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
@@ -6,7 +6,8 @@
6
6
  "description": "Botão",
7
7
  "description_en_US": "Button",
8
8
  "category": [
9
- "BUTTONS", "FORMS"
9
+ "BUTTONS",
10
+ "FORMS"
10
11
  ],
11
12
  "wrapper": false,
12
13
  "templateURL": "src/main/mobileapp/www/node_modules/cronapp-framework-mobile-js/dist/components/templates/button.template.html",
@@ -163,61 +164,71 @@
163
164
  "key": "button-default",
164
165
  "value_pt_BR": "Padrão do tema",
165
166
  "value_en_US": "Default theme",
166
- "color": "--btnDefault"
167
+ "color": "--btnDefault",
168
+ "borderColor": "--borderBtnDefault"
167
169
  },
168
170
  {
169
171
  "key": "button-positive",
170
172
  "value_pt_BR": "Secundário",
171
173
  "value_en_US": "Secondary",
172
- "color": "--btnPrimary"
174
+ "color": "--btnPrimary",
175
+ "borderColor": "--borderBtnPrimary"
173
176
  },
174
177
  {
175
178
  "key": "button-balanced",
176
179
  "value_pt_BR": "Sucesso",
177
180
  "value_en_US": "Success",
178
- "color": "--btnSuccess"
181
+ "color": "--btnSuccess",
182
+ "borderColor": "--borderBtnSuccess"
179
183
  },
180
184
  {
181
185
  "key": "button-calm",
182
186
  "value_pt_BR": "Informação",
183
187
  "value_en_US": "Info",
184
- "color": "--btnCalm"
188
+ "color": "--btnCalm",
189
+ "borderColor": "--borderBtnCalm"
185
190
  },
186
191
  {
187
192
  "key": "button-energized",
188
193
  "value_pt_BR": "Aviso",
189
194
  "value_en_US": "Warning",
190
- "color": "--btnWarning"
195
+ "color": "--btnWarning",
196
+ "borderColor": "--borderBtnWarning"
191
197
  },
192
198
  {
193
199
  "key": "button-assertive",
194
200
  "value_pt_BR": "Perigo",
195
201
  "value_en_US": "Danger",
196
- "color": "--btnDanger"
202
+ "color": "--btnDanger",
203
+ "borderColor": "--borderBtnDanger"
197
204
  },
198
205
  {
199
206
  "key": "button-light",
200
207
  "value_pt_BR": "Claro",
201
208
  "value_en_US": "Light",
202
- "color": "--btnLight"
209
+ "color": "--btnLight",
210
+ "borderColor": "--borderBtnLight"
203
211
  },
204
212
  {
205
213
  "key": "button-stable",
206
214
  "value_pt_BR": "Estável",
207
215
  "value_en_US": "Stable",
208
- "color": "--btnStable"
216
+ "color": "--btnStable",
217
+ "borderColor": "--borderBtnStable"
209
218
  },
210
219
  {
211
220
  "key": "button-royal",
212
221
  "value_pt_BR": "Real",
213
222
  "value_en_US": "Royal",
214
- "color": "--btnRoyal"
223
+ "color": "--btnRoyal",
224
+ "borderColor": "--borderBtnRoyal"
215
225
  },
216
226
  {
217
227
  "key": "button-dark",
218
228
  "value_pt_BR": "Escuro",
219
229
  "value_en_US": "Dark",
220
- "color": "--btnDark"
230
+ "color": "--btnDark",
231
+ "borderColor": "--borderBtnDark"
221
232
  }
222
233
  ]
223
234
  },
@@ -229,52 +240,62 @@
229
240
  {
230
241
  "key": "default",
231
242
  "value_pt_BR": "Padrão do tema",
232
- "value_en_US": "Default theme"
243
+ "value_en_US": "Default theme",
244
+ "color": "--textColorDefault"
233
245
  },
234
246
  {
235
247
  "key": "positive",
236
248
  "value_pt_BR": "Secundário",
237
- "value_en_US": "Secondary"
249
+ "value_en_US": "Secondary",
250
+ "color": "--textColorPrimary"
238
251
  },
239
252
  {
240
253
  "key": "balanced",
241
254
  "value_pt_BR": "Sucesso",
242
- "value_en_US": "Success"
255
+ "value_en_US": "Success",
256
+ "color": "--textColorSuccess"
243
257
  },
