cronapp-framework-js 3.2.1-SP.4 → 4.0.0
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-anchor.components.json +5 -0
- package/components/crn-button.components.json +5 -0
- package/components/crn-datepicker.components.json +5 -0
- package/components/crn-datetimepicker.components.json +5 -0
- package/components/crn-enterprise-autocomplete.components.json +5 -0
- package/components/crn-enterprise-checkbox.components.json +5 -0
- package/components/crn-enterprise-combobox-multiple.components.json +5 -0
- package/components/crn-enterprise-dynamic-autocomplete.components.json +5 -0
- package/components/crn-enterprise-dynamic-combobox.components.json +5 -0
- package/components/crn-icon.components.json +5 -0
- package/components/crn-image.components.json +5 -0
- package/components/crn-input-password.components.json +5 -0
- package/components/crn-rating.components.json +5 -0
- package/components/crn-simple-text.components.json +5 -0
- package/components/crn-slider.components.json +5 -0
- package/components/crn-text-component.components.json +5 -0
- package/components/crn-textarea.components.json +5 -0
- package/components/crn-textinput.components.json +5 -0
- package/components/crn-wizard.components.json +134 -0
- package/components/templates/anchor.template.html +1 -1
- package/components/templates/social-button-bar.template.html +6 -6
- package/components/templates/wizard.template.html +65 -0
- package/css/themes/custom/cerulean/custom-cerulean.css +30 -1
- package/css/themes/custom/cosmo/custom-cosmo.css +43 -1
- package/css/themes/custom/cyborg/custom-cyborg.css +43 -1
- package/css/themes/custom/darkly/custom-darkly.css +43 -1
- package/css/themes/custom/dsgov/custom-dsgov.css +27 -1
- package/css/themes/custom/flatly/custom-flatly.css +43 -1
- package/css/themes/custom/fuse/custom-fuse.css +30 -1
- package/css/themes/custom/journal/custom-journal.css +43 -1
- package/css/themes/custom/lumen/custom-lumen.css +43 -1
- package/css/themes/custom/material/custom-material.css +36 -1
- package/css/themes/custom/paper/custom-paper.css +43 -1
- package/css/themes/custom/readable/custom-readable.css +43 -1
- package/css/themes/custom/sandstone/custom-sandstone.css +43 -1
- package/css/themes/custom/simplex/custom-simplex.css +42 -1
- package/css/themes/custom/slate/custom-slate.css +43 -1
- package/css/themes/custom/spacelab/custom-spacelab.css +43 -1
- package/css/themes/custom/superhero/custom-superhero.css +42 -1
- package/css/themes/custom/theme-general/notification.css +1 -0
- package/css/themes/custom/theme-general/theme-general.css +92 -0
- package/css/themes/custom/theme-general/wizard.css +98 -0
- package/css/themes/custom/united/custom-united.css +37 -1
- package/css/themes/custom/yeti/custom-yeti.css +42 -1
- package/css/themes/theme.editor.view.html +6 -6
- package/dist/components/reports/BOOLEAN.parameter.html +1 -1
- package/dist/components/reports/DATE.parameter.html +1 -1
- package/dist/components/reports/DOUBLE.parameter.html +1 -1
- package/dist/components/reports/FLOAT.parameter.html +1 -1
- package/dist/components/reports/INTEGER.parameter.html +1 -1
- package/dist/components/reports/LONG.parameter.html +1 -1
- package/dist/components/reports/STRING.parameter.html +1 -1
- package/dist/components/reports/reports.view.html +1 -1
- package/dist/components/templates/anchor.template.html +1 -1
- package/dist/components/templates/carousel.template.html +1 -1
- package/dist/components/templates/crn-carousel-item.tempate.html +1 -1
- package/dist/components/templates/crn-signature-pad.designtime.html +1 -1
- package/dist/components/templates/crn-unordered-list.template.html +1 -1
- package/dist/components/templates/crn-unordered-sub-list.template.html +1 -1
- package/dist/components/templates/cron-autocomplete.designtime.html +1 -1
- package/dist/components/templates/cron-captcha.designtime.html +1 -1
- package/dist/components/templates/cron-checkbox.template.html +1 -1
- package/dist/components/templates/cron-combobox.designtime.html +1 -1
- package/dist/components/templates/cron-crud.template.html +1 -1
- package/dist/components/templates/cron-dashboard-viewer.designtime.html +1 -1
- package/dist/components/templates/cron-dynamic-combobox.designtime.html +1 -1
- package/dist/components/templates/cron-frame.designtime.html +1 -1
- package/dist/components/templates/cron-grid.designtime.html +1 -1
- package/dist/components/templates/cron-radio.template.html +1 -1
- package/dist/components/templates/cron-report-viewer.designtime.html +1 -1
- package/dist/components/templates/cron-scheduler.designtime.html +1 -1
- package/dist/components/templates/cron-slider.designtime.html +1 -1
- package/dist/components/templates/cron-tree-view.designtime.html +1 -1
- package/dist/components/templates/datasourcefilter.template.html +1 -1
- package/dist/components/templates/datasourcefiltercomplex.template.html +1 -1
- package/dist/components/templates/date.template.html +1 -1
- package/dist/components/templates/datetime.template.html +1 -1
- package/dist/components/templates/dynamicfile.designtime.html +1 -1
- package/dist/components/templates/dynamicimage.designtime.html +2 -2
- 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/image.default.template.html +1 -1
- package/dist/components/templates/image.template.html +1 -1
- package/dist/components/templates/radiogroup.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/textarea.template.html +1 -1
- package/dist/components/templates/textinput.template.html +1 -1
- package/dist/components/templates/textinputbutton.template.html +1 -1
- package/dist/components/templates/time.template.html +1 -1
- package/dist/components/templates/treeview.template.html +1 -1
- package/dist/components/templates/wizard.template.html +1 -0
- package/dist/css/themes/custom/cerulean/custom-cerulean.css +1 -1
- package/dist/css/themes/custom/cosmo/custom-cosmo.css +1 -1
- package/dist/css/themes/custom/cyborg/custom-cyborg.css +1 -1
- package/dist/css/themes/custom/darkly/custom-darkly.css +1 -1
- package/dist/css/themes/custom/dsgov/custom-dsgov.css +1 -1
- package/dist/css/themes/custom/flatly/custom-flatly.css +1 -1
- package/dist/css/themes/custom/fuse/custom-fuse.css +1 -1
- package/dist/css/themes/custom/journal/custom-journal.css +1 -1
- package/dist/css/themes/custom/lumen/custom-lumen.css +1 -1
- package/dist/css/themes/custom/material/custom-material.css +1 -1
- package/dist/css/themes/custom/paper/custom-paper.css +1 -1
- package/dist/css/themes/custom/readable/custom-readable.css +1 -1
- package/dist/css/themes/custom/sandstone/custom-sandstone.css +1 -1
- package/dist/css/themes/custom/simplex/custom-simplex.css +1 -1
- package/dist/css/themes/custom/slate/custom-slate.css +1 -1
- package/dist/css/themes/custom/spacelab/custom-spacelab.css +1 -1
- package/dist/css/themes/custom/superhero/custom-superhero.css +1 -1
- package/dist/css/themes/custom/theme-general/notification.css +1 -1
- package/dist/css/themes/custom/theme-general/theme-general.css +1 -1
- package/dist/css/themes/custom/theme-general/wizard.css +1 -0
- package/dist/css/themes/custom/united/custom-united.css +1 -1
- package/dist/css/themes/custom/yeti/custom-yeti.css +1 -1
- package/dist/css/themes/theme.editor.view.html +1 -1
- package/dist/js/LanguageSelectDirective.js +1 -1
- package/dist/js/LocaleService.js +1 -1
- package/dist/js/app.js +1 -1
- package/dist/js/controllers.js +1 -1
- package/dist/js/custom.controllers.js +1 -1
- package/dist/js/customStateProvider.js +86 -0
- package/dist/js/dashboard/dashboard.service.js +1 -1
- package/dist/js/directives.js +1 -55
- package/dist/js/filters.js +1 -1
- package/dist/js/local-dateformat.directive.js +1 -1
- package/dist/js/reports/parameters.controller.js +1 -1
- package/dist/js/reports/reports.service.js +1 -1
- package/dist/js/services.js +1 -1
- package/dist/js/stateProvider.js +1 -1
- package/dist/js/upload.service.js +1 -1
- package/gulpfile.js +21 -35
- package/img/cron-icon/crn-wizard.svg +8 -0
- package/js/app.js +6 -21
- package/js/controllers.js +41 -57
- package/js/directives.js +64 -27
- package/package.json +17 -50
- package/postupdate.json +154 -38
- package/dist/img/cron-icon/crn-component.svg +0 -1
- package/dist/img/cron-icon/crn-infinite-scroll.svg +0 -1
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
/* Wizard */
|
|
2
|
+
.ctn-wizard .wizard-buttons {
|
|
3
|
+
text-align: right;
|
|
4
|
+
margin-top: 20px;
|
|
5
|
+
display: flex;
|
|
6
|
+
justify-content: space-between;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.ctn-wizard .ctrl-button {
|
|
10
|
+
display: inline;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.ctn-wizard ul.nav-wizard {
|
|
14
|
+
list-style-type: none;
|
|
15
|
+
padding: 0 50px;
|
|
16
|
+
margin: 0;
|
|
17
|
+
display: flex;
|
|
18
|
+
justify-content: space-between;
|
|
19
|
+
align-items: center;
|
|
20
|
+
position: relative;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.ctn-wizard .step-circle {
|
|
24
|
+
width: 40px;
|
|
25
|
+
height: 40px;
|
|
26
|
+
border-radius: 50%;
|
|
27
|
+
display: flex;
|
|
28
|
+
align-items: center;
|
|
29
|
+
justify-content: center;
|
|
30
|
+
margin: 0 auto 5px auto;
|
|
31
|
+
position: relative;
|
|
32
|
+
z-index: 1;
|
|
33
|
+
transition: background-color 0.3s ease, color 0.3s ease;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.ctn-wizard .step-title {
|
|
37
|
+
font-weight: normal;
|
|
38
|
+
transition: font-weight 0.3s ease, color 0.3s ease;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
.ctn-wizard .nav-wizard>li {
|
|
42
|
+
display: flex;
|
|
43
|
+
align-items: center;
|
|
44
|
+
text-align: center;
|
|
45
|
+
position: relative;
|
|
46
|
+
transition: flex 0.3s ease;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
.ctn-wizard .nav-wizard>li:not(:last-child)::after {
|
|
50
|
+
content: '';
|
|
51
|
+
position: absolute;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.ctn-wizard .nav-wizard {
|
|
55
|
+
display: flex;
|
|
56
|
+
justify-content: space-between;
|
|
57
|
+
align-items: center;
|
|
58
|
+
border-bottom: none;
|
|
59
|
+
position: relative;
|
|
60
|
+
padding-bottom: 10px;
|
|
61
|
+
flex: 1;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
.ctn-wizard .nav-wizard:before {
|
|
65
|
+
content: '';
|
|
66
|
+
position: absolute;
|
|
67
|
+
top: 30%;
|
|
68
|
+
left: 50px;
|
|
69
|
+
right: 62px;
|
|
70
|
+
height: 2px;
|
|
71
|
+
background-color: #ccc;
|
|
72
|
+
z-index: 0;
|
|
73
|
+
transition: background-color 0.3s ease, height 0.3s ease;
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
.nav-wizard a {
|
|
77
|
+
text-decoration: none;
|
|
78
|
+
color: inherit;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
.nav-wizard a:hover,
|
|
82
|
+
.nav-wizard a:focus {
|
|
83
|
+
text-decoration: none;
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
.ctn-wizard .nav-wizard>li.active.invalid-step .step-circle::after {
|
|
87
|
+
border-color: #ff0000;
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
.is-invalid {
|
|
91
|
+
border-color: #dc3545;
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
.invalid-feedback {
|
|
95
|
+
color: #dc3545;
|
|
96
|
+
margin-top: 0.25rem;
|
|
97
|
+
font-size: 0.875em;
|
|
98
|
+
}
|
|
@@ -1022,4 +1022,40 @@ td.k-state-focused.k-state-selected,
|
|
|
1022
1022
|
|
|
1023
1023
|
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
|
|
1024
1024
|
border-top-color: var(--backgroundColor40, #ffffff);
|
|
1025
|
-
}
|
|
1025
|
+
}
|
|
1026
|
+
|
|
1027
|
+
/*wizard*/
|
|
1028
|
+
.ctn-wizard .nav-wizard>li.active .step-circle::after {
|
|
1029
|
+
content: '';
|
|
1030
|
+
position: absolute;
|
|
1031
|
+
top: -7px;
|
|
1032
|
+
left: -7px;
|
|
1033
|
+
width: 50px;
|
|
1034
|
+
height: 50px;
|
|
1035
|
+
border-radius: 50%;
|
|
1036
|
+
border: 2px solid var(--colorPrimary40, #e95420);
|
|
1037
|
+
z-index: -1;
|
|
1038
|
+
transition: border-color 0.3s ease;
|
|
1039
|
+
}
|
|
1040
|
+
|
|
1041
|
+
.ctn-wizard .nav-wizard>li.active .step-circle,
|
|
1042
|
+
.ctn-wizard .nav-wizard>li.completed .step-circle {
|
|
1043
|
+
background-color: var(--colorPrimary40, #e95420);
|
|
1044
|
+
color: var(--textColorDefault40, #ffffff);
|
|
1045
|
+
}
|
|
1046
|
+
|
|
1047
|
+
.ctn-wizard .step-circle {
|
|
1048
|
+
width: 40px;
|
|
1049
|
+
height: 40px;
|
|
1050
|
+
background-color: var(--textColorDefault40, #ffffff);
|
|
1051
|
+
color: var(--colorPrimary40, #e95420);
|
|
1052
|
+
border-radius: 50%;
|
|
1053
|
+
border: 2px solid var(--colorPrimary40, #e95420);
|
|
1054
|
+
display: flex;
|
|
1055
|
+
align-items: center;
|
|
1056
|
+
justify-content: center;
|
|
1057
|
+
margin: 0 auto 5px auto;
|
|
1058
|
+
position: relative;
|
|
1059
|
+
z-index: 1;
|
|
1060
|
+
transition: background-color 0.3s ease, color 0.3s ease;
|
|
1061
|
+
}
|
|
@@ -1133,4 +1133,45 @@ textarea.k-textbox:hover,
|
|
|
1133
1133
|
.k-scheduler-footer .k-icon,
|
|
1134
1134
|
.k-scheduler-toolbar .k-i-calendar {
|
|
1135
1135
|
color: var(--textColorPrimary40, #ffffff);
|
|
1136
|
-
}
|
|
1136
|
+
}
|
|
1137
|
+
|
|
1138
|
+
/*wizard*/
|
|
1139
|
+
.ctn-wizard .nav-wizard>li.active .step-circle, .ctn-wizard .nav-wizard>li.completed .step-circle {
|
|
1140
|
+
background-color: var(--colorDefault40, #f8f5f0);
|
|
1141
|
+
color: var(--textColorDefault40, #333333);
|
|
1142
|
+
}
|
|
1143
|
+
|
|
1144
|
+
.ctn-wizard .nav-wizard>li.active .step-circle::after {
|
|
1145
|
+
content: '';
|
|
1146
|
+
position: absolute;
|
|
1147
|
+
top: -7px;
|
|
1148
|
+
left: -7px;
|
|
1149
|
+
width: 50px;
|
|
1150
|
+
height: 50px;
|
|
1151
|
+
border-radius: 50%;
|
|
1152
|
+
border: 2px solid var(--textColorDefault40, #333333);
|
|
1153
|
+
z-index: -1;
|
|
1154
|
+
transition: border-color 0.3s ease;
|
|
1155
|
+
}
|
|
1156
|
+
|
|
1157
|
+
.ctn-wizard .step-circle {
|
|
1158
|
+
width: 40px;
|
|
1159
|
+
height: 40px;
|
|
1160
|
+
background-color: var(--textColorDefault40, #ffffff);
|
|
1161
|
+
color: var(--textColorDefault40, #333333);
|
|
1162
|
+
border-radius: 50%;
|
|
1163
|
+
border: 2px solid var(--colorDefault40, #f8f5f0);
|
|
1164
|
+
display: flex;
|
|
1165
|
+
align-items: center;
|
|
1166
|
+
justify-content: center;
|
|
1167
|
+
margin: 0 auto 5px auto;
|
|
1168
|
+
position: relative;
|
|
1169
|
+
z-index: 1;
|
|
1170
|
+
transition: background-color 0.3s ease, color 0.3s ease;
|
|
1171
|
+
}
|
|
1172
|
+
|
|
1173
|
+
.ctn-wizard .nav-wizard>li.active .step-title,
|
|
1174
|
+
.ctn-wizard .nav-wizard>li.completed .step-title {
|
|
1175
|
+
font-weight: bold;
|
|
1176
|
+
color: var(--textColorDefault40, #333333);
|
|
1177
|
+
}
|
|
@@ -1553,7 +1553,7 @@
|
|
|
1553
1553
|
<div class="component-holder ng-binding ng-scope col-xs-12 col-md-12 col-lg-12 col-sm-12" data-component="crn-social-login" id="crn-social-login-857451">
|
|
1554
1554
|
<ul class="list-inline center-block text-center">
|
|
1555
1555
|
<li data-container="true">
|
|
1556
|
-
<form action="/
|
|
1556
|
+
<form action="/oauth2/authorization/facebook" method="GET" id="facebook" class="ng-pristine ng-valid" data-role="validator" novalidate="novalidate">
|
|
1557
1557
|
<input type="hidden" name="scope" value="email,public_profile" autocomplete="off"> <a title="Facebook" role="button" onclick="document.getElementById('facebook').submit()">
|
|
1558
1558
|
<div class="component-holder ng-scope" data-component="crn-icon">
|
|
1559
1559
|
<i class="fa fa-2x fa-facebook font-size-theme color-theme" icon-size="font-size-theme" icon-theme="color-theme"></i>
|
|
@@ -1562,7 +1562,7 @@
|
|
|
1562
1562
|
</form>
|
|
1563
1563
|
</li>
|
|
1564
1564
|
<li data-container="true">
|
|
1565
|
-
<form action="/
|
|
1565
|
+
<form action="/oauth2/authorization/github" method="GET" id="github" class="ng-pristine ng-valid" data-role="validator" novalidate="novalidate">
|
|
1566
1566
|
<input type="hidden" name="scope" value="email,public_profile" autocomplete="off"> <a title="GitHub" role="button" onclick="document.getElementById('github').submit()">
|
|
1567
1567
|
<div class="component-holder ng-scope" data-component="crn-icon">
|
|
1568
1568
|
<i class="fa fa-2x fa-github-alt font-size-theme color-theme" icon-size="font-size-theme" icon-theme="color-theme"></i>
|
|
@@ -1571,7 +1571,7 @@
|
|
|
1571
1571
|
</form>
|
|
1572
1572
|
</li>
|
|
1573
1573
|
<li data-container="true">
|
|
1574
|
-
<form action="/
|
|
1574
|
+
<form action="/oauth2/authorization/linkedin" method="GET" id="linkedin" class="ng-pristine ng-valid" data-role="validator" novalidate="novalidate">
|
|
1575
1575
|
<input type="hidden" name="scope" value="r_emailaddress" autocomplete="off"> <a title="LinkedIn" role="button" onclick="document.getElementById('linkedin').submit()">
|
|
1576
1576
|
<div class="component-holder ng-scope" data-component="crn-icon">
|
|
1577
1577
|
<i class="fa fa-2x fa-linkedin-square font-size-theme color-theme" icon-size="font-size-theme" icon-theme="color-theme"></i>
|
|
@@ -1580,7 +1580,7 @@
|
|
|
1580
1580
|
</form>
|
|
1581
1581
|
</li>
|
|
1582
1582
|
<li data-container="true">
|
|
1583
|
-
<form action="/
|
|
1583
|
+
<form action="/oauth2/authorization/google" method="GET" id="google" class="ng-pristine ng-valid" data-role="validator" novalidate="novalidate">
|
|
1584
1584
|
<input type="hidden" name="scope" value="email" autocomplete="off"> <a title="Google" role="button" onclick="document.getElementById('google').submit()">
|
|
1585
1585
|
<div class="component-holder ng-scope" data-component="crn-icon">
|
|
1586
1586
|
<i class="fa fa-2x fa-google font-size-theme color-theme" icon-size="font-size-theme" icon-theme="color-theme"></i>
|
|
@@ -1589,7 +1589,7 @@
|
|
|
1589
1589
|
</form>
|
|
1590
1590
|
</li>
|
|
1591
1591
|
<li data-container="true">
|
|
1592
|
-
<form action="/
|
|
1592
|
+
<form action="/oauth2/authorization/cronapp" method="GET" id="cronapp" class="ng-pristine ng-valid" data-role="validator" novalidate="novalidate">
|
|
1593
1593
|
<input type="hidden" name="scope" value="email" autocomplete="off"> <a title="CronApp" role="button" onclick="document.getElementById('cronapp').submit()">
|
|
1594
1594
|
<div class="component-holder ng-scope" data-component="crn-icon">
|
|
1595
1595
|
<i class="fa fa-2x fa-cloud font-size-theme color-theme" icon-size="font-size-theme" icon-theme="color-theme"></i>
|
|
@@ -1817,4 +1817,4 @@
|
|
|
1817
1817
|
.k-slider-items li {
|
|
1818
1818
|
left: -7px;
|
|
1819
1819
|
}
|
|
1820
|
-
</style>
|
|
1820
|
+
</style>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<div class="form-group col-sm-12" ng-init="param=cloneElement(report.parameters[$index])" ng-show="isVisibleParam(param)"><label for="_field_">{{getDescription(report.parameters[$index])}}</label
|
|
1
|
+
<div class="form-group col-sm-12" ng-init="param=cloneElement(report.parameters[$index])" ng-show="isVisibleParam(param)"><label for="_field_">{{getDescription(report.parameters[$index])}}</label> <input type="checkbox" class="form-control input-sm" name="name" id="_field_" ng-model="report.parameters[$index].value"></div>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<div class="form-group col-sm-12" ng-init="param=cloneElement(report.parameters[$index])" ng-show="isVisibleParam(param)"><label for="_field_">{{getDescription(report.parameters[$index])}}</label
|
|
1
|
+
<div class="form-group col-sm-12" ng-init="param=cloneElement(report.parameters[$index])" ng-show="isVisibleParam(param)"><label for="_field_">{{getDescription(report.parameters[$index])}}</label> <input type="date" class="form-control input-sm" name="name" id="_field_" ng-model="report.parameters[$index].value" format-date></div>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<div class="form-group col-sm-12" ng-init="param=cloneElement(report.parameters[$index])" ng-show="isVisibleParam(param)"><label for="_field_">{{getDescription(report.parameters[$index])}}</label
|
|
1
|
+
<div class="form-group col-sm-12" ng-init="param=cloneElement(report.parameters[$index])" ng-show="isVisibleParam(param)"><label for="_field_">{{getDescription(report.parameters[$index])}}</label> <input type="number" min="1" step="any" class="form-control input-sm" name="name" id="_field_" ng-model="report.parameters[$index].value"></div>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<div class="form-group col-sm-12" ng-init="param=cloneElement(report.parameters[$index])" ng-show="isVisibleParam(param)"><label for="_field_">{{getDescription(report.parameters[$index])}}</label
|
|
1
|
+
<div class="form-group col-sm-12" ng-init="param=cloneElement(report.parameters[$index])" ng-show="isVisibleParam(param)"><label for="_field_">{{getDescription(report.parameters[$index])}}</label> <input type="number" min="1" step="any" class="form-control input-sm" name="name" id="_field_" ng-model="report.parameters[$index].value"></div>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<div class="form-group col-sm-12" ng-show="param=cloneElement(report.parameters[$index])" ng-show="isVisibleParam(param)"><label for="_field_">{{getDescription(report.parameters[$index])}}</label
|
|
1
|
+
<div class="form-group col-sm-12" ng-show="param=cloneElement(report.parameters[$index])" ng-show="isVisibleParam(param)"><label for="_field_">{{getDescription(report.parameters[$index])}}</label> <input type="number" class="form-control input-sm" name="name" id="_field_" ng-model="report.parameters[$index].value"></div>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<div class="form-group col-sm-12" ng-init="param=cloneElement(report.parameters[$index])" ng-show="isVisibleParam(param)"><label for="_field_">{{getDescription(report.parameters[$index])}}</label
|
|
1
|
+
<div class="form-group col-sm-12" ng-init="param=cloneElement(report.parameters[$index])" ng-show="isVisibleParam(param)"><label for="_field_">{{getDescription(report.parameters[$index])}}</label> <input type="number" class="form-control input-sm" name="name" id="_field_" ng-model="report.parameters[$index].value"></div>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<div class="form-group col-sm-12" ng-init="param=cloneElement(report.parameters[$index])" ng-show="isVisibleParam(param)"><label for="_field_">{{getDescription(report.parameters[$index])}}</label
|
|
1
|
+
<div class="form-group col-sm-12" ng-init="param=cloneElement(report.parameters[$index])" ng-show="isVisibleParam(param)"><label for="_field_">{{getDescription(report.parameters[$index])}}</label> <input type="text" class="form-control input-sm" name="name" id="_field_" ng-model="report.parameters[$index].value"></div>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<div class="modal fade" id="reportView" role="dialog"><div class="modal-dialog modal-lg" style="height: 90% !important"><div class="modal-content"><div class="modal-header"><h2 class="modal-title">{{reportTitle}}</h2></div><div class="modal-body"></div><div class="modal-footer" style="padding: 5px"><button type="button" class="btn btn-default" data-dismiss="modal">{{ 'Close' | translate }}</button></div></div></div></div>
|
|
1
|
+
<div class="modal fade" id="reportView" role="dialog"><div class="modal-dialog modal-lg" style="height: 90% !important;"><div class="modal-content"><div class="modal-header"><h2 class="modal-title">{{reportTitle}}</h2></div><div class="modal-body"></div><div class="modal-footer" style="padding: 5px"><button type="button" class="btn btn-default" data-dismiss="modal">{{ 'Close' | translate }}</button></div></div></div></div>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<a href="" class="cron-link color-default text-left col-
|
|
1
|
+
<a href="" class="cron-link color-default text-left col-lg-2 col-md-1 col-sm-12 col-xs-12" target="_self" data-replace="true" link-theme="color-default">Link</a>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<div class="carousel slide" data-ride="carousel" id="carousel-${RANDOM}"><div class="carousel-inner" role="listbox"><div class="item active" data-component="crn-carousel-item" id="crn-carousel-item-1"><img data-component="crn-image" alt="First Slide" style="margin: 0 auto; object-fit: cover" xattr-position="" object-fit="object-fit: cover;" src="node_modules/cronapp-framework-js/img/placehold-900x500.png"><div class="carousel-caption"><h1 data-component="crn-title" class="text-center" title-position="text-center">First Slide</h1><h2 data-component="crn-subtitle" class="text-center" subtitle-position="text-center">Subtitle</h2></div></div><div class="item" data-component="crn-carousel-item" id="crn-carousel-item-2"><img data-component="crn-image" alt="First Slide" style="margin: 0 auto; object-fit: cover" xattr-position="" object-fit="object-fit: cover;" src="node_modules/cronapp-framework-js/img/placehold-900x500.png"><div class="carousel-caption"><h1 data-component="crn-title" class="text-center" title-position="text-center">Second Slide</h1><h2 data-component="crn-subtitle" class="text-center" subtitle-position="text-center">Subtitle</h2></div></div><div class="item" data-component="crn-carousel-item" id="crn-carousel-item-3"><img data-component="crn-image" alt="First Slide" style="margin: 0 auto; object-fit: cover" xattr-position="" object-fit="object-fit: cover;" src="node_modules/cronapp-framework-js/img/placehold-900x500.png"><div class="carousel-caption"><h1 data-component="crn-title" class="text-center" title-position="text-center">Third Slide</h1><h2 data-component="crn-subtitle" class="text-center" subtitle-position="text-center">Subtitle</h2></div></div></div><ol class="carousel-indicators" id="carousel-indicators"><li class="active"></li><li></li><li></li></ol><a style="width: 100px" href="#carousel-${RANDOM}" class="left carousel-control" role="button" data-slide="prev"><span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span> <span class="sr-only">Previous</span> </a><a href="#carousel-${RANDOM}" class="right carousel-control" role="button" data-slide="next"><span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span> <span class="sr-only">Next</span></a></div>
|
|
1
|
+
<div class="carousel slide" data-ride="carousel" id="carousel-${RANDOM}"><div class="carousel-inner" role="listbox"><div class="item active" data-component="crn-carousel-item" id="crn-carousel-item-1"><img data-component="crn-image" alt="First Slide" style="margin: 0 auto; object-fit: cover;" xattr-position="" object-fit="object-fit: cover;" src="node_modules/cronapp-framework-js/img/placehold-900x500.png"><div class="carousel-caption"><h1 data-component="crn-title" class="text-center" title-position="text-center">First Slide</h1><h2 data-component="crn-subtitle" class="text-center" subtitle-position="text-center">Subtitle</h2></div></div><div class="item" data-component="crn-carousel-item" id="crn-carousel-item-2"><img data-component="crn-image" alt="First Slide" style="margin: 0 auto; object-fit: cover;" xattr-position="" object-fit="object-fit: cover;" src="node_modules/cronapp-framework-js/img/placehold-900x500.png"><div class="carousel-caption"><h1 data-component="crn-title" class="text-center" title-position="text-center">Second Slide</h1><h2 data-component="crn-subtitle" class="text-center" subtitle-position="text-center">Subtitle</h2></div></div><div class="item" data-component="crn-carousel-item" id="crn-carousel-item-3"><img data-component="crn-image" alt="First Slide" style="margin: 0 auto; object-fit: cover;" xattr-position="" object-fit="object-fit: cover;" src="node_modules/cronapp-framework-js/img/placehold-900x500.png"><div class="carousel-caption"><h1 data-component="crn-title" class="text-center" title-position="text-center">Third Slide</h1><h2 data-component="crn-subtitle" class="text-center" subtitle-position="text-center">Subtitle</h2></div></div></div><ol class="carousel-indicators" id="carousel-indicators"><li class="active"></li><li></li><li></li></ol><a style="width: 100px;" href="#carousel-${RANDOM}" class="left carousel-control" role="button" data-slide="prev"><span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span> <span class="sr-only">Previous</span> </a><a href="#carousel-${RANDOM}" class="right carousel-control" role="button" data-slide="next"><span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span> <span class="sr-only">Next</span></a></div>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<div class="item" id="${COMPONENTID}"><img data-component="crn-image" alt="First Slide" style="margin: 0 auto; object-fit: cover" xattr-position="" object-fit="object-fit: cover;" src="node_modules/cronapp-framework-js/img/placehold-900x500.png"><div class="carousel-caption"><h1 data-component="crn-title" class="text-center" title-position="text-center">New Slide</h1><h2 data-component="crn-subtitle" class="text-center" subtitle-position="text-center">Subtitle</h2></div></div>
|
|
1
|
+
<div class="item" id="${COMPONENTID}"><img data-component="crn-image" alt="First Slide" style="margin: 0 auto; object-fit: cover;" xattr-position="" object-fit="object-fit: cover;" src="node_modules/cronapp-framework-js/img/placehold-900x500.png"><div class="carousel-caption"><h1 data-component="crn-title" class="text-center" title-position="text-center">New Slide</h1><h2 data-component="crn-subtitle" class="text-center" subtitle-position="text-center">Subtitle</h2></div></div>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<div class="crn-signature-pad" style="background-color: rgb(241, 238, 238); height: 100%; min-height: 200px"><div class="component-holder ng-scope col-md-2" style="bottom: 0; position: absolute" data-component="crn-button"><button class="btn k-button btn-warning" ng-click="" xattr-fullsize="" xattr-theme="btn-warning" xattr-disabled=""><i class="glyphicon glyphicon-erase" icon-theme=""></i> <span class="" text-theme="">{{'clear'|translate}}</span></button></div></div>
|
|
1
|
+
<div class="crn-signature-pad" style="background-color: rgb(241, 238, 238); height: 100%; min-height: 200px;"><div class="component-holder ng-scope col-md-2" style="bottom: 0; position: absolute;" data-component="crn-button"><button class="btn k-button btn-warning" ng-click="" xattr-fullsize="" xattr-theme="btn-warning" xattr-disabled=""><i class="glyphicon glyphicon-erase" icon-theme=""></i> <span class="" text-theme="">{{'clear'|translate}}</span></button></div></div>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<ul class="list" list-type="list-style-type:disc;" style="list-style-type:disc"><li data-component="crn-list-item" data-replace="true">Item</li><li data-component="crn-list-item" data-replace="true">Item</li><li data-component="crn-list-item" data-replace="true">Item</li></ul>
|
|
1
|
+
<ul class="list" list-type="list-style-type:disc;" style="list-style-type:disc;"><li data-component="crn-list-item" data-replace="true">Item</li><li data-component="crn-list-item" data-replace="true">Item</li><li data-component="crn-list-item" data-replace="true">Item</li></ul>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<div><ul class="sub-list" list-type="list-style-type:disc;" style="list-style-type:disc"><li data-component="crn-list-item" data-replace="true">Item</li><li data-component="crn-list-item" data-replace="true">Item</li><li data-component="crn-list-item" data-replace="true">Item</li></ul></div>
|
|
1
|
+
<div><ul class="sub-list" list-type="list-style-type:disc;" style="list-style-type:disc;"><li data-component="crn-list-item" data-replace="true">Item</li><li data-component="crn-list-item" data-replace="true">Item</li><li data-component="crn-list-item" data-replace="true">Item</li></ul></div>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<div><span tabindex="-1" role="presentation" class="k-widget k-autocomplete cronAutoComplete k-autocomplete-clearable k-state-default" style="width: 100
|
|
1
|
+
<div><span tabindex="-1" role="presentation" class="k-widget k-autocomplete cronAutoComplete k-autocomplete-clearable k-state-default" style="width: 100%;"><input style="" id="cron-crn-enterprise-autocomplete-169514" required="" class="cronAutoComplete k-input" placeholder="Select an item" type="text" autocomplete="off"> <span unselectable="on" class="k-icon k-clear-value k-i-close" title="clear" role="button" tabindex="-1"></span></span></div>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<div class="form-group checkbox-default" checkbox-theme="checkbox-default"><input type="checkbox" id="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"
|
|
1
|
+
<div class="form-group checkbox-default" checkbox-theme="checkbox-default"><input type="checkbox" id="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="checkbox${RANDOM}">Label</label></div>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<span unselectable="on" class="k-dropdown-wrap k-state-default"><span unselectable="on" class="k-input"></span> <span unselectable="on" class="k-select" aria-label="select"><span class="k-icon k-i-arrow-60-down"></span
|
|
1
|
+
<span unselectable="on" class="k-dropdown-wrap k-state-default"><span unselectable="on" class="k-input"></span> <span unselectable="on" class="k-select" aria-label="select"><span class="k-icon k-i-arrow-60-down"></span></span></span>
|
|
@@ -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
|
|
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"><div class="component-holder ng-scope" data-component="crn-button" id="crn-button-startInserting"><button class="btn k-button btn-block btn-default btn-fab" ng-click="datasource.startInserting()" aria-label="{{'StartInserting' | translate}}" xattr-fullsize="btn-block" xattr-theme="btn-default" xattr-disabled=""><i class="glyphicon glyphicon-plus" icon-theme=""></i></button></div><div class="component-holder ng-scope" data-component="crn-button" id="crn-button-startEditing"><button class="btn k-button btn-block btn-default btn-fab" ng-click="datasource.startEditing()" aria-label="{{'startEditing' | translate}}" xattr-fullsize="btn-block" xattr-theme="btn-default" xattr-disabled=""><i class="glyphicon glyphicon-pencil" icon-theme=""></i></button></div><div class="component-holder ng-scope" data-component="crn-button" id="crn-button-previous"><button class="btn k-button btn-block btn-default btn-fab" ng-click="datasource.previous()" ng-disabled="!datasource.hasPrevious()" aria-label="{{'Before' | translate}}" xattr-fullsize="btn-block" xattr-theme="btn-default" xattr-disabled=""><i class="glyphicon glyphicon-chevron-left" icon-theme=""></i></button></div><div class="component-holder ng-scope" data-component="crn-button" id="crn-button-next"><button class="btn k-button btn-block btn-default btn-fab" ng-click="datasource.next()" ng-disabled="!datasource.hasNext()" aria-label="{{'Next' | translate}}" xattr-fullsize="btn-block" xattr-theme="btn-default" xattr-disabled=""><i class="glyphicon glyphicon-chevron-right" icon-theme=""></i></button></div><div class="component-holder ng-scope" data-component="crn-button" id="crn-button-remove"><button class="btn k-button btn-block btn-danger btn-fab" ng-click="datasource.remove()" aria-label="{{'Remove' | translate}}" xattr-fullsize="btn-block" xattr-theme="btn-danger" xattr-disabled=""><i class="glyphicon glyphicon-remove" icon-theme=""></i></button></div></div><div class="active-bar" ng-hide="!datasource.editing && !datasource.inserting"><div class="component-holder ng-scope" data-component="crn-button" id="btn_crud_post_${RANDOM}"><button class="btn k-button btn-block btn-default btn-fab" ng-click="datasource.post()" aria-label="{{'SaveChanges' | translate}}" xattr-fullsize="btn-block" xattr-theme="btn-default" xattr-disabled=""><i class="glyphicon glyphicon-ok" icon-theme=""></i></button></div><div class="component-holder ng-scope" data-component="crn-button" id="btn_crud_cancel_${RANDOM}"><button class="btn k-button btn-block btn-danger btn-fab" ng-click="datasource.cancel()" aria-label="{{'CancelChanges' | translate}}" xattr-fullsize="btn-block" xattr-theme="btn-danger" xattr-disabled=""><i class="glyphicon glyphicon-ban-circle" icon-theme=""></i></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 && !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="stiJsViewerMainPanel" style="overflow: visible; width: 100%; height: 100%; z-index: 2; position: relative; box-sizing: border-box"><div ng-if="attrs.options.showToolbar" class="stiJsViewerToolBar" style="background: #b2b2b2"><table class="stiJsViewerToolBarTable" cellpadding="0" cellspacing="0" style="margin: 0px; box-sizing: border-box; background: transparent; border-color: transparent"><tbody><tr class="stiJsViewerClearAllStyles"><td class="stiJsViewerClearAllStyles" style="width: 100%"><table class="stiJsViewerClearAllStyles" cellpadding="0" cellspacing="0" align="Default"><tbody><tr class="stiJsViewerClearAllStyles"><td class="stiJsViewerClearAllStyles"><div class="stiJsViewerStandartSmallButton stiJsViewerStandartSmallButtonSelected" style="font-family: Arial; height: 23px; box-sizing: content-box; margin: 2px 1px 2px 2px; display: none; border-radius: 0px; background: rgb(52, 152, 219); color: white"><table class="stiJsViewerClearAllStyles" cellpadding="0" cellspacing="0" style="height: 100%; width: 100%"><tbody><tr class="stiJsViewerClearAllStyles"><td class="stiJsViewerClearAllStyles" style="padding: 1px 5px 0px; white-space: nowrap; text-align: left">Dashboard1</td></tr></tbody></table></div></td></tr></tbody></table></td><td class="stiJsViewerClearAllStyles"><table class="stiJsViewerClearAllStyles" cellpadding="0" cellspacing="0" style="margin-right: 2px"><tbody><tr class="stiJsViewerClearAllStyles"><td class="stiJsViewerClearAllStyles"><div class="stiJsViewerStandartSmallButton stiJsViewerStandartSmallButtonDefault" style="font-family: Arial; height: 23px; box-sizing: content-box; margin: 2px 0px 2px 2px; border-radius: 0px; background: rgb(243, 243, 243); color: dimgray"><table class="stiJsViewerClearAllStyles" cellpadding="0" cellspacing="0" style="height: 100%; width: 100%"><tbody><tr class="stiJsViewerClearAllStyles"><td class="stiJsViewerClearAllStyles" style="line-height: 0; text-align: center; padding: 0px 3px"><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozODM2Y2FkNi01ODgzLTYwNDAtODVmNS05ZGNhMzIwMDdkZDUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTFEMzM0MDVFMDVGMTFFOUJFNTFFMUM2QjNFQTUyNjciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTFEMzM0MDRFMDVGMTFFOUJFNTFFMUM2QjNFQTUyNjciIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MzM3NTBjYWQtMjhkYy1iODRmLTg2MmYtYjA3YmRlODA0M2ZjIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6MGU1MWJmYjEtMjVlMy0xMDRiLWJlOTMtOGY0MTkxODAyMDc1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+E147rQAAAQ1JREFUeNpi/P//PwMlgIVYhX7NO38BqdtAvBiIJ2yqdf8BEmciwTIuIE4BYnMg3gU0kA0kyAjyApCD1R9AWxixuAQktg6IjwLle5iQFHICcTkQXwPiP7icAVQLsqwdiGPgXgCaygGk9gKxFRDHQg3DBy4CsQZyGBQA8XsgDgTacA6I/6A5G92L/9FjIRKIc6HOIwboA/EtZBeoAvElIqMTFF5VQLwKbzpAjwGgRmYgpQ3E9UAsDsS9yC64A8Q6BCz/CbUV5FJnoAXfkQ1YDsSlUOfhAiAXqANxAxB/gwUsLCGBonEfED8H4iYgvgK04S8xYQJLSKB07QTEZ4B4BdS5RAFGSnMjEwOFACDAAAjbWVMzb+6PAAAAAElFTkSuQmCC" alt="" style="width: 16px; height: 16px"></td></tr></tbody></table></div></td><td class="stiJsViewerClearAllStyles"><div class="stiJsViewerStandartSmallButton stiJsViewerStandartSmallButtonDefault" style="font-family: Arial; height: 23px; box-sizing: content-box; margin: 2px 0px 2px 2px; display: none; border-radius: 0px; background: rgb(243, 243, 243); color: dimgray"><table class="stiJsViewerClearAllStyles" cellpadding="0" cellspacing="0" style="height: 100%; width: 100%"><tbody><tr class="stiJsViewerClearAllStyles"><td class="stiJsViewerClearAllStyles" style="line-height: 0; text-align: center; padding: 0px 3px"><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAADDSURBVHjaYvz//z8DNtDd3d0ApOqh3MbS0tIGrApBBqDjrq6uBiD+j8T/DxLDppYR5gKgjdidggMAXcQIopnQBInRiMJnIaSAEGBioBCw4JK4eP8tQ+eaiwxffvxmcDeSYcj21ibNBXeef2IoD9FnmJVjx3D02kuGF++/k+aCYCtFuEH6SsIMEoKcpIcBSPO0rVcZyoP1yQvEo9deMFhrSZAXiCAQ76xGWTSuPXafYSrQC2S7ABaQ9EtIwAxFsgEAAQYAAG9oJmBEJawAAAAASUVORK5CYII=" alt="" style="width: 16px; height: 16px"></td></tr></tbody></table></div></td><td class="stiJsViewerClearAllStyles"><div class="stiJsViewerStandartSmallButton stiJsViewerStandartSmallButtonDefault" style="font-family: Arial; height: 23px; box-sizing: content-box; margin: 2px 0px 2px 2px; border-radius: 0px; background: rgb(243, 243, 243); color: dimgray"><table class="stiJsViewerClearAllStyles" cellpadding="0" cellspacing="0" style="height: 100%; width: 100%"><tbody><tr class="stiJsViewerClearAllStyles"><td class="stiJsViewerClearAllStyles" style="line-height: 0; text-align: center; padding: 0px 3px"><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozODM2Y2FkNi01ODgzLTYwNDAtODVmNS05ZGNhMzIwMDdkZDUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODcwQzEyNUVFMDVGMTFFOUEyRTdFRDBFOTM2MjZENTAiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODcwQzEyNURFMDVGMTFFOUEyRTdFRDBFOTM2MjZENTAiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MzM3NTBjYWQtMjhkYy1iODRmLTg2MmYtYjA3YmRlODA0M2ZjIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6MGU1MWJmYjEtMjVlMy0xMDRiLWJlOTMtOGY0MTkxODAyMDc1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+LVF9AAAAAP5JREFUeNpi/P//PwMlgIUYRX7NOyWB1GQgDoYKrQWxN9W6M7IQadEsIPYBYiEgBjn5PYoLKisre4BUNhBzAHFDe3t7I5oBIM0cQBt/Al2D4mdGUBgADfgNZIsCsQAQ7wfiBVgMwQpgBvwHamCEukYBaogCDj2oLgQZUFFR8R9Ek4NRAhFouwWQOk5CLJ5Aj4VMII4HOnERIZ1AyxYCqb1MUP4XoAAoriOAeAURmkFqXUFqYQYsB+JUIO4A2v6LCKeD1M4GqYV5YT40dRkTYTsbkKqGxRLMBcog/wBNfE6E7SBvroKphbkAlAotgKbHEBn6ligJiRLAxEAhAAgwABFNgCawBuwfAAAAAElFTkSuQmCC" alt="" style="width: 16px; height: 16px"></td></tr></tbody></table></div></td><td class="stiJsViewerClearAllStyles"><div class="stiJsViewerStandartSmallButton stiJsViewerStandartSmallButtonDefault" style="font-family: Arial; height: 23px; box-sizing: content-box; margin: 2px 0px 2px 2px; border-radius: 0px; background: rgb(243, 243, 243); color: dimgray"><table class="stiJsViewerClearAllStyles" cellpadding="0" cellspacing="0" style="height: 100%; width: 100%"><tbody><tr class="stiJsViewerClearAllStyles"><td class="stiJsViewerClearAllStyles" style="line-height: 0; text-align: center; padding: 0px 3px"><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozODM2Y2FkNi01ODgzLTYwNDAtODVmNS05ZGNhMzIwMDdkZDUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDYzNTMzMjdFMDVFMTFFOThGQkZCQjQ5NDgwMzcwQzkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDYzNTMzMjZFMDVFMTFFOThGQkZCQjQ5NDgwMzcwQzkiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MzM3NTBjYWQtMjhkYy1iODRmLTg2MmYtYjA3YmRlODA0M2ZjIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6MGU1MWJmYjEtMjVlMy0xMDRiLWJlOTMtOGY0MTkxODAyMDc1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+bXqQggAAAH5JREFUeNpirKioYMAHrnI54JVngdL/cSnQ/nYAZhAjFnWMTMgcbBikEaoZpqYB2QQmBtJAPdSARnIMQNbcQKoB2DQzkmIAhs3AwP2PHAuEACOhaMQZlUCbGPFFMQsBW/4Tchqp0TgIDWAhwr//iTGAkVwXMP7//58iLwAEGADAJh8afoZWeQAAAABJRU5ErkJggg==" alt="" style="width: 16px; height: 16px"></td><td class="stiJsViewerClearAllStyles" style="padding: 1px 5px 0px 0px; white-space: nowrap; text-align: left; display: none">Fechar</td></tr></tbody></table></div></td><td class="stiJsViewerClearAllStyles"><div class="stiJsViewerStandartSmallButton stiJsViewerStandartSmallButtonDefault" style="font-family: Arial; height: 23px; box-sizing: content-box; margin: 2px 0px 2px 2px; border-radius: 0px; background: rgb(243, 243, 243); color: dimgray"><table class="stiJsViewerClearAllStyles" cellpadding="0" cellspacing="0" style="height: 100%; width: 100%"><tbody><tr class="stiJsViewerClearAllStyles"><td class="stiJsViewerClearAllStyles" style="line-height: 0; text-align: center; padding: 0px 3px"><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozODM2Y2FkNi01ODgzLTYwNDAtODVmNS05ZGNhMzIwMDdkZDUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RUE2M0REODRFMDVGMTFFOUI5NTBEMkVEQjQwNjE2QzciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RUE2M0REODNFMDVGMTFFOUI5NTBEMkVEQjQwNjE2QzciIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MzM3NTBjYWQtMjhkYy1iODRmLTg2MmYtYjA3YmRlODA0M2ZjIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6MGU1MWJmYjEtMjVlMy0xMDRiLWJlOTMtOGY0MTkxODAyMDc1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Vl7pZQAAAHZJREFUeNpirKioYKAEsEDp/2TqZ2RB5pCoGWwpEwOFgAWf5FUuBzhb+9sBrGqYiHUqLkCxF6gaBuhOZSTGKywkRCFWNYz//2Ma7Ne8E91muOZNte5Eh0E9AT7BdNCI5O//uLzARKS/GSmJRrwBjDUQSQEAAQYAgz8XDazpKF4AAAAASUVORK5CYII=" alt="" style="width: 16px; height: 16px"></td></tr></tbody></table></div></td></tr></tbody></table></td></tr></tbody></table></div><div style="padding-top: 2px"><!--separador--><div id="StiViewerf40eReportPanel" class="stiJsViewerReportPanel" style="text-align: center; bottom: 0px; position: relative; margin-top: 0px; overflow: auto; z-index: 1; bottom: 0; right: 0;left: 0;min-height: 100px; {{attrs.options.height ? 'height:' + attrs.options.height + 'px;' : '' }} {{attrs.options.showScrollbar ? 'overflow: auto;' : 'overflow: hidden;' }}"><div class="stiJsViewerPageShadow" style="overflow: hidden; margin: 10px; display: inline-block; text-align: left; vertical-align: top; padding: 39px; border: 1px solid gray; color: rgb(0, 0, 0); background: white; box-sizing: content-box; height: 643px"><table cellspacing="0" cellpadding="0" border="0" style="border-width:0px;width:718px;border-collapse:collapse"><tbody><tr style="height: 643px"><td style="border:0px;height:643px;width:718px"></td></tr><tr style="height:1px"><td style="border:0px;height:1px;width:718px"></td></tr></tbody></table></div></div></div>
|
|
1
|
+
<div class="stiJsViewerMainPanel" style="overflow: visible; width: 100%; height: 100%; z-index: 2; position: relative; box-sizing: border-box;"><div ng-if="attrs.options.showToolbar" class="stiJsViewerToolBar" style="background: #b2b2b2;"><table class="stiJsViewerToolBarTable" cellpadding="0" cellspacing="0" style="margin: 0px; box-sizing: border-box; background: transparent; border-color: transparent;"><tbody><tr class="stiJsViewerClearAllStyles"><td class="stiJsViewerClearAllStyles" style="width: 100%;"><table class="stiJsViewerClearAllStyles" cellpadding="0" cellspacing="0" align="Default"><tbody><tr class="stiJsViewerClearAllStyles"><td class="stiJsViewerClearAllStyles"><div class="stiJsViewerStandartSmallButton stiJsViewerStandartSmallButtonSelected" style="font-family: Arial; height: 23px; box-sizing: content-box; margin: 2px 1px 2px 2px; display: none; border-radius: 0px; background: rgb(52, 152, 219); color: white;"><table class="stiJsViewerClearAllStyles" cellpadding="0" cellspacing="0" style="height: 100%; width: 100%;"><tbody><tr class="stiJsViewerClearAllStyles"><td class="stiJsViewerClearAllStyles" style="padding: 1px 5px 0px; white-space: nowrap; text-align: left;">Dashboard1</td></tr></tbody></table></div></td></tr></tbody></table></td><td class="stiJsViewerClearAllStyles"><table class="stiJsViewerClearAllStyles" cellpadding="0" cellspacing="0" style="margin-right: 2px;"><tbody><tr class="stiJsViewerClearAllStyles"><td class="stiJsViewerClearAllStyles"><div class="stiJsViewerStandartSmallButton stiJsViewerStandartSmallButtonDefault" style="font-family: Arial; height: 23px; box-sizing: content-box; margin: 2px 0px 2px 2px; border-radius: 0px; background: rgb(243, 243, 243); color: dimgray;"><table class="stiJsViewerClearAllStyles" cellpadding="0" cellspacing="0" style="height: 100%; width: 100%;"><tbody><tr class="stiJsViewerClearAllStyles"><td class="stiJsViewerClearAllStyles" style="line-height: 0; text-align: center; padding: 0px 3px;"><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozODM2Y2FkNi01ODgzLTYwNDAtODVmNS05ZGNhMzIwMDdkZDUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTFEMzM0MDVFMDVGMTFFOUJFNTFFMUM2QjNFQTUyNjciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTFEMzM0MDRFMDVGMTFFOUJFNTFFMUM2QjNFQTUyNjciIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MzM3NTBjYWQtMjhkYy1iODRmLTg2MmYtYjA3YmRlODA0M2ZjIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6MGU1MWJmYjEtMjVlMy0xMDRiLWJlOTMtOGY0MTkxODAyMDc1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+E147rQAAAQ1JREFUeNpi/P//PwMlgIVYhX7NO38BqdtAvBiIJ2yqdf8BEmciwTIuIE4BYnMg3gU0kA0kyAjyApCD1R9AWxixuAQktg6IjwLle5iQFHICcTkQXwPiP7icAVQLsqwdiGPgXgCaygGk9gKxFRDHQg3DBy4CsQZyGBQA8XsgDgTacA6I/6A5G92L/9FjIRKIc6HOIwboA/EtZBeoAvElIqMTFF5VQLwKbzpAjwGgRmYgpQ3E9UAsDsS9yC64A8Q6BCz/CbUV5FJnoAXfkQ1YDsSlUOfhAiAXqANxAxB/gwUsLCGBonEfED8H4iYgvgK04S8xYQJLSKB07QTEZ4B4BdS5RAFGSnMjEwOFACDAAAjbWVMzb+6PAAAAAElFTkSuQmCC" alt="" style="width: 16px; height: 16px;"></td></tr></tbody></table></div></td><td class="stiJsViewerClearAllStyles"><div class="stiJsViewerStandartSmallButton stiJsViewerStandartSmallButtonDefault" style="font-family: Arial; height: 23px; box-sizing: content-box; margin: 2px 0px 2px 2px; display: none; border-radius: 0px; background: rgb(243, 243, 243); color: dimgray;"><table class="stiJsViewerClearAllStyles" cellpadding="0" cellspacing="0" style="height: 100%; width: 100%;"><tbody><tr class="stiJsViewerClearAllStyles"><td class="stiJsViewerClearAllStyles" style="line-height: 0; text-align: center; padding: 0px 3px;"><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAADDSURBVHjaYvz//z8DNtDd3d0ApOqh3MbS0tIGrApBBqDjrq6uBiD+j8T/DxLDppYR5gKgjdidggMAXcQIopnQBInRiMJnIaSAEGBioBCw4JK4eP8tQ+eaiwxffvxmcDeSYcj21ibNBXeef2IoD9FnmJVjx3D02kuGF++/k+aCYCtFuEH6SsIMEoKcpIcBSPO0rVcZyoP1yQvEo9deMFhrSZAXiCAQ76xGWTSuPXafYSrQC2S7ABaQ9EtIwAxFsgEAAQYAAG9oJmBEJawAAAAASUVORK5CYII=" alt="" style="width: 16px; height: 16px;"></td></tr></tbody></table></div></td><td class="stiJsViewerClearAllStyles"><div class="stiJsViewerStandartSmallButton stiJsViewerStandartSmallButtonDefault" style="font-family: Arial; height: 23px; box-sizing: content-box; margin: 2px 0px 2px 2px; border-radius: 0px; background: rgb(243, 243, 243); color: dimgray;"><table class="stiJsViewerClearAllStyles" cellpadding="0" cellspacing="0" style="height: 100%; width: 100%;"><tbody><tr class="stiJsViewerClearAllStyles"><td class="stiJsViewerClearAllStyles" style="line-height: 0; text-align: center; padding: 0px 3px;"><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozODM2Y2FkNi01ODgzLTYwNDAtODVmNS05ZGNhMzIwMDdkZDUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODcwQzEyNUVFMDVGMTFFOUEyRTdFRDBFOTM2MjZENTAiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODcwQzEyNURFMDVGMTFFOUEyRTdFRDBFOTM2MjZENTAiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MzM3NTBjYWQtMjhkYy1iODRmLTg2MmYtYjA3YmRlODA0M2ZjIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6MGU1MWJmYjEtMjVlMy0xMDRiLWJlOTMtOGY0MTkxODAyMDc1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+LVF9AAAAAP5JREFUeNpi/P//PwMlgIUYRX7NOyWB1GQgDoYKrQWxN9W6M7IQadEsIPYBYiEgBjn5PYoLKisre4BUNhBzAHFDe3t7I5oBIM0cQBt/Al2D4mdGUBgADfgNZIsCsQAQ7wfiBVgMwQpgBvwHamCEukYBaogCDj2oLgQZUFFR8R9Ek4NRAhFouwWQOk5CLJ5Aj4VMII4HOnERIZ1AyxYCqb1MUP4XoAAoriOAeAURmkFqXUFqYQYsB+JUIO4A2v6LCKeD1M4GqYV5YT40dRkTYTsbkKqGxRLMBcog/wBNfE6E7SBvroKphbkAlAotgKbHEBn6ligJiRLAxEAhAAgwABFNgCawBuwfAAAAAElFTkSuQmCC" alt="" style="width: 16px; height: 16px;"></td></tr></tbody></table></div></td><td class="stiJsViewerClearAllStyles"><div class="stiJsViewerStandartSmallButton stiJsViewerStandartSmallButtonDefault" style="font-family: Arial; height: 23px; box-sizing: content-box; margin: 2px 0px 2px 2px; border-radius: 0px; background: rgb(243, 243, 243); color: dimgray;"><table class="stiJsViewerClearAllStyles" cellpadding="0" cellspacing="0" style="height: 100%; width: 100%;"><tbody><tr class="stiJsViewerClearAllStyles"><td class="stiJsViewerClearAllStyles" style="line-height: 0; text-align: center; padding: 0px 3px;"><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozODM2Y2FkNi01ODgzLTYwNDAtODVmNS05ZGNhMzIwMDdkZDUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDYzNTMzMjdFMDVFMTFFOThGQkZCQjQ5NDgwMzcwQzkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDYzNTMzMjZFMDVFMTFFOThGQkZCQjQ5NDgwMzcwQzkiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MzM3NTBjYWQtMjhkYy1iODRmLTg2MmYtYjA3YmRlODA0M2ZjIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6MGU1MWJmYjEtMjVlMy0xMDRiLWJlOTMtOGY0MTkxODAyMDc1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+bXqQggAAAH5JREFUeNpirKioYMAHrnI54JVngdL/cSnQ/nYAZhAjFnWMTMgcbBikEaoZpqYB2QQmBtJAPdSARnIMQNbcQKoB2DQzkmIAhs3AwP2PHAuEACOhaMQZlUCbGPFFMQsBW/4Tchqp0TgIDWAhwr//iTGAkVwXMP7//58iLwAEGADAJh8afoZWeQAAAABJRU5ErkJggg==" alt="" style="width: 16px; height: 16px;"></td><td class="stiJsViewerClearAllStyles" style="padding: 1px 5px 0px 0px; white-space: nowrap; text-align: left; display: none;">Fechar</td></tr></tbody></table></div></td><td class="stiJsViewerClearAllStyles"><div class="stiJsViewerStandartSmallButton stiJsViewerStandartSmallButtonDefault" style="font-family: Arial; height: 23px; box-sizing: content-box; margin: 2px 0px 2px 2px; border-radius: 0px; background: rgb(243, 243, 243); color: dimgray;"><table class="stiJsViewerClearAllStyles" cellpadding="0" cellspacing="0" style="height: 100%; width: 100%;"><tbody><tr class="stiJsViewerClearAllStyles"><td class="stiJsViewerClearAllStyles" style="line-height: 0; text-align: center; padding: 0px 3px;"><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozODM2Y2FkNi01ODgzLTYwNDAtODVmNS05ZGNhMzIwMDdkZDUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RUE2M0REODRFMDVGMTFFOUI5NTBEMkVEQjQwNjE2QzciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RUE2M0REODNFMDVGMTFFOUI5NTBEMkVEQjQwNjE2QzciIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MzM3NTBjYWQtMjhkYy1iODRmLTg2MmYtYjA3YmRlODA0M2ZjIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6MGU1MWJmYjEtMjVlMy0xMDRiLWJlOTMtOGY0MTkxODAyMDc1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Vl7pZQAAAHZJREFUeNpirKioYKAEsEDp/2TqZ2RB5pCoGWwpEwOFgAWf5FUuBzhb+9sBrGqYiHUqLkCxF6gaBuhOZSTGKywkRCFWNYz//2Ma7Ne8E91muOZNte5Eh0E9AT7BdNCI5O//uLzARKS/GSmJRrwBjDUQSQEAAQYAgz8XDazpKF4AAAAASUVORK5CYII=" alt="" style="width: 16px; height: 16px;"></td></tr></tbody></table></div></td></tr></tbody></table></td></tr></tbody></table></div><div style="padding-top: 2px;"><!--separador--><div id="StiViewerf40eReportPanel" class="stiJsViewerReportPanel" style="text-align: center; bottom: 0px; position: relative; margin-top: 0px; overflow: auto; z-index: 1; bottom: 0; right: 0;left: 0;min-height: 100px; {{attrs.options.height ? 'height:' + attrs.options.height + 'px;' : '' }} {{attrs.options.showScrollbar ? 'overflow: auto;' : 'overflow: hidden;' }}"><div class="stiJsViewerPageShadow" style="overflow: hidden; margin: 10px; display: inline-block; text-align: left; vertical-align: top; padding: 39px; border: 1px solid gray; color: rgb(0, 0, 0); background: white; box-sizing: content-box; height: 643px;"><table cellspacing="0" cellpadding="0" border="0" style="border-width:0px;width:718px;border-collapse:collapse;"><tbody><tr style="height: 643px;"><td style="border:0px;height:643px;width:718px;"></td></tr><tr style="height:1px;"><td style="border:0px;height:1px;width:718px;"></td></tr></tbody></table></div></div></div>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<span unselectable="on" class="k-dropdown-wrap k-state-default"><span unselectable="on" class="k-input"></span> <span unselectable="on" class="k-select" aria-label="select"><span class="k-icon k-i-arrow-60-down"></span
|
|
1
|
+
<span unselectable="on" class="k-dropdown-wrap k-state-default"><span unselectable="on" class="k-input"></span> <span unselectable="on" class="k-select" aria-label="select"><span class="k-icon k-i-arrow-60-down"></span></span></span>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<div teste="thiag" class="ng-scope k-grid k-widget k-display-block" data-role="grid" ng-init="attrs.options = attrs.options || {'allowPaging': true, 'editable': 'inline', 'columns': []}"><div class="k-header k-grid-toolbar" ng-if="attrs.options.toolBarButtons.length"><literal ng-repeat="item in attrs.options.toolBarButtons"><a role="button" ng-if="item.type=='Native' && item.title=='create' && attrs.options.editable && attrs.options.editable != 'no'" class="k-button k-button-icontext k-grid-add" href="#"><span class="k-icon k-i-plus"></span>{{'ADD'|translate}} </a><a role="button" ng-if="item.type=='Native' && item.title=='pdf'" class="k-button k-button-icontext k-grid-pdf" href="#"><span class="k-icon k-i-file-pdf"></span>Exportar para PDF </a><a role="button" ng-if="item.type=='Native' && item.title=='excel'" class="k-button k-button-icontext k-grid-excel" href="#"><span class="k-icon k-i-file-excel"></span>Exportar para Excel </a><a ng-if="item.type=='Customized'" class="k-button k-grid-custom ng-scope" href="javascript:void(0)"><span class="{{item.iconClass}}"></span>{{item.title}}</a><literal ng-if="item.type=='Title'" ng-bind-html="item.template"></literal></div><div ng-if="attrs.options.allowGrouping" class="k-grouping-header" data-role="droptarget">Arraste aqui o cabeçalho de uma coluna para agrupar por esta coluna</div><table role="grid" data-role="selectable" class="k-selectable" style="touch-action: pan-x pan-y"><colgroup><col ng-repeat="item in attrs.options.columns" ng-if="item.visible"></colgroup><thead class="k-grid-header" role="rowgroup"><tr role="row" class="k-state-selected" aria-selected="true"><th ng-repeat="item in attrs.options.columns" ng-if="item.visible" scope="col" role="columnheader" data-field="email" aria-haspopup="true" rowspan="1" data-title="Email" data-index="0" id="2b4d0eb0-1cc1-4f89-927b-b8c1fbcf430e" style="text-align: left" class="k-header k-with-icon k-filterable" data-role="columnsorter"><label ng-if="item.dataType == 'Selectable'" class="k-checkbox-label k-no-text"></label
|
|
1
|
+
<div teste="thiag" class="ng-scope k-grid k-widget k-display-block" data-role="grid" ng-init="attrs.options = attrs.options || {'allowPaging': true, 'editable': 'inline', 'columns': []}"><div class="k-header k-grid-toolbar" ng-if="attrs.options.toolBarButtons.length"><literal ng-repeat="item in attrs.options.toolBarButtons"><a role="button" ng-if="item.type=='Native' && item.title=='create' && attrs.options.editable && attrs.options.editable != 'no'" class="k-button k-button-icontext k-grid-add" href="#"><span class="k-icon k-i-plus"></span>{{'ADD'|translate}} </a><a role="button" ng-if="item.type=='Native' && item.title=='pdf'" class="k-button k-button-icontext k-grid-pdf" href="#"><span class="k-icon k-i-file-pdf"></span>Exportar para PDF </a><a role="button" ng-if="item.type=='Native' && item.title=='excel'" class="k-button k-button-icontext k-grid-excel" href="#"><span class="k-icon k-i-file-excel"></span>Exportar para Excel </a><a ng-if="item.type=='Customized'" class="k-button k-grid-custom ng-scope" href="javascript:void(0)"><span class="{{item.iconClass}}"></span>{{item.title}}</a><literal ng-if="item.type=='Title'" ng-bind-html="item.template"></literal></div><div ng-if="attrs.options.allowGrouping" class="k-grouping-header" data-role="droptarget">Arraste aqui o cabeçalho de uma coluna para agrupar por esta coluna</div><table role="grid" data-role="selectable" class="k-selectable" style="touch-action: pan-x pan-y;"><colgroup><col ng-repeat="item in attrs.options.columns" ng-if="item.visible"></colgroup><thead class="k-grid-header" role="rowgroup"><tr role="row" class="k-state-selected" aria-selected="true"><th ng-repeat="item in attrs.options.columns" ng-if="item.visible" scope="col" role="columnheader" data-field="email" aria-haspopup="true" rowspan="1" data-title="Email" data-index="0" id="2b4d0eb0-1cc1-4f89-927b-b8c1fbcf430e" style="text-align: left;" class="k-header k-with-icon k-filterable" data-role="columnsorter"><label ng-if="item.dataType == 'Selectable'" class="k-checkbox-label k-no-text"></label> <a ng-if="item.dataType !== 'Selectable'" class="k-link" href="#">{{item.headerText?parseProperty(item.headerText):''}}</a> <a ng-if="item.filterable && tem.dataType != 'Customized' && item.dataType != 'Command' && item.dataType !== 'Selectable' && item.dataType !== 'GroupedButtons'" class="k-grid-filter" href="#" title="Filtrar" aria-label="Filtrar" tabindex="0"><span class="k-icon k-i-filter"></span></a></th></tr></thead><tbody role="rowgroup"><tr data-uid="59430dcb-6ccd-497d-954d-9b5569408cb4" role="row"><td ng-repeat="item in attrs.options.columns | filter: {visible:true}" role="gridcell" class="{{item.dataType == 'Command'|| item.dataType == 'Customized' || item.dataType == 'GroupedButtons'?'k-command-cell':''}}"><label ng-if="item.dataType == 'Selectable'" class="k-checkbox-label k-no-text"></label> <span ng-if="item.dataType != 'Customized' && item.dataType != 'Command' && item.dataType != 'GroupedButtons'">{{item.headerText?parseProperty(item.headerText):''}}</span> <a ng-if="item.dataType == 'Command' && (item.command == 'edit|destroy' || item.command == 'edit')" role="button" class="k-button k-button-icontext k-grid-edit" href="#"><span class="{{item.iconEditClass?' ' + item.iconEditClass : 'k-icon k-i-edit'}}"></span> </a><a ng-if="item.dataType == 'Command' && (item.command == 'edit|destroy' || item.command == 'destroy')" role="button" class="k-button k-button-icontext k-grid-delete" href="#"><span class="{{item.iconDeleteClass?' ' + item.iconDeleteClass : 'k-icon k-i-close'}}"></span> </a><a ng-if="item.dataType == 'Customized'" style="width:{{item.width}}px" href="" class="k-button k-custom-command {{item.label != ''?'k-button-with-label':''}} btn {{item.theme}} k-grid-f06e"><span class="{{item.iconClass}}"></span>{{item.label?' ' + parseProperty(item.label):''}}</a> <a ng-if="item.dataType == 'GroupedButtons'" ng-repeat="item2 in item.buttonColumns" style="width:{{item2.width}}px" href="" class="k-button k-custom-command {{item2.label != ''?'k-button-with-label':''}} btn {{item2.theme}} k-grid-f06e"><span class="{{item2.iconClass}}"></span>{{item2.label?' ' + parseProperty(item2.label):''}}</a></td></tr></tbody></table><div ng-if="attrs.options.allowPaging" class="k-pager-wrap k-grid-pager k-widget k-floatwrap" data-role="pager"><a href="#" aria-label="Ir para a primeira página" title="Ir para a primeira página" class="k-link k-pager-nav k-pager-first k-state-disabled" data-page="1" tabindex="-1"><span class="k-icon k-i-arrow-end-left"></span></a><a href="#" aria-label="Ir para a página anterior" title="Ir para a página anterior" class="k-link k-pager-nav k-state-disabled" data-page="1" tabindex="-1"><span class="k-icon k-i-arrow-60-left"></span></a><ul class="k-pager-numbers k-reset"><li class="k-current-page"><span class="k-link k-pager-nav">1</span></li><li><span class="k-state-selected">1</span></li></ul><a href="#" aria-label="Ir para a próxima página" title="Ir para a próxima página" class="k-link k-pager-nav k-state-disabled" data-page="1" tabindex="-1"><span class="k-icon k-i-arrow-60-right"></span></a><a href="#" aria-label="Ir para a última página" title="Ir para a última página" class="k-link k-pager-nav k-pager-last k-state-disabled" data-page="1" tabindex="-1"><span class="k-icon k-i-arrow-end-right"></span></a> <span class="k-pager-sizes k-label"><span title="" class="k-widget k-dropdown" unselectable="on" role="listbox" aria-haspopup="true" aria-expanded="false" tabindex="0" aria-owns="6c3f63f1-4078-411d-97f1-23ab73b456fd_listbox" aria-live="polite" aria-disabled="false" aria-busy="false" aria-activedescendant="80106605-38e7-4b05-a056-a1c5bbdbc94d"><span unselectable="on" class="k-dropdown-wrap k-state-default"><span unselectable="on" class="k-input">100</span><span unselectable="on" class="k-select" aria-label="select"><span class="k-icon k-i-arrow-60-down"></span></span></span> <select data-role="dropdownlist" style="display: none;" aria-label="100"><option value="all">Todos</option><option value="5">5</option><option value="10">10</option><option value="20">20</option></select> </span></span><a ng-if="attrs.options.allowRefreshGrid" href="#" class="k-pager-refresh k-link" title="Atualizar" aria-label="Atualizar" tabindex="0"><span class="k-icon k-i-reload"></span></a><span class="k-pager-info k-label">Exibindo itens 1 - 1 de 1</span></div></div>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<div class="form-group component-holder" ng-model="vars.radio1487" data-component="crn-group" id="vars.group${RANDOM}"><div class="radio" data-component="crn-groupOption"><input type="radio" name="groupOption" id="radio1" class="k-radio"
|
|
1
|
+
<div class="form-group component-holder" ng-model="vars.radio1487" data-component="crn-group" id="vars.group${RANDOM}"><div class="radio" data-component="crn-groupOption"><input type="radio" name="groupOption" id="radio1" class="k-radio"> <label class="k-radio-label" crn-value="" value="1" for="radio1"><span class="" data-container="true">Valor 1</span></label></div><div class="radio" data-component="crn-groupOption"><input type="radio" name="groupOption" id="radio2" class="k-radio"> <label class="k-radio-label" crn-value="" value="2" for="radio2"><span class="" data-container="true">Valor 2</span></label></div><div class="radio" data-component="crn-groupOption"><input type="radio" name="groupOption" id="radio3" class="k-radio"> <label class="k-radio-label" crn-value="" value="3" for="radio3"><span class="" data-container="true">Valor 3</span></label></div></div>
|