@progress/kendo-theme-default 4.43.0 → 4.43.1-dev.3

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 (108) hide show
  1. package/dist/all.css +2546 -2468
  2. package/dist/all.scss +5249 -4662
  3. package/package.json +2 -2
  4. package/scss/_layout.scss +0 -0
  5. package/scss/_variables.scss +0 -19
  6. package/scss/autocomplete/_index.scss +1 -0
  7. package/scss/avatar/index.md +0 -0
  8. package/scss/button/_index.scss +2 -0
  9. package/scss/button/_variables.scss +21 -21
  10. package/scss/calendar/_index.scss +1 -0
  11. package/scss/calendar/_theme.scss +0 -21
  12. package/scss/checkbox/_index.scss +1 -0
  13. package/scss/checkbox/index.md +0 -0
  14. package/scss/chip/_layout.scss +103 -123
  15. package/scss/chip/_theme.scss +289 -300
  16. package/scss/chip/_variables.scss +7 -9
  17. package/scss/chip/index.md +0 -0
  18. package/scss/color-preview/_layout.scss +2 -2
  19. package/scss/color-preview/_theme.scss +4 -3
  20. package/scss/color-preview/_variables.scss +1 -0
  21. package/scss/colorpicker/_layout.scss +17 -45
  22. package/scss/colorpicker/_theme.scss +33 -42
  23. package/scss/combobox/_index.scss +1 -0
  24. package/scss/dataviz/_index.scss +1 -0
  25. package/scss/dateinput/_index.scss +11 -0
  26. package/scss/dateinput/_layout.scss +81 -0
  27. package/scss/dateinput/_theme.scss +86 -0
  28. package/scss/dateinput/_variables.scss +1 -0
  29. package/scss/datepicker/_index.scss +13 -0
  30. package/scss/datepicker/_layout.scss +48 -0
  31. package/scss/datepicker/_theme.scss +87 -0
  32. package/scss/datepicker/_variables.scss +1 -0
  33. package/scss/{datetime → datetimepicker}/_index.scss +5 -4
  34. package/scss/datetimepicker/_layout.scss +120 -0
  35. package/scss/datetimepicker/_theme.scss +89 -0
  36. package/scss/datetimepicker/_variables.scss +2 -0
  37. package/scss/drawer/_index.scss +1 -0
  38. package/scss/dropdowngrid/_layout.scss +5 -4
  39. package/scss/dropdowngrid/_theme.scss +6 -2
  40. package/scss/dropdowngrid/index.md +0 -0
  41. package/scss/dropdownlist/_index.scss +1 -0
  42. package/scss/dropdowntree/_layout.scss +1 -9
  43. package/scss/expansion-panel/_index.scss +1 -0
  44. package/scss/filter/_index.scss +1 -1
  45. package/scss/filter/_layout.scss +9 -2
  46. package/scss/filter/_theme.scss +3 -1
  47. package/scss/forms/_index.scss +1 -1
  48. package/scss/forms/_layout.scss +7 -28
  49. package/scss/gantt/_index.scss +1 -1
  50. package/scss/grid/_index.scss +2 -1
  51. package/scss/grid/_layout.scss +13 -69
  52. package/scss/index.scss +8 -3
  53. package/scss/input/_layout.scss +25 -26
  54. package/scss/input/_variables.scss +15 -0
  55. package/scss/list/_index.scss +11 -0
  56. package/scss/list/_layout.scss +200 -0
  57. package/scss/list/_theme.scss +104 -0
  58. package/scss/list/_variables.scss +17 -0
  59. package/scss/list/index.md +0 -0
  60. package/scss/listbox/_index.scss +1 -0
  61. package/scss/menu/_index.scss +1 -0
  62. package/scss/menu/_layout.scss +4 -6
  63. package/scss/menu/_variables.scss +2 -2
  64. package/scss/multiselect/_index.scss +2 -0
  65. package/scss/pager/_index.scss +1 -0
  66. package/scss/panelbar/_index.scss +1 -0
  67. package/scss/panelbar/_theme.scss +9 -2
  68. package/scss/panelbar/_variables.scss +4 -0
  69. package/scss/pivotgrid/_index.scss +1 -0
  70. package/scss/pivotgrid/_layout.scss +0 -16
  71. package/scss/pivotgrid/_variables.scss +0 -3
  72. package/scss/popover/_layout.scss +0 -1
  73. package/scss/popup/_index.scss +0 -4
  74. package/scss/popup/_layout.scss +2 -271
  75. package/scss/popup/_theme.scss +4 -148
  76. package/scss/popup/_variables.scss +2 -7
  77. package/scss/radio/_index.scss +1 -0
  78. package/scss/radio/index.md +0 -0
  79. package/scss/scheduler/_index.scss +1 -1
  80. package/scss/scrollview/_layout.scss +6 -1
  81. package/scss/slider/_layout.scss +2 -0
  82. package/scss/spreadsheet/_index.scss +2 -1
  83. package/scss/spreadsheet/_layout.scss +0 -3
  84. package/scss/switch/index.md +0 -0
  85. package/scss/table/_index.scss +19 -0
  86. package/scss/table/_layout.scss +228 -0
  87. package/scss/table/_theme.scss +81 -0
  88. package/scss/table/_variables.scss +114 -0
  89. package/scss/tabstrip/_index.scss +1 -0
  90. package/scss/tabstrip/_layout.scss +1 -1
  91. package/scss/tabstrip/_variables.scss +2 -2
  92. package/scss/timepicker/_index.scss +15 -0
  93. package/scss/timepicker/_layout.scss +48 -0
  94. package/scss/timepicker/_theme.scss +87 -0
  95. package/scss/timepicker/_variables.scss +1 -0
  96. package/scss/timeselector/_index.scss +13 -0
  97. package/scss/timeselector/_layout.scss +207 -0
  98. package/scss/timeselector/_theme.scss +70 -0
  99. package/scss/timeselector/_variables.scss +32 -0
  100. package/scss/utils/_border.scss +1 -2
  101. package/scss/utils/_flex.scss +11 -3
  102. package/scss/virtual-scroller/_index.scss +10 -0
  103. package/scss/virtual-scroller/_layout.scss +35 -0
  104. package/scss/virtual-scroller/_theme.scss +3 -0
  105. package/scss/virtual-scroller/_variables.scss +1 -0
  106. package/scss/datetime/_layout.scss +0 -462
  107. package/scss/datetime/_theme.scss +0 -321
  108. 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;
