cronapp-framework-js 2.9.2 → 2.9.3-SP.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 (1505) hide show
  1. package/components/crn-anchor.components.json +30 -0
  2. package/components/crn-component.components.json +18 -3
  3. package/components/crn-dynamic-image.components.json +38 -2
  4. package/components/crn-enterprise-checkbox.components.json +2 -0
  5. package/components/crn-enterprise-dynamic-combobox.components.json +12 -2
  6. package/components/crn-text-component.components.json +19 -7
  7. package/components/crn-textinputicon.components.json +26 -0
  8. package/components/crn-upload-file.components.json +9 -5
  9. package/components/crn-upload.components.json +22 -1
  10. package/components/templates/anchor.template.html +1 -1
  11. package/components/templates/cron-dashboard-viewer.designtime.html +4 -2
  12. package/components/templates/cron-grid.designtime.html +4 -2
  13. package/components/templates/dynamicimage.designtime.html +19 -0
  14. package/components/templates/fileupload-button.template.html +2 -2
  15. package/components/templates/fileupload.template.html +3 -3
  16. package/components/templates/textinputicon.template.html +1 -1
  17. package/css/app.css +2 -12
  18. package/css/themes/custom/aquamarine/custom-aquamarine.css +33 -5
  19. package/css/themes/custom/aquamarine/navbar-aquamarine.css +9 -8
  20. package/css/themes/custom/cerulean/custom-cerulean.css +48 -7
  21. package/css/themes/custom/cerulean/navbar-cerulean.css +8 -0
  22. package/css/themes/custom/cosmo/button-cosmo.css +8 -0
  23. package/css/themes/custom/cosmo/custom-cosmo.css +99 -32
  24. package/css/themes/custom/cosmo/navbar-cosmo.css +23 -11
  25. package/css/themes/custom/cyborg/custom-cyborg.css +119 -38
  26. package/css/themes/custom/cyborg/navbar-cyborg.css +16 -8
  27. package/css/themes/custom/darkly/custom-darkly.css +62 -10
  28. package/css/themes/custom/dsgov/custom-dsgov.css +29 -4
  29. package/css/themes/custom/dsgov/form-dsgov.css +31 -10
  30. package/css/themes/custom/dsgov/navbar-dsgov.css +62 -41
  31. package/css/themes/custom/flatly/custom-flatly.css +68 -20
  32. package/css/themes/custom/flatly/navbar-flatly.css +21 -0
  33. package/css/themes/custom/fuse/custom-fuse.css +39 -24
  34. package/css/themes/custom/journal/custom-journal.css +113 -32
  35. package/css/themes/custom/journal/navbar-journal.css +30 -16
  36. package/css/themes/custom/lumen/button-lumen.css +16 -0
  37. package/css/themes/custom/lumen/custom-lumen.css +139 -36
  38. package/css/themes/custom/lumen/panel-lumen.css +14 -54
  39. package/css/themes/custom/material/custom-material.css +9 -17
  40. package/css/themes/custom/paper/custom-paper.css +125 -34
  41. package/css/themes/custom/paper/navbar-paper.css +1 -1
  42. package/css/themes/custom/readable/custom-readable.css +161 -77
  43. package/css/themes/custom/readable/panel-readable.css +8 -8
  44. package/css/themes/custom/sandstone/custom-sandstone.css +107 -51
  45. package/css/themes/custom/sandstone/panel-sandstone.css +2 -2
  46. package/css/themes/custom/simplex/button-simplex.css +21 -1
  47. package/css/themes/custom/simplex/custom-simplex.css +112 -33
  48. package/css/themes/custom/simplex/panel-simplex.css +5 -6
  49. package/css/themes/custom/slate/button-slate.css +20 -0
  50. package/css/themes/custom/slate/custom-slate.css +149 -76
  51. package/css/themes/custom/slate/panel-slate.css +15 -17
  52. package/css/themes/custom/spacelab/button-spacelab.css +20 -0
  53. package/css/themes/custom/spacelab/custom-spacelab.css +122 -44
  54. package/css/themes/custom/superhero/button-superhero.css +16 -0
  55. package/css/themes/custom/superhero/custom-superhero.css +165 -50
  56. package/css/themes/custom/theme-general/button.css +10 -0
  57. package/css/themes/custom/theme-general/forms.css +57 -2
  58. package/css/themes/custom/theme-general/login.css +11 -16
  59. package/css/themes/custom/theme-general/scheduler.css +18 -6
  60. package/css/themes/custom/theme-general/theme-general.css +49 -6
  61. package/css/themes/custom/united/custom-united.css +117 -37
  62. package/css/themes/custom/yeti/custom-yeti.css +152 -37
  63. package/deprecated/css/animate.css +433 -0
  64. package/deprecated/css/app.css +433 -0
  65. package/deprecated/css/cronos-template.css +0 -0
  66. package/deprecated/css/cronos.css +263 -0
  67. package/deprecated/css/fonts/glyphicons-halflings-regular.eot +0 -0
  68. package/deprecated/css/fonts/glyphicons-halflings-regular.svg +288 -0
  69. package/deprecated/css/fonts/glyphicons-halflings-regular.ttf +0 -0
  70. package/deprecated/css/fonts/glyphicons-halflings-regular.woff +0 -0
  71. package/deprecated/css/fonts/glyphicons-halflings-regular.woff2 +0 -0
  72. package/deprecated/css/modalTemplate.css +37 -0
  73. package/deprecated/css/themes/cerulean.min.css +7 -0
  74. package/deprecated/css/themes/cosmo.min.css +7 -0
  75. package/deprecated/css/themes/custom/fuse/custom-fuse.min.css +4179 -0
  76. package/deprecated/css/themes/cyborg.min.css +7 -0
  77. package/deprecated/css/themes/darkly.min.css +7 -0
  78. package/deprecated/css/themes/flatly.min.css +7 -0
  79. package/deprecated/css/themes/fuse.min.css +7 -0
  80. package/deprecated/css/themes/journal.min.css +7 -0
  81. package/deprecated/css/themes/lumen.min.css +7 -0
  82. package/deprecated/css/themes/material.min.css +4 -0
  83. package/deprecated/css/themes/paper.min.css +7 -0
  84. package/deprecated/css/themes/readable.min.css +7 -0
  85. package/deprecated/css/themes/sandstone.min.css +7 -0
  86. package/deprecated/css/themes/simplex.min.css +7 -0
  87. package/deprecated/css/themes/slate.min.css +7 -0
  88. package/deprecated/css/themes/spacelab.min.css +7 -0
  89. package/deprecated/css/themes/superhero.min.css +7 -0
  90. package/deprecated/css/themes/united.min.css +7 -0
  91. package/deprecated/css/themes/yeti.min.css +7 -0
  92. package/deprecated/dist/components/css/font-size.css +1 -0
  93. package/deprecated/dist/components/css/image.css +1 -0
  94. package/deprecated/dist/components/js/format.min.js +1 -0
  95. package/deprecated/dist/components/js/jquery.inputmask.bundle.js +1 -0
  96. package/deprecated/dist/components/js/jquery.mask.min.js +1 -0
  97. package/deprecated/dist/components/js/qrcode.js +1 -0
  98. package/deprecated/dist/components/reports/BOOLEAN.parameter.html +1 -0
  99. package/deprecated/dist/components/reports/DATE.parameter.html +1 -0
  100. package/deprecated/dist/components/reports/DOUBLE.parameter.html +1 -0
  101. package/deprecated/dist/components/reports/FLOAT.parameter.html +1 -0
  102. package/deprecated/dist/components/reports/INTEGER.parameter.html +1 -0
  103. package/deprecated/dist/components/reports/LONG.parameter.html +1 -0
  104. package/deprecated/dist/components/reports/STRING.parameter.html +1 -0
  105. package/deprecated/dist/components/reports/reports.parameters.html +1 -0
  106. package/deprecated/dist/components/reports/reports.view.html +1 -0
  107. package/deprecated/dist/components/templates/Component_Container/crn-eight-four-container.template.html +1 -0
  108. package/deprecated/dist/components/templates/Component_Container/crn-four-eight-container.template.html +1 -0
  109. package/deprecated/dist/components/templates/Component_Container/crn-one-container.template.html +1 -0
  110. package/deprecated/dist/components/templates/Component_Container/crn-three-container.template.html +1 -0
  111. package/deprecated/dist/components/templates/Component_Container/crn-three-six-three-container.template.html +1 -0
  112. package/deprecated/dist/components/templates/Component_Container/crn-two-container.template.html +1 -0
  113. package/deprecated/dist/components/templates/accordion.template.html +1 -0
  114. package/deprecated/dist/components/templates/anchor.template.html +1 -0
  115. package/deprecated/dist/components/templates/angular-ui-notification.template.html +1 -0
  116. package/deprecated/dist/components/templates/banner.template.html +1 -0
  117. package/deprecated/dist/components/templates/button-report.template.html +1 -0
  118. package/deprecated/dist/components/templates/button.oauth2.template.html +1 -0
  119. package/deprecated/dist/components/templates/button.template.html +1 -0
  120. package/deprecated/dist/components/templates/buttonfilter.template.html +1 -0
  121. package/deprecated/dist/components/templates/carousel.template.html +1 -0
  122. package/deprecated/dist/components/templates/cell.template.html +1 -0
  123. package/deprecated/dist/components/templates/chart.template.html +1 -0
  124. package/deprecated/dist/components/templates/checkbox.template.html +1 -0
  125. package/deprecated/dist/components/templates/combobox-dynamic.template.html +1 -0
  126. package/deprecated/dist/components/templates/combobox.template.html +1 -0
  127. package/deprecated/dist/components/templates/crn-carousel-item.tempate.html +1 -0
  128. package/deprecated/dist/components/templates/crn-input-password.designtime.html +1 -0
  129. package/deprecated/dist/components/templates/crn-input-password.template.html +1 -0
  130. package/deprecated/dist/components/templates/crn-list-item.template.html +1 -0
  131. package/deprecated/dist/components/templates/crn-ordered-list.template.html +1 -0
  132. package/deprecated/dist/components/templates/crn-ordered-sub-list.template.html +1 -0
  133. package/deprecated/dist/components/templates/crn-unordered-list.template.html +1 -0
  134. package/deprecated/dist/components/templates/crn-unordered-sub-list.template.html +1 -0
  135. package/deprecated/dist/components/templates/cron-autocomplete.designtime.html +26 -0
  136. package/deprecated/dist/components/templates/cron-autocomplete.template.html +1 -0
  137. package/deprecated/dist/components/templates/cron-barcode.template.html +1 -0
  138. package/deprecated/dist/components/templates/cron-breadcrumbs.designtime.html +1 -0
  139. package/deprecated/dist/components/templates/cron-breadcrumbs.template.html +1 -0
  140. package/deprecated/dist/components/templates/cron-calendar.designtime.html +1 -0
  141. package/deprecated/dist/components/templates/cron-calendar.template.html +1 -0
  142. package/deprecated/dist/components/templates/cron-captcha.designtime.html +6 -0
  143. package/deprecated/dist/components/templates/cron-captcha.template.html +1 -0
  144. package/deprecated/dist/components/templates/cron-chat.designtime.html +17 -0
  145. package/deprecated/dist/components/templates/cron-chat.template.html +1 -0
  146. package/deprecated/dist/components/templates/cron-checkbox.template.html +1 -0
  147. package/deprecated/dist/components/templates/cron-combobox-multiple.designtime.html +1 -0
  148. package/deprecated/dist/components/templates/cron-combobox-multiple.template.html +1 -0
  149. package/deprecated/dist/components/templates/cron-combobox.designtime.html +1 -0
  150. package/deprecated/dist/components/templates/cron-combobox.template.html +1 -0
  151. package/deprecated/dist/components/templates/cron-crud.template.html +1 -0
  152. package/deprecated/dist/components/templates/cron-date.template.html +1 -0
  153. package/deprecated/dist/components/templates/cron-dynamic-autocomplete.template.html +1 -0
  154. package/deprecated/dist/components/templates/cron-dynamic-combobox.designtime.html +1 -0
  155. package/deprecated/dist/components/templates/cron-dynamic-combobox.template.html +1 -0
  156. package/deprecated/dist/components/templates/cron-dynamic-menu.designtime.html +1 -0
  157. package/deprecated/dist/components/templates/cron-dynamic-menu.template.html +1 -0
  158. package/deprecated/dist/components/templates/cron-grid.designtime.html +1 -0
  159. package/deprecated/dist/components/templates/cron-grid.template.html +1 -0
  160. package/deprecated/dist/components/templates/cron-ordered-list.template.html +1 -0
  161. package/deprecated/dist/components/templates/cron-qrcode.template.html +1 -0
  162. package/deprecated/dist/components/templates/cron-radio.template.html +1 -0
  163. package/deprecated/dist/components/templates/cron-report-viewer.designtime.html +1 -0
  164. package/deprecated/dist/components/templates/cron-report-viewer.template.html +1 -0
  165. package/deprecated/dist/components/templates/cron-rich-editor.template.html +1 -0
  166. package/deprecated/dist/components/templates/cron-scheduler.designtime.html +2 -0
  167. package/deprecated/dist/components/templates/cron-scheduler.template.html +1 -0
  168. package/deprecated/dist/components/templates/cron-slider.template.html +1 -0
  169. package/deprecated/dist/components/templates/cron-switch.template.html +1 -0
  170. package/deprecated/dist/components/templates/cron-tree-view.designtime.html +1 -0
  171. package/deprecated/dist/components/templates/cron-tree-view.template.html +1 -0
  172. package/deprecated/dist/components/templates/datasource.template.html +1 -0
  173. package/deprecated/dist/components/templates/datasourcefilter.template.html +1 -0
  174. package/deprecated/dist/components/templates/datasourcefiltercomplex.template.html +1 -0
  175. package/deprecated/dist/components/templates/date.template.html +1 -0
  176. package/deprecated/dist/components/templates/datetime.template.html +1 -0
  177. package/deprecated/dist/components/templates/div.template.html +1 -0
  178. package/deprecated/dist/components/templates/dynamicfile.template.html +1 -0
  179. package/deprecated/dist/components/templates/dynamicimage.template.html +1 -0
  180. package/deprecated/dist/components/templates/dynamictitle.template.html +1 -0
  181. package/deprecated/dist/components/templates/evaluation.template.html +1 -0
  182. package/deprecated/dist/components/templates/fileupload-button.template.html +1 -0
  183. package/deprecated/dist/components/templates/fileupload.template.html +1 -0
  184. package/deprecated/dist/components/templates/foot-cell.template.html +1 -0
  185. package/deprecated/dist/components/templates/foot-row.template.html +1 -0
  186. package/deprecated/dist/components/templates/form.template.html +1 -0
  187. package/deprecated/dist/components/templates/grid-horizontal.template.html +1 -0
  188. package/deprecated/dist/components/templates/grid-vertical.template.html +1 -0
  189. package/deprecated/dist/components/templates/grid.template.html +1 -0
  190. package/deprecated/dist/components/templates/head-cell.template.html +1 -0
  191. package/deprecated/dist/components/templates/head-row.template.html +1 -0
  192. package/deprecated/dist/components/templates/head.template.html +1 -0
  193. package/deprecated/dist/components/templates/header.template.html +1 -0
  194. package/deprecated/dist/components/templates/icon.template.html +1 -0
  195. package/deprecated/dist/components/templates/image-menu.template.html +1 -0
  196. package/deprecated/dist/components/templates/image.default.template.html +1 -0
  197. package/deprecated/dist/components/templates/image.template.html +1 -0
  198. package/deprecated/dist/components/templates/list.template.html +1 -0
  199. package/deprecated/dist/components/templates/multiselect.template.html +1 -0
  200. package/deprecated/dist/components/templates/navbar.template.html +1 -0
  201. package/deprecated/dist/components/templates/panel.template.html +1 -0
  202. package/deprecated/dist/components/templates/qrcode.template.html +1 -0
  203. package/deprecated/dist/components/templates/radiogroup.template.html +1 -0
  204. package/deprecated/dist/components/templates/rating.template.html +1 -0
  205. package/deprecated/dist/components/templates/row.template.html +1 -0
  206. package/deprecated/dist/components/templates/sidebar.template.html +1 -0
  207. package/deprecated/dist/components/templates/social-button-bar.template.html +1 -0
  208. package/deprecated/dist/components/templates/sub-form.template.html +1 -0
  209. package/deprecated/dist/components/templates/subtitle.template.html +1 -0
  210. package/deprecated/dist/components/templates/table.template.html +1 -0
  211. package/deprecated/dist/components/templates/tabs.template.html +1 -0
  212. package/deprecated/dist/components/templates/text.template.html +1 -0
  213. package/deprecated/dist/components/templates/textarea.template.html +1 -0
  214. package/deprecated/dist/components/templates/textinput.template.html +1 -0
  215. package/deprecated/dist/components/templates/textinputbutton.html +1 -0
  216. package/deprecated/dist/components/templates/textinputbutton.template.html +1 -0
  217. package/deprecated/dist/components/templates/textinputicon.template.html +1 -0
  218. package/deprecated/dist/components/templates/time.template.html +1 -0
  219. package/deprecated/dist/components/templates/title-default.template.html +1 -0
  220. package/deprecated/dist/components/templates/title.template.html +1 -0
  221. package/deprecated/dist/components/templates/treeview.template.html +1 -0
  222. package/deprecated/dist/css/animate.css +1 -0
  223. package/deprecated/dist/css/app.css +1 -0
  224. package/deprecated/dist/css/cronos-template.css +0 -0
  225. package/deprecated/dist/css/cronos.css +1 -0
  226. package/deprecated/dist/css/fonts/glyphicons-halflings-regular.eot +0 -0
  227. package/deprecated/dist/css/fonts/glyphicons-halflings-regular.svg +1 -0
  228. package/deprecated/dist/css/fonts/glyphicons-halflings-regular.ttf +0 -0
  229. package/deprecated/dist/css/fonts/glyphicons-halflings-regular.woff +0 -0
  230. package/deprecated/dist/css/fonts/glyphicons-halflings-regular.woff2 +0 -0
  231. package/deprecated/dist/css/modalTemplate.css +1 -0
  232. package/deprecated/dist/css/themes/cerulean.min.css +1 -0
  233. package/deprecated/dist/css/themes/cosmo.min.css +1 -0
  234. package/deprecated/dist/css/themes/custom/fuse/custom-fuse.min.css +1 -0
  235. package/deprecated/dist/css/themes/cyborg.min.css +1 -0
  236. package/deprecated/dist/css/themes/darkly.min.css +1 -0
  237. package/deprecated/dist/css/themes/flatly.min.css +1 -0
  238. package/deprecated/dist/css/themes/fuse.min.css +1 -0
  239. package/deprecated/dist/css/themes/journal.min.css +1 -0
  240. package/deprecated/dist/css/themes/lumen.min.css +1 -0
  241. package/deprecated/dist/css/themes/material.min.css +1 -0
  242. package/deprecated/dist/css/themes/paper.min.css +1 -0
  243. package/deprecated/dist/css/themes/readable.min.css +1 -0
  244. package/deprecated/dist/css/themes/sandstone.min.css +1 -0
  245. package/deprecated/dist/css/themes/simplex.min.css +1 -0
  246. package/deprecated/dist/css/themes/slate.min.css +1 -0
  247. package/deprecated/dist/css/themes/spacelab.min.css +1 -0
  248. package/deprecated/dist/css/themes/superhero.min.css +1 -0
  249. package/deprecated/dist/css/themes/united.min.css +1 -0
  250. package/deprecated/dist/css/themes/yeti.min.css +1 -0
  251. package/deprecated/dist/i18n/locale_en_us.json +143 -0
  252. package/deprecated/dist/i18n/locale_pt_br.json +143 -0
  253. package/deprecated/dist/img/ballon_icon.svg +1 -0
  254. package/deprecated/dist/img/barcode.png +0 -0
  255. package/deprecated/dist/img/cron-icon/crn-QRCode.svg +1 -0
  256. package/deprecated/dist/img/cron-icon/crn-accordion.svg +1 -0
  257. package/deprecated/dist/img/cron-icon/crn-anchor.svg +1 -0
  258. package/deprecated/dist/img/cron-icon/crn-button.svg +1 -0
  259. package/deprecated/dist/img/cron-icon/crn-calendar.svg +1 -0
  260. package/deprecated/dist/img/cron-icon/crn-captcha.svg +1 -0
  261. package/deprecated/dist/img/cron-icon/crn-carousel.svg +1 -0
  262. package/deprecated/dist/img/cron-icon/crn-chart.svg +1 -0
  263. package/deprecated/dist/img/cron-icon/crn-checkbox.svg +1 -0
  264. package/deprecated/dist/img/cron-icon/crn-combobox-dynamic.svg +1 -0
  265. package/deprecated/dist/img/cron-icon/crn-combobox.svg +1 -0
  266. package/deprecated/dist/img/cron-icon/crn-cron-crud.svg +1 -0
  267. package/deprecated/dist/img/cron-icon/crn-cron-dashboard-viewer.svg +1 -0
  268. package/deprecated/dist/img/cron-icon/crn-datasource.svg +1 -0
  269. package/deprecated/dist/img/cron-icon/crn-datepicker.svg +1 -0
  270. package/deprecated/dist/img/cron-icon/crn-datetimepicker.svg +1 -0
  271. package/deprecated/dist/img/cron-icon/crn-dynamic-file.svg +1 -0
  272. package/deprecated/dist/img/cron-icon/crn-dynamic-image.svg +1 -0
  273. package/deprecated/dist/img/cron-icon/crn-dynamic-menu.svg +1 -0
  274. package/deprecated/dist/img/cron-icon/crn-eight-four-container.svg +1 -0
  275. package/deprecated/dist/img/cron-icon/crn-enterprise-autocomplete.svg +1 -0
  276. package/deprecated/dist/img/cron-icon/crn-enterprise-combobox-multiple.svg +1 -0
  277. package/deprecated/dist/img/cron-icon/crn-enterprise-combobox.svg +1 -0
  278. package/deprecated/dist/img/cron-icon/crn-enterprise-dynamic-autocomplete.svg +1 -0
  279. package/deprecated/dist/img/cron-icon/crn-enterprise-dynamic-combobox.svg +1 -0
  280. package/deprecated/dist/img/cron-icon/crn-form.svg +1 -0
  281. package/deprecated/dist/img/cron-icon/crn-four-eight-container.svg +1 -0
  282. package/deprecated/dist/img/cron-icon/crn-grid-table.svg +1 -0
  283. package/deprecated/dist/img/cron-icon/crn-grid.svg +1 -0
  284. package/deprecated/dist/img/cron-icon/crn-header.svg +1 -0
  285. package/deprecated/dist/img/cron-icon/crn-horizontal-container.svg +1 -0
  286. package/deprecated/dist/img/cron-icon/crn-icon.svg +1 -0
  287. package/deprecated/dist/img/cron-icon/crn-image.svg +1 -0
  288. package/deprecated/dist/img/cron-icon/crn-input-password.svg +1 -0
  289. package/deprecated/dist/img/cron-icon/crn-jumbotron.svg +1 -0
  290. package/deprecated/dist/img/cron-icon/crn-list.svg +1 -0
  291. package/deprecated/dist/img/cron-icon/crn-navbar.svg +1 -0
  292. package/deprecated/dist/img/cron-icon/crn-one-container.svg +1 -0
  293. package/deprecated/dist/img/cron-icon/crn-ordered-list.svg +1 -0
  294. package/deprecated/dist/img/cron-icon/crn-ordered-sub-list.svg +1 -0
  295. package/deprecated/dist/img/cron-icon/crn-panel.svg +1 -0
  296. package/deprecated/dist/img/cron-icon/crn-radiogroup.svg +1 -0
  297. package/deprecated/dist/img/cron-icon/crn-rating.svg +1 -0
  298. package/deprecated/dist/img/cron-icon/crn-report-viewer.svg +1 -0
  299. package/deprecated/dist/img/cron-icon/crn-rich-editor.svg +1 -0
  300. package/deprecated/dist/img/cron-icon/crn-scheduler.svg +1 -0
  301. package/deprecated/dist/img/cron-icon/crn-simple-text.svg +1 -0
  302. package/deprecated/dist/img/cron-icon/crn-slider.svg +1 -0
  303. package/deprecated/dist/img/cron-icon/crn-social-login.svg +1 -0
  304. package/deprecated/dist/img/cron-icon/crn-sub-form.svg +1 -0
  305. package/deprecated/dist/img/cron-icon/crn-table.svg +1 -0
  306. package/deprecated/dist/img/cron-icon/crn-tabs.svg +1 -0
  307. package/deprecated/dist/img/cron-icon/crn-text-component.svg +1 -0
  308. package/deprecated/dist/img/cron-icon/crn-textarea.svg +1 -0
  309. package/deprecated/dist/img/cron-icon/crn-textinput.svg +1 -0
  310. package/deprecated/dist/img/cron-icon/crn-textinputbutton.svg +1 -0
  311. package/deprecated/dist/img/cron-icon/crn-textinputicon.svg +1 -0
  312. package/deprecated/dist/img/cron-icon/crn-three-container.svg +1 -0
  313. package/deprecated/dist/img/cron-icon/crn-three-six-three-container.svg +1 -0
  314. package/deprecated/dist/img/cron-icon/crn-timepicker.svg +1 -0
  315. package/deprecated/dist/img/cron-icon/crn-tree-view.svg +1 -0
  316. package/deprecated/dist/img/cron-icon/crn-two-container.svg +1 -0
  317. package/deprecated/dist/img/cron-icon/crn-unordered-list.svg +1 -0
  318. package/deprecated/dist/img/cron-icon/crn-unordered-sub-list.svg +1 -0
  319. package/deprecated/dist/img/cron-icon/crn-upload.svg +1 -0
  320. package/deprecated/dist/img/cron-icon/crn-vertical-container.svg +1 -0
  321. package/deprecated/dist/img/cron-icon/cron-breadrumb.svg +1 -0
  322. package/deprecated/dist/img/cronGrid.png +0 -0
  323. package/deprecated/dist/img/cronRichEditor.png +0 -0
  324. package/deprecated/dist/img/cronapp-logo-login.png +0 -0
  325. package/deprecated/dist/img/img-user.svg +1 -0
  326. package/deprecated/dist/img/logo-cronapp-negativa.svg +1 -0
  327. package/deprecated/dist/img/logo.png +0 -0
  328. package/deprecated/dist/img/logo.svg +1 -0
  329. package/deprecated/dist/img/nophoto.png +0 -0
  330. package/deprecated/dist/img/placehold-100x100.png +0 -0
  331. package/deprecated/dist/img/placehold-900x500.png +0 -0
  332. package/deprecated/dist/img/qrcode.png +0 -0
  333. package/deprecated/dist/img/recaptcha-logo.svg +1 -0
  334. package/deprecated/dist/img/selectFile.png +0 -0
  335. package/deprecated/dist/img/selectImg.svg +1 -0
  336. package/deprecated/dist/img/svg-charts.svg +1 -0
  337. package/deprecated/dist/img/switch.png +0 -0
  338. package/deprecated/dist/js/LanguageSelectDirective.js +1 -0
  339. package/deprecated/dist/js/LocaleService.js +1 -0
  340. package/deprecated/dist/js/app.authentication.js +1 -0
  341. package/deprecated/dist/js/app.js +1 -0
  342. package/deprecated/dist/js/controllers.authentication.js +1 -0
  343. package/deprecated/dist/js/controllers.js +1 -0
  344. package/deprecated/dist/js/custom.controllers.js +1 -0
  345. package/deprecated/dist/js/customModules.js +1 -0
  346. package/deprecated/dist/js/customStateProvider.js +0 -0
  347. package/deprecated/dist/js/directives.js +14 -0
  348. package/deprecated/dist/js/filters.js +1 -0
  349. package/deprecated/dist/js/local-dateformat.directive.js +1 -0
  350. package/deprecated/dist/js/reports/parameters.controller.js +1 -0
  351. package/deprecated/dist/js/reports/reports.service.js +1 -0
  352. package/deprecated/dist/js/services.js +1 -0
  353. package/deprecated/dist/js/stateProvider.js +1 -0
  354. package/deprecated/dist/js/upload.service.js +1 -0
  355. package/deprecated/img/ballon_icon.svg +3 -0
  356. package/deprecated/img/barcode.png +0 -0
  357. package/deprecated/img/cron-icon/crn-QRCode.svg +38 -0
  358. package/deprecated/img/cron-icon/crn-accordion.svg +25 -0
  359. package/deprecated/img/cron-icon/crn-anchor.svg +29 -0
  360. package/deprecated/img/cron-icon/crn-button.svg +24 -0
  361. package/deprecated/img/cron-icon/crn-calendar.svg +23 -0
  362. package/deprecated/img/cron-icon/crn-captcha.svg +36 -0
  363. package/deprecated/img/cron-icon/crn-carousel.svg +26 -0
  364. package/deprecated/img/cron-icon/crn-chart.svg +19 -0
  365. package/deprecated/img/cron-icon/crn-checkbox.svg +21 -0
  366. package/deprecated/img/cron-icon/crn-combobox-dynamic.svg +27 -0
  367. package/deprecated/img/cron-icon/crn-combobox.svg +24 -0
  368. package/deprecated/img/cron-icon/crn-cron-crud.svg +28 -0
  369. package/deprecated/img/cron-icon/crn-cron-dashboard-viewer.svg +18 -0
  370. package/deprecated/img/cron-icon/crn-datasource.svg +27 -0
  371. package/deprecated/img/cron-icon/crn-datepicker.svg +35 -0
  372. package/deprecated/img/cron-icon/crn-datetimepicker.svg +41 -0
  373. package/deprecated/img/cron-icon/crn-dynamic-file.svg +26 -0
  374. package/deprecated/img/cron-icon/crn-dynamic-image.svg +25 -0
  375. package/deprecated/img/cron-icon/crn-dynamic-menu.svg +28 -0
  376. package/deprecated/img/cron-icon/crn-eight-four-container.svg +18 -0
  377. package/deprecated/img/cron-icon/crn-enterprise-autocomplete.svg +26 -0
  378. package/deprecated/img/cron-icon/crn-enterprise-combobox-multiple.svg +21 -0
  379. package/deprecated/img/cron-icon/crn-enterprise-combobox.svg +24 -0
  380. package/deprecated/img/cron-icon/crn-enterprise-dynamic-autocomplete.svg +29 -0
  381. package/deprecated/img/cron-icon/crn-enterprise-dynamic-combobox.svg +27 -0
  382. package/deprecated/img/cron-icon/crn-form.svg +24 -0
  383. package/deprecated/img/cron-icon/crn-four-eight-container.svg +20 -0
  384. package/deprecated/img/cron-icon/crn-grid-table.svg +21 -0
  385. package/deprecated/img/cron-icon/crn-grid.svg +27 -0
  386. package/deprecated/img/cron-icon/crn-header.svg +18 -0
  387. package/deprecated/img/cron-icon/crn-horizontal-container.svg +19 -0
  388. package/deprecated/img/cron-icon/crn-icon.svg +23 -0
  389. package/deprecated/img/cron-icon/crn-image.svg +20 -0
  390. package/deprecated/img/cron-icon/crn-input-password.svg +24 -0
  391. package/deprecated/img/cron-icon/crn-jumbotron.svg +24 -0
  392. package/deprecated/img/cron-icon/crn-list.svg +24 -0
  393. package/deprecated/img/cron-icon/crn-navbar.svg +25 -0
  394. package/deprecated/img/cron-icon/crn-one-container.svg +17 -0
  395. package/deprecated/img/cron-icon/crn-ordered-list.svg +44 -0
  396. package/deprecated/img/cron-icon/crn-ordered-sub-list.svg +42 -0
  397. package/deprecated/img/cron-icon/crn-panel.svg +21 -0
  398. package/deprecated/img/cron-icon/crn-radiogroup.svg +25 -0
  399. package/deprecated/img/cron-icon/crn-rating.svg +20 -0
  400. package/deprecated/img/cron-icon/crn-report-viewer.svg +24 -0
  401. package/deprecated/img/cron-icon/crn-rich-editor.svg +22 -0
  402. package/deprecated/img/cron-icon/crn-scheduler.svg +27 -0
  403. package/deprecated/img/cron-icon/crn-simple-text.svg +18 -0
  404. package/deprecated/img/cron-icon/crn-slider.svg +19 -0
  405. package/deprecated/img/cron-icon/crn-social-login.svg +29 -0
  406. package/deprecated/img/cron-icon/crn-sub-form.svg +27 -0
  407. package/deprecated/img/cron-icon/crn-table.svg +20 -0
  408. package/deprecated/img/cron-icon/crn-tabs.svg +22 -0
  409. package/deprecated/img/cron-icon/crn-text-component.svg +22 -0
  410. package/deprecated/img/cron-icon/crn-textarea.svg +22 -0
  411. package/deprecated/img/cron-icon/crn-textinput.svg +23 -0
  412. package/deprecated/img/cron-icon/crn-textinputbutton.svg +33 -0
  413. package/deprecated/img/cron-icon/crn-textinputicon.svg +29 -0
  414. package/deprecated/img/cron-icon/crn-three-container.svg +21 -0
  415. package/deprecated/img/cron-icon/crn-three-six-three-container.svg +19 -0
  416. package/deprecated/img/cron-icon/crn-timepicker.svg +20 -0
  417. package/deprecated/img/cron-icon/crn-tree-view.svg +19 -0
  418. package/deprecated/img/cron-icon/crn-two-container.svg +18 -0
  419. package/deprecated/img/cron-icon/crn-unordered-list.svg +24 -0
  420. package/deprecated/img/cron-icon/crn-unordered-sub-list.svg +28 -0
  421. package/deprecated/img/cron-icon/crn-upload.svg +20 -0
  422. package/deprecated/img/cron-icon/crn-vertical-container.svg +19 -0
  423. package/deprecated/img/cron-icon/cron-breadrumb.svg +638 -0
  424. package/deprecated/img/cronGrid.png +0 -0
  425. package/deprecated/img/cronRichEditor.png +0 -0
  426. package/deprecated/img/cronapp-logo-login.png +0 -0
  427. package/deprecated/img/img-user.svg +1 -0
  428. package/deprecated/img/logo-cronapp-negativa.svg +1 -0
  429. package/deprecated/img/logo.png +0 -0
  430. package/deprecated/img/logo.svg +1 -0
  431. package/deprecated/img/nophoto.png +0 -0
  432. package/deprecated/img/placehold-100x100.png +0 -0
  433. package/deprecated/img/placehold-900x500.png +0 -0
  434. package/deprecated/img/qrcode.png +0 -0
  435. package/deprecated/img/recaptcha-logo.svg +1 -0
  436. package/deprecated/img/selectFile.png +0 -0
  437. package/deprecated/img/selectImg.svg +44 -0
  438. package/deprecated/img/svg-charts.svg +1 -0
  439. package/dist/components/templates/anchor.template.html +1 -1
  440. package/dist/components/templates/cron-dashboard-viewer.designtime.html +1 -1
  441. package/dist/components/templates/cron-grid.designtime.html +1 -1
  442. package/dist/components/templates/dynamicimage.designtime.html +2 -0
  443. package/dist/components/templates/fileupload-button.template.html +1 -1
  444. package/dist/components/templates/fileupload.template.html +1 -1
  445. package/dist/components/templates/textinputicon.template.html +1 -1
  446. package/dist/css/app.css +1 -1
  447. package/dist/css/themes/custom/aquamarine/custom-aquamarine.css +1 -1
  448. package/dist/css/themes/custom/aquamarine/navbar-aquamarine.css +1 -1
  449. package/dist/css/themes/custom/cerulean/custom-cerulean.css +1 -1
  450. package/dist/css/themes/custom/cerulean/navbar-cerulean.css +1 -1
  451. package/dist/css/themes/custom/cosmo/button-cosmo.css +1 -1
  452. package/dist/css/themes/custom/cosmo/custom-cosmo.css +1 -1
  453. package/dist/css/themes/custom/cosmo/navbar-cosmo.css +1 -1
  454. package/dist/css/themes/custom/cyborg/custom-cyborg.css +1 -1
  455. package/dist/css/themes/custom/cyborg/navbar-cyborg.css +1 -1
  456. package/dist/css/themes/custom/darkly/custom-darkly.css +1 -1
  457. package/dist/css/themes/custom/dsgov/custom-dsgov.css +1 -1
  458. package/dist/css/themes/custom/dsgov/form-dsgov.css +1 -1
  459. package/dist/css/themes/custom/dsgov/navbar-dsgov.css +1 -1
  460. package/dist/css/themes/custom/flatly/custom-flatly.css +1 -1
  461. package/dist/css/themes/custom/flatly/navbar-flatly.css +1 -1
  462. package/dist/css/themes/custom/fuse/custom-fuse.css +1 -1
  463. package/dist/css/themes/custom/journal/custom-journal.css +1 -1
  464. package/dist/css/themes/custom/journal/navbar-journal.css +1 -1
  465. package/dist/css/themes/custom/lumen/button-lumen.css +1 -1
  466. package/dist/css/themes/custom/lumen/custom-lumen.css +1 -1
  467. package/dist/css/themes/custom/lumen/panel-lumen.css +1 -1
  468. package/dist/css/themes/custom/material/custom-material.css +1 -1
  469. package/dist/css/themes/custom/paper/custom-paper.css +1 -1
  470. package/dist/css/themes/custom/paper/navbar-paper.css +1 -1
  471. package/dist/css/themes/custom/readable/custom-readable.css +1 -1
  472. package/dist/css/themes/custom/readable/panel-readable.css +1 -1
  473. package/dist/css/themes/custom/sandstone/custom-sandstone.css +1 -1
  474. package/dist/css/themes/custom/sandstone/panel-sandstone.css +1 -1
  475. package/dist/css/themes/custom/simplex/button-simplex.css +1 -1
  476. package/dist/css/themes/custom/simplex/custom-simplex.css +1 -1
  477. package/dist/css/themes/custom/simplex/panel-simplex.css +1 -1
  478. package/dist/css/themes/custom/slate/button-slate.css +1 -1
  479. package/dist/css/themes/custom/slate/custom-slate.css +1 -1
  480. package/dist/css/themes/custom/slate/panel-slate.css +1 -1
  481. package/dist/css/themes/custom/spacelab/button-spacelab.css +1 -1
  482. package/dist/css/themes/custom/spacelab/custom-spacelab.css +1 -1
  483. package/dist/css/themes/custom/superhero/button-superhero.css +1 -1
  484. package/dist/css/themes/custom/superhero/custom-superhero.css +1 -1
  485. package/dist/css/themes/custom/theme-general/button.css +1 -1
  486. package/dist/css/themes/custom/theme-general/forms.css +1 -1
  487. package/dist/css/themes/custom/theme-general/login.css +1 -1
  488. package/dist/css/themes/custom/theme-general/scheduler.css +1 -1
  489. package/dist/css/themes/custom/theme-general/theme-general.css +1 -1
  490. package/dist/css/themes/custom/united/custom-united.css +1 -1
  491. package/dist/css/themes/custom/yeti/custom-yeti.css +1 -1
  492. package/dist/js/app.js +1 -1
  493. package/dist/js/dashboard/dashboard.service.js +1 -1
  494. package/dist/js/directives.js +38 -2
  495. package/dist/js/reports/parameters.controller.js +1 -1
  496. package/dist/js/reports/reports.service.js +1 -1
  497. package/dist/js/stateProvider.js +1 -1
  498. package/js/app.js +7 -4
  499. package/js/customStateProvider.js +0 -2
  500. package/js/dashboard/dashboard.service.js +2 -0
  501. package/js/directives.js +223 -88
  502. package/js/reports/parameters.controller.js +2 -2
  503. package/js/reports/reports.service.js +31 -2
  504. package/js/stateProvider.js +5 -7
  505. package/package.json +1 -1
  506. package/css/themes/deprecated/aquamarine.min.css +0 -6
  507. package/css/themes/deprecated/cerulean.min.css +0 -7
  508. package/css/themes/deprecated/cosmo.min.css +0 -7
  509. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/_media-print.css +0 -71
  510. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/badge.css +0 -47
  511. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/basics.css +0 -620
  512. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/blockquote.css +0 -54
  513. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/breadcrumb.css +0 -21
  514. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/btn-group.css +0 -169
  515. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/btn-toolbar.css +0 -15
  516. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/btn.css +0 -158
  517. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/caret.css +0 -24
  518. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/close.css +0 -27
  519. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/container.css +0 -49
  520. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/dropdown.css +0 -133
  521. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/form.css +0 -401
  522. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/has.css +0 -172
  523. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/import_bootswatch.css +0 -46
  524. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/input-group.css +0 -184
  525. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/input.css +0 -39
  526. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/jumbotron.css +0 -44
  527. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/kbd.css +0 -17
  528. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/label.css +0 -33
  529. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/list-group.css +0 -75
  530. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/modal.css +0 -143
  531. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/nav-justified.css +0 -27
  532. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/nav-pills.css +0 -11
  533. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/nav-stacked.css +0 -8
  534. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/nav-tabs.css +0 -78
  535. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/nav.css +0 -27
  536. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/navbar.css +0 -351
  537. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/pager.css +0 -27
  538. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/pagination.css +0 -71
  539. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/panel.css +0 -264
  540. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/popover.css +0 -149
  541. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/pre.css +0 -22
  542. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/progress.css +0 -63
  543. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/table.css +0 -268
  544. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/thumbnail.css +0 -41
  545. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/tooltip.css +0 -129
  546. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/visible.css +0 -261
  547. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/well.css +0 -25
  548. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/_media-print.css +0 -71
  549. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/alert.css +0 -48
  550. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/animations.css +0 -26
  551. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/badge.css +0 -58
  552. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/basics.css +0 -725
  553. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/blockquote.css +0 -54
  554. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/breadcrumb.css +0 -21
  555. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/btn.css +0 -491
  556. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/carousel.css +0 -261
  557. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/close.css +0 -37
  558. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/col.css +0 -787
  559. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/collapse.css +0 -30
  560. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/container.css +0 -31
  561. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/dropdown.css +0 -158
  562. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/embed-responsive.css +0 -29
  563. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/fade.css +0 -10
  564. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/form_input.css +0 -782
  565. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/glyphicon.css +0 -1066
  566. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/img_figure.css +0 -39
  567. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/import_bootswatch.css +0 -38
  568. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/input-group.css +0 -184
  569. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/jumbotron.css +0 -49
  570. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/label.css +0 -35
  571. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/list-group.css +0 -133
  572. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/media.css +0 -60
  573. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/modal.css +0 -143
  574. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/nav.css +0 -276
  575. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/navbar.css +0 -408
  576. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/pager.css +0 -44
  577. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/pagination.css +0 -109
  578. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/panel.css +0 -288
  579. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/popover.css +0 -154
  580. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/progress.css +0 -95
  581. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/table.css +0 -171
  582. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/text.css +0 -31
  583. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/thumbnail.css +0 -29
  584. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/tooltip.css +0 -129
  585. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/visible.css +0 -269
  586. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/well.css +0 -31
  587. package/css/themes/deprecated/custom/_bootswatch-v3.3.7/alert.css +0 -37
  588. package/css/themes/deprecated/custom/_bootswatch-v3.3.7/col.css +0 -787
  589. package/css/themes/deprecated/custom/_bootswatch-v3.3.7/collapse.css +0 -30
  590. package/css/themes/deprecated/custom/_bootswatch-v3.3.7/embed-responsive.css +0 -29
  591. package/css/themes/deprecated/custom/_bootswatch-v3.3.7/glyphicon.css +0 -1066
  592. package/css/themes/deprecated/custom/_bootswatch-v3.3.7/navbar.css +0 -619
  593. package/css/themes/deprecated/custom/_bootswatch-v3.3.7/text.css +0 -31
  594. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/_media-print.css +0 -79
  595. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/accordion.css +0 -19
  596. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/alert.css +0 -27
  597. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/align.css +0 -393
  598. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/badge.css +0 -26
  599. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/basics.css +0 -706
  600. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/blockquote.css +0 -14
  601. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/border.css +0 -75
  602. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/breadcrumb.css +0 -35
  603. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/btn.css +0 -244
  604. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/card.css +0 -260
  605. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/carousel.css +0 -251
  606. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/close.css +0 -27
  607. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/col.css +0 -1125
  608. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/container.css +0 -39
  609. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/custom.css +0 -413
  610. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/display.css +0 -209
  611. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/dropdown.css +0 -176
  612. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/embed-responsive.css +0 -42
  613. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/flex.css +0 -318
  614. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/float.css +0 -59
  615. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/form.css +0 -294
  616. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/img_figure.css +0 -27
  617. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/import_bootswatch.css +0 -43
  618. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/input-group.css +0 -178
  619. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/jumbotron.css +0 -18
  620. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/justify.css +0 -136
  621. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/list-group.css +0 -218
  622. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/margin.css +0 -711
  623. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/modal.css +0 -182
  624. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/nav.css +0 -45
  625. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/navbar.css +0 -353
  626. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/padding.css +0 -611
  627. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/page.css +0 -55
  628. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/pagination.css +0 -44
  629. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/popover.css +0 -199
  630. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/position.css +0 -20
  631. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/progress.css +0 -46
  632. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/rounded.css +0 -31
  633. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/shadow.css +0 -19
  634. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/table.css +0 -96
  635. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/text.css +0 -113
  636. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/tooltip.css +0 -122
  637. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/validated.css +0 -239
  638. package/css/themes/deprecated/custom/aquamarine/custom-aquamarine.min.css +0 -3085
  639. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Black.woff +0 -0
  640. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Black.woff2 +0 -0
  641. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-BlackItalic.woff +0 -0
  642. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-BlackItalic.woff2 +0 -0
  643. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Bold.woff +0 -0
  644. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Bold.woff2 +0 -0
  645. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-BoldItalic.woff +0 -0
  646. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-BoldItalic.woff2 +0 -0
  647. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraBold.woff +0 -0
  648. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraBold.woff2 +0 -0
  649. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraBoldItalic.woff +0 -0
  650. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraBoldItalic.woff2 +0 -0
  651. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraLight.woff +0 -0
  652. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraLight.woff2 +0 -0
  653. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraLightItalic.woff +0 -0
  654. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraLightItalic.woff2 +0 -0
  655. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Italic.woff +0 -0
  656. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Italic.woff2 +0 -0
  657. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Light.woff +0 -0
  658. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Light.woff2 +0 -0
  659. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-LightItalic.woff +0 -0
  660. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-LightItalic.woff2 +0 -0
  661. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Medium.woff +0 -0
  662. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Medium.woff2 +0 -0
  663. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-MediumItalic.woff +0 -0
  664. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-MediumItalic.woff2 +0 -0
  665. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Regular.woff +0 -0
  666. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Regular.woff2 +0 -0
  667. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-SemiBold.woff +0 -0
  668. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-SemiBold.woff2 +0 -0
  669. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-SemiBoldItalic.woff +0 -0
  670. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-SemiBoldItalic.woff2 +0 -0
  671. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Thin.woff +0 -0
  672. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Thin.woff2 +0 -0
  673. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-ThinItalic.woff +0 -0
  674. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-ThinItalic.woff2 +0 -0
  675. package/css/themes/deprecated/custom/aquamarine/img/arrow-gray.svg +0 -3
  676. package/css/themes/deprecated/custom/aquamarine/img/arrow-white.svg +0 -3
  677. package/css/themes/deprecated/custom/cerulean/img/arrow-gray.svg +0 -10
  678. package/css/themes/deprecated/custom/cerulean/img/arrow-white.svg +0 -10
  679. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/_media-print.css +0 -73
  680. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/alert.css +0 -37
  681. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/animations.css +0 -26
  682. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/badge.css +0 -48
  683. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/basics.css +0 -734
  684. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/blockquote.css +0 -54
  685. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/breadcrumb.css +0 -30
  686. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/btn.css +0 -391
  687. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/carousel.css +0 -252
  688. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/close.css +0 -27
  689. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/col.css +0 -787
  690. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/collapse.css +0 -30
  691. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/container.css +0 -31
  692. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/dropdown.css +0 -157
  693. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/embed-responsive.css +0 -29
  694. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/fade.css +0 -10
  695. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/figure_img.css +0 -39
  696. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/form-control.css +0 -310
  697. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/glyphicon.css +0 -1066
  698. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/import_bootswatch.css +0 -40
  699. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/input-group.css +0 -184
  700. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/input.css +0 -144
  701. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/jumbotron.css +0 -49
  702. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/label.css +0 -35
  703. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/list-group.css +0 -129
  704. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/media.css +0 -60
  705. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/modal.css +0 -142
  706. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/nav.css +0 -271
  707. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/pager.css +0 -52
  708. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/pagination.css +0 -113
  709. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/panel.css +0 -295
  710. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/popover.css +0 -148
  711. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/progress.css +0 -65
  712. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/table.css +0 -268
  713. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/text.css +0 -31
  714. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/thumbnail.css +0 -29
  715. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/tooltip.css +0 -129
  716. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/visible.css +0 -269
  717. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/well.css +0 -25
  718. package/css/themes/deprecated/custom/dsgov/custom-dsgov.min.css +0 -3246
  719. package/css/themes/deprecated/custom/dsgov/font/WorkSans-Black.woff +0 -0
  720. package/css/themes/deprecated/custom/dsgov/font/WorkSans-Black.woff2 +0 -0
  721. package/css/themes/deprecated/custom/dsgov/font/WorkSans-BlackItalic.woff +0 -0
  722. package/css/themes/deprecated/custom/dsgov/font/WorkSans-BlackItalic.woff2 +0 -0
  723. package/css/themes/deprecated/custom/dsgov/font/WorkSans-Bold.woff +0 -0
  724. package/css/themes/deprecated/custom/dsgov/font/WorkSans-Bold.woff2 +0 -0
  725. package/css/themes/deprecated/custom/dsgov/font/WorkSans-BoldItalic.woff +0 -0
  726. package/css/themes/deprecated/custom/dsgov/font/WorkSans-BoldItalic.woff2 +0 -0
  727. package/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraBold.woff +0 -0
  728. package/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraBold.woff2 +0 -0
  729. package/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraBoldItalic.woff +0 -0
  730. package/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraBoldItalic.woff2 +0 -0
  731. package/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraLight.woff +0 -0
  732. package/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraLight.woff2 +0 -0
  733. package/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraLightItalic.woff +0 -0
  734. package/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraLightItalic.woff2 +0 -0
  735. package/css/themes/deprecated/custom/dsgov/font/WorkSans-Italic.woff +0 -0
  736. package/css/themes/deprecated/custom/dsgov/font/WorkSans-Italic.woff2 +0 -0
  737. package/css/themes/deprecated/custom/dsgov/font/WorkSans-Light.woff +0 -0
  738. package/css/themes/deprecated/custom/dsgov/font/WorkSans-Light.woff2 +0 -0
  739. package/css/themes/deprecated/custom/dsgov/font/WorkSans-LightItalic.woff +0 -0
  740. package/css/themes/deprecated/custom/dsgov/font/WorkSans-LightItalic.woff2 +0 -0
  741. package/css/themes/deprecated/custom/dsgov/font/WorkSans-Medium.woff +0 -0
  742. package/css/themes/deprecated/custom/dsgov/font/WorkSans-Medium.woff2 +0 -0
  743. package/css/themes/deprecated/custom/dsgov/font/WorkSans-MediumItalic.woff +0 -0
  744. package/css/themes/deprecated/custom/dsgov/font/WorkSans-MediumItalic.woff2 +0 -0
  745. package/css/themes/deprecated/custom/dsgov/font/WorkSans-Regular.woff +0 -0
  746. package/css/themes/deprecated/custom/dsgov/font/WorkSans-Regular.woff2 +0 -0
  747. package/css/themes/deprecated/custom/dsgov/font/WorkSans-SemiBold.woff +0 -0
  748. package/css/themes/deprecated/custom/dsgov/font/WorkSans-SemiBold.woff2 +0 -0
  749. package/css/themes/deprecated/custom/dsgov/font/WorkSans-SemiBoldItalic.woff +0 -0
  750. package/css/themes/deprecated/custom/dsgov/font/WorkSans-SemiBoldItalic.woff2 +0 -0
  751. package/css/themes/deprecated/custom/dsgov/font/WorkSans-Thin.woff +0 -0
  752. package/css/themes/deprecated/custom/dsgov/font/WorkSans-Thin.woff2 +0 -0
  753. package/css/themes/deprecated/custom/dsgov/font/WorkSans-ThinItalic.woff +0 -0
  754. package/css/themes/deprecated/custom/dsgov/font/WorkSans-ThinItalic.woff2 +0 -0
  755. package/css/themes/deprecated/custom/dsgov/font/fonts.css +0 -162
  756. package/css/themes/deprecated/custom/dsgov/font2/fonts.css +0 -144
  757. package/css/themes/deprecated/custom/dsgov/font2/rawline-100.woff +0 -0
  758. package/css/themes/deprecated/custom/dsgov/font2/rawline-100i.woff +0 -0
  759. package/css/themes/deprecated/custom/dsgov/font2/rawline-200.woff +0 -0
  760. package/css/themes/deprecated/custom/dsgov/font2/rawline-200i.woff +0 -0
  761. package/css/themes/deprecated/custom/dsgov/font2/rawline-300.woff +0 -0
  762. package/css/themes/deprecated/custom/dsgov/font2/rawline-300i.woff +0 -0
  763. package/css/themes/deprecated/custom/dsgov/font2/rawline-400.woff +0 -0
  764. package/css/themes/deprecated/custom/dsgov/font2/rawline-400i.woff +0 -0
  765. package/css/themes/deprecated/custom/dsgov/font2/rawline-500.woff +0 -0
  766. package/css/themes/deprecated/custom/dsgov/font2/rawline-500i.woff +0 -0
  767. package/css/themes/deprecated/custom/dsgov/font2/rawline-600.woff +0 -0
  768. package/css/themes/deprecated/custom/dsgov/font2/rawline-600i.woff +0 -0
  769. package/css/themes/deprecated/custom/dsgov/font2/rawline-700.woff +0 -0
  770. package/css/themes/deprecated/custom/dsgov/font2/rawline-700i.woff +0 -0
  771. package/css/themes/deprecated/custom/dsgov/font2/rawline-800.woff +0 -0
  772. package/css/themes/deprecated/custom/dsgov/font2/rawline-800i.woff +0 -0
  773. package/css/themes/deprecated/custom/dsgov/font2/rawline-900.woff +0 -0
  774. package/css/themes/deprecated/custom/dsgov/font2/rawline-900i.woff +0 -0
  775. package/css/themes/deprecated/custom/dsgov/img/arrow-blue.svg +0 -9
  776. package/css/themes/deprecated/custom/dsgov/img/cover.jpg +0 -0
  777. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/_media-print.css +0 -73
  778. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/alert.css +0 -37
  779. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/animations.css +0 -26
  780. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/badge.css +0 -48
  781. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/basics.css +0 -734
  782. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/blockquote.css +0 -54
  783. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/breadcrumb.css +0 -30
  784. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/btn.css +0 -391
  785. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/carousel.css +0 -252
  786. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/close.css +0 -27
  787. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/col.css +0 -787
  788. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/collapse.css +0 -30
  789. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/container.css +0 -31
  790. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/dropdown.css +0 -157
  791. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/embed-responsive.css +0 -29
  792. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/fade.css +0 -10
  793. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/figure_img.css +0 -39
  794. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/form-control.css +0 -310
  795. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/glyphicon.css +0 -1066
  796. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/import_bootswatch.css +0 -40
  797. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/input-group.css +0 -184
  798. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/input.css +0 -144
  799. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/jumbotron.css +0 -49
  800. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/label.css +0 -35
  801. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/list-group.css +0 -129
  802. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/media.css +0 -60
  803. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/modal.css +0 -142
  804. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/nav.css +0 -271
  805. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/navbar.css +0 -617
  806. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/pager.css +0 -52
  807. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/pagination.css +0 -113
  808. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/panel.css +0 -295
  809. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/popover.css +0 -148
  810. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/progress.css +0 -65
  811. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/table.css +0 -268
  812. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/text.css +0 -31
  813. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/thumbnail.css +0 -29
  814. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/tooltip.css +0 -129
  815. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/visible.css +0 -269
  816. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/well.css +0 -25
  817. package/css/themes/deprecated/custom/fuse/components_css/carousel.css +0 -252
  818. package/css/themes/deprecated/custom/fuse/components_css/media.css +0 -60
  819. package/css/themes/deprecated/custom/fuse/custom-fuse.min.css +0 -4179
  820. package/css/themes/deprecated/custom/fuse/font/fonts.css +0 -8
  821. package/css/themes/deprecated/custom/fuse/img/arrow-gray.svg +0 -9
  822. package/css/themes/deprecated/custom/fuse/img/arrow-white.svg +0 -9
  823. package/css/themes/deprecated/custom/lumen/font/SourceSansPro-Black.woff +0 -0
  824. package/css/themes/deprecated/custom/lumen/font/SourceSansPro-Black.woff2 +0 -0
  825. package/css/themes/deprecated/custom/lumen/font/SourceSansPro-BlackIt.woff +0 -0
  826. package/css/themes/deprecated/custom/lumen/font/SourceSansPro-BlackIt.woff2 +0 -0
  827. package/css/themes/deprecated/custom/lumen/font/SourceSansPro-Bold.woff +0 -0
  828. package/css/themes/deprecated/custom/lumen/font/SourceSansPro-Bold.woff2 +0 -0
  829. package/css/themes/deprecated/custom/lumen/font/SourceSansPro-BoldIt.woff +0 -0
  830. package/css/themes/deprecated/custom/lumen/font/SourceSansPro-BoldIt.woff2 +0 -0
  831. package/css/themes/deprecated/custom/lumen/font/SourceSansPro-ExtraLight.woff +0 -0
  832. package/css/themes/deprecated/custom/lumen/font/SourceSansPro-ExtraLight.woff2 +0 -0
  833. package/css/themes/deprecated/custom/lumen/font/SourceSansPro-ExtraLightIt.woff +0 -0
  834. package/css/themes/deprecated/custom/lumen/font/SourceSansPro-ExtraLightIt.woff2 +0 -0
  835. package/css/themes/deprecated/custom/lumen/font/SourceSansPro-It.woff +0 -0
  836. package/css/themes/deprecated/custom/lumen/font/SourceSansPro-It.woff2 +0 -0
  837. package/css/themes/deprecated/custom/lumen/font/SourceSansPro-Light.woff +0 -0
  838. package/css/themes/deprecated/custom/lumen/font/SourceSansPro-Light.woff2 +0 -0
  839. package/css/themes/deprecated/custom/lumen/font/SourceSansPro-LightIt.woff +0 -0
  840. package/css/themes/deprecated/custom/lumen/font/SourceSansPro-LightIt.woff2 +0 -0
  841. package/css/themes/deprecated/custom/lumen/font/SourceSansPro-Regular.woff +0 -0
  842. package/css/themes/deprecated/custom/lumen/font/SourceSansPro-Regular.woff2 +0 -0
  843. package/css/themes/deprecated/custom/lumen/font/SourceSansPro-Semibold.woff +0 -0
  844. package/css/themes/deprecated/custom/lumen/font/SourceSansPro-Semibold.woff2 +0 -0
  845. package/css/themes/deprecated/custom/lumen/font/SourceSansPro-SemiboldIt.woff +0 -0
  846. package/css/themes/deprecated/custom/lumen/font/SourceSansPro-SemiboldIt.woff2 +0 -0
  847. package/css/themes/deprecated/custom/lumen/font/fonts.css +0 -108
  848. package/css/themes/deprecated/custom/lumen/img/arrow-gray.svg +0 -11
  849. package/css/themes/deprecated/custom/lumen/img/arrow-white.svg +0 -11
  850. package/css/themes/deprecated/custom/material/font/Roboto-Black.woff +0 -0
  851. package/css/themes/deprecated/custom/material/font/Roboto-Black.woff2 +0 -0
  852. package/css/themes/deprecated/custom/material/font/Roboto-BlackItalic.woff +0 -0
  853. package/css/themes/deprecated/custom/material/font/Roboto-BlackItalic.woff2 +0 -0
  854. package/css/themes/deprecated/custom/material/font/Roboto-Bold.woff +0 -0
  855. package/css/themes/deprecated/custom/material/font/Roboto-Bold.woff2 +0 -0
  856. package/css/themes/deprecated/custom/material/font/Roboto-BoldItalic.woff +0 -0
  857. package/css/themes/deprecated/custom/material/font/Roboto-BoldItalic.woff2 +0 -0
  858. package/css/themes/deprecated/custom/material/font/Roboto-Italic.woff +0 -0
  859. package/css/themes/deprecated/custom/material/font/Roboto-Italic.woff2 +0 -0
  860. package/css/themes/deprecated/custom/material/font/Roboto-Light.woff +0 -0
  861. package/css/themes/deprecated/custom/material/font/Roboto-Light.woff2 +0 -0
  862. package/css/themes/deprecated/custom/material/font/Roboto-LightItalic.woff +0 -0
  863. package/css/themes/deprecated/custom/material/font/Roboto-LightItalic.woff2 +0 -0
  864. package/css/themes/deprecated/custom/material/font/Roboto-Medium.woff +0 -0
  865. package/css/themes/deprecated/custom/material/font/Roboto-Medium.woff2 +0 -0
  866. package/css/themes/deprecated/custom/material/font/Roboto-MediumItalic.woff +0 -0
  867. package/css/themes/deprecated/custom/material/font/Roboto-MediumItalic.woff2 +0 -0
  868. package/css/themes/deprecated/custom/material/font/Roboto-Regular.woff +0 -0
  869. package/css/themes/deprecated/custom/material/font/Roboto-Regular.woff2 +0 -0
  870. package/css/themes/deprecated/custom/material/font/Roboto-Thin.woff +0 -0
  871. package/css/themes/deprecated/custom/material/font/Roboto-Thin.woff2 +0 -0
  872. package/css/themes/deprecated/custom/material/font/Roboto-ThinItalic.woff +0 -0
  873. package/css/themes/deprecated/custom/material/font/Roboto-ThinItalic.woff2 +0 -0
  874. package/css/themes/deprecated/custom/material/font/fonts.css +0 -108
  875. package/css/themes/deprecated/custom/material/img/arrow-gray.svg +0 -11
  876. package/css/themes/deprecated/custom/material/img/arrow-white.svg +0 -11
  877. package/css/themes/deprecated/custom/material_raiz/components_css/crn-button.css +0 -174
  878. package/css/themes/deprecated/custom/material_raiz/components_css/crn-carousel.css +0 -11
  879. package/css/themes/deprecated/custom/material_raiz/components_css/crn-cron-calendar.css +0 -176
  880. package/css/themes/deprecated/custom/material_raiz/components_css/crn-cron-grid.css +0 -241
  881. package/css/themes/deprecated/custom/material_raiz/components_css/crn-enterprise.css +0 -58
  882. package/css/themes/deprecated/custom/material_raiz/components_css/crn-navbar.css +0 -185
  883. package/css/themes/deprecated/custom/material_raiz/components_css/crn-scheduler.css +0 -98
  884. package/css/themes/deprecated/custom/material_raiz/components_css/login.css +0 -38
  885. package/css/themes/deprecated/custom/material_raiz/components_css/ui-notification.css +0 -27
  886. package/css/themes/deprecated/custom/material_raiz/custom-material_raiz.css +0 -363
  887. package/css/themes/deprecated/cyborg.min.css +0 -7
  888. package/css/themes/deprecated/darkly.min.css +0 -7
  889. package/css/themes/deprecated/dsgov.min.css +0 -6
  890. package/css/themes/deprecated/flatly.min.css +0 -7
  891. package/css/themes/deprecated/fuse.min.css +0 -7
  892. package/css/themes/deprecated/journal.min.css +0 -7
  893. package/css/themes/deprecated/lumen.min.css +0 -7
  894. package/css/themes/deprecated/material.min.css +0 -4
  895. package/css/themes/deprecated/material_raiz.min.css +0 -3
  896. package/css/themes/deprecated/paper.min.css +0 -7
  897. package/css/themes/deprecated/readable.min.css +0 -7
  898. package/css/themes/deprecated/sandstone.min.css +0 -7
  899. package/css/themes/deprecated/simplex.min.css +0 -7
  900. package/css/themes/deprecated/slate.min.css +0 -7
  901. package/css/themes/deprecated/spacelab.min.css +0 -7
  902. package/css/themes/deprecated/superhero.min.css +0 -7
  903. package/css/themes/deprecated/united.min.css +0 -7
  904. package/css/themes/deprecated/yeti.min.css +0 -7
  905. package/dist/css/themes/deprecated/aquamarine.min.css +0 -1
  906. package/dist/css/themes/deprecated/cerulean.min.css +0 -1
  907. package/dist/css/themes/deprecated/cosmo.min.css +0 -1
  908. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/_media-print.css +0 -1
  909. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/badge.css +0 -1
  910. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/basics.css +0 -11
  911. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/blockquote.css +0 -1
  912. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/breadcrumb.css +0 -1
  913. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/btn-group.css +0 -1
  914. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/btn-toolbar.css +0 -1
  915. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/btn.css +0 -1
  916. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/caret.css +0 -1
  917. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/close.css +0 -1
  918. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/container.css +0 -1
  919. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/dropdown.css +0 -1
  920. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/form.css +0 -1
  921. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/has.css +0 -1
  922. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/import_bootswatch.css +0 -1
  923. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/input-group.css +0 -1
  924. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/input.css +0 -1
  925. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/jumbotron.css +0 -1
  926. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/kbd.css +0 -1
  927. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/label.css +0 -1
  928. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/list-group.css +0 -1
  929. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/modal.css +0 -1
  930. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/nav-justified.css +0 -1
  931. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/nav-pills.css +0 -1
  932. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/nav-stacked.css +0 -1
  933. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/nav-tabs.css +0 -1
  934. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/nav.css +0 -1
  935. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/navbar.css +0 -1
  936. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/pager.css +0 -1
  937. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/pagination.css +0 -1
  938. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/panel.css +0 -1
  939. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/popover.css +0 -1
  940. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/pre.css +0 -1
  941. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/progress.css +0 -1
  942. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/table.css +0 -1
  943. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/thumbnail.css +0 -1
  944. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/tooltip.css +0 -1
  945. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/visible.css +0 -1
  946. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/well.css +0 -1
  947. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/_media-print.css +0 -1
  948. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/alert.css +0 -1
  949. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/badge.css +0 -1
  950. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/basics.css +0 -11
  951. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/blockquote.css +0 -1
  952. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/breadcrumb.css +0 -1
  953. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/btn.css +0 -1
  954. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/carousel.css +0 -1
  955. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/close.css +0 -1
  956. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/col.css +0 -1
  957. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/collapse.css +0 -1
  958. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/dropdown.css +0 -1
  959. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/embed-responsive.css +0 -1
  960. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/form_input.css +0 -1
  961. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/glyphicon.css +0 -1
  962. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/img_figure.css +0 -1
  963. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/import_bootswatch.css +0 -1
  964. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/input-group.css +0 -1
  965. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/jumbotron.css +0 -1
  966. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/label.css +0 -1
  967. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/list-group.css +0 -1
  968. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/modal.css +0 -1
  969. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/nav.css +0 -1
  970. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/navbar.css +0 -1
  971. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/pager.css +0 -1
  972. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/pagination.css +0 -1
  973. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/panel.css +0 -1
  974. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/popover.css +0 -1
  975. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/progress.css +0 -1
  976. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/table.css +0 -1
  977. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/text.css +0 -1
  978. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/thumbnail.css +0 -1
  979. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/tooltip.css +0 -1
  980. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/well.css +0 -1
  981. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/alert.css +0 -1
  982. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/animations.css +0 -1
  983. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/col.css +0 -1
  984. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/collapse.css +0 -1
  985. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/container.css +0 -1
  986. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/embed-responsive.css +0 -1
  987. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/fade.css +0 -1
  988. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/glyphicon.css +0 -1
  989. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/media.css +0 -1
  990. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/navbar.css +0 -1
  991. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/text.css +0 -1
  992. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/visible.css +0 -1
  993. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/_media-print.css +0 -1
  994. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/accordion.css +0 -1
  995. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/alert.css +0 -1
  996. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/align.css +0 -1
  997. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/badge.css +0 -1
  998. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/basics.css +0 -12
  999. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/blockquote.css +0 -1
  1000. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/border.css +0 -1
  1001. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/breadcrumb.css +0 -1
  1002. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/btn.css +0 -1
  1003. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/card.css +0 -1
  1004. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/carousel.css +0 -1
  1005. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/close.css +0 -1
  1006. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/col.css +0 -1
  1007. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/container.css +0 -1
  1008. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/custom.css +0 -1
  1009. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/display.css +0 -1
  1010. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/dropdown.css +0 -1
  1011. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/embed-responsive.css +0 -1
  1012. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/flex.css +0 -1
  1013. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/float.css +0 -1
  1014. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/form.css +0 -1
  1015. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/img_figure.css +0 -1
  1016. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/import_bootswatch.css +0 -1
  1017. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/input-group.css +0 -1
  1018. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/jumbotron.css +0 -1
  1019. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/justify.css +0 -1
  1020. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/list-group.css +0 -1
  1021. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/margin.css +0 -1
  1022. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/modal.css +0 -1
  1023. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/nav.css +0 -1
  1024. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/navbar.css +0 -1
  1025. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/padding.css +0 -1
  1026. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/page.css +0 -1
  1027. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/pagination.css +0 -1
  1028. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/popover.css +0 -1
  1029. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/position.css +0 -1
  1030. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/progress.css +0 -1
  1031. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/rounded.css +0 -1
  1032. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/shadow.css +0 -1
  1033. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/table.css +0 -1
  1034. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/text.css +0 -1
  1035. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/tooltip.css +0 -1
  1036. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/validated.css +0 -1
  1037. package/dist/css/themes/deprecated/custom/aquamarine/custom-aquamarine.min.css +0 -1
  1038. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Black.woff +0 -0
  1039. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Black.woff2 +0 -0
  1040. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-BlackItalic.woff +0 -0
  1041. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-BlackItalic.woff2 +0 -0
  1042. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Bold.woff +0 -0
  1043. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Bold.woff2 +0 -0
  1044. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-BoldItalic.woff +0 -0
  1045. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-BoldItalic.woff2 +0 -0
  1046. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraBold.woff +0 -0
  1047. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraBold.woff2 +0 -0
  1048. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraBoldItalic.woff +0 -0
  1049. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraBoldItalic.woff2 +0 -0
  1050. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraLight.woff +0 -0
  1051. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraLight.woff2 +0 -0
  1052. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraLightItalic.woff +0 -0
  1053. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraLightItalic.woff2 +0 -0
  1054. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Italic.woff +0 -0
  1055. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Italic.woff2 +0 -0
  1056. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Light.woff +0 -0
  1057. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Light.woff2 +0 -0
  1058. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-LightItalic.woff +0 -0
  1059. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-LightItalic.woff2 +0 -0
  1060. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Medium.woff +0 -0
  1061. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Medium.woff2 +0 -0
  1062. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-MediumItalic.woff +0 -0
  1063. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-MediumItalic.woff2 +0 -0
  1064. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Regular.woff +0 -0
  1065. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Regular.woff2 +0 -0
  1066. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-SemiBold.woff +0 -0
  1067. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-SemiBold.woff2 +0 -0
  1068. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-SemiBoldItalic.woff +0 -0
  1069. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-SemiBoldItalic.woff2 +0 -0
  1070. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Thin.woff +0 -0
  1071. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Thin.woff2 +0 -0
  1072. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-ThinItalic.woff +0 -0
  1073. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-ThinItalic.woff2 +0 -0
  1074. package/dist/css/themes/deprecated/custom/aquamarine/img/arrow-gray.svg +0 -1
  1075. package/dist/css/themes/deprecated/custom/aquamarine/img/arrow-white.svg +0 -1
  1076. package/dist/css/themes/deprecated/custom/cerulean/img/arrow-gray.svg +0 -1
  1077. package/dist/css/themes/deprecated/custom/cerulean/img/arrow-white.svg +0 -1
  1078. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/_media-print.css +0 -1
  1079. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/alert.css +0 -1
  1080. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/animations.css +0 -1
  1081. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/badge.css +0 -1
  1082. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/basics.css +0 -11
  1083. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/blockquote.css +0 -1
  1084. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/breadcrumb.css +0 -1
  1085. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/btn.css +0 -1
  1086. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/carousel.css +0 -1
  1087. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/close.css +0 -1
  1088. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/col.css +0 -1
  1089. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/collapse.css +0 -1
  1090. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/container.css +0 -1
  1091. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/dropdown.css +0 -1
  1092. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/embed-responsive.css +0 -1
  1093. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/fade.css +0 -1
  1094. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/figure_img.css +0 -1
  1095. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/form-control.css +0 -1
  1096. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/glyphicon.css +0 -1
  1097. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/import_bootswatch.css +0 -1
  1098. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/input-group.css +0 -1
  1099. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/input.css +0 -1
  1100. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/jumbotron.css +0 -1
  1101. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/label.css +0 -1
  1102. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/list-group.css +0 -1
  1103. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/media.css +0 -1
  1104. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/modal.css +0 -1
  1105. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/nav.css +0 -1
  1106. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/pager.css +0 -1
  1107. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/pagination.css +0 -1
  1108. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/panel.css +0 -1
  1109. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/popover.css +0 -1
  1110. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/progress.css +0 -1
  1111. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/table.css +0 -1
  1112. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/text.css +0 -1
  1113. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/thumbnail.css +0 -1
  1114. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/tooltip.css +0 -1
  1115. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/visible.css +0 -1
  1116. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/well.css +0 -1
  1117. package/dist/css/themes/deprecated/custom/dsgov/custom-dsgov.min.css +0 -1
  1118. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Black.woff +0 -0
  1119. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Black.woff2 +0 -0
  1120. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-BlackItalic.woff +0 -0
  1121. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-BlackItalic.woff2 +0 -0
  1122. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Bold.woff +0 -0
  1123. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Bold.woff2 +0 -0
  1124. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-BoldItalic.woff +0 -0
  1125. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-BoldItalic.woff2 +0 -0
  1126. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraBold.woff +0 -0
  1127. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraBold.woff2 +0 -0
  1128. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraBoldItalic.woff +0 -0
  1129. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraBoldItalic.woff2 +0 -0
  1130. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraLight.woff +0 -0
  1131. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraLight.woff2 +0 -0
  1132. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraLightItalic.woff +0 -0
  1133. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraLightItalic.woff2 +0 -0
  1134. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Italic.woff +0 -0
  1135. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Italic.woff2 +0 -0
  1136. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Light.woff +0 -0
  1137. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Light.woff2 +0 -0
  1138. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-LightItalic.woff +0 -0
  1139. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-LightItalic.woff2 +0 -0
  1140. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Medium.woff +0 -0
  1141. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Medium.woff2 +0 -0
  1142. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-MediumItalic.woff +0 -0
  1143. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-MediumItalic.woff2 +0 -0
  1144. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Regular.woff +0 -0
  1145. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Regular.woff2 +0 -0
  1146. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-SemiBold.woff +0 -0
  1147. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-SemiBold.woff2 +0 -0
  1148. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-SemiBoldItalic.woff +0 -0
  1149. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-SemiBoldItalic.woff2 +0 -0
  1150. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Thin.woff +0 -0
  1151. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Thin.woff2 +0 -0
  1152. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-ThinItalic.woff +0 -0
  1153. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-ThinItalic.woff2 +0 -0
  1154. package/dist/css/themes/deprecated/custom/dsgov/font/fonts.css +0 -1
  1155. package/dist/css/themes/deprecated/custom/dsgov/font2/fonts.css +0 -1
  1156. package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-100.woff +0 -0
  1157. package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-100i.woff +0 -0
  1158. package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-200.woff +0 -0
  1159. package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-200i.woff +0 -0
  1160. package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-300.woff +0 -0
  1161. package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-300i.woff +0 -0
  1162. package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-400.woff +0 -0
  1163. package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-400i.woff +0 -0
  1164. package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-500.woff +0 -0
  1165. package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-500i.woff +0 -0
  1166. package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-600.woff +0 -0
  1167. package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-600i.woff +0 -0
  1168. package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-700.woff +0 -0
  1169. package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-700i.woff +0 -0
  1170. package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-800.woff +0 -0
  1171. package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-800i.woff +0 -0
  1172. package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-900.woff +0 -0
  1173. package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-900i.woff +0 -0
  1174. package/dist/css/themes/deprecated/custom/dsgov/img/arrow-blue.svg +0 -1
  1175. package/dist/css/themes/deprecated/custom/dsgov/img/cover.jpg +0 -0
  1176. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/_media-print.css +0 -1
  1177. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/alert.css +0 -1
  1178. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/animations.css +0 -1
  1179. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/badge.css +0 -1
  1180. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/basics.css +0 -11
  1181. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/blockquote.css +0 -1
  1182. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/breadcrumb.css +0 -1
  1183. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/btn.css +0 -1
  1184. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/carousel.css +0 -1
  1185. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/close.css +0 -1
  1186. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/col.css +0 -1
  1187. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/collapse.css +0 -1
  1188. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/container.css +0 -1
  1189. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/dropdown.css +0 -1
  1190. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/embed-responsive.css +0 -1
  1191. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/fade.css +0 -1
  1192. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/figure_img.css +0 -1
  1193. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/form-control.css +0 -1
  1194. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/glyphicon.css +0 -1
  1195. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/import_bootswatch.css +0 -1
  1196. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/input-group.css +0 -1
  1197. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/input.css +0 -1
  1198. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/jumbotron.css +0 -1
  1199. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/label.css +0 -1
  1200. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/list-group.css +0 -1
  1201. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/media.css +0 -1
  1202. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/modal.css +0 -1
  1203. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/nav.css +0 -1
  1204. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/navbar.css +0 -1
  1205. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/pager.css +0 -1
  1206. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/pagination.css +0 -1
  1207. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/panel.css +0 -1
  1208. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/popover.css +0 -1
  1209. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/progress.css +0 -1
  1210. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/table.css +0 -1
  1211. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/text.css +0 -1
  1212. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/thumbnail.css +0 -1
  1213. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/tooltip.css +0 -1
  1214. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/visible.css +0 -1
  1215. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/well.css +0 -1
  1216. package/dist/css/themes/deprecated/custom/fuse/components_css/carousel.css +0 -1
  1217. package/dist/css/themes/deprecated/custom/fuse/components_css/media.css +0 -1
  1218. package/dist/css/themes/deprecated/custom/fuse/custom-fuse.min.css +0 -1
  1219. package/dist/css/themes/deprecated/custom/fuse/font/fonts.css +0 -1
  1220. package/dist/css/themes/deprecated/custom/fuse/img/arrow-gray.svg +0 -1
  1221. package/dist/css/themes/deprecated/custom/fuse/img/arrow-white.svg +0 -1
  1222. package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-Black.woff +0 -0
  1223. package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-Black.woff2 +0 -0
  1224. package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-BlackIt.woff +0 -0
  1225. package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-BlackIt.woff2 +0 -0
  1226. package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-Bold.woff +0 -0
  1227. package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-Bold.woff2 +0 -0
  1228. package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-BoldIt.woff +0 -0
  1229. package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-BoldIt.woff2 +0 -0
  1230. package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-ExtraLight.woff +0 -0
  1231. package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-ExtraLight.woff2 +0 -0
  1232. package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-ExtraLightIt.woff +0 -0
  1233. package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-ExtraLightIt.woff2 +0 -0
  1234. package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-It.woff +0 -0
  1235. package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-It.woff2 +0 -0
  1236. package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-Light.woff +0 -0
  1237. package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-Light.woff2 +0 -0
  1238. package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-LightIt.woff +0 -0
  1239. package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-LightIt.woff2 +0 -0
  1240. package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-Regular.woff +0 -0
  1241. package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-Regular.woff2 +0 -0
  1242. package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-Semibold.woff +0 -0
  1243. package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-Semibold.woff2 +0 -0
  1244. package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-SemiboldIt.woff +0 -0
  1245. package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-SemiboldIt.woff2 +0 -0
  1246. package/dist/css/themes/deprecated/custom/lumen/font/fonts.css +0 -1
  1247. package/dist/css/themes/deprecated/custom/lumen/img/arrow-gray.svg +0 -1
  1248. package/dist/css/themes/deprecated/custom/lumen/img/arrow-white.svg +0 -1
  1249. package/dist/css/themes/deprecated/custom/material/font/Roboto-Black.woff +0 -0
  1250. package/dist/css/themes/deprecated/custom/material/font/Roboto-Black.woff2 +0 -0
  1251. package/dist/css/themes/deprecated/custom/material/font/Roboto-BlackItalic.woff +0 -0
  1252. package/dist/css/themes/deprecated/custom/material/font/Roboto-BlackItalic.woff2 +0 -0
  1253. package/dist/css/themes/deprecated/custom/material/font/Roboto-Bold.woff +0 -0
  1254. package/dist/css/themes/deprecated/custom/material/font/Roboto-Bold.woff2 +0 -0
  1255. package/dist/css/themes/deprecated/custom/material/font/Roboto-BoldItalic.woff +0 -0
  1256. package/dist/css/themes/deprecated/custom/material/font/Roboto-BoldItalic.woff2 +0 -0
  1257. package/dist/css/themes/deprecated/custom/material/font/Roboto-Italic.woff +0 -0
  1258. package/dist/css/themes/deprecated/custom/material/font/Roboto-Italic.woff2 +0 -0
  1259. package/dist/css/themes/deprecated/custom/material/font/Roboto-Light.woff +0 -0
  1260. package/dist/css/themes/deprecated/custom/material/font/Roboto-Light.woff2 +0 -0
  1261. package/dist/css/themes/deprecated/custom/material/font/Roboto-LightItalic.woff +0 -0
  1262. package/dist/css/themes/deprecated/custom/material/font/Roboto-LightItalic.woff2 +0 -0
  1263. package/dist/css/themes/deprecated/custom/material/font/Roboto-Medium.woff +0 -0
  1264. package/dist/css/themes/deprecated/custom/material/font/Roboto-Medium.woff2 +0 -0
  1265. package/dist/css/themes/deprecated/custom/material/font/Roboto-MediumItalic.woff +0 -0
  1266. package/dist/css/themes/deprecated/custom/material/font/Roboto-MediumItalic.woff2 +0 -0
  1267. package/dist/css/themes/deprecated/custom/material/font/Roboto-Regular.woff +0 -0
  1268. package/dist/css/themes/deprecated/custom/material/font/Roboto-Regular.woff2 +0 -0
  1269. package/dist/css/themes/deprecated/custom/material/font/Roboto-Thin.woff +0 -0
  1270. package/dist/css/themes/deprecated/custom/material/font/Roboto-Thin.woff2 +0 -0
  1271. package/dist/css/themes/deprecated/custom/material/font/Roboto-ThinItalic.woff +0 -0
  1272. package/dist/css/themes/deprecated/custom/material/font/Roboto-ThinItalic.woff2 +0 -0
  1273. package/dist/css/themes/deprecated/custom/material/font/fonts.css +0 -1
  1274. package/dist/css/themes/deprecated/custom/material/img/arrow-gray.svg +0 -1
  1275. package/dist/css/themes/deprecated/custom/material/img/arrow-white.svg +0 -1
  1276. package/dist/css/themes/deprecated/custom/material_raiz/components_css/crn-button.css +0 -1
  1277. package/dist/css/themes/deprecated/custom/material_raiz/components_css/crn-carousel.css +0 -1
  1278. package/dist/css/themes/deprecated/custom/material_raiz/components_css/crn-cron-calendar.css +0 -1
  1279. package/dist/css/themes/deprecated/custom/material_raiz/components_css/crn-cron-grid.css +0 -1
  1280. package/dist/css/themes/deprecated/custom/material_raiz/components_css/crn-enterprise.css +0 -1
  1281. package/dist/css/themes/deprecated/custom/material_raiz/components_css/crn-navbar.css +0 -1
  1282. package/dist/css/themes/deprecated/custom/material_raiz/components_css/crn-scheduler.css +0 -1
  1283. package/dist/css/themes/deprecated/custom/material_raiz/components_css/login.css +0 -1
  1284. package/dist/css/themes/deprecated/custom/material_raiz/components_css/ui-notification.css +0 -1
  1285. package/dist/css/themes/deprecated/custom/material_raiz/custom-material_raiz.css +0 -1
  1286. package/dist/css/themes/deprecated/cyborg.min.css +0 -1
  1287. package/dist/css/themes/deprecated/darkly.min.css +0 -1
  1288. package/dist/css/themes/deprecated/dsgov.min.css +0 -1
  1289. package/dist/css/themes/deprecated/flatly.min.css +0 -1
  1290. package/dist/css/themes/deprecated/fuse.min.css +0 -1
  1291. package/dist/css/themes/deprecated/journal.min.css +0 -1
  1292. package/dist/css/themes/deprecated/lumen.min.css +0 -1
  1293. package/dist/css/themes/deprecated/material.min.css +0 -1
  1294. package/dist/css/themes/deprecated/material_raiz.min.css +0 -1
  1295. package/dist/css/themes/deprecated/paper.min.css +0 -1
  1296. package/dist/css/themes/deprecated/readable.min.css +0 -1
  1297. package/dist/css/themes/deprecated/sandstone.min.css +0 -1
  1298. package/dist/css/themes/deprecated/simplex.min.css +0 -1
  1299. package/dist/css/themes/deprecated/slate.min.css +0 -1
  1300. package/dist/css/themes/deprecated/spacelab.min.css +0 -1
  1301. package/dist/css/themes/deprecated/superhero.min.css +0 -1
  1302. package/dist/css/themes/deprecated/united.min.css +0 -1
  1303. package/dist/css/themes/deprecated/yeti.min.css +0 -1
  1304. /package/{components/css/deprecated → deprecated/components/css}/checkbox-color.css +0 -0
  1305. /package/{components/css/deprecated → deprecated/components/css}/color-default.css +0 -0
  1306. /package/{components/css/deprecated → deprecated/components/css}/combobox-color.css +0 -0
  1307. /package/{components/css/deprecated → deprecated/components/css}/multiselect-editor.css +0 -0
  1308. /package/{components/css/deprecated → deprecated/components/css}/option-color.css +0 -0
  1309. /package/{css/themes/deprecated → deprecated/css/themes}/custom/cerulean/custom-cerulean.min.css +0 -0
  1310. /package/{css/themes/deprecated → deprecated/css/themes}/custom/cosmo/custom-cosmo.min.css +0 -0
  1311. /package/{css/themes/deprecated → deprecated/css/themes}/custom/cyborg/custom-cyborg.min.css +0 -0
  1312. /package/{css/themes/deprecated → deprecated/css/themes}/custom/darkly/custom-darkly.min.css +0 -0
  1313. /package/{css/themes/deprecated → deprecated/css/themes}/custom/flatly/custom-flatly.min.css +0 -0
  1314. /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/_media-print.css +0 -0
  1315. /package/{css/themes/deprecated/custom/_bootswatch-v3.3.3 → deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7}/alert.css +0 -0
  1316. /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/animations.css +0 -0
  1317. /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/badge.css +0 -0
  1318. /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/basics.css +0 -0
  1319. /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/blockquote.css +0 -0
  1320. /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/breadcrumb.css +0 -0
  1321. /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/btn.css +0 -0
  1322. /package/{css/themes/deprecated/custom/_bootswatch-v3.3.3 → deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7}/carousel.css +0 -0
  1323. /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/close.css +0 -0
  1324. /package/{css/themes/deprecated/custom/_bootswatch-v3.3.3 → deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7}/col.css +0 -0
  1325. /package/{css/themes/deprecated/custom/_bootswatch-v3.3.3 → deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7}/collapse.css +0 -0
  1326. /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/container.css +0 -0
  1327. /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/dropdown.css +0 -0
  1328. /package/{css/themes/deprecated/custom/_bootswatch-v3.3.3 → deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7}/embed-responsive.css +0 -0
  1329. /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/fade.css +0 -0
  1330. /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/figure_img.css +0 -0
  1331. /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/form-control.css +0 -0
  1332. /package/{css/themes/deprecated/custom/_bootswatch-v3.3.3 → deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7}/glyphicon.css +0 -0
  1333. /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/import_bootswatch.css +0 -0
  1334. /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/input-group.css +0 -0
  1335. /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/input.css +0 -0
  1336. /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/jumbotron.css +0 -0
  1337. /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/label.css +0 -0
  1338. /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/list-group.css +0 -0
  1339. /package/{css/themes/deprecated/custom/_bootswatch-v3.3.3 → deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7}/media.css +0 -0
  1340. /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/modal.css +0 -0
  1341. /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/nav.css +0 -0
  1342. /package/{css/themes/deprecated/custom/dsgov → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/navbar.css +0 -0
  1343. /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/pager.css +0 -0
  1344. /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/pagination.css +0 -0
  1345. /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/panel.css +0 -0
  1346. /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/popover.css +0 -0
  1347. /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/progress.css +0 -0
  1348. /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/table.css +0 -0
  1349. /package/{css/themes/deprecated/custom/_bootswatch-v3.3.3 → deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7}/text.css +0 -0
  1350. /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/thumbnail.css +0 -0
  1351. /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/tooltip.css +0 -0
  1352. /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/visible.css +0 -0
  1353. /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/well.css +0 -0
  1354. /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/alert.css +0 -0
  1355. /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/badge.css +0 -0
  1356. /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/blockquote.css +0 -0
  1357. /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/breadcrumb.css +0 -0
  1358. /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/btn.css +0 -0
  1359. /package/{css/themes/deprecated/custom/_bootswatch-v3.3.7 → deprecated/css/themes/custom/fuse/components_css}/carousel.css +0 -0
  1360. /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/close.css +0 -0
  1361. /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/embed-responsive.css +0 -0
  1362. /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/form.css +0 -0
  1363. /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/glyphicon.css +0 -0
  1364. /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/hidden.css +0 -0
  1365. /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/import_components_css.css +0 -0
  1366. /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/list-group.css +0 -0
  1367. /package/{css/themes/deprecated/custom/_bootswatch-v3.3.7 → deprecated/css/themes/custom/fuse/components_css}/media.css +0 -0
  1368. /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/modal.css +0 -0
  1369. /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/navbar.css +0 -0
  1370. /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/pager.css +0 -0
  1371. /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/pagination.css +0 -0
  1372. /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/panel.css +0 -0
  1373. /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/popover.css +0 -0
  1374. /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/progress.css +0 -0
  1375. /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/table.css +0 -0
  1376. /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/thumbnail.css +0 -0
  1377. /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/tooltip.css +0 -0
  1378. /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/type_bootstrap.css +0 -0
  1379. /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/visible.css +0 -0
  1380. /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/well.css +0 -0
  1381. /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/font/Inter-roman.var.woff2 +0 -0
  1382. /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/font/font.css +0 -0
  1383. /package/{css/themes/deprecated → deprecated/css/themes}/custom/journal/custom-journal.min.css +0 -0
  1384. /package/{css/themes/deprecated → deprecated/css/themes}/custom/lumen/custom-lumen.min.css +0 -0
  1385. /package/{css/themes/deprecated → deprecated/css/themes}/custom/material/components_css/crn-button.css +0 -0
  1386. /package/{css/themes/deprecated → deprecated/css/themes}/custom/material/components_css/crn-carousel.css +0 -0
  1387. /package/{css/themes/deprecated → deprecated/css/themes}/custom/material/components_css/crn-cron-calendar.css +0 -0
  1388. /package/{css/themes/deprecated → deprecated/css/themes}/custom/material/components_css/crn-cron-grid.css +0 -0
  1389. /package/{css/themes/deprecated → deprecated/css/themes}/custom/material/components_css/crn-enterprise.css +0 -0
  1390. /package/{css/themes/deprecated → deprecated/css/themes}/custom/material/components_css/crn-navbar.css +0 -0
  1391. /package/{css/themes/deprecated → deprecated/css/themes}/custom/material/components_css/crn-scheduler.css +0 -0
  1392. /package/{css/themes/deprecated → deprecated/css/themes}/custom/material/components_css/login.css +0 -0
  1393. /package/{css/themes/deprecated → deprecated/css/themes}/custom/material/components_css/ui-notification.css +0 -0
  1394. /package/{css/themes/deprecated → deprecated/css/themes}/custom/material/custom-material.css +0 -0
  1395. /package/{css/themes/deprecated → deprecated/css/themes}/custom/navigator/custom-navigator.css +0 -0
  1396. /package/{css/themes/deprecated → deprecated/css/themes}/custom/paper/custom-paper.min.css +0 -0
  1397. /package/{css/themes/deprecated → deprecated/css/themes}/custom/readable/custom-readable.min.css +0 -0
  1398. /package/{css/themes/deprecated → deprecated/css/themes}/custom/sandstone/custom-sandstone.min.css +0 -0
  1399. /package/{css/themes/deprecated → deprecated/css/themes}/custom/simplex/custom-simplex.min.css +0 -0
  1400. /package/{css/themes/deprecated → deprecated/css/themes}/custom/slate/custom-slate.min.css +0 -0
  1401. /package/{css/themes/deprecated → deprecated/css/themes}/custom/spacelab/custom-spacelab.min.css +0 -0
  1402. /package/{css/themes/deprecated → deprecated/css/themes}/custom/superhero/custom-superhero.min.css +0 -0
  1403. /package/{css/themes/deprecated → deprecated/css/themes}/custom/united/custom-united.min.css +0 -0
  1404. /package/{css/themes/deprecated → deprecated/css/themes}/custom/yeti/custom-yeti.min.css +0 -0
  1405. /package/{dist/components/css/deprecated → deprecated/dist/components/css}/checkbox-color.css +0 -0
  1406. /package/{dist/components/css/deprecated → deprecated/dist/components/css}/color-default.css +0 -0
  1407. /package/{dist/components/css/deprecated → deprecated/dist/components/css}/combobox-color.css +0 -0
  1408. /package/{dist/components/css/deprecated → deprecated/dist/components/css}/multiselect-editor.css +0 -0
  1409. /package/{dist/components/css/deprecated → deprecated/dist/components/css}/option-color.css +0 -0
  1410. /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/cerulean/custom-cerulean.min.css +0 -0
  1411. /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/cosmo/custom-cosmo.min.css +0 -0
  1412. /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/cyborg/custom-cyborg.min.css +0 -0
  1413. /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/darkly/custom-darkly.min.css +0 -0
  1414. /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/flatly/custom-flatly.min.css +0 -0
  1415. /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/_media-print.css +0 -0
  1416. /package/{dist/css/themes/deprecated/custom/_bootswatch-v3.3.3 → deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7}/alert.css +0 -0
  1417. /package/{dist/css/themes/deprecated/custom/_bootswatch-v3.3.6 → deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7}/animations.css +0 -0
  1418. /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/badge.css +0 -0
  1419. /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/basics.css +0 -0
  1420. /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/blockquote.css +0 -0
  1421. /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/breadcrumb.css +0 -0
  1422. /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/btn.css +0 -0
  1423. /package/{dist/css/themes/deprecated/custom/_bootswatch-v3.3.3 → deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7}/carousel.css +0 -0
  1424. /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/close.css +0 -0
  1425. /package/{dist/css/themes/deprecated/custom/_bootswatch-v3.3.3 → deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7}/col.css +0 -0
  1426. /package/{dist/css/themes/deprecated/custom/_bootswatch-v3.3.3 → deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7}/collapse.css +0 -0
  1427. /package/{dist/css/themes/deprecated/custom/_bootswatch-v3.3.6 → deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7}/container.css +0 -0
  1428. /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/dropdown.css +0 -0
  1429. /package/{dist/css/themes/deprecated/custom/_bootswatch-v3.3.3 → deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7}/embed-responsive.css +0 -0
  1430. /package/{dist/css/themes/deprecated/custom/_bootswatch-v3.3.6 → deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7}/fade.css +0 -0
  1431. /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/figure_img.css +0 -0
  1432. /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/form-control.css +0 -0
  1433. /package/{dist/css/themes/deprecated/custom/_bootswatch-v3.3.3 → deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7}/glyphicon.css +0 -0
  1434. /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/import_bootswatch.css +0 -0
  1435. /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/input-group.css +0 -0
  1436. /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/input.css +0 -0
  1437. /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/jumbotron.css +0 -0
  1438. /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/label.css +0 -0
  1439. /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/list-group.css +0 -0
  1440. /package/{dist/css/themes/deprecated/custom/_bootswatch-v3.3.3 → deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7}/media.css +0 -0
  1441. /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/modal.css +0 -0
  1442. /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/nav.css +0 -0
  1443. /package/{dist/css/themes/deprecated/custom/dsgov → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/navbar.css +0 -0
  1444. /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/pager.css +0 -0
  1445. /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/pagination.css +0 -0
  1446. /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/panel.css +0 -0
  1447. /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/popover.css +0 -0
  1448. /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/progress.css +0 -0
  1449. /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/table.css +0 -0
  1450. /package/{dist/css/themes/deprecated/custom/_bootswatch-v3.3.3 → deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7}/text.css +0 -0
  1451. /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/thumbnail.css +0 -0
  1452. /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/tooltip.css +0 -0
  1453. /package/{dist/css/themes/deprecated/custom/_bootswatch-v3.3.6 → deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7}/visible.css +0 -0
  1454. /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/well.css +0 -0
  1455. /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/alert.css +0 -0
  1456. /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/badge.css +0 -0
  1457. /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/blockquote.css +0 -0
  1458. /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/breadcrumb.css +0 -0
  1459. /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/btn.css +0 -0
  1460. /package/{dist/css/themes/deprecated/custom/_bootswatch-v3.3.7 → deprecated/dist/css/themes/custom/fuse/components_css}/carousel.css +0 -0
  1461. /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/close.css +0 -0
  1462. /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/embed-responsive.css +0 -0
  1463. /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/form.css +0 -0
  1464. /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/glyphicon.css +0 -0
  1465. /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/hidden.css +0 -0
  1466. /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/import_components_css.css +0 -0
  1467. /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/list-group.css +0 -0
  1468. /package/{dist/css/themes/deprecated/custom/_bootswatch-v3.3.6 → deprecated/dist/css/themes/custom/fuse/components_css}/media.css +0 -0
  1469. /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/modal.css +0 -0
  1470. /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/navbar.css +0 -0
  1471. /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/pager.css +0 -0
  1472. /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/pagination.css +0 -0
  1473. /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/panel.css +0 -0
  1474. /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/popover.css +0 -0
  1475. /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/progress.css +0 -0
  1476. /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/table.css +0 -0
  1477. /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/thumbnail.css +0 -0
  1478. /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/tooltip.css +0 -0
  1479. /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/type_bootstrap.css +0 -0
  1480. /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/visible.css +0 -0
  1481. /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/well.css +0 -0
  1482. /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/font/Inter-roman.var.woff2 +0 -0
  1483. /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/font/font.css +0 -0
  1484. /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/journal/custom-journal.min.css +0 -0
  1485. /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/lumen/custom-lumen.min.css +0 -0
  1486. /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/material/components_css/crn-button.css +0 -0
  1487. /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/material/components_css/crn-carousel.css +0 -0
  1488. /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/material/components_css/crn-cron-calendar.css +0 -0
  1489. /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/material/components_css/crn-cron-grid.css +0 -0
  1490. /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/material/components_css/crn-enterprise.css +0 -0
  1491. /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/material/components_css/crn-navbar.css +0 -0
  1492. /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/material/components_css/crn-scheduler.css +0 -0
  1493. /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/material/components_css/login.css +0 -0
  1494. /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/material/components_css/ui-notification.css +0 -0
  1495. /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/material/custom-material.css +0 -0
  1496. /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/navigator/custom-navigator.css +0 -0
  1497. /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/paper/custom-paper.min.css +0 -0
  1498. /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/readable/custom-readable.min.css +0 -0
  1499. /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/sandstone/custom-sandstone.min.css +0 -0
  1500. /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/simplex/custom-simplex.min.css +0 -0
  1501. /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/slate/custom-slate.min.css +0 -0
  1502. /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/spacelab/custom-spacelab.min.css +0 -0
  1503. /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/superhero/custom-superhero.min.css +0 -0
  1504. /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/united/custom-united.min.css +0 -0
  1505. /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/yeti/custom-yeti.min.css +0 -0
@@ -1 +1 @@
1
- (function(){"use strict";function a(a,b,c,d,e){function f(a){c.openURLContent(a.data)}b.getDescription=function(a){var b=a.name;return a.description&&(b=a.description,-1<b.indexOf("{{")&&-1<b.indexOf("}}")&&(b=b.replace("{{","").replace("}}",""),b=window.cronapi.i18n.translate(b,[]))),b},b.cloneElement=function(a){return angular.copy(a)},b.isVisibleParam=function(a){if("DATA_LIMIT"==a.name)return!1;return!(""!==a.value)||!(""!=a.value)};var g=d.reportName.match(/\/(.*?)(.*?)(\.jrxml|\.report)/);b.report=d,b.report.name=g[2],b.htmlParameters=e,b.onPrint=function(){b.report.reportName.endsWith(".report")?c.openStimulsoftReport(b.report.contentData,b.report.parameters,b.report.datasourcesInBand):c.getPDFAsFile(b.report).then(f)},b.onCancel=function(){a.dismiss("cancel")}}angular.module("custom.controllers").controller("ParameterController",a).filter("trusted",["$sce",function(a){return function(b){return a.trustAsHtml(b)}}]).directive("compile",["$compile","$timeout",function(a,b){return{restrict:"A",link:function(c,d){b(function(){a(d.contents())(c)})}}}]).directive("formatDate",function(){return{require:"ngModel",link:function(a,b,c,d){d.$formatters.push(function(a){return a?new Date(a):null})}}}),a.$inject=["$modalInstance","$scope","ReportService","report","htmlParameters"]})();
1
+ (function(){"use strict";function a(a,b,c,d,e){function f(a){c.openURLContent(a.data)}b.getDescription=function(a){var b=a.name;return a.description&&(b=a.description,-1<b.indexOf("{{")&&-1<b.indexOf("}}")&&(b=b.replace("{{","").replace("}}",""),b=window.cronapi.i18n.translate(b,[]))),b},b.cloneElement=function(a){return angular.copy(a)},b.isVisibleParam=function(a){if("DATA_LIMIT"==a.name)return!1;return!(""!==a.value)||!(""!=a.value)};var g=d.reportName.match(/\/(.*?)(.*?)(\.jrxml|\.report|.dashboard)/);b.report=d,b.report.name=g[2],b.htmlParameters=e,b.onPrint=function(){b.report.reportName.endsWith(".report")||b.report.reportName.endsWith(".dashboard")?c.openStimulsoftReport(b.report.contentData,b.report.parameters,b.report.datasourcesInBand):c.getPDFAsFile(b.report).then(f)},b.onCancel=function(){a.dismiss("cancel")}}angular.module("custom.controllers").controller("ParameterController",a).filter("trusted",["$sce",function(a){return function(b){return a.trustAsHtml(b)}}]).directive("compile",["$compile","$timeout",function(a,b){return{restrict:"A",link:function(c,d){b(function(){a(d.contents())(c)})}}}]).directive("formatDate",function(){return{require:"ngModel",link:function(a,b,c,d){d.$formatters.push(function(a){return a?new Date(a):null})}}}),a.$inject=["$modalInstance","$scope","ReportService","report","htmlParameters"]})();
@@ -1 +1 @@
1
- (function(){angular.module("report.services",[]).service("ReportService",["$http","$compile","$modal","$translate","$window","$rootScope",function(a,b,c,d,e,f){function g(){return navigator.userAgent.match(/Android/i)||navigator.userAgent.match(/webOS/i)||navigator.userAgent.match(/iPhone/i)||navigator.userAgent.match(/iPad/i)||navigator.userAgent.match(/iPod/i)||navigator.userAgent.match(/BlackBerry/i)||navigator.userAgent.match(/Windows Phone/i)}function h(a){window.open(a,"_blank")}var i=$("body"),j=angular.element(i.get(0)).scope(),k=["node_modules/cronapp-lib-js/dist/js/stimulsoft/stimulsoft.vendor.css","node_modules/cronapp-lib-js/dist/js/stimulsoft/stimulsoft.vendor.js","node_modules/cronapp-lib-js/dist/js/stimulsoft/stimulsoft-helper.js"],l=[];this.getReport=function(b){var c={url:"api/rest/report",method:"POST",data:angular.toJson({reportName:b})};return a(c)},this.getPDF=function(b){var c={url:"api/rest/report/pdf",method:"POST",responseType:"arraybuffer",data:angular.toJson(b)};return a(c)},this.getPDFAsFile=function(b){var c={url:"api/rest/report/pdfasfile",method:"POST",data:angular.toJson(b)};return a(c)},this.getContentAsString=function(b){var c={url:"api/rest/report/contentasstring",method:"POST",data:angular.toJson(b)};return a(c)},this.getDataSourcesParams=function(b){var c={url:"api/rest/report/getdatasourcesparams",method:"POST",data:angular.toJson(b)};return a(c)},this.openURLContent=function(a){if(a&&g())return void h(a);var c=$("#reportViewContext");c.get(0)||(console.log("include[#reportViewContext]"),i.append("<div id=\"reportViewContext\" ng-include=\"'node_modules/cronapp-framework-js/components/reports/reports.view.html'\"></div>"),b(i)(j),c=$("#reportViewContext"));var d=function(){var b=$("<iframe/>");b.attr("frameborder",0);var e=parseInt($(window).height());b.attr("height",e-200),b.attr("width","100%"),b.attr("src",a+"?download=false");var f=$("#reportView .modal-body");f.get(0)?(f.html(b),$("#reportViewContext .modal-dialog").css("width","95%"),setTimeout(function(){console.log("open[#reportViewContext]"),$("body").append(c),$("#reportView").modal()},100)):(console.log("wait[#reportViewContext]"),setTimeout(d,200))};setTimeout(d,200)},this.initializeStimulsoft=function(a){if(!Stimulsoft.Base.StiLicense.Key){stimulsoftHelper.setLanguage(a);var b=stimulsoftHelper.getLocalization();Stimulsoft.Base.Localization.StiLocalization.loadLocalization(b.xml),Stimulsoft.Base.Localization.StiLocalization.cultureName=b.cultureName,Stimulsoft.Base.StiLicense.Key=stimulsoftHelper.getKey()}},this.openStimulsoftReport=function(a,c,d,e){var k=$("#reportViewContext");k.get(0)||(i.append("<div id=\"reportViewContext\" ng-include=\"'node_modules/cronapp-framework-js/components/reports/reports.view.html'\"></div>"),b(i)(j),k=$("#reportViewContext"));var l=parseInt($(window).height()),m=l-200+"px",n="StiViewer"+app.common.generateId(),o=new Stimulsoft.Report.StiReport;f.reportTitle=a.ReportAlias,o.load(a),d||(d=stimulsoftHelper.getDatasourcesInBand(o)),c&&c.forEach(function(a){d.datasources.forEach(function(b){for(var c=0;c<b.fieldParams.length;c++)if(b.fieldParams[c].param==a.originalName){b.fieldParams[c].value=a.value;break}})}),stimulsoftHelper.setParamsInFilter(o.dictionary.dataSources,d.datasources);var p=()=>{var a=new Stimulsoft.Viewer.StiViewerOptions;a.toolbar.showAboutButton=!1,e?(a.toolbar.visible=e.showToolbar,a.appearance.scrollbarsMode=e.showScrollbar,null!=e.height&&(a.height=e.height+"px")):(a.appearance.scrollbarsMode=!0,a.height=m);var b=new Stimulsoft.Viewer.StiViewer(a,n,!1);return b.report=o,Stimulsoft.Viewer.StiJsViewer.prototype.IsTouchDevice()&&(b.options.appearance.interfaceType=Stimulsoft.Viewer.StiInterfaceType.Touch),b};if(e&&e.$element)p(e).renderHtml(e.$element[0]);else{function b(){var a,b,c,d,e,f=setInterval(function(){var g=$("#"+n);g.length?!a&&(a=g.parent(),b=a.parent(),c=b.parent(),d=c.parent(),e=d.parent()):(console.log("cleared interval: "+n),clearInterval(f))},100)}function d(c){if(c&&g())return void h(c);var d=setInterval(function(){var f=$("<div/>");f.attr("id","contentReport"),f.attr("width","100%");var g=$("#reportView .modal-body");g.get(0)&&(g.html(f),$("#reportViewContext .modal-dialog").css("width","95%"),setTimeout(function(){console.log("open[#reportViewContext]"),$("body").append(k),cronapi.screen.showModal("reportView"),a.reportConfig&&"HTML"===a.reportConfig.renderType?p(e).renderHtml("contentReport"):$("#contentReport").html("<iframe src=\""+c+"\" width=\"100%\" height=\""+m+"\"></iframe>"),setTimeout(function(){b()},100)},100),clearInterval(d))},200)}if(!a.reportConfig||"PDFSERVER"===a.reportConfig.renderType)this.getPDF({reportName:a.reportName,parameters:c}).then(function(a){var b=new Blob([new Uint8Array(a.data)],{type:"application/pdf"}),c=URL.createObjectURL(b);d(c)}.bind(this));else{var q=new Stimulsoft.Report.Export.StiPdfExportSettings,r=new Stimulsoft.Report.Export.StiPdfExportService,s=new Stimulsoft.System.IO.MemoryStream;o.renderAsync(function(){a.reportConfig&&"PDF"!==a.reportConfig.renderType&&a.reportConfig.renderType!==void 0?d(null):r.exportToAsync(function(){var a=s.toArray(),b=new Blob([new Uint8Array(a)],{type:"application/pdf"}),c=URL.createObjectURL(b);d(c)},o,s,q)},!1)}}$(`#${n}`).find("img").attr("alt",""),$(`#${n}`).find("input").attr("aria-label",n)},this.showParameters=function(a){var b=a.parameters,d=[],e=0,f=function(a){return a.replace(/([.*+?^=!:()|\[\]\/\\])/g,"\\$1")},g=function(a,b,c){return a.replace(new RegExp(f(b),"g"),c)},h=function(){if(e<b.length){var f=b[e++];$.get("node_modules/cronapp-framework-js/components/reports/"+f.type+".parameter.html").done(function(a){d.push(g(a,"_field_",f.name)),h()})}else 0<d.length&&c.open({templateUrl:"node_modules/cronapp-framework-js/components/reports/reports.parameters.html",controller:"ParameterController",resolve:{report:function(){return JSON.parse(JSON.stringify(a))},htmlParameters:function(){return JSON.parse(JSON.stringify(d))}}})}.bind(this);h()},this.mergeParam=function(a,b){var c=function(a,b){for(var c in Object.keys(b))if(d(b[c])){var e=Object.keys(b[c])[0];if(a==e)return Object.values(b[c])[0]}};let d=a=>{let b={}.constructor;return a&&b===a.constructor};for(var e in Object.keys(a)){var f=a[e].name,g=a[e].value,h=c(f,b);h?a[e].value=h:Array.isArray(b)&&!d(b[e])&&(a[e].value=b[e])}return a},this.setVariablesBasedOnParams=function(a,b){for(var c in b){var d=Object.keys(b[c])[0],e=b[c][d];for(var f in a)if(a[f]&&a[f].Name&&a[f].Name===d){a[f].Value=e;break}}},this.hasParameterWithOutValue=function(a){var b=!1;for(var c in Object.keys(a))if(!a[c].value)return!0;return!1},this.getDatasourcesInBand=function(a){var b=new Stimulsoft.Report.StiReport;b.load(a);var c=stimulsoftHelper.getDatasourcesInBand(b);return c},this.loadSriptsStimulsoft=function(a){var b=!0,c=k.length,d=0;Pace.options.initialRate=.7,Pace.options.minTime=1750,Pace.options.maxProgressPerFrame=1,Pace.options.ghostTime=12e4;let e=setInterval(()=>Pace.restart(),2500);k.forEach(function(f,g){this.loadScript(f,function(f){d++,f||(b=!1),d==c&&(clearInterval(e),Pace.options.initialRate=.03,Pace.options.minTime=250,Pace.options.maxProgressPerFrame=20,Pace.options.ghostTime=10,Pace.stop(),a(b))})}.bind(this))},this.loadScript=function(a,b){if(0<=$.inArray(a,l))return void(b&&b(!0));if(-1!=a.indexOf(".css")){var c=document.createElement("link");c.rel="stylesheet",c.type="text/css",c.href=a,c.media="all",c.onload=function(){l.push(a),b&&b(!0)},c.onerror=function(){b&&b(!1)};try{document.getElementsByTagName("head")[0].appendChild(c)}catch(a){console.log(a)}}else{var d=document.createElement("script");d.type="text/javascript",d.readyState?d.onreadystatechange=function(){("loaded"==d.readyState||"complete"==d.readyState)&&(d.onreadystatechange=null,l.push(a),b&&b(!0))}:d.onload=function(){l.push(a),b&&b(!0)},d.src=a,document.getElementsByTagName("head")[0].appendChild(d)}},this.openReport=function(a,b,c){this.getReport(a).then(function(a){a&&a.data&&(a.data.reportName.endsWith(".report")?this.loadSriptsStimulsoft(function(e){e?(this.initializeStimulsoft(d.use()),this.getContentAsString(a.data).then(function(e){var f=this.getDatasourcesInBand(e.data);this.getDataSourcesParams(f).then(function(g){f=g.data,a.data.parameters=stimulsoftHelper.parseToGroupedParam(f.datasources),a.data.contentData=e.data,a.data.datasourcesInBand=f,b&&(a.data.parameters=this.mergeParam(a.data.parameters,b),a.data.contentData.Dictionary=a.data.contentData.Dictionary||{},this.setVariablesBasedOnParams(a.data.contentData.Dictionary.Variables,b)),this.hasParameterWithOutValue(a.data.parameters)&&!c?(a.data.parameters.forEach(function(a){a.name=d.instant(a.name)}),this.showParameters(JSON.parse(JSON.stringify(a.data)))):this.openStimulsoftReport(e.data,a.data.parameters,a.data.datasourcesInBand,c)}.bind(this))}.bind(this),function(a){var b=cronapi.internal.getErrorMessage(a,a.statusText);j.Notification.error(b)}.bind(this))):j.Notification.error("Error loading report script")}.bind(this)):0==a.data.parameters.length||1==a.data.parameters.length&&"DATA_LIMIT"==a.data.parameters[0].name?this.getPDFAsFile(a.data.reportName).then(function(a){this.openURLContent(a.data)}.bind(this),function(a){var b=cronapi.internal.getErrorMessage(a,a.statusText);j.Notification.error(b)}.bind(this)):(b&&(a.data.parameters=this.mergeParam(a.data.parameters,b)),this.hasParameterWithOutValue(a.data.parameters)?this.showParameters(JSON.parse(JSON.stringify(a.data))):this.getPDFAsFile(a.data).then(function(a){this.openURLContent(a.data)}.bind(this))))}.bind(this))}}])})(app);
1
+ (function(){angular.module("report.services",[]).service("ReportService",["$http","$compile","$modal","$translate","$window","$rootScope",function(a,b,c,d,e,f){function g(){return navigator.userAgent.match(/Android/i)||navigator.userAgent.match(/webOS/i)||navigator.userAgent.match(/iPhone/i)||navigator.userAgent.match(/iPad/i)||navigator.userAgent.match(/iPod/i)||navigator.userAgent.match(/BlackBerry/i)||navigator.userAgent.match(/Windows Phone/i)}function h(a){window.open(a,"_blank")}var i=$("body"),j=angular.element(i.get(0)).scope(),k=["node_modules/cronapp-lib-js/dist/js/stimulsoft/stimulsoft.vendor.css","node_modules/cronapp-lib-js/dist/js/stimulsoft/stimulsoft.vendor.js","node_modules/cronapp-lib-js/dist/js/stimulsoft/stimulsoft-helper.js"],l=[];this.getReport=function(b){var c={url:"api/rest/report",method:"POST",data:angular.toJson({reportName:b})};return a(c)},this.getPDF=function(b){var c={url:"api/rest/report/pdf",method:"POST",responseType:"arraybuffer",data:angular.toJson(b)};return a(c)},this.getPDFAsFile=function(b){var c={url:"api/rest/report/pdfasfile",method:"POST",data:angular.toJson(b)};return a(c)},this.getContentAsString=function(b){var c={url:"api/rest/report/contentasstring",method:"POST",data:angular.toJson(b)};return a(c)},this.getDataSourcesParams=function(b){var c={url:"api/rest/report/getdatasourcesparams",method:"POST",data:angular.toJson(b)};return a(c)},this.openURLContent=function(a){if(a&&g())return void h(a);var c=$("#reportViewContext");c.get(0)||(console.log("include[#reportViewContext]"),i.append("<div id=\"reportViewContext\" ng-include=\"'node_modules/cronapp-framework-js/components/reports/reports.view.html'\"></div>"),b(i)(j),c=$("#reportViewContext"));var d=function(){var b=$("<iframe/>");b.attr("frameborder",0);var e=parseInt($(window).height());b.attr("height",e-200),b.attr("width","100%"),b.attr("src",a+"?download=false");var f=$("#reportView .modal-body");f.get(0)?(f.html(b),$("#reportViewContext .modal-dialog").css("width","95%"),setTimeout(function(){console.log("open[#reportViewContext]"),$("body").append(c),$("#reportView").modal()},100)):(console.log("wait[#reportViewContext]"),setTimeout(d,200))};setTimeout(d,200)},this.initializeStimulsoft=function(a){if(!Stimulsoft.Base.StiLicense.Key){stimulsoftHelper.setLanguage(a);var b=stimulsoftHelper.getLocalization();Stimulsoft.Base.Localization.StiLocalization.loadLocalization(b.xml),Stimulsoft.Base.Localization.StiLocalization.cultureName=b.cultureName,Stimulsoft.Base.StiLicense.Key=stimulsoftHelper.getKey()}},this.openStimulsoftReport=function(a,c,d,e){var k=$("#reportViewContext");k.get(0)||(i.append("<div id=\"reportViewContext\" ng-include=\"'node_modules/cronapp-framework-js/components/reports/reports.view.html'\"></div>"),b(i)(j),k=$("#reportViewContext"));var l=parseInt($(window).height()),m=l-200+"px",n="StiViewer"+app.common.generateId(),o=new Stimulsoft.Report.StiReport;f.reportTitle=a.ReportAlias,o.load(a),d||(d=stimulsoftHelper.getDatasourcesInBand(o)),c&&c.forEach(function(a){d.datasources.forEach(function(b){for(var c=0;c<b.fieldParams.length;c++)if(b.fieldParams[c].param==a.originalName){b.fieldParams[c].value=a.value;break}})}),stimulsoftHelper.setParamsInFilter(o.dictionary.dataSources,d.datasources);var p=()=>{var a=new Stimulsoft.Viewer.StiViewerOptions;a.toolbar.showAboutButton=!1,e?(a.toolbar.visible=e.showToolbar,a.appearance.scrollbarsMode=e.showScrollbar,null!=e.height&&(a.height=e.height+"px")):(a.appearance.scrollbarsMode=!0,a.height=m);var b=new Stimulsoft.Viewer.StiViewer(a,n,!1);return b.report=o,Stimulsoft.Viewer.StiJsViewer.prototype.IsTouchDevice()&&(b.options.appearance.interfaceType=Stimulsoft.Viewer.StiInterfaceType.Touch),b};if(e&&e.$element)p(e).renderHtml(e.$element[0]);else{function b(){var a,b,c,d,e,f=setInterval(function(){var g=$("#"+n);g.length?!a&&(a=g.parent(),b=a.parent(),c=b.parent(),d=c.parent(),e=d.parent()):(console.log("cleared interval: "+n),clearInterval(f))},100)}function d(c){if(c&&g())return void h(c);var d=setInterval(function(){var f=$("<div/>");f.attr("id","contentReport"),f.attr("width","100%");var g=$("#reportView .modal-body");g.get(0)&&(g.html(f),$("#reportViewContext .modal-dialog").css("width","95%"),setTimeout(function(){console.log("open[#reportViewContext]"),$("body").append(k),cronapi.screen.showModal("reportView"),a.reportConfig&&"HTML"===a.reportConfig.renderType?p(e).renderHtml("contentReport"):$("#contentReport").html("<iframe src=\""+c+"\" width=\"100%\" height=\""+m+"\"></iframe>"),setTimeout(function(){b()},100)},100),clearInterval(d))},200)}if(!a.reportConfig||"PDFSERVER"===a.reportConfig.renderType)this.getPDF({reportName:a.reportName,parameters:c}).then(function(a){var b=new Blob([new Uint8Array(a.data)],{type:"application/pdf"}),c=URL.createObjectURL(b);d(c)}.bind(this));else{var q=new Stimulsoft.Report.Export.StiPdfExportSettings,r=new Stimulsoft.Report.Export.StiPdfExportService,s=new Stimulsoft.System.IO.MemoryStream;o.renderAsync(function(){a.reportConfig&&"PDF"!==a.reportConfig.renderType&&a.reportConfig.renderType!==void 0?d(null):r.exportToAsync(function(){var a=s.toArray(),b=new Blob([new Uint8Array(a)],{type:"application/pdf"}),c=URL.createObjectURL(b);d(c)},o,s,q)},!1)}}$(`#${n}`).find("img").attr("alt",""),$(`#${n}`).find("input").attr("aria-label",n)},this.showParameters=function(a){var b=a.parameters,d=[],e=0,f=function(a){return a.replace(/([.*+?^=!:()|\[\]\/\\])/g,"\\$1")},g=function(a,b,c){return a.replace(new RegExp(f(b),"g"),c)},h=function(){if(e<b.length){var f=b[e++];$.get("node_modules/cronapp-framework-js/components/reports/"+f.type+".parameter.html").done(function(a){d.push(g(a,"_field_",f.name)),h()})}else 0<d.length&&c.open({templateUrl:"node_modules/cronapp-framework-js/components/reports/reports.parameters.html",controller:"ParameterController",resolve:{report:function(){return JSON.parse(JSON.stringify(a))},htmlParameters:function(){return JSON.parse(JSON.stringify(d))}}})}.bind(this);h()},this.mergeParam=function(a,b){var c=function(a,b){for(var c in Object.keys(b))if(d(b[c])){var e=Object.keys(b[c])[0];if(a==e)return Object.values(b[c])[0]}};let d=a=>{let b={}.constructor;return a&&b===a.constructor};for(var e in Object.keys(a)){var f=a[e].name,g=a[e].value,h=c(f,b);h?a[e].value=h:Array.isArray(b)&&!d(b[e])&&(a[e].value=b[e])}return a},this.setVariablesBasedOnParams=function(a,b){for(var c in b){var d=Object.keys(b[c])[0],e=b[c][d];for(var f in a)if(a[f]&&a[f].Name&&a[f].Name===d){a[f].Value=e;break}}},this.hasParameterWithOutValue=function(a){var b=!1;for(var c in Object.keys(a))if(!a[c].value)return!0;return!1},this.getDatasourcesInBandDashBoard=function(a){var b={hasParam:!1,datasources:[]},c=Stimulsoft.Report.StiReport.createNewDashboard();return c.load(a),c.pages&&c.pages.list&&0<c.pages.list.length&&c.pages.toList().forEach(function(a){a.components.toList().forEach(function(a){var c=a.getDataSources()||[];c.forEach(function(a){var c=stimulsoftHelper.getParamsFromFilter(a),d=stimulsoftHelper.getQueryName(a);b.datasources.push({name:a.name,customId:d,fieldParams:c,queryParams:[]}),c.length&&(b.hasParam=!0)})})}),b},this.getDatasourcesInBand=function(a){var b=new Stimulsoft.Report.StiReport;b.load(a);var c=stimulsoftHelper.getDatasourcesInBand(b);return c},this.loadSriptsStimulsoft=function(a){var b=!0,c=k.length,d=0;Pace.options.initialRate=.7,Pace.options.minTime=1750,Pace.options.maxProgressPerFrame=1,Pace.options.ghostTime=12e4;let e=setInterval(()=>Pace.restart(),2500);k.forEach(function(f,g){this.loadScript(f,function(f){d++,f||(b=!1),d==c&&(clearInterval(e),Pace.options.initialRate=.03,Pace.options.minTime=250,Pace.options.maxProgressPerFrame=20,Pace.options.ghostTime=10,Pace.stop(),a(b))})}.bind(this))},this.loadScript=function(a,b){if(0<=$.inArray(a,l))return void(b&&b(!0));if(-1!=a.indexOf(".css")){var c=document.createElement("link");c.rel="stylesheet",c.type="text/css",c.href=a,c.media="all",c.onload=function(){l.push(a),b&&b(!0)},c.onerror=function(){b&&b(!1)};try{document.getElementsByTagName("head")[0].appendChild(c)}catch(a){console.log(a)}}else{var d=document.createElement("script");d.type="text/javascript",d.readyState?d.onreadystatechange=function(){("loaded"==d.readyState||"complete"==d.readyState)&&(d.onreadystatechange=null,l.push(a),b&&b(!0))}:d.onload=function(){l.push(a),b&&b(!0)},d.src=a,document.getElementsByTagName("head")[0].appendChild(d)}},this.openReport=function(a,b,c){this.getReport(a).then(function(a){if(a&&a.data){var e=a.data.reportName.endsWith(".report"),f=a.data.reportName.endsWith(".dashboard");e||f?this.loadSriptsStimulsoft(function(e){e?(this.initializeStimulsoft(d.use()),this.getContentAsString(a.data).then(function(e){var g=this.getDatasourcesInBand(e.data);f&&(g=this.getDatasourcesInBandDashBoard(e.data)),this.getDataSourcesParams(g).then(function(f){g=f.data,a.data.parameters=stimulsoftHelper.parseToGroupedParam(g.datasources),a.data.contentData=e.data,a.data.datasourcesInBand=g,b&&(a.data.parameters=this.mergeParam(a.data.parameters,b),a.data.contentData.Dictionary=a.data.contentData.Dictionary||{},this.setVariablesBasedOnParams(a.data.contentData.Dictionary.Variables,b)),this.hasParameterWithOutValue(a.data.parameters)&&!c?(a.data.parameters.forEach(function(a){a.name=d.instant(a.name)}),this.showParameters(JSON.parse(JSON.stringify(a.data)))):this.openStimulsoftReport(e.data,a.data.parameters,a.data.datasourcesInBand,c)}.bind(this))}.bind(this),function(a){var b=cronapi.internal.getErrorMessage(a,a.statusText);j.Notification.error(b)}.bind(this))):j.Notification.error("Error loading report script")}.bind(this)):0==a.data.parameters.length||1==a.data.parameters.length&&"DATA_LIMIT"==a.data.parameters[0].name?this.getPDFAsFile(a.data.reportName).then(function(a){this.openURLContent(a.data)}.bind(this),function(a){var b=cronapi.internal.getErrorMessage(a,a.statusText);j.Notification.error(b)}.bind(this)):(b&&(a.data.parameters=this.mergeParam(a.data.parameters,b)),this.hasParameterWithOutValue(a.data.parameters)?this.showParameters(JSON.parse(JSON.stringify(a.data))):this.getPDFAsFile(a.data).then(function(a){this.openURLContent(a.data)}.bind(this)))}}.bind(this))}}])})(app);
@@ -1 +1 @@
1
- window.stateProviderDefine={handle:a=>{if(window.customStateProvider)window.customStateProvider(a);else{let b="withAuth"===$("script[src*=app\\.js]")[0].src.split("type=")[1]?"withAuth":"withoutAuth";window.stateProviderDefine[b]&&window.stateProviderDefine[b](a)}},withAuth:a=>{a.state("main",{url:"",controller:"LoginController",templateUrl:window.mainRoute}).state("views",{url:"/{name:.*}",controller:"PageController",templateUrl:function(a){return a.name?"views/"+a.name+".view.html":window.mainRoute}}).state("login",{url:"/login",controller:"LoginController",templateUrl:"views/login.view.html"}).state("loginReturnUrl",{url:"/login?:returnUrl",controller:"LoginController",templateUrl:"views/login.view.html"}).state("signup",{url:"/public/signup",controller:"SignupController",templateUrl:"views/public/signup.view.html"}).state("reset-password",{url:"/public/reset-password",controller:"ResetPasswordController",templateUrl:"views/public/reset-password.view.html"}).state("social",{url:"/connected",controller:"SocialController",templateUrl:"views/login.view.html"}).state("socialError",{url:"/notconnected",controller:"SocialController",templateUrl:"views/login.view.html"}).state("publicRoot",{url:"/public/{name:.*}",controller:"PageController",templateUrl:function(a){return"views/public/"+a.name+".view.html"}}).state("public",{url:"/home/public",controller:"PublicController",templateUrl:function(){return"views/public/home.view.html"}}).state("public.pages",{url:"/{name:.*}",controller:"PageController",templateUrl:function(a){return"views/public/"+a.name+".view.html"}}).state("home",{url:"/home",controller:"HomeController",templateUrl:"views/logged/home.view.html",resolve:{data:["$translate",function(a){a.refresh()}]}}).state("home.pages",{url:"/{name:.*}",controller:"PageController",templateUrl:function(a){return"views/"+a.name+".view.html"}}).state("404",{url:"/error/404",controller:"PageController",templateUrl:function(){return"views/error/404.view.html"}}).state("403",{url:"/error/403",controller:"PageController",templateUrl:function(){return"views/error/403.view.html"}})},withoutAuth:a=>{a.state("index",{url:"",controller:"HomeController",templateUrl:"views/home.view.html"}).state("main",{url:"/",controller:"HomeController",templateUrl:"views/home.view.html"}).state("home",{url:"/home",controller:"HomeController",templateUrl:"views/home.view.html"}).state("home.pages",{url:"/{name:.*}",controller:"PageController",templateUrl:function(a){return"views/"+a.name+".view.html"}}).state("404",{url:"/error/404",controller:"PageController",templateUrl:function(){return"views/error/404.view.html"}}).state("403",{url:"/error/403",controller:"PageController",templateUrl:function(){return"views/error/403.view.html"}})}};
1
+ window.stateProviderDefine={handle:a=>{if(window.customStateProvider)window.customStateProvider(a);else{let b="withAuth"===$("script[src*=app\\.js]")[0].src.split("type=")[1]?"withAuth":"withoutAuth";window.stateProviderDefine[b]&&window.stateProviderDefine[b](a)}},withAuth:a=>{a.state("main",{url:"",controller:"LoginController",templateUrl:window.mainRoute}).state("views",{url:"/{name:.*}",controller:"PageController",templateUrl:function(a){return a.name?"views/"+a.name+".view.html":window.mainRoute}}).state("login",{url:"/login",controller:"LoginController",templateUrl:"views/login.view.html"}).state("loginReturnUrl",{url:"/login?:returnUrl",controller:"LoginController",templateUrl:"views/login.view.html"}).state("signup",{url:"/public/signup",controller:"SignupController",templateUrl:"views/public/signup.view.html"}).state("reset-password",{url:"/public/reset-password",controller:"ResetPasswordController",templateUrl:"views/public/reset-password.view.html"}).state("social",{url:"/connected",controller:"SocialController",templateUrl:"views/login.view.html"}).state("socialError",{url:"/notconnected",controller:"SocialController",templateUrl:"views/login.view.html"}).state("publicRoot",{url:"/public/{name:.*}",controller:"PageController",templateUrl:function(a){return"views/public/"+a.name+".view.html"}}).state("public",{url:"/home/public",controller:"PublicController",templateUrl:function(){return"views/public/home.view.html"}}).state("public.pages",{url:"/{name:.*}",controller:"PageController",templateUrl:function(a){return"views/public/"+a.name+".view.html"}}).state("home",{url:"/home",controller:"HomeController",templateUrl:"views/logged/home.view.html",resolve:{data:["$translate",function(a){a.refresh()}]}}).state("home.pages",{url:"/{name:.*}",controller:"PageController",templateUrl:function(a){return"views/"+a.name+".view.html"}}).state("404",{controller:"PageController",templateUrl:function(){return"views/error/404.view.html"}}).state("403",{controller:"PageController",templateUrl:function(){return"views/error/403.view.html"}})},withoutAuth:a=>{window.mainRoute=-1===window.mainRoute.indexOf("views/login.view.html")?window.mainRoute:"views/public/home.view.html",a.state("index",{url:"",controller:"HomeController",templateUrl:window.mainRoute}).state("main",{url:"/",controller:"HomeController",templateUrl:window.mainRoute}).state("home",{url:"/home",controller:"HomeController",templateUrl:window.mainRoute}).state("home.pages",{url:"/{name:.*}",controller:"PageController",templateUrl:function(a){return a.name?"views/"+a.name+".view.html":window.mainRoute}}).state("404",{controller:"PageController",templateUrl:function(){return"views/error/404.view.html"}}).state("403",{controller:"PageController",templateUrl:function(){return"views/error/403.view.html"}})}};
package/js/app.js CHANGED
@@ -308,12 +308,15 @@ var app = (function() {
308
308
  pageName = currentRoute.name
309
309
  }
310
310
 
311
+ let isCrud = $('form[crn-datasource]').length;
311
312
  let prettyPageName = window.camelCaseToSentenceCase(window.toCamelCase(pageName.split('?')[0].replace("/", "")));
312
313
  // Get the H1 or H2 text to concat with the App name to set the title page
313
- if ($('h1.title').length){
314
- prettyPageName = $('h1.title').text();
315
- } else if ($('h2.title').length){
316
- prettyPageName = $('h2.title').text();
314
+ if (isCrud) {
315
+ if ($('h1.title').length){
316
+ prettyPageName = $('h1.title').text();
317
+ } else if ($('h2.title').length){
318
+ prettyPageName = $('h2.title').text();
319
+ }
317
320
  }
318
321
 
319
322
  let title = '';
@@ -72,14 +72,12 @@ To add your route in the angular, uncomment the code and use this structure
72
72
  // })
73
73
 
74
74
  // .state('404', {
75
- // url: "/error/404",
76
75
  // controller: 'PageController',
77
76
  // templateUrl: function(urlattr) {
78
77
  // return 'views/error/404.view.html';
79
78
  // }
80
79
  // })
81
80
  // .state('403', {
82
- // url: "/error/403",
83
81
  // controller: 'PageController',
84
82
  // templateUrl: function(urlattr) {
85
83
  // return 'views/error/403.view.html';
@@ -97,6 +97,8 @@
97
97
  options.toolbar.showAboutButton = false;
98
98
  options.appearance.showTooltipsHelp = false;
99
99
  if (config) {
100
+ options.toolbar.showOpenButton = false;
101
+ options.exports.showExportToDocument = false;
100
102
  options.toolbar.visible = config.showToolbar;
101
103
  options.appearance.scrollbarsMode = config.showScrollbar;
102
104
  if (config.height != undefined)
package/js/directives.js CHANGED
@@ -353,22 +353,28 @@
353
353
  link: function(scope, element, attr) {
354
354
  var required = (attr.ngRequired && attr.ngRequired == "true"?"required":"");
355
355
  var content = element.html();
356
- var templateDyn =
357
- '<div ngf-drop="" ngf-drag-over-class="dragover">\
358
- <img alt="$picture$" style="width: 86%;" ng-if="$ngModel$" data-ng-src="{{$ngModel$.startsWith(\'http\') || ($ngModel$.startsWith(\'/\') && $ngModel$.length < 1000)? $ngModel$ : \'data:image/png;base64,\' + $ngModel$}}">\
359
- <input id="$id$" aria-label="$userHtml$" ng-if="!$ngModel$" autocomplete="off" tabindex="-1" class="uiSelectRequired ui-select-offscreen" style="top: inherit !important; margin-left: 85px !important;margin-top: 50px !important; display: none;" type=text ng-model="$ngModel$" $required$>\
360
- <button id="$idbutton$" class="btn" ng-if="!$ngModel$" ngf-drop="" ngf-select="" ngf-change="cronapi.internal.setFile(\'$ngModel$\', $file)" ngf-pattern="\'image/*\'" ngf-max-size="$maxFileSize$">\
361
- $userHtml$\
362
- </button>\
363
- <button class="remove-image-button btn btn-danger btn-xs" ng-if="$ngModel$" ng-click="$ngModel$=null">\
364
- <span class="glyphicon glyphicon-remove"></span>\
365
- <span class="sr-only">{{"Remove" | translate}}</span>\
366
- </button>\
367
- <button class="btn btn-info btn-xs start-camera-button-attribute" ng-if="!$ngModel$" ng-click="cronapi.internal.startCamera(\'$ngModel$\')">\
368
- <span class="glyphicon glyphicon-facetime-video"></span>\
369
- <span class="sr-only">{{"Upload.camera" | translate}}</span>\
370
- </button>\
371
- </div>';
356
+ const objectFit = attr.objectFit || 'unset';
357
+ let templateDyn =`<div ngf-drop="" ngf-drag-over-class="dragover" style="display: flex; justify-content: center; width: 100%; height: 100%; ">
358
+ <img alt="$picture$" style="width: 100%; object-fit: ${objectFit}" ng-if="$ngModel$"
359
+ data-ng-src="{{$ngModel$.startsWith(\'http\') || ($ngModel$.startsWith(\'/\') && $ngModel$.length < 1000)? $ngModel$ : \'data:image/png;base64,\' + $ngModel$}}">
360
+ <input id="$id$" aria-label="$userHtml$" ng-if="!$ngModel$" autocomplete="off" tabindex="-1"
361
+ class="uiSelectRequired ui-select-offscreen"
362
+ style="top: inherit !important; margin-left: 85px !important;margin-top: 50px !important; display: none;" type=text
363
+ ng-model="$ngModel$" $required$>
364
+ <button id="$idbutton$" class="btn" ng-if="!$ngModel$" ngf-drop="" ngf-select=""
365
+ ngf-change="cronapi.internal.setFile(\'$ngModel$\', $file)" ngf-pattern="\'image/*\'" ngf-max-size="$maxFileSize$">
366
+ $userHtml$
367
+ </button>
368
+ <button class="remove-image-button btn btn-danger btn-xs" ng-if="$ngModel$" ng-click="$ngModel$=null">
369
+ <span class="glyphicon glyphicon-remove"></span>
370
+ <span class="sr-only">{{"Remove" | translate}}</span>
371
+ </button>
372
+ <button class="btn btn-info btn-xs start-camera-button-attribute" ng-if="!$ngModel$"
373
+ ng-click="cronapi.internal.startCamera(\'$ngModel$\')">
374
+ <span class="glyphicon glyphicon-facetime-video"></span>
375
+ <span class="sr-only">{{"Upload.camera" | translate}}</span>
376
+ </button>
377
+ </div>`;
372
378
  var maxFileSize = "";
373
379
  if (attr.maxFileSize)
374
380
  maxFileSize = attr.maxFileSize;
@@ -1401,72 +1407,8 @@
1401
1407
  }
1402
1408
  };
1403
1409
  })
1404
- .directive('cronDashboardViewer', function ($compile) {
1405
- return {
1406
- restrict: 'E',
1407
- replace: true,
1408
- require: 'ngModel',
1409
- link: function (scope, element, attrs, ngModelCtrl) {
1410
-
1411
- function executeDashboard(attrsOptions) {
1412
- var config = JSON.parse(attrsOptions);
1413
- var contextVars = { 'element': element };
1414
- scope.$eval(config.dashboardCommand, contextVars);
1415
- }
1416
-
1417
- executeDashboard(attrs.options);
1418
-
1419
- var filterTimeout = null;
1420
- scope.$watch(function(){ return attrs.options }, function(value, old){
1421
- if (value !== old) {
1422
-
1423
- if (filterTimeout) {
1424
- clearInterval(filterTimeout);
1425
- filterTimeout = null;
1426
- }
1427
-
1428
- filterTimeout = setTimeout(function() {
1429
- executeDashboard(value);
1430
- }.bind(this), 500);
1431
- }
1432
- });
1433
- }
1434
- };
1435
- })
1436
- .directive('cronReportViewer', function ($compile) {
1437
- return {
1438
- restrict: 'E',
1439
- replace: true,
1440
- require: 'ngModel',
1441
- link: function (scope, element, attrs, ngModelCtrl) {
1442
-
1443
- function executeReport(attrsOptions) {
1444
- var config = JSON.parse(attrsOptions);
1445
- var contextVars = { 'element': element };
1446
- scope.$eval(config.reportCommand, contextVars);
1447
- }
1448
-
1449
- executeReport(attrs.options);
1450
-
1451
- var filterTimeout = null;
1452
- scope.$watch(function(){ return attrs.options }, function(value, old){
1453
- if (value !== old) {
1454
-
1455
- if (filterTimeout) {
1456
- clearInterval(filterTimeout);
1457
- filterTimeout = null;
1458
- }
1459
-
1460
- filterTimeout = setTimeout(function() {
1461
- executeReport(value);
1462
- }.bind(this), 500);
1463
- }
1464
- });
1465
-
1466
-
1467
- }
1468
- };
1469
- })
1410
+ .directive('cronDashboardViewer', cronReportViewer)
1411
+ .directive('cronReportViewer', cronReportViewer)
1470
1412
  .directive('cronTimeline', ['$compile', '$parse', function($compile, $parse){
1471
1413
  'use strict';
1472
1414
 
@@ -1610,9 +1552,82 @@
1610
1552
  getSchedulerProperties: function(options, datasource, scope) {
1611
1553
  let schedulerStartDate = (options.initialDateStrategy === 'Expression' ? scope.$eval(generateBlocklyCall(options.initialDateBlocklyInfo)) : options.initialDate);
1612
1554
  let lastSearchedPeriod = {start: null, end: null};
1555
+
1613
1556
  let needsToFetchData = function(searchablePeriod) {
1614
1557
  return !angular.equals(lastSearchedPeriod, searchablePeriod);
1615
1558
  };
1559
+
1560
+ let customDaysOfWeek = (e) => {
1561
+ let view = e.sender.view();
1562
+ let alreadyChanged = e.sender.element.find('.k-scheduler-header.k-state-default.changed').length;
1563
+ if (view.name === 'month' && !alreadyChanged && options.useCustomDaysOfWeek) {
1564
+ e.sender.element.find('.k-scheduler-header.k-state-default').html(`<div class="k-scheduler-header k-state-default">
1565
+ <div class="k-scheduler-header-wrap">
1566
+ <table class="k-scheduler-table">
1567
+ <tbody>
1568
+ <tr>
1569
+ <th colspan="1" class="">${options.daysOfWeek.sunday}</th>
1570
+ <th colspan="1" class="">${options.daysOfWeek.monday}</th>
1571
+ <th colspan="1" class="">${options.daysOfWeek.tuesday}</th>
1572
+ <th colspan="1" class="">${options.daysOfWeek.wednesday}</th>
1573
+ <th colspan="1" class="">${options.daysOfWeek.thursday}</th>
1574
+ <th colspan="1" class="">${options.daysOfWeek.friday}</th>
1575
+ <th colspan="1" class="">${options.daysOfWeek.saturday}</th>
1576
+ </tr>
1577
+ </tbody>
1578
+ </table>
1579
+ </div>
1580
+ </div>`);
1581
+ e.sender.element.find('.k-scheduler-header.k-state-default').addClass('changed');
1582
+ }
1583
+ };
1584
+
1585
+ let hookSeeAllEventsClick = (e) => {
1586
+ let alreadyHooked = e.sender.element.find('.k-more-events.k-button.hooked').length;
1587
+
1588
+ if (!alreadyHooked) {
1589
+ let view = e.sender.view();
1590
+ let optionView = options.views.find(v => v.type === view.name);
1591
+ let randomId = app.common.generateId();
1592
+ e.sender.element.find('.k-more-events.k-button').attr('data-id', randomId);
1593
+ let blocklyCall = generateBlocklyCall(optionView.moreEventsBlockly);
1594
+ if (blocklyCall) {
1595
+ handleBlockAfterRender(randomId, (e) => {
1596
+
1597
+ let lastEvent = $(e.currentTarget).prev();
1598
+ let uid = lastEvent.data('uid');
1599
+ let dataLastEvent = options.refComponent.dataItems().find((f) => { return f.uid == uid });
1600
+
1601
+ let contextVars = {
1602
+ scheduleData: {
1603
+ type: 'seeAll',
1604
+ selectedDate: dataLastEvent.start
1605
+ }
1606
+ };
1607
+ scope.$eval(blocklyCall, contextVars);
1608
+ });
1609
+ }
1610
+ e.sender.element.find('.k-more-events.k-button').addClass('hooked');
1611
+ }
1612
+ }
1613
+
1614
+ let handleBlockAfterRender = (randomId, func) => {
1615
+ return new Promise((resolve) => {
1616
+ let waitRender = setInterval(() => {
1617
+ let $objClick = $(`[data-id="${randomId}"]`);
1618
+ if ($objClick.length) {
1619
+ clearInterval(waitRender);
1620
+ $objClick.off('click');
1621
+ $objClick.on('click', (e) => {
1622
+ func(e);
1623
+ e.stopImmediatePropagation();
1624
+ });
1625
+ resolve();
1626
+ }
1627
+ }, 100);
1628
+ });
1629
+ };
1630
+
1616
1631
  let visibleViews = [];
1617
1632
  if(options.views) {
1618
1633
  for(let viewIndex in options.views) {
@@ -1642,7 +1657,6 @@
1642
1657
  }
1643
1658
  }
1644
1659
 
1645
-
1646
1660
  let cronSchedulerProperties = {
1647
1661
  dateHeaderTemplate: kendo.template(`#=kendo.toString(date, ${kendo.culture().name.toLowerCase().includes('pt')?'\'ddd dd/M\'':'\'ddd M/dd\''})#`),
1648
1662
  showWorkHours: options.showWorkHours,
@@ -1679,7 +1693,40 @@
1679
1693
  // An endDate method which returns the end date of the view.
1680
1694
 
1681
1695
  //kendo.format("view:: start: {0:d}; end: {1:d};", view.startDate(), view.endDate())
1682
- },
1696
+ customDaysOfWeek(e);
1697
+ hookSeeAllEventsClick(e);
1698
+ },
1699
+ eventTemplate: (data) => {
1700
+ let contextVars = { scheduleData: data };
1701
+ let getDescriptionContent = (withIfen) => {
1702
+ if (!data.description) return '';
1703
+ return (withIfen? ' - ' : '') + data.description;
1704
+ }
1705
+
1706
+ let randomId = app.common.generateId();
1707
+ let currentView = options.refComponent.view().name;
1708
+ let view = options.views.find(v => v.type === currentView);
1709
+
1710
+ let result = [];
1711
+ result.push(`<div class='k-event-template' data-id='${randomId}'>`);
1712
+
1713
+ if (currentView !== 'agenda') {
1714
+ result.push(`<div class='k-event-title'>${data.title}${view.showDescription? getDescriptionContent(true) :''} </div>`);
1715
+ }
1716
+ else {
1717
+ result.push(`<div class='k-event-title'>${data.title}</div>`);
1718
+ !view.showDescription || result.push(`<div class='k-event-description'>${getDescriptionContent(false)}</div>`);
1719
+ }
1720
+ result.push('</div>');
1721
+
1722
+ let blocklyCall = generateBlocklyCall(view.blockly);
1723
+ if (blocklyCall) {
1724
+ handleBlockAfterRender(randomId, () => {
1725
+ scope.$eval(blocklyCall, contextVars);
1726
+ });
1727
+ }
1728
+ return result.join('');
1729
+ },
1683
1730
  change: (e) => {
1684
1731
  if (e && e.events && e.events.length) {
1685
1732
  this.setDatasourceActiveItem(datasource, e.events[0], 'id');
@@ -1692,7 +1739,7 @@
1692
1739
  if (options && options.allowCustomAction) {
1693
1740
  let container = e.container;
1694
1741
 
1695
- let btnLabel = options.customActionLabel ? options.customActionLabel : $translate.instant(Details);
1742
+ let btnLabel = options.customActionLabel ? options.customActionLabel : $translate.instant('Details');
1696
1743
  /* ACTION: ADD custom button */
1697
1744
  let detailButton = $('<a class="k-button">' + btnLabel + '</a>');
1698
1745
 
@@ -4071,7 +4118,18 @@
4071
4118
  noData: attrs.noResultsMessage ? attrs.noResultsMessage : "NO DATA FOUND"
4072
4119
  };
4073
4120
 
4074
- options.change = attrs.ngChange ? function (){scope.$eval(attrs.ngChange)}: undefined;
4121
+ options.change = attrs.ngChange ? function (e) {
4122
+ var dataItem = this.dataItem();
4123
+ scope.safeApply(() => {
4124
+ var contextVars = {
4125
+ 'selected' : dataItem,
4126
+ 'selectedKey' : dataItem[options.dataValueField],
4127
+ 'selectedValue' : dataItem[options.dataTextField]
4128
+ };
4129
+ scope.$eval(attrs.ngChange, contextVars);
4130
+ });
4131
+ } : undefined;
4132
+
4075
4133
  options.close = attrs.ngClose ? function (){scope.$eval(attrs.ngClose)}: undefined;
4076
4134
  options.dataBound = attrs.ngDataBound ? function (){scope.$eval(attrs.ngDataBound)}: undefined;
4077
4135
  options.filtering = attrs.ngFiltering ? function (){scope.$eval(attrs.ngFiltering)}: undefined;
@@ -4082,7 +4140,16 @@
4082
4140
  }
4083
4141
  };
4084
4142
 
4085
- options.select = attrs.ngSelect ? function (){scope.$eval(attrs.ngSelect);}: undefined;
4143
+ options.select = attrs.ngSelect ? function (e) {
4144
+ scope.safeApply(() => {
4145
+ var contextVars = {
4146
+ 'selected' : e.dataItem,
4147
+ 'selectedKey' : e.dataItem[options.dataValueField],
4148
+ 'selectedValue' : e.dataItem[options.dataTextField]
4149
+ };
4150
+ scope.$eval(attrs.ngSelect, contextVars);
4151
+ });
4152
+ } : undefined;
4086
4153
 
4087
4154
  /**
4088
4155
  * Renderizando DropdownList
@@ -7086,6 +7153,10 @@ function cronFrame($compile, $sce, $parse) {
7086
7153
  return {
7087
7154
  restrict: 'AE',
7088
7155
  link: function (scope, element, attrs, ngModelCtrl) {
7156
+
7157
+ scope.fragment = scope.fragment || {};
7158
+ var framentMap = scope.fragment[element.parent.id] || {};
7159
+
7089
7160
  scope.$watch(function() {
7090
7161
  return attrs.origin;
7091
7162
  }, function(newVal) {
@@ -7097,7 +7168,36 @@ function cronFrame($compile, $sce, $parse) {
7097
7168
  attrs.type = 'include';
7098
7169
  }
7099
7170
  if (attrs.type == 'include') {
7100
- template = $(`<div style="${style}" class="${clazz}" ng-include="'${attrs.origin}'"></div>`);
7171
+ let str = `<div style="${style}" class="${clazz}" ng-include="'${attrs.origin}'" ng-if="true"></div>`;
7172
+ template = $(str);
7173
+ if (attrs.params) {
7174
+ try {
7175
+ let params = eval(attrs.params);
7176
+ for (let index in params) {
7177
+ let item = params[index];
7178
+ if ("expression" == item.type) {
7179
+ scope.$watch(item.value, function (newVal) {
7180
+ framentMap[item.key] = newVal;
7181
+ var elem = $(str);
7182
+ elem.attr(
7183
+ "onload",
7184
+ `params = ${JSON.stringify(framentMap)}`
7185
+ );
7186
+ var html = $compile(elem)(scope);
7187
+ element.html(html);
7188
+ });
7189
+ } else {
7190
+ framentMap[item.key] = item.value;
7191
+ }
7192
+ }
7193
+ template.attr(
7194
+ "onload",
7195
+ `params = ${JSON.stringify(framentMap)}`
7196
+ );
7197
+ } catch (err) {
7198
+ console.error(err);
7199
+ }
7200
+ }
7101
7201
  } else if (attrs.type == 'frame') {
7102
7202
  var url = $sce.trustAsResourceUrl(attrs.origin);
7103
7203
  template = $(`<iframe style="${style}" class="${clazz}" ng-src="${url}" width="100%" height="100%" loading="lazy"></iframe>`);
@@ -7108,4 +7208,39 @@ function cronFrame($compile, $sce, $parse) {
7108
7208
  })
7109
7209
  }
7110
7210
  }
7211
+ }
7212
+
7213
+ function cronReportViewer($compile) {
7214
+ return {
7215
+ restrict: 'E',
7216
+ replace: true,
7217
+ require: 'ngModel',
7218
+ link: function (scope, element, attrs, ngModelCtrl) {
7219
+
7220
+ function executeReport(attrsOptions) {
7221
+ var config = JSON.parse(attrsOptions);
7222
+ var contextVars = { 'element': element };
7223
+ scope.$eval(config.reportCommand || config.dashboardCommand, contextVars);
7224
+ }
7225
+
7226
+ executeReport(attrs.options);
7227
+
7228
+ var filterTimeout = null;
7229
+ scope.$watch(function(){ return attrs.options }, function(value, old){
7230
+ if (value !== old) {
7231
+
7232
+ if (filterTimeout) {
7233
+ clearInterval(filterTimeout);
7234
+ filterTimeout = null;
7235
+ }
7236
+
7237
+ filterTimeout = setTimeout(function() {
7238
+ executeReport(value);
7239
+ }.bind(this), 500);
7240
+ }
7241
+ });
7242
+
7243
+
7244
+ }
7245
+ };
7111
7246
  }
@@ -65,7 +65,7 @@
65
65
  };
66
66
 
67
67
 
68
- var grp = report.reportName.match(/\/(.*?)(.*?)(\.jrxml|\.report)/);
68
+ var grp = report.reportName.match(/\/(.*?)(.*?)(\.jrxml|\.report|.dashboard)/);
69
69
  $scope.report = report;
70
70
  $scope.report.name = grp[2];
71
71
  $scope.htmlParameters = htmlParameters;
@@ -92,7 +92,7 @@
92
92
  }
93
93
 
94
94
  $scope.onPrint = function() {
95
- if ($scope.report.reportName.endsWith('.report'))
95
+ if ($scope.report.reportName.endsWith('.report') || $scope.report.reportName.endsWith('.dashboard'))
96
96
  ReportService.openStimulsoftReport($scope.report.contentData, $scope.report.parameters, $scope.report.datasourcesInBand);
97
97
  else
98
98
  ReportService.getPDFAsFile($scope.report).then(openPDFAsFile);
@@ -357,6 +357,31 @@
357
357
  return hasWithOutValue;
358
358
  };
359
359
 
360
+ this.getDatasourcesInBandDashBoard = function(json) {
361
+ var datasourcesInBands = { hasParam: false, datasources: [] };
362
+ var report = Stimulsoft.Report.StiReport.createNewDashboard();
363
+ report.load(json);
364
+ if (report.pages && report.pages.list && report.pages.list.length > 0) {
365
+ report.pages.toList().forEach(function(page) {
366
+ page.components.toList().forEach(function (component) {
367
+ var datasources = component.getDataSources() || [];
368
+ datasources.forEach(function(ds) {
369
+ var params = stimulsoftHelper.getParamsFromFilter(ds);
370
+ var customId = stimulsoftHelper.getQueryName(ds);
371
+ datasourcesInBands.datasources.push({
372
+ name: ds.name,
373
+ customId: customId,
374
+ fieldParams: params,
375
+ queryParams : []
376
+ });
377
+ if (params.length) datasourcesInBands.hasParam = true;
378
+ });
379
+ });
380
+ });
381
+ }
382
+ return datasourcesInBands;
383
+ };
384
+
360
385
  this.getDatasourcesInBand = function(json) {
361
386
 
362
387
  var report = new Stimulsoft.Report.StiReport();
@@ -449,8 +474,9 @@
449
474
  this.openReport = function(reportName, params, config) {
450
475
  this.getReport(reportName).then(function(result) {
451
476
  if(result && result.data) {
452
- if (result.data.reportName.endsWith('.report')) {
453
-
477
+ var isReport = result.data.reportName.endsWith('.report');
478
+ var isDashBoard = result.data.reportName.endsWith('.dashboard');
479
+ if (isReport || isDashBoard) {
454
480
  this.loadSriptsStimulsoft(function(success) {
455
481
  if (success) {
456
482
  this.initializeStimulsoft($translate.use());
@@ -458,6 +484,9 @@
458
484
  function (content) {
459
485
 
460
486
  var datasourcesInBand = this.getDatasourcesInBand(content.data);
487
+ //verify if is dashboard
488
+ if (isDashBoard) datasourcesInBand = this.getDatasourcesInBandDashBoard(content.data);
489
+
461
490
  //Verificar se existem parametros na Fonte de dados dos datasources utilizados no relatorio
462
491
  this.getDataSourcesParams(datasourcesInBand).then(function(dsInBand) {
463
492