cronapp-framework-js 1.0.4

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 (2115) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +17 -0
  3. package/components/crn-QRCode.components.json +53 -0
  4. package/components/crn-accordion.components.json +110 -0
  5. package/components/crn-anchor.components.json +338 -0
  6. package/components/crn-button-filter.components.json +234 -0
  7. package/components/crn-button.components.json +762 -0
  8. package/components/crn-carousel-item.components.json +161 -0
  9. package/components/crn-carousel.components.json +116 -0
  10. package/components/crn-cell.components.json +17 -0
  11. package/components/crn-checkbox.components.json +85 -0
  12. package/components/crn-combobox-dynamic.components.json +77 -0
  13. package/components/crn-combobox.components.json +58 -0
  14. package/components/crn-component.components.json +58 -0
  15. package/components/crn-cron-captcha.components.json +83 -0
  16. package/components/crn-cron-chat.components.json +32 -0
  17. package/components/crn-cron-crud.components.json +21 -0
  18. package/components/crn-cron-dashboard-viewer.components.json +48 -0
  19. package/components/crn-cron-grid.components.json +228 -0
  20. package/components/crn-cron-report-viewer.components.json +48 -0
  21. package/components/crn-cron-rich-editor.components.json +210 -0
  22. package/components/crn-cron-tree-view.components.json +82 -0
  23. package/components/crn-datasource-filter-complex.components.json +33 -0
  24. package/components/crn-datasource-filter.components.json +176 -0
  25. package/components/crn-datasource.components.json +188 -0
  26. package/components/crn-datepicker.components.json +157 -0
  27. package/components/crn-datetimepicker.components.json +160 -0
  28. package/components/crn-dynamic-file.components.json +188 -0
  29. package/components/crn-dynamic-image.components.json +159 -0
  30. package/components/crn-dynamic-menu.components.json +58 -0
  31. package/components/crn-eight-four-container.components.json +20 -0
  32. package/components/crn-enterprise-autocomplete.components.json +165 -0
  33. package/components/crn-enterprise-checkbox.components.json +340 -0
  34. package/components/crn-enterprise-combobox-multiple.components.json +367 -0
  35. package/components/crn-enterprise-combobox.components.json +172 -0
  36. package/components/crn-enterprise-date.components.json +69 -0
  37. package/components/crn-enterprise-dynamic-autocomplete.components.json +170 -0
  38. package/components/crn-enterprise-dynamic-combobox.components.json +170 -0
  39. package/components/crn-figma-component.components.json +10 -0
  40. package/components/crn-foot-cell.components.json +17 -0
  41. package/components/crn-foot-row.components.json +17 -0
  42. package/components/crn-form-template.components.json +14 -0
  43. package/components/crn-four-eight-container.components.json +20 -0
  44. package/components/crn-frame.components.json +62 -0
  45. package/components/crn-grid.components.json +100 -0
  46. package/components/crn-head-cell.components.json +17 -0
  47. package/components/crn-head-row.components.json +17 -0
  48. package/components/crn-header.components.json +19 -0
  49. package/components/crn-horizontal-container.components.json +42 -0
  50. package/components/crn-icon.components.json +293 -0
  51. package/components/crn-image-menu.components.json +50 -0
  52. package/components/crn-image.components.json +188 -0
  53. package/components/crn-infinite-scroll.components.json +29 -0
  54. package/components/crn-input-password.components.json +74 -0
  55. package/components/crn-jumbotron.components.json +62 -0
  56. package/components/crn-list-item.components.json +20 -0
  57. package/components/crn-list.components.json +46 -0
  58. package/components/crn-menu-item.components.json +63 -0
  59. package/components/crn-navbar.components.json +162 -0
  60. package/components/crn-one-container.components.json +55 -0
  61. package/components/crn-ordered-list.components.json +92 -0
  62. package/components/crn-ordered-sub-list.components.json +92 -0
  63. package/components/crn-panel.components.json +154 -0
  64. package/components/crn-radioOption.components.json +92 -0
  65. package/components/crn-radiogroup.components.json +282 -0
  66. package/components/crn-rating.components.json +351 -0
  67. package/components/crn-row.components.json +17 -0
  68. package/components/crn-sidebar-item.components.json +25 -0
  69. package/components/crn-sidebar.components.json +32 -0
  70. package/components/crn-signature-pad.components.json +36 -0
  71. package/components/crn-simple-text.components.json +90 -0
  72. package/components/crn-slider.components.json +103 -0
  73. package/components/crn-social-login.components.json +13 -0
  74. package/components/crn-start.components.json +20 -0
  75. package/components/crn-sub-form-template.components.json +14 -0
  76. package/components/crn-subtitle.components.json +85 -0
  77. package/components/crn-table.components.json +87 -0
  78. package/components/crn-tabs.components.json +88 -0
  79. package/components/crn-tags.components.json +44 -0
  80. package/components/crn-text-component.components.json +128 -0
  81. package/components/crn-text.components.json +48 -0
  82. package/components/crn-textarea.components.json +197 -0
  83. package/components/crn-textinput.components.json +186 -0
  84. package/components/crn-textinputbutton.components.json +170 -0
  85. package/components/crn-textinputicon.components.json +169 -0
  86. package/components/crn-three-container.components.json +20 -0
  87. package/components/crn-timeline.components.json +44 -0
  88. package/components/crn-timepicker.components.json +129 -0
  89. package/components/crn-title.components.json +82 -0
  90. package/components/crn-trhee-six-three-container.components.json +20 -0
  91. package/components/crn-two-container.components.json +20 -0
  92. package/components/crn-unordered-list.components.json +82 -0
  93. package/components/crn-unordered-sub-list.components.json +83 -0
  94. package/components/crn-upload-file.components.json +154 -0
  95. package/components/crn-upload.components.json +156 -0
  96. package/components/crn-vertical-container.components.json +56 -0
  97. package/components/crn-wizard.components.json +134 -0
  98. package/components/cron-breadcrumbs.components.json +112 -0
  99. package/components/cron-ordered-list.components.json +153 -0
  100. package/components/css/checkbox-color.css +1088 -0
  101. package/components/css/color-default.css +381 -0
  102. package/components/css/combobox-color.css +748 -0
  103. package/components/css/crn-input-password.css +41 -0
  104. package/components/css/designtime.css +268 -0
  105. package/components/css/font-size.css +31 -0
  106. package/components/css/multiselect-editor.css +106 -0
  107. package/components/css/option-color.css +641 -0
  108. package/components/dashboard/dashboard.view.html +14 -0
  109. package/components/js/format.min.js +2 -0
  110. package/components/js/jquery.inputmask.bundle.js +2600 -0
  111. package/components/js/jquery.mask.min.js +19 -0
  112. package/components/js/qrcode.js +1319 -0
  113. package/components/reports/BOOLEAN.parameter.html +4 -0
  114. package/components/reports/DATE.parameter.html +4 -0
  115. package/components/reports/DOUBLE.parameter.html +4 -0
  116. package/components/reports/FLOAT.parameter.html +4 -0
  117. package/components/reports/INTEGER.parameter.html +4 -0
  118. package/components/reports/LONG.parameter.html +4 -0
  119. package/components/reports/STRING.parameter.html +4 -0
  120. package/components/reports/reports.parameters.html +18 -0
  121. package/components/reports/reports.view.html +14 -0
  122. package/components/templates/Component_Container/crn-eight-four-container.template.html +14 -0
  123. package/components/templates/Component_Container/crn-four-eight-container.template.html +14 -0
  124. package/components/templates/Component_Container/crn-one-container.template.html +7 -0
  125. package/components/templates/Component_Container/crn-three-container.template.html +21 -0
  126. package/components/templates/Component_Container/crn-three-six-three-container.template.html +21 -0
  127. package/components/templates/Component_Container/crn-two-container.template.html +14 -0
  128. package/components/templates/accordion.template.html +44 -0
  129. package/components/templates/anchor.template.html +1 -0
  130. package/components/templates/angular-ui-notification.template.html +3 -0
  131. package/components/templates/banner.template.html +4 -0
  132. package/components/templates/button-report.template.html +3 -0
  133. package/components/templates/button.oauth2.template.html +1 -0
  134. package/components/templates/button.template.html +4 -0
  135. package/components/templates/buttonfilter.template.html +4 -0
  136. package/components/templates/carousel.template.html +47 -0
  137. package/components/templates/cell.template.html +5 -0
  138. package/components/templates/chart.template.html +3 -0
  139. package/components/templates/checkbox.template.html +6 -0
  140. package/components/templates/combobox-dynamic.template.html +13 -0
  141. package/components/templates/combobox.template.html +13 -0
  142. package/components/templates/crn-carousel-item.tempate.html +7 -0
  143. package/components/templates/crn-input-password.designtime.html +10 -0
  144. package/components/templates/crn-input-password.template.html +13 -0
  145. package/components/templates/crn-list-item.template.html +1 -0
  146. package/components/templates/crn-ordered-list.template.html +5 -0
  147. package/components/templates/crn-ordered-sub-list.template.html +5 -0
  148. package/components/templates/crn-signature-pad.designtime.html +5 -0
  149. package/components/templates/crn-signature-pad.template.html +1 -0
  150. package/components/templates/crn-unordered-list.template.html +5 -0
  151. package/components/templates/crn-unordered-sub-list.template.html +6 -0
  152. package/components/templates/cron-autocomplete.designtime.html +4 -0
  153. package/components/templates/cron-autocomplete.template.html +8 -0
  154. package/components/templates/cron-barcode.template.html +1 -0
  155. package/components/templates/cron-breadcrumbs.designtime.html +11 -0
  156. package/components/templates/cron-breadcrumbs.template.html +5 -0
  157. package/components/templates/cron-calendar.designtime.html +77 -0
  158. package/components/templates/cron-calendar.template.html +1 -0
  159. package/components/templates/cron-captcha.designtime.html +7 -0
  160. package/components/templates/cron-captcha.template.html +4 -0
  161. package/components/templates/cron-chat.designtime.html +1 -0
  162. package/components/templates/cron-chat.template.html +1 -0
  163. package/components/templates/cron-checkbox.template.html +4 -0
  164. package/components/templates/cron-combobox-multiple.designtime.html +12 -0
  165. package/components/templates/cron-combobox-multiple.template.html +5 -0
  166. package/components/templates/cron-combobox.designtime.html +6 -0
  167. package/components/templates/cron-combobox.template.html +5 -0
  168. package/components/templates/cron-crud.template.html +63 -0
  169. package/components/templates/cron-dashboard-viewer.designtime.html +17 -0
  170. package/components/templates/cron-dashboard-viewer.template.html +1 -0
  171. package/components/templates/cron-date.template.html +5 -0
  172. package/components/templates/cron-dynamic-autocomplete.template.html +5 -0
  173. package/components/templates/cron-dynamic-combobox.designtime.html +6 -0
  174. package/components/templates/cron-dynamic-combobox.template.html +5 -0
  175. package/components/templates/cron-dynamic-menu.designtime.html +9 -0
  176. package/components/templates/cron-dynamic-menu.template.html +4 -0
  177. package/components/templates/cron-frame.designtime.html +7 -0
  178. package/components/templates/cron-frame.template.html +2 -0
  179. package/components/templates/cron-grid.designtime.html +74 -0
  180. package/components/templates/cron-grid.template.html +2 -0
  181. package/components/templates/cron-ordered-list.template.html +7 -0
  182. package/components/templates/cron-qrcode.template.html +4 -0
  183. package/components/templates/cron-radio.template.html +16 -0
  184. package/components/templates/cron-report-viewer.designtime.html +15 -0
  185. package/components/templates/cron-report-viewer.template.html +1 -0
  186. package/components/templates/cron-rich-editor.template.html +6 -0
  187. package/components/templates/cron-scheduler.designtime.html +375 -0
  188. package/components/templates/cron-scheduler.template.html +1 -0
  189. package/components/templates/cron-slider.designtime.html +34 -0
  190. package/components/templates/cron-slider.template.html +5 -0
  191. package/components/templates/cron-switch.template.html +12 -0
  192. package/components/templates/cron-tree-view.designtime.html +31 -0
  193. package/components/templates/cron-tree-view.template.html +2 -0
  194. package/components/templates/datasource.template.html +1 -0
  195. package/components/templates/datasourcefilter.template.html +6 -0
  196. package/components/templates/datasourcefiltercomplex.template.html +17 -0
  197. package/components/templates/date.template.html +4 -0
  198. package/components/templates/datetime.template.html +4 -0
  199. package/components/templates/div.template.html +1 -0
  200. package/components/templates/dynamicfile.designtime.html +5 -0
  201. package/components/templates/dynamicfile.template.html +23 -0
  202. package/components/templates/dynamicimage.designtime.html +19 -0
  203. package/components/templates/dynamicimage.template.html +6 -0
  204. package/components/templates/dynamictitle.template.html +1 -0
  205. package/components/templates/fileupload-button.template.html +6 -0
  206. package/components/templates/fileupload.template.html +10 -0
  207. package/components/templates/foot-cell.template.html +5 -0
  208. package/components/templates/foot-row.template.html +14 -0
  209. package/components/templates/form.template.html +48 -0
  210. package/components/templates/grid-horizontal.template.html +4 -0
  211. package/components/templates/grid-vertical.template.html +4 -0
  212. package/components/templates/grid.template.html +36 -0
  213. package/components/templates/head-cell.template.html +5 -0
  214. package/components/templates/head-row.template.html +14 -0
  215. package/components/templates/head.template.html +16 -0
  216. package/components/templates/header.template.html +10 -0
  217. package/components/templates/icon.template.html +1 -0
  218. package/components/templates/image-menu.template.html +1 -0
  219. package/components/templates/image.default.template.html +2 -0
  220. package/components/templates/image.template.html +16 -0
  221. package/components/templates/list.template.html +4 -0
  222. package/components/templates/multiselect.template.html +13 -0
  223. package/components/templates/navbar.template.html +16 -0
  224. package/components/templates/panel.template.html +14 -0
  225. package/components/templates/qrcode.template.html +4 -0
  226. package/components/templates/radiogroup.template.html +10 -0
  227. package/components/templates/rating.template.html +7 -0
  228. package/components/templates/row.template.html +14 -0
  229. package/components/templates/sidebar.template.html +23 -0
  230. package/components/templates/social-button-bar.template.html +54 -0
  231. package/components/templates/sub-form.template.html +48 -0
  232. package/components/templates/subtitle.template.html +1 -0
  233. package/components/templates/table.template.html +33 -0
  234. package/components/templates/tabs.template.html +16 -0
  235. package/components/templates/textarea.template.html +4 -0
  236. package/components/templates/textinput.template.html +4 -0
  237. package/components/templates/textinputbutton.template.html +14 -0
  238. package/components/templates/textinputicon.template.html +10 -0
  239. package/components/templates/time.template.html +4 -0
  240. package/components/templates/timeline.designtime.html +65 -0
  241. package/components/templates/timeline.template.html +3 -0
  242. package/components/templates/title-default.template.html +1 -0
  243. package/components/templates/title.template.html +1 -0
  244. package/components/templates/treeview.template.html +19 -0
  245. package/components/templates/wizard.template.html +65 -0
  246. package/components/upload/upload.html +38 -0
  247. package/css/animate.css +463 -0
  248. package/css/app.css +416 -0
  249. package/css/cronos-template.css +0 -0
  250. package/css/cronos.css +262 -0
  251. package/css/fonts/SourceSansPro/SourceSansPro-Black.otf +0 -0
  252. package/css/fonts/SourceSansPro/SourceSansPro-BlackIt.otf +0 -0
  253. package/css/fonts/SourceSansPro/SourceSansPro-Bold.otf +0 -0
  254. package/css/fonts/SourceSansPro/SourceSansPro-BoldIt.otf +0 -0
  255. package/css/fonts/SourceSansPro/SourceSansPro-ExtraLight.otf +0 -0
  256. package/css/fonts/SourceSansPro/SourceSansPro-ExtraLightIt.otf +0 -0
  257. package/css/fonts/SourceSansPro/SourceSansPro-It.otf +0 -0
  258. package/css/fonts/SourceSansPro/SourceSansPro-Light.otf +0 -0
  259. package/css/fonts/SourceSansPro/SourceSansPro-LightIt.otf +0 -0
  260. package/css/fonts/SourceSansPro/SourceSansPro-Regular.otf +0 -0
  261. package/css/fonts/SourceSansPro/SourceSansPro-Semibold.otf +0 -0
  262. package/css/fonts/SourceSansPro/SourceSansPro-SemiboldIt.otf +0 -0
  263. package/css/fonts/SourceSansPro/SourceSansPro.css +83 -0
  264. package/css/fonts/WorkSans/WorkSans-Black.ttf +0 -0
  265. package/css/fonts/WorkSans/WorkSans-BlackItalic.ttf +0 -0
  266. package/css/fonts/WorkSans/WorkSans-Bold.ttf +0 -0
  267. package/css/fonts/WorkSans/WorkSans-BoldItalic.ttf +0 -0
  268. package/css/fonts/WorkSans/WorkSans-ExtraBold.ttf +0 -0
  269. package/css/fonts/WorkSans/WorkSans-ExtraBoldItalic.ttf +0 -0
  270. package/css/fonts/WorkSans/WorkSans-ExtraLight.ttf +0 -0
  271. package/css/fonts/WorkSans/WorkSans-ExtraLightItalic.ttf +0 -0
  272. package/css/fonts/WorkSans/WorkSans-Italic.ttf +0 -0
  273. package/css/fonts/WorkSans/WorkSans-Light.ttf +0 -0
  274. package/css/fonts/WorkSans/WorkSans-LightItalic.ttf +0 -0
  275. package/css/fonts/WorkSans/WorkSans-Medium.ttf +0 -0
  276. package/css/fonts/WorkSans/WorkSans-MediumItalic.ttf +0 -0
  277. package/css/fonts/WorkSans/WorkSans-Regular.ttf +0 -0
  278. package/css/fonts/WorkSans/WorkSans-SemiBold.ttf +0 -0
  279. package/css/fonts/WorkSans/WorkSans-SemiBoldItalic.ttf +0 -0
  280. package/css/fonts/WorkSans/WorkSans-Thin.ttf +0 -0
  281. package/css/fonts/WorkSans/WorkSans-ThinItalic.ttf +0 -0
  282. package/css/fonts/WorkSans/WorkSans.css +97 -0
  283. package/css/fonts/arial-narrow/arial-narrow-bold-italic.ttf +0 -0
  284. package/css/fonts/arial-narrow/arial-narrow-bold.ttf +0 -0
  285. package/css/fonts/arial-narrow/arial-narrow-italic.ttf +0 -0
  286. package/css/fonts/arial-narrow/arial-narrow.css +27 -0
  287. package/css/fonts/arial-narrow/arial-narrow.ttf +0 -0
  288. package/css/fonts/calibri/calibri-bold-italic.ttf +0 -0
  289. package/css/fonts/calibri/calibri-bold.ttf +0 -0
  290. package/css/fonts/calibri/calibri-italic.ttf +0 -0
  291. package/css/fonts/calibri/calibri-light-italic.ttf +0 -0
  292. package/css/fonts/calibri/calibri-light.ttf +0 -0
  293. package/css/fonts/calibri/calibri-regular.ttf +0 -0
  294. package/css/fonts/calibri/calibri.css +41 -0
  295. package/css/fonts/georgia/georgia.css +27 -0
  296. package/css/fonts/georgia/georgia_bold.ttf +0 -0
  297. package/css/fonts/georgia/georgia_bold_italic.ttf +0 -0
  298. package/css/fonts/georgia/georgia_italic.ttf +0 -0
  299. package/css/fonts/georgia/georgia_regular.ttf +0 -0
  300. package/css/fonts/glyphicons-halflings/glyphicons-halflings-regular.eot +0 -0
  301. package/css/fonts/glyphicons-halflings/glyphicons-halflings-regular.svg +288 -0
  302. package/css/fonts/glyphicons-halflings/glyphicons-halflings-regular.ttf +0 -0
  303. package/css/fonts/glyphicons-halflings/glyphicons-halflings-regular.woff +0 -0
  304. package/css/fonts/glyphicons-halflings/glyphicons-halflings-regular.woff2 +0 -0
  305. package/css/fonts/helvetica-neue/HelveticaNeue.css +125 -0
  306. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-Bd.otf +0 -0
  307. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-BdIt.otf +0 -0
  308. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-Blk.otf +0 -0
  309. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-BlkIt.otf +0 -0
  310. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-Hv.otf +0 -0
  311. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-HvIt.otf +0 -0
  312. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-It.otf +0 -0
  313. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-Lt.otf +0 -0
  314. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-LtIt.otf +0 -0
  315. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-Md.otf +0 -0
  316. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-MdIt.otf +0 -0
  317. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-Roman.otf +0 -0
  318. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-Th.otf +0 -0
  319. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-ThIt.otf +0 -0
  320. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-UltLt.otf +0 -0
  321. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-UltLtIt.otf +0 -0
  322. package/css/fonts/inter/Inter-Black.otf +0 -0
  323. package/css/fonts/inter/Inter-BlackItalic.otf +0 -0
  324. package/css/fonts/inter/Inter-Bold.otf +0 -0
  325. package/css/fonts/inter/Inter-BoldItalic.otf +0 -0
  326. package/css/fonts/inter/Inter-ExtraBold.otf +0 -0
  327. package/css/fonts/inter/Inter-ExtraBoldItalic.otf +0 -0
  328. package/css/fonts/inter/Inter-ExtraLightItalic.otf +0 -0
  329. package/css/fonts/inter/Inter-Italic.otf +0 -0
  330. package/css/fonts/inter/Inter-Light.otf +0 -0
  331. package/css/fonts/inter/Inter-LightItalic.otf +0 -0
  332. package/css/fonts/inter/Inter-Medium.otf +0 -0
  333. package/css/fonts/inter/Inter-MediumItalic.otf +0 -0
  334. package/css/fonts/inter/Inter-Regular.otf +0 -0
  335. package/css/fonts/inter/Inter-SemiBold.otf +0 -0
  336. package/css/fonts/inter/Inter-SemiBoldItalic.otf +0 -0
  337. package/css/fonts/inter/Inter-Thin.otf +0 -0
  338. package/css/fonts/inter/Inter-ThinItalic.otf +0 -0
  339. package/css/fonts/inter/inter.css +104 -0
  340. package/css/fonts/lato/Lato-Black.ttf +0 -0
  341. package/css/fonts/lato/Lato-BlackItalic.ttf +0 -0
  342. package/css/fonts/lato/Lato-Bold.ttf +0 -0
  343. package/css/fonts/lato/Lato-BoldItalic.ttf +0 -0
  344. package/css/fonts/lato/Lato-Hairline.ttf +0 -0
  345. package/css/fonts/lato/Lato-HairlineItalic.ttf +0 -0
  346. package/css/fonts/lato/Lato-Heavy.ttf +0 -0
  347. package/css/fonts/lato/Lato-HeavyItalic.ttf +0 -0
  348. package/css/fonts/lato/Lato-Italic.ttf +0 -0
  349. package/css/fonts/lato/Lato-Light.ttf +0 -0
  350. package/css/fonts/lato/Lato-LightItalic.ttf +0 -0
  351. package/css/fonts/lato/Lato-Medium.ttf +0 -0
  352. package/css/fonts/lato/Lato-MediumItalic.ttf +0 -0
  353. package/css/fonts/lato/Lato-Regular.ttf +0 -0
  354. package/css/fonts/lato/Lato-Semibold.ttf +0 -0
  355. package/css/fonts/lato/Lato-SemiboldItalic.ttf +0 -0
  356. package/css/fonts/lato/Lato-Thin.ttf +0 -0
  357. package/css/fonts/lato/Lato-ThinItalic.ttf +0 -0
  358. package/css/fonts/lato/lato.css +125 -0
  359. package/css/fonts/material-icons/MaterialIcons-Regular.ttf +0 -0
  360. package/css/fonts/material-icons/font-material-icon.css +22 -0
  361. package/css/fonts/material-icons/material-icons.woff2 +0 -0
  362. package/css/fonts/news-cycle/NewsCycle-Bold.ttf +0 -0
  363. package/css/fonts/news-cycle/NewsCycle-Regular.ttf +0 -0
  364. package/css/fonts/news-cycle/NewsCycle.css +13 -0
  365. package/css/fonts/nunito/nunito.css +270 -0
  366. package/css/fonts/open-sans/OpenSans-Bold.ttf +0 -0
  367. package/css/fonts/open-sans/OpenSans-BoldItalic.ttf +0 -0
  368. package/css/fonts/open-sans/OpenSans-ExtraBold.ttf +0 -0
  369. package/css/fonts/open-sans/OpenSans-ExtraBoldItalic.ttf +0 -0
  370. package/css/fonts/open-sans/OpenSans-Italic.ttf +0 -0
  371. package/css/fonts/open-sans/OpenSans-Light.ttf +0 -0
  372. package/css/fonts/open-sans/OpenSans-LightItalic.ttf +0 -0
  373. package/css/fonts/open-sans/OpenSans-Regular.ttf +0 -0
  374. package/css/fonts/open-sans/OpenSans-Semibold.ttf +0 -0
  375. package/css/fonts/open-sans/OpenSans-SemiboldItalic.ttf +0 -0
  376. package/css/fonts/open-sans/OpenSans.css +69 -0
  377. package/css/fonts/raleway/Raleway-Black.ttf +0 -0
  378. package/css/fonts/raleway/Raleway-BlackItalic.ttf +0 -0
  379. package/css/fonts/raleway/Raleway-Bold.ttf +0 -0
  380. package/css/fonts/raleway/Raleway-BoldItalic.ttf +0 -0
  381. package/css/fonts/raleway/Raleway-ExtraBold.ttf +0 -0
  382. package/css/fonts/raleway/Raleway-ExtraBoldItalic.ttf +0 -0
  383. package/css/fonts/raleway/Raleway-ExtraLight.ttf +0 -0
  384. package/css/fonts/raleway/Raleway-ExtraLightItalic.ttf +0 -0
  385. package/css/fonts/raleway/Raleway-Italic.ttf +0 -0
  386. package/css/fonts/raleway/Raleway-Light.ttf +0 -0
  387. package/css/fonts/raleway/Raleway-LightItalic.ttf +0 -0
  388. package/css/fonts/raleway/Raleway-Medium.ttf +0 -0
  389. package/css/fonts/raleway/Raleway-MediumItalic.ttf +0 -0
  390. package/css/fonts/raleway/Raleway-Regular.ttf +0 -0
  391. package/css/fonts/raleway/Raleway-SemiBold.ttf +0 -0
  392. package/css/fonts/raleway/Raleway-SemiBoldItalic.ttf +0 -0
  393. package/css/fonts/raleway/Raleway-Thin.ttf +0 -0
  394. package/css/fonts/raleway/Raleway-ThinItalic.ttf +0 -0
  395. package/css/fonts/raleway/raleway.css +111 -0
  396. package/css/fonts/rawline/rawline-100.ttf +0 -0
  397. package/css/fonts/rawline/rawline-100i.ttf +0 -0
  398. package/css/fonts/rawline/rawline-200.ttf +0 -0
  399. package/css/fonts/rawline/rawline-200i.ttf +0 -0
  400. package/css/fonts/rawline/rawline-300.ttf +0 -0
  401. package/css/fonts/rawline/rawline-300i.ttf +0 -0
  402. package/css/fonts/rawline/rawline-400.ttf +0 -0
  403. package/css/fonts/rawline/rawline-400i.ttf +0 -0
  404. package/css/fonts/rawline/rawline-500.ttf +0 -0
  405. package/css/fonts/rawline/rawline-500i.ttf +0 -0
  406. package/css/fonts/rawline/rawline-600.ttf +0 -0
  407. package/css/fonts/rawline/rawline-600i.ttf +0 -0
  408. package/css/fonts/rawline/rawline-700.ttf +0 -0
  409. package/css/fonts/rawline/rawline-700i.ttf +0 -0
  410. package/css/fonts/rawline/rawline-800.ttf +0 -0
  411. package/css/fonts/rawline/rawline-800i.ttf +0 -0
  412. package/css/fonts/rawline/rawline-900.ttf +0 -0
  413. package/css/fonts/rawline/rawline-900i.ttf +0 -0
  414. package/css/fonts/rawline/rawline.css +111 -0
  415. package/css/fonts/roboto/Roboto-Black.ttf +0 -0
  416. package/css/fonts/roboto/Roboto-BlackItalic.ttf +0 -0
  417. package/css/fonts/roboto/Roboto-Bold.ttf +0 -0
  418. package/css/fonts/roboto/Roboto-BoldItalic.ttf +0 -0
  419. package/css/fonts/roboto/Roboto-Italic.ttf +0 -0
  420. package/css/fonts/roboto/Roboto-Light.ttf +0 -0
  421. package/css/fonts/roboto/Roboto-LightItalic.ttf +0 -0
  422. package/css/fonts/roboto/Roboto-Medium.ttf +0 -0
  423. package/css/fonts/roboto/Roboto-MediumItalic.ttf +0 -0
  424. package/css/fonts/roboto/Roboto-Regular.ttf +0 -0
  425. package/css/fonts/roboto/Roboto-Thin.ttf +0 -0
  426. package/css/fonts/roboto/Roboto-ThinItalic.ttf +0 -0
  427. package/css/fonts/roboto/roboto.css +83 -0
  428. package/css/fonts/times-new-roman/Times-New-Roman.css +27 -0
  429. package/css/fonts/times-new-roman/times-new-roman-bold-italic.ttf +0 -0
  430. package/css/fonts/times-new-roman/times-new-roman-italic.ttf +0 -0
  431. package/css/fonts/times-new-roman/times-new-roman.ttf +0 -0
  432. package/css/fonts/times-new-roman/times-new-romanbold.ttf +0 -0
  433. package/css/fonts/ubuntu/Ubuntu-B.ttf +0 -0
  434. package/css/fonts/ubuntu/Ubuntu-BI.ttf +0 -0
  435. package/css/fonts/ubuntu/Ubuntu-C.ttf +0 -0
  436. package/css/fonts/ubuntu/Ubuntu-L.ttf +0 -0
  437. package/css/fonts/ubuntu/Ubuntu-LI.ttf +0 -0
  438. package/css/fonts/ubuntu/Ubuntu-M.ttf +0 -0
  439. package/css/fonts/ubuntu/Ubuntu-MI.ttf +0 -0
  440. package/css/fonts/ubuntu/Ubuntu-R.ttf +0 -0
  441. package/css/fonts/ubuntu/Ubuntu-RI.ttf +0 -0
  442. package/css/fonts/ubuntu/Ubuntu.css +55 -0
  443. package/css/privacy/privacy.css +128 -0
  444. package/css/themes/aquamarine.min.css +9 -0
  445. package/css/themes/cerulean.min.css +9 -0
  446. package/css/themes/cosmo.min.css +9 -0
  447. package/css/themes/custom/aquamarine/button-aquamarine.css +341 -0
  448. package/css/themes/custom/aquamarine/checkbox-aquamarine.css +113 -0
  449. package/css/themes/custom/aquamarine/custom-aquamarine.css +1506 -0
  450. package/css/themes/custom/aquamarine/img/arrow-gray.svg +3 -0
  451. package/css/themes/custom/aquamarine/img/arrow-white.svg +3 -0
  452. package/css/themes/custom/aquamarine/navbar-aquamarine.css +82 -0
  453. package/css/themes/custom/aquamarine/panel-aquamarine.css +139 -0
  454. package/css/themes/custom/cerulean/button-cerulean.css +335 -0
  455. package/css/themes/custom/cerulean/custom-cerulean.css +999 -0
  456. package/css/themes/custom/cerulean/img/arrow-gray.svg +10 -0
  457. package/css/themes/custom/cerulean/img/arrow-white.svg +10 -0
  458. package/css/themes/custom/cerulean/navbar-cerulean.css +82 -0
  459. package/css/themes/custom/cerulean/panel-cerulean.css +120 -0
  460. package/css/themes/custom/cosmo/button-cosmo.css +117 -0
  461. package/css/themes/custom/cosmo/custom-cosmo.css +1206 -0
  462. package/css/themes/custom/cosmo/navbar-cosmo.css +106 -0
  463. package/css/themes/custom/cosmo/panel-cosmo.css +131 -0
  464. package/css/themes/custom/cyborg/button-cyborg.css +154 -0
  465. package/css/themes/custom/cyborg/custom-cyborg.css +1546 -0
  466. package/css/themes/custom/cyborg/navbar-cyborg.css +117 -0
  467. package/css/themes/custom/cyborg/panel-cyborg.css +133 -0
  468. package/css/themes/custom/darkly/button-darkly.css +162 -0
  469. package/css/themes/custom/darkly/custom-darkly.css +1269 -0
  470. package/css/themes/custom/darkly/navbar-darkly.css +112 -0
  471. package/css/themes/custom/darkly/panel-darkly.css +124 -0
  472. package/css/themes/custom/dsgov/button-dsgov.css +173 -0
  473. package/css/themes/custom/dsgov/calendar-dsgov.css +269 -0
  474. package/css/themes/custom/dsgov/color-dsgov.css +138 -0
  475. package/css/themes/custom/dsgov/custom-dsgov.css +1334 -0
  476. package/css/themes/custom/dsgov/form-dsgov.css +437 -0
  477. package/css/themes/custom/dsgov/img/arrow-blue.svg +9 -0
  478. package/css/themes/custom/dsgov/img/cover.jpg +0 -0
  479. package/css/themes/custom/dsgov/navbar-dsgov.css +275 -0
  480. package/css/themes/custom/dsgov/panel-dsgov.css +200 -0
  481. package/css/themes/custom/dsgov/slider-dsgov.css +92 -0
  482. package/css/themes/custom/dsgov/table-grid-dsgov.css +441 -0
  483. package/css/themes/custom/flatly/button-flatly.css +173 -0
  484. package/css/themes/custom/flatly/custom-flatly.css +1051 -0
  485. package/css/themes/custom/flatly/navbar-flatly.css +113 -0
  486. package/css/themes/custom/flatly/panel-flatly.css +119 -0
  487. package/css/themes/custom/fuse/button-fuse.css +157 -0
  488. package/css/themes/custom/fuse/custom-fuse.css +1277 -0
  489. package/css/themes/custom/fuse/navbar-fuse.css +130 -0
  490. package/css/themes/custom/fuse/panel-fuse.css +183 -0
  491. package/css/themes/custom/journal/button-journal.css +195 -0
  492. package/css/themes/custom/journal/custom-journal.css +1106 -0
  493. package/css/themes/custom/journal/navbar-journal.css +161 -0
  494. package/css/themes/custom/journal/panel-journal.css +120 -0
  495. package/css/themes/custom/krypton/custom-krypton.css +1915 -0
  496. package/css/themes/custom/krypton/grid-krypton.css +618 -0
  497. package/css/themes/custom/krypton/navbar-krypton.css +175 -0
  498. package/css/themes/custom/krypton/panel-krypton.css +117 -0
  499. package/css/themes/custom/lumen/button-lumen.css +229 -0
  500. package/css/themes/custom/lumen/custom-lumen.css +1203 -0
  501. package/css/themes/custom/lumen/navbar-lumen.css +106 -0
  502. package/css/themes/custom/lumen/panel-lumen.css +89 -0
  503. package/css/themes/custom/material/custom-material.css +1185 -0
  504. package/css/themes/custom/material/grid-material.css +303 -0
  505. package/css/themes/custom/material/navbar-material.css +102 -0
  506. package/css/themes/custom/material/panel-material.css +120 -0
  507. package/css/themes/custom/material-round/custom-material-round.css +1664 -0
  508. package/css/themes/custom/material-round/grid-material-round.css +726 -0
  509. package/css/themes/custom/material-round/navbar-material-round.css +150 -0
  510. package/css/themes/custom/material-round/panel-material-round.css +94 -0
  511. package/css/themes/custom/materialui/custom-materialui.css +276 -0
  512. package/css/themes/custom/nature/custom-nature.css +2212 -0
  513. package/css/themes/custom/nature/grid-nature.css +400 -0
  514. package/css/themes/custom/nature/navbar-nature.css +98 -0
  515. package/css/themes/custom/nature/panel-nature.css +72 -0
  516. package/css/themes/custom/navigator/custom-navigator.css +251 -0
  517. package/css/themes/custom/paper/button-paper.css +204 -0
  518. package/css/themes/custom/paper/custom-paper.css +1508 -0
  519. package/css/themes/custom/paper/navbar-paper.css +115 -0
  520. package/css/themes/custom/paper/panel-paper.css +81 -0
  521. package/css/themes/custom/readable/button-readable.css +242 -0
  522. package/css/themes/custom/readable/custom-readable.css +1345 -0
  523. package/css/themes/custom/readable/navbar-readable.css +147 -0
  524. package/css/themes/custom/readable/panel-readable.css +124 -0
  525. package/css/themes/custom/sandstone/button-sandstone.css +199 -0
  526. package/css/themes/custom/sandstone/custom-sandstone.css +1065 -0
  527. package/css/themes/custom/sandstone/navbar-sandstone.css +90 -0
  528. package/css/themes/custom/sandstone/panel-sandstone.css +125 -0
  529. package/css/themes/custom/simplex/button-simplex.css +324 -0
  530. package/css/themes/custom/simplex/custom-simplex.css +1016 -0
  531. package/css/themes/custom/simplex/navbar-simplex.css +109 -0
  532. package/css/themes/custom/simplex/panel-simplex.css +120 -0
  533. package/css/themes/custom/slate/button-slate.css +326 -0
  534. package/css/themes/custom/slate/custom-slate.css +1298 -0
  535. package/css/themes/custom/slate/navbar-slate.css +98 -0
  536. package/css/themes/custom/slate/panel-slate.css +85 -0
  537. package/css/themes/custom/spacelab/button-spacelab.css +332 -0
  538. package/css/themes/custom/spacelab/custom-spacelab.css +969 -0
  539. package/css/themes/custom/spacelab/navbar-spacelab.css +111 -0
  540. package/css/themes/custom/spacelab/panel-spacelab.css +121 -0
  541. package/css/themes/custom/superhero/button-superhero.css +182 -0
  542. package/css/themes/custom/superhero/custom-superhero.css +1648 -0
  543. package/css/themes/custom/superhero/navbar-superhero.css +64 -0
  544. package/css/themes/custom/superhero/panel-superhero.css +77 -0
  545. package/css/themes/custom/superhero/tabs-superhero.css +25 -0
  546. package/css/themes/custom/theme-general/button.css +379 -0
  547. package/css/themes/custom/theme-general/carousel.css +35 -0
  548. package/css/themes/custom/theme-general/forms.css +128 -0
  549. package/css/themes/custom/theme-general/login.css +260 -0
  550. package/css/themes/custom/theme-general/menu-vertical-retratil.css +141 -0
  551. package/css/themes/custom/theme-general/menu.css +205 -0
  552. package/css/themes/custom/theme-general/modal.css +145 -0
  553. package/css/themes/custom/theme-general/notification.css +85 -0
  554. package/css/themes/custom/theme-general/report-viewer.css +63 -0
  555. package/css/themes/custom/theme-general/scheduler.css +161 -0
  556. package/css/themes/custom/theme-general/slider.css +71 -0
  557. package/css/themes/custom/theme-general/table-grid.css +201 -0
  558. package/css/themes/custom/theme-general/tabs.css +49 -0
  559. package/css/themes/custom/theme-general/theme-general.css +719 -0
  560. package/css/themes/custom/theme-general/timeline.css +40 -0
  561. package/css/themes/custom/theme-general/treeview.css +75 -0
  562. package/css/themes/custom/theme-general/wizard.css +98 -0
  563. package/css/themes/custom/united/button-united.css +187 -0
  564. package/css/themes/custom/united/custom-united.css +1061 -0
  565. package/css/themes/custom/united/navbar-united.css +111 -0
  566. package/css/themes/custom/united/panel-united.css +121 -0
  567. package/css/themes/custom/yeti/button-yeti.css +274 -0
  568. package/css/themes/custom/yeti/custom-yeti.css +1177 -0
  569. package/css/themes/custom/yeti/navbar-yeti.css +87 -0
  570. package/css/themes/custom/yeti/panel-yeti.css +127 -0
  571. package/css/themes/cyborg.min.css +9 -0
  572. package/css/themes/darkly.min.css +9 -0
  573. package/css/themes/deprecated/custom/aquamarine/font/fonts.css +162 -0
  574. package/css/themes/dsgov.min.css +9 -0
  575. package/css/themes/flatly.min.css +9 -0
  576. package/css/themes/fuse.min.css +9 -0
  577. package/css/themes/journal.min.css +9 -0
  578. package/css/themes/krypton.min.css +9 -0
  579. package/css/themes/lumen.min.css +9 -0
  580. package/css/themes/material-round.min.css +9 -0
  581. package/css/themes/material.min.css +9 -0
  582. package/css/themes/materialui.min.css +9 -0
  583. package/css/themes/nature.min.css +9 -0
  584. package/css/themes/paper.min.css +9 -0
  585. package/css/themes/readable.min.css +9 -0
  586. package/css/themes/sandstone.min.css +9 -0
  587. package/css/themes/simplex.min.css +9 -0
  588. package/css/themes/slate.min.css +9 -0
  589. package/css/themes/spacelab.min.css +9 -0
  590. package/css/themes/superhero.min.css +9 -0
  591. package/css/themes/theme.editor.view.html +1820 -0
  592. package/css/themes/united.min.css +9 -0
  593. package/css/themes/yeti.min.css +9 -0
  594. package/deprecated/components/css/checkbox-color.css +348 -0
  595. package/deprecated/components/css/color-default.css +111 -0
  596. package/deprecated/components/css/combobox-color.css +145 -0
  597. package/deprecated/components/css/multiselect-editor.css +106 -0
  598. package/deprecated/components/css/option-color.css +335 -0
  599. package/deprecated/css/animate.css +433 -0
  600. package/deprecated/css/app.css +433 -0
  601. package/deprecated/css/cronos-template.css +0 -0
  602. package/deprecated/css/cronos.css +263 -0
  603. package/deprecated/css/fonts/glyphicons-halflings-regular.eot +0 -0
  604. package/deprecated/css/fonts/glyphicons-halflings-regular.svg +288 -0
  605. package/deprecated/css/fonts/glyphicons-halflings-regular.ttf +0 -0
  606. package/deprecated/css/fonts/glyphicons-halflings-regular.woff +0 -0
  607. package/deprecated/css/fonts/glyphicons-halflings-regular.woff2 +0 -0
  608. package/deprecated/css/modalTemplate.css +37 -0
  609. package/deprecated/css/themes/cerulean.min.css +7 -0
  610. package/deprecated/css/themes/cosmo.min.css +7 -0
  611. package/deprecated/css/themes/custom/cerulean/custom-cerulean.min.css +6908 -0
  612. package/deprecated/css/themes/custom/cosmo/custom-cosmo.min.css +6943 -0
  613. package/deprecated/css/themes/custom/cyborg/custom-cyborg.min.css +6936 -0
  614. package/deprecated/css/themes/custom/darkly/custom-darkly.min.css +7059 -0
  615. package/deprecated/css/themes/custom/flatly/custom-flatly.min.css +7033 -0
  616. package/deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7/_media-print.css +73 -0
  617. package/deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7/alert.css +37 -0
  618. package/deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7/animations.css +26 -0
  619. package/deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7/badge.css +48 -0
  620. package/deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7/basics.css +734 -0
  621. package/deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7/blockquote.css +54 -0
  622. package/deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7/breadcrumb.css +30 -0
  623. package/deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7/btn.css +391 -0
  624. package/deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7/carousel.css +252 -0
  625. package/deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7/close.css +27 -0
  626. package/deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7/col.css +787 -0
  627. package/deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7/collapse.css +30 -0
  628. package/deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7/container.css +31 -0
  629. package/deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7/dropdown.css +157 -0
  630. package/deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7/embed-responsive.css +29 -0
  631. package/deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7/fade.css +10 -0
  632. package/deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7/figure_img.css +39 -0
  633. package/deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7/form-control.css +310 -0
  634. package/deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7/glyphicon.css +1066 -0
  635. package/deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7/import_bootswatch.css +40 -0
  636. package/deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7/input-group.css +184 -0
  637. package/deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7/input.css +144 -0
  638. package/deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7/jumbotron.css +49 -0
  639. package/deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7/label.css +35 -0
  640. package/deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7/list-group.css +129 -0
  641. package/deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7/media.css +60 -0
  642. package/deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7/modal.css +142 -0
  643. package/deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7/nav.css +271 -0
  644. package/deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7/navbar.css +617 -0
  645. package/deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7/pager.css +52 -0
  646. package/deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7/pagination.css +113 -0
  647. package/deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7/panel.css +295 -0
  648. package/deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7/popover.css +148 -0
  649. package/deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7/progress.css +65 -0
  650. package/deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7/table.css +268 -0
  651. package/deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7/text.css +31 -0
  652. package/deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7/thumbnail.css +29 -0
  653. package/deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7/tooltip.css +129 -0
  654. package/deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7/visible.css +269 -0
  655. package/deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7/well.css +25 -0
  656. package/deprecated/css/themes/custom/fuse/components_css/alert.css +55 -0
  657. package/deprecated/css/themes/custom/fuse/components_css/badge.css +6 -0
  658. package/deprecated/css/themes/custom/fuse/components_css/blockquote.css +15 -0
  659. package/deprecated/css/themes/custom/fuse/components_css/breadcrumb.css +11 -0
  660. package/deprecated/css/themes/custom/fuse/components_css/btn.css +483 -0
  661. package/deprecated/css/themes/custom/fuse/components_css/carousel.css +252 -0
  662. package/deprecated/css/themes/custom/fuse/components_css/close.css +3 -0
  663. package/deprecated/css/themes/custom/fuse/components_css/embed-responsive.css +29 -0
  664. package/deprecated/css/themes/custom/fuse/components_css/form.css +136 -0
  665. package/deprecated/css/themes/custom/fuse/components_css/glyphicon.css +1066 -0
  666. package/deprecated/css/themes/custom/fuse/components_css/hidden.css +33 -0
  667. package/deprecated/css/themes/custom/fuse/components_css/import_components_css.css +21 -0
  668. package/deprecated/css/themes/custom/fuse/components_css/list-group.css +165 -0
  669. package/deprecated/css/themes/custom/fuse/components_css/media.css +60 -0
  670. package/deprecated/css/themes/custom/fuse/components_css/modal.css +17 -0
  671. package/deprecated/css/themes/custom/fuse/components_css/navbar.css +400 -0
  672. package/deprecated/css/themes/custom/fuse/components_css/pager.css +18 -0
  673. package/deprecated/css/themes/custom/fuse/components_css/pagination.css +47 -0
  674. package/deprecated/css/themes/custom/fuse/components_css/panel.css +176 -0
  675. package/deprecated/css/themes/custom/fuse/components_css/popover.css +21 -0
  676. package/deprecated/css/themes/custom/fuse/components_css/progress.css +31 -0
  677. package/deprecated/css/themes/custom/fuse/components_css/table.css +156 -0
  678. package/deprecated/css/themes/custom/fuse/components_css/thumbnail.css +14 -0
  679. package/deprecated/css/themes/custom/fuse/components_css/tooltip.css +23 -0
  680. package/deprecated/css/themes/custom/fuse/components_css/type_bootstrap.css +328 -0
  681. package/deprecated/css/themes/custom/fuse/components_css/visible.css +207 -0
  682. package/deprecated/css/themes/custom/fuse/components_css/well.css +7 -0
  683. package/deprecated/css/themes/custom/fuse/custom-fuse.min.css +4179 -0
  684. package/deprecated/css/themes/custom/fuse/font/Inter-roman.var.woff2 +0 -0
  685. package/deprecated/css/themes/custom/fuse/font/font.css +8 -0
  686. package/deprecated/css/themes/custom/journal/custom-journal.min.css +9548 -0
  687. package/deprecated/css/themes/custom/lumen/custom-lumen.min.css +7183 -0
  688. package/deprecated/css/themes/custom/material/components_css/crn-button.css +152 -0
  689. package/deprecated/css/themes/custom/material/components_css/crn-carousel.css +11 -0
  690. package/deprecated/css/themes/custom/material/components_css/crn-cron-calendar.css +173 -0
  691. package/deprecated/css/themes/custom/material/components_css/crn-cron-grid.css +263 -0
  692. package/deprecated/css/themes/custom/material/components_css/crn-enterprise.css +58 -0
  693. package/deprecated/css/themes/custom/material/components_css/crn-navbar.css +165 -0
  694. package/deprecated/css/themes/custom/material/components_css/crn-scheduler.css +97 -0
  695. package/deprecated/css/themes/custom/material/components_css/login.css +29 -0
  696. package/deprecated/css/themes/custom/material/components_css/ui-notification.css +27 -0
  697. package/deprecated/css/themes/custom/material/custom-material.css +280 -0
  698. package/deprecated/css/themes/custom/navigator/custom-navigator.css +195 -0
  699. package/deprecated/css/themes/custom/paper/custom-paper.min.css +8943 -0
  700. package/deprecated/css/themes/custom/readable/custom-readable.min.css +8203 -0
  701. package/deprecated/css/themes/custom/sandstone/custom-sandstone.min.css +6917 -0
  702. package/deprecated/css/themes/custom/simplex/custom-simplex.min.css +6917 -0
  703. package/deprecated/css/themes/custom/slate/custom-slate.min.css +7283 -0
  704. package/deprecated/css/themes/custom/spacelab/custom-spacelab.min.css +6971 -0
  705. package/deprecated/css/themes/custom/superhero/custom-superhero.min.css +7019 -0
  706. package/deprecated/css/themes/custom/united/custom-united.min.css +6783 -0
  707. package/deprecated/css/themes/custom/yeti/custom-yeti.min.css +7077 -0
  708. package/deprecated/css/themes/cyborg.min.css +7 -0
  709. package/deprecated/css/themes/darkly.min.css +7 -0
  710. package/deprecated/css/themes/flatly.min.css +7 -0
  711. package/deprecated/css/themes/fuse.min.css +7 -0
  712. package/deprecated/css/themes/journal.min.css +7 -0
  713. package/deprecated/css/themes/lumen.min.css +7 -0
  714. package/deprecated/css/themes/material.min.css +4 -0
  715. package/deprecated/css/themes/paper.min.css +7 -0
  716. package/deprecated/css/themes/readable.min.css +7 -0
  717. package/deprecated/css/themes/sandstone.min.css +7 -0
  718. package/deprecated/css/themes/simplex.min.css +7 -0
  719. package/deprecated/css/themes/slate.min.css +7 -0
  720. package/deprecated/css/themes/spacelab.min.css +7 -0
  721. package/deprecated/css/themes/superhero.min.css +7 -0
  722. package/deprecated/css/themes/united.min.css +7 -0
  723. package/deprecated/css/themes/yeti.min.css +7 -0
  724. package/deprecated/dist/components/css/checkbox-color.css +1 -0
  725. package/deprecated/dist/components/css/color-default.css +1 -0
  726. package/deprecated/dist/components/css/combobox-color.css +1 -0
  727. package/deprecated/dist/components/css/font-size.css +1 -0
  728. package/deprecated/dist/components/css/image.css +1 -0
  729. package/deprecated/dist/components/css/multiselect-editor.css +1 -0
  730. package/deprecated/dist/components/css/option-color.css +1 -0
  731. package/deprecated/dist/components/js/format.min.js +1 -0
  732. package/deprecated/dist/components/js/jquery.inputmask.bundle.js +1 -0
  733. package/deprecated/dist/components/js/jquery.mask.min.js +1 -0
  734. package/deprecated/dist/components/js/qrcode.js +1 -0
  735. package/deprecated/dist/components/reports/BOOLEAN.parameter.html +1 -0
  736. package/deprecated/dist/components/reports/DATE.parameter.html +1 -0
  737. package/deprecated/dist/components/reports/DOUBLE.parameter.html +1 -0
  738. package/deprecated/dist/components/reports/FLOAT.parameter.html +1 -0
  739. package/deprecated/dist/components/reports/INTEGER.parameter.html +1 -0
  740. package/deprecated/dist/components/reports/LONG.parameter.html +1 -0
  741. package/deprecated/dist/components/reports/STRING.parameter.html +1 -0
  742. package/deprecated/dist/components/reports/reports.parameters.html +1 -0
  743. package/deprecated/dist/components/reports/reports.view.html +1 -0
  744. package/deprecated/dist/components/templates/Component_Container/crn-eight-four-container.template.html +1 -0
  745. package/deprecated/dist/components/templates/Component_Container/crn-four-eight-container.template.html +1 -0
  746. package/deprecated/dist/components/templates/Component_Container/crn-one-container.template.html +1 -0
  747. package/deprecated/dist/components/templates/Component_Container/crn-three-container.template.html +1 -0
  748. package/deprecated/dist/components/templates/Component_Container/crn-three-six-three-container.template.html +1 -0
  749. package/deprecated/dist/components/templates/Component_Container/crn-two-container.template.html +1 -0
  750. package/deprecated/dist/components/templates/accordion.template.html +1 -0
  751. package/deprecated/dist/components/templates/anchor.template.html +1 -0
  752. package/deprecated/dist/components/templates/angular-ui-notification.template.html +1 -0
  753. package/deprecated/dist/components/templates/banner.template.html +1 -0
  754. package/deprecated/dist/components/templates/button-report.template.html +1 -0
  755. package/deprecated/dist/components/templates/button.oauth2.template.html +1 -0
  756. package/deprecated/dist/components/templates/button.template.html +1 -0
  757. package/deprecated/dist/components/templates/buttonfilter.template.html +1 -0
  758. package/deprecated/dist/components/templates/carousel.template.html +1 -0
  759. package/deprecated/dist/components/templates/cell.template.html +1 -0
  760. package/deprecated/dist/components/templates/chart.template.html +1 -0
  761. package/deprecated/dist/components/templates/checkbox.template.html +1 -0
  762. package/deprecated/dist/components/templates/combobox-dynamic.template.html +1 -0
  763. package/deprecated/dist/components/templates/combobox.template.html +1 -0
  764. package/deprecated/dist/components/templates/crn-carousel-item.tempate.html +1 -0
  765. package/deprecated/dist/components/templates/crn-input-password.designtime.html +1 -0
  766. package/deprecated/dist/components/templates/crn-input-password.template.html +1 -0
  767. package/deprecated/dist/components/templates/crn-list-item.template.html +1 -0
  768. package/deprecated/dist/components/templates/crn-ordered-list.template.html +1 -0
  769. package/deprecated/dist/components/templates/crn-ordered-sub-list.template.html +1 -0
  770. package/deprecated/dist/components/templates/crn-unordered-list.template.html +1 -0
  771. package/deprecated/dist/components/templates/crn-unordered-sub-list.template.html +1 -0
  772. package/deprecated/dist/components/templates/cron-autocomplete.designtime.html +26 -0
  773. package/deprecated/dist/components/templates/cron-autocomplete.template.html +1 -0
  774. package/deprecated/dist/components/templates/cron-barcode.template.html +1 -0
  775. package/deprecated/dist/components/templates/cron-breadcrumbs.designtime.html +1 -0
  776. package/deprecated/dist/components/templates/cron-breadcrumbs.template.html +1 -0
  777. package/deprecated/dist/components/templates/cron-calendar.designtime.html +1 -0
  778. package/deprecated/dist/components/templates/cron-calendar.template.html +1 -0
  779. package/deprecated/dist/components/templates/cron-captcha.designtime.html +6 -0
  780. package/deprecated/dist/components/templates/cron-captcha.template.html +1 -0
  781. package/deprecated/dist/components/templates/cron-chat.designtime.html +17 -0
  782. package/deprecated/dist/components/templates/cron-chat.template.html +1 -0
  783. package/deprecated/dist/components/templates/cron-checkbox.template.html +1 -0
  784. package/deprecated/dist/components/templates/cron-combobox-multiple.designtime.html +1 -0
  785. package/deprecated/dist/components/templates/cron-combobox-multiple.template.html +1 -0
  786. package/deprecated/dist/components/templates/cron-combobox.designtime.html +1 -0
  787. package/deprecated/dist/components/templates/cron-combobox.template.html +1 -0
  788. package/deprecated/dist/components/templates/cron-crud.template.html +1 -0
  789. package/deprecated/dist/components/templates/cron-date.template.html +1 -0
  790. package/deprecated/dist/components/templates/cron-dynamic-autocomplete.template.html +1 -0
  791. package/deprecated/dist/components/templates/cron-dynamic-combobox.designtime.html +1 -0
  792. package/deprecated/dist/components/templates/cron-dynamic-combobox.template.html +1 -0
  793. package/deprecated/dist/components/templates/cron-dynamic-menu.designtime.html +1 -0
  794. package/deprecated/dist/components/templates/cron-dynamic-menu.template.html +1 -0
  795. package/deprecated/dist/components/templates/cron-grid.designtime.html +1 -0
  796. package/deprecated/dist/components/templates/cron-grid.template.html +1 -0
  797. package/deprecated/dist/components/templates/cron-ordered-list.template.html +1 -0
  798. package/deprecated/dist/components/templates/cron-qrcode.template.html +1 -0
  799. package/deprecated/dist/components/templates/cron-radio.template.html +1 -0
  800. package/deprecated/dist/components/templates/cron-report-viewer.designtime.html +1 -0
  801. package/deprecated/dist/components/templates/cron-report-viewer.template.html +1 -0
  802. package/deprecated/dist/components/templates/cron-rich-editor.template.html +1 -0
  803. package/deprecated/dist/components/templates/cron-scheduler.designtime.html +2 -0
  804. package/deprecated/dist/components/templates/cron-scheduler.template.html +1 -0
  805. package/deprecated/dist/components/templates/cron-slider.template.html +1 -0
  806. package/deprecated/dist/components/templates/cron-switch.template.html +1 -0
  807. package/deprecated/dist/components/templates/cron-tree-view.designtime.html +1 -0
  808. package/deprecated/dist/components/templates/cron-tree-view.template.html +1 -0
  809. package/deprecated/dist/components/templates/datasource.template.html +1 -0
  810. package/deprecated/dist/components/templates/datasourcefilter.template.html +1 -0
  811. package/deprecated/dist/components/templates/datasourcefiltercomplex.template.html +1 -0
  812. package/deprecated/dist/components/templates/date.template.html +1 -0
  813. package/deprecated/dist/components/templates/datetime.template.html +1 -0
  814. package/deprecated/dist/components/templates/div.template.html +1 -0
  815. package/deprecated/dist/components/templates/dynamicfile.template.html +1 -0
  816. package/deprecated/dist/components/templates/dynamicimage.template.html +1 -0
  817. package/deprecated/dist/components/templates/dynamictitle.template.html +1 -0
  818. package/deprecated/dist/components/templates/evaluation.template.html +1 -0
  819. package/deprecated/dist/components/templates/fileupload-button.template.html +1 -0
  820. package/deprecated/dist/components/templates/fileupload.template.html +1 -0
  821. package/deprecated/dist/components/templates/foot-cell.template.html +1 -0
  822. package/deprecated/dist/components/templates/foot-row.template.html +1 -0
  823. package/deprecated/dist/components/templates/form.template.html +1 -0
  824. package/deprecated/dist/components/templates/grid-horizontal.template.html +1 -0
  825. package/deprecated/dist/components/templates/grid-vertical.template.html +1 -0
  826. package/deprecated/dist/components/templates/grid.template.html +1 -0
  827. package/deprecated/dist/components/templates/head-cell.template.html +1 -0
  828. package/deprecated/dist/components/templates/head-row.template.html +1 -0
  829. package/deprecated/dist/components/templates/head.template.html +1 -0
  830. package/deprecated/dist/components/templates/header.template.html +1 -0
  831. package/deprecated/dist/components/templates/icon.template.html +1 -0
  832. package/deprecated/dist/components/templates/image-menu.template.html +1 -0
  833. package/deprecated/dist/components/templates/image.default.template.html +1 -0
  834. package/deprecated/dist/components/templates/image.template.html +1 -0
  835. package/deprecated/dist/components/templates/list.template.html +1 -0
  836. package/deprecated/dist/components/templates/multiselect.template.html +1 -0
  837. package/deprecated/dist/components/templates/navbar.template.html +1 -0
  838. package/deprecated/dist/components/templates/panel.template.html +1 -0
  839. package/deprecated/dist/components/templates/qrcode.template.html +1 -0
  840. package/deprecated/dist/components/templates/radiogroup.template.html +1 -0
  841. package/deprecated/dist/components/templates/rating.template.html +1 -0
  842. package/deprecated/dist/components/templates/row.template.html +1 -0
  843. package/deprecated/dist/components/templates/sidebar.template.html +1 -0
  844. package/deprecated/dist/components/templates/social-button-bar.template.html +1 -0
  845. package/deprecated/dist/components/templates/sub-form.template.html +1 -0
  846. package/deprecated/dist/components/templates/subtitle.template.html +1 -0
  847. package/deprecated/dist/components/templates/table.template.html +1 -0
  848. package/deprecated/dist/components/templates/tabs.template.html +1 -0
  849. package/deprecated/dist/components/templates/text.template.html +1 -0
  850. package/deprecated/dist/components/templates/textarea.template.html +1 -0
  851. package/deprecated/dist/components/templates/textinput.template.html +1 -0
  852. package/deprecated/dist/components/templates/textinputbutton.html +1 -0
  853. package/deprecated/dist/components/templates/textinputbutton.template.html +1 -0
  854. package/deprecated/dist/components/templates/textinputicon.template.html +1 -0
  855. package/deprecated/dist/components/templates/time.template.html +1 -0
  856. package/deprecated/dist/components/templates/title-default.template.html +1 -0
  857. package/deprecated/dist/components/templates/title.template.html +1 -0
  858. package/deprecated/dist/components/templates/treeview.template.html +1 -0
  859. package/deprecated/dist/css/animate.css +1 -0
  860. package/deprecated/dist/css/app.css +1 -0
  861. package/deprecated/dist/css/cronos-template.css +0 -0
  862. package/deprecated/dist/css/cronos.css +1 -0
  863. package/deprecated/dist/css/fonts/glyphicons-halflings-regular.eot +0 -0
  864. package/deprecated/dist/css/fonts/glyphicons-halflings-regular.svg +1 -0
  865. package/deprecated/dist/css/fonts/glyphicons-halflings-regular.ttf +0 -0
  866. package/deprecated/dist/css/fonts/glyphicons-halflings-regular.woff +0 -0
  867. package/deprecated/dist/css/fonts/glyphicons-halflings-regular.woff2 +0 -0
  868. package/deprecated/dist/css/modalTemplate.css +1 -0
  869. package/deprecated/dist/css/themes/cerulean.min.css +1 -0
  870. package/deprecated/dist/css/themes/cosmo.min.css +1 -0
  871. package/deprecated/dist/css/themes/custom/cerulean/custom-cerulean.min.css +13 -0
  872. package/deprecated/dist/css/themes/custom/cosmo/custom-cosmo.min.css +13 -0
  873. package/deprecated/dist/css/themes/custom/cyborg/custom-cyborg.min.css +13 -0
  874. package/deprecated/dist/css/themes/custom/darkly/custom-darkly.min.css +13 -0
  875. package/deprecated/dist/css/themes/custom/flatly/custom-flatly.min.css +13 -0
  876. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/_media-print.css +1 -0
  877. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/alert.css +1 -0
  878. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/animations.css +1 -0
  879. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/badge.css +1 -0
  880. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/basics.css +11 -0
  881. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/blockquote.css +1 -0
  882. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/breadcrumb.css +1 -0
  883. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/btn.css +1 -0
  884. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/carousel.css +1 -0
  885. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/close.css +1 -0
  886. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/col.css +1 -0
  887. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/collapse.css +1 -0
  888. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/container.css +1 -0
  889. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/dropdown.css +1 -0
  890. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/embed-responsive.css +1 -0
  891. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/fade.css +1 -0
  892. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/figure_img.css +1 -0
  893. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/form-control.css +1 -0
  894. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/glyphicon.css +1 -0
  895. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/import_bootswatch.css +1 -0
  896. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/input-group.css +1 -0
  897. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/input.css +1 -0
  898. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/jumbotron.css +1 -0
  899. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/label.css +1 -0
  900. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/list-group.css +1 -0
  901. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/media.css +1 -0
  902. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/modal.css +1 -0
  903. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/nav.css +1 -0
  904. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/navbar.css +1 -0
  905. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/pager.css +1 -0
  906. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/pagination.css +1 -0
  907. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/panel.css +1 -0
  908. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/popover.css +1 -0
  909. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/progress.css +1 -0
  910. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/table.css +1 -0
  911. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/text.css +1 -0
  912. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/thumbnail.css +1 -0
  913. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/tooltip.css +1 -0
  914. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/visible.css +1 -0
  915. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/well.css +1 -0
  916. package/deprecated/dist/css/themes/custom/fuse/components_css/alert.css +1 -0
  917. package/deprecated/dist/css/themes/custom/fuse/components_css/badge.css +1 -0
  918. package/deprecated/dist/css/themes/custom/fuse/components_css/blockquote.css +1 -0
  919. package/deprecated/dist/css/themes/custom/fuse/components_css/breadcrumb.css +1 -0
  920. package/deprecated/dist/css/themes/custom/fuse/components_css/btn.css +1 -0
  921. package/deprecated/dist/css/themes/custom/fuse/components_css/carousel.css +1 -0
  922. package/deprecated/dist/css/themes/custom/fuse/components_css/close.css +1 -0
  923. package/deprecated/dist/css/themes/custom/fuse/components_css/embed-responsive.css +1 -0
  924. package/deprecated/dist/css/themes/custom/fuse/components_css/form.css +1 -0
  925. package/deprecated/dist/css/themes/custom/fuse/components_css/glyphicon.css +1 -0
  926. package/deprecated/dist/css/themes/custom/fuse/components_css/hidden.css +1 -0
  927. package/deprecated/dist/css/themes/custom/fuse/components_css/import_components_css.css +1 -0
  928. package/deprecated/dist/css/themes/custom/fuse/components_css/list-group.css +1 -0
  929. package/deprecated/dist/css/themes/custom/fuse/components_css/media.css +1 -0
  930. package/deprecated/dist/css/themes/custom/fuse/components_css/modal.css +1 -0
  931. package/deprecated/dist/css/themes/custom/fuse/components_css/navbar.css +1 -0
  932. package/deprecated/dist/css/themes/custom/fuse/components_css/pager.css +1 -0
  933. package/deprecated/dist/css/themes/custom/fuse/components_css/pagination.css +1 -0
  934. package/deprecated/dist/css/themes/custom/fuse/components_css/panel.css +1 -0
  935. package/deprecated/dist/css/themes/custom/fuse/components_css/popover.css +1 -0
  936. package/deprecated/dist/css/themes/custom/fuse/components_css/progress.css +1 -0
  937. package/deprecated/dist/css/themes/custom/fuse/components_css/table.css +1 -0
  938. package/deprecated/dist/css/themes/custom/fuse/components_css/thumbnail.css +1 -0
  939. package/deprecated/dist/css/themes/custom/fuse/components_css/tooltip.css +1 -0
  940. package/deprecated/dist/css/themes/custom/fuse/components_css/type_bootstrap.css +1 -0
  941. package/deprecated/dist/css/themes/custom/fuse/components_css/visible.css +1 -0
  942. package/deprecated/dist/css/themes/custom/fuse/components_css/well.css +1 -0
  943. package/deprecated/dist/css/themes/custom/fuse/custom-fuse.min.css +1 -0
  944. package/deprecated/dist/css/themes/custom/fuse/font/Inter-roman.var.woff2 +0 -0
  945. package/deprecated/dist/css/themes/custom/fuse/font/font.css +1 -0
  946. package/deprecated/dist/css/themes/custom/journal/custom-journal.min.css +12 -0
  947. package/deprecated/dist/css/themes/custom/lumen/custom-lumen.min.css +13 -0
  948. package/deprecated/dist/css/themes/custom/material/components_css/crn-button.css +1 -0
  949. package/deprecated/dist/css/themes/custom/material/components_css/crn-carousel.css +1 -0
  950. package/deprecated/dist/css/themes/custom/material/components_css/crn-cron-calendar.css +1 -0
  951. package/deprecated/dist/css/themes/custom/material/components_css/crn-cron-grid.css +1 -0
  952. package/deprecated/dist/css/themes/custom/material/components_css/crn-enterprise.css +1 -0
  953. package/deprecated/dist/css/themes/custom/material/components_css/crn-navbar.css +1 -0
  954. package/deprecated/dist/css/themes/custom/material/components_css/crn-scheduler.css +1 -0
  955. package/deprecated/dist/css/themes/custom/material/components_css/login.css +1 -0
  956. package/deprecated/dist/css/themes/custom/material/components_css/ui-notification.css +1 -0
  957. package/deprecated/dist/css/themes/custom/material/custom-material.css +1 -0
  958. package/deprecated/dist/css/themes/custom/navigator/custom-navigator.css +1 -0
  959. package/deprecated/dist/css/themes/custom/paper/custom-paper.min.css +13 -0
  960. package/deprecated/dist/css/themes/custom/readable/custom-readable.min.css +13 -0
  961. package/deprecated/dist/css/themes/custom/sandstone/custom-sandstone.min.css +13 -0
  962. package/deprecated/dist/css/themes/custom/simplex/custom-simplex.min.css +13 -0
  963. package/deprecated/dist/css/themes/custom/slate/custom-slate.min.css +13 -0
  964. package/deprecated/dist/css/themes/custom/spacelab/custom-spacelab.min.css +13 -0
  965. package/deprecated/dist/css/themes/custom/superhero/custom-superhero.min.css +13 -0
  966. package/deprecated/dist/css/themes/custom/united/custom-united.min.css +13 -0
  967. package/deprecated/dist/css/themes/custom/yeti/custom-yeti.min.css +13 -0
  968. package/deprecated/dist/css/themes/cyborg.min.css +1 -0
  969. package/deprecated/dist/css/themes/darkly.min.css +1 -0
  970. package/deprecated/dist/css/themes/flatly.min.css +1 -0
  971. package/deprecated/dist/css/themes/fuse.min.css +1 -0
  972. package/deprecated/dist/css/themes/journal.min.css +1 -0
  973. package/deprecated/dist/css/themes/lumen.min.css +1 -0
  974. package/deprecated/dist/css/themes/material.min.css +1 -0
  975. package/deprecated/dist/css/themes/paper.min.css +1 -0
  976. package/deprecated/dist/css/themes/readable.min.css +1 -0
  977. package/deprecated/dist/css/themes/sandstone.min.css +1 -0
  978. package/deprecated/dist/css/themes/simplex.min.css +1 -0
  979. package/deprecated/dist/css/themes/slate.min.css +1 -0
  980. package/deprecated/dist/css/themes/spacelab.min.css +1 -0
  981. package/deprecated/dist/css/themes/superhero.min.css +1 -0
  982. package/deprecated/dist/css/themes/united.min.css +1 -0
  983. package/deprecated/dist/css/themes/yeti.min.css +1 -0
  984. package/deprecated/dist/i18n/locale_en_us.json +143 -0
  985. package/deprecated/dist/i18n/locale_pt_br.json +143 -0
  986. package/deprecated/dist/img/ballon_icon.svg +1 -0
  987. package/deprecated/dist/img/barcode.png +0 -0
  988. package/deprecated/dist/img/cron-icon/crn-QRCode.svg +1 -0
  989. package/deprecated/dist/img/cron-icon/crn-accordion.svg +1 -0
  990. package/deprecated/dist/img/cron-icon/crn-anchor.svg +1 -0
  991. package/deprecated/dist/img/cron-icon/crn-button.svg +1 -0
  992. package/deprecated/dist/img/cron-icon/crn-calendar.svg +1 -0
  993. package/deprecated/dist/img/cron-icon/crn-captcha.svg +1 -0
  994. package/deprecated/dist/img/cron-icon/crn-carousel.svg +1 -0
  995. package/deprecated/dist/img/cron-icon/crn-chart.svg +1 -0
  996. package/deprecated/dist/img/cron-icon/crn-checkbox.svg +1 -0
  997. package/deprecated/dist/img/cron-icon/crn-combobox-dynamic.svg +1 -0
  998. package/deprecated/dist/img/cron-icon/crn-combobox.svg +1 -0
  999. package/deprecated/dist/img/cron-icon/crn-cron-crud.svg +1 -0
  1000. package/deprecated/dist/img/cron-icon/crn-cron-dashboard-viewer.svg +1 -0
  1001. package/deprecated/dist/img/cron-icon/crn-datasource.svg +1 -0
  1002. package/deprecated/dist/img/cron-icon/crn-datepicker.svg +1 -0
  1003. package/deprecated/dist/img/cron-icon/crn-datetimepicker.svg +1 -0
  1004. package/deprecated/dist/img/cron-icon/crn-dynamic-file.svg +1 -0
  1005. package/deprecated/dist/img/cron-icon/crn-dynamic-image.svg +1 -0
  1006. package/deprecated/dist/img/cron-icon/crn-dynamic-menu.svg +1 -0
  1007. package/deprecated/dist/img/cron-icon/crn-eight-four-container.svg +1 -0
  1008. package/deprecated/dist/img/cron-icon/crn-enterprise-autocomplete.svg +1 -0
  1009. package/deprecated/dist/img/cron-icon/crn-enterprise-combobox-multiple.svg +1 -0
  1010. package/deprecated/dist/img/cron-icon/crn-enterprise-combobox.svg +1 -0
  1011. package/deprecated/dist/img/cron-icon/crn-enterprise-dynamic-autocomplete.svg +1 -0
  1012. package/deprecated/dist/img/cron-icon/crn-enterprise-dynamic-combobox.svg +1 -0
  1013. package/deprecated/dist/img/cron-icon/crn-form.svg +1 -0
  1014. package/deprecated/dist/img/cron-icon/crn-four-eight-container.svg +1 -0
  1015. package/deprecated/dist/img/cron-icon/crn-grid-table.svg +1 -0
  1016. package/deprecated/dist/img/cron-icon/crn-grid.svg +1 -0
  1017. package/deprecated/dist/img/cron-icon/crn-header.svg +1 -0
  1018. package/deprecated/dist/img/cron-icon/crn-horizontal-container.svg +1 -0
  1019. package/deprecated/dist/img/cron-icon/crn-icon.svg +1 -0
  1020. package/deprecated/dist/img/cron-icon/crn-image.svg +1 -0
  1021. package/deprecated/dist/img/cron-icon/crn-input-password.svg +1 -0
  1022. package/deprecated/dist/img/cron-icon/crn-jumbotron.svg +1 -0
  1023. package/deprecated/dist/img/cron-icon/crn-list.svg +1 -0
  1024. package/deprecated/dist/img/cron-icon/crn-navbar.svg +1 -0
  1025. package/deprecated/dist/img/cron-icon/crn-one-container.svg +1 -0
  1026. package/deprecated/dist/img/cron-icon/crn-ordered-list.svg +1 -0
  1027. package/deprecated/dist/img/cron-icon/crn-ordered-sub-list.svg +1 -0
  1028. package/deprecated/dist/img/cron-icon/crn-panel.svg +1 -0
  1029. package/deprecated/dist/img/cron-icon/crn-radiogroup.svg +1 -0
  1030. package/deprecated/dist/img/cron-icon/crn-rating.svg +1 -0
  1031. package/deprecated/dist/img/cron-icon/crn-report-viewer.svg +1 -0
  1032. package/deprecated/dist/img/cron-icon/crn-rich-editor.svg +1 -0
  1033. package/deprecated/dist/img/cron-icon/crn-scheduler.svg +1 -0
  1034. package/deprecated/dist/img/cron-icon/crn-simple-text.svg +1 -0
  1035. package/deprecated/dist/img/cron-icon/crn-slider.svg +1 -0
  1036. package/deprecated/dist/img/cron-icon/crn-social-login.svg +1 -0
  1037. package/deprecated/dist/img/cron-icon/crn-sub-form.svg +1 -0
  1038. package/deprecated/dist/img/cron-icon/crn-table.svg +1 -0
  1039. package/deprecated/dist/img/cron-icon/crn-tabs.svg +1 -0
  1040. package/deprecated/dist/img/cron-icon/crn-text-component.svg +1 -0
  1041. package/deprecated/dist/img/cron-icon/crn-textarea.svg +1 -0
  1042. package/deprecated/dist/img/cron-icon/crn-textinput.svg +1 -0
  1043. package/deprecated/dist/img/cron-icon/crn-textinputbutton.svg +1 -0
  1044. package/deprecated/dist/img/cron-icon/crn-textinputicon.svg +1 -0
  1045. package/deprecated/dist/img/cron-icon/crn-three-container.svg +1 -0
  1046. package/deprecated/dist/img/cron-icon/crn-three-six-three-container.svg +1 -0
  1047. package/deprecated/dist/img/cron-icon/crn-timepicker.svg +1 -0
  1048. package/deprecated/dist/img/cron-icon/crn-tree-view.svg +1 -0
  1049. package/deprecated/dist/img/cron-icon/crn-two-container.svg +1 -0
  1050. package/deprecated/dist/img/cron-icon/crn-unordered-list.svg +1 -0
  1051. package/deprecated/dist/img/cron-icon/crn-unordered-sub-list.svg +1 -0
  1052. package/deprecated/dist/img/cron-icon/crn-upload.svg +1 -0
  1053. package/deprecated/dist/img/cron-icon/crn-vertical-container.svg +1 -0
  1054. package/deprecated/dist/img/cron-icon/cron-breadrumb.svg +1 -0
  1055. package/deprecated/dist/img/cronGrid.png +0 -0
  1056. package/deprecated/dist/img/cronRichEditor.png +0 -0
  1057. package/deprecated/dist/img/cronapp-logo-login.png +0 -0
  1058. package/deprecated/dist/img/img-user.svg +1 -0
  1059. package/deprecated/dist/img/logo-cronapp-negativa.svg +1 -0
  1060. package/deprecated/dist/img/logo.png +0 -0
  1061. package/deprecated/dist/img/logo.svg +1 -0
  1062. package/deprecated/dist/img/nophoto.png +0 -0
  1063. package/deprecated/dist/img/placehold-100x100.png +0 -0
  1064. package/deprecated/dist/img/placehold-900x500.png +0 -0
  1065. package/deprecated/dist/img/qrcode.png +0 -0
  1066. package/deprecated/dist/img/recaptcha-logo.svg +1 -0
  1067. package/deprecated/dist/img/selectFile.png +0 -0
  1068. package/deprecated/dist/img/selectImg.svg +1 -0
  1069. package/deprecated/dist/img/svg-charts.svg +1 -0
  1070. package/deprecated/dist/img/switch.png +0 -0
  1071. package/deprecated/dist/js/LanguageSelectDirective.js +1 -0
  1072. package/deprecated/dist/js/LocaleService.js +1 -0
  1073. package/deprecated/dist/js/app.authentication.js +1 -0
  1074. package/deprecated/dist/js/app.js +1 -0
  1075. package/deprecated/dist/js/controllers.authentication.js +1 -0
  1076. package/deprecated/dist/js/controllers.js +1 -0
  1077. package/deprecated/dist/js/custom.controllers.js +1 -0
  1078. package/deprecated/dist/js/customModules.js +1 -0
  1079. package/deprecated/dist/js/customStateProvider.js +0 -0
  1080. package/deprecated/dist/js/directives.js +14 -0
  1081. package/deprecated/dist/js/filters.js +1 -0
  1082. package/deprecated/dist/js/local-dateformat.directive.js +1 -0
  1083. package/deprecated/dist/js/reports/parameters.controller.js +1 -0
  1084. package/deprecated/dist/js/reports/reports.service.js +1 -0
  1085. package/deprecated/dist/js/services.js +1 -0
  1086. package/deprecated/dist/js/stateProvider.js +1 -0
  1087. package/deprecated/dist/js/upload.service.js +1 -0
  1088. package/deprecated/img/ballon_icon.svg +3 -0
  1089. package/deprecated/img/barcode.png +0 -0
  1090. package/deprecated/img/cron-icon/crn-QRCode.svg +38 -0
  1091. package/deprecated/img/cron-icon/crn-accordion.svg +25 -0
  1092. package/deprecated/img/cron-icon/crn-anchor.svg +29 -0
  1093. package/deprecated/img/cron-icon/crn-button.svg +24 -0
  1094. package/deprecated/img/cron-icon/crn-calendar.svg +23 -0
  1095. package/deprecated/img/cron-icon/crn-captcha.svg +36 -0
  1096. package/deprecated/img/cron-icon/crn-carousel.svg +26 -0
  1097. package/deprecated/img/cron-icon/crn-chart.svg +19 -0
  1098. package/deprecated/img/cron-icon/crn-checkbox.svg +21 -0
  1099. package/deprecated/img/cron-icon/crn-combobox-dynamic.svg +27 -0
  1100. package/deprecated/img/cron-icon/crn-combobox.svg +24 -0
  1101. package/deprecated/img/cron-icon/crn-cron-crud.svg +28 -0
  1102. package/deprecated/img/cron-icon/crn-cron-dashboard-viewer.svg +18 -0
  1103. package/deprecated/img/cron-icon/crn-datasource.svg +27 -0
  1104. package/deprecated/img/cron-icon/crn-datepicker.svg +35 -0
  1105. package/deprecated/img/cron-icon/crn-datetimepicker.svg +41 -0
  1106. package/deprecated/img/cron-icon/crn-dynamic-file.svg +26 -0
  1107. package/deprecated/img/cron-icon/crn-dynamic-image.svg +25 -0
  1108. package/deprecated/img/cron-icon/crn-dynamic-menu.svg +28 -0
  1109. package/deprecated/img/cron-icon/crn-eight-four-container.svg +18 -0
  1110. package/deprecated/img/cron-icon/crn-enterprise-autocomplete.svg +26 -0
  1111. package/deprecated/img/cron-icon/crn-enterprise-combobox-multiple.svg +21 -0
  1112. package/deprecated/img/cron-icon/crn-enterprise-combobox.svg +24 -0
  1113. package/deprecated/img/cron-icon/crn-enterprise-dynamic-autocomplete.svg +29 -0
  1114. package/deprecated/img/cron-icon/crn-enterprise-dynamic-combobox.svg +27 -0
  1115. package/deprecated/img/cron-icon/crn-form.svg +24 -0
  1116. package/deprecated/img/cron-icon/crn-four-eight-container.svg +20 -0
  1117. package/deprecated/img/cron-icon/crn-grid-table.svg +21 -0
  1118. package/deprecated/img/cron-icon/crn-grid.svg +27 -0
  1119. package/deprecated/img/cron-icon/crn-header.svg +18 -0
  1120. package/deprecated/img/cron-icon/crn-horizontal-container.svg +19 -0
  1121. package/deprecated/img/cron-icon/crn-icon.svg +23 -0
  1122. package/deprecated/img/cron-icon/crn-image.svg +20 -0
  1123. package/deprecated/img/cron-icon/crn-input-password.svg +24 -0
  1124. package/deprecated/img/cron-icon/crn-jumbotron.svg +24 -0
  1125. package/deprecated/img/cron-icon/crn-list.svg +24 -0
  1126. package/deprecated/img/cron-icon/crn-navbar.svg +25 -0
  1127. package/deprecated/img/cron-icon/crn-one-container.svg +17 -0
  1128. package/deprecated/img/cron-icon/crn-ordered-list.svg +44 -0
  1129. package/deprecated/img/cron-icon/crn-ordered-sub-list.svg +42 -0
  1130. package/deprecated/img/cron-icon/crn-panel.svg +21 -0
  1131. package/deprecated/img/cron-icon/crn-radiogroup.svg +25 -0
  1132. package/deprecated/img/cron-icon/crn-rating.svg +20 -0
  1133. package/deprecated/img/cron-icon/crn-report-viewer.svg +24 -0
  1134. package/deprecated/img/cron-icon/crn-rich-editor.svg +22 -0
  1135. package/deprecated/img/cron-icon/crn-scheduler.svg +27 -0
  1136. package/deprecated/img/cron-icon/crn-simple-text.svg +18 -0
  1137. package/deprecated/img/cron-icon/crn-slider.svg +19 -0
  1138. package/deprecated/img/cron-icon/crn-social-login.svg +29 -0
  1139. package/deprecated/img/cron-icon/crn-sub-form.svg +27 -0
  1140. package/deprecated/img/cron-icon/crn-table.svg +20 -0
  1141. package/deprecated/img/cron-icon/crn-tabs.svg +22 -0
  1142. package/deprecated/img/cron-icon/crn-text-component.svg +22 -0
  1143. package/deprecated/img/cron-icon/crn-textarea.svg +22 -0
  1144. package/deprecated/img/cron-icon/crn-textinput.svg +23 -0
  1145. package/deprecated/img/cron-icon/crn-textinputbutton.svg +33 -0
  1146. package/deprecated/img/cron-icon/crn-textinputicon.svg +29 -0
  1147. package/deprecated/img/cron-icon/crn-three-container.svg +21 -0
  1148. package/deprecated/img/cron-icon/crn-three-six-three-container.svg +19 -0
  1149. package/deprecated/img/cron-icon/crn-timepicker.svg +20 -0
  1150. package/deprecated/img/cron-icon/crn-tree-view.svg +19 -0
  1151. package/deprecated/img/cron-icon/crn-two-container.svg +18 -0
  1152. package/deprecated/img/cron-icon/crn-unordered-list.svg +24 -0
  1153. package/deprecated/img/cron-icon/crn-unordered-sub-list.svg +28 -0
  1154. package/deprecated/img/cron-icon/crn-upload.svg +20 -0
  1155. package/deprecated/img/cron-icon/crn-vertical-container.svg +19 -0
  1156. package/deprecated/img/cron-icon/cron-breadrumb.svg +638 -0
  1157. package/deprecated/img/cronGrid.png +0 -0
  1158. package/deprecated/img/cronRichEditor.png +0 -0
  1159. package/deprecated/img/cronapp-logo-login.png +0 -0
  1160. package/deprecated/img/img-user.svg +1 -0
  1161. package/deprecated/img/logo-cronapp-negativa.svg +1 -0
  1162. package/deprecated/img/logo.png +0 -0
  1163. package/deprecated/img/logo.svg +1 -0
  1164. package/deprecated/img/nophoto.png +0 -0
  1165. package/deprecated/img/placehold-100x100.png +0 -0
  1166. package/deprecated/img/placehold-900x500.png +0 -0
  1167. package/deprecated/img/qrcode.png +0 -0
  1168. package/deprecated/img/recaptcha-logo.svg +1 -0
  1169. package/deprecated/img/selectFile.png +0 -0
  1170. package/deprecated/img/selectImg.svg +44 -0
  1171. package/deprecated/img/svg-charts.svg +1 -0
  1172. package/dist/components/css/checkbox-color.css +1 -0
  1173. package/dist/components/css/color-default.css +1 -0
  1174. package/dist/components/css/combobox-color.css +1 -0
  1175. package/dist/components/css/crn-input-password.css +1 -0
  1176. package/dist/components/css/designtime.css +1 -0
  1177. package/dist/components/css/font-size.css +1 -0
  1178. package/dist/components/css/image.css +1 -0
  1179. package/dist/components/css/multiselect-editor.css +1 -0
  1180. package/dist/components/css/option-color.css +1 -0
  1181. package/dist/components/js/format.min.js +1 -0
  1182. package/dist/components/js/jquery.inputmask.bundle.js +1 -0
  1183. package/dist/components/js/jquery.mask.min.js +1 -0
  1184. package/dist/components/js/qrcode.js +1 -0
  1185. package/dist/components/reports/BOOLEAN.parameter.html +1 -0
  1186. package/dist/components/reports/DATE.parameter.html +1 -0
  1187. package/dist/components/reports/DOUBLE.parameter.html +1 -0
  1188. package/dist/components/reports/FLOAT.parameter.html +1 -0
  1189. package/dist/components/reports/INTEGER.parameter.html +1 -0
  1190. package/dist/components/reports/LONG.parameter.html +1 -0
  1191. package/dist/components/reports/STRING.parameter.html +1 -0
  1192. package/dist/components/reports/reports.parameters.html +1 -0
  1193. package/dist/components/reports/reports.view.html +1 -0
  1194. package/dist/components/templates/Component_Container/crn-eight-four-container.template.html +1 -0
  1195. package/dist/components/templates/Component_Container/crn-eight-twelve-container.template.html +1 -0
  1196. package/dist/components/templates/Component_Container/crn-four-eight-container.template.html +1 -0
  1197. package/dist/components/templates/Component_Container/crn-four-twelve-container.template.html +1 -0
  1198. package/dist/components/templates/Component_Container/crn-one-container.template.html +1 -0
  1199. package/dist/components/templates/Component_Container/crn-three-container.template.html +1 -0
  1200. package/dist/components/templates/Component_Container/crn-three-six-three-container.template.html +1 -0
  1201. package/dist/components/templates/Component_Container/crn-three-twelve-container.template.html +1 -0
  1202. package/dist/components/templates/Component_Container/crn-two-container.template.html +1 -0
  1203. package/dist/components/templates/accordion.template.html +1 -0
  1204. package/dist/components/templates/anchor.template.html +1 -0
  1205. package/dist/components/templates/angular-ui-notification.template.html +1 -0
  1206. package/dist/components/templates/banner.template.html +1 -0
  1207. package/dist/components/templates/button-report.template.html +1 -0
  1208. package/dist/components/templates/button.oauth2.template.html +1 -0
  1209. package/dist/components/templates/button.template.html +1 -0
  1210. package/dist/components/templates/buttonfilter.template.html +1 -0
  1211. package/dist/components/templates/carousel.template.html +1 -0
  1212. package/dist/components/templates/cell.template.html +1 -0
  1213. package/dist/components/templates/chart.template.html +1 -0
  1214. package/dist/components/templates/checkbox.template.html +1 -0
  1215. package/dist/components/templates/combobox-dynamic.template.html +1 -0
  1216. package/dist/components/templates/combobox.template.html +1 -0
  1217. package/dist/components/templates/crn-carousel-item.tempate.html +1 -0
  1218. package/dist/components/templates/crn-input-password.designtime.html +1 -0
  1219. package/dist/components/templates/crn-input-password.template.html +1 -0
  1220. package/dist/components/templates/crn-list-item.template.html +1 -0
  1221. package/dist/components/templates/crn-ordered-list.template.html +1 -0
  1222. package/dist/components/templates/crn-ordered-sub-list.template.html +1 -0
  1223. package/dist/components/templates/crn-signature-pad.designtime.html +1 -0
  1224. package/dist/components/templates/crn-signature-pad.template.html +1 -0
  1225. package/dist/components/templates/crn-unordered-list.template.html +1 -0
  1226. package/dist/components/templates/crn-unordered-sub-list.template.html +1 -0
  1227. package/dist/components/templates/cron-autocomplete.designtime.html +1 -0
  1228. package/dist/components/templates/cron-autocomplete.template.html +1 -0
  1229. package/dist/components/templates/cron-barcode.template.html +1 -0
  1230. package/dist/components/templates/cron-breadcrumbs.designtime.html +1 -0
  1231. package/dist/components/templates/cron-breadcrumbs.template.html +1 -0
  1232. package/dist/components/templates/cron-calendar.designtime.html +1 -0
  1233. package/dist/components/templates/cron-calendar.template.html +1 -0
  1234. package/dist/components/templates/cron-captcha.designtime.html +6 -0
  1235. package/dist/components/templates/cron-captcha.template.html +1 -0
  1236. package/dist/components/templates/cron-chat.designtime.html +1 -0
  1237. package/dist/components/templates/cron-chat.template.html +1 -0
  1238. package/dist/components/templates/cron-checkbox.template.html +1 -0
  1239. package/dist/components/templates/cron-combobox-multiple.designtime.html +1 -0
  1240. package/dist/components/templates/cron-combobox-multiple.template.html +1 -0
  1241. package/dist/components/templates/cron-combobox.designtime.html +1 -0
  1242. package/dist/components/templates/cron-combobox.template.html +1 -0
  1243. package/dist/components/templates/cron-crud.template.html +1 -0
  1244. package/dist/components/templates/cron-dashboard-viewer.designtime.html +1 -0
  1245. package/dist/components/templates/cron-dashboard-viewer.template.html +1 -0
  1246. package/dist/components/templates/cron-date.template.html +1 -0
  1247. package/dist/components/templates/cron-dynamic-autocomplete.template.html +1 -0
  1248. package/dist/components/templates/cron-dynamic-combobox.designtime.html +1 -0
  1249. package/dist/components/templates/cron-dynamic-combobox.template.html +1 -0
  1250. package/dist/components/templates/cron-dynamic-menu.designtime.html +1 -0
  1251. package/dist/components/templates/cron-dynamic-menu.template.html +1 -0
  1252. package/dist/components/templates/cron-frame.designtime.html +6 -0
  1253. package/dist/components/templates/cron-frame.template.html +1 -0
  1254. package/dist/components/templates/cron-grid.designtime.html +1 -0
  1255. package/dist/components/templates/cron-grid.template.html +1 -0
  1256. package/dist/components/templates/cron-ordered-list.template.html +1 -0
  1257. package/dist/components/templates/cron-qrcode.template.html +1 -0
  1258. package/dist/components/templates/cron-radio.template.html +1 -0
  1259. package/dist/components/templates/cron-report-viewer.designtime.html +1 -0
  1260. package/dist/components/templates/cron-report-viewer.template.html +1 -0
  1261. package/dist/components/templates/cron-rich-editor.template.html +1 -0
  1262. package/dist/components/templates/cron-scheduler.designtime.html +1 -0
  1263. package/dist/components/templates/cron-scheduler.template.html +1 -0
  1264. package/dist/components/templates/cron-slider.designtime.html +1 -0
  1265. package/dist/components/templates/cron-slider.template.html +1 -0
  1266. package/dist/components/templates/cron-switch.template.html +1 -0
  1267. package/dist/components/templates/cron-tree-view.designtime.html +1 -0
  1268. package/dist/components/templates/cron-tree-view.template.html +1 -0
  1269. package/dist/components/templates/cron-visual-component.designtime.html +6 -0
  1270. package/dist/components/templates/cron-visual-component.template.html +1 -0
  1271. package/dist/components/templates/datasource.template.html +1 -0
  1272. package/dist/components/templates/datasourcefilter.template.html +1 -0
  1273. package/dist/components/templates/datasourcefiltercomplex.template.html +1 -0
  1274. package/dist/components/templates/date.template.html +1 -0
  1275. package/dist/components/templates/datetime.template.html +1 -0
  1276. package/dist/components/templates/div.template.html +1 -0
  1277. package/dist/components/templates/dynamicfile.designtime.html +1 -0
  1278. package/dist/components/templates/dynamicfile.template.html +1 -0
  1279. package/dist/components/templates/dynamicimage.designtime.html +2 -0
  1280. package/dist/components/templates/dynamicimage.template.html +1 -0
  1281. package/dist/components/templates/dynamictitle.template.html +1 -0
  1282. package/dist/components/templates/evaluation.template.html +1 -0
  1283. package/dist/components/templates/fileupload-button.template.html +1 -0
  1284. package/dist/components/templates/fileupload.template.html +1 -0
  1285. package/dist/components/templates/foot-cell.template.html +1 -0
  1286. package/dist/components/templates/foot-row.template.html +1 -0
  1287. package/dist/components/templates/form.template.html +1 -0
  1288. package/dist/components/templates/grid-horizontal.template.html +1 -0
  1289. package/dist/components/templates/grid-vertical.template.html +1 -0
  1290. package/dist/components/templates/grid.template.html +1 -0
  1291. package/dist/components/templates/head-cell.template.html +1 -0
  1292. package/dist/components/templates/head-row.template.html +1 -0
  1293. package/dist/components/templates/head.template.html +1 -0
  1294. package/dist/components/templates/header.template.html +1 -0
  1295. package/dist/components/templates/icon.template.html +1 -0
  1296. package/dist/components/templates/image-menu.template.html +1 -0
  1297. package/dist/components/templates/image.default.template.html +1 -0
  1298. package/dist/components/templates/image.template.html +1 -0
  1299. package/dist/components/templates/input/crn-input-password.template.html +1 -0
  1300. package/dist/components/templates/list.template.html +1 -0
  1301. package/dist/components/templates/multiselect.template.html +1 -0
  1302. package/dist/components/templates/navbar.template.html +1 -0
  1303. package/dist/components/templates/panel.template.html +1 -0
  1304. package/dist/components/templates/qrcode.template.html +1 -0
  1305. package/dist/components/templates/radiogroup.template.html +1 -0
  1306. package/dist/components/templates/rating.template.html +1 -0
  1307. package/dist/components/templates/row.template.html +1 -0
  1308. package/dist/components/templates/sidebar.template.html +1 -0
  1309. package/dist/components/templates/social-button-bar.template.html +1 -0
  1310. package/dist/components/templates/sub-form.template.html +1 -0
  1311. package/dist/components/templates/subtitle.template.html +1 -0
  1312. package/dist/components/templates/table.template.html +1 -0
  1313. package/dist/components/templates/tabs.template.html +1 -0
  1314. package/dist/components/templates/text.template.html +1 -0
  1315. package/dist/components/templates/textarea.template.html +1 -0
  1316. package/dist/components/templates/textinput.template.html +1 -0
  1317. package/dist/components/templates/textinputbutton.html +1 -0
  1318. package/dist/components/templates/textinputbutton.template.html +1 -0
  1319. package/dist/components/templates/textinputicon.template.html +1 -0
  1320. package/dist/components/templates/time.template.html +1 -0
  1321. package/dist/components/templates/timeline.designtime.html +1 -0
  1322. package/dist/components/templates/timeline.template.html +1 -0
  1323. package/dist/components/templates/title-default.template.html +1 -0
  1324. package/dist/components/templates/title.template.html +1 -0
  1325. package/dist/components/templates/treeview.template.html +1 -0
  1326. package/dist/components/templates/wizard.template.html +1 -0
  1327. package/dist/css/animate.css +1 -0
  1328. package/dist/css/app.css +1 -0
  1329. package/dist/css/cronos-template.css +0 -0
  1330. package/dist/css/cronos.css +1 -0
  1331. package/dist/css/fonts/glyphicons-halflings-regular.eot +0 -0
  1332. package/dist/css/fonts/glyphicons-halflings-regular.svg +1 -0
  1333. package/dist/css/fonts/glyphicons-halflings-regular.ttf +0 -0
  1334. package/dist/css/fonts/glyphicons-halflings-regular.woff +0 -0
  1335. package/dist/css/fonts/glyphicons-halflings-regular.woff2 +0 -0
  1336. package/dist/css/modalTemplate.css +1 -0
  1337. package/dist/css/privacy/privacy.css +1 -0
  1338. package/dist/css/reset_password.css +1 -0
  1339. package/dist/css/signup.css +1 -0
  1340. package/dist/css/themes/aquamarine.min.css +1 -0
  1341. package/dist/css/themes/cerulean.min.css +1 -0
  1342. package/dist/css/themes/cosmo.min.css +1 -0
  1343. package/dist/css/themes/custom/_bootswatch-v3.3.3/_media-print.css +1 -0
  1344. package/dist/css/themes/custom/_bootswatch-v3.3.3/alert.css +1 -0
  1345. package/dist/css/themes/custom/_bootswatch-v3.3.3/badge.css +1 -0
  1346. package/dist/css/themes/custom/_bootswatch-v3.3.3/basics.css +11 -0
  1347. package/dist/css/themes/custom/_bootswatch-v3.3.3/blockquote.css +1 -0
  1348. package/dist/css/themes/custom/_bootswatch-v3.3.3/breadcrumb.css +1 -0
  1349. package/dist/css/themes/custom/_bootswatch-v3.3.3/btn-group.css +1 -0
  1350. package/dist/css/themes/custom/_bootswatch-v3.3.3/btn-toolbar.css +1 -0
  1351. package/dist/css/themes/custom/_bootswatch-v3.3.3/btn.css +1 -0
  1352. package/dist/css/themes/custom/_bootswatch-v3.3.3/caret.css +1 -0
  1353. package/dist/css/themes/custom/_bootswatch-v3.3.3/carousel.css +1 -0
  1354. package/dist/css/themes/custom/_bootswatch-v3.3.3/close.css +1 -0
  1355. package/dist/css/themes/custom/_bootswatch-v3.3.3/col.css +1 -0
  1356. package/dist/css/themes/custom/_bootswatch-v3.3.3/collapse.css +1 -0
  1357. package/dist/css/themes/custom/_bootswatch-v3.3.3/container.css +1 -0
  1358. package/dist/css/themes/custom/_bootswatch-v3.3.3/dropdown.css +1 -0
  1359. package/dist/css/themes/custom/_bootswatch-v3.3.3/embed-responsive.css +1 -0
  1360. package/dist/css/themes/custom/_bootswatch-v3.3.3/form.css +1 -0
  1361. package/dist/css/themes/custom/_bootswatch-v3.3.3/glyphicon.css +1 -0
  1362. package/dist/css/themes/custom/_bootswatch-v3.3.3/has.css +1 -0
  1363. package/dist/css/themes/custom/_bootswatch-v3.3.3/import_bootswatch.css +1 -0
  1364. package/dist/css/themes/custom/_bootswatch-v3.3.3/input-group.css +1 -0
  1365. package/dist/css/themes/custom/_bootswatch-v3.3.3/input.css +1 -0
  1366. package/dist/css/themes/custom/_bootswatch-v3.3.3/jumbotron.css +1 -0
  1367. package/dist/css/themes/custom/_bootswatch-v3.3.3/kbd.css +1 -0
  1368. package/dist/css/themes/custom/_bootswatch-v3.3.3/label.css +1 -0
  1369. package/dist/css/themes/custom/_bootswatch-v3.3.3/list-group.css +1 -0
  1370. package/dist/css/themes/custom/_bootswatch-v3.3.3/media.css +1 -0
  1371. package/dist/css/themes/custom/_bootswatch-v3.3.3/modal.css +1 -0
  1372. package/dist/css/themes/custom/_bootswatch-v3.3.3/nav-justified.css +1 -0
  1373. package/dist/css/themes/custom/_bootswatch-v3.3.3/nav-pills.css +1 -0
  1374. package/dist/css/themes/custom/_bootswatch-v3.3.3/nav-stacked.css +1 -0
  1375. package/dist/css/themes/custom/_bootswatch-v3.3.3/nav-tabs.css +1 -0
  1376. package/dist/css/themes/custom/_bootswatch-v3.3.3/nav.css +1 -0
  1377. package/dist/css/themes/custom/_bootswatch-v3.3.3/navbar.css +1 -0
  1378. package/dist/css/themes/custom/_bootswatch-v3.3.3/pager.css +1 -0
  1379. package/dist/css/themes/custom/_bootswatch-v3.3.3/pagination.css +1 -0
  1380. package/dist/css/themes/custom/_bootswatch-v3.3.3/panel.css +1 -0
  1381. package/dist/css/themes/custom/_bootswatch-v3.3.3/popover.css +1 -0
  1382. package/dist/css/themes/custom/_bootswatch-v3.3.3/pre.css +1 -0
  1383. package/dist/css/themes/custom/_bootswatch-v3.3.3/progress.css +1 -0
  1384. package/dist/css/themes/custom/_bootswatch-v3.3.3/table.css +1 -0
  1385. package/dist/css/themes/custom/_bootswatch-v3.3.3/text.css +1 -0
  1386. package/dist/css/themes/custom/_bootswatch-v3.3.3/thumbnail.css +1 -0
  1387. package/dist/css/themes/custom/_bootswatch-v3.3.3/tooltip.css +1 -0
  1388. package/dist/css/themes/custom/_bootswatch-v3.3.3/visible.css +1 -0
  1389. package/dist/css/themes/custom/_bootswatch-v3.3.3/well.css +1 -0
  1390. package/dist/css/themes/custom/_bootswatch-v3.3.6/_media-print.css +1 -0
  1391. package/dist/css/themes/custom/_bootswatch-v3.3.6/alert.css +1 -0
  1392. package/dist/css/themes/custom/_bootswatch-v3.3.6/animations.css +1 -0
  1393. package/dist/css/themes/custom/_bootswatch-v3.3.6/badge.css +1 -0
  1394. package/dist/css/themes/custom/_bootswatch-v3.3.6/basics.css +11 -0
  1395. package/dist/css/themes/custom/_bootswatch-v3.3.6/blockquote.css +1 -0
  1396. package/dist/css/themes/custom/_bootswatch-v3.3.6/breadcrumb.css +1 -0
  1397. package/dist/css/themes/custom/_bootswatch-v3.3.6/btn.css +1 -0
  1398. package/dist/css/themes/custom/_bootswatch-v3.3.6/carousel.css +1 -0
  1399. package/dist/css/themes/custom/_bootswatch-v3.3.6/close.css +1 -0
  1400. package/dist/css/themes/custom/_bootswatch-v3.3.6/col.css +1 -0
  1401. package/dist/css/themes/custom/_bootswatch-v3.3.6/collapse.css +1 -0
  1402. package/dist/css/themes/custom/_bootswatch-v3.3.6/container.css +1 -0
  1403. package/dist/css/themes/custom/_bootswatch-v3.3.6/dropdown.css +1 -0
  1404. package/dist/css/themes/custom/_bootswatch-v3.3.6/embed-responsive.css +1 -0
  1405. package/dist/css/themes/custom/_bootswatch-v3.3.6/fade.css +1 -0
  1406. package/dist/css/themes/custom/_bootswatch-v3.3.6/form_input.css +1 -0
  1407. package/dist/css/themes/custom/_bootswatch-v3.3.6/glyphicon.css +1 -0
  1408. package/dist/css/themes/custom/_bootswatch-v3.3.6/img_figure.css +1 -0
  1409. package/dist/css/themes/custom/_bootswatch-v3.3.6/import_bootswatch.css +1 -0
  1410. package/dist/css/themes/custom/_bootswatch-v3.3.6/input-group.css +1 -0
  1411. package/dist/css/themes/custom/_bootswatch-v3.3.6/jumbotron.css +1 -0
  1412. package/dist/css/themes/custom/_bootswatch-v3.3.6/label.css +1 -0
  1413. package/dist/css/themes/custom/_bootswatch-v3.3.6/list-group.css +1 -0
  1414. package/dist/css/themes/custom/_bootswatch-v3.3.6/media.css +1 -0
  1415. package/dist/css/themes/custom/_bootswatch-v3.3.6/modal.css +1 -0
  1416. package/dist/css/themes/custom/_bootswatch-v3.3.6/nav.css +1 -0
  1417. package/dist/css/themes/custom/_bootswatch-v3.3.6/navbar.css +1 -0
  1418. package/dist/css/themes/custom/_bootswatch-v3.3.6/pager.css +1 -0
  1419. package/dist/css/themes/custom/_bootswatch-v3.3.6/pagination.css +1 -0
  1420. package/dist/css/themes/custom/_bootswatch-v3.3.6/panel.css +1 -0
  1421. package/dist/css/themes/custom/_bootswatch-v3.3.6/popover.css +1 -0
  1422. package/dist/css/themes/custom/_bootswatch-v3.3.6/progress.css +1 -0
  1423. package/dist/css/themes/custom/_bootswatch-v3.3.6/table.css +1 -0
  1424. package/dist/css/themes/custom/_bootswatch-v3.3.6/text.css +1 -0
  1425. package/dist/css/themes/custom/_bootswatch-v3.3.6/thumbnail.css +1 -0
  1426. package/dist/css/themes/custom/_bootswatch-v3.3.6/tooltip.css +1 -0
  1427. package/dist/css/themes/custom/_bootswatch-v3.3.6/visible.css +1 -0
  1428. package/dist/css/themes/custom/_bootswatch-v3.3.6/well.css +1 -0
  1429. package/dist/css/themes/custom/_bootswatch-v3.3.7/_media-print.css +1 -0
  1430. package/dist/css/themes/custom/_bootswatch-v3.3.7/alert.css +1 -0
  1431. package/dist/css/themes/custom/_bootswatch-v3.3.7/animations.css +1 -0
  1432. package/dist/css/themes/custom/_bootswatch-v3.3.7/badge.css +1 -0
  1433. package/dist/css/themes/custom/_bootswatch-v3.3.7/basics.css +11 -0
  1434. package/dist/css/themes/custom/_bootswatch-v3.3.7/blockquote.css +1 -0
  1435. package/dist/css/themes/custom/_bootswatch-v3.3.7/breadcrumb.css +1 -0
  1436. package/dist/css/themes/custom/_bootswatch-v3.3.7/btn.css +1 -0
  1437. package/dist/css/themes/custom/_bootswatch-v3.3.7/carousel.css +1 -0
  1438. package/dist/css/themes/custom/_bootswatch-v3.3.7/close.css +1 -0
  1439. package/dist/css/themes/custom/_bootswatch-v3.3.7/col.css +1 -0
  1440. package/dist/css/themes/custom/_bootswatch-v3.3.7/collapse.css +1 -0
  1441. package/dist/css/themes/custom/_bootswatch-v3.3.7/container.css +1 -0
  1442. package/dist/css/themes/custom/_bootswatch-v3.3.7/dropdown.css +1 -0
  1443. package/dist/css/themes/custom/_bootswatch-v3.3.7/embed-responsive.css +1 -0
  1444. package/dist/css/themes/custom/_bootswatch-v3.3.7/fade.css +1 -0
  1445. package/dist/css/themes/custom/_bootswatch-v3.3.7/figure_img.css +1 -0
  1446. package/dist/css/themes/custom/_bootswatch-v3.3.7/form-control.css +1 -0
  1447. package/dist/css/themes/custom/_bootswatch-v3.3.7/glyphicon.css +1 -0
  1448. package/dist/css/themes/custom/_bootswatch-v3.3.7/import_bootswatch.css +1 -0
  1449. package/dist/css/themes/custom/_bootswatch-v3.3.7/input-group.css +1 -0
  1450. package/dist/css/themes/custom/_bootswatch-v3.3.7/input.css +1 -0
  1451. package/dist/css/themes/custom/_bootswatch-v3.3.7/jumbotron.css +1 -0
  1452. package/dist/css/themes/custom/_bootswatch-v3.3.7/label.css +1 -0
  1453. package/dist/css/themes/custom/_bootswatch-v3.3.7/list-group.css +1 -0
  1454. package/dist/css/themes/custom/_bootswatch-v3.3.7/media.css +1 -0
  1455. package/dist/css/themes/custom/_bootswatch-v3.3.7/modal.css +1 -0
  1456. package/dist/css/themes/custom/_bootswatch-v3.3.7/nav.css +1 -0
  1457. package/dist/css/themes/custom/_bootswatch-v3.3.7/navbar.css +1 -0
  1458. package/dist/css/themes/custom/_bootswatch-v3.3.7/pager.css +1 -0
  1459. package/dist/css/themes/custom/_bootswatch-v3.3.7/pagination.css +1 -0
  1460. package/dist/css/themes/custom/_bootswatch-v3.3.7/panel.css +1 -0
  1461. package/dist/css/themes/custom/_bootswatch-v3.3.7/popover.css +1 -0
  1462. package/dist/css/themes/custom/_bootswatch-v3.3.7/progress.css +1 -0
  1463. package/dist/css/themes/custom/_bootswatch-v3.3.7/table.css +1 -0
  1464. package/dist/css/themes/custom/_bootswatch-v3.3.7/text.css +1 -0
  1465. package/dist/css/themes/custom/_bootswatch-v3.3.7/thumbnail.css +1 -0
  1466. package/dist/css/themes/custom/_bootswatch-v3.3.7/tooltip.css +1 -0
  1467. package/dist/css/themes/custom/_bootswatch-v3.3.7/visible.css +1 -0
  1468. package/dist/css/themes/custom/_bootswatch-v3.3.7/well.css +1 -0
  1469. package/dist/css/themes/custom/_bootswatch-v4.1.3/_media-print.css +1 -0
  1470. package/dist/css/themes/custom/_bootswatch-v4.1.3/accordion.css +1 -0
  1471. package/dist/css/themes/custom/_bootswatch-v4.1.3/alert.css +1 -0
  1472. package/dist/css/themes/custom/_bootswatch-v4.1.3/align.css +1 -0
  1473. package/dist/css/themes/custom/_bootswatch-v4.1.3/badge.css +1 -0
  1474. package/dist/css/themes/custom/_bootswatch-v4.1.3/basics.css +12 -0
  1475. package/dist/css/themes/custom/_bootswatch-v4.1.3/blockquote.css +1 -0
  1476. package/dist/css/themes/custom/_bootswatch-v4.1.3/border.css +1 -0
  1477. package/dist/css/themes/custom/_bootswatch-v4.1.3/breadcrumb.css +1 -0
  1478. package/dist/css/themes/custom/_bootswatch-v4.1.3/btn.css +1 -0
  1479. package/dist/css/themes/custom/_bootswatch-v4.1.3/card.css +1 -0
  1480. package/dist/css/themes/custom/_bootswatch-v4.1.3/carousel.css +1 -0
  1481. package/dist/css/themes/custom/_bootswatch-v4.1.3/close.css +1 -0
  1482. package/dist/css/themes/custom/_bootswatch-v4.1.3/col.css +1 -0
  1483. package/dist/css/themes/custom/_bootswatch-v4.1.3/container.css +1 -0
  1484. package/dist/css/themes/custom/_bootswatch-v4.1.3/custom.css +1 -0
  1485. package/dist/css/themes/custom/_bootswatch-v4.1.3/display.css +1 -0
  1486. package/dist/css/themes/custom/_bootswatch-v4.1.3/dropdown.css +1 -0
  1487. package/dist/css/themes/custom/_bootswatch-v4.1.3/embed-responsive.css +1 -0
  1488. package/dist/css/themes/custom/_bootswatch-v4.1.3/flex.css +1 -0
  1489. package/dist/css/themes/custom/_bootswatch-v4.1.3/float.css +1 -0
  1490. package/dist/css/themes/custom/_bootswatch-v4.1.3/form.css +1 -0
  1491. package/dist/css/themes/custom/_bootswatch-v4.1.3/img_figure.css +1 -0
  1492. package/dist/css/themes/custom/_bootswatch-v4.1.3/import_bootswatch.css +1 -0
  1493. package/dist/css/themes/custom/_bootswatch-v4.1.3/input-group.css +1 -0
  1494. package/dist/css/themes/custom/_bootswatch-v4.1.3/jumbotron.css +1 -0
  1495. package/dist/css/themes/custom/_bootswatch-v4.1.3/justify.css +1 -0
  1496. package/dist/css/themes/custom/_bootswatch-v4.1.3/list-group.css +1 -0
  1497. package/dist/css/themes/custom/_bootswatch-v4.1.3/margin.css +1 -0
  1498. package/dist/css/themes/custom/_bootswatch-v4.1.3/modal.css +1 -0
  1499. package/dist/css/themes/custom/_bootswatch-v4.1.3/nav.css +1 -0
  1500. package/dist/css/themes/custom/_bootswatch-v4.1.3/navbar.css +1 -0
  1501. package/dist/css/themes/custom/_bootswatch-v4.1.3/padding.css +1 -0
  1502. package/dist/css/themes/custom/_bootswatch-v4.1.3/page.css +1 -0
  1503. package/dist/css/themes/custom/_bootswatch-v4.1.3/pagination.css +1 -0
  1504. package/dist/css/themes/custom/_bootswatch-v4.1.3/popover.css +1 -0
  1505. package/dist/css/themes/custom/_bootswatch-v4.1.3/position.css +1 -0
  1506. package/dist/css/themes/custom/_bootswatch-v4.1.3/progress.css +1 -0
  1507. package/dist/css/themes/custom/_bootswatch-v4.1.3/rounded.css +1 -0
  1508. package/dist/css/themes/custom/_bootswatch-v4.1.3/shadow.css +1 -0
  1509. package/dist/css/themes/custom/_bootswatch-v4.1.3/table.css +1 -0
  1510. package/dist/css/themes/custom/_bootswatch-v4.1.3/text.css +1 -0
  1511. package/dist/css/themes/custom/_bootswatch-v4.1.3/tooltip.css +1 -0
  1512. package/dist/css/themes/custom/_bootswatch-v4.1.3/validated.css +1 -0
  1513. package/dist/css/themes/custom/aquamarine/button-aquamarine.css +1 -0
  1514. package/dist/css/themes/custom/aquamarine/checkbox-aquamarine.css +1 -0
  1515. package/dist/css/themes/custom/aquamarine/custom-aquamarine.css +1 -0
  1516. package/dist/css/themes/custom/aquamarine/custom-aquamarine.min.css +1 -0
  1517. package/dist/css/themes/custom/aquamarine/font/WorkSans-Black.woff +0 -0
  1518. package/dist/css/themes/custom/aquamarine/font/WorkSans-Black.woff2 +0 -0
  1519. package/dist/css/themes/custom/aquamarine/font/WorkSans-BlackItalic.woff +0 -0
  1520. package/dist/css/themes/custom/aquamarine/font/WorkSans-BlackItalic.woff2 +0 -0
  1521. package/dist/css/themes/custom/aquamarine/font/WorkSans-Bold.woff +0 -0
  1522. package/dist/css/themes/custom/aquamarine/font/WorkSans-Bold.woff2 +0 -0
  1523. package/dist/css/themes/custom/aquamarine/font/WorkSans-BoldItalic.woff +0 -0
  1524. package/dist/css/themes/custom/aquamarine/font/WorkSans-BoldItalic.woff2 +0 -0
  1525. package/dist/css/themes/custom/aquamarine/font/WorkSans-ExtraBold.woff +0 -0
  1526. package/dist/css/themes/custom/aquamarine/font/WorkSans-ExtraBold.woff2 +0 -0
  1527. package/dist/css/themes/custom/aquamarine/font/WorkSans-ExtraBoldItalic.woff +0 -0
  1528. package/dist/css/themes/custom/aquamarine/font/WorkSans-ExtraBoldItalic.woff2 +0 -0
  1529. package/dist/css/themes/custom/aquamarine/font/WorkSans-ExtraLight.woff +0 -0
  1530. package/dist/css/themes/custom/aquamarine/font/WorkSans-ExtraLight.woff2 +0 -0
  1531. package/dist/css/themes/custom/aquamarine/font/WorkSans-ExtraLightItalic.woff +0 -0
  1532. package/dist/css/themes/custom/aquamarine/font/WorkSans-ExtraLightItalic.woff2 +0 -0
  1533. package/dist/css/themes/custom/aquamarine/font/WorkSans-Italic.woff +0 -0
  1534. package/dist/css/themes/custom/aquamarine/font/WorkSans-Italic.woff2 +0 -0
  1535. package/dist/css/themes/custom/aquamarine/font/WorkSans-Light.woff +0 -0
  1536. package/dist/css/themes/custom/aquamarine/font/WorkSans-Light.woff2 +0 -0
  1537. package/dist/css/themes/custom/aquamarine/font/WorkSans-LightItalic.woff +0 -0
  1538. package/dist/css/themes/custom/aquamarine/font/WorkSans-LightItalic.woff2 +0 -0
  1539. package/dist/css/themes/custom/aquamarine/font/WorkSans-Medium.woff +0 -0
  1540. package/dist/css/themes/custom/aquamarine/font/WorkSans-Medium.woff2 +0 -0
  1541. package/dist/css/themes/custom/aquamarine/font/WorkSans-MediumItalic.woff +0 -0
  1542. package/dist/css/themes/custom/aquamarine/font/WorkSans-MediumItalic.woff2 +0 -0
  1543. package/dist/css/themes/custom/aquamarine/font/WorkSans-Regular.woff +0 -0
  1544. package/dist/css/themes/custom/aquamarine/font/WorkSans-Regular.woff2 +0 -0
  1545. package/dist/css/themes/custom/aquamarine/font/WorkSans-SemiBold.woff +0 -0
  1546. package/dist/css/themes/custom/aquamarine/font/WorkSans-SemiBold.woff2 +0 -0
  1547. package/dist/css/themes/custom/aquamarine/font/WorkSans-SemiBoldItalic.woff +0 -0
  1548. package/dist/css/themes/custom/aquamarine/font/WorkSans-SemiBoldItalic.woff2 +0 -0
  1549. package/dist/css/themes/custom/aquamarine/font/WorkSans-Thin.woff +0 -0
  1550. package/dist/css/themes/custom/aquamarine/font/WorkSans-Thin.woff2 +0 -0
  1551. package/dist/css/themes/custom/aquamarine/font/WorkSans-ThinItalic.woff +0 -0
  1552. package/dist/css/themes/custom/aquamarine/font/WorkSans-ThinItalic.woff2 +0 -0
  1553. package/dist/css/themes/custom/aquamarine/font/fonts.css +1 -0
  1554. package/dist/css/themes/custom/aquamarine/img/arrow-gray.svg +1 -0
  1555. package/dist/css/themes/custom/aquamarine/img/arrow-white.svg +1 -0
  1556. package/dist/css/themes/custom/aquamarine/navbar-aquamarine.css +1 -0
  1557. package/dist/css/themes/custom/aquamarine/panel-aquamarine.css +1 -0
  1558. package/dist/css/themes/custom/cerulean/button-cerulean.css +1 -0
  1559. package/dist/css/themes/custom/cerulean/custom-cerulean.css +1 -0
  1560. package/dist/css/themes/custom/cerulean/custom-cerulean.min.css +1 -0
  1561. package/dist/css/themes/custom/cerulean/img/arrow-gray.svg +1 -0
  1562. package/dist/css/themes/custom/cerulean/img/arrow-white.svg +1 -0
  1563. package/dist/css/themes/custom/cerulean/navbar-cerulean.css +1 -0
  1564. package/dist/css/themes/custom/cerulean/panel-cerulean.css +1 -0
  1565. package/dist/css/themes/custom/cosmo/button-cosmo.css +1 -0
  1566. package/dist/css/themes/custom/cosmo/custom-cosmo.css +1 -0
  1567. package/dist/css/themes/custom/cosmo/custom-cosmo.min.css +1 -0
  1568. package/dist/css/themes/custom/cosmo/navbar-cosmo.css +1 -0
  1569. package/dist/css/themes/custom/cosmo/panel-cosmo.css +1 -0
  1570. package/dist/css/themes/custom/cyborg/button-cyborg.css +1 -0
  1571. package/dist/css/themes/custom/cyborg/custom-cyborg.css +1 -0
  1572. package/dist/css/themes/custom/cyborg/custom-cyborg.min.css +1 -0
  1573. package/dist/css/themes/custom/cyborg/navbar-cyborg.css +1 -0
  1574. package/dist/css/themes/custom/cyborg/panel-cyborg.css +1 -0
  1575. package/dist/css/themes/custom/darkly/button-darkly.css +1 -0
  1576. package/dist/css/themes/custom/darkly/custom-darkly.css +1 -0
  1577. package/dist/css/themes/custom/darkly/custom-darkly.min.css +1 -0
  1578. package/dist/css/themes/custom/darkly/navbar-darkly.css +1 -0
  1579. package/dist/css/themes/custom/darkly/panel-darkly.css +1 -0
  1580. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/_media-print.css +1 -0
  1581. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/alert.css +1 -0
  1582. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/animations.css +1 -0
  1583. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/badge.css +1 -0
  1584. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/basics.css +11 -0
  1585. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/blockquote.css +1 -0
  1586. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/breadcrumb.css +1 -0
  1587. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/btn.css +1 -0
  1588. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/carousel.css +1 -0
  1589. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/close.css +1 -0
  1590. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/col.css +1 -0
  1591. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/collapse.css +1 -0
  1592. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/container.css +1 -0
  1593. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/dropdown.css +1 -0
  1594. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/embed-responsive.css +1 -0
  1595. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/fade.css +1 -0
  1596. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/figure_img.css +1 -0
  1597. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/form-control.css +1 -0
  1598. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/glyphicon.css +1 -0
  1599. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/import_bootswatch.css +1 -0
  1600. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/input-group.css +1 -0
  1601. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/input.css +1 -0
  1602. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/jumbotron.css +1 -0
  1603. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/label.css +1 -0
  1604. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/list-group.css +1 -0
  1605. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/media.css +1 -0
  1606. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/modal.css +1 -0
  1607. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/nav.css +1 -0
  1608. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/navbar.css +1 -0
  1609. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/pager.css +1 -0
  1610. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/pagination.css +1 -0
  1611. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/panel.css +1 -0
  1612. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/popover.css +1 -0
  1613. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/progress.css +1 -0
  1614. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/table.css +1 -0
  1615. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/text.css +1 -0
  1616. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/thumbnail.css +1 -0
  1617. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/tooltip.css +1 -0
  1618. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/visible.css +1 -0
  1619. package/dist/css/themes/custom/dsgov/_bootswatch-v3.3.7/well.css +1 -0
  1620. package/dist/css/themes/custom/dsgov/button-dsgov.css +1 -0
  1621. package/dist/css/themes/custom/dsgov/calendar-dsgov.css +1 -0
  1622. package/dist/css/themes/custom/dsgov/color-dsgov.css +1 -0
  1623. package/dist/css/themes/custom/dsgov/custom-dsgov.css +1 -0
  1624. package/dist/css/themes/custom/dsgov/custom-dsgov.min.css +1 -0
  1625. package/dist/css/themes/custom/dsgov/font/WorkSans-Black.woff +0 -0
  1626. package/dist/css/themes/custom/dsgov/font/WorkSans-Black.woff2 +0 -0
  1627. package/dist/css/themes/custom/dsgov/font/WorkSans-BlackItalic.woff +0 -0
  1628. package/dist/css/themes/custom/dsgov/font/WorkSans-BlackItalic.woff2 +0 -0
  1629. package/dist/css/themes/custom/dsgov/font/WorkSans-Bold.woff +0 -0
  1630. package/dist/css/themes/custom/dsgov/font/WorkSans-Bold.woff2 +0 -0
  1631. package/dist/css/themes/custom/dsgov/font/WorkSans-BoldItalic.woff +0 -0
  1632. package/dist/css/themes/custom/dsgov/font/WorkSans-BoldItalic.woff2 +0 -0
  1633. package/dist/css/themes/custom/dsgov/font/WorkSans-ExtraBold.woff +0 -0
  1634. package/dist/css/themes/custom/dsgov/font/WorkSans-ExtraBold.woff2 +0 -0
  1635. package/dist/css/themes/custom/dsgov/font/WorkSans-ExtraBoldItalic.woff +0 -0
  1636. package/dist/css/themes/custom/dsgov/font/WorkSans-ExtraBoldItalic.woff2 +0 -0
  1637. package/dist/css/themes/custom/dsgov/font/WorkSans-ExtraLight.woff +0 -0
  1638. package/dist/css/themes/custom/dsgov/font/WorkSans-ExtraLight.woff2 +0 -0
  1639. package/dist/css/themes/custom/dsgov/font/WorkSans-ExtraLightItalic.woff +0 -0
  1640. package/dist/css/themes/custom/dsgov/font/WorkSans-ExtraLightItalic.woff2 +0 -0
  1641. package/dist/css/themes/custom/dsgov/font/WorkSans-Italic.woff +0 -0
  1642. package/dist/css/themes/custom/dsgov/font/WorkSans-Italic.woff2 +0 -0
  1643. package/dist/css/themes/custom/dsgov/font/WorkSans-Light.woff +0 -0
  1644. package/dist/css/themes/custom/dsgov/font/WorkSans-Light.woff2 +0 -0
  1645. package/dist/css/themes/custom/dsgov/font/WorkSans-LightItalic.woff +0 -0
  1646. package/dist/css/themes/custom/dsgov/font/WorkSans-LightItalic.woff2 +0 -0
  1647. package/dist/css/themes/custom/dsgov/font/WorkSans-Medium.woff +0 -0
  1648. package/dist/css/themes/custom/dsgov/font/WorkSans-Medium.woff2 +0 -0
  1649. package/dist/css/themes/custom/dsgov/font/WorkSans-MediumItalic.woff +0 -0
  1650. package/dist/css/themes/custom/dsgov/font/WorkSans-MediumItalic.woff2 +0 -0
  1651. package/dist/css/themes/custom/dsgov/font/WorkSans-Regular.woff +0 -0
  1652. package/dist/css/themes/custom/dsgov/font/WorkSans-Regular.woff2 +0 -0
  1653. package/dist/css/themes/custom/dsgov/font/WorkSans-SemiBold.woff +0 -0
  1654. package/dist/css/themes/custom/dsgov/font/WorkSans-SemiBold.woff2 +0 -0
  1655. package/dist/css/themes/custom/dsgov/font/WorkSans-SemiBoldItalic.woff +0 -0
  1656. package/dist/css/themes/custom/dsgov/font/WorkSans-SemiBoldItalic.woff2 +0 -0
  1657. package/dist/css/themes/custom/dsgov/font/WorkSans-Thin.woff +0 -0
  1658. package/dist/css/themes/custom/dsgov/font/WorkSans-Thin.woff2 +0 -0
  1659. package/dist/css/themes/custom/dsgov/font/WorkSans-ThinItalic.woff +0 -0
  1660. package/dist/css/themes/custom/dsgov/font/WorkSans-ThinItalic.woff2 +0 -0
  1661. package/dist/css/themes/custom/dsgov/font/fonts.css +1 -0
  1662. package/dist/css/themes/custom/dsgov/font2/fonts.css +1 -0
  1663. package/dist/css/themes/custom/dsgov/font2/rawline-100.woff +0 -0
  1664. package/dist/css/themes/custom/dsgov/font2/rawline-100i.woff +0 -0
  1665. package/dist/css/themes/custom/dsgov/font2/rawline-200.woff +0 -0
  1666. package/dist/css/themes/custom/dsgov/font2/rawline-200i.woff +0 -0
  1667. package/dist/css/themes/custom/dsgov/font2/rawline-300.woff +0 -0
  1668. package/dist/css/themes/custom/dsgov/font2/rawline-300i.woff +0 -0
  1669. package/dist/css/themes/custom/dsgov/font2/rawline-400.woff +0 -0
  1670. package/dist/css/themes/custom/dsgov/font2/rawline-400i.woff +0 -0
  1671. package/dist/css/themes/custom/dsgov/font2/rawline-500.woff +0 -0
  1672. package/dist/css/themes/custom/dsgov/font2/rawline-500i.woff +0 -0
  1673. package/dist/css/themes/custom/dsgov/font2/rawline-600.woff +0 -0
  1674. package/dist/css/themes/custom/dsgov/font2/rawline-600i.woff +0 -0
  1675. package/dist/css/themes/custom/dsgov/font2/rawline-700.woff +0 -0
  1676. package/dist/css/themes/custom/dsgov/font2/rawline-700i.woff +0 -0
  1677. package/dist/css/themes/custom/dsgov/font2/rawline-800.woff +0 -0
  1678. package/dist/css/themes/custom/dsgov/font2/rawline-800i.woff +0 -0
  1679. package/dist/css/themes/custom/dsgov/font2/rawline-900.woff +0 -0
  1680. package/dist/css/themes/custom/dsgov/font2/rawline-900i.woff +0 -0
  1681. package/dist/css/themes/custom/dsgov/form-dsgov.css +1 -0
  1682. package/dist/css/themes/custom/dsgov/img/arrow-blue.svg +1 -0
  1683. package/dist/css/themes/custom/dsgov/img/cover.jpg +0 -0
  1684. package/dist/css/themes/custom/dsgov/navbar-dsgov.css +1 -0
  1685. package/dist/css/themes/custom/dsgov/panel-dsgov.css +1 -0
  1686. package/dist/css/themes/custom/dsgov/slider-dsgov.css +1 -0
  1687. package/dist/css/themes/custom/dsgov/table-grid-dsgov.css +1 -0
  1688. package/dist/css/themes/custom/flatly/button-flatly.css +1 -0
  1689. package/dist/css/themes/custom/flatly/custom-flatly.css +1 -0
  1690. package/dist/css/themes/custom/flatly/custom-flatly.min.css +1 -0
  1691. package/dist/css/themes/custom/flatly/navbar-flatly.css +1 -0
  1692. package/dist/css/themes/custom/flatly/panel-flatly.css +1 -0
  1693. package/dist/css/themes/custom/fuse/button-fuse.css +1 -0
  1694. package/dist/css/themes/custom/fuse/components_css/alert.css +1 -0
  1695. package/dist/css/themes/custom/fuse/components_css/badge.css +1 -0
  1696. package/dist/css/themes/custom/fuse/components_css/blockquote.css +1 -0
  1697. package/dist/css/themes/custom/fuse/components_css/breadcrumb.css +1 -0
  1698. package/dist/css/themes/custom/fuse/components_css/btn.css +1 -0
  1699. package/dist/css/themes/custom/fuse/components_css/close.css +1 -0
  1700. package/dist/css/themes/custom/fuse/components_css/form.css +1 -0
  1701. package/dist/css/themes/custom/fuse/components_css/glyphicon.css +1 -0
  1702. package/dist/css/themes/custom/fuse/components_css/hidden.css +1 -0
  1703. package/dist/css/themes/custom/fuse/components_css/import_components_css.css +1 -0
  1704. package/dist/css/themes/custom/fuse/components_css/list-group.css +1 -0
  1705. package/dist/css/themes/custom/fuse/components_css/modal.css +1 -0
  1706. package/dist/css/themes/custom/fuse/components_css/navbar.css +1 -0
  1707. package/dist/css/themes/custom/fuse/components_css/pager.css +1 -0
  1708. package/dist/css/themes/custom/fuse/components_css/pagination.css +1 -0
  1709. package/dist/css/themes/custom/fuse/components_css/panel.css +1 -0
  1710. package/dist/css/themes/custom/fuse/components_css/popover.css +1 -0
  1711. package/dist/css/themes/custom/fuse/components_css/progress.css +1 -0
  1712. package/dist/css/themes/custom/fuse/components_css/table.css +1 -0
  1713. package/dist/css/themes/custom/fuse/components_css/thumbnail.css +1 -0
  1714. package/dist/css/themes/custom/fuse/components_css/tooltip.css +1 -0
  1715. package/dist/css/themes/custom/fuse/components_css/type_bootstrap.css +1 -0
  1716. package/dist/css/themes/custom/fuse/components_css/well.css +1 -0
  1717. package/dist/css/themes/custom/fuse/custom-fuse.css +1 -0
  1718. package/dist/css/themes/custom/fuse/custom-fuse.min.css +1 -0
  1719. package/dist/css/themes/custom/fuse/font/Inter-roman.var.woff2 +0 -0
  1720. package/dist/css/themes/custom/fuse/font/font.css +1 -0
  1721. package/dist/css/themes/custom/fuse/font/fonts.css +1 -0
  1722. package/dist/css/themes/custom/fuse/img/arrow-gray.svg +1 -0
  1723. package/dist/css/themes/custom/fuse/img/arrow-white.svg +1 -0
  1724. package/dist/css/themes/custom/fuse/navbar-fuse.css +1 -0
  1725. package/dist/css/themes/custom/fuse/panel-fuse.css +1 -0
  1726. package/dist/css/themes/custom/journal/button-journal.css +1 -0
  1727. package/dist/css/themes/custom/journal/custom-journal.css +1 -0
  1728. package/dist/css/themes/custom/journal/custom-journal.min.css +1 -0
  1729. package/dist/css/themes/custom/journal/navbar-journal.css +1 -0
  1730. package/dist/css/themes/custom/journal/panel-journal.css +1 -0
  1731. package/dist/css/themes/custom/krypton/custom-krypton.css +1 -0
  1732. package/dist/css/themes/custom/krypton/grid-krypton.css +1 -0
  1733. package/dist/css/themes/custom/krypton/navbar-krypton.css +1 -0
  1734. package/dist/css/themes/custom/krypton/panel-krypton.css +1 -0
  1735. package/dist/css/themes/custom/lumen/button-lumen.css +1 -0
  1736. package/dist/css/themes/custom/lumen/custom-lumen.css +1 -0
  1737. package/dist/css/themes/custom/lumen/custom-lumen.min.css +1 -0
  1738. package/dist/css/themes/custom/lumen/navbar-lumen.css +1 -0
  1739. package/dist/css/themes/custom/lumen/panel-lumen.css +1 -0
  1740. package/dist/css/themes/custom/material/components_css/crn-button.css +1 -0
  1741. package/dist/css/themes/custom/material/components_css/crn-carousel.css +1 -0
  1742. package/dist/css/themes/custom/material/components_css/crn-cron-calendar.css +1 -0
  1743. package/dist/css/themes/custom/material/components_css/crn-cron-grid.css +1 -0
  1744. package/dist/css/themes/custom/material/components_css/crn-enterprise.css +1 -0
  1745. package/dist/css/themes/custom/material/components_css/crn-navbar.css +1 -0
  1746. package/dist/css/themes/custom/material/components_css/crn-scheduler.css +1 -0
  1747. package/dist/css/themes/custom/material/components_css/login.css +1 -0
  1748. package/dist/css/themes/custom/material/components_css/ui-notification.css +1 -0
  1749. package/dist/css/themes/custom/material/custom-material.css +1 -0
  1750. package/dist/css/themes/custom/material/custom-material.min.css +1 -0
  1751. package/dist/css/themes/custom/material/font/Roboto-Black.woff +0 -0
  1752. package/dist/css/themes/custom/material/font/Roboto-Black.woff2 +0 -0
  1753. package/dist/css/themes/custom/material/font/Roboto-BlackItalic.woff +0 -0
  1754. package/dist/css/themes/custom/material/font/Roboto-BlackItalic.woff2 +0 -0
  1755. package/dist/css/themes/custom/material/font/Roboto-Bold.woff +0 -0
  1756. package/dist/css/themes/custom/material/font/Roboto-Bold.woff2 +0 -0
  1757. package/dist/css/themes/custom/material/font/Roboto-BoldItalic.woff +0 -0
  1758. package/dist/css/themes/custom/material/font/Roboto-BoldItalic.woff2 +0 -0
  1759. package/dist/css/themes/custom/material/font/Roboto-Italic.woff +0 -0
  1760. package/dist/css/themes/custom/material/font/Roboto-Italic.woff2 +0 -0
  1761. package/dist/css/themes/custom/material/font/Roboto-Light.woff +0 -0
  1762. package/dist/css/themes/custom/material/font/Roboto-Light.woff2 +0 -0
  1763. package/dist/css/themes/custom/material/font/Roboto-LightItalic.woff +0 -0
  1764. package/dist/css/themes/custom/material/font/Roboto-LightItalic.woff2 +0 -0
  1765. package/dist/css/themes/custom/material/font/Roboto-Medium.woff +0 -0
  1766. package/dist/css/themes/custom/material/font/Roboto-Medium.woff2 +0 -0
  1767. package/dist/css/themes/custom/material/font/Roboto-MediumItalic.woff +0 -0
  1768. package/dist/css/themes/custom/material/font/Roboto-MediumItalic.woff2 +0 -0
  1769. package/dist/css/themes/custom/material/font/Roboto-Regular.woff +0 -0
  1770. package/dist/css/themes/custom/material/font/Roboto-Regular.woff2 +0 -0
  1771. package/dist/css/themes/custom/material/font/Roboto-Thin.woff +0 -0
  1772. package/dist/css/themes/custom/material/font/Roboto-Thin.woff2 +0 -0
  1773. package/dist/css/themes/custom/material/font/Roboto-ThinItalic.woff +0 -0
  1774. package/dist/css/themes/custom/material/font/Roboto-ThinItalic.woff2 +0 -0
  1775. package/dist/css/themes/custom/material/font/fonts.css +1 -0
  1776. package/dist/css/themes/custom/material/grid-material.css +1 -0
  1777. package/dist/css/themes/custom/material/img/arrow-gray.svg +1 -0
  1778. package/dist/css/themes/custom/material/img/arrow-white.svg +1 -0
  1779. package/dist/css/themes/custom/material/navbar-material.css +1 -0
  1780. package/dist/css/themes/custom/material/panel-material.css +1 -0
  1781. package/dist/css/themes/custom/material-round/custom-material-round.css +1 -0
  1782. package/dist/css/themes/custom/material-round/grid-material-round.css +1 -0
  1783. package/dist/css/themes/custom/material-round/navbar-material-round.css +1 -0
  1784. package/dist/css/themes/custom/material-round/panel-material-round.css +1 -0
  1785. package/dist/css/themes/custom/material_raiz/components_css/crn-button.css +1 -0
  1786. package/dist/css/themes/custom/material_raiz/components_css/crn-carousel.css +1 -0
  1787. package/dist/css/themes/custom/material_raiz/components_css/crn-cron-calendar.css +1 -0
  1788. package/dist/css/themes/custom/material_raiz/components_css/crn-cron-grid.css +1 -0
  1789. package/dist/css/themes/custom/material_raiz/components_css/crn-enterprise.css +1 -0
  1790. package/dist/css/themes/custom/material_raiz/components_css/crn-navbar.css +1 -0
  1791. package/dist/css/themes/custom/material_raiz/components_css/crn-scheduler.css +1 -0
  1792. package/dist/css/themes/custom/material_raiz/components_css/login.css +1 -0
  1793. package/dist/css/themes/custom/material_raiz/components_css/ui-notification.css +1 -0
  1794. package/dist/css/themes/custom/material_raiz/custom-material_raiz.css +1 -0
  1795. package/dist/css/themes/custom/materialui/custom-materialui.css +1 -0
  1796. package/dist/css/themes/custom/nature/custom-nature.css +1 -0
  1797. package/dist/css/themes/custom/nature/grid-nature.css +1 -0
  1798. package/dist/css/themes/custom/nature/navbar-nature.css +1 -0
  1799. package/dist/css/themes/custom/nature/panel-nature.css +1 -0
  1800. package/dist/css/themes/custom/navigator/custom-navigator.css +1 -0
  1801. package/dist/css/themes/custom/paper/button-paper.css +1 -0
  1802. package/dist/css/themes/custom/paper/custom-paper.css +1 -0
  1803. package/dist/css/themes/custom/paper/custom-paper.min.css +1 -0
  1804. package/dist/css/themes/custom/paper/navbar-paper.css +1 -0
  1805. package/dist/css/themes/custom/paper/panel-paper.css +1 -0
  1806. package/dist/css/themes/custom/readable/button-readable.css +1 -0
  1807. package/dist/css/themes/custom/readable/custom-readable.css +1 -0
  1808. package/dist/css/themes/custom/readable/custom-readable.min.css +1 -0
  1809. package/dist/css/themes/custom/readable/navbar-readable.css +1 -0
  1810. package/dist/css/themes/custom/readable/panel-readable.css +1 -0
  1811. package/dist/css/themes/custom/sandstone/button-sandstone.css +1 -0
  1812. package/dist/css/themes/custom/sandstone/custom-sandstone.css +1 -0
  1813. package/dist/css/themes/custom/sandstone/custom-sandstone.min.css +1 -0
  1814. package/dist/css/themes/custom/sandstone/navbar-sandstone.css +1 -0
  1815. package/dist/css/themes/custom/sandstone/panel-sandstone.css +1 -0
  1816. package/dist/css/themes/custom/simplex/button-simplex.css +1 -0
  1817. package/dist/css/themes/custom/simplex/custom-simplex.css +1 -0
  1818. package/dist/css/themes/custom/simplex/custom-simplex.min.css +1 -0
  1819. package/dist/css/themes/custom/simplex/navbar-simplex.css +1 -0
  1820. package/dist/css/themes/custom/simplex/panel-simplex.css +1 -0
  1821. package/dist/css/themes/custom/slate/button-slate.css +1 -0
  1822. package/dist/css/themes/custom/slate/custom-slate.css +1 -0
  1823. package/dist/css/themes/custom/slate/custom-slate.min.css +1 -0
  1824. package/dist/css/themes/custom/slate/navbar-slate.css +1 -0
  1825. package/dist/css/themes/custom/slate/panel-slate.css +1 -0
  1826. package/dist/css/themes/custom/spacelab/button-spacelab.css +1 -0
  1827. package/dist/css/themes/custom/spacelab/custom-spacelab.css +1 -0
  1828. package/dist/css/themes/custom/spacelab/custom-spacelab.min.css +1 -0
  1829. package/dist/css/themes/custom/spacelab/navbar-spacelab.css +1 -0
  1830. package/dist/css/themes/custom/spacelab/panel-spacelab.css +1 -0
  1831. package/dist/css/themes/custom/superhero/button-superhero.css +1 -0
  1832. package/dist/css/themes/custom/superhero/custom-superhero.css +1 -0
  1833. package/dist/css/themes/custom/superhero/custom-superhero.min.css +1 -0
  1834. package/dist/css/themes/custom/superhero/navbar-superhero.css +1 -0
  1835. package/dist/css/themes/custom/superhero/panel-superhero.css +1 -0
  1836. package/dist/css/themes/custom/superhero/tabs-superhero.css +1 -0
  1837. package/dist/css/themes/custom/theme-general/button.css +1 -0
  1838. package/dist/css/themes/custom/theme-general/carousel.css +1 -0
  1839. package/dist/css/themes/custom/theme-general/forms.css +1 -0
  1840. package/dist/css/themes/custom/theme-general/login.css +1 -0
  1841. package/dist/css/themes/custom/theme-general/menu-vertical-retratil.css +1 -0
  1842. package/dist/css/themes/custom/theme-general/menu.css +1 -0
  1843. package/dist/css/themes/custom/theme-general/modal.css +1 -0
  1844. package/dist/css/themes/custom/theme-general/notification.css +1 -0
  1845. package/dist/css/themes/custom/theme-general/report-viewer.css +1 -0
  1846. package/dist/css/themes/custom/theme-general/scheduler.css +1 -0
  1847. package/dist/css/themes/custom/theme-general/slider.css +1 -0
  1848. package/dist/css/themes/custom/theme-general/table-grid.css +1 -0
  1849. package/dist/css/themes/custom/theme-general/tabs.css +1 -0
  1850. package/dist/css/themes/custom/theme-general/theme-general.css +1 -0
  1851. package/dist/css/themes/custom/theme-general/timeline.css +1 -0
  1852. package/dist/css/themes/custom/theme-general/treeview.css +1 -0
  1853. package/dist/css/themes/custom/theme-general/wizard.css +1 -0
  1854. package/dist/css/themes/custom/united/button-united.css +1 -0
  1855. package/dist/css/themes/custom/united/custom-united.css +1 -0
  1856. package/dist/css/themes/custom/united/custom-united.min.css +1 -0
  1857. package/dist/css/themes/custom/united/navbar-united.css +1 -0
  1858. package/dist/css/themes/custom/united/panel-united.css +1 -0
  1859. package/dist/css/themes/custom/yeti/button-yeti.css +1 -0
  1860. package/dist/css/themes/custom/yeti/custom-yeti.css +1 -0
  1861. package/dist/css/themes/custom/yeti/custom-yeti.min.css +1 -0
  1862. package/dist/css/themes/custom/yeti/navbar-yeti.css +1 -0
  1863. package/dist/css/themes/custom/yeti/panel-yeti.css +1 -0
  1864. package/dist/css/themes/cyborg.min.css +1 -0
  1865. package/dist/css/themes/darkly.min.css +1 -0
  1866. package/dist/css/themes/deprecated/custom/aquamarine/font/fonts.css +1 -0
  1867. package/dist/css/themes/dsgov.min.css +1 -0
  1868. package/dist/css/themes/flatly.min.css +1 -0
  1869. package/dist/css/themes/fuse.min.css +1 -0
  1870. package/dist/css/themes/journal.min.css +1 -0
  1871. package/dist/css/themes/krypton.min.css +1 -0
  1872. package/dist/css/themes/lumen.min.css +1 -0
  1873. package/dist/css/themes/material-round.min.css +1 -0
  1874. package/dist/css/themes/material.min.css +1 -0
  1875. package/dist/css/themes/material_raiz.min.css +1 -0
  1876. package/dist/css/themes/materialui.min.css +1 -0
  1877. package/dist/css/themes/nature.min.css +1 -0
  1878. package/dist/css/themes/paper.min.css +1 -0
  1879. package/dist/css/themes/readable.min.css +1 -0
  1880. package/dist/css/themes/sandstone.min.css +1 -0
  1881. package/dist/css/themes/simplex.min.css +1 -0
  1882. package/dist/css/themes/slate.min.css +1 -0
  1883. package/dist/css/themes/spacelab.min.css +1 -0
  1884. package/dist/css/themes/superhero.min.css +1 -0
  1885. package/dist/css/themes/theme.editor.view.html +5 -0
  1886. package/dist/css/themes/united.min.css +1 -0
  1887. package/dist/css/themes/yeti.min.css +1 -0
  1888. package/dist/i18n/locale_en_us.json +158 -0
  1889. package/dist/i18n/locale_pt_br.json +158 -0
  1890. package/dist/img/ballon_icon.svg +1 -0
  1891. package/dist/img/barcode.png +0 -0
  1892. package/dist/img/cron-icon/crn-QRCode.svg +1 -0
  1893. package/dist/img/cron-icon/crn-accordion.svg +1 -0
  1894. package/dist/img/cron-icon/crn-anchor.svg +1 -0
  1895. package/dist/img/cron-icon/crn-button.svg +1 -0
  1896. package/dist/img/cron-icon/crn-calendar.svg +1 -0
  1897. package/dist/img/cron-icon/crn-captcha.svg +1 -0
  1898. package/dist/img/cron-icon/crn-carousel.svg +1 -0
  1899. package/dist/img/cron-icon/crn-chart.svg +1 -0
  1900. package/dist/img/cron-icon/crn-checkbox.svg +1 -0
  1901. package/dist/img/cron-icon/crn-combobox-dynamic.svg +1 -0
  1902. package/dist/img/cron-icon/crn-combobox.svg +1 -0
  1903. package/dist/img/cron-icon/crn-cron-crud.svg +1 -0
  1904. package/dist/img/cron-icon/crn-cron-dashboard-viewer.svg +1 -0
  1905. package/dist/img/cron-icon/crn-datasource.svg +1 -0
  1906. package/dist/img/cron-icon/crn-datepicker.svg +1 -0
  1907. package/dist/img/cron-icon/crn-datetimepicker.svg +1 -0
  1908. package/dist/img/cron-icon/crn-dynamic-file.svg +1 -0
  1909. package/dist/img/cron-icon/crn-dynamic-image.svg +1 -0
  1910. package/dist/img/cron-icon/crn-dynamic-menu.svg +1 -0
  1911. package/dist/img/cron-icon/crn-eight-four-container.svg +1 -0
  1912. package/dist/img/cron-icon/crn-eight-twelve-container.svg +1 -0
  1913. package/dist/img/cron-icon/crn-enterprise-autocomplete.svg +1 -0
  1914. package/dist/img/cron-icon/crn-enterprise-combobox-multiple.svg +1 -0
  1915. package/dist/img/cron-icon/crn-enterprise-combobox.svg +1 -0
  1916. package/dist/img/cron-icon/crn-enterprise-dynamic-autocomplete.svg +1 -0
  1917. package/dist/img/cron-icon/crn-enterprise-dynamic-combobox.svg +1 -0
  1918. package/dist/img/cron-icon/crn-form.svg +1 -0
  1919. package/dist/img/cron-icon/crn-four-eight-container.svg +1 -0
  1920. package/dist/img/cron-icon/crn-four-twelve-container.svg +1 -0
  1921. package/dist/img/cron-icon/crn-frame.svg +1 -0
  1922. package/dist/img/cron-icon/crn-grid-table.svg +1 -0
  1923. package/dist/img/cron-icon/crn-grid.svg +1 -0
  1924. package/dist/img/cron-icon/crn-header.svg +1 -0
  1925. package/dist/img/cron-icon/crn-horizontal-container.svg +1 -0
  1926. package/dist/img/cron-icon/crn-icon.svg +1 -0
  1927. package/dist/img/cron-icon/crn-image.svg +1 -0
  1928. package/dist/img/cron-icon/crn-input-password.svg +1 -0
  1929. package/dist/img/cron-icon/crn-jumbotron.svg +1 -0
  1930. package/dist/img/cron-icon/crn-list.svg +1 -0
  1931. package/dist/img/cron-icon/crn-navbar.svg +1 -0
  1932. package/dist/img/cron-icon/crn-one-container.svg +1 -0
  1933. package/dist/img/cron-icon/crn-ordered-list.svg +1 -0
  1934. package/dist/img/cron-icon/crn-ordered-sub-list.svg +1 -0
  1935. package/dist/img/cron-icon/crn-panel.svg +1 -0
  1936. package/dist/img/cron-icon/crn-radiogroup.svg +1 -0
  1937. package/dist/img/cron-icon/crn-rating.svg +1 -0
  1938. package/dist/img/cron-icon/crn-report-viewer.svg +1 -0
  1939. package/dist/img/cron-icon/crn-rich-editor.svg +1 -0
  1940. package/dist/img/cron-icon/crn-scheduler.svg +1 -0
  1941. package/dist/img/cron-icon/crn-signature-pad.svg +1 -0
  1942. package/dist/img/cron-icon/crn-simple-text.svg +1 -0
  1943. package/dist/img/cron-icon/crn-slider.svg +1 -0
  1944. package/dist/img/cron-icon/crn-social-login.svg +1 -0
  1945. package/dist/img/cron-icon/crn-sub-form.svg +1 -0
  1946. package/dist/img/cron-icon/crn-table.svg +1 -0
  1947. package/dist/img/cron-icon/crn-tabs.svg +1 -0
  1948. package/dist/img/cron-icon/crn-text-component.svg +1 -0
  1949. package/dist/img/cron-icon/crn-textarea.svg +1 -0
  1950. package/dist/img/cron-icon/crn-textinput.svg +1 -0
  1951. package/dist/img/cron-icon/crn-textinputbutton.svg +1 -0
  1952. package/dist/img/cron-icon/crn-textinputicon.svg +1 -0
  1953. package/dist/img/cron-icon/crn-three-container.svg +1 -0
  1954. package/dist/img/cron-icon/crn-three-six-three-container.svg +1 -0
  1955. package/dist/img/cron-icon/crn-three-twelve-container.svg +1 -0
  1956. package/dist/img/cron-icon/crn-timeline.svg +1 -0
  1957. package/dist/img/cron-icon/crn-timepicker.svg +1 -0
  1958. package/dist/img/cron-icon/crn-tree-view.svg +1 -0
  1959. package/dist/img/cron-icon/crn-two-container.svg +1 -0
  1960. package/dist/img/cron-icon/crn-unordered-list.svg +1 -0
  1961. package/dist/img/cron-icon/crn-unordered-sub-list.svg +1 -0
  1962. package/dist/img/cron-icon/crn-upload.svg +1 -0
  1963. package/dist/img/cron-icon/crn-vertical-container.svg +1 -0
  1964. package/dist/img/cron-icon/cron-breadrumb.svg +1 -0
  1965. package/dist/img/cronGrid.png +0 -0
  1966. package/dist/img/cronRichEditor.png +0 -0
  1967. package/dist/img/cronapp-logo-login.png +0 -0
  1968. package/dist/img/img-user-old.svg +1 -0
  1969. package/dist/img/img-user.svg +1 -0
  1970. package/dist/img/logo-cronapp-negativa.svg +1 -0
  1971. package/dist/img/logo-old.svg +1 -0
  1972. package/dist/img/logo.png +0 -0
  1973. package/dist/img/logo.svg +1 -0
  1974. package/dist/img/nophoto.png +0 -0
  1975. package/dist/img/placehold-100x100.png +0 -0
  1976. package/dist/img/placehold-900x500.png +0 -0
  1977. package/dist/img/qrcode.png +0 -0
  1978. package/dist/img/recaptcha-logo.svg +1 -0
  1979. package/dist/img/selectFile.png +0 -0
  1980. package/dist/img/selectImg.svg +1 -0
  1981. package/dist/img/svg-charts.svg +1 -0
  1982. package/dist/img/switch.png +0 -0
  1983. package/dist/img/web.png +0 -0
  1984. package/dist/js/LanguageSelectDirective.js +1 -0
  1985. package/dist/js/LocaleService.js +1 -0
  1986. package/dist/js/app.authentication.js +1 -0
  1987. package/dist/js/app.js +1 -0
  1988. package/dist/js/controllers.authentication.js +1 -0
  1989. package/dist/js/controllers.js +1 -0
  1990. package/dist/js/custom.controllers.js +1 -0
  1991. package/dist/js/customModules.js +1 -0
  1992. package/dist/js/customStateProvider.js +86 -0
  1993. package/dist/js/dashboard/dashboard.service.js +1 -0
  1994. package/dist/js/directives.js +1 -0
  1995. package/dist/js/filters.js +1 -0
  1996. package/dist/js/local-dateformat.directive.js +1 -0
  1997. package/dist/js/reports/parameters.controller.js +1 -0
  1998. package/dist/js/reports/reports.service.js +1 -0
  1999. package/dist/js/services.js +1 -0
  2000. package/dist/js/stateProvider.js +1 -0
  2001. package/dist/js/upload.service.js +1 -0
  2002. package/gulpfile.js +67 -0
  2003. package/i18n/locale_en_us.json +158 -0
  2004. package/i18n/locale_pt_br.json +158 -0
  2005. package/img/ballon_icon.svg +3 -0
  2006. package/img/barcode.png +0 -0
  2007. package/img/cron-icon/crn-QRCode.svg +38 -0
  2008. package/img/cron-icon/crn-accordion.svg +25 -0
  2009. package/img/cron-icon/crn-anchor.svg +29 -0
  2010. package/img/cron-icon/crn-button.svg +24 -0
  2011. package/img/cron-icon/crn-calendar.svg +23 -0
  2012. package/img/cron-icon/crn-captcha.svg +36 -0
  2013. package/img/cron-icon/crn-carousel.svg +26 -0
  2014. package/img/cron-icon/crn-chart.svg +19 -0
  2015. package/img/cron-icon/crn-checkbox.svg +21 -0
  2016. package/img/cron-icon/crn-combobox-dynamic.svg +27 -0
  2017. package/img/cron-icon/crn-combobox.svg +24 -0
  2018. package/img/cron-icon/crn-component.svg +22 -0
  2019. package/img/cron-icon/crn-cron-crud.svg +28 -0
  2020. package/img/cron-icon/crn-cron-dashboard-viewer.svg +18 -0
  2021. package/img/cron-icon/crn-datasource.svg +27 -0
  2022. package/img/cron-icon/crn-datepicker.svg +35 -0
  2023. package/img/cron-icon/crn-datetimepicker.svg +41 -0
  2024. package/img/cron-icon/crn-dynamic-file.svg +26 -0
  2025. package/img/cron-icon/crn-dynamic-image.svg +25 -0
  2026. package/img/cron-icon/crn-dynamic-menu.svg +28 -0
  2027. package/img/cron-icon/crn-eight-four-container.svg +18 -0
  2028. package/img/cron-icon/crn-enterprise-autocomplete.svg +26 -0
  2029. package/img/cron-icon/crn-enterprise-combobox-multiple.svg +21 -0
  2030. package/img/cron-icon/crn-enterprise-combobox.svg +24 -0
  2031. package/img/cron-icon/crn-enterprise-dynamic-autocomplete.svg +29 -0
  2032. package/img/cron-icon/crn-enterprise-dynamic-combobox.svg +27 -0
  2033. package/img/cron-icon/crn-figma-component.svg +5 -0
  2034. package/img/cron-icon/crn-form.svg +24 -0
  2035. package/img/cron-icon/crn-four-eight-container.svg +20 -0
  2036. package/img/cron-icon/crn-frame.svg +30 -0
  2037. package/img/cron-icon/crn-grid-table.svg +21 -0
  2038. package/img/cron-icon/crn-grid.svg +27 -0
  2039. package/img/cron-icon/crn-header.svg +18 -0
  2040. package/img/cron-icon/crn-horizontal-container.svg +19 -0
  2041. package/img/cron-icon/crn-icon.svg +23 -0
  2042. package/img/cron-icon/crn-image.svg +20 -0
  2043. package/img/cron-icon/crn-infinite-scroll.svg +1 -0
  2044. package/img/cron-icon/crn-input-password.svg +24 -0
  2045. package/img/cron-icon/crn-jumbotron.svg +24 -0
  2046. package/img/cron-icon/crn-list.svg +24 -0
  2047. package/img/cron-icon/crn-navbar.svg +25 -0
  2048. package/img/cron-icon/crn-one-container.svg +17 -0
  2049. package/img/cron-icon/crn-ordered-list.svg +44 -0
  2050. package/img/cron-icon/crn-ordered-sub-list.svg +42 -0
  2051. package/img/cron-icon/crn-panel.svg +21 -0
  2052. package/img/cron-icon/crn-radiogroup.svg +25 -0
  2053. package/img/cron-icon/crn-rating.svg +20 -0
  2054. package/img/cron-icon/crn-report-viewer.svg +24 -0
  2055. package/img/cron-icon/crn-rich-editor.svg +22 -0
  2056. package/img/cron-icon/crn-scheduler.svg +27 -0
  2057. package/img/cron-icon/crn-signature-pad.svg +27 -0
  2058. package/img/cron-icon/crn-simple-text.svg +18 -0
  2059. package/img/cron-icon/crn-slider.svg +19 -0
  2060. package/img/cron-icon/crn-social-login.svg +29 -0
  2061. package/img/cron-icon/crn-sub-form.svg +27 -0
  2062. package/img/cron-icon/crn-table.svg +20 -0
  2063. package/img/cron-icon/crn-tabs.svg +22 -0
  2064. package/img/cron-icon/crn-text-component.svg +22 -0
  2065. package/img/cron-icon/crn-textarea.svg +22 -0
  2066. package/img/cron-icon/crn-textinput.svg +23 -0
  2067. package/img/cron-icon/crn-textinputbutton.svg +33 -0
  2068. package/img/cron-icon/crn-textinputicon.svg +29 -0
  2069. package/img/cron-icon/crn-three-container.svg +21 -0
  2070. package/img/cron-icon/crn-three-six-three-container.svg +19 -0
  2071. package/img/cron-icon/crn-timeline.svg +29 -0
  2072. package/img/cron-icon/crn-timepicker.svg +20 -0
  2073. package/img/cron-icon/crn-tree-view.svg +19 -0
  2074. package/img/cron-icon/crn-two-container.svg +18 -0
  2075. package/img/cron-icon/crn-unordered-list.svg +24 -0
  2076. package/img/cron-icon/crn-unordered-sub-list.svg +28 -0
  2077. package/img/cron-icon/crn-upload.svg +20 -0
  2078. package/img/cron-icon/crn-vertical-container.svg +19 -0
  2079. package/img/cron-icon/crn-wizard.svg +8 -0
  2080. package/img/cron-icon/cron-breadrumb.svg +638 -0
  2081. package/img/cronGrid.png +0 -0
  2082. package/img/cronRichEditor.png +0 -0
  2083. package/img/cronapp-logo-login.png +0 -0
  2084. package/img/img-user.svg +10 -0
  2085. package/img/logo-cronapp-negativa.svg +1 -0
  2086. package/img/logo.png +0 -0
  2087. package/img/logo.svg +1 -0
  2088. package/img/nophoto.png +0 -0
  2089. package/img/placehold-100x100.png +0 -0
  2090. package/img/placehold-900x500.png +0 -0
  2091. package/img/qrcode.png +0 -0
  2092. package/img/recaptcha-logo.svg +1 -0
  2093. package/img/selectFile.png +0 -0
  2094. package/img/selectImg.svg +44 -0
  2095. package/img/svg-charts.svg +1 -0
  2096. package/img/switch.png +0 -0
  2097. package/img/web.png +0 -0
  2098. package/js/LanguageSelectDirective.js +29 -0
  2099. package/js/LocaleService.js +59 -0
  2100. package/js/app.js +695 -0
  2101. package/js/controllers.js +607 -0
  2102. package/js/custom.controllers.js +11 -0
  2103. package/js/customModules.js +1 -0
  2104. package/js/customStateProvider.js +86 -0
  2105. package/js/dashboard/dashboard.service.js +301 -0
  2106. package/js/directives.js +7806 -0
  2107. package/js/filters.js +48 -0
  2108. package/js/local-dateformat.directive.js +15 -0
  2109. package/js/reports/parameters.controller.js +105 -0
  2110. package/js/reports/reports.service.js +570 -0
  2111. package/js/services.js +5 -0
  2112. package/js/stateProvider.js +165 -0
  2113. package/js/upload.service.js +127 -0
  2114. package/package.json +48 -0
  2115. package/postupdate.json +710 -0
