cronapp-framework-js 3.0.0-SP.4 → 3.0.0-SP.40

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (135) hide show
  1. package/components/crn-dynamic-file.components.json +65 -34
  2. package/components/crn-dynamic-menu.components.json +0 -21
  3. package/components/crn-enterprise-combobox-multiple.components.json +6 -0
  4. package/components/crn-navbar.components.json +26 -1
  5. package/components/templates/Component_Container/crn-eight-four-container.template.html +2 -2
  6. package/components/templates/Component_Container/crn-four-eight-container.template.html +2 -2
  7. package/components/templates/Component_Container/crn-one-container.template.html +1 -1
  8. package/components/templates/Component_Container/crn-three-container.template.html +3 -3
  9. package/components/templates/Component_Container/crn-three-six-three-container.template.html +3 -3
  10. package/components/templates/Component_Container/crn-two-container.template.html +2 -2
  11. package/components/templates/cron-autocomplete.designtime.html +2 -2
  12. package/components/templates/cron-combobox-multiple.template.html +1 -1
  13. package/components/templates/cron-grid.designtime.html +5 -4
  14. package/components/templates/dynamicfile.designtime.html +5 -0
  15. package/components/templates/dynamicfile.template.html +20 -3
  16. package/css/themes/custom/aquamarine/custom-aquamarine.css +13 -1
  17. package/css/themes/custom/cerulean/custom-cerulean.css +1 -0
  18. package/css/themes/custom/cosmo/custom-cosmo.css +16 -16
  19. package/css/themes/custom/cosmo/panel-cosmo.css +1 -1
  20. package/css/themes/custom/cyborg/button-cyborg.css +61 -1
  21. package/css/themes/custom/cyborg/custom-cyborg.css +227 -39
  22. package/css/themes/custom/cyborg/navbar-cyborg.css +4 -4
  23. package/css/themes/custom/cyborg/panel-cyborg.css +2 -2
  24. package/css/themes/custom/darkly/custom-darkly.css +1 -0
  25. package/css/themes/custom/dsgov/custom-dsgov.css +12 -1
  26. package/css/themes/custom/flatly/custom-flatly.css +1 -0
  27. package/css/themes/custom/fuse/custom-fuse.css +13 -1
  28. package/css/themes/custom/journal/custom-journal.css +1 -0
  29. package/css/themes/custom/krypton/custom-krypton.css +991 -236
  30. package/css/themes/custom/krypton/grid-krypton.css +253 -66
  31. package/css/themes/custom/krypton/navbar-krypton.css +13 -12
  32. package/css/themes/custom/krypton/panel-krypton.css +29 -26
  33. package/css/themes/custom/lumen/button-lumen.css +8 -8
  34. package/css/themes/custom/lumen/custom-lumen.css +46 -34
  35. package/css/themes/custom/lumen/navbar-lumen.css +1 -1
  36. package/css/themes/custom/lumen/panel-lumen.css +17 -13
  37. package/css/themes/custom/material/custom-material.css +12 -1
  38. package/css/themes/custom/material/navbar-material.css +2 -0
  39. package/css/themes/custom/material-round/custom-material-round.css +187 -34
  40. package/css/themes/custom/material-round/grid-material-round.css +174 -18
  41. package/css/themes/custom/materialui/custom-materialui.css +1 -0
  42. package/css/themes/custom/navigator/custom-navigator.css +80 -21
  43. package/css/themes/custom/paper/custom-paper.css +284 -27
  44. package/css/themes/custom/readable/button-readable.css +61 -1
  45. package/css/themes/custom/readable/custom-readable.css +242 -26
  46. package/css/themes/custom/readable/navbar-readable.css +1 -2
  47. package/css/themes/custom/readable/panel-readable.css +6 -8
  48. package/css/themes/custom/sandstone/button-sandstone.css +12 -0
  49. package/css/themes/custom/sandstone/custom-sandstone.css +1 -0
  50. package/css/themes/custom/simplex/custom-simplex.css +1 -0
  51. package/css/themes/custom/slate/custom-slate.css +1 -0
  52. package/css/themes/custom/spacelab/custom-spacelab.css +1 -0
  53. package/css/themes/custom/superhero/button-superhero.css +1 -1
  54. package/css/themes/custom/superhero/custom-superhero.css +348 -45
  55. package/css/themes/custom/superhero/navbar-superhero.css +5 -1
  56. package/css/themes/custom/superhero/panel-superhero.css +4 -5
  57. package/css/themes/custom/superhero/tabs-superhero.css +1 -1
  58. package/css/themes/custom/theme-general/menu-vertical-retratil.css +35 -22
  59. package/css/themes/custom/theme-general/menu.css +2 -2
  60. package/css/themes/custom/theme-general/table-grid.css +3 -2
  61. package/css/themes/custom/theme-general/theme-general.css +30 -0
  62. package/css/themes/custom/united/custom-united.css +1 -0
  63. package/css/themes/custom/yeti/custom-yeti.css +1 -0
  64. package/dist/components/js/format.min.js +1 -1
  65. package/dist/components/js/jquery.inputmask.bundle.js +1 -1
  66. package/dist/components/templates/Component_Container/crn-eight-four-container.template.html +1 -1
  67. package/dist/components/templates/Component_Container/crn-four-eight-container.template.html +1 -1
  68. package/dist/components/templates/Component_Container/crn-one-container.template.html +1 -1
  69. package/dist/components/templates/Component_Container/crn-three-container.template.html +1 -1
  70. package/dist/components/templates/Component_Container/crn-three-six-three-container.template.html +1 -1
  71. package/dist/components/templates/Component_Container/crn-two-container.template.html +1 -1
  72. package/dist/components/templates/cron-autocomplete.designtime.html +1 -1
  73. package/dist/components/templates/cron-combobox-multiple.template.html +1 -1
  74. package/dist/components/templates/cron-grid.designtime.html +1 -1
  75. package/dist/components/templates/dynamicfile.designtime.html +1 -0
  76. package/dist/components/templates/dynamicfile.template.html +1 -1
  77. package/dist/css/themes/custom/aquamarine/custom-aquamarine.css +1 -1
  78. package/dist/css/themes/custom/cerulean/custom-cerulean.css +1 -1
  79. package/dist/css/themes/custom/cosmo/custom-cosmo.css +1 -1
  80. package/dist/css/themes/custom/cosmo/panel-cosmo.css +1 -1
  81. package/dist/css/themes/custom/cyborg/button-cyborg.css +1 -1
  82. package/dist/css/themes/custom/cyborg/custom-cyborg.css +1 -1
  83. package/dist/css/themes/custom/cyborg/navbar-cyborg.css +1 -1
  84. package/dist/css/themes/custom/darkly/custom-darkly.css +1 -1
  85. package/dist/css/themes/custom/dsgov/custom-dsgov.css +1 -1
  86. package/dist/css/themes/custom/flatly/custom-flatly.css +1 -1
  87. package/dist/css/themes/custom/fuse/custom-fuse.css +1 -1
  88. package/dist/css/themes/custom/journal/custom-journal.css +1 -1
  89. package/dist/css/themes/custom/krypton/custom-krypton.css +1 -1
  90. package/dist/css/themes/custom/krypton/grid-krypton.css +1 -1
  91. package/dist/css/themes/custom/krypton/navbar-krypton.css +1 -1
  92. package/dist/css/themes/custom/krypton/panel-krypton.css +1 -1
  93. package/dist/css/themes/custom/lumen/button-lumen.css +1 -1
  94. package/dist/css/themes/custom/lumen/custom-lumen.css +1 -1
  95. package/dist/css/themes/custom/lumen/navbar-lumen.css +1 -1
  96. package/dist/css/themes/custom/lumen/panel-lumen.css +1 -1
  97. package/dist/css/themes/custom/material/custom-material.css +1 -1
  98. package/dist/css/themes/custom/material/navbar-material.css +1 -1
  99. package/dist/css/themes/custom/material-round/custom-material-round.css +1 -1
  100. package/dist/css/themes/custom/material-round/grid-material-round.css +1 -1
  101. package/dist/css/themes/custom/materialui/custom-materialui.css +1 -1
  102. package/dist/css/themes/custom/navigator/custom-navigator.css +1 -1
  103. package/dist/css/themes/custom/paper/custom-paper.css +1 -1
  104. package/dist/css/themes/custom/readable/button-readable.css +1 -1
  105. package/dist/css/themes/custom/readable/custom-readable.css +1 -1
  106. package/dist/css/themes/custom/readable/navbar-readable.css +1 -1
  107. package/dist/css/themes/custom/readable/panel-readable.css +1 -1
  108. package/dist/css/themes/custom/sandstone/button-sandstone.css +1 -1
  109. package/dist/css/themes/custom/sandstone/custom-sandstone.css +1 -1
  110. package/dist/css/themes/custom/simplex/custom-simplex.css +1 -1
  111. package/dist/css/themes/custom/slate/custom-slate.css +1 -1
  112. package/dist/css/themes/custom/spacelab/custom-spacelab.css +1 -1
  113. package/dist/css/themes/custom/superhero/button-superhero.css +1 -1
  114. package/dist/css/themes/custom/superhero/custom-superhero.css +1 -1
  115. package/dist/css/themes/custom/superhero/navbar-superhero.css +1 -1
  116. package/dist/css/themes/custom/superhero/panel-superhero.css +1 -1
  117. package/dist/css/themes/custom/superhero/tabs-superhero.css +1 -1
  118. package/dist/css/themes/custom/theme-general/menu-vertical-retratil.css +1 -1
  119. package/dist/css/themes/custom/theme-general/menu.css +1 -1
  120. package/dist/css/themes/custom/theme-general/table-grid.css +1 -1
  121. package/dist/css/themes/custom/theme-general/theme-general.css +1 -1
  122. package/dist/css/themes/custom/united/custom-united.css +1 -1
  123. package/dist/css/themes/custom/yeti/custom-yeti.css +1 -1
  124. package/dist/js/app.js +1 -1
  125. package/dist/js/controllers.js +1 -1
  126. package/dist/js/directives.js +17 -12
  127. package/dist/js/reports/reports.service.js +1 -1
  128. package/dist/js/upload.service.js +1 -1
  129. package/js/app.js +5 -4
  130. package/js/controllers.js +42 -19
  131. package/js/directives.js +325 -77
  132. package/js/reports/reports.service.js +5 -5
  133. package/js/upload.service.js +7 -4
  134. package/package.json +1 -1
  135. package/postupdate.json +6 -0
