@progress/kendo-theme-core 13.2.0-dev.4 → 14.0.0-dev.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (86) hide show
  1. package/dist/meta/sassdoc-data.json +90 -90
  2. package/dist/meta/sassdoc-raw-data.json +45 -45
  3. package/dist/meta/variables.json +10 -2
  4. package/package.json +2 -2
  5. package/scss/components/action-sheet/_layout.scss +2 -0
  6. package/scss/components/action-sheet/_variables.scss +2 -0
  7. package/scss/components/appbar/_layout.scss +1 -0
  8. package/scss/components/appbar/_variables.scss +1 -0
  9. package/scss/components/bottom-navigation/_layout.scss +1 -0
  10. package/scss/components/bottom-navigation/_theme.scss +11 -10
  11. package/scss/components/bottom-navigation/_variables.scss +1 -0
  12. package/scss/components/button/_layout.scss +1 -1
  13. package/scss/components/button/_variables.scss +2 -0
  14. package/scss/components/chart-wizard/_layout.scss +6 -1
  15. package/scss/components/chart-wizard/_theme.scss +3 -0
  16. package/scss/components/chart-wizard/_variables.scss +4 -0
  17. package/scss/components/chat/_layout.scss +5 -0
  18. package/scss/components/chat/_variables.scss +1 -0
  19. package/scss/components/column-menu/_layout.scss +9 -0
  20. package/scss/components/column-menu/_variables.scss +4 -0
  21. package/scss/components/dataviz/_layout.scss +3 -0
  22. package/scss/components/dataviz/_variables.scss +2 -0
  23. package/scss/components/dock-manager/_layout.scss +1 -0
  24. package/scss/components/dock-manager/_variables.scss +1 -0
  25. package/scss/components/dropzone/_layout.scss +1 -0
  26. package/scss/components/dropzone/_variables.scss +1 -0
  27. package/scss/components/editor/_layout.scss +1 -0
  28. package/scss/components/editor/_variables.scss +1 -0
  29. package/scss/components/expansion-panel/_layout.scss +3 -2
  30. package/scss/components/expansion-panel/_variables.scss +4 -0
  31. package/scss/components/file-box/_layout.scss +1 -0
  32. package/scss/components/file-box/_theme.scss +4 -0
  33. package/scss/components/file-box/_variables.scss +3 -0
  34. package/scss/components/filemanager/_layout.scss +3 -0
  35. package/scss/components/filemanager/_variables.scss +1 -0
  36. package/scss/components/filter/_theme.scss +4 -0
  37. package/scss/components/filter/_variables.scss +2 -0
  38. package/scss/components/forms/_layout.scss +5 -0
  39. package/scss/components/forms/_variables.scss +6 -0
  40. package/scss/components/gantt/_layout.scss +6 -0
  41. package/scss/components/gantt/_variables.scss +1 -0
  42. package/scss/components/grid/_layout.scss +11 -1
  43. package/scss/components/grid/_theme.scss +13 -4
  44. package/scss/components/grid/_variables.scss +5 -0
  45. package/scss/components/imageeditor/_layout.scss +1 -0
  46. package/scss/components/imageeditor/_variables.scss +1 -0
  47. package/scss/components/listbox/_layout.scss +3 -0
  48. package/scss/components/listbox/_variables.scss +4 -0
  49. package/scss/components/listview/_layout.scss +1 -0
  50. package/scss/components/listview/_variables.scss +2 -0
  51. package/scss/components/mediaplayer/_layout.scss +4 -0
  52. package/scss/components/mediaplayer/_variables.scss +4 -0
  53. package/scss/components/messagebox/_layout.scss +2 -0
  54. package/scss/components/messagebox/_variables.scss +1 -0
  55. package/scss/components/pdf-viewer/_layout.scss +1 -0
  56. package/scss/components/pdf-viewer/_variables.scss +1 -0
  57. package/scss/components/pivotgrid/_layout.scss +8 -0
  58. package/scss/components/pivotgrid/_variables.scss +1 -0
  59. package/scss/components/progressbar/_layout.scss +1 -0
  60. package/scss/components/progressbar/_variables.scss +3 -0
  61. package/scss/components/prompt/_theme.scss +8 -0
  62. package/scss/components/prompt/_variables.scss +4 -0
  63. package/scss/components/scheduler/_layout.scss +2 -0
  64. package/scss/components/scheduler/_variables.scss +1 -0
  65. package/scss/components/scrollview/_layout.scss +1 -0
  66. package/scss/components/scrollview/_theme.scss +10 -0
  67. package/scss/components/scrollview/_variables.scss +2 -0
  68. package/scss/components/spreadsheet/_layout.scss +7 -0
  69. package/scss/components/spreadsheet/_variables.scss +1 -0
  70. package/scss/components/stepper/_layout.scss +1 -1
  71. package/scss/components/stepper/_variables.scss +1 -0
  72. package/scss/components/suggestion/_layout.scss +1 -0
  73. package/scss/components/suggestion/_variables.scss +1 -0
  74. package/scss/components/table/_variables.scss +15 -6
  75. package/scss/components/taskboard/_layout.scss +1 -0
  76. package/scss/components/taskboard/_variables.scss +1 -0
  77. package/scss/components/timeline/_theme.scss +4 -0
  78. package/scss/components/timeline/_variables.scss +2 -0
  79. package/scss/components/toolbar/_layout.scss +1 -0
  80. package/scss/components/toolbar/_variables.scss +1 -0
  81. package/scss/components/upload/_layout.scss +2 -0
  82. package/scss/components/upload/_variables.scss +1 -0
  83. package/scss/elevation/index.scss +0 -13
  84. package/scss/index.scss +2 -0
  85. package/scss/mixins/_focus-indicator.scss +5 -2
  86. package/scss/translucency/index.scss +20 -0
