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,1066 @@
1
+ @font-face {
2
+ font-family: 'Glyphicons Halflings';
3
+ src: url('../fonts/glyphicons-halflings-regular.eot');
4
+ src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
5
+ }
6
+
7
+ .glyphicon {
8
+ position: relative;
9
+ top: 1px;
10
+ display: inline-block;
11
+ font-family: 'Glyphicons Halflings';
12
+ font-style: normal;
13
+ font-weight: normal;
14
+ line-height: 1;
15
+ -webkit-font-smoothing: antialiased;
16
+ -moz-osx-font-smoothing: grayscale;
17
+ }
18
+
19
+ .glyphicon-asterisk:before {
20
+ content: "\002a";
21
+ }
22
+
23
+ .glyphicon-plus:before {
24
+ content: "\002b";
25
+ }
26
+
27
+ .glyphicon-euro:before,
28
+ .glyphicon-eur:before {
29
+ content: "\20ac";
30
+ }
31
+
32
+ .glyphicon-minus:before {
33
+ content: "\2212";
34
+ }
35
+
36
+ .glyphicon-cloud:before {
37
+ content: "\2601";
38
+ }
39
+
40
+ .glyphicon-envelope:before {
41
+ content: "\2709";
42
+ }
43
+
44
+ .glyphicon-pencil:before {
45
+ content: "\270f";
46
+ }
47
+
48
+ .glyphicon-glass:before {
49
+ content: "\e001";
50
+ }
51
+
52
+ .glyphicon-music:before {
53
+ content: "\e002";
54
+ }
55
+
56
+ .glyphicon-search:before {
57
+ content: "\e003";
58
+ }
59
+
60
+ .glyphicon-heart:before {
61
+ content: "\e005";
62
+ }
63
+
64
+ .glyphicon-star:before {
65
+ content: "\e006";
66
+ }
67
+
68
+ .glyphicon-star-empty:before {
69
+ content: "\e007";
70
+ }
71
+
72
+ .glyphicon-user:before {
73
+ content: "\e008";
74
+ }
75
+
76
+ .glyphicon-film:before {
77
+ content: "\e009";
78
+ }
79
+
80
+ .glyphicon-th-large:before {
81
+ content: "\e010";
82
+ }
83
+
84
+ .glyphicon-th:before {
85
+ content: "\e011";
86
+ }
87
+
88
+ .glyphicon-th-list:before {
89
+ content: "\e012";
90
+ }
91
+
92
+ .glyphicon-ok:before {
93
+ content: "\e013";
94
+ }
95
+
96
+ .glyphicon-remove:before {
97
+ content: "\e014";
98
+ }
99
+
100
+ .glyphicon-zoom-in:before {
101
+ content: "\e015";
102
+ }
103
+
104
+ .glyphicon-zoom-out:before {
105
+ content: "\e016";
106
+ }
107
+
108
+ .glyphicon-off:before {
109
+ content: "\e017";
110
+ }
111
+
112
+ .glyphicon-signal:before {
113
+ content: "\e018";
114
+ }
115
+
116
+ .glyphicon-cog:before {
117
+ content: "\e019";
118
+ }
119
+
120
+ .glyphicon-trash:before {
121
+ content: "\e020";
122
+ }
123
+
124
+ .glyphicon-home:before {
125
+ content: "\e021";
126
+ }
127
+
128
+ .glyphicon-file:before {
129
+ content: "\e022";
130
+ }
131
+
132
+ .glyphicon-time:before {
133
+ content: "\e023";
134
+ }
135
+
136
+ .glyphicon-road:before {
137
+ content: "\e024";
138
+ }
139
+
140
+ .glyphicon-download-alt:before {
141
+ content: "\e025";
142
+ }
143
+
144
+ .glyphicon-download:before {
145
+ content: "\e026";
146
+ }
147
+
148
+ .glyphicon-upload:before {
149
+ content: "\e027";
150
+ }
151
+
152
+ .glyphicon-inbox:before {
153
+ content: "\e028";
154
+ }
155
+
156
+ .glyphicon-play-circle:before {
157
+ content: "\e029";
158
+ }
159
+
160
+ .glyphicon-repeat:before {
161
+ content: "\e030";
162
+ }
163
+
164
+ .glyphicon-refresh:before {
165
+ content: "\e031";
166
+ }
167
+
168
+ .glyphicon-list-alt:before {
169
+ content: "\e032";
170
+ }
171
+
172
+ .glyphicon-lock:before {
173
+ content: "\e033";
174
+ }
175
+
176
+ .glyphicon-flag:before {
177
+ content: "\e034";
178
+ }
179
+
180
+ .glyphicon-headphones:before {
181
+ content: "\e035";
182
+ }
183
+
184
+ .glyphicon-volume-off:before {
185
+ content: "\e036";
186
+ }
187
+
188
+ .glyphicon-volume-down:before {
189
+ content: "\e037";
190
+ }
191
+
192
+ .glyphicon-volume-up:before {
193
+ content: "\e038";
194
+ }
195
+
196
+ .glyphicon-qrcode:before {
197
+ content: "\e039";
198
+ }
199
+
200
+ .glyphicon-barcode:before {
201
+ content: "\e040";
202
+ }
203
+
204
+ .glyphicon-tag:before {
205
+ content: "\e041";
206
+ }
207
+
208
+ .glyphicon-tags:before {
209
+ content: "\e042";
210
+ }
211
+
212
+ .glyphicon-book:before {
213
+ content: "\e043";
214
+ }
215
+
216
+ .glyphicon-bookmark:before {
217
+ content: "\e044";
218
+ }
219
+
220
+ .glyphicon-print:before {
221
+ content: "\e045";
222
+ }
223
+
224
+ .glyphicon-camera:before {
225
+ content: "\e046";
226
+ }
227
+
228
+ .glyphicon-font:before {
229
+ content: "\e047";
230
+ }
231
+
232
+ .glyphicon-bold:before {
233
+ content: "\e048";
234
+ }
235
+
236
+ .glyphicon-italic:before {
237
+ content: "\e049";
238
+ }
239
+
240
+ .glyphicon-text-height:before {
241
+ content: "\e050";
242
+ }
243
+
244
+ .glyphicon-text-width:before {
245
+ content: "\e051";
246
+ }
247
+
248
+ .glyphicon-align-left:before {
249
+ content: "\e052";
250
+ }
251
+
252
+ .glyphicon-align-center:before {
253
+ content: "\e053";
254
+ }
255
+
256
+ .glyphicon-align-right:before {
257
+ content: "\e054";
258
+ }
259
+
260
+ .glyphicon-align-justify:before {
261
+ content: "\e055";
262
+ }
263
+
264
+ .glyphicon-list:before {
265
+ content: "\e056";
266
+ }
267
+
268
+ .glyphicon-indent-left:before {
269
+ content: "\e057";
270
+ }
271
+
272
+ .glyphicon-indent-right:before {
273
+ content: "\e058";
274
+ }
275
+
276
+ .glyphicon-facetime-video:before {
277
+ content: "\e059";
278
+ }
279
+
280
+ .glyphicon-picture:before {
281
+ content: "\e060";
282
+ }
283
+
284
+ .glyphicon-map-marker:before {
285
+ content: "\e062";
286
+ }
287
+
288
+ .glyphicon-adjust:before {
289
+ content: "\e063";
290
+ }
291
+
292
+ .glyphicon-tint:before {
293
+ content: "\e064";
294
+ }
295
+
296
+ .glyphicon-edit:before {
297
+ content: "\e065";
298
+ }
299
+
300
+ .glyphicon-share:before {
301
+ content: "\e066";
302
+ }
303
+
304
+ .glyphicon-check:before {
305
+ content: "\e067";
306
+ }
307
+
308
+ .glyphicon-move:before {
309
+ content: "\e068";
310
+ }
311
+
312
+ .glyphicon-step-backward:before {
313
+ content: "\e069";
314
+ }
315
+
316
+ .glyphicon-fast-backward:before {
317
+ content: "\e070";
318
+ }
319
+
320
+ .glyphicon-backward:before {
321
+ content: "\e071";
322
+ }
323
+
324
+ .glyphicon-play:before {
325
+ content: "\e072";
326
+ }
327
+
328
+ .glyphicon-pause:before {
329
+ content: "\e073";
330
+ }
331
+
332
+ .glyphicon-stop:before {
333
+ content: "\e074";
334
+ }
335
+
336
+ .glyphicon-forward:before {
337
+ content: "\e075";
338
+ }
339
+
340
+ .glyphicon-fast-forward:before {
341
+ content: "\e076";
342
+ }
343
+
344
+ .glyphicon-step-forward:before {
345
+ content: "\e077";
346
+ }
347
+
348
+ .glyphicon-eject:before {
349
+ content: "\e078";
350
+ }
351
+
352
+ .glyphicon-chevron-left:before {
353
+ content: "\e079";
354
+ }
355
+
356
+ .glyphicon-chevron-right:before {
357
+ content: "\e080";
358
+ }
359
+
360
+ .glyphicon-plus-sign:before {
361
+ content: "\e081";
362
+ }
363
+
364
+ .glyphicon-minus-sign:before {
365
+ content: "\e082";
366
+ }
367
+
368
+ .glyphicon-remove-sign:before {
369
+ content: "\e083";
370
+ }
371
+
372
+ .glyphicon-ok-sign:before {
373
+ content: "\e084";
374
+ }
375
+
376
+ .glyphicon-question-sign:before {
377
+ content: "\e085";
378
+ }
379
+
380
+ .glyphicon-info-sign:before {
381
+ content: "\e086";
382
+ }
383
+
384
+ .glyphicon-screenshot:before {
385
+ content: "\e087";
386
+ }
387
+
388
+ .glyphicon-remove-circle:before {
389
+ content: "\e088";
390
+ }
391
+
392
+ .glyphicon-ok-circle:before {
393
+ content: "\e089";
394
+ }
395
+
396
+ .glyphicon-ban-circle:before {
397
+ content: "\e090";
398
+ }
399
+
400
+ .glyphicon-arrow-left:before {
401
+ content: "\e091";
402
+ }
403
+
404
+ .glyphicon-arrow-right:before {
405
+ content: "\e092";
406
+ }
407
+
408
+ .glyphicon-arrow-up:before {
409
+ content: "\e093";
410
+ }
411
+
412
+ .glyphicon-arrow-down:before {
413
+ content: "\e094";
414
+ }
415
+
416
+ .glyphicon-share-alt:before {
417
+ content: "\e095";
418
+ }
419
+
420
+ .glyphicon-resize-full:before {
421
+ content: "\e096";
422
+ }
423
+
424
+ .glyphicon-resize-small:before {
425
+ content: "\e097";
426
+ }
427
+
428
+ .glyphicon-exclamation-sign:before {
429
+ content: "\e101";
430
+ }
431
+
432
+ .glyphicon-gift:before {
433
+ content: "\e102";
434
+ }
435
+
436
+ .glyphicon-leaf:before {
437
+ content: "\e103";
438
+ }
439
+
440
+ .glyphicon-fire:before {
441
+ content: "\e104";
442
+ }
443
+
444
+ .glyphicon-eye-open:before {
445
+ content: "\e105";
446
+ }
447
+
448
+ .glyphicon-eye-close:before {
449
+ content: "\e106";
450
+ }
451
+
452
+ .glyphicon-warning-sign:before {
453
+ content: "\e107";
454
+ }
455
+
456
+ .glyphicon-plane:before {
457
+ content: "\e108";
458
+ }
459
+
460
+ .glyphicon-calendar:before {
461
+ content: "\e109";
462
+ }
463
+
464
+ .glyphicon-random:before {
465
+ content: "\e110";
466
+ }
467
+
468
+ .glyphicon-comment:before {
469
+ content: "\e111";
470
+ }
471
+
472
+ .glyphicon-magnet:before {
473
+ content: "\e112";
474
+ }
475
+
476
+ .glyphicon-chevron-up:before {
477
+ content: "\e113";
478
+ }
479
+
480
+ .glyphicon-chevron-down:before {
481
+ content: "\e114";
482
+ }
483
+
484
+ .glyphicon-retweet:before {
485
+ content: "\e115";
486
+ }
487
+
488
+ .glyphicon-shopping-cart:before {
489
+ content: "\e116";
490
+ }
491
+
492
+ .glyphicon-folder-close:before {
493
+ content: "\e117";
494
+ }
495
+
496
+ .glyphicon-folder-open:before {
497
+ content: "\e118";
498
+ }
499
+
500
+ .glyphicon-resize-vertical:before {
501
+ content: "\e119";
502
+ }
503
+
504
+ .glyphicon-resize-horizontal:before {
505
+ content: "\e120";
506
+ }
507
+
508
+ .glyphicon-hdd:before {
509
+ content: "\e121";
510
+ }
511
+
512
+ .glyphicon-bullhorn:before {
513
+ content: "\e122";
514
+ }
515
+
516
+ .glyphicon-bell:before {
517
+ content: "\e123";
518
+ }
519
+
520
+ .glyphicon-certificate:before {
521
+ content: "\e124";
522
+ }
523
+
524
+ .glyphicon-thumbs-up:before {
525
+ content: "\e125";
526
+ }
527
+
528
+ .glyphicon-thumbs-down:before {
529
+ content: "\e126";
530
+ }
531
+
532
+ .glyphicon-hand-right:before {
533
+ content: "\e127";
534
+ }
535
+
536
+ .glyphicon-hand-left:before {
537
+ content: "\e128";
538
+ }
539
+
540
+ .glyphicon-hand-up:before {
541
+ content: "\e129";
542
+ }
543
+
544
+ .glyphicon-hand-down:before {
545
+ content: "\e130";
546
+ }
547
+
548
+ .glyphicon-circle-arrow-right:before {
549
+ content: "\e131";
550
+ }
551
+
552
+ .glyphicon-circle-arrow-left:before {
553
+ content: "\e132";
554
+ }
555
+
556
+ .glyphicon-circle-arrow-up:before {
557
+ content: "\e133";
558
+ }
559
+
560
+ .glyphicon-circle-arrow-down:before {
561
+ content: "\e134";
562
+ }
563
+
564
+ .glyphicon-globe:before {
565
+ content: "\e135";
566
+ }
567
+
568
+ .glyphicon-wrench:before {
569
+ content: "\e136";
570
+ }
571
+
572
+ .glyphicon-tasks:before {
573
+ content: "\e137";
574
+ }
575
+
576
+ .glyphicon-filter:before {
577
+ content: "\e138";
578
+ }
579
+
580
+ .glyphicon-briefcase:before {
581
+ content: "\e139";
582
+ }
583
+
584
+ .glyphicon-fullscreen:before {
585
+ content: "\e140";
586
+ }
587
+
588
+ .glyphicon-dashboard:before {
589
+ content: "\e141";
590
+ }
591
+
592
+ .glyphicon-paperclip:before {
593
+ content: "\e142";
594
+ }
595
+
596
+ .glyphicon-heart-empty:before {
597
+ content: "\e143";
598
+ }
599
+
600
+ .glyphicon-link:before {
601
+ content: "\e144";
602
+ }
603
+
604
+ .glyphicon-phone:before {
605
+ content: "\e145";
606
+ }
607
+
608
+ .glyphicon-pushpin:before {
609
+ content: "\e146";
610
+ }
611
+
612
+ .glyphicon-usd:before {
613
+ content: "\e148";
614
+ }
615
+
616
+ .glyphicon-gbp:before {
617
+ content: "\e149";
618
+ }
619
+
620
+ .glyphicon-sort:before {
621
+ content: "\e150";
622
+ }
623
+
624
+ .glyphicon-sort-by-alphabet:before {
625
+ content: "\e151";
626
+ }
627
+
628
+ .glyphicon-sort-by-alphabet-alt:before {
629
+ content: "\e152";
630
+ }
631
+
632
+ .glyphicon-sort-by-order:before {
633
+ content: "\e153";
634
+ }
635
+
636
+ .glyphicon-sort-by-order-alt:before {
637
+ content: "\e154";
638
+ }
639
+
640
+ .glyphicon-sort-by-attributes:before {
641
+ content: "\e155";
642
+ }
643
+
644
+ .glyphicon-sort-by-attributes-alt:before {
645
+ content: "\e156";
646
+ }
647
+
648
+ .glyphicon-unchecked:before {
649
+ content: "\e157";
650
+ }
651
+
652
+ .glyphicon-expand:before {
653
+ content: "\e158";
654
+ }
655
+
656
+ .glyphicon-collapse-down:before {
657
+ content: "\e159";
658
+ }
659
+
660
+ .glyphicon-collapse-up:before {
661
+ content: "\e160";
662
+ }
663
+
664
+ .glyphicon-log-in:before {
665
+ content: "\e161";
666
+ }
667
+
668
+ .glyphicon-flash:before {
669
+ content: "\e162";
670
+ }
671
+
672
+ .glyphicon-log-out:before {
673
+ content: "\e163";
674
+ }
675
+
676
+ .glyphicon-new-window:before {
677
+ content: "\e164";
678
+ }
679
+
680
+ .glyphicon-record:before {
681
+ content: "\e165";
682
+ }
683
+
684
+ .glyphicon-save:before {
685
+ content: "\e166";
686
+ }
687
+
688
+ .glyphicon-open:before {
689
+ content: "\e167";
690
+ }
691
+
692
+ .glyphicon-saved:before {
693
+ content: "\e168";
694
+ }
695
+
696
+ .glyphicon-import:before {
697
+ content: "\e169";
698
+ }
699
+
700
+ .glyphicon-export:before {
701
+ content: "\e170";
702
+ }
703
+
704
+ .glyphicon-send:before {
705
+ content: "\e171";
706
+ }
707
+
708
+ .glyphicon-floppy-disk:before {
709
+ content: "\e172";
710
+ }
711
+
712
+ .glyphicon-floppy-saved:before {
713
+ content: "\e173";
714
+ }
715
+
716
+ .glyphicon-floppy-remove:before {
717
+ content: "\e174";
718
+ }
719
+
720
+ .glyphicon-floppy-save:before {
721
+ content: "\e175";
722
+ }
723
+
724
+ .glyphicon-floppy-open:before {
725
+ content: "\e176";
726
+ }
727
+
728
+ .glyphicon-credit-card:before {
729
+ content: "\e177";
730
+ }
731
+
732
+ .glyphicon-transfer:before {
733
+ content: "\e178";
734
+ }
735
+
736
+ .glyphicon-cutlery:before {
737
+ content: "\e179";
738
+ }
739
+
740
+ .glyphicon-header:before {
741
+ content: "\e180";
742
+ }
743
+
744
+ .glyphicon-compressed:before {
745
+ content: "\e181";
746
+ }
747
+
748
+ .glyphicon-earphone:before {
749
+ content: "\e182";
750
+ }
751
+
752
+ .glyphicon-phone-alt:before {
753
+ content: "\e183";
754
+ }
755
+
756
+ .glyphicon-tower:before {
757
+ content: "\e184";
758
+ }
759
+
760
+ .glyphicon-stats:before {
761
+ content: "\e185";
762
+ }
763
+
764
+ .glyphicon-sd-video:before {
765
+ content: "\e186";
766
+ }
767
+
768
+ .glyphicon-hd-video:before {
769
+ content: "\e187";
770
+ }
771
+
772
+ .glyphicon-subtitles:before {
773
+ content: "\e188";
774
+ }
775
+
776
+ .glyphicon-sound-stereo:before {
777
+ content: "\e189";
778
+ }
779
+
780
+ .glyphicon-sound-dolby:before {
781
+ content: "\e190";
782
+ }
783
+
784
+ .glyphicon-sound-5-1:before {
785
+ content: "\e191";
786
+ }
787
+
788
+ .glyphicon-sound-6-1:before {
789
+ content: "\e192";
790
+ }
791
+
792
+ .glyphicon-sound-7-1:before {
793
+ content: "\e193";
794
+ }
795
+
796
+ .glyphicon-copyright-mark:before {
797
+ content: "\e194";
798
+ }
799
+
800
+ .glyphicon-registration-mark:before {
801
+ content: "\e195";
802
+ }
803
+
804
+ .glyphicon-cloud-download:before {
805
+ content: "\e197";
806
+ }
807
+
808
+ .glyphicon-cloud-upload:before {
809
+ content: "\e198";
810
+ }
811
+
812
+ .glyphicon-tree-conifer:before {
813
+ content: "\e199";
814
+ }
815
+
816
+ .glyphicon-tree-deciduous:before {
817
+ content: "\e200";
818
+ }
819
+
820
+ .glyphicon-cd:before {
821
+ content: "\e201";
822
+ }
823
+
824
+ .glyphicon-save-file:before {
825
+ content: "\e202";
826
+ }
827
+
828
+ .glyphicon-open-file:before {
829
+ content: "\e203";
830
+ }
831
+
832
+ .glyphicon-level-up:before {
833
+ content: "\e204";
834
+ }
835
+
836
+ .glyphicon-copy:before {
837
+ content: "\e205";
838
+ }
839
+
840
+ .glyphicon-paste:before {
841
+ content: "\e206";
842
+ }
843
+
844
+ .glyphicon-alert:before {
845
+ content: "\e209";
846
+ }
847
+
848
+ .glyphicon-equalizer:before {
849
+ content: "\e210";
850
+ }
851
+
852
+ .glyphicon-king:before {
853
+ content: "\e211";
854
+ }
855
+
856
+ .glyphicon-queen:before {
857
+ content: "\e212";
858
+ }
859
+
860
+ .glyphicon-pawn:before {
861
+ content: "\e213";
862
+ }
863
+
864
+ .glyphicon-bishop:before {
865
+ content: "\e214";
866
+ }
867
+
868
+ .glyphicon-knight:before {
869
+ content: "\e215";
870
+ }
871
+
872
+ .glyphicon-baby-formula:before {
873
+ content: "\e216";
874
+ }
875
+
876
+ .glyphicon-tent:before {
877
+ content: "\26fa";
878
+ }
879
+
880
+ .glyphicon-blackboard:before {
881
+ content: "\e218";
882
+ }
883
+
884
+ .glyphicon-bed:before {
885
+ content: "\e219";
886
+ }
887
+
888
+ .glyphicon-apple:before {
889
+ content: "\f8ff";
890
+ }
891
+
892
+ .glyphicon-erase:before {
893
+ content: "\e221";
894
+ }
895
+
896
+ .glyphicon-hourglass:before {
897
+ content: "\231b";
898
+ }
899
+
900
+ .glyphicon-lamp:before {
901
+ content: "\e223";
902
+ }
903
+
904
+ .glyphicon-duplicate:before {
905
+ content: "\e224";
906
+ }
907
+
908
+ .glyphicon-piggy-bank:before {
909
+ content: "\e225";
910
+ }
911
+
912
+ .glyphicon-scissors:before {
913
+ content: "\e226";
914
+ }
915
+
916
+ .glyphicon-bitcoin:before {
917
+ content: "\e227";
918
+ }
919
+
920
+ .glyphicon-btc:before {
921
+ content: "\e227";
922
+ }
923
+
924
+ .glyphicon-xbt:before {
925
+ content: "\e227";
926
+ }
927
+
928
+ .glyphicon-yen:before {
929
+ content: "\00a5";
930
+ }
931
+
932
+ .glyphicon-jpy:before {
933
+ content: "\00a5";
934
+ }
935
+
936
+ .glyphicon-ruble:before {
937
+ content: "\20bd";
938
+ }
939
+
940
+ .glyphicon-rub:before {
941
+ content: "\20bd";
942
+ }
943
+
944
+ .glyphicon-scale:before {
945
+ content: "\e230";
946
+ }
947
+
948
+ .glyphicon-ice-lolly:before {
949
+ content: "\e231";
950
+ }
951
+
952
+ .glyphicon-ice-lolly-tasted:before {
953
+ content: "\e232";
954
+ }
955
+
956
+ .glyphicon-education:before {
957
+ content: "\e233";
958
+ }
959
+
960
+ .glyphicon-option-horizontal:before {
961
+ content: "\e234";
962
+ }
963
+
964
+ .glyphicon-option-vertical:before {
965
+ content: "\e235";
966
+ }
967
+
968
+ .glyphicon-menu-hamburger:before {
969
+ content: "\e236";
970
+ }
971
+
972
+ .glyphicon-modal-window:before {
973
+ content: "\e237";
974
+ }
975
+
976
+ .glyphicon-oil:before {
977
+ content: "\e238";
978
+ }
979
+
980
+ .glyphicon-grain:before {
981
+ content: "\e239";
982
+ }
983
+
984
+ .glyphicon-sunglasses:before {
985
+ content: "\e240";
986
+ }
987
+
988
+ .glyphicon-text-size:before {
989
+ content: "\e241";
990
+ }
991
+
992
+ .glyphicon-text-color:before {
993
+ content: "\e242";
994
+ }
995
+
996
+ .glyphicon-text-background:before {
997
+ content: "\e243";
998
+ }
999
+
1000
+ .glyphicon-object-align-top:before {
1001
+ content: "\e244";
1002
+ }
1003
+
1004
+ .glyphicon-object-align-bottom:before {
1005
+ content: "\e245";
1006
+ }
1007
+
1008
+ .glyphicon-object-align-horizontal:before {
1009
+ content: "\e246";
1010
+ }
1011
+
1012
+ .glyphicon-object-align-left:before {
1013
+ content: "\e247";
1014
+ }
1015
+
1016
+ .glyphicon-object-align-vertical:before {
1017
+ content: "\e248";
1018
+ }
1019
+
1020
+ .glyphicon-object-align-right:before {
1021
+ content: "\e249";
1022
+ }
1023
+
1024
+ .glyphicon-triangle-right:before {
1025
+ content: "\e250";
1026
+ }
1027
+
1028
+ .glyphicon-triangle-left:before {
1029
+ content: "\e251";
1030
+ }
1031
+
1032
+ .glyphicon-triangle-bottom:before {
1033
+ content: "\e252";
1034
+ }
1035
+
1036
+ .glyphicon-triangle-top:before {
1037
+ content: "\e253";
1038
+ }
1039
+
1040
+ .glyphicon-console:before {
1041
+ content: "\e254";
1042
+ }
1043
+
1044
+ .glyphicon-superscript:before {
1045
+ content: "\e255";
1046
+ }
1047
+
1048
+ .glyphicon-subscript:before {
1049
+ content: "\e256";
1050
+ }
1051
+
1052
+ .glyphicon-menu-left:before {
1053
+ content: "\e257";
1054
+ }
1055
+
1056
+ .glyphicon-menu-right:before {
1057
+ content: "\e258";
1058
+ }
1059
+
1060
+ .glyphicon-menu-down:before {
1061
+ content: "\e259";
1062
+ }
1063
+
1064
+ .glyphicon-menu-up:before {
1065
+ content: "\e260";
1066
+ }