cronapp-framework-js 1.0.4

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 (2115) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +17 -0
  3. package/components/crn-QRCode.components.json +53 -0
  4. package/components/crn-accordion.components.json +110 -0
  5. package/components/crn-anchor.components.json +338 -0
  6. package/components/crn-button-filter.components.json +234 -0
  7. package/components/crn-button.components.json +762 -0
  8. package/components/crn-carousel-item.components.json +161 -0
  9. package/components/crn-carousel.components.json +116 -0
  10. package/components/crn-cell.components.json +17 -0
  11. package/components/crn-checkbox.components.json +85 -0
  12. package/components/crn-combobox-dynamic.components.json +77 -0
  13. package/components/crn-combobox.components.json +58 -0
  14. package/components/crn-component.components.json +58 -0
  15. package/components/crn-cron-captcha.components.json +83 -0
  16. package/components/crn-cron-chat.components.json +32 -0
  17. package/components/crn-cron-crud.components.json +21 -0
  18. package/components/crn-cron-dashboard-viewer.components.json +48 -0
  19. package/components/crn-cron-grid.components.json +228 -0
  20. package/components/crn-cron-report-viewer.components.json +48 -0
  21. package/components/crn-cron-rich-editor.components.json +210 -0
  22. package/components/crn-cron-tree-view.components.json +82 -0
  23. package/components/crn-datasource-filter-complex.components.json +33 -0
  24. package/components/crn-datasource-filter.components.json +176 -0
  25. package/components/crn-datasource.components.json +188 -0
  26. package/components/crn-datepicker.components.json +157 -0
  27. package/components/crn-datetimepicker.components.json +160 -0
  28. package/components/crn-dynamic-file.components.json +188 -0
  29. package/components/crn-dynamic-image.components.json +159 -0
  30. package/components/crn-dynamic-menu.components.json +58 -0
  31. package/components/crn-eight-four-container.components.json +20 -0
  32. package/components/crn-enterprise-autocomplete.components.json +165 -0
  33. package/components/crn-enterprise-checkbox.components.json +340 -0
  34. package/components/crn-enterprise-combobox-multiple.components.json +367 -0
  35. package/components/crn-enterprise-combobox.components.json +172 -0
  36. package/components/crn-enterprise-date.components.json +69 -0
  37. package/components/crn-enterprise-dynamic-autocomplete.components.json +170 -0
  38. package/components/crn-enterprise-dynamic-combobox.components.json +170 -0
  39. package/components/crn-figma-component.components.json +10 -0
  40. package/components/crn-foot-cell.components.json +17 -0
  41. package/components/crn-foot-row.components.json +17 -0
  42. package/components/crn-form-template.components.json +14 -0
  43. package/components/crn-four-eight-container.components.json +20 -0
  44. package/components/crn-frame.components.json +62 -0
  45. package/components/crn-grid.components.json +100 -0
  46. package/components/crn-head-cell.components.json +17 -0
  47. package/components/crn-head-row.components.json +17 -0
  48. package/components/crn-header.components.json +19 -0
  49. package/components/crn-horizontal-container.components.json +42 -0
  50. package/components/crn-icon.components.json +293 -0
  51. package/components/crn-image-menu.components.json +50 -0
  52. package/components/crn-image.components.json +188 -0
  53. package/components/crn-infinite-scroll.components.json +29 -0
  54. package/components/crn-input-password.components.json +74 -0
  55. package/components/crn-jumbotron.components.json +62 -0
  56. package/components/crn-list-item.components.json +20 -0
  57. package/components/crn-list.components.json +46 -0
  58. package/components/crn-menu-item.components.json +63 -0
  59. package/components/crn-navbar.components.json +162 -0
  60. package/components/crn-one-container.components.json +55 -0
  61. package/components/crn-ordered-list.components.json +92 -0
  62. package/components/crn-ordered-sub-list.components.json +92 -0
  63. package/components/crn-panel.components.json +154 -0
  64. package/components/crn-radioOption.components.json +92 -0
  65. package/components/crn-radiogroup.components.json +282 -0
  66. package/components/crn-rating.components.json +351 -0
  67. package/components/crn-row.components.json +17 -0
  68. package/components/crn-sidebar-item.components.json +25 -0
  69. package/components/crn-sidebar.components.json +32 -0
  70. package/components/crn-signature-pad.components.json +36 -0
  71. package/components/crn-simple-text.components.json +90 -0
  72. package/components/crn-slider.components.json +103 -0
  73. package/components/crn-social-login.components.json +13 -0
  74. package/components/crn-start.components.json +20 -0
  75. package/components/crn-sub-form-template.components.json +14 -0
  76. package/components/crn-subtitle.components.json +85 -0
  77. package/components/crn-table.components.json +87 -0
  78. package/components/crn-tabs.components.json +88 -0
  79. package/components/crn-tags.components.json +44 -0
  80. package/components/crn-text-component.components.json +128 -0
  81. package/components/crn-text.components.json +48 -0
  82. package/components/crn-textarea.components.json +197 -0
  83. package/components/crn-textinput.components.json +186 -0
  84. package/components/crn-textinputbutton.components.json +170 -0
  85. package/components/crn-textinputicon.components.json +169 -0
  86. package/components/crn-three-container.components.json +20 -0
  87. package/components/crn-timeline.components.json +44 -0
  88. package/components/crn-timepicker.components.json +129 -0
  89. package/components/crn-title.components.json +82 -0
  90. package/components/crn-trhee-six-three-container.components.json +20 -0
  91. package/components/crn-two-container.components.json +20 -0
  92. package/components/crn-unordered-list.components.json +82 -0
  93. package/components/crn-unordered-sub-list.components.json +83 -0
  94. package/components/crn-upload-file.components.json +154 -0
  95. package/components/crn-upload.components.json +156 -0
  96. package/components/crn-vertical-container.components.json +56 -0
  97. package/components/crn-wizard.components.json +134 -0
  98. package/components/cron-breadcrumbs.components.json +112 -0
  99. package/components/cron-ordered-list.components.json +153 -0
  100. package/components/css/checkbox-color.css +1088 -0
  101. package/components/css/color-default.css +381 -0
  102. package/components/css/combobox-color.css +748 -0
  103. package/components/css/crn-input-password.css +41 -0
  104. package/components/css/designtime.css +268 -0
  105. package/components/css/font-size.css +31 -0
  106. package/components/css/multiselect-editor.css +106 -0
  107. package/components/css/option-color.css +641 -0
  108. package/components/dashboard/dashboard.view.html +14 -0
  109. package/components/js/format.min.js +2 -0
  110. package/components/js/jquery.inputmask.bundle.js +2600 -0
  111. package/components/js/jquery.mask.min.js +19 -0
  112. package/components/js/qrcode.js +1319 -0
  113. package/components/reports/BOOLEAN.parameter.html +4 -0
  114. package/components/reports/DATE.parameter.html +4 -0
  115. package/components/reports/DOUBLE.parameter.html +4 -0
  116. package/components/reports/FLOAT.parameter.html +4 -0
  117. package/components/reports/INTEGER.parameter.html +4 -0
  118. package/components/reports/LONG.parameter.html +4 -0
  119. package/components/reports/STRING.parameter.html +4 -0
  120. package/components/reports/reports.parameters.html +18 -0
  121. package/components/reports/reports.view.html +14 -0
  122. package/components/templates/Component_Container/crn-eight-four-container.template.html +14 -0
  123. package/components/templates/Component_Container/crn-four-eight-container.template.html +14 -0
  124. package/components/templates/Component_Container/crn-one-container.template.html +7 -0
  125. package/components/templates/Component_Container/crn-three-container.template.html +21 -0
  126. package/components/templates/Component_Container/crn-three-six-three-container.template.html +21 -0
  127. package/components/templates/Component_Container/crn-two-container.template.html +14 -0
  128. package/components/templates/accordion.template.html +44 -0
  129. package/components/templates/anchor.template.html +1 -0
  130. package/components/templates/angular-ui-notification.template.html +3 -0
  131. package/components/templates/banner.template.html +4 -0
  132. package/components/templates/button-report.template.html +3 -0
  133. package/components/templates/button.oauth2.template.html +1 -0
  134. package/components/templates/button.template.html +4 -0
  135. package/components/templates/buttonfilter.template.html +4 -0
  136. package/components/templates/carousel.template.html +47 -0
  137. package/components/templates/cell.template.html +5 -0
  138. package/components/templates/chart.template.html +3 -0
  139. package/components/templates/checkbox.template.html +6 -0
  140. package/components/templates/combobox-dynamic.template.html +13 -0
  141. package/components/templates/combobox.template.html +13 -0
  142. package/components/templates/crn-carousel-item.tempate.html +7 -0
  143. package/components/templates/crn-input-password.designtime.html +10 -0
  144. package/components/templates/crn-input-password.template.html +13 -0
  145. package/components/templates/crn-list-item.template.html +1 -0
  146. package/components/templates/crn-ordered-list.template.html +5 -0
  147. package/components/templates/crn-ordered-sub-list.template.html +5 -0
  148. package/components/templates/crn-signature-pad.designtime.html +5 -0
  149. package/components/templates/crn-signature-pad.template.html +1 -0
  150. package/components/templates/crn-unordered-list.template.html +5 -0
  151. package/components/templates/crn-unordered-sub-list.template.html +6 -0
  152. package/components/templates/cron-autocomplete.designtime.html +4 -0
  153. package/components/templates/cron-autocomplete.template.html +8 -0
  154. package/components/templates/cron-barcode.template.html +1 -0
  155. package/components/templates/cron-breadcrumbs.designtime.html +11 -0
  156. package/components/templates/cron-breadcrumbs.template.html +5 -0
  157. package/components/templates/cron-calendar.designtime.html +77 -0
  158. package/components/templates/cron-calendar.template.html +1 -0
  159. package/components/templates/cron-captcha.designtime.html +7 -0
  160. package/components/templates/cron-captcha.template.html +4 -0
  161. package/components/templates/cron-chat.designtime.html +1 -0
  162. package/components/templates/cron-chat.template.html +1 -0
  163. package/components/templates/cron-checkbox.template.html +4 -0
  164. package/components/templates/cron-combobox-multiple.designtime.html +12 -0
  165. package/components/templates/cron-combobox-multiple.template.html +5 -0
  166. package/components/templates/cron-combobox.designtime.html +6 -0
  167. package/components/templates/cron-combobox.template.html +5 -0
  168. package/components/templates/cron-crud.template.html +63 -0
  169. package/components/templates/cron-dashboard-viewer.designtime.html +17 -0
  170. package/components/templates/cron-dashboard-viewer.template.html +1 -0
  171. package/components/templates/cron-date.template.html +5 -0
  172. package/components/templates/cron-dynamic-autocomplete.template.html +5 -0
  173. package/components/templates/cron-dynamic-combobox.designtime.html +6 -0
  174. package/components/templates/cron-dynamic-combobox.template.html +5 -0
  175. package/components/templates/cron-dynamic-menu.designtime.html +9 -0
  176. package/components/templates/cron-dynamic-menu.template.html +4 -0
  177. package/components/templates/cron-frame.designtime.html +7 -0
  178. package/components/templates/cron-frame.template.html +2 -0
  179. package/components/templates/cron-grid.designtime.html +74 -0
  180. package/components/templates/cron-grid.template.html +2 -0
  181. package/components/templates/cron-ordered-list.template.html +7 -0
  182. package/components/templates/cron-qrcode.template.html +4 -0
  183. package/components/templates/cron-radio.template.html +16 -0
  184. package/components/templates/cron-report-viewer.designtime.html +15 -0
  185. package/components/templates/cron-report-viewer.template.html +1 -0
  186. package/components/templates/cron-rich-editor.template.html +6 -0
  187. package/components/templates/cron-scheduler.designtime.html +375 -0
  188. package/components/templates/cron-scheduler.template.html +1 -0
  189. package/components/templates/cron-slider.designtime.html +34 -0
  190. package/components/templates/cron-slider.template.html +5 -0
  191. package/components/templates/cron-switch.template.html +12 -0
  192. package/components/templates/cron-tree-view.designtime.html +31 -0
  193. package/components/templates/cron-tree-view.template.html +2 -0
  194. package/components/templates/datasource.template.html +1 -0
  195. package/components/templates/datasourcefilter.template.html +6 -0
  196. package/components/templates/datasourcefiltercomplex.template.html +17 -0
  197. package/components/templates/date.template.html +4 -0
  198. package/components/templates/datetime.template.html +4 -0
  199. package/components/templates/div.template.html +1 -0
  200. package/components/templates/dynamicfile.designtime.html +5 -0
  201. package/components/templates/dynamicfile.template.html +23 -0
  202. package/components/templates/dynamicimage.designtime.html +19 -0
  203. package/components/templates/dynamicimage.template.html +6 -0
  204. package/components/templates/dynamictitle.template.html +1 -0
  205. package/components/templates/fileupload-button.template.html +6 -0
  206. package/components/templates/fileupload.template.html +10 -0
  207. package/components/templates/foot-cell.template.html +5 -0
  208. package/components/templates/foot-row.template.html +14 -0
  209. package/components/templates/form.template.html +48 -0
  210. package/components/templates/grid-horizontal.template.html +4 -0
  211. package/components/templates/grid-vertical.template.html +4 -0
  212. package/components/templates/grid.template.html +36 -0
  213. package/components/templates/head-cell.template.html +5 -0
  214. package/components/templates/head-row.template.html +14 -0
  215. package/components/templates/head.template.html +16 -0
  216. package/components/templates/header.template.html +10 -0
  217. package/components/templates/icon.template.html +1 -0
  218. package/components/templates/image-menu.template.html +1 -0
  219. package/components/templates/image.default.template.html +2 -0
  220. package/components/templates/image.template.html +16 -0
  221. package/components/templates/list.template.html +4 -0
  222. package/components/templates/multiselect.template.html +13 -0
  223. package/components/templates/navbar.template.html +16 -0
  224. package/components/templates/panel.template.html +14 -0
  225. package/components/templates/qrcode.template.html +4 -0
  226. package/components/templates/radiogroup.template.html +10 -0
  227. package/components/templates/rating.template.html +7 -0
  228. package/components/templates/row.template.html +14 -0
  229. package/components/templates/sidebar.template.html +23 -0
  230. package/components/templates/social-button-bar.template.html +54 -0
  231. package/components/templates/sub-form.template.html +48 -0
  232. package/components/templates/subtitle.template.html +1 -0
  233. package/components/templates/table.template.html +33 -0
  234. package/components/templates/tabs.template.html +16 -0
  235. package/components/templates/textarea.template.html +4 -0
  236. package/components/templates/textinput.template.html +4 -0
  237. package/components/templates/textinputbutton.template.html +14 -0
  238. package/components/templates/textinputicon.template.html +10 -0
  239. package/components/templates/time.template.html +4 -0
  240. package/components/templates/timeline.designtime.html +65 -0
  241. package/components/templates/timeline.template.html +3 -0
  242. package/components/templates/title-default.template.html +1 -0
  243. package/components/templates/title.template.html +1 -0
  244. package/components/templates/treeview.template.html +19 -0
  245. package/components/templates/wizard.template.html +65 -0
  246. package/components/upload/upload.html +38 -0
  247. package/css/animate.css +463 -0
  248. package/css/app.css +416 -0
  249. package/css/cronos-template.css +0 -0
  250. package/css/cronos.css +262 -0
  251. package/css/fonts/SourceSansPro/SourceSansPro-Black.otf +0 -0
  252. package/css/fonts/SourceSansPro/SourceSansPro-BlackIt.otf +0 -0
  253. package/css/fonts/SourceSansPro/SourceSansPro-Bold.otf +0 -0
  254. package/css/fonts/SourceSansPro/SourceSansPro-BoldIt.otf +0 -0
  255. package/css/fonts/SourceSansPro/SourceSansPro-ExtraLight.otf +0 -0
  256. package/css/fonts/SourceSansPro/SourceSansPro-ExtraLightIt.otf +0 -0
  257. package/css/fonts/SourceSansPro/SourceSansPro-It.otf +0 -0
  258. package/css/fonts/SourceSansPro/SourceSansPro-Light.otf +0 -0
  259. package/css/fonts/SourceSansPro/SourceSansPro-LightIt.otf +0 -0
  260. package/css/fonts/SourceSansPro/SourceSansPro-Regular.otf +0 -0
  261. package/css/fonts/SourceSansPro/SourceSansPro-Semibold.otf +0 -0
  262. package/css/fonts/SourceSansPro/SourceSansPro-SemiboldIt.otf +0 -0
  263. package/css/fonts/SourceSansPro/SourceSansPro.css +83 -0
  264. package/css/fonts/WorkSans/WorkSans-Black.ttf +0 -0
  265. package/css/fonts/WorkSans/WorkSans-BlackItalic.ttf +0 -0
  266. package/css/fonts/WorkSans/WorkSans-Bold.ttf +0 -0
  267. package/css/fonts/WorkSans/WorkSans-BoldItalic.ttf +0 -0
  268. package/css/fonts/WorkSans/WorkSans-ExtraBold.ttf +0 -0
  269. package/css/fonts/WorkSans/WorkSans-ExtraBoldItalic.ttf +0 -0
  270. package/css/fonts/WorkSans/WorkSans-ExtraLight.ttf +0 -0
  271. package/css/fonts/WorkSans/WorkSans-ExtraLightItalic.ttf +0 -0
  272. package/css/fonts/WorkSans/WorkSans-Italic.ttf +0 -0
  273. package/css/fonts/WorkSans/WorkSans-Light.ttf +0 -0
  274. package/css/fonts/WorkSans/WorkSans-LightItalic.ttf +0 -0
  275. package/css/fonts/WorkSans/WorkSans-Medium.ttf +0 -0
  276. package/css/fonts/WorkSans/WorkSans-MediumItalic.ttf +0 -0
  277. package/css/fonts/WorkSans/WorkSans-Regular.ttf +0 -0
  278. package/css/fonts/WorkSans/WorkSans-SemiBold.ttf +0 -0
  279. package/css/fonts/WorkSans/WorkSans-SemiBoldItalic.ttf +0 -0
  280. package/css/fonts/WorkSans/WorkSans-Thin.ttf +0 -0
  281. package/css/fonts/WorkSans/WorkSans-ThinItalic.ttf +0 -0
  282. package/css/fonts/WorkSans/WorkSans.css +97 -0
  283. package/css/fonts/arial-narrow/arial-narrow-bold-italic.ttf +0 -0
  284. package/css/fonts/arial-narrow/arial-narrow-bold.ttf +0 -0
  285. package/css/fonts/arial-narrow/arial-narrow-italic.ttf +0 -0
  286. package/css/fonts/arial-narrow/arial-narrow.css +27 -0
  287. package/css/fonts/arial-narrow/arial-narrow.ttf +0 -0
  288. package/css/fonts/calibri/calibri-bold-italic.ttf +0 -0
  289. package/css/fonts/calibri/calibri-bold.ttf +0 -0
  290. package/css/fonts/calibri/calibri-italic.ttf +0 -0
  291. package/css/fonts/calibri/calibri-light-italic.ttf +0 -0
  292. package/css/fonts/calibri/calibri-light.ttf +0 -0
  293. package/css/fonts/calibri/calibri-regular.ttf +0 -0
  294. package/css/fonts/calibri/calibri.css +41 -0
  295. package/css/fonts/georgia/georgia.css +27 -0
  296. package/css/fonts/georgia/georgia_bold.ttf +0 -0
  297. package/css/fonts/georgia/georgia_bold_italic.ttf +0 -0
  298. package/css/fonts/georgia/georgia_italic.ttf +0 -0
  299. package/css/fonts/georgia/georgia_regular.ttf +0 -0
  300. package/css/fonts/glyphicons-halflings/glyphicons-halflings-regular.eot +0 -0
  301. package/css/fonts/glyphicons-halflings/glyphicons-halflings-regular.svg +288 -0
  302. package/css/fonts/glyphicons-halflings/glyphicons-halflings-regular.ttf +0 -0
  303. package/css/fonts/glyphicons-halflings/glyphicons-halflings-regular.woff +0 -0
  304. package/css/fonts/glyphicons-halflings/glyphicons-halflings-regular.woff2 +0 -0
  305. package/css/fonts/helvetica-neue/HelveticaNeue.css +125 -0
  306. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-Bd.otf +0 -0
  307. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-BdIt.otf +0 -0
  308. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-Blk.otf +0 -0
  309. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-BlkIt.otf +0 -0
  310. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-Hv.otf +0 -0
  311. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-HvIt.otf +0 -0
  312. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-It.otf +0 -0
  313. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-Lt.otf +0 -0
  314. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-LtIt.otf +0 -0
  315. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-Md.otf +0 -0
  316. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-MdIt.otf +0 -0
  317. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-Roman.otf +0 -0
  318. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-Th.otf +0 -0
  319. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-ThIt.otf +0 -0
  320. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-UltLt.otf +0 -0
  321. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-UltLtIt.otf +0 -0
  322. package/css/fonts/inter/Inter-Black.otf +0 -0
  323. package/css/fonts/inter/Inter-BlackItalic.otf +0 -0
  324. package/css/fonts/inter/Inter-Bold.otf +0 -0
  325. package/css/fonts/inter/Inter-BoldItalic.otf +0 -0
  326. package/css/fonts/inter/Inter-ExtraBold.otf +0 -0
  327. package/css/fonts/inter/Inter-ExtraBoldItalic.otf +0 -0
  328. package/css/fonts/inter/Inter-ExtraLightItalic.otf +0 -0
  329. package/css/fonts/inter/Inter-Italic.otf +0 -0
  330. package/css/fonts/inter/Inter-Light.otf +0 -0
  331. package/css/fonts/inter/Inter-LightItalic.otf +0 -0
  332. package/css/fonts/inter/Inter-Medium.otf +0 -0
  333. package/css/fonts/inter/Inter-MediumItalic.otf +0 -0
  334. package/css/fonts/inter/Inter-Regular.otf +0 -0
  335. package/css/fonts/inter/Inter-SemiBold.otf +0 -0
  336. package/css/fonts/inter/Inter-SemiBoldItalic.otf +0 -0
  337. package/css/fonts/inter/Inter-Thin.otf +0 -0
  338. package/css/fonts/inter/Inter-ThinItalic.otf +0 -0
  339. package/css/fonts/inter/inter.css +104 -0
  340. package/css/fonts/lato/Lato-Black.ttf +0 -0
  341. package/css/fonts/lato/Lato-BlackItalic.ttf +0 -0
  342. package/css/fonts/lato/Lato-Bold.ttf +0 -0
  343. package/css/fonts/lato/Lato-BoldItalic.ttf +0 -0
  344. package/css/fonts/lato/Lato-Hairline.ttf +0 -0
  345. package/css/fonts/lato/Lato-HairlineItalic.ttf +0 -0
  346. package/css/fonts/lato/Lato-Heavy.ttf +0 -0
  347. package/css/fonts/lato/Lato-HeavyItalic.ttf +0 -0
  348. package/css/fonts/lato/Lato-Italic.ttf +0 -0
  349. package/css/fonts/lato/Lato-Light.ttf +0 -0
  350. package/css/fonts/lato/Lato-LightItalic.ttf +0 -0
  351. package/css/fonts/lato/Lato-Medium.ttf +0 -0
  352. package/css/fonts/lato/Lato-MediumItalic.ttf +0 -0
  353. package/css/fonts/lato/Lato-Regular.ttf +0 -0
  354. package/css/fonts/lato/Lato-Semibold.ttf +0 -0
  355. package/css/fonts/lato/Lato-SemiboldItalic.ttf +0 -0
  356. package/css/fonts/lato/Lato-Thin.ttf +0 -0
  357. package/css/fonts/lato/Lato-ThinItalic.ttf +0 -0
  358. package/css/fonts/lato/lato.css +125 -0
  359. package/css/fonts/material-icons/MaterialIcons-Regular.ttf +0 -0
  360. package/css/fonts/material-icons/font-material-icon.css +22 -0
  361. package/css/fonts/material-icons/material-icons.woff2 +0 -0
  362. package/css/fonts/news-cycle/NewsCycle-Bold.ttf +0 -0
  363. package/css/fonts/news-cycle/NewsCycle-Regular.ttf +0 -0
  364. package/css/fonts/news-cycle/NewsCycle.css +13 -0
  365. package/css/fonts/nunito/nunito.css +270 -0
  366. package/css/fonts/open-sans/OpenSans-Bold.ttf +0 -0
  367. package/css/fonts/open-sans/OpenSans-BoldItalic.ttf +0 -0
  368. package/css/fonts/open-sans/OpenSans-ExtraBold.ttf +0 -0
  369. package/css/fonts/open-sans/OpenSans-ExtraBoldItalic.ttf +0 -0
  370. package/css/fonts/open-sans/OpenSans-Italic.ttf +0 -0
  371. package/css/fonts/open-sans/OpenSans-Light.ttf +0 -0
  372. package/css/fonts/open-sans/OpenSans-LightItalic.ttf +0 -0
  373. package/css/fonts/open-sans/OpenSans-Regular.ttf +0 -0
  374. package/css/fonts/open-sans/OpenSans-Semibold.ttf +0 -0
  375. package/css/fonts/open-sans/OpenSans-SemiboldItalic.ttf +0 -0
  376. package/css/fonts/open-sans/OpenSans.css +69 -0
  377. package/css/fonts/raleway/Raleway-Black.ttf +0 -0
  378. package/css/fonts/raleway/Raleway-BlackItalic.ttf +0 -0
  379. package/css/fonts/raleway/Raleway-Bold.ttf +0 -0
  380. package/css/fonts/raleway/Raleway-BoldItalic.ttf +0 -0
  381. package/css/fonts/raleway/Raleway-ExtraBold.ttf +0 -0
  382. package/css/fonts/raleway/Raleway-ExtraBoldItalic.ttf +0 -0
  383. package/css/fonts/raleway/Raleway-ExtraLight.ttf +0 -0
  384. package/css/fonts/raleway/Raleway-ExtraLightItalic.ttf +0 -0
  385. package/css/fonts/raleway/Raleway-Italic.ttf +0 -0
  386. package/css/fonts/raleway/Raleway-Light.ttf +0 -0
  387. package/css/fonts/raleway/Raleway-LightItalic.ttf +0 -0
  388. package/css/fonts/raleway/Raleway-Medium.ttf +0 -0
  389. package/css/fonts/raleway/Raleway-MediumItalic.ttf +0 -0
  390. package/css/fonts/raleway/Raleway-Regular.ttf +0 -0
  391. package/css/fonts/raleway/Raleway-SemiBold.ttf +0 -0
  392. package/css/fonts/raleway/Raleway-SemiBoldItalic.ttf +0 -0
  393. package/css/fonts/raleway/Raleway-Thin.ttf +0 -0
  394. package/css/fonts/raleway/Raleway-ThinItalic.ttf +0 -0
  395. package/css/fonts/raleway/raleway.css +111 -0
  396. package/css/fonts/rawline/rawline-100.ttf +0 -0
  397. package/css/fonts/rawline/rawline-100i.ttf +0 -0
  398. package/css/fonts/rawline/rawline-200.ttf +0 -0
  399. package/css/fonts/rawline/rawline-200i.ttf +0 -0
  400. package/css/fonts/rawline/rawline-300.ttf +0 -0
  401. package/css/fonts/rawline/rawline-300i.ttf +0 -0
  402. package/css/fonts/rawline/rawline-400.ttf +0 -0
  403. package/css/fonts/rawline/rawline-400i.ttf +0 -0
  404. package/css/fonts/rawline/rawline-500.ttf +0 -0
  405. package/css/fonts/rawline/rawline-500i.ttf +0 -0
  406. package/css/fonts/rawline/rawline-600.ttf +0 -0
  407. package/css/fonts/rawline/rawline-600i.ttf +0 -0
  408. package/css/fonts/rawline/rawline-700.ttf +0 -0
  409. package/css/fonts/rawline/rawline-700i.ttf +0 -0
  410. package/css/fonts/rawline/rawline-800.ttf +0 -0
  411. package/css/fonts/rawline/rawline-800i.ttf +0 -0
  412. package/css/fonts/rawline/rawline-900.ttf +0 -0
  413. package/css/fonts/rawline/rawline-900i.ttf +0 -0
  414. package/css/fonts/rawline/rawline.css +111 -0
  415. package/css/fonts/roboto/Roboto-Black.ttf +0 -0
  416. package/css/fonts/roboto/Roboto-BlackItalic.ttf +0 -0
  417. package/css/fonts/roboto/Roboto-Bold.ttf +0 -0
  418. package/css/fonts/roboto/Roboto-BoldItalic.ttf +0 -0
  419. package/css/fonts/roboto/Roboto-Italic.ttf +0 -0
  420. package/css/fonts/roboto/Roboto-Light.ttf +0 -0
  421. package/css/fonts/roboto/Roboto-LightItalic.ttf +0 -0
  422. package/css/fonts/roboto/Roboto-Medium.ttf +0 -0
  423. package/css/fonts/roboto/Roboto-MediumItalic.ttf +0 -0
  424. package/css/fonts/roboto/Roboto-Regular.ttf +0 -0
  425. package/css/fonts/roboto/Roboto-Thin.ttf +0 -0
  426. package/css/fonts/roboto/Roboto-ThinItalic.ttf +0 -0
  427. package/css/fonts/roboto/roboto.css +83 -0
  428. package/css/fonts/times-new-roman/Times-New-Roman.css +27 -0
  429. package/css/fonts/times-new-roman/times-new-roman-bold-italic.ttf +0 -0
  430. package/css/fonts/times-new-roman/times-new-roman-italic.ttf +0 -0
  431. package/css/fonts/times-new-roman/times-new-roman.ttf +0 -0
  432. package/css/fonts/times-new-roman/times-new-romanbold.ttf +0 -0
  433. package/css/fonts/ubuntu/Ubuntu-B.ttf +0 -0
  434. package/css/fonts/ubuntu/Ubuntu-BI.ttf +0 -0
  435. package/css/fonts/ubuntu/Ubuntu-C.ttf +0 -0
  436. package/css/fonts/ubuntu/Ubuntu-L.ttf +0 -0
  437. package/css/fonts/ubuntu/Ubuntu-LI.ttf +0 -0
  438. package/css/fonts/ubuntu/Ubuntu-M.ttf +0 -0
  439. package/css/fonts/ubuntu/Ubuntu-MI.ttf +0 -0
  440. package/css/fonts/ubuntu/Ubuntu-R.ttf +0 -0
  441. package/css/fonts/ubuntu/Ubuntu-RI.ttf +0 -0
  442. package/css/fonts/ubuntu/Ubuntu.css +55 -0
  443. package/css/privacy/privacy.css +128 -0
  444. package/css/themes/aquamarine.min.css +9 -0
  445. package/css/themes/cerulean.min.css +9 -0
  446. package/css/themes/cosmo.min.css +9 -0
  447. package/css/themes/custom/aquamarine/button-aquamarine.css +341 -0
  448. package/css/themes/custom/aquamarine/checkbox-aquamarine.css +113 -0
  449. package/css/themes/custom/aquamarine/custom-aquamarine.css +1506 -0
  450. package/css/themes/custom/aquamarine/img/arrow-gray.svg +3 -0
  451. package/css/themes/custom/aquamarine/img/arrow-white.svg +3 -0
  452. package/css/themes/custom/aquamarine/navbar-aquamarine.css +82 -0
  453. package/css/themes/custom/aquamarine/panel-aquamarine.css +139 -0
  454. package/css/themes/custom/cerulean/button-cerulean.css +335 -0
  455. package/css/themes/custom/cerulean/custom-cerulean.css +999 -0
  456. package/css/themes/custom/cerulean/img/arrow-gray.svg +10 -0
  457. package/css/themes/custom/cerulean/img/arrow-white.svg +10 -0
  458. package/css/themes/custom/cerulean/navbar-cerulean.css +82 -0
  459. package/css/themes/custom/cerulean/panel-cerulean.css +120 -0
  460. package/css/themes/custom/cosmo/button-cosmo.css +117 -0
  461. package/css/themes/custom/cosmo/custom-cosmo.css +1206 -0
  462. package/css/themes/custom/cosmo/navbar-cosmo.css +106 -0
  463. package/css/themes/custom/cosmo/panel-cosmo.css +131 -0
  464. package/css/themes/custom/cyborg/button-cyborg.css +154 -0
  465. package/css/themes/custom/cyborg/custom-cyborg.css +1546 -0
  466. package/css/themes/custom/cyborg/navbar-cyborg.css +117 -0
  467. package/css/themes/custom/cyborg/panel-cyborg.css +133 -0
  468. package/css/themes/custom/darkly/button-darkly.css +162 -0
  469. package/css/themes/custom/darkly/custom-darkly.css +1269 -0
  470. package/css/themes/custom/darkly/navbar-darkly.css +112 -0
  471. package/css/themes/custom/darkly/panel-darkly.css +124 -0
  472. package/css/themes/custom/dsgov/button-dsgov.css +173 -0
  473. package/css/themes/custom/dsgov/calendar-dsgov.css +269 -0
  474. package/css/themes/custom/dsgov/color-dsgov.css +138 -0
  475. package/css/themes/custom/dsgov/custom-dsgov.css +1334 -0
  476. package/css/themes/custom/dsgov/form-dsgov.css +437 -0
  477. package/css/themes/custom/dsgov/img/arrow-blue.svg +9 -0
  478. package/css/themes/custom/dsgov/img/cover.jpg +0 -0
  479. package/css/themes/custom/dsgov/navbar-dsgov.css +275 -0
  480. package/css/themes/custom/dsgov/panel-dsgov.css +200 -0
  481. package/css/themes/custom/dsgov/slider-dsgov.css +92 -0
  482. package/css/themes/custom/dsgov/table-grid-dsgov.css +441 -0
  483. package/css/themes/custom/flatly/button-flatly.css +173 -0
  484. package/css/themes/custom/flatly/custom-flatly.css +1051 -0
  485. package/css/themes/custom/flatly/navbar-flatly.css +113 -0
  486. package/css/themes/custom/flatly/panel-flatly.css +119 -0
  487. package/css/themes/custom/fuse/button-fuse.css +157 -0
  488. package/css/themes/custom/fuse/custom-fuse.css +1277 -0
  489. package/css/themes/custom/fuse/navbar-fuse.css +130 -0
  490. package/css/themes/custom/fuse/panel-fuse.css +183 -0
  491. package/css/themes/custom/journal/button-journal.css +195 -0
  492. package/css/themes/custom/journal/custom-journal.css +1106 -0
  493. package/css/themes/custom/journal/navbar-journal.css +161 -0
  494. package/css/themes/custom/journal/panel-journal.css +120 -0
  495. package/css/themes/custom/krypton/custom-krypton.css +1915 -0
  496. package/css/themes/custom/krypton/grid-krypton.css +618 -0
  497. package/css/themes/custom/krypton/navbar-krypton.css +175 -0
  498. package/css/themes/custom/krypton/panel-krypton.css +117 -0
  499. package/css/themes/custom/lumen/button-lumen.css +229 -0
  500. package/css/themes/custom/lumen/custom-lumen.css +1203 -0
  501. package/css/themes/custom/lumen/navbar-lumen.css +106 -0
  502. package/css/themes/custom/lumen/panel-lumen.css +89 -0
  503. package/css/themes/custom/material/custom-material.css +1185 -0
  504. package/css/themes/custom/material/grid-material.css +303 -0
  505. package/css/themes/custom/material/navbar-material.css +102 -0
  506. package/css/themes/custom/material/panel-material.css +120 -0
  507. package/css/themes/custom/material-round/custom-material-round.css +1664 -0
  508. package/css/themes/custom/material-round/grid-material-round.css +726 -0
  509. package/css/themes/custom/material-round/navbar-material-round.css +150 -0
  510. package/css/themes/custom/material-round/panel-material-round.css +94 -0
  511. package/css/themes/custom/materialui/custom-materialui.css +276 -0
  512. package/css/themes/custom/nature/custom-nature.css +2212 -0
  513. package/css/themes/custom/nature/grid-nature.css +400 -0
  514. package/css/themes/custom/nature/navbar-nature.css +98 -0
  515. package/css/themes/custom/nature/panel-nature.css +72 -0
  516. package/css/themes/custom/navigator/custom-navigator.css +251 -0
  517. package/css/themes/custom/paper/button-paper.css +204 -0
  518. package/css/themes/custom/paper/custom-paper.css +1508 -0
  519. package/css/themes/custom/paper/navbar-paper.css +115 -0
  520. package/css/themes/custom/paper/panel-paper.css +81 -0
  521. package/css/themes/custom/readable/button-readable.css +242 -0
  522. package/css/themes/custom/readable/custom-readable.css +1345 -0
  523. package/css/themes/custom/readable/navbar-readable.css +147 -0
  524. package/css/themes/custom/readable/panel-readable.css +124 -0
  525. package/css/themes/custom/sandstone/button-sandstone.css +199 -0
  526. package/css/themes/custom/sandstone/custom-sandstone.css +1065 -0
  527. package/css/themes/custom/sandstone/navbar-sandstone.css +90 -0
  528. package/css/themes/custom/sandstone/panel-sandstone.css +125 -0
  529. package/css/themes/custom/simplex/button-simplex.css +324 -0
  530. package/css/themes/custom/simplex/custom-simplex.css +1016 -0
  531. package/css/themes/custom/simplex/navbar-simplex.css +109 -0
  532. package/css/themes/custom/simplex/panel-simplex.css +120 -0
  533. package/css/themes/custom/slate/button-slate.css +326 -0
  534. package/css/themes/custom/slate/custom-slate.css +1298 -0
  535. package/css/themes/custom/slate/navbar-slate.css +98 -0
  536. package/css/themes/custom/slate/panel-slate.css +85 -0
  537. package/css/themes/custom/spacelab/button-spacelab.css +332 -0
  538. package/css/themes/custom/spacelab/custom-spacelab.css +969 -0
  539. package/css/themes/custom/spacelab/navbar-spacelab.css +111 -0
  540. package/css/themes/custom/spacelab/panel-spacelab.css +121 -0
  541. package/css/themes/custom/superhero/button-superhero.css +182 -0
  542. package/css/themes/custom/superhero/custom-superhero.css +1648 -0
  543. package/css/themes/custom/superhero/navbar-superhero.css +64 -0
  544. package/css/themes/custom/superhero/panel-superhero.css +77 -0
  545. package/css/themes/custom/superhero/tabs-superhero.css +25 -0
  546. package/css/themes/custom/theme-general/button.css +379 -0
  547. package/css/themes/custom/theme-general/carousel.css +35 -0
  548. package/css/themes/custom/theme-general/forms.css +128 -0
  549. package/css/themes/custom/theme-general/login.css +260 -0
  550. package/css/themes/custom/theme-general/menu-vertical-retratil.css +141 -0
  551. package/css/themes/custom/theme-general/menu.css +205 -0
  552. package/css/themes/custom/theme-general/modal.css +145 -0
  553. package/css/themes/custom/theme-general/notification.css +85 -0
  554. package/css/themes/custom/theme-general/report-viewer.css +63 -0
  555. package/css/themes/custom/theme-general/scheduler.css +161 -0
  556. package/css/themes/custom/theme-general/slider.css +71 -0
  557. package/css/themes/custom/theme-general/table-grid.css +201 -0
  558. package/css/themes/custom/theme-general/tabs.css +49 -0
  559. package/css/themes/custom/theme-general/theme-general.css +719 -0
  560. package/css/themes/custom/theme-general/timeline.css +40 -0
  561. package/css/themes/custom/theme-general/treeview.css +75 -0
  562. package/css/themes/custom/theme-general/wizard.css +98 -0
  563. package/css/themes/custom/united/button-united.css +187 -0
  564. package/css/themes/custom/united/custom-united.css +1061 -0
  565. package/css/themes/custom/united/navbar-united.css +111 -0
  566. package/css/themes/custom/united/panel-united.css +121 -0
  567. package/css/themes/custom/yeti/button-yeti.css +274 -0
  568. package/css/themes/custom/yeti/custom-yeti.css +1177 -0
  569. package/css/themes/custom/yeti/navbar-yeti.css +87 -0
  570. package/css/themes/custom/yeti/panel-yeti.css +127 -0
  571. package/css/themes/cyborg.min.css +9 -0
  572. package/css/themes/darkly.min.css +9 -0
  573. package/css/themes/deprecated/custom/aquamarine/font/fonts.css +162 -0
  574. package/css/themes/dsgov.min.css +9 -0
  575. package/css/themes/flatly.min.css +9 -0
  576. package/css/themes/fuse.min.css +9 -0
  577. package/css/themes/journal.min.css +9 -0
  578. package/css/themes/krypton.min.css +9 -0
  579. package/css/themes/lumen.min.css +9 -0
  580. package/css/themes/material-round.min.css +9 -0
  581. package/css/themes/material.min.css +9 -0
  582. package/css/themes/materialui.min.css +9 -0
  583. package/css/themes/nature.min.css +9 -0
  584. package/css/themes/paper.min.css +9 -0
  585. package/css/themes/readable.min.css +9 -0
  586. package/css/themes/sandstone.min.css +9 -0
  587. package/css/themes/simplex.min.css +9 -0
  588. package/css/themes/slate.min.css +9 -0
  589. package/css/themes/spacelab.min.css +9 -0
  590. package/css/themes/superhero.min.css +9 -0
  591. package/css/themes/theme.editor.view.html +1820 -0
  592. package/css/themes/united.min.css +9 -0
  593. package/css/themes/yeti.min.css +9 -0
  594. package/deprecated/components/css/checkbox-color.css +348 -0
  595. package/deprecated/components/css/color-default.css +111 -0
  596. package/deprecated/components/css/combobox-color.css +145 -0
  597. package/deprecated/components/css/multiselect-editor.css +106 -0
  598. package/deprecated/components/css/option-color.css +335 -0
  599. package/deprecated/css/animate.css +433 -0
  600. package/deprecated/css/app.css +433 -0
  601. package/deprecated/css/cronos-template.css +0 -0
  602. package/deprecated/css/cronos.css +263 -0
  603. package/deprecated/css/fonts/glyphicons-halflings-regular.eot +0 -0
  604. package/deprecated/css/fonts/glyphicons-halflings-regular.svg +288 -0
  605. package/deprecated/css/fonts/glyphicons-halflings-regular.ttf +0 -0
  606. package/deprecated/css/fonts/glyphicons-halflings-regular.woff +0 -0
  607. package/deprecated/css/fonts/glyphicons-halflings-regular.woff2 +0 -0
  608. package/deprecated/css/modalTemplate.css +37 -0
  609. package/deprecated/css/themes/cerulean.min.css +7 -0
  610. package/deprecated/css/themes/cosmo.min.css +7 -0
  611. package/deprecated/css/themes/custom/cerulean/custom-cerulean.min.css +6908 -0
  612. package/deprecated/css/themes/custom/cosmo/custom-cosmo.min.css +6943 -0
  613. package/deprecated/css/themes/custom/cyborg/custom-cyborg.min.css +6936 -0
  614. package/deprecated/css/themes/custom/darkly/custom-darkly.min.css +7059 -0
  615. package/deprecated/css/themes/custom/flatly/custom-flatly.min.css +7033 -0
  616. package/deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7/_media-print.css +73 -0
  617. package/deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7/alert.css +37 -0
  618. package/deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7/animations.css +26 -0
  619. package/deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7/badge.css +48 -0
  620. package/deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7/basics.css +734 -0
  621. package/deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7/blockquote.css +54 -0
  622. package/deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7/breadcrumb.css +30 -0
  623. package/deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7/btn.css +391 -0
  624. package/deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7/carousel.css +252 -0
  625. package/deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7/close.css +27 -0
  626. package/deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7/col.css +787 -0
  627. package/deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7/collapse.css +30 -0
  628. package/deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7/container.css +31 -0
  629. package/deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7/dropdown.css +157 -0
  630. package/deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7/embed-responsive.css +29 -0
  631. package/deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7/fade.css +10 -0
  632. package/deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7/figure_img.css +39 -0
  633. package/deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7/form-control.css +310 -0
  634. package/deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7/glyphicon.css +1066 -0
  635. package/deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7/import_bootswatch.css +40 -0
  636. package/deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7/input-group.css +184 -0
  637. package/deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7/input.css +144 -0
  638. package/deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7/jumbotron.css +49 -0
  639. package/deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7/label.css +35 -0
  640. package/deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7/list-group.css +129 -0
  641. package/deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7/media.css +60 -0
  642. package/deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7/modal.css +142 -0
  643. package/deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7/nav.css +271 -0
  644. package/deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7/navbar.css +617 -0
  645. package/deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7/pager.css +52 -0
  646. package/deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7/pagination.css +113 -0
  647. package/deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7/panel.css +295 -0
  648. package/deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7/popover.css +148 -0
  649. package/deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7/progress.css +65 -0
  650. package/deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7/table.css +268 -0
  651. package/deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7/text.css +31 -0
  652. package/deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7/thumbnail.css +29 -0
  653. package/deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7/tooltip.css +129 -0
  654. package/deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7/visible.css +269 -0
  655. package/deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7/well.css +25 -0
  656. package/deprecated/css/themes/custom/fuse/components_css/alert.css +55 -0
  657. package/deprecated/css/themes/custom/fuse/components_css/badge.css +6 -0
  658. package/deprecated/css/themes/custom/fuse/components_css/blockquote.css +15 -0
  659. package/deprecated/css/themes/custom/fuse/components_css/breadcrumb.css +11 -0
  660. package/deprecated/css/themes/custom/fuse/components_css/btn.css +483 -0
  661. package/deprecated/css/themes/custom/fuse/components_css/carousel.css +252 -0
  662. package/deprecated/css/themes/custom/fuse/components_css/close.css +3 -0
  663. package/deprecated/css/themes/custom/fuse/components_css/embed-responsive.css +29 -0
  664. package/deprecated/css/themes/custom/fuse/components_css/form.css +136 -0
  665. package/deprecated/css/themes/custom/fuse/components_css/glyphicon.css +1066 -0
  666. package/deprecated/css/themes/custom/fuse/components_css/hidden.css +33 -0
  667. package/deprecated/css/themes/custom/fuse/components_css/import_components_css.css +21 -0
  668. package/deprecated/css/themes/custom/fuse/components_css/list-group.css +165 -0
  669. package/deprecated/css/themes/custom/fuse/components_css/media.css +60 -0
  670. package/deprecated/css/themes/custom/fuse/components_css/modal.css +17 -0
  671. package/deprecated/css/themes/custom/fuse/components_css/navbar.css +400 -0
  672. package/deprecated/css/themes/custom/fuse/components_css/pager.css +18 -0
  673. package/deprecated/css/themes/custom/fuse/components_css/pagination.css +47 -0
  674. package/deprecated/css/themes/custom/fuse/components_css/panel.css +176 -0
  675. package/deprecated/css/themes/custom/fuse/components_css/popover.css +21 -0
  676. package/deprecated/css/themes/custom/fuse/components_css/progress.css +31 -0
  677. package/deprecated/css/themes/custom/fuse/components_css/table.css +156 -0
  678. package/deprecated/css/themes/custom/fuse/components_css/thumbnail.css +14 -0
  679. package/deprecated/css/themes/custom/fuse/components_css/tooltip.css +23 -0
  680. package/deprecated/css/themes/custom/fuse/components_css/type_bootstrap.css +328 -0
  681. package/deprecated/css/themes/custom/fuse/components_css/visible.css +207 -0
  682. package/deprecated/css/themes/custom/fuse/components_css/well.css +7 -0
  683. package/deprecated/css/themes/custom/fuse/custom-fuse.min.css +4179 -0
  684. package/deprecated/css/themes/custom/fuse/font/Inter-roman.var.woff2 +0 -0
  685. package/deprecated/css/themes/custom/fuse/font/font.css +8 -0
  686. package/deprecated/css/themes/custom/journal/custom-journal.min.css +9548 -0
  687. package/deprecated/css/themes/custom/lumen/custom-lumen.min.css +7183 -0
  688. package/deprecated/css/themes/custom/material/components_css/crn-button.css +152 -0
  689. package/deprecated/css/themes/custom/material/components_css/crn-carousel.css +11 -0
  690. package/deprecated/css/themes/custom/material/components_css/crn-cron-calendar.css +173 -0
  691. package/deprecated/css/themes/custom/material/components_css/crn-cron-grid.css +263 -0
  692. package/deprecated/css/themes/custom/material/components_css/crn-enterprise.css +58 -0
  693. package/deprecated/css/themes/custom/material/components_css/crn-navbar.css +165 -0
  694. package/deprecated/css/themes/custom/material/components_css/crn-scheduler.css +97 -0
  695. package/deprecated/css/themes/custom/material/components_css/login.css +29 -0
  696. package/deprecated/css/themes/custom/material/components_css/ui-notification.css +27 -0
  697. package/deprecated/css/themes/custom/material/custom-material.css +280 -0
  698. package/deprecated/css/themes/custom/navigator/custom-navigator.css +195 -0
  699. package/deprecated/css/themes/custom/paper/custom-paper.min.css +8943 -0
  700. package/deprecated/css/themes/custom/readable/custom-readable.min.css +8203 -0
  701. package/deprecated/css/themes/custom/sandstone/custom-sandstone.min.css +6917 -0
  702. package/deprecated/css/themes/custom/simplex/custom-simplex.min.css +6917 -0
  703. package/deprecated/css/themes/custom/slate/custom-slate.min.css +7283 -0
  704. package/deprecated/css/themes/custom/spacelab/custom-spacelab.min.css +6971 -0
  705. package/deprecated/css/themes/custom/superhero/custom-superhero.min.css +7019 -0
  706. package/deprecated/css/themes/custom/united/custom-united.min.css +6783 -0
  707. package/deprecated/css/themes/custom/yeti/custom-yeti.min.css +7077 -0
  708. package/deprecated/css/themes/cyborg.min.css +7 -0
  709. package/deprecated/css/themes/darkly.min.css +7 -0
  710. package/deprecated/css/themes/flatly.min.css +7 -0
  711. package/deprecated/css/themes/fuse.min.css +7 -0
  712. package/deprecated/css/themes/journal.min.css +7 -0
  713. package/deprecated/css/themes/lumen.min.css +7 -0
  714. package/deprecated/css/themes/material.min.css +4 -0
  715. package/deprecated/css/themes/paper.min.css +7 -0
  716. package/deprecated/css/themes/readable.min.css +7 -0
  717. package/deprecated/css/themes/sandstone.min.css +7 -0
  718. package/deprecated/css/themes/simplex.min.css +7 -0
  719. package/deprecated/css/themes/slate.min.css +7 -0
  720. package/deprecated/css/themes/spacelab.min.css +7 -0
  721. package/deprecated/css/themes/superhero.min.css +7 -0
  722. package/deprecated/css/themes/united.min.css +7 -0
  723. package/deprecated/css/themes/yeti.min.css +7 -0
  724. package/deprecated/dist/components/css/checkbox-color.css +1 -0
  725. package/deprecated/dist/components/css/color-default.css +1 -0
  726. package/deprecated/dist/components/css/combobox-color.css +1 -0
  727. package/deprecated/dist/components/css/font-size.css +1 -0
  728. package/deprecated/dist/components/css/image.css +1 -0
  729. package/deprecated/dist/components/css/multiselect-editor.css +1 -0
  730. package/deprecated/dist/components/css/option-color.css +1 -0
  731. package/deprecated/dist/components/js/format.min.js +1 -0
  732. package/deprecated/dist/components/js/jquery.inputmask.bundle.js +1 -0
  733. package/deprecated/dist/components/js/jquery.mask.min.js +1 -0
  734. package/deprecated/dist/components/js/qrcode.js +1 -0
  735. package/deprecated/dist/components/reports/BOOLEAN.parameter.html +1 -0
  736. package/deprecated/dist/components/reports/DATE.parameter.html +1 -0
  737. package/deprecated/dist/components/reports/DOUBLE.parameter.html +1 -0
  738. package/deprecated/dist/components/reports/FLOAT.parameter.html +1 -0
  739. package/deprecated/dist/components/reports/INTEGER.parameter.html +1 -0
  740. package/deprecated/dist/components/reports/LONG.parameter.html +1 -0
  741. package/deprecated/dist/components/reports/STRING.parameter.html +1 -0
  742. package/deprecated/dist/components/reports/reports.parameters.html +1 -0
  743. package/deprecated/dist/components/reports/reports.view.html +1 -0
  744. package/deprecated/dist/components/templates/Component_Container/crn-eight-four-container.template.html +1 -0
  745. package/deprecated/dist/components/templates/Component_Container/crn-four-eight-container.template.html +1 -0
  746. package/deprecated/dist/components/templates/Component_Container/crn-one-container.template.html +1 -0
  747. package/deprecated/dist/components/templates/Component_Container/crn-three-container.template.html +1 -0
  748. package/deprecated/dist/components/templates/Component_Container/crn-three-six-three-container.template.html +1 -0
  749. package/deprecated/dist/components/templates/Component_Container/crn-two-container.template.html +1 -0
  750. package/deprecated/dist/components/templates/accordion.template.html +1 -0
  751. package/deprecated/dist/components/templates/anchor.template.html +1 -0
  752. package/deprecated/dist/components/templates/angular-ui-notification.template.html +1 -0
  753. package/deprecated/dist/components/templates/banner.template.html +1 -0
  754. package/deprecated/dist/components/templates/button-report.template.html +1 -0
  755. package/deprecated/dist/components/templates/button.oauth2.template.html +1 -0
  756. package/deprecated/dist/components/templates/button.template.html +1 -0
  757. package/deprecated/dist/components/templates/buttonfilter.template.html +1 -0
  758. package/deprecated/dist/components/templates/carousel.template.html +1 -0
  759. package/deprecated/dist/components/templates/cell.template.html +1 -0
  760. package/deprecated/dist/components/templates/chart.template.html +1 -0
  761. package/deprecated/dist/components/templates/checkbox.template.html +1 -0
  762. package/deprecated/dist/components/templates/combobox-dynamic.template.html +1 -0
  763. package/deprecated/dist/components/templates/combobox.template.html +1 -0
  764. package/deprecated/dist/components/templates/crn-carousel-item.tempate.html +1 -0
  765. package/deprecated/dist/components/templates/crn-input-password.designtime.html +1 -0
  766. package/deprecated/dist/components/templates/crn-input-password.template.html +1 -0
  767. package/deprecated/dist/components/templates/crn-list-item.template.html +1 -0
  768. package/deprecated/dist/components/templates/crn-ordered-list.template.html +1 -0
  769. package/deprecated/dist/components/templates/crn-ordered-sub-list.template.html +1 -0
  770. package/deprecated/dist/components/templates/crn-unordered-list.template.html +1 -0
  771. package/deprecated/dist/components/templates/crn-unordered-sub-list.template.html +1 -0
  772. package/deprecated/dist/components/templates/cron-autocomplete.designtime.html +26 -0
  773. package/deprecated/dist/components/templates/cron-autocomplete.template.html +1 -0
  774. package/deprecated/dist/components/templates/cron-barcode.template.html +1 -0
  775. package/deprecated/dist/components/templates/cron-breadcrumbs.designtime.html +1 -0
  776. package/deprecated/dist/components/templates/cron-breadcrumbs.template.html +1 -0
  777. package/deprecated/dist/components/templates/cron-calendar.designtime.html +1 -0
  778. package/deprecated/dist/components/templates/cron-calendar.template.html +1 -0
  779. package/deprecated/dist/components/templates/cron-captcha.designtime.html +6 -0
  780. package/deprecated/dist/components/templates/cron-captcha.template.html +1 -0
  781. package/deprecated/dist/components/templates/cron-chat.designtime.html +17 -0
  782. package/deprecated/dist/components/templates/cron-chat.template.html +1 -0
  783. package/deprecated/dist/components/templates/cron-checkbox.template.html +1 -0
  784. package/deprecated/dist/components/templates/cron-combobox-multiple.designtime.html +1 -0
  785. package/deprecated/dist/components/templates/cron-combobox-multiple.template.html +1 -0
  786. package/deprecated/dist/components/templates/cron-combobox.designtime.html +1 -0
  787. package/deprecated/dist/components/templates/cron-combobox.template.html +1 -0
  788. package/deprecated/dist/components/templates/cron-crud.template.html +1 -0
  789. package/deprecated/dist/components/templates/cron-date.template.html +1 -0
  790. package/deprecated/dist/components/templates/cron-dynamic-autocomplete.template.html +1 -0
  791. package/deprecated/dist/components/templates/cron-dynamic-combobox.designtime.html +1 -0
  792. package/deprecated/dist/components/templates/cron-dynamic-combobox.template.html +1 -0
  793. package/deprecated/dist/components/templates/cron-dynamic-menu.designtime.html +1 -0
  794. package/deprecated/dist/components/templates/cron-dynamic-menu.template.html +1 -0
  795. package/deprecated/dist/components/templates/cron-grid.designtime.html +1 -0
  796. package/deprecated/dist/components/templates/cron-grid.template.html +1 -0
  797. package/deprecated/dist/components/templates/cron-ordered-list.template.html +1 -0
  798. package/deprecated/dist/components/templates/cron-qrcode.template.html +1 -0
  799. package/deprecated/dist/components/templates/cron-radio.template.html +1 -0
  800. package/deprecated/dist/components/templates/cron-report-viewer.designtime.html +1 -0
  801. package/deprecated/dist/components/templates/cron-report-viewer.template.html +1 -0
  802. package/deprecated/dist/components/templates/cron-rich-editor.template.html +1 -0
  803. package/deprecated/dist/components/templates/cron-scheduler.designtime.html +2 -0
  804. package/deprecated/dist/components/templates/cron-scheduler.template.html +1 -0
  805. package/deprecated/dist/components/templates/cron-slider.template.html +1 -0
  806. package/deprecated/dist/components/templates/cron-switch.template.html +1 -0
  807. package/deprecated/dist/components/templates/cron-tree-view.designtime.html +1 -0
  808. package/deprecated/dist/components/templates/cron-tree-view.template.html +1 -0
  809. package/deprecated/dist/components/templates/datasource.template.html +1 -0
  810. package/deprecated/dist/components/templates/datasourcefilter.template.html +1 -0
  811. package/deprecated/dist/components/templates/datasourcefiltercomplex.template.html +1 -0
  812. package/deprecated/dist/components/templates/date.template.html +1 -0
  813. package/deprecated/dist/components/templates/datetime.template.html +1 -0
  814. package/deprecated/dist/components/templates/div.template.html +1 -0
  815. package/deprecated/dist/components/templates/dynamicfile.template.html +1 -0
  816. package/deprecated/dist/components/templates/dynamicimage.template.html +1 -0
  817. package/deprecated/dist/components/templates/dynamictitle.template.html +1 -0
  818. package/deprecated/dist/components/templates/evaluation.template.html +1 -0
  819. package/deprecated/dist/components/templates/fileupload-button.template.html +1 -0
  820. package/deprecated/dist/components/templates/fileupload.template.html +1 -0
  821. package/deprecated/dist/components/templates/foot-cell.template.html +1 -0
  822. package/deprecated/dist/components/templates/foot-row.template.html +1 -0
  823. package/deprecated/dist/components/templates/form.template.html +1 -0
  824. package/deprecated/dist/components/templates/grid-horizontal.template.html +1 -0
  825. package/deprecated/dist/components/templates/grid-vertical.template.html +1 -0
  826. package/deprecated/dist/components/templates/grid.template.html +1 -0
  827. package/deprecated/dist/components/templates/head-cell.template.html +1 -0
  828. package/deprecated/dist/components/templates/head-row.template.html +1 -0
  829. package/deprecated/dist/components/templates/head.template.html +1 -0
  830. package/deprecated/dist/components/templates/header.template.html +1 -0
  831. package/deprecated/dist/components/templates/icon.template.html +1 -0
  832. package/deprecated/dist/components/templates/image-menu.template.html +1 -0
  833. package/deprecated/dist/components/templates/image.default.template.html +1 -0
  834. package/deprecated/dist/components/templates/image.template.html +1 -0
  835. package/deprecated/dist/components/templates/list.template.html +1 -0
  836. package/deprecated/dist/components/templates/multiselect.template.html +1 -0
  837. package/deprecated/dist/components/templates/navbar.template.html +1 -0
  838. package/deprecated/dist/components/templates/panel.template.html +1 -0
  839. package/deprecated/dist/components/templates/qrcode.template.html +1 -0
  840. package/deprecated/dist/components/templates/radiogroup.template.html +1 -0
  841. package/deprecated/dist/components/templates/rating.template.html +1 -0
  842. package/deprecated/dist/components/templates/row.template.html +1 -0
  843. package/deprecated/dist/components/templates/sidebar.template.html +1 -0
  844. package/deprecated/dist/components/templates/social-button-bar.template.html +1 -0
  845. package/deprecated/dist/components/templates/sub-form.template.html +1 -0
  846. package/deprecated/dist/components/templates/subtitle.template.html +1 -0
  847. package/deprecated/dist/components/templates/table.template.html +1 -0
  848. package/deprecated/dist/components/templates/tabs.template.html +1 -0
  849. package/deprecated/dist/components/templates/text.template.html +1 -0
  850. package/deprecated/dist/components/templates/textarea.template.html +1 -0
  851. package/deprecated/dist/components/templates/textinput.template.html +1 -0
  852. package/deprecated/dist/components/templates/textinputbutton.html +1 -0
  853. package/deprecated/dist/components/templates/textinputbutton.template.html +1 -0
  854. package/deprecated/dist/components/templates/textinputicon.template.html +1 -0
  855. package/deprecated/dist/components/templates/time.template.html +1 -0
  856. package/deprecated/dist/components/templates/title-default.template.html +1 -0
  857. package/deprecated/dist/components/templates/title.template.html +1 -0
  858. package/deprecated/dist/components/templates/treeview.template.html +1 -0
  859. package/deprecated/dist/css/animate.css +1 -0
  860. package/deprecated/dist/css/app.css +1 -0
  861. package/deprecated/dist/css/cronos-template.css +0 -0
  862. package/deprecated/dist/css/cronos.css +1 -0
  863. package/deprecated/dist/css/fonts/glyphicons-halflings-regular.eot +0 -0
  864. package/deprecated/dist/css/fonts/glyphicons-halflings-regular.svg +1 -0
  865. package/deprecated/dist/css/fonts/glyphicons-halflings-regular.ttf +0 -0
  866. package/deprecated/dist/css/fonts/glyphicons-halflings-regular.woff +0 -0
  867. package/deprecated/dist/css/fonts/glyphicons-halflings-regular.woff2 +0 -0
  868. package/deprecated/dist/css/modalTemplate.css +1 -0
  869. package/deprecated/dist/css/themes/cerulean.min.css +1 -0
  870. package/deprecated/dist/css/themes/cosmo.min.css +1 -0
  871. package/deprecated/dist/css/themes/custom/cerulean/custom-cerulean.min.css +13 -0
  872. package/deprecated/dist/css/themes/custom/cosmo/custom-cosmo.min.css +13 -0
  873. package/deprecated/dist/css/themes/custom/cyborg/custom-cyborg.min.css +13 -0
  874. package/deprecated/dist/css/themes/custom/darkly/custom-darkly.min.css +13 -0
  875. package/deprecated/dist/css/themes/custom/flatly/custom-flatly.min.css +13 -0
  876. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/_media-print.css +1 -0
  877. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/alert.css +1 -0
  878. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/animations.css +1 -0
  879. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/badge.css +1 -0
  880. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/basics.css +11 -0
  881. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/blockquote.css +1 -0
  882. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/breadcrumb.css +1 -0
  883. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/btn.css +1 -0
  884. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/carousel.css +1 -0
  885. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/close.css +1 -0
  886. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/col.css +1 -0
  887. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/collapse.css +1 -0
  888. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/container.css +1 -0
  889. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/dropdown.css +1 -0
  890. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/embed-responsive.css +1 -0
  891. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/fade.css +1 -0
  892. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/figure_img.css +1 -0
  893. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/form-control.css +1 -0
  894. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/glyphicon.css +1 -0
  895. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/import_bootswatch.css +1 -0
  896. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/input-group.css +1 -0
  897. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/input.css +1 -0
  898. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/jumbotron.css +1 -0
  899. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/label.css +1 -0
  900. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/list-group.css +1 -0
  901. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/media.css +1 -0
  902. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/modal.css +1 -0
  903. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/nav.css +1 -0
  904. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/navbar.css +1 -0
  905. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/pager.css +1 -0
  906. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/pagination.css +1 -0
  907. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/panel.css +1 -0
  908. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/popover.css +1 -0
  909. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/progress.css +1 -0
  910. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/table.css +1 -0
  911. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/text.css +1 -0
  912. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/thumbnail.css +1 -0
  913. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/tooltip.css +1 -0
  914. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/visible.css +1 -0
  915. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/well.css +1 -0
  916. package/deprecated/dist/css/themes/custom/fuse/components_css/alert.css +1 -0
  917. package/deprecated/dist/css/themes/custom/fuse/components_css/badge.css +1 -0
  918. package/deprecated/dist/css/themes/custom/fuse/components_css/blockquote.css +1 -0
  919. package/deprecated/dist/css/themes/custom/fuse/components_css/breadcrumb.css +1 -0
  920. package/deprecated/dist/css/themes/custom/fuse/components_css/btn.css +1 -0
  921. package/deprecated/dist/css/themes/custom/fuse/components_css/carousel.css +1 -0
  922. package/deprecated/dist/css/themes/custom/fuse/components_css/close.css +1 -0
  923. package/deprecated/dist/css/themes/custom/fuse/components_css/embed-responsive.css +1 -0
  924. package/deprecated/dist/css/themes/custom/fuse/components_css/form.css +1 -0
  925. package/deprecated/dist/css/themes/custom/fuse/components_css/glyphicon.css +1 -0
  926. package/deprecated/dist/css/themes/custom/fuse/components_css/hidden.css +1 -0
  927. package/deprecated/dist/css/themes/custom/fuse/components_css/import_components_css.css +1 -0
  928. package/deprecated/dist/css/themes/custom/fuse/components_css/list-group.css +1 -0
  929. package/deprecated/dist/css/themes/custom/fuse/components_css/media.css +1 -0
  930. package/deprecated/dist/css/themes/custom/fuse/components_css/modal.css +1 -0
  931. package/deprecated/dist/css/themes/custom/fuse/components_css/navbar.css +1 -0
  932. package/deprecated/dist/css/themes/custom/fuse/components_css/pager.css +1 -0
  933. package/deprecated/dist/css/themes/custom/fuse/components_css/pagination.css +1 -0
  934. package/deprecated/dist/css/themes/custom/fuse/components_css/panel.css +1 -0
  935. package/deprecated/dist/css/themes/custom/fuse/components_css/popover.css +1 -0
  936. package/deprecated/dist/css/themes/custom/fuse/components_css/progress.css +1 -0
  937. package/deprecated/dist/css/themes/custom/fuse/components_css/table.css +1 -0
  938. package/deprecated/dist/css/themes/custom/fuse/components_css/thumbnail.css +1 -0
  939. package/deprecated/dist/css/themes/custom/fuse/components_css/tooltip.css +1 -0
  940. package/deprecated/dist/css/themes/custom/fuse/components_css/type_bootstrap.css +1 -0
  941. package/deprecated/dist/css/themes/custom/fuse/components_css/visible.css +1 -0
  942. package/deprecated/dist/css/themes/custom/fuse/components_css/well.css +1 -0
  943. package/deprecated/dist/css/themes/custom/fuse/custom-fuse.min.css +1 -0
  944. package/deprecated/dist/css/themes/custom/fuse/font/Inter-roman.var.woff2 +0 -0
  945. package/deprecated/dist/css/themes/custom/fuse/font/font.css +1 -0
  946. package/deprecated/dist/css/themes/custom/journal/custom-journal.min.css +12 -0
  947. package/deprecated/dist/css/themes/custom/lumen/custom-lumen.min.css +13 -0
  948. package/deprecated/dist/css/themes/custom/material/components_css/crn-button.css +1 -0
  949. package/deprecated/dist/css/themes/custom/material/components_css/crn-carousel.css +1 -0
  950. package/deprecated/dist/css/themes/custom/material/components_css/crn-cron-calendar.css +1 -0
  951. package/deprecated/dist/css/themes/custom/material/components_css/crn-cron-grid.css +1 -0
  952. package/deprecated/dist/css/themes/custom/material/components_css/crn-enterprise.css +1 -0
  953. package/deprecated/dist/css/themes/custom/material/components_css/crn-navbar.css +1 -0
  954. package/deprecated/dist/css/themes/custom/material/components_css/crn-scheduler.css +1 -0
  955. package/deprecated/dist/css/themes/custom/material/components_css/login.css +1 -0
  956. package/deprecated/dist/css/themes/custom/material/components_css/ui-notification.css +1 -0
  957. package/deprecated/dist/css/themes/custom/material/custom-material.css +1 -0
  958. package/deprecated/dist/css/themes/custom/navigator/custom-navigator.css +1 -0
  959. package/deprecated/dist/css/themes/custom/paper/custom-paper.min.css +13 -0
  960. package/deprecated/dist/css/themes/custom/readable/custom-readable.min.css +13 -0
  961. package/deprecated/dist/css/themes/custom/sandstone/custom-sandstone.min.css +13 -0
  962. package/deprecated/dist/css/themes/custom/simplex/custom-simplex.min.css +13 -0
  963. package/deprecated/dist/css/themes/custom/slate/custom-slate.min.css +13 -0
  964. package/deprecated/dist/css/themes/custom/spacelab/custom-spacelab.min.css +13 -0
  965. package/deprecated/dist/css/themes/custom/superhero/custom-superhero.min.css +13 -0
  966. package/deprecated/dist/css/themes/custom/united/custom-united.min.css +13 -0
  967. package/deprecated/dist/css/themes/custom/yeti/custom-yeti.min.css +13 -0
  968. package/deprecated/dist/css/themes/cyborg.min.css +1 -0
  969. package/deprecated/dist/css/themes/darkly.min.css +1 -0
  970. package/deprecated/dist/css/themes/flatly.min.css +1 -0
  971. package/deprecated/dist/css/themes/fuse.min.css +1 -0
  972. package/deprecated/dist/css/themes/journal.min.css +1 -0
  973. package/deprecated/dist/css/themes/lumen.min.css +1 -0
  974. package/deprecated/dist/css/themes/material.min.css +1 -0
  975. package/deprecated/dist/css/themes/paper.min.css +1 -0
  976. package/deprecated/dist/css/themes/readable.min.css +1 -0
  977. package/deprecated/dist/css/themes/sandstone.min.css +1 -0
  978. package/deprecated/dist/css/themes/simplex.min.css +1 -0
  979. package/deprecated/dist/css/themes/slate.min.css +1 -0
  980. package/deprecated/dist/css/themes/spacelab.min.css +1 -0
  981. package/deprecated/dist/css/themes/superhero.min.css +1 -0
  982. package/deprecated/dist/css/themes/united.min.css +1 -0
  983. package/deprecated/dist/css/themes/yeti.min.css +1 -0
  984. package/deprecated/dist/i18n/locale_en_us.json +143 -0
  985. package/deprecated/dist/i18n/locale_pt_br.json +143 -0
  986. package/deprecated/dist/img/ballon_icon.svg +1 -0
  987. package/deprecated/dist/img/barcode.png +0 -0
  988. package/deprecated/dist/img/cron-icon/crn-QRCode.svg +1 -0
  989. package/deprecated/dist/img/cron-icon/crn-accordion.svg +1 -0
  990. package/deprecated/dist/img/cron-icon/crn-anchor.svg +1 -0
  991. package/deprecated/dist/img/cron-icon/crn-button.svg +1 -0
  992. package/deprecated/dist/img/cron-icon/crn-calendar.svg +1 -0
  993. package/deprecated/dist/img/cron-icon/crn-captcha.svg +1 -0
  994. package/deprecated/dist/img/cron-icon/crn-carousel.svg +1 -0
  995. package/deprecated/dist/img/cron-icon/crn-chart.svg +1 -0
  996. package/deprecated/dist/img/cron-icon/crn-checkbox.svg +1 -0
  997. package/deprecated/dist/img/cron-icon/crn-combobox-dynamic.svg +1 -0
  998. package/deprecated/dist/img/cron-icon/crn-combobox.svg +1 -0
  999. package/deprecated/dist/img/cron-icon/crn-cron-crud.svg +1 -0
  1000. package/deprecated/dist/img/cron-icon/crn-cron-dashboard-viewer.svg +1 -0
  1001. package/deprecated/dist/img/cron-icon/crn-datasource.svg +1 -0
  1002. package/deprecated/dist/img/cron-icon/crn-datepicker.svg +1 -0
  1003. package/deprecated/dist/img/cron-icon/crn-datetimepicker.svg +1 -0
  1004. package/deprecated/dist/img/cron-icon/crn-dynamic-file.svg +1 -0
  1005. package/deprecated/dist/img/cron-icon/crn-dynamic-image.svg +1 -0
  1006. package/deprecated/dist/img/cron-icon/crn-dynamic-menu.svg +1 -0
  1007. package/deprecated/dist/img/cron-icon/crn-eight-four-container.svg +1 -0
  1008. package/deprecated/dist/img/cron-icon/crn-enterprise-autocomplete.svg +1 -0
  1009. package/deprecated/dist/img/cron-icon/crn-enterprise-combobox-multiple.svg +1 -0
  1010. package/deprecated/dist/img/cron-icon/crn-enterprise-combobox.svg +1 -0
  1011. package/deprecated/dist/img/cron-icon/crn-enterprise-dynamic-autocomplete.svg +1 -0
  1012. package/deprecated/dist/img/cron-icon/crn-enterprise-dynamic-combobox.svg +1 -0
  1013. package/deprecated/dist/img/cron-icon/crn-form.svg +1 -0
  1014. package/deprecated/dist/img/cron-icon/crn-four-eight-container.svg +1 -0
  1015. package/deprecated/dist/img/cron-icon/crn-grid-table.svg +1 -0
  1016. package/deprecated/dist/img/cron-icon/crn-grid.svg +1 -0
  1017. package/deprecated/dist/img/cron-icon/crn-header.svg +1 -0
  1018. package/deprecated/dist/img/cron-icon/crn-horizontal-container.svg +1 -0
  1019. package/deprecated/dist/img/cron-icon/crn-icon.svg +1 -0
  1020. package/deprecated/dist/img/cron-icon/crn-image.svg +1 -0
  1021. package/deprecated/dist/img/cron-icon/crn-input-password.svg +1 -0
  1022. package/deprecated/dist/img/cron-icon/crn-jumbotron.svg +1 -0
  1023. package/deprecated/dist/img/cron-icon/crn-list.svg +1 -0
  1024. package/deprecated/dist/img/cron-icon/crn-navbar.svg +1 -0
  1025. package/deprecated/dist/img/cron-icon/crn-one-container.svg +1 -0
  1026. package/deprecated/dist/img/cron-icon/crn-ordered-list.svg +1 -0
  1027. package/deprecated/dist/img/cron-icon/crn-ordered-sub-list.svg +1 -0
  1028. package/deprecated/dist/img/cron-icon/crn-panel.svg +1 -0
  1029. package/deprecated/dist/img/cron-icon/crn-radiogroup.svg +1 -0
  1030. package/deprecated/dist/img/cron-icon/crn-rating.svg +1 -0
  1031. package/deprecated/dist/img/cron-icon/crn-report-viewer.svg +1 -0
  1032. package/deprecated/dist/img/cron-icon/crn-rich-editor.svg +1 -0
  1033. package/deprecated/dist/img/cron-icon/crn-scheduler.svg +1 -0
  1034. package/deprecated/dist/img/cron-icon/crn-simple-text.svg +1 -0
  1035. package/deprecated/dist/img/cron-icon/crn-slider.svg +1 -0
  1036. package/deprecated/dist/img/cron-icon/crn-social-login.svg +1 -0
  1037. package/deprecated/dist/img/cron-icon/crn-sub-form.svg +1 -0
  1038. package/deprecated/dist/img/cron-icon/crn-table.svg +1 -0
  1039. package/deprecated/dist/img/cron-icon/crn-tabs.svg +1 -0
  1040. package/deprecated/dist/img/cron-icon/crn-text-component.svg +1 -0
  1041. package/deprecated/dist/img/cron-icon/crn-textarea.svg +1 -0
  1042. package/deprecated/dist/img/cron-icon/crn-textinput.svg +1 -0
  1043. package/deprecated/dist/img/cron-icon/crn-textinputbutton.svg +1 -0
  1044. package/deprecated/dist/img/cron-icon/crn-textinputicon.svg +1 -0
  1045. package/deprecated/dist/img/cron-icon/crn-three-container.svg +1 -0
  1046. package/deprecated/dist/img/cron-icon/crn-three-six-three-container.svg +1 -0
  1047. package/deprecated/dist/img/cron-icon/crn-timepicker.svg +1 -0
  1048. package/deprecated/dist/img/cron-icon/crn-tree-view.svg +1 -0
  1049. package/deprecated/dist/img/cron-icon/crn-two-container.svg +1 -0
  1050. package/deprecated/dist/img/cron-icon/crn-unordered-list.svg +1 -0
  1051. package/deprecated/dist/img/cron-icon/crn-unordered-sub-list.svg +1 -0
  1052. package/deprecated/dist/img/cron-icon/crn-upload.svg +1 -0
  1053. package/deprecated/dist/img/cron-icon/crn-vertical-container.svg +1 -0
  1054. package/deprecated/dist/img/cron-icon/cron-breadrumb.svg +1 -0
  1055. package/deprecated/dist/img/cronGrid.png +0 -0
  1056. package/deprecated/dist/img/cronRichEditor.png +0 -0
  1057. package/deprecated/dist/img/cronapp-logo-login.png +0 -0
  1058. package/deprecated/dist/img/img-user.svg +1 -0
  1059. package/deprecated/dist/img/logo-cronapp-negativa.svg +1 -0
  1060. package/deprecated/dist/img/logo.png +0 -0
  1061. package/deprecated/dist/img/logo.svg +1 -0
  1062. package/deprecated/dist/img/nophoto.png +0 -0
  1063. package/deprecated/dist/img/placehold-100x100.png +0 -0
  1064. package/deprecated/dist/img/placehold-900x500.png +0 -0
  1065. package/deprecated/dist/img/qrcode.png +0 -0
  1066. package/deprecated/dist/img/recaptcha-logo.svg +1 -0
  1067. package/deprecated/dist/img/selectFile.png +0 -0
  1068. package/deprecated/dist/img/selectImg.svg +1 -0
  1069. package/deprecated/dist/img/svg-charts.svg +1 -0
  1070. package/deprecated/dist/img/switch.png +0 -0
  1071. package/deprecated/dist/js/LanguageSelectDirective.js +1 -0
  1072. package/deprecated/dist/js/LocaleService.js +1 -0
  1073. package/deprecated/dist/js/app.authentication.js +1 -0
  1074. package/deprecated/dist/js/app.js +1 -0
  1075. package/deprecated/dist/js/controllers.authentication.js +1 -0
  1076. package/deprecated/dist/js/controllers.js +1 -0
  1077. package/deprecated/dist/js/custom.controllers.js +1 -0
  1078. package/deprecated/dist/js/customModules.js +1 -0
  1079. package/deprecated/dist/js/customStateProvider.js +0 -0
  1080. package/deprecated/dist/js/directives.js +14 -0
  1081. package/deprecated/dist/js/filters.js +1 -0
  1082. package/deprecated/dist/js/local-dateformat.directive.js +1 -0
  1083. package/deprecated/dist/js/reports/parameters.controller.js +1 -0
  1084. package/deprecated/dist/js/reports/reports.service.js +1 -0
  1085. package/deprecated/dist/js/services.js +1 -0
  1086. package/deprecated/dist/js/stateProvider.js +1 -0
  1087. package/deprecated/dist/js/upload.service.js +1 -0
  1088. package/deprecated/img/ballon_icon.svg +3 -0
  1089. package/deprecated/img/barcode.png +0 -0
  1090. package/deprecated/img/cron-icon/crn-QRCode.svg +38 -0
  1091. package/deprecated/img/cron-icon/crn-accordion.svg +25 -0
  1092. package/deprecated/img/cron-icon/crn-anchor.svg +29 -0
  1093. package/deprecated/img/cron-icon/crn-button.svg +24 -0
  1094. package/deprecated/img/cron-icon/crn-calendar.svg +23 -0
  1095. package/deprecated/img/cron-icon/crn-captcha.svg +36 -0
  1096. package/deprecated/img/cron-icon/crn-carousel.svg +26 -0
  1097. package/deprecated/img/cron-icon/crn-chart.svg +19 -0
  1098. package/deprecated/img/cron-icon/crn-checkbox.svg +21 -0
  1099. package/deprecated/img/cron-icon/crn-combobox-dynamic.svg +27 -0
  1100. package/deprecated/img/cron-icon/crn-combobox.svg +24 -0
  1101. package/deprecated/img/cron-icon/crn-cron-crud.svg +28 -0
  1102. package/deprecated/img/cron-icon/crn-cron-dashboard-viewer.svg +18 -0
  1103. package/deprecated/img/cron-icon/crn-datasource.svg +27 -0
  1104. package/deprecated/img/cron-icon/crn-datepicker.svg +35 -0
  1105. package/deprecated/img/cron-icon/crn-datetimepicker.svg +41 -0
  1106. package/deprecated/img/cron-icon/crn-dynamic-file.svg +26 -0
  1107. package/deprecated/img/cron-icon/crn-dynamic-image.svg +25 -0
  1108. package/deprecated/img/cron-icon/crn-dynamic-menu.svg +28 -0
  1109. package/deprecated/img/cron-icon/crn-eight-four-container.svg +18 -0
  1110. package/deprecated/img/cron-icon/crn-enterprise-autocomplete.svg +26 -0
  1111. package/deprecated/img/cron-icon/crn-enterprise-combobox-multiple.svg +21 -0
  1112. package/deprecated/img/cron-icon/crn-enterprise-combobox.svg +24 -0
  1113. package/deprecated/img/cron-icon/crn-enterprise-dynamic-autocomplete.svg +29 -0
  1114. package/deprecated/img/cron-icon/crn-enterprise-dynamic-combobox.svg +27 -0
  1115. package/deprecated/img/cron-icon/crn-form.svg +24 -0
  1116. package/deprecated/img/cron-icon/crn-four-eight-container.svg +20 -0
  1117. package/deprecated/img/cron-icon/crn-grid-table.svg +21 -0
  1118. package/deprecated/img/cron-icon/crn-grid.svg +27 -0
  1119. package/deprecated/img/cron-icon/crn-header.svg +18 -0
  1120. package/deprecated/img/cron-icon/crn-horizontal-container.svg +19 -0
  1121. package/deprecated/img/cron-icon/crn-icon.svg +23 -0
  1122. package/deprecated/img/cron-icon/crn-image.svg +20 -0
  1123. package/deprecated/img/cron-icon/crn-input-password.svg +24 -0
  1124. package/deprecated/img/cron-icon/crn-jumbotron.svg +24 -0
  1125. package/deprecated/img/cron-icon/crn-list.svg +24 -0
  1126. package/deprecated/img/cron-icon/crn-navbar.svg +25 -0
  1127. package/deprecated/img/cron-icon/crn-one-container.svg +17 -0
  1128. package/deprecated/img/cron-icon/crn-ordered-list.svg +44 -0
  1129. package/deprecated/img/cron-icon/crn-ordered-sub-list.svg +42 -0
  1130. package/deprecated/img/cron-icon/crn-panel.svg +21 -0
  1131. package/deprecated/img/cron-icon/crn-radiogroup.svg +25 -0
  1132. package/deprecated/img/cron-icon/crn-rating.svg +20 -0
  1133. package/deprecated/img/cron-icon/crn-report-viewer.svg +24 -0
  1134. package/deprecated/img/cron-icon/crn-rich-editor.svg +22 -0
  1135. package/deprecated/img/cron-icon/crn-scheduler.svg +27 -0
  1136. package/deprecated/img/cron-icon/crn-simple-text.svg +18 -0
  1137. package/deprecated/img/cron-icon/crn-slider.svg +19 -0
  1138. package/deprecated/img/cron-icon/crn-social-login.svg +29 -0
  1139. package/deprecated/img/cron-icon/crn-sub-form.svg +27 -0
  1140. package/deprecated/img/cron-icon/crn-table.svg +20 -0
  1141. package/deprecated/img/cron-icon/crn-tabs.svg +22 -0
  1142. package/deprecated/img/cron-icon/crn-text-component.svg +22 -0
  1143. package/deprecated/img/cron-icon/crn-textarea.svg +22 -0
  1144. package/deprecated/img/cron-icon/crn-textinput.svg +23 -0
  1145. package/deprecated/img/cron-icon/crn-textinputbutton.svg +33 -0
  1146. package/deprecated/img/cron-icon/crn-textinputicon.svg +29 -0
  1147. package/deprecated/img/cron-icon/crn-three-container.svg +21 -0
  1148. package/deprecated/img/cron-icon/crn-three-six-three-container.svg +19 -0
  1149. package/deprecated/img/cron-icon/crn-timepicker.svg +20 -0
  1150. package/deprecated/img/cron-icon/crn-tree-view.svg +19 -0
  1151. package/deprecated/img/cron-icon/crn-two-container.svg +18 -0
  1152. package/deprecated/img/cron-icon/crn-unordered-list.svg +24 -0
  1153. package/deprecated/img/cron-icon/crn-unordered-sub-list.svg +28 -0
  1154. package/deprecated/img/cron-icon/crn-upload.svg +20 -0
  1155. package/deprecated/img/cron-icon/crn-vertical-container.svg +19 -0
  1156. package/deprecated/img/cron-icon/cron-breadrumb.svg +638 -0
  1157. package/deprecated/img/cronGrid.png +0 -0
  1158. package/deprecated/img/cronRichEditor.png +0 -0
  1159. package/deprecated/img/cronapp-logo-login.png +0 -0
  1160. package/deprecated/img/img-user.svg +1 -0
  1161. package/deprecated/img/logo-cronapp-negativa.svg +1 -0
  1162. package/deprecated/img/logo.png +0 -0
  1163. package/deprecated/img/logo.svg +1 -0
  1164. package/deprecated/img/nophoto.png +0 -0
  1165. package/deprecated/img/placehold-100x100.png +0 -0
  1166. package/deprecated/img/placehold-900x500.png +0 -0
  1167. package/deprecated/img/qrcode.png +0 -0
  1168. package/deprecated/img/recaptcha-logo.svg +1 -0
  1169. package/deprecated/img/selectFile.png +0 -0
  1170. package/deprecated/img/selectImg.svg +44 -0
  1171. package/deprecated/img/svg-charts.svg +1 -0
  1172. package/dist/components/css/checkbox-color.css +1 -0
  1173. package/dist/components/css/color-default.css +1 -0
  1174. package/dist/components/css/combobox-color.css +1 -0
  1175. package/dist/components/css/crn-input-password.css +1 -0
  1176. package/dist/components/css/designtime.css +1 -0
  1177. package/dist/components/css/font-size.css +1 -0
  1178. package/dist/components/css/image.css +1 -0
  1179. package/dist/components/css/multiselect-editor.css +1 -0
  1180. package/dist/components/css/option-color.css +1 -0
  1181. package/dist/components/js/format.min.js +1 -0
  1182. package/dist/components/js/jquery.inputmask.bundle.js +1 -0
  1183. package/dist/components/js/jquery.mask.min.js +1 -0
  1184. package/dist/components/js/qrcode.js +1 -0
  1185. package/dist/components/reports/BOOLEAN.parameter.html +1 -0
  1186. package/dist/components/reports/DATE.parameter.html +1 -0
  1187. package/dist/components/reports/DOUBLE.parameter.html +1 -0
  1188. package/dist/components/reports/FLOAT.parameter.html +1 -0
  1189. package/dist/components/reports/INTEGER.parameter.html +1 -0
  1190. package/dist/components/reports/LONG.parameter.html +1 -0
  1191. package/dist/components/reports/STRING.parameter.html +1 -0
  1192. package/dist/components/reports/reports.parameters.html +1 -0
  1193. package/dist/components/reports/reports.view.html +1 -0
  1194. package/dist/components/templates/Component_Container/crn-eight-four-container.template.html +1 -0
  1195. package/dist/components/templates/Component_Container/crn-eight-twelve-container.template.html +1 -0
  1196. package/dist/components/templates/Component_Container/crn-four-eight-container.template.html +1 -0
  1197. package/dist/components/templates/Component_Container/crn-four-twelve-container.template.html +1 -0
  1198. package/dist/components/templates/Component_Container/crn-one-container.template.html +1 -0
  1199. package/dist/components/templates/Component_Container/crn-three-container.template.html +1 -0
  1200. package/dist/components/templates/Component_Container/crn-three-six-three-container.template.html +1 -0
  1201. package/dist/components/templates/Component_Container/crn-three-twelve-container.template.html +1 -0
  1202. package/dist/components/templates/Component_Container/crn-two-container.template.html +1 -0
  1203. package/dist/components/templates/accordion.template.html +1 -0
  1204. package/dist/components/templates/anchor.template.html +1 -0
  1205. package/dist/components/templates/angular-ui-notification.template.html +1 -0
  1206. package/dist/components/templates/banner.template.html +1 -0
  1207. package/dist/components/templates/button-report.template.html +1 -0
  1208. package/dist/components/templates/button.oauth2.template.html +1 -0
  1209. package/dist/components/templates/button.template.html +1 -0
  1210. package/dist/components/templates/buttonfilter.template.html +1 -0
  1211. package/dist/components/templates/carousel.template.html +1 -0
  1212. package/dist/components/templates/cell.template.html +1 -0
  1213. package/dist/components/templates/chart.template.html +1 -0
  1214. package/dist/components/templates/checkbox.template.html +1 -0
  1215. package/dist/components/templates/combobox-dynamic.template.html +1 -0
  1216. package/dist/components/templates/combobox.template.html +1 -0
  1217. package/dist/components/templates/crn-carousel-item.tempate.html +1 -0
  1218. package/dist/components/templates/crn-input-password.designtime.html +1 -0
  1219. package/dist/components/templates/crn-input-password.template.html +1 -0
  1220. package/dist/components/templates/crn-list-item.template.html +1 -0
  1221. package/dist/components/templates/crn-ordered-list.template.html +1 -0
  1222. package/dist/components/templates/crn-ordered-sub-list.template.html +1 -0
  1223. package/dist/components/templates/crn-signature-pad.designtime.html +1 -0
  1224. package/dist/components/templates/crn-signature-pad.template.html +1 -0
  1225. package/dist/components/templates/crn-unordered-list.template.html +1 -0
  1226. package/dist/components/templates/crn-unordered-sub-list.template.html +1 -0
  1227. package/dist/components/templates/cron-autocomplete.designtime.html +1 -0
  1228. package/dist/components/templates/cron-autocomplete.template.html +1 -0
  1229. package/dist/components/templates/cron-barcode.template.html +1 -0
  1230. package/dist/components/templates/cron-breadcrumbs.designtime.html +1 -0
  1231. package/dist/components/templates/cron-breadcrumbs.template.html +1 -0
  1232. package/dist/components/templates/cron-calendar.designtime.html +1 -0
  1233. package/dist/components/templates/cron-calendar.template.html +1 -0
  1234. package/dist/components/templates/cron-captcha.designtime.html +6 -0
  1235. package/dist/components/templates/cron-captcha.template.html +1 -0
  1236. package/dist/components/templates/cron-chat.designtime.html +1 -0
  1237. package/dist/components/templates/cron-chat.template.html +1 -0
  1238. package/dist/components/templates/cron-checkbox.template.html +1 -0
  1239. package/dist/components/templates/cron-combobox-multiple.designtime.html +1 -0
  1240. package/dist/components/templates/cron-combobox-multiple.template.html +1 -0
  1241. package/dist/components/templates/cron-combobox.designtime.html +1 -0
  1242. package/dist/components/templates/cron-combobox.template.html +1 -0
  1243. package/dist/components/templates/cron-crud.template.html +1 -0
  1244. package/dist/components/templates/cron-dashboard-viewer.designtime.html +1 -0
  1245. package/dist/components/templates/cron-dashboard-viewer.template.html +1 -0
  1246. package/dist/components/templates/cron-date.template.html +1 -0
  1247. package/dist/components/templates/cron-dynamic-autocomplete.template.html +1 -0
  1248. package/dist/components/templates/cron-dynamic-combobox.designtime.html +1 -0
  1249. package/dist/components/templates/cron-dynamic-combobox.template.html +1 -0
  1250. package/dist/components/templates/cron-dynamic-menu.designtime.html +1 -0
  1251. package/dist/components/templates/cron-dynamic-menu.template.html +1 -0
  1252. package/dist/components/templates/cron-frame.designtime.html +6 -0
  1253. package/dist/components/templates/cron-frame.template.html +1 -0
  1254. package/dist/components/templates/cron-grid.designtime.html +1 -0
  1255. package/dist/components/templates/cron-grid.template.html +1 -0
  1256. package/dist/components/templates/cron-ordered-list.template.html +1 -0
  1257. package/dist/components/templates/cron-qrcode.template.html +1 -0
  1258. package/dist/components/templates/cron-radio.template.html +1 -0
  1259. package/dist/components/templates/cron-report-viewer.designtime.html +1 -0
  1260. package/dist/components/templates/cron-report-viewer.template.html +1 -0
  1261. package/dist/components/templates/cron-rich-editor.template.html +1 -0
  1262. package/dist/components/templates/cron-scheduler.designtime.html +1 -0
  1263. package/dist/components/templates/cron-scheduler.template.html +1 -0
  1264. package/dist/components/templates/cron-slider.designtime.html +1 -0
  1265. package/dist/components/templates/cron-slider.template.html +1 -0
  1266. package/dist/components/templates/cron-switch.template.html +1 -0
  1267. package/dist/components/templates/cron-tree-view.designtime.html +1 -0
  1268. package/dist/components/templates/cron-tree-view.template.html +1 -0
  1269. package/dist/components/templates/cron-visual-component.designtime.html +6 -0
  1270. package/dist/components/templates/cron-visual-component.template.html +1 -0
  1271. package/dist/components/templates/datasource.template.html +1 -0
  1272. package/dist/components/templates/datasourcefilter.template.html +1 -0
  1273. package/dist/components/templates/datasourcefiltercomplex.template.html +1 -0
  1274. package/dist/components/templates/date.template.html +1 -0
  1275. package/dist/components/templates/datetime.template.html +1 -0
  1276. package/dist/components/templates/div.template.html +1 -0
  1277. package/dist/components/templates/dynamicfile.designtime.html +1 -0
  1278. package/dist/components/templates/dynamicfile.template.html +1 -0
  1279. package/dist/components/templates/dynamicimage.designtime.html +2 -0
  1280. package/dist/components/templates/dynamicimage.template.html +1 -0
  1281. package/dist/components/templates/dynamictitle.template.html +1 -0
  1282. package/dist/components/templates/evaluation.template.html +1 -0
  1283. package/dist/components/templates/fileupload-button.template.html +1 -0
  1284. package/dist/components/templates/fileupload.template.html +1 -0
  1285. package/dist/components/templates/foot-cell.template.html +1 -0
  1286. package/dist/components/templates/foot-row.template.html +1 -0
  1287. package/dist/components/templates/form.template.html +1 -0
  1288. package/dist/components/templates/grid-horizontal.template.html +1 -0
  1289. package/dist/components/templates/grid-vertical.template.html +1 -0
  1290. package/dist/components/templates/grid.template.html +1 -0
  1291. package/dist/components/templates/head-cell.template.html +1 -0
  1292. package/dist/components/templates/head-row.template.html +1 -0
  1293. package/dist/components/templates/head.template.html +1 -0
  1294. package/dist/components/templates/header.template.html +1 -0
  1295. package/dist/components/templates/icon.template.html +1 -0
  1296. package/dist/components/templates/image-menu.template.html +1 -0
  1297. package/dist/components/templates/image.default.template.html +1 -0
  1298. package/dist/components/templates/image.template.html +1 -0
  1299. package/dist/components/templates/input/crn-input-password.template.html +1 -0
  1300. package/dist/components/templates/list.template.html +1 -0
  1301. package/dist/components/templates/multiselect.template.html +1 -0
  1302. package/dist/components/templates/navbar.template.html +1 -0
  1303. package/dist/components/templates/panel.template.html +1 -0
  1304. package/dist/components/templates/qrcode.template.html +1 -0
  1305. package/dist/components/templates/radiogroup.template.html +1 -0
  1306. package/dist/components/templates/rating.template.html +1 -0
  1307. package/dist/components/templates/row.template.html +1 -0
  1308. package/dist/components/templates/sidebar.template.html +1 -0
  1309. package/dist/components/templates/social-button-bar.template.html +1 -0
  1310. package/dist/components/templates/sub-form.template.html +1 -0
  1311. package/dist/components/templates/subtitle.template.html +1 -0
  1312. package/dist/components/templates/table.template.html +1 -0
  1313. package/dist/components/templates/tabs.template.html +1 -0
  1314. package/dist/components/templates/text.template.html +1 -0
  1315. package/dist/components/templates/textarea.template.html +1 -0
  1316. package/dist/components/templates/textinput.template.html +1 -0
  1317. package/dist/components/templates/textinputbutton.html +1 -0
  1318. package/dist/components/templates/textinputbutton.template.html +1 -0
  1319. package/dist/components/templates/textinputicon.template.html +1 -0
  1320. package/dist/components/templates/time.template.html +1 -0
  1321. package/dist/components/templates/timeline.designtime.html +1 -0
  1322. package/dist/components/templates/timeline.template.html +1 -0
  1323. package/dist/components/templates/title-default.template.html +1 -0
  1324. package/dist/components/templates/title.template.html +1 -0
  1325. package/dist/components/templates/treeview.template.html +1 -0
  1326. package/dist/components/templates/wizard.template.html +1 -0
  1327. package/dist/css/animate.css +1 -0
  1328. package/dist/css/app.css +1 -0
  1329. package/dist/css/cronos-template.css +0 -0
  1330. package/dist/css/cronos.css +1 -0
  1331. package/dist/css/fonts/glyphicons-halflings-regular.eot +0 -0
  1332. package/dist/css/fonts/glyphicons-halflings-regular.svg +1 -0
  1333. package/dist/css/fonts/glyphicons-halflings-regular.ttf +0 -0
  1334. package/dist/css/fonts/glyphicons-halflings-regular.woff +0 -0
  1335. package/dist/css/fonts/glyphicons-halflings-regular.woff2 +0 -0
  1336. package/dist/css/modalTemplate.css +1 -0
  1337. package/dist/css/privacy/privacy.css +1 -0
  1338. package/dist/css/reset_password.css +1 -0
  1339. package/dist/css/signup.css +1 -0
  1340. package/dist/css/themes/aquamarine.min.css +1 -0
  1341. package/dist/css/themes/cerulean.min.css +1 -0
  1342. package/dist/css/themes/cosmo.min.css +1 -0
  1343. package/dist/css/themes/custom/_bootswatch-v3.3.3/_media-print.css +1 -0
  1344. package/dist/css/themes/custom/_bootswatch-v3.3.3/alert.css +1 -0
  1345. package/dist/css/themes/custom/_bootswatch-v3.3.3/badge.css +1 -0
  1346. package/dist/css/themes/custom/_bootswatch-v3.3.3/basics.css +11 -0
  1347. package/dist/css/themes/custom/_bootswatch-v3.3.3/blockquote.css +1 -0
  1348. package/dist/css/themes/custom/_bootswatch-v3.3.3/breadcrumb.css +1 -0
  1349. package/dist/css/themes/custom/_bootswatch-v3.3.3/btn-group.css +1 -0
  1350. package/dist/css/themes/custom/_bootswatch-v3.3.3/btn-toolbar.css +1 -0
  1351. package/dist/css/themes/custom/_bootswatch-v3.3.3/btn.css +1 -0
  1352. package/dist/css/themes/custom/_bootswatch-v3.3.3/caret.css +1 -0
  1353. package/dist/css/themes/custom/_bootswatch-v3.3.3/carousel.css +1 -0
  1354. package/dist/css/themes/custom/_bootswatch-v3.3.3/close.css +1 -0
  1355. package/dist/css/themes/custom/_bootswatch-v3.3.3/col.css +1 -0
  1356. package/dist/css/themes/custom/_bootswatch-v3.3.3/collapse.css +1 -0
  1357. package/dist/css/themes/custom/_bootswatch-v3.3.3/container.css +1 -0
  1358. package/dist/css/themes/custom/_bootswatch-v3.3.3/dropdown.css +1 -0
  1359. package/dist/css/themes/custom/_bootswatch-v3.3.3/embed-responsive.css +1 -0
  1360. package/dist/css/themes/custom/_bootswatch-v3.3.3/form.css +1 -0
  1361. package/dist/css/themes/custom/_bootswatch-v3.3.3/glyphicon.css +1 -0
  1362. package/dist/css/themes/custom/_bootswatch-v3.3.3/has.css +1 -0
  1363. package/dist/css/themes/custom/_bootswatch-v3.3.3/import_bootswatch.css +1 -0
  1364. package/dist/css/themes/custom/_bootswatch-v3.3.3/input-group.css +1 -0
  1365. package/dist/css/themes/custom/_bootswatch-v3.3.3/input.css +1 -0
  1366. package/dist/css/themes/custom/_bootswatch-v3.3.3/jumbotron.css +1 -0
  1367. package/dist/css/themes/custom/_bootswatch-v3.3.3/kbd.css +1 -0
  1368. package/dist/css/themes/custom/_bootswatch-v3.3.3/label.css +1 -0
  1369. package/dist/css/themes/custom/_bootswatch-v3.3.3/list-group.css +1 -0
  1370. package/dist/css/themes/custom/_bootswatch-v3.3.3/media.css +1 -0
  1371. package/dist/css/themes/custom/_bootswatch-v3.3.3/modal.css +1 -0
  1372. package/dist/css/themes/custom/_bootswatch-v3.3.3/nav-justified.css +1 -0
  1373. package/dist/css/themes/custom/_bootswatch-v3.3.3/nav-pills.css +1 -0
  1374. package/dist/css/themes/custom/_bootswatch-v3.3.3/nav-stacked.css +1 -0
  1375. package/dist/css/themes/custom/_bootswatch-v3.3.3/nav-tabs.css +1 -0
  1376. package/dist/css/themes/custom/_bootswatch-v3.3.3/nav.css +1 -0
  1377. package/dist/css/themes/custom/_bootswatch-v3.3.3/navbar.css +1 -0
  1378. package/dist/css/themes/custom/_bootswatch-v3.3.3/pager.css +1 -0
  1379. package/dist/css/themes/custom/_bootswatch-v3.3.3/pagination.css +1 -0
  1380. package/dist/css/themes/custom/_bootswatch-v3.3.3/panel.css +1 -0
  1381. package/dist/css/themes/custom/_bootswatch-v3.3.3/popover.css +1 -0
  1382. package/dist/css/themes/custom/_bootswatch-v3.3.3/pre.css +1 -0
  1383. package/dist/css/themes/custom/_bootswatch-v3.3.3/progress.css +1 -0
  1384. package/dist/css/themes/custom/_bootswatch-v3.3.3/table.css +1 -0
  1385. package/dist/css/themes/custom/_bootswatch-v3.3.3/text.css +1 -0
  1386. package/dist/css/themes/custom/_bootswatch-v3.3.3/thumbnail.css +1 -0
  1387. package/dist/css/themes/custom/_bootswatch-v3.3.3/tooltip.css +1 -0
  1388. package/dist/css/themes/custom/_bootswatch-v3.3.3/visible.css +1 -0
  1389. package/dist/css/themes/custom/_bootswatch-v3.3.3/well.css +1 -0
  1390. package/dist/css/themes/custom/_bootswatch-v3.3.6/_media-print.css +1 -0
  1391. package/dist/css/themes/custom/_bootswatch-v3.3.6/alert.css +1 -0
  1392. package/dist/css/themes/custom/_bootswatch-v3.3.6/animations.css +1 -0
  1393. package/dist/css/themes/custom/_bootswatch-v3.3.6/badge.css +1 -0
  1394. package/dist/css/themes/custom/_bootswatch-v3.3.6/basics.css +11 -0
  1395. package/dist/css/themes/custom/_bootswatch-v3.3.6/blockquote.css +1 -0
  1396. package/dist/css/themes/custom/_bootswatch-v3.3.6/breadcrumb.css +1 -0
  1397. package/dist/css/themes/custom/_bootswatch-v3.3.6/btn.css +1 -0
  1398. package/dist/css/themes/custom/_bootswatch-v3.3.6/carousel.css +1 -0
  1399. package/dist/css/themes/custom/_bootswatch-v3.3.6/close.css +1 -0
  1400. package/dist/css/themes/custom/_bootswatch-v3.3.6/col.css +1 -0
  1401. package/dist/css/themes/custom/_bootswatch-v3.3.6/collapse.css +1 -0
  1402. package/dist/css/themes/custom/_bootswatch-v3.3.6/container.css +1 -0
  1403. package/dist/css/themes/custom/_bootswatch-v3.3.6/dropdown.css +1 -0
  1404. package/dist/css/themes/custom/_bootswatch-v3.3.6/embed-responsive.css +1 -0
  1405. package/dist/css/themes/custom/_bootswatch-v3.3.6/fade.css +1 -0
  1406. package/dist/css/themes/custom/_bootswatch-v3.3.6/form_input.css +1 -0
  1407. package/dist/css/themes/custom/_bootswatch-v3.3.6/glyphicon.css +1 -0
  1408. package/dist/css/themes/custom/_bootswatch-v3.3.6/img_figure.css +1 -0
  1409. package/dist/css/themes/custom/_bootswatch-v3.3.6/import_bootswatch.css +1 -0
  1410. package/dist/css/themes/custom/_bootswatch-v3.3.6/input-group.css +1 -0
  1411. package/dist/css/themes/custom/_bootswatch-v3.3.6/jumbotron.css +1 -0
  1412. package/dist/css/themes/custom/_bootswatch-v3.3.6/label.css +1 -0
  1413. package/dist/css/themes/custom/_bootswatch-v3.3.6/list-group.css +1 -0
  1414. package/dist/css/themes/custom/_bootswatch-v3.3.6/media.css +1 -0
  1415. package/dist/css/themes/custom/_bootswatch-v3.3.6/modal.css +1 -0
  1416. package/dist/css/themes/custom/_bootswatch-v3.3.6/nav.css +1 -0
  1417. package/dist/css/themes/custom/_bootswatch-v3.3.6/navbar.css +1 -0
  1418. package/dist/css/themes/custom/_bootswatch-v3.3.6/pager.css +1 -0
  1419. package/dist/css/themes/custom/_bootswatch-v3.3.6/pagination.css +1 -0
  1420. package/dist/css/themes/custom/_bootswatch-v3.3.6/panel.css +1 -0
  1421. package/dist/css/themes/custom/_bootswatch-v3.3.6/popover.css +1 -0
  1422. package/dist/css/themes/custom/_bootswatch-v3.3.6/progress.css +1 -0
  1423. package/dist/css/themes/custom/_bootswatch-v3.3.6/table.css +1 -0
  1424. package/dist/css/themes/custom/_bootswatch-v3.3.6/text.css +1 -0
  1425. package/dist/css/themes/custom/_bootswatch-v3.3.6/thumbnail.css +1 -0
  1426. package/dist/css/themes/custom/_bootswatch-v3.3.6/tooltip.css +1 -0
  1427. package/dist/css/themes/custom/_bootswatch-v3.3.6/visible.css +1 -0
  1428. package/dist/css/themes/custom/_bootswatch-v3.3.6/well.css +1 -0
  1429. package/dist/css/themes/custom/_bootswatch-v3.3.7/_media-print.css +1 -0
  1430. package/dist/css/themes/custom/_bootswatch-v3.3.7/alert.css +1 -0
  1431. package/dist/css/themes/custom/_bootswatch-v3.3.7/animations.css +1 -0
  1432. package/dist/css/themes/custom/_bootswatch-v3.3.7/badge.css +1 -0
  1433. package/dist/css/themes/custom/_bootswatch-v3.3.7/basics.css +11 -0
  1434. package/dist/css/themes/custom/_bootswatch-v3.3.7/blockquote.css +1 -0
  1435. package/dist/css/themes/custom/_bootswatch-v3.3.7/breadcrumb.css +1 -0
  1436. package/dist/css/themes/custom/_bootswatch-v3.3.7/btn.css +1 -0
  1437. package/dist/css/themes/custom/_bootswatch-v3.3.7/carousel.css +1 -0
  1438. package/dist/css/themes/custom/_bootswatch-v3.3.7/close.css +1 -0
  1439. package/dist/css/themes/custom/_bootswatch-v3.3.7/col.css +1 -0
  1440. package/dist/css/themes/custom/_bootswatch-v3.3.7/collapse.css +1 -0
  1441. package/dist/css/themes/custom/_bootswatch-v3.3.7/container.css +1 -0
  1442. package/dist/css/themes/custom/_bootswatch-v3.3.7/dropdown.css +1 -0
  1443. package/dist/css/themes/custom/_bootswatch-v3.3.7/embed-responsive.css +1 -0
  1444. package/dist/css/themes/custom/_bootswatch-v3.3.7/fade.css +1 -0
  1445. package/dist/css/themes/custom/_bootswatch-v3.3.7/figure_img.css +1 -0
  1446. package/dist/css/themes/custom/_bootswatch-v3.3.7/form-control.css +1 -0
  1447. package/dist/css/themes/custom/_bootswatch-v3.3.7/glyphicon.css +1 -0
  1448. package/dist/css/themes/custom/_bootswatch-v3.3.7/import_bootswatch.css +1 -0
  1449. package/dist/css/themes/custom/_bootswatch-v3.3.7/input-group.css +1 -0
  1450. package/dist/css/themes/custom/_bootswatch-v3.3.7/input.css +1 -0
  1451. package/dist/css/themes/custom/_bootswatch-v3.3.7/jumbotron.css +1 -0
  1452. package/dist/css/themes/custom/_bootswatch-v3.3.7/label.css +1 -0
  1453. package/dist/css/themes/custom/_bootswatch-v3.3.7/list-group.css +1 -0
  1454. package/dist/css/themes/custom/_bootswatch-v3.3.7/media.css +1 -0
  1455. package/dist/css/themes/custom/_bootswatch-v3.3.7/modal.css +1 -0
  1456. package/dist/css/themes/custom/_bootswatch-v3.3.7/nav.css +1 -0
  1457. package/dist/css/themes/custom/_bootswatch-v3.3.7/navbar.css +1 -0
  1458. package/dist/css/themes/custom/_bootswatch-v3.3.7/pager.css +1 -0
  1459. package/dist/css/themes/custom/_bootswatch-v3.3.7/pagination.css +1 -0
  1460. package/dist/css/themes/custom/_bootswatch-v3.3.7/panel.css +1 -0
  1461. package/dist/css/themes/custom/_bootswatch-v3.3.7/popover.css +1 -0
  1462. package/dist/css/themes/custom/_bootswatch-v3.3.7/progress.css +1 -0
  1463. package/dist/css/themes/custom/_bootswatch-v3.3.7/table.css +1 -0
  1464. package/dist/css/themes/custom/_bootswatch-v3.3.7/text.css +1 -0
  1465. package/dist/css/themes/custom/_bootswatch-v3.3.7/thumbnail.css +1 -0
  1466. package/dist/css/themes/custom/_bootswatch-v3.3.7/tooltip.css +1 -0
  1467. package/dist/css/themes/custom/_bootswatch-v3.3.7/visible.css +1 -0
  1468. package/dist/css/themes/custom/_bootswatch-v3.3.7/well.css +1 -0
  1469. package/dist/css/themes/custom/_bootswatch-v4.1.3/_media-print.css +1 -0
  1470. package/dist/css/themes/custom/_bootswatch-v4.1.3/accordion.css +1 -0
  1471. package/dist/css/themes/custom/_bootswatch-v4.1.3/alert.css +1 -0
  1472. package/dist/css/themes/custom/_bootswatch-v4.1.3/align.css +1 -0
  1473. package/dist/css/themes/custom/_bootswatch-v4.1.3/badge.css +1 -0
  1474. package/dist/css/themes/custom/_bootswatch-v4.1.3/basics.css +12 -0
  1475. package/dist/css/themes/custom/_bootswatch-v4.1.3/blockquote.css +1 -0
  1476. package/dist/css/themes/custom/_bootswatch-v4.1.3/border.css +1 -0
  1477. package/dist/css/themes/custom/_bootswatch-v4.1.3/breadcrumb.css +1 -0
  1478. package/dist/css/themes/custom/_bootswatch-v4.1.3/btn.css +1 -0
  1479. package/dist/css/themes/custom/_bootswatch-v4.1.3/card.css +1 -0
  1480. package/dist/css/themes/custom/_bootswatch-v4.1.3/carousel.css +1 -0
  1481. package/dist/css/themes/custom/_bootswatch-v4.1.3/close.css +1 -0
  1482. package/dist/css/themes/custom/_bootswatch-v4.1.3/col.css +1 -0
  1483. package/dist/css/themes/custom/_bootswatch-v4.1.3/container.css +1 -0
  1484. package/dist/css/themes/custom/_bootswatch-v4.1.3/custom.css +1 -0
  1485. package/dist/css/themes/custom/_bootswatch-v4.1.3/display.css +1 -0
  1486. package/dist/css/themes/custom/_bootswatch-v4.1.3/dropdown.css +1 -0
  1487. package/dist/css/themes/custom/_bootswatch-v4.1.3/embed-responsive.css +1 -0
  1488. package/dist/css/themes/custom/_bootswatch-v4.1.3/flex.css +1 -0
  1489. package/dist/css/themes/custom/_bootswatch-v4.1.3/float.css +1 -0
  1490. package/dist/css/themes/custom/_bootswatch-v4.1.3/form.css +1 -0
  1491. package/dist/css/themes/custom/_bootswatch-v4.1.3/img_figure.css +1 -0
  1492. package/dist/css/themes/custom/_bootswatch-v4.1.3/import_bootswatch.css +1 -0
  1493. package/dist/css/themes/custom/_bootswatch-v4.1.3/input-group.css +1 -0
  1494. package/dist/css/themes/custom/_bootswatch-v4.1.3/jumbotron.css +1 -0
  1495. package/dist/css/themes/custom/_bootswatch-v4.1.3/justify.css +1 -0
  1496. package/dist/css/themes/custom/_bootswatch-v4.1.3/list-group.css +1 -0
  1497. package/dist/css/themes/custom/_bootswatch-v4.1.3/margin.css +1 -0
  1498. package/dist/css/themes/custom/_bootswatch-v4.1.3/modal.css +1 -0
  1499. package/dist/css/themes/custom/_bootswatch-v4.1.3/nav.css +1 -0
  1500. package/dist/css/themes/custom/_bootswatch-v4.1.3/navbar.css +1 -0
  1501. package/dist/css/themes/custom/_bootswatch-v4.1.3/padding.css +1 -0
  1502. package/dist/css/themes/custom/_bootswatch-v4.1.3/page.css +1 -0
  1503. package/dist/css/themes/custom/_bootswatch-v4.1.3/pagination.css +1 -0
  1504. package/dist/css/themes/custom/_bootswatch-v4.1.3/popover.css +1 -0
  1505. package/dist/css/themes/custom/_bootswatch-v4.1.3/position.css +1 -0
  1506. package/dist/css/themes/custom/_bootswatch-v4.1.3/progress.css +1 -0
  1507. package/dist/css/themes/custom/_bootswatch-v4.1.3/rounded.css +1 -0
  1508. package/dist/css/themes/custom/_bootswatch-v4.1.3/shadow.css +1 -0
  1509. package/dist/css/themes/custom/_bootswatch-v4.1.3/table.css +1 -0
  1510. package/dist/css/themes/custom/_bootswatch-v4.1.3/text.css +1 -0
  1511. package/dist/css/themes/custom/_bootswatch-v4.1.3/tooltip.css +1 -0
  1512. package/dist/css/themes/custom/_bootswatch-v4.1.3/validated.css +1 -0
  1513. package/dist/css/themes/custom/aquamarine/button-aquamarine.css +1 -0
  1514. package/dist/css/themes/custom/aquamarine/checkbox-aquamarine.css +1 -0
  1515. package/dist/css/themes/custom/aquamarine/custom-aquamarine.css +1 -0
  1516. package/dist/css/themes/custom/aquamarine/custom-aquamarine.min.css +1 -0
  1517. package/dist/css/themes/custom/aquamarine/font/WorkSans-Black.woff +0 -0
  1518. package/dist/css/themes/custom/aquamarine/font/WorkSans-Black.woff2 +0 -0
  1519. package/dist/css/themes/custom/aquamarine/font/WorkSans-BlackItalic.woff +0 -0
  1520. package/dist/css/themes/custom/aquamarine/font/WorkSans-BlackItalic.woff2 +0 -0
  1521. package/dist/css/themes/custom/aquamarine/font/WorkSans-Bold.woff +0 -0
  1522. package/dist/css/themes/custom/aquamarine/font/WorkSans-Bold.woff2 +0 -0
  1523. package/dist/css/themes/custom/aquamarine/font/WorkSans-BoldItalic.woff +0 -0
  1524. package/dist/css/themes/custom/aquamarine/font/WorkSans-BoldItalic.woff2 +0 -0
  1525. package/dist/css/themes/custom/aquamarine/font/WorkSans-ExtraBold.woff +0 -0
  1526. package/dist/css/themes/custom/aquamarine/font/WorkSans-ExtraBold.woff2 +0 -0
  1527. package/dist/css/themes/custom/aquamarine/font/WorkSans-ExtraBoldItalic.woff +0 -0
  1528. package/dist/css/themes/custom/aquamarine/font/WorkSans-ExtraBoldItalic.woff2 +0 -0
  1529. package/dist/css/themes/custom/aquamarine/font/WorkSans-ExtraLight.woff +0 -0
  1530. package/dist/css/themes/custom/aquamarine/font/WorkSans-ExtraLight.woff2 +0 -0
  1531. package/dist/css/themes/custom/aquamarine/font/WorkSans-ExtraLightItalic.woff +0 -0
  1532. package/dist/css/themes/custom/aquamarine/font/WorkSans-ExtraLightItalic.woff2 +0 -0
  1533. package/dist/css/themes/custom/aquamarine/font/WorkSans-Italic.woff +0 -0
  1534. package/dist/css/themes/custom/aquamarine/font/WorkSans-Italic.woff2 +0 -0
  1535. package/dist/css/themes/custom/aquamarine/font/WorkSans-Light.woff +0 -0
  1536. package/dist/css/themes/custom/aquamarine/font/WorkSans-Light.woff2 +0 -0
  1537. package/dist/css/themes/custom/aquamarine/font/WorkSans-LightItalic.woff +0 -0
  1538. package/dist/css/themes/custom/aquamarine/font/WorkSans-LightItalic.woff2 +0 -0
  1539. package/dist/css/themes/custom/aquamarine/font/WorkSans-Medium.woff +0 -0
  1540. package/dist/css/themes/custom/aquamarine/font/WorkSans-Medium.woff2 +0 -0
  1541. package/dist/css/themes/custom/aquamarine/font/WorkSans-MediumItalic.woff +0 -0
  1542. package/dist/css/themes/custom/aquamarine/font/WorkSans-MediumItalic.woff2 +0 -0
  1543. package/dist/css/themes/custom/aquamarine/font/WorkSans-Regular.woff +0 -0
  1544. package/dist/css/themes/custom/aquamarine/font/WorkSans-Regular.woff2 +0 -0
  1545. package/dist/css/themes/custom/aquamarine/font/WorkSans-SemiBold.woff +0 -0
  1546. package/dist/css/themes/custom/aquamarine/font/WorkSans-SemiBold.woff2 +0 -0
  1547. package/dist/css/themes/custom/aquamarine/font/WorkSans-SemiBoldItalic.woff +0 -0
  1548. package/dist/css/themes/custom/aquamarine/font/WorkSans-SemiBoldItalic.woff2 +0 -0
  1549. package/dist/css/themes/custom/aquamarine/font/WorkSans-Thin.woff +0 -0
  1550. package/dist/css/themes/custom/aquamarine/font/WorkSans-Thin.woff2 +0 -0
  1551. package/dist/css/themes/custom/aquamarine/font/WorkSans-ThinItalic.woff +0 -0
  1552. package/dist/css/themes/custom/aquamarine/font/WorkSans-ThinItalic.woff2 +0 -0
  1553. package/dist/css/themes/custom/aquamarine/font/fonts.css +1 -0
  1554. package/dist/css/themes/custom/aquamarine/img/arrow-gray.svg +1 -0
  1555. package/dist/css/themes/custom/aquamarine/img/arrow-white.svg +1 -0
  1556. package/dist/css/themes/custom/aquamarine/navbar-aquamarine.css +1 -0
  1557. package/dist/css/themes/custom/aquamarine/panel-aquamarine.css +1 -0
  1558. package/dist/css/themes/custom/cerulean/button-cerulean.css +1 -0
  1559. package/dist/css/themes/custom/cerulean/custom-cerulean.css +1 -0
  1560. package/dist/css/themes/custom/cerulean/custom-cerulean.min.css +1 -0
  1561. package/dist/css/themes/custom/cerulean/img/arrow-gray.svg +1 -0
  1562. package/dist/css/themes/custom/cerulean/img/arrow-white.svg +1 -0
  1563. package/dist/css/themes/custom/cerulean/navbar-cerulean.css +1 -0
  1564. package/dist/css/themes/custom/cerulean/panel-cerulean.css +1 -0
  1565. package/dist/css/themes/custom/cosmo/button-cosmo.css +1 -0
  1566. package/dist/css/themes/custom/cosmo/custom-cosmo.css +1 -0
  1567. package/dist/css/themes/custom/cosmo/custom-cosmo.min.css +1 -0
  1568. package/dist/css/themes/custom/cosmo/navbar-cosmo.css +1 -0
  1569. package/dist/css/themes/custom/cosmo/panel-cosmo.css +1 -0
  1570. package/dist/css/themes/custom/cyborg/button-cyborg.css +1 -0
  1571. package/dist/css/themes/custom/cyborg/custom-cyborg.css +1 -0
  1572. package/dist/css/themes/custom/cyborg/custom-cyborg.min.css +1 -0
  1573. package/dist/css/themes/custom/cyborg/navbar-cyborg.css +1 -0
  1574. package/dist/css/themes/custom/cyborg/panel-cyborg.css +1 -0
  1575. package/dist/css/themes/custom/darkly/button-darkly.css +1 -0
  1576. package/dist/css/themes/custom/darkly/custom-darkly.css +1 -0
  1577. package/dist/css/themes/custom/darkly/custom-darkly.min.css +1 -0
  1578. package/dist/css/themes/custom/darkly/navbar-darkly.css +1 -0
  1579. package/dist/css/themes/custom/darkly/panel-darkly.css +1 -0
  1580. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/_media-print.css +1 -0
  1581. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/alert.css +1 -0
  1582. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/animations.css +1 -0
  1583. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/badge.css +1 -0
  1584. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/basics.css +11 -0
  1585. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/blockquote.css +1 -0
  1586. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/breadcrumb.css +1 -0
  1587. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/btn.css +1 -0
  1588. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/carousel.css +1 -0
  1589. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/close.css +1 -0
  1590. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/col.css +1 -0
  1591. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/collapse.css +1 -0
  1592. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/container.css +1 -0
  1593. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/dropdown.css +1 -0
  1594. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/embed-responsive.css +1 -0
  1595. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/fade.css +1 -0
  1596. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/figure_img.css +1 -0
  1597. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/form-control.css +1 -0
  1598. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/glyphicon.css +1 -0
  1599. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/import_bootswatch.css +1 -0
  1600. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/input-group.css +1 -0
  1601. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/input.css +1 -0
  1602. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/jumbotron.css +1 -0
  1603. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/label.css +1 -0
  1604. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/list-group.css +1 -0
  1605. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/media.css +1 -0
  1606. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/modal.css +1 -0
  1607. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/nav.css +1 -0
  1608. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/navbar.css +1 -0
  1609. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/pager.css +1 -0
  1610. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/pagination.css +1 -0
  1611. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/panel.css +1 -0
  1612. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/popover.css +1 -0
  1613. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/progress.css +1 -0
  1614. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/table.css +1 -0
  1615. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/text.css +1 -0
  1616. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/thumbnail.css +1 -0
  1617. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/tooltip.css +1 -0
  1618. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/visible.css +1 -0
  1619. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/well.css +1 -0
  1620. package/dist/css/themes/custom/dsgov/button-dsgov.css +1 -0
  1621. package/dist/css/themes/custom/dsgov/calendar-dsgov.css +1 -0
  1622. package/dist/css/themes/custom/dsgov/color-dsgov.css +1 -0
  1623. package/dist/css/themes/custom/dsgov/custom-dsgov.css +1 -0
  1624. package/dist/css/themes/custom/dsgov/custom-dsgov.min.css +1 -0
  1625. package/dist/css/themes/custom/dsgov/font/WorkSans-Black.woff +0 -0
  1626. package/dist/css/themes/custom/dsgov/font/WorkSans-Black.woff2 +0 -0
  1627. package/dist/css/themes/custom/dsgov/font/WorkSans-BlackItalic.woff +0 -0
  1628. package/dist/css/themes/custom/dsgov/font/WorkSans-BlackItalic.woff2 +0 -0
  1629. package/dist/css/themes/custom/dsgov/font/WorkSans-Bold.woff +0 -0
  1630. package/dist/css/themes/custom/dsgov/font/WorkSans-Bold.woff2 +0 -0
  1631. package/dist/css/themes/custom/dsgov/font/WorkSans-BoldItalic.woff +0 -0
  1632. package/dist/css/themes/custom/dsgov/font/WorkSans-BoldItalic.woff2 +0 -0
  1633. package/dist/css/themes/custom/dsgov/font/WorkSans-ExtraBold.woff +0 -0
  1634. package/dist/css/themes/custom/dsgov/font/WorkSans-ExtraBold.woff2 +0 -0
  1635. package/dist/css/themes/custom/dsgov/font/WorkSans-ExtraBoldItalic.woff +0 -0
  1636. package/dist/css/themes/custom/dsgov/font/WorkSans-ExtraBoldItalic.woff2 +0 -0
  1637. package/dist/css/themes/custom/dsgov/font/WorkSans-ExtraLight.woff +0 -0
  1638. package/dist/css/themes/custom/dsgov/font/WorkSans-ExtraLight.woff2 +0 -0
  1639. package/dist/css/themes/custom/dsgov/font/WorkSans-ExtraLightItalic.woff +0 -0
  1640. package/dist/css/themes/custom/dsgov/font/WorkSans-ExtraLightItalic.woff2 +0 -0
  1641. package/dist/css/themes/custom/dsgov/font/WorkSans-Italic.woff +0 -0
  1642. package/dist/css/themes/custom/dsgov/font/WorkSans-Italic.woff2 +0 -0
  1643. package/dist/css/themes/custom/dsgov/font/WorkSans-Light.woff +0 -0
  1644. package/dist/css/themes/custom/dsgov/font/WorkSans-Light.woff2 +0 -0
  1645. package/dist/css/themes/custom/dsgov/font/WorkSans-LightItalic.woff +0 -0
  1646. package/dist/css/themes/custom/dsgov/font/WorkSans-LightItalic.woff2 +0 -0
  1647. package/dist/css/themes/custom/dsgov/font/WorkSans-Medium.woff +0 -0
  1648. package/dist/css/themes/custom/dsgov/font/WorkSans-Medium.woff2 +0 -0
  1649. package/dist/css/themes/custom/dsgov/font/WorkSans-MediumItalic.woff +0 -0
  1650. package/dist/css/themes/custom/dsgov/font/WorkSans-MediumItalic.woff2 +0 -0
  1651. package/dist/css/themes/custom/dsgov/font/WorkSans-Regular.woff +0 -0
  1652. package/dist/css/themes/custom/dsgov/font/WorkSans-Regular.woff2 +0 -0
  1653. package/dist/css/themes/custom/dsgov/font/WorkSans-SemiBold.woff +0 -0
  1654. package/dist/css/themes/custom/dsgov/font/WorkSans-SemiBold.woff2 +0 -0
  1655. package/dist/css/themes/custom/dsgov/font/WorkSans-SemiBoldItalic.woff +0 -0
  1656. package/dist/css/themes/custom/dsgov/font/WorkSans-SemiBoldItalic.woff2 +0 -0
  1657. package/dist/css/themes/custom/dsgov/font/WorkSans-Thin.woff +0 -0
  1658. package/dist/css/themes/custom/dsgov/font/WorkSans-Thin.woff2 +0 -0
  1659. package/dist/css/themes/custom/dsgov/font/WorkSans-ThinItalic.woff +0 -0
  1660. package/dist/css/themes/custom/dsgov/font/WorkSans-ThinItalic.woff2 +0 -0
  1661. package/dist/css/themes/custom/dsgov/font/fonts.css +1 -0
  1662. package/dist/css/themes/custom/dsgov/font2/fonts.css +1 -0
  1663. package/dist/css/themes/custom/dsgov/font2/rawline-100.woff +0 -0
  1664. package/dist/css/themes/custom/dsgov/font2/rawline-100i.woff +0 -0
  1665. package/dist/css/themes/custom/dsgov/font2/rawline-200.woff +0 -0
  1666. package/dist/css/themes/custom/dsgov/font2/rawline-200i.woff +0 -0
  1667. package/dist/css/themes/custom/dsgov/font2/rawline-300.woff +0 -0
  1668. package/dist/css/themes/custom/dsgov/font2/rawline-300i.woff +0 -0
  1669. package/dist/css/themes/custom/dsgov/font2/rawline-400.woff +0 -0
  1670. package/dist/css/themes/custom/dsgov/font2/rawline-400i.woff +0 -0
  1671. package/dist/css/themes/custom/dsgov/font2/rawline-500.woff +0 -0
  1672. package/dist/css/themes/custom/dsgov/font2/rawline-500i.woff +0 -0
  1673. package/dist/css/themes/custom/dsgov/font2/rawline-600.woff +0 -0
  1674. package/dist/css/themes/custom/dsgov/font2/rawline-600i.woff +0 -0
  1675. package/dist/css/themes/custom/dsgov/font2/rawline-700.woff +0 -0
  1676. package/dist/css/themes/custom/dsgov/font2/rawline-700i.woff +0 -0
  1677. package/dist/css/themes/custom/dsgov/font2/rawline-800.woff +0 -0
  1678. package/dist/css/themes/custom/dsgov/font2/rawline-800i.woff +0 -0
  1679. package/dist/css/themes/custom/dsgov/font2/rawline-900.woff +0 -0
  1680. package/dist/css/themes/custom/dsgov/font2/rawline-900i.woff +0 -0
  1681. package/dist/css/themes/custom/dsgov/form-dsgov.css +1 -0
  1682. package/dist/css/themes/custom/dsgov/img/arrow-blue.svg +1 -0
  1683. package/dist/css/themes/custom/dsgov/img/cover.jpg +0 -0
  1684. package/dist/css/themes/custom/dsgov/navbar-dsgov.css +1 -0
  1685. package/dist/css/themes/custom/dsgov/panel-dsgov.css +1 -0
  1686. package/dist/css/themes/custom/dsgov/slider-dsgov.css +1 -0
  1687. package/dist/css/themes/custom/dsgov/table-grid-dsgov.css +1 -0
  1688. package/dist/css/themes/custom/flatly/button-flatly.css +1 -0
  1689. package/dist/css/themes/custom/flatly/custom-flatly.css +1 -0
  1690. package/dist/css/themes/custom/flatly/custom-flatly.min.css +1 -0
  1691. package/dist/css/themes/custom/flatly/navbar-flatly.css +1 -0
  1692. package/dist/css/themes/custom/flatly/panel-flatly.css +1 -0
  1693. package/dist/css/themes/custom/fuse/button-fuse.css +1 -0
  1694. package/dist/css/themes/custom/fuse/components_css/alert.css +1 -0
  1695. package/dist/css/themes/custom/fuse/components_css/badge.css +1 -0
  1696. package/dist/css/themes/custom/fuse/components_css/blockquote.css +1 -0
  1697. package/dist/css/themes/custom/fuse/components_css/breadcrumb.css +1 -0
  1698. package/dist/css/themes/custom/fuse/components_css/btn.css +1 -0
  1699. package/dist/css/themes/custom/fuse/components_css/close.css +1 -0
  1700. package/dist/css/themes/custom/fuse/components_css/form.css +1 -0
  1701. package/dist/css/themes/custom/fuse/components_css/glyphicon.css +1 -0
  1702. package/dist/css/themes/custom/fuse/components_css/hidden.css +1 -0
  1703. package/dist/css/themes/custom/fuse/components_css/import_components_css.css +1 -0
  1704. package/dist/css/themes/custom/fuse/components_css/list-group.css +1 -0
  1705. package/dist/css/themes/custom/fuse/components_css/modal.css +1 -0
  1706. package/dist/css/themes/custom/fuse/components_css/navbar.css +1 -0
  1707. package/dist/css/themes/custom/fuse/components_css/pager.css +1 -0
  1708. package/dist/css/themes/custom/fuse/components_css/pagination.css +1 -0
  1709. package/dist/css/themes/custom/fuse/components_css/panel.css +1 -0
  1710. package/dist/css/themes/custom/fuse/components_css/popover.css +1 -0
  1711. package/dist/css/themes/custom/fuse/components_css/progress.css +1 -0
  1712. package/dist/css/themes/custom/fuse/components_css/table.css +1 -0
  1713. package/dist/css/themes/custom/fuse/components_css/thumbnail.css +1 -0
  1714. package/dist/css/themes/custom/fuse/components_css/tooltip.css +1 -0
  1715. package/dist/css/themes/custom/fuse/components_css/type_bootstrap.css +1 -0
  1716. package/dist/css/themes/custom/fuse/components_css/well.css +1 -0
  1717. package/dist/css/themes/custom/fuse/custom-fuse.css +1 -0
  1718. package/dist/css/themes/custom/fuse/custom-fuse.min.css +1 -0
  1719. package/dist/css/themes/custom/fuse/font/Inter-roman.var.woff2 +0 -0
  1720. package/dist/css/themes/custom/fuse/font/font.css +1 -0
  1721. package/dist/css/themes/custom/fuse/font/fonts.css +1 -0
  1722. package/dist/css/themes/custom/fuse/img/arrow-gray.svg +1 -0
  1723. package/dist/css/themes/custom/fuse/img/arrow-white.svg +1 -0
  1724. package/dist/css/themes/custom/fuse/navbar-fuse.css +1 -0
  1725. package/dist/css/themes/custom/fuse/panel-fuse.css +1 -0
  1726. package/dist/css/themes/custom/journal/button-journal.css +1 -0
  1727. package/dist/css/themes/custom/journal/custom-journal.css +1 -0
  1728. package/dist/css/themes/custom/journal/custom-journal.min.css +1 -0
  1729. package/dist/css/themes/custom/journal/navbar-journal.css +1 -0
  1730. package/dist/css/themes/custom/journal/panel-journal.css +1 -0
  1731. package/dist/css/themes/custom/krypton/custom-krypton.css +1 -0
  1732. package/dist/css/themes/custom/krypton/grid-krypton.css +1 -0
  1733. package/dist/css/themes/custom/krypton/navbar-krypton.css +1 -0
  1734. package/dist/css/themes/custom/krypton/panel-krypton.css +1 -0
  1735. package/dist/css/themes/custom/lumen/button-lumen.css +1 -0
  1736. package/dist/css/themes/custom/lumen/custom-lumen.css +1 -0
  1737. package/dist/css/themes/custom/lumen/custom-lumen.min.css +1 -0
  1738. package/dist/css/themes/custom/lumen/navbar-lumen.css +1 -0
  1739. package/dist/css/themes/custom/lumen/panel-lumen.css +1 -0
  1740. package/dist/css/themes/custom/material/components_css/crn-button.css +1 -0
  1741. package/dist/css/themes/custom/material/components_css/crn-carousel.css +1 -0
  1742. package/dist/css/themes/custom/material/components_css/crn-cron-calendar.css +1 -0
  1743. package/dist/css/themes/custom/material/components_css/crn-cron-grid.css +1 -0
  1744. package/dist/css/themes/custom/material/components_css/crn-enterprise.css +1 -0
  1745. package/dist/css/themes/custom/material/components_css/crn-navbar.css +1 -0
  1746. package/dist/css/themes/custom/material/components_css/crn-scheduler.css +1 -0
  1747. package/dist/css/themes/custom/material/components_css/login.css +1 -0
  1748. package/dist/css/themes/custom/material/components_css/ui-notification.css +1 -0
  1749. package/dist/css/themes/custom/material/custom-material.css +1 -0
  1750. package/dist/css/themes/custom/material/custom-material.min.css +1 -0
  1751. package/dist/css/themes/custom/material/font/Roboto-Black.woff +0 -0
  1752. package/dist/css/themes/custom/material/font/Roboto-Black.woff2 +0 -0
  1753. package/dist/css/themes/custom/material/font/Roboto-BlackItalic.woff +0 -0
  1754. package/dist/css/themes/custom/material/font/Roboto-BlackItalic.woff2 +0 -0
  1755. package/dist/css/themes/custom/material/font/Roboto-Bold.woff +0 -0
  1756. package/dist/css/themes/custom/material/font/Roboto-Bold.woff2 +0 -0
  1757. package/dist/css/themes/custom/material/font/Roboto-BoldItalic.woff +0 -0
  1758. package/dist/css/themes/custom/material/font/Roboto-BoldItalic.woff2 +0 -0
  1759. package/dist/css/themes/custom/material/font/Roboto-Italic.woff +0 -0
  1760. package/dist/css/themes/custom/material/font/Roboto-Italic.woff2 +0 -0
  1761. package/dist/css/themes/custom/material/font/Roboto-Light.woff +0 -0
  1762. package/dist/css/themes/custom/material/font/Roboto-Light.woff2 +0 -0
  1763. package/dist/css/themes/custom/material/font/Roboto-LightItalic.woff +0 -0
  1764. package/dist/css/themes/custom/material/font/Roboto-LightItalic.woff2 +0 -0
  1765. package/dist/css/themes/custom/material/font/Roboto-Medium.woff +0 -0
  1766. package/dist/css/themes/custom/material/font/Roboto-Medium.woff2 +0 -0
  1767. package/dist/css/themes/custom/material/font/Roboto-MediumItalic.woff +0 -0
  1768. package/dist/css/themes/custom/material/font/Roboto-MediumItalic.woff2 +0 -0
  1769. package/dist/css/themes/custom/material/font/Roboto-Regular.woff +0 -0
  1770. package/dist/css/themes/custom/material/font/Roboto-Regular.woff2 +0 -0
  1771. package/dist/css/themes/custom/material/font/Roboto-Thin.woff +0 -0
  1772. package/dist/css/themes/custom/material/font/Roboto-Thin.woff2 +0 -0
  1773. package/dist/css/themes/custom/material/font/Roboto-ThinItalic.woff +0 -0
  1774. package/dist/css/themes/custom/material/font/Roboto-ThinItalic.woff2 +0 -0
  1775. package/dist/css/themes/custom/material/font/fonts.css +1 -0
  1776. package/dist/css/themes/custom/material/grid-material.css +1 -0
  1777. package/dist/css/themes/custom/material/img/arrow-gray.svg +1 -0
  1778. package/dist/css/themes/custom/material/img/arrow-white.svg +1 -0
  1779. package/dist/css/themes/custom/material/navbar-material.css +1 -0
  1780. package/dist/css/themes/custom/material/panel-material.css +1 -0
  1781. package/dist/css/themes/custom/material-round/custom-material-round.css +1 -0
  1782. package/dist/css/themes/custom/material-round/grid-material-round.css +1 -0
  1783. package/dist/css/themes/custom/material-round/navbar-material-round.css +1 -0
  1784. package/dist/css/themes/custom/material-round/panel-material-round.css +1 -0
  1785. package/dist/css/themes/custom/material_raiz/components_css/crn-button.css +1 -0
  1786. package/dist/css/themes/custom/material_raiz/components_css/crn-carousel.css +1 -0
  1787. package/dist/css/themes/custom/material_raiz/components_css/crn-cron-calendar.css +1 -0
  1788. package/dist/css/themes/custom/material_raiz/components_css/crn-cron-grid.css +1 -0
  1789. package/dist/css/themes/custom/material_raiz/components_css/crn-enterprise.css +1 -0
  1790. package/dist/css/themes/custom/material_raiz/components_css/crn-navbar.css +1 -0
  1791. package/dist/css/themes/custom/material_raiz/components_css/crn-scheduler.css +1 -0
  1792. package/dist/css/themes/custom/material_raiz/components_css/login.css +1 -0
  1793. package/dist/css/themes/custom/material_raiz/components_css/ui-notification.css +1 -0
  1794. package/dist/css/themes/custom/material_raiz/custom-material_raiz.css +1 -0
  1795. package/dist/css/themes/custom/materialui/custom-materialui.css +1 -0
  1796. package/dist/css/themes/custom/nature/custom-nature.css +1 -0
  1797. package/dist/css/themes/custom/nature/grid-nature.css +1 -0
  1798. package/dist/css/themes/custom/nature/navbar-nature.css +1 -0
  1799. package/dist/css/themes/custom/nature/panel-nature.css +1 -0
  1800. package/dist/css/themes/custom/navigator/custom-navigator.css +1 -0
  1801. package/dist/css/themes/custom/paper/button-paper.css +1 -0
  1802. package/dist/css/themes/custom/paper/custom-paper.css +1 -0
  1803. package/dist/css/themes/custom/paper/custom-paper.min.css +1 -0
  1804. package/dist/css/themes/custom/paper/navbar-paper.css +1 -0
  1805. package/dist/css/themes/custom/paper/panel-paper.css +1 -0
  1806. package/dist/css/themes/custom/readable/button-readable.css +1 -0
  1807. package/dist/css/themes/custom/readable/custom-readable.css +1 -0
  1808. package/dist/css/themes/custom/readable/custom-readable.min.css +1 -0
  1809. package/dist/css/themes/custom/readable/navbar-readable.css +1 -0
  1810. package/dist/css/themes/custom/readable/panel-readable.css +1 -0
  1811. package/dist/css/themes/custom/sandstone/button-sandstone.css +1 -0
  1812. package/dist/css/themes/custom/sandstone/custom-sandstone.css +1 -0
  1813. package/dist/css/themes/custom/sandstone/custom-sandstone.min.css +1 -0
  1814. package/dist/css/themes/custom/sandstone/navbar-sandstone.css +1 -0
  1815. package/dist/css/themes/custom/sandstone/panel-sandstone.css +1 -0
  1816. package/dist/css/themes/custom/simplex/button-simplex.css +1 -0
  1817. package/dist/css/themes/custom/simplex/custom-simplex.css +1 -0
  1818. package/dist/css/themes/custom/simplex/custom-simplex.min.css +1 -0
  1819. package/dist/css/themes/custom/simplex/navbar-simplex.css +1 -0
  1820. package/dist/css/themes/custom/simplex/panel-simplex.css +1 -0
  1821. package/dist/css/themes/custom/slate/button-slate.css +1 -0
  1822. package/dist/css/themes/custom/slate/custom-slate.css +1 -0
  1823. package/dist/css/themes/custom/slate/custom-slate.min.css +1 -0
  1824. package/dist/css/themes/custom/slate/navbar-slate.css +1 -0
  1825. package/dist/css/themes/custom/slate/panel-slate.css +1 -0
  1826. package/dist/css/themes/custom/spacelab/button-spacelab.css +1 -0
  1827. package/dist/css/themes/custom/spacelab/custom-spacelab.css +1 -0
  1828. package/dist/css/themes/custom/spacelab/custom-spacelab.min.css +1 -0
  1829. package/dist/css/themes/custom/spacelab/navbar-spacelab.css +1 -0
  1830. package/dist/css/themes/custom/spacelab/panel-spacelab.css +1 -0
  1831. package/dist/css/themes/custom/superhero/button-superhero.css +1 -0
  1832. package/dist/css/themes/custom/superhero/custom-superhero.css +1 -0
  1833. package/dist/css/themes/custom/superhero/custom-superhero.min.css +1 -0
  1834. package/dist/css/themes/custom/superhero/navbar-superhero.css +1 -0
  1835. package/dist/css/themes/custom/superhero/panel-superhero.css +1 -0
  1836. package/dist/css/themes/custom/superhero/tabs-superhero.css +1 -0
  1837. package/dist/css/themes/custom/theme-general/button.css +1 -0
  1838. package/dist/css/themes/custom/theme-general/carousel.css +1 -0
  1839. package/dist/css/themes/custom/theme-general/forms.css +1 -0
  1840. package/dist/css/themes/custom/theme-general/login.css +1 -0
  1841. package/dist/css/themes/custom/theme-general/menu-vertical-retratil.css +1 -0
  1842. package/dist/css/themes/custom/theme-general/menu.css +1 -0
  1843. package/dist/css/themes/custom/theme-general/modal.css +1 -0
  1844. package/dist/css/themes/custom/theme-general/notification.css +1 -0
  1845. package/dist/css/themes/custom/theme-general/report-viewer.css +1 -0
  1846. package/dist/css/themes/custom/theme-general/scheduler.css +1 -0
  1847. package/dist/css/themes/custom/theme-general/slider.css +1 -0
  1848. package/dist/css/themes/custom/theme-general/table-grid.css +1 -0
  1849. package/dist/css/themes/custom/theme-general/tabs.css +1 -0
  1850. package/dist/css/themes/custom/theme-general/theme-general.css +1 -0
  1851. package/dist/css/themes/custom/theme-general/timeline.css +1 -0
  1852. package/dist/css/themes/custom/theme-general/treeview.css +1 -0
  1853. package/dist/css/themes/custom/theme-general/wizard.css +1 -0
  1854. package/dist/css/themes/custom/united/button-united.css +1 -0
  1855. package/dist/css/themes/custom/united/custom-united.css +1 -0
  1856. package/dist/css/themes/custom/united/custom-united.min.css +1 -0
  1857. package/dist/css/themes/custom/united/navbar-united.css +1 -0
  1858. package/dist/css/themes/custom/united/panel-united.css +1 -0
  1859. package/dist/css/themes/custom/yeti/button-yeti.css +1 -0
  1860. package/dist/css/themes/custom/yeti/custom-yeti.css +1 -0
  1861. package/dist/css/themes/custom/yeti/custom-yeti.min.css +1 -0
  1862. package/dist/css/themes/custom/yeti/navbar-yeti.css +1 -0
  1863. package/dist/css/themes/custom/yeti/panel-yeti.css +1 -0
  1864. package/dist/css/themes/cyborg.min.css +1 -0
  1865. package/dist/css/themes/darkly.min.css +1 -0
  1866. package/dist/css/themes/deprecated/custom/aquamarine/font/fonts.css +1 -0
  1867. package/dist/css/themes/dsgov.min.css +1 -0
  1868. package/dist/css/themes/flatly.min.css +1 -0
  1869. package/dist/css/themes/fuse.min.css +1 -0
  1870. package/dist/css/themes/journal.min.css +1 -0
  1871. package/dist/css/themes/krypton.min.css +1 -0
  1872. package/dist/css/themes/lumen.min.css +1 -0
  1873. package/dist/css/themes/material-round.min.css +1 -0
  1874. package/dist/css/themes/material.min.css +1 -0
  1875. package/dist/css/themes/material_raiz.min.css +1 -0
  1876. package/dist/css/themes/materialui.min.css +1 -0
  1877. package/dist/css/themes/nature.min.css +1 -0
  1878. package/dist/css/themes/paper.min.css +1 -0
  1879. package/dist/css/themes/readable.min.css +1 -0
  1880. package/dist/css/themes/sandstone.min.css +1 -0
  1881. package/dist/css/themes/simplex.min.css +1 -0
  1882. package/dist/css/themes/slate.min.css +1 -0
  1883. package/dist/css/themes/spacelab.min.css +1 -0
  1884. package/dist/css/themes/superhero.min.css +1 -0
  1885. package/dist/css/themes/theme.editor.view.html +5 -0
  1886. package/dist/css/themes/united.min.css +1 -0
  1887. package/dist/css/themes/yeti.min.css +1 -0
  1888. package/dist/i18n/locale_en_us.json +158 -0
  1889. package/dist/i18n/locale_pt_br.json +158 -0
  1890. package/dist/img/ballon_icon.svg +1 -0
  1891. package/dist/img/barcode.png +0 -0
  1892. package/dist/img/cron-icon/crn-QRCode.svg +1 -0
  1893. package/dist/img/cron-icon/crn-accordion.svg +1 -0
  1894. package/dist/img/cron-icon/crn-anchor.svg +1 -0
  1895. package/dist/img/cron-icon/crn-button.svg +1 -0
  1896. package/dist/img/cron-icon/crn-calendar.svg +1 -0
  1897. package/dist/img/cron-icon/crn-captcha.svg +1 -0
  1898. package/dist/img/cron-icon/crn-carousel.svg +1 -0
  1899. package/dist/img/cron-icon/crn-chart.svg +1 -0
  1900. package/dist/img/cron-icon/crn-checkbox.svg +1 -0
  1901. package/dist/img/cron-icon/crn-combobox-dynamic.svg +1 -0
  1902. package/dist/img/cron-icon/crn-combobox.svg +1 -0
  1903. package/dist/img/cron-icon/crn-cron-crud.svg +1 -0
  1904. package/dist/img/cron-icon/crn-cron-dashboard-viewer.svg +1 -0
  1905. package/dist/img/cron-icon/crn-datasource.svg +1 -0
  1906. package/dist/img/cron-icon/crn-datepicker.svg +1 -0
  1907. package/dist/img/cron-icon/crn-datetimepicker.svg +1 -0
  1908. package/dist/img/cron-icon/crn-dynamic-file.svg +1 -0
  1909. package/dist/img/cron-icon/crn-dynamic-image.svg +1 -0
  1910. package/dist/img/cron-icon/crn-dynamic-menu.svg +1 -0
  1911. package/dist/img/cron-icon/crn-eight-four-container.svg +1 -0
  1912. package/dist/img/cron-icon/crn-eight-twelve-container.svg +1 -0
  1913. package/dist/img/cron-icon/crn-enterprise-autocomplete.svg +1 -0
  1914. package/dist/img/cron-icon/crn-enterprise-combobox-multiple.svg +1 -0
  1915. package/dist/img/cron-icon/crn-enterprise-combobox.svg +1 -0
  1916. package/dist/img/cron-icon/crn-enterprise-dynamic-autocomplete.svg +1 -0
  1917. package/dist/img/cron-icon/crn-enterprise-dynamic-combobox.svg +1 -0
  1918. package/dist/img/cron-icon/crn-form.svg +1 -0
  1919. package/dist/img/cron-icon/crn-four-eight-container.svg +1 -0
  1920. package/dist/img/cron-icon/crn-four-twelve-container.svg +1 -0
  1921. package/dist/img/cron-icon/crn-frame.svg +1 -0
  1922. package/dist/img/cron-icon/crn-grid-table.svg +1 -0
  1923. package/dist/img/cron-icon/crn-grid.svg +1 -0
  1924. package/dist/img/cron-icon/crn-header.svg +1 -0
  1925. package/dist/img/cron-icon/crn-horizontal-container.svg +1 -0
  1926. package/dist/img/cron-icon/crn-icon.svg +1 -0
  1927. package/dist/img/cron-icon/crn-image.svg +1 -0
  1928. package/dist/img/cron-icon/crn-input-password.svg +1 -0
  1929. package/dist/img/cron-icon/crn-jumbotron.svg +1 -0
  1930. package/dist/img/cron-icon/crn-list.svg +1 -0
  1931. package/dist/img/cron-icon/crn-navbar.svg +1 -0
  1932. package/dist/img/cron-icon/crn-one-container.svg +1 -0
  1933. package/dist/img/cron-icon/crn-ordered-list.svg +1 -0
  1934. package/dist/img/cron-icon/crn-ordered-sub-list.svg +1 -0
  1935. package/dist/img/cron-icon/crn-panel.svg +1 -0
  1936. package/dist/img/cron-icon/crn-radiogroup.svg +1 -0
  1937. package/dist/img/cron-icon/crn-rating.svg +1 -0
  1938. package/dist/img/cron-icon/crn-report-viewer.svg +1 -0
  1939. package/dist/img/cron-icon/crn-rich-editor.svg +1 -0
  1940. package/dist/img/cron-icon/crn-scheduler.svg +1 -0
  1941. package/dist/img/cron-icon/crn-signature-pad.svg +1 -0
  1942. package/dist/img/cron-icon/crn-simple-text.svg +1 -0
  1943. package/dist/img/cron-icon/crn-slider.svg +1 -0
  1944. package/dist/img/cron-icon/crn-social-login.svg +1 -0
  1945. package/dist/img/cron-icon/crn-sub-form.svg +1 -0
  1946. package/dist/img/cron-icon/crn-table.svg +1 -0
  1947. package/dist/img/cron-icon/crn-tabs.svg +1 -0
  1948. package/dist/img/cron-icon/crn-text-component.svg +1 -0
  1949. package/dist/img/cron-icon/crn-textarea.svg +1 -0
  1950. package/dist/img/cron-icon/crn-textinput.svg +1 -0
  1951. package/dist/img/cron-icon/crn-textinputbutton.svg +1 -0
  1952. package/dist/img/cron-icon/crn-textinputicon.svg +1 -0
  1953. package/dist/img/cron-icon/crn-three-container.svg +1 -0
  1954. package/dist/img/cron-icon/crn-three-six-three-container.svg +1 -0
  1955. package/dist/img/cron-icon/crn-three-twelve-container.svg +1 -0
  1956. package/dist/img/cron-icon/crn-timeline.svg +1 -0
  1957. package/dist/img/cron-icon/crn-timepicker.svg +1 -0
  1958. package/dist/img/cron-icon/crn-tree-view.svg +1 -0
  1959. package/dist/img/cron-icon/crn-two-container.svg +1 -0
  1960. package/dist/img/cron-icon/crn-unordered-list.svg +1 -0
  1961. package/dist/img/cron-icon/crn-unordered-sub-list.svg +1 -0
  1962. package/dist/img/cron-icon/crn-upload.svg +1 -0
  1963. package/dist/img/cron-icon/crn-vertical-container.svg +1 -0
  1964. package/dist/img/cron-icon/cron-breadrumb.svg +1 -0
  1965. package/dist/img/cronGrid.png +0 -0
  1966. package/dist/img/cronRichEditor.png +0 -0
  1967. package/dist/img/cronapp-logo-login.png +0 -0
  1968. package/dist/img/img-user-old.svg +1 -0
  1969. package/dist/img/img-user.svg +1 -0
  1970. package/dist/img/logo-cronapp-negativa.svg +1 -0
  1971. package/dist/img/logo-old.svg +1 -0
  1972. package/dist/img/logo.png +0 -0
  1973. package/dist/img/logo.svg +1 -0
  1974. package/dist/img/nophoto.png +0 -0
  1975. package/dist/img/placehold-100x100.png +0 -0
  1976. package/dist/img/placehold-900x500.png +0 -0
  1977. package/dist/img/qrcode.png +0 -0
  1978. package/dist/img/recaptcha-logo.svg +1 -0
  1979. package/dist/img/selectFile.png +0 -0
  1980. package/dist/img/selectImg.svg +1 -0
  1981. package/dist/img/svg-charts.svg +1 -0
  1982. package/dist/img/switch.png +0 -0
  1983. package/dist/img/web.png +0 -0
  1984. package/dist/js/LanguageSelectDirective.js +1 -0
  1985. package/dist/js/LocaleService.js +1 -0
  1986. package/dist/js/app.authentication.js +1 -0
  1987. package/dist/js/app.js +1 -0
  1988. package/dist/js/controllers.authentication.js +1 -0
  1989. package/dist/js/controllers.js +1 -0
  1990. package/dist/js/custom.controllers.js +1 -0
  1991. package/dist/js/customModules.js +1 -0
  1992. package/dist/js/customStateProvider.js +86 -0
  1993. package/dist/js/dashboard/dashboard.service.js +1 -0
  1994. package/dist/js/directives.js +1 -0
  1995. package/dist/js/filters.js +1 -0
  1996. package/dist/js/local-dateformat.directive.js +1 -0
  1997. package/dist/js/reports/parameters.controller.js +1 -0
  1998. package/dist/js/reports/reports.service.js +1 -0
  1999. package/dist/js/services.js +1 -0
  2000. package/dist/js/stateProvider.js +1 -0
  2001. package/dist/js/upload.service.js +1 -0
  2002. package/gulpfile.js +67 -0
  2003. package/i18n/locale_en_us.json +158 -0
  2004. package/i18n/locale_pt_br.json +158 -0
  2005. package/img/ballon_icon.svg +3 -0
  2006. package/img/barcode.png +0 -0
  2007. package/img/cron-icon/crn-QRCode.svg +38 -0
  2008. package/img/cron-icon/crn-accordion.svg +25 -0
  2009. package/img/cron-icon/crn-anchor.svg +29 -0
  2010. package/img/cron-icon/crn-button.svg +24 -0
  2011. package/img/cron-icon/crn-calendar.svg +23 -0
  2012. package/img/cron-icon/crn-captcha.svg +36 -0
  2013. package/img/cron-icon/crn-carousel.svg +26 -0
  2014. package/img/cron-icon/crn-chart.svg +19 -0
  2015. package/img/cron-icon/crn-checkbox.svg +21 -0
  2016. package/img/cron-icon/crn-combobox-dynamic.svg +27 -0
  2017. package/img/cron-icon/crn-combobox.svg +24 -0
  2018. package/img/cron-icon/crn-component.svg +22 -0
  2019. package/img/cron-icon/crn-cron-crud.svg +28 -0
  2020. package/img/cron-icon/crn-cron-dashboard-viewer.svg +18 -0
  2021. package/img/cron-icon/crn-datasource.svg +27 -0
  2022. package/img/cron-icon/crn-datepicker.svg +35 -0
  2023. package/img/cron-icon/crn-datetimepicker.svg +41 -0
  2024. package/img/cron-icon/crn-dynamic-file.svg +26 -0
  2025. package/img/cron-icon/crn-dynamic-image.svg +25 -0
  2026. package/img/cron-icon/crn-dynamic-menu.svg +28 -0
  2027. package/img/cron-icon/crn-eight-four-container.svg +18 -0
  2028. package/img/cron-icon/crn-enterprise-autocomplete.svg +26 -0
  2029. package/img/cron-icon/crn-enterprise-combobox-multiple.svg +21 -0
  2030. package/img/cron-icon/crn-enterprise-combobox.svg +24 -0
  2031. package/img/cron-icon/crn-enterprise-dynamic-autocomplete.svg +29 -0
  2032. package/img/cron-icon/crn-enterprise-dynamic-combobox.svg +27 -0
  2033. package/img/cron-icon/crn-figma-component.svg +5 -0
  2034. package/img/cron-icon/crn-form.svg +24 -0
  2035. package/img/cron-icon/crn-four-eight-container.svg +20 -0
  2036. package/img/cron-icon/crn-frame.svg +30 -0
  2037. package/img/cron-icon/crn-grid-table.svg +21 -0
  2038. package/img/cron-icon/crn-grid.svg +27 -0
  2039. package/img/cron-icon/crn-header.svg +18 -0
  2040. package/img/cron-icon/crn-horizontal-container.svg +19 -0
  2041. package/img/cron-icon/crn-icon.svg +23 -0
  2042. package/img/cron-icon/crn-image.svg +20 -0
  2043. package/img/cron-icon/crn-infinite-scroll.svg +1 -0
  2044. package/img/cron-icon/crn-input-password.svg +24 -0
  2045. package/img/cron-icon/crn-jumbotron.svg +24 -0
  2046. package/img/cron-icon/crn-list.svg +24 -0
  2047. package/img/cron-icon/crn-navbar.svg +25 -0
  2048. package/img/cron-icon/crn-one-container.svg +17 -0
  2049. package/img/cron-icon/crn-ordered-list.svg +44 -0
  2050. package/img/cron-icon/crn-ordered-sub-list.svg +42 -0
  2051. package/img/cron-icon/crn-panel.svg +21 -0
  2052. package/img/cron-icon/crn-radiogroup.svg +25 -0
  2053. package/img/cron-icon/crn-rating.svg +20 -0
  2054. package/img/cron-icon/crn-report-viewer.svg +24 -0
  2055. package/img/cron-icon/crn-rich-editor.svg +22 -0
  2056. package/img/cron-icon/crn-scheduler.svg +27 -0
  2057. package/img/cron-icon/crn-signature-pad.svg +27 -0
  2058. package/img/cron-icon/crn-simple-text.svg +18 -0
  2059. package/img/cron-icon/crn-slider.svg +19 -0
  2060. package/img/cron-icon/crn-social-login.svg +29 -0
  2061. package/img/cron-icon/crn-sub-form.svg +27 -0
  2062. package/img/cron-icon/crn-table.svg +20 -0
  2063. package/img/cron-icon/crn-tabs.svg +22 -0
  2064. package/img/cron-icon/crn-text-component.svg +22 -0
  2065. package/img/cron-icon/crn-textarea.svg +22 -0
  2066. package/img/cron-icon/crn-textinput.svg +23 -0
  2067. package/img/cron-icon/crn-textinputbutton.svg +33 -0
  2068. package/img/cron-icon/crn-textinputicon.svg +29 -0
  2069. package/img/cron-icon/crn-three-container.svg +21 -0
  2070. package/img/cron-icon/crn-three-six-three-container.svg +19 -0
  2071. package/img/cron-icon/crn-timeline.svg +29 -0
  2072. package/img/cron-icon/crn-timepicker.svg +20 -0
  2073. package/img/cron-icon/crn-tree-view.svg +19 -0
  2074. package/img/cron-icon/crn-two-container.svg +18 -0
  2075. package/img/cron-icon/crn-unordered-list.svg +24 -0
  2076. package/img/cron-icon/crn-unordered-sub-list.svg +28 -0
  2077. package/img/cron-icon/crn-upload.svg +20 -0
  2078. package/img/cron-icon/crn-vertical-container.svg +19 -0
  2079. package/img/cron-icon/crn-wizard.svg +8 -0
  2080. package/img/cron-icon/cron-breadrumb.svg +638 -0
  2081. package/img/cronGrid.png +0 -0
  2082. package/img/cronRichEditor.png +0 -0
  2083. package/img/cronapp-logo-login.png +0 -0
  2084. package/img/img-user.svg +10 -0
  2085. package/img/logo-cronapp-negativa.svg +1 -0
  2086. package/img/logo.png +0 -0
  2087. package/img/logo.svg +1 -0
  2088. package/img/nophoto.png +0 -0
  2089. package/img/placehold-100x100.png +0 -0
  2090. package/img/placehold-900x500.png +0 -0
  2091. package/img/qrcode.png +0 -0
  2092. package/img/recaptcha-logo.svg +1 -0
  2093. package/img/selectFile.png +0 -0
  2094. package/img/selectImg.svg +44 -0
  2095. package/img/svg-charts.svg +1 -0
  2096. package/img/switch.png +0 -0
  2097. package/img/web.png +0 -0
  2098. package/js/LanguageSelectDirective.js +29 -0
  2099. package/js/LocaleService.js +59 -0
  2100. package/js/app.js +695 -0
  2101. package/js/controllers.js +607 -0
  2102. package/js/custom.controllers.js +11 -0
  2103. package/js/customModules.js +1 -0
  2104. package/js/customStateProvider.js +86 -0
  2105. package/js/dashboard/dashboard.service.js +301 -0
  2106. package/js/directives.js +7806 -0
  2107. package/js/filters.js +48 -0
  2108. package/js/local-dateformat.directive.js +15 -0
  2109. package/js/reports/parameters.controller.js +105 -0
  2110. package/js/reports/reports.service.js +570 -0
  2111. package/js/services.js +5 -0
  2112. package/js/stateProvider.js +165 -0
  2113. package/js/upload.service.js +127 -0
  2114. package/package.json +48 -0
  2115. package/postupdate.json +710 -0
