@progress/kendo-theme-default 5.0.0-alpha.2 → 5.0.0-beta.2

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 (152) hide show
  1. package/dist/all.css +8420 -10054
  2. package/dist/all.scss +13531 -13419
  3. package/package.json +2 -2
  4. package/scss/_variables.scss +0 -19
  5. package/scss/action-buttons/_layout.scss +1 -0
  6. package/scss/adaptive/_layout.scss +7 -19
  7. package/scss/all.scss +1 -159
  8. package/scss/autocomplete/_index.scss +1 -0
  9. package/scss/autocomplete/_variables.scss +0 -5
  10. package/scss/avatar/_layout.scss +13 -17
  11. package/scss/avatar/_theme.scss +4 -4
  12. package/scss/avatar/_variables.scss +18 -8
  13. package/scss/avatar/index.md +0 -0
  14. package/scss/breadcrumb/_layout.scss +0 -13
  15. package/scss/button/_index.scss +2 -0
  16. package/scss/button/_layout.scss +23 -62
  17. package/scss/button/_variables.scss +7 -5
  18. package/scss/calendar/_index.scss +1 -0
  19. package/scss/calendar/_theme.scss +1 -2
  20. package/scss/chat/_layout.scss +3 -5
  21. package/scss/chat/_theme.scss +0 -10
  22. package/scss/chat/_variables.scss +0 -8
  23. package/scss/checkbox/_index.scss +2 -0
  24. package/scss/checkbox/_variables.scss +1 -1
  25. package/scss/checkbox/index.md +0 -0
  26. package/scss/chip/_index.scss +1 -0
  27. package/scss/chip/_layout.scss +124 -131
  28. package/scss/chip/_theme.scss +90 -388
  29. package/scss/chip/_variables.scss +127 -191
  30. package/scss/chip/index.md +0 -0
  31. package/scss/color-preview/_layout.scss +47 -9
  32. package/scss/color-preview/_theme.scss +4 -4
  33. package/scss/color-preview/_variables.scss +1 -0
  34. package/scss/colorgradient/_layout.scss +7 -0
  35. package/scss/colorpicker/_index.scss +1 -2
  36. package/scss/colorpicker/_layout.scss +1 -1
  37. package/scss/colorpicker/_theme.scss +1 -1
  38. package/scss/colorpicker/_variables.scss +1 -22
  39. package/scss/combobox/_index.scss +1 -0
  40. package/scss/combobox/_variables.scss +0 -2
  41. package/scss/core/functions/_colors.scss +4 -1
  42. package/scss/core/mixins/_index.scss +1 -0
  43. package/scss/core/mixins/_module-system.scss +149 -0
  44. package/scss/dataviz/_index.scss +1 -0
  45. package/scss/dateinput/_index.scss +0 -4
  46. package/scss/dateinput/_variables.scss +1 -1
  47. package/scss/datepicker/_index.scss +1 -3
  48. package/scss/datetimepicker/_index.scss +5 -3
  49. package/scss/datetimepicker/_layout.scss +2 -2
  50. package/scss/datetimepicker/_theme.scss +2 -2
  51. package/scss/datetimepicker/_variables.scss +2 -1
  52. package/scss/drawer/_index.scss +1 -0
  53. package/scss/drawer/_variables.scss +1 -1
  54. package/scss/dropdowngrid/_layout.scss +5 -4
  55. package/scss/dropdowngrid/_theme.scss +6 -2
  56. package/scss/dropdowngrid/index.md +0 -0
  57. package/scss/dropdownlist/_index.scss +1 -0
  58. package/scss/dropdownlist/_layout.scss +11 -0
  59. package/scss/dropzone/_layout.scss +0 -16
  60. package/scss/editor/_layout.scss +2 -47
  61. package/scss/editor/_variables.scss +1 -1
  62. package/scss/expansion-panel/_index.scss +1 -0
  63. package/scss/expansion-panel/_variables.scss +2 -2
  64. package/scss/filemanager/_theme.scss +1 -1
  65. package/scss/filter/_index.scss +1 -1
  66. package/scss/filter/_layout.scss +9 -2
  67. package/scss/filter/_theme.scss +3 -1
  68. package/scss/forms/_index.scss +1 -1
  69. package/scss/forms/_layout.scss +9 -78
  70. package/scss/gantt/_index.scss +1 -1
  71. package/scss/gantt/_layout.scss +5 -3
  72. package/scss/grid/_index.scss +2 -1
  73. package/scss/grid/_layout.scss +23 -46
  74. package/scss/grid/_theme.scss +12 -12
  75. package/scss/grid/_variables.scss +3 -3
  76. package/scss/icons/_layout.scss +6 -1
  77. package/scss/icons/font/WebComponentsIcons.scss +1 -1
  78. package/scss/icons/font/WebComponentsIcons.ttf +0 -0
  79. package/scss/index.scss +156 -0
  80. package/scss/input/_index.scss +1 -1
  81. package/scss/input/_layout.scss +151 -17
  82. package/scss/input/_theme.scss +13 -2
  83. package/scss/input/_variables.scss +45 -44
  84. package/scss/list/_index.scss +11 -0
  85. package/scss/list/_layout.scss +219 -0
  86. package/scss/list/_theme.scss +91 -0
  87. package/scss/list/_variables.scss +248 -0
  88. package/scss/list/index.md +0 -0
  89. package/scss/listbox/_index.scss +2 -0
  90. package/scss/menu/_index.scss +2 -0
  91. package/scss/menu/_layout.scss +72 -41
  92. package/scss/menu/_theme.scss +27 -24
  93. package/scss/menu/_variables.scss +114 -35
  94. package/scss/multiselect/_index.scss +2 -0
  95. package/scss/multiselect/_layout.scss +0 -180
  96. package/scss/multiselect/_theme.scss +0 -139
  97. package/scss/multiselect/_variables.scss +0 -36
  98. package/scss/notification/_layout.scss +0 -22
  99. package/scss/pager/_index.scss +1 -0
  100. package/scss/pager/_theme.scss +4 -4
  101. package/scss/pager/_variables.scss +5 -5
  102. package/scss/panelbar/_index.scss +1 -0
  103. package/scss/panelbar/_layout.scss +0 -53
  104. package/scss/panelbar/_theme.scss +9 -2
  105. package/scss/panelbar/_variables.scss +6 -2
  106. package/scss/pivotgrid/_index.scss +1 -0
  107. package/scss/pivotgrid/_layout.scss +1 -45
  108. package/scss/pivotgrid/_theme.scss +1 -2
  109. package/scss/pivotgrid/_variables.scss +1 -4
  110. package/scss/popover/_layout.scss +0 -1
  111. package/scss/popup/_index.scss +0 -4
  112. package/scss/popup/_layout.scss +2 -242
  113. package/scss/popup/_theme.scss +2 -159
  114. package/scss/popup/_variables.scss +2 -7
  115. package/scss/radio/_index.scss +2 -0
  116. package/scss/radio/_variables.scss +1 -1
  117. package/scss/radio/index.md +0 -0
  118. package/scss/rating/_layout.scss +0 -8
  119. package/scss/scheduler/_index.scss +1 -1
  120. package/scss/scrollview/_layout.scss +6 -1
  121. package/scss/slider/_layout.scss +2 -18
  122. package/scss/spreadsheet/_index.scss +2 -1
  123. package/scss/spreadsheet/_layout.scss +3 -5
  124. package/scss/spreadsheet/_theme.scss +6 -6
  125. package/scss/switch/_layout.scss +4 -2
  126. package/scss/switch/index.md +0 -0
  127. package/scss/{datetime → table}/_index.scss +5 -2
  128. package/scss/table/_layout.scss +254 -0
  129. package/scss/table/_theme.scss +81 -0
  130. package/scss/table/_variables.scss +141 -0
  131. package/scss/tabstrip/_index.scss +1 -0
  132. package/scss/tabstrip/_layout.scss +10 -0
  133. package/scss/tabstrip/_theme.scss +1 -0
  134. package/scss/tabstrip/_variables.scss +3 -3
  135. package/scss/taskboard/_layout.scss +2 -1
  136. package/scss/taskboard/_variables.scss +0 -2
  137. package/scss/timepicker/_index.scss +3 -3
  138. package/scss/timepicker/_variables.scss +1 -1
  139. package/scss/timeselector/_index.scss +13 -0
  140. package/scss/timeselector/_layout.scss +207 -0
  141. package/scss/{datetime → timeselector}/_theme.scss +21 -21
  142. package/scss/timeselector/_variables.scss +32 -0
  143. package/scss/toolbar/_layout.scss +2 -1
  144. package/scss/treeview/_layout.scss +49 -33
  145. package/scss/treeview/_theme.scss +31 -32
  146. package/scss/treeview/_variables.scss +142 -46
  147. package/scss/upload/_layout.scss +0 -80
  148. package/scss/utils/_border.scss +1 -2
  149. package/scss/utils/_flex.scss +11 -3
  150. package/scss/datetime/_layout.scss +0 -222
  151. package/scss/datetime/_variables.scss +0 -53
  152. package/scss/no-flexbox.scss +0 -38
