cronapp-framework-js 2.8.24 → 2.8.28

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 (182) hide show
  1. package/components/crn-button.components.json +2 -12
  2. package/components/crn-chart.components.json +1 -0
  3. package/components/crn-dynamic-menu.components.json +1 -0
  4. package/components/crn-enterprise-checkbox.components.json +0 -5
  5. package/components/crn-enterprise-combobox-multiple.components.json +0 -5
  6. package/components/crn-enterprise-dynamic-combobox.components.json +1 -1
  7. package/components/crn-horizontal-container.components.json +1 -12
  8. package/components/crn-icon.components.json +12 -20
  9. package/components/crn-image.components.json +4 -4
  10. package/components/crn-ordered-sub-list.components.json +1 -2
  11. package/components/crn-rating.components.json +29 -31
  12. package/components/crn-textinputbutton.components.json +8 -0
  13. package/components/crn-upload-file.components.json +3 -2
  14. package/components/crn-upload.components.json +2 -2
  15. package/components/css/checkbox-color.css +0 -16
  16. package/components/css/color-default.css +0 -2
  17. package/components/templates/button.template.html +2 -2
  18. package/components/templates/cron-autocomplete.designtime.html +33 -1
  19. package/components/templates/cron-checkbox.template.html +2 -1
  20. package/components/templates/cron-combobox-multiple.template.html +1 -1
  21. package/components/templates/cron-crud.template.html +7 -43
  22. package/components/templates/cron-dynamic-combobox.template.html +1 -1
  23. package/components/templates/fileupload-button.template.html +1 -1
  24. package/components/templates/fileupload.template.html +1 -1
  25. package/components/templates/form.template.html +21 -44
  26. package/components/templates/icon.template.html +1 -1
  27. package/components/templates/image.default.template.html +2 -1
  28. package/components/templates/navbar.template.html +5 -5
  29. package/components/templates/rating.template.html +6 -6
  30. package/components/templates/social-button-bar.template.html +12 -11
  31. package/components/templates/sub-form.template.html +11 -44
  32. package/components/templates/textinputbutton.template.html +9 -6
  33. package/css/app.css +8 -20
  34. package/dist/components/css/checkbox-color.css +1 -1
  35. package/dist/components/css/color-default.css +1 -1
  36. package/dist/components/templates/button.template.html +1 -1
  37. package/dist/components/templates/cron-autocomplete.designtime.html +26 -1
  38. package/dist/components/templates/cron-checkbox.template.html +1 -1
  39. package/dist/components/templates/cron-combobox-multiple.template.html +1 -1
  40. package/dist/components/templates/cron-crud.template.html +1 -1
  41. package/dist/components/templates/cron-dynamic-combobox.template.html +1 -1
  42. package/dist/components/templates/fileupload-button.template.html +1 -1
  43. package/dist/components/templates/fileupload.template.html +1 -1
  44. package/dist/components/templates/form.template.html +1 -1
  45. package/dist/components/templates/icon.template.html +1 -1
  46. package/dist/components/templates/image.default.template.html +1 -1
  47. package/dist/components/templates/navbar.template.html +1 -1
  48. package/dist/components/templates/rating.template.html +1 -1
  49. package/dist/components/templates/social-button-bar.template.html +1 -1
  50. package/dist/components/templates/sub-form.template.html +1 -1
  51. package/dist/components/templates/textinputbutton.template.html +1 -1
  52. package/dist/css/animate.css +1 -0
  53. package/dist/css/app.css +1 -1
  54. package/dist/css/fonts/glyphicons-halflings-regular.eot +0 -0
  55. package/dist/css/fonts/glyphicons-halflings-regular.svg +1 -0
  56. package/dist/css/fonts/glyphicons-halflings-regular.ttf +0 -0
  57. package/dist/css/fonts/glyphicons-halflings-regular.woff +0 -0
  58. package/dist/css/fonts/glyphicons-halflings-regular.woff2 +0 -0
  59. package/dist/css/modalTemplate.css +1 -0
  60. package/dist/css/themes/cerulean.min.css +1 -0
  61. package/dist/css/themes/cosmo.min.css +1 -0
  62. package/dist/css/themes/custom/cerulean/custom-cerulean.min.css +13 -0
  63. package/dist/css/themes/custom/cosmo/custom-cosmo.min.css +13 -0
  64. package/dist/css/themes/custom/cyborg/custom-cyborg.min.css +13 -0
  65. package/dist/css/themes/custom/darkly/custom-darkly.min.css +13 -0
  66. package/dist/css/themes/custom/flatly/custom-flatly.min.css +13 -0
  67. package/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/_media-print.css +1 -0
  68. package/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/alert.css +1 -0
  69. package/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/animations.css +1 -0
  70. package/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/badge.css +1 -0
  71. package/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/basics.css +11 -0
  72. package/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/blockquote.css +1 -0
  73. package/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/breadcrumb.css +1 -0
  74. package/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/btn.css +1 -0
  75. package/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/carousel.css +1 -0
  76. package/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/close.css +1 -0
  77. package/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/col.css +1 -0
  78. package/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/collapse.css +1 -0
  79. package/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/container.css +1 -0
  80. package/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/dropdown.css +1 -0
  81. package/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/embed-responsive.css +1 -0
  82. package/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/fade.css +1 -0
  83. package/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/figure_img.css +1 -0
  84. package/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/form-control.css +1 -0
  85. package/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/glyphicon.css +1 -0
  86. package/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/import_bootswatch.css +1 -0
  87. package/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/input-group.css +1 -0
  88. package/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/input.css +1 -0
  89. package/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/jumbotron.css +1 -0
  90. package/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/label.css +1 -0
  91. package/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/list-group.css +1 -0
  92. package/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/media.css +1 -0
  93. package/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/modal.css +1 -0
  94. package/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/nav.css +1 -0
  95. package/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/navbar.css +1 -0
  96. package/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/pager.css +1 -0
  97. package/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/pagination.css +1 -0
  98. package/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/panel.css +1 -0
  99. package/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/popover.css +1 -0
  100. package/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/progress.css +1 -0
  101. package/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/table.css +1 -0
  102. package/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/text.css +1 -0
  103. package/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/thumbnail.css +1 -0
  104. package/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/tooltip.css +1 -0
  105. package/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/visible.css +1 -0
  106. package/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/well.css +1 -0
  107. package/dist/css/themes/custom/fuse/components_css/alert.css +1 -0
  108. package/dist/css/themes/custom/fuse/components_css/badge.css +1 -0
  109. package/dist/css/themes/custom/fuse/components_css/blockquote.css +1 -0
  110. package/dist/css/themes/custom/fuse/components_css/breadcrumb.css +1 -0
  111. package/dist/css/themes/custom/fuse/components_css/btn.css +1 -0
  112. package/dist/css/themes/custom/fuse/components_css/carousel.css +1 -0
  113. package/dist/css/themes/custom/fuse/components_css/close.css +1 -0
  114. package/dist/css/themes/custom/fuse/components_css/embed-responsive.css +1 -0
  115. package/dist/css/themes/custom/fuse/components_css/form.css +1 -0
  116. package/dist/css/themes/custom/fuse/components_css/glyphicon.css +1 -0
  117. package/dist/css/themes/custom/fuse/components_css/hidden.css +1 -0
  118. package/dist/css/themes/custom/fuse/components_css/import_components_css.css +1 -0
  119. package/dist/css/themes/custom/fuse/components_css/list-group.css +1 -0
  120. package/dist/css/themes/custom/fuse/components_css/media.css +1 -0
  121. package/dist/css/themes/custom/fuse/components_css/modal.css +1 -0
  122. package/dist/css/themes/custom/fuse/components_css/navbar.css +1 -0
  123. package/dist/css/themes/custom/fuse/components_css/pager.css +1 -0
  124. package/dist/css/themes/custom/fuse/components_css/pagination.css +1 -0
  125. package/dist/css/themes/custom/fuse/components_css/panel.css +1 -0
  126. package/dist/css/themes/custom/fuse/components_css/popover.css +1 -0
  127. package/dist/css/themes/custom/fuse/components_css/progress.css +1 -0
  128. package/dist/css/themes/custom/fuse/components_css/table.css +1 -0
  129. package/dist/css/themes/custom/fuse/components_css/thumbnail.css +1 -0
  130. package/dist/css/themes/custom/fuse/components_css/tooltip.css +1 -0
  131. package/dist/css/themes/custom/fuse/components_css/type_bootstrap.css +1 -0
  132. package/dist/css/themes/custom/fuse/components_css/visible.css +1 -0
  133. package/dist/css/themes/custom/fuse/components_css/well.css +1 -0
  134. package/dist/css/themes/custom/fuse/custom-fuse.min.css +1 -0
  135. package/dist/css/themes/custom/fuse/font/Inter-roman.var.woff2 +0 -0
  136. package/dist/css/themes/custom/fuse/font/font.css +1 -0
  137. package/dist/css/themes/custom/journal/custom-journal.min.css +12 -0
  138. package/dist/css/themes/custom/lumen/custom-lumen.min.css +13 -0
  139. package/dist/css/themes/custom/material/components_css/crn-button.css +1 -0
  140. package/dist/css/themes/custom/material/components_css/crn-carousel.css +1 -0
  141. package/dist/css/themes/custom/material/components_css/crn-cron-calendar.css +1 -0
  142. package/dist/css/themes/custom/material/components_css/crn-cron-grid.css +1 -0
  143. package/dist/css/themes/custom/material/components_css/crn-enterprise.css +1 -0
  144. package/dist/css/themes/custom/material/components_css/crn-navbar.css +1 -0
  145. package/dist/css/themes/custom/material/components_css/crn-scheduler.css +1 -0
  146. package/dist/css/themes/custom/material/components_css/login.css +1 -0
  147. package/dist/css/themes/custom/material/components_css/ui-notification.css +1 -0
  148. package/dist/css/themes/custom/material/custom-material.css +1 -0
  149. package/dist/css/themes/custom/navigator/custom-navigator.css +1 -0
  150. package/dist/css/themes/custom/paper/custom-paper.min.css +13 -0
  151. package/dist/css/themes/custom/readable/custom-readable.min.css +13 -0
  152. package/dist/css/themes/custom/sandstone/custom-sandstone.min.css +13 -0
  153. package/dist/css/themes/custom/simplex/custom-simplex.min.css +13 -0
  154. package/dist/css/themes/custom/slate/custom-slate.min.css +13 -0
  155. package/dist/css/themes/custom/spacelab/custom-spacelab.min.css +13 -0
  156. package/dist/css/themes/custom/superhero/custom-superhero.min.css +13 -0
  157. package/dist/css/themes/custom/united/custom-united.min.css +13 -0
  158. package/dist/css/themes/custom/yeti/custom-yeti.min.css +13 -0
  159. package/dist/css/themes/cyborg.min.css +1 -0
  160. package/dist/css/themes/darkly.min.css +1 -0
  161. package/dist/css/themes/flatly.min.css +1 -0
  162. package/dist/css/themes/fuse.min.css +1 -0
  163. package/dist/css/themes/journal.min.css +1 -0
  164. package/dist/css/themes/lumen.min.css +1 -0
  165. package/dist/css/themes/material.min.css +1 -0
  166. package/dist/css/themes/paper.min.css +1 -0
  167. package/dist/css/themes/readable.min.css +1 -0
  168. package/dist/css/themes/sandstone.min.css +1 -0
  169. package/dist/css/themes/simplex.min.css +1 -0
  170. package/dist/css/themes/slate.min.css +1 -0
  171. package/dist/css/themes/spacelab.min.css +1 -0
  172. package/dist/css/themes/superhero.min.css +1 -0
  173. package/dist/css/themes/united.min.css +1 -0
  174. package/dist/css/themes/yeti.min.css +1 -0
  175. package/dist/js/directives.js +1 -1
  176. package/dist/js/reports/reports.service.js +1 -1
  177. package/gulpfile.js +1 -1
  178. package/js/directives.js +24 -21
  179. package/js/reports/reports.service.js +3 -0
  180. package/package.json +1 -1
  181. package/components/css/font-size.css +0 -15
  182. package/components/css/image.css +0 -15
@@ -1,54 +1,31 @@
1
1
  <section class="form">
2
2
  <form crn-datasource="" data-component="crn-form">
3
3
  <div class="tool-bar" ng-hide="datasource.editing || datasource.inserting">
