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

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
package/js/directives.js CHANGED
@@ -1617,8 +1617,12 @@
1617
1617
  let $objClick = $(`[data-id="${randomId}"]`);
1618
1618
  if ($objClick.length) {
1619
1619
  clearInterval(waitRender);
1620
- $objClick.off('click');
1621
- $objClick.on('click', (e) => {
1620
+ let eventHook = 'click';
1621
+ if ($('.km-pane-wrapper').length) {
1622
+ eventHook = 'touchstart';
1623
+ }
1624
+ $objClick.off(eventHook);
1625
+ $objClick.on(eventHook, (e) => {
1622
1626
  func(e);
1623
1627
  e.stopImmediatePropagation();
1624
1628
  });
@@ -1662,7 +1666,7 @@
1662
1666
  showWorkHours: options.showWorkHours,
1663
1667
  selectable: true,
1664
1668
  date: schedulerStartDate,
1665
- mobile: true,
1669
+ mobile: false,
1666
1670
  allDaySlot: options.allDaySlot,
1667
1671
  messages: {
1668
1672
  editor: {
@@ -3749,7 +3753,6 @@
3749
3753
  options.filtering = attrs.ngFiltering ? function (){scope.$eval(attrs.ngFiltering)}: undefined;
3750
3754
 
3751
3755
  options.select = attrs.ngSelect ? function (e) {
3752
- scope.$eval(attrs.ngSelect);
3753
3756
  scope.safeApply(() => {
3754
3757
  var contextVars = {
3755
3758
  'selected' : e.dataItem,
@@ -3759,21 +3762,25 @@
3759
3762
  scope.$eval(attrs.ngSelect, contextVars);
3760
3763
  });
3761
3764
  }: undefined;
3762
- options.change = function(e) {
3763
- _scope.$apply(function () {
3764
- _ngModelCtrl.$setViewValue(this.value());
3765
- }.bind(combobox));
3766
- if (attrs.ngChange) {
3767
- var dataItem = this.dataItem();
3768
- scope.safeApply(() => {
3769
- var contextVars = {
3770
- 'selected' : dataItem,
3771
- 'selectedKey' : dataItem[options.dataValueField],
3772
- 'selectedValue' : dataItem[options.dataTextField]
3773
- };
3774
- scope.$eval(attrs.ngChange, contextVars);
3775
- });
3776
- }
3765
+ options.change = attrs.ngChange ? function(e) {
3766
+ var dataItem = this.dataItem();
3767
+ scope.safeApply(() => {
3768
+ if (attrs['ngModel']) {
3769
+ _ngModelCtrl.$$parse(attrs['ngModel']).assign(scope, this.value(), attrs['ngModel'].split("."));
3770
+ }
3771
+ var contextVars = {
3772
+ 'selected' : dataItem,
3773
+ 'selectedKey' : dataItem[options.dataValueField],
3774
+ 'selectedValue' : dataItem[options.dataTextField]
3775
+ };
3776
+ scope.$eval(attrs.ngChange, contextVars);
3777
+ });
3778
+ }: function(e) {
3779
+ scope.safeApply(() => {
3780
+ if (attrs['ngModel']) {
3781
+ _ngModelCtrl.$$parse(attrs['ngModel']).assign(scope, this.value(), attrs['ngModel'].split("."));
3782
+ }
3783
+ });
3777
3784
  };
3778
3785
 
3779
3786
  options.messages = {
@@ -3827,23 +3834,13 @@
3827
3834
  var _scope = scope;
3828
3835
  var _ngModelCtrl = ngModelCtrl;
3829
3836
 
3830
- var initializing = true;
3831
3837
  if (ngModelCtrl) {
3832
3838
  ngModelCtrl.$formatters.push(function (value) {
3833
3839
  var result = '';
3834
-
3835
3840
  if ((typeof value === 'boolean') || (value)) {
3836
3841
  result = value;
3837
3842
  }
3838
3843
  combobox.value(result);
3839
-
3840
- if (!initializing) {
3841
- if (attrs.ngChange) scope.$eval(attrs.ngChange);
3842
- }
3843
-
3844
-
3845
- initializing = false;
3846
- combobox.value(result);
3847
3844
  return result;
3848
3845
  });
3849
3846
  ngModelCtrl.$parsers.push(function (value) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cronapp-framework-js",
3
- "version": "2.9.4-RC.3",
3
+ "version": "2.9.4-SP.10",
4
4
  "description": "Javascript library for CronApp's projects",
5
5
  "main": "cronapp.framework.js",
6
6
  "scripts": {
@@ -1,153 +0,0 @@
1
- /* Default */
2
- .k-multiselect .k-button.k-state-hover,
3
- .k-multiselect .k-button,
4
- .combobox-default .k-multiselect .k-button.k-state-hover,
5
- .combobox-default .k-multiselect .k-button {
6
- background: linear-gradient(var(--colorDefault10, #fcfcfc), var(--colorDefault10, #fcfcfc) 60%, var(--colorDefault40, #f5f5f5));
7
- border-color: var(--colorDefault50, #d7d7d7);
8
- color: var(--textColorDefault40, #444444);
9
- }
10
-
11
- .k-multiselect-wrap .k-button.k-state-hover .k-select,
12
- .k-multiselect-wrap .k-button:hover,
13
- .combobox-default .k-multiselect-wrap .k-button.k-state-hover .k-select,
14
- .combobox-default .k-multiselect-wrap .k-button:hover {
15
- color: var(--textColorDefault40, #444444);
16
- background: linear-gradient(var(--colorDefault30, #f7f7f7), var(--colorDefault50, #d7d7d7) 60%, var(--colorDefault60, #b3b3b3));
17
- border-color: var(--colorDefault50, #d7d7d7);
18
- }
19
-
20
- /* Primary */
21
- .combobox-primary .k-multiselect .k-button.k-state-hover,
22
- .combobox-primary .k-multiselect .k-button {
23
- background: linear-gradient(var(--colorPrimary30, #82bded), var(--colorPrimary40, #2fa4e7) 60%, var(--colorPrimary50, #3c6088));
24
- border-color: var(--colorPrimary40, #2fa4e7);
25
- color: var(--textColorPrimary40, #ffffff);
26
- }
27
-
28
- .combobox-primary .k-multiselect-wrap .k-button.k-state-hover .k-select,
29
- .combobox-primary .k-multiselect-wrap .k-button:hover {
30
- color: var(--textColorPrimary40, #ffffff);
31
- background: linear-gradient(var(--colorPrimary30, #82bded), var(--colorPrimary50, #2990ca) 60%, var(--colorPrimary60, #2278a9));
32
- border-color: var(--colorPrimary40, #2fa4e7);
33
- }
34
-
35
- /* success */
36
- .combobox-success .k-multiselect .k-button.k-state-hover,
37
- .combobox-success .k-multiselect .k-button {
38
- background: linear-gradient(var(--colorSuccess30, #9fc085), var(--colorSuccess40, #73a839) 60%, var(--colorSuccess50, #359e1d));
39
- border-color: var(--colorSuccess40, #73a839);
40
- color: var(--textColorSuccess40, #ffffff);
41
- }
42
-
43
- .combobox-success .k-multiselect-wrap .k-button.k-state-hover .k-select,
44
- .combobox-success .k-multiselect-wrap .k-button:hover {
45
- color: var(--textColorSuccess40, #ffffff);
46
- background: linear-gradient(var(--colorSuccess30, #9fc085), var(--colorSuccess50, #659332) 60%, var(--colorSuccess60, #547b2a));
47
- border-color: var(--colorSuccess40, #73a839);
48
- }
49
-
50
- /* info */
51
- .combobox-info .k-multiselect .k-button.k-state-hover,
52
- .combobox-info .k-multiselect .k-button {
53
- background: linear-gradient(var(--colorCalm30, #7b869f), var(--colorCalm40, #033c73) 60%, var(--colorCalm50, #033565));
54
- border-color: var(--colorCalm40, #033c73);
55
- color: var(--textColorCalm40, #ffffff);
56
- }
57
-
58
- .combobox-info .k-multiselect-wrap .k-button.k-state-hover .k-select,
59
- .combobox-info .k-multiselect-wrap .k-button:hover {
60
- color: var(--textColorCalm40, #ffffff);
61
- background: linear-gradient(var(--colorCalm30, #7b869f), var(--colorCalm50, #033565) 60%, var(--colorCalm60, #022c54));
62
- border-color: var(--colorCalm40, #033c73);
63
- }
64
-
65
- /* warning */
66
- .combobox-warning .k-multiselect .k-button.k-state-hover,
67
- .combobox-warning .k-multiselect .k-button {
68
- background: linear-gradient(var(--colorWarning30, #e5907b), var(--colorWarning40, #dd5600) 60%, var(--colorWarning50, #c24b00));
69
- border-color: var(--colorWarning40, #dd5600);
70
- color: var(--textColorWarning40, #ffffff);
71
- }
72
-
73
- .combobox-warning .k-multiselect-wrap .k-button.k-state-hover .k-select,
74
- .combobox-warning .k-multiselect-wrap .k-button:hover {
75
- color: var(--textColorWarning40, #ffffff);
76
- background: linear-gradient(var(--colorWarning30, #e5907b), var(--colorWarning50, #c24b00) 60%, var(--colorWarning60, #a23f00));
77
- border-color: var(--colorWarning40, #dd5600);
78
- }
79
-
80
- /* danger */
81
- .combobox-danger .k-multiselect .k-button.k-state-hover,
82
- .combobox-danger .k-multiselect .k-button {
83
- background: linear-gradient(var(--colorDanger30, #d57e7f), var(--colorDanger40, #c71c22) 60%, var(--colorDanger50, #ae191e));
84
- border-color: var(--colorDanger40, #c71c22);
85
- color: var(--textColorDanger40, #ffffff);
86
- }
87
-
88
- .combobox-danger .k-multiselect-wrap .k-button.k-state-hover .k-select,
89
- .combobox-danger .k-multiselect-wrap .k-button:hover {
90
- color: var(--textColorDanger40, #ffffff);
91
- background: linear-gradient(var(--colorDanger30, #d57e7f), var(--colorDanger50, #ae191e) 60%, var(--colorDanger60, #921519));
92
- border-color: var(--colorDanger40, #c71c22);
93
- }
94
-
95
- /* light */
96
- .combobox-light .k-multiselect .k-button.k-state-hover,
97
- .combobox-light .k-multiselect .k-button {
98
- background: var(--colorLight40, #ffffff);
99
- border-color: var(--colorLight60, #bbbbbb);
100
- color: var(--textColorLight40, #444444);
101
- }
102
-
103
- .combobox-light .k-multiselect-wrap .k-button.k-state-hover .k-select,
104
- .combobox-light .k-multiselect-wrap .k-button:hover {
105
- color: var(--textColorLight40, #444444);
106
- background: var(--colorLight50, #dfdfdf);
107
- border-color: var(--colorLight60, #bbbbbb);
108
- }
109
-
110
- /* Stable */
111
- .combobox-stable .k-multiselect .k-button.k-state-hover,
112
- .combobox-stable .k-multiselect .k-button {
113
- background: linear-gradient(var(--colorStable30, #fafafa), var(--colorStable40, #f8f8f8) 60%, var(--colorStable50, #d9d9d9));
114
- border-color: var(--colorStable50, #d9d9d9);
115
- color: var(--textColorStable40, #444444);
116
- }
117
-
118
- .combobox-stable .k-multiselect-wrap .k-button.k-state-hover .k-select,
119
- .combobox-stable .k-multiselect-wrap .k-button:hover {
120
- color: var(--textColorStable40, #444444);
121
- background: linear-gradient(var(--colorStable30, #fafafa), var(--colorStable50, #d9d9d9) 60%, var(--colorStable60, #b6b6b6));
122
- border-color: var(--colorStable50, #d9d9d9);
123
- }
124
-
125
- /* Royal */
126
- .combobox-royal .k-multiselect .k-button.k-state-hover,
127
- .combobox-royal .k-multiselect .k-button {
128
- background: linear-gradient(var(--colorRoyal30, #ab9aef), var(--colorRoyal40, #886aea) 60%, var(--colorRoyal50, #775dcd));
129
- border-color: var(--colorRoyal40, #886aea);
130
- color: var(--textColorRoyal40, #ffffff);
131
- }
132
-
133
- .combobox-royal .k-multiselect-wrap .k-button.k-state-hover .k-select,
134
- .combobox-royal .k-multiselect-wrap .k-button:hover {
135
- color: var(--textColorRoyal40, #ffffff);
136
- background: linear-gradient(var(--colorRoyal30, #ab9aef), var(--colorRoyal50, #775dcd) 60%, var(--colorRoyal60, #644eab));
137
- border-color: var(--colorRoyal40, #886aea);
138
- }
139
-
140
- /* Dark */
141
- .combobox-dark .k-multiselect .k-button.k-state-hover,
142
- .combobox-dark .k-multiselect .k-button {
143
- background: linear-gradient(var(--colorDark30, #898989), var(--colorDark40, #444444) 60%, var(--colorDark50, #3c3c3c));
144
- border-color: var(--colorDark40, #444444);
145
- color: var(--textColorDark40, #ffffff);
146
- }
147
-
148
- .combobox-dark .k-multiselect-wrap .k-button.k-state-hover .k-select,
149
- .combobox-dark .k-multiselect-wrap .k-button:hover {
150
- color: var(--textColorDark40, #ffffff);
151
- background: linear-gradient(var(--colorDark30, #898989), var(--colorDark50, #3c3c3c) 60%, var(--colorDark60, #323232));
152
- border-color: var(--colorDark40, #444444);
153
- }
@@ -1,309 +0,0 @@
1
- .k-checkbox-label:before {
2
- border-width: 1.5px;
3
- }
4
-
5
- .k-checkbox-label:hover:before,
6
- .k-checkbox:checked+.k-checkbox-label:hover:before,
7
- .k-checkbox:checked:hover+.k-checkbox-label:before,
8
- .k-checkbox:hover+.k-checkbox-label:before,
9
- .checkbox-default .k-checkbox-label:hover:before,
10
- .checkbox-default .k-checkbox:checked+.k-checkbox-label:hover:before,
11
- .checkbox-default .k-checkbox:checked:hover+.k-checkbox-label:before,
12
- .checkbox-default .k-checkbox:hover+.k-checkbox-label:before,
13
- .k-checkbox:focus+.k-checkbox-label:before,
14
- .checkbox-default .k-checkbox:focus+.k-checkbox-label:before,
15
- .checkbox-default:hover .k-checkbox-label:before {
16
- background: var(--colorDefault10, #d6daeb);
17
- border-color: var(--colorLight60, #bbbbbb);
18
- }
19
-
20
- /* Efeito hover */
21
- .k-checkbox-label:hover:before,
22
- .k-checkbox:checked+.k-checkbox-label:hover:before,
23
- .k-checkbox:checked:hover+.k-checkbox-label:before,
24
- .k-checkbox:hover+.k-checkbox-label:before,
25
- .k-checkbox:hover+.k-checkbox-label:before,
26
- .checkbox-default .k-checkbox-label:hover:before,
27
- .checkbox-default .k-checkbox:checked+.k-checkbox-label:hover:before,
28
- .checkbox-default .k-checkbox:checked:hover+.k-checkbox-label:before,
29
- .checkbox-default .k-checkbox:hover+.k-checkbox-label:before,
30
- .checkbox-default .k-checkbox:focus+.k-checkbox-label:before,
31
- .checkbox-default .k-checkbox:hover+.k-checkbox-label:before,
32
- .checkbox-primary .k-checkbox:checked+.k-checkbox-label:before,
33
- .checkbox-primary .k-checkbox:indeterminate+.k-checkbox-label:before,
34
- .checkbox-primary .k-checkbox-label:hover:before,
35
- .checkbox-primary .k-checkbox:checked+.k-checkbox-label:hover:before,
36
- .checkbox-primary .k-checkbox:checked:hover+.k-checkbox-label:before,
37
- .checkbox-primary .k-checkbox-label:active:before,
38
- .checkbox-primary .k-checkbox:active+.k-checkbox-label:before,
39
- .checkbox-primary .k-checkbox:focus+.k-checkbox-label:before,
40
- .checkbox-primary .k-checkbox:hover+.k-checkbox-label:before,
41
- .checkbox-primary .k-checkbox:checked+.k-checkbox-label:after,
42
- .checkbox-primary .k-checkbox:indeterminate+.k-checkbox-label:after,
43
- .checkbox-primary .k-checkbox-label:before,
44
- .checkbox-success .k-checkbox:checked+.k-checkbox-label:before,
45
- .checkbox-success .k-checkbox:indeterminate+.k-checkbox-label:before,
46
- .checkbox-success .k-checkbox-label:hover:before,
47
- .checkbox-success .k-checkbox:checked+.k-checkbox-label:hover:before,
48
- .checkbox-success .k-checkbox:checked:hover+.k-checkbox-label:before,
49
- .checkbox-success .k-checkbox-label:active:before,
50
- .checkbox-success .k-checkbox:active+.k-checkbox-label:before,
51
- .checkbox-success .k-checkbox:focus+.k-checkbox-label:before,
52
- .checkbox-success .k-checkbox:hover+.k-checkbox-label:before,
53
- .checkbox-success .k-checkbox:checked+.k-checkbox-label:after,
54
- .checkbox-success .k-checkbox:indeterminate+.k-checkbox-label:after,
55
- .checkbox-success .k-checkbox-label:before,
56
- .checkbox-info .k-checkbox:checked+.k-checkbox-label:before,
57
- .checkbox-info .k-checkbox:indeterminate+.k-checkbox-label:before,
58
- .checkbox-info .k-checkbox-label:hover:before,
59
- .checkbox-info .k-checkbox:checked+.k-checkbox-label:hover:before,
60
- .checkbox-info .k-checkbox:checked:hover+.k-checkbox-label:before,
61
- .checkbox-info .k-checkbox-label:active:before,
62
- .checkbox-info .k-checkbox:active+.k-checkbox-label:before,
63
- .checkbox-info .k-checkbox:focus+.k-checkbox-label:before,
64
- .checkbox-info .k-checkbox:hover+.k-checkbox-label:before,
65
- .checkbox-info .k-checkbox:checked+.k-checkbox-label:after,
66
- .checkbox-info .k-checkbox:indeterminate+.k-checkbox-label:after,
67
- .checkbox-info .k-checkbox-label:before,
68
- .checkbox-warning .k-checkbox:checked+.k-checkbox-label:before,
69
- .checkbox-warning .k-checkbox:indeterminate+.k-checkbox-label:before,
70
- .checkbox-warning .k-checkbox-label:hover:before,
71
- .checkbox-warning .k-checkbox:checked+.k-checkbox-label:hover:before,
72
- .checkbox-warning .k-checkbox:checked:hover+.k-checkbox-label:before,
73
- .checkbox-warning .k-checkbox-label:active:before,
74
- .checkbox-warning .k-checkbox:active+.k-checkbox-label:before,
75
- .checkbox-warning .k-checkbox:focus+.k-checkbox-label:before,
76
- .checkbox-warning .k-checkbox:hover+.k-checkbox-label:before,
77
- .checkbox-warning .k-checkbox:checked+.k-checkbox-label:after,
78
- .checkbox-warning .k-checkbox:indeterminate+.k-checkbox-label:after,
79
- .checkbox-warning .k-checkbox-label:before,
80
- .checkbox-danger .k-checkbox:checked+.k-checkbox-label:before,
81
- .checkbox-danger .k-checkbox:indeterminate+.k-checkbox-label:before,
82
- .checkbox-danger .k-checkbox-label:hover:before,
83
- .checkbox-danger .k-checkbox:checked+.k-checkbox-label:hover:before,
84
- .checkbox-danger .k-checkbox:checked:hover+.k-checkbox-label:before,
85
- .checkbox-danger .k-checkbox-label:active:before,
86
- .checkbox-danger .k-checkbox:active+.k-checkbox-label:before,
87
- .checkbox-danger .k-checkbox:focus+.k-checkbox-label:before,
88
- .checkbox-danger .k-checkbox:hover+.k-checkbox-label:before,
89
- .checkbox-danger .k-checkbox:checked+.k-checkbox-label:after,
90
- .checkbox-danger .k-checkbox:indeterminate+.k-checkbox-label:after,
91
- .checkbox-danger .k-checkbox-label:before,
92
- .checkbox-light .k-checkbox-label:hover:before,
93
- .checkbox-light .k-checkbox:checked+.k-checkbox-label:hover:before,
94
- .checkbox-light .k-checkbox:checked:hover+.k-checkbox-label:before,
95
- .checkbox-light .k-checkbox:hover+.k-checkbox-label:before,
96
- .checkbox-light .k-checkbox:focus+.k-checkbox-label:before,
97
- .checkbox-stable .k-checkbox-label:hover:before,
98
- .checkbox-stable .k-checkbox:checked+.k-checkbox-label:hover:before,
99
- .checkbox-stable .k-checkbox:checked:hover+.k-checkbox-label:before,
100
- .checkbox-stable .k-checkbox:hover+.k-checkbox-label:before,
101
- .checkbox-stable .k-checkbox:focus+.k-checkbox-label:before,
102
- .checkbox-stable .k-checkbox:hover+.k-checkbox-label:before,
103
- .checkbox-royal .k-checkbox:checked+.k-checkbox-label:before,
104
- .checkbox-royal .k-checkbox:indeterminate+.k-checkbox-label:before,
105
- .checkbox-royal .k-checkbox-label:hover:before,
106
- .checkbox-royal .k-checkbox:checked+.k-checkbox-label:hover:before,
107
- .checkbox-royal .k-checkbox:checked:hover+.k-checkbox-label:before,
108
- .checkbox-royal .k-checkbox-label:active:before,
109
- .checkbox-royal .k-checkbox:active+.k-checkbox-label:before,
110
- .checkbox-royal .k-checkbox:focus+.k-checkbox-label:before,
111
- .checkbox-royal .k-checkbox:hover+.k-checkbox-label:before,
112
- .checkbox-royal .k-checkbox:checked+.k-checkbox-label:after,
113
- .checkbox-royal .k-checkbox:indeterminate+.k-checkbox-label:after,
114
- .checkbox-royal .k-checkbox-label:before,
115
- .checkbox-dark .k-checkbox:checked+.k-checkbox-label:before,
116
- .checkbox-dark .k-checkbox:indeterminate+.k-checkbox-label:before,
117
- .checkbox-dark .k-checkbox-label:hover:before,
118
- .checkbox-dark .k-checkbox:checked+.k-checkbox-label:hover:before,
119
- .checkbox-dark .k-checkbox:checked:hover+.k-checkbox-label:before,
120
- .checkbox-dark .k-checkbox-label:active:before,
121
- .checkbox-dark .k-checkbox:active+.k-checkbox-label:before,
122
- .checkbox-dark .k-checkbox:focus+.k-checkbox-label:before,
123
- .checkbox-dark .k-checkbox:hover+.k-checkbox-label:before,
124
- .checkbox-dark .k-checkbox:checked+.k-checkbox-label:after,
125
- .checkbox-dark .k-checkbox:indeterminate+.k-checkbox-label:after,
126
- .checkbox-dark .k-checkbox-label:before {
127
- box-shadow: none;
128
- background: var(--colorDefault10, #d6daeb);
129
- }
130
-
131
- /* Efeito focus */
132
- .k-checkbox:focus+.k-checkbox-label:before,
133
- .checkbox-default .k-checkbox:focus+.k-checkbox-label:before,
134
- .checkbox-primary .k-checkbox:focus+.k-checkbox-label:before,
135
- .checkbox-success .k-checkbox:focus+.k-checkbox-label:before,
136
- .checkbox-info .k-checkbox:focus+.k-checkbox-label:before,
137
- .checkbox-warning .k-checkbox:focus+.k-checkbox-label:before,
138
- .checkbox-danger .k-checkbox:focus+.k-checkbox-label:before,
139
- .checkbox-light .k-checkbox:focus+.k-checkbox-label:before,
140
- .checkbox-stable .k-checkbox:focus+.k-checkbox-label:before,
141
- .checkbox-royal .k-checkbox:focus+.k-checkbox-label:before,
142
- .checkbox-dark .k-checkbox:focus+.k-checkbox-label:before {
143
- box-shadow: 0 0 0 2px var(--colorWarning50, #dfb306);
144
- border-color: var(--colorWarning50, #dfb306);
145
- }
146
-
147
- /* Default */
148
- .k-checkbox:checked+.k-checkbox-label:before,
149
- .k-checkbox:indeterminate+.k-checkbox-label:before,
150
- .k-checkbox-label:hover:before,
151
- .k-checkbox-label:active:before,
152
- .k-checkbox:active+.k-checkbox-label:before,
153
- .k-checkbox:checked+.k-checkbox-label:after,
154
- .k-checkbox:indeterminate+.k-checkbox-label:after,
155
- .k-checkbox-label:before,
156
- .checkbox-default .k-checkbox:checked+.k-checkbox-label:before,
157
- .checkbox-default .k-checkbox:indeterminate+.k-checkbox-label:before,
158
- .checkbox-default .k-checkbox-label:active:before,
159
- .checkbox-default .k-checkbox:active+.k-checkbox-label:before,
160
- .checkbox-default .k-checkbox:checked+.k-checkbox-label:after,
161
- .checkbox-default .k-checkbox:indeterminate+.k-checkbox-label:after,
162
- .checkbox-default .k-checkbox-label:before {
163
- border-color: var(--colorLight60, #bbbbbb);
164
- box-shadow: none;
165
- }
166
-
167
- .k-checkbox:checked+.k-checkbox-label:before,
168
- .k-checkbox:indeterminate+.k-checkbox-label:before,
169
- .k-checkbox:checked+.k-checkbox-label:after,
170
- .k-checkbox:indeterminate+.k-checkbox-label:after,
171
- .checkbox-default .k-checkbox:checked+.k-checkbox-label:before,
172
- .checkbox-default .k-checkbox:indeterminate+.k-checkbox-label:before,
173
- .checkbox-default .k-checkbox:checked+.k-checkbox-label:after,
174
- .checkbox-default .k-checkbox:indeterminate+.k-checkbox-label:after {
175
- background: transparent;
176
- color: var(--colorDefault40, #1351b4);
177
- }
178
-
179
- /* Primary */
180
- .checkbox-primary .k-checkbox:checked+.k-checkbox-label:before,
181
- .checkbox-primary .k-checkbox:indeterminate+.k-checkbox-label:before,
182
- .checkbox-primary .k-checkbox:checked+.k-checkbox-label:after,
183
- .checkbox-primary .k-checkbox:indeterminate+.k-checkbox-label:after {
184
- background: transparent;
185
- color: var(--colorDefault40, #1351b4);
186
- }
187
-
188
- /* success */
189
- .checkbox-success .k-checkbox:checked+.k-checkbox-label:before,
190
- .checkbox-success .k-checkbox:indeterminate+.k-checkbox-label:before,
191
- .checkbox-success .k-checkbox:checked+.k-checkbox-label:after,
192
- .checkbox-success .k-checkbox:indeterminate+.k-checkbox-label:after {
193
- background: transparent;
194
- color: var(--colorDefault40, #1351b4);
195
- }
196
-
197
- /* info */
198
- .checkbox-info .k-checkbox:checked+.k-checkbox-label:before,
199
- .checkbox-info .k-checkbox:indeterminate+.k-checkbox-label:before,
200
- .checkbox-info .k-checkbox:checked+.k-checkbox-label:after,
201
- .checkbox-info .k-checkbox:indeterminate+.k-checkbox-label:after {
202
- background: transparent;
203
- color: var(--colorDefault40, #1351b4);
204
- }
205
-
206
- /* warning */
207
- .checkbox-warning .k-checkbox:checked+.k-checkbox-label:before,
208
- .checkbox-warning .k-checkbox:indeterminate+.k-checkbox-label:before,
209
- .checkbox-warning .k-checkbox:checked+.k-checkbox-label:after,
210
- .checkbox-warning .k-checkbox:indeterminate+.k-checkbox-label:after {
211
- background: transparent;
212
- color: var(--colorDefault40, #1351b4);
213
- }
214
-
215
- /* danger */
216
- .checkbox-danger .k-checkbox:checked+.k-checkbox-label:before,
217
- .checkbox-danger .k-checkbox:indeterminate+.k-checkbox-label:before,
218
- .checkbox-danger .k-checkbox:checked+.k-checkbox-label:after,
219
- .checkbox-danger .k-checkbox:indeterminate+.k-checkbox-label:after {
220
- background: transparent;
221
- color: var(--colorDefault40, #1351b4);
222
- }
223
-
224
- /* light */
225
- .checkbox-light .k-checkbox:checked+.k-checkbox-label:before,
226
- .checkbox-light .k-checkbox:indeterminate+.k-checkbox-label:before,
227
- .checkbox-light .k-checkbox:checked+.k-checkbox-label:after,
228
- .checkbox-light .k-checkbox:indeterminate+.k-checkbox-label:after,
229
- .checkbox-light .k-checkbox-label:before {
230
- border-color: var(--colorLight50, #dfdfdf);
231
- box-shadow: none;
232
- }
233
-
234
- .checkbox-light .k-checkbox:checked+.k-checkbox-label:before,
235
- .checkbox-light .k-checkbox:indeterminate+.k-checkbox-label:before,
236
- .checkbox-light .k-checkbox-label:hover:before,
237
- .checkbox-light .k-checkbox:checked+.k-checkbox-label:hover:before,
238
- .checkbox-light .k-checkbox:checked:hover+.k-checkbox-label:before,
239
- .checkbox-light .k-checkbox:hover+.k-checkbox-label:before,
240
- .checkbox-light .k-checkbox-label:active:before,
241
- .checkbox-light .k-checkbox:active+.k-checkbox-label:before,
242
- .checkbox-light .k-checkbox:focus+.k-checkbox-label:before,
243
- .checkbox-light .k-checkbox:checked+.k-checkbox-label:after,
244
- .checkbox-light .k-checkbox:indeterminate+.k-checkbox-label:after,
245
- .checkbox-light .k-checkbox-label:before {
246
- border-color: var(--colorLight60, #bbbbbb);
247
- }
248
-
249
- .checkbox-light .k-checkbox:checked+.k-checkbox-label:before,
250
- .checkbox-light .k-checkbox:indeterminate+.k-checkbox-label:before,
251
- .checkbox-light .k-checkbox:checked+.k-checkbox-label:after,
252
- .checkbox-light .k-checkbox:indeterminate+.k-checkbox-label:after {
253
- background: transparent;
254
- color: var(--colorDefault40, #1351b4);
255
- }
256
-
257
- /* Stable */
258
- .checkbox-stable .k-checkbox:checked+.k-checkbox-label:before,
259
- .checkbox-stable .k-checkbox:indeterminate+.k-checkbox-label:before,
260
- .checkbox-stable .k-checkbox-label:active:before,
261
- .checkbox-stable .k-checkbox:active+.k-checkbox-label:before,
262
- .checkbox-stable .k-checkbox:checked+.k-checkbox-label:after,
263
- .checkbox-stable .k-checkbox:indeterminate+.k-checkbox-label:after,
264
- .checkbox-stable .k-checkbox-label:before {
265
- border-color: var(--colorStable60, #b6b6b6);
266
- box-shadow: none;
267
- }
268
-
269
- .checkbox-stable .k-checkbox:checked+.k-checkbox-label:before,
270
- .checkbox-stable .k-checkbox:indeterminate+.k-checkbox-label:before,
271
- .checkbox-stable .k-checkbox-label:hover:before,
272
- .checkbox-stable .k-checkbox:checked+.k-checkbox-label:hover:before,
273
- .checkbox-stable .k-checkbox:checked:hover+.k-checkbox-label:before,
274
- .checkbox-stable .k-checkbox:hover+.k-checkbox-label:before,
275
- .checkbox-stable .k-checkbox-label:active:before,
276
- .checkbox-stable .k-checkbox:active+.k-checkbox-label:before,
277
- .checkbox-stable .k-checkbox:focus+.k-checkbox-label:before,
278
- .checkbox-stable .k-checkbox:hover+.k-checkbox-label:before,
279
- .checkbox-stable .k-checkbox:checked+.k-checkbox-label:after,
280
- .checkbox-stable .k-checkbox:indeterminate+.k-checkbox-label:after,
281
- .checkbox-stable .k-checkbox-label:before {
282
- border-color: var(--colorStable70, #888888);
283
- }
284
-
285
- .checkbox-stable .k-checkbox:checked+.k-checkbox-label:before,
286
- .checkbox-stable .k-checkbox:indeterminate+.k-checkbox-label:before,
287
- .checkbox-stable .k-checkbox:checked+.k-checkbox-label:after,
288
- .checkbox-stable .k-checkbox:indeterminate+.k-checkbox-label:after {
289
- background: transparent;
290
- color: var(--colorDefault40, #1351b4);
291
- }
292
-
293
- /* Royal */
294
- .checkbox-royal .k-checkbox:checked+.k-checkbox-label:before,
295
- .checkbox-royal .k-checkbox:indeterminate+.k-checkbox-label:before,
296
- .checkbox-royal .k-checkbox:checked+.k-checkbox-label:after,
297
- .checkbox-royal .k-checkbox:indeterminate+.k-checkbox-label:after {
298
- background: transparent;
299
- color: var(--colorDefault40, #1351b4);
300
- }
301
-
302
- /* Dark */
303
- .checkbox-dark .k-checkbox:checked+.k-checkbox-label:before,
304
- .checkbox-dark .k-checkbox:indeterminate+.k-checkbox-label:before,
305
- .checkbox-dark .k-checkbox:checked+.k-checkbox-label:after,
306
- .checkbox-dark .k-checkbox:indeterminate+.k-checkbox-label:after {
307
- background: transparent;
308
- color: var(--colorDefault40, #1351b4);
309
- }