244
258
  {
245
259
  "key": "calm",
246
260
  "value_pt_BR": "Informação",
247
- "value_en_US": "Info"
261
+ "value_en_US": "Info",
262
+ "color": "--textColorCalm"
248
263
  },
249
264
  {
250
265
  "key": "energized",
251
266
  "value_pt_BR": "Aviso",
252
- "value_en_US": "Warning"
267
+ "value_en_US": "Warning",
268
+ "color": "--textColorWarning"
253
269
  },
254
270
  {
255
271
  "key": "assertive",
256
272
  "value_pt_BR": "Perigo",
257
- "value_en_US": "Danger"
273
+ "value_en_US": "Danger",
274
+ "color": "--textColorDanger"
258
275
  },
259
276
  {
260
277
  "key": "light",
261
278
  "value_pt_BR": "Claro",
262
- "value_en_US": "Light"
279
+ "value_en_US": "Light",
280
+ "color": "--textColorLight"
263
281
  },
264
282
  {
265
283
  "key": "stable",
266
284
  "value_pt_BR": "Estável",
267
- "value_en_US": "Stable"
285
+ "value_en_US": "Stable",
286
+ "color": "--textColorStable"
268
287
  },
269
288
  {
270
289
  "key": "royal",
271
290
  "value_pt_BR": "Real",
272
- "value_en_US": "Royal"
291
+ "value_en_US": "Royal",
292
+ "color": "--textColorRoyal"
273
293
  },
274
294
  {
275
295
  "key": "dark",
276
296
  "value_pt_BR": "Escuro",
277
- "value_en_US": "Dark"
297
+ "value_en_US": "Dark",
298
+ "color": "--textColorDark"
278
299
  }
279
300
  ]
280
301
  }
@@ -53,61 +53,71 @@
53
53
  "key": "checkbox-default",
54
54
  "value_pt_BR": "Padrão do tema",
55
55
  "value_en_US": "Default theme",
56
- "color": "--checkboxDefault"
56
+ "color": "--checkboxDefault",
57
+ "borderColor": "--borderCheckboxDefault"
57
58
  },
58
59
  {
59
60
  "key": "checkbox-positive",
60
61
  "value_pt_BR": "Secundário",
61
62
  "value_en_US": "Secondary",
62
- "color": "--checkboxPrimary"
63
+ "color": "--checkboxPrimary",
64
+ "borderColor": "--borderCheckboxPrimary"
63
65
  },
64
66
  {
65
67
  "key": "checkbox-balanced",
66
68
  "value_pt_BR": "Sucesso",
67
69
  "value_en_US": "Success",
68
- "color": "--checkboxSuccess"
70
+ "color": "--checkboxSuccess",
71
+ "borderColor": "--borderCheckboxSuccess"
69
72
  },
70
73
  {
71
74
  "key": "checkbox-calm",
72
75
  "value_pt_BR": "Informação",
73
76
  "value_en_US": "Info",
74
- "color": "--checkboxCalm"
77
+ "color": "--checkboxCalm",
78
+ "borderColor": "--borderCheckboxCalm"
75
79
  },
76
80
  {
77
81
  "key": "checkbox-energized",
78
82
  "value_pt_BR": "Aviso",
79
83
  "value_en_US": "Warning",
80
- "color": "--checkboxWarning"
84
+ "color": "--checkboxWarning",
85
+ "borderColor": "--borderCheckboxWarning"
81
86
  },
82
87
  {
83
88
  "key": "checkbox-assertive",
84
89
  "value_pt_BR": "Perigo",
85
90
  "value_en_US": "Danger",
86
- "color": "--checkboxDanger"
91
+ "color": "--checkboxDanger",
92
+ "borderColor": "--borderCheckboxDanger"
87
93
  },
88
94
  {
89
95
  "key": "checkbox-light",
90
96
  "value_pt_BR": "Claro",
91
97
  "value_en_US": "Light",
92
- "color": "--checkboxLight"
98
+ "color": "--checkboxLight",
99
+ "borderColor": "--borderCheckboxLight"
93
100
  },
