cronapp-framework-mobile-js 2.9.1 → 2.9.2-SP.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (496) hide show
  1. package/components/crn-button.components.json +42 -21
  2. package/components/crn-checkbox.components.json +20 -10
  3. package/components/crn-filter-button.components.json +21 -11
  4. package/components/crn-input-button.components.json +20 -10
  5. package/components/crn-ion-footer-bar.components.json +40 -20
  6. package/components/crn-ion-segment.components.json +20 -10
  7. package/components/crn-list-swipe.components.json +1 -1
  8. package/components/crn-signature-pad.components.json +2 -3
  9. package/components/crn-toggle.components.json +20 -10
  10. package/components/css/crn-ion-segment.css +3 -9
  11. package/components/templates/item.avatar.template.html +1 -1
  12. package/components/templates/item.swipe.template.html +3 -3
  13. package/components/templates/item.thumbnail.template.html +1 -1
  14. package/components/templates/list.avatar.template.html +1 -1
  15. package/components/templates/list.swipe.template.html +3 -3
  16. package/components/templates/list.thumbnail.template.html +3 -3
  17. package/{deprecated/components/templates/menu.template.html → components/templates/public.menu.template.html} +3 -3
  18. package/css/app_2.9.css +15 -2
  19. package/css/themes/custom/aquamarine/bar-aquamarine.css +7 -7
  20. package/css/themes/custom/aquamarine/button-aquamarine.css +51 -0
  21. package/css/themes/custom/aquamarine/custom-aquamarine.css +145 -83
  22. package/css/themes/custom/cerulean/button-cerulean.css +60 -9
  23. package/css/themes/custom/cerulean/crn-ion-segment-cerulean.css +8 -0
  24. package/css/themes/custom/cerulean/custom-cerulean.css +123 -63
  25. package/css/themes/custom/cosmo/custom-cosmo.css +59 -0
  26. package/css/themes/custom/cyborg/custom-cyborg.css +59 -0
  27. package/css/themes/custom/darkly/custom-darkly.css +88 -17
  28. package/css/themes/custom/dsgov/button-dsgov.css +96 -15
  29. package/css/themes/custom/dsgov/custom-dsgov.css +104 -45
  30. package/css/themes/custom/flatly/custom-flatly.css +60 -1
  31. package/css/themes/custom/fuse/button-fuse.css +91 -12
  32. package/css/themes/custom/fuse/custom-fuse.css +112 -29
  33. package/css/themes/custom/journal/custom-journal.css +68 -11
  34. package/css/themes/custom/material/custom-material.css +176 -87
  35. package/css/themes/custom/theme-general/button.css +30 -30
  36. package/css/themes/custom/theme-general/theme-general.css +1 -1
  37. package/css/themes/custom/united/custom-united.css +1 -1
  38. package/css/themes/deprecated/cronos.css +55 -0
  39. package/{deprecated/css → css/themes/deprecated}/custom-ionic.css +0 -0
  40. package/{deprecated/css → css/themes/deprecated}/groupingOfCss/checkbox.css +0 -0
  41. package/{deprecated/css → css/themes/deprecated}/groupingOfCss/col.css +0 -0
  42. package/{deprecated/css → css/themes/deprecated}/groupingOfCss/dynamicImage.css +0 -0
  43. package/{deprecated/css → css/themes/deprecated}/groupingOfCss/import_groupingOfCss.css +0 -0
  44. package/{deprecated/css → css/themes/deprecated}/groupingOfCss/login.css +0 -0
  45. package/{deprecated/css → css/themes/deprecated}/groupingOfCss/qrCodeCronapp.css +0 -0
  46. package/{deprecated/css → css/themes/deprecated}/groupingOfCss/upload-image.css +0 -0
  47. package/{deprecated/css/app.css → css/themes/deprecated/material.min.css} +38 -26
  48. package/{deprecated/css → css/themes/deprecated}/old/modal.css +0 -0
  49. package/css/themes/theme.editor.view.html +3 -11
  50. package/dist/components/css/crn-ion-segment.css +1 -1
  51. package/dist/components/templates/item.avatar.template.html +1 -1
  52. package/dist/components/templates/item.swipe.template.html +1 -1
  53. package/dist/components/templates/item.thumbnail.template.html +1 -1
  54. package/dist/components/templates/list.avatar.template.html +1 -1
  55. package/dist/components/templates/list.swipe.template.html +1 -1
  56. package/dist/components/templates/list.thumbnail.template.html +1 -1
  57. package/{deprecated/dist/components/templates/menu.template.html → dist/components/templates/public.menu.template.html} +1 -1
  58. package/dist/css/app_2.9.css +1 -1
  59. package/dist/css/themes/custom/aquamarine/bar-aquamarine.css +1 -1
  60. package/dist/css/themes/custom/aquamarine/button-aquamarine.css +1 -1
  61. package/dist/css/themes/custom/aquamarine/custom-aquamarine.css +1 -1
  62. package/dist/css/themes/custom/cerulean/button-cerulean.css +1 -1
  63. package/dist/css/themes/custom/cerulean/crn-ion-segment-cerulean.css +1 -1
  64. package/dist/css/themes/custom/cerulean/custom-cerulean.css +1 -1
  65. package/dist/css/themes/custom/cosmo/custom-cosmo.css +1 -1
  66. package/dist/css/themes/custom/cyborg/custom-cyborg.css +1 -1
  67. package/dist/css/themes/custom/darkly/custom-darkly.css +1 -1
  68. package/dist/css/themes/custom/dsgov/button-dsgov.css +1 -1
  69. package/dist/css/themes/custom/dsgov/custom-dsgov.css +1 -1
  70. package/dist/css/themes/custom/flatly/custom-flatly.css +1 -1
  71. package/dist/css/themes/custom/fuse/button-fuse.css +1 -1
  72. package/dist/css/themes/custom/fuse/custom-fuse.css +1 -1
  73. package/dist/css/themes/custom/journal/custom-journal.css +1 -1
  74. package/dist/css/themes/custom/material/custom-material.css +1 -1
  75. package/dist/css/themes/custom/theme-general/button.css +1 -1
  76. package/dist/css/themes/custom/theme-general/theme-general.css +1 -1
  77. package/dist/css/themes/custom/united/custom-united.css +1 -1
  78. package/{deprecated/dist/css → dist/css/themes/deprecated}/cronos.css +0 -0
  79. package/{deprecated/dist/css → dist/css/themes/deprecated}/custom-ionic.css +0 -0
  80. package/{deprecated/dist/css → dist/css/themes/deprecated}/groupingOfCss/checkbox.css +0 -0
  81. package/{deprecated/dist/css → dist/css/themes/deprecated}/groupingOfCss/col.css +0 -0
  82. package/{deprecated/dist/css → dist/css/themes/deprecated}/groupingOfCss/dynamicImage.css +0 -0
  83. package/{deprecated/dist/css → dist/css/themes/deprecated}/groupingOfCss/import_groupingOfCss.css +0 -0
  84. package/{deprecated/dist/css → dist/css/themes/deprecated}/groupingOfCss/login.css +0 -0
  85. package/{deprecated/dist/css → dist/css/themes/deprecated}/groupingOfCss/qrCodeCronapp.css +0 -0
  86. package/{deprecated/dist/css → dist/css/themes/deprecated}/groupingOfCss/upload-image.css +0 -0
  87. package/dist/css/themes/deprecated/material.min.css +1 -0
  88. package/{deprecated/dist/css → dist/css/themes/deprecated}/old/modal.css +0 -0
  89. package/dist/css/themes/theme.editor.view.html +1 -1
  90. package/dist/js/app.authentication.js +1 -1
  91. package/dist/js/directives.js +2 -2
  92. package/js/app.authentication.js +1 -1
  93. package/js/directives.js +115 -57
  94. package/lib/ionic/js/ionic.bundle.js +17 -2
  95. package/package.json +1 -1
  96. package/deprecated/components/crn-QRCode.components.json +0 -54
  97. package/deprecated/components/crn-anchor.components.json +0 -89
  98. package/deprecated/components/crn-button-bar.components.json +0 -64
  99. package/deprecated/components/crn-button.components.json +0 -316
  100. package/deprecated/components/crn-card.components.json +0 -95
  101. package/deprecated/components/crn-chart.components.json +0 -57
  102. package/deprecated/components/crn-chat.components.json +0 -8
  103. package/deprecated/components/crn-checkbox.components.json +0 -184
  104. package/deprecated/components/crn-complex-search.components.json +0 -43
  105. package/deprecated/components/crn-container.components.json +0 -21
  106. package/deprecated/components/crn-cron-crud.components.json +0 -21
  107. package/deprecated/components/crn-datasource.components.json +0 -181
  108. package/deprecated/components/crn-dynamic-file.components.json +0 -85
  109. package/deprecated/components/crn-dynamic-image.components.json +0 -153
  110. package/deprecated/components/crn-dynamic-select.components.json +0 -111
  111. package/deprecated/components/crn-evaluation.components.json +0 -64
  112. package/deprecated/components/crn-filter-button.components.json +0 -305
  113. package/deprecated/components/crn-form-template.components.json +0 -11
  114. package/deprecated/components/crn-header-button.components.json +0 -63
  115. package/deprecated/components/crn-heading.components.json +0 -109
  116. package/deprecated/components/crn-icon.components.json +0 -258
  117. package/deprecated/components/crn-image.components.json +0 -121
  118. package/deprecated/components/crn-infinite-scroll.components.json +0 -32
  119. package/deprecated/components/crn-input-button.components.json +0 -205
  120. package/deprecated/components/crn-input-floating.components.json +0 -196
  121. package/deprecated/components/crn-input-icon.components.json +0 -187
  122. package/deprecated/components/crn-input-inline.components.json +0 -198
  123. package/deprecated/components/crn-input.components.json +0 -185
  124. package/deprecated/components/crn-ion-content.components.json +0 -24
  125. package/deprecated/components/crn-ion-footer-bar.components.json +0 -351
  126. package/deprecated/components/crn-ion-header-bar.components.json +0 -211
  127. package/deprecated/components/crn-ion-list.components.json +0 -152
  128. package/deprecated/components/crn-ion-nav-buttons.components.json +0 -63
  129. package/deprecated/components/crn-ion-segment-item.components.json +0 -65
  130. package/deprecated/components/crn-ion-segment.components.json +0 -974
  131. package/deprecated/components/crn-ion-tab-item.components.json +0 -50
  132. package/deprecated/components/crn-ion-tab.components.json +0 -138
  133. package/deprecated/components/crn-item-options.components.json +0 -26
  134. package/deprecated/components/crn-item-select.components.json +0 -69
  135. package/deprecated/components/crn-item-swipe.components.json +0 -62
  136. package/deprecated/components/crn-kendo-chat.components.json +0 -88
  137. package/deprecated/components/crn-label.components.json +0 -113
  138. package/deprecated/components/crn-list-avatar.components.json +0 -260
  139. package/deprecated/components/crn-list-icon.components.json +0 -249
  140. package/deprecated/components/crn-list-item-avatar.components.json +0 -236
  141. package/deprecated/components/crn-list-item-icon.components.json +0 -242
  142. package/deprecated/components/crn-list-item-thumbnail.components.json +0 -226
  143. package/deprecated/components/crn-list-item.components.json +0 -160
  144. package/deprecated/components/crn-list-simple.components.json +0 -180
  145. package/deprecated/components/crn-list-swipe.components.json +0 -105
  146. package/deprecated/components/crn-list-thumbnail.components.json +0 -248
  147. package/deprecated/components/crn-list.components.json +0 -75
  148. package/deprecated/components/crn-map.components.json +0 -55
  149. package/deprecated/components/crn-mobile-menu.components.json +0 -32
  150. package/deprecated/components/crn-multiselect.components.json +0 -110
  151. package/deprecated/components/crn-navbar.components.json +0 -106
  152. package/deprecated/components/crn-option-button.components.json +0 -72
  153. package/deprecated/components/crn-paragraph.components.json +0 -110
  154. package/deprecated/components/crn-radio.components.json +0 -90
  155. package/deprecated/components/crn-radioOption.components.json +0 -23
  156. package/deprecated/components/crn-range.components.json +0 -106
  157. package/deprecated/components/crn-rating.components.json +0 -189
  158. package/deprecated/components/crn-search.components.json +0 -210
  159. package/deprecated/components/crn-select-options.components.json +0 -17
  160. package/deprecated/components/crn-select.components.json +0 -93
  161. package/deprecated/components/crn-slider-item.components.json +0 -236
  162. package/deprecated/components/crn-slider.components.json +0 -105
  163. package/deprecated/components/crn-spacer.components.json +0 -21
  164. package/deprecated/components/crn-start.components.json +0 -10
  165. package/deprecated/components/crn-tabs-icon-only-item.components.json +0 -85
  166. package/deprecated/components/crn-tabs-icon-only.components.json +0 -382
  167. package/deprecated/components/crn-tabs.components.json +0 -36
  168. package/deprecated/components/crn-textarea.components.json +0 -109
  169. package/deprecated/components/crn-toggle.components.json +0 -161
  170. package/deprecated/components/crn-video.components.json +0 -67
  171. package/deprecated/components/css/app.css +0 -78
  172. package/deprecated/components/css/background-color.css +0 -121
  173. package/deprecated/components/css/chatStyle.css +0 -221
  174. package/deprecated/components/css/color-default.css +0 -83
  175. package/deprecated/components/css/crn-ion-segment.css +0 -786
  176. package/deprecated/components/css/icon-size.css +0 -15
  177. package/deprecated/components/css/multiselect-editor.css +0 -119
  178. package/deprecated/components/css/tabs-color.css +0 -248
  179. package/deprecated/components/js/format.min.js +0 -2
  180. package/deprecated/components/js/jquery.inputmask.bundle.js +0 -3883
  181. package/deprecated/components/js/jquery.mask.min.js +0 -19
  182. package/deprecated/components/js/pouchdb.cordova-sqlite.js +0 -5540
  183. package/deprecated/components/js/qrcode.js +0 -1319
  184. package/deprecated/components/reports/BOOLEAN.parameter.html +0 -10
  185. package/deprecated/components/reports/DATE.parameter.html +0 -4
  186. package/deprecated/components/reports/DOUBLE.parameter.html +0 -4
  187. package/deprecated/components/reports/FLOAT.parameter.html +0 -4
  188. package/deprecated/components/reports/INTEGER.parameter.html +0 -4
  189. package/deprecated/components/reports/LONG.parameter.html +0 -5
  190. package/deprecated/components/reports/STRING.parameter.html +0 -5
  191. package/deprecated/components/reports/reports.parameters.html +0 -20
  192. package/deprecated/components/templates/advanced.list.designtime.html +0 -33
  193. package/deprecated/components/templates/advanced.list.template.html +0 -1
  194. package/deprecated/components/templates/anchor.template.html +0 -1
  195. package/deprecated/components/templates/button-bar.template.html +0 -5
  196. package/deprecated/components/templates/button-report.template.html +0 -1
  197. package/deprecated/components/templates/button.template.html +0 -4
  198. package/deprecated/components/templates/card.template.html +0 -7
  199. package/deprecated/components/templates/chat.template.html +0 -39
  200. package/deprecated/components/templates/checkbox.template.html +0 -8
  201. package/deprecated/components/templates/combobox.designtime.html +0 -12
  202. package/deprecated/components/templates/combobox.template.html +0 -8
  203. package/deprecated/components/templates/complexsearch.template.html +0 -7
  204. package/deprecated/components/templates/crn-ion-segment-item.template.html +0 -6
  205. package/deprecated/components/templates/crn-ion-segment.template.html +0 -27
  206. package/deprecated/components/templates/cron-crud.template.html +0 -7
  207. package/deprecated/components/templates/cron-mobile-menu.designtime.html +0 -10
  208. package/deprecated/components/templates/div.horizontal.template.html +0 -27
  209. package/deprecated/components/templates/div.vertical.template.html +0 -11
  210. package/deprecated/components/templates/dynamic-combobox.template.html +0 -6
  211. package/deprecated/components/templates/dynamicfile.template.html +0 -8
  212. package/deprecated/components/templates/dynamicimage.designtime.html +0 -10
  213. package/deprecated/components/templates/dynamicimage.template.html +0 -9
  214. package/deprecated/components/templates/evaluation.designtime.html +0 -7
  215. package/deprecated/components/templates/evaluation.template.html +0 -1
  216. package/deprecated/components/templates/filterbutton.template.html +0 -3
  217. package/deprecated/components/templates/floattextinput.designtime.html +0 -4
  218. package/deprecated/components/templates/floattextinput.template.html +0 -4
  219. package/deprecated/components/templates/form.template.html +0 -5
  220. package/deprecated/components/templates/header.template.html +0 -3
  221. package/deprecated/components/templates/icontextinput.template.html +0 -4
  222. package/deprecated/components/templates/image.template.html +0 -18
  223. package/deprecated/components/templates/inlinetextinput.template.html +0 -4
  224. package/deprecated/components/templates/ion-footer-bar.template.html +0 -15
  225. package/deprecated/components/templates/ion-header-bar.template.html +0 -13
  226. package/deprecated/components/templates/ion-tab-item.designtime.html +0 -5
  227. package/deprecated/components/templates/ion-tab.template.html +0 -8
  228. package/deprecated/components/templates/item.avatar.template.html +0 -5
  229. package/deprecated/components/templates/item.icon.template.html +0 -4
  230. package/deprecated/components/templates/item.options.template.html +0 -14
  231. package/deprecated/components/templates/item.slider.template.html +0 -4
  232. package/deprecated/components/templates/item.swipe.template.html +0 -14
  233. package/deprecated/components/templates/item.template.html +0 -5
  234. package/deprecated/components/templates/item.thumbnail.template.html +0 -5
  235. package/deprecated/components/templates/kendo-chat.designtime.html +0 -20
  236. package/deprecated/components/templates/kendo-chat.template.html +0 -75
  237. package/deprecated/components/templates/list.avatar.template.html +0 -7
  238. package/deprecated/components/templates/list.icon.template.html +0 -6
  239. package/deprecated/components/templates/list.swipe.template.html +0 -16
  240. package/deprecated/components/templates/list.template.html +0 -5
  241. package/deprecated/components/templates/list.thumbnail.template.html +0 -7
  242. package/deprecated/components/templates/maps.designtime.html +0 -1
  243. package/deprecated/components/templates/maps.template.html +0 -1
  244. package/deprecated/components/templates/multiselect.template.html +0 -5
  245. package/deprecated/components/templates/nav.bar.template.html +0 -5
  246. package/deprecated/components/templates/publicMenu.template.html +0 -14
  247. package/deprecated/components/templates/radiogroup-dynamic.template.html +0 -15
  248. package/deprecated/components/templates/radiogroup.template.html +0 -21
  249. package/deprecated/components/templates/range.template.html +0 -5
  250. package/deprecated/components/templates/rating.template.html +0 -9
  251. package/deprecated/components/templates/search.template.html +0 -6
  252. package/deprecated/components/templates/slider.template.html +0 -20
  253. package/deprecated/components/templates/tabs-icon-only.template.html +0 -16
  254. package/deprecated/components/templates/tabs.template.html +0 -5
  255. package/deprecated/components/templates/textarea.template.html +0 -1
  256. package/deprecated/components/templates/textinput.template.html +0 -3
  257. package/deprecated/components/templates/textinputbutton.template.html +0 -12
  258. package/deprecated/components/templates/title.template.html +0 -1
  259. package/deprecated/components/templates/toggle-dynamic.template.html +0 -11
  260. package/deprecated/components/templates/toggle.template.html +0 -9
  261. package/deprecated/components/templates/video.designtime.html +0 -2
  262. package/deprecated/components/templates/video.template.html +0 -1
  263. package/deprecated/components/templates/views/public/home.view.html +0 -16
  264. package/deprecated/components/templates/views/public/menu.view.html +0 -20
  265. package/deprecated/components/upload/upload.html +0 -41
  266. package/deprecated/css/themes/custom/material/custom-material.css +0 -12
  267. package/deprecated/css/themes/material.min.css +0 -4
  268. package/deprecated/dist/components/css/app.css +0 -1
  269. package/deprecated/dist/components/css/background-color.css +0 -1
  270. package/deprecated/dist/components/css/chatStyle.css +0 -1
  271. package/deprecated/dist/components/css/color-default.css +0 -1
  272. package/deprecated/dist/components/css/crn-ion-segment.css +0 -1
  273. package/deprecated/dist/components/css/icon-size.css +0 -1
  274. package/deprecated/dist/components/css/multiselect-editor.css +0 -1
  275. package/deprecated/dist/components/css/tabs-color.css +0 -1
  276. package/deprecated/dist/components/js/format.min.js +0 -1
  277. package/deprecated/dist/components/js/jquery.inputmask.bundle.js +0 -3
  278. package/deprecated/dist/components/js/jquery.mask.min.js +0 -1
  279. package/deprecated/dist/components/js/pouchdb.cordova-sqlite.js +0 -2
  280. package/deprecated/dist/components/js/qrcode.js +0 -1
  281. package/deprecated/dist/components/templates/advanced.list.designtime.html +0 -1
  282. package/deprecated/dist/components/templates/advanced.list.template.html +0 -1
  283. package/deprecated/dist/components/templates/anchor.template.html +0 -1
  284. package/deprecated/dist/components/templates/button-bar.template.html +0 -1
  285. package/deprecated/dist/components/templates/button-report.template.html +0 -1
  286. package/deprecated/dist/components/templates/button.template.html +0 -1
  287. package/deprecated/dist/components/templates/card.template.html +0 -1
  288. package/deprecated/dist/components/templates/chat.template.html +0 -1
  289. package/deprecated/dist/components/templates/checkbox.template.html +0 -1
  290. package/deprecated/dist/components/templates/combobox.designtime.html +0 -1
  291. package/deprecated/dist/components/templates/combobox.template.html +0 -1
  292. package/deprecated/dist/components/templates/complexsearch.template.html +0 -1
  293. package/deprecated/dist/components/templates/crn-ion-segment-item.template.html +0 -1
  294. package/deprecated/dist/components/templates/crn-ion-segment.template.html +0 -1
  295. package/deprecated/dist/components/templates/cron-crud.template.html +0 -1
  296. package/deprecated/dist/components/templates/cron-mobile-menu.designtime.html +0 -1
  297. package/deprecated/dist/components/templates/div.horizontal.template.html +0 -1
  298. package/deprecated/dist/components/templates/div.vertical.template.html +0 -1
  299. package/deprecated/dist/components/templates/dynamic-combobox.template.html +0 -1
  300. package/deprecated/dist/components/templates/dynamicfile.template.html +0 -1
  301. package/deprecated/dist/components/templates/dynamicimage.designtime.html +0 -1
  302. package/deprecated/dist/components/templates/dynamicimage.template.html +0 -1
  303. package/deprecated/dist/components/templates/evaluation.designtime.html +0 -1
  304. package/deprecated/dist/components/templates/evaluation.template.html +0 -1
  305. package/deprecated/dist/components/templates/filterbutton.template.html +0 -1
  306. package/deprecated/dist/components/templates/floattextinput.designtime.html +0 -1
  307. package/deprecated/dist/components/templates/floattextinput.template.html +0 -1
  308. package/deprecated/dist/components/templates/form.template.html +0 -1
  309. package/deprecated/dist/components/templates/header.template.html +0 -1
  310. package/deprecated/dist/components/templates/iconinput.template.html +0 -1
  311. package/deprecated/dist/components/templates/icontextinput.template.html +0 -1
  312. package/deprecated/dist/components/templates/image.template.html +0 -1
  313. package/deprecated/dist/components/templates/inlinetextinput.template.html +0 -1
  314. package/deprecated/dist/components/templates/ion-footer-bar.template.html +0 -1
  315. package/deprecated/dist/components/templates/ion-header-bar.template.html +0 -1
  316. package/deprecated/dist/components/templates/ion-tab-item.designtime.html +0 -1
  317. package/deprecated/dist/components/templates/ion-tab.designtime.html +0 -1
  318. package/deprecated/dist/components/templates/ion-tab.template.html +0 -1
  319. package/deprecated/dist/components/templates/item.avatar.template.html +0 -1
  320. package/deprecated/dist/components/templates/item.icon.template.html +0 -1
  321. package/deprecated/dist/components/templates/item.options.template.html +0 -1
  322. package/deprecated/dist/components/templates/item.slider.template.html +0 -1
  323. package/deprecated/dist/components/templates/item.swipe.template.html +0 -1
  324. package/deprecated/dist/components/templates/item.template.html +0 -1
  325. package/deprecated/dist/components/templates/item.thumbnail.template.html +0 -1
  326. package/deprecated/dist/components/templates/kendo-chat.designtime.html +0 -1
  327. package/deprecated/dist/components/templates/kendo-chat.template.html +0 -1
  328. package/deprecated/dist/components/templates/list.avatar.template.html +0 -1
  329. package/deprecated/dist/components/templates/list.icon.template.html +0 -1
  330. package/deprecated/dist/components/templates/list.swipe.template.html +0 -1
  331. package/deprecated/dist/components/templates/list.template.html +0 -1
  332. package/deprecated/dist/components/templates/list.thumbnail.template.html +0 -1
  333. package/deprecated/dist/components/templates/maps.designtime.html +0 -1
  334. package/deprecated/dist/components/templates/maps.template.html +0 -1
  335. package/deprecated/dist/components/templates/multiselect.template.html +0 -1
  336. package/deprecated/dist/components/templates/nav.bar.template.html +0 -1
  337. package/deprecated/dist/components/templates/publicMenu.template.html +0 -1
  338. package/deprecated/dist/components/templates/radiogroup-dynamic.template.html +0 -1
  339. package/deprecated/dist/components/templates/radiogroup.template.html +0 -1
  340. package/deprecated/dist/components/templates/range.template.html +0 -1
  341. package/deprecated/dist/components/templates/rating.template.html +0 -1
  342. package/deprecated/dist/components/templates/search.template.html +0 -1
  343. package/deprecated/dist/components/templates/slider.template.html +0 -1
  344. package/deprecated/dist/components/templates/tabs-icon-only.template.html +0 -1
  345. package/deprecated/dist/components/templates/tabs.template.html +0 -1
  346. package/deprecated/dist/components/templates/textarea.template.html +0 -1
  347. package/deprecated/dist/components/templates/textinput.template.html +0 -1
  348. package/deprecated/dist/components/templates/textinputbutton.template.html +0 -1
  349. package/deprecated/dist/components/templates/title.template.html +0 -1
  350. package/deprecated/dist/components/templates/toggle-dynamic.template.html +0 -1
  351. package/deprecated/dist/components/templates/toggle.template.html +0 -1
  352. package/deprecated/dist/components/templates/video.designtime.html +0 -1
  353. package/deprecated/dist/components/templates/video.template.html +0 -1
  354. package/deprecated/dist/components/templates/views/public/home.view.html +0 -1
  355. package/deprecated/dist/components/templates/views/public/menu.view.html +0 -1
  356. package/deprecated/dist/css/app.css +0 -1
  357. package/deprecated/dist/i18n/locale_en_us.json +0 -126
  358. package/deprecated/dist/i18n/locale_pt_br.json +0 -126
  359. package/deprecated/dist/img/cron-icon/crn-QRCode.svg +0 -1
  360. package/deprecated/dist/img/cron-icon/crn-anchor.svg +0 -1
  361. package/deprecated/dist/img/cron-icon/crn-button-bar.svg +0 -1
  362. package/deprecated/dist/img/cron-icon/crn-button.svg +0 -1
  363. package/deprecated/dist/img/cron-icon/crn-card.svg +0 -1
  364. package/deprecated/dist/img/cron-icon/crn-carousel.svg +0 -1
  365. package/deprecated/dist/img/cron-icon/crn-chart.svg +0 -1
  366. package/deprecated/dist/img/cron-icon/crn-checkbox.svg +0 -1
  367. package/deprecated/dist/img/cron-icon/crn-container.svg +0 -1
  368. package/deprecated/dist/img/cron-icon/crn-cron-crud.svg +0 -1
  369. package/deprecated/dist/img/cron-icon/crn-datasource.svg +0 -1
  370. package/deprecated/dist/img/cron-icon/crn-dynamic-file.svg +0 -1
  371. package/deprecated/dist/img/cron-icon/crn-dynamic-image.svg +0 -1
  372. package/deprecated/dist/img/cron-icon/crn-enterprise-dynamic-combobox.svg +0 -1
  373. package/deprecated/dist/img/cron-icon/crn-evaluation.svg +0 -1
  374. package/deprecated/dist/img/cron-icon/crn-form.svg +0 -1
  375. package/deprecated/dist/img/cron-icon/crn-header.svg +0 -1
  376. package/deprecated/dist/img/cron-icon/crn-icon.svg +0 -1
  377. package/deprecated/dist/img/cron-icon/crn-image.svg +0 -1
  378. package/deprecated/dist/img/cron-icon/crn-infinite-scroll.svg +0 -1
  379. package/deprecated/dist/img/cron-icon/crn-input-floating.svg +0 -1
  380. package/deprecated/dist/img/cron-icon/crn-input-inline.svg +0 -1
  381. package/deprecated/dist/img/cron-icon/crn-ion-footer-bar.svg +0 -1
  382. package/deprecated/dist/img/cron-icon/crn-ion-list.svg +0 -1
  383. package/deprecated/dist/img/cron-icon/crn-item-swipe.svg +0 -1
  384. package/deprecated/dist/img/cron-icon/crn-kendo-chat.svg +0 -1
  385. package/deprecated/dist/img/cron-icon/crn-label.svg +0 -1
  386. package/deprecated/dist/img/cron-icon/crn-list-avatar.svg +0 -1
  387. package/deprecated/dist/img/cron-icon/crn-list-icon.svg +0 -1
  388. package/deprecated/dist/img/cron-icon/crn-list-item-avatar.svg +0 -1
  389. package/deprecated/dist/img/cron-icon/crn-list-item-icon.svg +0 -1
  390. package/deprecated/dist/img/cron-icon/crn-list-item-thumbnail.svg +0 -1
  391. package/deprecated/dist/img/cron-icon/crn-list-item.svg +0 -1
  392. package/deprecated/dist/img/cron-icon/crn-list-swipe.svg +0 -1
  393. package/deprecated/dist/img/cron-icon/crn-list-thumbnail.svg +0 -1
  394. package/deprecated/dist/img/cron-icon/crn-list.svg +0 -1
  395. package/deprecated/dist/img/cron-icon/crn-map.svg +0 -1
  396. package/deprecated/dist/img/cron-icon/crn-multiselect.svg +0 -1
  397. package/deprecated/dist/img/cron-icon/crn-paragraph.svg +0 -1
  398. package/deprecated/dist/img/cron-icon/crn-plugin.svg +0 -1
  399. package/deprecated/dist/img/cron-icon/crn-radio.svg +0 -1
  400. package/deprecated/dist/img/cron-icon/crn-radiogroup.svg +0 -1
  401. package/deprecated/dist/img/cron-icon/crn-range.svg +0 -1
  402. package/deprecated/dist/img/cron-icon/crn-rating.svg +0 -1
  403. package/deprecated/dist/img/cron-icon/crn-select.svg +0 -1
  404. package/deprecated/dist/img/cron-icon/crn-spacer.svg +0 -1
  405. package/deprecated/dist/img/cron-icon/crn-tabs-icon-only.svg +0 -1
  406. package/deprecated/dist/img/cron-icon/crn-tabs.svg +0 -1
  407. package/deprecated/dist/img/cron-icon/crn-text-component.svg +0 -1
  408. package/deprecated/dist/img/cron-icon/crn-textarea.svg +0 -1
  409. package/deprecated/dist/img/cron-icon/crn-textinput.svg +0 -1
  410. package/deprecated/dist/img/cron-icon/crn-textinputbutton.svg +0 -1
  411. package/deprecated/dist/img/cron-icon/crn-textinputicon.svg +0 -1
  412. package/deprecated/dist/img/cron-icon/crn-toggle.svg +0 -1
  413. package/deprecated/dist/img/cron-icon/crn-video.svg +0 -1
  414. package/deprecated/dist/img/placehold-100x100.png +0 -0
  415. package/deprecated/dist/img/placehold-300x200.png +0 -0
  416. package/deprecated/dist/img/placehold-900x500.png +0 -0
  417. package/deprecated/dist/img/qr-code.png +0 -0
  418. package/deprecated/dist/img/svg-charts.svg +0 -1
  419. package/deprecated/dist/img/user.svg +0 -1
  420. package/deprecated/dist/js/LanguageSelectDirective.js +0 -1
  421. package/deprecated/dist/js/LocaleService.js +0 -1
  422. package/deprecated/dist/js/app.authentication.js +0 -1
  423. package/deprecated/dist/js/app.js +0 -1
  424. package/deprecated/dist/js/controllers.authentication.js +0 -1
  425. package/deprecated/dist/js/controllers.js +0 -1
  426. package/deprecated/dist/js/custom.controllers.js +0 -1
  427. package/deprecated/dist/js/customModules.js +0 -1
  428. package/deprecated/dist/js/customStateProvider.js +0 -0
  429. package/deprecated/dist/js/directives.js +0 -17
  430. package/deprecated/dist/js/filters.js +0 -1
  431. package/deprecated/dist/js/local-dateformat.directive.js +0 -1
  432. package/deprecated/dist/js/reports/parameters.controller.js +0 -1
  433. package/deprecated/dist/js/reports/reports.service.js +0 -1
  434. package/deprecated/dist/js/services.js +0 -1
  435. package/deprecated/dist/js/upload.service.js +0 -1
  436. package/deprecated/img/cron-icon/crn-QRCode.svg +0 -38
  437. package/deprecated/img/cron-icon/crn-anchor.svg +0 -29
  438. package/deprecated/img/cron-icon/crn-button-bar.svg +0 -1
  439. package/deprecated/img/cron-icon/crn-button.svg +0 -24
  440. package/deprecated/img/cron-icon/crn-card.svg +0 -1
  441. package/deprecated/img/cron-icon/crn-carousel.svg +0 -26
  442. package/deprecated/img/cron-icon/crn-chart.svg +0 -19
  443. package/deprecated/img/cron-icon/crn-checkbox.svg +0 -15
  444. package/deprecated/img/cron-icon/crn-container.svg +0 -1
  445. package/deprecated/img/cron-icon/crn-cron-crud.svg +0 -28
  446. package/deprecated/img/cron-icon/crn-datasource.svg +0 -27
  447. package/deprecated/img/cron-icon/crn-dynamic-file.svg +0 -1
  448. package/deprecated/img/cron-icon/crn-dynamic-image.svg +0 -25
  449. package/deprecated/img/cron-icon/crn-enterprise-dynamic-combobox.svg +0 -27
  450. package/deprecated/img/cron-icon/crn-evaluation.svg +0 -1
  451. package/deprecated/img/cron-icon/crn-form.svg +0 -24
  452. package/deprecated/img/cron-icon/crn-header.svg +0 -18
  453. package/deprecated/img/cron-icon/crn-icon.svg +0 -23
  454. package/deprecated/img/cron-icon/crn-image.svg +0 -20
  455. package/deprecated/img/cron-icon/crn-infinite-scroll.svg +0 -1
  456. package/deprecated/img/cron-icon/crn-input-floating.svg +0 -1
  457. package/deprecated/img/cron-icon/crn-input-inline.svg +0 -1
  458. package/deprecated/img/cron-icon/crn-ion-footer-bar.svg +0 -1
  459. package/deprecated/img/cron-icon/crn-ion-list.svg +0 -1
  460. package/deprecated/img/cron-icon/crn-item-swipe.svg +0 -15
  461. package/deprecated/img/cron-icon/crn-kendo-chat.svg +0 -1
  462. package/deprecated/img/cron-icon/crn-label.svg +0 -1
  463. package/deprecated/img/cron-icon/crn-list-avatar.svg +0 -1
  464. package/deprecated/img/cron-icon/crn-list-icon.svg +0 -1
  465. package/deprecated/img/cron-icon/crn-list-item-avatar.svg +0 -1
  466. package/deprecated/img/cron-icon/crn-list-item-icon.svg +0 -1
  467. package/deprecated/img/cron-icon/crn-list-item-thumbnail.svg +0 -1
  468. package/deprecated/img/cron-icon/crn-list-item.svg +0 -1
  469. package/deprecated/img/cron-icon/crn-list-swipe.svg +0 -17
  470. package/deprecated/img/cron-icon/crn-list-thumbnail.svg +0 -17
  471. package/deprecated/img/cron-icon/crn-list.svg +0 -16
  472. package/deprecated/img/cron-icon/crn-map.svg +0 -1
  473. package/deprecated/img/cron-icon/crn-multiselect.svg +0 -1
  474. package/deprecated/img/cron-icon/crn-paragraph.svg +0 -1
  475. package/deprecated/img/cron-icon/crn-plugin.svg +0 -44
  476. package/deprecated/img/cron-icon/crn-radio.svg +0 -21
  477. package/deprecated/img/cron-icon/crn-radiogroup.svg +0 -25
  478. package/deprecated/img/cron-icon/crn-range.svg +0 -1
  479. package/deprecated/img/cron-icon/crn-rating.svg +0 -20
  480. package/deprecated/img/cron-icon/crn-select.svg +0 -1
  481. package/deprecated/img/cron-icon/crn-spacer.svg +0 -1
  482. package/deprecated/img/cron-icon/crn-tabs-icon-only.svg +0 -24
  483. package/deprecated/img/cron-icon/crn-tabs.svg +0 -17
  484. package/deprecated/img/cron-icon/crn-text-component.svg +0 -22
  485. package/deprecated/img/cron-icon/crn-textarea.svg +0 -22
  486. package/deprecated/img/cron-icon/crn-textinput.svg +0 -23
  487. package/deprecated/img/cron-icon/crn-textinputbutton.svg +0 -33
  488. package/deprecated/img/cron-icon/crn-textinputicon.svg +0 -29
  489. package/deprecated/img/cron-icon/crn-toggle.svg +0 -1
  490. package/deprecated/img/cron-icon/crn-video.svg +0 -1
  491. package/deprecated/img/placehold-100x100.png +0 -0
  492. package/deprecated/img/placehold-300x200.png +0 -0
  493. package/deprecated/img/placehold-900x500.png +0 -0
  494. package/deprecated/img/qr-code.png +0 -0
  495. package/deprecated/img/svg-charts.svg +0 -1
  496. package/deprecated/img/user.svg +0 -18
