@progress/kendo-theme-default 4.43.1-dev.1 → 4.43.1-dev.5

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 (146) hide show
  1. package/README.md +5 -8
  2. package/dist/all.css +1821 -1910
  3. package/dist/all.scss +3412 -3063
  4. package/package.json +2 -2
  5. package/scss/_layout.scss +0 -0
  6. package/scss/adaptive/_layout.scss +40 -86
  7. package/scss/adaptive/_theme.scss +0 -9
  8. package/scss/appbar/_layout.scss +13 -0
  9. package/scss/appbar/_variables.scss +1 -1
  10. package/scss/autocomplete/_layout.scss +4 -4
  11. package/scss/autocomplete/_theme.scss +20 -39
  12. package/scss/autocomplete/_variables.scss +0 -19
  13. package/scss/avatar/_variables.scss +11 -1
  14. package/scss/avatar/index.md +0 -0
  15. package/scss/button/_layout.scss +3 -9
  16. package/scss/button/_variables.scss +3 -3
  17. package/scss/calendar/_layout.scss +2 -14
  18. package/scss/calendar/_theme.scss +0 -21
  19. package/scss/card/_variables.scss +4 -4
  20. package/scss/chat/_layout.scss +3 -9
  21. package/scss/chat/_theme.scss +0 -21
  22. package/scss/chat/_variables.scss +0 -7
  23. package/scss/checkbox/_index.scss +1 -0
  24. package/scss/checkbox/_layout.scss +80 -146
  25. package/scss/checkbox/_theme.scss +6 -2
  26. package/scss/checkbox/_variables.scss +87 -18
  27. package/scss/checkbox/index.md +0 -0
  28. package/scss/chip/_layout.scss +103 -123
  29. package/scss/chip/_theme.scss +289 -300
  30. package/scss/chip/_variables.scss +7 -9
  31. package/scss/chip/index.md +0 -0
  32. package/scss/color-preview/_layout.scss +51 -9
  33. package/scss/color-preview/_theme.scss +1 -14
  34. package/scss/color-preview/_variables.scss +1 -0
  35. package/scss/coloreditor/_layout.scss +5 -1
  36. package/scss/coloreditor/_variables.scss +3 -3
  37. package/scss/colorpicker/_layout.scss +23 -45
  38. package/scss/colorpicker/_theme.scss +33 -42
  39. package/scss/combobox/_layout.scss +22 -29
  40. package/scss/combobox/_theme.scss +59 -99
  41. package/scss/combobox/_variables.scss +1 -32
  42. package/scss/dateinput/_index.scss +11 -0
  43. package/scss/dateinput/_layout.scss +81 -0
  44. package/scss/dateinput/_theme.scss +86 -0
  45. package/scss/dateinput/_variables.scss +1 -0
  46. package/scss/datepicker/_index.scss +13 -0
  47. package/scss/datepicker/_layout.scss +48 -0
  48. package/scss/datepicker/_theme.scss +87 -0
  49. package/scss/datepicker/_variables.scss +1 -0
  50. package/scss/daterangepicker/_index.scss +10 -0
  51. package/scss/daterangepicker/_layout.scss +27 -0
  52. package/scss/daterangepicker/_theme.scss +3 -0
  53. package/scss/daterangepicker/_variables.scss +1 -0
  54. package/scss/{datetime → datetimepicker}/_index.scss +5 -4
  55. package/scss/datetimepicker/_layout.scss +120 -0
  56. package/scss/datetimepicker/_theme.scss +89 -0
  57. package/scss/datetimepicker/_variables.scss +2 -0
  58. package/scss/dropdowngrid/_layout.scss +1 -0
  59. package/scss/dropdowngrid/index.md +0 -0
  60. package/scss/dropdownlist/_layout.scss +37 -55
  61. package/scss/dropdownlist/_theme.scss +33 -75
  62. package/scss/editor/_layout.scss +7 -22
  63. package/scss/fab/index.md +0 -0
  64. package/scss/filter/_index.scss +1 -1
  65. package/scss/filter/_layout.scss +9 -2
  66. package/scss/filter/_theme.scss +3 -1
  67. package/scss/forms/_layout.scss +10 -14
  68. package/scss/gantt/_index.scss +1 -1
  69. package/scss/gantt/_layout.scss +1 -1
  70. package/scss/grid/_index.scss +1 -1
  71. package/scss/grid/_layout.scss +128 -101
  72. package/scss/grid/_variables.scss +7 -9
  73. package/scss/imageeditor/_layout.scss +4 -8
  74. package/scss/imageeditor/_variables.scss +1 -0
  75. package/scss/index.scss +7 -1
  76. package/scss/input/_layout.scss +26 -27
  77. package/scss/input/_variables.scss +20 -5
  78. package/scss/list/_index.scss +1 -0
  79. package/scss/list/_layout.scss +16 -36
  80. package/scss/list/_theme.scss +4 -3
  81. package/scss/list/_variables.scss +66 -6
  82. package/scss/list/index.md +0 -0
  83. package/scss/listbox/_variables.scss +1 -1
  84. package/scss/listview/_layout.scss +2 -9
  85. package/scss/map/_layout.scss +7 -5
  86. package/scss/maskedtextbox/_layout.scss +17 -31
  87. package/scss/maskedtextbox/_theme.scss +44 -14
  88. package/scss/mediaplayer/_layout.scss +5 -0
  89. package/scss/menu/_layout.scss +48 -5
  90. package/scss/menu/_theme.scss +6 -2
  91. package/scss/menu/_variables.scss +1 -1
  92. package/scss/numerictextbox/_layout.scss +9 -27
  93. package/scss/numerictextbox/_theme.scss +64 -84
  94. package/scss/numerictextbox/_variables.scss +0 -27
  95. package/scss/orgchart/_variables.scss +2 -2
  96. package/scss/pager/_variables.scss +1 -1
  97. package/scss/panelbar/_theme.scss +9 -2
  98. package/scss/panelbar/_variables.scss +4 -0
  99. package/scss/pdf-viewer/_layout.scss +20 -29
  100. package/scss/pdf-viewer/_variables.scss +2 -5
  101. package/scss/pivotgrid/_layout.scss +0 -16
  102. package/scss/pivotgrid/_variables.scss +0 -3
  103. package/scss/radio/_index.scss +1 -0
  104. package/scss/radio/_layout.scss +90 -136
  105. package/scss/radio/_theme.scss +2 -2
  106. package/scss/radio/_variables.scss +88 -26
  107. package/scss/radio/index.md +0 -0
  108. package/scss/scheduler/_index.scss +1 -1
  109. package/scss/scheduler/_layout.scss +26 -13
  110. package/scss/scrollview/_layout.scss +6 -1
  111. package/scss/searchbox/_layout.scss +22 -8
  112. package/scss/searchbox/_theme.scss +16 -25
  113. package/scss/searchbox/_variables.scss +0 -20
  114. package/scss/skeleton/_layout.scss +1 -1
  115. package/scss/slider/_layout.scss +2 -0
  116. package/scss/spreadsheet/_index.scss +1 -1
  117. package/scss/spreadsheet/_layout.scss +31 -23
  118. package/scss/switch/index.md +0 -0
  119. package/scss/table/_layout.scss +62 -7
  120. package/scss/table/_theme.scss +3 -2
  121. package/scss/table/_variables.scss +3 -3
  122. package/scss/tabstrip/_layout.scss +1 -1
  123. package/scss/timepicker/_index.scss +15 -0
  124. package/scss/timepicker/_layout.scss +48 -0
  125. package/scss/timepicker/_theme.scss +87 -0
  126. package/scss/timepicker/_variables.scss +1 -0
  127. package/scss/timeselector/_index.scss +13 -0
  128. package/scss/timeselector/_layout.scss +207 -0
  129. package/scss/timeselector/_theme.scss +70 -0
  130. package/scss/timeselector/_variables.scss +32 -0
  131. package/scss/toolbar/_layout.scss +36 -2
  132. package/scss/toolbar/_theme.scss +35 -7
  133. package/scss/treeview/_layout.scss +130 -110
  134. package/scss/treeview/_theme.scss +36 -25
  135. package/scss/treeview/_variables.scss +67 -13
  136. package/scss/typography/_variables.scss +3 -3
  137. package/scss/utils/_border.scss +1 -2
  138. package/scss/utils/_flex.scss +11 -3
  139. package/scss/virtual-scroller/_index.scss +10 -0
  140. package/scss/virtual-scroller/_layout.scss +35 -0
  141. package/scss/virtual-scroller/_theme.scss +3 -0
  142. package/scss/virtual-scroller/_variables.scss +1 -0
  143. package/scss/window/_variables.scss +1 -1
  144. package/scss/datetime/_layout.scss +0 -462
  145. package/scss/datetime/_theme.scss +0 -321
  146. package/scss/datetime/_variables.scss +0 -53
