cronapp-framework-mobile-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 (1247) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +1 -0
  3. package/components/crn-QRCode.components.json +55 -0
  4. package/components/crn-anchor.components.json +290 -0
  5. package/components/crn-button-bar.components.json +64 -0
  6. package/components/crn-button.components.json +339 -0
  7. package/components/crn-card.components.json +95 -0
  8. package/components/crn-chart.components.json +57 -0
  9. package/components/crn-chat.components.json +8 -0
  10. package/components/crn-checkbox.components.json +330 -0
  11. package/components/crn-complex-search.components.json +43 -0
  12. package/components/crn-component.components.json +58 -0
  13. package/components/crn-container.components.json +21 -0
  14. package/components/crn-cron-crud.components.json +21 -0
  15. package/components/crn-datasource.components.json +188 -0
  16. package/components/crn-dynamic-file.components.json +142 -0
  17. package/components/crn-dynamic-image.components.json +156 -0
  18. package/components/crn-dynamic-select.components.json +111 -0
  19. package/components/crn-enterprise-combobox.components.json +162 -0
  20. package/components/crn-evaluation.components.json +64 -0
  21. package/components/crn-filter-button.components.json +327 -0
  22. package/components/crn-form-template.components.json +11 -0
  23. package/components/crn-frame.components.json +59 -0
  24. package/components/crn-header-button.components.json +63 -0
  25. package/components/crn-heading.components.json +109 -0
  26. package/components/crn-icon.components.json +305 -0
  27. package/components/crn-image.components.json +124 -0
  28. package/components/crn-infinite-scroll.components.json +29 -0
  29. package/components/crn-input-button.components.json +294 -0
  30. package/components/crn-input-floating.components.json +198 -0
  31. package/components/crn-input-icon.components.json +389 -0
  32. package/components/crn-input-inline.components.json +198 -0
  33. package/components/crn-input.components.json +185 -0
  34. package/components/crn-ion-content.components.json +24 -0
  35. package/components/crn-ion-footer-bar.components.json +515 -0
  36. package/components/crn-ion-header-bar.components.json +343 -0
  37. package/components/crn-ion-list.components.json +152 -0
  38. package/components/crn-ion-nav-buttons.components.json +63 -0
  39. package/components/crn-ion-segment-item.components.json +68 -0
  40. package/components/crn-ion-segment.components.json +1009 -0
  41. package/components/crn-ion-tab-item.components.json +50 -0
  42. package/components/crn-ion-tab.components.json +270 -0
  43. package/components/crn-item-options.components.json +26 -0
  44. package/components/crn-item-select.components.json +72 -0
  45. package/components/crn-item-swipe.components.json +62 -0
  46. package/components/crn-kendo-chat.components.json +88 -0
  47. package/components/crn-label.components.json +123 -0
  48. package/components/crn-list-avatar.components.json +266 -0
  49. package/components/crn-list-icon.components.json +255 -0
  50. package/components/crn-list-item-avatar.components.json +242 -0
  51. package/components/crn-list-item-icon.components.json +248 -0
  52. package/components/crn-list-item-thumbnail.components.json +232 -0
  53. package/components/crn-list-item.components.json +166 -0
  54. package/components/crn-list-simple.components.json +186 -0
  55. package/components/crn-list-swipe.components.json +105 -0
  56. package/components/crn-list-thumbnail.components.json +254 -0
  57. package/components/crn-list.components.json +75 -0
  58. package/components/crn-map.components.json +55 -0
  59. package/components/crn-mobile-menu.components.json +32 -0
  60. package/components/crn-multiselect.components.json +110 -0
  61. package/components/crn-navbar.components.json +107 -0
  62. package/components/crn-option-button.components.json +83 -0
  63. package/components/crn-paragraph.components.json +120 -0
  64. package/components/crn-radio.components.json +90 -0
  65. package/components/crn-radioOption.components.json +23 -0
  66. package/components/crn-range.components.json +310 -0
  67. package/components/crn-rating.components.json +226 -0
  68. package/components/crn-search.components.json +210 -0
  69. package/components/crn-select-options.components.json +17 -0
  70. package/components/crn-select.components.json +93 -0
  71. package/components/crn-signature-pad.components.json +35 -0
  72. package/components/crn-slider-item.components.json +251 -0
  73. package/components/crn-slider.components.json +106 -0
  74. package/components/crn-spacer.components.json +21 -0
  75. package/components/crn-start.components.json +13 -0
  76. package/components/crn-tabs-icon-only-item.components.json +85 -0
  77. package/components/crn-tabs-icon-only.components.json +508 -0
  78. package/components/crn-tabs.components.json +36 -0
  79. package/components/crn-textarea.components.json +109 -0
  80. package/components/crn-toggle.components.json +305 -0
  81. package/components/crn-video.components.json +67 -0
  82. package/components/css/app.css +140 -0
  83. package/components/css/background-color.css +125 -0
  84. package/components/css/chatStyle.css +221 -0
  85. package/components/css/color-default.css +279 -0
  86. package/components/css/crn-ion-footer-bar.css +77 -0
  87. package/components/css/crn-ion-segment.css +961 -0
  88. package/components/css/icon-size.css +15 -0
  89. package/components/css/multiselect-editor.css +102 -0
  90. package/components/css/tabs-color.css +413 -0
  91. package/components/js/format.min.js +2 -0
  92. package/components/js/jquery.inputmask.bundle.js +3883 -0
  93. package/components/js/jquery.mask.min.js +19 -0
  94. package/components/js/pouchdb.cordova-sqlite.js +5540 -0
  95. package/components/js/qrcode.js +1319 -0
  96. package/components/reports/BOOLEAN.parameter.html +10 -0
  97. package/components/reports/DATE.parameter.html +4 -0
  98. package/components/reports/DOUBLE.parameter.html +4 -0
  99. package/components/reports/FLOAT.parameter.html +4 -0
  100. package/components/reports/INTEGER.parameter.html +4 -0
  101. package/components/reports/LONG.parameter.html +5 -0
  102. package/components/reports/STRING.parameter.html +5 -0
  103. package/components/reports/reports.parameters.html +20 -0
  104. package/components/templates/advanced.list.designtime.html +46 -0
  105. package/components/templates/advanced.list.template.html +1 -0
  106. package/components/templates/anchor.template.html +1 -0
  107. package/components/templates/button-bar.template.html +5 -0
  108. package/components/templates/button-report.template.html +1 -0
  109. package/components/templates/button.template.html +4 -0
  110. package/components/templates/card.template.html +7 -0
  111. package/components/templates/chat.template.html +39 -0
  112. package/components/templates/checkbox.template.html +8 -0
  113. package/components/templates/combobox.designtime.html +12 -0
  114. package/components/templates/combobox.template.html +8 -0
  115. package/components/templates/complexsearch.template.html +7 -0
  116. package/components/templates/crn-frame.designtime.html +11 -0
  117. package/components/templates/crn-frame.template.html +2 -0
  118. package/components/templates/crn-ion-segment-item.template.html +6 -0
  119. package/components/templates/crn-ion-segment.template.html +32 -0
  120. package/components/templates/crn-signature-pad.designtime.html +5 -0
  121. package/components/templates/crn-signature-pad.template.html +1 -0
  122. package/components/templates/cron-combobox.designtime.html +6 -0
  123. package/components/templates/cron-combobox.template.html +5 -0
  124. package/components/templates/cron-crud.template.html +7 -0
  125. package/components/templates/cron-mobile-menu.designtime.html +10 -0
  126. package/components/templates/div.horizontal.template.html +27 -0
  127. package/components/templates/div.vertical.template.html +11 -0
  128. package/components/templates/dynamic-combobox.template.html +6 -0
  129. package/components/templates/dynamicfile.designtime.html +5 -0
  130. package/components/templates/dynamicfile.template.html +8 -0
  131. package/components/templates/dynamicimage.designtime.html +8 -0
  132. package/components/templates/dynamicimage.template.html +9 -0
  133. package/components/templates/evaluation.designtime.html +7 -0
  134. package/components/templates/evaluation.template.html +1 -0
  135. package/components/templates/filterbutton.template.html +3 -0
  136. package/components/templates/floattextinput.designtime.html +4 -0
  137. package/components/templates/floattextinput.template.html +4 -0
  138. package/components/templates/form.template.html +5 -0
  139. package/components/templates/header.template.html +3 -0
  140. package/components/templates/icontextinput.template.html +4 -0
  141. package/components/templates/image.template.html +18 -0
  142. package/components/templates/inlinetextinput.template.html +4 -0
  143. package/components/templates/ion-footer-bar.template.html +15 -0
  144. package/components/templates/ion-header-bar.template.html +13 -0
  145. package/components/templates/ion-tab-item.designtime.html +5 -0
  146. package/components/templates/ion-tab.template.html +8 -0
  147. package/components/templates/item.avatar.template.html +5 -0
  148. package/components/templates/item.icon.template.html +4 -0
  149. package/components/templates/item.options.template.html +14 -0
  150. package/components/templates/item.slider.template.html +4 -0
  151. package/components/templates/item.swipe.template.html +14 -0
  152. package/components/templates/item.template.html +5 -0
  153. package/components/templates/item.thumbnail.template.html +5 -0
  154. package/components/templates/kendo-chat.designtime.html +20 -0
  155. package/components/templates/kendo-chat.template.html +75 -0
  156. package/components/templates/list.avatar.template.html +7 -0
  157. package/components/templates/list.icon.template.html +6 -0
  158. package/components/templates/list.swipe.template.html +16 -0
  159. package/components/templates/list.template.html +5 -0
  160. package/components/templates/list.thumbnail.template.html +7 -0
  161. package/components/templates/maps.designtime.html +1 -0
  162. package/components/templates/maps.template.html +1 -0
  163. package/components/templates/menu.template.html +21 -0
  164. package/components/templates/multiselect.template.html +5 -0
  165. package/components/templates/nav.bar.template.html +5 -0
  166. package/components/templates/public.menu.template.html +21 -0
  167. package/components/templates/publicMenu.template.html +14 -0
  168. package/components/templates/radiogroup-dynamic.template.html +15 -0
  169. package/components/templates/radiogroup.template.html +21 -0
  170. package/components/templates/range.template.html +5 -0
  171. package/components/templates/rating.template.html +9 -0
  172. package/components/templates/search.template.html +6 -0
  173. package/components/templates/slider.template.html +20 -0
  174. package/components/templates/tabs-icon-only.template.html +16 -0
  175. package/components/templates/tabs.template.html +5 -0
  176. package/components/templates/textarea.template.html +1 -0
  177. package/components/templates/textinput.template.html +3 -0
  178. package/components/templates/textinputbutton.template.html +12 -0
  179. package/components/templates/title.template.html +1 -0
  180. package/components/templates/toggle-dynamic.template.html +11 -0
  181. package/components/templates/toggle.template.html +9 -0
  182. package/components/templates/video.designtime.html +2 -0
  183. package/components/templates/video.template.html +1 -0
  184. package/components/templates/views/public/home.view.html +16 -0
  185. package/components/templates/views/public/menu.view.html +20 -0
  186. package/components/upload/upload.html +41 -0
  187. package/css/app.css +0 -0
  188. package/css/app_2.9.css +426 -0
  189. package/css/cronos.css +63 -0
  190. package/css/fonts/SourceSansPro/SourceSansPro-Black.otf +0 -0
  191. package/css/fonts/SourceSansPro/SourceSansPro-BlackIt.otf +0 -0
  192. package/css/fonts/SourceSansPro/SourceSansPro-Bold.otf +0 -0
  193. package/css/fonts/SourceSansPro/SourceSansPro-BoldIt.otf +0 -0
  194. package/css/fonts/SourceSansPro/SourceSansPro-ExtraLight.otf +0 -0
  195. package/css/fonts/SourceSansPro/SourceSansPro-ExtraLightIt.otf +0 -0
  196. package/css/fonts/SourceSansPro/SourceSansPro-It.otf +0 -0
  197. package/css/fonts/SourceSansPro/SourceSansPro-Light.otf +0 -0
  198. package/css/fonts/SourceSansPro/SourceSansPro-LightIt.otf +0 -0
  199. package/css/fonts/SourceSansPro/SourceSansPro-Regular.otf +0 -0
  200. package/css/fonts/SourceSansPro/SourceSansPro-Semibold.otf +0 -0
  201. package/css/fonts/SourceSansPro/SourceSansPro-SemiboldIt.otf +0 -0
  202. package/css/fonts/SourceSansPro/SourceSansPro.css +83 -0
  203. package/css/fonts/WorkSans/WorkSans-Black.ttf +0 -0
  204. package/css/fonts/WorkSans/WorkSans-BlackItalic.ttf +0 -0
  205. package/css/fonts/WorkSans/WorkSans-Bold.ttf +0 -0
  206. package/css/fonts/WorkSans/WorkSans-BoldItalic.ttf +0 -0
  207. package/css/fonts/WorkSans/WorkSans-ExtraBold.ttf +0 -0
  208. package/css/fonts/WorkSans/WorkSans-ExtraBoldItalic.ttf +0 -0
  209. package/css/fonts/WorkSans/WorkSans-ExtraLight.ttf +0 -0
  210. package/css/fonts/WorkSans/WorkSans-ExtraLightItalic.ttf +0 -0
  211. package/css/fonts/WorkSans/WorkSans-Italic.ttf +0 -0
  212. package/css/fonts/WorkSans/WorkSans-Light.ttf +0 -0
  213. package/css/fonts/WorkSans/WorkSans-LightItalic.ttf +0 -0
  214. package/css/fonts/WorkSans/WorkSans-Medium.ttf +0 -0
  215. package/css/fonts/WorkSans/WorkSans-MediumItalic.ttf +0 -0
  216. package/css/fonts/WorkSans/WorkSans-Regular.ttf +0 -0
  217. package/css/fonts/WorkSans/WorkSans-SemiBold.ttf +0 -0
  218. package/css/fonts/WorkSans/WorkSans-SemiBoldItalic.ttf +0 -0
  219. package/css/fonts/WorkSans/WorkSans-Thin.ttf +0 -0
  220. package/css/fonts/WorkSans/WorkSans-ThinItalic.ttf +0 -0
  221. package/css/fonts/WorkSans/WorkSans.css +97 -0
  222. package/css/fonts/arial-narrow/arial-narrow-bold-italic.ttf +0 -0
  223. package/css/fonts/arial-narrow/arial-narrow-bold.ttf +0 -0
  224. package/css/fonts/arial-narrow/arial-narrow-italic.ttf +0 -0
  225. package/css/fonts/arial-narrow/arial-narrow.css +27 -0
  226. package/css/fonts/arial-narrow/arial-narrow.ttf +0 -0
  227. package/css/fonts/calibri/calibri-bold-italic.ttf +0 -0
  228. package/css/fonts/calibri/calibri-bold.ttf +0 -0
  229. package/css/fonts/calibri/calibri-italic.ttf +0 -0
  230. package/css/fonts/calibri/calibri-light-italic.ttf +0 -0
  231. package/css/fonts/calibri/calibri-light.ttf +0 -0
  232. package/css/fonts/calibri/calibri-regular.ttf +0 -0
  233. package/css/fonts/calibri/calibri.css +41 -0
  234. package/css/fonts/georgia/georgia.css +27 -0
  235. package/css/fonts/georgia/georgia_bold.ttf +0 -0
  236. package/css/fonts/georgia/georgia_bold_italic.ttf +0 -0
  237. package/css/fonts/georgia/georgia_italic.ttf +0 -0
  238. package/css/fonts/georgia/georgia_regular.ttf +0 -0
  239. package/css/fonts/glyphicons-halflings/glyphicons-halflings-regular.eot +0 -0
  240. package/css/fonts/glyphicons-halflings/glyphicons-halflings-regular.svg +288 -0
  241. package/css/fonts/glyphicons-halflings/glyphicons-halflings-regular.ttf +0 -0
  242. package/css/fonts/glyphicons-halflings/glyphicons-halflings-regular.woff +0 -0
  243. package/css/fonts/glyphicons-halflings/glyphicons-halflings-regular.woff2 +0 -0
  244. package/css/fonts/helvetica-neue/HelveticaNeue.css +125 -0
  245. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-Bd.otf +0 -0
  246. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-BdIt.otf +0 -0
  247. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-Blk.otf +0 -0
  248. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-BlkIt.otf +0 -0
  249. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-Hv.otf +0 -0
  250. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-HvIt.otf +0 -0
  251. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-It.otf +0 -0
  252. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-Lt.otf +0 -0
  253. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-LtIt.otf +0 -0
  254. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-Md.otf +0 -0
  255. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-MdIt.otf +0 -0
  256. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-Roman.otf +0 -0
  257. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-Th.otf +0 -0
  258. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-ThIt.otf +0 -0
  259. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-UltLt.otf +0 -0
  260. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-UltLtIt.otf +0 -0
  261. package/css/fonts/inter/Inter-Black.otf +0 -0
  262. package/css/fonts/inter/Inter-BlackItalic.otf +0 -0
  263. package/css/fonts/inter/Inter-Bold.otf +0 -0
  264. package/css/fonts/inter/Inter-BoldItalic.otf +0 -0
  265. package/css/fonts/inter/Inter-ExtraBold.otf +0 -0
  266. package/css/fonts/inter/Inter-ExtraBoldItalic.otf +0 -0
  267. package/css/fonts/inter/Inter-ExtraLightItalic.otf +0 -0
  268. package/css/fonts/inter/Inter-Italic.otf +0 -0
  269. package/css/fonts/inter/Inter-Light.otf +0 -0
  270. package/css/fonts/inter/Inter-LightItalic.otf +0 -0
  271. package/css/fonts/inter/Inter-Medium.otf +0 -0
  272. package/css/fonts/inter/Inter-MediumItalic.otf +0 -0
  273. package/css/fonts/inter/Inter-Regular.otf +0 -0
  274. package/css/fonts/inter/Inter-SemiBold.otf +0 -0
  275. package/css/fonts/inter/Inter-SemiBoldItalic.otf +0 -0
  276. package/css/fonts/inter/Inter-Thin.otf +0 -0
  277. package/css/fonts/inter/Inter-ThinItalic.otf +0 -0
  278. package/css/fonts/inter/inter.css +104 -0
  279. package/css/fonts/lato/Lato-Black.ttf +0 -0
  280. package/css/fonts/lato/Lato-BlackItalic.ttf +0 -0
  281. package/css/fonts/lato/Lato-Bold.ttf +0 -0
  282. package/css/fonts/lato/Lato-BoldItalic.ttf +0 -0
  283. package/css/fonts/lato/Lato-Hairline.ttf +0 -0
  284. package/css/fonts/lato/Lato-HairlineItalic.ttf +0 -0
  285. package/css/fonts/lato/Lato-Heavy.ttf +0 -0
  286. package/css/fonts/lato/Lato-HeavyItalic.ttf +0 -0
  287. package/css/fonts/lato/Lato-Italic.ttf +0 -0
  288. package/css/fonts/lato/Lato-Light.ttf +0 -0
  289. package/css/fonts/lato/Lato-LightItalic.ttf +0 -0
  290. package/css/fonts/lato/Lato-Medium.ttf +0 -0
  291. package/css/fonts/lato/Lato-MediumItalic.ttf +0 -0
  292. package/css/fonts/lato/Lato-Regular.ttf +0 -0
  293. package/css/fonts/lato/Lato-Semibold.ttf +0 -0
  294. package/css/fonts/lato/Lato-SemiboldItalic.ttf +0 -0
  295. package/css/fonts/lato/Lato-Thin.ttf +0 -0
  296. package/css/fonts/lato/Lato-ThinItalic.ttf +0 -0
  297. package/css/fonts/lato/lato.css +125 -0
  298. package/css/fonts/material-icons/font-material-icon.css +22 -0
  299. package/css/fonts/material-icons/material-icons.woff2 +0 -0
  300. package/css/fonts/news-cycle/NewsCycle-Bold.ttf +0 -0
  301. package/css/fonts/news-cycle/NewsCycle-Regular.ttf +0 -0
  302. package/css/fonts/news-cycle/NewsCycle.css +13 -0
  303. package/css/fonts/nunito/nunito.css +270 -0
  304. package/css/fonts/open-sans/OpenSans-Bold.ttf +0 -0
  305. package/css/fonts/open-sans/OpenSans-BoldItalic.ttf +0 -0
  306. package/css/fonts/open-sans/OpenSans-ExtraBold.ttf +0 -0
  307. package/css/fonts/open-sans/OpenSans-ExtraBoldItalic.ttf +0 -0
  308. package/css/fonts/open-sans/OpenSans-Italic.ttf +0 -0
  309. package/css/fonts/open-sans/OpenSans-Light.ttf +0 -0
  310. package/css/fonts/open-sans/OpenSans-LightItalic.ttf +0 -0
  311. package/css/fonts/open-sans/OpenSans-Regular.ttf +0 -0
  312. package/css/fonts/open-sans/OpenSans-Semibold.ttf +0 -0
  313. package/css/fonts/open-sans/OpenSans-SemiboldItalic.ttf +0 -0
  314. package/css/fonts/open-sans/OpenSans.css +69 -0
  315. package/css/fonts/raleway/Raleway-Black.ttf +0 -0
  316. package/css/fonts/raleway/Raleway-BlackItalic.ttf +0 -0
  317. package/css/fonts/raleway/Raleway-Bold.ttf +0 -0
  318. package/css/fonts/raleway/Raleway-BoldItalic.ttf +0 -0
  319. package/css/fonts/raleway/Raleway-ExtraBold.ttf +0 -0
  320. package/css/fonts/raleway/Raleway-ExtraBoldItalic.ttf +0 -0
  321. package/css/fonts/raleway/Raleway-ExtraLight.ttf +0 -0
  322. package/css/fonts/raleway/Raleway-ExtraLightItalic.ttf +0 -0
  323. package/css/fonts/raleway/Raleway-Italic.ttf +0 -0
  324. package/css/fonts/raleway/Raleway-Light.ttf +0 -0
  325. package/css/fonts/raleway/Raleway-LightItalic.ttf +0 -0
  326. package/css/fonts/raleway/Raleway-Medium.ttf +0 -0
  327. package/css/fonts/raleway/Raleway-MediumItalic.ttf +0 -0
  328. package/css/fonts/raleway/Raleway-Regular.ttf +0 -0
  329. package/css/fonts/raleway/Raleway-SemiBold.ttf +0 -0
  330. package/css/fonts/raleway/Raleway-SemiBoldItalic.ttf +0 -0
  331. package/css/fonts/raleway/Raleway-Thin.ttf +0 -0
  332. package/css/fonts/raleway/Raleway-ThinItalic.ttf +0 -0
  333. package/css/fonts/raleway/raleway.css +111 -0
  334. package/css/fonts/rawline/rawline-100.ttf +0 -0
  335. package/css/fonts/rawline/rawline-100i.ttf +0 -0
  336. package/css/fonts/rawline/rawline-200.ttf +0 -0
  337. package/css/fonts/rawline/rawline-200i.ttf +0 -0
  338. package/css/fonts/rawline/rawline-300.ttf +0 -0
  339. package/css/fonts/rawline/rawline-300i.ttf +0 -0
  340. package/css/fonts/rawline/rawline-400.ttf +0 -0
  341. package/css/fonts/rawline/rawline-400i.ttf +0 -0
  342. package/css/fonts/rawline/rawline-500.ttf +0 -0
  343. package/css/fonts/rawline/rawline-500i.ttf +0 -0
  344. package/css/fonts/rawline/rawline-600.ttf +0 -0
  345. package/css/fonts/rawline/rawline-600i.ttf +0 -0
  346. package/css/fonts/rawline/rawline-700.ttf +0 -0
  347. package/css/fonts/rawline/rawline-700i.ttf +0 -0
  348. package/css/fonts/rawline/rawline-800.ttf +0 -0
  349. package/css/fonts/rawline/rawline-800i.ttf +0 -0
  350. package/css/fonts/rawline/rawline-900.ttf +0 -0
  351. package/css/fonts/rawline/rawline-900i.ttf +0 -0
  352. package/css/fonts/rawline/rawline.css +111 -0
  353. package/css/fonts/roboto/Roboto-Black.ttf +0 -0
  354. package/css/fonts/roboto/Roboto-BlackItalic.ttf +0 -0
  355. package/css/fonts/roboto/Roboto-Bold.ttf +0 -0
  356. package/css/fonts/roboto/Roboto-BoldItalic.ttf +0 -0
  357. package/css/fonts/roboto/Roboto-Italic.ttf +0 -0
  358. package/css/fonts/roboto/Roboto-Light.ttf +0 -0
  359. package/css/fonts/roboto/Roboto-LightItalic.ttf +0 -0
  360. package/css/fonts/roboto/Roboto-Medium.ttf +0 -0
  361. package/css/fonts/roboto/Roboto-MediumItalic.ttf +0 -0
  362. package/css/fonts/roboto/Roboto-Regular.ttf +0 -0
  363. package/css/fonts/roboto/Roboto-Thin.ttf +0 -0
  364. package/css/fonts/roboto/Roboto-ThinItalic.ttf +0 -0
  365. package/css/fonts/roboto/roboto.css +83 -0
  366. package/css/fonts/times-new-roman/Times-New-Roman.css +27 -0
  367. package/css/fonts/times-new-roman/times-new-roman-bold-italic.ttf +0 -0
  368. package/css/fonts/times-new-roman/times-new-roman-italic.ttf +0 -0
  369. package/css/fonts/times-new-roman/times-new-roman.ttf +0 -0
  370. package/css/fonts/times-new-roman/times-new-romanbold.ttf +0 -0
  371. package/css/fonts/ubuntu/Ubuntu-B.ttf +0 -0
  372. package/css/fonts/ubuntu/Ubuntu-BI.ttf +0 -0
  373. package/css/fonts/ubuntu/Ubuntu-C.ttf +0 -0
  374. package/css/fonts/ubuntu/Ubuntu-L.ttf +0 -0
  375. package/css/fonts/ubuntu/Ubuntu-LI.ttf +0 -0
  376. package/css/fonts/ubuntu/Ubuntu-M.ttf +0 -0
  377. package/css/fonts/ubuntu/Ubuntu-MI.ttf +0 -0
  378. package/css/fonts/ubuntu/Ubuntu-R.ttf +0 -0
  379. package/css/fonts/ubuntu/Ubuntu-RI.ttf +0 -0
  380. package/css/fonts/ubuntu/Ubuntu.css +55 -0
  381. package/css/groupingOfCss/checkbox.css +75 -0
  382. package/css/groupingOfCss/col.css +728 -0
  383. package/css/groupingOfCss/dynamicImage.css +24 -0
  384. package/css/groupingOfCss/import_groupingOfCss.css +5 -0
  385. package/css/groupingOfCss/qrCodeCronapp.css +4 -0
  386. package/css/groupingOfCss/upload-image.css +68 -0
  387. package/css/old/modal.css +156 -0
  388. package/css/themes/aquamarine.min.css +5 -0
  389. package/css/themes/cerulean.min.css +5 -0
  390. package/css/themes/cosmo.min.css +5 -0
  391. package/css/themes/custom/aquamarine/bar-aquamarine.css +138 -0
  392. package/css/themes/custom/aquamarine/button-aquamarine.css +306 -0
  393. package/css/themes/custom/aquamarine/crn-ion-segment-aquamarine.css +60 -0
  394. package/css/themes/custom/aquamarine/custom-aquamarine.css +842 -0
  395. package/css/themes/custom/aquamarine/img/arrow-gray.svg +3 -0
  396. package/css/themes/custom/aquamarine/img/arrow-white.svg +3 -0
  397. package/css/themes/custom/cerulean/button-cerulean.css +528 -0
  398. package/css/themes/custom/cerulean/crn-ion-segment-cerulean.css +68 -0
  399. package/css/themes/custom/cerulean/custom-cerulean.css +697 -0
  400. package/css/themes/custom/cosmo/custom-cosmo.css +662 -0
  401. package/css/themes/custom/cyborg/custom-cyborg.css +773 -0
  402. package/css/themes/custom/darkly/custom-darkly.css +758 -0
  403. package/css/themes/custom/dsgov/button-dsgov.css +252 -0
  404. package/css/themes/custom/dsgov/custom-dsgov.css +932 -0
  405. package/css/themes/custom/flatly/custom-flatly.css +636 -0
  406. package/css/themes/custom/fuse/button-fuse.css +362 -0
  407. package/css/themes/custom/fuse/custom-fuse.css +777 -0
  408. package/css/themes/custom/journal/custom-journal.css +642 -0
  409. package/css/themes/custom/krypton/custom-krypton.css +1696 -0
  410. package/css/themes/custom/lumen/button-lumen.css +81 -0
  411. package/css/themes/custom/lumen/crn-ion-header-bar.css +59 -0
  412. package/css/themes/custom/lumen/custom-lumen.css +687 -0
  413. package/css/themes/custom/material/custom-material.css +635 -0
  414. package/css/themes/custom/material-round/custom-material-round.css +1761 -0
  415. package/css/themes/custom/materialui/custom-materialui.css +265 -0
  416. package/css/themes/custom/materialui/font/Roboto-Black.woff +0 -0
  417. package/css/themes/custom/materialui/font/Roboto-Black.woff2 +0 -0
  418. package/css/themes/custom/materialui/font/Roboto-BlackItalic.woff +0 -0
  419. package/css/themes/custom/materialui/font/Roboto-BlackItalic.woff2 +0 -0
  420. package/css/themes/custom/materialui/font/Roboto-Bold.woff +0 -0
  421. package/css/themes/custom/materialui/font/Roboto-Bold.woff2 +0 -0
  422. package/css/themes/custom/materialui/font/Roboto-BoldItalic.woff +0 -0
  423. package/css/themes/custom/materialui/font/Roboto-BoldItalic.woff2 +0 -0
  424. package/css/themes/custom/materialui/font/Roboto-Italic.woff +0 -0
  425. package/css/themes/custom/materialui/font/Roboto-Italic.woff2 +0 -0
  426. package/css/themes/custom/materialui/font/Roboto-Light.woff +0 -0
  427. package/css/themes/custom/materialui/font/Roboto-Light.woff2 +0 -0
  428. package/css/themes/custom/materialui/font/Roboto-LightItalic.woff +0 -0
  429. package/css/themes/custom/materialui/font/Roboto-LightItalic.woff2 +0 -0
  430. package/css/themes/custom/materialui/font/Roboto-Medium.woff +0 -0
  431. package/css/themes/custom/materialui/font/Roboto-Medium.woff2 +0 -0
  432. package/css/themes/custom/materialui/font/Roboto-MediumItalic.woff +0 -0
  433. package/css/themes/custom/materialui/font/Roboto-MediumItalic.woff2 +0 -0
  434. package/css/themes/custom/materialui/font/Roboto-Regular.woff +0 -0
  435. package/css/themes/custom/materialui/font/Roboto-Regular.woff2 +0 -0
  436. package/css/themes/custom/materialui/font/Roboto-Thin.woff +0 -0
  437. package/css/themes/custom/materialui/font/Roboto-Thin.woff2 +0 -0
  438. package/css/themes/custom/materialui/font/Roboto-ThinItalic.woff +0 -0
  439. package/css/themes/custom/materialui/font/Roboto-ThinItalic.woff2 +0 -0
  440. package/css/themes/custom/materialui/font/fonts.css +108 -0
  441. package/css/themes/custom/materialui/img/arrow-gray.svg +11 -0
  442. package/css/themes/custom/materialui/img/arrow-white.svg +11 -0
  443. package/css/themes/custom/nature/custom-nature.css +1710 -0
  444. package/css/themes/custom/paper/button-paper.css +5 -0
  445. package/css/themes/custom/paper/custom-paper.css +676 -0
  446. package/css/themes/custom/readable/button-readable.css +82 -0
  447. package/css/themes/custom/readable/crn-ion-segment-readable.css +143 -0
  448. package/css/themes/custom/readable/custom-readable.css +641 -0
  449. package/css/themes/custom/sandstone/custom-sandstone.css +615 -0
  450. package/css/themes/custom/simplex/button-simplex.css +472 -0
  451. package/css/themes/custom/simplex/crn-ion-segment-simplex.css +60 -0
  452. package/css/themes/custom/simplex/custom-simplex.css +625 -0
  453. package/css/themes/custom/slate/button-slate.css +477 -0
  454. package/css/themes/custom/slate/crn-ion-segment-slate.css +102 -0
  455. package/css/themes/custom/slate/custom-slate.css +635 -0
  456. package/css/themes/custom/spacelab/bar-spacelab.css +143 -0
  457. package/css/themes/custom/spacelab/button-spacelab.css +471 -0
  458. package/css/themes/custom/spacelab/crn-ion-segment-spacelab.css +60 -0
  459. package/css/themes/custom/spacelab/custom-spacelab.css +653 -0
  460. package/css/themes/custom/superhero/custom-superhero.css +637 -0
  461. package/css/themes/custom/theme-general/button.css +526 -0
  462. package/css/themes/custom/theme-general/checkbox.css +546 -0
  463. package/css/themes/custom/theme-general/crn-ion-header-bar.css +418 -0
  464. package/css/themes/custom/theme-general/crn-ion-segment.css +234 -0
  465. package/css/themes/custom/theme-general/icon.css +39 -0
  466. package/css/themes/custom/theme-general/input.css +50 -0
  467. package/css/themes/custom/theme-general/login.css +317 -0
  468. package/css/themes/custom/theme-general/modal.css +135 -0
  469. package/css/themes/custom/theme-general/range.css +79 -0
  470. package/css/themes/custom/theme-general/reset-password.css +62 -0
  471. package/css/themes/custom/theme-general/signup.css +39 -0
  472. package/css/themes/custom/theme-general/theme-general.css +263 -0
  473. package/css/themes/custom/theme-general/toggle.css +190 -0
  474. package/css/themes/custom/united/custom-united.css +627 -0
  475. package/css/themes/custom/yeti/button-yeti.css +86 -0
  476. package/css/themes/custom/yeti/custom-yeti.css +622 -0
  477. package/css/themes/cyborg.min.css +5 -0
  478. package/css/themes/darkly.min.css +5 -0
  479. package/css/themes/dsgov.min.css +5 -0
  480. package/css/themes/flatly.min.css +5 -0
  481. package/css/themes/fuse.min.css +5 -0
  482. package/css/themes/journal.min.css +5 -0
  483. package/css/themes/krypton.min.css +5 -0
  484. package/css/themes/lumen.min.css +5 -0
  485. package/css/themes/material-round.min.css +5 -0
  486. package/css/themes/material.min.css +5 -0
  487. package/css/themes/materialui.min.css +5 -0
  488. package/css/themes/nature.min.css +5 -0
  489. package/css/themes/paper.min.css +5 -0
  490. package/css/themes/readable.min.css +5 -0
  491. package/css/themes/sandstone.min.css +5 -0
  492. package/css/themes/simplex.min.css +5 -0
  493. package/css/themes/slate.min.css +5 -0
  494. package/css/themes/spacelab.min.css +5 -0
  495. package/css/themes/superhero.min.css +5 -0
  496. package/css/themes/theme.editor.view.html +890 -0
  497. package/css/themes/united.min.css +5 -0
  498. package/css/themes/yeti.min.css +5 -0
  499. package/deprecated/components/crn-QRCode.components.json +54 -0
  500. package/deprecated/components/crn-anchor.components.json +89 -0
  501. package/deprecated/components/crn-button-bar.components.json +64 -0
  502. package/deprecated/components/crn-button.components.json +316 -0
  503. package/deprecated/components/crn-card.components.json +95 -0
  504. package/deprecated/components/crn-chart.components.json +57 -0
  505. package/deprecated/components/crn-chat.components.json +8 -0
  506. package/deprecated/components/crn-checkbox.components.json +184 -0
  507. package/deprecated/components/crn-complex-search.components.json +43 -0
  508. package/deprecated/components/crn-container.components.json +21 -0
  509. package/deprecated/components/crn-cron-crud.components.json +21 -0
  510. package/deprecated/components/crn-datasource.components.json +181 -0
  511. package/deprecated/components/crn-dynamic-file.components.json +85 -0
  512. package/deprecated/components/crn-dynamic-image.components.json +153 -0
  513. package/deprecated/components/crn-dynamic-select.components.json +111 -0
  514. package/deprecated/components/crn-evaluation.components.json +64 -0
  515. package/deprecated/components/crn-filter-button.components.json +305 -0
  516. package/deprecated/components/crn-form-template.components.json +11 -0
  517. package/deprecated/components/crn-header-button.components.json +63 -0
  518. package/deprecated/components/crn-heading.components.json +109 -0
  519. package/deprecated/components/crn-icon.components.json +258 -0
  520. package/deprecated/components/crn-image.components.json +121 -0
  521. package/deprecated/components/crn-infinite-scroll.components.json +32 -0
  522. package/deprecated/components/crn-input-button.components.json +205 -0
  523. package/deprecated/components/crn-input-floating.components.json +196 -0
  524. package/deprecated/components/crn-input-icon.components.json +187 -0
  525. package/deprecated/components/crn-input-inline.components.json +198 -0
  526. package/deprecated/components/crn-input.components.json +185 -0
  527. package/deprecated/components/crn-ion-content.components.json +24 -0
  528. package/deprecated/components/crn-ion-footer-bar.components.json +351 -0
  529. package/deprecated/components/crn-ion-header-bar.components.json +211 -0
  530. package/deprecated/components/crn-ion-list.components.json +152 -0
  531. package/deprecated/components/crn-ion-nav-buttons.components.json +63 -0
  532. package/deprecated/components/crn-ion-segment-item.components.json +65 -0
  533. package/deprecated/components/crn-ion-segment.components.json +974 -0
  534. package/deprecated/components/crn-ion-tab-item.components.json +50 -0
  535. package/deprecated/components/crn-ion-tab.components.json +138 -0
  536. package/deprecated/components/crn-item-options.components.json +26 -0
  537. package/deprecated/components/crn-item-select.components.json +69 -0
  538. package/deprecated/components/crn-item-swipe.components.json +62 -0
  539. package/deprecated/components/crn-kendo-chat.components.json +88 -0
  540. package/deprecated/components/crn-label.components.json +113 -0
  541. package/deprecated/components/crn-list-avatar.components.json +260 -0
  542. package/deprecated/components/crn-list-icon.components.json +249 -0
  543. package/deprecated/components/crn-list-item-avatar.components.json +236 -0
  544. package/deprecated/components/crn-list-item-icon.components.json +242 -0
  545. package/deprecated/components/crn-list-item-thumbnail.components.json +226 -0
  546. package/deprecated/components/crn-list-item.components.json +160 -0
  547. package/deprecated/components/crn-list-simple.components.json +180 -0
  548. package/deprecated/components/crn-list-swipe.components.json +105 -0
  549. package/deprecated/components/crn-list-thumbnail.components.json +248 -0
  550. package/deprecated/components/crn-list.components.json +75 -0
  551. package/deprecated/components/crn-map.components.json +55 -0
  552. package/deprecated/components/crn-mobile-menu.components.json +32 -0
  553. package/deprecated/components/crn-multiselect.components.json +110 -0
  554. package/deprecated/components/crn-navbar.components.json +106 -0
  555. package/deprecated/components/crn-option-button.components.json +72 -0
  556. package/deprecated/components/crn-paragraph.components.json +110 -0
  557. package/deprecated/components/crn-radio.components.json +90 -0
  558. package/deprecated/components/crn-radioOption.components.json +23 -0
  559. package/deprecated/components/crn-range.components.json +106 -0
  560. package/deprecated/components/crn-rating.components.json +189 -0
  561. package/deprecated/components/crn-search.components.json +210 -0
  562. package/deprecated/components/crn-select-options.components.json +17 -0
  563. package/deprecated/components/crn-select.components.json +93 -0
  564. package/deprecated/components/crn-slider-item.components.json +236 -0
  565. package/deprecated/components/crn-slider.components.json +105 -0
  566. package/deprecated/components/crn-spacer.components.json +21 -0
  567. package/deprecated/components/crn-start.components.json +10 -0
  568. package/deprecated/components/crn-tabs-icon-only-item.components.json +85 -0
  569. package/deprecated/components/crn-tabs-icon-only.components.json +382 -0
  570. package/deprecated/components/crn-tabs.components.json +36 -0
  571. package/deprecated/components/crn-textarea.components.json +109 -0
  572. package/deprecated/components/crn-toggle.components.json +161 -0
  573. package/deprecated/components/crn-video.components.json +67 -0
  574. package/deprecated/components/css/app.css +78 -0
  575. package/deprecated/components/css/background-color.css +121 -0
  576. package/deprecated/components/css/chatStyle.css +221 -0
  577. package/deprecated/components/css/color-default.css +83 -0
  578. package/deprecated/components/css/crn-ion-segment.css +786 -0
  579. package/deprecated/components/css/icon-size.css +15 -0
  580. package/deprecated/components/css/multiselect-editor.css +119 -0
  581. package/deprecated/components/css/tabs-color.css +248 -0
  582. package/deprecated/components/js/format.min.js +2 -0
  583. package/deprecated/components/js/jquery.inputmask.bundle.js +3883 -0
  584. package/deprecated/components/js/jquery.mask.min.js +19 -0
  585. package/deprecated/components/js/pouchdb.cordova-sqlite.js +5540 -0
  586. package/deprecated/components/js/qrcode.js +1319 -0
  587. package/deprecated/components/reports/BOOLEAN.parameter.html +10 -0
  588. package/deprecated/components/reports/DATE.parameter.html +4 -0
  589. package/deprecated/components/reports/DOUBLE.parameter.html +4 -0
  590. package/deprecated/components/reports/FLOAT.parameter.html +4 -0
  591. package/deprecated/components/reports/INTEGER.parameter.html +4 -0
  592. package/deprecated/components/reports/LONG.parameter.html +5 -0
  593. package/deprecated/components/reports/STRING.parameter.html +5 -0
  594. package/deprecated/components/reports/reports.parameters.html +20 -0
  595. package/deprecated/components/templates/advanced.list.designtime.html +33 -0
  596. package/deprecated/components/templates/advanced.list.template.html +1 -0
  597. package/deprecated/components/templates/anchor.template.html +1 -0
  598. package/deprecated/components/templates/button-bar.template.html +5 -0
  599. package/deprecated/components/templates/button-report.template.html +1 -0
  600. package/deprecated/components/templates/button.template.html +4 -0
  601. package/deprecated/components/templates/card.template.html +7 -0
  602. package/deprecated/components/templates/chat.template.html +39 -0
  603. package/deprecated/components/templates/checkbox.template.html +8 -0
  604. package/deprecated/components/templates/combobox.designtime.html +12 -0
  605. package/deprecated/components/templates/combobox.template.html +8 -0
  606. package/deprecated/components/templates/complexsearch.template.html +7 -0
  607. package/deprecated/components/templates/crn-ion-segment-item.template.html +6 -0
  608. package/deprecated/components/templates/crn-ion-segment.template.html +27 -0
  609. package/deprecated/components/templates/cron-crud.template.html +7 -0
  610. package/deprecated/components/templates/cron-mobile-menu.designtime.html +10 -0
  611. package/deprecated/components/templates/div.horizontal.template.html +27 -0
  612. package/deprecated/components/templates/div.vertical.template.html +11 -0
  613. package/deprecated/components/templates/dynamic-combobox.template.html +6 -0
  614. package/deprecated/components/templates/dynamicfile.template.html +8 -0
  615. package/deprecated/components/templates/dynamicimage.designtime.html +10 -0
  616. package/deprecated/components/templates/dynamicimage.template.html +9 -0
  617. package/deprecated/components/templates/evaluation.designtime.html +7 -0
  618. package/deprecated/components/templates/evaluation.template.html +1 -0
  619. package/deprecated/components/templates/filterbutton.template.html +3 -0
  620. package/deprecated/components/templates/floattextinput.designtime.html +4 -0
  621. package/deprecated/components/templates/floattextinput.template.html +4 -0
  622. package/deprecated/components/templates/form.template.html +5 -0
  623. package/deprecated/components/templates/header.template.html +3 -0
  624. package/deprecated/components/templates/icontextinput.template.html +4 -0
  625. package/deprecated/components/templates/image.template.html +18 -0
  626. package/deprecated/components/templates/inlinetextinput.template.html +4 -0
  627. package/deprecated/components/templates/ion-footer-bar.template.html +15 -0
  628. package/deprecated/components/templates/ion-header-bar.template.html +13 -0
  629. package/deprecated/components/templates/ion-tab-item.designtime.html +5 -0
  630. package/deprecated/components/templates/ion-tab.template.html +8 -0
  631. package/deprecated/components/templates/item.avatar.template.html +5 -0
  632. package/deprecated/components/templates/item.icon.template.html +4 -0
  633. package/deprecated/components/templates/item.options.template.html +14 -0
  634. package/deprecated/components/templates/item.slider.template.html +4 -0
  635. package/deprecated/components/templates/item.swipe.template.html +14 -0
  636. package/deprecated/components/templates/item.template.html +5 -0
  637. package/deprecated/components/templates/item.thumbnail.template.html +5 -0
  638. package/deprecated/components/templates/kendo-chat.designtime.html +20 -0
  639. package/deprecated/components/templates/kendo-chat.template.html +75 -0
  640. package/deprecated/components/templates/list.avatar.template.html +7 -0
  641. package/deprecated/components/templates/list.icon.template.html +6 -0
  642. package/deprecated/components/templates/list.swipe.template.html +16 -0
  643. package/deprecated/components/templates/list.template.html +5 -0
  644. package/deprecated/components/templates/list.thumbnail.template.html +7 -0
  645. package/deprecated/components/templates/maps.designtime.html +1 -0
  646. package/deprecated/components/templates/maps.template.html +1 -0
  647. package/deprecated/components/templates/menu.template.html +21 -0
  648. package/deprecated/components/templates/multiselect.template.html +5 -0
  649. package/deprecated/components/templates/nav.bar.template.html +5 -0
  650. package/deprecated/components/templates/publicMenu.template.html +14 -0
  651. package/deprecated/components/templates/radiogroup-dynamic.template.html +15 -0
  652. package/deprecated/components/templates/radiogroup.template.html +21 -0
  653. package/deprecated/components/templates/range.template.html +5 -0
  654. package/deprecated/components/templates/rating.template.html +9 -0
  655. package/deprecated/components/templates/search.template.html +6 -0
  656. package/deprecated/components/templates/slider.template.html +20 -0
  657. package/deprecated/components/templates/tabs-icon-only.template.html +16 -0
  658. package/deprecated/components/templates/tabs.template.html +5 -0
  659. package/deprecated/components/templates/textarea.template.html +1 -0
  660. package/deprecated/components/templates/textinput.template.html +3 -0
  661. package/deprecated/components/templates/textinputbutton.template.html +12 -0
  662. package/deprecated/components/templates/title.template.html +1 -0
  663. package/deprecated/components/templates/toggle-dynamic.template.html +11 -0
  664. package/deprecated/components/templates/toggle.template.html +9 -0
  665. package/deprecated/components/templates/video.designtime.html +2 -0
  666. package/deprecated/components/templates/video.template.html +1 -0
  667. package/deprecated/components/templates/views/public/home.view.html +16 -0
  668. package/deprecated/components/templates/views/public/menu.view.html +20 -0
  669. package/deprecated/components/upload/upload.html +41 -0
  670. package/deprecated/css/app.css +392 -0
  671. package/deprecated/css/custom-ionic.css +195 -0
  672. package/deprecated/css/groupingOfCss/checkbox.css +75 -0
  673. package/deprecated/css/groupingOfCss/col.css +728 -0
  674. package/deprecated/css/groupingOfCss/dynamicImage.css +24 -0
  675. package/deprecated/css/groupingOfCss/import_groupingOfCss.css +6 -0
  676. package/deprecated/css/groupingOfCss/login.css +260 -0
  677. package/deprecated/css/groupingOfCss/qrCodeCronapp.css +4 -0
  678. package/deprecated/css/groupingOfCss/upload-image.css +68 -0
  679. package/deprecated/css/old/modal.css +133 -0
  680. package/deprecated/css/themes/custom/material/custom-material.css +12 -0
  681. package/deprecated/css/themes/material.min.css +4 -0
  682. package/deprecated/dist/components/css/app.css +1 -0
  683. package/deprecated/dist/components/css/background-color.css +1 -0
  684. package/deprecated/dist/components/css/chatStyle.css +1 -0
  685. package/deprecated/dist/components/css/color-default.css +1 -0
  686. package/deprecated/dist/components/css/crn-ion-segment.css +1 -0
  687. package/deprecated/dist/components/css/icon-size.css +1 -0
  688. package/deprecated/dist/components/css/multiselect-editor.css +1 -0
  689. package/deprecated/dist/components/css/tabs-color.css +1 -0
  690. package/deprecated/dist/components/js/format.min.js +1 -0
  691. package/deprecated/dist/components/js/jquery.inputmask.bundle.js +3 -0
  692. package/deprecated/dist/components/js/jquery.mask.min.js +1 -0
  693. package/deprecated/dist/components/js/pouchdb.cordova-sqlite.js +2 -0
  694. package/deprecated/dist/components/js/qrcode.js +1 -0
  695. package/deprecated/dist/components/templates/advanced.list.designtime.html +1 -0
  696. package/deprecated/dist/components/templates/advanced.list.template.html +1 -0
  697. package/deprecated/dist/components/templates/anchor.template.html +1 -0
  698. package/deprecated/dist/components/templates/button-bar.template.html +1 -0
  699. package/deprecated/dist/components/templates/button-report.template.html +1 -0
  700. package/deprecated/dist/components/templates/button.template.html +1 -0
  701. package/deprecated/dist/components/templates/card.template.html +1 -0
  702. package/deprecated/dist/components/templates/chat.template.html +1 -0
  703. package/deprecated/dist/components/templates/checkbox.template.html +1 -0
  704. package/deprecated/dist/components/templates/combobox.designtime.html +1 -0
  705. package/deprecated/dist/components/templates/combobox.template.html +1 -0
  706. package/deprecated/dist/components/templates/complexsearch.template.html +1 -0
  707. package/deprecated/dist/components/templates/crn-ion-segment-item.template.html +1 -0
  708. package/deprecated/dist/components/templates/crn-ion-segment.template.html +1 -0
  709. package/deprecated/dist/components/templates/cron-crud.template.html +1 -0
  710. package/deprecated/dist/components/templates/cron-mobile-menu.designtime.html +1 -0
  711. package/deprecated/dist/components/templates/div.horizontal.template.html +1 -0
  712. package/deprecated/dist/components/templates/div.vertical.template.html +1 -0
  713. package/deprecated/dist/components/templates/dynamic-combobox.template.html +1 -0
  714. package/deprecated/dist/components/templates/dynamicfile.template.html +1 -0
  715. package/deprecated/dist/components/templates/dynamicimage.designtime.html +1 -0
  716. package/deprecated/dist/components/templates/dynamicimage.template.html +1 -0
  717. package/deprecated/dist/components/templates/evaluation.designtime.html +1 -0
  718. package/deprecated/dist/components/templates/evaluation.template.html +1 -0
  719. package/deprecated/dist/components/templates/filterbutton.template.html +1 -0
  720. package/deprecated/dist/components/templates/floattextinput.designtime.html +1 -0
  721. package/deprecated/dist/components/templates/floattextinput.template.html +1 -0
  722. package/deprecated/dist/components/templates/form.template.html +1 -0
  723. package/deprecated/dist/components/templates/header.template.html +1 -0
  724. package/deprecated/dist/components/templates/iconinput.template.html +1 -0
  725. package/deprecated/dist/components/templates/icontextinput.template.html +1 -0
  726. package/deprecated/dist/components/templates/image.template.html +1 -0
  727. package/deprecated/dist/components/templates/inlinetextinput.template.html +1 -0
  728. package/deprecated/dist/components/templates/ion-footer-bar.template.html +1 -0
  729. package/deprecated/dist/components/templates/ion-header-bar.template.html +1 -0
  730. package/deprecated/dist/components/templates/ion-tab-item.designtime.html +1 -0
  731. package/deprecated/dist/components/templates/ion-tab.designtime.html +1 -0
  732. package/deprecated/dist/components/templates/ion-tab.template.html +1 -0
  733. package/deprecated/dist/components/templates/item.avatar.template.html +1 -0
  734. package/deprecated/dist/components/templates/item.icon.template.html +1 -0
  735. package/deprecated/dist/components/templates/item.options.template.html +1 -0
  736. package/deprecated/dist/components/templates/item.slider.template.html +1 -0
  737. package/deprecated/dist/components/templates/item.swipe.template.html +1 -0
  738. package/deprecated/dist/components/templates/item.template.html +1 -0
  739. package/deprecated/dist/components/templates/item.thumbnail.template.html +1 -0
  740. package/deprecated/dist/components/templates/kendo-chat.designtime.html +1 -0
  741. package/deprecated/dist/components/templates/kendo-chat.template.html +1 -0
  742. package/deprecated/dist/components/templates/list.avatar.template.html +1 -0
  743. package/deprecated/dist/components/templates/list.icon.template.html +1 -0
  744. package/deprecated/dist/components/templates/list.swipe.template.html +1 -0
  745. package/deprecated/dist/components/templates/list.template.html +1 -0
  746. package/deprecated/dist/components/templates/list.thumbnail.template.html +1 -0
  747. package/deprecated/dist/components/templates/maps.designtime.html +1 -0
  748. package/deprecated/dist/components/templates/maps.template.html +1 -0
  749. package/deprecated/dist/components/templates/menu.template.html +1 -0
  750. package/deprecated/dist/components/templates/multiselect.template.html +1 -0
  751. package/deprecated/dist/components/templates/nav.bar.template.html +1 -0
  752. package/deprecated/dist/components/templates/publicMenu.template.html +1 -0
  753. package/deprecated/dist/components/templates/radiogroup-dynamic.template.html +1 -0
  754. package/deprecated/dist/components/templates/radiogroup.template.html +1 -0
  755. package/deprecated/dist/components/templates/range.template.html +1 -0
  756. package/deprecated/dist/components/templates/rating.template.html +1 -0
  757. package/deprecated/dist/components/templates/search.template.html +1 -0
  758. package/deprecated/dist/components/templates/slider.template.html +1 -0
  759. package/deprecated/dist/components/templates/tabs-icon-only.template.html +1 -0
  760. package/deprecated/dist/components/templates/tabs.template.html +1 -0
  761. package/deprecated/dist/components/templates/textarea.template.html +1 -0
  762. package/deprecated/dist/components/templates/textinput.template.html +1 -0
  763. package/deprecated/dist/components/templates/textinputbutton.template.html +1 -0
  764. package/deprecated/dist/components/templates/title.template.html +1 -0
  765. package/deprecated/dist/components/templates/toggle-dynamic.template.html +1 -0
  766. package/deprecated/dist/components/templates/toggle.template.html +1 -0
  767. package/deprecated/dist/components/templates/video.designtime.html +1 -0
  768. package/deprecated/dist/components/templates/video.template.html +1 -0
  769. package/deprecated/dist/components/templates/views/public/home.view.html +1 -0
  770. package/deprecated/dist/components/templates/views/public/menu.view.html +1 -0
  771. package/deprecated/dist/css/app.css +1 -0
  772. package/deprecated/dist/css/cronos.css +1 -0
  773. package/deprecated/dist/css/custom-ionic.css +1 -0
  774. package/deprecated/dist/css/groupingOfCss/checkbox.css +1 -0
  775. package/deprecated/dist/css/groupingOfCss/col.css +1 -0
  776. package/deprecated/dist/css/groupingOfCss/dynamicImage.css +1 -0
  777. package/deprecated/dist/css/groupingOfCss/import_groupingOfCss.css +1 -0
  778. package/deprecated/dist/css/groupingOfCss/login.css +1 -0
  779. package/deprecated/dist/css/groupingOfCss/qrCodeCronapp.css +1 -0
  780. package/deprecated/dist/css/groupingOfCss/upload-image.css +1 -0
  781. package/deprecated/dist/css/old/modal.css +1 -0
  782. package/deprecated/dist/i18n/locale_en_us.json +126 -0
  783. package/deprecated/dist/i18n/locale_pt_br.json +126 -0
  784. package/deprecated/dist/img/cron-icon/crn-QRCode.svg +1 -0
  785. package/deprecated/dist/img/cron-icon/crn-anchor.svg +1 -0
  786. package/deprecated/dist/img/cron-icon/crn-button-bar.svg +1 -0
  787. package/deprecated/dist/img/cron-icon/crn-button.svg +1 -0
  788. package/deprecated/dist/img/cron-icon/crn-card.svg +1 -0
  789. package/deprecated/dist/img/cron-icon/crn-carousel.svg +1 -0
  790. package/deprecated/dist/img/cron-icon/crn-chart.svg +1 -0
  791. package/deprecated/dist/img/cron-icon/crn-checkbox.svg +1 -0
  792. package/deprecated/dist/img/cron-icon/crn-container.svg +1 -0
  793. package/deprecated/dist/img/cron-icon/crn-cron-crud.svg +1 -0
  794. package/deprecated/dist/img/cron-icon/crn-datasource.svg +1 -0
  795. package/deprecated/dist/img/cron-icon/crn-dynamic-file.svg +1 -0
  796. package/deprecated/dist/img/cron-icon/crn-dynamic-image.svg +1 -0
  797. package/deprecated/dist/img/cron-icon/crn-enterprise-dynamic-combobox.svg +1 -0
  798. package/deprecated/dist/img/cron-icon/crn-evaluation.svg +1 -0
  799. package/deprecated/dist/img/cron-icon/crn-form.svg +1 -0
  800. package/deprecated/dist/img/cron-icon/crn-header.svg +1 -0
  801. package/deprecated/dist/img/cron-icon/crn-icon.svg +1 -0
  802. package/deprecated/dist/img/cron-icon/crn-image.svg +1 -0
  803. package/deprecated/dist/img/cron-icon/crn-infinite-scroll.svg +1 -0
  804. package/deprecated/dist/img/cron-icon/crn-input-floating.svg +1 -0
  805. package/deprecated/dist/img/cron-icon/crn-input-inline.svg +1 -0
  806. package/deprecated/dist/img/cron-icon/crn-ion-footer-bar.svg +1 -0
  807. package/deprecated/dist/img/cron-icon/crn-ion-list.svg +1 -0
  808. package/deprecated/dist/img/cron-icon/crn-item-swipe.svg +1 -0
  809. package/deprecated/dist/img/cron-icon/crn-kendo-chat.svg +1 -0
  810. package/deprecated/dist/img/cron-icon/crn-label.svg +1 -0
  811. package/deprecated/dist/img/cron-icon/crn-list-avatar.svg +1 -0
  812. package/deprecated/dist/img/cron-icon/crn-list-icon.svg +1 -0
  813. package/deprecated/dist/img/cron-icon/crn-list-item-avatar.svg +1 -0
  814. package/deprecated/dist/img/cron-icon/crn-list-item-icon.svg +1 -0
  815. package/deprecated/dist/img/cron-icon/crn-list-item-thumbnail.svg +1 -0
  816. package/deprecated/dist/img/cron-icon/crn-list-item.svg +1 -0
  817. package/deprecated/dist/img/cron-icon/crn-list-swipe.svg +1 -0
  818. package/deprecated/dist/img/cron-icon/crn-list-thumbnail.svg +1 -0
  819. package/deprecated/dist/img/cron-icon/crn-list.svg +1 -0
  820. package/deprecated/dist/img/cron-icon/crn-map.svg +1 -0
  821. package/deprecated/dist/img/cron-icon/crn-multiselect.svg +1 -0
  822. package/deprecated/dist/img/cron-icon/crn-paragraph.svg +1 -0
  823. package/deprecated/dist/img/cron-icon/crn-plugin.svg +1 -0
  824. package/deprecated/dist/img/cron-icon/crn-radio.svg +1 -0
  825. package/deprecated/dist/img/cron-icon/crn-radiogroup.svg +1 -0
  826. package/deprecated/dist/img/cron-icon/crn-range.svg +1 -0
  827. package/deprecated/dist/img/cron-icon/crn-rating.svg +1 -0
  828. package/deprecated/dist/img/cron-icon/crn-select.svg +1 -0
  829. package/deprecated/dist/img/cron-icon/crn-spacer.svg +1 -0
  830. package/deprecated/dist/img/cron-icon/crn-tabs-icon-only.svg +1 -0
  831. package/deprecated/dist/img/cron-icon/crn-tabs.svg +1 -0
  832. package/deprecated/dist/img/cron-icon/crn-text-component.svg +1 -0
  833. package/deprecated/dist/img/cron-icon/crn-textarea.svg +1 -0
  834. package/deprecated/dist/img/cron-icon/crn-textinput.svg +1 -0
  835. package/deprecated/dist/img/cron-icon/crn-textinputbutton.svg +1 -0
  836. package/deprecated/dist/img/cron-icon/crn-textinputicon.svg +1 -0
  837. package/deprecated/dist/img/cron-icon/crn-toggle.svg +1 -0
  838. package/deprecated/dist/img/cron-icon/crn-video.svg +1 -0
  839. package/deprecated/dist/img/placehold-100x100.png +0 -0
  840. package/deprecated/dist/img/placehold-300x200.png +0 -0
  841. package/deprecated/dist/img/placehold-900x500.png +0 -0
  842. package/deprecated/dist/img/qr-code.png +0 -0
  843. package/deprecated/dist/img/svg-charts.svg +1 -0
  844. package/deprecated/dist/img/user.svg +1 -0
  845. package/deprecated/dist/js/LanguageSelectDirective.js +1 -0
  846. package/deprecated/dist/js/LocaleService.js +1 -0
  847. package/deprecated/dist/js/app.authentication.js +1 -0
  848. package/deprecated/dist/js/app.js +1 -0
  849. package/deprecated/dist/js/controllers.authentication.js +1 -0
  850. package/deprecated/dist/js/controllers.js +1 -0
  851. package/deprecated/dist/js/custom.controllers.js +1 -0
  852. package/deprecated/dist/js/customModules.js +1 -0
  853. package/deprecated/dist/js/customStateProvider.js +0 -0
  854. package/deprecated/dist/js/directives.js +17 -0
  855. package/deprecated/dist/js/filters.js +1 -0
  856. package/deprecated/dist/js/local-dateformat.directive.js +1 -0
  857. package/deprecated/dist/js/reports/parameters.controller.js +1 -0
  858. package/deprecated/dist/js/reports/reports.service.js +1 -0
  859. package/deprecated/dist/js/services.js +1 -0
  860. package/deprecated/dist/js/upload.service.js +1 -0
  861. package/deprecated/img/cron-icon/crn-QRCode.svg +38 -0
  862. package/deprecated/img/cron-icon/crn-anchor.svg +29 -0
  863. package/deprecated/img/cron-icon/crn-button-bar.svg +1 -0
  864. package/deprecated/img/cron-icon/crn-button.svg +24 -0
  865. package/deprecated/img/cron-icon/crn-card.svg +1 -0
  866. package/deprecated/img/cron-icon/crn-carousel.svg +26 -0
  867. package/deprecated/img/cron-icon/crn-chart.svg +19 -0
  868. package/deprecated/img/cron-icon/crn-checkbox.svg +15 -0
  869. package/deprecated/img/cron-icon/crn-container.svg +1 -0
  870. package/deprecated/img/cron-icon/crn-cron-crud.svg +28 -0
  871. package/deprecated/img/cron-icon/crn-datasource.svg +27 -0
  872. package/deprecated/img/cron-icon/crn-dynamic-file.svg +1 -0
  873. package/deprecated/img/cron-icon/crn-dynamic-image.svg +25 -0
  874. package/deprecated/img/cron-icon/crn-enterprise-dynamic-combobox.svg +27 -0
  875. package/deprecated/img/cron-icon/crn-evaluation.svg +1 -0
  876. package/deprecated/img/cron-icon/crn-form.svg +24 -0
  877. package/deprecated/img/cron-icon/crn-header.svg +18 -0
  878. package/deprecated/img/cron-icon/crn-icon.svg +23 -0
  879. package/deprecated/img/cron-icon/crn-image.svg +20 -0
  880. package/deprecated/img/cron-icon/crn-infinite-scroll.svg +1 -0
  881. package/deprecated/img/cron-icon/crn-input-floating.svg +1 -0
  882. package/deprecated/img/cron-icon/crn-input-inline.svg +1 -0
  883. package/deprecated/img/cron-icon/crn-ion-footer-bar.svg +1 -0
  884. package/deprecated/img/cron-icon/crn-ion-list.svg +1 -0
  885. package/deprecated/img/cron-icon/crn-item-swipe.svg +15 -0
  886. package/deprecated/img/cron-icon/crn-kendo-chat.svg +1 -0
  887. package/deprecated/img/cron-icon/crn-label.svg +1 -0
  888. package/deprecated/img/cron-icon/crn-list-avatar.svg +1 -0
  889. package/deprecated/img/cron-icon/crn-list-icon.svg +1 -0
  890. package/deprecated/img/cron-icon/crn-list-item-avatar.svg +1 -0
  891. package/deprecated/img/cron-icon/crn-list-item-icon.svg +1 -0
  892. package/deprecated/img/cron-icon/crn-list-item-thumbnail.svg +1 -0
  893. package/deprecated/img/cron-icon/crn-list-item.svg +1 -0
  894. package/deprecated/img/cron-icon/crn-list-swipe.svg +17 -0
  895. package/deprecated/img/cron-icon/crn-list-thumbnail.svg +17 -0
  896. package/deprecated/img/cron-icon/crn-list.svg +16 -0
  897. package/deprecated/img/cron-icon/crn-map.svg +1 -0
  898. package/deprecated/img/cron-icon/crn-multiselect.svg +1 -0
  899. package/deprecated/img/cron-icon/crn-paragraph.svg +1 -0
  900. package/deprecated/img/cron-icon/crn-plugin.svg +44 -0
  901. package/deprecated/img/cron-icon/crn-radio.svg +21 -0
  902. package/deprecated/img/cron-icon/crn-radiogroup.svg +25 -0
  903. package/deprecated/img/cron-icon/crn-range.svg +1 -0
  904. package/deprecated/img/cron-icon/crn-rating.svg +20 -0
  905. package/deprecated/img/cron-icon/crn-select.svg +1 -0
  906. package/deprecated/img/cron-icon/crn-spacer.svg +1 -0
  907. package/deprecated/img/cron-icon/crn-tabs-icon-only.svg +24 -0
  908. package/deprecated/img/cron-icon/crn-tabs.svg +17 -0
  909. package/deprecated/img/cron-icon/crn-text-component.svg +22 -0
  910. package/deprecated/img/cron-icon/crn-textarea.svg +22 -0
  911. package/deprecated/img/cron-icon/crn-textinput.svg +23 -0
  912. package/deprecated/img/cron-icon/crn-textinputbutton.svg +33 -0
  913. package/deprecated/img/cron-icon/crn-textinputicon.svg +29 -0
  914. package/deprecated/img/cron-icon/crn-toggle.svg +1 -0
  915. package/deprecated/img/cron-icon/crn-video.svg +1 -0
  916. package/deprecated/img/placehold-100x100.png +0 -0
  917. package/deprecated/img/placehold-300x200.png +0 -0
  918. package/deprecated/img/placehold-900x500.png +0 -0
  919. package/deprecated/img/qr-code.png +0 -0
  920. package/deprecated/img/svg-charts.svg +1 -0
  921. package/deprecated/img/user.svg +18 -0
  922. package/dist/components/css/app.css +1 -0
  923. package/dist/components/css/background-color.css +1 -0
  924. package/dist/components/css/chatStyle.css +1 -0
  925. package/dist/components/css/color-default.css +1 -0
  926. package/dist/components/css/crn-ion-footer-bar.css +1 -0
  927. package/dist/components/css/crn-ion-segment.css +1 -0
  928. package/dist/components/css/icon-size.css +1 -0
  929. package/dist/components/css/multiselect-editor.css +1 -0
  930. package/dist/components/css/tabs-color.css +1 -0
  931. package/dist/components/js/format.min.js +1 -0
  932. package/dist/components/js/jquery.inputmask.bundle.js +1 -0
  933. package/dist/components/js/jquery.mask.min.js +1 -0
  934. package/dist/components/js/pouchdb.cordova-sqlite.js +1 -0
  935. package/dist/components/js/qrcode.js +1 -0
  936. package/dist/components/templates/advanced.list.designtime.html +17 -0
  937. package/dist/components/templates/advanced.list.template.html +1 -0
  938. package/dist/components/templates/anchor.template.html +1 -0
  939. package/dist/components/templates/button-bar.template.html +1 -0
  940. package/dist/components/templates/button-report.template.html +1 -0
  941. package/dist/components/templates/button.template.html +1 -0
  942. package/dist/components/templates/card.template.html +1 -0
  943. package/dist/components/templates/chat.template.html +1 -0
  944. package/dist/components/templates/checkbox.template.html +1 -0
  945. package/dist/components/templates/combobox.designtime.html +1 -0
  946. package/dist/components/templates/combobox.template.html +1 -0
  947. package/dist/components/templates/complexsearch.template.html +1 -0
  948. package/dist/components/templates/crn-frame.designtime.html +6 -0
  949. package/dist/components/templates/crn-frame.template.html +1 -0
  950. package/dist/components/templates/crn-ion-segment-item.template.html +1 -0
  951. package/dist/components/templates/crn-ion-segment.template.html +1 -0
  952. package/dist/components/templates/crn-signature-pad.designtime.html +1 -0
  953. package/dist/components/templates/crn-signature-pad.template.html +1 -0
  954. package/dist/components/templates/cron-combobox.designtime.html +1 -0
  955. package/dist/components/templates/cron-combobox.template.html +1 -0
  956. package/dist/components/templates/cron-crud.template.html +1 -0
  957. package/dist/components/templates/cron-mobile-menu.designtime.html +1 -0
  958. package/dist/components/templates/div.horizontal.template.html +1 -0
  959. package/dist/components/templates/div.vertical.template.html +1 -0
  960. package/dist/components/templates/dynamic-combobox.template.html +1 -0
  961. package/dist/components/templates/dynamicfile.designtime.html +1 -0
  962. package/dist/components/templates/dynamicfile.template.html +1 -0
  963. package/dist/components/templates/dynamicimage.designtime.html +1 -0
  964. package/dist/components/templates/dynamicimage.template.html +1 -0
  965. package/dist/components/templates/evaluation.designtime.html +1 -0
  966. package/dist/components/templates/evaluation.template.html +1 -0
  967. package/dist/components/templates/filterbutton.template.html +1 -0
  968. package/dist/components/templates/floattextinput.designtime.html +1 -0
  969. package/dist/components/templates/floattextinput.template.html +1 -0
  970. package/dist/components/templates/form.template.html +1 -0
  971. package/dist/components/templates/header.template.html +1 -0
  972. package/dist/components/templates/icontextinput.template.html +1 -0
  973. package/dist/components/templates/image.template.html +1 -0
  974. package/dist/components/templates/inlinetextinput.template.html +1 -0
  975. package/dist/components/templates/ion-footer-bar.template.html +1 -0
  976. package/dist/components/templates/ion-header-bar.template.html +1 -0
  977. package/dist/components/templates/ion-tab-item.designtime.html +1 -0
  978. package/dist/components/templates/ion-tab.template.html +1 -0
  979. package/dist/components/templates/item.avatar.template.html +1 -0
  980. package/dist/components/templates/item.icon.template.html +1 -0
  981. package/dist/components/templates/item.options.template.html +1 -0
  982. package/dist/components/templates/item.slider.template.html +1 -0
  983. package/dist/components/templates/item.swipe.template.html +1 -0
  984. package/dist/components/templates/item.template.html +1 -0
  985. package/dist/components/templates/item.thumbnail.template.html +1 -0
  986. package/dist/components/templates/kendo-chat.designtime.html +1 -0
  987. package/dist/components/templates/kendo-chat.template.html +1 -0
  988. package/dist/components/templates/list.avatar.template.html +1 -0
  989. package/dist/components/templates/list.icon.template.html +1 -0
  990. package/dist/components/templates/list.swipe.template.html +1 -0
  991. package/dist/components/templates/list.template.html +1 -0
  992. package/dist/components/templates/list.thumbnail.template.html +1 -0
  993. package/dist/components/templates/maps.designtime.html +1 -0
  994. package/dist/components/templates/maps.template.html +1 -0
  995. package/dist/components/templates/menu.template.html +1 -0
  996. package/dist/components/templates/multiselect.template.html +1 -0
  997. package/dist/components/templates/nav.bar.template.html +1 -0
  998. package/dist/components/templates/public.menu.template.html +1 -0
  999. package/dist/components/templates/publicMenu.template.html +1 -0
  1000. package/dist/components/templates/radiogroup-dynamic.template.html +1 -0
  1001. package/dist/components/templates/radiogroup.template.html +1 -0
  1002. package/dist/components/templates/range.template.html +1 -0
  1003. package/dist/components/templates/rating.template.html +1 -0
  1004. package/dist/components/templates/search.template.html +1 -0
  1005. package/dist/components/templates/slider.template.html +1 -0
  1006. package/dist/components/templates/tabs-icon-only.template.html +1 -0
  1007. package/dist/components/templates/tabs.template.html +1 -0
  1008. package/dist/components/templates/textarea.template.html +1 -0
  1009. package/dist/components/templates/textinput.template.html +1 -0
  1010. package/dist/components/templates/textinputbutton.template.html +1 -0
  1011. package/dist/components/templates/title.template.html +1 -0
  1012. package/dist/components/templates/toggle-dynamic.template.html +1 -0
  1013. package/dist/components/templates/toggle.template.html +1 -0
  1014. package/dist/components/templates/video.designtime.html +1 -0
  1015. package/dist/components/templates/video.template.html +1 -0
  1016. package/dist/components/templates/views/public/home.view.html +1 -0
  1017. package/dist/components/templates/views/public/menu.view.html +1 -0
  1018. package/dist/css/app.css +0 -0
  1019. package/dist/css/app_2.9.css +1 -0
  1020. package/dist/css/cronos.css +1 -0
  1021. package/dist/css/groupingOfCss/checkbox.css +1 -0
  1022. package/dist/css/groupingOfCss/col.css +1 -0
  1023. package/dist/css/groupingOfCss/dynamicImage.css +1 -0
  1024. package/dist/css/groupingOfCss/import_groupingOfCss.css +1 -0
  1025. package/dist/css/groupingOfCss/qrCodeCronapp.css +1 -0
  1026. package/dist/css/groupingOfCss/upload-image.css +1 -0
  1027. package/dist/css/old/modal.css +1 -0
  1028. package/dist/css/themes/aquamarine.min.css +1 -0
  1029. package/dist/css/themes/cerulean.min.css +1 -0
  1030. package/dist/css/themes/cosmo.min.css +1 -0
  1031. package/dist/css/themes/custom/aquamarine/bar-aquamarine.css +1 -0
  1032. package/dist/css/themes/custom/aquamarine/button-aquamarine.css +1 -0
  1033. package/dist/css/themes/custom/aquamarine/crn-ion-segment-aquamarine.css +1 -0
  1034. package/dist/css/themes/custom/aquamarine/custom-aquamarine.css +1 -0
  1035. package/dist/css/themes/custom/aquamarine/img/arrow-gray.svg +1 -0
  1036. package/dist/css/themes/custom/aquamarine/img/arrow-white.svg +1 -0
  1037. package/dist/css/themes/custom/cerulean/button-cerulean.css +1 -0
  1038. package/dist/css/themes/custom/cerulean/crn-ion-segment-cerulean.css +1 -0
  1039. package/dist/css/themes/custom/cerulean/custom-cerulean.css +1 -0
  1040. package/dist/css/themes/custom/cosmo/custom-cosmo.css +1 -0
  1041. package/dist/css/themes/custom/cyborg/custom-cyborg.css +1 -0
  1042. package/dist/css/themes/custom/darkly/custom-darkly.css +1 -0
  1043. package/dist/css/themes/custom/dsgov/button-dsgov.css +1 -0
  1044. package/dist/css/themes/custom/dsgov/custom-dsgov.css +1 -0
  1045. package/dist/css/themes/custom/flatly/custom-flatly.css +1 -0
  1046. package/dist/css/themes/custom/fuse/button-fuse.css +1 -0
  1047. package/dist/css/themes/custom/fuse/custom-fuse.css +1 -0
  1048. package/dist/css/themes/custom/journal/custom-journal.css +1 -0
  1049. package/dist/css/themes/custom/krypton/custom-krypton.css +1 -0
  1050. package/dist/css/themes/custom/lumen/button-lumen.css +1 -0
  1051. package/dist/css/themes/custom/lumen/crn-ion-header-bar.css +1 -0
  1052. package/dist/css/themes/custom/lumen/custom-lumen.css +1 -0
  1053. package/dist/css/themes/custom/material/custom-material.css +1 -0
  1054. package/dist/css/themes/custom/material-round/custom-material-round.css +1 -0
  1055. package/dist/css/themes/custom/materialui/custom-materialui.css +1 -0
  1056. package/dist/css/themes/custom/materialui/font/Roboto-Black.woff +0 -0
  1057. package/dist/css/themes/custom/materialui/font/Roboto-Black.woff2 +0 -0
  1058. package/dist/css/themes/custom/materialui/font/Roboto-BlackItalic.woff +0 -0
  1059. package/dist/css/themes/custom/materialui/font/Roboto-BlackItalic.woff2 +0 -0
  1060. package/dist/css/themes/custom/materialui/font/Roboto-Bold.woff +0 -0
  1061. package/dist/css/themes/custom/materialui/font/Roboto-Bold.woff2 +0 -0
  1062. package/dist/css/themes/custom/materialui/font/Roboto-BoldItalic.woff +0 -0
  1063. package/dist/css/themes/custom/materialui/font/Roboto-BoldItalic.woff2 +0 -0
  1064. package/dist/css/themes/custom/materialui/font/Roboto-Italic.woff +0 -0
  1065. package/dist/css/themes/custom/materialui/font/Roboto-Italic.woff2 +0 -0
  1066. package/dist/css/themes/custom/materialui/font/Roboto-Light.woff +0 -0
  1067. package/dist/css/themes/custom/materialui/font/Roboto-Light.woff2 +0 -0
  1068. package/dist/css/themes/custom/materialui/font/Roboto-LightItalic.woff +0 -0
  1069. package/dist/css/themes/custom/materialui/font/Roboto-LightItalic.woff2 +0 -0
  1070. package/dist/css/themes/custom/materialui/font/Roboto-Medium.woff +0 -0
  1071. package/dist/css/themes/custom/materialui/font/Roboto-Medium.woff2 +0 -0
  1072. package/dist/css/themes/custom/materialui/font/Roboto-MediumItalic.woff +0 -0
  1073. package/dist/css/themes/custom/materialui/font/Roboto-MediumItalic.woff2 +0 -0
  1074. package/dist/css/themes/custom/materialui/font/Roboto-Regular.woff +0 -0
  1075. package/dist/css/themes/custom/materialui/font/Roboto-Regular.woff2 +0 -0
  1076. package/dist/css/themes/custom/materialui/font/Roboto-Thin.woff +0 -0
  1077. package/dist/css/themes/custom/materialui/font/Roboto-Thin.woff2 +0 -0
  1078. package/dist/css/themes/custom/materialui/font/Roboto-ThinItalic.woff +0 -0
  1079. package/dist/css/themes/custom/materialui/font/Roboto-ThinItalic.woff2 +0 -0
  1080. package/dist/css/themes/custom/materialui/font/fonts.css +1 -0
  1081. package/dist/css/themes/custom/materialui/img/arrow-gray.svg +1 -0
  1082. package/dist/css/themes/custom/materialui/img/arrow-white.svg +1 -0
  1083. package/dist/css/themes/custom/nature/custom-nature.css +1 -0
  1084. package/dist/css/themes/custom/paper/button-paper.css +1 -0
  1085. package/dist/css/themes/custom/paper/custom-paper.css +1 -0
  1086. package/dist/css/themes/custom/readable/button-readable.css +1 -0
  1087. package/dist/css/themes/custom/readable/crn-ion-segment-readable.css +1 -0
  1088. package/dist/css/themes/custom/readable/custom-readable.css +1 -0
  1089. package/dist/css/themes/custom/sandstone/custom-sandstone.css +1 -0
  1090. package/dist/css/themes/custom/simplex/button-simplex.css +1 -0
  1091. package/dist/css/themes/custom/simplex/crn-ion-segment-simplex.css +1 -0
  1092. package/dist/css/themes/custom/simplex/custom-simplex.css +1 -0
  1093. package/dist/css/themes/custom/slate/button-slate.css +1 -0
  1094. package/dist/css/themes/custom/slate/crn-ion-segment-slate.css +1 -0
  1095. package/dist/css/themes/custom/slate/custom-slate.css +1 -0
  1096. package/dist/css/themes/custom/spacelab/bar-spacelab.css +1 -0
  1097. package/dist/css/themes/custom/spacelab/button-spacelab.css +1 -0
  1098. package/dist/css/themes/custom/spacelab/crn-ion-segment-spacelab.css +1 -0
  1099. package/dist/css/themes/custom/spacelab/custom-spacelab.css +1 -0
  1100. package/dist/css/themes/custom/superhero/custom-superhero.css +1 -0
  1101. package/dist/css/themes/custom/theme-general/button.css +1 -0
  1102. package/dist/css/themes/custom/theme-general/checkbox.css +1 -0
  1103. package/dist/css/themes/custom/theme-general/crn-ion-header-bar.css +1 -0
  1104. package/dist/css/themes/custom/theme-general/crn-ion-segment.css +1 -0
  1105. package/dist/css/themes/custom/theme-general/icon.css +1 -0
  1106. package/dist/css/themes/custom/theme-general/input.css +1 -0
  1107. package/dist/css/themes/custom/theme-general/login.css +1 -0
  1108. package/dist/css/themes/custom/theme-general/modal.css +1 -0
  1109. package/dist/css/themes/custom/theme-general/range.css +1 -0
  1110. package/dist/css/themes/custom/theme-general/reset-password.css +1 -0
  1111. package/dist/css/themes/custom/theme-general/signup.css +1 -0
  1112. package/dist/css/themes/custom/theme-general/theme-general.css +1 -0
  1113. package/dist/css/themes/custom/theme-general/toggle.css +1 -0
  1114. package/dist/css/themes/custom/united/custom-united.css +1 -0
  1115. package/dist/css/themes/custom/yeti/button-yeti.css +1 -0
  1116. package/dist/css/themes/custom/yeti/custom-yeti.css +1 -0
  1117. package/dist/css/themes/cyborg.min.css +1 -0
  1118. package/dist/css/themes/darkly.min.css +1 -0
  1119. package/dist/css/themes/dsgov.min.css +1 -0
  1120. package/dist/css/themes/flatly.min.css +1 -0
  1121. package/dist/css/themes/fuse.min.css +1 -0
  1122. package/dist/css/themes/journal.min.css +1 -0
  1123. package/dist/css/themes/krypton.min.css +1 -0
  1124. package/dist/css/themes/lumen.min.css +1 -0
  1125. package/dist/css/themes/material-round.min.css +1 -0
  1126. package/dist/css/themes/material.min.css +1 -0
  1127. package/dist/css/themes/materialui.min.css +1 -0
  1128. package/dist/css/themes/nature.min.css +1 -0
  1129. package/dist/css/themes/paper.min.css +1 -0
  1130. package/dist/css/themes/readable.min.css +1 -0
  1131. package/dist/css/themes/sandstone.min.css +1 -0
  1132. package/dist/css/themes/simplex.min.css +1 -0
  1133. package/dist/css/themes/slate.min.css +1 -0
  1134. package/dist/css/themes/spacelab.min.css +1 -0
  1135. package/dist/css/themes/superhero.min.css +1 -0
  1136. package/dist/css/themes/theme.editor.view.html +1 -0
  1137. package/dist/css/themes/united.min.css +1 -0
  1138. package/dist/css/themes/yeti.min.css +1 -0
  1139. package/dist/i18n/locale_en_us.json +132 -0
  1140. package/dist/i18n/locale_pt_br.json +132 -0
  1141. package/dist/js/LanguageSelectDirective.js +1 -0
  1142. package/dist/js/LocaleService.js +1 -0
  1143. package/dist/js/app.authentication.js +1 -0
  1144. package/dist/js/app.js +1 -0
  1145. package/dist/js/controllers.authentication.js +1 -0
  1146. package/dist/js/controllers.js +1 -0
  1147. package/dist/js/custom.controllers.js +1 -0
  1148. package/dist/js/customModules.js +1 -0
  1149. package/dist/js/customStateProvider.js +105 -0
  1150. package/dist/js/directives.js +1 -0
  1151. package/dist/js/filters.js +1 -0
  1152. package/dist/js/local-dateformat.directive.js +1 -0
  1153. package/dist/js/reports/parameters.controller.js +1 -0
  1154. package/dist/js/reports/reports.service.js +1 -0
  1155. package/dist/js/services.js +1 -0
  1156. package/dist/js/upload.service.js +1 -0
  1157. package/gulpfile.js +58 -0
  1158. package/i18n/locale_en_us.json +132 -0
  1159. package/i18n/locale_pt_br.json +132 -0
  1160. package/img/cron-icon/crn-QRCode.svg +38 -0
  1161. package/img/cron-icon/crn-anchor.svg +29 -0
  1162. package/img/cron-icon/crn-button-bar.svg +1 -0
  1163. package/img/cron-icon/crn-button.svg +24 -0
  1164. package/img/cron-icon/crn-card.svg +1 -0
  1165. package/img/cron-icon/crn-carousel.svg +26 -0
  1166. package/img/cron-icon/crn-chart.svg +19 -0
  1167. package/img/cron-icon/crn-checkbox.svg +15 -0
  1168. package/img/cron-icon/crn-component.svg +22 -0
  1169. package/img/cron-icon/crn-container.svg +1 -0
  1170. package/img/cron-icon/crn-cron-crud.svg +28 -0
  1171. package/img/cron-icon/crn-datasource.svg +27 -0
  1172. package/img/cron-icon/crn-dynamic-file.svg +1 -0
  1173. package/img/cron-icon/crn-dynamic-image.svg +25 -0
  1174. package/img/cron-icon/crn-enterprise-combobox.svg +24 -0
  1175. package/img/cron-icon/crn-enterprise-dynamic-combobox.svg +27 -0
  1176. package/img/cron-icon/crn-evaluation.svg +1 -0
  1177. package/img/cron-icon/crn-form.svg +24 -0
  1178. package/img/cron-icon/crn-frame.svg +30 -0
  1179. package/img/cron-icon/crn-header.svg +18 -0
  1180. package/img/cron-icon/crn-icon.svg +23 -0
  1181. package/img/cron-icon/crn-image.svg +20 -0
  1182. package/img/cron-icon/crn-infinite-scroll.svg +1 -0
  1183. package/img/cron-icon/crn-input-floating.svg +1 -0
  1184. package/img/cron-icon/crn-input-inline.svg +1 -0
  1185. package/img/cron-icon/crn-ion-footer-bar.svg +1 -0
  1186. package/img/cron-icon/crn-ion-list.svg +1 -0
  1187. package/img/cron-icon/crn-item-swipe.svg +15 -0
  1188. package/img/cron-icon/crn-kendo-chat.svg +1 -0
  1189. package/img/cron-icon/crn-label.svg +1 -0
  1190. package/img/cron-icon/crn-list-avatar.svg +1 -0
  1191. package/img/cron-icon/crn-list-icon.svg +1 -0
  1192. package/img/cron-icon/crn-list-item-avatar.svg +1 -0
  1193. package/img/cron-icon/crn-list-item-icon.svg +1 -0
  1194. package/img/cron-icon/crn-list-item-thumbnail.svg +1 -0
  1195. package/img/cron-icon/crn-list-item.svg +1 -0
  1196. package/img/cron-icon/crn-list-swipe.svg +17 -0
  1197. package/img/cron-icon/crn-list-thumbnail.svg +17 -0
  1198. package/img/cron-icon/crn-list.svg +16 -0
  1199. package/img/cron-icon/crn-map.svg +1 -0
  1200. package/img/cron-icon/crn-multiselect.svg +1 -0
  1201. package/img/cron-icon/crn-paragraph.svg +1 -0
  1202. package/img/cron-icon/crn-plugin.svg +44 -0
  1203. package/img/cron-icon/crn-radio.svg +21 -0
  1204. package/img/cron-icon/crn-radiogroup.svg +25 -0
  1205. package/img/cron-icon/crn-range.svg +1 -0
  1206. package/img/cron-icon/crn-rating.svg +20 -0
  1207. package/img/cron-icon/crn-select.svg +1 -0
  1208. package/img/cron-icon/crn-signature-pad.svg +27 -0
  1209. package/img/cron-icon/crn-spacer.svg +1 -0
  1210. package/img/cron-icon/crn-tabs-icon-only.svg +24 -0
  1211. package/img/cron-icon/crn-tabs.svg +17 -0
  1212. package/img/cron-icon/crn-text-component.svg +22 -0
  1213. package/img/cron-icon/crn-textarea.svg +22 -0
  1214. package/img/cron-icon/crn-textinput.svg +23 -0
  1215. package/img/cron-icon/crn-textinputbutton.svg +33 -0
  1216. package/img/cron-icon/crn-textinputicon.svg +29 -0
  1217. package/img/cron-icon/crn-toggle.svg +1 -0
  1218. package/img/cron-icon/crn-video.svg +1 -0
  1219. package/img/logo.svg +1 -0
  1220. package/img/placehold-100x100.png +0 -0
  1221. package/img/placehold-300x200.png +0 -0
  1222. package/img/placehold-900x500.png +0 -0
  1223. package/img/qr-code.png +0 -0
  1224. package/img/svg-charts.svg +1 -0
  1225. package/img/user.svg +18 -0
  1226. package/img/web.png +0 -0
  1227. package/js/LanguageSelectDirective.js +30 -0
  1228. package/js/LocaleService.js +59 -0
  1229. package/js/app.authentication.js +620 -0
  1230. package/js/app.js +349 -0
  1231. package/js/controllers.authentication.js +717 -0
  1232. package/js/controllers.js +90 -0
  1233. package/js/custom.controllers.js +11 -0
  1234. package/js/customModules.js +1 -0
  1235. package/js/customStateProvider.js +105 -0
  1236. package/js/directives.js +2955 -0
  1237. package/js/filters.js +47 -0
  1238. package/js/local-dateformat.directive.js +15 -0
  1239. package/js/reports/parameters.controller.js +86 -0
  1240. package/js/reports/reports.service.js +446 -0
  1241. package/js/services.js +5 -0
  1242. package/js/upload.service.js +168 -0
  1243. package/lib/kendo/kendo.all.min.js +125 -0
  1244. package/lib/kendo/kendo.default-v2.min.css +10 -0
  1245. package/lib/notification-mobile.js +57 -0
  1246. package/package.json +48 -0
  1247. package/postupdate.json +539 -0