@@ -0,0 +1,149 @@
1
+ // Load all modules by default
2
+ $kendo-components: (
3
+ // Typography and utils
4
+ "typography",
5
+ "utils",
6
+ "cursor",
7
+
8
+ // Generic content
9
+ "styling",
10
+ "icon",
11
+ "messagebox",
12
+
13
+ // Primitive components
14
+ "list",
15
+ "listgroup",
16
+ "overlay",
17
+ "popup",
18
+ "ripple",
19
+ "table",
20
+
21
+ // Indicators
22
+ "avatar",
23
+ "badge",
24
+ "chip",
25
+ "color-preview",
26
+ "loader",
27
+ "loading",
28
+ "skeleton",
29
+
30
+ // Form helpers
31
+ "form",
32
+ "validator",
33
+ "floating-label",
34
+
35
+ // Native forms
36
+ "button",
37
+ "input",
38
+ "textbox",
39
+ "textarea",
40
+ "checkbox",
41
+ "listbox",
42
+ "progressbar",
43
+ "radio",
44
+ "slider",
45
+
46
+ // Form requirements
47
+ "calendar",
48
+
49
+ // Augmented inputs
50
+ "autocomplete",
51
+ "captcha",
52
+ "color-palette",
53
+ "color-gradient",
54
+ "color-editor",
55
+ "color-picker",
56
+ "combobox",
57
+ "datetime",
58
+ "dropdowngrid",
59
+ "dropdownlist",
60
+ "dropdowntree",
61
+ "maskedtextbox",
62
+ "multiselect",
63
+ "numerictextbox",
64
+ "rating",
65
+ "searchbox",
66
+ "switch",
67
+ "upload",
68
+ "dropzone",
69
+
70
+ // Command interfaces
71
+ "actions",
72
+ "appbar",
73
+ "fab",
74
+ "menu",
75
+ "toolbar",
76
+
77
+ // Popups and modals
78
+ "action-sheet",
79
+ "dialog",
80
+ "drawer",
81
+ "notification",
82
+ "popover",
83
+ "responsivepanel",
84
+ "tooltip",
85
+ "window",
86
+
87
+ // Navigation
88
+ "bottom-nav",
89
+ "breadcrumb",
90
+ "pager",
91
+ "stepper",
92
+ "tabstrip",
93
+ "treeview",
94
+ "wizard",
95
+
96
+ // Layout & containers
97
+ "card",
98
+ "expander",
99
+ "panelbar",
100
+ "splitter",
101
+ "tilelayout",
102
+
103
+ // Data management
104
+ "grid",
105
+ "listview",
106
+ "spreadsheet",
107
+ "pivotgrid",
108
+ "treelist",
109
+ "filter",
110
+ "filemanager",
111
+ "taskboard",
112
+
113
+ // Editors
114
+ "editor",
115
+ "imageeditor",
116
+
117
+ // Scheduling
118
+ "gantt",
119
+ "scheduler",
120
+
121
+ // Misc
122
+ "adaptive",
123
+ "chat",
124
+ "mediaplayer",
125
+ "timeline",
126
+ "pdf-viewer",
127
+ "scroller",
128
+ "scrollview",
129
+
130
+ // Dataviz
131
+ "dataviz",
132
+ "map",
133
+ "orgchart"
134
+
135
+ ) !default;
136
+
137
+ $_kendo-imported-modules: ();
138
+
139
+ @mixin register-module( $name: null, $dependencies: null ) {
140
+ @if ( index( $kendo-components, $name ) != null ) and ( index( $_kendo-imported-modules, $name ) == null) {
141
+ $_kendo-imported-modules: append( $_kendo-imported-modules, $name ) !global;
142
+ @content;
143
+ }
144
+ }
145
+ @mixin load-modules( $names... ) {
146
+ @each $name in $names {
147
+ $kendo-components: append( $kendo-components, $name ) !global;
148
+ }
149
+ }
@@ -5,6 +5,7 @@
5
5
  @import "../common/_index.scss";
