@progress/kendo-theme-default 6.4.0-dev.0 → 6.4.0-dev.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 (70) hide show
  1. package/dist/all.css +206 -160
  2. package/dist/all.scss +600 -321
  3. package/dist/default-main-dark.scss +2 -2
  4. package/dist/meta/sassdoc-data.json +21117 -14835
  5. package/dist/meta/sassdoc-raw-data.json +9265 -6365
  6. package/dist/meta/variables.json +25 -65
  7. package/lib/swatches/default-blue.json +1 -1
  8. package/lib/swatches/default-dataviz-v4.json +1 -1
  9. package/lib/swatches/default-green.json +1 -1
  10. package/lib/swatches/default-main-dark.json +4 -4
  11. package/lib/swatches/default-main.json +1 -1
  12. package/lib/swatches/default-nordic.json +1 -1
  13. package/lib/swatches/default-ocean-blue-a11y.json +1 -1
  14. package/lib/swatches/default-ocean-blue.json +1 -1
  15. package/lib/swatches/default-orange.json +1 -1
  16. package/lib/swatches/default-purple.json +1 -1
  17. package/lib/swatches/default-turquoise.json +1 -1
  18. package/lib/swatches/default-urban.json +1 -1
  19. package/package.json +6 -5
  20. package/scss/action-sheet/_layout.scss +11 -5
  21. package/scss/action-sheet/_variables.scss +0 -2
  22. package/scss/adaptive/_layout.scss +5 -8
  23. package/scss/avatar/_variables.scss +6 -6
  24. package/scss/badge/_variables.scss +38 -8
  25. package/scss/bottom-navigation/_layout.scss +0 -4
  26. package/scss/bottom-navigation/_variables.scss +0 -1
  27. package/scss/breadcrumb/_layout.scss +0 -1
  28. package/scss/breadcrumb/_variables.scss +0 -2
  29. package/scss/button/_variables.scss +4 -4
  30. package/scss/chip/_layout.scss +0 -1
  31. package/scss/drawer/_layout.scss +3 -3
  32. package/scss/drawer/_variables.scss +3 -2
  33. package/scss/dropdowntree/_variables.scss +5 -0
  34. package/scss/dropzone/_layout.scss +0 -7
  35. package/scss/dropzone/_variables.scss +0 -1
  36. package/scss/fab/_layout.scss +3 -4
  37. package/scss/fab/_theme.scss +1 -1
  38. package/scss/fab/_variables.scss +43 -37
  39. package/scss/filemanager/_layout.scss +1 -11
  40. package/scss/filemanager/_variables.scss +0 -2
  41. package/scss/floating-label/_variables.scss +31 -0
  42. package/scss/forms/_variables.scss +90 -4
  43. package/scss/grid/_layout.scss +1 -0
  44. package/scss/grid/_theme.scss +8 -8
  45. package/scss/icons/_layout.scss +10 -7
  46. package/scss/input/_layout.scss +6 -5
  47. package/scss/input/_variables.scss +0 -3
  48. package/scss/list/_layout.scss +2 -0
  49. package/scss/list/_theme.scss +6 -0
  50. package/scss/list/_variables.scss +8 -0
  51. package/scss/listbox/_layout.scss +2 -5
  52. package/scss/listgroup/_layout.scss +1 -1
  53. package/scss/map/_layout.scss +0 -1
  54. package/scss/map/_variables.scss +0 -1
  55. package/scss/menu-button/_variables.scss +1 -1
  56. package/scss/pager/_layout.scss +1 -12
  57. package/scss/pager/_variables.scss +57 -33
  58. package/scss/pdf-viewer/_layout.scss +0 -8
  59. package/scss/pdf-viewer/_variables.scss +0 -1
  60. package/scss/rating/_layout.scss +0 -8
  61. package/scss/scheduler/_layout.scss +0 -6
  62. package/scss/scrollview/_layout.scss +13 -8
  63. package/scss/scrollview/_variables.scss +0 -1
  64. package/scss/splitter/_layout.scss +0 -8
  65. package/scss/splitter/_variables.scss +1 -2
  66. package/scss/spreadsheet/_layout.scss +2 -1
  67. package/scss/toolbar/_variables.scss +35 -17
  68. package/scss/treeview/_variables.scss +56 -32
  69. package/scss/upload/_layout.scss +2 -6
  70. package/scss/upload/_variables.scss +0 -2