@@ -0,0 +1,786 @@
1
+ .crn-ion-segment-light ul, .crn-ion-segment-modern ul, .crn-ion-segment-classic ul {
2
+ display: flex;
3
+ align-items: center;
4
+ justify-content: center;
5
+ gap: 4px;
6
+ border-radius: 18px;
7
+ margin: 0 auto;
8
+ padding: 2.5px;
9
+ }
10
+
11
+ .crn-ion-segment-light ul li, .crn-ion-segment-modern ul li, .crn-ion-segment-classic ul li {
12
+ background-color: transparent;
13
+ border: none;
14
+ border-radius: 16px;
15
+ cursor: pointer;
16
+ font-size: 11px;
17
+ text-align: center;
18
+ line-height: 21px;
19
+ padding-top: 2px;
20
+ min-width: 93px;
21
+ width: -webkit-fill-available;
22
+ height: 98%;
23
+ }
24
+
25
+ .crn-ion-segment-light ul li a, .crn-ion-segment-modern ul li a, .crn-ion-segment-classic ul li a {
26
+ display: flex;
27
+ align-items: center;
28
+ justify-content: center;
29
+ width: 100%;
30
+ }
31
+
32
+ .crn-ion-segment-light ul {
33
+ min-height: 54px;
34
+ }
35
+
36
+ .crn-ion-segment-classic ul.icon-orientation-below, .crn-ion-segment-modern ul.icon-orientation-below, .crn-ion-segment-classic ul.icon-orientation-above, .crn-ion-segment-modern ul.icon-orientation-above {
37
+ min-height: 54px;
38
+ height: 100%;
39
+ }
40
+
41
+ .crn-ion-segment-light ul li a, .crn-ion-segment-modern ul li a, .crn-ion-segment-classic ul li a {
42
+ height: 100%;
43
+ }
44
+
45
+ .crn-ion-segment-modern ul.icon-orientation-left, .crn-ion-segment-classic ul.icon-orientation-left .crn-ion-segment-modern ul.icon-orientation-right, .crn-ion-segment-classic ul.icon-orientation-right {
46
+ min-height: auto;
47
+ }
48
+
49
+ .crn-ion-segment-light ul li a:hover, .crn-ion-segment-modern ul li a:hover, .crn-ion-segment-classic ul li a:hover {
50
+ cursor: pointer;
51
+ }
52
+
53
+ .crn-ion-segment-light ul li a i, .crn-ion-segment-modern ul li a i, .crn-ion-segment-classic ul li a i {
54
+ margin-bottom: 3px;
55
+ }
56
+
57
+ .crn-ion-segment-light ul li.active a, .crn-ion-segment-modern ul li.active a, .crn-ion-segment-classic ul li.active a {
58
+ background-color: transparent;
59
+ }
60
+
61
+ .crn-ion-segment-light ul li.active {
62
+ font-weight: 600;
63
+ }
64
+
65
+ .crn-ion-segment-modern ul li.active, .crn-ion-segment-classic ul li.active {
66
+ box-shadow: rgb(0 16 46 / 15%) 0px 2px 3px;
67
+ }
68
+
69
+ .crn-ion-segment-light ul li, .crn-ion-segment-modern ul li {
70
+ border-radius: 6px;
71
+ }
72
+
73
+ .crn-ion-segment-light ul, .crn-ion-segment-modern ul {
74
+ border-radius: 0px;
75
+ }
76
+
77
+ /* tabs-template */
78
+
79
+ .crn-ion-segment-classic ul.tabs-template-compact {
80
+ width: 79%;
81
+ }
82
+
83
+ .crn-ion-segment-light ul.tabs-template-full, .crn-ion-segment-modern ul.tabs-template-full {
84
+ width: 100%;
85
+ }
86
+
87
+ /* icon-orientation */
88
+
89
+ .icon-orientation-above li a {
90
+ flex-direction: column;
91
+ gap: 0px;
92
+ }
93
+
94
+ .icon-orientation-below li a {
95
+ flex-direction: column-reverse;
96
+ gap: 0px;
97
+ }
98
+
99
+ .icon-orientation-right li a {
100
+ flex-direction: row-reverse;
101
+ gap: 5px;
102
+ }
103
+
104
+ .icon-orientation-left li a {
105
+ flex-direction: row;
106
+ gap: 5px;
107
+ }
108
+
109
+ /* icon-theme */
110
+
111
+ div.crn-ion-segment-light.icon-theme-light-assertive li a, .ion-segment-assertive li a {
112
+ color: var(--assertive);
113
+ opacity: 0.64;
114
+ }
115
+
116
+ div.crn-ion-segment-light.icon-theme-light-assertive li.active a, .ion-segment-assertive li.active a {
117
+ opacity: 1;
118
+ }
119
+
120
+ div.crn-ion-segment-light.icon-theme-light-balanced li a, .ion-segment-balanced li a {
121
+ color: var(--balanced);
122
+ opacity: 0.64;
123
+ }
124
+
125
+ div.crn-ion-segment-light.icon-theme-light-balanced li.active a, .ion-segment-balanced li.active a {
126
+ opacity: 1;
127
+ }
128
+
129
+ div.crn-ion-segment-light.icon-theme-light-energized li a, .ion-segment-energized li a {
130
+ color: var(--energized);
131
+ opacity: 0.64;
132
+ }
133
+
134
+ div.crn-ion-segment-light.icon-theme-light-energized li.active a, .ion-segment-energized li.active a {
135
+ opacity: 1;
136
+ }
137
+
138
+ div.crn-ion-segment-light.icon-theme-light-light li a, .ion-segment-light li a {
139
+ color: var(--light);
140
+ opacity: 0.64;
141
+ }
142
+
143
+ div.crn-ion-segment-light.icon-theme-light-light li.active a, .ion-segment-light li.active a {
144
+ opacity: 1;
145
+ }
146
+
147
+ div.crn-ion-segment-light.icon-theme-light-stable li a, .ion-segment-stable li a {
148
+ color: var(--stable);
149
+ opacity: 0.64;
150
+ }
151
+
152
+ div.crn-ion-segment-light.icon-theme-light-stable li.active a, .ion-segment-stable li.active a {
153
+ opacity: 1;
154
+ }
155
+
156
+ div.crn-ion-segment-light.icon-theme-light-calm li a, .ion-segment-calm li a {
157
+ color: var(--calm);
158
+ opacity: 0.64;
159
+ }
160
+
161
+ div.crn-ion-segment-light.icon-theme-light-calm li.active a, .ion-segment-calm li.active a {
162
+ opacity: 1;
163
+ }
164
+
165
+ div.crn-ion-segment-light.icon-theme-light-positive li a, .ion-segment-positive li a {
166
+ color: var(--positive);
167
+ opacity: 0.64;
168
+ }
169
+
170
+ div.crn-ion-segment-light.icon-theme-light-positive li.active a, .ion-segment-positive li.active a {
171
+ opacity: 1;
172
+ }
173
+
174
+ div.crn-ion-segment-light.icon-theme-light-royal li a, .ion-segment-royal li a {
175
+ color: var(--royal);
176
+ opacity: 0.64;
177
+ }
178
+
179
+ div.crn-ion-segment-light.icon-theme-light-royal li.active a, .ion-segment-royal li.active a {
180
+ opacity: 1;
181
+ }
182
+
183
+ div.crn-ion-segment-light.icon-theme-light-dark li a, .ion-segment-dark li a {
184
+ color: var(--dark);
185
+ opacity: 0.64;
186
+ }
187
+
188
+ div.crn-ion-segment-light.icon-theme-light-dark li.active a, .ion-segment-dark li.active a {
189
+ opacity: 1;
190
+ }
191
+
192
+ div.crn-ion-segment-light.icon-theme-light-white li a, .ion-segment-white li a {
193
+ color: var(--white);
194
+ opacity: 0.64;
195
+ }
196
+
197
+ div.crn-ion-segment-light.icon-theme-light-white li.active a, .ion-segment-white li.active a {
198
+ opacity: 1;
199
+ }
200
+
201
+ div.crn-ion-segment-light.icon-theme-light-gray li a, .ion-segment-gray li a {
202
+ color: var(--gray);
203
+ opacity: 0.64;
204
+ }
205
+
206
+ div.crn-ion-segment-light.icon-theme-light-gray li.active a, .ion-segment-gray li.active a {
207
+ opacity: 1;
208
+ }
209
+
210
+ div.crn-ion-segment-light.icon-theme-light-black li a, .ion-segment-black li a {
211
+ color: var(--black);
212
+ opacity: 0.64;
213
+ }
214
+
215
+ div.crn-ion-segment-light.icon-theme-light-black li.active a, .ion-segment-black li.active a {
216
+ opacity: 1;
217
+ }
218
+
219
+ div.crn-ion-segment-light.icon-theme-light-blue li a, .ion-segment-blue li a {
220
+ color: var(--blue);
221
+ opacity: 0.64;
222
+ }
223
+
224
+ div.crn-ion-segment-light.icon-theme-light-blue li.active a, .ion-segment-blue li.active a {
225
+ opacity: 1;
226
+ }
227
+
228
+ div.crn-ion-segment-light.icon-theme-light-light-blue li a, .ion-segment-light-blue li a {
229
+ color: var(--light-blue);
230
+ opacity: 0.64;
231
+ }
232
+
233
+ div.crn-ion-segment-light.icon-theme-light-light-blue li.active a, .ion-segment-light-blue li.active a {
234
+ opacity: 1;
235
+ }
236
+
237
+ div.crn-ion-segment-light.icon-theme-light-dark-blue li a, .ion-segment-dark-blue li a {
238
+ color: var(--dark-blue);
239
+ opacity: 0.64;
240
+ }
241
+
242
+ div.crn-ion-segment-light.icon-theme-light-dark-blue li.active a, .ion-segment-dark-blue li.active a {
243
+ opacity: 1;
244
+ }
245
+
246
+ div.crn-ion-segment-light.icon-theme-light-purple li a, .ion-segment-purple li a {
247
+ color: var(--purple);
248
+ opacity: 0.64;
249
+ }
250
+
251
+ div.crn-ion-segment-light.icon-theme-light-purple li.active a, .ion-segment-purple li.active a {
252
+ opacity: 1;
253
+ }
254
+
255
+ div.crn-ion-segment-light.icon-theme-light-light-purple li a, .ion-segment-light-purple li a {
256
+ color: var(--light-purple);
257
+ opacity: 0.64;
258
+ }
259
+
260
+ div.crn-ion-segment-light.icon-theme-light-light-purple li.active a, .ion-segment-light-purple li.active a {
261
+ opacity: 1;
262
+ }
263
+
264
+ div.crn-ion-segment-light.icon-theme-light-dark-purple li a, .ion-segment-dark-purple li a {
265
+ color: var(--dark-purple);
266
+ opacity: 0.64;
267
+ }
268
+
269
+ div.crn-ion-segment-light.icon-theme-light-dark-purple li.active a, .ion-segment-dark-purple li.active a {
270
+ opacity: 1;
271
+ }
272
+
273
+ div.crn-ion-segment-light.icon-theme-light-red li a, .ion-segment-red li a {
274
+ color: var(--red);
275
+ opacity: 0.64;
276
+ }
277
+
278
+ div.crn-ion-segment-light.icon-theme-light-red li.active a, .ion-segment-red li.active a {
279
+ opacity: 1;
280
+ }
281
+
282
+ div.crn-ion-segment-light.icon-theme-light-light-red li a, .ion-segment-light-red li a {
283
+ color: var(--light-red);
284
+ opacity: 0.64;
285
+ }
286
+
287
+ div.crn-ion-segment-light.icon-theme-light-light-red li.active a, .ion-segment-light-red li.active a {
288
+ opacity: 1;
289
+ }
290
+
291
+ div.crn-ion-segment-light.icon-theme-light-dark-red li a, .ion-segment-dark-red li a {
292
+ color: var(--dark-red);
293
+ opacity: 0.64;
294
+ }
295
+
296
+ div.crn-ion-segment-light.icon-theme-light-dark-red li.active a, .ion-segment-dark-red li.active a {
297
+ opacity: 1;
298
+ }
299
+
300
+ div.crn-ion-segment-light.icon-theme-light-orange li a, .ion-segment-orange li a {
301
+ color: var(--orange);
302
+ opacity: 0.64;
303
+ }
304
+
305
+ div.crn-ion-segment-light.icon-theme-light-orange li.active a, .ion-segment-orange li.active a {
306
+ opacity: 1;
307
+ }
308
+
309
+ div.crn-ion-segment-light.icon-theme-light-light-red li a, .ion-segment-light-orange li a {
310
+ color: var(--light-orange);
311
+ opacity: 0.64;
312
+ }
313
+
314
+ div.crn-ion-segment-light.icon-theme-light-light-red li.active a, .ion-segment-light-orange li.active a {
315
+ opacity: 1;
316
+ }
317
+
318
+ div.crn-ion-segment-light.icon-theme-light-dark-red li a, .ion-segment-dark-orange li a {
319
+ color: var(--dark-orange);
320
+ opacity: 0.64;
321
+ }
322
+
323
+ div.crn-ion-segment-light.icon-theme-light-dark-red li.active a, .ion-segment-dark-orange li.active a {
324
+ opacity: 1;
325
+ }
326
+
327
+ div.crn-ion-segment-light.icon-theme-light-yellow li a, .ion-segment-yellow li a {
328
+ color: var(--yellow);
329
+ opacity: 0.64;
330
+ }
331
+
332
+ div.crn-ion-segment-light.icon-theme-light-yellow li.active a, .ion-segment-yellow li.active a {
333
+ opacity: 1;
334
+ }
335
+
336
+ div.crn-ion-segment-light.icon-theme-light-light-yellow li a, .ion-segment-light-yellow li a {
337
+ color: var(--light-yellow);
338
+ opacity: 0.64;
339
+ }
340
+
341
+ div.crn-ion-segment-light.icon-theme-light-light-yellow li.active a, .ion-segment-light-yellow li.active a {
342
+ opacity: 1;
343
+ }
344
+
345
+ div.crn-ion-segment-light.icon-theme-light-dark-yellow li a, .ion-segment-dark-yellow li a {
346
+ color: var(--dark-yellow);
347
+ opacity: 0.64;
348
+ }
349
+
350
+ div.crn-ion-segment-light.icon-theme-light-dark-yellow li.active a, .ion-segment-dark-yellow li.active a {
351
+ opacity: 1;
352
+ }
353
+
354
+ div.crn-ion-segment-light.icon-theme-light-green li a, .ion-segment-green li a {
355
+ color: var(--green);
356
+ opacity: 0.64;
357
+ }
358
+
359
+ div.crn-ion-segment-light.icon-theme-light-green li.active a, .ion-segment-green li.active a {
360
+ opacity: 1;
361
+ }
362
+
363
+ div.crn-ion-segment-light.icon-theme-light-light-green li a, .ion-segment-light-green li a {
364
+ color: var(--light-green);
365
+ opacity: 0.64;
366
+ }
367
+
368
+ div.crn-ion-segment-light.icon-theme-light-light-green li.active a, .ion-segment-light-green li.active a {
369
+ opacity: 1;
370
+ }
371
+
372
+ div.crn-ion-segment-light.icon-theme-light-dark-green li a, .ion-segment-dark-green li a {
373
+ color: var(--dark-green);
374
+ opacity: 0.64;
375
+ }
376
+
377
+ div.crn-ion-segment-light.icon-theme-light-dark-green li.active a, .ion-segment-dark-green li.active a {
378
+ opacity: 1;
379
+ }
380
+
381
+ /* icon-size */
382
+
383
+ .font-size-100 i {
384
+ font-size: 100%;
385
+ }
386
+
387
+ .font-size-200 i {
388
+ font-size: 200%;
389
+ }
390
+
391
+ .font-size-300 i {
392
+ font-size: 300%;
393
+ }
394
+
395
+ .font-size-400 i {
396
+ font-size: 400%;
397
+ }
398
+
399
+ .font-size-500 i {
400
+ font-size: 500%;
401
+ }
402
+
403
+ .font-size-600 i {
404
+ font-size: 600%;
405
+ }
406
+
407
+ .font-size-700 i {
408
+ font-size: 700%;
409
+ }
410
+
411
+ /* background-color */
412
+
413
+ .background-assertive {
414
+ background-color: #ef473a47;
415
+ }
416
+
417
+ .background-balanced {
418
+ background-color: #33cd5f47;
419
+ }
420
+
421
+ .background-energized {
422
+ background-color: #ffc90047;
423
+ }
424
+
425
+ .background-light {
426
+ background-color: #ffffff47;
427
+ }
428
+
429
+ .background-stable {
430
+ background-color: #f8f8f847;
431
+ }
432
+
433
+ .background-calm {
434
+ background-color: #11c1f347;
435
+ }
436
+
437
+ .background-positive {
438
+ background-color: #387ef547;
439
+ }
440
+
441
+ .background-royal {
442
+ background-color: #886aea47;
443
+ }
444
+
445
+ .background-dark {
446
+ background-color: #44444447;
447
+ }
448
+
449
+ .background-white {
450
+ background-color: #ffffff47;
451
+ }
452
+
453
+ .background-gray {
454
+ background-color: #33333347;
455
+ }
456
+
457
+ .background-black {
458
+ background-color: #00000047;
459
+ }
460
+
461
+ .background-blue {
462
+ background-color: #0247FE47;
463
+ }
464
+
465
+ .background-light-blue {
466
+ background-color: #85A5FF47;
467
+ }
468
+
469
+ .background-dark-blue {
470
+ background-color: #00217A47;
471
+ }
472
+
473
+ .background-purple {
474
+ background-color: #3D01A447;
475
+ }
476
+
477
+ .background-light-purple {
478
+ background-color: #B285FF47;
479
+ }
480
+
481
+ .background-dark-purple {
482
+ background-color: #2D007A47;
483
+ }
484
+
485
+ .background-red {
486
+ background-color: #FE271247;
487
+ }
488
+
489
+ .background-light-red {
490
+ background-color: #FE8F8447;
491
+ }
492
+
493
+ .background-dark-red {
494
+ background-color: #7A0B0047;
495
+ }
496
+
497
+ .background-orange {
498
+ background-color: #FB9B0247;
499
+ }
500
+
501
+ .background-light-orange {
502
+ background-color: #FFD08547;
503
+ }
504
+
505
+ .background-dark-orange {
506
+ background-color: #7A4B0047;
507
+ }
508
+
509
+ .background-yellow {
510
+ background-color: #FFFF3347;
511
+ }
512
+
513
+ .background-light-yellow {
514
+ background-color: #FFFF8547;
515
+ }
516
+
517
+ .background-dark-yellow {
518
+ background-color: #7A7A0047;
519
+ }
520
+
521
+ .background-green {
522
+ background-color: #66B03247;
523
+ }
524
+
525
+ .background-light-green {
526
+ background-color: #B7FF8547;
527
+ }
528
+
529
+ .background-dark-green {
530
+ background-color: #337A0047;
531
+ }
532
+
533
+ /* background-color-active */
534
+
535
+ div.crn-ion-segment-classic ul.active-background-assertive li.active, div.crn-ion-segment-modern ul.active-background-assertive li.active {
536
+ background-color: var(--assertive);
537
+ }
538
+
539
+ div.crn-ion-segment-classic ul.active-background-balanced li.active, div.crn-ion-segment-modern ul.active-background-balanced li.active {
540
+ background-color: var(--balanced);
541
+ }
542
+
543
+ div.crn-ion-segment-classic ul.active-background-energized li.active, div.crn-ion-segment-modern ul.active-background-energized li.active {
544
+ background-color: var(--energized);
545
+ }
546
+
547
+ div.crn-ion-segment-classic ul.active-background-light li.active, div.crn-ion-segment-modern ul.active-background-light li.active {
548
+ background-color: var(--light);
549
+ }
550
+
551
+ div.crn-ion-segment-classic ul.active-background-stable li.active, div.crn-ion-segment-modern ul.active-background-stable li.active {
552
+ background-color: var(--stable);
553
+ }
554
+
555
+ div.crn-ion-segment-classic ul.active-background-calm li.active, div.crn-ion-segment-modern ul.active-background-calm li.active {
556
+ background-color: var(--calm);
557
+ }
558
+
559
+ div.crn-ion-segment-classic ul.active-background-positive li.active, div.crn-ion-segment-modern ul.active-background-positive li.active {
560
+ background-color: var(--positive);
561
+ }
562
+
563
+ div.crn-ion-segment-classic ul.active-background-royal li.active, div.crn-ion-segment-modern ul.active-background-royal li.active {
564
+ background-color: var(--royal);
565
+ }
566
+
567
+ div.crn-ion-segment-classic ul.active-background-dark li.active, div.crn-ion-segment-modern ul.active-background-dark li.active {
568
+ background-color: var(--dark);
569
+ }
570
+
571
+ div.crn-ion-segment-classic ul.active-background-white li.active, div.crn-ion-segment-modern ul.active-background-white li.active {
572
+ background-color: var(--white);
573
+ }
574
+
575
+ div.crn-ion-segment-classic ul.active-background-gray li.active, div.crn-ion-segment-modern ul.active-background-gray li.active {
576
+ background-color: var(--gray);
577
+ }
578
+
579
+ div.crn-ion-segment-classic ul.active-background-black li.active, div.crn-ion-segment-modern ul.active-background-black li.active {
580
+ background-color: var(--black);
581
+ }
582
+
583
+ div.crn-ion-segment-classic ul.active-background-blue li.active, div.crn-ion-segment-modern ul.active-background-blue li.active {
584
+ background-color: var(--blue);
585
+ }
586
+
587
+ div.crn-ion-segment-classic ul.active-background-light-blue li.active, div.crn-ion-segment-modern ul.active-background-light-blue li.active {
588
+ background-color: var(--light-blue);
589
+ }
590
+
591
+ div.crn-ion-segment-classic ul.active-background-dark-blue li.active, div.crn-ion-segment-modern ul.active-background-dark-blue li.active {
592
+ background-color: var(--dark-blue);
593
+ }
594
+
595
+ div.crn-ion-segment-classic ul.active-background-purple li.active, div.crn-ion-segment-modern ul.active-background-purple li.active {
596
+ background-color: var(--purple);
597
+ }
598
+
599
+ div.crn-ion-segment-classic ul.active-background-light-purple li.active, div.crn-ion-segment-modern ul.active-background-light-purple li.active {
600
+ background-color: var(--light-purple);
601
+ }
602
+
603
+ div.crn-ion-segment-classic ul.active-background-dark-purple li.active, div.crn-ion-segment-modern ul.active-background-dark-purple li.active {
604
+ background-color: var(--dark-purple);
605
+ }
606
+
607
+ div.crn-ion-segment-classic ul.active-background-red li.active, div.crn-ion-segment-modern ul.active-background-red li.active {
608
+ background-color: var(--red);
609
+ }
610
+
611
+ div.crn-ion-segment-classic ul.active-background-light-red li.active, div.crn-ion-segment-modern ul.active-background-light-red li.active {
612
+ background-color: var(--light-red);
613
+ }
614
+
615
+ div.crn-ion-segment-classic ul.active-background-dark-red li.active, div.crn-ion-segment-modern ul.active-background-dark-red li.active {
616
+ background-color: var(--dark-red);
617
+ }
618
+
619
+ div.crn-ion-segment-classic ul.active-background-orange li.active, div.crn-ion-segment-modern ul.active-background-orange li.active {
620
+ background-color: var(--orange);
621
+ }
622
+
623
+ div.crn-ion-segment-classic ul.active-background-light-orange li.active, div.crn-ion-segment-modern ul.active-background-light-orange li.active {
624
+ background-color: var(--light-orange);
625
+ }
626
+
627
+ div.crn-ion-segment-classic ul.active-background-dark-orange li.active, div.crn-ion-segment-modern ul.active-background-dark-orange li.active {
628
+ background-color: var(--dark-orange);
629
+ }
630
+
631
+ div.crn-ion-segment-classic ul.active-background-yellow li.active, div.crn-ion-segment-modern ul.active-background-yellow li.active {
632
+ background-color: var(--yellow);
633
+ }
634
+
635
+ div.crn-ion-segment-classic ul.active-background-light-yellow li.active, div.crn-ion-segment-modern ul.active-background-light-yellow li.active {
636
+ background-color: var(--light-yellow);
637
+ }
638
+
639
+ div.crn-ion-segment-classic ul.active-background-dark-yellow li.active, div.crn-ion-segment-modern ul.active-background-dark-yellow li.active {
640
+ background-color: var(--dark-yellow);
641
+ }
642
+
643
+ div.crn-ion-segment-classic ul.active-background-green li.active, div.crn-ion-segment-modern ul.active-background-green li.active {
644
+ background-color: var(--green);
645
+ }
646
+
647
+ div.crn-ion-segment-classic ul.active-background-light-green li.active, div.crn-ion-segment-modern ul.active-background-light-green li.active {
648
+ background-color: var(--light-green);
649
+ }
650
+
651
+ div.crn-ion-segment-classic ul.active-background-dark-green li.active, div.crn-ion-segment-modern ul.active-background-dark-green li.active {
652
+ background-color: var(--dark-green);
653
+ }
654
+
655
+ .crn-ion-segment-light ul {
656
+ padding-bottom: 0;
657
+ }
658
+
659
+ /* light background-color-active */
660
+
661
+ div.crn-ion-segment-light ul li.active {
662
+ border-bottom: 1px solid;
663
+ border-radius: 0;
664
+ box-shadow: none;
665
+ background-color: transparent;
666
+ }
667
+
668
+ div.crn-ion-segment-light.icon-theme-light-white li.active {
669
+ border-color: var(--white);
670
+ }
671
+
672
+ div.crn-ion-segment-light.icon-theme-light-gray li.active {
673
+ border-color: var(--gray);
674
+ }
675
+
676
+ div.crn-ion-segment-light.icon-theme-light-black li.active {
677
+ border-color: var(--black);
678
+ }
679
+
680
+ div.crn-ion-segment-light.icon-theme-light-blue li.active {
681
+ border-color: var(--blue);
682
+ }
683
+
684
+ div.crn-ion-segment-light.icon-theme-light-light-blue li.active {
685
+ border-color: var(--light-blue);
686
+ }
687
+
688
+ div.crn-ion-segment-light.icon-theme-light-dark-blue li.active {
689
+ border-color: var(--dark-blue);
690
+ }
691
+
692
+ div.crn-ion-segment-light.icon-theme-light-purple li.active {
693
+ border-color: var(--purple);
694
+ }
695
+
696
+ div.crn-ion-segment-light.icon-theme-light-light-purple li.active {
697
+ border-color: var(--light-purple);
698
+ }
699
+
700
+ div.crn-ion-segment-light.icon-theme-light-dark-purple li.active {
701
+ border-color: var(--dark-purple);
702
+ }
703
+
704
+ div.crn-ion-segment-light.icon-theme-light-red li.active {
705
+ border-color: var(--red);
706
+ }
707
+
708
+ div.crn-ion-segment-light.icon-theme-light-light-red li.active {
709
+ border-color: var(--light-red);
710
+ }
711
+
712
+ div.crn-ion-segment-light.icon-theme-light-dark-red li.active {
713
+ border-color: var(--dark-red);
714
+ }
715
+
716
+ div.crn-ion-segment-light.icon-theme-light-orange li.active {
717
+ border-color: var(--orange);
718
+ }
719
+
720
+ div.crn-ion-segment-light.icon-theme-light-light-orange li.active {
721
+ border-color: var(--light-orange);
722
+ }
723
+
724
+ div.crn-ion-segment-light.icon-theme-light-dark-orange li.active {
725
+ border-color: var(--dark-orange);
726
+ }
727
+
728
+ div.crn-ion-segment-light.icon-theme-light-yellow li.active {
729
+ border-color: var(--yellow);
730
+ }
731
+
732
+ div.crn-ion-segment-light.icon-theme-light-light-yellow li.active {
733
+ border-color: var(--light-yellow);
734
+ }
735
+
736
+ div.crn-ion-segment-light.icon-theme-light-dark-yellow li.active {
737
+ border-color: var(--dark-yellow);
738
+ }
739
+
740
+ div.crn-ion-segment-light.icon-theme-light-green li.active {
741
+ border-color: var(--green);
742
+ }
743
+
744
+ div.crn-ion-segment-light.icon-theme-light-light-green li.active {
745
+ border-color: var(--light-green);
746
+ }
747
+
748
+ div.crn-ion-segment-light.icon-theme-light-dark-green li.active {
749
+ border-color: var(--dark-green);
750
+ }
751
+
752
+ div.crn-ion-segment-light.icon-theme-light-assertive li.active {
753
+ border-color: var(--assertive);
754
+ }
755
+
756
+ div.crn-ion-segment-light.icon-theme-light-balanced li.active {
757
+ border-color: var(--balanced);
758
+ }
759
+
760
+ div.crn-ion-segment-light.icon-theme-light-energized li.active {
761
+ border-color: var(--energized);
762
+ }
763
+
764
+ div.crn-ion-segment-light.icon-theme-light-light li.active {
765
+ border-color: var(--light);
766
+ }
767
+
768
+ div.crn-ion-segment-light.icon-theme-light-stable li.active {
769
+ border-color: var(--stable);
770
+ }
771
+
772
+ div.crn-ion-segment-light.icon-theme-light-calm li.active {
773
+ border-color: var(--calm);
774
+ }
775
+
776
+ div.crn-ion-segment-light.icon-theme-light-positive li.active {
777
+ border-color: var(--positive);
778
+ }
779
+
780
+ div.crn-ion-segment-light.icon-theme-light-royal li.active {
781
+ border-color: var(--royal);
782
+ }
783
+
784
+ div.crn-ion-segment-light.icon-theme-light-dark li.active {
785
+ border-color: var(--dark);
786
+ }