@sankhyalabs/sankhyablocks 1.1.27 → 1.3.0

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 (237) hide show
  1. package/LICENSE +21 -21
  2. package/README.md +75 -75
  3. package/dist/cjs/index-4720dab8.js +735 -0
  4. package/dist/cjs/loader.cjs.js +3 -3
  5. package/dist/cjs/sankhyablocks.cjs.js +3 -3
  6. package/dist/cjs/snk-application.cjs.entry.js +954 -656
  7. package/dist/collection/collection-manifest.json +6 -35
  8. package/dist/collection/components/snk-application/snk-application.css +5 -5
  9. package/dist/collection/components/snk-application/snk-application.js +492 -495
  10. package/dist/collection/index.js +1 -1
  11. package/dist/collection/lib/http/data-fetcher/DataFetcher.js +158 -158
  12. package/dist/collection/lib/http/data-fetcher/fetchers/application-config-fetcher.js +23 -23
  13. package/dist/collection/lib/http/data-fetcher/fetchers/dataunit-fetcher.js +188 -188
  14. package/dist/collection/lib/http/data-fetcher/fetchers/form-config-fetcher.js +25 -25
  15. package/dist/collection/lib/http/data-fetcher/fetchers/grid-config-fetcher.js +2 -2
  16. package/dist/collection/lib/http/data-fetcher/fetchers/parameters-fecher.js +59 -59
  17. package/dist/collection/lib/http/data-fetcher/fetchers/resource-fetcher.js +30 -30
  18. package/dist/collection/lib/http/data-fetcher/state/LoadStateManager.js +66 -66
  19. package/dist/collection/lib/utils/pesquisa.js +16 -16
  20. package/dist/collection/lib/utils/urlutils.js +23 -23
  21. package/dist/collection/lib/workspace/workspace.js +7 -7
  22. package/dist/components/snk-application.js +945 -647
  23. package/dist/esm/index-72d4e2e0.js +709 -0
  24. package/dist/esm/loader.js +3 -3
  25. package/dist/esm/polyfills/core-js.js +0 -0
  26. package/dist/esm/polyfills/dom.js +0 -0
  27. package/dist/esm/polyfills/es5-html-element.js +0 -0
  28. package/dist/esm/polyfills/index.js +0 -0
  29. package/dist/esm/polyfills/system.js +0 -0
  30. package/dist/esm/sankhyablocks.js +3 -3
  31. package/dist/esm/snk-application.entry.js +916 -618
  32. package/dist/sankhyablocks/p-5d8ddbda.entry.js +57 -0
  33. package/dist/sankhyablocks/p-a33afc3b.js +2 -0
  34. package/dist/sankhyablocks/sankhyablocks.esm.js +1 -1
  35. package/dist/types/components/snk-application/snk-application.d.ts +44 -44
  36. package/dist/types/components.d.ts +6 -2
  37. package/dist/types/index.d.ts +1 -1
  38. package/dist/types/lib/http/data-fetcher/DataFetcher.d.ts +15 -15
  39. package/dist/types/lib/http/data-fetcher/fetchers/application-config-fetcher.d.ts +6 -6
  40. package/dist/types/lib/http/data-fetcher/fetchers/dataunit-fetcher.d.ts +12 -12
  41. package/dist/types/lib/http/data-fetcher/fetchers/form-config-fetcher.d.ts +5 -5
  42. package/dist/types/lib/http/data-fetcher/fetchers/grid-config-fetcher.d.ts +2 -2
  43. package/dist/types/lib/http/data-fetcher/fetchers/parameters-fecher.d.ts +13 -13
  44. package/dist/types/lib/http/data-fetcher/fetchers/resource-fetcher.d.ts +6 -6
  45. package/dist/types/lib/http/data-fetcher/state/LoadStateManager.d.ts +23 -23
  46. package/dist/types/lib/utils/pesquisa.d.ts +2 -2
  47. package/dist/types/lib/utils/urlutils.d.ts +4 -4
  48. package/dist/types/lib/workspace/workspace.d.ts +4 -4
  49. package/package.json +63 -52
  50. package/react/.keepfolder +1 -0
  51. package/react/components.d.ts +3 -32
  52. package/react/components.js +5 -34
  53. package/react/components.js.map +1 -1
  54. package/react/react-component-lib/createComponent.d.ts +10 -10
  55. package/react/react-component-lib/createComponent.js +58 -74
  56. package/react/react-component-lib/createComponent.js.map +1 -1
  57. package/react/react-component-lib/createOverlayComponent.d.ts +20 -21
  58. package/react/react-component-lib/createOverlayComponent.js +88 -108
  59. package/react/react-component-lib/createOverlayComponent.js.map +1 -1
  60. package/react/react-component-lib/index.d.ts +2 -2
  61. package/react/react-component-lib/index.js +2 -2
  62. package/react/react-component-lib/interfaces.d.ts +29 -29
  63. package/react/react-component-lib/utils/attachProps.d.ts +12 -12
  64. package/react/react-component-lib/utils/attachProps.js +95 -97
  65. package/react/react-component-lib/utils/attachProps.js.map +1 -1
  66. package/react/react-component-lib/utils/case.d.ts +2 -2
  67. package/react/react-component-lib/utils/case.js +6 -6
  68. package/react/react-component-lib/utils/dev.d.ts +2 -2
  69. package/react/react-component-lib/utils/dev.js +12 -12
  70. package/react/react-component-lib/utils/index.d.ts +7 -10
  71. package/react/react-component-lib/utils/index.js +20 -33
  72. package/react/react-component-lib/utils/index.js.map +1 -1
  73. package/dist/cjs/ApplicationUtils-05b74ee9.js +0 -39
  74. package/dist/cjs/AssetsUtils-bd004f63.js +0 -24
  75. package/dist/cjs/CSSVarsUtils-75ca9c64.js +0 -19
  76. package/dist/cjs/_commonjsHelpers-537d719a.js +0 -20
  77. package/dist/cjs/ez-action-chip.cjs.entry.js +0 -27
  78. package/dist/cjs/ez-application.cjs.entry.js +0 -26
  79. package/dist/cjs/ez-button_4.cjs.entry.js +0 -660
  80. package/dist/cjs/ez-calendar.cjs.entry.js +0 -223
  81. package/dist/cjs/ez-collapsible-box.cjs.entry.js +0 -47
  82. package/dist/cjs/ez-combo-box.cjs.entry.js +0 -278
  83. package/dist/cjs/ez-date-input.cjs.entry.js +0 -102
  84. package/dist/cjs/ez-date-time-input.cjs.entry.js +0 -145
  85. package/dist/cjs/ez-dialog.cjs.entry.js +0 -89
  86. package/dist/cjs/ez-form.cjs.entry.js +0 -785
  87. package/dist/cjs/ez-grid.cjs.entry.js +0 -110485
  88. package/dist/cjs/ez-icon.cjs.entry.js +0 -41
  89. package/dist/cjs/ez-label-chip.cjs.entry.js +0 -104
  90. package/dist/cjs/ez-modal_2.cjs.entry.js +0 -316
  91. package/dist/cjs/ez-number-input.cjs.entry.js +0 -86
  92. package/dist/cjs/ez-popover.cjs.entry.js +0 -120
  93. package/dist/cjs/ez-popup.cjs.entry.js +0 -48
  94. package/dist/cjs/ez-search.cjs.entry.js +0 -64
  95. package/dist/cjs/ez-tabselector.cjs.entry.js +0 -198
  96. package/dist/cjs/ez-text-area.cjs.entry.js +0 -114
  97. package/dist/cjs/ez-text-input.cjs.entry.js +0 -201
  98. package/dist/cjs/ez-time-input.cjs.entry.js +0 -118
  99. package/dist/cjs/ez-toast.cjs.entry.js +0 -44
  100. package/dist/cjs/ez-upload.cjs.entry.js +0 -356
  101. package/dist/cjs/index-6ac5268e.js +0 -1769
  102. package/dist/cjs/test-du.cjs.entry.js +0 -76
  103. package/dist/components/ApplicationUtils.js +0 -37
  104. package/dist/components/AssetsUtils.js +0 -22
  105. package/dist/components/CSSVarsUtils.js +0 -17
  106. package/dist/components/_commonjsHelpers.js +0 -17
  107. package/dist/components/ez-action-chip.js +0 -44
  108. package/dist/components/ez-application.js +0 -39
  109. package/dist/components/ez-button.js +0 -6
  110. package/dist/components/ez-button2.js +0 -105
  111. package/dist/components/ez-calendar.js +0 -6
  112. package/dist/components/ez-calendar2.js +0 -242
  113. package/dist/components/ez-check.js +0 -6
  114. package/dist/components/ez-check2.js +0 -94
  115. package/dist/components/ez-collapsible-box.js +0 -67
  116. package/dist/components/ez-combo-box.js +0 -6
  117. package/dist/components/ez-combo-box2.js +0 -311
  118. package/dist/components/ez-date-input.js +0 -135
  119. package/dist/components/ez-date-time-input.js +0 -179
  120. package/dist/components/ez-dialog.js +0 -124
  121. package/dist/components/ez-form.js +0 -6
  122. package/dist/components/ez-form2.js +0 -807
  123. package/dist/components/ez-grid.js +0 -110576
  124. package/dist/components/ez-icon.js +0 -6
  125. package/dist/components/ez-icon2.js +0 -56
  126. package/dist/components/ez-label-chip.js +0 -125
  127. package/dist/components/ez-list.js +0 -6
  128. package/dist/components/ez-list2.js +0 -523
  129. package/dist/components/ez-modal.js +0 -6
  130. package/dist/components/ez-modal2.js +0 -82
  131. package/dist/components/ez-number-input.js +0 -115
  132. package/dist/components/ez-popover.js +0 -145
  133. package/dist/components/ez-popup.js +0 -67
  134. package/dist/components/ez-search.js +0 -100
  135. package/dist/components/ez-tabselector.js +0 -6
  136. package/dist/components/ez-tabselector2.js +0 -213
  137. package/dist/components/ez-text-area.js +0 -137
  138. package/dist/components/ez-text-input.js +0 -6
  139. package/dist/components/ez-text-input2.js +0 -223
  140. package/dist/components/ez-time-input.js +0 -153
  141. package/dist/components/ez-toast.js +0 -64
  142. package/dist/components/ez-upload.js +0 -382
  143. package/dist/components/grid-config.js +0 -6
  144. package/dist/components/grid-config2.js +0 -318
  145. package/dist/components/select-box.js +0 -6
  146. package/dist/components/select-box2.js +0 -47
  147. package/dist/components/test-du.js +0 -101
  148. package/dist/esm/ApplicationUtils-e0b6d857.js +0 -37
  149. package/dist/esm/AssetsUtils-98074c9c.js +0 -22
  150. package/dist/esm/CSSVarsUtils-0787c3f3.js +0 -17
  151. package/dist/esm/_commonjsHelpers-9943807e.js +0 -17
  152. package/dist/esm/ez-action-chip.entry.js +0 -23
  153. package/dist/esm/ez-application.entry.js +0 -22
  154. package/dist/esm/ez-button_4.entry.js +0 -653
  155. package/dist/esm/ez-calendar.entry.js +0 -219
  156. package/dist/esm/ez-collapsible-box.entry.js +0 -43
  157. package/dist/esm/ez-combo-box.entry.js +0 -274
  158. package/dist/esm/ez-date-input.entry.js +0 -98
  159. package/dist/esm/ez-date-time-input.entry.js +0 -141
  160. package/dist/esm/ez-dialog.entry.js +0 -85
  161. package/dist/esm/ez-form.entry.js +0 -781
  162. package/dist/esm/ez-grid.entry.js +0 -110481
  163. package/dist/esm/ez-icon.entry.js +0 -37
  164. package/dist/esm/ez-label-chip.entry.js +0 -100
  165. package/dist/esm/ez-modal_2.entry.js +0 -311
  166. package/dist/esm/ez-number-input.entry.js +0 -82
  167. package/dist/esm/ez-popover.entry.js +0 -116
  168. package/dist/esm/ez-popup.entry.js +0 -44
  169. package/dist/esm/ez-search.entry.js +0 -60
  170. package/dist/esm/ez-tabselector.entry.js +0 -194
  171. package/dist/esm/ez-text-area.entry.js +0 -110
  172. package/dist/esm/ez-text-input.entry.js +0 -197
  173. package/dist/esm/ez-time-input.entry.js +0 -114
  174. package/dist/esm/ez-toast.entry.js +0 -40
  175. package/dist/esm/ez-upload.entry.js +0 -352
  176. package/dist/esm/index-df166135.js +0 -1738
  177. package/dist/esm/test-du.entry.js +0 -72
  178. package/dist/node_modules/@sankhyalabs/ezui/dist/collection/components/ez-action-chip/ez-action-chip.css +0 -67
  179. package/dist/node_modules/@sankhyalabs/ezui/dist/collection/components/ez-application/ez-application.css +0 -3
  180. package/dist/node_modules/@sankhyalabs/ezui/dist/collection/components/ez-button/ez-button.css +0 -180
  181. package/dist/node_modules/@sankhyalabs/ezui/dist/collection/components/ez-calendar/ez-calendar.css +0 -319
  182. package/dist/node_modules/@sankhyalabs/ezui/dist/collection/components/ez-check/ez-check.css +0 -327
  183. package/dist/node_modules/@sankhyalabs/ezui/dist/collection/components/ez-collapsible-box/ez-collapsible-box.css +0 -162
  184. package/dist/node_modules/@sankhyalabs/ezui/dist/collection/components/ez-combo-box/ez-combo-box.css +0 -217
  185. package/dist/node_modules/@sankhyalabs/ezui/dist/collection/components/ez-date-input/ez-date-input.css +0 -49
  186. package/dist/node_modules/@sankhyalabs/ezui/dist/collection/components/ez-date-time-input/ez-date-time-input.css +0 -44
  187. package/dist/node_modules/@sankhyalabs/ezui/dist/collection/components/ez-dialog/ez-dialog.css +0 -527
  188. package/dist/node_modules/@sankhyalabs/ezui/dist/collection/components/ez-form/ez-form.css +0 -5
  189. package/dist/node_modules/@sankhyalabs/ezui/dist/collection/components/ez-grid/ez-grid.css +0 -31
  190. package/dist/node_modules/@sankhyalabs/ezui/dist/collection/components/ez-grid/subcomponents/gridconfig/grid-config.css +0 -129
  191. package/dist/node_modules/@sankhyalabs/ezui/dist/collection/components/ez-grid/subcomponents/select-box/select-box.css +0 -10
  192. package/dist/node_modules/@sankhyalabs/ezui/dist/collection/components/ez-icon/ez-icon.css +0 -176
  193. package/dist/node_modules/@sankhyalabs/ezui/dist/collection/components/ez-label-chip/ez-label-chip.css +0 -139
  194. package/dist/node_modules/@sankhyalabs/ezui/dist/collection/components/ez-list/ez-list.css +0 -335
  195. package/dist/node_modules/@sankhyalabs/ezui/dist/collection/components/ez-modal/ez-modal.css +0 -358
  196. package/dist/node_modules/@sankhyalabs/ezui/dist/collection/components/ez-number-input/ez-number-input.css +0 -4
  197. package/dist/node_modules/@sankhyalabs/ezui/dist/collection/components/ez-popover/ez-popover.css +0 -44
  198. package/dist/node_modules/@sankhyalabs/ezui/dist/collection/components/ez-popup/ez-popup.css +0 -405
  199. package/dist/node_modules/@sankhyalabs/ezui/dist/collection/components/ez-search/ez-search.css +0 -3
  200. package/dist/node_modules/@sankhyalabs/ezui/dist/collection/components/ez-tabselector/ez-tabselector.css +0 -138
  201. package/dist/node_modules/@sankhyalabs/ezui/dist/collection/components/ez-text-area/ez-text-area.css +0 -165
  202. package/dist/node_modules/@sankhyalabs/ezui/dist/collection/components/ez-text-input/ez-text-input.css +0 -196
  203. package/dist/node_modules/@sankhyalabs/ezui/dist/collection/components/ez-time-input/ez-time-input.css +0 -10
  204. package/dist/node_modules/@sankhyalabs/ezui/dist/collection/components/ez-toast/ez-toast.css +0 -127
  205. package/dist/node_modules/@sankhyalabs/ezui/dist/collection/components/ez-upload/ez-upload.css +0 -568
  206. package/dist/node_modules/@sankhyalabs/ezui/dist/collection/components/test-du/test-du.css +0 -3
  207. package/dist/sankhyablocks/p-08e1cded.entry.js +0 -1
  208. package/dist/sankhyablocks/p-0a77ac95.entry.js +0 -57
  209. package/dist/sankhyablocks/p-112455b1.js +0 -1
  210. package/dist/sankhyablocks/p-126c4aaa.entry.js +0 -1
  211. package/dist/sankhyablocks/p-1421b89a.entry.js +0 -1
  212. package/dist/sankhyablocks/p-1beadcaf.entry.js +0 -1
  213. package/dist/sankhyablocks/p-1c423f5d.entry.js +0 -1
  214. package/dist/sankhyablocks/p-28a0dbf0.entry.js +0 -1
  215. package/dist/sankhyablocks/p-4763d5c2.js +0 -1
  216. package/dist/sankhyablocks/p-4c66200a.entry.js +0 -1
  217. package/dist/sankhyablocks/p-5dc772be.entry.js +0 -1
  218. package/dist/sankhyablocks/p-5ff3e300.entry.js +0 -1
  219. package/dist/sankhyablocks/p-7122cec4.entry.js +0 -1
  220. package/dist/sankhyablocks/p-811b4b9d.js +0 -1
  221. package/dist/sankhyablocks/p-813fe4f7.js +0 -1
  222. package/dist/sankhyablocks/p-9b33a005.entry.js +0 -1
  223. package/dist/sankhyablocks/p-9e22ec87.entry.js +0 -1
  224. package/dist/sankhyablocks/p-9f7239df.entry.js +0 -1
  225. package/dist/sankhyablocks/p-9f7e6e48.js +0 -1
  226. package/dist/sankhyablocks/p-a47e0537.entry.js +0 -1
  227. package/dist/sankhyablocks/p-a9aba60a.entry.js +0 -1
  228. package/dist/sankhyablocks/p-afda7940.entry.js +0 -1
  229. package/dist/sankhyablocks/p-b3a83eaf.entry.js +0 -1
  230. package/dist/sankhyablocks/p-b96a8d40.entry.js +0 -1
  231. package/dist/sankhyablocks/p-c61c0e40.entry.js +0 -1
  232. package/dist/sankhyablocks/p-ca29d028.entry.js +0 -1
  233. package/dist/sankhyablocks/p-cd17abb1.entry.js +0 -1
  234. package/dist/sankhyablocks/p-d3a5366d.entry.js +0 -369
  235. package/dist/sankhyablocks/p-d5703a41.entry.js +0 -1
  236. package/dist/sankhyablocks/p-e5f77a59.entry.js +0 -1
  237. package/dist/sankhyablocks/p-e9e94d51.entry.js +0 -1
