@progress/kendo-theme-material 6.2.1-dev.1 → 6.2.1-dev.151

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 (356) hide show
  1. package/dist/all.css +4449 -172
  2. package/dist/all.scss +11152 -1351
  3. package/dist/meta/sassdoc-data.json +18424 -9340
  4. package/dist/meta/sassdoc-raw-data.json +7852 -3652
  5. package/dist/meta/variables.json +218 -130
  6. package/lib/swatches/material-aqua-dark.json +1 -1
  7. package/lib/swatches/material-arctic.json +1 -1
  8. package/lib/swatches/material-burnt-teal.json +1 -1
  9. package/lib/swatches/material-dataviz-v4.json +1 -1
  10. package/lib/swatches/material-eggplant.json +1 -1
  11. package/lib/swatches/material-lime-dark.json +1 -1
  12. package/lib/swatches/material-lime.json +1 -1
  13. package/lib/swatches/material-main-dark.json +1 -1
  14. package/lib/swatches/material-main.json +1 -1
  15. package/lib/swatches/material-nova.json +1 -1
  16. package/lib/swatches/material-pacific-dark.json +1 -1
  17. package/lib/swatches/material-pacific.json +1 -1
  18. package/lib/swatches/material-sky-dark.json +1 -1
  19. package/lib/swatches/material-sky.json +1 -1
  20. package/lib/swatches/material-smoke.json +1 -1
  21. package/package.json +6 -6
  22. package/scss/_variables.scss +2 -0
  23. package/scss/action-buttons/_index.scss +18 -0
  24. package/scss/action-buttons/_layout.scss +6 -1
  25. package/scss/action-buttons/_theme.scss +5 -1
  26. package/scss/action-buttons/_variables.scss +3 -0
  27. package/scss/action-sheet/_index.scss +18 -0
  28. package/scss/action-sheet/_layout.scss +5 -0
  29. package/scss/action-sheet/_theme.scss +5 -0
  30. package/scss/adaptive/_index.scss +18 -0
  31. package/scss/adaptive/_layout.scss +5 -0
  32. package/scss/adaptive/_theme.scss +5 -0
  33. package/scss/all.scss +6 -0
  34. package/scss/appbar/_index.scss +18 -0
  35. package/scss/appbar/_layout.scss +5 -0
  36. package/scss/appbar/_theme.scss +4 -0
  37. package/scss/autocomplete/_index.scss +18 -0
  38. package/scss/autocomplete/_layout.scss +5 -0
  39. package/scss/autocomplete/_theme.scss +5 -0
  40. package/scss/avatar/_index.scss +18 -0
  41. package/scss/avatar/_layout.scss +5 -0
  42. package/scss/avatar/_theme.scss +5 -0
  43. package/scss/badge/_index.scss +18 -0
  44. package/scss/badge/_layout.scss +5 -0
  45. package/scss/badge/_theme.scss +5 -0
  46. package/scss/bottom-navigation/_index.scss +18 -0
  47. package/scss/bottom-navigation/_layout.scss +5 -0
  48. package/scss/bottom-navigation/_theme.scss +5 -0
  49. package/scss/breadcrumb/_index.scss +18 -0
  50. package/scss/breadcrumb/_layout.scss +5 -0
  51. package/scss/breadcrumb/_theme.scss +5 -0
  52. package/scss/button/_index.scss +18 -0
  53. package/scss/button/_layout.scss +4 -1
  54. package/scss/button/_theme.scss +4 -1
  55. package/scss/button/_variables.scss +88 -61
  56. package/scss/calendar/_index.scss +18 -0
  57. package/scss/calendar/_layout.scss +5 -1
  58. package/scss/calendar/_theme.scss +6 -1
  59. package/scss/captcha/_index.scss +18 -2
  60. package/scss/captcha/_layout.scss +5 -0
  61. package/scss/captcha/_theme.scss +5 -0
  62. package/scss/card/_index.scss +18 -0
  63. package/scss/card/_layout.scss +5 -0
  64. package/scss/card/_theme.scss +5 -0
  65. package/scss/chat/_index.scss +18 -0
  66. package/scss/chat/_layout.scss +5 -0
  67. package/scss/chat/_theme.scss +5 -0
  68. package/scss/checkbox/_index.scss +18 -0
  69. package/scss/checkbox/_layout.scss +5 -0
  70. package/scss/checkbox/_theme.scss +4 -1
  71. package/scss/checkbox/_variables.scss +83 -53
  72. package/scss/chip/_index.scss +18 -0
  73. package/scss/chip/_layout.scss +5 -0
  74. package/scss/chip/_theme.scss +4 -1
  75. package/scss/chip/_variables.scss +54 -30
  76. package/scss/color-preview/_index.scss +18 -2
  77. package/scss/color-preview/_layout.scss +5 -0
  78. package/scss/color-preview/_theme.scss +5 -0
  79. package/scss/coloreditor/_index.scss +18 -0
  80. package/scss/coloreditor/_layout.scss +5 -0
  81. package/scss/coloreditor/_theme.scss +5 -0
  82. package/scss/colorgradient/_index.scss +18 -1
  83. package/scss/colorgradient/_layout.scss +5 -0
  84. package/scss/colorgradient/_theme.scss +5 -0
  85. package/scss/colorgradient/_variables.scss +3 -0
  86. package/scss/colorpalette/_index.scss +18 -0
  87. package/scss/colorpalette/_layout.scss +5 -0
  88. package/scss/colorpalette/_theme.scss +5 -0
  89. package/scss/colorpicker/_index.scss +18 -0
  90. package/scss/colorpicker/_layout.scss +5 -0
  91. package/scss/colorpicker/_theme.scss +5 -0
  92. package/scss/combobox/_index.scss +18 -0
  93. package/scss/combobox/_layout.scss +5 -0
  94. package/scss/combobox/_theme.scss +5 -0
  95. package/scss/dataviz/_index.scss +18 -0
  96. package/scss/dataviz/_layout.scss +5 -0
  97. package/scss/dataviz/_theme.scss +5 -0
  98. package/scss/dateinput/_index.scss +18 -0
  99. package/scss/dateinput/_layout.scss +5 -0
  100. package/scss/dateinput/_theme.scss +5 -0
  101. package/scss/datepicker/_index.scss +18 -0
  102. package/scss/datepicker/_layout.scss +5 -0
  103. package/scss/datepicker/_theme.scss +5 -0
  104. package/scss/daterangepicker/_index.scss +18 -2
  105. package/scss/daterangepicker/_layout.scss +5 -0
  106. package/scss/daterangepicker/_theme.scss +5 -0
  107. package/scss/datetimepicker/_index.scss +18 -0
  108. package/scss/datetimepicker/_layout.scss +5 -0
  109. package/scss/datetimepicker/_theme.scss +5 -0
  110. package/scss/dialog/_index.scss +18 -0
  111. package/scss/dialog/_layout.scss +5 -1
  112. package/scss/dialog/_theme.scss +7 -2
  113. package/scss/draggable/_index.scss +18 -0
  114. package/scss/draggable/_layout.scss +5 -0
  115. package/scss/draggable/_theme.scss +5 -0
  116. package/scss/drawer/_index.scss +18 -0
  117. package/scss/drawer/_layout.scss +5 -0
  118. package/scss/drawer/_theme.scss +4 -1
  119. package/scss/dropdowngrid/_index.scss +18 -0
  120. package/scss/dropdowngrid/_layout.scss +5 -0
  121. package/scss/dropdowngrid/_theme.scss +5 -0
  122. package/scss/dropdownlist/_index.scss +18 -0
  123. package/scss/dropdownlist/_layout.scss +5 -0
  124. package/scss/dropdownlist/_theme.scss +5 -0
  125. package/scss/dropdowntree/_index.scss +18 -0
  126. package/scss/dropdowntree/_layout.scss +5 -0
  127. package/scss/dropdowntree/_theme.scss +5 -0
  128. package/scss/dropzone/_index.scss +18 -0
  129. package/scss/dropzone/_layout.scss +5 -0
  130. package/scss/dropzone/_theme.scss +5 -0
  131. package/scss/editor/_index.scss +18 -0
  132. package/scss/editor/_layout.scss +4 -1
  133. package/scss/editor/_theme.scss +5 -0
  134. package/scss/expansion-panel/_index.scss +18 -0
  135. package/scss/expansion-panel/_layout.scss +5 -0
  136. package/scss/expansion-panel/_theme.scss +5 -0
  137. package/scss/fab/_index.scss +18 -0
  138. package/scss/fab/_layout.scss +4 -1
  139. package/scss/fab/_theme.scss +5 -1
  140. package/scss/fab/_variables.scss +17 -0
  141. package/scss/filemanager/_index.scss +18 -0
  142. package/scss/filemanager/_layout.scss +5 -0
  143. package/scss/filemanager/_theme.scss +5 -0
  144. package/scss/filter/_index.scss +18 -0
  145. package/scss/filter/_layout.scss +5 -0
  146. package/scss/filter/_theme.scss +5 -0
  147. package/scss/floating-label/_index.scss +18 -0
  148. package/scss/floating-label/_layout.scss +2 -1
  149. package/scss/floating-label/_theme.scss +3 -1
  150. package/scss/forms/_index.scss +18 -0
  151. package/scss/forms/_layout.scss +4 -1
  152. package/scss/forms/_theme.scss +5 -0
  153. package/scss/gantt/_index.scss +18 -0
  154. package/scss/gantt/_layout.scss +4 -1
  155. package/scss/gantt/_theme.scss +3 -1
  156. package/scss/grid/_index.scss +18 -0
  157. package/scss/grid/_layout.scss +7 -1
  158. package/scss/grid/_theme.scss +6 -1
  159. package/scss/grid/_variables.scss +7 -0
  160. package/scss/icons/_index.scss +19 -4
  161. package/scss/icons/_layout.scss +5 -0
  162. package/scss/icons/_theme.scss +6 -0
  163. package/scss/icons/_variables.scss +0 -0
  164. package/scss/imageeditor/_index.scss +18 -0
  165. package/scss/imageeditor/_layout.scss +5 -0
  166. package/scss/imageeditor/_theme.scss +5 -0
  167. package/scss/index.scss +171 -1
  168. package/scss/input/_index.scss +18 -0
  169. package/scss/input/_layout.scss +4 -1
  170. package/scss/input/_theme.scss +5 -0
  171. package/scss/input/_variables.scss +275 -51
  172. package/scss/list/_index.scss +18 -0
  173. package/scss/list/_layout.scss +5 -0
  174. package/scss/list/_theme.scss +5 -0
  175. package/scss/list/_variables.scss +41 -40
  176. package/scss/listbox/_index.scss +18 -0
  177. package/scss/listbox/_layout.scss +4 -1
  178. package/scss/listbox/_theme.scss +5 -0
  179. package/scss/listgroup/_index.scss +18 -0
  180. package/scss/listgroup/_layout.scss +5 -0
  181. package/scss/listgroup/_theme.scss +5 -0
  182. package/scss/listview/_index.scss +18 -0
  183. package/scss/listview/_layout.scss +5 -0
  184. package/scss/listview/_theme.scss +4 -1
  185. package/scss/loader/_index.scss +18 -0
  186. package/scss/loader/_layout.scss +5 -0
  187. package/scss/loader/_theme.scss +5 -0
  188. package/scss/map/_index.scss +18 -1
  189. package/scss/map/_layout.scss +5 -0
  190. package/scss/map/_theme.scss +5 -0
  191. package/scss/map/_variables.scss +3 -0
  192. package/scss/maskedtextbox/_index.scss +18 -0
  193. package/scss/maskedtextbox/_layout.scss +5 -0
  194. package/scss/maskedtextbox/_theme.scss +5 -0
  195. package/scss/mediaplayer/_index.scss +18 -0
  196. package/scss/mediaplayer/_layout.scss +5 -0
  197. package/scss/mediaplayer/_theme.scss +5 -0
  198. package/scss/menu/_index.scss +18 -0
  199. package/scss/menu/_layout.scss +6 -1
  200. package/scss/menu/_theme.scss +4 -1
  201. package/scss/menu-button/_index.scss +18 -0
  202. package/scss/menu-button/_layout.scss +5 -0
  203. package/scss/menu-button/_theme.scss +5 -0
  204. package/scss/messagebox/_index.scss +18 -0
  205. package/scss/messagebox/_layout.scss +5 -0
  206. package/scss/messagebox/_theme.scss +5 -0
  207. package/scss/multiselect/_index.scss +18 -0
  208. package/scss/multiselect/_layout.scss +5 -0
  209. package/scss/multiselect/_theme.scss +5 -0
  210. package/scss/notification/_index.scss +18 -0
  211. package/scss/notification/_layout.scss +5 -0
  212. package/scss/notification/_theme.scss +5 -0
  213. package/scss/numerictextbox/_index.scss +18 -0
  214. package/scss/numerictextbox/_layout.scss +5 -0
  215. package/scss/numerictextbox/_theme.scss +5 -0
  216. package/scss/orgchart/_index.scss +18 -0
  217. package/scss/orgchart/_layout.scss +5 -0
  218. package/scss/orgchart/_theme.scss +5 -0
  219. package/scss/overlay/_index.scss +18 -0
  220. package/scss/overlay/_layout.scss +5 -0
  221. package/scss/overlay/_theme.scss +5 -0
  222. package/scss/pager/_index.scss +18 -0
  223. package/scss/pager/_layout.scss +5 -1
  224. package/scss/pager/_theme.scss +4 -0
  225. package/scss/panelbar/_index.scss +18 -0
  226. package/scss/panelbar/_layout.scss +5 -0
  227. package/scss/panelbar/_theme.scss +5 -0
  228. package/scss/pdf-viewer/_index.scss +18 -0
  229. package/scss/pdf-viewer/_layout.scss +5 -0
  230. package/scss/pdf-viewer/_theme.scss +5 -0
  231. package/scss/pivotgrid/_index.scss +18 -0
  232. package/scss/pivotgrid/_layout.scss +4 -1
  233. package/scss/pivotgrid/_theme.scss +4 -1
  234. package/scss/popover/_index.scss +18 -0
  235. package/scss/popover/_layout.scss +5 -0
  236. package/scss/popover/_theme.scss +5 -0
  237. package/scss/popup/_index.scss +18 -0
  238. package/scss/popup/_layout.scss +5 -0
  239. package/scss/popup/_theme.scss +5 -0
  240. package/scss/progressbar/_index.scss +18 -0
  241. package/scss/progressbar/_layout.scss +5 -1
  242. package/scss/progressbar/_theme.scss +10 -6
  243. package/scss/radio/_index.scss +18 -0
  244. package/scss/radio/_layout.scss +4 -1
  245. package/scss/radio/_theme.scss +4 -1
  246. package/scss/radio/_variables.scss +77 -45
  247. package/scss/rating/_index.scss +18 -0
  248. package/scss/rating/_layout.scss +5 -0
  249. package/scss/rating/_theme.scss +5 -0
  250. package/scss/responsivepanel/_index.scss +18 -0
  251. package/scss/responsivepanel/_layout.scss +5 -0
  252. package/scss/responsivepanel/_theme.scss +5 -0
  253. package/scss/ripple/_index.scss +18 -0
  254. package/scss/ripple/_layout.scss +5 -0
  255. package/scss/ripple/_theme.scss +5 -0
  256. package/scss/scheduler/_index.scss +18 -0
  257. package/scss/scheduler/_layout.scss +4 -14
  258. package/scss/scheduler/_theme.scss +4 -8
  259. package/scss/scroller/_index.scss +18 -0
  260. package/scss/scroller/_layout.scss +5 -0
  261. package/scss/scroller/_theme.scss +5 -0
  262. package/scss/scrollview/_index.scss +18 -0
  263. package/scss/scrollview/_layout.scss +5 -0
  264. package/scss/scrollview/_theme.scss +5 -0
  265. package/scss/searchbox/_index.scss +18 -0
  266. package/scss/searchbox/_layout.scss +5 -0
  267. package/scss/searchbox/_theme.scss +5 -0
  268. package/scss/signature/_index.scss +18 -0
  269. package/scss/signature/_layout.scss +5 -0
  270. package/scss/signature/_theme.scss +5 -0
  271. package/scss/skeleton/_index.scss +18 -0
  272. package/scss/skeleton/_layout.scss +5 -0
  273. package/scss/skeleton/_theme.scss +5 -0
  274. package/scss/slider/_index.scss +18 -2
  275. package/scss/slider/_layout.scss +6 -1
  276. package/scss/slider/_theme.scss +5 -1
  277. package/scss/slider/_variables.scss +4 -0
  278. package/scss/split-button/_index.scss +18 -0
  279. package/scss/split-button/_layout.scss +5 -0
  280. package/scss/split-button/_theme.scss +5 -0
  281. package/scss/split-button/_variables.scss +15 -3
  282. package/scss/splitter/_index.scss +18 -0
  283. package/scss/splitter/_layout.scss +5 -0
  284. package/scss/splitter/_theme.scss +5 -0
  285. package/scss/spreadsheet/_index.scss +18 -1
  286. package/scss/spreadsheet/_layout.scss +3 -1
  287. package/scss/spreadsheet/_theme.scss +4 -25
  288. package/scss/spreadsheet/_variables.scss +3 -0
  289. package/scss/stepper/_index.scss +18 -0
  290. package/scss/stepper/_layout.scss +4 -1
  291. package/scss/stepper/_theme.scss +5 -0
  292. package/scss/switch/_index.scss +18 -0
  293. package/scss/switch/_layout.scss +4 -1
  294. package/scss/switch/_theme.scss +4 -1
  295. package/scss/switch/_variables.scss +56 -56
  296. package/scss/table/_index.scss +18 -0
  297. package/scss/table/_layout.scss +5 -0
  298. package/scss/table/_theme.scss +4 -1
  299. package/scss/tabstrip/_index.scss +18 -0
  300. package/scss/tabstrip/_layout.scss +4 -1
  301. package/scss/tabstrip/_theme.scss +5 -0
  302. package/scss/taskboard/_index.scss +18 -0
  303. package/scss/taskboard/_layout.scss +5 -0
  304. package/scss/taskboard/_theme.scss +5 -0
  305. package/scss/textarea/_index.scss +18 -0
  306. package/scss/textarea/_layout.scss +5 -0
  307. package/scss/textarea/_theme.scss +5 -0
  308. package/scss/textbox/_index.scss +18 -0
  309. package/scss/textbox/_layout.scss +5 -0
  310. package/scss/textbox/_theme.scss +5 -0
  311. package/scss/tilelayout/_index.scss +18 -0
  312. package/scss/tilelayout/_layout.scss +5 -0
  313. package/scss/tilelayout/_theme.scss +5 -0
  314. package/scss/timedurationpicker/_index.scss +18 -0
  315. package/scss/timedurationpicker/_layout.scss +5 -0
  316. package/scss/timedurationpicker/_theme.scss +5 -0
  317. package/scss/timeline/_index.scss +18 -0
  318. package/scss/timeline/_layout.scss +6 -1
  319. package/scss/timeline/_theme.scss +4 -0
  320. package/scss/timepicker/_index.scss +18 -0
  321. package/scss/timepicker/_layout.scss +5 -0
  322. package/scss/timepicker/_theme.scss +4 -0
  323. package/scss/timeselector/_index.scss +18 -0
  324. package/scss/timeselector/_layout.scss +5 -0
  325. package/scss/timeselector/_theme.scss +4 -1
  326. package/scss/toolbar/_index.scss +18 -0
  327. package/scss/toolbar/_layout.scss +4 -10
  328. package/scss/toolbar/_theme.scss +4 -1
  329. package/scss/tooltip/_index.scss +18 -0
  330. package/scss/tooltip/_layout.scss +5 -0
  331. package/scss/tooltip/_theme.scss +5 -0
  332. package/scss/treelist/_index.scss +18 -0
  333. package/scss/treelist/_layout.scss +6 -1
  334. package/scss/treelist/_theme.scss +5 -1
  335. package/scss/treeview/_index.scss +18 -0
  336. package/scss/treeview/_layout.scss +5 -0
  337. package/scss/treeview/_theme.scss +4 -1
  338. package/scss/typography/_index.scss +18 -0
  339. package/scss/typography/_layout.scss +5 -0
  340. package/scss/typography/_theme.scss +5 -0
  341. package/scss/upload/_index.scss +18 -0
  342. package/scss/upload/_layout.scss +5 -0
  343. package/scss/upload/_theme.scss +5 -1
  344. package/scss/utils/_index.scss +14 -2
  345. package/scss/validator/_index.scss +18 -0
  346. package/scss/validator/_layout.scss +5 -0
  347. package/scss/validator/_theme.scss +5 -0
  348. package/scss/virtual-scroller/_index.scss +18 -0
  349. package/scss/virtual-scroller/_layout.scss +5 -0
  350. package/scss/virtual-scroller/_theme.scss +5 -0
  351. package/scss/window/_index.scss +18 -0
  352. package/scss/window/_layout.scss +5 -0
  353. package/scss/window/_theme.scss +5 -0
  354. package/scss/wizard/_index.scss +18 -0
  355. package/scss/wizard/_layout.scss +5 -0
  356. package/scss/wizard/_theme.scss +5 -0
