cronapp-framework-js 2.9.1-SP.2 → 2.9.1-SP.3

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 (1409) hide show
  1. package/components/crn-button-filter.components.json +23 -12
  2. package/components/crn-button.components.json +22 -11
  3. package/components/crn-enterprise-combobox-multiple.components.json +20 -10
  4. package/components/crn-panel.components.json +20 -10
  5. package/components/crn-upload-file.components.json +25 -14
  6. package/components/crn-upload.components.json +27 -15
  7. package/{deprecated/components/css → components/css/deprecated}/checkbox-color.css +0 -0
  8. package/{deprecated/components/css → components/css/deprecated}/color-default.css +0 -0
  9. package/{deprecated/components/css → components/css/deprecated}/combobox-color.css +0 -0
  10. package/{deprecated/components/css → components/css/deprecated}/multiselect-editor.css +0 -0
  11. package/{deprecated/components/css → components/css/deprecated}/option-color.css +0 -0
  12. package/components/templates/cron-calendar.designtime.html +74 -169
  13. package/css/animate.css +2 -2
  14. package/css/app.css +97 -74
  15. package/css/themes/custom/aquamarine/button-aquamarine.css +30 -10
  16. package/css/themes/custom/aquamarine/custom-aquamarine.css +89 -48
  17. package/css/themes/custom/cerulean/button-cerulean.css +20 -1
  18. package/css/themes/custom/cerulean/custom-cerulean.css +54 -12
  19. package/css/themes/custom/dsgov/custom-dsgov.css +38 -1
  20. package/css/themes/custom/fuse/custom-fuse.css +47 -5
  21. package/css/themes/custom/material/custom-material.css +57 -12
  22. package/css/themes/custom/theme-general/button.css +20 -0
  23. package/css/themes/custom/theme-general/scheduler.css +17 -25
  24. package/css/themes/deprecated/aquamarine.min.css +6 -0
  25. package/css/themes/deprecated/cerulean.min.css +7 -0
  26. package/css/themes/deprecated/cosmo.min.css +7 -0
  27. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/_media-print.css +71 -0
  28. package/{deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7 → css/themes/deprecated/custom/_bootswatch-v3.3.3}/alert.css +0 -0
  29. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/badge.css +47 -0
  30. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/basics.css +620 -0
  31. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/blockquote.css +54 -0
  32. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/breadcrumb.css +21 -0
  33. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/btn-group.css +169 -0
  34. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/btn-toolbar.css +15 -0
  35. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/btn.css +158 -0
  36. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/caret.css +24 -0
  37. package/{deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7 → css/themes/deprecated/custom/_bootswatch-v3.3.3}/carousel.css +0 -0
  38. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/close.css +27 -0
  39. package/{deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7 → css/themes/deprecated/custom/_bootswatch-v3.3.3}/col.css +0 -0
  40. package/{deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7 → css/themes/deprecated/custom/_bootswatch-v3.3.3}/collapse.css +0 -0
  41. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/container.css +49 -0
  42. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/dropdown.css +133 -0
  43. package/{deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7 → css/themes/deprecated/custom/_bootswatch-v3.3.3}/embed-responsive.css +0 -0
  44. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/form.css +401 -0
  45. package/{deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7 → css/themes/deprecated/custom/_bootswatch-v3.3.3}/glyphicon.css +0 -0
  46. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/has.css +172 -0
  47. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/import_bootswatch.css +46 -0
  48. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/input-group.css +184 -0
  49. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/input.css +39 -0
  50. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/jumbotron.css +44 -0
  51. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/kbd.css +17 -0
  52. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/label.css +33 -0
  53. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/list-group.css +75 -0
  54. package/{deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7 → css/themes/deprecated/custom/_bootswatch-v3.3.3}/media.css +0 -0
  55. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/modal.css +143 -0
  56. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/nav-justified.css +27 -0
  57. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/nav-pills.css +11 -0
  58. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/nav-stacked.css +8 -0
  59. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/nav-tabs.css +78 -0
  60. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/nav.css +27 -0
  61. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/navbar.css +351 -0
  62. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/pager.css +27 -0
  63. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/pagination.css +71 -0
  64. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/panel.css +264 -0
  65. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/popover.css +149 -0
  66. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/pre.css +22 -0
  67. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/progress.css +63 -0
  68. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/table.css +268 -0
  69. package/{deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7 → css/themes/deprecated/custom/_bootswatch-v3.3.3}/text.css +0 -0
  70. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/thumbnail.css +41 -0
  71. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/tooltip.css +129 -0
  72. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/visible.css +261 -0
  73. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/well.css +25 -0
  74. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/_media-print.css +71 -0
  75. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/alert.css +48 -0
  76. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/animations.css +26 -0
  77. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/badge.css +58 -0
  78. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/basics.css +725 -0
  79. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/blockquote.css +54 -0
  80. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/breadcrumb.css +21 -0
  81. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/btn.css +491 -0
  82. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/carousel.css +261 -0
  83. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/close.css +37 -0
  84. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/col.css +787 -0
  85. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/collapse.css +30 -0
  86. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/container.css +31 -0
  87. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/dropdown.css +158 -0
  88. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/embed-responsive.css +29 -0
  89. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/fade.css +10 -0
  90. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/form_input.css +782 -0
  91. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/glyphicon.css +1066 -0
  92. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/img_figure.css +39 -0
  93. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/import_bootswatch.css +38 -0
  94. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/input-group.css +184 -0
  95. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/jumbotron.css +49 -0
  96. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/label.css +35 -0
  97. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/list-group.css +133 -0
  98. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/media.css +60 -0
  99. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/modal.css +143 -0
  100. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/nav.css +276 -0
  101. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/navbar.css +408 -0
  102. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/pager.css +44 -0
  103. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/pagination.css +109 -0
  104. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/panel.css +288 -0
  105. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/popover.css +154 -0
  106. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/progress.css +95 -0
  107. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/table.css +171 -0
  108. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/text.css +31 -0
  109. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/thumbnail.css +29 -0
  110. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/tooltip.css +129 -0
  111. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/visible.css +269 -0
  112. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/well.css +31 -0
  113. package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/_media-print.css +0 -0
  114. package/css/themes/deprecated/custom/_bootswatch-v3.3.7/alert.css +37 -0
  115. package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/animations.css +0 -0
  116. package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/badge.css +0 -0
  117. package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/basics.css +0 -0
  118. package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/blockquote.css +0 -0
  119. package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/breadcrumb.css +0 -0
  120. package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/btn.css +0 -0
  121. package/{deprecated/css/themes/custom/fuse/components_css → css/themes/deprecated/custom/_bootswatch-v3.3.7}/carousel.css +0 -0
  122. package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/close.css +0 -0
  123. package/css/themes/deprecated/custom/_bootswatch-v3.3.7/col.css +787 -0
  124. package/css/themes/deprecated/custom/_bootswatch-v3.3.7/collapse.css +30 -0
  125. package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/container.css +0 -0
  126. package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/dropdown.css +0 -0
  127. package/css/themes/deprecated/custom/_bootswatch-v3.3.7/embed-responsive.css +29 -0
  128. package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/fade.css +0 -0
  129. package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/figure_img.css +0 -0
  130. package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/form-control.css +0 -0
  131. package/css/themes/deprecated/custom/_bootswatch-v3.3.7/glyphicon.css +1066 -0
  132. package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/import_bootswatch.css +0 -0
  133. package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/input-group.css +0 -0
  134. package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/input.css +0 -0
  135. package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/jumbotron.css +0 -0
  136. package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/label.css +0 -0
  137. package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/list-group.css +0 -0
  138. package/{deprecated/css/themes/custom/fuse/components_css → css/themes/deprecated/custom/_bootswatch-v3.3.7}/media.css +0 -0
  139. package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/modal.css +0 -0
  140. package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/nav.css +0 -0
  141. package/css/themes/deprecated/custom/_bootswatch-v3.3.7/navbar.css +619 -0
  142. package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/pager.css +0 -0
  143. package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/pagination.css +0 -0
  144. package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/panel.css +0 -0
  145. package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/popover.css +0 -0
  146. package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/progress.css +0 -0
  147. package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/table.css +0 -0
  148. package/css/themes/deprecated/custom/_bootswatch-v3.3.7/text.css +31 -0
  149. package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/thumbnail.css +0 -0
  150. package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/tooltip.css +0 -0
  151. package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/visible.css +0 -0
  152. package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom}/_bootswatch-v3.3.7/well.css +0 -0
  153. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/_media-print.css +79 -0
  154. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/accordion.css +19 -0
  155. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/alert.css +27 -0
  156. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/align.css +393 -0
  157. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/badge.css +26 -0
  158. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/basics.css +706 -0
  159. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/blockquote.css +14 -0
  160. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/border.css +75 -0
  161. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/breadcrumb.css +35 -0
  162. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/btn.css +244 -0
  163. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/card.css +260 -0
  164. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/carousel.css +251 -0
  165. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/close.css +27 -0
  166. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/col.css +1125 -0
  167. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/container.css +39 -0
  168. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/custom.css +413 -0
  169. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/display.css +209 -0
  170. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/dropdown.css +176 -0
  171. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/embed-responsive.css +42 -0
  172. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/flex.css +318 -0
  173. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/float.css +59 -0
  174. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/form.css +294 -0
  175. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/img_figure.css +27 -0
  176. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/import_bootswatch.css +43 -0
  177. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/input-group.css +178 -0
  178. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/jumbotron.css +18 -0
  179. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/justify.css +136 -0
  180. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/list-group.css +218 -0
  181. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/margin.css +711 -0
  182. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/modal.css +182 -0
  183. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/nav.css +45 -0
  184. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/navbar.css +353 -0
  185. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/padding.css +611 -0
  186. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/page.css +55 -0
  187. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/pagination.css +44 -0
  188. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/popover.css +199 -0
  189. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/position.css +20 -0
  190. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/progress.css +46 -0
  191. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/rounded.css +31 -0
  192. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/shadow.css +19 -0
  193. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/table.css +96 -0
  194. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/text.css +113 -0
  195. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/tooltip.css +122 -0
  196. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/validated.css +239 -0
  197. package/css/themes/deprecated/custom/aquamarine/custom-aquamarine.min.css +3085 -0
  198. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Black.woff +0 -0
  199. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Black.woff2 +0 -0
  200. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-BlackItalic.woff +0 -0
  201. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-BlackItalic.woff2 +0 -0
  202. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Bold.woff +0 -0
  203. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Bold.woff2 +0 -0
  204. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-BoldItalic.woff +0 -0
  205. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-BoldItalic.woff2 +0 -0
  206. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraBold.woff +0 -0
  207. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraBold.woff2 +0 -0
  208. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraBoldItalic.woff +0 -0
  209. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraBoldItalic.woff2 +0 -0
  210. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraLight.woff +0 -0
  211. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraLight.woff2 +0 -0
  212. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraLightItalic.woff +0 -0
  213. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraLightItalic.woff2 +0 -0
  214. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Italic.woff +0 -0
  215. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Italic.woff2 +0 -0
  216. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Light.woff +0 -0
  217. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Light.woff2 +0 -0
  218. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-LightItalic.woff +0 -0
  219. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-LightItalic.woff2 +0 -0
  220. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Medium.woff +0 -0
  221. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Medium.woff2 +0 -0
  222. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-MediumItalic.woff +0 -0
  223. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-MediumItalic.woff2 +0 -0
  224. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Regular.woff +0 -0
  225. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Regular.woff2 +0 -0
  226. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-SemiBold.woff +0 -0
  227. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-SemiBold.woff2 +0 -0
  228. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-SemiBoldItalic.woff +0 -0
  229. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-SemiBoldItalic.woff2 +0 -0
  230. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Thin.woff +0 -0
  231. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Thin.woff2 +0 -0
  232. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-ThinItalic.woff +0 -0
  233. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-ThinItalic.woff2 +0 -0
  234. package/css/themes/deprecated/custom/aquamarine/font/fonts.css +162 -0
  235. package/css/themes/deprecated/custom/aquamarine/img/arrow-gray.svg +3 -0
  236. package/css/themes/deprecated/custom/aquamarine/img/arrow-white.svg +3 -0
  237. package/{deprecated/css/themes → css/themes/deprecated}/custom/cerulean/custom-cerulean.min.css +0 -0
  238. package/css/themes/deprecated/custom/cerulean/img/arrow-gray.svg +10 -0
  239. package/css/themes/deprecated/custom/cerulean/img/arrow-white.svg +10 -0
  240. package/{deprecated/css/themes → css/themes/deprecated}/custom/cosmo/custom-cosmo.min.css +0 -0
  241. package/{deprecated/css/themes → css/themes/deprecated}/custom/cyborg/custom-cyborg.min.css +0 -0
  242. package/{deprecated/css/themes → css/themes/deprecated}/custom/darkly/custom-darkly.min.css +0 -0
  243. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/_media-print.css +73 -0
  244. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/alert.css +37 -0
  245. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/animations.css +26 -0
  246. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/badge.css +48 -0
  247. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/basics.css +734 -0
  248. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/blockquote.css +54 -0
  249. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/breadcrumb.css +30 -0
  250. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/btn.css +391 -0
  251. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/carousel.css +252 -0
  252. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/close.css +27 -0
  253. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/col.css +787 -0
  254. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/collapse.css +30 -0
  255. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/container.css +31 -0
  256. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/dropdown.css +157 -0
  257. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/embed-responsive.css +29 -0
  258. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/fade.css +10 -0
  259. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/figure_img.css +39 -0
  260. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/form-control.css +310 -0
  261. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/glyphicon.css +1066 -0
  262. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/import_bootswatch.css +40 -0
  263. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/input-group.css +184 -0
  264. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/input.css +144 -0
  265. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/jumbotron.css +49 -0
  266. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/label.css +35 -0
  267. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/list-group.css +129 -0
  268. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/media.css +60 -0
  269. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/modal.css +142 -0
  270. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/nav.css +271 -0
  271. package/{deprecated/css/themes/custom/fuse → css/themes/deprecated/custom/dsgov}/_bootswatch-v3.3.7/navbar.css +0 -0
  272. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/pager.css +52 -0
  273. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/pagination.css +113 -0
  274. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/panel.css +295 -0
  275. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/popover.css +148 -0
  276. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/progress.css +65 -0
  277. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/table.css +268 -0
  278. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/text.css +31 -0
  279. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/thumbnail.css +29 -0
  280. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/tooltip.css +129 -0
  281. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/visible.css +269 -0
  282. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/well.css +25 -0
  283. package/css/themes/deprecated/custom/dsgov/custom-dsgov.min.css +3246 -0
  284. package/css/themes/deprecated/custom/dsgov/font/WorkSans-Black.woff +0 -0
  285. package/css/themes/deprecated/custom/dsgov/font/WorkSans-Black.woff2 +0 -0
  286. package/css/themes/deprecated/custom/dsgov/font/WorkSans-BlackItalic.woff +0 -0
  287. package/css/themes/deprecated/custom/dsgov/font/WorkSans-BlackItalic.woff2 +0 -0
  288. package/css/themes/deprecated/custom/dsgov/font/WorkSans-Bold.woff +0 -0
  289. package/css/themes/deprecated/custom/dsgov/font/WorkSans-Bold.woff2 +0 -0
  290. package/css/themes/deprecated/custom/dsgov/font/WorkSans-BoldItalic.woff +0 -0
  291. package/css/themes/deprecated/custom/dsgov/font/WorkSans-BoldItalic.woff2 +0 -0
  292. package/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraBold.woff +0 -0
  293. package/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraBold.woff2 +0 -0
  294. package/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraBoldItalic.woff +0 -0
  295. package/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraBoldItalic.woff2 +0 -0
  296. package/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraLight.woff +0 -0
  297. package/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraLight.woff2 +0 -0
  298. package/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraLightItalic.woff +0 -0
  299. package/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraLightItalic.woff2 +0 -0
  300. package/css/themes/deprecated/custom/dsgov/font/WorkSans-Italic.woff +0 -0
  301. package/css/themes/deprecated/custom/dsgov/font/WorkSans-Italic.woff2 +0 -0
  302. package/css/themes/deprecated/custom/dsgov/font/WorkSans-Light.woff +0 -0
  303. package/css/themes/deprecated/custom/dsgov/font/WorkSans-Light.woff2 +0 -0
  304. package/css/themes/deprecated/custom/dsgov/font/WorkSans-LightItalic.woff +0 -0
  305. package/css/themes/deprecated/custom/dsgov/font/WorkSans-LightItalic.woff2 +0 -0
  306. package/css/themes/deprecated/custom/dsgov/font/WorkSans-Medium.woff +0 -0
  307. package/css/themes/deprecated/custom/dsgov/font/WorkSans-Medium.woff2 +0 -0
  308. package/css/themes/deprecated/custom/dsgov/font/WorkSans-MediumItalic.woff +0 -0
  309. package/css/themes/deprecated/custom/dsgov/font/WorkSans-MediumItalic.woff2 +0 -0
  310. package/css/themes/deprecated/custom/dsgov/font/WorkSans-Regular.woff +0 -0
  311. package/css/themes/deprecated/custom/dsgov/font/WorkSans-Regular.woff2 +0 -0
  312. package/css/themes/deprecated/custom/dsgov/font/WorkSans-SemiBold.woff +0 -0
  313. package/css/themes/deprecated/custom/dsgov/font/WorkSans-SemiBold.woff2 +0 -0
  314. package/css/themes/deprecated/custom/dsgov/font/WorkSans-SemiBoldItalic.woff +0 -0
  315. package/css/themes/deprecated/custom/dsgov/font/WorkSans-SemiBoldItalic.woff2 +0 -0
  316. package/css/themes/deprecated/custom/dsgov/font/WorkSans-Thin.woff +0 -0
  317. package/css/themes/deprecated/custom/dsgov/font/WorkSans-Thin.woff2 +0 -0
  318. package/css/themes/deprecated/custom/dsgov/font/WorkSans-ThinItalic.woff +0 -0
  319. package/css/themes/deprecated/custom/dsgov/font/WorkSans-ThinItalic.woff2 +0 -0
  320. package/css/themes/deprecated/custom/dsgov/font/fonts.css +162 -0
  321. package/css/themes/deprecated/custom/dsgov/font2/fonts.css +144 -0
  322. package/css/themes/deprecated/custom/dsgov/font2/rawline-100.woff +0 -0
  323. package/css/themes/deprecated/custom/dsgov/font2/rawline-100i.woff +0 -0
  324. package/css/themes/deprecated/custom/dsgov/font2/rawline-200.woff +0 -0
  325. package/css/themes/deprecated/custom/dsgov/font2/rawline-200i.woff +0 -0
  326. package/css/themes/deprecated/custom/dsgov/font2/rawline-300.woff +0 -0
  327. package/css/themes/deprecated/custom/dsgov/font2/rawline-300i.woff +0 -0
  328. package/css/themes/deprecated/custom/dsgov/font2/rawline-400.woff +0 -0
  329. package/css/themes/deprecated/custom/dsgov/font2/rawline-400i.woff +0 -0
  330. package/css/themes/deprecated/custom/dsgov/font2/rawline-500.woff +0 -0
  331. package/css/themes/deprecated/custom/dsgov/font2/rawline-500i.woff +0 -0
  332. package/css/themes/deprecated/custom/dsgov/font2/rawline-600.woff +0 -0
  333. package/css/themes/deprecated/custom/dsgov/font2/rawline-600i.woff +0 -0
  334. package/css/themes/deprecated/custom/dsgov/font2/rawline-700.woff +0 -0
  335. package/css/themes/deprecated/custom/dsgov/font2/rawline-700i.woff +0 -0
  336. package/css/themes/deprecated/custom/dsgov/font2/rawline-800.woff +0 -0
  337. package/css/themes/deprecated/custom/dsgov/font2/rawline-800i.woff +0 -0
  338. package/css/themes/deprecated/custom/dsgov/font2/rawline-900.woff +0 -0
  339. package/css/themes/deprecated/custom/dsgov/font2/rawline-900i.woff +0 -0
  340. package/css/themes/deprecated/custom/dsgov/img/arrow-blue.svg +9 -0
  341. package/css/themes/deprecated/custom/dsgov/img/cover.jpg +0 -0
  342. package/{deprecated/css/themes → css/themes/deprecated}/custom/flatly/custom-flatly.min.css +0 -0
  343. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/_media-print.css +73 -0
  344. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/alert.css +37 -0
  345. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/animations.css +26 -0
  346. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/badge.css +48 -0
  347. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/basics.css +734 -0
  348. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/blockquote.css +54 -0
  349. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/breadcrumb.css +30 -0
  350. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/btn.css +391 -0
  351. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/carousel.css +252 -0
  352. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/close.css +27 -0
  353. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/col.css +787 -0
  354. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/collapse.css +30 -0
  355. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/container.css +31 -0
  356. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/dropdown.css +157 -0
  357. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/embed-responsive.css +29 -0
  358. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/fade.css +10 -0
  359. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/figure_img.css +39 -0
  360. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/form-control.css +310 -0
  361. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/glyphicon.css +1066 -0
  362. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/import_bootswatch.css +40 -0
  363. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/input-group.css +184 -0
  364. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/input.css +144 -0
  365. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/jumbotron.css +49 -0
  366. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/label.css +35 -0
  367. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/list-group.css +129 -0
  368. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/media.css +60 -0
  369. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/modal.css +142 -0
  370. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/nav.css +271 -0
  371. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/navbar.css +617 -0
  372. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/pager.css +52 -0
  373. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/pagination.css +113 -0
  374. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/panel.css +295 -0
  375. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/popover.css +148 -0
  376. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/progress.css +65 -0
  377. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/table.css +268 -0
  378. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/text.css +31 -0
  379. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/thumbnail.css +29 -0
  380. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/tooltip.css +129 -0
  381. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/visible.css +269 -0
  382. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/well.css +25 -0
  383. package/{deprecated/css/themes → css/themes/deprecated}/custom/fuse/components_css/alert.css +0 -0
  384. package/{deprecated/css/themes → css/themes/deprecated}/custom/fuse/components_css/badge.css +0 -0
  385. package/{deprecated/css/themes → css/themes/deprecated}/custom/fuse/components_css/blockquote.css +0 -0
  386. package/{deprecated/css/themes → css/themes/deprecated}/custom/fuse/components_css/breadcrumb.css +0 -0
  387. package/{deprecated/css/themes → css/themes/deprecated}/custom/fuse/components_css/btn.css +0 -0
  388. package/css/themes/deprecated/custom/fuse/components_css/carousel.css +252 -0
  389. package/{deprecated/css/themes → css/themes/deprecated}/custom/fuse/components_css/close.css +0 -0
  390. package/{deprecated/css/themes → css/themes/deprecated}/custom/fuse/components_css/embed-responsive.css +0 -0
  391. package/{deprecated/css/themes → css/themes/deprecated}/custom/fuse/components_css/form.css +0 -0
  392. package/{deprecated/css/themes → css/themes/deprecated}/custom/fuse/components_css/glyphicon.css +0 -0
  393. package/{deprecated/css/themes → css/themes/deprecated}/custom/fuse/components_css/hidden.css +0 -0
  394. package/{deprecated/css/themes → css/themes/deprecated}/custom/fuse/components_css/import_components_css.css +0 -0
  395. package/{deprecated/css/themes → css/themes/deprecated}/custom/fuse/components_css/list-group.css +0 -0
  396. package/css/themes/deprecated/custom/fuse/components_css/media.css +60 -0
  397. package/{deprecated/css/themes → css/themes/deprecated}/custom/fuse/components_css/modal.css +0 -0
  398. package/{deprecated/css/themes → css/themes/deprecated}/custom/fuse/components_css/navbar.css +0 -0
  399. package/{deprecated/css/themes → css/themes/deprecated}/custom/fuse/components_css/pager.css +0 -0
  400. package/{deprecated/css/themes → css/themes/deprecated}/custom/fuse/components_css/pagination.css +0 -0
  401. package/{deprecated/css/themes → css/themes/deprecated}/custom/fuse/components_css/panel.css +0 -0
  402. package/{deprecated/css/themes → css/themes/deprecated}/custom/fuse/components_css/popover.css +0 -0
  403. package/{deprecated/css/themes → css/themes/deprecated}/custom/fuse/components_css/progress.css +0 -0
  404. package/{deprecated/css/themes → css/themes/deprecated}/custom/fuse/components_css/table.css +0 -0
  405. package/{deprecated/css/themes → css/themes/deprecated}/custom/fuse/components_css/thumbnail.css +0 -0
  406. package/{deprecated/css/themes → css/themes/deprecated}/custom/fuse/components_css/tooltip.css +0 -0
  407. package/{deprecated/css/themes → css/themes/deprecated}/custom/fuse/components_css/type_bootstrap.css +0 -0
  408. package/{deprecated/css/themes → css/themes/deprecated}/custom/fuse/components_css/visible.css +0 -0
  409. package/{deprecated/css/themes → css/themes/deprecated}/custom/fuse/components_css/well.css +0 -0
  410. package/css/themes/deprecated/custom/fuse/custom-fuse.min.css +4179 -0
  411. package/{deprecated/css/themes → css/themes/deprecated}/custom/fuse/font/Inter-roman.var.woff2 +0 -0
  412. package/{deprecated/css/themes → css/themes/deprecated}/custom/fuse/font/font.css +0 -0
  413. package/css/themes/deprecated/custom/fuse/font/fonts.css +8 -0
  414. package/css/themes/deprecated/custom/fuse/img/arrow-gray.svg +9 -0
  415. package/css/themes/deprecated/custom/fuse/img/arrow-white.svg +9 -0
  416. package/{deprecated/css/themes → css/themes/deprecated}/custom/journal/custom-journal.min.css +0 -0
  417. package/{deprecated/css/themes → css/themes/deprecated}/custom/lumen/custom-lumen.min.css +0 -0
  418. package/css/themes/deprecated/custom/lumen/font/SourceSansPro-Black.woff +0 -0
  419. package/css/themes/deprecated/custom/lumen/font/SourceSansPro-Black.woff2 +0 -0
  420. package/css/themes/deprecated/custom/lumen/font/SourceSansPro-BlackIt.woff +0 -0
  421. package/css/themes/deprecated/custom/lumen/font/SourceSansPro-BlackIt.woff2 +0 -0
  422. package/css/themes/deprecated/custom/lumen/font/SourceSansPro-Bold.woff +0 -0
  423. package/css/themes/deprecated/custom/lumen/font/SourceSansPro-Bold.woff2 +0 -0
  424. package/css/themes/deprecated/custom/lumen/font/SourceSansPro-BoldIt.woff +0 -0
  425. package/css/themes/deprecated/custom/lumen/font/SourceSansPro-BoldIt.woff2 +0 -0
  426. package/css/themes/deprecated/custom/lumen/font/SourceSansPro-ExtraLight.woff +0 -0
  427. package/css/themes/deprecated/custom/lumen/font/SourceSansPro-ExtraLight.woff2 +0 -0
  428. package/css/themes/deprecated/custom/lumen/font/SourceSansPro-ExtraLightIt.woff +0 -0
  429. package/css/themes/deprecated/custom/lumen/font/SourceSansPro-ExtraLightIt.woff2 +0 -0
  430. package/css/themes/deprecated/custom/lumen/font/SourceSansPro-It.woff +0 -0
  431. package/css/themes/deprecated/custom/lumen/font/SourceSansPro-It.woff2 +0 -0
  432. package/css/themes/deprecated/custom/lumen/font/SourceSansPro-Light.woff +0 -0
  433. package/css/themes/deprecated/custom/lumen/font/SourceSansPro-Light.woff2 +0 -0
  434. package/css/themes/deprecated/custom/lumen/font/SourceSansPro-LightIt.woff +0 -0
  435. package/css/themes/deprecated/custom/lumen/font/SourceSansPro-LightIt.woff2 +0 -0
  436. package/css/themes/deprecated/custom/lumen/font/SourceSansPro-Regular.woff +0 -0
  437. package/css/themes/deprecated/custom/lumen/font/SourceSansPro-Regular.woff2 +0 -0
  438. package/css/themes/deprecated/custom/lumen/font/SourceSansPro-Semibold.woff +0 -0
  439. package/css/themes/deprecated/custom/lumen/font/SourceSansPro-Semibold.woff2 +0 -0
  440. package/css/themes/deprecated/custom/lumen/font/SourceSansPro-SemiboldIt.woff +0 -0
  441. package/css/themes/deprecated/custom/lumen/font/SourceSansPro-SemiboldIt.woff2 +0 -0
  442. package/css/themes/deprecated/custom/lumen/font/fonts.css +108 -0
  443. package/css/themes/deprecated/custom/lumen/img/arrow-gray.svg +11 -0
  444. package/css/themes/deprecated/custom/lumen/img/arrow-white.svg +11 -0
  445. package/{deprecated/css/themes → css/themes/deprecated}/custom/material/components_css/crn-button.css +0 -0
  446. package/{deprecated/css/themes → css/themes/deprecated}/custom/material/components_css/crn-carousel.css +0 -0
  447. package/{deprecated/css/themes → css/themes/deprecated}/custom/material/components_css/crn-cron-calendar.css +0 -0
  448. package/{deprecated/css/themes → css/themes/deprecated}/custom/material/components_css/crn-cron-grid.css +0 -0
  449. package/{deprecated/css/themes → css/themes/deprecated}/custom/material/components_css/crn-enterprise.css +0 -0
  450. package/{deprecated/css/themes → css/themes/deprecated}/custom/material/components_css/crn-navbar.css +0 -0
  451. package/{deprecated/css/themes → css/themes/deprecated}/custom/material/components_css/crn-scheduler.css +0 -0
  452. package/{deprecated/css/themes → css/themes/deprecated}/custom/material/components_css/login.css +0 -0
  453. package/{deprecated/css/themes → css/themes/deprecated}/custom/material/components_css/ui-notification.css +0 -0
  454. package/{deprecated/css/themes → css/themes/deprecated}/custom/material/custom-material.css +0 -0
  455. package/css/themes/deprecated/custom/material/font/Roboto-Black.woff +0 -0
  456. package/css/themes/deprecated/custom/material/font/Roboto-Black.woff2 +0 -0
  457. package/css/themes/deprecated/custom/material/font/Roboto-BlackItalic.woff +0 -0
  458. package/css/themes/deprecated/custom/material/font/Roboto-BlackItalic.woff2 +0 -0
  459. package/css/themes/deprecated/custom/material/font/Roboto-Bold.woff +0 -0
  460. package/css/themes/deprecated/custom/material/font/Roboto-Bold.woff2 +0 -0
  461. package/css/themes/deprecated/custom/material/font/Roboto-BoldItalic.woff +0 -0
  462. package/css/themes/deprecated/custom/material/font/Roboto-BoldItalic.woff2 +0 -0
  463. package/css/themes/deprecated/custom/material/font/Roboto-Italic.woff +0 -0
  464. package/css/themes/deprecated/custom/material/font/Roboto-Italic.woff2 +0 -0
  465. package/css/themes/deprecated/custom/material/font/Roboto-Light.woff +0 -0
  466. package/css/themes/deprecated/custom/material/font/Roboto-Light.woff2 +0 -0
  467. package/css/themes/deprecated/custom/material/font/Roboto-LightItalic.woff +0 -0
  468. package/css/themes/deprecated/custom/material/font/Roboto-LightItalic.woff2 +0 -0
  469. package/css/themes/deprecated/custom/material/font/Roboto-Medium.woff +0 -0
  470. package/css/themes/deprecated/custom/material/font/Roboto-Medium.woff2 +0 -0
  471. package/css/themes/deprecated/custom/material/font/Roboto-MediumItalic.woff +0 -0
  472. package/css/themes/deprecated/custom/material/font/Roboto-MediumItalic.woff2 +0 -0
  473. package/css/themes/deprecated/custom/material/font/Roboto-Regular.woff +0 -0
  474. package/css/themes/deprecated/custom/material/font/Roboto-Regular.woff2 +0 -0
  475. package/css/themes/deprecated/custom/material/font/Roboto-Thin.woff +0 -0
  476. package/css/themes/deprecated/custom/material/font/Roboto-Thin.woff2 +0 -0
  477. package/css/themes/deprecated/custom/material/font/Roboto-ThinItalic.woff +0 -0
  478. package/css/themes/deprecated/custom/material/font/Roboto-ThinItalic.woff2 +0 -0
  479. package/css/themes/deprecated/custom/material/font/fonts.css +108 -0
  480. package/css/themes/deprecated/custom/material/img/arrow-gray.svg +11 -0
  481. package/css/themes/deprecated/custom/material/img/arrow-white.svg +11 -0
  482. package/css/themes/deprecated/custom/material_raiz/components_css/crn-button.css +174 -0
  483. package/css/themes/deprecated/custom/material_raiz/components_css/crn-carousel.css +11 -0
  484. package/css/themes/deprecated/custom/material_raiz/components_css/crn-cron-calendar.css +176 -0
  485. package/css/themes/deprecated/custom/material_raiz/components_css/crn-cron-grid.css +241 -0
  486. package/css/themes/deprecated/custom/material_raiz/components_css/crn-enterprise.css +58 -0
  487. package/css/themes/deprecated/custom/material_raiz/components_css/crn-navbar.css +185 -0
  488. package/css/themes/deprecated/custom/material_raiz/components_css/crn-scheduler.css +98 -0
  489. package/css/themes/deprecated/custom/material_raiz/components_css/login.css +38 -0
  490. package/css/themes/deprecated/custom/material_raiz/components_css/ui-notification.css +27 -0
  491. package/css/themes/deprecated/custom/material_raiz/custom-material_raiz.css +363 -0
  492. package/{deprecated/css/themes → css/themes/deprecated}/custom/navigator/custom-navigator.css +0 -0
  493. package/{deprecated/css/themes → css/themes/deprecated}/custom/paper/custom-paper.min.css +0 -0
  494. package/{deprecated/css/themes → css/themes/deprecated}/custom/readable/custom-readable.min.css +0 -0
  495. package/{deprecated/css/themes → css/themes/deprecated}/custom/sandstone/custom-sandstone.min.css +0 -0
  496. package/{deprecated/css/themes → css/themes/deprecated}/custom/simplex/custom-simplex.min.css +0 -0
  497. package/{deprecated/css/themes → css/themes/deprecated}/custom/slate/custom-slate.min.css +0 -0
  498. package/{deprecated/css/themes → css/themes/deprecated}/custom/spacelab/custom-spacelab.min.css +0 -0
  499. package/{deprecated/css/themes → css/themes/deprecated}/custom/superhero/custom-superhero.min.css +0 -0
  500. package/{deprecated/css/themes → css/themes/deprecated}/custom/united/custom-united.min.css +0 -0
  501. package/{deprecated/css/themes → css/themes/deprecated}/custom/yeti/custom-yeti.min.css +0 -0
  502. package/css/themes/deprecated/cyborg.min.css +7 -0
  503. package/css/themes/deprecated/darkly.min.css +7 -0
  504. package/css/themes/deprecated/dsgov.min.css +6 -0
  505. package/css/themes/deprecated/flatly.min.css +7 -0
  506. package/css/themes/deprecated/fuse.min.css +7 -0
  507. package/css/themes/deprecated/journal.min.css +7 -0
  508. package/css/themes/deprecated/lumen.min.css +7 -0
  509. package/css/themes/deprecated/material.min.css +4 -0
  510. package/css/themes/deprecated/material_raiz.min.css +3 -0
  511. package/css/themes/deprecated/paper.min.css +7 -0
  512. package/css/themes/deprecated/readable.min.css +7 -0
  513. package/css/themes/deprecated/sandstone.min.css +7 -0
  514. package/css/themes/deprecated/simplex.min.css +7 -0
  515. package/css/themes/deprecated/slate.min.css +7 -0
  516. package/css/themes/deprecated/spacelab.min.css +7 -0
  517. package/css/themes/deprecated/superhero.min.css +7 -0
  518. package/css/themes/deprecated/united.min.css +7 -0
  519. package/css/themes/deprecated/yeti.min.css +7 -0
  520. package/{deprecated/dist/components/css → dist/components/css/deprecated}/checkbox-color.css +0 -0
  521. package/{deprecated/dist/components/css → dist/components/css/deprecated}/color-default.css +0 -0
  522. package/{deprecated/dist/components/css → dist/components/css/deprecated}/combobox-color.css +0 -0
  523. package/{deprecated/dist/components/css → dist/components/css/deprecated}/multiselect-editor.css +0 -0
  524. package/{deprecated/dist/components/css → dist/components/css/deprecated}/option-color.css +0 -0
  525. package/dist/components/templates/cron-calendar.designtime.html +1 -1
  526. package/dist/css/animate.css +1 -1
  527. package/dist/css/app.css +1 -1
  528. package/dist/css/themes/custom/aquamarine/button-aquamarine.css +1 -1
  529. package/dist/css/themes/custom/aquamarine/custom-aquamarine.css +1 -1
  530. package/dist/css/themes/custom/cerulean/button-cerulean.css +1 -1
  531. package/dist/css/themes/custom/cerulean/custom-cerulean.css +1 -1
  532. package/dist/css/themes/custom/dsgov/custom-dsgov.css +1 -1
  533. package/dist/css/themes/custom/fuse/custom-fuse.css +1 -1
  534. package/dist/css/themes/custom/material/custom-material.css +1 -1
  535. package/dist/css/themes/custom/theme-general/button.css +1 -1
  536. package/dist/css/themes/custom/theme-general/scheduler.css +1 -1
  537. package/dist/css/themes/deprecated/aquamarine.min.css +1 -0
  538. package/dist/css/themes/deprecated/cerulean.min.css +1 -0
  539. package/dist/css/themes/deprecated/cosmo.min.css +1 -0
  540. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/_media-print.css +1 -0
  541. package/{deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7 → dist/css/themes/deprecated/custom/_bootswatch-v3.3.3}/alert.css +0 -0
  542. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/badge.css +1 -0
  543. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/basics.css +11 -0
  544. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/blockquote.css +1 -0
  545. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/breadcrumb.css +1 -0
  546. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/btn-group.css +1 -0
  547. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/btn-toolbar.css +1 -0
  548. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/btn.css +1 -0
  549. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/caret.css +1 -0
  550. package/{deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7 → dist/css/themes/deprecated/custom/_bootswatch-v3.3.3}/carousel.css +0 -0
  551. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/close.css +1 -0
  552. package/{deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7 → dist/css/themes/deprecated/custom/_bootswatch-v3.3.3}/col.css +0 -0
  553. package/{deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7 → dist/css/themes/deprecated/custom/_bootswatch-v3.3.3}/collapse.css +0 -0
  554. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/container.css +1 -0
  555. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/dropdown.css +1 -0
  556. 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
  557. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/form.css +1 -0
  558. package/{deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7 → dist/css/themes/deprecated/custom/_bootswatch-v3.3.3}/glyphicon.css +0 -0
  559. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/has.css +1 -0
  560. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/import_bootswatch.css +1 -0
  561. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/input-group.css +1 -0
  562. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/input.css +1 -0
  563. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/jumbotron.css +1 -0
  564. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/kbd.css +1 -0
  565. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/label.css +1 -0
  566. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/list-group.css +1 -0
  567. package/{deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7 → dist/css/themes/deprecated/custom/_bootswatch-v3.3.3}/media.css +0 -0
  568. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/modal.css +1 -0
  569. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/nav-justified.css +1 -0
  570. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/nav-pills.css +1 -0
  571. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/nav-stacked.css +1 -0
  572. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/nav-tabs.css +1 -0
  573. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/nav.css +1 -0
  574. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/navbar.css +1 -0
  575. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/pager.css +1 -0
  576. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/pagination.css +1 -0
  577. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/panel.css +1 -0
  578. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/popover.css +1 -0
  579. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/pre.css +1 -0
  580. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/progress.css +1 -0
  581. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/table.css +1 -0
  582. package/{deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7 → dist/css/themes/deprecated/custom/_bootswatch-v3.3.3}/text.css +0 -0
  583. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/thumbnail.css +1 -0
  584. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/tooltip.css +1 -0
  585. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/visible.css +1 -0
  586. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/well.css +1 -0
  587. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/_media-print.css +1 -0
  588. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/alert.css +1 -0
  589. package/{deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7 → dist/css/themes/deprecated/custom/_bootswatch-v3.3.6}/animations.css +0 -0
  590. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/badge.css +1 -0
  591. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/basics.css +11 -0
  592. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/blockquote.css +1 -0
  593. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/breadcrumb.css +1 -0
  594. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/btn.css +1 -0
  595. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/carousel.css +1 -0
  596. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/close.css +1 -0
  597. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/col.css +1 -0
  598. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/collapse.css +1 -0
  599. package/{deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7 → dist/css/themes/deprecated/custom/_bootswatch-v3.3.6}/container.css +0 -0
  600. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/dropdown.css +1 -0
  601. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/embed-responsive.css +1 -0
  602. package/{deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7 → dist/css/themes/deprecated/custom/_bootswatch-v3.3.6}/fade.css +0 -0
  603. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/form_input.css +1 -0
  604. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/glyphicon.css +1 -0
  605. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/img_figure.css +1 -0
  606. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/import_bootswatch.css +1 -0
  607. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/input-group.css +1 -0
  608. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/jumbotron.css +1 -0
  609. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/label.css +1 -0
  610. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/list-group.css +1 -0
  611. package/{deprecated/dist/css/themes/custom/fuse/components_css → dist/css/themes/deprecated/custom/_bootswatch-v3.3.6}/media.css +0 -0
  612. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/modal.css +1 -0
  613. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/nav.css +1 -0
  614. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/navbar.css +1 -0
  615. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/pager.css +1 -0
  616. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/pagination.css +1 -0
  617. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/panel.css +1 -0
  618. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/popover.css +1 -0
  619. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/progress.css +1 -0
  620. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/table.css +1 -0
  621. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/text.css +1 -0
  622. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/thumbnail.css +1 -0
  623. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/tooltip.css +1 -0
  624. package/{deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7 → dist/css/themes/deprecated/custom/_bootswatch-v3.3.6}/visible.css +0 -0
  625. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/well.css +1 -0
  626. package/{deprecated/dist/css/themes/custom/fuse → dist/css/themes/deprecated/custom}/_bootswatch-v3.3.7/_media-print.css +0 -0
  627. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/alert.css +1 -0
  628. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/animations.css +1 -0
  629. package/{deprecated/dist/css/themes/custom/fuse → dist/css/themes/deprecated/custom}/_bootswatch-v3.3.7/badge.css +0 -0
  630. package/{deprecated/dist/css/themes/custom/fuse → dist/css/themes/deprecated/custom}/_bootswatch-v3.3.7/basics.css +0 -0
  631. package/{deprecated/dist/css/themes/custom/fuse → dist/css/themes/deprecated/custom}/_bootswatch-v3.3.7/blockquote.css +0 -0
  632. package/{deprecated/dist/css/themes/custom/fuse → dist/css/themes/deprecated/custom}/_bootswatch-v3.3.7/breadcrumb.css +0 -0
  633. package/{deprecated/dist/css/themes/custom/fuse → dist/css/themes/deprecated/custom}/_bootswatch-v3.3.7/btn.css +0 -0
  634. package/{deprecated/dist/css/themes/custom/fuse/components_css → dist/css/themes/deprecated/custom/_bootswatch-v3.3.7}/carousel.css +0 -0
  635. package/{deprecated/dist/css/themes/custom/fuse → dist/css/themes/deprecated/custom}/_bootswatch-v3.3.7/close.css +0 -0
  636. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/col.css +1 -0
  637. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/collapse.css +1 -0
  638. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/container.css +1 -0
  639. package/{deprecated/dist/css/themes/custom/fuse → dist/css/themes/deprecated/custom}/_bootswatch-v3.3.7/dropdown.css +0 -0
  640. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/embed-responsive.css +1 -0
  641. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/fade.css +1 -0
  642. package/{deprecated/dist/css/themes/custom/fuse → dist/css/themes/deprecated/custom}/_bootswatch-v3.3.7/figure_img.css +0 -0
  643. package/{deprecated/dist/css/themes/custom/fuse → dist/css/themes/deprecated/custom}/_bootswatch-v3.3.7/form-control.css +0 -0
  644. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/glyphicon.css +1 -0
  645. package/{deprecated/dist/css/themes/custom/fuse → dist/css/themes/deprecated/custom}/_bootswatch-v3.3.7/import_bootswatch.css +0 -0
  646. package/{deprecated/dist/css/themes/custom/fuse → dist/css/themes/deprecated/custom}/_bootswatch-v3.3.7/input-group.css +0 -0
  647. package/{deprecated/dist/css/themes/custom/fuse → dist/css/themes/deprecated/custom}/_bootswatch-v3.3.7/input.css +0 -0
  648. package/{deprecated/dist/css/themes/custom/fuse → dist/css/themes/deprecated/custom}/_bootswatch-v3.3.7/jumbotron.css +0 -0
  649. package/{deprecated/dist/css/themes/custom/fuse → dist/css/themes/deprecated/custom}/_bootswatch-v3.3.7/label.css +0 -0
  650. package/{deprecated/dist/css/themes/custom/fuse → dist/css/themes/deprecated/custom}/_bootswatch-v3.3.7/list-group.css +0 -0
  651. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/media.css +1 -0
  652. package/{deprecated/dist/css/themes/custom/fuse → dist/css/themes/deprecated/custom}/_bootswatch-v3.3.7/modal.css +0 -0
  653. package/{deprecated/dist/css/themes/custom/fuse → dist/css/themes/deprecated/custom}/_bootswatch-v3.3.7/nav.css +0 -0
  654. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/navbar.css +1 -0
  655. package/{deprecated/dist/css/themes/custom/fuse → dist/css/themes/deprecated/custom}/_bootswatch-v3.3.7/pager.css +0 -0
  656. package/{deprecated/dist/css/themes/custom/fuse → dist/css/themes/deprecated/custom}/_bootswatch-v3.3.7/pagination.css +0 -0
  657. package/{deprecated/dist/css/themes/custom/fuse → dist/css/themes/deprecated/custom}/_bootswatch-v3.3.7/panel.css +0 -0
  658. package/{deprecated/dist/css/themes/custom/fuse → dist/css/themes/deprecated/custom}/_bootswatch-v3.3.7/popover.css +0 -0
  659. package/{deprecated/dist/css/themes/custom/fuse → dist/css/themes/deprecated/custom}/_bootswatch-v3.3.7/progress.css +0 -0
  660. package/{deprecated/dist/css/themes/custom/fuse → dist/css/themes/deprecated/custom}/_bootswatch-v3.3.7/table.css +0 -0
  661. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/text.css +1 -0
  662. package/{deprecated/dist/css/themes/custom/fuse → dist/css/themes/deprecated/custom}/_bootswatch-v3.3.7/thumbnail.css +0 -0
  663. package/{deprecated/dist/css/themes/custom/fuse → dist/css/themes/deprecated/custom}/_bootswatch-v3.3.7/tooltip.css +0 -0
  664. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/visible.css +1 -0
  665. package/{deprecated/dist/css/themes/custom/fuse → dist/css/themes/deprecated/custom}/_bootswatch-v3.3.7/well.css +0 -0
  666. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/_media-print.css +1 -0
  667. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/accordion.css +1 -0
  668. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/alert.css +1 -0
  669. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/align.css +1 -0
  670. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/badge.css +1 -0
  671. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/basics.css +12 -0
  672. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/blockquote.css +1 -0
  673. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/border.css +1 -0
  674. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/breadcrumb.css +1 -0
  675. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/btn.css +1 -0
  676. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/card.css +1 -0
  677. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/carousel.css +1 -0
  678. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/close.css +1 -0
  679. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/col.css +1 -0
  680. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/container.css +1 -0
  681. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/custom.css +1 -0
  682. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/display.css +1 -0
  683. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/dropdown.css +1 -0
  684. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/embed-responsive.css +1 -0
  685. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/flex.css +1 -0
  686. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/float.css +1 -0
  687. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/form.css +1 -0
  688. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/img_figure.css +1 -0
  689. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/import_bootswatch.css +1 -0
  690. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/input-group.css +1 -0
  691. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/jumbotron.css +1 -0
  692. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/justify.css +1 -0
  693. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/list-group.css +1 -0
  694. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/margin.css +1 -0
  695. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/modal.css +1 -0
  696. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/nav.css +1 -0
  697. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/navbar.css +1 -0
  698. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/padding.css +1 -0
  699. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/page.css +1 -0
  700. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/pagination.css +1 -0
  701. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/popover.css +1 -0
  702. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/position.css +1 -0
  703. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/progress.css +1 -0
  704. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/rounded.css +1 -0
  705. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/shadow.css +1 -0
  706. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/table.css +1 -0
  707. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/text.css +1 -0
  708. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/tooltip.css +1 -0
  709. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/validated.css +1 -0
  710. package/dist/css/themes/deprecated/custom/aquamarine/custom-aquamarine.min.css +1 -0
  711. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Black.woff +0 -0
  712. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Black.woff2 +0 -0
  713. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-BlackItalic.woff +0 -0
  714. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-BlackItalic.woff2 +0 -0
  715. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Bold.woff +0 -0
  716. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Bold.woff2 +0 -0
  717. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-BoldItalic.woff +0 -0
  718. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-BoldItalic.woff2 +0 -0
  719. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraBold.woff +0 -0
  720. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraBold.woff2 +0 -0
  721. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraBoldItalic.woff +0 -0
  722. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraBoldItalic.woff2 +0 -0
  723. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraLight.woff +0 -0
  724. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraLight.woff2 +0 -0
  725. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraLightItalic.woff +0 -0
  726. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraLightItalic.woff2 +0 -0
  727. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Italic.woff +0 -0
  728. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Italic.woff2 +0 -0
  729. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Light.woff +0 -0
  730. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Light.woff2 +0 -0
  731. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-LightItalic.woff +0 -0
  732. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-LightItalic.woff2 +0 -0
  733. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Medium.woff +0 -0
  734. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Medium.woff2 +0 -0
  735. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-MediumItalic.woff +0 -0
  736. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-MediumItalic.woff2 +0 -0
  737. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Regular.woff +0 -0
  738. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Regular.woff2 +0 -0
  739. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-SemiBold.woff +0 -0
  740. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-SemiBold.woff2 +0 -0
  741. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-SemiBoldItalic.woff +0 -0
  742. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-SemiBoldItalic.woff2 +0 -0
  743. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Thin.woff +0 -0
  744. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Thin.woff2 +0 -0
  745. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-ThinItalic.woff +0 -0
  746. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-ThinItalic.woff2 +0 -0
  747. package/dist/css/themes/deprecated/custom/aquamarine/font/fonts.css +1 -0
  748. package/dist/css/themes/deprecated/custom/aquamarine/img/arrow-gray.svg +1 -0
  749. package/dist/css/themes/deprecated/custom/aquamarine/img/arrow-white.svg +1 -0
  750. package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/cerulean/custom-cerulean.min.css +0 -0
  751. package/dist/css/themes/deprecated/custom/cerulean/img/arrow-gray.svg +1 -0
  752. package/dist/css/themes/deprecated/custom/cerulean/img/arrow-white.svg +1 -0
  753. package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/cosmo/custom-cosmo.min.css +0 -0
  754. package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/cyborg/custom-cyborg.min.css +0 -0
  755. package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/darkly/custom-darkly.min.css +0 -0
  756. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/_media-print.css +1 -0
  757. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/alert.css +1 -0
  758. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/animations.css +1 -0
  759. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/badge.css +1 -0
  760. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/basics.css +11 -0
  761. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/blockquote.css +1 -0
  762. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/breadcrumb.css +1 -0
  763. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/btn.css +1 -0
  764. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/carousel.css +1 -0
  765. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/close.css +1 -0
  766. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/col.css +1 -0
  767. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/collapse.css +1 -0
  768. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/container.css +1 -0
  769. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/dropdown.css +1 -0
  770. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/embed-responsive.css +1 -0
  771. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/fade.css +1 -0
  772. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/figure_img.css +1 -0
  773. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/form-control.css +1 -0
  774. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/glyphicon.css +1 -0
  775. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/import_bootswatch.css +1 -0
  776. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/input-group.css +1 -0
  777. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/input.css +1 -0
  778. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/jumbotron.css +1 -0
  779. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/label.css +1 -0
  780. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/list-group.css +1 -0
  781. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/media.css +1 -0
  782. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/modal.css +1 -0
  783. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/nav.css +1 -0
  784. package/{deprecated/dist/css/themes/custom/fuse → dist/css/themes/deprecated/custom/dsgov}/_bootswatch-v3.3.7/navbar.css +0 -0
  785. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/pager.css +1 -0
  786. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/pagination.css +1 -0
  787. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/panel.css +1 -0
  788. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/popover.css +1 -0
  789. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/progress.css +1 -0
  790. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/table.css +1 -0
  791. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/text.css +1 -0
  792. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/thumbnail.css +1 -0
  793. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/tooltip.css +1 -0
  794. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/visible.css +1 -0
  795. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/well.css +1 -0
  796. package/dist/css/themes/deprecated/custom/dsgov/custom-dsgov.min.css +1 -0
  797. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Black.woff +0 -0
  798. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Black.woff2 +0 -0
  799. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-BlackItalic.woff +0 -0
  800. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-BlackItalic.woff2 +0 -0
  801. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Bold.woff +0 -0
  802. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Bold.woff2 +0 -0
  803. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-BoldItalic.woff +0 -0
  804. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-BoldItalic.woff2 +0 -0
  805. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraBold.woff +0 -0
  806. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraBold.woff2 +0 -0
  807. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraBoldItalic.woff +0 -0
  808. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraBoldItalic.woff2 +0 -0
  809. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraLight.woff +0 -0
  810. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraLight.woff2 +0 -0
  811. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraLightItalic.woff +0 -0
  812. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraLightItalic.woff2 +0 -0
  813. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Italic.woff +0 -0
  814. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Italic.woff2 +0 -0
  815. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Light.woff +0 -0
  816. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Light.woff2 +0 -0
  817. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-LightItalic.woff +0 -0
  818. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-LightItalic.woff2 +0 -0
  819. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Medium.woff +0 -0
  820. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Medium.woff2 +0 -0
  821. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-MediumItalic.woff +0 -0
  822. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-MediumItalic.woff2 +0 -0
  823. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Regular.woff +0 -0
  824. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Regular.woff2 +0 -0
  825. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-SemiBold.woff +0 -0
  826. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-SemiBold.woff2 +0 -0
  827. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-SemiBoldItalic.woff +0 -0
  828. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-SemiBoldItalic.woff2 +0 -0
  829. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Thin.woff +0 -0
  830. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Thin.woff2 +0 -0
  831. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-ThinItalic.woff +0 -0
  832. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-ThinItalic.woff2 +0 -0
  833. package/dist/css/themes/deprecated/custom/dsgov/font/fonts.css +1 -0
  834. package/dist/css/themes/deprecated/custom/dsgov/font2/fonts.css +1 -0
  835. package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-100.woff +0 -0
  836. package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-100i.woff +0 -0
  837. package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-200.woff +0 -0
  838. package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-200i.woff +0 -0
  839. package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-300.woff +0 -0
  840. package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-300i.woff +0 -0
  841. package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-400.woff +0 -0
  842. package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-400i.woff +0 -0
  843. package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-500.woff +0 -0
  844. package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-500i.woff +0 -0
  845. package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-600.woff +0 -0
  846. package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-600i.woff +0 -0
  847. package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-700.woff +0 -0
  848. package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-700i.woff +0 -0
  849. package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-800.woff +0 -0
  850. package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-800i.woff +0 -0
  851. package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-900.woff +0 -0
  852. package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-900i.woff +0 -0
  853. package/dist/css/themes/deprecated/custom/dsgov/img/arrow-blue.svg +1 -0
  854. package/dist/css/themes/deprecated/custom/dsgov/img/cover.jpg +0 -0
  855. package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/flatly/custom-flatly.min.css +0 -0
  856. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/_media-print.css +1 -0
  857. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/alert.css +1 -0
  858. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/animations.css +1 -0
  859. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/badge.css +1 -0
  860. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/basics.css +11 -0
  861. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/blockquote.css +1 -0
  862. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/breadcrumb.css +1 -0
  863. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/btn.css +1 -0
  864. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/carousel.css +1 -0
  865. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/close.css +1 -0
  866. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/col.css +1 -0
  867. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/collapse.css +1 -0
  868. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/container.css +1 -0
  869. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/dropdown.css +1 -0
  870. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/embed-responsive.css +1 -0
  871. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/fade.css +1 -0
  872. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/figure_img.css +1 -0
  873. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/form-control.css +1 -0
  874. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/glyphicon.css +1 -0
  875. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/import_bootswatch.css +1 -0
  876. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/input-group.css +1 -0
  877. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/input.css +1 -0
  878. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/jumbotron.css +1 -0
  879. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/label.css +1 -0
  880. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/list-group.css +1 -0
  881. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/media.css +1 -0
  882. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/modal.css +1 -0
  883. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/nav.css +1 -0
  884. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/navbar.css +1 -0
  885. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/pager.css +1 -0
  886. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/pagination.css +1 -0
  887. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/panel.css +1 -0
  888. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/popover.css +1 -0
  889. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/progress.css +1 -0
  890. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/table.css +1 -0
  891. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/text.css +1 -0
  892. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/thumbnail.css +1 -0
  893. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/tooltip.css +1 -0
  894. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/visible.css +1 -0
  895. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/well.css +1 -0
  896. package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/fuse/components_css/alert.css +0 -0
  897. package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/fuse/components_css/badge.css +0 -0
  898. package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/fuse/components_css/blockquote.css +0 -0
  899. package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/fuse/components_css/breadcrumb.css +0 -0
  900. package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/fuse/components_css/btn.css +0 -0
  901. package/dist/css/themes/deprecated/custom/fuse/components_css/carousel.css +1 -0
  902. package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/fuse/components_css/close.css +0 -0
  903. package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/fuse/components_css/embed-responsive.css +0 -0
  904. package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/fuse/components_css/form.css +0 -0
  905. package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/fuse/components_css/glyphicon.css +0 -0
  906. package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/fuse/components_css/hidden.css +0 -0
  907. package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/fuse/components_css/import_components_css.css +0 -0
  908. package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/fuse/components_css/list-group.css +0 -0
  909. package/dist/css/themes/deprecated/custom/fuse/components_css/media.css +1 -0
  910. package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/fuse/components_css/modal.css +0 -0
  911. package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/fuse/components_css/navbar.css +0 -0
  912. package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/fuse/components_css/pager.css +0 -0
  913. package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/fuse/components_css/pagination.css +0 -0
  914. package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/fuse/components_css/panel.css +0 -0
  915. package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/fuse/components_css/popover.css +0 -0
  916. package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/fuse/components_css/progress.css +0 -0
  917. package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/fuse/components_css/table.css +0 -0
  918. package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/fuse/components_css/thumbnail.css +0 -0
  919. package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/fuse/components_css/tooltip.css +0 -0
  920. package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/fuse/components_css/type_bootstrap.css +0 -0
  921. package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/fuse/components_css/visible.css +0 -0
  922. package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/fuse/components_css/well.css +0 -0
  923. package/dist/css/themes/deprecated/custom/fuse/custom-fuse.min.css +1 -0
  924. package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/fuse/font/Inter-roman.var.woff2 +0 -0
  925. package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/fuse/font/font.css +0 -0
  926. package/dist/css/themes/deprecated/custom/fuse/font/fonts.css +1 -0
  927. package/dist/css/themes/deprecated/custom/fuse/img/arrow-gray.svg +1 -0
  928. package/dist/css/themes/deprecated/custom/fuse/img/arrow-white.svg +1 -0
  929. package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/journal/custom-journal.min.css +0 -0
  930. package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/lumen/custom-lumen.min.css +0 -0
  931. package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-Black.woff +0 -0
  932. package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-Black.woff2 +0 -0
  933. package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-BlackIt.woff +0 -0
  934. package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-BlackIt.woff2 +0 -0
  935. package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-Bold.woff +0 -0
  936. package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-Bold.woff2 +0 -0
  937. package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-BoldIt.woff +0 -0
  938. package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-BoldIt.woff2 +0 -0
  939. package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-ExtraLight.woff +0 -0
  940. package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-ExtraLight.woff2 +0 -0
  941. package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-ExtraLightIt.woff +0 -0
  942. package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-ExtraLightIt.woff2 +0 -0
  943. package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-It.woff +0 -0
  944. package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-It.woff2 +0 -0
  945. package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-Light.woff +0 -0
  946. package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-Light.woff2 +0 -0
  947. package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-LightIt.woff +0 -0
  948. package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-LightIt.woff2 +0 -0
  949. package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-Regular.woff +0 -0
  950. package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-Regular.woff2 +0 -0
  951. package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-Semibold.woff +0 -0
  952. package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-Semibold.woff2 +0 -0
  953. package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-SemiboldIt.woff +0 -0
  954. package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-SemiboldIt.woff2 +0 -0
  955. package/dist/css/themes/deprecated/custom/lumen/font/fonts.css +1 -0
  956. package/dist/css/themes/deprecated/custom/lumen/img/arrow-gray.svg +1 -0
  957. package/dist/css/themes/deprecated/custom/lumen/img/arrow-white.svg +1 -0
  958. package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/material/components_css/crn-button.css +0 -0
  959. package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/material/components_css/crn-carousel.css +0 -0
  960. package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/material/components_css/crn-cron-calendar.css +0 -0
  961. package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/material/components_css/crn-cron-grid.css +0 -0
  962. package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/material/components_css/crn-enterprise.css +0 -0
  963. package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/material/components_css/crn-navbar.css +0 -0
  964. package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/material/components_css/crn-scheduler.css +0 -0
  965. package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/material/components_css/login.css +0 -0
  966. package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/material/components_css/ui-notification.css +0 -0
  967. package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/material/custom-material.css +0 -0
  968. package/dist/css/themes/deprecated/custom/material/font/Roboto-Black.woff +0 -0
  969. package/dist/css/themes/deprecated/custom/material/font/Roboto-Black.woff2 +0 -0
  970. package/dist/css/themes/deprecated/custom/material/font/Roboto-BlackItalic.woff +0 -0
  971. package/dist/css/themes/deprecated/custom/material/font/Roboto-BlackItalic.woff2 +0 -0
  972. package/dist/css/themes/deprecated/custom/material/font/Roboto-Bold.woff +0 -0
  973. package/dist/css/themes/deprecated/custom/material/font/Roboto-Bold.woff2 +0 -0
  974. package/dist/css/themes/deprecated/custom/material/font/Roboto-BoldItalic.woff +0 -0
  975. package/dist/css/themes/deprecated/custom/material/font/Roboto-BoldItalic.woff2 +0 -0
  976. package/dist/css/themes/deprecated/custom/material/font/Roboto-Italic.woff +0 -0
  977. package/dist/css/themes/deprecated/custom/material/font/Roboto-Italic.woff2 +0 -0
  978. package/dist/css/themes/deprecated/custom/material/font/Roboto-Light.woff +0 -0
  979. package/dist/css/themes/deprecated/custom/material/font/Roboto-Light.woff2 +0 -0
  980. package/dist/css/themes/deprecated/custom/material/font/Roboto-LightItalic.woff +0 -0
  981. package/dist/css/themes/deprecated/custom/material/font/Roboto-LightItalic.woff2 +0 -0
  982. package/dist/css/themes/deprecated/custom/material/font/Roboto-Medium.woff +0 -0
  983. package/dist/css/themes/deprecated/custom/material/font/Roboto-Medium.woff2 +0 -0
  984. package/dist/css/themes/deprecated/custom/material/font/Roboto-MediumItalic.woff +0 -0
  985. package/dist/css/themes/deprecated/custom/material/font/Roboto-MediumItalic.woff2 +0 -0
  986. package/dist/css/themes/deprecated/custom/material/font/Roboto-Regular.woff +0 -0
  987. package/dist/css/themes/deprecated/custom/material/font/Roboto-Regular.woff2 +0 -0
  988. package/dist/css/themes/deprecated/custom/material/font/Roboto-Thin.woff +0 -0
  989. package/dist/css/themes/deprecated/custom/material/font/Roboto-Thin.woff2 +0 -0
  990. package/dist/css/themes/deprecated/custom/material/font/Roboto-ThinItalic.woff +0 -0
  991. package/dist/css/themes/deprecated/custom/material/font/Roboto-ThinItalic.woff2 +0 -0
  992. package/dist/css/themes/deprecated/custom/material/font/fonts.css +1 -0
  993. package/dist/css/themes/deprecated/custom/material/img/arrow-gray.svg +1 -0
  994. package/dist/css/themes/deprecated/custom/material/img/arrow-white.svg +1 -0
  995. package/dist/css/themes/deprecated/custom/material_raiz/components_css/crn-button.css +1 -0
  996. package/dist/css/themes/deprecated/custom/material_raiz/components_css/crn-carousel.css +1 -0
  997. package/dist/css/themes/deprecated/custom/material_raiz/components_css/crn-cron-calendar.css +1 -0
  998. package/dist/css/themes/deprecated/custom/material_raiz/components_css/crn-cron-grid.css +1 -0
  999. package/dist/css/themes/deprecated/custom/material_raiz/components_css/crn-enterprise.css +1 -0
  1000. package/dist/css/themes/deprecated/custom/material_raiz/components_css/crn-navbar.css +1 -0
  1001. package/dist/css/themes/deprecated/custom/material_raiz/components_css/crn-scheduler.css +1 -0
  1002. package/dist/css/themes/deprecated/custom/material_raiz/components_css/login.css +1 -0
  1003. package/dist/css/themes/deprecated/custom/material_raiz/components_css/ui-notification.css +1 -0
  1004. package/dist/css/themes/deprecated/custom/material_raiz/custom-material_raiz.css +1 -0
  1005. package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/navigator/custom-navigator.css +0 -0
  1006. package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/paper/custom-paper.min.css +0 -0
  1007. package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/readable/custom-readable.min.css +0 -0
  1008. package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/sandstone/custom-sandstone.min.css +0 -0
  1009. package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/simplex/custom-simplex.min.css +0 -0
  1010. package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/slate/custom-slate.min.css +0 -0
  1011. package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/spacelab/custom-spacelab.min.css +0 -0
  1012. package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/superhero/custom-superhero.min.css +0 -0
  1013. package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/united/custom-united.min.css +0 -0
  1014. package/{deprecated/dist/css/themes → dist/css/themes/deprecated}/custom/yeti/custom-yeti.min.css +0 -0
  1015. package/dist/css/themes/deprecated/cyborg.min.css +1 -0
  1016. package/dist/css/themes/deprecated/darkly.min.css +1 -0
  1017. package/dist/css/themes/deprecated/dsgov.min.css +1 -0
  1018. package/dist/css/themes/deprecated/flatly.min.css +1 -0
  1019. package/dist/css/themes/deprecated/fuse.min.css +1 -0
  1020. package/dist/css/themes/deprecated/journal.min.css +1 -0
  1021. package/dist/css/themes/deprecated/lumen.min.css +1 -0
  1022. package/dist/css/themes/deprecated/material.min.css +1 -0
  1023. package/dist/css/themes/deprecated/material_raiz.min.css +1 -0
  1024. package/dist/css/themes/deprecated/paper.min.css +1 -0
  1025. package/dist/css/themes/deprecated/readable.min.css +1 -0
  1026. package/dist/css/themes/deprecated/sandstone.min.css +1 -0
  1027. package/dist/css/themes/deprecated/simplex.min.css +1 -0
  1028. package/dist/css/themes/deprecated/slate.min.css +1 -0
  1029. package/dist/css/themes/deprecated/spacelab.min.css +1 -0
  1030. package/dist/css/themes/deprecated/superhero.min.css +1 -0
  1031. package/dist/css/themes/deprecated/united.min.css +1 -0
  1032. package/dist/css/themes/deprecated/yeti.min.css +1 -0
  1033. package/package.json +1 -1
  1034. package/deprecated/css/animate.css +0 -433
  1035. package/deprecated/css/app.css +0 -427
  1036. package/deprecated/css/cronos-template.css +0 -0
  1037. package/deprecated/css/cronos.css +0 -263
  1038. package/deprecated/css/fonts/glyphicons-halflings-regular.eot +0 -0
  1039. package/deprecated/css/fonts/glyphicons-halflings-regular.svg +0 -288
  1040. package/deprecated/css/fonts/glyphicons-halflings-regular.ttf +0 -0
  1041. package/deprecated/css/fonts/glyphicons-halflings-regular.woff +0 -0
  1042. package/deprecated/css/fonts/glyphicons-halflings-regular.woff2 +0 -0
  1043. package/deprecated/css/modalTemplate.css +0 -37
  1044. package/deprecated/css/themes/cerulean.min.css +0 -7
  1045. package/deprecated/css/themes/cosmo.min.css +0 -7
  1046. package/deprecated/css/themes/custom/fuse/custom-fuse.min.css +0 -4179
  1047. package/deprecated/css/themes/cyborg.min.css +0 -7
  1048. package/deprecated/css/themes/darkly.min.css +0 -7
  1049. package/deprecated/css/themes/flatly.min.css +0 -7
  1050. package/deprecated/css/themes/fuse.min.css +0 -7
  1051. package/deprecated/css/themes/journal.min.css +0 -7
  1052. package/deprecated/css/themes/lumen.min.css +0 -7
  1053. package/deprecated/css/themes/material.min.css +0 -4
  1054. package/deprecated/css/themes/paper.min.css +0 -7
  1055. package/deprecated/css/themes/readable.min.css +0 -7
  1056. package/deprecated/css/themes/sandstone.min.css +0 -7
  1057. package/deprecated/css/themes/simplex.min.css +0 -7
  1058. package/deprecated/css/themes/slate.min.css +0 -7
  1059. package/deprecated/css/themes/spacelab.min.css +0 -7
  1060. package/deprecated/css/themes/superhero.min.css +0 -7
  1061. package/deprecated/css/themes/united.min.css +0 -7
  1062. package/deprecated/css/themes/yeti.min.css +0 -7
  1063. package/deprecated/dist/components/css/font-size.css +0 -1
  1064. package/deprecated/dist/components/css/image.css +0 -1
  1065. package/deprecated/dist/components/js/format.min.js +0 -1
  1066. package/deprecated/dist/components/js/jquery.inputmask.bundle.js +0 -1
  1067. package/deprecated/dist/components/js/jquery.mask.min.js +0 -1
  1068. package/deprecated/dist/components/js/qrcode.js +0 -1
  1069. package/deprecated/dist/components/reports/BOOLEAN.parameter.html +0 -1
  1070. package/deprecated/dist/components/reports/DATE.parameter.html +0 -1
  1071. package/deprecated/dist/components/reports/DOUBLE.parameter.html +0 -1
  1072. package/deprecated/dist/components/reports/FLOAT.parameter.html +0 -1
  1073. package/deprecated/dist/components/reports/INTEGER.parameter.html +0 -1
  1074. package/deprecated/dist/components/reports/LONG.parameter.html +0 -1
  1075. package/deprecated/dist/components/reports/STRING.parameter.html +0 -1
  1076. package/deprecated/dist/components/reports/reports.parameters.html +0 -1
  1077. package/deprecated/dist/components/reports/reports.view.html +0 -1
  1078. package/deprecated/dist/components/templates/Component_Container/crn-eight-four-container.template.html +0 -1
  1079. package/deprecated/dist/components/templates/Component_Container/crn-four-eight-container.template.html +0 -1
  1080. package/deprecated/dist/components/templates/Component_Container/crn-one-container.template.html +0 -1
  1081. package/deprecated/dist/components/templates/Component_Container/crn-three-container.template.html +0 -1
  1082. package/deprecated/dist/components/templates/Component_Container/crn-three-six-three-container.template.html +0 -1
  1083. package/deprecated/dist/components/templates/Component_Container/crn-two-container.template.html +0 -1
  1084. package/deprecated/dist/components/templates/accordion.template.html +0 -1
  1085. package/deprecated/dist/components/templates/anchor.template.html +0 -1
  1086. package/deprecated/dist/components/templates/angular-ui-notification.template.html +0 -1
  1087. package/deprecated/dist/components/templates/banner.template.html +0 -1
  1088. package/deprecated/dist/components/templates/button-report.template.html +0 -1
  1089. package/deprecated/dist/components/templates/button.oauth2.template.html +0 -1
  1090. package/deprecated/dist/components/templates/button.template.html +0 -1
  1091. package/deprecated/dist/components/templates/buttonfilter.template.html +0 -1
  1092. package/deprecated/dist/components/templates/carousel.template.html +0 -1
  1093. package/deprecated/dist/components/templates/cell.template.html +0 -1
  1094. package/deprecated/dist/components/templates/chart.template.html +0 -1
  1095. package/deprecated/dist/components/templates/checkbox.template.html +0 -1
  1096. package/deprecated/dist/components/templates/combobox-dynamic.template.html +0 -1
  1097. package/deprecated/dist/components/templates/combobox.template.html +0 -1
  1098. package/deprecated/dist/components/templates/crn-carousel-item.tempate.html +0 -1
  1099. package/deprecated/dist/components/templates/crn-input-password.designtime.html +0 -1
  1100. package/deprecated/dist/components/templates/crn-input-password.template.html +0 -1
  1101. package/deprecated/dist/components/templates/crn-list-item.template.html +0 -1
  1102. package/deprecated/dist/components/templates/crn-ordered-list.template.html +0 -1
  1103. package/deprecated/dist/components/templates/crn-ordered-sub-list.template.html +0 -1
  1104. package/deprecated/dist/components/templates/crn-unordered-list.template.html +0 -1
  1105. package/deprecated/dist/components/templates/crn-unordered-sub-list.template.html +0 -1
  1106. package/deprecated/dist/components/templates/cron-autocomplete.designtime.html +0 -26
  1107. package/deprecated/dist/components/templates/cron-autocomplete.template.html +0 -1
  1108. package/deprecated/dist/components/templates/cron-barcode.template.html +0 -1
  1109. package/deprecated/dist/components/templates/cron-breadcrumbs.designtime.html +0 -1
  1110. package/deprecated/dist/components/templates/cron-breadcrumbs.template.html +0 -1
  1111. package/deprecated/dist/components/templates/cron-calendar.designtime.html +0 -1
  1112. package/deprecated/dist/components/templates/cron-calendar.template.html +0 -1
  1113. package/deprecated/dist/components/templates/cron-captcha.designtime.html +0 -6
  1114. package/deprecated/dist/components/templates/cron-captcha.template.html +0 -1
  1115. package/deprecated/dist/components/templates/cron-chat.designtime.html +0 -17
  1116. package/deprecated/dist/components/templates/cron-chat.template.html +0 -1
  1117. package/deprecated/dist/components/templates/cron-checkbox.template.html +0 -1
  1118. package/deprecated/dist/components/templates/cron-combobox-multiple.designtime.html +0 -1
  1119. package/deprecated/dist/components/templates/cron-combobox-multiple.template.html +0 -1
  1120. package/deprecated/dist/components/templates/cron-combobox.designtime.html +0 -1
  1121. package/deprecated/dist/components/templates/cron-combobox.template.html +0 -1
  1122. package/deprecated/dist/components/templates/cron-crud.template.html +0 -1
  1123. package/deprecated/dist/components/templates/cron-date.template.html +0 -1
  1124. package/deprecated/dist/components/templates/cron-dynamic-autocomplete.template.html +0 -1
  1125. package/deprecated/dist/components/templates/cron-dynamic-combobox.designtime.html +0 -1
  1126. package/deprecated/dist/components/templates/cron-dynamic-combobox.template.html +0 -1
  1127. package/deprecated/dist/components/templates/cron-dynamic-menu.designtime.html +0 -1
  1128. package/deprecated/dist/components/templates/cron-dynamic-menu.template.html +0 -1
  1129. package/deprecated/dist/components/templates/cron-grid.designtime.html +0 -1
  1130. package/deprecated/dist/components/templates/cron-grid.template.html +0 -1
  1131. package/deprecated/dist/components/templates/cron-ordered-list.template.html +0 -1
  1132. package/deprecated/dist/components/templates/cron-qrcode.template.html +0 -1
  1133. package/deprecated/dist/components/templates/cron-radio.template.html +0 -1
  1134. package/deprecated/dist/components/templates/cron-report-viewer.designtime.html +0 -1
  1135. package/deprecated/dist/components/templates/cron-report-viewer.template.html +0 -1
  1136. package/deprecated/dist/components/templates/cron-rich-editor.template.html +0 -1
  1137. package/deprecated/dist/components/templates/cron-scheduler.designtime.html +0 -2
  1138. package/deprecated/dist/components/templates/cron-scheduler.template.html +0 -1
  1139. package/deprecated/dist/components/templates/cron-slider.template.html +0 -1
  1140. package/deprecated/dist/components/templates/cron-switch.template.html +0 -1
  1141. package/deprecated/dist/components/templates/cron-tree-view.designtime.html +0 -1
  1142. package/deprecated/dist/components/templates/cron-tree-view.template.html +0 -1
  1143. package/deprecated/dist/components/templates/datasource.template.html +0 -1
  1144. package/deprecated/dist/components/templates/datasourcefilter.template.html +0 -1
  1145. package/deprecated/dist/components/templates/datasourcefiltercomplex.template.html +0 -1
  1146. package/deprecated/dist/components/templates/date.template.html +0 -1
  1147. package/deprecated/dist/components/templates/datetime.template.html +0 -1
  1148. package/deprecated/dist/components/templates/div.template.html +0 -1
  1149. package/deprecated/dist/components/templates/dynamicfile.template.html +0 -1
  1150. package/deprecated/dist/components/templates/dynamicimage.template.html +0 -1
  1151. package/deprecated/dist/components/templates/dynamictitle.template.html +0 -1
  1152. package/deprecated/dist/components/templates/evaluation.template.html +0 -1
  1153. package/deprecated/dist/components/templates/fileupload-button.template.html +0 -1
  1154. package/deprecated/dist/components/templates/fileupload.template.html +0 -1
  1155. package/deprecated/dist/components/templates/foot-cell.template.html +0 -1
  1156. package/deprecated/dist/components/templates/foot-row.template.html +0 -1
  1157. package/deprecated/dist/components/templates/form.template.html +0 -1
  1158. package/deprecated/dist/components/templates/grid-horizontal.template.html +0 -1
  1159. package/deprecated/dist/components/templates/grid-vertical.template.html +0 -1
  1160. package/deprecated/dist/components/templates/grid.template.html +0 -1
  1161. package/deprecated/dist/components/templates/head-cell.template.html +0 -1
  1162. package/deprecated/dist/components/templates/head-row.template.html +0 -1
  1163. package/deprecated/dist/components/templates/head.template.html +0 -1
  1164. package/deprecated/dist/components/templates/header.template.html +0 -1
  1165. package/deprecated/dist/components/templates/icon.template.html +0 -1
  1166. package/deprecated/dist/components/templates/image-menu.template.html +0 -1
  1167. package/deprecated/dist/components/templates/image.default.template.html +0 -1
  1168. package/deprecated/dist/components/templates/image.template.html +0 -1
  1169. package/deprecated/dist/components/templates/list.template.html +0 -1
  1170. package/deprecated/dist/components/templates/multiselect.template.html +0 -1
  1171. package/deprecated/dist/components/templates/navbar.template.html +0 -1
  1172. package/deprecated/dist/components/templates/panel.template.html +0 -1
  1173. package/deprecated/dist/components/templates/qrcode.template.html +0 -1
  1174. package/deprecated/dist/components/templates/radiogroup.template.html +0 -1
  1175. package/deprecated/dist/components/templates/rating.template.html +0 -1
  1176. package/deprecated/dist/components/templates/row.template.html +0 -1
  1177. package/deprecated/dist/components/templates/sidebar.template.html +0 -1
  1178. package/deprecated/dist/components/templates/social-button-bar.template.html +0 -1
  1179. package/deprecated/dist/components/templates/sub-form.template.html +0 -1
  1180. package/deprecated/dist/components/templates/subtitle.template.html +0 -1
  1181. package/deprecated/dist/components/templates/table.template.html +0 -1
  1182. package/deprecated/dist/components/templates/tabs.template.html +0 -1
  1183. package/deprecated/dist/components/templates/text.template.html +0 -1
  1184. package/deprecated/dist/components/templates/textarea.template.html +0 -1
  1185. package/deprecated/dist/components/templates/textinput.template.html +0 -1
  1186. package/deprecated/dist/components/templates/textinputbutton.html +0 -1
  1187. package/deprecated/dist/components/templates/textinputbutton.template.html +0 -1
  1188. package/deprecated/dist/components/templates/textinputicon.template.html +0 -1
  1189. package/deprecated/dist/components/templates/time.template.html +0 -1
  1190. package/deprecated/dist/components/templates/title-default.template.html +0 -1
  1191. package/deprecated/dist/components/templates/title.template.html +0 -1
  1192. package/deprecated/dist/components/templates/treeview.template.html +0 -1
  1193. package/deprecated/dist/css/animate.css +0 -1
  1194. package/deprecated/dist/css/app.css +0 -1
  1195. package/deprecated/dist/css/cronos-template.css +0 -0
  1196. package/deprecated/dist/css/cronos.css +0 -1
  1197. package/deprecated/dist/css/fonts/glyphicons-halflings-regular.eot +0 -0
  1198. package/deprecated/dist/css/fonts/glyphicons-halflings-regular.svg +0 -1
  1199. package/deprecated/dist/css/fonts/glyphicons-halflings-regular.ttf +0 -0
  1200. package/deprecated/dist/css/fonts/glyphicons-halflings-regular.woff +0 -0
  1201. package/deprecated/dist/css/fonts/glyphicons-halflings-regular.woff2 +0 -0
  1202. package/deprecated/dist/css/modalTemplate.css +0 -1
  1203. package/deprecated/dist/css/themes/cerulean.min.css +0 -1
  1204. package/deprecated/dist/css/themes/cosmo.min.css +0 -1
  1205. package/deprecated/dist/css/themes/custom/fuse/custom-fuse.min.css +0 -1
  1206. package/deprecated/dist/css/themes/cyborg.min.css +0 -1
  1207. package/deprecated/dist/css/themes/darkly.min.css +0 -1
  1208. package/deprecated/dist/css/themes/flatly.min.css +0 -1
  1209. package/deprecated/dist/css/themes/fuse.min.css +0 -1
  1210. package/deprecated/dist/css/themes/journal.min.css +0 -1
  1211. package/deprecated/dist/css/themes/lumen.min.css +0 -1
  1212. package/deprecated/dist/css/themes/material.min.css +0 -1
  1213. package/deprecated/dist/css/themes/paper.min.css +0 -1
  1214. package/deprecated/dist/css/themes/readable.min.css +0 -1
  1215. package/deprecated/dist/css/themes/sandstone.min.css +0 -1
  1216. package/deprecated/dist/css/themes/simplex.min.css +0 -1
  1217. package/deprecated/dist/css/themes/slate.min.css +0 -1
  1218. package/deprecated/dist/css/themes/spacelab.min.css +0 -1
  1219. package/deprecated/dist/css/themes/superhero.min.css +0 -1
  1220. package/deprecated/dist/css/themes/united.min.css +0 -1
  1221. package/deprecated/dist/css/themes/yeti.min.css +0 -1
  1222. package/deprecated/dist/i18n/locale_en_us.json +0 -143
  1223. package/deprecated/dist/i18n/locale_pt_br.json +0 -143
  1224. package/deprecated/dist/img/ballon_icon.svg +0 -1
  1225. package/deprecated/dist/img/barcode.png +0 -0
  1226. package/deprecated/dist/img/cron-icon/crn-QRCode.svg +0 -1
  1227. package/deprecated/dist/img/cron-icon/crn-accordion.svg +0 -1
  1228. package/deprecated/dist/img/cron-icon/crn-anchor.svg +0 -1
  1229. package/deprecated/dist/img/cron-icon/crn-button.svg +0 -1
  1230. package/deprecated/dist/img/cron-icon/crn-calendar.svg +0 -1
  1231. package/deprecated/dist/img/cron-icon/crn-captcha.svg +0 -1
  1232. package/deprecated/dist/img/cron-icon/crn-carousel.svg +0 -1
  1233. package/deprecated/dist/img/cron-icon/crn-chart.svg +0 -1
  1234. package/deprecated/dist/img/cron-icon/crn-checkbox.svg +0 -1
  1235. package/deprecated/dist/img/cron-icon/crn-combobox-dynamic.svg +0 -1
  1236. package/deprecated/dist/img/cron-icon/crn-combobox.svg +0 -1
  1237. package/deprecated/dist/img/cron-icon/crn-cron-crud.svg +0 -1
  1238. package/deprecated/dist/img/cron-icon/crn-cron-dashboard-viewer.svg +0 -1
  1239. package/deprecated/dist/img/cron-icon/crn-datasource.svg +0 -1
  1240. package/deprecated/dist/img/cron-icon/crn-datepicker.svg +0 -1
  1241. package/deprecated/dist/img/cron-icon/crn-datetimepicker.svg +0 -1
  1242. package/deprecated/dist/img/cron-icon/crn-dynamic-file.svg +0 -1
  1243. package/deprecated/dist/img/cron-icon/crn-dynamic-image.svg +0 -1
  1244. package/deprecated/dist/img/cron-icon/crn-dynamic-menu.svg +0 -1
  1245. package/deprecated/dist/img/cron-icon/crn-eight-four-container.svg +0 -1
  1246. package/deprecated/dist/img/cron-icon/crn-enterprise-autocomplete.svg +0 -1
  1247. package/deprecated/dist/img/cron-icon/crn-enterprise-combobox-multiple.svg +0 -1
  1248. package/deprecated/dist/img/cron-icon/crn-enterprise-combobox.svg +0 -1
  1249. package/deprecated/dist/img/cron-icon/crn-enterprise-dynamic-autocomplete.svg +0 -1
  1250. package/deprecated/dist/img/cron-icon/crn-enterprise-dynamic-combobox.svg +0 -1
  1251. package/deprecated/dist/img/cron-icon/crn-form.svg +0 -1
  1252. package/deprecated/dist/img/cron-icon/crn-four-eight-container.svg +0 -1
  1253. package/deprecated/dist/img/cron-icon/crn-grid-table.svg +0 -1
  1254. package/deprecated/dist/img/cron-icon/crn-grid.svg +0 -1
  1255. package/deprecated/dist/img/cron-icon/crn-header.svg +0 -1
  1256. package/deprecated/dist/img/cron-icon/crn-horizontal-container.svg +0 -1
  1257. package/deprecated/dist/img/cron-icon/crn-icon.svg +0 -1
  1258. package/deprecated/dist/img/cron-icon/crn-image.svg +0 -1
  1259. package/deprecated/dist/img/cron-icon/crn-input-password.svg +0 -1
  1260. package/deprecated/dist/img/cron-icon/crn-jumbotron.svg +0 -1
  1261. package/deprecated/dist/img/cron-icon/crn-list.svg +0 -1
  1262. package/deprecated/dist/img/cron-icon/crn-navbar.svg +0 -1
  1263. package/deprecated/dist/img/cron-icon/crn-one-container.svg +0 -1
  1264. package/deprecated/dist/img/cron-icon/crn-ordered-list.svg +0 -1
  1265. package/deprecated/dist/img/cron-icon/crn-ordered-sub-list.svg +0 -1
  1266. package/deprecated/dist/img/cron-icon/crn-panel.svg +0 -1
  1267. package/deprecated/dist/img/cron-icon/crn-radiogroup.svg +0 -1
  1268. package/deprecated/dist/img/cron-icon/crn-rating.svg +0 -1
  1269. package/deprecated/dist/img/cron-icon/crn-report-viewer.svg +0 -1
  1270. package/deprecated/dist/img/cron-icon/crn-rich-editor.svg +0 -1
  1271. package/deprecated/dist/img/cron-icon/crn-scheduler.svg +0 -1
  1272. package/deprecated/dist/img/cron-icon/crn-simple-text.svg +0 -1
  1273. package/deprecated/dist/img/cron-icon/crn-slider.svg +0 -1
  1274. package/deprecated/dist/img/cron-icon/crn-social-login.svg +0 -1
  1275. package/deprecated/dist/img/cron-icon/crn-sub-form.svg +0 -1
  1276. package/deprecated/dist/img/cron-icon/crn-table.svg +0 -1
  1277. package/deprecated/dist/img/cron-icon/crn-tabs.svg +0 -1
  1278. package/deprecated/dist/img/cron-icon/crn-text-component.svg +0 -1
  1279. package/deprecated/dist/img/cron-icon/crn-textarea.svg +0 -1
  1280. package/deprecated/dist/img/cron-icon/crn-textinput.svg +0 -1
  1281. package/deprecated/dist/img/cron-icon/crn-textinputbutton.svg +0 -1
  1282. package/deprecated/dist/img/cron-icon/crn-textinputicon.svg +0 -1
  1283. package/deprecated/dist/img/cron-icon/crn-three-container.svg +0 -1
  1284. package/deprecated/dist/img/cron-icon/crn-three-six-three-container.svg +0 -1
  1285. package/deprecated/dist/img/cron-icon/crn-timepicker.svg +0 -1
  1286. package/deprecated/dist/img/cron-icon/crn-tree-view.svg +0 -1
  1287. package/deprecated/dist/img/cron-icon/crn-two-container.svg +0 -1
  1288. package/deprecated/dist/img/cron-icon/crn-unordered-list.svg +0 -1
  1289. package/deprecated/dist/img/cron-icon/crn-unordered-sub-list.svg +0 -1
  1290. package/deprecated/dist/img/cron-icon/crn-upload.svg +0 -1
  1291. package/deprecated/dist/img/cron-icon/crn-vertical-container.svg +0 -1
  1292. package/deprecated/dist/img/cron-icon/cron-breadrumb.svg +0 -1
  1293. package/deprecated/dist/img/cronGrid.png +0 -0
  1294. package/deprecated/dist/img/cronRichEditor.png +0 -0
  1295. package/deprecated/dist/img/cronapp-logo-login.png +0 -0
  1296. package/deprecated/dist/img/img-user.svg +0 -1
  1297. package/deprecated/dist/img/logo-cronapp-negativa.svg +0 -1
  1298. package/deprecated/dist/img/logo.png +0 -0
  1299. package/deprecated/dist/img/logo.svg +0 -1
  1300. package/deprecated/dist/img/nophoto.png +0 -0
  1301. package/deprecated/dist/img/placehold-100x100.png +0 -0
  1302. package/deprecated/dist/img/placehold-900x500.png +0 -0
  1303. package/deprecated/dist/img/qrcode.png +0 -0
  1304. package/deprecated/dist/img/recaptcha-logo.svg +0 -1
  1305. package/deprecated/dist/img/selectFile.png +0 -0
  1306. package/deprecated/dist/img/selectImg.svg +0 -1
  1307. package/deprecated/dist/img/svg-charts.svg +0 -1
  1308. package/deprecated/dist/img/switch.png +0 -0
  1309. package/deprecated/dist/js/LanguageSelectDirective.js +0 -1
  1310. package/deprecated/dist/js/LocaleService.js +0 -1
  1311. package/deprecated/dist/js/app.authentication.js +0 -1
  1312. package/deprecated/dist/js/app.js +0 -1
  1313. package/deprecated/dist/js/controllers.authentication.js +0 -1
  1314. package/deprecated/dist/js/controllers.js +0 -1
  1315. package/deprecated/dist/js/custom.controllers.js +0 -1
  1316. package/deprecated/dist/js/customModules.js +0 -1
  1317. package/deprecated/dist/js/customStateProvider.js +0 -0
  1318. package/deprecated/dist/js/directives.js +0 -14
  1319. package/deprecated/dist/js/filters.js +0 -1
  1320. package/deprecated/dist/js/local-dateformat.directive.js +0 -1
  1321. package/deprecated/dist/js/reports/parameters.controller.js +0 -1
  1322. package/deprecated/dist/js/reports/reports.service.js +0 -1
  1323. package/deprecated/dist/js/services.js +0 -1
  1324. package/deprecated/dist/js/stateProvider.js +0 -1
  1325. package/deprecated/dist/js/upload.service.js +0 -1
  1326. package/deprecated/img/ballon_icon.svg +0 -3
  1327. package/deprecated/img/barcode.png +0 -0
  1328. package/deprecated/img/cron-icon/crn-QRCode.svg +0 -38
  1329. package/deprecated/img/cron-icon/crn-accordion.svg +0 -25
  1330. package/deprecated/img/cron-icon/crn-anchor.svg +0 -29
  1331. package/deprecated/img/cron-icon/crn-button.svg +0 -24
  1332. package/deprecated/img/cron-icon/crn-calendar.svg +0 -23
  1333. package/deprecated/img/cron-icon/crn-captcha.svg +0 -36
  1334. package/deprecated/img/cron-icon/crn-carousel.svg +0 -26
  1335. package/deprecated/img/cron-icon/crn-chart.svg +0 -19
  1336. package/deprecated/img/cron-icon/crn-checkbox.svg +0 -21
  1337. package/deprecated/img/cron-icon/crn-combobox-dynamic.svg +0 -27
  1338. package/deprecated/img/cron-icon/crn-combobox.svg +0 -24
  1339. package/deprecated/img/cron-icon/crn-cron-crud.svg +0 -28
  1340. package/deprecated/img/cron-icon/crn-cron-dashboard-viewer.svg +0 -18
  1341. package/deprecated/img/cron-icon/crn-datasource.svg +0 -27
  1342. package/deprecated/img/cron-icon/crn-datepicker.svg +0 -35
  1343. package/deprecated/img/cron-icon/crn-datetimepicker.svg +0 -41
  1344. package/deprecated/img/cron-icon/crn-dynamic-file.svg +0 -26
  1345. package/deprecated/img/cron-icon/crn-dynamic-image.svg +0 -25
  1346. package/deprecated/img/cron-icon/crn-dynamic-menu.svg +0 -28
  1347. package/deprecated/img/cron-icon/crn-eight-four-container.svg +0 -18
  1348. package/deprecated/img/cron-icon/crn-enterprise-autocomplete.svg +0 -26
  1349. package/deprecated/img/cron-icon/crn-enterprise-combobox-multiple.svg +0 -21
  1350. package/deprecated/img/cron-icon/crn-enterprise-combobox.svg +0 -24
  1351. package/deprecated/img/cron-icon/crn-enterprise-dynamic-autocomplete.svg +0 -29
  1352. package/deprecated/img/cron-icon/crn-enterprise-dynamic-combobox.svg +0 -27
  1353. package/deprecated/img/cron-icon/crn-form.svg +0 -24
  1354. package/deprecated/img/cron-icon/crn-four-eight-container.svg +0 -20
  1355. package/deprecated/img/cron-icon/crn-grid-table.svg +0 -21
  1356. package/deprecated/img/cron-icon/crn-grid.svg +0 -27
  1357. package/deprecated/img/cron-icon/crn-header.svg +0 -18
  1358. package/deprecated/img/cron-icon/crn-horizontal-container.svg +0 -19
  1359. package/deprecated/img/cron-icon/crn-icon.svg +0 -23
  1360. package/deprecated/img/cron-icon/crn-image.svg +0 -20
  1361. package/deprecated/img/cron-icon/crn-input-password.svg +0 -24
  1362. package/deprecated/img/cron-icon/crn-jumbotron.svg +0 -24
  1363. package/deprecated/img/cron-icon/crn-list.svg +0 -24
  1364. package/deprecated/img/cron-icon/crn-navbar.svg +0 -25
  1365. package/deprecated/img/cron-icon/crn-one-container.svg +0 -17
  1366. package/deprecated/img/cron-icon/crn-ordered-list.svg +0 -44
  1367. package/deprecated/img/cron-icon/crn-ordered-sub-list.svg +0 -42
  1368. package/deprecated/img/cron-icon/crn-panel.svg +0 -21
  1369. package/deprecated/img/cron-icon/crn-radiogroup.svg +0 -25
  1370. package/deprecated/img/cron-icon/crn-rating.svg +0 -20
  1371. package/deprecated/img/cron-icon/crn-report-viewer.svg +0 -24
  1372. package/deprecated/img/cron-icon/crn-rich-editor.svg +0 -22
  1373. package/deprecated/img/cron-icon/crn-scheduler.svg +0 -27
  1374. package/deprecated/img/cron-icon/crn-simple-text.svg +0 -18
  1375. package/deprecated/img/cron-icon/crn-slider.svg +0 -19
  1376. package/deprecated/img/cron-icon/crn-social-login.svg +0 -29
  1377. package/deprecated/img/cron-icon/crn-sub-form.svg +0 -27
  1378. package/deprecated/img/cron-icon/crn-table.svg +0 -20
  1379. package/deprecated/img/cron-icon/crn-tabs.svg +0 -22
  1380. package/deprecated/img/cron-icon/crn-text-component.svg +0 -22
  1381. package/deprecated/img/cron-icon/crn-textarea.svg +0 -22
  1382. package/deprecated/img/cron-icon/crn-textinput.svg +0 -23
  1383. package/deprecated/img/cron-icon/crn-textinputbutton.svg +0 -33
  1384. package/deprecated/img/cron-icon/crn-textinputicon.svg +0 -29
  1385. package/deprecated/img/cron-icon/crn-three-container.svg +0 -21
  1386. package/deprecated/img/cron-icon/crn-three-six-three-container.svg +0 -19
  1387. package/deprecated/img/cron-icon/crn-timepicker.svg +0 -20
  1388. package/deprecated/img/cron-icon/crn-tree-view.svg +0 -19
  1389. package/deprecated/img/cron-icon/crn-two-container.svg +0 -18
  1390. package/deprecated/img/cron-icon/crn-unordered-list.svg +0 -24
  1391. package/deprecated/img/cron-icon/crn-unordered-sub-list.svg +0 -28
  1392. package/deprecated/img/cron-icon/crn-upload.svg +0 -20
  1393. package/deprecated/img/cron-icon/crn-vertical-container.svg +0 -19
  1394. package/deprecated/img/cron-icon/cron-breadrumb.svg +0 -638
  1395. package/deprecated/img/cronGrid.png +0 -0
  1396. package/deprecated/img/cronRichEditor.png +0 -0
  1397. package/deprecated/img/cronapp-logo-login.png +0 -0
  1398. package/deprecated/img/img-user.svg +0 -1
  1399. package/deprecated/img/logo-cronapp-negativa.svg +0 -1
  1400. package/deprecated/img/logo.png +0 -0
  1401. package/deprecated/img/logo.svg +0 -1
  1402. package/deprecated/img/nophoto.png +0 -0
  1403. package/deprecated/img/placehold-100x100.png +0 -0
  1404. package/deprecated/img/placehold-900x500.png +0 -0
  1405. package/deprecated/img/qrcode.png +0 -0
  1406. package/deprecated/img/recaptcha-logo.svg +0 -1
  1407. package/deprecated/img/selectFile.png +0 -0
  1408. package/deprecated/img/selectImg.svg +0 -44
  1409. package/deprecated/img/svg-charts.svg +0 -1
