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,1915 @@
1
+ @import 'navbar-krypton.css';
2
+ @import 'panel-krypton.css';
3
+ @import 'grid-krypton.css';
4
+
5
+ /* Fonts */
6
+ @import '../../../fonts/raleway/raleway.css';
7
+
8
+ /* ==== VARIABLES ==== */
9
+ :root {
10
+
11
+ /* Font */
12
+ --fontFamily: "Raleway", "Arial", sans-serif;
13
+ --textColor: #f0f0f0;
14
+ --textColorTexts: #14202a;
15
+ --backgroundColor: #090f13;
16
+
17
+ --textSmallSize: 10px;
18
+ --textNormalSize: 12px;
19
+ --textMediumSize: 24px;
20
+ --textSmallTitle: 18px;
21
+ --textBigSize: 22px;
22
+ --textExtraBigSize: 28px;
23
+ --textFullSize: 36px;
24
+
25
+ --textColor10: #fbfbfb;
26
+ --textColor20: #f7f7f7;
27
+ --textColor30: #f4f4f4;
28
+ --textColor40: #f0f0f0;
29
+ --textColor50: #d2d2d2;
30
+ --textColor60: #5f5f5f;
31
+ --textColor70: #434343;
32
+
33
+ /* Icon Size */
34
+ --iconSizeDefault: 28px;
35
+ --iconSizeSmall: calc(var(--iconSizeDefault) - 3px);
36
+ --iconSizeBig: calc(var(--iconSizeDefault) + 3px);
37
+ --iconSizeExtraBig: calc(var(--iconSizeDefault) + 6px);
38
+
39
+ /* Menus - Sizes and Distances */
40
+ --menuVerticalWidth: 270px;
41
+ --menuVerticalCollapsedWidth: 225px;
42
+ --menuSideSize: 20px;
43
+ --menuItemBarSize: 6px;
44
+ --menuElementOverallPadding: 10px;
45
+ --menuItemPaddingSize: calc(var(--menuElementOverallPadding) + 5px);
46
+ --menuItemIconWidth: 25px;
47
+
48
+ /* Background */
49
+ --backgroundColor10: #f0f0f0;
50
+ --backgroundColor20: #a3a3a3;
51
+ --backgroundColor30: #546270;
52
+ --backgroundColor40: #090f13;
53
+ --backgroundColor50: #080d11;
54
+ --backgroundColor60: #ced0d2;
55
+ --backgroundColor70: #05080a;
56
+
57
+ /* Background Login */
58
+ --backgroundLogin10: rgba(177, 186, 196, 1);
59
+ --backgroundLogin20: rgba(147, 161, 174, 1);
60
+ --backgroundLogin30: rgba(118, 135, 152, 1);
61
+ --backgroundLogin40: rgba(84, 92, 112, 1);
62
+ --backgroundLogin50: rgba(72, 84, 96, 1);
63
+ --backgroundLogin60: rgba(29, 33, 38, 1);
64
+ --backgroundLogin70: rgba(15, 18, 20, 1);
65
+
66
+ /* Distances */
67
+ --distanceNone: 0;
68
+ --distanceSmallest: 5px;
69
+ --distanceExtraSmall: 10px;
70
+ --distanceSmall: 15px;
71
+ --distanceMedium: 20px;
72
+ --distanceBig: 30px;
73
+ --distanceGiant: 40px;
74
+ --distanceTitan: 60px;
75
+
76
+ /* Border Radius */
77
+ --borderRadiusNone: 0;
78
+ --borderRadiusSmallest: 2px;
79
+ --borderRadiusExtraSmall: 10px;
80
+ --borderRadiusSmall: 15px;
81
+ --borderRadiusBig: 30px;
82
+ --borderRadiusGiant: 40px;
83
+ --borderRadiusTitan: 60px;
84
+ --borderRadiusFull: 99999px;
85
+
86
+ /* Color - Theme default */
87
+ --colorDefault10: #d6d7d7;
88
+ --colorDefault20: #b0b1b1;
89
+ --colorDefault30: #434343;
90
+ --colorDefault40: #262c32;
91
+ --colorDefault50: #252e36;
92
+ --colorDefault60: #1c2025;
93
+ --colorDefault70: #15181b;
94
+ --textColorDefault10: #434343;
95
+ --textColorDefault20: #b0b0b0;
96
+ --textColorDefault30: #d2d2d2;
97
+ --textColorDefault40: #f0f0f0;
98
+ --textColorDefault50: #f4f4f4;
99
+ --textColorDefault60: #f7f7f7;
100
+ --textColorDefault70: #fbfbfb;
101
+
102
+ /* Color - Primary (web) - Positive (mobile) */
103
+ --colorPrimary10: #d6e0f5;
104
+ --colorPrimary20: #afc5ed;
105
+ --colorPrimary30: #7da6e5;
106
+ --colorPrimary40: #197fdd;
107
+ --colorPrimary50: #166fc2;
108
+ --colorPrimary60: #125da2;
109
+ --colorPrimary70: #09467f;
110
+ --textColorPrimary10: #838383;
111
+ --textColorPrimary20: #b0b0b0;
112
+ --textColorPrimary30: #d2d2d2;
113
+ --textColorPrimary40: #f0f0f0;
114
+ --textColorPrimary50: #f4f4f4;
115
+ --textColorPrimary60: #f7f7f7;
116
+ --textColorPrimary70: #fbfbfb;
117
+
118
+ /* Color - Success (web) - Balanced (mobile) */
119
+ --colorSuccess10: #d7fed7;
120
+ --colorSuccess20: #b1fdb0;
121
+ --colorSuccess30: #82fd81;
122
+ --colorSuccess40: #2ffc2b;
123
+ --colorSuccess50: #29dd26;
124
+ --colorSuccess60: #22b920;
125
+ --colorSuccess70: #108d0d;
126
+ --textColorSuccess10: #838383;
127
+ --textColorSuccess20: #b0b0b0;
128
+ --textColorSuccess30: #d2d2d2;
129
+ --textColorSuccess40: #f0f0f0;
130
+ --textColorSuccess50: #f4f4f4;
131
+ --textColorSuccess60: #f7f7f7;
132
+ --textColorSuccess70: #fbfbfb;
133
+
134
+ /* Color - Warning (web) - energized (mobile) */
135
+ --colorWarning10: #fce3d6;
136
+ --colorWarning20: #facaae;
137
+ --colorWarning30: #f7ae7c;
138
+ --colorWarning40: #f58d11;
139
+ --colorWarning50: #d77b0f;
140
+ --colorWarning60: #b46406;
141
+ --colorWarning70: #864d09;
142
+ --textColorWarning10: #838383;
143
+ --textColorWarning20: #b0b0b0;
144
+ --textColorWarning30: #d2d2d2;
145
+ --textColorWarning40: #f0f0f0;
146
+ --textColorWarning50: #f4f4f4;
147
+ --textColorWarning60: #f7f7f7;
148
+ --textColorWarning70: #fbfbfb;
149
+
150
+ /* Color - Danger (web) - assertive (mobile) */
151
+ --colorDanger10: #fbd8d8;
152
+ --colorDanger20: #f7b3b3;
153
+ --colorDanger30: #f48585;
154
+ --colorDanger40: #f03a3a;
155
+ --colorDanger50: #d23333;
156
+ --colorDanger60: #7e2121;
157
+ --colorDanger70: #832020;
158
+ --textColorDanger10: #838383;
159
+ --textColorDanger20: #b0b0b0;
160
+ --textColorDanger30: #d2d2d2;
161
+ --textColorDanger40: #f0f0f0;
162
+ --textColorDanger50: #f4f4f4;
163
+ --textColorDanger60: #f7f7f7;
164
+ --textColorDanger70: #fbfbfb;
165
+
166
+ /* Color - Royal (mobile) */
167
+ --colorRoyal10: #d5d7dc;
168
+ --colorRoyal20: #5487bd;
169
+ --colorRoyal30: #394c5e;
170
+ --colorRoyal40: #0e3760;
171
+ --colorRoyal50: #0c3054;
172
+ --colorRoyal60: #0a2846;
173
+ --colorRoyal70: #1a2e43;
174
+ --textColorRoyal10: #838383;
175
+ --textColorRoyal20: #b0b0b0;
176
+ --textColorRoyal30: #d2d2d2;
177
+ --textColorRoyal40: #f0f0f0;
178
+ --textColorRoyal50: #f4f4f4;
179
+ --textColorRoyal60: #f7f7f7;
180
+ --textColorRoyal70: #fbfbfb;
181
+
182
+ /* Color - Calm (mobile) */
183
+ --colorCalm10: #cefffd;
184
+ --colorCalm20: #68f8f1;
185
+ --colorCalm30: #4eebe3;
186
+ --colorCalm40: #44e1d8;
187
+ --colorCalm50: #00abc2;
188
+ --colorCalm60: #169f97;
189
+ --colorCalm70: #077988;
190
+ --textColorCalm10: #838383;
191
+ --textColorCalm20: #b0b0b0;
192
+ --textColorCalm30: #d2d2d2;
193
+ --textColorCalm40: #f0f0f0;
194
+ --textColorCalm50: #f4f4f4;
195
+ --textColorCalm60: #f7f7f7;
196
+ --textColorCalm70: #fbfbfb;
197
+
198
+ /* Color - Light (mobile) */
199
+ --colorLight10: #e3e7eb;
200
+ --colorLight20: #cad1d9;
201
+ --colorLight30: #aebbc7;
202
+ --colorLight40: #8da0b2;
203
+ --colorLight50: #7b8c9c;
204
+ --colorLight60: #303b46;
205
+ --colorLight70: #4d5861;
206
+ --textColorLight10: #838383;
207
+ --textColorLight20: #677582;
208
+ --textColorLight30: #d2d2d2;
209
+ --textColorLight40: #f0f0f0;
210
+ --textColorLight50: #f4f4f4;
211
+ --textColorLight60: #f7f7f7;
212
+ --textColorLight70: #fbfbfb;
213
+
214
+ /* Color - Stable (mobile) */
215
+ --colorStable10: #e1e1e1;
216
+ --colorStable20: #c6c6c6;
217
+ --colorStable30: #a7a7a7;
218
+ --colorStable40: #818181;
219
+ --colorStable50: #4d4d4d;
220
+ --colorStable60: #5f5f5f;
221
+ --colorStable70: #3e4042;
222
+ --textColorStable10: #838383;
223
+ --textColorStable20: #b0b0b0;
224
+ --textColorStable30: #d2d2d2;
225
+ --textColorStable40: #f0f0f0;
226
+ --textColorStable50: #f4f4f4;
227
+ --textColorStable60: #f7f7f7;
228
+ --textColorStable70: #fbfbfb;
229
+
230
+ /* Color - Dark (mobile) */
231
+ --colorDark10: #d5d5d5;
232
+ --colorDark20: #999999;
233
+ --colorDark30: #5e5e5e;
234
+ --colorDark40: #000000;
235
+ --colorDark50: #0a141e;
236
+ --colorDark60: #000000;
237
+ --colorDark70: #0f1e2e;
238
+ --textColorDark10: #838383;
239
+ --textColorDark20: #b0b0b0;
240
+ --textColorDark30: #d2d2d2;
241
+ --textColorDark40: #f0f0f0;
242
+ --textColorDark50: #f4f4f4;
243
+ --textColorDark60: #f7f7f7;
244
+ --textColorDark70: #fbfbfb;
245
+
246
+ /* Color - Neutral (web e mobile) */
247
+ --colorNeutral00: #ffffff;
248
+ --colorNeutral10: #f1f1f1;
249
+ --colorNeutral20: #e3e3e3;
250
+ --colorNeutral30: #d5d5d5;
251
+ --colorNeutral40: #c7c7c7;
252
+ --colorNeutral50: #b9b9b9;
253
+ --colorNeutral60: #acacac;
254
+ --colorNeutral70: #9e9e9e;
255
+ --colorNeutral80: #909090;
256
+ --colorNeutral90: #828282;
257
+ --colorNeutral100: #747474;
258
+ --colorNeutral110: #666666;
259
+ --colorNeutral120: #5d5d5d;
260
+ --colorNeutral130: #535353;
261
+ --colorNeutral140: #4a4a4a;
262
+ --colorNeutral150: #414141;
263
+ --colorNeutral160: #383838;
264
+ --colorNeutral170: #2e2e2e;
265
+ --colorNeutral180: #252525;
266
+ --colorNeutral190: #1c1c1c;
267
+ --colorNeutral200: #131313;
268
+ --colorNeutral210: #090909;
269
+ --colorNeutral220: #000000;
270
+
271
+ /* === Variables used exclusively in the color palette property === */
272
+
273
+ /* Components - Button */
274
+ --btnDefault: linear-gradient(180deg, var(--colorDefault40, #262c32) 0%, var(--colorDefault70, #15181b) 100%);
275
+ --btnPrimary: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #09467f) 100%);
276
+ --btnSuccess: linear-gradient(180deg, var(--colorSuccess40, #2ffc2b) 0%, var(--colorSuccess70, #108d0d) 100%);
277
+ --btnCalm: linear-gradient(180deg, var(--colorCalm40, #44e1d8) 0%, var(--colorCalm70, #077988) 100%);
278
+ --btnWarning: linear-gradient(180deg, var(--colorWarning40, #f58d11) 0%, var(--colorWarning70, #864d09) 100%);
279
+ --btnDanger: linear-gradient(180deg, var(--colorDanger40, #f03a3a) 0%, var(--colorDanger70, #832020) 100%);
280
+ --btnLight: linear-gradient(180deg, var(--colorLight40, #8da0b2) 0%, var(--colorLight70, #4d5861) 100%);
281
+ --btnLink: var(--colorCalm60, #2fc2ba);
282
+ --btnStable: linear-gradient(180deg, var(--colorStable40, #818181) 0%, var(--colorStable70, #3e4042) 100%);
283
+ --btnRoyal: linear-gradient(180deg, var(--colorRoyal40, #0e3760) 0%, var(--colorRoyal70, #1a2e43) 100%);
284
+ --btnDark: linear-gradient(180deg, var(--colorDark40, #000000) 0%, var(--colorDark70, #0f1e2e) 100%);
285
+
286
+ --textColorDefault: var(--textColorDefault40, #f0f0f0);
287
+ --textColorPrimary: var(--textColorPrimary40, #f0f0f0);
288
+ --textColorSuccess: var(--textColorSuccess40, #f0f0f0);
289
+ --textColorCalm: var(--textColorCalm40, #f0f0f0);
290
+ --textColorWarning: var(--textColorWarning40, #f0f0f0);
291
+ --textColorDanger: var(--textColorDanger40, #f0f0f0);
292
+ --textColorLight: var(--textColorLight40, #f0f0f0);
293
+ --textColorStable: var(--textColorStable40, #f0f0f0);
294
+ --textColorRoyal: var(--textColorRoyal40, #f0f0f0);
295
+ --textColorDark: var(--textColorDark40, #f0f0f0);
296
+
297
+ --borderBtnLink: transparent;
298
+ --borderBtnDefault: transparent;
299
+ --borderBtnPrimary: transparent;
300
+ --borderBtnSuccess: transparent;
301
+ --borderBtnCalm: transparent;
302
+ --borderBtnWarning: transparent;
303
+ --borderBtnDanger: transparent;
304
+ --borderBtnLight: transparent;
305
+ --borderBtnStable: transparent;
306
+ --borderBtnRoyal: transparent;
307
+ --borderBtnDark: transparent;
308
+
309
+ /* Components - Text color */
310
+ --colorDefault: linear-gradient(180deg, var(--colorDefault40, #262c32) 0%, var(--colorDefault70, #15181b) 100%);
311
+ --colorPrimary: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #09467f) 100%);
312
+ --colorSuccess: linear-gradient(180deg, var(--colorSuccess40, #2ffc2b) 0%, var(--colorSuccess70, #108d0d) 100%);
313
+ --colorCalm: linear-gradient(180deg, var(--colorCalm40, #44e1d8) 0%, var(--colorCalm70, #077988) 100%);
314
+ --colorWarning: linear-gradient(180deg, var(--colorWarning40, #f58d11) 0%, var(--colorWarning70, #864d09) 100%);
315
+ --colorDanger: linear-gradient(180deg, var(--colorDanger40, #f03a3a) 0%, var(--colorDanger70, #832020) 100%);
316
+ --colorLight: linear-gradient(180deg, var(--colorLight40, #8da0b2) 0%, var(--colorLight70, #4d5861) 100%);
317
+ --colorStable: linear-gradient(180deg, var(--colorStable40, #818181) 0%, var(--colorStable70, #3e4042) 100%);
318
+ --colorRoyal: linear-gradient(180deg, var(--colorRoyal40, #0e3760) 0%, var(--colorRoyal70, #1a2e43) 100%);
319
+ --colorDark: linear-gradient(180deg, var(--colorDark40, #000000) 0%, var(--colorDark70, #0f1e2e) 100%);
320
+
321
+ /* Components - Checkbox */
322
+ --checkboxDefault: var(--colorDefault40, #262c32);
323
+ --checkboxPrimary: var(--colorPrimary40, #197fdd);
324
+ --checkboxSuccess: var(--colorSuccess40, #2ffc2b);
325
+ --checkboxCalm: var(--colorCalm40, #44e1d8);
326
+ --checkboxWarning: var(--colorWarning40, #f58d11);
327
+ --checkboxDanger: var(--colorDanger40, #f03a3a);
328
+ --checkboxLight: var(--colorLight40, #8da0b2);
329
+ --checkboxStable: var(--colorStable40, #818181);
330
+ --checkboxRoyal: var(--colorRoyal40, #0e3760);
331
+ --checkboxDark: var(--colorDark40, #000000);
332
+
333
+ --borderCheckboxDefault: transparent;
334
+ --borderCheckboxPrimary: transparent;
335
+ --borderCheckboxSuccess: transparent;
336
+ --borderCheckboxCalm: transparent;
337
+ --borderCheckboxWarning: transparent;
338
+ --borderCheckboxDanger: transparent;
339
+ --borderCheckboxLight: transparent;
340
+ --borderCheckboxStable: transparent;
341
+ --borderCheckboxRoyal: transparent;
342
+ --borderCheckboxDark: transparent;
343
+
344
+ /* Components - Combobox */
345
+ --comboboxDefault: linear-gradient(180deg, var(--colorDefault40, #262c32) 0%, var(--colorDefault70, #15181b) 100%);
346
+ --comboboxPrimary: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #09467f) 100%);
347
+ --comboboxSuccess: linear-gradient(180deg, var(--colorSuccess40, #2ffc2b) 0%, var(--colorSuccess70, #108d0d) 100%);
348
+ --comboboxCalm: linear-gradient(180deg, var(--colorCalm40, #44e1d8) 0%, var(--colorCalm70, #077988) 100%);
349
+ --comboboxWarning: linear-gradient(180deg, var(--colorWarning40, #f58d11) 0%, var(--colorWarning70, #864d09) 100%);
350
+ --comboboxDanger: linear-gradient(180deg, var(--colorDanger40, #f03a3a) 0%, var(--colorDanger70, #832020) 100%);
351
+ --comboboxLight: linear-gradient(180deg, var(--colorLight40, #8da0b2) 0%, var(--colorLight70, #4d5861) 100%);
352
+ --comboboxStable: linear-gradient(180deg, var(--colorStable40, #818181) 0%, var(--colorStable70, #3e4042) 100%);
353
+ --comboboxRoyal: linear-gradient(180deg, var(--colorRoyal40, #0e3760) 0%, var(--colorRoyal70, #1a2e43) 100%);
354
+ --comboboxDark: linear-gradient(180deg, var(--colorDark40, #000000) 0%, var(--colorDark70, #0f1e2e) 100%);
355
+
356
+ --borderComboboxDefault: linear-gradient(180deg, var(--colorDefault40, #262c32) 0%, var(--colorDefault70, #15181b) 100%);
357
+ --borderComboboxPrimary: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #09467f) 100%);
358
+ --borderComboboxSuccess: linear-gradient(180deg, var(--colorSuccess40, #2ffc2b) 0%, var(--colorSuccess70, #108d0d) 100%);
359
+ --borderComboboxCalm: linear-gradient(180deg, var(--colorCalm40, #44e1d8) 0%, var(--colorCalm70, #077988) 100%);
360
+ --borderComboboxWarning: linear-gradient(180deg, var(--colorWarning40, #f58d11) 0%, var(--colorWarning70, #864d09) 100%);
361
+ --borderComboboxDanger: linear-gradient(180deg, var(--colorDanger40, #f03a3a) 0%, var(--colorDanger70, #832020) 100%);
362
+ --borderComboboxLight: linear-gradient(180deg, var(--colorLight40, #8da0b2) 0%, var(--colorLight70, #4d5861) 100%);
363
+ --borderComboboxStable: linear-gradient(180deg, var(--colorStable40, #818181) 0%, var(--colorStable70, #3e4042) 100%);
364
+ --borderComboboxRoyal: linear-gradient(180deg, var(--colorRoyal40, #0e3760) 0%, var(--colorRoyal70, #1a2e43) 100%);
365
+ --borderComboboxDark: linear-gradient(180deg, var(--colorDark40, #000000) 0%, var(--colorDark70, #0f1e2e) 100%);
366
+
367
+ /* Components - Radio input */
368
+ --optionDefault: linear-gradient(180deg, var(--colorDefault40, #262c32) 0%, var(--colorDefault70, #15181b) 100%);
369
+ --optionPrimary: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #09467f) 100%);
370
+ --optionSuccess: linear-gradient(180deg, var(--colorSuccess40, #2ffc2b) 0%, var(--colorSuccess70, #108d0d) 100%);
371
+ --optionCalm: linear-gradient(180deg, var(--colorCalm40, #44e1d8) 0%, var(--colorCalm70, #077988) 100%);
372
+ --optionWarning: linear-gradient(180deg, var(--colorWarning40, #f58d11) 0%, var(--colorWarning70, #864d09) 100%);
373
+ --optionDanger: linear-gradient(180deg, var(--colorDanger40, #f03a3a) 0%, var(--colorDanger70, #832020) 100%);
374
+ --optionLight: linear-gradient(180deg, var(--colorLight40, #8da0b2) 0%, var(--colorLight70, #4d5861) 100%);
375
+ --optionStable: linear-gradient(180deg, var(--colorStable40, #818181) 0%, var(--colorStable70, #3e4042) 100%);
376
+ --optionRoyal: linear-gradient(180deg, var(--colorRoyal40, #0e3760) 0%, var(--colorRoyal70, #1a2e43) 100%);
377
+ --optionDark: linear-gradient(180deg, var(--colorDark40, #000000) 0%, var(--colorDark70, #0f1e2e) 100%);
378
+
379
+ --borderOptionDefault: transparent;
380
+ --borderOptionPrimary: transparent;
381
+ --borderOptionSuccess: transparent;
382
+ --borderOptionCalm: transparent;
383
+ --borderOptionWarning: transparent;
384
+ --borderOptionDanger: transparent;
385
+ --borderOptionLight: transparent;
386
+ --borderOptionStable: transparent;
387
+ --borderOptionRoyal: transparent;
388
+ --borderOptionDark: transparent;
389
+
390
+ /* Components - Panel */
391
+ --panelDefault: linear-gradient(180deg, var(--colorDefault40, #262c32) 0%, var(--colorDefault70, #15181b) 100%);
392
+ --panelPrimary: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #09467f) 100%);
393
+ --panelSuccess: linear-gradient(180deg, var(--colorSuccess40, #2ffc2b) 0%, var(--colorSuccess70, #108d0d) 100%);
394
+ --panelCalm: linear-gradient(180deg, var(--colorCalm40, #44e1d8) 0%, var(--colorCalm70, #077988) 100%);
395
+ --panelWarning: linear-gradient(180deg, var(--colorWarning40, #f58d11) 0%, var(--colorWarning70, #864d09) 100%);
396
+ --panelDanger: linear-gradient(180deg, var(--colorDanger40, #f03a3a) 0%, var(--colorDanger70, #832020) 100%);
397
+ --panelLight: linear-gradient(180deg, var(--colorLight40, #8da0b2) 0%, var(--colorLight70, #4d5861) 100%);
398
+ --panelStable: linear-gradient(180deg, var(--colorStable40, #818181) 0%, var(--colorStable70, #3e4042) 100%);
399
+ --panelRoyal: linear-gradient(180deg, var(--colorRoyal40, #0e3760) 0%, var(--colorRoyal70, #1a2e43) 100%);
400
+ --panelDark: linear-gradient(180deg, var(--colorDark40, #000000) 0%, var(--colorDark70, #0f1e2e) 100%);
401
+
402
+ --borderPanelDefault: transparent;
403
+ --borderPanelPrimary: transparent;
404
+ --borderPanelSuccess: transparent;
405
+ --borderPanelCalm: transparent;
406
+ --borderPanelWarning: transparent;
407
+ --borderPanelDanger: transparent;
408
+ --borderPanelLight: transparent;
409
+ --borderPanelStable: transparent;
410
+ --borderPanelRoyal: transparent;
411
+ --borderPanelDark: transparent;
412
+ /* === End - Variables used exclusively in the color palette property === */
413
+ }
414
+
415
+ /* Button */
416
+ .k-button,
417
+ .btn {
418
+ border-radius: var(--borderRadiusExtraSmall, 10px);
419
+ }
420
+
421
+ /* Input */
422
+ .form-control {
423
+ display: block;
424
+ height: auto;
425
+ padding: auto;
426
+ font-size: auto;
427
+ color: var(--textColor40, #f0f0f0);
428
+ background: transparent;
429
+ border: none;
430
+ border-radius: 0;
431
+ border-bottom: 1px solid var(--textColor40, #f0f0f0);
432
+ outline: none;
433
+ width: 100%;
434
+ box-shadow: none;
435
+ }
436
+
437
+ .cardinput,
438
+ .k-autocomplete.k-state-focused,
439
+ .k-multiselect.k-header.k-state-focused,
440
+ .k-numeric-wrap.k-state-focused,
441
+ .k-picker-wrap.k-state-focused,
442
+ .k-textbox:focus,
443
+ .k-input,
444
+ .k-multiselect-wrap,
445
+ .k-textbox>input,
446
+ input.k-textbox,
447
+ input.k-textbox:hover,
448
+ textarea.k-textbox,
449
+ textarea.k-textbox:hover {
450
+ border: 0;
451
+ border-bottom: none;
452
+ border-radius: 20px;
453
+ color: var(--textColor60, #546270);
454
+ background: var(--textColor40, #f0f0f0);
455
+ margin: 0;
456
+ }
457
+
458
+ h1,
459
+ h2,
460
+ h3,
461
+ h4,
462
+ h5,
463
+ h6,
464
+ .h1,
465
+ .h2,
466
+ .h3,
467
+ .h4,
468
+ .h5,
469
+ .h6 {
470
+ font-family: var(--fontFamily, "Open Sans", "Arial", sans-serif);
471
+ }
472
+
473
+ .h1 {
474
+ font-size: var(--textFullSize, 36px);
475
+ }
476
+
477
+ .h3 {
478
+ font-size: var(--textMediumSize, 24px);
479
+ }
480
+
481
+ .h5 {
482
+ font-size: var(--textSmallTitle, 18px);
483
+ }
484
+
485
+ h4.ng-binding.ng-scope,
486
+ p.ng-scope {
487
+ color: var(--textColor70, #434343);
488
+ }
489
+
490
+ .cardinput {
491
+ padding: 0;
492
+ }
493
+
494
+ input::placeholder,
495
+ .k-input::placeholder,
496
+ .form-control::placeholder {
497
+ color: var(--textColor40, #f0f0f0);
498
+ }
499
+
500
+ textarea.k-textbox:focus,
501
+ .k-multiselect-wrap.k-state-focused,
502
+ .k-state-focused>.k-multiselect-wrap,
503
+ .cardinput:focus-within,
504
+ input.k-textbox:hover:focus,
505
+ .k-autocomplete.k-state-focused,
506
+ .k-dropdown-wrap.k-state-focused,
507
+ .k-multiselect.k-header.k-state-focused,
508
+ .k-numeric-wrap.k-state-focused,
509
+ .k-picker-wrap.k-state-focused,
510
+ .k-textbox:focus,
511
+ .k-autocomplete.k-state-focused,
512
+ .k-dropdown-wrap.k-state-focused,
513
+ .k-multiselect.k-header.k-state-focused,
514
+ .k-numeric-wrap.k-state-focused,
515
+ .k-picker-wrap.k-state-focused {
516
+ box-shadow: none;
517
+ border: none;
518
+ border-bottom: none;
519
+ border-radius: 20px;
520
+ }
521
+
522
+ .input-group.layout-template-modern .k-button {
523
+ background: transparent;
524
+ padding: 0px;
525
+ }
526
+
527
+ .cardinput button i,
528
+ .input-group.layout-template-modern .k-button i {
529
+ font-size: var(--textBigSize, 34px);
530
+ color: var(--textColor70, #838383);
531
+ }
532
+
533
+ /* Date and Hour */
534
+ .bootstrap-datetimepicker-widget.dropdown-menu {
535
+ padding: 20px;
536
+ background: var(--backgroundColor30, #546270);
537
+ }
538
+
539
+ .bootstrap-datetimepicker-widget a[data-action],
540
+ div[data-component^='crn-textinputicon'] .k-button {
541
+ box-shadow: none;
542
+ }
543
+
544
+ .bootstrap-datetimepicker-widget table th,
545
+ .bootstrap-datetimepicker-widget table td.day {
546
+ background: var(--textColor40, #f0f0f0);
547
+ color: var(--colorDefault30, #434343);
548
+ padding: 1px;
549
+ border: 1px solid transparent;
550
+ border-radius: 4px;
551
+ overflow: hidden;
552
+ }
553
+
554
+ .bootstrap-datetimepicker-widget table td.active,
555
+ .bootstrap-datetimepicker-widget table td.active:hover {
556
+ background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #09467f) 100%);
557
+ color: var(--textColor40, #f0f0f0);
558
+ }
559
+
560
+ .table-condensed>thead>tr>th {
561
+ background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #09467f) 100%);
562
+ color: var(--textColorDefault40, #f0f0f0);
563
+ font-weight: 400;
564
+ text-transform: capitalize;
565
+ }
566
+
567
+ .bootstrap-datetimepicker-widget table thead tr:first-child th {
568
+ color: var(--textColor40, #f0f0f0);
569
+ background: var(--backgroundColor30, #546270);
570
+ font-weight: 600;
571
+ }
572
+
573
+ .bootstrap-datetimepicker-widget table thead tr:first-child th:focus,
574
+ .bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
575
+ color: var(--textColor60, #546270);
576
+ }
577
+
578
+ /* seta do modal do calendario */
579
+ .bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
580
+ border-bottom-color: var(--backgroundColor50, #121c25);
581
+ }
582
+
583
+ .bootstrap-datetimepicker-widget.dropdown-menu.top:after {
584
+ border-top-color: var(--backgroundColor50, #121c25);
585
+ }
586
+
587
+ .siginPanel {
588
+ background: var(--backgroundColor30, #546270);
589
+ }
590
+
591
+ .login-view {
592
+ background: var(--backgroundColor30, #546270);
593
+ }
594
+
595
+ .login-view .sign-up {
596
+ color: var(--textColorDefault40, #f0f0f0);
597
+ }
598
+
599
+ .siginPanel .titulo_card {
600
+ color: var(--textColorDefault40, #f0f0f0);
601
+ display: flex;
602
+ justify-content: center;
603
+ align-items: center;
604
+ }
605
+
606
+ .login-view label,
607
+ input .k-textbox {
608
+ color: var(--textColorDefault40, #f0f0f0);
609
+ display: block;
610
+
611
+ }
612
+
613
+ .siginPanel label {
614
+ color: var(--textColorDefault40, #f0f0f0);
615
+ }
616
+
617
+ .crn-anchor-signup-back {
618
+ color: var(--textColorDefault40, #f0f0f0);
619
+ }
620
+
621
+ .crn-anchor-signup-back,
622
+ #crn-botao-cadastre {
623
+ color: var(--textColorDefault40, #f0f0f0);
624
+ display: block;
625
+ margin-bottom: 10px;
626
+ }
627
+
628
+ #crn-botao-cadastre:hover,
629
+ .login-view .sign-up:hover,
630
+ .crn-anchor-signup-back:hover {
631
+ color: var(--colorDefault50, #252e36);
632
+ }
633
+
634
+ #crn-botao-cadastre:hover,
635
+ .login-view .sign-up:hover {
636
+ color: var(--colorDefault50, #252e36);
637
+ }
638
+
639
+ div[data-component="crn-button"] {
640
+ margin-bottom: 10px;
641
+ }
642
+
643
+ .center-block {
644
+ display: block;
645
+ margin-right: auto;
646
+ margin-left: auto;
647
+ }
648
+
649
+ /* Combo Botões*/
650
+ .k-button,
651
+ .btn {
652
+ border-radius: 30px;
653
+ border-bottom: unset;
654
+ border-top: unset;
655
+ }
656
+
657
+ .btn.btn-default {
658
+ background: linear-gradient(180deg, var(--colorDefault40, #262c32) 0%, var(--colorDefault70, #15181b) 100%);
659
+ }
660
+
661
+ .btn.btn-default:focus,
662
+ .btn.btn-default:hover {
663
+ background: linear-gradient(180deg, var(--colorDefault40, #262c32) 0%, var(--colorDefault70, #15181b) 100%);
664
+ box-shadow: 0px 0px 3px #3a4753;
665
+ }
666
+
667
+ .btn.btn-default:active {
668
+ background: var(--colorDefault50, #252e36);
669
+ box-shadow: none;
670
+ }
671
+
672
+ .btn.btn-primary {
673
+ background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #09467f) 100%);
674
+ }
675
+
676
+ .btn.btn-primary:focus,
677
+ .btn.btn-primary:hover {
678
+ background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #09467f) 100%);
679
+ box-shadow: 0px 0px 3px #187ad4;
680
+ }
681
+
682
+ .btn.btn-primary:active {
683
+ background: var(--colorPrimary70, #09467f);
684
+ box-shadow: none;
685
+ }
686
+
687
+ .btn.btn-success {
688
+ background: linear-gradient(180deg, var(--colorSuccess40, #2ffc2b) 0%, var(--colorSuccess70, #108d0d) 100%);
689
+ }
690
+
691
+ .btn.btn-success:focus,
692
+ .btn.btn-success:hover {
693
+ background: linear-gradient(180deg, var(--colorSuccess40, #2ffc2b) 0%, var(--colorSuccess70, #108d0d) 100%);
694
+ box-shadow: 0px 0px 3px #2ffc2b;
695
+ }
696
+
697
+ .btn.btn-success:active {
698
+ background: var(--colorSuccess70, #108d0d);
699
+ box-shadow: none;
700
+ }
701
+
702
+ .btn.btn-info {
703
+ background: linear-gradient(180deg, var(--colorCalm40, #44e1d8) 0%, var(--colorCalm70, #077988) 100%);
704
+ border-color: var(--colorCalm50, #00abc2);
705
+ border: 1px;
706
+ border-radius: 30px;
707
+ }
708
+
709
+ .btn.btn-info:focus,
710
+ .btn.btn-info:hover {
711
+ background: linear-gradient(180deg, var(--colorCalm40, #44e1d8) 0%, var(--colorCalm70, #077988) 100%);
712
+ box-shadow: 0px 0px 3px #42dcd3;
713
+ }
714
+
715
+ .btn.btn-info:active {
716
+ background: var(--colorCalm60, #169f97);
717
+ box-shadow: none;
718
+ }
719
+
720
+ .btn.btn-warning {
721
+ background: linear-gradient(180deg, var(--colorWarning40, #f58d11) 0%, var(--colorWarning70, #864d09) 100%);
722
+ }
723
+
724
+ .btn.btn-warning:focus,
725
+ .btn.btn-warning:hover {
726
+ background: linear-gradient(180deg, var(--colorWarning40, #f58d11) 0%, var(--colorWarning70, #864d09) 100%);
727
+ box-shadow: 0px 0px 3px #f58d11;
728
+ }
729
+
730
+ .btn.btn-warning:active {
731
+ background: var(--colorWarning60, #b46406);
732
+ box-shadow: none;
733
+ }
734
+
735
+ .btn.btn-danger {
736
+ background: linear-gradient(180deg, var(--colorDanger40, #f03a3a) 0%, var(--colorDanger70, #832020) 100%);
737
+ }
738
+
739
+ .btn.btn-danger:focus,
740
+ .btn.btn-danger:hover {
741
+ background: linear-gradient(180deg, var(--colorDanger40, #f03a3a) 0%, var(--colorDanger70, #832020) 100%);
742
+ box-shadow: 0px 0px 3px #de3636;
743
+ }
744
+
745
+ .btn.btn-danger:active {
746
+ background: var(--colorDanger60, #7e2121);
747
+ box-shadow: none;
748
+ }
749
+
750
+ .btn.btn-light {
751
+ background: linear-gradient(180deg, var(--colorLight40, #8da0b2) 0%, var(--colorLight70, #4d5861) 100%);
752
+ }
753
+
754
+ .btn.btn-light:focus,
755
+ .btn.btn-light:hover {
756
+ background: linear-gradient(180deg, var(--colorLight40, #8da0b2) 0%, var(--colorLight70, #4d5861) 100%);
757
+ box-shadow: 0px 0px 3px #8da0b2;
758
+ border: none;
759
+ }
760
+
761
+ .btn.btn-light:active {
762
+ background: var(--colorLight60, #303b46);
763
+ box-shadow: none;
764
+ }
765
+
766
+ .btn.btn-link {
767
+ background: transparent;
768
+ border: solid 1px var(--colorCalm50, #00abc2);
769
+ }
770
+
771
+ .btn.btn-link span {
772
+ color: var(--colorCalm50, #00abc2);
773
+ }
774
+
775
+ .btn.btn-link i {
776
+ color: var(--colorCalm50, #00abc2);
777
+ }
778
+
779
+ .btn.btn-link i:active {
780
+ color: var (--colorCalm50, #00abc2);
781
+ }
782
+
783
+ .btn.btn-stable {
784
+ background: linear-gradient(180deg, var(--colorStable40, #818181) 0%, var(--colorStable70, #3e4042) 100%);
785
+ }
786
+
787
+ .btn.btn-stable:focus,
788
+ .btn.btn-stable:hover {
789
+ background: linear-gradient(180deg, var(--colorStable40, #818181) 0%, var(--colorStable70, #3e4042) 100%);
790
+ box-shadow: 0px 0px 3px #7b7b7b;
791
+ }
792
+
793
+ .btn.btn-stable:active {
794
+ background: var(--colorStable50, #4d4d4d);
795
+ box-shadow: none;
796
+ }
797
+
798
+ .btn.btn-link span:focus,
799
+ .btn.btn-link span:hover {
800
+ filter: drop-shadow(0px 0px 3px #00abc2);
801
+ }
802
+
803
+ .btn.btn-link span:active {
804
+ color: var(--colorCalm70, #077988);
805
+ filter: none;
806
+ }
807
+
808
+ .btn.btn-royal {
809
+ background: linear-gradient(180deg, var(--colorRoyal40, #0e3760) 0%, var(--colorRoyal70, #1a2e43) 100%);
810
+ }
811
+
812
+ .btn.btn-royal:focus,
813
+ .btn.btn-royal:hover {
814
+ background: linear-gradient(180deg, var(--colorRoyal40, #0e3760) 0%, var(--colorRoyal70, #1a2e43) 100%);
815
+ box-shadow: 0px 0px 3px #11375d;
816
+ }
817
+
818
+ .btn.btn-royal:active {
819
+ background: var(--colorRoyal70, #1a2e43);
820
+ box-shadow: none;
821
+ }
822
+
823
+ .btn.btn-dark {
824
+ background: linear-gradient(180deg, var(--colorDark40, #000000) 0%, var(--colorDark70, #0f1e2e) 100%);
825
+ }
826
+
827
+ .btn.btn-dark:focus,
828
+ .btn.btn-dark:hover {
829
+ background: linear-gradient(180deg, var(--colorDark40, #000000) 0%, var(--colorDark70, #0f1e2e) 100%);
830
+ box-shadow: 0px 0px 3px #132639;
831
+ }
832
+
833
+ .btn.btn-dark:active {
834
+ background: var(--colorDark50, #0a141e);
835
+ box-shadow: none;
836
+ }
837
+
838
+ .privacy-view .dialog-cookies button {
839
+ color: var(--textColor40, #f0f0f0);
840
+ background: linear-gradient(180deg, var(--colorSuccess40, #2ffc2b) 0%, var(--colorSuccess70, #108d0d) 100%);
841
+ }
842
+
843
+ /*Login*/
844
+ .login-view .btn-block {
845
+ background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #09467f) 100%);
846
+ width: 136px;
847
+ margin: auto;
848
+ display: flex;
849
+ border-radius: 30px;
850
+ border: unset;
851
+ }
852
+
853
+ .login-view .btn-block:hover {
854
+ background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #09467f) 100%);
855
+ box-shadow: 0px 0px 3px #187ad4;
856
+ }
857
+
858
+ .login-view .btn-block:active,
859
+ .login-view .btn-block:focus {
860
+ background: var(--colorPrimary70, #09467f);
861
+ }
862
+
863
+ .login-view .reset-password {
864
+ text-align: end;
865
+ width: 100%;
866
+ }
867
+
868
+ .login-view input.k-textbox {
869
+ width: 100%;
870
+ }
871
+
872
+ .k-state-hover>.k-multiselect-wrap {
873
+ background: var(--backgroundColor30, #546270);
874
+ }
875
+
876
+ textarea.k-textbox {
877
+ color: var(--textColor40, #f0f0f0);
878
+ padding: 10px;
879
+ }
880
+
881
+ .body {
882
+ background: var(--backgroundColor40, #090f13);
883
+ color: var(--textColor40, #f0f0f0);
884
+ }
885
+
886
+ /*Cookies*/
887
+ .privacy-view .dialog-cookies {
888
+ background: var(--backgroundColor50, #121c25);
889
+ color: var(--textColor40, #f0f0f0);
890
+ }
891
+
892
+ .privacy-view .modal-cookies .modal-body,
893
+ .privacy-view .modal-cookies .modal-header,
894
+ .privacy-view .modal-footer,
895
+ .privacy-view .modal-cookies .form-group {
896
+ background: var(--backgroundColor50, #121c25);
897
+ text-align: justify;
898
+ }
899
+
900
+ .privacy-view .modal-cookies .modal-header h1 {
901
+ width: 100%;
902
+ text-align: center;
903
+ }
904
+
905
+ #modalCookies p,
906
+ #modalCookies label,
907
+ .privacy-view .modal-cookies h1 {
908
+ color: var(--textColor40, #f0f0f0);
909
+ }
910
+
911
+ .privacy-view div[data-component="crn-button"] {
912
+ margin: 0;
913
+ min-width: auto;
914
+ }
915
+
916
+ label.mandatory.ng-binding {
917
+ margin-top: 3px;
918
+ }
919
+ /*----End cookies----*/
920
+
921
+ #crn-image-login img[src="node_modules/cronapp-framework-js/img/cronapp-logo-login.png"],
922
+ #crn-image-login img[src="public/assets/app-logo-login.svg"] {
923
+ filter: brightness(0) invert(1);
924
+ }
925
+
926
+ .crn-textinputbutton-button button .btn.btn-defaul {
927
+ background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #09467f) 100%);
928
+ }
929
+
930
+ .dynamic-image-container {
931
+ width: 100%;
932
+ display: flex;
933
+ align-items: center;
934
+ justify-content: center;
935
+ color: var(--textColor70, #434343);
936
+ }
937
+
938
+ .dynamic-image-container .btn {
939
+ background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #09467f) 100%);
940
+ }
941
+
942
+ .dynamic-image-container .btn:hover {
943
+ background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #09467f) 100%);
944
+ box-shadow: 0px 0px 3px #187ad4;
945
+ }
946
+
947
+ .k-grid-toolbar .k-button:active {
948
+ background: var(--colorPrimary70, #09467f);
949
+ box-shadow: none;
950
+ }
951
+
952
+ /*Combobox Buttons*/
953
+ .k-multiselect .k-button,
954
+ .combobox-default .k-multiselect .k-button {
955
+ background: linear-gradient(180deg, var(--colorDefault40, #262c32) 0%, var(--colorDefault70, #15181b) 100%);
956
+ border-color: none;
957
+ }
958
+
959
+ .combobox-default .k-multiselect-wrap .k-button:hover {
960
+ background: linear-gradient(180deg, var(--colorDefault40, #262c32) 0%, var(--colorDefault70, #15181b) 100%);
961
+ box-shadow: 0px 0px 3px #3a4753;
962
+ }
963
+
964
+ .k-multiselect .k-button:active,
965
+ .combobox-default .k-multiselect .k-button:active {
966
+ background: var(--colorDefault50, #252e36);
967
+ box-shadow: none;
968
+ }
969
+
970
+ .combobox-primary .k-multiselect .k-button {
971
+ background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #09467f) 100%);
972
+ }
973
+
974
+ .combobox-primary .k-multiselect-wrap .k-button:hover {
975
+ background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #09467f) 100%);
976
+ box-shadow: 0px 0px 3px #187ad4;
977
+ }
978
+
979
+ .combobox-primary .k-multiselect .k-button:active {
980
+ background: var(--colorPrimary70, #09467f);
981
+ box-shadow: none;
982
+ }
983
+
984
+ .combobox-success .k-multiselect .k-button {
985
+ background: linear-gradient(180deg, var(--colorSuccess40, #2ffc2b) 0%, var(--colorSuccess70, #108d0d) 100%);
986
+ }
987
+
988
+ .combobox-success .k-multiselect-wrap .k-button:hover {
989
+ background: linear-gradient(180deg, var(--colorSuccess40, #2ffc2b) 0%, var(--colorSuccess70, #108d0d) 100%);
990
+ box-shadow: 0px 0px 3px #2ffc2b;
991
+ }
992
+
993
+ .combobox-success .k-multiselect-wrap .k-button.k-state-hover .k-select {
994
+ background: var(--colorSuccess70, #108d0d);
995
+ color: var(--colorSuccess60, #22b920);
996
+ box-shadow: none;
997
+ }
998
+
999
+ .combobox-info .k-multiselect .k-button {
1000
+ background: linear-gradient(180deg, var(--colorCalm40, #44e1d8) 0%, var(--colorCalm70, #077988) 100%);
1001
+ }
1002
+
1003
+ .combobox-info .k-multiselect-wrap .k-button:hover {
1004
+ background: linear-gradient(180deg, var(--colorCalm40, #44e1d8) 0%, var(--colorCalm70, #077988) 100%);
1005
+ box-shadow: 0px 0px 3px #42dcd3;
1006
+ }
1007
+
1008
+ .combobox-info .k-multiselect .k-button:active {
1009
+ background: var(--colorCalm60, #169f97);
1010
+ box-shadow: none;
1011
+ }
1012
+
1013
+ .combobox-warning .k-multiselect .k-button {
1014
+ background: linear-gradient(180deg, var(--colorWarning40, #f58d11) 0%, var(--colorWarning70, #864d09) 100%);
1015
+ }
1016
+
1017
+ .combobox-warning .k-multiselect-wrap .k-button:hover {
1018
+ background: linear-gradient(180deg, var(--colorWarning40, #f58d11) 0%, var(--colorWarning70, #864d09) 100%);
1019
+ box-shadow: 0px 0px 3px #f58d11;
1020
+ }
1021
+
1022
+ .combobox-warning .k-multiselect .k-button:active {
1023
+ background: var(--colorWarning60, #b46406);
1024
+ box-shadow: none;
1025
+ }
1026
+
1027
+ .combobox-danger .k-multiselect .k-button {
1028
+ background: linear-gradient(180deg, var(--colorDanger40, #f03a3a) 0%, var(--colorDanger70, #832020) 100%);
1029
+ }
1030
+
1031
+ .combobox-danger .k-multiselect-wrap .k-button:hover {
1032
+ background: linear-gradient(180deg, var(--colorDanger40, #f03a3a) 0%, var(--colorDanger70, #832020) 100%);
1033
+ box-shadow: 0px 0px 3px #de3636;
1034
+ }
1035
+
1036
+ .combobox-danger .k-multiselect .k-button:active {
1037
+ background: var(--colorDanger60, #7e2121);
1038
+ box-shadow: none;
1039
+ }
1040
+
1041
+ .combobox-light .k-multiselect .k-button {
1042
+ background: linear-gradient(180deg, var(--colorLight40, #8da0b2) 0%, var(--colorLight70, #4d5861) 100%);
1043
+ }
1044
+
1045
+ .combobox-light .k-multiselect-wrap .k-button:hover {
1046
+ background: linear-gradient(180deg, var(--colorLight40, #8da0b2) 0%, var(--colorLight70, #4d5861) 100%);
1047
+ box-shadow: 0px 0px 3px #8da0b2;
1048
+ }
1049
+
1050
+ .combobox-light .k-multiselect .k-button:active {
1051
+ background: var(--colorLight60, #303b46);
1052
+ box-shadow: none;
1053
+ }
1054
+
1055
+ .combobox-stable .k-multiselect .k-button {
1056
+ background: linear-gradient(180deg, var(--colorStable40, #818181) 0%, var(--colorStable70, #3e4042) 100%);
1057
+ }
1058
+
1059
+ .combobox-stable .k-multiselect-wrap .k-button:hover {
1060
+ background: linear-gradient(180deg, var(--colorStable40, #818181) 0%, var(--colorStable70, #3e4042) 100%);
1061
+ box-shadow: 0px 0px 3px #7b7b7b;
1062
+ }
1063
+
1064
+ .combobox-stable .k-multiselect .k-button:active {
1065
+ background: var(--colorStable50, #4d4d4d);
1066
+ box-shadow: none;
1067
+ }
1068
+
1069
+ .combobox-royal .k-multiselect .k-button {
1070
+ background: linear-gradient(180deg, var(--colorRoyal40, #0e3760) 0%, var(--colorRoyal70, #1a2e43) 100%);
1071
+ }
1072
+
1073
+ .combobox-royal .k-multiselect-wrap .k-button:hover {
1074
+ background: linear-gradient(180deg, var(--colorRoyal40, #0e3760) 0%, var(--colorRoyal70, #1a2e43) 100%);
1075
+ box-shadow: 0px 0px 3px #11375d;
1076
+ }
1077
+
1078
+ .combobox-royal .k-multiselect .k-button:active {
1079
+ background: var(--colorRoyal70, #1a2e43);
1080
+ }
1081
+
1082
+ .combobox-dark .k-multiselect .k-button {
1083
+ background: linear-gradient(180deg, var(--colorDark40, #000000) 0%, var(--colorDark70, #0f1e2e) 100%);
1084
+ }
1085
+
1086
+ .combobox-dark .k-multiselect-wrap .k-button:hover {
1087
+ background: linear-gradient(180deg, var(--colorDark40, #000000) 0%, var(--colorDark70, #0f1e2e) 100%);
1088
+ box-shadow: 0px 0px 3px #132639;
1089
+ }
1090
+
1091
+ .combobox-dark .k-multiselect .k-button:active {
1092
+ background: var(--colorDark50, #0a141e);
1093
+ box-shadow: none;
1094
+ }
1095
+
1096
+ .carousel-control.right,
1097
+ .carousel-control.left {
1098
+ background: transparent;
1099
+ }
1100
+
1101
+ .container-fluid .jumbotron {
1102
+ background: var(--backgroundColor30, #546270);
1103
+ }
1104
+
1105
+ .bootstrap-datetimepicker-widget table thead tr:first-child th:focus,
1106
+ .bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
1107
+ color: var(--textColor70, #838383);
1108
+ }
1109
+
1110
+ .bootstrap-datetimepicker-widget table thead tr:first-child th .glyphicon:focus,
1111
+ .bootstrap-datetimepicker-widget table thead tr:first-child th .glyphicon:hover {
1112
+ color: var(--textColor70, #838383);
1113
+ }
1114
+
1115
+ /* Colors*/
1116
+ .color-default {
1117
+ color: var(--colorDefault40, #262c32);
1118
+ }
1119
+
1120
+ .color-default:focus,
1121
+ .color-default:hover {
1122
+ color: var(--backgroundColor20, #a3a3a3);
1123
+ }
1124
+
1125
+ .color-primary {
1126
+ color: var(--colorPrimary40, #197fdd);
1127
+ }
1128
+
1129
+ .color-primary:focus,
1130
+ .color-primary:hover {
1131
+ color: var(--colorPrimary60, #125da2);
1132
+ }
1133
+
1134
+ .color-success {
1135
+ color: var(--colorSuccess40, #2ffc2b);
1136
+ }
1137
+
1138
+ .color-success:focus,
1139
+ .color-success:hover {
1140
+ color: var(--colorSuccess70, #108d0d);
1141
+ }
1142
+
1143
+ .color-info {
1144
+ color: var(--colorCalm40, #44e1d8);
1145
+ }
1146
+
1147
+ .color-info:focus,
1148
+ .color-info:hover {
1149
+ color: var(--colorCalm60, #169f97);
1150
+ }
1151
+
1152
+ .color-warning {
1153
+ color: var(--colorWarning40, #f58d11);
1154
+ }
1155
+
1156
+ .color-warning:focus,
1157
+ .color-warning:hover {
1158
+ color: var(--colorWarning60, #b46406);
1159
+ }
1160
+
1161
+ .color-danger {
1162
+ color: var(--colorDanger40, #f03a3a);
1163
+ }
1164
+
1165
+ .color-danger:focus,
1166
+ .color-danger:hover {
1167
+ color: var(--colorDanger60, #7e2121);
1168
+ }
1169
+
1170
+ .color-light {
1171
+ color: var(--colorLight40, #8da0b2);
1172
+ }
1173
+
1174
+ .color-light:focus,
1175
+ .color-light:hover {
1176
+ color: var(--textColorLight20, #677582);
1177
+ }
1178
+
1179
+ .color-stable {
1180
+ color: var(--colorStable40, #818181);
1181
+ }
1182
+
1183
+ .color-stable:focus,
1184
+ .color-stable:hover {
1185
+ color: var(--colorStable60, #5f5f5f);
1186
+ }
1187
+
1188
+ .color-royal {
1189
+ color: var(--colorRoyal40, #0e3760);
1190
+ }
1191
+
1192
+ .color-royal:focus,
1193
+ .color-royal:hover {
1194
+ color: var(--colorRoyal30, #394C5e);
1195
+ }
1196
+
1197
+ .color-dark {
1198
+ color: var(--colorDark40, #000000);
1199
+ }
1200
+
1201
+ .color-dark:focus,
1202
+ .color-dark:hover {
1203
+ color: var(--colorDark30, #5e5e5e);
1204
+ }
1205
+
1206
+ /*Tabela simples*/
1207
+ .table>thead>tr.info>th {
1208
+ background: var(--backgroundColor10, #f0f0f0);
1209
+ color: var(--textColor70, #434343);
1210
+ }
1211
+
1212
+ table:focus {
1213
+ color: var(--textColorPrimary40, #f0f0f0);
1214
+ }
1215
+
1216
+ table:hover {
1217
+ color: var(--textColorPrimary40, #f0f0f0);
1218
+ }
1219
+
1220
+ .table-hover>tbody>tr:hover {
1221
+ background: var(--backgroundColor30, #546270);
1222
+ color: var(--textColorPrimary40, #f0f0f0);
1223
+ }
1224
+
1225
+ .ctn-tab .nav-tabs li.active a {
1226
+ color: var(--colorDefault30, #808183);
1227
+ }
1228
+
1229
+ /*Button form*/
1230
+ button.btn.k-button.btn-block.btn-default.btn-fab {
1231
+ background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #09467f) 100%);
1232
+ color: var(--textColorPrimary40, #f0f0f0);
1233
+ }
1234
+
1235
+ btn k-button btn-block btn-default btn-fab {
1236
+ background: linear-gradient(180deg, var(--colorSuccess40, #2ffc2b) 0%, var(--colorSuccess70, #108d0d) 100%);
1237
+ }
1238
+
1239
+ /*Checkbox*/
1240
+ /*Default*/
1241
+ .checkbox-default .k-checkbox:checked+.k-checkbox-label:before {
1242
+ background: var(--colorDefault40, #262c32);
1243
+ color: var(--textColorDefault40, #f0f0f0);
1244
+ }
1245
+
1246
+ /*Primary*/
1247
+ .checkbox-primary .k-checkbox:checked+.k-checkbox-label:before {
1248
+ background: var(--colorPrimary40, #197fdd);
1249
+ color: var(--textColorPrimary40, #f0f0f0);
1250
+ }
1251
+
1252
+ /*Success*/
1253
+ .checkbox-success .k-checkbox:checked+.k-checkbox-label:before {
1254
+ background: var(--colorSuccess40, #2ffc2b);
1255
+ color: var(--textColorSuccess40, #f0f0f0);
1256
+ }
1257
+
1258
+ /*Info*/
1259
+ .checkbox-info .k-checkbox:checked+.k-checkbox-label:before {
1260
+ background: var(--colorCalm40, #44e1d8);
1261
+ color: var(--textColorCalm40, #f0f0f0);
1262
+ }
1263
+
1264
+ /*Warning*/
1265
+ .checkbox-warning .k-checkbox:checked+.k-checkbox-label:before {
1266
+ background: var(--colorWarning40, #f58d11);
1267
+ color: var(--textColorWarning40, #f0f0f0);
1268
+ }
1269
+
1270
+ /*Danger*/
1271
+ .checkbox-danger .k-checkbox:checked+.k-checkbox-label:before {
1272
+ background: var(--colorDanger40, #f03a3a);
1273
+ color: var(--textColorDanger40, #f0f0f0);
1274
+ }
1275
+
1276
+ /*Light*/
1277
+ .checkbox-light .k-checkbox:checked+.k-checkbox-label:before {
1278
+ background: var(--colorLight40, #8da0b2);
1279
+ color: var(--textColorLight40, #f0f0f0);
1280
+ }
1281
+
1282
+ /*Stable*/
1283
+ .checkbox-stable .k-checkbox:checked+.k-checkbox-label:before {
1284
+ background: var(--colorStable40, #818181);
1285
+ color: var(--textColorStable40, #f0f0f0);
1286
+ }
1287
+
1288
+ /*Royal*/
1289
+ .checkbox-royal .k-checkbox:checked+.k-checkbox-label:before {
1290
+ background: var(--colorRoyal40, #0e3760);
1291
+ color: var(--textColorRoyal40, #ffffff);
1292
+ }
1293
+
1294
+ /*Dark*/
1295
+ .checkbox-dark .k-checkbox:checked+.k-checkbox-label:before {
1296
+ background: var(--colorDark40, #000000);
1297
+ color: var(--textColorDark40, #f0f0f0);
1298
+ }
1299
+
1300
+ /* ---End variables checkbox--- */
1301
+
1302
+ /*Agendador*/
1303
+ .k-scheduler>.k-scheduler-toolbar:first-child {
1304
+ border-radius: 20px;
1305
+ background: var(--backgroundColor30, #546270);
1306
+ margin-top: 20px;
1307
+ margin-left: 20px;
1308
+ margin-right: 20px;
1309
+ }
1310
+
1311
+ .k-scheduler-navigation .k-nav-prev .k-link {
1312
+ background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #09467f) 100%);
1313
+ color: var(--textColorPrimary40, #f0f0f0);
1314
+ }
1315
+
1316
+ .k-header {
1317
+ border: unset;
1318
+ }
1319
+
1320
+ .k-reset.k-header,
1321
+ .k-header.k-scheduler-footer {
1322
+ background: var(--backgroundColor30, #546270);
1323
+ }
1324
+
1325
+ .k-scheduler div.k-scheduler-footer .k-link {
1326
+ background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #09467f) 100%);
1327
+ color: var(--textColorPrimary40, #f0f0f0);
1328
+ border-radius: 20px;
1329
+ border-color: transparent;
1330
+ border: unset;
1331
+ margin-top: 10px;
1332
+ margin-bottom: 10px;
1333
+ margin-left: 20px;
1334
+ }
1335
+
1336
+ .k-scheduler div.k-scheduler-footer .k-link:hover {
1337
+ background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #09467f) 100%);
1338
+ box-shadow: 0px 0px 3px 0px #187ad4;
1339
+ }
1340
+
1341
+ .k-scheduler div.k-scheduler-footer .k-link:active {
1342
+ background: var(--colorPrimary70, #09467f);
1343
+ }
1344
+
1345
+ .k-scheduler div.k-scheduler-footer ul li {
1346
+ background: transparent;
1347
+ border: unset;
1348
+ }
1349
+
1350
+ .k-scheduler div.k-scheduler-footer ul li:hover {
1351
+ background: transparent;
1352
+ border: unset;
1353
+ }
1354
+
1355
+ .k-scheduler-table td {
1356
+ background: var(--backgroundColor10, #f0f0f0);
1357
+ color: var(--textColorTexts, #14202a);
1358
+ border-color: var(--backgroundColor30, #546270);
1359
+ }
1360
+
1361
+ .k-widget {
1362
+ background: var(--backgroundColor30, #546270);
1363
+ color: var(--textColorTexts, #14202a);
1364
+ border-color: unset;
1365
+ }
1366
+
1367
+ .ng-scope.k-grid.k-widget.k-display-block {
1368
+ background: transparent;
1369
+ }
1370
+
1371
+ .k-scheduler-toolbar .k-link,
1372
+ cron-scheduler a.k-link,
1373
+ cron-scheduler .k-link:link {
1374
+ background: var(--backgroundColor10, #f0f0f0);
1375
+ color: var(--textColorTexts, #14202a);
1376
+ display: inline-block;
1377
+ padding: 0.16666em 1.1em;
1378
+ border: unset;
1379
+ }
1380
+
1381
+ .k-scheduler-footer>ul>li,
1382
+ .k-scheduler-toolbar>ul>li {
1383
+ display: inline-block;
1384
+ border-style: solid;
1385
+ border-color: var(--backgroundColor30, #546270);
1386
+ border-width: 1px 1px 1px 0;
1387
+ }
1388
+
1389
+ .k-scheduler .k-state-selected>.k-link {
1390
+ background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #09467f) 100%);
1391
+ color: var(--textColorPrimary40, #f0f0f0);
1392
+ border-color: unset !important;
1393
+ border: unset;
1394
+ }
1395
+
1396
+ .k-scheduler-times th {
1397
+ color: var(--textColorTexts, #14202a) !important;
1398
+ background: var(--backgroundColor10, #f0f0f0);
1399
+ }
1400
+
1401
+ .k-scheduler-table td:first-child {
1402
+ background: var(--backgroundColor10, #f0f0f0);
1403
+ }
1404
+
1405
+ .k-scheduler .k-scheduler-table td {
1406
+ color: var(--textColor70, #434343);
1407
+ }
1408
+
1409
+ .k-scheduler-toolbar .k-nav-current .k-lg-date-format,
1410
+ .k-scheduler-toolbar .k-nav-current .k-link {
1411
+ display: inline-block;
1412
+ background: var(--backgroundColor10, #f0f0f0);
1413
+ color: var(--textColorTexts, #14202a);
1414
+ }
1415
+
1416
+ .k-scheduler .k-scheduler-header th,
1417
+ .k-scheduler-header {
1418
+ background: var(--backgroundColor10, #f0f0f0);
1419
+ color: var(--textColorTexts, #14202a);
1420
+ }
1421
+
1422
+ .k-scheduler-navigation .k-nav-prev .k-link:hover {
1423
+ background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #09467f) 100%);
1424
+ color: var(--textColorPrimary40, #f0f0f0);
1425
+ box-shadow: 0px 0px 3px 0px #187ad4;
1426
+ }
1427
+
1428
+ /*Agendar Evento*/
1429
+ .k-window .k-window-titlebar.k-header {
1430
+ background: var(--backgroundColor30, #546270);
1431
+ color: var(--textColorDefault40, #f0f0f0);
1432
+ justify-content: center;
1433
+ border-bottom: 1px solid #f0f0f0;
1434
+ font-weight: 700;
1435
+ }
1436
+
1437
+ .k-window-titlebar {
1438
+ padding: 25px 16px;
1439
+ text-align: center;
1440
+ }
1441
+
1442
+ .k-window-titlebar .k-window-action {
1443
+ opacity: 1;
1444
+ position: initial;
1445
+ margin-top: 10px;
1446
+ margin-right: 10px;
1447
+ }
1448
+
1449
+ div.k-window-content {
1450
+ color: var(--textColorDefault40, #f0f0f0);
1451
+ }
1452
+
1453
+ .k-scheduler-edit-form .k-textbox[name=title],
1454
+ .k-scheduler-edit-form .k-textbox[name=title]:focus:hover {
1455
+ width: 100%;
1456
+ background: transparent;
1457
+ color: var(--textColorDefault40, #f0f0f0);
1458
+ border-bottom: 1px solid #f0f0f0;
1459
+ border-radius: 0;
1460
+ border-top: transparent;
1461
+ border-right: transparent;
1462
+ border-left: transparent;
1463
+ }
1464
+
1465
+ .k-scheduler-edit-form textarea.k-textbox {
1466
+ min-height: 4em;
1467
+ resize: vertical;
1468
+ border-bottom: 1px solid #f0f0f0;
1469
+ background: transparent;
1470
+ color: var(--textColorPrimary40, #f0f0f0);
1471
+ border-radius: 0px;
1472
+ }
1473
+
1474
+ .k-scheduler-dayview div:not(.k-scheduler-header) .k-today:not(.k-nonwork-hour) {
1475
+ color: var(--textColorTexts, #14202a);
1476
+ background: var(--backgroundColor10, #f0f0f0);
1477
+ }
1478
+
1479
+ textarea.k-textbox,
1480
+ textarea.k-textbox:focus,
1481
+ textarea.k-textbox:hover {
1482
+ border: 0;
1483
+ border-bottom: none;
1484
+ border-radius: 20px;
1485
+ margin: 0;
1486
+ }
1487
+
1488
+ .form-control .k-textbox .ng-valid .ng-valid-maxlength .ng-not-empty .ng-dirty .ng-valid-parse .ng-touched {
1489
+ background: var(--backgroundColor10, #f0f0f0);
1490
+ color: var(--textColor70, #434343);
1491
+ }
1492
+
1493
+ .k-edit-form-container .k-edit-buttons {
1494
+ background: var(--backgroundColor30, #546270);
1495
+ }
1496
+
1497
+ .k-scheduler-toolbar>ul>li {
1498
+ background: transparent;
1499
+ }
1500
+
1501
+ body .k-datetimepicker .k-select,
1502
+ .k-picker-wrap.k-state-default .k-input {
1503
+ border-radius: 0;
1504
+ background: var(--backgroundColor10, #f0f0f0);
1505
+ color: var(--textColorTexts, #14202a);
1506
+ box-shadow: unset;
1507
+ }
1508
+
1509
+ .k-picker-wrap.k-state-default .k-input:focus:hover {
1510
+ border-radius: 0;
1511
+ background: var(--backgroundColor30, #546270);
1512
+ color: var(--textColorDefault40, #f0f0f0);
1513
+ border-bottom: 1px solid #f0f0f0;
1514
+ box-shadow: unset;
1515
+ }
1516
+
1517
+ .k-dropdown-wrap.k-input,
1518
+ .k-dropdown-wrap.k-input:focus:hover {
1519
+ background: var(--backgroundColor30, #546270);
1520
+ color: var(--texColorPrimary40, #f0f0f0);
1521
+ border-radius: 0px;
1522
+ }
1523
+
1524
+ /*Botão fuso evento*/
1525
+ .k-scheduler-edit-form .k-edit-field .k-button {
1526
+ background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #09467f) 100%);
1527
+ color: var(--textColorPrimay40, #f0f0f0);
1528
+ border-radius: 20px;
1529
+ border: unset;
1530
+ }
1531
+
1532
+ .k-scheduler-edit-form .k-edit-field .k-button:hover {
1533
+ background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #09467f) 100%);
1534
+ box-shadow: 0px 0px 3px 0px #187ad4;
1535
+ color: var(--textColorPrimay40, #f0f0f0);
1536
+ }
1537
+
1538
+ .k-scheduler-edit-form .k-edit-field .k-button:active {
1539
+ background: var(--colorPrimary70, #09467f);
1540
+ box-shadow: 0px 0px 3px 0px #187ad4;
1541
+ color: var(--textColorPrimay40, #f0f0f0);
1542
+ }
1543
+
1544
+ /* ---- Final botões ----*/
1545
+
1546
+ .k-i-arrow-60-down:before {
1547
+ color: var(--colorPrimary70, #09467f);
1548
+ }
1549
+
1550
+ /* Botão salvar evento*/
1551
+ .k-edit-form-container .k-edit-buttons .k-primary {
1552
+ background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #09467f) 100%);
1553
+ color: var(--textColorPrimay40, #f0f0f0);
1554
+ border-radius: 20px;
1555
+ border: unset;
1556
+ }
1557
+
1558
+ .k-edit-form-container .k-edit-buttons .k-primary:focus,
1559
+ .k-edit-form-container .k-edit-buttons .k-primary:hover {
1560
+ background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #09467f) 100%);
1561
+ box-shadow: 0px 0px 3px 0px #187ad4;
1562
+ color: var(--textColorPrimay40, #f0f0f0);
1563
+ }
1564
+
1565
+ .k-edit-form-container .k-edit-buttons .k-primary:active,
1566
+ .k-edit-form-container .k-edit-buttons .k-primary:selected {
1567
+ background: var(--colorPrimary70, #09467f);
1568
+ }
1569
+
1570
+ /*Botão Cancelar/Excluir Evento*/
1571
+ .k-scheduler-edit-form .k-edit-buttons .k-scheduler-delete,
1572
+ .k-edit-form-container .k-edit-buttons .k-scheduler-cancel {
1573
+ background: linear-gradient(180deg, var(--colorDanger40, #f03a3a) 0%, var(--colorDanger70, #832020) 100%);
1574
+ color: var(--textColorDanger, #f0f0f0);
1575
+ border-radius: 20px;
1576
+ border: unset;
1577
+ }
1578
+
1579
+ .k-scheduler-edit-form .k-edit-buttons .k-scheduler-delete:hover,
1580
+ .k-edit-form-container .k-edit-buttons .k-scheduler-cancel:hover {
1581
+ background: linear-gradient(180deg, var(--colorDanger40, #f03a3a) 0%, var(--colorDanger70, #832020) 100%);
1582
+ box-shadow: 0px 0px 3px 0px #de3636;
1583
+ }
1584
+
1585
+ .k-scheduler-edit-form .k-edit-buttons .k-scheduler-delete:active,
1586
+ .k-edit-form-container .k-edit-buttons .k-scheduler-cancel:active {
1587
+ background: var(--colorDanger60, #7e2121);
1588
+ }
1589
+
1590
+ /* -----*/
1591
+
1592
+ .k-event {
1593
+ background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #09467f) 100%);
1594
+ }
1595
+
1596
+ .k-event .k-event-actions .k-event-delete {
1597
+ background: transparent;
1598
+ }
1599
+
1600
+ /*Calendario Agendador*/
1601
+ td .k-calendar .k-today.k-state-selected,
1602
+ .k-calendar .k-state-focused,
1603
+ .gridcell {
1604
+ background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #09467f) 100%);
1605
+ color: var(--textColorDefault40, #f0f0f0);
1606
+ box-shadow: none;
1607
+ }
1608
+
1609
+ .k-calendar .k-today.k-state-selected {
1610
+ background: var(--colorPrimary60, #125da2);
1611
+ color: var(--textColorPrimary40, #f0f0f0);
1612
+ }
1613
+
1614
+ .k-calendar td.k-state-focused a.k-link {
1615
+ background: transparent;
1616
+ color: var(--textColorDefault40, #f0f0f0);
1617
+ }
1618
+
1619
+ .k-calendar .k-state-focused,
1620
+ .k-calendar td.k-state-focused {
1621
+ box-shadow: unset;
1622
+ }
1623
+
1624
+ .k-scheduler-navigation .k-i-arrow-60-right {
1625
+ color: var(--textColorTexts, #14202a);
1626
+ }
1627
+
1628
+ .k-calendar .k-link.k-nav-fast {
1629
+ background: var(--backgroundColor30, #546270);
1630
+ color: var(--textColorDefault40, #f0f0f0);
1631
+ font-weight: 700;
1632
+ }
1633
+
1634
+ .k-calendar .k-link.k-nav-fast:hover {
1635
+ margin-bottom: transparent;
1636
+ border: transparent;
1637
+ border-radius: 0px;
1638
+ }
1639
+
1640
+ .k-calendar th {
1641
+ background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #09467f) 100%);
1642
+ color: var(--textColorPrimary40, #f0f0f0);
1643
+ border-bottom: transparent;
1644
+ border-radius: 4px;
1645
+ margin: 1px;
1646
+ }
1647
+
1648
+ .k-calendar .k-header {
1649
+ background: var(--backgroundColor30, #546270);
1650
+ position: relative;
1651
+ text-align: center;
1652
+ zoom: 1;
1653
+ }
1654
+
1655
+ .k-calendar .k-content th {
1656
+ text-align: right;
1657
+ border: solid 1px #546270;
1658
+ text-align: center;
1659
+ }
1660
+
1661
+ .k-calendar .k-content .k-link {
1662
+ background: var(--backgroundColor10, #f0f0f0);
1663
+ color: var(--textColorTexts, #14202a);
1664
+ display: block;
1665
+ overflow: hidden;
1666
+ min-height: 1.8333em;
1667
+ line-height: 1.8333em;
1668
+ padding: 0 0.45em 0 0.1em;
1669
+ box-shadow: unset;
1670
+ }
1671
+
1672
+ .k-calendar .k-content .k-link:hover {
1673
+ background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #09467f) 100%);
1674
+ color: var(--textColorPrimary40, #f0f0f0);
1675
+ box-shadow: 0px 0px 3px 0px #187ad4;
1676
+ }
1677
+
1678
+ td.k-state-focused.k-state-selected .k-link {
1679
+ background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #09467f) 100%);
1680
+ color: var(--textColorPrimary40, #f0f0f0);
1681
+ box-shadow: unset;
1682
+ }
1683
+
1684
+ .k-calendar .k-footer .k-link {
1685
+ background: var(--backgroundColor30, #546270);
1686
+ color: var(--textColorDefault40, #f0f0f0);
1687
+ border-radius: 0;
1688
+ }
1689
+
1690
+ .k-calendar .k-footer .k-link:hover {
1691
+ background: var(--backgroundColor30, #546270);
1692
+ color: var(--textColorDefault40, #f0f0f0);
1693
+ }
1694
+
1695
+ .k-i-calendar:before,
1696
+ .k-i-arrow-60-up:before {
1697
+ content: "\e108";
1698
+ color: var(--colorPrimary70, #09467f);
1699
+ }
1700
+
1701
+ .bootstrap-datetimepicker-widget table td.day:focus,
1702
+ .bootstrap-datetimepicker-widget table td.day:hover {
1703
+ background: linear-gradient(180deg, var(--colorPrimary40, #197fdd) 0%, var(--colorPrimary70, #09467f) 100%);
1704
+ color: var(--textColorPrimary40, #f0f0f0);
1705
+ }
1706
+
1707
+ .k-dropdown-wrap.k-state-focused {
1708
+ color: var(--textColorDefault40, #f0f0f0);
1709
+ }
1710
+
1711
+ .k-edit-form-container .k-edit-buttons .k-scheduler-canceltimezone {
1712
+ background: linear-gradient(180deg, var(--colorDanger40, #f03a3a) 0%, var(--colorDanger70, #832020) 100%);
1713
+ border-radius: 20px;
1714
+ border: unset;
1715
+ }
1716
+
1717
+ .k-edit-form-container .k-edit-buttons .k-scheduler-canceltimezone:hover {
1718
+ background: linear-gradient(180deg, var(--colorDanger40, #f03a3a) 0%, var(--colorDanger70, #832020) 100%);
1719
+ box-shadow: 0px 0px 3px 0px #de3636;
1720
+ border-radius: 20px;
1721
+ }
1722
+
1723
+ .k-edit-form-container .k-edit-buttons .k-scheduler-canceltimezone:active {
1724
+ background: var(--colorDanger60, #7e2121);
1725
+ }
1726
+
1727
+ .k-calendar .k-today.k-state-selected,
1728
+ .k-calendar .k-today.k-state-selected>.k-link {
1729
+ background: var(--backgroundColor20, #a3a3a3);
1730
+ border-color: transparent;
1731
+ }
1732
+
1733
+ td.k-state-focused.k-state-selected {
1734
+ background: var(--backgroundColor20, #a3a3a3);
1735
+ color: var(--textColorPrimary40, #f0f0f0);
1736
+ }
1737
+ /* --------*/
1738
+
1739
+ .k-widget.k-multiselect.cronMultiSelect.k-multiselect-clearable {
1740
+ background: transparent;
1741
+ }
1742
+
1743
+ .ng-pristine.ng-untouched.ng-valid.k-widget.k-calendar.ng-empty {
1744
+ border-radius: 0px;
1745
+ }
1746
+
1747
+ /*Arvore*/
1748
+ .k-treeview .k-in.k-state-selected {
1749
+ background: var(--backgroundColor30, #546270);
1750
+ }
1751
+
1752
+ .k-widget.k-treeview {
1753
+ border-radius: 0px;
1754
+ }
1755
+
1756
+ .k-treeview .k-item {
1757
+ background: var(--backgroundColor, #090f13);
1758
+ }
1759
+
1760
+ .k-calendar .k-content {
1761
+ float: left;
1762
+ border-spacing: 0;
1763
+ width: calc(200px - 1%) !important;
1764
+ height: 14.167em;
1765
+ border-width: 0;
1766
+ margin: 0;
1767
+ table-layout: fixed;
1768
+ outline: 0
1769
+ }
1770
+
1771
+ .k-treeview .k-in {
1772
+ width: calc(100% - 20px);
1773
+ padding: 5px 10px;
1774
+ margin: 0;
1775
+ font-family: var(--fontFamily, Arial, sans-serif);
1776
+ color: var(--textColorDefault40, #f0f0f0);
1777
+ }
1778
+
1779
+ /*Editar Série*/
1780
+ .k-button.k-scheduler-Editarsérie,
1781
+ .k-button.k-scheduler-Excluirsérie {
1782
+ background: linear-gradient(180deg, var(--colorDanger40, #f03a3a) 0%, var(--colorDanger70, #832020) 100%);
1783
+ color: var(--textColorDanger40, #f0f0f0);
1784
+ }
1785
+
1786
+ .k-button.k-scheduler-Editarsérie:hover,
1787
+ .k-button.k-scheduler-Excluirsérie:hover {
1788
+ background: linear-gradient(180deg, var(--colorDanger40, #f03a3a) 0%, var(--colorDanger70, #832020) 100%);
1789
+ box-shadow: 0px 0px 3px 0px #de3636;
1790
+ }
1791
+
1792
+ .k-button.k-scheduler-Editarsérie:active,
1793
+ .k-button.k-scheduler-Excluirsérie:active {
1794
+ background: var(--colorDanger60, #7e2121);
1795
+ }
1796
+
1797
+ /*Options list*/
1798
+ .k-radio-label:before {
1799
+ content: "";
1800
+ position: absolute;
1801
+ top: 0;
1802
+ left: 0;
1803
+ width: 14px;
1804
+ height: 14px;
1805
+ border: 0.3px solid;
1806
+ }
1807
+
1808
+ .k-radio:checked+.k-radio-label:after {
1809
+ content: "";
1810
+ position: absolute;
1811
+ width: 10px;
1812
+ height: 10px
1813
+ }
1814
+
1815
+ /*Default*/
1816
+ .k-radio-label:after,
1817
+ .k-radio:checked+.k-radio-label:after,
1818
+ .option-default .k-radio-label:after,
1819
+ .option-default .k-radio:checked+.k-radio-label:after {
1820
+ background: var(--colorDefault40, #262c32);
1821
+ border-color: var(--colorDefault40, #262c32);
1822
+ }
1823
+
1824
+ /*Primary*/
1825
+ .option-primary .k-radio-label:after,
1826
+ .option-primary .k-radio:checked+.k-radio-label:after {
1827
+ background: var(--colorPrimary40, #197fdd);
1828
+ border-color: var(--colorPrimary40, #197fdd);
1829
+ }
1830
+
1831
+ /*Success*/
1832
+ .option-success .k-radio-label:after,
1833
+ .option-success .k-radio:checked+.k-radio-label:after {
1834
+ background: var(--colorSuccess40, #2ffc2b);
1835
+ border-color: var(--colorSuccess40, #2ffc2b);
1836
+ }
1837
+
1838
+ /*Info*/
1839
+ .option-info .k-radio-label:after,
1840
+ .option-info .k-radio:checked+.k-radio-label:after {
1841
+ background: var(--colorCalm40, #44e1d8);
1842
+ border-color: var(--colorCalm40, #44e1d8);
1843
+ }
1844
+
1845
+ /*Warning*/
1846
+ .option-warning .k-radio-label:after,
1847
+ .option-warning .k-radio:checked+.k-radio-label:after {
1848
+ background: var(--colorWarning40, #f58d11);
1849
+ border-color: var(--colorWarning40, #f58d11);
1850
+ }
1851
+
1852
+ /*Danger*/
1853
+ .option-danger .k-radio-label:after,
1854
+ .option-danger .k-radio:checked+.k-radio-label:after {
1855
+ background: var(--colorDanger40, #f03a3a);
1856
+ border-color: var(--colorDanger40, #f03a3a);
1857
+ }
1858
+
1859
+ /*Light*/
1860
+ .option-light .k-radio-label:after,
1861
+ .option-light .k-radio:checked+.k-radio-label:after {
1862
+ background: var(--colorLight40, #8da0b2);
1863
+ border-color: var(--colorLight40, #8da0b2);
1864
+ }
1865
+
1866
+ /*Stable*/
1867
+ .option-stable .k-radio-label:after,
1868
+ .option-stable .k-radio:checked+.k-radio-label:after {
1869
+ background: var(--colorStable40, #818181);
1870
+ border-color: var(--colorStable40, #818181);
1871
+ }
1872
+
1873
+ /*Royal*/
1874
+ .option-royal .k-radio-label:after,
1875
+ .option-royal .k-radio:checked+.k-radio-label:after {
1876
+ background: var(--colorRoyal40, #0e3760);
1877
+ border-color: var(--colorRoyal40, #0e3760);
1878
+ }
1879
+
1880
+ /*Dark*/
1881
+ .option-dark .k-radio-label:after,
1882
+ .option-dark .k-radio:checked+.k-radio-label:after {
1883
+ background: var(--colorDark40, #000000);
1884
+ border-color: var(--colorDark40, #000000);
1885
+ }
1886
+
1887
+ .option-dark .k-radio:checked+.k-radio-label:before {
1888
+ border-color: var(--colorDark40, #000000);
1889
+ }
1890
+
1891
+ /*Caixa de selação dinâmica*/
1892
+ .k-list-filter>.k-textbox {
1893
+ background: var(--backgroundColor10, #f0f0f0);
1894
+ color: var(--textColor70, #434343);
1895
+ border-radius: 0px;
1896
+ }
1897
+
1898
+ .k-list-filter>.k-textbox:focus:hover {
1899
+ border-radius: 0px;
1900
+ }
1901
+
1902
+ .k-list-filter>.k-icon {
1903
+ color: var(--textColor70, #434343);
1904
+ }
1905
+
1906
+ /*Abas*/
1907
+ .ctn-tab .nav-tabs li.active {
1908
+ border: unset;
1909
+ }
1910
+
1911
+ /*Breadcrumbs*/
1912
+ #cron-breadcrumbs {
1913
+ background: var(--colorLight60, #303b46);
1914
+ border-radius: 20px;
1915
+ }