cronapp-framework-js 2.9.0-SNAPSHOT.2 → 2.9.1-SNAPSHOT.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 (367) hide show
  1. package/components/crn-enterprise-combobox-multiple.components.json +1 -1
  2. package/components/crn-enterprise-dynamic-combobox.components.json +1 -1
  3. package/components/cron-breadcrumbs.components.json +2 -2
  4. package/components/cron-ordered-list.components.json +8 -8
  5. package/components/templates/accordion.template.html +6 -6
  6. package/components/templates/cron-breadcrumbs.template.html +5 -3
  7. package/components/templates/cron-dynamic-menu.template.html +1 -1
  8. package/components/templates/cron-grid.designtime.html +63 -64
  9. package/components/templates/list.template.html +1 -1
  10. package/components/templates/radiogroup.template.html +1 -1
  11. package/css/themes/aquamarine.min.css +6 -0
  12. package/css/themes/cerulean.min.css +4 -3
  13. package/css/themes/custom/aquamarine/custom-aquamarine.min.css +3085 -0
  14. package/css/themes/custom/aquamarine/font/WorkSans-Black.woff +0 -0
  15. package/css/themes/custom/aquamarine/font/WorkSans-Black.woff2 +0 -0
  16. package/css/themes/custom/aquamarine/font/WorkSans-BlackItalic.woff +0 -0
  17. package/css/themes/custom/aquamarine/font/WorkSans-BlackItalic.woff2 +0 -0
  18. package/css/themes/custom/aquamarine/font/WorkSans-Bold.woff +0 -0
  19. package/css/themes/custom/aquamarine/font/WorkSans-Bold.woff2 +0 -0
  20. package/css/themes/custom/aquamarine/font/WorkSans-BoldItalic.woff +0 -0
  21. package/css/themes/custom/aquamarine/font/WorkSans-BoldItalic.woff2 +0 -0
  22. package/css/themes/custom/aquamarine/font/WorkSans-ExtraBold.woff +0 -0
  23. package/css/themes/custom/aquamarine/font/WorkSans-ExtraBold.woff2 +0 -0
  24. package/css/themes/custom/aquamarine/font/WorkSans-ExtraBoldItalic.woff +0 -0
  25. package/css/themes/custom/aquamarine/font/WorkSans-ExtraBoldItalic.woff2 +0 -0
  26. package/css/themes/custom/aquamarine/font/WorkSans-ExtraLight.woff +0 -0
  27. package/css/themes/custom/aquamarine/font/WorkSans-ExtraLight.woff2 +0 -0
  28. package/css/themes/custom/aquamarine/font/WorkSans-ExtraLightItalic.woff +0 -0
  29. package/css/themes/custom/aquamarine/font/WorkSans-ExtraLightItalic.woff2 +0 -0
  30. package/css/themes/custom/aquamarine/font/WorkSans-Italic.woff +0 -0
  31. package/css/themes/custom/aquamarine/font/WorkSans-Italic.woff2 +0 -0
  32. package/css/themes/custom/aquamarine/font/WorkSans-Light.woff +0 -0
  33. package/css/themes/custom/aquamarine/font/WorkSans-Light.woff2 +0 -0
  34. package/css/themes/custom/aquamarine/font/WorkSans-LightItalic.woff +0 -0
  35. package/css/themes/custom/aquamarine/font/WorkSans-LightItalic.woff2 +0 -0
  36. package/css/themes/custom/aquamarine/font/WorkSans-Medium.woff +0 -0
  37. package/css/themes/custom/aquamarine/font/WorkSans-Medium.woff2 +0 -0
  38. package/css/themes/custom/aquamarine/font/WorkSans-MediumItalic.woff +0 -0
  39. package/css/themes/custom/aquamarine/font/WorkSans-MediumItalic.woff2 +0 -0
  40. package/css/themes/custom/aquamarine/font/WorkSans-Regular.woff +0 -0
  41. package/css/themes/custom/aquamarine/font/WorkSans-Regular.woff2 +0 -0
  42. package/css/themes/custom/aquamarine/font/WorkSans-SemiBold.woff +0 -0
  43. package/css/themes/custom/aquamarine/font/WorkSans-SemiBold.woff2 +0 -0
  44. package/css/themes/custom/aquamarine/font/WorkSans-SemiBoldItalic.woff +0 -0
  45. package/css/themes/custom/aquamarine/font/WorkSans-SemiBoldItalic.woff2 +0 -0
  46. package/css/themes/custom/aquamarine/font/WorkSans-Thin.woff +0 -0
  47. package/css/themes/custom/aquamarine/font/WorkSans-Thin.woff2 +0 -0
  48. package/css/themes/custom/aquamarine/font/WorkSans-ThinItalic.woff +0 -0
  49. package/css/themes/custom/aquamarine/font/WorkSans-ThinItalic.woff2 +0 -0
  50. package/css/themes/custom/aquamarine/font/fonts.css +162 -0
  51. package/css/themes/custom/aquamarine/img/arrow-gray.svg +3 -0
  52. package/css/themes/custom/aquamarine/img/arrow-white.svg +3 -0
  53. package/css/themes/custom/cerulean/button-cerulean.css +277 -0
  54. package/css/themes/custom/cerulean/custom-cerulean.css +322 -0
  55. package/css/themes/custom/cerulean/img/arrow-gray.svg +10 -0
  56. package/css/themes/custom/cerulean/img/arrow-white.svg +10 -0
  57. package/css/themes/custom/cerulean/navbar-cerulean.css +42 -0
  58. package/css/themes/custom/cerulean/panel-cerulean.css +51 -0
  59. package/css/themes/custom/darkly/custom-darkly.css +348 -0
  60. package/css/themes/custom/darkly/navbar-darkly.css +49 -0
  61. package/css/themes/custom/darkly/panel-darkly.css +90 -0
  62. package/css/themes/custom/dsgov/custom-dsgov.min.css +293 -43
  63. package/css/themes/custom/flatly/custom-flatly.css +317 -0
  64. package/css/themes/custom/flatly/navbar-flatly.css +48 -0
  65. package/css/themes/custom/flatly/panel-flatly.css +83 -0
  66. package/css/themes/custom/fuse/custom-fuse.min.css +1 -1
  67. package/css/themes/custom/lumen/custom-lumen.min.css +2989 -1085
  68. package/css/themes/custom/lumen/font/SourceSansPro-Black.woff +0 -0
  69. package/css/themes/custom/lumen/font/SourceSansPro-Black.woff2 +0 -0
  70. package/css/themes/custom/lumen/font/SourceSansPro-BlackIt.woff +0 -0
  71. package/css/themes/custom/lumen/font/SourceSansPro-BlackIt.woff2 +0 -0
  72. package/css/themes/custom/lumen/font/SourceSansPro-Bold.woff +0 -0
  73. package/css/themes/custom/lumen/font/SourceSansPro-Bold.woff2 +0 -0
  74. package/css/themes/custom/lumen/font/SourceSansPro-BoldIt.woff +0 -0
  75. package/css/themes/custom/lumen/font/SourceSansPro-BoldIt.woff2 +0 -0
  76. package/css/themes/custom/lumen/font/SourceSansPro-ExtraLight.woff +0 -0
  77. package/css/themes/custom/lumen/font/SourceSansPro-ExtraLight.woff2 +0 -0
  78. package/css/themes/custom/lumen/font/SourceSansPro-ExtraLightIt.woff +0 -0
  79. package/css/themes/custom/lumen/font/SourceSansPro-ExtraLightIt.woff2 +0 -0
  80. package/css/themes/custom/lumen/font/SourceSansPro-It.woff +0 -0
  81. package/css/themes/custom/lumen/font/SourceSansPro-It.woff2 +0 -0
  82. package/css/themes/custom/lumen/font/SourceSansPro-Light.woff +0 -0
  83. package/css/themes/custom/lumen/font/SourceSansPro-Light.woff2 +0 -0
  84. package/css/themes/custom/lumen/font/SourceSansPro-LightIt.woff +0 -0
  85. package/css/themes/custom/lumen/font/SourceSansPro-LightIt.woff2 +0 -0
  86. package/css/themes/custom/lumen/font/SourceSansPro-Regular.woff +0 -0
  87. package/css/themes/custom/lumen/font/SourceSansPro-Regular.woff2 +0 -0
  88. package/css/themes/custom/lumen/font/SourceSansPro-Semibold.woff +0 -0
  89. package/css/themes/custom/lumen/font/SourceSansPro-Semibold.woff2 +0 -0
  90. package/css/themes/custom/lumen/font/SourceSansPro-SemiboldIt.woff +0 -0
  91. package/css/themes/custom/lumen/font/SourceSansPro-SemiboldIt.woff2 +0 -0
  92. package/css/themes/custom/lumen/font/fonts.css +108 -0
  93. package/css/themes/custom/lumen/img/arrow-gray.svg +11 -0
  94. package/css/themes/custom/lumen/img/arrow-white.svg +11 -0
  95. package/css/themes/custom/material/custom-material.css +3311 -172
  96. package/css/themes/custom/material/font/Roboto-Black.woff +0 -0
  97. package/css/themes/custom/material/font/Roboto-Black.woff2 +0 -0
  98. package/css/themes/custom/material/font/Roboto-BlackItalic.woff +0 -0
  99. package/css/themes/custom/material/font/Roboto-BlackItalic.woff2 +0 -0
  100. package/css/themes/custom/material/font/Roboto-Bold.woff +0 -0
  101. package/css/themes/custom/material/font/Roboto-Bold.woff2 +0 -0
  102. package/css/themes/custom/material/font/Roboto-BoldItalic.woff +0 -0
  103. package/css/themes/custom/material/font/Roboto-BoldItalic.woff2 +0 -0
  104. package/css/themes/custom/material/font/Roboto-Italic.woff +0 -0
  105. package/css/themes/custom/material/font/Roboto-Italic.woff2 +0 -0
  106. package/css/themes/custom/material/font/Roboto-Light.woff +0 -0
  107. package/css/themes/custom/material/font/Roboto-Light.woff2 +0 -0
  108. package/css/themes/custom/material/font/Roboto-LightItalic.woff +0 -0
  109. package/css/themes/custom/material/font/Roboto-LightItalic.woff2 +0 -0
  110. package/css/themes/custom/material/font/Roboto-Medium.woff +0 -0
  111. package/css/themes/custom/material/font/Roboto-Medium.woff2 +0 -0
  112. package/css/themes/custom/material/font/Roboto-MediumItalic.woff +0 -0
  113. package/css/themes/custom/material/font/Roboto-MediumItalic.woff2 +0 -0
  114. package/css/themes/custom/material/font/Roboto-Regular.woff +0 -0
  115. package/css/themes/custom/material/font/Roboto-Regular.woff2 +0 -0
  116. package/css/themes/custom/material/font/Roboto-Thin.woff +0 -0
  117. package/css/themes/custom/material/font/Roboto-Thin.woff2 +0 -0
  118. package/css/themes/custom/material/font/Roboto-ThinItalic.woff +0 -0
  119. package/css/themes/custom/material/font/Roboto-ThinItalic.woff2 +0 -0
  120. package/css/themes/custom/material/font/fonts.css +108 -0
  121. package/css/themes/custom/material/img/arrow-gray.svg +11 -0
  122. package/css/themes/custom/material/img/arrow-white.svg +11 -0
  123. package/css/themes/custom/material_raiz/components_css/crn-scheduler.css +1 -1
  124. package/css/themes/custom/spacelab/button-spacelab.css +274 -0
  125. package/css/themes/custom/spacelab/custom-spacelab.css +253 -0
  126. package/css/themes/custom/spacelab/font/OpenSans-Bold.woff +0 -0
  127. package/css/themes/custom/spacelab/font/OpenSans-Bold.woff2 +0 -0
  128. package/css/themes/custom/spacelab/font/OpenSans-BoldItalic.woff +0 -0
  129. package/css/themes/custom/spacelab/font/OpenSans-BoldItalic.woff2 +0 -0
  130. package/css/themes/custom/spacelab/font/OpenSans-Extrabold.woff +0 -0
  131. package/css/themes/custom/spacelab/font/OpenSans-Extrabold.woff2 +0 -0
  132. package/css/themes/custom/spacelab/font/OpenSans-ExtraboldItalic.woff +0 -0
  133. package/css/themes/custom/spacelab/font/OpenSans-ExtraboldItalic.woff2 +0 -0
  134. package/css/themes/custom/spacelab/font/OpenSans-Italic.woff +0 -0
  135. package/css/themes/custom/spacelab/font/OpenSans-Italic.woff2 +0 -0
  136. package/css/themes/custom/spacelab/font/OpenSans-Light.woff +0 -0
  137. package/css/themes/custom/spacelab/font/OpenSans-Light.woff2 +0 -0
  138. package/css/themes/custom/spacelab/font/OpenSans-Semibold.woff +0 -0
  139. package/css/themes/custom/spacelab/font/OpenSans-Semibold.woff2 +0 -0
  140. package/css/themes/custom/spacelab/font/OpenSans-SemiboldItalic.woff +0 -0
  141. package/css/themes/custom/spacelab/font/OpenSans-SemiboldItalic.woff2 +0 -0
  142. package/css/themes/custom/spacelab/font/OpenSans.woff +0 -0
  143. package/css/themes/custom/spacelab/font/OpenSans.woff2 +0 -0
  144. package/css/themes/custom/spacelab/font/OpenSansLight-Italic.woff +0 -0
  145. package/css/themes/custom/spacelab/font/OpenSansLight-Italic.woff2 +0 -0
  146. package/css/themes/custom/spacelab/font/fonts.css +89 -0
  147. package/css/themes/custom/spacelab/navbar-spacelab.css +32 -0
  148. package/css/themes/custom/spacelab/panel-spacelab.css +109 -0
  149. package/css/themes/custom/superhero/custom-superhero.css +340 -0
  150. package/css/themes/custom/superhero/navbar-superhero.css +33 -0
  151. package/css/themes/custom/superhero/panel-superhero.css +58 -0
  152. package/css/themes/custom/superhero/tabs-superhero.css +25 -0
  153. package/css/themes/custom/theme-general/button.css +223 -0
  154. package/css/themes/custom/theme-general/carousel.css +5 -0
  155. package/css/themes/custom/theme-general/cookies.css +34 -0
  156. package/css/themes/custom/theme-general/forms.css +18 -0
  157. package/css/themes/custom/theme-general/login.css +21 -0
  158. package/css/themes/custom/theme-general/menu.css +23 -0
  159. package/css/themes/custom/theme-general/modal.css +13 -0
  160. package/css/themes/custom/theme-general/notification.css +27 -0
  161. package/css/themes/custom/theme-general/report-viewer.css +63 -0
  162. package/css/themes/custom/theme-general/scheduler.css +10 -0
  163. package/css/themes/custom/theme-general/slider.css +15 -0
  164. package/css/themes/custom/theme-general/table-grid.css +32 -0
  165. package/css/themes/custom/theme-general/tabs.css +49 -0
  166. package/css/themes/custom/theme-general/theme-general.css +180 -0
  167. package/css/themes/custom/theme-general/timeline.css +40 -0
  168. package/css/themes/custom/theme-general/treeview.css +74 -0
  169. package/css/themes/darkly.min.css +4 -3
  170. package/css/themes/flatly.min.css +4 -3
  171. package/css/themes/spacelab.min.css +5 -3
  172. package/css/themes/superhero.min.css +4 -3
  173. package/dist/components/js/format.min.js +1 -1
  174. package/dist/components/js/jquery.inputmask.bundle.js +1 -1
  175. package/dist/components/js/jquery.mask.min.js +1 -1
  176. package/dist/components/js/qrcode.js +1 -1
  177. package/dist/components/templates/accordion.template.html +1 -1
  178. package/dist/components/templates/cron-breadcrumbs.template.html +1 -1
  179. package/dist/components/templates/cron-dynamic-menu.template.html +1 -1
  180. package/dist/components/templates/cron-grid.designtime.html +1 -1
  181. package/dist/components/templates/list.template.html +1 -1
  182. package/dist/components/templates/radiogroup.template.html +1 -1
  183. package/dist/css/themes/aquamarine.min.css +1 -0
  184. package/dist/css/themes/custom/aquamarine/custom-aquamarine.min.css +1 -0
  185. package/dist/css/themes/custom/aquamarine/font/WorkSans-Black.woff +0 -0
  186. package/dist/css/themes/custom/aquamarine/font/WorkSans-Black.woff2 +0 -0
  187. package/dist/css/themes/custom/aquamarine/font/WorkSans-BlackItalic.woff +0 -0
  188. package/dist/css/themes/custom/aquamarine/font/WorkSans-BlackItalic.woff2 +0 -0
  189. package/dist/css/themes/custom/aquamarine/font/WorkSans-Bold.woff +0 -0
  190. package/dist/css/themes/custom/aquamarine/font/WorkSans-Bold.woff2 +0 -0
  191. package/dist/css/themes/custom/aquamarine/font/WorkSans-BoldItalic.woff +0 -0
  192. package/dist/css/themes/custom/aquamarine/font/WorkSans-BoldItalic.woff2 +0 -0
  193. package/dist/css/themes/custom/aquamarine/font/WorkSans-ExtraBold.woff +0 -0
  194. package/dist/css/themes/custom/aquamarine/font/WorkSans-ExtraBold.woff2 +0 -0
  195. package/dist/css/themes/custom/aquamarine/font/WorkSans-ExtraBoldItalic.woff +0 -0
  196. package/dist/css/themes/custom/aquamarine/font/WorkSans-ExtraBoldItalic.woff2 +0 -0
  197. package/dist/css/themes/custom/aquamarine/font/WorkSans-ExtraLight.woff +0 -0
  198. package/dist/css/themes/custom/aquamarine/font/WorkSans-ExtraLight.woff2 +0 -0
  199. package/dist/css/themes/custom/aquamarine/font/WorkSans-ExtraLightItalic.woff +0 -0
  200. package/dist/css/themes/custom/aquamarine/font/WorkSans-ExtraLightItalic.woff2 +0 -0
  201. package/dist/css/themes/custom/aquamarine/font/WorkSans-Italic.woff +0 -0
  202. package/dist/css/themes/custom/aquamarine/font/WorkSans-Italic.woff2 +0 -0
  203. package/dist/css/themes/custom/aquamarine/font/WorkSans-Light.woff +0 -0
  204. package/dist/css/themes/custom/aquamarine/font/WorkSans-Light.woff2 +0 -0
  205. package/dist/css/themes/custom/aquamarine/font/WorkSans-LightItalic.woff +0 -0
  206. package/dist/css/themes/custom/aquamarine/font/WorkSans-LightItalic.woff2 +0 -0
  207. package/dist/css/themes/custom/aquamarine/font/WorkSans-Medium.woff +0 -0
  208. package/dist/css/themes/custom/aquamarine/font/WorkSans-Medium.woff2 +0 -0
  209. package/dist/css/themes/custom/aquamarine/font/WorkSans-MediumItalic.woff +0 -0
  210. package/dist/css/themes/custom/aquamarine/font/WorkSans-MediumItalic.woff2 +0 -0
  211. package/dist/css/themes/custom/aquamarine/font/WorkSans-Regular.woff +0 -0
  212. package/dist/css/themes/custom/aquamarine/font/WorkSans-Regular.woff2 +0 -0
  213. package/dist/css/themes/custom/aquamarine/font/WorkSans-SemiBold.woff +0 -0
  214. package/dist/css/themes/custom/aquamarine/font/WorkSans-SemiBold.woff2 +0 -0
  215. package/dist/css/themes/custom/aquamarine/font/WorkSans-SemiBoldItalic.woff +0 -0
  216. package/dist/css/themes/custom/aquamarine/font/WorkSans-SemiBoldItalic.woff2 +0 -0
  217. package/dist/css/themes/custom/aquamarine/font/WorkSans-Thin.woff +0 -0
  218. package/dist/css/themes/custom/aquamarine/font/WorkSans-Thin.woff2 +0 -0
  219. package/dist/css/themes/custom/aquamarine/font/WorkSans-ThinItalic.woff +0 -0
  220. package/dist/css/themes/custom/aquamarine/font/WorkSans-ThinItalic.woff2 +0 -0
  221. package/dist/css/themes/custom/aquamarine/font/fonts.css +1 -0
  222. package/dist/css/themes/custom/aquamarine/img/arrow-gray.svg +1 -0
  223. package/dist/css/themes/custom/aquamarine/img/arrow-white.svg +1 -0
  224. package/dist/css/themes/custom/cerulean/button-cerulean.css +1 -0
  225. package/dist/css/themes/custom/cerulean/custom-cerulean.css +1 -0
  226. package/dist/css/themes/custom/cerulean/custom-cerulean.min.css +1 -1
  227. package/dist/css/themes/custom/cerulean/img/arrow-gray.svg +1 -0
  228. package/dist/css/themes/custom/cerulean/img/arrow-white.svg +1 -0
  229. package/dist/css/themes/custom/cerulean/navbar-cerulean.css +1 -0
  230. package/dist/css/themes/custom/cerulean/panel-cerulean.css +1 -0
  231. package/dist/css/themes/custom/darkly/custom-darkly.css +1 -0
  232. package/dist/css/themes/custom/darkly/navbar-darkly.css +1 -0
  233. package/dist/css/themes/custom/darkly/panel-darkly.css +1 -0
  234. package/dist/css/themes/custom/dsgov/custom-dsgov.min.css +1 -1
  235. package/dist/css/themes/custom/flatly/custom-flatly.css +1 -0
  236. package/dist/css/themes/custom/flatly/navbar-flatly.css +1 -0
  237. package/dist/css/themes/custom/flatly/panel-flatly.css +1 -0
  238. package/dist/css/themes/custom/fuse/custom-fuse.min.css +1 -1
  239. package/dist/css/themes/custom/lumen/font/SourceSansPro-Black.woff +0 -0
  240. package/dist/css/themes/custom/lumen/font/SourceSansPro-Black.woff2 +0 -0
  241. package/dist/css/themes/custom/lumen/font/SourceSansPro-BlackIt.woff +0 -0
  242. package/dist/css/themes/custom/lumen/font/SourceSansPro-BlackIt.woff2 +0 -0
  243. package/dist/css/themes/custom/lumen/font/SourceSansPro-Bold.woff +0 -0
  244. package/dist/css/themes/custom/lumen/font/SourceSansPro-Bold.woff2 +0 -0
  245. package/dist/css/themes/custom/lumen/font/SourceSansPro-BoldIt.woff +0 -0
  246. package/dist/css/themes/custom/lumen/font/SourceSansPro-BoldIt.woff2 +0 -0
  247. package/dist/css/themes/custom/lumen/font/SourceSansPro-ExtraLight.woff +0 -0
  248. package/dist/css/themes/custom/lumen/font/SourceSansPro-ExtraLight.woff2 +0 -0
  249. package/dist/css/themes/custom/lumen/font/SourceSansPro-ExtraLightIt.woff +0 -0
  250. package/dist/css/themes/custom/lumen/font/SourceSansPro-ExtraLightIt.woff2 +0 -0
  251. package/dist/css/themes/custom/lumen/font/SourceSansPro-It.woff +0 -0
  252. package/dist/css/themes/custom/lumen/font/SourceSansPro-It.woff2 +0 -0
  253. package/dist/css/themes/custom/lumen/font/SourceSansPro-Light.woff +0 -0
  254. package/dist/css/themes/custom/lumen/font/SourceSansPro-Light.woff2 +0 -0
  255. package/dist/css/themes/custom/lumen/font/SourceSansPro-LightIt.woff +0 -0
  256. package/dist/css/themes/custom/lumen/font/SourceSansPro-LightIt.woff2 +0 -0
  257. package/dist/css/themes/custom/lumen/font/SourceSansPro-Regular.woff +0 -0
  258. package/dist/css/themes/custom/lumen/font/SourceSansPro-Regular.woff2 +0 -0
  259. package/dist/css/themes/custom/lumen/font/SourceSansPro-Semibold.woff +0 -0
  260. package/dist/css/themes/custom/lumen/font/SourceSansPro-Semibold.woff2 +0 -0
  261. package/dist/css/themes/custom/lumen/font/SourceSansPro-SemiboldIt.woff +0 -0
  262. package/dist/css/themes/custom/lumen/font/SourceSansPro-SemiboldIt.woff2 +0 -0
  263. package/dist/css/themes/custom/lumen/font/fonts.css +1 -0
  264. package/dist/css/themes/custom/lumen/img/arrow-gray.svg +1 -0
  265. package/dist/css/themes/custom/lumen/img/arrow-white.svg +1 -0
  266. package/dist/css/themes/custom/material/custom-material.css +1 -1
  267. package/dist/css/themes/custom/material/custom-material.min.css +1 -0
  268. package/dist/css/themes/custom/material/font/Roboto-Black.woff +0 -0
  269. package/dist/css/themes/custom/material/font/Roboto-Black.woff2 +0 -0
  270. package/dist/css/themes/custom/material/font/Roboto-BlackItalic.woff +0 -0
  271. package/dist/css/themes/custom/material/font/Roboto-BlackItalic.woff2 +0 -0
  272. package/dist/css/themes/custom/material/font/Roboto-Bold.woff +0 -0
  273. package/dist/css/themes/custom/material/font/Roboto-Bold.woff2 +0 -0
  274. package/dist/css/themes/custom/material/font/Roboto-BoldItalic.woff +0 -0
  275. package/dist/css/themes/custom/material/font/Roboto-BoldItalic.woff2 +0 -0
  276. package/dist/css/themes/custom/material/font/Roboto-Italic.woff +0 -0
  277. package/dist/css/themes/custom/material/font/Roboto-Italic.woff2 +0 -0
  278. package/dist/css/themes/custom/material/font/Roboto-Light.woff +0 -0
  279. package/dist/css/themes/custom/material/font/Roboto-Light.woff2 +0 -0
  280. package/dist/css/themes/custom/material/font/Roboto-LightItalic.woff +0 -0
  281. package/dist/css/themes/custom/material/font/Roboto-LightItalic.woff2 +0 -0
  282. package/dist/css/themes/custom/material/font/Roboto-Medium.woff +0 -0
  283. package/dist/css/themes/custom/material/font/Roboto-Medium.woff2 +0 -0
  284. package/dist/css/themes/custom/material/font/Roboto-MediumItalic.woff +0 -0
  285. package/dist/css/themes/custom/material/font/Roboto-MediumItalic.woff2 +0 -0
  286. package/dist/css/themes/custom/material/font/Roboto-Regular.woff +0 -0
  287. package/dist/css/themes/custom/material/font/Roboto-Regular.woff2 +0 -0
  288. package/dist/css/themes/custom/material/font/Roboto-Thin.woff +0 -0
  289. package/dist/css/themes/custom/material/font/Roboto-Thin.woff2 +0 -0
  290. package/dist/css/themes/custom/material/font/Roboto-ThinItalic.woff +0 -0
  291. package/dist/css/themes/custom/material/font/Roboto-ThinItalic.woff2 +0 -0
  292. package/dist/css/themes/custom/material/font/fonts.css +1 -0
  293. package/dist/css/themes/custom/material/img/arrow-gray.svg +1 -0
  294. package/dist/css/themes/custom/material/img/arrow-white.svg +1 -0
  295. package/dist/css/themes/custom/material_raiz/components_css/crn-scheduler.css +1 -1
  296. package/dist/css/themes/custom/spacelab/button-spacelab.css +1 -0
  297. package/dist/css/themes/custom/spacelab/custom-spacelab.css +1 -0
  298. package/dist/css/themes/custom/spacelab/font/OpenSans-Bold.woff +0 -0
  299. package/dist/css/themes/custom/spacelab/font/OpenSans-Bold.woff2 +0 -0
  300. package/dist/css/themes/custom/spacelab/font/OpenSans-BoldItalic.woff +0 -0
  301. package/dist/css/themes/custom/spacelab/font/OpenSans-BoldItalic.woff2 +0 -0
  302. package/dist/css/themes/custom/spacelab/font/OpenSans-Extrabold.woff +0 -0
  303. package/dist/css/themes/custom/spacelab/font/OpenSans-Extrabold.woff2 +0 -0
  304. package/dist/css/themes/custom/spacelab/font/OpenSans-ExtraboldItalic.woff +0 -0
  305. package/dist/css/themes/custom/spacelab/font/OpenSans-ExtraboldItalic.woff2 +0 -0
  306. package/dist/css/themes/custom/spacelab/font/OpenSans-Italic.woff +0 -0
  307. package/dist/css/themes/custom/spacelab/font/OpenSans-Italic.woff2 +0 -0
  308. package/dist/css/themes/custom/spacelab/font/OpenSans-Light.woff +0 -0
  309. package/dist/css/themes/custom/spacelab/font/OpenSans-Light.woff2 +0 -0
  310. package/dist/css/themes/custom/spacelab/font/OpenSans-Semibold.woff +0 -0
  311. package/dist/css/themes/custom/spacelab/font/OpenSans-Semibold.woff2 +0 -0
  312. package/dist/css/themes/custom/spacelab/font/OpenSans-SemiboldItalic.woff +0 -0
  313. package/dist/css/themes/custom/spacelab/font/OpenSans-SemiboldItalic.woff2 +0 -0
  314. package/dist/css/themes/custom/spacelab/font/OpenSans.woff +0 -0
  315. package/dist/css/themes/custom/spacelab/font/OpenSans.woff2 +0 -0
  316. package/dist/css/themes/custom/spacelab/font/OpenSansLight-Italic.woff +0 -0
  317. package/dist/css/themes/custom/spacelab/font/OpenSansLight-Italic.woff2 +0 -0
  318. package/dist/css/themes/custom/spacelab/font/fonts.css +1 -0
  319. package/dist/css/themes/custom/spacelab/navbar-spacelab.css +1 -0
  320. package/dist/css/themes/custom/spacelab/panel-spacelab.css +1 -0
  321. package/dist/css/themes/custom/superhero/custom-superhero.css +1 -0
  322. package/dist/css/themes/custom/superhero/navbar-superhero.css +1 -0
  323. package/dist/css/themes/custom/superhero/panel-superhero.css +1 -0
  324. package/dist/css/themes/custom/superhero/tabs-superhero.css +1 -0
  325. package/dist/css/themes/custom/theme-general/button.css +1 -0
  326. package/dist/css/themes/custom/theme-general/carousel.css +1 -0
  327. package/dist/css/themes/custom/theme-general/cookies.css +1 -0
  328. package/dist/css/themes/custom/theme-general/forms.css +1 -0
  329. package/dist/css/themes/custom/theme-general/login.css +1 -0
  330. package/dist/css/themes/custom/theme-general/menu.css +1 -0
  331. package/dist/css/themes/custom/theme-general/modal.css +1 -0
  332. package/dist/css/themes/custom/theme-general/notification.css +1 -0
  333. package/dist/css/themes/custom/theme-general/report-viewer.css +1 -0
  334. package/dist/css/themes/custom/theme-general/scheduler.css +1 -0
  335. package/dist/css/themes/custom/theme-general/slider.css +1 -0
  336. package/dist/css/themes/custom/theme-general/table-grid.css +1 -0
  337. package/dist/css/themes/custom/theme-general/tabs.css +1 -0
  338. package/dist/css/themes/custom/theme-general/theme-general.css +1 -0
  339. package/dist/css/themes/custom/theme-general/timeline.css +1 -0
  340. package/dist/css/themes/custom/theme-general/treeview.css +1 -0
  341. package/dist/js/LanguageSelectDirective.js +1 -1
  342. package/dist/js/LocaleService.js +1 -1
  343. package/dist/js/app.js +1 -1
  344. package/dist/js/dashboard/dashboard.service.js +1 -1
  345. package/dist/js/directives.js +1 -1
  346. package/dist/js/reports/parameters.controller.js +1 -1
  347. package/js/app.js +1 -1
  348. package/js/dashboard/dashboard.service.js +10 -10
  349. package/js/directives.js +200 -165
  350. package/package.json +1 -1
  351. package/postupdate.json +10 -6
  352. package/cronapp-framework-js.iml +0 -9
  353. package/css/themes/custom/cerulean/custom-cerulean.min.css +0 -2411
  354. package/css/themes/custom/darkly/custom-darkly.min.css +0 -3001
  355. package/css/themes/custom/flatly/custom-flatly.min.css +0 -2983
  356. package/css/themes/custom/fuse/theme-example.view.html +0 -830
  357. package/css/themes/custom/material/components_css/crn-button.css +0 -177
  358. package/css/themes/custom/material/components_css/crn-carousel.css +0 -11
  359. package/css/themes/custom/material/components_css/crn-cron-calendar.css +0 -176
  360. package/css/themes/custom/material/components_css/crn-cron-grid.css +0 -243
  361. package/css/themes/custom/material/components_css/crn-enterprise.css +0 -58
  362. package/css/themes/custom/material/components_css/crn-navbar.css +0 -166
  363. package/css/themes/custom/material/components_css/crn-scheduler.css +0 -98
  364. package/css/themes/custom/material/components_css/login.css +0 -38
  365. package/css/themes/custom/material/components_css/ui-notification.css +0 -27
  366. package/css/themes/custom/spacelab/custom-spacelab.min.css +0 -2497
  367. package/css/themes/custom/superhero/custom-superhero.min.css +0 -3114