@@ -0,0 +1,120 @@
1
+ @include exports( "datetimepicker/layout" ) {
2
+
3
+ // Datetime picker
4
+ .k-datetimepicker {
5
+ @include border-radius( $input-border-radius );
6
+ width: $input-default-width;
7
+ border-width: $input-border-width;
8
+ border-style: solid;
9
+ box-sizing: border-box;
10
+ outline: 0;
11
+ font-family: $input-font-family;
12
+ font-size: $input-font-size;
13
+ line-height: $input-line-height;
14
+ text-align: start;
15
+ white-space: nowrap;
16
+ display: inline-flex;
17
+ flex-flow: row nowrap;
18
+ vertical-align: middle;
19
+ position: relative;
20
+ overflow: hidden;
21
+ transition: all .1s ease; // sass-lint:disable-line no-transition-all
22
+ -webkit-touch-callout: none;
23
+ -webkit-tap-highlight-color: $rgba-transparent;
24
+
25
+
26
+ // Input
27
+ .k-input {}
28
+
29
+
30
+ // Select
31
+ .k-select {
32
+ border-width: 0;
33
+ border-inline-start-width: $picker-select-border-width;
34
+ border-style: solid;
35
+ box-sizing: border-box;
36
+ outline: 0;
37
+ display: flex;
38
+ align-items: stretch;
39
+ justify-content: center;
40
+ flex: 0 0 auto;
41
+ text-align: center;
42
+ cursor: pointer;
43
+ }
44
+ .k-link {
45
+ padding: $picker-select-padding-y $picker-select-padding-x;
46
+ width: if( $use-picker-select-width, $button-inner-calc-size, null );
47
+ height: 100%;
48
+ border-width: 0;
49
+ border-style: solid;
50
+ border-color: inherit;
51
+ display: flex;
52
+ align-items: center;
53
+ justify-content: center;
54
+ box-sizing: border-box;
55
+ }
56
+ }
57
+
58
+
59
+ // Datetime popup
60
+ .k-datetime-popup,
61
+ .k-datetime-container {
62
+
63
+ // Wrap
64
+ .k-datetime-wrap {
65
+ width: $datetime-width;
66
+ overflow: hidden;
67
+ }
68
+ .k-date-tab {
69
+ .k-datetime-selector {
70
+ transform: translateX(0);
71
+ }
72
+ }
73
+ .k-time-tab {
74
+ .k-datetime-selector {
75
+ transform: translateX(-100%);
76
+ }
77
+ }
78
+
79
+ // Datetime button group
80
+ .k-datetime-buttongroup {
81
+ padding: $actions-padding-y $actions-padding-x;
82
+ }
83
+
84
+ // Datetime selector
85
+ .k-datetime-selector {
86
+ display: flex;
87
+ transition: transform .2s;
88
+ }
89
+
90
+ // Inner wraps
91
+ .k-datetime-calendar-wrap,
92
+ .k-datetime-time-wrap {
93
+ text-align: center;
94
+ flex: 0 0 $datetime-width;
95
+ }
96
+
97
+ // Calendar
98
+ .k-datetime-calendar-wrap .k-calendar {
99
+ border-width: 0;
100
+ }
101
+
102
+ // Time
103
+ .k-datetime-time-wrap .k-timeselector {
104
+ border-width: 0;
105
+ }
106
+
107
+ .k-rtl &,
108
+ &.k-rtl,
109
+ [dir="rtl"] &,
110
+ &[dir="rtl"] {
111
+ .k-time-tab {
112
+
113
+ .k-datetime-selector {
114
+ transform: translateX(100%);
115
+ }
116
+ }
117
+ }
118
+ }
119
+
120
+ }
@@ -0,0 +1,89 @@
1
+ @include exports( "datetimepicker/theme" ) {
2
+
3
+ // Datetime picker
4
+ .k-datetimepicker {
5
+ @include fill(
6
+ $input-text,
7
+ $input-bg,
8
+ $input-border
9
+ );
10
+
11
+ // Hover state
12
+ &:hover,
13
+ &.k-state-hover {
14
+ @include fill(
15
+ $input-hovered-text,
16
+ $input-hovered-bg,
17
+ $input-hovered-border
18
+ );
19
+ }
20
+
21
+ // Focus state
22
+ &:focus,
23
+ &.k-state-focus {
24
+ @include fill(
25
+ $input-focused-text,
26
+ $input-focused-bg,
27
+ $input-focused-border
28
+ );
29
+ @include box-shadow( $input-focused-shadow );
30
+ }
31
+ &:focus-within {
32
+ @include fill(
33
+ $input-focused-text,
34
+ $input-focused-bg,
35
+ $input-focused-border
36
+ );
37
+ @include box-shadow( $input-focused-shadow );
38
+ }
39
+
40
+
41
+ // Invalid state
42
+ &.k-invalid,
43
+ &.ng-invalid,
44
+ &.k-state-invalid {
45
+ border-color: $invalid-border;
46
+
47
+ .k-input-validation-icon {
48
+ color: $invalid-text;
49
+ }
50
+
51
+ &:focus-within,
52
+ &.k-state-focus {
53
+ @include box-shadow($invalid-shadow);
54
+ }
55
+ }
56
+
57
+
58
+ // Select
59
+ .k-select {
60
+ @include fill(
61
+ $picker-select-text,
62
+ $picker-select-bg,
63
+ $picker-select-border,
64
+ $picker-select-gradient
65
+ );
66
+ }
67
+ .k-link:hover,
68
+ .k-link.k-state-hover {
69
+ @include fill(
70
+ $picker-select-hovered-text,
71
+ $picker-select-hovered-bg,
72
+ $picker-select-hovered-border,
73
+ $picker-select-hovered-gradient
74
+ );
75
+ }
76
+
77
+ .k-link:active,
78
+ .k-link.k-state-active,
79
+ .k-link.k-state-selected {
80
+ @include fill(
81
+ $picker-select-pressed-text,
82
+ $picker-select-pressed-bg,
83
+ $picker-select-pressed-border,
84
+ $picker-select-pressed-gradient
85
+ );
86
+ }
87
+ }
88
+
89
+ }
@@ -0,0 +1,2 @@
1
+ // DateTime
2
+ $datetime-width: calc( #{$calendar-cell-size * 8} + #{$infinite-calendar-view-padding-x * 2}) !default;
@@ -1,4 +1,5 @@
1
1
  @include exports("dropdowngrid/layout") {
2
+
2
3
  .k-dropdowngrid-popup {
3
4
  overflow: hidden;
4
5
  }
File without changes
@@ -2,70 +2,55 @@
2
2
 
3
3
  // Dropdown list
4
4
  .k-dropdown {
5
+ @include border-radius( $input-border-radius );
5
6
  width: $input-default-width;
6
- border-width: 0;
7
- outline: 0;
8
- background: none;
7
+ border-width: $input-border-width;
8
+ border-style: solid;
9
9
  box-sizing: border-box;
10
+ outline: 0;
10
11
  font-family: $input-font-family;
11
12
  font-size: $input-font-size;
12
13
  line-height: $input-line-height;
13
- text-align: left;
14
+ text-align: start;
14
15
  white-space: nowrap;
15
16
  display: inline-flex;
17
+ flex-flow: row nowrap;
16
18
  vertical-align: middle;
17
19
  position: relative;
20
+ overflow: hidden;
21
+ transition: all .1s ease; // sass-lint:disable-line no-transition-all
18
22
  -webkit-touch-callout: none;
19
23
  -webkit-tap-highlight-color: $rgba-transparent;
20
24
 
21
- .k-dropdown-wrap {
22
- @include border-radius( $input-border-radius );
23
- padding: 0;
24
- width: 100%;
25
- display: flex;
26
- flex-flow: row nowrap;
27
- border-width: 1px;
28
- border-style: solid;
29
- box-sizing: border-box;
30
- position: relative;
31
- transition: all .1s ease; // sass-lint:disable-line no-transition-all
32
- cursor: pointer;
33
- outline: 0;
34
- overflow: hidden;
35
-
36
25
 
37
- // Input
38
- .k-input {}
26
+ // Input
27
+ .k-input {}
39
28
 
40
29
 
41
- // Select
42
- .k-select {
43
- padding: $picker-select-padding-y $picker-select-padding-x;
44
- width: if( $use-picker-select-width, $button-inner-calc-size, null );
45
- border-width: 0;
46
- border-inline-start-width: $picker-select-border-width;
47
- border-color: transparent;
48
- box-sizing: border-box;
49
- border-style: solid;
50
- display: flex;
51
- align-items: center;
52
- justify-content: center;
53
- flex: 0 0 auto;
54
- text-align: center;
55
- cursor: pointer;
56
- }
30
+ // Loading icon
31
+ .k-i-loading {
32
+ width: $input-icon-width;
33
+ height: $input-icon-height;
57
34
  }
58
35
 
59
- }
60
-
61
-
62
- // RTL
63
36
 
64
- .k-dropdown.k-rtl,
65
- .k-dropdown[dir="rtl"],
66
- .k-rtl .k-dropdown,
67
- [dir="rtl"] .k-dropdown {
68
- text-align: right;
37
+ // Select
38
+ .k-select {
39
+ padding: $picker-select-padding-y $picker-select-padding-x;
40
+ width: if( $use-picker-select-width, $spinner-width, null );
41
+ border-width: 0;
42
+ border-inline-start-width: $picker-select-border-width;
43
+ border-style: solid;
44
+ border-color: transparent;
45
+ box-sizing: border-box;
46
+ outline: 0;
47
+ display: flex;
48
+ flex-flow: row nowrap;
49
+ align-items: center;
50
+ justify-content: center;
51
+ flex: 0 0 auto;
52
+ cursor: pointer;
53
+ }
69
54
  }
70
55
 
71
56
 
@@ -74,16 +59,13 @@
74
59
  .k-dropdown-operator {
75
60
  width: auto;
76
61
 
77
- .k-dropdown-wrap {
78
- .k-input {
79
- display: none;
80
- }
81
- .k-select {
82
- width: $button-inner-calc-size;
83
- height: $button-inner-calc-size;
84
- }
62
+ .k-input {
63
+ display: none;
64
+ }
65
+ .k-select {
66
+ width: $button-inner-calc-size;
67
+ height: $button-inner-calc-size;
85
68
  }
86
-
87
69
  }
88
70
 
89
71
 
@@ -1,78 +1,7 @@
1
1
  @include exports( "dropdownlist/theme" ) {
2
2
 
3
+ // Dropdown list
3
4
  .k-dropdown {
4
-
5
- .k-dropdown-wrap {
6
- @include fill(
7
- $dropdownlist-text,
8
- $dropdownlist-bg,
9
- $dropdownlist-border,
10
- $dropdownlist-gradient
11
- );
12
-
13
- // Hover state
14
- &:hover,
15
- &.k-state-hover {
16
- @include fill(
17
- $dropdownlist-hovered-text,
18
- $dropdownlist-hovered-bg,
19
- $dropdownlist-hovered-border,
20
- $dropdownlist-hovered-gradient
21
- );
22
- }
23
-
24
- &.k-state-active {}
25
-
26
- // Focused state
27
- &.k-state-focused {
28
- @include fill(
29
- $dropdownlist-focused-text,
30
- $dropdownlist-focused-bg,
31
- $dropdownlist-focused-border,
32
- $dropdownlist-focused-gradient
33
- );
34
- @include box-shadow($dropdownlist-focused-shadow);
35
- }
36
-
37
- // Invalid state
38
- &.k-invalid,
39
- &.k-invalid:hover,
40
- &.k-state-invalid {
41
- border-color: $invalid-border;
42
-
43
- .k-input-validation-icon {
44
- color: $invalid-text;
45
- }
46
-
47
- &:focus,
48
- &.k-state-focused {
49
- @include box-shadow($invalid-shadow);
50
- }
51
- }
52
- }
53
-
54
- // Invalid
55
- &.k-state-invalid,
56
- &.ng-invalid.ng-touched,
57
- &.ng-invalid.ng-dirty {
58
- > .k-dropdown-wrap {
59
- border-color: $invalid-border;
60
-
61
- .k-input-validation-icon {
62
- color: $invalid-text;
63
- }
64
-
65
- &:focus,
66
- &.k-state-focused {
67
- @include box-shadow($invalid-shadow);
68
- }
69
- }
70
- }
71
-
72
- }
73
-
74
- // Native select
75
- select.k-dropdown {
76
5
  @include fill(
77
6
  $dropdownlist-text,
78
7
  $dropdownlist-bg,
@@ -81,7 +10,8 @@
81
10
  );
82
11
 
83
12
  // Hover state
84
- &:hover {
13
+ &:hover,
14
+ &.k-state-hover {
85
15
  @include fill(
86
16
  $dropdownlist-hovered-text,
87
17
  $dropdownlist-hovered-bg,
@@ -90,8 +20,18 @@
90
20
  );
91
21
  }
92
22
 
93
- // Focused state
94
- &:focus {
23
+ // Focus state
24
+ &:focus,
25
+ &.k-state-focus {
26
+ @include fill(
27
+ $dropdownlist-focused-text,
28
+ $dropdownlist-focused-bg,
29
+ $dropdownlist-focused-border,
30
+ $dropdownlist-focused-gradient
31
+ );
32
+ @include box-shadow($dropdownlist-focused-shadow);
33
+ }
34
+ &:focus-within {
95
35
  @include fill(
96
36
  $dropdownlist-focused-text,
97
37
  $dropdownlist-focused-bg,
@@ -100,6 +40,24 @@
100
40
  );
101
41
  @include box-shadow($dropdownlist-focused-shadow);
102
42
  }
43
+
44
+
45
+ // Invalid state
46
+ &.k-invalid,
47
+ &.ng-invalid,
48
+ &.k-state-invalid {
49
+ border-color: $invalid-border;
50
+
51
+ .k-input-validation-icon {
52
+ color: $invalid-text;
53
+ }
54
+
55
+ &:focus-within,
56
+ &.k-state-focus {
57
+ @include box-shadow($invalid-shadow);
58
+ }
59
+ }
60
+
103
61
  }
104
62
 
105
63
  }
@@ -153,6 +153,7 @@
153
153
  }
154
154
 
155
155
  // Toolbar
156
+ .k-editor-toolbar,
156
157
  .k-editor > .k-toolbar {
157
158
  border-width: 0 0 $toolbar-border-width 0;
158
159
  flex-shrink: 0;
@@ -180,13 +181,10 @@
180
181
  top: 0;
181
182
  right: 0;
182
183
  visibility: hidden;
183
- }
184
- .k-overflow-anchor {
185
- border-width: 0;
186
- padding: $toolbar-padding-y;
187
- width: $toolbar-inner-calc-size;
188
- height: $toolbar-inner-calc-size;
189
- position: relative;
184
+
185
+ .k-overflow-anchor {
186
+ position: relative;
187
+ }
190
188
  }
191
189
 
192
190
  .k-editor-export {
@@ -304,15 +302,6 @@
304
302
  }
305
303
  }
306
304
 
307
- .k-editor-widget .k-colorpicker {}
308
-
309
- .k-rtl .k-editor .k-editor-widget .k-dropdown-wrap {
310
- padding-left: 0;
311
-
312
- .k-select {
313
- border-width: 0;
314
- }
315
- }
316
305
 
317
306
  // Find and replace dialog
318
307
  .k-editor-find-replace {
@@ -336,10 +325,6 @@
336
325
  display: flex;
337
326
  flex-direction: column;
338
327
  padding: 10px 0 40px;
339
-
340
- > span {
341
- padding-bottom: $padding-y;
342
- }
343
328
  }
344
329
 
345
330
  .k-matches-container {
@@ -575,12 +560,12 @@
575
560
  width: 10em;
576
561
 
577
562
  & + .k-dropdown {
578
- width: 4em;
563
+ width: 5em;
579
564
  }
580
565
 
581
566
  & + .k-colorpicker,
582
567
  & + .k-dropdown {
583
- margin-left: $padding-x-sm;
568
+ margin-left: map-get( $spacing, 2 );
584
569
  }
585
570
  }
586
571
 
File without changes
@@ -6,7 +6,7 @@
6
6
  @import "../button/_index.scss";
7
7
  @import "../input/_index.scss";
8
8
  @import "../checkbox/_index.scss";
9
- @import "../datetime/_index.scss";
9
+ @import "../datetimepicker/_index.scss";
10
10
  @import "../dropdownlist/_index.scss";
11
11
  @import "../numerictextbox/_index.scss";
12
12
  @import "../toolbar/_index.scss";
@@ -58,7 +58,9 @@
58
58
  }
59
59
  }
60
60
 
61
- .k-filter-lines .k-filter-item:last-child > .k-filter-toolbar::after {
61
+ // The second selector targets the Angular rendering
62
+ .k-filter-lines .k-filter-item:last-child > .k-filter-toolbar::after,
63
+ .k-filter-lines .k-filter-item:last-child > * > .k-filter-toolbar::after {
62
64
  content: "";
63
65
  position: absolute;
64
66
  width: $filter-line-size;
@@ -67,9 +69,12 @@
67
69
  left: -$filter-padding-x;
68
70
  }
69
71
 
72
+ // The forth and fifth selectors targets the Angular rendering
70
73
  .k-filter-group-main::before,
71
74
  .k-filter-group-main > .k-filter-toolbar::before,
72
75
  .k-filter-group-main > .k-filter-toolbar::after,
76
+ .k-filter-group-main > * > .k-filter-toolbar::before,
77
+ .k-filter-group-main > * > .k-filter-toolbar::after,
73
78
  .k-filter-lines .k-filter-item:last-child::before {
74
79
  display: none;
75
80
  }
@@ -99,7 +104,9 @@
99
104
  }
100
105
  }
101
106
 
102
- .k-filter-lines .k-filter-item:last-child > .k-filter-toolbar::after {
107
+ // The second selector targets the Angular rendering
108
+ .k-filter-lines .k-filter-item:last-child > .k-filter-toolbar::after,
109
+ .k-filter-lines .k-filter-item:last-child > * > .k-filter-toolbar::after {
103
110
  left: auto;
104
111
  right: -$filter-padding-x;
105
112
  }
@@ -11,9 +11,11 @@
11
11
  color: $filter-preview-operator-text;
12
12
  }
13
13
 
14
+ // The last selector targets the Angular rendering
14
15
  .k-filter-item::before,
15
16
  .k-filter-toolbar::before,
16
- .k-filter-lines .k-filter-item:last-child > .k-filter-toolbar::after {
17
+ .k-filter-lines .k-filter-item:last-child > .k-filter-toolbar::after,
18
+ .k-filter-lines .k-filter-item:last-child > * > .k-filter-toolbar::after {
17
19
  background-color: $component-border;
18
20
  }
19
21
  }
@@ -68,10 +68,6 @@
68
68
  display: flex;
69
69
  flex-flow: row nowrap;
70
70
  }
