@progress/kendo-theme-fluent 5.7.0 → 5.8.1-dev.1

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 (112) hide show
  1. package/dist/all.css +43451 -0
  2. package/dist/all.scss +1 -1
  3. package/package.json +5 -5
  4. package/scss/adaptive/_layout.scss +475 -0
  5. package/scss/adaptive/_theme.scss +92 -0
  6. package/scss/adaptive/_variables.scss +33 -0
  7. package/scss/adaptive/index.scss +32 -0
  8. package/scss/badge/_variables.scss +2 -2
  9. package/scss/button/_layout.scss +2 -1
  10. package/scss/button/_variables.scss +2 -2
  11. package/scss/calendar/_layout.scss +5 -4
  12. package/scss/calendar/_theme.scss +9 -9
  13. package/scss/calendar/_variables.scss +25 -25
  14. package/scss/captcha/_variables.scss +3 -2
  15. package/scss/card/_layout.scss +3 -3
  16. package/scss/card/_variables.scss +1 -1
  17. package/scss/chat/_layout.scss +460 -0
  18. package/scss/chat/_theme.scss +93 -0
  19. package/scss/chat/_variables.scss +213 -0
  20. package/scss/chat/index.scss +32 -0
  21. package/scss/checkbox/_layout.scss +3 -3
  22. package/scss/chip/_layout.scss +1 -1
  23. package/scss/chip/_theme.scss +3 -3
  24. package/scss/color-preview/_layout.scss +0 -1
  25. package/scss/coloreditor/_layout.scss +3 -1
  26. package/scss/coloreditor/_variables.scss +10 -2
  27. package/scss/colorgradient/_layout.scss +5 -1
  28. package/scss/colorgradient/_variables.scss +13 -10
  29. package/scss/core/_variables.scss +8 -7
  30. package/scss/core/color-system/utils/_functions.scss +1 -1
  31. package/scss/core/helpers/_index.scss +1 -0
  32. package/scss/core/helpers/_scrollbar.scss +25 -0
  33. package/scss/core/mixins/_decoration.scss +4 -0
  34. package/scss/dataviz/_layout.scss +5 -5
  35. package/scss/draggable/_variables.scss +2 -1
  36. package/scss/drawer/_variables.scss +2 -3
  37. package/scss/editor/_layout.scss +3 -2
  38. package/scss/fab/_variables.scss +10 -9
  39. package/scss/filemanager/_layout.scss +1 -1
  40. package/scss/filter/_layout.scss +1 -1
  41. package/scss/forms/_layout.scss +3 -2
  42. package/scss/forms/_variables.scss +1 -1
  43. package/scss/gantt/_layout.scss +782 -0
  44. package/scss/gantt/_theme.scss +275 -0
  45. package/scss/gantt/_variables.scss +232 -0
  46. package/scss/gantt/index.scss +35 -0
  47. package/scss/grid/_layout.scss +3 -3
  48. package/scss/grid/_theme.scss +7 -0
  49. package/scss/grid/_variables.scss +2 -2
  50. package/scss/imageeditor/_layout.scss +0 -2
  51. package/scss/imageeditor/_variables.scss +5 -4
  52. package/scss/index.scss +16 -18
  53. package/scss/input/_variables.scss +1 -1
  54. package/scss/listgroup/_layout.scss +0 -1
  55. package/scss/listview/_layout.scss +2 -2
  56. package/scss/loader/_layout.scss +3 -2
  57. package/scss/loader/_variables.scss +16 -15
  58. package/scss/map/_variables.scss +2 -2
  59. package/scss/menu/_variables.scss +7 -7
  60. package/scss/messagebox/_theme.scss +1 -1
  61. package/scss/messagebox/_variables.scss +5 -5
  62. package/scss/notification/_theme.scss +0 -1
  63. package/scss/notification/_variables.scss +0 -1
  64. package/scss/panelbar/_layout.scss +2 -2
  65. package/scss/pdf-viewer/_layout.scss +177 -0
  66. package/scss/pdf-viewer/_theme.scss +73 -0
  67. package/scss/pdf-viewer/_variables.scss +105 -0
  68. package/scss/pdf-viewer/index.scss +32 -0
  69. package/scss/pivotgrid/_layout.scss +640 -0
  70. package/scss/pivotgrid/_theme.scss +218 -0
  71. package/scss/pivotgrid/_variables.scss +239 -0
  72. package/scss/pivotgrid/index.scss +36 -0
  73. package/scss/popup/_variables.scss +2 -2
  74. package/scss/progressbar/_variables.scss +1 -1
  75. package/scss/radio/_layout.scss +10 -9
  76. package/scss/radio/_variables.scss +5 -4
  77. package/scss/rating/_variables.scss +1 -1
  78. package/scss/scheduler/_layout.scss +2 -2
  79. package/scss/scheduler/_variables.scss +1 -1
  80. package/scss/scrollview/_layout.scss +195 -0
  81. package/scss/scrollview/_theme.scss +91 -0
  82. package/scss/scrollview/_variables.scss +109 -0
  83. package/scss/scrollview/index.scss +26 -0
  84. package/scss/slider/_layout.scss +8 -8
  85. package/scss/slider/_theme.scss +4 -4
  86. package/scss/splitter/_variables.scss +5 -5
  87. package/scss/spreadsheet/_layout.scss +872 -0
  88. package/scss/spreadsheet/_theme.scss +254 -0
  89. package/scss/spreadsheet/_variables.scss +191 -0
  90. package/scss/spreadsheet/index.scss +41 -0
  91. package/scss/stepper/_layout.scss +10 -7
  92. package/scss/stepper/_theme.scss +4 -0
  93. package/scss/stepper/_variables.scss +9 -7
  94. package/scss/switch/_layout.scss +2 -2
  95. package/scss/table/_layout.scss +2 -2
  96. package/scss/taskboard/_layout.scss +7 -4
  97. package/scss/taskboard/_variables.scss +10 -9
  98. package/scss/timeline/_layout.scss +449 -0
  99. package/scss/timeline/_theme.scss +72 -0
  100. package/scss/timeline/_variables.scss +197 -0
  101. package/scss/timeline/index.scss +27 -0
  102. package/scss/timeselector/_layout.scss +4 -4
  103. package/scss/timeselector/_variables.scss +1 -1
  104. package/scss/tooltip/_layout.scss +6 -6
  105. package/scss/tooltip/_variables.scss +0 -2
  106. package/scss/treeview/_variables.scss +4 -4
  107. package/scss/typography/_layout.scss +17 -17
  108. package/scss/typography/_variables.scss +63 -63
  109. package/scss/upload/_layout.scss +1 -1
  110. package/scss/window/_layout.scss +1 -1
  111. package/scss/wizard/_layout.scss +1 -1
  112. package/scss/wizard/_variables.scss +2 -3
