@progress/kendo-theme-default 5.0.0-next.5 → 5.0.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 (250) hide show
  1. package/README.md +5 -8
  2. package/dist/all.css +9947 -12028
  3. package/dist/all.scss +14875 -15317
  4. package/dist/default-dataviz-v4.scss +8 -0
  5. package/dist/default-main-dark.scss +5 -5
  6. package/dist/default-main.scss +5 -5
  7. package/lib/swatches/default-dataviz-v4.json +51 -0
  8. package/lib/swatches/default-main-dark.json +5 -5
  9. package/lib/swatches/default-main.json +5 -5
  10. package/package.json +2 -2
  11. package/scss/_layout.scss +0 -0
  12. package/scss/_variables.scss +2 -19
  13. package/scss/action-buttons/_layout.scss +9 -0
  14. package/scss/action-sheet/_layout.scss +6 -0
  15. package/scss/adaptive/_layout.scss +50 -86
  16. package/scss/adaptive/_theme.scss +0 -9
  17. package/scss/all.scss +1 -154
  18. package/scss/appbar/_layout.scss +28 -3
  19. package/scss/appbar/_variables.scss +1 -1
  20. package/scss/autocomplete/_index.scss +1 -0
  21. package/scss/autocomplete/_layout.scss +1 -53
  22. package/scss/autocomplete/_theme.scss +3 -75
  23. package/scss/autocomplete/_variables.scss +0 -24
  24. package/scss/avatar/_layout.scss +19 -17
  25. package/scss/avatar/_theme.scss +4 -4
  26. package/scss/avatar/_variables.scss +18 -8
  27. package/scss/avatar/index.md +0 -0
  28. package/scss/badge/_layout.scss +6 -0
  29. package/scss/bottom-navigation/_layout.scss +6 -0
  30. package/scss/breadcrumb/_layout.scss +6 -13
  31. package/scss/button/_index.scss +2 -0
  32. package/scss/button/_layout.scss +100 -166
  33. package/scss/button/_theme.scss +188 -203
  34. package/scss/button/_variables.scss +57 -28
  35. package/scss/calendar/_index.scss +1 -0
  36. package/scss/calendar/_layout.scss +2 -14
  37. package/scss/calendar/_theme.scss +1 -19
  38. package/scss/captcha/_layout.scss +6 -0
  39. package/scss/card/_layout.scss +10 -53
  40. package/scss/card/_theme.scss +2 -1
  41. package/scss/card/_variables.scss +4 -4
  42. package/scss/chat/_layout.scss +35 -32
  43. package/scss/chat/_theme.scss +0 -31
  44. package/scss/chat/_variables.scss +3 -18
  45. package/scss/checkbox/_index.scss +2 -0
  46. package/scss/checkbox/_layout.scss +112 -163
  47. package/scss/checkbox/_theme.scss +6 -4
  48. package/scss/checkbox/_variables.scss +65 -74
  49. package/scss/checkbox/index.md +0 -0
  50. package/scss/chip/_index.scss +1 -0
  51. package/scss/chip/_layout.scss +127 -127
  52. package/scss/chip/_theme.scss +90 -387
  53. package/scss/chip/_variables.scss +142 -191
  54. package/scss/chip/index.md +0 -0
  55. package/scss/color-preview/_layout.scss +51 -8
  56. package/scss/color-preview/_theme.scss +1 -15
  57. package/scss/color-preview/_variables.scss +1 -0
  58. package/scss/coloreditor/_layout.scss +11 -1
  59. package/scss/coloreditor/_variables.scss +3 -3
  60. package/scss/colorgradient/_layout.scss +13 -4
  61. package/scss/colorpalette/_layout.scss +6 -0
  62. package/scss/colorpicker/_index.scss +1 -2
  63. package/scss/colorpicker/_layout.scss +7 -130
  64. package/scss/colorpicker/_theme.scss +2 -64
  65. package/scss/colorpicker/_variables.scss +1 -22
  66. package/scss/combobox/_index.scss +1 -0
  67. package/scss/combobox/_layout.scss +3 -83
  68. package/scss/combobox/_theme.scss +3 -124
  69. package/scss/combobox/_variables.scss +1 -33
  70. package/scss/common/_base.scss +1 -0
  71. package/scss/common/_loading.scss +15 -13
  72. package/scss/core/_normalize.scss +0 -11
  73. package/scss/core/functions/_colors.scss +4 -1
  74. package/scss/core/mixins/_index.scss +1 -0
  75. package/scss/core/mixins/_module-system.scss +149 -0
  76. package/scss/dataviz/_index.scss +1 -0
  77. package/scss/dataviz/_variables.scss +6 -6
  78. package/scss/dateinput/_index.scss +11 -0
  79. package/scss/dateinput/_layout.scss +6 -0
  80. package/scss/dateinput/_theme.scss +6 -0
  81. package/scss/dateinput/_variables.scss +1 -0
  82. package/scss/datepicker/_index.scss +13 -0
  83. package/scss/datepicker/_layout.scss +6 -0
  84. package/scss/datepicker/_theme.scss +6 -0
  85. package/scss/datepicker/_variables.scss +1 -0
  86. package/scss/{datetime → daterangepicker}/_index.scss +1 -2
  87. package/scss/daterangepicker/_layout.scss +39 -0
  88. package/scss/daterangepicker/_theme.scss +3 -0
  89. package/scss/daterangepicker/_variables.scss +1 -0
  90. package/scss/datetimepicker/_index.scss +17 -0
  91. package/scss/datetimepicker/_layout.scss +56 -0
  92. package/scss/datetimepicker/_theme.scss +6 -0
  93. package/scss/datetimepicker/_variables.scss +2 -0
  94. package/scss/drawer/_index.scss +1 -0
  95. package/scss/drawer/_layout.scss +6 -0
  96. package/scss/drawer/_variables.scss +1 -1
  97. package/scss/dropdowngrid/_layout.scss +9 -4
  98. package/scss/dropdowngrid/_theme.scss +9 -2
  99. package/scss/dropdowngrid/index.md +0 -0
  100. package/scss/dropdownlist/_index.scss +1 -0
  101. package/scss/dropdownlist/_layout.scss +20 -100
  102. package/scss/dropdownlist/_theme.scss +3 -91
  103. package/scss/dropdowntree/_layout.scss +5 -14
  104. package/scss/dropdowntree/_theme.scss +2 -1
  105. package/scss/dropdowntree/_variables.scss +2 -4
  106. package/scss/dropzone/_layout.scss +0 -16
  107. package/scss/editor/_layout.scss +105 -72
  108. package/scss/editor/_theme.scss +9 -0
  109. package/scss/editor/_variables.scss +8 -0
  110. package/scss/expansion-panel/_index.scss +1 -0
  111. package/scss/expansion-panel/_layout.scss +6 -1
  112. package/scss/expansion-panel/_variables.scss +2 -2
  113. package/scss/fab/_layout.scss +30 -58
  114. package/scss/fab/_theme.scss +43 -48
  115. package/scss/fab/_variables.scss +129 -72
  116. package/scss/fab/index.md +0 -0
  117. package/scss/filemanager/_theme.scss +1 -1
  118. package/scss/filter/_index.scss +1 -1
  119. package/scss/filter/_layout.scss +20 -6
  120. package/scss/filter/_theme.scss +3 -1
  121. package/scss/floating-label/_layout.scss +7 -0
  122. package/scss/forms/_index.scss +1 -1
  123. package/scss/forms/_layout.scss +18 -96
  124. package/scss/gantt/_index.scss +1 -1
  125. package/scss/gantt/_layout.scss +6 -4
  126. package/scss/grid/_index.scss +2 -1
  127. package/scss/grid/_layout.scss +144 -162
  128. package/scss/grid/_theme.scss +14 -20
  129. package/scss/grid/_variables.scss +10 -10
  130. package/scss/icons/_layout.scss +6 -1
  131. package/scss/icons/font/WebComponentsIcons.scss +1 -1
  132. package/scss/icons/font/WebComponentsIcons.ttf +0 -0
  133. package/scss/imageeditor/_layout.scss +10 -8
  134. package/scss/imageeditor/_variables.scss +1 -0
  135. package/scss/index.scss +157 -0
  136. package/scss/input/_index.scss +1 -1
  137. package/scss/input/_layout.scss +249 -27
  138. package/scss/input/_theme.scss +82 -2
  139. package/scss/input/_variables.scss +80 -58
  140. package/scss/list/_index.scss +12 -0
  141. package/scss/list/_layout.scss +241 -0
  142. package/scss/list/_theme.scss +91 -0
  143. package/scss/list/_variables.scss +248 -0
  144. package/scss/list/index.md +0 -0
  145. package/scss/listbox/_index.scss +2 -0
  146. package/scss/listbox/_layout.scss +10 -0
  147. package/scss/listbox/_variables.scss +1 -1
  148. package/scss/listview/_layout.scss +2 -9
  149. package/scss/map/_layout.scss +24 -0
  150. package/scss/maskedtextbox/_layout.scss +1 -1
  151. package/scss/maskedtextbox/_theme.scss +1 -1
  152. package/scss/mediaplayer/_layout.scss +19 -1
  153. package/scss/menu/_index.scss +2 -0
  154. package/scss/menu/_layout.scss +134 -74
  155. package/scss/menu/_theme.scss +33 -25
  156. package/scss/menu/_variables.scss +124 -35
  157. package/scss/multiselect/_index.scss +2 -0
  158. package/scss/multiselect/_layout.scss +3 -199
  159. package/scss/multiselect/_theme.scss +3 -139
  160. package/scss/multiselect/_variables.scss +0 -36
  161. package/scss/notification/_layout.scss +6 -22
  162. package/scss/numerictextbox/_layout.scss +6 -2
  163. package/scss/numerictextbox/_theme.scss +1 -1
  164. package/scss/numerictextbox/_variables.scss +1 -1
  165. package/scss/orgchart/_layout.scss +6 -0
  166. package/scss/orgchart/_variables.scss +2 -2
  167. package/scss/pager/_index.scss +1 -0
  168. package/scss/pager/_layout.scss +10 -11
  169. package/scss/pager/_theme.scss +4 -4
  170. package/scss/pager/_variables.scss +6 -6
  171. package/scss/panelbar/_index.scss +1 -0
  172. package/scss/panelbar/_layout.scss +6 -53
  173. package/scss/panelbar/_theme.scss +9 -2
  174. package/scss/panelbar/_variables.scss +6 -2
  175. package/scss/pdf-viewer/_layout.scss +23 -16
  176. package/scss/pdf-viewer/_variables.scss +2 -5
  177. package/scss/pivotgrid/_index.scss +1 -0
  178. package/scss/pivotgrid/_layout.scss +77 -108
  179. package/scss/pivotgrid/_theme.scss +39 -73
  180. package/scss/pivotgrid/_variables.scss +1 -4
  181. package/scss/popover/_layout.scss +6 -1
  182. package/scss/popup/_index.scss +0 -4
  183. package/scss/popup/_layout.scss +6 -248
  184. package/scss/popup/_theme.scss +2 -159
  185. package/scss/popup/_variables.scss +2 -7
  186. package/scss/progressbar/_layout.scss +6 -0
  187. package/scss/radio/_index.scss +2 -0
  188. package/scss/radio/_layout.scss +123 -165
  189. package/scss/radio/_theme.scss +4 -4
  190. package/scss/radio/_variables.scss +70 -91
  191. package/scss/radio/index.md +0 -0
  192. package/scss/rating/_layout.scss +6 -9
  193. package/scss/scheduler/_index.scss +1 -1
  194. package/scss/scheduler/_layout.scss +32 -13
  195. package/scss/scrollview/_layout.scss +6 -1
  196. package/scss/skeleton/_layout.scss +1 -1
  197. package/scss/slider/_layout.scss +67 -137
  198. package/scss/slider/_theme.scss +0 -6
  199. package/scss/spreadsheet/_index.scss +2 -1
  200. package/scss/spreadsheet/_layout.scss +35 -36
  201. package/scss/spreadsheet/_theme.scss +6 -6
  202. package/scss/stepper/_layout.scss +6 -1
  203. package/scss/switch/_layout.scss +64 -53
  204. package/scss/switch/_theme.scss +73 -75
  205. package/scss/switch/_variables.scss +107 -169
  206. package/scss/switch/index.md +0 -0
  207. package/scss/table/_index.scss +19 -0
  208. package/scss/table/_layout.scss +275 -0
  209. package/scss/table/_theme.scss +82 -0
  210. package/scss/table/_variables.scss +141 -0
  211. package/scss/tabstrip/_index.scss +1 -0
  212. package/scss/tabstrip/_layout.scss +37 -5
  213. package/scss/tabstrip/_theme.scss +1 -0
  214. package/scss/tabstrip/_variables.scss +3 -3
  215. package/scss/taskboard/_layout.scss +8 -3
  216. package/scss/taskboard/_variables.scss +0 -2
  217. package/scss/textarea/_layout.scss +3 -1
  218. package/scss/timeline/_layout.scss +8 -4
  219. package/scss/timepicker/_index.scss +15 -0
  220. package/scss/timepicker/_layout.scss +6 -0
  221. package/scss/timepicker/_theme.scss +6 -0
  222. package/scss/timepicker/_variables.scss +1 -0
  223. package/scss/timeselector/_index.scss +13 -0
  224. package/scss/timeselector/_layout.scss +208 -0
  225. package/scss/timeselector/_theme.scss +70 -0
  226. package/scss/timeselector/_variables.scss +32 -0
  227. package/scss/toolbar/_index.scss +1 -0
  228. package/scss/toolbar/_layout.scss +45 -3
  229. package/scss/toolbar/_theme.scss +41 -7
  230. package/scss/toolbar/_variables.scss +2 -0
  231. package/scss/tooltip/_layout.scss +6 -1
  232. package/scss/treelist/_layout.scss +4 -0
  233. package/scss/treeview/_layout.scss +135 -122
  234. package/scss/treeview/_theme.scss +51 -42
  235. package/scss/treeview/_variables.scss +125 -46
  236. package/scss/typography/_variables.scss +3 -3
  237. package/scss/upload/_layout.scss +6 -81
  238. package/scss/utils/_border.scss +1 -2
  239. package/scss/utils/_flex.scss +11 -3
  240. package/scss/virtual-scroller/_index.scss +10 -0
  241. package/scss/virtual-scroller/_layout.scss +35 -0
  242. package/scss/virtual-scroller/_theme.scss +3 -0
  243. package/scss/virtual-scroller/_variables.scss +1 -0
  244. package/scss/window/_layout.scss +13 -2
  245. package/scss/window/_variables.scss +1 -1
  246. package/scss/wizard/_layout.scss +4 -0
  247. package/scss/datetime/_layout.scss +0 -525
  248. package/scss/datetime/_theme.scss +0 -297
  249. package/scss/datetime/_variables.scss +0 -53
  250. package/scss/no-flexbox.scss +0 -71