@@ -0,0 +1,2212 @@
1
+ @import 'navbar-nature.css';
2
+ @import 'panel-nature.css';
3
+ @import 'grid-nature.css';
4
+
5
+ /* Fonts */
6
+ @import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,400;0,500;0,700;0,800;1,300;1,400&display=swap');
7
+
8
+
9
+ /* ==== VARIABLES ==== */
10
+ :root {
11
+
12
+ /* Font */
13
+ --fontFamily: "Nunito";
14
+ --textColor: #0f2e07;
15
+ --backgroundColor: #dcefdc;
16
+
17
+ --textSmallSize: 12px;
18
+ --textNormalSize: 18px;
19
+ --textMediumSize: 24px;
20
+ --textBigSize: 30px;
21
+ --textExtraBigSize: 32px;
22
+ --textFullSize: 36px;
23
+
24
+ --textColor10: #ffffff;
25
+ --textColor20: #b3b3b3;
26
+ --textColor30: #244e19;
27
+ --textColor40: #0f2e07;
28
+ --textColor50: #0a2004;
29
+ --textColor60: #081b03;
30
+ --textColor70: #041101;
31
+
32
+ /* Icon Size */
33
+ --iconSizeDefault: 28px;
34
+ --iconSizeSmall: calc(var(--iconSizeDefault) - 3px);
35
+ --iconSizeBig: calc(var(--iconSizeDefault) + 3px);
36
+ --iconSizeExtraBig: calc(var(--iconSizeDefault) + 6px);
37
+
38
+ /* Menus - Sizes and Distances */
39
+ --menuVerticalWidth: 270px;
40
+ --menuSideSize: 20px;
41
+ --menuItemBarSize: 6px;
42
+ --menuElementOverallPadding: 10px;
43
+ --menuItemPaddingSize: calc(var(--menuElementOverallPadding) + 5px);
44
+ --menuItemIconWidth: 25px;
45
+
46
+ /* Background */
47
+ --backgroundColor10: #ffffff;
48
+ --backgroundColor20: #f8f8f8;
49
+ --backgroundColor30: #f4f4f4;
50
+ --backgroundColor40: #dcefdc;
51
+ --backgroundColor50: #d1d7dc;
52
+ --backgroundColor60: #b1b1b1;
53
+ --backgroundColor70: #848484;
54
+
55
+ /* Background Login */
56
+ --backgroundLogin10: #d7f7a7;
57
+ --backgroundLogin20: #b1da75;
58
+ --backgroundLogin30: #7fa840;
59
+ --backgroundLogin40: #336825;
60
+ --backgroundLogin50: #204715;
61
+ --backgroundLogin60: #11290a;
62
+ --backgroundLogin70: #163b0c;
63
+
64
+ /* Distances */
65
+ --distanceNone: 0;
66
+ --distanceSmallest: 5px;
67
+ --distanceExtraSmall: 10px;
68
+ --distanceSmall: 15px;
69
+ --distanceMedium: 20px;
70
+ --distanceBig: 30px;
71
+ --distanceGiant: 40px;
72
+ --distanceTitan: 60px;
73
+
74
+ /* Border Radius */
75
+ --borderRadiusNone: 0;
76
+ --borderRadiusSmallest: 5px;
77
+ --borderRadiusExtraSmall: 10px;
78
+ --borderRadiusSmall: 15px;
79
+ --borderRadiusBig: 30px;
80
+ --borderRadiusGiant: 40px;
81
+ --borderRadiusTitan: 60px;
82
+ --borderRadiusFull: 99999px;
83
+
84
+ /* Color - Theme default */
85
+ --colorDefault10: #d8d9e3;
86
+ --colorDefault20: #8fc63e;
87
+ --colorDefault30: #669a17;
88
+ --colorDefault40: #336825;
89
+ --colorDefault50: #234d18;
90
+ --colorDefault60: #2b3268;
91
+ --colorDefault70: #20254e;
92
+ --textColorDefault10: #8c8c8c;
93
+ --textColorDefault20: #bbbbbb;
94
+ --textColorDefault30: #dfdfdf;
95
+ --textColorDefault40: #ffffff;
96
+ --textColorDefault50: #ffffff;
97
+ --textColorDefault60: #ffffff;
98
+ --textColorDefault70: #ffffff;
99
+
100
+ /* Color - Primary (web) - Positive (mobile) */
101
+ --colorPrimary10: #d8daeb;
102
+ --colorPrimary20: #b4b7da;
103
+ --colorPrimary30: #878ec9;
104
+ --colorPrimary40: #008aed;
105
+ --colorPrimary50: #006599;
106
+ --colorPrimary60: #2e3b85;
107
+ --colorPrimary70: #232c63;
108
+ --textColorPrimary10: #8c8c8c;
109
+ --textColorPrimary20: #bbbbbb;
110
+ --textColorPrimary30: #dfdfdf;
111
+ --textColorPrimary40: #ffffff;
112
+ --textColorPrimary50: #ffffff;
113
+ --textColorPrimary60: #ffffff;
114
+ --textColorPrimary70: #ffffff;
115
+
116
+ /* Color - Success (web) - Balanced (mobile) */
117
+ --colorSuccess10: #d6e0d6;
118
+ --colorSuccess20: #b0c4b0;
119
+ --colorSuccess30: #7fa57f;
120
+ --colorSuccess40: #10d13a;
121
+ --colorSuccess50: #09b72f;
122
+ --colorSuccess60: #0fa12f;
123
+ --colorSuccess70: #144414;
124
+ --textColorSuccess10: #8c8c8c;
125
+ --textColorSuccess20: #bbbbbb;
126
+ --textColorSuccess30: #dfdfdf;
127
+ --textColorSuccess40: #ffffff;
128
+ --textColorSuccess50: #ffffff;
129
+ --textColorSuccess60: #ffffff;
130
+ --textColorSuccess70: #ffffff;
131
+
132
+ /* Color - Warning (web) - energized (mobile) */
133
+ --colorWarning10: #fbe9da;
134
+ --colorWarning20: #f7d7b7;
135
+ --colorWarning30: #f4c38d;
136
+ --colorWarning40: #fd7903;
137
+ --colorWarning50: #d66602;
138
+ --colorWarning60: #e26b00;
139
+ --colorWarning70: #835f2b;
140
+ --textColorWarning10: #8c8c8c;
141
+ --textColorWarning20: #bbbbbb;
142
+ --textColorWarning30: #dfdfdf;
143
+ --textColorWarning40: #ffffff;
144
+ --textColorWarning50: #ffffff;
145
+ --textColorWarning60: #ffffff;
146
+ --textColorWarning70: #ffffff;
147
+
148
+ /* Color - Danger (web) - assertive (mobile) */
149
+ --colorDanger10: #f1d8d7;
150
+ --colorDanger20: #e6b3b2;
151
+ --colorDanger30: #da8584;
152
+ --colorDanger40: #b70002;
153
+ --colorDanger50: #8b0002;
154
+ --colorDanger60: #a90002;
155
+ --colorDanger70: #71201e;
156
+ --textColorDanger10: #8c8c8c;
157
+ --textColorDanger20: #bbbbbb;
158
+ --textColorDanger30: #dfdfdf;
159
+ --textColorDanger40: #ffffff;
160
+ --textColorDanger50: #ffffff;
161
+ --textColorDanger60: #ffffff;
162
+ --textColorDanger70: #ffffff;
163
+
164
+ /* Color - Royal (mobile) */
165
+ --colorRoyal10: #e2ddf9;
166
+ --colorRoyal20: #c8bef4;
167
+ --colorRoyal30: #ab9aef;
168
+ --colorRoyal40: #111a47;
169
+ --colorRoyal50: #070f34;
170
+ --colorRoyal60: #0c143a;
171
+ --colorRoyal70: #4a3a80;
172
+ --textColorRoyal10: #8c8c8c;
173
+ --textColorRoyal20: #bbbbbb;
174
+ --textColorRoyal30: #dfdfdf;
175
+ --textColorRoyal40: #ffffff;
176
+ --textColorRoyal50: #ffffff;
177
+ --textColorRoyal60: #ffffff;
178
+ --textColorRoyal70: #ffffff;
179
+
180
+ /* Color - Calm (mobile) */
181
+ --colorCalm10: #d6eefb;
182
+ --colorCalm20: #aee0f9;
183
+ --colorCalm30: #7cd1f6;
184
+ --colorCalm40: #24a9c3;
185
+ --colorCalm50: #158ea6;
186
+ --colorCalm60: #1b93aa;
187
+ --colorCalm70: #096a85;
188
+ --textColorCalm10: #8c8c8c;
189
+ --textColorCalm20: #bbbbbb;
190
+ --textColorCalm30: #dfdfdf;
191
+ --textColorCalm40: #ffffff;
192
+ --textColorCalm50: #ffffff;
193
+ --textColorCalm60: #ffffff;
194
+ --textColorCalm70: #ffffff;
195
+
196
+ /* Color - Light (mobile) */
197
+ --colorLight10: #ffffff;
198
+ --colorLight20: #ffffff;
199
+ --colorLight30: #ffffff;
200
+ --colorLight40: #96a6b3;
201
+ --colorLight50: #677583;
202
+ --colorLight60: #bbbbbb;
203
+ --colorLight70: #8c8c8c;
204
+ --textColorLight10: #000000;
205
+ --textColorLight20: #000000;
206
+ --textColorLight30: #000000;
207
+ --textColorLight40: #ffffff;
208
+ --textColorLight50: #7b7b7b;
209
+ --textColorLight60: #aeaeae;
210
+ --textColorLight70: #d5d5d5;
211
+
212
+ /* Color - Stable (mobile) */
213
+ --colorStable10: #fdfdfd;
214
+ --colorStable20: #fbfbfb;
215
+ --colorStable30: #fafafa;
216
+ --colorStable40: #3a484b;
217
+ --colorStable50: #2c3a3d;
218
+ --colorStable60: #b6b6b6;
219
+ --colorStable70: #888888;
220
+ --textColorStable10: #252525;
221
+ --textColorStable20: #323232;
222
+ --textColorStable30: #3c3c3c;
223
+ --textColorStable40: #ffffff;
224
+ --textColorStable50: #898989;
225
+ --textColorStable60: #b5b5b5;
226
+ --textColorStable70: #d9d9d9;
227
+
228
+ /* Color - Dark (mobile) */
229
+ --colorDark10: #d9d9d9;
230
+ --colorDark20: #b5b5b5;
231
+ --colorDark30: #898989;
232
+ --colorDark40: #111d23;
233
+ --colorDark50: #091114;
234
+ --colorDark60: #091115;
235
+ --colorDark70: #252525;
236
+ --textColorDark10: #8c8c8c;
237
+ --textColorDark20: #bbbbbb;
238
+ --textColorDark30: #dfdfdf;
239
+ --textColorDark40: #ffffff;
240
+ --textColorDark50: #ffffff;
241
+ --textColorDark60: #ffffff;
242
+ --textColorDark70: #ffffff;
243
+
244
+ /* Color - Neutral (web e mobile) */
245
+ --colorNeutral00: #ffffff;
246
+ --colorNeutral10: #f1f1f1;
247
+ --colorNeutral20: #e3e3e3;
248
+ --colorNeutral30: #d5d5d5;
249
+ --colorNeutral40: #c7c7c7;
250
+ --colorNeutral50: #b9b9b9;
251
+ --colorNeutral60: #acacac;
252
+ --colorNeutral70: #9e9e9e;
253
+ --colorNeutral80: #909090;
254
+ --colorNeutral90: #828282;
255
+ --colorNeutral100: #747474;
256
+ --colorNeutral110: #666666;
257
+ --colorNeutral120: #5d5d5d;
258
+ --colorNeutral130: #535353;
259
+ --colorNeutral140: #4a4a4a;
260
+ --colorNeutral150: #414141;
261
+ --colorNeutral160: #383838;
262
+ --colorNeutral170: #2e2e2e;
263
+ --colorNeutral180: #252525;
264
+ --colorNeutral190: #1c1c1c;
265
+ --colorNeutral200: #131313;
266
+ --colorNeutral210: #090909;
267
+ --colorNeutral220: #000000;
268
+
269
+ /* === Variables used exclusively in the color palette property === */
270
+
271
+ /* Components - Button */
272
+ --btnDefault: var(--colorDefault40, #336825);
273
+ --btnPrimary: var(--colorPrimary40, #008aed);
274
+ --btnSuccess: var(--colorSuccess40, #10d13a);
275
+ --btnCalm: var(--colorCalm40, #24a9c3);
276
+ --btnWarning: var(--colorWarning40, #fd7903);
277
+ --btnDanger: var(--colorDanger40, #b70002);
278
+ --btnLight: var(--colorLight40, #96a6b3);
279
+ --btnLink: var(--textColor40, #0f2e07);
280
+ --btnStable: var(--colorStable40, #3a484b);
281
+ --btnRoyal: var(--colorRoyal40, #111a47);
282
+ --btnDark: var(--colorDark40, #111d23);
283
+
284
+ --textColorDefault: var(--textColorDefault40, #ffffff);
285
+ --textColorPrimary: var(--textColorPrimary40, #ffffff);
286
+ --textColorSuccess: var(--textColorSuccess40, #ffffff);
287
+ --textColorCalm: var(--textColorCalm40, #ffffff);
288
+ --textColorWarning: var(--textColorWarning40, #ffffff);
289
+ --textColorDanger: var(--textColorDanger40, #ffffff);
290
+ --textColorLight: var(--textColorLight40, #ffffff);
291
+ --textColorStable: var(--textColorStable40, #ffffff);
292
+ --textColorRoyal: var(--textColorRoyal40, #ffffff);
293
+ --textColorDark: var(--textColorDark40, #ffffff);
294
+
295
+ --borderBtnLink: transparent;
296
+ --borderBtnDefault: transparent;
297
+ --borderBtnPrimary: transparent;
298
+ --borderBtnSuccess: transparent;
299
+ --borderBtnCalm: transparent;
300
+ --borderBtnWarning: transparent;
301
+ --borderBtnDanger: transparent;
302
+ --borderBtnLight: transparent;
303
+ --borderBtnStable: transparent;
304
+ --borderBtnRoyal: transparent;
305
+ --borderBtnDark: transparent;
306
+
307
+ /* Components - Text color */
308
+ --colorDefault: var(--colorDefault40, #336825);
309
+ --colorPrimary: var(--colorPrimary40, #008aed);
310
+ --colorSuccess: var(--colorSuccess40, #10d13a);
311
+ --colorCalm: var(--colorCalm40, #24a9c3);
312
+ --colorWarning: var(--colorWarning40, #fd7903);
313
+ --colorDanger: var(--colorDanger40, #b70002);
314
+ --colorLight: var(--colorLight40, #96a6b3);
315
+ --colorStable: var(--colorStable40, #3a484b);
316
+ --colorRoyal: var(--colorRoyal40, #111a47);
317
+ --colorDark: var(--colorDark40, #111d23);
318
+
319
+ /* Components - Checkbox */
320
+ --checkboxDefault: var(--colorDefault40, #336825);
321
+ --checkboxPrimary: var(--colorPrimary40, #008aed);
322
+ --checkboxSuccess: var(--colorSuccess40, #10d13a);
323
+ --checkboxCalm: var(--colorCalm40, #24a9c3);
324
+ --checkboxWarning: var(--colorWarning40, #fd7903);
325
+ --checkboxDanger: var(--colorDanger40, #b70002);
326
+ --checkboxLight: var(--colorLight40, #96a6b3);
327
+ --checkboxStable: var(--colorStable40, #3a484b);
328
+ --checkboxRoyal: var(--colorRoyal40, #111a47);
329
+ --checkboxDark: var(--colorDark40, #111d23);
330
+
331
+ --borderCheckboxDefault: transparent;
332
+ --borderCheckboxPrimary: transparent;
333
+ --borderCheckboxSuccess: transparent;
334
+ --borderCheckboxCalm: transparent;
335
+ --borderCheckboxWarning: transparent;
336
+ --borderCheckboxDanger: transparent;
337
+ --borderCheckboxLight: transparent;
338
+ --borderCheckboxStable: transparent;
339
+ --borderCheckboxRoyal: transparent;
340
+ --borderCheckboxDark: transparent;
341
+
342
+ /* Components - Combobox */
343
+ --comboboxDefault: var(--backgroundColor, #dcefdc);
344
+ --comboboxPrimary: var(--colorPrimary40, #008aed);
345
+ --comboboxSuccess: var(--colorSuccess40, #10d13a);
346
+ --comboboxCalm: var(--colorCalm40, #24a9c3);
347
+ --comboboxWarning: var(--colorWarning40, #fd7903);
348
+ --comboboxDanger: var(--colorDanger40, #b70002);
349
+ --comboboxLight: var(--colorLight40, #96a6b3);
350
+ --comboboxStable: var(--colorStable40, #3a484b);
351
+ --comboboxRoyal: var(--colorRoyal40, #111a47);
352
+ --comboboxDark: var(--colorDark40, #111d23);
353
+
354
+ --borderComboboxDefault: var(--colorDefault40, #336825);
355
+ --borderComboboxPrimary: var(--colorPrimary40, #008aed);
356
+ --borderComboboxSuccess: var(--colorSuccess40, #10d13a);
357
+ --borderComboboxCalm: var(--colorCalm40, #24a9c3);
358
+ --borderComboboxWarning: var(--colorWarning40, #fd7903);
359
+ --borderComboboxDanger: var(--colorDanger40, #b70002);
360
+ --borderComboboxLight: var(--colorLight40, #96a6b3);
361
+ --borderComboboxStable: var(--colorStable40, #3a484b);
362
+ --borderComboboxRoyal: var(--colorRoyal40, #111a47);
363
+ --borderComboboxDark: var(--colorDark40, #111d23);
364
+
365
+ /* Components - Radio input */
366
+ --optionDefault: var(--colorDefault40, #336825);
367
+ --optionPrimary: var(--colorPrimary40, #008aed);
368
+ --optionSuccess: var(--colorSuccess40, #10d13a);
369
+ --optionCalm: var(--colorCalm40, #24a9c3);
370
+ --optionWarning: var(--colorWarning40, #fd7903);
371
+ --optionDanger: var(--colorDanger40, #b70002);
372
+ --optionLight: var(--colorLight40, #96a6b3);
373
+ --optionStable: var(--colorStable40, #3a484b);
374
+ --optionRoyal: var(--colorRoyal40, #111a47);
375
+ --optionDark: var(--colorDark40, #111d23);
376
+
377
+ --borderOptionDefault: transparent;
378
+ --borderOptionPrimary: transparent;
379
+ --borderOptionSuccess: transparent;
380
+ --borderOptionCalm: transparent;
381
+ --borderOptionWarning: transparent;
382
+ --borderOptionDanger: transparent;
383
+ --borderOptionLight: transparent;
384
+ --borderOptionStable: transparent;
385
+ --borderOptionRoyal: transparent;
386
+ --borderOptionDark: transparent;
387
+
388
+ /* Components - Panel */
389
+ --panelDefault: var(--colorDefault40, #336825);
390
+ --panelPrimary: var(--colorPrimary40, #008aed);
391
+ --panelSuccess: var(--colorSuccess40, #10d13a);
392
+ --panelCalm: var(--colorCalm40, #24a9c3);
393
+ --panelWarning: var(--colorWarning40, #fd7903);
394
+ --panelDanger: var(--colorDanger40, #b70002);
395
+ --panelLight: var(--colorLight40, #96a6b3);
396
+ --panelStable: var(--colorStable40, #3a484b);
397
+ --panelRoyal: var(--colorRoyal40, #111a47);
398
+ --panelDark: var(--colorDark40, #111d23);
399
+
400
+ --borderPanelDefault: transparent;
401
+ --borderPanelPrimary: transparent;
402
+ --borderPanelSuccess: transparent;
403
+ --borderPanelCalm: transparent;
404
+ --borderPanelWarning: transparent;
405
+ --borderPanelDanger: transparent;
406
+ --borderPanelLight: transparent;
407
+ --borderPanelStable: transparent;
408
+ --borderPanelRoyal: transparent;
409
+ --borderPanelDark: transparent;
410
+
411
+ /* === End - Variables used exclusively in the color palette property === */
412
+ }
413
+
414
+ .h1,
415
+ .h2,
416
+ .h3,
417
+ .h4,
418
+ .h5,
419
+ .h6,
420
+ h1,
421
+ h2,
422
+ h3,
423
+ h4,
424
+ h5,
425
+ h6 {
426
+ font-weight: 400;
427
+ }
428
+
429
+ .color-default {
430
+ color: var(--colorDefault40, #336825);
431
+ }
432
+
433
+ .color-default:hover {
434
+ color: var(--colorDefault50, #234d18);
435
+ }
436
+
437
+ .color-default:focus {
438
+ color: var(--textColor30, #244e19);
439
+ }
440
+
441
+ .color-primary {
442
+ color: var(--colorPrimary40, #008aed);
443
+ }
444
+
445
+ .color-primary:focus,
446
+ .color-primary:hover {
447
+ color: var(--colorPrimary60, #2e3b85);
448
+ }
449
+
450
+ .color-success {
451
+ color: var(--colorSuccess40, #10d13a);
452
+ }
453
+
454
+ .color-success:focus,
455
+ .color-success:hover {
456
+ color: var(--colorSuccess60, #0fa12f);
457
+ }
458
+
459
+ .color-light {
460
+ color: var(--colorLight40, #96a6b3);
461
+ }
462
+
463
+ .color-light:hover {
464
+ color: var(--colorLight50, #677583);
465
+ }
466
+
467
+ .color-stable {
468
+ color: var(--colorStable40, #3a484b);
469
+ }
470
+
471
+ .color-stable:hover {
472
+ color: var(--colorStable50, #2c3a3d);
473
+ }
474
+
475
+ .color-royal {
476
+ color: var(--colorRoyal40, #111a47);
477
+ }
478
+
479
+ .color-royal:hover {
480
+ color: var(--colorRoyal60, #0c143a);
481
+ }
482
+
483
+ .color-info {
484
+ color: var(--colorCalm40, #24a9c3);
485
+ }
486
+
487
+ .color-info:hover {
488
+ color: var(--colorCalm60, #1b93aa);
489
+ }
490
+
491
+ .color-warning {
492
+ color: var(--colorWarning40, #fd7903);
493
+ }
494
+
495
+ .color-warning:focus,
496
+ .color-warning:hover {
497
+ color: var(--colorWarning60, #e26b00);
498
+ }
499
+
500
+ .color-danger {
501
+ color: var(--colorDanger40, #b70002);
502
+ }
503
+
504
+ .color-danger:focus,
505
+ .color-danger:hover {
506
+ color: var(--colorDanger60, #a90002);
507
+ }
508
+
509
+ .color-dark {
510
+ color: var(--colorDark40, #111d23);
511
+ }
512
+
513
+ .color-dark:focus,
514
+ .color-dark:hover {
515
+ color: var(--colorDark60, #091115);
516
+ }
517
+
518
+ .main-view {
519
+ box-shadow: 0px;
520
+ background: var(--backgroundColor40, #dcefdc);
521
+ }
522
+
523
+ .main-view.container-fluid {
524
+ padding: var(--distanceSmall, 15px);
525
+ }
526
+
527
+ .main-view-horizontal {
528
+ padding: 15px;
529
+ width: calc(100% - 60px);
530
+ }
531
+
532
+ label {
533
+ font-weight: 400;
534
+ margin-bottom: 0;
535
+ }
536
+
537
+ .pace div.pace-progress {
538
+ background: var(--colorDefault40, #336825);
539
+ }
540
+
541
+ .form-control {
542
+ display: block;
543
+ height: auto;
544
+ padding: auto;
545
+ font-size: auto;
546
+ color: var(--textColor40, #0f2e07);
547
+ background: transparent;
548
+ border: none;
549
+ border-radius: 0;
550
+ border-bottom: 1px solid var(--textColor40, #0f2e07);
551
+ outline: none;
552
+ width: 100%;
553
+ box-shadow: none;
554
+ }
555
+
556
+ .cardinput {
557
+ padding: 0;
558
+ border: 0;
559
+ }
560
+
561
+ .cardinput,
562
+ .k-autocomplete.k-state-focused,
563
+ .k-dropdown-wrap.k-state-focused,
564
+ .k-multiselect.k-header.k-state-focused,
565
+ .k-numeric-wrap.k-state-focused,
566
+ .k-picker-wrap.k-state-focused,
567
+ .k-textbox:focus,
568
+ .k-input,
569
+ .k-multiselect-wrap,
570
+ .k-textbox>input,
571
+ input.k-textbox:hover,
572
+ textarea.k-textbox,
573
+ textarea.k-textbox:hover {
574
+ border: 0;
575
+ border-bottom: 1px solid var(--textColor40, #0f2e07);
576
+ border-radius: 0;
577
+ }
578
+
579
+ .cardinput {
580
+ padding: 0;
581
+ }
582
+
583
+ .k-autocomplete.k-state-focused,
584
+ .k-dropdown-wrap.k-state-focused,
585
+ .k-multiselect.k-header.k-state-focused,
586
+ .k-numeric-wrap.k-state-focused,
587
+ .k-picker-wrap.k-state-focused,
588
+ .k-textbox:focus {
589
+ box-shadow: none;
590
+ border: none;
591
+ border-bottom: 1px solid var(--textColor40, #0f2e07);
592
+ }
593
+
594
+ .k-autocomplete.k-state-default .k-input,
595
+ .k-combobox .k-state-default .k-input,
596
+ .k-multiselect-wrap,
597
+ .k-numeric-wrap.k-state-default .k-input,
598
+ .k-picker-wrap.k-state-default .k-input,
599
+ .k-progress-status-wrap,
600
+ .k-slider-selection,
601
+ .k-slider-track {
602
+ box-shadow: none;
603
+ }
604
+
605
+ /* Button */
606
+ .k-button,
607
+ .btn,
608
+ .k-button.k-default,
609
+ .btn.btn-default {
610
+ background: var(--colorDefault40, #336825);
611
+ border-color: transparent;
612
+ color: var(--textColorDefault40, #ffffff);
613
+ border-radius: 0px;
614
+ }
615
+
616
+ .k-button:focus:active {
617
+ box-shadow: none;
618
+ }
619
+
620
+ .btn.btn-default:hover {
621
+ background: var(--colorDefault40, #336825);
622
+ border-color: transparent;
623
+ color: var(--textColorDefault40, #ffffff);
624
+ border-radius: 10px;
625
+ }
626
+
627
+ .btn.btn-default:active {
628
+ background: var(--colorDefault40, #336825);
629
+ border-color: transparent;
630
+ color: var(--textColorDefault40, #ffffff);
631
+ border-radius: 10px;
632
+ }
633
+
634
+ .btn.btn-default:focus {
635
+ background: var(--colorDefault50, #234d18);
636
+ border-color: transparent;
637
+ color: var(--textColorDefault40, #ffffff);
638
+ border-radius: 10px;
639
+ }
640
+
641
+ .btn.btn-primary {
642
+ background: var(--colorPrimary40, #008aed);
643
+ border-color: transparent;
644
+ color: var(--textColorDefault40, #ffffff);
645
+ }
646
+
647
+ .btn.btn-primary:hover {
648
+ background: var(--colorPrimary40, #008aed);
649
+ border-color: transparent;
650
+ color: var(--textColorDefault40, #ffffff);
651
+ border-radius: 10px;
652
+ }
653
+
654
+ .btn.btn-primary:focus {
655
+ background: var(--colorPrimary50, #006599);
656
+ border-color: transparent;
657
+ color: var(--textColorDefault40, #ffffff);
658
+ border-radius: 10px;
659
+ }
660
+
661
+ .btn.btn-success {
662
+ background: var(--colorSuccess40, #10d13a);
663
+ border-color: transparent;
664
+ color: var(--textColorDefault40, #ffffff);
665
+ }
666
+
667
+ .btn.btn-success:hover {
668
+ background: var(--colorSuccess40, #10d13a);
669
+ border-color: transparent;
670
+ color: var(--textColorDefault40, #ffffff);
671
+ border-radius: 10px;
672
+ }
673
+
674
+ .btn.btn-success:focus {
675
+ background: var(--colorSuccess50, #09b72f);
676
+ border-color: transparent;
677
+ color: var(--textColorDefault40, #ffffff);
678
+ border-radius: 10px;
679
+ }
680
+
681
+ .btn.btn-info {
682
+ background: var(--colorCalm40, #24a9c3);
683
+ border-color: transparent;
684
+ color: var(--textColorDefault40, #ffffff);
685
+ }
686
+
687
+ .btn.btn-info:hover {
688
+ background: var(--colorCalm40, #24a9c3);
689
+ border-color: transparent;
690
+ color: var(--textColorDefault40, #ffffff);
691
+ border-radius: 10px;
692
+ }
693
+
694
+ .btn.btn-info:focus {
695
+ background: var(--colorCalm50, #158ea6);
696
+ border-color: transparent;
697
+ color: var(--textColorDefault40, #ffffff);
698
+ border-radius: 10px;
699
+ }
700
+
701
+ .btn.btn-warning {
702
+ background: var(--colorWarning40, #fd7903);
703
+ border-color: transparent;
704
+ color: var(--textColorDefault40, #ffffff);
705
+ }
706
+
707
+ .btn.btn-warning:hover {
708
+ background: var(--colorWarning40, #fd7903);
709
+ border-color: transparent;
710
+ color: var(--textColorDefault40, #ffffff);
711
+ border-radius: 10px;
712
+ }
713
+
714
+ .btn.btn-warning:focus {
715
+ background: var(--colorWarning50, #d66602);
716
+ border-color: transparent;
717
+ color: var(--textColorDefault40, #ffffff);
718
+ border-radius: 10px;
719
+ }
720
+
721
+ .btn.btn-danger {
722
+ background: var(--colorDanger40, #b70002);
723
+ border-color: transparent;
724
+ color: var(--textColorDefault40, #ffffff);
725
+ }
726
+
727
+ .btn.btn-danger:hover {
728
+ background: var(--colorDanger50, #8b0002);
729
+ border-color: transparent;
730
+ color: var(--textColorDefault40, #ffffff);
731
+ border-radius: 10px;
732
+ }
733
+
734
+ .btn.btn-danger:focus {
735
+ background: var(--colorDanger50, #8b0002);
736
+ border-color: transparent;
737
+ color: var(--textColorDefault40, #ffffff);
738
+ border-radius: 10px;
739
+ }
740
+
741
+ .btn.btn-light {
742
+ background: var(--colorLight40, #96a6b3);
743
+ border-color: transparent;
744
+ color: var(--textColorDefault40, #ffffff);
745
+ }
746
+
747
+ .btn.btn-light:hover {
748
+ background: var(--colorLight40, #96a6b3);
749
+ border-color: transparent;
750
+ color: var(--textColorDefault40, #ffffff);
751
+ border-radius: 10px;
752
+ }
753
+
754
+ .btn.btn-light:focus {
755
+ background: var(--colorLight50, #677583);
756
+ border-color: transparent;
757
+ color: var(--textColorDefault40, #ffffff);
758
+ border-radius: 10px;
759
+ }
760
+
761
+ .btn.btn-link {
762
+ border: 1px solid #0f2e07;
763
+ color: var(--textColor40, #0f2e07);
764
+ }
765
+
766
+ .btn.btn-link:hover {
767
+ border: 1px solid #0f2e07;
768
+ border-color: var(--textColor40, #0f2e07);
769
+ color: var(--textColor40, #0f2e07);
770
+ border-radius: 10px;
771
+ }
772
+
773
+ .btn.btn-link:focus {
774
+ border: 1px solid #0f2e07;
775
+ border-color: var(--textColor40, #0f2e07);
776
+ color: var(--textColor40, #0f2e07);
777
+ border-radius: 10px;
778
+ }
779
+
780
+ .btn.btn-stable {
781
+ background: var(--colorStable40, #3a484b);
782
+ border-color: transparent;
783
+ color: var(--textColorDefault40, #ffffff);
784
+ }
785
+
786
+ .btn.btn-stable:hover {
787
+ background: var(--colorStable40, #3a484b);
788
+ border-color: transparent;
789
+ color: var(--textColorDefault40, #ffffff);
790
+ border-radius: 10px;
791
+ }
792
+
793
+ .btn.btn-stable:focus {
794
+ background: var(--colorStable50, #2c3a3d);
795
+ border-color: transparent;
796
+ color: var(--textColorDefault40, #ffffff);
797
+ border-radius: 10px;
798
+ }
799
+
800
+ .btn.btn-royal {
801
+ background: var(--colorRoyal40, #111a47);
802
+ border-color: transparent;
803
+ color: var(--textColorDefault40, #ffffff);
804
+ }
805
+
806
+ .btn.btn-royal:hover {
807
+ background: var(--colorRoyal40, #111a47);
808
+ border-color: transparent;
809
+ color: var(--textColorDefault40, #ffffff);
810
+ border-radius: 10px;
811
+ }
812
+
813
+ .btn.btn-royal:focus {
814
+ background: var(--colorRoyal50, #070f34);
815
+ border-color: transparent;
816
+ color: var(--textColorDefault40, #ffffff);
817
+ border-radius: 10px;
818
+ }
819
+
820
+ .btn.btn-dark {
821
+ background: var(--colorDark40, #111d23);
822
+ border-color: transparent;
823
+ color: var(--textColorDefault40, #ffffff);
824
+ }
825
+
826
+ .btn.btn-dark:hover {
827
+ background: var(--colorDark40, #111d23);
828
+ border-color: transparent;
829
+ color: var(--textColorDefault40, #ffffff);
830
+ border-radius: 10px;
831
+ }
832
+
833
+ .btn.btn-dark:focus {
834
+ background: var(--colorDark50, #091114);
835
+ border-color: transparent;
836
+ color: var(--textColorDefault40, #ffffff);
837
+ border-radius: 10px;
838
+ }
839
+
840
+ .btn:has(.glyphicon) {
841
+ text-overflow: unset;
842
+ }
843
+
844
+ .btn {
845
+ border: none;
846
+ border-radius: 0px;
847
+ }
848
+
849
+ .btn.btn-link {
850
+ box-shadow: none;
851
+ }
852
+
853
+ .btn.btn-link i,
854
+ .btn.btn-link span,
855
+ .btn.btn-link:focus,
856
+ .btn.btn-link:hover,
857
+ .btn.btn-link.disabled,
858
+ .btn.btn-link[disabled]:hover {
859
+ color: var(--textColor40, #0f2e07);
860
+ }
861
+
862
+ /* Modal */
863
+ .modal-header .close,
864
+ .modal-title {
865
+ color: var(--textColor40, #0f2e07);
866
+ }
867
+
868
+ .modal-header .close {
869
+ margin-top: 0;
870
+ }
871
+
872
+ .modal-header .close span {
873
+ font-size: var(--textMediumSize, 16px);
874
+ }
875
+
876
+ .modal-header {
877
+ padding: 15px;
878
+ border-bottom: 1px solid #e5e5e5;
879
+ text-align: center;
880
+ }
881
+
882
+ .modal-body {
883
+ position: relative;
884
+ padding: 15px;
885
+ text-align: center;
886
+ }
887
+
888
+ button#modalTemplateCancel.btn.btn-secondary {
889
+ background: var(--colorDanger40, #b70002);
890
+ }
891
+
892
+ button#modalTemplateCancel.btn.btn-secondary:hover {
893
+ background: var(--colorDanger40, #b70002);
894
+ border-radius: 10px;
895
+ }
896
+
897
+ button#modalTemplateCancel.btn.btn-secondary:active,
898
+ button#modalTemplateCancel.btn.btn-secondary:focus {
899
+ background: var(--colorDanger50, #8b0002);
900
+ border-radius: 10px;
901
+ outline: 0px;
902
+ }
903
+
904
+ /* Page login */
905
+ .bg,
906
+ .siginPanel {
907
+ background: var(--backgroundLogin40, #336825);
908
+ }
909
+
910
+ .login-view {
911
+ background: var(--backgroundLogin40, #336825);
912
+ padding: 40px 30px 40px 30px;
913
+ border-radius: 0px;
914
+ display: flex;
915
+ justify-content: center;
916
+ align-items: center;
917
+ height: 100vh;
918
+ }
919
+
920
+ .login-view .crn-button-signup-register,
921
+ .login-view .btn.btn-default {
922
+ background: var(--colorWarning40, #fd7903);
923
+ border-color: transparent;
924
+ color: var(--textColorPrimary40, #ffffff);
925
+ margin: 0 auto;
926
+ display: block;
927
+ width: 165px;
928
+ }
929
+
930
+ .login-view .crn-button-signup-register:hover,
931
+ .login-view .btn.btn-default:hover {
932
+ color: var(--textColorPrimary40, #ffffff);
933
+ background: var(--colorWarning40, #fd7903);
934
+ border-color: transparent;
935
+ outline: none;
936
+ }
937
+
938
+ .login-view .crn-button-signup-register:active,
939
+ .login-view .btn.btn-default:active {
940
+ color: var(--textColorWarning50, #ffffff);
941
+ background: var(--colorWarning50, #d66602);
942
+ border-color: transparent;
943
+ }
944
+
945
+ .login-view .sign-up {
946
+ color: var(--textColorPrimary40, #ffffff);
947
+ position: relative;
948
+ }
949
+
950
+ .login-view img[src="node_modules/cronapp-framework-js/img/cronapp-logo-login.png"] {
951
+ filter: brightness(0) invert(1);
952
+ }
953
+
954
+ .login-view label {
955
+ color: var(--textColorPrimary40, #ffffff);
956
+ }
957
+
958
+ .login-view input.k-textbox {
959
+ background: var(--backgroundColor10, #ffffff);
960
+ border-bottom: 0px;
961
+ }
962
+
963
+ .titulo_card {
964
+ color: var(--textColorPrimary40, #ffffff);
965
+ }
966
+
967
+ .crn-anchor-signup-back {
968
+ color: var(--textColorPrimary40, #ffffff);
969
+ }
970
+
971
+ #crn-botao-cadastre {
972
+ color: var(--textColorPrimary40, #ffffff);
973
+ }
974
+
975
+ /* Abas */
976
+ .ctn-tab .nav-tabs li a {
977
+ background: var(--colorDefault40, #336825);
978
+ color: var(--textColorDefault40, #ffffff);
979
+ }
980
+
981
+ .ctn-tab .nav-tabs {
982
+ background: var(--colorPrimary40, #387ef5);
983
+ border: none;
984
+ }
985
+
986
+ .ctn-tab .nav-tabs li.active {
987
+ border-radius: 0;
988
+ background: var(--colorDefault50, #234d18);
989
+ color: var(--textColorDefault40, #ffffff);
990
+ border: none;
991
+ }
992
+
993
+ .ctn-tab .nav-tabs li.active a {
994
+ background: var(--colorDefault50, #234d18);
995
+ color: var(--textColorDefault40, #ffffff);
996
+ }
997
+
998
+ .ctn-tab .nav-tabs li a:hover {
999
+ background: var(--colorDefault20, #8fc63e);
1000
+ color: var(--textColorDefault40, #ffffff);
1001
+ border: 0;
1002
+ }
1003
+
1004
+ .ctn-tab .nav-tabs li.active a:hover {
1005
+ background: var(--colorDefault20, #8fc63e);
1006
+ color: var(--textColorDefault40, #ffffff);
1007
+ }
1008
+
1009
+ /* Banner */
1010
+ .jumbotron {
1011
+ background: var(--backgroundColor10, #ffffff);
1012
+ }
1013
+
1014
+ .jumbotron .h1,
1015
+ .jumbotron h1,
1016
+ .jumbotron .h2,
1017
+ .jumbotron h2 {
1018
+ color: var(---textColor, #0f2e07);
1019
+ }
1020
+
1021
+ *[id^='crn-slider'] .form-control {
1022
+ height: 38px;
1023
+ }
1024
+
1025
+ .k-grid .k-slider .k-button,
1026
+ .k-slider .k-button {
1027
+ color: var(--textColor50, #323232);
1028
+ }
1029
+
1030
+ /* Treeview */
1031
+ .k-treeview .k-icon {
1032
+ border-radius: 0;
1033
+ }
1034
+
1035
+ .k-treeview .k-item {
1036
+ background: transparent;
1037
+ color: var(--textColor40, #393939);
1038
+ border-radius: 0;
1039
+ }
1040
+
1041
+ .k-treeview .k-in.k-state-hover,
1042
+ .k-treeview .k-in.k-state-selected {
1043
+ background: var(--backgroundColor50, #dfdfdf);
1044
+ color: var(--textColor40, #393939);
1045
+ border-radius: 0;
1046
+ }
1047
+
1048
+ /* Arquivo/Imagem dinâmica */
1049
+ .dynamic-image-container {
1050
+ border: 1px dashed var(--colorDefault40, #336825);
1051
+ text-align: center;
1052
+ }
1053
+
1054
+ .dynamic-image-container .btn {
1055
+ color: var(--textColorDefault40, #ffffff);
1056
+ background: var(--colorDefault40, #336825);
1057
+ border-color: transparent;
1058
+ box-shadow: none;
1059
+ margin: 0;
1060
+ }
1061
+
1062
+ .dynamic-image-container .btn:hover {
1063
+ background: var(--backgroundColor50, #d3d3d3);
1064
+ color: var(--textColor40, #393939);
1065
+ }
1066
+
1067
+ .dynamic-image-container .btn.btn-info {
1068
+ background: var(--colorDefault40, #336825);
1069
+ color: var(--textColorDefault40, #ffffff);
1070
+ margin: 0;
1071
+ margin-left: 10px;
1072
+ border-radius: 10px;
1073
+ }
1074
+
1075
+ .dynamic-image-container .btn.btn-info:hover {
1076
+ color: var(--textColorDefault40, #ffffff);
1077
+ background: var(--colorDefault50, #234d18);
1078
+ }
1079
+
1080
+ /* Multi select */
1081
+ .k-multiselect-wrap .k-button {
1082
+ min-height: 2em;
1083
+ padding-top: 0;
1084
+ padding-bottom: 0;
1085
+ line-height: 2;
1086
+ border-radius: 2em;
1087
+ margin-right: 8px;
1088
+ }
1089
+
1090
+ .k-multiselect .k-button.k-state-hover {
1091
+ border-color: var(--colorDefault40, #336825);
1092
+ background: var(--colorDefault50, #234d18);
1093
+ color: var(--textColorDefault40, #ffffff);
1094
+ }
1095
+
1096
+ .k-multiselect-wrap .k-select .k-icon {
1097
+ margin-top: -3px;
1098
+ }
1099
+
1100
+ .k-multiselect-wrap li {
1101
+ padding: 7px 26px 7px 13px;
1102
+ }
1103
+
1104
+ /* option - radio */
1105
+ .k-radio-label:after,
1106
+ .k-radio:checked+.k-radio-label:after,
1107
+ .option-default .k-radio-label:after,
1108
+ .option-default .k-radio:checked+.k-radio-label:after {
1109
+ background: var(--colorDefault40, #336825);
1110
+ border-color: var(--colorDefault40, #336825);
1111
+ }
1112
+
1113
+ .option-primary .k-radio-label:after,
1114
+ .option-primary .k-radio:checked+.k-radio-label:after {
1115
+ background: var(--colorPrimary40, #008aed);
1116
+ border-color: var(--colorPrimary40, #008aed);
1117
+ }
1118
+
1119
+ .option-success .k-radio-label:after,
1120
+ .option-success .k-radio:checked+.k-radio-label:after {
1121
+ background: var(--colorSuccess40, #10d13a);
1122
+ border-color: var(--colorSuccess40, #10d13a);
1123
+ }
1124
+
1125
+ .option-light .k-radio:checked+.k-radio-label:before,
1126
+ .option-light .k-radio-label:before {
1127
+ border-color: var(--colorLight40, #96a6b3);
1128
+ }
1129
+
1130
+ .option-light .k-radio-label:after,
1131
+ .option-light .k-radio:checked+.k-radio-label:after {
1132
+ background: var(--colorLight40, #96a6b3);
1133
+ border-color: var(--colorLight40, #96a6b3);
1134
+ }
1135
+
1136
+ .option-light .k-radio:focus+.k-radio-label::before,
1137
+ .option-light .k-radio:hover+.k-radio-label::before {
1138
+ box-shadow: 0 0 5px 0 var(--colorLight50, #677583);
1139
+ border-color: var(--colorLight50, #677583);
1140
+ }
1141
+
1142
+ .option-stable .k-radio:checked+.k-radio-label:before,
1143
+ .option-stable .k-radio-label:before {
1144
+ border-color: var(--colorStable40, #3a484b);
1145
+ }
1146
+
1147
+ .option-stable .k-radio-label:after,
1148
+ .option-stable .k-radio:checked+.k-radio-label:after {
1149
+ background: var(--colorStable40, #3a484b);
1150
+ border-color: var(--colorStable40, #3a484b);
1151
+ }
1152
+
1153
+ .option-stable .k-radio:focus+.k-radio-label::before,
1154
+ .option-stable .k-radio:hover+.k-radio-label::before {
1155
+ box-shadow: 0 0 5px 0 var(--colorStable50, #2c3a3d);
1156
+ border-color: var(--colorStable50, #2c3a3d);
1157
+ }
1158
+
1159
+ .option-info .k-radio-label:before {
1160
+ border-color: var(--colorDefault40, #336825);
1161
+ }
1162
+
1163
+ .option-info .k-radio-label:after,
1164
+ .option-info .k-radio:checked+.k-radio-label:after {
1165
+ background-color: var(--colorCalm40, #24a9c3);
1166
+ border-color: var(--colorCalm40, #24a9c3);
1167
+ }
1168
+
1169
+ .option-info .k-radio:checked+.k-radio-label:before {
1170
+ border-color: var(--colorCalm40, #24a9c3);
1171
+ }
1172
+
1173
+ .option-info .k-radio:focus+.k-radio-label::before,
1174
+ .option-info .k-radio:hover+.k-radio-label::before {
1175
+ box-shadow: 0 0 5px 0 var(--colorCalm40, #24a9c3);
1176
+ border-color: var(--colorCalm40, #24a9c3);
1177
+ }
1178
+
1179
+ .option-warning .k-radio-label:after,
1180
+ .option-warning .k-radio:checked+.k-radio-label:after {
1181
+ background: var(--colorWarning40, #fd7903);
1182
+ border-color: var(--colorWarning40, #fd7903);
1183
+ }
1184
+
1185
+ .option-danger .k-radio-label:after,
1186
+ .option-danger .k-radio:checked+.k-radio-label:after {
1187
+ background: var(--colorDanger40, #b70002);
1188
+ border-color: var(--colorDanger40, #b70002);
1189
+ }
1190
+
1191
+ .option-royal .k-radio-label:after,
1192
+ .option-royal .k-radio:checked+.k-radio-label:after {
1193
+ background: var(--colorRoyal40, #111a47);
1194
+ border-color: var(--colorRoyal40, #111a47);
1195
+ }
1196
+
1197
+ .option-dark .k-radio-label:after,
1198
+ .option-dark .k-radio:checked+.k-radio-label:after {
1199
+ background: var(--colorDark40, #111d23);
1200
+ border-color: var(--colorDark40, #111d23);
1201
+ }
1202
+
1203
+ /* Checkbox */
1204
+ .k-checkbox-label:before {
1205
+ border-radius: 0px;
1206
+ }
1207
+
1208
+ .k-checkbox-label:before:hover {
1209
+ border-radius: 10px;
1210
+ }
1211
+
1212
+ .checkbox-default .k-checkbox:checked+.k-checkbox-label:before {
1213
+ border-radius: 0px;
1214
+ background: var(--colorDefault40, #336825);
1215
+ border-color: var(--colorDefault40, #336825);
1216
+ }
1217
+
1218
+ .checkbox-primary .k-checkbox:checked+.k-checkbox-label:before {
1219
+ background: var(--colorPrimary40, #008aed);
1220
+ border-color: var(--colorPrimary40, #008aed);
1221
+ }
1222
+
1223
+ .checkbox-success .k-checkbox:checked+.k-checkbox-label:before {
1224
+ background: var(--colorSuccess40, #10d13a);
1225
+ border-color: var(--colorSuccess40, #10d13a);
1226
+ }
1227
+
1228
+ .checkbox-info .k-checkbox:checked+.k-checkbox-label:before,
1229
+ .checkbox-info .k-checkbox:indeterminate+.k-checkbox-label:before,
1230
+ .checkbox-info .k-checkbox:checked+.k-checkbox-label:after,
1231
+ .checkbox-info .k-checkbox:indeterminate+.k-checkbox-label:after {
1232
+ background: var(--colorCalm40, #24a9c3);
1233
+ color: var(--textColorCalm40, #ffffff);
1234
+ }
1235
+
1236
+ .checkbox-warning .k-checkbox:checked+.k-checkbox-label:before {
1237
+ background: var(--colorWarning40, #fd7903);
1238
+ border-color: var(--colorWarning40, #fd7903);
1239
+ }
1240
+
1241
+ .checkbox-danger .k-checkbox:checked+.k-checkbox-label:before {
1242
+ background: var(--colorDanger40, #b70002);
1243
+ border-color: var(--colorDanger40, #b70002);
1244
+ }
1245
+
1246
+ .checkbox-light .k-checkbox:checked+.k-checkbox-label:before,
1247
+ .checkbox-light .k-checkbox:indeterminate+.k-checkbox-label:before,
1248
+ .checkbox-light .k-checkbox-label:hover:before,
1249
+ .checkbox-light .k-checkbox:checked+.k-checkbox-label:hover:before,
1250
+ .checkbox-light .k-checkbox:checked:hover+.k-checkbox-label:before,
1251
+ .checkbox-light .k-checkbox:hover+.k-checkbox-label:before,
1252
+ .checkbox-light .k-checkbox-label:active:before,
1253
+ .checkbox-light .k-checkbox:active+.k-checkbox-label:before,
1254
+ .checkbox-light .k-checkbox:focus+.k-checkbox-label:before,
1255
+ .checkbox-light .k-checkbox:hover+.k-checkbox-label:before,
1256
+ .checkbox-light .k-checkbox:checked+.k-checkbox-label:after,
1257
+ .checkbox-light .k-checkbox:indeterminate+.k-checkbox-label:after,
1258
+ .checkbox-light .k-checkbox-label:before {
1259
+ border-color: var(--colorLight40, #96a6b3);
1260
+ }
1261
+
1262
+ .checkbox-light .k-checkbox-label:hover:before,
1263
+ .checkbox-light .k-checkbox:checked+.k-checkbox-label:hover:before,
1264
+ .checkbox-light .k-checkbox:checked:hover+.k-checkbox-label:before,
1265
+ .checkbox-light .k-checkbox:hover+.k-checkbox-label:before,
1266
+ .checkbox-light .k-checkbox:focus+.k-checkbox-label:before,
1267
+ .checkbox-light .k-checkbox:hover+.k-checkbox-label:before {
1268
+ box-shadow: 0 0 5px 0 var(--colorLight60, #b4b4b4);
1269
+ }
1270
+
1271
+ .checkbox-light .k-checkbox:checked+.k-checkbox-label:before,
1272
+ .checkbox-light .k-checkbox:indeterminate+.k-checkbox-label:before,
1273
+ .checkbox-light .k-checkbox:checked+.k-checkbox-label:after,
1274
+ .checkbox-light .k-checkbox:indeterminate+.k-checkbox-label:after {
1275
+ background: var(--colorLight40, #96a6b3);
1276
+ color: var(--textColorLight40, #ffffff);
1277
+ }
1278
+
1279
+ .checkbox-stable .k-checkbox:checked+.k-checkbox-label:before,
1280
+ .checkbox-stable .k-checkbox:indeterminate+.k-checkbox-label:before,
1281
+ .checkbox-stable .k-checkbox-label:hover:before,
1282
+ .checkbox-stable .k-checkbox:checked+.k-checkbox-label:hover:before,
1283
+ .checkbox-stable .k-checkbox:checked:hover+.k-checkbox-label:before,
1284
+ .checkbox-stable .k-checkbox:hover+.k-checkbox-label:before,
1285
+ .checkbox-stable .k-checkbox-label:active:before,
1286
+ .checkbox-stable .k-checkbox:active+.k-checkbox-label:before,
1287
+ .checkbox-stable .k-checkbox:focus+.k-checkbox-label:before,
1288
+ .checkbox-stable .k-checkbox:hover+.k-checkbox-label:before,
1289
+ .checkbox-stable .k-checkbox:checked+.k-checkbox-label:after,
1290
+ .checkbox-stable .k-checkbox:indeterminate+.k-checkbox-label:after,
1291
+ .checkbox-stable .k-checkbox-label:before {
1292
+ border-color: var(--colorStable40, #3a484b);
1293
+ }
1294
+
1295
+ .checkbox-stable .k-checkbox-label:hover:before,
1296
+ .checkbox-stable .k-checkbox:checked+.k-checkbox-label:hover:before,
1297
+ .checkbox-stable .k-checkbox:checked:hover+.k-checkbox-label:before,
1298
+ .checkbox-stable .k-checkbox:hover+.k-checkbox-label:before,
1299
+ .checkbox-stable .k-checkbox:focus+.k-checkbox-label:before,
1300
+ .checkbox-stable .k-checkbox:hover+.k-checkbox-label:before {
1301
+ box-shadow: 0 0 5px 0 var(--colorStable60, #b6b6b6);
1302
+ }
1303
+
1304
+ .checkbox-stable .k-checkbox:checked+.k-checkbox-label:before,
1305
+ .checkbox-stable .k-checkbox:indeterminate+.k-checkbox-label:before,
1306
+ .checkbox-stable .k-checkbox:checked+.k-checkbox-label:after,
1307
+ .checkbox-stable .k-checkbox:indeterminate+.k-checkbox-label:after {
1308
+ background: var(--colorStable40, #3a484b);
1309
+ color: var(--textColorStable40, #ffffff);
1310
+ }
1311
+
1312
+ .checkbox-royal .k-checkbox:checked+.k-checkbox-label:before {
1313
+ background: var(--colorRoyal40, #111a47);
1314
+ border-color: var(--colorRoyal40, #111a47);
1315
+ }
1316
+
1317
+ .checkbox-dark .k-checkbox:checked+.k-checkbox-label:before {
1318
+ background: var(--colorDark40, #111d23);
1319
+ border-color: var(--colorDark40, #111d23);
1320
+ }
1321
+
1322
+ /* Seta do modal do calendario */
1323
+ .bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
1324
+ border-bottom-color: var(--backgroundColor10, #fbfbfb);
1325
+ }
1326
+
1327
+ .bootstrap-datetimepicker-widget.dropdown-menu.top:after {
1328
+ border-top-color: var(--backgroundColor10, #fbfbfb);
1329
+ }
1330
+
1331
+ /* Calendar */
1332
+ cron-calendar.k-calendar .k-footer,
1333
+ cron-calendar.k-calendar .k-header,
1334
+ .k-calendar .k-footer .k-nav-today {
1335
+ background: var(--colorDefault40, #336825);
1336
+ color: var(--textColorDefault40, #ffffff);
1337
+ }
1338
+
1339
+
1340
+ .k-calendar .k-content {
1341
+ border: 1px solid var(--colorDefault40, #336825);
1342
+ width: calc(355px - 1%) !important;
1343
+ }
1344
+
1345
+ .k-widget.k-calendar .k-nav-next.k-state-hover,
1346
+ .k-widget.k-calendar .k-nav-prev.k-state-hover,
1347
+ .k-calendar .k-nav-fast.k-state-hover,
1348
+ .k-calendar .k-footer .k-nav-today.k-state-hover,
1349
+ .k-calendar .k-footer .k-nav-today:hover {
1350
+ background: var(--colorDefault50, #234d18);
1351
+ box-shadow: none;
1352
+ }
1353
+
1354
+ .k-calendar th {
1355
+ background: var(--colorDefault20, #8fc63e);
1356
+ color: var(--textColorDefault40, #ffffff);
1357
+ border: solid 1px, #ffffff;
1358
+ }
1359
+
1360
+ .k-calendar .k-content .k-state-hover,
1361
+ .k-calendar td.k-state-focused.k-state-selected.k-state-hover,
1362
+ .k-calendar .k-state-selected.k-state-hover,
1363
+ .k-listview>.k-state-focused.k-state-selected,
1364
+ .k-state-selected td.k-state-focused,
1365
+ td.k-state-focused.k-state-selected {
1366
+ background: var(--colorDefault30, #669a17);
1367
+ box-shadow: none;
1368
+ border: none;
1369
+ }
1370
+
1371
+ .k-calendar .k-content .k-state-hover .k-link {
1372
+ color: var(--textColor40, #0f2e07);
1373
+ }
1374
+
1375
+ .k-calendar .k-today.k-state-selected.k-state-hover {
1376
+ background: var(--colorDefault20, #8fc63e);
1377
+ color: var(--textColorDefault40, #ffffff);
1378
+ }
1379
+
1380
+ .k-calendar .k-header .k-icon {
1381
+ color: var(--textColorDefault40, #ffffff);
1382
+ }
1383
+
1384
+ .k-calendar .k-content .k-link:hover {
1385
+ background: var(--colorDefault20, #8fc63e);
1386
+ box-shadow: none;
1387
+ }
1388
+
1389
+ .k-grid-edit-row .k-textbox,
1390
+ .k-grid-edit-row .text-box {
1391
+ border: 0;
1392
+ border-bottom: 1px solid;
1393
+ }
1394
+
1395
+ .k-scheduler div.k-scheduler-footer .k-link:hover {
1396
+ color: var(--textColorPrimary40, #ffffff);
1397
+ background: var(--colorPrimary50, #006599);
1398
+ border-color: transparent;
1399
+ outline: none;
1400
+ border-radius: 10px;
1401
+ }
1402
+
1403
+ .k-scheduler div.k-scheduler-footer .k-link:focus,
1404
+ .k-scheduler div.k-scheduler-footer .k-link:active {
1405
+ background: var(--colorPrimary60, #2e3b85);
1406
+ border-radius: 10px;
1407
+ }
1408
+
1409
+ .k-i-reload::before {
1410
+ color: var(--textoColorDefault40, #ffffff) !important;
1411
+ }
1412
+
1413
+ .k-event.k-state-selected {
1414
+ background: var(--colorDefault50, #234d18);
1415
+ color: var(--textColorDefault50, #ffffff);
1416
+ box-shadow: none;
1417
+ }
1418
+
1419
+ .k-button .k-scheduler-savetimezone {
1420
+ background: var(--colorPrimary40, #008aed);
1421
+ color: var(--texColorDefault40, #ffffff);
1422
+ }
1423
+
1424
+ .k-button .k-scheduler-savetimezone:hover {
1425
+ background: var(--colorPrimary50, #006599);
1426
+ color: var(--texColorDefault40, #ffffff);
1427
+ }
1428
+
1429
+ .k-button .k-scheduler-savetimezone:active {
1430
+ background: var(--colorPrimary60, #2e3b85);
1431
+ color: var(--texColorDefault40, #ffffff);
1432
+ }
1433
+
1434
+ .k-button.k-scheduler-Editarocorrênciaatual {
1435
+ background: var(--colorPrimary40, #008aed);
1436
+ color: var(--texColorDefault40, #ffffff);
1437
+ }
1438
+
1439
+ .k-button.k-scheduler-Editarocorrênciaatual:hover {
1440
+ background: var(--colorPrimary40, #008aed);
1441
+ color: var(--texColorDefault40, #ffffff);
1442
+ border-radius: 10px;
1443
+ }
1444
+
1445
+ .k-button.k-scheduler-Editarocorrênciaatual:active {
1446
+ background: var(--colorPrimary50, #006599);
1447
+ color: var(--texColorDefault50, #ffffff);
1448
+ border-radius: 10px;
1449
+ }
1450
+
1451
+ .k-button.k-scheduler-Editarsérie:active {
1452
+ background: var(--colorDefault50, #234d18);
1453
+ color: var(--textColorDefault50, #ffffff);
1454
+ border-radius: 10px;
1455
+ }
1456
+
1457
+ /* Date */
1458
+ .bootstrap-datetimepicker-widget a[data-action],
1459
+ div[data-component^='crn-textinputicon'] .k-button {
1460
+ color: var(--textColor10, #ffffff);
1461
+ background: var(--colorDefault40, #336825);
1462
+ box-shadow: none;
1463
+ border-radius: 0;
1464
+ }
1465
+
1466
+ .bootstrap-datetimepicker-widget a[data-action],
1467
+ div[data-component^='crn-textinputicon'] .k-button:hover {
1468
+ border-radius: 10px;
1469
+ }
1470
+
1471
+ .bootstrap-datetimepicker-widget a[data-action],
1472
+ div[data-component^='crn-textinputicon'] .k-button:active {
1473
+ background: var(--colorDefault40, #336825) !important;
1474
+ color: var(--textColorDefault40, #ffffff);
1475
+ border-radius: 10px;
1476
+ }
1477
+
1478
+ /* Modal button - password */
1479
+ #forgotPasswordModal .modal-footer .k-button.k-success,
1480
+ #forgotPasswordModal .modal-footer .btn.btn-success,
1481
+ #modalPassword .modal-footer .k-button.k-success,
1482
+ #modalPassword .modal-footer .btn.btn-success {
1483
+ background: var(--colorPrimary40, #3f51b5);
1484
+ border-color: transparent;
1485
+ color: var(--textColorPrimary40, #ffffff);
1486
+ }
1487
+
1488
+ #forgotPasswordModal .modal-footer .k-button.k-success:hover,
1489
+ #forgotPasswordModal .modal-footer .btn.btn-success:hover,
1490
+ #modalPassword .modal-footer .k-button.k-success:hover,
1491
+ #modalPassword .modal-footer .btn.btn-success:hover {
1492
+ color: var(--textColorPrimary40, #ffffff);
1493
+ background: var(--colorPrimary50, #37479e);
1494
+ border-color: transparent;
1495
+ }
1496
+
1497
+ #forgotPasswordModal .modal-footer .k-button.k-danger,
1498
+ #forgotPasswordModal .modal-footer .btn.btn-danger,
1499
+ #modalPassword .modal-footer .k-button.k-danger,
1500
+ #modalPassword .modal-footer .btn.btn-danger {
1501
+ background: var(--colorDanger40, #b70002);
1502
+ border-color: transparent;
1503
+ color: var(--textColorDefault40, #ffffff);
1504
+ }
1505
+
1506
+ #forgotPasswordModal .modal-footer .k-button.k-danger:hover,
1507
+ #forgotPasswordModal .modal-footer .btn.btn-danger:hover,
1508
+ #modalPassword .modal-footer .k-button.k-danger:hover,
1509
+ #modalPassword .modal-footer .btn.btn-danger:hover {
1510
+ color: var(--textColorDanger40, #ffffff);
1511
+ background: var(--colorDanger40, #b70002);
1512
+ border-color: transparent;
1513
+ border-radius: 10px;
1514
+ }
1515
+
1516
+ #forgotPasswordModal .modal-footer .k-button.k-danger:active,
1517
+ #forgotPasswordModal .modal-footer .btn.btn-danger:active,
1518
+ #modalPassword .modal-footer .k-button.k-danger:active,
1519
+ #modalPassword .modal-footer .btn.btn-danger:active {
1520
+ color: var(--textColorDanger50, #ffffff);
1521
+ background: var(--colorDanger50, #b70002);
1522
+ }
1523
+
1524
+ .k-dialog-buttongroup .k-button.k-primary:active .k-button.k-primary:active {
1525
+ background: var(--colorPrimary50, #006599);
1526
+ }
1527
+
1528
+ .k-dialog-buttongroup .k-button {
1529
+ background: var(--colorDanger40, #b70002);
1530
+ color: var(--textColorDanger40, #ffffff);
1531
+ border-radius: 0px;
1532
+ box-shadow: none;
1533
+ }
1534
+
1535
+ .k-dialog-buttongroup .k-button:hover {
1536
+ background: var(--colorDanger40, #b70002);
1537
+ color: var(--textColorDanger40, #ffffff);
1538
+ box-shadow: none;
1539
+ }
1540
+
1541
+ .k-dialog-buttongroup .k-button:active {
1542
+ background: var(--colorDanger50, #8b0002);
1543
+ color: var(--textColorDanger40, #ffffff);
1544
+ box-shadow: none;
1545
+ }
1546
+
1547
+ /* Crud button */
1548
+ .active-bar .k-button.k-default,
1549
+ .active-bar .btn.btn-default {
1550
+ background: var(--colorSuccess40, #257d25);
1551
+ border-color: transparent;
1552
+ color: var(--textColorSuccess40, #ffffff);
1553
+ }
1554
+
1555
+ .active-bar .k-button.k-default:hover,
1556
+ .active-bar .btn.btn-default:hover {
1557
+ background: var(--colorSuccess50, #206d20);
1558
+ border-color: transparent;
1559
+ color: var(--textColorSuccess40, #ffffff);
1560
+ border-radius: 40px;
1561
+ }
1562
+
1563
+ /* crn-enterprise-combobox-multiple */
1564
+ .k-button:before,
1565
+ .combobox-default .k-button:before {
1566
+ background: var(--backgroundColor50, #dfdfdf);
1567
+ }
1568
+
1569
+ .k-multiselect .k-button,
1570
+ .combobox-default .k-multiselect .k-button {
1571
+ border-color: var(--backgroundColor60, #bbbbbb);
1572
+ background: var(--backgroundColor50, #dfdfdf);
1573
+ color: var(--textColor40, #393939);
1574
+ }
1575
+
1576
+ .k-multiselect .k-button.k-state-hover,
1577
+ .k-multiselect-wrap .k-button.k-state-hover .k-select,
1578
+ .k-multiselect-wrap .k-button:hover,
1579
+ .combobox-default .k-multiselect-wrap .k-button.k-state-hover .k-select,
1580
+ .combobox-default .k-multiselect-wrap .k-button:hover {
1581
+ background: var(--backgroundColor60, #bbbbbb);
1582
+ color: var(--textColor40, #393939);
1583
+ }
1584
+
1585
+ .k-multiselect .k-button:active,
1586
+ .combobox-default .k-multiselect .k-button:active {
1587
+ color: var(--textColor40, #393939);
1588
+ box-shadow: inset 0 0 10px 3px var(--backgroundColor70, #8c8c8c);
1589
+ }
1590
+
1591
+ .combobox-default .k-multiselect .k-button {
1592
+ background: var(--colorDefault40, #336825);
1593
+ border-color: transparent;
1594
+ color: var(--textColorDefault40, #ffffff);
1595
+ }
1596
+
1597
+ .combobox-default .k-multiselect .k-button.k-state-hover,
1598
+ .combobox-default .k-multiselect-wrap .k-button.k-state-hover .k-select,
1599
+ .combobox-default .k-multiselect-wrap .k-button:hover {
1600
+ color: var(--textColorDefault40, #ffffff);
1601
+ background: var(--colorDefault50, #234d18);
1602
+ border-color: transparent;
1603
+ }
1604
+
1605
+ .combobox-default .k-multiselect .k-button:active {
1606
+ color: var(--textColorDefault40, #ffffff);
1607
+ box-shadow: inset 0 0 10px 3px var(--colorDefault50, #234d18);
1608
+ }
1609
+
1610
+ .combobox-info .k-multiselect .k-button {
1611
+ background: var(--colorDefault40, #336825);
1612
+ border-color: transparent;
1613
+ color: var(--textColorDefault40, #ffffff);
1614
+ }
1615
+
1616
+ .combobox-info .k-multiselect .k-button.k-state-hover,
1617
+ .combobox-info .k-multiselect-wrap .k-button.k-state-hover .k-select,
1618
+ .combobox-info .k-multiselect-wrap .k-button:hover {
1619
+ color: var(--textColorDefault40, #ffffff);
1620
+ background: var(--colorCalm50, #158ea6);
1621
+ border-color: transparent;
1622
+ }
1623
+
1624
+ .combobox-info .k-multiselect .k-button:active {
1625
+ color: var(--textColorDefault40, #ffffff);
1626
+ box-shadow: inset 0 0 10px 3px var(--colorDefault50, #234d18);
1627
+ }
1628
+
1629
+ .combobox-dark .k-multiselect .k-button:hover {
1630
+ background: var(--colorDark50, #091114);
1631
+ }
1632
+
1633
+ .k-edit-form-container .k-dropdown-wrap,
1634
+ .k-window-titlebar,
1635
+ .k-grid-toolbar,
1636
+ .k-grid-edit-row>td>.k-widget {
1637
+ background: transparent;
1638
+ }
1639
+
1640
+ /* Scheduler */
1641
+ .k-nonwork-hour {
1642
+ background: var(--backgroundColor10, #ffffff);
1643
+ }
1644
+
1645
+ .k-event,
1646
+ .k-task-complete {
1647
+ background: var(--colorDefault50, #234d18);
1648
+ color: var(--textColorDefault50, #ffffff);
1649
+ }
1650
+
1651
+ .k-scheduler-navigation .k-nav-prev .k-link,
1652
+ .k-scheduler .k-state-selected>.k-link,
1653
+ .k-scheduler .k-today.k-state-selected {
1654
+ background: var(--colorDefault40, #336825);
1655
+ color: var(--textColorDefault40, #ffffff);
1656
+ }
1657
+
1658
+ td.k-today.k-nonwork-hour.k-state-selected-true {
1659
+ background: var(--colorDefault20, #8fc63e);
1660
+ color: var(--textColorDefault40, #ffffff);
1661
+ }
1662
+
1663
+ .k-scheduler-navigation .k-nav-prev a.k-link:hover,
1664
+ .k-scheduler-toolbar>ul.k-scheduler-views li:first-child+li .k-link:hover {
1665
+ background: var(--colorDefault20, #8fc63e);
1666
+ color: var(--textColorDefault40, #ffffff);
1667
+ }
1668
+
1669
+ .k-scheduler .k-scheduler-toolbar ul.k-scheduler-views li.k-state-hover a,
1670
+ .k-scheduler .k-scheduler-toolbar ul.k-scheduler-views li.k-state-hover {
1671
+ background: var(--colorDefault20, #8fc63e);
1672
+ color: var(--textColorDefault40, #ffffff);
1673
+ }
1674
+
1675
+ .k-scheduler-toolbar .k-link {
1676
+ background: var(--backgroundColor10, #ffffff);
1677
+ color: var(--textColor40, #0f2e07);
1678
+ }
1679
+
1680
+ .k-scheduler-toolbar .k-link:hover {
1681
+ background: var(--backgroundLogin20, #b1da75);
1682
+ }
1683
+
1684
+ .k-scheduler-toolbar .k-nav-current .k-lg-date-format,
1685
+ .k-scheduler-toolbar .k-nav-current .k-sm-date-format {
1686
+ color: var(--textColor40, #393939);
1687
+ }
1688
+
1689
+ .k-scheduler-toolbar .k-nav-current.k-state-hover .k-icon,
1690
+ .k-scheduler-toolbar .k-nav-current.k-state-hover .k-lg-date-format,
1691
+ .k-scheduler-toolbar .k-nav-current.k-state-hover .k-sm-date-format {
1692
+ color: var(--colorDefault40, #336825);
1693
+ }
1694
+
1695
+ .k-scheduler-navigation .k-nav-today.k-state-hover .k-link,
1696
+ .k-scheduler-navigation .k-nav-next.k-state-hover .k-link,
1697
+ .k-scheduler-navigation .k-nav-prev.k-state-hover .k-link {
1698
+ background: var(--colorDefault20, #8fc63e);
1699
+ color: var(--textColorPrimary40, #ffffff);
1700
+ }
1701
+
1702
+ .k-scheduler-navigation .k-nav-prev .k-link span,
1703
+ .k-scheduler-navigation .k-nav-next.k-state-hover .k-link span,
1704
+ .k-scheduler-navigation .k-nav-prev.k-state-hover .k-link span {
1705
+ color: var(--textColorPrimary40, #ffffff);
1706
+ }
1707
+
1708
+ .k-window .k-window-titlebar.k-header {
1709
+ display: inline-block;
1710
+ background: var(--backgroundColor10, #ffffff);
1711
+ text-align: center;
1712
+ }
1713
+
1714
+ .k-scheduler-edit-form .k-edit-field .k-button {
1715
+ background: var(--colorDefault40, #336825);
1716
+ border-radius: 0;
1717
+ }
1718
+
1719
+ .k-calendar .k-link.k-nav-fast,
1720
+ .k-calendar .k-header .k-link.k-nav-prev,
1721
+ .k-calendar .k-header .k-link.k-nav-next {
1722
+ background: var(--colorDefault40, #336825);
1723
+ color: var(--textColorDefault40, #ffffff);
1724
+ }
1725
+
1726
+ .k-scheduler-edit-form .k-edit-field .k-button:hover {
1727
+ background: var(--colorDefault40, #336825);
1728
+ border-radius: 10px;
1729
+ }
1730
+
1731
+ .k-scheduler-edit-form .k-edit-field .k-button:active,
1732
+ .k-scheduler-edit-form .k-edit-field .k-button:focus {
1733
+ background: var(--colorDefault50, #234d18);
1734
+ border-radius: 100px;
1735
+ }
1736
+
1737
+ .k-edit-form-container .k-edit-buttons,
1738
+ .k-window,
1739
+ .k-edit-buttons {
1740
+ background: #ffffff;
1741
+ }
1742
+
1743
+ .k-edit-form-container .k-edit-buttons .k-primary:active {
1744
+ background: var(--colorPrimary60, #2e3b85);
1745
+ color: var(--textColorPrimary60, #ffffff);
1746
+ }
1747
+
1748
+ .k-edit-form-container .k-edit-buttons .k-scheduler-cancel:active {
1749
+ background: var(--colorDanger60, #a90002);
1750
+ color: var(--textColorDanger60, #ffffff);
1751
+ }
1752
+
1753
+ .k-edit-form-container .k-textbox {
1754
+ border-width: 0 0 1px 0;
1755
+ }
1756
+
1757
+ #cron-breadcrumbs {
1758
+ background: transparent;
1759
+ }
1760
+
1761
+ .k-button:hover {
1762
+ background: var(--colorDefault50, #234d18);
1763
+ border-radius: 10px;
1764
+ }
1765
+
1766
+ .k-button:focus {
1767
+ background: var(--textColor50, #0a2004);
1768
+ }
1769
+
1770
+ .k-button:active {
1771
+ background: var(--colorDefault50, #234d18);
1772
+ color: var(--textColor10, #ffffff);
1773
+ }
1774
+
1775
+ form-control k-textbox ng-pristine ng-valid ng-empty ng-valid-required ng-touched {
1776
+ border-bottom: solid 1px;
1777
+ }
1778
+
1779
+ .bootstrap-datetimepicker-widget table td.day {
1780
+ height: calc(var(--textNormalSize, 14px) * 1.7);
1781
+ line-height: var(--textNormalSize, 14px);
1782
+ width: var(--textNormalSize, 14px);
1783
+ font-size: var(--textNormalSize, 14px);
1784
+ background: var(--backgroundColor10, #ffffff);
1785
+ color: var(--textColor40, #0f2e07);
1786
+ border-radius: 0px;
1787
+ border: 1px solid var(--colorDefault40, #336825);
1788
+ border-collapse: collapse;
1789
+ }
1790
+
1791
+ .bootstrap-datetimepicker-widget table td.active {
1792
+ background: var(--colorDefault40, #336825);
1793
+ color: var(--textColor10, #ffffff);
1794
+ }
1795
+
1796
+ .bootstrap-datetimepicker-widget.dropdown-menu {
1797
+ background: var(--backgroundLogin40, #336825);
1798
+ border: 0px;
1799
+ }
1800
+
1801
+ .bootstrap-datetimepicker-widget table th {
1802
+ background: var(--colorDefault20, #8fc63e);
1803
+ border-radius: 0px;
1804
+ color: var(--textColor10, #ffffff);
1805
+ border: 1px solid var(--colorDefault40, #336825);
1806
+ border-collapse: collapse;
1807
+ }
1808
+
1809
+ .bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
1810
+ background: var(--colorDefault50, #234d18);
1811
+ color: var(--textColor10, #ffffff);
1812
+ }
1813
+
1814
+ .bootstrap-datetimepicker-widget .picker-switch td span {
1815
+ background: var(--colorDefault20, #8fc63e);
1816
+ color: var(--textColor10, #ffffff);
1817
+ border-radius: 0px;
1818
+ }
1819
+
1820
+ .bootstrap-datetimepicker-widget .picker-switch td span:hover {
1821
+ background: var(--colorDefault50, #234d18);
1822
+ color: var(--textColor10, #ffffff);
1823
+ }
1824
+
1825
+ .bootstrap-datetimepicker-widget .timepicker-hour,
1826
+ .bootstrap-datetimepicker-widget .timepicker-minute,
1827
+ .bootstrap-datetimepicker-widget .timepicker-minute,
1828
+ .bootstrap-datetimepicker-widget .timepicker-second {
1829
+ color: var(--textColor10, #ffffff);
1830
+ }
1831
+
1832
+ /*Combobox*/
1833
+ .k-multiselect-wrap .k-button {
1834
+ border-radius: 0px;
1835
+ }
1836
+
1837
+ .k-multiselect-wrap .k-button {
1838
+ color: var(--textColorDefault40, #ffffff);
1839
+ background: var(--colorDefault50, #234d18);
1840
+ border-color: transparent;
1841
+ }
1842
+
1843
+ .combobox-primary .k-multiselect .k-button {
1844
+ background: var(--colorPrimary40, #008aed);
1845
+ color: var(--textColorPrimary40, #ffffff);
1846
+ border-color: var(--colorPrimary50, #4b58a6);
1847
+ }
1848
+
1849
+ .combobox-success .k-multiselect .k-button {
1850
+ background: var(--colorSuccess40, #10d13a);
1851
+ color: var(--textColorSuccess40, #ffffff);
1852
+ border-color: var(--colorSuccess50, #2db353);
1853
+ }
1854
+
1855
+ .combobox-primary .k-multiselect-wrap .k-button:hover {
1856
+ background: var(--colorPrimary50, #006599);
1857
+ color: var(--textColorPrimary40, #ffffff);
1858
+ }
1859
+
1860
+ .combobox-primary .k-multiselect-wrap .k-button.k-state-hover .k-select {
1861
+ background: var(--colorPrimary50, #006599);
1862
+ color: var(--textColorPrimary40, #ffffff);
1863
+ }
1864
+
1865
+ .combobox-success .k-multiselect-wrap .k-button.k-state-hover .k-select,
1866
+ .combobox-success .k-multiselect-wrap .k-button:hover {
1867
+ background: var(--colorSuccess50, #09b72f);
1868
+ color: var(--textColorSuccess40, #ffffff);
1869
+ }
1870
+
1871
+ .combobox-info .k-multiselect .k-button {
1872
+ background: var(--colorCalm40, #24a9c3);
1873
+ border-color: transparent;
1874
+ color: var(--textColorDefault40, #ffffff);
1875
+ }
1876
+
1877
+ .combobox-info .k-multiselect .k-button:hover {
1878
+ background: var(--colorCalm50, #158ea6);
1879
+ border-color: transparent;
1880
+ color: var(--textColorDefault40, #ffffff);
1881
+ }
1882
+
1883
+ .combobox-warning .k-multiselect .k-button {
1884
+ background: var(--colorWarning40, #fd7903);
1885
+ color: var(--textColorWarning40, #ffffff);
1886
+ border-color: var(--colorWarning50, #d66602);
1887
+ }
1888
+
1889
+ .combobox-warning .k-multiselect-wrap .k-button.k-state-hover .k-select,
1890
+ .combobox-warning .k-multiselect-wrap .k-button:hover {
1891
+ background: var(--colorWarning50, #d66602);
1892
+ color: var(--textColorWarning40, #ffffff);
1893
+ }
1894
+
1895
+ .combobox-danger .k-multiselect .k-button {
1896
+ background: var(--colorDanger40, #b70002);
1897
+ color: var(--textColorDanger40, #ffffff);
1898
+ border-color: var(--colorDanger50, #8b0002);
1899
+ }
1900
+
1901
+ .combobox-danger .k-multiselect .k-button.k-state-hover,
1902
+ .combobox-danger .k-multiselect .k-button {
1903
+ border-color: var(--colorDanger50, #8b0002);
1904
+ background: var(--colorDanger40, #b70002);
1905
+ color: var(--textColorDanger40, #ffffff);
1906
+ }
1907
+
1908
+ .combobox-danger .k-multiselect .k-button.k-state-hover .k-select,
1909
+ .combobox-danger .k-multiselect-wrap .k-button:hover {
1910
+ background: var(--colorDanger50, #8b0002);
1911
+ color: var(--textColorDanger40, #ffffff);
1912
+ }
1913
+
1914
+ .combobox-light .k-multiselect .k-button {
1915
+ background: var(--colorLight40, #96a6b3);
1916
+ color: var(--textColorLight40, #444444);
1917
+ border-color: var(--colorLight50, #677583);
1918
+ }
1919
+
1920
+ .combobox-light .k-multiselect-wrap .k-button.k-state-hover .k-select,
1921
+ .combobox-light .k-multiselect-wrap .k-button:hover {
1922
+ background: var(--colorLight50, #677583);
1923
+ color: var(--textColorLight40, #ffffff);
1924
+ }
1925
+
1926
+ .combobox-stable .k-multiselect .k-button {
1927
+ background: var(--colorStable40, #3a484b);
1928
+ color: var(--textColorStable40, #444444);
1929
+ border-color: var(--colorStable50, #2c3a3d);
1930
+ }
1931
+
1932
+ .combobox-stable .k-multiselect-wrap .k-button.k-state-hover .k-select,
1933
+ .combobox-stable .k-multiselect-wrap .k-button:hover {
1934
+ background: var(--colorStable50, #2c3a3d);
1935
+ color: var(--textColorStable40, #ffffff);
1936
+ }
1937
+
1938
+ .combobox-royal .k-multiselect .k-button {
1939
+ background: var(--colorRoyal40, #111a47);
1940
+ color: var(--textColorRoyal40, #ffffff);
1941
+ border-color: var(--colorRoyal50, #070f34);
1942
+ }
1943
+
1944
+ .combobox-royal .k-multiselect-wrap .k-button.k-state-hover .k-select,
1945
+ .combobox-royal .k-multiselect-wrap .k-button:hover {
1946
+ background: var(--colorRoyal50, #070f34);
1947
+ color: var(--textColorRoyal40, #ffffff);
1948
+ }
1949
+
1950
+ .combobox-dark .k-multiselect .k-button {
1951
+ background: var(--colorDark40, #111d23);
1952
+ color: var(--textColorDark40, #ffffff);
1953
+ border-color: var(--colorDark50, #091114);
1954
+ }
1955
+
1956
+ .combobox-dark .k-multiselect-wrap .k-button.k-state-hover .k-select,
1957
+ .combobox-dark .k-multiselect-wrap .k-button:hover {
1958
+ background: var(--colorDark50, #091114);
1959
+ color: var(--textColorDark40, #ffffff);
1960
+ }
1961
+
1962
+ .k-popup .k-list .k-state-focused {
1963
+ box-shadow: none;
1964
+ background: var(--colorDefault40, #336825);
1965
+ color: var(--textColor10, #ffffff);
1966
+ }
1967
+
1968
+ .k-popup.k-list-container {
1969
+ -webkit-touch-callout: none;
1970
+ -webkit-tap-highlight-color: transparent;
1971
+ padding: 2px;
1972
+ border-width: 1px;
1973
+ border-style: solid;
1974
+ background: var(--colorDefault40, #336825);
1975
+ }
1976
+
1977
+ .k-popup .k-list .k-item:hover {
1978
+ background: var(--backgroundColor10, #ffffff);
1979
+ color: var(--textColor40, #0f2e07);
1980
+ }
1981
+
1982
+ .k-popup .k-list .k-item {
1983
+ color: var(--textColor10, #ffffff);
1984
+ border-radius: 0px;
1985
+ }
1986
+
1987
+ input.k-textbox:hover {
1988
+ background: var(--backgroundColor10, #ffffff);
1989
+ }
1990
+
1991
+ .k-popup .k-list .k-item {
1992
+ color: var(--textColor10, #ffffff);
1993
+ }
1994
+
1995
+ .bootstrap-datetimepicker-widget table td span:hover {
1996
+ background: var(--colorDefault50, #234d18);
1997
+ color: var(--textColor10, #ffffff);
1998
+ }
1999
+
2000
+ .bootstrap-datetimepicker-widget table td {
2001
+ height: 54px;
2002
+ line-height: 54px;
2003
+ width: 54px;
2004
+ color: var(--textColor10, #ffffff);
2005
+ }
2006
+
2007
+ .dynamic-image-container .btn {
2008
+ background: var(--colorDefault40, #336825);
2009
+ color: var(--textColor10, #ffffff);
2010
+ }
2011
+
2012
+ .dynamic-image-container .btn:hover {
2013
+ background: var(--colorDefault50, #234d18);
2014
+ color: var(--textColor10, #ffffff);
2015
+ border-radius: 10px;
2016
+ }
2017
+
2018
+ /*Slider*/
2019
+ .k-slider-horizontal .k-slider-buttons .k-slider-track {
2020
+ background: var(--backgroundColor10, #ffffff);
2021
+ height: 15px;
2022
+ }
2023
+
2024
+ .k-slider .k-slider-selection {
2025
+ background: var(--colorDefault40, #336825);
2026
+ margin-top: -8px;
2027
+ height: 15px;
2028
+ }
2029
+
2030
+ .k-slider .k-draghandle,
2031
+ .k-slider .k-draghandle.k-state-focused,
2032
+ .k-slider .k-draghandle.k-state-focused:link {
2033
+ background: var(--colorDefault40, #336825);
2034
+ border-color: transparent;
2035
+ box-shadow: none;
2036
+ height: 20px;
2037
+ width: 20px;
2038
+ margin-top: 2px;
2039
+ border-radius: 0px;
2040
+ }
2041
+
2042
+ .k-slider .k-button {
2043
+ color: var(--textColor10, #ffffff);
2044
+ background: var(--colorDefault40, #336825);
2045
+ border-radius: 0px;
2046
+ }
2047
+
2048
+ .k-slider .k-button:hover,
2049
+ .k-slider .k-button:active {
2050
+ background: var(--colorDefault50, #234d18);
2051
+ border-color: transparent;
2052
+ color: var(--textColor10, #ffffff);
2053
+ box-shadow: none;
2054
+ border-radius: 10px;
2055
+ }
2056
+
2057
+ .k-slider-track {
2058
+ background: var(--backgroundColor10, #ffffff);
2059
+ border: 0;
2060
+ }
2061
+
2062
+ .k-slider-horizontal .k-slider-selection,
2063
+ .k-slider-horizontal .k-slider-track {
2064
+ height: 15px;
2065
+ }
2066
+
2067
+ .k-slider .k-slider-selection {
2068
+ background: var(--colorDefault40, #336825);
2069
+ height: 15px;
2070
+ }
2071
+
2072
+ .k-slider .k-button-increase,
2073
+ .k-slider .k-button-decrease {
2074
+ width: 40px;
2075
+ height: 40px;
2076
+ margin-top: 0;
2077
+ }
2078
+
2079
+ /*---------*/
2080
+
2081
+ .k-widget.k-tooltip {
2082
+ background: var(--colorDefault40, #336825);
2083
+ border-color: transparent;
2084
+ color: var(--textColor10, #ffffff);
2085
+ border-radius: 0px;
2086
+ }
2087
+
2088
+ .ctn-tab .nav-tabs {
2089
+ background: var(--colorDefault40, #336825);
2090
+ }
2091
+
2092
+ /* Carousel*/
2093
+ .carousel-control .glyphicon-chevron-right {
2094
+ color: var(--colorDefault40, #336825);
2095
+ }
2096
+
2097
+ .carousel-control .glyphicon-chevron-left {
2098
+ color: var(--colorDefault40, #336825);
2099
+ }
2100
+
2101
+ .carousel-indicators .active {
2102
+ background: var(--colorDefault40, #336825);
2103
+ }
2104
+
2105
+ .carousel-control.left {
2106
+ background: transparent;
2107
+ margin-left: -45px;
2108
+ }
2109
+
2110
+ .carousel-control.right {
2111
+ background: transparent;
2112
+ margin-right: -25px;
2113
+ }
2114
+
2115
+ .carousel .carousel-caption h1,
2116
+ .carousel .carousel-caption h2 {
2117
+ color: var(--colorDefault40, #336825);
2118
+ }
2119
+
2120
+ .carousel-indicators li {
2121
+ border-color: var(--colorDefault40, #336825);
2122
+ }
2123
+
2124
+ .k-dialog-buttongroup.k-button {
2125
+ background: var(--colorDanger40, #b70002);
2126
+ color: var(--textColorDanger40, #ffffff);
2127
+ box-shadow: none;
2128
+ }
2129
+
2130
+ .k-dialog-buttongroup .k-button.k-primary:active {
2131
+ background: var(--colorPrimary50, #006599);
2132
+ color: var(--textColorPrimary40, #ffffff);
2133
+ }
2134
+
2135
+ .fa-facebook:before,
2136
+ .fa-github-alt:before,
2137
+ .fa-linkedin-square:before,
2138
+ .fa-google:before,
2139
+ .fa-cloud:before {
2140
+ color: var(--colorWarning40, #fd7903);
2141
+ }
2142
+
2143
+ .ctn-tab .nav-tabs li {
2144
+ margin-bottom: 0px;
2145
+ margin-top: 0px;
2146
+ }
2147
+
2148
+ .ctn-tab .nav-tabs li.active {
2149
+ bottom: 0px;
2150
+ }
2151
+
2152
+ canvas {
2153
+ background: var(--backgroundColor10, #ffffff);
2154
+ }
2155
+
2156
+ /*Button form*/
2157
+ button.btn.k-button.btn-block.btn-default.btn-fab:hover {
2158
+ background: var(--colorDefault20, #8fc63e);
2159
+ border-radius: 30px;
2160
+ }
2161
+
2162
+ button.btn.k-button.btn-block.btn-default.btn-fab:active,
2163
+ button.btn.k-button.btn-block.btn-default.btn-fab:focus {
2164
+ background: var(--colorDefault50, #234d18);
2165
+ border-radius: 30px;
2166
+ }
2167
+
2168
+ button.btn.k-button.btn-block.btn-danger.btn-fab:hover {
2169
+ border-radius: 30px;
2170
+ }
2171
+
2172
+ button.btn.k-button.btn-block.btn-danger.btn-fab:active,
2173
+ button.btn.k-button.btn-block.btn-danger.btn-fab:focus {
2174
+ background: var(--colorDanger50, #8b0002);
2175
+ border-radius: 30px;
2176
+ }
2177
+
2178
+ .k-scheduler .k-scheduler-header th,
2179
+ .k-scheduler .k-scheduler-header-wrap,
2180
+ .k-scheduler .k-scheduler-table td,
2181
+ .k-scheduler .k-scheduler-times,
2182
+ .k-scheduler .k-scheduler-times th,
2183
+ .k-scheduler .k-scheduler-times tr,
2184
+ cron-scheduler a.k-link,
2185
+ cron-scheduler .k-link:link,
2186
+ .k-scheduler-calendar .k-link:link,
2187
+ .k-scheduler-calendar .k-footer .k-nav-today:hover,
2188
+ .k-scheduler-calendar a.k-link,
2189
+ .k-scheduler-toolbar,
2190
+ .k-calendar .k-link {
2191
+ font-size: var(--textNormalSize, 14px);
2192
+ font-family: var(--fontFamily, "Arial", sans-serif);
2193
+ color: var(--textColor40, #0f2e07);
2194
+ border-color: var(--colorDefault40, #336825);
2195
+ }
2196
+
2197
+ .table-bordered>tbody>tr>td,
2198
+ .table-bordered>tbody>tr>th,
2199
+ .table-bordered>thead>tr>td,
2200
+ .table-bordered>thead>tr>th,
2201
+ .k-grid tr td {
2202
+ background: var(--backgroundColor10, #ffffff);
2203
+ border: 1px solid #dcefdc;
2204
+ }
2205
+
2206
+ .table>caption+thead>tr:first-child>th,
2207
+ .table-bordered>tfoot>tr>th,
2208
+ .table-bordered>tfoot>tr>td,
2209
+ .table>tfoot>tr.info>th {
2210
+ background: var(--colorDefault40, #336825);
2211
+ color: var(--textColorDefault40, #ffffff);
2212
+ }