94
101
  {
95
102
  "key": "checkbox-stable",
96
103
  "value_pt_BR": "Estável",
97
104
  "value_en_US": "Stable",
98
- "color": "--checkboxStable"
105
+ "color": "--checkboxStable",
106
+ "borderColor": "--borderCheckboxStable"
99
107
  },
100
108
  {
101
109
  "key": "checkbox-royal",
102
110
  "value_pt_BR": "Real",
103
111
  "value_en_US": "Royal",
104
- "color": "--checkboxRoyal"
112
+ "color": "--checkboxRoyal",
113
+ "borderColor": "--borderCheckboxRoyal"
105
114
  },
106
115
  {
107
116
  "key": "checkbox-dark",
108
117
  "value_pt_BR": "Escuro",
109
118
  "value_en_US": "Dark",
110
- "color": "--checkboxDark"
119
+ "color": "--checkboxDark",
120
+ "borderColor": "--borderCheckboxDark"
111
121
  },
112
122
  {
113
123
  "key": "checkbox-white",
@@ -145,61 +145,71 @@
145
145
  "key": "button-default",
146
146
  "value_pt_BR": "Padrão do tema",
147
147
  "value_en_US": "Default theme",
148
- "color": "--btnDefault"
148
+ "color": "--btnDefault",
149
+ "borderColor": "--borderBtnDefault"
149
150
  },
150
151
  {
151
152
  "key": "button-positive",
152
153
  "value_pt_BR": "Secundário",
153
154
  "value_en_US": "Secondary",
154
- "color": "--btnPrimary"
155
+ "color": "--btnPrimary",
156
+ "borderColor": "--borderBtnPrimary"
155
157
  },
156
158
  {
157
159
  "key": "button-balanced",
158
160
  "value_pt_BR": "Sucesso",
159
161
  "value_en_US": "Success",
160
- "color": "--btnSuccess"
162
+ "color": "--btnSuccess",
163
+ "borderColor": "--borderBtnSuccess"
161
164
  },
162
165
  {
163
166
  "key": "button-calm",
164
167
  "value_pt_BR": "Informação",
165
168
  "value_en_US": "Info",
166
- "color": "--btnCalm"
169
+ "color": "--btnCalm",
170
+ "borderColor": "--borderBtnCalm"
167
171
  },
168
172
  {
169
173
  "key": "button-energized",
170
174
  "value_pt_BR": "Aviso",
171
175
  "value_en_US": "Warning",
172
- "color": "--btnWarning"
176
+ "color": "--btnWarning",
177
+ "borderColor": "--borderBtnWarning"
173
178
  },
174
179
  {
175
180
  "key": "button-assertive",
176
181
  "value_pt_BR": "Perigo",
177
182
  "value_en_US": "Danger",
178
- "color": "--btnDanger"
183
+ "color": "--btnDanger",
184
+ "borderColor": "--borderBtnDanger"
179
185
  },
180
186
  {
181
187
  "key": "button-light",
182
188
  "value_pt_BR": "Claro",
183
189
  "value_en_US": "Light",
184
- "color": "--btnLight"
190
+ "color": "--btnLight",
191
+ "borderColor": "--borderBtnLight"
185
192
  },
186
193
  {
187
194
  "key": "button-stable",
188
195
  "value_pt_BR": "Estável",
189
196
  "value_en_US": "Stable",
190
- "color": "--btnStable"
197
+ "color": "--btnStable",
198
+ "borderColor": "--borderBtnStable"
191
199
  },
192
200
  {
193
201
  "key": "button-royal",
194
202
  "value_pt_BR": "Real",
195
203
  "value_en_US": "Royal",
196
- "color": "--btnRoyal"
204
+ "color": "--btnRoyal",
205
+ "borderColor": "--borderBtnRoyal"
197
206
  },
198
207
  {
199
208
  "key": "button-dark",
200
209
  "value_pt_BR": "Escuro",
201
210
  "value_en_US": "Dark",
202
- "color": "--btnDark"
211
+ "color": "--btnDark",
212
+ "borderColor": "--borderBtnDark"
203
213
  }
204
214
  ]
205
215
  },
@@ -314,4 +324,4 @@
314
324
  "text_en_US": "Description"
315
325
  }
316
326
  ]
317
- }
327
+ }
@@ -90,61 +90,71 @@
90
90
  "key": "button-default",
