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.
- package/components/crn-button.components.json +2 -12
- package/components/crn-chart.components.json +1 -0
- package/components/crn-dynamic-menu.components.json +1 -0
- package/components/crn-enterprise-checkbox.components.json +0 -5
- package/components/crn-enterprise-combobox-multiple.components.json +0 -5
- package/components/crn-enterprise-dynamic-combobox.components.json +1 -1
- package/components/crn-horizontal-container.components.json +1 -12
- package/components/crn-icon.components.json +12 -20
- package/components/crn-image.components.json +4 -4
- package/components/crn-ordered-sub-list.components.json +1 -2
- package/components/crn-rating.components.json +29 -31
- package/components/crn-textinputbutton.components.json +8 -0
- package/components/crn-upload-file.components.json +3 -2
- package/components/crn-upload.components.json +2 -2
- package/components/css/checkbox-color.css +0 -16
- package/components/css/color-default.css +0 -2
- package/components/templates/button.template.html +2 -2
- package/components/templates/cron-autocomplete.designtime.html +33 -1
- package/components/templates/cron-checkbox.template.html +2 -1
- package/components/templates/cron-combobox-multiple.template.html +1 -1
- package/components/templates/cron-crud.template.html +7 -43
- package/components/templates/cron-dynamic-combobox.template.html +1 -1
- package/components/templates/fileupload-button.template.html +1 -1
- package/components/templates/fileupload.template.html +1 -1
- package/components/templates/form.template.html +21 -44
- package/components/templates/icon.template.html +1 -1
- package/components/templates/image.default.template.html +2 -1
- package/components/templates/navbar.template.html +5 -5
- package/components/templates/rating.template.html +6 -6
- package/components/templates/social-button-bar.template.html +12 -11
- package/components/templates/sub-form.template.html +11 -44
- package/components/templates/textinputbutton.template.html +9 -6
- package/css/app.css +8 -20
- package/dist/components/css/checkbox-color.css +1 -1
- package/dist/components/css/color-default.css +1 -1
- package/dist/components/templates/button.template.html +1 -1
- package/dist/components/templates/cron-autocomplete.designtime.html +26 -1
- package/dist/components/templates/cron-checkbox.template.html +1 -1
- package/dist/components/templates/cron-combobox-multiple.template.html +1 -1
- package/dist/components/templates/cron-crud.template.html +1 -1
- package/dist/components/templates/cron-dynamic-combobox.template.html +1 -1
- package/dist/components/templates/fileupload-button.template.html +1 -1
- package/dist/components/templates/fileupload.template.html +1 -1
- package/dist/components/templates/form.template.html +1 -1
- package/dist/components/templates/icon.template.html +1 -1
- package/dist/components/templates/image.default.template.html +1 -1
- package/dist/components/templates/navbar.template.html +1 -1
- package/dist/components/templates/rating.template.html +1 -1
- package/dist/components/templates/social-button-bar.template.html +1 -1
- package/dist/components/templates/sub-form.template.html +1 -1
- package/dist/components/templates/textinputbutton.template.html +1 -1
- package/dist/css/animate.css +1 -0
- package/dist/css/app.css +1 -1
- package/dist/css/fonts/glyphicons-halflings-regular.eot +0 -0
- package/dist/css/fonts/glyphicons-halflings-regular.svg +1 -0
- package/dist/css/fonts/glyphicons-halflings-regular.ttf +0 -0
- package/dist/css/fonts/glyphicons-halflings-regular.woff +0 -0
- package/dist/css/fonts/glyphicons-halflings-regular.woff2 +0 -0
- package/dist/css/modalTemplate.css +1 -0
- package/dist/css/themes/cerulean.min.css +1 -0
- package/dist/css/themes/cosmo.min.css +1 -0
- package/dist/css/themes/custom/cerulean/custom-cerulean.min.css +13 -0
- package/dist/css/themes/custom/cosmo/custom-cosmo.min.css +13 -0
- package/dist/css/themes/custom/cyborg/custom-cyborg.min.css +13 -0
- package/dist/css/themes/custom/darkly/custom-darkly.min.css +13 -0
- package/dist/css/themes/custom/flatly/custom-flatly.min.css +13 -0
- package/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/_media-print.css +1 -0
- package/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/alert.css +1 -0
- package/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/animations.css +1 -0
- package/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/badge.css +1 -0
- package/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/basics.css +11 -0
- package/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/blockquote.css +1 -0
- package/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/breadcrumb.css +1 -0
- package/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/btn.css +1 -0
- package/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/carousel.css +1 -0
- package/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/close.css +1 -0
- package/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/col.css +1 -0
- package/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/collapse.css +1 -0
- package/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/container.css +1 -0
- package/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/dropdown.css +1 -0
- package/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/embed-responsive.css +1 -0
- package/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/fade.css +1 -0
- package/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/figure_img.css +1 -0
- package/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/form-control.css +1 -0
- package/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/glyphicon.css +1 -0
- package/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/import_bootswatch.css +1 -0
- package/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/input-group.css +1 -0
- package/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/input.css +1 -0
- package/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/jumbotron.css +1 -0
- package/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/label.css +1 -0
- package/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/list-group.css +1 -0
- package/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/media.css +1 -0
- package/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/modal.css +1 -0
- package/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/nav.css +1 -0
- package/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/navbar.css +1 -0
- package/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/pager.css +1 -0
- package/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/pagination.css +1 -0
- package/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/panel.css +1 -0
- package/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/popover.css +1 -0
- package/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/progress.css +1 -0
- package/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/table.css +1 -0
- package/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/text.css +1 -0
- package/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/thumbnail.css +1 -0
- package/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/tooltip.css +1 -0
- package/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/visible.css +1 -0
- package/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/well.css +1 -0
- package/dist/css/themes/custom/fuse/components_css/alert.css +1 -0
- package/dist/css/themes/custom/fuse/components_css/badge.css +1 -0
- package/dist/css/themes/custom/fuse/components_css/blockquote.css +1 -0
- package/dist/css/themes/custom/fuse/components_css/breadcrumb.css +1 -0
- package/dist/css/themes/custom/fuse/components_css/btn.css +1 -0
- package/dist/css/themes/custom/fuse/components_css/carousel.css +1 -0
- package/dist/css/themes/custom/fuse/components_css/close.css +1 -0
- package/dist/css/themes/custom/fuse/components_css/embed-responsive.css +1 -0
- package/dist/css/themes/custom/fuse/components_css/form.css +1 -0
- package/dist/css/themes/custom/fuse/components_css/glyphicon.css +1 -0
- package/dist/css/themes/custom/fuse/components_css/hidden.css +1 -0
- package/dist/css/themes/custom/fuse/components_css/import_components_css.css +1 -0
- package/dist/css/themes/custom/fuse/components_css/list-group.css +1 -0
- package/dist/css/themes/custom/fuse/components_css/media.css +1 -0
- package/dist/css/themes/custom/fuse/components_css/modal.css +1 -0
- package/dist/css/themes/custom/fuse/components_css/navbar.css +1 -0
- package/dist/css/themes/custom/fuse/components_css/pager.css +1 -0
- package/dist/css/themes/custom/fuse/components_css/pagination.css +1 -0
- package/dist/css/themes/custom/fuse/components_css/panel.css +1 -0
- package/dist/css/themes/custom/fuse/components_css/popover.css +1 -0
- package/dist/css/themes/custom/fuse/components_css/progress.css +1 -0
- package/dist/css/themes/custom/fuse/components_css/table.css +1 -0
- package/dist/css/themes/custom/fuse/components_css/thumbnail.css +1 -0
- package/dist/css/themes/custom/fuse/components_css/tooltip.css +1 -0
- package/dist/css/themes/custom/fuse/components_css/type_bootstrap.css +1 -0
- package/dist/css/themes/custom/fuse/components_css/visible.css +1 -0
- package/dist/css/themes/custom/fuse/components_css/well.css +1 -0
- package/dist/css/themes/custom/fuse/custom-fuse.min.css +1 -0
- package/dist/css/themes/custom/fuse/font/Inter-roman.var.woff2 +0 -0
- package/dist/css/themes/custom/fuse/font/font.css +1 -0
- package/dist/css/themes/custom/journal/custom-journal.min.css +12 -0
- package/dist/css/themes/custom/lumen/custom-lumen.min.css +13 -0
- package/dist/css/themes/custom/material/components_css/crn-button.css +1 -0
- package/dist/css/themes/custom/material/components_css/crn-carousel.css +1 -0
- package/dist/css/themes/custom/material/components_css/crn-cron-calendar.css +1 -0
- package/dist/css/themes/custom/material/components_css/crn-cron-grid.css +1 -0
- package/dist/css/themes/custom/material/components_css/crn-enterprise.css +1 -0
- package/dist/css/themes/custom/material/components_css/crn-navbar.css +1 -0
- package/dist/css/themes/custom/material/components_css/crn-scheduler.css +1 -0
- package/dist/css/themes/custom/material/components_css/login.css +1 -0
- package/dist/css/themes/custom/material/components_css/ui-notification.css +1 -0
- package/dist/css/themes/custom/material/custom-material.css +1 -0
- package/dist/css/themes/custom/navigator/custom-navigator.css +1 -0
- package/dist/css/themes/custom/paper/custom-paper.min.css +13 -0
- package/dist/css/themes/custom/readable/custom-readable.min.css +13 -0
- package/dist/css/themes/custom/sandstone/custom-sandstone.min.css +13 -0
- package/dist/css/themes/custom/simplex/custom-simplex.min.css +13 -0
- package/dist/css/themes/custom/slate/custom-slate.min.css +13 -0
- package/dist/css/themes/custom/spacelab/custom-spacelab.min.css +13 -0
- package/dist/css/themes/custom/superhero/custom-superhero.min.css +13 -0
- package/dist/css/themes/custom/united/custom-united.min.css +13 -0
- package/dist/css/themes/custom/yeti/custom-yeti.min.css +13 -0
- package/dist/css/themes/cyborg.min.css +1 -0
- package/dist/css/themes/darkly.min.css +1 -0
- package/dist/css/themes/flatly.min.css +1 -0
- package/dist/css/themes/fuse.min.css +1 -0
- package/dist/css/themes/journal.min.css +1 -0
- package/dist/css/themes/lumen.min.css +1 -0
- package/dist/css/themes/material.min.css +1 -0
- package/dist/css/themes/paper.min.css +1 -0
- package/dist/css/themes/readable.min.css +1 -0
- package/dist/css/themes/sandstone.min.css +1 -0
- package/dist/css/themes/simplex.min.css +1 -0
- package/dist/css/themes/slate.min.css +1 -0
- package/dist/css/themes/spacelab.min.css +1 -0
- package/dist/css/themes/superhero.min.css +1 -0
- package/dist/css/themes/united.min.css +1 -0
- package/dist/css/themes/yeti.min.css +1 -0
- package/dist/js/directives.js +1 -1
- package/dist/js/reports/reports.service.js +1 -1
- package/gulpfile.js +1 -1
- package/js/directives.js +24 -21
- package/js/reports/reports.service.js +3 -0
- package/package.json +1 -1
- package/components/css/font-size.css +0 -15
- 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
|
-
<
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 && !datasource.inserting">
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
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"
|
|
27
|
+
<div class="component-holder ng-scope crn-fieldset" data-component="crn-horizontal-container"
|
|
28
|
+
id="crn-horizontal-container-${RANDOM}" ng-disabled="!datasource.editing && !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
|
|
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
|
|
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
|
-
<
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
</
|
|
9
|
+
<div class="component-holder ng-scope col-md-10" data-component="crn-dynamic-menu" id="crn-dynamic-menu">
|
|
10
|
+
<cron-dynamic-menu options="{"subMenuOptions":[{"id":"1iut7rlrhfnzs","name":"Home","title":"{{\"Home.view.Home\" | translate}}","action":"cronapi.screen.changeView('#/public/home', [])","level":1,"textPosition":"left","imagePosition":"left","contentTheme":"light","iconTheme":"light","menuItems":[]}]}" 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
|
|
1
|
+
<div>
|
|
2
2
|
<cronapp-rating ng-model="vars.evaluation${RANDOM}" icon-off="fa fa-star-o" xattr-default-value="">
|
|
3
|
-
<i
|
|
4
|
-
<i
|
|
5
|
-
<i
|
|
6
|
-
<i
|
|
7
|
-
<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"
|
|
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
|
|
8
|
-
<i class="fa fa-2x fa-facebook
|
|
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
|
|
18
|
-
<i class="fa fa-2x fa-github-alt
|
|
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
|
|
28
|
-
<i class="fa fa-2x fa-linkedin-square
|
|
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
|
|
38
|
-
<i class="fa fa-2x fa-google
|
|
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
|
|
48
|
-
<i class="fa fa-2x fa-cloud
|
|
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
|
-
<
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
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 && !datasource.inserting">
|
|
35
|
-
<
|
|
36
|
-
|
|
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"
|
|
50
|
-
|
|
51
|
-
|
|
15
|
+
<div class="component-holder ng-scope crn-fieldset" data-component="crn-horizontal-container"
|
|
16
|
+
id="crn-horizontal-container-${RANDOM}" ng-disabled="!datasource.editing && !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
|
-
<
|
|
2
|
-
<
|
|
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
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
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
|
-
|
|
398
|
-
|
|
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
|
-
|
|
407
|
-
gap: 2px;
|
|
400
|
+
align-items: center;
|
|
408
401
|
}
|
|
409
402
|
|
|
410
|
-
.
|
|
411
|
-
|
|
412
|
-
display: inline-flex;
|
|
413
|
-
flex-direction: initial;
|
|
414
|
-
gap: 2px;
|
|
403
|
+
.crn-textinputbutton-button{
|
|
404
|
+
display: inherit;
|
|
415
405
|
}
|
|
416
406
|
|
|
417
|
-
.
|
|
418
|
-
|
|
419
|
-
|
|
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'
|
|
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-
|
|
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="
|
|
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-
|
|
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-
|
|
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="{{"template.crud.search" | 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"><
|
|
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="{{"template.crud.search" | 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 && !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 && !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-
|
|
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-
|
|
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"><
|
|
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 && !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 && !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
|
|
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
|
|
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"><
|
|
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="{"subMenuOptions":[{"id":"1iut7rlrhfnzs","name":"Home","title":"{{\"Home.view.Home\" | translate}}","action":"cronapi.screen.changeView('#/public/home', [])","level":1,"textPosition":"left","imagePosition":"left","contentTheme":"light","iconTheme":"light","menuItems":[]}]}" 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
|
|
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>
|