@@ -168,7 +168,7 @@
168
168
  },
169
169
  {
170
170
  "name": "cron-disabled",
171
- "selector": "cron-select",
171
+ "selector": "cron-multi-select",
172
172
  "displayName_en_US": "Disabled",
173
173
  "displayName_pt_BR": "Desabilitado",
174
174
  "type": "logic"
@@ -34,7 +34,7 @@
34
34
  },
35
35
  {
36
36
  "name": "cron-disabled",
37
- "selector": "cron-auto-complete",
37
+ "selector": "cron-dynamic-select",
38
38
  "displayName_en_US": "Disabled",
39
39
  "displayName_pt_BR": "Desabilitado",
40
40
  "type": "logic"
@@ -11,9 +11,9 @@
11
11
  ],
12
12
  "templateURL": "src/main/webapp/node_modules/cronapp-framework-js/dist/components/templates/cron-breadcrumbs.template.html",
13
13
  "designTimeHTMLURL": "src/main/webapp/node_modules/cronapp-framework-js/dist/components/templates/cron-breadcrumbs.designtime.html",
14
- "designTimeSelector": "cron-breadcrumbs",
14
+ "designTimeSelector": ":self",
15
15
  "designTimeDynamic": true,
16
- "wrapper": true,
16
+ "wrapper": false,
17
17
  "forcedGroup": true,
