cronapp-framework-mobile-js 2.9.2 → 2.9.3-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 (468) hide show
  1. package/components/crn-checkbox.components.json +2 -0
  2. package/components/crn-component.components.json +18 -3
  3. package/components/crn-item-select.components.json +4 -1
  4. package/components/crn-toggle.components.json +2 -0
  5. package/components/templates/list.thumbnail.template.html +2 -2
  6. package/css/themes/custom/lumen/custom-lumen.css +84 -25
  7. package/css/themes/custom/paper/custom-paper.css +59 -0
  8. package/css/themes/custom/readable/custom-readable.css +61 -2
  9. package/css/themes/custom/sandstone/custom-sandstone.css +60 -1
  10. package/css/themes/custom/simplex/custom-simplex.css +78 -20
  11. package/css/themes/custom/slate/crn-ion-segment-slate.css +4 -4
  12. package/css/themes/custom/slate/custom-slate.css +56 -11
  13. package/css/themes/custom/spacelab/bar-spacelab.css +20 -10
  14. package/css/themes/custom/spacelab/custom-spacelab.css +77 -32
  15. package/css/themes/custom/superhero/custom-superhero.css +52 -1
  16. package/css/themes/custom/theme-general/theme-general.css +1 -1
  17. package/css/themes/custom/united/custom-united.css +53 -6
  18. package/css/themes/custom/yeti/custom-yeti.css +45 -0
  19. package/deprecated/components/crn-QRCode.components.json +54 -0
  20. package/deprecated/components/crn-anchor.components.json +89 -0
  21. package/deprecated/components/crn-button-bar.components.json +64 -0
  22. package/deprecated/components/crn-button.components.json +316 -0
  23. package/deprecated/components/crn-card.components.json +95 -0
  24. package/deprecated/components/crn-chart.components.json +57 -0
  25. package/deprecated/components/crn-chat.components.json +8 -0
  26. package/deprecated/components/crn-checkbox.components.json +184 -0
  27. package/deprecated/components/crn-complex-search.components.json +43 -0
  28. package/deprecated/components/crn-container.components.json +21 -0
  29. package/deprecated/components/crn-cron-crud.components.json +21 -0
  30. package/deprecated/components/crn-datasource.components.json +181 -0
  31. package/deprecated/components/crn-dynamic-file.components.json +85 -0
  32. package/deprecated/components/crn-dynamic-image.components.json +153 -0
  33. package/deprecated/components/crn-dynamic-select.components.json +111 -0
  34. package/deprecated/components/crn-evaluation.components.json +64 -0
  35. package/deprecated/components/crn-filter-button.components.json +305 -0
  36. package/deprecated/components/crn-form-template.components.json +11 -0
  37. package/deprecated/components/crn-header-button.components.json +63 -0
  38. package/deprecated/components/crn-heading.components.json +109 -0
  39. package/deprecated/components/crn-icon.components.json +258 -0
  40. package/deprecated/components/crn-image.components.json +121 -0
  41. package/deprecated/components/crn-infinite-scroll.components.json +32 -0
  42. package/deprecated/components/crn-input-button.components.json +205 -0
  43. package/deprecated/components/crn-input-floating.components.json +196 -0
  44. package/deprecated/components/crn-input-icon.components.json +187 -0
  45. package/deprecated/components/crn-input-inline.components.json +198 -0
  46. package/deprecated/components/crn-input.components.json +185 -0
  47. package/deprecated/components/crn-ion-content.components.json +24 -0
  48. package/deprecated/components/crn-ion-footer-bar.components.json +351 -0
  49. package/deprecated/components/crn-ion-header-bar.components.json +211 -0
  50. package/deprecated/components/crn-ion-list.components.json +152 -0
  51. package/deprecated/components/crn-ion-nav-buttons.components.json +63 -0
  52. package/deprecated/components/crn-ion-segment-item.components.json +65 -0
  53. package/deprecated/components/crn-ion-segment.components.json +974 -0
  54. package/deprecated/components/crn-ion-tab-item.components.json +50 -0
  55. package/deprecated/components/crn-ion-tab.components.json +138 -0
  56. package/deprecated/components/crn-item-options.components.json +26 -0
  57. package/deprecated/components/crn-item-select.components.json +69 -0
  58. package/deprecated/components/crn-item-swipe.components.json +62 -0
  59. package/deprecated/components/crn-kendo-chat.components.json +88 -0
  60. package/deprecated/components/crn-label.components.json +113 -0
  61. package/deprecated/components/crn-list-avatar.components.json +260 -0
  62. package/deprecated/components/crn-list-icon.components.json +249 -0
  63. package/deprecated/components/crn-list-item-avatar.components.json +236 -0
  64. package/deprecated/components/crn-list-item-icon.components.json +242 -0
  65. package/deprecated/components/crn-list-item-thumbnail.components.json +226 -0
  66. package/deprecated/components/crn-list-item.components.json +160 -0
  67. package/deprecated/components/crn-list-simple.components.json +180 -0
  68. package/deprecated/components/crn-list-swipe.components.json +105 -0
  69. package/deprecated/components/crn-list-thumbnail.components.json +248 -0
  70. package/deprecated/components/crn-list.components.json +75 -0
  71. package/deprecated/components/crn-map.components.json +55 -0
  72. package/deprecated/components/crn-mobile-menu.components.json +32 -0
  73. package/deprecated/components/crn-multiselect.components.json +110 -0
  74. package/deprecated/components/crn-navbar.components.json +106 -0
  75. package/deprecated/components/crn-option-button.components.json +72 -0
  76. package/deprecated/components/crn-paragraph.components.json +110 -0
  77. package/deprecated/components/crn-radio.components.json +90 -0
  78. package/deprecated/components/crn-radioOption.components.json +23 -0
  79. package/deprecated/components/crn-range.components.json +106 -0
  80. package/deprecated/components/crn-rating.components.json +189 -0
  81. package/deprecated/components/crn-search.components.json +210 -0
  82. package/deprecated/components/crn-select-options.components.json +17 -0
  83. package/deprecated/components/crn-select.components.json +93 -0
  84. package/deprecated/components/crn-slider-item.components.json +236 -0
  85. package/deprecated/components/crn-slider.components.json +105 -0
  86. package/deprecated/components/crn-spacer.components.json +21 -0
  87. package/deprecated/components/crn-start.components.json +10 -0
  88. package/deprecated/components/crn-tabs-icon-only-item.components.json +85 -0
  89. package/deprecated/components/crn-tabs-icon-only.components.json +382 -0
  90. package/deprecated/components/crn-tabs.components.json +36 -0
  91. package/deprecated/components/crn-textarea.components.json +109 -0
  92. package/deprecated/components/crn-toggle.components.json +161 -0
  93. package/deprecated/components/crn-video.components.json +67 -0
  94. package/deprecated/components/css/app.css +78 -0
  95. package/deprecated/components/css/background-color.css +121 -0
  96. package/deprecated/components/css/chatStyle.css +221 -0
  97. package/deprecated/components/css/color-default.css +83 -0
  98. package/deprecated/components/css/crn-ion-segment.css +786 -0
  99. package/deprecated/components/css/icon-size.css +15 -0
  100. package/deprecated/components/css/multiselect-editor.css +119 -0
  101. package/deprecated/components/css/tabs-color.css +248 -0
  102. package/deprecated/components/js/format.min.js +2 -0
  103. package/deprecated/components/js/jquery.inputmask.bundle.js +3883 -0
  104. package/deprecated/components/js/jquery.mask.min.js +19 -0
  105. package/deprecated/components/js/pouchdb.cordova-sqlite.js +5540 -0
  106. package/deprecated/components/js/qrcode.js +1319 -0
  107. package/deprecated/components/reports/BOOLEAN.parameter.html +10 -0
  108. package/deprecated/components/reports/DATE.parameter.html +4 -0
  109. package/deprecated/components/reports/DOUBLE.parameter.html +4 -0
  110. package/deprecated/components/reports/FLOAT.parameter.html +4 -0
  111. package/deprecated/components/reports/INTEGER.parameter.html +4 -0
  112. package/deprecated/components/reports/LONG.parameter.html +5 -0
  113. package/deprecated/components/reports/STRING.parameter.html +5 -0
  114. package/deprecated/components/reports/reports.parameters.html +20 -0
  115. package/deprecated/components/templates/advanced.list.designtime.html +33 -0
  116. package/deprecated/components/templates/advanced.list.template.html +1 -0
  117. package/deprecated/components/templates/anchor.template.html +1 -0
  118. package/deprecated/components/templates/button-bar.template.html +5 -0
  119. package/deprecated/components/templates/button-report.template.html +1 -0
  120. package/deprecated/components/templates/button.template.html +4 -0
  121. package/deprecated/components/templates/card.template.html +7 -0
  122. package/deprecated/components/templates/chat.template.html +39 -0
  123. package/deprecated/components/templates/checkbox.template.html +8 -0
  124. package/deprecated/components/templates/combobox.designtime.html +12 -0
  125. package/deprecated/components/templates/combobox.template.html +8 -0
  126. package/deprecated/components/templates/complexsearch.template.html +7 -0
  127. package/deprecated/components/templates/crn-ion-segment-item.template.html +6 -0
  128. package/deprecated/components/templates/crn-ion-segment.template.html +27 -0
  129. package/deprecated/components/templates/cron-crud.template.html +7 -0
  130. package/deprecated/components/templates/cron-mobile-menu.designtime.html +10 -0
  131. package/deprecated/components/templates/div.horizontal.template.html +27 -0
  132. package/deprecated/components/templates/div.vertical.template.html +11 -0
  133. package/deprecated/components/templates/dynamic-combobox.template.html +6 -0
  134. package/deprecated/components/templates/dynamicfile.template.html +8 -0
  135. package/deprecated/components/templates/dynamicimage.designtime.html +10 -0
  136. package/deprecated/components/templates/dynamicimage.template.html +9 -0
  137. package/deprecated/components/templates/evaluation.designtime.html +7 -0
  138. package/deprecated/components/templates/evaluation.template.html +1 -0
  139. package/deprecated/components/templates/filterbutton.template.html +3 -0
  140. package/deprecated/components/templates/floattextinput.designtime.html +4 -0
  141. package/deprecated/components/templates/floattextinput.template.html +4 -0
  142. package/deprecated/components/templates/form.template.html +5 -0
  143. package/deprecated/components/templates/header.template.html +3 -0
  144. package/deprecated/components/templates/icontextinput.template.html +4 -0
  145. package/deprecated/components/templates/image.template.html +18 -0
  146. package/deprecated/components/templates/inlinetextinput.template.html +4 -0
  147. package/deprecated/components/templates/ion-footer-bar.template.html +15 -0
  148. package/deprecated/components/templates/ion-header-bar.template.html +13 -0
  149. package/deprecated/components/templates/ion-tab-item.designtime.html +5 -0
  150. package/deprecated/components/templates/ion-tab.template.html +8 -0
  151. package/deprecated/components/templates/item.avatar.template.html +5 -0
  152. package/deprecated/components/templates/item.icon.template.html +4 -0
  153. package/deprecated/components/templates/item.options.template.html +14 -0
  154. package/deprecated/components/templates/item.slider.template.html +4 -0
  155. package/deprecated/components/templates/item.swipe.template.html +14 -0
  156. package/deprecated/components/templates/item.template.html +5 -0
  157. package/deprecated/components/templates/item.thumbnail.template.html +5 -0
  158. package/deprecated/components/templates/kendo-chat.designtime.html +20 -0
  159. package/deprecated/components/templates/kendo-chat.template.html +75 -0
  160. package/deprecated/components/templates/list.avatar.template.html +7 -0
  161. package/deprecated/components/templates/list.icon.template.html +6 -0
  162. package/deprecated/components/templates/list.swipe.template.html +16 -0
  163. package/deprecated/components/templates/list.template.html +5 -0
  164. package/deprecated/components/templates/list.thumbnail.template.html +7 -0
  165. package/deprecated/components/templates/maps.designtime.html +1 -0
  166. package/deprecated/components/templates/maps.template.html +1 -0
  167. package/deprecated/components/templates/menu.template.html +21 -0
  168. package/deprecated/components/templates/multiselect.template.html +5 -0
  169. package/deprecated/components/templates/nav.bar.template.html +5 -0
  170. package/deprecated/components/templates/publicMenu.template.html +14 -0
  171. package/deprecated/components/templates/radiogroup-dynamic.template.html +15 -0
  172. package/deprecated/components/templates/radiogroup.template.html +21 -0
  173. package/deprecated/components/templates/range.template.html +5 -0
  174. package/deprecated/components/templates/rating.template.html +9 -0
  175. package/deprecated/components/templates/search.template.html +6 -0
  176. package/deprecated/components/templates/slider.template.html +20 -0
  177. package/deprecated/components/templates/tabs-icon-only.template.html +16 -0
  178. package/deprecated/components/templates/tabs.template.html +5 -0
  179. package/deprecated/components/templates/textarea.template.html +1 -0
  180. package/deprecated/components/templates/textinput.template.html +3 -0
  181. package/deprecated/components/templates/textinputbutton.template.html +12 -0
  182. package/deprecated/components/templates/title.template.html +1 -0
  183. package/deprecated/components/templates/toggle-dynamic.template.html +11 -0
  184. package/deprecated/components/templates/toggle.template.html +9 -0
  185. package/deprecated/components/templates/video.designtime.html +2 -0
  186. package/deprecated/components/templates/video.template.html +1 -0
  187. package/deprecated/components/templates/views/public/home.view.html +16 -0
  188. package/deprecated/components/templates/views/public/menu.view.html +20 -0
  189. package/deprecated/components/upload/upload.html +41 -0
  190. package/{css/themes/deprecated/material.min.css → deprecated/css/app.css} +26 -38
  191. package/deprecated/css/themes/custom/material/custom-material.css +12 -0
  192. package/deprecated/css/themes/material.min.css +4 -0
  193. package/deprecated/dist/components/css/app.css +1 -0
  194. package/deprecated/dist/components/css/background-color.css +1 -0
  195. package/deprecated/dist/components/css/chatStyle.css +1 -0
  196. package/deprecated/dist/components/css/color-default.css +1 -0
  197. package/deprecated/dist/components/css/crn-ion-segment.css +1 -0
  198. package/deprecated/dist/components/css/icon-size.css +1 -0
  199. package/deprecated/dist/components/css/multiselect-editor.css +1 -0
  200. package/deprecated/dist/components/css/tabs-color.css +1 -0
  201. package/deprecated/dist/components/js/format.min.js +1 -0
  202. package/deprecated/dist/components/js/jquery.inputmask.bundle.js +3 -0
  203. package/deprecated/dist/components/js/jquery.mask.min.js +1 -0
  204. package/deprecated/dist/components/js/pouchdb.cordova-sqlite.js +2 -0
  205. package/deprecated/dist/components/js/qrcode.js +1 -0
  206. package/deprecated/dist/components/templates/advanced.list.designtime.html +1 -0
  207. package/deprecated/dist/components/templates/advanced.list.template.html +1 -0
  208. package/deprecated/dist/components/templates/anchor.template.html +1 -0
  209. package/deprecated/dist/components/templates/button-bar.template.html +1 -0
  210. package/deprecated/dist/components/templates/button-report.template.html +1 -0
  211. package/deprecated/dist/components/templates/button.template.html +1 -0
  212. package/deprecated/dist/components/templates/card.template.html +1 -0
  213. package/deprecated/dist/components/templates/chat.template.html +1 -0
  214. package/deprecated/dist/components/templates/checkbox.template.html +1 -0
  215. package/deprecated/dist/components/templates/combobox.designtime.html +1 -0
  216. package/deprecated/dist/components/templates/combobox.template.html +1 -0
  217. package/deprecated/dist/components/templates/complexsearch.template.html +1 -0
  218. package/deprecated/dist/components/templates/crn-ion-segment-item.template.html +1 -0
  219. package/deprecated/dist/components/templates/crn-ion-segment.template.html +1 -0
  220. package/deprecated/dist/components/templates/cron-crud.template.html +1 -0
  221. package/deprecated/dist/components/templates/cron-mobile-menu.designtime.html +1 -0
  222. package/deprecated/dist/components/templates/div.horizontal.template.html +1 -0
  223. package/deprecated/dist/components/templates/div.vertical.template.html +1 -0
  224. package/deprecated/dist/components/templates/dynamic-combobox.template.html +1 -0
  225. package/deprecated/dist/components/templates/dynamicfile.template.html +1 -0
  226. package/deprecated/dist/components/templates/dynamicimage.designtime.html +1 -0
  227. package/deprecated/dist/components/templates/dynamicimage.template.html +1 -0
  228. package/deprecated/dist/components/templates/evaluation.designtime.html +1 -0
  229. package/deprecated/dist/components/templates/evaluation.template.html +1 -0
  230. package/deprecated/dist/components/templates/filterbutton.template.html +1 -0
  231. package/deprecated/dist/components/templates/floattextinput.designtime.html +1 -0
  232. package/deprecated/dist/components/templates/floattextinput.template.html +1 -0
  233. package/deprecated/dist/components/templates/form.template.html +1 -0
  234. package/deprecated/dist/components/templates/header.template.html +1 -0
  235. package/deprecated/dist/components/templates/iconinput.template.html +1 -0
  236. package/deprecated/dist/components/templates/icontextinput.template.html +1 -0
  237. package/deprecated/dist/components/templates/image.template.html +1 -0
  238. package/deprecated/dist/components/templates/inlinetextinput.template.html +1 -0
  239. package/deprecated/dist/components/templates/ion-footer-bar.template.html +1 -0
  240. package/deprecated/dist/components/templates/ion-header-bar.template.html +1 -0
  241. package/deprecated/dist/components/templates/ion-tab-item.designtime.html +1 -0
  242. package/deprecated/dist/components/templates/ion-tab.designtime.html +1 -0
  243. package/deprecated/dist/components/templates/ion-tab.template.html +1 -0
  244. package/deprecated/dist/components/templates/item.avatar.template.html +1 -0
  245. package/deprecated/dist/components/templates/item.icon.template.html +1 -0
  246. package/deprecated/dist/components/templates/item.options.template.html +1 -0
  247. package/deprecated/dist/components/templates/item.slider.template.html +1 -0
  248. package/deprecated/dist/components/templates/item.swipe.template.html +1 -0
  249. package/deprecated/dist/components/templates/item.template.html +1 -0
  250. package/deprecated/dist/components/templates/item.thumbnail.template.html +1 -0
  251. package/deprecated/dist/components/templates/kendo-chat.designtime.html +1 -0
  252. package/deprecated/dist/components/templates/kendo-chat.template.html +1 -0
  253. package/deprecated/dist/components/templates/list.avatar.template.html +1 -0
  254. package/deprecated/dist/components/templates/list.icon.template.html +1 -0
  255. package/deprecated/dist/components/templates/list.swipe.template.html +1 -0
  256. package/deprecated/dist/components/templates/list.template.html +1 -0
  257. package/deprecated/dist/components/templates/list.thumbnail.template.html +1 -0
  258. package/deprecated/dist/components/templates/maps.designtime.html +1 -0
  259. package/deprecated/dist/components/templates/maps.template.html +1 -0
  260. package/deprecated/dist/components/templates/menu.template.html +1 -0
  261. package/deprecated/dist/components/templates/multiselect.template.html +1 -0
  262. package/deprecated/dist/components/templates/nav.bar.template.html +1 -0
  263. package/deprecated/dist/components/templates/publicMenu.template.html +1 -0
  264. package/deprecated/dist/components/templates/radiogroup-dynamic.template.html +1 -0
  265. package/deprecated/dist/components/templates/radiogroup.template.html +1 -0
  266. package/deprecated/dist/components/templates/range.template.html +1 -0
  267. package/deprecated/dist/components/templates/rating.template.html +1 -0
  268. package/deprecated/dist/components/templates/search.template.html +1 -0
  269. package/deprecated/dist/components/templates/slider.template.html +1 -0
  270. package/deprecated/dist/components/templates/tabs-icon-only.template.html +1 -0
  271. package/deprecated/dist/components/templates/tabs.template.html +1 -0
  272. package/deprecated/dist/components/templates/textarea.template.html +1 -0
  273. package/deprecated/dist/components/templates/textinput.template.html +1 -0
  274. package/deprecated/dist/components/templates/textinputbutton.template.html +1 -0
  275. package/deprecated/dist/components/templates/title.template.html +1 -0
  276. package/deprecated/dist/components/templates/toggle-dynamic.template.html +1 -0
  277. package/deprecated/dist/components/templates/toggle.template.html +1 -0
  278. package/deprecated/dist/components/templates/video.designtime.html +1 -0
  279. package/deprecated/dist/components/templates/video.template.html +1 -0
  280. package/deprecated/dist/components/templates/views/public/home.view.html +1 -0
  281. package/deprecated/dist/components/templates/views/public/menu.view.html +1 -0
  282. package/deprecated/dist/css/app.css +1 -0
  283. package/deprecated/dist/i18n/locale_en_us.json +126 -0
  284. package/deprecated/dist/i18n/locale_pt_br.json +126 -0
  285. package/deprecated/dist/img/cron-icon/crn-QRCode.svg +1 -0
  286. package/deprecated/dist/img/cron-icon/crn-anchor.svg +1 -0
  287. package/deprecated/dist/img/cron-icon/crn-button-bar.svg +1 -0
  288. package/deprecated/dist/img/cron-icon/crn-button.svg +1 -0
  289. package/deprecated/dist/img/cron-icon/crn-card.svg +1 -0
  290. package/deprecated/dist/img/cron-icon/crn-carousel.svg +1 -0
  291. package/deprecated/dist/img/cron-icon/crn-chart.svg +1 -0
  292. package/deprecated/dist/img/cron-icon/crn-checkbox.svg +1 -0
  293. package/deprecated/dist/img/cron-icon/crn-container.svg +1 -0
  294. package/deprecated/dist/img/cron-icon/crn-cron-crud.svg +1 -0
  295. package/deprecated/dist/img/cron-icon/crn-datasource.svg +1 -0
  296. package/deprecated/dist/img/cron-icon/crn-dynamic-file.svg +1 -0
  297. package/deprecated/dist/img/cron-icon/crn-dynamic-image.svg +1 -0
  298. package/deprecated/dist/img/cron-icon/crn-enterprise-dynamic-combobox.svg +1 -0
  299. package/deprecated/dist/img/cron-icon/crn-evaluation.svg +1 -0
  300. package/deprecated/dist/img/cron-icon/crn-form.svg +1 -0
  301. package/deprecated/dist/img/cron-icon/crn-header.svg +1 -0
  302. package/deprecated/dist/img/cron-icon/crn-icon.svg +1 -0
  303. package/deprecated/dist/img/cron-icon/crn-image.svg +1 -0
  304. package/deprecated/dist/img/cron-icon/crn-infinite-scroll.svg +1 -0
  305. package/deprecated/dist/img/cron-icon/crn-input-floating.svg +1 -0
  306. package/deprecated/dist/img/cron-icon/crn-input-inline.svg +1 -0
  307. package/deprecated/dist/img/cron-icon/crn-ion-footer-bar.svg +1 -0
  308. package/deprecated/dist/img/cron-icon/crn-ion-list.svg +1 -0
  309. package/deprecated/dist/img/cron-icon/crn-item-swipe.svg +1 -0
  310. package/deprecated/dist/img/cron-icon/crn-kendo-chat.svg +1 -0
  311. package/deprecated/dist/img/cron-icon/crn-label.svg +1 -0
  312. package/deprecated/dist/img/cron-icon/crn-list-avatar.svg +1 -0
  313. package/deprecated/dist/img/cron-icon/crn-list-icon.svg +1 -0
  314. package/deprecated/dist/img/cron-icon/crn-list-item-avatar.svg +1 -0
  315. package/deprecated/dist/img/cron-icon/crn-list-item-icon.svg +1 -0
  316. package/deprecated/dist/img/cron-icon/crn-list-item-thumbnail.svg +1 -0
  317. package/deprecated/dist/img/cron-icon/crn-list-item.svg +1 -0
  318. package/deprecated/dist/img/cron-icon/crn-list-swipe.svg +1 -0
  319. package/deprecated/dist/img/cron-icon/crn-list-thumbnail.svg +1 -0
  320. package/deprecated/dist/img/cron-icon/crn-list.svg +1 -0
  321. package/deprecated/dist/img/cron-icon/crn-map.svg +1 -0
  322. package/deprecated/dist/img/cron-icon/crn-multiselect.svg +1 -0
  323. package/deprecated/dist/img/cron-icon/crn-paragraph.svg +1 -0
  324. package/deprecated/dist/img/cron-icon/crn-plugin.svg +1 -0
  325. package/deprecated/dist/img/cron-icon/crn-radio.svg +1 -0
  326. package/deprecated/dist/img/cron-icon/crn-radiogroup.svg +1 -0
  327. package/deprecated/dist/img/cron-icon/crn-range.svg +1 -0
  328. package/deprecated/dist/img/cron-icon/crn-rating.svg +1 -0
  329. package/deprecated/dist/img/cron-icon/crn-select.svg +1 -0
  330. package/deprecated/dist/img/cron-icon/crn-spacer.svg +1 -0
  331. package/deprecated/dist/img/cron-icon/crn-tabs-icon-only.svg +1 -0
  332. package/deprecated/dist/img/cron-icon/crn-tabs.svg +1 -0
  333. package/deprecated/dist/img/cron-icon/crn-text-component.svg +1 -0
  334. package/deprecated/dist/img/cron-icon/crn-textarea.svg +1 -0
  335. package/deprecated/dist/img/cron-icon/crn-textinput.svg +1 -0
  336. package/deprecated/dist/img/cron-icon/crn-textinputbutton.svg +1 -0
  337. package/deprecated/dist/img/cron-icon/crn-textinputicon.svg +1 -0
  338. package/deprecated/dist/img/cron-icon/crn-toggle.svg +1 -0
  339. package/deprecated/dist/img/cron-icon/crn-video.svg +1 -0
  340. package/deprecated/dist/img/placehold-100x100.png +0 -0
  341. package/deprecated/dist/img/placehold-300x200.png +0 -0
  342. package/deprecated/dist/img/placehold-900x500.png +0 -0
  343. package/deprecated/dist/img/qr-code.png +0 -0
  344. package/deprecated/dist/img/svg-charts.svg +1 -0
  345. package/deprecated/dist/img/user.svg +1 -0
  346. package/deprecated/dist/js/LanguageSelectDirective.js +1 -0
  347. package/deprecated/dist/js/LocaleService.js +1 -0
  348. package/deprecated/dist/js/app.authentication.js +1 -0
  349. package/deprecated/dist/js/app.js +1 -0
  350. package/deprecated/dist/js/controllers.authentication.js +1 -0
  351. package/deprecated/dist/js/controllers.js +1 -0
  352. package/deprecated/dist/js/custom.controllers.js +1 -0
  353. package/deprecated/dist/js/customModules.js +1 -0
  354. package/deprecated/dist/js/customStateProvider.js +0 -0
  355. package/deprecated/dist/js/directives.js +17 -0
  356. package/deprecated/dist/js/filters.js +1 -0
  357. package/deprecated/dist/js/local-dateformat.directive.js +1 -0
  358. package/deprecated/dist/js/reports/parameters.controller.js +1 -0
  359. package/deprecated/dist/js/reports/reports.service.js +1 -0
  360. package/deprecated/dist/js/services.js +1 -0
  361. package/deprecated/dist/js/upload.service.js +1 -0
  362. package/deprecated/img/cron-icon/crn-QRCode.svg +38 -0
  363. package/deprecated/img/cron-icon/crn-anchor.svg +29 -0
  364. package/deprecated/img/cron-icon/crn-button-bar.svg +1 -0
  365. package/deprecated/img/cron-icon/crn-button.svg +24 -0
  366. package/deprecated/img/cron-icon/crn-card.svg +1 -0
  367. package/deprecated/img/cron-icon/crn-carousel.svg +26 -0
  368. package/deprecated/img/cron-icon/crn-chart.svg +19 -0
  369. package/deprecated/img/cron-icon/crn-checkbox.svg +15 -0
  370. package/deprecated/img/cron-icon/crn-container.svg +1 -0
  371. package/deprecated/img/cron-icon/crn-cron-crud.svg +28 -0
  372. package/deprecated/img/cron-icon/crn-datasource.svg +27 -0
  373. package/deprecated/img/cron-icon/crn-dynamic-file.svg +1 -0
  374. package/deprecated/img/cron-icon/crn-dynamic-image.svg +25 -0
  375. package/deprecated/img/cron-icon/crn-enterprise-dynamic-combobox.svg +27 -0
  376. package/deprecated/img/cron-icon/crn-evaluation.svg +1 -0
  377. package/deprecated/img/cron-icon/crn-form.svg +24 -0
  378. package/deprecated/img/cron-icon/crn-header.svg +18 -0
  379. package/deprecated/img/cron-icon/crn-icon.svg +23 -0
  380. package/deprecated/img/cron-icon/crn-image.svg +20 -0
  381. package/deprecated/img/cron-icon/crn-infinite-scroll.svg +1 -0
  382. package/deprecated/img/cron-icon/crn-input-floating.svg +1 -0
  383. package/deprecated/img/cron-icon/crn-input-inline.svg +1 -0
  384. package/deprecated/img/cron-icon/crn-ion-footer-bar.svg +1 -0
  385. package/deprecated/img/cron-icon/crn-ion-list.svg +1 -0
  386. package/deprecated/img/cron-icon/crn-item-swipe.svg +15 -0
  387. package/deprecated/img/cron-icon/crn-kendo-chat.svg +1 -0
  388. package/deprecated/img/cron-icon/crn-label.svg +1 -0
  389. package/deprecated/img/cron-icon/crn-list-avatar.svg +1 -0
  390. package/deprecated/img/cron-icon/crn-list-icon.svg +1 -0
  391. package/deprecated/img/cron-icon/crn-list-item-avatar.svg +1 -0
  392. package/deprecated/img/cron-icon/crn-list-item-icon.svg +1 -0
  393. package/deprecated/img/cron-icon/crn-list-item-thumbnail.svg +1 -0
  394. package/deprecated/img/cron-icon/crn-list-item.svg +1 -0
  395. package/deprecated/img/cron-icon/crn-list-swipe.svg +17 -0
  396. package/deprecated/img/cron-icon/crn-list-thumbnail.svg +17 -0
  397. package/deprecated/img/cron-icon/crn-list.svg +16 -0
  398. package/deprecated/img/cron-icon/crn-map.svg +1 -0
  399. package/deprecated/img/cron-icon/crn-multiselect.svg +1 -0
  400. package/deprecated/img/cron-icon/crn-paragraph.svg +1 -0
  401. package/deprecated/img/cron-icon/crn-plugin.svg +44 -0
  402. package/deprecated/img/cron-icon/crn-radio.svg +21 -0
  403. package/deprecated/img/cron-icon/crn-radiogroup.svg +25 -0
  404. package/deprecated/img/cron-icon/crn-range.svg +1 -0
  405. package/deprecated/img/cron-icon/crn-rating.svg +20 -0
  406. package/deprecated/img/cron-icon/crn-select.svg +1 -0
  407. package/deprecated/img/cron-icon/crn-spacer.svg +1 -0
  408. package/deprecated/img/cron-icon/crn-tabs-icon-only.svg +24 -0
  409. package/deprecated/img/cron-icon/crn-tabs.svg +17 -0
  410. package/deprecated/img/cron-icon/crn-text-component.svg +22 -0
  411. package/deprecated/img/cron-icon/crn-textarea.svg +22 -0
  412. package/deprecated/img/cron-icon/crn-textinput.svg +23 -0
  413. package/deprecated/img/cron-icon/crn-textinputbutton.svg +33 -0
  414. package/deprecated/img/cron-icon/crn-textinputicon.svg +29 -0
  415. package/deprecated/img/cron-icon/crn-toggle.svg +1 -0
  416. package/deprecated/img/cron-icon/crn-video.svg +1 -0
  417. package/deprecated/img/placehold-100x100.png +0 -0
  418. package/deprecated/img/placehold-300x200.png +0 -0
  419. package/deprecated/img/placehold-900x500.png +0 -0
  420. package/deprecated/img/qr-code.png +0 -0
  421. package/deprecated/img/svg-charts.svg +1 -0
  422. package/deprecated/img/user.svg +18 -0
  423. package/dist/components/templates/list.thumbnail.template.html +1 -1
  424. package/dist/css/themes/custom/lumen/custom-lumen.css +1 -1
  425. package/dist/css/themes/custom/paper/custom-paper.css +1 -1
  426. package/dist/css/themes/custom/readable/custom-readable.css +1 -1
  427. package/dist/css/themes/custom/sandstone/custom-sandstone.css +1 -1
  428. package/dist/css/themes/custom/simplex/custom-simplex.css +1 -1
  429. package/dist/css/themes/custom/slate/crn-ion-segment-slate.css +1 -1
  430. package/dist/css/themes/custom/slate/custom-slate.css +1 -1
  431. package/dist/css/themes/custom/spacelab/bar-spacelab.css +1 -1
  432. package/dist/css/themes/custom/spacelab/custom-spacelab.css +1 -1
  433. package/dist/css/themes/custom/superhero/custom-superhero.css +1 -1
  434. package/dist/css/themes/custom/theme-general/theme-general.css +1 -1
  435. package/dist/css/themes/custom/united/custom-united.css +1 -1
  436. package/dist/css/themes/custom/yeti/custom-yeti.css +1 -1
  437. package/dist/js/app.authentication.js +1 -1
  438. package/dist/js/app.js +1 -1
  439. package/dist/js/controllers.authentication.js +1 -1
  440. package/dist/js/directives.js +1 -1
  441. package/js/app.authentication.js +0 -2
  442. package/js/app.js +0 -2
  443. package/js/controllers.authentication.js +36 -7
  444. package/js/customStateProvider.js +0 -2
  445. package/js/directives.js +61 -23
  446. package/package.json +1 -1
  447. package/postupdate.json +10 -0
  448. package/css/themes/deprecated/cronos.css +0 -55
  449. package/dist/css/themes/deprecated/material.min.css +0 -1
  450. /package/{css/themes/deprecated → deprecated/css}/custom-ionic.css +0 -0
  451. /package/{css/themes/deprecated → deprecated/css}/groupingOfCss/checkbox.css +0 -0
  452. /package/{css/themes/deprecated → deprecated/css}/groupingOfCss/col.css +0 -0
  453. /package/{css/themes/deprecated → deprecated/css}/groupingOfCss/dynamicImage.css +0 -0
  454. /package/{css/themes/deprecated → deprecated/css}/groupingOfCss/import_groupingOfCss.css +0 -0
  455. /package/{css/themes/deprecated → deprecated/css}/groupingOfCss/login.css +0 -0
  456. /package/{css/themes/deprecated → deprecated/css}/groupingOfCss/qrCodeCronapp.css +0 -0
  457. /package/{css/themes/deprecated → deprecated/css}/groupingOfCss/upload-image.css +0 -0
  458. /package/{css/themes/deprecated → deprecated/css}/old/modal.css +0 -0
  459. /package/{dist/css/themes/deprecated → deprecated/dist/css}/cronos.css +0 -0
  460. /package/{dist/css/themes/deprecated → deprecated/dist/css}/custom-ionic.css +0 -0
  461. /package/{dist/css/themes/deprecated → deprecated/dist/css}/groupingOfCss/checkbox.css +0 -0
  462. /package/{dist/css/themes/deprecated → deprecated/dist/css}/groupingOfCss/col.css +0 -0
  463. /package/{dist/css/themes/deprecated → deprecated/dist/css}/groupingOfCss/dynamicImage.css +0 -0
  464. /package/{dist/css/themes/deprecated → deprecated/dist/css}/groupingOfCss/import_groupingOfCss.css +0 -0
  465. /package/{dist/css/themes/deprecated → deprecated/dist/css}/groupingOfCss/login.css +0 -0
  466. /package/{dist/css/themes/deprecated → deprecated/dist/css}/groupingOfCss/qrCodeCronapp.css +0 -0
  467. /package/{dist/css/themes/deprecated → deprecated/dist/css}/groupingOfCss/upload-image.css +0 -0
  468. /package/{dist/css/themes/deprecated → deprecated/dist/css}/old/modal.css +0 -0
