cronapp-framework-js 3.0.0-SP.43 → 3.0.0-SP.45
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/css/themes/custom/aquamarine/custom-aquamarine.css +13 -11
- package/css/themes/custom/cyborg/custom-cyborg.css +0 -7
- package/css/themes/custom/darkly/custom-darkly.css +0 -8
- package/css/themes/custom/dsgov/button-dsgov.css +0 -1
- package/css/themes/custom/dsgov/table-grid-dsgov.css +13 -8
- package/css/themes/custom/fuse/custom-fuse.css +4 -20
- package/css/themes/custom/material/grid-material.css +1 -1
- package/css/themes/custom/theme-general/menu-vertical-retratil.css +1 -2
- package/dist/components/js/format.min.js +1 -1
- package/dist/components/js/jquery.inputmask.bundle.js +1 -1
- package/dist/components/js/jquery.mask.min.js +1 -1
- package/dist/css/themes/custom/aquamarine/custom-aquamarine.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/button-dsgov.css +1 -1
- package/dist/css/themes/custom/dsgov/table-grid-dsgov.css +1 -1
- package/dist/css/themes/custom/fuse/custom-fuse.css +1 -1
- package/dist/css/themes/custom/material/grid-material.css +1 -1
- package/dist/css/themes/custom/theme-general/menu-vertical-retratil.css +1 -1
- package/dist/js/directives.js +2 -2
- package/js/directives.js +12 -0
- package/package.json +1 -1
|
@@ -1029,29 +1029,28 @@ table.table thead th {
|
|
|
1029
1029
|
}
|
|
1030
1030
|
|
|
1031
1031
|
.k-grid table .k-button {
|
|
1032
|
-
background: linear-gradient(90deg, var(--colorDefault50, #279093) 0%, var(--colorDefault30, #81bdc0) 100%);
|
|
1033
|
-
color: var(--textColorDefault40, #ffffff);
|
|
1034
1032
|
display: inherit;
|
|
1035
|
-
height: 33px;
|
|
1036
|
-
width: 33px;
|
|
1037
|
-
border: 0;
|
|
1033
|
+
min-height: 33px;
|
|
1034
|
+
min-width: 33px;
|
|
1038
1035
|
margin-right: 10px;
|
|
1039
1036
|
}
|
|
1040
1037
|
|
|
1038
|
+
.k-button-with-label .btn .btn-info .k-grid {
|
|
1039
|
+
background: transparent;
|
|
1040
|
+
border: 2px solid var(--colorCalm40, #11c1f3);
|
|
1041
|
+
color: var(--colorCalm40, #11c1f3);
|
|
1042
|
+
}
|
|
1043
|
+
|
|
1041
1044
|
.k-grid table .k-button.active,
|
|
1042
1045
|
.k-grid table .k-button:active,
|
|
1043
1046
|
.k-grid table .k-button:focus,
|
|
1044
1047
|
.k-grid table .k-button:hover {
|
|
1045
|
-
color: var(--colorDefault40, #2ca4a8);
|
|
1046
1048
|
box-shadow: none;
|
|
1047
|
-
background: var(--colorDefault20, #b1d3d5);
|
|
1048
1049
|
}
|
|
1049
1050
|
|
|
1050
1051
|
.k-grid table .k-button,
|
|
1051
1052
|
.k-grid table .k-button:focus:active {
|
|
1052
1053
|
padding: 5px;
|
|
1053
|
-
min-height: 0;
|
|
1054
|
-
min-width: 0;
|
|
1055
1054
|
margin: 0;
|
|
1056
1055
|
margin-right: 5px;
|
|
1057
1056
|
display: inline-flex;
|
|
@@ -1076,6 +1075,10 @@ table.table thead th:hover,
|
|
|
1076
1075
|
color: yellow;
|
|
1077
1076
|
}
|
|
1078
1077
|
|
|
1078
|
+
.k-button.k-grid-edit.k-grid:hover {
|
|
1079
|
+
background: var(--colorDefault50, #279093);
|
|
1080
|
+
}
|
|
1081
|
+
|
|
1079
1082
|
.k-state-selected,
|
|
1080
1083
|
.k-state-selected:link,
|
|
1081
1084
|
.k-state-selected:visited,
|
|
@@ -1091,7 +1094,6 @@ table.table thead th:hover,
|
|
|
1091
1094
|
border-color: #ccc;
|
|
1092
1095
|
}
|
|
1093
1096
|
|
|
1094
|
-
.k-state-selected .k-button:hover,
|
|
1095
1097
|
.k-state-selected:link .k-button:hover,
|
|
1096
1098
|
.k-state-selected:visited .k-button:hover,
|
|
1097
1099
|
.k-tool.k-state-selected .k-button:hover,
|
|
@@ -1501,4 +1503,4 @@ div[data-component^='crn-slider'] .form-control {
|
|
|
1501
1503
|
|
|
1502
1504
|
#cron-breadcrumbs{
|
|
1503
1505
|
background: transparent;
|
|
1504
|
-
}
|
|
1506
|
+
}
|
|
@@ -910,7 +910,6 @@ a:hover {
|
|
|
910
910
|
}
|
|
911
911
|
|
|
912
912
|
/* Banner */
|
|
913
|
-
|
|
914
913
|
.jumbotron {
|
|
915
914
|
background: var(--colorDefault40, #424242);
|
|
916
915
|
}
|
|
@@ -1106,7 +1105,6 @@ td.k-state-focused.k-state-selected,
|
|
|
1106
1105
|
box-shadow: inset 0 0 10px 3px var(--colorDefault40, #5665be);
|
|
1107
1106
|
}
|
|
1108
1107
|
|
|
1109
|
-
|
|
1110
1108
|
/* seta do modal do calendario */
|
|
1111
1109
|
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
|
|
1112
1110
|
border-bottom-color: var(--colorDefault70, #2f2f2f);
|
|
@@ -1174,7 +1172,6 @@ td.k-state-focused.k-state-selected,
|
|
|
1174
1172
|
}
|
|
1175
1173
|
|
|
1176
1174
|
/* Crud button */
|
|
1177
|
-
|
|
1178
1175
|
.active-bar .k-button.k-default,
|
|
1179
1176
|
.active-bar .btn.btn-default {
|
|
1180
1177
|
background: var(--colorSuccess40, #77b300);
|
|
@@ -1190,7 +1187,6 @@ td.k-state-focused.k-state-selected,
|
|
|
1190
1187
|
}
|
|
1191
1188
|
|
|
1192
1189
|
/* Grid */
|
|
1193
|
-
|
|
1194
1190
|
.k-grid tr:hover {
|
|
1195
1191
|
background: var(--colorDefault40, #424242);
|
|
1196
1192
|
color: var(--textColorDefault40, #ffffff);
|
|
@@ -1204,12 +1200,10 @@ td.k-state-focused.k-state-selected,
|
|
|
1204
1200
|
border-radius: var(--borderRadiusSmallest, 5px);
|
|
1205
1201
|
min-width: 49px;
|
|
1206
1202
|
border: 1px solid var(--backgroundColor30, #7b7b7b);
|
|
1207
|
-
background: var(--backgroundColor40, #060606);
|
|
1208
1203
|
color: var(--textColor40);
|
|
1209
1204
|
}
|
|
1210
1205
|
|
|
1211
1206
|
.k-grid table .k-button:hover {
|
|
1212
|
-
background: var(--colorDefault40, #424242);
|
|
1213
1207
|
color: var(--textColorDefault40, #ffffff);
|
|
1214
1208
|
}
|
|
1215
1209
|
|
|
@@ -1345,7 +1339,6 @@ td.k-state-focused.k-state-selected {
|
|
|
1345
1339
|
}
|
|
1346
1340
|
|
|
1347
1341
|
/* Scheduler */
|
|
1348
|
-
|
|
1349
1342
|
.k-scheduler,
|
|
1350
1343
|
.k-scheduler-toolbar>ul>li {
|
|
1351
1344
|
border-color: var(--colorDefault40, #424242);
|
|
@@ -461,7 +461,6 @@ a:hover {
|
|
|
461
461
|
}
|
|
462
462
|
|
|
463
463
|
/* option - radio */
|
|
464
|
-
|
|
465
464
|
.option-default .k-radio:checked+.k-radio-label:before,
|
|
466
465
|
.option-default .k-radio-label:before {
|
|
467
466
|
border-color: var(--colorDefault40, #444444);
|
|
@@ -1047,20 +1046,13 @@ textarea.k-textbox:hover,
|
|
|
1047
1046
|
.k-grid table .k-button {
|
|
1048
1047
|
border-radius: var(--borderRadiusSmallest, 5px);
|
|
1049
1048
|
min-width: 49px;
|
|
1050
|
-
background: transparent;
|
|
1051
1049
|
color: var(--textColorDefault40);
|
|
1052
1050
|
border: 1px solid var(--colorPrimary30, #8492a6);
|
|
1053
1051
|
}
|
|
1054
1052
|
|
|
1055
|
-
.k-grid table .k-state-selected .k-button {
|
|
1056
|
-
background: var(--textColorDefault40, #ffffff);
|
|
1057
|
-
color: var(--colorSuccess40, #00bc8c);
|
|
1058
|
-
}
|
|
1059
|
-
|
|
1060
1053
|
.k-grid table .k-button:hover,
|
|
1061
1054
|
.k-grid-toolbar .k-button:hover {
|
|
1062
1055
|
color: var(--textColorPrimary40, #ffffff);
|
|
1063
|
-
background: var(--colorPrimary50, #304f6f);
|
|
1064
1056
|
}
|
|
1065
1057
|
|
|
1066
1058
|
.k-alt,
|
|
@@ -51,7 +51,6 @@ table.table.table-bordered tbody td {
|
|
|
51
51
|
}
|
|
52
52
|
|
|
53
53
|
/* Grid */
|
|
54
|
-
|
|
55
54
|
.k-grid table thead th.k-header,
|
|
56
55
|
.k-grid table tbody td {
|
|
57
56
|
padding: var(--distanceSmall, 15px) var(--distanceMedium, 20px);
|
|
@@ -174,12 +173,21 @@ table.table.table-bordered tbody td {
|
|
|
174
173
|
height: 35px;
|
|
175
174
|
width: 35px;
|
|
176
175
|
display: inline-flex;
|
|
177
|
-
background: transparent;
|
|
178
176
|
margin-right: 5px;
|
|
179
177
|
}
|
|
180
178
|
|
|
181
|
-
.k-
|
|
182
|
-
|
|
179
|
+
.k-button.k-grid-edit,
|
|
180
|
+
.k-button.k-grid-delete {
|
|
181
|
+
background: transparent;
|
|
182
|
+
color: var(--colorDefault40, #1351b4);
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
.k-button .k-custom-command .k-button-with-label .btn .btn-primary .k-grid {
|
|
186
|
+
color: var(--colorDefault40, #1351b4);
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
.k-icon .k-i-edit {
|
|
190
|
+
color: var(--colorDefault40, #1351b4);
|
|
183
191
|
}
|
|
184
192
|
|
|
185
193
|
.k-grid-toolbar .k-button {
|
|
@@ -188,13 +196,11 @@ table.table.table-bordered tbody td {
|
|
|
188
196
|
|
|
189
197
|
.k-grid table .k-button span {
|
|
190
198
|
margin: 0;
|
|
191
|
-
width: 21px;
|
|
192
199
|
height: inherit;
|
|
193
|
-
line-height:
|
|
200
|
+
line-height: 1.5;
|
|
194
201
|
}
|
|
195
202
|
|
|
196
203
|
.k-grid table .k-button span:before {
|
|
197
|
-
color: var(--colorDefault40, #1351b4);
|
|
198
204
|
font-size: 20px;
|
|
199
205
|
}
|
|
200
206
|
|
|
@@ -258,7 +264,6 @@ table.table.table-bordered tbody td {
|
|
|
258
264
|
background: var(--backgroundColor40, #FFFFFF);
|
|
259
265
|
border: 0;
|
|
260
266
|
width: min-content;
|
|
261
|
-
|
|
262
267
|
}
|
|
263
268
|
|
|
264
269
|
.k-grid .k-dropdown .k-dropdown-wrap.k-state-hover,
|
|
@@ -631,14 +631,12 @@ div[data-component="crn-accordion"] .title {
|
|
|
631
631
|
border: 1px solid var(--textColor20, #b2b2b2);
|
|
632
632
|
}
|
|
633
633
|
|
|
634
|
-
|
|
635
634
|
/* Slider */
|
|
636
635
|
.k-slider .k-slider-selection {
|
|
637
636
|
background: var(--colorPrimary40, #4f46e5);
|
|
638
637
|
}
|
|
639
638
|
|
|
640
639
|
/* option - radio */
|
|
641
|
-
|
|
642
640
|
.option-light .k-radio:checked+.k-radio-label:before,
|
|
643
641
|
.option-light .k-radio-label:before {
|
|
644
642
|
border-color: var(--colorLight60, #bbbbbb);
|
|
@@ -695,7 +693,6 @@ div[data-component="crn-accordion"] .title {
|
|
|
695
693
|
border-color: var(--textColor20, #b2b2b2);
|
|
696
694
|
}
|
|
697
695
|
|
|
698
|
-
|
|
699
696
|
/* Checkbox */
|
|
700
697
|
.k-checkbox-label:before {
|
|
701
698
|
background: transparent;
|
|
@@ -1059,13 +1056,11 @@ div[data-component="crn-grid"] .k-grid-header th.k-header {
|
|
|
1059
1056
|
|
|
1060
1057
|
.k-grid table .k-button {
|
|
1061
1058
|
border: 0;
|
|
1062
|
-
background: transparent;
|
|
1063
|
-
color: var(--textColor40, #383838);
|
|
1064
1059
|
}
|
|
1065
1060
|
|
|
1066
|
-
.k-grid
|
|
1067
|
-
.
|
|
1068
|
-
color: var(--
|
|
1061
|
+
.k-grid .k-button.k-info,
|
|
1062
|
+
.btn.btn-info {
|
|
1063
|
+
color: var(--textColor40, #1e293b);
|
|
1069
1064
|
}
|
|
1070
1065
|
|
|
1071
1066
|
.k-grid table .k-button.k-grid-edit:hover {
|
|
@@ -1076,11 +1071,6 @@ div[data-component="crn-grid"] .k-grid-header th.k-header {
|
|
|
1076
1071
|
color: var(--colorDanger40, #ef4444);
|
|
1077
1072
|
}
|
|
1078
1073
|
|
|
1079
|
-
.k-grid table .k-button,
|
|
1080
|
-
.k-grid table {
|
|
1081
|
-
color: var(--textColor70, #1f1f1f);
|
|
1082
|
-
}
|
|
1083
|
-
|
|
1084
1074
|
.k-state-selected,
|
|
1085
1075
|
.k-state-selected:link,
|
|
1086
1076
|
.k-state-selected:visited,
|
|
@@ -1092,10 +1082,6 @@ div[data-component="crn-grid"] .k-grid-header th.k-header {
|
|
|
1092
1082
|
color: var(--textColorPrimary40, #ffffff);
|
|
1093
1083
|
}
|
|
1094
1084
|
|
|
1095
|
-
.k-grid table .k-state-selected .k-button {
|
|
1096
|
-
color: var(--textColorPrimary40, #ffffff);
|
|
1097
|
-
}
|
|
1098
|
-
|
|
1099
1085
|
.k-popup .k-list .k-state-focused {
|
|
1100
1086
|
box-shadow: none;
|
|
1101
1087
|
background: var(--colorPrimary20, #b7b5f1);
|
|
@@ -1115,7 +1101,6 @@ div[data-component="crn-grid"] .k-grid-header th.k-header {
|
|
|
1115
1101
|
background: var(--backgroundColor20, #f8fafc);
|
|
1116
1102
|
}
|
|
1117
1103
|
|
|
1118
|
-
|
|
1119
1104
|
/* Pagination - Grid */
|
|
1120
1105
|
.k-pager-wrap .k-link.k-pager-refresh {
|
|
1121
1106
|
margin-right: 11px;
|
|
@@ -1153,7 +1138,6 @@ div[data-component="crn-grid"] .k-grid-header th.k-header {
|
|
|
1153
1138
|
color: var(--textColor40, #393939);
|
|
1154
1139
|
}
|
|
1155
1140
|
|
|
1156
|
-
|
|
1157
1141
|
.k-scheduler-toolbar>ul>li,
|
|
1158
1142
|
.k-scheduler .k-header {
|
|
1159
1143
|
background: var(--colorNeutral00, #bbbbbb);
|
|
@@ -1261,4 +1245,4 @@ div[data-component="crn-grid"] .k-grid-header th.k-header {
|
|
|
1261
1245
|
|
|
1262
1246
|
#cron-breadcrumbs{
|
|
1263
1247
|
background: transparent;
|
|
1264
|
-
}
|
|
1248
|
+
}
|
|
@@ -181,7 +181,7 @@ thead.k-grid-header th.k-header:last-child,
|
|
|
181
181
|
margin: 0;
|
|
182
182
|
}
|
|
183
183
|
|
|
184
|
-
.k-grid tbody .
|
|
184
|
+
.k-grid tbody .btn .btn-primary:hover,
|
|
185
185
|
.k-grid tbody .k-button:focus {
|
|
186
186
|
background: var(--colorPrimary40, #5665be);
|
|
187
187
|
color: var(--textColorPrimary40, #ffffff);
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
/* Collapsible menu customization */
|
|
2
|
-
|
|
3
2
|
#iconCollapsibleMenu {
|
|
4
3
|
color: var(--colorDefault40, #3b448e);
|
|
5
4
|
font-size: var(--textNormalSize, 14px);
|
|
@@ -71,7 +70,6 @@ label.labelCollapsibleMenu,
|
|
|
71
70
|
}
|
|
72
71
|
|
|
73
72
|
/* Efeito check */
|
|
74
|
-
|
|
75
73
|
#checkCollapsibleMenu:checked ~ .collapsible-menu-ergon {
|
|
76
74
|
transform: translateX(272px);
|
|
77
75
|
}
|
|
@@ -83,6 +81,7 @@ label.labelCollapsibleMenu,
|
|
|
83
81
|
#checkCollapsibleMenu:checked ~ .collapsible-menu-hide {
|
|
84
82
|
width: 270px;
|
|
85
83
|
overflow-x: hidden;
|
|
84
|
+
z-index: 2;
|
|
86
85
|
}
|
|
87
86
|
|
|
88
87
|
#checkCollapsibleMenu:checked ~ #crn-navbar-logo {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
((t,e)=>{"function"==typeof define&&define.amd?define([],e):"object"==typeof module?module.exports=e():t.format=e()})(this,function(){return function(t,e){if(!t||isNaN(+e))return e;var n,i,r,s,l,o=t.length,f=t.search(/[0-9\-\+#]/),h=0<f?t.substring(0,f):"",g=t.split("").reverse().join(""),u=g.search(/[0-9\-\+#]/),d=o-u,a=t.substring(d,1+d),c=d+("."===a||","===a?1:0),a=0<u?t.substring(c,o):"",u=(e="-"===(t=t.substring(f,c)).charAt(0)?-e:+e)<0?e=-e:0,p=(f=t.match(/[^\d\-\+#]/g))&&f[f.length-1]||".",b=f&&f[1]&&f[0]||",";if(t=t.split(p),e=+(e=e.toFixed(t[1]&&t[1].length))+"",s=t[1]&&t[1].lastIndexOf("0"),(!(r=e.split("."))[1]||(r[1],r[1].length<=s))&&(e=(+e).toFixed(s+1)),s=t[0].split(b),t[0]=s.join(""),-1<(n=t[0]&&t[0].indexOf("0")))for(;r[0].length<t[0].length-n;)r[0]="0"+r[0];else 0==+r[0]&&(r[0]="");if((e=e.split("."))[0]=r[0],i=s[1]&&s[s.length-1].length){for(g="",d=(l=e[0]).length%i,o=l.length,c=0;c<o;c++)g+=l.charAt(c),!((c-d+1)%i)&&c<o-i&&(g+=b);e[0]=g}return e[1]=t[1]&&e[1]?p+e[1]:"",h+((u="0"!==(f=e.join(""))&&""!==f?u:!1)?"-":"")+f+a}});
|