@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
@@ -10,29 +10,43 @@
10
10
  --it--font-family: var(--font-pattern, Arial);
11
11
  --it--font-weight: var(--text-weight--large, 500);
12
12
  --it--color: var(--title--primary, #000);
13
-
13
+
14
14
  /* input */
15
+ /*@doc Define a cor de fundo do input.*/
15
16
  --it__input--background-color: var(--background--medium, #e0e0e0);
17
+ /*@doc Define o estilo da borda do input.*/
16
18
  --it__input--border: var(--border--medium, 2px solid);
19
+ /*@doc Define a cor da borda do input.*/
17
20
  --it__input--border-color: var(--it__input--background-color);
18
21
  /*no modo normal usamos a borda com a mesma cor do bg*/
22
+ /*@doc Define a cor da borda do input quando focado.*/
19
23
  --it__input--focus--border-color: var(--color--alert-cold-800, #042EFF);
24
+ /*@doc Define a cor de fundo do input quando desabilitado.*/
20
25
  --it__input--disabled--background-color: var(--color--disable-secondary, #F2F5F8);
26
+ /*@doc Define a cor do texto do input.*/
21
27
  --it__input--disabled--color: var(--text--disable, #AFB6C0);
28
+ /*@doc Define a cor da borda do input quando com erro.*/
22
29
  --it__input--error--border-color: #CC2936;
23
-
30
+
24
31
  /* message box */
32
+ /*@doc Define o tamanho da fonte da mensagem abaixo do input.*/
25
33
  --it__message_box--font-size: var(--text--small, 12px);
34
+ /*@doc Define a cor da fonte da mensagem quando info.*/
26
35
  --it__message_box--info--color: var(--color--success, #22085d);
36
+ /*@doc Define a cor da fonte da mensagem quando erro.*/
27
37
  --it__message_box--error--color: var(--color--error, #FF0000);
28
-
38
+
29
39
  /* label */
40
+ /*@doc Define o posicionamento do label.*/
30
41
  --it__label--floating--top: 6px;
42
+ /*@doc Define o posicionamento do label.*/
31
43
  --it__label--padding-top: 12px;
44
+ /*@doc Define o espaçamento esquerdo do label.*/
32
45
  --it__label--padding-left: 14px;
46
+ /*@doc Define o espaçamento direito do label.*/
33
47
  --it__label--padding-right: 12px;
34
-
35
-
48
+
49
+
36
50
  /***************
37
51
  host style
38
52
  ***************/
@@ -151,7 +165,8 @@ input.text--right {
151
165
  .input__label--left {
152
166
  /*public*/
153
167
  text-align: left;
154
- left: calc(var(--it__icon--width) + 2px); /*borda*/
168
+ left: calc(var(--it__icon--width) + 2px);
169
+ /*borda*/
155
170
  width: calc(100% - var(--it__icon--width));
156
171
  }
157
172
 
@@ -163,7 +178,8 @@ input.text--right {
163
178
 
164
179
  /* ISSO TA ERRADO CRIAR INPUT__LABEL--BOTH */
165
180
  .input__label--left.input__label--right {
166
- left: calc(var(--it__icon--width) + 2px); /*borda*/
181
+ left: calc(var(--it__icon--width) + 2px);
182
+ /*borda*/
167
183
  width: calc(100% - var(--it__icon--width) * 2);
168
184
  }
169
185
 
@@ -341,7 +341,7 @@ export class EzTextInput {
341
341
  "composed": true,
342
342
  "docs": {
343
343
  "tags": [],
344
- "text": ""
344
+ "text": "Um evento disparado quando o estado do componente \u00E9 alterado (onEzChange)."
345
345
  },
346
346
  "complexType": {
347
347
  "original": "string",
@@ -3,6 +3,7 @@
3
3
  --eztime--height: 42px;
4
4
  --eztime--width: 100%;
5
5
  --eztime__icon--width: 48px;
6
+
6
7
  /* general */
7
8
  --eztime--border-radius: var(--border--radius-medium, 12px);
8
9
  --eztime--font-size: var(--text--medium, 14px);
@@ -11,20 +12,34 @@
11
12
  --eztime--space--medium: var(--space--medium, 6px);
12
13
 
13
14
  /* input */
15
+ /*@doc Define a cor de fundo do input.*/
14
16
  --eztime__input--background-color: var(--background--medium, #e0e0e0);
17
+ /*@doc Define o estilo da borda do input.*/
15
18
  --eztime__input--border: var(--border--medium, 2px solid);
19
+ /*@doc Define a cor da borda do input.*/
16
20
  --eztime__input--border-color: var(--eztime__input--background-color);
17
21
  /*no modo normal usamos a borda com a mesma cor do bg*/
22
+ /*@doc Define a cor da borda do input quando focado.*/
18
23
  --eztime__input--focus--border-color: var(--color--primary, #008561);
24
+ /*@doc Define a cor de fundo do input quando desabilitado.*/
19
25
  --eztime__input--disabled--background-color: var(--color--disable-secondary, #F2F5F8);
26
+ /*@doc Define a cor do texto do input.*/
20
27
  --eztime__input--disabled--color: var(--text--disable, #AFB6C0);
28
+ /*@doc Define a cor da borda do input quando com erro.*/
21
29
  --eztime__input--error--border-color: #CC2936;
30
+
22
31
  /* label */
32
+ /*@doc Define a cor do texto do label.*/
23
33
  --eztime__label--color: var(--title--primary, #919191);
34
+
24
35
  /* message box */
36
+ /*@doc Define o tamanho da fonte da mensagem abaixo do input.*/
25
37
  --eztime__message_box--font-size: var(--text--small, 12px);
38
+ /*@doc Define a cor da fonte da mensagem quando info.*/
26
39
  --eztime__message_box--info--color: var(--color--success, #22085d);
40
+ /*@doc Define a cor da fonte da mensagem quando erro.*/
27
41
  --eztime__message_box--error--color: var(--color--error, #FF0000);
42
+
28
43
  /***************
29
44
  host style
30
45
  ***************/
@@ -152,4 +167,4 @@ input.text--right {
152
167
  .input--with--label {
153
168
  /*public*/
154
169
  padding-bottom: 0;
155
- }
170
+ }
@@ -1,20 +1,29 @@
1
1
  :host {
2
- --toast-z-index: var(--more-visible, 2);
3
- --toast-color--secondary: var(--color--secondary, #383c45);
4
- --toast-title--primary: var(--title--primary, #2b3a54);
5
- --toast-space--small: var(--space--small, 6px);
6
- --toast--close__image: url('data:image/svg+xml;utf8,<svg width="12" height="12" viewBox="0 0 12 12" xmlns="http://www.w3.org/2000/svg%22%3E<path d="M 7.0060773,5.995511 11.461972,1.5397722 c 0.132856,-0.1328413 0.207547,-0.3130253 0.207547,-0.5009046 0,-0.18786999 -0.07469,-0.3680541 -0.207547,-0.5009048 -0.132857,-0.13284126 -0.31302,-0.20748126 -0.500927,-0.20748126 -0.187812,0 -0.36807,0.07464 -0.500926,0.20748126 L 6.0042244,4.9937015 1.5482921,0.5379628 C 1.4154357,0.40512154 1.2352533,0.33048154 1.0473657,0.33048154 c -0.18787813,0 -0.36807,0.07464 -0.50092647,0.20748126 -0.13285646,0.1328507 -0.20749026,0.31303481 -0.20749026,0.5009048 0,0.1878793 0.0746338,0.3680633 0.20749026,0.5009046 L 5.0023715,5.995511 0.54643923,10.452213 c -0.0676086,0.06534 -0.12151598,0.14352 -0.15859681,0.229916 -0.0370714,0.08639 -0.0565645,0.1794 -0.0573369,0.27335 -7.724e-4,0.09404 0.0171873,0.187331 0.0528423,0.274293 0.0356455,0.08705 0.0882688,0.166087 0.15479148,0.23256 0.0665321,0.06648 0.14562277,0.11897 0.2326735,0.154567 0.0870507,0.0356 0.18031463,0.05344 0.2743433,0.05259 0.094029,-8.5e-4 0.1869528,-0.02049 0.2733331,-0.0576 0.08639,-0.0372 0.1645078,-0.09121 0.2298029,-0.158817 L 6.0042244,6.9973204 10.460119,11.453078 c 0.132856,0.132851 0.313114,0.207444 0.500926,0.207444 0.187907,0 0.36807,-0.07459 0.500927,-0.207444 0.132856,-0.13285 0.207547,-0.313006 0.207547,-0.500904 0,-0.187898 -0.07469,-0.368054 -0.207547,-0.500905 z"/></svg>');
2
+
3
+ /* Buttons */
4
+ /*@doc Contém o ícone de fechamento do toast.*/
5
+ --toast__btn__close__image: url('data:image/svg+xml;utf8,<svg width="12" height="12" viewBox="0 0 12 12" xmlns="http://www.w3.org/2000/svg%22%3E<path d="M 7.0060773,5.995511 11.461972,1.5397722 c 0.132856,-0.1328413 0.207547,-0.3130253 0.207547,-0.5009046 0,-0.18786999 -0.07469,-0.3680541 -0.207547,-0.5009048 -0.132857,-0.13284126 -0.31302,-0.20748126 -0.500927,-0.20748126 -0.187812,0 -0.36807,0.07464 -0.500926,0.20748126 L 6.0042244,4.9937015 1.5482921,0.5379628 C 1.4154357,0.40512154 1.2352533,0.33048154 1.0473657,0.33048154 c -0.18787813,0 -0.36807,0.07464 -0.50092647,0.20748126 -0.13285646,0.1328507 -0.20749026,0.31303481 -0.20749026,0.5009048 0,0.1878793 0.0746338,0.3680633 0.20749026,0.5009046 L 5.0023715,5.995511 0.54643923,10.452213 c -0.0676086,0.06534 -0.12151598,0.14352 -0.15859681,0.229916 -0.0370714,0.08639 -0.0565645,0.1794 -0.0573369,0.27335 -7.724e-4,0.09404 0.0171873,0.187331 0.0528423,0.274293 0.0356455,0.08705 0.0882688,0.166087 0.15479148,0.23256 0.0665321,0.06648 0.14562277,0.11897 0.2326735,0.154567 0.0870507,0.0356 0.18031463,0.05344 0.2743433,0.05259 0.094029,-8.5e-4 0.1869528,-0.02049 0.2733331,-0.0576 0.08639,-0.0372 0.1645078,-0.09121 0.2298029,-0.158817 L 6.0042244,6.9973204 10.460119,11.453078 c 0.132856,0.132851 0.313114,0.207444 0.500926,0.207444 0.187907,0 0.36807,-0.07459 0.500927,-0.207444 0.132856,-0.13285 0.207547,-0.313006 0.207547,-0.500904 0,-0.187898 -0.07469,-0.368054 -0.207547,-0.500905 z"/></svg>');
6
+
7
+ /* Container */
8
+ /*@doc Define a camada que o container será exibido.*/
9
+ --toast__container-z-index: var(--more-visible, 2);
10
+ /*@doc Define a cor de fundo do container.*/
11
+ --toast__container--background-color: var(--color--secondary, #383c45);
12
+
13
+ /* Icon */
14
+ /*@doc Define o espaçamento a esquerda do ícone.*/
15
+ --toast__icon--padding-left: var(--space--small, 6px);
7
16
  }
8
17
 
9
18
  .toast__container {
10
19
  position: fixed;
11
20
  display: flex;
12
21
  bottom: 100px;
13
- z-index: var(--toast-z-index);
22
+ z-index: var(--toast__container-z-index);
14
23
  left: 100px;
15
24
  width: 30%;
16
25
  box-sizing: border-box;
17
- background-color: var(--toast-color--secondary);
26
+ background-color: var(--toast__container--background-color);
18
27
  border-radius: 6px;
19
28
  align-items: center;
20
29
  padding: 12px;
@@ -33,7 +42,7 @@
33
42
  }
34
43
 
35
44
  .message__conteiner--icon {
36
- padding-left: var(--toast-space--small);
45
+ padding-left: var(--toast__icon--padding-left);
37
46
  width: 80%;
38
47
  }
39
48
 
@@ -54,8 +63,8 @@
54
63
  background-color: #FFFFFF;
55
64
  width: 12px;
56
65
  height: 12px;
57
- -webkit-mask-image: var(--toast--close__image);
58
- mask-image: var(--toast--close__image);
66
+ -webkit-mask-image: var(--toast__btn__close__image);
67
+ mask-image: var(--toast__btn__close__image);
59
68
  }
60
69
 
61
70
  .toast__container--oppened {
@@ -68,6 +77,7 @@
68
77
  left: -100px;
69
78
  opacity: 0;
70
79
  }
80
+
71
81
  to {
72
82
  left: 100px;
73
83
  opacity: 1;
@@ -79,6 +89,7 @@
79
89
  left: -100px;
80
90
  opacity: 0;
81
91
  }
92
+
82
93
  to {
83
94
  left: 100px;
84
95
  opacity: 1;
@@ -90,6 +101,7 @@
90
101
  left: 100px;
91
102
  opacity: 1;
92
103
  }
104
+
93
105
  to {
94
106
  bottom: 0;
95
107
  opacity: 0;
@@ -101,6 +113,7 @@
101
113
  left: 100px;
102
114
  opacity: 1;
103
115
  }
116
+
104
117
  to {
105
118
  bottom: 0;
106
119
  opacity: 0;
@@ -1,37 +1,49 @@
1
1
  :host {
2
-
2
+
3
3
  /* dimensions */
4
4
  --iu--height: 42px;
5
5
  --iu--width: 100%;
6
6
  --iu__icon--width: 48px;
7
-
7
+
8
8
  /* box--container */
9
+ /*@doc Define a cor de fundo do container.*/
9
10
  --iu__container--background-color: var(--background--medium, #d2dce9);
10
11
 
11
12
  /* colors */
13
+ /*@doc Define a cor de fundo do container.*/
12
14
  --iu__color--primary: var(--color--primary, #008561);
13
-
15
+
14
16
  /* espaçamento */
17
+ /*@doc Define os espaçamentos extra pequenos no componente.*/
15
18
  --iu--padding--extra-small: var(--space--extra-small, 3px);
19
+ /*@doc Define os espaçamentos pequenos no componente.*/
16
20
  --iu--padding--small: var(--space--small, 6px);
21
+ /*@doc Define os espaçamentos médios no componente.*/
17
22
  --iu--padding--medium: var(--space--medium, 12px);
23
+ /*@doc Define os espaçamentos grandes no componente.*/
18
24
  --iu--padding--large: var(--space--large, 24px);
19
-
25
+
20
26
  /* border */
21
- --iu--border-radius: var(--border--radius-medium, 12px);
27
+ /*@doc Define a cor das bordas no componente.*/
22
28
  --iu__border--color: var(--color-strokes, #DCE0E8);
23
- --iu__input--border: var(--border--medium, 2px solid);
24
29
 
25
30
  /* text */
31
+ /*@doc Define as sombras dos textos do componente.*/
26
32
  --iu--text-shadow: var(--text-shadow, 0 0 0 #353535, 0 0 1px transparent);
33
+ /*@doc Define a dos textos do componente.*/
27
34
  --iu--text--primary: var(--text-primary, #626e82);
35
+ /*@doc Define o tamanho dos textos do componente.*/
28
36
  --iu--font-size: var(--text--medium, 14px);
37
+ /*@doc Define a família dos textos do componente.*/
29
38
  --iu--font-family: var(--font-pattern, Arial);
39
+ /*@doc Define o peso dos textos do componente.*/
30
40
  --iu--font-weight: var(--text-weight--large, 500);
31
41
 
32
- --iu__btn-cancel-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="8x" width="8px"><path d="M 8,0.8 7.2,0 4,3.2 0.8,0 0,0.8 3.2,4 0,7.2 0.8,8 4,4.8 7.2,8 8,7.2 4.8,4 Z"/></svg>');
42
+ /*@doc Contém o ícone de cancelamento.*/
43
+ --iu__btn__cancel-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="8x" width="8px"><path d="M 8,0.8 7.2,0 4,3.2 0.8,0 0,0.8 3.2,4 0,7.2 0.8,8 4,4.8 7.2,8 8,7.2 4.8,4 Z"/></svg>');
44
+ /*@doc Contém o ícone de arquivo.*/
33
45
  --iu__file-icon-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="11x" width="9px"><path d="M 1.2272719,8.4999999 V 2.75 c 0,-1.1045695 1.4652499,-2 3.2727273,-2 1.8074777,0 3.2727281,0.8954305 3.2727281,2 V 8.9999999 C 7.7727273,9.690356 6.8569456,10.25 5.7272719,10.25 4.5975985,10.25 3.6818174,9.690356 3.6818174,8.9999999 V 3.75 c 0,-0.2761425 0.3663125,-0.5 0.8181818,-0.5 0.4518694,0 0.8181818,0.2238575 0.8181818,0.5 V 8.4999999 H 6.5454537 V 3.75 C 6.5454537,3.059644 5.6296725,2.5 4.4999992,2.5 3.3703258,2.5 2.4545446,3.059644 2.4545446,3.75 V 8.9999999 C 2.4545446,10.10457 3.9197945,11 5.7272719,11 7.5347496,11 9,10.10457 9,8.9999999 V 2.75 C 9,1.231217 6.9852809,0 4.4999992,0 2.0147181,5e-7 0,1.231217 0,2.75 v 5.7499999 z"/></svg>');
34
-
46
+
35
47
  /*private*/
36
48
  display: flex;
37
49
  flex-wrap: wrap;
@@ -199,27 +211,27 @@ progress[value]::-webkit-progress-value {
199
211
  background-color: var(--text--primary, #008561);
200
212
  width: 8px;
201
213
  height: 8px;
202
- -webkit-mask-image: var(--iu__btn-cancel-image);
203
- mask-image: var(--iu__btn-cancel-image);
214
+ -webkit-mask-image: var(--iu__btn__cancel-image);
215
+ mask-image: var(--iu__btn__cancel-image);
204
216
  }
205
217
 
206
- .iu_header{
218
+ .iu_header {
207
219
  display: flex;
208
220
  flex-direction: column;
209
221
  width: 100%;
210
222
  }
211
223
 
212
- .iu__label{
224
+ .iu__label {
213
225
  padding: var(--space--small);
214
226
  box-sizing: border-box;
215
227
  overflow: hidden;
216
228
  text-overflow: ellipsis;
217
229
  white-space: nowrap;
218
-
230
+
219
231
  /*public*/
220
232
  font-family: var(--iu--font-family);
221
233
  font-size: var(--text--extra-small);
222
- font-weight: var( --iu--font-weight);
234
+ font-weight: var(--iu--font-weight);
223
235
  color: var(--iu--text--primary);
224
236
  text-shadow: var(--iu--text-shadow);
225
237
  }
@@ -230,6 +242,7 @@ progress[value]::-webkit-progress-value {
230
242
  background-color: unset;
231
243
  cursor: pointer;
232
244
  }
245
+
233
246
  .iu__file-icon:disabled {
234
247
  cursor: unset;
235
248
  }
@@ -243,6 +256,7 @@ progress[value]::-webkit-progress-value {
243
256
  -webkit-mask-image: var(--iu__file-icon-image);
244
257
  mask-image: var(--iu__file-icon-image);
245
258
  }
259
+
246
260
  .iu__file-icon:disabled::after {
247
261
  background-color: var(--text--disable, #AFB6C0);
248
262
  }
@@ -259,11 +273,11 @@ progress[value]::-webkit-progress-value {
259
273
  background-color: var(--color--disable-secondary, #F2F5F8);
260
274
  }
261
275
 
262
- .text--disabled{
276
+ .text--disabled {
263
277
  color: var(--text--disable, #AFB6C0);
264
278
  }
265
279
 
266
- .mouse-pointer--disabled{
280
+ .mouse-pointer--disabled {
267
281
  cursor: unset;
268
282
  }
269
283
 
@@ -299,36 +313,47 @@ progress[value]::-webkit-progress-value {
299
313
  .col--sd-1 {
300
314
  width: 8.33333%;
301
315
  }
316
+
302
317
  .col--sd-2 {
303
318
  width: 16.66667%;
304
319
  }
320
+
305
321
  .col--sd-3 {
306
322
  width: 25%;
307
323
  }
324
+
308
325
  .col--sd-4 {
309
326
  width: 33.33333%;
310
327
  }
328
+
311
329
  .col--sd-5 {
312
330
  width: 41.66667%;
313
331
  }
332
+
314
333
  .col--sd-6 {
315
334
  width: 50%;
316
335
  }
336
+
317
337
  .col--sd-7 {
318
338
  width: 58.33333%;
319
339
  }
340
+
320
341
  .col--sd-8 {
321
342
  width: 66.66667%;
322
343
  }
344
+
323
345
  .col--sd-9 {
324
346
  width: 75%;
325
347
  }
348
+
326
349
  .col--sd-10 {
327
350
  width: 83.33333%;
328
351
  }
352
+
329
353
  .col--sd-11 {
330
354
  width: 91.66667%;
331
355
  }
356
+
332
357
  .col--sd-12 {
333
358
  width: 100%;
334
359
  }
@@ -338,36 +363,47 @@ progress[value]::-webkit-progress-value {
338
363
  .col--pn-1 {
339
364
  width: 8.33333%;
340
365
  }
366
+
341
367
  .col--pn-2 {
342
368
  width: 16.66667%;
343
369
  }
370
+
344
371
  .col--pn-3 {
345
372
  width: 25%;
346
373
  }
374
+
347
375
  .col--pn-4 {
348
376
  width: 33.33333%;
349
377
  }
378
+
350
379
  .col--pn-5 {
351
380
  width: 41.66667%;
352
381
  }
382
+
353
383
  .col--pn-6 {
354
384
  width: 50%;
355
385
  }
386
+
356
387
  .col--pn-7 {
357
388
  width: 58.33333%;
358
389
  }
390
+
359
391
  .col--pn-8 {
360
392
  width: 66.66667%;
361
393
  }
394
+
362
395
  .col--pn-9 {
363
396
  width: 75%;
364
397
  }
398
+
365
399
  .col--pn-10 {
366
400
  width: 83.33333%;
367
401
  }
402
+
368
403
  .col--pn-11 {
369
404
  width: 91.66667%;
370
405
  }
406
+
371
407
  .col--pn-12 {
372
408
  width: 100%;
373
409
  }
@@ -377,36 +413,47 @@ progress[value]::-webkit-progress-value {
377
413
  .col--tb-1 {
378
414
  width: 8.33333%;
379
415
  }
416
+
380
417
  .col--tb-2 {
381
418
  width: 16.66667%;
382
419
  }
420
+
383
421
  .col--tb-3 {
384
422
  width: 25%;
385
423
  }
424
+
386
425
  .col--tb-4 {
387
426
  width: 33.33333%;
388
427
  }
428
+
389
429
  .col--tb-5 {
390
430
  width: 41.66667%;
391
431
  }
432
+
392
433
  .col--tb-6 {
393
434
  width: 50%;
394
435
  }
436
+
395
437
  .col--tb-7 {
396
438
  width: 58.33333%;
397
439
  }
440
+
398
441
  .col--tb-8 {
399
442
  width: 66.66667%;
400
443
  }
444
+
401
445
  .col--tb-9 {
402
446
  width: 75%;
403
447
  }
448
+
404
449
  .col--tb-10 {
405
450
  width: 83.33333%;
406
451
  }
452
+
407
453
  .col--tb-11 {
408
454
  width: 91.66667%;
409
455
  }
456
+
410
457
  .col--tb-12 {
411
458
  width: 100%;
412
459
  }
@@ -416,36 +463,47 @@ progress[value]::-webkit-progress-value {
416
463
  .col--md-1 {
417
464
  width: 8.33333%;
418
465
  }
466
+
419
467
  .col--md-2 {
420
468
  width: 16.66667%;
421
469
  }
470
+
422
471
  .col--md-3 {
423
472
  width: 25%;
424
473
  }
474
+
425
475
  .col--md-4 {
426
476
  width: 33.33333%;
427
477
  }
478
+
428
479
  .col--md-5 {
429
480
  width: 41.66667%;
430
481
  }
482
+
431
483
  .col--md-6 {
432
484
  width: 50%;
433
485
  }
486
+
434
487
  .col--md-7 {
435
488
  width: 58.33333%;
436
489
  }
490
+
437
491
  .col--md-8 {
438
492
  width: 66.66667%;
439
493
  }
494
+
440
495
  .col--md-9 {
441
496
  width: 75%;
442
497
  }
498
+
443
499
  .col--md-10 {
444
500
  width: 83.33333%;
445
501
  }
502
+
446
503
  .col--md-11 {
447
504
  width: 91.66667%;
448
505
  }
506
+
449
507
  .col--md-12 {
450
508
  width: 100%;
451
509
  }
@@ -455,36 +513,47 @@ progress[value]::-webkit-progress-value {
455
513
  .col--ld-1 {
456
514
  width: 8.33333%;
457
515
  }
516
+
458
517
  .col--ld-2 {
459
518
  width: 16.66667%;
460
519
  }
520
+
461
521
  .col--ld-3 {
462
522
  width: 25%;
463
523
  }
524
+
464
525
  .col--ld-4 {
465
526
  width: 33.33333%;
466
527
  }
528
+
467
529
  .col--ld-5 {
468
530
  width: 41.66667%;
469
531
  }
532
+
470
533
  .col--ld-6 {
471
534
  width: 50%;
472
535
  }
536
+
473
537
  .col--ld-7 {
474
538
  width: 58.33333%;
475
539
  }
540
+
476
541
  .col--ld-8 {
477
542
  width: 66.66667%;
478
543
  }
544
+
479
545
  .col--ld-9 {
480
546
  width: 75%;
481
547
  }
548
+
482
549
  .col--ld-10 {
483
550
  width: 83.33333%;
484
551
  }
552
+
485
553
  .col--ld-11 {
486
554
  width: 91.66667%;
487
555
  }
556
+
488
557
  .col--ld-12 {
489
558
  width: 100%;
490
559
  }
@@ -203,12 +203,6 @@ export class EzUpload {
203
203
  }
204
204
  }
205
205
  }
206
- /*
207
- background--disabled
208
- text--disabled
209
- fill--disabled
210
- mouse-poiter--disabled
211
- */
212
206
  render() {
213
207
  return (h("div", { ref: (el) => this._dropZone = el, class: this.evalDisabledClass('iu', 'background--disabled') },
214
208
  h("div", { class: "iu__container", onClick: () => this.openFilesDialog() },
@@ -412,7 +406,7 @@ export class EzUpload {
412
406
  "composed": true,
413
407
  "docs": {
414
408
  "tags": [],
415
- "text": "Evento emitido ao finalizar o upload de um arquivo"
409
+ "text": "Evento emitido ao finalizar o upload de um arquivo (onEzChange)."
416
410
  },
417
411
  "complexType": {
418
412
  "original": "Array<EzFile>",