cronapp-framework-js 3.2.1 → 4.0.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 (140) hide show
  1. package/components/crn-anchor.components.json +5 -0
  2. package/components/crn-button.components.json +5 -0
  3. package/components/crn-datepicker.components.json +5 -0
  4. package/components/crn-datetimepicker.components.json +5 -0
  5. package/components/crn-enterprise-autocomplete.components.json +5 -0
  6. package/components/crn-enterprise-checkbox.components.json +5 -0
  7. package/components/crn-enterprise-combobox-multiple.components.json +5 -0
  8. package/components/crn-enterprise-dynamic-autocomplete.components.json +5 -0
  9. package/components/crn-enterprise-dynamic-combobox.components.json +5 -0
  10. package/components/crn-icon.components.json +5 -0
  11. package/components/crn-image.components.json +5 -0
  12. package/components/crn-input-password.components.json +5 -0
  13. package/components/crn-rating.components.json +5 -0
  14. package/components/crn-simple-text.components.json +5 -0
  15. package/components/crn-slider.components.json +5 -0
  16. package/components/crn-text-component.components.json +5 -0
  17. package/components/crn-textarea.components.json +5 -0
  18. package/components/crn-textinput.components.json +5 -0
  19. package/components/crn-wizard.components.json +134 -0
  20. package/components/templates/anchor.template.html +1 -1
  21. package/components/templates/social-button-bar.template.html +6 -6
  22. package/components/templates/wizard.template.html +65 -0
  23. package/css/themes/custom/cerulean/custom-cerulean.css +30 -1
  24. package/css/themes/custom/cosmo/custom-cosmo.css +43 -1
  25. package/css/themes/custom/cyborg/custom-cyborg.css +43 -1
  26. package/css/themes/custom/darkly/custom-darkly.css +43 -1
  27. package/css/themes/custom/dsgov/custom-dsgov.css +27 -1
  28. package/css/themes/custom/flatly/custom-flatly.css +43 -1
  29. package/css/themes/custom/fuse/custom-fuse.css +30 -1
  30. package/css/themes/custom/journal/custom-journal.css +43 -1
  31. package/css/themes/custom/lumen/custom-lumen.css +43 -1
  32. package/css/themes/custom/material/custom-material.css +36 -1
  33. package/css/themes/custom/paper/custom-paper.css +43 -1
  34. package/css/themes/custom/readable/custom-readable.css +43 -1
  35. package/css/themes/custom/sandstone/custom-sandstone.css +43 -1
  36. package/css/themes/custom/simplex/custom-simplex.css +42 -1
  37. package/css/themes/custom/slate/custom-slate.css +43 -1
  38. package/css/themes/custom/spacelab/custom-spacelab.css +43 -1
  39. package/css/themes/custom/superhero/custom-superhero.css +42 -1
  40. package/css/themes/custom/theme-general/notification.css +1 -0
  41. package/css/themes/custom/theme-general/theme-general.css +92 -0
  42. package/css/themes/custom/theme-general/wizard.css +98 -0
  43. package/css/themes/custom/united/custom-united.css +37 -1
  44. package/css/themes/custom/yeti/custom-yeti.css +42 -1
  45. package/css/themes/theme.editor.view.html +6 -6
  46. package/dist/components/reports/BOOLEAN.parameter.html +1 -1
  47. package/dist/components/reports/DATE.parameter.html +1 -1
  48. package/dist/components/reports/DOUBLE.parameter.html +1 -1
  49. package/dist/components/reports/FLOAT.parameter.html +1 -1
  50. package/dist/components/reports/INTEGER.parameter.html +1 -1
  51. package/dist/components/reports/LONG.parameter.html +1 -1
  52. package/dist/components/reports/STRING.parameter.html +1 -1
  53. package/dist/components/reports/reports.view.html +1 -1
  54. package/dist/components/templates/anchor.template.html +1 -1
  55. package/dist/components/templates/carousel.template.html +1 -1
  56. package/dist/components/templates/crn-carousel-item.tempate.html +1 -1
  57. package/dist/components/templates/crn-signature-pad.designtime.html +1 -1
  58. package/dist/components/templates/crn-unordered-list.template.html +1 -1
  59. package/dist/components/templates/crn-unordered-sub-list.template.html +1 -1
  60. package/dist/components/templates/cron-autocomplete.designtime.html +1 -1
  61. package/dist/components/templates/cron-captcha.designtime.html +1 -1
  62. package/dist/components/templates/cron-checkbox.template.html +1 -1
  63. package/dist/components/templates/cron-combobox.designtime.html +1 -1
  64. package/dist/components/templates/cron-crud.template.html +1 -1
  65. package/dist/components/templates/cron-dashboard-viewer.designtime.html +1 -1
  66. package/dist/components/templates/cron-dynamic-combobox.designtime.html +1 -1
  67. package/dist/components/templates/cron-frame.designtime.html +1 -1
  68. package/dist/components/templates/cron-grid.designtime.html +1 -1
  69. package/dist/components/templates/cron-radio.template.html +1 -1
  70. package/dist/components/templates/cron-report-viewer.designtime.html +1 -1
  71. package/dist/components/templates/cron-scheduler.designtime.html +1 -1
  72. package/dist/components/templates/cron-slider.designtime.html +1 -1
  73. package/dist/components/templates/cron-tree-view.designtime.html +1 -1
  74. package/dist/components/templates/datasourcefilter.template.html +1 -1
  75. package/dist/components/templates/datasourcefiltercomplex.template.html +1 -1
  76. package/dist/components/templates/date.template.html +1 -1
  77. package/dist/components/templates/datetime.template.html +1 -1
  78. package/dist/components/templates/dynamicfile.designtime.html +1 -1
  79. package/dist/components/templates/dynamicimage.designtime.html +2 -2
  80. package/dist/components/templates/fileupload-button.template.html +1 -1
  81. package/dist/components/templates/fileupload.template.html +1 -1
  82. package/dist/components/templates/form.template.html +1 -1
  83. package/dist/components/templates/image.default.template.html +1 -1
  84. package/dist/components/templates/image.template.html +1 -1
  85. package/dist/components/templates/radiogroup.template.html +1 -1
  86. package/dist/components/templates/social-button-bar.template.html +1 -1
  87. package/dist/components/templates/sub-form.template.html +1 -1
  88. package/dist/components/templates/textarea.template.html +1 -1
  89. package/dist/components/templates/textinput.template.html +1 -1
  90. package/dist/components/templates/textinputbutton.template.html +1 -1
  91. package/dist/components/templates/time.template.html +1 -1
  92. package/dist/components/templates/treeview.template.html +1 -1
  93. package/dist/components/templates/wizard.template.html +1 -0
  94. package/dist/css/themes/custom/cerulean/custom-cerulean.css +1 -1
  95. package/dist/css/themes/custom/cosmo/custom-cosmo.css +1 -1
  96. package/dist/css/themes/custom/cyborg/custom-cyborg.css +1 -1
  97. package/dist/css/themes/custom/darkly/custom-darkly.css +1 -1
  98. package/dist/css/themes/custom/dsgov/custom-dsgov.css +1 -1
  99. package/dist/css/themes/custom/flatly/custom-flatly.css +1 -1
  100. package/dist/css/themes/custom/fuse/custom-fuse.css +1 -1
  101. package/dist/css/themes/custom/journal/custom-journal.css +1 -1
  102. package/dist/css/themes/custom/lumen/custom-lumen.css +1 -1
  103. package/dist/css/themes/custom/material/custom-material.css +1 -1
  104. package/dist/css/themes/custom/paper/custom-paper.css +1 -1
  105. package/dist/css/themes/custom/readable/custom-readable.css +1 -1
  106. package/dist/css/themes/custom/sandstone/custom-sandstone.css +1 -1
  107. package/dist/css/themes/custom/simplex/custom-simplex.css +1 -1
  108. package/dist/css/themes/custom/slate/custom-slate.css +1 -1
  109. package/dist/css/themes/custom/spacelab/custom-spacelab.css +1 -1
  110. package/dist/css/themes/custom/superhero/custom-superhero.css +1 -1
  111. package/dist/css/themes/custom/theme-general/notification.css +1 -1
  112. package/dist/css/themes/custom/theme-general/theme-general.css +1 -1
  113. package/dist/css/themes/custom/theme-general/wizard.css +1 -0
  114. package/dist/css/themes/custom/united/custom-united.css +1 -1
  115. package/dist/css/themes/custom/yeti/custom-yeti.css +1 -1
  116. package/dist/css/themes/theme.editor.view.html +1 -1
  117. package/dist/js/LanguageSelectDirective.js +1 -1
  118. package/dist/js/LocaleService.js +1 -1
  119. package/dist/js/app.js +1 -1
  120. package/dist/js/controllers.js +1 -1
  121. package/dist/js/custom.controllers.js +1 -1
  122. package/dist/js/customStateProvider.js +86 -0
  123. package/dist/js/dashboard/dashboard.service.js +1 -1
  124. package/dist/js/directives.js +1 -55
  125. package/dist/js/filters.js +1 -1
  126. package/dist/js/local-dateformat.directive.js +1 -1
  127. package/dist/js/reports/parameters.controller.js +1 -1
  128. package/dist/js/reports/reports.service.js +1 -1
  129. package/dist/js/services.js +1 -1
  130. package/dist/js/stateProvider.js +1 -1
  131. package/dist/js/upload.service.js +1 -1
  132. package/gulpfile.js +21 -35
  133. package/img/cron-icon/crn-wizard.svg +8 -0
  134. package/js/app.js +6 -21
  135. package/js/controllers.js +41 -57
  136. package/js/directives.js +72 -29
  137. package/package.json +17 -50
  138. package/postupdate.json +154 -38
  139. package/dist/img/cron-icon/crn-component.svg +0 -1
  140. package/dist/img/cron-icon/crn-infinite-scroll.svg +0 -1