@@ -28,18 +28,7 @@
28
28
  .k-rtl &,
29
29
  &[dir="rtl"],
30
30
  [dir="rtl"] & {
31
- .k-i-caret-alt-to-left,
32
- .k-i-caret-alt-to-right,
33
- .k-i-caret-alt-left,
34
- .k-i-caret-alt-right,
35
- .k-i-arrow-end-left,
36
- .k-i-arrow-60-left,
37
- .k-i-arrow-60-right,
38
- .k-i-arrow-end-right,
39
- .k-i-seek-w,
40
- .k-i-arrow-w,
41
- .k-i-arrow-e,
42
- .k-i-seek-e {
31
+ .k-pager-nav .k-button-icon {
43
32
  transform: scaleX(-1);
44
33
  }
45
34
  }
@@ -3,126 +3,150 @@
3
3
 
4
4
  // Pager
5
5
 
6
- /// Horizontal padding of the pager according to the pager size.
6
+ /// The horizontal padding of the Pager.
7
7
  /// @group pager
8
8
  $kendo-pager-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
9
+ /// The horizontal padding of the small Pager.
10
+ /// @group pager
9
11
  $kendo-pager-sm-padding-x: k-map-get( $kendo-spacing, 1 ) !default;
12
+ /// The horizontal padding of the medium Pager.
13
+ /// @group pager
10
14
  $kendo-pager-md-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
15
+ /// The horizontal padding of the large Pager.
16
+ /// @group pager
11
17
  $kendo-pager-lg-padding-x: k-map-get( $kendo-spacing, 2.5 ) !default;
12
- /// Vertical padding of the pager according to the pager size.
18
+ /// The vertical padding of the Pager.
13
19
  /// @group pager
14
20
  $kendo-pager-padding-y: $kendo-pager-padding-x !default;
21
+ /// The vertical padding of the small Pager.
22
+ /// @group pager
15
23
  $kendo-pager-sm-padding-y: $kendo-pager-sm-padding-x !default;
24
+ /// The vertical padding of the medium Pager.
25
+ /// @group pager
16
26
  $kendo-pager-md-padding-y: $kendo-pager-md-padding-x !default;
27
+ /// The vertical padding of the large Pager.
28
+ /// @group pager
17
29
  $kendo-pager-lg-padding-y: $kendo-pager-lg-padding-x !default;
18
30
 
19
- /// Minimum width of the pager items according to the pager size.
31
+ /// The minimum width of the items in the small Pager.
20
32
  /// @group pager
21
33
  $kendo-pager-sm-item-min-width: $kendo-button-sm-calc-size !default;
34
+ /// The minimum width of the items in the medium Pagers.
35
+ /// @group pager
22
36
  $kendo-pager-md-item-min-width: $kendo-button-md-calc-size !default;
37
+ /// The minimum width of the items in the large Pagers.
38
+ /// @group pager
23
39
  $kendo-pager-lg-item-min-width: $kendo-button-lg-calc-size !default;
24
40
 
25
- /// Margin between pager item groups according to the pager size.
41
+ /// The margin between the item groups in the small Pager.
26
42
  /// @group pager
27
43
  $kendo-pager-sm-item-group-spacing: k-map-get( $kendo-spacing, 3 ) !default;
44
+ /// The margin between the item groups in the medium Pager.
45
+ /// @group pager
28
46
  $kendo-pager-md-item-group-spacing: k-map-get( $kendo-spacing, 3.5 ) !default;
47
+ /// The margin between the item groups in the large Pager.
48
+ /// @group pager
29
49
  $kendo-pager-lg-item-group-spacing: k-map-get( $kendo-spacing, 4 ) !default;
30
50
 
31
- /// Border width of the pager.
51
+ /// The border width of the Pager.
32
52
  /// @group pager
33
53
  $kendo-pager-border-width: 1px !default;
34
- /// Font family of the pager.
54
+ /// The font family of the Pager.
35
55
  /// @group pager
36
56
  $kendo-pager-font-family: $kendo-font-family !default;
37
- /// Font size of the pager.
57
+ /// The font size of the Pager.
38
58
  /// @group pager
39
59
  $kendo-pager-font-size: $kendo-font-size-md !default;
40
- /// Line height of the pager.
60
+ /// The line height of the Pager.
41
61
  /// @group pager
42
62
  $kendo-pager-line-height: $kendo-line-height-md !default;
43
- /// Background color of the pager.
63
+ /// The background color of the Pager.
44
64
  /// @group pager
45
65
  $kendo-pager-bg: $kendo-component-header-bg !default;
46
- /// Text color of the pager.
66
+ /// The text color of the Pager.
47
67
  /// @group pager
48
68
  $kendo-pager-text: $kendo-component-header-text !default;
49
- /// Border color of the pager.
69
+ /// The border color of the Pager.
50
70
  /// @group pager
51
71
  $kendo-pager-border: $kendo-component-border !default;
52
72
 
53
- /// Background color of the focused pager.
73
+ /// The background color of the focused Pager.
54
74
  /// @group pager
55
75
  $kendo-pager-focus-bg: null !default;
56
- /// Box shadow of the focused pager.
76
+ /// The box shadow of the focused Pager.
57
77
  /// @group pager
58
78
  $kendo-pager-focus-shadow: $kendo-focus-shadow !default;
59
79
 
60
- /// Spacing between the pager sections.
80
+ /// The spacing between the Pager sections.
61
81
  /// @group pager
62
82
  $kendo-pager-section-spacing: k-map-get( $kendo-spacing, 4 ) !default;
63
83
 
64
- /// Border width of the pager items.
84
+ /// The border width of the Pager items.
65
85
  /// @group pager
66
86
  $kendo-pager-item-border-width: 0px !default;
67
- /// Border radius of the pager items.
87
+ /// The border radius of the Pager items.
68
88
  /// @group pager
69
89
  $kendo-pager-item-border-radius: null !default;
70
- /// Spacing around the pager items.
90
+ /// The spacing around the Pager items.
71
91
  /// @group pager
72
92
  $kendo-pager-item-spacing: null !default;
73
- /// Background color of the pager items.
93
+ /// The background color of the Pager items.
74
94
  /// @group pager
75
95
  $kendo-pager-item-bg: null !default;
76
- /// Text color of the pager items.
96
+ /// The text color of the Pager items.
77
97
  /// @group pager
78
98
  $kendo-pager-item-text: null !default;
79
- /// Border color of the pager items.
99
+ /// The border color of the Pager items.
80
100
  /// @group pager
81
101
  $kendo-pager-item-border: null !default;
82
102
 
83
- /// Background color of the hovered pager items.
103
+ /// The background color of the hovered Pager items.
84
104
  /// @group pager
85
105
  $kendo-pager-item-hover-bg: $kendo-list-item-hover-bg !default;
86
- /// Text color of the hovered pager items.
106
+ /// The text color of the hovered Pager items.
87
107
  /// @group pager
88
108
  $kendo-pager-item-hover-text: $kendo-list-item-hover-text !default;
89
- /// Border color of the hovered pager items.
109
+ /// The border color of the hovered Pager items.
90
110
  /// @group pager
91
111
  $kendo-pager-item-hover-border: null !default;
92
- /// Background color of the selected pager items.
112
+ /// The background color of the selected Pager items.
93
113
  /// @group pager
94
114
  $kendo-pager-item-selected-bg: $kendo-list-item-selected-bg !default;
95
- /// Text color of the selected pager items.
115
+ /// The text color of the selected Pager items.
96
116
  /// @group pager
97
117
  $kendo-pager-item-selected-text: $kendo-list-item-selected-text !default;
98
- /// Border color of the selected pager items.
118
+ /// The border color of the selected Pager items.
99
119
  /// @group pager
100
120
  $kendo-pager-item-selected-border: null !default;
101
- /// Opacity of the focused pager items.
121
+ /// The opacity of the focused Pager items.
102
122
  /// @group pager
103
123
  $kendo-pager-item-focus-opacity: null !default;
104
- /// Background color of the focused pager items.
124
+ /// The background color of the focused Pager items.
105
125
  /// @group pager
106
126
  $kendo-pager-item-focus-bg: transparent !default;
107
- /// Box shadow of the focused pager items.
127
+ /// The box shadow of the focused Pager items.
108
128
  /// @group pager
109
129
  $kendo-pager-item-focus-shadow: $kendo-list-item-focus-shadow !default;
110
130
 
111
- /// Border radius of the pager numbers.
131
+ /// The border radius of the Pager numbers.
112
132
  /// @group pager
113
133
  $kendo-pager-number-border-radius: null !default;
114
134
 
115
- /// Width of the pager inputs.
135
+ /// The width of the Inputs in the Pager.
116
136
  /// @group pager
117
137
  $kendo-pager-input-width: 5em !default;
118
138
 
119
- /// Width of the pager dropdowns according to the pager size.
139
+ /// The width of the DropDowns in the small Pager.
120
140
  /// @group pager
121
141
  $kendo-pager-sm-dropdown-width: 5em !default;
142
+ /// The width of the DropDowns in the medium Pager.
143
+ /// @group pager
122
144
  $kendo-pager-md-dropdown-width: 5em !default;
145
+ /// The width of the DropDowns in the large Pager.
146
+ /// @group pager
123
147
  $kendo-pager-lg-dropdown-width: 5em !default;
124
148
 
125
- /// Sizes map of the pager.
149
+ /// The sizes map of the Pager.
126
150
  /// @group pager
127
151
  $kendo-pager-sizes: (
128
152
  sm: (
@@ -113,14 +113,6 @@
113
113
  border: 0;
114
114
  background: none;
115
115
  }
116
-
117
- > .k-icon {
118
- font-size: $kendo-pdf-viewer-icon-size;
119
- }
120
- > .k-svg-icon {
121
- width: $kendo-pdf-viewer-icon-size;
122
- height: $kendo-pdf-viewer-icon-size;
123
- }
124
116
  }
125
117
 
126
118
  }