18
18
  "properties": {
19
19
  "class": {
@@ -19,16 +19,16 @@
19
19
  "order": 1
20
20
  },
21
21
  "attribute-value": {
22
- "displayName_pt_BR": "Valor do atributo numerado",
23
- "displayName_en_US": "Numbered attribute value"
22
+ "displayName_pt_BR": "Valor do atributo ordenado",
23
+ "displayName_en_US": "Ordered attribute value"
24
24
  },
25
25
  "list-type": {
26
26
  "displayName_pt_BR": "Tipo de lista",
27
27
  "displayName_en_US": "List type"
28
28
  },
29
29
  "ordered-attribute-value": {
30
- "displayName_pt_BR": "Valor do atributo ordenado",
31
- "displayName_en_US": "Ordered attribute value"
30
+ "displayName_pt_BR": "Valor do atributo não ordenado",
31
+ "displayName_en_US": "Unordered attribute value"
32
32
  }
33
33
  },
34
34
  "handleRules": {
@@ -109,13 +109,13 @@
109
109
  "values": [
110
110
  {
111
111
  "key": "numbered-list",
112
- "value_pt_BR": "lista numerada",
113
- "value_en_US": "Numbered list"
112
+ "value_pt_BR": "Lista ordenada",
113
+ "value_en_US": "Ordered list"
114
114
  },
115
115
  {
116
116
  "key": "ordered-list",
117
- "value_pt_BR": "lista ordenada",
118
- "value_en_US": "Ordered list"
117
+ "value_pt_BR": "Lista não ordenada",
118
+ "value_en_US": "Unordered list"
119
119
  }
120
120
  ]
121
121
  }