6
6
  @import "../popup/_index.scss";
7
7
  @import "../tooltip/_index.scss";
8
+ @import "../button/_variables.scss";
8
9
 
9
10
 
10
11
  // Component
@@ -2,11 +2,7 @@
2
2
 
3
3
 
4
4
  // Dependencies
5
- @import "../common/_index.scss";
6
5
  @import "../input/_index.scss";
7
- @import "../floating-label/_index.scss";
8
- @import "../popup/_index.scss";
9
- @import "../icons/_index.scss";
10
6
 
11
7
 
12
8
  // Component
@@ -1 +1 @@
1
- // Dateinput
1
+ // Date input
@@ -2,11 +2,9 @@
2
2
 
3
3
 
4
4
  // Dependencies
5
- @import "../common/_index.scss";
6
5
  @import "../input/_index.scss";
7
- @import "../floating-label/_index.scss";
8
6
  @import "../popup/_index.scss";
9
- @import "../icons/_index.scss";
7
+ @import "../calendar/_index.scss";
10
8
 
11
9
 
12
10
  // Component
@@ -2,11 +2,13 @@
2
2
 
3
3
 
4
4
  // Dependencies
5
- @import "../common/_index.scss";
6
5
  @import "../input/_index.scss";
7
- @import "../floating-label/_index.scss";
6
+ @import "../button/_index.scss";
8
7
  @import "../popup/_index.scss";