@@ -43,4 +43,3 @@ $kendo-pdf-viewer-search-highlight-bg: $kendo-body-text !default;
43
43
  $kendo-pdf-viewer-search-highlight-mark-bg: yellow !default;
44
44
 
45
45
  $kendo-pdf-viewer-icon-text: $kendo-dropzone-icon-text !default;
46
- $kendo-pdf-viewer-icon-size: calc( #{$kendo-icon-size} * 3 ) !default;
@@ -47,14 +47,6 @@
47
47
  pointer-events: none;
48
48
  }
49
49
 
50
- .k-icon {
51
- font-size: $kendo-rating-icon-size;
52
- }
53
- .k-svg-icon {
54
- width: $kendo-rating-icon-size;
55
- height: $kendo-rating-icon-size;
56
- }
57
-
58
50
  .k-rating-precision-part,
59
51
  .k-rating-precision-complement {
60
52
  display: inherit;
@@ -426,12 +426,6 @@
426
426
  }
427
427
  }
428
428
 
429
- .k-icon,
430
- .k-svg-icon {
431
- line-height: normal;
432
- font-size: inherit;
433
- }
434
-
435
429
  a { color: inherit; }
436
430
  }
437
431
 
@@ -163,22 +163,16 @@
163
163
  margin: 0;
