cronapp-framework-mobile-js 2.9.1 → 2.9.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 (492) hide show
  1. package/components/crn-button.components.json +42 -21
  2. package/components/crn-checkbox.components.json +20 -10
  3. package/components/crn-filter-button.components.json +21 -11
  4. package/components/crn-input-button.components.json +20 -10
  5. package/components/crn-ion-footer-bar.components.json +40 -20
  6. package/components/crn-ion-segment.components.json +20 -10
  7. package/components/crn-list-swipe.components.json +1 -1
  8. package/components/crn-signature-pad.components.json +2 -3
  9. package/components/crn-toggle.components.json +20 -10
  10. package/components/css/crn-ion-segment.css +3 -9
  11. package/components/templates/item.avatar.template.html +1 -1
  12. package/components/templates/item.swipe.template.html +3 -3
  13. package/components/templates/item.thumbnail.template.html +1 -1
  14. package/components/templates/list.avatar.template.html +1 -1
  15. package/components/templates/list.swipe.template.html +3 -3
  16. package/components/templates/list.thumbnail.template.html +1 -1
  17. package/{deprecated/components/templates/menu.template.html → components/templates/public.menu.template.html} +3 -3
  18. package/css/app_2.9.css +15 -2
  19. package/css/themes/custom/aquamarine/bar-aquamarine.css +7 -7
  20. package/css/themes/custom/aquamarine/button-aquamarine.css +51 -0
  21. package/css/themes/custom/aquamarine/custom-aquamarine.css +145 -83
  22. package/css/themes/custom/cerulean/button-cerulean.css +60 -9
  23. package/css/themes/custom/cerulean/crn-ion-segment-cerulean.css +8 -0
  24. package/css/themes/custom/cerulean/custom-cerulean.css +123 -63
  25. package/css/themes/custom/cosmo/custom-cosmo.css +59 -0
  26. package/css/themes/custom/cyborg/custom-cyborg.css +59 -0
  27. package/css/themes/custom/darkly/custom-darkly.css +88 -17
  28. package/css/themes/custom/dsgov/button-dsgov.css +96 -15
  29. package/css/themes/custom/dsgov/custom-dsgov.css +104 -45
  30. package/css/themes/custom/flatly/custom-flatly.css +60 -1
  31. package/css/themes/custom/fuse/button-fuse.css +91 -12
  32. package/css/themes/custom/fuse/custom-fuse.css +112 -29
  33. package/css/themes/custom/journal/custom-journal.css +68 -11
  34. package/css/themes/custom/material/custom-material.css +176 -87
  35. package/css/themes/custom/theme-general/button.css +30 -30
  36. package/css/themes/deprecated/cronos.css +55 -0
  37. package/{deprecated/css → css/themes/deprecated}/custom-ionic.css +0 -0
  38. package/{deprecated/css → css/themes/deprecated}/groupingOfCss/checkbox.css +0 -0
  39. package/{deprecated/css → css/themes/deprecated}/groupingOfCss/col.css +0 -0
  40. package/{deprecated/css → css/themes/deprecated}/groupingOfCss/dynamicImage.css +0 -0
  41. package/{deprecated/css → css/themes/deprecated}/groupingOfCss/import_groupingOfCss.css +0 -0
  42. package/{deprecated/css → css/themes/deprecated}/groupingOfCss/login.css +0 -0
  43. package/{deprecated/css → css/themes/deprecated}/groupingOfCss/qrCodeCronapp.css +0 -0
  44. package/{deprecated/css → css/themes/deprecated}/groupingOfCss/upload-image.css +0 -0
  45. package/{deprecated/css/app.css → css/themes/deprecated/material.min.css} +38 -26
  46. package/{deprecated/css → css/themes/deprecated}/old/modal.css +0 -0
  47. package/css/themes/theme.editor.view.html +3 -11
  48. package/dist/components/css/crn-ion-segment.css +1 -1
  49. package/dist/components/templates/item.avatar.template.html +1 -1
  50. package/dist/components/templates/item.swipe.template.html +1 -1
  51. package/dist/components/templates/item.thumbnail.template.html +1 -1
  52. package/dist/components/templates/list.avatar.template.html +1 -1
  53. package/dist/components/templates/list.swipe.template.html +1 -1
  54. package/dist/components/templates/list.thumbnail.template.html +1 -1
  55. package/{deprecated/dist/components/templates/menu.template.html → dist/components/templates/public.menu.template.html} +1 -1
  56. package/dist/css/app_2.9.css +1 -1
  57. package/dist/css/themes/custom/aquamarine/bar-aquamarine.css +1 -1
  58. package/dist/css/themes/custom/aquamarine/button-aquamarine.css +1 -1
  59. package/dist/css/themes/custom/aquamarine/custom-aquamarine.css +1 -1
  60. package/dist/css/themes/custom/cerulean/button-cerulean.css +1 -1
  61. package/dist/css/themes/custom/cerulean/crn-ion-segment-cerulean.css +1 -1
  62. package/dist/css/themes/custom/cerulean/custom-cerulean.css +1 -1
  63. package/dist/css/themes/custom/cosmo/custom-cosmo.css +1 -1
  64. package/dist/css/themes/custom/cyborg/custom-cyborg.css +1 -1
  65. package/dist/css/themes/custom/darkly/custom-darkly.css +1 -1
  66. package/dist/css/themes/custom/dsgov/button-dsgov.css +1 -1
  67. package/dist/css/themes/custom/dsgov/custom-dsgov.css +1 -1
  68. package/dist/css/themes/custom/flatly/custom-flatly.css +1 -1
  69. package/dist/css/themes/custom/fuse/button-fuse.css +1 -1
  70. package/dist/css/themes/custom/fuse/custom-fuse.css +1 -1
  71. package/dist/css/themes/custom/journal/custom-journal.css +1 -1
  72. package/dist/css/themes/custom/material/custom-material.css +1 -1
  73. package/dist/css/themes/custom/theme-general/button.css +1 -1
  74. package/{deprecated/dist/css → dist/css/themes/deprecated}/cronos.css +0 -0
  75. package/{deprecated/dist/css → dist/css/themes/deprecated}/custom-ionic.css +0 -0
  76. package/{deprecated/dist/css → dist/css/themes/deprecated}/groupingOfCss/checkbox.css +0 -0
  77. package/{deprecated/dist/css → dist/css/themes/deprecated}/groupingOfCss/col.css +0 -0
  78. package/{deprecated/dist/css → dist/css/themes/deprecated}/groupingOfCss/dynamicImage.css +0 -0
  79. package/{deprecated/dist/css → dist/css/themes/deprecated}/groupingOfCss/import_groupingOfCss.css +0 -0
  80. package/{deprecated/dist/css → dist/css/themes/deprecated}/groupingOfCss/login.css +0 -0
  81. package/{deprecated/dist/css → dist/css/themes/deprecated}/groupingOfCss/qrCodeCronapp.css +0 -0
  82. package/{deprecated/dist/css → dist/css/themes/deprecated}/groupingOfCss/upload-image.css +0 -0
  83. package/dist/css/themes/deprecated/material.min.css +1 -0
  84. package/{deprecated/dist/css → dist/css/themes/deprecated}/old/modal.css +0 -0
  85. package/dist/css/themes/theme.editor.view.html +1 -1
  86. package/dist/js/app.authentication.js +1 -1
  87. package/dist/js/directives.js +2 -2
  88. package/js/app.authentication.js +1 -1
  89. package/js/directives.js +114 -56
  90. package/lib/ionic/js/ionic.bundle.js +17 -2
  91. package/package.json +1 -1
  92. package/deprecated/components/crn-QRCode.components.json +0 -54
  93. package/deprecated/components/crn-anchor.components.json +0 -89
  94. package/deprecated/components/crn-button-bar.components.json +0 -64
  95. package/deprecated/components/crn-button.components.json +0 -316
  96. package/deprecated/components/crn-card.components.json +0 -95
  97. package/deprecated/components/crn-chart.components.json +0 -57
  98. package/deprecated/components/crn-chat.components.json +0 -8
  99. package/deprecated/components/crn-checkbox.components.json +0 -184
  100. package/deprecated/components/crn-complex-search.components.json +0 -43
  101. package/deprecated/components/crn-container.components.json +0 -21
  102. package/deprecated/components/crn-cron-crud.components.json +0 -21
  103. package/deprecated/components/crn-datasource.components.json +0 -181
  104. package/deprecated/components/crn-dynamic-file.components.json +0 -85
  105. package/deprecated/components/crn-dynamic-image.components.json +0 -153
  106. package/deprecated/components/crn-dynamic-select.components.json +0 -111
  107. package/deprecated/components/crn-evaluation.components.json +0 -64
  108. package/deprecated/components/crn-filter-button.components.json +0 -305
  109. package/deprecated/components/crn-form-template.components.json +0 -11
  110. package/deprecated/components/crn-header-button.components.json +0 -63
  111. package/deprecated/components/crn-heading.components.json +0 -109
  112. package/deprecated/components/crn-icon.components.json +0 -258
  113. package/deprecated/components/crn-image.components.json +0 -121
  114. package/deprecated/components/crn-infinite-scroll.components.json +0 -32
  115. package/deprecated/components/crn-input-button.components.json +0 -205
  116. package/deprecated/components/crn-input-floating.components.json +0 -196
  117. package/deprecated/components/crn-input-icon.components.json +0 -187
  118. package/deprecated/components/crn-input-inline.components.json +0 -198
  119. package/deprecated/components/crn-input.components.json +0 -185
  120. package/deprecated/components/crn-ion-content.components.json +0 -24
  121. package/deprecated/components/crn-ion-footer-bar.components.json +0 -351
  122. package/deprecated/components/crn-ion-header-bar.components.json +0 -211
  123. package/deprecated/components/crn-ion-list.components.json +0 -152
  124. package/deprecated/components/crn-ion-nav-buttons.components.json +0 -63
  125. package/deprecated/components/crn-ion-segment-item.components.json +0 -65
  126. package/deprecated/components/crn-ion-segment.components.json +0 -974
  127. package/deprecated/components/crn-ion-tab-item.components.json +0 -50
  128. package/deprecated/components/crn-ion-tab.components.json +0 -138
  129. package/deprecated/components/crn-item-options.components.json +0 -26
  130. package/deprecated/components/crn-item-select.components.json +0 -69
  131. package/deprecated/components/crn-item-swipe.components.json +0 -62
  132. package/deprecated/components/crn-kendo-chat.components.json +0 -88
  133. package/deprecated/components/crn-label.components.json +0 -113
  134. package/deprecated/components/crn-list-avatar.components.json +0 -260
  135. package/deprecated/components/crn-list-icon.components.json +0 -249
  136. package/deprecated/components/crn-list-item-avatar.components.json +0 -236
  137. package/deprecated/components/crn-list-item-icon.components.json +0 -242
  138. package/deprecated/components/crn-list-item-thumbnail.components.json +0 -226
  139. package/deprecated/components/crn-list-item.components.json +0 -160
  140. package/deprecated/components/crn-list-simple.components.json +0 -180
  141. package/deprecated/components/crn-list-swipe.components.json +0 -105
  142. package/deprecated/components/crn-list-thumbnail.components.json +0 -248
  143. package/deprecated/components/crn-list.components.json +0 -75
  144. package/deprecated/components/crn-map.components.json +0 -55
  145. package/deprecated/components/crn-mobile-menu.components.json +0 -32
  146. package/deprecated/components/crn-multiselect.components.json +0 -110
  147. package/deprecated/components/crn-navbar.components.json +0 -106
  148. package/deprecated/components/crn-option-button.components.json +0 -72
  149. package/deprecated/components/crn-paragraph.components.json +0 -110
  150. package/deprecated/components/crn-radio.components.json +0 -90
  151. package/deprecated/components/crn-radioOption.components.json +0 -23
  152. package/deprecated/components/crn-range.components.json +0 -106
  153. package/deprecated/components/crn-rating.components.json +0 -189
  154. package/deprecated/components/crn-search.components.json +0 -210
  155. package/deprecated/components/crn-select-options.components.json +0 -17
  156. package/deprecated/components/crn-select.components.json +0 -93
  157. package/deprecated/components/crn-slider-item.components.json +0 -236
  158. package/deprecated/components/crn-slider.components.json +0 -105
  159. package/deprecated/components/crn-spacer.components.json +0 -21
  160. package/deprecated/components/crn-start.components.json +0 -10
  161. package/deprecated/components/crn-tabs-icon-only-item.components.json +0 -85
  162. package/deprecated/components/crn-tabs-icon-only.components.json +0 -382
  163. package/deprecated/components/crn-tabs.components.json +0 -36
  164. package/deprecated/components/crn-textarea.components.json +0 -109
  165. package/deprecated/components/crn-toggle.components.json +0 -161
  166. package/deprecated/components/crn-video.components.json +0 -67
  167. package/deprecated/components/css/app.css +0 -78
  168. package/deprecated/components/css/background-color.css +0 -121
  169. package/deprecated/components/css/chatStyle.css +0 -221
  170. package/deprecated/components/css/color-default.css +0 -83
  171. package/deprecated/components/css/crn-ion-segment.css +0 -786
  172. package/deprecated/components/css/icon-size.css +0 -15
  173. package/deprecated/components/css/multiselect-editor.css +0 -119
  174. package/deprecated/components/css/tabs-color.css +0 -248
  175. package/deprecated/components/js/format.min.js +0 -2
  176. package/deprecated/components/js/jquery.inputmask.bundle.js +0 -3883
  177. package/deprecated/components/js/jquery.mask.min.js +0 -19
  178. package/deprecated/components/js/pouchdb.cordova-sqlite.js +0 -5540
  179. package/deprecated/components/js/qrcode.js +0 -1319
  180. package/deprecated/components/reports/BOOLEAN.parameter.html +0 -10
  181. package/deprecated/components/reports/DATE.parameter.html +0 -4
  182. package/deprecated/components/reports/DOUBLE.parameter.html +0 -4
  183. package/deprecated/components/reports/FLOAT.parameter.html +0 -4
  184. package/deprecated/components/reports/INTEGER.parameter.html +0 -4
  185. package/deprecated/components/reports/LONG.parameter.html +0 -5
  186. package/deprecated/components/reports/STRING.parameter.html +0 -5
  187. package/deprecated/components/reports/reports.parameters.html +0 -20
  188. package/deprecated/components/templates/advanced.list.designtime.html +0 -33
  189. package/deprecated/components/templates/advanced.list.template.html +0 -1
  190. package/deprecated/components/templates/anchor.template.html +0 -1
  191. package/deprecated/components/templates/button-bar.template.html +0 -5
  192. package/deprecated/components/templates/button-report.template.html +0 -1
  193. package/deprecated/components/templates/button.template.html +0 -4
  194. package/deprecated/components/templates/card.template.html +0 -7
  195. package/deprecated/components/templates/chat.template.html +0 -39
  196. package/deprecated/components/templates/checkbox.template.html +0 -8
  197. package/deprecated/components/templates/combobox.designtime.html +0 -12
  198. package/deprecated/components/templates/combobox.template.html +0 -8
  199. package/deprecated/components/templates/complexsearch.template.html +0 -7
  200. package/deprecated/components/templates/crn-ion-segment-item.template.html +0 -6
  201. package/deprecated/components/templates/crn-ion-segment.template.html +0 -27
  202. package/deprecated/components/templates/cron-crud.template.html +0 -7
  203. package/deprecated/components/templates/cron-mobile-menu.designtime.html +0 -10
  204. package/deprecated/components/templates/div.horizontal.template.html +0 -27
  205. package/deprecated/components/templates/div.vertical.template.html +0 -11
  206. package/deprecated/components/templates/dynamic-combobox.template.html +0 -6
  207. package/deprecated/components/templates/dynamicfile.template.html +0 -8
  208. package/deprecated/components/templates/dynamicimage.designtime.html +0 -10
  209. package/deprecated/components/templates/dynamicimage.template.html +0 -9
  210. package/deprecated/components/templates/evaluation.designtime.html +0 -7
  211. package/deprecated/components/templates/evaluation.template.html +0 -1
  212. package/deprecated/components/templates/filterbutton.template.html +0 -3
  213. package/deprecated/components/templates/floattextinput.designtime.html +0 -4
  214. package/deprecated/components/templates/floattextinput.template.html +0 -4
  215. package/deprecated/components/templates/form.template.html +0 -5
  216. package/deprecated/components/templates/header.template.html +0 -3
  217. package/deprecated/components/templates/icontextinput.template.html +0 -4
  218. package/deprecated/components/templates/image.template.html +0 -18
  219. package/deprecated/components/templates/inlinetextinput.template.html +0 -4
  220. package/deprecated/components/templates/ion-footer-bar.template.html +0 -15
  221. package/deprecated/components/templates/ion-header-bar.template.html +0 -13
  222. package/deprecated/components/templates/ion-tab-item.designtime.html +0 -5
  223. package/deprecated/components/templates/ion-tab.template.html +0 -8
  224. package/deprecated/components/templates/item.avatar.template.html +0 -5
  225. package/deprecated/components/templates/item.icon.template.html +0 -4
  226. package/deprecated/components/templates/item.options.template.html +0 -14
  227. package/deprecated/components/templates/item.slider.template.html +0 -4
  228. package/deprecated/components/templates/item.swipe.template.html +0 -14
  229. package/deprecated/components/templates/item.template.html +0 -5
  230. package/deprecated/components/templates/item.thumbnail.template.html +0 -5
  231. package/deprecated/components/templates/kendo-chat.designtime.html +0 -20
  232. package/deprecated/components/templates/kendo-chat.template.html +0 -75
  233. package/deprecated/components/templates/list.avatar.template.html +0 -7
  234. package/deprecated/components/templates/list.icon.template.html +0 -6
  235. package/deprecated/components/templates/list.swipe.template.html +0 -16
  236. package/deprecated/components/templates/list.template.html +0 -5
  237. package/deprecated/components/templates/list.thumbnail.template.html +0 -7
  238. package/deprecated/components/templates/maps.designtime.html +0 -1
  239. package/deprecated/components/templates/maps.template.html +0 -1
  240. package/deprecated/components/templates/multiselect.template.html +0 -5
  241. package/deprecated/components/templates/nav.bar.template.html +0 -5
  242. package/deprecated/components/templates/publicMenu.template.html +0 -14
  243. package/deprecated/components/templates/radiogroup-dynamic.template.html +0 -15
  244. package/deprecated/components/templates/radiogroup.template.html +0 -21
  245. package/deprecated/components/templates/range.template.html +0 -5
  246. package/deprecated/components/templates/rating.template.html +0 -9
  247. package/deprecated/components/templates/search.template.html +0 -6
  248. package/deprecated/components/templates/slider.template.html +0 -20
  249. package/deprecated/components/templates/tabs-icon-only.template.html +0 -16
  250. package/deprecated/components/templates/tabs.template.html +0 -5
  251. package/deprecated/components/templates/textarea.template.html +0 -1
  252. package/deprecated/components/templates/textinput.template.html +0 -3
  253. package/deprecated/components/templates/textinputbutton.template.html +0 -12
  254. package/deprecated/components/templates/title.template.html +0 -1
  255. package/deprecated/components/templates/toggle-dynamic.template.html +0 -11
  256. package/deprecated/components/templates/toggle.template.html +0 -9
  257. package/deprecated/components/templates/video.designtime.html +0 -2
  258. package/deprecated/components/templates/video.template.html +0 -1
  259. package/deprecated/components/templates/views/public/home.view.html +0 -16
  260. package/deprecated/components/templates/views/public/menu.view.html +0 -20
  261. package/deprecated/components/upload/upload.html +0 -41
  262. package/deprecated/css/themes/custom/material/custom-material.css +0 -12
  263. package/deprecated/css/themes/material.min.css +0 -4
  264. package/deprecated/dist/components/css/app.css +0 -1
  265. package/deprecated/dist/components/css/background-color.css +0 -1
  266. package/deprecated/dist/components/css/chatStyle.css +0 -1
  267. package/deprecated/dist/components/css/color-default.css +0 -1
  268. package/deprecated/dist/components/css/crn-ion-segment.css +0 -1
  269. package/deprecated/dist/components/css/icon-size.css +0 -1
  270. package/deprecated/dist/components/css/multiselect-editor.css +0 -1
  271. package/deprecated/dist/components/css/tabs-color.css +0 -1
  272. package/deprecated/dist/components/js/format.min.js +0 -1
  273. package/deprecated/dist/components/js/jquery.inputmask.bundle.js +0 -3
  274. package/deprecated/dist/components/js/jquery.mask.min.js +0 -1
  275. package/deprecated/dist/components/js/pouchdb.cordova-sqlite.js +0 -2
  276. package/deprecated/dist/components/js/qrcode.js +0 -1
  277. package/deprecated/dist/components/templates/advanced.list.designtime.html +0 -1
  278. package/deprecated/dist/components/templates/advanced.list.template.html +0 -1
  279. package/deprecated/dist/components/templates/anchor.template.html +0 -1
  280. package/deprecated/dist/components/templates/button-bar.template.html +0 -1
  281. package/deprecated/dist/components/templates/button-report.template.html +0 -1
  282. package/deprecated/dist/components/templates/button.template.html +0 -1
  283. package/deprecated/dist/components/templates/card.template.html +0 -1
  284. package/deprecated/dist/components/templates/chat.template.html +0 -1
  285. package/deprecated/dist/components/templates/checkbox.template.html +0 -1
  286. package/deprecated/dist/components/templates/combobox.designtime.html +0 -1
  287. package/deprecated/dist/components/templates/combobox.template.html +0 -1
  288. package/deprecated/dist/components/templates/complexsearch.template.html +0 -1
  289. package/deprecated/dist/components/templates/crn-ion-segment-item.template.html +0 -1
  290. package/deprecated/dist/components/templates/crn-ion-segment.template.html +0 -1
  291. package/deprecated/dist/components/templates/cron-crud.template.html +0 -1
  292. package/deprecated/dist/components/templates/cron-mobile-menu.designtime.html +0 -1
  293. package/deprecated/dist/components/templates/div.horizontal.template.html +0 -1
  294. package/deprecated/dist/components/templates/div.vertical.template.html +0 -1
  295. package/deprecated/dist/components/templates/dynamic-combobox.template.html +0 -1
  296. package/deprecated/dist/components/templates/dynamicfile.template.html +0 -1
  297. package/deprecated/dist/components/templates/dynamicimage.designtime.html +0 -1
  298. package/deprecated/dist/components/templates/dynamicimage.template.html +0 -1
  299. package/deprecated/dist/components/templates/evaluation.designtime.html +0 -1
  300. package/deprecated/dist/components/templates/evaluation.template.html +0 -1
  301. package/deprecated/dist/components/templates/filterbutton.template.html +0 -1
  302. package/deprecated/dist/components/templates/floattextinput.designtime.html +0 -1
  303. package/deprecated/dist/components/templates/floattextinput.template.html +0 -1
  304. package/deprecated/dist/components/templates/form.template.html +0 -1
  305. package/deprecated/dist/components/templates/header.template.html +0 -1
  306. package/deprecated/dist/components/templates/iconinput.template.html +0 -1
  307. package/deprecated/dist/components/templates/icontextinput.template.html +0 -1
  308. package/deprecated/dist/components/templates/image.template.html +0 -1
  309. package/deprecated/dist/components/templates/inlinetextinput.template.html +0 -1
  310. package/deprecated/dist/components/templates/ion-footer-bar.template.html +0 -1
  311. package/deprecated/dist/components/templates/ion-header-bar.template.html +0 -1
  312. package/deprecated/dist/components/templates/ion-tab-item.designtime.html +0 -1
  313. package/deprecated/dist/components/templates/ion-tab.designtime.html +0 -1
  314. package/deprecated/dist/components/templates/ion-tab.template.html +0 -1
  315. package/deprecated/dist/components/templates/item.avatar.template.html +0 -1
  316. package/deprecated/dist/components/templates/item.icon.template.html +0 -1
  317. package/deprecated/dist/components/templates/item.options.template.html +0 -1
  318. package/deprecated/dist/components/templates/item.slider.template.html +0 -1
  319. package/deprecated/dist/components/templates/item.swipe.template.html +0 -1
  320. package/deprecated/dist/components/templates/item.template.html +0 -1
  321. package/deprecated/dist/components/templates/item.thumbnail.template.html +0 -1
  322. package/deprecated/dist/components/templates/kendo-chat.designtime.html +0 -1
  323. package/deprecated/dist/components/templates/kendo-chat.template.html +0 -1
  324. package/deprecated/dist/components/templates/list.avatar.template.html +0 -1
  325. package/deprecated/dist/components/templates/list.icon.template.html +0 -1
  326. package/deprecated/dist/components/templates/list.swipe.template.html +0 -1
  327. package/deprecated/dist/components/templates/list.template.html +0 -1
  328. package/deprecated/dist/components/templates/list.thumbnail.template.html +0 -1
  329. package/deprecated/dist/components/templates/maps.designtime.html +0 -1
  330. package/deprecated/dist/components/templates/maps.template.html +0 -1
  331. package/deprecated/dist/components/templates/multiselect.template.html +0 -1
  332. package/deprecated/dist/components/templates/nav.bar.template.html +0 -1
  333. package/deprecated/dist/components/templates/publicMenu.template.html +0 -1
  334. package/deprecated/dist/components/templates/radiogroup-dynamic.template.html +0 -1
  335. package/deprecated/dist/components/templates/radiogroup.template.html +0 -1
  336. package/deprecated/dist/components/templates/range.template.html +0 -1
  337. package/deprecated/dist/components/templates/rating.template.html +0 -1
  338. package/deprecated/dist/components/templates/search.template.html +0 -1
  339. package/deprecated/dist/components/templates/slider.template.html +0 -1
  340. package/deprecated/dist/components/templates/tabs-icon-only.template.html +0 -1
  341. package/deprecated/dist/components/templates/tabs.template.html +0 -1
  342. package/deprecated/dist/components/templates/textarea.template.html +0 -1
  343. package/deprecated/dist/components/templates/textinput.template.html +0 -1
  344. package/deprecated/dist/components/templates/textinputbutton.template.html +0 -1
  345. package/deprecated/dist/components/templates/title.template.html +0 -1
  346. package/deprecated/dist/components/templates/toggle-dynamic.template.html +0 -1
  347. package/deprecated/dist/components/templates/toggle.template.html +0 -1
  348. package/deprecated/dist/components/templates/video.designtime.html +0 -1
  349. package/deprecated/dist/components/templates/video.template.html +0 -1
  350. package/deprecated/dist/components/templates/views/public/home.view.html +0 -1
  351. package/deprecated/dist/components/templates/views/public/menu.view.html +0 -1
  352. package/deprecated/dist/css/app.css +0 -1
  353. package/deprecated/dist/i18n/locale_en_us.json +0 -126
  354. package/deprecated/dist/i18n/locale_pt_br.json +0 -126
  355. package/deprecated/dist/img/cron-icon/crn-QRCode.svg +0 -1
  356. package/deprecated/dist/img/cron-icon/crn-anchor.svg +0 -1
  357. package/deprecated/dist/img/cron-icon/crn-button-bar.svg +0 -1
  358. package/deprecated/dist/img/cron-icon/crn-button.svg +0 -1
  359. package/deprecated/dist/img/cron-icon/crn-card.svg +0 -1
  360. package/deprecated/dist/img/cron-icon/crn-carousel.svg +0 -1
  361. package/deprecated/dist/img/cron-icon/crn-chart.svg +0 -1
  362. package/deprecated/dist/img/cron-icon/crn-checkbox.svg +0 -1
  363. package/deprecated/dist/img/cron-icon/crn-container.svg +0 -1
  364. package/deprecated/dist/img/cron-icon/crn-cron-crud.svg +0 -1
  365. package/deprecated/dist/img/cron-icon/crn-datasource.svg +0 -1
  366. package/deprecated/dist/img/cron-icon/crn-dynamic-file.svg +0 -1
  367. package/deprecated/dist/img/cron-icon/crn-dynamic-image.svg +0 -1
  368. package/deprecated/dist/img/cron-icon/crn-enterprise-dynamic-combobox.svg +0 -1
  369. package/deprecated/dist/img/cron-icon/crn-evaluation.svg +0 -1
  370. package/deprecated/dist/img/cron-icon/crn-form.svg +0 -1
  371. package/deprecated/dist/img/cron-icon/crn-header.svg +0 -1
  372. package/deprecated/dist/img/cron-icon/crn-icon.svg +0 -1
  373. package/deprecated/dist/img/cron-icon/crn-image.svg +0 -1
  374. package/deprecated/dist/img/cron-icon/crn-infinite-scroll.svg +0 -1
  375. package/deprecated/dist/img/cron-icon/crn-input-floating.svg +0 -1
  376. package/deprecated/dist/img/cron-icon/crn-input-inline.svg +0 -1
  377. package/deprecated/dist/img/cron-icon/crn-ion-footer-bar.svg +0 -1
  378. package/deprecated/dist/img/cron-icon/crn-ion-list.svg +0 -1
  379. package/deprecated/dist/img/cron-icon/crn-item-swipe.svg +0 -1
  380. package/deprecated/dist/img/cron-icon/crn-kendo-chat.svg +0 -1
  381. package/deprecated/dist/img/cron-icon/crn-label.svg +0 -1
  382. package/deprecated/dist/img/cron-icon/crn-list-avatar.svg +0 -1
  383. package/deprecated/dist/img/cron-icon/crn-list-icon.svg +0 -1
  384. package/deprecated/dist/img/cron-icon/crn-list-item-avatar.svg +0 -1
  385. package/deprecated/dist/img/cron-icon/crn-list-item-icon.svg +0 -1
  386. package/deprecated/dist/img/cron-icon/crn-list-item-thumbnail.svg +0 -1
  387. package/deprecated/dist/img/cron-icon/crn-list-item.svg +0 -1
  388. package/deprecated/dist/img/cron-icon/crn-list-swipe.svg +0 -1
  389. package/deprecated/dist/img/cron-icon/crn-list-thumbnail.svg +0 -1
  390. package/deprecated/dist/img/cron-icon/crn-list.svg +0 -1
  391. package/deprecated/dist/img/cron-icon/crn-map.svg +0 -1
  392. package/deprecated/dist/img/cron-icon/crn-multiselect.svg +0 -1
  393. package/deprecated/dist/img/cron-icon/crn-paragraph.svg +0 -1
  394. package/deprecated/dist/img/cron-icon/crn-plugin.svg +0 -1
  395. package/deprecated/dist/img/cron-icon/crn-radio.svg +0 -1
  396. package/deprecated/dist/img/cron-icon/crn-radiogroup.svg +0 -1
  397. package/deprecated/dist/img/cron-icon/crn-range.svg +0 -1
  398. package/deprecated/dist/img/cron-icon/crn-rating.svg +0 -1
  399. package/deprecated/dist/img/cron-icon/crn-select.svg +0 -1
  400. package/deprecated/dist/img/cron-icon/crn-spacer.svg +0 -1
  401. package/deprecated/dist/img/cron-icon/crn-tabs-icon-only.svg +0 -1
  402. package/deprecated/dist/img/cron-icon/crn-tabs.svg +0 -1
  403. package/deprecated/dist/img/cron-icon/crn-text-component.svg +0 -1
  404. package/deprecated/dist/img/cron-icon/crn-textarea.svg +0 -1
  405. package/deprecated/dist/img/cron-icon/crn-textinput.svg +0 -1
  406. package/deprecated/dist/img/cron-icon/crn-textinputbutton.svg +0 -1
  407. package/deprecated/dist/img/cron-icon/crn-textinputicon.svg +0 -1
  408. package/deprecated/dist/img/cron-icon/crn-toggle.svg +0 -1
  409. package/deprecated/dist/img/cron-icon/crn-video.svg +0 -1
  410. package/deprecated/dist/img/placehold-100x100.png +0 -0
  411. package/deprecated/dist/img/placehold-300x200.png +0 -0
  412. package/deprecated/dist/img/placehold-900x500.png +0 -0
  413. package/deprecated/dist/img/qr-code.png +0 -0
  414. package/deprecated/dist/img/svg-charts.svg +0 -1
  415. package/deprecated/dist/img/user.svg +0 -1
  416. package/deprecated/dist/js/LanguageSelectDirective.js +0 -1
  417. package/deprecated/dist/js/LocaleService.js +0 -1
  418. package/deprecated/dist/js/app.authentication.js +0 -1
  419. package/deprecated/dist/js/app.js +0 -1
  420. package/deprecated/dist/js/controllers.authentication.js +0 -1
  421. package/deprecated/dist/js/controllers.js +0 -1
  422. package/deprecated/dist/js/custom.controllers.js +0 -1
  423. package/deprecated/dist/js/customModules.js +0 -1
  424. package/deprecated/dist/js/customStateProvider.js +0 -0
  425. package/deprecated/dist/js/directives.js +0 -17
  426. package/deprecated/dist/js/filters.js +0 -1
  427. package/deprecated/dist/js/local-dateformat.directive.js +0 -1
  428. package/deprecated/dist/js/reports/parameters.controller.js +0 -1
  429. package/deprecated/dist/js/reports/reports.service.js +0 -1
  430. package/deprecated/dist/js/services.js +0 -1
  431. package/deprecated/dist/js/upload.service.js +0 -1
  432. package/deprecated/img/cron-icon/crn-QRCode.svg +0 -38
  433. package/deprecated/img/cron-icon/crn-anchor.svg +0 -29
  434. package/deprecated/img/cron-icon/crn-button-bar.svg +0 -1
  435. package/deprecated/img/cron-icon/crn-button.svg +0 -24
  436. package/deprecated/img/cron-icon/crn-card.svg +0 -1
  437. package/deprecated/img/cron-icon/crn-carousel.svg +0 -26
  438. package/deprecated/img/cron-icon/crn-chart.svg +0 -19
  439. package/deprecated/img/cron-icon/crn-checkbox.svg +0 -15
  440. package/deprecated/img/cron-icon/crn-container.svg +0 -1
  441. package/deprecated/img/cron-icon/crn-cron-crud.svg +0 -28
  442. package/deprecated/img/cron-icon/crn-datasource.svg +0 -27
  443. package/deprecated/img/cron-icon/crn-dynamic-file.svg +0 -1
  444. package/deprecated/img/cron-icon/crn-dynamic-image.svg +0 -25
  445. package/deprecated/img/cron-icon/crn-enterprise-dynamic-combobox.svg +0 -27
  446. package/deprecated/img/cron-icon/crn-evaluation.svg +0 -1
  447. package/deprecated/img/cron-icon/crn-form.svg +0 -24
  448. package/deprecated/img/cron-icon/crn-header.svg +0 -18
  449. package/deprecated/img/cron-icon/crn-icon.svg +0 -23
  450. package/deprecated/img/cron-icon/crn-image.svg +0 -20
  451. package/deprecated/img/cron-icon/crn-infinite-scroll.svg +0 -1
  452. package/deprecated/img/cron-icon/crn-input-floating.svg +0 -1
  453. package/deprecated/img/cron-icon/crn-input-inline.svg +0 -1
  454. package/deprecated/img/cron-icon/crn-ion-footer-bar.svg +0 -1
  455. package/deprecated/img/cron-icon/crn-ion-list.svg +0 -1
  456. package/deprecated/img/cron-icon/crn-item-swipe.svg +0 -15
  457. package/deprecated/img/cron-icon/crn-kendo-chat.svg +0 -1
  458. package/deprecated/img/cron-icon/crn-label.svg +0 -1
  459. package/deprecated/img/cron-icon/crn-list-avatar.svg +0 -1
  460. package/deprecated/img/cron-icon/crn-list-icon.svg +0 -1
  461. package/deprecated/img/cron-icon/crn-list-item-avatar.svg +0 -1
  462. package/deprecated/img/cron-icon/crn-list-item-icon.svg +0 -1
  463. package/deprecated/img/cron-icon/crn-list-item-thumbnail.svg +0 -1
  464. package/deprecated/img/cron-icon/crn-list-item.svg +0 -1
  465. package/deprecated/img/cron-icon/crn-list-swipe.svg +0 -17
  466. package/deprecated/img/cron-icon/crn-list-thumbnail.svg +0 -17
  467. package/deprecated/img/cron-icon/crn-list.svg +0 -16
  468. package/deprecated/img/cron-icon/crn-map.svg +0 -1
  469. package/deprecated/img/cron-icon/crn-multiselect.svg +0 -1
  470. package/deprecated/img/cron-icon/crn-paragraph.svg +0 -1
  471. package/deprecated/img/cron-icon/crn-plugin.svg +0 -44
  472. package/deprecated/img/cron-icon/crn-radio.svg +0 -21
  473. package/deprecated/img/cron-icon/crn-radiogroup.svg +0 -25
  474. package/deprecated/img/cron-icon/crn-range.svg +0 -1
  475. package/deprecated/img/cron-icon/crn-rating.svg +0 -20
  476. package/deprecated/img/cron-icon/crn-select.svg +0 -1
  477. package/deprecated/img/cron-icon/crn-spacer.svg +0 -1
  478. package/deprecated/img/cron-icon/crn-tabs-icon-only.svg +0 -24
  479. package/deprecated/img/cron-icon/crn-tabs.svg +0 -17
  480. package/deprecated/img/cron-icon/crn-text-component.svg +0 -22
  481. package/deprecated/img/cron-icon/crn-textarea.svg +0 -22
  482. package/deprecated/img/cron-icon/crn-textinput.svg +0 -23
  483. package/deprecated/img/cron-icon/crn-textinputbutton.svg +0 -33
  484. package/deprecated/img/cron-icon/crn-textinputicon.svg +0 -29
  485. package/deprecated/img/cron-icon/crn-toggle.svg +0 -1
  486. package/deprecated/img/cron-icon/crn-video.svg +0 -1
  487. package/deprecated/img/placehold-100x100.png +0 -0
  488. package/deprecated/img/placehold-300x200.png +0 -0
  489. package/deprecated/img/placehold-900x500.png +0 -0
  490. package/deprecated/img/qr-code.png +0 -0
  491. package/deprecated/img/svg-charts.svg +0 -1
  492. package/deprecated/img/user.svg +0 -18