4
- <div class="component-holder ng-scope" data-component="crn-button" id="crn-button-8499">
5
- <button aria-label="{{'StartInserting' | translate}}" class="btn k-button btn-fab btn-default" ng-click="datasource.startInserting()" xattr-theme="btn-default" xattr-fullsize="">
6
- <span class="k-icon k-i-plus color-theme" icon-theme="color-theme" text-theme="color-theme"></span>
7
- </button>
8
- </div>
9
-
10
- <div class="component-holder ng-scope" data-component="crn-button" id="crn-button-8499">
11
- <button aria-label="{{'StartEditing' | translate}}" class="btn k-button btn-fab btn-default" ng-click="datasource.startEditing()" xattr-theme="btn-default" xattr-fullsize="">
12
- <span class="k-icon k-i-edit color-theme" icon-theme="color-theme" text-theme="color-theme"></span>
13
- </button>
14
- </div>
15
-
16
- <div class="component-holder ng-scope" data-component="crn-button" id="crn-button-84681">
17
- <button aria-label="{{'Before' | translate}}" class="btn k-button btn-fab btn-default disabled" ng-disabled="!datasource.hasPrevious()" ng-click="datasource.previous()" xattr-theme="btn-default" xattr-fullsize="">
18
- <span class="k-icon k-i-arrow-chevron-left color-theme" icon-theme="color-theme" text-theme="color-theme"></span>
19
- </button>
20
- </div>
21
-
22
- <div class="component-holder ng-scope" data-component="crn-button" id="crn-button-8499">
23
- <button aria-label="{{'Next' | translate}}" class="btn k-button btn-fab btn-default disabled" ng-disabled="!datasource.hasNext()" ng-click="datasource.next()" xattr-theme="btn-default" xattr-fullsize="">
24
- <span class="k-icon k-i-arrow-chevron-right color-theme" icon-theme="color-theme" text-theme="color-theme"></span>
25
- </button>
26
- </div>
27
-
28
- <div class="component-holder ng-scope" data-component="crn-button" id="crn-button-8499">
29
- <button aria-label="{{'Remove' | translate}}" class="btn k-button btn-fab btn-danger" ng-click="datasource.remove()" xattr-theme="btn-danger" xattr-fullsize="">
30
- <span class="k-icon k-i-close color-theme" icon-theme="color-theme" text-theme="color-theme"></span>
31
- </button>
32
- </div>
33
-
4
+ <button aria-label="{{'StartInserting' | translate}}" class="btn btn-primary btn-fab k-button"
5
+ data-component="crn-button" ng-click="datasource.startInserting()"><span
6
+ class="k-icon k-i-plus"></span></button>
7
+ <button aria-label="{{'StartEditing' | translate}}" class="btn btn-primary btn-fab k-button"
8
+ data-component="crn-button" ng-click="datasource.startEditing()"><span class="k-icon k-i-edit"></span></button>
9
+ <button aria-label="{{'Before' | translate}}" class="btn btn-primary btn-fab k-button" data-component="crn-button"
10
+ ng-disabled="!datasource.hasPrevious()" ng-click="datasource.previous()"><span
11
+ class="k-icon k-i-arrow-chevron-left"></span></button>
12
+ <button aria-label="{{'Next' | translate}}" class="btn btn-primary btn-fab k-button" data-component="crn-button"
13
+ ng-disabled="!datasource.hasNext()" ng-click="datasource.next()"><span
14
+ class="k-icon k-i-arrow-chevron-right"></span></button>
15
+ <button aria-label="{{'Remove' | translate}}" class="btn btn-danger btn-fab k-button" data-component="crn-button"
16
+ ng-click="datasource.remove()"><span class="k-icon k-i-close"></span></button>
34
17
  </div>
35
18
  <div class="active-bar" ng-hide="!datasource.editing &amp;&amp; !datasource.inserting">
36
-
37
- <div class="component-holder ng-scope" data-component="crn-button" id="crn-button-8499">
38
- <button aria-label="{{'SaveChanges' | translate}}" class="btn k-button btn-fab btn-success" ng-disabled="!datasource.hasNext()" ng-click="datasource.post()" xattr-theme="btn-success" id="btn_crud_post_8499" xattr-fullsize="">
39
- <span class="k-icon k-i-check color-theme" icon-theme="color-theme" text-theme="color-theme"></span>
40
- </button>
41
- </div>
42
-
43
- <div class="component-holder ng-scope" data-component="crn-button" id="crn-button-8499">
44
- <button aria-label="{{'CancelChanges' | translate}}" class="btn k-button btn-fab btn-danger" ng-click="datasource.cancel()" xattr-theme="btn-danger" id="btn_crud_cancel_8499" xattr-fullsize="">
45
- <span class="k-icon k-i-cancel color-theme" icon-theme="color-theme" text-theme="color-theme"></span>
46
- </button>
47
- </div>
48
-
19
+ <button aria-label="{{'SaveChanges' | translate}}" class="btn btn-success btn-fab k-button"
20
+ id="btn_crud_post_${RANDOM}" data-component="crn-button" ng-click="datasource.post()"><span
21
+ class="k-icon k-i-check"></span></button>
22
+ <button aria-label="{{'CancelChanges' | translate}}" class="btn btn-danger btn-fab k-button"
23
+ id="btn_crud_cancel_${RANDOM}" data-component="crn-button" ng-click="datasource.cancel()"><span
24
+ class="k-icon k-i-cancel"></span></button>
49
25
  </div>
50
26
  <br>
51
- <div class="component-holder ng-scope crn-fieldset" data-component="crn-horizontal-container" id="crn-horizontal-container-${RANDOM}" ng-disabled="!datasource.editing &amp;&amp; !datasource.inserting">
27
+ <div class="component-holder ng-scope crn-fieldset" data-component="crn-horizontal-container"
28
+ id="crn-horizontal-container-${RANDOM}" ng-disabled="!datasource.editing &amp;&amp; !datasource.inserting">
52
29
  <div class="col-md-12" style="padding-left: 0; padding-right: 0;" data-container="true" data-replace="true">
53
30
  Arraste os campos do formulário aqui</div>
54
31
  </div>
@@ -1 +1 @@
1
- <i class="fa fa-star font-size-theme color-theme" icon-size="font-size-theme" icon-theme="color-theme"></i>
1
+ <div><i class="fa fa-star" icon-size="" icon-theme=""></i></div>
@@ -1 +1,2 @@
1
- <img alt="image" src="node_modules/cronapp-framework-js/img/placehold-100x100.png" class="crn-image object-fit-contain" object-fit="object-fit-contain" xattr-position="" width="100px" height="100px" />
1
+ <img alt="image" src="node_modules/cronapp-framework-js/img/placehold-100x100.png" class="crn-image"
2
+ style="object-fit: contain;" object-fit="object-fit: contain;" xattr-position="" width="100px" height="100px" />
@@ -6,11 +6,11 @@
6
6
  </div>
7
7
  <div id="navbar" class="navbar-collapse collapse">
8
8
  <ul class="nav navbar-nav" style="float:none">
9
- <li class="dropdown component-holder" data-component=""> <a href="#/home" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false"> <i class="fa fa-lg fa-home"></i> <span ___content="{Home}" _________content="{{&quot;Home.view.Home&quot; | translate}}">{Home}</span> </a> </li>
10
- <cron-dynamic-menu options="{&quot;subMenuOptions&quot;:[{&quot;id&quot;:&quot;qxfhylqx9sh1&quot;,&quot;name&quot;:&quot;Menu 1&quot;,&quot;title&quot;:&quot;Menu 1&quot;,&quot;level&quot;:1,&quot;menuItems&quot;:[{&quot;id&quot;:&quot;qe1juldmy0kk&quot;,&quot;name&quot;:&quot;Menu A&quot;,&quot;title&quot;:&quot;Menu A&quot;,&quot;level&quot;:2,&quot;menuItems&quot;:[]}]},{&quot;id&quot;:&quot;1jenqtqrij8mb&quot;,&quot;name&quot;:&quot;Menu 2&quot;,&quot;title&quot;:&quot;Menu 2&quot;,&quot;level&quot;:1,&quot;menuItems&quot;:[{&quot;id&quot;:&quot;urgv85ip8603&quot;,&quot;name&quot;:&quot;Menu B&quot;,&quot;title&quot;:&quot;Menu B&quot;,&quot;level&quot;:2,&quot;menuItems&quot;:[]}]}]}" data-component="crn-dynamic-menu" class="component-holder" id="crn-dynamic-menu-226965">
11
- Dynamic Menu
12
- </cron-dynamic-menu>
9
+ <div class="component-holder ng-scope col-md-10" data-component="crn-dynamic-menu" id="crn-dynamic-menu">
10
+ <cron-dynamic-menu options="{&quot;subMenuOptions&quot;:[{&quot;id&quot;:&quot;1iut7rlrhfnzs&quot;,&quot;name&quot;:&quot;Home&quot;,&quot;title&quot;:&quot;{{\&quot;Home.view.Home\&quot; | translate}}&quot;,&quot;action&quot;:&quot;cronapi.screen.changeView('#/public/home', [])&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;:[]}]}" data-component="crn-dynamic-menu" class="component-holder" id="crn-dynamic-menu-226965"> Dynamic Menu
11
+ </cron-dynamic-menu>
12
+ </div>
13
13
  </ul>
14
14
  </div>
15
15
  </div>
16
- </nav>
16
+ </nav>
@@ -1,9 +1,9 @@
1
- <div class="component-holder ng-scope" data-component="crn-rating" id="crn-rating-${RANDON}">
1
+ <div>
2
2
  <cronapp-rating ng-model="vars.evaluation${RANDOM}" icon-off="fa fa-star-o" xattr-default-value="">
3
- <i data-theme="color-theme" data-size="font-size-theme" class="fa fa-star color-theme font-size-theme"></i>
4
- <i data-theme="color-theme" data-size="font-size-theme" class="fa fa-star color-theme font-size-theme"></i>
5
- <i data-theme="color-theme" data-size="font-size-theme" class="fa fa-star color-theme font-size-theme"></i>
6
- <i data-theme="color-theme" data-size="font-size-theme" class="fa fa-star color-theme font-size-theme"></i>
7
- <i data-theme="color-theme" data-size="font-size-theme" class="fa fa-star color-theme font-size-theme"></i>
3
+ <i style="font-size: 200%;" icon-theme="color: #3A3A3A;" icon-size="" class="component-holder fa fa-star"></i>
4
+ <i style="font-size: 200%;" icon-theme="color: #3A3A3A;" icon-size="" class="component-holder fa fa-star"></i>
5
+ <i style="font-size: 200%;" icon-theme="color: #3A3A3A;" icon-size="" class="component-holder fa fa-star"></i>
6
+ <i style="font-size: 200%;" icon-theme="color: #3A3A3A;" icon-size="" class="component-holder fa fa-star"></i>
7
+ <i style="font-size: 200%;" icon-theme="color: #3A3A3A;" icon-size="" class="component-holder fa fa-star"></i>
8
8
  </cronapp-rating>
9
9
  </div>
@@ -1,11 +1,12 @@
1
- <div class="component-holder ng-binding ng-scope col-xs-12 col-md-12" data-component="crn-social-login" id="crn-social-login${RANDOM}">
1
+ <div class="component-holder ng-binding ng-scope col-xs-12 col-md-12" data-component="crn-social-login"
2
+ id="crn-social-login${RANDOM}">
2
3
  <ul class="list-inline center-block text-center">
3
4
  <li data-container="true">
4
5
  <form action="/signin/facebook" method="POST" id="facebook">
5
6
  <input type="hidden" name="scope" value="email,public_profile">
6
7
  <a title="Facebook" role="button" onclick="document.getElementById('facebook').submit();">
7
- <div class="component-holder ng-scope" data-component="crn-icon" id="crn-icon-${RANDOM}">
8
- <i class="fa fa-2x fa-facebook font-size-theme color-theme" icon-size="font-size-theme" icon-theme="color-theme"></i>
8
+ <div data-component="crn-icon" class="component-holder" id="crn-icon-${RANDOM}">
9
+ <i class="fa fa-2x fa-facebook" style="color: #3A3A3A;" icon-theme="" icon-theme="" icon-size=""></i>
9
10
  </div>
10
11
  </a>
11
12
  </form>
@@ -14,8 +15,8 @@
14
15
  <form action="/signin/github" method="POST" id="github">
15
16
  <input type="hidden" name="scope" value="email,public_profile">
16
17
  <a title="GitHub" role="button" onclick="document.getElementById('github').submit();">
