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,2600 @@
1
+ /*!
2
+ * jquery.inputmask.bundle.js
3
+ * https://github.com/RobinHerbots/Inputmask
4
+ * Copyright (c) 2010 - 2017 Robin Herbots
5
+ * Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php)
6
+ * Version: 4.0.0-63
7
+ */
8
+
9
+ !function(modules) {
10
+ function __webpack_require__(moduleId) {
11
+ if (installedModules[moduleId]) return installedModules[moduleId].exports;
12
+ var module = installedModules[moduleId] = {
13
+ i: moduleId,
14
+ l: !1,
15
+ exports: {}
16
+ };
17
+ return modules[moduleId].call(module.exports, module, module.exports, __webpack_require__),
18
+ module.l = !0, module.exports;
19
+ }
20
+ var installedModules = {};
21
+ __webpack_require__.m = modules, __webpack_require__.c = installedModules, __webpack_require__.d = function(exports, name, getter) {
22
+ __webpack_require__.o(exports, name) || Object.defineProperty(exports, name, {
23
+ configurable: !1,
24
+ enumerable: !0,
25
+ get: getter
26
+ });
27
+ }, __webpack_require__.n = function(module) {
28
+ var getter = module && module.__esModule ? function() {
29
+ return module.default;
30
+ } : function() {
31
+ return module;
32
+ };
33
+ return __webpack_require__.d(getter, "a", getter), getter;
34
+ }, __webpack_require__.o = function(object, property) {
35
+ return Object.prototype.hasOwnProperty.call(object, property);
36
+ }, __webpack_require__.p = "", __webpack_require__(__webpack_require__.s = 3);
37
+ }([ function(module, exports, __webpack_require__) {
38
+ "use strict";
39
+ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;
40
+ "function" == typeof Symbol && Symbol.iterator;
41
+ !function(factory) {
42
+ __WEBPACK_AMD_DEFINE_ARRAY__ = [ __webpack_require__(2) ], void 0 !== (__WEBPACK_AMD_DEFINE_RESULT__ = "function" == typeof (__WEBPACK_AMD_DEFINE_FACTORY__ = factory) ? __WEBPACK_AMD_DEFINE_FACTORY__.apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__) : __WEBPACK_AMD_DEFINE_FACTORY__) && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__);
43
+ }(function($) {
44
+ return $;
45
+ });
46
+ }, function(module, exports, __webpack_require__) {
47
+ "use strict";
48
+ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__, _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(obj) {
49
+ return typeof obj;
50
+ } : function(obj) {
51
+ return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
52
+ };
53
+ !function(factory) {
54
+ __WEBPACK_AMD_DEFINE_ARRAY__ = [ __webpack_require__(0), __webpack_require__(10), __webpack_require__(11) ],
55
+ void 0 !== (__WEBPACK_AMD_DEFINE_RESULT__ = "function" == typeof (__WEBPACK_AMD_DEFINE_FACTORY__ = factory) ? __WEBPACK_AMD_DEFINE_FACTORY__.apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__) : __WEBPACK_AMD_DEFINE_FACTORY__) && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__);
56
+ }(function($, window, document, undefined) {
57
+ function Inputmask(alias, options, internal) {
58
+ if (!(this instanceof Inputmask)) return new Inputmask(alias, options, internal);
59
+ this.el = undefined, this.events = {}, this.maskset = undefined, this.refreshValue = !1,
60
+ !0 !== internal && ($.isPlainObject(alias) ? options = alias : (options = options || {}).alias = alias,
61
+ this.opts = $.extend(!0, {}, this.defaults, options), this.noMasksCache = options && options.definitions !== undefined,
62
+ this.userOptions = options || {}, this.isRTL = this.opts.numericInput, resolveAlias(this.opts.alias, options, this.opts));
63
+ }
64
+ function resolveAlias(aliasStr, options, opts) {
65
+ var aliasDefinition = Inputmask.prototype.aliases[aliasStr];
66
+ return aliasDefinition ? (aliasDefinition.alias && resolveAlias(aliasDefinition.alias, undefined, opts),
67
+ $.extend(!0, opts, aliasDefinition), $.extend(!0, opts, options), !0) : (null === opts.mask && (opts.mask = aliasStr),
68
+ !1);
69
+ }
70
+ function generateMaskSet(opts, nocache) {
71
+ function generateMask(mask, metadata, opts) {
72
+ var regexMask = !1;
73
+ if (null !== mask && "" !== mask || ((regexMask = null !== opts.regex) ? mask = (mask = opts.regex).replace(/^(\^)(.*)(\$)$/, "$2") : (regexMask = !0,
74
+ mask = ".*")), 1 === mask.length && !1 === opts.greedy && 0 !== opts.repeat && (opts.placeholder = ""),
75
+ opts.repeat > 0 || "*" === opts.repeat || "+" === opts.repeat) {
76
+ var repeatStart = "*" === opts.repeat ? 0 : "+" === opts.repeat ? 1 : opts.repeat;
77
+ mask = opts.groupmarker.start + mask + opts.groupmarker.end + opts.quantifiermarker.start + repeatStart + "," + opts.repeat + opts.quantifiermarker.end;
78
+ }
79
+ var masksetDefinition, maskdefKey = regexMask ? "regex_" + opts.regex : opts.numericInput ? mask.split("").reverse().join("") : mask;
80
+ return Inputmask.prototype.masksCache[maskdefKey] === undefined || !0 === nocache ? (masksetDefinition = {
81
+ mask: mask,
82
+ maskToken: Inputmask.prototype.analyseMask(mask, regexMask, opts),
83
+ validPositions: {},
84
+ _buffer: undefined,
85
+ buffer: undefined,
86
+ tests: {},
87
+ metadata: metadata,
88
+ maskLength: undefined
89
+ }, !0 !== nocache && (Inputmask.prototype.masksCache[maskdefKey] = masksetDefinition,
90
+ masksetDefinition = $.extend(!0, {}, Inputmask.prototype.masksCache[maskdefKey]))) : masksetDefinition = $.extend(!0, {}, Inputmask.prototype.masksCache[maskdefKey]),
91
+ masksetDefinition;
92
+ }
93
+ if ($.isFunction(opts.mask) && (opts.mask = opts.mask(opts)), $.isArray(opts.mask)) {
94
+ if (opts.mask.length > 1) {
95
+ opts.keepStatic = null === opts.keepStatic || opts.keepStatic;
96
+ var altMask = opts.groupmarker.start;
97
+ return $.each(opts.numericInput ? opts.mask.reverse() : opts.mask, function(ndx, msk) {
98
+ altMask.length > 1 && (altMask += opts.groupmarker.end + opts.alternatormarker + opts.groupmarker.start),
99
+ msk.mask === undefined || $.isFunction(msk.mask) ? altMask += msk : altMask += msk.mask;
100
+ }), altMask += opts.groupmarker.end, generateMask(altMask, opts.mask, opts);
101
+ }
102
+ opts.mask = opts.mask.pop();
103
+ }
104
+ return opts.mask && opts.mask.mask !== undefined && !$.isFunction(opts.mask.mask) ? generateMask(opts.mask.mask, opts.mask, opts) : generateMask(opts.mask, opts.mask, opts);
105
+ }
106
+ function isInputEventSupported(eventName) {
107
+ var el = document.createElement("input"), evName = "on" + eventName, isSupported = evName in el;
108
+ return isSupported || (el.setAttribute(evName, "return;"), isSupported = "function" == typeof el[evName]),
109
+ el = null, isSupported;
110
+ }
111
+ function maskScope(actionObj, maskset, opts) {
112
+ function getMaskTemplate(baseOnInput, minimalPos, includeMode) {
113
+ minimalPos = minimalPos || 0;
114
+ var ndxIntlzr, test, testPos, maskTemplate = [], pos = 0, lvp = getLastValidPosition();
115
+ do {
116
+ !0 === baseOnInput && getMaskSet().validPositions[pos] ? (test = (testPos = getMaskSet().validPositions[pos]).match,
117
+ ndxIntlzr = testPos.locator.slice(), maskTemplate.push(!0 === includeMode ? testPos.input : !1 === includeMode ? test.nativeDef : getPlaceholder(pos, test))) : (test = (testPos = getTestTemplate(pos, ndxIntlzr, pos - 1)).match,
118
+ ndxIntlzr = testPos.locator.slice(), (!1 === opts.jitMasking || pos < lvp || "number" == typeof opts.jitMasking && isFinite(opts.jitMasking) && opts.jitMasking > pos) && maskTemplate.push(!1 === includeMode ? test.nativeDef : getPlaceholder(pos, test))),
119
+ pos++;
120
+ } while ((maxLength === undefined || pos < maxLength) && (null !== test.fn || "" !== test.def) || minimalPos > pos);
121
+ return "" === maskTemplate[maskTemplate.length - 1] && maskTemplate.pop(), getMaskSet().maskLength = pos + 1,
122
+ maskTemplate;
123
+ }
124
+ function getMaskSet() {
125
+ return maskset;
126
+ }
127
+ function resetMaskSet(soft) {
128
+ var maskset = getMaskSet();
129
+ maskset.buffer = undefined, !0 !== soft && (maskset.validPositions = {}, maskset.p = 0);
130
+ }
131
+ function getLastValidPosition(closestTo, strict, validPositions) {
132
+ var before = -1, after = -1, valids = validPositions || getMaskSet().validPositions;
133
+ closestTo === undefined && (closestTo = -1);
134
+ for (var posNdx in valids) {
135
+ var psNdx = parseInt(posNdx);
136
+ valids[psNdx] && (strict || !0 !== valids[psNdx].generatedInput) && (psNdx <= closestTo && (before = psNdx),
137
+ psNdx >= closestTo && (after = psNdx));
138
+ }
139
+ return -1 !== before && closestTo - before > 1 || after < closestTo ? before : after;
140
+ }
141
+ function stripValidPositions(start, end, nocheck, strict) {
142
+ var i, startPos = start, positionsClone = $.extend(!0, {}, getMaskSet().validPositions), needsValidation = !1;
143
+ for (getMaskSet().p = start, i = end - 1; i >= startPos; i--) getMaskSet().validPositions[i] !== undefined && (!0 !== nocheck && (!getMaskSet().validPositions[i].match.optionality && function(pos) {
144
+ var posMatch = getMaskSet().validPositions[pos];
145
+ if (posMatch !== undefined && null === posMatch.match.fn) {
146
+ var prevMatch = getMaskSet().validPositions[pos - 1], nextMatch = getMaskSet().validPositions[pos + 1];
147
+ return prevMatch !== undefined && nextMatch !== undefined;
148
+ }
149
+ return !1;
150
+ }(i) || !1 === opts.canClearPosition(getMaskSet(), i, getLastValidPosition(undefined, !0), strict, opts)) || delete getMaskSet().validPositions[i]);
151
+ for (resetMaskSet(!0), i = startPos + 1; i <= getLastValidPosition(); ) {
152
+ for (;getMaskSet().validPositions[startPos] !== undefined; ) startPos++;
153
+ if (i < startPos && (i = startPos + 1), getMaskSet().validPositions[i] === undefined && isMask(i)) i++; else {
154
+ var t = getTestTemplate(i);
155
+ !1 === needsValidation && positionsClone[startPos] && positionsClone[startPos].match.def === t.match.def ? (getMaskSet().validPositions[startPos] = $.extend(!0, {}, positionsClone[startPos]),
156
+ getMaskSet().validPositions[startPos].input = t.input, delete getMaskSet().validPositions[i],
157
+ i++) : positionCanMatchDefinition(startPos, t.match.def) ? !1 !== isValid(startPos, t.input || getPlaceholder(i), !0) && (delete getMaskSet().validPositions[i],
158
+ i++, needsValidation = !0) : isMask(i) || (i++, startPos--), startPos++;
159
+ }
160
+ }
161
+ resetMaskSet(!0);
162
+ }
163
+ function determineTestTemplate(pos, tests, guessNextBest) {
164
+ for (var testPos, altTest = getTest(pos = pos > 0 ? pos - 1 : 0), altArr = altTest.alternation !== undefined ? altTest.locator[altTest.alternation].toString().split(",") : [], ndx = 0; ndx < tests.length && (!((testPos = tests[ndx]).match && (opts.greedy && !0 !== testPos.match.optionalQuantifier || (!1 === testPos.match.optionality || !1 === testPos.match.newBlockMarker) && !0 !== testPos.match.optionalQuantifier) && (altTest.alternation === undefined || altTest.alternation !== testPos.alternation || testPos.locator[altTest.alternation] !== undefined && checkAlternationMatch(testPos.locator[altTest.alternation].toString().split(","), altArr))) || !0 === guessNextBest && (null !== testPos.match.fn || /[0-9a-bA-Z]/.test(testPos.match.def))); ndx++) ;
165
+ return testPos;
166
+ }
167
+ function getTestTemplate(pos, ndxIntlzr, tstPs) {
168
+ return getMaskSet().validPositions[pos] || determineTestTemplate(pos, getTests(pos, ndxIntlzr ? ndxIntlzr.slice() : ndxIntlzr, tstPs));
169
+ }
170
+ function getTest(pos) {
171
+ return getMaskSet().validPositions[pos] ? getMaskSet().validPositions[pos] : getTests(pos)[0];
172
+ }
173
+ function positionCanMatchDefinition(pos, def) {
174
+ for (var valid = !1, tests = getTests(pos), tndx = 0; tndx < tests.length; tndx++) if (tests[tndx].match && tests[tndx].match.def === def) {
175
+ valid = !0;
176
+ break;
177
+ }
178
+ return valid;
179
+ }
180
+ function getTests(pos, ndxIntlzr, tstPs) {
181
+ function resolveTestFromToken(maskToken, ndxInitializer, loopNdx, quantifierRecurse) {
182
+ function handleMatch(match, loopNdx, quantifierRecurse) {
183
+ function isFirstMatch(latestMatch, tokenGroup) {
184
+ var firstMatch = 0 === $.inArray(latestMatch, tokenGroup.matches);
185
+ return firstMatch || $.each(tokenGroup.matches, function(ndx, match) {
186
+ if (!0 === match.isQuantifier && (firstMatch = isFirstMatch(latestMatch, tokenGroup.matches[ndx - 1]))) return !1;
187
+ }), firstMatch;
188
+ }
189
+ function resolveNdxInitializer(pos, alternateNdx, targetAlternation) {
190
+ var bestMatch, indexPos;
191
+ if (getMaskSet().validPositions[pos - 1] && targetAlternation && getMaskSet().tests[pos]) for (var vpAlternation = getMaskSet().validPositions[pos - 1].locator, tpAlternation = getMaskSet().tests[pos][0].locator, i = 0; i < targetAlternation; i++) if (vpAlternation[i] !== tpAlternation[i]) return vpAlternation.slice(targetAlternation + 1);
192
+ return (getMaskSet().tests[pos] || getMaskSet().validPositions[pos]) && $.each(getMaskSet().tests[pos] || [ getMaskSet().validPositions[pos] ], function(ndx, lmnt) {
193
+ var alternation = targetAlternation !== undefined ? targetAlternation : lmnt.alternation, ndxPos = lmnt.locator[alternation] !== undefined ? lmnt.locator[alternation].toString().indexOf(alternateNdx) : -1;
194
+ (indexPos === undefined || ndxPos < indexPos) && -1 !== ndxPos && (bestMatch = lmnt,
195
+ indexPos = ndxPos);
196
+ }), bestMatch ? bestMatch.locator.slice((targetAlternation !== undefined ? targetAlternation : bestMatch.alternation) + 1) : targetAlternation !== undefined ? resolveNdxInitializer(pos, alternateNdx) : undefined;
197
+ }
198
+ if (testPos > 1e4) throw "Inputmask: There is probably an error in your mask definition or in the code. Create an issue on github with an example of the mask you are using. " + getMaskSet().mask;
199
+ if (testPos === pos && match.matches === undefined) return matches.push({
200
+ match: match,
201
+ locator: loopNdx.reverse(),
202
+ cd: cacheDependency
203
+ }), !0;
204
+ if (match.matches !== undefined) {
205
+ if (match.isGroup && quantifierRecurse !== match) {
206
+ if (match = handleMatch(maskToken.matches[$.inArray(match, maskToken.matches) + 1], loopNdx)) return !0;
207
+ } else if (match.isOptional) {
208
+ var optionalToken = match;
209
+ if (match = resolveTestFromToken(match, ndxInitializer, loopNdx, quantifierRecurse)) {
210
+ if (latestMatch = matches[matches.length - 1].match, !isFirstMatch(latestMatch, optionalToken)) return !0;
211
+ insertStop = !0, testPos = pos;
212
+ }
213
+ } else if (match.isAlternator) {
214
+ var maltMatches, alternateToken = match, malternateMatches = [], currentMatches = matches.slice(), loopNdxCnt = loopNdx.length, altIndex = ndxInitializer.length > 0 ? ndxInitializer.shift() : -1;
215
+ if (-1 === altIndex || "string" == typeof altIndex) {
216
+ var amndx, currentPos = testPos, ndxInitializerClone = ndxInitializer.slice(), altIndexArr = [];
217
+ if ("string" == typeof altIndex) altIndexArr = altIndex.split(","); else for (amndx = 0; amndx < alternateToken.matches.length; amndx++) altIndexArr.push(amndx);
218
+ for (var ndx = 0; ndx < altIndexArr.length; ndx++) {
219
+ amndx = parseInt(altIndexArr[ndx]), matches = [], ndxInitializer = resolveNdxInitializer(testPos, amndx, loopNdxCnt) || ndxInitializerClone.slice(),
220
+ !0 !== (match = handleMatch(alternateToken.matches[amndx] || maskToken.matches[amndx], [ amndx ].concat(loopNdx), quantifierRecurse) || match) && match !== undefined && (altIndexArr[altIndexArr.length - 1],
221
+ alternateToken.matches.length), maltMatches = matches.slice(), testPos = currentPos,
222
+ matches = [];
223
+ for (var ndx1 = 0; ndx1 < maltMatches.length; ndx1++) {
224
+ var altMatch = maltMatches[ndx1], dropMatch = !1;
225
+ altMatch.alternation = altMatch.alternation || loopNdxCnt;
226
+ for (var ndx2 = 0; ndx2 < malternateMatches.length; ndx2++) {
227
+ var altMatch2 = malternateMatches[ndx2];
228
+ if ("string" != typeof altIndex || -1 !== $.inArray(altMatch.locator[altMatch.alternation].toString(), altIndexArr)) {
229
+ if (function(source, target) {
230
+ return source.match.nativeDef === target.match.nativeDef || source.match.def === target.match.nativeDef || source.match.nativeDef === target.match.def;
231
+ }(altMatch, altMatch2)) {
232
+ dropMatch = !0, altMatch.alternation === altMatch2.alternation && -1 === altMatch2.locator[altMatch2.alternation].toString().indexOf(altMatch.locator[altMatch.alternation]) && (altMatch2.locator[altMatch2.alternation] = altMatch2.locator[altMatch2.alternation] + "," + altMatch.locator[altMatch.alternation],
233
+ altMatch2.alternation = altMatch.alternation), altMatch.match.nativeDef === altMatch2.match.def && (altMatch.locator[altMatch.alternation] = altMatch2.locator[altMatch2.alternation],
234
+ malternateMatches.splice(malternateMatches.indexOf(altMatch2), 1, altMatch));
235
+ break;
236
+ }
237
+ if (altMatch.match.def === altMatch2.match.def) {
238
+ dropMatch = !1;
239
+ break;
240
+ }
241
+ if (function(source, target) {
242
+ return null === source.match.fn && null !== target.match.fn && target.match.fn.test(source.match.def, getMaskSet(), pos, !1, opts, !1);
243
+ }(altMatch, altMatch2) || function(source, target) {
244
+ return null !== source.match.fn && null !== target.match.fn && target.match.fn.test(source.match.def.replace(/[\[\]]/g, ""), getMaskSet(), pos, !1, opts, !1);
245
+ }(altMatch, altMatch2)) {
246
+ altMatch.alternation === altMatch2.alternation && -1 === altMatch.locator[altMatch.alternation].toString().indexOf(altMatch2.locator[altMatch2.alternation].toString().split("")[0]) && (altMatch.na = altMatch.na || altMatch.locator[altMatch.alternation].toString(),
247
+ -1 === altMatch.na.indexOf(altMatch.locator[altMatch.alternation].toString().split("")[0]) && (altMatch.na = altMatch.na + "," + altMatch.locator[altMatch2.alternation].toString().split("")[0]),
248
+ dropMatch = !0, altMatch.locator[altMatch.alternation] = altMatch2.locator[altMatch2.alternation].toString().split("")[0] + "," + altMatch.locator[altMatch.alternation],
249
+ malternateMatches.splice(malternateMatches.indexOf(altMatch2), 0, altMatch));
250
+ break;
251
+ }
252
+ }
253
+ }
254
+ dropMatch || malternateMatches.push(altMatch);
255
+ }
256
+ }
257
+ "string" == typeof altIndex && (malternateMatches = $.map(malternateMatches, function(lmnt, ndx) {
258
+ if (isFinite(ndx)) {
259
+ var alternation = lmnt.alternation, altLocArr = lmnt.locator[alternation].toString().split(",");
260
+ lmnt.locator[alternation] = undefined, lmnt.alternation = undefined;
261
+ for (var alndx = 0; alndx < altLocArr.length; alndx++) -1 !== $.inArray(altLocArr[alndx], altIndexArr) && (lmnt.locator[alternation] !== undefined ? (lmnt.locator[alternation] += ",",
262
+ lmnt.locator[alternation] += altLocArr[alndx]) : lmnt.locator[alternation] = parseInt(altLocArr[alndx]),
263
+ lmnt.alternation = alternation);
264
+ if (lmnt.locator[alternation] !== undefined) return lmnt;
265
+ }
266
+ })), matches = currentMatches.concat(malternateMatches), testPos = pos, insertStop = matches.length > 0,
267
+ match = malternateMatches.length > 0, ndxInitializer = ndxInitializerClone.slice();
268
+ } else match = handleMatch(alternateToken.matches[altIndex] || maskToken.matches[altIndex], [ altIndex ].concat(loopNdx), quantifierRecurse);
269
+ if (match) return !0;
270
+ } else if (match.isQuantifier && quantifierRecurse !== maskToken.matches[$.inArray(match, maskToken.matches) - 1]) for (var qt = match, qndx = ndxInitializer.length > 0 ? ndxInitializer.shift() : 0; qndx < (isNaN(qt.quantifier.max) ? qndx + 1 : qt.quantifier.max) && testPos <= pos; qndx++) {
271
+ var tokenGroup = maskToken.matches[$.inArray(qt, maskToken.matches) - 1];
272
+ if (match = handleMatch(tokenGroup, [ qndx ].concat(loopNdx), tokenGroup)) {
273
+ if (latestMatch = matches[matches.length - 1].match, latestMatch.optionalQuantifier = qndx > qt.quantifier.min - 1,
274
+ isFirstMatch(latestMatch, tokenGroup)) {
275
+ if (qndx > qt.quantifier.min - 1) {
276
+ insertStop = !0, testPos = pos;
277
+ break;
278
+ }
279
+ return !0;
280
+ }
281
+ return !0;
282
+ }
283
+ } else if (match = resolveTestFromToken(match, ndxInitializer, loopNdx, quantifierRecurse)) return !0;
284
+ } else testPos++;
285
+ }
286
+ for (var tndx = ndxInitializer.length > 0 ? ndxInitializer.shift() : 0; tndx < maskToken.matches.length; tndx++) if (!0 !== maskToken.matches[tndx].isQuantifier) {
287
+ var match = handleMatch(maskToken.matches[tndx], [ tndx ].concat(loopNdx), quantifierRecurse);
288
+ if (match && testPos === pos) return match;
289
+ if (testPos > pos) break;
290
+ }
291
+ }
292
+ function filterTests(tests) {
293
+ if (opts.keepStatic && pos > 0 && tests.length > 1 + ("" === tests[tests.length - 1].match.def ? 1 : 0) && !0 !== tests[0].match.optionality && !0 !== tests[0].match.optionalQuantifier && null === tests[0].match.fn && !/[0-9a-bA-Z]/.test(tests[0].match.def)) {
294
+ if (getMaskSet().validPositions[pos - 1] === undefined) return [ determineTestTemplate(pos, tests) ];
295
+ if (getMaskSet().validPositions[pos - 1].alternation === tests[0].alternation) return [ determineTestTemplate(pos, tests) ];
296
+ if (getMaskSet().validPositions[pos - 1]) return [ determineTestTemplate(pos, tests) ];
297
+ }
298
+ return tests;
299
+ }
300
+ var latestMatch, maskTokens = getMaskSet().maskToken, testPos = ndxIntlzr ? tstPs : 0, ndxInitializer = ndxIntlzr ? ndxIntlzr.slice() : [ 0 ], matches = [], insertStop = !1, cacheDependency = ndxIntlzr ? ndxIntlzr.join("") : "";
301
+ if (pos > -1) {
302
+ if (ndxIntlzr === undefined) {
303
+ for (var test, previousPos = pos - 1; (test = getMaskSet().validPositions[previousPos] || getMaskSet().tests[previousPos]) === undefined && previousPos > -1; ) previousPos--;
304
+ test !== undefined && previousPos > -1 && (ndxInitializer = function(pos, tests) {
305
+ var locator = [];
306
+ return $.isArray(tests) || (tests = [ tests ]), tests.length > 0 && (tests[0].alternation === undefined ? 0 === (locator = determineTestTemplate(pos, tests.slice()).locator.slice()).length && (locator = tests[0].locator.slice()) : $.each(tests, function(ndx, tst) {
307
+ if ("" !== tst.def) if (0 === locator.length) locator = tst.locator.slice(); else for (var i = 0; i < locator.length; i++) tst.locator[i] && -1 === locator[i].toString().indexOf(tst.locator[i]) && (locator[i] += "," + tst.locator[i]);
308
+ })), locator;
309
+ }(previousPos, test), cacheDependency = ndxInitializer.join(""), testPos = previousPos);
310
+ }
311
+ if (getMaskSet().tests[pos] && getMaskSet().tests[pos][0].cd === cacheDependency) return filterTests(getMaskSet().tests[pos]);
312
+ for (var mtndx = ndxInitializer.shift(); mtndx < maskTokens.length && !(resolveTestFromToken(maskTokens[mtndx], ndxInitializer, [ mtndx ]) && testPos === pos || testPos > pos); mtndx++) ;
313
+ }
314
+ return (0 === matches.length || insertStop) && matches.push({
315
+ match: {
316
+ fn: null,
317
+ cardinality: 0,
318
+ optionality: !0,
319
+ casing: null,
320
+ def: "",
321
+ placeholder: ""
322
+ },
323
+ locator: [],
324
+ cd: cacheDependency
325
+ }), ndxIntlzr !== undefined && getMaskSet().tests[pos] ? filterTests($.extend(!0, [], matches)) : (getMaskSet().tests[pos] = $.extend(!0, [], matches),
326
+ filterTests(getMaskSet().tests[pos]));
327
+ }
328
+ function getBufferTemplate() {
329
+ return getMaskSet()._buffer === undefined && (getMaskSet()._buffer = getMaskTemplate(!1, 1),
330
+ getMaskSet().buffer === undefined && (getMaskSet().buffer = getMaskSet()._buffer.slice())),
331
+ getMaskSet()._buffer;
332
+ }
333
+ function getBuffer(noCache) {
334
+ return getMaskSet().buffer !== undefined && !0 !== noCache || (getMaskSet().buffer = getMaskTemplate(!0, getLastValidPosition(), !0)),
335
+ getMaskSet().buffer;
336
+ }
337
+ function refreshFromBuffer(start, end, buffer) {
338
+ var i, p;
339
+ if (!0 === start) resetMaskSet(), start = 0, end = buffer.length; else for (i = start; i < end; i++) delete getMaskSet().validPositions[i];
340
+ for (p = start, i = start; i < end; i++) if (resetMaskSet(!0), buffer[i] !== opts.skipOptionalPartCharacter) {
341
+ var valResult = isValid(p, buffer[i], !0, !0);
342
+ !1 !== valResult && (resetMaskSet(!0), p = valResult.caret !== undefined ? valResult.caret : valResult.pos + 1);
343
+ }
344
+ }
345
+ function casing(elem, test, pos) {
346
+ switch (opts.casing || test.casing) {
347
+ case "upper":
348
+ elem = elem.toUpperCase();
349
+ break;
350
+
351
+ case "lower":
352
+ elem = elem.toLowerCase();
353
+ break;
354
+
355
+ case "title":
356
+ var posBefore = getMaskSet().validPositions[pos - 1];
357
+ elem = 0 === pos || posBefore && posBefore.input === String.fromCharCode(Inputmask.keyCode.SPACE) ? elem.toUpperCase() : elem.toLowerCase();
358
+ break;
359
+
360
+ default:
361
+ if ($.isFunction(opts.casing)) {
362
+ var args = Array.prototype.slice.call(arguments);
363
+ args.push(getMaskSet().validPositions), elem = opts.casing.apply(this, args);
364
+ }
365
+ }
366
+ return elem;
367
+ }
368
+ function checkAlternationMatch(altArr1, altArr2, na) {
369
+ for (var naNdx, altArrC = opts.greedy ? altArr2 : altArr2.slice(0, 1), isMatch = !1, naArr = na !== undefined ? na.split(",") : [], i = 0; i < naArr.length; i++) -1 !== (naNdx = altArr1.indexOf(naArr[i])) && altArr1.splice(naNdx, 1);
370
+ for (var alndx = 0; alndx < altArr1.length; alndx++) if (-1 !== $.inArray(altArr1[alndx], altArrC)) {
371
+ isMatch = !0;
372
+ break;
373
+ }
374
+ return isMatch;
375
+ }
376
+ function isValid(pos, c, strict, fromSetValid, fromAlternate, validateOnly) {
377
+ function isSelection(posObj) {
378
+ var selection = isRTL ? posObj.begin - posObj.end > 1 || posObj.begin - posObj.end == 1 : posObj.end - posObj.begin > 1 || posObj.end - posObj.begin == 1;
379
+ return selection && 0 === posObj.begin && posObj.end === getMaskSet().maskLength ? "full" : selection;
380
+ }
381
+ function _isValid(position, c, strict) {
382
+ var rslt = !1;
383
+ return $.each(getTests(position), function(ndx, tst) {
384
+ for (var test = tst.match, loopend = c ? 1 : 0, chrs = "", i = test.cardinality; i > loopend; i--) chrs += getBufferElement(position - (i - 1));
385
+ if (c && (chrs += c), getBuffer(!0), !1 !== (rslt = null != test.fn ? test.fn.test(chrs, getMaskSet(), position, strict, opts, isSelection(pos)) : (c === test.def || c === opts.skipOptionalPartCharacter) && "" !== test.def && {
386
+ c: getPlaceholder(position, test, !0) || test.def,
387
+ pos: position
388
+ })) {
389
+ var elem = rslt.c !== undefined ? rslt.c : c;
390
+ elem = elem === opts.skipOptionalPartCharacter && null === test.fn ? getPlaceholder(position, test, !0) || test.def : elem;
391
+ var validatedPos = position, possibleModifiedBuffer = getBuffer();
392
+ if (rslt.remove !== undefined && ($.isArray(rslt.remove) || (rslt.remove = [ rslt.remove ]),
393
+ $.each(rslt.remove.sort(function(a, b) {
394
+ return b - a;
395
+ }), function(ndx, lmnt) {
396
+ stripValidPositions(lmnt, lmnt + 1, !0);
397
+ })), rslt.insert !== undefined && ($.isArray(rslt.insert) || (rslt.insert = [ rslt.insert ]),
398
+ $.each(rslt.insert.sort(function(a, b) {
399
+ return a - b;
400
+ }), function(ndx, lmnt) {
401
+ isValid(lmnt.pos, lmnt.c, !0, fromSetValid);
402
+ })), rslt.refreshFromBuffer) {
403
+ var refresh = rslt.refreshFromBuffer;
404
+ if (refreshFromBuffer(!0 === refresh ? refresh : refresh.start, refresh.end, possibleModifiedBuffer),
405
+ rslt.pos === undefined && rslt.c === undefined) return rslt.pos = getLastValidPosition(),
406
+ !1;
407
+ if ((validatedPos = rslt.pos !== undefined ? rslt.pos : position) !== position) return rslt = $.extend(rslt, isValid(validatedPos, elem, !0, fromSetValid)),
408
+ !1;
409
+ } else if (!0 !== rslt && rslt.pos !== undefined && rslt.pos !== position && (validatedPos = rslt.pos,
410
+ refreshFromBuffer(position, validatedPos, getBuffer().slice()), validatedPos !== position)) return rslt = $.extend(rslt, isValid(validatedPos, elem, !0)),
411
+ !1;
412
+ return (!0 === rslt || rslt.pos !== undefined || rslt.c !== undefined) && (ndx > 0 && resetMaskSet(!0),
413
+ setValidPosition(validatedPos, $.extend({}, tst, {
414
+ input: casing(elem, test, validatedPos)
415
+ }), fromSetValid, isSelection(pos)) || (rslt = !1), !1);
416
+ }
417
+ }), rslt;
418
+ }
419
+ function setValidPosition(pos, validTest, fromSetValid, isSelection) {
420
+ if (isSelection || opts.insertMode && getMaskSet().validPositions[pos] !== undefined && fromSetValid === undefined) {
421
+ var i, positionsClone = $.extend(!0, {}, getMaskSet().validPositions), lvp = getLastValidPosition(undefined, !0);
422
+ for (i = pos; i <= lvp; i++) delete getMaskSet().validPositions[i];
423
+ getMaskSet().validPositions[pos] = $.extend(!0, {}, validTest);
424
+ var j, valid = !0, vps = getMaskSet().validPositions, needsValidation = !1, initialLength = getMaskSet().maskLength;
425
+ for (i = j = pos; i <= lvp; i++) {
426
+ var t = positionsClone[i];
427
+ if (t !== undefined) for (var posMatch = j; posMatch < getMaskSet().maskLength && (null === t.match.fn && vps[i] && (!0 === vps[i].match.optionalQuantifier || !0 === vps[i].match.optionality) || null != t.match.fn); ) {
428
+ if (posMatch++, !1 === needsValidation && positionsClone[posMatch] && positionsClone[posMatch].match.def === t.match.def) getMaskSet().validPositions[posMatch] = $.extend(!0, {}, positionsClone[posMatch]),
429
+ getMaskSet().validPositions[posMatch].input = t.input, fillMissingNonMask(posMatch),
430
+ j = posMatch, valid = !0; else if (positionCanMatchDefinition(posMatch, t.match.def)) {
431
+ var result = isValid(posMatch, t.input, !0, !0);
432
+ valid = !1 !== result, j = result.caret || result.insert ? getLastValidPosition() : posMatch,
433
+ needsValidation = !0;
434
+ } else if (!(valid = !0 === t.generatedInput) && posMatch >= getMaskSet().maskLength - 1) break;
435
+ if (getMaskSet().maskLength < initialLength && (getMaskSet().maskLength = initialLength),
436
+ valid) break;
437
+ }
438
+ if (!valid) break;
439
+ }
440
+ if (!valid) return getMaskSet().validPositions = $.extend(!0, {}, positionsClone),
441
+ resetMaskSet(!0), !1;
442
+ } else getMaskSet().validPositions[pos] = $.extend(!0, {}, validTest);
443
+ return resetMaskSet(!0), !0;
444
+ }
445
+ function fillMissingNonMask(maskPos) {
446
+ for (var pndx = maskPos - 1; pndx > -1 && !getMaskSet().validPositions[pndx]; pndx--) ;
447
+ var testTemplate, testsFromPos;
448
+ for (pndx++; pndx < maskPos; pndx++) getMaskSet().validPositions[pndx] === undefined && (!1 === opts.jitMasking || opts.jitMasking > pndx) && ("" === (testsFromPos = getTests(pndx, getTestTemplate(pndx - 1).locator, pndx - 1).slice())[testsFromPos.length - 1].match.def && testsFromPos.pop(),
449
+ (testTemplate = determineTestTemplate(pndx, testsFromPos)) && (testTemplate.match.def === opts.radixPointDefinitionSymbol || !isMask(pndx, !0) || $.inArray(opts.radixPoint, getBuffer()) < pndx && testTemplate.match.fn && testTemplate.match.fn.test(getPlaceholder(pndx), getMaskSet(), pndx, !1, opts)) && !1 !== (result = _isValid(pndx, getPlaceholder(pndx, testTemplate.match, !0) || (null == testTemplate.match.fn ? testTemplate.match.def : "" !== getPlaceholder(pndx) ? getPlaceholder(pndx) : getBuffer()[pndx]), !0)) && (getMaskSet().validPositions[result.pos || pndx].generatedInput = !0));
450
+ }
451
+ strict = !0 === strict;
452
+ var maskPos = pos;
453
+ pos.begin !== undefined && (maskPos = isRTL && !isSelection(pos) ? pos.end : pos.begin);
454
+ var result = !0, positionsClone = $.extend(!0, {}, getMaskSet().validPositions);
455
+ if ($.isFunction(opts.preValidation) && !strict && !0 !== fromSetValid && !0 !== validateOnly && (result = opts.preValidation(getBuffer(), maskPos, c, isSelection(pos), opts)),
456
+ !0 === result) {
457
+ if (fillMissingNonMask(maskPos), isSelection(pos) && (handleRemove(undefined, Inputmask.keyCode.DELETE, pos, !0, !0),
458
+ maskPos = getMaskSet().p), maskPos < getMaskSet().maskLength && (maxLength === undefined || maskPos < maxLength) && (result = _isValid(maskPos, c, strict),
459
+ (!strict || !0 === fromSetValid) && !1 === result && !0 !== validateOnly)) {
460
+ var currentPosValid = getMaskSet().validPositions[maskPos];
461
+ if (!currentPosValid || null !== currentPosValid.match.fn || currentPosValid.match.def !== c && c !== opts.skipOptionalPartCharacter) {
462
+ if ((opts.insertMode || getMaskSet().validPositions[seekNext(maskPos)] === undefined) && !isMask(maskPos, !0)) for (var nPos = maskPos + 1, snPos = seekNext(maskPos); nPos <= snPos; nPos++) if (!1 !== (result = _isValid(nPos, c, strict))) {
463
+ !function(originalPos, newPos) {
464
+ var vp = getMaskSet().validPositions[newPos];
465
+ if (vp) for (var targetLocator = vp.locator, tll = targetLocator.length, ps = originalPos; ps < newPos; ps++) if (getMaskSet().validPositions[ps] === undefined && !isMask(ps, !0)) {
466
+ var tests = getTests(ps).slice(), bestMatch = determineTestTemplate(ps, tests, !0), equality = -1;
467
+ "" === tests[tests.length - 1].match.def && tests.pop(), $.each(tests, function(ndx, tst) {
468
+ for (var i = 0; i < tll; i++) {
469
+ if (tst.locator[i] === undefined || !checkAlternationMatch(tst.locator[i].toString().split(","), targetLocator[i].toString().split(","), tst.na)) {
470
+ var targetAI = targetLocator[i], bestMatchAI = bestMatch.locator[i], tstAI = tst.locator[i];
471
+ targetAI - bestMatchAI > Math.abs(targetAI - tstAI) && (bestMatch = tst);
472
+ break;
473
+ }
474
+ equality < i && (equality = i, bestMatch = tst);
475
+ }
476
+ }), (bestMatch = $.extend({}, bestMatch, {
477
+ input: getPlaceholder(ps, bestMatch.match, !0) || bestMatch.match.def
478
+ })).generatedInput = !0, setValidPosition(ps, bestMatch, !0), getMaskSet().validPositions[newPos] = undefined,
479
+ _isValid(newPos, vp.input, !0);
480
+ }
481
+ }(maskPos, result.pos !== undefined ? result.pos : nPos), maskPos = nPos;
482
+ break;
483
+ }
484
+ } else result = {
485
+ caret: seekNext(maskPos)
486
+ };
487
+ }
488
+ !1 === result && opts.keepStatic && !strict && !0 !== fromAlternate && (result = function(pos, c, strict) {
489
+ var lastAlt, alternation, altPos, prevAltPos, i, validPos, altNdxs, decisionPos, validPsClone = $.extend(!0, {}, getMaskSet().validPositions), isValidRslt = !1, lAltPos = getLastValidPosition();
490
+ for (prevAltPos = getMaskSet().validPositions[lAltPos]; lAltPos >= 0; lAltPos--) if ((altPos = getMaskSet().validPositions[lAltPos]) && altPos.alternation !== undefined) {
491
+ if (lastAlt = lAltPos, alternation = getMaskSet().validPositions[lastAlt].alternation,
492
+ prevAltPos.locator[altPos.alternation] !== altPos.locator[altPos.alternation]) break;
493
+ prevAltPos = altPos;
494
+ }
495
+ if (alternation !== undefined) {
496
+ decisionPos = parseInt(lastAlt);
497
+ var decisionTaker = prevAltPos.locator[prevAltPos.alternation || alternation] !== undefined ? prevAltPos.locator[prevAltPos.alternation || alternation] : altNdxs[0];
498
+ decisionTaker.length > 0 && (decisionTaker = decisionTaker.split(",")[0]);
499
+ var possibilityPos = getMaskSet().validPositions[decisionPos], prevPos = getMaskSet().validPositions[decisionPos - 1];
500
+ $.each(getTests(decisionPos, prevPos ? prevPos.locator : undefined, decisionPos - 1), function(ndx, test) {
501
+ altNdxs = test.locator[alternation] ? test.locator[alternation].toString().split(",") : [];
502
+ for (var mndx = 0; mndx < altNdxs.length; mndx++) {
503
+ var validInputs = [], staticInputsBeforePos = 0, staticInputsBeforePosAlternate = 0, verifyValidInput = !1;
504
+ if (decisionTaker < altNdxs[mndx] && (test.na === undefined || -1 === $.inArray(altNdxs[mndx], test.na.split(",")) || -1 === $.inArray(decisionTaker.toString(), altNdxs))) {
505
+ getMaskSet().validPositions[decisionPos] = $.extend(!0, {}, test);
506
+ var possibilities = getMaskSet().validPositions[decisionPos].locator;
507
+ for (getMaskSet().validPositions[decisionPos].locator[alternation] = parseInt(altNdxs[mndx]),
508
+ null == test.match.fn ? (possibilityPos.input !== test.match.def && (verifyValidInput = !0,
509
+ !0 !== possibilityPos.generatedInput && validInputs.push(possibilityPos.input)),
510
+ staticInputsBeforePosAlternate++, getMaskSet().validPositions[decisionPos].generatedInput = !/[0-9a-bA-Z]/.test(test.match.def),
511
+ getMaskSet().validPositions[decisionPos].input = test.match.def) : getMaskSet().validPositions[decisionPos].input = possibilityPos.input,
512
+ i = decisionPos + 1; i < getLastValidPosition(undefined, !0) + 1; i++) (validPos = getMaskSet().validPositions[i]) && !0 !== validPos.generatedInput && /[0-9a-bA-Z]/.test(validPos.input) ? validInputs.push(validPos.input) : i < pos && staticInputsBeforePos++,
513
+ delete getMaskSet().validPositions[i];
514
+ for (verifyValidInput && validInputs[0] === test.match.def && validInputs.shift(),
515
+ resetMaskSet(!0), isValidRslt = !0; validInputs.length > 0; ) {
516
+ var input = validInputs.shift();
517
+ if (input !== opts.skipOptionalPartCharacter && !(isValidRslt = isValid(getLastValidPosition(undefined, !0) + 1, input, !1, fromSetValid, !0))) break;
518
+ }
519
+ if (isValidRslt) {
520
+ getMaskSet().validPositions[decisionPos].locator = possibilities;
521
+ var targetLvp = getLastValidPosition(pos) + 1;
522
+ for (i = decisionPos + 1; i < getLastValidPosition() + 1; i++) ((validPos = getMaskSet().validPositions[i]) === undefined || null == validPos.match.fn) && i < pos + (staticInputsBeforePosAlternate - staticInputsBeforePos) && staticInputsBeforePosAlternate++;
523
+ isValidRslt = isValid((pos += staticInputsBeforePosAlternate - staticInputsBeforePos) > targetLvp ? targetLvp : pos, c, strict, fromSetValid, !0);
524
+ }
525
+ if (isValidRslt) return !1;
526
+ resetMaskSet(), getMaskSet().validPositions = $.extend(!0, {}, validPsClone);
527
+ }
528
+ }
529
+ });
530
+ }
531
+ return isValidRslt;
532
+ }(maskPos, c, strict)), !0 === result && (result = {
533
+ pos: maskPos
534
+ });
535
+ }
536
+ if ($.isFunction(opts.postValidation) && !1 !== result && !strict && !0 !== fromSetValid && !0 !== validateOnly) {
537
+ var postResult = opts.postValidation(getBuffer(!0), result, opts);
538
+ if (postResult !== undefined) {
539
+ if (postResult.refreshFromBuffer && postResult.buffer) {
540
+ var refresh = postResult.refreshFromBuffer;
541
+ refreshFromBuffer(!0 === refresh ? refresh : refresh.start, refresh.end, postResult.buffer);
542
+ }
543
+ result = !0 === postResult ? result : postResult;
544
+ }
545
+ }
546
+ return result && result.pos === undefined && (result.pos = maskPos), !1 !== result && !0 !== validateOnly || (resetMaskSet(!0),
547
+ getMaskSet().validPositions = $.extend(!0, {}, positionsClone)), result;
548
+ }
549
+ function isMask(pos, strict) {
550
+ var test = getTestTemplate(pos).match;
551
+ if ("" === test.def && (test = getTest(pos).match), null != test.fn) return test.fn;
552
+ if (!0 !== strict && pos > -1) {
553
+ var tests = getTests(pos);
554
+ return tests.length > 1 + ("" === tests[tests.length - 1].match.def ? 1 : 0);
555
+ }
556
+ return !1;
557
+ }
558
+ function seekNext(pos, newBlock) {
559
+ var maskL = getMaskSet().maskLength;
560
+ if (pos >= maskL) return maskL;
561
+ var position = pos;
562
+ for (getTests(maskL + 1).length > 1 && (getMaskTemplate(!0, maskL + 1, !0), maskL = getMaskSet().maskLength); ++position < maskL && (!0 === newBlock && (!0 !== getTest(position).match.newBlockMarker || !isMask(position)) || !0 !== newBlock && !isMask(position)); ) ;
563
+ return position;
564
+ }
565
+ function seekPrevious(pos, newBlock) {
566
+ var tests, position = pos;
567
+ if (position <= 0) return 0;
568
+ for (;--position > 0 && (!0 === newBlock && !0 !== getTest(position).match.newBlockMarker || !0 !== newBlock && !isMask(position) && ((tests = getTests(position)).length < 2 || 2 === tests.length && "" === tests[1].match.def)); ) ;
569
+ return position;
570
+ }
571
+ function getBufferElement(position) {
572
+ return getMaskSet().validPositions[position] === undefined ? getPlaceholder(position) : getMaskSet().validPositions[position].input;
573
+ }
574
+ function writeBuffer(input, buffer, caretPos, event, triggerInputEvent) {
575
+ if (event && $.isFunction(opts.onBeforeWrite)) {
576
+ var result = opts.onBeforeWrite.call(inputmask, event, buffer, caretPos, opts);
577
+ if (result) {
578
+ if (result.refreshFromBuffer) {
579
+ var refresh = result.refreshFromBuffer;
580
+ refreshFromBuffer(!0 === refresh ? refresh : refresh.start, refresh.end, result.buffer || buffer),
581
+ buffer = getBuffer(!0);
582
+ }
583
+ caretPos !== undefined && (caretPos = result.caret !== undefined ? result.caret : caretPos);
584
+ }
585
+ }
586
+ input !== undefined && (input.inputmask._valueSet(buffer.join("")), caretPos === undefined || event !== undefined && "blur" === event.type ? renderColorMask(input, caretPos, 0 === buffer.length) : caret(input, caretPos),
587
+ !0 === triggerInputEvent && (skipInputEvent = !0, $(input).trigger("input")));
588
+ }
589
+ function getPlaceholder(pos, test, returnPL) {
590
+ if ((test = test || getTest(pos).match).placeholder !== undefined || !0 === returnPL) return $.isFunction(test.placeholder) ? test.placeholder(opts) : test.placeholder;
591
+ if (null === test.fn) {
592
+ if (pos > -1 && getMaskSet().validPositions[pos] === undefined) {
593
+ var prevTest, tests = getTests(pos), staticAlternations = [];
594
+ if (tests.length > 1 + ("" === tests[tests.length - 1].match.def ? 1 : 0)) for (var i = 0; i < tests.length; i++) if (!0 !== tests[i].match.optionality && !0 !== tests[i].match.optionalQuantifier && (null === tests[i].match.fn || prevTest === undefined || !1 !== tests[i].match.fn.test(prevTest.match.def, getMaskSet(), pos, !0, opts)) && (staticAlternations.push(tests[i]),
595
+ null === tests[i].match.fn && (prevTest = tests[i]), staticAlternations.length > 1 && /[0-9a-bA-Z]/.test(staticAlternations[0].match.def))) return opts.placeholder.charAt(pos % opts.placeholder.length);
596
+ }
597
+ return test.def;
598
+ }
599
+ return opts.placeholder.charAt(pos % opts.placeholder.length);
600
+ }
601
+ function checkVal(input, writeOut, strict, nptvl, initiatingEvent) {
602
+ function isTemplateMatch(ndx, charCodes) {
603
+ return -1 !== getBufferTemplate().slice(ndx, seekNext(ndx)).join("").indexOf(charCodes) && !isMask(ndx) && getTest(ndx).match.nativeDef === charCodes.charAt(charCodes.length - 1);
604
+ }
605
+ var inputValue = nptvl.slice(), charCodes = "", initialNdx = -1, result = undefined;
606
+ if (resetMaskSet(), strict || !0 === opts.autoUnmask) initialNdx = seekNext(initialNdx); else {
607
+ var staticInput = getBufferTemplate().slice(0, seekNext(-1)).join(""), matches = inputValue.join("").match(new RegExp("^" + Inputmask.escapeRegex(staticInput), "g"));
608
+ matches && matches.length > 0 && (inputValue.splice(0, matches.length * staticInput.length),
609
+ initialNdx = seekNext(initialNdx));
610
+ }
611
+ if (-1 === initialNdx ? (getMaskSet().p = seekNext(initialNdx), initialNdx = 0) : getMaskSet().p = initialNdx,
612
+ $.each(inputValue, function(ndx, charCode) {
613
+ if (charCode !== undefined) if (getMaskSet().validPositions[ndx] === undefined && inputValue[ndx] === getPlaceholder(ndx) && isMask(ndx, !0) && !1 === isValid(ndx, inputValue[ndx], !0, undefined, undefined, !0)) getMaskSet().p++; else {
614
+ var keypress = new $.Event("_checkval");
615
+ keypress.which = charCode.charCodeAt(0), charCodes += charCode;
616
+ var lvp = getLastValidPosition(undefined, !0), lvTest = getMaskSet().validPositions[lvp], nextTest = getTestTemplate(lvp + 1, lvTest ? lvTest.locator.slice() : undefined, lvp);
617
+ if (!isTemplateMatch(initialNdx, charCodes) || strict || opts.autoUnmask) {
618
+ var pos = strict ? ndx : null == nextTest.match.fn && nextTest.match.optionality && lvp + 1 < getMaskSet().p ? lvp + 1 : getMaskSet().p;
619
+ result = EventHandlers.keypressEvent.call(input, keypress, !0, !1, strict, pos),
620
+ initialNdx = pos + 1, charCodes = "";
621
+ } else result = EventHandlers.keypressEvent.call(input, keypress, !0, !1, !0, lvp + 1);
622
+ if (!1 !== result && !strict && $.isFunction(opts.onBeforeWrite)) {
623
+ var origResult = result;
624
+ if (result = opts.onBeforeWrite.call(inputmask, keypress, getBuffer(), result.forwardPosition, opts),
625
+ (result = $.extend(origResult, result)) && result.refreshFromBuffer) {
626
+ var refresh = result.refreshFromBuffer;
627
+ refreshFromBuffer(!0 === refresh ? refresh : refresh.start, refresh.end, result.buffer),
628
+ resetMaskSet(!0), result.caret && (getMaskSet().p = result.caret, result.forwardPosition = result.caret);
629
+ }
630
+ }
631
+ }
632
+ }), writeOut) {
633
+ var caretPos = undefined;
634
+ document.activeElement === input && result && (caretPos = opts.numericInput ? seekPrevious(result.forwardPosition) : result.forwardPosition),
635
+ writeBuffer(input, getBuffer(), caretPos, initiatingEvent || new $.Event("checkval"), initiatingEvent && "input" === initiatingEvent.type);
636
+ }
637
+ }
638
+ function unmaskedvalue(input) {
639
+ if (input) {
640
+ if (input.inputmask === undefined) return input.value;
641
+ input.inputmask && input.inputmask.refreshValue && EventHandlers.setValueEvent.call(input);
642
+ }
643
+ var umValue = [], vps = getMaskSet().validPositions;
644
+ for (var pndx in vps) vps[pndx].match && null != vps[pndx].match.fn && umValue.push(vps[pndx].input);
645
+ var unmaskedValue = 0 === umValue.length ? "" : (isRTL ? umValue.reverse() : umValue).join("");
646
+ if ($.isFunction(opts.onUnMask)) {
647
+ var bufferValue = (isRTL ? getBuffer().slice().reverse() : getBuffer()).join("");
648
+ unmaskedValue = opts.onUnMask.call(inputmask, bufferValue, unmaskedValue, opts);
649
+ }
650
+ return unmaskedValue;
651
+ }
652
+ function caret(input, begin, end, notranslate) {
653
+ function translatePosition(pos) {
654
+ return !0 === notranslate || !isRTL || "number" != typeof pos || opts.greedy && "" === opts.placeholder || (pos = getBuffer().join("").length - pos),
655
+ pos;
656
+ }
657
+ var range;
658
+ if (begin === undefined) return input.setSelectionRange ? (begin = input.selectionStart,
659
+ end = input.selectionEnd) : window.getSelection ? (range = window.getSelection().getRangeAt(0)).commonAncestorContainer.parentNode !== input && range.commonAncestorContainer !== input || (begin = range.startOffset,
660
+ end = range.endOffset) : document.selection && document.selection.createRange && (end = (begin = 0 - (range = document.selection.createRange()).duplicate().moveStart("character", -input.inputmask._valueGet().length)) + range.text.length),
661
+ {
662
+ begin: translatePosition(begin),
663
+ end: translatePosition(end)
664
+ };
665
+ if (begin.begin !== undefined && (end = begin.end, begin = begin.begin), "number" == typeof begin) {
666
+ begin = translatePosition(begin), end = "number" == typeof (end = translatePosition(end)) ? end : begin;
667
+ var scrollCalc = parseInt(((input.ownerDocument.defaultView || window).getComputedStyle ? (input.ownerDocument.defaultView || window).getComputedStyle(input, null) : input.currentStyle).fontSize) * end;
668
+ if (input.scrollLeft = scrollCalc > input.scrollWidth ? scrollCalc : 0, !1 === opts.insertMode && begin === end && end++,
669
+ input.inputmask.caretPos = {
670
+ begin: begin,
671
+ end: end
672
+ }, input.setSelectionRange) input.selectionStart = begin, input.selectionEnd = end; else if (window.getSelection) {
673
+ if (range = document.createRange(), input.firstChild === undefined || null === input.firstChild) {
674
+ var textNode = document.createTextNode("");
675
+ input.appendChild(textNode);
676
+ }
677
+ range.setStart(input.firstChild, begin < input.inputmask._valueGet().length ? begin : input.inputmask._valueGet().length),
678
+ range.setEnd(input.firstChild, end < input.inputmask._valueGet().length ? end : input.inputmask._valueGet().length),
679
+ range.collapse(!0);
680
+ var sel = window.getSelection();
681
+ sel.removeAllRanges(), sel.addRange(range);
682
+ } else input.createTextRange && ((range = input.createTextRange()).collapse(!0),
683
+ range.moveEnd("character", end), range.moveStart("character", begin), range.select());
684
+ renderColorMask(input, {
685
+ begin: begin,
686
+ end: end
687
+ });
688
+ }
689
+ }
690
+ function determineLastRequiredPosition(returnDefinition) {
691
+ var pos, testPos, buffer = getBuffer(), bl = buffer.length, lvp = getLastValidPosition(), positions = {}, lvTest = getMaskSet().validPositions[lvp], ndxIntlzr = lvTest !== undefined ? lvTest.locator.slice() : undefined;
692
+ for (pos = lvp + 1; pos < buffer.length; pos++) ndxIntlzr = (testPos = getTestTemplate(pos, ndxIntlzr, pos - 1)).locator.slice(),
693
+ positions[pos] = $.extend(!0, {}, testPos);
694
+ var lvTestAlt = lvTest && lvTest.alternation !== undefined ? lvTest.locator[lvTest.alternation] : undefined;
695
+ for (pos = bl - 1; pos > lvp && (((testPos = positions[pos]).match.optionality || testPos.match.optionalQuantifier && testPos.match.newBlockMarker || lvTestAlt && (lvTestAlt !== positions[pos].locator[lvTest.alternation] && null != testPos.match.fn || null === testPos.match.fn && testPos.locator[lvTest.alternation] && checkAlternationMatch(testPos.locator[lvTest.alternation].toString().split(","), lvTestAlt.toString().split(",")) && "" !== getTests(pos)[0].def)) && buffer[pos] === getPlaceholder(pos, testPos.match)); pos--) bl--;
696
+ return returnDefinition ? {
697
+ l: bl,
698
+ def: positions[bl] ? positions[bl].match : undefined
699
+ } : bl;
700
+ }
701
+ function clearOptionalTail(buffer) {
702
+ for (var validPos, rl = determineLastRequiredPosition(), bl = buffer.length, lv = getMaskSet().validPositions[getLastValidPosition()]; rl < bl && !isMask(rl, !0) && (validPos = lv !== undefined ? getTestTemplate(rl, lv.locator.slice(""), lv) : getTest(rl)) && !0 !== validPos.match.optionality && (!0 !== validPos.match.optionalQuantifier && !0 !== validPos.match.newBlockMarker || rl + 1 === bl && "" === (lv !== undefined ? getTestTemplate(rl + 1, lv.locator.slice(""), lv) : getTest(rl + 1)).match.def); ) rl++;
703
+ for (;(validPos = getMaskSet().validPositions[rl - 1]) && validPos && validPos.match.optionality && validPos.input === opts.skipOptionalPartCharacter; ) rl--;
704
+ return buffer.splice(rl), buffer;
705
+ }
706
+ function isComplete(buffer) {
707
+ if ($.isFunction(opts.isComplete)) return opts.isComplete(buffer, opts);
708
+ if ("*" === opts.repeat) return undefined;
709
+ var complete = !1, lrp = determineLastRequiredPosition(!0), aml = seekPrevious(lrp.l);
710
+ if (lrp.def === undefined || lrp.def.newBlockMarker || lrp.def.optionality || lrp.def.optionalQuantifier) {
711
+ complete = !0;
712
+ for (var i = 0; i <= aml; i++) {
713
+ var test = getTestTemplate(i).match;
714
+ if (null !== test.fn && getMaskSet().validPositions[i] === undefined && !0 !== test.optionality && !0 !== test.optionalQuantifier || null === test.fn && buffer[i] !== getPlaceholder(i, test)) {
715
+ complete = !1;
716
+ break;
717
+ }
718
+ }
719
+ }
720
+ return complete;
721
+ }
722
+ function handleRemove(input, k, pos, strict, fromIsValid) {
723
+ if ((opts.numericInput || isRTL) && (k === Inputmask.keyCode.BACKSPACE ? k = Inputmask.keyCode.DELETE : k === Inputmask.keyCode.DELETE && (k = Inputmask.keyCode.BACKSPACE),
724
+ isRTL)) {
725
+ var pend = pos.end;
726
+ pos.end = pos.begin, pos.begin = pend;
727
+ }
728
+ k === Inputmask.keyCode.BACKSPACE && (pos.end - pos.begin < 1 || !1 === opts.insertMode) ? (pos.begin = seekPrevious(pos.begin),
729
+ getMaskSet().validPositions[pos.begin] !== undefined && getMaskSet().validPositions[pos.begin].input === opts.groupSeparator && pos.begin--) : k === Inputmask.keyCode.DELETE && pos.begin === pos.end && (pos.end = isMask(pos.end, !0) && getMaskSet().validPositions[pos.end] && getMaskSet().validPositions[pos.end].input !== opts.radixPoint ? pos.end + 1 : seekNext(pos.end) + 1,
730
+ getMaskSet().validPositions[pos.begin] !== undefined && getMaskSet().validPositions[pos.begin].input === opts.groupSeparator && pos.end++),
731
+ stripValidPositions(pos.begin, pos.end, !1, strict), !0 !== strict && function() {
732
+ if (opts.keepStatic) {
733
+ for (var validInputs = [], lastAlt = getLastValidPosition(-1, !0), positionsClone = $.extend(!0, {}, getMaskSet().validPositions), prevAltPos = getMaskSet().validPositions[lastAlt]; lastAlt >= 0; lastAlt--) {
734
+ var altPos = getMaskSet().validPositions[lastAlt];
735
+ if (altPos) {
736
+ if (!0 !== altPos.generatedInput && /[0-9a-bA-Z]/.test(altPos.input) && validInputs.push(altPos.input),
737
+ delete getMaskSet().validPositions[lastAlt], altPos.alternation !== undefined && altPos.locator[altPos.alternation] !== prevAltPos.locator[altPos.alternation]) break;
738
+ prevAltPos = altPos;
739
+ }
740
+ }
741
+ if (lastAlt > -1) for (getMaskSet().p = seekNext(getLastValidPosition(-1, !0)); validInputs.length > 0; ) {
742
+ var keypress = new $.Event("keypress");
743
+ keypress.which = validInputs.pop().charCodeAt(0), EventHandlers.keypressEvent.call(input, keypress, !0, !1, !1, getMaskSet().p);
744
+ } else getMaskSet().validPositions = $.extend(!0, {}, positionsClone);
745
+ }
746
+ }();
747
+ var lvp = getLastValidPosition(pos.begin, !0);
748
+ if (lvp < pos.begin) getMaskSet().p = seekNext(lvp); else if (!0 !== strict && (getMaskSet().p = pos.begin,
749
+ !0 !== fromIsValid)) for (;getMaskSet().p < lvp && getMaskSet().validPositions[getMaskSet().p] === undefined; ) getMaskSet().p++;
750
+ }
751
+ function initializeColorMask(input) {
752
+ function findCaretPos(clientx) {
753
+ var caretPos, e = document.createElement("span");
754
+ for (var style in computedStyle) isNaN(style) && -1 !== style.indexOf("font") && (e.style[style] = computedStyle[style]);
755
+ e.style.textTransform = computedStyle.textTransform, e.style.letterSpacing = computedStyle.letterSpacing,
756
+ e.style.position = "absolute", e.style.height = "auto", e.style.width = "auto",
757
+ e.style.visibility = "hidden", e.style.whiteSpace = "nowrap", document.body.appendChild(e);
758
+ var itl, inputText = input.inputmask._valueGet(), previousWidth = 0;
759
+ for (caretPos = 0, itl = inputText.length; caretPos <= itl; caretPos++) {
760
+ if (e.innerHTML += inputText.charAt(caretPos) || "_", e.offsetWidth >= clientx) {
761
+ var offset1 = clientx - previousWidth, offset2 = e.offsetWidth - clientx;
762
+ e.innerHTML = inputText.charAt(caretPos), caretPos = (offset1 -= e.offsetWidth / 3) < offset2 ? caretPos - 1 : caretPos;
763
+ break;
764
+ }
765
+ previousWidth = e.offsetWidth;
766
+ }
767
+ return document.body.removeChild(e), caretPos;
768
+ }
769
+ var computedStyle = (input.ownerDocument.defaultView || window).getComputedStyle(input, null), template = document.createElement("div");
770
+ template.style.width = computedStyle.width, template.style.textAlign = computedStyle.textAlign,
771
+ colorMask = document.createElement("div"), input.inputmask.colorMask = colorMask,
772
+ colorMask.className = "im-colormask", input.parentNode.insertBefore(colorMask, input),
773
+ input.parentNode.removeChild(input), colorMask.appendChild(template), colorMask.appendChild(input),
774
+ input.style.left = template.offsetLeft + "px", $(input).on("click", function(e) {
775
+ return caret(input, findCaretPos(e.clientX)), EventHandlers.clickEvent.call(input, [ e ]);
776
+ }), $(input).on("keydown", function(e) {
777
+ e.shiftKey || !1 === opts.insertMode || setTimeout(function() {
778
+ renderColorMask(input);
779
+ }, 0);
780
+ });
781
+ }
782
+ function renderColorMask(input, caretPos, clear) {
783
+ function handleStatic() {
784
+ isStatic || null !== test.fn && testPos.input !== undefined ? isStatic && (null !== test.fn && testPos.input !== undefined || "" === test.def) && (isStatic = !1,
785
+ maskTemplate += "</span>") : (isStatic = !0, maskTemplate += "<span class='im-static'>");
786
+ }
787
+ function handleCaret(force) {
788
+ !0 !== force && pos !== caretPos.begin || document.activeElement !== input || (maskTemplate += "<span class='im-caret' style='border-right-width: 1px;border-right-style: solid;'></span>");
789
+ }
790
+ var test, testPos, ndxIntlzr, maskTemplate = "", isStatic = !1, pos = 0;
791
+ if (colorMask !== undefined) {
792
+ var buffer = getBuffer();
793
+ if (caretPos === undefined ? caretPos = caret(input) : caretPos.begin === undefined && (caretPos = {
794
+ begin: caretPos,
795
+ end: caretPos
796
+ }), !0 !== clear) {
797
+ var lvp = getLastValidPosition();
798
+ do {
799
+ handleCaret(), getMaskSet().validPositions[pos] ? (testPos = getMaskSet().validPositions[pos],
800
+ test = testPos.match, ndxIntlzr = testPos.locator.slice(), handleStatic(), maskTemplate += buffer[pos]) : (testPos = getTestTemplate(pos, ndxIntlzr, pos - 1),
801
+ test = testPos.match, ndxIntlzr = testPos.locator.slice(), (!1 === opts.jitMasking || pos < lvp || "number" == typeof opts.jitMasking && isFinite(opts.jitMasking) && opts.jitMasking > pos) && (handleStatic(),
802
+ maskTemplate += getPlaceholder(pos, test))), pos++;
803
+ } while ((maxLength === undefined || pos < maxLength) && (null !== test.fn || "" !== test.def) || lvp > pos || isStatic);
804
+ -1 === maskTemplate.indexOf("im-caret") && handleCaret(!0), isStatic && handleStatic();
805
+ }
806
+ var template = colorMask.getElementsByTagName("div")[0];
807
+ template.innerHTML = maskTemplate, input.inputmask.positionColorMask(input, template);
808
+ }
809
+ }
810
+ maskset = maskset || this.maskset, opts = opts || this.opts;
811
+ var undoValue, $el, maxLength, colorMask, inputmask = this, el = this.el, isRTL = this.isRTL, skipKeyPressEvent = !1, skipInputEvent = !1, ignorable = !1, mouseEnter = !1, trackCaret = !1, EventRuler = {
812
+ on: function(input, eventName, eventHandler) {
813
+ var ev = function(e) {
814
+ var that = this;
815
+ if (that.inputmask === undefined && "FORM" !== this.nodeName) {
816
+ var imOpts = $.data(that, "_inputmask_opts");
817
+ imOpts ? new Inputmask(imOpts).mask(that) : EventRuler.off(that);
818
+ } else {
819
+ if ("setvalue" === e.type || "FORM" === this.nodeName || !(that.disabled || that.readOnly && !("keydown" === e.type && e.ctrlKey && 67 === e.keyCode || !1 === opts.tabThrough && e.keyCode === Inputmask.keyCode.TAB))) {
820
+ switch (e.type) {
821
+ case "input":
822
+ if (!0 === skipInputEvent) return skipInputEvent = !1, e.preventDefault();
823
+ mobile && (trackCaret = !0);
824
+ break;
825
+
826
+ case "keydown":
827
+ skipKeyPressEvent = !1, skipInputEvent = !1;
828
+ break;
829
+
830
+ case "keypress":
831
+ if (!0 === skipKeyPressEvent) return e.preventDefault();
832
+ skipKeyPressEvent = !0;
833
+ break;
834
+
835
+ case "click":
836
+ if (iemobile || iphone) {
837
+ var args = arguments;
838
+ return setTimeout(function() {
839
+ eventHandler.apply(that, args);
840
+ }, 0), !1;
841
+ }
842
+ }
843
+ var returnVal = eventHandler.apply(that, arguments);
844
+ return trackCaret && (trackCaret = !1, setTimeout(function() {
845
+ caret(that, that.inputmask.caretPos);
846
+ })), !1 === returnVal && (e.preventDefault(), e.stopPropagation()), returnVal;
847
+ }
848
+ e.preventDefault();
849
+ }
850
+ };
851
+ input.inputmask.events[eventName] = input.inputmask.events[eventName] || [], input.inputmask.events[eventName].push(ev),
852
+ -1 !== $.inArray(eventName, [ "submit", "reset" ]) ? null !== input.form && $(input.form).on(eventName, ev) : $(input).on(eventName, ev);
853
+ },
854
+ off: function(input, event) {
855
+ if (input.inputmask && input.inputmask.events) {
856
+ var events;
857
+ event ? (events = [])[event] = input.inputmask.events[event] : events = input.inputmask.events,
858
+ $.each(events, function(eventName, evArr) {
859
+ for (;evArr.length > 0; ) {
860
+ var ev = evArr.pop();
861
+ -1 !== $.inArray(eventName, [ "submit", "reset" ]) ? null !== input.form && $(input.form).off(eventName, ev) : $(input).off(eventName, ev);
862
+ }
863
+ delete input.inputmask.events[eventName];
864
+ });
865
+ }
866
+ }
867
+ }, EventHandlers = {
868
+ keydownEvent: function(e) {
869
+ var input = this, $input = $(input), k = e.keyCode, pos = caret(input);
870
+ if (k === Inputmask.keyCode.BACKSPACE || k === Inputmask.keyCode.DELETE || iphone && k === Inputmask.keyCode.BACKSPACE_SAFARI || e.ctrlKey && k === Inputmask.keyCode.X && !isInputEventSupported("cut")) e.preventDefault(),
871
+ handleRemove(input, k, pos), writeBuffer(input, getBuffer(!0), getMaskSet().p, e, input.inputmask._valueGet() !== getBuffer().join("")),
872
+ input.inputmask._valueGet() === getBufferTemplate().join("") ? $input.trigger("cleared") : !0 === isComplete(getBuffer()) && $input.trigger("complete"); else if (k === Inputmask.keyCode.END || k === Inputmask.keyCode.PAGE_DOWN) {
873
+ e.preventDefault();
874
+ var caretPos = seekNext(getLastValidPosition());
875
+ opts.insertMode || caretPos !== getMaskSet().maskLength || e.shiftKey || caretPos--,
876
+ caret(input, e.shiftKey ? pos.begin : caretPos, caretPos, !0);
877
+ } else k === Inputmask.keyCode.HOME && !e.shiftKey || k === Inputmask.keyCode.PAGE_UP ? (e.preventDefault(),
878
+ caret(input, 0, e.shiftKey ? pos.begin : 0, !0)) : (opts.undoOnEscape && k === Inputmask.keyCode.ESCAPE || 90 === k && e.ctrlKey) && !0 !== e.altKey ? (checkVal(input, !0, !1, undoValue.split("")),
879
+ $input.trigger("click")) : k !== Inputmask.keyCode.INSERT || e.shiftKey || e.ctrlKey ? !0 === opts.tabThrough && k === Inputmask.keyCode.TAB ? (!0 === e.shiftKey ? (null === getTest(pos.begin).match.fn && (pos.begin = seekNext(pos.begin)),
880
+ pos.end = seekPrevious(pos.begin, !0), pos.begin = seekPrevious(pos.end, !0)) : (pos.begin = seekNext(pos.begin, !0),
881
+ pos.end = seekNext(pos.begin, !0), pos.end < getMaskSet().maskLength && pos.end--),
882
+ pos.begin < getMaskSet().maskLength && (e.preventDefault(), caret(input, pos.begin, pos.end))) : e.shiftKey || !1 === opts.insertMode && (k === Inputmask.keyCode.RIGHT ? setTimeout(function() {
883
+ var caretPos = caret(input);
884
+ caret(input, caretPos.begin);
885
+ }, 0) : k === Inputmask.keyCode.LEFT && setTimeout(function() {
886
+ var caretPos = caret(input);
887
+ caret(input, isRTL ? caretPos.begin + 1 : caretPos.begin - 1);
888
+ }, 0)) : (opts.insertMode = !opts.insertMode, caret(input, opts.insertMode || pos.begin !== getMaskSet().maskLength ? pos.begin : pos.begin - 1));
889
+ opts.onKeyDown.call(this, e, getBuffer(), caret(input).begin, opts), ignorable = -1 !== $.inArray(k, opts.ignorables);
890
+ },
891
+ keypressEvent: function(e, checkval, writeOut, strict, ndx) {
892
+ var input = this, $input = $(input), k = e.which || e.charCode || e.keyCode;
893
+ if (!(!0 === checkval || e.ctrlKey && e.altKey) && (e.ctrlKey || e.metaKey || ignorable)) return k === Inputmask.keyCode.ENTER && undoValue !== getBuffer().join("") && (undoValue = getBuffer().join(""),
894
+ setTimeout(function() {
895
+ $input.trigger("change");
896
+ }, 0)), !0;
897
+ if (k) {
898
+ 46 === k && !1 === e.shiftKey && "" !== opts.radixPoint && (k = opts.radixPoint.charCodeAt(0));
899
+ var forwardPosition, pos = checkval ? {
900
+ begin: ndx,
901
+ end: ndx
902
+ } : caret(input), c = String.fromCharCode(k);
903
+ getMaskSet().writeOutBuffer = !0;
904
+ var valResult = isValid(pos, c, strict);
905
+ if (!1 !== valResult && (resetMaskSet(!0), forwardPosition = valResult.caret !== undefined ? valResult.caret : checkval ? valResult.pos + 1 : seekNext(valResult.pos),
906
+ getMaskSet().p = forwardPosition), !1 !== writeOut && (setTimeout(function() {
907
+ opts.onKeyValidation.call(input, k, valResult, opts);
908
+ }, 0), getMaskSet().writeOutBuffer && !1 !== valResult)) {
909
+ var buffer = getBuffer();
910
+ writeBuffer(input, buffer, opts.numericInput && valResult.caret === undefined ? seekPrevious(forwardPosition) : forwardPosition, e, !0 !== checkval),
911
+ !0 !== checkval && setTimeout(function() {
912
+ !0 === isComplete(buffer) && $input.trigger("complete");
913
+ }, 0);
914
+ }
915
+ if (e.preventDefault(), checkval) return !1 !== valResult && (valResult.forwardPosition = forwardPosition),
916
+ valResult;
917
+ }
918
+ },
919
+ pasteEvent: function(e) {
920
+ var tempValue, input = this, ev = e.originalEvent || e, $input = $(input), inputValue = input.inputmask._valueGet(!0), caretPos = caret(input);
921
+ isRTL && (tempValue = caretPos.end, caretPos.end = caretPos.begin, caretPos.begin = tempValue);
922
+ var valueBeforeCaret = inputValue.substr(0, caretPos.begin), valueAfterCaret = inputValue.substr(caretPos.end, inputValue.length);
923
+ if (valueBeforeCaret === (isRTL ? getBufferTemplate().reverse() : getBufferTemplate()).slice(0, caretPos.begin).join("") && (valueBeforeCaret = ""),
924
+ valueAfterCaret === (isRTL ? getBufferTemplate().reverse() : getBufferTemplate()).slice(caretPos.end).join("") && (valueAfterCaret = ""),
925
+ isRTL && (tempValue = valueBeforeCaret, valueBeforeCaret = valueAfterCaret, valueAfterCaret = tempValue),
926
+ window.clipboardData && window.clipboardData.getData) inputValue = valueBeforeCaret + window.clipboardData.getData("Text") + valueAfterCaret; else {
927
+ if (!ev.clipboardData || !ev.clipboardData.getData) return !0;
928
+ inputValue = valueBeforeCaret + ev.clipboardData.getData("text/plain") + valueAfterCaret;
929
+ }
930
+ var pasteValue = inputValue;
931
+ if ($.isFunction(opts.onBeforePaste)) {
932
+ if (!1 === (pasteValue = opts.onBeforePaste.call(inputmask, inputValue, opts))) return e.preventDefault();
933
+ pasteValue || (pasteValue = inputValue);
934
+ }
935
+ return checkVal(input, !1, !1, isRTL ? pasteValue.split("").reverse() : pasteValue.toString().split("")),
936
+ writeBuffer(input, getBuffer(), seekNext(getLastValidPosition()), e, undoValue !== getBuffer().join("")),
937
+ !0 === isComplete(getBuffer()) && $input.trigger("complete"), e.preventDefault();
938
+ },
939
+ inputFallBackEvent: function(e) {
940
+ var input = this, inputValue = input.inputmask._valueGet();
941
+ if (getBuffer().join("") !== inputValue) {
942
+ var caretPos = caret(input);
943
+ if (inputValue = function(input, inputValue, caretPos) {
944
+ return "." === inputValue.charAt(caretPos.begin - 1) && "" !== opts.radixPoint && ((inputValue = inputValue.split(""))[caretPos.begin - 1] = opts.radixPoint.charAt(0),
945
+ inputValue = inputValue.join("")), inputValue;
946
+ }(0, inputValue, caretPos), inputValue = function(input, inputValue, caretPos) {
947
+ if (iemobile) {
948
+ var inputChar = inputValue.replace(getBuffer().join(""), "");
949
+ if (1 === inputChar.length) {
950
+ var iv = inputValue.split("");
951
+ iv.splice(caretPos.begin, 0, inputChar), inputValue = iv.join("");
952
+ }
953
+ }
954
+ return inputValue;
955
+ }(0, inputValue, caretPos), caretPos.begin > inputValue.length && (caret(input, inputValue.length),
956
+ caretPos = caret(input)), getBuffer().join("") !== inputValue) {
957
+ var buffer = getBuffer().join(""), offset = inputValue.length > buffer.length ? -1 : 0, frontPart = inputValue.substr(0, caretPos.begin), backPart = inputValue.substr(caretPos.begin), frontBufferPart = buffer.substr(0, caretPos.begin + offset), backBufferPart = buffer.substr(caretPos.begin + offset), selection = caretPos, entries = "", isEntry = !1;
958
+ if (frontPart !== frontBufferPart) {
959
+ for (var fpl = (isEntry = frontPart.length >= frontBufferPart.length) ? frontPart.length : frontBufferPart.length, i = 0; frontPart.charAt(i) === frontBufferPart.charAt(i) && i < fpl; i++) ;
960
+ isEntry && (0 === offset && (selection.begin = i), entries += frontPart.slice(i, selection.end));
961
+ }
962
+ if (backPart !== backBufferPart && (backPart.length > backBufferPart.length ? entries += backPart.slice(0, 1) : backPart.length < backBufferPart.length && (selection.end += backBufferPart.length - backPart.length,
963
+ isEntry || "" === opts.radixPoint || "" !== backPart || frontPart.charAt(selection.begin + offset - 1) !== opts.radixPoint || (selection.begin--,
964
+ entries = opts.radixPoint))), writeBuffer(input, getBuffer(), {
965
+ begin: selection.begin + offset,
966
+ end: selection.end + offset
967
+ }), entries.length > 0) $.each(entries.split(""), function(ndx, entry) {
968
+ var keypress = new $.Event("keypress");
969
+ keypress.which = entry.charCodeAt(0), ignorable = !1, EventHandlers.keypressEvent.call(input, keypress);
970
+ }); else {
971
+ selection.begin === selection.end - 1 && (selection.begin = seekPrevious(selection.begin + 1),
972
+ selection.begin === selection.end - 1 ? caret(input, selection.begin) : caret(input, selection.begin, selection.end));
973
+ var keydown = new $.Event("keydown");
974
+ keydown.keyCode = Inputmask.keyCode.DELETE, EventHandlers.keydownEvent.call(input, keydown),
975
+ !1 === opts.insertMode && caret(input, caret(input).begin - 1);
976
+ }
977
+ e.preventDefault();
978
+ }
979
+ }
980
+ },
981
+ setValueEvent: function(e) {
982
+ this.inputmask.refreshValue = !1;
983
+ var input = this, value = input.inputmask._valueGet(!0);
984
+ $.isFunction(opts.onBeforeMask) && (value = opts.onBeforeMask.call(inputmask, value, opts) || value),
985
+ value = value.split(""), checkVal(input, !0, !1, isRTL ? value.reverse() : value),
986
+ undoValue = getBuffer().join(""), (opts.clearMaskOnLostFocus || opts.clearIncomplete) && input.inputmask._valueGet() === getBufferTemplate().join("") && input.inputmask._valueSet("");
987
+ },
988
+ focusEvent: function(e) {
989
+ var input = this, nptValue = input.inputmask._valueGet();
990
+ opts.showMaskOnFocus && (!opts.showMaskOnHover || opts.showMaskOnHover && "" === nptValue) && (input.inputmask._valueGet() !== getBuffer().join("") ? writeBuffer(input, getBuffer(), seekNext(getLastValidPosition())) : !1 === mouseEnter && caret(input, seekNext(getLastValidPosition()))),
991
+ !0 === opts.positionCaretOnTab && !1 === mouseEnter && "" !== nptValue && (writeBuffer(input, getBuffer(), caret(input)),
992
+ EventHandlers.clickEvent.apply(input, [ e, !0 ])), undoValue = getBuffer().join("");
993
+ },
994
+ mouseleaveEvent: function(e) {
995
+ var input = this;
996
+ if (mouseEnter = !1, opts.clearMaskOnLostFocus && document.activeElement !== input) {
997
+ var buffer = getBuffer().slice(), nptValue = input.inputmask._valueGet();
998
+ nptValue !== input.getAttribute("placeholder") && "" !== nptValue && (-1 === getLastValidPosition() && nptValue === getBufferTemplate().join("") ? buffer = [] : clearOptionalTail(buffer),
999
+ writeBuffer(input, buffer));
1000
+ }
1001
+ },
1002
+ clickEvent: function(e, tabbed) {
1003
+ function doRadixFocus(clickPos) {
1004
+ if ("" !== opts.radixPoint) {
1005
+ var vps = getMaskSet().validPositions;
1006
+ if (vps[clickPos] === undefined || vps[clickPos].input === getPlaceholder(clickPos)) {
1007
+ if (clickPos < seekNext(-1)) return !0;
1008
+ var radixPos = $.inArray(opts.radixPoint, getBuffer());
1009
+ if (-1 !== radixPos) {
1010
+ for (var vp in vps) if (radixPos < vp && vps[vp].input !== getPlaceholder(vp)) return !1;
1011
+ return !0;
1012
+ }
1013
+ }
1014
+ }
1015
+ return !1;
1016
+ }
1017
+ var input = this;
1018
+ setTimeout(function() {
1019
+ if (document.activeElement === input) {
1020
+ var selectedCaret = caret(input);
1021
+ if (tabbed && (isRTL ? selectedCaret.end = selectedCaret.begin : selectedCaret.begin = selectedCaret.end),
1022
+ selectedCaret.begin === selectedCaret.end) switch (opts.positionCaretOnClick) {
1023
+ case "none":
1024
+ break;
1025
+
1026
+ case "radixFocus":
1027
+ if (doRadixFocus(selectedCaret.begin)) {
1028
+ var radixPos = getBuffer().join("").indexOf(opts.radixPoint);
1029
+ caret(input, opts.numericInput ? seekNext(radixPos) : radixPos);
1030
+ break;
1031
+ }
1032
+
1033
+ default:
1034
+ var clickPosition = selectedCaret.begin, lvclickPosition = getLastValidPosition(clickPosition, !0), lastPosition = seekNext(lvclickPosition);
1035
+ if (clickPosition < lastPosition) caret(input, isMask(clickPosition, !0) || isMask(clickPosition - 1, !0) ? clickPosition : seekNext(clickPosition)); else {
1036
+ var lvp = getMaskSet().validPositions[lvclickPosition], tt = getTestTemplate(lastPosition, lvp ? lvp.match.locator : undefined, lvp), placeholder = getPlaceholder(lastPosition, tt.match);
1037
+ if ("" !== placeholder && getBuffer()[lastPosition] !== placeholder && !0 !== tt.match.optionalQuantifier && !0 !== tt.match.newBlockMarker || !isMask(lastPosition, !0) && tt.match.def === placeholder) {
1038
+ var newPos = seekNext(lastPosition);
1039
+ (clickPosition >= newPos || clickPosition === lastPosition) && (lastPosition = newPos);
1040
+ }
1041
+ caret(input, lastPosition);
1042
+ }
1043
+ }
1044
+ }
1045
+ }, 0);
1046
+ },
1047
+ dblclickEvent: function(e) {
1048
+ var input = this;
1049
+ setTimeout(function() {
1050
+ caret(input, 0, seekNext(getLastValidPosition()));
1051
+ }, 0);
1052
+ },
1053
+ cutEvent: function(e) {
1054
+ var input = this, $input = $(input), pos = caret(input), ev = e.originalEvent || e, clipboardData = window.clipboardData || ev.clipboardData, clipData = isRTL ? getBuffer().slice(pos.end, pos.begin) : getBuffer().slice(pos.begin, pos.end);
1055
+ clipboardData.setData("text", isRTL ? clipData.reverse().join("") : clipData.join("")),
1056
+ document.execCommand && document.execCommand("copy"), handleRemove(input, Inputmask.keyCode.DELETE, pos),
1057
+ writeBuffer(input, getBuffer(), getMaskSet().p, e, undoValue !== getBuffer().join("")),
1058
+ input.inputmask._valueGet() === getBufferTemplate().join("") && $input.trigger("cleared");
1059
+ },
1060
+ blurEvent: function(e) {
1061
+ var $input = $(this), input = this;
1062
+ if (input.inputmask) {
1063
+ var nptValue = input.inputmask._valueGet(), buffer = getBuffer().slice();
1064
+ "" === nptValue && colorMask === undefined || (opts.clearMaskOnLostFocus && (-1 === getLastValidPosition() && nptValue === getBufferTemplate().join("") ? buffer = [] : clearOptionalTail(buffer)),
1065
+ !1 === isComplete(buffer) && (setTimeout(function() {
1066
+ $input.trigger("incomplete");
1067
+ }, 0), opts.clearIncomplete && (resetMaskSet(), buffer = opts.clearMaskOnLostFocus ? [] : getBufferTemplate().slice())),
1068
+ writeBuffer(input, buffer, undefined, e)), undoValue !== getBuffer().join("") && (undoValue = buffer.join(""),
1069
+ $input.trigger("change"));
1070
+ }
1071
+ },
1072
+ mouseenterEvent: function(e) {
1073
+ var input = this;
1074
+ mouseEnter = !0, document.activeElement !== input && opts.showMaskOnHover && input.inputmask._valueGet() !== getBuffer().join("") && writeBuffer(input, getBuffer());
1075
+ },
1076
+ submitEvent: function(e) {
1077
+ undoValue !== getBuffer().join("") && $el.trigger("change"), opts.clearMaskOnLostFocus && -1 === getLastValidPosition() && el.inputmask._valueGet && el.inputmask._valueGet() === getBufferTemplate().join("") && el.inputmask._valueSet(""),
1078
+ opts.removeMaskOnSubmit && (el.inputmask._valueSet(el.inputmask.unmaskedvalue(), !0),
1079
+ setTimeout(function() {
1080
+ writeBuffer(el, getBuffer());
1081
+ }, 0));
1082
+ },
1083
+ resetEvent: function(e) {
1084
+ el.inputmask.refreshValue = !0, setTimeout(function() {
1085
+ $el.trigger("setvalue");
1086
+ }, 0);
1087
+ }
1088
+ };
1089
+ Inputmask.prototype.positionColorMask = function(input, template) {
1090
+ input.style.left = template.offsetLeft + "px";
1091
+ };
1092
+ var valueBuffer;
1093
+ if (actionObj !== undefined) switch (actionObj.action) {
1094
+ case "isComplete":
1095
+ return el = actionObj.el, isComplete(getBuffer());
1096
+
1097
+ case "unmaskedvalue":
1098
+ return el !== undefined && actionObj.value === undefined || (valueBuffer = actionObj.value,
1099
+ valueBuffer = ($.isFunction(opts.onBeforeMask) ? opts.onBeforeMask.call(inputmask, valueBuffer, opts) || valueBuffer : valueBuffer).split(""),
1100
+ checkVal(undefined, !1, !1, isRTL ? valueBuffer.reverse() : valueBuffer), $.isFunction(opts.onBeforeWrite) && opts.onBeforeWrite.call(inputmask, undefined, getBuffer(), 0, opts)),
1101
+ unmaskedvalue(el);
1102
+
1103
+ case "mask":
1104
+ !function(elem) {
1105
+ EventRuler.off(elem);
1106
+ var isSupported = function(input, opts) {
1107
+ var elementType = input.getAttribute("type"), isSupported = "INPUT" === input.tagName && -1 !== $.inArray(elementType, opts.supportsInputType) || input.isContentEditable || "TEXTAREA" === input.tagName;
1108
+ if (!isSupported) if ("INPUT" === input.tagName) {
1109
+ var el = document.createElement("input");
1110
+ el.setAttribute("type", elementType), isSupported = "text" === el.type, el = null;
1111
+ } else isSupported = "partial";
1112
+ return !1 !== isSupported ? function(npt) {
1113
+ function getter() {
1114
+ return this.inputmask ? this.inputmask.opts.autoUnmask ? this.inputmask.unmaskedvalue() : -1 !== getLastValidPosition() || !0 !== opts.nullable ? document.activeElement === this && opts.clearMaskOnLostFocus ? (isRTL ? clearOptionalTail(getBuffer().slice()).reverse() : clearOptionalTail(getBuffer().slice())).join("") : valueGet.call(this) : "" : valueGet.call(this);
1115
+ }
1116
+ function setter(value) {
1117
+ valueSet.call(this, value), this.inputmask && $(this).trigger("setvalue");
1118
+ }
1119
+ var valueGet, valueSet;
1120
+ if (!npt.inputmask.__valueGet) {
1121
+ if (!0 !== opts.noValuePatching) {
1122
+ if (Object.getOwnPropertyDescriptor) {
1123
+ "function" != typeof Object.getPrototypeOf && (Object.getPrototypeOf = "object" === _typeof("test".__proto__) ? function(object) {
1124
+ return object.__proto__;
1125
+ } : function(object) {
1126
+ return object.constructor.prototype;
1127
+ });
1128
+ var valueProperty = Object.getPrototypeOf ? Object.getOwnPropertyDescriptor(Object.getPrototypeOf(npt), "value") : undefined;
1129
+ valueProperty && valueProperty.get && valueProperty.set ? (valueGet = valueProperty.get,
1130
+ valueSet = valueProperty.set, Object.defineProperty(npt, "value", {
1131
+ get: getter,
1132
+ set: setter,
1133
+ configurable: !0
1134
+ })) : "INPUT" !== npt.tagName && (valueGet = function() {
1135
+ return this.textContent;
1136
+ }, valueSet = function(value) {
1137
+ this.textContent = value;
1138
+ }, Object.defineProperty(npt, "value", {
1139
+ get: getter,
1140
+ set: setter,
1141
+ configurable: !0
1142
+ }));
1143
+ } else document.__lookupGetter__ && npt.__lookupGetter__("value") && (valueGet = npt.__lookupGetter__("value"),
1144
+ valueSet = npt.__lookupSetter__("value"), npt.__defineGetter__("value", getter),
1145
+ npt.__defineSetter__("value", setter));
1146
+ npt.inputmask.__valueGet = valueGet, npt.inputmask.__valueSet = valueSet;
1147
+ }
1148
+ npt.inputmask._valueGet = function(overruleRTL) {
1149
+ return isRTL && !0 !== overruleRTL ? valueGet.call(this.el).split("").reverse().join("") : valueGet.call(this.el);
1150
+ }, npt.inputmask._valueSet = function(value, overruleRTL) {
1151
+ valueSet.call(this.el, null === value || value === undefined ? "" : !0 !== overruleRTL && isRTL ? value.split("").reverse().join("") : value);
1152
+ }, valueGet === undefined && (valueGet = function() {
1153
+ return this.value;
1154
+ }, valueSet = function(value) {
1155
+ this.value = value;
1156
+ }, function(type) {
1157
+ if ($.valHooks && ($.valHooks[type] === undefined || !0 !== $.valHooks[type].inputmaskpatch)) {
1158
+ var valhookGet = $.valHooks[type] && $.valHooks[type].get ? $.valHooks[type].get : function(elem) {
1159
+ return elem.value;
1160
+ }, valhookSet = $.valHooks[type] && $.valHooks[type].set ? $.valHooks[type].set : function(elem, value) {
1161
+ return elem.value = value, elem;
1162
+ };
1163
+ $.valHooks[type] = {
1164
+ get: function(elem) {
1165
+ if (elem.inputmask) {
1166
+ if (elem.inputmask.opts.autoUnmask) return elem.inputmask.unmaskedvalue();
1167
+ var result = valhookGet(elem);
1168
+ return -1 !== getLastValidPosition(undefined, undefined, elem.inputmask.maskset.validPositions) || !0 !== opts.nullable ? result : "";
1169
+ }
1170
+ return valhookGet(elem);
1171
+ },
1172
+ set: function(elem, value) {
1173
+ var result, $elem = $(elem);
1174
+ return result = valhookSet(elem, value), elem.inputmask && $elem.trigger("setvalue"),
1175
+ result;
1176
+ },
1177
+ inputmaskpatch: !0
1178
+ };
1179
+ }
1180
+ }(npt.type), function(npt) {
1181
+ EventRuler.on(npt, "mouseenter", function(event) {
1182
+ var $input = $(this);
1183
+ this.inputmask._valueGet() !== getBuffer().join("") && $input.trigger("setvalue");
1184
+ });
1185
+ }(npt));
1186
+ }
1187
+ }(input) : input.inputmask = undefined, isSupported;
1188
+ }(elem, opts);
1189
+ if (!1 !== isSupported && (el = elem, $el = $(el), -1 === (maxLength = el !== undefined ? el.maxLength : undefined) && (maxLength = undefined),
1190
+ !0 === opts.colorMask && initializeColorMask(el), mobile && (el.hasOwnProperty("inputmode") && (el.inputmode = opts.inputmode,
1191
+ el.setAttribute("inputmode", opts.inputmode)), !0 === opts.disablePredictiveText && (!0 !== opts.colorMask && initializeColorMask(el),
1192
+ el.type = "password")), !0 === isSupported && (EventRuler.on(el, "submit", EventHandlers.submitEvent),
1193
+ EventRuler.on(el, "reset", EventHandlers.resetEvent), EventRuler.on(el, "mouseenter", EventHandlers.mouseenterEvent),
1194
+ EventRuler.on(el, "blur", EventHandlers.blurEvent), EventRuler.on(el, "focus", EventHandlers.focusEvent),
1195
+ EventRuler.on(el, "mouseleave", EventHandlers.mouseleaveEvent), !0 !== opts.colorMask && EventRuler.on(el, "click", EventHandlers.clickEvent),
1196
+ EventRuler.on(el, "dblclick", EventHandlers.dblclickEvent), EventRuler.on(el, "paste", EventHandlers.pasteEvent),
1197
+ EventRuler.on(el, "dragdrop", EventHandlers.pasteEvent), EventRuler.on(el, "drop", EventHandlers.pasteEvent),
1198
+ EventRuler.on(el, "cut", EventHandlers.cutEvent), EventRuler.on(el, "complete", opts.oncomplete),
1199
+ EventRuler.on(el, "incomplete", opts.onincomplete), EventRuler.on(el, "cleared", opts.oncleared),
1200
+ mobile || !0 === opts.inputEventOnly ? el.removeAttribute("maxLength") : (EventRuler.on(el, "keydown", EventHandlers.keydownEvent),
1201
+ EventRuler.on(el, "keypress", EventHandlers.keypressEvent)), EventRuler.on(el, "compositionstart", $.noop),
1202
+ EventRuler.on(el, "compositionupdate", $.noop), EventRuler.on(el, "compositionend", $.noop),
1203
+ EventRuler.on(el, "keyup", $.noop), EventRuler.on(el, "input", EventHandlers.inputFallBackEvent),
1204
+ EventRuler.on(el, "beforeinput", $.noop)), EventRuler.on(el, "setvalue", EventHandlers.setValueEvent),
1205
+ undoValue = getBufferTemplate().join(""), "" !== el.inputmask._valueGet(!0) || !1 === opts.clearMaskOnLostFocus || document.activeElement === el)) {
1206
+ var initialValue = $.isFunction(opts.onBeforeMask) ? opts.onBeforeMask.call(inputmask, el.inputmask._valueGet(!0), opts) || el.inputmask._valueGet(!0) : el.inputmask._valueGet(!0);
1207
+ "" !== initialValue && checkVal(el, !0, !1, isRTL ? initialValue.split("").reverse() : initialValue.split(""));
1208
+ var buffer = getBuffer().slice();
1209
+ undoValue = buffer.join(""), !1 === isComplete(buffer) && opts.clearIncomplete && resetMaskSet(),
1210
+ opts.clearMaskOnLostFocus && document.activeElement !== el && (-1 === getLastValidPosition() ? buffer = [] : clearOptionalTail(buffer)),
1211
+ writeBuffer(el, buffer), document.activeElement === el && caret(el, seekNext(getLastValidPosition()));
1212
+ }
1213
+ }(el);
1214
+ break;
1215
+
1216
+ case "format":
1217
+ return valueBuffer = ($.isFunction(opts.onBeforeMask) ? opts.onBeforeMask.call(inputmask, actionObj.value, opts) || actionObj.value : actionObj.value).split(""),
1218
+ checkVal(undefined, !0, !1, isRTL ? valueBuffer.reverse() : valueBuffer), actionObj.metadata ? {
1219
+ value: isRTL ? getBuffer().slice().reverse().join("") : getBuffer().join(""),
1220
+ metadata: maskScope.call(this, {
1221
+ action: "getmetadata"
1222
+ }, maskset, opts)
1223
+ } : isRTL ? getBuffer().slice().reverse().join("") : getBuffer().join("");
1224
+
1225
+ case "isValid":
1226
+ actionObj.value ? (valueBuffer = actionObj.value.split(""), checkVal(undefined, !0, !0, isRTL ? valueBuffer.reverse() : valueBuffer)) : actionObj.value = getBuffer().join("");
1227
+ for (var buffer = getBuffer(), rl = determineLastRequiredPosition(), lmib = buffer.length - 1; lmib > rl && !isMask(lmib); lmib--) ;
1228
+ return buffer.splice(rl, lmib + 1 - rl), isComplete(buffer) && actionObj.value === getBuffer().join("");
1229
+
1230
+ case "getemptymask":
1231
+ return getBufferTemplate().join("");
1232
+
1233
+ case "remove":
1234
+ if (el && el.inputmask) {
1235
+ $el = $(el), el.inputmask._valueSet(opts.autoUnmask ? unmaskedvalue(el) : el.inputmask._valueGet(!0)),
1236
+ EventRuler.off(el), el.inputmask.colorMask && ((colorMask = el.inputmask.colorMask).removeChild(el),
1237
+ colorMask.parentNode.insertBefore(el, colorMask), colorMask.parentNode.removeChild(colorMask));
1238
+ Object.getOwnPropertyDescriptor && Object.getPrototypeOf ? Object.getOwnPropertyDescriptor(Object.getPrototypeOf(el), "value") && el.inputmask.__valueGet && Object.defineProperty(el, "value", {
1239
+ get: el.inputmask.__valueGet,
1240
+ set: el.inputmask.__valueSet,
1241
+ configurable: !0
1242
+ }) : document.__lookupGetter__ && el.__lookupGetter__("value") && el.inputmask.__valueGet && (el.__defineGetter__("value", el.inputmask.__valueGet),
1243
+ el.__defineSetter__("value", el.inputmask.__valueSet)), el.inputmask = undefined;
1244
+ }
1245
+ return el;
1246
+
1247
+ case "getmetadata":
1248
+ if ($.isArray(maskset.metadata)) {
1249
+ var maskTarget = getMaskTemplate(!0, 0, !1).join("");
1250
+ return $.each(maskset.metadata, function(ndx, mtdt) {
1251
+ if (mtdt.mask === maskTarget) return maskTarget = mtdt, !1;
1252
+ }), maskTarget;
1253
+ }
1254
+ return maskset.metadata;
1255
+ }
1256
+ }
1257
+ var ua = navigator.userAgent, mobile = isInputEventSupported("touchstart"), iemobile = /iemobile/i.test(ua), iphone = /iphone/i.test(ua) && !iemobile;
1258
+ return Inputmask.prototype = {
1259
+ dataAttribute: "data-inputmask",
1260
+ defaults: {
1261
+ placeholder: "_",
1262
+ optionalmarker: {
1263
+ start: "[",
1264
+ end: "]"
1265
+ },
1266
+ quantifiermarker: {
1267
+ start: "{",
1268
+ end: "}"
1269
+ },
1270
+ groupmarker: {
1271
+ start: "(",
1272
+ end: ")"
1273
+ },
1274
+ alternatormarker: "|",
1275
+ escapeChar: "\\",
1276
+ mask: null,
1277
+ regex: null,
1278
+ oncomplete: $.noop,
1279
+ onincomplete: $.noop,
1280
+ oncleared: $.noop,
1281
+ repeat: 0,
1282
+ greedy: !0,
1283
+ autoUnmask: !1,
1284
+ removeMaskOnSubmit: !1,
1285
+ clearMaskOnLostFocus: !0,
1286
+ insertMode: !0,
1287
+ clearIncomplete: !1,
1288
+ alias: null,
1289
+ onKeyDown: $.noop,
1290
+ onBeforeMask: null,
1291
+ onBeforePaste: function(pastedValue, opts) {
1292
+ return $.isFunction(opts.onBeforeMask) ? opts.onBeforeMask.call(this, pastedValue, opts) : pastedValue;
1293
+ },
1294
+ onBeforeWrite: null,
1295
+ onUnMask: null,
1296
+ showMaskOnFocus: !0,
1297
+ showMaskOnHover: !0,
1298
+ onKeyValidation: $.noop,
1299
+ skipOptionalPartCharacter: " ",
1300
+ numericInput: !1,
1301
+ rightAlign: !1,
1302
+ undoOnEscape: !0,
1303
+ radixPoint: "",
1304
+ radixPointDefinitionSymbol: undefined,
1305
+ groupSeparator: "",
1306
+ keepStatic: null,
1307
+ positionCaretOnTab: !0,
1308
+ tabThrough: !1,
1309
+ supportsInputType: [ "text", "tel", "password", "search" ],
1310
+ ignorables: [ 8, 9, 13, 19, 27, 33, 34, 35, 36, 37, 38, 39, 40, 45, 46, 93, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 0, 229 ],
1311
+ isComplete: null,
1312
+ canClearPosition: $.noop,
1313
+ preValidation: null,
1314
+ postValidation: null,
1315
+ staticDefinitionSymbol: undefined,
1316
+ jitMasking: !1,
1317
+ nullable: !0,
1318
+ inputEventOnly: !1,
1319
+ noValuePatching: !1,
1320
+ positionCaretOnClick: "lvp",
1321
+ casing: null,
1322
+ inputmode: "verbatim",
1323
+ colorMask: !1,
1324
+ disablePredictiveText: !1,
1325
+ importDataAttributes: !0
1326
+ },
1327
+ definitions: {
1328
+ "9": {
1329
+ validator: "[0-91-9]",
1330
+ cardinality: 1,
1331
+ definitionSymbol: "*"
1332
+ },
1333
+ a: {
1334
+ validator: "[A-Za-zА-яЁёÀ-ÿµ]",
1335
+ cardinality: 1,
1336
+ definitionSymbol: "*"
1337
+ },
1338
+ "*": {
1339
+ validator: "[0-91-9A-Za-zА-яЁёÀ-ÿµ]",
1340
+ cardinality: 1
1341
+ }
1342
+ },
1343
+ aliases: {},
1344
+ masksCache: {},
1345
+ mask: function(elems) {
1346
+ function importAttributeOptions(npt, opts, userOptions, dataAttribute) {
1347
+ if (!0 === opts.importDataAttributes) {
1348
+ var option, dataoptions, optionData, p, importOption = function(option, optionData) {
1349
+ null !== (optionData = optionData !== undefined ? optionData : npt.getAttribute(dataAttribute + "-" + option)) && ("string" == typeof optionData && (0 === option.indexOf("on") ? optionData = window[optionData] : "false" === optionData ? optionData = !1 : "true" === optionData && (optionData = !0)),
1350
+ userOptions[option] = optionData);
1351
+ }, attrOptions = npt.getAttribute(dataAttribute);
1352
+ if (attrOptions && "" !== attrOptions && (attrOptions = attrOptions.replace(new RegExp("'", "g"), '"'),
1353
+ dataoptions = JSON.parse("{" + attrOptions + "}")), dataoptions) {
1354
+ optionData = undefined;
1355
+ for (p in dataoptions) if ("alias" === p.toLowerCase()) {
1356
+ optionData = dataoptions[p];
1357
+ break;
1358
+ }
1359
+ }
1360
+ importOption("alias", optionData), userOptions.alias && resolveAlias(userOptions.alias, userOptions, opts);
1361
+ for (option in opts) {
1362
+ if (dataoptions) {
1363
+ optionData = undefined;
1364
+ for (p in dataoptions) if (p.toLowerCase() === option.toLowerCase()) {
1365
+ optionData = dataoptions[p];
1366
+ break;
1367
+ }
1368
+ }
1369
+ importOption(option, optionData);
1370
+ }
1371
+ }
1372
+ return $.extend(!0, opts, userOptions), ("rtl" === npt.dir || opts.rightAlign) && (npt.style.textAlign = "right"),
1373
+ ("rtl" === npt.dir || opts.numericInput) && (npt.dir = "ltr", npt.removeAttribute("dir"),
1374
+ opts.isRTL = !0), opts;
1375
+ }
1376
+ var that = this;
1377
+ return "string" == typeof elems && (elems = document.getElementById(elems) || document.querySelectorAll(elems)),
1378
+ elems = elems.nodeName ? [ elems ] : elems, $.each(elems, function(ndx, el) {
1379
+ var scopedOpts = $.extend(!0, {}, that.opts);
1380
+ importAttributeOptions(el, scopedOpts, $.extend(!0, {}, that.userOptions), that.dataAttribute);
1381
+ var maskset = generateMaskSet(scopedOpts, that.noMasksCache);
1382
+ maskset !== undefined && (el.inputmask !== undefined && (el.inputmask.opts.autoUnmask = !0,
1383
+ el.inputmask.remove()), el.inputmask = new Inputmask(undefined, undefined, !0),
1384
+ el.inputmask.opts = scopedOpts, el.inputmask.noMasksCache = that.noMasksCache, el.inputmask.userOptions = $.extend(!0, {}, that.userOptions),
1385
+ el.inputmask.isRTL = scopedOpts.isRTL || scopedOpts.numericInput, el.inputmask.el = el,
1386
+ el.inputmask.maskset = maskset, $.data(el, "_inputmask_opts", scopedOpts), maskScope.call(el.inputmask, {
1387
+ action: "mask"
1388
+ }));
1389
+ }), elems && elems[0] ? elems[0].inputmask || this : this;
1390
+ },
1391
+ option: function(options, noremask) {
1392
+ return "string" == typeof options ? this.opts[options] : "object" === (void 0 === options ? "undefined" : _typeof(options)) ? ($.extend(this.userOptions, options),
1393
+ this.el && !0 !== noremask && this.mask(this.el), this) : void 0;
1394
+ },
1395
+ unmaskedvalue: function(value) {
1396
+ return this.maskset = this.maskset || generateMaskSet(this.opts, this.noMasksCache),
1397
+ maskScope.call(this, {
1398
+ action: "unmaskedvalue",
1399
+ value: value
1400
+ });
1401
+ },
1402
+ remove: function() {
1403
+ return maskScope.call(this, {
1404
+ action: "remove"
1405
+ });
1406
+ },
1407
+ getemptymask: function() {
1408
+ return this.maskset = this.maskset || generateMaskSet(this.opts, this.noMasksCache),
1409
+ maskScope.call(this, {
1410
+ action: "getemptymask"
1411
+ });
1412
+ },
1413
+ hasMaskedValue: function() {
1414
+ return !this.opts.autoUnmask;
1415
+ },
1416
+ isComplete: function() {
1417
+ return this.maskset = this.maskset || generateMaskSet(this.opts, this.noMasksCache),
1418
+ maskScope.call(this, {
1419
+ action: "isComplete"
1420
+ });
1421
+ },
1422
+ getmetadata: function() {
1423
+ return this.maskset = this.maskset || generateMaskSet(this.opts, this.noMasksCache),
1424
+ maskScope.call(this, {
1425
+ action: "getmetadata"
1426
+ });
1427
+ },
1428
+ isValid: function(value) {
1429
+ return this.maskset = this.maskset || generateMaskSet(this.opts, this.noMasksCache),
1430
+ maskScope.call(this, {
1431
+ action: "isValid",
1432
+ value: value
1433
+ });
1434
+ },
1435
+ format: function(value, metadata) {
1436
+ return this.maskset = this.maskset || generateMaskSet(this.opts, this.noMasksCache),
1437
+ maskScope.call(this, {
1438
+ action: "format",
1439
+ value: value,
1440
+ metadata: metadata
1441
+ });
1442
+ },
1443
+ analyseMask: function(mask, regexMask, opts) {
1444
+ function MaskToken(isGroup, isOptional, isQuantifier, isAlternator) {
1445
+ this.matches = [], this.openGroup = isGroup || !1, this.alternatorGroup = !1, this.isGroup = isGroup || !1,
1446
+ this.isOptional = isOptional || !1, this.isQuantifier = isQuantifier || !1, this.isAlternator = isAlternator || !1,
1447
+ this.quantifier = {
1448
+ min: 1,
1449
+ max: 1
1450
+ };
1451
+ }
1452
+ function insertTestDefinition(mtoken, element, position) {
1453
+ position = position !== undefined ? position : mtoken.matches.length;
1454
+ var prevMatch = mtoken.matches[position - 1];
1455
+ if (regexMask) 0 === element.indexOf("[") || escaped && /\\d|\\s|\\w]/i.test(element) || "." === element ? mtoken.matches.splice(position++, 0, {
1456
+ fn: new RegExp(element, opts.casing ? "i" : ""),
1457
+ cardinality: 1,
1458
+ optionality: mtoken.isOptional,
1459
+ newBlockMarker: prevMatch === undefined || prevMatch.def !== element,
1460
+ casing: null,
1461
+ def: element,
1462
+ placeholder: undefined,
1463
+ nativeDef: element
1464
+ }) : (escaped && (element = element[element.length - 1]), $.each(element.split(""), function(ndx, lmnt) {
1465
+ prevMatch = mtoken.matches[position - 1], mtoken.matches.splice(position++, 0, {
1466
+ fn: null,
1467
+ cardinality: 0,
1468
+ optionality: mtoken.isOptional,
1469
+ newBlockMarker: prevMatch === undefined || prevMatch.def !== lmnt && null !== prevMatch.fn,
1470
+ casing: null,
1471
+ def: opts.staticDefinitionSymbol || lmnt,
1472
+ placeholder: opts.staticDefinitionSymbol !== undefined ? lmnt : undefined,
1473
+ nativeDef: lmnt
1474
+ });
1475
+ })), escaped = !1; else {
1476
+ var maskdef = (opts.definitions ? opts.definitions[element] : undefined) || Inputmask.prototype.definitions[element];
1477
+ if (maskdef && !escaped) {
1478
+ for (var prevalidators = maskdef.prevalidator, prevalidatorsL = prevalidators ? prevalidators.length : 0, i = 1; i < maskdef.cardinality; i++) {
1479
+ var prevalidator = prevalidatorsL >= i ? prevalidators[i - 1] : [], validator = prevalidator.validator, cardinality = prevalidator.cardinality;
1480
+ mtoken.matches.splice(position++, 0, {
1481
+ fn: validator ? "string" == typeof validator ? new RegExp(validator, opts.casing ? "i" : "") : new function() {
1482
+ this.test = validator;
1483
+ }() : new RegExp("."),
1484
+ cardinality: cardinality || 1,
1485
+ optionality: mtoken.isOptional,
1486
+ newBlockMarker: prevMatch === undefined || prevMatch.def !== (maskdef.definitionSymbol || element),
1487
+ casing: maskdef.casing,
1488
+ def: maskdef.definitionSymbol || element,
1489
+ placeholder: maskdef.placeholder,
1490
+ nativeDef: element
1491
+ }), prevMatch = mtoken.matches[position - 1];
1492
+ }
1493
+ mtoken.matches.splice(position++, 0, {
1494
+ fn: maskdef.validator ? "string" == typeof maskdef.validator ? new RegExp(maskdef.validator, opts.casing ? "i" : "") : new function() {
1495
+ this.test = maskdef.validator;
1496
+ }() : new RegExp("."),
1497
+ cardinality: maskdef.cardinality,
1498
+ optionality: mtoken.isOptional,
1499
+ newBlockMarker: prevMatch === undefined || prevMatch.def !== (maskdef.definitionSymbol || element),
1500
+ casing: maskdef.casing,
1501
+ def: maskdef.definitionSymbol || element,
1502
+ placeholder: maskdef.placeholder,
1503
+ nativeDef: element
1504
+ });
1505
+ } else mtoken.matches.splice(position++, 0, {
1506
+ fn: null,
1507
+ cardinality: 0,
1508
+ optionality: mtoken.isOptional,
1509
+ newBlockMarker: prevMatch === undefined || prevMatch.def !== element && null !== prevMatch.fn,
1510
+ casing: null,
1511
+ def: opts.staticDefinitionSymbol || element,
1512
+ placeholder: opts.staticDefinitionSymbol !== undefined ? element : undefined,
1513
+ nativeDef: element
1514
+ }), escaped = !1;
1515
+ }
1516
+ }
1517
+ function verifyGroupMarker(maskToken) {
1518
+ maskToken && maskToken.matches && $.each(maskToken.matches, function(ndx, token) {
1519
+ var nextToken = maskToken.matches[ndx + 1];
1520
+ (nextToken === undefined || nextToken.matches === undefined || !1 === nextToken.isQuantifier) && token && token.isGroup && (token.isGroup = !1,
1521
+ regexMask || (insertTestDefinition(token, opts.groupmarker.start, 0), !0 !== token.openGroup && insertTestDefinition(token, opts.groupmarker.end))),
1522
+ verifyGroupMarker(token);
1523
+ });
1524
+ }
1525
+ function defaultCase() {
1526
+ if (openenings.length > 0) {
1527
+ if (currentOpeningToken = openenings[openenings.length - 1], insertTestDefinition(currentOpeningToken, m),
1528
+ currentOpeningToken.isAlternator) {
1529
+ alternator = openenings.pop();
1530
+ for (var mndx = 0; mndx < alternator.matches.length; mndx++) alternator.matches[mndx].isGroup = !1;
1531
+ openenings.length > 0 ? (currentOpeningToken = openenings[openenings.length - 1]).matches.push(alternator) : currentToken.matches.push(alternator);
1532
+ }
1533
+ } else insertTestDefinition(currentToken, m);
1534
+ }
1535
+ function reverseTokens(maskToken) {
1536
+ maskToken.matches = maskToken.matches.reverse();
1537
+ for (var match in maskToken.matches) if (maskToken.matches.hasOwnProperty(match)) {
1538
+ var intMatch = parseInt(match);
1539
+ if (maskToken.matches[match].isQuantifier && maskToken.matches[intMatch + 1] && maskToken.matches[intMatch + 1].isGroup) {
1540
+ var qt = maskToken.matches[match];
1541
+ maskToken.matches.splice(match, 1), maskToken.matches.splice(intMatch + 1, 0, qt);
1542
+ }
1543
+ maskToken.matches[match].matches !== undefined ? maskToken.matches[match] = reverseTokens(maskToken.matches[match]) : maskToken.matches[match] = function(st) {
1544
+ return st === opts.optionalmarker.start ? st = opts.optionalmarker.end : st === opts.optionalmarker.end ? st = opts.optionalmarker.start : st === opts.groupmarker.start ? st = opts.groupmarker.end : st === opts.groupmarker.end && (st = opts.groupmarker.start),
1545
+ st;
1546
+ }(maskToken.matches[match]);
1547
+ }
1548
+ return maskToken;
1549
+ }
1550
+ var match, m, openingToken, currentOpeningToken, alternator, lastMatch, groupToken, tokenizer = /(?:[?*+]|\{[0-9\+\*]+(?:,[0-9\+\*]*)?\})|[^.?*+^${[]()|\\]+|./g, regexTokenizer = /\[\^?]?(?:[^\\\]]+|\\[\S\s]?)*]?|\\(?:0(?:[0-3][0-7]{0,2}|[4-7][0-7]?)?|[1-9][0-9]*|x[0-9A-Fa-f]{2}|u[0-9A-Fa-f]{4}|c[A-Za-z]|[\S\s]?)|\((?:\?[:=!]?)?|(?:[?*+]|\{[0-9]+(?:,[0-9]*)?\})\??|[^.?*+^${[()|\\]+|./g, escaped = !1, currentToken = new MaskToken(), openenings = [], maskTokens = [];
1551
+ for (regexMask && (opts.optionalmarker.start = undefined, opts.optionalmarker.end = undefined); match = regexMask ? regexTokenizer.exec(mask) : tokenizer.exec(mask); ) {
1552
+ if (m = match[0], regexMask) switch (m.charAt(0)) {
1553
+ case "?":
1554
+ m = "{0,1}";
1555
+ break;
1556
+
1557
+ case "+":
1558
+ case "*":
1559
+ m = "{" + m + "}";
1560
+ }
1561
+ if (escaped) defaultCase(); else switch (m.charAt(0)) {
1562
+ case opts.escapeChar:
1563
+ escaped = !0, regexMask && defaultCase();
1564
+ break;
1565
+
1566
+ case opts.optionalmarker.end:
1567
+ case opts.groupmarker.end:
1568
+ if (openingToken = openenings.pop(), openingToken.openGroup = !1, openingToken !== undefined) if (openenings.length > 0) {
1569
+ if ((currentOpeningToken = openenings[openenings.length - 1]).matches.push(openingToken),
1570
+ currentOpeningToken.isAlternator) {
1571
+ alternator = openenings.pop();
1572
+ for (var mndx = 0; mndx < alternator.matches.length; mndx++) alternator.matches[mndx].isGroup = !1,
1573
+ alternator.matches[mndx].alternatorGroup = !1;
1574
+ openenings.length > 0 ? (currentOpeningToken = openenings[openenings.length - 1]).matches.push(alternator) : currentToken.matches.push(alternator);
1575
+ }
1576
+ } else currentToken.matches.push(openingToken); else defaultCase();
1577
+ break;
1578
+
1579
+ case opts.optionalmarker.start:
1580
+ openenings.push(new MaskToken(!1, !0));
1581
+ break;
1582
+
1583
+ case opts.groupmarker.start:
1584
+ openenings.push(new MaskToken(!0));
1585
+ break;
1586
+
1587
+ case opts.quantifiermarker.start:
1588
+ var quantifier = new MaskToken(!1, !1, !0), mq = (m = m.replace(/[{}]/g, "")).split(","), mq0 = isNaN(mq[0]) ? mq[0] : parseInt(mq[0]), mq1 = 1 === mq.length ? mq0 : isNaN(mq[1]) ? mq[1] : parseInt(mq[1]);
1589
+ if ("*" !== mq1 && "+" !== mq1 || (mq0 = "*" === mq1 ? 0 : 1), quantifier.quantifier = {
1590
+ min: mq0,
1591
+ max: mq1
1592
+ }, openenings.length > 0) {
1593
+ var matches = openenings[openenings.length - 1].matches;
1594
+ (match = matches.pop()).isGroup || ((groupToken = new MaskToken(!0)).matches.push(match),
1595
+ match = groupToken), matches.push(match), matches.push(quantifier);
1596
+ } else (match = currentToken.matches.pop()).isGroup || (regexMask && null === match.fn && "." === match.def && (match.fn = new RegExp(match.def, opts.casing ? "i" : "")),
1597
+ (groupToken = new MaskToken(!0)).matches.push(match), match = groupToken), currentToken.matches.push(match),
1598
+ currentToken.matches.push(quantifier);
1599
+ break;
1600
+
1601
+ case opts.alternatormarker:
1602
+ if (openenings.length > 0) {
1603
+ var subToken = (currentOpeningToken = openenings[openenings.length - 1]).matches[currentOpeningToken.matches.length - 1];
1604
+ lastMatch = currentOpeningToken.openGroup && (subToken.matches === undefined || !1 === subToken.isGroup && !1 === subToken.isAlternator) ? openenings.pop() : currentOpeningToken.matches.pop();
1605
+ } else lastMatch = currentToken.matches.pop();
1606
+ if (lastMatch.isAlternator) openenings.push(lastMatch); else if (lastMatch.alternatorGroup ? (alternator = openenings.pop(),
1607
+ lastMatch.alternatorGroup = !1) : alternator = new MaskToken(!1, !1, !1, !0), alternator.matches.push(lastMatch),
1608
+ openenings.push(alternator), lastMatch.openGroup) {
1609
+ lastMatch.openGroup = !1;
1610
+ var alternatorGroup = new MaskToken(!0);
1611
+ alternatorGroup.alternatorGroup = !0, openenings.push(alternatorGroup);
1612
+ }
1613
+ break;
1614
+
1615
+ default:
1616
+ defaultCase();
1617
+ }
1618
+ }
1619
+ for (;openenings.length > 0; ) openingToken = openenings.pop(), currentToken.matches.push(openingToken);
1620
+ return currentToken.matches.length > 0 && (verifyGroupMarker(currentToken), maskTokens.push(currentToken)),
1621
+ (opts.numericInput || opts.isRTL) && reverseTokens(maskTokens[0]), maskTokens;
1622
+ }
1623
+ }, Inputmask.extendDefaults = function(options) {
1624
+ $.extend(!0, Inputmask.prototype.defaults, options);
1625
+ }, Inputmask.extendDefinitions = function(definition) {
1626
+ $.extend(!0, Inputmask.prototype.definitions, definition);
1627
+ }, Inputmask.extendAliases = function(alias) {
1628
+ $.extend(!0, Inputmask.prototype.aliases, alias);
1629
+ }, Inputmask.format = function(value, options, metadata) {
1630
+ return Inputmask(options).format(value, metadata);
1631
+ }, Inputmask.unmask = function(value, options) {
1632
+ return Inputmask(options).unmaskedvalue(value);
1633
+ }, Inputmask.isValid = function(value, options) {
1634
+ return Inputmask(options).isValid(value);
1635
+ }, Inputmask.remove = function(elems) {
1636
+ $.each(elems, function(ndx, el) {
1637
+ el.inputmask && el.inputmask.remove();
1638
+ });
1639
+ }, Inputmask.escapeRegex = function(str) {
1640
+ var specials = [ "/", ".", "*", "+", "?", "|", "(", ")", "[", "]", "{", "}", "\\", "$", "^" ];
1641
+ return str.replace(new RegExp("(\\" + specials.join("|\\") + ")", "gim"), "\\$1");
1642
+ }, Inputmask.keyCode = {
1643
+ ALT: 18,
1644
+ BACKSPACE: 8,
1645
+ BACKSPACE_SAFARI: 127,
1646
+ CAPS_LOCK: 20,
1647
+ COMMA: 188,
1648
+ COMMAND: 91,
1649
+ COMMAND_LEFT: 91,
1650
+ COMMAND_RIGHT: 93,
1651
+ CONTROL: 17,
1652
+ DELETE: 46,
1653
+ DOWN: 40,
1654
+ END: 35,
1655
+ ENTER: 13,
1656
+ ESCAPE: 27,
1657
+ HOME: 36,
1658
+ INSERT: 45,
1659
+ LEFT: 37,
1660
+ MENU: 93,
1661
+ NUMPAD_ADD: 107,
1662
+ NUMPAD_DECIMAL: 110,
1663
+ NUMPAD_DIVIDE: 111,
1664
+ NUMPAD_ENTER: 108,
1665
+ NUMPAD_MULTIPLY: 106,
1666
+ NUMPAD_SUBTRACT: 109,
1667
+ PAGE_DOWN: 34,
1668
+ PAGE_UP: 33,
1669
+ PERIOD: 190,
1670
+ RIGHT: 39,
1671
+ SHIFT: 16,
1672
+ SPACE: 32,
1673
+ TAB: 9,
1674
+ UP: 38,
1675
+ WINDOWS: 91,
1676
+ X: 88
1677
+ }, Inputmask;
1678
+ });
1679
+ }, function(module, exports) {
1680
+ module.exports = jQuery;
1681
+ }, function(module, exports, __webpack_require__) {
1682
+ "use strict";
1683
+ function _interopRequireDefault(obj) {
1684
+ return obj && obj.__esModule ? obj : {
1685
+ default: obj
1686
+ };
1687
+ }
1688
+ __webpack_require__(4), __webpack_require__(9), __webpack_require__(12), __webpack_require__(13),
1689
+ __webpack_require__(14);
1690
+ var _inputmask2 = _interopRequireDefault(__webpack_require__(1)), _inputmask4 = _interopRequireDefault(__webpack_require__(0)), _jquery2 = _interopRequireDefault(__webpack_require__(2));
1691
+ _inputmask4.default === _jquery2.default && __webpack_require__(15), window.Inputmask = _inputmask2.default;
1692
+ }, function(module, exports, __webpack_require__) {
1693
+ var content = __webpack_require__(5);
1694
+ "string" == typeof content && (content = [ [ module.i, content, "" ] ]);
1695
+ var options = {
1696
+ hmr: !0
1697
+ };
1698
+ options.transform = void 0;
1699
+ __webpack_require__(7)(content, options);
1700
+ content.locals && (module.exports = content.locals);
1701
+ }, function(module, exports, __webpack_require__) {
1702
+ (module.exports = __webpack_require__(6)(void 0)).push([ module.i, "span.im-caret {\r\n -webkit-animation: 1s blink step-end infinite;\r\n animation: 1s blink step-end infinite;\r\n}\r\n\r\n@keyframes blink {\r\n from, to {\r\n border-right-color: black;\r\n }\r\n 50% {\r\n border-right-color: transparent;\r\n }\r\n}\r\n\r\n@-webkit-keyframes blink {\r\n from, to {\r\n border-right-color: black;\r\n }\r\n 50% {\r\n border-right-color: transparent;\r\n }\r\n}\r\n\r\nspan.im-static {\r\n color: grey;\r\n}\r\n\r\ndiv.im-colormask {\r\n display: inline-block;\r\n border-style: inset;\r\n border-width: 2px;\r\n -webkit-appearance: textfield;\r\n -moz-appearance: textfield;\r\n appearance: textfield;\r\n}\r\n\r\ndiv.im-colormask > input {\r\n position: absolute !important;\r\n display: inline-block;\r\n background-color: transparent;\r\n color: transparent;\r\n -webkit-appearance: caret;\r\n -moz-appearance: caret;\r\n appearance: caret;\r\n border-style: none;\r\n left: 0; /*calculated*/\r\n}\r\n\r\ndiv.im-colormask > input:focus {\r\n outline: none;\r\n}\r\n\r\ndiv.im-colormask > input::-moz-selection{\r\n background: none;\r\n}\r\n\r\ndiv.im-colormask > input::selection{\r\n background: none;\r\n}\r\ndiv.im-colormask > input::-moz-selection{\r\n background: none;\r\n}\r\n\r\ndiv.im-colormask > div {\r\n color: black;\r\n display: inline-block;\r\n width: 100px; /*calculated*/\r\n}", "" ]);
1703
+ }, function(module, exports) {
1704
+ function cssWithMappingToString(item, useSourceMap) {
1705
+ var content = item[1] || "", cssMapping = item[3];
1706
+ if (!cssMapping) return content;
1707
+ if (useSourceMap && "function" == typeof btoa) {
1708
+ var sourceMapping = toComment(cssMapping), sourceURLs = cssMapping.sources.map(function(source) {
1709
+ return "/*# sourceURL=" + cssMapping.sourceRoot + source + " */";
1710
+ });
1711
+ return [ content ].concat(sourceURLs).concat([ sourceMapping ]).join("\n");
1712
+ }
1713
+ return [ content ].join("\n");
1714
+ }
1715
+ function toComment(sourceMap) {
1716
+ return "/*# " + ("sourceMappingURL=data:application/json;charset=utf-8;base64," + btoa(unescape(encodeURIComponent(JSON.stringify(sourceMap))))) + " */";
1717
+ }
1718
+ module.exports = function(useSourceMap) {
1719
+ var list = [];
1720
+ return list.toString = function() {
1721
+ return this.map(function(item) {
1722
+ var content = cssWithMappingToString(item, useSourceMap);
1723
+ return item[2] ? "@media " + item[2] + "{" + content + "}" : content;
1724
+ }).join("");
1725
+ }, list.i = function(modules, mediaQuery) {
1726
+ "string" == typeof modules && (modules = [ [ null, modules, "" ] ]);
1727
+ for (var alreadyImportedModules = {}, i = 0; i < this.length; i++) {
1728
+ var id = this[i][0];
1729
+ "number" == typeof id && (alreadyImportedModules[id] = !0);
1730
+ }
1731
+ for (i = 0; i < modules.length; i++) {
1732
+ var item = modules[i];
1733
+ "number" == typeof item[0] && alreadyImportedModules[item[0]] || (mediaQuery && !item[2] ? item[2] = mediaQuery : mediaQuery && (item[2] = "(" + item[2] + ") and (" + mediaQuery + ")"),
1734
+ list.push(item));
1735
+ }
1736
+ }, list;
1737
+ };
1738
+ }, function(module, exports, __webpack_require__) {
1739
+ function addStylesToDom(styles, options) {
1740
+ for (var i = 0; i < styles.length; i++) {
1741
+ var item = styles[i], domStyle = stylesInDom[item.id];
1742
+ if (domStyle) {
1743
+ domStyle.refs++;
1744
+ for (j = 0; j < domStyle.parts.length; j++) domStyle.parts[j](item.parts[j]);
1745
+ for (;j < item.parts.length; j++) domStyle.parts.push(addStyle(item.parts[j], options));
1746
+ } else {
1747
+ for (var parts = [], j = 0; j < item.parts.length; j++) parts.push(addStyle(item.parts[j], options));
1748
+ stylesInDom[item.id] = {
1749
+ id: item.id,
1750
+ refs: 1,
1751
+ parts: parts
1752
+ };
1753
+ }
1754
+ }
1755
+ }
1756
+ function listToStyles(list, options) {
1757
+ for (var styles = [], newStyles = {}, i = 0; i < list.length; i++) {
1758
+ var item = list[i], id = options.base ? item[0] + options.base : item[0], part = {
1759
+ css: item[1],
1760
+ media: item[2],
1761
+ sourceMap: item[3]
1762
+ };
1763
+ newStyles[id] ? newStyles[id].parts.push(part) : styles.push(newStyles[id] = {
1764
+ id: id,
1765
+ parts: [ part ]
1766
+ });
1767
+ }
1768
+ return styles;
1769
+ }
1770
+ function insertStyleElement(options, style) {
1771
+ var target = getElement(options.insertInto);
1772
+ if (!target) throw new Error("Couldn't find a style target. This probably means that the value for the 'insertInto' parameter is invalid.");
1773
+ var lastStyleElementInsertedAtTop = stylesInsertedAtTop[stylesInsertedAtTop.length - 1];
1774
+ if ("top" === options.insertAt) lastStyleElementInsertedAtTop ? lastStyleElementInsertedAtTop.nextSibling ? target.insertBefore(style, lastStyleElementInsertedAtTop.nextSibling) : target.appendChild(style) : target.insertBefore(style, target.firstChild),
1775
+ stylesInsertedAtTop.push(style); else if ("bottom" === options.insertAt) target.appendChild(style); else {
1776
+ if ("object" != typeof options.insertAt || !options.insertAt.before) throw new Error("[Style Loader]\n\n Invalid value for parameter 'insertAt' ('options.insertAt') found.\n Must be 'top', 'bottom', or Object.\n (https://github.com/webpack-contrib/style-loader#insertat)\n");
1777
+ var nextSibling = getElement(options.insertInto + " " + options.insertAt.before);
1778
+ target.insertBefore(style, nextSibling);
1779
+ }
1780
+ }
1781
+ function removeStyleElement(style) {
1782
+ if (null === style.parentNode) return !1;
1783
+ style.parentNode.removeChild(style);
1784
+ var idx = stylesInsertedAtTop.indexOf(style);
1785
+ idx >= 0 && stylesInsertedAtTop.splice(idx, 1);
1786
+ }
1787
+ function createStyleElement(options) {
1788
+ var style = document.createElement("style");
1789
+ return options.attrs.type = "text/css", addAttrs(style, options.attrs), insertStyleElement(options, style),
1790
+ style;
1791
+ }
1792
+ function createLinkElement(options) {
1793
+ var link = document.createElement("link");
1794
+ return options.attrs.type = "text/css", options.attrs.rel = "stylesheet", addAttrs(link, options.attrs),
1795
+ insertStyleElement(options, link), link;
1796
+ }
1797
+ function addAttrs(el, attrs) {
1798
+ Object.keys(attrs).forEach(function(key) {
1799
+ el.setAttribute(key, attrs[key]);
1800
+ });
1801
+ }
1802
+ function addStyle(obj, options) {
1803
+ var style, update, remove, result;
1804
+ if (options.transform && obj.css) {
1805
+ if (!(result = options.transform(obj.css))) return function() {};
1806
+ obj.css = result;
1807
+ }
1808
+ if (options.singleton) {
1809
+ var styleIndex = singletonCounter++;
1810
+ style = singleton || (singleton = createStyleElement(options)), update = applyToSingletonTag.bind(null, style, styleIndex, !1),
1811
+ remove = applyToSingletonTag.bind(null, style, styleIndex, !0);
1812
+ } else obj.sourceMap && "function" == typeof URL && "function" == typeof URL.createObjectURL && "function" == typeof URL.revokeObjectURL && "function" == typeof Blob && "function" == typeof btoa ? (style = createLinkElement(options),
1813
+ update = updateLink.bind(null, style, options), remove = function() {
1814
+ removeStyleElement(style), style.href && URL.revokeObjectURL(style.href);
1815
+ }) : (style = createStyleElement(options), update = applyToTag.bind(null, style),
1816
+ remove = function() {
1817
+ removeStyleElement(style);
1818
+ });
1819
+ return update(obj), function(newObj) {
1820
+ if (newObj) {
1821
+ if (newObj.css === obj.css && newObj.media === obj.media && newObj.sourceMap === obj.sourceMap) return;
1822
+ update(obj = newObj);
1823
+ } else remove();
1824
+ };
1825
+ }
1826
+ function applyToSingletonTag(style, index, remove, obj) {
1827
+ var css = remove ? "" : obj.css;
1828
+ if (style.styleSheet) style.styleSheet.cssText = replaceText(index, css); else {
1829
+ var cssNode = document.createTextNode(css), childNodes = style.childNodes;
1830
+ childNodes[index] && style.removeChild(childNodes[index]), childNodes.length ? style.insertBefore(cssNode, childNodes[index]) : style.appendChild(cssNode);
1831
+ }
1832
+ }
1833
+ function applyToTag(style, obj) {
1834
+ var css = obj.css, media = obj.media;
1835
+ if (media && style.setAttribute("media", media), style.styleSheet) style.styleSheet.cssText = css; else {
1836
+ for (;style.firstChild; ) style.removeChild(style.firstChild);
1837
+ style.appendChild(document.createTextNode(css));
1838
+ }
1839
+ }
1840
+ function updateLink(link, options, obj) {
1841
+ var css = obj.css, sourceMap = obj.sourceMap, autoFixUrls = void 0 === options.convertToAbsoluteUrls && sourceMap;
1842
+ (options.convertToAbsoluteUrls || autoFixUrls) && (css = fixUrls(css)), sourceMap && (css += "\n/*# sourceMappingURL=data:application/json;base64," + btoa(unescape(encodeURIComponent(JSON.stringify(sourceMap)))) + " */");
1843
+ var blob = new Blob([ css ], {
1844
+ type: "text/css"
1845
+ }), oldSrc = link.href;
1846
+ link.href = URL.createObjectURL(blob), oldSrc && URL.revokeObjectURL(oldSrc);
1847
+ }
1848
+ var stylesInDom = {}, isOldIE = function(fn) {
1849
+ var memo;
1850
+ return function() {
1851
+ return void 0 === memo && (memo = fn.apply(this, arguments)), memo;
1852
+ };
1853
+ }(function() {
1854
+ return window && document && document.all && !window.atob;
1855
+ }), getElement = function(fn) {
1856
+ var memo = {};
1857
+ return function(selector) {
1858
+ if (void 0 === memo[selector]) {
1859
+ var styleTarget = fn.call(this, selector);
1860
+ if (styleTarget instanceof window.HTMLIFrameElement) try {
1861
+ styleTarget = styleTarget.contentDocument.head;
1862
+ } catch (e) {
1863
+ styleTarget = null;
1864
+ }
1865
+ memo[selector] = styleTarget;
1866
+ }
1867
+ return memo[selector];
1868
+ };
1869
+ }(function(target) {
1870
+ return document.querySelector(target);
1871
+ }), singleton = null, singletonCounter = 0, stylesInsertedAtTop = [], fixUrls = __webpack_require__(8);
1872
+ module.exports = function(list, options) {
1873
+ if ("undefined" != typeof DEBUG && DEBUG && "object" != typeof document) throw new Error("The style-loader cannot be used in a non-browser environment");
1874
+ (options = options || {}).attrs = "object" == typeof options.attrs ? options.attrs : {},
1875
+ options.singleton || (options.singleton = isOldIE()), options.insertInto || (options.insertInto = "head"),
1876
+ options.insertAt || (options.insertAt = "bottom");
1877
+ var styles = listToStyles(list, options);
1878
+ return addStylesToDom(styles, options), function(newList) {
1879
+ for (var mayRemove = [], i = 0; i < styles.length; i++) {
1880
+ var item = styles[i];
1881
+ (domStyle = stylesInDom[item.id]).refs--, mayRemove.push(domStyle);
1882
+ }
1883
+ newList && addStylesToDom(listToStyles(newList, options), options);
1884
+ for (i = 0; i < mayRemove.length; i++) {
1885
+ var domStyle = mayRemove[i];
1886
+ if (0 === domStyle.refs) {
1887
+ for (var j = 0; j < domStyle.parts.length; j++) domStyle.parts[j]();
1888
+ delete stylesInDom[domStyle.id];
1889
+ }
1890
+ }
1891
+ };
1892
+ };
1893
+ var replaceText = function() {
1894
+ var textStore = [];
1895
+ return function(index, replacement) {
1896
+ return textStore[index] = replacement, textStore.filter(Boolean).join("\n");
1897
+ };
1898
+ }();
1899
+ }, function(module, exports) {
1900
+ module.exports = function(css) {
1901
+ var location = "undefined" != typeof window && window.location;
1902
+ if (!location) throw new Error("fixUrls requires window.location");
1903
+ if (!css || "string" != typeof css) return css;
1904
+ var baseUrl = location.protocol + "//" + location.host, currentDir = baseUrl + location.pathname.replace(/\/[^\/]*$/, "/");
1905
+ return css.replace(/url\s*\(((?:[^)(]|\((?:[^)(]+|\([^)(]*\))*\))*)\)/gi, function(fullMatch, origUrl) {
1906
+ var unquotedOrigUrl = origUrl.trim().replace(/^"(.*)"$/, function(o, $1) {
1907
+ return $1;
1908
+ }).replace(/^'(.*)'$/, function(o, $1) {
1909
+ return $1;
1910
+ });
1911
+ if (/^(#|data:|http:\/\/|https:\/\/|file:\/\/\/)/i.test(unquotedOrigUrl)) return fullMatch;
1912
+ var newUrl;
1913
+ return newUrl = 0 === unquotedOrigUrl.indexOf("//") ? unquotedOrigUrl : 0 === unquotedOrigUrl.indexOf("/") ? baseUrl + unquotedOrigUrl : currentDir + unquotedOrigUrl.replace(/^\.\//, ""),
1914
+ "url(" + JSON.stringify(newUrl) + ")";
1915
+ });
1916
+ };
1917
+ }, function(module, exports, __webpack_require__) {
1918
+ "use strict";
1919
+ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;
1920
+ "function" == typeof Symbol && Symbol.iterator;
1921
+ !function(factory) {
1922
+ __WEBPACK_AMD_DEFINE_ARRAY__ = [ __webpack_require__(0), __webpack_require__(1) ],
1923
+ void 0 !== (__WEBPACK_AMD_DEFINE_RESULT__ = "function" == typeof (__WEBPACK_AMD_DEFINE_FACTORY__ = factory) ? __WEBPACK_AMD_DEFINE_FACTORY__.apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__) : __WEBPACK_AMD_DEFINE_FACTORY__) && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__);
1924
+ }(function($, Inputmask) {
1925
+ function getTokenizer(opts) {
1926
+ return opts.tokenizer || (opts.tokenizer = "(" + $.map(formatCode, function(lmnt, ndx) {
1927
+ return ndx;
1928
+ }).join("|") + ")+|.", opts.tokenizer = new RegExp(opts.tokenizer, "g")), opts.tokenizer;
1929
+ }
1930
+ function isValidDate(dateParts, currentResult) {
1931
+ return (!isFinite(dateParts.day) || "29" == dateParts.day && !isFinite(dateParts.rawyear) || new Date(dateParts.date.getFullYear(), isFinite(dateParts.month) ? dateParts.month : dateParts.date.getMonth() + 1, 0).getDate() >= dateParts.day) && currentResult;
1932
+ }
1933
+ function isDateInRange(maskDate, opts) {
1934
+ var result = !0;
1935
+ return opts.min && opts.min.date.getTime() === opts.min.date.getTime() && (result = result && opts.min.date.getTime() <= maskDate.getTime()),
1936
+ opts.max && opts.max.date.getTime() === opts.max.date.getTime() && (result = result && opts.max.date.getTime() >= maskDate.getTime()),
1937
+ result;
1938
+ }
1939
+ function parse(format, opts) {
1940
+ for (var match, mask = ""; match = getTokenizer(opts).exec(format); ) mask += formatCode[match[0]] ? "(" + ($.isFunction(formatCode[match[0]]) ? formatCode[match[0]](opts.min, opts.max) : formatCode[match[0]]) + ")" : match[0];
1941
+ return mask;
1942
+ }
1943
+ function analyseMask(maskString, format, opts) {
1944
+ function extendYear(year) {
1945
+ var correctedyear = 4 === year.length ? year : new Date().getFullYear().toString().substr(0, 4 - year.length) + year;
1946
+ return opts.min && opts.min.year && opts.max && opts.max.year ? (correctedyear = correctedyear.replace(/[^0-9]/g, ""),
1947
+ correctedyear = year.charAt(0) === opts.max.year.charAt(0) ? year.replace(/[^0-9]/g, "0") : correctedyear + opts.min.year.substr(correctedyear.length)) : correctedyear = correctedyear.replace(/[^0-9]/g, "0"),
1948
+ correctedyear;
1949
+ }
1950
+ function setValue(dateObj, value, dateOperation, opts) {
1951
+ "year" === targetProp ? (dateObj[targetProp] = extendYear(value), dateObj["raw" + targetProp] = value) : dateObj[targetProp] = opts.min && value.match(/[^0-9]/) ? opts.min[targetProp] : value,
1952
+ void 0 !== dateOperation && dateOperation.call(dateObj.date, "month" == targetProp ? parseInt(dateObj[targetProp]) - 1 : dateObj[targetProp]);
1953
+ }
1954
+ var targetProp, match, dateOperation, dateObj = {
1955
+ date: new Date(1, 0, 1)
1956
+ }, mask = maskString;
1957
+ if ("string" == typeof mask) {
1958
+ for (;match = getTokenizer(opts).exec(format); ) if ("d" === match[0].charAt(0)) targetProp = "day",
1959
+ dateOperation = Date.prototype.setDate; else if ("m" === match[0].charAt(0)) targetProp = "month",
1960
+ dateOperation = Date.prototype.setMonth; else if ("y" === match[0].charAt(0)) targetProp = "year",
1961
+ dateOperation = Date.prototype.setFullYear; else if ("h" === match[0].charAt(0).toLowerCase()) targetProp = "hour",
1962
+ dateOperation = Date.prototype.setHours; else if ("M" === match[0].charAt(0)) targetProp = "minutes",
1963
+ dateOperation = Date.prototype.setMinutes; else if ("s" === match[0].charAt(0)) targetProp = "seconds",
1964
+ dateOperation = Date.prototype.setSeconds; else if (formatCode.hasOwnProperty(match[0])) targetProp = "unmatched",
1965
+ dateOperation = void 0; else {
1966
+ var value = mask.split(match[0])[0];
1967
+ setValue(dateObj, value, dateOperation, opts), mask = mask.slice((value + match[0]).length),
1968
+ targetProp = void 0;
1969
+ }
1970
+ return void 0 !== targetProp && setValue(dateObj, mask, dateOperation, opts), dateObj;
1971
+ }
1972
+ }
1973
+ var formatCode = {
1974
+ d: "[1-9]|[12][0-9]|3[01]",
1975
+ dd: "0[1-9]|[12][0-9]|3[01]",
1976
+ ddd: "",
1977
+ dddd: "",
1978
+ m: "[1-9]|1[012]",
1979
+ mm: "0[1-9]|1[012]",
1980
+ mmm: "",
1981
+ mmmm: "",
1982
+ yy: "[0-9]{2}",
1983
+ yyyy: "[0-9]{4}",
1984
+ h: "[1-9]|1[0-2]",
1985
+ hh: "0[1-9]|1[0-2]",
1986
+ H: "1?[1-9]|2[0-4]",
1987
+ HH: "[01][1-9]|2[0-4]",
1988
+ M: "[1-5]?[0-9]",
1989
+ MM: "[0-5][0-9]",
1990
+ s: "[1-5]?[0-9]",
1991
+ ss: "[0-5][0-9]",
1992
+ l: "",
1993
+ L: "",
1994
+ t: "",
1995
+ tt: "",
1996
+ T: "",
1997
+ TT: "",
1998
+ Z: "",
1999
+ o: "",
2000
+ S: ""
2001
+ }, formatAlias = {
2002
+ isoDate: "yyyy-mm-dd",
2003
+ isoTime: "HH:MM:ss",
2004
+ isoDateTime: "yyyy-mm-dd'T'HH:MM:ss",
2005
+ isoUtcDateTime: "UTC:yyyy-mm-dd'T'HH:MM:ss'Z'"
2006
+ };
2007
+ return Inputmask.extendAliases({
2008
+ datetime: {
2009
+ mask: function(opts) {
2010
+ return opts.inputFormat = formatAlias[opts.inputFormat] || opts.inputFormat, opts.displayFormat = formatAlias[opts.displayFormat] || opts.displayFormat || opts.inputFormat,
2011
+ opts.outputFormat = formatAlias[opts.outputFormat] || opts.outputFormat || opts.inputFormat,
2012
+ opts.placeholder = opts.placeholder !== Inputmask.prototype.defaults.placeholder ? opts.placeholder : opts.inputFormat,
2013
+ opts.min = analyseMask(opts.min, opts.inputFormat, opts), opts.max = analyseMask(opts.max, opts.inputFormat, opts),
2014
+ opts.regex = parse(opts.inputFormat, opts), null;
2015
+ },
2016
+ inputFormat: "isoDateTime",
2017
+ displayFormat: void 0,
2018
+ outputFormat: void 0,
2019
+ min: null,
2020
+ max: null,
2021
+ postValidation: function(buffer, currentResult, opts) {
2022
+ var result = currentResult, dateParts = analyseMask(buffer.join(""), opts.inputFormat, opts);
2023
+ return result && dateParts.date.getTime() === dateParts.date.getTime() && (result = (result = isValidDate(dateParts, result)) && isDateInRange(dateParts.date, opts)),
2024
+ result;
2025
+ },
2026
+ onKeyDown: function(e, buffer, caretPos, opts) {
2027
+ var input = this;
2028
+ if (e.ctrlKey && e.keyCode === Inputmask.keyCode.RIGHT) {
2029
+ for (var match, today = new Date(), date = ""; match = getTokenizer(opts).exec(opts.inputFormat); ) "d" === match[0].charAt(0) ? date += today.getDate().toString() : "m" === match[0].charAt(0) ? date += (today.getMonth() + 1).toString() : "yyyy" === match[0] ? date += today.getFullYear().toString() : "yy" === match[0] && (date += today.getYear().toString());
2030
+ input.inputmask._valueSet(date), $(input).trigger("setvalue");
2031
+ }
2032
+ },
2033
+ insertMode: !1
2034
+ }
2035
+ }), Inputmask;
2036
+ });
2037
+ }, function(module, exports, __webpack_require__) {
2038
+ "use strict";
2039
+ var __WEBPACK_AMD_DEFINE_RESULT__;
2040
+ "function" == typeof Symbol && Symbol.iterator;
2041
+ void 0 !== (__WEBPACK_AMD_DEFINE_RESULT__ = function() {
2042
+ return window;
2043
+ }.call(exports, __webpack_require__, exports, module)) && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__);
2044
+ }, function(module, exports, __webpack_require__) {
2045
+ "use strict";
2046
+ var __WEBPACK_AMD_DEFINE_RESULT__;
2047
+ "function" == typeof Symbol && Symbol.iterator;
2048
+ void 0 !== (__WEBPACK_AMD_DEFINE_RESULT__ = function() {
2049
+ return document;
2050
+ }.call(exports, __webpack_require__, exports, module)) && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__);
2051
+ }, function(module, exports, __webpack_require__) {
2052
+ "use strict";
2053
+ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;
2054
+ "function" == typeof Symbol && Symbol.iterator;
2055
+ !function(factory) {
2056
+ __WEBPACK_AMD_DEFINE_ARRAY__ = [ __webpack_require__(0), __webpack_require__(1) ],
2057
+ void 0 !== (__WEBPACK_AMD_DEFINE_RESULT__ = "function" == typeof (__WEBPACK_AMD_DEFINE_FACTORY__ = factory) ? __WEBPACK_AMD_DEFINE_FACTORY__.apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__) : __WEBPACK_AMD_DEFINE_FACTORY__) && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__);
2058
+ }(function($, Inputmask) {
2059
+ return Inputmask.extendDefinitions({
2060
+ A: {
2061
+ validator: "[A-Za-zА-яЁёÀ-ÿµ]",
2062
+ cardinality: 1,
2063
+ casing: "upper"
2064
+ },
2065
+ "&": {
2066
+ validator: "[0-9A-Za-zА-яЁёÀ-ÿµ]",
2067
+ cardinality: 1,
2068
+ casing: "upper"
2069
+ },
2070
+ "#": {
2071
+ validator: "[0-9A-Fa-f]",
2072
+ cardinality: 1,
2073
+ casing: "upper"
2074
+ }
2075
+ }), Inputmask.extendAliases({
2076
+ url: {
2077
+ definitions: {
2078
+ i: {
2079
+ validator: ".",
2080
+ cardinality: 1
2081
+ }
2082
+ },
2083
+ mask: "(\\http://)|(\\http\\s://)|(ftp://)|(ftp\\s://)i{+}",
2084
+ insertMode: !1,
2085
+ autoUnmask: !1,
2086
+ inputmode: "url"
2087
+ },
2088
+ ip: {
2089
+ mask: "i[i[i]].i[i[i]].i[i[i]].i[i[i]]",
2090
+ definitions: {
2091
+ i: {
2092
+ validator: function(chrs, maskset, pos, strict, opts) {
2093
+ return pos - 1 > -1 && "." !== maskset.buffer[pos - 1] ? (chrs = maskset.buffer[pos - 1] + chrs,
2094
+ chrs = pos - 2 > -1 && "." !== maskset.buffer[pos - 2] ? maskset.buffer[pos - 2] + chrs : "0" + chrs) : chrs = "00" + chrs,
2095
+ new RegExp("25[0-5]|2[0-4][0-9]|[01][0-9][0-9]").test(chrs);
2096
+ },
2097
+ cardinality: 1
2098
+ }
2099
+ },
2100
+ onUnMask: function(maskedValue, unmaskedValue, opts) {
2101
+ return maskedValue;
2102
+ },
2103
+ inputmode: "numeric"
2104
+ },
2105
+ email: {
2106
+ mask: "*{1,64}[.*{1,64}][.*{1,64}][.*{1,63}]@-{1,63}.-{1,63}[.-{1,63}][.-{1,63}]",
2107
+ greedy: !1,
2108
+ onBeforePaste: function(pastedValue, opts) {
2109
+ return (pastedValue = pastedValue.toLowerCase()).replace("mailto:", "");
2110
+ },
2111
+ definitions: {
2112
+ "*": {
2113
+ validator: "[0-9A-Za-z!#$%&'*+/=?^_`{|}~-]",
2114
+ cardinality: 1,
2115
+ casing: "lower"
2116
+ },
2117
+ "-": {
2118
+ validator: "[0-9A-Za-z-]",
2119
+ cardinality: 1,
2120
+ casing: "lower"
2121
+ }
2122
+ },
2123
+ onUnMask: function(maskedValue, unmaskedValue, opts) {
2124
+ return maskedValue;
2125
+ },
2126
+ inputmode: "email"
2127
+ },
2128
+ mac: {
2129
+ mask: "##:##:##:##:##:##"
2130
+ },
2131
+ vin: {
2132
+ mask: "V{13}9{4}",
2133
+ definitions: {
2134
+ V: {
2135
+ validator: "[A-HJ-NPR-Za-hj-npr-z\\d]",
2136
+ cardinality: 1,
2137
+ casing: "upper"
2138
+ }
2139
+ },
2140
+ clearIncomplete: !0,
2141
+ autoUnmask: !0
2142
+ }
2143
+ }), Inputmask;
2144
+ });
2145
+ }, function(module, exports, __webpack_require__) {
2146
+ "use strict";
2147
+ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;
2148
+ "function" == typeof Symbol && Symbol.iterator;
2149
+ !function(factory) {
2150
+ __WEBPACK_AMD_DEFINE_ARRAY__ = [ __webpack_require__(0), __webpack_require__(1) ],
2151
+ void 0 !== (__WEBPACK_AMD_DEFINE_RESULT__ = "function" == typeof (__WEBPACK_AMD_DEFINE_FACTORY__ = factory) ? __WEBPACK_AMD_DEFINE_FACTORY__.apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__) : __WEBPACK_AMD_DEFINE_FACTORY__) && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__);
2152
+ }(function($, Inputmask, undefined) {
2153
+ function autoEscape(txt, opts) {
2154
+ for (var escapedTxt = "", i = 0; i < txt.length; i++) Inputmask.prototype.definitions[txt.charAt(i)] || opts.definitions[txt.charAt(i)] || opts.optionalmarker.start === txt.charAt(i) || opts.optionalmarker.end === txt.charAt(i) || opts.quantifiermarker.start === txt.charAt(i) || opts.quantifiermarker.end === txt.charAt(i) || opts.groupmarker.start === txt.charAt(i) || opts.groupmarker.end === txt.charAt(i) || opts.alternatormarker === txt.charAt(i) ? escapedTxt += "\\" + txt.charAt(i) : escapedTxt += txt.charAt(i);
2155
+ return escapedTxt;
2156
+ }
2157
+ return Inputmask.extendAliases({
2158
+ numeric: {
2159
+ mask: function(opts) {
2160
+ if (0 !== opts.repeat && isNaN(opts.integerDigits) && (opts.integerDigits = opts.repeat),
2161
+ opts.repeat = 0, opts.groupSeparator === opts.radixPoint && opts.digits && "0" !== opts.digits && ("." === opts.radixPoint ? opts.groupSeparator = "," : "," === opts.radixPoint ? opts.groupSeparator = "." : opts.groupSeparator = ""),
2162
+ " " === opts.groupSeparator && (opts.skipOptionalPartCharacter = undefined), opts.autoGroup = opts.autoGroup && "" !== opts.groupSeparator,
2163
+ opts.autoGroup && ("string" == typeof opts.groupSize && isFinite(opts.groupSize) && (opts.groupSize = parseInt(opts.groupSize)),
2164
+ isFinite(opts.integerDigits))) {
2165
+ var seps = Math.floor(opts.integerDigits / opts.groupSize), mod = opts.integerDigits % opts.groupSize;
2166
+ opts.integerDigits = parseInt(opts.integerDigits) + (0 === mod ? seps - 1 : seps),
2167
+ opts.integerDigits < 1 && (opts.integerDigits = "*");
2168
+ }
2169
+ opts.placeholder.length > 1 && (opts.placeholder = opts.placeholder.charAt(0)),
2170
+ "radixFocus" === opts.positionCaretOnClick && "" === opts.placeholder && !1 === opts.integerOptional && (opts.positionCaretOnClick = "lvp"),
2171
+ opts.definitions[";"] = opts.definitions["~"], opts.definitions[";"].definitionSymbol = "~",
2172
+ !0 === opts.numericInput && (opts.positionCaretOnClick = "radixFocus" === opts.positionCaretOnClick ? "lvp" : opts.positionCaretOnClick,
2173
+ opts.digitsOptional = !1, isNaN(opts.digits) && (opts.digits = 2), opts.decimalProtect = !1);
2174
+ var mask = "[+]";
2175
+ if (mask += autoEscape(opts.prefix, opts), !0 === opts.integerOptional ? mask += "~{1," + opts.integerDigits + "}" : mask += "~{" + opts.integerDigits + "}",
2176
+ opts.digits !== undefined) {
2177
+ opts.radixPointDefinitionSymbol = opts.decimalProtect ? ":" : opts.radixPoint;
2178
+ var dq = opts.digits.toString().split(",");
2179
+ isFinite(dq[0] && dq[1] && isFinite(dq[1])) ? mask += opts.radixPointDefinitionSymbol + ";{" + opts.digits + "}" : (isNaN(opts.digits) || parseInt(opts.digits) > 0) && (opts.digitsOptional ? mask += "[" + opts.radixPointDefinitionSymbol + ";{1," + opts.digits + "}]" : mask += opts.radixPointDefinitionSymbol + ";{" + opts.digits + "}");
2180
+ }
2181
+ return mask += autoEscape(opts.suffix, opts), mask += "[-]", opts.greedy = !1, mask;
2182
+ },
2183
+ placeholder: "",
2184
+ greedy: !1,
2185
+ digits: "*",
2186
+ digitsOptional: !0,
2187
+ enforceDigitsOnBlur: !1,
2188
+ radixPoint: ".",
2189
+ positionCaretOnClick: "radixFocus",
2190
+ groupSize: 3,
2191
+ groupSeparator: "",
2192
+ autoGroup: !1,
2193
+ allowMinus: !0,
2194
+ negationSymbol: {
2195
+ front: "-",
2196
+ back: ""
2197
+ },
2198
+ integerDigits: "+",
2199
+ integerOptional: !0,
2200
+ prefix: "",
2201
+ suffix: "",
2202
+ rightAlign: !0,
2203
+ decimalProtect: !0,
2204
+ min: null,
2205
+ max: null,
2206
+ step: 1,
2207
+ insertMode: !0,
2208
+ autoUnmask: !1,
2209
+ unmaskAsNumber: !1,
2210
+ inputmode: "numeric",
2211
+ preValidation: function(buffer, pos, c, isSelection, opts) {
2212
+ if ("-" === c || c === opts.negationSymbol.front) return !0 === opts.allowMinus && (opts.isNegative = opts.isNegative === undefined || !opts.isNegative,
2213
+ "" === buffer.join("") || {
2214
+ caret: pos,
2215
+ dopost: !0
2216
+ });
2217
+ if (!1 === isSelection && c === opts.radixPoint && opts.digits !== undefined && (isNaN(opts.digits) || parseInt(opts.digits) > 0)) {
2218
+ var radixPos = $.inArray(opts.radixPoint, buffer);
2219
+ if (-1 !== radixPos) return !0 === opts.numericInput ? pos === radixPos : {
2220
+ caret: radixPos + 1
2221
+ };
2222
+ }
2223
+ return !0;
2224
+ },
2225
+ postValidation: function(buffer, currentResult, opts) {
2226
+ var suffix = opts.suffix.split(""), prefix = opts.prefix.split("");
2227
+ if (currentResult.pos === undefined && currentResult.caret !== undefined && !0 !== currentResult.dopost) return currentResult;
2228
+ var caretPos = currentResult.caret !== undefined ? currentResult.caret : currentResult.pos, maskedValue = buffer.slice();
2229
+ opts.numericInput && (caretPos = maskedValue.length - caretPos - 1, maskedValue = maskedValue.reverse());
2230
+ var charAtPos = maskedValue[caretPos];
2231
+ if (charAtPos === opts.groupSeparator && (charAtPos = maskedValue[caretPos += 1]),
2232
+ caretPos === maskedValue.length - opts.suffix.length - 1 && charAtPos === opts.radixPoint) return currentResult;
2233
+ charAtPos !== undefined && charAtPos !== opts.radixPoint && charAtPos !== opts.negationSymbol.front && charAtPos !== opts.negationSymbol.back && (maskedValue[caretPos] = "?",
2234
+ opts.prefix.length > 0 && caretPos >= (!1 === opts.isNegative ? 1 : 0) && caretPos < opts.prefix.length - 1 + (!1 === opts.isNegative ? 1 : 0) ? prefix[caretPos - (!1 === opts.isNegative ? 1 : 0)] = "?" : opts.suffix.length > 0 && caretPos >= maskedValue.length - opts.suffix.length - (!1 === opts.isNegative ? 1 : 0) && (suffix[caretPos - (maskedValue.length - opts.suffix.length - (!1 === opts.isNegative ? 1 : 0))] = "?")),
2235
+ prefix = prefix.join(""), suffix = suffix.join("");
2236
+ var processValue = maskedValue.join("").replace(prefix, "");
2237
+ if (processValue = processValue.replace(suffix, ""), processValue = processValue.replace(new RegExp(Inputmask.escapeRegex(opts.groupSeparator), "g"), ""),
2238
+ processValue = processValue.replace(new RegExp("[-" + Inputmask.escapeRegex(opts.negationSymbol.front) + "]", "g"), ""),
2239
+ processValue = processValue.replace(new RegExp(Inputmask.escapeRegex(opts.negationSymbol.back) + "$"), ""),
2240
+ isNaN(opts.placeholder) && (processValue = processValue.replace(new RegExp(Inputmask.escapeRegex(opts.placeholder), "g"), "")),
2241
+ processValue.length > 1 && 1 !== processValue.indexOf(opts.radixPoint) && ("0" === charAtPos && (processValue = processValue.replace(/^\?/g, "")),
2242
+ processValue = processValue.replace(/^0/g, "")), processValue.charAt(0) === opts.radixPoint && "" !== opts.radixPoint && !0 !== opts.numericInput && (processValue = "0" + processValue),
2243
+ "" !== processValue) {
2244
+ if (processValue = processValue.split(""), (!opts.digitsOptional || opts.enforceDigitsOnBlur && "blur" === currentResult.event) && isFinite(opts.digits)) {
2245
+ var radixPosition = $.inArray(opts.radixPoint, processValue), rpb = $.inArray(opts.radixPoint, maskedValue);
2246
+ -1 === radixPosition && (processValue.push(opts.radixPoint), radixPosition = processValue.length - 1);
2247
+ for (var i = 1; i <= opts.digits; i++) opts.digitsOptional && (!opts.enforceDigitsOnBlur || "blur" !== currentResult.event) || processValue[radixPosition + i] !== undefined && processValue[radixPosition + i] !== opts.placeholder.charAt(0) ? -1 !== rpb && maskedValue[rpb + i] !== undefined && (processValue[radixPosition + i] = processValue[radixPosition + i] || maskedValue[rpb + i]) : processValue[radixPosition + i] = currentResult.placeholder || opts.placeholder.charAt(0);
2248
+ }
2249
+ if (!0 !== opts.autoGroup || "" === opts.groupSeparator || charAtPos === opts.radixPoint && currentResult.pos === undefined && !currentResult.dopost) processValue = processValue.join(""); else {
2250
+ var addRadix = processValue[processValue.length - 1] === opts.radixPoint && currentResult.c === opts.radixPoint;
2251
+ processValue = Inputmask(function(buffer, opts) {
2252
+ var postMask = "";
2253
+ if (postMask += "(" + opts.groupSeparator + "*{" + opts.groupSize + "}){*}", "" !== opts.radixPoint) {
2254
+ var radixSplit = buffer.join("").split(opts.radixPoint);
2255
+ radixSplit[1] && (postMask += opts.radixPoint + "*{" + radixSplit[1].match(/^\d*\??\d*/)[0].length + "}");
2256
+ }
2257
+ return postMask;
2258
+ }(processValue, opts), {
2259
+ numericInput: !0,
2260
+ jitMasking: !0,
2261
+ definitions: {
2262
+ "*": {
2263
+ validator: "[0-9?]",
2264
+ cardinality: 1
2265
+ }
2266
+ }
2267
+ }).format(processValue.join("")), addRadix && (processValue += opts.radixPoint),
2268
+ processValue.charAt(0) === opts.groupSeparator && processValue.substr(1);
2269
+ }
2270
+ }
2271
+ if (opts.isNegative && "blur" === currentResult.event && (opts.isNegative = "0" !== processValue),
2272
+ processValue = prefix + processValue, processValue += suffix, opts.isNegative && (processValue = opts.negationSymbol.front + processValue,
2273
+ processValue += opts.negationSymbol.back), processValue = processValue.split(""),
2274
+ charAtPos !== undefined) if (charAtPos !== opts.radixPoint && charAtPos !== opts.negationSymbol.front && charAtPos !== opts.negationSymbol.back) (caretPos = $.inArray("?", processValue)) > -1 ? processValue[caretPos] = charAtPos : caretPos = currentResult.caret || 0; else if (charAtPos === opts.radixPoint || charAtPos === opts.negationSymbol.front || charAtPos === opts.negationSymbol.back) {
2275
+ var newCaretPos = $.inArray(charAtPos, processValue);
2276
+ -1 !== newCaretPos && (caretPos = newCaretPos);
2277
+ }
2278
+ opts.numericInput && (caretPos = processValue.length - caretPos - 1, processValue = processValue.reverse());
2279
+ var rslt = {
2280
+ caret: charAtPos === undefined || currentResult.pos !== undefined ? caretPos + (opts.numericInput ? -1 : 1) : caretPos,
2281
+ buffer: processValue,
2282
+ refreshFromBuffer: currentResult.dopost || buffer.join("") !== processValue.join("")
2283
+ };
2284
+ return rslt.refreshFromBuffer ? rslt : currentResult;
2285
+ },
2286
+ onBeforeWrite: function(e, buffer, caretPos, opts) {
2287
+ if (e) switch (e.type) {
2288
+ case "keydown":
2289
+ return opts.postValidation(buffer, {
2290
+ caret: caretPos,
2291
+ dopost: !0
2292
+ }, opts);
2293
+
2294
+ case "blur":
2295
+ case "checkval":
2296
+ var unmasked;
2297
+ if (function(opts) {
2298
+ opts.parseMinMaxOptions === undefined && (null !== opts.min && (opts.min = opts.min.toString().replace(new RegExp(Inputmask.escapeRegex(opts.groupSeparator), "g"), ""),
2299
+ "," === opts.radixPoint && (opts.min = opts.min.replace(opts.radixPoint, ".")),
2300
+ opts.min = isFinite(opts.min) ? parseFloat(opts.min) : NaN, isNaN(opts.min) && (opts.min = Number.MIN_VALUE)),
2301
+ null !== opts.max && (opts.max = opts.max.toString().replace(new RegExp(Inputmask.escapeRegex(opts.groupSeparator), "g"), ""),
2302
+ "," === opts.radixPoint && (opts.max = opts.max.replace(opts.radixPoint, ".")),
2303
+ opts.max = isFinite(opts.max) ? parseFloat(opts.max) : NaN, isNaN(opts.max) && (opts.max = Number.MAX_VALUE)),
2304
+ opts.parseMinMaxOptions = "done");
2305
+ }(opts), null !== opts.min || null !== opts.max) {
2306
+ if (unmasked = opts.onUnMask(buffer.join(""), undefined, $.extend({}, opts, {
2307
+ unmaskAsNumber: !0
2308
+ })), null !== opts.min && unmasked < opts.min) return opts.isNegative = opts.min < 0,
2309
+ opts.postValidation(opts.min.toString().replace(".", opts.radixPoint).split(""), {
2310
+ caret: caretPos,
2311
+ dopost: !0,
2312
+ placeholder: "0"
2313
+ }, opts);
2314
+ if (null !== opts.max && unmasked > opts.max) return opts.isNegative = opts.max < 0,
2315
+ opts.postValidation(opts.max.toString().replace(".", opts.radixPoint).split(""), {
2316
+ caret: caretPos,
2317
+ dopost: !0,
2318
+ placeholder: "0"
2319
+ }, opts);
2320
+ }
2321
+ return opts.postValidation(buffer, {
2322
+ caret: caretPos,
2323
+ placeholder: "0",
2324
+ event: "blur"
2325
+ }, opts);
2326
+
2327
+ case "_checkval":
2328
+ return {
2329
+ caret: caretPos
2330
+ };
2331
+ }
2332
+ },
2333
+ regex: {
2334
+ integerPart: function(opts, emptyCheck) {
2335
+ return emptyCheck ? new RegExp("[" + Inputmask.escapeRegex(opts.negationSymbol.front) + "+]?") : new RegExp("[" + Inputmask.escapeRegex(opts.negationSymbol.front) + "+]?\\d+");
2336
+ },
2337
+ integerNPart: function(opts) {
2338
+ return new RegExp("[\\d" + Inputmask.escapeRegex(opts.groupSeparator) + Inputmask.escapeRegex(opts.placeholder.charAt(0)) + "]+");
2339
+ }
2340
+ },
2341
+ definitions: {
2342
+ "~": {
2343
+ validator: function(chrs, maskset, pos, strict, opts, isSelection) {
2344
+ var isValid = strict ? new RegExp("[0-9" + Inputmask.escapeRegex(opts.groupSeparator) + "]").test(chrs) : new RegExp("[0-9]").test(chrs);
2345
+ if (!0 === isValid) {
2346
+ if (!0 !== opts.numericInput && maskset.validPositions[pos] !== undefined && "~" === maskset.validPositions[pos].match.def && !isSelection) {
2347
+ var processValue = maskset.buffer.join(""), pvRadixSplit = (processValue = (processValue = processValue.replace(new RegExp("[-" + Inputmask.escapeRegex(opts.negationSymbol.front) + "]", "g"), "")).replace(new RegExp(Inputmask.escapeRegex(opts.negationSymbol.back) + "$"), "")).split(opts.radixPoint);
2348
+ pvRadixSplit.length > 1 && (pvRadixSplit[1] = pvRadixSplit[1].replace(/0/g, opts.placeholder.charAt(0))),
2349
+ "0" === pvRadixSplit[0] && (pvRadixSplit[0] = pvRadixSplit[0].replace(/0/g, opts.placeholder.charAt(0))),
2350
+ processValue = pvRadixSplit[0] + opts.radixPoint + pvRadixSplit[1] || "";
2351
+ var bufferTemplate = maskset._buffer.join("");
2352
+ for (processValue === opts.radixPoint && (processValue = bufferTemplate); null === processValue.match(Inputmask.escapeRegex(bufferTemplate) + "$"); ) bufferTemplate = bufferTemplate.slice(1);
2353
+ isValid = (processValue = (processValue = processValue.replace(bufferTemplate, "")).split(""))[pos] === undefined ? {
2354
+ pos: pos,
2355
+ remove: pos
2356
+ } : {
2357
+ pos: pos
2358
+ };
2359
+ }
2360
+ } else strict || chrs !== opts.radixPoint || maskset.validPositions[pos - 1] !== undefined || (maskset.buffer[pos] = "0",
2361
+ isValid = {
2362
+ pos: pos + 1
2363
+ });
2364
+ return isValid;
2365
+ },
2366
+ cardinality: 1
2367
+ },
2368
+ "+": {
2369
+ validator: function(chrs, maskset, pos, strict, opts) {
2370
+ return opts.allowMinus && ("-" === chrs || chrs === opts.negationSymbol.front);
2371
+ },
2372
+ cardinality: 1,
2373
+ placeholder: ""
2374
+ },
2375
+ "-": {
2376
+ validator: function(chrs, maskset, pos, strict, opts) {
2377
+ return opts.allowMinus && chrs === opts.negationSymbol.back;
2378
+ },
2379
+ cardinality: 1,
2380
+ placeholder: ""
2381
+ },
2382
+ ":": {
2383
+ validator: function(chrs, maskset, pos, strict, opts) {
2384
+ var radix = "[" + Inputmask.escapeRegex(opts.radixPoint) + "]", isValid = new RegExp(radix).test(chrs);
2385
+ return isValid && maskset.validPositions[pos] && maskset.validPositions[pos].match.placeholder === opts.radixPoint && (isValid = {
2386
+ caret: pos + 1
2387
+ }), isValid;
2388
+ },
2389
+ cardinality: 1,
2390
+ placeholder: function(opts) {
2391
+ return opts.radixPoint;
2392
+ }
2393
+ }
2394
+ },
2395
+ onUnMask: function(maskedValue, unmaskedValue, opts) {
2396
+ if ("" === unmaskedValue && !0 === opts.nullable) return unmaskedValue;
2397
+ var processValue = maskedValue.replace(opts.prefix, "");
2398
+ return processValue = processValue.replace(opts.suffix, ""), processValue = processValue.replace(new RegExp(Inputmask.escapeRegex(opts.groupSeparator), "g"), ""),
2399
+ "" !== opts.placeholder.charAt(0) && (processValue = processValue.replace(new RegExp(opts.placeholder.charAt(0), "g"), "0")),
2400
+ opts.unmaskAsNumber ? ("" !== opts.radixPoint && -1 !== processValue.indexOf(opts.radixPoint) && (processValue = processValue.replace(Inputmask.escapeRegex.call(this, opts.radixPoint), ".")),
2401
+ processValue = processValue.replace(new RegExp("^" + Inputmask.escapeRegex(opts.negationSymbol.front)), "-"),
2402
+ processValue = processValue.replace(new RegExp(Inputmask.escapeRegex(opts.negationSymbol.back) + "$"), ""),
2403
+ Number(processValue)) : processValue;
2404
+ },
2405
+ isComplete: function(buffer, opts) {
2406
+ var maskedValue = buffer.join("");
2407
+ if (buffer.slice().join("") !== maskedValue) return !1;
2408
+ var processValue = maskedValue.replace(opts.prefix, "");
2409
+ return processValue = processValue.replace(opts.suffix, ""), processValue = processValue.replace(new RegExp(Inputmask.escapeRegex(opts.groupSeparator), "g"), ""),
2410
+ "," === opts.radixPoint && (processValue = processValue.replace(Inputmask.escapeRegex(opts.radixPoint), ".")),
2411
+ isFinite(processValue);
2412
+ },
2413
+ onBeforeMask: function(initialValue, opts) {
2414
+ if (opts.isNegative = undefined, initialValue = initialValue.toString().charAt(initialValue.length - 1) === opts.radixPoint ? initialValue.toString().substr(0, initialValue.length - 1) : initialValue.toString(),
2415
+ "" !== opts.radixPoint && isFinite(initialValue)) {
2416
+ var vs = initialValue.split("."), groupSize = "" !== opts.groupSeparator ? parseInt(opts.groupSize) : 0;
2417
+ 2 === vs.length && (vs[0].length > groupSize || vs[1].length > groupSize || vs[0].length <= groupSize && vs[1].length < groupSize) && (initialValue = initialValue.replace(".", opts.radixPoint));
2418
+ }
2419
+ var kommaMatches = initialValue.match(/,/g), dotMatches = initialValue.match(/\./g);
2420
+ if (initialValue = dotMatches && kommaMatches ? dotMatches.length > kommaMatches.length ? (initialValue = initialValue.replace(/\./g, "")).replace(",", opts.radixPoint) : kommaMatches.length > dotMatches.length ? (initialValue = initialValue.replace(/,/g, "")).replace(".", opts.radixPoint) : initialValue.indexOf(".") < initialValue.indexOf(",") ? initialValue.replace(/\./g, "") : initialValue.replace(/,/g, "") : initialValue.replace(new RegExp(Inputmask.escapeRegex(opts.groupSeparator), "g"), ""),
2421
+ 0 === opts.digits && (-1 !== initialValue.indexOf(".") ? initialValue = initialValue.substring(0, initialValue.indexOf(".")) : -1 !== initialValue.indexOf(",") && (initialValue = initialValue.substring(0, initialValue.indexOf(",")))),
2422
+ "" !== opts.radixPoint && isFinite(opts.digits) && -1 !== initialValue.indexOf(opts.radixPoint)) {
2423
+ var decPart = initialValue.split(opts.radixPoint)[1].match(new RegExp("\\d*"))[0];
2424
+ if (parseInt(opts.digits) < decPart.toString().length) {
2425
+ var digitsFactor = Math.pow(10, parseInt(opts.digits));
2426
+ initialValue = initialValue.replace(Inputmask.escapeRegex(opts.radixPoint), "."),
2427
+ initialValue = (initialValue = Math.round(parseFloat(initialValue) * digitsFactor) / digitsFactor).toString().replace(".", opts.radixPoint);
2428
+ }
2429
+ }
2430
+ return initialValue;
2431
+ },
2432
+ canClearPosition: function(maskset, position, lvp, strict, opts) {
2433
+ var vp = maskset.validPositions[position], canClear = vp.input !== opts.radixPoint || null !== maskset.validPositions[position].match.fn && !1 === opts.decimalProtect || vp.input === opts.radixPoint && maskset.validPositions[position + 1] && null === maskset.validPositions[position + 1].match.fn || isFinite(vp.input) || position === lvp || vp.input === opts.groupSeparator || vp.input === opts.negationSymbol.front || vp.input === opts.negationSymbol.back;
2434
+ return !canClear || "+" !== vp.match.nativeDef && "-" !== vp.match.nativeDef || (opts.isNegative = !1),
2435
+ canClear;
2436
+ },
2437
+ onKeyDown: function(e, buffer, caretPos, opts) {
2438
+ var $input = $(this);
2439
+ if (e.ctrlKey) switch (e.keyCode) {
2440
+ case Inputmask.keyCode.UP:
2441
+ $input.val(parseFloat(this.inputmask.unmaskedvalue()) + parseInt(opts.step)), $input.trigger("setvalue");
2442
+ break;
2443
+
2444
+ case Inputmask.keyCode.DOWN:
2445
+ $input.val(parseFloat(this.inputmask.unmaskedvalue()) - parseInt(opts.step)), $input.trigger("setvalue");
2446
+ }
2447
+ }
2448
+ },
2449
+ currency: {
2450
+ prefix: "$ ",
2451
+ groupSeparator: ",",
2452
+ alias: "numeric",
2453
+ placeholder: "0",
2454
+ autoGroup: !0,
2455
+ digits: 2,
2456
+ digitsOptional: !1,
2457
+ clearMaskOnLostFocus: !1
2458
+ },
2459
+ decimal: {
2460
+ alias: "numeric"
2461
+ },
2462
+ integer: {
2463
+ alias: "numeric",
2464
+ digits: 0,
2465
+ radixPoint: ""
2466
+ },
2467
+ percentage: {
2468
+ alias: "numeric",
2469
+ digits: 2,
2470
+ digitsOptional: !0,
2471
+ radixPoint: ".",
2472
+ placeholder: "0",
2473
+ autoGroup: !1,
2474
+ min: 0,
2475
+ max: 100,
2476
+ suffix: " %",
2477
+ allowMinus: !1
2478
+ }
2479
+ }), Inputmask;
2480
+ });
2481
+ }, function(module, exports, __webpack_require__) {
2482
+ "use strict";
2483
+ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;
2484
+ "function" == typeof Symbol && Symbol.iterator;
2485
+ !function(factory) {
2486
+ __WEBPACK_AMD_DEFINE_ARRAY__ = [ __webpack_require__(0), __webpack_require__(1) ],
2487
+ void 0 !== (__WEBPACK_AMD_DEFINE_RESULT__ = "function" == typeof (__WEBPACK_AMD_DEFINE_FACTORY__ = factory) ? __WEBPACK_AMD_DEFINE_FACTORY__.apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__) : __WEBPACK_AMD_DEFINE_FACTORY__) && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__);
2488
+ }(function($, Inputmask) {
2489
+ function maskSort(a, b) {
2490
+ var maska = (a.mask || a).replace(/#/g, "9").replace(/\)/, "9").replace(/[+()#-]/g, ""), maskb = (b.mask || b).replace(/#/g, "9").replace(/\)/, "9").replace(/[+()#-]/g, ""), maskas = (a.mask || a).split("#")[0], maskbs = (b.mask || b).split("#")[0];
2491
+ return 0 === maskbs.indexOf(maskas) ? -1 : 0 === maskas.indexOf(maskbs) ? 1 : maska.localeCompare(maskb);
2492
+ }
2493
+ var analyseMaskBase = Inputmask.prototype.analyseMask;
2494
+ return Inputmask.prototype.analyseMask = function(mask, regexMask, opts) {
2495
+ function reduceVariations(masks, previousVariation, previousmaskGroup) {
2496
+ previousVariation = previousVariation || "", previousmaskGroup = previousmaskGroup || maskGroups,
2497
+ "" !== previousVariation && (previousmaskGroup[previousVariation] = {});
2498
+ for (var variation = "", maskGroup = previousmaskGroup[previousVariation] || previousmaskGroup, i = masks.length - 1; i >= 0; i--) maskGroup[variation = (mask = masks[i].mask || masks[i]).substr(0, 1)] = maskGroup[variation] || [],
2499
+ maskGroup[variation].unshift(mask.substr(1)), masks.splice(i, 1);
2500
+ for (var ndx in maskGroup) maskGroup[ndx].length > 500 && reduceVariations(maskGroup[ndx].slice(), ndx, maskGroup);
2501
+ }
2502
+ function rebuild(maskGroup) {
2503
+ var mask = "", submasks = [];
2504
+ for (var ndx in maskGroup) $.isArray(maskGroup[ndx]) ? 1 === maskGroup[ndx].length ? submasks.push(ndx + maskGroup[ndx]) : submasks.push(ndx + opts.groupmarker.start + maskGroup[ndx].join(opts.groupmarker.end + opts.alternatormarker + opts.groupmarker.start) + opts.groupmarker.end) : submasks.push(ndx + rebuild(maskGroup[ndx]));
2505
+ return 1 === submasks.length ? mask += submasks[0] : mask += opts.groupmarker.start + submasks.join(opts.groupmarker.end + opts.alternatormarker + opts.groupmarker.start) + opts.groupmarker.end,
2506
+ mask;
2507
+ }
2508
+ var maskGroups = {};
2509
+ return opts.phoneCodes && (opts.phoneCodes && opts.phoneCodes.length > 1e3 && (reduceVariations((mask = mask.substr(1, mask.length - 2)).split(opts.groupmarker.end + opts.alternatormarker + opts.groupmarker.start)),
2510
+ mask = rebuild(maskGroups)), mask = mask.replace(/9/g, "\\9")), analyseMaskBase.call(this, mask, regexMask, opts);
2511
+ }, Inputmask.extendAliases({
2512
+ abstractphone: {
2513
+ groupmarker: {
2514
+ start: "<",
2515
+ end: ">"
2516
+ },
2517
+ countrycode: "",
2518
+ phoneCodes: [],
2519
+ mask: function(opts) {
2520
+ return opts.definitions = {
2521
+ "#": Inputmask.prototype.definitions[9]
2522
+ }, opts.phoneCodes.sort(maskSort);
2523
+ },
2524
+ keepStatic: !0,
2525
+ onBeforeMask: function(value, opts) {
2526
+ var processedValue = value.replace(/^0{1,2}/, "").replace(/[\s]/g, "");
2527
+ return (processedValue.indexOf(opts.countrycode) > 1 || -1 === processedValue.indexOf(opts.countrycode)) && (processedValue = "+" + opts.countrycode + processedValue),
2528
+ processedValue;
2529
+ },
2530
+ onUnMask: function(maskedValue, unmaskedValue, opts) {
2531
+ return maskedValue.replace(/[()#-]/g, "");
2532
+ },
2533
+ inputmode: "tel"
2534
+ }
2535
+ }), Inputmask;
2536
+ });
2537
+ }, function(module, exports, __webpack_require__) {
2538
+ "use strict";
2539
+ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__, _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(obj) {
2540
+ return typeof obj;
2541
+ } : function(obj) {
2542
+ return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
2543
+ };
2544
+ !function(factory) {
2545
+ __WEBPACK_AMD_DEFINE_ARRAY__ = [ __webpack_require__(2), __webpack_require__(1) ],
2546
+ void 0 !== (__WEBPACK_AMD_DEFINE_RESULT__ = "function" == typeof (__WEBPACK_AMD_DEFINE_FACTORY__ = factory) ? __WEBPACK_AMD_DEFINE_FACTORY__.apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__) : __WEBPACK_AMD_DEFINE_FACTORY__) && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__);
2547
+ }(function($, Inputmask) {
2548
+ return void 0 === $.fn.inputmask && ($.fn.inputmask = function(fn, options) {
2549
+ var nptmask, input = this[0];
2550
+ if (void 0 === options && (options = {}), "string" == typeof fn) switch (fn) {
2551
+ case "unmaskedvalue":
2552
+ return input && input.inputmask ? input.inputmask.unmaskedvalue() : $(input).val();
2553
+
2554
+ case "remove":
2555
+ return this.each(function() {
2556
+ this.inputmask && this.inputmask.remove();
2557
+ });
2558
+
2559
+ case "getemptymask":
2560
+ return input && input.inputmask ? input.inputmask.getemptymask() : "";
2561
+
2562
+ case "hasMaskedValue":
2563
+ return !(!input || !input.inputmask) && input.inputmask.hasMaskedValue();
2564
+
2565
+ case "isComplete":
2566
+ return !input || !input.inputmask || input.inputmask.isComplete();
2567
+
2568
+ case "getmetadata":
2569
+ return input && input.inputmask ? input.inputmask.getmetadata() : void 0;
2570
+
2571
+ case "setvalue":
2572
+ $(input).val(options), input && void 0 === input.inputmask && $(input).triggerHandler("setvalue");
2573
+ break;
2574
+
2575
+ case "option":
2576
+ if ("string" != typeof options) return this.each(function() {
2577
+ if (void 0 !== this.inputmask) return this.inputmask.option(options);
2578
+ });
2579
+ if (input && void 0 !== input.inputmask) return input.inputmask.option(options);
2580
+ break;
2581
+
2582
+ default:
2583
+ return options.alias = fn, nptmask = new Inputmask(options), this.each(function() {
2584
+ nptmask.mask(this);
2585
+ });
2586
+ } else {
2587
+ if ("object" == (void 0 === fn ? "undefined" : _typeof(fn))) return nptmask = new Inputmask(fn),
2588
+ void 0 === fn.mask && void 0 === fn.alias ? this.each(function() {
2589
+ if (void 0 !== this.inputmask) return this.inputmask.option(fn);
2590
+ nptmask.mask(this);
2591
+ }) : this.each(function() {
2592
+ nptmask.mask(this);
2593
+ });
2594
+ if (void 0 === fn) return this.each(function() {
2595
+ (nptmask = new Inputmask(options)).mask(this);
2596
+ });
2597
+ }
2598
+ }), $.fn.inputmask;
2599
+ });
2600
+ } ]);