71
- .k-checkbox-label,
72
- .k-radio-label {
73
- display: inline-flex;
74
- }
75
71
 
76
72
  .k-label + .k-radio {
77
73
  margin-left: 0;
@@ -83,7 +79,8 @@
83
79
  border: 0;
84
80
 
85
81
  > * {
86
- &:first-child {
82
+ &:not(.k-hidden):first-child,
83
+ &.k-hidden + :not(.k-hidden) {
87
84
  margin-top: 0;
88
85
  }
89
86
  }
@@ -105,14 +102,13 @@
105
102
  padding: 0;
106
103
  }
107
104
 
108
- .k-form-field,
109
- .k-daterangepicker .k-textbox-container {
105
+ .k-form-field {
110
106
  margin-top: $form-field-margin-top;
111
107
  }
112
108
 
113
- > *,
114
- .k-daterangepicker .k-textbox-container {
115
- &:first-child {
109
+ > * {
110
+ &:not(.k-hidden):first-child,
111
+ &.k-hidden + :not(.k-hidden) {
116
112
  margin-top: 0;
117
113
  }
118
114
  }
@@ -152,7 +148,6 @@
152
148
  .k-dateinput,
153
149
  .k-datepicker,
154
150
  .k-datetimepicker,
155
- .k-daterangepicker-wrap,
156
151
  .k-timepicker,
157
152
  .k-numerictextbox,
158
153
  .k-maskedtextbox,
@@ -161,9 +156,10 @@
161
156
  display: inline-flex;
162
157
  width: 100%;
163
158
  }
164
-
165
- .k-editor .k-dropdown {
166
- width: $input-default-width;
159
+ .k-daterangepicker {
160
+ width: 100%;
161
+ flex-flow: column nowrap;
162
+ gap: 0;
167
163
  }
168
164
  }
169
165
 
@@ -6,7 +6,7 @@
6
6
  @import "../button/_index.scss";
7
7
  @import "../input/_index.scss";
8
8
  @import "../validator/_index.scss";
9
- @import "../datetime/_index.scss";
9
+ @import "../datetimepicker/_index.scss";
10
10
  @import "../numerictextbox/_index.scss";
11
11
  @import "../window/_index.scss";
12
12
  @import "../splitter/_index.scss";
@@ -378,7 +378,7 @@
378
378
  position: relative;
379
379
  vertical-align: middle;
380
380
  }
381
- td::after { content: "\a0"; }
381
+ td::after { content: "\200b"; }
382
382
  }
383
383
  .k-task-wrap {
384
384
  margin: 0 -21px;