cronapp-framework-js 2.9.4-RC.3 → 2.9.4-SP.2

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 (113) hide show
  1. package/components/crn-textinputicon.components.json +0 -26
  2. package/components/css/checkbox-color.css +1 -0
  3. package/components/css/combobox-color.css +12 -0
  4. package/components/css/option-color.css +28 -0
  5. package/components/templates/textinputicon.template.html +1 -1
  6. package/css/animate.css +4 -4
  7. package/css/app.css +4 -4
  8. package/css/themes/custom/aquamarine/custom-aquamarine.css +3 -27
  9. package/css/themes/custom/cerulean/button-cerulean.css +2 -27
  10. package/css/themes/custom/cerulean/custom-cerulean.css +64 -597
  11. package/css/themes/custom/cerulean/navbar-cerulean.css +22 -90
  12. package/css/themes/custom/cerulean/panel-cerulean.css +34 -35
  13. package/css/themes/custom/cosmo/custom-cosmo.css +0 -27
  14. package/css/themes/custom/cyborg/custom-cyborg.css +0 -27
  15. package/css/themes/custom/darkly/custom-darkly.css +0 -25
  16. package/css/themes/custom/dsgov/button-dsgov.css +17 -52
  17. package/css/themes/custom/dsgov/calendar-dsgov.css +34 -106
  18. package/css/themes/custom/dsgov/color-dsgov.css +138 -0
  19. package/css/themes/custom/dsgov/custom-dsgov.css +344 -171
  20. package/css/themes/custom/dsgov/form-dsgov.css +109 -290
  21. package/css/themes/custom/dsgov/navbar-dsgov.css +38 -150
  22. package/css/themes/custom/dsgov/panel-dsgov.css +97 -117
  23. package/css/themes/custom/dsgov/slider-dsgov.css +3 -2
  24. package/css/themes/custom/dsgov/table-grid-dsgov.css +69 -144
  25. package/css/themes/custom/flatly/custom-flatly.css +2 -22
  26. package/css/themes/custom/fuse/custom-fuse.css +6 -33
  27. package/css/themes/custom/journal/custom-journal.css +2 -28
  28. package/css/themes/custom/lumen/custom-lumen.css +0 -43
  29. package/css/themes/custom/material/custom-material.css +70 -130
  30. package/css/themes/custom/material/grid-material.css +44 -37
  31. package/css/themes/custom/material/navbar-material.css +6 -58
  32. package/css/themes/custom/material/panel-material.css +20 -61
  33. package/css/themes/custom/navigator/custom-navigator.css +13 -2
  34. package/css/themes/custom/paper/custom-paper.css +0 -30
  35. package/css/themes/custom/readable/custom-readable.css +0 -27
  36. package/css/themes/custom/sandstone/custom-sandstone.css +0 -26
  37. package/css/themes/custom/simplex/custom-simplex.css +0 -27
  38. package/css/themes/custom/slate/custom-slate.css +33 -33
  39. package/css/themes/custom/spacelab/custom-spacelab.css +0 -27
  40. package/css/themes/custom/superhero/custom-superhero.css +0 -27
  41. package/css/themes/custom/theme-general/button.css +2 -6
  42. package/css/themes/custom/theme-general/forms.css +7 -128
  43. package/css/themes/custom/theme-general/login.css +6 -6
  44. package/css/themes/custom/theme-general/menu.css +4 -18
  45. package/css/themes/custom/theme-general/modal.css +6 -35
  46. package/css/themes/custom/theme-general/scheduler.css +34 -275
  47. package/css/themes/custom/theme-general/slider.css +3 -4
  48. package/css/themes/custom/theme-general/table-grid.css +2 -138
  49. package/css/themes/custom/theme-general/tabs.css +2 -3
  50. package/css/themes/custom/theme-general/theme-general.css +3 -41
  51. package/css/themes/custom/united/custom-united.css +0 -22
  52. package/css/themes/custom/yeti/custom-yeti.css +0 -28
  53. package/dist/components/css/checkbox-color.css +1 -1
  54. package/dist/components/css/combobox-color.css +1 -1
  55. package/dist/components/templates/textinputicon.template.html +1 -1
  56. package/dist/css/animate.css +1 -1
  57. package/dist/css/app.css +1 -1
  58. package/dist/css/themes/custom/aquamarine/custom-aquamarine.css +1 -1
  59. package/dist/css/themes/custom/cerulean/button-cerulean.css +1 -1
  60. package/dist/css/themes/custom/cerulean/custom-cerulean.css +1 -1
  61. package/dist/css/themes/custom/cerulean/navbar-cerulean.css +1 -1
  62. package/dist/css/themes/custom/cerulean/panel-cerulean.css +1 -1
  63. package/dist/css/themes/custom/cosmo/custom-cosmo.css +1 -1
  64. package/dist/css/themes/custom/cyborg/custom-cyborg.css +1 -1
  65. package/dist/css/themes/custom/darkly/custom-darkly.css +1 -1
  66. package/dist/css/themes/custom/dsgov/button-dsgov.css +1 -1
  67. package/dist/css/themes/custom/dsgov/calendar-dsgov.css +1 -1
  68. package/dist/css/themes/custom/dsgov/color-dsgov.css +1 -0
  69. package/dist/css/themes/custom/dsgov/custom-dsgov.css +1 -1
  70. package/dist/css/themes/custom/dsgov/form-dsgov.css +1 -1
  71. package/dist/css/themes/custom/dsgov/navbar-dsgov.css +1 -1
  72. package/dist/css/themes/custom/dsgov/panel-dsgov.css +1 -1
  73. package/dist/css/themes/custom/dsgov/slider-dsgov.css +1 -1
  74. package/dist/css/themes/custom/dsgov/table-grid-dsgov.css +1 -1
  75. package/dist/css/themes/custom/flatly/custom-flatly.css +1 -1
  76. package/dist/css/themes/custom/fuse/custom-fuse.css +1 -1
  77. package/dist/css/themes/custom/journal/custom-journal.css +1 -1
  78. package/dist/css/themes/custom/lumen/custom-lumen.css +1 -1
  79. package/dist/css/themes/custom/material/custom-material.css +1 -1
  80. package/dist/css/themes/custom/material/grid-material.css +1 -1
  81. package/dist/css/themes/custom/material/navbar-material.css +1 -1
  82. package/dist/css/themes/custom/material/panel-material.css +1 -1
  83. package/dist/css/themes/custom/navigator/custom-navigator.css +1 -1
  84. package/dist/css/themes/custom/paper/custom-paper.css +1 -1
  85. package/dist/css/themes/custom/readable/custom-readable.css +1 -1
  86. package/dist/css/themes/custom/sandstone/custom-sandstone.css +1 -1
  87. package/dist/css/themes/custom/simplex/custom-simplex.css +1 -1
  88. package/dist/css/themes/custom/slate/custom-slate.css +1 -1
  89. package/dist/css/themes/custom/spacelab/custom-spacelab.css +1 -1
  90. package/dist/css/themes/custom/superhero/custom-superhero.css +1 -1
  91. package/dist/css/themes/custom/theme-general/button.css +1 -1
  92. package/dist/css/themes/custom/theme-general/forms.css +1 -1
  93. package/dist/css/themes/custom/theme-general/login.css +1 -1
  94. package/dist/css/themes/custom/theme-general/menu.css +1 -1
  95. package/dist/css/themes/custom/theme-general/modal.css +1 -1
  96. package/dist/css/themes/custom/theme-general/scheduler.css +1 -1
  97. package/dist/css/themes/custom/theme-general/slider.css +1 -1
  98. package/dist/css/themes/custom/theme-general/table-grid.css +1 -1
  99. package/dist/css/themes/custom/theme-general/tabs.css +1 -1
  100. package/dist/css/themes/custom/theme-general/theme-general.css +1 -1
  101. package/dist/css/themes/custom/united/custom-united.css +1 -1
  102. package/dist/css/themes/custom/yeti/custom-yeti.css +1 -1
  103. package/dist/js/directives.js +2 -2
  104. package/js/directives.js +26 -29
  105. package/package.json +1 -1
  106. package/css/themes/custom/cerulean/combobox-cerulean.css +0 -153
  107. package/css/themes/custom/dsgov/checkbox-dsgov.css +0 -309
  108. package/css/themes/custom/dsgov/option-dsgov.css +0 -144
  109. package/css/themes/custom/dsgov/scheduler-dsgov.css +0 -325
  110. package/dist/css/themes/custom/cerulean/combobox-cerulean.css +0 -1
  111. package/dist/css/themes/custom/dsgov/checkbox-dsgov.css +0 -1
  112. package/dist/css/themes/custom/dsgov/option-dsgov.css +0 -1
  113. package/dist/css/themes/custom/dsgov/scheduler-dsgov.css +0 -1
