@progress/kendo-theme-default 6.2.1-dev.1 → 6.2.1-dev.44

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 (355) hide show
  1. package/dist/all.css +4434 -183
  2. package/dist/all.scss +4830 -1190
  3. package/dist/default-main-dark.scss +33 -28
  4. package/dist/meta/sassdoc-data.json +4306 -3550
  5. package/dist/meta/sassdoc-raw-data.json +2095 -1745
  6. package/dist/meta/variables.json +38 -2
  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 +54 -29
  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 +4 -4
  20. package/scss/_variables.scss +2 -0
  21. package/scss/action-buttons/_index.scss +18 -0
  22. package/scss/action-buttons/_layout.scss +16 -9
  23. package/scss/action-buttons/_theme.scss +7 -1
  24. package/scss/action-sheet/_index.scss +18 -0
  25. package/scss/action-sheet/_layout.scss +8 -4
  26. package/scss/action-sheet/_theme.scss +6 -1
  27. package/scss/adaptive/_index.scss +18 -0
  28. package/scss/adaptive/_layout.scss +14 -7
  29. package/scss/adaptive/_theme.scss +7 -1
  30. package/scss/all.scss +6 -0
  31. package/scss/appbar/_index.scss +18 -0
  32. package/scss/appbar/_layout.scss +6 -1
  33. package/scss/appbar/_theme.scss +6 -1
  34. package/scss/autocomplete/_index.scss +18 -0
  35. package/scss/autocomplete/_layout.scss +6 -1
  36. package/scss/autocomplete/_theme.scss +6 -1
  37. package/scss/avatar/_index.scss +18 -0
  38. package/scss/avatar/_layout.scss +5 -1
  39. package/scss/avatar/_theme.scss +6 -1
  40. package/scss/badge/_index.scss +18 -0
  41. package/scss/badge/_layout.scss +6 -1
  42. package/scss/badge/_theme.scss +7 -1
  43. package/scss/bottom-navigation/_index.scss +18 -0
  44. package/scss/bottom-navigation/_layout.scss +7 -1
  45. package/scss/bottom-navigation/_theme.scss +6 -1
  46. package/scss/breadcrumb/_index.scss +18 -0
  47. package/scss/breadcrumb/_layout.scss +6 -1
  48. package/scss/breadcrumb/_theme.scss +6 -1
  49. package/scss/button/_index.scss +18 -0
  50. package/scss/button/_layout.scss +8 -9
  51. package/scss/button/_theme.scss +6 -1
  52. package/scss/button/_variables.scss +66 -63
  53. package/scss/calendar/_index.scss +18 -0
  54. package/scss/calendar/_layout.scss +8 -13
  55. package/scss/calendar/_theme.scss +7 -9
  56. package/scss/captcha/_index.scss +18 -2
  57. package/scss/captcha/_layout.scss +6 -1
  58. package/scss/captcha/_theme.scss +6 -1
  59. package/scss/card/_index.scss +18 -0
  60. package/scss/card/_layout.scss +9 -13
  61. package/scss/card/_theme.scss +6 -1
  62. package/scss/card/_variables.scss +2 -0
  63. package/scss/chat/_index.scss +18 -0
  64. package/scss/chat/_layout.scss +9 -22
  65. package/scss/chat/_theme.scss +6 -1
  66. package/scss/checkbox/_index.scss +18 -0
  67. package/scss/checkbox/_layout.scss +6 -1
  68. package/scss/checkbox/_theme.scss +6 -1
  69. package/scss/checkbox/_variables.scss +53 -53
  70. package/scss/chip/_index.scss +18 -0
  71. package/scss/chip/_layout.scss +6 -1
  72. package/scss/chip/_theme.scss +6 -1
  73. package/scss/chip/_variables.scss +42 -42
  74. package/scss/color-preview/_index.scss +18 -2
  75. package/scss/color-preview/_layout.scss +6 -1
  76. package/scss/color-preview/_theme.scss +6 -1
  77. package/scss/coloreditor/_index.scss +18 -0
  78. package/scss/coloreditor/_layout.scss +6 -1
  79. package/scss/coloreditor/_theme.scss +6 -1
  80. package/scss/colorgradient/_index.scss +18 -1
  81. package/scss/colorgradient/_layout.scss +6 -1
  82. package/scss/colorgradient/_theme.scss +8 -3
  83. package/scss/colorgradient/_variables.scss +3 -0
  84. package/scss/colorpalette/_index.scss +18 -0
  85. package/scss/colorpalette/_layout.scss +6 -1
  86. package/scss/colorpalette/_theme.scss +6 -1
  87. package/scss/colorpicker/_index.scss +18 -0
  88. package/scss/colorpicker/_layout.scss +6 -1
  89. package/scss/colorpicker/_theme.scss +5 -1
  90. package/scss/combobox/_index.scss +18 -0
  91. package/scss/combobox/_layout.scss +6 -1
  92. package/scss/combobox/_theme.scss +6 -1
  93. package/scss/common/_base.scss +1 -1
  94. package/scss/dataviz/_index.scss +18 -0
  95. package/scss/dataviz/_layout.scss +15 -22
  96. package/scss/dataviz/_theme.scss +8 -3
  97. package/scss/dateinput/_index.scss +18 -0
  98. package/scss/dateinput/_layout.scss +6 -1
  99. package/scss/dateinput/_theme.scss +6 -1
  100. package/scss/datepicker/_index.scss +18 -0
  101. package/scss/datepicker/_layout.scss +5 -1
  102. package/scss/datepicker/_theme.scss +6 -1
  103. package/scss/daterangepicker/_index.scss +18 -2
  104. package/scss/daterangepicker/_layout.scss +6 -1
  105. package/scss/daterangepicker/_theme.scss +9 -1
  106. package/scss/datetimepicker/_index.scss +18 -0
  107. package/scss/datetimepicker/_layout.scss +7 -4
  108. package/scss/datetimepicker/_theme.scss +6 -1
  109. package/scss/dialog/_index.scss +18 -0
  110. package/scss/dialog/_layout.scss +6 -1
  111. package/scss/dialog/_theme.scss +8 -2
  112. package/scss/draggable/_index.scss +18 -0
  113. package/scss/draggable/_layout.scss +6 -1
  114. package/scss/draggable/_theme.scss +7 -2
  115. package/scss/drawer/_index.scss +18 -0
  116. package/scss/drawer/_layout.scss +6 -1
  117. package/scss/drawer/_theme.scss +6 -1
  118. package/scss/dropdowngrid/_index.scss +18 -0
  119. package/scss/dropdowngrid/_layout.scss +9 -3
  120. package/scss/dropdowngrid/_theme.scss +6 -1
  121. package/scss/dropdownlist/_index.scss +18 -0
  122. package/scss/dropdownlist/_layout.scss +8 -2
  123. package/scss/dropdownlist/_theme.scss +6 -1
  124. package/scss/dropdowntree/_index.scss +18 -0
  125. package/scss/dropdowntree/_layout.scss +6 -1
  126. package/scss/dropdowntree/_theme.scss +6 -1
  127. package/scss/dropzone/_index.scss +18 -0
  128. package/scss/dropzone/_layout.scss +7 -2
  129. package/scss/dropzone/_theme.scss +6 -1
  130. package/scss/editor/_index.scss +18 -0
  131. package/scss/editor/_layout.scss +12 -12
  132. package/scss/editor/_theme.scss +6 -1
  133. package/scss/expansion-panel/_index.scss +18 -0
  134. package/scss/expansion-panel/_layout.scss +6 -1
  135. package/scss/expansion-panel/_theme.scss +6 -1
  136. package/scss/fab/_index.scss +18 -0
  137. package/scss/fab/_layout.scss +21 -32
  138. package/scss/fab/_theme.scss +10 -9
  139. package/scss/fab/_variables.scss +32 -0
  140. package/scss/filemanager/_index.scss +18 -0
  141. package/scss/filemanager/_layout.scss +6 -1
  142. package/scss/filemanager/_theme.scss +6 -1
  143. package/scss/filter/_index.scss +18 -0
  144. package/scss/filter/_layout.scss +7 -1
  145. package/scss/filter/_theme.scss +6 -1
  146. package/scss/floating-label/_index.scss +18 -0
  147. package/scss/floating-label/_layout.scss +6 -1
  148. package/scss/floating-label/_theme.scss +6 -1
  149. package/scss/forms/_index.scss +18 -0
  150. package/scss/forms/_layout.scss +7 -3
  151. package/scss/forms/_theme.scss +6 -1
  152. package/scss/gantt/_index.scss +18 -0
  153. package/scss/gantt/_layout.scss +13 -10
  154. package/scss/gantt/_theme.scss +8 -1
  155. package/scss/grid/_index.scss +18 -0
  156. package/scss/grid/_layout.scss +17 -7
  157. package/scss/grid/_theme.scss +15 -1
  158. package/scss/grid/_variables.scss +7 -0
  159. package/scss/icons/_index.scss +19 -4
  160. package/scss/icons/_layout.scss +6 -1
  161. package/scss/icons/_theme.scss +6 -0
  162. package/scss/icons/_variables.scss +0 -0
  163. package/scss/imageeditor/_index.scss +18 -0
  164. package/scss/imageeditor/_layout.scss +6 -1
  165. package/scss/imageeditor/_theme.scss +6 -1
  166. package/scss/index.scss +169 -0
  167. package/scss/input/_index.scss +18 -0
  168. package/scss/input/_layout.scss +6 -6
  169. package/scss/input/_theme.scss +6 -1
  170. package/scss/input/_variables.scss +121 -119
  171. package/scss/list/_index.scss +18 -0
  172. package/scss/list/_layout.scss +6 -1
  173. package/scss/list/_theme.scss +6 -1
  174. package/scss/list/_variables.scss +41 -40
  175. package/scss/listbox/_index.scss +18 -0
  176. package/scss/listbox/_layout.scss +6 -1
  177. package/scss/listbox/_theme.scss +7 -1
  178. package/scss/listgroup/_index.scss +18 -0
  179. package/scss/listgroup/_layout.scss +7 -12
  180. package/scss/listgroup/_theme.scss +7 -1
  181. package/scss/listview/_index.scss +18 -0
  182. package/scss/listview/_layout.scss +7 -1
  183. package/scss/listview/_theme.scss +6 -1
  184. package/scss/loader/_index.scss +18 -0
  185. package/scss/loader/_layout.scss +10 -23
  186. package/scss/loader/_theme.scss +6 -1
  187. package/scss/map/_index.scss +18 -1
  188. package/scss/map/_layout.scss +7 -2
  189. package/scss/map/_theme.scss +7 -1
  190. package/scss/map/_variables.scss +3 -0
  191. package/scss/maskedtextbox/_index.scss +18 -0
  192. package/scss/maskedtextbox/_layout.scss +6 -1
  193. package/scss/maskedtextbox/_theme.scss +6 -1
  194. package/scss/mediaplayer/_index.scss +18 -0
  195. package/scss/mediaplayer/_layout.scss +6 -1
  196. package/scss/mediaplayer/_theme.scss +6 -1
  197. package/scss/menu/_index.scss +18 -0
  198. package/scss/menu/_layout.scss +6 -1
  199. package/scss/menu/_theme.scss +6 -1
  200. package/scss/menu-button/_index.scss +18 -0
  201. package/scss/menu-button/_layout.scss +6 -1
  202. package/scss/menu-button/_theme.scss +11 -1
  203. package/scss/messagebox/_index.scss +18 -0
  204. package/scss/messagebox/_layout.scss +6 -1
  205. package/scss/messagebox/_theme.scss +6 -1
  206. package/scss/multiselect/_index.scss +18 -0
  207. package/scss/multiselect/_layout.scss +6 -1
  208. package/scss/multiselect/_theme.scss +6 -1
  209. package/scss/notification/_index.scss +18 -0
  210. package/scss/notification/_layout.scss +6 -1
  211. package/scss/notification/_theme.scss +6 -1
  212. package/scss/numerictextbox/_index.scss +18 -0
  213. package/scss/numerictextbox/_layout.scss +6 -1
  214. package/scss/numerictextbox/_theme.scss +6 -1
  215. package/scss/orgchart/_index.scss +18 -0
  216. package/scss/orgchart/_layout.scss +6 -1
  217. package/scss/orgchart/_theme.scss +6 -1
  218. package/scss/overlay/_index.scss +18 -0
  219. package/scss/overlay/_layout.scss +6 -1
  220. package/scss/overlay/_theme.scss +6 -1
  221. package/scss/pager/_index.scss +18 -0
  222. package/scss/pager/_layout.scss +6 -1
  223. package/scss/pager/_theme.scss +7 -1
  224. package/scss/panelbar/_index.scss +18 -0
  225. package/scss/panelbar/_layout.scss +6 -1
  226. package/scss/panelbar/_theme.scss +7 -1
  227. package/scss/pdf-viewer/_index.scss +18 -0
  228. package/scss/pdf-viewer/_layout.scss +7 -1
  229. package/scss/pdf-viewer/_theme.scss +7 -2
  230. package/scss/pivotgrid/_index.scss +18 -0
  231. package/scss/pivotgrid/_layout.scss +11 -35
  232. package/scss/pivotgrid/_theme.scss +11 -11
  233. package/scss/popover/_index.scss +18 -0
  234. package/scss/popover/_layout.scss +7 -4
  235. package/scss/popover/_theme.scss +6 -1
  236. package/scss/popup/_index.scss +18 -0
  237. package/scss/popup/_layout.scss +7 -5
  238. package/scss/popup/_theme.scss +6 -1
  239. package/scss/progressbar/_index.scss +18 -0
  240. package/scss/progressbar/_layout.scss +8 -10
  241. package/scss/progressbar/_theme.scss +7 -4
  242. package/scss/radio/_index.scss +18 -0
  243. package/scss/radio/_layout.scss +6 -1
  244. package/scss/radio/_theme.scss +6 -1
  245. package/scss/radio/_variables.scss +47 -45
  246. package/scss/rating/_index.scss +18 -0
  247. package/scss/rating/_layout.scss +7 -1
  248. package/scss/rating/_theme.scss +7 -1
  249. package/scss/responsivepanel/_index.scss +18 -0
  250. package/scss/responsivepanel/_layout.scss +6 -1
  251. package/scss/responsivepanel/_theme.scss +6 -1
  252. package/scss/ripple/_index.scss +18 -0
  253. package/scss/ripple/_layout.scss +8 -1
  254. package/scss/ripple/_theme.scss +8 -1
  255. package/scss/scheduler/_index.scss +18 -0
  256. package/scss/scheduler/_layout.scss +10 -25
  257. package/scss/scheduler/_theme.scss +7 -16
  258. package/scss/scroller/_index.scss +18 -0
  259. package/scss/scroller/_layout.scss +6 -1
  260. package/scss/scroller/_theme.scss +6 -1
  261. package/scss/scrollview/_index.scss +18 -0
  262. package/scss/scrollview/_layout.scss +6 -1
  263. package/scss/scrollview/_theme.scss +6 -1
  264. package/scss/searchbox/_index.scss +18 -0
  265. package/scss/searchbox/_layout.scss +6 -1
  266. package/scss/searchbox/_theme.scss +6 -1
  267. package/scss/signature/_index.scss +18 -0
  268. package/scss/signature/_layout.scss +6 -1
  269. package/scss/signature/_theme.scss +5 -1
  270. package/scss/skeleton/_index.scss +18 -0
  271. package/scss/skeleton/_layout.scss +9 -8
  272. package/scss/skeleton/_theme.scss +8 -5
  273. package/scss/slider/_index.scss +18 -2
  274. package/scss/slider/_layout.scss +6 -1
  275. package/scss/slider/_theme.scss +12 -1
  276. package/scss/slider/_variables.scss +4 -0
  277. package/scss/split-button/_index.scss +18 -0
  278. package/scss/split-button/_layout.scss +7 -1
  279. package/scss/split-button/_theme.scss +6 -1
  280. package/scss/split-button/_variables.scss +9 -9
  281. package/scss/splitter/_index.scss +18 -0
  282. package/scss/splitter/_layout.scss +7 -1
  283. package/scss/splitter/_theme.scss +7 -1
  284. package/scss/spreadsheet/_index.scss +18 -1
  285. package/scss/spreadsheet/_layout.scss +12 -33
  286. package/scss/spreadsheet/_theme.scss +7 -21
  287. package/scss/spreadsheet/_variables.scss +3 -0
  288. package/scss/stepper/_index.scss +18 -0
  289. package/scss/stepper/_layout.scss +8 -4
  290. package/scss/stepper/_theme.scss +6 -1
  291. package/scss/switch/_index.scss +18 -0
  292. package/scss/switch/_layout.scss +6 -1
  293. package/scss/switch/_theme.scss +6 -1
  294. package/scss/switch/_variables.scss +57 -56
  295. package/scss/table/_index.scss +18 -0
  296. package/scss/table/_layout.scss +6 -1
  297. package/scss/table/_theme.scss +6 -1
  298. package/scss/tabstrip/_index.scss +18 -0
  299. package/scss/tabstrip/_layout.scss +6 -1
  300. package/scss/tabstrip/_theme.scss +6 -1
  301. package/scss/taskboard/_index.scss +18 -0
  302. package/scss/taskboard/_layout.scss +8 -3
  303. package/scss/taskboard/_theme.scss +6 -1
  304. package/scss/textarea/_index.scss +18 -0
  305. package/scss/textarea/_layout.scss +6 -1
  306. package/scss/textarea/_theme.scss +6 -1
  307. package/scss/textbox/_index.scss +18 -0
  308. package/scss/textbox/_layout.scss +6 -1
  309. package/scss/textbox/_theme.scss +7 -1
  310. package/scss/tilelayout/_index.scss +18 -0
  311. package/scss/tilelayout/_layout.scss +6 -1
  312. package/scss/tilelayout/_theme.scss +6 -1
  313. package/scss/timedurationpicker/_index.scss +18 -0
  314. package/scss/timedurationpicker/_layout.scss +17 -1
  315. package/scss/timedurationpicker/_theme.scss +9 -3
  316. package/scss/timeline/_index.scss +18 -0
  317. package/scss/timeline/_layout.scss +7 -1
  318. package/scss/timeline/_theme.scss +7 -1
  319. package/scss/timepicker/_index.scss +18 -0
  320. package/scss/timepicker/_layout.scss +13 -2
  321. package/scss/timepicker/_theme.scss +7 -2
  322. package/scss/timeselector/_index.scss +18 -0
  323. package/scss/timeselector/_layout.scss +6 -3
  324. package/scss/timeselector/_theme.scss +6 -1
  325. package/scss/toolbar/_index.scss +18 -0
  326. package/scss/toolbar/_layout.scss +8 -13
  327. package/scss/toolbar/_theme.scss +6 -17
  328. package/scss/tooltip/_index.scss +18 -0
  329. package/scss/tooltip/_layout.scss +6 -1
  330. package/scss/tooltip/_theme.scss +8 -1
  331. package/scss/treelist/_index.scss +18 -0
  332. package/scss/treelist/_layout.scss +6 -1
  333. package/scss/treelist/_theme.scss +6 -1
  334. package/scss/treeview/_index.scss +18 -0
  335. package/scss/treeview/_layout.scss +6 -1
  336. package/scss/treeview/_theme.scss +6 -1
  337. package/scss/typography/_index.scss +18 -0
  338. package/scss/typography/_layout.scss +7 -1
  339. package/scss/typography/_theme.scss +7 -1
  340. package/scss/upload/_index.scss +18 -0
  341. package/scss/upload/_layout.scss +6 -1
  342. package/scss/upload/_theme.scss +7 -2
  343. package/scss/utils/_index.scss +14 -2
  344. package/scss/validator/_index.scss +18 -0
  345. package/scss/validator/_layout.scss +12 -2
  346. package/scss/validator/_theme.scss +11 -1
  347. package/scss/virtual-scroller/_index.scss +18 -0
  348. package/scss/virtual-scroller/_layout.scss +6 -1
  349. package/scss/virtual-scroller/_theme.scss +9 -1
  350. package/scss/window/_index.scss +18 -0
  351. package/scss/window/_layout.scss +7 -1
  352. package/scss/window/_theme.scss +6 -1
  353. package/scss/wizard/_index.scss +18 -0
  354. package/scss/wizard/_layout.scss +8 -1
  355. package/scss/wizard/_theme.scss +6 -1