17
- <div class="component-holder ng-scope" data-component="crn-icon" id="crn-icon-${RANDOM}">
18
- <i class="fa fa-2x fa-github-alt font-size-theme color-theme" icon-size="font-size-theme" icon-theme="color-theme"></i>
18
+ <div data-component="crn-icon" class="component-holder" id="crn-icon-${RANDOM}">
19
+ <i class="fa fa-2x fa-github-alt" style="color: #3A3A3A;" icon-theme="" icon-theme="" icon-size=""></i>
19
20
  </div>
20
21
  </a>
21
22
  </form>
@@ -24,8 +25,8 @@
24
25
  <form action="/signin/linkedin" method="POST" id="linkedin">
25
26
  <input type="hidden" name="scope" value="r_emailaddress">
26
27
  <a title="LinkedIn" role="button" onclick="document.getElementById('linkedin').submit();">
27
- <div class="component-holder ng-scope" data-component="crn-icon" id="crn-icon-${RANDOM}">
28
- <i class="fa fa-2x fa-linkedin-square font-size-theme color-theme" icon-size="font-size-theme" icon-theme="color-theme"></i>
28
+ <div data-component="crn-icon" class="component-holder" id="crn-icon-${RANDOM}">
29
+ <i class="fa fa-2x fa-linkedin-square" style="color: #3A3A3A;" icon-theme="" icon-theme="" icon-size=""></i>
29
30
  </div>
30
31
  </a>
31
32
  </form>
@@ -34,8 +35,8 @@
34
35
  <form action="/signin/google" method="POST" id="google">
35
36
  <input type="hidden" name="scope" value="email">
36
37
  <a title="Google" role="button" onclick="document.getElementById('google').submit();">
37
- <div class="component-holder ng-scope" data-component="crn-icon" id="crn-icon-${RANDOM}">
38
- <i class="fa fa-2x fa-google font-size-theme color-theme" icon-size="font-size-theme" icon-theme="color-theme"></i>
38
+ <div data-component="crn-icon" class="component-holder" id="crn-icon-${RANDOM}">
39
+ <i class="fa fa-2x fa-google" style="color: #3A3A3A;" icon-theme="" icon-theme="" icon-size=""></i>
39
40
  </div>
40
41
  </a>
41
42
  </form>
@@ -44,8 +45,8 @@
44
45
  <form action="/signin/cronapp" method="POST" id="cronapp">
45
46
  <input type="hidden" name="scope" value="email">
46
47
  <a title="CronApp" role="button" onclick="document.getElementById('cronapp').submit();">
47
- <div class="component-holder ng-scope" data-component="crn-icon" id="crn-icon-${RANDOM}">
48
- <i class="fa fa-2x fa-cloud font-size-theme color-theme" icon-size="font-size-theme" icon-theme="color-theme"></i>
48
+ <div data-component="crn-icon" class="component-holder" id="crn-icon-${RANDOM}">
49
+ <i class="fa fa-2x fa-cloud" style="color: #3A3A3A;" icon-theme="" icon-theme="" icon-size=""></i>
49
50
  </div>
50
51
  </a>
51
52
  </form>
@@ -1,54 +1,21 @@
1
1
  <section class="form">
2
2
  <div crn-datasource="" data-component="crn-sub-form">
3
3
  <div class="tool-bar" ng-hide="datasource.editing || datasource.inserting">
4
- <div class="component-holder ng-scope" data-component="crn-button" id="crn-button-8499">
5
- <button aria-label="{{'StartInserting' | translate}}" class="btn k-button btn-fab btn-default" ng-click="datasource.startInserting()" xattr-theme="btn-default" xattr-fullsize="">
6
- <span class="k-icon k-i-plus color-theme" icon-theme="color-theme" text-theme="color-theme"></span>
7
- </button>
8
- </div>
9
-
10
- <div class="component-holder ng-scope" data-component="crn-button" id="crn-button-8499">
11
- <button aria-label="{{'StartEditing' | translate}}" class="btn k-button btn-fab btn-default" ng-click="datasource.startEditing()" xattr-theme="btn-default" xattr-fullsize="">
12
- <span class="k-icon k-i-edit color-theme" icon-theme="color-theme" text-theme="color-theme"></span>
13
- </button>
14
- </div>
15
-
16
- <div class="component-holder ng-scope" data-component="crn-button" id="crn-button-84681">
17
- <button aria-label="{{'Before' | translate}}" class="btn k-button btn-fab btn-default disabled" ng-disabled="!datasource.hasPrevious()" ng-click="datasource.previous()" xattr-theme="btn-default" xattr-fullsize="">
18
- <span class="k-icon k-i-arrow-chevron-left color-theme" icon-theme="color-theme" text-theme="color-theme"></span>
19
- </button>
20
- </div>
21
-
22
- <div class="component-holder ng-scope" data-component="crn-button" id="crn-button-8499">
23
- <button aria-label="{{'Next' | translate}}" class="btn k-button btn-fab btn-default disabled" ng-disabled="!datasource.hasNext()" ng-click="datasource.next()" xattr-theme="btn-default" xattr-fullsize="">
24
- <span class="k-icon k-i-arrow-chevron-right color-theme" icon-theme="color-theme" text-theme="color-theme"></span>
25
- </button>
26
- </div>
27
-
28
- <div class="component-holder ng-scope" data-component="crn-button" id="crn-button-8499">
29
- <button aria-label="{{'Remove' | translate}}" class="btn k-button btn-fab btn-danger" ng-click="datasource.remove()" xattr-theme="btn-danger" xattr-fullsize="">
30
- <span class="k-icon k-i-close color-theme" icon-theme="color-theme" text-theme="color-theme"></span>
31
- </button>
32
- </div>
4
+ <button aria-label="{{'StartInserting' | translate}}" class="btn btn-primary btn-fab k-button" data-component="crn-button" ng-click="datasource.startInserting()"><span class="k-icon k-i-plus"></span></button>
5
+ <button aria-label="{{'StartEditing' | translate}}" class="btn btn-primary btn-fab k-button" data-component="crn-button" ng-click="datasource.startEditing()"><span class="k-icon k-i-edit"></span></button>
6
+ <button aria-label="{{'Before' | translate}}" class="btn btn-primary btn-fab k-button" data-component="crn-button" ng-disabled="!datasource.hasPrevious()" ng-click="datasource.previous()"><span class="k-icon k-i-arrow-chevron-left"></span></button>
7
+ <button aria-label="{{'Next' | translate}}" class="btn btn-primary btn-fab k-button" data-component="crn-button" ng-disabled="!datasource.hasNext()" ng-click="datasource.next()"><span class="k-icon k-i-arrow-chevron-right"></span></button>
8
+ <button aria-label="{{'Remove' | translate}}" class="btn btn-danger btn-fab k-button" data-component="crn-button" ng-click="datasource.remove()"><span class="k-icon k-i-close"></span></button>
33
9
  </div>
34
10
  <div class="active-bar" ng-hide="!datasource.editing &amp;&amp; !datasource.inserting">
35
- <div class="component-holder ng-scope" data-component="crn-button" id="crn-button-8499">
36
- <button aria-label="{{'SaveChanges' | translate}}" class="btn k-button btn-fab btn-success" ng-disabled="!datasource.hasNext()" ng-click="datasource.post()" xattr-theme="btn-success" id="btn_crud_post_8499" xattr-fullsize="">
37
- <span class="k-icon k-i-check color-theme" icon-theme="color-theme" text-theme="color-theme"></span>
38
- </button>
39
- </div>
40
-
41
- <div class="component-holder ng-scope" data-component="crn-button" id="crn-button-8499">
42
- <button aria-label="{{'CancelChanges' | translate}}" class="btn k-button btn-fab btn-danger" ng-click="datasource.cancel()" xattr-theme="btn-danger" id="btn_crud_cancel_8499" xattr-fullsize="">
43
- <span class="k-icon k-i-cancel color-theme" icon-theme="color-theme" text-theme="color-theme"></span>
44
- </button>
45
- </div>
46
-
11
+ <button aria-label="{{'SaveChanges' | translate}}" class="btn btn-success btn-fab k-button" id="btn_crud_post41107" data-component="crn-button" ng-click="datasource.post()"><span class="k-icon k-i-check"></span></button>
12
+ <button aria-label="{{'CancelChanges' | translate}}" class="btn btn-danger btn-fab k-button" id="btn_crud_cancel41107" data-component="crn-button" ng-click="datasource.cancel()"><span class="k-icon k-i-cancel"></span></button>
47
13
  </div>
48
14
  <br>
49
- <div class="component-holder ng-scope crn-fieldset" data-component="crn-horizontal-container" id="crn-horizontal-container-${RANDOM}" ng-disabled="!datasource.editing &amp;&amp; !datasource.inserting">
50
- <div class="col-md-12" style="padding-left: 0; padding-right: 0;" data-container="true" data-replace="true">
51
- Arraste os campos do formulário aqui</div>
15
+ <div class="component-holder ng-scope crn-fieldset" data-component="crn-horizontal-container"
16
+ id="crn-horizontal-container-${RANDOM}" ng-disabled="!datasource.editing &amp;&amp; !datasource.inserting">
17
+ <div class="col-md-12" style="padding-left: 0; padding-right: 0;" data-container="true" data-replace="true">
18
+ Arraste os campos do formulário aqui</div>
52
19
  </div>
53
20
  </div>
54
21
  </section>
@@ -1,9 +1,12 @@
1
- <label class="form-group" for="inputButton${RANDOM}">Label</label>
2
- <div class="form-inline form-group">
1
+ <div class="form-inline form-group crn-textinputbutton">
2
+ <label class="form-group" for="inputButton-${RANDOM}">Label</label>
3
3
  <div class="input-group">
4
- <input id="inputButton${RANDOM}" type="text" mask="" mask-placeholder="" ng-required="false" class="form-control k-textbox" ng-model="vars.input${RANDOM}" placeholder="Placeholder text">
5
- </div>
6
- <div class="component-holder ng-scope crn-button-form-group" data-component="crn-button" id="crn-button-${RANDOM}">
7
- <button class="btn k-button btn-default" type="submit" ng-click="" xattr-fullsize="" xattr-theme="btn-default" xattr-disabled=""><i class="" icon-theme="color-theme"></i> <span class="color-theme" text-theme="color-theme">Button</span></button>
4
+ <input id="inputButton-${RANDOM}" type="text" mask="" mask-placeholder="" ng-required="false" class="form-control k-textbox" ng-model="vars.input${RANDOM}" placeholder="Placeholder text">
5
+ <div class="component-holder ng-scope crn-textinputbutton-button" data-component="crn-button" id="crn-button-${RANDOM}">
6
+ <button class="btn k-button btn-default" ng-click="" xattr-fullsize="" xattr-theme="btn-default" xattr-disabled="">
7
+ <i class="color-white glyphicon glyphicon-search" icon-theme="color-white"></i>
8
+ <span></span>
9
+ </button>
10
+ </div>
8
11
  </div>
9
12
  </div>
package/css/app.css CHANGED
@@ -394,29 +394,17 @@ fieldset[disabled] .btn-default:hover {
394
394
  content: "\f078";
395
395
  }
396
396
 
