@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
@@ -1,22 +1,35 @@
1
1
  :host {
2
2
  display: flex;
3
- /* width: 100%;
4
- height: 100vh; */
5
- --popup-title--primary: var(--title--primary, #2b3a54);
6
- --popup-font-pattern: var(--font-pattern, "'Sora', 'Algerian'");
7
- --popup-text-weight--large: var(--text-weight--large, 600);
8
- --popup-space--small: var(--space--small, 6px);
9
- --popup-space--medium: var(--space--medium, 12px);
10
- --popup-space--large: var(--space--large, 24px);
11
- --popup-error--background-color: var(--color--alert-error-800, #BD0025);
12
- --popup-warning--background-color: var(--color--alert-warning-500, #EFB103);
13
- --popup-text-weight--medium: var(--text-weight--medium, 400);
14
- --popup-text-shadow: var(--text-shadow, "0 0 0 #353535, 0 0 1px transparent");
15
- --popup-text--medium: var(--text--medium, 14px);
16
- --popup-text--primary: var(--text--primary, #626e82);
3
+ /* General */
4
+ /*@doc Define a camada que o componente será exibido.*/
17
5
  --popup-z-index: var(--most-visible, 3);
18
- --popup--trash__image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="16px" width="16px"><path d="M 1.8585859,3.0707069 7.9999998,9.2121212 14.141414,3.0707069 16,5.0101006 7.9999998,12.929293 0,4.9292932 Z"/></svg>');
19
- --popup--close__image: url('data:image/svg+xml;utf8,<svg width="14" height="14" viewBox="0 0 14 14" xmlns="http://www.w3.org/2000/svg"><path d="M 8.2421753,6.9944578 13.743748,1.4930784 C 13.907781,1.3290628 14,1.1065946 14,0.87462511 14,0.64266712 13.907782,0.42019873 13.743748,0.25617155 13.579712,0.09215597 13.35727,6.48e-8 13.125266,6.48e-8 12.89338,6.48e-8 12.670821,0.09215634 12.506787,0.25617155 L 7.005215,5.7575508 1.5035972,0.25617155 C 1.3395631,0.09215597 1.1170968,6.48e-8 0.88511716,6.48e-8 0.65314917,6.48e-8 0.4306712,0.09215597 0.26663695,0.25617155 0.10260271,0.42019873 0.01045441,0.64266712 0.01045441,0.87462511 c 0,0.23196949 0.0921483,0.45443769 0.25618254,0.61845329 L 5.7682546,6.9944578 0.26663695,12.497027 c -0.0834745,0.08067 -0.15003245,0.1772 -0.19581514,0.283871 C 0.02505077,12.887561 9.831648e-4,13.002399 2.950369e-5,13.118395 -9.2415746e-4,13.234504 0.02125019,13.349689 0.06527245,13.457057 c 0.04401053,0.107479 0.10898307,0.205064 0.1911168,0.287137 0.0821454,0.08208 0.17979645,0.146888 0.28727561,0.190839 0.10747906,0.04395 0.22262954,0.06598 0.33872417,0.06493 0.116095,-10e-4 0.23082547,-0.0253 0.33747687,-0.07112 0.1066637,-0.04593 0.2031133,-0.112615 0.2837313,-0.196086 L 7.005215,8.2313646 12.506787,13.732768 c 0.164034,0.164027 0.386593,0.256125 0.618479,0.256125 0.232004,0 0.454446,-0.09209 0.618482,-0.256125 C 13.907781,13.568741 14,13.346308 14,13.114315 14,12.882323 13.90779,12.659888 13.743748,12.495861 Z"/></svg>');
6
+
7
+ /* Popup */
8
+ /*@doc Define a cor do texto do container do popup.*/
9
+ --popup__container--color: var(--title--primary, #2b3a54);
10
+ /*@doc Define o espaçamento do container do popup.*/
11
+ --popup__container--padding: var(--space--large, 24px);
12
+
13
+ /* Popup Header */
14
+ /*@doc Define o espaçamento inferior do cabeçalho do popup.*/
15
+ --popup__header--padding-bottom: var(--space--medium, 12px);
16
+
17
+ /* Title */
18
+ /*@doc Define a família da fonte do título do popup.*/
19
+ --popup__title--font-family: var(--font-pattern, "'Sora', 'Algerian'");
20
+ /*@doc Define o tamanho da fonte do título do popup.*/
21
+ --popup__title--font-size: var(--title--extra-large, 24px);
22
+ /*@doc Define a cor da fonte do título do popup.*/
23
+ --popup__title--color: var(--title--primary, #2b3a54);
24
+ /*@doc Define o peso da fonte do título do popup.*/
25
+ --popup__title--font-weight: var(--text-weight--large, 600);
26
+
27
+ /* Buttons */
28
+ /* @doc Define a cor de fundo do botão de fechamento. */
29
+ --popup__btn__close--background-color: var(--title--primary, #2b3a54);
30
+ /* @doc Contém o ícone do botão de fechamento. */
31
+ --popup__btn__close--image: url('data:image/svg+xml;utf8,<svg width="14" height="14" viewBox="0 0 14 14" xmlns="http://www.w3.org/2000/svg"><path d="M 8.2421753,6.9944578 13.743748,1.4930784 C 13.907781,1.3290628 14,1.1065946 14,0.87462511 14,0.64266712 13.907782,0.42019873 13.743748,0.25617155 13.579712,0.09215597 13.35727,6.48e-8 13.125266,6.48e-8 12.89338,6.48e-8 12.670821,0.09215634 12.506787,0.25617155 L 7.005215,5.7575508 1.5035972,0.25617155 C 1.3395631,0.09215597 1.1170968,6.48e-8 0.88511716,6.48e-8 0.65314917,6.48e-8 0.4306712,0.09215597 0.26663695,0.25617155 0.10260271,0.42019873 0.01045441,0.64266712 0.01045441,0.87462511 c 0,0.23196949 0.0921483,0.45443769 0.25618254,0.61845329 L 5.7682546,6.9944578 0.26663695,12.497027 c -0.0834745,0.08067 -0.15003245,0.1772 -0.19581514,0.283871 C 0.02505077,12.887561 9.831648e-4,13.002399 2.950369e-5,13.118395 -9.2415746e-4,13.234504 0.02125019,13.349689 0.06527245,13.457057 c 0.04401053,0.107479 0.10898307,0.205064 0.1911168,0.287137 0.0821454,0.08208 0.17979645,0.146888 0.28727561,0.190839 0.10747906,0.04395 0.22262954,0.06598 0.33872417,0.06493 0.116095,-10e-4 0.23082547,-0.0253 0.33747687,-0.07112 0.1066637,-0.04593 0.2031133,-0.112615 0.2837313,-0.196086 L 7.005215,8.2313646 12.506787,13.732768 c 0.164034,0.164027 0.386593,0.256125 0.618479,0.256125 0.232004,0 0.454446,-0.09209 0.618482,-0.256125 C 13.907781,13.568741 14,13.346308 14,13.114315 14,12.882323 13.90779,12.659888 13.743748,12.495861 Z"/></svg>');
32
+
20
33
  }
21
34
 
22
35
  .overlay {
@@ -49,11 +62,11 @@
49
62
  flex-wrap: wrap;
50
63
  overflow: hidden;
51
64
  background: #FFFF;
52
- color: var(--popup-title--primary);
65
+ color: var(--popup__container--color);
53
66
  border-radius: 12px;
54
67
  box-shadow: 0px 0px 16px rgba(0, 38, 111, 0.122);
55
68
  box-sizing: border-box;
56
- padding: var(--popup-space--large)
69
+ padding: var(--popup__container--padding)
57
70
  }
58
71
 
59
72
  .popup__content {
@@ -75,34 +88,20 @@
75
88
  }
76
89
 
77
90
  .popup__header {
78
- padding-bottom: var(--space--medium);
91
+ padding-bottom: var(--popup__header--padding-bottom);
79
92
  width: 100%;
80
93
  display: flex;
81
94
  }
82
95
 
83
96
  .popup__title {
97
+ display: flex;
98
+ margin: 0;
84
99
  width: 100%;
85
- font-family: var(--popup-font-pattern);
86
- font-size: var(--title--extra-large);
87
- color: var(--title--primary);
88
- }
89
-
90
- .dialog__error--indicator {
91
- box-sizing: border-box;
92
- width: 12px;
93
- border-radius: 6px 0px 0px 6px;
94
- background-color: var(--popup-error--background-color);
95
- }
96
-
97
- .dialog__warning--indicator {
98
- width: 12px;
99
- border-radius: 6px 0px 0px 6px;
100
- box-sizing: border-box;
101
- background-color: var(--popup-warning--background-color);
102
- }
103
-
104
- .message {
105
- font-weight: var(--popup-text-weight--medium)
100
+ font-family: var(--popup__title--font-family);
101
+ font-size: var(--popup__title--font-size);
102
+ font-weight: var(--popup__title--font-weight);
103
+ color: var(--popup__title--color);
104
+ line-height: 1.3;
106
105
  }
107
106
 
108
107
  .btn-close {
@@ -119,54 +118,17 @@
119
118
  .btn-close::after {
120
119
  content: '';
121
120
  display: flex;
122
- background-color: var(--popup-title--primary);
121
+ background-color: var(--popup__btn__close--background-color);
123
122
  width: 14px;
124
123
  height: 14px;
125
- -webkit-mask-image: var(--popup--close__image);
126
- mask-image: var(--popup--close__image);
124
+ -webkit-mask-image: var(--popup__btn__close--image);
125
+ mask-image: var(--popup__btn__close--image);
127
126
  }
128
127
 
129
128
  .btn-close--solo {
130
129
  width: 100%;
131
130
  }
132
131
 
133
- .title {
134
- display: flex;
135
- font-family: var(--popup-font-pattern);
136
- margin: 0;
137
- font-weight: var(--popup-text-weight--large);
138
- line-height: 1.3;
139
- }
140
-
141
- .title--large {
142
- font-size: var(--popup-title--large);
143
- }
144
-
145
- .title__container {
146
- display: flex;
147
- align-items: center;
148
- padding-bottom: var(--popup-space--medium);
149
- align-self: center;
150
- }
151
-
152
- .title--label {
153
- padding-left: var(--popup-space--small);
154
- }
155
-
156
- .text {
157
- font-family: var(--popup-font-pattern);
158
- text-shadow: var(--popup-text-shadow);
159
- }
160
-
161
- .text--medium {
162
- font-size: var(--popup-text--medium);
163
- }
164
-
165
- .text--primary {
166
- color: var(--popup-text--primary);
167
- text-shadow: var(--popup-text-shadow);
168
- }
169
-
170
132
  /* //////// GRID SYSTEM //////// */
171
133
 
172
134
  .row {
@@ -198,36 +160,47 @@
198
160
  .col--sd-1 {
199
161
  width: 8.33333%;
200
162
  }
163
+
201
164
  .col--sd-2 {
202
165
  width: 16.66667%;
203
166
  }
167
+
204
168
  .col--sd-3 {
205
169
  width: 25%;
206
170
  }
171
+
207
172
  .col--sd-4 {
208
173
  width: 33.33333%;
209
174
  }
175
+
210
176
  .col--sd-5 {
211
177
  width: 41.66667%;
212
178
  }
179
+
213
180
  .col--sd-6 {
214
181
  width: 50%;
215
182
  }
183
+
216
184
  .col--sd-7 {
217
185
  width: 58.33333%;
218
186
  }
187
+
219
188
  .col--sd-8 {
220
189
  width: 66.66667%;
221
190
  }
191
+
222
192
  .col--sd-9 {
223
193
  width: 75%;
224
194
  }
195
+
225
196
  .col--sd-10 {
226
197
  width: 83.33333%;
227
198
  }
199
+
228
200
  .col--sd-11 {
229
201
  width: 91.66667%;
230
202
  }
203
+
231
204
  .col--sd-12 {
232
205
  width: 100%;
233
206
  }
@@ -237,36 +210,47 @@
237
210
  .col--pn-1 {
238
211
  width: 8.33333%;
239
212
  }
213
+
240
214
  .col--pn-2 {
241
215
  width: 16.66667%;
242
216
  }
217
+
243
218
  .col--pn-3 {
244
219
  width: 25%;
245
220
  }
221
+
246
222
  .col--pn-4 {
247
223
  width: 33.33333%;
248
224
  }
225
+
249
226
  .col--pn-5 {
250
227
  width: 41.66667%;
251
228
  }
229
+
252
230
  .col--pn-6 {
253
231
  width: 50%;
254
232
  }
233
+
255
234
  .col--pn-7 {
256
235
  width: 58.33333%;
257
236
  }
237
+
258
238
  .col--pn-8 {
259
239
  width: 66.66667%;
260
240
  }
241
+
261
242
  .col--pn-9 {
262
243
  width: 75%;
263
244
  }
245
+
264
246
  .col--pn-10 {
265
247
  width: 83.33333%;
266
248
  }
249
+
267
250
  .col--pn-11 {
268
251
  width: 91.66667%;
269
252
  }
253
+
270
254
  .col--pn-12 {
271
255
  width: 100%;
272
256
  }
@@ -276,36 +260,47 @@
276
260
  .col--tb-1 {
277
261
  width: 8.33333%;
278
262
  }
263
+
279
264
  .col--tb-2 {
280
265
  width: 16.66667%;
281
266
  }
267
+
282
268
  .col--tb-3 {
283
269
  width: 25%;
284
270
  }
271
+
285
272
  .col--tb-4 {
286
273
  width: 33.33333%;
287
274
  }
275
+
288
276
  .col--tb-5 {
289
277
  width: 41.66667%;
290
278
  }
279
+
291
280
  .col--tb-6 {
292
281
  width: 50%;
293
282
  }
283
+
294
284
  .col--tb-7 {
295
285
  width: 58.33333%;
296
286
  }
287
+
297
288
  .col--tb-8 {
298
289
  width: 66.66667%;
299
290
  }
291
+
300
292
  .col--tb-9 {
301
293
  width: 75%;
302
294
  }
295
+
303
296
  .col--tb-10 {
304
297
  width: 83.33333%;
305
298
  }
299
+
306
300
  .col--tb-11 {
307
301
  width: 91.66667%;
308
302
  }
303
+
309
304
  .col--tb-12 {
310
305
  width: 100%;
311
306
  }
@@ -315,36 +310,47 @@
315
310
  .col--md-1 {
316
311
  width: 8.33333%;
317
312
  }
313
+
318
314
  .col--md-2 {
319
315
  width: 16.66667%;
320
316
  }
317
+
321
318
  .col--md-3 {
322
319
  width: 25%;
323
320
  }
321
+
324
322
  .col--md-4 {
325
323
  width: 33.33333%;
326
324
  }
325
+
327
326
  .col--md-5 {
328
327
  width: 41.66667%;
329
328
  }
329
+
330
330
  .col--md-6 {
331
331
  width: 50%;
332
332
  }
333
+
333
334
  .col--md-7 {
334
335
  width: 58.33333%;
335
336
  }
337
+
336
338
  .col--md-8 {
337
339
  width: 66.66667%;
338
340
  }
341
+
339
342
  .col--md-9 {
340
343
  width: 75%;
341
344
  }
345
+
342
346
  .col--md-10 {
343
347
  width: 83.33333%;
344
348
  }
349
+
345
350
  .col--md-11 {
346
351
  width: 91.66667%;
347
352
  }
353
+
348
354
  .col--md-12 {
349
355
  width: 100%;
350
356
  }
@@ -354,36 +360,47 @@
354
360
  .col--ld-1 {
355
361
  width: 8.33333%;
356
362
  }
363
+
357
364
  .col--ld-2 {
358
365
  width: 16.66667%;
359
366
  }
367
+
360
368
  .col--ld-3 {
361
369
  width: 25%;
362
370
  }
371
+
363
372
  .col--ld-4 {
364
373
  width: 33.33333%;
365
374
  }
375
+
366
376
  .col--ld-5 {
367
377
  width: 41.66667%;
368
378
  }
379
+
369
380
  .col--ld-6 {
370
381
  width: 50%;
371
382
  }
383
+
372
384
  .col--ld-7 {
373
385
  width: 58.33333%;
374
386
  }
387
+
375
388
  .col--ld-8 {
376
389
  width: 66.66667%;
377
390
  }
391
+
378
392
  .col--ld-9 {
379
393
  width: 75%;
380
394
  }
395
+
381
396
  .col--ld-10 {
382
397
  width: 83.33333%;
383
398
  }
399
+
384
400
  .col--ld-11 {
385
401
  width: 91.66667%;
386
402
  }
403
+
387
404
  .col--ld-12 {
388
405
  width: 100%;
389
406
  }
@@ -34,7 +34,7 @@ export class EzPopup {
34
34
  h("div", { class: "popup__content" },
35
35
  h("div", { class: "popup__header" },
36
36
  this.ezTitle ?
37
- h("div", { class: "title popup__title" }, this.ezTitle)
37
+ h("div", { class: "popup__title" }, this.ezTitle)
38
38
  : undefined,
39
39
  h("button", { class: this.ezTitle ? "btn-close" : "btn-close btn-close--solo", onClick: () => { this.opened = false; this.ezClosePopup.emit(); } })),
40
40
  h("div", { class: "popup__expandable-content" },
@@ -131,7 +131,7 @@ export class EzPopup {
131
131
  "composed": true,
132
132
  "docs": {
133
133
  "tags": [],
134
- "text": "Evento disparado ao clicar no bot\u00E3o de fechar."
134
+ "text": "Evento disparado ao clicar no bot\u00E3o de fechar (onEzClosePopup)."
135
135
  },
136
136
  "complexType": {
137
137
  "original": "any",
@@ -175,7 +175,7 @@ export class EzSearch {
175
175
  "composed": true,
176
176
  "docs": {
177
177
  "tags": [],
178
- "text": ""
178
+ "text": "Um evento disparado quando o estado do componente \u00E9 alterado (onEzChange)."
179
179
  },
180
180
  "complexType": {
181
181
  "original": "Option",
@@ -1,6 +1,11 @@
1
1
  @keyframes activate {
2
- 0% { clip-path: inset(calc(100% - 3px) 50% 0px 50% ); }
3
- 100% { clip-path: inset(calc(100% - 3px) 0px 0px 0px ); }
2
+ 0% {
3
+ clip-path: inset(calc(100% - 3px) 50% 0px 50%);
4
+ }
5
+
6
+ 100% {
7
+ clip-path: inset(calc(100% - 3px) 0px 0px 0px);
8
+ }
4
9
  }
5
10
 
6
11
  :host {
@@ -8,10 +13,12 @@
8
13
  position: relative;
9
14
  width: 100%;
10
15
  overflow: hidden;
11
-
12
16
  margin-bottom: var(--space--large, 24px);
13
- --tab__box--box-shadow: var(--shadow, 0px 0px 8px 0px #000);
17
+ /* @doc Define a sombra do box da aba. */
18
+ /* --tab__box--box-shadow: var(--shadow, 0px 0px 8px 0px #000); */
19
+ /*@doc Contém o ícone de voltar para a aba anterior.*/
14
20
  --tab--backward-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="16px" width="10px"><path d="M 9.7808475,13.860393 3.9204526,8.0000004 9.7808475,2.0624965 7.9301965,0.28895552 0.21915255,8.0000004 7.9301965,15.711044 Z"/></svg>');
21
+ /*@doc Contém o ícone de avançar para a aba posterior.*/
15
22
  --tab--forward-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="16px" width="10px"><path d="M 0.21915251,13.860393 6.0795475,8.0000007 0.21915251,2.0624968 2.0698036,0.28895588 9.7808475,8.0000007 2.0698036,15.711044 Z"/></svg>');
16
23
  }
17
24
 
@@ -23,25 +30,26 @@
23
30
  scrollbar-width: none;
24
31
  }
25
32
 
26
- .scroll.startHidden{
33
+ .scroll.startHidden {
27
34
  -webkit-mask-image: linear-gradient(90deg, transparent 20px, #000 48px);
28
35
  }
29
36
 
30
- .scroll.midle{
37
+ .scroll.midle {
31
38
  -webkit-mask-image: linear-gradient(90deg, transparent 20px, #000 48px, #000 calc(100% - 48px), transparent calc(100% - 20px));
32
39
  }
33
40
 
34
- .scroll.endHidden{
41
+ .scroll.endHidden {
35
42
  -webkit-mask-image: linear-gradient(90deg, #000 calc(100% - 48px), transparent calc(100% - 20px));
36
43
  }
37
44
 
38
- .tab{
45
+ .tab {
39
46
  display: flex;
40
47
  border: none;
41
48
  min-width: 100px;
42
49
  background-color: unset;
43
50
  cursor: pointer;
44
- padding: 6px 12px;/*FIXME: Oza - precisamos usar tokens?*/
51
+ padding: 6px 12px;
52
+ /*FIXME: Oza - precisamos usar tokens?*/
45
53
  align-items: center;
46
54
  justify-content: center;
47
55
  color: var(--text--primary, #626e82);
@@ -49,11 +57,11 @@
49
57
  font-size: var(--title--small, 14px);
50
58
  }
51
59
 
52
- .tab:focus, .forward-button, .backward-button{
60
+ .tab:focus, .forward-button, .backward-button {
53
61
  outline: none;
54
62
  }
55
63
 
56
- .is-active{
64
+ .is-active {
57
65
  position: relative;
58
66
  color: var(--color--primary, #008561);
59
67
  }
@@ -64,17 +72,17 @@
64
72
  width: 100%;
65
73
  height: 100%;
66
74
  background-color: var(--color--primary, #008561);
67
- clip-path: inset(calc(100% - 3px) 0px 0px 0px );
75
+ clip-path: inset(calc(100% - 3px) 0px 0px 0px);
68
76
  animation: activate 0.25s ease-in-out;
69
77
  }
70
78
 
71
- .is-focused{
79
+ .is-focused {
72
80
  border: 1px dashed var(--color--primary, #000000c5);
73
81
  /* border-radius: 5px 5px 0px 0px; */
74
82
  /* box-shadow: var(--tab__box--box-shadow); */
75
83
  }
76
84
 
77
- .tab-label{
85
+ .tab-label {
78
86
  overflow: hidden;
79
87
  white-space: nowrap;
80
88
  text-overflow: ellipsis;
@@ -82,7 +90,7 @@
82
90
  margin-bottom: var(--space--extra-small, 3px);
83
91
  }
84
92
 
85
- .forward-button, .backward-button{
93
+ .forward-button, .backward-button {
86
94
  position: absolute;
87
95
  z-index: 1;
88
96
  display: flex;
@@ -99,11 +107,11 @@
99
107
  align-items: center;
100
108
  }
101
109
 
102
- .backward-button{
110
+ .backward-button {
103
111
  left: 0px;
104
112
  }
105
113
 
106
- .forward-button::after, .backward-button::after{
114
+ .forward-button::after, .backward-button::after {
107
115
  content: '';
108
116
  display: flex;
109
117
  background-color: var(--text--primary, #008561);
@@ -111,24 +119,24 @@
111
119
  height: 16px;
112
120
  }
113
121
 
114
- .forward-button::after{
122
+ .forward-button::after {
115
123
  -webkit-mask-image: var(--tab--forward-image);
116
124
  mask-image: var(--tab--forward-image);
117
125
  }
118
126
 
119
- .backward-button::after{
127
+ .backward-button::after {
120
128
  -webkit-mask-image: var(--tab--backward-image);
121
129
  mask-image: var(--tab--backward-image);
122
130
  }
123
131
 
124
- .forward-button:hover::after, .backward-button:hover::after{
132
+ .forward-button:hover::after, .backward-button:hover::after {
125
133
  background-color: var(--color--primary, #4e4e4e);
126
134
  }
127
135
 
128
- .hidden{
136
+ .hidden {
129
137
  display: none;
130
138
  }
131
139
 
132
- .scroll::-webkit-scrollbar{
140
+ .scroll::-webkit-scrollbar {
133
141
  display: none;
134
142
  }
@@ -263,7 +263,7 @@ export class EzTabselector {
263
263
  "composed": true,
264
264
  "docs": {
265
265
  "tags": [],
266
- "text": ""
266
+ "text": "Este \u00E9 o evento emitido ao clicar para abrir o popup (onChange)."
267
267
  },
268
268
  "complexType": {
269
269
  "original": "string",
@@ -8,29 +8,42 @@
8
8
  --ta--font-family: var(--font-pattern, Arial);
9
9
  --ta--font-weight: var(--text-weight--large, 500);
10
10
  --ta--color: var(--title--primary, #000);
11
-
11
+
12
12
  /* input */
13
+ /*@doc Define a cor de fundo do input.*/
13
14
  --ta__input--background-color: var(--background--medium, #e0e0e0);
15
+ /*@doc Define o estilo da borda do input.*/
14
16
  --ta__input--border: var(--border--medium, 2px solid);
17
+ /*@doc Define a cor da borda do input.*/
15
18
  --ta__input--border-color: var(--ta__input--background-color);
16
19
  /*no modo normal usamos a borda com a mesma cor do bg*/
20
+ /*@doc Define a cor da borda do input quando focado.*/
17
21
  --ta__input--focus--border-color: var(--color--primary, #008561);
22
+ /*@doc Define a cor de fundo do input quando desabilitado.*/
18
23
  --ta__input--disabled--background-color: var(--color--disable-secondary, #F2F5F8);
24
+ /*@doc Define a cor do texto do input.*/
19
25
  --ta__input--disabled--color: var(--text--disable, #AFB6C0);
26
+ /*@doc Define a cor da borda do input quando com erro.*/
20
27
  --ta__input--error--border-color: #CC2936;
21
- --ta__input--floating--padding-top: 16px;
22
-
28
+
23
29
  /* message box */
30
+ /*@doc Define o tamanho da fonte da mensagem abaixo do input.*/
24
31
  --ta__message_box--font-size: var(--text--small, 12px);
32
+ /*@doc Define a cor da fonte da mensagem quando info.*/
25
33
  --ta__message_box--info--color: var(--color--success, #22085d);
34
+ /*@doc Define a cor da fonte da mensagem quando erro.*/
26
35
  --ta__message_box--error--color: var(--color--error, #FF0000);
27
-
36
+
28
37
  /* label */
38
+ /*@doc Define o posicionamento do label.*/
29
39
  --ta__label--floating--top: 6px;
40
+ /*@doc Define o espaçamento superior do label.*/
30
41
  --ta__label--padding-top: 12px;
42
+ /*@doc Define o espaçamento esquerdo do label.*/
31
43
  --ta__label--padding-left: 14px;
44
+ /*@doc Define o espaçamento direito do label.*/
32
45
  --ta__label--padding-right: 12px;
33
-
46
+
34
47
  /***************
35
48
  host style
36
49
  ***************/
@@ -41,7 +54,8 @@
41
54
  /*public*/
42
55
  width: var(--ta--width);
43
56
  }
44
- textarea{
57
+
58
+ textarea {
45
59
  box-sizing: border-box;
46
60
  border: none;
47
61
  resize: none;
@@ -54,6 +68,7 @@ textarea{
54
68
  padding: 0;
55
69
  background: none;
56
70
  }
71
+
57
72
  textarea:focus {
58
73
  /*private*/
59
74
  outline: none;
@@ -69,9 +84,9 @@ textarea:disabled {
69
84
  /*private*/
70
85
  width: 100%;
71
86
  box-sizing: border-box;
72
- padding-left: var(--space--medium);
73
- padding-right: var(--space--extra-small);
74
-
87
+ padding-left: var(--space--medium);
88
+ padding-right: var(--space--extra-small);
89
+
75
90
  /*public*/
76
91
  border-radius: var(--ta--border-radius);
77
92
  border: var(--ta__input--border);
@@ -141,4 +156,4 @@ textarea:disabled {
141
156
 
142
157
  .textarea__label--disabled {
143
158
  color: var(--ta__input--disabled--color);
144
- }
159
+ }
@@ -219,7 +219,7 @@ export class EzTextArea {
219
219
  "composed": true,
220
220
  "docs": {
221
221
  "tags": [],
222
- "text": ""
222
+ "text": "Um evento disparado quando o estado do componente \u00E9 alterado (onEzChange)."
223
223
  },
224
224
  "complexType": {
225
225
  "original": "string",