@progress/kendo-theme-bootstrap 12.3.1-dev.9 → 13.0.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.
- package/dist/all.css +1 -1
- package/dist/bootstrap-3-dark.css +1 -1
- package/dist/bootstrap-3.css +1 -1
- package/dist/bootstrap-4-dark.css +1 -1
- package/dist/bootstrap-4.css +1 -1
- package/dist/bootstrap-dataviz-v4.css +1 -1
- package/dist/bootstrap-main-dark.css +1 -1
- package/dist/bootstrap-main.css +1 -1
- package/dist/bootstrap-nordic.css +1 -1
- package/dist/bootstrap-turquoise-dark.css +1 -1
- package/dist/bootstrap-turquoise.css +1 -1
- package/dist/bootstrap-urban.css +1 -1
- package/dist/bootstrap-vintage.css +1 -1
- package/dist/meta/sassdoc-data.json +20507 -15833
- package/dist/meta/sassdoc-raw-data.json +10090 -7798
- package/dist/meta/variables.json +715 -465
- package/lib/swatches/bootstrap-3-dark.json +1 -1
- package/lib/swatches/bootstrap-3.json +1 -1
- package/lib/swatches/bootstrap-4-dark.json +1 -1
- package/lib/swatches/bootstrap-4.json +1 -1
- package/lib/swatches/bootstrap-dataviz-v4.json +1 -1
- package/lib/swatches/bootstrap-main-dark.json +1 -1
- package/lib/swatches/bootstrap-main.json +1 -1
- package/lib/swatches/bootstrap-nordic.json +1 -1
- package/lib/swatches/bootstrap-turquoise-dark.json +1 -1
- package/lib/swatches/bootstrap-turquoise.json +1 -1
- package/lib/swatches/bootstrap-urban.json +1 -1
- package/lib/swatches/bootstrap-vintage.json +1 -1
- package/package.json +5 -5
- package/scss/appbar/_variables.scss +6 -16
- package/scss/avatar/_variables.scss +37 -24
- package/scss/badge/_variables.scss +22 -43
- package/scss/bottom-navigation/_variables.scss +12 -17
- package/scss/breadcrumb/_variables.scss +6 -30
- package/scss/button/_variables.scss +22 -42
- package/scss/calendar/_variables.scss +9 -31
- package/scss/card/_variables.scss +7 -17
- package/scss/checkbox/_layout.scss +15 -9
- package/scss/checkbox/_variables.scss +13 -23
- package/scss/chip/_theme.scss +0 -2
- package/scss/chip/_variables.scss +38 -50
- package/scss/coloreditor/_variables.scss +9 -41
- package/scss/colorgradient/_variables.scss +11 -42
- package/scss/colorpalette/_variables.scss +7 -19
- package/scss/column-menu/_variables.scss +6 -25
- package/scss/datetimepicker/_variables.scss +6 -16
- package/scss/dialog/_variables.scss +7 -10
- package/scss/fab/_theme.scss +78 -72
- package/scss/fab/_variables.scss +21 -34
- package/scss/floating-label/_variables.scss +2 -2
- package/scss/forms/_variables.scss +7 -17
- package/scss/grid/_variables.scss +7 -41
- package/scss/icons/_variables.scss +6 -0
- package/scss/input/_layout.scss +8 -4
- package/scss/input/_variables.scss +36 -34
- package/scss/list/_variables.scss +6 -73
- package/scss/loader/_variables.scss +13 -17
- package/scss/menu/_variables.scss +6 -0
- package/scss/messagebox/_variables.scss +8 -17
- package/scss/notification/_functions.scss +1 -1
- package/scss/notification/_variables.scss +7 -13
- package/scss/otp/_variables.scss +1 -22
- package/scss/overlay/_variables.scss +6 -18
- package/scss/pager/_variables.scss +7 -26
- package/scss/radio/_variables.scss +7 -22
- package/scss/signature/_variables.scss +0 -21
- package/scss/split-button/_variables.scss +2 -2
- package/scss/spreadsheet/_variables.scss +1 -1
- package/scss/suggestion/_variables.scss +4 -45
- package/scss/switch/_variables.scss +101 -7
- package/scss/table/_variables.scss +6 -25
- package/scss/tabstrip/_variables.scss +6 -25
- package/scss/timeselector/_variables.scss +24 -42
- package/scss/toolbar/_variables.scss +16 -27
- package/scss/tooltip/_functions.scss +3 -3
- package/scss/tooltip/_variables.scss +1 -13
- package/scss/treeview/_variables.scss +8 -33
- package/scss/window/_variables.scss +12 -20
|
@@ -4,6 +4,19 @@
|
|
|
4
4
|
|
|
5
5
|
// Switch
|
|
6
6
|
|
|
7
|
+
/// The default size of the Switch.
|
|
8
|
+
/// @group switch
|
|
9
|
+
/// @role default
|
|
10
|
+
$kendo-switch-default-size: "md" !default;
|
|
11
|
+
/// The default border radius of the Switch track.
|
|
12
|
+
/// @group switch
|
|
13
|
+
/// @role default
|
|
14
|
+
$kendo-switch-default-track-roundness: "full" !default;
|
|
15
|
+
/// The default border radius of the Switch thumb.
|
|
16
|
+
/// @group switch
|
|
17
|
+
/// @role default
|
|
18
|
+
$kendo-switch-default-thumb-roundness: "full" !default;
|
|
19
|
+
|
|
7
20
|
/// The font family of the Switch.
|
|
8
21
|
/// @group switch
|
|
9
22
|
$kendo-switch-font-family: null !default;
|
|
@@ -24,13 +37,71 @@ $kendo-switch-label-text-transform: unset !default;
|
|
|
24
37
|
/// @group switch
|
|
25
38
|
$kendo-switch-label-display: none !default;
|
|
26
39
|
|
|
27
|
-
/// The
|
|
40
|
+
/// The font size of the small Switch.
|
|
41
|
+
/// @group switch
|
|
42
|
+
$kendo-switch-sm-font-size: unset !default;
|
|
43
|
+
/// The track width of the small Switch.
|
|
44
|
+
/// @group switch
|
|
45
|
+
$kendo-switch-sm-track-width: 28px !default;
|
|
46
|
+
/// The track height of the small Switch.
|
|
47
|
+
/// @group switch
|
|
48
|
+
$kendo-switch-sm-track-height: 14px !default;
|
|
49
|
+
/// The thumb width of the small Switch.
|
|
50
|
+
/// @group switch
|
|
51
|
+
$kendo-switch-sm-thumb-width: 10px !default;
|
|
52
|
+
/// The thumb height of the small Switch.
|
|
53
|
+
/// @group switch
|
|
54
|
+
$kendo-switch-sm-thumb-height: 10px !default;
|
|
55
|
+
/// The thumb offset of the small Switch.
|
|
56
|
+
/// @group switch
|
|
57
|
+
$kendo-switch-sm-thumb-offset: 3px !default;
|
|
58
|
+
/// The label offset of the small Switch.
|
|
59
|
+
/// @group switch
|
|
60
|
+
$kendo-switch-sm-label-offset: null !default;
|
|
61
|
+
|
|
62
|
+
/// The font size of the medium Switch.
|
|
63
|
+
/// @group switch
|
|
64
|
+
$kendo-switch-md-font-size: unset !default;
|
|
65
|
+
/// The track width of the medium Switch.
|
|
66
|
+
/// @group switch
|
|
67
|
+
$kendo-switch-md-track-width: 32px !default;
|
|
68
|
+
/// The track height of the medium Switch.
|
|
69
|
+
/// @group switch
|
|
70
|
+
$kendo-switch-md-track-height: 16px !default;
|
|
71
|
+
/// The thumb width of the medium Switch.
|
|
72
|
+
/// @group switch
|
|
73
|
+
$kendo-switch-md-thumb-width: 10px !default;
|
|
74
|
+
/// The thumb height of the medium Switch.
|
|
75
|
+
/// @group switch
|
|
76
|
+
$kendo-switch-md-thumb-height: 10px !default;
|
|
77
|
+
/// The thumb offset of the medium Switch.
|
|
78
|
+
/// @group switch
|
|
79
|
+
$kendo-switch-md-thumb-offset: 4px !default;
|
|
80
|
+
/// The label offset of the medium Switch.
|
|
81
|
+
/// @group switch
|
|
82
|
+
$kendo-switch-md-label-offset: null !default;
|
|
83
|
+
|
|
84
|
+
/// The font size of the large Switch.
|
|
85
|
+
/// @group switch
|
|
86
|
+
$kendo-switch-lg-font-size: unset !default;
|
|
87
|
+
/// The track width of the large Switch.
|
|
88
|
+
/// @group switch
|
|
89
|
+
$kendo-switch-lg-track-width: 36px !default;
|
|
90
|
+
/// The track height of the large Switch.
|
|
91
|
+
/// @group switch
|
|
92
|
+
$kendo-switch-lg-track-height: 18px !default;
|
|
93
|
+
/// The thumb width of the large Switch.
|
|
94
|
+
/// @group switch
|
|
95
|
+
$kendo-switch-lg-thumb-width: 12px !default;
|
|
96
|
+
/// The thumb height of the large Switch.
|
|
97
|
+
/// @group switch
|
|
98
|
+
$kendo-switch-lg-thumb-height: 12px !default;
|
|
99
|
+
/// The thumb offset of the large Switch.
|
|
100
|
+
/// @group switch
|
|
101
|
+
$kendo-switch-lg-thumb-offset: 4px !default;
|
|
102
|
+
/// The label offset of the large Switch.
|
|
28
103
|
/// @group switch
|
|
29
|
-
$kendo-switch-
|
|
30
|
-
sm: ( font-size: unset, track-width: 28px, track-height: 14px, thumb-width: 10px, thumb-height: 10px, thumb-offset: 3px, label-offset: null ),
|
|
31
|
-
md: ( font-size: unset, track-width: 32px, track-height: 16px, thumb-width: 10px, thumb-height: 10px, thumb-offset: 4px, label-offset: null ),
|
|
32
|
-
lg: ( font-size: unset, track-width: 36px, track-height: 18px, thumb-width: 12px, thumb-height: 12px, thumb-offset: 4px, label-offset: null )
|
|
33
|
-
) !default;
|
|
104
|
+
$kendo-switch-lg-label-offset: null !default;
|
|
34
105
|
|
|
35
106
|
/// The background of the track when the Switch is not checked.
|
|
36
107
|
/// @group switch
|
|
@@ -223,12 +294,35 @@ $kendo-switch-on-thumb-disabled-gradient: null !default;
|
|
|
223
294
|
|
|
224
295
|
|
|
225
296
|
@forward "@progress/kendo-theme-core/scss/components/switch/_variables.scss" with (
|
|
297
|
+
$kendo-switch-default-size: $kendo-switch-default-size,
|
|
298
|
+
$kendo-switch-default-track-roundness: $kendo-switch-default-track-roundness,
|
|
299
|
+
$kendo-switch-default-thumb-roundness: $kendo-switch-default-thumb-roundness,
|
|
226
300
|
$kendo-switch-font-family: $kendo-switch-font-family,
|
|
227
301
|
$kendo-switch-track-border-width: $kendo-switch-track-border-width,
|
|
228
302
|
$kendo-switch-thumb-border-width: $kendo-switch-thumb-border-width,
|
|
229
303
|
$kendo-switch-label-text-transform: $kendo-switch-label-text-transform,
|
|
230
304
|
$kendo-switch-label-display: $kendo-switch-label-display,
|
|
231
|
-
$kendo-switch-
|
|
305
|
+
$kendo-switch-sm-font-size: $kendo-switch-sm-font-size,
|
|
306
|
+
$kendo-switch-sm-track-width: $kendo-switch-sm-track-width,
|
|
307
|
+
$kendo-switch-sm-track-height: $kendo-switch-sm-track-height,
|
|
308
|
+
$kendo-switch-sm-thumb-width: $kendo-switch-sm-thumb-width,
|
|
309
|
+
$kendo-switch-sm-thumb-height: $kendo-switch-sm-thumb-height,
|
|
310
|
+
$kendo-switch-sm-thumb-offset: $kendo-switch-sm-thumb-offset,
|
|
311
|
+
$kendo-switch-sm-label-offset: $kendo-switch-sm-label-offset,
|
|
312
|
+
$kendo-switch-md-font-size: $kendo-switch-md-font-size,
|
|
313
|
+
$kendo-switch-md-track-width: $kendo-switch-md-track-width,
|
|
314
|
+
$kendo-switch-md-track-height: $kendo-switch-md-track-height,
|
|
315
|
+
$kendo-switch-md-thumb-width: $kendo-switch-md-thumb-width,
|
|
316
|
+
$kendo-switch-md-thumb-height: $kendo-switch-md-thumb-height,
|
|
317
|
+
$kendo-switch-md-thumb-offset: $kendo-switch-md-thumb-offset,
|
|
318
|
+
$kendo-switch-md-label-offset: $kendo-switch-md-label-offset,
|
|
319
|
+
$kendo-switch-lg-font-size: $kendo-switch-lg-font-size,
|
|
320
|
+
$kendo-switch-lg-track-width: $kendo-switch-lg-track-width,
|
|
321
|
+
$kendo-switch-lg-track-height: $kendo-switch-lg-track-height,
|
|
322
|
+
$kendo-switch-lg-thumb-width: $kendo-switch-lg-thumb-width,
|
|
323
|
+
$kendo-switch-lg-thumb-height: $kendo-switch-lg-thumb-height,
|
|
324
|
+
$kendo-switch-lg-thumb-offset: $kendo-switch-lg-thumb-offset,
|
|
325
|
+
$kendo-switch-lg-label-offset: $kendo-switch-lg-label-offset,
|
|
232
326
|
$kendo-switch-off-track-bg: $kendo-switch-off-track-bg,
|
|
233
327
|
$kendo-switch-off-track-text: $kendo-switch-off-track-text,
|
|
234
328
|
$kendo-switch-off-track-border: $kendo-switch-off-track-border,
|
|
@@ -3,6 +3,11 @@
|
|
|
3
3
|
|
|
4
4
|
// Table
|
|
5
5
|
|
|
6
|
+
/// The default size of the Table.
|
|
7
|
+
/// @group table
|
|
8
|
+
/// @role default
|
|
9
|
+
$kendo-table-default-size: "md" !default;
|
|
10
|
+
|
|
6
11
|
/// The width of the table border.
|
|
7
12
|
/// @group table
|
|
8
13
|
$kendo-table-border-width: 1px !default;
|
|
@@ -42,30 +47,6 @@ $kendo-table-lg-cell-padding-x: k-spacing(2) !default;
|
|
|
42
47
|
/// @group table
|
|
43
48
|
$kendo-table-lg-cell-padding-y: k-spacing(2.5) !default;
|
|
44
49
|
|
|
45
|
-
/// The sizes of the table.
|
|
46
|
-
/// @group table
|
|
47
|
-
$kendo-table-sizes: (
|
|
48
|
-
sm: (
|
|
49
|
-
font-size: var( --kendo-font-size, inherit ) ,
|
|
50
|
-
line-height: var( --kendo-line-height, normal ),
|
|
51
|
-
cell-padding-x: $kendo-table-sm-cell-padding-x,
|
|
52
|
-
cell-padding-y: $kendo-table-sm-cell-padding-y
|
|
53
|
-
),
|
|
54
|
-
md: (
|
|
55
|
-
font-size: var( --kendo-font-size, inherit ) ,
|
|
56
|
-
line-height: var( --kendo-line-height, normal ),
|
|
57
|
-
cell-padding-x: $kendo-table-md-cell-padding-x,
|
|
58
|
-
cell-padding-y: $kendo-table-md-cell-padding-y
|
|
59
|
-
),
|
|
60
|
-
lg: (
|
|
61
|
-
font-size: var( --kendo-font-size, inherit ) ,
|
|
62
|
-
line-height: var( --kendo-line-height, normal ),
|
|
63
|
-
cell-padding-x: $kendo-table-lg-cell-padding-x,
|
|
64
|
-
cell-padding-y: $kendo-table-lg-cell-padding-y
|
|
65
|
-
)
|
|
66
|
-
) !default;
|
|
67
|
-
|
|
68
|
-
|
|
69
50
|
/// Background color of tables.
|
|
70
51
|
/// @group table
|
|
71
52
|
$kendo-table-bg: k-color(surface-alt) !default;
|
|
@@ -176,6 +157,7 @@ $kendo-table-cell-row-span-shadow: inset 0 0 0 1px $kendo-table-border !default;
|
|
|
176
157
|
|
|
177
158
|
|
|
178
159
|
@forward "@progress/kendo-theme-core/scss/components/table/_variables.scss" with (
|
|
160
|
+
$kendo-table-default-size: $kendo-table-default-size,
|
|
179
161
|
$kendo-table-border-width: $kendo-table-border-width,
|
|
180
162
|
$kendo-table-cell-vertical-border-width: $kendo-table-cell-vertical-border-width,
|
|
181
163
|
$kendo-table-cell-horizontal-border-width: $kendo-table-cell-horizontal-border-width,
|
|
@@ -187,7 +169,6 @@ $kendo-table-cell-row-span-shadow: inset 0 0 0 1px $kendo-table-border !default;
|
|
|
187
169
|
$kendo-table-md-cell-padding-y: $kendo-table-md-cell-padding-y,
|
|
188
170
|
$kendo-table-lg-cell-padding-x: $kendo-table-lg-cell-padding-x,
|
|
189
171
|
$kendo-table-lg-cell-padding-y: $kendo-table-lg-cell-padding-y,
|
|
190
|
-
$kendo-table-sizes: $kendo-table-sizes,
|
|
191
172
|
$kendo-table-bg: $kendo-table-bg,
|
|
192
173
|
$kendo-table-text: $kendo-table-text,
|
|
193
174
|
$kendo-table-border: $kendo-table-border,
|
|
@@ -3,6 +3,10 @@
|
|
|
3
3
|
|
|
4
4
|
// TabStrip
|
|
5
5
|
|
|
6
|
+
/// The default size of the TabStrip.
|
|
7
|
+
/// @group tabstrip
|
|
8
|
+
/// @role default
|
|
9
|
+
$kendo-tabstrip-default-size: "md" !default;
|
|
6
10
|
|
|
7
11
|
/// The horizontal padding of the TabStrip wrapper.
|
|
8
12
|
/// @group tabstrip
|
|
@@ -197,30 +201,8 @@ $kendo-tabstrip-content-focus-border: k-color(primary-emphasis) !default;
|
|
|
197
201
|
/// @group tabstrip
|
|
198
202
|
$kendo-tabstrip-scroll-overlay: k-color(app-surface), color-mix(in srgb, k-color(app-surface) 0%, transparent) !default;
|
|
199
203
|
|
|
200
|
-
/// The size map of the TabStrip.
|
|
201
|
-
/// @group tabstrip
|
|
202
|
-
$kendo-tabstrip-sizes: (
|
|
203
|
-
sm: (
|
|
204
|
-
font-size: $kendo-tabstrip-sm-font-size,
|
|
205
|
-
line-height: $kendo-tabstrip-sm-line-height,
|
|
206
|
-
item-padding-x: $kendo-tabstrip-sm-item-padding-x,
|
|
207
|
-
item-padding-y: $kendo-tabstrip-sm-item-padding-y
|
|
208
|
-
),
|
|
209
|
-
md: (
|
|
210
|
-
font-size: $kendo-tabstrip-md-font-size,
|
|
211
|
-
line-height: $kendo-tabstrip-md-line-height,
|
|
212
|
-
item-padding-x: $kendo-tabstrip-md-item-padding-x,
|
|
213
|
-
item-padding-y: $kendo-tabstrip-md-item-padding-y
|
|
214
|
-
),
|
|
215
|
-
lg: (
|
|
216
|
-
font-size: $kendo-tabstrip-lg-font-size,
|
|
217
|
-
line-height: $kendo-tabstrip-lg-line-height,
|
|
218
|
-
item-padding-x: $kendo-tabstrip-lg-item-padding-x,
|
|
219
|
-
item-padding-y: $kendo-tabstrip-lg-item-padding-y
|
|
220
|
-
)
|
|
221
|
-
) !default;
|
|
222
|
-
|
|
223
204
|
@forward "@progress/kendo-theme-core/scss/components/tabstrip/_variables.scss" with (
|
|
205
|
+
$kendo-tabstrip-default-size: $kendo-tabstrip-default-size,
|
|
224
206
|
$kendo-tabstrip-wrapper-padding-x: $kendo-tabstrip-wrapper-padding-x,
|
|
225
207
|
$kendo-tabstrip-wrapper-padding-y: $kendo-tabstrip-wrapper-padding-y,
|
|
226
208
|
$kendo-tabstrip-wrapper-border-width: $kendo-tabstrip-wrapper-border-width,
|
|
@@ -279,6 +261,5 @@ $kendo-tabstrip-sizes: (
|
|
|
279
261
|
$kendo-tabstrip-content-text: $kendo-tabstrip-content-text,
|
|
280
262
|
$kendo-tabstrip-content-border: $kendo-tabstrip-content-border,
|
|
281
263
|
$kendo-tabstrip-content-focus-border: $kendo-tabstrip-content-focus-border,
|
|
282
|
-
$kendo-tabstrip-scroll-overlay: $kendo-tabstrip-scroll-overlay
|
|
283
|
-
$kendo-tabstrip-sizes: $kendo-tabstrip-sizes
|
|
264
|
+
$kendo-tabstrip-scroll-overlay: $kendo-tabstrip-scroll-overlay
|
|
284
265
|
);
|
|
@@ -4,6 +4,11 @@
|
|
|
4
4
|
|
|
5
5
|
// Time selector
|
|
6
6
|
|
|
7
|
+
/// The default size of the TimeSelector.
|
|
8
|
+
/// @group time-selector
|
|
9
|
+
/// @role default
|
|
10
|
+
$kendo-time-selector-default-size: "md" !default;
|
|
11
|
+
|
|
7
12
|
/// The width of the border around the TimeSelector.
|
|
8
13
|
/// @group time-selector
|
|
9
14
|
$kendo-time-selector-border-width: 1px !default;
|
|
@@ -12,10 +17,10 @@ $kendo-time-selector-border-width: 1px !default;
|
|
|
12
17
|
$kendo-time-selector-font-family: var( --kendo-font-family, inherit ) !default;
|
|
13
18
|
/// The font size of the TimeSelector.
|
|
14
19
|
/// @group time-selector
|
|
15
|
-
$kendo-time-selector-font-size:
|
|
20
|
+
$kendo-time-selector-font-size: null !default;
|
|
16
21
|
/// The line height of the TimeSelector.
|
|
17
22
|
/// @group time-selector
|
|
18
|
-
$kendo-time-selector-line-height:
|
|
23
|
+
$kendo-time-selector-line-height: null !default;
|
|
19
24
|
|
|
20
25
|
/// The background color of the TimeSelector.
|
|
21
26
|
/// @group time-selector
|
|
@@ -76,23 +81,6 @@ $kendo-time-list-item-padding-x: $kendo-list-md-item-padding-x !default;
|
|
|
76
81
|
/// @group time-selector
|
|
77
82
|
$kendo-time-list-item-padding-y: $kendo-list-md-item-padding-y !default;
|
|
78
83
|
|
|
79
|
-
/// The width of the border around the TimeSelector list highlight.
|
|
80
|
-
/// @group time-selector
|
|
81
|
-
$kendo-time-list-highlight-border-width: 1px 0px !default;
|
|
82
|
-
/// The height of the TimeSelector list highlight.
|
|
83
|
-
/// @group time-selector
|
|
84
|
-
$kendo-time-list-highlight-height: calc( calc( #{$kendo-time-selector-font-size} * #{$kendo-time-selector-line-height} ) + calc( #{$kendo-time-list-item-padding-y} * 2 ) ) !default;
|
|
85
|
-
/// The background color of the TimeSelector list highlight.
|
|
86
|
-
/// @group time-selector
|
|
87
|
-
$kendo-time-list-highlight-bg: k-color(app-surface) !default;
|
|
88
|
-
/// The border color of the TimeSelector list highlight.
|
|
89
|
-
/// @group time-selector
|
|
90
|
-
$kendo-time-list-highlight-border: k-color(border) !default;
|
|
91
|
-
|
|
92
|
-
/// The background color of the focused TimeSelector list.
|
|
93
|
-
/// @group time-selector
|
|
94
|
-
$kendo-time-list-focus-bg: color-mix(in srgb, k-color(inverse) 2%, transparent) !default;
|
|
95
|
-
|
|
96
84
|
|
|
97
85
|
// Time selector sizes
|
|
98
86
|
/// The font size of the small TimeSelector.
|
|
@@ -134,28 +122,22 @@ $kendo-time-selector-lg-list-item-padding-x: $kendo-list-lg-item-padding-x !defa
|
|
|
134
122
|
/// @group time-selector
|
|
135
123
|
$kendo-time-selector-lg-list-item-padding-y: $kendo-list-lg-item-padding-y !default;
|
|
136
124
|
|
|
137
|
-
/// The
|
|
138
|
-
/// @group time-selector
|
|
139
|
-
$kendo-time-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
font-size: $kendo-time-selector-lg-font-size,
|
|
154
|
-
line-height: $kendo-time-selector-lg-line-height,
|
|
155
|
-
list-item-padding-x: $kendo-time-selector-lg-list-item-padding-x,
|
|
156
|
-
list-item-padding-y: $kendo-time-selector-lg-list-item-padding-y
|
|
157
|
-
)
|
|
158
|
-
) !default;
|
|
125
|
+
/// The width of the border around the TimeSelector list highlight.
|
|
126
|
+
/// @group time-selector
|
|
127
|
+
$kendo-time-list-highlight-border-width: 1px 0px !default;
|
|
128
|
+
/// The height of the TimeSelector list highlight.
|
|
129
|
+
/// @group time-selector
|
|
130
|
+
$kendo-time-list-highlight-height: calc( calc( #{$kendo-time-selector-md-font-size} * #{$kendo-time-selector-md-line-height} ) + calc( #{$kendo-time-list-item-padding-y} * 2 ) ) !default;
|
|
131
|
+
/// The background color of the TimeSelector list highlight.
|
|
132
|
+
/// @group time-selector
|
|
133
|
+
$kendo-time-list-highlight-bg: k-color(app-surface) !default;
|
|
134
|
+
/// The border color of the TimeSelector list highlight.
|
|
135
|
+
/// @group time-selector
|
|
136
|
+
$kendo-time-list-highlight-border: k-color(border) !default;
|
|
137
|
+
|
|
138
|
+
/// The background color of the focused TimeSelector list.
|
|
139
|
+
/// @group time-selector
|
|
140
|
+
$kendo-time-list-focus-bg: color-mix(in srgb, k-color(inverse) 2%, transparent) !default;
|
|
159
141
|
|
|
160
142
|
/// The text color of the TimeSelector button.
|
|
161
143
|
/// @group time-selector
|
|
@@ -165,6 +147,7 @@ $kendo-time-selector-now-button-text: k-color(primary) !default;
|
|
|
165
147
|
$kendo-time-selector-now-button-hover-text: k-color(primary-hover) !default;
|
|
166
148
|
|
|
167
149
|
@forward "@progress/kendo-theme-core/scss/components/timeselector/_variables.scss" with (
|
|
150
|
+
$kendo-time-selector-default-size: $kendo-time-selector-default-size,
|
|
168
151
|
$kendo-time-selector-border-width: $kendo-time-selector-border-width,
|
|
169
152
|
$kendo-time-selector-font-family: $kendo-time-selector-font-family,
|
|
170
153
|
$kendo-time-selector-font-size: $kendo-time-selector-font-size,
|
|
@@ -204,7 +187,6 @@ $kendo-time-selector-now-button-hover-text: k-color(primary-hover) !default;
|
|
|
204
187
|
$kendo-time-selector-lg-line-height: $kendo-time-selector-lg-line-height,
|
|
205
188
|
$kendo-time-selector-lg-list-item-padding-x: $kendo-time-selector-lg-list-item-padding-x,
|
|
206
189
|
$kendo-time-selector-lg-list-item-padding-y: $kendo-time-selector-lg-list-item-padding-y,
|
|
207
|
-
$kendo-time-selector-sizes: $kendo-time-selector-sizes,
|
|
208
190
|
$kendo-time-selector-now-button-text: $kendo-time-selector-now-button-text,
|
|
209
191
|
$kendo-time-selector-now-button-hover-text: $kendo-time-selector-now-button-hover-text
|
|
210
192
|
);
|
|
@@ -1,9 +1,18 @@
|
|
|
1
1
|
@use "../core/_index.scss" as *;
|
|
2
|
-
@use "../menu/_variables.scss" as *;
|
|
3
2
|
@use "../button/_variables.scss" as *;
|
|
3
|
+
@use "../menu/_variables.scss" as *;
|
|
4
4
|
|
|
5
5
|
// Toolbar
|
|
6
6
|
|
|
7
|
+
/// The default fill mode of the Toolbar.
|
|
8
|
+
/// @group toolbar
|
|
9
|
+
/// @role default
|
|
10
|
+
$kendo-toolbar-default-fill-mode: "solid" !default;
|
|
11
|
+
/// The default size of the Toolbar.
|
|
12
|
+
/// @group toolbar
|
|
13
|
+
/// @role default
|
|
14
|
+
$kendo-toolbar-default-size: "md" !default;
|
|
15
|
+
|
|
7
16
|
/// The horizontal padding of the small Toolbar.
|
|
8
17
|
/// @group toolbar
|
|
9
18
|
$kendo-toolbar-sm-padding-x: k-spacing(1) !default;
|
|
@@ -137,31 +146,9 @@ $kendo-toolbar-overflow-button-padding-y: $kendo-menu-popup-md-item-padding-y !d
|
|
|
137
146
|
/// @group toolbar
|
|
138
147
|
$kendo-toolbar-overflow-button-padding-x: $kendo-menu-popup-md-item-padding-x !default;
|
|
139
148
|
|
|
140
|
-
/// The sizes map for the Toolbar.
|
|
141
|
-
/// @group toolbar
|
|
142
|
-
$kendo-toolbar-sizes: (
|
|
143
|
-
sm: (
|
|
144
|
-
padding-x: $kendo-toolbar-sm-padding-x,
|
|
145
|
-
padding-y: $kendo-toolbar-sm-padding-y,
|
|
146
|
-
spacing: $kendo-toolbar-sm-spacing,
|
|
147
|
-
separator-height: $kendo-toolbar-sm-separator-height
|
|
148
|
-
),
|
|
149
|
-
md: (
|
|
150
|
-
padding-x: $kendo-toolbar-md-padding-x,
|
|
151
|
-
padding-y: $kendo-toolbar-md-padding-y,
|
|
152
|
-
spacing: $kendo-toolbar-md-spacing,
|
|
153
|
-
separator-height: $kendo-toolbar-md-separator-height
|
|
154
|
-
),
|
|
155
|
-
lg: (
|
|
156
|
-
padding-x: $kendo-toolbar-lg-padding-x,
|
|
157
|
-
padding-y: $kendo-toolbar-lg-padding-y,
|
|
158
|
-
spacing: $kendo-toolbar-lg-spacing,
|
|
159
|
-
separator-height: $kendo-toolbar-lg-separator-height
|
|
160
|
-
)
|
|
161
|
-
) !default;
|
|
162
|
-
|
|
163
|
-
|
|
164
149
|
@forward "@progress/kendo-theme-core/scss/components/toolbar/_variables.scss" with (
|
|
150
|
+
$kendo-toolbar-default-fill-mode: $kendo-toolbar-default-fill-mode,
|
|
151
|
+
$kendo-toolbar-default-size: $kendo-toolbar-default-size,
|
|
165
152
|
$kendo-toolbar-sm-padding-x: $kendo-toolbar-sm-padding-x,
|
|
166
153
|
$kendo-toolbar-md-padding-x: $kendo-toolbar-md-padding-x,
|
|
167
154
|
$kendo-toolbar-lg-padding-x: $kendo-toolbar-lg-padding-x,
|
|
@@ -172,6 +159,9 @@ $kendo-toolbar-sizes: (
|
|
|
172
159
|
$kendo-toolbar-md-spacing: $kendo-toolbar-md-spacing,
|
|
173
160
|
$kendo-toolbar-lg-spacing: $kendo-toolbar-lg-spacing,
|
|
174
161
|
$kendo-toolbar-separator-height: $kendo-toolbar-separator-height,
|
|
162
|
+
$kendo-toolbar-sm-separator-height: $kendo-toolbar-sm-separator-height,
|
|
163
|
+
$kendo-toolbar-md-separator-height: $kendo-toolbar-md-separator-height,
|
|
164
|
+
$kendo-toolbar-lg-separator-height: $kendo-toolbar-lg-separator-height,
|
|
175
165
|
$kendo-toolbar-border-width: $kendo-toolbar-border-width,
|
|
176
166
|
$kendo-toolbar-font-family: $kendo-toolbar-font-family,
|
|
177
167
|
$kendo-toolbar-font-size: $kendo-toolbar-font-size,
|
|
@@ -197,6 +187,5 @@ $kendo-toolbar-sizes: (
|
|
|
197
187
|
$kendo-toolbar-overflow-container-font-size: $kendo-toolbar-overflow-container-font-size,
|
|
198
188
|
$kendo-toolbar-overflow-container-line-height: $kendo-toolbar-overflow-container-line-height,
|
|
199
189
|
$kendo-toolbar-overflow-button-padding-y: $kendo-toolbar-overflow-button-padding-y,
|
|
200
|
-
$kendo-toolbar-overflow-button-padding-x: $kendo-toolbar-overflow-button-padding-x
|
|
201
|
-
$kendo-toolbar-sizes: $kendo-toolbar-sizes
|
|
190
|
+
$kendo-toolbar-overflow-button-padding-x: $kendo-toolbar-overflow-button-padding-x
|
|
202
191
|
);
|
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
@function tooltip-theme( $colors ) {
|
|
6
6
|
$_theme: ();
|
|
7
7
|
|
|
8
|
-
@each $name
|
|
8
|
+
@each $name in $colors {
|
|
9
9
|
$_theme: map.merge(( $name: (
|
|
10
10
|
color: k-color(on-#{$name}),
|
|
11
|
-
background-color: $
|
|
12
|
-
border: $
|
|
11
|
+
background-color: k-color(#{$name}),
|
|
12
|
+
border: k-color(#{$name}),
|
|
13
13
|
)), $_theme );
|
|
14
14
|
}
|
|
15
15
|
|
|
@@ -55,18 +55,7 @@ $kendo-tooltip-shadow: k-elevation(2) !default;
|
|
|
55
55
|
|
|
56
56
|
/// The theme colors map for the Tooltip.
|
|
57
57
|
/// @group tooltip
|
|
58
|
-
$kendo-tooltip-theme-colors: (
|
|
59
|
-
"primary": k-color(primary),
|
|
60
|
-
"secondary": k-color(secondary),
|
|
61
|
-
"tertiary": k-color(tertiary),
|
|
62
|
-
"info": k-color(info),
|
|
63
|
-
"success": k-color(success),
|
|
64
|
-
"warning": k-color(warning),
|
|
65
|
-
"error": k-color(error),
|
|
66
|
-
"dark": k-color(dark),
|
|
67
|
-
"light": k-color(light),
|
|
68
|
-
"inverse": if($kendo-is-dark-theme, k-color(light), k-color(dark))
|
|
69
|
-
) !default;
|
|
58
|
+
$kendo-tooltip-theme-colors: ("base", "primary", "secondary", "tertiary", "info", "success", "warning", "error", "dark", "light", "inverse") !default;
|
|
70
59
|
/// The generated theme colors map for the Tooltip.
|
|
71
60
|
/// @group tooltip
|
|
72
61
|
$kendo-tooltip-theme: tooltip-theme( $kendo-tooltip-theme-colors ) !default;
|
|
@@ -87,6 +76,5 @@ $kendo-tooltip-theme: tooltip-theme( $kendo-tooltip-theme-colors ) !default;
|
|
|
87
76
|
$kendo-tooltip-text: $kendo-tooltip-text,
|
|
88
77
|
$kendo-tooltip-border: $kendo-tooltip-border,
|
|
89
78
|
$kendo-tooltip-shadow: $kendo-tooltip-shadow,
|
|
90
|
-
$kendo-tooltip-theme-colors: $kendo-tooltip-theme-colors,
|
|
91
79
|
$kendo-tooltip-theme: $kendo-tooltip-theme
|
|
92
80
|
);
|
|
@@ -5,12 +5,17 @@
|
|
|
5
5
|
|
|
6
6
|
// TreeView
|
|
7
7
|
|
|
8
|
+
/// The default size of the TreeView.
|
|
9
|
+
/// @group treeview
|
|
10
|
+
/// @role default
|
|
11
|
+
$kendo-treeview-default-size: "md" !default;
|
|
12
|
+
|
|
8
13
|
/// The font family of the TreeView.
|
|
9
14
|
/// @group treeview
|
|
10
15
|
$kendo-treeview-font-family: var( --kendo-font-family, inherit ) !default;
|
|
11
16
|
/// The font size of the TreeView.
|
|
12
17
|
/// @group treeview
|
|
13
|
-
$kendo-treeview-font-size:
|
|
18
|
+
$kendo-treeview-font-size: null !default;
|
|
14
19
|
/// The font size of the small TreeView.
|
|
15
20
|
/// @group treeview
|
|
16
21
|
$kendo-treeview-sm-font-size: var( --kendo-font-size-sm, inherit ) !default;
|
|
@@ -22,7 +27,7 @@ $kendo-treeview-md-font-size: var( --kendo-font-size, inherit ) !default;
|
|
|
22
27
|
$kendo-treeview-lg-font-size: var( --kendo-font-size, inherit ) !default;
|
|
23
28
|
/// The line height of the TreeView.
|
|
24
29
|
/// @group treeview
|
|
25
|
-
$kendo-treeview-line-height:
|
|
30
|
+
$kendo-treeview-line-height: null !default;
|
|
26
31
|
/// The line height of the small TreeView.
|
|
27
32
|
/// @group treeview
|
|
28
33
|
$kendo-treeview-sm-line-height: math.div( 20, 14 ) !default;
|
|
@@ -82,36 +87,6 @@ $kendo-treeview-md-checkbox-padding-y: unset !default;
|
|
|
82
87
|
$kendo-treeview-lg-checkbox-padding-y: null !default;
|
|
83
88
|
|
|
84
89
|
|
|
85
|
-
/// The sizes map of the TreeView.
|
|
86
|
-
/// @group treeview
|
|
87
|
-
$kendo-treeview-sizes: (
|
|
88
|
-
sm: (
|
|
89
|
-
font-size: $kendo-treeview-sm-font-size,
|
|
90
|
-
line-height: $kendo-treeview-sm-line-height,
|
|
91
|
-
item-padding-x: $kendo-treeview-sm-item-padding-x,
|
|
92
|
-
item-padding-y: $kendo-treeview-sm-item-padding-y,
|
|
93
|
-
checkbox-padding-x: $kendo-treeview-sm-checkbox-padding-x,
|
|
94
|
-
checkbox-padding-y: $kendo-treeview-sm-checkbox-padding-y
|
|
95
|
-
),
|
|
96
|
-
md: (
|
|
97
|
-
font-size: $kendo-treeview-md-font-size,
|
|
98
|
-
line-height: $kendo-treeview-md-line-height,
|
|
99
|
-
item-padding-x: $kendo-treeview-md-item-padding-x,
|
|
100
|
-
item-padding-y: $kendo-treeview-md-item-padding-y,
|
|
101
|
-
checkbox-padding-x: $kendo-treeview-md-checkbox-padding-x,
|
|
102
|
-
checkbox-padding-y: $kendo-treeview-md-checkbox-padding-y
|
|
103
|
-
),
|
|
104
|
-
lg: (
|
|
105
|
-
font-size: $kendo-treeview-lg-font-size,
|
|
106
|
-
line-height: $kendo-treeview-lg-line-height,
|
|
107
|
-
item-padding-x: $kendo-treeview-lg-item-padding-x,
|
|
108
|
-
item-padding-y: $kendo-treeview-lg-item-padding-y,
|
|
109
|
-
checkbox-padding-x: $kendo-treeview-lg-checkbox-padding-x,
|
|
110
|
-
checkbox-padding-y: $kendo-treeview-lg-checkbox-padding-y
|
|
111
|
-
)
|
|
112
|
-
) !default;
|
|
113
|
-
|
|
114
|
-
|
|
115
90
|
/// The background color of the TreeView.
|
|
116
91
|
/// @group treeview
|
|
117
92
|
$kendo-treeview-bg: null !default;
|
|
@@ -188,6 +163,7 @@ $kendo-treeview-loadmore-focus-shadow: $kendo-treeview-item-focus-shadow !defaul
|
|
|
188
163
|
|
|
189
164
|
|
|
190
165
|
@forward "@progress/kendo-theme-core/scss/components/treeview/_variables.scss" with (
|
|
166
|
+
$kendo-treeview-default-size: $kendo-treeview-default-size,
|
|
191
167
|
$kendo-treeview-font-family: $kendo-treeview-font-family,
|
|
192
168
|
$kendo-treeview-font-size: $kendo-treeview-font-size,
|
|
193
169
|
$kendo-treeview-sm-font-size: $kendo-treeview-sm-font-size,
|
|
@@ -212,7 +188,6 @@ $kendo-treeview-loadmore-focus-shadow: $kendo-treeview-item-focus-shadow !defaul
|
|
|
212
188
|
$kendo-treeview-sm-checkbox-padding-y: $kendo-treeview-sm-checkbox-padding-y,
|
|
213
189
|
$kendo-treeview-md-checkbox-padding-y: $kendo-treeview-md-checkbox-padding-y,
|
|
214
190
|
$kendo-treeview-lg-checkbox-padding-y: $kendo-treeview-lg-checkbox-padding-y,
|
|
215
|
-
$kendo-treeview-sizes: $kendo-treeview-sizes,
|
|
216
191
|
$kendo-treeview-bg: $kendo-treeview-bg,
|
|
217
192
|
$kendo-treeview-text: $kendo-treeview-text,
|
|
218
193
|
$kendo-treeview-border: $kendo-treeview-border,
|
|
@@ -4,6 +4,16 @@
|
|
|
4
4
|
|
|
5
5
|
// Window
|
|
6
6
|
|
|
7
|
+
/// The default size of the Window.
|
|
8
|
+
/// @group window
|
|
9
|
+
/// @role default
|
|
10
|
+
$kendo-window-default-size: "auto" !default;
|
|
11
|
+
|
|
12
|
+
/// The default theme color of the Window.
|
|
13
|
+
/// @group window
|
|
14
|
+
/// @role default
|
|
15
|
+
$kendo-window-default-theme-color: null !default;
|
|
16
|
+
|
|
7
17
|
/// The width of the border around the Window.
|
|
8
18
|
/// @group window
|
|
9
19
|
$kendo-window-border-width: 1px !default;
|
|
@@ -96,25 +106,8 @@ $kendo-window-titlebar-border: k-color(border) !default;
|
|
|
96
106
|
/// @group window
|
|
97
107
|
$kendo-window-titlebar-gradient: null !default;
|
|
98
108
|
|
|
99
|
-
/// The map of the width for the different Window sizes.
|
|
100
|
-
/// @group window
|
|
101
|
-
$kendo-window-sizes: (
|
|
102
|
-
sm: 300px,
|
|
103
|
-
md: 800px,
|
|
104
|
-
lg: 1200px
|
|
105
|
-
) !default;
|
|
106
|
-
|
|
107
|
-
/// The theme colors map for the Window.
|
|
108
|
-
/// @group window
|
|
109
|
-
$kendo-window-theme-colors: (
|
|
110
|
-
"primary": k-color(primary),
|
|
111
|
-
"light": k-color(light),
|
|
112
|
-
"dark": k-color(dark)
|
|
113
|
-
) !default;
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
109
|
@forward "@progress/kendo-theme-core/scss/components/window/_variables.scss" with (
|
|
110
|
+
$kendo-window-default-theme-color: $kendo-window-default-theme-color,
|
|
118
111
|
$kendo-window-border-width: $kendo-window-border-width,
|
|
119
112
|
$kendo-window-border-radius: $kendo-window-border-radius,
|
|
120
113
|
$kendo-window-font-family: $kendo-window-font-family,
|
|
@@ -143,6 +136,5 @@ $kendo-window-theme-colors: (
|
|
|
143
136
|
$kendo-window-titlebar-text: $kendo-window-titlebar-text,
|
|
144
137
|
$kendo-window-titlebar-border: $kendo-window-titlebar-border,
|
|
145
138
|
$kendo-window-titlebar-gradient: $kendo-window-titlebar-gradient,
|
|
146
|
-
$kendo-window-
|
|
147
|
-
$kendo-window-theme-colors: $kendo-window-theme-colors
|
|
139
|
+
$kendo-window-default-size: $kendo-window-default-size
|
|
148
140
|
);
|