cronapp-framework-mobile-js 2.8.9

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 (510) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +1 -0
  3. package/components/crn-QRCode.components.json +54 -0
  4. package/components/crn-anchor.components.json +89 -0
  5. package/components/crn-button-bar.components.json +64 -0
  6. package/components/crn-button.components.json +316 -0
  7. package/components/crn-card.components.json +95 -0
  8. package/components/crn-chart.components.json +56 -0
  9. package/components/crn-chat.components.json +8 -0
  10. package/components/crn-checkbox.components.json +184 -0
  11. package/components/crn-complex-search.components.json +43 -0
  12. package/components/crn-container.components.json +21 -0
  13. package/components/crn-cron-crud.components.json +21 -0
  14. package/components/crn-datasource.components.json +181 -0
  15. package/components/crn-dynamic-file.components.json +85 -0
  16. package/components/crn-dynamic-image.components.json +151 -0
  17. package/components/crn-dynamic-select.components.json +111 -0
  18. package/components/crn-evaluation.components.json +64 -0
  19. package/components/crn-filter-button.components.json +305 -0
  20. package/components/crn-form-template.components.json +11 -0
  21. package/components/crn-header-button.components.json +63 -0
  22. package/components/crn-heading.components.json +109 -0
  23. package/components/crn-icon.components.json +249 -0
  24. package/components/crn-image.components.json +121 -0
  25. package/components/crn-infinite-scroll.components.json +32 -0
  26. package/components/crn-input-button.components.json +189 -0
  27. package/components/crn-input-floating.components.json +179 -0
  28. package/components/crn-input-icon.components.json +171 -0
  29. package/components/crn-input-inline.components.json +182 -0
  30. package/components/crn-input.components.json +169 -0
  31. package/components/crn-ion-content.components.json +24 -0
  32. package/components/crn-ion-footer-bar.components.json +351 -0
  33. package/components/crn-ion-header-bar.components.json +211 -0
  34. package/components/crn-ion-list.components.json +163 -0
  35. package/components/crn-ion-nav-buttons.components.json +63 -0
  36. package/components/crn-ion-segment-item.components.json +65 -0
  37. package/components/crn-ion-segment.components.json +974 -0
  38. package/components/crn-ion-tab-item.components.json +50 -0
  39. package/components/crn-ion-tab.components.json +138 -0
  40. package/components/crn-item-options.components.json +26 -0
  41. package/components/crn-item-select.components.json +69 -0
  42. package/components/crn-item-swipe.components.json +62 -0
  43. package/components/crn-kendo-chat.components.json +88 -0
  44. package/components/crn-label.components.json +113 -0
  45. package/components/crn-list-avatar.components.json +260 -0
  46. package/components/crn-list-icon.components.json +249 -0
  47. package/components/crn-list-item-avatar.components.json +236 -0
  48. package/components/crn-list-item-icon.components.json +260 -0
  49. package/components/crn-list-item-thumbnail.components.json +226 -0
  50. package/components/crn-list-item.components.json +160 -0
  51. package/components/crn-list-simple.components.json +180 -0
  52. package/components/crn-list-swipe.components.json +105 -0
  53. package/components/crn-list-thumbnail.components.json +248 -0
  54. package/components/crn-list.components.json +75 -0
  55. package/components/crn-map.components.json +55 -0
  56. package/components/crn-mobile-menu.components.json +32 -0
  57. package/components/crn-multiselect.components.json +110 -0
  58. package/components/crn-navbar.components.json +105 -0
  59. package/components/crn-option-button.components.json +72 -0
  60. package/components/crn-paragraph.components.json +110 -0
  61. package/components/crn-radio.components.json +90 -0
  62. package/components/crn-radioOption.components.json +23 -0
  63. package/components/crn-range.components.json +106 -0
  64. package/components/crn-rating.components.json +189 -0
  65. package/components/crn-search.components.json +210 -0
  66. package/components/crn-select-options.components.json +17 -0
  67. package/components/crn-select.components.json +93 -0
  68. package/components/crn-slider-item.components.json +137 -0
  69. package/components/crn-slider.components.json +105 -0
  70. package/components/crn-spacer.components.json +21 -0
  71. package/components/crn-start.components.json +10 -0
  72. package/components/crn-tabs-icon-only-item.components.json +85 -0
  73. package/components/crn-tabs-icon-only.components.json +382 -0
  74. package/components/crn-tabs.components.json +36 -0
  75. package/components/crn-textarea.components.json +96 -0
  76. package/components/crn-toggle.components.json +161 -0
  77. package/components/crn-video.components.json +67 -0
  78. package/components/css/app.css +66 -0
  79. package/components/css/background-color.css +121 -0
  80. package/components/css/chatStyle.css +221 -0
  81. package/components/css/color-default.css +83 -0
  82. package/components/css/crn-ion-segment.css +786 -0
  83. package/components/css/icon-size.css +15 -0
  84. package/components/css/multiselect-editor.css +119 -0
  85. package/components/css/tabs-color.css +248 -0
  86. package/components/js/format.min.js +2 -0
  87. package/components/js/jquery.inputmask.bundle.js +3883 -0
  88. package/components/js/jquery.mask.min.js +19 -0
  89. package/components/js/pouchdb.cordova-sqlite.js +5540 -0
  90. package/components/js/qrcode.js +1319 -0
  91. package/components/reports/BOOLEAN.parameter.html +10 -0
  92. package/components/reports/DATE.parameter.html +4 -0
  93. package/components/reports/DOUBLE.parameter.html +4 -0
  94. package/components/reports/FLOAT.parameter.html +4 -0
  95. package/components/reports/INTEGER.parameter.html +4 -0
  96. package/components/reports/LONG.parameter.html +5 -0
  97. package/components/reports/STRING.parameter.html +5 -0
  98. package/components/reports/reports.parameters.html +20 -0
  99. package/components/templates/advanced.list.designtime.html +57 -0
  100. package/components/templates/advanced.list.template.html +1 -0
  101. package/components/templates/anchor.template.html +1 -0
  102. package/components/templates/button-bar.template.html +5 -0
  103. package/components/templates/button-report.template.html +1 -0
  104. package/components/templates/button.template.html +4 -0
  105. package/components/templates/card.template.html +7 -0
  106. package/components/templates/chat.template.html +39 -0
  107. package/components/templates/checkbox.template.html +9 -0
  108. package/components/templates/combobox.designtime.html +12 -0
  109. package/components/templates/combobox.template.html +8 -0
  110. package/components/templates/complexsearch.template.html +7 -0
  111. package/components/templates/crn-ion-segment-item.template.html +6 -0
  112. package/components/templates/crn-ion-segment.template.html +27 -0
  113. package/components/templates/cron-crud.template.html +7 -0
  114. package/components/templates/cron-mobile-menu.designtime.html +10 -0
  115. package/components/templates/div.horizontal.template.html +27 -0
  116. package/components/templates/div.vertical.template.html +11 -0
  117. package/components/templates/dynamic-combobox.template.html +6 -0
  118. package/components/templates/dynamicfile.template.html +8 -0
  119. package/components/templates/dynamicimage.designtime.html +11 -0
  120. package/components/templates/dynamicimage.template.html +9 -0
  121. package/components/templates/evaluation.designtime.html +7 -0
  122. package/components/templates/evaluation.template.html +1 -0
  123. package/components/templates/filterbutton.template.html +3 -0
  124. package/components/templates/floattextinput.designtime.html +4 -0
  125. package/components/templates/floattextinput.template.html +4 -0
  126. package/components/templates/form.template.html +5 -0
  127. package/components/templates/header.template.html +3 -0
  128. package/components/templates/icontextinput.template.html +4 -0
  129. package/components/templates/image.template.html +18 -0
  130. package/components/templates/inlinetextinput.template.html +4 -0
  131. package/components/templates/ion-footer-bar.template.html +9 -0
  132. package/components/templates/ion-header-bar.template.html +13 -0
  133. package/components/templates/ion-tab-item.designtime.html +5 -0
  134. package/components/templates/ion-tab.template.html +8 -0
  135. package/components/templates/item.avatar.template.html +5 -0
  136. package/components/templates/item.icon.template.html +4 -0
  137. package/components/templates/item.options.template.html +14 -0
  138. package/components/templates/item.slider.template.html +4 -0
  139. package/components/templates/item.swipe.template.html +14 -0
  140. package/components/templates/item.template.html +5 -0
  141. package/components/templates/item.thumbnail.template.html +5 -0
  142. package/components/templates/kendo-chat.designtime.html +20 -0
  143. package/components/templates/kendo-chat.template.html +75 -0
  144. package/components/templates/list.avatar.template.html +7 -0
  145. package/components/templates/list.icon.template.html +6 -0
  146. package/components/templates/list.swipe.template.html +16 -0
  147. package/components/templates/list.template.html +5 -0
  148. package/components/templates/list.thumbnail.template.html +7 -0
  149. package/components/templates/maps.designtime.html +1 -0
  150. package/components/templates/maps.template.html +1 -0
  151. package/components/templates/menu.template.html +21 -0
  152. package/components/templates/multiselect.template.html +5 -0
  153. package/components/templates/nav.bar.template.html +5 -0
  154. package/components/templates/publicMenu.template.html +14 -0
  155. package/components/templates/radiogroup-dynamic.template.html +15 -0
  156. package/components/templates/radiogroup.template.html +21 -0
  157. package/components/templates/range.template.html +5 -0
  158. package/components/templates/rating.template.html +9 -0
  159. package/components/templates/search.template.html +6 -0
  160. package/components/templates/slider.template.html +24 -0
  161. package/components/templates/tabs-icon-only.template.html +16 -0
  162. package/components/templates/tabs.template.html +5 -0
  163. package/components/templates/textarea.template.html +1 -0
  164. package/components/templates/textinput.template.html +3 -0
  165. package/components/templates/textinputbutton.template.html +12 -0
  166. package/components/templates/title.template.html +1 -0
  167. package/components/templates/toggle-dynamic.template.html +11 -0
  168. package/components/templates/toggle.template.html +9 -0
  169. package/components/templates/video.designtime.html +2 -0
  170. package/components/templates/video.template.html +1 -0
  171. package/components/templates/views/public/home.view.html +16 -0
  172. package/components/templates/views/public/menu.view.html +20 -0
  173. package/components/upload/upload.html +41 -0
  174. package/cronapp-framework-mobile-js.iml +9 -0
  175. package/css/app.css +306 -0
  176. package/css/cronos.css +55 -0
  177. package/css/custom-ionic.css +195 -0
  178. package/css/groupingOfCss/checkbox.css +75 -0
  179. package/css/groupingOfCss/col.css +728 -0
  180. package/css/groupingOfCss/dynamicImage.css +24 -0
  181. package/css/groupingOfCss/import_groupingOfCss.css +6 -0
  182. package/css/groupingOfCss/login.css +260 -0
  183. package/css/groupingOfCss/qrCodeCronapp.css +4 -0
  184. package/css/groupingOfCss/upload-image.css +68 -0
  185. package/css/old/modal.css +133 -0
  186. package/dist/components/css/app.css +1 -0
  187. package/dist/components/css/background-color.css +1 -0
  188. package/dist/components/css/chatStyle.css +1 -0
  189. package/dist/components/css/color-default.css +1 -0
  190. package/dist/components/css/crn-ion-segment.css +1 -0
  191. package/dist/components/css/icon-size.css +1 -0
  192. package/dist/components/css/multiselect-editor.css +1 -0
  193. package/dist/components/css/tabs-color.css +1 -0
  194. package/dist/components/js/format.min.js +1 -0
  195. package/dist/components/js/jquery.inputmask.bundle.js +3 -0
  196. package/dist/components/js/jquery.mask.min.js +1 -0
  197. package/dist/components/js/pouchdb.cordova-sqlite.js +2 -0
  198. package/dist/components/js/qrcode.js +1 -0
  199. package/dist/components/templates/advanced.list.designtime.html +1 -0
  200. package/dist/components/templates/advanced.list.template.html +1 -0
  201. package/dist/components/templates/anchor.template.html +1 -0
  202. package/dist/components/templates/button-bar.template.html +1 -0
  203. package/dist/components/templates/button-report.template.html +1 -0
  204. package/dist/components/templates/button.template.html +1 -0
  205. package/dist/components/templates/card.template.html +1 -0
  206. package/dist/components/templates/chat.template.html +1 -0
  207. package/dist/components/templates/checkbox.template.html +1 -0
  208. package/dist/components/templates/combobox.designtime.html +1 -0
  209. package/dist/components/templates/combobox.template.html +1 -0
  210. package/dist/components/templates/complexsearch.template.html +1 -0
  211. package/dist/components/templates/crn-ion-segment-item.template.html +1 -0
  212. package/dist/components/templates/crn-ion-segment.template.html +1 -0
  213. package/dist/components/templates/cron-crud.template.html +1 -0
  214. package/dist/components/templates/cron-mobile-menu.designtime.html +1 -0
  215. package/dist/components/templates/div.horizontal.template.html +1 -0
  216. package/dist/components/templates/div.vertical.template.html +1 -0
  217. package/dist/components/templates/dynamic-combobox.template.html +1 -0
  218. package/dist/components/templates/dynamicfile.template.html +1 -0
  219. package/dist/components/templates/dynamicimage.designtime.html +1 -0
  220. package/dist/components/templates/dynamicimage.template.html +1 -0
  221. package/dist/components/templates/evaluation.designtime.html +1 -0
  222. package/dist/components/templates/evaluation.template.html +1 -0
  223. package/dist/components/templates/filterbutton.template.html +1 -0
  224. package/dist/components/templates/floattextinput.designtime.html +1 -0
  225. package/dist/components/templates/floattextinput.template.html +1 -0
  226. package/dist/components/templates/form.template.html +1 -0
  227. package/dist/components/templates/header.template.html +1 -0
  228. package/dist/components/templates/iconinput.template.html +1 -0
  229. package/dist/components/templates/icontextinput.template.html +1 -0
  230. package/dist/components/templates/image.template.html +1 -0
  231. package/dist/components/templates/inlinetextinput.template.html +1 -0
  232. package/dist/components/templates/ion-footer-bar.template.html +1 -0
  233. package/dist/components/templates/ion-header-bar.template.html +1 -0
  234. package/dist/components/templates/ion-tab-item.designtime.html +1 -0
  235. package/dist/components/templates/ion-tab.designtime.html +1 -0
  236. package/dist/components/templates/ion-tab.template.html +1 -0
  237. package/dist/components/templates/item.avatar.template.html +1 -0
  238. package/dist/components/templates/item.icon.template.html +1 -0
  239. package/dist/components/templates/item.options.template.html +1 -0
  240. package/dist/components/templates/item.slider.template.html +1 -0
  241. package/dist/components/templates/item.swipe.template.html +1 -0
  242. package/dist/components/templates/item.template.html +1 -0
  243. package/dist/components/templates/item.thumbnail.template.html +1 -0
  244. package/dist/components/templates/kendo-chat.designtime.html +1 -0
  245. package/dist/components/templates/kendo-chat.template.html +1 -0
  246. package/dist/components/templates/list.avatar.template.html +1 -0
  247. package/dist/components/templates/list.icon.template.html +1 -0
  248. package/dist/components/templates/list.swipe.template.html +1 -0
  249. package/dist/components/templates/list.template.html +1 -0
  250. package/dist/components/templates/list.thumbnail.template.html +1 -0
  251. package/dist/components/templates/maps.designtime.html +1 -0
  252. package/dist/components/templates/maps.template.html +1 -0
  253. package/dist/components/templates/menu.template.html +1 -0
  254. package/dist/components/templates/multiselect.template.html +1 -0
  255. package/dist/components/templates/nav.bar.template.html +1 -0
  256. package/dist/components/templates/publicMenu.template.html +1 -0
  257. package/dist/components/templates/radiogroup-dynamic.template.html +1 -0
  258. package/dist/components/templates/radiogroup.template.html +1 -0
  259. package/dist/components/templates/range.template.html +1 -0
  260. package/dist/components/templates/rating.template.html +1 -0
  261. package/dist/components/templates/search.template.html +1 -0
  262. package/dist/components/templates/slider.template.html +1 -0
  263. package/dist/components/templates/tabs-icon-only.template.html +1 -0
  264. package/dist/components/templates/tabs.template.html +1 -0
  265. package/dist/components/templates/textarea.template.html +1 -0
  266. package/dist/components/templates/textinput.template.html +1 -0
  267. package/dist/components/templates/textinputbutton.template.html +1 -0
  268. package/dist/components/templates/title.template.html +1 -0
  269. package/dist/components/templates/toggle-dynamic.template.html +1 -0
  270. package/dist/components/templates/toggle.template.html +1 -0
  271. package/dist/components/templates/video.designtime.html +1 -0
  272. package/dist/components/templates/video.template.html +1 -0
  273. package/dist/components/templates/views/public/home.view.html +1 -0
  274. package/dist/components/templates/views/public/menu.view.html +1 -0
  275. package/dist/css/app.css +1 -0
  276. package/dist/css/cronos.css +1 -0
  277. package/dist/css/custom-ionic.css +1 -0
  278. package/dist/css/groupingOfCss/checkbox.css +1 -0
  279. package/dist/css/groupingOfCss/col.css +1 -0
  280. package/dist/css/groupingOfCss/dynamicImage.css +1 -0
  281. package/dist/css/groupingOfCss/import_groupingOfCss.css +1 -0
  282. package/dist/css/groupingOfCss/login.css +1 -0
  283. package/dist/css/groupingOfCss/qrCodeCronapp.css +1 -0
  284. package/dist/css/groupingOfCss/upload-image.css +1 -0
  285. package/dist/css/old/modal.css +1 -0
  286. package/dist/i18n/locale_en_us.json +126 -0
  287. package/dist/i18n/locale_pt_br.json +126 -0
  288. package/dist/img/cron-icon/crn-QRCode.svg +1 -0
  289. package/dist/img/cron-icon/crn-anchor.svg +1 -0
  290. package/dist/img/cron-icon/crn-button-bar.svg +1 -0
  291. package/dist/img/cron-icon/crn-button.svg +1 -0
  292. package/dist/img/cron-icon/crn-card.svg +1 -0
  293. package/dist/img/cron-icon/crn-carousel.svg +1 -0
  294. package/dist/img/cron-icon/crn-chart.svg +1 -0
  295. package/dist/img/cron-icon/crn-checkbox.svg +1 -0
  296. package/dist/img/cron-icon/crn-container.svg +1 -0
  297. package/dist/img/cron-icon/crn-cron-crud.svg +1 -0
  298. package/dist/img/cron-icon/crn-datasource.svg +1 -0
  299. package/dist/img/cron-icon/crn-dynamic-file.svg +1 -0
  300. package/dist/img/cron-icon/crn-dynamic-image.svg +1 -0
  301. package/dist/img/cron-icon/crn-enterprise-dynamic-combobox.svg +1 -0
  302. package/dist/img/cron-icon/crn-evaluation.svg +1 -0
  303. package/dist/img/cron-icon/crn-form.svg +1 -0
  304. package/dist/img/cron-icon/crn-header.svg +1 -0
  305. package/dist/img/cron-icon/crn-icon.svg +1 -0
  306. package/dist/img/cron-icon/crn-image.svg +1 -0
  307. package/dist/img/cron-icon/crn-infinite-scroll.svg +1 -0
  308. package/dist/img/cron-icon/crn-input-floating.svg +1 -0
  309. package/dist/img/cron-icon/crn-input-inline.svg +1 -0
  310. package/dist/img/cron-icon/crn-ion-footer-bar.svg +1 -0
  311. package/dist/img/cron-icon/crn-ion-list.svg +1 -0
  312. package/dist/img/cron-icon/crn-item-swipe.svg +1 -0
  313. package/dist/img/cron-icon/crn-kendo-chat.svg +1 -0
  314. package/dist/img/cron-icon/crn-label.svg +1 -0
  315. package/dist/img/cron-icon/crn-list-avatar.svg +1 -0
  316. package/dist/img/cron-icon/crn-list-icon.svg +1 -0
  317. package/dist/img/cron-icon/crn-list-item-avatar.svg +1 -0
  318. package/dist/img/cron-icon/crn-list-item-icon.svg +1 -0
  319. package/dist/img/cron-icon/crn-list-item-thumbnail.svg +1 -0
  320. package/dist/img/cron-icon/crn-list-item.svg +1 -0
  321. package/dist/img/cron-icon/crn-list-swipe.svg +1 -0
  322. package/dist/img/cron-icon/crn-list-thumbnail.svg +1 -0
  323. package/dist/img/cron-icon/crn-list.svg +1 -0
  324. package/dist/img/cron-icon/crn-map.svg +1 -0
  325. package/dist/img/cron-icon/crn-multiselect.svg +1 -0
  326. package/dist/img/cron-icon/crn-paragraph.svg +1 -0
  327. package/dist/img/cron-icon/crn-plugin.svg +1 -0
  328. package/dist/img/cron-icon/crn-radio.svg +1 -0
  329. package/dist/img/cron-icon/crn-radiogroup.svg +1 -0
  330. package/dist/img/cron-icon/crn-range.svg +1 -0
  331. package/dist/img/cron-icon/crn-rating.svg +1 -0
  332. package/dist/img/cron-icon/crn-select.svg +1 -0
  333. package/dist/img/cron-icon/crn-spacer.svg +1 -0
  334. package/dist/img/cron-icon/crn-tabs-icon-only.svg +1 -0
  335. package/dist/img/cron-icon/crn-tabs.svg +1 -0
  336. package/dist/img/cron-icon/crn-text-component.svg +1 -0
  337. package/dist/img/cron-icon/crn-textarea.svg +1 -0
  338. package/dist/img/cron-icon/crn-textinput.svg +1 -0
  339. package/dist/img/cron-icon/crn-textinputbutton.svg +1 -0
  340. package/dist/img/cron-icon/crn-textinputicon.svg +1 -0
  341. package/dist/img/cron-icon/crn-toggle.svg +1 -0
  342. package/dist/img/cron-icon/crn-video.svg +1 -0
  343. package/dist/img/placehold-100x100.png +0 -0
  344. package/dist/img/placehold-900x500.png +0 -0
  345. package/dist/img/qr-code.png +0 -0
  346. package/dist/img/svg-charts.svg +1 -0
  347. package/dist/img/user.svg +1 -0
  348. package/dist/js/LanguageSelectDirective.js +1 -0
  349. package/dist/js/LocaleService.js +1 -0
  350. package/dist/js/app.authentication.js +1 -0
  351. package/dist/js/app.js +1 -0
  352. package/dist/js/controllers.authentication.js +1 -0
  353. package/dist/js/controllers.js +1 -0
  354. package/dist/js/custom.controllers.js +1 -0
  355. package/dist/js/customModules.js +1 -0
  356. package/dist/js/customStateProvider.js +0 -0
  357. package/dist/js/directives.js +1 -0
  358. package/dist/js/filters.js +1 -0
  359. package/dist/js/local-dateformat.directive.js +1 -0
  360. package/dist/js/reports/parameters.controller.js +1 -0
  361. package/dist/js/reports/reports.service.js +1 -0
  362. package/dist/js/services.js +1 -0
  363. package/dist/js/upload.service.js +1 -0
  364. package/gulpfile.js +73 -0
  365. package/i18n/locale_en_us.json +126 -0
  366. package/i18n/locale_pt_br.json +126 -0
  367. package/img/cron-icon/crn-QRCode.svg +38 -0
  368. package/img/cron-icon/crn-anchor.svg +29 -0
  369. package/img/cron-icon/crn-button-bar.svg +1 -0
  370. package/img/cron-icon/crn-button.svg +24 -0
  371. package/img/cron-icon/crn-card.svg +1 -0
  372. package/img/cron-icon/crn-carousel.svg +26 -0
  373. package/img/cron-icon/crn-chart.svg +19 -0
  374. package/img/cron-icon/crn-checkbox.svg +15 -0
  375. package/img/cron-icon/crn-container.svg +1 -0
  376. package/img/cron-icon/crn-cron-crud.svg +28 -0
  377. package/img/cron-icon/crn-datasource.svg +27 -0
  378. package/img/cron-icon/crn-dynamic-file.svg +1 -0
  379. package/img/cron-icon/crn-dynamic-image.svg +25 -0
  380. package/img/cron-icon/crn-enterprise-dynamic-combobox.svg +27 -0
  381. package/img/cron-icon/crn-evaluation.svg +1 -0
  382. package/img/cron-icon/crn-form.svg +24 -0
  383. package/img/cron-icon/crn-header.svg +18 -0
  384. package/img/cron-icon/crn-icon.svg +23 -0
  385. package/img/cron-icon/crn-image.svg +20 -0
  386. package/img/cron-icon/crn-infinite-scroll.svg +1 -0
  387. package/img/cron-icon/crn-input-floating.svg +1 -0
  388. package/img/cron-icon/crn-input-inline.svg +1 -0
  389. package/img/cron-icon/crn-ion-footer-bar.svg +1 -0
  390. package/img/cron-icon/crn-ion-list.svg +1 -0
  391. package/img/cron-icon/crn-item-swipe.svg +15 -0
  392. package/img/cron-icon/crn-kendo-chat.svg +1 -0
  393. package/img/cron-icon/crn-label.svg +1 -0
  394. package/img/cron-icon/crn-list-avatar.svg +1 -0
  395. package/img/cron-icon/crn-list-icon.svg +1 -0
  396. package/img/cron-icon/crn-list-item-avatar.svg +1 -0
  397. package/img/cron-icon/crn-list-item-icon.svg +1 -0
  398. package/img/cron-icon/crn-list-item-thumbnail.svg +1 -0
  399. package/img/cron-icon/crn-list-item.svg +1 -0
  400. package/img/cron-icon/crn-list-swipe.svg +17 -0
  401. package/img/cron-icon/crn-list-thumbnail.svg +17 -0
  402. package/img/cron-icon/crn-list.svg +16 -0
  403. package/img/cron-icon/crn-map.svg +1 -0
  404. package/img/cron-icon/crn-multiselect.svg +1 -0
  405. package/img/cron-icon/crn-paragraph.svg +1 -0
  406. package/img/cron-icon/crn-plugin.svg +44 -0
  407. package/img/cron-icon/crn-radio.svg +21 -0
  408. package/img/cron-icon/crn-radiogroup.svg +25 -0
  409. package/img/cron-icon/crn-range.svg +1 -0
  410. package/img/cron-icon/crn-rating.svg +20 -0
  411. package/img/cron-icon/crn-select.svg +1 -0
  412. package/img/cron-icon/crn-spacer.svg +1 -0
  413. package/img/cron-icon/crn-tabs-icon-only.svg +24 -0
  414. package/img/cron-icon/crn-tabs.svg +17 -0
  415. package/img/cron-icon/crn-text-component.svg +22 -0
  416. package/img/cron-icon/crn-textarea.svg +22 -0
  417. package/img/cron-icon/crn-textinput.svg +23 -0
  418. package/img/cron-icon/crn-textinputbutton.svg +33 -0
  419. package/img/cron-icon/crn-textinputicon.svg +29 -0
  420. package/img/cron-icon/crn-toggle.svg +1 -0
  421. package/img/cron-icon/crn-video.svg +1 -0
  422. package/img/placehold-100x100.png +0 -0
  423. package/img/placehold-900x500.png +0 -0
  424. package/img/qr-code.png +0 -0
  425. package/img/svg-charts.svg +1 -0
  426. package/img/user.svg +18 -0
  427. package/js/LanguageSelectDirective.js +30 -0
  428. package/js/LocaleService.js +59 -0
  429. package/js/app.authentication.js +594 -0
  430. package/js/app.js +349 -0
  431. package/js/controllers.authentication.js +540 -0
  432. package/js/controllers.js +90 -0
  433. package/js/custom.controllers.js +11 -0
  434. package/js/customModules.js +1 -0
  435. package/js/customStateProvider.js +107 -0
  436. package/js/directives.js +2426 -0
  437. package/js/filters.js +47 -0
  438. package/js/local-dateformat.directive.js +15 -0
  439. package/js/reports/parameters.controller.js +86 -0
  440. package/js/reports/reports.service.js +466 -0
  441. package/js/services.js +5 -0
  442. package/js/upload.service.js +165 -0
  443. package/lib/ionic/css/ionic.css +9802 -0
  444. package/lib/ionic/css/ionic.min.css +23 -0
  445. package/lib/ionic/fonts/ionicons.eot +0 -0
  446. package/lib/ionic/fonts/ionicons.svg +2230 -0
  447. package/lib/ionic/fonts/ionicons.ttf +0 -0
  448. package/lib/ionic/fonts/ionicons.woff +0 -0
  449. package/lib/ionic/js/angular/angular-animate.js +4115 -0
  450. package/lib/ionic/js/angular/angular-animate.min.js +56 -0
  451. package/lib/ionic/js/angular/angular-resource.js +768 -0
  452. package/lib/ionic/js/angular/angular-resource.min.js +15 -0
  453. package/lib/ionic/js/angular/angular-sanitize.js +717 -0
  454. package/lib/ionic/js/angular/angular-sanitize.min.js +15 -0
  455. package/lib/ionic/js/angular/angular.js +30714 -0
  456. package/lib/ionic/js/angular/angular.min.js +311 -0
  457. package/lib/ionic/js/angular-ui/angular-ui-router.js +4232 -0
  458. package/lib/ionic/js/angular-ui/angular-ui-router.min.js +7 -0
  459. package/lib/ionic/js/ionic-angular.js +14391 -0
  460. package/lib/ionic/js/ionic-angular.min.js +18 -0
  461. package/lib/ionic/js/ionic.bundle.js +67590 -0
  462. package/lib/ionic/js/ionic.bundle.min.js +472 -0
  463. package/lib/ionic/js/ionic.js +13356 -0
  464. package/lib/ionic/js/ionic.min.js +20 -0
  465. package/lib/ionic/scss/_action-sheet.scss +170 -0
  466. package/lib/ionic/scss/_animations.scss +48 -0
  467. package/lib/ionic/scss/_backdrop.scss +24 -0
  468. package/lib/ionic/scss/_badge.scss +62 -0
  469. package/lib/ionic/scss/_bar.scss +417 -0
  470. package/lib/ionic/scss/_button-bar.scss +92 -0
  471. package/lib/ionic/scss/_button.scss +252 -0
  472. package/lib/ionic/scss/_checkbox.scss +180 -0
  473. package/lib/ionic/scss/_form.scss +327 -0
  474. package/lib/ionic/scss/_grid.scss +159 -0
  475. package/lib/ionic/scss/_items.scss +825 -0
  476. package/lib/ionic/scss/_list.scss +125 -0
  477. package/lib/ionic/scss/_loading.scss +51 -0
  478. package/lib/ionic/scss/_menu.scss +70 -0
  479. package/lib/ionic/scss/_mixins.scss +642 -0
  480. package/lib/ionic/scss/_modal.scss +102 -0
  481. package/lib/ionic/scss/_platform.scss +77 -0
  482. package/lib/ionic/scss/_popover.scss +168 -0
  483. package/lib/ionic/scss/_popup.scss +110 -0
  484. package/lib/ionic/scss/_progress.scss +11 -0
  485. package/lib/ionic/scss/_radio.scss +47 -0
  486. package/lib/ionic/scss/_range.scss +160 -0
  487. package/lib/ionic/scss/_refresher.scss +113 -0
  488. package/lib/ionic/scss/_reset.scss +365 -0
  489. package/lib/ionic/scss/_scaffolding.scss +291 -0
  490. package/lib/ionic/scss/_select.scss +142 -0
  491. package/lib/ionic/scss/_slide-box.scss +71 -0
  492. package/lib/ionic/scss/_slides.scss +529 -0
  493. package/lib/ionic/scss/_spinner.scss +100 -0
  494. package/lib/ionic/scss/_tabs.scss +542 -0
  495. package/lib/ionic/scss/_toggle.scss +198 -0
  496. package/lib/ionic/scss/_transitions.scss +188 -0
  497. package/lib/ionic/scss/_type.scss +166 -0
  498. package/lib/ionic/scss/_util.scss +296 -0
  499. package/lib/ionic/scss/_variables.scss +764 -0
  500. package/lib/ionic/scss/ionic.scss +54 -0
  501. package/lib/ionic/scss/ionicons/_ionicons-font.scss +28 -0
  502. package/lib/ionic/scss/ionicons/_ionicons-icons.scss +1473 -0
  503. package/lib/ionic/scss/ionicons/_ionicons-variables.scss +741 -0
  504. package/lib/ionic/scss/ionicons/ionicons.scss +16 -0
  505. package/lib/ionic/version.json +6 -0
  506. package/lib/kendo/kendo.all.min.js +125 -0
  507. package/lib/kendo/kendo.default-v2.min.css +10 -0
  508. package/lib/notification-mobile.js +57 -0
  509. package/package.json +62 -0
  510. package/postupdate.json +407 -0