@@ -1,172 +1,77 @@
1
- <div class="ng-pristine ng-untouched ng-valid k-widget k-calendar ng-empty" data-role="calendar">
2
- <div class="k-header">
3
- <a href="#" role="button" class="k-link k-nav-prev" aria-label="Previous" aria-disabled="false">
4
- <span class="k-icon k-i-arrow-60-left"></span></a>
5
- <a href="#" role="button" aria-live="assertive" aria-atomic="true" class="k-link k-nav-fast"
6
- aria-disabled="false">maio 2021</a>
7
- <a href="#" role="button" class="k-link k-nav-next" aria-label="Next" aria-disabled="false">
8
- <span class="k-icon k-i-arrow-60-right"></span>
9
- </a>
10
- </div>
1
+ <div class="component-holder ng-scope" data-component="crn-cron-calendar">
2
+ <cron-calendar data-role="calendar">
3
+ <div class="k-header"><a href="#" role="button" class="k-link k-nav-prev" aria-label="Previous" aria-disabled="false"><span class="k-icon k-i-arrow-60-left"></span></a><a href="#" role="button" aria-live="assertive" aria-atomic="true" class="k-link k-nav-fast" aria-disabled="false">August 2022</a><a href="#" role="button" class="k-link k-nav-next" aria-label="Next" aria-disabled="false"><span class="k-icon k-i-arrow-60-right"></span></a></div>
11
4
  <div class="k-calendar-view">
