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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (496) hide show
  1. package/components/crn-button.components.json +42 -21
  2. package/components/crn-checkbox.components.json +20 -10
  3. package/components/crn-filter-button.components.json +21 -11
  4. package/components/crn-input-button.components.json +20 -10
  5. package/components/crn-ion-footer-bar.components.json +40 -20
  6. package/components/crn-ion-segment.components.json +20 -10
  7. package/components/crn-list-swipe.components.json +1 -1
  8. package/components/crn-signature-pad.components.json +2 -3
  9. package/components/crn-toggle.components.json +20 -10
  10. package/components/css/crn-ion-segment.css +3 -9
  11. package/components/templates/item.avatar.template.html +1 -1
  12. package/components/templates/item.swipe.template.html +3 -3
  13. package/components/templates/item.thumbnail.template.html +1 -1
  14. package/components/templates/list.avatar.template.html +1 -1
  15. package/components/templates/list.swipe.template.html +3 -3
  16. package/components/templates/list.thumbnail.template.html +3 -3
  17. package/{deprecated/components/templates/menu.template.html → components/templates/public.menu.template.html} +3 -3
  18. package/css/app_2.9.css +15 -2
  19. package/css/themes/custom/aquamarine/bar-aquamarine.css +7 -7
  20. package/css/themes/custom/aquamarine/button-aquamarine.css +51 -0
  21. package/css/themes/custom/aquamarine/custom-aquamarine.css +145 -83
  22. package/css/themes/custom/cerulean/button-cerulean.css +60 -9
  23. package/css/themes/custom/cerulean/crn-ion-segment-cerulean.css +8 -0
  24. package/css/themes/custom/cerulean/custom-cerulean.css +123 -63
  25. package/css/themes/custom/cosmo/custom-cosmo.css +59 -0
  26. package/css/themes/custom/cyborg/custom-cyborg.css +59 -0
  27. package/css/themes/custom/darkly/custom-darkly.css +88 -17
  28. package/css/themes/custom/dsgov/button-dsgov.css +96 -15
  29. package/css/themes/custom/dsgov/custom-dsgov.css +104 -45
  30. package/css/themes/custom/flatly/custom-flatly.css +60 -1
  31. package/css/themes/custom/fuse/button-fuse.css +91 -12
  32. package/css/themes/custom/fuse/custom-fuse.css +112 -29
  33. package/css/themes/custom/journal/custom-journal.css +68 -11
  34. package/css/themes/custom/material/custom-material.css +176 -87
  35. package/css/themes/custom/theme-general/button.css +30 -30
  36. package/css/themes/custom/theme-general/theme-general.css +1 -1
  37. package/css/themes/custom/united/custom-united.css +1 -1
  38. package/css/themes/deprecated/cronos.css +55 -0
  39. package/{deprecated/css → css/themes/deprecated}/custom-ionic.css +0 -0
  40. package/{deprecated/css → css/themes/deprecated}/groupingOfCss/checkbox.css +0 -0
  41. package/{deprecated/css → css/themes/deprecated}/groupingOfCss/col.css +0 -0
  42. package/{deprecated/css → css/themes/deprecated}/groupingOfCss/dynamicImage.css +0 -0
  43. package/{deprecated/css → css/themes/deprecated}/groupingOfCss/import_groupingOfCss.css +0 -0
  44. package/{deprecated/css → css/themes/deprecated}/groupingOfCss/login.css +0 -0
  45. package/{deprecated/css → css/themes/deprecated}/groupingOfCss/qrCodeCronapp.css +0 -0
  46. package/{deprecated/css → css/themes/deprecated}/groupingOfCss/upload-image.css +0 -0
  47. package/{deprecated/css/app.css → css/themes/deprecated/material.min.css} +38 -26
  48. package/{deprecated/css → css/themes/deprecated}/old/modal.css +0 -0
  49. package/css/themes/theme.editor.view.html +3 -11
  50. package/dist/components/css/crn-ion-segment.css +1 -1
  51. package/dist/components/templates/item.avatar.template.html +1 -1
  52. package/dist/components/templates/item.swipe.template.html +1 -1
  53. package/dist/components/templates/item.thumbnail.template.html +1 -1
  54. package/dist/components/templates/list.avatar.template.html +1 -1
  55. package/dist/components/templates/list.swipe.template.html +1 -1
  56. package/dist/components/templates/list.thumbnail.template.html +1 -1
  57. package/{deprecated/dist/components/templates/menu.template.html → dist/components/templates/public.menu.template.html} +1 -1
  58. package/dist/css/app_2.9.css +1 -1
  59. package/dist/css/themes/custom/aquamarine/bar-aquamarine.css +1 -1
  60. package/dist/css/themes/custom/aquamarine/button-aquamarine.css +1 -1
  61. package/dist/css/themes/custom/aquamarine/custom-aquamarine.css +1 -1
  62. package/dist/css/themes/custom/cerulean/button-cerulean.css +1 -1
  63. package/dist/css/themes/custom/cerulean/crn-ion-segment-cerulean.css +1 -1
  64. package/dist/css/themes/custom/cerulean/custom-cerulean.css +1 -1
  65. package/dist/css/themes/custom/cosmo/custom-cosmo.css +1 -1
  66. package/dist/css/themes/custom/cyborg/custom-cyborg.css +1 -1
  67. package/dist/css/themes/custom/darkly/custom-darkly.css +1 -1
  68. package/dist/css/themes/custom/dsgov/button-dsgov.css +1 -1
  69. package/dist/css/themes/custom/dsgov/custom-dsgov.css +1 -1
  70. package/dist/css/themes/custom/flatly/custom-flatly.css +1 -1
  71. package/dist/css/themes/custom/fuse/button-fuse.css +1 -1
  72. package/dist/css/themes/custom/fuse/custom-fuse.css +1 -1
  73. package/dist/css/themes/custom/journal/custom-journal.css +1 -1
  74. package/dist/css/themes/custom/material/custom-material.css +1 -1
  75. package/dist/css/themes/custom/theme-general/button.css +1 -1
  76. package/dist/css/themes/custom/theme-general/theme-general.css +1 -1
  77. package/dist/css/themes/custom/united/custom-united.css +1 -1
  78. package/{deprecated/dist/css → dist/css/themes/deprecated}/cronos.css +0 -0
  79. package/{deprecated/dist/css → dist/css/themes/deprecated}/custom-ionic.css +0 -0
  80. package/{deprecated/dist/css → dist/css/themes/deprecated}/groupingOfCss/checkbox.css +0 -0
  81. package/{deprecated/dist/css → dist/css/themes/deprecated}/groupingOfCss/col.css +0 -0
  82. package/{deprecated/dist/css → dist/css/themes/deprecated}/groupingOfCss/dynamicImage.css +0 -0
  83. package/{deprecated/dist/css → dist/css/themes/deprecated}/groupingOfCss/import_groupingOfCss.css +0 -0
  84. package/{deprecated/dist/css → dist/css/themes/deprecated}/groupingOfCss/login.css +0 -0
  85. package/{deprecated/dist/css → dist/css/themes/deprecated}/groupingOfCss/qrCodeCronapp.css +0 -0
  86. package/{deprecated/dist/css → dist/css/themes/deprecated}/groupingOfCss/upload-image.css +0 -0
  87. package/dist/css/themes/deprecated/material.min.css +1 -0
  88. package/{deprecated/dist/css → dist/css/themes/deprecated}/old/modal.css +0 -0
  89. package/dist/css/themes/theme.editor.view.html +1 -1
  90. package/dist/js/app.authentication.js +1 -1
  91. package/dist/js/directives.js +2 -2
  92. package/js/app.authentication.js +1 -1
  93. package/js/directives.js +115 -57
  94. package/lib/ionic/js/ionic.bundle.js +17 -2
  95. package/package.json +1 -1
  96. package/deprecated/components/crn-QRCode.components.json +0 -54
  97. package/deprecated/components/crn-anchor.components.json +0 -89
  98. package/deprecated/components/crn-button-bar.components.json +0 -64
  99. package/deprecated/components/crn-button.components.json +0 -316
  100. package/deprecated/components/crn-card.components.json +0 -95
  101. package/deprecated/components/crn-chart.components.json +0 -57
  102. package/deprecated/components/crn-chat.components.json +0 -8
  103. package/deprecated/components/crn-checkbox.components.json +0 -184
  104. package/deprecated/components/crn-complex-search.components.json +0 -43
  105. package/deprecated/components/crn-container.components.json +0 -21
  106. package/deprecated/components/crn-cron-crud.components.json +0 -21
  107. package/deprecated/components/crn-datasource.components.json +0 -181
  108. package/deprecated/components/crn-dynamic-file.components.json +0 -85
  109. package/deprecated/components/crn-dynamic-image.components.json +0 -153
  110. package/deprecated/components/crn-dynamic-select.components.json +0 -111
  111. package/deprecated/components/crn-evaluation.components.json +0 -64
  112. package/deprecated/components/crn-filter-button.components.json +0 -305
  113. package/deprecated/components/crn-form-template.components.json +0 -11
  114. package/deprecated/components/crn-header-button.components.json +0 -63
  115. package/deprecated/components/crn-heading.components.json +0 -109
  116. package/deprecated/components/crn-icon.components.json +0 -258
  117. package/deprecated/components/crn-image.components.json +0 -121
  118. package/deprecated/components/crn-infinite-scroll.components.json +0 -32
  119. package/deprecated/components/crn-input-button.components.json +0 -205
  120. package/deprecated/components/crn-input-floating.components.json +0 -196
  121. package/deprecated/components/crn-input-icon.components.json +0 -187
  122. package/deprecated/components/crn-input-inline.components.json +0 -198
  123. package/deprecated/components/crn-input.components.json +0 -185
  124. package/deprecated/components/crn-ion-content.components.json +0 -24
  125. package/deprecated/components/crn-ion-footer-bar.components.json +0 -351
  126. package/deprecated/components/crn-ion-header-bar.components.json +0 -211
  127. package/deprecated/components/crn-ion-list.components.json +0 -152
  128. package/deprecated/components/crn-ion-nav-buttons.components.json +0 -63
  129. package/deprecated/components/crn-ion-segment-item.components.json +0 -65
  130. package/deprecated/components/crn-ion-segment.components.json +0 -974
  131. package/deprecated/components/crn-ion-tab-item.components.json +0 -50
  132. package/deprecated/components/crn-ion-tab.components.json +0 -138
  133. package/deprecated/components/crn-item-options.components.json +0 -26
  134. package/deprecated/components/crn-item-select.components.json +0 -69
  135. package/deprecated/components/crn-item-swipe.components.json +0 -62
  136. package/deprecated/components/crn-kendo-chat.components.json +0 -88
  137. package/deprecated/components/crn-label.components.json +0 -113
  138. package/deprecated/components/crn-list-avatar.components.json +0 -260
  139. package/deprecated/components/crn-list-icon.components.json +0 -249
  140. package/deprecated/components/crn-list-item-avatar.components.json +0 -236
  141. package/deprecated/components/crn-list-item-icon.components.json +0 -242
  142. package/deprecated/components/crn-list-item-thumbnail.components.json +0 -226
  143. package/deprecated/components/crn-list-item.components.json +0 -160
  144. package/deprecated/components/crn-list-simple.components.json +0 -180
  145. package/deprecated/components/crn-list-swipe.components.json +0 -105
  146. package/deprecated/components/crn-list-thumbnail.components.json +0 -248
  147. package/deprecated/components/crn-list.components.json +0 -75
  148. package/deprecated/components/crn-map.components.json +0 -55
  149. package/deprecated/components/crn-mobile-menu.components.json +0 -32
  150. package/deprecated/components/crn-multiselect.components.json +0 -110
  151. package/deprecated/components/crn-navbar.components.json +0 -106
  152. package/deprecated/components/crn-option-button.components.json +0 -72
  153. package/deprecated/components/crn-paragraph.components.json +0 -110
  154. package/deprecated/components/crn-radio.components.json +0 -90
  155. package/deprecated/components/crn-radioOption.components.json +0 -23
  156. package/deprecated/components/crn-range.components.json +0 -106
  157. package/deprecated/components/crn-rating.components.json +0 -189
  158. package/deprecated/components/crn-search.components.json +0 -210
  159. package/deprecated/components/crn-select-options.components.json +0 -17
  160. package/deprecated/components/crn-select.components.json +0 -93
  161. package/deprecated/components/crn-slider-item.components.json +0 -236
  162. package/deprecated/components/crn-slider.components.json +0 -105
  163. package/deprecated/components/crn-spacer.components.json +0 -21
  164. package/deprecated/components/crn-start.components.json +0 -10
  165. package/deprecated/components/crn-tabs-icon-only-item.components.json +0 -85
  166. package/deprecated/components/crn-tabs-icon-only.components.json +0 -382
  167. package/deprecated/components/crn-tabs.components.json +0 -36
  168. package/deprecated/components/crn-textarea.components.json +0 -109
  169. package/deprecated/components/crn-toggle.components.json +0 -161
  170. package/deprecated/components/crn-video.components.json +0 -67
  171. package/deprecated/components/css/app.css +0 -78
  172. package/deprecated/components/css/background-color.css +0 -121
  173. package/deprecated/components/css/chatStyle.css +0 -221
  174. package/deprecated/components/css/color-default.css +0 -83
  175. package/deprecated/components/css/crn-ion-segment.css +0 -786
  176. package/deprecated/components/css/icon-size.css +0 -15
  177. package/deprecated/components/css/multiselect-editor.css +0 -119
  178. package/deprecated/components/css/tabs-color.css +0 -248
  179. package/deprecated/components/js/format.min.js +0 -2
  180. package/deprecated/components/js/jquery.inputmask.bundle.js +0 -3883
  181. package/deprecated/components/js/jquery.mask.min.js +0 -19
  182. package/deprecated/components/js/pouchdb.cordova-sqlite.js +0 -5540
  183. package/deprecated/components/js/qrcode.js +0 -1319
  184. package/deprecated/components/reports/BOOLEAN.parameter.html +0 -10
  185. package/deprecated/components/reports/DATE.parameter.html +0 -4
  186. package/deprecated/components/reports/DOUBLE.parameter.html +0 -4
  187. package/deprecated/components/reports/FLOAT.parameter.html +0 -4
  188. package/deprecated/components/reports/INTEGER.parameter.html +0 -4
  189. package/deprecated/components/reports/LONG.parameter.html +0 -5
  190. package/deprecated/components/reports/STRING.parameter.html +0 -5
  191. package/deprecated/components/reports/reports.parameters.html +0 -20
  192. package/deprecated/components/templates/advanced.list.designtime.html +0 -33
  193. package/deprecated/components/templates/advanced.list.template.html +0 -1
  194. package/deprecated/components/templates/anchor.template.html +0 -1
  195. package/deprecated/components/templates/button-bar.template.html +0 -5
  196. package/deprecated/components/templates/button-report.template.html +0 -1
  197. package/deprecated/components/templates/button.template.html +0 -4
  198. package/deprecated/components/templates/card.template.html +0 -7
  199. package/deprecated/components/templates/chat.template.html +0 -39
  200. package/deprecated/components/templates/checkbox.template.html +0 -8
  201. package/deprecated/components/templates/combobox.designtime.html +0 -12
  202. package/deprecated/components/templates/combobox.template.html +0 -8
  203. package/deprecated/components/templates/complexsearch.template.html +0 -7
  204. package/deprecated/components/templates/crn-ion-segment-item.template.html +0 -6
  205. package/deprecated/components/templates/crn-ion-segment.template.html +0 -27
  206. package/deprecated/components/templates/cron-crud.template.html +0 -7
  207. package/deprecated/components/templates/cron-mobile-menu.designtime.html +0 -10
  208. package/deprecated/components/templates/div.horizontal.template.html +0 -27
  209. package/deprecated/components/templates/div.vertical.template.html +0 -11
  210. package/deprecated/components/templates/dynamic-combobox.template.html +0 -6
  211. package/deprecated/components/templates/dynamicfile.template.html +0 -8
  212. package/deprecated/components/templates/dynamicimage.designtime.html +0 -10
  213. package/deprecated/components/templates/dynamicimage.template.html +0 -9
  214. package/deprecated/components/templates/evaluation.designtime.html +0 -7
  215. package/deprecated/components/templates/evaluation.template.html +0 -1
  216. package/deprecated/components/templates/filterbutton.template.html +0 -3
  217. package/deprecated/components/templates/floattextinput.designtime.html +0 -4
  218. package/deprecated/components/templates/floattextinput.template.html +0 -4
  219. package/deprecated/components/templates/form.template.html +0 -5
  220. package/deprecated/components/templates/header.template.html +0 -3
  221. package/deprecated/components/templates/icontextinput.template.html +0 -4
  222. package/deprecated/components/templates/image.template.html +0 -18
  223. package/deprecated/components/templates/inlinetextinput.template.html +0 -4
  224. package/deprecated/components/templates/ion-footer-bar.template.html +0 -15
  225. package/deprecated/components/templates/ion-header-bar.template.html +0 -13
  226. package/deprecated/components/templates/ion-tab-item.designtime.html +0 -5
  227. package/deprecated/components/templates/ion-tab.template.html +0 -8
  228. package/deprecated/components/templates/item.avatar.template.html +0 -5
  229. package/deprecated/components/templates/item.icon.template.html +0 -4
  230. package/deprecated/components/templates/item.options.template.html +0 -14
  231. package/deprecated/components/templates/item.slider.template.html +0 -4
  232. package/deprecated/components/templates/item.swipe.template.html +0 -14
  233. package/deprecated/components/templates/item.template.html +0 -5
  234. package/deprecated/components/templates/item.thumbnail.template.html +0 -5
  235. package/deprecated/components/templates/kendo-chat.designtime.html +0 -20
  236. package/deprecated/components/templates/kendo-chat.template.html +0 -75
  237. package/deprecated/components/templates/list.avatar.template.html +0 -7
  238. package/deprecated/components/templates/list.icon.template.html +0 -6
  239. package/deprecated/components/templates/list.swipe.template.html +0 -16
  240. package/deprecated/components/templates/list.template.html +0 -5
  241. package/deprecated/components/templates/list.thumbnail.template.html +0 -7
  242. package/deprecated/components/templates/maps.designtime.html +0 -1
  243. package/deprecated/components/templates/maps.template.html +0 -1
  244. package/deprecated/components/templates/multiselect.template.html +0 -5
  245. package/deprecated/components/templates/nav.bar.template.html +0 -5
  246. package/deprecated/components/templates/publicMenu.template.html +0 -14
  247. package/deprecated/components/templates/radiogroup-dynamic.template.html +0 -15
  248. package/deprecated/components/templates/radiogroup.template.html +0 -21
  249. package/deprecated/components/templates/range.template.html +0 -5
  250. package/deprecated/components/templates/rating.template.html +0 -9
  251. package/deprecated/components/templates/search.template.html +0 -6
  252. package/deprecated/components/templates/slider.template.html +0 -20
  253. package/deprecated/components/templates/tabs-icon-only.template.html +0 -16
  254. package/deprecated/components/templates/tabs.template.html +0 -5
  255. package/deprecated/components/templates/textarea.template.html +0 -1
  256. package/deprecated/components/templates/textinput.template.html +0 -3
  257. package/deprecated/components/templates/textinputbutton.template.html +0 -12
  258. package/deprecated/components/templates/title.template.html +0 -1
  259. package/deprecated/components/templates/toggle-dynamic.template.html +0 -11
  260. package/deprecated/components/templates/toggle.template.html +0 -9
  261. package/deprecated/components/templates/video.designtime.html +0 -2
  262. package/deprecated/components/templates/video.template.html +0 -1
  263. package/deprecated/components/templates/views/public/home.view.html +0 -16
  264. package/deprecated/components/templates/views/public/menu.view.html +0 -20
  265. package/deprecated/components/upload/upload.html +0 -41
  266. package/deprecated/css/themes/custom/material/custom-material.css +0 -12
  267. package/deprecated/css/themes/material.min.css +0 -4
  268. package/deprecated/dist/components/css/app.css +0 -1
  269. package/deprecated/dist/components/css/background-color.css +0 -1
  270. package/deprecated/dist/components/css/chatStyle.css +0 -1
  271. package/deprecated/dist/components/css/color-default.css +0 -1
  272. package/deprecated/dist/components/css/crn-ion-segment.css +0 -1
  273. package/deprecated/dist/components/css/icon-size.css +0 -1
  274. package/deprecated/dist/components/css/multiselect-editor.css +0 -1
  275. package/deprecated/dist/components/css/tabs-color.css +0 -1
  276. package/deprecated/dist/components/js/format.min.js +0 -1
  277. package/deprecated/dist/components/js/jquery.inputmask.bundle.js +0 -3
  278. package/deprecated/dist/components/js/jquery.mask.min.js +0 -1
  279. package/deprecated/dist/components/js/pouchdb.cordova-sqlite.js +0 -2
  280. package/deprecated/dist/components/js/qrcode.js +0 -1
  281. package/deprecated/dist/components/templates/advanced.list.designtime.html +0 -1
  282. package/deprecated/dist/components/templates/advanced.list.template.html +0 -1
  283. package/deprecated/dist/components/templates/anchor.template.html +0 -1
  284. package/deprecated/dist/components/templates/button-bar.template.html +0 -1
  285. package/deprecated/dist/components/templates/button-report.template.html +0 -1
  286. package/deprecated/dist/components/templates/button.template.html +0 -1
  287. package/deprecated/dist/components/templates/card.template.html +0 -1
  288. package/deprecated/dist/components/templates/chat.template.html +0 -1
  289. package/deprecated/dist/components/templates/checkbox.template.html +0 -1
  290. package/deprecated/dist/components/templates/combobox.designtime.html +0 -1
  291. package/deprecated/dist/components/templates/combobox.template.html +0 -1
  292. package/deprecated/dist/components/templates/complexsearch.template.html +0 -1
  293. package/deprecated/dist/components/templates/crn-ion-segment-item.template.html +0 -1
  294. package/deprecated/dist/components/templates/crn-ion-segment.template.html +0 -1
  295. package/deprecated/dist/components/templates/cron-crud.template.html +0 -1
  296. package/deprecated/dist/components/templates/cron-mobile-menu.designtime.html +0 -1
  297. package/deprecated/dist/components/templates/div.horizontal.template.html +0 -1
  298. package/deprecated/dist/components/templates/div.vertical.template.html +0 -1
  299. package/deprecated/dist/components/templates/dynamic-combobox.template.html +0 -1
  300. package/deprecated/dist/components/templates/dynamicfile.template.html +0 -1
  301. package/deprecated/dist/components/templates/dynamicimage.designtime.html +0 -1
  302. package/deprecated/dist/components/templates/dynamicimage.template.html +0 -1
  303. package/deprecated/dist/components/templates/evaluation.designtime.html +0 -1
  304. package/deprecated/dist/components/templates/evaluation.template.html +0 -1
  305. package/deprecated/dist/components/templates/filterbutton.template.html +0 -1
  306. package/deprecated/dist/components/templates/floattextinput.designtime.html +0 -1
  307. package/deprecated/dist/components/templates/floattextinput.template.html +0 -1
  308. package/deprecated/dist/components/templates/form.template.html +0 -1
  309. package/deprecated/dist/components/templates/header.template.html +0 -1
  310. package/deprecated/dist/components/templates/iconinput.template.html +0 -1
  311. package/deprecated/dist/components/templates/icontextinput.template.html +0 -1
  312. package/deprecated/dist/components/templates/image.template.html +0 -1
  313. package/deprecated/dist/components/templates/inlinetextinput.template.html +0 -1
  314. package/deprecated/dist/components/templates/ion-footer-bar.template.html +0 -1
  315. package/deprecated/dist/components/templates/ion-header-bar.template.html +0 -1
  316. package/deprecated/dist/components/templates/ion-tab-item.designtime.html +0 -1
  317. package/deprecated/dist/components/templates/ion-tab.designtime.html +0 -1
  318. package/deprecated/dist/components/templates/ion-tab.template.html +0 -1
  319. package/deprecated/dist/components/templates/item.avatar.template.html +0 -1
  320. package/deprecated/dist/components/templates/item.icon.template.html +0 -1
  321. package/deprecated/dist/components/templates/item.options.template.html +0 -1
  322. package/deprecated/dist/components/templates/item.slider.template.html +0 -1
  323. package/deprecated/dist/components/templates/item.swipe.template.html +0 -1
  324. package/deprecated/dist/components/templates/item.template.html +0 -1
  325. package/deprecated/dist/components/templates/item.thumbnail.template.html +0 -1
  326. package/deprecated/dist/components/templates/kendo-chat.designtime.html +0 -1
  327. package/deprecated/dist/components/templates/kendo-chat.template.html +0 -1
  328. package/deprecated/dist/components/templates/list.avatar.template.html +0 -1
  329. package/deprecated/dist/components/templates/list.icon.template.html +0 -1
  330. package/deprecated/dist/components/templates/list.swipe.template.html +0 -1
  331. package/deprecated/dist/components/templates/list.template.html +0 -1
  332. package/deprecated/dist/components/templates/list.thumbnail.template.html +0 -1
  333. package/deprecated/dist/components/templates/maps.designtime.html +0 -1
  334. package/deprecated/dist/components/templates/maps.template.html +0 -1
  335. package/deprecated/dist/components/templates/multiselect.template.html +0 -1
  336. package/deprecated/dist/components/templates/nav.bar.template.html +0 -1
  337. package/deprecated/dist/components/templates/publicMenu.template.html +0 -1
  338. package/deprecated/dist/components/templates/radiogroup-dynamic.template.html +0 -1
  339. package/deprecated/dist/components/templates/radiogroup.template.html +0 -1
  340. package/deprecated/dist/components/templates/range.template.html +0 -1
  341. package/deprecated/dist/components/templates/rating.template.html +0 -1
  342. package/deprecated/dist/components/templates/search.template.html +0 -1
  343. package/deprecated/dist/components/templates/slider.template.html +0 -1
  344. package/deprecated/dist/components/templates/tabs-icon-only.template.html +0 -1
  345. package/deprecated/dist/components/templates/tabs.template.html +0 -1
  346. package/deprecated/dist/components/templates/textarea.template.html +0 -1
  347. package/deprecated/dist/components/templates/textinput.template.html +0 -1
  348. package/deprecated/dist/components/templates/textinputbutton.template.html +0 -1
  349. package/deprecated/dist/components/templates/title.template.html +0 -1
  350. package/deprecated/dist/components/templates/toggle-dynamic.template.html +0 -1
  351. package/deprecated/dist/components/templates/toggle.template.html +0 -1
  352. package/deprecated/dist/components/templates/video.designtime.html +0 -1
  353. package/deprecated/dist/components/templates/video.template.html +0 -1
  354. package/deprecated/dist/components/templates/views/public/home.view.html +0 -1
  355. package/deprecated/dist/components/templates/views/public/menu.view.html +0 -1
  356. package/deprecated/dist/css/app.css +0 -1
  357. package/deprecated/dist/i18n/locale_en_us.json +0 -126
  358. package/deprecated/dist/i18n/locale_pt_br.json +0 -126
  359. package/deprecated/dist/img/cron-icon/crn-QRCode.svg +0 -1
  360. package/deprecated/dist/img/cron-icon/crn-anchor.svg +0 -1
  361. package/deprecated/dist/img/cron-icon/crn-button-bar.svg +0 -1
  362. package/deprecated/dist/img/cron-icon/crn-button.svg +0 -1
  363. package/deprecated/dist/img/cron-icon/crn-card.svg +0 -1
  364. package/deprecated/dist/img/cron-icon/crn-carousel.svg +0 -1
  365. package/deprecated/dist/img/cron-icon/crn-chart.svg +0 -1
  366. package/deprecated/dist/img/cron-icon/crn-checkbox.svg +0 -1
  367. package/deprecated/dist/img/cron-icon/crn-container.svg +0 -1
  368. package/deprecated/dist/img/cron-icon/crn-cron-crud.svg +0 -1
  369. package/deprecated/dist/img/cron-icon/crn-datasource.svg +0 -1
  370. package/deprecated/dist/img/cron-icon/crn-dynamic-file.svg +0 -1
  371. package/deprecated/dist/img/cron-icon/crn-dynamic-image.svg +0 -1
  372. package/deprecated/dist/img/cron-icon/crn-enterprise-dynamic-combobox.svg +0 -1
  373. package/deprecated/dist/img/cron-icon/crn-evaluation.svg +0 -1
  374. package/deprecated/dist/img/cron-icon/crn-form.svg +0 -1
  375. package/deprecated/dist/img/cron-icon/crn-header.svg +0 -1
  376. package/deprecated/dist/img/cron-icon/crn-icon.svg +0 -1
  377. package/deprecated/dist/img/cron-icon/crn-image.svg +0 -1
  378. package/deprecated/dist/img/cron-icon/crn-infinite-scroll.svg +0 -1
  379. package/deprecated/dist/img/cron-icon/crn-input-floating.svg +0 -1
  380. package/deprecated/dist/img/cron-icon/crn-input-inline.svg +0 -1
  381. package/deprecated/dist/img/cron-icon/crn-ion-footer-bar.svg +0 -1
  382. package/deprecated/dist/img/cron-icon/crn-ion-list.svg +0 -1
  383. package/deprecated/dist/img/cron-icon/crn-item-swipe.svg +0 -1
  384. package/deprecated/dist/img/cron-icon/crn-kendo-chat.svg +0 -1
  385. package/deprecated/dist/img/cron-icon/crn-label.svg +0 -1
  386. package/deprecated/dist/img/cron-icon/crn-list-avatar.svg +0 -1
  387. package/deprecated/dist/img/cron-icon/crn-list-icon.svg +0 -1
  388. package/deprecated/dist/img/cron-icon/crn-list-item-avatar.svg +0 -1
  389. package/deprecated/dist/img/cron-icon/crn-list-item-icon.svg +0 -1
  390. package/deprecated/dist/img/cron-icon/crn-list-item-thumbnail.svg +0 -1
  391. package/deprecated/dist/img/cron-icon/crn-list-item.svg +0 -1
  392. package/deprecated/dist/img/cron-icon/crn-list-swipe.svg +0 -1
  393. package/deprecated/dist/img/cron-icon/crn-list-thumbnail.svg +0 -1
  394. package/deprecated/dist/img/cron-icon/crn-list.svg +0 -1
  395. package/deprecated/dist/img/cron-icon/crn-map.svg +0 -1
  396. package/deprecated/dist/img/cron-icon/crn-multiselect.svg +0 -1
  397. package/deprecated/dist/img/cron-icon/crn-paragraph.svg +0 -1
  398. package/deprecated/dist/img/cron-icon/crn-plugin.svg +0 -1
  399. package/deprecated/dist/img/cron-icon/crn-radio.svg +0 -1
  400. package/deprecated/dist/img/cron-icon/crn-radiogroup.svg +0 -1
  401. package/deprecated/dist/img/cron-icon/crn-range.svg +0 -1
  402. package/deprecated/dist/img/cron-icon/crn-rating.svg +0 -1
  403. package/deprecated/dist/img/cron-icon/crn-select.svg +0 -1
  404. package/deprecated/dist/img/cron-icon/crn-spacer.svg +0 -1
  405. package/deprecated/dist/img/cron-icon/crn-tabs-icon-only.svg +0 -1
  406. package/deprecated/dist/img/cron-icon/crn-tabs.svg +0 -1
  407. package/deprecated/dist/img/cron-icon/crn-text-component.svg +0 -1
  408. package/deprecated/dist/img/cron-icon/crn-textarea.svg +0 -1
  409. package/deprecated/dist/img/cron-icon/crn-textinput.svg +0 -1
  410. package/deprecated/dist/img/cron-icon/crn-textinputbutton.svg +0 -1
  411. package/deprecated/dist/img/cron-icon/crn-textinputicon.svg +0 -1
  412. package/deprecated/dist/img/cron-icon/crn-toggle.svg +0 -1
  413. package/deprecated/dist/img/cron-icon/crn-video.svg +0 -1
  414. package/deprecated/dist/img/placehold-100x100.png +0 -0
  415. package/deprecated/dist/img/placehold-300x200.png +0 -0
  416. package/deprecated/dist/img/placehold-900x500.png +0 -0
  417. package/deprecated/dist/img/qr-code.png +0 -0
  418. package/deprecated/dist/img/svg-charts.svg +0 -1
  419. package/deprecated/dist/img/user.svg +0 -1
  420. package/deprecated/dist/js/LanguageSelectDirective.js +0 -1
  421. package/deprecated/dist/js/LocaleService.js +0 -1
  422. package/deprecated/dist/js/app.authentication.js +0 -1
  423. package/deprecated/dist/js/app.js +0 -1
  424. package/deprecated/dist/js/controllers.authentication.js +0 -1
  425. package/deprecated/dist/js/controllers.js +0 -1
  426. package/deprecated/dist/js/custom.controllers.js +0 -1
  427. package/deprecated/dist/js/customModules.js +0 -1
  428. package/deprecated/dist/js/customStateProvider.js +0 -0
  429. package/deprecated/dist/js/directives.js +0 -17
  430. package/deprecated/dist/js/filters.js +0 -1
  431. package/deprecated/dist/js/local-dateformat.directive.js +0 -1
  432. package/deprecated/dist/js/reports/parameters.controller.js +0 -1
  433. package/deprecated/dist/js/reports/reports.service.js +0 -1
  434. package/deprecated/dist/js/services.js +0 -1
  435. package/deprecated/dist/js/upload.service.js +0 -1
  436. package/deprecated/img/cron-icon/crn-QRCode.svg +0 -38
  437. package/deprecated/img/cron-icon/crn-anchor.svg +0 -29
  438. package/deprecated/img/cron-icon/crn-button-bar.svg +0 -1
  439. package/deprecated/img/cron-icon/crn-button.svg +0 -24
  440. package/deprecated/img/cron-icon/crn-card.svg +0 -1
  441. package/deprecated/img/cron-icon/crn-carousel.svg +0 -26
  442. package/deprecated/img/cron-icon/crn-chart.svg +0 -19
  443. package/deprecated/img/cron-icon/crn-checkbox.svg +0 -15
  444. package/deprecated/img/cron-icon/crn-container.svg +0 -1
  445. package/deprecated/img/cron-icon/crn-cron-crud.svg +0 -28
  446. package/deprecated/img/cron-icon/crn-datasource.svg +0 -27
  447. package/deprecated/img/cron-icon/crn-dynamic-file.svg +0 -1
  448. package/deprecated/img/cron-icon/crn-dynamic-image.svg +0 -25
  449. package/deprecated/img/cron-icon/crn-enterprise-dynamic-combobox.svg +0 -27
  450. package/deprecated/img/cron-icon/crn-evaluation.svg +0 -1
  451. package/deprecated/img/cron-icon/crn-form.svg +0 -24
  452. package/deprecated/img/cron-icon/crn-header.svg +0 -18
  453. package/deprecated/img/cron-icon/crn-icon.svg +0 -23
  454. package/deprecated/img/cron-icon/crn-image.svg +0 -20
  455. package/deprecated/img/cron-icon/crn-infinite-scroll.svg +0 -1
  456. package/deprecated/img/cron-icon/crn-input-floating.svg +0 -1
  457. package/deprecated/img/cron-icon/crn-input-inline.svg +0 -1
  458. package/deprecated/img/cron-icon/crn-ion-footer-bar.svg +0 -1
  459. package/deprecated/img/cron-icon/crn-ion-list.svg +0 -1
  460. package/deprecated/img/cron-icon/crn-item-swipe.svg +0 -15
  461. package/deprecated/img/cron-icon/crn-kendo-chat.svg +0 -1
  462. package/deprecated/img/cron-icon/crn-label.svg +0 -1
  463. package/deprecated/img/cron-icon/crn-list-avatar.svg +0 -1
  464. package/deprecated/img/cron-icon/crn-list-icon.svg +0 -1
  465. package/deprecated/img/cron-icon/crn-list-item-avatar.svg +0 -1
  466. package/deprecated/img/cron-icon/crn-list-item-icon.svg +0 -1
  467. package/deprecated/img/cron-icon/crn-list-item-thumbnail.svg +0 -1
  468. package/deprecated/img/cron-icon/crn-list-item.svg +0 -1
  469. package/deprecated/img/cron-icon/crn-list-swipe.svg +0 -17
  470. package/deprecated/img/cron-icon/crn-list-thumbnail.svg +0 -17
  471. package/deprecated/img/cron-icon/crn-list.svg +0 -16
  472. package/deprecated/img/cron-icon/crn-map.svg +0 -1
  473. package/deprecated/img/cron-icon/crn-multiselect.svg +0 -1
  474. package/deprecated/img/cron-icon/crn-paragraph.svg +0 -1
  475. package/deprecated/img/cron-icon/crn-plugin.svg +0 -44
  476. package/deprecated/img/cron-icon/crn-radio.svg +0 -21
  477. package/deprecated/img/cron-icon/crn-radiogroup.svg +0 -25
  478. package/deprecated/img/cron-icon/crn-range.svg +0 -1
  479. package/deprecated/img/cron-icon/crn-rating.svg +0 -20
  480. package/deprecated/img/cron-icon/crn-select.svg +0 -1
  481. package/deprecated/img/cron-icon/crn-spacer.svg +0 -1
  482. package/deprecated/img/cron-icon/crn-tabs-icon-only.svg +0 -24
  483. package/deprecated/img/cron-icon/crn-tabs.svg +0 -17
  484. package/deprecated/img/cron-icon/crn-text-component.svg +0 -22
  485. package/deprecated/img/cron-icon/crn-textarea.svg +0 -22
  486. package/deprecated/img/cron-icon/crn-textinput.svg +0 -23
  487. package/deprecated/img/cron-icon/crn-textinputbutton.svg +0 -33
  488. package/deprecated/img/cron-icon/crn-textinputicon.svg +0 -29
  489. package/deprecated/img/cron-icon/crn-toggle.svg +0 -1
  490. package/deprecated/img/cron-icon/crn-video.svg +0 -1
  491. package/deprecated/img/placehold-100x100.png +0 -0
  492. package/deprecated/img/placehold-300x200.png +0 -0
  493. package/deprecated/img/placehold-900x500.png +0 -0
  494. package/deprecated/img/qr-code.png +0 -0
  495. package/deprecated/img/svg-charts.svg +0 -1
  496. package/deprecated/img/user.svg +0 -18