9
- @import "../icons/_index.scss";
8
+ @import "../list/_index.scss";
9
+ @import "../calendar/_index.scss";
10
+ @import "../timeselector/_index.scss";
11
+ @import "../action-buttons/_index.scss";
10
12
 
11
13
 
12
14
  // Component
@@ -1,6 +1,6 @@
1
- @include exports("datetimepicker/layout") {
1
+ @include exports( "datetimepicker/layout" ) {
2
2
 
3
- // Date time picker
3
+ // Datetime picker
4
4
  .k-datetimepicker {}
5
5
 
6
6
  }
@@ -1,6 +1,6 @@
1
- @include exports("datetimepicker/theme") {
1
+ @include exports( "datetimepicker/theme" ) {
2
2
 
3
- // Date time picker
3
+ // Datetime picker
4
4
  .k-datetimepicker {}
5
5
 
6
6
  }
@@ -1 +1,2 @@
1
- // Datetimepicker
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
@@ -27,7 +27,7 @@ $drawer-hovered-bg: $hovered-bg !default;
27
27
  $drawer-hovered-text: $hovered-text !default;
28
28
 
29
29
  $drawer-focused-bg: $drawer-bg !default;
30
- $drawer-focused-shadow: $list-item-focused-shadow !default;
30
+ $drawer-focused-shadow: $kendo-list-item-focus-shadow !default;
31
31
 
32
32
  $drawer-selected-bg: $selected-bg !default;
33
33
  $drawer-selected-text: $selected-text !default;
@@ -16,6 +16,8 @@
16
16
 
17
17
  // Grid list
18
18
  .k-grid-list {
19
+ margin: 0;
20
+ padding: 0;
19
21
  width: 100%;
20
22
  max-width: none;
21
23
  border-width: 0;
@@ -25,6 +27,7 @@
25
27
  empty-cells: show;
26
28
  outline: none;
27
29
  display: table;
30
+ list-style: none;
28
31
  }
29
32
 
30
33
 
@@ -119,12 +122,10 @@
119
122
  margin: 0;
120
123
  padding: $grid-header-padding-y $grid-header-padding-x;
121
124
  min-height: auto;
125
+ font-size: inherit;
122
126
  text-align: left;
123
127
  font-weight: bold;
124
128
  }
125
- .k-dropdowngrid-popup .k-outer-group-header.k-first {
126
- border-bottom-width: 1px;
127
- }
128
129
  .k-grid-list > .k-item.k-first {
129
130
  border-top: 1px solid currentColor;
130
131
  }
@@ -139,7 +140,7 @@
139
140
  }