@@ -5,6 +5,7 @@
5
5
  @import "../common/_index.scss";
6
6
  @import "../overlay/_index.scss";
7
7
  @import "../toolbar/_index.scss";
8
+ @import "../list/_index.scss";
8
9
 
9
10
 
10
11
  // Component
@@ -12,6 +12,8 @@
12
12
 
13
13
  // Grid list
14
14
  .k-grid-list {
15
+ margin: 0;
16
+ padding: 0;
15
17
  width: 100%;
16
18
  max-width: none;
17
19
  border-width: 0;
@@ -21,6 +23,7 @@
21
23
  empty-cells: show;
22
24
  outline: none;
23
25
  display: table;
26
+ list-style: none;
24
27
  }
25
28
 
26
29
 
@@ -115,12 +118,10 @@
115
118
  margin: 0;
116
119
  padding: $grid-header-padding-y $grid-header-padding-x;
117
120
  min-height: auto;
121
+ font-size: inherit;
118
122
  text-align: left;
119
123
  font-weight: bold;
120
124
  }
121
- .k-dropdowngrid-popup .k-outer-group-header.k-first {
122
- border-bottom-width: 1px;
123
- }
124
125
  .k-grid-list > .k-item.k-first {
125
126
  border-top: 1px solid currentColor;
126
127
  }
@@ -135,7 +136,7 @@
135
136
  }