@@ -1,75 +0,0 @@
1
- {
2
- "name": "crn-list",
3
- "text_pt_BR": "Lista simples",
4
- "text_en_US": "Simple list",
5
- "image": "/node_modules/cronapp-framework-mobile-js/img/cron-icon/crn-list.svg",
6
- "description": "Lista de cartão com texto",
7
- "description_en_US": "Card list with text",
8
- "category": [
9
- "LISTS"
10
- ],
11
- "templateURL": "src/main/mobileapp/www/node_modules/cronapp-framework-mobile-js/dist/components/templates/list.template.html",
12
- "forcedGroup": true,
13
- "wrapper": false,
14
- "childrenProperties": [
15
- {
16
- "name": "crn-datasource",
17
- "selector": "div",
18
- "displayName_pt_BR": "Fonte de dados",
19
- "displayName_en_US": "Datasource",
20
- "type": "pageDatasource",
21
- "order": 1,
22
- "mandatory": true
23
- },
24
- {
25
- "name": "ng-click",
26
- "selector": "div",
27
- "type": "event"
28
- },
29
- {
30
- "name": "on-tap",
31
- "selector": "div",
32
- "type": "event"
33
- },
34
- {
35
- "name": "on-double-tap",
36
- "selector": "div",
37
- "type": "event"
38
- },
39
- {
40
- "name": "on-hold",
41
- "selector": "div",
42
- "type": "event"
43
- },
44
- {
45
- "name": "on-swipe",
46
- "selector": "div",
47
- "type": "event"
48
- },
49
- {
50
- "name": "on-drag",
51
- "selector": "div",
52
- "type": "event"
53
- }
54
- ],
55
- "properties": {
56
- "id": {
57
- "order": 1
58
- },
59
- "class": {
60
- "order": 9999
61
- },
62
- "ng-click": {
63
- "type": "event"
64
- }
65
- },
66
- "handleRules": {
67
- "canIncrement": true,
68
- "rules": [
69
- {
70
- "sourceHTML": "<ion-item data-component=\"crn-list-item\" class=\"item dark text-left item-content\" xattr-theme=\"dark\" xattr-text-position=\"text-left\" id=\"crn-list-item-${RANDOM}\" data-replace=\"true\">Item 1</ion-item>",
71
- "targetSelector": "div"
72
- }
73
- ]
74
- }
75
- }
@@ -1,55 +0,0 @@
1
- {
2
- "name": "crn-map",
3
- "text_pt_BR": "Mapa",
4
- "text_en_US": "Map",
5
- "image": "/node_modules/cronapp-framework-mobile-js/img/cron-icon/crn-map.svg",
6
- "description": "Estrutura para visualização de mapa estático",
7
- "description_en_US": "Structure for static map visualization",
8
- "category": [
9
- "LAYOUTS"
10
- ],
11
- "templateURL": "src/main/mobileapp/www/node_modules/cronapp-framework-mobile-js/dist/components/templates/maps.template.html",
12
- "designTimeHTMLURL": "src/main/mobileapp/www/node_modules/cronapp-framework-mobile-js/dist/components/templates/maps.designtime.html",
13
- "designTimeSelector": "cron-map",
14
- "designTimeDynamic": true,
15
- "properties": {
16
- "id": {
17
- "order": 1
18
- },
19
- "class": {
20
- "order": 9999
21
- },
22
- "src": {
23
- "displayName_pt_BR": "Link incorporado",
24
- "displayName_en_US": "Embedded link",
25
- "order": 1
26
- },
27
- "width": {
28
- "displayName_pt_BR": "Largura do mapa",
29
- "displayName_en_US": "Map width",
30
- "order": 2
31
- },
32
- "height": {
33
- "displayName_pt_BR": "Altura do mapa",
34
- "displayName_en_US": "Map height",
35
- "order": 3
36
- }
37
- },
38
- "childrenProperties": [
39
- {
40
- "name": "src",
41
- "selector": "cron-map",
42
- "type": "text"
43
- },
44
- {
45
- "name": "width",
46
- "selector": "cron-map",
47
- "type": "text"
48
- },
49
- {
50
- "name": "height",
51
- "selector": "cron-map",
52
- "type": "text"
53
- }
54
- ]
55
- }
@@ -1,32 +0,0 @@
1
- {
2
- "name": "crn-mobile-menu",
3
- "onDoubleClick": "openEditor",
4
- "onDrop": "openEditor",
5
- "text_pt_BR": "Menu Dinâmico",
6
- "text_en_US": "Dynamic Menu",
7
- "class": "adjust-icon mdi mdi-menu",
8
- "order": 11,
9
- "wrapper": false,
10
- "pallete": false,
11
- "designTimeDynamic": true,
12
- "designTimeHTMLURL": "src/main/mobileapp/www/node_modules/cronapp-framework-mobile-js/dist/components/templates/cron-mobile-menu.designtime.html",
13
- "designTimeSelector": ":self",
14
- "properties": {
15
- "class": {
16
- "order": 9999
17
- },
18
- "id": {
19
- "order": 1
20
- }
21
- },
22
- "childrenProperties": [
23
- {
24
- "name": "options",
25
- "selector": "cron-mobile-menu",
26
- "displayName_pt_BR": "Configuração",
27
- "displayName_en_US": "Configuration",
28
- "type": "text",
29
- "order": 1
30
- }
31
- ]
32
- }
@@ -1,110 +0,0 @@
1
- {
2
- "name": "crn-multiselect",
3
- "text_pt_BR": "Seleção múltipla",
4
- "text_en_US": "Multiselect",
5
- "image": "/node_modules/cronapp-framework-mobile-js/img/cron-icon/crn-multiselect.svg",
6
- "description": "Caixa de seleção para selecionar mais de um item",
7
- "description_en_US": "Checkbox to select more than one item",
8
- "category": [
9
- "INPUTS", "FORMS"
10
- ],
11
- "wrapper": false,
12
- "templateURL": "src/main/mobileapp/www/node_modules/cronapp-framework-mobile-js/dist/components/templates/multiselect.template.html",
13
- "properties": {
14
- "id": {
15
- "order": 1
16
- },
17
- "class": {
18
- "order": 9999
19
- },
20
- "ng-click": {
21
- "removable": false,
22
- "type": "event"
23
- },
24
- "on-hold": {
25
- "removable": false,
26
- "type": "event"
27
- },
28
- "on-double-tap": {
29
- "removable": false,
30
- "type": "event"
31
- },
32
- "on-tap": {
33
- "removable": false,
34
- "type": "event"
35
- },
36
- "on-swipe": {
37
- "removable": false,
38
- "type": "event"
39
- },
40
- "on-drag": {
41
- "removable": false,
42
- "type": "event"
43
- }
44
- },
45
- "childrenProperties": [
46
- {
47
- "name": "crn-datasource",
48
- "selector": "select",
49
- "displayName_pt_BR": "Fonte de dados",
50
- "displayName_en_US": "Datasource",
51
- "type": "pageDatasource",
52
- "onDisplay": "javascript:function() { return arguments[0].replace('vars.',''); }",
53
- "order": 1,
54
- "mandatory": true
55
- },
56
- {
57
- "name": "ng-model",
58
- "selector": "select",
59
- "displayName_pt_BR": "Valor",
60
- "displayName_en_US": "Value",
61
- "type": "allDatasourceFields",
62
- "onSave": "javascript:function() {var result = arguments[0]; if (result.indexOf('.') == -1 && result.trim().length > 0 ) { result = 'vars.'+result; } return result; }",
63
- "onDisplay": "javascript:function() { return arguments[0].replace('vars.',''); }",
64
- "mandatory": true
65
- },
66
- {
67
- "name": "xkey-field",
68
- "selector": "select",
69
- "displayName_pt_BR": "Campo Chave",
70
- "displayName_en_US": "Key Field",
71
- "type": "datasourceFieldList",
72
- "mandatory": true,
73
- "order": 2
74
- },
75
- {
76
- "name": "xdisplay-field",
77
- "selector": "select",
78
- "displayName_pt_BR": "Campo Texto",
79
- "displayName_en_US": "Display Field",
80
- "type": "datasourceFieldList",
81
- "mandatory": true,
82
- "order": 3
83
- },
84
- {
85
- "name": "content",
86
- "selector": "span",
87
- "displayName_pt_BR": "Título",
88
- "displayName_en_US": "Title",
89
- "type": "text",
90
- "order": 4
91
- }
92
- ],
93
- "styles": [
94
- {
95
- "selector": "div#{id}",
96
- "text_pt_BR": "Plano de fundo",
97
- "text_en_US": "Background"
98
- },
99
- {
100
- "selector": "div#{id} span",
101
- "text_pt_BR": "Título",
102
- "text_en_US": "Título"
103
- },
104
- {
105
- "selector": "div#{id} .form-control",
106
- "text_pt_BR": "Item selecionado",
107
- "text_en_US": "Selected item"
108
- }
109
- ]
110
- }
@@ -1,106 +0,0 @@
1
- {
2
- "name": "crn-navbar",
3
- "onDrop": "openEditor",
4
- "onDoubleClick": "openEditor",
5
- "text_pt_BR": "Barra de navegação",
6
- "text_en_US": "Navbar",
7
- "class": "adjust-icon mdi mdi-navigation",
8
- "template": "",
9
- "pallete": false,
10
- "forcedGroup": true,
11
- "properties": {
12
- "xattr-theme": {
13
- "displayName": "Theme"
14
- }
15
- },
16
- "controls": {
17
- "ungroup": false,
18
- "resizable": false,
19
- "additive": false,
20
- "duplicable": false,
21
- "pluggable": false,
22
- "removable": false
23
- },
24
- "droppableArea": {
25
- "onmiddle": true,
26
- "ontop": false,
27
- "onbottom": false,
28
- "onleft": false,
29
- "onright": false
30
- },
31
- "childrenProperties": [
32
- {
33
- "name": "options",
34
- "selector": "cron-mobile-menu",
35
- "displayName_pt_BR": "Configuração",
36
- "displayName_en_US": "Configuration",
37
- "type": "text",
38
- "order": 1
39
- },
40
- {
41
- "name": "content",
42
- "selector": "h1[class='title']",
43
- "displayName_pt_BR": "Título",
44
- "displayName_en_US": "Title",
45
- "type": "content"
46
- }
47
- ],
48
- "attributesForPreview": [
49
- {
50
- "name": "xattr-theme",
51
- "type": "options",
52
- "target": "class",
53
- "values": [
54
- {
55
- "key": "",
56
- "value": "Default"
57
- },
58
- {
59
- "key": "bar-assertive",
60
- "value": "Assertive",
61
- "color": "#ef473a"
62
- },
63
- {
64
- "key": "bar-balanced",
65
- "value": "Balanced",
66
- "color": "#33cd5f"
67
- },
68
- {
69
- "key": "bar-energized",
70
- "value": "Energized",
71
- "color": "#ffc900"
72
- },
73
- {
74
- "key": "bar-light",
75
- "value": "Light",
76
- "color": "#fff"
77
- },
78
- {
79
- "key": "bar-stable",
80
- "value": "Stable",
81
- "color": "#f8f8f8"
82
- },
83
- {
84
- "key": "bar-calm",
85
- "value": "Calm",
86
- "color": "#11c1f3"
87
- },
88
- {
89
- "key": "bar-positive",
90
- "value": "Positive",
91
- "color": "#387ef5"
92
- },
93
- {
94
- "key": "bar-royal",
95
- "value": "Royal",
96
- "color": "#886aea"
97
- },
98
- {
99
- "key": "bar-dark",
100
- "value": "Dark",
101
- "color": "#444"
102
- }
103
- ]
104
- }
105
- ]
106
- }
@@ -1,72 +0,0 @@
1
- {
2
- "name": "crn-option-button",
3
- "text": "Option Button",
4
- "pallete": false,
5
- "class": "adjust-icon mdi mdi-stop",
6
- "template": "<ion-option-button class=\"button-positive button\"><i class=\"icon ion-home\">home</i></ion-option-button>",
7
- "groupedChildren": [
8
- {
9
- "text_pt_BR": "Ícone",
10
- "text_en_US": "Icon",
11
- "selector": "i"
12
- }
13
- ],
14
- "attributesForPreview": [
15
- {
16
- "name": "xattr-theme",
17
- "type": "options",
18
- "target": "class",
19
- "values": [
20
- {
21
- "key": "",
22
- "value": "Default"
23
- },
24
- {
25
- "key": "button-assertive",
26
- "value": "Assertive",
27
- "color": "#ef473a"
28
- },
29
- {
30
- "key": "button-balanced",
31
- "value": "Balanced",
32
- "color": "#33cd5f"
33
- },
34
- {
35
- "key": "button-energized",
36
- "value": "Energized",
37
- "color": "#ffc900"
38
- },
39
- {
40
- "key": "button-light",
41
- "value": "Light",
42
- "color": "#fff"
43
- },
44
- {
45
- "key": "button-stable",
46
- "value": "Stable",
47
- "color": "#f8f8f8"
48
- },
49
- {
50
- "key": "button-calm",
51
- "value": "Calm",
52
- "color": "#11c1f3"
53
- },
54
- {
55
- "key": "button-positive",
56
- "value": "Positive",
57
- "color": "#387ef5"
58
- },
59
- {
60
- "key": "button-royal",
61
- "value": "Royal",
62
- "color": "#886aea"
63
- },
64
- {
65
- "key": "button-dark",
66
- "value": "Dark",
67
- "color": "#444"
68
- }
69
- ]
70
- }
71
- ]
72
- }
@@ -1,110 +0,0 @@
1
- {
2
- "name": "crn-paragraph",
3
- "text_pt_BR": "Parágrafo",
4
- "text_en_US": "Paragraph",
5
- "image": "/node_modules/cronapp-framework-mobile-js/img/cron-icon/crn-paragraph.svg",
6
- "description": "Estrutura para inserir texto longo",
7
- "description_en_US": "Structure for inserting long text",
8
- "category": [
9
- "TEXTS", "LAYOUTS"
10
- ],
11
- "wrapper": false,
12
- "template": "<p xattr-position=\"text-center\" style=\"font-size: 14px;\" class=\"text-center\" xattr-type=\"font-size: 14px;\">Some friendly Paragraph</p>",
13
- "properties": {
14
- "id": {
15
- "order": 1
16
- },
17
- "class": {
18
- "order": 9999
19
- },
20
- "xattr-type": {
21
- "displayName_pt_BR": "Tamanho da letra",
22
- "displayName_en_US": "Font size",
23
- "order": 3
24
- },
25
- "xattr-position": {
26
- "displayName_pt_BR": "Posição do texto",
27
- "displayName_en_US": "Text position"
28
- },
29
- "ng-click": {
30
- "removable": true,
31
- "type": "event"
32
- },
33
- "on-hold": {
34
- "removable": true,
35
- "type": "event"
36
- },
37
- "on-double-tap": {
38
- "removable": true,
39
- "type": "event"
40
- },
41
- "on-tap": {
42
- "removable": true,
43
- "type": "event"
44
- },
45
- "on-swipe": {
46
- "removable": true,
47
- "type": "event"
48
- },
49
- "on-drag": {
50
- "removable": true,
51
- "type": "event"
52
- }
53
- },
54
- "attributesForPreview": [
55
- {
56
- "name": "xattr-position",
57
- "type": "btngroup",
58
- "target": "class",
59
- "values": [
60
- {
61
- "key": "text-left",
62
- "value_pt_BR": "Esquerda",
63
- "value_en_US": "Left",
64
- "icon": "mdi mdi-ray-start"
65
- },
66
- {
67
- "key": "text-center",
68
- "value_pt_BR": "Centro",
69
- "value_en_US": "Center",
70
- "icon": "mdi mdi-ray-vertex"
71
- },
72
- {
73
- "key": "text-right",
74
- "value_pt_BR": "Direita",
75
- "value_en_US": "Right",
76
- "icon": "mdi mdi-ray-end"
77
- }
78
- ]
79
- },
80
- {
81
- "name": "xattr-type",
82
- "type": "options",
83
- "target": "style",
84
- "values": [
85
- {
86
- "key": "font-size: 14px;",
87
- "value_pt_BR": "Padrão",
88
- "value_en_US": "Default"
89
- },
90
- {
91
- "key": "font-size: 18px;",
92
- "value_pt_BR": "Texto médio",
93
- "value_en_US": "Medium text"
94
- },
95
- {
96
- "key": "font-size: 25px;",
97
- "value_pt_BR": "Texto grande",
98
- "value_en_US": "Large text"
99
- }
100
- ]
101
- }
102
- ],
103
- "childrenProperties": [
104
- {
105
- "name": "ng-mouseover",
106
- "selector": "p",
107
- "type": "event"
108
- }
109
- ]
110
- }
@@ -1,90 +0,0 @@
1
- {
2
- "name": "crn-radio",
3
- "text_pt_BR": "Lista de Opção",
4
- "text_en_US": "Radio Group",
5
- "image": "/node_modules/cronapp-framework-mobile-js/img/cron-icon/crn-radio.svg",
6
- "description": "Caixa de seleção redonda com texto",
7
- "description_en_US": "Round selection box with text",
8
- "category": [
9
- "LISTS"
10
- ],
11
- "wrapper": false,
12
- "templateURL": "src/main/mobileapp/www/node_modules/cronapp-framework-mobile-js/dist/components/templates/radiogroup.template.html",
13
- "properties": {
14
- "id": {
15
- "order": 2
16
- },
17
- "class": {
18
- "order": 9999
19
- },
20
- "ng-model": {
21
- "onSave": "javascript:function() { var result = arguments[0]; if (result.indexOf('.') == -1 && result.trim().length > 0 ) { result = 'vars.'+result; } return result; }",
22
- "onDisplay": "javascript:function() { return arguments[0].replace('vars.',''); }",
23
- "order": 1,
24
- "mandatory": true
25
- }
26
- },
27
- "handleRules": {
28
- "canIncrement": true,
29
- "rules": [
30
- {
31
- "sourceHTML": "<div data-component=\"crn-radioOption\"><label class=\"item item-radio\" crn-value=\"\" value=\"${RANDOM}\"><input aria-label\"Aria Label Text\" type=\"radio\" name=\"group\"><div class=\"radio-content\"><div class=\"item-content\"> Choose Other </div><i class=\"radio-icon ion-checkmark\"></i></div></label><div>",
32
- "targetSelector": ":self"
33
- }
34
- ]
35
- },
36
- "styles": [
37
- {
38
- "selector": "div#{id} .item-divider",
39
- "text_pt_BR": "Título",
40
- "text_en_US": "Title"
41
- },
42
- {
43
- "selector": "div#{id} .item-content",
44
- "text_pt_BR": "Opção",
45
- "text_en_US": "Option"
46
- },
47
- {
48
- "selector": "div#{id} .item-radio input:checked + .radio-content .item-content",
49
- "text_pt_BR": "Item selecionado",
50
- "text_en_US": "Selected item"
51
- },
52
- {
53
- "selector": "div#{id} .ion-checkmark",
54
- "text_pt_BR": "Marcador",
55
- "text_en_US": "Checkmark"
56
- }
57
- ],
58
- "childrenProperties": [
59
- {
60
- "name": "ng-click",
61
- "selector": "label",
62
- "type": "event"
63
- },
64
- {
65
- "name": "on-tap",
66
- "selector": "label",
67
- "type": "event"
68
- },
69
- {
70
- "name": "on-double-tap",
71
- "selector": "label",
72
- "type": "event"
73
- },
74
- {
75
- "name": "on-hold",
76
- "selector": "label",
77
- "type": "event"
78
- },
79
- {
80
- "name": "on-drag",
81
- "selector": "label",
82
- "type": "event"
83
- },
84
- {
85
- "name": "on-swipe",
86
- "selector": "label",
87
- "type": "event"
88
- }
89
- ]
90
- }
@@ -1,23 +0,0 @@
1
- {
2
- "name": "crn-radioOption",
3
- "text_pt_BR": "Item da lista de opções",
4
- "text_en_US": "Options list item",
5
- "pallete": false,
6
- "childrenProperties": [
7
- {
8
- "name": "value",
9
- "selector": "label[value]",
10
- "displayName_pt_BR": "Valor do campo",
11
- "displayName_en_US": "Field value",
12
- "type": "text"
13
- },
14
- {
15
- "name": "content",
16
- "selector": "div.item-content",
17
- "displayName_pt_BR": "Valor de exibição",
18
- "displayName_en_US": "Text value",
19
- "type": "text",
20
- "onDisplay": "javascript:function() { return arguments[0].trim(); }"
21
- }
22
- ]
23
- }