@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
@@ -12,6 +12,15 @@
12
12
  > .k-item,
13
13
  > .k-panelbar-header {
14
14
 
15
+ &.k-state-expanded.k-level-0 > .k-link {
16
+ @include fill(
17
+ $panelbar-header-expanded-text,
18
+ $panelbar-header-expanded-bg,
19
+ $panelbar-header-expanded-border,
20
+ $panelbar-header-expanded-gradient
21
+ );
22
+ }
23
+
15
24
  // Normal
16
25
  > .k-link {
17
26
  @include fill(
@@ -48,7 +57,6 @@
48
57
  $panelbar-header-focused-border,
49
58
  $panelbar-header-focused-gradient
50
59
  );
51
-
52
60
  box-shadow: $panelbar-header-focused-shadow;
53
61
  }
54
62
 
@@ -145,7 +153,6 @@
145
153
  $panelbar-item-focused-border,
146
154
  $panelbar-item-focused-gradient
147
155
  );
148
-
149
156
  box-shadow: $panelbar-item-focused-shadow;
150
157
  }
151
158
 
@@ -32,7 +32,7 @@ $panelbar-header-focused-bg: null !default;
32
32
  $panelbar-header-focused-text: null !default;
33
33
  $panelbar-header-focused-border: null !default;
34
34
  $panelbar-header-focused-gradient: null !default;
35
- $panelbar-header-focused-shadow: $list-item-focused-shadow !default;
35
+ $panelbar-header-focused-shadow: $kendo-list-item-focus-shadow !default;
36
36
 
37
37
  $panelbar-header-hovered-focused-bg: null !default;
38
38
  $panelbar-header-hovered-focused-text: null !default;
@@ -68,7 +68,7 @@ $panelbar-item-focused-bg: null !default;
68
68
  $panelbar-item-focused-text: null !default;
69
69
  $panelbar-item-focused-border: null !default;
70
70
  $panelbar-item-focused-gradient: null !default;
71
- $panelbar-item-focused-shadow: $list-item-focused-shadow !default;
71
+ $panelbar-item-focused-shadow: $kendo-list-item-focus-shadow !default;
72
72
 
73
73
  $panelbar-item-hovered-focused-bg: null !default;
74
74
  $panelbar-item-hovered-focused-text: null !default;
@@ -95,3 +95,7 @@ $panelbar-item-selected-hovered-focused-text: null !default;
95
95
  $panelbar-item-selected-hovered-focused-border: null !default;
96
96
  $panelbar-item-selected-hovered-focused-gradient: null !default;
97
97
 
98
+ $panelbar-header-expanded-bg: null !default;
99
+ $panelbar-header-expanded-text: null !default;
100
+ $panelbar-header-expanded-border: null !default;
101
+ $panelbar-header-expanded-gradient: null !default;
@@ -86,36 +86,43 @@
86
86
 
87
87
  // Search
