cronapp-framework-js 2.9.1-SP.9 → 2.9.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 (1459) hide show
  1. package/components/crn-accordion.components.json +1 -1
  2. package/components/crn-button-filter.components.json +23 -12
  3. package/components/crn-button.components.json +22 -11
  4. package/components/crn-enterprise-autocomplete.components.json +1 -1
  5. package/components/crn-enterprise-checkbox.components.json +20 -10
  6. package/components/crn-enterprise-combobox-multiple.components.json +20 -10
  7. package/components/crn-panel.components.json +20 -10
  8. package/components/crn-radiogroup.components.json +20 -10
  9. package/components/crn-signature-pad.components.json +1 -1
  10. package/components/crn-upload-file.components.json +25 -14
  11. package/components/crn-upload.components.json +27 -15
  12. package/{deprecated/components/css → components/css/deprecated}/checkbox-color.css +0 -0
  13. package/{deprecated/components/css → components/css/deprecated}/color-default.css +0 -0
  14. package/{deprecated/components/css → components/css/deprecated}/combobox-color.css +0 -0
  15. package/{deprecated/components/css → components/css/deprecated}/multiselect-editor.css +0 -0
  16. package/{deprecated/components/css → components/css/deprecated}/option-color.css +0 -0
  17. package/components/templates/accordion.template.html +2 -2
  18. package/components/templates/cron-autocomplete.designtime.html +4 -38
  19. package/components/templates/cron-calendar.designtime.html +74 -169
  20. package/css/animate.css +2 -2
  21. package/css/app.css +9 -0
  22. package/css/themes/custom/aquamarine/button-aquamarine.css +35 -10
  23. package/css/themes/custom/aquamarine/custom-aquamarine.css +112 -51
  24. package/css/themes/custom/cerulean/button-cerulean.css +20 -1
  25. package/css/themes/custom/cerulean/custom-cerulean.css +87 -12
  26. package/css/themes/custom/cosmo/custom-cosmo.css +124 -5
  27. package/css/themes/custom/cosmo/panel-cosmo.css +7 -8
  28. package/css/themes/custom/cyborg/custom-cyborg.css +79 -1
  29. package/css/themes/custom/cyborg/panel-cyborg.css +11 -8
  30. package/css/themes/custom/darkly/custom-darkly.css +113 -10
  31. package/css/themes/custom/darkly/panel-darkly.css +3 -7
  32. package/css/themes/custom/dsgov/button-dsgov.css +11 -1
  33. package/css/themes/custom/dsgov/custom-dsgov.css +75 -14
  34. package/css/themes/custom/dsgov/form-dsgov.css +2 -2
  35. package/css/themes/custom/flatly/custom-flatly.css +70 -0
  36. package/css/themes/custom/flatly/panel-flatly.css +11 -16
  37. package/css/themes/custom/fuse/custom-fuse.css +169 -9
  38. package/css/themes/custom/fuse/panel-fuse.css +5 -5
  39. package/css/themes/custom/journal/custom-journal.css +70 -0
  40. package/css/themes/custom/journal/panel-journal.css +3 -6
  41. package/css/themes/custom/material/custom-material.css +132 -28
  42. package/css/themes/custom/theme-general/button.css +20 -0
  43. package/css/themes/custom/theme-general/forms.css +6 -1
  44. package/css/themes/custom/theme-general/notification.css +16 -0
  45. package/css/themes/custom/theme-general/scheduler.css +17 -25
  46. package/css/themes/custom/theme-general/table-grid.css +6 -8
  47. package/css/themes/custom/theme-general/theme-general.css +7 -6
  48. package/css/themes/deprecated/aquamarine.min.css +6 -0
  49. package/css/themes/deprecated/cerulean.min.css +7 -0
  50. package/css/themes/deprecated/cosmo.min.css +7 -0
  51. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/_media-print.css +71 -0
  52. package/{deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7 → css/themes/deprecated/custom/_bootswatch-v3.3.3}/alert.css +0 -0
  53. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/badge.css +47 -0
  54. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/basics.css +620 -0
  55. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/blockquote.css +54 -0
  56. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/breadcrumb.css +21 -0
  57. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/btn-group.css +169 -0
  58. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/btn-toolbar.css +15 -0
  59. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/btn.css +158 -0
  60. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/caret.css +24 -0
  61. package/{deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7 → css/themes/deprecated/custom/_bootswatch-v3.3.3}/carousel.css +0 -0
  62. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/close.css +27 -0
  63. package/{deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7 → css/themes/deprecated/custom/_bootswatch-v3.3.3}/col.css +0 -0
  64. package/{deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7 → css/themes/deprecated/custom/_bootswatch-v3.3.3}/collapse.css +0 -0
  65. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/container.css +49 -0
  66. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/dropdown.css +133 -0
  67. package/{deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7 → css/themes/deprecated/custom/_bootswatch-v3.3.3}/embed-responsive.css +0 -0
  68. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/form.css +401 -0
  69. package/{deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7 → css/themes/deprecated/custom/_bootswatch-v3.3.3}/glyphicon.css +0 -0
  70. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/has.css +172 -0
  71. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/import_bootswatch.css +46 -0
  72. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/input-group.css +184 -0
  73. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/input.css +39 -0
  74. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/jumbotron.css +44 -0
  75. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/kbd.css +17 -0
  76. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/label.css +33 -0
  77. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/list-group.css +75 -0
  78. package/{deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7 → css/themes/deprecated/custom/_bootswatch-v3.3.3}/media.css +0 -0
  79. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/modal.css +143 -0
  80. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/nav-justified.css +27 -0
  81. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/nav-pills.css +11 -0
  82. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/nav-stacked.css +8 -0
  83. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/nav-tabs.css +78 -0
  84. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/nav.css +27 -0
  85. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/navbar.css +351 -0
  86. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/pager.css +27 -0
  87. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/pagination.css +71 -0
  88. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/panel.css +264 -0
  89. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/popover.css +149 -0
  90. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/pre.css +22 -0
  91. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/progress.css +63 -0
  92. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/table.css +268 -0
  93. package/{deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7 → css/themes/deprecated/custom/_bootswatch-v3.3.3}/text.css +0 -0
  94. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/thumbnail.css +41 -0
  95. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/tooltip.css +129 -0
  96. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/visible.css +261 -0
  97. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/well.css +25 -0
  98. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/_media-print.css +71 -0
  99. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/alert.css +48 -0
  100. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/animations.css +26 -0
  101. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/badge.css +58 -0
  102. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/basics.css +725 -0
  103. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/blockquote.css +54 -0
  104. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/breadcrumb.css +21 -0
  105. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/btn.css +491 -0
  106. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/carousel.css +261 -0
  107. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/close.css +37 -0
  108. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/col.css +787 -0
  109. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/collapse.css +30 -0
  110. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/container.css +31 -0
  111. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/dropdown.css +158 -0
  112. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/embed-responsive.css +29 -0
  113. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/fade.css +10 -0
  114. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/form_input.css +782 -0
  115. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/glyphicon.css +1066 -0
  116. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/img_figure.css +39 -0
  117. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/import_bootswatch.css +38 -0
  118. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/input-group.css +184 -0
  119. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/jumbotron.css +49 -0
  120. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/label.css +35 -0
  121. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/list-group.css +133 -0
  122. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/media.css +60 -0
  123. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/modal.css +143 -0
  124. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/nav.css +276 -0
  125. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/navbar.css +408 -0
  126. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/pager.css +44 -0
  127. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/pagination.css +109 -0
  128. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/panel.css +288 -0
  129. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/popover.css +154 -0
  130. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/progress.css +95 -0
  131. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/table.css +171 -0
  132. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/text.css +31 -0
  133. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/thumbnail.css +29 -0
  134. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/tooltip.css +129 -0
  135. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/visible.css +269 -0
  136. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/well.css +31 -0
  137. package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/_media-print.css +0 -0
  138. package/css/themes/deprecated/custom/_bootswatch-v3.3.7/alert.css +37 -0
  139. package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/animations.css +0 -0
  140. package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/badge.css +0 -0
  141. package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/basics.css +0 -0
  142. package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/blockquote.css +0 -0
  143. package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/breadcrumb.css +0 -0
  144. package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/btn.css +0 -0
  145. package/{deprecated/css/themes/custom/fuse/components_css → css/themes/deprecated/custom/_bootswatch-v3.3.7}/carousel.css +0 -0
  146. package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/close.css +0 -0
  147. package/css/themes/deprecated/custom/_bootswatch-v3.3.7/col.css +787 -0
  148. package/css/themes/deprecated/custom/_bootswatch-v3.3.7/collapse.css +30 -0
  149. package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/container.css +0 -0
  150. package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/dropdown.css +0 -0
  151. package/css/themes/deprecated/custom/_bootswatch-v3.3.7/embed-responsive.css +29 -0
  152. package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/fade.css +0 -0
  153. package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/figure_img.css +0 -0
  154. package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/form-control.css +0 -0
  155. package/css/themes/deprecated/custom/_bootswatch-v3.3.7/glyphicon.css +1066 -0
  156. package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/import_bootswatch.css +0 -0
  157. package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/input-group.css +0 -0
  158. package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/input.css +0 -0
  159. package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/jumbotron.css +0 -0
  160. package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/label.css +0 -0
  161. package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/list-group.css +0 -0
  162. package/{deprecated/css/themes/custom/fuse/components_css → css/themes/deprecated/custom/_bootswatch-v3.3.7}/media.css +0 -0
  163. package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/modal.css +0 -0
  164. package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/nav.css +0 -0
  165. package/css/themes/deprecated/custom/_bootswatch-v3.3.7/navbar.css +619 -0
  166. package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/pager.css +0 -0
  167. package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/pagination.css +0 -0
  168. package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/panel.css +0 -0
  169. package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/popover.css +0 -0
  170. package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/progress.css +0 -0
  171. package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/table.css +0 -0
  172. package/css/themes/deprecated/custom/_bootswatch-v3.3.7/text.css +31 -0
  173. package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/thumbnail.css +0 -0
  174. package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/tooltip.css +0 -0
  175. package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/visible.css +0 -0
  176. package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/well.css +0 -0
  177. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/_media-print.css +79 -0
  178. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/accordion.css +19 -0
  179. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/alert.css +27 -0
  180. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/align.css +393 -0
  181. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/badge.css +26 -0
  182. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/basics.css +706 -0
  183. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/blockquote.css +14 -0
  184. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/border.css +75 -0
  185. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/breadcrumb.css +35 -0
  186. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/btn.css +244 -0
  187. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/card.css +260 -0
  188. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/carousel.css +251 -0
  189. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/close.css +27 -0
  190. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/col.css +1125 -0
  191. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/container.css +39 -0
  192. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/custom.css +413 -0
  193. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/display.css +209 -0
  194. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/dropdown.css +176 -0
  195. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/embed-responsive.css +42 -0
  196. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/flex.css +318 -0
  197. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/float.css +59 -0
  198. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/form.css +294 -0
  199. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/img_figure.css +27 -0
  200. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/import_bootswatch.css +43 -0
  201. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/input-group.css +178 -0
  202. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/jumbotron.css +18 -0
  203. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/justify.css +136 -0
  204. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/list-group.css +218 -0
  205. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/margin.css +711 -0
  206. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/modal.css +182 -0
  207. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/nav.css +45 -0
  208. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/navbar.css +353 -0
  209. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/padding.css +611 -0
  210. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/page.css +55 -0
  211. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/pagination.css +44 -0
  212. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/popover.css +199 -0
  213. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/position.css +20 -0
  214. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/progress.css +46 -0
  215. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/rounded.css +31 -0
  216. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/shadow.css +19 -0
  217. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/table.css +96 -0
  218. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/text.css +113 -0
  219. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/tooltip.css +122 -0
  220. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/validated.css +239 -0
  221. package/css/themes/deprecated/custom/aquamarine/custom-aquamarine.min.css +3085 -0
  222. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Black.woff +0 -0
  223. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Black.woff2 +0 -0
  224. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-BlackItalic.woff +0 -0
  225. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-BlackItalic.woff2 +0 -0
  226. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Bold.woff +0 -0
  227. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Bold.woff2 +0 -0
  228. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-BoldItalic.woff +0 -0
  229. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-BoldItalic.woff2 +0 -0
  230. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraBold.woff +0 -0
  231. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraBold.woff2 +0 -0
  232. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraBoldItalic.woff +0 -0
  233. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraBoldItalic.woff2 +0 -0
  234. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraLight.woff +0 -0
  235. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraLight.woff2 +0 -0
  236. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraLightItalic.woff +0 -0
  237. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraLightItalic.woff2 +0 -0
  238. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Italic.woff +0 -0
  239. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Italic.woff2 +0 -0
  240. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Light.woff +0 -0
  241. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Light.woff2 +0 -0
  242. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-LightItalic.woff +0 -0
  243. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-LightItalic.woff2 +0 -0
  244. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Medium.woff +0 -0
  245. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Medium.woff2 +0 -0
  246. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-MediumItalic.woff +0 -0
  247. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-MediumItalic.woff2 +0 -0
  248. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Regular.woff +0 -0
  249. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Regular.woff2 +0 -0
  250. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-SemiBold.woff +0 -0
  251. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-SemiBold.woff2 +0 -0
  252. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-SemiBoldItalic.woff +0 -0
  253. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-SemiBoldItalic.woff2 +0 -0
  254. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Thin.woff +0 -0
  255. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Thin.woff2 +0 -0
  256. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-ThinItalic.woff +0 -0
  257. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-ThinItalic.woff2 +0 -0
  258. package/css/themes/deprecated/custom/aquamarine/font/fonts.css +162 -0
  259. package/css/themes/deprecated/custom/aquamarine/img/arrow-gray.svg +3 -0
  260. package/css/themes/deprecated/custom/aquamarine/img/arrow-white.svg +3 -0
  261. package/{deprecated/css/themes → css/themes/deprecated}/custom/cerulean/custom-cerulean.min.css +0 -0
  262. package/css/themes/deprecated/custom/cerulean/img/arrow-gray.svg +10 -0
  263. package/css/themes/deprecated/custom/cerulean/img/arrow-white.svg +10 -0
  264. package/{deprecated/css/themes → css/themes/deprecated}/custom/cosmo/custom-cosmo.min.css +0 -0
  265. package/{deprecated/css/themes → css/themes/deprecated}/custom/cyborg/custom-cyborg.min.css +0 -0
  266. package/{deprecated/css/themes → css/themes/deprecated}/custom/darkly/custom-darkly.min.css +0 -0
  267. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/_media-print.css +73 -0
  268. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/alert.css +37 -0
  269. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/animations.css +26 -0
  270. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/badge.css +48 -0
  271. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/basics.css +734 -0
  272. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/blockquote.css +54 -0
  273. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/breadcrumb.css +30 -0
  274. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/btn.css +391 -0
  275. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/carousel.css +252 -0
  276. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/close.css +27 -0
  277. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/col.css +787 -0
  278. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/collapse.css +30 -0
  279. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/container.css +31 -0
  280. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/dropdown.css +157 -0
  281. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/embed-responsive.css +29 -0
  282. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/fade.css +10 -0
  283. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/figure_img.css +39 -0
  284. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/form-control.css +310 -0
  285. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/glyphicon.css +1066 -0
  286. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/import_bootswatch.css +40 -0
  287. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/input-group.css +184 -0
  288. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/input.css +144 -0
  289. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/jumbotron.css +49 -0
  290. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/label.css +35 -0
  291. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/list-group.css +129 -0
  292. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/media.css +60 -0
  293. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/modal.css +142 -0
  294. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/nav.css +271 -0
  295. package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom/dsgov}/_bootswatch-v3.3.7/navbar.css +0 -0
  296. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/pager.css +52 -0
  297. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/pagination.css +113 -0
  298. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/panel.css +295 -0
  299. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/popover.css +148 -0
  300. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/progress.css +65 -0
  301. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/table.css +268 -0
  302. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/text.css +31 -0
  303. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/thumbnail.css +29 -0
  304. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/tooltip.css +129 -0
  305. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/visible.css +269 -0
  306. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/well.css +25 -0
  307. package/css/themes/deprecated/custom/dsgov/custom-dsgov.min.css +3246 -0
  308. package/css/themes/deprecated/custom/dsgov/font/WorkSans-Black.woff +0 -0
  309. package/css/themes/deprecated/custom/dsgov/font/WorkSans-Black.woff2 +0 -0
  310. package/css/themes/deprecated/custom/dsgov/font/WorkSans-BlackItalic.woff +0 -0
  311. package/css/themes/deprecated/custom/dsgov/font/WorkSans-BlackItalic.woff2 +0 -0
  312. package/css/themes/deprecated/custom/dsgov/font/WorkSans-Bold.woff +0 -0
  313. package/css/themes/deprecated/custom/dsgov/font/WorkSans-Bold.woff2 +0 -0
  314. package/css/themes/deprecated/custom/dsgov/font/WorkSans-BoldItalic.woff +0 -0
  315. package/css/themes/deprecated/custom/dsgov/font/WorkSans-BoldItalic.woff2 +0 -0
  316. package/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraBold.woff +0 -0
  317. package/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraBold.woff2 +0 -0
  318. package/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraBoldItalic.woff +0 -0
  319. package/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraBoldItalic.woff2 +0 -0
  320. package/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraLight.woff +0 -0
  321. package/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraLight.woff2 +0 -0
  322. package/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraLightItalic.woff +0 -0
  323. package/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraLightItalic.woff2 +0 -0
  324. package/css/themes/deprecated/custom/dsgov/font/WorkSans-Italic.woff +0 -0
  325. package/css/themes/deprecated/custom/dsgov/font/WorkSans-Italic.woff2 +0 -0
  326. package/css/themes/deprecated/custom/dsgov/font/WorkSans-Light.woff +0 -0
  327. package/css/themes/deprecated/custom/dsgov/font/WorkSans-Light.woff2 +0 -0
  328. package/css/themes/deprecated/custom/dsgov/font/WorkSans-LightItalic.woff +0 -0
  329. package/css/themes/deprecated/custom/dsgov/font/WorkSans-LightItalic.woff2 +0 -0
  330. package/css/themes/deprecated/custom/dsgov/font/WorkSans-Medium.woff +0 -0
  331. package/css/themes/deprecated/custom/dsgov/font/WorkSans-Medium.woff2 +0 -0
  332. package/css/themes/deprecated/custom/dsgov/font/WorkSans-MediumItalic.woff +0 -0
  333. package/css/themes/deprecated/custom/dsgov/font/WorkSans-MediumItalic.woff2 +0 -0
  334. package/css/themes/deprecated/custom/dsgov/font/WorkSans-Regular.woff +0 -0
  335. package/css/themes/deprecated/custom/dsgov/font/WorkSans-Regular.woff2 +0 -0
  336. package/css/themes/deprecated/custom/dsgov/font/WorkSans-SemiBold.woff +0 -0
  337. package/css/themes/deprecated/custom/dsgov/font/WorkSans-SemiBold.woff2 +0 -0
  338. package/css/themes/deprecated/custom/dsgov/font/WorkSans-SemiBoldItalic.woff +0 -0
  339. package/css/themes/deprecated/custom/dsgov/font/WorkSans-SemiBoldItalic.woff2 +0 -0
  340. package/css/themes/deprecated/custom/dsgov/font/WorkSans-Thin.woff +0 -0
  341. package/css/themes/deprecated/custom/dsgov/font/WorkSans-Thin.woff2 +0 -0
  342. package/css/themes/deprecated/custom/dsgov/font/WorkSans-ThinItalic.woff +0 -0
  343. package/css/themes/deprecated/custom/dsgov/font/WorkSans-ThinItalic.woff2 +0 -0
  344. package/css/themes/deprecated/custom/dsgov/font/fonts.css +162 -0
  345. package/css/themes/deprecated/custom/dsgov/font2/fonts.css +144 -0
  346. package/css/themes/deprecated/custom/dsgov/font2/rawline-100.woff +0 -0
  347. package/css/themes/deprecated/custom/dsgov/font2/rawline-100i.woff +0 -0
  348. package/css/themes/deprecated/custom/dsgov/font2/rawline-200.woff +0 -0
  349. package/css/themes/deprecated/custom/dsgov/font2/rawline-200i.woff +0 -0
  350. package/css/themes/deprecated/custom/dsgov/font2/rawline-300.woff +0 -0
  351. package/css/themes/deprecated/custom/dsgov/font2/rawline-300i.woff +0 -0
  352. package/css/themes/deprecated/custom/dsgov/font2/rawline-400.woff +0 -0
  353. package/css/themes/deprecated/custom/dsgov/font2/rawline-400i.woff +0 -0
  354. package/css/themes/deprecated/custom/dsgov/font2/rawline-500.woff +0 -0
  355. package/css/themes/deprecated/custom/dsgov/font2/rawline-500i.woff +0 -0
  356. package/css/themes/deprecated/custom/dsgov/font2/rawline-600.woff +0 -0
  357. package/css/themes/deprecated/custom/dsgov/font2/rawline-600i.woff +0 -0
  358. package/css/themes/deprecated/custom/dsgov/font2/rawline-700.woff +0 -0
  359. package/css/themes/deprecated/custom/dsgov/font2/rawline-700i.woff +0 -0
  360. package/css/themes/deprecated/custom/dsgov/font2/rawline-800.woff +0 -0
  361. package/css/themes/deprecated/custom/dsgov/font2/rawline-800i.woff +0 -0
  362. package/css/themes/deprecated/custom/dsgov/font2/rawline-900.woff +0 -0
  363. package/css/themes/deprecated/custom/dsgov/font2/rawline-900i.woff +0 -0
  364. package/css/themes/deprecated/custom/dsgov/img/arrow-blue.svg +9 -0
  365. package/css/themes/deprecated/custom/dsgov/img/cover.jpg +0 -0
  366. package/{deprecated/css/themes → css/themes/deprecated}/custom/flatly/custom-flatly.min.css +0 -0
  367. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/_media-print.css +73 -0
  368. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/alert.css +37 -0
  369. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/animations.css +26 -0
  370. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/badge.css +48 -0
  371. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/basics.css +734 -0
  372. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/blockquote.css +54 -0
  373. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/breadcrumb.css +30 -0
  374. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/btn.css +391 -0
  375. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/carousel.css +252 -0
  376. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/close.css +27 -0
  377. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/col.css +787 -0
  378. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/collapse.css +30 -0
  379. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/container.css +31 -0
  380. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/dropdown.css +157 -0
  381. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/embed-responsive.css +29 -0
  382. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/fade.css +10 -0
  383. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/figure_img.css +39 -0
  384. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/form-control.css +310 -0
  385. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/glyphicon.css +1066 -0
  386. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/import_bootswatch.css +40 -0
  387. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/input-group.css +184 -0
  388. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/input.css +144 -0
  389. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/jumbotron.css +49 -0
  390. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/label.css +35 -0
  391. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/list-group.css +129 -0
  392. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/media.css +60 -0
  393. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/modal.css +142 -0
  394. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/nav.css +271 -0
  395. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/navbar.css +617 -0
  396. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/pager.css +52 -0
  397. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/pagination.css +113 -0
  398. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/panel.css +295 -0
  399. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/popover.css +148 -0
  400. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/progress.css +65 -0
  401. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/table.css +268 -0
  402. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/text.css +31 -0
  403. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/thumbnail.css +29 -0
  404. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/tooltip.css +129 -0
  405. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/visible.css +269 -0
  406. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/well.css +25 -0
  407. package/{deprecated/css/themes → css/themes/deprecated}/custom/fuse/components_css/alert.css +0 -0
  408. package/{deprecated/css/themes → css/themes/deprecated}/custom/fuse/components_css/badge.css +0 -0
  409. package/{deprecated/css/themes → css/themes/deprecated}/custom/fuse/components_css/blockquote.css +0 -0
  410. package/{deprecated/css/themes → css/themes/deprecated}/custom/fuse/components_css/breadcrumb.css +0 -0
  411. package/{deprecated/css/themes → css/themes/deprecated}/custom/fuse/components_css/btn.css +0 -0
  412. package/css/themes/deprecated/custom/fuse/components_css/carousel.css +252 -0
  413. package/{deprecated/css/themes → css/themes/deprecated}/custom/fuse/components_css/close.css +0 -0
  414. package/{deprecated/css/themes → css/themes/deprecated}/custom/fuse/components_css/embed-responsive.css +0 -0
  415. package/{deprecated/css/themes → css/themes/deprecated}/custom/fuse/components_css/form.css +0 -0
  416. package/{deprecated/css/themes → css/themes/deprecated}/custom/fuse/components_css/glyphicon.css +0 -0
  417. package/{deprecated/css/themes → css/themes/deprecated}/custom/fuse/components_css/hidden.css +0 -0
  418. package/{deprecated/css/themes → css/themes/deprecated}/custom/fuse/components_css/import_components_css.css +0 -0
  419. package/{deprecated/css/themes → css/themes/deprecated}/custom/fuse/components_css/list-group.css +0 -0
  420. package/css/themes/deprecated/custom/fuse/components_css/media.css +60 -0
  421. package/{deprecated/css/themes → css/themes/deprecated}/custom/fuse/components_css/modal.css +0 -0
  422. package/{deprecated/css/themes → css/themes/deprecated}/custom/fuse/components_css/navbar.css +0 -0
  423. package/{deprecated/css/themes → css/themes/deprecated}/custom/fuse/components_css/pager.css +0 -0
  424. package/{deprecated/css/themes → css/themes/deprecated}/custom/fuse/components_css/pagination.css +0 -0
  425. package/{deprecated/css/themes → css/themes/deprecated}/custom/fuse/components_css/panel.css +0 -0
  426. package/{deprecated/css/themes → css/themes/deprecated}/custom/fuse/components_css/popover.css +0 -0
  427. package/{deprecated/css/themes → css/themes/deprecated}/custom/fuse/components_css/progress.css +0 -0
  428. package/{deprecated/css/themes → css/themes/deprecated}/custom/fuse/components_css/table.css +0 -0
  429. package/{deprecated/css/themes → css/themes/deprecated}/custom/fuse/components_css/thumbnail.css +0 -0
  430. package/{deprecated/css/themes → css/themes/deprecated}/custom/fuse/components_css/tooltip.css +0 -0
  431. package/{deprecated/css/themes → css/themes/deprecated}/custom/fuse/components_css/type_bootstrap.css +0 -0
  432. package/{deprecated/css/themes → css/themes/deprecated}/custom/fuse/components_css/visible.css +0 -0
  433. package/{deprecated/css/themes → css/themes/deprecated}/custom/fuse/components_css/well.css +0 -0
  434. package/css/themes/deprecated/custom/fuse/custom-fuse.min.css +4179 -0
  435. package/{deprecated/css/themes → css/themes/deprecated}/custom/fuse/font/Inter-roman.var.woff2 +0 -0
  436. package/{deprecated/css/themes → css/themes/deprecated}/custom/fuse/font/font.css +0 -0
  437. package/css/themes/deprecated/custom/fuse/font/fonts.css +8 -0
  438. package/css/themes/deprecated/custom/fuse/img/arrow-gray.svg +9 -0
  439. package/css/themes/deprecated/custom/fuse/img/arrow-white.svg +9 -0
  440. package/{deprecated/css/themes → css/themes/deprecated}/custom/journal/custom-journal.min.css +0 -0
  441. package/{deprecated/css/themes → css/themes/deprecated}/custom/lumen/custom-lumen.min.css +0 -0
  442. package/css/themes/deprecated/custom/lumen/font/SourceSansPro-Black.woff +0 -0
  443. package/css/themes/deprecated/custom/lumen/font/SourceSansPro-Black.woff2 +0 -0
  444. package/css/themes/deprecated/custom/lumen/font/SourceSansPro-BlackIt.woff +0 -0
  445. package/css/themes/deprecated/custom/lumen/font/SourceSansPro-BlackIt.woff2 +0 -0
  446. package/css/themes/deprecated/custom/lumen/font/SourceSansPro-Bold.woff +0 -0
  447. package/css/themes/deprecated/custom/lumen/font/SourceSansPro-Bold.woff2 +0 -0
  448. package/css/themes/deprecated/custom/lumen/font/SourceSansPro-BoldIt.woff +0 -0
  449. package/css/themes/deprecated/custom/lumen/font/SourceSansPro-BoldIt.woff2 +0 -0
  450. package/css/themes/deprecated/custom/lumen/font/SourceSansPro-ExtraLight.woff +0 -0
  451. package/css/themes/deprecated/custom/lumen/font/SourceSansPro-ExtraLight.woff2 +0 -0
  452. package/css/themes/deprecated/custom/lumen/font/SourceSansPro-ExtraLightIt.woff +0 -0
  453. package/css/themes/deprecated/custom/lumen/font/SourceSansPro-ExtraLightIt.woff2 +0 -0
  454. package/css/themes/deprecated/custom/lumen/font/SourceSansPro-It.woff +0 -0
  455. package/css/themes/deprecated/custom/lumen/font/SourceSansPro-It.woff2 +0 -0
  456. package/css/themes/deprecated/custom/lumen/font/SourceSansPro-Light.woff +0 -0
  457. package/css/themes/deprecated/custom/lumen/font/SourceSansPro-Light.woff2 +0 -0
  458. package/css/themes/deprecated/custom/lumen/font/SourceSansPro-LightIt.woff +0 -0
  459. package/css/themes/deprecated/custom/lumen/font/SourceSansPro-LightIt.woff2 +0 -0
  460. package/css/themes/deprecated/custom/lumen/font/SourceSansPro-Regular.woff +0 -0
  461. package/css/themes/deprecated/custom/lumen/font/SourceSansPro-Regular.woff2 +0 -0
  462. package/css/themes/deprecated/custom/lumen/font/SourceSansPro-Semibold.woff +0 -0
  463. package/css/themes/deprecated/custom/lumen/font/SourceSansPro-Semibold.woff2 +0 -0
  464. package/css/themes/deprecated/custom/lumen/font/SourceSansPro-SemiboldIt.woff +0 -0
  465. package/css/themes/deprecated/custom/lumen/font/SourceSansPro-SemiboldIt.woff2 +0 -0
  466. package/css/themes/deprecated/custom/lumen/font/fonts.css +108 -0
  467. package/css/themes/deprecated/custom/lumen/img/arrow-gray.svg +11 -0
  468. package/css/themes/deprecated/custom/lumen/img/arrow-white.svg +11 -0
  469. package/{deprecated/css/themes → css/themes/deprecated}/custom/material/components_css/crn-button.css +0 -0
  470. package/{deprecated/css/themes → css/themes/deprecated}/custom/material/components_css/crn-carousel.css +0 -0
  471. package/{deprecated/css/themes → css/themes/deprecated}/custom/material/components_css/crn-cron-calendar.css +0 -0
  472. package/{deprecated/css/themes → css/themes/deprecated}/custom/material/components_css/crn-cron-grid.css +0 -0
  473. package/{deprecated/css/themes → css/themes/deprecated}/custom/material/components_css/crn-enterprise.css +0 -0
  474. package/{deprecated/css/themes → css/themes/deprecated}/custom/material/components_css/crn-navbar.css +0 -0
  475. package/{deprecated/css/themes → css/themes/deprecated}/custom/material/components_css/crn-scheduler.css +0 -0
  476. package/{deprecated/css/themes → css/themes/deprecated}/custom/material/components_css/login.css +0 -0
  477. package/{deprecated/css/themes → css/themes/deprecated}/custom/material/components_css/ui-notification.css +0 -0
  478. package/{deprecated/css/themes → css/themes/deprecated}/custom/material/custom-material.css +0 -0
  479. package/css/themes/deprecated/custom/material/font/Roboto-Black.woff +0 -0
  480. package/css/themes/deprecated/custom/material/font/Roboto-Black.woff2 +0 -0
  481. package/css/themes/deprecated/custom/material/font/Roboto-BlackItalic.woff +0 -0
  482. package/css/themes/deprecated/custom/material/font/Roboto-BlackItalic.woff2 +0 -0
  483. package/css/themes/deprecated/custom/material/font/Roboto-Bold.woff +0 -0
  484. package/css/themes/deprecated/custom/material/font/Roboto-Bold.woff2 +0 -0
  485. package/css/themes/deprecated/custom/material/font/Roboto-BoldItalic.woff +0 -0
  486. package/css/themes/deprecated/custom/material/font/Roboto-BoldItalic.woff2 +0 -0
  487. package/css/themes/deprecated/custom/material/font/Roboto-Italic.woff +0 -0
  488. package/css/themes/deprecated/custom/material/font/Roboto-Italic.woff2 +0 -0
  489. package/css/themes/deprecated/custom/material/font/Roboto-Light.woff +0 -0
  490. package/css/themes/deprecated/custom/material/font/Roboto-Light.woff2 +0 -0
  491. package/css/themes/deprecated/custom/material/font/Roboto-LightItalic.woff +0 -0
  492. package/css/themes/deprecated/custom/material/font/Roboto-LightItalic.woff2 +0 -0
  493. package/css/themes/deprecated/custom/material/font/Roboto-Medium.woff +0 -0
  494. package/css/themes/deprecated/custom/material/font/Roboto-Medium.woff2 +0 -0
  495. package/css/themes/deprecated/custom/material/font/Roboto-MediumItalic.woff +0 -0
  496. package/css/themes/deprecated/custom/material/font/Roboto-MediumItalic.woff2 +0 -0
  497. package/css/themes/deprecated/custom/material/font/Roboto-Regular.woff +0 -0
  498. package/css/themes/deprecated/custom/material/font/Roboto-Regular.woff2 +0 -0
  499. package/css/themes/deprecated/custom/material/font/Roboto-Thin.woff +0 -0
  500. package/css/themes/deprecated/custom/material/font/Roboto-Thin.woff2 +0 -0
  501. package/css/themes/deprecated/custom/material/font/Roboto-ThinItalic.woff +0 -0
  502. package/css/themes/deprecated/custom/material/font/Roboto-ThinItalic.woff2 +0 -0
  503. package/css/themes/deprecated/custom/material/font/fonts.css +108 -0
  504. package/css/themes/deprecated/custom/material/img/arrow-gray.svg +11 -0
  505. package/css/themes/deprecated/custom/material/img/arrow-white.svg +11 -0
  506. package/css/themes/deprecated/custom/material_raiz/components_css/crn-button.css +174 -0
  507. package/css/themes/deprecated/custom/material_raiz/components_css/crn-carousel.css +11 -0
  508. package/css/themes/deprecated/custom/material_raiz/components_css/crn-cron-calendar.css +176 -0
  509. package/css/themes/deprecated/custom/material_raiz/components_css/crn-cron-grid.css +241 -0
  510. package/css/themes/deprecated/custom/material_raiz/components_css/crn-enterprise.css +58 -0
  511. package/css/themes/deprecated/custom/material_raiz/components_css/crn-navbar.css +185 -0
  512. package/css/themes/deprecated/custom/material_raiz/components_css/crn-scheduler.css +98 -0
  513. package/css/themes/deprecated/custom/material_raiz/components_css/login.css +38 -0
  514. package/css/themes/deprecated/custom/material_raiz/components_css/ui-notification.css +27 -0
  515. package/css/themes/deprecated/custom/material_raiz/custom-material_raiz.css +363 -0
  516. package/{deprecated/css/themes → css/themes/deprecated}/custom/navigator/custom-navigator.css +0 -0
  517. package/{deprecated/css/themes → css/themes/deprecated}/custom/paper/custom-paper.min.css +0 -0
  518. package/{deprecated/css/themes → css/themes/deprecated}/custom/readable/custom-readable.min.css +0 -0
  519. package/{deprecated/css/themes → css/themes/deprecated}/custom/sandstone/custom-sandstone.min.css +0 -0
  520. package/{deprecated/css/themes → css/themes/deprecated}/custom/simplex/custom-simplex.min.css +0 -0
  521. package/{deprecated/css/themes → css/themes/deprecated}/custom/slate/custom-slate.min.css +0 -0
  522. package/{deprecated/css/themes → css/themes/deprecated}/custom/spacelab/custom-spacelab.min.css +0 -0
  523. package/{deprecated/css/themes → css/themes/deprecated}/custom/superhero/custom-superhero.min.css +0 -0
  524. package/{deprecated/css/themes → css/themes/deprecated}/custom/united/custom-united.min.css +0 -0
  525. package/{deprecated/css/themes → css/themes/deprecated}/custom/yeti/custom-yeti.min.css +0 -0
  526. package/css/themes/deprecated/cyborg.min.css +7 -0
  527. package/css/themes/deprecated/darkly.min.css +7 -0
  528. package/css/themes/deprecated/dsgov.min.css +6 -0
  529. package/css/themes/deprecated/flatly.min.css +7 -0
  530. package/css/themes/deprecated/fuse.min.css +7 -0
  531. package/css/themes/deprecated/journal.min.css +7 -0
  532. package/css/themes/deprecated/lumen.min.css +7 -0
  533. package/css/themes/deprecated/material.min.css +4 -0
  534. package/css/themes/deprecated/material_raiz.min.css +3 -0
  535. package/css/themes/deprecated/paper.min.css +7 -0
  536. package/css/themes/deprecated/readable.min.css +7 -0
  537. package/css/themes/deprecated/sandstone.min.css +7 -0
  538. package/css/themes/deprecated/simplex.min.css +7 -0
  539. package/css/themes/deprecated/slate.min.css +7 -0
  540. package/css/themes/deprecated/spacelab.min.css +7 -0
  541. package/css/themes/deprecated/superhero.min.css +7 -0
  542. package/css/themes/deprecated/united.min.css +7 -0
  543. package/css/themes/deprecated/yeti.min.css +7 -0
  544. package/{deprecated/dist/components/css → dist/components/css/deprecated}/checkbox-color.css +0 -0
  545. package/{deprecated/dist/components/css → dist/components/css/deprecated}/color-default.css +0 -0
  546. package/{deprecated/dist/components/css → dist/components/css/deprecated}/combobox-color.css +0 -0
  547. package/{deprecated/dist/components/css → dist/components/css/deprecated}/multiselect-editor.css +0 -0
  548. package/{deprecated/dist/components/css → dist/components/css/deprecated}/option-color.css +0 -0
  549. package/dist/components/js/jquery.inputmask.bundle.js +1 -1
  550. package/dist/components/js/jquery.mask.min.js +1 -1
  551. package/dist/components/js/qrcode.js +1 -1
  552. package/dist/components/templates/accordion.template.html +1 -1
  553. package/dist/components/templates/cron-autocomplete.designtime.html +1 -26
  554. package/dist/components/templates/cron-calendar.designtime.html +1 -1
  555. package/dist/css/animate.css +1 -1
  556. package/dist/css/app.css +1 -1
  557. package/dist/css/themes/custom/aquamarine/button-aquamarine.css +1 -1
  558. package/dist/css/themes/custom/aquamarine/custom-aquamarine.css +1 -1
  559. package/dist/css/themes/custom/cerulean/button-cerulean.css +1 -1
  560. package/dist/css/themes/custom/cerulean/custom-cerulean.css +1 -1
  561. package/dist/css/themes/custom/cosmo/custom-cosmo.css +1 -1
  562. package/dist/css/themes/custom/cosmo/panel-cosmo.css +1 -1
  563. package/dist/css/themes/custom/cyborg/custom-cyborg.css +1 -1
  564. package/dist/css/themes/custom/cyborg/panel-cyborg.css +1 -1
  565. package/dist/css/themes/custom/darkly/custom-darkly.css +1 -1
  566. package/dist/css/themes/custom/darkly/panel-darkly.css +1 -1
  567. package/dist/css/themes/custom/dsgov/button-dsgov.css +1 -1
  568. package/dist/css/themes/custom/dsgov/custom-dsgov.css +1 -1
  569. package/dist/css/themes/custom/dsgov/form-dsgov.css +1 -1
  570. package/dist/css/themes/custom/flatly/custom-flatly.css +1 -1
  571. package/dist/css/themes/custom/flatly/panel-flatly.css +1 -1
  572. package/dist/css/themes/custom/fuse/custom-fuse.css +1 -1
  573. package/dist/css/themes/custom/fuse/panel-fuse.css +1 -1
  574. package/dist/css/themes/custom/journal/custom-journal.css +1 -1
  575. package/dist/css/themes/custom/journal/panel-journal.css +1 -1
  576. package/dist/css/themes/custom/material/custom-material.css +1 -1
  577. package/dist/css/themes/custom/theme-general/button.css +1 -1
  578. package/dist/css/themes/custom/theme-general/forms.css +1 -1
  579. package/dist/css/themes/custom/theme-general/notification.css +1 -1
  580. package/dist/css/themes/custom/theme-general/scheduler.css +1 -1
  581. package/dist/css/themes/custom/theme-general/table-grid.css +1 -1
  582. package/dist/css/themes/custom/theme-general/theme-general.css +1 -1
  583. package/dist/css/themes/deprecated/aquamarine.min.css +1 -0
  584. package/dist/css/themes/deprecated/cerulean.min.css +1 -0
  585. package/dist/css/themes/deprecated/cosmo.min.css +1 -0
  586. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/_media-print.css +1 -0
  587. package/{deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7 → dist/css/themes/deprecated/custom/_bootswatch-v3.3.3}/alert.css +0 -0
  588. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/badge.css +1 -0
  589. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/basics.css +11 -0
  590. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/blockquote.css +1 -0
  591. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/breadcrumb.css +1 -0
  592. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/btn-group.css +1 -0
  593. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/btn-toolbar.css +1 -0
  594. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/btn.css +1 -0
  595. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/caret.css +1 -0
  596. package/{deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7 → dist/css/themes/deprecated/custom/_bootswatch-v3.3.3}/carousel.css +0 -0
  597. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/close.css +1 -0
  598. package/{deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7 → dist/css/themes/deprecated/custom/_bootswatch-v3.3.3}/col.css +0 -0
  599. package/{deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7 → dist/css/themes/deprecated/custom/_bootswatch-v3.3.3}/collapse.css +0 -0
  600. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/container.css +1 -0
  601. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/dropdown.css +1 -0
  602. package/{deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7 → dist/css/themes/deprecated/custom/_bootswatch-v3.3.3}/embed-responsive.css +0 -0
  603. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/form.css +1 -0
  604. package/{deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7 → dist/css/themes/deprecated/custom/_bootswatch-v3.3.3}/glyphicon.css +0 -0
  605. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/has.css +1 -0
  606. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/import_bootswatch.css +1 -0
  607. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/input-group.css +1 -0
  608. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/input.css +1 -0
  609. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/jumbotron.css +1 -0
  610. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/kbd.css +1 -0
  611. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/label.css +1 -0
  612. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/list-group.css +1 -0
  613. package/{deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7 → dist/css/themes/deprecated/custom/_bootswatch-v3.3.3}/media.css +0 -0
  614. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/modal.css +1 -0
  615. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/nav-justified.css +1 -0
  616. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/nav-pills.css +1 -0
  617. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/nav-stacked.css +1 -0
  618. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/nav-tabs.css +1 -0
  619. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/nav.css +1 -0
  620. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/navbar.css +1 -0
  621. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/pager.css +1 -0
  622. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/pagination.css +1 -0
  623. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/panel.css +1 -0
  624. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/popover.css +1 -0
  625. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/pre.css +1 -0
  626. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/progress.css +1 -0
  627. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/table.css +1 -0
  628. package/{deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7 → dist/css/themes/deprecated/custom/_bootswatch-v3.3.3}/text.css +0 -0
  629. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/thumbnail.css +1 -0
  630. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/tooltip.css +1 -0
  631. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/visible.css +1 -0
  632. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/well.css +1 -0
  633. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/_media-print.css +1 -0
  634. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/alert.css +1 -0
  635. package/{deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7 → dist/css/themes/deprecated/custom/_bootswatch-v3.3.6}/animations.css +0 -0
  636. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/badge.css +1 -0
  637. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/basics.css +11 -0
  638. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/blockquote.css +1 -0
  639. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/breadcrumb.css +1 -0
  640. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/btn.css +1 -0
  641. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/carousel.css +1 -0
  642. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/close.css +1 -0
  643. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/col.css +1 -0
  644. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/collapse.css +1 -0
  645. package/{deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7 → dist/css/themes/deprecated/custom/_bootswatch-v3.3.6}/container.css +0 -0
  646. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/dropdown.css +1 -0
  647. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/embed-responsive.css +1 -0
  648. package/{deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7 → dist/css/themes/deprecated/custom/_bootswatch-v3.3.6}/fade.css +0 -0
  649. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/form_input.css +1 -0
  650. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/glyphicon.css +1 -0
  651. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/img_figure.css +1 -0
  652. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/import_bootswatch.css +1 -0
  653. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/input-group.css +1 -0
  654. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/jumbotron.css +1 -0
  655. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/label.css +1 -0
  656. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/list-group.css +1 -0
  657. package/{deprecated/dist/css/themes/custom/fuse/components_css → dist/css/themes/deprecated/custom/_bootswatch-v3.3.6}/media.css +0 -0
  658. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/modal.css +1 -0
  659. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/nav.css +1 -0
  660. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/navbar.css +1 -0
  661. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/pager.css +1 -0
  662. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/pagination.css +1 -0
  663. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/panel.css +1 -0
  664. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/popover.css +1 -0
  665. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/progress.css +1 -0
  666. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/table.css +1 -0
  667. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/text.css +1 -0
  668. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/thumbnail.css +1 -0
  669. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/tooltip.css +1 -0
  670. package/{deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7 → dist/css/themes/deprecated/custom/_bootswatch-v3.3.6}/visible.css +0 -0
  671. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/well.css +1 -0
  672. package/{deprecated/dist/css/themes/custom/fuse → dist/css/themes/deprecated/custom}/_bootswatch-v3.3.7/_media-print.css +0 -0
  673. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/alert.css +1 -0
  674. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/animations.css +1 -0
  675. package/{deprecated/dist/css/themes/custom/fuse → dist/css/themes/deprecated/custom}/_bootswatch-v3.3.7/badge.css +0 -0
  676. package/{deprecated/dist/css/themes/custom/fuse → dist/css/themes/deprecated/custom}/_bootswatch-v3.3.7/basics.css +0 -0
  677. package/{deprecated/dist/css/themes/custom/fuse → dist/css/themes/deprecated/custom}/_bootswatch-v3.3.7/blockquote.css +0 -0
  678. package/{deprecated/dist/css/themes/custom/fuse → dist/css/themes/deprecated/custom}/_bootswatch-v3.3.7/breadcrumb.css +0 -0
  679. package/{deprecated/dist/css/themes/custom/fuse → dist/css/themes/deprecated/custom}/_bootswatch-v3.3.7/btn.css +0 -0
  680. package/{deprecated/dist/css/themes/custom/fuse/components_css → dist/css/themes/deprecated/custom/_bootswatch-v3.3.7}/carousel.css +0 -0
  681. package/{deprecated/dist/css/themes/custom/fuse → dist/css/themes/deprecated/custom}/_bootswatch-v3.3.7/close.css +0 -0
  682. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/col.css +1 -0
  683. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/collapse.css +1 -0
  684. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/container.css +1 -0
  685. package/{deprecated/dist/css/themes/custom/fuse → dist/css/themes/deprecated/custom}/_bootswatch-v3.3.7/dropdown.css +0 -0
  686. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/embed-responsive.css +1 -0
  687. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/fade.css +1 -0
  688. package/{deprecated/dist/css/themes/custom/fuse → dist/css/themes/deprecated/custom}/_bootswatch-v3.3.7/figure_img.css +0 -0
  689. package/{deprecated/dist/css/themes/custom/fuse → dist/css/themes/deprecated/custom}/_bootswatch-v3.3.7/form-control.css +0 -0
  690. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/glyphicon.css +1 -0
  691. package/{deprecated/dist/css/themes/custom/fuse → dist/css/themes/deprecated/custom}/_bootswatch-v3.3.7/import_bootswatch.css +0 -0
  692. package/{deprecated/dist/css/themes/custom/fuse → dist/css/themes/deprecated/custom}/_bootswatch-v3.3.7/input-group.css +0 -0
  693. package/{deprecated/dist/css/themes/custom/fuse → dist/css/themes/deprecated/custom}/_bootswatch-v3.3.7/input.css +0 -0
  694. package/{deprecated/dist/css/themes/custom/fuse → dist/css/themes/deprecated/custom}/_bootswatch-v3.3.7/jumbotron.css +0 -0
  695. package/{deprecated/dist/css/themes/custom/fuse → dist/css/themes/deprecated/custom}/_bootswatch-v3.3.7/label.css +0 -0
  696. package/{deprecated/dist/css/themes/custom/fuse → dist/css/themes/deprecated/custom}/_bootswatch-v3.3.7/list-group.css +0 -0
  697. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/media.css +1 -0
  698. package/{deprecated/dist/css/themes/custom/fuse → dist/css/themes/deprecated/custom}/_bootswatch-v3.3.7/modal.css +0 -0
  699. package/{deprecated/dist/css/themes/custom/fuse → dist/css/themes/deprecated/custom}/_bootswatch-v3.3.7/nav.css +0 -0
  700. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/navbar.css +1 -0
  701. package/{deprecated/dist/css/themes/custom/fuse → dist/css/themes/deprecated/custom}/_bootswatch-v3.3.7/pager.css +0 -0
  702. package/{deprecated/dist/css/themes/custom/fuse → dist/css/themes/deprecated/custom}/_bootswatch-v3.3.7/pagination.css +0 -0
  703. package/{deprecated/dist/css/themes/custom/fuse → dist/css/themes/deprecated/custom}/_bootswatch-v3.3.7/panel.css +0 -0
  704. package/{deprecated/dist/css/themes/custom/fuse → dist/css/themes/deprecated/custom}/_bootswatch-v3.3.7/popover.css +0 -0
  705. package/{deprecated/dist/css/themes/custom/fuse → dist/css/themes/deprecated/custom}/_bootswatch-v3.3.7/progress.css +0 -0
  706. package/{deprecated/dist/css/themes/custom/fuse → dist/css/themes/deprecated/custom}/_bootswatch-v3.3.7/table.css +0 -0
  707. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/text.css +1 -0
  708. package/{deprecated/dist/css/themes/custom/fuse → dist/css/themes/deprecated/custom}/_bootswatch-v3.3.7/thumbnail.css +0 -0
  709. package/{deprecated/dist/css/themes/custom/fuse → dist/css/themes/deprecated/custom}/_bootswatch-v3.3.7/tooltip.css +0 -0
  710. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/visible.css +1 -0
  711. package/{deprecated/dist/css/themes/custom/fuse → dist/css/themes/deprecated/custom}/_bootswatch-v3.3.7/well.css +0 -0
  712. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/_media-print.css +1 -0
  713. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/accordion.css +1 -0
  714. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/alert.css +1 -0
  715. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/align.css +1 -0
  716. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/badge.css +1 -0
  717. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/basics.css +12 -0
  718. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/blockquote.css +1 -0
  719. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/border.css +1 -0
  720. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/breadcrumb.css +1 -0
  721. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/btn.css +1 -0
  722. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/card.css +1 -0
  723. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/carousel.css +1 -0
  724. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/close.css +1 -0
  725. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/col.css +1 -0
  726. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/container.css +1 -0
  727. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/custom.css +1 -0
  728. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/display.css +1 -0
  729. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/dropdown.css +1 -0
  730. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/embed-responsive.css +1 -0
  731. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/flex.css +1 -0
  732. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/float.css +1 -0
  733. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/form.css +1 -0
  734. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/img_figure.css +1 -0
  735. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/import_bootswatch.css +1 -0
  736. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/input-group.css +1 -0
  737. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/jumbotron.css +1 -0
  738. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/justify.css +1 -0
  739. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/list-group.css +1 -0
  740. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/margin.css +1 -0
  741. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/modal.css +1 -0
  742. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/nav.css +1 -0
  743. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/navbar.css +1 -0
  744. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/padding.css +1 -0
  745. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/page.css +1 -0
  746. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/pagination.css +1 -0
  747. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/popover.css +1 -0
  748. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/position.css +1 -0
  749. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/progress.css +1 -0
  750. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/rounded.css +1 -0
  751. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/shadow.css +1 -0
  752. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/table.css +1 -0
  753. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/text.css +1 -0
  754. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/tooltip.css +1 -0
  755. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/validated.css +1 -0
  756. package/dist/css/themes/deprecated/custom/aquamarine/custom-aquamarine.min.css +1 -0
  757. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Black.woff +0 -0
  758. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Black.woff2 +0 -0
  759. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-BlackItalic.woff +0 -0
  760. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-BlackItalic.woff2 +0 -0
  761. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Bold.woff +0 -0
  762. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Bold.woff2 +0 -0
  763. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-BoldItalic.woff +0 -0
  764. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-BoldItalic.woff2 +0 -0
  765. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraBold.woff +0 -0
  766. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraBold.woff2 +0 -0
  767. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraBoldItalic.woff +0 -0
  768. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraBoldItalic.woff2 +0 -0
  769. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraLight.woff +0 -0
  770. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraLight.woff2 +0 -0
  771. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraLightItalic.woff +0 -0
  772. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraLightItalic.woff2 +0 -0
  773. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Italic.woff +0 -0
  774. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Italic.woff2 +0 -0
  775. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Light.woff +0 -0
  776. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Light.woff2 +0 -0
  777. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-LightItalic.woff +0 -0
  778. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-LightItalic.woff2 +0 -0
  779. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Medium.woff +0 -0
  780. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Medium.woff2 +0 -0
  781. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-MediumItalic.woff +0 -0
  782. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-MediumItalic.woff2 +0 -0
  783. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Regular.woff +0 -0
  784. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Regular.woff2 +0 -0
  785. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-SemiBold.woff +0 -0
  786. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-SemiBold.woff2 +0 -0
  787. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-SemiBoldItalic.woff +0 -0
  788. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-SemiBoldItalic.woff2 +0 -0
  789. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Thin.woff +0 -0
  790. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Thin.woff2 +0 -0
  791. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-ThinItalic.woff +0 -0
  792. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-ThinItalic.woff2 +0 -0
  793. package/dist/css/themes/deprecated/custom/aquamarine/font/fonts.css +1 -0
  794. package/dist/css/themes/deprecated/custom/aquamarine/img/arrow-gray.svg +1 -0
  795. package/dist/css/themes/deprecated/custom/aquamarine/img/arrow-white.svg +1 -0
  796. package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/cerulean/custom-cerulean.min.css +0 -0
  797. package/dist/css/themes/deprecated/custom/cerulean/img/arrow-gray.svg +1 -0
  798. package/dist/css/themes/deprecated/custom/cerulean/img/arrow-white.svg +1 -0
  799. package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/cosmo/custom-cosmo.min.css +0 -0
  800. package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/cyborg/custom-cyborg.min.css +0 -0
  801. package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/darkly/custom-darkly.min.css +0 -0
  802. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/_media-print.css +1 -0
  803. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/alert.css +1 -0
  804. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/animations.css +1 -0
  805. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/badge.css +1 -0
  806. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/basics.css +11 -0
  807. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/blockquote.css +1 -0
  808. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/breadcrumb.css +1 -0
  809. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/btn.css +1 -0
  810. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/carousel.css +1 -0
  811. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/close.css +1 -0
  812. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/col.css +1 -0
  813. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/collapse.css +1 -0
  814. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/container.css +1 -0
  815. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/dropdown.css +1 -0
  816. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/embed-responsive.css +1 -0
  817. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/fade.css +1 -0
  818. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/figure_img.css +1 -0
  819. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/form-control.css +1 -0
  820. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/glyphicon.css +1 -0
  821. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/import_bootswatch.css +1 -0
  822. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/input-group.css +1 -0
  823. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/input.css +1 -0
  824. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/jumbotron.css +1 -0
  825. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/label.css +1 -0
  826. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/list-group.css +1 -0
  827. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/media.css +1 -0
  828. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/modal.css +1 -0
  829. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/nav.css +1 -0
  830. package/{deprecated/dist/css/themes/custom/fuse → dist/css/themes/deprecated/custom/dsgov}/_bootswatch-v3.3.7/navbar.css +0 -0
  831. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/pager.css +1 -0
  832. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/pagination.css +1 -0
  833. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/panel.css +1 -0
  834. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/popover.css +1 -0
  835. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/progress.css +1 -0
  836. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/table.css +1 -0
  837. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/text.css +1 -0
  838. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/thumbnail.css +1 -0
  839. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/tooltip.css +1 -0
  840. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/visible.css +1 -0
  841. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/well.css +1 -0
  842. package/dist/css/themes/deprecated/custom/dsgov/custom-dsgov.min.css +1 -0
  843. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Black.woff +0 -0
  844. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Black.woff2 +0 -0
  845. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-BlackItalic.woff +0 -0
  846. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-BlackItalic.woff2 +0 -0
  847. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Bold.woff +0 -0
  848. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Bold.woff2 +0 -0
  849. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-BoldItalic.woff +0 -0
  850. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-BoldItalic.woff2 +0 -0
  851. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraBold.woff +0 -0
  852. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraBold.woff2 +0 -0
  853. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraBoldItalic.woff +0 -0
  854. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraBoldItalic.woff2 +0 -0
  855. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraLight.woff +0 -0
  856. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraLight.woff2 +0 -0
  857. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraLightItalic.woff +0 -0
  858. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraLightItalic.woff2 +0 -0
  859. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Italic.woff +0 -0
  860. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Italic.woff2 +0 -0
  861. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Light.woff +0 -0
  862. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Light.woff2 +0 -0
  863. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-LightItalic.woff +0 -0
  864. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-LightItalic.woff2 +0 -0
  865. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Medium.woff +0 -0
  866. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Medium.woff2 +0 -0
  867. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-MediumItalic.woff +0 -0
  868. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-MediumItalic.woff2 +0 -0
  869. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Regular.woff +0 -0
  870. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Regular.woff2 +0 -0
  871. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-SemiBold.woff +0 -0
  872. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-SemiBold.woff2 +0 -0
  873. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-SemiBoldItalic.woff +0 -0
  874. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-SemiBoldItalic.woff2 +0 -0
  875. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Thin.woff +0 -0
  876. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Thin.woff2 +0 -0
  877. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-ThinItalic.woff +0 -0
  878. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-ThinItalic.woff2 +0 -0
  879. package/dist/css/themes/deprecated/custom/dsgov/font/fonts.css +1 -0
  880. package/dist/css/themes/deprecated/custom/dsgov/font2/fonts.css +1 -0
  881. package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-100.woff +0 -0
  882. package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-100i.woff +0 -0
  883. package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-200.woff +0 -0
  884. package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-200i.woff +0 -0
  885. package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-300.woff +0 -0
  886. package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-300i.woff +0 -0
  887. package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-400.woff +0 -0
  888. package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-400i.woff +0 -0
  889. package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-500.woff +0 -0
  890. package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-500i.woff +0 -0
  891. package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-600.woff +0 -0
  892. package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-600i.woff +0 -0
  893. package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-700.woff +0 -0
  894. package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-700i.woff +0 -0
  895. package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-800.woff +0 -0
  896. package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-800i.woff +0 -0
  897. package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-900.woff +0 -0
  898. package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-900i.woff +0 -0
  899. package/dist/css/themes/deprecated/custom/dsgov/img/arrow-blue.svg +1 -0
  900. package/dist/css/themes/deprecated/custom/dsgov/img/cover.jpg +0 -0
  901. package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/flatly/custom-flatly.min.css +0 -0
  902. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/_media-print.css +1 -0
  903. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/alert.css +1 -0
  904. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/animations.css +1 -0
  905. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/badge.css +1 -0
  906. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/basics.css +11 -0
  907. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/blockquote.css +1 -0
  908. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/breadcrumb.css +1 -0
  909. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/btn.css +1 -0
  910. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/carousel.css +1 -0
  911. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/close.css +1 -0
  912. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/col.css +1 -0
  913. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/collapse.css +1 -0
  914. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/container.css +1 -0
  915. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/dropdown.css +1 -0
  916. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/embed-responsive.css +1 -0
  917. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/fade.css +1 -0
  918. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/figure_img.css +1 -0
  919. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/form-control.css +1 -0
  920. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/glyphicon.css +1 -0
  921. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/import_bootswatch.css +1 -0
  922. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/input-group.css +1 -0
  923. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/input.css +1 -0
  924. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/jumbotron.css +1 -0
  925. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/label.css +1 -0
  926. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/list-group.css +1 -0
  927. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/media.css +1 -0
  928. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/modal.css +1 -0
  929. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/nav.css +1 -0
  930. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/navbar.css +1 -0
  931. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/pager.css +1 -0
  932. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/pagination.css +1 -0
  933. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/panel.css +1 -0
  934. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/popover.css +1 -0
  935. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/progress.css +1 -0
  936. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/table.css +1 -0
  937. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/text.css +1 -0
  938. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/thumbnail.css +1 -0
  939. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/tooltip.css +1 -0
  940. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/visible.css +1 -0
  941. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/well.css +1 -0
  942. package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/fuse/components_css/alert.css +0 -0
  943. package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/fuse/components_css/badge.css +0 -0
  944. package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/fuse/components_css/blockquote.css +0 -0
  945. package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/fuse/components_css/breadcrumb.css +0 -0
  946. package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/fuse/components_css/btn.css +0 -0
  947. package/dist/css/themes/deprecated/custom/fuse/components_css/carousel.css +1 -0
  948. package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/fuse/components_css/close.css +0 -0
  949. package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/fuse/components_css/embed-responsive.css +0 -0
  950. package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/fuse/components_css/form.css +0 -0
  951. package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/fuse/components_css/glyphicon.css +0 -0
  952. package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/fuse/components_css/hidden.css +0 -0
  953. package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/fuse/components_css/import_components_css.css +0 -0
  954. package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/fuse/components_css/list-group.css +0 -0
  955. package/dist/css/themes/deprecated/custom/fuse/components_css/media.css +1 -0
  956. package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/fuse/components_css/modal.css +0 -0
  957. package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/fuse/components_css/navbar.css +0 -0
  958. package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/fuse/components_css/pager.css +0 -0
  959. package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/fuse/components_css/pagination.css +0 -0
  960. package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/fuse/components_css/panel.css +0 -0
  961. package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/fuse/components_css/popover.css +0 -0
  962. package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/fuse/components_css/progress.css +0 -0
  963. package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/fuse/components_css/table.css +0 -0
  964. package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/fuse/components_css/thumbnail.css +0 -0
  965. package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/fuse/components_css/tooltip.css +0 -0
  966. package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/fuse/components_css/type_bootstrap.css +0 -0
  967. package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/fuse/components_css/visible.css +0 -0
  968. package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/fuse/components_css/well.css +0 -0
  969. package/dist/css/themes/deprecated/custom/fuse/custom-fuse.min.css +1 -0
  970. package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/fuse/font/Inter-roman.var.woff2 +0 -0
  971. package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/fuse/font/font.css +0 -0
  972. package/dist/css/themes/deprecated/custom/fuse/font/fonts.css +1 -0
  973. package/dist/css/themes/deprecated/custom/fuse/img/arrow-gray.svg +1 -0
  974. package/dist/css/themes/deprecated/custom/fuse/img/arrow-white.svg +1 -0
  975. package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/journal/custom-journal.min.css +0 -0
  976. package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/lumen/custom-lumen.min.css +0 -0
  977. package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-Black.woff +0 -0
  978. package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-Black.woff2 +0 -0
  979. package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-BlackIt.woff +0 -0
  980. package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-BlackIt.woff2 +0 -0
  981. package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-Bold.woff +0 -0
  982. package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-Bold.woff2 +0 -0
  983. package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-BoldIt.woff +0 -0
  984. package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-BoldIt.woff2 +0 -0
  985. package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-ExtraLight.woff +0 -0
  986. package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-ExtraLight.woff2 +0 -0
  987. package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-ExtraLightIt.woff +0 -0
  988. package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-ExtraLightIt.woff2 +0 -0
  989. package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-It.woff +0 -0
  990. package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-It.woff2 +0 -0
  991. package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-Light.woff +0 -0
  992. package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-Light.woff2 +0 -0
  993. package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-LightIt.woff +0 -0
  994. package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-LightIt.woff2 +0 -0
  995. package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-Regular.woff +0 -0
  996. package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-Regular.woff2 +0 -0
  997. package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-Semibold.woff +0 -0
  998. package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-Semibold.woff2 +0 -0
  999. package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-SemiboldIt.woff +0 -0
  1000. package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-SemiboldIt.woff2 +0 -0
  1001. package/dist/css/themes/deprecated/custom/lumen/font/fonts.css +1 -0
  1002. package/dist/css/themes/deprecated/custom/lumen/img/arrow-gray.svg +1 -0
  1003. package/dist/css/themes/deprecated/custom/lumen/img/arrow-white.svg +1 -0
  1004. package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/material/components_css/crn-button.css +0 -0
  1005. package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/material/components_css/crn-carousel.css +0 -0
  1006. package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/material/components_css/crn-cron-calendar.css +0 -0
  1007. package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/material/components_css/crn-cron-grid.css +0 -0
  1008. package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/material/components_css/crn-enterprise.css +0 -0
  1009. package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/material/components_css/crn-navbar.css +0 -0
  1010. package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/material/components_css/crn-scheduler.css +0 -0
  1011. package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/material/components_css/login.css +0 -0
  1012. package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/material/components_css/ui-notification.css +0 -0
  1013. package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/material/custom-material.css +0 -0
  1014. package/dist/css/themes/deprecated/custom/material/font/Roboto-Black.woff +0 -0
  1015. package/dist/css/themes/deprecated/custom/material/font/Roboto-Black.woff2 +0 -0
  1016. package/dist/css/themes/deprecated/custom/material/font/Roboto-BlackItalic.woff +0 -0
  1017. package/dist/css/themes/deprecated/custom/material/font/Roboto-BlackItalic.woff2 +0 -0
  1018. package/dist/css/themes/deprecated/custom/material/font/Roboto-Bold.woff +0 -0
  1019. package/dist/css/themes/deprecated/custom/material/font/Roboto-Bold.woff2 +0 -0
  1020. package/dist/css/themes/deprecated/custom/material/font/Roboto-BoldItalic.woff +0 -0
  1021. package/dist/css/themes/deprecated/custom/material/font/Roboto-BoldItalic.woff2 +0 -0
  1022. package/dist/css/themes/deprecated/custom/material/font/Roboto-Italic.woff +0 -0
  1023. package/dist/css/themes/deprecated/custom/material/font/Roboto-Italic.woff2 +0 -0
  1024. package/dist/css/themes/deprecated/custom/material/font/Roboto-Light.woff +0 -0
  1025. package/dist/css/themes/deprecated/custom/material/font/Roboto-Light.woff2 +0 -0
  1026. package/dist/css/themes/deprecated/custom/material/font/Roboto-LightItalic.woff +0 -0
  1027. package/dist/css/themes/deprecated/custom/material/font/Roboto-LightItalic.woff2 +0 -0
  1028. package/dist/css/themes/deprecated/custom/material/font/Roboto-Medium.woff +0 -0
  1029. package/dist/css/themes/deprecated/custom/material/font/Roboto-Medium.woff2 +0 -0
  1030. package/dist/css/themes/deprecated/custom/material/font/Roboto-MediumItalic.woff +0 -0
  1031. package/dist/css/themes/deprecated/custom/material/font/Roboto-MediumItalic.woff2 +0 -0
  1032. package/dist/css/themes/deprecated/custom/material/font/Roboto-Regular.woff +0 -0
  1033. package/dist/css/themes/deprecated/custom/material/font/Roboto-Regular.woff2 +0 -0
  1034. package/dist/css/themes/deprecated/custom/material/font/Roboto-Thin.woff +0 -0
  1035. package/dist/css/themes/deprecated/custom/material/font/Roboto-Thin.woff2 +0 -0
  1036. package/dist/css/themes/deprecated/custom/material/font/Roboto-ThinItalic.woff +0 -0
  1037. package/dist/css/themes/deprecated/custom/material/font/Roboto-ThinItalic.woff2 +0 -0
  1038. package/dist/css/themes/deprecated/custom/material/font/fonts.css +1 -0
  1039. package/dist/css/themes/deprecated/custom/material/img/arrow-gray.svg +1 -0
  1040. package/dist/css/themes/deprecated/custom/material/img/arrow-white.svg +1 -0
  1041. package/dist/css/themes/deprecated/custom/material_raiz/components_css/crn-button.css +1 -0
  1042. package/dist/css/themes/deprecated/custom/material_raiz/components_css/crn-carousel.css +1 -0
  1043. package/dist/css/themes/deprecated/custom/material_raiz/components_css/crn-cron-calendar.css +1 -0
  1044. package/dist/css/themes/deprecated/custom/material_raiz/components_css/crn-cron-grid.css +1 -0
  1045. package/dist/css/themes/deprecated/custom/material_raiz/components_css/crn-enterprise.css +1 -0
  1046. package/dist/css/themes/deprecated/custom/material_raiz/components_css/crn-navbar.css +1 -0
  1047. package/dist/css/themes/deprecated/custom/material_raiz/components_css/crn-scheduler.css +1 -0
  1048. package/dist/css/themes/deprecated/custom/material_raiz/components_css/login.css +1 -0
  1049. package/dist/css/themes/deprecated/custom/material_raiz/components_css/ui-notification.css +1 -0
  1050. package/dist/css/themes/deprecated/custom/material_raiz/custom-material_raiz.css +1 -0
  1051. package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/navigator/custom-navigator.css +0 -0
  1052. package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/paper/custom-paper.min.css +0 -0
  1053. package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/readable/custom-readable.min.css +0 -0
  1054. package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/sandstone/custom-sandstone.min.css +0 -0
  1055. package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/simplex/custom-simplex.min.css +0 -0
  1056. package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/slate/custom-slate.min.css +0 -0
  1057. package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/spacelab/custom-spacelab.min.css +0 -0
  1058. package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/superhero/custom-superhero.min.css +0 -0
  1059. package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/united/custom-united.min.css +0 -0
  1060. package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/yeti/custom-yeti.min.css +0 -0
  1061. package/dist/css/themes/deprecated/cyborg.min.css +1 -0
  1062. package/dist/css/themes/deprecated/darkly.min.css +1 -0
  1063. package/dist/css/themes/deprecated/dsgov.min.css +1 -0
  1064. package/dist/css/themes/deprecated/flatly.min.css +1 -0
  1065. package/dist/css/themes/deprecated/fuse.min.css +1 -0
  1066. package/dist/css/themes/deprecated/journal.min.css +1 -0
  1067. package/dist/css/themes/deprecated/lumen.min.css +1 -0
  1068. package/dist/css/themes/deprecated/material.min.css +1 -0
  1069. package/dist/css/themes/deprecated/material_raiz.min.css +1 -0
  1070. package/dist/css/themes/deprecated/paper.min.css +1 -0
  1071. package/dist/css/themes/deprecated/readable.min.css +1 -0
  1072. package/dist/css/themes/deprecated/sandstone.min.css +1 -0
  1073. package/dist/css/themes/deprecated/simplex.min.css +1 -0
  1074. package/dist/css/themes/deprecated/slate.min.css +1 -0
  1075. package/dist/css/themes/deprecated/spacelab.min.css +1 -0
  1076. package/dist/css/themes/deprecated/superhero.min.css +1 -0
  1077. package/dist/css/themes/deprecated/united.min.css +1 -0
  1078. package/dist/css/themes/deprecated/yeti.min.css +1 -0
  1079. package/dist/js/directives.js +2 -2
  1080. package/dist/js/reports/reports.service.js +1 -1
  1081. package/js/directives.js +89 -57
  1082. package/js/reports/reports.service.js +14 -3
  1083. package/package.json +1 -1
  1084. package/deprecated/css/animate.css +0 -433
  1085. package/deprecated/css/app.css +0 -427
  1086. package/deprecated/css/cronos-template.css +0 -0
  1087. package/deprecated/css/cronos.css +0 -263
  1088. package/deprecated/css/fonts/glyphicons-halflings-regular.eot +0 -0
  1089. package/deprecated/css/fonts/glyphicons-halflings-regular.svg +0 -288
  1090. package/deprecated/css/fonts/glyphicons-halflings-regular.ttf +0 -0
  1091. package/deprecated/css/fonts/glyphicons-halflings-regular.woff +0 -0
  1092. package/deprecated/css/fonts/glyphicons-halflings-regular.woff2 +0 -0
  1093. package/deprecated/css/modalTemplate.css +0 -37
  1094. package/deprecated/css/themes/cerulean.min.css +0 -7
  1095. package/deprecated/css/themes/cosmo.min.css +0 -7
  1096. package/deprecated/css/themes/custom/fuse/custom-fuse.min.css +0 -4179
  1097. package/deprecated/css/themes/cyborg.min.css +0 -7
  1098. package/deprecated/css/themes/darkly.min.css +0 -7
  1099. package/deprecated/css/themes/flatly.min.css +0 -7
  1100. package/deprecated/css/themes/fuse.min.css +0 -7
  1101. package/deprecated/css/themes/journal.min.css +0 -7
  1102. package/deprecated/css/themes/lumen.min.css +0 -7
  1103. package/deprecated/css/themes/material.min.css +0 -4
  1104. package/deprecated/css/themes/paper.min.css +0 -7
  1105. package/deprecated/css/themes/readable.min.css +0 -7
  1106. package/deprecated/css/themes/sandstone.min.css +0 -7
  1107. package/deprecated/css/themes/simplex.min.css +0 -7
  1108. package/deprecated/css/themes/slate.min.css +0 -7
  1109. package/deprecated/css/themes/spacelab.min.css +0 -7
  1110. package/deprecated/css/themes/superhero.min.css +0 -7
  1111. package/deprecated/css/themes/united.min.css +0 -7
  1112. package/deprecated/css/themes/yeti.min.css +0 -7
  1113. package/deprecated/dist/components/css/font-size.css +0 -1
  1114. package/deprecated/dist/components/css/image.css +0 -1
  1115. package/deprecated/dist/components/js/format.min.js +0 -1
  1116. package/deprecated/dist/components/js/jquery.inputmask.bundle.js +0 -1
  1117. package/deprecated/dist/components/js/jquery.mask.min.js +0 -1
  1118. package/deprecated/dist/components/js/qrcode.js +0 -1
  1119. package/deprecated/dist/components/reports/BOOLEAN.parameter.html +0 -1
  1120. package/deprecated/dist/components/reports/DATE.parameter.html +0 -1
  1121. package/deprecated/dist/components/reports/DOUBLE.parameter.html +0 -1
  1122. package/deprecated/dist/components/reports/FLOAT.parameter.html +0 -1
  1123. package/deprecated/dist/components/reports/INTEGER.parameter.html +0 -1
  1124. package/deprecated/dist/components/reports/LONG.parameter.html +0 -1
  1125. package/deprecated/dist/components/reports/STRING.parameter.html +0 -1
  1126. package/deprecated/dist/components/reports/reports.parameters.html +0 -1
  1127. package/deprecated/dist/components/reports/reports.view.html +0 -1
  1128. package/deprecated/dist/components/templates/Component_Container/crn-eight-four-container.template.html +0 -1
  1129. package/deprecated/dist/components/templates/Component_Container/crn-four-eight-container.template.html +0 -1
  1130. package/deprecated/dist/components/templates/Component_Container/crn-one-container.template.html +0 -1
  1131. package/deprecated/dist/components/templates/Component_Container/crn-three-container.template.html +0 -1
  1132. package/deprecated/dist/components/templates/Component_Container/crn-three-six-three-container.template.html +0 -1
  1133. package/deprecated/dist/components/templates/Component_Container/crn-two-container.template.html +0 -1
  1134. package/deprecated/dist/components/templates/accordion.template.html +0 -1
  1135. package/deprecated/dist/components/templates/anchor.template.html +0 -1
  1136. package/deprecated/dist/components/templates/angular-ui-notification.template.html +0 -1
  1137. package/deprecated/dist/components/templates/banner.template.html +0 -1
  1138. package/deprecated/dist/components/templates/button-report.template.html +0 -1
  1139. package/deprecated/dist/components/templates/button.oauth2.template.html +0 -1
  1140. package/deprecated/dist/components/templates/button.template.html +0 -1
  1141. package/deprecated/dist/components/templates/buttonfilter.template.html +0 -1
  1142. package/deprecated/dist/components/templates/carousel.template.html +0 -1
  1143. package/deprecated/dist/components/templates/cell.template.html +0 -1
  1144. package/deprecated/dist/components/templates/chart.template.html +0 -1
  1145. package/deprecated/dist/components/templates/checkbox.template.html +0 -1
  1146. package/deprecated/dist/components/templates/combobox-dynamic.template.html +0 -1
  1147. package/deprecated/dist/components/templates/combobox.template.html +0 -1
  1148. package/deprecated/dist/components/templates/crn-carousel-item.tempate.html +0 -1
  1149. package/deprecated/dist/components/templates/crn-input-password.designtime.html +0 -1
  1150. package/deprecated/dist/components/templates/crn-input-password.template.html +0 -1
  1151. package/deprecated/dist/components/templates/crn-list-item.template.html +0 -1
  1152. package/deprecated/dist/components/templates/crn-ordered-list.template.html +0 -1
  1153. package/deprecated/dist/components/templates/crn-ordered-sub-list.template.html +0 -1
  1154. package/deprecated/dist/components/templates/crn-unordered-list.template.html +0 -1
  1155. package/deprecated/dist/components/templates/crn-unordered-sub-list.template.html +0 -1
  1156. package/deprecated/dist/components/templates/cron-autocomplete.designtime.html +0 -26
  1157. package/deprecated/dist/components/templates/cron-autocomplete.template.html +0 -1
  1158. package/deprecated/dist/components/templates/cron-barcode.template.html +0 -1
  1159. package/deprecated/dist/components/templates/cron-breadcrumbs.designtime.html +0 -1
  1160. package/deprecated/dist/components/templates/cron-breadcrumbs.template.html +0 -1
  1161. package/deprecated/dist/components/templates/cron-calendar.designtime.html +0 -1
  1162. package/deprecated/dist/components/templates/cron-calendar.template.html +0 -1
  1163. package/deprecated/dist/components/templates/cron-captcha.designtime.html +0 -6
  1164. package/deprecated/dist/components/templates/cron-captcha.template.html +0 -1
  1165. package/deprecated/dist/components/templates/cron-chat.designtime.html +0 -17
  1166. package/deprecated/dist/components/templates/cron-chat.template.html +0 -1
  1167. package/deprecated/dist/components/templates/cron-checkbox.template.html +0 -1
  1168. package/deprecated/dist/components/templates/cron-combobox-multiple.designtime.html +0 -1
  1169. package/deprecated/dist/components/templates/cron-combobox-multiple.template.html +0 -1
  1170. package/deprecated/dist/components/templates/cron-combobox.designtime.html +0 -1
  1171. package/deprecated/dist/components/templates/cron-combobox.template.html +0 -1
  1172. package/deprecated/dist/components/templates/cron-crud.template.html +0 -1
  1173. package/deprecated/dist/components/templates/cron-date.template.html +0 -1
  1174. package/deprecated/dist/components/templates/cron-dynamic-autocomplete.template.html +0 -1
  1175. package/deprecated/dist/components/templates/cron-dynamic-combobox.designtime.html +0 -1
  1176. package/deprecated/dist/components/templates/cron-dynamic-combobox.template.html +0 -1
  1177. package/deprecated/dist/components/templates/cron-dynamic-menu.designtime.html +0 -1
  1178. package/deprecated/dist/components/templates/cron-dynamic-menu.template.html +0 -1
  1179. package/deprecated/dist/components/templates/cron-grid.designtime.html +0 -1
  1180. package/deprecated/dist/components/templates/cron-grid.template.html +0 -1
  1181. package/deprecated/dist/components/templates/cron-ordered-list.template.html +0 -1
  1182. package/deprecated/dist/components/templates/cron-qrcode.template.html +0 -1
  1183. package/deprecated/dist/components/templates/cron-radio.template.html +0 -1
  1184. package/deprecated/dist/components/templates/cron-report-viewer.designtime.html +0 -1
  1185. package/deprecated/dist/components/templates/cron-report-viewer.template.html +0 -1
  1186. package/deprecated/dist/components/templates/cron-rich-editor.template.html +0 -1
  1187. package/deprecated/dist/components/templates/cron-scheduler.designtime.html +0 -2
  1188. package/deprecated/dist/components/templates/cron-scheduler.template.html +0 -1
  1189. package/deprecated/dist/components/templates/cron-slider.template.html +0 -1
  1190. package/deprecated/dist/components/templates/cron-switch.template.html +0 -1
  1191. package/deprecated/dist/components/templates/cron-tree-view.designtime.html +0 -1
  1192. package/deprecated/dist/components/templates/cron-tree-view.template.html +0 -1
  1193. package/deprecated/dist/components/templates/datasource.template.html +0 -1
  1194. package/deprecated/dist/components/templates/datasourcefilter.template.html +0 -1
  1195. package/deprecated/dist/components/templates/datasourcefiltercomplex.template.html +0 -1
  1196. package/deprecated/dist/components/templates/date.template.html +0 -1
  1197. package/deprecated/dist/components/templates/datetime.template.html +0 -1
  1198. package/deprecated/dist/components/templates/div.template.html +0 -1
  1199. package/deprecated/dist/components/templates/dynamicfile.template.html +0 -1
  1200. package/deprecated/dist/components/templates/dynamicimage.template.html +0 -1
  1201. package/deprecated/dist/components/templates/dynamictitle.template.html +0 -1
  1202. package/deprecated/dist/components/templates/evaluation.template.html +0 -1
  1203. package/deprecated/dist/components/templates/fileupload-button.template.html +0 -1
  1204. package/deprecated/dist/components/templates/fileupload.template.html +0 -1
  1205. package/deprecated/dist/components/templates/foot-cell.template.html +0 -1
  1206. package/deprecated/dist/components/templates/foot-row.template.html +0 -1
  1207. package/deprecated/dist/components/templates/form.template.html +0 -1
  1208. package/deprecated/dist/components/templates/grid-horizontal.template.html +0 -1
  1209. package/deprecated/dist/components/templates/grid-vertical.template.html +0 -1
  1210. package/deprecated/dist/components/templates/grid.template.html +0 -1
  1211. package/deprecated/dist/components/templates/head-cell.template.html +0 -1
  1212. package/deprecated/dist/components/templates/head-row.template.html +0 -1
  1213. package/deprecated/dist/components/templates/head.template.html +0 -1
  1214. package/deprecated/dist/components/templates/header.template.html +0 -1
  1215. package/deprecated/dist/components/templates/icon.template.html +0 -1
  1216. package/deprecated/dist/components/templates/image-menu.template.html +0 -1
  1217. package/deprecated/dist/components/templates/image.default.template.html +0 -1
  1218. package/deprecated/dist/components/templates/image.template.html +0 -1
  1219. package/deprecated/dist/components/templates/list.template.html +0 -1
  1220. package/deprecated/dist/components/templates/multiselect.template.html +0 -1
  1221. package/deprecated/dist/components/templates/navbar.template.html +0 -1
  1222. package/deprecated/dist/components/templates/panel.template.html +0 -1
  1223. package/deprecated/dist/components/templates/qrcode.template.html +0 -1
  1224. package/deprecated/dist/components/templates/radiogroup.template.html +0 -1
  1225. package/deprecated/dist/components/templates/rating.template.html +0 -1
  1226. package/deprecated/dist/components/templates/row.template.html +0 -1
  1227. package/deprecated/dist/components/templates/sidebar.template.html +0 -1
  1228. package/deprecated/dist/components/templates/social-button-bar.template.html +0 -1
  1229. package/deprecated/dist/components/templates/sub-form.template.html +0 -1
  1230. package/deprecated/dist/components/templates/subtitle.template.html +0 -1
  1231. package/deprecated/dist/components/templates/table.template.html +0 -1
  1232. package/deprecated/dist/components/templates/tabs.template.html +0 -1
  1233. package/deprecated/dist/components/templates/text.template.html +0 -1
  1234. package/deprecated/dist/components/templates/textarea.template.html +0 -1
  1235. package/deprecated/dist/components/templates/textinput.template.html +0 -1
  1236. package/deprecated/dist/components/templates/textinputbutton.html +0 -1
  1237. package/deprecated/dist/components/templates/textinputbutton.template.html +0 -1
  1238. package/deprecated/dist/components/templates/textinputicon.template.html +0 -1
  1239. package/deprecated/dist/components/templates/time.template.html +0 -1
  1240. package/deprecated/dist/components/templates/title-default.template.html +0 -1
  1241. package/deprecated/dist/components/templates/title.template.html +0 -1
  1242. package/deprecated/dist/components/templates/treeview.template.html +0 -1
  1243. package/deprecated/dist/css/animate.css +0 -1
  1244. package/deprecated/dist/css/app.css +0 -1
  1245. package/deprecated/dist/css/cronos-template.css +0 -0
  1246. package/deprecated/dist/css/cronos.css +0 -1
  1247. package/deprecated/dist/css/fonts/glyphicons-halflings-regular.eot +0 -0
  1248. package/deprecated/dist/css/fonts/glyphicons-halflings-regular.svg +0 -1
  1249. package/deprecated/dist/css/fonts/glyphicons-halflings-regular.ttf +0 -0
  1250. package/deprecated/dist/css/fonts/glyphicons-halflings-regular.woff +0 -0
  1251. package/deprecated/dist/css/fonts/glyphicons-halflings-regular.woff2 +0 -0
  1252. package/deprecated/dist/css/modalTemplate.css +0 -1
  1253. package/deprecated/dist/css/themes/cerulean.min.css +0 -1
  1254. package/deprecated/dist/css/themes/cosmo.min.css +0 -1
  1255. package/deprecated/dist/css/themes/custom/fuse/custom-fuse.min.css +0 -1
  1256. package/deprecated/dist/css/themes/cyborg.min.css +0 -1
  1257. package/deprecated/dist/css/themes/darkly.min.css +0 -1
  1258. package/deprecated/dist/css/themes/flatly.min.css +0 -1
  1259. package/deprecated/dist/css/themes/fuse.min.css +0 -1
  1260. package/deprecated/dist/css/themes/journal.min.css +0 -1
  1261. package/deprecated/dist/css/themes/lumen.min.css +0 -1
  1262. package/deprecated/dist/css/themes/material.min.css +0 -1
  1263. package/deprecated/dist/css/themes/paper.min.css +0 -1
  1264. package/deprecated/dist/css/themes/readable.min.css +0 -1
  1265. package/deprecated/dist/css/themes/sandstone.min.css +0 -1
  1266. package/deprecated/dist/css/themes/simplex.min.css +0 -1
  1267. package/deprecated/dist/css/themes/slate.min.css +0 -1
  1268. package/deprecated/dist/css/themes/spacelab.min.css +0 -1
  1269. package/deprecated/dist/css/themes/superhero.min.css +0 -1
  1270. package/deprecated/dist/css/themes/united.min.css +0 -1
  1271. package/deprecated/dist/css/themes/yeti.min.css +0 -1
  1272. package/deprecated/dist/i18n/locale_en_us.json +0 -143
  1273. package/deprecated/dist/i18n/locale_pt_br.json +0 -143
  1274. package/deprecated/dist/img/ballon_icon.svg +0 -1
  1275. package/deprecated/dist/img/barcode.png +0 -0
  1276. package/deprecated/dist/img/cron-icon/crn-QRCode.svg +0 -1
  1277. package/deprecated/dist/img/cron-icon/crn-accordion.svg +0 -1
  1278. package/deprecated/dist/img/cron-icon/crn-anchor.svg +0 -1
  1279. package/deprecated/dist/img/cron-icon/crn-button.svg +0 -1
  1280. package/deprecated/dist/img/cron-icon/crn-calendar.svg +0 -1
  1281. package/deprecated/dist/img/cron-icon/crn-captcha.svg +0 -1
  1282. package/deprecated/dist/img/cron-icon/crn-carousel.svg +0 -1
  1283. package/deprecated/dist/img/cron-icon/crn-chart.svg +0 -1
  1284. package/deprecated/dist/img/cron-icon/crn-checkbox.svg +0 -1
  1285. package/deprecated/dist/img/cron-icon/crn-combobox-dynamic.svg +0 -1
  1286. package/deprecated/dist/img/cron-icon/crn-combobox.svg +0 -1
  1287. package/deprecated/dist/img/cron-icon/crn-cron-crud.svg +0 -1
  1288. package/deprecated/dist/img/cron-icon/crn-cron-dashboard-viewer.svg +0 -1
  1289. package/deprecated/dist/img/cron-icon/crn-datasource.svg +0 -1
  1290. package/deprecated/dist/img/cron-icon/crn-datepicker.svg +0 -1
  1291. package/deprecated/dist/img/cron-icon/crn-datetimepicker.svg +0 -1
  1292. package/deprecated/dist/img/cron-icon/crn-dynamic-file.svg +0 -1
  1293. package/deprecated/dist/img/cron-icon/crn-dynamic-image.svg +0 -1
  1294. package/deprecated/dist/img/cron-icon/crn-dynamic-menu.svg +0 -1
  1295. package/deprecated/dist/img/cron-icon/crn-eight-four-container.svg +0 -1
  1296. package/deprecated/dist/img/cron-icon/crn-enterprise-autocomplete.svg +0 -1
  1297. package/deprecated/dist/img/cron-icon/crn-enterprise-combobox-multiple.svg +0 -1
  1298. package/deprecated/dist/img/cron-icon/crn-enterprise-combobox.svg +0 -1
  1299. package/deprecated/dist/img/cron-icon/crn-enterprise-dynamic-autocomplete.svg +0 -1
  1300. package/deprecated/dist/img/cron-icon/crn-enterprise-dynamic-combobox.svg +0 -1
  1301. package/deprecated/dist/img/cron-icon/crn-form.svg +0 -1
  1302. package/deprecated/dist/img/cron-icon/crn-four-eight-container.svg +0 -1
  1303. package/deprecated/dist/img/cron-icon/crn-grid-table.svg +0 -1
  1304. package/deprecated/dist/img/cron-icon/crn-grid.svg +0 -1
  1305. package/deprecated/dist/img/cron-icon/crn-header.svg +0 -1
  1306. package/deprecated/dist/img/cron-icon/crn-horizontal-container.svg +0 -1
  1307. package/deprecated/dist/img/cron-icon/crn-icon.svg +0 -1
  1308. package/deprecated/dist/img/cron-icon/crn-image.svg +0 -1
  1309. package/deprecated/dist/img/cron-icon/crn-input-password.svg +0 -1
  1310. package/deprecated/dist/img/cron-icon/crn-jumbotron.svg +0 -1
  1311. package/deprecated/dist/img/cron-icon/crn-list.svg +0 -1
  1312. package/deprecated/dist/img/cron-icon/crn-navbar.svg +0 -1
  1313. package/deprecated/dist/img/cron-icon/crn-one-container.svg +0 -1
  1314. package/deprecated/dist/img/cron-icon/crn-ordered-list.svg +0 -1
  1315. package/deprecated/dist/img/cron-icon/crn-ordered-sub-list.svg +0 -1
  1316. package/deprecated/dist/img/cron-icon/crn-panel.svg +0 -1
  1317. package/deprecated/dist/img/cron-icon/crn-radiogroup.svg +0 -1
  1318. package/deprecated/dist/img/cron-icon/crn-rating.svg +0 -1
  1319. package/deprecated/dist/img/cron-icon/crn-report-viewer.svg +0 -1
  1320. package/deprecated/dist/img/cron-icon/crn-rich-editor.svg +0 -1
  1321. package/deprecated/dist/img/cron-icon/crn-scheduler.svg +0 -1
  1322. package/deprecated/dist/img/cron-icon/crn-simple-text.svg +0 -1
  1323. package/deprecated/dist/img/cron-icon/crn-slider.svg +0 -1
  1324. package/deprecated/dist/img/cron-icon/crn-social-login.svg +0 -1
  1325. package/deprecated/dist/img/cron-icon/crn-sub-form.svg +0 -1
  1326. package/deprecated/dist/img/cron-icon/crn-table.svg +0 -1
  1327. package/deprecated/dist/img/cron-icon/crn-tabs.svg +0 -1
  1328. package/deprecated/dist/img/cron-icon/crn-text-component.svg +0 -1
  1329. package/deprecated/dist/img/cron-icon/crn-textarea.svg +0 -1
  1330. package/deprecated/dist/img/cron-icon/crn-textinput.svg +0 -1
  1331. package/deprecated/dist/img/cron-icon/crn-textinputbutton.svg +0 -1
  1332. package/deprecated/dist/img/cron-icon/crn-textinputicon.svg +0 -1
  1333. package/deprecated/dist/img/cron-icon/crn-three-container.svg +0 -1
  1334. package/deprecated/dist/img/cron-icon/crn-three-six-three-container.svg +0 -1
  1335. package/deprecated/dist/img/cron-icon/crn-timepicker.svg +0 -1
  1336. package/deprecated/dist/img/cron-icon/crn-tree-view.svg +0 -1
  1337. package/deprecated/dist/img/cron-icon/crn-two-container.svg +0 -1
  1338. package/deprecated/dist/img/cron-icon/crn-unordered-list.svg +0 -1
  1339. package/deprecated/dist/img/cron-icon/crn-unordered-sub-list.svg +0 -1
  1340. package/deprecated/dist/img/cron-icon/crn-upload.svg +0 -1
  1341. package/deprecated/dist/img/cron-icon/crn-vertical-container.svg +0 -1
  1342. package/deprecated/dist/img/cron-icon/cron-breadrumb.svg +0 -1
  1343. package/deprecated/dist/img/cronGrid.png +0 -0
  1344. package/deprecated/dist/img/cronRichEditor.png +0 -0
  1345. package/deprecated/dist/img/cronapp-logo-login.png +0 -0
  1346. package/deprecated/dist/img/img-user.svg +0 -1
  1347. package/deprecated/dist/img/logo-cronapp-negativa.svg +0 -1
  1348. package/deprecated/dist/img/logo.png +0 -0
  1349. package/deprecated/dist/img/logo.svg +0 -1
  1350. package/deprecated/dist/img/nophoto.png +0 -0
  1351. package/deprecated/dist/img/placehold-100x100.png +0 -0
  1352. package/deprecated/dist/img/placehold-900x500.png +0 -0
  1353. package/deprecated/dist/img/qrcode.png +0 -0
  1354. package/deprecated/dist/img/recaptcha-logo.svg +0 -1
  1355. package/deprecated/dist/img/selectFile.png +0 -0
  1356. package/deprecated/dist/img/selectImg.svg +0 -1
  1357. package/deprecated/dist/img/svg-charts.svg +0 -1
  1358. package/deprecated/dist/img/switch.png +0 -0
  1359. package/deprecated/dist/js/LanguageSelectDirective.js +0 -1
  1360. package/deprecated/dist/js/LocaleService.js +0 -1
  1361. package/deprecated/dist/js/app.authentication.js +0 -1
  1362. package/deprecated/dist/js/app.js +0 -1
  1363. package/deprecated/dist/js/controllers.authentication.js +0 -1
  1364. package/deprecated/dist/js/controllers.js +0 -1
  1365. package/deprecated/dist/js/custom.controllers.js +0 -1
  1366. package/deprecated/dist/js/customModules.js +0 -1
  1367. package/deprecated/dist/js/customStateProvider.js +0 -0
  1368. package/deprecated/dist/js/directives.js +0 -14
  1369. package/deprecated/dist/js/filters.js +0 -1
  1370. package/deprecated/dist/js/local-dateformat.directive.js +0 -1
  1371. package/deprecated/dist/js/reports/parameters.controller.js +0 -1
  1372. package/deprecated/dist/js/reports/reports.service.js +0 -1
  1373. package/deprecated/dist/js/services.js +0 -1
  1374. package/deprecated/dist/js/stateProvider.js +0 -1
  1375. package/deprecated/dist/js/upload.service.js +0 -1
  1376. package/deprecated/img/ballon_icon.svg +0 -3
  1377. package/deprecated/img/barcode.png +0 -0
  1378. package/deprecated/img/cron-icon/crn-QRCode.svg +0 -38
  1379. package/deprecated/img/cron-icon/crn-accordion.svg +0 -25
  1380. package/deprecated/img/cron-icon/crn-anchor.svg +0 -29
  1381. package/deprecated/img/cron-icon/crn-button.svg +0 -24
  1382. package/deprecated/img/cron-icon/crn-calendar.svg +0 -23
  1383. package/deprecated/img/cron-icon/crn-captcha.svg +0 -36
  1384. package/deprecated/img/cron-icon/crn-carousel.svg +0 -26
  1385. package/deprecated/img/cron-icon/crn-chart.svg +0 -19
  1386. package/deprecated/img/cron-icon/crn-checkbox.svg +0 -21
  1387. package/deprecated/img/cron-icon/crn-combobox-dynamic.svg +0 -27
  1388. package/deprecated/img/cron-icon/crn-combobox.svg +0 -24
  1389. package/deprecated/img/cron-icon/crn-cron-crud.svg +0 -28
  1390. package/deprecated/img/cron-icon/crn-cron-dashboard-viewer.svg +0 -18
  1391. package/deprecated/img/cron-icon/crn-datasource.svg +0 -27
  1392. package/deprecated/img/cron-icon/crn-datepicker.svg +0 -35
  1393. package/deprecated/img/cron-icon/crn-datetimepicker.svg +0 -41
  1394. package/deprecated/img/cron-icon/crn-dynamic-file.svg +0 -26
  1395. package/deprecated/img/cron-icon/crn-dynamic-image.svg +0 -25
  1396. package/deprecated/img/cron-icon/crn-dynamic-menu.svg +0 -28
  1397. package/deprecated/img/cron-icon/crn-eight-four-container.svg +0 -18
  1398. package/deprecated/img/cron-icon/crn-enterprise-autocomplete.svg +0 -26
  1399. package/deprecated/img/cron-icon/crn-enterprise-combobox-multiple.svg +0 -21
  1400. package/deprecated/img/cron-icon/crn-enterprise-combobox.svg +0 -24
  1401. package/deprecated/img/cron-icon/crn-enterprise-dynamic-autocomplete.svg +0 -29
  1402. package/deprecated/img/cron-icon/crn-enterprise-dynamic-combobox.svg +0 -27
  1403. package/deprecated/img/cron-icon/crn-form.svg +0 -24
  1404. package/deprecated/img/cron-icon/crn-four-eight-container.svg +0 -20
  1405. package/deprecated/img/cron-icon/crn-grid-table.svg +0 -21
  1406. package/deprecated/img/cron-icon/crn-grid.svg +0 -27
  1407. package/deprecated/img/cron-icon/crn-header.svg +0 -18
  1408. package/deprecated/img/cron-icon/crn-horizontal-container.svg +0 -19
  1409. package/deprecated/img/cron-icon/crn-icon.svg +0 -23
  1410. package/deprecated/img/cron-icon/crn-image.svg +0 -20
  1411. package/deprecated/img/cron-icon/crn-input-password.svg +0 -24
  1412. package/deprecated/img/cron-icon/crn-jumbotron.svg +0 -24
  1413. package/deprecated/img/cron-icon/crn-list.svg +0 -24
  1414. package/deprecated/img/cron-icon/crn-navbar.svg +0 -25
  1415. package/deprecated/img/cron-icon/crn-one-container.svg +0 -17
  1416. package/deprecated/img/cron-icon/crn-ordered-list.svg +0 -44
  1417. package/deprecated/img/cron-icon/crn-ordered-sub-list.svg +0 -42
  1418. package/deprecated/img/cron-icon/crn-panel.svg +0 -21
  1419. package/deprecated/img/cron-icon/crn-radiogroup.svg +0 -25
  1420. package/deprecated/img/cron-icon/crn-rating.svg +0 -20
  1421. package/deprecated/img/cron-icon/crn-report-viewer.svg +0 -24
  1422. package/deprecated/img/cron-icon/crn-rich-editor.svg +0 -22
  1423. package/deprecated/img/cron-icon/crn-scheduler.svg +0 -27
  1424. package/deprecated/img/cron-icon/crn-simple-text.svg +0 -18
  1425. package/deprecated/img/cron-icon/crn-slider.svg +0 -19
  1426. package/deprecated/img/cron-icon/crn-social-login.svg +0 -29
  1427. package/deprecated/img/cron-icon/crn-sub-form.svg +0 -27
  1428. package/deprecated/img/cron-icon/crn-table.svg +0 -20
  1429. package/deprecated/img/cron-icon/crn-tabs.svg +0 -22
  1430. package/deprecated/img/cron-icon/crn-text-component.svg +0 -22
  1431. package/deprecated/img/cron-icon/crn-textarea.svg +0 -22
  1432. package/deprecated/img/cron-icon/crn-textinput.svg +0 -23
  1433. package/deprecated/img/cron-icon/crn-textinputbutton.svg +0 -33
  1434. package/deprecated/img/cron-icon/crn-textinputicon.svg +0 -29
  1435. package/deprecated/img/cron-icon/crn-three-container.svg +0 -21
  1436. package/deprecated/img/cron-icon/crn-three-six-three-container.svg +0 -19
  1437. package/deprecated/img/cron-icon/crn-timepicker.svg +0 -20
  1438. package/deprecated/img/cron-icon/crn-tree-view.svg +0 -19
  1439. package/deprecated/img/cron-icon/crn-two-container.svg +0 -18
  1440. package/deprecated/img/cron-icon/crn-unordered-list.svg +0 -24
  1441. package/deprecated/img/cron-icon/crn-unordered-sub-list.svg +0 -28
  1442. package/deprecated/img/cron-icon/crn-upload.svg +0 -20
  1443. package/deprecated/img/cron-icon/crn-vertical-container.svg +0 -19
  1444. package/deprecated/img/cron-icon/cron-breadrumb.svg +0 -638
  1445. package/deprecated/img/cronGrid.png +0 -0
  1446. package/deprecated/img/cronRichEditor.png +0 -0
  1447. package/deprecated/img/cronapp-logo-login.png +0 -0
  1448. package/deprecated/img/img-user.svg +0 -1
  1449. package/deprecated/img/logo-cronapp-negativa.svg +0 -1
  1450. package/deprecated/img/logo.png +0 -0
  1451. package/deprecated/img/logo.svg +0 -1
  1452. package/deprecated/img/nophoto.png +0 -0
  1453. package/deprecated/img/placehold-100x100.png +0 -0
  1454. package/deprecated/img/placehold-900x500.png +0 -0
  1455. package/deprecated/img/qrcode.png +0 -0
  1456. package/deprecated/img/recaptcha-logo.svg +0 -1
  1457. package/deprecated/img/selectFile.png +0 -0
  1458. package/deprecated/img/selectImg.svg +0 -44
  1459. package/deprecated/img/svg-charts.svg +0 -1