140
141
  .k-grid-list > .k-item > .k-group-cell > span {
141
142
  padding: 0 ($grid-cell-padding-x / 2);
142
- font-size: .875em;
143
+ font-size: .75em;
143
144
  position: absolute;
144
145
  top: 0;
145
146
  right: 0;
@@ -30,11 +30,16 @@
30
30
 
31
31
  // Group header
32
32
  .k-dropdowngrid-popup .k-group-header,
33
- .k-dropdowngrid-popup .k-outer-group-header.k-first {
33
+ .k-dropdowngrid-popup .k-outer-group-header {
34
34
  border-color: $grid-header-border;
35
35
  color: $grid-header-text;
36
36
  background-color: $grid-header-bg;
37
37
  }
38
+ .k-grid-list > .k-group-header,
39
+ .k-grid-list > .k-outer-group-header {
40
+ background: none;
41
+ box-shadow: none;
42
+ }
38
43
 
39
44
 
40
45
  // Alt
@@ -42,7 +47,6 @@
42
47
  background-color: $grid-alt-bg;
43
48
  }
44
49
  .k-grid-list > .k-outer-group-header:nth-child(2n) {
45
- background: none;
46
50
 
47
51
  > strong {
48
52
  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
@@ -7,4 +7,15 @@
7
7
  // Native select
8
8
  select.k-dropdown-list {}
9
9
 
10
+
11
+ // Dropdown operator
12
+ .k-dropdown-operator {
13
+ width: min-content;
14
+ aspect-ratio: 1;
15
+
16
+ .k-input-inner {
17
+ display: none;
18
+ }
19
+ }
20
+
10
21
  }
@@ -41,20 +41,4 @@
41
41
  }
42
42
  }
43
43
 
44
-
45
- // No flexbox
46
- .k-no-flexbox {
47
- .k-dropzone-inner {
48
- padding-top: ( $dropzone-padding-y * 6 );
49
- padding-bottom: ( $dropzone-padding-y * 6 );
50
- width: 100%;
51
- height: 100%;
52
- }
53
-
54
- .k-dropzone-hint,
55
- .k-dropzone-note {
56
- display: block;
57
- }
58
- }
59
-
60
44
  }
@@ -78,6 +78,7 @@
78
78
  height: $editor-resize-handle-size;
79
79
  border-width: $editor-resize-handle-border-width;
80
80
  border-style: solid;
81
+ box-sizing: border-box;
81
82
  position: absolute;
82
83
  visibility: visible;
83
84
  z-index: 100;
@@ -162,13 +163,6 @@
162
163
  .k-editor-toolbar {
163
164
  border-width: 0 0 $toolbar-border-width 0;
164
165
 
165
- // Group
166
- .k-tool-group {
167
- .k-widget ~ .k-widget {
168
- margin-inline-start: $toolbar-spacing;
169
- }
170
- }
171
-
172
166
  // Tool
173
167
  .k-tool {
174
168
  padding: $kendo-button-padding-y;
@@ -245,26 +239,13 @@
245
239
  }
246
240
  }
247
241
  }
248
-
249
-
250
- // Editable area
251
- .k-editable-area {
242
+ td.k-editor-content {
252
243
  padding: $kendo-input-padding-y;
253
244
  width: 100%;
254
245
  height: 100%;
255
246
  border-width: 0;
256
247
  outline: 0;
257
248
 
258
- iframe.k-content {
259
- margin: 0;
260
- padding: 0;
261
- width: 100%;
262
- height: 100%;
263
- border-width: 0;
264
- background: none;
265
- display: block;
266
- }
267
-
268
249
  .k-resizable & {
269
250
  padding: $kendo-input-padding-y $kendo-input-padding-y 16px;
270
251
  }
@@ -383,8 +364,6 @@
383
364
  .k-edit-field {
384
365
  width: 66%;
385
366
  }
386
-
387
- .k-edit-buttons {}
388
367
  }
389
368
 
390
369
  // View HTML dialog using flex to fit child textarea
@@ -586,30 +565,6 @@
586
565
  }
