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
@@ -0,0 +1,340 @@
1
+ @import url("font/fonts.css");
2
+ @import 'panel-superhero.css';
3
+ @import 'navbar-superhero.css';
4
+ @import 'tabs-superhero.css';
5
+
6
+ /* ==== VARIABLES ==== */
7
+ :root {
8
+
9
+ /* Font */
10
+ --fontFamily: "Open Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
11
+ --textColor: #ebebeb;
12
+ --backgroundColor: #2b3e50;
13
+
14
+ --textSmallSize: 12px;
15
+ --textNormalSize: 14px;
16
+ --textMediumSize: 16px;
17
+ --textBigSize: 18px;
18
+ --textExtraBigSize: 23px;
19
+
20
+ --textColor10: #f9f9f9;
21
+ --textColor20: #f4f4f4;
22
+ --textColor30: #f0f0f0;
23
+ --textColor40: #ebebeb;
24
+ --textColor50: #cecece;
25
+ --textColor60: #acacac;
26
+ --textColor70: #818181;
27
+
28
+ /* Menus - Sizes and Distances */
29
+ --menuVerticalWidth: 270px;
30
+ --menuSideSize: 20px;
31
+ --menuItemBarSize: 6px;
32
+ --menuElementOverallPadding: 10px;
33
+ --menuItemPaddingSize: calc(var(--menuElementOverallPadding) + 5px);
34
+ --menuItemIconWidth: 25px;
35
+
36
+ /* Background */
37
+ --backgroundColor10: #d7d8da;
38
+ --backgroundColor20: #b0b3b7;
39
+ --backgroundColor30: #81878e;
40
+ --backgroundColor40: #2b3e50;
41
+ --backgroundColor50: #263646;
42
+ --backgroundColor60: #202d3b;
43
+ --backgroundColor70: #18222c;
44
+
45
+ /* Distances */
46
+ --distanceNone: 0;
47
+ --distanceSmallest: 5px;
48
+ --distanceExtraSmall: 10px;
49
+ --distanceSmall: 15px;
50
+ --distanceMedium: 20px;
51
+ --distanceBig: 30px;
52
+ --distanceGiant: 40px;
53
+ --distanceTitan: 60px;
54
+
55
+ /* Border Radius */
56
+ --borderRadiusNone: 0;
57
+ --borderRadiusSmallest: 5px;
58
+ --borderRadiusExtraSmall: 10px;
59
+ --borderRadiusSmall: 15px;
60
+ --borderRadiusBig: 30px;
61
+ --borderRadiusGiant: 40px;
62
+ --borderRadiusTitan: 60px;
63
+ --borderRadiusFull: 99999px;
64
+
65
+ /* Color - Theme default */
66
+ --colorDefault10: #dadbdd;
67
+ --colorDefault20: #b7babf;
68
+ --colorDefault30: #8d949b;
69
+ --colorDefault40: #4e5d6c;
70
+ --colorDefault50: #44515f;
71
+ --colorDefault60: #39444f;
72
+ --colorDefault70: #2b333b;
73
+ --textColorDefault10: #8c8c8c;
74
+ --textColorDefault20: #bbbbbb;
75
+ --textColorDefault30: #dfdfdf;
76
+ --textColorDefault40: #ffffff;
77
+ --textColorDefault50: #ffffff;
78
+ --textColorDefault60: #ffffff;
79
+ --textColorDefault70: #ffffff;
80
+
81
+ /* Color - Primary - positive */
82
+ --colorPrimary10: #f6ddd6;
83
+ --colorPrimary20: #eebeaf;
84
+ --colorPrimary30: #e79a7d;
85
+ --colorPrimary40: #df691a;
86
+ --colorPrimary50: #c35c17;
87
+ --colorPrimary60: #a34d13;
88
+ --colorPrimary70: #7a3a0e;
89
+ --textColorPrimary10: #8c8c8c;
90
+ --textColorPrimary20: #bbbbbb;
91
+ --textColorPrimary30: #dfdfdf;
92
+ --textColorPrimary40: #ffffff;
93
+ --textColorPrimary50: #ffffff;
94
+ --textColorPrimary60: #ffffff;
95
+ --textColorPrimary70: #ffffff;
96
+
97
+ /* Color - Success - balanced */
98
+ --colorSuccess10: #dbecdb;
99
+ --colorSuccess20: #badcba;
100
+ --colorSuccess30: #93cb93;
101
+ --colorSuccess40: #5cb85c;
102
+ --colorSuccess50: #51a151;
103
+ --colorSuccess60: #438743;
104
+ --colorSuccess70: #326532;
105
+ --textColorSuccess10: #8c8c8c;
106
+ --textColorSuccess20: #bbbbbb;
107
+ --textColorSuccess30: #dfdfdf;
108
+ --textColorSuccess40: #ffffff;
109
+ --textColorSuccess50: #ffffff;
110
+ --textColorSuccess60: #ffffff;
111
+ --textColorSuccess70: #ffffff;
112
+
113
+ /* Color - Warning (web) - energized (mobile) */
114
+ --colorWarning10: #fbe9da;
115
+ --colorWarning20: #f7d7b7;
116
+ --colorWarning30: #f4c38d;
117
+ --colorWarning40: #f0ad4e;
118
+ --colorWarning50: #d29744;
119
+ --colorWarning60: #b07f39;
120
+ --colorWarning70: #835f2b;
121
+ --textColorWarning10: #8c8c8c;
122
+ --textColorWarning20: #bbbbbb;
123
+ --textColorWarning30: #dfdfdf;
124
+ --textColorWarning40: #ffffff;
125
+ --textColorWarning50: #ffffff;
126
+ --textColorWarning60: #ffffff;
127
+ --textColorWarning70: #ffffff;
128
+
129
+ /* Color - Danger (web) - assertive (mobile) */
130
+ --colorDanger10: #f4dada;
131
+ --colorDanger20: #ebb8b7;
132
+ --colorDanger30: #e28f8d;
133
+ --colorDanger40: #d9534f;
134
+ --colorDanger50: #be4945;
135
+ --colorDanger60: #9f3d3a;
136
+ --colorDanger70: #772d2b;
137
+ --textColorDanger10: #8c8c8c;
138
+ --textColorDanger20: #bbbbbb;
139
+ --textColorDanger30: #dfdfdf;
140
+ --textColorDanger40: #ffffff;
141
+ --textColorDanger50: #ffffff;
142
+ --textColorDanger60: #ffffff;
143
+ --textColorDanger70: #ffffff;
144
+
145
+ /* Color - Royal (mobile) */
146
+ --colorRoyal10: #e2ddf9;
147
+ --colorRoyal20: #c8bef4;
148
+ --colorRoyal30: #ab9aef;
149
+ --colorRoyal40: #886aea;
150
+ --colorRoyal50: #775dcd;
151
+ --colorRoyal60: #644eab;
152
+ --colorRoyal70: #4a3a80;
153
+
154
+ --textColorRoyal10: #8c8c8c;
155
+ --textColorRoyal20: #bbbbbb;
156
+ --textColorRoyal30: #dfdfdf;
157
+ --textColorRoyal40: #ffffff;
158
+ --textColorRoyal50: #ffffff;
159
+ --textColorRoyal60: #ffffff;
160
+ --textColorRoyal70: #ffffff;
161
+
162
+ /* Color - Calm (mobile) */
163
+ --colorCalm10: #dbeef6;
164
+ --colorCalm20: #badfee;
165
+ --colorCalm30: #93d0e6;
166
+ --colorCalm40: #5bc0de;
167
+ --colorCalm50: #50a8c2;
168
+ --colorCalm60: #438da3;
169
+ --colorCalm70: #32697a;
170
+ --textColorCalm10: #8c8c8c;
171
+ --textColorCalm20: #bbbbbb;
172
+ --textColorCalm30: #dfdfdf;
173
+ --textColorCalm40: #ffffff;
174
+ --textColorCalm50: #ffffff;
175
+ --textColorCalm60: #ffffff;
176
+ --textColorCalm70: #ffffff;
177
+
178
+ /* Color - Light (mobile) */
179
+ --colorLight10: #e9ebee;
180
+ --colorLight20: #d6dbe0;
181
+ --colorLight30: #c2c9d2;
182
+ --colorLight40: #abb6c2;
183
+ --colorLight50: #969faa;
184
+ --colorLight60: #7d858e;
185
+ --colorLight70: #5e646a;
186
+ --textColorLight10: #252525;
187
+ --textColorLight20: #323232;
188
+ --textColorLight30: #3c3c3c;
189
+ --textColorLight40: #444444;
190
+ --textColorLight50: #898989;
191
+ --textColorLight60: #b5b5b5;
192
+ --textColorLight70: #d9d9d9;
193
+
194
+ /* Color - Stable (mobile) */
195
+ --colorStable10: #fdfdfd;
196
+ --colorStable20: #fbfbfb;
197
+ --colorStable30: #fafafa;
198
+ --colorStable40: #f8f8f8;
199
+ --colorStable50: #d9d9d9;
200
+ --colorStable60: #b6b6b6;
201
+ --colorStable70: #888888;
202
+
203
+ --textColorStable10: #252525;
204
+ --textColorStable20: #323232;
205
+ --textColorStable30: #3c3c3c;
206
+ --textColorStable40: #444444;
207
+ --textColorStable50: #898989;
208
+ --textColorStable60: #b5b5b5;
209
+ --textColorStable70: #d9d9d9;
210
+
211
+ /* Color - Dark (mobile) */
212
+ --colorDark10: #d6d7d9;
213
+ --colorDark20: #afb2b6;
214
+ --colorDark30: #7e848c;
215
+ --colorDark40: #20374c;
216
+ --colorDark50: #1c3043;
217
+ --colorDark60: #172838;
218
+ --colorDark70: #121e2a;
219
+ --textColorDark10: #8c8c8c;
220
+ --textColorDark20: #bbbbbb;
221
+ --textColorDark30: #dfdfdf;
222
+ --textColorDark40: #ffffff;
223
+ --textColorDark50: #ffffff;
224
+ --textColorDark60: #ffffff;
225
+ --textColorDark70: #ffffff;
226
+
227
+ /* Color - Neutral (web e mobile) */
228
+ --colorNeutral00: #FFFFFF;
229
+ --colorNeutral10: #F1F1F1;
230
+ --colorNeutral20: #E3E3E3;
231
+ --colorNeutral30: #D5D5D5;
232
+ --colorNeutral40: #C7C7C7;
233
+ --colorNeutral50: #B9B9B9;
234
+ --colorNeutral60: #ACACAC;
235
+ --colorNeutral70: #9E9E9E;
236
+ --colorNeutral80: #909090;
237
+ --colorNeutral90: #828282;
238
+ --colorNeutral100: #747474;
239
+ --colorNeutral110: #666666;
240
+ --colorNeutral120: #5D5D5D;
241
+ --colorNeutral130: #535353;
242
+ --colorNeutral140: #4A4A4A;
243
+ --colorNeutral150: #414141;
244
+ --colorNeutral160: #383838;
245
+ --colorNeutral170: #2E2E2E;
246
+ --colorNeutral180: #252525;
247
+ --colorNeutral190: #1C1C1C;
248
+ --colorNeutral200: #131313;
249
+ --colorNeutral210: #090909;
250
+ --colorNeutral220: #000000;
251
+ }
252
+
253
+ .btn {
254
+ border-radius: 0;
255
+ }
256
+
257
+ h1,
258
+ .h1,
259
+ h2,
260
+ .h2,
261
+ h3,
262
+ .h3,
263
+ h4,
264
+ .h4,
265
+ h5,
266
+ .h5,
267
+ h6,
268
+ .h6 {
269
+ color: var(--textColor40, #ebebeb);
270
+ }
271
+
272
+ /* menu */
273
+ .dropdown-menu {
274
+ background-color: var(--colorDefault40, #4e5d6c);
275
+ color: var(--textColor40);
276
+ }
277
+
278
+ /* modal */
279
+ .modal-content {
280
+ border-radius: 0;
281
+ }
282
+
283
+ .modal-header,
284
+ .modal-footer {
285
+ background-color: var(--colorDefault50);
286
+ border: none;
287
+ }
288
+
289
+ .modal-body {
290
+ background-color: var(--colorDefault40);
291
+ }
292
+
293
+ .modal-content .close {
294
+ color: var(--textColor40);
295
+ text-shadow: none;
296
+ }
297
+
298
+ .list-group-item {
299
+ background-color: transparent;
300
+ }
301
+
302
+ .k-autocomplete .k-input,
303
+ .k-multiselect-wrap,
304
+ .k-textbox>input,
305
+ .form-control {
306
+ border-radius: 0;
307
+ border: none;
308
+ }
309
+
310
+ .k-autocomplete.k-state-focused,
311
+ .k-dropdown-wrap.k-state-focused,
312
+ .k-multiselect.k-header.k-state-focused,
313
+ .k-numeric-wrap.k-state-focused,
314
+ .k-picker-wrap.k-state-focused,
315
+ .k-textbox:focus {
316
+ box-shadow: none;
317
+ }
318
+
319
+ /* banner */
320
+ .jumbotron .h1,
321
+ .jumbotron h1,
322
+ .jumbotron .h2,
323
+ .jumbotron h2 {
324
+ color: var(--textColor70);
325
+ }
326
+
327
+ /* Page login */
328
+ .siginPanel {
329
+ background-color: var(--backgroundColor50);
330
+ }
331
+
332
+ .login-view {
333
+ background-color: var(--backgroundColor40);
334
+ }
335
+
336
+ #crn-botao-cadastre,
337
+ .login-view .sign-up,
338
+ .crn-anchor-signup-back {
339
+ color: var(--textColor40);
340
+ }
@@ -0,0 +1,33 @@
1
+ .navbar {
2
+ background-image: none;
3
+ background-color: var(--colorDefault40, #4e5d6c);
4
+ border-bottom: none;
5
+ }
6
+
7
+ .navbar-inverse {
8
+ background-image: none;
9
+ background-color: var(--colorPrimary40, #df691a);
10
+ border: none
11
+ }
12
+
13
+ .navbar-inverse .badge {
14
+ background-color: #fff;
15
+ color: var(--colorPrimary40, #df691a);
16
+ }
17
+
18
+ #main-nav-bar .navbar-default .container-fluid #navbar .navbar-nav li a,
19
+ #main-nav-bar .navbar-default .container-fluid #navbar2 .navbar-nav li a {
20
+ color: var(--textColor40, #ebebeb);
21
+ font-size: var(--textNormalSize, 14px);
22
+ }
23
+
24
+ #main-nav-bar .navbar-default .container-fluid #navbar .navbar-nav li a:hover,
25
+ #main-nav-bar .navbar-default .container-fluid #navbar2 .navbar-nav li a:hover,
26
+ #main-nav-bar .navbar-default .container-fluid #navbar .navbar-nav li .dropdown-menu li a:hover,
27
+ #main-nav-bar .navbar-default .container-fluid #navbar2 .navbar-nav li .dropdown-menu li a:hover,
28
+ .navbar-default .navbar-nav>.open>a,
29
+ .navbar-default .navbar-nav>.open>a:focus,
30
+ .navbar-default .navbar-nav>.open>a:hover {
31
+ color: var(--textColorPrimary40, #ffffff);
32
+ background-color: var(--colorDefault50, #44515f);
33
+ }
@@ -0,0 +1,58 @@
1
+ .panel {
2
+ border: none;
3
+ border-radius: 0;
4
+ background-color: var(--colorDefault40);
5
+ box-shadow: none;
6
+ }
7
+
8
+ .panel-footer,
9
+ .panel-heading {
10
+ border: none;
11
+ border-radius: 0;
12
+ }
13
+
14
+ /* Default */
15
+ .panel-default .panel-heading,
16
+ .panel-footer {
17
+ color: var(--textColor40, #ebebeb);
18
+ background-color: var(--colorDefault50, #44515f);
19
+ }
20
+
21
+ /* Primary */
22
+
23
+ .panel-primary>.panel-heading {
24
+ color: var(--textColor40, #ebebeb);
25
+ background-color: var(--colorPrimary40, #df691a);
26
+ }
27
+
28
+ /* Sucess */
29
+
30
+ .panel-success>.panel-heading {
31
+ color: var(--textColor40, #ebebeb);
32
+ background-color: var(--colorSuccess40, #5cb85c);
33
+ }
34
+
35
+
36
+ /* Info */
37
+ .panel-info>.panel-heading {
38
+ color: var(--textColor40, #ebebeb);
39
+ background-color: var(--colorCalm40, #5bc0de);
40
+ }
41
+
42
+ /* Warning */
43
+ .panel-warning>.panel-heading {
44
+ color: var(--textColor40, #ebebeb);
45
+ background-color: var(--colorWarning40, #f0ad4e);
46
+ }
47
+
48
+ /* Danger */
49
+ .panel-danger>.panel-heading {
50
+ color: var(--textColor40, #ebebeb);
51
+ background-color: var(--colorDanger40, #d9534f);
52
+ }
53
+
54
+ /* Light */
55
+ .panel-light>.panel-heading {
56
+ color: var(--textColorLight40, #444444);
57
+ background-color: var(--colorLight40, #abb6c2);
58
+ }
@@ -0,0 +1,25 @@
1
+ .ctn-tab .nav-tabs li.active a,
2
+ .ctn-tab .nav-tabs li.active a:hover {
3
+ color: var(--textColor40, #ebebeb);
4
+ cursor: default;
5
+ background-color: transparent;
6
+ border: none;
7
+ }
8
+
9
+ .ctn-tab .nav-tabs li.active {
10
+ border-radius: 0;
11
+ border: 1px solid var(--colorDefault40, #8d949b);
12
+ border-bottom: none;
13
+ }
14
+
15
+ .ctn-tab .nav-tabs li a,
16
+ .ctn-tab .nav-tabs {
17
+ border: none;
18
+ color: var(--textColor40, #ebebeb);
19
+ }
20
+
21
+ .ctn-tab .nav-tabs li a:hover{
22
+ text-decoration: none;
23
+ color: var(--textColor40, #ebebeb);
24
+ background-color: var(--colorDefault40, #4e5d6c);
25
+ }
@@ -0,0 +1,223 @@
1
+ .btn {
2
+ display: inline-block;
3
+ margin-bottom: 0;
4
+ font-weight: normal;
5
+ text-align: center;
6
+ vertical-align: middle;
7
+ -ms-touch-action: manipulation;
8
+ touch-action: manipulation;
9
+ cursor: pointer;
10
+ background-image: none;
11
+ border: 1px solid transparent;
12
+ white-space: nowrap;
13
+ padding: 8px 12px;
14
+ font-size: 14px;
15
+ line-height: 1.42857143;
16
+ border-radius: 4px;
17
+ -webkit-user-select: none;
18
+ -moz-user-select: none;
19
+ -ms-user-select: none;
20
+ user-select: none;
21
+ }
22
+
23
+ div#view-canvas .btn.disabled,
24
+ .btn.disabled,
25
+ .btn[disabled],
26
+ fieldset[disabled] .btn {
27
+ cursor: not-allowed;
28
+ opacity: 0.65;
29
+ box-shadow: none;
30
+ }
31
+
32
+ .btn i {
33
+ margin-right: 5px;
34
+ }
35
+
36
+ .btn span {
37
+ margin-top: 2px;
38
+ z-index: 0;
39
+ }
40
+
41
+ .btn {
42
+ background-color: var(--colorDefault40, #474949);
43
+ text-align: center;
44
+ color: var(--textColorDefault40, #ffffff);
45
+ border: 1px solid;
46
+ }
47
+
48
+ /* Button color */
49
+ /* Default */
50
+ .btn.btn-default,
51
+ div#view-canvas .btn.btn-default {
52
+ background-color: var(--colorDefault40);
53
+ border-color: transparent;
54
+ color: var(--textColorDefault40, #ffffff);
55
+ }
56
+
57
+ .btn.btn-default.active,
58
+ .btn.btn-default:active,
59
+ .btn.btn-default:focus,
60
+ .btn.btn-default:hover {
61
+ color: var(--textColorDefault40, #ffffff);
62
+ background-image: none;
63
+ background-color: var(--colorDefault50, #343535);
64
+ border-color: transparent;
65
+ outline: none;
66
+ }
67
+
68
+
69
+ /* Primary */
70
+ .btn.btn-primary,
71
+ div#view-canvas .btn.btn-primary {
72
+ background-color: var(--colorPrimary40);
73
+ border-color: transparent;
74
+ color: var(--textColorPrimary40, #ffffff);
75
+ }
76
+
77
+ .btn.btn-primary.active,
78
+ .btn.btn-primary:active,
79
+ .btn.btn-primary:focus,
80
+ .btn.btn-primary:hover {
81
+ color: var(--textColorPrimary40, #ffffff);
82
+ background-image: none;
83
+ background-color: var(--colorPrimary50, #343535);
84
+ border-color: transparent;
85
+ outline: none;
86
+ }
87
+
88
+ /* Success */
89
+ .btn.btn-success,
90
+ div#view-canvas .btn.btn-success {
91
+ background-color: var(--colorSuccess40);
92
+ border-color: transparent;
93
+ color: var(--textColorSuccess40, #ffffff);
94
+ }
95
+
96
+ .btn.btn-success.active,
97
+ .btn.btn-success:active,
98
+ .btn.btn-success:focus,
99
+ .btn.btn-success:hover {
100
+ color: var(--textColorSuccess40, #ffffff);
101
+ background-image: none;
102
+ background-color: var(--colorSuccess50, #343535);
103
+ border-color: transparent;
104
+ outline: none;
105
+ }
106
+
107
+
108
+ /* Warning */
109
+ .btn.btn-warning,
110
+ div#view-canvas .btn.btn-warning {
111
+ background-color: var(--colorWarning40);
112
+ border-color: transparent;
113
+ color: var(--textColorWarning40, #ffffff);
114
+ }
115
+
116
+ .btn.btn-warning.active,
117
+ .btn.btn-warning:active,
118
+ .btn.btn-warning:focus,
119
+ .btn.btn-warning:hover {
120
+ color: var(--textColorWarning40, #ffffff);
121
+ background-image: none;
122
+ background-color: var(--colorWarning50, #343535);
123
+ border-color: transparent;
124
+ outline: none;
125
+ }
126
+
127
+ /* Danger */
128
+ .btn.btn-danger,
129
+ div#view-canvas .btn.btn-danger {
130
+ background-color: var(--colorDanger40);
131
+ border-color: transparent;
132
+ color: var(--textColorDanger40, #ffffff);
133
+ }
134
+
135
+ .btn.btn-danger.active,
136
+ .btn.btn-danger:active,
137
+ .btn.btn-danger:focus,
138
+ .btn.btn-danger:hover {
139
+ color: var(--textColorDanger40, #ffffff);
140
+ background-image: none;
141
+ background-color: var(--colorDanger50, #343535);
142
+ border-color: transparent;
143
+ outline: none;
144
+ }
145
+
146
+
147
+ /* Info */
148
+ .btn.btn-info,
149
+ div#view-canvas .btn.btn-info {
150
+ background-color: var(--colorCalm40);
151
+ border-color: transparent;
152
+ color: var(--textColorCalm40, #ffffff);
153
+ }
154
+
155
+ .btn.btn-info.active,
156
+ .btn.btn-info:active,
157
+ .btn.btn-info:focus,
158
+ .btn.btn-info:hover {
159
+ color: var(--textColorCalm40, #ffffff);
160
+ background-image: none;
161
+ background-color: var(--colorCalm50, #343535);
162
+ border-color: transparent;
163
+ outline: none;
164
+ }
165
+
166
+ /* Light */
167
+ .btn.btn-light,
168
+ div#view-canvas .btn.btn-light {
169
+ background-color: var(--colorLight40);
170
+ border-color: transparent;
171
+ color: var(--textColorLight40, #ffffff);
172
+ }
173
+
174
+ .btn.btn-light.active,
175
+ .btn.btn-light:active,
176
+ .btn.btn-light:focus,
177
+ .btn.btn-light:hover {
178
+ color: var(--textColorLight40, #ffffff);
179
+ background-image: none;
180
+ background-color: var(--colorLight50, #343535);
181
+ border-color: transparent;
182
+ outline: none;
183
+ }
184
+
185
+
186
+ /* Link */
187
+ .btn.btn-link,
188
+ div#view-canvas .btn.btn-link {
189
+ background-image: none;
190
+ background-color: transparent;
191
+ border: none;
192
+ }
193
+
194
+ .btn.btn-link i,
195
+ .btn.btn-link span {
196
+ color: var(--colorPrimary40, #3399f3);
197
+ }
198
+
199
+ .btn.btn-link.active,
200
+ .btn.btn-link:active {
201
+ background-image: none;
202
+ box-shadow: none;
203
+ outline: none;
204
+ }
205
+
206
+
207
+ .btn.btn-link:focus,
208
+ .btn.btn-link:hover {
209
+ text-decoration: underline;
210
+ background-color: transparent;
211
+ }
212
+
213
+ .btn.btn-link:focus i,
214
+ .btn.btn-link:hover i {
215
+ text-decoration: none;
216
+ }
217
+
218
+
219
+ /* Extra's button */
220
+ .k-button:focus,
221
+ .k-button:focus:hover {
222
+ box-shadow: none;
223
+ }
@@ -0,0 +1,5 @@
1
+ .carousel .carousel-caption h1,
2
+ .carousel .carousel-caption h2 {
3
+ text-shadow: none;
4
+ color: var(--colorNeutral00);
5
+ }
@@ -0,0 +1,34 @@
1
+ .modal+div {
2
+ margin-top: 20px;
3
+ }
4
+
5
+ .modal+div * {
6
+ font-size: 14px;
7
+ }
8
+
9
+ .modal+div .alert {
10
+ margin-bottom: 0;
11
+ padding: var(--distanceSmallest);
12
+ }
13
+
14
+ .modal+div .alert .cookiealert-container {
15
+ display: flex;
16
+ flex-wrap: wrap;
17
+ justify-content: center;
18
+ }
19
+
20
+ .modal+div .alert .cookiealert-container * {
21
+ display: flex;
22
+ align-items: center;
23
+ justify-content: center;
24
+ margin: 2px 10px;
25
+ }
26
+
27
+ .modal+div .alert .cookiealert-container a {
28
+ order: 4;
29
+ width: 100%;
30
+ }
31
+
32
+ .modal+div .alert .cookiealert-container button {
33
+ padding: 5px;
34
+ }