cronapp-framework-js 2.9.0-SNAPSHOT.2 → 2.9.1-SNAPSHOT.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (367) hide show
  1. package/components/crn-enterprise-combobox-multiple.components.json +1 -1
  2. package/components/crn-enterprise-dynamic-combobox.components.json +1 -1
  3. package/components/cron-breadcrumbs.components.json +2 -2
  4. package/components/cron-ordered-list.components.json +8 -8
  5. package/components/templates/accordion.template.html +6 -6
  6. package/components/templates/cron-breadcrumbs.template.html +5 -3
  7. package/components/templates/cron-dynamic-menu.template.html +1 -1
  8. package/components/templates/cron-grid.designtime.html +63 -64
  9. package/components/templates/list.template.html +1 -1
  10. package/components/templates/radiogroup.template.html +1 -1
  11. package/css/themes/aquamarine.min.css +6 -0
  12. package/css/themes/cerulean.min.css +4 -3
  13. package/css/themes/custom/aquamarine/custom-aquamarine.min.css +3085 -0
  14. package/css/themes/custom/aquamarine/font/WorkSans-Black.woff +0 -0
  15. package/css/themes/custom/aquamarine/font/WorkSans-Black.woff2 +0 -0
  16. package/css/themes/custom/aquamarine/font/WorkSans-BlackItalic.woff +0 -0
  17. package/css/themes/custom/aquamarine/font/WorkSans-BlackItalic.woff2 +0 -0
  18. package/css/themes/custom/aquamarine/font/WorkSans-Bold.woff +0 -0
  19. package/css/themes/custom/aquamarine/font/WorkSans-Bold.woff2 +0 -0
  20. package/css/themes/custom/aquamarine/font/WorkSans-BoldItalic.woff +0 -0
  21. package/css/themes/custom/aquamarine/font/WorkSans-BoldItalic.woff2 +0 -0
  22. package/css/themes/custom/aquamarine/font/WorkSans-ExtraBold.woff +0 -0
  23. package/css/themes/custom/aquamarine/font/WorkSans-ExtraBold.woff2 +0 -0
  24. package/css/themes/custom/aquamarine/font/WorkSans-ExtraBoldItalic.woff +0 -0
  25. package/css/themes/custom/aquamarine/font/WorkSans-ExtraBoldItalic.woff2 +0 -0
  26. package/css/themes/custom/aquamarine/font/WorkSans-ExtraLight.woff +0 -0
  27. package/css/themes/custom/aquamarine/font/WorkSans-ExtraLight.woff2 +0 -0
  28. package/css/themes/custom/aquamarine/font/WorkSans-ExtraLightItalic.woff +0 -0
  29. package/css/themes/custom/aquamarine/font/WorkSans-ExtraLightItalic.woff2 +0 -0
  30. package/css/themes/custom/aquamarine/font/WorkSans-Italic.woff +0 -0
  31. package/css/themes/custom/aquamarine/font/WorkSans-Italic.woff2 +0 -0
  32. package/css/themes/custom/aquamarine/font/WorkSans-Light.woff +0 -0
  33. package/css/themes/custom/aquamarine/font/WorkSans-Light.woff2 +0 -0
  34. package/css/themes/custom/aquamarine/font/WorkSans-LightItalic.woff +0 -0
  35. package/css/themes/custom/aquamarine/font/WorkSans-LightItalic.woff2 +0 -0
  36. package/css/themes/custom/aquamarine/font/WorkSans-Medium.woff +0 -0
  37. package/css/themes/custom/aquamarine/font/WorkSans-Medium.woff2 +0 -0
  38. package/css/themes/custom/aquamarine/font/WorkSans-MediumItalic.woff +0 -0
  39. package/css/themes/custom/aquamarine/font/WorkSans-MediumItalic.woff2 +0 -0
  40. package/css/themes/custom/aquamarine/font/WorkSans-Regular.woff +0 -0
  41. package/css/themes/custom/aquamarine/font/WorkSans-Regular.woff2 +0 -0
  42. package/css/themes/custom/aquamarine/font/WorkSans-SemiBold.woff +0 -0
  43. package/css/themes/custom/aquamarine/font/WorkSans-SemiBold.woff2 +0 -0
  44. package/css/themes/custom/aquamarine/font/WorkSans-SemiBoldItalic.woff +0 -0
  45. package/css/themes/custom/aquamarine/font/WorkSans-SemiBoldItalic.woff2 +0 -0
  46. package/css/themes/custom/aquamarine/font/WorkSans-Thin.woff +0 -0
  47. package/css/themes/custom/aquamarine/font/WorkSans-Thin.woff2 +0 -0
  48. package/css/themes/custom/aquamarine/font/WorkSans-ThinItalic.woff +0 -0
  49. package/css/themes/custom/aquamarine/font/WorkSans-ThinItalic.woff2 +0 -0
  50. package/css/themes/custom/aquamarine/font/fonts.css +162 -0
  51. package/css/themes/custom/aquamarine/img/arrow-gray.svg +3 -0
  52. package/css/themes/custom/aquamarine/img/arrow-white.svg +3 -0
  53. package/css/themes/custom/cerulean/button-cerulean.css +277 -0
  54. package/css/themes/custom/cerulean/custom-cerulean.css +322 -0
  55. package/css/themes/custom/cerulean/img/arrow-gray.svg +10 -0
  56. package/css/themes/custom/cerulean/img/arrow-white.svg +10 -0
  57. package/css/themes/custom/cerulean/navbar-cerulean.css +42 -0
  58. package/css/themes/custom/cerulean/panel-cerulean.css +51 -0
  59. package/css/themes/custom/darkly/custom-darkly.css +348 -0
  60. package/css/themes/custom/darkly/navbar-darkly.css +49 -0
  61. package/css/themes/custom/darkly/panel-darkly.css +90 -0
  62. package/css/themes/custom/dsgov/custom-dsgov.min.css +293 -43
  63. package/css/themes/custom/flatly/custom-flatly.css +317 -0
  64. package/css/themes/custom/flatly/navbar-flatly.css +48 -0
  65. package/css/themes/custom/flatly/panel-flatly.css +83 -0
  66. package/css/themes/custom/fuse/custom-fuse.min.css +1 -1
  67. package/css/themes/custom/lumen/custom-lumen.min.css +2989 -1085
  68. package/css/themes/custom/lumen/font/SourceSansPro-Black.woff +0 -0
  69. package/css/themes/custom/lumen/font/SourceSansPro-Black.woff2 +0 -0
  70. package/css/themes/custom/lumen/font/SourceSansPro-BlackIt.woff +0 -0
  71. package/css/themes/custom/lumen/font/SourceSansPro-BlackIt.woff2 +0 -0
  72. package/css/themes/custom/lumen/font/SourceSansPro-Bold.woff +0 -0
  73. package/css/themes/custom/lumen/font/SourceSansPro-Bold.woff2 +0 -0
  74. package/css/themes/custom/lumen/font/SourceSansPro-BoldIt.woff +0 -0
  75. package/css/themes/custom/lumen/font/SourceSansPro-BoldIt.woff2 +0 -0
  76. package/css/themes/custom/lumen/font/SourceSansPro-ExtraLight.woff +0 -0
  77. package/css/themes/custom/lumen/font/SourceSansPro-ExtraLight.woff2 +0 -0
  78. package/css/themes/custom/lumen/font/SourceSansPro-ExtraLightIt.woff +0 -0
  79. package/css/themes/custom/lumen/font/SourceSansPro-ExtraLightIt.woff2 +0 -0
  80. package/css/themes/custom/lumen/font/SourceSansPro-It.woff +0 -0
  81. package/css/themes/custom/lumen/font/SourceSansPro-It.woff2 +0 -0
  82. package/css/themes/custom/lumen/font/SourceSansPro-Light.woff +0 -0
  83. package/css/themes/custom/lumen/font/SourceSansPro-Light.woff2 +0 -0
  84. package/css/themes/custom/lumen/font/SourceSansPro-LightIt.woff +0 -0
  85. package/css/themes/custom/lumen/font/SourceSansPro-LightIt.woff2 +0 -0
  86. package/css/themes/custom/lumen/font/SourceSansPro-Regular.woff +0 -0
  87. package/css/themes/custom/lumen/font/SourceSansPro-Regular.woff2 +0 -0
  88. package/css/themes/custom/lumen/font/SourceSansPro-Semibold.woff +0 -0
  89. package/css/themes/custom/lumen/font/SourceSansPro-Semibold.woff2 +0 -0
  90. package/css/themes/custom/lumen/font/SourceSansPro-SemiboldIt.woff +0 -0
  91. package/css/themes/custom/lumen/font/SourceSansPro-SemiboldIt.woff2 +0 -0
  92. package/css/themes/custom/lumen/font/fonts.css +108 -0
  93. package/css/themes/custom/lumen/img/arrow-gray.svg +11 -0
  94. package/css/themes/custom/lumen/img/arrow-white.svg +11 -0
  95. package/css/themes/custom/material/custom-material.css +3311 -172
  96. package/css/themes/custom/material/font/Roboto-Black.woff +0 -0
  97. package/css/themes/custom/material/font/Roboto-Black.woff2 +0 -0
  98. package/css/themes/custom/material/font/Roboto-BlackItalic.woff +0 -0
  99. package/css/themes/custom/material/font/Roboto-BlackItalic.woff2 +0 -0
  100. package/css/themes/custom/material/font/Roboto-Bold.woff +0 -0
  101. package/css/themes/custom/material/font/Roboto-Bold.woff2 +0 -0
  102. package/css/themes/custom/material/font/Roboto-BoldItalic.woff +0 -0
  103. package/css/themes/custom/material/font/Roboto-BoldItalic.woff2 +0 -0
  104. package/css/themes/custom/material/font/Roboto-Italic.woff +0 -0
  105. package/css/themes/custom/material/font/Roboto-Italic.woff2 +0 -0
  106. package/css/themes/custom/material/font/Roboto-Light.woff +0 -0
  107. package/css/themes/custom/material/font/Roboto-Light.woff2 +0 -0
  108. package/css/themes/custom/material/font/Roboto-LightItalic.woff +0 -0
  109. package/css/themes/custom/material/font/Roboto-LightItalic.woff2 +0 -0
  110. package/css/themes/custom/material/font/Roboto-Medium.woff +0 -0
  111. package/css/themes/custom/material/font/Roboto-Medium.woff2 +0 -0
  112. package/css/themes/custom/material/font/Roboto-MediumItalic.woff +0 -0
  113. package/css/themes/custom/material/font/Roboto-MediumItalic.woff2 +0 -0
  114. package/css/themes/custom/material/font/Roboto-Regular.woff +0 -0
  115. package/css/themes/custom/material/font/Roboto-Regular.woff2 +0 -0
  116. package/css/themes/custom/material/font/Roboto-Thin.woff +0 -0
  117. package/css/themes/custom/material/font/Roboto-Thin.woff2 +0 -0
  118. package/css/themes/custom/material/font/Roboto-ThinItalic.woff +0 -0
  119. package/css/themes/custom/material/font/Roboto-ThinItalic.woff2 +0 -0
  120. package/css/themes/custom/material/font/fonts.css +108 -0
  121. package/css/themes/custom/material/img/arrow-gray.svg +11 -0
  122. package/css/themes/custom/material/img/arrow-white.svg +11 -0
  123. package/css/themes/custom/material_raiz/components_css/crn-scheduler.css +1 -1
  124. package/css/themes/custom/spacelab/button-spacelab.css +274 -0
  125. package/css/themes/custom/spacelab/custom-spacelab.css +253 -0
  126. package/css/themes/custom/spacelab/font/OpenSans-Bold.woff +0 -0
  127. package/css/themes/custom/spacelab/font/OpenSans-Bold.woff2 +0 -0
  128. package/css/themes/custom/spacelab/font/OpenSans-BoldItalic.woff +0 -0
  129. package/css/themes/custom/spacelab/font/OpenSans-BoldItalic.woff2 +0 -0
  130. package/css/themes/custom/spacelab/font/OpenSans-Extrabold.woff +0 -0
  131. package/css/themes/custom/spacelab/font/OpenSans-Extrabold.woff2 +0 -0
  132. package/css/themes/custom/spacelab/font/OpenSans-ExtraboldItalic.woff +0 -0
  133. package/css/themes/custom/spacelab/font/OpenSans-ExtraboldItalic.woff2 +0 -0
  134. package/css/themes/custom/spacelab/font/OpenSans-Italic.woff +0 -0
  135. package/css/themes/custom/spacelab/font/OpenSans-Italic.woff2 +0 -0
  136. package/css/themes/custom/spacelab/font/OpenSans-Light.woff +0 -0
  137. package/css/themes/custom/spacelab/font/OpenSans-Light.woff2 +0 -0
  138. package/css/themes/custom/spacelab/font/OpenSans-Semibold.woff +0 -0
  139. package/css/themes/custom/spacelab/font/OpenSans-Semibold.woff2 +0 -0
  140. package/css/themes/custom/spacelab/font/OpenSans-SemiboldItalic.woff +0 -0
  141. package/css/themes/custom/spacelab/font/OpenSans-SemiboldItalic.woff2 +0 -0
  142. package/css/themes/custom/spacelab/font/OpenSans.woff +0 -0
  143. package/css/themes/custom/spacelab/font/OpenSans.woff2 +0 -0
  144. package/css/themes/custom/spacelab/font/OpenSansLight-Italic.woff +0 -0
  145. package/css/themes/custom/spacelab/font/OpenSansLight-Italic.woff2 +0 -0
  146. package/css/themes/custom/spacelab/font/fonts.css +89 -0
  147. package/css/themes/custom/spacelab/navbar-spacelab.css +32 -0
  148. package/css/themes/custom/spacelab/panel-spacelab.css +109 -0
  149. package/css/themes/custom/superhero/custom-superhero.css +340 -0
  150. package/css/themes/custom/superhero/navbar-superhero.css +33 -0
  151. package/css/themes/custom/superhero/panel-superhero.css +58 -0
  152. package/css/themes/custom/superhero/tabs-superhero.css +25 -0
  153. package/css/themes/custom/theme-general/button.css +223 -0
  154. package/css/themes/custom/theme-general/carousel.css +5 -0
  155. package/css/themes/custom/theme-general/cookies.css +34 -0
  156. package/css/themes/custom/theme-general/forms.css +18 -0
  157. package/css/themes/custom/theme-general/login.css +21 -0
  158. package/css/themes/custom/theme-general/menu.css +23 -0
  159. package/css/themes/custom/theme-general/modal.css +13 -0
  160. package/css/themes/custom/theme-general/notification.css +27 -0
  161. package/css/themes/custom/theme-general/report-viewer.css +63 -0
  162. package/css/themes/custom/theme-general/scheduler.css +10 -0
  163. package/css/themes/custom/theme-general/slider.css +15 -0
  164. package/css/themes/custom/theme-general/table-grid.css +32 -0
  165. package/css/themes/custom/theme-general/tabs.css +49 -0
  166. package/css/themes/custom/theme-general/theme-general.css +180 -0
  167. package/css/themes/custom/theme-general/timeline.css +40 -0
  168. package/css/themes/custom/theme-general/treeview.css +74 -0
  169. package/css/themes/darkly.min.css +4 -3
  170. package/css/themes/flatly.min.css +4 -3
  171. package/css/themes/spacelab.min.css +5 -3
  172. package/css/themes/superhero.min.css +4 -3
  173. package/dist/components/js/format.min.js +1 -1
  174. package/dist/components/js/jquery.inputmask.bundle.js +1 -1
  175. package/dist/components/js/jquery.mask.min.js +1 -1
  176. package/dist/components/js/qrcode.js +1 -1
  177. package/dist/components/templates/accordion.template.html +1 -1
  178. package/dist/components/templates/cron-breadcrumbs.template.html +1 -1
  179. package/dist/components/templates/cron-dynamic-menu.template.html +1 -1
  180. package/dist/components/templates/cron-grid.designtime.html +1 -1
  181. package/dist/components/templates/list.template.html +1 -1
  182. package/dist/components/templates/radiogroup.template.html +1 -1
  183. package/dist/css/themes/aquamarine.min.css +1 -0
  184. package/dist/css/themes/custom/aquamarine/custom-aquamarine.min.css +1 -0
  185. package/dist/css/themes/custom/aquamarine/font/WorkSans-Black.woff +0 -0
  186. package/dist/css/themes/custom/aquamarine/font/WorkSans-Black.woff2 +0 -0
  187. package/dist/css/themes/custom/aquamarine/font/WorkSans-BlackItalic.woff +0 -0
  188. package/dist/css/themes/custom/aquamarine/font/WorkSans-BlackItalic.woff2 +0 -0
  189. package/dist/css/themes/custom/aquamarine/font/WorkSans-Bold.woff +0 -0
  190. package/dist/css/themes/custom/aquamarine/font/WorkSans-Bold.woff2 +0 -0
  191. package/dist/css/themes/custom/aquamarine/font/WorkSans-BoldItalic.woff +0 -0
  192. package/dist/css/themes/custom/aquamarine/font/WorkSans-BoldItalic.woff2 +0 -0
  193. package/dist/css/themes/custom/aquamarine/font/WorkSans-ExtraBold.woff +0 -0
  194. package/dist/css/themes/custom/aquamarine/font/WorkSans-ExtraBold.woff2 +0 -0
  195. package/dist/css/themes/custom/aquamarine/font/WorkSans-ExtraBoldItalic.woff +0 -0
  196. package/dist/css/themes/custom/aquamarine/font/WorkSans-ExtraBoldItalic.woff2 +0 -0
  197. package/dist/css/themes/custom/aquamarine/font/WorkSans-ExtraLight.woff +0 -0
  198. package/dist/css/themes/custom/aquamarine/font/WorkSans-ExtraLight.woff2 +0 -0
  199. package/dist/css/themes/custom/aquamarine/font/WorkSans-ExtraLightItalic.woff +0 -0
  200. package/dist/css/themes/custom/aquamarine/font/WorkSans-ExtraLightItalic.woff2 +0 -0
  201. package/dist/css/themes/custom/aquamarine/font/WorkSans-Italic.woff +0 -0
  202. package/dist/css/themes/custom/aquamarine/font/WorkSans-Italic.woff2 +0 -0
  203. package/dist/css/themes/custom/aquamarine/font/WorkSans-Light.woff +0 -0
  204. package/dist/css/themes/custom/aquamarine/font/WorkSans-Light.woff2 +0 -0
  205. package/dist/css/themes/custom/aquamarine/font/WorkSans-LightItalic.woff +0 -0
  206. package/dist/css/themes/custom/aquamarine/font/WorkSans-LightItalic.woff2 +0 -0
  207. package/dist/css/themes/custom/aquamarine/font/WorkSans-Medium.woff +0 -0
  208. package/dist/css/themes/custom/aquamarine/font/WorkSans-Medium.woff2 +0 -0
  209. package/dist/css/themes/custom/aquamarine/font/WorkSans-MediumItalic.woff +0 -0
  210. package/dist/css/themes/custom/aquamarine/font/WorkSans-MediumItalic.woff2 +0 -0
  211. package/dist/css/themes/custom/aquamarine/font/WorkSans-Regular.woff +0 -0
  212. package/dist/css/themes/custom/aquamarine/font/WorkSans-Regular.woff2 +0 -0
  213. package/dist/css/themes/custom/aquamarine/font/WorkSans-SemiBold.woff +0 -0
  214. package/dist/css/themes/custom/aquamarine/font/WorkSans-SemiBold.woff2 +0 -0
  215. package/dist/css/themes/custom/aquamarine/font/WorkSans-SemiBoldItalic.woff +0 -0
  216. package/dist/css/themes/custom/aquamarine/font/WorkSans-SemiBoldItalic.woff2 +0 -0
  217. package/dist/css/themes/custom/aquamarine/font/WorkSans-Thin.woff +0 -0
  218. package/dist/css/themes/custom/aquamarine/font/WorkSans-Thin.woff2 +0 -0
  219. package/dist/css/themes/custom/aquamarine/font/WorkSans-ThinItalic.woff +0 -0
  220. package/dist/css/themes/custom/aquamarine/font/WorkSans-ThinItalic.woff2 +0 -0
  221. package/dist/css/themes/custom/aquamarine/font/fonts.css +1 -0
  222. package/dist/css/themes/custom/aquamarine/img/arrow-gray.svg +1 -0
  223. package/dist/css/themes/custom/aquamarine/img/arrow-white.svg +1 -0
  224. package/dist/css/themes/custom/cerulean/button-cerulean.css +1 -0
  225. package/dist/css/themes/custom/cerulean/custom-cerulean.css +1 -0
  226. package/dist/css/themes/custom/cerulean/custom-cerulean.min.css +1 -1
  227. package/dist/css/themes/custom/cerulean/img/arrow-gray.svg +1 -0
  228. package/dist/css/themes/custom/cerulean/img/arrow-white.svg +1 -0
  229. package/dist/css/themes/custom/cerulean/navbar-cerulean.css +1 -0
  230. package/dist/css/themes/custom/cerulean/panel-cerulean.css +1 -0
  231. package/dist/css/themes/custom/darkly/custom-darkly.css +1 -0
  232. package/dist/css/themes/custom/darkly/navbar-darkly.css +1 -0
  233. package/dist/css/themes/custom/darkly/panel-darkly.css +1 -0
  234. package/dist/css/themes/custom/dsgov/custom-dsgov.min.css +1 -1
  235. package/dist/css/themes/custom/flatly/custom-flatly.css +1 -0
  236. package/dist/css/themes/custom/flatly/navbar-flatly.css +1 -0
  237. package/dist/css/themes/custom/flatly/panel-flatly.css +1 -0
  238. package/dist/css/themes/custom/fuse/custom-fuse.min.css +1 -1
  239. package/dist/css/themes/custom/lumen/font/SourceSansPro-Black.woff +0 -0
  240. package/dist/css/themes/custom/lumen/font/SourceSansPro-Black.woff2 +0 -0
  241. package/dist/css/themes/custom/lumen/font/SourceSansPro-BlackIt.woff +0 -0
  242. package/dist/css/themes/custom/lumen/font/SourceSansPro-BlackIt.woff2 +0 -0
  243. package/dist/css/themes/custom/lumen/font/SourceSansPro-Bold.woff +0 -0
  244. package/dist/css/themes/custom/lumen/font/SourceSansPro-Bold.woff2 +0 -0
  245. package/dist/css/themes/custom/lumen/font/SourceSansPro-BoldIt.woff +0 -0
  246. package/dist/css/themes/custom/lumen/font/SourceSansPro-BoldIt.woff2 +0 -0
  247. package/dist/css/themes/custom/lumen/font/SourceSansPro-ExtraLight.woff +0 -0
  248. package/dist/css/themes/custom/lumen/font/SourceSansPro-ExtraLight.woff2 +0 -0
  249. package/dist/css/themes/custom/lumen/font/SourceSansPro-ExtraLightIt.woff +0 -0
  250. package/dist/css/themes/custom/lumen/font/SourceSansPro-ExtraLightIt.woff2 +0 -0
  251. package/dist/css/themes/custom/lumen/font/SourceSansPro-It.woff +0 -0
  252. package/dist/css/themes/custom/lumen/font/SourceSansPro-It.woff2 +0 -0
  253. package/dist/css/themes/custom/lumen/font/SourceSansPro-Light.woff +0 -0
  254. package/dist/css/themes/custom/lumen/font/SourceSansPro-Light.woff2 +0 -0
  255. package/dist/css/themes/custom/lumen/font/SourceSansPro-LightIt.woff +0 -0
  256. package/dist/css/themes/custom/lumen/font/SourceSansPro-LightIt.woff2 +0 -0
  257. package/dist/css/themes/custom/lumen/font/SourceSansPro-Regular.woff +0 -0
  258. package/dist/css/themes/custom/lumen/font/SourceSansPro-Regular.woff2 +0 -0
  259. package/dist/css/themes/custom/lumen/font/SourceSansPro-Semibold.woff +0 -0
  260. package/dist/css/themes/custom/lumen/font/SourceSansPro-Semibold.woff2 +0 -0
  261. package/dist/css/themes/custom/lumen/font/SourceSansPro-SemiboldIt.woff +0 -0
  262. package/dist/css/themes/custom/lumen/font/SourceSansPro-SemiboldIt.woff2 +0 -0
  263. package/dist/css/themes/custom/lumen/font/fonts.css +1 -0
  264. package/dist/css/themes/custom/lumen/img/arrow-gray.svg +1 -0
  265. package/dist/css/themes/custom/lumen/img/arrow-white.svg +1 -0
  266. package/dist/css/themes/custom/material/custom-material.css +1 -1
  267. package/dist/css/themes/custom/material/custom-material.min.css +1 -0
  268. package/dist/css/themes/custom/material/font/Roboto-Black.woff +0 -0
  269. package/dist/css/themes/custom/material/font/Roboto-Black.woff2 +0 -0
  270. package/dist/css/themes/custom/material/font/Roboto-BlackItalic.woff +0 -0
  271. package/dist/css/themes/custom/material/font/Roboto-BlackItalic.woff2 +0 -0
  272. package/dist/css/themes/custom/material/font/Roboto-Bold.woff +0 -0
  273. package/dist/css/themes/custom/material/font/Roboto-Bold.woff2 +0 -0
  274. package/dist/css/themes/custom/material/font/Roboto-BoldItalic.woff +0 -0
  275. package/dist/css/themes/custom/material/font/Roboto-BoldItalic.woff2 +0 -0
  276. package/dist/css/themes/custom/material/font/Roboto-Italic.woff +0 -0
  277. package/dist/css/themes/custom/material/font/Roboto-Italic.woff2 +0 -0
  278. package/dist/css/themes/custom/material/font/Roboto-Light.woff +0 -0
  279. package/dist/css/themes/custom/material/font/Roboto-Light.woff2 +0 -0
  280. package/dist/css/themes/custom/material/font/Roboto-LightItalic.woff +0 -0
  281. package/dist/css/themes/custom/material/font/Roboto-LightItalic.woff2 +0 -0
  282. package/dist/css/themes/custom/material/font/Roboto-Medium.woff +0 -0
  283. package/dist/css/themes/custom/material/font/Roboto-Medium.woff2 +0 -0
  284. package/dist/css/themes/custom/material/font/Roboto-MediumItalic.woff +0 -0
  285. package/dist/css/themes/custom/material/font/Roboto-MediumItalic.woff2 +0 -0
  286. package/dist/css/themes/custom/material/font/Roboto-Regular.woff +0 -0
  287. package/dist/css/themes/custom/material/font/Roboto-Regular.woff2 +0 -0
  288. package/dist/css/themes/custom/material/font/Roboto-Thin.woff +0 -0
  289. package/dist/css/themes/custom/material/font/Roboto-Thin.woff2 +0 -0
  290. package/dist/css/themes/custom/material/font/Roboto-ThinItalic.woff +0 -0
  291. package/dist/css/themes/custom/material/font/Roboto-ThinItalic.woff2 +0 -0
  292. package/dist/css/themes/custom/material/font/fonts.css +1 -0
  293. package/dist/css/themes/custom/material/img/arrow-gray.svg +1 -0
  294. package/dist/css/themes/custom/material/img/arrow-white.svg +1 -0
  295. package/dist/css/themes/custom/material_raiz/components_css/crn-scheduler.css +1 -1
  296. package/dist/css/themes/custom/spacelab/button-spacelab.css +1 -0
  297. package/dist/css/themes/custom/spacelab/custom-spacelab.css +1 -0
  298. package/dist/css/themes/custom/spacelab/font/OpenSans-Bold.woff +0 -0
  299. package/dist/css/themes/custom/spacelab/font/OpenSans-Bold.woff2 +0 -0
  300. package/dist/css/themes/custom/spacelab/font/OpenSans-BoldItalic.woff +0 -0
  301. package/dist/css/themes/custom/spacelab/font/OpenSans-BoldItalic.woff2 +0 -0
  302. package/dist/css/themes/custom/spacelab/font/OpenSans-Extrabold.woff +0 -0
  303. package/dist/css/themes/custom/spacelab/font/OpenSans-Extrabold.woff2 +0 -0
  304. package/dist/css/themes/custom/spacelab/font/OpenSans-ExtraboldItalic.woff +0 -0
  305. package/dist/css/themes/custom/spacelab/font/OpenSans-ExtraboldItalic.woff2 +0 -0
  306. package/dist/css/themes/custom/spacelab/font/OpenSans-Italic.woff +0 -0
  307. package/dist/css/themes/custom/spacelab/font/OpenSans-Italic.woff2 +0 -0
  308. package/dist/css/themes/custom/spacelab/font/OpenSans-Light.woff +0 -0
  309. package/dist/css/themes/custom/spacelab/font/OpenSans-Light.woff2 +0 -0
  310. package/dist/css/themes/custom/spacelab/font/OpenSans-Semibold.woff +0 -0
  311. package/dist/css/themes/custom/spacelab/font/OpenSans-Semibold.woff2 +0 -0
  312. package/dist/css/themes/custom/spacelab/font/OpenSans-SemiboldItalic.woff +0 -0
  313. package/dist/css/themes/custom/spacelab/font/OpenSans-SemiboldItalic.woff2 +0 -0
  314. package/dist/css/themes/custom/spacelab/font/OpenSans.woff +0 -0
  315. package/dist/css/themes/custom/spacelab/font/OpenSans.woff2 +0 -0
  316. package/dist/css/themes/custom/spacelab/font/OpenSansLight-Italic.woff +0 -0
  317. package/dist/css/themes/custom/spacelab/font/OpenSansLight-Italic.woff2 +0 -0
  318. package/dist/css/themes/custom/spacelab/font/fonts.css +1 -0
  319. package/dist/css/themes/custom/spacelab/navbar-spacelab.css +1 -0
  320. package/dist/css/themes/custom/spacelab/panel-spacelab.css +1 -0
  321. package/dist/css/themes/custom/superhero/custom-superhero.css +1 -0
  322. package/dist/css/themes/custom/superhero/navbar-superhero.css +1 -0
  323. package/dist/css/themes/custom/superhero/panel-superhero.css +1 -0
  324. package/dist/css/themes/custom/superhero/tabs-superhero.css +1 -0
  325. package/dist/css/themes/custom/theme-general/button.css +1 -0
  326. package/dist/css/themes/custom/theme-general/carousel.css +1 -0
  327. package/dist/css/themes/custom/theme-general/cookies.css +1 -0
  328. package/dist/css/themes/custom/theme-general/forms.css +1 -0
  329. package/dist/css/themes/custom/theme-general/login.css +1 -0
  330. package/dist/css/themes/custom/theme-general/menu.css +1 -0
  331. package/dist/css/themes/custom/theme-general/modal.css +1 -0
  332. package/dist/css/themes/custom/theme-general/notification.css +1 -0
  333. package/dist/css/themes/custom/theme-general/report-viewer.css +1 -0
  334. package/dist/css/themes/custom/theme-general/scheduler.css +1 -0
  335. package/dist/css/themes/custom/theme-general/slider.css +1 -0
  336. package/dist/css/themes/custom/theme-general/table-grid.css +1 -0
  337. package/dist/css/themes/custom/theme-general/tabs.css +1 -0
  338. package/dist/css/themes/custom/theme-general/theme-general.css +1 -0
  339. package/dist/css/themes/custom/theme-general/timeline.css +1 -0
  340. package/dist/css/themes/custom/theme-general/treeview.css +1 -0
  341. package/dist/js/LanguageSelectDirective.js +1 -1
  342. package/dist/js/LocaleService.js +1 -1
  343. package/dist/js/app.js +1 -1
  344. package/dist/js/dashboard/dashboard.service.js +1 -1
  345. package/dist/js/directives.js +1 -1
  346. package/dist/js/reports/parameters.controller.js +1 -1
  347. package/js/app.js +1 -1
  348. package/js/dashboard/dashboard.service.js +10 -10
  349. package/js/directives.js +200 -165
  350. package/package.json +1 -1
  351. package/postupdate.json +10 -6
  352. package/cronapp-framework-js.iml +0 -9
  353. package/css/themes/custom/cerulean/custom-cerulean.min.css +0 -2411
  354. package/css/themes/custom/darkly/custom-darkly.min.css +0 -3001
  355. package/css/themes/custom/flatly/custom-flatly.min.css +0 -2983
  356. package/css/themes/custom/fuse/theme-example.view.html +0 -830
  357. package/css/themes/custom/material/components_css/crn-button.css +0 -177
  358. package/css/themes/custom/material/components_css/crn-carousel.css +0 -11
  359. package/css/themes/custom/material/components_css/crn-cron-calendar.css +0 -176
  360. package/css/themes/custom/material/components_css/crn-cron-grid.css +0 -243
  361. package/css/themes/custom/material/components_css/crn-enterprise.css +0 -58
  362. package/css/themes/custom/material/components_css/crn-navbar.css +0 -166
  363. package/css/themes/custom/material/components_css/crn-scheduler.css +0 -98
  364. package/css/themes/custom/material/components_css/login.css +0 -38
  365. package/css/themes/custom/material/components_css/ui-notification.css +0 -27
  366. package/css/themes/custom/spacelab/custom-spacelab.min.css +0 -2497
  367. package/css/themes/custom/superhero/custom-superhero.min.css +0 -3114