164
164
  padding: 0;
165
165
  vertical-align: middle;
166
- font-size: $kendo-scrollview-arrow-icon-size;
167
166
  font-weight: normal;
168
167
  }
169
- .k-svg-icon {
170
- font-size: inherit;
171
- width: $kendo-scrollview-arrow-icon-size;
172
- height: $kendo-scrollview-arrow-icon-size;
173
- }
174
168
  }
175
169
 
176
170
  .k-scrollview-prev {
177
- left: 0;
171
+ inset-inline-start: 0;
178
172
  }
179
173
 
180
174
  .k-scrollview-next {
181
- right: 0;
175
+ inset-inline-end: 0;
182
176
  }
183
177
 
184
178
 
@@ -204,6 +198,17 @@
204
198
  }
205
199
  }
206
200
 
201
+ .k-rtl,
202
+ [dir="rtl"] {
203
+ .k-scrollview-prev,
204
+ .k-scrollview-next {
205
+ .k-icon,
206
+ .k-svg-icon {
207
+ transform: scaleX(-1);
208
+ }
209
+ }
210
+ }
211
+
207
212
  }
208
213
 
209
214
 
@@ -24,7 +24,6 @@ $kendo-scrollview-pager-multidot-threshold: 10 !default;
24
24
  $kendo-scrollview-pager-multidot-intermediate: 3 !default;
