cronapp-framework-js 3.0.0 → 3.1.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.
Files changed (160) 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/crn-start.components.json +3 -0
  6. package/components/cron-breadcrumbs.components.json +7 -3
  7. package/components/templates/Component_Container/crn-eight-four-container.template.html +2 -2
  8. package/components/templates/Component_Container/crn-four-eight-container.template.html +2 -2
  9. package/components/templates/Component_Container/crn-one-container.template.html +1 -1
  10. package/components/templates/Component_Container/crn-three-container.template.html +3 -3
  11. package/components/templates/Component_Container/crn-three-six-three-container.template.html +3 -3
  12. package/components/templates/Component_Container/crn-two-container.template.html +2 -2
  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/app.css +5 -0
  19. package/css/fonts/nunito/nunito.css +270 -0
  20. package/css/themes/custom/aquamarine/custom-aquamarine.css +24 -10
  21. package/css/themes/custom/cerulean/custom-cerulean.css +1 -0
  22. package/css/themes/custom/cosmo/custom-cosmo.css +16 -16
  23. package/css/themes/custom/cosmo/panel-cosmo.css +1 -1
  24. package/css/themes/custom/cyborg/button-cyborg.css +67 -3
  25. package/css/themes/custom/cyborg/custom-cyborg.css +250 -69
  26. package/css/themes/custom/cyborg/navbar-cyborg.css +4 -4
  27. package/css/themes/custom/cyborg/panel-cyborg.css +6 -7
  28. package/css/themes/custom/darkly/custom-darkly.css +1 -8
  29. package/css/themes/custom/dsgov/button-dsgov.css +0 -1
  30. package/css/themes/custom/dsgov/custom-dsgov.css +12 -1
  31. package/css/themes/custom/dsgov/table-grid-dsgov.css +14 -9
  32. package/css/themes/custom/flatly/custom-flatly.css +1 -0
  33. package/css/themes/custom/fuse/custom-fuse.css +15 -19
  34. package/css/themes/custom/journal/custom-journal.css +1 -0
  35. package/css/themes/custom/krypton/custom-krypton.css +991 -236
  36. package/css/themes/custom/krypton/grid-krypton.css +253 -66
  37. package/css/themes/custom/krypton/navbar-krypton.css +13 -12
  38. package/css/themes/custom/krypton/panel-krypton.css +29 -26
  39. package/css/themes/custom/lumen/button-lumen.css +8 -8
  40. package/css/themes/custom/lumen/custom-lumen.css +46 -34
  41. package/css/themes/custom/lumen/navbar-lumen.css +1 -1
  42. package/css/themes/custom/lumen/panel-lumen.css +17 -13
  43. package/css/themes/custom/material/custom-material.css +12 -1
  44. package/css/themes/custom/material/grid-material.css +1 -1
  45. package/css/themes/custom/material/navbar-material.css +13 -0
  46. package/css/themes/custom/material-round/custom-material-round.css +187 -34
  47. package/css/themes/custom/material-round/grid-material-round.css +174 -18
  48. package/css/themes/custom/materialui/custom-materialui.css +1 -0
  49. package/css/themes/custom/nature/custom-nature.css +2131 -0
  50. package/css/themes/custom/nature/grid-nature.css +396 -0
  51. package/css/themes/custom/nature/navbar-nature.css +98 -0
  52. package/css/themes/custom/nature/panel-nature.css +72 -0
  53. package/css/themes/custom/navigator/custom-navigator.css +80 -21
  54. package/css/themes/custom/paper/custom-paper.css +284 -27
  55. package/css/themes/custom/readable/button-readable.css +61 -1
  56. package/css/themes/custom/readable/custom-readable.css +242 -26
  57. package/css/themes/custom/readable/navbar-readable.css +1 -2
  58. package/css/themes/custom/readable/panel-readable.css +6 -8
  59. package/css/themes/custom/sandstone/button-sandstone.css +12 -0
  60. package/css/themes/custom/sandstone/custom-sandstone.css +1 -0
  61. package/css/themes/custom/simplex/custom-simplex.css +1 -0
  62. package/css/themes/custom/slate/custom-slate.css +4 -3
  63. package/css/themes/custom/spacelab/custom-spacelab.css +1 -0
  64. package/css/themes/custom/superhero/button-superhero.css +1 -1
  65. package/css/themes/custom/superhero/custom-superhero.css +348 -45
  66. package/css/themes/custom/superhero/navbar-superhero.css +5 -1
  67. package/css/themes/custom/superhero/panel-superhero.css +4 -5
  68. package/css/themes/custom/superhero/tabs-superhero.css +1 -1
  69. package/css/themes/custom/theme-general/button.css +4 -0
  70. package/css/themes/custom/theme-general/menu-vertical-retratil.css +35 -23
  71. package/css/themes/custom/theme-general/menu.css +10 -2
  72. package/css/themes/custom/theme-general/table-grid.css +14 -2
  73. package/css/themes/custom/theme-general/theme-general.css +30 -0
  74. package/css/themes/custom/united/custom-united.css +1 -0
  75. package/css/themes/custom/yeti/custom-yeti.css +1 -0
  76. package/css/themes/nature.min.css +9 -0
  77. package/dist/components/js/format.min.js +1 -1
  78. package/dist/components/js/jquery.inputmask.bundle.js +1 -1
  79. package/dist/components/js/jquery.mask.min.js +1 -1
  80. package/dist/components/templates/Component_Container/crn-eight-four-container.template.html +1 -1
  81. package/dist/components/templates/Component_Container/crn-four-eight-container.template.html +1 -1
  82. package/dist/components/templates/Component_Container/crn-one-container.template.html +1 -1
  83. package/dist/components/templates/Component_Container/crn-three-container.template.html +1 -1
  84. package/dist/components/templates/Component_Container/crn-three-six-three-container.template.html +1 -1
  85. package/dist/components/templates/Component_Container/crn-two-container.template.html +1 -1
  86. package/dist/components/templates/cron-autocomplete.designtime.html +1 -1
  87. package/dist/components/templates/cron-combobox-multiple.template.html +1 -1
  88. package/dist/components/templates/cron-grid.designtime.html +1 -1
  89. package/dist/components/templates/dynamicfile.designtime.html +1 -0
  90. package/dist/components/templates/dynamicfile.template.html +1 -1
  91. package/dist/css/app.css +1 -1
  92. package/dist/css/themes/custom/aquamarine/custom-aquamarine.css +1 -1
  93. package/dist/css/themes/custom/cerulean/custom-cerulean.css +1 -1
  94. package/dist/css/themes/custom/cosmo/custom-cosmo.css +1 -1
  95. package/dist/css/themes/custom/cosmo/panel-cosmo.css +1 -1
  96. package/dist/css/themes/custom/cyborg/button-cyborg.css +1 -1
  97. package/dist/css/themes/custom/cyborg/custom-cyborg.css +1 -1
  98. package/dist/css/themes/custom/cyborg/navbar-cyborg.css +1 -1
  99. package/dist/css/themes/custom/cyborg/panel-cyborg.css +1 -1
  100. package/dist/css/themes/custom/darkly/custom-darkly.css +1 -1
  101. package/dist/css/themes/custom/dsgov/button-dsgov.css +1 -1
  102. package/dist/css/themes/custom/dsgov/custom-dsgov.css +1 -1
  103. package/dist/css/themes/custom/dsgov/table-grid-dsgov.css +1 -1
  104. package/dist/css/themes/custom/flatly/custom-flatly.css +1 -1
  105. package/dist/css/themes/custom/fuse/custom-fuse.css +1 -1
  106. package/dist/css/themes/custom/journal/custom-journal.css +1 -1
  107. package/dist/css/themes/custom/krypton/custom-krypton.css +1 -1
  108. package/dist/css/themes/custom/krypton/grid-krypton.css +1 -1
  109. package/dist/css/themes/custom/krypton/navbar-krypton.css +1 -1
  110. package/dist/css/themes/custom/krypton/panel-krypton.css +1 -1
  111. package/dist/css/themes/custom/lumen/button-lumen.css +1 -1
  112. package/dist/css/themes/custom/lumen/custom-lumen.css +1 -1
  113. package/dist/css/themes/custom/lumen/navbar-lumen.css +1 -1
  114. package/dist/css/themes/custom/lumen/panel-lumen.css +1 -1
  115. package/dist/css/themes/custom/material/custom-material.css +1 -1
  116. package/dist/css/themes/custom/material/grid-material.css +1 -1
  117. package/dist/css/themes/custom/material/navbar-material.css +1 -1
  118. package/dist/css/themes/custom/material-round/custom-material-round.css +1 -1
  119. package/dist/css/themes/custom/material-round/grid-material-round.css +1 -1
  120. package/dist/css/themes/custom/materialui/custom-materialui.css +1 -1
  121. package/dist/css/themes/custom/nature/custom-nature.css +1 -0
  122. package/dist/css/themes/custom/nature/grid-nature.css +1 -0
  123. package/dist/css/themes/custom/nature/navbar-nature.css +1 -0
  124. package/dist/css/themes/custom/nature/panel-nature.css +1 -0
  125. package/dist/css/themes/custom/navigator/custom-navigator.css +1 -1
  126. package/dist/css/themes/custom/paper/custom-paper.css +1 -1
  127. package/dist/css/themes/custom/readable/button-readable.css +1 -1
  128. package/dist/css/themes/custom/readable/custom-readable.css +1 -1
  129. package/dist/css/themes/custom/readable/navbar-readable.css +1 -1
  130. package/dist/css/themes/custom/readable/panel-readable.css +1 -1
  131. package/dist/css/themes/custom/sandstone/button-sandstone.css +1 -1
  132. package/dist/css/themes/custom/sandstone/custom-sandstone.css +1 -1
  133. package/dist/css/themes/custom/simplex/custom-simplex.css +1 -1
  134. package/dist/css/themes/custom/slate/custom-slate.css +1 -1
  135. package/dist/css/themes/custom/spacelab/custom-spacelab.css +1 -1
  136. package/dist/css/themes/custom/superhero/button-superhero.css +1 -1
  137. package/dist/css/themes/custom/superhero/custom-superhero.css +1 -1
  138. package/dist/css/themes/custom/superhero/navbar-superhero.css +1 -1
  139. package/dist/css/themes/custom/superhero/panel-superhero.css +1 -1
  140. package/dist/css/themes/custom/superhero/tabs-superhero.css +1 -1
  141. package/dist/css/themes/custom/theme-general/button.css +1 -1
  142. package/dist/css/themes/custom/theme-general/menu-vertical-retratil.css +1 -1
  143. package/dist/css/themes/custom/theme-general/menu.css +1 -1
  144. package/dist/css/themes/custom/theme-general/table-grid.css +1 -1
  145. package/dist/css/themes/custom/theme-general/theme-general.css +1 -1
  146. package/dist/css/themes/custom/united/custom-united.css +1 -1
  147. package/dist/css/themes/custom/yeti/custom-yeti.css +1 -1
  148. package/dist/css/themes/nature.min.css +1 -0
  149. package/dist/js/app.js +1 -1
  150. package/dist/js/controllers.js +1 -1
  151. package/dist/js/directives.js +17 -12
  152. package/dist/js/reports/reports.service.js +1 -1
  153. package/dist/js/upload.service.js +1 -1
  154. package/js/app.js +5 -4
  155. package/js/controllers.js +43 -25
  156. package/js/directives.js +368 -77
  157. package/js/reports/reports.service.js +5 -5
  158. package/js/upload.service.js +7 -4
  159. package/package.json +1 -1
  160. package/postupdate.json +6 -0