@@ -1,6 +1,10 @@
1
1
  @import "@progress/kendo-theme-default/scss/slider/_layout.scss";
2
2
 
3
- @include exports("slider/layout/material") {
3
+
4
+ @mixin kendo-slider--layout() {
5
+
6
+ @include kendo-slider--layout-base();
7
+
4
8
  .k-slider {
5
9
  .k-tick {
6
10
  margin: 0;
@@ -47,4 +51,5 @@
47
51
  }
48
52
  }
49
53
  }
54
+
50
55
  }
@@ -1,6 +1,9 @@
1
1
  @import "@progress/kendo-theme-default/scss/slider/_theme.scss";
2
2
 
3
- @include exports("slider/theme/material") {
3
+
4
+ @mixin kendo-slider--theme() {
5
+
6
+ @include kendo-slider--theme-base();
4
7
 
5
8
  .k-slider {
6
9
  cursor: pointer;
@@ -36,4 +39,5 @@
36
39
  }
37
40
  }
38
41
  }
42
+
39
43
  }
@@ -1,3 +1,7 @@
1
+ @import "./images/slider-h.scss";
2
+ @import "./images/slider-v.scss";
3
+
4
+
1
5
  // Slider
2
6
  $kendo-slider-size: 200px !default;
3
7
  $kendo-slider-tick-size: 2px !default;