@@ -1,4 +1,4 @@
1
- @include exports("pivotgrid/layout") {
1
+ @mixin kendo-pivotgrid--layout-base() {
2
2
 
3
3
  // Pivotgrid
4
4
  .k-pivotgrid {
@@ -161,13 +161,8 @@
161
161
  overflow: auto;
162
162
  }
163
163
 
164
- }
165
-
166
-
167
-
168
- @include exports("pivotgrid/layout/configurator") {
169
164
 
170
- // Configurator
165
+ // Pivotgrid configurator
171
166
  .k-pivotgrid-configurator {
172
167
  display: flex;
173
168
  }
@@ -445,26 +440,9 @@
445
440
  }
446
441
  }
447
442
 
448
- }
449
-
450
-
451
443
 
452
- @include exports("pivotgrid/layout/rtl") {
453
-
454
- .k-pivotgrid {
455
- .k-rtl &,
456
- &.k-rtl,
457
- [dir="rtl"] &,
458
- &[dir="rtl"] {
459
-
460
- }
461
- }
462
-
463
- }
464
-
465
-
466
- @include exports( "pivotgrid/layout/export" ) {
467
444
 
445
+ // Pivotgrid export
468
446
  .k-pdf-export-shadow {
469
447
 
470
448
  .k-pivotgrid {
@@ -481,11 +459,10 @@
481
459
  }
482
460
 
483
461
  }
484
- }
485
-
486
462
 