@@ -1,11 +1,11 @@
1
1
  <div class="panel-group" id="accordion" role="tablist" aria-multiselectable="true">
2
2
  <div class="panel panel-default">
3
- <div class="panel-heading" role="tab" id="headingOne" data-toggle="collapse" data-parent="#accordion" href="#collapseOne" aria-expanded="true" aria-controls="collapseOne">
3
+ <div class="panel-heading" role="tab" id="headingOne" data-toggle="collapse" data-parent="#accordion" href="#collapseOne-${RANDOM}" aria-expanded="true" aria-controls="collapseOne-${RANDOM}">
4
4
  <div class="lead text-center" data-component="crn-title" xattr-position="text-center">
5
5
  <h1 class="text-center title component-holder h3" xattr-position="h1 text-center" xattr-type="h3" data-component="crn-text-component">Ungroup and change the component</h1>
6
6
  </div>
7
7
  </div>
8
- <div id="collapseOne" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="headingOne">
8
+ <div id="collapseOne-${RANDOM}" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="headingOne">
9
9
  <div class="panel-body" data-container="true">
10
10
  <div class="lead text-center" data-component="crn-subtitle" xattr-position="text-center">
11
11
  <h1 class="text-center title component-holder h3" xattr-position="h3 text-center" xattr-type="h3" data-component="crn-text-component">Ungroup and insert component</h1>