@@ -1,54 +0,0 @@
1
- {
2
- "name": "crn-QRCode",
3
- "text_pt_BR": "Código QR",
4
- "text_en_US": "QR Code",
5
- "image": "/node_modules/cronapp-framework-mobile-js/img/cron-icon/crn-QRCode.svg",
6
- "description": "Código de barras bidimensional lido por câmera",
7
- "description_en_US": "Two-dimensional barcode read by camera",
8
- "category": [
9
- "LAYOUTS"
10
- ],
11
- "wrapper": true,
12
- "template": "<qr ng-model=\"vars.QR${RANDOM}\" ><div> </div> </qr>",
13
- "designTimeHTML": "<img alt=\"qr-code\" style=\"height: 100%;width:100%;min-height:100%; min-width:100%;\" src=\"node_modules/cronapp-framework-mobile-js/img/qr-code.png\"/>",
14
- "designTimeSelector": "div",
15
- "properties": {
16
- "id": {
17
- "order": 3
18
- },
19
- "class": {
20
- "order": 9999
21
- },
22
- "on-hold": {
23
- "removable": false,
24
- "type": "event"
25
- },
26
- "on-double-tap": {
27
- "removable": false,
28
- "type": "event"
29
- },
30
- "on-tap": {
31
- "removable": false,
32
- "type": "event"
33
- },
34
- "on-swipe": {
35
- "removable": false,
36
- "type": "event"
37
- },
38
- "on-drag": {
39
- "removable": false,
40
- "type": "event"
41
- }
42
- },
43
- "childrenProperties": [
44
- {
45
- "name": "ng-model",
46
- "selector": "qr",
47
- "displayName_pt_BR": "Valor",
48
- "displayName_en_US": "Value",
49
- "type": "text",
50
- "order": 1,
51
- "mandatory": true
52
- }
53
- ]
54
- }
@@ -1,89 +0,0 @@
1
- {
2
- "name": "crn-anchor",
3
- "text_pt_BR": "Link",
4
- "text_en_US": "Link",
5
- "image": "/node_modules/cronapp-framework-mobile-js/img/cron-icon/crn-anchor.svg",
6
- "description": "Texto vínculado a uma URL",
7
- "description_en_US": "Text linked to a URL",
8
- "category": [
9
- "BUTTONS"
10
- ],
11
- "wrapper": false,
12
- "templateURL": "src/main/mobileapp/www/node_modules/cronapp-framework-mobile-js/dist/components/templates/anchor.template.html",
13
- "properties": {
14
- "id": {
15
- "order": 4
16
- },
17
- "class": {
18
- "order": 9999
19
- },
20
- "content": {
21
- "displayName_pt_BR": "Título",
22
- "displayName_en_US": "Title",
23
- "order": 2
24
- },
25
- "href": {
26
- "removable": false,
27
- "type": "projectResource",
28
- "resourceType": "text/html",
29
- "extraOptions": {
30
- "underViewsFolder": true
31
- },
32
- "order": 1
33
- },
34
- "xattr-fullsize": {
35
- "displayName_pt_BR": "Tamanho",
36
- "displayName_en_US": "Size",
37
- "order": 3
38
- },
39
- "ng-click": {
40
- "type": "event"
41
- },
42
- "on-hold": {
43
- "removable": false,
44
- "type": "event"
45
- },
46
- "on-double-tap": {
47
- "removable": false,
48
- "type": "event"
49
- },
50
- "on-tap": {
51
- "removable": false,
52
- "type": "event"
53
- },
54
- "on-swipe": {
55
- "removable": false,
56
- "type": "event"
57
- },
58
- "on-drag": {
59
- "removable": false,
60
- "type": "event"
61
- }
62
- },
63
- "attributesForPreview": [
64
- {
65
- "name": "xattr-fullsize",
66
- "type": "options",
67
- "target": "style",
68
- "values": [
69
- {
70
- "key": "display:block;",
71
- "value_pt_BR": "Largura completa",
72
- "value_en_US": "Full width"
73
- },
74
- {
75
- "key": "display:inline;",
76
- "value_pt_BR": "Compacto",
77
- "value_en_US": "Compact"
78
- }
79
- ]
80
- }
81
- ],
82
- "childrenProperties": [
83
- {
84
- "name": "ng-mouseover",
85
- "selector": "a",
86
- "type": "event"
87
- }
88
- ]
89
- }
@@ -1,64 +0,0 @@
1
- {
2
- "name": "crn-button-bar",
3
- "text_pt_BR": "Barra de botões",
4
- "text_en_US": "Button Bar",
5
- "image": "/node_modules/cronapp-framework-mobile-js/img/cron-icon/crn-button-bar.svg",
6
- "description": "Botões alinhados na vertical",
7
- "description_en_US": "Botões alinhados na vertical",
8
- "category": [
9
- "BUTTONS"
10
- ],
11
- "templateURL": "src/main/mobileapp/www/node_modules/cronapp-framework-mobile-js/dist/components/templates/button-bar.template.html",
12
- "forcedGroup": true,
13
- "properties": {
14
- "class": {
15
- "order": 9999
16
- },
17
- "id": {
18
- "order": 1
19
- }
20
- },
21
- "handleRules": {
22
- "canIncrement": true,
23
- "rules": [
24
- {
25
- "sourceHTML": "<button class=\"component-holder button button-dark button-block\" data-component=\"crn-button\"type=\"submit\" ng-click=\"\" xattr-size=\"\" xattr-type=\"\" xattr-theme=\"button-positive\" xattr-fullsize=\"button-block\"><i class=\"icon ion-home icon-left\"></i><span> Button</span></button>",
26
- "targetSelector": ".button-bar"
27
- }
28
- ]
29
- },
30
- "styles": [
31
- {
32
- "selector": "div#{id} button",
33
- "text_pt_BR": "Botão",
34
- "text_en_US": "Button"
35
- },
36
- {
37
- "selector": "div#{id} i",
38
- "text_pt_BR": "Ícone",
39
- "text_en_US": "Icon"
40
- },
41
- {
42
- "selector": "div#{id} span",
43
- "text_pt_BR": "Descrição",
44
- "text_en_US": "Description"
45
- }
46
- ],
47
- "childrenProperties": [
48
- {
49
- "name": "on-hold",
50
- "selector": "button",
51
- "type": "event"
52
- },
53
- {
54
- "name": "on-drag",
55
- "selector": "button",
56
- "type": "event"
57
- },
58
- {
59
- "name": "on-swipe",
60
- "selector": "button",
61
- "type": "event"
62
- }
63
- ]
64
- }
@@ -1,316 +0,0 @@
1
- {
2
- "name": "crn-button",
3
- "text_pt_BR": "Botão",
4
- "text_en_US": "Button",
5
- "image": "/node_modules/cronapp-framework-mobile-js/img/cron-icon/crn-button.svg",
6
- "description": "Botão",
7
- "description_en_US": "Button",
8
- "category": [
9
- "BUTTONS", "FORMS"
10
- ],
11
- "wrapper": false,
12
- "templateURL": "src/main/mobileapp/www/node_modules/cronapp-framework-mobile-js/dist/components/templates/button.template.html",
13
- "properties": {
14
- "id": {
15
- "order": 7
16
- },
17
- "type": {
18
- "order": 6
19
- },
20
- "class": {
21
- "order": 9999
22
- },
23
- "ng-click": {
24
- "removable": true,
25
- "type": "event"
26
- },
27
- "on-tap": {
28
- "removable": true,
29
- "type": "event"
30
- },
31
- "on-double-tap": {
32
- "removable": true,
33
- "type": "event"
34
- },
35
- "on-hold": {
36
- "removable": true,
37
- "type": "event"
38
- },
39
- "on-drag": {
40
- "removable": true,
41
- "type": "event"
42
- },
43
- "on-swipe": {
44
- "removable": true,
45
- "type": "event"
46
- },
47
- "xattr-fullsize": {
48
- "displayName_en_US": "Width",
49
- "displayName_pt_BR": "Largura",
50
- "order": 4
51
- },
52
- "xattr-theme": {
53
- "displayName_en_US": "Theme",
54
- "displayName_pt_BR": "Tema",
55
- "order": 3
56
- },
57
- "xattr-type": {
58
- "displayName_pt_BR": "Estilo do botão",
59
- "displayName_en_US": "Button style",
60
- "order": 5
61
- },
62
- "xattr-size": {
63
- "displayName_en_US": "Size",
64
- "displayName_pt_BR": "Tamanho",
65
- "order": 2
66
- }
67
- },
68
- "attributesForPreview": [
69
- {
70
- "name": "xattr-size",
71
- "type": "btngroup",
72
- "target": "class",
73
- "values": [
74
- {
75
- "key": "button-small",
76
- "value_pt_BR": "Pequeno",
77
- "value_en_US": "Small"
78
- },
79
- {
80
- "key": "button-medium",
81
- "value_pt_BR": "Médio",
82
- "value_en_US": "Medium"
83
- },
84
- {
85
- "key": "button-large",
86
- "value_pt_BR": "Grande",
87
- "value_en_US": "Large"
88
- }
89
- ]
90
- },
91
- {
92
- "name": "type",
93
- "type": "options",
94
- "target": "type",
95
- "values": [
96
- {
97
- "key": "submit",
98
- "value_pt_BR": "Enviar dados do formulário (submit)",
99
- "value_en_US": "Submit form data (submit)"
100
- },
101
- {
102
- "key": "reset",
103
- "value_pt_BR": "Resetar dados do formulário (submit)",
104
- "value_en_US": "Reset form data (submit)"
105
- },
106
- {
107
- "key": "button",
108
- "value_pt_BR": "Botão clicável",
109
- "value_en_US": "Clickable button"
110
- }
111
- ]
112
- },
113
- {
114
- "name": "xattr-type",
115
- "type": "options",
116
- "target": "class",
117
- "values": [
118
- {
119
- "key": "filled",
120
- "value_pt_BR": "Preenchido",
121
- "value_en_US": "Filled"
122
- },
123
- {
124
- "key": "button-clear",
125
- "value_pt_BR": "Claro",
126
- "value_en_US": "Clear"
127
- },
128
- {
129
- "key": "button-outline",
130
- "value_pt_BR": "Contorno",
131
- "value_en_US": "Outline"
132
- }
133
- ]
134
- },
135
- {
136
- "name": "xattr-fullsize",
137
- "type": "options",
138
- "target": "class",
139
- "values": [
140
- {
141
- "key": "button-block",
142
- "value_pt_BR": "Bloco",
143
- "value_en_US": "Block"
144
- },
145
- {
146
- "key": "",
147
- "value_pt_BR": "Embutido",
148
- "value_en_US": "Inline"
149
- },
150
- {
151
- "key": "button-full",
152
- "value_pt_BR": "Largura completa",
153
- "value_en_US": "Full width"
154
- }
155
- ]
156
- },
157
- {
158
- "name": "xattr-theme",
159
- "type": "options",
160
- "target": "class",
161
- "values": [
162
- {
163
- "key": "button-assertive",
164
- "value_pt_BR": "Assertivo",
165
- "value_en_US": "Assertive",
166
- "color": "#ef473a"
167
- },
168
- {
169
- "key": "button-balanced",
170
- "value_pt_BR": "Equilibrado",
171
- "value_en_US": "Balanced",
172
- "color": "#33cd5f"
173
- },
174
- {
175
- "key": "button-energized",
176
- "value_pt_BR": "Energizado",
177
- "value_en_US": "Energized",
178
- "color": "#ffc900"
179
- },
180
- {
181
- "key": "button-light",
182
- "value_pt_BR": "Claro",
183
- "value_en_US": "Light",
184
- "color": "#fff"
185
- },
186
- {
187
- "key": "button-stable",
188
- "value_pt_BR": "Estável",
189
- "value_en_US": "Stable",
190
- "color": "#f8f8f8"
191
- },
192
- {
193
- "key": "button-calm",
194
- "value_pt_BR": "Calmo",
195
- "value_en_US": "Calm",
196
- "color": "#11c1f3"
197
- },
198
- {
199
- "key": "button-positive",
200
- "value_pt_BR": "Positivo",
201
- "value_en_US": "Positive",
202
- "color": "#387ef5"
203
- },
204
- {
205
- "key": "button-royal",
206
- "value_pt_BR": "Real",
207
- "value_en_US": "Royal",
208
- "color": "#886aea"
209
- },
210
- {
211
- "key": "button-dark",
212
- "value_pt_BR": "Escuro",
213
- "value_en_US": "Dark",
214
- "color": "#444"
215
- }
216
- ]
217
- },
218
- {
219
- "name": "xattr-icon-theme",
220
- "type": "options",
221
- "target": "class",
222
- "values": [
223
- {
224
- "key": "assertive",
225
- "value_pt_BR": "Assertivo",
226
- "value_en_US": "Assertive",
227
- "color": "#ef473a"
228
- },
229
- {
230
- "key": "balanced",
231
- "value_pt_BR": "Equilibrado",
232
- "value_en_US": "Balanced",
233
- "color": "#33cd5f"
234
- },
235
- {
236
- "key": "energized",
237
- "value_pt_BR": "Energizado",
238
- "value_en_US": "Energized",
239
- "color": "#ffc900"
240
- },
241
- {
242
- "key": "light",
243
- "value_pt_BR": "Claro",
244
- "value_en_US": "Light",
245
- "color": "#fff"
246
- },
247
- {
248
- "key": "stable",
249
- "value_pt_BR": "Estável",
250
- "value_en_US": "Stable",
251
- "color": "#f8f8f8"
252
- },
253
- {
254
- "key": "calm",
255
- "value_pt_BR": "Calmo",
256
- "value_en_US": "Calm",
257
- "color": "#11c1f3"
258
- },
259
- {
260
- "key": "positive",
261
- "value_pt_BR": "Positivo",
262
- "value_en_US": "Positive",
263
- "color": "#387ef5"
264
- },
265
- {
266
- "key": "royal",
267
- "value_pt_BR": "Real",
268
- "value_en_US": "Royal",
269
- "color": "#886aea"
270
- },
271
- {
272
- "key": "dark",
273
- "value_pt_BR": "Escuro",
274
- "value_en_US": "Dark",
275
- "color": "#444"
276
- }
277
- ]
278
- }
279
- ],
280
- "childrenProperties": [
281
- {
282
- "name": "class",
283
- "selector": "i",
284
- "displayName_pt_BR": "Ícone",
285
- "displayName_en_US": "Icon",
286
- "type": "icon",
287
- "order": 1
288
- },
289
- {
290
- "name": "xattr-icon-theme",
291
- "selector": "i",
292
- "displayName_pt_BR": "Tema do ícone",
293
- "displayName_en_US": "Icon theme",
294
- "type": "text"
295
- },
296
- {
297
- "name": "content",
298
- "selector": "span",
299
- "displayName_pt_BR": "Título",
300
- "displayName_en_US": "Title",
301
- "type": "text"
302
- }
303
- ],
304
- "styles": [
305
- {
306
- "selector": "button#{id}",
307
- "text_pt_BR": "Botão",
308
- "text_en_US": "Button"
309
- },
310
- {
311
- "selector": "button#{id} i",
312
- "text_pt_BR": "Ícone",
313
- "text_en_US": "Icon"
314
- }
315
- ]
316
- }
@@ -1,95 +0,0 @@
1
- {
2
- "name": "crn-card",
3
- "text_pt_BR": "Cartão",
4
- "text_en_US": "Card",
5
- "image": "/node_modules/cronapp-framework-mobile-js/img/cron-icon/crn-list-item-thumbnail.svg",
6
- "description": "Estrutura com avatar, título e subtítulo",
7
- "description_en_US": "Structure with avatar, title and subtitle",
8
- "category": [
9
- "LISTS"
10
- ],
11
- "wrapper": false,
12
- "templateURL": "src/main/mobileapp/www/node_modules/cronapp-framework-mobile-js/dist/components/templates/card.template.html",
13
- "properties": {
14
- "id": {
15
- "order": 2
16
- },
17
- "class": {
18
- "order": 9999
19
- }
20
- },
21
- "childrenProperties": [
22
- {
23
- "name": "src",
24
- "selector": "div > img",
25
- "type": "projectResource",
26
- "resourceType": "image/jpeg,image/gif,image/png",
27
- "displayName_pt_BR": "Imagem do avatar",
28
- "displayName_en_US": "Avatar image",
29
- "order": 1
30
- },
31
- {
32
- "name": "content",
33
- "displayName_pt_BR": "Título",
34
- "displayName_en_US": "Title",
35
- "selector": "div > h2",
36
- "type": "content",
37
- "order": 1
38
- },
39
- {
40
- "name": "content",
41
- "displayName_pt_BR": "Descrição",
42
- "displayName_en_US": "Description",
43
- "selector": "div > p",
44
- "type": "content",
45
- "order": 1
46
- },
47
- {
48
- "name": "ng-click",
49
- "selector": "div",
50
- "type": "event"
51
- },
52
- {
53
- "name": "on-tap",
54
- "selector": "div",
55
- "type": "event"
56
- },
57
- {
58
- "name": "on-double-tap",
59
- "selector": "div",
60
- "type": "event"
61
- },
62
- {
63
- "name": "on-hold",
64
- "selector": "div",
65
- "type": "event"
66
- },
67
- {
68
- "name": "on-drag",
69
- "selector": "div",
70
- "type": "event"
71
- },
72
- {
73
- "name": "on-swipe",
74
- "selector": "div",
75
- "type": "event"
76
- }
77
- ],
78
- "styles": [
79
- {
80
- "selector": "div#{id} div",
81
- "text_pt_BR": "Plano de fundo",
82
- "text_en_US": "Background"
83
- },
84
- {
85
- "selector": "div#{id} h2",
86
- "text_pt_BR": "Título",
87
- "text_en_US": "Title"
88
- },
89
- {
90
- "selector": "div#{id} p",
91
- "text_pt_BR": "Descrição",
92
- "text_en_US": "Description"
93
- }
94
- ]
95
- }
@@ -1,57 +0,0 @@
1
- {
2
- "name": "crn-chart",
3
- "text_pt_BR": "Gráfico",
4
- "text_en_US": "Chart",
5
- "image": "/node_modules/cronapp-framework-mobile-js/img/cron-icon/crn-chart.svg",
6
- "description": "Exibição de gráfico com valores da fonte de dados",
7
- "description_en_US": "Graph display with data source values",
8
- "category": [
9
- "LAYOUTS"
10
- ],
11
- "wrapper": false,
12
- "forcedGroup": true,
13
- "template": "<div class=\"col-xs-12\"> <canvas id=\"chart${RANDOM}\" data-component=\"crn-chart\" class=\"col-xs-12\"></canvas></div>",
14
- "designTimeHTML": "<img alt=\"qr-code\" style=\"height: 100%;width:100%;min-height:100%; min-width:100%;\" src=\"node_modules/cronapp-framework-mobile-js/img/svg-charts.svg\"/>",
15
- "designTimeSelector": "canvas",
16
- "properties": {
17
- "ng-click": {
18
- "removable": true,
19
- "type": "event"
20
- },
21
- "on-tap": {
22
- "removable": true,
23
- "type": "event"
24
- },
25
- "on-double-tap": {
26
- "removable": true,
27
- "type": "event"
28
- },
29
- "on-hold": {
30
- "removable": true,
31
- "type": "event"
32
- },
33
- "on-drag": {
34
- "removable": true,
35
- "type": "event"
36
- },
37
- "on-swipe": {
38
- "removable": true,
39
- "type": "event"
40
- },
41
- "id": {
42
- "order": 1
43
- },
44
- "class": {
45
- "order": 9999
46
- }
47
- },
48
- "childrenProperties": [
49
- {
50
- "name": "id",
51
- "selector": "canvas",
52
- "type": "text",
53
- "displayName_pt_BR": "Identificador do Canvas",
54
- "displayName_en_US": "Canvas Id"
55
- }
56
- ]
57
- }
@@ -1,8 +0,0 @@
1
- {
2
- "name": "crn-chat",
3
- "text_pt_BR": "Chat",
4
- "text_en_US": "Chat",
5
- "pallete": false,
6
- "class": "adjust-icon mdi mdi-wechat",
7
- "templateURL": "src/main/mobileapp/www/node_modules/cronapp-framework-mobile-js/dist/components/templates/chat.template.html"
8
- }