@@ -0,0 +1,208 @@
1
+ @include exports( "timeselector/layout" ) {
2
+
3
+ // Time selector
4
+ .k-timeselector {
5
+ border-width: $time-selector-border-width;
6
+ border-style: solid;
7
+ box-sizing: border-box;
8
+ outline: 0;
9
+ font-family: $time-selector-font-family;
10
+ font-size: $time-selector-font-size;
11
+ line-height: $time-selector-line-height;
12
+ position: relative;
13
+ overflow: hidden;
14
+ display: flex;
15
+ flex-flow: column nowrap;
16
+ user-select: none;
17
+ -webkit-touch-callout: none;
18
+ -webkit-tap-highlight-color: $rgba-transparent;
19
+
20
+ .k-popup > & {
21
+ border-width: 0;
22
+ }
23
+ }
24
+
25
+
26
+ // Time selector header
27
+ .k-time-header,
28
+ .k-time-selector-header {
29
+ padding: $time-selector-header-padding-y $time-selector-header-padding-x;
30
+ box-sizing: border-box;
31
+ display: flex;
32
+ align-items: center;
33
+ justify-content: space-between;
34
+ flex: 0 0 auto;
35
+
36
+ .k-title,
37
+ .k-time-selector-header-title {
38
+ padding: $kendo-button-padding-y $kendo-button-padding-x;
39
+ font-weight: bold;
40
+ display: inline-block;
41
+ }
42
+
43
+ .k-time-now {
44
+ border-width: 0;
45
+ line-height: inherit;
46
+ cursor: pointer;
47
+ }
48
+ }
49
+
50
+
51
+ // Time selector footer
52
+ // .k-time-footer {}
53
+ // .k-time-selector-footer {}
54
+
55
+
56
+ // Time list container
57
+ .k-time-list-container {
58
+ display: flex;
59
+ position: relative;
60
+ flex: 1 1 auto;
61
+ }
62
+
63
+
64
+ // Time list highlight
65
+ .k-time-highlight,
66
+ .k-time-list-highlight {
67
+ width: 100%;
68
+ height: $time-list-highlight-height;
69
+ border-width: $time-list-highlight-border-width;
70
+ border-style: solid;
71
+ box-sizing: border-box;
72
+ position: absolute;
73
+ top: calc( 50% + #{$time-list-title-height / 2});
74
+ left: 0;
75
+ right: 0;
76
+ transform: translateY(-50%);
77
+ z-index: 1;
78
+ }
79
+
80
+
81
+ // Time list wrapper
82
+ .k-time-list-wrapper {
83
+ min-width: $time-list-width;
84
+ height: $time-list-height;
85
+ box-sizing: content-box;
86
+ display: inline-flex;
87
+ flex-flow: column nowrap;
88
+ align-items: stretch;
89
+ overflow: hidden;
90
+ position: relative;
91
+ text-align: center;
92
+ flex: 1 1 auto;
93
+
94
+ .k-title {
95
+ font-size: $time-list-title-font-size;
96
+ line-height: $time-list-title-line-height;
97
+ font-weight: bold;
98
+ text-align: center;
99
+ text-transform: capitalize;
100
+ display: block;
101
+ }
102
+
103
+ &.k-state-focused {
104
+ &::before,
105
+ &::after {
106
+ display: block;
107
+ content: "\200b";
108
+ position: absolute;
109
+ width: 100%;
110
+ left: 0;
111
+ pointer-events: none;
112
+ height: calc( 50% - #{$time-list-highlight-height / 2} );
113
+ box-sizing: border-box;
114
+ border-width: 0;
115
+ border-style: solid;
116
+ }
117
+
118
+ &::before {
119
+ top: $time-list-title-height;
120
+ }
121
+
122
+ &::after {
123
+ bottom: 0;
124
+ }
125
+ }
126
+ }
127
+
128
+
129
+ // Time list
130
+ .k-time-list {
131
+ display: flex;
132
+ flex-flow: row nowrap;
133
+ align-items: stretch;
134
+ flex: 1;
135
+ position: relative;
136
+ z-index: 1;
137
+ outline: 0;
138
+ overflow: hidden;
139
+
140
+ &::before,
141
+ &::after {
142
+ display: block;
143
+ position: absolute;
144
+ content: "\200b";
145
+ height: 0;
146
+ line-height: 0;
147
+ z-index: 1;
148
+ width: 200%;
149
+ left: -50%;
150
+ }
151
+
152
+ &::before { top: 0; }
153
+ &::after { bottom: 0; }
154
+ }
155
+
156
+
157
+ // Time list content
158
+ .k-time-container,
159
+ .k-time-list-content {
160
+ position: relative;
161
+ flex: 1 1 auto;
162
+ display: block;
163
+ overflow-x: hidden;
164
+ overflow-y: scroll;
165
+
166
+ @include hide-scrollbar("right");
167
+
168
+ > ul {
169
+ height: auto;
170
+ width: $time-list-width;
171
+ margin: auto;
172
+ }
173
+
174
+ .k-rtl &
175
+ [dir="rtl"] & {
176
+ @include hide-scrollbar("left");
177
+ }
178
+
179
+ .k-scrollable-placeholder {
180
+ position: absolute;
181
+ width: 1px;
182
+ top: 0;
183
+ right: 0;
184
+ }
185
+ }
186
+
187
+
188
+ // Time list item
189
+ .k-time-list-item,
190
+ .k-time-list .k-item {
191
+ padding: $time-list-item-padding-y $time-list-item-padding-x;
192
+ }
193
+
194
+
195
+ // Time separator
196
+ .k-time-separator {
197
+ width: 0;
198
+ height: $time-list-highlight-height;
199
+ align-self: center;
200
+ display: inline-flex;
201
+ justify-content: center;
202
+ align-items: center;
203
+ position: relative;
204
+ z-index: 11;
205
+ top: calc( #{$time-list-title-height / 2} );
206
+ }
207
+
208
+ }
@@ -0,0 +1,70 @@
1
+ @include exports( "timeselector/theme" ) {
2
+
3
+ // Time selector
4
+ .k-timeselector {
5
+ @include fill(
6
+ $time-selector-text,
7
+ $time-selector-bg,
8
+ $time-selector-border
9
+ );
10
+ }
11
+
12
+
13
+ // Time selector header
14
+ .k-time-header,
15
+ .k-time-selector-header {
16
+
17
+ .k-time-now {
18
+ color: $link-text;
19
+ }
20
+ .k-time-now:hover {
21
+ color: $link-hover-text;
22
+ }
23
+ }
24
+
25
+
26
+ // Time list wrapper
27
+ .k-time-list-wrapper {
28
+
29
+ .k-title {
30
+ color: $time-list-title-text;
31
+ }
32
+
33
+ &.k-state-focused {
34
+ .k-title {
35
+ color: $time-list-title-focus-text;
36
+ }
37
+
38
+ &::before,
39
+ &::after {
40
+ background-color: $time-list-focused-bg;
41
+ }
42
+ }
43
+ }
44
+
45
+
46
+ // Time list
47
+ .k-time-list {
48
+ &::before,
49
+ &::after {
50
+ $shadow-size: 3em;
51
+ box-shadow: 0 0 $shadow-size ($shadow-size / 2) $time-selector-bg;
52
+ }
53
+
54
+ .k-item:hover {
55
+ color: $primary;
56
+ }
57
+ }
58
+
59
+ .k-time-container {
60
+ background: transparent;
61
+ }
62
+
63
+ .k-time-highlight {
64
+ @include fill(
65
+ $bg: $time-list-highlight-bg,
66
+ $border: $time-list-highlight-border
67
+ );
68
+ }
69
+
70
+ }
@@ -0,0 +1,32 @@
1
+ // Time selector
2
+ $time-selector-border-width: 1px !default;
3
+ $time-selector-font-family: $font-family !default;
4
+ $time-selector-font-size: $font-size !default;
5
+ $time-selector-line-height: $line-height !default;
6
+
7
+ $time-selector-bg: $component-bg !default;
8
+ $time-selector-text: $component-text !default;
9
+ $time-selector-border: $component-border !default;
10
+
11
+ $time-selector-header-padding-x: map-get( $spacing, 1 ) !default;
12
+ $time-selector-header-padding-y: map-get( $spacing, 1 ) !default;
13
+ $time-selector-header-border-width: 0px !default;
14
+
15
+ $time-list-width: 4em !default;
16
+ $time-list-height: 240px !default;
17
+
18
+ $time-list-title-font-size: $font-size-sm !default;
19
+ $time-list-title-line-height: 1.5 !default;
20
+ $time-list-title-height: ( $time-list-title-font-size * $time-list-title-line-height) !default;
21
+ $time-list-title-text: $subtle-text !default;
22
+ $time-list-title-focus-text: $component-text !default;
23
+
24
+ $time-list-item-padding-x: $kendo-list-item-padding-x-md !default;
25
+ $time-list-item-padding-y: $kendo-list-item-padding-y-md !default;
26
+
27
+ $time-list-highlight-border-width: 1px 0px !default;
28
+ $time-list-highlight-height: calc( #{$time-selector-font-size * $time-selector-line-height} + #{ $time-list-item-padding-y * 2} ) !default;
29
+ $time-list-highlight-bg: $component-bg !default;
30
+ $time-list-highlight-border: $component-border !default;
31
+
32
+ $time-list-focused-bg: rgba(0, 0, 0, .04) !default;
@@ -5,6 +5,7 @@
5
5
  @import "../common/_index.scss";
6
6
  @import "../button/_index.scss";
7
7
  @import "../popup/_index.scss";
8
+ @import "../menu/_index.scss";
8
9
  @import "../icons/_index.scss";
9
10
 
10
11
 
@@ -62,13 +62,23 @@
62
62
  .k-split-button {}
63
63
 
64
64
 
65
+ // Input
66
+ .k-input,
67
+ .k-picker {
68
+ width: $toolbar-input-width;
69
+ }
70
+ .k-color-picker {
71
+ width: min-content;
72
+ }
73
+
65
74
  // Overflow anchor
66
75
  .k-overflow-anchor {
67
76
  @include border-radius( 0 );
68
77
  margin: 0;
69
78
  padding: $toolbar-padding-y;
70
- width: $toolbar-inner-calc-size;
79
+ width: auto;
71
80
  height: 100%;
81
+ aspect-ratio: 1;
72
82
  border-width: 0;
73
83
  border-color: inherit;
74
84
  box-sizing: border-box;
@@ -100,6 +110,7 @@
100
110
  flex: 1 0 0%;
101
111
  }
102
112
 
113
+
103
114
  // Template
104
115
  .k-toolbar-template {
105
116
  align-self: center;
@@ -112,19 +123,31 @@
112
123
  // Toolbar group
113
124
  .k-toolbar-group {
114
125
  display: flex;
115
- flex-flow: inherit nowrap;
126
+ flex-direction: inherit;
127
+ flex-wrap: nowrap;
116
128
  gap: inherit;
117
129
  }
118
130
 
119
131
 
120
132
  // Angular specific
121
133
  kendo-toolbar-renderer {
134
+ display: inline-block;
122
135
  border-color: inherit;
123
136
  }
124
137
 
125
138
 
126
139
  // Overflow container
127
140
  .k-overflow-container {
141
+ font-size: $kendo-menu-popup-font-size-md;
142
+ line-height: $kendo-menu-popup-line-height-md;
143
+
144
+ > .k-item {
145
+ border-color: inherit;
146
+ }
147
+
148
+ .k-separator {
149
+ margin: map-get( $spacing, 1 ) 0;
150
+ }
128
151
 
129
152
  // Group
130
153
  .k-overflow-tool-group {
@@ -133,13 +156,31 @@
133
156
 
134
157
  // Button
135
158
  .k-overflow-button {
159
+ padding: $kendo-menu-popup-item-padding-y-md $kendo-menu-popup-item-padding-x-md;
136
160
  width: 100%;
161
+ height: auto;
162
+ border-width: 0;
163
+ border-radius: 0;
164
+ aspect-ratio: auto;
165
+ color: inherit;
166
+ background-color: transparent;
167
+ background-image: none;
168
+ font: inherit;
169
+ cursor: pointer;
170
+ display: flex;
171
+ flex-flow: row nowrap;
172
+ align-items: center;
173
+ align-content: center;
174
+ gap: $icon-spacing;
175
+ justify-content: flex-start;
176
+ position: relative;
137
177
  }
138
178
 
139
179
  // Button group
140
180
  .k-button-group {
181
+ @include box-shadow( none );
141
182
  display: flex;
142
- flex-direction: column;
183
+ flex-flow: column nowrap;
143
184
 
144
185
  .k-button {
145
186
  margin: if( $kendo-button-border-width == 0, null, 0);
@@ -199,6 +240,7 @@
199
240
  .k-toolbar {
200
241
  padding: 0;
201
242
  border-width: 0;
243
+ flex-shrink: 1;
202
244
  color: inherit;
203
245
  background: none;
204
246
  }
@@ -11,13 +11,6 @@
11
11
  @include box-shadow( $toolbar-shadow );
12
12
 
13
13
 
14
- // Overflow anchor
15
- .k-overflow-anchor {
16
- color: inherit;
17
- background: transparent;
18
- }
19
-
20
-
21
14
  // Separator
22
15
  .k-separator {
23
16
  border-color: $toolbar-separator-border;
@@ -29,6 +22,47 @@
29
22
 
30
23
  }
31
24
 
25
+
26
+ // Overflow container
27
+ .k-overflow-container {
28
+
29
+ .k-button {
30
+
31
+ // Hover state
32
+ &:hover,
33
+ &.k-hover {
34
+ color: $kendo-menu-popup-item-hover-text;
35
+ background: $kendo-menu-popup-item-hover-bg;
36
+ }
37
+
38
+ // Button focus state
39
+ &:focus,
40
+ &.k-focus {
41
+ box-shadow: $kendo-menu-popup-item-focus-shadow;
42
+ }
43
+
44
+ // Active state
45
+ &:active,
46
+ &.k-active {
47
+ color: $kendo-menu-popup-item-hover-text;
48
+ background: $kendo-menu-popup-item-hover-bg;
49
+ }
50
+
51
+ // Selected
52
+ &.k-selected {
53
+ color: $kendo-menu-popup-item-expanded-text;
54
+ background: $kendo-menu-popup-item-expanded-bg;
55
+ }
56
+
57
+ // Disabled state
58
+ &:disabled,
59
+ &.k-disabled {
60
+ color: inherit;
61
+ }
62
+ }
63
+
64
+ }
65
+
32
66
  }
33
67
 
34
68
 
@@ -23,3 +23,5 @@ $toolbar-gradient: null !default;
23
23
  $toolbar-shadow: null !default;
24
24
 
25
25
  $toolbar-separator-border: inherit !default;
26
+
27
+ $toolbar-input-width: 10em !default;
@@ -20,6 +20,12 @@
20
20
  z-index: 12000;
21
21
  -webkit-touch-callout: none;
22
22
  -webkit-tap-highlight-color: $rgba-transparent;
23
+
24
+ *,
25
+ *::before,
26
+ *::after {
27
+ box-sizing: border-box;
28
+ }
23
29
  }
24
30
 
25
31
  .k-tooltip-icon {
@@ -58,7 +64,6 @@
58
64
  border-width: $tooltip-callout-size;
59
65
  border-style: solid;
60
66
  border-color: transparent;
61
- box-sizing: border-box;
62
67
  position: absolute;
63
68
  pointer-events: none;
64
69
  }
@@ -10,9 +10,13 @@
10
10
  padding: .4em .6em;
11
11
  line-height: 1.6em;
12
12
 
13
+ // TODO: see what this does and use a better name
13
14
  .k-loading {
14
15
  vertical-align: baseline;
15
16
  margin-right: 5px;
17
+
18
+ // TODO
19
+ display: none;
16
20
  }
17
21
  }
18
22