@@ -14,12 +14,12 @@
14
14
  </div>
15
15
  </div>
16
16
  <div class="panel panel-default">
17
- <div class="panel-heading" role="tab" id="headingTwo" data-toggle="collapse" data-parent="#accordion" href="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo">
17
+ <div class="panel-heading" role="tab" id="headingTwo" data-toggle="collapse" data-parent="#accordion" href="#collapseTwo-${RANDOM}" aria-expanded="false" aria-controls="collapseTwo-${RANDOM}">
18
18
  <div class="lead text-center" data-component="crn-title" xattr-position="text-center">
19
19
  <h1 class="text-center title component-holder h3" xattr-position="h1 text-center" xattr-type="h3" data-component="crn-text-component">Ungroup and change the component</h1>
20
20
  </div>
21
21
  </div>
22
- <div id="collapseTwo" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingTwo">
22
+ <div id="collapseTwo-${RANDOM}" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingTwo">
23
23
  <div class="panel-body" data-container="true">
24
24
  <div class="lead text-center" data-component="crn-subtitle" xattr-position="text-center">
25
25
  <h1 class="text-center title component-holder h3" xattr-position="h3 text-center" xattr-type="h3" data-component="crn-text-component">Ungroup and insert component</h1>
@@ -28,12 +28,12 @@
28
28
  </div>