@@ -0,0 +1,382 @@
1
+ {
2
+ "name": "crn-tabs-icon-only",
3
+ "text_pt_BR": "Rodapé com ícone",
4
+ "text_en_US": "Footer with icon",
5
+ "image": "/node_modules/cronapp-framework-mobile-js/img/cron-icon/crn-tabs-icon-only.svg",
6
+ "description": "Rodapé com ícone e título",
7
+ "description_en_US": "Footer with icon and title",
8
+ "category": [
9
+ "LAYOUTS"
10
+ ],
11
+ "wrapper": false,
12
+ "autoWrapper": true,
13
+ "forcedGroup": true,
14
+ "templateURL": "src/main/mobileapp/www/node_modules/cronapp-framework-mobile-js/components/templates/tabs-icon-only.template.html",
15
+ "controls": {
16
+ "ungroup": true,
17
+ "resizable": false,
18
+ "additive": false,
19
+ "duplicable": false,
20
+ "pluggable": false,
21
+ "removable": true
22
+ },
23
+ "droppableArea": {
24
+ "onmiddle": true,
25
+ "ontop": false,
26
+ "onbottom": false,
27
+ "onleft": false,
28
+ "onright": false
29
+ },
30
+ "properties": {
31
+ "class": {
32
+ "order": 9999
33
+ },
34
+ "on-double-tap": {
35
+ "type": "event"
36
+ },
37
+ "on-hold": {
38
+ "type": "event"
39
+ },
40
+ "on-swipe": {
41
+ "type": "event"
42
+ },
43
+ "on-drag": {
44
+ "type": "event"
45
+ },
46
+ "background-color": {
47
+ "displayName_pt_BR": "Cor do plano de fundo",
48
+ "displayName_en_US": "Background color",
49
+ "selector": "ion-tabs",
50
+ "order": 1
51
+ },
52
+ "tabs-color": {
53
+ "displayName_pt_BR": "Cor dos ícones",
54
+ "displayName_en_US": "Icon color",
55
+ "selector": "tab-item",
56
+ "order": 2
57
+ },
58
+ "tabs-size": {
59
+ "displayName_pt_BR": "Tamanho dos ícones",
60
+ "displayName_en_US": "Icon size",
61
+ "selector": "tab-item",
62
+ "order": 3
63
+ }
64
+ },
65
+ "handleRules": {
66
+ "canIncrement": true,
67
+ "rules": [
68
+ {
69
+ "activeClass": "active",
70
+ "sourceHTML": "<a class=\"tab-item\" title=\"New tabs\" data-component=\"crn-tabs-icon-only-item\" contenttitle=\"\" href=\"\"><i class=\"icon ion-gear-a\"></i><span>New tabs</span></a>",
71
+ "targetSelector": "div.tabs"
72
+ }
73
+ ]
74
+ },
75
+ "attributesForPreview": [
76
+ {
77
+ "name": "tabs-color",
78
+ "type": "options",
79
+ "target": "class",
80
+ "values": [
81
+ {
82
+ "key": "tabs-icon-white",
83
+ "value_pt_BR": "Branco",
84
+ "value_en_US": "White",
85
+ "color": "#fff"
86
+ },
87
+ {
88
+ "key": "tabs-icon-gray",
89
+ "value_pt_BR": "Cinza",
90
+ "value_en_US": "Gray",
91
+ "color": "#333"
92
+ },
93
+ {
94
+ "key": "tabs-icon-black",
95
+ "value_pt_BR": "Preto",
96
+ "value_en_US": "Black",
97
+ "color": "#000"
98
+ },
99
+ {
100
+ "key": "tabs-icon-blue",
101
+ "value_pt_BR": "Azul",
102
+ "value_en_US": "Blue",
103
+ "color": "#0247FE"
104
+ },
105
+ {
106
+ "key": "tabs-icon-light-blue",
107
+ "value_pt_BR": "Azul claro",
108
+ "value_en_US": "Light blue",
109
+ "color": "#85A5FF"
110
+ },
111
+ {
112
+ "key": "tabs-icon-dark-blue",
113
+ "value_pt_BR": "Azul escuro",
114
+ "value_en_US": "Dark blue",
115
+ "color": "#00217A"
116
+ },
117
+ {
118
+ "key": "tabs-icon-purple",
119
+ "value_pt_BR": "Roxo",
120
+ "value_en_US": "Purple",
121
+ "color": "#3D01A4"
122
+ },
123
+ {
124
+ "key": "tabs-icon-light-purple",
125
+ "value_pt_BR": "Roxo claro",
126
+ "value_en_US": "Light purple",
127
+ "color": "#B285FF"
128
+ },
129
+ {
130
+ "key": "tabs-icon-dark-purple",
131
+ "value_pt_BR": "Roxo escuro",
132
+ "value_en_US": "Dark purple",
133
+ "color": "#2D007A"
134
+ },
135
+ {
136
+ "key": "tabs-icon-red",
137
+ "value_pt_BR": "Vermelho",
138
+ "value_en_US": "Red",
139
+ "color": "#FE2712"
140
+ },
141
+ {
142
+ "key": "tabs-icon-light-red",
143
+ "value_pt_BR": "Vermelho claro",
144
+ "value_en_US": "Light red",
145
+ "color": "#FE8F84"
146
+ },
147
+ {
148
+ "key": "tabs-icon-dark-red",
149
+ "value_pt_BR": "Vermelho escuro",
150
+ "value_en_US": "Dark red",
151
+ "color": "#7A0B00"
152
+ },
153
+ {
154
+ "key": "tabs-icon-orange",
155
+ "value_pt_BR": "Laranja",
156
+ "value_en_US": "Orange",
157
+ "color": "#FB9B02"
158
+ },
159
+ {
160
+ "key": "tabs-icon-light-orange",
161
+ "value_pt_BR": "Laranja claro",
162
+ "value_en_US": "Light orange",
163
+ "color": "#FFD085"
164
+ },
165
+ {
166
+ "key": "tabs-icon-dark-orange",
167
+ "value_pt_BR": "Laranja escuro",
168
+ "value_en_US": "Dark orange",
169
+ "color": "#7A4B00"
170
+ },
171
+ {
172
+ "key": "tabs-icon-yellow",
173
+ "value_pt_BR": "Amarelo",
174
+ "value_en_US": "Yellow",
175
+ "color": "#FFFF33"
176
+ },
177
+ {
178
+ "key": "tabs-icon-light-yellow",
179
+ "value_pt_BR": "Amarelo claro",
180
+ "value_en_US": "Light yellow",
181
+ "color": "#FFFF85"
182
+ },
183
+ {
184
+ "key": "tabs-icon-dark-yellow",
185
+ "value_pt_BR": "Amarelo escuro",
186
+ "value_en_US": "Dark Yellow",
187
+ "color": "#7A7A00"
188
+ },
189
+ {
190
+ "key": "tabs-icon-green",
191
+ "value_pt_BR": "Verde",
192
+ "value_en_US": "Green",
193
+ "color": "#66B032"
194
+ },
195
+ {
196
+ "key": "tabs-icon-light-green",
197
+ "value_pt_BR": "Verde claro",
198
+ "value_en_US": "Light green",
199
+ "color": "#B7FF85"
200
+ },
201
+ {
202
+ "key": "tabs-icon-dark-green",
203
+ "value_pt_BR": "Verde escuro",
204
+ "value_en_US": "Dark green",
205
+ "color": "#337A00"
206
+ }
207
+ ]
208
+ },
209
+ {
210
+ "name": "background-color",
211
+ "type": "options",
212
+ "target": "class",
213
+ "values": [
214
+ {
215
+ "key": "background-white",
216
+ "value_pt_BR": "Branco",
217
+ "value_en_US": "White",
218
+ "color": "#fff"
219
+ },
220
+ {
221
+ "key": "background-gray",
222
+ "value_pt_BR": "Cinza",
223
+ "value_en_US": "Gray",
224
+ "color": "#333"
225
+ },
226
+ {
227
+ "key": "background-black",
228
+ "value_pt_BR": "Preto",
229
+ "value_en_US": "Black",
230
+ "color": "#000"
231
+ },
232
+ {
233
+ "key": "background-blue",
234
+ "value_pt_BR": "Azul",
235
+ "value_en_US": "Blue",
236
+ "color": "#0247FE"
237
+ },
238
+ {
239
+ "key": "background-light-blue",
240
+ "value_pt_BR": "Azul claro",
241
+ "value_en_US": "Light blue",
242
+ "color": "#85A5FF"
243
+ },
244
+ {
245
+ "key": "background-dark-blue",
246
+ "value_pt_BR": "Azul escuro",
247
+ "value_en_US": "Dark blue",
248
+ "color": "#00217A"
249
+ },
250
+ {
251
+ "key": "background-purple",
252
+ "value_pt_BR": "Roxo",
253
+ "value_en_US": "Purple",
254
+ "color": "#3D01A4"
255
+ },
256
+ {
257
+ "key": "background-light-purple",
258
+ "value_pt_BR": "Roxo claro",
259
+ "value_en_US": "Light purple",
260
+ "color": "#B285FF"
261
+ },
262
+ {
263
+ "key": "background-dark-purple",
264
+ "value_pt_BR": "Roxo escuro",
265
+ "value_en_US": "Dark purple",
266
+ "color": "#2D007A"
267
+ },
268
+ {
269
+ "key": "background-red",
270
+ "value_pt_BR": "Vermelho",
271
+ "value_en_US": "Red",
272
+ "color": "#FE2712"
273
+ },
274
+ {
275
+ "key": "background-light-red",
276
+ "value_pt_BR": "Vermelho claro",
277
+ "value_en_US": "Light red",
278
+ "color": "#FE8F84"
279
+ },
280
+ {
281
+ "key": "background-dark-red",
282
+ "value_pt_BR": "Vermelho escuro",
283
+ "value_en_US": "Dark red",
284
+ "color": "#7A0B00"
285
+ },
286
+ {
287
+ "key": "background-orange",
288
+ "value_pt_BR": "Laranja",
289
+ "value_en_US": "Orange",
290
+ "color": "#FB9B02"
291
+ },
292
+ {
293
+ "key": "background-light-orange",
294
+ "value_pt_BR": "Laranja claro",
295
+ "value_en_US": "Light orange",
296
+ "color": "#FFD085"
297
+ },
298
+ {
299
+ "key": "background-dark-orange",
300
+ "value_pt_BR": "Laranja escuro",
301
+ "value_en_US": "Dark orange",
302
+ "color": "#7A4B00"
303
+ },
304
+ {
305
+ "key": "background-yellow",
306
+ "value_pt_BR": "Amarelo",
307
+ "value_en_US": "Yellow",
308
+ "color": "#FFFF33"
309
+ },
310
+ {
311
+ "key": "background-light-yellow",
312
+ "value_pt_BR": "Amarelo claro",
313
+ "value_en_US": "Light yellow",
314
+ "color": "#FFFF85"
315
+ },
316
+ {
317
+ "key": "background-dark-yellow",
318
+ "value_pt_BR": "Amarelo escuro",
319
+ "value_en_US": "Dark Yellow",
320
+ "color": "#7A7A00"
321
+ },
322
+ {
323
+ "key": "background-green",
324
+ "value_pt_BR": "Verde",
325
+ "value_en_US": "Green",
326
+ "color": "#66B032"
327
+ },
328
+ {
329
+ "key": "background-light-green",
330
+ "value_pt_BR": "Verde claro",
331
+ "value_en_US": "Light green",
332
+ "color": "#B7FF85"
333
+ },
334
+ {
335
+ "key": "background-dark-green",
336
+ "value_pt_BR": "Verde escuro",
337
+ "value_en_US": "Dark green",
338
+ "color": "#337A00"
339
+ }
340
+ ]
341
+ },
342
+ {
343
+ "name": "tabs-size",
344
+ "type": "options",
345
+ "target": "class",
346
+ "values": [
347
+ {
348
+ "key": "icon-size-small",
349
+ "value_pt_BR": "Pequeno",
350
+ "value_en_US": "Small"
351
+ },
352
+ {
353
+ "key": "icon-size-medium",
354
+ "value_pt_BR": "Médio",
355
+ "value_en_US": "Medium"
356
+ },
357
+ {
358
+ "key": "icon-size-large",
359
+ "value_pt_BR": "Grande",
360
+ "value_en_US": "Large"
361
+ },
362
+ {
363
+ "key": "icon-size-extra-large",
364
+ "value_pt_BR": "Super grande",
365
+ "value_en_US": "Extra large"
366
+ }
367
+ ]
368
+ }
369
+ ],
370
+ "styles": [
371
+ {
372
+ "selector": "ion-tabs#{id} .tabs",
373
+ "text_pt_BR": "Plano de fundo",
374
+ "text_en_US": "Background"
375
+ },
376
+ {
377
+ "selector": "ion-tabs#{id} .tab-item",
378
+ "text_pt_BR": "Ícones",
379
+ "text_en_US": "Icons"
380
+ }
381
+ ]
382
+ }
@@ -0,0 +1,36 @@
1
+ {
2
+ "name": "crn-tabs",
3
+ "text_pt_BR": "Abas",
4
+ "text_en_US": "Tabs",
5
+ "class": "cpn cpn-tabs",
6
+ "pallete": false,
7
+ "properties": {
8
+ "orientation": {
9
+ "removable": false,
10
+ "type": "list",
11
+ "options": [
12
+ {
13
+ "key": "top",
14
+ "value": "No topo"
15
+ },
16
+ {
17
+ "key": "bottom",
18
+ "value": "Na base"
19
+ }
20
+ ]
21
+ }
22
+ },
23
+ "handleRules": {
24
+ "canOrder": true,
25
+ "canActivate": true,
26
+ "canIncrement": true,
27
+ "rules": [
28
+ {
29
+ "activeClass": "active",
30
+ "sourceHTML": "<a href='#' class='tab-item component-holder' target='_self' data-component='crn-anchor'>Link</a>",
31
+ "targetSelector": "div.tabs"
32
+ }
33
+ ]
34
+ },
35
+ "templateURL": "src/main/mobileapp/www/node_modules/cronapp-framework-mobile-js/dist/components/templates/tabs.template.html"
36
+ }
@@ -0,0 +1,109 @@
1
+ {
2
+ "name": "crn-textarea",
3
+ "text_pt_BR": "Área de texto",
4
+ "text_en_US": "Textarea",
5
+ "image": "/node_modules/cronapp-framework-mobile-js/img/cron-icon/crn-textarea.svg",
6
+ "description": "Campo para inserir texto longo",
7
+ "description_en_US": "Long text input field",
8
+ "category": [
9
+ "INPUTS", "FORMS"
10
+ ],
11
+ "wrapper": false,
12
+ "templateURL": "src/main/mobileapp/www/node_modules/cronapp-framework-mobile-js/dist/components/templates/textarea.template.html",
13
+ "properties": {
14
+ "class": {
15
+ "order": 9999
16
+ },
17
+ "cronapp-security": {
18
+ "order": 9998
19
+ },
20
+ "id": {
21
+ "order": 9996
22
+ },
23
+ "ng-show": {
24
+ "order": 9997
25
+ },
26
+ "style": {
27
+ "order": 9997
28
+ },
29
+ "ng-model": {
30
+ "onSave": "javascript:function() { var result = arguments[0]; if (result.indexOf('.') == -1) { result = 'vars.'+result; } return result; }",
31
+ "onDisplay": "javascript:function() { return arguments[0].replace('vars.',''); }",
32
+ "order": 1,
33
+ "mandatory": true
34
+ },
35
+ "placeholder": {
36
+ "order": 3
37
+ },
38
+ "rows": {
39
+ "displayName_pt_BR": "Quantidade de linhas",
40
+ "displayName_en_US": "Number of lines",
41
+ "order": 4
42
+ },
43
+ "resize": {
44
+ "displayName_pt_BR": "Redimensionável",
45
+ "displayName_en_US": "Resize",
46
+ "order": 5
47
+ },
48
+ "ng-keydown": {
49
+ "type": "event"
50
+ },
51
+ "ng-keypress": {
52
+ "type": "event"
53
+ },
54
+ "ng-focus": {
55
+ "type": "event"
56
+ },
57
+ "ng-blur": {
58
+ "type": "event"
59
+ }
60
+ },
61
+ "rows": {
62
+ "displayName": "rows"
63
+ },
64
+ "attributesForPreview": [
65
+ {
66
+ "name": "resize",
67
+ "type": "options",
68
+ "target": "style",
69
+ "values": [
70
+ {
71
+ "key": "resize:none;",
72
+ "value_pt_BR": "Nenhum",
73
+ "value_en_US": "None"
74
+ },
75
+ {
76
+ "key": "resize:horizontal;",
77
+ "value": "Horizontal"
78
+ },
79
+ {
80
+ "key": "resize:vertical;",
81
+ "value": "Vertical"
82
+ },
83
+ {
84
+ "key": "resize:both;",
85
+ "value_pt_BR": "Ambos",
86
+ "value_en_US": "Both"
87
+ }
88
+ ]
89
+ }
90
+ ],
91
+ "childrenProperties": [
92
+ {
93
+ "name": "minlength",
94
+ "selector": "input",
95
+ "type": "text",
96
+ "displayName_pt_BR": "Tamanho mínimo",
97
+ "displayName_en_US": "Minimum size",
98
+ "order": 1
99
+ },
100
+ {
101
+ "name": "maxlength",
102
+ "selector": "input",
103
+ "type": "text",
104
+ "displayName_pt_BR": "Máximo de caracteres",
105
+ "displayName_en_US": "Maximum characters",
106
+ "order": 2
107
+ }
108
+ ]
109
+ }
@@ -0,0 +1,161 @@
1
+ {
2
+ "name": "crn-toggle",
3
+ "text_pt_BR": "Alternância",
4
+ "text_en_US": "Toggle",
5
+ "image": "/node_modules/cronapp-framework-mobile-js/img/cron-icon/crn-toggle.svg",
6
+ "description": "Campo com texto e botão de verdadeiro ou falso",
7
+ "description_en_US": "Field with text and true or false button",
8
+ "category": [
9
+ "LISTS"
10
+ ],
11
+ "wrapper": false,
12
+ "templateURL": "src/main/mobileapp/www/node_modules/cronapp-framework-mobile-js/dist/components/templates/toggle.template.html",
13
+ "properties": {
14
+ "id": {
15
+ "order": 1
16
+ },
17
+ "class": {
18
+ "order": 9999
19
+ },
20
+ "ng-initial-value": {
21
+ "displayName_pt_BR": "Valor inicial",
22
+ "displayName_en_US": "Initial value"
23
+ }
24
+ },
25
+ "childrenProperties": [
26
+ {
27
+ "name": "ng-model",
28
+ "selector": "input",
29
+ "type": "text",
30
+ "order": 2,
31
+ "mandatory": true
32
+ },
33
+ {
34
+ "name": "ng-initial-value",
35
+ "selector": "input",
36
+ "order": 3
37
+ },
38
+ {
39
+ "name": "content",
40
+ "selector": "span",
41
+ "displayName_pt_BR": "Título",
42
+ "displayName_en_US": "Title",
43
+ "type": "text",
44
+ "order": 1
45
+ },
46
+ {
47
+ "name": "xattr-theme",
48
+ "displayName_pt_BR": "Tema do botão",
49
+ "displayName_en_US": "Button theme",
50
+ "selector": "div:first",
51
+ "type": "options"
52
+ },
53
+ {
54
+ "name": "ng-click",
55
+ "selector": "input",
56
+ "type": "event"
57
+ },
58
+ {
59
+ "name": "on-double-tap",
60
+ "selector": "input",
61
+ "type": "event"
62
+ },
63
+ {
64
+ "name": "on-tap",
65
+ "selector": "label",
66
+ "type": "event"
67
+ }
68
+ ],
69
+ "attributesForPreview": [
70
+ {
71
+ "name": "ng-initial-value",
72
+ "type": "options",
73
+ "target": "input",
74
+ "values": [
75
+ {
76
+ "key": "true",
77
+ "value_pt_BR": "Habilitado",
78
+ "value_en_US": "Abled"
79
+ },
80
+ {
81
+ "key": "false",
82
+ "value_pt_BR": "Desabilitado",
83
+ "value_en_US": "Disabled"
84
+ }
85
+ ]
86
+ },
87
+ {
88
+ "name": "xattr-theme",
89
+ "type": "options",
90
+ "target": "class",
91
+ "values": [
92
+ {
93
+ "key": "toggle-assertive",
94
+ "value_pt_BR": "Assertivo",
95
+ "value_en_US": "Assertive",
96
+ "color": "#ef473a"
97
+ },
98
+ {
99
+ "key": "toggle-balanced",
100
+ "value_pt_BR": "Equilibrado",
101
+ "value_en_US": "Balanced",
102
+ "color": "#33cd5f"
103
+ },
104
+ {
105
+ "key": "toggle-energized",
106
+ "value_pt_BR": "Energizado",
107
+ "value_en_US": "Energized",
108
+ "color": "#ffc900"
109
+ },
110
+ {
111
+ "key": "toggle-light",
112
+ "value_pt_BR": "Claro",
113
+ "value_en_US": "Light",
114
+ "color": "#fff"
115
+ },
116
+ {
117
+ "key": "toggle-stable",
118
+ "value_pt_BR": "Estável",
119
+ "value_en_US": "Stable",
120
+ "color": "#f8f8f8"
121
+ },
122
+ {
123
+ "key": "toggle-calm",
124
+ "value_pt_BR": "Calmo",
125
+ "value_en_US": "Calm",
126
+ "color": "#11c1f3"
127
+ },
128
+ {
129
+ "key": "toggle-positive",
130
+ "value_pt_BR": "Positivo",
131
+ "value_en_US": "Positive",
132
+ "color": "#387ef5"
133
+ },
134
+ {
135
+ "key": "toggle-royal",
136
+ "value_pt_BR": "Real",
137
+ "value_en_US": "Royal",
138
+ "color": "#886aea"
139
+ },
140
+ {
141
+ "key": "toggle-dark",
142
+ "value_pt_BR": "Escuro",
143
+ "value_en_US": "Dark",
144
+ "color": "#444"
145
+ }
146
+ ]
147
+ }
148
+ ],
149
+ "styles": [
150
+ {
151
+ "selector": "label#{id}",
152
+ "text_pt_BR": "Plano de fundo",
153
+ "text_en_US": "Background"
154
+ },
155
+ {
156
+ "selector": "label#{id} .toggle .handle",
157
+ "text_pt_BR": "Botão de alternância",
158
+ "text_en_US": "Toggle Button"
159
+ }
160
+ ]
161
+ }