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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (948) hide show
  1. package/components/crn-QRCode.components.json +12 -3
  2. package/components/crn-accordion.components.json +51 -23
  3. package/components/crn-anchor.components.json +32 -8
  4. package/components/crn-button-filter.components.json +25 -12
  5. package/components/crn-button.components.json +381 -60
  6. package/components/crn-calendar.components.json +9 -5
  7. package/components/crn-carousel-item.components.json +161 -0
  8. package/components/crn-carousel.components.json +44 -27
  9. package/components/crn-chart.components.json +9 -3
  10. package/components/crn-checkbox.components.json +21 -4
  11. package/components/crn-combobox-dynamic.components.json +5 -3
  12. package/components/crn-combobox.components.json +4 -4
  13. package/components/crn-cron-captcha.components.json +55 -12
  14. package/components/crn-cron-chat.components.json +2 -2
  15. package/components/crn-cron-crud.components.json +21 -0
  16. package/components/crn-cron-dashboard-viewer.components.json +48 -0
  17. package/components/crn-cron-grid.components.json +49 -84
  18. package/components/crn-cron-report-viewer.components.json +7 -2
  19. package/components/crn-cron-rich-editor.components.json +11 -4
  20. package/components/crn-cron-scheduler.components.json +7 -2
  21. package/components/crn-cron-tree-view.components.json +31 -5
  22. package/components/crn-datasource-filter.components.json +8 -2
  23. package/components/crn-datasource.components.json +12 -2
  24. package/components/crn-datepicker.components.json +36 -26
  25. package/components/crn-datetimepicker.components.json +49 -10
  26. package/components/crn-dynamic-file.components.json +24 -17
  27. package/components/crn-dynamic-image.components.json +28 -20
  28. package/components/crn-dynamic-menu.components.json +56 -3
  29. package/components/crn-eight-four-container.components.json +43 -0
  30. package/components/crn-enterprise-autocomplete.components.json +158 -111
  31. package/components/crn-enterprise-checkbox.components.json +168 -7
  32. package/components/crn-enterprise-combobox-multiple.components.json +181 -25
  33. package/components/crn-enterprise-combobox.components.json +64 -40
  34. package/components/crn-enterprise-date.components.json +12 -12
  35. package/components/crn-enterprise-dynamic-autocomplete.components.json +71 -19
  36. package/components/crn-enterprise-dynamic-combobox.components.json +46 -20
  37. package/components/crn-form-template.components.json +7 -2
  38. package/components/crn-four-eight-container.components.json +43 -0
  39. package/components/crn-frame.components.json +68 -0
  40. package/components/crn-grid.components.json +23 -8
  41. package/components/crn-header.components.json +14 -3
  42. package/components/crn-horizontal-container.components.json +40 -41
  43. package/components/crn-icon.components.json +189 -5
  44. package/components/crn-image-menu.components.json +50 -0
  45. package/components/crn-image.components.json +120 -8
  46. package/components/crn-input-password.components.json +44 -15
  47. package/components/crn-jumbotron.components.json +11 -6
  48. package/components/crn-list-item.components.json +20 -0
  49. package/components/crn-list.components.json +19 -2
  50. package/components/crn-menu-item.components.json +4 -10
  51. package/components/crn-navbar.components.json +34 -24
  52. package/components/crn-one-container.components.json +43 -0
  53. package/components/crn-ordered-list.components.json +92 -0
  54. package/components/crn-ordered-sub-list.components.json +92 -0
  55. package/components/crn-panel.components.json +35 -20
  56. package/components/crn-radioOption.components.json +26 -8
  57. package/components/crn-radiogroup.components.json +166 -10
  58. package/components/crn-rating.components.json +170 -28
  59. package/components/crn-signature-pad.components.json +36 -0
  60. package/components/crn-simple-text.components.json +85 -0
  61. package/components/crn-slider.components.json +20 -13
  62. package/components/crn-social-login.components.json +7 -2
  63. package/components/crn-sub-form-template.components.json +6 -1
  64. package/components/crn-subtitle.components.json +23 -6
  65. package/components/crn-table.components.json +29 -10
  66. package/components/crn-tabs.components.json +25 -15
  67. package/components/crn-text-component.components.json +40 -9
  68. package/components/crn-text.components.json +7 -4
  69. package/components/crn-textarea.components.json +60 -11
  70. package/components/crn-textinput.components.json +53 -14
  71. package/components/crn-textinputbutton.components.json +48 -19
  72. package/components/crn-textinputicon.components.json +46 -18
  73. package/components/crn-three-container.components.json +43 -0
  74. package/components/crn-timeline.components.json +44 -0
  75. package/components/crn-timepicker.components.json +21 -22
  76. package/components/crn-title.components.json +18 -4
  77. package/components/crn-trhee-six-three-container.components.json +43 -0
  78. package/components/crn-two-container.components.json +43 -0
  79. package/components/crn-unordered-list.components.json +82 -0
  80. package/components/crn-unordered-sub-list.components.json +83 -0
  81. package/components/crn-upload-file.components.json +21 -10
  82. package/components/crn-upload.components.json +25 -10
  83. package/components/crn-vertical-container.components.json +20 -10
  84. package/components/cron-breadcrumbs.components.json +107 -0
  85. package/components/cron-ordered-list.components.json +152 -0
  86. package/components/css/checkbox-color.css +474 -0
  87. package/components/css/color-default.css +113 -0
  88. package/components/css/combobox-color.css +145 -0
  89. package/components/css/designtime.css +294 -0
  90. package/components/css/font-size.css +15 -0
  91. package/components/css/option-color.css +335 -0
  92. package/components/dashboard/dashboard.view.html +14 -0
  93. package/components/templates/Component_Container/crn-eight-four-container.template.html +4 -0
  94. package/components/templates/Component_Container/crn-four-eight-container.template.html +4 -0
  95. package/components/templates/Component_Container/crn-one-container.template.html +1 -0
  96. package/components/templates/Component_Container/crn-three-container.template.html +5 -0
  97. package/components/templates/Component_Container/crn-three-six-three-container.template.html +5 -0
  98. package/components/templates/Component_Container/crn-two-container.template.html +4 -0
  99. package/components/templates/accordion.template.html +39 -27
  100. package/components/templates/button.template.html +3 -3
  101. package/components/templates/carousel.template.html +37 -27
  102. package/components/templates/checkbox.template.html +4 -4
  103. package/components/templates/crn-carousel-item.tempate.html +7 -0
  104. package/components/templates/crn-input-password.designtime.html +10 -0
  105. package/components/templates/{input/crn-input-password.template.html → crn-input-password.template.html} +0 -0
  106. package/components/templates/crn-list-item.template.html +1 -0
  107. package/components/templates/crn-ordered-list.template.html +5 -0
  108. package/components/templates/crn-ordered-sub-list.template.html +5 -0
  109. package/components/templates/crn-signature-pad.designtime.html +8 -0
  110. package/components/templates/crn-signature-pad.template.html +1 -0
  111. package/components/templates/crn-unordered-list.template.html +5 -0
  112. package/components/templates/crn-unordered-sub-list.template.html +6 -0
  113. package/components/templates/cron-autocomplete.designtime.html +37 -5
  114. package/components/templates/cron-breadcrumbs.designtime.html +11 -0
  115. package/components/templates/cron-breadcrumbs.template.html +3 -0
  116. package/components/templates/cron-calendar.designtime.html +171 -146
  117. package/components/templates/cron-captcha.template.html +1 -1
  118. package/components/templates/cron-chat.designtime.html +0 -19
  119. package/components/templates/cron-checkbox.template.html +3 -4
  120. package/components/templates/cron-combobox-multiple.designtime.html +10 -6
  121. package/components/templates/cron-combobox-multiple.template.html +3 -3
  122. package/components/templates/cron-combobox.template.html +1 -1
  123. package/components/templates/cron-crud.template.html +63 -0
  124. package/components/templates/cron-dashboard-viewer.designtime.html +15 -0
  125. package/components/templates/cron-dashboard-viewer.template.html +1 -0
  126. package/components/templates/cron-dynamic-autocomplete.template.html +1 -1
  127. package/components/templates/cron-dynamic-combobox.template.html +2 -2
  128. package/components/templates/cron-dynamic-menu.designtime.html +7 -6
  129. package/components/templates/cron-dynamic-menu.template.html +3 -1
  130. package/components/templates/cron-frame.designtime.html +7 -0
  131. package/components/templates/cron-frame.template.html +2 -0
  132. package/components/templates/cron-ordered-list.template.html +7 -0
  133. package/components/templates/date.template.html +2 -2
  134. package/components/templates/datetime.template.html +2 -2
  135. package/components/templates/fileupload.template.html +1 -1
  136. package/components/templates/form.template.html +38 -9
  137. package/components/templates/grid-horizontal.template.html +4 -2
  138. package/components/templates/grid-vertical.template.html +4 -2
  139. package/components/templates/grid.template.html +26 -16
  140. package/components/templates/header.template.html +9 -2
  141. package/components/templates/icon.template.html +1 -1
  142. package/components/templates/image-menu.template.html +1 -0
  143. package/components/templates/image.default.template.html +2 -1
  144. package/components/templates/list.template.html +2 -2
  145. package/components/templates/navbar.template.html +3 -3
  146. package/components/templates/panel.template.html +12 -11
  147. package/components/templates/radiogroup.template.html +1 -1
  148. package/components/templates/rating.template.html +7 -9
  149. package/components/templates/social-button-bar.template.html +54 -29
  150. package/components/templates/sub-form.template.html +38 -9
  151. package/components/templates/tabs.template.html +11 -5
  152. package/components/templates/textinputbutton.template.html +12 -5
  153. package/components/templates/textinputicon.template.html +5 -4
  154. package/components/templates/time.template.html +1 -1
  155. package/components/templates/timeline.designtime.html +65 -0
  156. package/components/templates/timeline.template.html +3 -0
  157. package/css/animate.css +433 -0
  158. package/css/app.css +507 -30
  159. package/css/modalTemplate.css +37 -0
  160. package/css/privacy/privacy.css +59 -0
  161. package/css/reset_password.css +5 -0
  162. package/css/themes/custom/_bootswatch-v3.3.3/glyphicon.css +2 -2
  163. package/css/themes/custom/_bootswatch-v3.3.6/glyphicon.css +2 -2
  164. package/css/themes/custom/_bootswatch-v3.3.7/glyphicon.css +2 -2
  165. package/css/themes/custom/_bootswatch-v3.3.7/navbar.css +2 -0
  166. package/css/themes/custom/cerulean/custom-cerulean.min.css +38 -0
  167. package/css/themes/custom/cosmo/custom-cosmo.min.css +25 -0
  168. package/css/themes/custom/cyborg/custom-cyborg.min.css +41 -20
  169. package/css/themes/custom/darkly/custom-darkly.min.css +28 -0
  170. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/_media-print.css +73 -0
  171. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/alert.css +37 -0
  172. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/animations.css +26 -0
  173. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/badge.css +48 -0
  174. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/basics.css +734 -0
  175. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/blockquote.css +54 -0
  176. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/breadcrumb.css +30 -0
  177. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/btn.css +391 -0
  178. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/carousel.css +252 -0
  179. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/close.css +27 -0
  180. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/col.css +787 -0
  181. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/collapse.css +30 -0
  182. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/container.css +31 -0
  183. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/dropdown.css +157 -0
  184. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/embed-responsive.css +29 -0
  185. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/fade.css +10 -0
  186. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/figure_img.css +39 -0
  187. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/form-control.css +310 -0
  188. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/glyphicon.css +1066 -0
  189. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/import_bootswatch.css +40 -0
  190. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/input-group.css +184 -0
  191. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/input.css +144 -0
  192. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/jumbotron.css +49 -0
  193. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/label.css +35 -0
  194. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/list-group.css +129 -0
  195. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/media.css +60 -0
  196. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/modal.css +142 -0
  197. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/nav.css +271 -0
  198. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/navbar.css +617 -0
  199. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/pager.css +52 -0
  200. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/pagination.css +113 -0
  201. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/panel.css +295 -0
  202. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/popover.css +148 -0
  203. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/progress.css +65 -0
  204. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/table.css +268 -0
  205. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/text.css +31 -0
  206. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/thumbnail.css +29 -0
  207. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/tooltip.css +129 -0
  208. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/visible.css +269 -0
  209. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/well.css +25 -0
  210. package/css/themes/custom/dsgov/custom-dsgov.min.css +2996 -0
  211. package/css/themes/custom/dsgov/font/WorkSans-Black.woff +0 -0
  212. package/css/themes/custom/dsgov/font/WorkSans-Black.woff2 +0 -0
  213. package/css/themes/custom/dsgov/font/WorkSans-BlackItalic.woff +0 -0
  214. package/css/themes/custom/dsgov/font/WorkSans-BlackItalic.woff2 +0 -0
  215. package/css/themes/custom/dsgov/font/WorkSans-Bold.woff +0 -0
  216. package/css/themes/custom/dsgov/font/WorkSans-Bold.woff2 +0 -0
  217. package/css/themes/custom/dsgov/font/WorkSans-BoldItalic.woff +0 -0
  218. package/css/themes/custom/dsgov/font/WorkSans-BoldItalic.woff2 +0 -0
  219. package/css/themes/custom/dsgov/font/WorkSans-ExtraBold.woff +0 -0
  220. package/css/themes/custom/dsgov/font/WorkSans-ExtraBold.woff2 +0 -0
  221. package/css/themes/custom/dsgov/font/WorkSans-ExtraBoldItalic.woff +0 -0
  222. package/css/themes/custom/dsgov/font/WorkSans-ExtraBoldItalic.woff2 +0 -0
  223. package/css/themes/custom/dsgov/font/WorkSans-ExtraLight.woff +0 -0
  224. package/css/themes/custom/dsgov/font/WorkSans-ExtraLight.woff2 +0 -0
  225. package/css/themes/custom/dsgov/font/WorkSans-ExtraLightItalic.woff +0 -0
  226. package/css/themes/custom/dsgov/font/WorkSans-ExtraLightItalic.woff2 +0 -0
  227. package/css/themes/custom/dsgov/font/WorkSans-Italic.woff +0 -0
  228. package/css/themes/custom/dsgov/font/WorkSans-Italic.woff2 +0 -0
  229. package/css/themes/custom/dsgov/font/WorkSans-Light.woff +0 -0
  230. package/css/themes/custom/dsgov/font/WorkSans-Light.woff2 +0 -0
  231. package/css/themes/custom/dsgov/font/WorkSans-LightItalic.woff +0 -0
  232. package/css/themes/custom/dsgov/font/WorkSans-LightItalic.woff2 +0 -0
  233. package/css/themes/custom/dsgov/font/WorkSans-Medium.woff +0 -0
  234. package/css/themes/custom/dsgov/font/WorkSans-Medium.woff2 +0 -0
  235. package/css/themes/custom/dsgov/font/WorkSans-MediumItalic.woff +0 -0
  236. package/css/themes/custom/dsgov/font/WorkSans-MediumItalic.woff2 +0 -0
  237. package/css/themes/custom/dsgov/font/WorkSans-Regular.woff +0 -0
  238. package/css/themes/custom/dsgov/font/WorkSans-Regular.woff2 +0 -0
  239. package/css/themes/custom/dsgov/font/WorkSans-SemiBold.woff +0 -0
  240. package/css/themes/custom/dsgov/font/WorkSans-SemiBold.woff2 +0 -0
  241. package/css/themes/custom/dsgov/font/WorkSans-SemiBoldItalic.woff +0 -0
  242. package/css/themes/custom/dsgov/font/WorkSans-SemiBoldItalic.woff2 +0 -0
  243. package/css/themes/custom/dsgov/font/WorkSans-Thin.woff +0 -0
  244. package/css/themes/custom/dsgov/font/WorkSans-Thin.woff2 +0 -0
  245. package/css/themes/custom/dsgov/font/WorkSans-ThinItalic.woff +0 -0
  246. package/css/themes/custom/dsgov/font/WorkSans-ThinItalic.woff2 +0 -0
  247. package/css/themes/custom/dsgov/font/fonts.css +162 -0
  248. package/css/themes/custom/dsgov/font2/fonts.css +144 -0
  249. package/css/themes/custom/dsgov/font2/rawline-100.woff +0 -0
  250. package/css/themes/custom/dsgov/font2/rawline-100i.woff +0 -0
  251. package/css/themes/custom/dsgov/font2/rawline-200.woff +0 -0
  252. package/css/themes/custom/dsgov/font2/rawline-200i.woff +0 -0
  253. package/css/themes/custom/dsgov/font2/rawline-300.woff +0 -0
  254. package/css/themes/custom/dsgov/font2/rawline-300i.woff +0 -0
  255. package/css/themes/custom/dsgov/font2/rawline-400.woff +0 -0
  256. package/css/themes/custom/dsgov/font2/rawline-400i.woff +0 -0
  257. package/css/themes/custom/dsgov/font2/rawline-500.woff +0 -0
  258. package/css/themes/custom/dsgov/font2/rawline-500i.woff +0 -0
  259. package/css/themes/custom/dsgov/font2/rawline-600.woff +0 -0
  260. package/css/themes/custom/dsgov/font2/rawline-600i.woff +0 -0
  261. package/css/themes/custom/dsgov/font2/rawline-700.woff +0 -0
  262. package/css/themes/custom/dsgov/font2/rawline-700i.woff +0 -0
  263. package/css/themes/custom/dsgov/font2/rawline-800.woff +0 -0
  264. package/css/themes/custom/dsgov/font2/rawline-800i.woff +0 -0
  265. package/css/themes/custom/dsgov/font2/rawline-900.woff +0 -0
  266. package/css/themes/custom/dsgov/font2/rawline-900i.woff +0 -0
  267. package/css/themes/custom/dsgov/img/arrow-blue.svg +9 -0
  268. package/css/themes/custom/dsgov/img/cover.jpg +0 -0
  269. package/css/themes/custom/flatly/custom-flatly.min.css +22 -0
  270. package/css/themes/custom/fuse/components_css/alert.css +55 -0
  271. package/css/themes/custom/fuse/components_css/badge.css +6 -0
  272. package/css/themes/custom/fuse/components_css/blockquote.css +15 -0
  273. package/css/themes/custom/fuse/components_css/breadcrumb.css +11 -0
  274. package/css/themes/custom/fuse/components_css/btn.css +483 -0
  275. package/css/themes/custom/fuse/components_css/close.css +3 -0
  276. package/css/themes/custom/fuse/components_css/form.css +136 -0
  277. package/css/themes/custom/fuse/components_css/glyphicon.css +1066 -0
  278. package/css/themes/custom/fuse/components_css/hidden.css +33 -0
  279. package/css/themes/custom/fuse/components_css/import_components_css.css +21 -0
  280. package/css/themes/custom/fuse/components_css/list-group.css +165 -0
  281. package/css/themes/custom/fuse/components_css/modal.css +17 -0
  282. package/css/themes/custom/fuse/components_css/navbar.css +405 -0
  283. package/css/themes/custom/fuse/components_css/pager.css +18 -0
  284. package/css/themes/custom/fuse/components_css/pagination.css +47 -0
  285. package/css/themes/custom/fuse/components_css/panel.css +176 -0
  286. package/css/themes/custom/fuse/components_css/popover.css +21 -0
  287. package/css/themes/custom/fuse/components_css/progress.css +31 -0
  288. package/css/themes/custom/fuse/components_css/table.css +156 -0
  289. package/css/themes/custom/fuse/components_css/thumbnail.css +14 -0
  290. package/css/themes/custom/fuse/components_css/tooltip.css +23 -0
  291. package/css/themes/custom/fuse/components_css/type_bootstrap.css +328 -0
  292. package/css/themes/custom/fuse/components_css/well.css +7 -0
  293. package/css/themes/custom/fuse/custom-fuse.min.css +3107 -0
  294. package/css/themes/custom/fuse/font/Inter-roman.var.woff2 +0 -0
  295. package/css/themes/custom/fuse/font/fonts.css +8 -0
  296. package/css/themes/custom/fuse/img/arrow-gray.svg +9 -0
  297. package/css/themes/custom/fuse/img/arrow-white.svg +9 -0
  298. package/css/themes/custom/fuse/theme-example.view.html +830 -0
  299. package/css/themes/custom/journal/custom-journal.min.css +43 -0
  300. package/css/themes/custom/lumen/custom-lumen.min.css +30 -1
  301. package/css/themes/custom/material/components_css/crn-cron-calendar.css +1 -1
  302. package/css/themes/custom/material/components_css/crn-cron-grid.css +5 -10
  303. package/css/themes/custom/material/components_css/crn-navbar.css +17 -34
  304. package/css/themes/custom/material/components_css/crn-scheduler.css +4 -4
  305. package/css/themes/custom/material/components_css/login.css +10 -1
  306. package/css/themes/custom/material/components_css/ui-notification.css +4 -4
  307. package/css/themes/custom/material/custom-material.css +25 -96
  308. package/css/themes/custom/material_raiz/components_css/crn-button.css +174 -0
  309. package/css/themes/custom/material_raiz/components_css/crn-carousel.css +11 -0
  310. package/css/themes/custom/material_raiz/components_css/crn-cron-calendar.css +176 -0
  311. package/css/themes/custom/material_raiz/components_css/crn-cron-grid.css +241 -0
  312. package/css/themes/custom/material_raiz/components_css/crn-enterprise.css +58 -0
  313. package/css/themes/custom/material_raiz/components_css/crn-navbar.css +185 -0
  314. package/css/themes/custom/material_raiz/components_css/crn-scheduler.css +98 -0
  315. package/css/themes/custom/material_raiz/components_css/login.css +38 -0
  316. package/css/themes/custom/material_raiz/components_css/ui-notification.css +27 -0
  317. package/css/themes/custom/material_raiz/custom-material_raiz.css +363 -0
  318. package/css/themes/custom/navigator/custom-navigator.css +71 -76
  319. package/css/themes/custom/paper/custom-paper.min.css +22 -0
  320. package/css/themes/custom/readable/custom-readable.min.css +43 -0
  321. package/css/themes/custom/sandstone/custom-sandstone.min.css +43 -0
  322. package/css/themes/custom/simplex/custom-simplex.min.css +22 -0
  323. package/css/themes/custom/slate/custom-slate.min.css +62 -0
  324. package/css/themes/custom/spacelab/custom-spacelab.min.css +50 -0
  325. package/css/themes/custom/superhero/custom-superhero.min.css +35 -0
  326. package/css/themes/custom/united/custom-united.min.css +30 -0
  327. package/css/themes/custom/yeti/custom-yeti.min.css +30 -0
  328. package/css/themes/dsgov.min.css +6 -0
  329. package/css/themes/fuse.min.css +6 -0
  330. package/css/themes/material_raiz.min.css +3 -0
  331. package/dist/components/css/checkbox-color.css +1 -0
  332. package/dist/components/css/color-default.css +1 -0
  333. package/dist/components/css/combobox-color.css +1 -0
  334. package/dist/components/css/designtime.css +1 -0
  335. package/dist/components/css/font-size.css +1 -0
  336. package/dist/components/css/image.css +1 -0
  337. package/dist/components/css/option-color.css +1 -0
  338. package/dist/components/js/jquery.inputmask.bundle.js +1 -1
  339. package/dist/components/js/jquery.mask.min.js +1 -1
  340. package/dist/components/js/qrcode.js +1 -1
  341. package/dist/components/templates/Component_Container/crn-eight-four-container.template.html +1 -0
  342. package/dist/components/templates/Component_Container/crn-eight-twelve-container.template.html +1 -0
  343. package/dist/components/templates/Component_Container/crn-four-eight-container.template.html +1 -0
  344. package/dist/components/templates/Component_Container/crn-four-twelve-container.template.html +1 -0
  345. package/dist/components/templates/Component_Container/crn-one-container.template.html +1 -0
  346. package/dist/components/templates/Component_Container/crn-three-container.template.html +1 -0
  347. package/dist/components/templates/Component_Container/crn-three-six-three-container.template.html +1 -0
  348. package/dist/components/templates/Component_Container/crn-three-twelve-container.template.html +1 -0
  349. package/dist/components/templates/Component_Container/crn-two-container.template.html +1 -0
  350. package/dist/components/templates/accordion.template.html +1 -1
  351. package/dist/components/templates/button.template.html +1 -1
  352. package/dist/components/templates/carousel.template.html +1 -1
  353. package/dist/components/templates/checkbox.template.html +1 -1
  354. package/dist/components/templates/crn-carousel-item.tempate.html +1 -0
  355. package/dist/components/templates/crn-input-password.designtime.html +1 -0
  356. package/dist/components/templates/crn-input-password.template.html +1 -0
  357. package/dist/components/templates/crn-list-item.template.html +1 -0
  358. package/dist/components/templates/crn-ordered-list.template.html +1 -0
  359. package/dist/components/templates/crn-ordered-sub-list.template.html +1 -0
  360. package/dist/components/templates/crn-signature-pad.designtime.html +1 -0
  361. package/dist/components/templates/crn-signature-pad.template.html +1 -0
  362. package/dist/components/templates/crn-unordered-list.template.html +1 -0
  363. package/dist/components/templates/crn-unordered-sub-list.template.html +1 -0
  364. package/dist/components/templates/cron-autocomplete.designtime.html +26 -1
  365. package/dist/components/templates/cron-breadcrumbs.designtime.html +1 -0
  366. package/dist/components/templates/cron-breadcrumbs.template.html +1 -0
  367. package/dist/components/templates/cron-calendar.designtime.html +1 -20
  368. package/dist/components/templates/cron-captcha.template.html +1 -1
  369. package/dist/components/templates/cron-chat.designtime.html +1 -17
  370. package/dist/components/templates/cron-checkbox.template.html +1 -1
  371. package/dist/components/templates/cron-combobox-multiple.designtime.html +1 -1
  372. package/dist/components/templates/cron-combobox-multiple.template.html +1 -1
  373. package/dist/components/templates/cron-combobox.template.html +1 -1
  374. package/dist/components/templates/cron-crud.template.html +1 -0
  375. package/dist/components/templates/cron-dashboard-viewer.designtime.html +1 -0
  376. package/dist/components/templates/cron-dashboard-viewer.template.html +1 -0
  377. package/dist/components/templates/cron-dynamic-autocomplete.template.html +1 -1
  378. package/dist/components/templates/cron-dynamic-combobox.template.html +1 -1
  379. package/dist/components/templates/cron-dynamic-menu.designtime.html +1 -1
  380. package/dist/components/templates/cron-dynamic-menu.template.html +1 -1
  381. package/dist/components/templates/cron-frame.designtime.html +6 -0
  382. package/dist/components/templates/cron-frame.template.html +1 -0
  383. package/dist/components/templates/cron-ordered-list.template.html +1 -0
  384. package/dist/components/templates/cron-visual-component.designtime.html +6 -0
  385. package/dist/components/templates/cron-visual-component.template.html +1 -0
  386. package/dist/components/templates/date.template.html +1 -1
  387. package/dist/components/templates/datetime.template.html +1 -1
  388. package/dist/components/templates/fileupload.template.html +1 -1
  389. package/dist/components/templates/form.template.html +1 -1
  390. package/dist/components/templates/grid-horizontal.template.html +1 -1
  391. package/dist/components/templates/grid-vertical.template.html +1 -1
  392. package/dist/components/templates/grid.template.html +1 -1
  393. package/dist/components/templates/header.template.html +1 -1
  394. package/dist/components/templates/icon.template.html +1 -1
  395. package/dist/components/templates/image-menu.template.html +1 -0
  396. package/dist/components/templates/image.default.template.html +1 -1
  397. package/dist/components/templates/list.template.html +1 -1
  398. package/dist/components/templates/navbar.template.html +1 -1
  399. package/dist/components/templates/panel.template.html +1 -1
  400. package/dist/components/templates/radiogroup.template.html +1 -1
  401. package/dist/components/templates/rating.template.html +1 -1
  402. package/dist/components/templates/social-button-bar.template.html +1 -1
  403. package/dist/components/templates/sub-form.template.html +1 -1
  404. package/dist/components/templates/tabs.template.html +1 -1
  405. package/dist/components/templates/textinputbutton.template.html +1 -1
  406. package/dist/components/templates/textinputicon.template.html +1 -1
  407. package/dist/components/templates/time.template.html +1 -1
  408. package/dist/components/templates/timeline.designtime.html +1 -0
  409. package/dist/components/templates/timeline.template.html +1 -0
  410. package/dist/css/animate.css +1 -0
  411. package/dist/css/app.css +1 -1
  412. package/dist/css/fonts/glyphicons-halflings-regular.eot +0 -0
  413. package/dist/css/fonts/glyphicons-halflings-regular.svg +1 -0
  414. package/dist/css/fonts/glyphicons-halflings-regular.ttf +0 -0
  415. package/dist/css/fonts/glyphicons-halflings-regular.woff +0 -0
  416. package/dist/css/fonts/glyphicons-halflings-regular.woff2 +0 -0
  417. package/dist/css/modalTemplate.css +1 -0
  418. package/dist/css/privacy/privacy.css +1 -0
  419. package/dist/css/reset_password.css +1 -0
  420. package/dist/css/themes/cerulean.min.css +1 -0
  421. package/dist/css/themes/cosmo.min.css +1 -0
  422. package/dist/css/themes/custom/_bootswatch-v3.3.3/_media-print.css +1 -0
  423. package/dist/css/themes/custom/_bootswatch-v3.3.3/alert.css +1 -0
  424. package/dist/css/themes/custom/_bootswatch-v3.3.3/badge.css +1 -0
  425. package/dist/css/themes/custom/_bootswatch-v3.3.3/basics.css +11 -0
  426. package/dist/css/themes/custom/_bootswatch-v3.3.3/blockquote.css +1 -0
  427. package/dist/css/themes/custom/_bootswatch-v3.3.3/breadcrumb.css +1 -0
  428. package/dist/css/themes/custom/_bootswatch-v3.3.3/btn-group.css +1 -0
  429. package/dist/css/themes/custom/_bootswatch-v3.3.3/btn-toolbar.css +1 -0
  430. package/dist/css/themes/custom/_bootswatch-v3.3.3/btn.css +1 -0
  431. package/dist/css/themes/custom/_bootswatch-v3.3.3/caret.css +1 -0
  432. package/dist/css/themes/custom/_bootswatch-v3.3.3/carousel.css +1 -0
  433. package/dist/css/themes/custom/_bootswatch-v3.3.3/close.css +1 -0
  434. package/dist/css/themes/custom/_bootswatch-v3.3.3/col.css +1 -0
  435. package/dist/css/themes/custom/_bootswatch-v3.3.3/collapse.css +1 -0
  436. package/dist/css/themes/custom/_bootswatch-v3.3.3/container.css +1 -0
  437. package/dist/css/themes/custom/_bootswatch-v3.3.3/dropdown.css +1 -0
  438. package/dist/css/themes/custom/_bootswatch-v3.3.3/embed-responsive.css +1 -0
  439. package/dist/css/themes/custom/_bootswatch-v3.3.3/form.css +1 -0
  440. package/dist/css/themes/custom/_bootswatch-v3.3.3/glyphicon.css +1 -0
  441. package/dist/css/themes/custom/_bootswatch-v3.3.3/has.css +1 -0
  442. package/dist/css/themes/custom/_bootswatch-v3.3.3/import_bootswatch.css +1 -0
  443. package/dist/css/themes/custom/_bootswatch-v3.3.3/input-group.css +1 -0
  444. package/dist/css/themes/custom/_bootswatch-v3.3.3/input.css +1 -0
  445. package/dist/css/themes/custom/_bootswatch-v3.3.3/jumbotron.css +1 -0
  446. package/dist/css/themes/custom/_bootswatch-v3.3.3/kbd.css +1 -0
  447. package/dist/css/themes/custom/_bootswatch-v3.3.3/label.css +1 -0
  448. package/dist/css/themes/custom/_bootswatch-v3.3.3/list-group.css +1 -0
  449. package/dist/css/themes/custom/_bootswatch-v3.3.3/media.css +1 -0
  450. package/dist/css/themes/custom/_bootswatch-v3.3.3/modal.css +1 -0
  451. package/dist/css/themes/custom/_bootswatch-v3.3.3/nav-justified.css +1 -0
  452. package/dist/css/themes/custom/_bootswatch-v3.3.3/nav-pills.css +1 -0
  453. package/dist/css/themes/custom/_bootswatch-v3.3.3/nav-stacked.css +1 -0
  454. package/dist/css/themes/custom/_bootswatch-v3.3.3/nav-tabs.css +1 -0
  455. package/dist/css/themes/custom/_bootswatch-v3.3.3/nav.css +1 -0
  456. package/dist/css/themes/custom/_bootswatch-v3.3.3/navbar.css +1 -0
  457. package/dist/css/themes/custom/_bootswatch-v3.3.3/pager.css +1 -0
  458. package/dist/css/themes/custom/_bootswatch-v3.3.3/pagination.css +1 -0
  459. package/dist/css/themes/custom/_bootswatch-v3.3.3/panel.css +1 -0
  460. package/dist/css/themes/custom/_bootswatch-v3.3.3/popover.css +1 -0
  461. package/dist/css/themes/custom/_bootswatch-v3.3.3/pre.css +1 -0
  462. package/dist/css/themes/custom/_bootswatch-v3.3.3/progress.css +1 -0
  463. package/dist/css/themes/custom/_bootswatch-v3.3.3/table.css +1 -0
  464. package/dist/css/themes/custom/_bootswatch-v3.3.3/text.css +1 -0
  465. package/dist/css/themes/custom/_bootswatch-v3.3.3/thumbnail.css +1 -0
  466. package/dist/css/themes/custom/_bootswatch-v3.3.3/tooltip.css +1 -0
  467. package/dist/css/themes/custom/_bootswatch-v3.3.3/visible.css +1 -0
  468. package/dist/css/themes/custom/_bootswatch-v3.3.3/well.css +1 -0
  469. package/dist/css/themes/custom/_bootswatch-v3.3.6/_media-print.css +1 -0
  470. package/dist/css/themes/custom/_bootswatch-v3.3.6/alert.css +1 -0
  471. package/dist/css/themes/custom/_bootswatch-v3.3.6/animations.css +1 -0
  472. package/dist/css/themes/custom/_bootswatch-v3.3.6/badge.css +1 -0
  473. package/dist/css/themes/custom/_bootswatch-v3.3.6/basics.css +11 -0
  474. package/dist/css/themes/custom/_bootswatch-v3.3.6/blockquote.css +1 -0
  475. package/dist/css/themes/custom/_bootswatch-v3.3.6/breadcrumb.css +1 -0
  476. package/dist/css/themes/custom/_bootswatch-v3.3.6/btn.css +1 -0
  477. package/dist/css/themes/custom/_bootswatch-v3.3.6/carousel.css +1 -0
  478. package/dist/css/themes/custom/_bootswatch-v3.3.6/close.css +1 -0
  479. package/dist/css/themes/custom/_bootswatch-v3.3.6/col.css +1 -0
  480. package/dist/css/themes/custom/_bootswatch-v3.3.6/collapse.css +1 -0
  481. package/dist/css/themes/custom/_bootswatch-v3.3.6/container.css +1 -0
  482. package/dist/css/themes/custom/_bootswatch-v3.3.6/dropdown.css +1 -0
  483. package/dist/css/themes/custom/_bootswatch-v3.3.6/embed-responsive.css +1 -0
  484. package/dist/css/themes/custom/_bootswatch-v3.3.6/fade.css +1 -0
  485. package/dist/css/themes/custom/_bootswatch-v3.3.6/form_input.css +1 -0
  486. package/dist/css/themes/custom/_bootswatch-v3.3.6/glyphicon.css +1 -0
  487. package/dist/css/themes/custom/_bootswatch-v3.3.6/img_figure.css +1 -0
  488. package/dist/css/themes/custom/_bootswatch-v3.3.6/import_bootswatch.css +1 -0
  489. package/dist/css/themes/custom/_bootswatch-v3.3.6/input-group.css +1 -0
  490. package/dist/css/themes/custom/_bootswatch-v3.3.6/jumbotron.css +1 -0
  491. package/dist/css/themes/custom/_bootswatch-v3.3.6/label.css +1 -0
  492. package/dist/css/themes/custom/_bootswatch-v3.3.6/list-group.css +1 -0
  493. package/dist/css/themes/custom/_bootswatch-v3.3.6/media.css +1 -0
  494. package/dist/css/themes/custom/_bootswatch-v3.3.6/modal.css +1 -0
  495. package/dist/css/themes/custom/_bootswatch-v3.3.6/nav.css +1 -0
  496. package/dist/css/themes/custom/_bootswatch-v3.3.6/navbar.css +1 -0
  497. package/dist/css/themes/custom/_bootswatch-v3.3.6/pager.css +1 -0
  498. package/dist/css/themes/custom/_bootswatch-v3.3.6/pagination.css +1 -0
  499. package/dist/css/themes/custom/_bootswatch-v3.3.6/panel.css +1 -0
  500. package/dist/css/themes/custom/_bootswatch-v3.3.6/popover.css +1 -0
  501. package/dist/css/themes/custom/_bootswatch-v3.3.6/progress.css +1 -0
  502. package/dist/css/themes/custom/_bootswatch-v3.3.6/table.css +1 -0
  503. package/dist/css/themes/custom/_bootswatch-v3.3.6/text.css +1 -0
  504. package/dist/css/themes/custom/_bootswatch-v3.3.6/thumbnail.css +1 -0
  505. package/dist/css/themes/custom/_bootswatch-v3.3.6/tooltip.css +1 -0
  506. package/dist/css/themes/custom/_bootswatch-v3.3.6/visible.css +1 -0
  507. package/dist/css/themes/custom/_bootswatch-v3.3.6/well.css +1 -0
  508. package/dist/css/themes/custom/_bootswatch-v3.3.7/_media-print.css +1 -0
  509. package/dist/css/themes/custom/_bootswatch-v3.3.7/alert.css +1 -0
  510. package/dist/css/themes/custom/_bootswatch-v3.3.7/animations.css +1 -0
  511. package/dist/css/themes/custom/_bootswatch-v3.3.7/badge.css +1 -0
  512. package/dist/css/themes/custom/_bootswatch-v3.3.7/basics.css +11 -0
  513. package/dist/css/themes/custom/_bootswatch-v3.3.7/blockquote.css +1 -0
  514. package/dist/css/themes/custom/_bootswatch-v3.3.7/breadcrumb.css +1 -0
  515. package/dist/css/themes/custom/_bootswatch-v3.3.7/btn.css +1 -0
  516. package/dist/css/themes/custom/_bootswatch-v3.3.7/carousel.css +1 -0
  517. package/dist/css/themes/custom/_bootswatch-v3.3.7/close.css +1 -0
  518. package/dist/css/themes/custom/_bootswatch-v3.3.7/col.css +1 -0
  519. package/dist/css/themes/custom/_bootswatch-v3.3.7/collapse.css +1 -0
  520. package/dist/css/themes/custom/_bootswatch-v3.3.7/container.css +1 -0
  521. package/dist/css/themes/custom/_bootswatch-v3.3.7/dropdown.css +1 -0
  522. package/dist/css/themes/custom/_bootswatch-v3.3.7/embed-responsive.css +1 -0
  523. package/dist/css/themes/custom/_bootswatch-v3.3.7/fade.css +1 -0
  524. package/dist/css/themes/custom/_bootswatch-v3.3.7/figure_img.css +1 -0
  525. package/dist/css/themes/custom/_bootswatch-v3.3.7/form-control.css +1 -0
  526. package/dist/css/themes/custom/_bootswatch-v3.3.7/glyphicon.css +1 -0
  527. package/dist/css/themes/custom/_bootswatch-v3.3.7/import_bootswatch.css +1 -0
  528. package/dist/css/themes/custom/_bootswatch-v3.3.7/input-group.css +1 -0
  529. package/dist/css/themes/custom/_bootswatch-v3.3.7/input.css +1 -0
  530. package/dist/css/themes/custom/_bootswatch-v3.3.7/jumbotron.css +1 -0
  531. package/dist/css/themes/custom/_bootswatch-v3.3.7/label.css +1 -0
  532. package/dist/css/themes/custom/_bootswatch-v3.3.7/list-group.css +1 -0
  533. package/dist/css/themes/custom/_bootswatch-v3.3.7/media.css +1 -0
  534. package/dist/css/themes/custom/_bootswatch-v3.3.7/modal.css +1 -0
  535. package/dist/css/themes/custom/_bootswatch-v3.3.7/nav.css +1 -0
  536. package/dist/css/themes/custom/_bootswatch-v3.3.7/navbar.css +1 -0
  537. package/dist/css/themes/custom/_bootswatch-v3.3.7/pager.css +1 -0
  538. package/dist/css/themes/custom/_bootswatch-v3.3.7/pagination.css +1 -0
  539. package/dist/css/themes/custom/_bootswatch-v3.3.7/panel.css +1 -0
  540. package/dist/css/themes/custom/_bootswatch-v3.3.7/popover.css +1 -0
  541. package/dist/css/themes/custom/_bootswatch-v3.3.7/progress.css +1 -0
  542. package/dist/css/themes/custom/_bootswatch-v3.3.7/table.css +1 -0
  543. package/dist/css/themes/custom/_bootswatch-v3.3.7/text.css +1 -0
  544. package/dist/css/themes/custom/_bootswatch-v3.3.7/thumbnail.css +1 -0
  545. package/dist/css/themes/custom/_bootswatch-v3.3.7/tooltip.css +1 -0
  546. package/dist/css/themes/custom/_bootswatch-v3.3.7/visible.css +1 -0
  547. package/dist/css/themes/custom/_bootswatch-v3.3.7/well.css +1 -0
  548. package/dist/css/themes/custom/_bootswatch-v4.1.3/_media-print.css +1 -0
  549. package/dist/css/themes/custom/_bootswatch-v4.1.3/accordion.css +1 -0
  550. package/dist/css/themes/custom/_bootswatch-v4.1.3/alert.css +1 -0
  551. package/dist/css/themes/custom/_bootswatch-v4.1.3/align.css +1 -0
  552. package/dist/css/themes/custom/_bootswatch-v4.1.3/badge.css +1 -0
  553. package/dist/css/themes/custom/_bootswatch-v4.1.3/basics.css +12 -0
  554. package/dist/css/themes/custom/_bootswatch-v4.1.3/blockquote.css +1 -0
  555. package/dist/css/themes/custom/_bootswatch-v4.1.3/border.css +1 -0
  556. package/dist/css/themes/custom/_bootswatch-v4.1.3/breadcrumb.css +1 -0
  557. package/dist/css/themes/custom/_bootswatch-v4.1.3/btn.css +1 -0
  558. package/dist/css/themes/custom/_bootswatch-v4.1.3/card.css +1 -0
  559. package/dist/css/themes/custom/_bootswatch-v4.1.3/carousel.css +1 -0
  560. package/dist/css/themes/custom/_bootswatch-v4.1.3/close.css +1 -0
  561. package/dist/css/themes/custom/_bootswatch-v4.1.3/col.css +1 -0
  562. package/dist/css/themes/custom/_bootswatch-v4.1.3/container.css +1 -0
  563. package/dist/css/themes/custom/_bootswatch-v4.1.3/custom.css +1 -0
  564. package/dist/css/themes/custom/_bootswatch-v4.1.3/display.css +1 -0
  565. package/dist/css/themes/custom/_bootswatch-v4.1.3/dropdown.css +1 -0
  566. package/dist/css/themes/custom/_bootswatch-v4.1.3/embed-responsive.css +1 -0
  567. package/dist/css/themes/custom/_bootswatch-v4.1.3/flex.css +1 -0
  568. package/dist/css/themes/custom/_bootswatch-v4.1.3/float.css +1 -0
  569. package/dist/css/themes/custom/_bootswatch-v4.1.3/form.css +1 -0
  570. package/dist/css/themes/custom/_bootswatch-v4.1.3/img_figure.css +1 -0
  571. package/dist/css/themes/custom/_bootswatch-v4.1.3/import_bootswatch.css +1 -0
  572. package/dist/css/themes/custom/_bootswatch-v4.1.3/input-group.css +1 -0
  573. package/dist/css/themes/custom/_bootswatch-v4.1.3/jumbotron.css +1 -0
  574. package/dist/css/themes/custom/_bootswatch-v4.1.3/justify.css +1 -0
  575. package/dist/css/themes/custom/_bootswatch-v4.1.3/list-group.css +1 -0
  576. package/dist/css/themes/custom/_bootswatch-v4.1.3/margin.css +1 -0
  577. package/dist/css/themes/custom/_bootswatch-v4.1.3/modal.css +1 -0
  578. package/dist/css/themes/custom/_bootswatch-v4.1.3/nav.css +1 -0
  579. package/dist/css/themes/custom/_bootswatch-v4.1.3/navbar.css +1 -0
  580. package/dist/css/themes/custom/_bootswatch-v4.1.3/padding.css +1 -0
  581. package/dist/css/themes/custom/_bootswatch-v4.1.3/page.css +1 -0
  582. package/dist/css/themes/custom/_bootswatch-v4.1.3/pagination.css +1 -0
  583. package/dist/css/themes/custom/_bootswatch-v4.1.3/popover.css +1 -0
  584. package/dist/css/themes/custom/_bootswatch-v4.1.3/position.css +1 -0
  585. package/dist/css/themes/custom/_bootswatch-v4.1.3/progress.css +1 -0
  586. package/dist/css/themes/custom/_bootswatch-v4.1.3/rounded.css +1 -0
  587. package/dist/css/themes/custom/_bootswatch-v4.1.3/shadow.css +1 -0
  588. package/dist/css/themes/custom/_bootswatch-v4.1.3/table.css +1 -0
  589. package/dist/css/themes/custom/_bootswatch-v4.1.3/text.css +1 -0
  590. package/dist/css/themes/custom/_bootswatch-v4.1.3/tooltip.css +1 -0
  591. package/dist/css/themes/custom/_bootswatch-v4.1.3/validated.css +1 -0
  592. package/dist/css/themes/custom/cerulean/custom-cerulean.min.css +1 -0
  593. package/dist/css/themes/custom/cosmo/custom-cosmo.min.css +1 -0
  594. package/dist/css/themes/custom/cyborg/custom-cyborg.min.css +1 -0
  595. package/dist/css/themes/custom/darkly/custom-darkly.min.css +1 -0
  596. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/_media-print.css +1 -0
  597. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/alert.css +1 -0
  598. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/animations.css +1 -0
  599. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/badge.css +1 -0
  600. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/basics.css +11 -0
  601. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/blockquote.css +1 -0
  602. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/breadcrumb.css +1 -0
  603. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/btn.css +1 -0
  604. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/carousel.css +1 -0
  605. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/close.css +1 -0
  606. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/col.css +1 -0
  607. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/collapse.css +1 -0
  608. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/container.css +1 -0
  609. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/dropdown.css +1 -0
  610. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/embed-responsive.css +1 -0
  611. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/fade.css +1 -0
  612. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/figure_img.css +1 -0
  613. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/form-control.css +1 -0
  614. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/glyphicon.css +1 -0
  615. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/import_bootswatch.css +1 -0
  616. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/input-group.css +1 -0
  617. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/input.css +1 -0
  618. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/jumbotron.css +1 -0
  619. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/label.css +1 -0
  620. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/list-group.css +1 -0
  621. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/media.css +1 -0
  622. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/modal.css +1 -0
  623. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/nav.css +1 -0
  624. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/navbar.css +1 -0
  625. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/pager.css +1 -0
  626. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/pagination.css +1 -0
  627. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/panel.css +1 -0
  628. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/popover.css +1 -0
  629. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/progress.css +1 -0
  630. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/table.css +1 -0
  631. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/text.css +1 -0
  632. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/thumbnail.css +1 -0
  633. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/tooltip.css +1 -0
  634. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/visible.css +1 -0
  635. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/well.css +1 -0
  636. package/dist/css/themes/custom/dsgov/custom-dsgov.min.css +1 -0
  637. package/dist/css/themes/custom/dsgov/font/WorkSans-Black.woff +0 -0
  638. package/dist/css/themes/custom/dsgov/font/WorkSans-Black.woff2 +0 -0
  639. package/dist/css/themes/custom/dsgov/font/WorkSans-BlackItalic.woff +0 -0
  640. package/dist/css/themes/custom/dsgov/font/WorkSans-BlackItalic.woff2 +0 -0
  641. package/dist/css/themes/custom/dsgov/font/WorkSans-Bold.woff +0 -0
  642. package/dist/css/themes/custom/dsgov/font/WorkSans-Bold.woff2 +0 -0
  643. package/dist/css/themes/custom/dsgov/font/WorkSans-BoldItalic.woff +0 -0
  644. package/dist/css/themes/custom/dsgov/font/WorkSans-BoldItalic.woff2 +0 -0
  645. package/dist/css/themes/custom/dsgov/font/WorkSans-ExtraBold.woff +0 -0
  646. package/dist/css/themes/custom/dsgov/font/WorkSans-ExtraBold.woff2 +0 -0
  647. package/dist/css/themes/custom/dsgov/font/WorkSans-ExtraBoldItalic.woff +0 -0
  648. package/dist/css/themes/custom/dsgov/font/WorkSans-ExtraBoldItalic.woff2 +0 -0
  649. package/dist/css/themes/custom/dsgov/font/WorkSans-ExtraLight.woff +0 -0
  650. package/dist/css/themes/custom/dsgov/font/WorkSans-ExtraLight.woff2 +0 -0
  651. package/dist/css/themes/custom/dsgov/font/WorkSans-ExtraLightItalic.woff +0 -0
  652. package/dist/css/themes/custom/dsgov/font/WorkSans-ExtraLightItalic.woff2 +0 -0
  653. package/dist/css/themes/custom/dsgov/font/WorkSans-Italic.woff +0 -0
  654. package/dist/css/themes/custom/dsgov/font/WorkSans-Italic.woff2 +0 -0
  655. package/dist/css/themes/custom/dsgov/font/WorkSans-Light.woff +0 -0
  656. package/dist/css/themes/custom/dsgov/font/WorkSans-Light.woff2 +0 -0
  657. package/dist/css/themes/custom/dsgov/font/WorkSans-LightItalic.woff +0 -0
  658. package/dist/css/themes/custom/dsgov/font/WorkSans-LightItalic.woff2 +0 -0
  659. package/dist/css/themes/custom/dsgov/font/WorkSans-Medium.woff +0 -0
  660. package/dist/css/themes/custom/dsgov/font/WorkSans-Medium.woff2 +0 -0
  661. package/dist/css/themes/custom/dsgov/font/WorkSans-MediumItalic.woff +0 -0
  662. package/dist/css/themes/custom/dsgov/font/WorkSans-MediumItalic.woff2 +0 -0
  663. package/dist/css/themes/custom/dsgov/font/WorkSans-Regular.woff +0 -0
  664. package/dist/css/themes/custom/dsgov/font/WorkSans-Regular.woff2 +0 -0
  665. package/dist/css/themes/custom/dsgov/font/WorkSans-SemiBold.woff +0 -0
  666. package/dist/css/themes/custom/dsgov/font/WorkSans-SemiBold.woff2 +0 -0
  667. package/dist/css/themes/custom/dsgov/font/WorkSans-SemiBoldItalic.woff +0 -0
  668. package/dist/css/themes/custom/dsgov/font/WorkSans-SemiBoldItalic.woff2 +0 -0
  669. package/dist/css/themes/custom/dsgov/font/WorkSans-Thin.woff +0 -0
  670. package/dist/css/themes/custom/dsgov/font/WorkSans-Thin.woff2 +0 -0
  671. package/dist/css/themes/custom/dsgov/font/WorkSans-ThinItalic.woff +0 -0
  672. package/dist/css/themes/custom/dsgov/font/WorkSans-ThinItalic.woff2 +0 -0
  673. package/dist/css/themes/custom/dsgov/font/fonts.css +1 -0
  674. package/dist/css/themes/custom/dsgov/font2/fonts.css +1 -0
  675. package/dist/css/themes/custom/dsgov/font2/rawline-100.woff +0 -0
  676. package/dist/css/themes/custom/dsgov/font2/rawline-100i.woff +0 -0
  677. package/dist/css/themes/custom/dsgov/font2/rawline-200.woff +0 -0
  678. package/dist/css/themes/custom/dsgov/font2/rawline-200i.woff +0 -0
  679. package/dist/css/themes/custom/dsgov/font2/rawline-300.woff +0 -0
  680. package/dist/css/themes/custom/dsgov/font2/rawline-300i.woff +0 -0
  681. package/dist/css/themes/custom/dsgov/font2/rawline-400.woff +0 -0
  682. package/dist/css/themes/custom/dsgov/font2/rawline-400i.woff +0 -0
  683. package/dist/css/themes/custom/dsgov/font2/rawline-500.woff +0 -0
  684. package/dist/css/themes/custom/dsgov/font2/rawline-500i.woff +0 -0
  685. package/dist/css/themes/custom/dsgov/font2/rawline-600.woff +0 -0
  686. package/dist/css/themes/custom/dsgov/font2/rawline-600i.woff +0 -0
  687. package/dist/css/themes/custom/dsgov/font2/rawline-700.woff +0 -0
  688. package/dist/css/themes/custom/dsgov/font2/rawline-700i.woff +0 -0
  689. package/dist/css/themes/custom/dsgov/font2/rawline-800.woff +0 -0
  690. package/dist/css/themes/custom/dsgov/font2/rawline-800i.woff +0 -0
  691. package/dist/css/themes/custom/dsgov/font2/rawline-900.woff +0 -0
  692. package/dist/css/themes/custom/dsgov/font2/rawline-900i.woff +0 -0
  693. package/dist/css/themes/custom/dsgov/img/arrow-blue.svg +1 -0
  694. package/dist/css/themes/custom/dsgov/img/cover.jpg +0 -0
  695. package/dist/css/themes/custom/flatly/custom-flatly.min.css +1 -0
  696. package/dist/css/themes/custom/fuse/components_css/alert.css +1 -0
  697. package/dist/css/themes/custom/fuse/components_css/badge.css +1 -0
  698. package/dist/css/themes/custom/fuse/components_css/blockquote.css +1 -0
  699. package/dist/css/themes/custom/fuse/components_css/breadcrumb.css +1 -0
  700. package/dist/css/themes/custom/fuse/components_css/btn.css +1 -0
  701. package/dist/css/themes/custom/fuse/components_css/close.css +1 -0
  702. package/dist/css/themes/custom/fuse/components_css/form.css +1 -0
  703. package/dist/css/themes/custom/fuse/components_css/glyphicon.css +1 -0
  704. package/dist/css/themes/custom/fuse/components_css/hidden.css +1 -0
  705. package/dist/css/themes/custom/fuse/components_css/import_components_css.css +1 -0
  706. package/dist/css/themes/custom/fuse/components_css/list-group.css +1 -0
  707. package/dist/css/themes/custom/fuse/components_css/modal.css +1 -0
  708. package/dist/css/themes/custom/fuse/components_css/navbar.css +1 -0
  709. package/dist/css/themes/custom/fuse/components_css/pager.css +1 -0
  710. package/dist/css/themes/custom/fuse/components_css/pagination.css +1 -0
  711. package/dist/css/themes/custom/fuse/components_css/panel.css +1 -0
  712. package/dist/css/themes/custom/fuse/components_css/popover.css +1 -0
  713. package/dist/css/themes/custom/fuse/components_css/progress.css +1 -0
  714. package/dist/css/themes/custom/fuse/components_css/table.css +1 -0
  715. package/dist/css/themes/custom/fuse/components_css/thumbnail.css +1 -0
  716. package/dist/css/themes/custom/fuse/components_css/tooltip.css +1 -0
  717. package/dist/css/themes/custom/fuse/components_css/type_bootstrap.css +1 -0
  718. package/dist/css/themes/custom/fuse/components_css/well.css +1 -0
  719. package/dist/css/themes/custom/fuse/custom-fuse.min.css +1 -0
  720. package/dist/css/themes/custom/fuse/font/Inter-roman.var.woff2 +0 -0
  721. package/dist/css/themes/custom/fuse/font/font.css +1 -0
  722. package/dist/css/themes/custom/fuse/font/fonts.css +1 -0
  723. package/dist/css/themes/custom/fuse/img/arrow-gray.svg +1 -0
  724. package/dist/css/themes/custom/fuse/img/arrow-white.svg +1 -0
  725. package/dist/css/themes/custom/journal/custom-journal.min.css +1 -0
  726. package/dist/css/themes/custom/lumen/custom-lumen.min.css +1 -0
  727. package/dist/css/themes/custom/material/components_css/crn-button.css +1 -0
  728. package/dist/css/themes/custom/material/components_css/crn-carousel.css +1 -0
  729. package/dist/css/themes/custom/material/components_css/crn-cron-calendar.css +1 -0
  730. package/dist/css/themes/custom/material/components_css/crn-cron-grid.css +1 -0
  731. package/dist/css/themes/custom/material/components_css/crn-enterprise.css +1 -0
  732. package/dist/css/themes/custom/material/components_css/crn-navbar.css +1 -0
  733. package/dist/css/themes/custom/material/components_css/crn-scheduler.css +1 -0
  734. package/dist/css/themes/custom/material/components_css/login.css +1 -0
  735. package/dist/css/themes/custom/material/components_css/ui-notification.css +1 -0
  736. package/dist/css/themes/custom/material/custom-material.css +1 -0
  737. package/dist/css/themes/custom/material_raiz/components_css/crn-button.css +1 -0
  738. package/dist/css/themes/custom/material_raiz/components_css/crn-carousel.css +1 -0
  739. package/dist/css/themes/custom/material_raiz/components_css/crn-cron-calendar.css +1 -0
  740. package/dist/css/themes/custom/material_raiz/components_css/crn-cron-grid.css +1 -0
  741. package/dist/css/themes/custom/material_raiz/components_css/crn-enterprise.css +1 -0
  742. package/dist/css/themes/custom/material_raiz/components_css/crn-navbar.css +1 -0
  743. package/dist/css/themes/custom/material_raiz/components_css/crn-scheduler.css +1 -0
  744. package/dist/css/themes/custom/material_raiz/components_css/login.css +1 -0
  745. package/dist/css/themes/custom/material_raiz/components_css/ui-notification.css +1 -0
  746. package/dist/css/themes/custom/material_raiz/custom-material_raiz.css +1 -0
  747. package/dist/css/themes/custom/navigator/custom-navigator.css +1 -0
  748. package/dist/css/themes/custom/paper/custom-paper.min.css +1 -0
  749. package/dist/css/themes/custom/readable/custom-readable.min.css +1 -0
  750. package/dist/css/themes/custom/sandstone/custom-sandstone.min.css +1 -0
  751. package/dist/css/themes/custom/simplex/custom-simplex.min.css +1 -0
  752. package/dist/css/themes/custom/slate/custom-slate.min.css +1 -0
  753. package/dist/css/themes/custom/spacelab/custom-spacelab.min.css +1 -0
  754. package/dist/css/themes/custom/superhero/custom-superhero.min.css +1 -0
  755. package/dist/css/themes/custom/united/custom-united.min.css +1 -0
  756. package/dist/css/themes/custom/yeti/custom-yeti.min.css +1 -0
  757. package/dist/css/themes/cyborg.min.css +1 -0
  758. package/dist/css/themes/darkly.min.css +1 -0
  759. package/dist/css/themes/dsgov.min.css +1 -0
  760. package/dist/css/themes/flatly.min.css +1 -0
  761. package/dist/css/themes/fuse.min.css +1 -0
  762. package/dist/css/themes/journal.min.css +1 -0
  763. package/dist/css/themes/lumen.min.css +1 -0
  764. package/dist/css/themes/material.min.css +1 -0
  765. package/dist/css/themes/material_raiz.min.css +1 -0
  766. package/dist/css/themes/paper.min.css +1 -0
  767. package/dist/css/themes/readable.min.css +1 -0
  768. package/dist/css/themes/sandstone.min.css +1 -0
  769. package/dist/css/themes/simplex.min.css +1 -0
  770. package/dist/css/themes/slate.min.css +1 -0
  771. package/dist/css/themes/spacelab.min.css +1 -0
  772. package/dist/css/themes/superhero.min.css +1 -0
  773. package/dist/css/themes/united.min.css +1 -0
  774. package/dist/css/themes/yeti.min.css +1 -0
  775. package/dist/i18n/locale_en_us.json +4 -1
  776. package/dist/i18n/locale_pt_br.json +5 -2
  777. package/dist/img/cron-icon/crn-QRCode.svg +1 -0
  778. package/dist/img/cron-icon/crn-accordion.svg +1 -0
  779. package/dist/img/cron-icon/crn-anchor.svg +1 -0
  780. package/dist/img/cron-icon/crn-button.svg +1 -0
  781. package/dist/img/cron-icon/crn-calendar.svg +1 -0
  782. package/dist/img/cron-icon/crn-captcha.svg +1 -0
  783. package/dist/img/cron-icon/crn-carousel.svg +1 -0
  784. package/dist/img/cron-icon/crn-chart.svg +1 -0
  785. package/dist/img/cron-icon/crn-checkbox.svg +1 -0
  786. package/dist/img/cron-icon/crn-combobox-dynamic.svg +1 -0
  787. package/dist/img/cron-icon/crn-combobox.svg +1 -0
  788. package/dist/img/cron-icon/crn-cron-crud.svg +1 -0
  789. package/dist/img/cron-icon/crn-cron-dashboard-viewer.svg +1 -0
  790. package/dist/img/cron-icon/crn-datasource.svg +1 -0
  791. package/dist/img/cron-icon/crn-datepicker.svg +1 -0
  792. package/dist/img/cron-icon/crn-datetimepicker.svg +1 -0
  793. package/dist/img/cron-icon/crn-dynamic-file.svg +1 -0
  794. package/dist/img/cron-icon/crn-dynamic-image.svg +1 -0
  795. package/dist/img/cron-icon/crn-dynamic-menu.svg +1 -0
  796. package/dist/img/cron-icon/crn-eight-four-container.svg +1 -0
  797. package/dist/img/cron-icon/crn-eight-twelve-container.svg +1 -0
  798. package/dist/img/cron-icon/crn-enterprise-autocomplete.svg +1 -0
  799. package/dist/img/cron-icon/crn-enterprise-combobox-multiple.svg +1 -0
  800. package/dist/img/cron-icon/crn-enterprise-combobox.svg +1 -0
  801. package/dist/img/cron-icon/crn-enterprise-dynamic-autocomplete.svg +1 -0
  802. package/dist/img/cron-icon/crn-enterprise-dynamic-combobox.svg +1 -0
  803. package/dist/img/cron-icon/crn-form.svg +1 -0
  804. package/dist/img/cron-icon/crn-four-eight-container.svg +1 -0
  805. package/dist/img/cron-icon/crn-four-twelve-container.svg +1 -0
  806. package/dist/img/cron-icon/crn-frame.svg +1 -0
  807. package/dist/img/cron-icon/crn-grid-table.svg +1 -0
  808. package/dist/img/cron-icon/crn-grid.svg +1 -0
  809. package/dist/img/cron-icon/crn-header.svg +1 -0
  810. package/dist/img/cron-icon/crn-horizontal-container.svg +1 -0
  811. package/dist/img/cron-icon/crn-icon.svg +1 -0
  812. package/dist/img/cron-icon/crn-image.svg +1 -0
  813. package/dist/img/cron-icon/crn-input-password.svg +1 -0
  814. package/dist/img/cron-icon/crn-jumbotron.svg +1 -0
  815. package/dist/img/cron-icon/crn-list.svg +1 -0
  816. package/dist/img/cron-icon/crn-navbar.svg +1 -0
  817. package/dist/img/cron-icon/crn-one-container.svg +1 -0
  818. package/dist/img/cron-icon/crn-ordered-list.svg +1 -0
  819. package/dist/img/cron-icon/crn-ordered-sub-list.svg +1 -0
  820. package/dist/img/cron-icon/crn-panel.svg +1 -0
  821. package/dist/img/cron-icon/crn-radiogroup.svg +1 -0
  822. package/dist/img/cron-icon/crn-rating.svg +1 -0
  823. package/dist/img/cron-icon/crn-report-viewer.svg +1 -0
  824. package/dist/img/cron-icon/crn-rich-editor.svg +1 -0
  825. package/dist/img/cron-icon/crn-scheduler.svg +1 -0
  826. package/dist/img/cron-icon/crn-signature-pad.svg +1 -0
  827. package/dist/img/cron-icon/crn-simple-text.svg +1 -0
  828. package/dist/img/cron-icon/crn-slider.svg +1 -0
  829. package/dist/img/cron-icon/crn-social-login.svg +1 -0
  830. package/dist/img/cron-icon/crn-sub-form.svg +1 -0
  831. package/dist/img/cron-icon/crn-table.svg +1 -0
  832. package/dist/img/cron-icon/crn-tabs.svg +1 -0
  833. package/dist/img/cron-icon/crn-text-component.svg +1 -0
  834. package/dist/img/cron-icon/crn-textarea.svg +1 -0
  835. package/dist/img/cron-icon/crn-textinput.svg +1 -0
  836. package/dist/img/cron-icon/crn-textinputbutton.svg +1 -0
  837. package/dist/img/cron-icon/crn-textinputicon.svg +1 -0
  838. package/dist/img/cron-icon/crn-three-container.svg +1 -0
  839. package/dist/img/cron-icon/crn-three-six-three-container.svg +1 -0
  840. package/dist/img/cron-icon/crn-three-twelve-container.svg +1 -0
  841. package/dist/img/cron-icon/crn-timeline.svg +1 -0
  842. package/dist/img/cron-icon/crn-timepicker.svg +1 -0
  843. package/dist/img/cron-icon/crn-tree-view.svg +1 -0
  844. package/dist/img/cron-icon/crn-two-container.svg +1 -0
  845. package/dist/img/cron-icon/crn-unordered-list.svg +1 -0
  846. package/dist/img/cron-icon/crn-unordered-sub-list.svg +1 -0
  847. package/dist/img/cron-icon/crn-upload.svg +1 -0
  848. package/dist/img/cron-icon/crn-vertical-container.svg +1 -0
  849. package/dist/img/cron-icon/cron-breadrumb.svg +1 -0
  850. package/dist/img/img-user-old.svg +1 -0
  851. package/dist/img/img-user.svg +1 -1
  852. package/dist/img/logo-old.svg +1 -0
  853. package/dist/img/placehold-100x100.png +0 -0
  854. package/dist/img/placehold-900x500.png +0 -0
  855. package/dist/img/web.png +0 -0
  856. package/dist/js/app.js +1 -1
  857. package/dist/js/controllers.js +1 -1
  858. package/dist/js/dashboard/dashboard.service.js +1 -0
  859. package/dist/js/directives.js +1 -1
  860. package/dist/js/reports/reports.service.js +1 -1
  861. package/dist/js/stateProvider.js +1 -1
  862. package/dist/js/upload.service.js +1 -1
  863. package/gulpfile.js +1 -1
  864. package/i18n/locale_en_us.json +4 -1
  865. package/i18n/locale_pt_br.json +5 -2
  866. package/img/cron-icon/crn-QRCode.svg +38 -0
  867. package/img/cron-icon/crn-accordion.svg +25 -0
  868. package/img/cron-icon/crn-anchor.svg +29 -0
  869. package/img/cron-icon/crn-button.svg +24 -0
  870. package/img/cron-icon/crn-calendar.svg +23 -0
  871. package/img/cron-icon/crn-captcha.svg +36 -0
  872. package/img/cron-icon/crn-carousel.svg +26 -0
  873. package/img/cron-icon/crn-chart.svg +19 -0
  874. package/img/cron-icon/crn-checkbox.svg +21 -0
  875. package/img/cron-icon/crn-combobox-dynamic.svg +27 -0
  876. package/img/cron-icon/crn-combobox.svg +24 -0
  877. package/img/cron-icon/crn-cron-crud.svg +28 -0
  878. package/img/cron-icon/crn-cron-dashboard-viewer.svg +18 -0
  879. package/img/cron-icon/crn-datasource.svg +27 -0
  880. package/img/cron-icon/crn-datepicker.svg +35 -0
  881. package/img/cron-icon/crn-datetimepicker.svg +41 -0
  882. package/img/cron-icon/crn-dynamic-file.svg +26 -0
  883. package/img/cron-icon/crn-dynamic-image.svg +25 -0
  884. package/img/cron-icon/crn-dynamic-menu.svg +28 -0
  885. package/img/cron-icon/crn-eight-four-container.svg +18 -0
  886. package/img/cron-icon/crn-enterprise-autocomplete.svg +26 -0
  887. package/img/cron-icon/crn-enterprise-combobox-multiple.svg +21 -0
  888. package/img/cron-icon/crn-enterprise-combobox.svg +24 -0
  889. package/img/cron-icon/crn-enterprise-dynamic-autocomplete.svg +29 -0
  890. package/img/cron-icon/crn-enterprise-dynamic-combobox.svg +27 -0
  891. package/img/cron-icon/crn-form.svg +24 -0
  892. package/img/cron-icon/crn-four-eight-container.svg +20 -0
  893. package/img/cron-icon/crn-frame.svg +30 -0
  894. package/img/cron-icon/crn-grid-table.svg +21 -0
  895. package/img/cron-icon/crn-grid.svg +27 -0
  896. package/img/cron-icon/crn-header.svg +18 -0
  897. package/img/cron-icon/crn-horizontal-container.svg +19 -0
  898. package/img/cron-icon/crn-icon.svg +23 -0
  899. package/img/cron-icon/crn-image.svg +20 -0
  900. package/img/cron-icon/crn-input-password.svg +24 -0
  901. package/img/cron-icon/crn-jumbotron.svg +24 -0
  902. package/img/cron-icon/crn-list.svg +24 -0
  903. package/img/cron-icon/crn-navbar.svg +25 -0
  904. package/img/cron-icon/crn-one-container.svg +17 -0
  905. package/img/cron-icon/crn-ordered-list.svg +44 -0
  906. package/img/cron-icon/crn-ordered-sub-list.svg +42 -0
  907. package/img/cron-icon/crn-panel.svg +21 -0
  908. package/img/cron-icon/crn-radiogroup.svg +25 -0
  909. package/img/cron-icon/crn-rating.svg +20 -0
  910. package/img/cron-icon/crn-report-viewer.svg +24 -0
  911. package/img/cron-icon/crn-rich-editor.svg +22 -0
  912. package/img/cron-icon/crn-scheduler.svg +27 -0
  913. package/img/cron-icon/crn-signature-pad.svg +27 -0
  914. package/img/cron-icon/crn-simple-text.svg +18 -0
  915. package/img/cron-icon/crn-slider.svg +19 -0
  916. package/img/cron-icon/crn-social-login.svg +29 -0
  917. package/img/cron-icon/crn-sub-form.svg +27 -0
  918. package/img/cron-icon/crn-table.svg +20 -0
  919. package/img/cron-icon/crn-tabs.svg +22 -0
  920. package/img/cron-icon/crn-text-component.svg +22 -0
  921. package/img/cron-icon/crn-textarea.svg +22 -0
  922. package/img/cron-icon/crn-textinput.svg +23 -0
  923. package/img/cron-icon/crn-textinputbutton.svg +33 -0
  924. package/img/cron-icon/crn-textinputicon.svg +29 -0
  925. package/img/cron-icon/crn-three-container.svg +21 -0
  926. package/img/cron-icon/crn-three-six-three-container.svg +19 -0
  927. package/img/cron-icon/crn-timeline.svg +29 -0
  928. package/img/cron-icon/crn-timepicker.svg +20 -0
  929. package/img/cron-icon/crn-tree-view.svg +19 -0
  930. package/img/cron-icon/crn-two-container.svg +18 -0
  931. package/img/cron-icon/crn-unordered-list.svg +24 -0
  932. package/img/cron-icon/crn-unordered-sub-list.svg +28 -0
  933. package/img/cron-icon/crn-upload.svg +20 -0
  934. package/img/cron-icon/crn-vertical-container.svg +19 -0
  935. package/img/cron-icon/cron-breadrumb.svg +638 -0
  936. package/img/img-user.svg +10 -1
  937. package/img/placehold-100x100.png +0 -0
  938. package/img/placehold-900x500.png +0 -0
  939. package/img/web.png +0 -0
  940. package/js/app.js +84 -38
  941. package/js/controllers.js +100 -32
  942. package/js/dashboard/dashboard.service.js +297 -0
  943. package/js/directives.js +2672 -2043
  944. package/js/reports/reports.service.js +3 -0
  945. package/js/stateProvider.js +7 -1
  946. package/js/upload.service.js +14 -4
  947. package/package.json +17 -14
  948. package/postupdate.json +34 -5