Binary file
Binary file
@@ -1 +0,0 @@
1
- <svg id="Camada_1" data-name="Camada 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 25.14 25.14"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-miterlimit:10;}</style></defs><title>img-user</title><path class="cls-1" d="M3.14,7.51a11.08,11.08,0,0,1,4-4,10.59,10.59,0,0,1,5.45-1.47A10.59,10.59,0,0,1,18,3.53a11,11,0,0,1,4,4A10.56,10.56,0,0,1,23.47,13,10.55,10.55,0,0,1,22,18.4a11,11,0,0,1-4,4,10.59,10.59,0,0,1-5.45,1.47,10.59,10.59,0,0,1-5.45-1.47,11.08,11.08,0,0,1-4-4A10.55,10.55,0,0,1,1.67,13,10.56,10.56,0,0,1,3.14,7.51ZM8.2,21.39a9.54,9.54,0,0,0,8.74,0,9.27,9.27,0,0,0,3.37-2.9,3,3,0,0,0-.73-1.56,2.9,2.9,0,0,0-1.47-.9l-1.41-.39a6.34,6.34,0,0,1-8.26,0L7,16a2.9,2.9,0,0,0-1.47.9,3,3,0,0,0-.72,1.56A9.32,9.32,0,0,0,8.2,21.39Zm.11-8.08a4.92,4.92,0,0,0,8.52,0,4.91,4.91,0,0,0,0-4.92,4.91,4.91,0,0,0-6.72-1.81,5,5,0,0,0-2.46,4.27A4.83,4.83,0,0,0,8.31,13.31Z"/></svg>
@@ -1 +0,0 @@
1
- <svg id="Camada_1" data-name="Camada 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1824 420"><defs><style>.cls-1,.cls-3{fill:#fff}.cls-2{fill:#0c88eb}.cls-2,.cls-3{fill-rule:evenodd}</style></defs><title>Prancheta 3</title><path class="cls-1" d="M764.5 136.63l-.17.17q-22.12-17.31-51.41-17.31-35.43 0-60.39 25t-24.95 60.31q0 35.28 24.95 60.31t60.39 25q29.28 0 51.41-17.31l.17.17.33-.33a16.94 16.94 0 1 1 24 23.95l-.34.34.17.16q-32.28 27-75.7 27-49.41 0-84.35-34.94t-34.93-84.35q0-49.41 34.93-84.35t84.35-34.94q43.43 0 75.7 27l-.17.16c.11.11.22.23.34.34a16.94 16.94 0 1 1-24 24zM882.32 157.76a17 17 0 0 1 0 33.94h-.16a47.61 47.61 0 0 0-34.94 14.47 46.43 46.43 0 0 0-14.31 31.44 27.42 27.42 0 0 1 .17 3v64.22q0 9.32-5 14.3a16.85 16.85 0 0 1-24 0q-5-5-5-14.64v-64.21q.33-33.94 24.29-57.9 23.03-22.96 58.95-24.62zM1020.28 182.38q24.3 24.3 24.29 58.73t-24.29 58.73q-24.28 24.29-58.72 24.29t-58.73-24.29q-24.3-24.3-24.29-58.73t24.29-58.73q24.28-24.28 58.73-24.29t58.72 24.29zm-58.72 9.32a49.29 49.29 0 0 0-34.94 84.18 49.29 49.29 0 0 0 84.18-34.94 49.13 49.13 0 0 0-49.24-49.24zM1136 157.76q35.1 2 57.73 24.62 24 24 24.29 57.9v64.21q0 9.66-5 14.64a16.85 16.85 0 0 1-24 0q-5-5-5-14.3v-64.22a25.14 25.14 0 0 1 .17-3 46.43 46.43 0 0 0-14.31-31.44A47.61 47.61 0 0 0 1135 191.7h-.66a47.6 47.6 0 0 0-34.94 14.47 46.39 46.39 0 0 0-14.4 31.44 27.42 27.42 0 0 1 .17 3v64.22q0 9.32-5 14.3a16.85 16.85 0 0 1-24 0q-5-5-5-14.64v-64.21q.33-33.94 24.29-57.9 22.62-22.62 57.73-24.62zM1283.39 257.58l-27.61 56.9a19 19 0 0 1-3.33 4.82 16.43 16.43 0 0 1-11.81 4.83 16 16 0 0 1-11.82-4.91 16.16 16.16 0 0 1-4.82-11.73 15.5 15.5 0 0 1 2.49-8.65l98.66-203.3a16.49 16.49 0 0 1 3.49-5 15.84 15.84 0 0 1 11.82-5 16.19 16.19 0 0 1 11.81 5 17 17 0 0 1 3.16 4.33l98.66 203.3a15.74 15.74 0 0 1 2.82 9.32 16.7 16.7 0 0 1-28.45 11.81 18.68 18.68 0 0 1-3.32-4.82h-.14l-27.62-56.9zm97.83-33.28l-40.76-84-40.93 84zM1463.44 240.28q.33-33.94 24.29-57.9 24.29-24.28 58.73-24.29t58.73 24.29q24.29 24.3 24.29 58.73t-24.29 58.73q-24.3 24.29-58.73 24.29-27.78 0-49.08-16v65.57a17 17 0 0 1-33.94 0zm33.77-2.67a27.42 27.42 0 0 1 .17 3v6.32a49.35 49.35 0 1 0 83.93-40.84 49.26 49.26 0 0 0-84.1 31.52zM1636.17 240.28q.33-33.94 24.29-57.9 24.3-24.28 58.73-24.29t58.73 24.29q24.28 24.3 24.29 58.73t-24.29 58.73q-24.3 24.29-58.73 24.29-27.78 0-49.08-16v65.57a17 17 0 0 1-33.94 0zm33.78-2.67c.1 1 .16 2 .16 3v6.32a49.35 49.35 0 1 0 83.89-40.84 49.25 49.25 0 0 0-84 31.52z"/><path class="cls-2" d="M177.05 290.67A81.4 81.4 0 0 1 41 230.33c0-1.6 0-3.19.14-4.76a81.39 81.39 0 0 0 135.88 55.57 155.81 155.81 0 0 0 185.32 12.68 95.34 95.34 0 0 0 157.36-67.57c.08 1.58.12 3.17.12 4.78a95.35 95.35 0 0 1-157.48 72.32 155.85 155.85 0 0 1-185.32-12.68z"/><path class="cls-3" d="M343.17 182.75v15.45l13.38 7.73 12.62 7.29V183.5l-26-15.02v14.27zM396.7 165.95v-.5l-13.38-7.73-13.38-7.73-13.39 7.73-13.38 7.73v.5l13.38 7.73 13.39 7.73 13.38-7.73 13.38-7.73z"/><path class="cls-3" d="M429.76 135.82A155.83 155.83 0 0 0 124.15 149h-1.73a81.4 81.4 0 1 0 54.63 141.74 155.85 155.85 0 0 0 185.32 12.68 95.35 95.35 0 1 0 67.39-167.53zM279.32 295.75A119.07 119.07 0 1 1 390 132.87a51.31 51.31 0 0 0-43.75 2.38 77.81 77.81 0 1 0-3.53 88 51.26 51.26 0 0 0 43.45 5.89 119 119 0 0 1-106.85 66.61zM369.13 222a41.39 41.39 0 1 1 41.39-41.39A41.39 41.39 0 0 1 369.13 222z"/><path class="cls-3" d="M370.86 183.25v30.41l13.38-7.73 13.39-7.73v-30.4l-13.39 7.73-13.38 7.72z"/></svg>
Binary file
@@ -1 +0,0 @@
1
- <svg id="Camada_1" data-name="Camada 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 752 189"><defs><style>.cls-1{fill:#fff;}</style></defs><title>logo-cronapp</title><path class="cls-1" d="M321.73,125.48c-7.91,9.86-17.79,14.87-29.35,14.87H292c-9.61,0-17.62-3.47-23.8-10.31s-9.29-15.67-9.29-26.47v-1.88c0-10.89,3-19.86,9-26.67s13.72-10.17,23.26-10.17h.39c11.9.06,21.93,5,29.83,14.55l.33.41,7.75-8.11-.26-.32a46.61,46.61,0,0,0-16.42-12.72,48.78,48.78,0,0,0-20.63-4.5h-1c-13.21,0-24,4.42-32,13.13S247.07,87.72,247.07,102v1.29c0,14.48,4.21,26.19,12.53,34.8s19.51,13.06,33.31,13.06c14.8-.06,27.13-6,36.65-17.67l.26-.32-7.76-8.05Z"/><path class="cls-1" d="M372.05,74h-.13A26.91,26.91,0,0,0,349.31,86V75.72H337.49v73.64h11.82V113.57c0-8.84,2.11-15.95,6.26-21.13s10-7.71,17.41-7.71h2.13V74.14l-.43,0C373.82,74,372.93,74,372.05,74Z"/><path class="cls-1" d="M411.93,74h-.8c-10.66,0-19.37,3.61-25.88,10.74s-9.81,16.3-9.81,27.3v1c0,11,3.3,20.18,9.81,27.3s15.22,10.74,25.88,10.74h.8c10.7,0,19.43-3.61,25.95-10.74s9.74-16.26,9.74-27.3v-1c0-11-3.27-20.23-9.74-27.3S422.63,74,411.93,74Zm0,66.37h-.8c-7.11,0-12.91-2.51-17.22-7.46s-6.65-11.69-6.65-20.09v-.52c0-8.5,2.17-15.09,6.65-20.15,4.33-4.91,10.12-7.4,17.22-7.4h.8c7.08,0,12.9,2.49,17.29,7.39s6.58,11.8,6.58,20.16v.52c0,8.38-2.21,15.14-6.58,20.09S419,140.35,411.93,140.35Z"/><path class="cls-1" d="M511.53,81.18C506.85,76.4,500.1,74,491.47,74h-.26a28.47,28.47,0,0,0-23.28,11.34v-9.6H456.11v73.64h11.82V112.28c0-8.27,2.06-15,6.13-20a19.65,19.65,0,0,1,16.09-7.51h.26c11,0,16.38,5.55,16.38,17v47.67h11.82V101.69C518.61,92.87,516.23,86,511.53,81.18Z"/><path class="cls-1" d="M560.47,74h-.13a43.42,43.42,0,0,0-17.1,3.39,38.58,38.58,0,0,0-13.36,9l-.31.33,7.28,7.72.34-.36a30.79,30.79,0,0,1,9.94-6.61,29.57,29.57,0,0,1,12.14-2.74h.61c6.1,0,10.65,1.46,13.53,4.33,2.63,2.61,4,6.5,4,11.54v2.88c-17.49,0-30,2-38.32,5.92-8.5,4-12.63,10.23-12.63,18.89,0,6.78,2.38,12.33,7.06,16.49s10.8,6.32,18.29,6.32H552a31.46,31.46,0,0,0,15.49-3.87,27.77,27.77,0,0,0,9.85-8.85v11H589.2V102.21C589.2,83.74,579.26,74,560.47,74Zm-12.9,43.45c6.27-2.41,16.29-3.68,29.8-3.77-.16,7.57-2.55,14-7.1,19a22.9,22.9,0,0,1-17.83,7.66h-.13c-8.67,0-14.06-4.42-14.06-11.54C538.25,123.61,541.3,119.89,547.57,117.43Z"/><path class="cls-1" d="M637,74h-.8a34.5,34.5,0,0,0-15.06,3.4,26.68,26.68,0,0,0-10.27,8.27V75.72H599.08V179.77H610.9V139.43a26.63,26.63,0,0,0,10.27,8.2,33.73,33.73,0,0,0,15.06,3.47h.8c10.05,0,18.31-3.62,24.56-10.75s9.34-16.25,9.34-27.29v-1c0-11-3.14-20.23-9.34-27.29S647.08,74,637,74Zm22.08,38.3v.52c0,8.38-2.21,15.14-6.58,20.09s-10.06,7.46-17.09,7.46h-.87a21.61,21.61,0,0,1-17-7.46c-4.4-4.93-6.64-11.69-6.64-20.09v-.52c0-8.36,2.21-15.14,6.58-20.15s10.08-7.4,17.09-7.4h.87c7,0,12.76,2.49,17.09,7.39S659.11,103.92,659.11,112.28Z"/><path class="cls-1" d="M742.66,84.73C736.41,77.59,728.15,74,718.1,74h-.8a34.5,34.5,0,0,0-15.06,3.4A26.6,26.6,0,0,0,692,85.65V75.72H680.15V179.77H692V139.43a26.67,26.67,0,0,0,10.26,8.2,33.81,33.81,0,0,0,15.07,3.47h.8c10,0,18.31-3.62,24.56-10.75S752,124.1,752,113.06v-1C752,101,748.86,91.79,742.66,84.73Zm-2.48,27.55v.52c0,8.38-2.21,15.14-6.58,20.09s-10.07,7.46-17.1,7.46h-.86a21.61,21.61,0,0,1-17-7.46C694.2,128,692,121.2,692,112.8v-.52c0-8.36,2.21-15.14,6.58-20.15s10.08-7.4,17.09-7.4h.86c7,0,12.77,2.49,17.1,7.39S740.18,103.92,740.18,112.28Z"/><path class="cls-1" d="M62.34,120.89v28a1.62,1.62,0,0,0,.84,1.42l14.43,8,10.12,6a1.62,1.62,0,0,0,2.45-1.4V134.94a1.59,1.59,0,0,0-.82-1.4l-24.6-14.06A1.62,1.62,0,0,0,62.34,120.89Z"/><path class="cls-1" d="M108.76,104.07,94.37,95.91a1.64,1.64,0,0,0-1.59,0l-14.07,7.83-11.82,6.75a1.62,1.62,0,0,0,0,2.8l25.49,15.15a1.61,1.61,0,0,0,1.63,0l14.58-8.33,11.31-6.29A1.62,1.62,0,0,0,120,111Z"/><path class="cls-1" d="M124.52,120.46a1.62,1.62,0,0,0-2.41-1.42l-10.69,6-14.49,8.49a1.61,1.61,0,0,0-.8,1.4v28.56a1.62,1.62,0,0,0,2.44,1.4l11.2-6.57,13.94-8a1.63,1.63,0,0,0,.81-1.41Z"/><path class="cls-1" d="M204.58,78.28a4.88,4.88,0,0,1-2.49-3.67c-2.78-22.82-22.4-40.94-45.73-40.94a45.85,45.85,0,0,0-20.57,4.66,4.94,4.94,0,0,1-6.43-2c-9.6-16.64-28-27-48.58-27C50.38,9.23,24.43,32.47,24.91,63v5.45a6.42,6.42,0,0,1-3.22,4.39C7.6,79.43,0,95.57,0,111.47a38.81,38.81,0,0,0,39.7,38.88h5.76V141H39.7A29.5,29.5,0,0,1,9.77,111.47c0-14.73,7.88-28.71,20.62-31.54a5,5,0,0,0,3.89-4.73V63c-.08-25,21-44,46.5-44,20.87,0,38.39,12.21,44.05,30.69a4.89,4.89,0,0,0,6.1,3.25,4.75,4.75,0,0,0,1.84-1c6.39-5.71,14-8.47,23.59-8.47,19.69,0,36.5,16.75,36.5,36.65a4.87,4.87,0,0,0,3.13,4.5c11.29,4.38,19,14.26,19,26.88,0,16.67-11.82,29.69-28.4,29.51H140.53v9.37H186.6c21.83.59,38.17-17.4,38.17-38.88C224.77,96.85,216.45,84.87,204.58,78.28Z"/></svg>
Binary file
Binary file
@@ -1 +0,0 @@
1
- <svg width="150" height="150" version="1.1" xmlns="http://www.w3.org/2000/svg"><path d="m117 62.063c-2e-3 -0.60232-0.0159-1.2014-0.0429-1.7976v-33.991l-9.3971 9.3971c-7.691-9.4141-19.391-15.427-32.496-15.427-13.638 0-25.754 6.5097-33.413 16.591l15.403 15.565c1.5095-2.7917 3.6539-5.1895 6.2395-7.0005 2.6891-2.0985 6.4993-3.8143 11.77-3.8143 0.63674 0 1.1282 0.0744 1.4893 0.21458 6.5304 0.51543 12.191 4.1194 15.524 9.3503l-10.903 10.903c13.81-0.0542 29.411-0.086 35.825 7e-3" style="fill:#1c3aa9"/><path d="m74.819 20.246c-0.60232 2e-3 -1.2014 0.0159-1.7976 0.0429h-33.991l9.3971 9.3971c-9.4141 7.691-15.427 19.391-15.427 32.496 0 13.638 6.5098 25.754 16.591 33.413l15.565-15.403c-2.7917-1.5095-5.1895-3.6539-7.0005-6.2395-2.0984-2.6891-3.8143-6.4993-3.8143-11.77 0-0.63674 0.0744-1.1282 0.21458-1.4893 0.51543-6.5304 4.1194-12.191 9.3503-15.524l10.903 10.903c-0.0542-13.81-0.0861-29.411 7e-3 -35.825" style="fill:#4285f4"/><path d="m33.002 62.181c2e-3 0.60232 0.0159 1.2014 0.0429 1.7976v33.991l9.3971-9.3971c7.691 9.4141 19.391 15.427 32.496 15.427 13.638 0 25.754-6.5097 33.413-16.591l-15.403-15.565c-1.5095 2.7917-3.6539 5.1895-6.2395 7.0005-2.6891 2.0985-6.4993 3.8143-11.77 3.8143-0.63674 0-1.1282-0.0744-1.4893-0.21458-6.5304-0.51543-12.191-4.1194-15.524-9.3503l10.903-10.903c-13.81 0.0542-29.411 0.086-35.825-7e-3" style="fill:#ababab"/><path d="m40.078 120.24c-1.0215 0-1.9373 0.19374-2.7475 0.58118-0.81015 0.37866-1.497 0.92024-2.0606 1.6247-0.55478 0.70447-0.98186 1.5587-1.2813 2.5625-0.2906 0.99506-0.4359 2.109-0.4359 3.3418v3.5532c0 1.2416 0.1453 2.36 0.4359 3.3551 0.2994 0.99507 0.72209 1.8448 1.2681 2.5493s1.2064 1.246 1.9813 1.6247 1.6467 0.56799 2.6154 0.56799c0.99507 0 1.8669-0.1453 2.6154-0.4359 0.75731-0.29059 1.3913-0.70888 1.9021-1.2548 0.51074-0.55478 0.90261-1.224 1.1756-2.0078 0.28179-0.78373 0.44911-1.6731 0.50194-2.6682h-2.4437c-0.06165 0.76612-0.16731 1.4222-0.31702 1.9681-0.1497 0.53717-0.36985 0.98187-0.66045 1.3341-0.28179 0.34344-0.65164 0.59881-1.1096 0.76613-0.4491 0.1585-1.0039 0.23775-1.6643 0.23775-0.70448 0-1.3033-0.1541-1.7964-0.46231-0.49313-0.31701-0.8938-0.74851-1.202-1.2945-0.2994-0.54598-0.51955-1.1844-0.66045-1.9153-0.13209-0.73091-0.19813-1.519-0.19813-2.3644v-3.5796c0-0.90699 0.07925-1.7304 0.23776-2.4701 0.16731-0.73969 0.41828-1.3693 0.75291-1.8889 0.33463-0.51956 0.75731-0.92023 1.2681-1.202 0.51074-0.29059 1.1184-0.43589 1.8228-0.43589 0.59 0 1.0963 0.088 1.519 0.26419 0.42269 0.16731 0.77492 0.43149 1.0567 0.79252 0.28179 0.35224 0.49754 0.80134 0.64724 1.3473 0.1497 0.54598 0.25097 1.1976 0.3038 1.9549h2.4437c-0.04402-1.0391-0.20694-1.9593-0.48873-2.7607-0.28179-0.80135-0.67366-1.475-1.1756-2.021-0.50194-0.54596-1.114-0.95985-1.836-1.2416-0.71328-0.2818-1.5366-0.42269-2.4701-0.42269zm59.652 0c-1.0215 0-1.9373 0.19374-2.7475 0.58118-0.81015 0.37866-1.497 0.92024-2.0606 1.6247-0.55477 0.70447-0.98187 1.5587-1.2813 2.5625-0.29059 0.99506-0.43588 2.109-0.43588 3.3418v3.5532c0 1.2416 0.14529 2.36 0.43588 3.3551 0.2994 0.99507 0.7221 1.8448 1.2681 2.5493 0.54598 0.70448 1.2064 1.246 1.9813 1.6247 0.77492 0.37866 1.6467 0.56799 2.6154 0.56799 0.99506 0 1.8668-0.1453 2.6154-0.4359 0.7573-0.29059 1.3913-0.70888 1.9021-1.2548 0.51075-0.55478 0.90261-1.224 1.1756-2.0078 0.2818-0.78373 0.44912-1.6731 0.50194-2.6682h-2.4436c-0.0616 0.76612-0.16731 1.4222-0.31702 1.9681-0.1497 0.53717-0.36985 0.98187-0.66044 1.3341-0.28179 0.34344-0.65164 0.59881-1.1096 0.76613-0.4491 0.1585-1.0039 0.23775-1.6643 0.23775-0.70448 0-1.3033-0.1541-1.7964-0.46231-0.49313-0.31701-0.89381-0.74851-1.202-1.2945-0.2994-0.54598-0.51955-1.1844-0.66045-1.9153-0.13208-0.73091-0.19813-1.519-0.19813-2.3644v-3.5796c0-0.90699 0.0793-1.7304 0.23776-2.4701 0.16732-0.73969 0.41828-1.3693 0.75292-1.8889 0.33462-0.51956 0.75731-0.92023 1.268-1.202 0.51075-0.29059 1.1184-0.43589 1.8228-0.43589 0.58999 0 1.0963 0.088 1.519 0.26419 0.42269 0.16731 0.77493 0.43149 1.0567 0.79252 0.28178 0.35224 0.49753 0.80134 0.64723 1.3473 0.1497 0.54598 0.25097 1.1976 0.30381 1.9549h2.4436c-0.0441-1.0391-0.20693-1.9593-0.48873-2.7607-0.28179-0.80135-0.67365-1.475-1.1756-2.021s-1.114-0.95985-1.836-1.2416c-0.71327-0.2818-1.5366-0.42269-2.4701-0.42269zm-45.729 0.26418-6.195 19.232h2.4833l1.4926-5.0194h6.4988l1.519 5.0194h2.4833l-6.2082-19.232zm10.897 0v19.232h2.4172v-7.5291h3.7117c0.92463 0 1.7436-0.12769 2.4569-0.38306 0.71328-0.26418 1.3121-0.64283 1.7964-1.136 0.49313-0.49314 0.86298-1.1007 1.1095-1.8228 0.25537-0.7309 0.38306-1.5586 0.38306-2.4833 0-0.85418-0.12768-1.6379-0.38306-2.3512-0.24657-0.7221-0.61202-1.3429-1.0963-1.8625-0.48433-0.52835-1.0875-0.93783-1.8096-1.2284-0.71328-0.29059-1.5322-0.43589-2.4569-0.43589zm13.724 0v2.087h5.0458v17.145h2.4172v-17.145h5.059v-2.087zm30.341 0v19.232h2.4172v-8.8896h7.7404v8.8896h2.4304v-19.232h-2.4304v8.2688h-7.7404v-8.2688zm21.755 0-6.195 19.232h2.4833l1.4926-5.0194h6.4988l1.519 5.0194h2.4833l-6.2082-19.232zm-63.403 2.087h3.7117c0.59 0 1.0919 0.1056 1.5058 0.31701 0.42268 0.21133 0.76612 0.49312 1.0303 0.84536 0.27298 0.35224 0.47112 0.76171 0.5944 1.2284 0.13209 0.4579 0.19814 0.93343 0.19814 1.4266 0 0.54597-0.06604 1.0479-0.19814 1.5058-0.12328 0.44911-0.32142 0.84098-0.5944 1.1756-0.26418 0.32582-0.60761 0.58119-1.0303 0.76612-0.41388 0.18492-0.91582 0.27738-1.5058 0.27738h-3.7117zm-12.284 1.2945 2.6286 8.7443h-5.2439zm76.717 0 2.6286 8.7443h-5.2439zm-113.78 1.2945c-0.60761 0-1.1316 0.1541-1.5719 0.46231-0.43149 0.30821-0.79254 0.72649-1.0831 1.2548l-0.03963-1.453h-2.2719v14.292h2.338v-10.224c0.22015-0.60762 0.53276-1.0875 0.93783-1.4398 0.41388-0.35223 0.93784-0.52835 1.5719-0.52835 0.20254 0 0.38306 9e-3 0.54156 0.0264 0.15851 9e-3 0.33022 0.0308 0.51515 0.066l-0.01321-2.2719c-0.03523-0.0177-0.09246-0.0353-0.17172-0.0529-0.07044-0.0265-0.1497-0.0485-0.23776-0.066-0.08807-0.0176-0.18052-0.0309-0.27739-0.0397-0.08807-0.0176-0.16731-0.0264-0.23776-0.0264zm7.8593 0c-0.67806 0-1.3341 0.11887-1.9681 0.35664-0.63403 0.23776-1.1976 0.62962-1.6907 1.1756-0.48432 0.53716-0.87619 1.2416-1.1756 2.1134-0.2994 0.86298-0.4491 1.9241-0.4491 3.1834v1.6115c0 1.0919 0.12769 2.0386 0.38306 2.8399s0.62082 1.4662 1.0963 1.9946c0.48433 0.51954 1.0699 0.907 1.7568 1.1624 0.68686 0.25538 1.4574 0.38306 2.3116 0.38306 0.61642 0 1.1668-0.0617 1.6511-0.18492 0.49313-0.12329 0.92903-0.2818 1.3077-0.47553 0.37866-0.20255 0.70448-0.43149 0.97746-0.68686s0.50634-0.51955 0.70007-0.79254l-1.2152-1.4794c-0.19373 0.23775-0.40067 0.45791-0.62082 0.66045-0.22015 0.19372-0.46231 0.36545-0.72649 0.51514-0.26418 0.1409-0.55478 0.25098-0.87179 0.33023-0.31701 0.0792-0.67366 0.11888-1.0699 0.11888-1.0831 0-1.9153-0.34784-2.4965-1.0435-0.57239-0.69567-0.85858-1.8096-0.85858-3.3419v-0.33023h7.9782v-1.3605c0-1.0919-0.09246-2.0562-0.27739-2.8928-0.18492-0.83657-0.47992-1.541-0.885-2.1134-0.40507-0.57239-0.92463-1.0039-1.5587-1.2945-0.63403-0.29941-1.4001-0.4491-2.2984-0.4491zm0 2.0078c0.51074 0 0.93343 0.0924 1.2681 0.27739 0.33462 0.18492 0.5988 0.44469 0.79254 0.77931 0.20254 0.33463 0.34783 0.73532 0.43589 1.202 0.09686 0.4579 0.1585 0.96424 0.18492 1.519v0.31701h-5.627c0.03523-0.80135 0.13209-1.4662 0.2906-1.9946s0.36545-0.94665 0.62082-1.2548c0.26418-0.31701 0.56798-0.53715 0.91142-0.66044 0.34343-0.12328 0.71768-0.18492 1.1228-0.18492z" style="fill:#a6a6a6"/></svg>
Binary file
@@ -1,44 +0,0 @@
1
- <?xml version="1.0" encoding="iso-8859-1"?>
2
- <!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
4
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" width="128px" height="128px" viewBox="0 0 44.502 44.502" style="enable-background:new 0 0 44.502 44.502;" xml:space="preserve">
5
- <g>
6
- <g>
7
- <path d="M9.862,35.638h24.779c0-5.546-3.863-10.203-9.113-11.604c2.75-1.248,4.668-4.013,4.668-7.229 c0-4.388-3.559-7.942-7.942-7.942c-4.387,0-7.943,3.557-7.943,7.942c0,3.219,1.916,5.98,4.668,7.229 C13.725,25.435,9.862,30.092,9.862,35.638z" fill="#919191"/>
8
- <path d="M1.5,14.169c0.828,0,1.5-0.672,1.5-1.5V4.333h8.336c0.828,0,1.5-0.672,1.5-1.5c0-0.828-0.672-1.5-1.5-1.5H2.775 C1.244,1.333,0,2.577,0,4.108v8.561C0,13.497,0.67,14.169,1.5,14.169z" fill="#919191"/>
9
- <path d="M41.727,1.333h-8.562c-0.827,0-1.5,0.672-1.5,1.5c0,0.828,0.673,1.5,1.5,1.5h8.336v8.336c0,0.828,0.673,1.5,1.5,1.5 s1.5-0.672,1.5-1.5v-8.56C44.502,2.579,43.256,1.333,41.727,1.333z" fill="#919191"/>
10
- <path d="M43.002,30.333c-0.828,0-1.5,0.672-1.5,1.5v8.336h-8.336c-0.828,0-1.5,0.672-1.5,1.5s0.672,1.5,1.5,1.5h8.56 c1.53,0,2.776-1.246,2.776-2.776v-8.56C44.502,31.005,43.83,30.333,43.002,30.333z" fill="#919191"/>
11
- <path d="M11.336,40.169H3v-8.336c0-0.828-0.672-1.5-1.5-1.5c-0.83,0-1.5,0.672-1.5,1.5v8.56c0,1.53,1.244,2.776,2.775,2.776h8.561 c0.828,0,1.5-0.672,1.5-1.5S12.165,40.169,11.336,40.169z" fill="#919191"/>
12
- </g>
13
- </g>
14
- <g>
15
- </g>
16
- <g>
17
- </g>
18
- <g>
19
- </g>
20
- <g>
21
- </g>
22
- <g>
23
- </g>
24
- <g>
25
- </g>
26
- <g>
27
- </g>
28
- <g>
29
- </g>
30
- <g>
31
- </g>
32
- <g>
33
- </g>
34
- <g>
35
- </g>
36
- <g>
37
- </g>
38
- <g>
39
- </g>
40
- <g>
41
- </g>
42
- <g>
43
- </g>
44
- </svg>
@@ -1 +0,0 @@
1
- <svg id="Camada_1" data-name="Camada 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1133.86 849.86"><defs><style>.cls-1{fill:#616160;}</style></defs><title>svg-charts</title><path class="cls-1" d="M1106.45,705.91a24.74,24.74,0,0,1,7.48,18.16v85.47a25.54,25.54,0,0,1-25.64,25.64H45.57a24.74,24.74,0,0,1-18.16-7.48,24.72,24.72,0,0,1-7.48-18.16V40.32a24.7,24.7,0,0,1,7.48-18.16,24.7,24.7,0,0,1,18.16-7.48H131a24.7,24.7,0,0,1,18.16,7.48,24.7,24.7,0,0,1,7.48,18.16V698.43h931.61A24.72,24.72,0,0,1,1106.45,705.91ZM635.3,339.46,453.68,95.88q-8.55-10.69-22.43-9.62T411,98L225.05,407.84V630.05h820.51L853.25,228.35q-4.28-10.68-16-13.89t-20.3,5.34v-2.13Z"/></svg>