@@ -22,3 +22,21 @@ $_kendo-module-meta: (
22
22
  @import "./_variables.scss";
23
23
  @import "./_layout.scss";
24
24
  @import "./_theme.scss";
25
+
26
+
27
+ // Register
28
+ @import "../core/module-system/index.import.scss";
29
+ @include module-register( $_kendo-module-meta... );
30
+
31
+
32
+ // Expose
33
+ @mixin kendo-split-button--styles() {
34
+ @include module-render( "split-button" ) {
35
+ @include kendo-split-button--layout();
36
+ @include kendo-split-button--theme();
37
+ }
38
+ }
39
+
40
+ @if $kendo-auto-bootstrap {
41
+ @include kendo-split-button--styles();
42
+ }
@@ -1 +1,6 @@
1
1
  @import "@progress/kendo-theme-default/scss/split-button/_layout.scss";
2
+
3
+
4
+ @mixin kendo-split-button--layout() {
5
+ @include kendo-split-button--layout-base();
6
+ }
@@ -1 +1,6 @@
1
1
  @import "@progress/kendo-theme-default/scss/split-button/_theme.scss";
2
+
3
+
4
+ @mixin kendo-split-button--theme() {
5
+ @include kendo-split-button--theme-base();
6
+ }
@@ -1,19 +1,31 @@
1
1
  // Split-button
2
2
 
3
- /// Focus shadow of the split button.
3
+ /// The focus shadow of the SplitButton.
4
4
  /// @group split-button
5
5
  $kendo-split-button-focus-shadow: $kendo-button-focus-shadow !default;
6
6
 
7
- /// Horizontal padding of the arrow button.
7
+ /// The horizontal padding of the arrow Button.
8
8
  /// @group split-button
9
9
  $kendo-split-button-arrow-padding-x: k-map-get( $kendo-spacing, 1 ) !default;
10
+ /// The horizontal padding of the small arrow Button.
11
+ /// @group split-button
10
12
  $kendo-split-button-sm-arrow-padding-x: k-map-get( $kendo-spacing, 1 ) !default;
13
+ /// The horizontal padding of the medium arrow Button.
14
+ /// @group split-button
11
15
  $kendo-split-button-md-arrow-padding-x: k-map-get( $kendo-spacing, 1 ) !default;
16
+ /// The horizontal padding of the large arrow Button.
17
+ /// @group split-button
12
18
  $kendo-split-button-lg-arrow-padding-x: k-map-get( $kendo-spacing, 1 ) !default;
13
19
 
14
- /// Vertical padding of the arrow button.
20
+ /// The vertical padding of the arrow Button.
15
21
  /// @group split-button
16
22
  $kendo-split-button-arrow-padding-y: $kendo-button-padding-y !default;
23
+ /// The vertical padding of the small arrow Button.
24
+ /// @group split-button
17
25
  $kendo-split-button-sm-arrow-padding-y: $kendo-button-sm-padding-y !default;
26
+ /// The vertical padding of the medium arrow Button.
27
+ /// @group split-button
18
28
  $kendo-split-button-md-arrow-padding-y: $kendo-button-md-padding-y !default;
29
+ /// The vertical padding of the large arrow Button.
30
+ /// @group split-button
19
31
  $kendo-split-button-lg-arrow-padding-y: $kendo-button-lg-padding-y !default;
@@ -22,3 +22,21 @@ $_kendo-module-meta: (
22
22
  @import "./_variables.scss";
23
23
  @import "./_layout.scss";
24
24
  @import "./_theme.scss";
25
+
26
+
27
+ // Register
28
+ @import "../core/module-system/index.import.scss";
29
+ @include module-register( $_kendo-module-meta... );
30
+
31
+
32
+ // Expose
33
+ @mixin kendo-splitter--styles() {
34
+ @include module-render( "splitter" ) {
35
+ @include kendo-splitter--layout();
36
+ @include kendo-splitter--theme();
37
+ }
38
+ }
39
+
40
+ @if $kendo-auto-bootstrap {
41
+ @include kendo-splitter--styles();
42
+ }
@@ -1 +1,6 @@
1
1
  @import "@progress/kendo-theme-default/scss/splitter/_layout.scss";
2
+
3
+
4
+ @mixin kendo-splitter--layout() {
5
+ @include kendo-splitter--layout-base();
6
+ }
@@ -1 +1,6 @@
1
1
  @import "@progress/kendo-theme-default/scss/splitter/_theme.scss";
2
+
3
+
4
+ @mixin kendo-splitter--theme() {
5
+ @include kendo-splitter--theme-base();
6
+ }
@@ -46,6 +46,23 @@ $_kendo-module-meta: (
46
46
 
47
47
  // Component
48
48
  @import "./_variables.scss";
49
- @import "./images/image-default.scss";
50
49
  @import "./_layout.scss";
51
50
  @import "./_theme.scss";
51
+
52
+
53
+ // Register
54
+ @import "../core/module-system/index.import.scss";
55
+ @include module-register( $_kendo-module-meta... );
56
+
57
+
58
+ // Expose
59
+ @mixin kendo-spreadsheet--styles() {
60
+ @include module-render( "spreadsheet" ) {
61
+ @include kendo-spreadsheet--layout();
62
+ @include kendo-spreadsheet--theme();
63
+ }
64
+ }
65
+
66
+ @if $kendo-auto-bootstrap {
67
+ @include kendo-spreadsheet--styles();
68
+ }
@@ -1,7 +1,9 @@
1
1
  @import "@progress/kendo-theme-default/scss/spreadsheet/_layout.scss";
2
2
 
3
- @include exports( "spreadsheet/layout/material" ) {
4
3
 
4
+ @mixin kendo-spreadsheet--layout() {
5
+
6
+ @include kendo-spreadsheet--layout-base();
5
7
 
6
8
  // Quick access toolbar
7
9
  .k-spreadsheet-quick-access-toolbar {
@@ -1,4 +1,7 @@
1
- @include exports("sreadsheet/theme/material") {
1
+ @import "@progress/kendo-theme-default/scss/spreadsheet/_theme.scss";
2
+
3
+
4
+ @mixin kendo-spreadsheet--theme() {
2
5
 
3
6
  // Spreadsheet
4
7
  .k-spreadsheet {
@@ -143,12 +146,6 @@
143
146
  border-color: $kendo-color-error transparent transparent $kendo-color-error;
144
147
  }
145
148
 
146
- }
147
-
148
-
149
-
150
-
151
- @include exports( "spreadsheet/filter/theme" ) {
152
149
 
153
150
  // Filter button
154
151
  .k-spreadsheet .k-filter-range {
@@ -196,12 +193,6 @@
196
193
  }
197
194
  }
198
195
 
199
- }
200
-
201
-
202
-
203
-
204
- @include exports( "spreadsheet/drawing/theme" ) {
205
196
 
206
197
  .k-spreadsheet-insert-image-dialog {
207
198
  border-color: $kendo-spreadsheet-insert-image-dialog-preview-border;
@@ -234,12 +225,6 @@
234
225
  background: $kendo-spreadsheet-drawing-anchor-bg;
235
226
  }
236
227
 
237
- }
238
-
239
-
240
-
241
-
242
- @include exports( "spreadsheet/tools/theme" ) {
243
228
 
244
229
  .k-spreadsheet-popup {
245
230
 
@@ -264,12 +249,6 @@
264
249
 
265
250
  }
266
251
 
267
- }
268
-
269
-
270
-
271
-
272
- @include exports("spreadsheet/rtl/theme") {
273
252
 
274
253
  .k-rtl .k-spreadsheet,
275
254
  .k-spreadsheet[dir="rtl"],
@@ -1,3 +1,6 @@
1
+ @import "./images/image-default.scss";
2
+
3
+
1
4
  // Spreadsheet
2
5
  $kendo-spreadsheet-border-width: 1px !default;
3
6
  $kendo-spreadsheet-font-family: $kendo-font-family !default;
@@ -22,3 +22,21 @@ $_kendo-module-meta: (
22
22
  @import "./_variables.scss";
23
23
  @import "./_layout.scss";
24
24
  @import "./_theme.scss";
25
+
26
+
27
+ // Register
28
+ @import "../core/module-system/index.import.scss";
29
+ @include module-register( $_kendo-module-meta... );
30
+
31
+
32
+ // Expose
33
+ @mixin kendo-stepper--styles() {
34
+ @include module-render( "stepper" ) {
35
+ @include kendo-stepper--layout();
36
+ @include kendo-stepper--theme();
37
+ }
38
+ }
39
+
40
+ @if $kendo-auto-bootstrap {
41
+ @include kendo-stepper--styles();
42
+ }
@@ -1,6 +1,9 @@
1
1
  @import "@progress/kendo-theme-default/scss/stepper/_layout.scss";
2
2
 
3
- @include exports("stepper/layout/material") {
3
+
4
+ @mixin kendo-stepper--layout() {
5
+
6
+ @include kendo-stepper--layout-base();
4
7
 
5
8
  // Stepper
6
9
  .k-stepper {}
@@ -1 +1,6 @@
1
1
  @import "@progress/kendo-theme-default/scss/stepper/_theme.scss";
2
+
3
+
4
+ @mixin kendo-stepper--theme() {
5
+ @include kendo-stepper--theme-base();
6
+ }
@@ -18,3 +18,21 @@ $_kendo-module-meta: (
18
18
  @import "./_variables.scss";
19
19
  @import "./_layout.scss";
20
20
  @import "./_theme.scss";
21
+
22
+
23
+ // Register
24
+ @import "../core/module-system/index.import.scss";
25
+ @include module-register( $_kendo-module-meta... );
26
+
27
+
28
+ // Expose
29
+ @mixin kendo-switch--styles() {
30
+ @include module-render( "switch" ) {
31
+ @include kendo-switch--layout();
32
+ @include kendo-switch--theme();
33
+ }
34
+ }
35
+
36
+ @if $kendo-auto-bootstrap {
37
+ @include kendo-switch--styles();
38
+ }
@@ -1,6 +1,9 @@
1
1
  @import "@progress/kendo-theme-default/scss/switch/_layout.scss";
2
2
 
3
- @include exports( "switch/layout/material" ) {
3
+
4
+ @mixin kendo-switch--layout() {
5
+
6
+ @include kendo-switch--layout-base();
4
7
 
5
8
  // Switch
6
9
  .k-switch {
@@ -1,6 +1,9 @@
1
1
  @import "@progress/kendo-theme-default/scss/switch/_theme.scss";
2
2
 
3
- @include exports( "switch/theme/material" ) {
3
+
4
+ @mixin kendo-switch--theme() {
5
+
6
+ @include kendo-switch--theme-base();
4
7
 
5
8
  // Switch
6
9
  .k-switch {
@@ -1,26 +1,26 @@
1
1
  // Switch
2
2
 
3
- /// Font family of the switch.
3
+ /// The font family of the Switch.
4
4
  /// @group switch
5
5
  $kendo-switch-font-family: null !default;
6
6
 
7
- /// Border width of the switch track.
7
+ /// The border width of the Switch track.
8
8
  /// @group switch
9
9
  $kendo-switch-track-border-width: null !default;
10
10
 
11
- /// Border width of the switch thumb.
11
+ /// The border width of the Switch thumb.
12
12
  /// @group switch
13
13
  $kendo-switch-thumb-border-width: null !default;
14
14
 
15
- /// Text transform of the switch label.
15
+ /// The text transform of the Switch label.
16
16
  /// @group switch
17
17
  $kendo-switch-label-text-transform: null !default;
18
18
 
19
- /// Display of the switch label.
19
+ /// The display of the Switch label.
20
20
  /// @group switch
21
21
  $kendo-switch-label-display: none !default;
22
22
 
23
- /// Map with the different switch sizes.
23
+ /// The map with the different Switch sizes.
24
24
  /// @group switch
25
25
  $kendo-switch-sizes: (
26
26
  sm: ( font-size: null, track-width: 26px, track-height: 12px, thumb-width: 16px, thumb-height: 16px, thumb-offset: -2px, label-offset: 0px ),
@@ -28,165 +28,165 @@ $kendo-switch-sizes: (
28
28
  lg: ( font-size: null, track-width: 38px, track-height: 16px, thumb-width: 24px, thumb-height: 24px, thumb-offset: -4px, label-offset: 0px )
29
29
  ) !default;
30
30
 
31
- /// The background of the track when the switch is not checked.
31
+ /// The background of the track when the Switch is not checked.
32
32
  /// @group switch
33
33
  $kendo-switch-off-track-bg: rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .38 ) !default;
34
- /// The text color of the track when the switch is not checked.
34
+ /// The text color of the track when the Switch is not checked.
35
35
  /// @group switch
36
36
  $kendo-switch-off-track-text: null !default;
37
- /// The border color of the track when the switch is not checked.
37
+ /// The border color of the track when the Switch is not checked
38
38
  /// @group switch
39
39
  $kendo-switch-off-track-border: null !default;
40
- /// The background gradient of the track when the switch is not checked.
40
+ /// The background gradient of the track when the Switch is not checked.
41
41
  /// @group switch
42
42
  $kendo-switch-off-track-gradient: null !default;
43
43
 
44
- /// The background of the track when hovered switch is not checked.
44
+ /// The background of the track when the hovered Switch is not checked.
45
45
  /// @group switch
46
46
  $kendo-switch-off-track-hover-bg: null !default;
47
- /// The text color of the track when hovered switch is not checked.
47
+ /// The text color of the track when the hovered Switch is not checked.
48
48
  /// @group switch
49
49
  $kendo-switch-off-track-hover-text: null !default;
50
- /// The border color of the track when hovered switch is not checked.
50
+ /// The border color of the track when the hovered Switch is not checked.
51
51
  /// @group switch
52
52
  $kendo-switch-off-track-hover-border: null !default;
53
- /// The background gradient of the track when hovered switch is not checked.
53
+ /// The background gradient of the track when the hovered Switch is not checked.
54
54
  /// @group switch
55
55
  $kendo-switch-off-track-hover-gradient: null !default;
56
56
 
57
- /// The background of the track when focused switch is not checked.
57
+ /// The background of the track when the focused Switch is not checked.
58
58
  /// @group switch
59
59
  $kendo-switch-off-track-focus-bg: null !default;
60
- /// The text color of the track when focused switch is not checked.
60
+ /// The text color of the track when the focused Switch is not checked.
61
61
  /// @group switch
62
62
  $kendo-switch-off-track-focus-text: null !default;
63
- /// The border color of the track when focused switch is not checked.
63
+ /// The border color of the track when the focused Switch is not checked.
64
64
  /// @group switch
65
65
  $kendo-switch-off-track-focus-border: null !default;
66
- /// The background gradient of the track when focused switch is not checked.
66
+ /// The background gradient of the track when the focused Switch is not checked.
67
67
  /// @group switch
68
68
  $kendo-switch-off-track-focus-gradient: null !default;
69
- /// The ring around the track when focused switch is not checked.
69
+ /// The ring around the track when the focused Switch is not checked.
70
70
  /// @group switch
71
71
  $kendo-switch-off-track-focus-ring: null !default;
72
72
 
73
- /// The background of the track when disabled switch is not checked.
73
+ /// The background of the track when the disabled Switch is not checked.
74
74
  /// @group switch
75
75
  $kendo-switch-off-track-disabled-bg: null !default;
76
- /// The text color of the track when disabled switch is not checked.
76
+ /// The text color of the track when the disabled Switch is not checked.
77
77
  /// @group switch
78
78
  $kendo-switch-off-track-disabled-text: null !default;
79
- /// The border color of the track when disabled switch is not checked.
79
+ /// The border color of the track when the disabled Switch is not checked.
80
80
  /// @group switch
81
81
  $kendo-switch-off-track-disabled-border: null !default;
82
- /// The background gradient of the track when disabled switch is not checked.
82
+ /// The background gradient of the track when the disabled Switch is not checked.
83
83
  /// @group switch
84
84
  $kendo-switch-off-track-disabled-gradient: null !default;
85
85
 
86
- /// The background of the thumb when the switch is not checked.
86
+ /// The background of the thumb when the Switch is not checked.
87
87
  /// @group switch
88
88
  $kendo-switch-off-thumb-bg: if( $kendo-is-dark-theme, $kendo-color-black, $kendo-color-white ) !default;
89
- /// The text color of the thumb when the switch is not checked.
89
+ /// The text color of the thumb when the Switch is not checked.
90
90
  /// @group switch
91
91
  $kendo-switch-off-thumb-text: null !default;
92
- /// The border color of the thumb when the switch is not checked.
92
+ /// The border color of the thumb when the Switch is not checked.
93
93
  /// @group switch
94
94
  $kendo-switch-off-thumb-border: null !default;
95
- /// The background gradient of the thumb when the switch is not checked.
95
+ /// The background gradient of the thumb when the Switch is not checked.
96
96
  /// @group switch
97
97
  $kendo-switch-off-thumb-gradient: null !default;
98
98
 
99
- /// The background of the thumb when the hovered switch is not checked.
99
+ /// The background of the thumb when the hovered Switch is not checked.
100
100
  /// @group switch
101
101
  $kendo-switch-off-thumb-hover-bg: null !default;
102
- /// The text color of the thumb when the hovered switch is not checked.
102
+ /// The text color of the thumb when the hovered Switch is not checked.
103
103
  /// @group switch
104
104
  $kendo-switch-off-thumb-hover-text: null !default;
105
- /// The border color of the thumb when the hovered switch is not checked.
105
+ /// The border color of the thumb when the hovered Switch is not checked.
106
106
  /// @group switch
107
107
  $kendo-switch-off-thumb-hover-border: null !default;
108
- /// The background gradient of the thumb when the hovered switch is not checked.
108
+ /// The background gradient of the thumb when the hovered Switch is not checked.
109
109
  /// @group switch
110
110
  $kendo-switch-off-thumb-hover-gradient: null !default;
111
111
 
112
112
 
113
- /// The background of the track when the switch is checked.
113
+ /// The background of the track when the Switch is checked.
114
114
  /// @group switch
115
115
  $kendo-switch-on-track-bg: rgba( $kendo-color-primary, .54 ) !default;
116
- /// The text color of the track when the switch is checked.
116
+ /// The text color of the track when the Switch is checked.
117
117
  /// @group switch
118
118
  $kendo-switch-on-track-text: null !default;
119
- /// The border color of the track when the switch is checked.
119
+ /// The border color of the track when the Switch is checked.
120
120
  /// @group switch
121
121
  $kendo-switch-on-track-border: null !default;
122
- /// The background gradient of the track when the switch is checked.
122
+ /// The background gradient of the track when the Switch is checked.
123
123
  /// @group switch
124
124
  $kendo-switch-on-track-gradient: null !default;
125
125
 
126
- /// The background of the track when the hovered switch is checked.
126
+ /// The background of the track when the hovered Switch is checked.
127
127
  /// @group switch
128
128
  $kendo-switch-on-track-hover-bg: null !default;
129
- /// The text color of the track when the hovered switch is checked.
129
+ /// The text color of the track when the hovered Switch is checked.
130
130
  /// @group switch
131
131
  $kendo-switch-on-track-hover-text: null !default;
132
- /// The border color of the track when the hovered switch is checked.
132
+ /// The border color of the track when the hovered Switch is checked.
133
133
  /// @group switch
134
134
  $kendo-switch-on-track-hover-border: null !default;
135
- /// The background gradient of the track when the hovered switch is checked.
135
+ /// The background gradient of the track when the hovered Switch is checked.
136
136
  /// @group switch
137
137
  $kendo-switch-on-track-hover-gradient: null !default;
138
138
 
139
- /// The background of the track when the focused switch is checked.
139
+ /// The background of the track when the focused Switch is checked.
140
140
  /// @group switch
141
141
  $kendo-switch-on-track-focus-bg: null !default;
142
- /// The text color of the track when the focused switch is checked.
142
+ /// The text color of the track when the focused Switch is checked.
143
143
  /// @group switch
144
144
  $kendo-switch-on-track-focus-text: null !default;
145
- /// The border color of the track when the focused switch is checked.
145
+ /// The border color of the track when the focused Switch is checked.
146
146
  /// @group switch
147
147
  $kendo-switch-on-track-focus-border: null !default;
148
- /// The background gradient of the track when the focused switch is checked.
148
+ /// The background gradient of the track when the focused Switch is checked.
149
149
  /// @group switch
150
150
  $kendo-switch-on-track-focus-gradient: null !default;
151
- /// The ring around the track when the focused switch is checked.
151
+ /// The ring around the track when the focused Switch is checked.
152
152
  /// @group switch
153
153
  $kendo-switch-on-track-focus-ring: null !default;
154
154
 
155
- /// The background of the track when the disabled switch is checked.
155
+ /// The background of the track when the disabled Switch is checked.
156
156
  /// @group switch
157
157
  $kendo-switch-on-track-disabled-bg: null !default;
158
- /// The text color of the track when the disabled switch is checked.
158
+ /// The text color of the track when the disabled Switch is checked.
159
159
  /// @group switch
160
160
  $kendo-switch-on-track-disabled-text: null !default;
161
- /// The border color of the track when the disabled switch is checked.
161
+ /// The border color of the track when the disabled Switch is checked.
162
162
  /// @group switch
163
163
  $kendo-switch-on-track-disabled-border: null !default;
164
- /// The background gradient of the track when the disabled switch is checked.
164
+ /// The background gradient of the track when the disabled Switch is checked.
165
165
  /// @group switch
166
166
  $kendo-switch-on-track-disabled-gradient: null !default;
167
167
 
168
- /// The background of the thumb when the switch is checked.
168
+ /// The background of the thumb when the Switch is checked.
169
169
  /// @group switch
170
170
  $kendo-switch-on-thumb-bg: $kendo-color-primary !default;
171
- /// The text color of the thumb when the switch is checked.
171
+ /// The text color of the thumb when the Switch is checked.
172
172
  /// @group switch
173
173
  $kendo-switch-on-thumb-text: null !default;
174
- /// The border color of the thumb when the switch is checked.
174
+ /// The border color of the thumb when the Switch is checked.
175
175
  /// @group switch
176
176
  $kendo-switch-on-thumb-border: null !default;
177
- /// The background gradient of the thumb when the switch is checked.
177
+ /// The background gradient of the thumb when the Switch is checked.
178
178
  /// @group switch
179
179
  $kendo-switch-on-thumb-gradient: null !default;
180
180
 
181
- /// The background of the thumb when the hovered switch is checked.
181
+ /// The background of the thumb when the hovered Switch is checked.
182
182
  /// @group switch
183
183
  $kendo-switch-on-thumb-hover-bg: null !default;
184
- /// The text color of the thumb when the hovered switch is checked.
184
+ /// The text color of the thumb when the hovered Switch is checked.
185
185
  /// @group switch
186
186
  $kendo-switch-on-thumb-hover-text: null !default;
187
- /// The border color of the thumb when the hovered switch is checked.
187
+ /// The border color of the thumb when the hovered Switch is checked.
188
188
  /// @group switch
189
189
  $kendo-switch-on-thumb-hover-border: null !default;
190
- /// The background gradient of the thumb when the hovered switch is checked.
190
+ /// The background gradient of the thumb when the hovered Switch is checked.
191
191
  /// @group switch
192
192
  $kendo-switch-on-thumb-hover-gradient: null !default;
@@ -17,3 +17,21 @@ $_kendo-module-meta: (
17
17
  @import "./_variables.scss";
18
18
  @import "./_layout.scss";
19
19
  @import "./_theme.scss";
20
+
21
+
22
+ // Register
23
+ @import "../core/module-system/index.import.scss";
24
+ @include module-register( $_kendo-module-meta... );
25
+
26
+
27
+ // Expose
28
+ @mixin kendo-table--styles() {
29
+ @include module-render( "table" ) {
30
+ @include kendo-table--layout();
31
+ @include kendo-table--theme();
32
+ }
33
+ }
34
+
35
+ @if $kendo-auto-bootstrap {
36
+ @include kendo-table--styles();
37
+ }
@@ -1 +1,6 @@
1
1
  @import "@progress/kendo-theme-default/scss/table/_layout.scss";
2
+
3
+
4
+ @mixin kendo-table--layout() {
5
+ @include kendo-table--layout-base();
6
+ }
@@ -1,6 +1,9 @@
1
1
  @import "@progress/kendo-theme-default/scss/table/_theme.scss";
2
2
 
3
- @include exports( "table/theme/material" ) {
3
+
4
+ @mixin kendo-table--theme() {
5
+
6
+ @include kendo-table--theme-base();
4
7
 
5
8
  // Selected state
6
9
  .k-table-tbody .k-table-row.k-selected,