@@ -1,75 +0,0 @@
1
- <kendo-chat
2
- id="kendo-chat${RANDOM}"
3
- chat-placeholder="Digite uma mensagem"
4
- ng-on-post-message=""
5
- ng-on-send-message=""
6
- ng-on-typing-start=""
7
- ng-on-typing-end=""
8
- >
9
- <div data-role="chat" class="k-widget k-chat">
10
- <div class="k-message-list k-avatars" data-role="chat" aria-live="polite">
11
- <div class="k-message-list-content">
12
- <div cronapp="" class="k-message-group">
13
- <p class="k-author">Cronapp</p>
14
- <img
15
- src="https://ide.cronapp.io/resources/favicon/favicon.svg"
16
- alt="Cronapp"
17
- class="k-avatar"
18
- />
19
- <div class="k-message k-first">
20
- <time class="k-message-time">14:25:32</time>
21
- <div class="k-bubble">Olá Usuário, este é o Cron Chat</div>
22
- </div>
23
- <div class="k-message k-last">
24
- <time class="k-message-time">14:25:32</time>
25
- <div class="k-bubble">Seja bem vindo!</div>
26
- </div>
27
- </div>
28
- <div me="" class="k-message-group k-alt">
29
- <img
30
- src="https://www.creph.com.br/assets/all/img/default.png"
31
- alt="User"
32
- class="k-avatar"
33
- />
34
- <div class="k-message k-first">
35
- <time class="k-message-time">14:25:37</time>
36
- <div class="k-bubble">Olá!</div>
37
- </div>
38
- <div class="k-message k-last">
39
- <time class="k-message-time">14:25:46</time>
40
- <div class="k-bubble">Muito legal! :)</div>
41
- </div>
42
- </div>
43
- </div>
44
- </div>
45
- <div class="k-message-box" data-role="chat">
46
- <label class="k-hidden" for="inputId_56884ad4-d5ca-4bb0-bc84-d352644d6410"
47
- >Digite a mensagem</label
48
- ><input
49
- type="text"
50
- class="k-input"
51
- id="inputId_56884ad4-d5ca-4bb0-bc84-d352644d6410"
52
- placeholder="Digite a mensagem"
53
- /><button
54
- class="k-button k-flat k-button-icon k-button-send"
55
- title="Send message"
56
- aria-label="Send message"
57
- >
58
- <svg
59
- version="1.1"
60
- ixmlns="http://www.w3.org/2000/svg"
61
- xmlns:xlink="http://www.w3.org/1999/xlink"
62
- x="0px"
63
- y="0px"
64
- viewBox="0 0 16 16"
65
- xml:space="preserve"
66
- >
67
- <path
68
- d="M0,14.3c-0.1,0.6,0.3,0.8,0.8,0.6l14.8-6.5c0.5-0.2,0.5-0.6,0-0.8L0.8,1.1C0.3,0.9-0.1,1.1,0,1.7l0.7,4.2C0.8,6.5,1.4,7,1.9,7.1l8.8,0.8c0.6,0.1,0.6,0.1,0,0.2L1.9,8.9C1.4,9,0.8,9.5,0.7,10.1L0,14.3z"
69
- ></path>
70
- </svg>
71
- </button>
72
- </div>
73
- <div class="k-toolbar-box" role="toolbar" style="display: none;"></div>
74
- </div>
75
- </kendo-chat>
@@ -1,7 +0,0 @@
1
- <div class="" crn-datasource="" ng-repeat="rowData in datasource.data" id="crn-list-avatar${RANDOM}">
2
- <a class="item item-avatar-left text-left" xattr-position="item-avatar-left" xattr-text-position="text-left" data-component="crn-list-item-avatar" id="crn-list-item-avatar-${RANDOM}">
3
- <img alt="Avatar" src="img/nophoto.png" class="component-holder" data-component="crn-image" id="crn-image-${RANDOM}">
4
- <h2 class="dark" xattr-theme="dark">List Title</h2>
5
- <h3 class="dark" xattr-theme="dark">List Subtitle</h3>
6
- </a>
7
- </div>
@@ -1,6 +0,0 @@
1
- <div crn-datasource="" ng-repeat="rowData in datasource.data" id="crn-list-icon${RANDOM}" xattr-text-position="text-left">
2
- <a class="item item-icon-left" xattr-position="item-icon-left" data-component="crn-list-item-icon" id="crn-list-item-icon${RANDOM}" href="">
3
- <i class="icon ion ion-home dark" xattr-theme="dark"></i>
4
- <h2 class="dark" xattr-theme="dark">List Content</h2>
5
- </a>
6
- </div>
@@ -1,16 +0,0 @@
1
- <ion-list crn-datasource="" class="listCanSwipe" id="crn-list-swipe${RANDOM}">
2
- <div ng-repeat="rowData in datasource.data" class="to-repeat">
3
- <ion-item class="item" id="crn-list-item-swipe${RANDOM}" data-component="crn-item-swipe">
4
- <h2 style="display: inline;">Item</h2>
5
- <div id="crn-item-options${RANDOM}" class="component-holder" data-component="crn-item-options">
6
- <div class="crn-item-options" data-item="true">
7
- <ion-option-button id="crn-option-button${RANDOM}" data-component="crn-button" class="button-positive button editButton">
8
- <i class="ion ion-edit"></i><span>Edit</span>
9
- </ion-option-button>
10
- <ion-option-button id="crn-option-button${RANDOM}-2" data-component="crn-button"
11
- class="button-assertive button deleteButton"><i class="ion ion-trash-a"></i><span>Delete</span></ion-option-button>
12
- </div>
13
- </div>
14
- </ion-item>
15
- </div>
16
- </ion-list>
@@ -1,5 +0,0 @@
1
- <div class="list">
2
- <div crn-datasource="" ng-repeat="rowData in datasource.data">
3
- <ion-item data-component="crn-list-item" class="item dark text-left item-content" xattr-theme="dark" xattr-text-position="text-left">Content</ion-item>
4
- </div>
5
- </div>
@@ -1,7 +0,0 @@
1
- <div crn-datasource="" ng-repeat="rowData in datasource.data" id="crn-list-avatar${RANDOM}">
2
- <a data-component="crn-list-item-thumbnail" class="item item-thumbnail-left text-left" xattr-position="item-thumbnail-left" href="" xattr-text-position="text-left">
3
- <img alt="Thumbnail" src="https://picsum.photos/id/875/100/100" class="component-holder" data-component="crn-image" id="crn-image-${RANDOM}">
4
- <h2 class="dark" xattr-theme="dark">List Title</h2>
5
- <h3 class="dark" xattr-theme="dark">List Subtitle</h3>
6
- </a>
7
- </div>
@@ -1 +0,0 @@
1
- <iframe class="cronMap" src="" width="" height="" style="border:0;" allowfullscreen="" loading="lazy"></iframe>
@@ -1 +0,0 @@
1
- <cron-map class="cronMap" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3655.2165684653255!2d-46.71442368505524!3d-23.632413984647545!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x94ce51ad27188dbf%3A0x999630947e3dda9f!2sTechne!5e0!3m2!1spt-BR!2sbr!4v1627059464115!5m2!1spt-BR!2sbr" width="100%" height="400"></cron-map>
@@ -1,5 +0,0 @@
1
- <div class="item item-input item-select">
2
- <span class="input-label">Label</span>
3
- <select aria-label="Seleção Múltipla" multiple ng-model="vars.multiselect${RANDOM}" crn-datasource="" class="form-control" id="multiselect-${RANDOM}" name="multiselect-${RANDOM}">
4
- </select>
5
- </div>
@@ -1,5 +0,0 @@
1
- <ion-nav-buttons side="right" class="crn-ion-nav-buttons">
2
- <button class="button button-stable">
3
- <i class="icon ion-plus-round"></i>
4
- </button>
5
- </ion-nav-buttons>
@@ -1,14 +0,0 @@
1
- <ion-side-menus>
2
- <div class="row" data-container="true">
3
- <ion-side-menu-content drag-content="false">
4
- <ion-nav-view name="menuContent">
5
- </ion-nav-view>
6
- </ion-side-menu-content>
7
- <ion-side-menu side="left" >
8
- <div ng-include src="'views/public/menu.view.html'"></div>
9
- </ion-side-menu>
10
- <ion-side-menu side="right" >
11
- <div ng-include src="'views/public/menu.view.html'"></div>
12
- </ion-side-menu>
13
- </div>
14
- </ion-side-menus>
@@ -1,15 +0,0 @@
1
- <div class="component-holder ng-binding ng-scope" data-component="crn-radiogroup" id="crn-radiogroup-726495">
2
- <div class="list radio-group" crn-datasource="[{'key': 1,'value':'Value 1' },{'key': 2,'value':'Value 2','checked' : false },{'key': 3,'value':'Value 3'}]">
3
- <div class="item item-divider ng-binding">
4
- RadioGroup : {{datasource.active}}
5
- </div>
6
- <label class="item item-radio ng-not-empty ng-valid" ng-repeat="rowData in datasource.data">
7
- <input aria-label="Aria Label Text" type="radio" ng-model="datasource.active" ng-value="rowData.key" class="ng-valid ng-not-empty ng-dirty ng-valid-parse ng-touched" style="">
8
- <div class="radio-content">
9
- <div class="item-content disable-pointer-events">
10
- <span class="ng-binding">{{rowData.value}}</span>
11
- </div>
12
- <i class="radio-icon disable-pointer-events icon ion-checkmark"></i>
13
- </div></label>
14
- </div>
15
- </div>
@@ -1,21 +0,0 @@
1
- <div class="list radio-group" ng-model="vars.radio${RANDOM}" data-component="crn-radio">
2
- <div class="item item-divider ng-binding">
3
- RadioGroup
4
- </div>
5
- <div data-component="crn-radioOption">
6
- <label class="item item-radio" crn-value="" value="1"> <input aria-label="Aria Label Text" type="radio"
7
- name="group">
8
- <div class="radio-content">
9
- <div class="item-content">Choose A</div><i class="radio-icon ion-checkmark"></i>
10
- </div>
11
- </label>
12
- </div>
13
- <div data-component="crn-radioOption">
14
- <label class="item item-radio" crn-value="" value="2"> <input aria-label="Aria Label Text" type="radio"
15
- name="group">
16
- <div class="radio-content">
17
- <div class="item-content">Choose B</div> <i class="radio-icon ion-checkmark"></i>
18
- </div>
19
- </label>
20
- </div>
21
- </div>
@@ -1,5 +0,0 @@
1
- <div class="item range range-positive" id="crn-range${RANDOM}">
2
- <i class="icon ion-ios-sunny-outline left-icon"></i>
3
- <input class="ng-pristine ng-untouched ng-valid ng-empty" aria-label="Volume" type="range" name="volume" min="0" max="100" value="33" ng-model="vars.range${RANDOM}">
4
- <i class="icon ion-ios-sunny right-icon"></i>
5
- </div>
@@ -1,9 +0,0 @@
1
- <div class="energized" xattr-theme="energized">
2
- <cronapp-rating ng-model="vars.evaluation${RANDOM}" icon-off="ion ion-android-star-outline" xattr-default-value="">
3
- <i style="font-size: 200%;" class="component-holder ion ion-android-star"></i>
4
- <i style="font-size: 200%;" class="component-holder ion ion-android-star"></i>
5
- <i style="font-size: 200%;" class="component-holder ion ion-android-star"></i>
6
- <i style="font-size: 200%;" class="component-holder ion ion-android-star"></i>
7
- <i style="font-size: 200%;" class="component-holder ion ion-android-star"></i>
8
- </cronapp-rating>
9
- </div>
@@ -1,6 +0,0 @@
1
- <div class="item item-input" id="cloud-search${RANDOM}">
2
- <i class="icon ion-search placeholder-icon"></i>
3
- <input aria-label="Aria Label Text" type="text" placeholder="Placeholder text"
4
- ng-model="vars.search${RANDOM}" mask="" cronapp-filter="" crn-datasource=""
5
- cronapp-filter-caseinsensitive="true" cronapp-filter-autopost="true" cronapp-filter-operator="=" keyboard>
6
- </div>
@@ -1,20 +0,0 @@
1
- <div class="crn-slider display-ion-slider" id="crn-slider-${COMPONENTID}">
2
- <ion-slide-box class="" auto-play="false" slide-interval="2000" does-continue="false">
3
-
4
- <ion-slide xattr-theme="positive-bg" id="crn-slider-item-${RANDOM}-1" data-component="crn-slider-item" class="positive-bg active crn-slider-item" data-container="true" data-replace="true">
5
- <img alt="Placehold" src="node_modules/cronapp-framework-mobile-js/img/placehold-300x200.png" class="component-holder" style="object-fit: cover;" xattr-position="" width="100%" height="100%" object-fit="object-fit: cover;" data-component="crn-image" id="crn-image-${RANDOM}">
6
- <h2 class="text-center top-50" data-component="crn-label" data-container="true" data-replace="true" horizontal-text-position="text-center" vertical-text-position="top-50">SLIDE 1</h2>
7
- </ion-slide>
8
-
9
- <ion-slide xattr-theme="royal-bg" id="crn-slider-item-${RANDOM}-2" data-component="crn-slider-item" class="royal-bg crn-slider-item" data-container="true" data-replace="true">
10
- <img alt="Placehold" src="node_modules/cronapp-framework-mobile-js/img/placehold-300x200.png" class="component-holder" style="object-fit: cover;" xattr-position="" width="100%" height="100%" object-fit="object-fit: cover;" data-component="crn-image" id="crn-image-${RANDOM}">
11
- <h2 class="text-center top-50" data-component="crn-label" data-container="true" data-replace="true" horizontal-text-position="text-center" vertical-text-position="top-50">SLIDE 2</h2>
12
- </ion-slide>
13
-
14
- <ion-slide xattr-theme="balanced-bg" id="crn-slider-item-${RANDOM}-3" data-component="crn-slider-item" class="balanced-bg crn-slider-item" data-container="true" data-replace="true">
15
- <img alt="Placehold" src="node_modules/cronapp-framework-mobile-js/img/placehold-300x200.png" class="component-holder" style="object-fit: cover;" xattr-position="" width="100%" height="100%" object-fit="object-fit: cover;" data-component="crn-image" id="crn-image-${RANDOM}">
16
- <h2 class="text-center top-50" data-component="crn-label" data-container="true" data-replace="true" horizontal-text-position="text-center" vertical-text-position="top-50">SLIDE 3</h2>
17
- </ion-slide>
18
-
19
- </ion-slide-box>
20
- </div>
@@ -1,16 +0,0 @@
1
- <ion-tabs class="tabs-striped background-white tabs-icon-blue icon-size-large component-holder" background-color="background-white" tabs-color="tabs-icon-blue" tabs-size="icon-size-large" data-component="crn-tabs-icon-only" id="crn-tabs-icon-only-707450">
2
- <div class="tabs">
3
- <a class="tab-item active" title="Home" data-component="crn-tabs-icon-only-item" href="">
4
- <i class="icon ion-home"></i>
5
- <span>Home</span>
6
- </a>
7
- <a class="tab-item" title="User" data-component="crn-tabs-icon-only-item" href="">
8
- <i class="icon fa fa-user"></i>
9
- <span>User</span>
10
- </a>
11
- <a class="tab-item" title="Config" data-component="crn-tabs-icon-only-item" href="">
12
- <i class="icon ion-gear-a"></i>
13
- <span>Config</span>
14
- </a>
15
- </div>
16
- </ion-tabs>
@@ -1,5 +0,0 @@
1
- <div class="tabs">
2
- <a href="#" class="tab-item component-holder" target="_self" data-component="crn-anchor">Home</a>
3
- <a href="#" class="tab-item component-holder" target="_self" data-component="crn-anchor">Favorites</a>
4
- <a href="#" class="tab-item component-holder" target="_self" data-component="crn-anchor">Settings</a>
5
- </div>
@@ -1 +0,0 @@
1
- <textarea id="textArea-${RANDOM}" ng-model="vars.textarea${RANDOM}" maxlength="300" style="resize:none;" resize="none" class="col item item-input" rows="5" placeholder="Textarea component"></textarea>
@@ -1,3 +0,0 @@
1
- <div class="item item-input">
2
- <input aria-label="Aria Label Text" id="crn-input${RANDOM}" type="text" placeholder="Placeholder text" ng-model="vars.input${RANDOM}" mask keyboard>
3
- </div>
@@ -1,12 +0,0 @@
1
- <div data class="item item-input-inset">
2
- <div class="item-input-wrapper">
3
- <input type="text" placeholder="Placeholder Text" aria-label="Aria Label Text"
4
- ng-model="vars.inputButton${RANDOM}" mask keyboard>
5
- </div>
6
- <button class="button component-holder button-small button-outline button-balanced" type="submit" ng-click=""
7
- data-component="crn-button" id="crn-button${RANDOM}" xattr-type="button-outline" xattr-size="button-small"
8
- xattr-theme="button-balanced">
9
- <i class="ion ion-ios-search"></i>
10
- <span>Search</span>
11
- </button>
12
- </div>
@@ -1 +0,0 @@
1
- <p class="card text-left">Title</p>
@@ -1,11 +0,0 @@
1
- <div crn-datasource="[{'key': 1,'value':'Value 1','checked' : true },{'key': 2,'value':'Value 2','checked' : false },{'key': 3,'value':'Value 3','checked' : true}]">
2
- <ul class="list toggle-group">
3
- <li class="item item-toggle" ng-repeat="rowData in datasource.data">
4
- {{rowData.value}}
5
- <div class="toggle toggle-balanced">
6
- <input aria-label="Aria Label Text" type="checkbox" ng-checked="rowData.checked">
7
- <div class="track">
8
- <div class="handle"></div>
9
- </div> </div> </li>
10
- </ul>
11
- </div>
@@ -1,9 +0,0 @@
1
- <label class="item item-toggle">
2
- <span>Choose A</span>
3
- <div class="toggle toggle-balanced" xattr-theme="toggle-balanced">
4
- <input type="checkbox" aria-label="Aria Label Text" ng-model="vars.toggle${RANDOM}" ng-initial-value="false" crn-allow-null-values="true">
5
- <div class="track">
6
- <div class="handle"></div>
7
- </div>
8
- </div>
9
- </label>
@@ -1,2 +0,0 @@
1
- <iframe src="" width="" height="" title="" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen>
2
- </iframe>
@@ -1 +0,0 @@
1
- <cron-video class="cronVideo" src="https://www.youtube.com/embed/W1dxhujIlSY" width="100%" height="250" title="YouTube video player"></cron-video>
@@ -1,16 +0,0 @@
1
- <ion-view class="pane">
2
- <ion-header-bar align-title="center" class="bar bar-positive" data-component="crn-ion-header-bar">
3
- <div class="buttons buttons-left header-item">
4
- <button class="button button-clear" menu-toggle="left" data-component="crn-button" xattr-type="button-clear"> <i class="icon ion-navicon"></i> </button>
5
- </div>
6
- <h1 class="title">{{'Home.view.Home' | translate }}</h1>
7
- <div class="buttons buttons-right header-item">
8
- <button class="button button-clear" menu-toggle="right" data-component="crn-button" xattr-type="button-clear"> <i class="icon ion-navicon"></i> </button>
9
- </div>
10
- </ion-header-bar>
11
- <ion-content class="scroll-content has-header" data-component="crn-ion-content">
12
- <div style="height: 60px;" data-component="crn-spacer" class="component-holder" id="crn-spacer-909305">
13
- &nbsp;
14
- </div>
15
- </ion-content>
16
- </ion-view>
@@ -1,20 +0,0 @@
1
- <ion-view class="pane">
2
- <ion-content data-container="true" data-component="crn-ion-content" class="scroll-content menu-view">
3
- <ion-list class=" disable-user-behavior list">
4
- <!-- Menu -->
5
- <div class="component-holder" data-component="crn-navbar" id="menu-blue">
6
- <div class="nav navbar-nav">
7
- <a menu-close="" class="item item-icon-left component-holder" xattr-position="item-icon-left" href="#/app/public/home" data-component="crn-list-item-icon" id="crn-list-item-icon29401"><i class="icon ion ion-home light" xattr-theme="light" style="font-size: 150%;" xattr-icon-size="font-size:150%;"></i>
8
- <div class="item-content text-left" xattr-text-position="text-left">
9
- <h2 class="light" xattr-theme="light">{{ "Home.view.Home" | translate }}</h2>
10
- </div> </a>
11
- <a menu-close="" class="item item-icon-left component-holder" xattr-position="item-icon-left" href="#/app/login" data-component="crn-list-item-icon" id="crn-list-item-icon87931"><i class="icon ion ion-arrow-right-c light" xattr-theme="light" style="font-size: 150%;" xattr-icon-size="font-size:150%;"></i>
12
- <div class="item-content text-left" xattr-text-position="text-left">
13
- <h2 class="light" xattr-theme="light">{{"Login.view.Login" | translate}}</h2>
14
- </div> </a>
15
- </div>
16
- </div>
17
- <!-- Menu -->
18
- </ion-list>
19
- </ion-content>
20
- </ion-view>
@@ -1,41 +0,0 @@
1
- <ion-modal-view ng-controller="UploadController">
2
- <ion-header-bar class="{{headerClass}}">
3
- <h1 class="title">{{"Upload.title" | translate}}</h1>
4
- </ion-header-bar>
5
- <ion-content class="scroll-content">
6
- <div style="padding: 15px">
7
- <div class="form-group">
8
- <div ng-show="uploading">
9
- <span>{{"Upload.sending" | translate}} ({{progress}}%)...</span>
10
- <div class="progress">
11
- <div class="progress-bar" role="progressbar" aria-valuenow="{{progress}}"
12
- aria-valuemin="0" aria-valuemax="100" style="width:{{progress}}%">
13
- </div>
14
- </div>
15
- </div>
16
-
17
- <div ng-show="!uploading" class="drop-box modal-upload" style="position: relative;">
18
-
19
- <input type="file" ng-model="myFiles"
20
- ngf-select="uploadFile($files)"
21
- ngf-max-size="{{data.maxSize}}"
22
- ngf-multiple="{{data.multiple}}"
23
- ngf-pattern="{{data.filter}}"
24
- accept="{{data.filter}}"
25
- style="width: 100%; height: 100%; position: absolute; top: 0px; left: 0px; opacity: 0"
26
- />
27
- <span>{{message}}</span>
28
-
29
- </div>
30
-
31
- </div>
32
- <div style="padding-top: 15px">
33
- <button type="button" class="button button-block {{buttonClass}}" style="margin: 0px" data-toggle="tooltip" title="{{ 'Cancel' | translate }}"
34
- ng-click="close()"><span class="glyphicon glyphicon-ok"></span>&nbsp;<span>{{ 'Cancel' | translate }}</span>
35
- </button>
36
- </div>
37
- </div>
38
-
39
- </ion-content>
40
-
41
- </ion-modal-view>
@@ -1,12 +0,0 @@
1
- /* Cabeçalho */
2
- .bar.bar-default {
3
- border-color: #1659ca;
4
- background-color: #2b71e8;
5
- background-image: linear-gradient(0deg, #1659ca, #1659ca 50%, transparent 50%);
6
- color: #fff;
7
- }
8
-
9
- .bar.bar-default .button .icon,
10
- .bar.bar-default .title {
11
- color: #fff;;
12
- }
@@ -1,4 +0,0 @@
1
- @import '../../../../cronapp-lib-js/dist/js/kendo-ui/styles/kendo.material-v2.min.css';
2
- @import '../../../lib/kendo/kendo.default-v2.min.css';
3
- @import "../themes/custom/material/custom-material.css";
4
- @import "../app.css";
@@ -1 +0,0 @@
1
- @import "tabs-color.css";@import 'background-color.css';@import 'icon-size.css';@import 'crn-ion-segment.css';:root{--assertive:#ef473a;--balanced:#33cd5f;--energized:#ffc900;--light:#fff;--stable:#f8f8f8;--calm:#11c1f3;--positive:#387ef5;--royal:#886aea;--dark:#444;--white:#fff;--gray:#333;--black:#000;--blue:#0247fe;--light-blue:#85a5ff;--dark-blue:#00217a;--purple:#3d01a4;--light-purple:#b285ff;--dark-purple:#2d007a;--red:#fe2712;--light-red:#fe8f84;--dark-red:#7a0b00;--orange:#fb9b02;--light-orange:#ffd085;--dark-orange:#7a4b00;--yellow:#ff3;--light-yellow:#ffff85;--dark-yellow:#7a7a00;--green:#66b032;--light-green:#b7ff85;--dark-green:#337a00}.font-size-100{font-size:100%}.font-size-200{font-size:200%}.font-size-300{font-size:300%}.font-size-400{font-size:400%}.font-size-500{font-size:500%}.font-size-600{font-size:600%}.font-size-700{font-size:700%}.top-13{top:13%}.top-50{top:50%}.top-78{top:78%}
@@ -1 +0,0 @@
1
- .tabs-striped.background-white .tabs{background-color:var(--white)}.tabs-striped.background-gray .tabs{background-color:var(--gray)}.tabs-striped.background-black .tabs{background-color:var(--black)}.tabs-striped.background-blue .tabs{background-color:var(--blue)}.tabs-striped.background-light-blue .tabs{background-color:var(--light-blue)}.tabs-striped.background-dark-blue .tabs{background-color:var(--dark-blue)}.tabs-striped.background-purple .tabs{background-color:var(--purple)}.tabs-striped.background-light-purple .tabs{background-color:var(--light-purple)}.tabs-striped.background-dark-purple .tabs{background-color:var(--dark-purple)}.tabs-striped.background-red .tabs{background-color:var(--red)}.tabs-striped.background-light-red .tabs{background-color:var(--light-red)}.tabs-striped.background-dark-red .tabs{background-color:var(--dark-red)}.tabs-striped.background-orange .tabs{background-color:var(--orange)}.tabs-striped.background-light-orange .tabs{background-color:var(--light-orange)}.tabs-striped.background-dark-orange .tabs{background-color:var(--dark-orange)}.tabs-striped.background-yellow .tabs{background-color:var(--yellow)}.tabs-striped.background-light-yellow .tabs{background-color:var(--light-yellow)}.tabs-striped.background-dark-yellow .tabs{background-color:var(--dark-yellow)}.tabs-striped.background-green .tabs{background-color:var(--green)}.tabs-striped.background-light-green .tabs{background-color:var(--light-green)}.tabs-striped.background-dark-green .tabs{background-color:var(--dark-green)}.tabs-striped.background-assertive .tabs{background-color:var(--assertive)}.tabs-striped.background-balanced .tabs{background-color:var(--balanced)}.tabs-striped.background-energized .tabs{background-color:var(--energized)}.tabs-striped.background-light .tabs{background-color:var(--light)}.tabs-striped.background-stable .tabs{background-color:var(--stable)}.tabs-striped.background-calm .tabs{background-color:var(--calm)}.tabs-striped.background-positive .tabs{background-color:var(--positive)}.tabs-striped.background-royal .tabs{background-color:var(--royal)}.tabs-striped.background-dark .tabs{background-color:var(--dark)}
@@ -1 +0,0 @@
1
- @media(min-width:680px){.bigModal{top:0 !important;bottom:0 !important;left:0 !important;right:0 !important;width:100% !important}.platform-ios.platform-cordova .modal-wrapper .modal .bar-header:not(.bar-subheader)>*{margin-top:20px}.platform-ios.platform-cordova .modal-wrapper .modal .bar-header:not(.bar-subheader){height:64px}.platform-ios.platform-cordova .modal-wrapper .modal .has-header,.platform-ios.platform-cordova .modal-wrapper .modal .bar-subheader{top:64px}}@media(max-width:679px){.active .modal-backdrop-bg{opacity:.5}.modal-backdrop-bg{transition:opacity 300ms ease-in-out;background-color:#000;opacity:0}}.center-content{display:table !important;width:100% !important;height:100% !important}.center-content .scroll{display:table-cell;vertical-align:middle;text-align:center}.center{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.animate-item{animation:fadeInLeft 1s}.user-messages-top-icon{font-size:28px;display:inline-block;vertical-align:middle;position:relative;top:-3px;right:5px;left:0}.msg-header-username{display:inline-block;vertical-align:middle;position:relative;top:-3px;left:5px}.loader-center{height:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:center;justify-content:center;-ms-flex-line-pack:stretch;align-content:stretch;-ms-flex-align:center;align-items:center}.loader .ion-load-c{font-size:64px}.ion-load-c:before{animation:spinLoad 1s infinite linear}@font-face{font-family:'Jura';font-style:normal;font-weight:400;src:url("../fonts/jura/jura-v7-latin-regular.eot");src:local("Jura Regular"),local("Jura-Regular"),url("../fonts/jura/jura-v7-latin-regular.eot?#iefix") format("embedded-opentype"),url("../fonts/jura/jura-v7-latin-regular.woff2") format("woff2"),url("../fonts/jura/jura-v7-latin-regular.woff") format("woff"),url("../fonts/jura/jura-v7-latin-regular.ttf") format("truetype"),url("../fonts/jura/jura-v7-latin-regular.svg#Jura") format("svg")}.fullScreenImagesView{width:100% !important;height:100%;top:0 !important;left:0 !important;background:transparent !important}.fullScreenImagesView .fullscreen-image{max-width:100%;max-height:100%;bottom:0;left:0;margin:auto;overflow:auto;position:fixed;right:0;top:0}.fullScreenImagesView .slider{width:100%;height:100%}.fullScreenImagesView .ionic-scroll .scroll{height:100%}.homeView .bar-footer{overflow:visible !important}.homeView .bar-footer textarea{resize:none;height:25px;width:100%}.homeView button.ion-android-send{padding-top:2px}.homeView .footer-btn-wrap{position:relative;height:100%;width:50px;top:7px}.homeView button.photo{position:absolute;bottom:0;left:-43px}.homeView .scrollDownBtn{right:-10px;bottom:60px}.homeView .scrollDownBtn:before{background-color:white;border-radius:100%}.homeView .footer-btn{position:absolute !important;bottom:0}.homeView img.profile-pic{width:40px;height:40px;border-radius:50%;position:absolute;bottom:10px}.homeView img.profile-pic.left{left:10px}.homeView img.profile-pic.right{right:10px}.homeView .ion-email{float:right;font-size:32px;vertical-align:middle}.homeView .message{font-size:14px}.homeView .message-detail{white-space:nowrap;font-size:14px}.homeView .bar.item-input-inset .item-input-wrapper input{width:100% !important}.homeView .message-wrapper{position:relative}.homeView .message-wrapper:last-child{margin-bottom:10px}.homeView .chat-bubble{border-radius:5px;display:inline-block;padding:10px 18px;position:relative;margin:10px;max-width:80%}.homeView .chat-bubble:before{content:"\00a0";display:block;height:16px;width:9px;position:absolute;bottom:-7.5px}.homeView .chat-bubble img{max-width:100%;max-height:300px}.homeView .chat-bubble.left{background-color:#e6e5eb;float:left;margin-left:55px}.homeView .chat-bubble.left:before{background-color:#e6e5eb;left:10px;transform:rotate(70deg) skew(5deg)}.homeView .chat-bubble.right{background-color:#e42012;color:#fff;float:right;margin-right:55px}.homeView .chat-bubble.right:before{background-color:#e42012;right:10px;transform:rotate(118deg) skew(-5deg)}.homeView .chat-bubble.right a.autolinker{color:#fff;font-weight:bold}.homeView input,.homeView textarea,.homeView .item-input,.homeView .item-input-wrapper{background-color:#f4f4f4 !important}.homeView .bold{font-weight:bold}.homeView .cf{clear:both !important}.homeView a.autolinker{color:#3b88c3;text-decoration:none}
@@ -1 +0,0 @@
1
- .color-white{color:var(--white)}.color-gray{color:var(--gray)}.color-black{color:var(--black)}.color-blue{color:var(--blue)}.color-light-blue{color:var(--light-blue)}.color-dark-blue{color:var(--dark-blue)}.color-purple{color:var(--purple)}.color-light-purple{color:var(--light-purple)}.color-dark-purple{color:var(--dark-purple)}.color-red{color:var(--red)}.color-light-red{color:var(--light-red)}.color-dark-red{color:var(--dark-red)}.color-orange{color:var(--orange)}.color-light-orange{color:var(--light-orange)}.color-dark-orange{color:var(--dark-orange)}.color-yellow{color:var(--yellow)}.color-light-yellow{color:var(--light-yellow)}.color-dark-yellow{color:var(--dark-yellow)}.color-green{color:var(--green)}.color-light-green{color:var(--light-green)}.color-dark-green{color:var(--dark-green)}
@@ -1 +0,0 @@
1
- .crn-ion-segment-light ul,.crn-ion-segment-modern ul,.crn-ion-segment-classic ul{display:flex;align-items:center;justify-content:center;gap:4px;border-radius:18px;margin:0 auto;padding:2.5px}.crn-ion-segment-light ul li,.crn-ion-segment-modern ul li,.crn-ion-segment-classic ul li{background-color:transparent;border:0;border-radius:16px;cursor:pointer;font-size:11px;text-align:center;line-height:21px;padding-top:2px;min-width:93px;width:-webkit-fill-available;height:98%}.crn-ion-segment-light ul li a,.crn-ion-segment-modern ul li a,.crn-ion-segment-classic ul li a{display:flex;align-items:center;justify-content:center;width:100%}.crn-ion-segment-light ul{min-height:54px}.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{min-height:54px;height:100%}.crn-ion-segment-light ul li a,.crn-ion-segment-modern ul li a,.crn-ion-segment-classic ul li a{height:100%}.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{min-height:auto}.crn-ion-segment-light ul li a:hover,.crn-ion-segment-modern ul li a:hover,.crn-ion-segment-classic ul li a:hover{cursor:pointer}.crn-ion-segment-light ul li a i,.crn-ion-segment-modern ul li a i,.crn-ion-segment-classic ul li a i{margin-bottom:3px}.crn-ion-segment-light ul li.active a,.crn-ion-segment-modern ul li.active a,.crn-ion-segment-classic ul li.active a{background-color:transparent}.crn-ion-segment-light ul li.active{font-weight:600}.crn-ion-segment-modern ul li.active,.crn-ion-segment-classic ul li.active{box-shadow:rgb(0 16 46 / 15%) 0 2px 3px}.crn-ion-segment-light ul li,.crn-ion-segment-modern ul li{border-radius:6px}.crn-ion-segment-light ul,.crn-ion-segment-modern ul{border-radius:0}.crn-ion-segment-classic ul.tabs-template-compact{width:79%}.crn-ion-segment-light ul.tabs-template-full,.crn-ion-segment-modern ul.tabs-template-full{width:100%}.icon-orientation-above li a{flex-direction:column;gap:0}.icon-orientation-below li a{flex-direction:column-reverse;gap:0}.icon-orientation-right li a{flex-direction:row-reverse;gap:5px}.icon-orientation-left li a{flex-direction:row;gap:5px}div.crn-ion-segment-light.icon-theme-light-assertive li a,.ion-segment-assertive li a{color:var(--assertive);opacity:.64}div.crn-ion-segment-light.icon-theme-light-assertive li.active a,.ion-segment-assertive li.active a{opacity:1}div.crn-ion-segment-light.icon-theme-light-balanced li a,.ion-segment-balanced li a{color:var(--balanced);opacity:.64}div.crn-ion-segment-light.icon-theme-light-balanced li.active a,.ion-segment-balanced li.active a{opacity:1}div.crn-ion-segment-light.icon-theme-light-energized li a,.ion-segment-energized li a{color:var(--energized);opacity:.64}div.crn-ion-segment-light.icon-theme-light-energized li.active a,.ion-segment-energized li.active a{opacity:1}div.crn-ion-segment-light.icon-theme-light-light li a,.ion-segment-light li a{color:var(--light);opacity:.64}div.crn-ion-segment-light.icon-theme-light-light li.active a,.ion-segment-light li.active a{opacity:1}div.crn-ion-segment-light.icon-theme-light-stable li a,.ion-segment-stable li a{color:var(--stable);opacity:.64}div.crn-ion-segment-light.icon-theme-light-stable li.active a,.ion-segment-stable li.active a{opacity:1}div.crn-ion-segment-light.icon-theme-light-calm li a,.ion-segment-calm li a{color:var(--calm);opacity:.64}div.crn-ion-segment-light.icon-theme-light-calm li.active a,.ion-segment-calm li.active a{opacity:1}div.crn-ion-segment-light.icon-theme-light-positive li a,.ion-segment-positive li a{color:var(--positive);opacity:.64}div.crn-ion-segment-light.icon-theme-light-positive li.active a,.ion-segment-positive li.active a{opacity:1}div.crn-ion-segment-light.icon-theme-light-royal li a,.ion-segment-royal li a{color:var(--royal);opacity:.64}div.crn-ion-segment-light.icon-theme-light-royal li.active a,.ion-segment-royal li.active a{opacity:1}div.crn-ion-segment-light.icon-theme-light-dark li a,.ion-segment-dark li a{color:var(--dark);opacity:.64}div.crn-ion-segment-light.icon-theme-light-dark li.active a,.ion-segment-dark li.active a{opacity:1}div.crn-ion-segment-light.icon-theme-light-white li a,.ion-segment-white li a{color:var(--white);opacity:.64}div.crn-ion-segment-light.icon-theme-light-white li.active a,.ion-segment-white li.active a{opacity:1}div.crn-ion-segment-light.icon-theme-light-gray li a,.ion-segment-gray li a{color:var(--gray);opacity:.64}div.crn-ion-segment-light.icon-theme-light-gray li.active a,.ion-segment-gray li.active a{opacity:1}div.crn-ion-segment-light.icon-theme-light-black li a,.ion-segment-black li a{color:var(--black);opacity:.64}div.crn-ion-segment-light.icon-theme-light-black li.active a,.ion-segment-black li.active a{opacity:1}div.crn-ion-segment-light.icon-theme-light-blue li a,.ion-segment-blue li a{color:var(--blue);opacity:.64}div.crn-ion-segment-light.icon-theme-light-blue li.active a,.ion-segment-blue li.active a{opacity:1}div.crn-ion-segment-light.icon-theme-light-light-blue li a,.ion-segment-light-blue li a{color:var(--light-blue);opacity:.64}div.crn-ion-segment-light.icon-theme-light-light-blue li.active a,.ion-segment-light-blue li.active a{opacity:1}div.crn-ion-segment-light.icon-theme-light-dark-blue li a,.ion-segment-dark-blue li a{color:var(--dark-blue);opacity:.64}div.crn-ion-segment-light.icon-theme-light-dark-blue li.active a,.ion-segment-dark-blue li.active a{opacity:1}div.crn-ion-segment-light.icon-theme-light-purple li a,.ion-segment-purple li a{color:var(--purple);opacity:.64}div.crn-ion-segment-light.icon-theme-light-purple li.active a,.ion-segment-purple li.active a{opacity:1}div.crn-ion-segment-light.icon-theme-light-light-purple li a,.ion-segment-light-purple li a{color:var(--light-purple);opacity:.64}div.crn-ion-segment-light.icon-theme-light-light-purple li.active a,.ion-segment-light-purple li.active a{opacity:1}div.crn-ion-segment-light.icon-theme-light-dark-purple li a,.ion-segment-dark-purple li a{color:var(--dark-purple);opacity:.64}div.crn-ion-segment-light.icon-theme-light-dark-purple li.active a,.ion-segment-dark-purple li.active a{opacity:1}div.crn-ion-segment-light.icon-theme-light-red li a,.ion-segment-red li a{color:var(--red);opacity:.64}div.crn-ion-segment-light.icon-theme-light-red li.active a,.ion-segment-red li.active a{opacity:1}div.crn-ion-segment-light.icon-theme-light-light-red li a,.ion-segment-light-red li a{color:var(--light-red);opacity:.64}div.crn-ion-segment-light.icon-theme-light-light-red li.active a,.ion-segment-light-red li.active a{opacity:1}div.crn-ion-segment-light.icon-theme-light-dark-red li a,.ion-segment-dark-red li a{color:var(--dark-red);opacity:.64}div.crn-ion-segment-light.icon-theme-light-dark-red li.active a,.ion-segment-dark-red li.active a{opacity:1}div.crn-ion-segment-light.icon-theme-light-orange li a,.ion-segment-orange li a{color:var(--orange);opacity:.64}div.crn-ion-segment-light.icon-theme-light-orange li.active a,.ion-segment-orange li.active a{opacity:1}div.crn-ion-segment-light.icon-theme-light-light-red li a,.ion-segment-light-orange li a{color:var(--light-orange);opacity:.64}div.crn-ion-segment-light.icon-theme-light-light-red li.active a,.ion-segment-light-orange li.active a{opacity:1}div.crn-ion-segment-light.icon-theme-light-dark-red li a,.ion-segment-dark-orange li a{color:var(--dark-orange);opacity:.64}div.crn-ion-segment-light.icon-theme-light-dark-red li.active a,.ion-segment-dark-orange li.active a{opacity:1}div.crn-ion-segment-light.icon-theme-light-yellow li a,.ion-segment-yellow li a{color:var(--yellow);opacity:.64}div.crn-ion-segment-light.icon-theme-light-yellow li.active a,.ion-segment-yellow li.active a{opacity:1}div.crn-ion-segment-light.icon-theme-light-light-yellow li a,.ion-segment-light-yellow li a{color:var(--light-yellow);opacity:.64}div.crn-ion-segment-light.icon-theme-light-light-yellow li.active a,.ion-segment-light-yellow li.active a{opacity:1}div.crn-ion-segment-light.icon-theme-light-dark-yellow li a,.ion-segment-dark-yellow li a{color:var(--dark-yellow);opacity:.64}div.crn-ion-segment-light.icon-theme-light-dark-yellow li.active a,.ion-segment-dark-yellow li.active a{opacity:1}div.crn-ion-segment-light.icon-theme-light-green li a,.ion-segment-green li a{color:var(--green);opacity:.64}div.crn-ion-segment-light.icon-theme-light-green li.active a,.ion-segment-green li.active a{opacity:1}div.crn-ion-segment-light.icon-theme-light-light-green li a,.ion-segment-light-green li a{color:var(--light-green);opacity:.64}div.crn-ion-segment-light.icon-theme-light-light-green li.active a,.ion-segment-light-green li.active a{opacity:1}div.crn-ion-segment-light.icon-theme-light-dark-green li a,.ion-segment-dark-green li a{color:var(--dark-green);opacity:.64}div.crn-ion-segment-light.icon-theme-light-dark-green li.active a,.ion-segment-dark-green li.active a{opacity:1}.font-size-100 i{font-size:100%}.font-size-200 i{font-size:200%}.font-size-300 i{font-size:300%}.font-size-400 i{font-size:400%}.font-size-500 i{font-size:500%}.font-size-600 i{font-size:600%}.font-size-700 i{font-size:700%}.background-assertive{background-color:#ef473a47}.background-balanced{background-color:#33cd5f47}.background-energized{background-color:#ffc90047}.background-light{background-color:#ffffff47}.background-stable{background-color:#f8f8f847}.background-calm{background-color:#11c1f347}.background-positive{background-color:#387ef547}.background-royal{background-color:#886aea47}.background-dark{background-color:#44444447}.background-white{background-color:#ffffff47}.background-gray{background-color:#33333347}.background-black{background-color:#00000047}.background-blue{background-color:#0247FE47}.background-light-blue{background-color:#85A5FF47}.background-dark-blue{background-color:#00217A47}.background-purple{background-color:#3D01A447}.background-light-purple{background-color:#B285FF47}.background-dark-purple{background-color:#2D007A47}.background-red{background-color:#FE271247}.background-light-red{background-color:#FE8F8447}.background-dark-red{background-color:#7A0B0047}.background-orange{background-color:#FB9B0247}.background-light-orange{background-color:#FFD08547}.background-dark-orange{background-color:#7A4B0047}.background-yellow{background-color:#FFFF3347}.background-light-yellow{background-color:#FFFF8547}.background-dark-yellow{background-color:#7A7A0047}.background-green{background-color:#66B03247}.background-light-green{background-color:#B7FF8547}.background-dark-green{background-color:#337A0047}div.crn-ion-segment-classic ul.active-background-assertive li.active,div.crn-ion-segment-modern ul.active-background-assertive li.active{background-color:var(--assertive)}div.crn-ion-segment-classic ul.active-background-balanced li.active,div.crn-ion-segment-modern ul.active-background-balanced li.active{background-color:var(--balanced)}div.crn-ion-segment-classic ul.active-background-energized li.active,div.crn-ion-segment-modern ul.active-background-energized li.active{background-color:var(--energized)}div.crn-ion-segment-classic ul.active-background-light li.active,div.crn-ion-segment-modern ul.active-background-light li.active{background-color:var(--light)}div.crn-ion-segment-classic ul.active-background-stable li.active,div.crn-ion-segment-modern ul.active-background-stable li.active{background-color:var(--stable)}div.crn-ion-segment-classic ul.active-background-calm li.active,div.crn-ion-segment-modern ul.active-background-calm li.active{background-color:var(--calm)}div.crn-ion-segment-classic ul.active-background-positive li.active,div.crn-ion-segment-modern ul.active-background-positive li.active{background-color:var(--positive)}div.crn-ion-segment-classic ul.active-background-royal li.active,div.crn-ion-segment-modern ul.active-background-royal li.active{background-color:var(--royal)}div.crn-ion-segment-classic ul.active-background-dark li.active,div.crn-ion-segment-modern ul.active-background-dark li.active{background-color:var(--dark)}div.crn-ion-segment-classic ul.active-background-white li.active,div.crn-ion-segment-modern ul.active-background-white li.active{background-color:var(--white)}div.crn-ion-segment-classic ul.active-background-gray li.active,div.crn-ion-segment-modern ul.active-background-gray li.active{background-color:var(--gray)}div.crn-ion-segment-classic ul.active-background-black li.active,div.crn-ion-segment-modern ul.active-background-black li.active{background-color:var(--black)}div.crn-ion-segment-classic ul.active-background-blue li.active,div.crn-ion-segment-modern ul.active-background-blue li.active{background-color:var(--blue)}div.crn-ion-segment-classic ul.active-background-light-blue li.active,div.crn-ion-segment-modern ul.active-background-light-blue li.active{background-color:var(--light-blue)}div.crn-ion-segment-classic ul.active-background-dark-blue li.active,div.crn-ion-segment-modern ul.active-background-dark-blue li.active{background-color:var(--dark-blue)}div.crn-ion-segment-classic ul.active-background-purple li.active,div.crn-ion-segment-modern ul.active-background-purple li.active{background-color:var(--purple)}div.crn-ion-segment-classic ul.active-background-light-purple li.active,div.crn-ion-segment-modern ul.active-background-light-purple li.active{background-color:var(--light-purple)}div.crn-ion-segment-classic ul.active-background-dark-purple li.active,div.crn-ion-segment-modern ul.active-background-dark-purple li.active{background-color:var(--dark-purple)}div.crn-ion-segment-classic ul.active-background-red li.active,div.crn-ion-segment-modern ul.active-background-red li.active{background-color:var(--red)}div.crn-ion-segment-classic ul.active-background-light-red li.active,div.crn-ion-segment-modern ul.active-background-light-red li.active{background-color:var(--light-red)}div.crn-ion-segment-classic ul.active-background-dark-red li.active,div.crn-ion-segment-modern ul.active-background-dark-red li.active{background-color:var(--dark-red)}div.crn-ion-segment-classic ul.active-background-orange li.active,div.crn-ion-segment-modern ul.active-background-orange li.active{background-color:var(--orange)}div.crn-ion-segment-classic ul.active-background-light-orange li.active,div.crn-ion-segment-modern ul.active-background-light-orange li.active{background-color:var(--light-orange)}div.crn-ion-segment-classic ul.active-background-dark-orange li.active,div.crn-ion-segment-modern ul.active-background-dark-orange li.active{background-color:var(--dark-orange)}div.crn-ion-segment-classic ul.active-background-yellow li.active,div.crn-ion-segment-modern ul.active-background-yellow li.active{background-color:var(--yellow)}div.crn-ion-segment-classic ul.active-background-light-yellow li.active,div.crn-ion-segment-modern ul.active-background-light-yellow li.active{background-color:var(--light-yellow)}div.crn-ion-segment-classic ul.active-background-dark-yellow li.active,div.crn-ion-segment-modern ul.active-background-dark-yellow li.active{background-color:var(--dark-yellow)}div.crn-ion-segment-classic ul.active-background-green li.active,div.crn-ion-segment-modern ul.active-background-green li.active{background-color:var(--green)}div.crn-ion-segment-classic ul.active-background-light-green li.active,div.crn-ion-segment-modern ul.active-background-light-green li.active{background-color:var(--light-green)}div.crn-ion-segment-classic ul.active-background-dark-green li.active,div.crn-ion-segment-modern ul.active-background-dark-green li.active{background-color:var(--dark-green)}.crn-ion-segment-light ul{padding-bottom:0}div.crn-ion-segment-light ul li.active{border-bottom:1px solid;border-radius:0;box-shadow:none;background-color:transparent}div.crn-ion-segment-light.icon-theme-light-white li.active{border-color:var(--white)}div.crn-ion-segment-light.icon-theme-light-gray li.active{border-color:var(--gray)}div.crn-ion-segment-light.icon-theme-light-black li.active{border-color:var(--black)}div.crn-ion-segment-light.icon-theme-light-blue li.active{border-color:var(--blue)}div.crn-ion-segment-light.icon-theme-light-light-blue li.active{border-color:var(--light-blue)}div.crn-ion-segment-light.icon-theme-light-dark-blue li.active{border-color:var(--dark-blue)}div.crn-ion-segment-light.icon-theme-light-purple li.active{border-color:var(--purple)}div.crn-ion-segment-light.icon-theme-light-light-purple li.active{border-color:var(--light-purple)}div.crn-ion-segment-light.icon-theme-light-dark-purple li.active{border-color:var(--dark-purple)}div.crn-ion-segment-light.icon-theme-light-red li.active{border-color:var(--red)}div.crn-ion-segment-light.icon-theme-light-light-red li.active{border-color:var(--light-red)}div.crn-ion-segment-light.icon-theme-light-dark-red li.active{border-color:var(--dark-red)}div.crn-ion-segment-light.icon-theme-light-orange li.active{border-color:var(--orange)}div.crn-ion-segment-light.icon-theme-light-light-orange li.active{border-color:var(--light-orange)}div.crn-ion-segment-light.icon-theme-light-dark-orange li.active{border-color:var(--dark-orange)}div.crn-ion-segment-light.icon-theme-light-yellow li.active{border-color:var(--yellow)}div.crn-ion-segment-light.icon-theme-light-light-yellow li.active{border-color:var(--light-yellow)}div.crn-ion-segment-light.icon-theme-light-dark-yellow li.active{border-color:var(--dark-yellow)}div.crn-ion-segment-light.icon-theme-light-green li.active{border-color:var(--green)}div.crn-ion-segment-light.icon-theme-light-light-green li.active{border-color:var(--light-green)}div.crn-ion-segment-light.icon-theme-light-dark-green li.active{border-color:var(--dark-green)}div.crn-ion-segment-light.icon-theme-light-assertive li.active{border-color:var(--assertive)}div.crn-ion-segment-light.icon-theme-light-balanced li.active{border-color:var(--balanced)}div.crn-ion-segment-light.icon-theme-light-energized li.active{border-color:var(--energized)}div.crn-ion-segment-light.icon-theme-light-light li.active{border-color:var(--light)}div.crn-ion-segment-light.icon-theme-light-stable li.active{border-color:var(--stable)}div.crn-ion-segment-light.icon-theme-light-calm li.active{border-color:var(--calm)}div.crn-ion-segment-light.icon-theme-light-positive li.active{border-color:var(--positive)}div.crn-ion-segment-light.icon-theme-light-royal li.active{border-color:var(--royal)}div.crn-ion-segment-light.icon-theme-light-dark li.active{border-color:var(--dark)}
@@ -1 +0,0 @@
1
- .tabs-striped.icon-size-small .tab-item i{font-size:20px}.tabs-striped.icon-size-medium .tab-item i{font-size:27px}.tabs-striped.icon-size-large .tab-item i{font-size:32px}.tabs-striped.icon-size-extra-large .tab-item i{font-size:41px}
@@ -1 +0,0 @@
1
- ui-select:not([multiple]) ui-select-match{display:block;height:26px;padding:0 0 0 8px;overflow:hidden;position:relative;border:1px solid #aaa;white-space:nowrap;line-height:26px;color:#444;text-decoration:none;border-radius:4px;background-clip:padding-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#fff;background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0,#eee),color-stop(0.5,#fff));background-image:-webkit-linear-gradient(center bottom,#eee 0,#fff 50%);background-image:-moz-linear-gradient(center bottom,#eee 0,#fff 50%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff',endColorstr = '#eeeeee',GradientType = 0);background-image:linear-gradient(top,#fff 0,#eee 50%)}ui-select:not([multiple]) ui-select-match:after{content:" ";display:inline-block;width:18px;height:100%;position:absolute;right:0;top:0;border-left:1px solid #aaa;border-radius:0 4px 4px 0;background-clip:padding-box;background:#ccc;background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAwklEQVQ4T73Suw3CMBAG4P/cpoBNcBtfkxFgAsIGbMIIwAQwginitB4lFG5zyEigoDyUh4RL2/+n8/kICxctzGM5wMwewGZmJZaMMRURreYAIvKMgAZgpyIxDCB79yBN061S6jalirqud2VZ3r9NNMbkRHQeg4jIwTl3iXd/foGZjwBOQ0gz3ALiBjNHed+DXIuiyJtnnXPQg7TCnRV89OZ8iMjDOZd1VdU7iVrrdZIkNoZCCJn3vpoEjPmNwSf8DXgB3Rg//TfNQlEAAAAASUVORK5CYII=');background-position:center;background-repeat:no-repeat;background-size:8px 8px}ui-select[multiple]{display:block;border:1px solid #aaa;cursor:text;overflow:hidden;background-color:#fff;background-image:-webkit-gradient(linear,0 0,0 100%,color-stop(1%,#eee),color-stop(15%,#fff));background-image:-webkit-linear-gradient(top,#eee 1%,#fff 15%);background-image:-moz-linear-gradient(top,#eee 1%,#fff 15%);background-image:linear-gradient(top,#eee 1%,#fff 15%);height:auto}ui-select[multiple] ui-select-match{display:block;padding:3px 5px 3px 5px;margin:3px 5px 3px 5px;position:relative;line-height:13px;color:#333;cursor:default;border:1px solid #aaa;font-size:12px;border-radius:3px;-webkit-box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,0.05);box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,0.05);background-clip:padding-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#e4e4e4;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee',endColorstr='#f4f4f4',GradientType=0);background-image:-webkit-gradient(linear,0 0,0 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));background-image:-webkit-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-moz-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%)}ui-select[multiple] ui-select-match::before{content:"x";margin-right:5px;color:#999}ui-select-choices{display:block;border:1px solid #5897fb;outline:0;padding:3px;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}ui-select-choices.invisible{display:none}
@@ -1 +0,0 @@
1
- .tabs-striped.tabs-icon-white .tab-item{color:var(--white);opacity:.5}.tabs-striped.tabs-icon-white .tab-item.active,.tabs-striped.tabs-icon-white .tab-item.activated{color:var(--white);border-color:var(--white);opacity:1}.tabs-striped.tabs-icon-gray .tab-item{color:var(--gray);opacity:.5}.tabs-striped.tabs-icon-gray .tab-item.active,.tabs-striped.tabs-icon-gray .tab-item.activated{color:var(--gray);border-color:var(--gray);opacity:1}.tabs-striped.tabs-icon-black .tab-item{color:var(--black);opacity:.5}.tabs-striped.tabs-icon-black .tab-item.active,.tabs-striped.tabs-icon-black .tab-item.activated{color:var(--black);border-color:var(--black);opacity:1}.tabs-striped.tabs-icon-blue .tab-item{color:var(--blue);opacity:.5}.tabs-striped.tabs-icon-blue .tab-item.active,.tabs-striped.tabs-icon-blue .tab-item.activated{color:var(--blue);border-color:var(--blue);opacity:1}.tabs-striped.tabs-icon-light-blue .tab-item{color:var(--light-blue);opacity:.5}.tabs-striped.tabs-icon-light-blue .tab-item.active,.tabs-striped.tabs-icon-light-blue .tab-item.activated{color:var(--light-blue);border-color:var(--light-blue);opacity:1}.tabs-striped.tabs-icon-dark-blue .tab-item{color:var(--dark-blue);opacity:.5}.tabs-striped.tabs-icon-dark-blue .tab-item.active,.tabs-striped.tabs-icon-dark-blue .tab-item.activated{color:var(--dark-blue);border-color:var(--dark-blue);opacity:1}.tabs-striped.tabs-icon-purple .tab-item{color:var(--purple);opacity:.5}.tabs-striped.tabs-icon-purple .tab-item.active,.tabs-striped.tabs-icon-purple .tab-item.activated{color:var(--purple);border-color:var(--purple);opacity:1}.tabs-striped.tabs-icon-light-purple .tab-item{color:var(--light-purple);opacity:.5}.tabs-striped.tabs-icon-light-purple .tab-item.active,.tabs-striped.tabs-icon-light-purple .tab-item.activated{color:var(--light-purple);border-color:var(--light-purple);opacity:1}.tabs-striped.tabs-icon-dark-purple .tab-item{color:var(--dark-purple);opacity:.5}.tabs-striped.tabs-icon-dark-purple .tab-item.active,.tabs-striped.tabs-icon-dark-purple .tab-item.activated{color:var(--dark-purple);border-color:var(--dark-purple);opacity:1}.tabs-striped.tabs-icon-red .tab-item{color:var(--red);opacity:.5}.tabs-striped.tabs-icon-red .tab-item.active,.tabs-striped.tabs-icon-red .tab-item.activated{color:var(--red);border-color:var(--red);opacity:1}.tabs-striped.tabs-icon-light-red .tab-item{color:var(--light-red);opacity:.5}.tabs-striped.tabs-icon-light-red .tab-item.active,.tabs-striped.tabs-icon-light-red .tab-item.activated{color:var(--light-red);border-color:var(--light-red);opacity:1}.tabs-striped.tabs-icon-dark-red .tab-item{color:var(--dark-red);opacity:.5}.tabs-striped.tabs-icon-dark-red .tab-item.active,.tabs-striped.tabs-icon-dark-red .tab-item.activated{color:var(--dark-red);border-color:var(--dark-red);opacity:1}.tabs-striped.tabs-icon-orange .tab-item{color:var(--orange);opacity:.5}.tabs-striped.tabs-icon-orange .tab-item.active,.tabs-striped.tabs-icon-orange .tab-item.activated{color:var(--orange);border-color:var(--orange);opacity:1}.tabs-striped.tabs-icon-light-orange .tab-item{color:var(--light-orange);opacity:.5}.tabs-striped.tabs-icon-light-orange .tab-item.active,.tabs-striped.tabs-icon-light-orange .tab-item.activated{color:var(--light-orange);border-color:var(--light-orange);opacity:1}.tabs-striped.tabs-icon-dark-orange .tab-item{color:var(--dark-orange);opacity:.5}.tabs-striped.tabs-icon-dark-orange .tab-item.active,.tabs-striped.tabs-icon-dark-orange .tab-item.activated{color:var(--dark-orange);border-color:var(--dark-orange);opacity:1}.tabs-striped.tabs-icon-yellow .tab-item{color:var(--yellow);opacity:.5}.tabs-striped.tabs-icon-yellow .tab-item.active,.tabs-striped.tabs-icon-yellow .tab-item.activated{color:var(--yellow);border-color:var(--yellow);opacity:1}.tabs-striped.tabs-icon-light-yellow .tab-item{color:var(--light-yellow);opacity:.5}.tabs-striped.tabs-icon-light-yellow .tab-item.active,.tabs-striped.tabs-icon-light-yellow .tab-item.activated{color:var(--light-yellow);border-color:var(--light-yellow);opacity:1}.tabs-striped.tabs-icon-dark-yellow .tab-item{color:var(--dark-yellow);opacity:.5}.tabs-striped.tabs-icon-dark-yellow .tab-item.active,.tabs-striped.tabs-icon-dark-yellow .tab-item.activated{color:var(--dark-yellow);border-color:var(--dark-yellow);opacity:1}.tabs-striped.tabs-icon-green .tab-item{color:var(--green);opacity:.5}.tabs-striped.tabs-icon-green .tab-item.active,.tabs-striped.tabs-icon-green .tab-item.activated{color:var(--green);border-color:var(--green);opacity:1}.tabs-striped.tabs-icon-light-green .tab-item{color:var(--light-green);opacity:.5}.tabs-striped.tabs-icon-light-green .tab-item.active,.tabs-striped.tabs-icon-light-green .tab-item.activated{color:var(--light-green);border-color:var(--light-green);opacity:1}.tabs-striped.tabs-icon-dark-green .tab-item{color:var(--dark-green);opacity:.5}.tabs-striped.tabs-icon-dark-green .tab-item.active,.tabs-striped.tabs-icon-dark-green .tab-item.activated{color:var(--dark-green);border-color:var(--dark-green);opacity:1}
@@ -1 +0,0 @@
1
- !function(t,e){"function"==typeof define&&define.amd?define([],e):"object"==typeof module?module.exports=e():t.format=e()}(this,function(){return function(t,e){"use strict";if(!t||isNaN(+e))return e;var n,i,s,r,l,o,f,h,g,u,c=t.length,d=t.search(/[0-9\-\+#]/),a=d>0?t.substring(0,d):"",p=t.split("").reverse().join(""),b=p.search(/[0-9\-\+#]/),m=c-b,x=t.substring(m,m+1),j=m+("."===x||","===x?1:0),v=b>0?t.substring(j,c):"";if(t=t.substring(d,j),e="-"===t.charAt(0)?-e:+e,n=e<0?e=-e:0,i=t.match(/[^\d\-\+#]/g),s=i&&i[i.length-1]||".",r=i&&i[1]&&i[0]||",",t=t.split(s),e=e.toFixed(t[1]&&t[1].length),e=+e+"",o=t[1]&&t[1].lastIndexOf("0"),h=e.split("."),(!h[1]||h[1]&&h[1].length<=o)&&(e=(+e).toFixed(o+1)),g=t[0].split(r),t[0]=g.join(""),(l=t[0]&&t[0].indexOf("0"))>-1)for(;h[0].length<t[0].length-l;)h[0]="0"+h[0];else 0==+h[0]&&(h[0]="");if(e=e.split("."),e[0]=h[0],f=g[1]&&g[g.length-1].length){for(u=e[0],p="",m=u.length%f,c=u.length,j=0;j<c;j++)p+=u.charAt(j),!((j-m+1)%f)&&j<c-f&&(p+=r);e[0]=p}return e[1]=t[1]&&e[1]?s+e[1]:"",i=e.join(""),"0"!==i&&""!==i||(n=!1),a+(n?"-":"")+i+v}});