25
25
  $kendo-scrollview-pager-multidot-step: 1px !default;
26
26
 
27
- $kendo-scrollview-arrow-icon-size: 4.5em !default;
28
27
  $kendo-scrollview-arrow-tap-highlight-color: $kendo-color-rgba-transparent !default;
29
28
  $kendo-scrollview-navigation-color: white !default;
30
29
  $kendo-scrollview-navigation-icon-shadow: rgba(0, 0, 0, .3) 0 0 15px !default;
@@ -58,14 +58,6 @@
58
58
  cursor: pointer;
59
59
  }
60
60
 
61
- .k-icon {
62
- font-size: $kendo-splitter-resize-icon-size;
63
- }
64
- .k-svg-icon {
65
- width: $kendo-splitter-resize-icon-size;
66
- height: $kendo-splitter-resize-icon-size;
67
- }
68
-
69
61
  }
70
62
 
71
63
  .k-splitbar-draggable-horizontal { cursor: col-resize; }
@@ -8,8 +8,7 @@ $kendo-splitter-bg: $kendo-component-bg !default;
8
8
  $kendo-splitter-text: $kendo-component-text !default;
9
9
  $kendo-splitter-border: $kendo-component-border !default;
10
10
 
11
- $kendo-splitter-splitbar-size: 8px !default;
12
- $kendo-splitter-resize-icon-size: 10px !default;
11
+ $kendo-splitter-splitbar-size: k-map-get( $kendo-spacing, 3 ) !default;
13
12
  $kendo-splitter-drag-handle-length: 20px !default;
14
13
  $kendo-splitter-drag-handle-thickness: 2px !default;
15
14
  $kendo-splitter-drag-icon-margin: 7px !default;
@@ -121,7 +121,8 @@
121
121
  align-items: center;
122
122
  flex: 1;
123
123
 
