cronapp-framework-js 3.0.0-SP.5 → 3.0.0-SP.50

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 (148) 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/cron-breadcrumbs.components.json +7 -3
  6. package/components/templates/Component_Container/crn-eight-four-container.template.html +2 -2
  7. package/components/templates/Component_Container/crn-four-eight-container.template.html +2 -2
  8. package/components/templates/Component_Container/crn-one-container.template.html +1 -1
  9. package/components/templates/Component_Container/crn-three-container.template.html +3 -3
  10. package/components/templates/Component_Container/crn-three-six-three-container.template.html +3 -3
  11. package/components/templates/Component_Container/crn-two-container.template.html +2 -2
  12. package/components/templates/combobox-dynamic.template.html +4 -4
  13. package/components/templates/cron-autocomplete.designtime.html +2 -2
  14. package/components/templates/cron-combobox-multiple.template.html +1 -1
  15. package/components/templates/cron-grid.designtime.html +5 -4
  16. package/components/templates/dynamicfile.designtime.html +5 -0
  17. package/components/templates/dynamicfile.template.html +20 -3
  18. package/css/themes/custom/aquamarine/custom-aquamarine.css +24 -10
  19. package/css/themes/custom/cerulean/custom-cerulean.css +1 -0
  20. package/css/themes/custom/cosmo/custom-cosmo.css +16 -16
  21. package/css/themes/custom/cosmo/panel-cosmo.css +1 -1
  22. package/css/themes/custom/cyborg/button-cyborg.css +67 -3
  23. package/css/themes/custom/cyborg/custom-cyborg.css +250 -69
  24. package/css/themes/custom/cyborg/navbar-cyborg.css +4 -4
  25. package/css/themes/custom/cyborg/panel-cyborg.css +6 -7
  26. package/css/themes/custom/darkly/custom-darkly.css +1 -8
  27. package/css/themes/custom/dsgov/button-dsgov.css +0 -1
  28. package/css/themes/custom/dsgov/custom-dsgov.css +12 -1
  29. package/css/themes/custom/dsgov/table-grid-dsgov.css +14 -9
  30. package/css/themes/custom/flatly/custom-flatly.css +1 -0
  31. package/css/themes/custom/fuse/custom-fuse.css +15 -19
  32. package/css/themes/custom/journal/custom-journal.css +1 -0
  33. package/css/themes/custom/krypton/custom-krypton.css +991 -236
  34. package/css/themes/custom/krypton/grid-krypton.css +253 -66
  35. package/css/themes/custom/krypton/navbar-krypton.css +13 -12
  36. package/css/themes/custom/krypton/panel-krypton.css +29 -26
  37. package/css/themes/custom/lumen/button-lumen.css +8 -8
  38. package/css/themes/custom/lumen/custom-lumen.css +46 -34
  39. package/css/themes/custom/lumen/navbar-lumen.css +1 -1
  40. package/css/themes/custom/lumen/panel-lumen.css +17 -13
  41. package/css/themes/custom/material/custom-material.css +12 -1
  42. package/css/themes/custom/material/grid-material.css +1 -1
  43. package/css/themes/custom/material/navbar-material.css +13 -0
  44. package/css/themes/custom/material-round/custom-material-round.css +187 -34
  45. package/css/themes/custom/material-round/grid-material-round.css +174 -18
  46. package/css/themes/custom/materialui/custom-materialui.css +1 -0
  47. package/css/themes/custom/navigator/custom-navigator.css +80 -21
  48. package/css/themes/custom/paper/custom-paper.css +284 -27
  49. package/css/themes/custom/readable/button-readable.css +61 -1
  50. package/css/themes/custom/readable/custom-readable.css +242 -26
  51. package/css/themes/custom/readable/navbar-readable.css +1 -2
  52. package/css/themes/custom/readable/panel-readable.css +6 -8
  53. package/css/themes/custom/sandstone/button-sandstone.css +12 -0
  54. package/css/themes/custom/sandstone/custom-sandstone.css +1 -0
  55. package/css/themes/custom/simplex/custom-simplex.css +1 -0
  56. package/css/themes/custom/slate/custom-slate.css +4 -3
  57. package/css/themes/custom/spacelab/custom-spacelab.css +1 -0
  58. package/css/themes/custom/superhero/button-superhero.css +1 -1
  59. package/css/themes/custom/superhero/custom-superhero.css +348 -45
  60. package/css/themes/custom/superhero/navbar-superhero.css +5 -1
  61. package/css/themes/custom/superhero/panel-superhero.css +4 -5
  62. package/css/themes/custom/superhero/tabs-superhero.css +1 -1
  63. package/css/themes/custom/theme-general/button.css +4 -0
  64. package/css/themes/custom/theme-general/menu-vertical-retratil.css +35 -23
  65. package/css/themes/custom/theme-general/menu.css +10 -2
  66. package/css/themes/custom/theme-general/table-grid.css +14 -2
  67. package/css/themes/custom/theme-general/theme-general.css +30 -0
  68. package/css/themes/custom/united/custom-united.css +1 -0
  69. package/css/themes/custom/yeti/custom-yeti.css +1 -0
  70. package/dist/components/js/format.min.js +1 -1
  71. package/dist/components/js/jquery.inputmask.bundle.js +1 -1
  72. package/dist/components/js/jquery.mask.min.js +1 -1
  73. package/dist/components/templates/Component_Container/crn-eight-four-container.template.html +1 -1
  74. package/dist/components/templates/Component_Container/crn-four-eight-container.template.html +1 -1
  75. package/dist/components/templates/Component_Container/crn-one-container.template.html +1 -1
  76. package/dist/components/templates/Component_Container/crn-three-container.template.html +1 -1
  77. package/dist/components/templates/Component_Container/crn-three-six-three-container.template.html +1 -1
  78. package/dist/components/templates/Component_Container/crn-two-container.template.html +1 -1
  79. package/dist/components/templates/combobox-dynamic.template.html +1 -1
  80. package/dist/components/templates/cron-autocomplete.designtime.html +1 -1
  81. package/dist/components/templates/cron-combobox-multiple.template.html +1 -1
  82. package/dist/components/templates/cron-grid.designtime.html +1 -1
  83. package/dist/components/templates/dynamicfile.designtime.html +1 -0
  84. package/dist/components/templates/dynamicfile.template.html +1 -1
  85. package/dist/css/themes/custom/aquamarine/custom-aquamarine.css +1 -1
  86. package/dist/css/themes/custom/cerulean/custom-cerulean.css +1 -1
  87. package/dist/css/themes/custom/cosmo/custom-cosmo.css +1 -1
  88. package/dist/css/themes/custom/cosmo/panel-cosmo.css +1 -1
  89. package/dist/css/themes/custom/cyborg/button-cyborg.css +1 -1
  90. package/dist/css/themes/custom/cyborg/custom-cyborg.css +1 -1
  91. package/dist/css/themes/custom/cyborg/navbar-cyborg.css +1 -1
  92. package/dist/css/themes/custom/cyborg/panel-cyborg.css +1 -1
  93. package/dist/css/themes/custom/darkly/custom-darkly.css +1 -1
  94. package/dist/css/themes/custom/dsgov/button-dsgov.css +1 -1
  95. package/dist/css/themes/custom/dsgov/custom-dsgov.css +1 -1
  96. package/dist/css/themes/custom/dsgov/table-grid-dsgov.css +1 -1
  97. package/dist/css/themes/custom/flatly/custom-flatly.css +1 -1
  98. package/dist/css/themes/custom/fuse/custom-fuse.css +1 -1
  99. package/dist/css/themes/custom/journal/custom-journal.css +1 -1
  100. package/dist/css/themes/custom/krypton/custom-krypton.css +1 -1
  101. package/dist/css/themes/custom/krypton/grid-krypton.css +1 -1
  102. package/dist/css/themes/custom/krypton/navbar-krypton.css +1 -1
  103. package/dist/css/themes/custom/krypton/panel-krypton.css +1 -1
  104. package/dist/css/themes/custom/lumen/button-lumen.css +1 -1
  105. package/dist/css/themes/custom/lumen/custom-lumen.css +1 -1
  106. package/dist/css/themes/custom/lumen/navbar-lumen.css +1 -1
  107. package/dist/css/themes/custom/lumen/panel-lumen.css +1 -1
  108. package/dist/css/themes/custom/material/custom-material.css +1 -1
  109. package/dist/css/themes/custom/material/grid-material.css +1 -1
  110. package/dist/css/themes/custom/material/navbar-material.css +1 -1
  111. package/dist/css/themes/custom/material-round/custom-material-round.css +1 -1
  112. package/dist/css/themes/custom/material-round/grid-material-round.css +1 -1
  113. package/dist/css/themes/custom/materialui/custom-materialui.css +1 -1
  114. package/dist/css/themes/custom/navigator/custom-navigator.css +1 -1
  115. package/dist/css/themes/custom/paper/custom-paper.css +1 -1
  116. package/dist/css/themes/custom/readable/button-readable.css +1 -1
  117. package/dist/css/themes/custom/readable/custom-readable.css +1 -1
  118. package/dist/css/themes/custom/readable/navbar-readable.css +1 -1
  119. package/dist/css/themes/custom/readable/panel-readable.css +1 -1
  120. package/dist/css/themes/custom/sandstone/button-sandstone.css +1 -1
  121. package/dist/css/themes/custom/sandstone/custom-sandstone.css +1 -1
  122. package/dist/css/themes/custom/simplex/custom-simplex.css +1 -1
  123. package/dist/css/themes/custom/slate/custom-slate.css +1 -1
  124. package/dist/css/themes/custom/spacelab/custom-spacelab.css +1 -1
  125. package/dist/css/themes/custom/superhero/button-superhero.css +1 -1
  126. package/dist/css/themes/custom/superhero/custom-superhero.css +1 -1
  127. package/dist/css/themes/custom/superhero/navbar-superhero.css +1 -1
  128. package/dist/css/themes/custom/superhero/panel-superhero.css +1 -1
  129. package/dist/css/themes/custom/superhero/tabs-superhero.css +1 -1
  130. package/dist/css/themes/custom/theme-general/button.css +1 -1
  131. package/dist/css/themes/custom/theme-general/menu-vertical-retratil.css +1 -1
  132. package/dist/css/themes/custom/theme-general/menu.css +1 -1
  133. package/dist/css/themes/custom/theme-general/table-grid.css +1 -1
  134. package/dist/css/themes/custom/theme-general/theme-general.css +1 -1
  135. package/dist/css/themes/custom/united/custom-united.css +1 -1
  136. package/dist/css/themes/custom/yeti/custom-yeti.css +1 -1
  137. package/dist/js/app.js +1 -1
  138. package/dist/js/controllers.js +1 -1
  139. package/dist/js/directives.js +17 -12
  140. package/dist/js/reports/reports.service.js +1 -1
  141. package/dist/js/upload.service.js +1 -1
  142. package/js/app.js +5 -4
  143. package/js/controllers.js +42 -19
  144. package/js/directives.js +350 -81
  145. package/js/reports/reports.service.js +5 -5
  146. package/js/upload.service.js +7 -4
  147. package/package.json +1 -1
  148. package/postupdate.json +6 -0