91
91
  "value_pt_BR": "Padrão do tema",
92
92
  "value_en_US": "Default theme",
93
- "color": "--btnDefault"
93
+ "color": "--btnDefault",
94
+ "borderColor": "--borderBtnDefault"
94
95
  },
95
96
  {
96
97
  "key": "button-positive",
97
98
  "value_pt_BR": "Secundário",
98
99
  "value_en_US": "Secondary",
99
- "color": "--btnPrimary"
100
+ "color": "--btnPrimary",
101
+ "borderColor": "--borderBtnPrimary"
100
102
  },
101
103
  {
102
104
  "key": "button-balanced",
103
105
  "value_pt_BR": "Sucesso",
104
106
  "value_en_US": "Success",
105
- "color": "--btnSuccess"
107
+ "color": "--btnSuccess",
108
+ "borderColor": "--borderBtnSuccess"
106
109
  },
107
110
  {
108
111
  "key": "button-calm",
109
112
  "value_pt_BR": "Informação",
110
113
  "value_en_US": "Info",
111
- "color": "--btnCalm"
114
+ "color": "--btnCalm",
115
+ "borderColor": "--borderBtnCalm"
112
116
  },
113
117
  {
114
118
  "key": "button-energized",
115
119
  "value_pt_BR": "Aviso",
116
120
  "value_en_US": "Warning",
117
- "color": "--btnWarning"
121
+ "color": "--btnWarning",
122
+ "borderColor": "--borderBtnWarning"
118
123
  },
119
124
  {
120
125
  "key": "button-assertive",
121
126
  "value_pt_BR": "Perigo",
122
127
  "value_en_US": "Danger",
123
- "color": "--btnDanger"
128
+ "color": "--btnDanger",
129
+ "borderColor": "--borderBtnDanger"
124
130
  },
125
131
  {
126
132
  "key": "button-light",
127
133
  "value_pt_BR": "Claro",
128
134
  "value_en_US": "Light",
129
- "color": "--btnLight"
135
+ "color": "--btnLight",
136
+ "borderColor": "--borderBtnLight"
130
137
  },
131
138
  {
132
139
  "key": "button-stable",
133
140
  "value_pt_BR": "Estável",
134
141
  "value_en_US": "Stable",
135
- "color": "--btnStable"
142
+ "color": "--btnStable",
143
+ "borderColor": "--borderBtnStable"
136
144
  },
137
145
  {
138
146
  "key": "button-royal",
139
147
  "value_pt_BR": "Real",
140
148
  "value_en_US": "Royal",
141
- "color": "--btnRoyal"
149
+ "color": "--btnRoyal",
150
+ "borderColor": "--borderBtnRoyal"
142
151
  },
143
152
  {
144
153
  "key": "button-dark",
145
154
  "value_pt_BR": "Escuro",
146
155
  "value_en_US": "Dark",
147
- "color": "--btnDark"
156
+ "color": "--btnDark",
157
+ "borderColor": "--borderBtnDark"
148
158
  }
149
159
  ]
150
160
  }
@@ -261,61 +261,71 @@
261
261
  "key": "button-default",
262
262
  "value_pt_BR": "Padrão do tema",
263
263
  "value_en_US": "Default theme",
264
- "color": "--btnDefault"
264
+ "color": "--btnDefault",
265
+ "borderColor": "--borderBtnDefault"
265
266
  },
266
267
  {
267
268
  "key": "button-positive",
268
269
  "value_pt_BR": "Secundário",
269
270
  "value_en_US": "Secondary",
270
- "color": "--btnPrimary"
271
+ "color": "--btnPrimary",
272
+ "borderColor": "--borderBtnPrimary"
271
273
  },
272
274
  {
273
275
  "key": "button-balanced",
274
276
  "value_pt_BR": "Sucesso",
275
277
  "value_en_US": "Success",
276
- "color": "--btnSuccess"
278
+ "color": "--btnSuccess",
279
+ "borderColor": "--borderBtnSuccess"
277
280
  },
278
281
  {
279
282
  "key": "button-calm",
280
283
  "value_pt_BR": "Informação",
281
284
  "value_en_US": "Info",
282
- "color": "--btnCalm"
285
+ "color": "--btnCalm",
286
+ "borderColor": "--borderBtnCalm"
283
287
  },