@@ -0,0 +1,218 @@
1
+ @use "../core/mixins" as *;
2
+ @use "_variables.scss" as *;
3
+
4
+ @mixin kendo-pivotgrid--theme() {
5
+
6
+ .k-pivotgrid {
7
+ @include fill (
8
+ var( --kendo-pivotgrid-text, #{$kendo-pivotgrid-text} ),
9
+ var( --kendo-pivotgrid-bg, #{$kendo-pivotgrid-bg} ),
10
+ var( --kendo-pivotgrid-border, #{$kendo-pivotgrid-border} )
11
+ );
12
+ }
13
+
14
+ .k-pivotgrid-column-headers,
15
+ .k-pivotgrid-row-headers,
16
+ .k-pivotgrid-empty-cell {
17
+ @include fill (
18
+ var( --kendo-pivotgrid-headers-text, #{$kendo-pivotgrid-headers-text} ),
19
+ var( --kendo-pivotgrid-headers-bg, #{$kendo-pivotgrid-headers-bg} ),
20
+ var( --kendo-pivotgrid-headers-border, #{$kendo-pivotgrid-headers-border} )
21
+ );
22
+ }
23
+
24
+ .k-pivotgrid-empty-cell {
25
+ @include fill (
26
+ $border: var( --kendo-pivotgrid-alt-border, #{$kendo-pivotgrid-alt-border} )
27
+ );
28
+ }
29
+
30
+ .k-pivotgrid-row-headers .k-pivotgrid-row .k-pivotgrid-cell:last-child {
31
+ border-right-color: var( --kendo-pivotgrid-alt-border, #{$kendo-pivotgrid-alt-border} );
32
+ }
33
+
34
+ .k-pivotgrid-column-headers .k-pivotgrid-column-total:nth-last-of-type(2) .k-pivotgrid-cell:not(.k-pivotgrid-expanded),
35
+ .k-pivotgrid-column-headers .k-pivotgrid-row:last-child {
36
+ border-bottom-color: var( --kendo-pivotgrid-alt-border, #{$kendo-pivotgrid-alt-border} );
37
+ }
38
+
39
+
40
+ .k-pivotgrid-header-total,
41
+ .k-pivotgrid-total {
42
+ @include fill (
43
+ var( --kendo-pivotgrid-total-text, #{$kendo-pivotgrid-total-text} ),
44
+ var( --kendo-pivotgrid-total-bg, #{$kendo-pivotgrid-total-bg} ),
45
+ var( --kendo-pivotgrid-total-border, #{$kendo-pivotgrid-total-border} )
46
+ );
47
+ }
48
+
49
+
50
+ // Hover state
51
+ .k-pivotgrid-row-headers tbody > .k-pivotgrid-row:hover,
52
+ .k-pivotgrid-row-headers tbody > .k-pivotgrid-row.k-hover,
53
+ .k-pivotgrid-column-headers tbody > .k-pivotgrid-row:hover,
54
+ .k-pivotgrid-column-headers tbody > .k-pivotgrid-row.k-hover,
55
+ .k-pivotgrid-values tbody > .k-pivotgrid-row:hover,
56
+ .k-pivotgrid-values tbody > .k-pivotgrid-row.k-hover {
57
+ @include fill (
58
+ var( --kendo-pivotgrid-hover-text, #{$kendo-pivotgrid-hover-text} ),
59
+ var( --kendo-pivotgrid-hover-bg, #{$kendo-pivotgrid-hover-bg} ),
60
+ var( --kendo-pivotgrid-hover-border, #{$kendo-pivotgrid-hover-border} )
61
+ );
62
+ }
63
+
64
+ // Focus state
65
+ .k-pivotgrid-cell:focus,
66
+ .k-pivotgrid-cell.k-focus,
67
+ .k-pivotgrid-empty-cell:focus,
68
+ .k-pivotgrid-empty-cell.k-focus,
69
+ .k-master-row > .k-pivotgrid-cell:focus,
70
+ .k-grouping-row > .k-pivotgrid-cell:focus,
71
+ .k-detail-row > .k-pivotgrid-cell:focus,
72
+ .k-group-footer > .k-pivotgrid-cell:focus {
73
+ @include box-shadow( var( --kendo-pivotgrid-focus-shadow, #{$kendo-pivotgrid-focus-shadow} ) );
74
+ }
75
+
76
+ // Selected state
77
+ .k-pivotgrid-cell.k-selected,
78
+ .k-pivotgrid-row.k-selected > .k-pivotgrid-cell {
79
+ @include fill (
80
+ var( --kendo-pivotgrid-selected-text, #{$kendo-pivotgrid-selected-text} ),
81
+ var( --kendo-pivotgrid-selected-bg, #{$kendo-pivotgrid-selected-bg} ),
82
+ var( --kendo-pivotgrid-selected-border, #{$kendo-pivotgrid-selected-border} )
83
+ );
84
+ }
85
+
86
+ }
87
+
88
+
89
+
90
+ @mixin kendo-pivotgrid-configurator--theme() {
91
+
92
+ .k-pivotgrid-configurator-button,
93
+ .k-pivotgrid-configurator-panel {
94
+ @include fill (
95
+ var( --kendo-pivotgrid-configurator-text, #{$kendo-pivotgrid-configurator-text} ),
96
+ var( --kendo-pivotgrid-configurator-bg, #{$kendo-pivotgrid-configurator-bg} ),
97
+ var( --kendo-pivotgrid-configurator-border, #{$kendo-pivotgrid-configurator-border} )
98
+ );
99
+ }
100
+
101
+ .k-pivotgrid-configurator-header {
102
+ @include fill(
103
+ var( --kendo-pivotgrid-configurator-header-text, #{$kendo-pivotgrid-configurator-header-text} ),
104
+ var( --kendo-pivotgrid-configurator-header-bg, #{$kendo-pivotgrid-configurator-header-bg} ),
105
+ var( --kendo-pivotgrid-configurator-header-border, #{$kendo-pivotgrid-configurator-header-border} )
106
+ );
107
+ }
108
+
109
+ .k-pivotgrid-configurator-content .k-fields-list-wrapper {
110
+ @include fill(
111
+ $border: var( --kendo-pivotgrid-configurator-border, #{$kendo-pivotgrid-configurator-border} )
112
+ );
113
+ }
114
+
115
+
116
+ // Calculated field
117
+ .k-calculated-field {
118
+ @include fill (
119
+ var( --kendo-pivotgrid-calculated-field-text, #{$kendo-pivotgrid-calculated-field-text} ),
120
+ var( --kendo-pivotgrid-calculated-field-bg, #{$kendo-pivotgrid-calculated-field-bg} ),
121
+ var( --kendo-pivotgrid-calculated-field-border, #{$kendo-pivotgrid-calculated-field-border} )
122
+ );
123
+ }
124
+
125
+ .k-calculated-field-header {
126
+ @include fill(
127
+ var( --kendo-pivotgrid-calculated-field-header-text, #{$kendo-pivotgrid-calculated-field-header-text} ),
128
+ var( --kendo-pivotgrid-calculated-field-header-bg, #{$kendo-pivotgrid-calculated-field-header-bg} ),
129
+ var( --kendo-pivotgrid-calculated-field-header-border, #{$kendo-pivotgrid-calculated-field-header-border} )
130
+ );
131
+ }
132
+
133
+ .k-filter-menu .k-calculated-item {
134
+ @include fill( $border: var( --kendo-component-border, inherit ) );
135
+ }
136
+
137
+ .k-pivotgrid-configurator-content .k-form-field-wrapper {
138
+ @include fill( $border: var( --kendo-component-border, inherit ) );
139
+ }
140
+
141
+ }
142
+
143
+ @mixin kendo-pivotgrid-legacy--theme() {
144
+
145
+ .k-pivot {
146
+ @include fill (
147
+ var( --kendo-pivotgrid-text, #{$kendo-pivotgrid-text} ),
148
+ var( --kendo-pivotgrid-bg, #{$kendo-pivotgrid-bg} ),
149
+ var( --kendo-pivotgrid-border, #{$kendo-pivotgrid-border} )
150
+ );
151
+ }
152
+ .k-pivot-table {
153
+ border-color: var( --kendo-pivotgrid-border, #{$kendo-pivotgrid-border} );
154
+ }
155
+
156
+ // Pivotgrid header
157
+ .k-pivot-rowheaders {
158
+ @include fill(
159
+ var( --kendo-pivotgrid-headers-text, #{$kendo-pivotgrid-headers-text} ),
160
+ var( --kendo-pivotgrid-headers-bg, #{$kendo-pivotgrid-headers-bg} ),
161
+ var( --kendo-pivotgrid-headers-border, #{$kendo-pivotgrid-headers-border} )
162
+ );
163
+ }
164
+
165
+
166
+ // Pivotgrid toolbar
167
+ .k-pivot-toolbar {
168
+ @include fill(
169
+ var( --kendo-pivotgrid-headers-text, #{$kendo-pivotgrid-headers-text} ),
170
+ var( --kendo-pivotgrid-headers-bg, #{$kendo-pivotgrid-headers-bg} ),
171
+ var( --kendo-pivotgrid-headers-border, #{$kendo-pivotgrid-headers-border} )
172
+ );
173
+
174
+ .k-empty {
175
+ color: var( --kendo-subtle-text, inherit );
176
+ }
177
+ }
178
+
179
+ .k-pivot-toolbar,
180
+ .k-pivot-table,
181
+ .k-pivot-rowheaders > .k-grid td:first-child,
182
+ .k-pivot-table .k-grid-header .k-header.k-first {
183
+ border-color: var( --kendo-pivotgrid-chrome-border, #{$kendo-pivotgrid-chrome-border} );
184
+ }
185
+
186
+ .k-pivot-layout .k-grid-footer {
187
+ color: var( --kendo-pivotgrid-alt-text, #{$kendo-pivotgrid-alt-text} );
188
+ background-color: var( --kendo-pivotgrid-alt-bg, #{$kendo-pivotgrid-alt-bg} );
189
+ }
190
+
191
+ // KPI icons
192
+ .k-i-kpi-trend-increase,
193
+ .k-i-kpi-trend-decrease,
194
+ .k-i-kpi-trend-equal {
195
+ color: inherit;
196
+ }
197
+
198
+ .k-i-kpi-status-hold {
199
+ color: var( --kendo-warning-100, initial );
200
+ }
201
+
202
+ .k-i-kpi-status-deny {
203
+ color: var( --kendo-error-100, initial );
204
+ }
205
+
206
+ .k-i-kpi-status-open {
207
+ color: var( --kendo-success-100, initial );
208
+ }
209
+
210
+
211
+ // Configurator
212
+ .k-pivotgrid-configurator-panel.kendo-jquery {
213
+ .k-column-fields {
214
+ border-color: var( --kendo-component-border, inherit );
215
+ }
216
+ }
217
+
218
+ }
@@ -0,0 +1,239 @@
1
+ @use "sass:math";
2
+ @use "../core/color-system" as *;
3
+ @use "../core/_variables.scss" as *;
4
+ @use "../grid/_variables.scss" as *;
5
+ @use "../table/_variables.scss" as *;
6
+ @use "../list/_variables.scss" as *;
7
+
8
+ /// Spacer of the PivotGrid.
9
+ /// @group pivotgrid
10
+ $kendo-pivotgrid-spacer: map-get( $kendo-spacing, 3 ) !default;
11
+
12
+ /// Horizontal padding of the PivotGrid.
13
+ /// @group pivotgrid
14
+ $kendo-pivotgrid-padding-x: 0px !default;
15
+ /// Vertical of the PivotGrid.
16
+ /// @group pivotgrid
17
+ $kendo-pivotgrid-padding-y: 0px !default;
18
+ /// Font family of the PivotGrid.
19
+ /// @group pivotgrid
20
+ $kendo-pivotgrid-font-family: var( --kendo-font-family, inherit ) !default;
21
+ /// Font size of the PivotGrid.
22
+ /// @group pivotgrid
23
+ $kendo-pivotgrid-font-size: var( --kendo-font-size, inherit ) !default;
24
+ /// Line height of the PivotGrid.
25
+ /// @group pivotgrid
26
+ $kendo-pivotgrid-line-height: var( --kendo-line-height, normal ) !default;
27
+ /// Border width of the PivotGrid.
28
+ /// @group pivotgrid
29
+ $kendo-pivotgrid-border-width: 1px !default;
30
+ /// Icon spacing of the PivotGrid.
31
+ /// @group pivotgrid
32
+ $kendo-pivotgrid-icon-spacing: var( --kendo-icon-spacing, .5rem ) !default;
33
+
34
+ /// Background color of the PivotGrid.
35
+ /// @group pivotgrid
36
+ $kendo-pivotgrid-bg: var( --kendo-component-bg, initial ) !default;
37
+ /// Text color of the PivotGrid.
38
+ /// @group pivotgrid
39
+ $kendo-pivotgrid-text: var( --kendo-component-text, initial ) !default;
40
+ /// Border color of the PivotGrid.
41
+ /// @group pivotgrid
42
+ $kendo-pivotgrid-border: var( --kendo-component-border, initial ) !default;
43
+ /// Alt border color of the PivotGrid.
44
+ /// @group pivotgrid
45
+ $kendo-pivotgrid-alt-border: $kendo-pivotgrid-border !default;
46
+
47
+ /// Default width of the PivotGrid row header.
48
+ /// @group pivotgrid
49
+ $kendo-pivotgrid-row-header-width: 300px !default;
50
+ /// Default height of the PivotGrid column header.
51
+ /// @group pivotgrid
52
+ $kendo-pivotgrid-column-header-height: 75px !default;
53
+
54
+ /// Horizontal padding of the PivotGrid cell.
55
+ /// @group pivotgrid
56
+ $kendo-pivotgrid-cell-padding-x: $kendo-table-cell-padding-x !default;
57
+ /// Vertical padding of the PivotGrid cell.
58
+ /// @group pivotgrid
59
+ $kendo-pivotgrid-cell-padding-y: $kendo-table-cell-padding-y !default;
60
+ /// Border width of the PivotGrid cell.
61
+ /// @group pivotgrid
62
+ $kendo-pivotgrid-cell-border-width: 1px !default;
63
+
64
+ /// Background color of the PivotGrid header.
65
+ /// @group pivotgrid
66
+ $kendo-pivotgrid-headers-bg: var( --kendo-component-bg, inherit ) !default;
67
+ /// Text color of the PivotGrid header.
68
+ /// @group pivotgrid
69
+ $kendo-pivotgrid-headers-text: get-theme-color-var( neutral-190 ) !default;
70
+ /// Border color of the PivotGrid header.
71
+ /// @group pivotgrid
72
+ $kendo-pivotgrid-headers-border: var( --kendo-component-border, inherit ) !default;
73
+
74
+ /// Background color of the PivotGrid total cells.
75
+ /// @group pivotgrid
76
+ $kendo-pivotgrid-total-bg: get-theme-color-var( neutral-20 ) !default;
77
+ /// Text color of the PivotGrid total cells.
78
+ /// @group pivotgrid
79
+ $kendo-pivotgrid-total-text: var( --kendo-component-text, inherit ) !default;
80
+ /// Border color of the PivotGrid total cells.
81
+ /// @group pivotgrid
82
+ $kendo-pivotgrid-total-border: var( --kendo-component-border, inherit ) !default;
83
+
84
+ /// Hover background color of the PivotGrid.
85
+ /// @group pivotgrid
86
+ $kendo-pivotgrid-hover-bg: var( --kendo-hover-bg, inherit ) !default;
87
+ /// Hover text color of the PivotGrid.
88
+ /// @group pivotgrid
89
+ $kendo-pivotgrid-hover-text: inherit !default;
90
+ /// Hover border color of the PivotGrid.
91
+ /// @group pivotgrid
92
+ $kendo-pivotgrid-hover-border: inherit !default;
93
+
94
+ /// Selected background color of the PivotGrid.
95
+ /// @group pivotgrid
96
+ $kendo-pivotgrid-selected-bg: var( --kendo-selected-bg, inherit ) !default;
97
+ /// Selected text color of the PivotGrid.
98
+ /// @group pivotgrid
99
+ $kendo-pivotgrid-selected-text: inherit !default;
100
+ /// Selected border color of the PivotGrid.
101
+ /// @group pivotgrid
102
+ $kendo-pivotgrid-selected-border: inherit !default;
103
+
104
+ /// Focus shadow of the PivotGrid.
105
+ /// @group pivotgrid
106
+ $kendo-pivotgrid-focus-shadow: $kendo-list-item-focus-shadow !default;
107
+
108
+ /// Horizontal padding of the PivotGrid configurator.
109
+ /// @group pivotgrid
110
+ $kendo-pivotgrid-configurator-padding-x: 0px !default;
111
+ /// Vertical padding of the PivotGrid configurator.
112
+ /// @group pivotgrid
113
+ $kendo-pivotgrid-configurator-padding-y: 0px !default;
114
+ /// Border width of the PivotGrid configurator.
115
+ /// @group pivotgrid
116
+ $kendo-pivotgrid-configurator-border-width: 1px !default;
117
+
118
+ /// Horizontal padding of the PivotGrid configurator header.
119
+ /// @group pivotgrid
120
+ $kendo-pivotgrid-configurator-header-padding-x: $kendo-pivotgrid-spacer !default;
121
+ /// Vertical padding of the PivotGrid configurator header.
122
+ /// @group pivotgrid
123
+ $kendo-pivotgrid-configurator-header-padding-y: $kendo-pivotgrid-configurator-header-padding-x !default;
124
+ /// Font size of the PivotGrid configurator header.
125
+ /// @group pivotgrid
126
+ $kendo-pivotgrid-configurator-header-font-size: calc( var( --kendo-font-size-xl, 2rem ) * .9 ) !default;
127
+ /// Font weight of the PivotGrid configurator header.
128
+ /// @group pivotgrid
129
+ $kendo-pivotgrid-configurator-header-font-weight: var( --kendo-font-weight-bold, bold ) !default;
130
+
131
+ /// Horizontal padding of the PivotGrid configurator content.
132
+ /// @group pivotgrid
133
+ $kendo-pivotgrid-configurator-content-padding-x: $kendo-pivotgrid-spacer !default;
134
+ /// Vertical padding of the PivotGrid configurator content.
135
+ /// @group pivotgrid
136
+ $kendo-pivotgrid-configurator-content-padding-y: 0px !default;
137
+
138
+ /// Horizontal margin of the PivotGrid configurator fields.
139
+ /// @group pivotgrid
140
+ $kendo-pivotgrid-configurator-fields-margin-x: 0px !default;
141
+ /// Vertical margin of the PivotGrid configurator fields.
142
+ /// @group pivotgrid
143
+ $kendo-pivotgrid-configurator-fields-margin-y: math.div( $kendo-pivotgrid-spacer, 2 ) !default;
144
+ /// Spacing of the PivotGrid configurator fields.
145
+ /// @group pivotgrid
146
+ $kendo-pivotgrid-configurator-fields-gap: map-get( $kendo-spacing, 2) !default;
147
+
148
+ /// Default width of the PivotGrid vertical configurator.
149
+ /// @group pivotgrid
150
+ $kendo-pivotgrid-configurator-vertical-width: 320px !default;
151
+ /// Default height of the PivotGrid horizontal configurator.
152
+ /// @group pivotgrid
153
+ $kendo-pivotgrid-configurator-horizontal-height: 420px !default;
154
+
155
+ /// Background color of the PivotGrid configurator.
156
+ /// @group pivotgrid
157
+ $kendo-pivotgrid-configurator-bg: var( --kendo-component-bg, inherit ) !default;
158
+ /// Text color of the PivotGrid configurator.
159
+ /// @group pivotgrid
160
+ $kendo-pivotgrid-configurator-text: get-theme-color-var( neutral-190 ) !default;
161
+ /// Border color of the PivotGrid configurator.
162
+ /// @group pivotgrid
163
+ $kendo-pivotgrid-configurator-border: var( --kendo-component-border, inherit )!default;
164
+
165
+ /// Background color of the PivotGrid configurator header.
166
+ /// @group pivotgrid
167
+ $kendo-pivotgrid-configurator-header-bg: var( --kendo-component-bg, inherit ) !default;
168
+ /// Text color of the PivotGrid configurator header.
169
+ /// @group pivotgrid
170
+ $kendo-pivotgrid-configurator-header-text: var( --kendo-component-text, inherit ) !default;
171
+ /// Border color of the PivotGrid configurator header.
172
+ /// @group pivotgrid
173
+ $kendo-pivotgrid-configurator-header-border: inherit !default;
174
+
175
+ /// Horizontal padding of the PivotGrid configurator button.
176
+ /// @group pivotgrid
177
+ $kendo-pivotgrid-configurator-button-padding-x: map-get( $kendo-spacing, 1 ) !default;
178
+ /// Vertical padding of the PivotGrid configurator button.
179
+ /// @group pivotgrid
180
+ $kendo-pivotgrid-configurator-button-padding-y: map-get( $kendo-spacing, 1 ) !default;
181
+ /// Border width of the PivotGrid configurator button.
182
+ /// @group pivotgrid
183
+ $kendo-pivotgrid-configurator-button-border-width: 1px !default;
184
+ /// Size of the PivotGrid configurator button.
185
+ /// @group pivotgrid
186
+ $kendo-pivotgrid-configurator-button-size: calc( #{$kendo-pivotgrid-line-height} * 1em + #{$kendo-pivotgrid-configurator-button-padding-y * 2} + #{$kendo-pivotgrid-configurator-button-border-width * 2} ) !default;
187
+ /// Icon spacing of the PivotGrid configurator button.
188
+ /// @group pivotgrid
189
+ $kendo-pivotgrid-configurator-button-icon-spacing: map-get( $kendo-spacing, 2 );
190
+
191
+ /// Horizontal padding of the PivotGrid calculated field.
192
+ /// @group pivotgrid
193
+ $kendo-pivotgrid-calculated-field-padding-x: $kendo-pivotgrid-spacer !default;
194
+ /// Vertical padding of the PivotGrid calculated field.
195
+ /// @group pivotgrid
196
+ $kendo-pivotgrid-calculated-field-padding-y: $kendo-pivotgrid-spacer !default;
197
+ /// Border width of the PivotGrid calculated field.
198
+ /// @group pivotgrid
199
+ $kendo-pivotgrid-calculated-field-border-width: 1px !default;
200
+ /// Border radius of the PivotGrid calculated field.
201
+ /// @group pivotgrid
202
+ $kendo-pivotgrid-calculated-field-border-radius: var( --kendo-border-radius-md, 0 ) !default;
203
+ /// Spacing of the PivotGrid calculated field.
204
+ /// @group pivotgrid
205
+ $kendo-pivotgrid-calculated-field-gap: $kendo-pivotgrid-spacer !default;
206
+ /// Background color of the PivotGrid calculated field.
207
+ /// @group pivotgrid
208
+ $kendo-pivotgrid-calculated-field-bg: var( --kendo-component-bg, inherit ) !default;
209
+ /// Text color of the PivotGrid calculated field.
210
+ /// @group pivotgrid
211
+ $kendo-pivotgrid-calculated-field-text: var( --kendo-component-text, inherit ) !default;
212
+ /// Border color of the PivotGrid calculated field.
213
+ /// @group pivotgrid
214
+ $kendo-pivotgrid-calculated-field-border: var( --kendo-component-border, inherit ) !default;
215
+
216
+ /// Background color of the PivotGrid calculated field header.
217
+ /// @group pivotgrid
218
+ $kendo-pivotgrid-calculated-field-header-bg: inherit !default;
219
+ /// Text color of the PivotGrid calculated field header.
220
+ /// @group pivotgrid
221
+ $kendo-pivotgrid-calculated-field-header-text: var( --kendo-component-text, inherit ) !default;
222
+ /// Border color of the PivotGrid calculated field header.
223
+ /// @group pivotgrid
224
+ $kendo-pivotgrid-calculated-field-header-border: inherit !default;
225
+
226
+ /// Horizontal padding of the PivotGrid treeview.
227
+ /// @group pivotgrid
228
+ $kendo-pivotgrid-treeview-padding-x: math.div( $kendo-pivotgrid-spacer, 2 ) !default;
229
+ /// Vertical padding of the PivotGrid treeview.
230
+ /// @group pivotgrid
231
+ $kendo-pivotgrid-treeview-padding-y: 0px !default;
232
+
233
+ // Legacy variables
234
+ $kendo-pivotgrid-alt-bg: $kendo-grid-header-bg !default;
235
+ $kendo-pivotgrid-alt-text: $kendo-grid-header-text !default;
236
+ $kendo-pivotgrid-chrome-border: $kendo-grid-border !default;
237
+
238
+ $kendo-pivotgrid-container-bg: var( --kendo-component-bg, inherit ) !default;
239
+ $kendo-pivotgrid-row-headers-bg: var( --kendo-component-bg, inherit ) !default;
@@ -0,0 +1,36 @@
1
+ // Module meta
2
+ $_kendo-module-meta: (
3
+ name: "pivotgrid",
4
+ dependencies: (
5
+ "icon",
6
+ "list",
7
+ "dialog",
8
+ "treeview",
9
+ "grid"
10
+ )
11
+ );
12
+
13
+
14
+ // Component
15
+ @forward "_variables.scss";
16
+ @use "_layout.scss" as *;
17
+ @use "_theme.scss" as *;
18
+
19
+ // Register
20
+ @use "../core/module-system/" as module;
21
+ @include module.register( $_kendo-module-meta... );
22
+
23
+ // Expose
24
+ @mixin styles() {
25
+ @include module.render( "pivotgrid" ) {
26
+ @include kendo-pivotgrid--layout();
27
+ @include kendo-pivotgrid-configurator--layout();
28
+ @include kendo-pivotgrid-export--layout();
29
+ @include kendo-pivotgrid-legacy--layout();
30
+ @include kendo-pivotgrid-configurator-legacy--layout();
31
+
32
+ @include kendo-pivotgrid--theme();
33
+ @include kendo-pivotgrid-configurator--theme();
34
+ @include kendo-pivotgrid-legacy--theme();
35
+ }
36
+ }
@@ -16,10 +16,10 @@ $kendo-popup-border-radius: var( --kendo-border-radius-md, 0 ) !default;
16
16
 
17
17
  /// Font size of the popup.
18
18
  /// @group popup
19
- $kendo-popup-font-size: var(--kendo-font-size, inherit) !default;
19
+ $kendo-popup-font-size: var( --kendo-font-size, inherit) !default;
20
20
  /// Line height of the popup.
21
21
  /// @group popup
22
- $kendo-popup-line-height: var(--kendo-line-height, normal) !default;
22
+ $kendo-popup-line-height: var( --kendo-line-height, normal) !default;
23
23
 
24
24
  /// Horizontal padding of the content inside the popup.
25
25
  /// @group popup
@@ -111,4 +111,4 @@ $kendo-circular-progressbar-arc-stroke: get-theme-color-var( primary-100 ) !defa
111
111
  /// @group progressbar
112
112
  $kendo-circular-progressbar-scale-stroke: $kendo-progressbar-bg !default;
113
113
 
114
- $kendo-progressbar-item-border-width: calc( map-get( $kendo-spacing, thin ) + map-get( $kendo-spacing, hair ) ) !default;
114
+ $kendo-progressbar-item-border-width: map-get( $kendo-spacing, thin ) !default;
@@ -1,7 +1,8 @@
1
+ @use "sass:math";
1
2
  @use "_variables.scss" as *;
2
3
  @use "../core/_variables.scss" as *;
3
- @use "../core/mixins/border-radius" as *;
4
- @use "../core/mixins/disabled" as *;
4
+ @use "../core/mixins/border-radius" as *;
5
+ @use "../core/mixins/disabled" as *;
5
6
 
6
7
  @mixin kendo-radio--layout() {
7
8
 
@@ -79,8 +80,8 @@
79
80
  border-radius: var( --kendo-radio-border-radius, #{ $kendo-radio-border-radius } );
80
81
  box-sizing: border-box;
81
82
  position: absolute;
82
- top: var(--INTERNAL-kendo-radio-checked-top, #{ $kendo-radio-checked-top } );
83
- left: var(--INTERNAL-kendo-radio-checked-left, #{ $kendo-radio-checked-left } );
83
+ top: var( --INTERNAL-kendo-radio-checked-top, #{ $kendo-radio-checked-top } );
84
+ left: var( --INTERNAL-kendo-radio-checked-left, #{ $kendo-radio-checked-left } );
84
85
  }
85
86
  }
86
87
 
@@ -96,8 +97,8 @@
96
97
  border-radius: var( --kendo-radio-border-radius, #{ $kendo-radio-border-radius } );
97
98
  box-sizing: border-box;
98
99
  position: absolute;
99
- top: var(--INTERNAL-kendo-radio-checked-top, #{ $kendo-radio-checked-top } );
100
- left: var(--INTERNAL-kendo-radio-checked-left, #{ $kendo-radio-checked-left } );
100
+ top: var( --INTERNAL-kendo-radio-checked-top, #{ $kendo-radio-checked-top } );
101
+ left: var( --INTERNAL-kendo-radio-checked-left, #{ $kendo-radio-checked-left } );
101
102
  }
102
103
 
103
104
  @if $kendo-radio-indicator-type == "glyph" {
@@ -252,14 +253,14 @@
252
253
  --INTERNAL-kendo-radio-font-size: #{ $_glyph-size };
253
254
  }
254
255
  }
255
-
256
+
256
257
  .k-radio-#{$size}.k-checked,
257
258
  .k-radio-#{$size}:checked,
258
259
  .k-radio-#{$size}.k-hover,
259
260
  .k-radio-#{$size}:hover {
260
261
  &::after {
261
- --INTERNAL-kendo-radio-checked-width: calc( #{ $_size } / 2 );
262
- --INTERNAL-kendo-radio-checked-height: calc( #{ $_size } / 2 );
262
+ --INTERNAL-kendo-radio-checked-width: #{math.div( $_size, 2 )};
263
+ --INTERNAL-kendo-radio-checked-height: #{math.div( $_size, 2 )};
263
264
  --INTERNAL-kendo-radio-checked-border-width: #{ $_checked-border-width };
264
265
  --INTERNAL-kendo-radio-checked-top: #{ $_checked-position };
265
266
  --INTERNAL-kendo-radio-checked-left: #{ $_checked-position };
@@ -1,3 +1,4 @@
1
+ @use "sass:math";
1
2
  @use "../core/color-system" as *;
2
3
  @use "../core/_variables.scss" as *;
3
4
  @use "../core/functions/" as *;
@@ -49,10 +50,10 @@ $kendo-radio-height: map-get( $kendo-spacing, 5 ) !default;
49
50
  $kendo-radio-font-size: ( map-get( $kendo-spacing, 5 ) - map-get( $kendo-spacing, thin ) ) !default;
50
51
  /// Default ripple width of radio button.
51
52
  /// @group radio
52
- $kendo-radio-ripple-width: calc( map-get( $kendo-spacing, 5 ) * 3 ) !default;
53
+ $kendo-radio-ripple-width: ( map-get( $kendo-spacing, 5 ) * 3 ) !default;
53
54
  /// Default ripple height of radio button.
54
55
  /// @group radio
55
- $kendo-radio-ripple-height: calc( map-get( $kendo-spacing, 5 ) * 3 ) !default;
56
+ $kendo-radio-ripple-height: ( map-get( $kendo-spacing, 5 ) * 3 ) !default;
56
57
 
57
58
  /// Background color of radio button.
58
59
  /// @group radio
@@ -92,10 +93,10 @@ $kendo-radio-checked-left: map-get( $kendo-spacing, 1 ) !default;
92
93
  $kendo-radio-checked-border-width: ( map-get( $kendo-spacing, 1) + map-get( $kendo-spacing, hair) ) !default;
93
94
  /// Width of checked radio button.
94
95
  /// @group radio
95
- $kendo-radio-checked-width: calc( $kendo-radio-width / 2 ) !default;
96
+ $kendo-radio-checked-width: math.div( $kendo-radio-width, 2 ) !default;
96
97
  /// Height of checked radio button.
97
98
  /// @group radio
98
- $kendo-radio-checked-height: calc( $kendo-radio-height / 2 ) !default;
99
+ $kendo-radio-checked-height: math.div( $kendo-radio-height, 2 ) !default;
99
100
  /// Background color of checked radio button.
100
101
  /// @group radio
101
102
  $kendo-radio-checked-bg: var( --kendo-component-bg, initial ) !default;
@@ -5,7 +5,7 @@
5
5
  $kendo-rating-font-family: var( --kendo-font-family, inherit ) !default;
6
6
  /// Font size of the rating.
7
7
  /// @group rating
8
- $kendo-rating-font-size: var(--kendo-font-size-sm, inherit ) !default;
8
+ $kendo-rating-font-size: var( --kendo-font-size-sm, inherit ) !default;
9
9
  /// Line height of the rating.
10
10
  /// @group rating
11
11
  $kendo-rating-line-height: var( --kendo-line-height, normal ) !default;
@@ -331,7 +331,7 @@
331
331
  // Scheduler view header
332
332
  .k-scheduler-header,
333
333
  .k-scheduler-view-header {
334
- padding-inline-end: var(--kendo-scrollbar-width, #{$default-scrollbar-width});
334
+ padding-inline-end: var( --kendo-scrollbar-width, #{$default-scrollbar-width});
335
335
  }
336
336
 
337
337
  .k-scheduler-header th {
@@ -973,7 +973,7 @@
973
973
  }
974
974
 
975
975
  .k-scheduler-yearview .k-calendar-view .k-month {
976
- margin-inline: calc(var( --kendo-scheduler-yearview-calendar-gap, #{$kendo-scheduler-yearview-calendar-gap} ) / 2);
976
+ margin-inline: calc( var( --kendo-scheduler-yearview-calendar-gap, #{$kendo-scheduler-yearview-calendar-gap} ) / 2);
977
977
  }
978
978
  }
979
979
  }
@@ -66,7 +66,7 @@ $kendo-scheduler-event-padding-x: map-get( $kendo-spacing, 2 ) !default;
66
66
  $kendo-scheduler-event-padding-y: map-get( $kendo-spacing, thin ) !default;
67
67
  /// Minumum height of the scheduler event.
68
68
  /// @group scheduler
69
- $kendo-scheduler-event-min-height: calc( $kendo-scheduler-line-height + 2 * $kendo-scheduler-event-padding-y ) !default;
69
+ $kendo-scheduler-event-min-height: calc( #{$kendo-scheduler-line-height} + 2 * #{$kendo-scheduler-event-padding-y} ) !default;
70
70
 
71
71
  /// Background color of the scheduler event.
72
72
  /// @group scheduler