@@ -25,10 +25,6 @@ input::placeholder,
25
25
  margin-bottom: 0px;
26
26
  }
27
27
 
28
- .k-autocomplete.k-state-default,
29
- .k-dropdown-wrap.k-state-default,
30
- .k-numeric-wrap.k-state-default,
31
- .k-picker-wrap.k-state-default,
32
28
  .k-multiselect-wrap.k-state-hover,
33
29
  .k-state-hover>.k-multiselect-wrap,
34
30
  .k-multiselect,
@@ -75,15 +71,6 @@ textarea.k-textbox:hover,
75
71
  box-shadow: none;
76
72
  }
77
73
 
78
- .k-list .k-item.k-state-selected {
79
- border: 1px solid var(--backgroundColor50, #dfdfdf);
80
- background: var(--backgroundColor50, #dfdfdf);
81
- color: var(--textColor40, #393939);
82
- border-radius: var(--borderRadiusSmallest, 2px);
83
- margin-bottom: 1px;
84
- box-shadow: none;
85
- }
86
-
87
74
  .k-autocomplete.k-state-focused,
88
75
  .k-dropdown-wrap.k-state-focused,
89
76
  .k-multiselect.k-header.k-state-focused,
@@ -103,7 +90,7 @@ textarea.k-textbox:hover,
103
90
  min-height: calc(var(--textNormalSize, 14px) * 2);
104
91
  }
105
92
 
106
- .k-nodata {
93
+ .k-nodata{
107
94
  font-family: var(--fontFamily, "Roboto", "Helvetica Neue", "Arial", sans-serif);
108
95
  font-size: var(--textNormalSize, 14px);
109
96
  color: var(--textColor40, #393939);
@@ -117,18 +104,19 @@ textarea.k-textbox:hover,
117
104
  .k-state-default>.k-select {
118
105
  display: flex;
119
106
  align-items: center;
120
- justify-content: center;
107
+ justify-content: center;
121
108
  }
122
109
 
110
+
123
111
  input.k-textbox.k-invalid,
124
112
  input.k-textbox:hover.k-invalid,
125
113
  textarea.k-textbox.k-invalid,
126
114
  textarea.k-textbox:hover.k-invalid,
127
115
  .k-autocomplete.k-invalid:hover,
128
- .k-dropdown-wrap.k-invalid:hover,
129
- .k-numeric-wrap.k-invalid:hover,
130
- .k-picker-wrap.k-invalid:hover,
131
- .k-textbox.k-invalid:hover,
116
+ .k-dropdown-wrap.k-invalid:hover
117
+ .k-numeric-wrap.k-invalid:hover
118
+ .k-picker-wrap.k-invalid:hover
119
+ .k-textbox.k-invalid:hover
132
120
  .k-invalid:hover,
133
121
  .k-autocomplete.k-invalid,
134
122
  .k-dropdown-wrap.k-invalid,
@@ -137,113 +125,4 @@ textarea.k-textbox:hover.k-invalid,
137
125
  .k-textbox.k-invalid,
138
126
  .k-invalid {
139
127
  border-color: var(--colorDanger40, #ce3a36);
140
- }
141
-
142
- /* Input with icon */
143
- .layout-template-modern {
144
- background: transparent;
145
- border-bottom: 1px solid var(--textColor30, #393939);
146
- border-radius: 0;
147
- width: 100%;
148
- margin-bottom: 15px;
149
- display: flex;
150
- align-items: center;
151
- overflow: hidden;
152
- }
153
-
154
- .layout-template-modern:focus-within {
155
- border-bottom: 1px solid var(--textColor30, #393939);
156
- background: #ffff;
157
- }
158
-
159
- .layout-template-modern input.k-textbox:hover,
160
- .layout-template-modern input.k-textbox {
161
- width: inherit;
162
- border: 0;
163
- }
164
-
165
- .layout-template-modern:focus-within input.k-textbox {
166
- border: 0;
167
- }
168
-
169
- .layout-template-modern .k-button:hover,
170
- .layout-template-modern .k-button {
171
- background: transparent;
172
- color: var(--colorDefault40, #3b448e);
173
- padding: 8px;
174
- font-size: var(--textNormalSize, 14px);
175
- }
176
-
177
- .form-control[disabled],
178
- .form-control[readonly],
179
- fieldset[disabled] .form-control {
180
- background: transparent;
181
- }
182
-
183
- .k-autocomplete,
184
- .k-block,
185
- .k-calendar .k-link,
186
- .k-calendar td,
187
- .k-calendar-container,
188
- .k-colorpicker,
189
- .k-combobox,
190
- .k-datepicker,
191
- .k-datetimepicker,
192
- .k-drag-clue,
193
- .k-dropdown,
194
- .k-dropdown-wrap,
195
- .k-editor-inline,
196
- .k-grid .k-filter-options,
197
- .k-grouping-header .k-group-indicator,
198
- .k-inline-block,
199
- .k-list-container,
200
- .k-multiselect,
201
- .k-notification,
202
- .k-numeric-wrap,
203
- .k-numerictextbox,
204
- .k-picker-wrap,
205
- .k-slider-selection,
206
- .k-slider-track,
207
- .k-split-button,
208
- .k-textbox,
209
- .k-tile,
210
- .k-timepicker,
211
- .k-tooltip,
212
- .k-touch-scrollbar,
213
- .k-treeview .k-in,
214
- .k-upload,
215
- .k-window,
216
- .k-window-titleless .k-window-content,
217
- .k-dropzone,
218
- .k-fieldselector .k-list .k-item,
219
- .k-list .k-state-focused,
220
- .k-list .k-state-highlight,
221
- .k-list .k-state-hover,
222
- .k-list .k-state-selected,
223
- .k-list-optionlabel,
224
- .k-listbox .k-item {
225
- border-radius: var(--borderRadiusSmallest, 5px);
226
- }
227
-
228
- .k-block,
229
- .k-content,
230
- .k-dropdown .k-input,
231
- .k-popup,
232
- .k-toolbar,
233
- .k-widget,
234
- .k-dropdown .k-input,
235
- .k-dropdown .k-state-focused .k-input,
236
- .k-menu .k-popup {
237
- color: var(--textColor40, #393939);
238
- }
239
-
240
- .k-widget.k-tooltip {
241
- border-color: var(--colorDark40, #444444);
242
- background-color: var(--colorDark40, #444444);
243
- color: var(--textColorDark40, #ffffff);
244
- border-radius: var(--borderRadiusSmallest, 2px);
245
- }
246
-
247
- .k-callout-n {
248
- border-bottom-color: var(--colorDark40, #444444);
249
128
  }
@@ -115,7 +115,7 @@
115
115
  .bg-login #container-second p {
116
116
  line-height: 1.5;
117
117
  font-weight: normal;
118
- color: var(--textColorPrimary40, #ffffff);
118
+ color: var(--textColorPrimary40, #8c8c8c);
119
119
  }
120
120
 
121
121
  .bg-login #container-first,
@@ -207,7 +207,7 @@
207
207
  }
208
208
 
209
209
  .bg-login #container-first #social-login #crn-social-login-01 ul li:hover i {
210
- color: var(--textColor40, #393939);
210
+ color: var(--textColor40, #858585);
211
211
  }
212
212
 
213
213
  /* Login 2 */
@@ -228,19 +228,19 @@
228
228
 
229
229
  .bg-login1 #container-first {
230
230
  padding: 13% 0px;
231
- border-radius: var(--borderRadiusSmallest, 5px) 0px 0px var(--borderRadiusSmallest, 5px);
231
+ border-radius: 14px 0px 0px 14px;
232
232
  }
233
233
 
234
234
  .bg-login1 #container-second {
235
- border-radius: 0px var(--borderRadiusSmallest, 5px) var(--borderRadiusSmallest, 5px) 0px;
235
+ border-radius: 0px 14px 14px 0px;
236
236
  }
237
237
 
238
238
  #bg-signup1.bg-login1 #container-first {
239
- border-radius: 0px var(--borderRadiusSmallest, 5px) var(--borderRadiusSmallest, 5px) 0px;
239
+ border-radius: 0px 14px 14px 0px;
240
240
  }
241
241
 
242
242
  #bg-signup1.bg-login1 #container-second {
243
- border-radius: var(--borderRadiusSmallest, 5px) 0px 0px var(--borderRadiusSmallest, 5px);
243
+ border-radius: 14px 0px 0px 14px;
244
244
  }
245
245
 
246
246
  @media screen and (max-width: 540px) {
@@ -42,16 +42,6 @@
42
42
  line-height: 25px;
43
43
  }
44
44
 
45
- .navbar-default #navbar2 .navbar-nav li a.dropdown-toggle {
46
- justify-content: center;
47
- }
48
-
49
- .dropdown-menu {
50
- color: var(--textColor40, #555555);
51
- background: var(--backgroundColor40, #ffff);
52
- font-size: var(--textNormalSize, 14px);
53
- }
54
-
55
45
  .dropdown-menu>li>a {
56
46
  padding: calc(var(--menuItemPaddingSize) * 0.5) calc(var(--menuItemPaddingSize) * 1.5);
57
47
  }
@@ -94,12 +84,12 @@
94
84
  }
95
85
 
96
86
  .navbar-default .navbar-toggle {
97
- border-color: var(--colorPrimary60, #2e3b85);
87
+ border-color: var(--colorPrimary60, #2b3268);
98
88
  }
99
89
 
100
90
  .navbar-default .navbar-toggle:focus,
101
91
  .navbar-default .navbar-toggle:hover {
102
- background: var(--colorPrimary60, #2e3b85);
92
+ background: var(--colorPrimary60, #2b3268);
103
93
  border-color: transparent;
104
94
  }
105
95
 
@@ -125,8 +115,8 @@
125
115
  object-fit: cover;
126
116
  }
127
117
 
128
- .navbar-default .navbar-nav a i+span {
129
- margin-left: 5px;
118
+ .navbar-default .navbar-nav a span {
119
+ margin-left: 8px;
130
120
  }
131
121
 
132
122
  /* Vertical menu - 3 */
@@ -200,10 +190,6 @@ img.user-avatar {
200
190
  img.user-avatar {
201
191
  margin-left: 0;
202
192
  }
203
-
204
- .navbar-default #navbar2 .navbar-nav li a.dropdown-toggle{
205
- justify-content: flex-start;
206
- }
207
193
  }
208
194
 
209
195
  .crn-navigator-horizontal .navbar-right .dropdown {
@@ -49,13 +49,7 @@
49
49
 
50
50
  .k-window {
51
51
  background: var(--backgroundColor40, #f1f1f1);
52
- border: var(--backgroundColor50, #d3d3d3);
53
- border-radius: var(--borderRadiusSmallest, 5px);
54
- }
55
-
56
- .k-dialog.k-dialog-titleless .k-content {
57
- border-top-right-radius: var(--borderRadiusSmallest, 5px);
58
- border-top-left-radius: var(--borderRadiusSmallest, 5px);
52
+ border: var(--backgroundColor50, #dfdfdf);
59
53
  }
60
54
 
61
55
  .k-dialog .k-dialog-buttongroup.k-dialog-button-layout-normal {
@@ -65,51 +59,28 @@
65
59
  }
66
60
 
67
61
  .k-dialog-buttongroup .k-button {
68
- background: var(--colorStable50, #d9d9d9);
69
- border-color: transparent;
70
- color: var(--textColorStable40, #444444);
62
+ background: transparent;
63
+ color: var(--textColor40, #393939);
71
64
  box-shadow: none;
72
65
  }
73
66
 
74
67
  .k-dialog-buttongroup .k-button:focus,
75
68
  .k-dialog-buttongroup .k-button:hover {
76
- color: var(--textColorStable40, #444444);
77
- background: var(--colorStable60, #b6b6b6);
78
- border-color: transparent;
69
+ background: var(--backgroundColor50, #d3d3d3);
70
+ color: var(--textColor40, #393939);
79
71
  }
80
72
 
81
73
  .k-dialog-buttongroup .k-button:focus span,
82
74
  .k-dialog-buttongroup .k-button:hover span,
83
75
  .k-dialog-buttongroup .k-button:focus i,
84
76
  .k-dialog-buttongroup .k-button:hover i {
85
- color: var(--textColorStable40, #444444);
77
+ color: var(--textColor40, #393939);
86
78
  }
87
79
 
88
80
  .k-dialog .k-dialog-titlebar .k-dialog-title {
89
81
  font-size: large;
90
82
  }
91
83
 
92
- .k-dialog-buttongroup .k-button.k-danger {
93
- background: var(--colorDanger40, #ce3a36);
94
- border-color: transparent;
95
- color: var(--textColorDanger40, #ffffff);
96
- box-shadow: none;
97
- }
98
-
99
- .k-dialog-buttongroup .k-button.k-danger:focus,
100
- .k-dialog-buttongroup .k-button.k-danger:hover {
101
- color: var(--textColorDanger40, #ffffff);
102
- background: var(--colorDanger50, #b4332f);
103
- border-color: transparent;
104
- }
105
-
106
- .k-dialog-buttongroup .k-button.k-danger:focus span,
107
- .k-dialog-buttongroup .k-button.k-danger:hover span,
108
- .k-dialog-buttongroup .k-button.k-danger:focus i,
109
- .k-dialog-buttongroup .k-button.k-danger:hover i {
110
- color: var(--textColorDanger40, #444444);
111
- }
112
-
113
84
  /* modal mobile */
114
85
  .k-dialog-button-layout-stretched .k-primary:not(:hover):not(.k-state-hover):not(:active):not(.k-state-active) {
115
86
  color: var(--colorPrimary40, #5665be);