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
@@ -1,830 +0,0 @@
1
- <h1 class="title component-holder text-left" xattr-position="text-left" xattr-type="h1"
2
- data-component="crn-text-component" id="crn-text-component-604522">Elementos</h1>
3
- <div class="component-holder ng-scope col-md-12" data-component="crn-panel" id="crn-panel-501134"></div>
4
- <div class="component-holder ng-scope" data-component="crn-grid" id="crn-grid-737873">
5
- <div crn-datasource="" class="k-grid k-widget k-display-block k-grid-content">
6
- <table class="">
7
- <thead>
8
- <tr class="table-header k-grid-header"></tr>
9
- </thead>
10
- <tbody>
11
- <tr class="table-content" data-container="true" ng-repeat="rowData in datasource.data"></tr>
12
- </tbody>
13
- </table>
14
- </div>
15
- </div>
16
- <div class="component-holder ng-scope" data-component="crn-grid" id="crn-grid-602632">
17
- <div crn-datasource="" class="k-grid k-widget k-display-block k-grid-content">
18
- <table class="">
19
- <thead>
20
- <tr class="table-header k-grid-header">
21
-
22
-
23
- </tr>
24
- </thead>
25
- <tbody>
26
- <tr class="table-content" data-container="true" ng-repeat="rowData in datasource.data">
27
-
28
-
29
- </tr>
30
- </tbody>
31
- </table>
32
- </div>
33
- </div>
34
- <div class="component-holder ng-binding ng-scope" data-component="crn-table" data-replace="true" id="crn-table-810219">
35
- <div crn-datasource="" class=""></div>
36
- </div>
37
- <div class="component-holder ng-binding ng-scope" data-component="crn-table" data-replace="true" id="crn-table-622756">
38
- <div crn-datasource="" class="">
39
-
40
- </div>
41
- </div>
42
- <div class="panel panel-primary component-holder" xattr-theme="panel-primary" data-container="true" id="crn-panel-82634"
43
- data-component="crn-panel">
44
- <div class="panel-body" data-container="true" id="panel-body-1442">
45
- <datasource data-component="crn-datasource" class="component-holder" name="Pais" entity="dados.Pais"
46
- keys="_objectKey" rows-per-page="100"
47
- schema="[{&quot;name&quot;:&quot;id&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:false,&quot;key&quot;:false},{&quot;name&quot;:&quot;nomeDoPais&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:false,&quot;key&quot;:false},{&quot;name&quot;:&quot;_objectKey&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:false,&quot;key&quot;:true}]"
48
- parameters="" dependent-lazy-post="" lazy="true" condition="" checkrequired=""></datasource>
49
- <h1 class="title" xattr-position="h1 text-center" xattr-type="h1" data-component="crn-text-component"
50
- id="crn-text-component-812261">Calendário</h1>
51
- <div class="component-holder ng-scope" data-component="crn-cron-calendar" id="crn-cron-calendar-101447">
52
- <cron-calendar ng-model="vars.cronCalendar7818" options="" class=""></cron-calendar>
53
- </div>
54
- <h1 class="title" xattr-position="h1 text-center" xattr-type="h1" data-component="crn-text-component"
55
- id="crn-text-component-57361">Grade</h1>
56
- <div class="component-holder ng-scope" data-component="crn-cron-grid" id="crn-cron-grid-39263">
57
- <cron-grid
58
- options="{&quot;dataSourceScreen&quot;:{&quot;name&quot;:&quot;Pais&quot;,&quot;entity&quot;:&quot;dados.Pais&quot;,&quot;entityDataSource&quot;:{&quot;id&quot;:&quot;dados.Pais&quot;,&quot;customId&quot;:&quot;Pais&quot;,&quot;name&quot;:&quot;Pais&quot;,&quot;customQueryName&quot;:&quot;dados.Pais&quot;,&quot;paramValues&quot;:[],&quot;entityFullName&quot;:&quot;dados.entity.Pais&quot;,&quot;schemaFields&quot;:[{&quot;name&quot;:&quot;id&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:false,&quot;key&quot;:false},{&quot;name&quot;:&quot;nomeDoPais&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:false,&quot;key&quot;:false},{&quot;name&quot;:&quot;_objectKey&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:false,&quot;key&quot;:true}],&quot;type&quot;:&quot;entity&quot;,&quot;hasError&quot;:false},&quot;keys&quot;:&quot;_objectKey&quot;,&quot;schema&quot;:[{&quot;name&quot;:&quot;id&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:false,&quot;key&quot;:false},{&quot;name&quot;:&quot;nomeDoPais&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:false,&quot;key&quot;:false},{&quot;name&quot;:&quot;_objectKey&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:false,&quot;key&quot;:true}],&quot;parameters&quot;:&quot;&quot;,&quot;dependentLazyPost&quot;:&quot;&quot;,&quot;lazy&quot;:&quot;true&quot;,&quot;id&quot;:&quot;927&quot;,&quot;oldName&quot;:&quot;&quot;},&quot;allowPaging&quot;:true,&quot;allowSorting&quot;:true,&quot;allowGrouping&quot;:false,&quot;allowSelectionTotalPageToShow&quot;:true,&quot;allowRefreshGrid&quot;:true,&quot;allowSelectionRow&quot;:true,&quot;batchMode&quot;:true,&quot;hideModalButtons&quot;:false,&quot;editable&quot;:&quot;inline&quot;,&quot;pathView&quot;:&quot;src/main/webapp/views/logged/componentes.view.html&quot;,&quot;modelGrid&quot;:&quot;custom&quot;,&quot;columns&quot;:[{&quot;dataType&quot;:&quot;Database&quot;,&quot;field&quot;:&quot;id&quot;,&quot;headerText&quot;:&quot;Id&quot;,&quot;type&quot;:&quot;string&quot;,&quot;sortable&quot;:false,&quot;filterable&quot;:false,&quot;visible&quot;:false,&quot;visibleCrud&quot;:true,&quot;linkParentType&quot;:&quot;screen&quot;,&quot;linkParentLoadIfEmpty&quot;:false,&quot;required&quot;:true,&quot;alignment&quot;:&quot;left&quot;,&quot;showAsImage&quot;:false,&quot;blocklyInfo&quot;:{&quot;blocklyParams&quot;:[]},&quot;inputType&quot;:&quot;default&quot;,&quot;comboboxOptions&quot;:{&quot;dataSourceScreen&quot;:{&quot;entityDataSource&quot;:{&quot;hasError&quot;:false},&quot;schema&quot;:[]},&quot;relationDataSource&quot;:{&quot;entityDataSource&quot;:{&quot;hasError&quot;:false},&quot;schema&quot;:[]},&quot;staticDataSource&quot;:[],&quot;filterKeyValues&quot;:{&quot;&quot;:&quot;&quot;,&quot;contains&quot;:&quot;Contendo&quot;,&quot;startswith&quot;:&quot;Iniciando com&quot;,&quot;endswith&quot;:&quot;Final com&quot;},&quot;customTemplate&quot;:false},&quot;aggregates&quot;:[],&quot;widthDevices&quot;:[]},{&quot;dataType&quot;:&quot;Database&quot;,&quot;field&quot;:&quot;nomeDoPais&quot;,&quot;headerText&quot;:&quot;Nome Do Pais&quot;,&quot;type&quot;:&quot;string&quot;,&quot;sortable&quot;:true,&quot;filterable&quot;:true,&quot;visible&quot;:true,&quot;visibleCrud&quot;:true,&quot;linkParentType&quot;:&quot;screen&quot;,&quot;linkParentLoadIfEmpty&quot;:false,&quot;required&quot;:true,&quot;alignment&quot;:&quot;left&quot;,&quot;showAsImage&quot;:false,&quot;blocklyInfo&quot;:{&quot;blocklyParams&quot;:[]},&quot;inputType&quot;:&quot;default&quot;,&quot;comboboxOptions&quot;:{&quot;dataSourceScreen&quot;:{&quot;entityDataSource&quot;:{&quot;hasError&quot;:false},&quot;schema&quot;:[]},&quot;relationDataSource&quot;:{&quot;entityDataSource&quot;:{&quot;hasError&quot;:false},&quot;schema&quot;:[]},&quot;staticDataSource&quot;:[],&quot;filterKeyValues&quot;:{&quot;&quot;:&quot;&quot;,&quot;contains&quot;:&quot;Contendo&quot;,&quot;startswith&quot;:&quot;Iniciando com&quot;,&quot;endswith&quot;:&quot;Final com&quot;},&quot;customTemplate&quot;:false},&quot;aggregates&quot;:[],&quot;widthDevices&quot;:[]},{&quot;dataType&quot;:&quot;Database&quot;,&quot;field&quot;:&quot;_objectKey&quot;,&quot;headerText&quot;:&quot;Object Key&quot;,&quot;type&quot;:&quot;string&quot;,&quot;sortable&quot;:false,&quot;filterable&quot;:false,&quot;visible&quot;:false,&quot;visibleCrud&quot;:false,&quot;linkParentType&quot;:&quot;screen&quot;,&quot;linkParentLoadIfEmpty&quot;:false,&quot;required&quot;:true,&quot;alignment&quot;:&quot;left&quot;,&quot;showAsImage&quot;:false,&quot;blocklyInfo&quot;:{&quot;blocklyParams&quot;:[]},&quot;inputType&quot;:&quot;default&quot;,&quot;comboboxOptions&quot;:{&quot;dataSourceScreen&quot;:{&quot;entityDataSource&quot;:{&quot;hasError&quot;:false},&quot;schema&quot;:[]},&quot;relationDataSource&quot;:{&quot;entityDataSource&quot;:{&quot;hasError&quot;:false},&quot;schema&quot;:[]},&quot;staticDataSource&quot;:[],&quot;filterKeyValues&quot;:{&quot;&quot;:&quot;&quot;,&quot;contains&quot;:&quot;Contendo&quot;,&quot;startswith&quot;:&quot;Iniciando com&quot;,&quot;endswith&quot;:&quot;Final com&quot;},&quot;customTemplate&quot;:false},&quot;aggregates&quot;:[],&quot;widthDevices&quot;:[]},{&quot;dataType&quot;:&quot;Command&quot;,&quot;headerText&quot;:&quot;{{ 'Action' | translate }}&quot;,&quot;sortable&quot;:false,&quot;filterable&quot;:false,&quot;visible&quot;:true,&quot;visibleCrud&quot;:false,&quot;linkParentType&quot;:&quot;screen&quot;,&quot;linkParentLoadIfEmpty&quot;:false,&quot;command&quot;:&quot;edit|destroy&quot;,&quot;required&quot;:false,&quot;showAsImage&quot;:false,&quot;blocklyInfo&quot;:{&quot;blocklyParams&quot;:[]},&quot;inputType&quot;:&quot;default&quot;,&quot;comboboxOptions&quot;:{&quot;dataSourceScreen&quot;:{&quot;entityDataSource&quot;:{&quot;hasError&quot;:false},&quot;schema&quot;:[]},&quot;relationDataSource&quot;:{&quot;entityDataSource&quot;:{&quot;hasError&quot;:false},&quot;schema&quot;:[]},&quot;staticDataSource&quot;:[],&quot;filterKeyValues&quot;:{&quot;&quot;:&quot;&quot;,&quot;contains&quot;:&quot;Contendo&quot;,&quot;startswith&quot;:&quot;Iniciando com&quot;,&quot;endswith&quot;:&quot;Final com&quot;},&quot;customTemplate&quot;:false},&quot;aggregates&quot;:[],&quot;widthDevices&quot;:[]}],&quot;toolBarButtons&quot;:[{&quot;type&quot;:&quot;Native&quot;,&quot;title&quot;:&quot;create&quot;,&quot;blocklyInfo&quot;:{&quot;blocklyParams&quot;:[]}},{&quot;type&quot;:&quot;Title&quot;,&quot;blocklyInfo&quot;:{&quot;blocklyParams&quot;:[]},&quot;template&quot;:&quot;<div class=\&quot;crn-grid-title\&quot;>Grade</div>&quot;}],&quot;details&quot;:[],&quot;groupings&quot;:[]}"
59
- ng-model="vars.grid7305" scrollable="false" class=""></cron-grid>
60
- </div>
61
- <h1 class="title" xattr-position="h1 text-center" xattr-type="h1" data-component="crn-text-component"
62
- id="crn-text-component-15431">Caixa de Seleção Dinâmica</h1>
63
- <div class="component-holder ng-scope" data-component="crn-enterprise-dynamic-combobox">
64
- <div class="form-group" id="cron-crn-enterprise-dynamic-combobox-69363777631"><label
65
- for="cron-crn-enterprise-dynamic-combobox-69363777631">Label</label>
66
- <cron-dynamic-select
67
- options="{&quot;headerTemplate&quot;:&quot;&quot;,&quot;footerTemplate&quot;:&quot;&quot;,&quot;dataSourceScreen&quot;:{&quot;name&quot;:&quot;Pais&quot;,&quot;entity&quot;:&quot;dados.Pais&quot;,&quot;entityDataSource&quot;:{&quot;id&quot;:&quot;dados.Pais&quot;,&quot;customId&quot;:&quot;Pais&quot;,&quot;name&quot;:&quot;Pais&quot;,&quot;customQueryName&quot;:&quot;dados.Pais&quot;,&quot;paramValues&quot;:[],&quot;entityFullName&quot;:&quot;dados.entity.Pais&quot;,&quot;schemaFields&quot;:[{&quot;name&quot;:&quot;id&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:false,&quot;key&quot;:false},{&quot;name&quot;:&quot;nomeDoPais&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:false,&quot;key&quot;:false},{&quot;name&quot;:&quot;_objectKey&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:false,&quot;key&quot;:true}],&quot;type&quot;:&quot;entity&quot;,&quot;hasError&quot;:false},&quot;keys&quot;:&quot;_objectKey&quot;,&quot;rowsPerPage&quot;:&quot;100&quot;,&quot;schema&quot;:[{&quot;name&quot;:&quot;id&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:false,&quot;key&quot;:false},{&quot;name&quot;:&quot;nomeDoPais&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:false,&quot;key&quot;:false},{&quot;name&quot;:&quot;_objectKey&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:false,&quot;key&quot;:true}],&quot;parameters&quot;:&quot;&quot;,&quot;condition&quot;:&quot;&quot;,&quot;dependentLazyPost&quot;:&quot;&quot;,&quot;lazy&quot;:&quot;true&quot;,&quot;checkrequired&quot;:&quot;&quot;,&quot;onBeforeCreate&quot;:&quot;&quot;,&quot;onAfterCreate&quot;:&quot;&quot;,&quot;onBeforeUpdate&quot;:&quot;&quot;,&quot;onAfterUpdate&quot;:&quot;&quot;,&quot;onBeforeDelete&quot;:&quot;&quot;,&quot;onAfterDelete&quot;:&quot;&quot;,&quot;onAfterFill&quot;:&quot;&quot;,&quot;dataComponent&quot;:&quot;crn-datasource&quot;,&quot;id&quot;:&quot;&quot;,&quot;oldName&quot;:&quot;&quot;},&quot;filter&quot;:&quot;startswith&quot;,&quot;dataTextField&quot;:&quot;nomeDoPais&quot;,&quot;dataValueField&quot;:&quot;_objectKey&quot;,&quot;dynamic&quot;:true,&quot;valuePrimitive&quot;:true,&quot;dropDownList&quot;:true,&quot;relationDataSource&quot;:{&quot;entityDataSource&quot;:{&quot;hasError&quot;:false},&quot;schema&quot;:[]},&quot;staticDataSource&quot;:[],&quot;filterKeyValues&quot;:{&quot;&quot;:&quot;&quot;,&quot;contains&quot;:&quot;Contendo&quot;,&quot;startswith&quot;:&quot;Iniciando com&quot;,&quot;endswith&quot;:&quot;Final com&quot;},&quot;initValue&quot;:&quot;&quot;,&quot;firstValue&quot;:false,&quot;changeCursor&quot;:true,&quot;customTemplate&quot;:false}"
68
- ng-required="false" id="cron-crn-enterprise-dynamic-combobox-69363777631"
69
- ng-model="vars.dynCombobox150160291" class="k-textbox crn-select form-control"
70
- style=""></cron-dynamic-select>
71
- </div>
72
- </div>
73
- <h1 class="title" xattr-position="h1 text-center" xattr-type="h1" data-component="crn-text-component"
74
- id="crn-text-component-68861">Botão</h1>
75
- <div class="component-holder ng-scope" data-component="crn-button" id="crn-button-313177">
76
- <button class="btn k-button btn-block btn-default" ng-click="" xattr-fullsize="btn-block"
77
- xattr-theme="btn-default" xattr-disabled=""><i class="glyphicon glyphicon-home color-white"
78
- icon-theme="color-white"></i> <span
79
- class="color-white" text-theme="color-white">Button</span></button>
80
- </div>
81
- <div class="component-holder ng-scope" data-component="crn-button" id="crn-button-68751">
82
- <button class="btn k-button btn-block btn-primary" ng-click="" xattr-fullsize="btn-block"
83
- xattr-theme="btn-primary" xattr-disabled=""><i class="glyphicon glyphicon-home color-white"
84
- icon-theme="color-white"></i> <span
85
- class="color-white" text-theme="color-white">Button</span></button>
86
- </div>
87
- <div class="component-holder ng-scope" data-component="crn-button" id="crn-button-32381">
88
- <button class="btn k-button btn-block btn-success" ng-click="" xattr-fullsize="btn-block"
89
- xattr-theme="btn-success" xattr-disabled=""><i class="glyphicon glyphicon-home color-white"
90
- icon-theme="color-white"></i> <span
91
- class="color-white" text-theme="color-white">Button</span></button>
92
- </div>
93
- <div class="component-holder ng-scope" data-component="crn-button" id="crn-button-15291">
94
- <button class="btn k-button btn-block btn-info" ng-click="" xattr-fullsize="btn-block"
95
- xattr-theme="btn-info" xattr-disabled=""><i class="glyphicon glyphicon-home color-white"
96
- icon-theme="color-white"></i> <span class="color-white"
97
- text-theme="color-white">Button</span>
98
- </button>
99
- </div>
100
- <div class="component-holder ng-scope" data-component="crn-button" id="crn-button-76741">
101
- <button class="btn k-button btn-block btn-warning" ng-click="" xattr-fullsize="btn-block"
102
- xattr-theme="btn-warning" xattr-disabled=""><i class="glyphicon glyphicon-home color-white"
103
- icon-theme="color-white"></i> <span
104
- class="color-white" text-theme="color-white">Button</span></button>
105
- </div>
106
- <div class="component-holder ng-scope" data-component="crn-button" id="crn-button-22301">
107
- <button class="btn k-button btn-block btn-danger" ng-click="" xattr-fullsize="btn-block"
108
- xattr-theme="btn-danger" xattr-disabled=""><i class="glyphicon glyphicon-home color-white"
109
- icon-theme="color-white"></i> <span
110
- class="color-white" text-theme="color-white">Button</span></button>
111
- </div>
112
- <div class="component-holder ng-scope" data-component="crn-button" id="crn-button-27141">
113
- <button class="btn k-button btn-block btn-light" ng-click="" xattr-fullsize="btn-block"
114
- xattr-theme="btn-light" xattr-disabled=""><i class="glyphicon glyphicon-home color-white"
115
- icon-theme="color-white"></i> <span class="color-white"
116
- text-theme="color-white">Button</span>
117
- </button>
118
- </div>
119
- <div class="component-holder ng-scope" data-component="crn-button" id="crn-button-62631">
120
- <button class="btn k-button btn-block btn-link" ng-click="" xattr-fullsize="btn-block"
121
- xattr-theme="btn-link" xattr-disabled=""><i class="glyphicon glyphicon-home color-white"
122
- icon-theme="color-white"></i> <span class="color-white"
123
- text-theme="color-white">Button</span>
124
- </button>
125
- </div>
126
- <h1 class="title" xattr-position="h1 text-center" xattr-type="h1" data-component="crn-text-component"
127
- id="crn-text-component-29441">Entrada de Texto</h1>
128
- <div class="component-holder ng-scope" data-component="crn-textinput" id="crn-textinput-885271">
129
- <div class="form-group"><label for="input111">Label</label><input type="text" mask="" mask-placeholder=""
130
- ng-required="false"
131
- ng-model="vars.input111"
132
- class="form-control k-textbox"
133
- id="input111"
134
- placeholder="Placeholder text"></div>
135
- </div>
136
- <h1 class="title" xattr-position="h1 text-center" xattr-type="h1" data-component="crn-text-component"
137
- id="crn-text-component-79331">Caixa de Checagem</h1>
138
- <div class="component-holder ng-scope" data-component="crn-enterprise-checkbox"
139
- id="crn-enterprise-checkbox-881130">
140
- <div class="form-group checkbox-blue" checkbox-theme="checkbox-blue"><input type="checkbox"
141
- id="vars.checkbox9458"
142
- ng-model="vars.checkbox9458"
143
- class="k-checkbox"
144
- ng-initial-value="false"
145
- crn-allow-null-values="true"
146
- ng-false-value="false"
147
- ng-true-value="true"><label
148
- class="k-checkbox-label" for="vars.checkbox9458">Label</label></div>
149
- </div>
150
- <h1 class="title" xattr-position="h1 text-center" xattr-type="h1" data-component="crn-text-component"
151
- id="crn-text-component-93201">Imagem dinâmica</h1>
152
- <div class="form-group component-holder" data-component="crn-dynamic-image" id="crn-dynamic-image-940709"><label
153
- for="img-8002-button">Imagem</label>
154
- <div id="img-8002" dynamic-image="" ng-model="vars.dynamicimage8002" class="dynamic-image-container"
155
- ng-required="false" max-file-size="5MB">{{"template.crud.clickOrDragAnImage" | translate}}
156
- </div>
157
- </div>
158
- <h1 class="title" xattr-position="h1 text-center" xattr-type="h1" data-component="crn-text-component"
159
- id="crn-text-component-76901">Caixa de Seleção Fixa</h1>
160
- <div class="component-holder ng-scope" data-component="crn-enterprise-combobox">
161
- <div class="form-group" id="cron-crn-enterprise-combobox-174803"><label
162
- for="cron-crn-enterprise-combobox-174803" class="">Label</label>
163
- <cron-select
164
- options="{&quot;headerTemplate&quot;:&quot;&quot;,&quot;template&quot;:&quot;&quot;,&quot;footerTemplate&quot;:&quot;&quot;,&quot;placeholder&quot;:&quot;Selecione um item...&quot;,&quot;dataSourceScreen&quot;:{&quot;schema&quot;:[]},&quot;filter&quot;:&quot;contains&quot;,&quot;dataTextField&quot;:&quot;value&quot;,&quot;dataValueField&quot;:&quot;key&quot;,&quot;dynamic&quot;:false,&quot;valuePrimitive&quot;:true,&quot;relationDataSource&quot;:{&quot;schema&quot;:[]},&quot;staticDataSource&quot;:[{&quot;key&quot;:&quot;1&quot;,&quot;value&quot;:&quot;Valor 1&quot;},{&quot;key&quot;:&quot;2&quot;,&quot;value&quot;:&quot;Valor 2&quot;},{&quot;key&quot;:&quot;3&quot;,&quot;value&quot;:&quot;Valor 3&quot;}],&quot;filterKeyValues&quot;:{&quot;&quot;:&quot;&quot;,&quot;contains&quot;:&quot;Contendo&quot;,&quot;startswith&quot;:&quot;Iniciando com&quot;,&quot;endswith&quot;:&quot;Final com&quot;},&quot;initValue&quot;:&quot;&quot;,&quot;firstValue&quot;:false,&quot;changeCursor&quot;:true}"
165
- ng-required="false" id="cron-crn-enterprise-combobox-174803" ng-model="vars.combobox2326"
166
- class="crn-select form-control k-textbox" style=""></cron-select>
167
- </div>
168
- </div>
169
- <h1 class="title" xattr-position="h1 text-center" xattr-type="h1" data-component="crn-text-component"
170
- id="crn-text-component-78421">Caixa de Seleção Múltipla</h1>
171
- <div class="component-holder ng-scope" data-component="crn-enterprise-combobox-multiple"
172
- id="crn-enterprise-combobox-multiple-794730">
173
- <div class="form-group combobox-gray" combobox-theme="combobox-gray"><label
174
- for="cron-crn-enterprise-combobox-multiple-794730-container">Label</label>
175
- <cron-multi-select
176
- options="{&quot;headerTemplate&quot;:&quot;&quot;,&quot;footerTemplate&quot;:&quot;&quot;,&quot;dataSourceScreen&quot;:{&quot;name&quot;:&quot;Pais&quot;,&quot;entity&quot;:&quot;dados.Pais&quot;,&quot;entityDataSource&quot;:{&quot;id&quot;:&quot;dados.Pais&quot;,&quot;customId&quot;:&quot;Pais&quot;,&quot;name&quot;:&quot;Pais&quot;,&quot;customQueryName&quot;:&quot;dados.Pais&quot;,&quot;paramValues&quot;:[],&quot;entityFullName&quot;:&quot;dados.entity.Pais&quot;,&quot;schemaFields&quot;:[{&quot;name&quot;:&quot;id&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:false,&quot;key&quot;:false},{&quot;name&quot;:&quot;nomeDoPais&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:false,&quot;key&quot;:false},{&quot;name&quot;:&quot;_objectKey&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:false,&quot;key&quot;:true}],&quot;type&quot;:&quot;entity&quot;,&quot;hasError&quot;:false},&quot;keys&quot;:&quot;_objectKey&quot;,&quot;rowsPerPage&quot;:&quot;100&quot;,&quot;schema&quot;:[{&quot;name&quot;:&quot;id&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:false,&quot;key&quot;:false},{&quot;name&quot;:&quot;nomeDoPais&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:false,&quot;key&quot;:false},{&quot;name&quot;:&quot;_objectKey&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:false,&quot;key&quot;:true}],&quot;parameters&quot;:&quot;&quot;,&quot;condition&quot;:&quot;&quot;,&quot;dependentLazyPost&quot;:&quot;&quot;,&quot;lazy&quot;:&quot;true&quot;,&quot;checkrequired&quot;:&quot;&quot;,&quot;onBeforeCreate&quot;:&quot;&quot;,&quot;onAfterCreate&quot;:&quot;&quot;,&quot;onBeforeUpdate&quot;:&quot;&quot;,&quot;onAfterUpdate&quot;:&quot;&quot;,&quot;onBeforeDelete&quot;:&quot;&quot;,&quot;onAfterDelete&quot;:&quot;&quot;,&quot;onAfterFill&quot;:&quot;&quot;,&quot;dataComponent&quot;:&quot;crn-datasource&quot;,&quot;id&quot;:&quot;&quot;,&quot;oldName&quot;:&quot;&quot;},&quot;filter&quot;:&quot;startswith&quot;,&quot;dataTextField&quot;:&quot;nomeDoPais&quot;,&quot;dataValueField&quot;:&quot;_objectKey&quot;,&quot;dynamic&quot;:true,&quot;valuePrimitive&quot;:true,&quot;dropDownList&quot;:false,&quot;multiple&quot;:true,&quot;relationDataSource&quot;:{&quot;entityDataSource&quot;:{&quot;hasError&quot;:false},&quot;schema&quot;:[]},&quot;staticDataSource&quot;:[],&quot;filterKeyValues&quot;:{&quot;&quot;:&quot;&quot;,&quot;contains&quot;:&quot;Contendo&quot;,&quot;startswith&quot;:&quot;Iniciando com&quot;,&quot;endswith&quot;:&quot;Final com&quot;},&quot;initValue&quot;:&quot;&quot;,&quot;firstValue&quot;:false,&quot;changeCursor&quot;:true,&quot;customTemplate&quot;:false,&quot;dontAllowOutsideList&quot;:true}"
177
- ng-required="false" id="cron-crn-enterprise-combobox-multiple-794730"
178
- ng-model="vars.multipleCombobox3898"
179
- class="crn-select form-control k-content"></cron-multi-select>
180
- </div>
181
- </div>
182
- <h1 class="title" xattr-position="h1 text-center" xattr-type="h1" data-component="crn-text-component"
183
- id="crn-text-component-73291">Texto Simples</h1><span data-component="crn-span" class="component-holder"
184
- id="crn-span-683607">Text</span>
185
- <h1 class="title" xattr-position="h1 text-center" xattr-type="h1" data-component="crn-text-component"
186
- id="crn-text-component-26161">Texto Simples</h1>
187
- <cron-dynamic-menu
188
- 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;textPosition&quot;:&quot;left&quot;,&quot;imagePosition&quot;:&quot;left&quot;,&quot;contentTheme&quot;:&quot;light&quot;,&quot;iconTheme&quot;:&quot;light&quot;,&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;textPosition&quot;:&quot;left&quot;,&quot;imagePosition&quot;:&quot;left&quot;,&quot;contentTheme&quot;:&quot;light&quot;,&quot;iconTheme&quot;:&quot;light&quot;,&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;textPosition&quot;:&quot;left&quot;,&quot;imagePosition&quot;:&quot;left&quot;,&quot;contentTheme&quot;:&quot;light&quot;,&quot;iconTheme&quot;:&quot;light&quot;,&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;textPosition&quot;:&quot;left&quot;,&quot;imagePosition&quot;:&quot;left&quot;,&quot;contentTheme&quot;:&quot;light&quot;,&quot;iconTheme&quot;:&quot;light&quot;,&quot;menuItems&quot;:[]}]}]}"
189
- data-component="crn-dynamic-menu" class="component-holder" id="crn-dynamic-menu-333058">Dynamic Menu
190
- </cron-dynamic-menu>
191
- <h1 class="title" xattr-position="h1 text-center" xattr-type="h1" data-component="crn-text-component"
192
- id="crn-text-component-17881"><br><br>Abas</h1>
193
- <div class="component-holder ng-scope" data-component="crn-tabs" id="crn-tabs-163185">
194
- <div class="ctn-tab">
195
- <ul class="nav nav-tabs" role="tablist">
196
- <li role="presentation" class="active"><a data-target="#tab1" role="tab" data-toggle="tab"
197
- data-container="true">First Tab</a></li>
198
- <li role="presentation" class=""><a data-target="#tab2" role="tab" data-toggle="tab"
199
- data-container="true">Second Tab</a></li>
200
- </ul>
201
- <div class="tab-content">
202
- <div role="tabpanel" class="tab-pane active" id="tab1">
203
- <div data-container="true" data-replace="true"></div>
204
- </div>
205
- <div role="tabpanel" class="tab-pane" id="tab2">
206
- <div data-container="true" data-replace="true"></div>
207
- </div>
208
- </div>
209
- </div>
210
- </div>
211
- <h1 class="title" xattr-position="h1 text-center" xattr-type="h1" data-component="crn-text-component"
212
- id="crn-text-component-91261">Acordeão</h1>
213
- <div class="component-holder ng-scope" data-component="crn-accordion" id="crn-accordion-619489">
214
- <div class="panel-group" id="accordion" role="tablist" aria-multiselectable="true">
215
- <div class="panel panel-default">
216
- <div class="panel-heading" role="tab" id="headingOne" data-toggle="collapse"
217
- data-parent="#accordion" href="#collapseOne" aria-expanded="true" aria-controls="collapseOne">
218
- <div class="lead text-center" data-component="crn-title" xattr-position="text-center"><h1
219
- class="text-center title component-holder h3" xattr-position="h1 text-center"
220
- xattr-type="h3" data-component="crn-text-component">Ungroup and change the
221
- component</h1></div>
222
- </div>
223
- <div id="collapseOne" class="panel-collapse collapse in" role="tabpanel"
224
- aria-labelledby="headingOne">
225
- <div class="panel-body" data-container="true">
226
- <div class="lead text-center" data-component="crn-subtitle" xattr-position="text-center"><h1
227
- class="text-center title component-holder h3" xattr-position="h3 text-center"
228
- xattr-type="h3" data-component="crn-text-component">Ungroup and insert
229
- component</h1></div>
230
- </div>
231
- </div>
232
- </div>
233
- <div class="panel panel-default">
234
- <div class="panel-heading" role="tab" id="headingTwo" data-toggle="collapse"
235
- data-parent="#accordion" href="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo">
236
- <div class="lead text-center" data-component="crn-title" xattr-position="text-center"><h1
237
- class="text-center title component-holder h3" xattr-position="h1 text-center"
238
- xattr-type="h3" data-component="crn-text-component">Ungroup and change the
239
- component</h1></div>
240
- </div>
241
- <div id="collapseTwo" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingTwo">
242
- <div class="panel-body" data-container="true">
243
- <div class="lead text-center" data-component="crn-subtitle" xattr-position="text-center"><h1
244
- class="text-center title component-holder h3" xattr-position="h3 text-center"
245
- xattr-type="h3" data-component="crn-text-component">Ungroup and insert
246
- component</h1></div>
247
- </div>
248
- </div>
249
- </div>
250
- <div class="panel panel-default">
251
- <div class="panel-heading" role="tab" id="headingThree" data-toggle="collapse"
252
- data-parent="#accordion" href="#collapseThree" aria-expanded="false"
253
- aria-controls="collapseThree">
254
- <div class="lead text-center" data-component="crn-title" xattr-position="text-center"><h1
255
- class="text-center title component-holder h3" xattr-position="h1 text-center"
256
- xattr-type="h3" data-component="crn-text-component">Ungroup and change the
257
- component</h1></div>
258
- </div>
259
- <div id="collapseThree" class="panel-collapse collapse" role="tabpanel"
260
- aria-labelledby="headingThree">
261
- <div class="panel-body" data-container="true">
262
- <div class="lead text-center" data-component="crn-subtitle" xattr-position="text-center"><h1
263
- class="text-center title component-holder h3" xattr-position="h3 text-center"
264
- xattr-type="h3" data-component="crn-text-component">Ungroup and insert
265
- component</h1></div>
266
- </div>
267
- </div>
268
- </div>
269
- </div>
270
- </div>
271
- <h1 class="title" xattr-position="h1 text-center" xattr-type="h1" data-component="crn-text-component"
272
- id="crn-text-component-13811">Área de Texto</h1>
273
- <div class="component-holder ng-scope" data-component="crn-textarea" id="crn-textarea-795638">
274
- <div class="form-group"><label for="textArea8428">Label:</label><textarea id="textArea8428"
275
- ng-model="vars.textarea8428"
276
- maxlength="300"
277
- style="resize:none"
278
- resize="resize:none;"
279
- class="form-control k-textbox"
280
- rows="5"></textarea></div>
281
- </div>
282
- <h1 class="title" xattr-position="h1 text-center" xattr-type="h1" data-component="crn-text-component"
283
- id="crn-text-component-87811">Auto Completar</h1>
284
- <h1 class="title" xattr-position="h1 text-center" xattr-type="h1" data-component="crn-text-component"
285
- id="crn-text-component-87781">Auto Completar Dinâmico</h1>
286
- <div class="component-holder ng-scope" data-component="crn-enterprise-dynamic-autocomplete"
287
- id="crn-enterprise-dynamic-autocomplete-747145">
288
- <div class="form-group" id="crn-enterprise-dynamic-autocomplete-747145"><label
289
- for="cron-crn-enterprise-dynamic-autocomplete-747145">Label</label>
290
- <cron-auto-complete
291
- options="{&quot;headerTemplate&quot;:&quot;&quot;,&quot;footerTemplate&quot;:&quot;&quot;,&quot;dataSourceScreen&quot;:{&quot;name&quot;:&quot;Pais&quot;,&quot;entity&quot;:&quot;dados.Pais&quot;,&quot;entityDataSource&quot;:{&quot;id&quot;:&quot;dados.Pais&quot;,&quot;customId&quot;:&quot;Pais&quot;,&quot;name&quot;:&quot;Pais&quot;,&quot;customQueryName&quot;:&quot;dados.Pais&quot;,&quot;paramValues&quot;:[],&quot;entityFullName&quot;:&quot;dados.entity.Pais&quot;,&quot;schemaFields&quot;:[{&quot;name&quot;:&quot;id&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:false,&quot;key&quot;:false},{&quot;name&quot;:&quot;nomeDoPais&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:false,&quot;key&quot;:false},{&quot;name&quot;:&quot;_objectKey&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:false,&quot;key&quot;:true}],&quot;type&quot;:&quot;entity&quot;,&quot;hasError&quot;:false},&quot;keys&quot;:&quot;_objectKey&quot;,&quot;rowsPerPage&quot;:&quot;100&quot;,&quot;schema&quot;:[{&quot;name&quot;:&quot;id&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:false,&quot;key&quot;:false},{&quot;name&quot;:&quot;nomeDoPais&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:false,&quot;key&quot;:false},{&quot;name&quot;:&quot;_objectKey&quot;,&quot;type&quot;:&quot;String&quot;,&quot;nullable&quot;:false,&quot;key&quot;:true}],&quot;parameters&quot;:&quot;&quot;,&quot;condition&quot;:&quot;&quot;,&quot;dependentLazyPost&quot;:&quot;&quot;,&quot;lazy&quot;:&quot;true&quot;,&quot;checkrequired&quot;:&quot;&quot;,&quot;onBeforeCreate&quot;:&quot;&quot;,&quot;onAfterCreate&quot;:&quot;&quot;,&quot;onBeforeUpdate&quot;:&quot;&quot;,&quot;onAfterUpdate&quot;:&quot;&quot;,&quot;onBeforeDelete&quot;:&quot;&quot;,&quot;onAfterDelete&quot;:&quot;&quot;,&quot;onAfterFill&quot;:&quot;&quot;,&quot;dataComponent&quot;:&quot;crn-datasource&quot;,&quot;id&quot;:&quot;&quot;,&quot;oldName&quot;:&quot;&quot;},&quot;filter&quot;:&quot;startswith&quot;,&quot;dataTextField&quot;:&quot;nomeDoPais&quot;,&quot;dataValueField&quot;:&quot;_objectKey&quot;,&quot;dynamic&quot;:true,&quot;autoComplete&quot;:true,&quot;relationDataSource&quot;:{&quot;entityDataSource&quot;:{&quot;hasError&quot;:false},&quot;schema&quot;:[]},&quot;staticDataSource&quot;:[],&quot;filterKeyValues&quot;:{&quot;&quot;:&quot;&quot;,&quot;contains&quot;:&quot;Contendo&quot;,&quot;startswith&quot;:&quot;Iniciando com&quot;,&quot;endswith&quot;:&quot;Final com&quot;},&quot;initValue&quot;:&quot;&quot;,&quot;customTemplate&quot;:false}"
292
- ng-required="false" id="cron-crn-enterprise-dynamic-autocomplete-747145"
293
- ng-model="vars.dynAutocomplete2139" class="crn-select form-control k-textbox"
294
- style=""></cron-auto-complete>
295
- </div>
296
- </div>
297
- <div class="component-holder ng-scope" data-component="crn-enterprise-autocomplete"
298
- id="crn-enterprise-autocomplete-280204">
299
- <div class="form-group"><label for="cron-crn-enterprise-autocomplete-280204">Label</label>
300
- <cron-auto-complete
301
- options="{&quot;headerTemplate&quot;:&quot;&quot;,&quot;template&quot;:&quot;&quot;,&quot;footerTemplate&quot;:&quot;&quot;,&quot;placeholder&quot;:&quot;Selecione um Item&quot;,&quot;dataSourceScreen&quot;:{&quot;entityDataSource&quot;:{&quot;hasError&quot;:false},&quot;schema&quot;:[]},&quot;filter&quot;:&quot;contains&quot;,&quot;dataTextField&quot;:&quot;value&quot;,&quot;dataValueField&quot;:&quot;key&quot;,&quot;dynamic&quot;:false,&quot;valuePrimitive&quot;:true,&quot;autoComplete&quot;:true,&quot;relationDataSource&quot;:{&quot;entityDataSource&quot;:{&quot;hasError&quot;:false},&quot;schema&quot;:[]},&quot;staticDataSource&quot;:[{&quot;key&quot;:&quot;VALOR 1&quot;,&quot;value&quot;:&quot;VALOR 1&quot;},{&quot;key&quot;:&quot;VALOR 2&quot;,&quot;value&quot;:&quot;VALOR 2&quot;},{&quot;key&quot;:&quot;VALOR 3&quot;,&quot;value&quot;:&quot;VALOR 3&quot;}],&quot;filterKeyValues&quot;:{&quot;&quot;:&quot;&quot;,&quot;contains&quot;:&quot;Contendo&quot;,&quot;startswith&quot;:&quot;Iniciando com&quot;,&quot;endswith&quot;:&quot;Final com&quot;},&quot;initValue&quot;:&quot;&quot;,&quot;customTemplate&quot;:false}"
302
- ng-required="false" id="cron-crn-enterprise-autocomplete-280204" ng-model="vars.autocomplete752"
303
- class="crn-select form-control" style=""></cron-auto-complete>
304
- </div>
305
- </div>
306
- <h1 class="title" xattr-position="h1 text-center" xattr-type="h1" data-component="crn-text-component"
307
- id="crn-text-component-77901">Avaliação</h1>
308
- <div data-component="crn-rating" class="component-holder" id="crn-rating-741881">
309
- <cronapp-rating ng-model="vars.evaluation6761" icon-off="fa fa-star-o" xattr-default-value=""><i
310
- style="font-size: 200%; color: #3A3A3A" icon-theme="color: #3A3A3A;" icon-size=""
311
- class="component-holder fa fa-star"></i> <i style="font-size: 200%; color: #3A3A3A"
312
- icon-theme="color: #3A3A3A;" icon-size=""
313
- class="component-holder fa fa-star"></i> <i
314
- style="font-size: 200%; color: #3A3A3A" icon-theme="color: #3A3A3A;" icon-size=""
315
- class="component-holder fa fa-star"></i> <i style="font-size: 200%; color: #3A3A3A"
316
- icon-theme="color: #3A3A3A;" icon-size=""
317
- class="component-holder fa fa-star"></i> <i
318
- style="font-size: 200%; color: #3A3A3A" icon-theme="color: #3A3A3A;" icon-size=""
319
- class="component-holder fa fa-star"></i></cronapp-rating>
320
- </div>
321
- <h1 class="title" xattr-position="h1 text-center" xattr-type="h1" data-component="crn-text-component"
322
- id="crn-text-component-17441">Banner</h1>
323
- <div class="jumbotron component-holder" data-component="crn-jumbotron" data-replace="true"
324
- id="crn-jumbotron-355150"><h1 data-component="crn-title" data-replace="true"
325
- class="component-holder text-center" xattr-position="text-center">Title</h1>
326
- <h2 data-component="crn-subtitle" data-replace="true" class="component-holder text-center"
327
- xattr-position="text-center">Subtitle</h2></div>
328
- <h1 class="title" xattr-position="h1 text-center" xattr-type="h1" data-component="crn-text-component"
329
- id="crn-text-component-57201">Barra de Navegação</h1>
330
- <div class="component-holder ng-scope" data-component="crn-navbar" id="crn-navbar-378419">
331
- <nav class="navbar navbar-default">
332
- <div class="container-fluid">
333
- <div class="navbar-header">
334
- <button type="button" class="navbar-toggle collapsed" data-toggle="collapse"
335
- data-target="#navbar" aria-expanded="false" aria-controls="navbar"><span
336
- class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span
337
- class="icon-bar"></span> <span class="icon-bar"></span></button>
338
- <a class="component-holder ng-binding ng-scope navbar-brand" data-component="crn-image"
339
- href="#/home"><img alt="cronapp-logo"
340
- src="node_modules/cronapp-framework-js/dist/img/logo.svg"
341
- style="width:101px; margin-top:-4px" id="crn-navbar-logo"
342
- data-component="crn-image"></a></div>
343
- <div id="navbar" class="navbar-collapse collapse">
344
- <ul class="nav navbar-nav" style="float:none">
345
- <li class="dropdown component-holder" data-component=""><a href="#/home"
346
- class="dropdown-toggle"
347
- data-toggle="dropdown"
348
- role="button"
349
- aria-haspopup="true"
350
- aria-expanded="false"><i
351
- class="fa fa-lg fa-home"></i> <span ___content="{Home}" ______content="{Home}"
352
- _________content="{{&quot;Home.view.Home&quot; | translate}}">{Home}</span></a>
353
- </li>
354
- <cron-dynamic-menu
355
- options="{&quot;escope&quot;:&quot;WEB&quot;,&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;textPosition&quot;:&quot;left&quot;,&quot;imagePosition&quot;:&quot;left&quot;,&quot;contentTheme&quot;:&quot;light&quot;,&quot;iconTheme&quot;:&quot;light&quot;,&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;textPosition&quot;:&quot;left&quot;,&quot;imagePosition&quot;:&quot;left&quot;,&quot;contentTheme&quot;:&quot;light&quot;,&quot;iconTheme&quot;:&quot;light&quot;,&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;textPosition&quot;:&quot;left&quot;,&quot;imagePosition&quot;:&quot;left&quot;,&quot;contentTheme&quot;:&quot;light&quot;,&quot;iconTheme&quot;:&quot;light&quot;,&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;textPosition&quot;:&quot;left&quot;,&quot;imagePosition&quot;:&quot;left&quot;,&quot;contentTheme&quot;:&quot;light&quot;,&quot;iconTheme&quot;:&quot;light&quot;,&quot;menuItems&quot;:[]}]}]}"
356
- data-component="crn-dynamic-menu" class="component-holder"
357
- id="crn-dynamic-menu-226965">Dynamic Menu
358
- </cron-dynamic-menu>
359
- </ul>
360
- </div>
361
- </div>
362
- </nav>
363
- </div>
364
- <h1 class="title" xattr-position="h1 text-center" xattr-type="h1" data-component="crn-text-component"
365
- id="crn-text-component-5841">Cabeçalho</h1>
366
- <div class="component-holder" data-component="crn-header" id="crn-header-522128"><h1
367
- class="text-left title component-holder col-lg-8 col-sm-8 col-xs-8 h3 col-md-10"
368
- xattr-position="h1 text-left" xattr-type="h3" data-component="crn-text-component"
369
- id="crn-text-component-6417">Title</h1>
370
- <div class="component-holder ng-scope col-lg-4 col-sm-4 col-xs-4 col-md-2" data-component="crn-button"
371
- id="crn-button-6417">
372
- <button class="btn k-button btn-light btn-block" ng-click="" xattr-fullsize="btn-block"
373
- xattr-theme="btn-light" xattr-disabled=""><i class="glyphicon glyphicon-log-in"></i> <span>Button</span>
374
- </button>
375
- </div>
376
- </div>
377
- <h1 class="title" xattr-position="h1 text-center" xattr-type="h1" data-component="crn-text-component"
378
- id="crn-text-component-46491">Código QR</h1>
379
- <div qr="true" ng-model="vars.QR6878" data-component="crn-QRCode" class="component-holder"
380
- id="crn-QRCode-259391">
381
- <div class=""></div>
382
- </div>
383
- <h1 class="title" xattr-position="h1 text-center" xattr-type="h1" data-component="crn-text-component"
384
- id="crn-text-component-23401">Data</h1>
385
- <div class="component-holder ng-scope" data-component="crn-datepicker" id="crn-datepicker-143915">
386
- <div class="form-group"><label for="label-crn-datepicker-143915">Label</label><input type="date" mask=""
387
- mask-placeholder=""
388
- ng-required="false"
389
- ng-model="vars.datecrn-datepicker-143915"
390
- class="form-control k-textbox"
391
- id="input-crn-datepicker-143915">
392
- </div>
393
- </div>
394
- <h1 class="title" xattr-position="h1 text-center" xattr-type="h1" data-component="crn-text-component"
395
- id="crn-text-component-71881">Data e Hora</h1>
396
- <div class="component-holder ng-scope" data-component="crn-datetimepicker" id="crn-datetimepicker-1044974">
397
- <div class="form-group"><label for="datetime-crn-datetimepicker-1044974">Label</label><input type="datetime"
398
- id="datetime-crn-datetimepicker-1044974"
399
- class="form-control k-textbox"
400
- mask=""
401
- ng-model="vars.datetime8322"
402
- ng-required="false">
403
- </div>
404
- </div>
405
- <h1 class="title" xattr-position="h1 text-center" xattr-type="h1" data-component="crn-text-component"
406
- id="crn-text-component-3961">Editor de Texto Rico</h1>
407
- <div class="component-holder ng-scope" data-component="crn-cron-rich-editor" id="crn-cron-rich-editor-422235">
408
- <cron-rich-editor ng-model="vars.richEditor8702"
409
- options="{&quot;allowFullScreen&quot;:true,&quot;allowPage&quot;:true,&quot;allowPrint&quot;:true,&quot;allowTransferArea&quot;:true,&quot;allowDoUndo&quot;:true,&quot;allowSymbol&quot;:true,&quot;allowEmbeddedImage&quot;:true,&quot;allowFont&quot;:true,&quot;allowLinks&quot;:true,&quot;allowParagraph&quot;:true,&quot;allowFormulas&quot;:true,&quot;showMenuBar&quot;:true,&quot;showStatusBar&quot;:true,&quot;allowReadonly&quot;:false,&quot;contentStyle&quot;:&quot;&quot;}">
410
- <img width="100%" src="node_modules/cronapp-framework-js/dist/img/cronRichEditor.png">
411
- </cron-rich-editor>
412
- </div>
413
- <h1 class="title" xattr-position="h1 text-center" xattr-type="h1" data-component="crn-text-component"
414
- id="crn-text-component-75111">Entrada de Texto com Botão</h1>
415
- <div class="component-holder ng-scope" data-component="crn-textinputbutton" id="crn-textinputbutton-546233">
416
- <label class="form-group" for="inputButton5267">Label</label>
417
- <div class="form-inline form-group">
418
- <div class="input-group"><input id="inputButton5267" type="text" mask="" mask-placeholder=""
419
- ng-required="false" class="form-control k-textbox"
420
- ng-model="vars.input5267" placeholder="Placeholder text"></div>
421
- <button class="btn component-holder btn-success k-button" type="submit" ng-click="" xattr-size=""
422
- xattr-fullsize="" xattr-theme="btn-succes" data-component="crn-button" id="crn-button-5267"><i
423
- class=""></i><span>Button</span></button>
424
- </div>
425
- </div>
426
- <h1 class="title" xattr-position="h1 text-center" xattr-type="h1" data-component="crn-text-component"
427
- id="crn-text-component-9931">Entrada de Texto com Ícone</h1>
428
- <div class="component-holder ng-scope" data-component="crn-textinputicon" id="crn-textinputicon-140331">
429
- <div><label class="form-group" for="inputButton-7391">Label</label>
430
- <div class="input-group"><span class="k-button"><i class="glyphicon glyphicon-search"
431
- aria-hidden="true"></i> </span><input
432
- id="inputButton-7391" type="text" mask="" mask-placeholder="" ng-required="false"
433
- class="k-textbox" ng-model="vars.input7391" placeholder="Placeholder text"></div>
434
- </div>
435
- </div>
436
- <h1 class="title" xattr-position="h1 text-center" xattr-type="h1" data-component="crn-text-component"
437
- id="crn-text-component-67851">Envio de Arquivo</h1>
438
- <div class="component-holder" data-component="crn-upload" id="crn-upload-235878">
439
- <form action="" method="post" enctype="multipart/form-data"><label
440
- class="component-holder btn btn-primary k-button" xattr-theme="btn-primary"
441
- data-component="crn-upload-file"><i class="glyphicon glyphicon-cloud-upload"></i> <input type="file"
442
- style="display:none"
443
- onchange="$('#upload-file-info').html($(this).val().split('\\')[2])">
444
- <span>Upload</span></label><span id="upload-file-info"></span></form>
445
- </div>
446
- <h1 class="title" xattr-position="h1 text-center" xattr-type="h1" data-component="crn-text-component"
447
- id="crn-text-component-50851">Envio de Arquivo Dinâmico</h1>
448
- <div class="component-holder ng-scope" data-component="crn-dynamic-file" id="crn-dynamic-file-942772">
449
- <div class="form-group"><label for="file-6096-button">Arquivo</label>
450
- <div id="file-6096" dynamic-file="" ng-model="vars.dynamicfile6096" class="dynamic-image-container"
451
- ng-required="false" max-file-size="5MB">{{"template.crud.clickOrDragAnFile" | translate}}
452
- </div>
453
- </div>
454
- </div>
455
- <h1 class="title" xattr-position="h1 text-center" xattr-type="h1" data-component="crn-text-component"
456
- id="crn-text-component-18261">Hora
457
- <div class="component-holder ng-scope" data-component="crn-timepicker" id="crn-timepicker-100380">
458
- <div class="form-group"><label for="input7978">Label</label><input type="time" mask=""
459
- mask-placeholder=""
460
- ng-required="false"
461
- ng-model="vars.time7978"
462
- class="form-control k-textbox"
463
- id="input7978" placeholder="--:--">
464
- </div>
465
- </div>
466
- </h1>
467
- <h1 class="title" xattr-position="h1 text-center" xattr-type="h1" data-component="crn-text-component"
468
- id="crn-text-component-80881">Ícone</h1>
469
- <div data-component="crn-icon" class="component-holder" id="crn-icon-711425"><i class="fa fa-star" icon-size=""
470
- icon-theme=""></i></div>
471
- <h1 class="title" xattr-position="h1 text-center" xattr-type="h1" data-component="crn-text-component"
472
- id="crn-text-component-7341">Imagem</h1><img alt="image"
473
- src="node_modules/cronapp-framework-js/img/placehold-100x100.png"
474
- class="crn-image component-holder" style="object-fit: contain"
475
- object-fit="object-fit: contain;" xattr-position=""
476
- width="100px" height="100px" data-component="crn-image"
477
- id="crn-image-637343">
478
- <h1 class="title" xattr-position="h1 text-center" xattr-type="h1" data-component="crn-text-component"
479
- id="crn-text-component-24611">Link</h1><a href="" class="cron-link component-holder" target="_self"
480
- data-replace="true" data-component="crn-anchor"
481
- id="crn-anchor-691208">Link</a>
482
- <h1 class="title" xattr-position="h1 text-center" xattr-type="h1" data-component="crn-text-component"
483
- id="crn-text-component-51171">Lista de Opção</h1>
484
- <div class="crn-radiogroup component-holder" ng-model="vars.radio6508" data-component="crn-radiogroup"
485
- id="crn-radiogroup-613265">
486
- <div class="k-content" data-component="crn-radioOption"><input class="k-radio" type="radio" crn-value=""
487
- value="1" name="optionsRadios"
488
- id="optionsRadios1crn-radiogroup-613265"
489
- ng-checked=""><label class="k-radio-label"
490
- for="optionsRadios1crn-radiogroup-613265">Option
491
- One</label></div>
492
- <div class="k-content" data-component="crn-radioOption"><input class="k-radio" type="radio" crn-value=""
493
- value="2" name="optionsRadios"
494
- id="optionsRadios2crn-radiogroup-613265"
495
- ng-checked=""><label class="k-radio-label"
496
- for="optionsRadios2crn-radiogroup-613265">Option
497
- Two</label></div>
498
- </div>
499
- <h1 class="title" xattr-position="h1 text-center" xattr-type="h1" data-component="crn-text-component"
500
- id="crn-text-component-33911">Lista Não Ordenada</h1>
501
- <div class="component-holder ng-scope" data-component="crn-unordered-list" id="crn-unordered-list-125682">
502
- <ul class="list" list-type="list-style-type:disc;" style="list-style-type:disc">
503
- <li data-component="crn-list-item" data-replace="true">Item</li>
504
- <li data-component="crn-list-item" data-replace="true">Item</li>
505
- <li data-component="crn-list-item" data-replace="true">Item</li>
506
- </ul>
507
- </div>
508
- <h1 class="title" xattr-position="h1 text-center" xattr-type="h1" data-component="crn-text-component"
509
- id="crn-text-component-89821">Lista Ordenada</h1>
510
- <div class="component-holder ng-scope" data-component="crn-ordered-list" id="crn-ordered-list-415119">
511
- <ol class="list" type="1">
512
- <li data-component="crn-list-item" data-replace="true">Item</li>
513
- <li data-component="crn-list-item" data-replace="true">Item</li>
514
- <li data-component="crn-list-item" data-replace="true">Item</li>
515
- </ol>
516
- </div>
517
- <h1 class="title" xattr-position="h1 text-center" xattr-type="h1" data-component="crn-text-component"
518
- id="crn-text-component-90421">Lista Simples</h1>
519
- <div crn-datasource="" data-component="crn-list" class="component-holder" id="crn-list-211816"
520
- ng-repeat="rowData in datasource.data"><h1 class="text-center component-holder"
521
- xattr-position="h1 text-center" xattr-type="h1"
522
- id="crn-text-component-1666">Title</h1>
523
- <h3 class="text-center component-holder h3" xattr-position="h3 text-center" xattr-type="h3"
524
- id="crn-subtitle-component-1666">Subtitle</h3></div>
525
- <h1 class="title" xattr-position="h1 text-center" xattr-type="h1" data-component="crn-text-component"
526
- id="crn-text-component-87711">Login Social</h1>
527
- <div class="component-holder ng-binding ng-scope col-xs-12 col-md-12" data-component="crn-social-login"
528
- id="crn-social-login-430546">
529
- <ul class="list-inline center-block text-center">
530
- <li data-container="true">
531
- <form action="/signin/facebook" method="POST" id="facebook"><input type="hidden" name="scope"
532
- value="email,public_profile"> <a
533
- title="Facebook" role="button" onclick="document.getElementById('facebook').submit()">
534
- <div data-component="crn-icon" class="component-holder" id="crn-icon-9025"><i
535
- class="fa fa-2x fa-facebook" style="color: #3A3A3A" icon-theme="" icon-size=""></i>
536
- </div>
537
- </a></form>
538
- </li>
539
- <li data-container="true">
540
- <form action="/signin/github" method="POST" id="github"><input type="hidden" name="scope"
541
- value="email,public_profile"> <a
542
- title="GitHub" role="button" onclick="document.getElementById('github').submit()">
543
- <div data-component="crn-icon" class="component-holder" id="crn-icon-9025"><i
544
- class="fa fa-2x fa-github-alt" style="color: #3A3A3A" icon-theme="" icon-size=""></i>
545
- </div>
546
- </a></form>
547
- </li>
548
- <li data-container="true">
549
- <form action="/signin/linkedin" method="POST" id="linkedin"><input type="hidden" name="scope"
550
- value="r_emailaddress"> <a
551
- title="LinkedIn" role="button" onclick="document.getElementById('linkedin').submit()">
552
- <div data-component="crn-icon" class="component-holder" id="crn-icon-9025"><i
553
- class="fa fa-2x fa-linkedin-square" style="color: #3A3A3A" icon-theme=""
554
- icon-size=""></i></div>
555
- </a></form>
556
- </li>
557
- <li data-container="true">
558
- <form action="/signin/google" method="POST" id="google"><input type="hidden" name="scope"
559
- value="email"> <a title="Google"
560
- role="button"
561
- onclick="document.getElementById('google').submit()">
562
- <div data-component="crn-icon" class="component-holder" id="crn-icon-9025"><i
563
- class="fa fa-2x fa-google" style="color: #3A3A3A" icon-theme="" icon-size=""></i></div>
564
- </a></form>
565
- </li>
566
- <li data-container="true">
567
- <form action="/signin/cronapp" method="POST" id="cronapp"><input type="hidden" name="scope"
568
- value="email"> <a title="CronApp"
569
- role="button"
570
- onclick="document.getElementById('cronapp').submit()">
571
- <div data-component="crn-icon" class="component-holder" id="crn-icon-9025"><i
572
- class="fa fa-2x fa-cloud" style="color: #3A3A3A" icon-theme="" icon-size=""></i></div>
573
- </a></form>
574
- </li>
575
- </ul>
576
- </div>
577
- <h1 class="title" xattr-position="h1 text-center" xattr-type="h1" data-component="crn-text-component"
578
- id="crn-text-component-4131">Slider</h1>
579
- <div class="component-holder ng-scope" data-component="crn-slider" id="crn-slider-284992">
580
- <div class="form-group"><label for="cron-3435" class="">Label</label>
581
- <cron-slider
582
- options="{&quot;increaseButtonTitle&quot;:null,&quot;decreaseButtonTitle&quot;:null,&quot;min&quot;:1,&quot;max&quot;:10,&quot;smallStep&quot;:1,&quot;largeStep&quot;:1,&quot;dragHandleTitle&quot;:null}"
583
- ng-required="false" id="cron-3435" ng-model="vars.slider3435" class="crn-select form-control"
584
- style=""></cron-slider>
585
- </div>
586
- </div>
587
- <h1 class="title" xattr-position="h1 text-center" xattr-type="h1" data-component="crn-text-component"
588
- id="crn-text-component-54501">Sub Lista Não Ordenada</h1>
589
- <div data-component="crn-unordered-sub-list" class="component-holder" id="crn-unordered-sub-list-207101">
590
- <ul class="sub-list" list-type="list-style-type:disc;" style="list-style-type:disc">
591
- <li data-component="crn-list-item" data-replace="true">Item</li>
592
- <li data-component="crn-list-item" data-replace="true">Item</li>
593
- <li data-component="crn-list-item" data-replace="true">Item</li>
594
- </ul>
595
- </div>
596
- <h1 class="title" xattr-position="h1 text-center" xattr-type="h1" data-component="crn-text-component"
597
- id="crn-text-component-14721">Sub Lista Ordenada</h1>
598
- <ol class="sub-list component-holder" type="1" data-component="crn-ordered-sub-list"
599
- id="crn-ordered-sub-list-514341">
600
- <li data-component="crn-list-item" data-replace="true">Item</li>
601
- <li data-component="crn-list-item" data-replace="true">Item</li>
602
- <li data-component="crn-list-item" data-replace="true">Item</li>
603
- </ol>
604
- <h1 class="title" xattr-position="h1 text-center" xattr-type="h1" data-component="crn-text-component"
605
- id="crn-text-component-84051">Sub Lista Ordenada</h1>
606
- <div class="component-holder ng-binding ng-scope" data-component="crn-table" data-replace="true"
607
- id="crn-table-341160">
608
- <div crn-datasource="" class="">
609
- <table class="table table-hover table-bordered" data-container="true">
610
- <thead data-container="true" class="">
611
- <tr class="table-content" data-container="true" data-component="crn-head-row">
612
- <th class="" data-container="true" rowspan="" colspan="" data-component="crn-head-cell">
613
- <div class="" data-component="crn-horizontal-container" data-container="true"
614
- data-replace="true">Content goes here
615
- </div>
616
- </th>
617
- <th class="" data-container="true" rowspan="" colspan="" data-component="crn-head-cell">
618
- <div class="" data-component="crn-horizontal-container" data-container="true"
619
- data-replace="true">Content goes here
620
- </div>
621
- </th>
622
- <th class="" data-container="true" rowspan="" colspan="" data-component="crn-head-cell">
623
- <div class="" data-component="crn-horizontal-container" data-container="true"
624
- data-replace="true">Content goes here
625
- </div>
626
- </th>
627
- </tr>
628
- </thead>
629
- <tbody data-container="true" class="">
630
- <tr class="table-content" data-container="true" data-component="crn-row"
631
- ng-repeat="rowData in datasource.data">
632
- <td class="" data-container="true" rowspan="" colspan="" data-component="crn-cell">
633
- <div class="" data-component="crn-horizontal-container" data-container="true"
634
- data-replace="true">Content goes here
635
- </div>
636
- </td>
637
- <td class="" data-container="true" rowspan="" colspan="" data-component="crn-cell">
638
- <div class="" data-component="crn-horizontal-container" data-container="true"
639
- data-replace="true">Content goes here
640
- </div>
641
- </td>
642
- <td class="" data-container="true" rowspan="" colspan="" data-component="crn-cell">
643
- <div class="" data-component="crn-horizontal-container" data-container="true"
644
- data-replace="true">Content goes here
645
- </div>
646
- </td>
647
- </tr>
648
- <tr class="table-content" data-container="true" data-component="crn-row">
649
- <td class="" data-container="true" rowspan="" colspan="" data-component="crn-cell">
650
- <div class="" data-component="crn-horizontal-container" data-container="true"
651
- data-replace="true">Content goes here
652
- </div>
653
- </td>
654
- <td class="" data-container="true" rowspan="" colspan="" data-component="crn-cell">
655
- <div class="" data-component="crn-horizontal-container" data-container="true"
656
- data-replace="true">Content goes here
657
- </div>
658
- </td>
659
- <td class="" data-container="true" rowspan="" colspan="" data-component="crn-cell">
660
- <div class="" data-component="crn-horizontal-container" data-container="true"
661
- data-replace="true">Content goes here
662
- </div>
663
- </td>
664
- </tr>
665
- <tr class="table-content" data-container="true" data-component="crn-row">
666
- <td class="" data-container="true" rowspan="" colspan="" data-component="crn-cell">
667
- <div class="" data-component="crn-horizontal-container" data-container="true"
668
- data-replace="true">Content goes here
669
- </div>
670
- </td>
671
- <td class="" data-container="true" rowspan="" colspan="" data-component="crn-cell">
672
- <div class="" data-component="crn-horizontal-container" data-container="true"
673
- data-replace="true">Content goes here
674
- </div>
675
- </td>
676
- <td class="" data-container="true" rowspan="" colspan="" data-component="crn-cell">
677
- <div class="" data-component="crn-horizontal-container" data-container="true"
678
- data-replace="true">Content goes here
679
- </div>
680
- </td>
681
- </tr>
682
- </tbody>
683
- </table>
684
- </div>
685
- </div>
686
- <h1 class="title" xattr-position="h1 text-center" xattr-type="h1" data-component="crn-text-component"
687
- id="crn-text-component-65381">Sub Formulário</h1>
688
- <div class="component-holder ng-scope" data-component="crn-sub-form" id="crn-sub-form-931610">
689
- <section class="form">
690
- <div crn-datasource="" data-component="crn-sub-form">
691
- <div class="tool-bar" ng-hide="datasource.editing || datasource.inserting">
692
- <button aria-label="{{'StartInserting' | translate}}" class="btn btn-primary btn-fab k-button"
693
- data-component="crn-button" ng-click="datasource.startInserting()"><span
694
- class="k-icon k-i-plus"></span></button>
695
- <button aria-label="{{'StartEditing' | translate}}" class="btn btn-primary btn-fab k-button"
696
- data-component="crn-button" ng-click="datasource.startEditing()"><span
697
- class="k-icon k-i-edit"></span></button>
698
- <button aria-label="{{'Before' | translate}}" class="btn btn-primary btn-fab k-button"
699
- data-component="crn-button" ng-disabled="!datasource.hasPrevious()"
700
- ng-click="datasource.previous()"><span class="k-icon k-i-arrow-chevron-left"></span>
701
- </button>
702
- <button aria-label="{{'Next' | translate}}" class="btn btn-primary btn-fab k-button"
703
- data-component="crn-button" ng-disabled="!datasource.hasNext()"
704
- ng-click="datasource.next()"><span class="k-icon k-i-arrow-chevron-right"></span>
705
- </button>
706
- <button aria-label="{{'Remove' | translate}}" class="btn btn-danger btn-fab k-button"
707
- data-component="crn-button" ng-click="datasource.remove()"><span
708
- class="k-icon k-i-close"></span></button>
709
- </div>
710
- <div class="active-bar" ng-hide="!datasource.editing &amp;&amp; !datasource.inserting">
711
- <button aria-label="{{'SaveChanges' | translate}}" class="btn btn-success btn-fab k-button"
712
- id="btn_crud_post41107" data-component="crn-button" ng-click="datasource.post()"><span
713
- class="k-icon k-i-check"></span></button>
714
- <button aria-label="{{'CancelChanges' | translate}}" class="btn btn-danger btn-fab k-button"
715
- id="btn_crud_cancel41107" data-component="crn-button" ng-click="datasource.cancel()">
716
- <span class="k-icon k-i-cancel"></span></button>
717
- </div>
718
- <br>
719
- <div class="component-holder ng-scope crn-fieldset" data-component="crn-horizontal-container"
720
- id="crn-horizontal-container-2781"
721
- ng-disabled="!datasource.editing &amp;&amp; !datasource.inserting">
722
- <div class="col-md-12" style="padding-left: 0; padding-right: 0" data-container="true"
723
- data-replace="true">Arraste os campos do formulário aqui
724
- </div>
725
- </div>
726
- </div>
727
- </section>
728
- </div>
729
- <h1 class="title" xattr-position="h1 text-center" xattr-type="h1" data-component="crn-text-component"
730
- id="crn-text-component-95031">Formulário</h1>
731
- <div class="component-holder ng-scope" data-component="crn-form" id="crn-form-89781">
732
- <section class="form">
733
- <form crn-datasource="" data-component="crn-form">
734
- <div class="tool-bar" ng-hide="datasource.editing || datasource.inserting">
735
- <button aria-label="{{'StartInserting' | translate}}" class="btn btn-primary btn-fab k-button"
736
- data-component="crn-button" ng-click="datasource.startInserting()"><span
737
- class="k-icon k-i-plus"></span></button>
738
- <button aria-label="{{'StartEditing' | translate}}" class="btn btn-primary btn-fab k-button"
739
- data-component="crn-button" ng-click="datasource.startEditing()"><span
740
- class="k-icon k-i-edit"></span></button>
741
- <button aria-label="{{'Before' | translate}}" class="btn btn-primary btn-fab k-button"
742
- data-component="crn-button" ng-disabled="!datasource.hasPrevious()"
743
- ng-click="datasource.previous()"><span class="k-icon k-i-arrow-chevron-left"></span>
744
- </button>
745
- <button aria-label="{{'Next' | translate}}" class="btn btn-primary btn-fab k-button"
746
- data-component="crn-button" ng-disabled="!datasource.hasNext()"
747
- ng-click="datasource.next()"><span class="k-icon k-i-arrow-chevron-right"></span>
748
- </button>
749
- <button aria-label="{{'Remove' | translate}}" class="btn btn-danger btn-fab k-button"
750
- data-component="crn-button" ng-click="datasource.remove()"><span
751
- class="k-icon k-i-close"></span></button>
752
- </div>
753
- <div class="active-bar" ng-hide="!datasource.editing &amp;&amp; !datasource.inserting">
754
- <button aria-label="{{'SaveChanges' | translate}}" class="btn btn-success btn-fab k-button"
755
- id="btn_crud_post_6043" data-component="crn-button" ng-click="datasource.post()"><span
756
- class="k-icon k-i-check"></span></button>
757
- <button aria-label="{{'CancelChanges' | translate}}" class="btn btn-danger btn-fab k-button"
758
- id="btn_crud_cancel_6043" data-component="crn-button" ng-click="datasource.cancel()">
759
- <span class="k-icon k-i-cancel"></span></button>
760
- </div>
761
- <br>
762
- <div class="component-holder ng-scope crn-fieldset" data-component="crn-horizontal-container"
763
- id="crn-horizontal-container-6043"
764
- ng-disabled="!datasource.editing &amp;&amp; !datasource.inserting">
765
- <div class="col-md-12" style="padding-left: 0; padding-right: 0" data-container="true"
766
- data-replace="true">Arraste os campos do formulário aqui
767
- </div>
768
- </div>
769
- </form>
770
- </section>
771
- </div>
772
- <h1 class="title" xattr-position="h1 text-center" xattr-type="h1" data-component="crn-text-component"
773
- id="crn-text-component-23111">Crud</h1>
774
- <div class="component-holder ng-scope" data-component="crn-cron-crud" id="crn-cron-crud-175695">
775
- <datasource data-component="crn-datasource" name="" entity="" keys="" rows-per-page="100"
776
- on-before-create="" on-after-create="" on-before-update="" on-after-update=""
777
- on-before-delete="" on-after-delete="" on-after-fill="" lazy="true"></datasource>
778
- <h1 class="title component-holder text-left h3" xattr-position="text-left" xattr-type="h3"
779
- data-component="crn-text-component" id="crn-text-component-7214">Title</h1>
780
- <div class="component-holder ng-scope" data-component="crn-textinput" id="crn-textinput-7214">
781
- <div class="form-group"><label for="input7214">{{"template.crud.search" | translate}}</label><input
782
- type="search" mask="" mask-placeholder="" ng-required="false" ng-model="vars.input7214"
783
- class="form-control k-textbox" id="input7214"
784
- placeholder="{{&quot;template.crud.search&quot; | translate}}"></div>
785
- </div>
786
- <div class="component-holder ng-scope" data-component="crn-cron-grid" id="crn-cron-grid-7214">
787
- <cron-grid options="" ng-model="vars.grid7214" scrollable="false" class=""></cron-grid>
788
- </div>
789
- <section class="form">
790
- <form crn-datasource="" data-component="crn-form">
791
- <div class="tool-bar" ng-hide="datasource.editing || datasource.inserting">
792
- <button aria-label="{{'StartInserting' | translate}}" class="btn btn-primary btn-fab k-button"
793
- data-component="crn-button" ng-click="datasource.startInserting()"><span
794
- class="k-icon k-i-plus"></span></button>
795
- <button aria-label="{{'StartEditing' | translate}}" class="btn btn-primary btn-fab k-button"
796
- data-component="crn-button" ng-click="datasource.startEditing()"><span
797
- class="k-icon k-i-edit"></span></button>
798
- <button aria-label="{{'Before' | translate}}" class="btn btn-primary btn-fab k-button"
799
- data-component="crn-button" ng-disabled="!datasource.hasPrevious()"
800
- ng-click="datasource.previous()"><span class="k-icon k-i-arrow-chevron-left"></span>
801
- </button>
802
- <button aria-label="{{'Next' | translate}}" class="btn btn-primary btn-fab k-button"
803
- data-component="crn-button" ng-disabled="!datasource.hasNext()"
804
- ng-click="datasource.next()"><span class="k-icon k-i-arrow-chevron-right"></span>
805
- </button>
806
- <button aria-label="{{'Remove' | translate}}" class="btn btn-danger btn-fab k-button"
807
- data-component="crn-button" ng-click="datasource.remove()"><span
808
- class="k-icon k-i-close"></span></button>
809
- </div>
810
- <div class="active-bar" ng-hide="!datasource.editing &amp;&amp; !datasource.inserting">
811
- <button aria-label="{{'SaveChanges' | translate}}" class="btn btn-success btn-fab k-button"
812
- id="btn_crud_post_7214" data-component="crn-button" ng-click="datasource.post()"><span
813
- class="k-icon k-i-check"></span></button>
814
- <button aria-label="{{'CancelChanges' | translate}}" class="btn btn-danger btn-fab k-button"
815
- id="btn_crud_cancel_7214" data-component="crn-button" ng-click="datasource.cancel()">
816
- <span class="k-icon k-i-cancel"></span></button>
817
- </div>
818
- <br>
819
- <div class="component-holder ng-scope crn-fieldset" data-component="crn-horizontal-container"
820
- id="crn-horizontal-container-7214"
821
- ng-disabled="!datasource.editing &amp;&amp; !datasource.inserting">
822
- <div class="col-md-12" style="padding-left: 0; padding-right: 0" data-container="true"
823
- data-replace="true">Arraste os campos do formulário aqui
824
- </div>
825
- </div>
826
- </form>
827
- </section>
828
- </div>
829
- </div>
830
- </div>