@@ -0,0 +1,474 @@
1
+ /* theme */
2
+
3
+ .checkbox-theme .k-checkbox:focus+.k-checkbox-label:before,
4
+ .checkbox-theme .k-checkbox:hover+.k-checkbox-label:before,
5
+ .checkbox-theme .k-radio:focus+.k-radio-label:before,
6
+ .checkbox-theme .k-radio:hover+.k-radio-label:before {
7
+ box-shadow: 0 0 5px 0 var(--light-blue);
8
+ border-color: var(--light-blue);
9
+ }
10
+
11
+ .checkbox-theme .k-checkbox:checked+.k-checkbox-label:before,
12
+ .checkbox-theme .k-checkbox:indeterminate+.k-checkbox-label:before {
13
+ border-color: var(--light-blue);
14
+ background-color: var(--light-blue);
15
+ }
16
+
17
+ .checkbox-theme .k-checkbox:checked+.k-checkbox-label:after,
18
+ .checkbox-theme .k-checkbox:indeterminate+.k-checkbox-label:after {
19
+ background-color: var(--blue);
20
+ border-color: var(--light-blue);
21
+ }
22
+
23
+ /* white */
24
+
25
+ .checkbox-white .k-checkbox:focus+.k-checkbox-label:before,
26
+ .checkbox-white .k-checkbox:hover+.k-checkbox-label:before,
27
+ .checkbox-white .k-radio:focus+.k-radio-label:before,
28
+ .checkbox-white .k-radio:hover+.k-radio-label:before {
29
+ box-shadow: 0 0 5px 0 #707070;
30
+ border-color: #707070;
31
+ }
32
+
33
+ .checkbox-white .k-checkbox:checked+.k-checkbox-label:before,
34
+ .checkbox-white .k-checkbox:indeterminate+.k-checkbox-label:before {
35
+ border-color: #707070;
36
+ background-color: #707070;
37
+ }
38
+
39
+ .checkbox-white .k-checkbox:checked+.k-checkbox-label:after,
40
+ .checkbox-white .k-checkbox:indeterminate+.k-checkbox-label:after {
41
+ background-color: var(--white);
42
+ border-color: #707070;
43
+ color: var(--black);
44
+ }
45
+
46
+ /* gray */
47
+
48
+ .checkbox-gray .k-checkbox:focus+.k-checkbox-label:before,
49
+ .checkbox-gray .k-checkbox:hover+.k-checkbox-label:before,
50
+ .checkbox-gray .k-radio:focus+.k-radio-label:before,
51
+ .checkbox-gray .k-radio:hover+.k-radio-label:before {
52
+ box-shadow: 0 0 5px 0 #707070;
53
+ border-color: #707070;
54
+ }
55
+
56
+ .checkbox-gray .k-checkbox:checked+.k-checkbox-label:before,
57
+ .checkbox-gray .k-checkbox:indeterminate+.k-checkbox-label:before {
58
+ border-color: #707070;
59
+ background-color: #707070;
60
+ }
61
+
62
+ .checkbox-gray .k-checkbox:checked+.k-checkbox-label:after,
63
+ .checkbox-gray .k-checkbox:indeterminate+.k-checkbox-label:after {
64
+ background-color: var(--gray);
65
+ border-color: #707070;
66
+ }
67
+
68
+ /* black */
69
+
70
+ .checkbox-black .k-checkbox:focus+.k-checkbox-label:before,
71
+ .checkbox-black .k-checkbox:hover+.k-checkbox-label:before,
72
+ .checkbox-black .k-radio:focus+.k-radio-label:before,
73
+ .checkbox-black .k-radio:hover+.k-radio-label:before {
74
+ box-shadow: 0 0 5px 0 #707070;
75
+ border-color: #707070;
76
+ }
77
+
78
+ .checkbox-black .k-checkbox:checked+.k-checkbox-label:before,
79
+ .checkbox-black .k-checkbox:indeterminate+.k-checkbox-label:before {
80
+ border-color: #707070;
81
+ background-color: #707070;
82
+ }
83
+
84
+ .checkbox-black .k-checkbox:checked+.k-checkbox-label:after,
85
+ .checkbox-black .k-checkbox:indeterminate+.k-checkbox-label:after {
86
+ background-color: var(--black);
87
+ border-color: #707070;
88
+ }
89
+
90
+ /* blue */
91
+
92
+ .checkbox-blue .k-checkbox:focus+.k-checkbox-label:before,
93
+ .checkbox-blue .k-checkbox:hover+.k-checkbox-label:before,
94
+ .checkbox-blue .k-radio:focus+.k-radio-label:before,
95
+ .checkbox-blue .k-radio:hover+.k-radio-label:before {
96
+ box-shadow: 0 0 5px 0 var(--light-blue);
97
+ border-color: var(--light-blue);
98
+ }
99
+
100
+ .checkbox-blue .k-checkbox:checked+.k-checkbox-label:before,
101
+ .checkbox-blue .k-checkbox:indeterminate+.k-checkbox-label:before {
102
+ border-color: var(--light-blue);
103
+ background-color: var(--light-blue);
104
+ }
105
+
106
+ .checkbox-blue .k-checkbox:checked+.k-checkbox-label:after,
107
+ .checkbox-blue .k-checkbox:indeterminate+.k-checkbox-label:after {
108
+ background-color: var(--blue);
109
+ border-color: var(--light-blue);
110
+ }
111
+
112
+ /* light blue */
113
+
114
+ .checkbox-light-blue .k-checkbox:focus+.k-checkbox-label:before,
115
+ .checkbox-light-blue .k-checkbox:hover+.k-checkbox-label:before,
116
+ .checkbox-light-blue .k-radio:focus+.k-radio-label:before,
117
+ .checkbox-light-blue .k-radio:hover+.k-radio-label:before {
118
+ box-shadow: 0 0 5px 0 #3155b8;
119
+ border-color: #3155b8;
120
+ }
121
+
122
+ .checkbox-light-blue .k-checkbox:checked+.k-checkbox-label:before,
123
+ .checkbox-light-blue .k-checkbox:indeterminate+.k-checkbox-label:before {
124
+ border-color: #3155b8;
125
+ background-color: #3155b8;
126
+ }
127
+
128
+ .checkbox-light-blue .k-checkbox:checked+.k-checkbox-label:after,
129
+ .checkbox-light-blue .k-checkbox:indeterminate+.k-checkbox-label:after {
130
+ background-color: var(--light-blue);
131
+ border-color: #3155b8;
132
+ }
133
+
134
+ /* Dark blue */
135
+
136
+ .checkbox-dark-blue .k-checkbox:focus+.k-checkbox-label:before,
137
+ .checkbox-dark-blue .k-checkbox:hover+.k-checkbox-label:before,
138
+ .checkbox-dark-blue .k-radio:focus+.k-radio-label:before,
139
+ .checkbox-dark-blue .k-radio:hover+.k-radio-label:before {
140
+ box-shadow: 0 0 5px 0 #4869c7;
141
+ border-color: #4869c7;
142
+ }
143
+
144
+ .checkbox-dark-blue .k-checkbox:checked+.k-checkbox-label:before,
145
+ .checkbox-dark-blue .k-checkbox:indeterminate+.k-checkbox-label:before {
146
+ border-color: #4869c7;
147
+ background-color: #4869c7;
148
+ }
149
+
150
+ .checkbox-dark-blue .k-checkbox:checked+.k-checkbox-label:after,
151
+ .checkbox-dark-blue .k-checkbox:indeterminate+.k-checkbox-label:after {
152
+ background-color: var(--dark-blue);
153
+ border-color: #4869c7;
154
+ }
155
+
156
+ /* Purple */
157
+
158
+ .checkbox-purple .k-checkbox:focus+.k-checkbox-label:before,
159
+ .checkbox-purple .k-checkbox:hover+.k-checkbox-label:before,
160
+ .checkbox-purple .k-radio:focus+.k-radio-label:before,
161
+ .checkbox-purple .k-radio:hover+.k-radio-label:before {
162
+ box-shadow: 0 0 5px 0 #8645f4;
163
+ border-color: #8645f4;
164
+ }
165
+
166
+ .checkbox-purple .k-checkbox:checked+.k-checkbox-label:before,
167
+ .checkbox-purple .k-checkbox:indeterminate+.k-checkbox-label:before {
168
+ border-color: #8645f4;
169
+ background-color: #8645f4;
170
+ }
171
+
172
+ .checkbox-purple .k-checkbox:checked+.k-checkbox-label:after,
173
+ .checkbox-purple .k-checkbox:indeterminate+.k-checkbox-label:after {
174
+ background-color: var(--purple);
175
+ border-color: #8645f4;
176
+ }
177
+
178
+ /* Light purple */
179
+
180
+ .checkbox-light-purple .k-checkbox:focus+.k-checkbox-label:before,
181
+ .checkbox-light-purple .k-checkbox:hover+.k-checkbox-label:before,
182
+ .checkbox-light-purple .k-radio:focus+.k-radio-label:before,
183
+ .checkbox-light-purple .k-radio:hover+.k-radio-label:before {
184
+ box-shadow: 0 0 5px 0 #6b4ba2;
185
+ border-color: #6b4ba2;
186
+ }
187
+
188
+ .checkbox-light-purple .k-checkbox:checked+.k-checkbox-label:before,
189
+ .checkbox-light-purple .k-checkbox:indeterminate+.k-checkbox-label:before {
190
+ background-color: #6b4ba2;
191
+ }
192
+
193
+ .checkbox-light-purple .k-checkbox:checked+.k-checkbox-label:after,
194
+ .checkbox-light-purple .k-checkbox:indeterminate+.k-checkbox-label:after {
195
+ background-color: var(--light-purple);
196
+ border-color: #6b4ba2;
197
+ }
198
+
199
+ /* dark-purple */
200
+
201
+ .checkbox-dark-purple .k-checkbox:focus+.k-checkbox-label:before,
202
+ .checkbox-dark-purple .k-checkbox:hover+.k-checkbox-label:before,
203
+ .checkbox-dark-purple .k-radio:focus+.k-radio-label:before,
204
+ .checkbox-dark-purple .k-radio:hover+.k-radio-label:before {
205
+ box-shadow: 0 0 5px 0 #6b4ba2;
206
+ border-color: #6b4ba2;
207
+ }
208
+
209
+ .checkbox-dark-purple .k-checkbox:checked+.k-checkbox-label:before,
210
+ .checkbox-dark-purple .k-checkbox:indeterminate+.k-checkbox-label:before {
211
+ background-color: #6b4ba2;
212
+ }
213
+
214
+ .checkbox-dark-purple .k-checkbox:checked+.k-checkbox-label:after,
215
+ .checkbox-dark-purple .k-checkbox:indeterminate+.k-checkbox-label:after {
216
+ background-color: var(--dark-purple);
217
+ border-color: #6b4ba2;
218
+ }
219
+
220
+ /* red */
221
+
222
+ .checkbox-red .k-checkbox:focus+.k-checkbox-label:before,
223
+ .checkbox-red .k-checkbox:hover+.k-checkbox-label:before,
224
+ .checkbox-red .k-radio:focus+.k-radio-label:before,
225
+ .checkbox-red .k-radio:hover+.k-radio-label:before {
226
+ box-shadow: 0 0 5px 0 #680f06;
227
+ border-color: #680f06;
228
+ }
229
+
230
+ .checkbox-red .k-checkbox:checked+.k-checkbox-label:before,
231
+ .checkbox-red .k-checkbox:indeterminate+.k-checkbox-label:before {
232
+ background-color: #680f06;
233
+ }
234
+
235
+ .checkbox-red .k-checkbox:checked+.k-checkbox-label:after,
236
+ .checkbox-red .k-checkbox:indeterminate+.k-checkbox-label:after {
237
+ background-color: var(--red);
238
+ border-color: #680f06;
239
+ }
240
+
241
+ /* light-red */
242
+
243
+ .checkbox-light-red .k-checkbox:focus+.k-checkbox-label:before,
244
+ .checkbox-light-red .k-checkbox:hover+.k-checkbox-label:before,
245
+ .checkbox-light-red .k-radio:focus+.k-radio-label:before,
246
+ .checkbox-light-red .k-radio:hover+.k-radio-label:before {
247
+ box-shadow: 0 0 5px 0 var(--dark-red);
248
+ border-color: var(--dark-red);
249
+ }
250
+
251
+ .checkbox-light-red .k-checkbox:checked+.k-checkbox-label:before,
252
+ .checkbox-light-red .k-checkbox:indeterminate+.k-checkbox-label:before {
253
+ background-color: var(--dark-red);
254
+ }
255
+
256
+ .checkbox-light-red .k-checkbox:checked+.k-checkbox-label:after,
257
+ .checkbox-light-red .k-checkbox:indeterminate+.k-checkbox-label:after {
258
+ background-color: var(--light-red);
259
+ border-color: var(--dark-red);
260
+ }
261
+
262
+ /* dark-red */
263
+
264
+ .checkbox-dark-red .k-checkbox:focus+.k-checkbox-label:before,
265
+ .checkbox-dark-red .k-checkbox:hover+.k-checkbox-label:before,
266
+ .checkbox-dark-red .k-radio:focus+.k-radio-label:before,
267
+ .checkbox-dark-red .k-radio:hover+.k-radio-label:before {
268
+ box-shadow: 0 0 5px 0 var(--light-red);
269
+ border-color: var(--light-red);
270
+ }
271
+
272
+ .checkbox-dark-red .k-checkbox:checked+.k-checkbox-label:before,
273
+ .checkbox-dark-red .k-checkbox:indeterminate+.k-checkbox-label:before {
274
+ background-color: var(--light-red);
275
+ }
276
+
277
+ .checkbox-dark-red .k-checkbox:checked+.k-checkbox-label:after,
278
+ .checkbox-dark-red .k-checkbox:indeterminate+.k-checkbox-label:after {
279
+ background-color: var(--dark-red);
280
+ border-color: var(--light-red);
281
+ }
282
+
283
+ /* orange */
284
+
285
+ .checkbox-orange .k-checkbox:focus+.k-checkbox-label:before,
286
+ .checkbox-orange .k-checkbox:hover+.k-checkbox-label:before,
287
+ .checkbox-orange .k-radio:focus+.k-radio-label:before,
288
+ .checkbox-orange .k-radio:hover+.k-radio-label:before {
289
+ box-shadow: 0 0 5px 0 var(--light-orange);
290
+ border-color: var(--light-orange);
291
+ }
292
+
293
+ .checkbox-orange .k-checkbox:checked+.k-checkbox-label:before,
294
+ .checkbox-orange .k-checkbox:indeterminate+.k-checkbox-label:before {
295
+ background-color: var(--light-orange);
296
+ }
297
+
298
+ .checkbox-orange .k-checkbox:checked+.k-checkbox-label:after,
299
+ .checkbox-orange .k-checkbox:indeterminate+.k-checkbox-label:after {
300
+ background-color: var(--orange);
301
+ border-color: var(--light-orange);
302
+ }
303
+
304
+ /* light-orange */
305
+
306
+ .checkbox-light-orange .k-checkbox:focus+.k-checkbox-label:before,
307
+ .checkbox-light-orange .k-checkbox:hover+.k-checkbox-label:before,
308
+ .checkbox-light-orange .k-radio:focus+.k-radio-label:before,
309
+ .checkbox-light-orange .k-radio:hover+.k-radio-label:before {
310
+ box-shadow: 0 0 5px 0 var(--dark-orange);
311
+ border-color: var(--dark-orange);
312
+ }
313
+
314
+ .checkbox-light-orange .k-checkbox:checked+.k-checkbox-label:before,
315
+ .checkbox-light-orange .k-checkbox:indeterminate+.k-checkbox-label:before {
316
+ background-color: var(--dark-orange);
317
+ }
318
+
319
+ .checkbox-light-orange .k-checkbox:checked+.k-checkbox-label:after,
320
+ .checkbox-light-orange .k-checkbox:indeterminate+.k-checkbox-label:after {
321
+ background-color: var(--light-orange);
322
+ border-color: var(--dark-orange);
323
+ color: #492b10;
324
+ }
325
+
326
+ /* dark-orange */
327
+
328
+ .checkbox-dark-orange .k-checkbox:focus+.k-checkbox-label:before,
329
+ .checkbox-dark-orange .k-checkbox:hover+.k-checkbox-label:before,
330
+ .checkbox-dark-orange .k-radio:focus+.k-radio-label:before,
331
+ .checkbox-dark-orange .k-radio:hover+.k-radio-label:before {
332
+ box-shadow: 0 0 5px 0 #cd9946;
333
+ border-color: #cd9946;
334
+ }
335
+
336
+ .checkbox-dark-orange .k-checkbox:checked+.k-checkbox-label:before,
337
+ .checkbox-dark-orange .k-checkbox:indeterminate+.k-checkbox-label:before {
338
+ background-color: #cd9946;
339
+ }
340
+
341
+ .checkbox-dark-orange .k-checkbox:checked+.k-checkbox-label:after,
342
+ .checkbox-dark-orange .k-checkbox:indeterminate+.k-checkbox-label:after {
343
+ background-color: var(--dark-orange);
344
+ border-color: #cd9946;
345
+ }
346
+
347
+ /* yellow */
348
+
349
+ .checkbox-yellow .k-checkbox:focus+.k-checkbox-label:before,
350
+ .checkbox-yellow .k-checkbox:hover+.k-checkbox-label:before,
351
+ .checkbox-yellow .k-radio:focus+.k-radio-label:before,
352
+ .checkbox-yellow .k-radio:hover+.k-radio-label:before {
353
+ box-shadow: 0 0 5px 0 var(--dark-yellow);
354
+ border-color: var(--dark-yellow);
355
+ }
356
+
357
+ .checkbox-yellow .k-checkbox:checked+.k-checkbox-label:before,
358
+ .checkbox-yellow .k-checkbox:indeterminate+.k-checkbox-label:before {
359
+ background-color: var(--dark-yellow);
360
+ }
361
+
362
+ .checkbox-yellow .k-checkbox:checked+.k-checkbox-label:after,
363
+ .checkbox-yellow .k-checkbox:indeterminate+.k-checkbox-label:after {
364
+ background-color: var(--yellow);
365
+ border-color: var(--dark-yellow);
366
+ color: #474432;
367
+ }
368
+
369
+ /* light-yellow */
370
+
371
+ .checkbox-light-yellow .k-checkbox:focus+.k-checkbox-label:before,
372
+ .checkbox-light-yellow .k-checkbox:hover+.k-checkbox-label:before,
373
+ .checkbox-light-yellow .k-radio:focus+.k-radio-label:before,
374
+ .checkbox-light-yellow .k-radio:hover+.k-radio-label:before {
375
+ box-shadow: 0 0 5px 0 var(--dark-yellow);
376
+ border-color: var(--dark-yellow);
377
+ }
378
+
379
+ .checkbox-light-yellow .k-checkbox:checked+.k-checkbox-label:before,
380
+ .checkbox-light-yellow .k-checkbox:indeterminate+.k-checkbox-label:before {
381
+ background-color: var(--dark-yellow);
382
+ }
383
+
384
+ .checkbox-light-yellow .k-checkbox:checked+.k-checkbox-label:after,
385
+ .checkbox-light-yellow .k-checkbox:indeterminate+.k-checkbox-label:after {
386
+ background-color: var(--light-yellow);
387
+ border-color: var(--dark-yellow);
388
+ color: #474432;
389
+ }
390
+
391
+ /* dark-yellow */
392
+
393
+ .checkbox-dark-yellow .k-checkbox:focus+.k-checkbox-label:before,
394
+ .checkbox-dark-yellow .k-checkbox:hover+.k-checkbox-label:before,
395
+ .checkbox-dark-yellow .k-radio:focus+.k-radio-label:before,
396
+ .checkbox-dark-yellow .k-radio:hover+.k-radio-label:before {
397
+ box-shadow: 0 0 5px 0 #dddd7c;
398
+ border-color: #dddd7c;
399
+ }
400
+
401
+ .checkbox-dark-yellow .k-checkbox:checked+.k-checkbox-label:before,
402
+ .checkbox-dark-yellow .k-checkbox:indeterminate+.k-checkbox-label:before {
403
+ background-color: #dddd7c;
404
+ }
405
+
406
+ .checkbox-dark-yellow .k-checkbox:checked+.k-checkbox-label:after,
407
+ .checkbox-dark-yellow .k-checkbox:indeterminate+.k-checkbox-label:after {
408
+ background-color: var(--dark-yellow);
409
+ border-color: #dddd7c;
410
+ }
411
+
412
+ /* green */
413
+
414
+ .checkbox-green .k-checkbox:focus+.k-checkbox-label:before,
415
+ .checkbox-green .k-checkbox:hover+.k-checkbox-label:before,
416
+ .checkbox-green .k-radio:focus+.k-radio-label:before,
417
+ .checkbox-green .k-radio:hover+.k-radio-label:before {
418
+ box-shadow: 0 0 5px 0 #24470c;
419
+ border-color: #24470c;
420
+ }
421
+
422
+ .checkbox-green .k-checkbox:checked+.k-checkbox-label:before,
423
+ .checkbox-green .k-checkbox:indeterminate+.k-checkbox-label:before {
424
+ background-color: #24470c;
425
+ }
426
+
427
+ .checkbox-green .k-checkbox:checked+.k-checkbox-label:after,
428
+ .checkbox-green .k-checkbox:indeterminate+.k-checkbox-label:after {
429
+ background-color: var(--green);
430
+ border-color: #24470c;
431
+ }
432
+
433
+ /* light-green */
434
+
435
+ .checkbox-light-green .k-checkbox:focus+.k-checkbox-label:before,
436
+ .checkbox-light-green .k-checkbox:hover+.k-checkbox-label:before,
437
+ .checkbox-light-green .k-radio:focus+.k-radio-label:before,
438
+ .checkbox-light-green .k-radio:hover+.k-radio-label:before {
439
+ box-shadow: 0 0 5px 0 var(--dark-green);
440
+ border-color: var(--dark-green);
441
+ }
442
+
443
+ .checkbox-light-green .k-checkbox:checked+.k-checkbox-label:before,
444
+ .checkbox-light-green .k-checkbox:indeterminate+.k-checkbox-label:before {
445
+ background-color: var(--dark-green);
446
+ }
447
+
448
+ .checkbox-light-green .k-checkbox:checked+.k-checkbox-label:after,
449
+ .checkbox-light-green .k-checkbox:indeterminate+.k-checkbox-label:after {
450
+ background-color: var(--light-green);
451
+ border-color: var(--dark-green);
452
+ color: #24470c;
453
+ }
454
+
455
+ /* dark-green */
456
+
457
+ .checkbox-dark-green .k-checkbox:focus+.k-checkbox-label:before,
458
+ .checkbox-dark-green .k-checkbox:hover+.k-checkbox-label:before,
459
+ .checkbox-dark-green .k-radio:focus+.k-radio-label:before,
460
+ .checkbox-dark-green .k-radio:hover+.k-radio-label:before {
461
+ box-shadow: 0 0 5px 0 #66B032;
462
+ border-color: #66B032;
463
+ }
464
+
465
+ .checkbox-dark-green .k-checkbox:checked+.k-checkbox-label:before,
466
+ .checkbox-dark-green .k-checkbox:indeterminate+.k-checkbox-label:before {
467
+ background-color: #66B032;
468
+ }
469
+
470
+ .checkbox-dark-green .k-checkbox:checked+.k-checkbox-label:after,
471
+ .checkbox-dark-green .k-checkbox:indeterminate+.k-checkbox-label:after {
472
+ background-color: var(--dark-green);
473
+ border-color: #66B032;
474
+ }
@@ -0,0 +1,113 @@
1
+ @import 'checkbox-color.css';
2
+ @import 'combobox-color.css';
3
+ @import 'option-color.css';
4
+ @import 'designtime.css';
5
+ @import 'font-size.css';
6
+
7
+ :root {
8
+ --white: #ffffff;
9
+ --gray: #333333;
10
+ --black: #000000;
11
+ --blue: #0247FE;
12
+ --light-blue: #85A5FF;
13
+ --dark-blue: #00217A;
14
+ --purple: #3D01A4;
15
+ --light-purple: #B285FF;
16
+ --dark-purple: #2D007A;
17
+ --red: #FE2712;
18
+ --light-red: #FE8F84;
19
+ --dark-red: #7A0B00;
20
+ --orange: #FB9B02;
21
+ --light-orange: #FFD085;
22
+ --dark-orange: #7A4B00;
23
+ --yellow: #FFFF33;
24
+ --light-yellow: #FFFF85;
25
+ --dark-yellow: #7A7A00;
26
+ --green: #66B032;
27
+ --light-green: #B7FF85;
28
+ --dark-green: #337A00;
29
+ }
30
+
31
+ .color-white {
32
+ color: var(--white);
33
+ }
34
+
35
+ .color-gray {
36
+ color: var(--gray);
37
+ }
38
+
39
+ .color-black {
40
+ color: var(--black);
41
+ }
42
+
43
+ .color-blue {
44
+ color: var(--blue);
45
+ }
46
+
47
+ .color-light-blue {
48
+ color: var(--light-blue);
49
+ }
50
+
51
+ .color-dark-blue {
52
+ color: var(--dark-blue);
53
+ }
54
+
55
+ .color-purple {
56
+ color: var(--purple);
57
+ }
58
+
59
+ .color-light-purple {
60
+ color: var(--light-purple);
61
+ }
62
+
63
+ .color-dark-purple {
64
+ color: var(--dark-purple);
65
+ }
66
+
67
+ .color-red {
68
+ color: var(--red);
69
+ }
70
+
71
+ .color-light-red {
72
+ color: var(--light-red);
73
+ }
74
+
75
+ .color-dark-red {
76
+ color: var(--dark-red);
77
+ }
78
+
79
+ .color-orange {
80
+ color: var(--orange);
81
+ }
82
+
83
+ .color-light-orange {
84
+ color: var(--light-orange);
85
+ }
86
+
87
+ .color-dark-orange {
88
+ color: var(--dark-orange);
89
+ }
90
+
91
+ .color-yellow {
92
+ color: var(--yellow);
93
+ }
94
+
95
+ .color-light-yellow {
96
+ color: var(--light-yellow);
97
+ }
98
+
99
+ .color-dark-yellow {
100
+ color: var(--dark-yellow);
101
+ }
102
+
103
+ .color-green {
104
+ color: var(--green);
105
+ }
106
+
107
+ .color-light-green {
108
+ color: var(--light-green);
109
+ }
110
+
111
+ .color-dark-green {
112
+ color: var(--dark-green);
113
+ }