397
- .form-group div{
398
- display: contents;
399
- }
400
-
401
- /* Form - Sub Form */
402
- .form .tool-bar,
403
- form .active-bar,
404
- form .tool-bar {
397
+ /* Entrada de texto com botão */
398
+ .crn-textinputbutton{
405
399
  display: flex;
406
- flex-direction: initial;
407
- gap: 2px;
400
+ align-items: center;
408
401
  }
409
402
 
410
- .form .tool-bar,
411
- .form .active-bar{
412
- display: inline-flex;
413
- flex-direction: initial;
414
- gap: 2px;
403
+ .crn-textinputbutton-button{
404
+ display: inherit;
415
405
  }
416
406
 
417
- .form .tool-bar > div,
418
- .form .active-bar > div,
419
- form .active-bar > div,
420
- form .tool-bar > div{
421
- width: auto;
407
+ .crn-textinputbutton-button button{
408
+ margin: 0;
409
+ margin-left: 10px;
422
410
  }
@@ -1 +1 @@
1
- .checkbox-theme .k-checkbox:focus+.k-checkbox-label:before,.checkbox-theme .k-checkbox:hover+.k-checkbox-label:before,.checkbox-theme .k-radio:focus+.k-radio-label:before,.checkbox-theme .k-radio:hover+.k-radio-label:before{box-shadow:0 0 5px 0 var(--light-blue);border-color:var(--light-blue)}.checkbox-theme .k-checkbox:checked+.k-checkbox-label:before,.checkbox-theme .k-checkbox:indeterminate+.k-checkbox-label:before{border-color:var(--light-blue);background-color:var(--light-blue)}.checkbox-theme .k-checkbox:checked+.k-checkbox-label:after,.checkbox-theme .k-checkbox:indeterminate+.k-checkbox-label:after{background-color:var(--blue);border-color:var(--light-blue)}.checkbox-white .k-checkbox:focus+.k-checkbox-label:before,.checkbox-white .k-checkbox:hover+.k-checkbox-label:before,.checkbox-white .k-radio:focus+.k-radio-label:before,.checkbox-white .k-radio:hover+.k-radio-label:before{box-shadow:0 0 5px 0 #707070;border-color:#707070}.checkbox-white .k-checkbox:checked+.k-checkbox-label:before,.checkbox-white .k-checkbox:indeterminate+.k-checkbox-label:before{border-color:#707070;background-color:#707070}.checkbox-white .k-checkbox:checked+.k-checkbox-label:after,.checkbox-white .k-checkbox:indeterminate+.k-checkbox-label:after{background-color:var(--white);border-color:#707070;color:var(--black)}.checkbox-gray .k-checkbox:focus+.k-checkbox-label:before,.checkbox-gray .k-checkbox:hover+.k-checkbox-label:before,.checkbox-gray .k-radio:focus+.k-radio-label:before,.checkbox-gray .k-radio:hover+.k-radio-label:before{box-shadow:0 0 5px 0 #707070;border-color:#707070}.checkbox-gray .k-checkbox:checked+.k-checkbox-label:before,.checkbox-gray .k-checkbox:indeterminate+.k-checkbox-label:before{border-color:#707070;background-color:#707070}.checkbox-gray .k-checkbox:checked+.k-checkbox-label:after,.checkbox-gray .k-checkbox:indeterminate+.k-checkbox-label:after{background-color:var(--gray);border-color:#707070}.checkbox-black .k-checkbox:focus+.k-checkbox-label:before,.checkbox-black .k-checkbox:hover+.k-checkbox-label:before,.checkbox-black .k-radio:focus+.k-radio-label:before,.checkbox-black .k-radio:hover+.k-radio-label:before{box-shadow:0 0 5px 0 #707070;border-color:#707070}.checkbox-black .k-checkbox:checked+.k-checkbox-label:before,.checkbox-black .k-checkbox:indeterminate+.k-checkbox-label:before{border-color:#707070;background-color:#707070}.checkbox-black .k-checkbox:checked+.k-checkbox-label:after,.checkbox-black .k-checkbox:indeterminate+.k-checkbox-label:after{background-color:var(--black);border-color:#707070}.checkbox-blue .k-checkbox:focus+.k-checkbox-label:before,.checkbox-blue .k-checkbox:hover+.k-checkbox-label:before,.checkbox-blue .k-radio:focus+.k-radio-label:before,.checkbox-blue .k-radio:hover+.k-radio-label:before{box-shadow:0 0 5px 0 var(--light-blue);border-color:var(--light-blue)}.checkbox-blue .k-checkbox:checked+.k-checkbox-label:before,.checkbox-blue .k-checkbox:indeterminate+.k-checkbox-label:before{border-color:var(--light-blue);background-color:var(--light-blue)}.checkbox-blue .k-checkbox:checked+.k-checkbox-label:after,.checkbox-blue .k-checkbox:indeterminate+.k-checkbox-label:after{background-color:var(--blue);border-color:var(--light-blue)}.checkbox-light-blue .k-checkbox:focus+.k-checkbox-label:before,.checkbox-light-blue .k-checkbox:hover+.k-checkbox-label:before,.checkbox-light-blue .k-radio:focus+.k-radio-label:before,.checkbox-light-blue .k-radio:hover+.k-radio-label:before{box-shadow:0 0 5px 0 #3155b8;border-color:#3155b8}.checkbox-light-blue .k-checkbox:checked+.k-checkbox-label:before,.checkbox-light-blue .k-checkbox:indeterminate+.k-checkbox-label:before{border-color:#3155b8;background-color:#3155b8}.checkbox-light-blue .k-checkbox:checked+.k-checkbox-label:after,.checkbox-light-blue .k-checkbox:indeterminate+.k-checkbox-label:after{background-color:var(--light-blue);border-color:#3155b8}.checkbox-dark-blue .k-checkbox:focus+.k-checkbox-label:before,.checkbox-dark-blue .k-checkbox:hover+.k-checkbox-label:before,.checkbox-dark-blue .k-radio:focus+.k-radio-label:before,.checkbox-dark-blue .k-radio:hover+.k-radio-label:before{box-shadow:0 0 5px 0 #4869c7;border-color:#4869c7}.checkbox-dark-blue .k-checkbox:checked+.k-checkbox-label:before,.checkbox-dark-blue .k-checkbox:indeterminate+.k-checkbox-label:before{border-color:#4869c7;background-color:#4869c7}.checkbox-dark-blue .k-checkbox:checked+.k-checkbox-label:after,.checkbox-dark-blue .k-checkbox:indeterminate+.k-checkbox-label:after{background-color:var(--dark-blue);border-color:#4869c7}.checkbox-purple .k-checkbox:focus+.k-checkbox-label:before,.checkbox-purple .k-checkbox:hover+.k-checkbox-label:before,.checkbox-purple .k-radio:focus+.k-radio-label:before,.checkbox-purple .k-radio:hover+.k-radio-label:before{box-shadow:0 0 5px 0 #8645f4;border-color:#8645f4}.checkbox-purple .k-checkbox:checked+.k-checkbox-label:before,.checkbox-purple .k-checkbox:indeterminate+.k-checkbox-label:before{border-color:#8645f4;background-color:#8645f4}.checkbox-purple .k-checkbox:checked+.k-checkbox-label:after,.checkbox-purple .k-checkbox:indeterminate+.k-checkbox-label:after{background-color:var(--purple);border-color:#8645f4}.checkbox-light-purple .k-checkbox:focus+.k-checkbox-label:before,.checkbox-light-purple .k-checkbox:hover+.k-checkbox-label:before,.checkbox-light-purple .k-radio:focus+.k-radio-label:before,.checkbox-light-purple .k-radio:hover+.k-radio-label:before{box-shadow:0 0 5px 0 #6b4ba2;border-color:#6b4ba2}.checkbox-light-purple .k-checkbox:checked+.k-checkbox-label:before,.checkbox-light-purple .k-checkbox:indeterminate+.k-checkbox-label:before{background-color:#6b4ba2}.checkbox-light-purple .k-checkbox:checked+.k-checkbox-label:after,.checkbox-light-purple .k-checkbox:indeterminate+.k-checkbox-label:after{background-color:var(--light-purple);border-color:#6b4ba2}.checkbox-dark-purple .k-checkbox:focus+.k-checkbox-label:before,.checkbox-dark-purple .k-checkbox:hover+.k-checkbox-label:before,.checkbox-dark-purple .k-radio:focus+.k-radio-label:before,.checkbox-dark-purple .k-radio:hover+.k-radio-label:before{box-shadow:0 0 5px 0 #6b4ba2;border-color:#6b4ba2}.checkbox-dark-purple .k-checkbox:checked+.k-checkbox-label:before,.checkbox-dark-purple .k-checkbox:indeterminate+.k-checkbox-label:before{background-color:#6b4ba2}.checkbox-dark-purple .k-checkbox:checked+.k-checkbox-label:after,.checkbox-dark-purple .k-checkbox:indeterminate+.k-checkbox-label:after{background-color:var(--dark-purple);border-color:#6b4ba2}.checkbox-red .k-checkbox:focus+.k-checkbox-label:before,.checkbox-red .k-checkbox:hover+.k-checkbox-label:before,.checkbox-red .k-radio:focus+.k-radio-label:before,.checkbox-red .k-radio:hover+.k-radio-label:before{box-shadow:0 0 5px 0 #680f06;border-color:#680f06}.checkbox-red .k-checkbox:checked+.k-checkbox-label:before,.checkbox-red .k-checkbox:indeterminate+.k-checkbox-label:before{background-color:#680f06}.checkbox-red .k-checkbox:checked+.k-checkbox-label:after,.checkbox-red .k-checkbox:indeterminate+.k-checkbox-label:after{background-color:var(--red);border-color:#680f06}.checkbox-light-red .k-checkbox:focus+.k-checkbox-label:before,.checkbox-light-red .k-checkbox:hover+.k-checkbox-label:before,.checkbox-light-red .k-radio:focus+.k-radio-label:before,.checkbox-light-red .k-radio:hover+.k-radio-label:before{box-shadow:0 0 5px 0 var(--dark-red);border-color:var(--dark-red)}.checkbox-light-red .k-checkbox:checked+.k-checkbox-label:before,.checkbox-light-red .k-checkbox:indeterminate+.k-checkbox-label:before{background-color:var(--dark-red)}.checkbox-light-red .k-checkbox:checked+.k-checkbox-label:after,.checkbox-light-red .k-checkbox:indeterminate+.k-checkbox-label:after{background-color:var(--light-red);border-color:var(--dark-red)}.checkbox-dark-red .k-checkbox:focus+.k-checkbox-label:before,.checkbox-dark-red .k-checkbox:hover+.k-checkbox-label:before,.checkbox-dark-red .k-radio:focus+.k-radio-label:before,.checkbox-dark-red .k-radio:hover+.k-radio-label:before{box-shadow:0 0 5px 0 var(--light-red);border-color:var(--light-red)}.checkbox-dark-red .k-checkbox:checked+.k-checkbox-label:before,.checkbox-dark-red .k-checkbox:indeterminate+.k-checkbox-label:before{background-color:var(--light-red)}.checkbox-dark-red .k-checkbox:checked+.k-checkbox-label:after,.checkbox-dark-red .k-checkbox:indeterminate+.k-checkbox-label:after{background-color:var(--dark-red);border-color:var(--light-red)}.checkbox-orange .k-checkbox:focus+.k-checkbox-label:before,.checkbox-orange .k-checkbox:hover+.k-checkbox-label:before,.checkbox-orange .k-radio:focus+.k-radio-label:before,.checkbox-orange .k-radio:hover+.k-radio-label:before{box-shadow:0 0 5px 0 var(--light-orange);border-color:var(--light-orange)}.checkbox-orange .k-checkbox:checked+.k-checkbox-label:before,.checkbox-orange .k-checkbox:indeterminate+.k-checkbox-label:before{background-color:var(--light-orange)}.checkbox-orange .k-checkbox:checked+.k-checkbox-label:after,.checkbox-orange .k-checkbox:indeterminate+.k-checkbox-label:after{background-color:var(--orange);border-color:var(--light-orange)}.checkbox-light-orange .k-checkbox:focus+.k-checkbox-label:before,.checkbox-light-orange .k-checkbox:hover+.k-checkbox-label:before,.checkbox-light-orange .k-radio:focus+.k-radio-label:before,.checkbox-light-orange .k-radio:hover+.k-radio-label:before{box-shadow:0 0 5px 0 var(--dark-orange);border-color:var(--dark-orange)}.checkbox-light-orange .k-checkbox:checked+.k-checkbox-label:before,.checkbox-light-orange .k-checkbox:indeterminate+.k-checkbox-label:before{background-color:var(--dark-orange)}.checkbox-light-orange .k-checkbox:checked+.k-checkbox-label:after,.checkbox-light-orange .k-checkbox:indeterminate+.k-checkbox-label:after{background-color:var(--light-orange);border-color:var(--dark-orange);color:#492b10}.checkbox-dark-orange .k-checkbox:focus+.k-checkbox-label:before,.checkbox-dark-orange .k-checkbox:hover+.k-checkbox-label:before,.checkbox-dark-orange .k-radio:focus+.k-radio-label:before,.checkbox-dark-orange .k-radio:hover+.k-radio-label:before{box-shadow:0 0 5px 0 #cd9946;border-color:#cd9946}.checkbox-dark-orange .k-checkbox:checked+.k-checkbox-label:before,.checkbox-dark-orange .k-checkbox:indeterminate+.k-checkbox-label:before{background-color:#cd9946}.checkbox-dark-orange .k-checkbox:checked+.k-checkbox-label:after,.checkbox-dark-orange .k-checkbox:indeterminate+.k-checkbox-label:after{background-color:var(--dark-orange);border-color:#cd9946}.checkbox-yellow .k-checkbox:focus+.k-checkbox-label:before,.checkbox-yellow .k-checkbox:hover+.k-checkbox-label:before,.checkbox-yellow .k-radio:focus+.k-radio-label:before,.checkbox-yellow .k-radio:hover+.k-radio-label:before{box-shadow:0 0 5px 0 var(--dark-yellow);border-color:var(--dark-yellow)}.checkbox-yellow .k-checkbox:checked+.k-checkbox-label:before,.checkbox-yellow .k-checkbox:indeterminate+.k-checkbox-label:before{background-color:var(--dark-yellow)}.checkbox-yellow .k-checkbox:checked+.k-checkbox-label:after,.checkbox-yellow .k-checkbox:indeterminate+.k-checkbox-label:after{background-color:var(--yellow);border-color:var(--dark-yellow);color:#474432}.checkbox-light-yellow .k-checkbox:focus+.k-checkbox-label:before,.checkbox-light-yellow .k-checkbox:hover+.k-checkbox-label:before,.checkbox-light-yellow .k-radio:focus+.k-radio-label:before,.checkbox-light-yellow .k-radio:hover+.k-radio-label:before{box-shadow:0 0 5px 0 var(--dark-yellow);border-color:var(--dark-yellow)}.checkbox-light-yellow .k-checkbox:checked+.k-checkbox-label:before,.checkbox-light-yellow .k-checkbox:indeterminate+.k-checkbox-label:before{background-color:var(--dark-yellow)}.checkbox-light-yellow .k-checkbox:checked+.k-checkbox-label:after,.checkbox-light-yellow .k-checkbox:indeterminate+.k-checkbox-label:after{background-color:var(--light-yellow);border-color:var(--dark-yellow);color:#474432}.checkbox-dark-yellow .k-checkbox:focus+.k-checkbox-label:before,.checkbox-dark-yellow .k-checkbox:hover+.k-checkbox-label:before,.checkbox-dark-yellow .k-radio:focus+.k-radio-label:before,.checkbox-dark-yellow .k-radio:hover+.k-radio-label:before{box-shadow:0 0 5px 0 #dddd7c;border-color:#dddd7c}.checkbox-dark-yellow .k-checkbox:checked+.k-checkbox-label:before,.checkbox-dark-yellow .k-checkbox:indeterminate+.k-checkbox-label:before{background-color:#dddd7c}.checkbox-dark-yellow .k-checkbox:checked+.k-checkbox-label:after,.checkbox-dark-yellow .k-checkbox:indeterminate+.k-checkbox-label:after{background-color:var(--dark-yellow);border-color:#dddd7c}.checkbox-green .k-checkbox:focus+.k-checkbox-label:before,.checkbox-green .k-checkbox:hover+.k-checkbox-label:before,.checkbox-green .k-radio:focus+.k-radio-label:before,.checkbox-green .k-radio:hover+.k-radio-label:before{box-shadow:0 0 5px 0 #24470c;border-color:#24470c}.checkbox-green .k-checkbox:checked+.k-checkbox-label:before,.checkbox-green .k-checkbox:indeterminate+.k-checkbox-label:before{background-color:#24470c}.checkbox-green .k-checkbox:checked+.k-checkbox-label:after,.checkbox-green .k-checkbox:indeterminate+.k-checkbox-label:after{background-color:var(--green);border-color:#24470c}.checkbox-light-green .k-checkbox:focus+.k-checkbox-label:before,.checkbox-light-green .k-checkbox:hover+.k-checkbox-label:before,.checkbox-light-green .k-radio:focus+.k-radio-label:before,.checkbox-light-green .k-radio:hover+.k-radio-label:before{box-shadow:0 0 5px 0 var(--dark-green);border-color:var(--dark-green)}.checkbox-light-green .k-checkbox:checked+.k-checkbox-label:before,.checkbox-light-green .k-checkbox:indeterminate+.k-checkbox-label:before{background-color:var(--dark-green)}.checkbox-light-green .k-checkbox:checked+.k-checkbox-label:after,.checkbox-light-green .k-checkbox:indeterminate+.k-checkbox-label:after{background-color:var(--light-green);border-color:var(--dark-green);color:#24470c}.checkbox-dark-green .k-checkbox:focus+.k-checkbox-label:before,.checkbox-dark-green .k-checkbox:hover+.k-checkbox-label:before,.checkbox-dark-green .k-radio:focus+.k-radio-label:before,.checkbox-dark-green .k-radio:hover+.k-radio-label:before{box-shadow:0 0 5px 0 #66b032;border-color:#66b032}.checkbox-dark-green .k-checkbox:checked+.k-checkbox-label:before,.checkbox-dark-green .k-checkbox:indeterminate+.k-checkbox-label:before{background-color:#66b032}.checkbox-dark-green .k-checkbox:checked+.k-checkbox-label:after,.checkbox-dark-green .k-checkbox:indeterminate+.k-checkbox-label:after{background-color:var(--dark-green);border-color:#66b032}
1
+ .checkbox-white .k-checkbox:focus+.k-checkbox-label:before,.checkbox-white .k-checkbox:hover+.k-checkbox-label:before,.checkbox-white .k-radio:focus+.k-radio-label:before,.checkbox-white .k-radio:hover+.k-radio-label:before{box-shadow:0 0 5px 0 #707070;border-color:#707070}.checkbox-white .k-checkbox:checked+.k-checkbox-label:before,.checkbox-white .k-checkbox:indeterminate+.k-checkbox-label:before{border-color:#707070;background-color:#707070}.checkbox-white .k-checkbox:checked+.k-checkbox-label:after,.checkbox-white .k-checkbox:indeterminate+.k-checkbox-label:after{background-color:var(--white);border-color:#707070;color:var(--black)}.checkbox-gray .k-checkbox:focus+.k-checkbox-label:before,.checkbox-gray .k-checkbox:hover+.k-checkbox-label:before,.checkbox-gray .k-radio:focus+.k-radio-label:before,.checkbox-gray .k-radio:hover+.k-radio-label:before{box-shadow:0 0 5px 0 #707070;border-color:#707070}.checkbox-gray .k-checkbox:checked+.k-checkbox-label:before,.checkbox-gray .k-checkbox:indeterminate+.k-checkbox-label:before{border-color:#707070;background-color:#707070}.checkbox-gray .k-checkbox:checked+.k-checkbox-label:after,.checkbox-gray .k-checkbox:indeterminate+.k-checkbox-label:after{background-color:var(--gray);border-color:#707070}.checkbox-black .k-checkbox:focus+.k-checkbox-label:before,.checkbox-black .k-checkbox:hover+.k-checkbox-label:before,.checkbox-black .k-radio:focus+.k-radio-label:before,.checkbox-black .k-radio:hover+.k-radio-label:before{box-shadow:0 0 5px 0 #707070;border-color:#707070}.checkbox-black .k-checkbox:checked+.k-checkbox-label:before,.checkbox-black .k-checkbox:indeterminate+.k-checkbox-label:before{border-color:#707070;background-color:#707070}.checkbox-black .k-checkbox:checked+.k-checkbox-label:after,.checkbox-black .k-checkbox:indeterminate+.k-checkbox-label:after{background-color:var(--black);border-color:#707070}.checkbox-blue .k-checkbox:focus+.k-checkbox-label:before,.checkbox-blue .k-checkbox:hover+.k-checkbox-label:before,.checkbox-blue .k-radio:focus+.k-radio-label:before,.checkbox-blue .k-radio:hover+.k-radio-label:before{box-shadow:0 0 5px 0 var(--light-blue);border-color:var(--light-blue)}.checkbox-blue .k-checkbox:checked+.k-checkbox-label:before,.checkbox-blue .k-checkbox:indeterminate+.k-checkbox-label:before{border-color:var(--light-blue);background-color:var(--light-blue)}.checkbox-blue .k-checkbox:checked+.k-checkbox-label:after,.checkbox-blue .k-checkbox:indeterminate+.k-checkbox-label:after{background-color:var(--blue);border-color:var(--light-blue)}.checkbox-light-blue .k-checkbox:focus+.k-checkbox-label:before,.checkbox-light-blue .k-checkbox:hover+.k-checkbox-label:before,.checkbox-light-blue .k-radio:focus+.k-radio-label:before,.checkbox-light-blue .k-radio:hover+.k-radio-label:before{box-shadow:0 0 5px 0 #3155b8;border-color:#3155b8}.checkbox-light-blue .k-checkbox:checked+.k-checkbox-label:before,.checkbox-light-blue .k-checkbox:indeterminate+.k-checkbox-label:before{border-color:#3155b8;background-color:#3155b8}.checkbox-light-blue .k-checkbox:checked+.k-checkbox-label:after,.checkbox-light-blue .k-checkbox:indeterminate+.k-checkbox-label:after{background-color:var(--light-blue);border-color:#3155b8}.checkbox-dark-blue .k-checkbox:focus+.k-checkbox-label:before,.checkbox-dark-blue .k-checkbox:hover+.k-checkbox-label:before,.checkbox-dark-blue .k-radio:focus+.k-radio-label:before,.checkbox-dark-blue .k-radio:hover+.k-radio-label:before{box-shadow:0 0 5px 0 #4869c7;border-color:#4869c7}.checkbox-dark-blue .k-checkbox:checked+.k-checkbox-label:before,.checkbox-dark-blue .k-checkbox:indeterminate+.k-checkbox-label:before{border-color:#4869c7;background-color:#4869c7}.checkbox-dark-blue .k-checkbox:checked+.k-checkbox-label:after,.checkbox-dark-blue .k-checkbox:indeterminate+.k-checkbox-label:after{background-color:var(--dark-blue);border-color:#4869c7}.checkbox-purple .k-checkbox:focus+.k-checkbox-label:before,.checkbox-purple .k-checkbox:hover+.k-checkbox-label:before,.checkbox-purple .k-radio:focus+.k-radio-label:before,.checkbox-purple .k-radio:hover+.k-radio-label:before{box-shadow:0 0 5px 0 #8645f4;border-color:#8645f4}.checkbox-purple .k-checkbox:checked+.k-checkbox-label:before,.checkbox-purple .k-checkbox:indeterminate+.k-checkbox-label:before{border-color:#8645f4;background-color:#8645f4}.checkbox-purple .k-checkbox:checked+.k-checkbox-label:after,.checkbox-purple .k-checkbox:indeterminate+.k-checkbox-label:after{background-color:var(--purple);border-color:#8645f4}.checkbox-light-purple .k-checkbox:focus+.k-checkbox-label:before,.checkbox-light-purple .k-checkbox:hover+.k-checkbox-label:before,.checkbox-light-purple .k-radio:focus+.k-radio-label:before,.checkbox-light-purple .k-radio:hover+.k-radio-label:before{box-shadow:0 0 5px 0 #6b4ba2;border-color:#6b4ba2}.checkbox-light-purple .k-checkbox:checked+.k-checkbox-label:before,.checkbox-light-purple .k-checkbox:indeterminate+.k-checkbox-label:before{background-color:#6b4ba2}.checkbox-light-purple .k-checkbox:checked+.k-checkbox-label:after,.checkbox-light-purple .k-checkbox:indeterminate+.k-checkbox-label:after{background-color:var(--light-purple);border-color:#6b4ba2}.checkbox-dark-purple .k-checkbox:focus+.k-checkbox-label:before,.checkbox-dark-purple .k-checkbox:hover+.k-checkbox-label:before,.checkbox-dark-purple .k-radio:focus+.k-radio-label:before,.checkbox-dark-purple .k-radio:hover+.k-radio-label:before{box-shadow:0 0 5px 0 #6b4ba2;border-color:#6b4ba2}.checkbox-dark-purple .k-checkbox:checked+.k-checkbox-label:before,.checkbox-dark-purple .k-checkbox:indeterminate+.k-checkbox-label:before{background-color:#6b4ba2}.checkbox-dark-purple .k-checkbox:checked+.k-checkbox-label:after,.checkbox-dark-purple .k-checkbox:indeterminate+.k-checkbox-label:after{background-color:var(--dark-purple);border-color:#6b4ba2}.checkbox-red .k-checkbox:focus+.k-checkbox-label:before,.checkbox-red .k-checkbox:hover+.k-checkbox-label:before,.checkbox-red .k-radio:focus+.k-radio-label:before,.checkbox-red .k-radio:hover+.k-radio-label:before{box-shadow:0 0 5px 0 #680f06;border-color:#680f06}.checkbox-red .k-checkbox:checked+.k-checkbox-label:before,.checkbox-red .k-checkbox:indeterminate+.k-checkbox-label:before{background-color:#680f06}.checkbox-red .k-checkbox:checked+.k-checkbox-label:after,.checkbox-red .k-checkbox:indeterminate+.k-checkbox-label:after{background-color:var(--red);border-color:#680f06}.checkbox-light-red .k-checkbox:focus+.k-checkbox-label:before,.checkbox-light-red .k-checkbox:hover+.k-checkbox-label:before,.checkbox-light-red .k-radio:focus+.k-radio-label:before,.checkbox-light-red .k-radio:hover+.k-radio-label:before{box-shadow:0 0 5px 0 var(--dark-red);border-color:var(--dark-red)}.checkbox-light-red .k-checkbox:checked+.k-checkbox-label:before,.checkbox-light-red .k-checkbox:indeterminate+.k-checkbox-label:before{background-color:var(--dark-red)}.checkbox-light-red .k-checkbox:checked+.k-checkbox-label:after,.checkbox-light-red .k-checkbox:indeterminate+.k-checkbox-label:after{background-color:var(--light-red);border-color:var(--dark-red)}.checkbox-dark-red .k-checkbox:focus+.k-checkbox-label:before,.checkbox-dark-red .k-checkbox:hover+.k-checkbox-label:before,.checkbox-dark-red .k-radio:focus+.k-radio-label:before,.checkbox-dark-red .k-radio:hover+.k-radio-label:before{box-shadow:0 0 5px 0 var(--light-red);border-color:var(--light-red)}.checkbox-dark-red .k-checkbox:checked+.k-checkbox-label:before,.checkbox-dark-red .k-checkbox:indeterminate+.k-checkbox-label:before{background-color:var(--light-red)}.checkbox-dark-red .k-checkbox:checked+.k-checkbox-label:after,.checkbox-dark-red .k-checkbox:indeterminate+.k-checkbox-label:after{background-color:var(--dark-red);border-color:var(--light-red)}.checkbox-orange .k-checkbox:focus+.k-checkbox-label:before,.checkbox-orange .k-checkbox:hover+.k-checkbox-label:before,.checkbox-orange .k-radio:focus+.k-radio-label:before,.checkbox-orange .k-radio:hover+.k-radio-label:before{box-shadow:0 0 5px 0 var(--light-orange);border-color:var(--light-orange)}.checkbox-orange .k-checkbox:checked+.k-checkbox-label:before,.checkbox-orange .k-checkbox:indeterminate+.k-checkbox-label:before{background-color:var(--light-orange)}.checkbox-orange .k-checkbox:checked+.k-checkbox-label:after,.checkbox-orange .k-checkbox:indeterminate+.k-checkbox-label:after{background-color:var(--orange);border-color:var(--light-orange)}.checkbox-light-orange .k-checkbox:focus+.k-checkbox-label:before,.checkbox-light-orange .k-checkbox:hover+.k-checkbox-label:before,.checkbox-light-orange .k-radio:focus+.k-radio-label:before,.checkbox-light-orange .k-radio:hover+.k-radio-label:before{box-shadow:0 0 5px 0 var(--dark-orange);border-color:var(--dark-orange)}.checkbox-light-orange .k-checkbox:checked+.k-checkbox-label:before,.checkbox-light-orange .k-checkbox:indeterminate+.k-checkbox-label:before{background-color:var(--dark-orange)}.checkbox-light-orange .k-checkbox:checked+.k-checkbox-label:after,.checkbox-light-orange .k-checkbox:indeterminate+.k-checkbox-label:after{background-color:var(--light-orange);border-color:var(--dark-orange);color:#492b10}.checkbox-dark-orange .k-checkbox:focus+.k-checkbox-label:before,.checkbox-dark-orange .k-checkbox:hover+.k-checkbox-label:before,.checkbox-dark-orange .k-radio:focus+.k-radio-label:before,.checkbox-dark-orange .k-radio:hover+.k-radio-label:before{box-shadow:0 0 5px 0 #cd9946;border-color:#cd9946}.checkbox-dark-orange .k-checkbox:checked+.k-checkbox-label:before,.checkbox-dark-orange .k-checkbox:indeterminate+.k-checkbox-label:before{background-color:#cd9946}.checkbox-dark-orange .k-checkbox:checked+.k-checkbox-label:after,.checkbox-dark-orange .k-checkbox:indeterminate+.k-checkbox-label:after{background-color:var(--dark-orange);border-color:#cd9946}.checkbox-yellow .k-checkbox:focus+.k-checkbox-label:before,.checkbox-yellow .k-checkbox:hover+.k-checkbox-label:before,.checkbox-yellow .k-radio:focus+.k-radio-label:before,.checkbox-yellow .k-radio:hover+.k-radio-label:before{box-shadow:0 0 5px 0 var(--dark-yellow);border-color:var(--dark-yellow)}.checkbox-yellow .k-checkbox:checked+.k-checkbox-label:before,.checkbox-yellow .k-checkbox:indeterminate+.k-checkbox-label:before{background-color:var(--dark-yellow)}.checkbox-yellow .k-checkbox:checked+.k-checkbox-label:after,.checkbox-yellow .k-checkbox:indeterminate+.k-checkbox-label:after{background-color:var(--yellow);border-color:var(--dark-yellow);color:#474432}.checkbox-light-yellow .k-checkbox:focus+.k-checkbox-label:before,.checkbox-light-yellow .k-checkbox:hover+.k-checkbox-label:before,.checkbox-light-yellow .k-radio:focus+.k-radio-label:before,.checkbox-light-yellow .k-radio:hover+.k-radio-label:before{box-shadow:0 0 5px 0 var(--dark-yellow);border-color:var(--dark-yellow)}.checkbox-light-yellow .k-checkbox:checked+.k-checkbox-label:before,.checkbox-light-yellow .k-checkbox:indeterminate+.k-checkbox-label:before{background-color:var(--dark-yellow)}.checkbox-light-yellow .k-checkbox:checked+.k-checkbox-label:after,.checkbox-light-yellow .k-checkbox:indeterminate+.k-checkbox-label:after{background-color:var(--light-yellow);border-color:var(--dark-yellow);color:#474432}.checkbox-dark-yellow .k-checkbox:focus+.k-checkbox-label:before,.checkbox-dark-yellow .k-checkbox:hover+.k-checkbox-label:before,.checkbox-dark-yellow .k-radio:focus+.k-radio-label:before,.checkbox-dark-yellow .k-radio:hover+.k-radio-label:before{box-shadow:0 0 5px 0 #dddd7c;border-color:#dddd7c}.checkbox-dark-yellow .k-checkbox:checked+.k-checkbox-label:before,.checkbox-dark-yellow .k-checkbox:indeterminate+.k-checkbox-label:before{background-color:#dddd7c}.checkbox-dark-yellow .k-checkbox:checked+.k-checkbox-label:after,.checkbox-dark-yellow .k-checkbox:indeterminate+.k-checkbox-label:after{background-color:var(--dark-yellow);border-color:#dddd7c}.checkbox-green .k-checkbox:focus+.k-checkbox-label:before,.checkbox-green .k-checkbox:hover+.k-checkbox-label:before,.checkbox-green .k-radio:focus+.k-radio-label:before,.checkbox-green .k-radio:hover+.k-radio-label:before{box-shadow:0 0 5px 0 #24470c;border-color:#24470c}.checkbox-green .k-checkbox:checked+.k-checkbox-label:before,.checkbox-green .k-checkbox:indeterminate+.k-checkbox-label:before{background-color:#24470c}.checkbox-green .k-checkbox:checked+.k-checkbox-label:after,.checkbox-green .k-checkbox:indeterminate+.k-checkbox-label:after{background-color:var(--green);border-color:#24470c}.checkbox-light-green .k-checkbox:focus+.k-checkbox-label:before,.checkbox-light-green .k-checkbox:hover+.k-checkbox-label:before,.checkbox-light-green .k-radio:focus+.k-radio-label:before,.checkbox-light-green .k-radio:hover+.k-radio-label:before{box-shadow:0 0 5px 0 var(--dark-green);border-color:var(--dark-green)}.checkbox-light-green .k-checkbox:checked+.k-checkbox-label:before,.checkbox-light-green .k-checkbox:indeterminate+.k-checkbox-label:before{background-color:var(--dark-green)}.checkbox-light-green .k-checkbox:checked+.k-checkbox-label:after,.checkbox-light-green .k-checkbox:indeterminate+.k-checkbox-label:after{background-color:var(--light-green);border-color:var(--dark-green);color:#24470c}.checkbox-dark-green .k-checkbox:focus+.k-checkbox-label:before,.checkbox-dark-green .k-checkbox:hover+.k-checkbox-label:before,.checkbox-dark-green .k-radio:focus+.k-radio-label:before,.checkbox-dark-green .k-radio:hover+.k-radio-label:before{box-shadow:0 0 5px 0 #66b032;border-color:#66b032}.checkbox-dark-green .k-checkbox:checked+.k-checkbox-label:before,.checkbox-dark-green .k-checkbox:indeterminate+.k-checkbox-label:before{background-color:#66b032}.checkbox-dark-green .k-checkbox:checked+.k-checkbox-label:after,.checkbox-dark-green .k-checkbox:indeterminate+.k-checkbox-label:after{background-color:var(--dark-green);border-color:#66b032}
@@ -1 +1 @@
1
- @import 'checkbox-color.css';@import 'combobox-color.css';@import 'option-color.css';@import 'image.css';@import 'font-size.css';:root{--white:#fff;--gray:#333;--black:#000;--blue:#0247fe;--light-blue:#85a5ff;--dark-blue:#00217a;--purple:#3d01a4;--light-purple:#b285ff;--dark-purple:#2d007a;--red:#fe2712;--light-red:#fe8f84;--dark-red:#7a0b00;--orange:#fb9b02;--light-orange:#ffd085;--dark-orange:#7a4b00;--yellow:#ff3;--light-yellow:#ffff85;--dark-yellow:#7a7a00;--green:#66b032;--light-green:#b7ff85;--dark-green:#337a00}.color-white{color:var(--white)}.color-gray{color:var(--gray)}.color-black{color:var(--black)}.color-blue{color:var(--blue)}.color-light-blue{color:var(--light-blue)}.color-dark-blue{color:var(--dark-blue)}.color-purple{color:var(--purple)}.color-light-purple{color:var(--light-purple)}.color-dark-purple{color:var(--dark-purple)}.color-red{color:var(--red)}.color-light-red{color:var(--light-red)}.color-dark-red{color:var(--dark-red)}.color-orange{color:var(--orange)}.color-light-orange{color:var(--light-orange)}.color-dark-orange{color:var(--dark-orange)}.color-yellow{color:var(--yellow)}.color-light-yellow{color:var(--light-yellow)}.color-dark-yellow{color:var(--dark-yellow)}.color-green{color:var(--green)}.color-light-green{color:var(--light-green)}.color-dark-green{color:var(--dark-green)}
1
+ @import 'checkbox-color.css';@import 'combobox-color.css';@import 'option-color.css';:root{--white:#fff;--gray:#333;--black:#000;--blue:#0247fe;--light-blue:#85a5ff;--dark-blue:#00217a;--purple:#3d01a4;--light-purple:#b285ff;--dark-purple:#2d007a;--red:#fe2712;--light-red:#fe8f84;--dark-red:#7a0b00;--orange:#fb9b02;--light-orange:#ffd085;--dark-orange:#7a4b00;--yellow:#ff3;--light-yellow:#ffff85;--dark-yellow:#7a7a00;--green:#66b032;--light-green:#b7ff85;--dark-green:#337a00}.color-white{color:var(--white)}.color-gray{color:var(--gray)}.color-black{color:var(--black)}.color-blue{color:var(--blue)}.color-light-blue{color:var(--light-blue)}.color-dark-blue{color:var(--dark-blue)}.color-purple{color:var(--purple)}.color-light-purple{color:var(--light-purple)}.color-dark-purple{color:var(--dark-purple)}.color-red{color:var(--red)}.color-light-red{color:var(--light-red)}.color-dark-red{color:var(--dark-red)}.color-orange{color:var(--orange)}.color-light-orange{color:var(--light-orange)}.color-dark-orange{color:var(--dark-orange)}.color-yellow{color:var(--yellow)}.color-light-yellow{color:var(--light-yellow)}.color-dark-yellow{color:var(--dark-yellow)}.color-green{color:var(--green)}.color-light-green{color:var(--light-green)}.color-dark-green{color:var(--dark-green)}
@@ -1 +1 @@
1
- <button class="btn k-button btn-block btn-default" ng-click="" xattr-fullsize="btn-block" xattr-theme="btn-default" xattr-disabled=""><i class="glyphicon glyphicon-home color-theme" icon-theme="color-theme"></i> <span class="color-theme" text-theme="color-theme">Button</span></button>
1
+ <button class="btn k-button btn-block btn-default" ng-click="" xattr-fullsize="btn-block" xattr-theme="btn-default" xattr-disabled=""><i class="glyphicon glyphicon-home color-white" icon-theme="color-white"></i> <span class="color-white" text-theme="color-white">Button</span></button>
@@ -1 +1,26 @@
1
- <div class="form-group" id="${COMPONENTID}"><label for="cron-${COMPONENTID}">Label</label><span class="k-widget k-autocomplete cronAutoComplete" style="width: 100%"><input class="cronAutoComplete k-input" type="text"></span></div>
1
+ <div class="form-group" id="{{attrs.id}}-designtime"><label for="cron-${COMPONENTID}">Label</label><span style="display: none" id="cron-autocomplete-designtime" data-attrs="{{attrs}}"><script>let $documentDesignTime = $(document.getElementsByTagName('iframe')[0].contentWindow.document);
2
+ let wait = setInterval(()=> {
3
+
4
+ let $element = $documentDesignTime.find('[id=cron-autocomplete-designtime]')
5
+ if ($element.length) {
6
+ clearInterval(wait);
7
+
8
+ $element.each((idx, c) => {
9
+
10
+ let $current = $(c);
11
+ let attrs = $current.data('attrs');
12
+ let $label = $documentDesignTime.find(`#${attrs.id}`).find('label');
13
+ let $labelDesignTime = $documentDesignTime.find(`#${attrs.id}-designtime`).find('label');
14
+ if (!$label.data('synchronize-started')) {
15
+ $label.data('synchronize-started', true);
16
+ let synchronize = setInterval(() => {
17
+ if ($label.html() !== $labelDesignTime.html()) {
18
+ $labelDesignTime.html($label.html());
19
+ }
20
+ }, 500);
21
+
22
+ }
23
+
24
+ });
25
+ }
26
+ });</script></span><span class="k-widget k-autocomplete cronAutoComplete" style="width: 100%"><input class="cronAutoComplete k-input" type="text"></span></div>
@@ -1 +1 @@
1
- <div class="form-group checkbox-theme" checkbox-theme="checkbox-theme"><input type="checkbox" id="vars.checkbox${RANDOM}" ng-model="vars.checkbox${RANDOM}" class="k-checkbox" ng-initial-value="false" crn-allow-null-values="true" ng-false-value="false" ng-true-value="true"><label class="k-checkbox-label" for="vars.checkbox${RANDOM}">Label</label></div>
1
+ <div class="form-group checkbox-blue" checkbox-theme="checkbox-blue"><input type="checkbox" id="vars.checkbox${RANDOM}" ng-model="vars.checkbox${RANDOM}" class="k-checkbox" ng-initial-value="false" crn-allow-null-values="true" ng-false-value="false" ng-true-value="true"><label class="k-checkbox-label" for="vars.checkbox${RANDOM}">Label</label></div>
@@ -1 +1 @@
1
- <div class="form-group combobox-theme" combobox-theme="combobox-theme"><label for="cron-${COMPONENTID}-container">Label</label><cron-multi-select options="{}" ng-required="false" id="cron-${COMPONENTID}" ng-model="vars.multipleCombobox${RANDOM}" class="crn-select form-control k-content"></cron-multi-select></div>
1
+ <div class="form-group combobox-gray" combobox-theme="combobox-gray"><label for="cron-${COMPONENTID}-container">Label</label><cron-multi-select options="{}" ng-required="false" id="cron-${COMPONENTID}" ng-model="vars.multipleCombobox${RANDOM}" class="crn-select form-control k-content"></cron-multi-select></div>
@@ -1 +1 @@
1
- <datasource data-component="crn-datasource" name="" entity="" keys="" rows-per-page="100" on-before-create="" on-after-create="" on-before-update="" on-after-update="" on-before-delete="" on-after-delete="" on-after-fill="" lazy="true"></datasource><h1 class="title component-holder text-left h3" xattr-position="text-left" xattr-type="h3" data-component="crn-text-component" id="crn-text-component-${RANDOM}">Title</h1><div class="component-holder ng-scope" data-component="crn-textinput" id="crn-textinput-${RANDOM}"><div class="form-group"><label for="input${RANDOM}">{{"template.crud.search" | translate}}</label><input type="search" mask="" mask-placeholder="" ng-required="false" ng-model="vars.input${RANDOM}" class="form-control k-textbox" id="input${RANDOM}" placeholder="{{&quot;template.crud.search&quot; | translate}}"></div></div><div class="component-holder ng-scope" data-component="crn-cron-grid" id="crn-cron-grid-${RANDOM}"><cron-grid options="" ng-model="vars.grid${RANDOM}" scrollable="false" class=""></cron-grid></div><section class="form"><form crn-datasource="" data-component="crn-form"><div class="tool-bar" ng-hide="datasource.editing || datasource.inserting"><div class="component-holder ng-scope" data-component="crn-button" id="crn-button-8499"><button aria-label="{{'StartInserting' | translate}}" class="btn k-button btn-fab btn-default" ng-click="datasource.startInserting()" xattr-theme="btn-default" xattr-fullsize=""><span class="k-icon k-i-plus color-theme" icon-theme="color-theme" text-theme="color-theme"></span></button></div><div class="component-holder ng-scope" data-component="crn-button" id="crn-button-8499"><button aria-label="{{'StartEditing' | translate}}" class="btn k-button btn-fab btn-default" ng-click="datasource.startEditing()" xattr-theme="btn-default" xattr-fullsize=""><span class="k-icon k-i-edit color-theme" icon-theme="color-theme" text-theme="color-theme"></span></button></div><div class="component-holder ng-scope" data-component="crn-button" id="crn-button-84681"><button aria-label="{{'Before' | translate}}" class="btn k-button btn-fab btn-default disabled" ng-disabled="!datasource.hasPrevious()" ng-click="datasource.previous()" xattr-theme="btn-default" xattr-fullsize=""><span class="k-icon k-i-arrow-chevron-left color-theme" icon-theme="color-theme" text-theme="color-theme"></span></button></div><div class="component-holder ng-scope" data-component="crn-button" id="crn-button-8499"><button aria-label="{{'Next' | translate}}" class="btn k-button btn-fab btn-default disabled" ng-disabled="!datasource.hasNext()" ng-click="datasource.next()" xattr-theme="btn-default" xattr-fullsize=""><span class="k-icon k-i-arrow-chevron-right color-theme" icon-theme="color-theme" text-theme="color-theme"></span></button></div><div class="component-holder ng-scope" data-component="crn-button" id="crn-button-8499"><button aria-label="{{'Remove' | translate}}" class="btn k-button btn-fab btn-danger" ng-click="datasource.remove()" xattr-theme="btn-danger" xattr-fullsize=""><span class="k-icon k-i-close color-theme" icon-theme="color-theme" text-theme="color-theme"></span></button></div></div><div class="active-bar" ng-hide="!datasource.editing &amp;&amp; !datasource.inserting"><div class="component-holder ng-scope" data-component="crn-button" id="crn-button-8499"><button aria-label="{{'SaveChanges' | translate}}" class="btn k-button btn-fab btn-success" ng-disabled="!datasource.hasNext()" ng-click="datasource.post()" xattr-theme="btn-success" id="btn_crud_post_8499" xattr-fullsize=""><span class="k-icon k-i-check color-theme" icon-theme="color-theme" text-theme="color-theme"></span></button></div><div class="component-holder ng-scope" data-component="crn-button" id="crn-button-8499"><button aria-label="{{'CancelChanges' | translate}}" class="btn k-button btn-fab btn-danger" ng-click="datasource.cancel()" xattr-theme="btn-danger" id="btn_crud_cancel_8499" xattr-fullsize=""><span class="k-icon k-i-cancel color-theme" icon-theme="color-theme" text-theme="color-theme"></span></button></div></div><br><div class="component-holder ng-scope crn-fieldset" data-component="crn-horizontal-container" id="crn-horizontal-container-${RANDOM}" ng-disabled="!datasource.editing &amp;&amp; !datasource.inserting"><div class="col-md-12" style="padding-left: 0; padding-right: 0" data-container="true" data-replace="true">Arraste os campos do formulário aqui</div></div></form></section>
1
+ <datasource data-component="crn-datasource" name="" entity="" keys="" rows-per-page="100" on-before-create="" on-after-create="" on-before-update="" on-after-update="" on-before-delete="" on-after-delete="" on-after-fill="" lazy="true"></datasource><h1 class="title component-holder text-left h3" xattr-position="text-left" xattr-type="h3" data-component="crn-text-component" id="crn-text-component-${RANDOM}">Title</h1><div class="component-holder ng-scope" data-component="crn-textinput" id="crn-textinput-${RANDOM}"><div class="form-group"><label for="input${RANDOM}">{{"template.crud.search" | translate}}</label><input type="search" mask="" mask-placeholder="" ng-required="false" ng-model="vars.input${RANDOM}" class="form-control k-textbox" id="input${RANDOM}" placeholder="{{&quot;template.crud.search&quot; | translate}}"></div></div><div class="component-holder ng-scope" data-component="crn-cron-grid" id="crn-cron-grid-${RANDOM}"><cron-grid options="" ng-model="vars.grid${RANDOM}" scrollable="false" class=""></cron-grid></div><section class="form"><form crn-datasource="" data-component="crn-form"><div class="tool-bar" ng-hide="datasource.editing || datasource.inserting"><button aria-label="{{'StartInserting' | translate}}" class="btn btn-primary btn-fab k-button" data-component="crn-button" ng-click="datasource.startInserting()"><span class="k-icon k-i-plus"></span></button> <button aria-label="{{'StartEditing' | translate}}" class="btn btn-primary btn-fab k-button" data-component="crn-button" ng-click="datasource.startEditing()"><span class="k-icon k-i-edit"></span></button> <button aria-label="{{'Before' | translate}}" class="btn btn-primary btn-fab k-button" data-component="crn-button" ng-disabled="!datasource.hasPrevious()" ng-click="datasource.previous()"><span class="k-icon k-i-arrow-chevron-left"></span></button> <button aria-label="{{'Next' | translate}}" class="btn btn-primary btn-fab k-button" data-component="crn-button" ng-disabled="!datasource.hasNext()" ng-click="datasource.next()"><span class="k-icon k-i-arrow-chevron-right"></span></button> <button aria-label="{{'Remove' | translate}}" class="btn btn-danger btn-fab k-button" data-component="crn-button" ng-click="datasource.remove()"><span class="k-icon k-i-close"></span></button></div><div class="active-bar" ng-hide="!datasource.editing &amp;&amp; !datasource.inserting"><button aria-label="{{'SaveChanges' | translate}}" class="btn btn-success btn-fab k-button" id="btn_crud_post_${RANDOM}" data-component="crn-button" ng-click="datasource.post()"><span class="k-icon k-i-check"></span></button> <button aria-label="{{'CancelChanges' | translate}}" class="btn btn-danger btn-fab k-button" id="btn_crud_cancel_${RANDOM}" data-component="crn-button" ng-click="datasource.cancel()"><span class="k-icon k-i-cancel"></span></button></div><br><div class="component-holder ng-scope crn-fieldset" data-component="crn-horizontal-container" id="crn-horizontal-container-${RANDOM}" ng-disabled="!datasource.editing &amp;&amp; !datasource.inserting"><div class="col-md-12" style="padding-left: 0; padding-right: 0" data-container="true" data-replace="true">Arraste os campos do formulário aqui</div></div></form></section>
@@ -1 +1 @@
1
- <div class="form-group" id="cron-${COMPONENTID}"><label for="cron-${COMPONENTID}">Label</label><cron-dynamic-select ng-required="false" id="cron-${COMPONENTID}" ng-model="vars.dynCombobox${RANDOM}" class="k-textbox crn-select form-control" no-results-message="{{'noDataFound' | translate}}" validationmessage="{{'requiredField' | translate}}" options="{}"></cron-dynamic-select></div>
1
+ <div class="form-group" id="cron-${COMPONENTID}"><label for="cron-${COMPONENTID}" id="cron-${COMPONENTID}_label">Label</label><cron-dynamic-select ng-required="false" id="cron-${COMPONENTID}" ng-model="vars.dynCombobox${RANDOM}" class="k-textbox crn-select form-control" no-results-message="{{'noDataFound' | translate}}" validationmessage="{{'requiredField' | translate}}" options="{}"></cron-dynamic-select></div>
@@ -1 +1 @@
1
- <label class="btn btn-default" xattr-theme="btn-default"><i class="glyphicon glyphicon-cloud-upload"></i> <input type="file" style="display:none" onchange="$('#upload-file-info').html($(this).val().split('\\')[2])"> <span>Upload</span></label><label id="upload-file-info"></label>
1
+ <label class="btn btn-primary" xattr-theme="btn-primary"><i class="glyphicon glyphicon-cloud-upload"></i> <input type="file" style="display:none" onchange="$('#upload-file-info').html($(this).val().split('\\')[2])"> <span>Upload</span></label><label id="upload-file-info"></label>
@@ -1 +1 @@
1
- <div class=""><form action="" method="post" enctype="multipart/form-data"><label class="component-holder btn btn-default k-button" xattr-theme="btn-default" data-component="crn-upload-file"><i class="glyphicon glyphicon-cloud-upload"></i> <input type="file" style="display:none" onchange="$('#upload-file-info').html($(this).val().split('\\')[2])"> <span>Upload</span></label><span id="upload-file-info"></span></form></div>
1
+ <div class=""><form action="" method="post" enctype="multipart/form-data"><label class="component-holder btn btn-primary k-button" xattr-theme="btn-primary" data-component="crn-upload-file"><i class="glyphicon glyphicon-cloud-upload"></i> <input type="file" style="display:none" onchange="$('#upload-file-info').html($(this).val().split('\\')[2])"> <span>Upload</span></label><span id="upload-file-info"></span></form></div>
@@ -1 +1 @@
1
- <section class="form"><form crn-datasource="" data-component="crn-form"><div class="tool-bar" ng-hide="datasource.editing || datasource.inserting"><div class="component-holder ng-scope" data-component="crn-button" id="crn-button-8499"><button aria-label="{{'StartInserting' | translate}}" class="btn k-button btn-fab btn-default" ng-click="datasource.startInserting()" xattr-theme="btn-default" xattr-fullsize=""><span class="k-icon k-i-plus color-theme" icon-theme="color-theme" text-theme="color-theme"></span></button></div><div class="component-holder ng-scope" data-component="crn-button" id="crn-button-8499"><button aria-label="{{'StartEditing' | translate}}" class="btn k-button btn-fab btn-default" ng-click="datasource.startEditing()" xattr-theme="btn-default" xattr-fullsize=""><span class="k-icon k-i-edit color-theme" icon-theme="color-theme" text-theme="color-theme"></span></button></div><div class="component-holder ng-scope" data-component="crn-button" id="crn-button-84681"><button aria-label="{{'Before' | translate}}" class="btn k-button btn-fab btn-default disabled" ng-disabled="!datasource.hasPrevious()" ng-click="datasource.previous()" xattr-theme="btn-default" xattr-fullsize=""><span class="k-icon k-i-arrow-chevron-left color-theme" icon-theme="color-theme" text-theme="color-theme"></span></button></div><div class="component-holder ng-scope" data-component="crn-button" id="crn-button-8499"><button aria-label="{{'Next' | translate}}" class="btn k-button btn-fab btn-default disabled" ng-disabled="!datasource.hasNext()" ng-click="datasource.next()" xattr-theme="btn-default" xattr-fullsize=""><span class="k-icon k-i-arrow-chevron-right color-theme" icon-theme="color-theme" text-theme="color-theme"></span></button></div><div class="component-holder ng-scope" data-component="crn-button" id="crn-button-8499"><button aria-label="{{'Remove' | translate}}" class="btn k-button btn-fab btn-danger" ng-click="datasource.remove()" xattr-theme="btn-danger" xattr-fullsize=""><span class="k-icon k-i-close color-theme" icon-theme="color-theme" text-theme="color-theme"></span></button></div></div><div class="active-bar" ng-hide="!datasource.editing &amp;&amp; !datasource.inserting"><div class="component-holder ng-scope" data-component="crn-button" id="crn-button-8499"><button aria-label="{{'SaveChanges' | translate}}" class="btn k-button btn-fab btn-success" ng-disabled="!datasource.hasNext()" ng-click="datasource.post()" xattr-theme="btn-success" id="btn_crud_post_8499" xattr-fullsize=""><span class="k-icon k-i-check color-theme" icon-theme="color-theme" text-theme="color-theme"></span></button></div><div class="component-holder ng-scope" data-component="crn-button" id="crn-button-8499"><button aria-label="{{'CancelChanges' | translate}}" class="btn k-button btn-fab btn-danger" ng-click="datasource.cancel()" xattr-theme="btn-danger" id="btn_crud_cancel_8499" xattr-fullsize=""><span class="k-icon k-i-cancel color-theme" icon-theme="color-theme" text-theme="color-theme"></span></button></div></div><br><div class="component-holder ng-scope crn-fieldset" data-component="crn-horizontal-container" id="crn-horizontal-container-${RANDOM}" ng-disabled="!datasource.editing &amp;&amp; !datasource.inserting"><div class="col-md-12" style="padding-left: 0; padding-right: 0" data-container="true" data-replace="true">Arraste os campos do formulário aqui</div></div></form></section>
1
+ <section class="form"><form crn-datasource="" data-component="crn-form"><div class="tool-bar" ng-hide="datasource.editing || datasource.inserting"><button aria-label="{{'StartInserting' | translate}}" class="btn btn-primary btn-fab k-button" data-component="crn-button" ng-click="datasource.startInserting()"><span class="k-icon k-i-plus"></span></button> <button aria-label="{{'StartEditing' | translate}}" class="btn btn-primary btn-fab k-button" data-component="crn-button" ng-click="datasource.startEditing()"><span class="k-icon k-i-edit"></span></button> <button aria-label="{{'Before' | translate}}" class="btn btn-primary btn-fab k-button" data-component="crn-button" ng-disabled="!datasource.hasPrevious()" ng-click="datasource.previous()"><span class="k-icon k-i-arrow-chevron-left"></span></button> <button aria-label="{{'Next' | translate}}" class="btn btn-primary btn-fab k-button" data-component="crn-button" ng-disabled="!datasource.hasNext()" ng-click="datasource.next()"><span class="k-icon k-i-arrow-chevron-right"></span></button> <button aria-label="{{'Remove' | translate}}" class="btn btn-danger btn-fab k-button" data-component="crn-button" ng-click="datasource.remove()"><span class="k-icon k-i-close"></span></button></div><div class="active-bar" ng-hide="!datasource.editing &amp;&amp; !datasource.inserting"><button aria-label="{{'SaveChanges' | translate}}" class="btn btn-success btn-fab k-button" id="btn_crud_post_${RANDOM}" data-component="crn-button" ng-click="datasource.post()"><span class="k-icon k-i-check"></span></button> <button aria-label="{{'CancelChanges' | translate}}" class="btn btn-danger btn-fab k-button" id="btn_crud_cancel_${RANDOM}" data-component="crn-button" ng-click="datasource.cancel()"><span class="k-icon k-i-cancel"></span></button></div><br><div class="component-holder ng-scope crn-fieldset" data-component="crn-horizontal-container" id="crn-horizontal-container-${RANDOM}" ng-disabled="!datasource.editing &amp;&amp; !datasource.inserting"><div class="col-md-12" style="padding-left: 0; padding-right: 0" data-container="true" data-replace="true">Arraste os campos do formulário aqui</div></div></form></section>
@@ -1 +1 @@
1
- <i class="fa fa-star font-size-theme color-theme" icon-size="font-size-theme" icon-theme="color-theme"></i>
1
+ <div><i class="fa fa-star" icon-size="" icon-theme=""></i></div>
@@ -1 +1 @@
1
- <img alt="image" src="node_modules/cronapp-framework-js/img/placehold-100x100.png" class="crn-image object-fit-contain" object-fit="object-fit-contain" xattr-position="" width="100px" height="100px">
1
+ <img alt="image" src="node_modules/cronapp-framework-js/img/placehold-100x100.png" class="crn-image" style="object-fit: contain" object-fit="object-fit: contain;" xattr-position="" width="100px" height="100px">
@@ -1 +1 @@
1
- <nav class="navbar navbar-default"><div class="container-fluid"><div class="navbar-header"><button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"><span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span></button> <a class="component-holder ng-binding ng-scope navbar-brand" data-component="crn-image" href="#/home"><img alt="cronapp-logo" src="node_modules/cronapp-framework-js/dist/img/logo.svg" style="width:101px; margin-top:-4px" id="crn-navbar-logo" data-component="crn-image"></a></div><div id="navbar" class="navbar-collapse collapse"><ul class="nav navbar-nav" style="float:none"><li class="dropdown component-holder" data-component=""><a href="#/home" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false"><i class="fa fa-lg fa-home"></i> <span ___content="{Home}" _________content="{{&quot;Home.view.Home&quot; | translate}}">{Home}</span></a></li><cron-dynamic-menu options="{&quot;subMenuOptions&quot;:[{&quot;id&quot;:&quot;qxfhylqx9sh1&quot;,&quot;name&quot;:&quot;Menu 1&quot;,&quot;title&quot;:&quot;Menu 1&quot;,&quot;level&quot;:1,&quot;menuItems&quot;:[{&quot;id&quot;:&quot;qe1juldmy0kk&quot;,&quot;name&quot;:&quot;Menu A&quot;,&quot;title&quot;:&quot;Menu A&quot;,&quot;level&quot;:2,&quot;menuItems&quot;:[]}]},{&quot;id&quot;:&quot;1jenqtqrij8mb&quot;,&quot;name&quot;:&quot;Menu 2&quot;,&quot;title&quot;:&quot;Menu 2&quot;,&quot;level&quot;:1,&quot;menuItems&quot;:[{&quot;id&quot;:&quot;urgv85ip8603&quot;,&quot;name&quot;:&quot;Menu B&quot;,&quot;title&quot;:&quot;Menu B&quot;,&quot;level&quot;:2,&quot;menuItems&quot;:[]}]}]}" data-component="crn-dynamic-menu" class="component-holder" id="crn-dynamic-menu-226965">Dynamic Menu</cron-dynamic-menu></ul></div></div></nav>
1
+ <nav class="navbar navbar-default"><div class="container-fluid"><div class="navbar-header"><button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"><span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span></button> <a class="component-holder ng-binding ng-scope navbar-brand" data-component="crn-image" href="#/home"><img alt="cronapp-logo" src="node_modules/cronapp-framework-js/dist/img/logo.svg" style="width:101px; margin-top:-4px" id="crn-navbar-logo" data-component="crn-image"></a></div><div id="navbar" class="navbar-collapse collapse"><ul class="nav navbar-nav" style="float:none"><div class="component-holder ng-scope col-md-10" data-component="crn-dynamic-menu" id="crn-dynamic-menu"><cron-dynamic-menu options="{&quot;subMenuOptions&quot;:[{&quot;id&quot;:&quot;1iut7rlrhfnzs&quot;,&quot;name&quot;:&quot;Home&quot;,&quot;title&quot;:&quot;{{\&quot;Home.view.Home\&quot; | translate}}&quot;,&quot;action&quot;:&quot;cronapi.screen.changeView('#/public/home', [])&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;:[]}]}" data-component="crn-dynamic-menu" class="component-holder" id="crn-dynamic-menu-226965">Dynamic Menu</cron-dynamic-menu></div></ul></div></div></nav>
@@ -1 +1 @@
1
- <div class="component-holder ng-scope" data-component="crn-rating" id="crn-rating-${RANDON}"><cronapp-rating ng-model="vars.evaluation${RANDOM}" icon-off="fa fa-star-o" xattr-default-value=""><i data-theme="color-theme" data-size="font-size-theme" class="fa fa-star color-theme font-size-theme"></i> <i data-theme="color-theme" data-size="font-size-theme" class="fa fa-star color-theme font-size-theme"></i> <i data-theme="color-theme" data-size="font-size-theme" class="fa fa-star color-theme font-size-theme"></i> <i data-theme="color-theme" data-size="font-size-theme" class="fa fa-star color-theme font-size-theme"></i> <i data-theme="color-theme" data-size="font-size-theme" class="fa fa-star color-theme font-size-theme"></i></cronapp-rating></div>
1
+ <div><cronapp-rating ng-model="vars.evaluation${RANDOM}" icon-off="fa fa-star-o" xattr-default-value=""><i style="font-size: 200%" icon-theme="color: #3A3A3A;" icon-size="" class="component-holder fa fa-star"></i> <i style="font-size: 200%" icon-theme="color: #3A3A3A;" icon-size="" class="component-holder fa fa-star"></i> <i style="font-size: 200%" icon-theme="color: #3A3A3A;" icon-size="" class="component-holder fa fa-star"></i> <i style="font-size: 200%" icon-theme="color: #3A3A3A;" icon-size="" class="component-holder fa fa-star"></i> <i style="font-size: 200%" icon-theme="color: #3A3A3A;" icon-size="" class="component-holder fa fa-star"></i></cronapp-rating></div>