cronapp-framework-js 2.8.20 → 2.8.24

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 (134) hide show
  1. package/components/crn-accordion.components.json +29 -1
  2. package/components/crn-anchor.components.json +2 -2
  3. package/components/crn-button.components.json +12 -2
  4. package/components/crn-cron-crud.components.json +21 -0
  5. package/components/crn-datasource.components.json +5 -0
  6. package/components/crn-datepicker.components.json +15 -0
  7. package/components/crn-datetimepicker.components.json +25 -0
  8. package/components/crn-dynamic-menu.components.json +21 -0
  9. package/components/crn-eight-four-container.components.json +43 -0
  10. package/components/crn-enterprise-autocomplete.components.json +38 -1
  11. package/components/crn-enterprise-checkbox.components.json +5 -0
  12. package/components/crn-enterprise-combobox-multiple.components.json +5 -0
  13. package/components/crn-enterprise-combobox.components.json +11 -1
  14. package/components/crn-enterprise-dynamic-autocomplete.components.json +39 -2
  15. package/components/crn-enterprise-dynamic-combobox.components.json +18 -1
  16. package/components/crn-four-eight-container.components.json +43 -0
  17. package/components/crn-horizontal-container.components.json +50 -42
  18. package/components/crn-icon.components.json +20 -12
  19. package/components/crn-image.components.json +4 -4
  20. package/components/crn-label.components.json +1 -0
  21. package/components/crn-one-container.components.json +43 -0
  22. package/components/crn-rating.components.json +31 -31
  23. package/components/crn-table.components.json +1 -2
  24. package/components/crn-textarea.components.json +9 -0
  25. package/components/crn-textinput.components.json +16 -5
  26. package/components/crn-three-container.components.json +43 -0
  27. package/components/crn-trhee-six-three-container.components.json +43 -0
  28. package/components/crn-two-container.components.json +43 -0
  29. package/components/crn-upload-file.components.json +2 -3
  30. package/components/crn-upload.components.json +2 -2
  31. package/components/crn-vertical-container.components.json +17 -9
  32. package/components/css/checkbox-color.css +16 -0
  33. package/components/css/color-default.css +2 -0
  34. package/components/css/font-size.css +15 -0
  35. package/components/css/image.css +15 -0
  36. package/components/templates/Component_Container/crn-eight-four-container.template.html +4 -0
  37. package/components/templates/Component_Container/crn-four-eight-container.template.html +4 -0
  38. package/components/templates/Component_Container/crn-one-container.template.html +1 -0
  39. package/components/templates/Component_Container/crn-three-container.template.html +5 -0
  40. package/components/templates/Component_Container/crn-three-six-three-container.template.html +5 -0
  41. package/components/templates/Component_Container/crn-two-container.template.html +4 -0
  42. package/components/templates/button.template.html +2 -2
  43. package/components/templates/cron-autocomplete.designtime.html +3 -3
  44. package/components/templates/cron-checkbox.template.html +1 -2
  45. package/components/templates/cron-combobox-multiple.template.html +1 -1
  46. package/components/templates/cron-crud.template.html +71 -0
  47. package/components/templates/cron-dynamic-combobox.template.html +2 -3
  48. package/components/templates/fileupload-button.template.html +1 -1
  49. package/components/templates/fileupload.template.html +1 -1
  50. package/components/templates/form.template.html +44 -21
  51. package/components/templates/grid-horizontal.template.html +4 -2
  52. package/components/templates/grid-vertical.template.html +4 -2
  53. package/components/templates/icon.template.html +1 -1
  54. package/components/templates/image.default.template.html +1 -2
  55. package/components/templates/rating.template.html +7 -7
  56. package/components/templates/social-button-bar.template.html +11 -12
  57. package/components/templates/sub-form.template.html +44 -11
  58. package/components/templates/textinputbutton.template.html +3 -1
  59. package/css/animate.css +433 -0
  60. package/css/app.css +131 -32
  61. package/css/modalTemplate.css +25 -0
  62. package/css/themes/custom/fuse/custom-fuse.min.css +1 -5
  63. package/css/themes/custom/material/components_css/crn-navbar.css +30 -32
  64. package/css/themes/custom/material/custom-material.css +16 -11
  65. package/css/themes/custom/navigator/custom-navigator.css +71 -76
  66. package/dist/components/css/checkbox-color.css +1 -1
  67. package/dist/components/css/color-default.css +1 -1
  68. package/dist/components/css/font-size.css +1 -0
  69. package/dist/components/css/image.css +1 -0
  70. package/dist/components/js/jquery.inputmask.bundle.js +1 -1
  71. package/dist/components/js/jquery.mask.min.js +1 -1
  72. package/dist/components/js/qrcode.js +1 -1
  73. package/dist/components/templates/Component_Container/crn-eight-four-container.template.html +1 -0
  74. package/dist/components/templates/Component_Container/crn-four-eight-container.template.html +1 -0
  75. package/dist/components/templates/Component_Container/crn-one-container.template.html +1 -0
  76. package/dist/components/templates/Component_Container/crn-three-container.template.html +1 -0
  77. package/dist/components/templates/Component_Container/crn-three-six-three-container.template.html +1 -0
  78. package/dist/components/templates/Component_Container/crn-two-container.template.html +1 -0
  79. package/dist/components/templates/button.template.html +1 -1
  80. package/dist/components/templates/cron-autocomplete.designtime.html +1 -1
  81. package/dist/components/templates/cron-checkbox.template.html +1 -1
  82. package/dist/components/templates/cron-combobox-multiple.template.html +1 -1
  83. package/dist/components/templates/cron-crud.template.html +1 -0
  84. package/dist/components/templates/cron-dynamic-combobox.template.html +1 -1
  85. package/dist/components/templates/fileupload-button.template.html +1 -1
  86. package/dist/components/templates/fileupload.template.html +1 -1
  87. package/dist/components/templates/form.template.html +1 -1
  88. package/dist/components/templates/grid-horizontal.template.html +1 -1
  89. package/dist/components/templates/grid-vertical.template.html +1 -1
  90. package/dist/components/templates/icon.template.html +1 -1
  91. package/dist/components/templates/image.default.template.html +1 -1
  92. package/dist/components/templates/rating.template.html +1 -1
  93. package/dist/components/templates/social-button-bar.template.html +1 -1
  94. package/dist/components/templates/sub-form.template.html +1 -1
  95. package/dist/components/templates/textinputbutton.template.html +1 -1
  96. package/dist/css/app.css +1 -1
  97. package/dist/i18n/locale_en_us.json +2 -1
  98. package/dist/i18n/locale_pt_br.json +2 -1
  99. package/dist/img/barcode.png +0 -0
  100. package/dist/img/cron-icon/crn-cron-crud.svg +1 -0
  101. package/dist/img/cron-icon/crn-eight-four-container.svg +1 -0
  102. package/dist/img/cron-icon/crn-four-eight-container.svg +1 -0
  103. package/dist/img/cron-icon/crn-one-container.svg +1 -0
  104. package/dist/img/cron-icon/crn-three-container.svg +1 -0
  105. package/dist/img/cron-icon/crn-three-six-three-container.svg +1 -0
  106. package/dist/img/cron-icon/crn-two-container.svg +1 -0
  107. package/dist/img/cronGrid.png +0 -0
  108. package/dist/img/cronRichEditor.png +0 -0
  109. package/dist/img/cronapp-logo-login.png +0 -0
  110. package/dist/img/logo.png +0 -0
  111. package/dist/img/placehold-100x100.png +0 -0
  112. package/dist/img/placehold-900x500.png +0 -0
  113. package/dist/img/qrcode.png +0 -0
  114. package/dist/img/selectFile.png +0 -0
  115. package/dist/img/switch.png +0 -0
  116. package/dist/js/app.js +1 -1
  117. package/dist/js/controllers.js +1 -1
  118. package/dist/js/directives.js +1 -1
  119. package/dist/js/upload.service.js +1 -1
  120. package/i18n/locale_en_us.json +2 -1
  121. package/i18n/locale_pt_br.json +2 -1
  122. package/img/cron-icon/crn-cron-crud.svg +28 -0
  123. package/img/cron-icon/crn-eight-four-container.svg +18 -0
  124. package/img/cron-icon/crn-four-eight-container.svg +20 -0
  125. package/img/cron-icon/crn-one-container.svg +17 -0
  126. package/img/cron-icon/crn-three-container.svg +21 -0
  127. package/img/cron-icon/crn-three-six-three-container.svg +19 -0
  128. package/img/cron-icon/crn-two-container.svg +18 -0
  129. package/img/placehold-900x500.png +0 -0
  130. package/js/app.js +48 -22
  131. package/js/controllers.js +18 -11
  132. package/js/directives.js +2081 -1900
  133. package/js/upload.service.js +7 -3
  134. package/package.json +11 -11