587
566
  }
588
567
 
589
-
590
- .k-popup.k-align {
591
-
592
- .k-list {
593
- display: flex;
594
- flex-flow: row wrap;
595
- }
596
- .k-list .k-item {
597
- padding: $kendo-button-padding-y;
598
- height: $kendo-button-calc-size;
599
- box-sizing: border-box;
600
- justify-content: center;
601
- flex: 1 0 33%;
602
-
603
- .k-icon {
604
- margin: 0;
605
- }
606
- }
607
- .k-list .k-item:last-child {
608
- flex: 1 0 100%;
609
- }
610
-
611
- }
612
-
613
568
  .k-editor-inline {
614
569
 
615
570
  .k-table {
@@ -14,7 +14,7 @@ $editor-highlighted-bg: mix($primary, #ffffff, 20%) !default;
14
14
 
15
15
  $editor-export-tool-icon-margin-x: .25em !default;
16
16
 
17
- $editor-resize-handle-size: 5px !default;
17
+ $editor-resize-handle-size: 8px !default;
18
18
  $editor-resize-handle-border-width: 1px !default;
19
19
  $editor-resize-handle-border: #000000 !default;
20
20
  $editor-resize-handle-bg: #ffffff !default;
@@ -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
@@ -14,7 +14,7 @@ $expander-bg: $component-bg !default;
14
14
  $expander-text: $component-text !default;
15
15
  $expander-border: $component-border !default;
16
16
 
17
- $expander-focus-shadow: $list-item-focused-shadow !default;
17
+ $expander-focus-shadow: $kendo-list-item-focus-shadow !default;
18
18
 
19
19
  $expander-header-bg: transparent !default;
20
20
  $expander-header-text: $expander-text !default;
@@ -23,7 +23,7 @@ $expander-header-border: null !default;
23
23
  $expander-header-hover-bg: rgba(0, 0, 0, .04) !default;
24
24
 
25
25
  $expander-header-focused-bg: null !default;
26
- $expander-header-focused-shadow: $list-item-focused-shadow !default;
26
+ $expander-header-focused-shadow: $kendo-list-item-focus-shadow !default;
27
27
 
28
28
  $expander-title-text: $primary !default;
29
29
 
@@ -67,7 +67,7 @@
67
67
  &.k-state-selected .k-file-icon {
68
68
  @include fill(
69
69
  inherit,
70
- none,
70
+ transparent,
71
71
  transparent
72
72
  );
73
73
  }
@@ -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";
@@ -54,7 +54,9 @@
54
54
  }
55
55
  }
56
56
 
57
- .k-filter-lines .k-filter-item:last-child > .k-filter-toolbar::after {
57
+ // The second selector targets the Angular rendering
58
+ .k-filter-lines .k-filter-item:last-child > .k-filter-toolbar::after,
59
+ .k-filter-lines .k-filter-item:last-child > * > .k-filter-toolbar::after {
58
60
  content: "";
59
61
  position: absolute;
60
62
  width: $filter-line-size;
@@ -63,9 +65,12 @@
63
65
  left: -$filter-padding-x;
64
66
  }
65
67
 
68
+ // The forth and fifth selectors targets the Angular rendering
66
69
  .k-filter-group-main::before,
67
70
  .k-filter-group-main > .k-filter-toolbar::before,
68
71
  .k-filter-group-main > .k-filter-toolbar::after,
72
+ .k-filter-group-main > * > .k-filter-toolbar::before,
73
+ .k-filter-group-main > * > .k-filter-toolbar::after,
69
74
  .k-filter-lines .k-filter-item:last-child::before {
70
75
  display: none;
71
76
  }
@@ -95,7 +100,9 @@
95
100
  }
96
101
  }
97
102
 
98
- .k-filter-lines .k-filter-item:last-child > .k-filter-toolbar::after {
103
+ // The second selector targets the Angular rendering
104
+ .k-filter-lines .k-filter-item:last-child > .k-filter-toolbar::after,
105
+ .k-filter-lines .k-filter-item:last-child > * > .k-filter-toolbar::after {
99
106
  left: auto;
100
107
  right: -$filter-padding-x;
101
108
  }
@@ -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