88
88
  .k-pdf-viewer-search-dialog {
89
- padding: $pdf-viewer-search-dialog-spacing;
89
+ padding: $pdf-viewer-search-dialog-padding;
90
90
 
91
91
  .k-search-container {
92
92
  display: flex;
93
+ gap: $pdf-viewer-search-dialog-spacing;
94
+ flex-flow: row nowrap;
93
95
  flex: 0 0 auto;
94
96
  justify-content: flex-start;
95
97
  align-items: center;
96
98
 
97
- .k-match-case-button {
98
- display: inline-flex;
99
- height: $pdf-viewer-search-dialog-input-button-height;
100
- justify-content: center;
99
+ .k-search-dialog-draghandle {
100
+ cursor: move;
101
+ margin-left: 0;
101
102
  }
102
103
 
103
- .k-search-matches {
104
- display: inline-block;
105
- min-width: $pdf-viewer-search-dialog-matches-width;
106
- margin: 0 $pdf-viewer-search-dialog-spacing 0 $pdf-viewer-search-dialog-button-spacing;
107
- vertical-align: middle;
108
- }
104
+ .k-textbox {
105
+ width: 10em;
106
+ flex: none;
109
107
 
110
- > .k-button {
111
- margin-left: $pdf-viewer-search-dialog-button-spacing;
108
+ .k-button {
109
+ border-width: 0;
110
+ }
112
111
  }
113
112
 
114
- .k-search-dialog-draghandle {
115
- cursor: move;
116
- margin-left: 0;
113
+ .k-search-matches {
114
+ flex: 1 1 auto;
117
115
  }
118
116
  }
119
117
  }
120
118
 
119
+
120
+ // IE
121
+ .k-ie .k-pdf-viewer-search-dialog {
122
+
123
+ .k-search-container > * + * {
124
+ margin-left: $pdf-viewer-search-dialog-spacing;
125
+ }
126
+ }
127
+
121
128
  }
@@ -24,11 +24,8 @@ $pdf-viewer-page-text: $component-text !default;
24
24
  $pdf-viewer-page-border: $component-border !default;
25
25
  $pdf-viewer-page-shadow: 0 0 ($pdf-viewer-page-spacing / 2) $pdf-viewer-page-border !default;
26
26
 
27
- $pdf-viewer-search-dialog-spacing: $toolbar-padding-x !default;
28
- $pdf-viewer-search-dialog-button-spacing: $pdf-viewer-search-dialog-spacing !default;
29
- $pdf-viewer-search-dialog-textbox-padding-x: $kendo-input-padding-y !default;
30
- $pdf-viewer-search-dialog-input-button-height: $line-height-em !default;
31
- $pdf-viewer-search-dialog-matches-width: 4.5em !default;
27
+ $pdf-viewer-search-dialog-padding: $toolbar-padding-x !default;
28
+ $pdf-viewer-search-dialog-spacing: $toolbar-spacing !default;
32
29
 
33
30
  $pdf-viewer-selection-line-height: $line-height-sm !default;
34
31
 
@@ -11,6 +11,7 @@
11
11
  @import "../utils/_flex.scss";
12
12
  @import "../utils/_grid.scss";
13
13
  @import "../utils/_position.scss";
14
+ @import "../list/_index.scss";
14
15
 
15
16
  // Component
16
17
  @import "_variables.scss";
@@ -247,7 +247,7 @@
247
247
  font-weight: 500;
248
248
  align-items: flex-start;
249
249
  }
250
- .k-dropdown {
250
+ .k-dropdown-list {
251
251
  max-width: 90px;
252
252
  }
253
253
  .k-textbox {
@@ -261,14 +261,6 @@
261
261
  .k-filter-fields {
262
262
  margin-top: $pivotgrid-configurator-fields-margin-y;
263
263
  flex-wrap: wrap;
264
-
265
- > * {
266
- margin-bottom: $pivotgrid-configurator-fields-margin-y;
267
- }
268
-
269
- > *:last-child {
270
- margin-bottom: 0;
271
- }
272
264
  }
273
265
 
274
266
  // Values
@@ -297,20 +289,12 @@
297
289
  text-align: center;
298
290
  }
299
291
 
300
- .k-chip-content {
301
- padding-inline-end: map-get($spacing, 1);
302
- }
303
-
304
292
  .k-treeview {
305
293
  padding: $pivotgrid-treeview-padding-y $pivotgrid-treeview-padding-x;
306
294
  overflow: auto;
307
295
  }
308
296
  }
309
297
 
310
- .k-pivotgrid-configurator-actions {
311
- padding: $pivotgrid-configurator-actions-padding-y $pivotgrid-configurator-actions-padding-x;
312
- }
313
-
314
298
 
315
299
  // Calculated field
316
300
  .k-calculated-field {
@@ -356,7 +340,7 @@
356
340
  .k-icon {
357
341
  margin-right: map-get( $spacing, 2 );
358
342
  }
359
- .k-dropdown {
343
+ .k-dropdown-list {
360
344
  max-width: 100px;
361
345
  }
362
346
  }
@@ -455,6 +439,27 @@
455
439
  }
456
440
 
457
441
 
442
+ @include exports( "pivotgrid/layout/export" ) {
443
+
444
+ .k-pdf-export-shadow {
445
+
446
+ .k-pivotgrid {
447
+ height: auto !important; // sass-lint:disable-line no-important
448
+ }
449
+
450
+ .k-pivotgrid-values {
451
+ height: auto;
452
+ overflow: visible;
453
+ }
454
+
455
+ .k-pivotgrid-column-headers .k-pivotgrid-table {
456
+ padding-inline-end: 0;
457
+ }
458
+
459
+ }
460
+ }
461
+
462
+
458
463
  @include exports("pivotgrid/layout/legacy") {
459
464
 
460
465
  .k-pivot {
@@ -476,6 +481,7 @@
476
481
  border-style: solid;
477
482
  align-items: flex-start;
478
483
  flex-wrap: wrap;
484
+ box-shadow: none;
479
485
 
480
486
  > * {
481
487
  max-width: 100%;
@@ -486,33 +492,6 @@
486
492
  }
487
493
  }
488
494
 
489
- .k-pivot-toolbar .k-button,
490
- .k-fieldselector .k-list li.k-item {
491
- @include border-radius( $border-radius );
492
- padding: $kendo-button-padding-y $kendo-button-padding-x;
493
- padding-right: calc( #{$kendo-button-padding-x} + #{$icon-size * 3} );
494
- min-height: auto;
495
- font-size: $font-size;
496
- line-height: $kendo-button-line-height;
497
- text-align: left;
498
- white-space: normal;
499
- word-break: break-word;
500
- position: relative;
501
- cursor: move;
502
-
503
- .k-field-actions .k-setting-delete {
504
- box-sizing: content-box;
505
- }
506
- }
507
-
508
- .k-field-actions {
509
- position: absolute;
510
- right: $kendo-button-padding-y;
511
- top: $kendo-button-padding-y;
512
- line-height: 1;
513
- cursor: pointer;
514
- }
515
-
516
495
  .k-pivot-layout {
517
496
  border-spacing: 0;
518
497
  table-layout: auto;
@@ -535,6 +514,8 @@
535
514
  .k-pivot-rowheaders > .k-grid,
536
515
  .k-pivot-table > .k-grid {
537
516
  border-width: 0;
517
+ color: inherit;
518
+ background: none;
538
519
  }
539
520
 
540
521
  .k-pivot-rowheaders > .k-grid td:first-child,
@@ -598,85 +579,73 @@
598
579
  @include exports("pivotgrid/configurator/layout/legacy") {
599
580
 
600
581
 
601
- .k-fieldselector {
602
- border-width: 1px;
603
- border-style: solid;
582
+ // jquery specific -- old pivot
583
+ .k-pivotgrid-wrapper {
604
584
  box-sizing: border-box;
605
- outline: 0;
606
- font-family: $pivotgrid-font-family;
607
- font-size: $pivotgrid-font-size;
608
- line-height: $pivotgrid-line-height;
609
- -webkit-touch-callout: none;
610
- -webkit-tap-highlight-color: $rgba-transparent;
611
-
612
- .k-columns {
613
- display: flex;
614
- align-items: stretch;
615
-
616
- > div {
617
- padding: $table-cell-padding-y;
618
- width: 50%;
619
- box-sizing: border-box;
620
- border-width: 0;
621
- border-style: solid;
622
- float: left;
623
- overflow: auto;
624
- }
625
- > div + div {
626
- border-left-width: 1px;
627
- }
628
- }
629
-
585
+ display: flex;
586
+ flex-flow: row nowrap;
587
+ align-items: flex-start;
588
+ gap: map-get( $spacing, 2 );
630
589
 
631
- p {
632
- margin: 0 0 $padding-y-sm;
633
- text-transform: uppercase;
590
+ > .k-pivotgrid-configurator-panel {
591
+ max-width: 320px;
592
+ flex: none;
634
593
  }
635
- p .k-icon {
636
- margin: 0 $icon-spacing 0 0;
594
+ > .k-pivot {
595
+ flex: 1;
637
596
  }
597
+ }
598
+ .k-pivotgrid-configurator-panel.kendo-jquery {
599
+ box-sizing: border-box;
600
+ display: inline-flex;
638
601
 
639
-
640
- // Treeview
641
- .k-treeview {
642
- border-width: 0;
643
- overflow: visible;
602
+ .k-pivotgrid-configurator {
603
+ height: 100%;
644
604
  }
645
605
 
646
- .k-edit-label {
647
- width: 16%;
648
- }
649
- .k-edit-field {
650
- width: 77%;
606
+ .k-pivotgrid-configurator-content {
607
+ padding: map-get( $spacing, 4 );
608
+ max-height: 100%;
609
+ display: flex;
610
+ flex-flow: column nowrap;
611
+ gap: map-get( $spacing, 4 );
612
+ overflow-x: hidden;
613
+ overflow-y: auto;
651
614
  }
652
615
 
653
- .k-edit-buttons {
654
- > input,
655
- > label {
656
- float: left;
657
- margin-top: .4em;
658
- }
616
+ .k-pivotgrid-targets {
617
+ display: flex;
618
+ flex-flow: column nowrap;
619
+ gap: map-get( $spacing, 4 );
659
620
  }
660
621
 
661
-
662
- // List container
663
- .k-list-container {
664
- margin-bottom: $spacer;
665
- padding: $padding-y-sm;
666
- border-width: 1px;
667
- border-style: solid;
668
- }
669
- .k-list {
670
- padding-bottom: $spacer;
622
+ .k-pivotgrid-configurator-section {
623
+ display: flex;
624
+ flex-flow: column nowrap;
625
+ gap: map-get( $spacing, 2 );
671
626
  }
672
- .k-list .k-item {
627
+
628
+ .k-column-fields {
629
+ margin: 0;
630
+ padding: map-get( $spacing, 1 );
631
+ max-height: 200px;
673
632
  border-width: 1px;
674
633
  border-style: solid;
634
+ display: flex;
635
+ flex-flow: row wrap;
636
+ gap: map-get( $spacing, 1 );
637
+ overflow-x: hidden;
638
+ overflow-y: auto;
639
+
640
+ > * {
641
+ margin: 0;
642
+ }
675
643
  }
676
- .k-list .k-item + .k-item {
677
- margin-top: ($spacer / 2);
644
+ .k-ie & .k-column-fields {
645
+ > * {
646
+ margin: 2px;
647
+ }
678
648
  }
679
-
680
649
  }
681
650
 
682
651
  }
@@ -159,103 +159,59 @@
159
159
  @include exports("pivotgrid/theme/legacy") {
160
160
 
161
161
  .k-pivot {
162
+ @include fill (
163
+ $pivotgrid-text,
164
+ $pivotgrid-bg,
165
+ $pivotgrid-border
166
+ );
167
+ }
168
+ .k-pivot-table {
162
169
  border-color: $pivotgrid-border;
163
170
  }
164
171
 
165
- .k-alt,
166
- .k-pivot-layout > tbody > tr:first-child > td:first-child {
167
- background-color: $pivotgrid-alt-bg;
172
+ // Pivotgrid header
173
+ .k-pivot-rowheaders {
174
+ @include fill(
175
+ $pivotgrid-headers-text,
176
+ $pivotgrid-headers-bg,
177
+ $pivotgrid-headers-border
178
+ );
168
179
  }
169
180
 
170
- .k-fieldselector {
171
- color: $pivotgrid-configurator-text;
181
+
182
+ // Pivotgrid toolbar
183
+ .k-pivot-toolbar {
184
+ @include fill(
185
+ $pivotgrid-headers-text,
186
+ $pivotgrid-headers-bg,
187
+ $pivotgrid-headers-border
188
+ );
189
+
190
+ .k-empty {
191
+ color: $subtle-text;
192
+ }
172
193
  }
173
194
 
174
- .k-fieldselector .k-list-container {
175
- background-color: $pivotgrid-container-bg;
195
+ .k-alt {
196
+ background-color: $pivotgrid-alt-bg;
176
197
  }
177
198
 
178
199
  .k-pivot-toolbar,
179
200
  .k-pivot-table,
180
- .k-fieldselector,
181
- .k-fieldselector .k-list-container,
182
- .k-fieldselector .k-columns > div,
183
201
  .k-pivot-rowheaders > .k-grid td:first-child,
184
202
  .k-pivot-table .k-grid-header .k-header.k-first {
185
203
  border-color: $pivotgrid-chrome-border;
186
204
  }
187
205
 
188
- .k-pivot-rowheaders .k-alt .k-alt,
189
206
  .k-header.k-alt {
190
207
  background-color: $pivotgrid-row-headers-bg;
191
208
  }
192
209
 
193
- .k-pivot-toolbar .k-button,
194
- .k-fieldselector .k-list li.k-item {
195
- @include fill(
196
- $kendo-button-text,
197
- $kendo-button-bg,
198
- $kendo-button-border,
199
- $kendo-button-gradient
200
- );
201
-
202
- &:hover,
203
- &.k-state-hover {
204
- @include fill(
205
- $kendo-button-hover-text,
206
- $kendo-button-hover-bg,
207
- $kendo-button-hover-border,
208
- $kendo-button-hover-gradient
209
- );
210
- }
211
-
212
- // Pressed state
213
- &:active,
214
- &.k-state-active {
215
- @include fill(
216
- $kendo-button-active-text,
217
- $kendo-button-active-bg,
218
- $kendo-button-active-border,
219
- $kendo-button-active-gradient
220
- );
221
- }
222
-
223
- // Focused state
224
- &:focus,
225
- &.k-state-focus,
226
- &.k-state-focused {
227
- box-shadow: $kendo-button-focus-shadow;
228
- }
229
-
230
- &.k-empty {
231
- color: $subtle-text;
232
- }
233
- }
234
-
235
- .k-pivot-toolbar {
236
- .k-empty {
237
- color: $subtle-text;
238
- }
239
- }
240
-
241
- .k-pivot-layout .k-grid-footer,
242
- .k-pivot-layout .k-grid.k-alt {
210
+ .k-pivot-layout .k-grid-footer {
243
211
  color: $pivotgrid-alt-text;
244
212
  background-color: $pivotgrid-alt-bg;
245
213
  }
246
214
 
247
- // Loading indicator
248
- .k-fieldselector {
249
- .k-i-loading {
250
- border-color: $header-bg;
251
- }
252
-
253
- .k-i-loading::before,
254
- .k-i-loading::after {
255
- background-color: $header-bg;
256
- }
257
- }
258
-
259
215
  // KPI icons
260
216
  .k-i-kpi-trend-increase,
261
217
  .k-i-kpi-trend-decrease,
@@ -274,4 +230,14 @@
274
230
  .k-i-kpi-status-open {
275
231
  color: $success;
276
232
  }
233
+
234
+
235
+ // Configurator
236
+ .k-pivotgrid-configurator-panel.kendo-jquery {
237
+
238
+ .k-column-fields {
239
+ border-color: $component-border;
240
+ }
241
+
242
+ }
277
243
  }
@@ -36,7 +36,7 @@ $pivotgrid-selected-bg: rgba($selected-bg, .25) !default;
36
36
  $pivotgrid-selected-text: null !default;
37
37
  $pivotgrid-selected-border: null !default;
38
38
 
39
- $pivotgrid-focus-shadow: $list-item-focused-shadow !default;
39
+ $pivotgrid-focus-shadow: $kendo-list-item-focus-shadow !default;
40
40
 
41
41
  // Pivotgrid Configurator
42
42
  $pivotgrid-configurator-padding-x: null !default;
@@ -54,9 +54,6 @@ $pivotgrid-configurator-content-padding-y: 2px !default;
54
54
  $pivotgrid-configurator-fields-margin-x: 0px !default;
55
55
  $pivotgrid-configurator-fields-margin-y: ( $pivotgrid-spacer / 2 ) !default;
56
56
 
57
- $pivotgrid-configurator-actions-padding-x: ( $pivotgrid-spacer / 2 ) !default;
58
- $pivotgrid-configurator-actions-padding-y: ( $pivotgrid-spacer * .75 ) !default;
59
-
60
57
  $pivotgrid-configurator-vertical-width: 320px !default;
61
58
  $pivotgrid-configurator-horizontal-height: 420px !default;
62
59
 
@@ -13,10 +13,15 @@
13
13
  line-height: $popover-line-height;
14
14
  display: flex;
15
15
  flex-flow: column nowrap;
16
- position: absolute;
17
16
  z-index: 12000;
18
17
  -webkit-touch-callout: none;
19
18
  -webkit-tap-highlight-color: $rgba-transparent;
19
+
20
+ *,
21
+ *::before,
22
+ *::after {
23
+ box-sizing: border-box;
24
+ }
20
25
  }
21
26
 
22
27
  // Header
@@ -3,10 +3,6 @@
3
3
 
4
4
  // Dependencies
5
5
  @import "../common/_index.scss";
6
- @import "../icons/_index.scss";
7
- @import "../button/_index.scss";
8
- @import "../input/_index.scss";
9
- @import "../forms/_variables.scss";
10
6
 
11
7
 
12
8
  // Component