29
29
  </div>
30
30
  <div class="panel panel-default">
31
- <div class="panel-heading" role="tab" id="headingThree" data-toggle="collapse" data-parent="#accordion" href="#collapseThree" aria-expanded="false" aria-controls="collapseThree">
31
+ <div class="panel-heading" role="tab" id="headingThree" data-toggle="collapse" data-parent="#accordion" href="#collapseThree-${RANDOM}" aria-expanded="false" aria-controls="collapseThree-${RANDOM}">
32
32
  <div class="lead text-center" data-component="crn-title" xattr-position="text-center">
33
33
  <h1 class="text-center title component-holder h3" xattr-position="h1 text-center" xattr-type="h3" data-component="crn-text-component">Ungroup and change the component</h1>
34
34
  </div>
35
35
  </div>
36
- <div id="collapseThree" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingThree">
36
+ <div id="collapseThree-${RANDOM}" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingThree">
37
37
  <div class="panel-body" data-container="true">
38
38
  <div class="lead text-center" data-component="crn-subtitle" xattr-position="text-center">
39
39
  <h1 class="text-center title component-holder h3" xattr-position="h3 text-center" xattr-type="h3" data-component="crn-text-component">Ungroup and insert component</h1>
@@ -1,3 +1,5 @@
1
- <cron-breadcrumbs id="cron-breadcrumbs" id-menu="crn-dynamic-menu-home" crn-delimiter-icon="arrow-chevron-right" class="idMenu" type-menu="idMenu">
2
- <nav id="navbreadcrumb"></nav>
3
- </cron-breadcrumbs>
1
+ <div>
2
+ <cron-breadcrumbs id="cron-breadcrumbs" id-menu="crn-dynamic-menu-home" crn-delimiter-icon="arrow-chevron-right" class="idMenu" type-menu="idMenu">
3
+ <nav id="navbreadcrumb"></nav>
4
+ </cron-breadcrumbs>
5
+ </div>
@@ -1,3 +1,3 @@
1
- <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
1
+ <div class="">
2
2
  <cron-dynamic-menu options="{&quot;subMenuOptions&quot;:[{&quot;id&quot;:&quot;qxfhylqx9sh1&quot;,&quot;name&quot;:&quot;Menu 1&quot;,&quot;title&quot;:&quot;Menu 1&quot;,&quot;level&quot;:1,&quot;menuItems&quot;:[{&quot;id&quot;:&quot;qe1juldmy0kk&quot;,&quot;name&quot;:&quot;Menu A&quot;,&quot;title&quot;:&quot;Menu A&quot;,&quot;level&quot;:2,&quot;menuItems&quot;:[]}]},{&quot;id&quot;:&quot;1jenqtqrij8mb&quot;,&quot;name&quot;:&quot;Menu 2&quot;,&quot;title&quot;:&quot;Menu 2&quot;,&quot;level&quot;:1,&quot;menuItems&quot;:[{&quot;id&quot;:&quot;urgv85ip8603&quot;,&quot;name&quot;:&quot;Menu B&quot;,&quot;title&quot;:&quot;Menu B&quot;,&quot;level&quot;:2,&quot;menuItems&quot;:[]}]}]}">Dynamic Menu</cron-dynamic-menu>
3
3
  </div>
@@ -1,72 +1,71 @@
1
- <div class="ng-scope k-grid k-widget k-display-block k-editable" data-role="grid" style=""
2
- ng-init="attrs.options = attrs.options || {'allowPaging': true, 'editable': 'inline', 'columns': []}"
3
1
 
4
- >
5
- <div ng-if="attrs.options.editable && attrs.options.editable != 'no'" class="k-header k-grid-toolbar">
2
+ <div teste="thiag" class="ng-scope k-grid k-widget k-display-block" data-role="grid" ng-init="attrs.options = attrs.options || {'allowPaging': true, 'editable': 'inline', 'columns': []}">
3
+ <div class="k-header k-grid-toolbar" ng-if="attrs.options.editable && attrs.options.editable != 'no' && attrs.options.toolBarButtons.length">
6
4
 