284
288
  {
285
289
  "key": "button-energized",
286
290
  "value_pt_BR": "Aviso",
287
291
  "value_en_US": "Warning",
288
- "color": "--btnWarning"
292
+ "color": "--btnWarning",
293
+ "borderColor": "--borderBtnWarning"
289
294
  },
290
295
  {
291
296
  "key": "button-assertive",
292
297
  "value_pt_BR": "Perigo",
293
298
  "value_en_US": "Danger",
294
- "color": "--btnDanger"
299
+ "color": "--btnDanger",
300
+ "borderColor": "--borderBtnDanger"
295
301
  },
296
302
  {
297
303
  "key": "button-light",
298
304
  "value_pt_BR": "Claro",
299
305
  "value_en_US": "Light",
300
- "color": "--btnLight"
306
+ "color": "--btnLight",
307
+ "borderColor": "--borderBtnLight"
301
308
  },
302
309
  {
303
310
  "key": "button-stable",
304
311
  "value_pt_BR": "Estável",
305
312
  "value_en_US": "Stable",
306
- "color": "--btnStable"
313
+ "color": "--btnStable",
314
+ "borderColor": "--borderBtnStable"
307
315
  },
308
316
  {
309
317
  "key": "button-royal",
310
318
  "value_pt_BR": "Real",
311
319
  "value_en_US": "Royal",
312
- "color": "--btnRoyal"
320
+ "color": "--btnRoyal",
321
+ "borderColor": "--borderBtnRoyal"
313
322
  },
314
323
  {
315
324
  "key": "button-dark",
316
325
  "value_pt_BR": "Escuro",
317
326
  "value_en_US": "Dark",
318
- "color": "--btnDark"
327
+ "color": "--btnDark",
328
+ "borderColor": "--borderBtnDark"
319
329
  }
320
330
  ]
321
331
  },
@@ -328,61 +338,71 @@
328
338
  "key": "button-default",
329
339
  "value_pt_BR": "Padrão do tema",
330
340
  "value_en_US": "Default theme",
331
- "color": "--btnDefault"
341
+ "color": "--btnDefault",
342
+ "borderColor": "--borderBtnDefault"
332
343
  },
333
344
  {
334
345
  "key": "button-positive",
335
346
  "value_pt_BR": "Secundário",
336
347
  "value_en_US": "Secondary",
337
- "color": "--btnPrimary"
348
+ "color": "--btnPrimary",
349
+ "borderColor": "--borderBtnPrimary"
338
350
  },
339
351
  {
340
352
  "key": "button-balanced",
341
353
  "value_pt_BR": "Sucesso",
342
354
  "value_en_US": "Success",
343
- "color": "--btnSuccess"
355
+ "color": "--btnSuccess",
356
+ "borderColor": "--borderBtnSuccess"
344
357
  },
345
358
  {
346
359
  "key": "button-calm",
347
360
  "value_pt_BR": "Informação",
348
361
  "value_en_US": "Info",
349
- "color": "--btnCalm"
362
+ "color": "--btnCalm",
363
+ "borderColor": "--borderBtnCalm"
350
364
  },
351
365
  {
352
366
  "key": "button-energized",
353
367
  "value_pt_BR": "Aviso",
354
368
  "value_en_US": "Warning",
355
- "color": "--btnWarning"
369
+ "color": "--btnWarning",
370
+ "borderColor": "--borderBtnWarning"
356
371
  },
357
372
  {
358
373
  "key": "button-assertive",
359
374
  "value_pt_BR": "Perigo",
360
375
  "value_en_US": "Danger",
361
- "color": "--btnDanger"
376
+ "color": "--btnDanger",
377
+ "borderColor": "--borderBtnDanger"
362
378
  },
363
379
  {
364
380
  "key": "button-light",
365
381
  "value_pt_BR": "Claro",
366
382
  "value_en_US": "Light",
367
- "color": "--btnLight"
383
+ "color": "--btnLight",
384
+ "borderColor": "--borderBtnLight"
368
385
  },
369
386
  {
370
387
  "key": "button-stable",
371
388
  "value_pt_BR": "Estável",
372
389
  "value_en_US": "Stable",
373
- "color": "--btnStable"
390
+ "color": "--btnStable",
391
+ "borderColor": "--borderBtnStable"
374
392
  },