@@ -0,0 +1,433 @@
1
+ .cronapp-icon {
2
+ position: relative;
3
+ box-sizing: content-box;
4
+ justify-content: center;
5
+ width: 5em;
6
+ height: 5em;
7
+ margin: 1.25em auto 1.875em;
8
+ border: .25em solid transparent;
9
+ border-radius: 50%;
10
+ border-color: #000;
11
+ font-family: inherit;
12
+ line-height: 5em;
13
+ cursor: default;
14
+ -webkit-user-select: none;
15
+ -moz-user-select: none;
16
+ -ms-user-select: none;
17
+ user-select: none;
18
+ }
19
+
20
+ /* Error */
21
+ .cronapp-icon.cronapp-error {
22
+ border-color: #f27474;
23
+ color: #f27474;
24
+ }
25
+
26
+ .cronapp-icon.cronapp-error .cronapp-x-mark {
27
+ position: relative;
28
+ flex-grow: 1;
29
+ }
30
+
31
+ .cronapp-icon.cronapp-error [class^=cronapp-x-mark-line] {
32
+ display: block;
33
+ position: absolute;
34
+ top: 2.3125em;
35
+ width: 2.9375em;
36
+ height: .3125em;
37
+ border-radius: .125em;
38
+ background-color: #f27474;
39
+ }
40
+
41
+ .cronapp-icon.cronapp-error [class^=cronapp-x-mark-line][class$=left] {
42
+ left: 1.0625em;
43
+ transform: rotate(45deg);
44
+ }
45
+
46
+ .cronapp-icon.cronapp-error [class^=cronapp-x-mark-line][class$=right] {
47
+ right: 1em;
48
+ transform: rotate(-45deg);
49
+ }
50
+
51
+ .cronapp-icon.cronapp-error {
52
+ -webkit-animation: cronapp-animate-error-icon .5s;
53
+ animation: cronapp-animate-error-icon .5s;
54
+ }
55
+
56
+ .cronapp-icon.cronapp-error .cronapp-x-mark {
57
+ -webkit-animation: cronapp-animate-error-x-mark .5s;
58
+ animation: cronapp-animate-error-x-mark .5s;
59
+ }
60
+
61
+ /* Success */
62
+ .cronapp-icon.cronapp-success {
63
+ border-color: #a5dc86;
64
+ color: #a5dc86;
65
+ }
66
+
67
+ .cronapp-icon.cronapp-success [class^=cronapp-success-circular-line] {
68
+ position: absolute;
69
+ width: 3.75em;
70
+ height: 7.5em;
71
+ transform: rotate(45deg);
72
+ border-radius: 50%;
73
+ }
74
+
75
+ .cronapp-icon.cronapp-success [class^=cronapp-success-circular-line][class$=left] {
76
+ top: -.4375em;
77
+ left: -2.0635em;
78
+ transform: rotate(-45deg);
79
+ transform-origin: 3.75em 3.75em;
80
+ border-radius: 7.5em 0 0 7.5em;
81
+ }
82
+
83
+ .cronapp-icon.cronapp-success [class^=cronapp-success-circular-line][class$=right] {
84
+ top: -.6875em;
85
+ left: 1.875em;
86
+ transform: rotate(-45deg);
87
+ transform-origin: 0 3.75em;
88
+ border-radius: 0 7.5em 7.5em 0;
89
+ }
90
+
91
+ .cronapp-icon.cronapp-success .cronapp-success-ring {
92
+ position: absolute;
93
+ z-index: 2;
94
+ top: -.25em;
95
+ left: -.25em;
96
+ box-sizing: content-box;
97
+ width: 100%;
98
+ height: 100%;
99
+ border: .25em solid rgba(165, 220, 134, .3);
100
+ border-radius: 50%;
101
+ }
102
+
103
+ .cronapp-icon.cronapp-success .cronapp-success-fix {
104
+ position: absolute;
105
+ z-index: 1;
106
+ top: .5em;
107
+ left: 1.625em;
108
+ width: .4375em;
109
+ height: 5.625em;
110
+ transform: rotate(-45deg);
111
+ }
112
+
113
+ .cronapp-icon.cronapp-success [class^=cronapp-success-line] {
114
+ display: block;
115
+ position: absolute;
116
+ z-index: 2;
117
+ height: .3125em;
118
+ border-radius: .125em;
119
+ background-color: #a5dc86;
120
+ }
121
+
122
+ .cronapp-icon.cronapp-success [class^=cronapp-success-line][class$=tip] {
123
+ top: 2.875em;
124
+ left: .8125em;
125
+ width: 1.5625em;
126
+ transform: rotate(45deg);
127
+ }
128
+
129
+ .cronapp-icon.cronapp-success [class^=cronapp-success-line][class$=long] {
130
+ top: 2.375em;
131
+ right: .5em;
132
+ width: 2.9375em;
133
+ transform: rotate(-45deg);
134
+ }
135
+
136
+ .cronapp-icon.cronapp-success .cronapp-success-line-tip {
137
+ -webkit-animation: cronapp-animate-success-line-tip .75s;
138
+ animation: cronapp-animate-success-line-tip .75s;
139
+ }
140
+
141
+ .cronapp-icon.cronapp-success .cronapp-success-line-long {
142
+ -webkit-animation: cronapp-animate-success-line-long .75s;
143
+ animation: cronapp-animate-success-line-long .75s;
144
+ }
145
+
146
+ .cronapp-icon.cronapp-success .cronapp-success-circular-line-right {
147
+ -webkit-animation: cronapp-rotate-success-circular-line 4.25s ease-in;
148
+ animation: cronapp-rotate-success-circular-line 4.25s ease-in;
149
+ }
150
+
151
+ /* Warning */
152
+ .cronapp-icon.cronapp-warning {
153
+ border-color: #ffed6b;
154
+ color: #ffc038;
155
+ }
156
+
157
+ /* Info */
158
+ .cronapp-icon.cronapp-info {
159
+ border-color: #9de0f6;
160
+ color: #3fc3ee;
161
+ }
162
+
163
+ .cronapp-icon .cronapp-icon-content {
164
+ display: flex;
165
+ align-items: center;
166
+ font-size: 3.75em;
167
+ justify-content: center;
168
+
169
+ -webkit-animation: cronapp-hide .75s;
170
+ animation: cronapp-hide .75s
171
+ }
172
+
173
+
174
+ /* animação para abrir o modal */
175
+
176
+ @-webkit-keyframes cronapp-show {
177
+ 0% {
178
+ transform: scale(.7)
179
+ }
180
+ 45% {
181
+ transform: scale(1.05)
182
+ }
183
+ 80% {
184
+ transform: scale(.95)
185
+ }
186
+ 100% {
187
+ transform: scale(1)
188
+ }
189
+ }
190
+
191
+ @keyframes cronapp-show {
192
+ 0% {
193
+ transform: scale(.7)
194
+ }
195
+ 45% {
196
+ transform: scale(1.05)
197
+ }
198
+ 80% {
199
+ transform: scale(.95)
200
+ }
201
+ 100% {
202
+ transform: scale(1)
203
+ }
204
+ }
205
+
206
+
207
+ /* animação para fechar o modal */
208
+
209
+ @-webkit-keyframes cronapp-hide {
210
+ 0% {
211
+ transform: scale(1);
212
+ opacity: 1
213
+ }
214
+ 100% {
215
+ transform: scale(.5);
216
+ opacity: 0
217
+ }
218
+ }
219
+
220
+ @keyframes cronapp-hide {
221
+ 0% {
222
+ transform: scale(1);
223
+ opacity: 1
224
+ }
225
+ 100% {
226
+ transform: scale(.5);
227
+ opacity: 0
228
+ }
229
+ }
230
+
231
+
232
+ /* Success */
233
+
234
+ @-webkit-keyframes cronapp-animate-success-line-tip {
235
+ 0% {
236
+ top: 1.1875em;
237
+ left: .0625em;
238
+ width: 0
239
+ }
240
+ 54% {
241
+ top: 1.0625em;
242
+ left: .125em;
243
+ width: 0
244
+ }
245
+ 70% {
246
+ top: 2.1875em;
247
+ left: -.375em;
248
+ width: 3.125em
249
+ }
250
+ 84% {
251
+ top: 3em;
252
+ left: 1.3125em;
253
+ width: 1.0625em
254
+ }
255
+ 100% {
256
+ top: 2.8125em;
257
+ left: .8125em;
258
+ width: 1.5625em
259
+ }
260
+ }
261
+
262
+ @keyframes cronapp-animate-success-line-tip {
263
+ 0% {
264
+ top: 1.1875em;
265
+ left: .0625em;
266
+ width: 0
267
+ }
268
+ 54% {
269
+ top: 1.0625em;
270
+ left: .125em;
271
+ width: 0
272
+ }
273
+ 70% {
274
+ top: 2.1875em;
275
+ left: -.375em;
276
+ width: 3.125em
277
+ }
278
+ 84% {
279
+ top: 3em;
280
+ left: 1.3125em;
281
+ width: 1.0625em
282
+ }
283
+ 100% {
284
+ top: 2.8125em;
285
+ left: .8125em;
286
+ width: 1.5625em
287
+ }
288
+ }
289
+
290
+ @-webkit-keyframes cronapp-animate-success-line-long {
291
+ 0% {
292
+ top: 3.375em;
293
+ right: 2.875em;
294
+ width: 0
295
+ }
296
+ 65% {
297
+ top: 3.375em;
298
+ right: 2.875em;
299
+ width: 0
300
+ }
301
+ 84% {
302
+ top: 2.1875em;
303
+ right: 0;
304
+ width: 3.4375em
305
+ }
306
+ 100% {
307
+ top: 2.375em;
308
+ right: .5em;
309
+ width: 2.9375em
310
+ }
311
+ }
312
+
313
+ @keyframes cronapp-animate-success-line-long {
314
+ 0% {
315
+ top: 3.375em;
316
+ right: 2.875em;
317
+ width: 0
318
+ }
319
+ 65% {
320
+ top: 3.375em;
321
+ right: 2.875em;
322
+ width: 0
323
+ }
324
+ 84% {
325
+ top: 2.1875em;
326
+ right: 0;
327
+ width: 3.4375em
328
+ }
329
+ 100% {
330
+ top: 2.375em;
331
+ right: .5em;
332
+ width: 2.9375em
333
+ }
334
+ }
335
+
336
+ @-webkit-keyframes cronapp-rotate-success-circular-line {
337
+ 0% {
338
+ transform: rotate(-45deg)
339
+ }
340
+ 5% {
341
+ transform: rotate(-45deg)
342
+ }
343
+ 12% {
344
+ transform: rotate(-405deg)
345
+ }
346
+ 100% {
347
+ transform: rotate(-405deg)
348
+ }
349
+ }
350
+
351
+ @keyframes cronapp-rotate-success-circular-line {
352
+ 0% {
353
+ transform: rotate(-45deg)
354
+ }
355
+ 5% {
356
+ transform: rotate(-45deg)
357
+ }
358
+ 12% {
359
+ transform: rotate(-405deg)
360
+ }
361
+ 100% {
362
+ transform: rotate(-405deg)
363
+ }
364
+ }
365
+
366
+
367
+ /* Error */
368
+
369
+ @-webkit-keyframes cronapp-animate-error-x-mark {
370
+ 0% {
371
+ margin-top: 1.625em;
372
+ transform: scale(.4);
373
+ opacity: 0
374
+ }
375
+ 50% {
376
+ margin-top: 1.625em;
377
+ transform: scale(.4);
378
+ opacity: 0
379
+ }
380
+ 80% {
381
+ margin-top: -.375em;
382
+ transform: scale(1.15)
383
+ }
384
+ 100% {
385
+ margin-top: 0;
386
+ transform: scale(1);
387
+ opacity: 1
388
+ }
389
+ }
390
+
391
+ @keyframes cronapp-animate-error-x-mark {
392
+ 0% {
393
+ margin-top: 1.625em;
394
+ transform: scale(.4);
395
+ opacity: 0
396
+ }
397
+ 50% {
398
+ margin-top: 1.625em;
399
+ transform: scale(.4);
400
+ opacity: 0
401
+ }
402
+ 80% {
403
+ margin-top: -.375em;
404
+ transform: scale(1.15)
405
+ }
406
+ 100% {
407
+ margin-top: 0;
408
+ transform: scale(1);
409
+ opacity: 1
410
+ }
411
+ }
412
+
413
+ @-webkit-keyframes cronapp-animate-error-icon {
414
+ 0% {
415
+ transform: rotateX(100deg);
416
+ opacity: 0
417
+ }
418
+ 100% {
419
+ transform: rotateX(0);
420
+ opacity: 1
421
+ }
422
+ }
423
+
424
+ @keyframes cronapp-animate-error-icon {
425
+ 0% {
426
+ transform: rotateX(100deg);
427
+ opacity: 0
428
+ }
429
+ 100% {
430
+ transform: rotateX(0);
431
+ opacity: 1
432
+ }
433
+ }
package/css/app.css CHANGED
@@ -6,7 +6,9 @@
6
6
  @import '../components/css/color-default.css';