@@ -0,0 +1,270 @@
1
+ /* cyrillic-ext */
2
+ @font-face {
3
+ font-family: 'Nunito';
4
+ font-style: italic;
5
+ font-weight: 300;
6
+ font-display: swap;
7
+ src: url(https://fonts.gstatic.com/s/nunito/v25/XRXX3I6Li01BKofIMNaORs71cA.woff2) format('woff2');
8
+ unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
9
+ }
10
+ /* cyrillic */
11
+ @font-face {
12
+ font-family: 'Nunito';
13
+ font-style: italic;
14
+ font-weight: 300;
15
+ font-display: swap;
16
+ src: url(https://fonts.gstatic.com/s/nunito/v25/XRXX3I6Li01BKofIMNaHRs71cA.woff2) format('woff2');
17
+ unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
18
+ }
19
+ /* vietnamese */
20
+ @font-face {
21
+ font-family: 'Nunito';
22
+ font-style: italic;
23
+ font-weight: 300;
24
+ font-display: swap;
25
+ src: url(https://fonts.gstatic.com/s/nunito/v25/XRXX3I6Li01BKofIMNaMRs71cA.woff2) format('woff2');
26
+ unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
27
+ }
28
+ /* latin-ext */
29
+ @font-face {
30
+ font-family: 'Nunito';
31
+ font-style: italic;
32
+ font-weight: 300;
33
+ font-display: swap;
34
+ src: url(https://fonts.gstatic.com/s/nunito/v25/XRXX3I6Li01BKofIMNaNRs71cA.woff2) format('woff2');
35
+ unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
36
+ }
37
+ /* latin */
38
+ @font-face {
39
+ font-family: 'Nunito';
40
+ font-style: italic;
41
+ font-weight: 300;
42
+ font-display: swap;
43
+ src: url(https://fonts.gstatic.com/s/nunito/v25/XRXX3I6Li01BKofIMNaDRs4.woff2) format('woff2');
44
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
45
+ }
46
+ /* cyrillic-ext */
47
+ @font-face {
48
+ font-family: 'Nunito';
49
+ font-style: italic;
50
+ font-weight: 400;
51
+ font-display: swap;
52
+ src: url(https://fonts.gstatic.com/s/nunito/v25/XRXX3I6Li01BKofIMNaORs71cA.woff2) format('woff2');
53
+ unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
54
+ }
55
+ /* cyrillic */
56
+ @font-face {
57
+ font-family: 'Nunito';
58
+ font-style: italic;
59
+ font-weight: 400;
60
+ font-display: swap;
61
+ src: url(https://fonts.gstatic.com/s/nunito/v25/XRXX3I6Li01BKofIMNaHRs71cA.woff2) format('woff2');
62
+ unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
63
+ }
64
+ /* vietnamese */
65
+ @font-face {
66
+ font-family: 'Nunito';
67
+ font-style: italic;
68
+ font-weight: 400;
69
+ font-display: swap;
70
+ src: url(https://fonts.gstatic.com/s/nunito/v25/XRXX3I6Li01BKofIMNaMRs71cA.woff2) format('woff2');
71
+ unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
72
+ }
73
+ /* latin-ext */
74
+ @font-face {
75
+ font-family: 'Nunito';
76
+ font-style: italic;
77
+ font-weight: 400;
78
+ font-display: swap;
79
+ src: url(https://fonts.gstatic.com/s/nunito/v25/XRXX3I6Li01BKofIMNaNRs71cA.woff2) format('woff2');
80
+ unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
81
+ }
82
+ /* latin */
83
+ @font-face {
84
+ font-family: 'Nunito';
85
+ font-style: italic;
86
+ font-weight: 400;
87
+ font-display: swap;
88
+ src: url(https://fonts.gstatic.com/s/nunito/v25/XRXX3I6Li01BKofIMNaDRs4.woff2) format('woff2');
89
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
90
+ }
91
+ /* cyrillic-ext */
92
+ @font-face {
93
+ font-family: 'Nunito';
94
+ font-style: normal;
95
+ font-weight: 400;
96
+ font-display: swap;
97
+ src: url(https://fonts.gstatic.com/s/nunito/v25/XRXV3I6Li01BKofIOOaBXso.woff2) format('woff2');
98
+ unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
99
+ }
100
+ /* cyrillic */
101
+ @font-face {
102
+ font-family: 'Nunito';
103
+ font-style: normal;
104
+ font-weight: 400;
105
+ font-display: swap;
106
+ src: url(https://fonts.gstatic.com/s/nunito/v25/XRXV3I6Li01BKofIMeaBXso.woff2) format('woff2');
107
+ unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
108
+ }
109
+ /* vietnamese */
110
+ @font-face {
111
+ font-family: 'Nunito';
112
+ font-style: normal;
113
+ font-weight: 400;
114
+ font-display: swap;
115
+ src: url(https://fonts.gstatic.com/s/nunito/v25/XRXV3I6Li01BKofIOuaBXso.woff2) format('woff2');
116
+ unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
117
+ }
118
+ /* latin-ext */
119
+ @font-face {
120
+ font-family: 'Nunito';
121
+ font-style: normal;
122
+ font-weight: 400;
123
+ font-display: swap;
124
+ src: url(https://fonts.gstatic.com/s/nunito/v25/XRXV3I6Li01BKofIO-aBXso.woff2) format('woff2');
125
+ unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
126
+ }
127
+ /* latin */
128
+ @font-face {
129
+ font-family: 'Nunito';
130
+ font-style: normal;
131
+ font-weight: 400;
132
+ font-display: swap;
133
+ src: url(https://fonts.gstatic.com/s/nunito/v25/XRXV3I6Li01BKofINeaB.woff2) format('woff2');
134
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
135
+ }
136
+ /* cyrillic-ext */
137
+ @font-face {
138
+ font-family: 'Nunito';
139
+ font-style: normal;
140
+ font-weight: 500;
141
+ font-display: swap;
142
+ src: url(https://fonts.gstatic.com/s/nunito/v25/XRXV3I6Li01BKofIOOaBXso.woff2) format('woff2');
143
+ unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
144
+ }
145
+ /* cyrillic */
146
+ @font-face {
147
+ font-family: 'Nunito';
148
+ font-style: normal;
149
+ font-weight: 500;
150
+ font-display: swap;
151
+ src: url(https://fonts.gstatic.com/s/nunito/v25/XRXV3I6Li01BKofIMeaBXso.woff2) format('woff2');
152
+ unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
153
+ }
154
+ /* vietnamese */
155
+ @font-face {
156
+ font-family: 'Nunito';
157
+ font-style: normal;
158
+ font-weight: 500;
159
+ font-display: swap;
160
+ src: url(https://fonts.gstatic.com/s/nunito/v25/XRXV3I6Li01BKofIOuaBXso.woff2) format('woff2');
161
+ unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
162
+ }
163
+ /* latin-ext */
164
+ @font-face {
165
+ font-family: 'Nunito';
166
+ font-style: normal;
167
+ font-weight: 500;
168
+ font-display: swap;
169
+ src: url(https://fonts.gstatic.com/s/nunito/v25/XRXV3I6Li01BKofIO-aBXso.woff2) format('woff2');
170
+ unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
171
+ }
172
+ /* latin */
173
+ @font-face {
174
+ font-family: 'Nunito';
175
+ font-style: normal;
176
+ font-weight: 500;
177
+ font-display: swap;
178
+ src: url(https://fonts.gstatic.com/s/nunito/v25/XRXV3I6Li01BKofINeaB.woff2) format('woff2');
179
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
180
+ }
181
+ /* cyrillic-ext */
182
+ @font-face {
183
+ font-family: 'Nunito';
184
+ font-style: normal;
185
+ font-weight: 700;
186
+ font-display: swap;
187
+ src: url(https://fonts.gstatic.com/s/nunito/v25/XRXV3I6Li01BKofIOOaBXso.woff2) format('woff2');
188
+ unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
189
+ }
190
+ /* cyrillic */
191
+ @font-face {
192
+ font-family: 'Nunito';
193
+ font-style: normal;
194
+ font-weight: 700;
195
+ font-display: swap;
196
+ src: url(https://fonts.gstatic.com/s/nunito/v25/XRXV3I6Li01BKofIMeaBXso.woff2) format('woff2');
197
+ unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
198
+ }
199
+ /* vietnamese */
200
+ @font-face {
201
+ font-family: 'Nunito';
202
+ font-style: normal;
203
+ font-weight: 700;
204
+ font-display: swap;
205
+ src: url(https://fonts.gstatic.com/s/nunito/v25/XRXV3I6Li01BKofIOuaBXso.woff2) format('woff2');
206
+ unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
207
+ }
208
+ /* latin-ext */
209
+ @font-face {
210
+ font-family: 'Nunito';
211
+ font-style: normal;
212
+ font-weight: 700;
213
+ font-display: swap;
214
+ src: url(https://fonts.gstatic.com/s/nunito/v25/XRXV3I6Li01BKofIO-aBXso.woff2) format('woff2');
215
+ unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
216
+ }
217
+ /* latin */
218
+ @font-face {
219
+ font-family: 'Nunito';
220
+ font-style: normal;
221
+ font-weight: 700;
222
+ font-display: swap;
223
+ src: url(https://fonts.gstatic.com/s/nunito/v25/XRXV3I6Li01BKofINeaB.woff2) format('woff2');
224
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
225
+ }
226
+ /* cyrillic-ext */
227
+ @font-face {
228
+ font-family: 'Nunito';
229
+ font-style: normal;
230
+ font-weight: 800;
231
+ font-display: swap;
232
+ src: url(https://fonts.gstatic.com/s/nunito/v25/XRXV3I6Li01BKofIOOaBXso.woff2) format('woff2');
233
+ unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
234
+ }
235
+ /* cyrillic */
236
+ @font-face {
237
+ font-family: 'Nunito';
238
+ font-style: normal;
239
+ font-weight: 800;
240
+ font-display: swap;
241
+ src: url(https://fonts.gstatic.com/s/nunito/v25/XRXV3I6Li01BKofIMeaBXso.woff2) format('woff2');
242
+ unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
243
+ }
244
+ /* vietnamese */
245
+ @font-face {
246
+ font-family: 'Nunito';
247
+ font-style: normal;
248
+ font-weight: 800;
249
+ font-display: swap;
250
+ src: url(https://fonts.gstatic.com/s/nunito/v25/XRXV3I6Li01BKofIOuaBXso.woff2) format('woff2');
251
+ unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
252
+ }
253
+ /* latin-ext */
254
+ @font-face {
255
+ font-family: 'Nunito';
256
+ font-style: normal;
257
+ font-weight: 800;
258
+ font-display: swap;
259
+ src: url(https://fonts.gstatic.com/s/nunito/v25/XRXV3I6Li01BKofIO-aBXso.woff2) format('woff2');
260
+ unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
261
+ }
262
+ /* latin */
263
+ @font-face {
264
+ font-family: 'Nunito';
265
+ font-style: normal;
266
+ font-weight: 800;
267
+ font-display: swap;
268
+ src: url(https://fonts.gstatic.com/s/nunito/v25/XRXV3I6Li01BKofINeaB.woff2) format('woff2');
269
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
270
+ }
@@ -38,6 +38,7 @@
38
38
 
39
39
  /* Menus - Sizes and Distances */
40
40
  --menuVerticalWidth: 270px;
41
+ --menuVerticalCollapsedWidth: 225px;
41
42
  --menuSideSize: 20px;
42
43
  --menuItemBarSize: 6px;
43
44
  --menuElementOverallPadding: 10px;
@@ -859,6 +860,17 @@ td.k-state-focused.k-state-selected,
859
860
  background: var(--colorDefault20, #b1d3d5);
860
861
  }
861
862
 
863
+ /* Dynamic input upload */
864
+ .dynamic-input-upload {
865
+ border: 1px dashed var(--colorDefault40, #3b448e);
866
+ }
867
+
868
+ .dynamic-input-upload btn{
869
+ border-color: transparent;
870
+ box-shadow: none;
871
+ margin: 0;
872
+ }
873
+
862
874
  .k-autocomplete.k-state-default .k-input,
863
875
  .k-combobox .k-state-default .k-input,
864
876
  .k-multiselect-wrap,
@@ -1017,29 +1029,28 @@ table.table thead th {
1017
1029
  }
1018
1030
 
1019
1031
  .k-grid table .k-button {
1020
- background: linear-gradient(90deg, var(--colorDefault50, #279093) 0%, var(--colorDefault30, #81bdc0) 100%);
1021
- color: var(--textColorDefault40, #ffffff);
1022
1032
  display: inherit;
1023
- height: 33px;
1024
- width: 33px;
1025
- border: 0;
1033
+ min-height: 33px;
1034
+ min-width: 33px;
1026
1035
  margin-right: 10px;
1027
1036
  }
1028
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
+
1029
1044
  .k-grid table .k-button.active,
1030
1045
  .k-grid table .k-button:active,
1031
1046
  .k-grid table .k-button:focus,
1032
1047
  .k-grid table .k-button:hover {
1033
- color: var(--colorDefault40, #2ca4a8);
1034
1048
  box-shadow: none;
1035
- background: var(--colorDefault20, #b1d3d5);
1036
1049
  }
1037
1050
 
1038
1051
  .k-grid table .k-button,
1039
1052
  .k-grid table .k-button:focus:active {
1040
1053
  padding: 5px;
1041
- min-height: 0;
1042
- min-width: 0;
1043
1054
  margin: 0;
1044
1055
  margin-right: 5px;
1045
1056
  display: inline-flex;
@@ -1064,6 +1075,10 @@ table.table thead th:hover,
1064
1075
  color: yellow;
1065
1076
  }
1066
1077
 
1078
+ .k-button.k-grid-edit.k-grid:hover {
1079
+ background: var(--colorDefault50, #279093);
1080
+ }
1081
+
1067
1082
  .k-state-selected,
1068
1083
  .k-state-selected:link,
1069
1084
  .k-state-selected:visited,
@@ -1079,7 +1094,6 @@ table.table thead th:hover,
1079
1094
  border-color: #ccc;
1080
1095
  }
1081
1096
 
1082
- .k-state-selected .k-button:hover,
1083
1097
  .k-state-selected:link .k-button:hover,
1084
1098
  .k-state-selected:visited .k-button:hover,
1085
1099
  .k-tool.k-state-selected .k-button: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;
@@ -88,7 +88,7 @@
88
88
  --colorDefault40: #222222;
89
89
  --colorDefault50: #1e1e1e;
90
90
  --colorDefault60: #191919;
91
- --colorDefault70: #131313;
91
+ --colorDefault70: #f5f5f5;
92
92
  --textColorDefault10: #8c8c8c;
93
93
  --textColorDefault20: #bbbbbb;
94
94
  --textColorDefault30: #dfdfdf;
@@ -242,26 +242,26 @@
242
242
  --textColorDark70: #ffffff;
243
243
 
244
244
  /* Color - Neutral (web e mobile) */
245
- --colorNeutral00: #FFFFFF;
246
- --colorNeutral10: #F1F1F1;
247
- --colorNeutral20: #E3E3E3;
248
- --colorNeutral30: #D5D5D5;
249
- --colorNeutral40: #C7C7C7;
250
- --colorNeutral50: #B9B9B9;
251
- --colorNeutral60: #ACACAC;
252
- --colorNeutral70: #9E9E9E;
245
+ --colorNeutral00: #ffffff;
246
+ --colorNeutral10: #f1f1f1;
247
+ --colorNeutral20: #e3e3e3;
248
+ --colorNeutral30: #d5d5d5;
249
+ --colorNeutral40: #c7c7c7;
250
+ --colorNeutral50: #b9b9b9;
251
+ --colorNeutral60: #acacac;
252
+ --colorNeutral70: #9e9e9e;
253
253
  --colorNeutral80: #909090;
254
254
  --colorNeutral90: #828282;
255
255
  --colorNeutral100: #747474;
256
256
  --colorNeutral110: #666666;
257
- --colorNeutral120: #5D5D5D;
257
+ --colorNeutral120: #5d5d5d;
258
258
  --colorNeutral130: #535353;
259
- --colorNeutral140: #4A4A4A;
259
+ --colorNeutral140: #4a4a4a;
260
260
  --colorNeutral150: #414141;
261
261
  --colorNeutral160: #383838;
262
- --colorNeutral170: #2E2E2E;
262
+ --colorNeutral170: #2e2e2e;
263
263
  --colorNeutral180: #252525;
264
- --colorNeutral190: #1C1C1C;
264
+ --colorNeutral190: #1c1c1c;
265
265
  --colorNeutral200: #131313;
266
266
  --colorNeutral210: #090909;
267
267
  --colorNeutral220: #000000;
@@ -385,8 +385,8 @@
385
385
  --borderOptionDark: transparent;
386
386
 
387
387
  /* Components - Panel */
388
- --panelDefault: var(--colorPrimary40, #2780e3);
389
- --panelPrimary: var(--colorDefault10, #d6d6d6);
388
+ --panelDefault: var(--colorDefault70, #f5f5f5);
389
+ --panelPrimary: var(--colorPrimary40, #2780e3);
390
390
  --panelSuccess: var(--colorSuccess40, #3fb618);
391
391
  --panelCalm: var(--colorCalm40, #11c1f3);
392
392
  --panelWarning: var(--colorWarning40, #ff7518);
@@ -649,7 +649,7 @@ a:hover {
649
649
  }
650
650
 
651
651
  .k-treeview .k-in.k-state-selected {
652
- background: var(--colorDefault70, #131313);
652
+ background: var(--colorNeutral200, #131313);
653
653
  color: var(--textColorDefault40, #ffffff);
654
654
  }
655
655
 
@@ -13,7 +13,7 @@
13
13
  .panel-default .panel-heading,
14
14
  .panel-default .panel-footer {
15
15
  color: var(--textColor40, #333333);
16
- background: var(--colorDefault10, #d6d6d6);
16
+ background: var(--colorDefault70, #f5f5f5);
17
17
  border-color: transparent
18
18
  }
19
19
 
@@ -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,