12
- <table tabindex="0" role="grid" class="k-content k-month" cellspacing="0" data-start="2021/3/25">
13
- <thead>
14
- <tr role="row">
15
- <th scope="col" title="domingo">D</th>
16
- <th scope="col" title="segunda-feira">S</th>
17
- <th scope="col" title="terça-feira">T</th>
18
- <th scope="col" title="quarta-feira">Q</th>
19
- <th scope="col" title="quinta-feira">Q</th>
20
- <th scope="col" title="sexta-feira">S</th>
21
- <th scope="col" title="sábado">S</th>
22
- </tr>
23
- </thead>
24
- <tbody>
25
- <tr role="row" style="
26
- /* height: 32px; */
27
- ">
28
- <td class="k-other-month k-weekend" role="gridcell"><a tabindex="-1"
29
- class="k-link" href="#" data-value="2021/3/25"
30
- title="domingo, 25 de abril de 2021">25</a></td>
31
- <td class="k-other-month" role="gridcell"><a tabindex="-1" class="k-link"
32
- href="#" data-value="2021/3/26"
33
- title="segunda-feira, 26 de abril de 2021">26</a></td>
34
- <td class="k-other-month" role="gridcell"><a tabindex="-1" class="k-link"
35
- href="#" data-value="2021/3/27"
36
- title="terça-feira, 27 de abril de 2021">27</a></td>
37
- <td class="k-other-month" role="gridcell"><a tabindex="-1" class="k-link"
38
- href="#" data-value="2021/3/28"
39
- title="quarta-feira, 28 de abril de 2021">28</a></td>
40
- <td class="k-other-month" role="gridcell"><a tabindex="-1" class="k-link"
41
- href="#" data-value="2021/3/29"
42
- title="quinta-feira, 29 de abril de 2021">29</a></td>
43
- <td class="k-other-month" role="gridcell"><a tabindex="-1" class="k-link"
44
- href="#" data-value="2021/3/30"
45
- title="sexta-feira, 30 de abril de 2021">30</a></td>
46
- <td class="k-weekend" role="gridcell"><a tabindex="-1" class="k-link" href="#"
47
- data-value="2021/4/1" title="sábado, 1 de maio de 2021">1</a>
48
- </td>
49
- </tr>
50
- <tr role="row">
51
- <td class="k-weekend" role="gridcell"><a tabindex="-1" class="k-link" href="#"
52
- data-value="2021/4/2" title="domingo, 2 de maio de 2021">2</a>
53
- </td>
54
- <td role="gridcell"><a tabindex="-1" class="k-link" href="#"
55
- data-value="2021/4/3"
56
- title="segunda-feira, 3 de maio de 2021">3</a></td>
57
- <td role="gridcell" class=""><a tabindex="-1" class="k-link" href="#"
58
- data-value="2021/4/4"
59
- title="terça-feira, 4 de maio de 2021">4</a></td>
60
- <td role="gridcell"><a tabindex="-1" class="k-link" href="#"
61
- data-value="2021/4/5"
62
- title="quarta-feira, 5 de maio de 2021">5</a></td>
63
- <td role="gridcell" class=""><a tabindex="-1" class="k-link" href="#"
64
- data-value="2021/4/6"
65
- title="quinta-feira, 6 de maio de 2021">6</a></td>
66
- <td role="gridcell" class=""><a tabindex="-1" class="k-link" href="#"
67
- data-value="2021/4/7"
68
- title="sexta-feira, 7 de maio de 2021">7</a></td>
69
- <td class="k-weekend" role="gridcell"><a tabindex="-1" class="k-link" href="#"
70
- data-value="2021/4/8" title="sábado, 8 de maio de 2021">8</a>
71
- </td>
72
- </tr>
73
- <tr role="row">
74
- <td class="k-weekend" role="gridcell"><a tabindex="-1" class="k-link" href="#"
75
- data-value="2021/4/9" title="domingo, 9 de maio de 2021">9</a>
76
- </td>
77
- <td role="gridcell" class=""><a tabindex="-1" class="k-link" href="#"
78
- data-value="2021/4/10"
79
- title="segunda-feira, 10 de maio de 2021">10</a></td>
80
- <td role="gridcell" class=""><a tabindex="-1" class="k-link" href="#"
81
- data-value="2021/4/11"
82
- title="terça-feira, 11 de maio de 2021">11</a></td>
83
- <td role="gridcell"><a tabindex="-1" class="k-link" href="#"
84
- data-value="2021/4/12"
85
- title="quarta-feira, 12 de maio de 2021">12</a></td>
86
- <td role="gridcell" class=""><a tabindex="-1" class="k-link" href="#"
87
- data-value="2021/4/13"
88
- title="quinta-feira, 13 de maio de 2021">13</a></td>
89
- <td role="gridcell" class=""><a tabindex="-1" class="k-link" href="#"
90
- data-value="2021/4/14"
91
- title="sexta-feira, 14 de maio de 2021">14</a></td>
92
- <td class="k-weekend" role="gridcell"><a tabindex="-1" class="k-link" href="#"
93
- data-value="2021/4/15" title="sábado, 15 de maio de 2021">15</a>
94
- </td>
95
- </tr>
96
- <tr role="row">
97
- <td class="k-weekend" role="gridcell"><a tabindex="-1" class="k-link" href="#"
98
- data-value="2021/4/16"
99
- title="domingo, 16 de maio de 2021">16</a></td>
100
- <td role="gridcell" class=""><a tabindex="-1" class="k-link" href="#"
101
- data-value="2021/4/17"
102
- title="segunda-feira, 17 de maio de 2021">17</a></td>
103
- <td role="gridcell"><a tabindex="-1" class="k-link" href="#"
104
- data-value="2021/4/18"
105
- title="terça-feira, 18 de maio de 2021">18</a></td>
106
- <td role="gridcell" class=""><a tabindex="-1" class="k-link" href="#"
107
- data-value="2021/4/19"
108
- title="quarta-feira, 19 de maio de 2021">19</a></td>
109
- <td role="gridcell" class=""><a tabindex="-1" class="k-link" href="#"
110
- data-value="2021/4/20"
111
- title="quinta-feira, 20 de maio de 2021">20</a></td>
112
- <td role="gridcell" class=""><a tabindex="-1" class="k-link" href="#"
113
- data-value="2021/4/21"
114
- title="sexta-feira, 21 de maio de 2021">21</a></td>
115
- <td class="k-weekend" role="gridcell"><a tabindex="-1" class="k-link" href="#"
116
- data-value="2021/4/22" title="sábado, 22 de maio de 2021">22</a>
117
- </td>
118
- </tr>
119
- <tr role="row">
120
- <td class="k-weekend" role="gridcell"><a tabindex="-1" class="k-link" href="#"
121
- data-value="2021/4/23"
122
- title="domingo, 23 de maio de 2021">23</a></td>
123
- <td role="gridcell" class=""><a tabindex="-1" class="k-link" href="#"
124
- data-value="2021/4/24"
125
- title="segunda-feira, 24 de maio de 2021">24</a></td>
126
- <td class="k-today k-state-selected" role="gridcell" aria-selected="true"><a
127
- tabindex="-1" class="k-link" href="#" data-value="2021/4/25"
128
- title="terça-feira, 25 de maio de 2021">25</a></td>
129
- <td role="gridcell" class=""><a tabindex="-1" class="k-link" href="#"
130
- data-value="2021/4/26"
131
- title="quarta-feira, 26 de maio de 2021">26</a></td>
132
- <td role="gridcell" class=""><a tabindex="-1" class="k-link" href="#"
133
- data-value="2021/4/27"
134
- title="quinta-feira, 27 de maio de 2021">27</a></td>
135
- <td role="gridcell" class=""><a tabindex="-1" class="k-link" href="#"
136
- data-value="2021/4/28"
137
- title="sexta-feira, 28 de maio de 2021">28</a></td>
138
- <td class="k-weekend" role="gridcell"><a tabindex="-1" class="k-link" href="#"
139
- data-value="2021/4/29" title="sábado, 29 de maio de 2021">29</a>
140
- </td>
141
- </tr>
142
- <tr role="row">
143
- <td class="k-weekend" role="gridcell"><a tabindex="-1" class="k-link" href="#"
144
- data-value="2021/4/30"
145
- title="domingo, 30 de maio de 2021">30</a></td>
146
- <td role="gridcell" class=""><a tabindex="-1" class="k-link" href="#"
147
- data-value="2021/4/31"
148
- title="segunda-feira, 31 de maio de 2021">31</a></td>
149
- <td class="k-other-month" role="gridcell"><a tabindex="-1" class="k-link"
150
- href="#" data-value="2021/5/1"
151
- title="terça-feira, 1 de junho de 2021">1</a></td>
152
- <td class="k-other-month" role="gridcell"><a tabindex="-1" class="k-link"
153
- href="#" data-value="2021/5/2"
154
- title="quarta-feira, 2 de junho de 2021">2</a></td>
155
- <td class="k-other-month" role="gridcell"><a tabindex="-1" class="k-link"
156
- href="#" data-value="2021/5/3"
157
- title="quinta-feira, 3 de junho de 2021">3</a></td>
158
- <td class="k-other-month" role="gridcell"><a tabindex="-1" class="k-link"
159
- href="#" data-value="2021/5/4"
160
- title="sexta-feira, 4 de junho de 2021">4</a></td>
161
- <td class="k-other-month k-weekend" role="gridcell"><a tabindex="-1"
162
- class="k-link" href="#" data-value="2021/5/5"
163
- title="sábado, 5 de junho de 2021">5</a></td>
164
- </tr>
165
- </tbody>
166
- </table>
167
- </div>
168
- <div class="k-footer">
169
- <a href="#" class="k-link k-nav-today" title="terça-feira, 25 de maio de 2021">terça-feira, 25 de maio
170
- de 2021</a>
5
+ <table tabindex="0" role="grid" class="k-content k-month" cellspacing="0" data-start="2022/6/31">
6
+ <thead>
7
+ <tr role="row">
8
+ <th scope="col" title="Sunday">Su</th>
9
+ <th scope="col" title="Monday">Mo</th>
10
+ <th scope="col" title="Tuesday">Tu</th>
11
+ <th scope="col" title="Wednesday">We</th>
12
+ <th scope="col" title="Thursday">Th</th>
13
+ <th scope="col" title="Friday">Fr</th>
14
+ <th scope="col" title="Saturday">Sa</th>
15
+ </tr>
16
+ </thead>
17
+ <tbody>
18
+ <tr role="row">
19
+ <td class="k-other-month k-weekend" role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/6/31" title="Sunday, July 31, 2022">31</a></td>
20
+ <td role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/1" title="Monday, August 01, 2022">1</a></td>
21
+ <td role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/2" title="Tuesday, August 02, 2022">2</a></td>
22
+ <td role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/3" title="Wednesday, August 03, 2022">3</a></td>
23
+ <td role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/4" title="Thursday, August 04, 2022">4</a></td>
24
+ <td role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/5" title="Friday, August 05, 2022">5</a></td>
25
+ <td class="k-weekend" role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/6" title="Saturday, August 06, 2022">6</a></td>
26
+ </tr>
27
+ <tr role="row">
28
+ <td class="k-weekend" role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/7" title="Sunday, August 07, 2022">7</a></td>
29
+ <td role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/8" title="Monday, August 08, 2022">8</a></td>
30
+ <td role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/9" title="Tuesday, August 09, 2022">9</a></td>
31
+ <td role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/10" title="Wednesday, August 10, 2022">10</a></td>
32
+ <td class="k-today k-state-selected" role="gridcell" aria-selected="true"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/11" title="Thursday, August 11, 2022">11</a></td>
33
+ <td role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/12" title="Friday, August 12, 2022">12</a></td>
34
+ <td class="k-weekend" role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/13" title="Saturday, August 13, 2022">13</a></td>
35
+ </tr>
36
+ <tr role="row">
37
+ <td class="k-weekend" role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/14" title="Sunday, August 14, 2022">14</a></td>
38
+ <td role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/15" title="Monday, August 15, 2022">15</a></td>
39
+ <td role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/16" title="Tuesday, August 16, 2022">16</a></td>
40
+ <td role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/17" title="Wednesday, August 17, 2022">17</a></td>
41
+ <td role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/18" title="Thursday, August 18, 2022">18</a></td>
42
+ <td role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/19" title="Friday, August 19, 2022">19</a></td>
43
+ <td class="k-weekend" role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/20" title="Saturday, August 20, 2022">20</a></td>
44
+ </tr>
45
+ <tr role="row">
46
+ <td class="k-weekend" role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/21" title="Sunday, August 21, 2022">21</a></td>
47
+ <td role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/22" title="Monday, August 22, 2022">22</a></td>
48
+ <td role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/23" title="Tuesday, August 23, 2022">23</a></td>
49
+ <td role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/24" title="Wednesday, August 24, 2022">24</a></td>
50
+ <td role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/25" title="Thursday, August 25, 2022">25</a></td>
51
+ <td role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/26" title="Friday, August 26, 2022">26</a></td>
52
+ <td class="k-weekend" role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/27" title="Saturday, August 27, 2022">27</a></td>
53
+ </tr>
54
+ <tr role="row">
55
+ <td class="k-weekend" role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/28" title="Sunday, August 28, 2022">28</a></td>
56
+ <td role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/29" title="Monday, August 29, 2022">29</a></td>
57
+ <td role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/30" title="Tuesday, August 30, 2022">30</a></td>
58
+ <td role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/7/31" title="Wednesday, August 31, 2022">31</a></td>
59
+ <td class="k-other-month" role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/8/1" title="Thursday, September 01, 2022">1</a></td>
60
+ <td class="k-other-month" role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/8/2" title="Friday, September 02, 2022">2</a></td>
61
+ <td class="k-other-month k-weekend" role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/8/3" title="Saturday, September 03, 2022">3</a></td>
62
+ </tr>
63
+ <tr role="row">
64
+ <td class="k-other-month k-weekend" role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/8/4" title="Sunday, September 04, 2022">4</a></td>
65
+ <td class="k-other-month" role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/8/5" title="Monday, September 05, 2022">5</a></td>
66
+ <td class="k-other-month" role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/8/6" title="Tuesday, September 06, 2022">6</a></td>
67
+ <td class="k-other-month" role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/8/7" title="Wednesday, September 07, 2022">7</a></td>
68
+ <td class="k-other-month" role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/8/8" title="Thursday, September 08, 2022">8</a></td>
69
+ <td class="k-other-month" role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/8/9" title="Friday, September 09, 2022">9</a></td>
70
+ <td class="k-other-month k-weekend" role="gridcell"><a tabindex="-1" class="k-link" href="#" data-value="2022/8/10" title="Saturday, September 10, 2022">10</a></td>
71
+ </tr>
72
+ </tbody>
73
+ </table>
171
74
  </div>