@@ -0,0 +1,825 @@
1
+ /**
2
+ * Items
3
+ * --------------------------------------------------
4
+ */
5
+
6
+ .item {
7
+ @include item-style($item-default-bg, $item-default-border, $item-default-text);
8
+
9
+ position: relative;
10
+ z-index: $z-index-item; // Make sure the borders and stuff don't get hidden by children
11
+ display: block;
12
+
13
+ margin: $item-border-width * -1;
14
+ padding: $item-padding;
15
+
16
+ border-width: $item-border-width;
17
+ border-style: solid;
18
+ font-size: $item-font-size;
19
+
20
+ h2 {
21
+ margin: 0 0 2px 0;
22
+ font-size: 16px;
23
+ font-weight: normal;
24
+ }
25
+ h3 {
26
+ margin: 0 0 4px 0;
27
+ font-size: 14px;
28
+ }
29
+ h4 {
30
+ margin: 0 0 4px 0;
31
+ font-size: 12px;
32
+ }
33
+ h5, h6 {
34
+ margin: 0 0 3px 0;
35
+ font-size: 10px;
36
+ }
37
+ p {
38
+ color: #666;
39
+ font-size: 14px;
40
+ margin-bottom: 2px;
41
+ }
42
+
43
+ h1:last-child,
44
+ h2:last-child,
45
+ h3:last-child,
46
+ h4:last-child,
47
+ h5:last-child,
48
+ h6:last-child,
49
+ p:last-child {
50
+ margin-bottom: 0;
51
+ }
52
+
53
+ // Align badges within items
54
+ .badge {
55
+ @include display-flex();
56
+ position: absolute;
57
+ top: $item-padding;
58
+ right: ($item-padding * 2);
59
+ }
60
+ &.item-button-right .badge {
61
+ right: ($item-padding * 2) + 35;
62
+ }
63
+ &.item-divider .badge {
64
+ top: ceil($item-padding / 2);
65
+ }
66
+ .badge + .badge {
67
+ margin-right: 5px;
68
+ }
69
+
70
+ // Different themes for items
71
+ &.item-light {
72
+ @include item-style($item-light-bg, $item-light-border, $item-light-text);
73
+ }
74
+ &.item-stable {
75
+ @include item-style($item-stable-bg, $item-stable-border, $item-stable-text);
76
+ }
77
+ &.item-positive {
78
+ @include item-style($item-positive-bg, $item-positive-border, $item-positive-text);
79
+ }
80
+ &.item-calm {
81
+ @include item-style($item-calm-bg, $item-calm-border, $item-calm-text);
82
+ }
83
+ &.item-assertive {
84
+ @include item-style($item-assertive-bg, $item-assertive-border, $item-assertive-text);
85
+ }
86
+ &.item-balanced {
87
+ @include item-style($item-balanced-bg, $item-balanced-border, $item-balanced-text);
88
+ }
89
+ &.item-energized {
90
+ @include item-style($item-energized-bg, $item-energized-border, $item-energized-text);
91
+ }
92
+ &.item-royal {
93
+ @include item-style($item-royal-bg, $item-royal-border, $item-royal-text);
94
+ }
95
+ &.item-dark {
96
+ @include item-style($item-dark-bg, $item-dark-border, $item-dark-text);
97
+ }
98
+
99
+ &[ng-click]:hover {
100
+ cursor: pointer;
101
+ }
102
+
103
+ }
104
+
105
+ .list-borderless .item,
106
+ .item-borderless {
107
+ border-width: 0;
108
+ }
109
+
110
+ // Link and Button Active States
111
+ .item.active,
112
+ .item.activated,
113
+ .item-complex.active .item-content,
114
+ .item-complex.activated .item-content,
115
+ .item .item-content.active,
116
+ .item .item-content.activated {
117
+ @include item-active-style($item-default-active-bg, $item-default-active-border);
118
+
119
+ // Different active themes for <a> and <button> items
120
+ &.item-light {
121
+ @include item-active-style($item-light-active-bg, $item-light-active-border);
122
+ }
123
+ &.item-stable {
124
+ @include item-active-style($item-stable-active-bg, $item-stable-active-border);
125
+ }
126
+ &.item-positive {
127
+ @include item-active-style($item-positive-active-bg, $item-positive-active-border);
128
+ }
129
+ &.item-calm {
130
+ @include item-active-style($item-calm-active-bg, $item-calm-active-border);
131
+ }
132
+ &.item-assertive {
133
+ @include item-active-style($item-assertive-active-bg, $item-assertive-active-border);
134
+ }
135
+ &.item-balanced {
136
+ @include item-active-style($item-balanced-active-bg, $item-balanced-active-border);
137
+ }
138
+ &.item-energized {
139
+ @include item-active-style($item-energized-active-bg, $item-energized-active-border);
140
+ }
141
+ &.item-royal {
142
+ @include item-active-style($item-royal-active-bg, $item-royal-active-border);
143
+ }
144
+ &.item-dark {
145
+ @include item-active-style($item-dark-active-bg, $item-dark-active-border);
146
+ }
147
+ }
148
+
149
+ // Handle text overflow
150
+ .item,
151
+ .item h1,
152
+ .item h2,
153
+ .item h3,
154
+ .item h4,
155
+ .item h5,
156
+ .item h6,
157
+ .item p,
158
+ .item-content,
159
+ .item-content h1,
160
+ .item-content h2,
161
+ .item-content h3,
162
+ .item-content h4,
163
+ .item-content h5,
164
+ .item-content h6,
165
+ .item-content p {
166
+ overflow: hidden;
167
+ text-overflow: ellipsis;
168
+ white-space: nowrap;
169
+ }
170
+
171
+ // Linked list items
172
+ a.item {
173
+ color: inherit;
174
+ text-decoration: none;
175
+
176
+ &:hover,
177
+ &:focus {
178
+ text-decoration: none;
179
+ }
180
+ }
181
+
182
+
183
+ /**
184
+ * Complex Items
185
+ * --------------------------------------------------
186
+ * Adding .item-complex allows the .item to be slidable and
187
+ * have options underneath the button, but also requires an
188
+ * additional .item-content element inside .item.
189
+ * Basically .item-complex removes any default settings which
190
+ * .item added, so that .item-content looks them as just .item.
191
+ */
192
+
193
+ .item-complex,
194
+ a.item.item-complex,
195
+ button.item.item-complex {
196
+ padding: 0;
197
+ }
198
+ .item-complex .item-content,
199
+ .item-radio .item-content {
200
+ position: relative;
201
+ z-index: $z-index-item;
202
+ padding: $item-padding (ceil( ($item-padding * 3) + ($item-padding / 3) ) - 5) $item-padding $item-padding;
203
+ border: none;
204
+ background-color: $item-default-bg;
205
+ }
206
+
207
+ a.item-content {
208
+ display: block;
209
+ color: inherit;
210
+ text-decoration: none;
211
+ }
212
+
213
+ .item-text-wrap .item,
214
+ .item-text-wrap .item-content,
215
+ .item-text-wrap,
216
+ .item-text-wrap h1,
217
+ .item-text-wrap h2,
218
+ .item-text-wrap h3,
219
+ .item-text-wrap h4,
220
+ .item-text-wrap h5,
221
+ .item-text-wrap h6,
222
+ .item-text-wrap p,
223
+ .item-complex.item-text-wrap .item-content,
224
+ .item-body h1,
225
+ .item-body h2,
226
+ .item-body h3,
227
+ .item-body h4,
228
+ .item-body h5,
229
+ .item-body h6,
230
+ .item-body p {
231
+ overflow: visible;
232
+ white-space: normal;
233
+ }
234
+ .item-complex.item-text-wrap,
235
+ .item-complex.item-text-wrap h1,
236
+ .item-complex.item-text-wrap h2,
237
+ .item-complex.item-text-wrap h3,
238
+ .item-complex.item-text-wrap h4,
239
+ .item-complex.item-text-wrap h5,
240
+ .item-complex.item-text-wrap h6,
241
+ .item-complex.item-text-wrap p {
242
+ overflow: visible;
243
+ white-space: normal;
244
+ }
245
+
246
+ // Link and Button Active States
247
+
248
+ .item-complex{
249
+ // Stylized items
250
+ &.item-light > .item-content{
251
+ @include item-style($item-light-bg, $item-light-border, $item-light-text);
252
+ &.active, &:active {
253
+ @include item-active-style($item-light-active-bg, $item-light-active-border);
254
+ }
255
+ }
256
+ &.item-stable > .item-content{
257
+ @include item-style($item-stable-bg, $item-stable-border, $item-stable-text);
258
+ &.active, &:active {
259
+ @include item-active-style($item-stable-active-bg, $item-stable-active-border);
260
+ }
261
+ }
262
+ &.item-positive > .item-content{
263
+ @include item-style($item-positive-bg, $item-positive-border, $item-positive-text);
264
+ &.active, &:active {
265
+ @include item-active-style($item-positive-active-bg, $item-positive-active-border);
266
+ }
267
+ }
268
+ &.item-calm > .item-content{
269
+ @include item-style($item-calm-bg, $item-calm-border, $item-calm-text);
270
+ &.active, &:active {
271
+ @include item-active-style($item-calm-active-bg, $item-calm-active-border);
272
+ }
273
+ }
274
+ &.item-assertive > .item-content{
275
+ @include item-style($item-assertive-bg, $item-assertive-border, $item-assertive-text);
276
+ &.active, &:active {
277
+ @include item-active-style($item-assertive-active-bg, $item-assertive-active-border);
278
+ }
279
+ }
280
+ &.item-balanced > .item-content{
281
+ @include item-style($item-balanced-bg, $item-balanced-border, $item-balanced-text);
282
+ &.active, &:active {
283
+ @include item-active-style($item-balanced-active-bg, $item-balanced-active-border);
284
+ }
285
+ }
286
+ &.item-energized > .item-content{
287
+ @include item-style($item-energized-bg, $item-energized-border, $item-energized-text);
288
+ &.active, &:active {
289
+ @include item-active-style($item-energized-active-bg, $item-energized-active-border);
290
+ }
291
+ }
292
+ &.item-royal > .item-content{
293
+ @include item-style($item-royal-bg, $item-royal-border, $item-royal-text);
294
+ &.active, &:active {
295
+ @include item-active-style($item-royal-active-bg, $item-royal-active-border);
296
+ }
297
+ }
298
+ &.item-dark > .item-content{
299
+ @include item-style($item-dark-bg, $item-dark-border, $item-dark-text);
300
+ &.active, &:active {
301
+ @include item-active-style($item-dark-active-bg, $item-dark-active-border);
302
+ }
303
+ }
304
+ }
305
+
306
+
307
+ /**
308
+ * Item Icons
309
+ * --------------------------------------------------
310
+ */
311
+
312
+ .item-icon-left .icon,
313
+ .item-icon-right .icon {
314
+ @include display-flex();
315
+ @include align-items(center);
316
+ position: absolute;
317
+ top: 0;
318
+ height: 100%;
319
+ font-size: $item-icon-font-size;
320
+
321
+ &:before {
322
+ display: block;
323
+ width: $item-icon-font-size;
324
+ text-align: center;
325
+ }
326
+ }
327
+
328
+ .item .fill-icon {
329
+ min-width: $item-icon-fill-font-size + 2;
330
+ min-height: $item-icon-fill-font-size + 2;
331
+ font-size: $item-icon-fill-font-size;
332
+ }
333
+
334
+ .item-icon-left {
335
+ padding-left: ceil( ($item-padding * 3) + ($item-padding / 3) );
336
+
337
+ .icon {
338
+ left: ceil( ($item-padding / 3) * 2);
339
+ }
340
+ }
341
+ .item-complex.item-icon-left {
342
+ padding-left: 0;
343
+
344
+ .item-content {
345
+ padding-left: ceil( ($item-padding * 3) + ($item-padding / 3) );
346
+ }
347
+ }
348
+
349
+ .item-icon-right {
350
+ padding-right: ceil( ($item-padding * 3) + ($item-padding / 3) );
351
+
352
+ .icon {
353
+ right: ceil( ($item-padding / 3) * 2);
354
+ }
355
+ }
356
+ .item-complex.item-icon-right {
357
+ padding-right: 0;
358
+
359
+ .item-content {
360
+ padding-right: ceil( ($item-padding * 3) + ($item-padding / 3) );
361
+ }
362
+ }
363
+
364
+ .item-icon-left.item-icon-right .icon:first-child {
365
+ right: auto;
366
+ }
367
+ .item-icon-left.item-icon-right .icon:last-child,
368
+ .item-icon-left .item-delete .icon {
369
+ left: auto;
370
+ }
371
+
372
+ .item-icon-left .icon-accessory,
373
+ .item-icon-right .icon-accessory {
374
+ color: $item-icon-accessory-color;
375
+ font-size: $item-icon-accessory-font-size;
376
+ }
377
+ .item-icon-left .icon-accessory {
378
+ left: floor($item-padding / 5);
379
+ }
380
+ .item-icon-right .icon-accessory {
381
+ right: floor($item-padding / 5);
382
+ }
383
+
384
+
385
+ /**
386
+ * Item Button
387
+ * --------------------------------------------------
388
+ * An item button is a child button inside an .item (not the entire .item)
389
+ */
390
+
391
+ .item-button-left {
392
+ padding-left: ceil($item-padding * 4.5);
393
+ }
394
+
395
+ .item-button-left > .button,
396
+ .item-button-left .item-content > .button {
397
+ @include display-flex();
398
+ @include align-items(center);
399
+ position: absolute;
400
+ top: ceil($item-padding / 2);
401
+ left: ceil( ($item-padding / 3) * 2);
402
+ min-width: $item-icon-font-size + ($button-border-width * 2);
403
+ min-height: $item-icon-font-size + ($button-border-width * 2);
404
+ font-size: $item-button-font-size;
405
+ line-height: $item-button-line-height;
406
+
407
+ .icon:before {
408
+ position: relative;
409
+ left: auto;
410
+ width: auto;
411
+ line-height: $item-icon-font-size - 1;
412
+ }
413
+
414
+ > .button {
415
+ margin: 0px 2px;
416
+ min-height: $item-icon-font-size + ($button-border-width * 2);
417
+ font-size: $item-button-font-size;
418
+ line-height: $item-button-line-height;
419
+ }
420
+ }
421
+
422
+ .item-button-right,
423
+ a.item.item-button-right,
424
+ button.item.item-button-right {
425
+ padding-right: $item-padding * 5;
426
+ }
427
+
428
+ .item-button-right > .button,
429
+ .item-button-right .item-content > .button,
430
+ .item-button-right > .buttons,
431
+ .item-button-right .item-content > .buttons {
432
+ @include display-flex();
433
+ @include align-items(center);
434
+ position: absolute;
435
+ top: ceil($item-padding / 2);
436
+ right: $item-padding;
437
+ min-width: $item-icon-font-size + ($button-border-width * 2);
438
+ min-height: $item-icon-font-size + ($button-border-width * 2);
439
+ font-size: $item-button-font-size;
440
+ line-height: $item-button-line-height;
441
+
442
+ .icon:before {
443
+ position: relative;
444
+ left: auto;
445
+ width: auto;
446
+ line-height: $item-icon-font-size - 1;
447
+ }
448
+
449
+ > .button {
450
+ margin: 0px 2px;
451
+ min-width: $item-icon-font-size + ($button-border-width * 2);
452
+ min-height: $item-icon-font-size + ($button-border-width * 2);
453
+ font-size: $item-button-font-size;
454
+ line-height: $item-button-line-height;
455
+ }
456
+ }
457
+
458
+ .item-button-left.item-button-right{
459
+ .button{
460
+ &:first-child {
461
+ right: auto;
462
+ }
463
+ &:last-child {
464
+ left: auto;
465
+ }
466
+ }
467
+ }
468
+
469
+ // Item Avatar
470
+ // -------------------------------
471
+
472
+ .item-avatar,
473
+ .item-avatar .item-content,
474
+ .item-avatar-left,
475
+ .item-avatar-left .item-content {
476
+ padding-left: $item-avatar-width + ($item-padding * 2);
477
+ min-height: $item-avatar-width + ($item-padding * 2);
478
+
479
+ > img:first-child,
480
+ .item-image {
481
+ position: absolute;
482
+ top: $item-padding;
483
+ left: $item-padding;
484
+ max-width: $item-avatar-width;
485
+ max-height: $item-avatar-height;
486
+ width: 100%;
487
+ height: 100%;
488
+ border-radius: $item-avatar-border-radius;
489
+ }
490
+ }
491
+
492
+ .item-avatar-right,
493
+ .item-avatar-right .item-content {
494
+ padding-right: $item-avatar-width + ($item-padding * 2);
495
+ min-height: $item-avatar-width + ($item-padding * 2);
496
+
497
+ > img:first-child,
498
+ .item-image {
499
+ position: absolute;
500
+ top: $item-padding;
501
+ right: $item-padding;
502
+ max-width: $item-avatar-width;
503
+ max-height: $item-avatar-height;
504
+ width: 100%;
505
+ height: 100%;
506
+ border-radius: $item-avatar-border-radius;
507
+ }
508
+ }
509
+
510
+
511
+ // Item Thumbnails
512
+ // -------------------------------
513
+
514
+ .item-thumbnail-left,
515
+ .item-thumbnail-left .item-content {
516
+ padding-top: $item-padding / 2;
517
+ padding-left: $item-thumbnail-width + $item-thumbnail-margin + $item-padding;
518
+ min-height: $item-thumbnail-height + ($item-thumbnail-margin * 2);
519
+
520
+ > img:first-child,
521
+ .item-image {
522
+ position: absolute;
523
+ top: $item-thumbnail-margin;
524
+ left: $item-thumbnail-margin;
525
+ max-width: $item-thumbnail-width;
526
+ max-height: $item-thumbnail-height;
527
+ width: 100%;
528
+ height: 100%;
529
+ }
530
+ }
531
+ .item-avatar.item-complex,
532
+ .item-avatar-left.item-complex,
533
+ .item-thumbnail-left.item-complex {
534
+ padding-top: 0;
535
+ padding-left: 0;
536
+ }
537
+
538
+ .item-thumbnail-right,
539
+ .item-thumbnail-right .item-content {
540
+ padding-top: $item-padding / 2;
541
+ padding-right: $item-thumbnail-width + $item-thumbnail-margin + $item-padding;
542
+ min-height: $item-thumbnail-height + ($item-thumbnail-margin * 2);
543
+
544
+ > img:first-child,
545
+ .item-image {
546
+ position: absolute;
547
+ top: $item-thumbnail-margin;
548
+ right: $item-thumbnail-margin;
549
+ max-width: $item-thumbnail-width;
550
+ max-height: $item-thumbnail-height;
551
+ width: 100%;
552
+ height: 100%;
553
+ }
554
+ }
555
+ .item-avatar-right.item-complex,
556
+ .item-thumbnail-right.item-complex {
557
+ padding-top: 0;
558
+ padding-right: 0;
559
+ }
560
+
561
+
562
+ // Item Image
563
+ // -------------------------------
564
+
565
+ .item-image {
566
+ padding: 0;
567
+ text-align: center;
568
+
569
+ img:first-child, .list-img {
570
+ width: 100%;
571
+ vertical-align: middle;
572
+ }
573
+ }
574
+
575
+
576
+ // Item Body
577
+ // -------------------------------
578
+
579
+ .item-body {
580
+ overflow: auto;
581
+ padding: $item-padding;
582
+ text-overflow: inherit;
583
+ white-space: normal;
584
+
585
+ h1, h2, h3, h4, h5, h6, p {
586
+ margin-top: $item-padding;
587
+ margin-bottom: $item-padding;
588
+ }
589
+ }
590
+
591
+
592
+ // Item Divider
593
+ // -------------------------------
594
+
595
+ .item-divider {
596
+ padding-top: ceil($item-padding / 2);
597
+ padding-bottom: ceil($item-padding / 2);
598
+ min-height: 30px;
599
+ background-color: $item-divider-bg;
600
+ color: $item-divider-color;
601
+ font-weight: 500;
602
+ }
603
+
604
+ .platform-ios .item-divider-platform,
605
+ .item-divider-ios {
606
+ padding-top: 26px;
607
+ text-transform: uppercase;
608
+ font-weight: 300;
609
+ font-size: 13px;
610
+ background-color: #efeff4;
611
+ color: #555;
612
+ }
613
+
614
+ .platform-android .item-divider-platform,
615
+ .item-divider-android {
616
+ font-weight: 300;
617
+ font-size: 13px;
618
+ }
619
+
620
+
621
+ // Item Note
622
+ // -------------------------------
623
+
624
+ .item-note {
625
+ float: right;
626
+ color: #aaa;
627
+ font-size: 14px;
628
+ }
629
+
630
+
631
+ // Item Editing
632
+ // -------------------------------
633
+
634
+ .item-left-editable .item-content,
635
+ .item-right-editable .item-content {
636
+ // setup standard transition settings
637
+ @include transition-duration( $item-edit-transition-duration );
638
+ @include transition-timing-function( $item-edit-transition-function );
639
+ -webkit-transition-property: -webkit-transform;
640
+ -moz-transition-property: -moz-transform;
641
+ transition-property: transform;
642
+ }
643
+
644
+ .list-left-editing .item-left-editable .item-content,
645
+ .item-left-editing.item-left-editable .item-content {
646
+ // actively editing the left side of the item
647
+ @include translate3d($item-left-edit-open-width, 0, 0);
648
+ }
649
+
650
+ .item-remove-animate {
651
+ &.ng-leave {
652
+ @include transition-duration( $item-remove-transition-duration );
653
+ }
654
+ &.ng-leave .item-content,
655
+ &.ng-leave:last-of-type {
656
+ @include transition-duration( $item-remove-transition-duration );
657
+ @include transition-timing-function( $item-remove-transition-function );
658
+ @include transition-property( all );
659
+ }
660
+
661
+ &.ng-leave.ng-leave-active .item-content {
662
+ opacity:0;
663
+ -webkit-transform: translate3d(-100%, 0, 0) !important;
664
+ transform: translate3d(-100%, 0, 0) !important;
665
+ }
666
+ &.ng-leave.ng-leave-active:last-of-type {
667
+ opacity: 0;
668
+ }
669
+
670
+ &.ng-leave.ng-leave-active ~ ion-item:not(.ng-leave) {
671
+ -webkit-transform: translate3d(0, unquote('-webkit-calc(-100% + 1px)'), 0);
672
+ transform: translate3d(0, calc(-100% + 1px), 0);
673
+ @include transition-duration( $item-remove-transition-duration );
674
+ @include transition-timing-function( $item-remove-descendents-transition-function );
675
+ @include transition-property( all );
676
+ }
677
+ }
678
+
679
+
680
+
681
+ // Item Left Edit Button
682
+ // -------------------------------
683
+
684
+ .item-left-edit {
685
+ @include transition(all $item-edit-transition-function $item-edit-transition-duration / 2);
686
+ position: absolute;
687
+ top: 0;
688
+ left: 0;
689
+ z-index: $z-index-item-edit;
690
+ width: $item-left-edit-open-width;
691
+ height: 100%;
692
+ line-height: 100%;
693
+
694
+ .button {
695
+ height: 100%;
696
+
697
+ &.icon {
698
+ @include display-flex();
699
+ @include align-items(center);
700
+ position: absolute;
701
+ top: 0;
702
+ height: 100%;
703
+ }
704
+ }
705
+
706
+ display: none;
707
+ opacity: 0;
708
+ @include translate3d( ($item-left-edit-left - $item-left-edit-open-width) / 2, 0, 0);
709
+ &.visible {
710
+ display: block;
711
+ &.active {
712
+ opacity: 1;
713
+ @include translate3d($item-left-edit-left, 0, 0);
714
+ }
715
+ }
716
+ }
717
+ .list-left-editing .item-left-edit {
718
+ @include transition-delay($item-edit-transition-duration / 2);
719
+ }
720
+
721
+ // Item Delete (Left side edit button)
722
+ // -------------------------------
723
+
724
+ .item-delete .button.icon {
725
+ color: $item-delete-icon-color;
726
+ font-size: $item-delete-icon-size;
727
+
728
+ &:hover {
729
+ opacity: .7;
730
+ }
731
+ }
732
+
733
+
734
+ // Item Right Edit Button
735
+ // -------------------------------
736
+
737
+ .item-right-edit {
738
+ @include transition(all $item-edit-transition-function $item-edit-transition-duration);
739
+ position: absolute;
740
+ top: 0;
741
+ right: 0;
742
+ z-index: $z-index-item-reorder;
743
+ width: $item-right-edit-open-width * 1.5;
744
+ height: 100%;
745
+ background: inherit;
746
+ padding-left: 20px;
747
+
748
+ .button {
749
+ min-width: $item-right-edit-open-width;
750
+ height: 100%;
751
+
752
+ &.icon {
753
+ @include display-flex();
754
+ @include align-items(center);
755
+ position: absolute;
756
+ top: 0;
757
+ height: 100%;
758
+ font-size: $item-reorder-icon-size;
759
+ }
760
+ }
761
+
762
+ display: block;
763
+ opacity: 0;
764
+ @include translate3d($item-right-edit-open-width * 1.5, 0, 0);
765
+ &.visible {
766
+ display: block;
767
+ &.active {
768
+ opacity: 1;
769
+ @include translate3d(0, 0, 0);
770
+ }
771
+ }
772
+ }
773
+
774
+
775
+ // Item Reordering (Right side edit button)
776
+ // -------------------------------
777
+
778
+ .item-reorder .button.icon {
779
+ color: $item-reorder-icon-color;
780
+ font-size: $item-reorder-icon-size;
781
+ }
782
+
783
+ .item-reordering {
784
+ // item is actively being reordered
785
+ position: absolute;
786
+ left: 0;
787
+ top: 0;
788
+ z-index: $z-index-item-reordering;
789
+ width: 100%;
790
+ box-shadow: 0px 0px 10px 0px #aaa;
791
+
792
+ .item-reorder {
793
+ z-index: $z-index-item-reordering;
794
+ }
795
+ }
796
+
797
+ .item-placeholder {
798
+ // placeholder for the item that's being reordered
799
+ opacity: 0.7;
800
+ }
801
+
802
+
803
+ /**
804
+ * The hidden right-side buttons that can be exposed under a list item
805
+ * with dragging.
806
+ */
807
+ .item-options {
808
+ position: absolute;
809
+ top: 0;
810
+ right: 0;
811
+ z-index: $z-index-item-options;
812
+ height: 100%;
813
+
814
+ .button {
815
+ height: 100%;
816
+ border: none;
817
+ border-radius: 0;
818
+ @include display-inline-flex();
819
+ @include align-items(center);
820
+
821
+ &:before{
822
+ margin: 0 auto;
823
+ }
824
+ }
825
+ }