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
@@ -1,4 +1,10 @@
1
1
  /* Default */
2
+ .k-button, .btn, .k-button.k-default, .btn.btn-default {
3
+ background: var(--colorDefault40, #424242);
4
+ border-color: transparent;
5
+ color: var(--textColorDefault40, #ffffff);
6
+ }
7
+
2
8
  .k-button.k-default.active,
3
9
  .k-button.k-default:active,
4
10
  .btn.btn-default.active,
@@ -8,6 +14,12 @@
8
14
  }
9
15
 
10
16
  /* Primary */
17
+ .btn.btn-primary {
18
+ background: var( --colorPrimary40, #2a9fd6);
19
+ border-color: transparent;
20
+ color: var(--textColorPrimary40, #ffffff);
21
+ }
22
+
11
23
  .btn.btn-primary.active,
12
24
  .btn.btn-primary:active,
13
25
  .k-button.k-primary.active,
@@ -17,6 +29,12 @@
17
29
  }
18
30
 
19
31
  /* Success */
32
+ .btn.btn-success {
33
+ background: var(--colorSuccess40, #77b300);
34
+ border-color: transparent;
35
+ color: var(--textColorSuccess40, #ffffff);
36
+ }
37
+
20
38
  .btn.btn-success.active,
21
39
  .btn.btn-success:active,
22
40
  .k-button.k-success.active,
@@ -26,6 +44,12 @@
26
44
  }
27
45
 
28
46
  /* Warning */
47
+ .btn.btn-warning {
48
+ background: var(--colorWarning40, #ff8800);
49
+ border-color: transparent;
50
+ color: var(--textColorWarning40, #ffffff);
51
+ }
52
+
29
53
  .btn.btn-warning.active,
30
54
  .btn.btn-warning:active,
31
55
  .k-button.k-warning.active,
@@ -35,6 +59,12 @@
35
59
  }
36
60
 
37
61
  /* Danger */
62
+ .btn.btn-danger {
63
+ background: var(--colorDanger40, #cc0000);
64
+ border-color: transparent;
65
+ color: var(--textColorDanger40, #ffffff);
66
+ }
67
+
38
68
  .btn.btn-danger.active,
39
69
  .btn.btn-danger:active,
40
70
  .k-button.k-danger.active,
@@ -44,25 +74,47 @@
44
74
  }
45
75
 
46
76
  /* Info */
77
+ .btn.btn-info {
78
+ background: var(--colorCalm40, #9933cc);
79
+ border-color: transparent;
80
+ color: var(--textColorCalm40, #ffffff);
81
+ }
82
+
47
83
  .btn.btn-info.active,
48
84
  .btn.btn-info:active,
49
85
  .k-button.k-info.active,
50
86
  .k-button.k-info:active {
51
- background: var(--textColor20, #b2b2b2);
87
+ background: var(--colorCalm60, #7a29a3);
52
88
  color: var(--textColor40, #383838);
53
- border: 1px solid var(--textColor20, #b2b2b2);
89
+ border: 1px solid var(--colorCalm70, #732699);
90
+ }
91
+
92
+ .k-button:focus:active {
93
+ box-shadow: unset;
54
94
  }
55
95
 
56
96
  /* Light */
97
+ .btn.btn-light {
98
+ background: var(--colorLight40, #222222);
99
+ border-color: transparent;
100
+ color: var(--textColorLight40, #000000);
101
+ }
102
+
57
103
  .btn.btn-light.active,
58
104
  .btn.btn-light:active,
59
105
  .k-button.k-light.active,
60
106
  .k-button.k-light:active {
61
- background: var(--colorLight40, #ffffff);
107
+ background: var(--colorLight40, #222222);
62
108
  color: var(--textColor40, #383838);
63
109
  }
64
110
 
65
111
  /* stable */
112
+ .k-button.k-stable, .btn.btn-stable {
113
+ background: var(--colorStable40, #f8f8f8);
114
+ border-color: transparent;
115
+ color: var(--textColorStable40, #444444);
116
+ }
117
+
66
118
  .btn.btn-stable.active,
67
119
  .btn.btn-stable:active,
68
120
  .k-button.k-stable.active,
@@ -72,6 +124,12 @@
72
124
  }
73
125
 
74
126
  /* royal */
127
+ .btn.btn-royal {
128
+ background: var(--colorRoyal40, #6c2093);
129
+ border-color: transparent;
130
+ color: var(--textColorRoyal40, #ffffff);
131
+ }
132
+
75
133
  .btn.btn-royal.active,
76
134
  .btn.btn-royal:active,
77
135
  .k-button.k-royal.active,
@@ -81,6 +139,12 @@
81
139
  }
82
140
 
83
141
  /* dark */
142
+ .btn.btn-dark {
143
+ background: var(--colorDark40, #adafae);
144
+ border-color: transparent;
145
+ color: var(--textColorDark40, #ffffff);
146
+ }
147
+
84
148
  .btn.btn-dark.active,
85
149
  .btn.btn-dark:active,
86
150
  .k-button.k-dark.active,