75
+ <div class="k-footer"><a href="#" class="k-link k-nav-today" title="Thursday, August 11, 2022">Thursday, August 11, 2022</a></div>
76
+ </cron-calendar>
172
77
  </div>
package/css/animate.css CHANGED
@@ -151,13 +151,13 @@
151
151
  /* Warning */
152
152
  .cronapp-icon.cronapp-warning {
153
153
  border-color: var(--colorWarning40, #f0ad4e);
154
- color: var(--colorWarning50, #d29744);
154
+ color: var(--colorWarning40, #f0ad4e);
155
155
  }
156
156
 
157
157
  /* Info */
158
158
  .cronapp-icon.cronapp-info {
159
159
  border-color: var(--colorCalm40, #3b448e);
160
- color: var(--colorCalm50, #343c7c);
160
+ color: var(--colorCalm40, #3b448e);
161
161
  }
162
162
 
163
163
  .cronapp-icon .cronapp-icon-content {
package/css/app.css CHANGED
@@ -1,9 +1,15 @@
1
+ @import 'signup.css';
2
+ @import 'reset_password.css';
3
+ @import 'modalTemplate.css';
1
4
  @import 'animate.css';
2
5
  @import './privacy/privacy.css';
3
- @import 'fonts/material-icons/font-material-icon.css';
6
+ @import '../components/css/deprecated/color-default.css';
7
+
8
+ /* Directive crn-input-password */
4
9
 
5
10
  @import '../components/css/crn-input-password.css';
6
11
 
12
+ /* END - Directive crn-input-password */
7
13
  .table.table-borderless>thead>tr>td,
8
14
  .table.table-borderless>thead>tr>th,
9
15
  .table.table-borderless>tfoot>tr>td,
@@ -14,17 +20,27 @@
14
20
  border-bottom: 0 none transparent;
15
21
  }
16
22
 
23
+ .navbar {
24
+ border: 0;
25
+ border-radius: 0;
26
+ margin-bottom: 0;
27
+ }
28
+
29
+ .qrCodeCronapp {
30
+ background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAADICAYAAACtWK6eAAANcElEQVR4Xu3dW3YjSQ4DUPX+Fz1zvADHjVMQFZEy+pcCHyCQTNlV1f+9Xq//vb77v/+GxxN/qv/t+GH6Z9P/LE8Lmu1gPrsEmnYg/lT/2/Epv0fxNUhO/7cLPDV4zvDBDDVITn4NknN4bYYaJF9NDZJzeG2GGiRfTQ2Sc3hthhokX00NknN4bYYaJF9NDZJzeG2GHYPopxinh3u6QKf5Ez+qr/0rv/CqPx1f9l+D+PdAWvDtAlF/EuDT59d8NQgYkoCeLhDNJwE9fX7NV4PUINLIMl6DgD4RFLH/BrCekOr/NP4NFCxTaD7Vn+ZP9afjvSC9IJHGapBekK9+xegFWQu8F6QXpBdkwcC4QdInlLb3p0/86/XS/OJP+zmdX/1pPsU1Xw0iBg/HJRAtWO3fnl/9aT7FxV8NIgYPxyUQLVjt355f/Wk+xcVfDSIGD8clEC1Y7d+eX/1pPsXFXw0iBg/HJRAtWO3fnl/9aT7FxV8NIgYPxyUQLVjt355f/Wk+xcVfDSIGD8clEC1Y7d+eX/1pPsXFXw0iBg/HJRAtWO3fnl/9aT7FxV8NAgavXpC2/4a4BKQS4k/5hVd9xaP67/j7IFcPuPGLttv7lwDSuASk/OJP+YVXfcWj+jWI/8KUFqB4tCAlf0Nc/amEBK78wqu+4lH9GqQGkYAkQAlc+YVXfcWj+jVIDSIBSYASuPILr/qKR/VrkBpEApIAJXDlF171FY/q1yA1iAQkAUrgyi+86ise1a9BahAJSAKUwJVfeNVXPKpfg4heG0gLcIXsExKY+rsdn7Hjv0/TXxSGDKcCCssTnvZ3O54E4APRA6IXxPSnAnKF7BNpf7fjM3Z6Qfh/yNITRAtIBaT8aTzt73Z8yo/231eskOFUQGF5wtP+bseTgL5irRlIF6wFTOdXfcXT/m7Ha37Fe0HCJ4gITgWk/Gk87e92fMpPDVKDLBmIBPKGPw2d1n+8QdIBUvz0E1D9TQtA+dVfys/p/Kqfxse/pKcNpvhUAMKrPwl4Or/6U331fzq/6qfxGgQMSkBagAQ2nV/9qb76P51f9dN4DVKDRN9RJMBpA6p+Gq9BapAaZMFADVKD1CA1yO8M6B1brwg64afzqz/Np/5P51f9NN4L0gvSCzJ5QVKHnsbrCZk+YYs/veHB+jt/3H2w/EdS1yBrmqcN/pElTxWpQfK/MTgtsKcbfEq7H8lbg9Qg0wb/iJCnitQgNUgNsnBXDVKD1CA1yPIATwvk6d8h0v6n3n4+krcXpBdk+gHxESFPFdHTYaruk/JKQOksp3eg+U73l/Ib4f/08JvMSUCbaX792OkdaL7T/aX8Rvg/PfwmcxLQZpoaJCXqBL4GMes1iDn62k/UIF5tDWKOvvYTNYhXW4OYo6/9RA3i1dYg5uhrP1GDeLU1iDn62k884ReFMvG0gLX8tL9pvPpXXPxO93+0fg0ieTh+u0A8wfoTRwX6OvwnHWqQVD7h/3/iA/+0ZzphDZIyOIxPn9DD7b3S/qbx6fw1SMrgMD4V0HB7NQgIfrTB+oqV2yc18DQ+nfDRAk+/w9QgqXz6HWTa4EcNWoPUIGLgqEDTC5Di32GQ9AmiBSm/8IrfLgD1n/Kj+dP6yp/2r/6i+jXI4Z+zbzzhJIBUYBJQWl/50/7VX1S/BqlBJCAJUAJXfuFVX/Gofg1Sg0hAEqAErvzCq77iUf0apAaRgCRACVz5hVd9xaP6NUgNIgFJgBK48guv+opH9WuQGkQCkgAlcOUXXvUVj+rXIDWIBCQBSuDKL7zqKx7V32kuKqDu3/BjTpXYmVE5VvGn85PMfgNW+9V+ljMo+Q9YBXZyJAJLl5D2p/pP50fz3R7XfrWfGmR4w1qAFqj2lF/4b4+L34g/Je8Fsby0gB2OT15YT3j3J8Sv9tMLMrxfLUALVHvKL/y3x8VvxJ+S94JYXlrADse9IOb5t0+IX+2nF+Tfud9CagFaoIoov/DfHhe/EX9K3gtieWkBOxz3gpjnay+IWpdAhE/jqQDT+ile/E3Pp/qaT/0pv/Cqn8aX/b2jORGQDiD8O2ZQjcm4+JueT/U1u/pTfuFVP43XICmDw/jTAlJ9jS+BK7/wqp/Ga5CUwWH8aQGpvsaXwJVfeNVP4zVIyuAw/rSAVF/jS+DKL7zqp/EaJGVwGH9aQKqv8SVw5Rde9dN4DZIyOIw/LSDV1/gSuPILr/ppvAZJGRzGnxaQ6mt8CVz5hVf9NE6DaIC0gZSA6f7S+YTX/NPzqb76n+5P9dX/aH8/xUcLbPzz/iJouj/VT+NHF/wF/B/lrwZJ5W/80QXXIF7Q6hM1SMbfDroG2WHp988c5a8GyZa3gz664F6QnRWt3Tn9ji+BaILp/lQ/jWv+6flUX/NN96f66n+0v14QrSePH11wL0i2wBok428HXYPssPTg7yDTC07zp3itT/mFT+N6hUj7U371r/rKfzV+54KkA9xOcNqf8Gk8FZjqK7/wqT6uxtcgWr//H4TOkH1CApbAVF35hVd95b8aX4No/TWIGLpa4Bt/UmTZfw2i9dcgYqgGAUM6obcTnPYnfBoXvxKo6iu/8Kqv/Ffje0G0/l4QMXS1wPuKZQHrCZYKQPg0rv4lUNVXfuFVX/mvxr/jgojAlKDT+VVfcc0vvAQkvOorv/CqPx0f7b8GmV5f/vdtJABNIIErv/CqPx0f7b8GmV5fDTLNcA0S/hRNBE4vMH0Cp/2rvvILP82f8o/23wsi+vN4KjAJQB2qvvILr/rT8dH+a5Dp9fUVa5rhGqSvWJHGdAFGBRZ1vgce7b8XZG8JyackUOWWAIRXfeUXXvWn46P9v8Mg0wSKgHQB0/2rv3Q+9X86v/qb5kf5l/3VIPl3BC1A8dMCVn8SuPoXXvWVX3jFa5DwO4wITuOpACTA0/nVn/hL+1f+GqQGkUaWcQlcAhZezSm/8IrXIDWINFKD/MZAv4P0O4jcowugJ7zwqq/8wiveC9ILIo30gvSC/K6B9AkXqe8D/7Bb+gQWP8ovvPhTfuEVP35B0gFPE6z6mm8aLwE8PT7N75KfT3wH0YBaoAQm/HR95Vf/KV7zPz2e8iN8DRIqZFrgWqDqh+NdD0/5Eb4GCSUggWoB0/hwvOvh0/zWIKEEpgWeCiAc73p4yo/wNUgogRokJDCES+DpfmqQcEHpAqbx4XjXw2sQrEgC04ZFsPCqr/zTePX/9Pg0v7wgTycw7T8V8HR95ZeAhP/r89cg4YVKBZgKVPi0vxpkwXBKrpb3hPhfF8hfn78XpBdkyUAN0gtSgSwYqEFqkBqkBvm3t/1+B/FfmJrmSE9wbTbtT/XT/Opf9YUf7W80uSa7JK4FTXOk+qIp7U/10/zqX/WFH+3vJ3naoAY4HReBml/46fnUn+qrf+V/Ol788KdYIigqcAF4esHTI6b7mZ5f/Z2uH+2nF8QXVAuOFrABlgCVQv0r/9Px4qcX5PLfg2iBErDwTxd42r/4qUFqkNEfc8vAqcBTfA0CBlKChY8WsAGWAJVC/Sv/0/HipxekF6QX5F9d0i/p/ZLeC7Jwz45BdGL/1ZzvwqULTvtI6z8dP82f8kufEb81iOh3PFrAxi9qRwXwhvpmaP0J8af8o/zUIKLfcS14dIFvEHjavxmqQVKOIvztC65BapBI4Cm4BlkzOG3Q6f0p/+h8fcUS/Y6nBn063gz1gqQcRfhUYFHxC74DpPOn+Gn+lL8XBAzdvuDRBV5gUAlYce1P+FF+3/GKlQ54lIANgaX9CZ/ylwpE/Z2OH52vBvFv0iUQLVD4GmT2hwzifxmvQWqQSEAfAOsBlD5gapDwO4w0oAUKny5Y9dP86n86fnS+XpBekGmBp/lrEDCYEpTitWDlFz59wqt+ml/9T8ePztcL0gsyLfA0fw3SCxJp6KiAos73wEfn6wXJL4jWrAULr1ek0/nT/oQXP6PxGqQGkUBlwGn8qAGUvAapQaYFnhpMGh6N1yA1SA2ysFgNUoPUIDXI8gpLIOkJ1yuG8qu/0/nT/oQXP6PxXpBeEAlUBpzGjxpAyWuQGmRa4KnBpOHReA1igzx6wRvq0XwbKUY/IgOruOZb5q9BahAJSAKcjtcgl/9REwkoXeC0wJRf8wk/HU/51Xy9INigFhARPK2eN+TXfG8oEaXQfpRc89UgNciSAQlIApyO1yB9xZrWWA2yYKAXpBekBqlBfmdArxA64Sn+6HnYKK75NlKMfkT7UXHNN35B1OB0XARGBL1erxSv+ZVfeM0vfBpX/9P9qb7mq0Euf8UaXbDU8Ya4+q9B3kBykkILSBeY4jWb8guv+YVP4+p/uj/V13y9IL0g0kgUl0BrkIjeHKwFpAtM8ZpQ+YXX/MKncfU/3Z/qa75ekF4QaSSKS6A1SERvDtYC0gWmeE2o/MJrfuHTuPqf7k/1NV8vSC+INBLFJdCvN0jE3gXgdIEpPqVA9dP80/hpg4z2/0P+owfYYEcC0/wpfqPF5UdUP80/jRe/0/Wj/DWIHxAS6LQAVD8SwAfA0/yMjlCD1CCjAnv6G0oNUoPUIAsGapAapAapQZYa0DuyvgMInwpQ9dP80/hpfkb77wXpBRkV2NO/g/wfGvc4hJk67W4AAAAASUVORK5CYII=") no-repeat;
31
+ min-height: 200px !important;
32
+ }
17
33
  .login-panel {
18
34
  margin: 11% auto 0 auto;
19
35
  }
20
36
 
21
37
  .social-button-face:hover {
22
- background: #3b5998 !important;
38
+ background-color: #3b5998 !important;
23
39
  color: #ffffff;
24
40
  }
25
41
 
26
42
  .social-button-google:hover {
27
- background: #d81c1c !important;
43
+ background-color: #d81c1c !important;
28
44
  color: #ffffff;
29
45
  }
30
46
 
@@ -35,7 +51,7 @@
35
51
  .upload-image-component {
36
52
  max-height: 128px;
37
53
  max-width: 128px;
38
- background: #ccc;
54
+ background-color: #ccc;
39
55
  display: table;
40
56
  }
41
57
 
@@ -51,7 +67,7 @@
51
67
 
52
68
  .upload-image-component-attribute {
53
69
  width: 100%;
54
- background: #ccc;
70
+ background-color: #ccc;
55
71
  display: table;
56
72
  }
57
73
 
@@ -95,8 +111,8 @@
95
111
 
96
112
  .crn-grid-title {
97
113
  float: left;
98
- color: var(--textColor40, #393939);
99
- font-size: var(--textBigSize, 18px);
114
+ color: #337ab7;
115
+ font-size: 20px;
100
116
  font-family: sans-serif;
101
117
  margin: 0;
102
118
  padding: 0;
@@ -114,16 +130,16 @@
114
130
 
115
131
  .cron-select-offscreen {
116
132
  clip: rect(0 0 0 0) !important;
117
- width: 1px !important;
118
- height: 1px !important;
119
- border: 0 !important;
120
- margin: 0 !important;
121
- padding: 0 !important;
122
- overflow: hidden !important;
123
- position: absolute !important;
124
- outline: 0 !important;
125
- left: 50% !important;
126
- top: 100% !important;
133
+ width: 1px !important;
134
+ height: 1px !important;
135
+ border: 0 !important;
136
+ margin: 0 !important;
137
+ padding: 0 !important;
138
+ overflow: hidden !important;
139
+ position: absolute !important;
140
+ outline: 0 !important;
141
+ left: 50% !important;
142
+ top: 100% !important;
127
143
  }
128
144
 
129
145
  .right-block {
@@ -148,10 +164,14 @@ li[data-component="crn-menu-item"] ul li a.bg-primary:hover {
148
164
  .k-grid-header .k-header a.k-link {
149
165
  text-transform: uppercase;
150
166
  font-weight: normal;
151
- font-size: var(--textNormalSize, 14px);
167
+ font-size: 12px;
152
168
  text-decoration: none !important;
153
169
  }
154
170
 
171
+ img.user-avatar {
172
+ width: 1.572em !important;
173
+ max-width: 1.572em !important;
174
+ }
155
175
  .modal {
156
176
  z-index: 10020;
157
177
  }
@@ -186,23 +206,39 @@ a {
186
206
  overflow: visible;
187
207
  clip: auto;
188
208
  white-space: normal;
209
+ /* */
189
210
  z-index: 2000;
190
211
  top: 1em;
191
212
  left: 1em;
192
213
  padding: 0.5em;
193
- background: #fff;
214
+ background-color: #fff;
194
215
  }
195
216
 
196
217
  .nav.nav-tabs li.active {
197
- background: #3b448e;
218
+ background-color: #3b448e;
198
219
  }
199
220
 
200
221
  .float-left-desktop {
201
222
  float: left;
202
223
  }
203
224
 
225
+ @media only screen and (max-width: 767px) {
226
+ #navbar cron-dynamic-menu .navbar-nav {
227
+ margin: 7.5px 0;
228
+ width: 100%;
229
+ }
230
+
231
+ .crn-navigator-horizontal #navbar,
232
+ .float-left-desktop {
233
+ float: none;
234
+ }
235
+
236
+ img.user-avatar {
237
+ margin-left: 0;
238
+ }
239
+ }
204
240
  .form-control[ng-readonly=true] {
205
- background: #eee;
241
+ background-color: #eee;
206
242
  opacity: 1;
207
243
  }
208
244
 
@@ -210,12 +246,14 @@ a {
210
246
  display: none;
211
247
  }
212
248
 
249
+
213
250
  /* Dynamic file maintenance */
214
251
 
215
252
  .dynamic-image-container {
216
253
  width: fit-content;
217
254
  }
218
255
 
256
+
219
257
  /* Treeview maintenance */
220
258
 
221
259
  .k-treeview .k-i-collapse,
@@ -224,7 +262,7 @@ a {
224
262
  }
225
263
 
226
264
  .k-treeview .k-in {
227
- font-family: var(--font-family, "Arial", sans-serif);
265
+ font-family: "Roboto", "Helvetica", "Arial", sans-serif;
228
266
  }
229
267
 
230
268
  .page-header {
@@ -234,14 +272,16 @@ a {
234
272
  }
235
273
 
236
274
  .crn-radiogroup .k-content {
237
- background: transparent;
275
+ background-color: transparent;
238
276
  }
239
277
 
240
278
  img.crn-image {
241
279
  max-width: 100%;
242
280
  }
243
281
 
282
+
244
283
  /* Botão desativado */
284
+
245
285
  .btn-default.disabled,
246
286
  .btn-default.disabled.active,
247
287
  .btn-default.disabled.focus,
@@ -260,12 +300,12 @@ fieldset[disabled] .btn-default.focus,
260
300
  fieldset[disabled] .btn-default:active,
261
301
  fieldset[disabled] .btn-default:focus,
262
302
  fieldset[disabled] .btn-default:hover {
263
- background: #d0d0d0;
303
+ background-color: #d0d0d0;
264
304
  color: #454545;
265
305
  }
266
306
 
267
307
  .header {
268
- background: #d1d1d1;
308
+ background-color: rgb(209, 209, 209);
269
309
  }
270
310
 
271
311
  .k-list .k-item.k-state-selected,
@@ -280,20 +320,23 @@ fieldset[disabled] .btn-default:hover {
280
320
  color: #000;
281
321
  }
282
322
 
283
- .center-content {
284
- height: 100vh;
285
- display: flex;
286
- align-items: center;
323
+ .carousel-caption {
324
+ right: 9%;
325
+ left: 9%;
287
326
  }
288
327
 
328
+ .carousel-control.left,
329
+ .carousel-control.right {
330
+ width: 8%;
331
+ }
289
332
  @font-face {
290
- font-family: "Arial-Report";
333
+ font-family: 'Arial-Report';
291
334
  src: url('../../../../node_modules/cronapp-lib-js/dist/js/kendo-ui/styles/fonts/arial-report/arial-report.ttf');
292
335
  }
293
336
 
294
337
  .k-pdf-export,
295
338
  .k-pdf-export * {
296
- font-family: "Arial-Report";
339
+ font-family: 'Arial-Report';
297
340
  }
298
341
 
299
342
  .k-invalid-msg {
@@ -301,16 +344,31 @@ fieldset[disabled] .btn-default:hover {
301
344
  border: none !important;
302
345
  }
303
346
 
347
+
304
348
  /* cronDynamicMenu */
305
349
  .displayBlock {
306
350
  display: block !important;
307
351
  }
308
352
 
309
- /* Timeline */
310
- .crn-timeline-container {
311
- margin: 30px;
312
- overflow: hidden;
313
- overflow-y: auto;
353
+ .nav.navbar-nav .dropdown-submenu:hover>ul.dropdown-menu {
354
+ display: block;
355
+ }
356
+
357
+ .nav.navbar-nav .dropdown-submenu>.dropdown-menu {
358
+ margin-top: -31px;
359
+ top: unset;
360
+ left: 100%;
361
+ }
362
+
363
+ .nav.navbar-nav .caret {
364
+ margin-left: 9px;
365
+ border-top: 5px dashed;
366
+ border-right: 5px solid transparent;
367
+ border-left: 5px solid transparent;
368
+ }
369
+
370
+ .nav.navbar-nav .caret.submenu {
371
+ transform: rotate(272deg);
314
372
  }
315
373
 
316
374
  /* Accordion */
@@ -334,7 +392,7 @@ fieldset[disabled] .btn-default:hover {
334
392
  /* Entrada de texto com botão */
335
393
  .crn-textinputbutton {
336
394
  display: flex;
337
- align-items: flex-end;
395
+ align-items: center;
338
396
  }
339
397
 
340
398
  .crn-textinputbutton-button {
@@ -353,47 +411,12 @@ fieldset[disabled] .btn-default:hover {
353
411
  position: relative;
354
412
  }
355
413
 
356
- #cron-breadcrumbs .k-breadcrumb-item a .k-icon {
357
- margin-right: 4px;
358
- }
359
-
360
- /* Form's button */
361
- .k-button.btn-fab i {
362
- margin: 0 auto;
363
- display: flex;
364
- align-items: center;
365
- justify-content: center;
366
- }
367
-
368
- .active-bar,
369
- .tool-bar {
370
- display: flex;
371
- gap: 6px;
372
- }
373
-
374
- label {
375
- font-weight: normal;
376
- }
377
-
378
- /* input background in form's autocomplete */
379
- input:-webkit-autofill,
380
- input:-webkit-autofill:hover,
381
- input:-webkit-autofill:focus,
382
- input:-webkit-autofill:active {
383
- -webkit-box-shadow: 0 0 0 calc(var(--textBigSize, 18px) * 2) var(--backgroundColor10, #ffffff) inset !important;
384
- -webkit-text-fill-color: var(--textColor60, #2a2a2a) !important;
385
- }
386
-
387
414
  input[type=checkbox].k-checkbox {
388
415
  clip: rect(0, 0, 0, 0);
389
416
  overflow: hidden;
390
417
  position: absolute;
391
418
  opacity: 0;
392
419
  -webkit-appearance: none;
393
- width: var(--textBigSize, 18px);
394
- height: var(--textBigSize, 18px);
395
- }
396
-
397
- #auditDetail .modal-content .list-group .form-group{
398
- margin-right: 10px;
420
+ width: 21px;
421
+ height: 21px;
399
422
  }