@@ -1303,4 +1303,30 @@ div[id^="crn-signature-pad"] canvas {
1303
1303
 
1304
1304
  #cron-breadcrumbs{
1305
1305
  background: transparent;
1306
- }
1306
+ }
1307
+
1308
+ /* wizard */
1309
+ .ctn-wizard .nav-wizard > li.active .step-circle::after {
1310
+ content: '';
1311
+ position: absolute;
1312
+ top: -7px;
1313
+ left: -7px;
1314
+ width: 50px;
1315
+ height: 50px;
1316
+ border-radius: 50%;
1317
+ border: 2px solid var(--colorDefault40, #1351b4);
1318
+ z-index: -1;
1319
+ transition: border-color 0.3s ease;
1320
+ }
1321
+
1322
+ .ctn-wizard .nav-wizard > li.active .step-circle,
1323
+ .ctn-wizard .nav-wizard > li.completed .step-circle {
1324
+ background-color: var(--colorDefault40, #1351b4);
1325
+ color: var(--textColorDefault40, #ffffff);
1326
+ }
1327
+
1328
+ .ctn-wizard .nav-wizard > li.active .step-title,
1329
+ .ctn-wizard .nav-wizard > li.completed .step-title {
1330
+ font-weight: bold;
1331
+ color: var(--colorPrimary40, #1351b4);
1332
+ }
@@ -1006,4 +1006,46 @@ textarea.k-textbox,
1006
1006
 
1007
1007
  .cardinput{
1008
1008
  padding: 0;
1009
- }
1009
+ }
1010
+
1011
+ /*wizard */
1012
+ .ctn-wizard .nav-wizard>li.active .step-circle::after {
1013
+ content: '';
1014
+ position: absolute;
1015
+ top: -7px;
1016
+ left: -7px;
1017
+ width: 50px;
1018
+ height: 50px;
1019
+ border-radius: 50%;
1020
+ border: 2px solid var(--colorSuccess40, #18bc9c);
1021
+ z-index: -1;
1022
+ transition: border-color 0.3s ease;
1023
+ }
1024
+
1025
+ .ctn-wizard .nav-wizard>li.active .step-circle,
1026
+ .ctn-wizard .nav-wizard>li.completed .step-circle {
1027
+ background-color: var(--colorSuccess40, #18bc9c);
1028
+ color: var(--textColorSuccess40, #ffffff);
1029
+ }
1030
+
1031
+ .ctn-wizard .step-circle {
1032
+ width: 40px;
1033
+ height: 40px;
1034
+ background-color: var(--textColorSuccess40, #ffffff);
1035
+ color: var(--colorSuccess40, #18bc9c);
1036
+ border-radius: 50%;
1037
+ border: 2px solid var(--colorSuccess40, #18bc9c);
1038
+ display: flex;
1039
+ align-items: center;
1040
+ justify-content: center;
1041
+ margin: 0 auto 5px auto;
1042
+ position: relative;
1043
+ z-index: 1;
1044
+ transition: background-color 0.3s ease, color 0.3s ease;
1045
+ }
1046
+
1047
+ .ctn-wizard .nav-wizard>li.active .step-title,
1048
+ .ctn-wizard .nav-wizard>li.completed .step-title {
1049
+ font-weight: bold;
1050
+ color: var(--colorSuccess40, #18bc9c);
1051
+ }
@@ -1245,4 +1245,33 @@ div[data-component="crn-grid"] .k-grid-header th.k-header {
1245
1245
 
1246
1246
  #cron-breadcrumbs{
1247
1247
  background: transparent;
1248
- }
1248
+ }
1249
+
1250
+ /*wizard*/
1251
+ .ctn-wizard .nav-wizard > li.active .step-circle,
1252
+ .ctn-wizard .nav-wizard > li.completed .step-circle {
1253
+ background-color: var(--colorDefault40, #3b448e);
1254
+ color: var(--textColorDefault40, #ffffff);
1255
+ }
1256
+
1257
+ .ctn-wizard .step-circle {
1258
+ width: 40px;
1259
+ height: 40px;
1260
+ background-color: var(--textColorDefault40, #ffffff);
1261
+ color: var(--colorDefault40, #3b448e);
1262
+ border-radius: 50%;
1263
+ border: 2px solid var(--colorDefault40, #3b448e);
1264
+ display: flex;
1265
+ align-items: center;
1266
+ justify-content: center;
1267
+ margin: 0 auto 5px auto;
1268
+ position: relative;
1269
+ z-index: 1;
1270
+ transition: background-color 0.3s ease, color 0.3s ease;
1271
+ }
1272
+
1273
+ .ctn-wizard .nav-wizard > li.active .step-title,
1274
+ .ctn-wizard .nav-wizard > li.completed .step-title {
1275
+ font-weight: bold;
1276
+ color: var(--colorDefault40, #3b448e);
1277
+ }
@@ -1061,4 +1061,46 @@ input::placeholder,
1061
1061
 
1062
1062
  .cardinput {
1063
1063
  padding: 0;
1064
- }
1064
+ }
1065
+
1066
+ /* wizard*/
1067
+ .ctn-wizard .nav-wizard>li.active .step-circle::after {
1068
+ content: '';
1069
+ position: absolute;
1070
+ top: -7px;
1071
+ left: -7px;
1072
+ width: 50px;
1073
+ height: 50px;
1074
+ border-radius: 50%;
1075
+ border: 2px solid var(--textColor30, #7f7f7f);
1076
+ z-index: -1;
1077
+ transition: border-color 0.3s ease;
1078
+ }
1079
+
1080
+ .ctn-wizard .nav-wizard>li.active .step-circle,
1081
+ .ctn-wizard .nav-wizard>li.completed .step-circle {
1082
+ background-color: var(--textColor30, #7f7f7f);
1083
+ color: var(--textColorPrimary40, #ffffff);
1084
+ }
1085
+
1086
+ .ctn-wizard .step-circle {
1087
+ width: 40px;
1088
+ height: 40px;
1089
+ background-color: var(--textColorPrimary40, #ffffff);
1090
+ color: var(--textColor30, #7f7f7f);
1091
+ border-radius: 50%;
1092
+ border: 2px solid var(--textColor30, #7f7f7f);
1093
+ display: flex;
1094
+ align-items: center;
1095
+ justify-content: center;
1096
+ margin: 0 auto 5px auto;
1097
+ position: relative;
1098
+ z-index: 1;
1099
+ transition: background-color 0.3s ease, color 0.3s ease;
1100
+ }
1101
+
1102
+ .ctn-wizard .nav-wizard>li.active .step-title,
1103
+ .ctn-wizard .nav-wizard>li.completed .step-title {
1104
+ font-weight: bold;
1105
+ color: var(--textColor30, #7f7f7f);
1106
+ }
@@ -1158,4 +1158,46 @@ td.k-state-focused {
1158
1158
  color: var(--textColorDefault40, #ffffff);
1159
1159
  padding-left: 13px;
1160
1160
  padding-right: 25px;
1161
- }
1161
+ }
1162
+
1163
+ /*wizard*/
1164
+ .ctn-wizard .nav-wizard>li.active .step-circle::after {
1165
+ content: '';
1166
+ position: absolute;
1167
+ top: -7px;
1168
+ left: -7px;
1169
+ width: 50px;
1170
+ height: 50px;
1171
+ border-radius: 50%;
1172
+ border: 2px solid var(--textColorLight30, #1e1e1e);
1173
+ z-index: -1;
1174
+ transition: border-color 0.3s ease;
1175
+ }
1176
+
1177
+ .ctn-wizard .nav-wizard>li.active .step-circle,
1178
+ .ctn-wizard .nav-wizard>li.completed .step-circle {
1179
+ background-color: var(--colorLight50, #d7d7d7);
1180
+ color: var(--textColorLight30, #1e1e1e);
1181
+ }
1182
+
1183
+ .ctn-wizard .step-circle {
1184
+ width: 40px;
1185
+ height: 40px;
1186
+ background-color: var(--textColorLight40, #ffffff);
1187
+ color: var(--textColorLight30, #1e1e1e);
1188
+ border-radius: 50%;
1189
+ border: 2px solid var(--textColorLight30, #1e1e1e);
1190
+ display: flex;
1191
+ align-items: center;
1192
+ justify-content: center;
1193
+ margin: 0 auto 5px auto;
1194
+ position: relative;
1195
+ z-index: 1;
1196
+ transition: background-color 0.3s ease, color 0.3s ease;
1197
+ }
1198
+
1199
+ .ctn-wizard .nav-wizard>li.active .step-title,
1200
+ .ctn-wizard .nav-wizard>li.completed .step-title {
1201
+ font-weight: bold;
1202
+ color: var(--textColorLight30, #1e1e1e);
1203
+ }
@@ -1147,4 +1147,39 @@ div[data-component^='crn-textinputicon'] .k-button {
1147
1147
 
1148
1148
  #cron-breadcrumbs{
1149
1149
  background: transparent;
1150
- }
1150
+ }
1151
+
1152
+ /*Wizzard*/
1153
+ .ctn-wizard .step-circle {
1154
+ background-color: var(--textColorDefault40, #ffffff);
1155
+ color: var(--colorDefault40, #3b448e);
1156
+ border: 2px solid var(--colorDefault40, #3b448e);
1157
+ }
1158
+
1159
+ .ctn-wizard .nav-wizard>li.active .step-title,
1160
+ .ctn-wizard .nav-wizard>li.completed .step-title {
1161
+ font-weight: bold;
1162
+ color: var(--colorDefault40, #3b448e);
1163
+ }
1164
+
1165
+ .ctn-wizard .nav-wizard>li.active .step-circle,
1166
+ .ctn-wizard .nav-wizard>li.completed .step-circle {
1167
+ background-color: var(--colorDefault40, #3b448e);
1168
+ color: var(--textColorDefault40, #ffffff);
1169
+ }
1170
+
1171
+ .ctn-wizard .nav-wizard>li.active .step-circle::after {
1172
+ content: '';
1173
+ position: absolute;
1174
+ top: -7px;
1175
+ left: -7px;
1176
+ width: 50px;
1177
+ height: 50px;
1178
+ border-radius: 50%;
1179
+ border: 2px solid var(--colorDefault40, #3b448e);
1180
+ z-index: -1;
1181
+ transition: border-color 0.3s ease;
1182
+ }
1183
+ .ctn-wizard .nav-wizard>li.active.invalid-step .step-circle::after {
1184
+ border-color: var(--colorDanger40: #ce3a36);
1185
+ }
@@ -1463,4 +1463,46 @@ td.k-state-focused {
1463
1463
  background: var(--colorDark40, #444444);
1464
1464
  border-color: transparent;
1465
1465
  color: var(--textColorDark40, #ffffff);
1466
- }
1466
+ }
1467
+
1468
+ /*wizard*/
1469
+ .ctn-wizard .nav-wizard>li.active .step-circle::after {
1470
+ content: '';
1471
+ position: absolute;
1472
+ top: -7px;
1473
+ left: -7px;
1474
+ width: 50px;
1475
+ height: 50px;
1476
+ border-radius: 50%;
1477
+ border: 2px solid var(--textColorDefault40, #444444);
1478
+ z-index: -1;
1479
+ transition: border-color 0.3s ease;
1480
+ }
1481
+
1482
+ .ctn-wizard .nav-wizard>li.active .step-circle,
1483
+ .ctn-wizard .nav-wizard>li.completed .step-circle {
1484
+ background-color: var(--textColorDefault40, #444444);
1485
+ color: var(--textColorDefault30, #ffffff);
1486
+ }
1487
+
1488
+ .ctn-wizard .step-circle {
1489
+ width: 40px;
1490
+ height: 40px;
1491
+ background-color: var(--textColorDefault30, #ffffff);
1492
+ color: var(--textColorDefault40, #444444);
1493
+ border-radius: 50%;
1494
+ border: 2px solid var(--textColorDefault40, #444444);
1495
+ display: flex;
1496
+ align-items: center;
1497
+ justify-content: center;
1498
+ margin: 0 auto 5px auto;
1499
+ position: relative;
1500
+ z-index: 1;
1501
+ transition: background-color 0.3s ease, color 0.3s ease;
1502
+ }
1503
+
1504
+ .ctn-wizard .nav-wizard>li.active .step-title,
1505
+ .ctn-wizard .nav-wizard>li.completed .step-title {
1506
+ font-weight: bold;
1507
+ color: var(--textColorDefault40, #444444);
1508
+ }
@@ -1300,4 +1300,46 @@ td.k-state-focused {
1300
1300
  background: var(--colorDark40, #444444);
1301
1301
  border-color: var(--colorDark50, #3c3c3c);
1302
1302
  color: var(--textColorDark40, #ffffff);
1303
- }
1303
+ }
1304
+
1305
+ /*wizard*/
1306
+ .ctn-wizard .nav-wizard>li.active .step-title,
1307
+ .ctn-wizard .nav-wizard>li.completed .step-title {
1308
+ font-weight: bold;
1309
+ color: var(--textColorDefault40, #333333);
1310
+ }
1311
+
1312
+ .ctn-wizard .step-circle {
1313
+ width: 40px;
1314
+ height: 40px;
1315
+ background-color: var(--textColorDefault30, #ffffff);
1316
+ color: var(--textColorDefault40, #333333);
1317
+ border-radius: 50%;
1318
+ border: 2px solid var(--colorDefault50, #dfdfdf);
1319
+ display: flex;
1320
+ align-items: center;
1321
+ justify-content: center;
1322
+ margin: 0 auto 5px auto;
1323
+ position: relative;
1324
+ z-index: 1;
1325
+ transition: background-color 0.3s ease, color 0.3s ease;
1326
+ }
1327
+
1328
+ .ctn-wizard .nav-wizard>li.active .step-circle,
1329
+ .ctn-wizard .nav-wizard>li.completed .step-circle {
1330
+ background-color: var(--textColorDefault40, #333333);
1331
+ color: var(--textColorDefault30, #ffffff);
1332
+ }
1333
+
1334
+ .ctn-wizard .nav-wizard>li.active .step-circle::after {
1335
+ content: '';
1336
+ position: absolute;
1337
+ top: -7px;
1338
+ left: -7px;
1339
+ width: 50px;
1340
+ height: 50px;
1341
+ border-radius: 50%;
1342
+ border: 2px solid var(--colorDefault50, #dfdfdf);
1343
+ z-index: -1;
1344
+ transition: border-color 0.3s ease;
1345
+ }
@@ -1020,4 +1020,46 @@ td.k-state-focused.k-state-selected,
1020
1020
 
1021
1021
  .bootstrap-datetimepicker-widget.dropdown-menu.top:after {
1022
1022
  border-top-color: var(--backgroundColor40, #ffffff);
1023
- }
1023
+ }
1024
+
1025
+ /*wizard*/
1026
+ .ctn-wizard .nav-wizard>li.active .step-title,
1027
+ .ctn-wizard .nav-wizard>li.completed .step-title {
1028
+ font-weight: bold;
1029
+ color: var(--textColor40, #393939);
1030
+ }
1031
+
1032
+ .ctn-wizard .step-circle {
1033
+ width: 40px;
1034
+ height: 40px;
1035
+ background-color: var(--textColorDefault40, #ffffff);
1036
+ color: var(--textColor40, #393939);
1037
+ border-radius: 50%;
1038
+ border: 2px solid var(--textColor40, #393939);
1039
+ display: flex;
1040
+ align-items: center;
1041
+ justify-content: center;
1042
+ margin: 0 auto 5px auto;
1043
+ position: relative;
1044
+ z-index: 1;
1045
+ transition: background-color 0.3s ease, color 0.3s ease;
1046
+ }
1047
+
1048
+ .ctn-wizard .nav-wizard>li.active .step-circle,
1049
+ .ctn-wizard .nav-wizard>li.completed .step-circle {
1050
+ background-color: var(--textColor40, #393939);
1051
+ color: var(--textColorDefault40, #ffffff);
1052
+ }
1053
+
1054
+ .ctn-wizard .nav-wizard>li.active .step-circle::after {
1055
+ content: '';
1056
+ position: absolute;
1057
+ top: -7px;
1058
+ left: -7px;
1059
+ width: 50px;
1060
+ height: 50px;
1061
+ border-radius: 50%;
1062
+ border: 2px solid var(--textColor40, #393939);
1063
+ z-index: -1;
1064
+ transition: border-color 0.3s ease;
1065
+ }
@@ -972,4 +972,45 @@ td.k-state-focused.k-state-selected,
972
972
 
973
973
  .bootstrap-datetimepicker-widget.dropdown-menu.top:after {
974
974
  border-top-color: var(--backgroundColor40, #fcfcfc);
975
- }
975
+ }
976
+
977
+ /*wizard*/
978
+ .ctn-wizard .nav-wizard>li.active .step-circle,
979
+ .ctn-wizard .nav-wizard>li.completed .step-circle {
980
+ background-color: var(--colorDefault40, #474949);
981
+ color: var(--textColorDefault40, #ffffff);
982
+
983
+ .ctn-wizard .nav-wizard>li.active .step-title,
984
+ .ctn-wizard .nav-wizard>li.completed .step-title {
985
+ font-weight: bold;
986
+ color: var(--colorDefault40, #474949);
987
+ }
988
+
989
+ .ctn-wizard .nav-wizard>li.active .step-circle::after {
990
+ content: '';
991
+ position: absolute;
992
+ top: -7px;
993
+ left: -7px;
994
+ width: 50px;
995
+ height: 50px;
996
+ border-radius: 50%;
997
+ border: 2px solid var(--colorDefault40, #474949);
998
+ z-index: -1;
999
+ transition: border-color 0.3s ease;
1000
+ }
1001
+
1002
+ .ctn-wizard .step-circle {
1003
+ width: 40px;
1004
+ height: 40px;
1005
+ background-color: #ffffff;
1006
+ color: var(--colorDefault40, #474949);
1007
+ border-radius: 50%;
1008
+ border: 2px solid var(--colorDefault40, #474949);
1009
+ display: flex;
1010
+ align-items: center;
1011
+ justify-content: center;
1012
+ margin: 0 auto 5px auto;
1013
+ position: relative;
1014
+ z-index: 1;
1015
+ transition: background-color 0.3s ease, color 0.3s ease;
1016
+ }
@@ -1253,4 +1253,46 @@ td.k-state-focused.k-state-selected {
1253
1253
  .k-scheduler-monthview .k-scheduler-table .k-today {
1254
1254
  background: var(--colorPrimary40, #7a8288);
1255
1255
  color: var(--textColorPrimary40, #ffffff);
1256
- }
1256
+ }
1257
+
1258
+ /*wizard*/
1259
+ .ctn-wizard .step-circle {
1260
+ width: 40px;
1261
+ height: 40px;
1262
+ background-color: var(--textColorDefault40, #ffffff);
1263
+ color: var(--colorDefault70, #202325);
1264
+ border-radius: 50%;
1265
+ border: 2px solid var(--textColorDefault40, #7a8288);
1266
+ display: flex;
1267
+ align-items: center;
1268
+ justify-content: center;
1269
+ margin: 0 auto 5px auto;
1270
+ position: relative;
1271
+ z-index: 1;
1272
+ transition: background-color 0.3s ease, color 0.3s ease;
1273
+ }
1274
+
1275
+ .ctn-wizard .nav-wizard>li.active .step-circle::after {
1276
+ content: '';
1277
+ position: absolute;
1278
+ top: -7px;
1279
+ left: -7px;
1280
+ width: 50px;
1281
+ height: 50px;
1282
+ border-radius: 50%;
1283
+ border: 2px solid var(--textColorDefault40, #7a8288);
1284
+ z-index: -1;
1285
+ transition: border-color 0.3s ease;
1286
+ }
1287
+
1288
+ .ctn-wizard .nav-wizard>li.active .step-circle,
1289
+ .ctn-wizard .nav-wizard>li.completed .step-circle {
1290
+ background-color: var(--colorDefault70, #202325);
1291
+ color: var(--textColorDefault40, #ffffff);
1292
+ }
1293
+
1294
+ .ctn-wizard .nav-wizard>li.active .step-title,
1295
+ .ctn-wizard .nav-wizard>li.completed .step-title {
1296
+ font-weight: bold;
1297
+ color: var(--textColorDefault40, #7a8288);
1298
+ }
@@ -924,4 +924,46 @@ td.k-state-focused.k-state-selected,
924
924
 
925
925
  .bootstrap-datetimepicker-widget.dropdown-menu.top:after {
926
926
  border-top-color: var(--backgroundColor40, #ffffff);
927
- }
927
+ }
928
+
929
+ /*wizard*/
930
+ .ctn-wizard .step-circle {
931
+ width: 40px;
932
+ height: 40px;
933
+ background-color: var(--textColorDefault40, #ffffff);
934
+ color: var(--colorDefault30, #8a8b8b);
935
+ border-radius: 50%;
936
+ border: 2px solid var(--colorDefault30, #8a8b8b);
937
+ display: flex;
938
+ align-items: center;
939
+ justify-content: center;
940
+ margin: 0 auto 5px auto;
941
+ position: relative;
942
+ z-index: 1;
943
+ transition: background-color 0.3s ease, color 0.3s ease;
944
+ }
945
+
946
+ .ctn-wizard .nav-wizard>li.active .step-circle::after {
947
+ content: '';
948
+ position: absolute;
949
+ top: -7px;
950
+ left: -7px;
951
+ width: 50px;
952
+ height: 50px;
953
+ border-radius: 50%;
954
+ border: 2px solid var(--colorDefault30, #8a8b8b);
955
+ z-index: -1;
956
+ transition: border-color 0.3s ease;
957
+ }
958
+
959
+ .ctn-wizard .nav-wizard>li.active .step-circle,
960
+ .ctn-wizard .nav-wizard>li.completed .step-circle {
961
+ background-color: var(--colorDefault30, #8a8b8b);
962
+ color: var(--textColorDefault40, #ffffff);
963
+ }
964
+
965
+ .ctn-wizard .nav-wizard>li.active .step-title,
966
+ .ctn-wizard .nav-wizard>li.completed .step-title {
967
+ font-weight: bold;
968
+ color: var(--colorDefault30, #8a8b8b);
969
+ }
@@ -1604,4 +1604,45 @@ p.ng-binding.ng-scope,
1604
1604
  background: var(--colorDark40, #20374c);
1605
1605
  border-color: var(--colorDark50, #1c3043);
1606
1606
  color: var(--textColorDark40, #ffffff);
1607
- }
1607
+ }
1608
+
1609
+ /*wizard*/
1610
+ .ctn-wizard .nav-wizard>li.active .step-title,
1611
+ .ctn-wizard .nav-wizard>li.completed .step-title {
1612
+ font-weight: bold;
1613
+ color: var(--colorDefault40, #4e5d6c);
1614
+
1615
+ .ctn-wizard .nav-wizard>li.active .step-circle::after {
1616
+ content: '';
1617
+ position: absolute;
1618
+ top: -7px;
1619
+ left: -7px;
1620
+ width: 50px;
1621
+ height: 50px;
1622
+ border-radius: 50%;
1623
+ border: 2px solid var(--colorDefault40, #4e5d6c);
1624
+ z-index: -1;
1625
+ transition: border-color 0.3s ease;
1626
+ }
1627
+
1628
+ .ctn-wizard .nav-wizard>li.active .step-circle,
1629
+ .ctn-wizard .nav-wizard>li.completed .step-circle {
1630
+ background-color: var(--colorDefault40, #4e5d6c);
1631
+ color: var(--textColorDefault40, #ffffff);
1632
+ }
1633
+
1634
+ .ctn-wizard .step-circle {
1635
+ width: 40px;
1636
+ height: 40px;
1637
+ background-color: var(--textColorDefault40, #ffffff);
1638
+ color: var(--colorDefault40, #4e5d6c);
1639
+ border-radius: 50%;
1640
+ border: 2px solid var(--colorDefault40, #4e5d6c);
1641
+ display: flex;
1642
+ align-items: center;
1643
+ justify-content: center;
1644
+ margin: 0 auto 5px auto;
1645
+ position: relative;
1646
+ z-index: 1;
1647
+ transition: background-color 0.3s ease, color 0.3s ease;
1648
+ }
@@ -4,6 +4,7 @@
4
4
  box-shadow: none;
5
5
  background: var(--colorDefault40, #3b448e);
6
6
  font-family: var(--fontFamily, Arial, sans-serif);
7
+ z-index: 99999;
7
8
  }
8
9
 
9
10
  .ui-notification.success {
@@ -625,3 +625,95 @@ input[exibir-icone="false"]::-webkit-calendar-picker-indicator {
625
625
  color: #000; /* Suporte para Edge */
626
626
  }
627
627
 
628
+ .nav-wizard a {
629
+ text-decoration: none;
630
+ color: inherit;
631
+ }
632
+
633
+ .nav-wizard a:hover,
634
+ .nav-wizard a:focus {
635
+ text-decoration: none;
636
+ }
637
+
638
+ .is-invalid {
639
+ border-color: #dc3545;
640
+ }
641
+
642
+ .invalid-feedback {
643
+ color: #dc3545;
644
+ margin-top: 0.25rem;
645
+ font-size: 0.875em;
646
+ }
647
+
648
+ .btn-disabled-wizard {
649
+ color: #a1a1a1 !important;
650
+ border-color: #ccc !important;
651
+ background-color: #fff !important;
652
+ background-image: none !important;
653
+ pointer-events: none;
654
+ cursor: not-allowed;
655
+ }
656
+
657
+ /* step ativo */
658
+ .ctn-wizard .nav-wizard>li.step-active .step-circle {
659
+ background-color: var(--colorDefault40, #3b448e);
660
+ color: var(--textColorDefault40, #ffffff);
661
+ border: 2px solid var(--colorDefault40, #3b448e);
662
+ }
663
+
664
+ .ctn-wizard .nav-wizard>li.step-active .step-title {
665
+ font-weight: bold;
666
+ color: var(--colorDefault40, #3b448e);
667
+ }
668
+
669
+ .ctn-wizard .nav-wizard>li.step-completed .step-circle {
670
+ background-color: var(--colorDefault40, #3b448e);
671
+ color: var(--textColorDefault40, #ffffff);
672
+ border: 2px solid var(--colorDefault40, #3b448e);
673
+ }
674
+
675
+ .ctn-wizard .nav-wizard>li.step-invalid .step-circle {
676
+ background-color: var(--textColorDefault40, #ffffff);
677
+ color: var(--colorDanger40, #dc3545);
678
+ border: 2px solid var(--colorDanger40, #dc3545);
679
+ }
680
+
681
+ .ctn-wizard .nav-wizard>li:not(.step-completed):not(.step-invalid):not(.step-active) .step-circle {
682
+ background-color: var(--textColorDefault40, #ffffff);
683
+ color: var(--colorDefault40, #3b448e);
684
+ border: 2px solid var(--colorDefault40, #3b448e);
685
+ }
686
+
687
+ .ctn-wizard .step-circle {
688
+ transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
689
+ }
690
+
691
+ input[exibir-icone="true"]::-webkit-calendar-picker-indicator {
692
+ display: block !important;
693
+ }
694
+
695
+ input[exibir-icone="false"]::-webkit-calendar-picker-indicator {
696
+ display: none !important;
697
+ }
698
+
699
+ .input-icon-wrapper {
700
+ position: absolute;
701
+ right: 6.5rem;
702
+ pointer-events: auto;
703
+ margin-top: -2.5rem;
704
+ overflow: hidden;
705
+ }
706
+
707
+ .dark-placeholder::placeholder {
708
+ color: #000;
709
+ opacity: 1;
710
+ }
711
+
712
+ .dark-placeholder:-ms-input-placeholder {
713
+ color: #000; /* Suporte para IE */
714
+ }
715
+
716
+ .dark-placeholder::-ms-input-placeholder {
717
+ color: #000; /* Suporte para Edge */
718
+ }
719
+