7
- <literal ng-repeat="item in attrs.options.toolBarButtons">
8
- <a role="button" ng-if="item.type=='Native' && item.title=='create'" class="k-button k-button-icontext k-grid-add" href="#">
9
- <span class="k-icon k-i-plus"></span>{{'ADD'|translate}}
10
- </a>
11
- <a role="button" ng-if="item.type=='Native' && item.title=='pdf'" class="k-button k-button-icontext k-grid-pdf" href="#">
12
- <span class="k-icon k-i-file-pdf"></span>Exportar para PDF
13
- </a>
14
- <a role="button" ng-if="item.type=='Native' && item.title=='excel'" class="k-button k-button-icontext k-grid-excel" href="#">
15
- <span class="k-icon k-i-file-excel"></span>Exportar para Excel
16
- </a>
17
- <a ng-if="item.type=='Customized'" class="k-button k-grid-custom ng-scope" href="javascript:void(0)">
18
- <span class="{{item.iconClass}}"></span>{{item.title}}
19
- </a>
20
- <literal ng-if="item.type=='Title'" ng-bind-html="item.template">
21
- </literal>
22
-
23
- </literal>
24
-
25
-
26
- </div>
27
- <div class="k-grid-header" style="padding-right: 17px;">
28
- <div class="k-grid-header-wrap k-auto-scrollable">
29
- <table role="grid">
5
+ <literal ng-repeat="item in attrs.options.toolBarButtons">
6
+ <a role="button" ng-if="item.type=='Native' && item.title=='create'" class="k-button k-button-icontext k-grid-add" href="#">
7
+ <span class="k-icon k-i-plus"></span>{{'ADD'|translate}}
8
+ </a>
9
+ <a role="button" ng-if="item.type=='Native' && item.title=='pdf'" class="k-button k-button-icontext k-grid-pdf" href="#">
10
+ <span class="k-icon k-i-file-pdf"></span>Exportar para PDF
11
+ </a>
12
+ <a role="button" ng-if="item.type=='Native' && item.title=='excel'" class="k-button k-button-icontext k-grid-excel" href="#">
13
+ <span class="k-icon k-i-file-excel"></span>Exportar para Excel
14
+ </a>
15
+ <a ng-if="item.type=='Customized'" class="k-button k-grid-custom ng-scope" href="javascript:void(0)">
16
+ <span class="{{item.iconClass}}"></span>{{item.title}}
17
+ </a>
18
+ <literal ng-if="item.type=='Title'" ng-bind-html="item.template"/>
19
+ </literal>
20
+ </div>
21
+ <div ng-if="attrs.options.allowGrouping" class="k-grouping-header" data-role="droptarget">Arraste aqui o cabeçalho de uma coluna para agrupar por esta coluna</div>
22
+ <table role="grid" data-role="selectable" class="k-selectable" style="touch-action: pan-x pan-y;">
30
23
  <colgroup>
31
- <col>
32
- <col style="width:155px">
24
+ <col ng-repeat="item in attrs.options.columns" ng-if="item.visible">
33
25
  </colgroup>
34
- <thead role="rowgroup">
35
- <tr role="row">
36
- <th ng-repeat="item in attrs.options.columns" ng-if="item.visible" scope="col" role="columnheader" data-field="nome" aria-haspopup="true" rowspan="1" data-title="Nome" data-index="0" id="0ff7c51f-197c-4c33-a113-875e29b8ab58" class="k-header" data-role="columnsorter">
37
- <a class="k-grid-filter" href="#" ng-if="item.filterable" title="Filtrar" aria-label="Filtrar" tabindex="-1"><span class="k-icon k-i-filter"></span></a>
38
- <a class="k-link" href="#">{{item.headerText}}</a>
39
- </th>
40
- <th scope="col" id="c1cd6f40-72e8-4fef-8315-a5e32a27074a" rowspan="1" data-index="1" class="k-header"></th>
26
+ <thead class="k-grid-header" role="rowgroup">
27
+ <tr role="row" class="k-state-selected" aria-selected="true">
28
+
29
+
30
+ <th ng-repeat="item in attrs.options.columns" ng-if="item.visible" scope="col" role="columnheader" data-field="email" aria-haspopup="true" rowspan="1" data-title="Email" data-index="0" id="2b4d0eb0-1cc1-4f89-927b-b8c1fbcf430e" style="text-align: left;" class="k-header k-with-icon k-filterable" data-role="columnsorter">
31
+ <a class="k-link" href="#">{{item.headerText?parseProperty(item.headerText):''}}</a>
32
+ <a ng-if="item.filterable && tem.dataType != 'Customized' && item.dataType != 'Command'" class="k-grid-filter" href="#" title="Filtrar" aria-label="Filtrar" tabindex="0">
33
+ <span class="k-icon k-i-filter"></span>
34
+ </a>
35
+ </th>
41
36
  </tr>
42
37
  </thead>
43
- </table>
44
- </div>
45
- </div>
46
- <div class="k-grid-content k-auto-scrollable">
47
- <table role="grid" data-role="selectable" class="k-selectable">
48
- <colgroup>
49
- <col>
50
- <col style="width:155px">
51
- </colgroup>
52
- <tbody role="rowgroup">
53
- <tr class="k-alt" data-uid="fd166d69-f2aa-486c-8462-be82e88edf29" role="row">
54
- <td role="gridcell">{{'DATA'|translate}}</td>
55
- <td ng-repeat="item in attrs.options.columns" ng-if="item.command == 'edit|destroy' && item.visible" class="k-command-cell k-command-cell" role="gridcell"><a role="button" class="k-button k-button-icontext k-grid-edit" href="#"><span class="k-icon k-i-edit"></span> </a><a role="button" class="k-button k-button-icontext k-grid-delete" href="#"><span class="k-icon k-i-close"></span> </a></td>
56
- </tr>
57
- </tbody>
38
+ <tbody role="rowgroup">
39
+ <tr data-uid="59430dcb-6ccd-497d-954d-9b5569408cb4" role="row">
40
+
41
+ <td ng-repeat="item in attrs.options.columns | filter: {visible:true}" role="gridcell" class="{{item.dataType == 'Command'|| item.dataType == 'Customized'?'k-command-cell':''}}">
42
+
43
+ <span ng-if="item.dataType != 'Customized' && item.dataType != 'Command'">{{item.headerText?parseProperty(item.headerText):''}}</span>
44
+ <a ng-if="item.dataType == 'Command' && (item.command == 'edit|destroy' || item.command == 'edit')" role="button" class="k-button k-button-icontext k-grid-edit" href="#"><span class="k-icon k-i-edit"></span> </a>
45
+ <a ng-if="item.dataType == 'Command' && (item.command == 'edit|destroy' || item.command == 'destroy')" role="button" class="k-button k-button-icontext k-grid-delete" href="#"><span class="k-icon k-i-close"></span> </a>
46
+ <a ng-if="item.dataType == 'Customized'" href="" class="k-button k-custom-command k-button-with-label k-grid-f06e"><span class="{{item.iconClass}}"></span>&nbsp;{{item.headerText?parseProperty(item.headerText):''}}</a>
47
+ </td>
48
+ </tr>
49
+ </tbody>
58
50
  </table>
