@progress/kendo-theme-bootstrap 8.1.1-dev.0 → 8.2.0-dev.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 (40) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/all.scss +5737 -5275
  3. package/dist/bootstrap-3-dark.css +1 -1
  4. package/dist/bootstrap-3.css +1 -1
  5. package/dist/bootstrap-4-dark.css +1 -1
  6. package/dist/bootstrap-4.css +1 -1
  7. package/dist/bootstrap-dataviz-v4.css +1 -1
  8. package/dist/bootstrap-main-dark.css +1 -1
  9. package/dist/bootstrap-main.css +1 -1
  10. package/dist/bootstrap-nordic.css +1 -1
  11. package/dist/bootstrap-turquoise-dark.css +1 -1
  12. package/dist/bootstrap-turquoise.css +1 -1
  13. package/dist/bootstrap-urban.css +1 -1
  14. package/dist/bootstrap-vintage.css +1 -1
  15. package/dist/meta/sassdoc-data.json +35873 -29477
  16. package/dist/meta/sassdoc-raw-data.json +5715 -2765
  17. package/dist/meta/variables.json +2404 -2348
  18. package/lib/swatches/bootstrap-3-dark.json +1 -1
  19. package/lib/swatches/bootstrap-3.json +1 -1
  20. package/lib/swatches/bootstrap-4-dark.json +1 -1
  21. package/lib/swatches/bootstrap-4.json +1 -1
  22. package/lib/swatches/bootstrap-dataviz-v4.json +1 -1
  23. package/lib/swatches/bootstrap-main-dark.json +1 -1
  24. package/lib/swatches/bootstrap-main.json +1 -1
  25. package/lib/swatches/bootstrap-nordic.json +1 -1
  26. package/lib/swatches/bootstrap-turquoise-dark.json +1 -1
  27. package/lib/swatches/bootstrap-turquoise.json +1 -1
  28. package/lib/swatches/bootstrap-urban.json +1 -1
  29. package/lib/swatches/bootstrap-vintage.json +1 -1
  30. package/package.json +5 -5
  31. package/scss/chart-wizard/_index.scss +57 -0
  32. package/scss/chart-wizard/_layout.scss +5 -0
  33. package/scss/chart-wizard/_theme.scss +5 -0
  34. package/scss/chart-wizard/_variables.scss +38 -0
  35. package/scss/chat/_variables.scss +10 -0
  36. package/scss/index.scss +2 -0
  37. package/scss/map/_variables.scss +40 -0
  38. package/scss/mediaplayer/_variables.scss +27 -0
  39. package/scss/pivotgrid/_variables.scss +142 -0
  40. package/scss/prompt/_variables.scss +21 -21
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap 3 Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "8.1.1-dev.0",
6
+ "version": "8.2.0-dev.0",
7
7
  "previewColors": [
8
8
  "#000000",
9
9
  "#222222",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap 3",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "8.1.1-dev.0",
6
+ "version": "8.2.0-dev.0",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f5f5f5",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap 4 Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "8.1.1-dev.0",
6
+ "version": "8.2.0-dev.0",
7
7
  "previewColors": [
8
8
  "#000000",
9
9
  "#212529",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap 4",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "8.1.1-dev.0",
6
+ "version": "8.2.0-dev.0",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f8f9fa",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap Dataviz v4",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "8.1.1-dev.0",
6
+ "version": "8.2.0-dev.0",
7
7
  "previewColors": [
8
8
  "#0275d8",
9
9
  "#5bc0de",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap Main Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "8.1.1-dev.0",
6
+ "version": "8.2.0-dev.0",
7
7
  "previewColors": [
8
8
  "#000000",
9
9
  "#212529",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap Main",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "8.1.1-dev.0",
6
+ "version": "8.2.0-dev.0",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f8f9fa",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap Nordic",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "8.1.1-dev.0",
6
+ "version": "8.2.0-dev.0",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f8f9fa",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap Turquoise Dark",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "8.1.1-dev.0",
6
+ "version": "8.2.0-dev.0",
7
7
  "previewColors": [
8
8
  "#000000",
9
9
  "#292b2c",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap Turquoise",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "8.1.1-dev.0",
6
+ "version": "8.2.0-dev.0",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f2f2f2",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap Urban",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "8.1.1-dev.0",
6
+ "version": "8.2.0-dev.0",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#e3eef4",
@@ -3,7 +3,7 @@
3
3
  "name": "Bootstrap Vintage",
4
4
  "product": "kendo",
5
5
  "base": "@progress/kendo-theme-bootstrap",
6
- "version": "8.1.1-dev.0",
6
+ "version": "8.2.0-dev.0",
7
7
  "previewColors": [
8
8
  "#ffffff",
9
9
  "#f2efe8",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@progress/kendo-theme-bootstrap",
3
3
  "description": "Bootstrap theme for Kendo UI",
4
- "version": "8.1.1-dev.0",
4
+ "version": "8.2.0-dev.0",
5
5
  "author": "Progress",
6
6
  "license": "Apache-2.0",
7
7
  "keywords": [
@@ -53,14 +53,14 @@
53
53
  },
54
54
  "dependencies": {
55
55
  "@progress/kendo-svg-icons": "3.0.0",
56
- "@progress/kendo-theme-core": "8.1.1-dev.0",
57
- "@progress/kendo-theme-default": "8.1.1-dev.0",
58
- "@progress/kendo-theme-utils": "8.1.1-dev.0",
56
+ "@progress/kendo-theme-core": "8.2.0-dev.0",
57
+ "@progress/kendo-theme-default": "8.2.0-dev.0",
58
+ "@progress/kendo-theme-utils": "8.2.0-dev.0",
59
59
  "bootstrap": "5.2.1"
60
60
  },
61
61
  "directories": {
62
62
  "doc": "docs",
63
63
  "lib": "lib"
64
64
  },
65
- "gitHead": "01ab0981609357a5d19b652cc9b6673bd4429604"
65
+ "gitHead": "8644816d0a84d5207e206287bdc16855e2e87199"
66
66
  }
@@ -0,0 +1,57 @@
1
+ @import "../core/_index.scss";
2
+ @import "../utils/_index.scss";
3
+
4
+
5
+ // Module meta
6
+ $_kendo-module-meta: (
7
+ name: "chart-wizard",
8
+ dependencies: (
9
+ "icon",
10
+ "window",
11
+ "splitter",
12
+ "dataviz",
13
+ "expansion-panel",
14
+ "grid",
15
+ "tabstrip",
16
+ "listview",
17
+ "forms",
18
+ "combobox"
19
+ )
20
+ );
21
+
22
+
23
+ // Dependencies
24
+ @import "../icons/_index.scss";
25
+ @import "../window/_index.scss";
26
+ @import "../splitter/_index.scss";
27
+ @import "../dataviz/_index.scss";
28
+ @import "../expansion-panel/_index.scss";
29
+ @import "../grid/_index.scss";
30
+ @import "../tabstrip/_index.scss";
31
+ @import "../listview/_index.scss";
32
+ @import "../forms/_index.scss";
33
+ @import "../combobox/_index.scss";
34
+
35
+
36
+ // Component
37
+ @import "./_variables.scss";
38
+ @import "./_layout.scss";
39
+ @import "./_theme.scss";
40
+
41
+
42
+ // Register
43
+ @import "../core/module-system/index.import.scss";
44
+ @include module-register( $_kendo-module-meta... );
45
+
46
+
47
+ // Expose
48
+ @mixin kendo-chart-wizard--styles() {
49
+ @include module-render( "chart-wizard" ) {
50
+ @include kendo-chart-wizard--layout();
51
+ @include kendo-chart-wizard--theme();
52
+ }
53
+ }
54
+
55
+ @if $kendo-auto-bootstrap {
56
+ @include kendo-chart-wizard--styles();
57
+ }
@@ -0,0 +1,5 @@
1
+ @import "@progress/kendo-theme-default/scss/chart-wizard/_layout.scss";
2
+
3
+ @mixin kendo-chart-wizard--layout() {
4
+ @include kendo-chart-wizard--layout-base();
5
+ }
@@ -0,0 +1,5 @@
1
+ @import "@progress/kendo-theme-default/scss/chart-wizard/_theme.scss";
2
+
3
+ @mixin kendo-chart-wizard--theme() {
4
+ @include kendo-chart-wizard--theme-base();
5
+ }
@@ -0,0 +1,38 @@
1
+ // Chart wizard
2
+
3
+ /// The color of the area around the chart type icon.
4
+ /// @group chart-wizard
5
+ $kendo-chart-wizard-icon-area-color: if($kendo-enable-color-system, k-color(primary), $kendo-color-primary) !default;
6
+ /// The background color of the area around the chart type icon.
7
+ /// @group chart-wizard
8
+ $kendo-chart-wizard-icon-area-bg: if($kendo-enable-color-system, k-color(primary-subtle), $kendo-color-primary-subtle) !default;
9
+ /// The border radius of the area around the chart type icon.
10
+ /// @group chart-wizard
11
+ $kendo-chart-wizard-icon-area-border-radius: k-border-radius(sm) !default;
12
+ /// The padding of the area around the chart type icon.
13
+ /// @group chart-wizard
14
+ $kendo-chart-wizard-icon-area-padding: k-spacing(4) !default;
15
+ /// The box shadow of the focused area around the chart type icon.
16
+ /// @group chart-wizard
17
+ $kendo-chart-wizard-icon-area-focus-shadow: inset 0 0 0 1px if($kendo-enable-color-system, k-color(primary-emphasis), $kendo-color-primary-emphasis) !default;
18
+ /// The box shadow of the selected area around the chart type icon.
19
+ /// @group chart-wizard
20
+ $kendo-chart-wizard-icon-area-selected-shadow: inset 0 0 0 1px $kendo-chart-wizard-icon-area-color !default;
21
+
22
+ /// The color of the selected chart type items in the Property panel.
23
+ /// @group chart-wizard
24
+ $kendo-chart-wizard-chart-type-selected-color: if($kendo-enable-color-system, k-color(primary), $kendo-color-primary) !default;
25
+
26
+ /// The padding of the preview pane.
27
+ /// @group chart-wizard
28
+ $kendo-chart-wizard-preview-pane-padding: k-spacing(4) !default;
29
+ /// The padding of the property pane.
30
+ /// @group chart-wizard
31
+ $kendo-chart-wizard-property-pane-padding: k-spacing(4) !default;
32
+
33
+ /// The gap between the chart type items in the Property panel.
34
+ /// @group chart-wizard
35
+ $kendo-chart-wizard-chart-type-spacing: k-spacing(6) !default;
36
+ /// The gap between the icon area and its text.
37
+ /// @group chart-wizard
38
+ $kendo-chart-wizard-icon-text-gap: k-spacing(3) !default;
@@ -199,3 +199,13 @@ $kendo-chat-quick-reply-hover-text: $kendo-color-primary-contrast !default;
199
199
  /// The border color of the hovered Chat quick reply.
200
200
  /// @group chat
201
201
  $kendo-chat-quick-reply-hover-border: $kendo-color-primary !default;
202
+
203
+ /// The shadow blur of the focused Chat quick reply.
204
+ /// @group chat
205
+ $kendo-chat-quick-reply-shadow-blur: 0px !default;
206
+ /// The shadow spread of the focused Chat quick reply.
207
+ /// @group chat
208
+ $kendo-chat-quick-reply-shadow-spread: .25rem !default;
209
+ /// The shadow opacity of the focused Chat quick reply.
210
+ /// @group chat
211
+ $kendo-chat-quick-reply-shadow-opacity: .5 !default;
package/scss/index.scss CHANGED
@@ -122,6 +122,7 @@
122
122
  @import "./splitter/_index.scss";
123
123
  @import "./tilelayout/_index.scss";
124
124
  @import "./dock-manager/_index.scss";
125
+ @import "./chart-wizard/_index.scss";
125
126
 
126
127
 
127
128
  // Data management
@@ -293,6 +294,7 @@
293
294
  @include kendo-splitter--styles();
294
295
  @include kendo-tile-layout--styles();
295
296
  @include kendo-dock-manager--styles();
297
+ @include kendo-chart-wizard--styles();
296
298
 
297
299
 
298
300
  // Data management
@@ -2,29 +2,69 @@
2
2
 
3
3
 
4
4
  // Map
5
+ /// The border width of the Map.
6
+ /// @group map
5
7
  $kendo-map-border-width: 0px !default;
6
8
 
9
+ /// The font size of the Map.
10
+ /// @group map
7
11
  $kendo-map-font-size: var( --kendo-font-size, inherit ) !default;
12
+ /// The line height of the Map.
13
+ /// @group map
8
14
  $kendo-map-line-height: var( --kendo-line-height, normal )!default;
15
+ /// The font family of the Map.
16
+ /// @group map
9
17
  $kendo-map-font-family: var( --kendo-font-family, inherit ) !default;
10
18
 
19
+ /// The background color of the Map.
20
+ /// @group map
11
21
  $kendo-map-bg: $kendo-component-bg !default;
22
+ /// The text color of the Map.
23
+ /// @group map
12
24
  $kendo-map-text: $kendo-component-text !default;
25
+ /// The border color of the Map.
26
+ /// @group map
13
27
  $kendo-map-border: $kendo-component-border !default;
14
28
 
29
+ /// The margin of the Map navigator.
30
+ /// @group map
15
31
  $kendo-map-navigator-margin: k-spacing(4) !default;
32
+ /// The padding of the Map navigator.
33
+ /// @group map
16
34
  $kendo-map-navigator-padding: k-spacing(0.5) !default;
35
+ /// The width of the Map navigator.
36
+ /// @group map
17
37
  $kendo-map-navigator-width: calc( calc( #{$kendo-icon-size} * 3 ) + calc( #{$kendo-map-navigator-padding} * 2 ) ) !default;
38
+ /// The height of the Map navigator.
39
+ /// @group map
18
40
  $kendo-map-navigator-height: $kendo-map-navigator-width !default;
41
+ /// The border width of the Map navigator.
42
+ /// @group map
19
43
  $kendo-map-navigator-border-width: 1px !default;
20
44
 
45
+ /// The margin of the Map zoom control.
46
+ /// @group map
21
47
  $kendo-map-zoom-control-margin: k-spacing(4) !default;
48
+ /// The horizontal padding of the Map zoom control.
49
+ /// @group map
22
50
  $kendo-map-zoom-control-button-padding-x: $kendo-button-padding-y !default;
51
+ /// The vertical padding of the Map zoom control.
52
+ /// @group map
23
53
  $kendo-map-zoom-control-button-padding-y: $kendo-map-zoom-control-button-padding-x !default;
24
54
 
55
+ /// The horizontal padding of the Map attribution.
56
+ /// @group map
25
57
  $kendo-map-attribution-padding-x: $kendo-padding-sm-x !default;
58
+ /// The vertical padding of the Map attribution.
59
+ /// @group map
26
60
  $kendo-map-attribution-padding-y: $kendo-padding-sm-y !default;
61
+ /// The font size of the Map attribution.
62
+ /// @group map
27
63
  $kendo-map-attribution-font-size: calc( #{$kendo-map-font-size} * .75 ) !default;
64
+ /// The background color of the Map attribution.
65
+ /// @group map
28
66
  $kendo-map-attribution-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( app-surface ) 80%, transparent), rgba( $kendo-map-bg, .8 )) !default;
29
67
 
68
+ /// The fill color of the Map marker.
69
+ /// @group map
30
70
  $kendo-map-marker-fill: $kendo-color-primary !default;
@@ -1,16 +1,43 @@
1
1
  // Media player
2
+
3
+ /// The border width of the MediaPlayer.
4
+ /// @group mediaplayer
2
5
  $kendo-media-player-border-width: 1px !default;
6
+ /// The font family of the MediaPlayer.
7
+ /// @group mediaplayer
3
8
  $kendo-media-player-font-family: var( --kendo-font-family, inherit ) !default;
9
+ /// The font size of the MediaPlayer.
10
+ /// @group mediaplayer
4
11
  $kendo-media-player-font-size: var( --kendo-font-size, inherit ) !default;
12
+ /// The line height of the MediaPlayer.
13
+ /// @group mediaplayer
5
14
  $kendo-media-player-line-height: var( --kendo-line-height, normal ) !default;
6
15
 
16
+ /// The background color of the MediaPlayer.
17
+ /// @group mediaplayer
7
18
  $kendo-media-player-bg: $kendo-component-bg !default;
19
+ /// The text color of the MediaPlayer.
20
+ /// @group mediaplayer
8
21
  $kendo-media-player-text: $kendo-component-text !default;
22
+ /// The border color of the MediaPlayer.
23
+ /// @group mediaplayer
9
24
  $kendo-media-player-border: $kendo-component-border !default;
10
25
 
26
+ /// The horizontal padding of the MediaPlayer title.
27
+ /// @group mediaplayer
11
28
  $kendo-media-player-titlebar-padding-x: k-spacing(2) !default;
29
+ /// The vertical padding of the MediaPlayer title.
30
+ /// @group mediaplayer
12
31
  $kendo-media-player-titlebar-padding-y: k-spacing(2) !default;
32
+ /// The background color of the MediaPlayer title.
33
+ /// @group mediaplayer
13
34
  $kendo-media-player-titlebar-bg: null !default;
35
+ /// The text color of the MediaPlayer title.
36
+ /// @group mediaplayer
14
37
  $kendo-media-player-titlebar-text: $kendo-media-player-bg !default;
38
+ /// The border color of the MediaPlayer title.
39
+ /// @group mediaplayer
15
40
  $kendo-media-player-titlebar-border: null !default;
41
+ /// The gradient of the MediaPlayer title.
42
+ /// @group mediaplayer
16
43
  $kendo-media-player-titlebar-gradient: if($kendo-enable-color-system, ( color-mix(in srgb, k-color( on-app-surface ) 70%, transparent), color-mix(in srgb, k-color( on-app-surface ) 0%, transparent) ), ( rgba( $kendo-media-player-text, .7 ), rgba( $kendo-media-player-text, 0 ) )) !default;
@@ -2,101 +2,243 @@
2
2
 
3
3
 
4
4
  // Pivot grid
5
+ /// The spacer of the PivotGrid.
6
+ /// @group pivotgrid
5
7
  $kendo-pivotgrid-spacer: k-spacing(4) !default;
8
+ /// The horizontal padding of the PivotGrid.
9
+ /// @group pivotgrid
6
10
  $kendo-pivotgrid-padding-x: null !default;
11
+ /// The vertical of the PivotGrid.
12
+ /// @group pivotgrid
7
13
  $kendo-pivotgrid-padding-y: null !default;
14
+ /// The font family of the PivotGrid.
15
+ /// @group pivotgrid
8
16
  $kendo-pivotgrid-font-family: var( --kendo-font-family, inherit ) !default;
17
+ /// The font size of the PivotGrid.
18
+ /// @group pivotgrid
9
19
  $kendo-pivotgrid-font-size: var( --kendo-font-size, inherit ) !default;
20
+ /// The line height of the PivotGrid.
21
+ /// @group pivotgrid
10
22
  $kendo-pivotgrid-line-height: var( --kendo-line-height, normal ) !default;
23
+ /// The border width of the PivotGrid.
24
+ /// @group pivotgrid
11
25
  $kendo-pivotgrid-border-width: 1px !default;
26
+ /// The icon spacing of the PivotGrid.
27
+ /// @group pivotgrid
12
28
  $kendo-pivotgrid-icon-spacing: k-spacing(1) !default;
13
29
 
30
+ /// The default width of the PivotGrid row header.
31
+ /// @group pivotgrid
14
32
  $kendo-pivotgrid-row-header-width: 300px !default;
33
+ /// The default height of the PivotGrid column header.
34
+ /// @group pivotgrid
15
35
  $kendo-pivotgrid-column-header-height: 75px !default;
16
36
 
37
+ /// The horizontal padding of the PivotGrid cell.
38
+ /// @group pivotgrid
17
39
  $kendo-pivotgrid-cell-padding-x: $kendo-table-md-cell-padding-x !default;
40
+ /// The vertical padding of the PivotGrid cell.
41
+ /// @group pivotgrid
18
42
  $kendo-pivotgrid-cell-padding-y: $kendo-table-md-cell-padding-y !default;
43
+ /// The border width of the PivotGrid cell.
44
+ /// @group pivotgrid
19
45
  $kendo-pivotgrid-cell-border-width: 1px !default;
20
46
 
47
+ /// The background color of the PivotGrid.
48
+ /// @group pivotgrid
21
49
  $kendo-pivotgrid-bg: $kendo-component-bg !default;
50
+ /// The text color of the PivotGrid.
51
+ /// @group pivotgrid
22
52
  $kendo-pivotgrid-text: $kendo-component-text !default;
53
+ /// The border color of the PivotGrid.
54
+ /// @group pivotgrid
23
55
  $kendo-pivotgrid-border: $kendo-component-border !default;
24
56
 
57
+ /// The alt border color of the PivotGrid.
58
+ /// @group pivotgrid
25
59
  $kendo-pivotgrid-alt-border: if($kendo-enable-color-system, k-color( border-alt ), k-try-shade( $kendo-pivotgrid-border, 2 )) !default;
26
60
 
61
+ /// The background color of the PivotGrid header.
62
+ /// @group pivotgrid
27
63
  $kendo-pivotgrid-headers-bg: $kendo-component-header-bg !default;
64
+ /// The text color of the PivotGrid header.
65
+ /// @group pivotgrid
28
66
  $kendo-pivotgrid-headers-text: $kendo-component-header-text !default;
67
+ /// The border color of the PivotGrid header.
68
+ /// @group pivotgrid
29
69
  $kendo-pivotgrid-headers-border: $kendo-component-header-border !default;
30
70
 
71
+ /// The background color of the PivotGrid total cells.
72
+ /// @group pivotgrid
31
73
  $kendo-pivotgrid-total-bg: if($kendo-enable-color-system, k-color( base-subtle ), k-try-shade( $kendo-pivotgrid-bg, 1 )) !default;
74
+ /// The text color of the PivotGrid total cells.
75
+ /// @group pivotgrid
32
76
  $kendo-pivotgrid-total-text: $kendo-component-header-text !default;
77
+ /// The border color of the PivotGrid total cells.
78
+ /// @group pivotgrid
33
79
  $kendo-pivotgrid-total-border: $kendo-component-header-border !default;
34
80
 
81
+ /// The hover background color of the PivotGrid.
82
+ /// @group pivotgrid
35
83
  $kendo-pivotgrid-hover-bg: if($kendo-enable-color-system, k-color( base-subtle-hover ), k-color-darken( $kendo-pivotgrid-bg, 7% )) !default;
84
+ /// The hover text color of the PivotGrid.
85
+ /// @group pivotgrid
36
86
  $kendo-pivotgrid-hover-text: null !default;
87
+ /// The hover border color of the PivotGrid.
88
+ /// @group pivotgrid
37
89
  $kendo-pivotgrid-hover-border: null !default;
38
90
 
91
+ /// The selected background color of the PivotGrid.
92
+ /// @group pivotgrid
39
93
  $kendo-pivotgrid-selected-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 25%, transparent), rgba( $kendo-selected-bg, .25 )) !default;
94
+ /// The selected text color of the PivotGrid.
95
+ /// @group pivotgrid
40
96
  $kendo-pivotgrid-selected-text: null !default;
97
+ /// The selected border color of the PivotGrid.
98
+ /// @group pivotgrid
41
99
  $kendo-pivotgrid-selected-border: null !default;
42
100
 
101
+ /// The focus shadow of the PivotGrid.
102
+ /// @group pivotgrid
43
103
  $kendo-pivotgrid-focus-shadow: $kendo-list-item-focus-shadow !default;
44
104
 
45
105
  // Pivotgrid Configurator
106
+ /// The horizontal padding of the PivotGrid configurator.
107
+ /// @group pivotgrid
46
108
  $kendo-pivotgrid-configurator-padding-x: null !default;
109
+ /// The vertical padding of the PivotGrid configurator.
110
+ /// @group pivotgrid
47
111
  $kendo-pivotgrid-configurator-padding-y: null !default;
112
+ /// The border width of the PivotGrid configurator.
113
+ /// @group pivotgrid
48
114
  $kendo-pivotgrid-configurator-border-width: 1px !default;
49
115
 
116
+ /// The horizontal padding of the PivotGrid configurator header.
117
+ /// @group pivotgrid
50
118
  $kendo-pivotgrid-configurator-header-padding-x: $kendo-pivotgrid-spacer !default;
119
+ /// The vertical padding of the PivotGrid configurator header.
120
+ /// @group pivotgrid
51
121
  $kendo-pivotgrid-configurator-header-padding-y: calc( #{$kendo-pivotgrid-spacer} * .75 ) !default;
122
+ /// The font size of the PivotGrid configurator header.
123
+ /// @group pivotgrid
52
124
  $kendo-pivotgrid-configurator-header-font-size: 18px !default;
125
+ /// The font weight of the PivotGrid configurator header.
126
+ /// @group pivotgrid
53
127
  $kendo-pivotgrid-configurator-header-font-weight: 500 !default;
54
128
 
129
+ /// The horizontal padding of the PivotGrid configurator content.
130
+ /// @group pivotgrid
55
131
  $kendo-pivotgrid-configurator-content-padding-x: $kendo-pivotgrid-spacer !default;
132
+ /// The vertical padding of the PivotGrid configurator content.
133
+ /// @group pivotgrid
56
134
  $kendo-pivotgrid-configurator-content-padding-y: k-spacing(1) !default;
57
135
 
136
+ /// The horizontal margin of the PivotGrid configurator fields.
137
+ /// @group pivotgrid
58
138
  $kendo-pivotgrid-configurator-fields-margin-x: k-spacing(0) !default;
139
+ /// The vertical margin of the PivotGrid configurator fields.
140
+ /// @group pivotgrid
59
141
  $kendo-pivotgrid-configurator-fields-margin-y: calc( #{$kendo-pivotgrid-spacer} / 2 ) !default;
60
142
 
143
+ /// The default width of the PivotGrid vertical configurator.
144
+ /// @group pivotgrid
61
145
  $kendo-pivotgrid-configurator-vertical-width: 320px !default;
146
+ /// The default height of the PivotGrid horizontal configurator.
147
+ /// @group pivotgrid
62
148
  $kendo-pivotgrid-configurator-horizontal-height: 420px !default;
63
149
 
150
+ /// The background color of the PivotGrid configurator.
151
+ /// @group pivotgrid
64
152
  $kendo-pivotgrid-configurator-bg: $kendo-component-bg !default;
153
+ /// The text color of the PivotGrid configurator.
154
+ /// @group pivotgrid
65
155
  $kendo-pivotgrid-configurator-text: $kendo-component-text !default;
156
+ /// The border color of the PivotGrid configurator.
157
+ /// @group pivotgrid
66
158
  $kendo-pivotgrid-configurator-border: $kendo-component-border !default;
67
159
 
160
+ /// The background color of the PivotGrid configurator header.
161
+ /// @group pivotgrid
68
162
  $kendo-pivotgrid-configurator-header-bg: null !default;
163
+ /// The text color of the PivotGrid configurator header.
164
+ /// @group pivotgrid
69
165
  $kendo-pivotgrid-configurator-header-text: $kendo-component-header-text !default;
166
+ /// The border color of the PivotGrid configurator header.
167
+ /// @group pivotgrid
70
168
  $kendo-pivotgrid-configurator-header-border: null !default;
71
169
 
170
+ /// The shadow of the PivotGrid configurator.
171
+ /// @group pivotgrid
72
172
  $kendo-pivotgrid-configurator-shadow: k-elevation(3) !default;
173
+ /// The end shadow of the PivotGrid configurator.
174
+ /// @group pivotgrid
73
175
  $kendo-pivotgrid-configurator-end-shadow: $kendo-pivotgrid-configurator-shadow !default;
176
+ /// The start shadow of the PivotGrid configurator.
177
+ /// @group pivotgrid
74
178
  $kendo-pivotgrid-configurator-start-shadow: $kendo-pivotgrid-configurator-shadow !default;
179
+ /// The top shadow of the PivotGrid configurator.
180
+ /// @group pivotgrid
75
181
  $kendo-pivotgrid-configurator-top-shadow: $kendo-pivotgrid-configurator-shadow !default;
182
+ /// The bottom shadow of the PivotGrid configurator.
183
+ /// @group pivotgrid
76
184
  $kendo-pivotgrid-configurator-bottom-shadow: $kendo-pivotgrid-configurator-shadow !default;
77
185
 
186
+ /// The horizontal padding of the PivotGrid configurator button.
187
+ /// @group pivotgrid
78
188
  $kendo-pivotgrid-configurator-button-padding-x: k-spacing(1) !default;
189
+ /// The vertical padding of the PivotGrid configurator button.
190
+ /// @group pivotgrid
79
191
  $kendo-pivotgrid-configurator-button-padding-y: k-spacing(1) !default;
192
+ /// The border width of the PivotGrid configurator button.
193
+ /// @group pivotgrid
80
194
  $kendo-pivotgrid-configurator-button-border-width: 1px !default;
195
+ /// The size of the PivotGrid configurator button.
196
+ /// @group pivotgrid
81
197
  $kendo-pivotgrid-configurator-button-size: calc( calc( #{$kendo-pivotgrid-line-height} * 1em ) + calc( #{$kendo-pivotgrid-configurator-button-padding-y} * 2 ) + calc( #{$kendo-pivotgrid-configurator-button-border-width} * 2 ) ) !default;
82
198
 
83
199
  // Calculated fields
200
+ /// The horizontal padding of the PivotGrid calculated field.
201
+ /// @group pivotgrid
84
202
  $kendo-pivotgrid-calculated-field-padding-x: $kendo-pivotgrid-spacer !default;
203
+ /// The vertical padding of the PivotGrid calculated field.
204
+ /// @group pivotgrid
85
205
  $kendo-pivotgrid-calculated-field-padding-y: $kendo-pivotgrid-spacer !default;
206
+ /// The border width of the PivotGrid calculated field.
207
+ /// @group pivotgrid
86
208
  $kendo-pivotgrid-calculated-field-border-width: 1px !default;
209
+ /// The border radius of the PivotGrid calculated field.
210
+ /// @group pivotgrid
87
211
  $kendo-pivotgrid-calculated-field-border-radius: k-border-radius(md) !default;
212
+ /// The spacing of the PivotGrid calculated field.
213
+ /// @group pivotgrid
88
214
  $kendo-pivotgrid-calculated-field-gap: $kendo-pivotgrid-spacer !default;
89
215
 
216
+ /// The background color of the PivotGrid calculated field.
217
+ /// @group pivotgrid
90
218
  $kendo-pivotgrid-calculated-field-bg: $kendo-component-bg !default;
219
+ /// The text color of the PivotGrid calculated field.
220
+ /// @group pivotgrid
91
221
  $kendo-pivotgrid-calculated-field-text: $kendo-component-text !default;
222
+ /// The border color of the PivotGrid calculated field.
223
+ /// @group pivotgrid
92
224
  $kendo-pivotgrid-calculated-field-border: $kendo-component-border !default;
93
225
 
226
+ /// The background color of the PivotGrid calculated field header.
227
+ /// @group pivotgrid
94
228
  $kendo-pivotgrid-calculated-field-header-bg: null !default;
229
+ /// The text color of the PivotGrid calculated field header.
230
+ /// @group pivotgrid
95
231
  $kendo-pivotgrid-calculated-field-header-text: $kendo-component-header-text !default;
232
+ /// The border color of the PivotGrid calculated field header.
233
+ /// @group pivotgrid
96
234
  $kendo-pivotgrid-calculated-field-header-border: null !default;
97
235
 
98
236
 
237
+ /// The horizontal padding of the PivotGrid treeview.
238
+ /// @group pivotgrid
99
239
  $kendo-pivotgrid-treeview-padding-x: k-spacing(6) !default;
240
+ /// The vertical padding of the PivotGrid treeview.
241
+ /// @group pivotgrid
100
242
  $kendo-pivotgrid-treeview-padding-y: k-spacing(0) !default;
101
243
 
102
244
  // Legacy variables