@@ -83,6 +83,7 @@
83
83
  display: flex;
84
84
  flex-direction: column;
85
85
  align-items: flex-start;
86
+ gap: $kendo-file-box-info-gap;
86
87
  text-align: start;
87
88
  flex: 1;
88
89
  overflow: hidden;
@@ -10,6 +10,10 @@
10
10
  background-color: $kendo-file-box-bg;
11
11
  color: $kendo-file-box-text;
12
12
  border-color: $kendo-file-box-border;
13
+
14
+ .k-file-size {
15
+ color: $kendo-file-box-size-text;
16
+ }
13
17
  }
14
18
 
15
19
  .k-file-box-wrapper-scrollable-start::after {
@@ -1,6 +1,7 @@
1
1
  $kendo-file-box-padding-x: null !default;
2
2
  $kendo-file-box-padding-y: null !default;
3
3
  $kendo-file-box-gap: null !default;
4
+ $kendo-file-box-info-gap: null !default;
4
5
  $kendo-file-box-min-width: null !default;
5
6
  $kendo-file-box-max-width: null !default;
6
7
  $kendo-file-box-border-width: null !default;
@@ -15,5 +16,7 @@ $kendo-file-box-bg: null !default;
15
16
  $kendo-file-box-text: null !default;
16
17
  $kendo-file-box-border: null !default;
17
18
 
19
+ $kendo-file-box-size-text: null !default;
20
+
18
21
  $kendo-file-box-wrapper-scroll-gradient: null !default;
19
22
 
@@ -7,6 +7,7 @@
7
7
  // File Manager
8
8
  .k-filemanager {
9
9
  border-width: $kendo-file-manager-border-width;
10
+ border-radius: $kendo-file-manager-border-radius;
10
11
  border-style: solid;
11
12
  box-sizing: border-box;
12
13
  font-family: $kendo-file-manager-font-family;
@@ -14,6 +15,7 @@
14
15
  line-height: $kendo-file-manager-line-height;
15
16
  display: flex;
16
17
  flex-flow: column nowrap;
18
+ overflow: hidden;
17
19
  }
18
20
 
19
21
 
@@ -129,6 +131,7 @@
129
131
 
130
132
  // Filemanager grid
131
133
  .k-filemanager-grid {
134
+ border-radius: 0;
132
135
  border-width: 0;
133
136
  flex: 1 1 0%;
134
137
 
@@ -2,6 +2,7 @@
2
2
 
3
3
  $kendo-file-manager-spacer: null !default;
4
4
  $kendo-file-manager-border-width: null !default;
5
+ $kendo-file-manager-border-radius: null !default;
5
6
  $kendo-file-manager-font-family: null !default;
6
7
  $kendo-file-manager-font-size: null !default;
7
8
  $kendo-file-manager-line-height: null !default;
@@ -7,6 +7,10 @@
7
7
  .k-filter {
8
8
  color: k-color(on-app-surface);
9
9
 
10
+ .k-filter-toolbar .k-toolbar {
11
+ border-radius: $kendo-filter-border-radius;
12
+ }
13
+
10
14
  .k-filter-preview-field {
11
15
  color: $kendo-filter-preview-field-text;
12
16
  }
@@ -3,6 +3,8 @@
3
3
  $kendo-filter-padding-x: null !default;
4
4
  $kendo-filter-padding-y: null !default;
5
5
 
6
+ $kendo-filter-border-radius: null !default;
7
+
6
8
  $kendo-filter-bottom-margin: null !default;
7
9
  $kendo-filter-line-size: null !default;
8
10
 
@@ -40,6 +40,7 @@
40
40
  margin-left: $kendo-label-optional-margin-x;
41
41
  font-size: $kendo-label-optional-font-size;
42
42
  font-style: $kendo-label-optional-font-style;
43
+ font-weight: $kendo-label-optional-font-weight;
43
44
  align-self: center;
44
45
  }
45
46
 
@@ -62,6 +63,9 @@
62
63
  margin-block-end: $kendo-form-label-margin-bottom;
63
64
  display: flex;
64
65
  flex-flow: row nowrap;
66
+ font-size: $kendo-label-font-size;
67
+ font-weight: $kendo-label-font-weight;
68
+ line-height: $kendo-label-line-height;
65
69
  }
66
70
 
67
71
  .k-label + .k-radio {
@@ -81,6 +85,7 @@
81
85
  border-style: $kendo-form-legend-border-style;
82
86
  width: $kendo-form-legend-width;
83
87
  font-size: $kendo-form-legend-font-size;
88
+ font-weight: $kendo-form-legend-font-weight;
84
89
  text-transform: $kendo-form-legend-text-transform;
85
90
  }
86
91
 
@@ -17,10 +17,15 @@ $kendo-form-legend-border-style: null !default;
17
17
  $kendo-form-legend-border-color: null !default;
18
18
  $kendo-form-legend-width: null !default;
19
19
  $kendo-form-legend-font-size: null !default;
20
+ $kendo-form-legend-font-weight: null !default;
20
21
  $kendo-form-legend-text-transform: null !default;
21
22
 
22
23
  $kendo-form-label-margin-bottom: null !default;
23
24
 
25
+ $kendo-label-font-size: null !default;
26
+ $kendo-label-font-weight: null !default;
27
+ $kendo-label-line-height: null !default;
28
+
24
29
  $kendo-form-hint-font-size: null !default;
25
30
  $kendo-form-hint-font-style: null !default;
26
31
  $kendo-form-hint-margin-top: null !default;
@@ -48,6 +53,7 @@ $kendo-inline-form-field-padding-y: null !default;
48
53
  $kendo-label-optional-margin-x: null !default;
49
54
  $kendo-label-optional-font-size: null !default;
50
55
  $kendo-label-optional-font-style: null !default;
56
+ $kendo-label-optional-font-weight: null !default;
51
57
 
52
58
 
53
59
  $kendo-fieldset-margin: null !default;
@@ -17,6 +17,7 @@
17
17
 
18
18
  .k-gantt {
19
19
  border-width: $kendo-gantt-border-width;
20
+ border-radius: $kendo-gantt-border-radius;
20
21
  border-style: solid;
21
22
  box-sizing: border-box;
22
23
  outline: 0;
@@ -26,6 +27,7 @@
26
27
  display: flex;
27
28
  flex-flow: column nowrap;
28
29
  position: relative;
30
+ overflow: hidden;
29
31
  white-space: nowrap;
30
32
  -webkit-touch-callout: none;
31
33
  -webkit-tap-highlight-color: $kendo-color-rgba-transparent;
@@ -64,6 +66,10 @@
64
66
  display: inline-block;
65
67
  }
66
68
 
69
+ // Grid
70
+ .k-grid {
71
+ border-radius: 0;
72
+ }
67
73
 
68
74
  // Splitbar
69
75
  .k-splitbar {
@@ -1,6 +1,7 @@
1
1
  // Gantt
2
2
 
3
3
  $kendo-gantt-border-width: null !default;
4
+ $kendo-gantt-border-radius: null !default;
4
5
  $kendo-gantt-font-family: null !default;
5
6
  $kendo-gantt-font-size: null !default;
6
7
  $kendo-gantt-line-height: null !default;
@@ -25,6 +25,7 @@
25
25
  .k-grid {
26
26
  border-width: $kendo-grid-border-width;
27
27
  border-style: solid;
28
+ border-radius: $kendo-grid-border-radius;
28
29
  box-sizing: border-box;
29
30
  outline: 0;
30
31
  font-family: $kendo-grid-font-family;
@@ -33,6 +34,7 @@
33
34
  display: flex;
34
35
  flex-direction: column;
35
36
  position: relative;
37
+ overflow: hidden;
36
38
  -webkit-touch-callout: none;
37
39
  -webkit-tap-highlight-color: $kendo-color-rgba-transparent;
38
40
 
@@ -83,6 +85,7 @@
83
85
  .k-table-tfoot {
84
86
  text-align: start;
85
87
  border-color: inherit;
88
+ color: inherit;
86
89
  }
87
90
 
88
91
  .k-table-row {
@@ -430,8 +433,10 @@
430
433
  // Toolbar
431
434
  .k-grid-toolbar {
432
435
  border-width: 0 0 $kendo-grid-toolbar-border-width;
436
+ border-radius: 0;;
433
437
  flex-shrink: 0;
434
438
  }
439
+
435
440
  .k-grid-toolbar-bottom {
436
441
  border-width: $kendo-grid-toolbar-border-width 0 0;
437
442
  }
@@ -786,12 +791,16 @@
786
791
 
787
792
  // Pager
788
793
  .k-grid-pager {
794
+ font-size: inherit;
789
795
  border-width: 1px 0 0;
790
796
  border-color: inherit;
791
- font-size: inherit;
797
+ @include border-bottom-radius(inherit);
792
798
  }
799
+
793
800
  .k-grid-pager-top {
794
801
  border-width: 0 0 1px;
802
+ @include border-top-radius(inherit);
803
+ @include border-bottom-radius(0);
795
804
  }
796
805
 
797
806
  .k-grid-virtual .k-grid-content {
@@ -1494,6 +1503,7 @@
1494
1503
 
1495
1504
  .k-expander {
1496
1505
  border: 0;
1506
+ border-radius: 0;
1497
1507
  background: inherit;
1498
1508
 
1499
1509
  .k-columnmenu-item {
@@ -18,6 +18,7 @@
18
18
 
19
19
  .k-table {
20
20
  background-color: inherit;
21
+ color: inherit;
21
22
  }
22
23
 
23
24
  .k-table-th,
@@ -92,7 +93,7 @@
92
93
  }
93
94
 
94
95
  .k-grid-content-sticky {
95
- border-color: $kendo-grid-sticky-border;
96
+ border-inline-color: $kendo-grid-sticky-border;
96
97
  border-block-start-color: $kendo-grid-header-border;
97
98
  }
98
99
 
@@ -118,7 +119,7 @@
118
119
  .k-master-row {
119
120
  .k-grid-content-sticky {
120
121
  background-color: $kendo-grid-sticky-bg;
121
- border-color: $kendo-grid-sticky-border;
122
+ border-inline-color: $kendo-grid-sticky-border;
122
123
  border-block-start-color: $kendo-grid-header-border;
123
124
  }
124
125
 
@@ -280,14 +281,22 @@
280
281
  @include fill($bg: $kendo-grid-bg );
281
282
  }
282
283
 
283
- // Grouping
284
- .k-grouping-header,
285
284
  .k-grid-add-row {
286
285
  color: $kendo-grid-header-text;
287
286
  background-color: $kendo-grid-header-bg;
288
287
  border-color: $kendo-grid-header-border;
289
288
  }
290
289
 
290
+ // Grouping
291
+ .k-grouping-header,
292
+ .k-grid-grouping-header {
293
+ @include fill(
294
+ $kendo-grid-grouping-header-text,
295
+ $kendo-grid-grouping-header-bg,
296
+ $kendo-grid-grouping-header-border
297
+ );
298
+ }
299
+
291
300
  .k-group-footer .k-table-td,
292
301
  .k-table-tbody .k-group-cell {
293
302
  @include fill(
@@ -4,6 +4,7 @@
4
4
  $kendo-grid-default-size: null !default;
5
5
 
6
6
  $kendo-grid-border-width: null !default;
7
+ $kendo-grid-border-radius: null !default;
7
8
  $kendo-grid-font-family: null !default;
8
9
  $kendo-grid-font-size: null !default;
9
10
  $kendo-grid-line-height: null !default;
@@ -17,6 +18,10 @@ $kendo-grid-header-padding-y: null !default;
17
18
  $kendo-grid-grouping-header-padding-x: null !default;
18
19
  $kendo-grid-grouping-header-padding-y: null !default;
19
20
 
21
+ $kendo-grid-grouping-header-bg: null !default;
22
+ $kendo-grid-grouping-header-text: null !default;
23
+ $kendo-grid-grouping-header-border: null !default;
24
+
20
25
  $kendo-grid-cell-padding-x: null !default;
21
26
  $kendo-grid-cell-padding-y: null !default;
22
27
 
@@ -13,6 +13,7 @@
13
13
  padding-inline: $kendo-image-editor-padding-x;
14
14
  border-width: $kendo-image-editor-border-width;
15
15
  border-style: solid;
16
+ border-radius: $kendo-image-editor-border-radius;
16
17
  box-sizing: border-box;
17
18
  outline: 0;
18
19
  font-family: $kendo-image-editor-font-family;
@@ -5,6 +5,7 @@ $kendo-image-editor-padding-y: null !default;
5
5
  $kendo-image-editor-padding-x: null !default;
6
6
 
7
7
  $kendo-image-editor-border-width: null !default;
8
+ $kendo-image-editor-border-radius: null !default;
8
9
  $kendo-image-editor-font-size: null !default;
9
10
  $kendo-image-editor-line-height: null !default;
10
11
  $kendo-image-editor-font-family: null !default;
@@ -54,6 +54,9 @@
54
54
  min-width: 0;
55
55
  min-height: 0;
56
56
  height: inherit;
57
+ padding-inline: $kendo-listbox-scroller-padding-x;
58
+ padding-block: $kendo-listbox-scroller-padding-y;
59
+ border-radius: $kendo-listbox-border-radius;
57
60
  border-width: $kendo-listbox-border-width;
58
61
  border-style: solid;
59
62
  box-sizing: border-box;
@@ -14,3 +14,7 @@ $kendo-listbox-bg: null !default;
14
14
  $kendo-listbox-border: null !default;
15
15
 
16
16
  $kendo-listbox-drop-hint-width: null !default;
17
+
18
+ $kendo-listbox-scroller-padding-x: null !default;
19
+ $kendo-listbox-scroller-padding-y: null !default;
20
+ $kendo-listbox-border-radius: null !default;
@@ -70,6 +70,7 @@
70
70
  border-width: 0;
71
71
  outline: 0;
72
72
  border-style: solid;
73
+ border-radius: $kendo-listview-item-border-radius;
73
74
  box-sizing: border-box;
74
75
  flex-shrink: 0;
75
76
  transition: color k-transition(snappy), border-color k-transition(snappy), background-color k-transition(snappy);
@@ -22,3 +22,5 @@ $kendo-listview-item-focus-text: null !default;
22
22
  $kendo-listview-item-focus-bg: null !default;
23
23
  $kendo-listview-item-focus-border: null !default;
24
24
  $kendo-listview-item-focus-shadow: null !default;
25
+
26
+ $kendo-listview-item-border-radius: null !default;
@@ -9,6 +9,7 @@
9
9
  .k-mediaplayer {
10
10
  border-width: $kendo-media-player-border-width;
11
11
  border-style: solid;
12
+ border-radius: $kendo-media-player-border-radius;
12
13
  box-sizing: border-box;
13
14
  outline: 0;
14
15
  font-family: $kendo-media-player-font-family;
@@ -38,6 +39,9 @@
38
39
  .k-mediaplayer-titlebar {
39
40
  padding-block: $kendo-media-player-titlebar-padding-y;
40
41
  padding-inline: $kendo-media-player-titlebar-padding-x;
42
+ font-size: $kendo-media-player-titlebar-font-size;
43
+ font-weight: $kendo-media-player-titlebar-font-weight;
44
+ line-height: $kendo-media-player-titlebar-line-height;
41
45
  position: absolute;
42
46
  z-index: k-z-index("base", 2);
43
47
  inset-block-start: 0;
@@ -1,6 +1,7 @@
1
1
  // Media player
2
2
 
3
3
  $kendo-media-player-border-width: null !default;
4
+ $kendo-media-player-border-radius: null !default;
4
5
  $kendo-media-player-font-family: null !default;
5
6
  $kendo-media-player-font-size: null !default;
6
7
  $kendo-media-player-line-height: null !default;
@@ -11,5 +12,8 @@ $kendo-media-player-border: null !default;
11
12
 
12
13
  $kendo-media-player-titlebar-padding-x: null !default;
13
14
  $kendo-media-player-titlebar-padding-y: null !default;
15
+ $kendo-media-player-titlebar-font-size: null !default;
16
+ $kendo-media-player-titlebar-font-weight: null !default;
17
+ $kendo-media-player-titlebar-line-height: null !default;
14
18
  $kendo-media-player-titlebar-text: null !default;
15
19
  $kendo-media-player-titlebar-gradient: null !default;
@@ -9,7 +9,9 @@
9
9
  padding-inline: $kendo-message-box-padding-x;
10
10
  border-width: $kendo-message-box-border-width;
11
11
  border-style: solid;
12
+ border-radius: $kendo-message-box-border-radius;
12
13
  box-sizing: border-box;
14
+ overflow: clip;
13
15
  font-size: $kendo-message-box-font-size;
14
16
  line-height: $kendo-message-box-line-height;
15
17
 
@@ -6,6 +6,7 @@ $kendo-message-box-margin: null !default;
6
6
  $kendo-message-box-padding-x: null !default;
7
7
  $kendo-message-box-padding-y: null !default;
8
8
  $kendo-message-box-border-width: null !default;
9
+ $kendo-message-box-border-radius: null !default;
9
10
 
10
11
  $kendo-message-box-font-size: null !default;
11
12
  $kendo-message-box-line-height: null !default;
@@ -8,6 +8,7 @@
8
8
  // PDF Viewer
9
9
  .k-pdf-viewer {
10
10
  border-width: $kendo-pdf-viewer-border-width;
11
+ border-radius: $kendo-pdf-viewer-border-radius;
11
12
  border-style: solid;
12
13
  box-sizing: border-box;
13
14
  position: relative;
@@ -1,6 +1,7 @@
1
1
  // PDFViewer
2
2
 
3
3
  $kendo-pdf-viewer-border-width: null !default;
4
+ $kendo-pdf-viewer-border-radius: null !default;
4
5
  $kendo-pdf-viewer-font-family: null !default;
5
6
  $kendo-pdf-viewer-font-size: null !default;
6
7
  $kendo-pdf-viewer-line-height: null !default;
@@ -12,6 +12,7 @@
12
12
  padding-inline: $kendo-pivotgrid-padding-x;
13
13
  border-width: $kendo-pivotgrid-border-width;
14
14
  border-style: solid;
15
+ border-radius: $kendo-pivotgrid-border-radius;
15
16
  box-sizing: content-box;
16
17
  font-size: $kendo-pivotgrid-font-size;
17
18
  font-family: $kendo-pivotgrid-font-family;
@@ -22,6 +23,7 @@
22
23
  grid-template-columns: $kendo-pivotgrid-row-header-width auto;
23
24
  grid-template-rows: $kendo-pivotgrid-column-header-height auto;
24
25
  position: relative;
26
+ overflow: hidden;
25
27
 
26
28
  table {
27
29
  margin: 0;
@@ -170,6 +172,7 @@
170
172
  // Pivotgrid configurator
171
173
  .k-pivotgrid-configurator {
172
174
  display: flex;
175
+ border-radius: $kendo-pivotgrid-border-radius;
173
176
  }
174
177
 
175
178
  .k-pivotgrid-configurator-panel {
@@ -182,6 +185,7 @@
182
185
  flex-direction: column;
183
186
  overflow: hidden;
184
187
  z-index: k-z-index("base", 2);
188
+ border-radius: inherit;
185
189
  }
186
190
 
187
191
  // Configurator Button
@@ -190,6 +194,7 @@
190
194
  padding-inline: $kendo-pivotgrid-configurator-button-padding-x;
191
195
  border-width: $kendo-pivotgrid-configurator-button-border-width;
192
196
  border-style: solid;
197
+ border-radius: $kendo-pivotgrid-border-radius;
193
198
  box-sizing: border-box;
194
199
  cursor: pointer;
195
200
  user-select: none;
@@ -228,6 +233,7 @@
228
233
  padding-inline: $kendo-pivotgrid-configurator-content-padding-x;
229
234
  flex: 1 1 auto;
230
235
  overflow: auto;
236
+ border-radius: inherit;
231
237
 
232
238
  .k-form {
233
239
  .k-label {
@@ -470,9 +476,11 @@
470
476
  // Legacy pivotgrid
471
477
  // TODO: remove
472
478
  .k-pivot {
479
+ border-radius: $kendo-pivotgrid-border-radius;
473
480
  border-width: $kendo-pivotgrid-border-width;
474
481
  border-style: solid;
475
482
  position: relative;
483
+ overflow: hidden;
476
484
 
477
485
  .k-grid td {
478
486
  white-space: nowrap;
@@ -6,6 +6,7 @@ $kendo-pivotgrid-font-family: null !default;
6
6
  $kendo-pivotgrid-font-size: null !default;
7
7
  $kendo-pivotgrid-line-height: null !default;
8
8
  $kendo-pivotgrid-border-width: null !default;
9
+ $kendo-pivotgrid-border-radius: null !default;
9
10
  $kendo-pivotgrid-icon-spacing: null !default;
10
11
 
11
12
  $kendo-pivotgrid-row-header-width: null !default;
@@ -56,6 +56,7 @@
56
56
  grid-row: 1 / -1;
57
57
  }
58
58
  .k-progressbar-chunk {
59
+ border-radius: $kendo-progressbar-chunk-border-radius;
59
60
  display: block;
60
61
  border-width: 0;
61
62
  flex: 1;
@@ -22,6 +22,9 @@ $kendo-progressbar-indeterminate-bg: null !default;
22
22
  $kendo-progressbar-indeterminate-text: null !default;
23
23
  $kendo-progressbar-indeterminate-border: null !default;
24
24
 
25
+ // Chunk Progressbar
26
+ $kendo-progressbar-chunk-border-radius: null !default;
27
+
25
28
  // Circular Progressbar
26
29
  $kendo-circular-progressbar-arc-stroke: null !default;
27
30
  $kendo-circular-progressbar-scale-stroke: null !default;
@@ -37,4 +37,12 @@
37
37
  @include box-shadow( $kendo-prompt-suggestion-shadow );
38
38
  }
39
39
 
40
+ .k-prompt-footer {
41
+ @include fill(
42
+ $kendo-prompt-footer-text,
43
+ $kendo-prompt-footer-bg,
44
+ $kendo-prompt-footer-border
45
+ );
46
+ }
47
+
40
48
  }
@@ -24,3 +24,7 @@ $kendo-prompt-suggestion-text: null !default;
24
24
  $kendo-prompt-suggestion-bg: null !default;
25
25
  $kendo-prompt-suggestion-border: null !default;
26
26
  $kendo-prompt-suggestion-shadow: null !default;
27
+
28
+ $kendo-prompt-footer-text: null !default;
29
+ $kendo-prompt-footer-bg: null !default;
30
+ $kendo-prompt-footer-border: null !default;
@@ -13,6 +13,7 @@
13
13
  // Layout
14
14
  .k-scheduler {
15
15
  border-width: $kendo-scheduler-border-width;
16
+ border-radius: $kendo-scheduler-border-radius;
16
17
  border-style: solid;
17
18
  box-sizing: border-box;
18
19
  outline: 0;
@@ -22,6 +23,7 @@
22
23
  display: flex;
23
24
  flex-direction: column;
24
25
  position: relative;
26
+ overflow: hidden;
25
27
  -webkit-touch-callout: none;
26
28
  -webkit-tap-highlight-color: $kendo-color-rgba-transparent;
27
29
 
@@ -1,6 +1,7 @@
1
1
  // Scheduler
2
2
 
3
3
  $kendo-scheduler-border-width: null !default;
4
+ $kendo-scheduler-border-radius: null !default;
4
5
  $kendo-scheduler-font-family: null !default;
5
6
  $kendo-scheduler-font-size: null !default;
6
7
  $kendo-scheduler-line-height: null !default;
@@ -7,6 +7,7 @@
7
7
  .k-scrollview {
8
8
  border-width: $kendo-scrollview-border-width;
9
9
  border-style: solid;
10
+ border-radius: $kendo-scrollview-border-radius;
10
11
  box-sizing: border-box;
11
12
  outline: 0;
12
13
  font-family: $kendo-scrollview-font-family;
@@ -74,6 +74,16 @@
74
74
  &.k-primary {
75
75
  background: $kendo-scrollview-pagebutton-primary-bg;
76
76
  border: $kendo-scrollview-pagebutton-primary-border;
77
+
78
+ &:focus,
79
+ &.k-focus {
80
+ @include focus-indicator( $kendo-scrollview-pagebutton-primary-shadow );
81
+ }
82
+
83
+ &:hover,
84
+ &.k-hover {
85
+ box-shadow: $kendo-scrollview-pagebutton-primary-shadow;
86
+ }
77
87
  }
78
88
 
79
89
  &:focus,
@@ -1,6 +1,7 @@
1
1
  // ScrollView
2
2
 
3
3
  $kendo-scrollview-border-width: null !default;
4
+ $kendo-scrollview-border-radius: null !default;
4
5
  $kendo-scrollview-font-family: null !default;
5
6
  $kendo-scrollview-font-size: null !default;
6
7
  $kendo-scrollview-line-height: null !default;
@@ -15,6 +16,7 @@ $kendo-scrollview-pagebutton-border: null !default;
15
16
  $kendo-scrollview-pagebutton-primary-bg: null !default;
16
17
  $kendo-scrollview-pagebutton-primary-border: null !default;
17
18
  $kendo-scrollview-pagebutton-shadow: null !default;
19
+ $kendo-scrollview-pagebutton-primary-shadow: null !default;
18
20
 
19
21
  $kendo-scrollview-pager-offset: null !default;
20
22
  $kendo-scrollview-pager-item-spacing: null !default;
@@ -18,6 +18,7 @@
18
18
  height: 600px;
19
19
  border-width: $kendo-spreadsheet-border-width;
20
20
  border-style: solid;
21
+ border-radius: $kendo-spreadsheet-border-radius;
21
22
  box-sizing: border-box;
22
23
  outline: 0;
23
24
  font-family: $kendo-spreadsheet-font-family;
@@ -42,6 +43,11 @@
42
43
  }
43
44
  }
44
45
 
46
+ // Header
47
+ .k-spreadsheet-header {
48
+ @include border-top-radius(inherit);
49
+ }
50
+
45
51
  // Toolbar
46
52
  .k-spreadsheet-toolbar {
47
53
  border-block-start-width: 0;
@@ -168,6 +174,7 @@
168
174
  border-width: $kendo-spreadsheet-sheets-bar-border-width 0 0;
169
175
  border-style: solid;
170
176
  border-color: inherit;
177
+ @include border-bottom-radius(inherit);
171
178
  display: flex;
172
179
  flex-direction: row;
173
180
  align-items: center;
@@ -1,6 +1,7 @@
1
1
  // Spreadsheet
2
2
 
3
3
  $kendo-spreadsheet-border-width: null !default;
4
+ $kendo-spreadsheet-border-radius: null !default;
4
5
  $kendo-spreadsheet-font-family: null !default;
5
6
  $kendo-spreadsheet-font-size: null !default;
6
7
  $kendo-spreadsheet-line-height: null !default;
@@ -140,7 +140,7 @@
140
140
  }
141
141
 
142
142
  .k-step-current .k-step-label {
143
- font-weight: bold;
143
+ font-weight: $kendo-stepper-label-current-font-weight;
144
144
  }
145
145
 
146
146