124
- > .k-i-formula-fx {
124
+ > .k-icon,
125
+ > .k-svg-icon {
125
126
  padding-block: 0;
126
127
  padding-inline: $kendo-padding-md-y;
127
128
  box-sizing: content-box;
@@ -1,72 +1,90 @@
1
1
  // Toolbar
2
2
 
3
- /// The horizontal padding of the toolbar.
3
+ /// The horizontal padding of the Toolbar.
4
4
  /// @group toolbar
5
5
  $kendo-toolbar-padding-x: null !default;
6
+ /// The horizontal padding of the small Toolbar.
7
+ /// @group toolbar
6
8
  $kendo-toolbar-sm-padding-x: k-map-get( $kendo-spacing, 1 ) !default;
9
+ /// The horizontal padding of the medium Toolbar.
10
+ /// @group toolbar
7
11
  $kendo-toolbar-md-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
12
+ /// The horizontal padding of the large Toolbar.
13
+ /// @group toolbar
8
14
  $kendo-toolbar-lg-padding-x: k-map-get( $kendo-spacing, 2.5 ) !default;
9
15
 
10
- /// The vertical padding of the toolbar.
16
+ /// The vertical padding of the Toolbar.
11
17
  /// @group toolbar
12
18
  $kendo-toolbar-padding-y: null !default;
19
+ /// The vertical padding of the small Toolbar.
20
+ /// @group toolbar
13
21
  $kendo-toolbar-sm-padding-y: k-map-get( $kendo-spacing, 1 ) !default;
22
+ /// The vertical padding of the medium Toolbar.
23
+ /// @group toolbar
14
24
  $kendo-toolbar-md-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
25
+ /// The vertical padding of the large Toolbar.
26
+ /// @group toolbar
15
27
  $kendo-toolbar-lg-padding-y: k-map-get( $kendo-spacing, 2.5 ) !default;
16
28
 
17
- /// The spacing between the toolbar tools.
29
+ /// The spacing between the Toolbar tools.
18
30
  /// @group toolbar
19
31
  $kendo-toolbar-spacing: null !default;
32
+ /// The spacing between the tools of the small Toolbar.
33
+ /// @group toolbar
20
34
  $kendo-toolbar-sm-spacing: k-map-get( $kendo-spacing, 1.5 ) !default;
35
+ /// The spacing between the tools of the medium Toolbar.
36
+ /// @group toolbar
21
37
  $kendo-toolbar-md-spacing: k-map-get( $kendo-spacing, 2 ) !default;
38
+ /// The spacing between the tools of the large Toolbar.
39
+ /// @group toolbar
22
40
  $kendo-toolbar-lg-spacing: k-map-get( $kendo-spacing, 2.5 ) !default;
23
41
 
24
- /// Width of the border around the toolbar.
42
+ /// The width of the border around the Toolbar.
25
43
  /// @group toolbar
26
44
  $kendo-toolbar-border-width: 1px !default;
27
- /// Border radius of the toolbar.
45
+ /// The border radius of the Toolbar.
28
46
  /// @group toolbar
29
47
  $kendo-toolbar-border-radius: null !default;
30
48
 
31
- /// Font family of the toolbar.
49
+ /// The font family of the Toolbar.
32
50
  /// @group toolbar
33
51
  $kendo-toolbar-font-family: $kendo-font-family !default;
34
- /// Font size of the toolbar.
52
+ /// The font size of the Toolbar.
35
53
  /// @group toolbar
36
54
  $kendo-toolbar-font-size: $kendo-font-size-md !default;
37
- /// Line height of the toolbar.
55
+ /// The line height of the Toolbar.
38
56
  /// @group toolbar
39
57
  $kendo-toolbar-line-height: $kendo-line-height-md !default;
40
58
 
41
- /// Background color of the toolbar.
59
+ /// The background color of the Toolbar.
42
60
  /// @group toolbar
43
61
  $kendo-toolbar-bg: $kendo-base-bg !default;
44
- /// Text color of the toolbar.
62
+ /// The text color of the Toolbar.
45
63
  /// @group toolbar
46
64
  $kendo-toolbar-text: $kendo-base-text !default;
47
- /// Color of the border around the toolbar.
65
+ /// The color of the border around the Toolbar.
48
66
  /// @group toolbar
49
67
  $kendo-toolbar-border: $kendo-base-border !default;
50
- /// Gradient of the toolbar.
68
+ /// The gradient of the Toolbar.
51
69
  /// @group toolbar
52
70
  $kendo-toolbar-gradient: null !default;
53
- /// Box shadow of the toolbar.
71
+ /// The box shadow of the Toolbar.
54
72
  /// @group toolbar
55
73
  $kendo-toolbar-shadow: null !default;
56
74
 
57
- /// Color of the separator border of the toolbar.
75
+ /// The color of the separator border of the Toolbar.
58
76
  /// @group toolbar
59
77
  $kendo-toolbar-separator-border: inherit !default;
60
78
 
61
- /// The width of the input in the toolbar.
79
+ /// The width of the input in the Toolbar.
62
80
  /// @group toolbar
63
81
  $kendo-toolbar-input-width: 10em !default;
64
82
 
65
- /// Box shadow of the focused toolbar item.
83
+ /// The box shadow of the focused Toolbar item.
66
84
  /// @group toolbar
67
85
  $kendo-toolbar-item-shadow: $kendo-button-focus-shadow !default;
68
86
 
69
- /// Sizes map for the toolbar.
87
+ /// The sizes map for the Toolbar.
70
88
  /// @group toolbar
71
89
  $kendo-toolbar-sizes: (
72
90
  sm: (
@@ -1,45 +1,69 @@
1
- // Treeview
1
+ // TreeView
2
2
 
3
- /// Font family of the treeview component.
3
+ /// The font family of the TreeView.
4
4
  /// @group treeview
5
5
  $kendo-treeview-font-family: $kendo-font-family !default;
6
- /// Font size of the treeview component.
6
+ /// The font size of the TreeView.
7
7
  /// @group treeview
8
8
  $kendo-treeview-font-size: $kendo-font-size-md !default;
9
+ /// The font size of the small TreeView.
10
+ /// @group treeview
9
11
  $kendo-treeview-sm-font-size: $kendo-font-size-md !default;
12
+ /// The font size of the medium TreeView.
13
+ /// @group treeview
10
14
  $kendo-treeview-md-font-size: $kendo-font-size-md !default;
15
+ /// The font size of the large TreeView.
16
+ /// @group treeview
11
17
  $kendo-treeview-lg-font-size: $kendo-font-size-lg !default;
12
- /// Line height of the treeview component.
18
+ /// The line height of the TreeView.
13
19
  /// @group treeview
14
20
  $kendo-treeview-line-height: $kendo-line-height-md !default;
21
+ /// The line height of the small TreeView.
22
+ /// @group treeview
15
23
  $kendo-treeview-sm-line-height: $kendo-line-height-md !default;
24
+ /// The line height of the medium TreeView.
25
+ /// @group treeview
16
26
  $kendo-treeview-md-line-height: $kendo-line-height-md !default;
27
+ /// The line height of the large TreeView.
28
+ /// @group treeview
17
29
  $kendo-treeview-lg-line-height: $kendo-line-height-lg !default;
18
- /// Indentation of child groups in treeview component.
30
+ /// The indentation of child groups in the TreeView.
19
31
  /// @group treeview
20
32
  $kendo-treeview-indent: 16px !default;
21
33
 
22
- /// Horizontal padding of treeview items.
34
+ /// The horizontal padding of the TreeView items.
23
35
  /// @group treeview
24
36
  $kendo-treeview-item-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
37
+ /// The horizontal padding of the small TreeView items.
38
+ /// @group treeview
25
39
  $kendo-treeview-sm-item-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
40
+ /// The horizontal padding of the medium TreeView items.
41
+ /// @group treeview
26
42
  $kendo-treeview-md-item-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
43
+ /// The horizontal padding of the large TreeView items.
44
+ /// @group treeview
27
45
  $kendo-treeview-lg-item-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
28
- /// Vertical padding of treeview items.
46
+ /// The vertical padding of the TreeView items.
29
47
  /// @group treeview
30
48
  $kendo-treeview-item-padding-y: k-map-get( $kendo-spacing, 1 ) !default;
49
+ /// The vertical padding of the small TreeView items.
50
+ /// @group treeview
31
51
  $kendo-treeview-sm-item-padding-y: k-map-get( $kendo-spacing, 0.5 ) !default; // sass-lint:disable-line leading-zero
52
+ /// The vertical padding of the medium TreeView items.
53
+ /// @group treeview
32
54
  $kendo-treeview-md-item-padding-y: k-map-get( $kendo-spacing, 1 ) !default;
55
+ /// The vertical padding of the large TreeView items.
56
+ /// @group treeview
33
57
  $kendo-treeview-lg-item-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
34
- /// Border width of treeview items.
58
+ /// The border width of the TreeView items.
35
59
  /// @group treeview
36
60
  $kendo-treeview-item-border-width: 0px !default;
37
- /// Border radius of treeview items.
61
+ /// The border radius of the TreeView items.
38
62
  /// @group treeview
39
63
  $kendo-treeview-item-border-radius: $kendo-border-radius-md !default;
40
64
 
41
65
 
42
- /// The sizes of the treeview.
66
+ /// The sizes map of the TreeView.
43
67
  /// @group treeview
44
68
  $kendo-treeview-sizes: (
45
69
  sm: (
@@ -63,75 +87,75 @@ $kendo-treeview-sizes: (
63
87
  ) !default;
64
88
 
65
89
 
66
- /// Background color of the treeview component.
90
+ /// The background color of the TreeView.
67
91
  /// @group treeview
68
92
  $kendo-treeview-bg: null !default;
69
- /// Text color of the treeview component.
93
+ /// The text color of the TreeView.
70
94
  /// @group treeview
71
95
  $kendo-treeview-text: $kendo-component-text !default;
72
- /// Border color of the treeview component.
96
+ /// The border color of the TreeView.
73
97
  /// @group treeview
74
98
  $kendo-treeview-border: null !default;
75
99
 
76
- /// Background color of hovered treeview items.
100
+ /// The background color of hovered TreeView items.
77
101
  /// @group treeview
78
102
  $kendo-treeview-item-hover-bg: $kendo-hover-bg !default;
79
- /// Text color of hovered treeview items.
103
+ /// The text color of hovered TreeView items.
80
104
  /// @group treeview
81
105
  $kendo-treeview-item-hover-text: $kendo-hover-text !default;
82
- /// Border color of hovered treeview items.
106
+ /// The border color of hovered TreeView items.
83
107
  /// @group treeview
84
108
  $kendo-treeview-item-hover-border: null !default;
85
- /// Background gradient of hovered treeview items.
109
+ /// The background gradient of hovered TreeView items.
86
110
  /// @group treeview
87
111
  $kendo-treeview-item-hover-gradient: null !default;
88
112
 
89
- /// Background color of selected treeview items.
113
+ /// The background color of selected TreeView items.
90
114
  /// @group treeview
91
115
  $kendo-treeview-item-selected-bg: $kendo-selected-bg !default;
92
- /// Text color of selected treeview items.
116
+ /// The text color of selected TreeView items.
93
117
  /// @group treeview
94
118
  $kendo-treeview-item-selected-text: $kendo-selected-text !default;
95
- /// Border color of selected treeview items.
119
+ /// The border color of selected TreeView items.
96
120
  /// @group treeview
97
121
  $kendo-treeview-item-selected-border: null !default;
98
- /// Background gradient of selected treeview items.
122
+ /// The background gradient of selected TreeView items.
99
123
  /// @group treeview
100
124
  $kendo-treeview-item-selected-gradient: null !default;
101
125
 
102
- /// Box shadow of focused treeview items.
126
+ /// The box shadow of focused TreeView items.
103
127
  /// @group treeview
104
128
  $kendo-treeview-item-focus-shadow: $kendo-focus-shadow !default;
105
129
 
106
- /// Background color of load more.
130
+ /// The background color of the Load More button in the TreeView
107
131
  /// @group treeview
108
132
  $kendo-treeview-loadmore-bg: transparent !default;
109
- /// Text color of load more.
133
+ /// The text color of the Load More button in the TreeView
110
134
  /// @group treeview
111
135
  $kendo-treeview-loadmore-text: $kendo-link-text !default;
112
- /// Border color of load more.
136
+ /// The border color of the Load More button in the TreeView
113
137
  /// @group treeview
114
138
  $kendo-treeview-loadmore-border: null !default;
115
139
 
116
- /// Background color of a hovered load more.
140
+ /// The background color of the hovered Load More button in the TreeView
117
141
  /// @group treeview
118
142
  $kendo-treeview-loadmore-hover-bg: transparent !default;
119
- /// Text color of a hovered load more.
143
+ /// The text color of the hovered Load More button in the TreeView.
120
144
  /// @group treeview
121
145
  $kendo-treeview-loadmore-hover-text: $kendo-link-hover-text !default;
122
- /// Border color of a hovered load more.
146
+ /// The border color of the hovered Load More button in the TreeView.
123
147
  /// @group treeview
124
148
  $kendo-treeview-loadmore-hover-border: null !default;
125
149
 
126
- /// Background color of a focused load more.
150
+ /// The background color of the focused Load More button in the TreeView.
127
151
  /// @group treeview
128
152
  $kendo-treeview-loadmore-focus-bg: transparent !default;
129
- /// Text color of a focused load more.
153
+ /// The text color of the focused Load More button in the TreeView.
130
154
  /// @group treeview
131
155
  $kendo-treeview-loadmore-focus-text: $kendo-link-hover-text !default;
132
- /// Border color of a focused load more.
156
+ /// The border color of the focused Load More button in the TreeView.
133
157
  /// @group treeview
134
158
  $kendo-treeview-loadmore-focus-border: null !default;
135
- /// Box shadow of a focused load more.
159
+ /// The box shadow of the focused Load More button in the TreeView.
136
160
  /// @group treeview
137
161
  $kendo-treeview-loadmore-focus-shadow: $kendo-treeview-item-focus-shadow !default;