@@ -4,7 +4,7 @@
4
4
  box-shadow: none;
5
5
  }
6
6
 
7
- .panel-default>.panel-heading+.panel-collapse>.panel-body{
7
+ .panel-default>.panel-heading+.panel-collapse>.panel-body {
8
8
  border-color: transparent
9
9
  }
10
10
 
@@ -16,7 +16,7 @@
16
16
  border-color: transparent;
17
17
  }
18
18
 
19
- .panel-default .panel-body{
19
+ .panel-default .panel-body {
20
20
  color: var(--textColor60, #939393);
21
21
  }
22
22
 
@@ -37,7 +37,6 @@
37
37
  }
38
38
 
39
39
  /* Sucess */
40
-
41
40
  .panel-success>.panel-heading,
42
41
  .panel-success>.panel-footer {
43
42
  color: var(--textColorSuccess40, #ffffff);
@@ -53,12 +52,12 @@
53
52
  .panel-info>.panel-heading,
54
53
  .panel-info>.panel-footer {
55
54
  color: var(--textColorCalm40, #ffffff);
56
- background: var(--colorCalm40, #11c1f3);
55
+ background: var(--colorCalm40, #9933cc);
57
56
  border-color: transparent
58
57
  }
59
58
 
60
59
  .panel-info {
61
- border-color: var(--colorCalm40, #11c1f3);
60
+ border-color: var(--colorCalm40, #9933cc);
62
61
  }
63
62
 
64
63
  /* Warning */
@@ -113,12 +112,12 @@
113
112
  .panel-royal>.panel-heading,
114
113
  .panel-royal>.panel-footer {
115
114
  color: var(--textColorRoyal40, #ffffff);
116
- background: var(--colorRoyal40, #9933cc);
115
+ background: var(--colorRoyal40, #6c2093);
117
116
  border-color: transparent
118
117
  }
119
118
 
120
119
  .panel-royal {
121
- border-color: var(--colorRoyal40, #9933cc);
120
+ border-color: var(--colorRoyal40, #6c2093);
122
121
  }
123
122
 
124
123
  /* Dark */
@@ -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;
@@ -460,7 +461,6 @@ a:hover {
460
461
  }
461
462
 
462
463
  /* option - radio */
463
-
464
464
  .option-default .k-radio:checked+.k-radio-label:before,
465
465
  .option-default .k-radio-label:before {
466
466
  border-color: var(--colorDefault40, #444444);
@@ -1046,20 +1046,13 @@ textarea.k-textbox:hover,
1046
1046
  .k-grid table .k-button {
1047
1047
  border-radius: var(--borderRadiusSmallest, 5px);
1048
1048
  min-width: 49px;
1049
- background: transparent;
1050
1049
  color: var(--textColorDefault40);
1051
1050
  border: 1px solid var(--colorPrimary30, #8492a6);
1052
1051
  }
1053
1052
 
1054
- .k-grid table .k-state-selected .k-button {
1055
- background: var(--textColorDefault40, #ffffff);
1056
- color: var(--colorSuccess40, #00bc8c);
1057
- }
1058
-
1059
1053
  .k-grid table .k-button:hover,
1060
1054
  .k-grid-toolbar .k-button:hover {
1061
1055
  color: var(--textColorPrimary40, #ffffff);
1062
- background: var(--colorPrimary50, #304f6f);
1063
1056
  }
1064
1057
 
1065
1058
  .k-alt,
@@ -9,7 +9,6 @@
9
9
 
10
10
  /* Default */
11
11
  .btn,
12
- .k-button,
13
12
  .k-button.k-default,
14
13
  .btn.btn-primary {
15
14
  background: var(--colorDefault40, #1351b4);
@@ -43,6 +43,7 @@
43
43
 
44
44
  /* Menus - Sizes and Distances */
45
45
  --menuVerticalWidth: 270px;
46
+ --menuVerticalCollapsedWidth: 225px;
46
47
  --menuSideSize: 20px;
47
48
  --menuItemBarSize: 6px;
48
49
  --menuElementOverallPadding: 10px;
@@ -652,6 +653,16 @@ a:hover {
652
653
  background: transparent;
653
654
  }
654
655
 
656
+ .dynamic-input-upload {
657
+ border: 1px dashed var(--colorDefault40, #3b448e);
658
+ }
659
+
660
+ .dynamic-input-upload btn{
661
+ border-color: transparent;
662
+ box-shadow: none;
663
+ margin: 0;
664
+ }
665
+
655
666
  /* Banner */
656
667
  .jumbotron {
657
668
  background: var(--colorDefault10, #d6daeb);
@@ -1292,4 +1303,4 @@ div[id^="crn-signature-pad"] canvas {
1292
1303
 
1293
1304
  #cron-breadcrumbs{
1294
1305
  background: transparent;
1295
- }
1306
+ }
@@ -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);
@@ -172,14 +171,23 @@ table.table.table-bordered tbody td {
172
171
 
173
172
  .k-grid table .k-button {
174
173
  height: 35px;
175
- width: 35px;
174
+ min-width: 35px;
176
175
  display: inline-flex;
177
- background: transparent;
178
176
  margin-right: 5px;
179
177
  }
180
178
 
181
- .k-grid table .k-button:hover {
182
- background: var(--colorDefault10, #d6daeb);
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: 2;
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,
@@ -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;
@@ -630,14 +631,12 @@ div[data-component="crn-accordion"] .title {
630
631
  border: 1px solid var(--textColor20, #b2b2b2);
631
632
  }
632
633
 
633
-
634
634
  /* Slider */
635
635
  .k-slider .k-slider-selection {
636
636
  background: var(--colorPrimary40, #4f46e5);
637
637
  }
638
638
 
639
639
  /* option - radio */
640
-
641
640
  .option-light .k-radio:checked+.k-radio-label:before,
642
641
  .option-light .k-radio-label:before {
643
642
  border-color: var(--colorLight60, #bbbbbb);
@@ -694,7 +693,6 @@ div[data-component="crn-accordion"] .title {
694
693
  border-color: var(--textColor20, #b2b2b2);
695
694
  }
696
695
 
697
-
698
696
  /* Checkbox */
699
697
  .k-checkbox-label:before {
700
698
  background: transparent;
@@ -870,6 +868,17 @@ a:hover {
870
868
  background: var(--colorPrimary30, #8d8aeb);
871
869
  }
872
870
 
871
+ /* Dynamic input upload */
872
+ .dynamic-input-upload {
873
+ border: 1px dashed var(--colorDefault40, #3b448e);
874
+ }
875
+
876
+ .dynamic-input-upload btn{
877
+ border-color: transparent;
878
+ box-shadow: none;
879
+ margin: 0;
880
+ }
881
+
873
882
  /* Form */
874
883
  .k-multiselect-wrap.k-state-hover,
875
884
  .k-state-hover>.k-multiselect-wrap,
@@ -1047,13 +1056,11 @@ div[data-component="crn-grid"] .k-grid-header th.k-header {
1047
1056
 
1048
1057
  .k-grid table .k-button {
1049
1058
  border: 0;
1050
- background: transparent;
1051
- color: var(--textColor40, #383838);
1052
1059
  }
1053
1060
 
1054
- .k-grid table .k-button.k-state-hover,
1055
- .k-grid table .k-button:hover {
1056
- color: var(--colorPrimary40, #4f46e5);
1061
+ .k-grid .k-button.k-info,
1062
+ .btn.btn-info {
1063
+ color: var(--textColor40, #1e293b);
1057
1064
  }
1058
1065
 
1059
1066
  .k-grid table .k-button.k-grid-edit:hover {
@@ -1064,11 +1071,6 @@ div[data-component="crn-grid"] .k-grid-header th.k-header {
1064
1071
  color: var(--colorDanger40, #ef4444);
1065
1072
  }
1066
1073
 
1067
- .k-grid table .k-button,
1068
- .k-grid table {
1069
- color: var(--textColor70, #1f1f1f);
1070
- }
1071
-
1072
1074
  .k-state-selected,
1073
1075
  .k-state-selected:link,
1074
1076
  .k-state-selected:visited,
@@ -1080,10 +1082,6 @@ div[data-component="crn-grid"] .k-grid-header th.k-header {
1080
1082
  color: var(--textColorPrimary40, #ffffff);
1081
1083
  }
1082
1084
 
1083
- .k-grid table .k-state-selected .k-button {
1084
- color: var(--textColorPrimary40, #ffffff);
1085
- }
1086
-
1087
1085
  .k-popup .k-list .k-state-focused {
1088
1086
  box-shadow: none;
1089
1087
  background: var(--colorPrimary20, #b7b5f1);
@@ -1103,7 +1101,6 @@ div[data-component="crn-grid"] .k-grid-header th.k-header {
1103
1101
  background: var(--backgroundColor20, #f8fafc);
1104
1102
  }
1105
1103
 
1106
-
1107
1104
  /* Pagination - Grid */
1108
1105
  .k-pager-wrap .k-link.k-pager-refresh {
1109
1106
  margin-right: 11px;
@@ -1141,7 +1138,6 @@ div[data-component="crn-grid"] .k-grid-header th.k-header {
1141
1138
  color: var(--textColor40, #393939);
1142
1139
  }
1143
1140
 
1144
-
1145
1141
  .k-scheduler-toolbar>ul>li,
1146
1142
  .k-scheduler .k-header {
1147
1143
  background: var(--colorNeutral00, #bbbbbb);
@@ -40,6 +40,7 @@
40
40
 
41
41
  /* Menus - Sizes and Distances */
42
42
  --menuVerticalWidth: 270px;
43
+ --menuVerticalCollapsedWidth: 225px;
43
44
  --menuSideSize: 20px;
44
45
  --menuItemBarSize: 6px;
45
46
  --menuElementOverallPadding: 10px;