136
137
  .k-grid-list > .k-item > .k-group-cell > span {
137
138
  padding: 0 ($grid-cell-padding-x / 2);
138
- font-size: .875em;
139
+ font-size: .75em;
139
140
  position: absolute;
140
141
  top: 0;
141
142
  right: 0;
@@ -27,11 +27,16 @@
27
27
 
28
28
  // Group header
29
29
  .k-dropdowngrid-popup .k-group-header,
30
- .k-dropdowngrid-popup .k-outer-group-header.k-first {
30
+ .k-dropdowngrid-popup .k-outer-group-header {
31
31
  border-color: $grid-header-border;
32
32
  color: $grid-header-text;
33
33
  background-color: $grid-header-bg;
34
34
  }
35
+ .k-grid-list > .k-group-header,
36
+ .k-grid-list > .k-outer-group-header {
37
+ background: none;
38
+ box-shadow: none;
39
+ }
35
40
 
36
41
 
37
42
  // Alt
@@ -39,7 +44,6 @@
39
44
  background-color: $grid-alt-bg;
40
45
  }
41
46
  .k-grid-list > .k-outer-group-header:nth-child(2n) {
42
- background: none;
43
47
 
44
48
  > strong {
45
49
  background-color: $grid-alt-bg;
File without changes
@@ -6,6 +6,7 @@
6
6
  @import "../input/_index.scss";
7
7
  @import "../floating-label/_index.scss";
8
8
  @import "../popup/_index.scss";
9
+ @import "../list/_index.scss";
9
10
 
10
11
 
11
12
  // Component
@@ -10,16 +10,8 @@
10
10
  .k-popup-dropdowntree {
11
11
  padding: 0;
12
12
 
13
- .k-list-filter {
14
- box-shadow: $dropdowntree-filter-shadow;
15
- margin: 0 0 $dropdowntree-filter-spacer;
16
- }
17
-
18
13
  .k-check-all {
19
- padding: $dropdowntree-popup-spacer-y $dropdowntree-popup-spacer-x 0;
20
- }
21
- .k-list-filter .k-check-all {
22
- padding-top: 0;
14
+ padding: $dropdowntree-popup-spacer-y $dropdowntree-popup-spacer-x;
23
15
  }
24
16
 
25
17
  .k-treeview {
@@ -6,6 +6,7 @@
6
6
  @import "../utils/_display.scss";
7
7
  @import "../utils/_spacer.scss";
8
8
  @import "../icons/_index.scss";
9
+ @import "../list/_index.scss";
9
10
 
10
11
 
11
12
  // Component
@@ -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
  }
@@ -7,7 +7,7 @@
7
7
  @import "../button/_variables.scss";
8
8
  @import "../input/_variables.scss";
9
9
  @import "../toolbar/_index.scss";
10
- @import "../action-buttons/_variables.scss";
10
+ @import "../action-buttons/_index.scss";
11
11
  @import "../window/_variables.scss";
12
12
 
13
13
 
@@ -83,7 +83,8 @@
83
83
  border: 0;
84
84
 
85
85
  > * {
86
- &:first-child {
86
+ &:not(.k-hidden):first-child,
87
+ &.k-hidden + :not(.k-hidden) {
87
88
  margin-top: 0;
88
89
  }
89
90
  }
@@ -106,14 +107,14 @@
106
107
  }
107
108
 
108
109
  .k-form-field,
109
- .k-form-buttons,
110
110
  .k-daterangepicker .k-textbox-container {
111
111
  margin-top: $form-field-margin-top;
112
112
  }
113
113
 
114
114
  > *,
115
115
  .k-daterangepicker .k-textbox-container {
116
- &:first-child {
116
+ &:not(.k-hidden):first-child,
117
+ &.k-hidden + :not(.k-hidden) {
117
118
  margin-top: 0;
118
119
  }
119
120
  }
@@ -170,15 +171,9 @@
170
171
 
171
172
  // Form Buttons Container
172
173
  .k-form-buttons {
173
- display: flex;
174
-
175
- > * {
176
- margin-right: $form-button-margin-x;
177
-
178
- &:last-child {
179
- margin-right: 0;
180
- }
181
- }
174
+ @extend .k-actions;
175
+ margin-top: 2 * $form-field-margin-top;
176
+ padding: 0;
182
177
  }
183
178
 
184
179
  // Form Hint/Error Messages
@@ -235,28 +230,12 @@
235
230
  max-width: $horizontal-form-field-wrap-max-width;
236
231
  flex: 1 1 auto;
237
232
  }
238
-
239
- .k-form-buttons {
240
- margin-top: 2 * $form-field-margin-top;
241
- }
242
233
  }
243
234
 
244
235
  // RTL Adjustments
245
236
  .k-form {
246
237
  [dir="rtl"],
247
238
  .k-rtl & {
248
- .k-form-buttons,
249
- &.k-form-buttons {
250
- > * {
251
- margin-right: 0;
252
- margin-left: $form-button-margin-x;
253
-
254
- &:last-child {
255
- margin-left: 0;
256
- }
257
- }
258
- }
259
-
260
239
  .k-label-optional {
261
240
  margin-left: 0;
262
241
  margin-right: $label-optional-margin-x;
@@ -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";
@@ -14,7 +14,7 @@
14
14
  @import "../radio/_index.scss";
15
15
  @import "../validator/_index.scss";
16
16
  @import "../autocomplete/_index.scss";
17
- @import "../datetime/_index.scss";
17
+ @import "../datetimepicker/_index.scss";
18
18
  @import "../dropdownlist/_index.scss";
19
19
  @import "../numerictextbox/_index.scss";
20
20
  @import "../menu/_index.scss";
@@ -23,6 +23,7 @@
23
23
  @import "../skeleton/_index.scss";
24
24
  @import "../utils/_float.scss";
25
25
  @import "../utils/_spacer.scss";
26
+ @import "../list/_index.scss";
26
27
 
27
28
 
28
29
  // Component
@@ -320,11 +320,6 @@
320
320
  border-right-width: 0;
321
321
  }
322
322
 
323
- .k-filtercell-operator {
324
- margin-left: 0;
325
- margin-right: $table-cell-padding-y / 2;
326
- }
327
-
328
323
  .k-dirty {
329
324
  border-color: currentColor currentColor transparent transparent;
330
325
  left: auto;
@@ -510,10 +505,6 @@
510
505
  }
511
506
  }
512
507
 
513
- .k-group-indicator {
514
- margin-right: ( $grid-group-indicator-gap / 2 );
515
- }
516
-
517
508
  .k-group-indicator + .k-group-indicator {
518
509
  margin-left: ( $grid-group-indicator-gap / 2 );
519
510
  }
@@ -664,14 +655,6 @@
664
655
  bottom: calc( #{ $grid-header-padding-y } + #{ $line-height-em / 2 } - #{ $button-inner-calc-size / 2 } );
665
656
  z-index: 1;
666
657
 
667
- .k-ie & {
668
- position: static;
669
- float: right;
670
- margin-top: calc( (#{ $button-calc-size } - #{ $form-line-height * 1em}) / -2);
671
- margin-bottom: calc( (#{ $button-calc-size } - #{ $form-line-height * 1em}) / -2);
672
- margin-right: calc( -1 * #{ $button-calc-size });
673
- }
674
-
675
658
  &:hover {
676
659
  cursor: pointer;
677
660
  }
@@ -757,77 +740,38 @@
757
740
  .k-multiselect {
758
741
  height: auto;
759
742
  }
760
-
761
- .k-filtercell .k-widget.k-sized-input {
762
- flex: 0 1 auto;
763
- }
764
743
  }
765
744
 
766
745
  .k-filtercell {
767
746
  width: auto;
768
747
  display: flex;
748
+ flex-flow: row nowrap;
749
+ align-items: center;
769
750
 
770
751
  > span,
771
752
  .k-filtercell-wrapper {
772
753
  display: flex;
754
+ flex-flow: row nowrap;
755
+ align-items: center;
756
+ gap: ( $grid-cell-padding-y / 2 );
773
757
  flex: 1 1 auto;
774
758
 
775
- > label {
776
- vertical-align: middle;
777
- }
778
- }
779
-
780
- .k-filtercell-wrapper > .k-widget {
781
- width: 100%;
782
- }
783
-
784
- > span {
785
- .k-button {
786
- visibility: visible;
787
- pointer-events: all;
759
+ > .k-widget,
760
+ > .k-textbox {
761
+ width: 100%;
788
762
  }
789
763
 
790
- .k-button,
764
+ .k-colorpicker,
791
765
  .k-dropdown-operator {
792
- margin-left: $grid-cell-padding-y / 2;
793
-
794
- .k-ie & {
795
- min-width: $button-inner-calc-size;
796
- }
797
- }
798
-
799
- .k-widget {
800
- width: auto;
801
- }
802
- }
803
-
804
- .k-filtercell-operator {
805
- > .k-button.k-clear-button-visible {
806
- visibility: visible;
807
- height: $button-calc-size;
766
+ width: min-content;
767
+ flex: none;
808
768
  }
809
769
 
810
- > .k-button:not(.k-clear-button-visible) {
811
- visibility: hidden;
812
- pointer-events: none;
770
+ > .k-button {
771
+ flex: none;
813
772
  }
814
773
  }
815
774
 
816
- .k-filtercell-operator {
817
- margin-left: $grid-cell-padding-y / 2;
818
- }
819
-
820
- .k-widget:not(.k-dropdown-operator),
821
- .k-filtercell-wrapper > .k-textbox {
822
- display: flex;
823
- flex: 1 1 auto;
824
- }
825
-
826
- .k-filtercell-wrapper > .k-textbox {
827
- width: 100%;
828
- min-width: 0;
829
- }
830
-
831
775
  }
832
776
 
833
777
  // Grid content
package/scss/index.scss CHANGED
@@ -15,12 +15,13 @@
15
15
 
16
16
 
17
17
  // Primitive components
18
- // @import "list/_index.scss";
18
+ @import "list/_index.scss";
19
19
  @import "listgroup/_index.scss";
20
20
  @import "overlay/_index.scss";
21
21
  @import "popup/_index.scss";
22
22
  @import "ripple/_index.scss";
23
- // @import "table/_index.scss";
23
+ @import "table/_index.scss";
24
+ @import "virtual-scroller/_index.scss";
24
25
 
25
26
 
26
27
  // Indicators
@@ -53,6 +54,7 @@
53
54
 
54
55
  // Form requirements
55
56
  @import "calendar/_index.scss";
57
+ @import "timeselector/_index.scss";
56
58
 
57
59
 
58
60
  // Augmented forms
@@ -63,7 +65,10 @@
63
65
  @import "coloreditor/_index.scss";
64
66
  @import "colorpicker/_index.scss";
65
67
  @import "combobox/_index.scss";
66
- @import "datetime/_index.scss";
68
+ @import "dateinput/_index.scss";
69
+ @import "datepicker/_index.scss";
70
+ @import "timepicker/_index.scss";
71
+ @import "datetimepicker/_index.scss";
67
72
  @import "dropdowngrid/_index.scss";
68
73
  @import "dropdownlist/_index.scss";
69
74
  @import "dropdowntree/_index.scss";