@@ -1,177 +0,0 @@
1
- /*
2
- *
3
- * MATERIAL -> CRN-BUTTON
4
- *
5
- * Todo CSS destina ao elemento button.
6
- *
7
- */
8
-
9
- .k-button {
10
- font-weight: 400;
11
- transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
12
- text-transform: capitalize;
13
- transition: 200ms;
14
- font-weight: normal;
15
- border-radius: 4px;
16
- }
17
-
18
- .k-button[disabled] {
19
- background-color: #dcdcdc;
20
- color: #616161;
21
- opacity: 1;
22
- }
23
-
24
- .k-button:focus,
25
- .k-button:hover {
26
- text-decoration: none;
27
- outline: 0;
28
- }
29
-
30
-
31
- /* Alteração de cores através de classes */
32
-
33
- .btn-primary {
34
- color: #fff;
35
- background-color: #005AC0;
36
- border-color: #005AC0;
37
- }
38
-
39
- .btn-primary:focus,
40
- .btn-primary:hover {
41
- color: #fff;
42
- background-color: #4D8CD3;
43
- border-color: #4D8CD3;
44
- }
45
-
46
- .btn-success {
47
- color: #fff;
48
- background-color: #00820C;
49
- border-color: #00820C;
50
- }
51
-
52
- .btn-success:focus,
53
- .btn-success:hover {
54
- background-color: #4DA855;
55
- border-color: #4DA855;
56
- color: #fff;
57
- }
58
-
59
- .btn-warning {
60
- color: #fff;
61
- background-color: #FF9600;
62
- border-color: #FF9600;
63
- }
64
-
65
- .btn-warning:focus,
66
- .btn-warning:hover {
67
- color: #fff;
68
- background-color: #FFB64D;
69
- border-color: #FFB64D;
70
- }
71
-
72
- .btn-danger {
73
- color: #fff;
74
- background-color: #C40000;
75
- border-color: #C40000;
76
- }
77
-
78
- .btn-danger:focus,
79
- .btn-danger:hover {
80
- background-color: #D64D4D;
81
- border-color: #D64D4D;
82
- color: #fff;
83
- }
84
-
85
- .btn-light {
86
- color: #666666;
87
- background-color: #E9E9E9;
88
- border-color: #E9E9E9;
89
- }
90
-
91
- .btn-light:focus,
92
- .btn-light:hover {
93
- color: #666666;
94
- background-color: #F0F0F0;
95
- border-color: #F0F0F0;
96
- }
97
-
98
- .btn-info,
99
- .btn-default {
100
- color: #fff;
101
- background-color: #3B448E;
102
- border-color: #3B448E;
103
- }
104
-
105
- .btn-info:focus,
106
- .btn-info:hover,
107
- .btn-default:focus,
108
- .btn-default:hover {
109
- background-color: #767CB0;
110
- color: #fff;
111
- }
112
-
113
-
114
- /* botão com texto */
115
-
116
- .k-button-with-label {
117
- width: max-content;
118
- height: 33px;
119
- padding: 10px;
120
- border-radius: 0%;
121
- }
122
-
123
-
124
- /* Ícones */
125
-
126
- .k-button i {
127
- position: relative;
128
- top: -2px;
129
- margin-right: 3px;
130
- display: inline-block;
131
- font-style: normal;
132
- font-weight: 400;
133
- line-height: 1;
134
- -webkit-font-smoothing: antialiased;
135
- -moz-osx-font-smoothing: grayscale;
136
- }
137
-
138
-
139
- /* crn-grid */
140
-
141
- .k-button-icontext .k-icon {
142
- margin: 0;
143
- }
144
-
145
-
146
- /*form*/
147
-
148
- .btn-fab {
149
- border-radius: 50%;
150
- font-size: 12px;
151
- height: 42px;
152
- margin: auto;
153
- min-width: 42px;
154
- width: 42px;
155
- padding: 0;
156
- position: relative;
157
- }
158
-
159
-
160
- /*??*/
161
-
162
- .btn-space-table {
163
- display: flex;
164
- width: 80px;
165
- }
166
-
167
- .new-table-cron .btn-space-table .k-button {
168
- min-width: 24px;
169
- min-height: 24px;
170
- }
171
-
172
- .k-detail-cell .k-grid .k-header .k-button:hover {
173
- background-color: #3d488b;
174
- text-transform: uppercase;
175
- color: #fff;
176
- transition: 200ms;
177
- }
@@ -1,11 +0,0 @@
1
- /*
2
- *
3
- * MATERIAL -> CRN-CAROUSEL
4
- *
5
- * Todo CSS destina ao elemento do carousel.
6
- *
7
- */
8
-
9
- .carousel-caption {
10
- color: #524646;
11
- }
@@ -1,176 +0,0 @@
1
- /*
2
- *
3
- * MATERIAL -> CRN-CRON-CALENDAR
4
- *
5
- * Todo CSS destina ao componente do calendário.
6
- *
7
- */
8
-
9
- cron-calendar .k-widget .k-calendar .k-header {
10
- background-color: initial;
11
- }
12
-
13
- cron-calendar .k-widget .k-calendar .k-content {
14
- background-color: initial;
15
- }
16
-
17
- cron-calendar .k-widget .k-calendar .k-footer {
18
- background-color: initial;
19
- }
20
-
21
- cron-calendar .k-widget .k-calendar .k-link:link {
22
- color: initial;
23
- }
24
-
25
- cron-calendar .k-widget .k-calendar .k-other-month .k-link:link {
26
- color: rgba(0, 0, 0, 0.38);
27
- }
28
-
29
- cron-calendar .k-widget .k-calendar .k-calendar-view .k-content .k-link {
30
- width: 40px;
31
- height: 40px;
32
- line-height: 40px;
33
- }
34
-
35
- cron-calendar .k-widget .k-calendar .k-nav-fast:hover,
36
- cron-calendar .k-widget .k-calendar .k-nav-prev:hover,
37
- cron-calendar .k-widget .k-calendar .k-nav-next:hover,
38
- cron-calendar .k-widget .k-calendar .k-calendar-view .k-content .k-state-selected .k-state-hover .k-link {
39
- color: #fff;
40
- }
41
-
42
- cron-calendar .k-widget .k-calendar .k-calendar-view .k-century .k-link {
43
- width: 80px;
44
- height: 80px;
45
- line-height: 80px;
46
- }
47
-
48
- cron-calendar.k-widget.k-calendar .k-calendar-view .k-content .k-state-hover .k-link,
49
- cron-calendar.k-widget.k-calendar .k-calendar-view .k-content .k-state-focused .k-link {
50
- background-color: #1d77ba;
51
- color: #fff;
52
- }
53
-
54
- cron-calendar.k-widget.k-calendar .k-footer .k-nav-today:hover {
55
- color: #42b9e6;
56
- }
57
-
58
- cron-calendar .k-calendar-monthview:after,
59
- .k-calendar-view:after {
60
- box-shadow: none;
61
- }
62
-
63
- .k-calendar-container {
64
- padding: 0;
65
- background-color: #383838;
66
- }
67
-
68
- .k-calendar-container .k-calendar:not(.k-scheduler-calendar) {
69
- border-width: 0;
70
- background-color: #383838;
71
- }
72
-
73
- .k-calendar:not(.k-scheduler-calendar) .k-state-hover {
74
- background-color: #ffffff;
75
- color: #383838;
76
- }
77
-
78
- .k-content tr th :not(.k-scheduler-calendar) {
79
- background-color: #35a9fb;
80
- color: #383838;
81
- font-weight: bold;
82
- font-size: 12px;
83
- padding: 3px 0px;
84
- }
85
-
86
- .k-content thead :not(.k-scheduler-calendar) {
87
- margin-bottom: 15px;
88
- }
89
-
90
- .k-calendar:not(.k-scheduler-calendar) .k-nav-prev,
91
- .k-calendar:not(.k-scheduler-calendar) .k-nav-next {
92
- padding: 0;
93
- width: 3em;
94
- height: 3em;
95
- box-sizing: content-box;
96
- margin-bottom: 10px;
97
- margin-top: -9px;
98
- }
99
-
100
- .k-calendar:not(.k-scheduler-calendar) .k-nav-prev:hover,
101
- .k-calendar:not(.k-scheduler-calendar) .k-nav-next:hover {
102
- color: #fff;
103
- background-color: #1d77ba;
104
- border-color: rgba(0, 0, 0, 0.1);
105
- }
106
-
107
- .k-calendar:not(.k-scheduler-calendar) .k-nav-fast:hover {
108
- color: #fff;
109
- background-color: rgb(29, 119, 186);
110
- border-color: rgba(0, 0, 0, 0.15);
111
- margin-bottom: 15px;
112
- margin-top: -10px;
113
- }
114
-
115
- .k-calendar:not(.k-scheduler-calendar) .k-nav-fast {
116
- border-color: rgba(0, 0, 0, 0.15);
117
- margin-bottom: 15px;
118
- margin-top: -10px;
119
- }
120
-
121
- .k-calendar:not(.k-scheduler-calendar) .k-footer .k-nav-today {
122
- color: #1d77ba;
123
- font-size: 10px;
124
- }
125
-
126
- .k-calendar:not(.k-scheduler-calendar) .k-footer .k-nav-today:hover {
127
- color: #42b9e6;
128
- }
129
-
130
- .k-calendar:not(.k-calendar-infinite):not(.k-scheduler-calendar) .k-meta-view td {
131
- text-align: center;
132
- margin: 0 auto;
133
- border-radius: 1000px;
134
- }
135
-
136
- .k-calendar .k-footer .k-nav-today {
137
- color: #000;
138
- }
139
-
140
-
141
- /* Referente as datas */
142
-
143
- .k-calendar:not(.k-calendar-infinite):not(.k-scheduler-calendar) .k-content .k-link {
144
- width: 30px;
145
- height: 30px;
146
- line-height: 30px;
147
- margin: 0 auto;
148
- text-align: center;
149
- }
150
-
151
- .k-calendar:not(.k-scheduler-calendar) .k-state-focused .k-link {
152
- color: #ffffff;
153
- background-color: rgb(29, 119, 186);
154
- border-color: rgb(10, 58, 94);
155
- }
156
-
157
- .k-calendar:not(.k-calendar-infinite):not(.k-scheduler-calendar) .k-content .k-state-selected .k-link {
158
- background-color: #1d77ba;
159
- border-color: rgba(0, 0, 0, 0.1);
160
- }
161
-
162
- .k-calendar:not(.k-calendar-infinite):not(.k-scheduler-calendar) .k-state-hover .k-link {
163
- background-color: #ffffff;
164
- color: #383838;
165
- }
166
-
167
- .k-calendar:not(.k-scheduler-calendar) .k-other-month .k-link {
168
- background-color: transparent;
169
- color: rgba(241, 241, 241, 0.2);
170
- border-radius: 0%;
171
- color: #9e9e9e;
172
- }
173
-
174
- .k-calendar:not(.k-calendar-infinite):not(.k-scheduler-calendar) .k-content .k-state-selected.k-state-hover .k-link {
175
- background-color: #1d77ba;
176
- }
@@ -1,243 +0,0 @@
1
- /*
2
- *
3
- * MATERIAL -> CRN-CRON-GRID
4
- *
5
- * Todo CSS destina ao componente da grade.
6
- *
7
- */
8
-
9
- .k-grid th {
10
- padding: 7px 22px;
11
- white-space: nowrap;
12
- }
13
-
14
- .k-grid td,
15
- .k-grid th {
16
- padding: 5px 24px;
17
- }
18
-
19
- .k-grid .k-grid-header-wrap,
20
- .k-grid table {
21
- border-width: 0px;
22
- }
23
-
24
- div.k-grid-header {
25
- background-color: #3d488b;
26
- }
27
-
28
- div.k-grid-header {
29
- padding-right: 17px;
30
- }
31
-
32
-
33
- /* Cabeçalho da grade */
34
-
35
- .k-grid-toolbar {
36
- text-align: right;
37
- }
38
-
39
- .k-grid-toolbar .k-button {
40
- color: #3d488b;
41
- text-transform: uppercase;
42
- transition: 200ms;
43
- }
44
-
45
- .k-grid-toolbar .k-button:hover {
46
- background-color: #3d488b;
47
- text-transform: uppercase;
48
- color: #fff;
49
- transition: 200ms;
50
- }
51
-
52
-
53
- /* Cabeçalho da tabela - thead */
54
-
55
- .k-grid-header {
56
- font-size: 16px;
57
- }
58
-
59
- .k-grid-header .k-header:focus,
60
- .k-grid-header .k-header a.k-link:focus {
61
- color: rgb(255, 229, 0);
62
- opacity: 1;
63
- }
64
-
65
- .k-grid-header .k-header:hover,
66
- .k-grid-header .k-header:hover a,
67
- .k-grid-header .k-grid-filter:focus {
68
- color: rgb(255, 230, 0);
69
- }
70
-
71
- .k-grid-header .k-header {
72
- position: relative;
73
- vertical-align: bottom;
74
- padding: 12px;
75
- background-color: #3d488b;
76
- color: #fff;
77
- }
78
-
79
- .k-grid-header .k-grid-filter {
80
- /* padding: 8px; */
81
- width: calc(16px + 1.42857143em);
82
- height: calc(16px + 1.42857143em);
83
- box-sizing: border-box;
84
- outline: 0;
85
- line-height: 2;
86
- display: -ms-flexbox;
87
- display: flex;
88
- -ms-flex-align: center;
89
- align-items: center;
90
- -ms-flex-line-pack: center;
91
- align-content: center;
92
- -ms-flex-pack: center;
93
- justify-content: center;
94
- position: absolute;
95
- top: 5px;
96
- color: #b2b3b9;
97
- right: 5px;
98
- bottom: calc(8px + 0.28571429em);
99
- z-index: 1;
100
- }
101
-
102
- .k-grid-header .k-i-sort-asc-sm,
103
- .k-grid-header .k-i-sort-desc-sm,
104
- .k-grid-header .k-sort-order {
105
- color: rgba(255, 255, 255, 0.54);
106
- }
107
-
108
- .k-grid-header .k-link:hover,
109
- .k-grid-header .k-sorted {
110
- color: rgb(255, 229, 0);
111
- opacity: 1;
112
- }
113
-
114
- .k-grid-header .k-grid-filter:hover,
115
- .k-grid-header .k-header-column-menu:hover,
116
- .k-grid-header .k-hierarchy-cell .k-icon:hover {
117
- color: rgb(255, 230, 0);
118
- background-color: transparent;
119
- }
120
-
121
- k-grid-header .k-header>.k-link {
122
- margin: 0;
123
- padding: 0px 0px;
124
- line-height: inherit;
125
- display: block;
126
- overflow: hidden;
127
- text-overflow: ellipsis;
128
- outline: 0;
129
- }
130
-
131
-
132
- /* Paginação da tabela */
133
-
134
- .k-pager-wrap .k-link:hover,
135
- .k-pager-wrap .k-pager-nav:hover {
136
- border-radius: 100%;
137
- }
138
-
139
- .k-pager-wrap .k-link:focus,
140
- .k-pager-wrap .k-pager-nav:focus {
141
- background-color: rgba(0, 0, 0, 0.07);
142
- }
143
-
144
- .k-pager-wrap a.k-pager-refresh {
145
- background-color: #ffffff;
146
- color: #3f51b5;
147
- }
148
-
149
- .k-pager-wrap a.k-pager-refresh:hover {
150
- background-color: #3f51b5;
151
- color: #ffffff;
152
- }
153
-
154
- .k-pager-wrap .k-pager-nav {
155
- color: #000;
156
- }
157
-
158
-
159
- /* Corpo da tabela - tbody */
160
-
161
- .k-grid tbody .k-grid-edit,
162
- .k-grid tbody .k-grid-delete,
163
- .k-grid tbody .k-grid-update,
164
- .k-grid tbody .k-grid-cancel {
165
- width: 28px;
166
- height: 28px;
167
- padding: 0;
168
- margin: 0px 5px -2px 0px;
169
- border-radius: 100%;
170
- background-color: transparent;
171
- color: #AAAAAA;
172
- }
173
-
174
- .k-grid tbody .k-grid-edit:hover,
175
- .k-grid tbody .k-grid-edit:focus{
176
- color: #FF9600;
177
- }
178
-
179
- .k-grid tbody .k-grid-update:hover,
180
- .k-grid tbody .k-grid-update:focus {
181
- color: #00A311;
182
- }
183
-
184
- .k-grid tbody .k-grid-delete:hover,
185
- .k-grid tbody .k-grid-delete:focus,
186
- .k-grid tbody .k-grid-cancel:hover,
187
- .k-grid tbody .k-grid-cancel:focus {
188
- color: #C40000;
189
- }
190
-
191
- /* k-grid-edit */
192
-
193
- .k-grid-edit-row>td>.k-input.k-textbox,
194
- .k-grid-edit-row>td>.k-textbox {
195
- background-color: transparent;
196
- border-radius: 0px;
197
- margin-left: -16px;
198
- margin-right: -16px;
199
- }
200
-
201
- .k-grid-edit-row .k-textbox,
202
- .k-grid-edit-row .k-textbox.k-input {
203
- padding-left: 0;
204
- }
205
-
206
-
207
- /* k-grid-footer */
208
-
209
- .k-grid-footer,
210
- .k-grid-footer-locked,
211
- .k-grid-footer-wrap {
212
- border-right-width: 0px;
213
- border-bottom-width: 0px;
214
- }
215
-
216
- div.k-grid-footer {
217
- padding-right: 17px;
218
- }
219
-
220
- .k-grid-content {
221
- overflow-y: auto;
222
- }
223
-
224
- .k-list .k-item.k-state-selected {
225
- color: #3f51b5;
226
- }
227
-
228
- .k-list .k-item:hover.k-state-selected {
229
- color: #3f51b5;
230
- }
231
-
232
- .k-pager-sizes.k-label {
233
- color: #000;
234
- }
235
-
236
- .k-pager-info.k-label {
237
- color: #000;
238
- }
239
-
240
- .k-animation-container>.k-list-container>.k-list-scroller>.k-list {
241
- box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.02), 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 8px 0 rgba(0, 0, 0, 0.12);
242
- font-weight: 400;
243
- }
@@ -1,58 +0,0 @@
1
- /*
2
- *
3
- * MATERIAL -> CRN-ENTERPRISE
4
- *
5
- * Todo CSS destina ao componente de input's.
6
- *
7
- */
8
-
9
- .k-checkbox:focus + .k-checkbox-label:before,
10
- .k-checkbox:hover + .k-checkbox-label:before,
11
- .k-radio:focus + .k-radio-label:before,
12
- .k-radio:hover + .k-radio-label:before {
13
- box-shadow: 0 0 5px 0 rgb(59, 68, 142);
14
- border-color: rgb(59, 68, 142);
15
- }
16
-
17
- .k-checkbox-label {
18
- font-weight: unset;
19
- }
20
-
21
- .k-checkbox:checked + .k-checkbox-label:before {
22
- background-color: #3f51b5;
23
- border-color: #3f51b5;
24
- }
25
-
26
- .k-checkbox:checked + .k-checkbox-label:after,
27
- .k-checkbox:indeterminate + .k-checkbox-label:after {
28
- background-color: #008dcd;
29
- border-color: #3f51b5;
30
- }
31
-
32
- .k-input.k-textbox,
33
- .k-textarea,
34
- .k-textbox {
35
- background-color: transparent;
36
- border-width: 0 0 1px;
37
- border-color: rgba(0, 0, 0, 0.42);
38
- border-radius: 0;
39
- box-shadow: none;
40
- font-weight: normal;
41
- font-size: 14px;
42
- color: #6b6b6b;
43
- }
44
-
45
- .k-autocomplete .k-input,
46
- .k-dateinput-wrap .k-input,
47
- .k-dropdown-wrap .k-input,
48
- .k-multiselect-wrap .k-input,
49
- .k-numeric-wrap .k-input,
50
- .k-picker-wrap .k-input {
51
- padding: 0px 0;
52
- height: calc(10px + 1.125em);
53
- }
54
-
55
- .k-input.k-textbox:focus,
56
- .k-textbox:focus {
57
- border-color: #3f51b5;
58
- }