487
- @include exports("pivotgrid/layout/legacy") {
488
463
 
464
+ // Legacy pivotgrid
465
+ // TODO: remove
489
466
  .k-pivot {
490
467
  border-width: $kendo-pivotgrid-border-width;
491
468
  border-style: solid;
@@ -596,15 +573,9 @@
596
573
  max-height: 600px;
597
574
  }
598
575
 
599
- }
600
-
601
-
602
-
603
-
604
- @include exports("pivotgrid/configurator/layout/legacy") {
605
-
606
576
 
607
577
  // jquery specific -- old pivot
578
+ // TODO: remove
608
579
  .k-pivotgrid-wrapper {
609
580
  box-sizing: border-box;
610
581
  display: flex;
@@ -669,3 +640,8 @@
669
640
  }
670
641
 
671
642
  }
643
+
644
+
645
+ @mixin kendo-pivotgrid--layout() {
646
+ @include kendo-pivotgrid--layout-base();
647
+ }
@@ -1,5 +1,6 @@
1
- @include exports("pivotgrid/theme") {
1
+ @mixin kendo-pivotgrid--theme-base() {
2
2
 
3
+ // PivotGrid
3
4
  .k-pivotgrid {
4
5
  @include fill (
5
6
  $kendo-pivotgrid-text,
@@ -80,12 +81,8 @@
80
81
  );
81
82
  }
82
83
 
83
- }
84
-
85
-
86
-
87
- @include exports("pivotgrid/theme/configurator") {
88
84
 
85
+ // Pivotgrid configurator
89
86
  .k-pivotgrid-configurator-button,
90
87
  .k-pivotgrid-configurator-panel {
91
88
  @include fill (
@@ -154,12 +151,10 @@
154
151
  @include box-shadow( $kendo-pivotgrid-configurator-bottom-shadow );
155
152
  }
156
153
  }
157
- }
158
-
159
154
 
160
155
 
161
- @include exports("pivotgrid/theme/legacy") {
162
-
156
+ // Legacy pivotgrid
157
+ // TODO: remove
163
158
  .k-pivot {
164
159
  @include fill (
165
160
  $kendo-pivotgrid-text,
@@ -240,6 +235,11 @@
240
235
  .k-column-fields {
241
236
  border-color: $kendo-component-border;
242
237
  }
243
-
244
238
  }
239
+
240
+ }
241
+
242
+
243
+ @mixin kendo-pivotgrid--theme() {
244
+ @include kendo-pivotgrid--theme-base();
245
245
  }
@@ -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-popover--styles() {
34
+ @include module-render( "popover" ) {
35
+ @include kendo-popover--layout();
36
+ @include kendo-popover--theme();
37
+ }
38
+ }
39
+
40
+ @if $kendo-auto-bootstrap {
41
+ @include kendo-popover--styles();
42
+ }
@@ -1,4 +1,4 @@
1
- @include exports("popover/layout") {
1
+ @mixin kendo-popover--layout-base() {
2
2
 
3
3
  // Popover
4
4
  .k-popover {
@@ -52,10 +52,8 @@
52
52
  border-width: $kendo-popover-actions-border-width 0 0;
53
53
  }
54
54
 
55
- }
56
-
57
- @include exports( "popover/layout/callout" ) {
58
55
 
56
+ // Popover callout
59
57
  .k-popover-callout {
60
58
  margin: 0;
61
59
  width: $kendo-popover-callout-width;
@@ -90,3 +88,8 @@
90
88
  }
91
89
 
92
90
  }
91
+
92
+
93
+ @mixin kendo-popover--layout() {
94
+ @include kendo-popover--layout-base();
95
+ }
@@ -1,4 +1,4 @@
1
- @include exports("popover/theme") {
1
+ @mixin kendo-popover--theme-base() {
2
2
 
3
3
  // Popover
4
4
  .k-popover {
@@ -36,3 +36,8 @@
36
36
  }
37
37
 
38
38
  }
39
+
40
+
41
+ @mixin kendo-popover--theme() {
42
+ @include kendo-popover--theme-base();
43
+ }
@@ -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-popup--styles() {
29
+ @include module-render( "popup" ) {
30
+ @include kendo-popup--layout();
31
+ @include kendo-popup--theme();
32
+ }
33
+ }
34
+
35
+ @if $kendo-auto-bootstrap {
36
+ @include kendo-popup--styles();
37
+ }
@@ -1,4 +1,4 @@
1
- @include exports("popup/layout") {
1
+ @mixin kendo-popup--layout-base() {
2
2
 
3
3
  .k-popup {
4
4
  @include border-radius( $kendo-popup-border-radius );
@@ -48,14 +48,16 @@
48
48
  .k-popup > .k-coloreditor {
49
49
  border-width: 0;
50
50
  }
51
- }
52
-
53
-
54
51
 
55
- @include exports( "common/decoration/shadow/legacy" ) {
56
52
 
53
+ // Legacy shadow
57
54
  .k-shadow {
58
55
  box-shadow: $kendo-popup-shadow;
59
56
  }
60
57
 
61
58
  }
59
+
60
+
61
+ @mixin kendo-popup--layout() {
62
+ @include kendo-popup--layout-base();
63
+ }
@@ -1,4 +1,4 @@
1
- @include exports( "popup/theme" ) {
1
+ @mixin kendo-popup--theme-base() {
2
2
 
3
3
  .k-popup {
4
4
  @include fill(
@@ -14,3 +14,8 @@
14
14
  }
15
15
 
16
16
  }
17
+
18
+
19
+ @mixin kendo-popup--theme() {
20
+ @include kendo-popup--theme-base();
21
+ }
@@ -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-progressbar--styles() {
29
+ @include module-render( "progressbar" ) {
30
+ @include kendo-progressbar--layout();
31
+ @include kendo-progressbar--theme();
32
+ }
33
+ }
34
+
35
+ @if $kendo-auto-bootstrap {
36
+ @include kendo-progressbar--styles();
37
+ }
@@ -1,4 +1,4 @@
1
- @include exports("progressbar/layout") {
1
+ @mixin kendo-progressbar--layout-base() {
2
2
 
3
3
  // Base
4
4
  .k-progressbar {
@@ -190,22 +190,15 @@
190
190
  }
191
191
  }
192
192
 
193
- }
194
-
195
-
196
-
197
-
198
- @include exports("progressbar/layout/rtl") {
199
193
 
194
+ // RTL
200
195
  .k-rtl .k-progressbar,
201
196
  .k-progressbar[dir="rtl"] {
202
197
  direction: rtl;
203
198
  }
204
199
 
205
- }
206
-
207
- @include exports("circular-progressbar/layout") {
208
200
 
201
+ // Circular progressbar
209
202
  .k-circular-progressbar {
210
203
  display: inline-block;
211
204
  text-align: start;
@@ -246,3 +239,8 @@
246
239
  }
247
240
 
248
241
  }
242
+
243
+
244
+ @mixin kendo-progressbar--layout() {
245
+ @include kendo-progressbar--layout-base();
246
+ }
@@ -1,4 +1,4 @@
1
- @include exports("progressbar/theme") {
1
+ @mixin kendo-progressbar--theme-base() {
2
2
 
3
3
  @keyframes kendo-progressbar-indeterminate-animation {
4
4
  from { background-position: 0 0; }
@@ -34,10 +34,8 @@
34
34
  animation: kendo-progressbar-indeterminate-animation $kendo-progressbar-animation-timing;
35
35
  }
36
36
 
37
- }
38
-
39
- @include exports("circular-progressbar/theme") {
40
37
 
38
+ // Circular progressbar
41
39
  .k-circular-progressbar-scale {
42
40
  stroke: $kendo-circular-progressbar-scale-stroke;
43
41
  }
@@ -48,3 +46,8 @@
48
46
  }
49
47
 
50
48
  }
49
+
50
+
51
+ @mixin kendo-progressbar--theme() {
52
+ @include kendo-progressbar--theme-base();
53
+ }
@@ -16,3 +16,21 @@ $_kendo-module-meta: (
16
16
  @import "./_variables.scss";
17
17
  @import "./_layout.scss";
18
18
  @import "./_theme.scss";
19
+
20
+
21
+ // Register
22
+ @import "../core/module-system/index.import.scss";
23
+ @include module-register( $_kendo-module-meta... );
24
+
25
+
26
+ // Expose
27
+ @mixin kendo-radio--styles() {
28
+ @include module-render( "radio" ) {
29
+ @include kendo-radio--layout();
30
+ @include kendo-radio--theme();
31
+ }
32
+ }
33
+
34
+ @if $kendo-auto-bootstrap {
35
+ @include kendo-radio--styles();
36
+ }
@@ -1,4 +1,4 @@
1
- @include exports( "radio/layout" ) {
1
+ @mixin kendo-radio--layout-base() {
2
2
 
3
3
  // Radio
4
4
  .k-radio {
@@ -209,3 +209,8 @@
209
209
  }
210
210
 
211
211
  }
212
+
213
+
214
+ @mixin kendo-radio--layout() {
215
+ @include kendo-radio--layout-base();
216
+ }
@@ -1,4 +1,4 @@
1
- @include exports( "radio/theme" ) {
1
+ @mixin kendo-radio--theme-base() {
2
2
 
3
3
  // Radio
4
4
  .k-radio {
@@ -86,3 +86,8 @@
86
86
  }
87
87
 
88
88
  }
89
+
90
+
91
+ @mixin kendo-radio--theme() {
92
+ @include kendo-radio--theme-base();
93
+ }
@@ -4,44 +4,45 @@
4
4
 
5
5
  // Radio button
6
6
 
7
- /// Border radius of radio button.
7
+ /// The border radius of the RadioButton.
8
8
  /// @group radio
9
9
  $kendo-radio-radius: 50% !default;
10
- /// Border width of radio button.
10
+ /// The border width of the RadioButton.
11
11
  /// @group radio
12
12
  $kendo-radio-border-width: 1px !default;
13
13
 
14
- /// Size of a small radio button.
14
+ /// The size of a small RadioButton.
15
15
  /// @group radio
16
16
  $kendo-radio-sm-size: k-map-get( $kendo-spacing, 3 ) !default;
17
- /// Size of a medium radio button.
17
+ /// The size of a medium RadioButton.
18
18
  /// @group radio
19
19
  $kendo-radio-md-size: k-map-get( $kendo-spacing, 4 ) !default;
20
- /// Size of a large radio button.
20
+ /// The size of a large RadioButton.
21
21
  /// @group radio
22
22
  $kendo-radio-lg-size: k-map-get( $kendo-spacing, 5 ) !default;
23
23
 
24
- /// Glyph size of a small radio button.
24
+ /// The glyph size of a small RadioButton.
25
25
  /// @group radio
26
26
  $kendo-radio-sm-glyph-size: k-map-get( $kendo-spacing, 2.5 ) !default;
27
- /// Glyph size of a medium radio button.
27
+ /// The glyph size of a medium RadioButton.
28
28
  /// @group radio
29
29
  $kendo-radio-md-glyph-size: k-map-get( $kendo-spacing, 3.5 ) !default;
30
- /// Glyph size of a large radio button.
30
+ /// The glyph size of a large RadioButton.
31
31
  /// @group radio
32
32
  $kendo-radio-lg-glyph-size: k-map-get( $kendo-spacing, 4.5 ) !default;
33
33
 
34
- /// Ripple size of a small radio button.
34
+ /// The ripple size of a small RadioButton.
35
35
  /// @group radio
36
36
  $kendo-radio-sm-ripple-size: 300% !default;
37
- /// Ripple size of a medium radio button.
37
+ /// The ripple size of a medium RadioButton.
38
38
  /// @group radio
39
39
  $kendo-radio-md-ripple-size: 300% !default;
40
- /// Ripple size of a large radio button.
40
+ /// The ripple size of a large RadioButton.
41
41
  /// @group radio
42
42
  $kendo-radio-lg-ripple-size: 300% !default;
43
43
 
44
- // Map with the different radio button sizes
44
+ /// The map with the different RadioButton sizes.
45
+ /// @group radio
45
46
  $kendo-radio-sizes: (
46
47
  sm: (
47
48
  size: $kendo-radio-sm-size,
@@ -60,126 +61,127 @@ $kendo-radio-sizes: (
60
61
  )
61
62
  ) !default;
62
63
 
63
- /// Background color of radio button.
64
+ /// The background color of the RadioButton.
64
65
  /// @group radio
65
66
  $kendo-radio-bg: $kendo-checkbox-bg !default;
66
- /// Color of radio button.
67
+ /// The color of the RadioButton.
67
68
  /// @group radio
68
69
  $kendo-radio-text: $kendo-checkbox-text !default;
69
- /// Border color of radio button.
70
+ /// The border color of the RadioButton.
70
71
  /// @group radio
71
72
  $kendo-radio-border: $kendo-checkbox-border !default;
72
73
 
73
- /// Background color of hovered radio button.
74
+ /// The background color of the hovered RadioButton.
74
75
  /// @group radio
75
76
  $kendo-radio-hover-bg: $kendo-checkbox-hover-bg !default;
76
- /// Color of hovered radio button.
77
+ /// The color of the hovered RadioButton.
77
78
  /// @group radio
78
79
  $kendo-radio-hover-text: $kendo-checkbox-hover-text !default;
79
- /// Border color of hovered radio button.
80
+ /// The border color of the hovered RadioButton.
80
81
  /// @group radio
81
82
  $kendo-radio-hover-border: $kendo-checkbox-hover-border !default;
82
83
 
83
- /// Background color of checked radio button.
84
+ /// The background color of the checked RadioButton.
84
85
  /// @group radio
85
86
  $kendo-radio-checked-bg: $kendo-checkbox-checked-bg !default;
86
- /// Color of checked radio button.
87
+ /// The color of the checked RadioButton.
87
88
  /// @group radio
88
89
  $kendo-radio-checked-text: $kendo-checkbox-checked-text !default;
89
- /// Border color of checked radio button.
90
+ /// The border color of the checked RadioButton.
90
91
  /// @group radio
91
92
  $kendo-radio-checked-border: $kendo-checkbox-checked-border !default;
92
93
 
93
- /// Border color of focused radio button.
94
+ /// The border color of the focused RadioButton.
94
95
  /// @group radio
95
96
  $kendo-radio-focus-border: $kendo-checkbox-focus-border !default;
96
- /// Box shadow of focused radio button.
97
+ /// The box shadow of the focused RadioButton.
97
98
  /// @group radio
98
99
  $kendo-radio-focus-shadow: $kendo-checkbox-focus-shadow !default;
99
- /// Border color of focused and checked radio button.
100
+
101
+ /// The border color of the focused and checked RadioButton.
100
102
  /// @group radio
101
103
  $kendo-radio-focus-checked-border: $kendo-checkbox-focus-checked-border !default;
102
- /// Box shadow of focused and checked radio button.
104
+ /// The box shadow of the focused and checked RadioButton.
103
105
  /// @group radio
104
106
  $kendo-radio-focus-checked-shadow: $kendo-checkbox-focus-checked-shadow !default;
105
107
 
106
- /// Background color of disabled radio button.
108
+ /// The background color of the disabled RadioButton.
107
109
  /// @group radio
108
110
  $kendo-radio-disabled-bg: $kendo-checkbox-disabled-bg !default;
109
- /// Color of disabled radio button.
111
+ /// The color of the disabled RadioButton.
110
112
  /// @group radio
111
113
  $kendo-radio-disabled-text: $kendo-checkbox-disabled-text !default;
112
- /// Border color of disabled radio button.
114
+ /// The border color of the disabled RadioButton.
113
115
  /// @group radio
114
116
  $kendo-radio-disabled-border: $kendo-checkbox-disabled-border !default;
115
117
 
116
- /// Background color of disabled and checked radio button.
118
+ /// The background color of the disabled and checked RadioButton.
117
119
  /// @group radio
118
120
  $kendo-radio-disabled-checked-bg: $kendo-checkbox-disabled-checked-bg !default;
119
- /// Color of disabled and checked radio button.
121
+ /// The color of the disabled and checked RadioButton.
120
122
  /// @group radio
121
123
  $kendo-radio-disabled-checked-text: $kendo-checkbox-disabled-checked-text !default;
122
- /// Border color of disabled and checked radio button.
124
+ /// The border color of disabled and checked RadioButton.
123
125
  /// @group radio
124
126
  $kendo-radio-disabled-checked-border: $kendo-checkbox-disabled-checked-border !default;
125
127
 
126
- /// Background color of invalid radio button.
128
+ /// The background color of the invalid RadioButton.
127
129
  /// @group radio
128
130
  $kendo-radio-invalid-bg: $kendo-checkbox-invalid-bg !default;
129
- /// Color of invalid radio button.
131
+ /// The color of the invalid RadioButton.
130
132
  /// @group radio
131
133
  $kendo-radio-invalid-text: $kendo-checkbox-invalid-text !default;
132
- /// Border color of invalid radio button.
134
+ /// The border color of the invalid RadioButton.
133
135
  /// @group radio
134
136
  $kendo-radio-invalid-border: $kendo-checkbox-invalid-border !default;
135
137
 
136
138
 
137
139
  // Radio indicator
138
140
 
139
- /// Type of radio button indicator.
141
+ /// The type of the RadioButton indicator.
140
142
  /// @group radio
141
143
  $kendo-radio-indicator-type: image !default;
142
144
 
143
- /// Glyph font family of radio button indicator.
145
+ /// The font family of the RadioButton indicator glyph.
144
146
  /// @group radio
145
147
  $kendo-radio-glyph-font-family: "WebComponentsIcons", monospace !default;
146
- /// Glyph of radio button indicator.
148
+ /// The glyph of the RadioButton indicator.
147
149
  /// @group radio
148
150
  $kendo-radio-checked-glyph: "\e308" !default;
149
151
 
150
- /// Image of checked radio button indicator.
152
+ /// The image of the checked RadioButton indicator.
151
153
  /// @group radio
152
154
  $kendo-radio-checked-image: k-escape-svg( url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'><circle cx='50%' cy='50%' r='4' fill='#{$kendo-radio-checked-text}'/></svg>") ) !default;
153
- /// Image of disabled and checked radio button indicator.
155
+ /// The image of the disabled and checked RadioButton indicator.
154
156
  /// @group radio
155
157
  $kendo-radio-disabled-checked-image: null !default;
156
158
 
157
159
 
158
160
  // Radio label
159
161
 
160
- /// The horizontal margin of the radio button inside of a label.
162
+ /// The horizontal margin of the RadioButton inside of a label.
161
163
  /// @group radio
162
164
  $kendo-radio-label-margin-x: k-map-get( $kendo-spacing, 1 ) !default;
163
165
 
164
166
 
165
167
  // Radio list
166
168
 
167
- /// The horizontal list item margin of radio button.
169
+ /// The horizontal list item margin of the RadioButton.
168
170
  /// @group radio
169
171
  $kendo-radio-list-spacing: k-map-get( $kendo-spacing, 4 ) !default;
170
- /// The horizontal list item padding of radio button.
172
+ /// The horizontal list item padding of the RadioButton.
171
173
  /// @group radio
172
174
  $kendo-radio-list-item-padding-x: 0px !default;
173
- /// The vertical list item padding of radio button.
175
+ /// The vertical list item padding of the RadioButton.
174
176
  /// @group radio
175
177
  $kendo-radio-list-item-padding-y: $kendo-list-md-item-padding-y !default;
176
178
 
177
179
 
178
180
  // Radio ripple
179
181
 
180
- /// Background color of radio button ripple.
182
+ /// The background color of the RadioButton ripple.
181
183
  /// @group radio
182
184
  $kendo-radio-ripple-bg: $kendo-radio-checked-bg !default;
183
- /// Opacity of radio button ripple.
185
+ /// The opacity of the RadioButton ripple.
184
186
  /// @group radio
185
187
  $kendo-radio-ripple-opacity: .25 !default;
@@ -20,3 +20,21 @@ $_kendo-module-meta: (
20
20
  @import "./_variables.scss";
21
21
  @import "./_layout.scss";
22
22
  @import "./_theme.scss";
23
+
24
+
25
+ // Register
26
+ @import "../core/module-system/index.import.scss";
27
+ @include module-register( $_kendo-module-meta... );
28
+
29
+
30
+ // Expose
31
+ @mixin kendo-rating--styles() {
32
+ @include module-render( "rating" ) {
33
+ @include kendo-rating--layout();
34
+ @include kendo-rating--theme();
35
+ }
36
+ }
37
+
38
+ @if $kendo-auto-bootstrap {
39
+ @include kendo-rating--styles();
40
+ }
@@ -1,4 +1,4 @@
1
- @include exports("rating/layout") {
1
+ @mixin kendo-rating--layout-base() {
2
2
 
3
3
  .k-rating {
4
4
  margin: 0;
@@ -94,4 +94,10 @@
94
94
  direction: ltr;
95
95
  }
96
96
  }
97
+
98
+ }
99
+
100
+
101
+ @mixin kendo-rating--layout() {
102
+ @include kendo-rating--layout-base();
97
103
  }