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

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 (366) 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/material/components_css/crn-button.css +0 -177
  357. package/css/themes/custom/material/components_css/crn-carousel.css +0 -11
  358. package/css/themes/custom/material/components_css/crn-cron-calendar.css +0 -176
  359. package/css/themes/custom/material/components_css/crn-cron-grid.css +0 -243
  360. package/css/themes/custom/material/components_css/crn-enterprise.css +0 -58
  361. package/css/themes/custom/material/components_css/crn-navbar.css +0 -166
  362. package/css/themes/custom/material/components_css/crn-scheduler.css +0 -98
  363. package/css/themes/custom/material/components_css/login.css +0 -38
  364. package/css/themes/custom/material/components_css/ui-notification.css +0 -27
  365. package/css/themes/custom/spacelab/custom-spacelab.min.css +0 -2497
  366. package/css/themes/custom/superhero/custom-superhero.min.css +0 -3114
@@ -0,0 +1,162 @@
1
+ @font-face {
2
+ font-family: 'Work Sans';
3
+ src: url('WorkSans-Black.woff2') format('woff2'),
4
+ url('WorkSans-Black.woff') format('woff');
5
+ font-weight: 900;
6
+ font-style: normal;
7
+ font-display: swap;
8
+ }
9
+
10
+ @font-face {
11
+ font-family: 'Work Sans';
12
+ src: url('WorkSans-Bold.woff2') format('woff2'),
13
+ url('WorkSans-Bold.woff') format('woff');
14
+ font-weight: bold;
15
+ font-style: normal;
16
+ font-display: swap;
17
+ }
18
+
19
+ @font-face {
20
+ font-family: 'Work Sans';
21
+ src: url('WorkSans-BlackItalic.woff2') format('woff2'),
22
+ url('WorkSans-BlackItalic.woff') format('woff');
23
+ font-weight: 900;
24
+ font-style: italic;
25
+ font-display: swap;
26
+ }
27
+
28
+ @font-face {
29
+ font-family: 'Work Sans';
30
+ src: url('WorkSans-BoldItalic.woff2') format('woff2'),
31
+ url('WorkSans-BoldItalic.woff') format('woff');
32
+ font-weight: bold;
33
+ font-style: italic;
34
+ font-display: swap;
35
+ }
36
+
37
+ @font-face {
38
+ font-family: 'Work Sans';
39
+ src: url('WorkSans-ExtraBold.woff2') format('woff2'),
40
+ url('WorkSans-ExtraBold.woff') format('woff');
41
+ font-weight: bold;
42
+ font-style: normal;
43
+ font-display: swap;
44
+ }
45
+
46
+ @font-face {
47
+ font-family: 'Work Sans';
48
+ src: url('WorkSans-ExtraBoldItalic.woff2') format('woff2'),
49
+ url('WorkSans-ExtraBoldItalic.woff') format('woff');
50
+ font-weight: bold;
51
+ font-style: italic;
52
+ font-display: swap;
53
+ }
54
+
55
+ @font-face {
56
+ font-family: 'Work Sans';
57
+ src: url('WorkSans-ExtraLight.woff2') format('woff2'),
58
+ url('WorkSans-ExtraLight.woff') format('woff');
59
+ font-weight: 200;
60
+ font-style: normal;
61
+ font-display: swap;
62
+ }
63
+
64
+ @font-face {
65
+ font-family: 'Work Sans';
66
+ src: url('WorkSans-ExtraLightItalic.woff2') format('woff2'),
67
+ url('WorkSans-ExtraLightItalic.woff') format('woff');
68
+ font-weight: 200;
69
+ font-style: italic;
70
+ font-display: swap;
71
+ }
72
+
73
+ @font-face {
74
+ font-family: 'Work Sans';
75
+ src: url('WorkSans-Italic.woff2') format('woff2'),
76
+ url('WorkSans-Italic.woff') format('woff');
77
+ font-weight: normal;
78
+ font-style: italic;
79
+ font-display: swap;
80
+ }
81
+
82
+ @font-face {
83
+ font-family: 'Work Sans';
84
+ src: url('WorkSans-Light.woff2') format('woff2'),
85
+ url('WorkSans-Light.woff') format('woff');
86
+ font-weight: 300;
87
+ font-style: normal;
88
+ font-display: swap;
89
+ }
90
+
91
+ @font-face {
92
+ font-family: 'Work Sans';
93
+ src: url('WorkSans-Medium.woff2') format('woff2'),
94
+ url('WorkSans-Medium.woff') format('woff');
95
+ font-weight: 500;
96
+ font-style: normal;
97
+ font-display: swap;
98
+ }
99
+
100
+ @font-face {
101
+ font-family: 'Work Sans';
102
+ src: url('WorkSans-LightItalic.woff2') format('woff2'),
103
+ url('WorkSans-LightItalic.woff') format('woff');
104
+ font-weight: 300;
105
+ font-style: italic;
106
+ font-display: swap;
107
+ }
108
+
109
+ @font-face {
110
+ font-family: 'Work Sans';
111
+ src: url('WorkSans-MediumItalic.woff2') format('woff2'),
112
+ url('WorkSans-MediumItalic.woff') format('woff');
113
+ font-weight: 500;
114
+ font-style: italic;
115
+ font-display: swap;
116
+ }
117
+
118
+ @font-face {
119
+ font-family: 'Work Sans';
120
+ src: url('WorkSans-Regular.woff2') format('woff2'),
121
+ url('WorkSans-Regular.woff') format('woff');
122
+ font-weight: normal;
123
+ font-style: normal;
124
+ font-display: swap;
125
+ }
126
+
127
+ @font-face {
128
+ font-family: 'Work Sans';
129
+ src: url('WorkSans-SemiBold.woff2') format('woff2'),
130
+ url('WorkSans-SemiBold.woff') format('woff');
131
+ font-weight: 600;
132
+ font-style: normal;
133
+ font-display: swap;
134
+ }
135
+
136
+ @font-face {
137
+ font-family: 'Work Sans';
138
+ src: url('WorkSans-SemiBoldItalic.woff2') format('woff2'),
139
+ url('WorkSans-SemiBoldItalic.woff') format('woff');
140
+ font-weight: 600;
141
+ font-style: italic;
142
+ font-display: swap;
143
+ }
144
+
145
+ @font-face {
146
+ font-family: 'Work Sans';
147
+ src: url('WorkSans-Thin.woff2') format('woff2'),
148
+ url('WorkSans-Thin.woff') format('woff');
149
+ font-weight: 100;
150
+ font-style: normal;
151
+ font-display: swap;
152
+ }
153
+
154
+ @font-face {
155
+ font-family: 'Work Sans';
156
+ src: url('WorkSans-ThinItalic.woff2') format('woff2'),
157
+ url('WorkSans-ThinItalic.woff') format('woff');
158
+ font-weight: 100;
159
+ font-style: italic;
160
+ font-display: swap;
161
+ }
162
+
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="10.094" viewBox="0 0 24 10.094">
2
+ <path id="Polígono_1" data-name="Polígono 1" d="M10.713,1.083a2,2,0,0,1,2.575,0L19.8,6.563a2,2,0,0,1-1.287,3.531H5.485A2,2,0,0,1,4.2,6.563Z" transform="translate(24 10.094) rotate(180)" fill="#666"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="10.094" viewBox="0 0 24 10.094">
2
+ <path id="Polígono_1" data-name="Polígono 1" d="M10.713,1.083a2,2,0,0,1,2.575,0L19.8,6.563a2,2,0,0,1-1.287,3.531H5.485A2,2,0,0,1,4.2,6.563Z" transform="translate(24 10.094) rotate(180)" fill="#fff"/>
3
+ </svg>
@@ -0,0 +1,277 @@
1
+ .btn {
2
+ background-color: var(--colorDefault40, #f5f5f5);
3
+ text-align: center;
4
+ color: var(--textColorDefault40, #444444);
5
+ border: 1px solid;
6
+ }
7
+
8
+ .btn:focus:hover,
9
+ .k-button:focus:hover {
10
+ box-shadow: none;
11
+ }
12
+
13
+ /* Default */
14
+ .btn.btn-default,
15
+ div#view-canvas .btn.btn-default {
16
+ background-image: linear-gradient(var(--colorDefault20, #fafafa), var(--colorDefault30, #f7f7f7) 60%, var(--colorDefault40, #f5f5f5));
17
+ border-color: var(--colorDefault50, #d7d7d7);
18
+ color: var(--textColorDefault40, #444444);
19
+ }
20
+
21
+ .btn.btn-default.active,
22
+ .btn.btn-default:active {
23
+ color: var(--textColorDefault40, #444444);
24
+ background-image: none;
25
+ box-shadow: none;
26
+ background-color: var(--colorDefault50, #d7d7d7);
27
+ border-color: var(--colorDefault50, #d7d7d7);
28
+ }
29
+
30
+ .btn.btn-default:focus,
31
+ .btn.btn-default:hover {
32
+ color: var(--textColorDefault40, #444444);
33
+ background-image: none;
34
+ box-shadow: none;
35
+ background-color: var(--colorDefault50, #d7d7d7);
36
+ border-color: var(--colorDefault60, #b3b3b3);
37
+ }
38
+
39
+ .btn.btn-default.disabled,
40
+ .btn.btn-default[disabled],
41
+ .btn.btn-default:disabled,
42
+ .btn.btn-default[disabled]:hover,
43
+ div#view-canvas .btn.btn-default[disabled] {
44
+ color: var(--textColorDefault40, #444444);
45
+ background-image: none;
46
+ background-color: var(--colorDefault40, #f5f5f5);
47
+ border-color: var(--colorDefault40, #f5f5f5);
48
+ }
49
+
50
+ /* Primary */
51
+ .btn.btn-primary,
52
+ div#view-canvas .btn.btn-primary {
53
+ background-image: linear-gradient(var(--colorPrimary30, #82bded), var(--colorPrimary40, #2fa4e7) 60%, var(--colorPrimary50, #3c6088));
54
+ border-color: var(--colorPrimary40, #2fa4e7);
55
+ color: var(--textColorPrimary40, #ffffff);
56
+ }
57
+
58
+ .btn.btn-primary.active,
59
+ .btn.btn-primary:active {
60
+ color: var(--textColorPrimary40, #ffffff);
61
+ background-image: none;
62
+ box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
63
+ background-color: var(--colorPrimary60, #2278a9);
64
+ border-color: var(--colorPrimary70, #1a5a7f);
65
+ }
66
+
67
+ .btn.btn-primary:focus,
68
+ .btn.btn-primary:hover {
69
+ color: var(--textColorPrimary40, #ffffff);
70
+ background-image: linear-gradient(var(--colorPrimary30, #82bded), var(--colorPrimary50, #2990ca) 60%, var(--colorPrimary60, #2278a9));
71
+ }
72
+
73
+ .btn.btn-primary.disabled,
74
+ .btn.btn-primary[disabled],
75
+ div#view-canvas .btn.btn-primary[disabled] {
76
+ color: var(--textColorPrimary40, #ffffff);
77
+ background-image: none;
78
+ background-color: var(--colorPrimary40, #2fa4e7);
79
+ border-color: var(--colorPrimary40, #2fa4e7);
80
+ }
81
+
82
+ /* Success */
83
+ .btn.btn-success,
84
+ div#view-canvas .btn.btn-success {
85
+ background-image: linear-gradient(var(--colorSuccess30, #9fc085), var(--colorSuccess40, #73a839) 60%, var(--colorSuccess50, #359e1d));
86
+ border-color: var(--colorSuccess40, #73a839);
87
+ color: var(--textColorSuccess40, #ffffff);
88
+ }
89
+
90
+ .btn.btn-success.active,
91
+ .btn.btn-success:active {
92
+ color: var(--textColorSuccess40, #ffffff);
93
+ background-image: none;
94
+ box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
95
+ background-color: var(--colorSuccess60, #547b2a);
96
+ border-color: var(--colorSuccess70, #216312);
97
+ }
98
+
99
+ .btn.btn-success:focus,
100
+ .btn.btn-success:hover {
101
+ color: var(--textColorSuccess40, #ffffff);
102
+ background-image: linear-gradient(var(--colorSuccess30, #9fc085), var(--colorSuccess50, #659332) 60%, var(--colorSuccess60, #547b2a));
103
+ }
104
+
105
+ .btn.btn-success.disabled,
106
+ .btn.btn-success[disabled],
107
+ div#view-canvas .btn.btn-success[disabled] {
108
+ color: var(--textColorSuccess40, #ffffff);
109
+ background-image: none;
110
+ background-color: var(--colorSuccess40, #73a839);
111
+ border-color: var(--colorSuccess40, #73a839);
112
+ }
113
+
114
+ /* Warning */
115
+ .btn.btn-warning,
116
+ div#view-canvas .btn.btn-warning {
117
+ background-image: linear-gradient(var(--colorWarning30, #e5907b), var(--colorWarning40, #dd5600) 60%, var(--colorWarning50, #c24b00));
118
+ border-color: var(--colorWarning40, #dd5600);
119
+ color: var(--textColorWarning40, #ffffff);
120
+ }
121
+
122
+ .btn.btn-warning.active,
123
+ .btn.btn-warning:active {
124
+ color: var(--textColorWarning40, #ffffff);
125
+ background-image: none;
126
+ box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
127
+ background-color: var(--colorWarning60, #a23f00);
128
+ border-color: var(--colorWarning70, #792f00);
129
+ }
130
+
131
+ .btn.btn-warning:focus,
132
+ .btn.btn-warning:hover {
133
+ color: var(--textColorWarning40, #ffffff);
134
+ background-image: linear-gradient(var(--colorWarning30, #e5907b), var(--colorWarning50, #c24b00) 60%, var(--colorWarning60, #a23f00));
135
+ }
136
+
137
+ .btn.btn-warning.disabled,
138
+ .btn.btn-warning[disabled],
139
+ div#view-canvas .btn.btn-warning[disabled] {
140
+ color: var(--textColorWarning40, #ffffff);
141
+ background-image: none;
142
+ background-color: var(--colorWarning40, #dd5600);
143
+ border-color: var(--colorWarning40, #dd5600);
144
+ }
145
+
146
+ /* Danger */
147
+ .btn.btn-danger,
148
+ div#view-canvas .btn.btn-danger {
149
+ background-image: linear-gradient(var(--colorDanger30, #d57e7f), var(--colorDanger40, #c71c22) 60%, var(--colorDanger50, #ae191e));
150
+ border-color: var(--colorDanger40, #c71c22);
151
+ color: var(--textColorDanger40, #ffffff);
152
+ }
153
+
154
+ .btn.btn-danger.active,
155
+ .btn.btn-danger:active {
156
+ color: var(--textColorDanger40, #ffffff);
157
+ background-image: none;
158
+ box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
159
+ background-color: var(--colorDanger60, #921519);
160
+ border-color: var(--colorDanger70, #6d0f13);
161
+ }
162
+
163
+ .btn.btn-danger:focus,
164
+ .btn.btn-danger:hover {
165
+ color: var(--textColorDanger40, #ffffff);
166
+ background-image: linear-gradient(var(--colorDanger30, #d57e7f), var(--colorDanger50, #ae191e) 60%, var(--colorDanger60, #921519));
167
+ }
168
+
169
+ .btn.btn-danger.disabled,
170
+ .btn.btn-danger[disabled],
171
+ div#view-canvas .btn.btn-danger[disabled] {
172
+ color: var(--textColorDanger40, #ffffff);
173
+ background-image: none;
174
+ background-color: var(--colorDanger40, #c71c22);
175
+ border-color: var(--colorDanger40, #c71c22);
176
+ }
177
+
178
+ /* Info */
179
+ .btn.btn-info,
180
+ div#view-canvas .btn.btn-info {
181
+ background-image: linear-gradient(var(--colorCalm30, #7b869f), var(--colorCalm40, #033c73) 60%, var(--colorCalm50, #033565));
182
+ border-color: var(--colorCalm40, #033c73);
183
+ color: var(--textColorCalm40, #ffffff);
184
+ }
185
+
186
+ .btn.btn-info.active,
187
+ .btn.btn-info:active {
188
+ color: var(--textColorCalm40, #ffffff);
189
+ background-image: none;
190
+ box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
191
+ background-color: var(--colorCalm60, #022c54);
192
+ border-color: var(--colorCalm70, #02213f);
193
+ }
194
+
195
+ .btn.btn-info:focus,
196
+ .btn.btn-info:hover {
197
+ color: var(--textColorCalm40, #ffffff);
198
+ background-image: linear-gradient(var(--colorCalm30, #7b869f), var(--colorCalm50, #033565) 60%, var(--colorCalm60, #022c54));
199
+ }
200
+
201
+ .btn.btn-info.disabled,
202
+ .btn.btn-info[disabled],
203
+ div#view-canvas .btn.btn-info[disabled] {
204
+ color: var(--textColorCalm40, #ffffff);
205
+ background-image: none;
206
+ background-color: var(--colorCalm40, #033c73);
207
+ border-color: var(--colorCalm40, #033c73);
208
+ }
209
+
210
+ /* Light */
211
+ .btn.btn-light,
212
+ div#view-canvas .btn.btn-light {
213
+ background-image: linear-gradient(var(--colorLight30, #ffffff), var(--colorLight40, #ffffff) 60%, var(--colorLight50, #dfdfdf));
214
+ border-color: var(--colorLight40, #ffffff);
215
+ color: var(--textColorLight40, #444444);
216
+ }
217
+
218
+ .btn.btn-light.active,
219
+ .btn.btn-light:active {
220
+ color: var(--textColorLight40, #444444);
221
+ background-image: none;
222
+ box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
223
+ background-color: var(--colorLight60, #bbbbbb);
224
+ border-color: var(--colorLight70, #8c8c8c);
225
+ }
226
+
227
+ .btn.btn-light:focus,
228
+ .btn.btn-light:hover {
229
+ color: var(--textColorLight40, #444444);
230
+ background-image: linear-gradient(var(--colorLight30, #ffffff), var(--colorLight50, #dfdfdf) 60%, var(--colorLight60, #bbbbbb));
231
+ }
232
+
233
+ .btn.btn-light.disabled,
234
+ .btn.btn-light[disabled],
235
+ div#view-canvas .btn.btn-light[disabled] {
236
+ color: var(--textColorLight40, #444444);
237
+ background-image: none;
238
+ background-color: var(--colorLight40, #eeeeee);
239
+ border-color: var(--colorLight40, #eeeeee);
240
+ }
241
+
242
+ /* Link */
243
+ .btn.btn-link,
244
+ div#view-canvas .btn.btn-link {
245
+ background-image: none;
246
+ background-color: transparent;
247
+ border: none;
248
+ }
249
+
250
+ .btn.btn-link i,
251
+ .btn.btn-link span {
252
+ color: var(--colorPrimary40, #2fa4e7);
253
+ }
254
+
255
+ .btn.btn-link.active,
256
+ .btn.btn-link:active {
257
+ background-image: none;
258
+ box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
259
+ }
260
+
261
+ .btn.btn-link.disabled,
262
+ .btn.btn-link[disabled]:hover,
263
+ div#view-canvas .btn.btn-link.disabled {
264
+ color: var(--colorPrimary40, #2fa4e7);
265
+ }
266
+
267
+ .btn.btn-link:focus,
268
+ .btn.btn-link:hover {
269
+ color: var(--colorPrimary40, #2fa4e7);
270
+ text-decoration: underline;
271
+ background-color: transparent;
272
+ }
273
+
274
+ .btn.btn-link:focus i,
275
+ .btn.btn-link:hover i {
276
+ text-decoration: none;
277
+ }