7
7
 
8
8
  /* Directive crn-input-password */
9
+
9
10
  @import '../components/css/crn-input-password.css';
11
+
10
12
  /* END - Directive crn-input-password */
11
13
 
12
14
  .table.table-borderless>thead>tr>td,
@@ -31,17 +33,17 @@
31
33
  }
32
34
 
33
35
  .login-panel {
34
- margin: 11% auto 0 auto;
36
+ margin: 11% auto 0 auto;
35
37
  }
36
38
 
37
39
  .social-button-face:hover {
38
40
  background-color: #3b5998!important;
39
- color:#ffffff;
41
+ color: #ffffff;
40
42
  }
41
43
 
42
44
  .social-button-google:hover {
43
45
  background-color: #d81c1c!important;
44
- color:#ffffff;
46
+ color: #ffffff;
45
47
  }
46
48
 
47
49
  .upload-image-component {
@@ -152,15 +154,16 @@
152
154
  margin-right: auto;
153
155
  }
154
156
 
155
- li[data-component="crn-menu-item"] ul li a.bg-primary{
157
+ li[data-component="crn-menu-item"] ul li a.bg-primary {
156
158
  color: white !important;
157
159
  }
158
160
 
159
- li[data-component="crn-menu-item"] ul li a.bg-primary:hover{
161
+ li[data-component="crn-menu-item"] ul li a.bg-primary:hover {
160
162
  color: #333 !important;
161
163
  }
162
164
 
163
- .k-grid-header .k-header, .k-grid-header .k-header a.k-link {
165
+ .k-grid-header .k-header,
166
+ .k-grid-header .k-header a.k-link {
164
167
  text-transform: uppercase;
165
168
  font-weight: normal;
166
169
  font-size: 12px;
@@ -172,7 +175,7 @@ img.user-avatar {
172
175
  max-width: 1.572em !important;
173
176
  }
174
177
 
175
- .modal{
178
+ .modal {
176
179
  z-index: 10020;
177
180
  }
178
181
 
@@ -199,7 +202,8 @@ a {
199
202
  border: 0;
200
203
  }
201
204
 
202
- .main-nav-link:focus, .main-nav-link:active {
205
+ .main-nav-link:focus,
206
+ .main-nav-link:active {
203
207
  width: auto;
204
208
  height: auto;
205
209
  overflow: visible;
@@ -218,7 +222,7 @@ a {
218
222
  }
219
223
 
220
224
  .float-left-desktop {
221
- float:left;
225
+ float: left;
222
226
  }
223
227
 
224
228
  @media only screen and (max-width: 767px) {
@@ -226,11 +230,10 @@ a {
226
230
  margin: 7.5px 0;
227
231
  width: 100%;
228
232
  }
229
-
230
- .crn-navigator-horizontal #navbar, .float-left-desktop {
233
+ .crn-navigator-horizontal #navbar,
234
+ .float-left-desktop {
231
235
  float: none;
232
236
  }
233
-
234
237
  img.user-avatar {
235
238
  margin-left: 0;
236
239
  }
@@ -241,39 +244,46 @@ a {
241
244
  opacity: 1;
242
245
  }
243
246
 
244
- #crn-button-846239{
245
- display:none;
247
+ #crn-button-846239 {
248
+ display: none;
246
249
  }
247
250
 
251
+
248
252
  /* Dynamic file maintenance */
249
- .dynamic-image-container{
253
+
254
+ .dynamic-image-container {
250
255
  width: fit-content;
251
256
  }
252
257
 
258
+
253
259
  /* Treeview maintenance */
254
- .k-treeview .k-i-collapse, .k-treeview .k-i-expand{
260
+
261
+ .k-treeview .k-i-collapse,
262
+ .k-treeview .k-i-expand {
255
263
  height: auto;
256
264
  }
257
265
 
258
- .k-treeview .k-in{
266
+ .k-treeview .k-in {
259
267
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
260
268
  }
261
269
 
262
- .page-header{
270
+ .page-header {
263
271
  border-bottom: 1px solid #eee;
264
272
  display: flex;
265
273
  align-items: center;
266
274
  }
267
275
 
268
- .crn-radiogroup .k-content{
276
+ .crn-radiogroup .k-content {
269
277
  background-color: transparent;
270
278
  }
271
279
 
272
- img.crn-image{
280
+ img.crn-image {
273
281
  max-width: 100%;
274
282
  }
275
283
 
284
+
276
285
  /* Botão desativado */
286
+
277
287
  .btn-default.disabled,
278
288
  .btn-default.disabled.active,
279
289
  .btn-default.disabled.focus,
@@ -296,28 +306,117 @@ fieldset[disabled] .btn-default:hover {
296
306
  color: #454545;
297
307
  }
298
308
 
299
- .header{
309
+ .header {
300
310
  background-color: rgb(209, 209, 209);
301
311
  }
302
312
 
303
- .k-list .k-item.k-state-selected,
304
- .k-list-container .k-button.k-state-active,
305
- .k-list-container .k-button:active,
306
- .k-list-optionlabel.k-state-selected,
307
- .k-menu-group .k-item.k-state-selected,
308
- .k-menu.k-context-menu .k-item.k-state-selected,
309
- .k-spreadsheet-popup .k-button.k-state-active,
310
- .k-spreadsheet-popup .k-button.k-state-selected,
311
- .k-spreadsheet-popup .k-button:active{
313
+ .k-list .k-item.k-state-selected,
314
+ .k-list-container .k-button.k-state-active,
315
+ .k-list-container .k-button:active,
316
+ .k-list-optionlabel.k-state-selected,
317
+ .k-menu-group .k-item.k-state-selected,
318
+ .k-menu.k-context-menu .k-item.k-state-selected,
319
+ .k-spreadsheet-popup .k-button.k-state-active,
320
+ .k-spreadsheet-popup .k-button.k-state-selected,
321
+ .k-spreadsheet-popup .k-button:active {
312
322
  color: #000;
313
323
  }
314
324
 
315
- .carousel-caption{
325
+ .carousel-caption {
316
326
  right: 9%;
317
327
  left: 9%;
318
328
  }
319
329
 
320
330
  .carousel-control.left,
321
- .carousel-control.right{
331
+ .carousel-control.right {
322
332
  width: 8%;
323
333
  }
334
+
335
+
336
+ @font-face {
337
+ font-family: 'Arial-Report';
338
+ src: url('../../../../node_modules/cronapp-lib-js/dist/js/kendo-ui/styles/fonts/arial-report/arial-report.ttf');
339
+ }
340
+
341
+ .k-pdf-export,
342
+ .k-pdf-export * {
343
+ font-family: 'Arial-Report';
344
+ }
345
+
346
+ .k-invalid-msg{
347
+ color: red!important;
348
+ border: none!important;
349
+ }
350
+
351
+
352
+ /* cronDynamicMenu */
353
+
354
+ .displayBlock{
355
+ display: block !important;
356
+ }
357
+
358
+ .nav.navbar-nav .dropdown-submenu:hover>ul.dropdown-menu{
359
+ display: block;
360
+ }
361
+
362
+ .nav.navbar-nav .dropdown-submenu>.dropdown-menu {
363
+ margin-top: -31px;
364
+ top: unset;
365
+ left: 100%;
366
+ }
367
+
368
+ .nav.navbar-nav .caret{
369
+ margin-left: 9px;
370
+ border-top: 5px dashed;
371
+ border-right: 5px solid transparent;
372
+ border-left: 5px solid transparent;
373
+ }
374
+
375
+ .nav.navbar-nav .caret.submenu {
376
+ transform: rotate(272deg);
377
+ }
378
+
379
+ /* Accordion */
380
+ .panel-group .panel-heading.heading-arrow {
381
+ display: grid;
382
+ grid-template-columns: auto 33px;
383
+ align-items: center;
384
+ }
385
+
386
+ .panel-group .heading-arrow.panel-heading::after {
387
+ font-family: FontAwesome;
388
+ content: "\f077";
389
+ float: right;
390
+ color: #FFFFFF;
391
+ }
392
+
393
+ .panel-group .heading-arrow.collapsed.panel-heading::after{
394
+ content: "\f078";
395
+ }
396
+
397
+ .form-group div{
398
+ display: contents;
399
+ }
400
+
401
+ /* Form - Sub Form */
402
+ .form .tool-bar,
403
+ form .active-bar,
404
+ form .tool-bar {
405
+ display: flex;
406
+ flex-direction: initial;
407
+ gap: 2px;
408
+ }
409
+
410
+ .form .tool-bar,
411
+ .form .active-bar{
412
+ display: inline-flex;
413
+ flex-direction: initial;
414
+ gap: 2px;
415
+ }
416
+
417
+ .form .tool-bar > div,
418
+ .form .active-bar > div,
419
+ form .active-bar > div,
420
+ form .tool-bar > div{
421
+ width: auto;
422
+ }
@@ -0,0 +1,25 @@
1
+ #modalBodyConfirmDialog {
2
+ text-align: center;
3
+ }
4
+
5
+ #modalBodyConfirmDialog .icon {
6
+ margin: 0px;
7
+ }
8
+
9
+ #modalBodyConfirmDialog .subtitle {
10
+ margin: 10px 0px;
11
+ font-size: 20px;
12
+ font-weight: 300;
13
+ }
14
+
15
+ #modalBodyConfirmDialog .subtitle,
16
+ #modalBodyConfirmDialog .title {
17
+ color: #606060;
18
+ line-height: 1;
19
+ }
20
+
21
+ .k-dialog .k-dialog-buttongroup.k-dialog-button-layout-normal {
22
+ border: none !important;
23
+ padding-top: 0 !important;
24
+ justify-content: center !important;
25
+ }