59
- </div>
60
- <div ng-if="attrs.options.allowPaging" class="k-pager-wrap k-grid-pager k-widget k-floatwrap" data-role="pager">
61
- <a href="#" aria-label="Ir para a primeira página" title="Ir para a primeira página" class="k-link k-pager-nav k-pager-first k-state-disabled" data-page="1" tabindex="-1"><span class="k-icon k-i-arrow-end-left"></span></a>
62
- <a href="#" aria-label="Ir para a página anterior" title="Ir para a página anterior" class="k-link k-pager-nav k-state-disabled" data-page="1" tabindex="-1"><span class="k-icon k-i-arrow-60-left"></span></a>
63
- <ul class="k-pager-numbers k-reset">
64
- <li class="k-current-page"><span class="k-link k-pager-nav">1</span></li>
65
- <li><span class="k-state-selected">1</span></li>
66
- </ul>
67
- <a href="#" aria-label="Ir para a próxima página" title="Ir para a próxima página" class="k-link k-pager-nav k-state-disabled" data-page="1" tabindex="-1"><span class="k-icon k-i-arrow-60-right"></span></a>
68
- <a href="#" aria-label="Ir para a última página" title="Ir para a última página" class="k-link k-pager-nav k-pager-last k-state-disabled" data-page="1" tabindex="-1"><span class="k-icon k-i-arrow-end-right"></span></a>
69
- <span class="k-pager-sizes k-label"><span title="" class="k-widget k-dropdown k-header" unselectable="on" role="listbox" aria-haspopup="true" aria-expanded="false" tabindex="0" aria-owns="" aria-live="polite" aria-disabled="false" aria-busy="false" aria-activedescendant="6105df5c-d71f-4cff-9327-baba9bcc0227" style=""><span unselectable="on" class="k-dropdown-wrap k-state-default"><span unselectable="on" class="k-input">100</span><span unselectable="on" class="k-select" aria-label="select"><span class="k-icon k-i-arrow-60-down"></span></span></span><select data-role="dropdownlist" style="display: none;" aria-label="100"><option value="all">Todos</option><option value="5">5</option><option value="10">10</option><option value="20">20</option></select></span></span>
70
- <a href="#" class="k-pager-refresh k-link" title="Atualizar" aria-label="Atualizar"><span class="k-icon k-i-reload"></span></a>
71
- </div>
51
+ <div ng-if="attrs.options.allowPaging" class="k-pager-wrap k-grid-pager k-widget k-floatwrap" data-role="pager">
52
+ <a href="#" aria-label="Ir para a primeira página" title="Ir para a primeira página" class="k-link k-pager-nav k-pager-first k-state-disabled" data-page="1" tabindex="-1"><span class="k-icon k-i-arrow-end-left"></span></a><a href="#" aria-label="Ir para a página anterior" title="Ir para a página anterior" class="k-link k-pager-nav k-state-disabled" data-page="1" tabindex="-1"><span class="k-icon k-i-arrow-60-left"></span></a>
53
+ <ul class="k-pager-numbers k-reset">
54
+ <li class="k-current-page"><span class="k-link k-pager-nav">1</span></li>
55
+ <li><span class="k-state-selected">1</span></li>
56
+ </ul>
57
+ <a href="#" aria-label="Ir para a próxima página" title="Ir para a próxima página" class="k-link k-pager-nav k-state-disabled" data-page="1" tabindex="-1"><span class="k-icon k-i-arrow-60-right"></span></a><a href="#" aria-label="Ir para a última página" title="Ir para a última página" class="k-link k-pager-nav k-pager-last k-state-disabled" data-page="1" tabindex="-1"><span class="k-icon k-i-arrow-end-right"></span></a>
58
+ <span class="k-pager-sizes k-label">
59
+ <span title="" class="k-widget k-dropdown" unselectable="on" role="listbox" aria-haspopup="true" aria-expanded="false" tabindex="0" aria-owns="6c3f63f1-4078-411d-97f1-23ab73b456fd_listbox" aria-live="polite" aria-disabled="false" aria-busy="false" aria-activedescendant="80106605-38e7-4b05-a056-a1c5bbdbc94d">
60
+ <span unselectable="on" class="k-dropdown-wrap k-state-default"><span unselectable="on" class="k-input">100</span><span unselectable="on" class="k-select" aria-label="select"><span class="k-icon k-i-arrow-60-down"></span></span></span>
61
+ <select data-role="dropdownlist" style="display: none;" aria-label="100">
62
+ <option value="all">Todos</option>
63
+ <option value="5">5</option>
64
+ <option value="10">10</option>
65
+ <option value="20">20</option>
66
+ </select>
67
+ </span>
68
+ </span>
69
+ <a ng-if="attrs.options.allowRefreshGrid" href="#" class="k-pager-refresh k-link" title="Atualizar" aria-label="Atualizar" tabindex="0"><span class="k-icon k-i-reload"></span></a><span class="k-pager-info k-label">Exibindo itens 1 - 1 de 1</span>
70
+ </div>
72
71
  </div>
@@ -1,4 +1,4 @@
1
- <div crn-datasource="" data-component="crn-list" class="component-holder" id="" ng-repeat="rowData in datasource.data">
1
+ <div crn-datasource="" data-component="crn-list" class="component-holder" id="" ng-repeat="rowData in datasource.data" ng-model="">
2
2
  <h1 class="text-center component-holder" xattr-position="h1 text-center" xattr-type="h1" id="crn-text-component-${RANDOM}">Title</h1>
3
3
  <h3 class="text-center component-holder h3" xattr-position="h3 text-center" xattr-type="h3" id="crn-subtitle-component-${RANDOM}">Subtitle</h3>
4
4
  </div>
@@ -1,4 +1,4 @@
1
- <div class="crn-radiogroup" ng-model="vars.radio${RANDOM}">
1
+ <div class="component-holder crn-radiogroup" ng-model="vars.radio${RANDOM}">
2
2
  <div class = "k-content" data-component="crn-radioOption">
3
3
  <input class = "k-radio" type="radio" crn-value="" value="1" name="optionsRadios" id="optionsRadios1${COMPONENTID}" ng-checked="">
4
4
  <label class="k-radio-label" for="optionsRadios1${COMPONENTID}">Option One</label>
@@ -0,0 +1,6 @@
1
+ @import '../../../cronapp-lib-js/dist/js/kendo-ui/styles/kendo.common-bootstrap.min.css';
2
+ @import '../../../cronapp-lib-js/dist/js/kendo-ui/styles/kendo.bootstrap.min.css';
3
+ @import '../../../cronapp-lib-js/dist/js/kendo-ui/styles/kendo.bootstrap.mobile.min.css';
4
+ @import 'custom/aquamarine/custom-aquamarine.min.css';
5
+ @import 'custom/navigator/custom-navigator.css';
6
+ @import '../../dist/css/cronos.css';
@@ -1,6 +1,7 @@
1
1
  @import '../../../cronapp-lib-js/dist/js/kendo-ui/styles/kendo.common-bootstrap.min.css';
2
+ @import 'custom/navigator/custom-navigator.css';
3
+ @import '../../dist/css/cronos.css';
2
4
  @import '../../../cronapp-lib-js/dist/js/kendo-ui/styles/kendo.bootstrap.min.css';
3
5
  @import '../../../cronapp-lib-js/dist/js/kendo-ui/styles/kendo.bootstrap.mobile.min.css';
4
- @import 'custom/cerulean/custom-cerulean.min.css';
5
- @import 'custom/navigator/custom-navigator.css';
6
- @import '../../dist/css/cronos.css';
6
+ @import 'custom/theme-general/theme-general.css';
7
+ @import 'custom/cerulean/custom-cerulean.css';