375
393
  {
376
394
  "key": "button-royal",
377
395
  "value_pt_BR": "Real",
378
396
  "value_en_US": "Royal",
379
- "color": "--btnRoyal"
397
+ "color": "--btnRoyal",
398
+ "borderColor": "--borderBtnRoyal"
380
399
  },
381
400
  {
382
401
  "key": "button-dark",
383
402
  "value_pt_BR": "Escuro",
384
403
  "value_en_US": "Dark",
385
- "color": "--btnDark"
404
+ "color": "--btnDark",
405
+ "borderColor": "--borderBtnDark"
386
406
  }
387
407
  ]
388
408
  },
@@ -433,61 +433,71 @@
433
433
  "key": "active-background-default",
434
434
  "value_pt_BR": "Padrão do tema",
435
435
  "value_en_US": "Default theme",
436
- "color": "--activeBackgroundDefault"
436
+ "color": "--activeBackgroundDefault",
437
+ "borderColor": "--borderActiveBackgroundDefault"
437
438
  },
438
439
  {
439
440
  "key": "active-background-positive",
440
441
  "value_pt_BR": "Secundário",
441
442
  "value_en_US": "Secondary",
442
- "color": "--activeBackgroundPrimary"
443
+ "color": "--activeBackgroundPrimary",
444
+ "borderColor": "--borderActiveBackgroundPrimary"
443
445
  },
444
446
  {
445
447
  "key": "active-background-balanced",
446
448
  "value_pt_BR": "Sucesso",
447
449
  "value_en_US": "Success",
448
- "color": "--activeBackgroundSecondary"
450
+ "color": "--activeBackgroundSuccess",
451
+ "borderColor": "--borderActiveBackgroundSuccess"
449
452
  },
450
453
  {
451
454
  "key": "active-background-calm",
452
455
  "value_pt_BR": "Informação",
453
456
  "value_en_US": "Info",
454
- "color": "--activeBackgroundCalm"
457
+ "color": "--activeBackgroundCalm",
458
+ "borderColor": "--borderActiveBackgroundCalm"
455
459
  },
456
460
  {
457
461
  "key": "active-background-energized",
458
462
  "value_pt_BR": "Aviso",
459
463
  "value_en_US": "Warning",
460
- "color": "--activeBackgroundWarning"
464
+ "color": "--activeBackgroundWarning",
465
+ "borderColor": "--borderActiveBackgroundWarning"
461
466
  },
462
467
  {
463
468
  "key": "active-background-assertive",
464
469
  "value_pt_BR": "Perigo",
465
470
  "value_en_US": "Danger",
466
- "color": "--activeBackgroundDanger"
471
+ "color": "--activeBackgroundDanger",
472
+ "borderColor": "--borderActiveBackgroundDanger"
467
473
  },
468
474
  {
469
475
  "key": "active-background-light",
470
476
  "value_pt_BR": "Claro",
471
477
  "value_en_US": "Light",
472
- "color": "--activeBackgroundLight"
478
+ "color": "--activeBackgroundLight",
479
+ "borderColor": "--borderActiveBackgroundLight"
473
480
  },
474
481
  {
475
482
  "key": "active-background-stable",
476
483
  "value_pt_BR": "Estável",
477
484
  "value_en_US": "Stable",
478
- "color": "--activeBackgroundStable"
485
+ "color": "--activeBackgroundStable",
486
+ "borderColor": "--borderActiveBackgroundStable"
479
487
  },
480
488
  {
481
489
  "key": "active-background-royal",
482
490
  "value_pt_BR": "Real",
483
491
  "value_en_US": "Royal",
484
- "color": "--activeBackgroundRoyal"
492
+ "color": "--activeBackgroundRoyal",
493
+ "borderColor": "--borderActiveBackgroundRoyal"
485
494
  },
486
495
  {
487
496
  "key": "active-background-dark",
488
497
  "value_pt_BR": "Escuro",
489
498
  "value_en_US": "Dark",
490
- "color": "--activeBackgroundDark"
499
+ "color": "--activeBackgroundDark",
500
+ "borderColor": "--borderActiveBackgroundDark"
491
501
  },
492
502
  {
493
503
  "key": "active-background-white",