@@ -1,4 +1,12 @@
1
1
  /* Default */
2
+ .k-button,
3
+ .btn,
4
+ .k-button.k-default,
5
+ .btn.btn-default {
6
+ background: var(--colorDefault40, #ffffff);
7
+ color: var(--textColorDefault40, #333333);
8
+ }
9
+
2
10
  .k-button,
3
11
  .btn,
4
12
  .btn.btn-default {
@@ -30,6 +38,12 @@
30
38
  }
31
39
 
32
40
  /* Primary */
41
+ .btn.btn-primary {
42
+ background: var(--colorPrimary40, #4582ec);
43
+ border-color: transparent;
44
+ color: var(--textColorPrimary40, #ffffff);
45
+ }
46
+
33
47
  .k-button.k-primary:focus,
34
48
  .k-button.k-primary:hover,
35
49
  .btn.btn-primary:focus,
@@ -47,6 +61,13 @@
47
61
  }
48
62
 
49
63
  /* Success */
64
+ .k-button.k-success,
65
+ .btn.btn-success {
66
+ background: var(--colorSuccess40, #3fad46);
67
+ border-color: transparent;
68
+ color: var(--textColorSuccess40, #ffffff);
69
+ }
70
+
50
71
  .k-button.k-success:focus,
51
72
  .k-button.k-success:hover,
52
73
  .btn.btn-success:focus,
@@ -64,6 +85,12 @@
64
85
  }
65
86
 
66
87
  /* Warning */
88
+ .btn.btn-warning {
89
+ background: var(--colorWarning40, #f0ad4e);
90
+ border-color: transparent;
91
+ color: var(--textColorWarning40, #ffffff);
92
+ }
93
+
67
94
  .k-button.k-warning:focus,
68
95
  .k-button.k-warning:hover,
69
96
  .btn.btn-warning:focus,
@@ -81,6 +108,12 @@
81
108
  }
82
109
 
83
110
  /* Danger */
111
+ .btn.btn-danger {
112
+ background: var(--colorDanger40, #d9534f);
113
+ border-color: transparent;
114
+ color: var(--textColorDanger40, #ffffff);
115
+ }
116
+
84
117
  .k-button.k-danger:focus,
85
118
  .k-button.k-danger:hover,
86
119
  .btn.btn-danger:focus,
@@ -98,6 +131,12 @@
98
131
  }
99
132
 
100
133
  /* Info */
134
+ .btn.btn-info {
135
+ background: var(--colorCalm40, #11c1f3);
136
+ border-color: transparent;
137
+ color: var(--textColorCalm40, #ffffff);
138
+ }
139
+
101
140
  .k-button.k-info:focus,
102
141
  .k-button.k-info:hover,
103
142
  .btn.btn-info:focus,
@@ -115,6 +154,12 @@
115
154
  }
116
155
 
117
156
  /* Light */
157
+ .k-button.k-light,
158
+ .btn.btn-light {
159
+ background: var(--colorLight40, #ffffff);
160
+ color: var(--textColorLight40, #444444);
161
+ }
162
+
118
163
  .btn,
119
164
  .k-button,
120
165
  .btn.btn-light {
@@ -130,6 +175,12 @@
130
175
  }
131
176
 
132
177
  /* stable */
178
+ .btn.btn-stable {
179
+ background: var(--colorStable40, #f8f8f8);
180
+ border-color: transparent;
181
+ color: var(--textColorStable40, #444444);
182
+ }
183
+
133
184
  .k-button.k-stable:focus,
134
185
  .k-button.k-stable:hover,
135
186
  .btn.btn-stable:focus,
@@ -147,6 +198,11 @@
147
198
  }
148
199
 
149
200
  /* royal */
201
+ .btn.btn-royal {
202
+ background: var(--colorRoyal40, #886aea);
203
+ color: var(--textColorRoyal40, #ffffff);
204
+ }
205
+
150
206
  .k-button.k-royal:focus,
151
207
  .k-button.k-royal:hover,
152
208
  .btn.btn-royal:focus,
@@ -163,8 +219,12 @@
163
219
  color: var(--textColorRoyal40, #ffffff);
164
220
  }
165
221
 
166
-
167
222
  /* Dark */
223
+ .btn.btn-dark {
224
+ background: var(--colorDark40, #444444);
225
+ color: var(--textColorDark40, #ffffff);
226
+ }
227
+
168
228
  .k-button.k-dark:focus,
169
229
  .k-button.k-dark:hover,
170
230
  .btn.btn-dark:focus,
@@ -37,6 +37,7 @@
37
37
 
38
38
  /* Menus - Sizes and Distances */
39
39
  --menuVerticalWidth: 270px;
40
+ --menuVerticalCollapsedWidth: 225px;
40
41
  --menuSideSize: 20px;
41
42
  --menuItemBarSize: 6px;
42
43
  --menuElementOverallPadding: 10px;
@@ -243,26 +244,26 @@
243
244
  --textColorDark70: #ffffff;
244
245
 
245
246
  /* Color - Neutral (web e mobile) */
246
- --colorNeutral00: #FFFFFF;
247
- --colorNeutral10: #F1F1F1;
248
- --colorNeutral20: #E3E3E3;
249
- --colorNeutral30: #D5D5D5;
250
- --colorNeutral40: #C7C7C7;
251
- --colorNeutral50: #B9B9B9;
252
- --colorNeutral60: #ACACAC;
253
- --colorNeutral70: #9E9E9E;
247
+ --colorNeutral00: #ffffff;
248
+ --colorNeutral10: #f1f1f1;
249
+ --colorNeutral20: #e3e3e3;
250
+ --colorNeutral30: #d5d5d5;
251
+ --colorNeutral40: #c7c7c7;
252
+ --colorNeutral50: #b9b9b9;
253
+ --colorNeutral60: #acacac;
254
+ --colorNeutral70: #9e9e9e;
254
255
  --colorNeutral80: #909090;
255
256
  --colorNeutral90: #828282;
256
257
  --colorNeutral100: #747474;
257
258
  --colorNeutral110: #666666;
258
- --colorNeutral120: #5D5D5D;
259
+ --colorNeutral120: #5d5d5d;
259
260
  --colorNeutral130: #535353;
260
- --colorNeutral140: #4A4A4A;
261
+ --colorNeutral140: #4a4a4a;
261
262
  --colorNeutral150: #414141;
262
263
  --colorNeutral160: #383838;
263
- --colorNeutral170: #2E2E2E;
264
+ --colorNeutral170: #2e2e2e;
264
265
  --colorNeutral180: #252525;
265
- --colorNeutral190: #1C1C1C;
266
+ --colorNeutral190: #1c1c1c;
266
267
  --colorNeutral200: #131313;
267
268
  --colorNeutral210: #090909;
268
269
  --colorNeutral220: #000000;
@@ -387,11 +388,11 @@
387
388
 
388
389
  /* Components - Panel */
389
390
  --panelDefault: var(--colorDefault50, #dfdfdf);
390
- --panelPrimary: var(--colorDefault50, #dfdfdf);
391
- --panelSuccess: var(--colorSuccess50, #37973d);
392
- --panelCalm: var(--colorCalm50, #0fa9d5);
393
- --panelWarning: var(--colorWarning50, #d29744);
394
- --panelDanger: var(--colorDanger50, #be4945);
391
+ --panelPrimary: var(--colorPrimary40, #4582ec);
392
+ --panelSuccess: var(--colorSuccess40, #3fad46);
393
+ --panelCalm: var(--colorCalm40, #11c1f3);
394
+ --panelWarning: var(--colorWarning40, #f0ad4e);
395
+ --panelDanger: var(--colorDanger40, #d9534f);
395
396
  --panelLight: var(--colorLight50, #dfdfdf);
396
397
  --panelStable: var(--colorStable50, #d9d9d9);
397
398
  --panelRoyal: var(--colorRoyal40, #886aea);
@@ -415,14 +416,83 @@
415
416
  color: var(--colorDefault50, #dfdfdf);
416
417
  }
417
418
 
419
+ .color-default:hover {
420
+ color: var(--colorDefault60, #bbbbbb);
421
+ }
422
+
423
+ .color-primary {
424
+ color: var(--colorPrimary40, #4582ec);
425
+ }
426
+
427
+ .color-primary:hover {
428
+ color: var(--colorPrimary60, #335fad);
429
+ }
430
+
431
+ .color-success {
432
+ color: var(--colorSuccess40, #3fad46);
433
+ }
434
+
435
+ .color-success:hover {
436
+ color: var(--colorSuccess60, #2e7f33);
437
+ }
438
+
439
+ .color-info {
440
+ color: var(--colorCalm40, #11c1f3);
441
+ }
442
+
443
+ .color-info:focus,
444
+ .color-info:hover {
445
+ color: var(--colorCalm60, #0c8db2);
446
+ }
447
+
448
+ .color-warning {
449
+ color: var(--colorWarning40, #f0ad4e);
450
+ }
451
+
452
+ .color-warning:hover {
453
+ color: var(--colorWarning60, #b07f39);
454
+ }
455
+
456
+ .color-danger {
457
+ color: var(--colorDanger40, #d9534f);
458
+ }
459
+
460
+ .color-danger:hover {
461
+ color: var(--colorDanger60, #9f3d3a);
462
+ }
463
+
418
464
  .color-light {
419
465
  color: var(--colorLight50, #dfdfdf);
420
466
  }
421
467
 
468
+ .color-light:hover {
469
+ color: var(--colorLight60, #bbbbbb);
470
+ }
471
+
422
472
  .color-stable {
423
473
  color: var(--colorStable50, #d9d9d9);
424
474
  }
425
475
 
476
+ .color-stable:hover {
477
+ color: var(--colorStable60, #b6b6b6);
478
+ }
479
+
480
+ .color-royal {
481
+ color: var(--colorRoyal40, #886aea);
482
+ }
483
+
484
+ .color-royal:hover {
485
+ color: var(--colorRoyal60, #644eab);
486
+ }
487
+
488
+ .color-dark {
489
+ color: var(--colorDark40, #444444);
490
+ }
491
+
492
+ .color-dark:hover {
493
+ color: var(--colorDark60, #323232);
494
+ }
495
+
426
496
  h1,
427
497
  h2,
428
498
  h3,
@@ -457,6 +527,48 @@ label.form-group,
457
527
  border-color: var(--colorDefault50, #dfdfdf);
458
528
  }
459
529
 
530
+ option-default .k-radio-label:after,
531
+ .option-default .k-radio:checked+.k-radio-label:after {
532
+ background: var(--colorDefault50, #dfdfdf);
533
+ border-color: var(--colorDefault50, #dfdfdf);
534
+ }
535
+
536
+ .option-primary .k-radio-label:after,
537
+ .option-primary .k-radio:checked+.k-radio-label:after {
538
+ background: var(--colorPrimary40, #4582ec);
539
+ border-color: var(--colorPrimary40, #4582ec);
540
+ }
541
+
542
+ .option-success .k-radio-label:after,
543
+ .option-success .k-radio:checked+.k-radio-label:after {
544
+ background: var(--colorSuccess40, #3fad46);
545
+ border-color: var(--colorSuccess40, #3fad46);
546
+ }
547
+
548
+ .option-info .k-radio-label:after,
549
+ .option-info .k-radio:checked+.k-radio-label:after {
550
+ background: var(--colorCalm40, #11c1f3);
551
+ border-color: var(--colorCalm40, #11c1f3);
552
+ }
553
+
554
+ .option-warning .k-radio-label:after,
555
+ .option-warning .k-radio:checked+.k-radio-label:after {
556
+ background: var(--colorWarning40, #f0ad4e);
557
+ border-color: var(--colorWarning40, #f0ad4e);
558
+ }
559
+
560
+ .option-danger .k-radio-label:after,
561
+ .option-danger .k-radio:checked+.k-radio-label:after {
562
+ background: var(--colorDanger40, #d9534f);
563
+ border-color: var(--colorDanger40, #d9534f);
564
+ }
565
+
566
+ .option-light .k-radio-label:after,
567
+ .option-light .k-radio:checked+.k-radio-label:after {
568
+ background: var(--colorLight50, #dfdfdf);
569
+ border-color: var(--colorLight50, #dfdfdf);
570
+ }
571
+
460
572
  .option-light .k-radio:checked+.k-radio-label:before,
461
573
  .option-light .k-radio-label:before {
462
574
  border-color: var(--colorLight50, #dfdfdf);
@@ -470,12 +582,6 @@ label.form-group,
470
582
  border-color: var(--colorDefault50, #dfdfdf);
471
583
  }
472
584
 
473
- .option-light .k-radio-label:after,
474
- .option-light .k-radio:checked+.k-radio-label:after {
475
- background: var(--colorLight50, #dfdfdf);
476
- border-color: var(--colorLight50, #dfdfdf);
477
- }
478
-
479
585
  .k-radio:focus+.k-radio-label::before,
480
586
  .k-radio:hover+.k-radio-label::before,
481
587
  .option-default .k-radio:focus+.k-radio-label::before,
@@ -633,6 +739,56 @@ label.form-group,
633
739
  color: var(--textColorStable40, #444444);
634
740
  }
635
741
 
742
+ .checkbox-default .k-checkbox:checked+.k-checkbox-label:before {
743
+ background: var(--colorDefault50, #dfdfdf);
744
+ color: var(--textColorDefault40, #333333);
745
+ }
746
+
747
+ .checkbox-primary .k-checkbox:checked+.k-checkbox-label:before {
748
+ background: var(--colorPrimary40, #4582ec);
749
+ color: var(--textColorPrimary40, #ffffff);
750
+ }
751
+
752
+ .checkbox-success .k-checkbox:checked+.k-checkbox-label:before {
753
+ background: var(--colorSuccess40, #3fad46);
754
+ color: var(--textColorSuccess40, #ffffff);
755
+ }
756
+
757
+ .checkbox-info .k-checkbox:checked+.k-checkbox-label:before {
758
+ background: var(--colorCalm40, #11c1f3);
759
+ color: var(--textColorCalm40, #ffffff);
760
+ }
761
+
762
+ .checkbox-warning .k-checkbox:checked+.k-checkbox-label:before {
763
+ background: var(--colorWarning40, #f0ad4e);
764
+ color: var(--textColorWarning40, #ffffff);
765
+ }
766
+
767
+ .checkbox-danger .k-checkbox:checked+.k-checkbox-label:before {
768
+ background: var(--colorDanger40, #d9534f);
769
+ color: var(--textColorDanger40, #ffffff);
770
+ }
771
+
772
+ .checkbox-light .k-checkbox:checked+.k-checkbox-label:before {
773
+ background: var(--colorLight50, #dfdfdf);
774
+ color: var(--textColorLight40, #444444);
775
+ }
776
+
777
+ .checkbox-stable .k-checkbox:checked+.k-checkbox-label:before {
778
+ background: var(--colorStable50, #d9d9d9);
779
+ color: var(--textColorStable40, #444444);
780
+ }
781
+
782
+ .checkbox-royal .k-checkbox:checked+.k-checkbox-label:before {
783
+ background: var(--colorRoyal40, #886aea);
784
+ color: var(--textColorRoyal40, #ffffff);
785
+ }
786
+
787
+ .checkbox-dark .k-checkbox:checked+.k-checkbox-label:before {
788
+ background: var(--colorDark40, #444444);
789
+ color: var(--textColorDark40, #ffffff);
790
+ }
791
+
636
792
 
637
793
  /* Page login */
638
794
  .bg,
@@ -760,7 +916,6 @@ a:hover {
760
916
  }
761
917
 
762
918
  /* Pagination - Grid */
763
-
764
919
  .k-pager-wrap .k-link.k-pager-last,
765
920
  .k-pager-nav.k-pager-first+.k-link,
766
921
  .k-pager-wrap .k-link {
@@ -866,7 +1021,6 @@ a:hover {
866
1021
  }
867
1022
 
868
1023
  /* Crud button */
869
-
870
1024
  .active-bar .k-button.k-danger,
871
1025
  .active-bar .btn.btn-danger {
872
1026
  background: var(--colorPrimary40, #5665be);
@@ -899,7 +1053,7 @@ div[data-component="crn-textinputbutton"] div[data-component="crn-button"] butto
899
1053
  }
900
1054
 
901
1055
  .bootstrap-datetimepicker-widget table td.active,
902
- .bootstrap-datetimepicker-widget table td.active:hover ,
1056
+ .bootstrap-datetimepicker-widget table td.active:hover,
903
1057
  cron-calendar.k-calendar .k-footer,
904
1058
  cron-calendar.k-calendar .k-header,
905
1059
  .k-calendar .k-footer .k-nav-today {
@@ -1084,4 +1238,66 @@ td.k-state-focused {
1084
1238
  .k-list-optionlabel:hover.k-state-selected {
1085
1239
  color: var(--colorDefault40, #ffffff);
1086
1240
  background: transparent;
1241
+ }
1242
+
1243
+ /*Caixa seleção multipla*/
1244
+ .k-multiselect .k-button,
1245
+ .combobox-default .k-multiselect .k-button {
1246
+ border-color: var(--colorDefault50, #dfdfdf);
1247
+ background: var(--colorDefault40, #ffffff);
1248
+ color: var(--textColorDefault40, #333333);
1249
+ }
1250
+
1251
+ .combobox-primary .k-multiselect .k-button {
1252
+ background: var(--colorPrimary40, #4582ec);
1253
+ border-color: var(--colorPrimary50, #3c72cf);
1254
+ color: var(--textColorPrimary40, #ffffff);
1255
+ }
1256
+
1257
+ .combobox-success .k-multiselect .k-button {
1258
+ background: var(--colorSuccess40, #3fad46);
1259
+ border-color: var(--colorSuccess50, #37973d);
1260
+ color: var(--textColorSuccess40, #ffffff);
1261
+ }
1262
+
1263
+ .combobox-info .k-multiselect .k-button {
1264
+ background: var(--colorCalm40, #11c1f3);
1265
+ border-color: var(--colorCalm50, #0fa9d5);
1266
+ color: var(--textColorCalm40, #ffffff);
1267
+ }
1268
+
1269
+ .combobox-warning .k-multiselect .k-button {
1270
+ background: var(--colorWarning40, #f0ad4e);
1271
+ border-color: var(--colorWarning50, #d29744);
1272
+ color: var(--textColorWarning40, #ffffff);
1273
+ }
1274
+
1275
+ .combobox-danger .k-multiselect .k-button {
1276
+ background: var(--colorDanger40, #d9534f);
1277
+ border-color: var(--colorDanger50, #be4945);
1278
+ color: var(--textColorDanger40, #ffffff);
1279
+ }
1280
+
1281
+ .combobox-light .k-multiselect .k-button {
1282
+ background: var(--colorLight40, #ffffff);
1283
+ border-color: var(--colorLight50, #dfdfdf);
1284
+ color: var(--textColorLight40, #444444);
1285
+ }
1286
+
1287
+ .combobox-stable .k-multiselect .k-button {
1288
+ background: var(--colorStable40, #f8f8f8);
1289
+ border-color: var(--colorStable50, #d9d9d9);
1290
+ color: var(--textColorStable40, #444444);
1291
+ }
1292
+
1293
+ .combobox-royal .k-multiselect .k-button {
1294
+ background: var(--colorRoyal40, #886aea);
1295
+ border-color: var(--colorRoyal50, #775dcd);
1296
+ color: var(--textColorRoyal40, #ffffff);
1297
+ }
1298
+
1299
+ .combobox-dark .k-multiselect .k-button {
1300
+ background: var(--colorDark40, #444444);
1301
+ border-color: var(--colorDark50, #3c3c3c);
1302
+ color: var(--textColorDark40, #ffffff);
1087
1303
  }
@@ -1,5 +1,5 @@
1
1
  .navbar img[src="node_modules/cronapp-framework-js/dist/img/img-user.svg"] {
2
- background: var(--colorPrimary40, #bdbdbd);
2
+ background: var(--colorPrimary40, #4582ec);
3
3
  }
4
4
 
5
5
  .crn-navigator-horizontal .navbar {
@@ -39,7 +39,6 @@
39
39
  border: 1px solid var(--colorDefault50, #dfdfdf);
40
40
  }
41
41
 
42
-
43
42
  #main-nav-bar .navbar-default .container-fluid #navbar .navbar-nav li .dropdown-menu li a:hover span,
44
43
  #main-nav-bar .navbar-default .container-fluid #navbar2 .navbar-nav li .dropdown-menu li a:hover span,
45
44
  #main-nav-bar .navbar-default .container-fluid #navbar .navbar-nav li a:hover span,
@@ -8,11 +8,10 @@
8
8
  background: var(--colorDefault40, #ffffff);
9
9
  }
10
10
 
11
-
12
11
  /* Default */
13
12
  .panel-default .panel-heading {
14
13
  color: var(--textColorPrimary40, #ffffff);
15
- background: var(--colorPrimary50, #3c72cf);
14
+ background: var(--colorDefault50, #dfdfdf);
16
15
  border-color: var(--colorPrimary60, #335fad);
17
16
  }
18
17
 
@@ -23,7 +22,7 @@
23
22
  /* Primary */
24
23
  .panel-primary>.panel-heading {
25
24
  color: var(--textColor40, #333333);
26
- background: var(--colorDefault50, #eae8e6);
25
+ background: var(--colorPrimary40, #4582ec);
27
26
  border-color: var(--colorDefault60, #bbbbbb);
28
27
  }
29
28
 
@@ -32,10 +31,9 @@
32
31
  }
33
32
 
34
33
  /* Success */
35
-
36
34
  .panel-success>.panel-heading {
37
35
  color: var(--textColorSuccess40, #ffffff);
38
- background: var(--colorSuccess50, #37973d);
36
+ background: var(--colorSuccess40, #3fad46);
39
37
  border-color: var(--colorSuccess60, #2e7f33);
40
38
  }
41
39
 
@@ -47,7 +45,7 @@
47
45
  .panel-info>.panel-heading,
48
46
  .panel-info>.panel-footer {
49
47
  color: var(--textColorCalm40, #ffffff);
50
- background: var(--colorCalm50, #0fa9d5);
48
+ background: var(--colorCalm40, #11c1f3);
51
49
  border-color: var(--colorCalm60, #0c8db2);
52
50
  }
53
51
 
@@ -59,7 +57,7 @@
59
57
  .panel-warning>.panel-heading,
60
58
  .panel-warning>.panel-footer {
61
59
  color: var(--textColorWarning40, #ffffff);
62
- background: var(--colorWarning50, #d29744);
60
+ background: var(--colorWarning40, #f0ad4e);
63
61
  border-color: var(--colorWarning60, #b07f39);
64
62
  }
65
63
 
@@ -70,7 +68,7 @@
70
68
  /* Danger */
71
69
  .panel-danger>.panel-heading {
72
70
  color: var(--textColorDanger40, #ffffff);
73
- background: var(--colorDanger50, #be4945);
71
+ background: var(--colorDanger40, #d9534f);
74
72
  border-color: var(--colorDanger60, #9f3d3a);
75
73
  }
76
74
 
@@ -109,6 +109,12 @@
109
109
  }
110
110
 
111
111
  /* Light */
112
+ .btn.btn-light {
113
+ background: var(--colorLight50, #d9d7d2);
114
+ border-color: transparent;
115
+ color: var(--textColorLight10, #53534c);
116
+ }
117
+
112
118
  .btn.btn-light.active,
113
119
  .btn.btn-light:active,
114
120
  .k-button.k-light.active,
@@ -117,6 +123,12 @@
117
123
  color: var(--textColor40, #383838);
118
124
  }
119
125
 
126
+ .btn.btn-stable {
127
+ background: var(--colorStable50, #d9d9d9);
128
+ border-color: transparent;
129
+ color: var(--textColorStable40, #444444);
130
+ }
131
+
120
132
  /* Link */
121
133
  .btn.btn-link i,
122
134
  .btn.btn-link span,
@@ -37,6 +37,7 @@
37
37
 
38
38
  /* Menus - Sizes and Distances */
39
39
  --menuVerticalWidth: 270px;
40
+ --menuVerticalCollapsedWidth: 225px;
40
41
  --menuSideSize: 20px;
41
42
  --menuItemBarSize: 6px;
42
43
  --menuElementOverallPadding: 10px;
@@ -37,6 +37,7 @@
37
37
 
38
38
  /* Menus - Sizes and Distances */
39
39
  --menuVerticalWidth: 270px;
40
+ --menuVerticalCollapsedWidth: 225px;
40
41
  --menuSideSize: 20px;
41
42
  --menuItemBarSize: 6px;
42
43
  --menuElementOverallPadding: 10px;
@@ -36,6 +36,7 @@
36
36
 
37
37
  /* Menus - Sizes and Distances */
38
38
  --menuVerticalWidth: 270px;
39
+ --menuVerticalCollapsedWidth: 225px;
39
40
  --menuSideSize: 20px;
40
41
  --menuItemBarSize: 6px;
41
42
  --menuElementOverallPadding: 10px;
@@ -37,6 +37,7 @@
37
37
 
38
38
  /* Menus - Sizes and Distances */
39
39
  --menuVerticalWidth: 270px;
40
+ --menuVerticalCollapsedWidth: 225px;
40
41
  --menuSideSize: 20px;
41
42
  --menuItemBarSize: 6px;
42
43
  --menuElementOverallPadding: 10px;
@@ -126,7 +126,7 @@
126
126
  .btn.btn-light:active,
127
127
  .k-button.k-light.active,
128
128
  .k-button.k-light:active {
129
- background: var(--colorLight40, #ffffff);
129
+ background: var(--colorLight40, #abb6c2);
130
130
  color: var(--textColor40, #383838);
131
131
  }
132
132