@@ -0,0 +1,1319 @@
1
+ //---------------------------------------------------------------------
2
+ // QRCode for JavaScript
3
+ //
4
+ // Copyright (c) 2009 Kazuhiko Arase, URL: http://www.d-project.com/
5
+ // Copyright (c) 2013 Jan Antala, URL: http://www.janantala.com/
6
+ //
7
+ // Licensed under the MIT license:
8
+ // http://www.opensource.org/licenses/mit-license.php
9
+ //
10
+ // The word "QR Code" is registered trademark of
11
+ // DENSO WAVE INCORPORATED
12
+ // http://www.denso-wave.com/qrcode/faqpatent-e.html
13
+ //
14
+ //---------------------------------------------------------------------
15
+
16
+ //---------------------------------------------------------------------
17
+ // QR8bitByte
18
+ //---------------------------------------------------------------------
19
+
20
+ function QR8bitByte(data) {
21
+ this.mode = QRMode.MODE_8BIT_BYTE;
22
+ this.data = data;
23
+ }
24
+
25
+ QR8bitByte.prototype = {
26
+
27
+ getLength : function(buffer) {
28
+ return this.data.length;
29
+ },
30
+
31
+ write : function(buffer) {
32
+ for (var i = 0; i < this.data.length; i++) {
33
+ // not JIS ...
34
+ buffer.put(this.data.charCodeAt(i), 8);
35
+ }
36
+ }
37
+ };
38
+
39
+ //---------------------------------------------------------------------
40
+ // ALPHA_NUM
41
+ //---------------------------------------------------------------------
42
+
43
+ function ALPHA_NUM(data) {
44
+ this.mode = QRMode.MODE_ALPHA_NUM;
45
+ this.data = data;
46
+ }
47
+
48
+ ALPHA_NUM.prototype = {
49
+
50
+ getCode: function(code) {
51
+ var codes = '0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ $%*+-./:';
52
+ return codes.indexOf(code);
53
+ },
54
+
55
+ getLength : function(buffer) {
56
+ return this.data.length;
57
+ },
58
+
59
+ write : function(buffer) {
60
+ for (var i = 0; i < this.data.length; i++) {
61
+ if (this.data[i+1]) {
62
+ buffer.put((45 * this.getCode(this.data[i])) + this.getCode(this.data[i+1]), 11);
63
+ }
64
+ else {
65
+ buffer.put(this.getCode(this.data[i]), 6);
66
+ }
67
+ i++;
68
+ }
69
+ }
70
+ };
71
+
72
+ //---------------------------------------------------------------------
73
+ // NUMBER
74
+ //---------------------------------------------------------------------
75
+
76
+ function NUMBER(data) {
77
+ this.mode = QRMode.MODE_NUMBER;
78
+ this.data = data;
79
+ }
80
+
81
+ NUMBER.prototype = {
82
+
83
+ getBitLen: function(length) {
84
+ var NUMBER_LENGTH = {3: 10, 2: 7, 1: 4};
85
+ return NUMBER_LENGTH[length];
86
+ },
87
+
88
+ getLength : function(buffer) {
89
+ return this.data.length;
90
+ },
91
+
92
+ write : function(buffer) {
93
+ for (var i = 0; i < this.data.length; i++) {
94
+
95
+ var chars = this.data[i];
96
+ if (this.data[i+1]) {
97
+ chars += this.data[i+1];
98
+ }
99
+ if (this.data[i+2]) {
100
+ chars += this.data[i+2];
101
+ }
102
+
103
+ var bitLength = this.getBitLen(chars.length);
104
+ buffer.put(parseInt(chars, 10), bitLength);
105
+
106
+ i++;
107
+ i++;
108
+ }
109
+ }
110
+ };
111
+
112
+ //---------------------------------------------------------------------
113
+ // QRCode
114
+ //---------------------------------------------------------------------
115
+
116
+ function QRCode(typeNumber, errorCorrectLevel, inputMode) {
117
+ this.typeNumber = typeNumber;
118
+ this.errorCorrectLevel = errorCorrectLevel;
119
+ this.inputMode = inputMode;
120
+ this.modules = null;
121
+ this.moduleCount = 0;
122
+ this.dataCache = null;
123
+ this.dataList = new Array();
124
+ }
125
+
126
+ QRCode.prototype = {
127
+
128
+ addData : function(data) {
129
+ var newData;
130
+ if (this.inputMode === 'NUMBER') {
131
+ newData = new NUMBER(data);
132
+ }
133
+ else if (this.inputMode === 'ALPHA_NUM') {
134
+ newData = new ALPHA_NUM(data);
135
+ }
136
+ else {
137
+ newData = new QR8bitByte(data);
138
+ }
139
+
140
+ this.dataList.push(newData);
141
+ this.dataCache = null;
142
+ },
143
+
144
+ isDark : function(row, col) {
145
+ if (row < 0 || this.moduleCount <= row || col < 0 || this.moduleCount <= col) {
146
+ throw new Error(row + "," + col);
147
+ }
148
+ return this.modules[row][col];
149
+ },
150
+
151
+ getModuleCount : function() {
152
+ return this.moduleCount;
153
+ },
154
+
155
+ make : function() {
156
+ // Calculate automatically typeNumber if provided is < 1
157
+ if (this.typeNumber < 1 ){
158
+ var typeNumber = 1;
159
+ for (typeNumber = 1; typeNumber < 40; typeNumber++) {
160
+ var rsBlocks = QRRSBlock.getRSBlocks(typeNumber, this.errorCorrectLevel);
161
+ var buffer = new QRBitBuffer();
162
+ var totalDataCount = 0;
163
+ for (var i = 0; i < rsBlocks.length; i++) {
164
+ totalDataCount += rsBlocks[i].dataCount;
165
+ }
166
+
167
+ for (var i = 0; i < this.dataList.length; i++) {
168
+ var data = this.dataList[i];
169
+ buffer.put(data.mode, 4);
170
+ buffer.put(data.getLength(), QRUtil.getLengthInBits(data.mode, typeNumber) );
171
+ data.write(buffer);
172
+ }
173
+ if (buffer.getLengthInBits() <= totalDataCount * 8)
174
+ break;
175
+ }
176
+ this.typeNumber = typeNumber;
177
+ }
178
+ this.makeImpl(false, this.getBestMaskPattern() );
179
+ },
180
+
181
+ makeImpl : function(test, maskPattern) {
182
+
183
+ this.moduleCount = this.typeNumber * 4 + 17;
184
+ this.modules = new Array(this.moduleCount);
185
+
186
+ for (var row = 0; row < this.moduleCount; row++) {
187
+
188
+ this.modules[row] = new Array(this.moduleCount);
189
+
190
+ for (var col = 0; col < this.moduleCount; col++) {
191
+ this.modules[row][col] = null;//(col + row) % 3;
192
+ }
193
+ }
194
+
195
+ this.setupPositionProbePattern(0, 0);
196
+ this.setupPositionProbePattern(this.moduleCount - 7, 0);
197
+ this.setupPositionProbePattern(0, this.moduleCount - 7);
198
+ this.setupPositionAdjustPattern();
199
+ this.setupTimingPattern();
200
+ this.setupTypeInfo(test, maskPattern);
201
+
202
+ if (this.typeNumber >= 7) {
203
+ this.setupTypeNumber(test);
204
+ }
205
+
206
+ if (this.dataCache == null) {
207
+ this.dataCache = QRCode.createData(this.typeNumber, this.errorCorrectLevel, this.dataList);
208
+ }
209
+
210
+ this.mapData(this.dataCache, maskPattern);
211
+ },
212
+
213
+ setupPositionProbePattern : function(row, col) {
214
+
215
+ for (var r = -1; r <= 7; r++) {
216
+
217
+ if (row + r <= -1 || this.moduleCount <= row + r) continue;
218
+
219
+ for (var c = -1; c <= 7; c++) {
220
+
221
+ if (col + c <= -1 || this.moduleCount <= col + c) continue;
222
+
223
+ if ( (0 <= r && r <= 6 && (c == 0 || c == 6) )
224
+ || (0 <= c && c <= 6 && (r == 0 || r == 6) )
225
+ || (2 <= r && r <= 4 && 2 <= c && c <= 4) ) {
226
+ this.modules[row + r][col + c] = true;
227
+ } else {
228
+ this.modules[row + r][col + c] = false;
229
+ }
230
+ }
231
+ }
232
+ },
233
+
234
+ getBestMaskPattern : function() {
235
+
236
+ var minLostPoint = 0;
237
+ var pattern = 0;
238
+
239
+ for (var i = 0; i < 8; i++) {
240
+
241
+ this.makeImpl(true, i);
242
+
243
+ var lostPoint = QRUtil.getLostPoint(this);
244
+
245
+ if (i == 0 || minLostPoint > lostPoint) {
246
+ minLostPoint = lostPoint;
247
+ pattern = i;
248
+ }
249
+ }
250
+
251
+ return pattern;
252
+ },
253
+
254
+ createMovieClip : function(target_mc, instance_name, depth) {
255
+
256
+ var qr_mc = target_mc.createEmptyMovieClip(instance_name, depth);
257
+ var cs = 1;
258
+
259
+ this.make();
260
+
261
+ for (var row = 0; row < this.modules.length; row++) {
262
+
263
+ var y = row * cs;
264
+
265
+ for (var col = 0; col < this.modules[row].length; col++) {
266
+
267
+ var x = col * cs;
268
+ var dark = this.modules[row][col];
269
+
270
+ if (dark) {
271
+ qr_mc.beginFill(0, 100);
272
+ qr_mc.moveTo(x, y);
273
+ qr_mc.lineTo(x + cs, y);
274
+ qr_mc.lineTo(x + cs, y + cs);
275
+ qr_mc.lineTo(x, y + cs);
276
+ qr_mc.endFill();
277
+ }
278
+ }
279
+ }
280
+
281
+ return qr_mc;
282
+ },
283
+
284
+ setupTimingPattern : function() {
285
+
286
+ for (var r = 8; r < this.moduleCount - 8; r++) {
287
+ if (this.modules[r][6] != null) {
288
+ continue;
289
+ }
290
+ this.modules[r][6] = (r % 2 == 0);
291
+ }
292
+
293
+ for (var c = 8; c < this.moduleCount - 8; c++) {
294
+ if (this.modules[6][c] != null) {
295
+ continue;
296
+ }
297
+ this.modules[6][c] = (c % 2 == 0);
298
+ }
299
+ },
300
+
301
+ setupPositionAdjustPattern : function() {
302
+
303
+ var pos = QRUtil.getPatternPosition(this.typeNumber);
304
+
305
+ for (var i = 0; i < pos.length; i++) {
306
+
307
+ for (var j = 0; j < pos.length; j++) {
308
+
309
+ var row = pos[i];
310
+ var col = pos[j];
311
+
312
+ if (this.modules[row][col] != null) {
313
+ continue;
314
+ }
315
+
316
+ for (var r = -2; r <= 2; r++) {
317
+
318
+ for (var c = -2; c <= 2; c++) {
319
+
320
+ if (r == -2 || r == 2 || c == -2 || c == 2
321
+ || (r == 0 && c == 0) ) {
322
+ this.modules[row + r][col + c] = true;
323
+ } else {
324
+ this.modules[row + r][col + c] = false;
325
+ }
326
+ }
327
+ }
328
+ }
329
+ }
330
+ },
331
+
332
+ setupTypeNumber : function(test) {
333
+
334
+ var bits = QRUtil.getBCHTypeNumber(this.typeNumber);
335
+
336
+ for (var i = 0; i < 18; i++) {
337
+ var mod = (!test && ( (bits >> i) & 1) == 1);
338
+ this.modules[Math.floor(i / 3)][i % 3 + this.moduleCount - 8 - 3] = mod;
339
+ }
340
+
341
+ for (var i = 0; i < 18; i++) {
342
+ var mod = (!test && ( (bits >> i) & 1) == 1);
343
+ this.modules[i % 3 + this.moduleCount - 8 - 3][Math.floor(i / 3)] = mod;
344
+ }
345
+ },
346
+
347
+ setupTypeInfo : function(test, maskPattern) {
348
+
349
+ var data = (this.errorCorrectLevel << 3) | maskPattern;
350
+ var bits = QRUtil.getBCHTypeInfo(data);
351
+
352
+ // vertical
353
+ for (var i = 0; i < 15; i++) {
354
+
355
+ var mod = (!test && ( (bits >> i) & 1) == 1);
356
+
357
+ if (i < 6) {
358
+ this.modules[i][8] = mod;
359
+ } else if (i < 8) {
360
+ this.modules[i + 1][8] = mod;
361
+ } else {
362
+ this.modules[this.moduleCount - 15 + i][8] = mod;
363
+ }
364
+ }
365
+
366
+ // horizontal
367
+ for (var i = 0; i < 15; i++) {
368
+
369
+ var mod = (!test && ( (bits >> i) & 1) == 1);
370
+
371
+ if (i < 8) {
372
+ this.modules[8][this.moduleCount - i - 1] = mod;
373
+ } else if (i < 9) {
374
+ this.modules[8][15 - i - 1 + 1] = mod;
375
+ } else {
376
+ this.modules[8][15 - i - 1] = mod;
377
+ }
378
+ }
379
+
380
+ // fixed module
381
+ this.modules[this.moduleCount - 8][8] = (!test);
382
+
383
+ },
384
+
385
+ mapData : function(data, maskPattern) {
386
+
387
+ var inc = -1;
388
+ var row = this.moduleCount - 1;
389
+ var bitIndex = 7;
390
+ var byteIndex = 0;
391
+
392
+ for (var col = this.moduleCount - 1; col > 0; col -= 2) {
393
+
394
+ if (col == 6) col--;
395
+
396
+ while (true) {
397
+
398
+ for (var c = 0; c < 2; c++) {
399
+
400
+ if (this.modules[row][col - c] == null) {
401
+
402
+ var dark = false;
403
+
404
+ if (byteIndex < data.length) {
405
+ dark = ( ( (data[byteIndex] >>> bitIndex) & 1) == 1);
406
+ }
407
+
408
+ var mask = QRUtil.getMask(maskPattern, row, col - c);
409
+
410
+ if (mask) {
411
+ dark = !dark;
412
+ }
413
+
414
+ this.modules[row][col - c] = dark;
415
+ bitIndex--;
416
+
417
+ if (bitIndex == -1) {
418
+ byteIndex++;
419
+ bitIndex = 7;
420
+ }
421
+ }
422
+ }
423
+
424
+ row += inc;
425
+
426
+ if (row < 0 || this.moduleCount <= row) {
427
+ row -= inc;
428
+ inc = -inc;
429
+ break;
430
+ }
431
+ }
432
+ }
433
+
434
+ }
435
+
436
+ };
437
+
438
+ QRCode.PAD0 = 0xEC;
439
+ QRCode.PAD1 = 0x11;
440
+
441
+ QRCode.createData = function(typeNumber, errorCorrectLevel, dataList) {
442
+
443
+ var rsBlocks = QRRSBlock.getRSBlocks(typeNumber, errorCorrectLevel);
444
+
445
+ var buffer = new QRBitBuffer();
446
+
447
+ for (var i = 0; i < dataList.length; i++) {
448
+ var data = dataList[i];
449
+ buffer.put(data.mode, 4);
450
+ buffer.put(data.getLength(), QRUtil.getLengthInBits(data.mode, typeNumber) );
451
+ data.write(buffer);
452
+ }
453
+
454
+ // calc num max data.
455
+ var totalDataCount = 0;
456
+ for (var i = 0; i < rsBlocks.length; i++) {
457
+ totalDataCount += rsBlocks[i].dataCount;
458
+ }
459
+
460
+ if (buffer.getLengthInBits() > totalDataCount * 8) {
461
+ throw new Error("code length overflow. ("
462
+ + buffer.getLengthInBits()
463
+ + ">"
464
+ + totalDataCount * 8
465
+ + ")");
466
+ }
467
+
468
+ // end code
469
+ if (buffer.getLengthInBits() + 4 <= totalDataCount * 8) {
470
+ buffer.put(0, 4);
471
+ }
472
+
473
+ // padding
474
+ while (buffer.getLengthInBits() % 8 != 0) {
475
+ buffer.putBit(false);
476
+ }
477
+
478
+ // padding
479
+ while (true) {
480
+
481
+ if (buffer.getLengthInBits() >= totalDataCount * 8) {
482
+ break;
483
+ }
484
+ buffer.put(QRCode.PAD0, 8);
485
+
486
+ if (buffer.getLengthInBits() >= totalDataCount * 8) {
487
+ break;
488
+ }
489
+ buffer.put(QRCode.PAD1, 8);
490
+ }
491
+
492
+ return QRCode.createBytes(buffer, rsBlocks);
493
+ }
494
+
495
+ QRCode.createBytes = function(buffer, rsBlocks) {
496
+
497
+ var offset = 0;
498
+
499
+ var maxDcCount = 0;
500
+ var maxEcCount = 0;
501
+
502
+ var dcdata = new Array(rsBlocks.length);
503
+ var ecdata = new Array(rsBlocks.length);
504
+
505
+ for (var r = 0; r < rsBlocks.length; r++) {
506
+
507
+ var dcCount = rsBlocks[r].dataCount;
508
+ var ecCount = rsBlocks[r].totalCount - dcCount;
509
+
510
+ maxDcCount = Math.max(maxDcCount, dcCount);
511
+ maxEcCount = Math.max(maxEcCount, ecCount);
512
+
513
+ dcdata[r] = new Array(dcCount);
514
+
515
+ for (var i = 0; i < dcdata[r].length; i++) {
516
+ dcdata[r][i] = 0xff & buffer.buffer[i + offset];
517
+ }
518
+ offset += dcCount;
519
+
520
+ var rsPoly = QRUtil.getErrorCorrectPolynomial(ecCount);
521
+ var rawPoly = new QRPolynomial(dcdata[r], rsPoly.getLength() - 1);
522
+
523
+ var modPoly = rawPoly.mod(rsPoly);
524
+ ecdata[r] = new Array(rsPoly.getLength() - 1);
525
+ for (var i = 0; i < ecdata[r].length; i++) {
526
+ var modIndex = i + modPoly.getLength() - ecdata[r].length;
527
+ ecdata[r][i] = (modIndex >= 0)? modPoly.get(modIndex) : 0;
528
+ }
529
+
530
+ }
531
+
532
+ var totalCodeCount = 0;
533
+ for (var i = 0; i < rsBlocks.length; i++) {
534
+ totalCodeCount += rsBlocks[i].totalCount;
535
+ }
536
+
537
+ var data = new Array(totalCodeCount);
538
+ var index = 0;
539
+
540
+ for (var i = 0; i < maxDcCount; i++) {
541
+ for (var r = 0; r < rsBlocks.length; r++) {
542
+ if (i < dcdata[r].length) {
543
+ data[index++] = dcdata[r][i];
544
+ }
545
+ }
546
+ }
547
+
548
+ for (var i = 0; i < maxEcCount; i++) {
549
+ for (var r = 0; r < rsBlocks.length; r++) {
550
+ if (i < ecdata[r].length) {
551
+ data[index++] = ecdata[r][i];
552
+ }
553
+ }
554
+ }
555
+
556
+ return data;
557
+
558
+ }
559
+
560
+ //---------------------------------------------------------------------
561
+ // QRMode
562
+ //---------------------------------------------------------------------
563
+
564
+ var QRMode = {
565
+ MODE_NUMBER : 1 << 0,
566
+ MODE_ALPHA_NUM : 1 << 1,
567
+ MODE_8BIT_BYTE : 1 << 2,
568
+ MODE_KANJI : 1 << 3
569
+ };
570
+
571
+ //---------------------------------------------------------------------
572
+ // QRErrorCorrectLevel
573
+ //---------------------------------------------------------------------
574
+
575
+ var QRErrorCorrectLevel = {
576
+ L : 1,
577
+ M : 0,
578
+ Q : 3,
579
+ H : 2
580
+ };
581
+
582
+ //---------------------------------------------------------------------
583
+ // QRMaskPattern
584
+ //---------------------------------------------------------------------
585
+
586
+ var QRMaskPattern = {
587
+ PATTERN000 : 0,
588
+ PATTERN001 : 1,
589
+ PATTERN010 : 2,
590
+ PATTERN011 : 3,
591
+ PATTERN100 : 4,
592
+ PATTERN101 : 5,
593
+ PATTERN110 : 6,
594
+ PATTERN111 : 7
595
+ };
596
+
597
+ //---------------------------------------------------------------------
598
+ // QRUtil
599
+ //---------------------------------------------------------------------
600
+
601
+ var QRUtil = {
602
+
603
+ PATTERN_POSITION_TABLE : [
604
+ [],
605
+ [6, 18],
606
+ [6, 22],
607
+ [6, 26],
608
+ [6, 30],
609
+ [6, 34],
610
+ [6, 22, 38],
611
+ [6, 24, 42],
612
+ [6, 26, 46],
613
+ [6, 28, 50],
614
+ [6, 30, 54],
615
+ [6, 32, 58],
616
+ [6, 34, 62],
617
+ [6, 26, 46, 66],
618
+ [6, 26, 48, 70],
619
+ [6, 26, 50, 74],
620
+ [6, 30, 54, 78],
621
+ [6, 30, 56, 82],
622
+ [6, 30, 58, 86],
623
+ [6, 34, 62, 90],
624
+ [6, 28, 50, 72, 94],
625
+ [6, 26, 50, 74, 98],
626
+ [6, 30, 54, 78, 102],
627
+ [6, 28, 54, 80, 106],
628
+ [6, 32, 58, 84, 110],
629
+ [6, 30, 58, 86, 114],
630
+ [6, 34, 62, 90, 118],
631
+ [6, 26, 50, 74, 98, 122],
632
+ [6, 30, 54, 78, 102, 126],
633
+ [6, 26, 52, 78, 104, 130],
634
+ [6, 30, 56, 82, 108, 134],
635
+ [6, 34, 60, 86, 112, 138],
636
+ [6, 30, 58, 86, 114, 142],
637
+ [6, 34, 62, 90, 118, 146],
638
+ [6, 30, 54, 78, 102, 126, 150],
639
+ [6, 24, 50, 76, 102, 128, 154],
640
+ [6, 28, 54, 80, 106, 132, 158],
641
+ [6, 32, 58, 84, 110, 136, 162],
642
+ [6, 26, 54, 82, 110, 138, 166],
643
+ [6, 30, 58, 86, 114, 142, 170]
644
+ ],
645
+
646
+ G15 : (1 << 10) | (1 << 8) | (1 << 5) | (1 << 4) | (1 << 2) | (1 << 1) | (1 << 0),
647
+ G18 : (1 << 12) | (1 << 11) | (1 << 10) | (1 << 9) | (1 << 8) | (1 << 5) | (1 << 2) | (1 << 0),
648
+ G15_MASK : (1 << 14) | (1 << 12) | (1 << 10) | (1 << 4) | (1 << 1),
649
+
650
+ getBCHTypeInfo : function(data) {
651
+ var d = data << 10;
652
+ while (QRUtil.getBCHDigit(d) - QRUtil.getBCHDigit(QRUtil.G15) >= 0) {
653
+ d ^= (QRUtil.G15 << (QRUtil.getBCHDigit(d) - QRUtil.getBCHDigit(QRUtil.G15) ) );
654
+ }
655
+ return ( (data << 10) | d) ^ QRUtil.G15_MASK;
656
+ },
657
+
658
+ getBCHTypeNumber : function(data) {
659
+ var d = data << 12;
660
+ while (QRUtil.getBCHDigit(d) - QRUtil.getBCHDigit(QRUtil.G18) >= 0) {
661
+ d ^= (QRUtil.G18 << (QRUtil.getBCHDigit(d) - QRUtil.getBCHDigit(QRUtil.G18) ) );
662
+ }
663
+ return (data << 12) | d;
664
+ },
665
+
666
+ getBCHDigit : function(data) {
667
+
668
+ var digit = 0;
669
+
670
+ while (data != 0) {
671
+ digit++;
672
+ data >>>= 1;
673
+ }
674
+
675
+ return digit;
676
+ },
677
+
678
+ getPatternPosition : function(typeNumber) {
679
+ return QRUtil.PATTERN_POSITION_TABLE[typeNumber - 1];
680
+ },
681
+
682
+ getMask : function(maskPattern, i, j) {
683
+
684
+ switch (maskPattern) {
685
+
686
+ case QRMaskPattern.PATTERN000 : return (i + j) % 2 == 0;
687
+ case QRMaskPattern.PATTERN001 : return i % 2 == 0;
688
+ case QRMaskPattern.PATTERN010 : return j % 3 == 0;
689
+ case QRMaskPattern.PATTERN011 : return (i + j) % 3 == 0;
690
+ case QRMaskPattern.PATTERN100 : return (Math.floor(i / 2) + Math.floor(j / 3) ) % 2 == 0;
691
+ case QRMaskPattern.PATTERN101 : return (i * j) % 2 + (i * j) % 3 == 0;
692
+ case QRMaskPattern.PATTERN110 : return ( (i * j) % 2 + (i * j) % 3) % 2 == 0;
693
+ case QRMaskPattern.PATTERN111 : return ( (i * j) % 3 + (i + j) % 2) % 2 == 0;
694
+
695
+ default :
696
+ throw new Error("bad maskPattern:" + maskPattern);
697
+ }
698
+ },
699
+
700
+ getErrorCorrectPolynomial : function(errorCorrectLength) {
701
+
702
+ var a = new QRPolynomial([1], 0);
703
+
704
+ for (var i = 0; i < errorCorrectLength; i++) {
705
+ a = a.multiply(new QRPolynomial([1, QRMath.gexp(i)], 0) );
706
+ }
707
+
708
+ return a;
709
+ },
710
+
711
+ getLengthInBits : function(mode, type) {
712
+
713
+ if (1 <= type && type < 10) {
714
+
715
+ // 1 - 9
716
+
717
+ switch(mode) {
718
+ case QRMode.MODE_NUMBER : return 10;
719
+ case QRMode.MODE_ALPHA_NUM : return 9;
720
+ case QRMode.MODE_8BIT_BYTE : return 8;
721
+ case QRMode.MODE_KANJI : return 8;
722
+ default :
723
+ throw new Error("mode:" + mode);
724
+ }
725
+
726
+ } else if (type < 27) {
727
+
728
+ // 10 - 26
729
+
730
+ switch(mode) {
731
+ case QRMode.MODE_NUMBER : return 12;
732
+ case QRMode.MODE_ALPHA_NUM : return 11;
733
+ case QRMode.MODE_8BIT_BYTE : return 16;
734
+ case QRMode.MODE_KANJI : return 10;
735
+ default :
736
+ throw new Error("mode:" + mode);
737
+ }
738
+
739
+ } else if (type < 41) {
740
+
741
+ // 27 - 40
742
+
743
+ switch(mode) {
744
+ case QRMode.MODE_NUMBER : return 14;
745
+ case QRMode.MODE_ALPHA_NUM : return 13;
746
+ case QRMode.MODE_8BIT_BYTE : return 16;
747
+ case QRMode.MODE_KANJI : return 12;
748
+ default :
749
+ throw new Error("mode:" + mode);
750
+ }
751
+
752
+ } else {
753
+ throw new Error("type:" + type);
754
+ }
755
+ },
756
+
757
+ getLostPoint : function(qrCode) {
758
+
759
+ var moduleCount = qrCode.getModuleCount();
760
+
761
+ var lostPoint = 0;
762
+
763
+ // LEVEL1
764
+
765
+ for (var row = 0; row < moduleCount; row++) {
766
+
767
+ for (var col = 0; col < moduleCount; col++) {
768
+
769
+ var sameCount = 0;
770
+ var dark = qrCode.isDark(row, col);
771
+
772
+ for (var r = -1; r <= 1; r++) {
773
+
774
+ if (row + r < 0 || moduleCount <= row + r) {
775
+ continue;
776
+ }
777
+
778
+ for (var c = -1; c <= 1; c++) {
779
+
780
+ if (col + c < 0 || moduleCount <= col + c) {
781
+ continue;
782
+ }
783
+
784
+ if (r == 0 && c == 0) {
785
+ continue;
786
+ }
787
+
788
+ if (dark == qrCode.isDark(row + r, col + c) ) {
789
+ sameCount++;
790
+ }
791
+ }
792
+ }
793
+
794
+ if (sameCount > 5) {
795
+ lostPoint += (3 + sameCount - 5);
796
+ }
797
+ }
798
+ }
799
+
800
+ // LEVEL2
801
+
802
+ for (var row = 0; row < moduleCount - 1; row++) {
803
+ for (var col = 0; col < moduleCount - 1; col++) {
804
+ var count = 0;
805
+ if (qrCode.isDark(row, col ) ) count++;
806
+ if (qrCode.isDark(row + 1, col ) ) count++;
807
+ if (qrCode.isDark(row, col + 1) ) count++;
808
+ if (qrCode.isDark(row + 1, col + 1) ) count++;
809
+ if (count == 0 || count == 4) {
810
+ lostPoint += 3;
811
+ }
812
+ }
813
+ }
814
+
815
+ // LEVEL3
816
+
817
+ for (var row = 0; row < moduleCount; row++) {
818
+ for (var col = 0; col < moduleCount - 6; col++) {
819
+ if (qrCode.isDark(row, col)
820
+ && !qrCode.isDark(row, col + 1)
821
+ && qrCode.isDark(row, col + 2)
822
+ && qrCode.isDark(row, col + 3)
823
+ && qrCode.isDark(row, col + 4)
824
+ && !qrCode.isDark(row, col + 5)
825
+ && qrCode.isDark(row, col + 6) ) {
826
+ lostPoint += 40;
827
+ }
828
+ }
829
+ }
830
+
831
+ for (var col = 0; col < moduleCount; col++) {
832
+ for (var row = 0; row < moduleCount - 6; row++) {
833
+ if (qrCode.isDark(row, col)
834
+ && !qrCode.isDark(row + 1, col)
835
+ && qrCode.isDark(row + 2, col)
836
+ && qrCode.isDark(row + 3, col)
837
+ && qrCode.isDark(row + 4, col)
838
+ && !qrCode.isDark(row + 5, col)
839
+ && qrCode.isDark(row + 6, col) ) {
840
+ lostPoint += 40;
841
+ }
842
+ }
843
+ }
844
+
845
+ // LEVEL4
846
+
847
+ var darkCount = 0;
848
+
849
+ for (var col = 0; col < moduleCount; col++) {
850
+ for (var row = 0; row < moduleCount; row++) {
851
+ if (qrCode.isDark(row, col) ) {
852
+ darkCount++;
853
+ }
854
+ }
855
+ }
856
+
857
+ var ratio = Math.abs(100 * darkCount / moduleCount / moduleCount - 50) / 5;
858
+ lostPoint += ratio * 10;
859
+
860
+ return lostPoint;
861
+ }
862
+
863
+ };
864
+
865
+
866
+ //---------------------------------------------------------------------
867
+ // QRMath
868
+ //---------------------------------------------------------------------
869
+
870
+ var QRMath = {
871
+
872
+ glog : function(n) {
873
+
874
+ if (n < 1) {
875
+ throw new Error("glog(" + n + ")");
876
+ }
877
+
878
+ return QRMath.LOG_TABLE[n];
879
+ },
880
+
881
+ gexp : function(n) {
882
+
883
+ while (n < 0) {
884
+ n += 255;
885
+ }
886
+
887
+ while (n >= 256) {
888
+ n -= 255;
889
+ }
890
+
891
+ return QRMath.EXP_TABLE[n];
892
+ },
893
+
894
+ EXP_TABLE : new Array(256),
895
+
896
+ LOG_TABLE : new Array(256)
897
+
898
+ };
899
+
900
+ for (var i = 0; i < 8; i++) {
901
+ QRMath.EXP_TABLE[i] = 1 << i;
902
+ }
903
+ for (var i = 8; i < 256; i++) {
904
+ QRMath.EXP_TABLE[i] = QRMath.EXP_TABLE[i - 4]
905
+ ^ QRMath.EXP_TABLE[i - 5]
906
+ ^ QRMath.EXP_TABLE[i - 6]
907
+ ^ QRMath.EXP_TABLE[i - 8];
908
+ }
909
+ for (var i = 0; i < 255; i++) {
910
+ QRMath.LOG_TABLE[QRMath.EXP_TABLE[i] ] = i;
911
+ }
912
+
913
+ //---------------------------------------------------------------------
914
+ // QRPolynomial
915
+ //---------------------------------------------------------------------
916
+
917
+ function QRPolynomial(num, shift) {
918
+
919
+ if (num.length == undefined) {
920
+ throw new Error(num.length + "/" + shift);
921
+ }
922
+
923
+ var offset = 0;
924
+
925
+ while (offset < num.length && num[offset] == 0) {
926
+ offset++;
927
+ }
928
+
929
+ this.num = new Array(num.length - offset + shift);
930
+ for (var i = 0; i < num.length - offset; i++) {
931
+ this.num[i] = num[i + offset];
932
+ }
933
+ }
934
+
935
+ QRPolynomial.prototype = {
936
+
937
+ get : function(index) {
938
+ return this.num[index];
939
+ },
940
+
941
+ getLength : function() {
942
+ return this.num.length;
943
+ },
944
+
945
+ multiply : function(e) {
946
+
947
+ var num = new Array(this.getLength() + e.getLength() - 1);
948
+
949
+ for (var i = 0; i < this.getLength(); i++) {
950
+ for (var j = 0; j < e.getLength(); j++) {
951
+ num[i + j] ^= QRMath.gexp(QRMath.glog(this.get(i) ) + QRMath.glog(e.get(j) ) );
952
+ }
953
+ }
954
+
955
+ return new QRPolynomial(num, 0);
956
+ },
957
+
958
+ mod : function(e) {
959
+
960
+ if (this.getLength() - e.getLength() < 0) {
961
+ return this;
962
+ }
963
+
964
+ var ratio = QRMath.glog(this.get(0) ) - QRMath.glog(e.get(0) );
965
+
966
+ var num = new Array(this.getLength() );
967
+
968
+ for (var i = 0; i < this.getLength(); i++) {
969
+ num[i] = this.get(i);
970
+ }
971
+
972
+ for (var i = 0; i < e.getLength(); i++) {
973
+ num[i] ^= QRMath.gexp(QRMath.glog(e.get(i) ) + ratio);
974
+ }
975
+
976
+ // recursive call
977
+ return new QRPolynomial(num, 0).mod(e);
978
+ }
979
+ };
980
+
981
+ //---------------------------------------------------------------------
982
+ // QRRSBlock
983
+ //---------------------------------------------------------------------
984
+
985
+ function QRRSBlock(totalCount, dataCount) {
986
+ this.totalCount = totalCount;
987
+ this.dataCount = dataCount;
988
+ }
989
+
990
+ QRRSBlock.RS_BLOCK_TABLE = [
991
+
992
+ // L
993
+ // M
994
+ // Q
995
+ // H
996
+
997
+ // 1
998
+ [1, 26, 19],
999
+ [1, 26, 16],
1000
+ [1, 26, 13],
1001
+ [1, 26, 9],
1002
+
1003
+ // 2
1004
+ [1, 44, 34],
1005
+ [1, 44, 28],
1006
+ [1, 44, 22],
1007
+ [1, 44, 16],
1008
+
1009
+ // 3
1010
+ [1, 70, 55],
1011
+ [1, 70, 44],
1012
+ [2, 35, 17],
1013
+ [2, 35, 13],
1014
+
1015
+ // 4
1016
+ [1, 100, 80],
1017
+ [2, 50, 32],
1018
+ [2, 50, 24],
1019
+ [4, 25, 9],
1020
+
1021
+ // 5
1022
+ [1, 134, 108],
1023
+ [2, 67, 43],
1024
+ [2, 33, 15, 2, 34, 16],
1025
+ [2, 33, 11, 2, 34, 12],
1026
+
1027
+ // 6
1028
+ [2, 86, 68],
1029
+ [4, 43, 27],
1030
+ [4, 43, 19],
1031
+ [4, 43, 15],
1032
+
1033
+ // 7
1034
+ [2, 98, 78],
1035
+ [4, 49, 31],
1036
+ [2, 32, 14, 4, 33, 15],
1037
+ [4, 39, 13, 1, 40, 14],
1038
+
1039
+ // 8
1040
+ [2, 121, 97],
1041
+ [2, 60, 38, 2, 61, 39],
1042
+ [4, 40, 18, 2, 41, 19],
1043
+ [4, 40, 14, 2, 41, 15],
1044
+
1045
+ // 9
1046
+ [2, 146, 116],
1047
+ [3, 58, 36, 2, 59, 37],
1048
+ [4, 36, 16, 4, 37, 17],
1049
+ [4, 36, 12, 4, 37, 13],
1050
+
1051
+ // 10
1052
+ [2, 86, 68, 2, 87, 69],
1053
+ [4, 69, 43, 1, 70, 44],
1054
+ [6, 43, 19, 2, 44, 20],
1055
+ [6, 43, 15, 2, 44, 16],
1056
+
1057
+ // 11
1058
+ [4, 101, 81],
1059
+ [1, 80, 50, 4, 81, 51],
1060
+ [4, 50, 22, 4, 51, 23],
1061
+ [3, 36, 12, 8, 37, 13],
1062
+
1063
+ // 12
1064
+ [2, 116, 92, 2, 117, 93],
1065
+ [6, 58, 36, 2, 59, 37],
1066
+ [4, 46, 20, 6, 47, 21],
1067
+ [7, 42, 14, 4, 43, 15],
1068
+
1069
+ // 13
1070
+ [4, 133, 107],
1071
+ [8, 59, 37, 1, 60, 38],
1072
+ [8, 44, 20, 4, 45, 21],
1073
+ [12, 33, 11, 4, 34, 12],
1074
+
1075
+ // 14
1076
+ [3, 145, 115, 1, 146, 116],
1077
+ [4, 64, 40, 5, 65, 41],
1078
+ [11, 36, 16, 5, 37, 17],
1079
+ [11, 36, 12, 5, 37, 13],
1080
+
1081
+ // 15
1082
+ [5, 109, 87, 1, 110, 88],
1083
+ [5, 65, 41, 5, 66, 42],
1084
+ [5, 54, 24, 7, 55, 25],
1085
+ [11, 36, 12],
1086
+
1087
+ // 16
1088
+ [5, 122, 98, 1, 123, 99],
1089
+ [7, 73, 45, 3, 74, 46],
1090
+ [15, 43, 19, 2, 44, 20],
1091
+ [3, 45, 15, 13, 46, 16],
1092
+
1093
+ // 17
1094
+ [1, 135, 107, 5, 136, 108],
1095
+ [10, 74, 46, 1, 75, 47],
1096
+ [1, 50, 22, 15, 51, 23],
1097
+ [2, 42, 14, 17, 43, 15],
1098
+
1099
+ // 18
1100
+ [5, 150, 120, 1, 151, 121],
1101
+ [9, 69, 43, 4, 70, 44],
1102
+ [17, 50, 22, 1, 51, 23],
1103
+ [2, 42, 14, 19, 43, 15],
1104
+
1105
+ // 19
1106
+ [3, 141, 113, 4, 142, 114],
1107
+ [3, 70, 44, 11, 71, 45],
1108
+ [17, 47, 21, 4, 48, 22],
1109
+ [9, 39, 13, 16, 40, 14],
1110
+
1111
+ // 20
1112
+ [3, 135, 107, 5, 136, 108],
1113
+ [3, 67, 41, 13, 68, 42],
1114
+ [15, 54, 24, 5, 55, 25],
1115
+ [15, 43, 15, 10, 44, 16],
1116
+
1117
+ // 21
1118
+ [4, 144, 116, 4, 145, 117],
1119
+ [17, 68, 42],
1120
+ [17, 50, 22, 6, 51, 23],
1121
+ [19, 46, 16, 6, 47, 17],
1122
+
1123
+ // 22
1124
+ [2, 139, 111, 7, 140, 112],
1125
+ [17, 74, 46],
1126
+ [7, 54, 24, 16, 55, 25],
1127
+ [34, 37, 13],
1128
+
1129
+ // 23
1130
+ [4, 151, 121, 5, 152, 122],
1131
+ [4, 75, 47, 14, 76, 48],
1132
+ [11, 54, 24, 14, 55, 25],
1133
+ [16, 45, 15, 14, 46, 16],
1134
+
1135
+ // 24
1136
+ [6, 147, 117, 4, 148, 118],
1137
+ [6, 73, 45, 14, 74, 46],
1138
+ [11, 54, 24, 16, 55, 25],
1139
+ [30, 46, 16, 2, 47, 17],
1140
+
1141
+ // 25
1142
+ [8, 132, 106, 4, 133, 107],
1143
+ [8, 75, 47, 13, 76, 48],
1144
+ [7, 54, 24, 22, 55, 25],
1145
+ [22, 45, 15, 13, 46, 16],
1146
+
1147
+ // 26
1148
+ [10, 142, 114, 2, 143, 115],
1149
+ [19, 74, 46, 4, 75, 47],
1150
+ [28, 50, 22, 6, 51, 23],
1151
+ [33, 46, 16, 4, 47, 17],
1152
+
1153
+ // 27
1154
+ [8, 152, 122, 4, 153, 123],
1155
+ [22, 73, 45, 3, 74, 46],
1156
+ [8, 53, 23, 26, 54, 24],
1157
+ [12, 45, 15, 28, 46, 16],
1158
+
1159
+ // 28
1160
+ [3, 147, 117, 10, 148, 118],
1161
+ [3, 73, 45, 23, 74, 46],
1162
+ [4, 54, 24, 31, 55, 25],
1163
+ [11, 45, 15, 31, 46, 16],
1164
+
1165
+ // 29
1166
+ [7, 146, 116, 7, 147, 117],
1167
+ [21, 73, 45, 7, 74, 46],
1168
+ [1, 53, 23, 37, 54, 24],
1169
+ [19, 45, 15, 26, 46, 16],
1170
+
1171
+ // 30
1172
+ [5, 145, 115, 10, 146, 116],
1173
+ [19, 75, 47, 10, 76, 48],
1174
+ [15, 54, 24, 25, 55, 25],
1175
+ [23, 45, 15, 25, 46, 16],
1176
+
1177
+ // 31
1178
+ [13, 145, 115, 3, 146, 116],
1179
+ [2, 74, 46, 29, 75, 47],
1180
+ [42, 54, 24, 1, 55, 25],
1181
+ [23, 45, 15, 28, 46, 16],
1182
+
1183
+ // 32
1184
+ [17, 145, 115],
1185
+ [10, 74, 46, 23, 75, 47],
1186
+ [10, 54, 24, 35, 55, 25],
1187
+ [19, 45, 15, 35, 46, 16],
1188
+
1189
+ // 33
1190
+ [17, 145, 115, 1, 146, 116],
1191
+ [14, 74, 46, 21, 75, 47],
1192
+ [29, 54, 24, 19, 55, 25],
1193
+ [11, 45, 15, 46, 46, 16],
1194
+
1195
+ // 34
1196
+ [13, 145, 115, 6, 146, 116],
1197
+ [14, 74, 46, 23, 75, 47],
1198
+ [44, 54, 24, 7, 55, 25],
1199
+ [59, 46, 16, 1, 47, 17],
1200
+
1201
+ // 35
1202
+ [12, 151, 121, 7, 152, 122],
1203
+ [12, 75, 47, 26, 76, 48],
1204
+ [39, 54, 24, 14, 55, 25],
1205
+ [22, 45, 15, 41, 46, 16],
1206
+
1207
+ // 36
1208
+ [6, 151, 121, 14, 152, 122],
1209
+ [6, 75, 47, 34, 76, 48],
1210
+ [46, 54, 24, 10, 55, 25],
1211
+ [2, 45, 15, 64, 46, 16],
1212
+
1213
+ // 37
1214
+ [17, 152, 122, 4, 153, 123],
1215
+ [29, 74, 46, 14, 75, 47],
1216
+ [49, 54, 24, 10, 55, 25],
1217
+ [24, 45, 15, 46, 46, 16],
1218
+
1219
+ // 38
1220
+ [4, 152, 122, 18, 153, 123],
1221
+ [13, 74, 46, 32, 75, 47],
1222
+ [48, 54, 24, 14, 55, 25],
1223
+ [42, 45, 15, 32, 46, 16],
1224
+
1225
+ // 39
1226
+ [20, 147, 117, 4, 148, 118],
1227
+ [40, 75, 47, 7, 76, 48],
1228
+ [43, 54, 24, 22, 55, 25],
1229
+ [10, 45, 15, 67, 46, 16],
1230
+
1231
+ // 40
1232
+ [19, 148, 118, 6, 149, 119],
1233
+ [18, 75, 47, 31, 76, 48],
1234
+ [34, 54, 24, 34, 55, 25],
1235
+ [20, 45, 15, 61, 46, 16]
1236
+ ];
1237
+
1238
+ QRRSBlock.getRSBlocks = function(typeNumber, errorCorrectLevel) {
1239
+
1240
+ var rsBlock = QRRSBlock.getRsBlockTable(typeNumber, errorCorrectLevel);
1241
+
1242
+ if (rsBlock == undefined) {
1243
+ throw new Error("bad rs block @ typeNumber:" + typeNumber + "/errorCorrectLevel:" + errorCorrectLevel);
1244
+ }
1245
+
1246
+ var length = rsBlock.length / 3;
1247
+
1248
+ var list = new Array();
1249
+
1250
+ for (var i = 0; i < length; i++) {
1251
+
1252
+ var count = rsBlock[i * 3 + 0];
1253
+ var totalCount = rsBlock[i * 3 + 1];
1254
+ var dataCount = rsBlock[i * 3 + 2];
1255
+
1256
+ for (var j = 0; j < count; j++) {
1257
+ list.push(new QRRSBlock(totalCount, dataCount) );
1258
+ }
1259
+ }
1260
+
1261
+ return list;
1262
+ }
1263
+
1264
+ QRRSBlock.getRsBlockTable = function(typeNumber, errorCorrectLevel) {
1265
+
1266
+ switch(errorCorrectLevel) {
1267
+ case QRErrorCorrectLevel.L :
1268
+ return QRRSBlock.RS_BLOCK_TABLE[(typeNumber - 1) * 4 + 0];
1269
+ case QRErrorCorrectLevel.M :
1270
+ return QRRSBlock.RS_BLOCK_TABLE[(typeNumber - 1) * 4 + 1];
1271
+ case QRErrorCorrectLevel.Q :
1272
+ return QRRSBlock.RS_BLOCK_TABLE[(typeNumber - 1) * 4 + 2];
1273
+ case QRErrorCorrectLevel.H :
1274
+ return QRRSBlock.RS_BLOCK_TABLE[(typeNumber - 1) * 4 + 3];
1275
+ default :
1276
+ return undefined;
1277
+ }
1278
+ }
1279
+
1280
+ //---------------------------------------------------------------------
1281
+ // QRBitBuffer
1282
+ //---------------------------------------------------------------------
1283
+
1284
+ function QRBitBuffer() {
1285
+ this.buffer = new Array();
1286
+ this.length = 0;
1287
+ }
1288
+
1289
+ QRBitBuffer.prototype = {
1290
+
1291
+ get : function(index) {
1292
+ var bufIndex = Math.floor(index / 8);
1293
+ return ( (this.buffer[bufIndex] >>> (7 - index % 8) ) & 1) == 1;
1294
+ },
1295
+
1296
+ put : function(num, length) {
1297
+ for (var i = 0; i < length; i++) {
1298
+ this.putBit( ( (num >>> (length - i - 1) ) & 1) == 1);
1299
+ }
1300
+ },
1301
+
1302
+ getLengthInBits : function() {
1303
+ return this.length;
1304
+ },
1305
+
1306
+ putBit : function(bit) {
1307
+
1308
+ var bufIndex = Math.floor(this.length / 8);
1309
+ if (this.buffer.length <= bufIndex) {
1310
+ this.buffer.push(0);
1311
+ }
1312
+
1313
+ if (bit) {
1314
+ this.buffer[bufIndex] |= (0x80 >>> (this.length % 8) );
1315
+ }
1316
+
1317
+ this.length++;
1318
+ }
1319
+ };