@@ -1,49 +0,0 @@
1
- :host {
2
- display: block;
3
- width: 100%;
4
- /*@doc Define a cor de fundo do input.*/
5
- --ez-date-input__input--background-color: var(--background--medium, #e0e0e0);
6
- /*@doc Define a cor da borda do input.*/
7
- --ez-date-input__input--border-color: var(--ez-date-input__input--background-color);
8
- /*@doc Contém a imagem do calendário.*/
9
- --ez-date-input__calendar-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="16px" width="15px"><path d="M 3.171875,5.25 C 2.6485088,5.25 2.21875,5.6797588 2.21875,6.203125 2.21875,6.7264912 2.6485088,7.15625 3.171875,7.15625 3.6952412,7.15625 4.125,6.7264912 4.125,6.203125 4.125,5.6797588 3.6952412,5.25 3.171875,5.25 Z m 2.875,0 C 5.5235088,5.25 5.09375,5.6797588 5.09375,6.203125 5.09375,6.7264912 5.5235088,7.15625 6.046875,7.15625 6.5702412,7.15625 7,6.7264912 7,6.203125 7,5.6797588 6.5702412,5.25 6.046875,5.25 Z m 2.875,0 c -0.5233662,0 -0.953125,0.4297588 -0.953125,0.953125 0,0.5233662 0.4297588,0.953125 0.953125,0.953125 0.5233662,0 0.9511719,-0.4297588 0.9511719,-0.953125 C 9.8730469,5.6797588 9.4452412,5.25 8.921875,5.25 Z m 2.873047,0 c -0.523366,0 -0.953125,0.4297588 -0.953125,0.953125 0,0.5233662 0.429759,0.953125 0.953125,0.953125 0.523366,0 0.953125,-0.4297588 0.953125,-0.953125 C 12.748047,5.6797588 12.318288,5.25 11.794922,5.25 Z M 3.171875,8.1230469 c -0.5233662,0 -0.953125,0.4297588 -0.953125,0.953125 0,0.5233662 0.4297588,0.9531251 0.953125,0.9531251 0.5233662,0 0.953125,-0.4297589 0.953125,-0.9531251 0,-0.5233662 -0.4297588,-0.953125 -0.953125,-0.953125 z m 2.875,0 c -0.5233662,0 -0.953125,0.4297588 -0.953125,0.953125 0,0.5233662 0.4297588,0.9531251 0.953125,0.9531251 C 6.5702412,10.029297 7,9.5995381 7,9.0761719 7,8.5528057 6.5702412,8.1230469 6.046875,8.1230469 Z m 2.8554688,0 c -0.5233663,0 -0.953125,0.4297588 -0.953125,0.953125 0,0.5233662 0.4297587,0.9531251 0.953125,0.9531251 0.5233661,0 0.9531249,-0.4297589 0.953125,-0.9531251 0,-0.5233662 -0.4297588,-0.953125 -0.953125,-0.953125 z m 2.9003902,0 c -0.523366,0 -0.953125,0.4297588 -0.953125,0.953125 0,0.5233662 0.429759,0.9531251 0.953125,0.9531251 0.523367,0 0.953125,-0.4297589 0.953125,-0.9531251 0,-0.5233662 -0.429758,-0.953125 -0.953125,-0.953125 z M 3.171875,10.998047 c -0.5233662,0 -0.953125,0.429759 -0.953125,0.953125 0,0.523366 0.4297588,0.953125 0.953125,0.953125 0.5233662,0 0.953125,-0.429759 0.953125,-0.953125 0,-0.523366 -0.4297588,-0.953125 -0.953125,-0.953125 z m 2.875,0 c -0.5233662,0 -0.953125,0.429759 -0.953125,0.953125 0,0.523366 0.4297588,0.953125 0.953125,0.953125 C 6.5702412,12.904297 7,12.474538 7,11.951172 7,11.427806 6.5702412,10.998047 6.046875,10.998047 Z m 2.8554688,0 c -0.5233663,0 -0.953125,0.429759 -0.953125,0.953125 0,0.523366 0.4297587,0.953125 0.953125,0.953125 0.5233661,0 0.9531249,-0.429759 0.953125,-0.953125 0,-0.523366 -0.4297588,-0.953125 -0.953125,-0.953125 z m 2.9003902,0 c -0.523366,0 -0.953125,0.429759 -0.953125,0.953125 0,0.523366 0.429759,0.953125 0.953125,0.953125 0.523367,0 0.953125,-0.429759 0.953125,-0.953125 0,-0.523366 -0.429758,-0.953125 -0.953125,-0.953125 z M 3.5,0 c -0.554,0 -1,0.446 -1,1 v 0.050781 C 1.0853217,1.2909766 0,2.5186658 0,4 v 9 c 0,1.652487 1.3475134,3 3,3 h 9 c 1.652487,0 3,-1.347513 3,-3 V 4 C 15,2.5186658 13.914678,1.2909766 12.5,1.0507812 V 1 c 0,-0.554 -0.446,-1 -1,-1 -0.554,0 -1,0.446 -1,1 h -2 c 0,-0.554 -0.446,-1 -1,-1 -0.554,0 -1,0.446 -1,1 h -2 C 4.5,0.446 4.054,0 3.5,0 Z m 1,2.0996094 h 2 v 0.640625 c 0,0.554 0.446,1 1,1 0.554,0 1,-0.446 1,-1 v -0.640625 h 2 v 0.640625 c 0,0.554 0.446,1 1,1 0.554,0 1,-0.446 1,-1 V 2.1738281 C 13.311725,2.3905225 13.900391,3.11278 13.900391,4 v 9 c 0,1.062113 -0.838278,1.900391 -1.900391,1.900391 H 3 C 1.9378864,14.900391 1.0996094,14.062113 1.0996094,13 V 4 C 1.0996094,3.11278 1.6882747,2.3905225 2.5,2.1738281 v 0.5664063 c 0,0.554 0.446,1 1,1 0.554,0 1,-0.446 1,-1 z"/></svg>');
10
- }
11
-
12
- /*.text-input {
13
- --ez-text-input__input--background-color: inherit;
14
- --ez-text-input__input--border-color: inherit;
15
- }*/
16
-
17
- .btn-open-cal {
18
- outline: none;
19
- border: none;
20
- background-color: unset;
21
- cursor: pointer;
22
- }
23
-
24
- .btn-open-cal:disabled {
25
- cursor: unset;
26
- }
27
-
28
- .btn-open-cal::after {
29
- content: '';
30
- display: flex;
31
- background-color: var(--text--primary, #008561);
32
- width: 15px;
33
- height: 16px;
34
- -webkit-mask-image: var(--ez-date-input__calendar-image);
35
- mask-image: var(--ez-date-input__calendar-image);
36
- }
37
-
38
- .btn-open-cal:disabled:after {
39
- background-color: var(--text--disable, #AFB6C0);
40
- }
41
-
42
- .btn-open-cal:enabled:hover::after {
43
- background-color: var(--color--primary, #4e4e4e);
44
- }
45
-
46
- ez-text-input {
47
- --text-input__input--background-color: var(--ez-date-input__input--background-color, #FFFFFF);
48
- --text-input__input--border-color: var(--ez-date-input__input--border-color, #DCE0E8);
49
- }
@@ -1,44 +0,0 @@
1
- :host {
2
- display: block;
3
- width: 100%;
4
- /*@doc Define a cor de fundo do input.*/
5
- --ez-date-input__input--background-color: var(--background--medium, #e0e0e0);
6
- /*@doc Define a cor da borda do input.*/
7
- --ez-date-input__input--border-color: var(--ez-date-input__input--background-color);
8
- /*@doc Contém a imagem do calendário.*/
9
- --ez-date-input__calendar-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="16px" width="15px"><path d="M 3.171875,5.25 C 2.6485088,5.25 2.21875,5.6797588 2.21875,6.203125 2.21875,6.7264912 2.6485088,7.15625 3.171875,7.15625 3.6952412,7.15625 4.125,6.7264912 4.125,6.203125 4.125,5.6797588 3.6952412,5.25 3.171875,5.25 Z m 2.875,0 C 5.5235088,5.25 5.09375,5.6797588 5.09375,6.203125 5.09375,6.7264912 5.5235088,7.15625 6.046875,7.15625 6.5702412,7.15625 7,6.7264912 7,6.203125 7,5.6797588 6.5702412,5.25 6.046875,5.25 Z m 2.875,0 c -0.5233662,0 -0.953125,0.4297588 -0.953125,0.953125 0,0.5233662 0.4297588,0.953125 0.953125,0.953125 0.5233662,0 0.9511719,-0.4297588 0.9511719,-0.953125 C 9.8730469,5.6797588 9.4452412,5.25 8.921875,5.25 Z m 2.873047,0 c -0.523366,0 -0.953125,0.4297588 -0.953125,0.953125 0,0.5233662 0.429759,0.953125 0.953125,0.953125 0.523366,0 0.953125,-0.4297588 0.953125,-0.953125 C 12.748047,5.6797588 12.318288,5.25 11.794922,5.25 Z M 3.171875,8.1230469 c -0.5233662,0 -0.953125,0.4297588 -0.953125,0.953125 0,0.5233662 0.4297588,0.9531251 0.953125,0.9531251 0.5233662,0 0.953125,-0.4297589 0.953125,-0.9531251 0,-0.5233662 -0.4297588,-0.953125 -0.953125,-0.953125 z m 2.875,0 c -0.5233662,0 -0.953125,0.4297588 -0.953125,0.953125 0,0.5233662 0.4297588,0.9531251 0.953125,0.9531251 C 6.5702412,10.029297 7,9.5995381 7,9.0761719 7,8.5528057 6.5702412,8.1230469 6.046875,8.1230469 Z m 2.8554688,0 c -0.5233663,0 -0.953125,0.4297588 -0.953125,0.953125 0,0.5233662 0.4297587,0.9531251 0.953125,0.9531251 0.5233661,0 0.9531249,-0.4297589 0.953125,-0.9531251 0,-0.5233662 -0.4297588,-0.953125 -0.953125,-0.953125 z m 2.9003902,0 c -0.523366,0 -0.953125,0.4297588 -0.953125,0.953125 0,0.5233662 0.429759,0.9531251 0.953125,0.9531251 0.523367,0 0.953125,-0.4297589 0.953125,-0.9531251 0,-0.5233662 -0.429758,-0.953125 -0.953125,-0.953125 z M 3.171875,10.998047 c -0.5233662,0 -0.953125,0.429759 -0.953125,0.953125 0,0.523366 0.4297588,0.953125 0.953125,0.953125 0.5233662,0 0.953125,-0.429759 0.953125,-0.953125 0,-0.523366 -0.4297588,-0.953125 -0.953125,-0.953125 z m 2.875,0 c -0.5233662,0 -0.953125,0.429759 -0.953125,0.953125 0,0.523366 0.4297588,0.953125 0.953125,0.953125 C 6.5702412,12.904297 7,12.474538 7,11.951172 7,11.427806 6.5702412,10.998047 6.046875,10.998047 Z m 2.8554688,0 c -0.5233663,0 -0.953125,0.429759 -0.953125,0.953125 0,0.523366 0.4297587,0.953125 0.953125,0.953125 0.5233661,0 0.9531249,-0.429759 0.953125,-0.953125 0,-0.523366 -0.4297588,-0.953125 -0.953125,-0.953125 z m 2.9003902,0 c -0.523366,0 -0.953125,0.429759 -0.953125,0.953125 0,0.523366 0.429759,0.953125 0.953125,0.953125 0.523367,0 0.953125,-0.429759 0.953125,-0.953125 0,-0.523366 -0.429758,-0.953125 -0.953125,-0.953125 z M 3.5,0 c -0.554,0 -1,0.446 -1,1 v 0.050781 C 1.0853217,1.2909766 0,2.5186658 0,4 v 9 c 0,1.652487 1.3475134,3 3,3 h 9 c 1.652487,0 3,-1.347513 3,-3 V 4 C 15,2.5186658 13.914678,1.2909766 12.5,1.0507812 V 1 c 0,-0.554 -0.446,-1 -1,-1 -0.554,0 -1,0.446 -1,1 h -2 c 0,-0.554 -0.446,-1 -1,-1 -0.554,0 -1,0.446 -1,1 h -2 C 4.5,0.446 4.054,0 3.5,0 Z m 1,2.0996094 h 2 v 0.640625 c 0,0.554 0.446,1 1,1 0.554,0 1,-0.446 1,-1 v -0.640625 h 2 v 0.640625 c 0,0.554 0.446,1 1,1 0.554,0 1,-0.446 1,-1 V 2.1738281 C 13.311725,2.3905225 13.900391,3.11278 13.900391,4 v 9 c 0,1.062113 -0.838278,1.900391 -1.900391,1.900391 H 3 C 1.9378864,14.900391 1.0996094,14.062113 1.0996094,13 V 4 C 1.0996094,3.11278 1.6882747,2.3905225 2.5,2.1738281 v 0.5664063 c 0,0.554 0.446,1 1,1 0.554,0 1,-0.446 1,-1 z"/></svg>');
10
- }
11
-
12
- .btn-open-cal {
13
- outline: none;
14
- border: none;
15
- background-color: unset;
16
- cursor: pointer;
17
- }
18
-
19
- .btn-open-cal:disabled {
20
- cursor: unset;
21
- }
22
-
23
- .btn-open-cal::after {
24
- content: '';
25
- display: flex;
26
- background-color: var(--text--primary, #008561);
27
- width: 15px;
28
- height: 16px;
29
- -webkit-mask-image: var(--ez-date-input__calendar-image);
30
- mask-image: var(--ez-date-input__calendar-image);
31
- }
32
-
33
- .btn-open-cal:disabled:after {
34
- background-color: var(--text--disable, #AFB6C0);
35
- }
36
-
37
- .btn-open-cal:enabled:hover::after {
38
- background-color: var(--color--primary, #4e4e4e);
39
- }
40
-
41
- ez-text-input {
42
- --text-input__input--background-color: var(--ez-date-input__input--background-color, #FFFFFF);
43
- --text-input__input--border-color: var(--ez-date-input__input--border-color, #DCE0E8);
44
- }
@@ -1,527 +0,0 @@
1
- :host {
2
-
3
- /* Container */
4
- /*@doc Define o espaçamento do container.*/
5
- --dialog__container-padding: var(--space--large, 24px);
6
-
7
- /* Botões */
8
- /*@doc Define a cor de fundo do botão de fechar.*/
9
- --dialog__btn__close--background-color: var(--title--primary, #2b3a54);
10
- /*@doc Define o espaçamento direito do botão de negação.*/
11
- --dialog__btn__no--padding-right: var(--space--large, 24px);
12
- /*@doc Contém a imagem do ícone de fechamento.*/
13
- --dialog__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>');
14
-
15
- /* Título */
16
- /*@doc Define o estilo da mensagem exibida no título.*/
17
- --dialog__title--font-pattern: var(--font-pattern, "'Sora', 'Algerian'");
18
- /*@doc Define o espaçamento a esquerda do título.*/
19
- --dialog__title--padding-left: var(--space--small, 6px);
20
- /*@doc Define o espaçamento abaixo do container do título.*/
21
- --dialog__title__container--padding-bottom: var(--space--medium, 12px);
22
- /*@doc Define o peso do título.*/
23
- --dialog__title--weight--large: var(--text-weight--large, 600);
24
-
25
-
26
- /* Corpo da Mensagem */
27
- /*@doc Define o estilo do texto da mensagem.*/
28
- --dialog__body--font-pattern: var(--font-pattern, "'Sora', 'Algerian'");
29
- /*@doc Define a sombra do texto da mensagem.*/
30
- --dialog__body--text-shadow: var(--text-shadow, "0 0 0 #353535, 0 0 1px transparent");
31
- /*@doc Define o peso do texto da mensagem.*/
32
- --dialog__body--text-weight--medium: var(--text-weight--medium, 400);
33
- /*@doc Define o espaçamento inferior do texto da mensagem.*/
34
- --dialog__body--padding-bottom: var(--space--large, 24px);
35
- /*@doc Define o tamanho do texto da mensagem.*/
36
- --dialog__body--font-size: var(--text--medium, 14px);
37
- /*@doc Define a cor do texto da mensagem.*/
38
- --dialog__body--color: var(--text--primary, #626e82);
39
-
40
- /* Ícones */
41
- /*@doc Define a cor dos ícones dos indicadores de modo.*/
42
- --dialog__icon--color: var(--text--inverted, #fff);
43
- /*@doc Define a cor de fundo dos indicadores do modo crítico.*/
44
- --dialog__critical--background-color: var(--color--alert-error-800, #BD0025);
45
- /*@doc Define a cor de fundo da lista de opções.*/
46
- --dialog__warning--background-color: var(--color--alert-warning-500, #EFB103);
47
-
48
- /*@doc Define a camada que o dialog será exibido.*/
49
- --dialog-z-index: var(--most-visible, 3);
50
- /*@doc Contém a imagem do ícone de alerta.*/
51
- --dialog--warning__image: url('data: image/svg+xml;utf8,<svg width="15" height="15" viewBox="0 0 15 15" xmlns="http://www.w3.org/2000/svg"><path d="M 7.5,0 0,13 h 15 z m 0,2.73684 5.1341,8.89476 H 2.36591 Z M 6.81818,5.47368 V 8.21053 H 8.18182 V 5.47368 Z m 0,4.10527 V 10.9474 H 8.18182 V 9.57895"/></svg>');
52
- /*@doc Contém a imagem do ícone crítico.*/
53
- --dialog--critical__image: url('data: image/svg+xml;utf8,<svg width="13" height="13" viewBox="0 0 13 13" xmlns="http://www.w3.org/2000/svg"><path d="M 7.6534493,6.4948538 12.762051,1.3864299 C 12.914368,1.2341297 13,1.027552 13,0.81215179 13,0.59676225 12.914369,0.39018443 12.762051,0.23787352 12.609733,0.08557341 12.40318,0 12.187747,0 11.972425,0 11.765762,0.08557341 11.613445,0.23787352 L 6.5048431,5.3462975 1.3961977,0.23787352 C 1.2438802,0.08557341 1.0373043,0 0.82189458,0 0.60649572,0 0.39990901,0.08557341 0.24759147,0.23787352 0.09527396,0.39018443 0.00970766,0.59676225 0.00970766,0.81215179 c 0,0.21540021 0.0855663,0.42197791 0.23788381,0.57427811 L 5.3562369,6.4948538 0.24759147,11.604381 c -0.0775121,0.07492 -0.13931586,0.164543 -0.18182835,0.263595 -0.04250169,0.09905 -0.064850182,0.205678 -0.0657357237,0.313391 -8.8554258e-4,0.107813 0.0197049337,0.214771 0.0605827337,0.314472 0.04086693,0.0998 0.10119858,0.190415 0.17746563,0.266625 0.0762779,0.07622 0.16695386,0.136398 0.26675594,0.177208 0.099802,0.04082 0.20672745,0.06127 0.31452961,0.06029 0.1078025,-9.53e-4 0.21433799,-0.0235 0.31337139,-0.06604 0.099045,-0.04265 0.1886052,-0.104571 0.263465,-0.182081 L 6.5048431,7.6434102 11.613445,12.751855 c 0.152317,0.152312 0.35898,0.237831 0.574302,0.237831 0.215433,0 0.421986,-0.08552 0.574304,-0.237831 C 12.914368,12.599545 13,12.393 13,12.177578 13,11.962157 12.91437,11.75561 12.762051,11.603299 Z"/></svg>');
54
- }
55
-
56
- h2 {
57
- margin-block-start: 0;
58
- margin-block-end: 0;
59
- margin-inline-start: 0px;
60
- margin-inline-end: 0px;
61
- }
62
-
63
- .overlay {
64
- position: fixed;
65
- display: flex;
66
- top: 0px;
67
- z-index: var(--dialog-z-index);
68
- left: 0px;
69
- width: 100%;
70
- box-sizing: border-box;
71
- height: 100vh;
72
- backdrop-filter: blur(4px);
73
- background: rgba(0, 4, 12, 0.4);
74
- }
75
-
76
- .dialog {
77
- display: flex;
78
- width: 80%;
79
- position: absolute;
80
- top: 50%;
81
- left: 50%;
82
- margin-right: -50%;
83
- box-sizing: border-box;
84
- transform: translate(-50%, -50%);
85
- box-shadow: 0px 0px 16px rgba(0, 38, 111, 0.122);
86
- }
87
-
88
- @media screen and (min-width: 768px) {
89
- .dialog {
90
- width: 50%;
91
- }
92
- }
93
-
94
- @media screen and (min-width: 992px) {
95
- .dialog {
96
- width: 33.33333%;
97
- }
98
- }
99
-
100
- .dialog__container {
101
- width: 100%;
102
- background: #FFFF;
103
- border-radius: 0px 6px 6px 0px;
104
- box-sizing: border-box;
105
- padding: var(--dialog__container-padding)
106
- }
107
-
108
- .dialog__critical--indicator {
109
- box-sizing: border-box;
110
- width: 12px;
111
- border-radius: 6px 0px 0px 6px;
112
- background-color: var(--dialog__critical--background-color);
113
- }
114
-
115
- .dialog__warning--indicator {
116
- width: 12px;
117
- border-radius: 6px 0px 0px 6px;
118
- box-sizing: border-box;
119
- background-color: var(--dialog__warning--background-color);
120
- }
121
-
122
- .message {
123
- font-size: var(--dialog__body--font-size);
124
- font-weight: var(--dialog__body--text-weight--medium);
125
- font-family: var(--dialog__body--font-pattern);
126
- text-shadow: var(--dialog__body--text-shadow);
127
- padding-bottom: var(--dialog__body--padding-bottom);
128
- color: var(--dialog__body--color);
129
- max-height: 30vh;
130
- content-visibility: auto;
131
- margin-bottom: 24px;
132
- overflow-y: auto;
133
- }
134
-
135
- .changeable__icon {
136
- background: var(--dialog__warning--background-color);
137
- --ez-icon--color: var(--dialog__icon--color);
138
- display: grid;
139
- place-items: center;
140
- width: 26px;
141
- height: 26px;
142
- border-radius: 50%;
143
- }
144
-
145
- .changeable__icon.critical{
146
- background: var(--dialog__critical--background-color);
147
- }
148
-
149
- .title {
150
- display: flex;
151
- font-family: var(--dialog__title--font-pattern);
152
- margin: 0;
153
- font-weight: var(--dialog__title--weight--large);
154
- line-height: 1.3;
155
- }
156
-
157
- .title__container {
158
- display: flex;
159
- padding-bottom: var(--dialog__title__container--padding-bottom);
160
- }
161
-
162
- .title__box {
163
- display: flex;
164
- width: 100%;
165
- align-items: center;
166
- align-self: center;
167
- }
168
-
169
- .title--label {
170
- padding-left: var(--dialog__title--padding-left);
171
- }
172
-
173
- .title-icon {
174
- outline: none;
175
- border: none;
176
- background-color: var(--dialog__warning--background-color);
177
- width: 26px;
178
- height: 26px;
179
- border-radius: 100%;
180
- padding: 0;
181
- display: flex;
182
- justify-content: center;
183
- align-items: center;
184
- }
185
-
186
- .title-icon--critical {
187
- background-color: var(--dialog__critical--background-color);
188
- }
189
-
190
- .btn-close {
191
- justify-content: flex-end;
192
- align-self: flex-start;
193
- align-items: flex-start;
194
- display: flex;
195
- outline: none;
196
- width: 10%;
197
- border: none;
198
- background-color: unset;
199
- cursor: pointer;
200
- }
201
-
202
- .btn-close::after {
203
- content: '';
204
- display: flex;
205
- background-color: var(--dialog__btn__close--background-color);
206
- width: 12px;
207
- height: 12px;
208
- -webkit-mask-image: var(--dialog__btn__close__image);
209
- mask-image: var(--dialog__btn__close__image);
210
- }
211
-
212
- .title-icon::after {
213
- content: '';
214
- display: flex;
215
- background-color: #FFFF;
216
- width: 15px;
217
- height: 15px;
218
- -webkit-mask-image: var(--dialog--warning__image);
219
- mask-image: var(--dialog--warning__image);
220
- }
221
-
222
- .title-icon--critical::after {
223
- content: '';
224
- display: flex;
225
- background-color: #FFFF;
226
- width: 13px;
227
- height: 13px;
228
- -webkit-mask-image: var(--dialog--critical__image);
229
- mask-image: var(--dialog--critical__image);
230
- }
231
-
232
- .button-yes-no__container {
233
- display: flex;
234
- box-sizing: border-box;
235
- align-self: center;
236
- align-items: center;
237
- justify-content: flex-end;
238
- }
239
-
240
- .button__no {
241
- padding-right: var(--dialog__btn__no--padding-right);
242
- }
243
-
244
- .button__ok--container {
245
- display: flex;
246
- justify-content: flex-end;
247
- }
248
-
249
- /*FIXME: Isso não deveria estar aqui... provavelmente foi colocado temporáriamente
250
- até resolvermos o problema de compilar um css específico pro grid system no ez-design.
251
- Na versão final do componente devemos remover daqui...*/
252
- /* //////// GRID SYSTEM //////// */
253
-
254
- .row {
255
- width: 100%;
256
- display: flex;
257
- flex-wrap: wrap;
258
- }
259
-
260
- .col {
261
- display: flex;
262
- flex-wrap: wrap;
263
- align-self: flex-start;
264
- box-sizing: border-box;
265
- }
266
-
267
- .col--stretch {
268
- align-self: stretch;
269
- }
270
-
271
- .col--undefined {
272
- width: unset;
273
- }
274
-
275
- .col--nowrap {
276
- flex-wrap: nowrap;
277
- }
278
-
279
- @media screen and (min-width: 320px) {
280
- .col--sd-1 {
281
- width: 8.33333%;
282
- }
283
-
284
- .col--sd-2 {
285
- width: 16.66667%;
286
- }
287
-
288
- .col--sd-3 {
289
- width: 25%;
290
- }
291
-
292
- .col--sd-4 {
293
- width: 33.33333%;
294
- }
295
-
296
- .col--sd-5 {
297
- width: 41.66667%;
298
- }
299
-
300
- .col--sd-6 {
301
- width: 50%;
302
- }
303
-
304
- .col--sd-7 {
305
- width: 58.33333%;
306
- }
307
-
308
- .col--sd-8 {
309
- width: 66.66667%;
310
- }
311
-
312
- .col--sd-9 {
313
- width: 75%;
314
- }
315
-
316
- .col--sd-10 {
317
- width: 83.33333%;
318
- }
319
-
320
- .col--sd-11 {
321
- width: 91.66667%;
322
- }
323
-
324
- .col--sd-12 {
325
- width: 100%;
326
- }
327
- }
328
-
329
- @media screen and (min-width: 480px) {
330
- .col--pn-1 {
331
- width: 8.33333%;
332
- }
333
-
334
- .col--pn-2 {
335
- width: 16.66667%;
336
- }
337
-
338
- .col--pn-3 {
339
- width: 25%;
340
- }
341
-
342
- .col--pn-4 {
343
- width: 33.33333%;
344
- }
345
-
346
- .col--pn-5 {
347
- width: 41.66667%;
348
- }
349
-
350
- .col--pn-6 {
351
- width: 50%;
352
- }
353
-
354
- .col--pn-7 {
355
- width: 58.33333%;
356
- }
357
-
358
- .col--pn-8 {
359
- width: 66.66667%;
360
- }
361
-
362
- .col--pn-9 {
363
- width: 75%;
364
- }
365
-
366
- .col--pn-10 {
367
- width: 83.33333%;
368
- }
369
-
370
- .col--pn-11 {
371
- width: 91.66667%;
372
- }
373
-
374
- .col--pn-12 {
375
- width: 100%;
376
- }
377
- }
378
-
379
- @media screen and (min-width: 768px) {
380
- .col--tb-1 {
381
- width: 8.33333%;
382
- }
383
-
384
- .col--tb-2 {
385
- width: 16.66667%;
386
- }
387
-
388
- .col--tb-3 {
389
- width: 25%;
390
- }
391
-
392
- .col--tb-4 {
393
- width: 33.33333%;
394
- }
395
-
396
- .col--tb-5 {
397
- width: 41.66667%;
398
- }
399
-
400
- .col--tb-6 {
401
- width: 50%;
402
- }
403
-
404
- .col--tb-7 {
405
- width: 58.33333%;
406
- }
407
-
408
- .col--tb-8 {
409
- width: 66.66667%;
410
- }
411
-
412
- .col--tb-9 {
413
- width: 75%;
414
- }
415
-
416
- .col--tb-10 {
417
- width: 83.33333%;
418
- }
419
-
420
- .col--tb-11 {
421
- width: 91.66667%;
422
- }
423
-
424
- .col--tb-12 {
425
- width: 100%;
426
- }
427
- }
428
-
429
- @media screen and (min-width: 992px) {
430
- .col--md-1 {
431
- width: 8.33333%;
432
- }
433
-
434
- .col--md-2 {
435
- width: 16.66667%;
436
- }
437
-
438
- .col--md-3 {
439
- width: 25%;
440
- }
441
-
442
- .col--md-4 {
443
- width: 33.33333%;
444
- }
445
-
446
- .col--md-5 {
447
- width: 41.66667%;
448
- }
449
-
450
- .col--md-6 {
451
- width: 50%;
452
- }
453
-
454
- .col--md-7 {
455
- width: 58.33333%;
456
- }
457
-
458
- .col--md-8 {
459
- width: 66.66667%;
460
- }
461
-
462
- .col--md-9 {
463
- width: 75%;
464
- }
465
-
466
- .col--md-10 {
467
- width: 83.33333%;
468
- }
469
-
470
- .col--md-11 {
471
- width: 91.66667%;
472
- }
473
-
474
- .col--md-12 {
475
- width: 100%;
476
- }
477
- }
478
-
479
- @media screen and (min-width: 1200px) {
480
- .col--ld-1 {
481
- width: 8.33333%;
482
- }
483
-
484
- .col--ld-2 {
485
- width: 16.66667%;
486
- }
487
-
488
- .col--ld-3 {
489
- width: 25%;
490
- }
491
-
492
- .col--ld-4 {
493
- width: 33.33333%;
494
- }
495
-
496
- .col--ld-5 {
497
- width: 41.66667%;
498
- }
499
-
500
- .col--ld-6 {
501
- width: 50%;
502
- }
503
-
504
- .col--ld-7 {
505
- width: 58.33333%;
506
- }
507
-
508
- .col--ld-8 {
509
- width: 66.66667%;
510
- }
511
-
512
- .col--ld-9 {
513
- width: 75%;
514
- }
515
-
516
- .col--ld-10 {
517
- width: 83.33333%;
518
- }
519
-
520
- .col--ld-11 {
521
- width: 91.66667%;
522
- }
523
-
524
- .col--ld-12 {
525
- width: 100%;
526
- }
527
- }
@@ -1,5 +0,0 @@
1
- ez-form {
2
- display: flex;
3
- flex-direction: column;
4
- width: 100%;
5
- }
@@ -1,31 +0,0 @@
1
- :host {
2
- display: grid;
3
- grid-template-rows: auto 1fr auto;
4
- height: 100%;
5
- width: 100%;
6
- /*@doc Define a cor de fundo do header do componente.*/
7
- --ezgrid__header--background-color: var(--background--xlight, #FFF)
8
- }
9
-
10
- .grid-header {
11
- /*private*/
12
- display: flex;
13
- justify-content: space-between;
14
- align-items: center;
15
-
16
- /*public*/
17
- background-color: var(--ezgrid__header--background-color, #FFF);
18
- z-index: var(--visible);
19
- }
20
-
21
- .grid__container{
22
- box-shadow: 0 0 16px 0 rgb(0 38 111 / 12%);
23
- padding-top: 15px;
24
- margin-top: -12px;
25
- background-color: var(--ezgrid__header--background-color);
26
- }
27
-
28
- .grid-header__container{
29
- display: flex;
30
- align-items: center;
31
- }