@progress/kendo-theme-material 5.8.2-dev.4 → 5.8.2-dev.6
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 +202 -36
- package/dist/all.scss +1512 -595
- package/lib/swatches/material-aqua-dark.json +1 -1
- package/lib/swatches/material-arctic.json +1 -1
- package/lib/swatches/material-burnt-teal.json +1 -1
- package/lib/swatches/material-dataviz-v4.json +1 -1
- package/lib/swatches/material-eggplant.json +1 -1
- package/lib/swatches/material-lime-dark.json +1 -1
- package/lib/swatches/material-lime.json +1 -1
- package/lib/swatches/material-main-dark.json +1 -1
- package/lib/swatches/material-main.json +1 -1
- package/lib/swatches/material-nova.json +1 -1
- package/lib/swatches/material-pacific-dark.json +1 -1
- package/lib/swatches/material-pacific.json +1 -1
- package/lib/swatches/material-sky-dark.json +1 -1
- package/lib/swatches/material-sky.json +1 -1
- package/lib/swatches/material-smoke.json +1 -1
- package/package.json +4 -3
- package/scss/_variables.scss +31 -31
- package/scss/action-buttons/_theme.scss +2 -2
- package/scss/action-buttons/_variables.scss +4 -4
- package/scss/action-sheet/_variables.scss +36 -17
- package/scss/adaptive/_variables.scss +1 -1
- package/scss/appbar/_variables.scss +7 -7
- package/scss/avatar/_variables.scss +3 -3
- package/scss/badge/_variables.scss +8 -8
- package/scss/bottom-navigation/_variables.scss +5 -5
- package/scss/breadcrumb/_variables.scss +3 -3
- package/scss/button/_theme.scss +1 -1
- package/scss/button/_variables.scss +11 -11
- package/scss/calendar/_theme.scss +1 -1
- package/scss/calendar/_variables.scss +18 -18
- package/scss/captcha/_variables.scss +1 -1
- package/scss/card/_variables.scss +9 -9
- package/scss/chat/_variables.scss +5 -5
- package/scss/checkbox/_variables.scss +14 -14
- package/scss/chip/_theme.scss +3 -3
- package/scss/chip/_variables.scss +22 -22
- package/scss/coloreditor/_variables.scss +3 -3
- package/scss/colorgradient/_variables.scss +8 -8
- package/scss/colorpalette/_variables.scss +1 -1
- package/scss/core/_color-system.scss +26 -26
- package/scss/core/functions/_index.scss +3 -0
- package/scss/dataviz/_variables.scss +25 -25
- package/scss/drawer/_variables.scss +3 -3
- package/scss/dropdowntree/_variables.scss +2 -2
- package/scss/dropzone/_variables.scss +7 -7
- package/scss/editor/_variables.scss +1 -1
- package/scss/expansion-panel/_variables.scss +2 -2
- package/scss/fab/_theme.scss +20 -20
- package/scss/fab/_variables.scss +7 -7
- package/scss/filemanager/_variables.scss +8 -8
- package/scss/filter/_variables.scss +2 -0
- package/scss/gantt/_variables.scss +10 -10
- package/scss/grid/_theme.scss +1 -1
- package/scss/grid/_variables.scss +12 -12
- package/scss/imageeditor/_variables.scss +3 -3
- package/scss/input/_variables.scss +17 -17
- package/scss/list/_variables.scss +26 -26
- package/scss/listgroup/_variables.scss +3 -3
- package/scss/listview/_theme.scss +1 -1
- package/scss/listview/_variables.scss +6 -6
- package/scss/loader/_variables.scss +12 -12
- package/scss/mediaplayer/_variables.scss +2 -2
- package/scss/menu/_variables.scss +9 -9
- package/scss/menu-button/_variables.scss +1 -2
- package/scss/notification/_variables.scss +4 -4
- package/scss/orgchart/_variables.scss +2 -2
- package/scss/pager/_variables.scss +7 -7
- package/scss/panelbar/_variables.scss +17 -17
- package/scss/pdf-viewer/_variables.scss +2 -2
- package/scss/pivotgrid/_variables.scss +15 -15
- package/scss/popup/_variables.scss +2 -2
- package/scss/progressbar/_variables.scss +1 -1
- package/scss/radio/_variables.scss +11 -11
- package/scss/rating/_variables.scss +2 -2
- package/scss/scheduler/_variables.scss +14 -14
- package/scss/scrollview/_variables.scss +5 -5
- package/scss/signature/_variables.scss +5 -5
- package/scss/slider/_variables.scss +2 -2
- package/scss/split-button/_variables.scss +4 -4
- package/scss/splitter/_variables.scss +2 -2
- package/scss/spreadsheet/_layout.scss +2 -2
- package/scss/spreadsheet/_theme.scss +2 -2
- package/scss/spreadsheet/_variables.scss +1 -1
- package/scss/stepper/_variables.scss +6 -6
- package/scss/table/_variables.scss +6 -6
- package/scss/tabstrip/_theme.scss +1 -1
- package/scss/tabstrip/_variables.scss +4 -4
- package/scss/taskboard/_variables.scss +7 -7
- package/scss/tilelayout/_variables.scss +1 -1
- package/scss/timeline/_variables.scss +5 -5
- package/scss/timeselector/_variables.scss +3 -3
- package/scss/toolbar/_theme.scss +2 -2
- package/scss/toolbar/_variables.scss +5 -3
- package/scss/tooltip/_variables.scss +5 -5
- package/scss/treeview/_variables.scss +10 -10
- package/scss/upload/_theme.scss +1 -1
- package/scss/upload/_variables.scss +6 -6
- package/scss/wizard/_variables.scss +1 -1
package/dist/all.scss
CHANGED
|
@@ -4,6 +4,724 @@
|
|
|
4
4
|
// #region @import "index.scss"; -> packages/material/scss/index.scss
|
|
5
5
|
// #region @import "core/_index.scss"; -> packages/material/scss/core/_index.scss
|
|
6
6
|
// #region @import "functions/_index.scss"; -> packages/material/scss/core/functions/_index.scss
|
|
7
|
+
$wcag-min-contrast-ratio: 4.5 !default;
|
|
8
|
+
|
|
9
|
+
// #region @import "~@progress/kendo-theme-core/scss/functions/index.import.scss"; -> packages/material/node_modules/@progress/kendo-theme-core/scss/functions/index.import.scss
|
|
10
|
+
// #region @import "_color.import.scss"; -> packages/material/node_modules/@progress/kendo-theme-core/scss/functions/_color.import.scss
|
|
11
|
+
@function k-color-red( $color ) {
|
|
12
|
+
@return red( $color );
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
@function k-color-green( $color ) {
|
|
16
|
+
@return green( $color );
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
@function k-color-blue( $color ) {
|
|
20
|
+
@return blue( $color );
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
@function k-color-mix( $color1, $color2, $weight: 50% ) {
|
|
24
|
+
@return mix( $color1, $color2, $weight );
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
@function k-color-darken( $color, $amount) {
|
|
28
|
+
@return darken( $color, $amount );
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
@function k-color-lighten( $color, $amount) {
|
|
32
|
+
@return lighten( $color, $amount );
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
// #endregion
|
|
36
|
+
// #region @import "_color-contrast.import.scss"; -> packages/material/node_modules/@progress/kendo-theme-core/scss/functions/_color-contrast.import.scss
|
|
37
|
+
// Adapted from https://gist.github.com/sgomes/ccc72f71137fe29039c92c0a9fe9b657
|
|
38
|
+
// Adapted from https://github.com/twbs/bootstrap/commit/03908ea37a55eaa44c12ce5694dddc1630c980b3
|
|
39
|
+
|
|
40
|
+
// Precomputed linear color channel values, for use in contrast calculations.
|
|
41
|
+
// See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
|
|
42
|
+
//
|
|
43
|
+
// Algorithm, for c in 0 to 255:
|
|
44
|
+
// f(c) {
|
|
45
|
+
// c = c / 255;
|
|
46
|
+
// return c < 0.03928 ? c / 12.92 : Math.pow((c + 0.055) / 1.055, 2.4);
|
|
47
|
+
// }
|
|
48
|
+
//
|
|
49
|
+
// This lookup table is needed since there is no `pow` in SASS.
|
|
50
|
+
// stylelint-disable-next-line scss/dollar-variable-default
|
|
51
|
+
$linear-channel-values: (
|
|
52
|
+
0
|
|
53
|
+
.0003035269835488375
|
|
54
|
+
.000607053967097675
|
|
55
|
+
.0009105809506465125
|
|
56
|
+
.00121410793419535
|
|
57
|
+
.0015176349177441874
|
|
58
|
+
.001821161901293025
|
|
59
|
+
.0021246888848418626
|
|
60
|
+
.0024282158683907
|
|
61
|
+
.0027317428519395373
|
|
62
|
+
.003035269835488375
|
|
63
|
+
.003346535763899161
|
|
64
|
+
.003676507324047436
|
|
65
|
+
.004024717018496307
|
|
66
|
+
.004391442037410293
|
|
67
|
+
.004776953480693729
|
|
68
|
+
.005181516702338386
|
|
69
|
+
.005605391624202723
|
|
70
|
+
.006048833022857054
|
|
71
|
+
.006512090792594475
|
|
72
|
+
.006995410187265387
|
|
73
|
+
.007499032043226175
|
|
74
|
+
.008023192985384994
|
|
75
|
+
.008568125618069307
|
|
76
|
+
.009134058702220787
|
|
77
|
+
.00972121732023785
|
|
78
|
+
.010329823029626936
|
|
79
|
+
.010960094006488246
|
|
80
|
+
.011612245179743885
|
|
81
|
+
.012286488356915872
|
|
82
|
+
.012983032342173012
|
|
83
|
+
.013702083047289686
|
|
84
|
+
.014443843596092545
|
|
85
|
+
.01520851442291271
|
|
86
|
+
.01599629336550963
|
|
87
|
+
.016807375752887384
|
|
88
|
+
.017641954488384078
|
|
89
|
+
.018500220128379697
|
|
90
|
+
.019382360956935723
|
|
91
|
+
.0202885630566524
|
|
92
|
+
.021219010376003555
|
|
93
|
+
.022173884793387385
|
|
94
|
+
.02315336617811041
|
|
95
|
+
.024157632448504756
|
|
96
|
+
.02518685962736163
|
|
97
|
+
.026241221894849898
|
|
98
|
+
.027320891639074894
|
|
99
|
+
.028426039504420793
|
|
100
|
+
.0295568344378088
|
|
101
|
+
.030713443732993635
|
|
102
|
+
.03189603307301153
|
|
103
|
+
.033104766570885055
|
|
104
|
+
.03433980680868217
|
|
105
|
+
.03560131487502034
|
|
106
|
+
.03688945040110004
|
|
107
|
+
.0382043715953465
|
|
108
|
+
.03954623527673284
|
|
109
|
+
.04091519690685319
|
|
110
|
+
.042311410620809675
|
|
111
|
+
.043735029256973465
|
|
112
|
+
.04518620438567554
|
|
113
|
+
.046665086336880095
|
|
114
|
+
.04817182422688942
|
|
115
|
+
.04970656598412723
|
|
116
|
+
.05126945837404324
|
|
117
|
+
.052860647023180246
|
|
118
|
+
.05448027644244237
|
|
119
|
+
.05612849004960009
|
|
120
|
+
.05780543019106723
|
|
121
|
+
.0595112381629812
|
|
122
|
+
.06124605423161761
|
|
123
|
+
.06301001765316767
|
|
124
|
+
.06480326669290577
|
|
125
|
+
.06662593864377289
|
|
126
|
+
.06847816984440017
|
|
127
|
+
.07036009569659588
|
|
128
|
+
.07227185068231748
|
|
129
|
+
.07421356838014963
|
|
130
|
+
.07618538148130785
|
|
131
|
+
.07818742180518633
|
|
132
|
+
.08021982031446832
|
|
133
|
+
.0822827071298148
|
|
134
|
+
.08437621154414882
|
|
135
|
+
.08650046203654976
|
|
136
|
+
.08865558628577294
|
|
137
|
+
.09084171118340768
|
|
138
|
+
.09305896284668745
|
|
139
|
+
.0953074666309647
|
|
140
|
+
.09758734714186246
|
|
141
|
+
.09989872824711389
|
|
142
|
+
.10224173308810132
|
|
143
|
+
.10461648409110419
|
|
144
|
+
.10702310297826761
|
|
145
|
+
.10946171077829933
|
|
146
|
+
.1119324278369056
|
|
147
|
+
.11443537382697373
|
|
148
|
+
.11697066775851084
|
|
149
|
+
.11953842798834562
|
|
150
|
+
.12213877222960187
|
|
151
|
+
.12477181756095049
|
|
152
|
+
.12743768043564743
|
|
153
|
+
.1301364766903643
|
|
154
|
+
.13286832155381798
|
|
155
|
+
.13563332965520566
|
|
156
|
+
.13843161503245183
|
|
157
|
+
.14126329114027164
|
|
158
|
+
.14412847085805777
|
|
159
|
+
.14702726649759498
|
|
160
|
+
.14995978981060856
|
|
161
|
+
.15292615199615017
|
|
162
|
+
.1559264637078274
|
|
163
|
+
.1589608350608804
|
|
164
|
+
.162029375639111
|
|
165
|
+
.1651321945016676
|
|
166
|
+
.16826940018969075
|
|
167
|
+
.1714411007328226
|
|
168
|
+
.17464740365558504
|
|
169
|
+
.17788841598362912
|
|
170
|
+
.18116424424986022
|
|
171
|
+
.184474994500441
|
|
172
|
+
.18782077230067787
|
|
173
|
+
.19120168274079138
|
|
174
|
+
.1946178304415758
|
|
175
|
+
.19806931955994886
|
|
176
|
+
.20155625379439707
|
|
177
|
+
.20507873639031693
|
|
178
|
+
.20863687014525575
|
|
179
|
+
.21223075741405523
|
|
180
|
+
.21586050011389926
|
|
181
|
+
.2195261997292692
|
|
182
|
+
.2232279573168085
|
|
183
|
+
.22696587351009836
|
|
184
|
+
.23074004852434915
|
|
185
|
+
.23455058216100522
|
|
186
|
+
.238397573812271
|
|
187
|
+
.24228112246555486
|
|
188
|
+
.24620132670783548
|
|
189
|
+
.25015828472995344
|
|
190
|
+
.25415209433082675
|
|
191
|
+
.2581828529215958
|
|
192
|
+
.26225065752969623
|
|
193
|
+
.26635560480286247
|
|
194
|
+
.2704977910130658
|
|
195
|
+
.27467731206038465
|
|
196
|
+
.2788942634768104
|
|
197
|
+
.2831487404299921
|
|
198
|
+
.2874408377269175
|
|
199
|
+
.29177064981753587
|
|
200
|
+
.2961382707983211
|
|
201
|
+
.3005437944157765
|
|
202
|
+
.3049873140698863
|
|
203
|
+
.30946892281750854
|
|
204
|
+
.31398871337571754
|
|
205
|
+
.31854677812509186
|
|
206
|
+
.32314320911295075
|
|
207
|
+
.3277780980565422
|
|
208
|
+
.33245153634617935
|
|
209
|
+
.33716361504833037
|
|
210
|
+
.3419144249086609
|
|
211
|
+
.3467040563550296
|
|
212
|
+
.35153259950043936
|
|
213
|
+
.3564001441459435
|
|
214
|
+
.3613067797835095
|
|
215
|
+
.3662525955988395
|
|
216
|
+
.3712376804741491
|
|
217
|
+
.3762621229909065
|
|
218
|
+
.38132601143253014
|
|
219
|
+
.386429433787049
|
|
220
|
+
.39157247774972326
|
|
221
|
+
.39675523072562685
|
|
222
|
+
.4019777798321958
|
|
223
|
+
.4072402119017367
|
|
224
|
+
.41254261348390375
|
|
225
|
+
.4178850708481375
|
|
226
|
+
.4232676699860717
|
|
227
|
+
.4286904966139066
|
|
228
|
+
.43415363617474895
|
|
229
|
+
.4396571738409188
|
|
230
|
+
.44520119451622786
|
|
231
|
+
.45078578283822346
|
|
232
|
+
.45641102318040466
|
|
233
|
+
.4620769996544071
|
|
234
|
+
.467783796112159
|
|
235
|
+
.47353149614800955
|
|
236
|
+
.4793201831008268
|
|
237
|
+
.4851499400560704
|
|
238
|
+
.4910208498478356
|
|
239
|
+
.4969329950608704
|
|
240
|
+
.5028864580325687
|
|
241
|
+
.5088813208549338
|
|
242
|
+
.5149176653765214
|
|
243
|
+
.5209955732043543
|
|
244
|
+
.5271151257058131
|
|
245
|
+
.5332764040105052
|
|
246
|
+
.5394794890121072
|
|
247
|
+
.5457244613701866
|
|
248
|
+
.5520114015120001
|
|
249
|
+
.5583403896342679
|
|
250
|
+
.5647115057049292
|
|
251
|
+
.5711248294648731
|
|
252
|
+
.5775804404296506
|
|
253
|
+
.5840784178911641
|
|
254
|
+
.5906188409193369
|
|
255
|
+
.5972017883637634
|
|
256
|
+
.6038273388553378
|
|
257
|
+
.6104955708078648
|
|
258
|
+
.6172065624196511
|
|
259
|
+
.6239603916750761
|
|
260
|
+
.6307571363461468
|
|
261
|
+
.6375968739940326
|
|
262
|
+
.6444796819705821
|
|
263
|
+
.6514056374198242
|
|
264
|
+
.6583748172794485
|
|
265
|
+
.665387298282272
|
|
266
|
+
.6724431569576875
|
|
267
|
+
.6795424696330938
|
|
268
|
+
.6866853124353135
|
|
269
|
+
.6938717612919899
|
|
270
|
+
.7011018919329731
|
|
271
|
+
.7083757798916868
|
|
272
|
+
.7156935005064807
|
|
273
|
+
.7230551289219693
|
|
274
|
+
.7304607400903537
|
|
275
|
+
.7379104087727308
|
|
276
|
+
.7454042095403874
|
|
277
|
+
.7529422167760779
|
|
278
|
+
.7605245046752924
|
|
279
|
+
.768151147247507
|
|
280
|
+
.7758222183174236
|
|
281
|
+
.7835377915261935
|
|
282
|
+
.7912979403326302
|
|
283
|
+
.799102738014409
|
|
284
|
+
.8069522576692516
|
|
285
|
+
.8148465722161012
|
|
286
|
+
.8227857543962835
|
|
287
|
+
.8307698767746546
|
|
288
|
+
.83879901174074
|
|
289
|
+
.846873231509858
|
|
290
|
+
.8549926081242338
|
|
291
|
+
.8631572134541023
|
|
292
|
+
.8713671191987972
|
|
293
|
+
.8796223968878317
|
|
294
|
+
.8879231178819663
|
|
295
|
+
.8962693533742664
|
|
296
|
+
.9046611743911496
|
|
297
|
+
.9130986517934192
|
|
298
|
+
.9215818562772946
|
|
299
|
+
.9301108583754237
|
|
300
|
+
.938685728457888
|
|
301
|
+
.9473065367331999
|
|
302
|
+
.9559733532492861
|
|
303
|
+
.9646862478944651
|
|
304
|
+
.9734452903984125
|
|
305
|
+
.9822505503331171
|
|
306
|
+
.9911020971138298
|
|
307
|
+
1
|
|
308
|
+
);
|
|
309
|
+
|
|
310
|
+
// The contrast ratio to reach against white, to determine if color changes from "light" to "dark".
|
|
311
|
+
// Acceptable values for WCAG 2.0 are 3, 4.5 and 7.
|
|
312
|
+
// See https://www.w3.org/TR/WCAG20/#visual-audio-contrast-contrast
|
|
313
|
+
// See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
|
|
314
|
+
$wcag-min-contrast-ratio: 7 !default;
|
|
315
|
+
$wcag-dark: black !default;
|
|
316
|
+
$wcag-light: white !default;
|
|
317
|
+
|
|
318
|
+
// Calculate the luminance for a color.
|
|
319
|
+
// See https://www.w3.org/TR/WCAG/#dfn-relative-luminance
|
|
320
|
+
// See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
|
|
321
|
+
@function k-color-luminance( $color ) {
|
|
322
|
+
$red: k-list-nth( $linear-channel-values, k-color-red( $color ) + 1 );
|
|
323
|
+
$green: k-list-nth( $linear-channel-values, k-color-green( $color ) + 1 );
|
|
324
|
+
$blue: k-list-nth( $linear-channel-values, k-color-blue( $color ) + 1 );
|
|
325
|
+
|
|
326
|
+
@return .2126 * $red + .7152 * $green + .0722 * $blue;
|
|
327
|
+
}
|
|
328
|
+
|
|
329
|
+
// Calculate the luminance for a color.
|
|
330
|
+
// See https://www.w3.org/TR/WCAG/#dfn-contrast-ratio
|
|
331
|
+
// See https://www.w3.org/TR/WCAG20-TECHS/G17.html#G17-tests
|
|
332
|
+
@function k-color-contrast-ratio( $background, $foreground ) {
|
|
333
|
+
// sass-lint:disable-block variable-name-format
|
|
334
|
+
$backLum: k-color-luminance( $background ) + .05;
|
|
335
|
+
$foreLum: k-color-luminance( $foreground ) + .05;
|
|
336
|
+
|
|
337
|
+
@return k-math-div( k-math-max( $backLum, $foreLum ), k-math-min( $backLum, $foreLum ) );
|
|
338
|
+
}
|
|
339
|
+
|
|
340
|
+
@function k-is-dark( $color ) {
|
|
341
|
+
@return if( k-color-luminance( $color ) < .5, true, false );
|
|
342
|
+
}
|
|
343
|
+
@function k-is-light( $color ) {
|
|
344
|
+
@return if( k-color-luminance( $color ) < .5, false, true );
|
|
345
|
+
}
|
|
346
|
+
|
|
347
|
+
|
|
348
|
+
// Contrast functions
|
|
349
|
+
@function k-contrast-color( $background, $dark: $wcag-dark, $light: $wcag-light, $min-ratio: $wcag-min-contrast-ratio ) {
|
|
350
|
+
$foregrounds: $light, $dark, #ffffff, #000000;
|
|
351
|
+
$max-ratio: 0;
|
|
352
|
+
$max-ratio-color: null;
|
|
353
|
+
|
|
354
|
+
@each $color in $foregrounds {
|
|
355
|
+
$contrast-ratio: k-color-contrast-ratio( $background, $color );
|
|
356
|
+
|
|
357
|
+
@if ( $contrast-ratio > $min-ratio ) {
|
|
358
|
+
@return $color;
|
|
359
|
+
} @else if ( $contrast-ratio > $max-ratio ) {
|
|
360
|
+
$max-ratio: $contrast-ratio;
|
|
361
|
+
$max-ratio-color: $color;
|
|
362
|
+
}
|
|
363
|
+
}
|
|
364
|
+
|
|
365
|
+
// sass-lint:disable-block no-warn
|
|
366
|
+
@warn "Found no color leading to #{$min-ratio}:1 contrast ratio against #{$background}...";
|
|
367
|
+
|
|
368
|
+
@return $max-ratio-color;
|
|
369
|
+
}
|
|
370
|
+
|
|
371
|
+
// #endregion
|
|
372
|
+
// #region @import "_color-manipulation.import.scss"; -> packages/material/node_modules/@progress/kendo-theme-core/scss/functions/_color-manipulation.import.scss
|
|
373
|
+
/// Set a specific jump point for requesting color jumps
|
|
374
|
+
/// @group color-system
|
|
375
|
+
/// @access private
|
|
376
|
+
$kendo-color-level-step: 8% !default;
|
|
377
|
+
|
|
378
|
+
@function k-color-level( $color, $level: 0 ) {
|
|
379
|
+
|
|
380
|
+
@if ( $level == 0 ) or ( $level == 0% ) {
|
|
381
|
+
@return $color;
|
|
382
|
+
}
|
|
383
|
+
|
|
384
|
+
$base: if( $level < 0, #ffffff, #000000 );
|
|
385
|
+
$level: k-math-abs( $level );
|
|
386
|
+
|
|
387
|
+
|
|
388
|
+
@if ( k-math-unit($level) == "%" ) {
|
|
389
|
+
@return k-color-mix( $base, $color, $level );
|
|
390
|
+
}
|
|
391
|
+
|
|
392
|
+
@return k-color-mix( $base, $color, $level * $kendo-color-level-step );
|
|
393
|
+
}
|
|
394
|
+
|
|
395
|
+
@function k-color-tint( $color, $level: 1 ) {
|
|
396
|
+
@return k-color-level( $color, -$level );
|
|
397
|
+
}
|
|
398
|
+
@function k-color-shade( $color, $level: 1 ) {
|
|
399
|
+
@return k-color-level( $color, $level );
|
|
400
|
+
}
|
|
401
|
+
|
|
402
|
+
@function k-try-shade( $color, $level: 1 ) {
|
|
403
|
+
$dark-theme: if( variable-exists( dark-theme ), $dark-theme, false );
|
|
404
|
+
|
|
405
|
+
@if $dark-theme {
|
|
406
|
+
@return k-color-tint( $color, $level );
|
|
407
|
+
}
|
|
408
|
+
|
|
409
|
+
@return k-color-shade( $color, $level );
|
|
410
|
+
}
|
|
411
|
+
@function k-try-tint( $color, $level: 1 ) {
|
|
412
|
+
$dark-theme: if( variable-exists( dark-theme ), $dark-theme, false );
|
|
413
|
+
|
|
414
|
+
@if $dark-theme {
|
|
415
|
+
@return k-color-shade( $color, $level );
|
|
416
|
+
}
|
|
417
|
+
|
|
418
|
+
@return k-color-tint( $color, $level );
|
|
419
|
+
}
|
|
420
|
+
|
|
421
|
+
|
|
422
|
+
@function k-try-darken( $color, $amount ) {
|
|
423
|
+
$dark-theme: if( variable-exists( dark-theme ), $dark-theme, false );
|
|
424
|
+
|
|
425
|
+
@if $dark-theme {
|
|
426
|
+
@return k-color-lighten( $color, $amount );
|
|
427
|
+
}
|
|
428
|
+
@return k-color-darken( $color, $amount );
|
|
429
|
+
}
|
|
430
|
+
|
|
431
|
+
@function k-try-lighten( $color, $amount ) {
|
|
432
|
+
$dark-theme: if( variable-exists( dark-theme ), $dark-theme, false );
|
|
433
|
+
|
|
434
|
+
@if $dark-theme {
|
|
435
|
+
@return k-color-darken( $color, $amount );
|
|
436
|
+
}
|
|
437
|
+
@return k-color-lighten( $color, $amount );
|
|
438
|
+
}
|
|
439
|
+
|
|
440
|
+
// TODO: Remove this function or rethink the logic
|
|
441
|
+
@function k-true-mix( $color1, $color2, $weight: 50% ) {
|
|
442
|
+
@return k-color-mix( rgba( $color1, 1 ), rgba( $color2, 1 ), $weight );
|
|
443
|
+
}
|
|
444
|
+
|
|
445
|
+
// #endregion
|
|
446
|
+
// #region @import "_list.import.scss"; -> packages/material/node_modules/@progress/kendo-theme-core/scss/functions/_list.import.scss
|
|
447
|
+
@function k-list-append( $list, $val, $separator: auto ) {
|
|
448
|
+
@return append( $list, $val, $separator );
|
|
449
|
+
}
|
|
450
|
+
|
|
451
|
+
@function k-list-index( $list, $value ) {
|
|
452
|
+
@return index( $list, $value );
|
|
453
|
+
}
|
|
454
|
+
|
|
455
|
+
@function k-list-is-bracketed( $list ) {
|
|
456
|
+
@return is-bracketed( $list );
|
|
457
|
+
}
|
|
458
|
+
|
|
459
|
+
@function k-list-join( $list1, $list2, $separator: auto, $bracketed: auto ) {
|
|
460
|
+
@return join( $list1, $list2, $separator, $bracketed );
|
|
461
|
+
}
|
|
462
|
+
|
|
463
|
+
@function k-list-length( $list ) {
|
|
464
|
+
@return length( $list );
|
|
465
|
+
}
|
|
466
|
+
|
|
467
|
+
@function k-list-nth( $list, $n ) {
|
|
468
|
+
@return nth( $list, $n );
|
|
469
|
+
}
|
|
470
|
+
|
|
471
|
+
@function k-list-separator( $list ) {
|
|
472
|
+
@return list-separator( $list );
|
|
473
|
+
}
|
|
474
|
+
|
|
475
|
+
@function k-list-set-nth( $list, $n, $value ) {
|
|
476
|
+
@return set-nth( $list, $n, $value );
|
|
477
|
+
}
|
|
478
|
+
|
|
479
|
+
@function k-list-zip( $lists... ) {
|
|
480
|
+
@return zip( $lists... );
|
|
481
|
+
}
|
|
482
|
+
|
|
483
|
+
// #endregion
|
|
484
|
+
// #region @import "_math.import.scss"; -> packages/material/node_modules/@progress/kendo-theme-core/scss/functions/_math.import.scss
|
|
485
|
+
@function k-math-abs( $number ) {
|
|
486
|
+
@return abs( $number );
|
|
487
|
+
}
|
|
488
|
+
|
|
489
|
+
@function k-math-ceil( $number ) {
|
|
490
|
+
@return ceil( $number );
|
|
491
|
+
}
|
|
492
|
+
|
|
493
|
+
@function k-math-clamp( $value, $min, $max ) {
|
|
494
|
+
@return k-math-max( $min, k-math-min( $max, $value ) );
|
|
495
|
+
}
|
|
496
|
+
|
|
497
|
+
@function k-math-compatible( $a, $b ) {
|
|
498
|
+
@return comparable( $a, $b );
|
|
499
|
+
}
|
|
500
|
+
|
|
501
|
+
@function k-math-div( $a, $b ) {
|
|
502
|
+
@return ( $a / $b );
|
|
503
|
+
}
|
|
504
|
+
|
|
505
|
+
@function k-math-is-unitless( $number ) {
|
|
506
|
+
@return unitless( $number );
|
|
507
|
+
}
|
|
508
|
+
|
|
509
|
+
@function k-math-max( $a, $b ) {
|
|
510
|
+
@return max( $a, $b );
|
|
511
|
+
}
|
|
512
|
+
|
|
513
|
+
@function k-math-min( $a, $b ) {
|
|
514
|
+
@return min( $a, $b );
|
|
515
|
+
}
|
|
516
|
+
|
|
517
|
+
@function k-math-mod( $a, $b ) {
|
|
518
|
+
@return ( $a % $b );
|
|
519
|
+
}
|
|
520
|
+
|
|
521
|
+
@function k-math-mul( $a, $b ) {
|
|
522
|
+
@return ( $a * $b );
|
|
523
|
+
}
|
|
524
|
+
|
|
525
|
+
@function k-math-percentage( $number ) {
|
|
526
|
+
@return ( $number * 100% );
|
|
527
|
+
}
|
|
528
|
+
|
|
529
|
+
@function k-math-pow( $x, $n ) {
|
|
530
|
+
$ret: 1;
|
|
531
|
+
|
|
532
|
+
@if ( $n == 0 ) {
|
|
533
|
+
@return $ret;
|
|
534
|
+
}
|
|
535
|
+
|
|
536
|
+
@if ( $n > 0 ) {
|
|
537
|
+
@for $i from 1 through $n {
|
|
538
|
+
$ret: $ret * $x;
|
|
539
|
+
}
|
|
540
|
+
@return $ret;
|
|
541
|
+
}
|
|
542
|
+
|
|
543
|
+
@for $i from $n to 0 {
|
|
544
|
+
$ret: k-math-div( $ret, $x );
|
|
545
|
+
}
|
|
546
|
+
@return $ret;
|
|
547
|
+
|
|
548
|
+
}
|
|
549
|
+
|
|
550
|
+
@function k-math-random( $limit: null ) {
|
|
551
|
+
@if ( $limit == null ) {
|
|
552
|
+
@return random();
|
|
553
|
+
}
|
|
554
|
+
|
|
555
|
+
@return random( $limit );
|
|
556
|
+
}
|
|
557
|
+
|
|
558
|
+
@function k-math-round( $number, $precision: 0 ) {
|
|
559
|
+
|
|
560
|
+
@if ( $precision == 0 ) {
|
|
561
|
+
@return round( $number );
|
|
562
|
+
}
|
|
563
|
+
|
|
564
|
+
$pow: k-math-pow( 10, $precision );
|
|
565
|
+
|
|
566
|
+
@return k-math-div( round( $number * $pow ), $pow );
|
|
567
|
+
}
|
|
568
|
+
|
|
569
|
+
@function k-math-unit( $number ) {
|
|
570
|
+
@return unit( $number );
|
|
571
|
+
}
|
|
572
|
+
|
|
573
|
+
@function k-math-strip-unit($number) {
|
|
574
|
+
@if ( k-meta-type-of( $number ) == "number" ) and not k-math-is-unitless( $number ) {
|
|
575
|
+
@return k-math-div( $number, 1 * k-math-unit( $number) );
|
|
576
|
+
}
|
|
577
|
+
|
|
578
|
+
@return $number;
|
|
579
|
+
}
|
|
580
|
+
|
|
581
|
+
// #endregion
|
|
582
|
+
// #region @import "_map.import.scss"; -> packages/material/node_modules/@progress/kendo-theme-core/scss/functions/_map.import.scss
|
|
583
|
+
@function k-map-get( $map, $keys... ) {
|
|
584
|
+
@each $key in $keys {
|
|
585
|
+
$map: map-get( $map, $key );
|
|
586
|
+
}
|
|
587
|
+
@return $map;
|
|
588
|
+
}
|
|
589
|
+
|
|
590
|
+
@function k-map-has-key( $map, $key ) {
|
|
591
|
+
@return map-has-key( $map, $key );
|
|
592
|
+
}
|
|
593
|
+
|
|
594
|
+
@function k-map-keys( $map ) {
|
|
595
|
+
@return map-keys( $map );
|
|
596
|
+
}
|
|
597
|
+
|
|
598
|
+
@function k-map-merge( $map, $args... ) {
|
|
599
|
+
@each $arg in $args {
|
|
600
|
+
$map: map-merge( $map, $arg );
|
|
601
|
+
}
|
|
602
|
+
@return $map;
|
|
603
|
+
}
|
|
604
|
+
|
|
605
|
+
@function k-map-remove( $map, $keys... ) {
|
|
606
|
+
@return map-remove( $map, $keys... );
|
|
607
|
+
}
|
|
608
|
+
|
|
609
|
+
@function k-map-set( $map, $key, $value ) {
|
|
610
|
+
@return k-map-merge( $map, ( $key: $value ) );
|
|
611
|
+
}
|
|
612
|
+
|
|
613
|
+
@function k-map-values( $map ) {
|
|
614
|
+
@return map-values( $map );
|
|
615
|
+
}
|
|
616
|
+
|
|
617
|
+
// #endregion
|
|
618
|
+
// #region @import "_meta.import.scss"; -> packages/material/node_modules/@progress/kendo-theme-core/scss/functions/_meta.import.scss
|
|
619
|
+
// Adapted from https://css-tricks.com/snippets/sass/advanced-type-checking/
|
|
620
|
+
|
|
621
|
+
@function k-meta-type-of( $value ) {
|
|
622
|
+
@return type-of( $value );
|
|
623
|
+
}
|
|
624
|
+
|
|
625
|
+
@function k-meta-is-number( $value ) {
|
|
626
|
+
@return k-meta-type-of( $value ) == "number";
|
|
627
|
+
}
|
|
628
|
+
|
|
629
|
+
@function k-meta-is-integer( $value ) {
|
|
630
|
+
@return k-meta-is-number( $value ) and k-math-round( $value ) == $value;
|
|
631
|
+
}
|
|
632
|
+
|
|
633
|
+
@function k-meta-is-time( $value ) {
|
|
634
|
+
@return k-meta-is-number( $value ) and k-string-index( "ms" "s", k-math-unit( $value ) ) != null;
|
|
635
|
+
}
|
|
636
|
+
|
|
637
|
+
@function k-meta-is-duration( $value ) {
|
|
638
|
+
@return k-meta-is-time( $value );
|
|
639
|
+
}
|
|
640
|
+
|
|
641
|
+
@function k-meta-is-angle( $value ) {
|
|
642
|
+
@return k-meta-is-number( $value ) and k-string-index( "deg" "rad" "grad" "turn", k-math-unit( $value ) ) != null;
|
|
643
|
+
}
|
|
644
|
+
|
|
645
|
+
@function k-meta-is-frequency( $value ) {
|
|
646
|
+
@return k-meta-is-number( $value ) and k-string-index( "Hz" "kHz", k-math-unit( $value ) ) != null;
|
|
647
|
+
}
|
|
648
|
+
|
|
649
|
+
@function k-meta-is-relative-length( $value ) {
|
|
650
|
+
@return k-meta-is-number( $value ) and k-string-index( "em" "ex" "ch" "rem" "vw" "vh" "vmin" "vmax", k-math-unit( $value ) ) != null;
|
|
651
|
+
}
|
|
652
|
+
|
|
653
|
+
@function k-meta-is-absolute-length( $value ) {
|
|
654
|
+
@return k-meta-is-number( $value ) and k-string-index( "cm" "mm" "in" "px" "pt" "pc", k-math-unit( $value ) ) != null;
|
|
655
|
+
}
|
|
656
|
+
|
|
657
|
+
@function k-meta-is-percentage( $value ) {
|
|
658
|
+
@return k-meta-is-number( $value ) and k-math-unit( $value ) == "%";
|
|
659
|
+
}
|
|
660
|
+
|
|
661
|
+
@function k-meta-is-length( $value ) {
|
|
662
|
+
@return k-meta-is-relative-length( $value ) or k-meta-is-absolute-length( $value );
|
|
663
|
+
}
|
|
664
|
+
|
|
665
|
+
@function k-meta-is-resolution( $value ) {
|
|
666
|
+
@return k-meta-is-number( $value ) and k-string-index( "dpi" "dpcm" "dppx", k-math-unit( $value ) ) != null;
|
|
667
|
+
}
|
|
668
|
+
|
|
669
|
+
@function k-meta-is-position( $value ) {
|
|
670
|
+
@return k-meta-is-length( $value ) or k-meta-is-percentage( $value ) or k-string-index( "top" "right" "bottom" "left" "center", $value ) != null;
|
|
671
|
+
}
|
|
672
|
+
|
|
673
|
+
// #endregion
|
|
674
|
+
// #region @import "_string.import.scss"; -> packages/material/node_modules/@progress/kendo-theme-core/scss/functions/_string.import.scss
|
|
675
|
+
@function k-string-index( $string, $substring ) {
|
|
676
|
+
@return str-index( $string, $substring );
|
|
677
|
+
}
|
|
678
|
+
|
|
679
|
+
@function k-string-insert( $string, $insert, $index ) {
|
|
680
|
+
@return str-insert( $string, $insert, $index );
|
|
681
|
+
}
|
|
682
|
+
|
|
683
|
+
@function k-string-length( $string ) {
|
|
684
|
+
@return str-length( $string );
|
|
685
|
+
}
|
|
686
|
+
|
|
687
|
+
@function k-string-quote( $string ) {
|
|
688
|
+
@return quote( $string );
|
|
689
|
+
}
|
|
690
|
+
|
|
691
|
+
// See https://www.sassmeister.com/gist/1b4f2da5527830088e4d
|
|
692
|
+
@function k-string-replace( $string, $search, $replace: "" ) {
|
|
693
|
+
$index: k-string-index( $string, $search );
|
|
694
|
+
|
|
695
|
+
@if $index {
|
|
696
|
+
@return k-string-slice( $string, 1, $index - 1 ) + $replace + k-string-replace( k-string-slice( $string, $index + k-string-length( $search ) ), $search, $replace );
|
|
697
|
+
}
|
|
698
|
+
|
|
699
|
+
@return $string;
|
|
700
|
+
}
|
|
701
|
+
|
|
702
|
+
@function k-string-slice( $string, $start-at, $end-at: -1 ) {
|
|
703
|
+
@return str-slice( $string, $start-at, $end-at );
|
|
704
|
+
}
|
|
705
|
+
|
|
706
|
+
@function k-string-to-lower-case( $string ) {
|
|
707
|
+
@return to-lower-case( $string );
|
|
708
|
+
}
|
|
709
|
+
|
|
710
|
+
@function k-string-to-upper-case( $string ) {
|
|
711
|
+
@return to-upper-case( $string );
|
|
712
|
+
}
|
|
713
|
+
|
|
714
|
+
@function k-string-unique-id() {
|
|
715
|
+
@return unique-id();
|
|
716
|
+
}
|
|
717
|
+
|
|
718
|
+
@function k-string-unquote( $string ) {
|
|
719
|
+
@return unquote( $string );
|
|
720
|
+
}
|
|
721
|
+
|
|
722
|
+
// #endregion
|
|
723
|
+
|
|
724
|
+
// #endregion
|
|
7
725
|
// #region @import "~@progress/kendo-theme-default/scss/core/functions/_index.scss"; -> packages/material/node_modules/@progress/kendo-theme-default/scss/core/functions/_index.scss
|
|
8
726
|
// #region @import "_math.scss"; -> packages/material/node_modules/@progress/kendo-theme-default/scss/core/functions/_math.scss
|
|
9
727
|
@function decimal-round($float, $digits: 2) {
|
|
@@ -872,8 +1590,8 @@ $_kendo-imported-modules: ();
|
|
|
872
1590
|
// Infinite calendar and timepicker
|
|
873
1591
|
@mixin hide-scrollbar($dir: "right", $max-scrollbar: 100px) {
|
|
874
1592
|
// anything larger than the scrollbar width will do
|
|
875
|
-
$scrollbar-size:
|
|
876
|
-
$margin:
|
|
1593
|
+
$scrollbar-size: var( --kendo-scrollbar-width, #{$default-scrollbar-width} );
|
|
1594
|
+
$margin: calc( -#{$max-scrollbar} - #{$scrollbar-size} );
|
|
877
1595
|
|
|
878
1596
|
padding-right: $max-scrollbar;
|
|
879
1597
|
padding-left: $max-scrollbar;
|
|
@@ -914,16 +1632,16 @@ $gradient-white-to-transparent: white, rgba( white, 0); // stylelint-disable-lin
|
|
|
914
1632
|
|
|
915
1633
|
$gradient-rainbow: #ff0000, #ffff00, #00ff00, #00ffff, #0000ff, #ff00ff, #ff0000; // stylelint-disable-line scss/dollar-variable-default
|
|
916
1634
|
|
|
917
|
-
$dark-primary-text: rgba(
|
|
918
|
-
$dark-secondary-text: rgba(
|
|
919
|
-
$dark-disabled-text: rgba(
|
|
920
|
-
$dark-dividers: rgba(
|
|
921
|
-
$dark-focused: rgba(
|
|
1635
|
+
$dark-primary-text: rgba( black, .87 ) !default;
|
|
1636
|
+
$dark-secondary-text: rgba( black, .54 ) !default;
|
|
1637
|
+
$dark-disabled-text: rgba( black, .38 ) !default;
|
|
1638
|
+
$dark-dividers: rgba( black, .12 ) !default;
|
|
1639
|
+
$dark-focused: rgba( black, .12 ) !default;
|
|
922
1640
|
$light-primary-text: $white !default;
|
|
923
|
-
$light-secondary-text: rgba(
|
|
924
|
-
$light-disabled-text: rgba(
|
|
925
|
-
$light-dividers: rgba(
|
|
926
|
-
$light-focused: rgba(
|
|
1641
|
+
$light-secondary-text: rgba( white, .7 ) !default;
|
|
1642
|
+
$light-disabled-text: rgba( white, .5 ) !default;
|
|
1643
|
+
$light-dividers: rgba( white, .12 ) !default;
|
|
1644
|
+
$light-focused: rgba( white, .12 ) !default;
|
|
927
1645
|
|
|
928
1646
|
$palettes: (
|
|
929
1647
|
|
|
@@ -968,7 +1686,7 @@ $palettes: (
|
|
|
968
1686
|
200: #f48fb1,
|
|
969
1687
|
300: #f06292,
|
|
970
1688
|
400: #ec407a,
|
|
971
|
-
500: #e51a5f, //
|
|
1689
|
+
500: #e51a5f, // originally it was #e91e63, but changed for better contrast against white
|
|
972
1690
|
600: #d81b60,
|
|
973
1691
|
700: #c2185b,
|
|
974
1692
|
800: #ad1457,
|
|
@@ -1576,15 +2294,15 @@ $palettes: (
|
|
|
1576
2294
|
) !default;
|
|
1577
2295
|
|
|
1578
2296
|
@function get-base-palette($name) {
|
|
1579
|
-
@return map-get( $palettes, $name );
|
|
2297
|
+
@return k-map-get( $palettes, $name );
|
|
1580
2298
|
}
|
|
1581
2299
|
|
|
1582
2300
|
@function get-base-hue($palette, $hue) {
|
|
1583
|
-
@return map-get( get-base-palette( $palette ), $hue );
|
|
2301
|
+
@return k-map-get( get-base-palette( $palette ), $hue );
|
|
1584
2302
|
}
|
|
1585
2303
|
|
|
1586
2304
|
@function get-base-contrast($palette, $hue) {
|
|
1587
|
-
@return map-get( map-get( get-base-palette($palette), contrast), $hue );
|
|
2305
|
+
@return k-map-get( k-map-get( get-base-palette($palette), contrast), $hue );
|
|
1588
2306
|
}
|
|
1589
2307
|
|
|
1590
2308
|
$material-dark-complimentary: (
|
|
@@ -1597,8 +2315,8 @@ $material-dark-complimentary: (
|
|
|
1597
2315
|
component-text: $light-primary-text,
|
|
1598
2316
|
component-border: $light-dividers,
|
|
1599
2317
|
base-bg: get-base-hue( gray, 900 ),
|
|
1600
|
-
hover-bg: rgba(
|
|
1601
|
-
focus-bg: rgba(
|
|
2318
|
+
hover-bg: rgba( white, .08 ),
|
|
2319
|
+
focus-bg: rgba( white, .24 ),
|
|
1602
2320
|
elevation: $black
|
|
1603
2321
|
) !default;
|
|
1604
2322
|
|
|
@@ -1613,15 +2331,15 @@ $material-light-complimentary: (
|
|
|
1613
2331
|
component-text: $dark-primary-text,
|
|
1614
2332
|
component-border: $dark-dividers,
|
|
1615
2333
|
base-bg: $white,
|
|
1616
|
-
hover-bg: rgba(
|
|
1617
|
-
focus-bg: rgba(
|
|
2334
|
+
hover-bg: rgba( black, .04 ),
|
|
2335
|
+
focus-bg: rgba( black, .12 ),
|
|
1618
2336
|
elevation: $black
|
|
1619
2337
|
) !default;
|
|
1620
2338
|
|
|
1621
2339
|
|
|
1622
2340
|
// For a given hue in a palette, return the contrast color from the map of contrast palettes.
|
|
1623
2341
|
@function material-contrast($palette, $hue) {
|
|
1624
|
-
@return map-get(map-get($palette, contrast), $hue);
|
|
2342
|
+
@return k-map-get(k-map-get($palette, contrast), $hue);
|
|
1625
2343
|
}
|
|
1626
2344
|
|
|
1627
2345
|
// Creates a map of hues to colors for a theme. This is used to define a theme palette in terms
|
|
@@ -1649,11 +2367,11 @@ $material-light-complimentary: (
|
|
|
1649
2367
|
}
|
|
1650
2368
|
|
|
1651
2369
|
// stylelint-disable-next-line function-comma-newline-after
|
|
1652
|
-
$result: map-merge($base-palette, (
|
|
2370
|
+
$result: k-map-merge($base-palette, (
|
|
1653
2371
|
// sass-lint:disable-block indentation
|
|
1654
|
-
main: map-get($base-palette, $main),
|
|
1655
|
-
lighter: map-get($base-palette, $lighter),
|
|
1656
|
-
darker: map-get($base-palette, $darker),
|
|
2372
|
+
main: k-map-get($base-palette, $main),
|
|
2373
|
+
lighter: k-map-get($base-palette, $lighter),
|
|
2374
|
+
darker: k-map-get($base-palette, $darker),
|
|
1657
2375
|
main-contrast: material-contrast($base-palette, $main),
|
|
1658
2376
|
lighter-contrast: material-contrast($base-palette, $lighter),
|
|
1659
2377
|
darker-contrast: material-contrast($base-palette, $darker)
|
|
@@ -1662,7 +2380,7 @@ $material-light-complimentary: (
|
|
|
1662
2380
|
// For each hue in the palette, add a "-contrast" color to the map.
|
|
1663
2381
|
@each $hue, $color in $base-palette {
|
|
1664
2382
|
// stylelint-disable-next-line function-comma-newline-after
|
|
1665
|
-
$result: map-merge($result, (
|
|
2383
|
+
$result: k-map-merge($result, (
|
|
1666
2384
|
// sass-lint:disable-block indentation
|
|
1667
2385
|
"#{$hue}-contrast": material-contrast($base-palette, $hue)
|
|
1668
2386
|
));
|
|
@@ -1687,16 +2405,16 @@ $material-light-complimentary: (
|
|
|
1687
2405
|
@return material-color($palette, main, $hue);
|
|
1688
2406
|
}
|
|
1689
2407
|
|
|
1690
|
-
$color: map-get($palette, $hue);
|
|
2408
|
+
$color: k-map-get($palette, $hue);
|
|
1691
2409
|
$opacity: if($opacity == null, opacity($color), $opacity);
|
|
1692
2410
|
|
|
1693
|
-
@return rgba($color, $opacity);
|
|
2411
|
+
@return rgba( $color, $opacity );
|
|
1694
2412
|
}
|
|
1695
2413
|
|
|
1696
2414
|
// Creates a container object for a light theme to be given to individual component theme mixins.
|
|
1697
2415
|
@function material-theme($primary, $secondary, $theme-type, $warn: material-palette(red)) {
|
|
1698
2416
|
$complimentary: if($theme-type == dark, $material-dark-complimentary, $material-light-complimentary);
|
|
1699
|
-
@return map-merge((
|
|
2417
|
+
@return k-map-merge((
|
|
1700
2418
|
// sass-lint:disable-block indentation
|
|
1701
2419
|
primary: $primary,
|
|
1702
2420
|
secondary: $secondary,
|
|
@@ -1787,7 +2505,7 @@ $theme: material-theme(
|
|
|
1787
2505
|
|
|
1788
2506
|
/// Color of shadows
|
|
1789
2507
|
/// @group shadows
|
|
1790
|
-
$elevation: map-get( $theme, elevation ) !default;
|
|
2508
|
+
$elevation: k-map-get( $theme, elevation ) !default;
|
|
1791
2509
|
/// Shadow for switch.
|
|
1792
2510
|
/// Equivalent to material elevation 1.
|
|
1793
2511
|
/// @group shadows
|
|
@@ -1813,7 +2531,7 @@ $box-shadow-depth-5: 0 11px 15px -7px rgba( $elevation, .2 ), 0 24px 38px 3px rg
|
|
|
1813
2531
|
// Icons
|
|
1814
2532
|
$icon-size: 16px !default;
|
|
1815
2533
|
$icon-size-lg: 32px !default;
|
|
1816
|
-
$icon-spacing: map-get( $spacing, 2 ) !default;
|
|
2534
|
+
$icon-spacing: k-map-get( $spacing, 2 ) !default;
|
|
1817
2535
|
|
|
1818
2536
|
/// The URL to the icon font that will be used by the theme
|
|
1819
2537
|
/// The default value of `null` embeds the package font with a `data:` URL
|
|
@@ -1824,14 +2542,14 @@ $icon-font-url: null !default;
|
|
|
1824
2542
|
// Metrics
|
|
1825
2543
|
$padding-x: 16px !default;
|
|
1826
2544
|
$padding-y: 4px !default;
|
|
1827
|
-
$padding-x-sm: $padding-x
|
|
1828
|
-
$padding-y-sm: $padding-y
|
|
2545
|
+
$padding-x-sm: k-math-div( $padding-x, 2 ) !default;
|
|
2546
|
+
$padding-y-sm: k-math-div( $padding-y, 2 ) !default;
|
|
1829
2547
|
$padding-x-lg: $padding-x * 1.5 !default;
|
|
1830
2548
|
$padding-y-lg: $padding-y * 1.5 !default;
|
|
1831
2549
|
|
|
1832
2550
|
/// Border radius for all components.
|
|
1833
|
-
$kendo-border-radius: map-get( $spacing, 1 ) !default;
|
|
1834
|
-
$kendo-border-radius-sm: $kendo-border-radius
|
|
2551
|
+
$kendo-border-radius: k-map-get( $spacing, 1 ) !default;
|
|
2552
|
+
$kendo-border-radius-sm: k-math-div( $kendo-border-radius, 2 ) !default;
|
|
1835
2553
|
$kendo-border-radius-md: $kendo-border-radius !default;
|
|
1836
2554
|
$kendo-border-radius-lg: $kendo-border-radius * 1.5 !default;
|
|
1837
2555
|
|
|
@@ -1855,7 +2573,7 @@ $zindex-window: 2 !default;
|
|
|
1855
2573
|
|
|
1856
2574
|
|
|
1857
2575
|
// Color settings
|
|
1858
|
-
$dark-theme: map-get($theme, is-dark) !default;
|
|
2576
|
+
$dark-theme: k-map-get( $theme, is-dark ) !default;
|
|
1859
2577
|
|
|
1860
2578
|
|
|
1861
2579
|
// Theme colors
|
|
@@ -1903,29 +2621,29 @@ $tertiary-contrast: material-color($tertiary-palette, main-contrast) !default;
|
|
|
1903
2621
|
/// @group color-system
|
|
1904
2622
|
/// @type Color
|
|
1905
2623
|
$info: #0058e9 !default;
|
|
1906
|
-
$info-lighter: tint( $info, 2 ) !default;
|
|
1907
|
-
$info-darker: shade( $info, 2 ) !default;
|
|
2624
|
+
$info-lighter: k-color-tint( $info, 2 ) !default;
|
|
2625
|
+
$info-darker: k-color-shade( $info, 2 ) !default;
|
|
1908
2626
|
|
|
1909
2627
|
/// The color for success messages and states.
|
|
1910
2628
|
/// @group color-system
|
|
1911
2629
|
/// @type Color
|
|
1912
2630
|
$success: #37b400 !default;
|
|
1913
|
-
$success-lighter: tint( $success, 2 ) !default;
|
|
1914
|
-
$success-darker: shade( $success, 2 ) !default;
|
|
2631
|
+
$success-lighter: k-color-tint( $success, 2 ) !default;
|
|
2632
|
+
$success-darker: k-color-shade( $success, 2 ) !default;
|
|
1915
2633
|
|
|
1916
2634
|
/// The color for warning messages and states.
|
|
1917
2635
|
/// @group color-system
|
|
1918
2636
|
/// @type Color
|
|
1919
2637
|
$warning: #ffc000 !default;
|
|
1920
|
-
$warning-lighter: tint( $warning, 2 ) !default;
|
|
1921
|
-
$warning-darker: shade( $warning, 2 ) !default;
|
|
2638
|
+
$warning-lighter: k-color-tint( $warning, 2 ) !default;
|
|
2639
|
+
$warning-darker: k-color-shade( $warning, 2 ) !default;
|
|
1922
2640
|
|
|
1923
2641
|
/// The color for error messages and states.
|
|
1924
2642
|
/// @group color-system
|
|
1925
2643
|
/// @type Color
|
|
1926
2644
|
$error: #f31700 !default;
|
|
1927
|
-
$error-lighter: tint( $error, 2 ) !default;
|
|
1928
|
-
$error-darker: shade( $error, 2 ) !default;
|
|
2645
|
+
$error-lighter: k-color-tint( $error, 2 ) !default;
|
|
2646
|
+
$error-darker: k-color-shade( $error, 2 ) !default;
|
|
1929
2647
|
|
|
1930
2648
|
/// The dark color of the theme.
|
|
1931
2649
|
/// @group color-system
|
|
@@ -1963,15 +2681,15 @@ $cursors: ( auto, default, none, context-menu, help, pointer, progress, wait, ce
|
|
|
1963
2681
|
|
|
1964
2682
|
|
|
1965
2683
|
// Root styles
|
|
1966
|
-
$body-bg: map-get($theme, body-bg) !default;
|
|
1967
|
-
$body-text: map-get($theme, body-text) !default;
|
|
2684
|
+
$body-bg: k-map-get( $theme, body-bg ) !default;
|
|
2685
|
+
$body-text: k-map-get( $theme, body-text ) !default;
|
|
1968
2686
|
|
|
1969
|
-
$subtle-text: map-get($theme, subtle-text) !default;
|
|
1970
|
-
$disabled-text: map-get($theme, disabled-text) !default;
|
|
2687
|
+
$subtle-text: k-map-get( $theme, subtle-text ) !default;
|
|
2688
|
+
$disabled-text: k-map-get( $theme, disabled-text ) !default;
|
|
1971
2689
|
|
|
1972
2690
|
$app-bg: $body-bg !default;
|
|
1973
2691
|
$app-text: $body-text !default;
|
|
1974
|
-
$app-border: map-get($theme, component-border) !default;
|
|
2692
|
+
$app-border: k-map-get( $theme, component-border ) !default;
|
|
1975
2693
|
|
|
1976
2694
|
|
|
1977
2695
|
// Components
|
|
@@ -1980,32 +2698,32 @@ $app-border: map-get($theme, component-border) !default;
|
|
|
1980
2698
|
/// Background color of a component.
|
|
1981
2699
|
/// Note: do not use this variable directly. Instead derive it as `$component-name-bg` e.g. `$grid-bg: $component-bg !default;`.
|
|
1982
2700
|
/// @group component
|
|
1983
|
-
$component-bg: map-get($theme, component-bg) !default;
|
|
2701
|
+
$component-bg: k-map-get( $theme, component-bg ) !default;
|
|
1984
2702
|
/// Text color of a component.
|
|
1985
2703
|
/// Note: do not use this variable directly. Instead derive it as `$component-name-text` e.g. `$grid-text: component-text !default;`.
|
|
1986
2704
|
/// @group component
|
|
1987
|
-
$component-text: map-get($theme, component-text) !default;
|
|
2705
|
+
$component-text: k-map-get( $theme, component-text ) !default;
|
|
1988
2706
|
/// Border color of a component.
|
|
1989
2707
|
/// Note: do not use this variable directly. Instead derive it as `$component-name-border` e.g. `$grid-border: component-border !default;`.
|
|
1990
2708
|
/// @group component
|
|
1991
|
-
$component-border: map-get($theme, component-border) !default;
|
|
2709
|
+
$component-border: k-map-get( $theme, component-border ) !default;
|
|
1992
2710
|
|
|
1993
2711
|
|
|
1994
2712
|
/// The background of the components' chrome area.
|
|
1995
|
-
$base-bg: map-get( $theme, base-bg ) !default;
|
|
2713
|
+
$base-bg: k-map-get( $theme, base-bg ) !default;
|
|
1996
2714
|
/// The text color of the components' chrome area.
|
|
1997
|
-
$base-text: map-get($theme, component-text) !default;
|
|
2715
|
+
$base-text: k-map-get( $theme, component-text ) !default;
|
|
1998
2716
|
/// The border of the components' chrome area.
|
|
1999
|
-
$base-border: rgba( if($theme-type == dark, white, black), .08 ) !default;
|
|
2717
|
+
$base-border: rgba( if( $theme-type == dark, white, black ), .08 ) !default;
|
|
2000
2718
|
/// The gradient background of the components' chrome area.
|
|
2001
2719
|
$base-gradient: null !default;
|
|
2002
2720
|
|
|
2003
2721
|
/// The background of hovered items.
|
|
2004
|
-
$hovered-bg: map-get( $theme, hover-bg ) !default;
|
|
2722
|
+
$hovered-bg: k-map-get( $theme, hover-bg ) !default;
|
|
2005
2723
|
/// The text color of hovered items.
|
|
2006
2724
|
$hovered-text: $base-text !default;
|
|
2007
2725
|
/// The border color of hovered items.
|
|
2008
|
-
$hovered-border: rgba( if($theme-type == dark, white, black), .15 ) !default;
|
|
2726
|
+
$hovered-border: rgba( if( $theme-type == dark, white, black ), .15 ) !default;
|
|
2009
2727
|
/// The gradient background of hovered items.
|
|
2010
2728
|
$hovered-gradient: null !default;
|
|
2011
2729
|
|
|
@@ -2018,7 +2736,7 @@ $selected-border: rgba( if($theme-type == dark, white, black), .1 ) !default;
|
|
|
2018
2736
|
/// The gradient background of selected items.
|
|
2019
2737
|
$selected-gradient: null !default;
|
|
2020
2738
|
|
|
2021
|
-
$selected-hover-bg: try-shade( $selected-bg, .5 ) !default;
|
|
2739
|
+
$selected-hover-bg: k-try-shade( $selected-bg, .5 ) !default;
|
|
2022
2740
|
$selected-hover-text: $selected-text !default;
|
|
2023
2741
|
$selected-hover-border: rgba( if($theme-type == dark, white, black), .1 ) !default;
|
|
2024
2742
|
$selected-hover-gradient: null !default;
|
|
@@ -2094,7 +2812,7 @@ $node-selected-gradient: null !default;
|
|
|
2094
2812
|
// Placeholder
|
|
2095
2813
|
$placeholder-line-width: 100% !default;
|
|
2096
2814
|
$placeholder-line-height: 10px !default;
|
|
2097
|
-
$placeholder-bg: rgba(
|
|
2815
|
+
$placeholder-bg: rgba( black, .1 ) !default;
|
|
2098
2816
|
|
|
2099
2817
|
|
|
2100
2818
|
// Loading
|
|
@@ -2136,7 +2854,7 @@ $drag-clue-font-size: $font-size !default;
|
|
|
2136
2854
|
$drag-clue-font-family: $font-family !default;
|
|
2137
2855
|
$drag-clue-line-height: ( 20 / 14 ) !default;
|
|
2138
2856
|
|
|
2139
|
-
$drag-clue-bg: try-shade( $body-bg ) !default;
|
|
2857
|
+
$drag-clue-bg: k-try-shade( $body-bg ) !default;
|
|
2140
2858
|
$drag-clue-text: $body-text !default;
|
|
2141
2859
|
$drag-clue-border: null !default;
|
|
2142
2860
|
$drag-clue-gradient: null !default;
|
|
@@ -5687,6 +6405,27 @@ $utils-border-radius: (
|
|
|
5687
6405
|
}
|
|
5688
6406
|
}
|
|
5689
6407
|
|
|
6408
|
+
// Icon wrap
|
|
6409
|
+
.k-icon-wrap {
|
|
6410
|
+
flex: none;
|
|
6411
|
+
display: inline-flex;
|
|
6412
|
+
flex-flow: row nowrap;
|
|
6413
|
+
gap: 0;
|
|
6414
|
+
align-items: center;
|
|
6415
|
+
align-self: flex-start;
|
|
6416
|
+
vertical-align: middle;
|
|
6417
|
+
position: relative;
|
|
6418
|
+
|
|
6419
|
+
&::before {
|
|
6420
|
+
content: "\200b";
|
|
6421
|
+
width: 0;
|
|
6422
|
+
overflow: hidden;
|
|
6423
|
+
flex: none;
|
|
6424
|
+
display: inline-block;
|
|
6425
|
+
vertical-align: top;
|
|
6426
|
+
}
|
|
6427
|
+
}
|
|
6428
|
+
|
|
5690
6429
|
.k-icon {
|
|
5691
6430
|
width: 1em;
|
|
5692
6431
|
height: 1em;
|
|
@@ -6942,25 +7681,25 @@ $kendo-list-font-size-lg: $font-size-lg !default;
|
|
|
6942
7681
|
/// Line height of the list component, if no size is set.
|
|
6943
7682
|
/// @group list
|
|
6944
7683
|
$kendo-list-line-height: null !default;
|
|
6945
|
-
$kendo-list-line-height-sm: (20
|
|
6946
|
-
$kendo-list-line-height-md: (20
|
|
7684
|
+
$kendo-list-line-height-sm: k-math-div( 20, 14 ) !default;
|
|
7685
|
+
$kendo-list-line-height-md: k-math-div( 20, 14 ) !default;
|
|
6947
7686
|
$kendo-list-line-height-lg: 1.5 !default;
|
|
6948
7687
|
|
|
6949
7688
|
/// Horizontal padding of list header, if no size is set.
|
|
6950
7689
|
/// @group list
|
|
6951
7690
|
$kendo-list-header-padding-x: null !default;
|
|
6952
|
-
$kendo-list-header-padding-x-base: map-get( $spacing, 4 ) !default;
|
|
6953
|
-
$kendo-list-header-padding-x-sm: map-get( $spacing, 4 ) !default;
|
|
6954
|
-
$kendo-list-header-padding-x-md: map-get( $spacing, 4 ) !default;
|
|
6955
|
-
$kendo-list-header-padding-x-lg: map-get( $spacing, 4 ) !default;
|
|
7691
|
+
$kendo-list-header-padding-x-base: k-map-get( $spacing, 4 ) !default;
|
|
7692
|
+
$kendo-list-header-padding-x-sm: k-map-get( $spacing, 4 ) !default;
|
|
7693
|
+
$kendo-list-header-padding-x-md: k-map-get( $spacing, 4 ) !default;
|
|
7694
|
+
$kendo-list-header-padding-x-lg: k-map-get( $spacing, 4 ) !default;
|
|
6956
7695
|
|
|
6957
7696
|
/// Vertical padding of list header, if no size is set.
|
|
6958
7697
|
/// @group list
|
|
6959
7698
|
$kendo-list-header-padding-y: null !default;
|
|
6960
|
-
$kendo-list-header-padding-y-base: map-get( $spacing, 2 ) !default;
|
|
6961
|
-
$kendo-list-header-padding-y-sm: map-get( $spacing, 2 ) - map-get( $spacing, thin ) !default;
|
|
6962
|
-
$kendo-list-header-padding-y-md: map-get( $spacing, 2 ) !default;
|
|
6963
|
-
$kendo-list-header-padding-y-lg: map-get( $spacing, 2 ) !default;
|
|
7699
|
+
$kendo-list-header-padding-y-base: k-map-get( $spacing, 2 ) !default;
|
|
7700
|
+
$kendo-list-header-padding-y-sm: k-map-get( $spacing, 2 ) - k-map-get( $spacing, thin ) !default;
|
|
7701
|
+
$kendo-list-header-padding-y-md: k-map-get( $spacing, 2 ) !default;
|
|
7702
|
+
$kendo-list-header-padding-y-lg: k-map-get( $spacing, 2 ) !default;
|
|
6964
7703
|
|
|
6965
7704
|
/// Border width of list header.
|
|
6966
7705
|
/// @group list
|
|
@@ -6987,18 +7726,18 @@ $kendo-list-header-font-weight: null !default;
|
|
|
6987
7726
|
/// Horizontal padding of list items, when no size is set.
|
|
6988
7727
|
/// @group list
|
|
6989
7728
|
$kendo-list-item-padding-x: null !default;
|
|
6990
|
-
$kendo-list-item-padding-x-base: map-get( $spacing, 4 ) !default;
|
|
6991
|
-
$kendo-list-item-padding-x-sm: map-get( $spacing, 4 ) !default;
|
|
6992
|
-
$kendo-list-item-padding-x-md: map-get( $spacing, 4 ) !default;
|
|
6993
|
-
$kendo-list-item-padding-x-lg: map-get( $spacing, 4 ) !default;
|
|
7729
|
+
$kendo-list-item-padding-x-base: k-map-get( $spacing, 4 ) !default;
|
|
7730
|
+
$kendo-list-item-padding-x-sm: k-map-get( $spacing, 4 ) !default;
|
|
7731
|
+
$kendo-list-item-padding-x-md: k-map-get( $spacing, 4 ) !default;
|
|
7732
|
+
$kendo-list-item-padding-x-lg: k-map-get( $spacing, 4 ) !default;
|
|
6994
7733
|
|
|
6995
7734
|
/// Vertical padding of list items, when no size is set.
|
|
6996
7735
|
/// @group list
|
|
6997
7736
|
$kendo-list-item-padding-y: null !default;
|
|
6998
|
-
$kendo-list-item-padding-y-base: map-get( $spacing, 2 ) !default;
|
|
6999
|
-
$kendo-list-item-padding-y-sm: map-get( $spacing, 2 ) - map-get( $spacing, thin ) !default;
|
|
7000
|
-
$kendo-list-item-padding-y-md: map-get( $spacing, 2 ) !default;
|
|
7001
|
-
$kendo-list-item-padding-y-lg: map-get( $spacing, 2 ) !default;
|
|
7737
|
+
$kendo-list-item-padding-y-base: k-map-get( $spacing, 2 ) !default;
|
|
7738
|
+
$kendo-list-item-padding-y-sm: k-map-get( $spacing, 2 ) - k-map-get( $spacing, thin ) !default;
|
|
7739
|
+
$kendo-list-item-padding-y-md: k-map-get( $spacing, 2 ) !default;
|
|
7740
|
+
$kendo-list-item-padding-y-lg: k-map-get( $spacing, 2 ) !default;
|
|
7002
7741
|
|
|
7003
7742
|
/// Font size of list items, if no size is set.
|
|
7004
7743
|
/// @group list
|
|
@@ -7017,18 +7756,18 @@ $kendo-list-item-line-height-lg: null !default;
|
|
|
7017
7756
|
/// Horizontal padding of list group items, when no size is set.
|
|
7018
7757
|
/// @group list
|
|
7019
7758
|
$kendo-list-group-item-padding-x: null !default;
|
|
7020
|
-
$kendo-list-group-item-padding-x-base: map-get( $spacing, 4 ) !default;
|
|
7021
|
-
$kendo-list-group-item-padding-x-sm: map-get( $spacing, 4 ) !default;
|
|
7022
|
-
$kendo-list-group-item-padding-x-md: map-get( $spacing, 4 ) !default;
|
|
7023
|
-
$kendo-list-group-item-padding-x-lg: map-get( $spacing, 4 ) !default;
|
|
7759
|
+
$kendo-list-group-item-padding-x-base: k-map-get( $spacing, 4 ) !default;
|
|
7760
|
+
$kendo-list-group-item-padding-x-sm: k-map-get( $spacing, 4 ) !default;
|
|
7761
|
+
$kendo-list-group-item-padding-x-md: k-map-get( $spacing, 4 ) !default;
|
|
7762
|
+
$kendo-list-group-item-padding-x-lg: k-map-get( $spacing, 4 ) !default;
|
|
7024
7763
|
|
|
7025
7764
|
/// Vertical padding of list group items, when no size is set.
|
|
7026
7765
|
/// @group list
|
|
7027
7766
|
$kendo-list-group-item-padding-y: null !default;
|
|
7028
|
-
$kendo-list-group-item-padding-y-base: map-get( $spacing, 2 ) !default;
|
|
7029
|
-
$kendo-list-group-item-padding-y-sm: map-get( $spacing, 2 ) - map-get( $spacing, thin ) !default;
|
|
7030
|
-
$kendo-list-group-item-padding-y-md: map-get( $spacing, 2 ) !default;
|
|
7031
|
-
$kendo-list-group-item-padding-y-lg: map-get( $spacing, 2 ) + map-get( $spacing, thin ) !default;
|
|
7767
|
+
$kendo-list-group-item-padding-y-base: k-map-get( $spacing, 2 ) !default;
|
|
7768
|
+
$kendo-list-group-item-padding-y-sm: k-map-get( $spacing, 2 ) - k-map-get( $spacing, thin ) !default;
|
|
7769
|
+
$kendo-list-group-item-padding-y-md: k-map-get( $spacing, 2 ) !default;
|
|
7770
|
+
$kendo-list-group-item-padding-y-lg: k-map-get( $spacing, 2 ) + k-map-get( $spacing, thin ) !default;
|
|
7032
7771
|
|
|
7033
7772
|
/// Border width of list group items.
|
|
7034
7773
|
/// @group list
|
|
@@ -7193,19 +7932,19 @@ $kendo-checkbox-border-width: 2px !default;
|
|
|
7193
7932
|
// Checkbox sizes
|
|
7194
7933
|
$kendo-checkbox-sizes: (
|
|
7195
7934
|
sm: (
|
|
7196
|
-
size: map-get( $spacing, 3 ),
|
|
7197
|
-
glyph-size: ( map-get( $spacing, 3 ) - map-get( $spacing, thin ) ),
|
|
7198
|
-
ripple-size: map-get( $spacing, 3 ) * 3
|
|
7935
|
+
size: k-map-get( $spacing, 3 ),
|
|
7936
|
+
glyph-size: ( k-map-get( $spacing, 3 ) - k-map-get( $spacing, thin ) ),
|
|
7937
|
+
ripple-size: k-map-get( $spacing, 3 ) * 3
|
|
7199
7938
|
),
|
|
7200
7939
|
md: (
|
|
7201
|
-
size: map-get( $spacing, 4 ),
|
|
7202
|
-
glyph-size: ( map-get( $spacing, 4 ) - map-get( $spacing, thin ) ),
|
|
7203
|
-
ripple-size: map-get( $spacing, 4 ) * 3
|
|
7940
|
+
size: k-map-get( $spacing, 4 ),
|
|
7941
|
+
glyph-size: ( k-map-get( $spacing, 4 ) - k-map-get( $spacing, thin ) ),
|
|
7942
|
+
ripple-size: k-map-get( $spacing, 4 ) * 3
|
|
7204
7943
|
),
|
|
7205
7944
|
lg: (
|
|
7206
|
-
size: map-get( $spacing, 5 ),
|
|
7207
|
-
glyph-size: ( map-get( $spacing, 5 ) - map-get( $spacing, thin ) ),
|
|
7208
|
-
ripple-size: map-get( $spacing, 5 ) * 3
|
|
7945
|
+
size: k-map-get( $spacing, 5 ),
|
|
7946
|
+
glyph-size: ( k-map-get( $spacing, 5 ) - k-map-get( $spacing, thin ) ),
|
|
7947
|
+
ripple-size: k-map-get( $spacing, 5 ) * 3
|
|
7209
7948
|
)
|
|
7210
7949
|
) !default;
|
|
7211
7950
|
|
|
@@ -7234,7 +7973,7 @@ $kendo-checkbox-hover-border: null !default;
|
|
|
7234
7973
|
$kendo-checkbox-checked-bg: $primary !default;
|
|
7235
7974
|
/// Color of checked checkbox.
|
|
7236
7975
|
/// @group checkbox
|
|
7237
|
-
$kendo-checkbox-checked-text: contrast-
|
|
7976
|
+
$kendo-checkbox-checked-text: k-contrast-color( $kendo-checkbox-checked-bg ) !default;
|
|
7238
7977
|
/// Border color of checked checkbox.
|
|
7239
7978
|
/// @group checkbox
|
|
7240
7979
|
$kendo-checkbox-checked-border: $kendo-checkbox-checked-bg !default;
|
|
@@ -7270,7 +8009,7 @@ $kendo-checkbox-disabled-bg: null !default;
|
|
|
7270
8009
|
$kendo-checkbox-disabled-text: null !default;
|
|
7271
8010
|
/// Border color of disabled checkbox.
|
|
7272
8011
|
/// @group checkbox
|
|
7273
|
-
$kendo-checkbox-disabled-border: try-shade( $component-bg, 4 ) !default;
|
|
8012
|
+
$kendo-checkbox-disabled-border: k-try-shade( $component-bg, 4 ) !default;
|
|
7274
8013
|
|
|
7275
8014
|
|
|
7276
8015
|
/// Background color of disabled and checked checkbox.
|
|
@@ -7278,7 +8017,7 @@ $kendo-checkbox-disabled-border: try-shade( $component-bg, 4 ) !default;
|
|
|
7278
8017
|
$kendo-checkbox-disabled-checked-bg: $kendo-checkbox-disabled-border !default;
|
|
7279
8018
|
/// Color of disabled and checked checkbox.
|
|
7280
8019
|
/// @group checkbox
|
|
7281
|
-
$kendo-checkbox-disabled-checked-text: contrast-
|
|
8020
|
+
$kendo-checkbox-disabled-checked-text: k-contrast-color( $kendo-checkbox-disabled-checked-bg ) !default;
|
|
7282
8021
|
/// Border color of disabled and checked checkbox.
|
|
7283
8022
|
/// @group checkbox
|
|
7284
8023
|
$kendo-checkbox-disabled-checked-border: $kendo-checkbox-disabled-checked-bg !default;
|
|
@@ -7323,14 +8062,14 @@ $kendo-checkbox-indeterminate-image: escape-svg( url("data:image/svg+xml,<svg xm
|
|
|
7323
8062
|
|
|
7324
8063
|
/// The horizontal margin of the checkbox inside a label.
|
|
7325
8064
|
/// @group checkbox
|
|
7326
|
-
$kendo-checkbox-label-margin-x: map-get( $spacing, 1 ) !default;
|
|
8065
|
+
$kendo-checkbox-label-margin-x: k-map-get( $spacing, 1 ) !default;
|
|
7327
8066
|
|
|
7328
8067
|
|
|
7329
8068
|
// Checkbox list
|
|
7330
8069
|
|
|
7331
8070
|
/// Spacing between items of horizontal checkbox list.
|
|
7332
8071
|
/// @group checkbox
|
|
7333
|
-
$kendo-checkbox-list-spacing: map-get( $spacing, 4 ) !default;
|
|
8072
|
+
$kendo-checkbox-list-spacing: k-map-get( $spacing, 4 ) !default;
|
|
7334
8073
|
/// Horizontal padding of checkbox list items.
|
|
7335
8074
|
/// @group checkbox
|
|
7336
8075
|
$kendo-checkbox-list-item-padding-x: 0px !default;
|
|
@@ -7702,6 +8441,17 @@ $kendo-checkbox-ripple-opacity: .2 !default;
|
|
|
7702
8441
|
// #region @import "~@progress/kendo-theme-default/scss/list/_layout.scss"; -> packages/material/node_modules/@progress/kendo-theme-default/scss/list/_layout.scss
|
|
7703
8442
|
@include exports( "list/layout" ) {
|
|
7704
8443
|
|
|
8444
|
+
// List container
|
|
8445
|
+
.k-list-container {
|
|
8446
|
+
display: flex;
|
|
8447
|
+
flex-flow: column nowrap;
|
|
8448
|
+
|
|
8449
|
+
> .k-list {
|
|
8450
|
+
flex: 1;
|
|
8451
|
+
height: 100%;
|
|
8452
|
+
}
|
|
8453
|
+
}
|
|
8454
|
+
|
|
7705
8455
|
// List
|
|
7706
8456
|
.k-list {
|
|
7707
8457
|
margin: 0;
|
|
@@ -7882,7 +8632,7 @@ $kendo-checkbox-ripple-opacity: .2 !default;
|
|
|
7882
8632
|
position: relative;
|
|
7883
8633
|
padding: $padding-x;
|
|
7884
8634
|
box-sizing: border-box;
|
|
7885
|
-
flex:
|
|
8635
|
+
flex: none;
|
|
7886
8636
|
}
|
|
7887
8637
|
|
|
7888
8638
|
|
|
@@ -8074,14 +8824,14 @@ $listgroup-border-width: 1px !default;
|
|
|
8074
8824
|
$listgroup-border-radius: $kendo-border-radius-md !default;
|
|
8075
8825
|
|
|
8076
8826
|
$listgroup-font-size: $font-size !default;
|
|
8077
|
-
$listgroup-line-height: (20
|
|
8827
|
+
$listgroup-line-height: k-math-div( 20, 14 ) !default;
|
|
8078
8828
|
|
|
8079
8829
|
$listgroup-bg: $component-bg !default;
|
|
8080
8830
|
$listgroup-text: $component-text !default;
|
|
8081
8831
|
$listgroup-border: $component-border !default;
|
|
8082
8832
|
|
|
8083
|
-
$listgroup-item-padding-x: map-get( $spacing, 2 ) !default;
|
|
8084
|
-
$listgroup-item-padding-y: map-get( $spacing, 2 ) !default;
|
|
8833
|
+
$listgroup-item-padding-x: k-map-get( $spacing, 2 ) !default;
|
|
8834
|
+
$listgroup-item-padding-y: k-map-get( $spacing, 2 ) !default;
|
|
8085
8835
|
$listgroup-item-border-width: 1px !default;
|
|
8086
8836
|
|
|
8087
8837
|
// #endregion
|
|
@@ -8393,8 +9143,8 @@ $popup-border-radius: null !default;
|
|
|
8393
9143
|
$popup-font-size: $font-size !default;
|
|
8394
9144
|
$popup-line-height: $line-height !default;
|
|
8395
9145
|
|
|
8396
|
-
$popup-content-padding-x: map-get( $spacing, 2 ) !default;
|
|
8397
|
-
$popup-content-padding-y: map-get( $spacing, 2 ) !default;
|
|
9146
|
+
$popup-content-padding-x: k-map-get( $spacing, 2 ) !default;
|
|
9147
|
+
$popup-content-padding-y: k-map-get( $spacing, 2 ) !default;
|
|
8398
9148
|
|
|
8399
9149
|
$popup-bg: $component-bg !default;
|
|
8400
9150
|
$popup-text: $component-text !default;
|
|
@@ -8631,17 +9381,17 @@ $kendo-badge-border-radius: $kendo-border-radius-md !default;
|
|
|
8631
9381
|
|
|
8632
9382
|
/// Horizontal padding of the badge.
|
|
8633
9383
|
/// @group badge
|
|
8634
|
-
$kendo-badge-padding-x: map-get( $spacing, 1 ) !default;
|
|
8635
|
-
$kendo-badge-padding-x-sm: map-get( $spacing, 1 ) - map-get( $spacing, thin ) !default;
|
|
8636
|
-
$kendo-badge-padding-x-md: map-get( $spacing, 1 ) !default;
|
|
8637
|
-
$kendo-badge-padding-x-lg: map-get( $spacing, 1 ) + map-get( $spacing, thin ) !default;
|
|
9384
|
+
$kendo-badge-padding-x: k-map-get( $spacing, 1 ) !default;
|
|
9385
|
+
$kendo-badge-padding-x-sm: k-map-get( $spacing, 1 ) - k-map-get( $spacing, thin ) !default;
|
|
9386
|
+
$kendo-badge-padding-x-md: k-map-get( $spacing, 1 ) !default;
|
|
9387
|
+
$kendo-badge-padding-x-lg: k-map-get( $spacing, 1 ) + k-map-get( $spacing, thin ) !default;
|
|
8638
9388
|
|
|
8639
9389
|
/// Vertical padding of the badge.
|
|
8640
9390
|
/// @group badge
|
|
8641
|
-
$kendo-badge-padding-y: map-get( $spacing, 1 ) !default;
|
|
8642
|
-
$kendo-badge-padding-y-sm: map-get( $spacing, 1 ) - map-get( $spacing, thin ) !default;
|
|
8643
|
-
$kendo-badge-padding-y-md: map-get( $spacing, 1 ) !default;
|
|
8644
|
-
$kendo-badge-padding-y-lg: map-get( $spacing, 1 ) + map-get( $spacing, thin ) !default;
|
|
9391
|
+
$kendo-badge-padding-y: k-map-get( $spacing, 1 ) !default;
|
|
9392
|
+
$kendo-badge-padding-y-sm: k-map-get( $spacing, 1 ) - k-map-get( $spacing, thin ) !default;
|
|
9393
|
+
$kendo-badge-padding-y-md: k-map-get( $spacing, 1 ) !default;
|
|
9394
|
+
$kendo-badge-padding-y-lg: k-map-get( $spacing, 1 ) + k-map-get( $spacing, thin ) !default;
|
|
8645
9395
|
|
|
8646
9396
|
/// Font sizes of the badge.
|
|
8647
9397
|
/// @group badge
|
|
@@ -8894,10 +9644,10 @@ $kendo-button-border-radius: null !default;
|
|
|
8894
9644
|
|
|
8895
9645
|
/// Horizontal padding of the button.
|
|
8896
9646
|
/// @group button
|
|
8897
|
-
$kendo-button-padding-x: map-get( $spacing, 4 ) !default;
|
|
9647
|
+
$kendo-button-padding-x: k-map-get( $spacing, 4 ) !default;
|
|
8898
9648
|
/// Vertical padding of the button.
|
|
8899
9649
|
/// @group button
|
|
8900
|
-
$kendo-button-padding-y: map-get( $spacing, 2 ) !default;
|
|
9650
|
+
$kendo-button-padding-y: k-map-get( $spacing, 2 ) !default;
|
|
8901
9651
|
/// Font family of the button.
|
|
8902
9652
|
/// @group button
|
|
8903
9653
|
$kendo-button-font-family: $font-family !default;
|
|
@@ -8908,18 +9658,18 @@ $kendo-button-font-size: $font-size-md !default;
|
|
|
8908
9658
|
/// @group button
|
|
8909
9659
|
$kendo-button-line-height: ( 20 / 14 ) !default;
|
|
8910
9660
|
|
|
8911
|
-
$kendo-button-padding-x-sm: map-get( $spacing, 4 ) !default;
|
|
8912
|
-
$kendo-button-padding-y-sm: map-get( $spacing, 2 ) - map-get( $spacing, thin ) !default;
|
|
9661
|
+
$kendo-button-padding-x-sm: k-map-get( $spacing, 4 ) !default;
|
|
9662
|
+
$kendo-button-padding-y-sm: k-map-get( $spacing, 2 ) - k-map-get( $spacing, thin ) !default;
|
|
8913
9663
|
$kendo-button-font-size-sm: $font-size-md !default;
|
|
8914
9664
|
$kendo-button-line-height-sm: ( 20 / 14 ) !default;
|
|
8915
9665
|
|
|
8916
|
-
$kendo-button-padding-x-md: map-get( $spacing, 4 ) !default;
|
|
8917
|
-
$kendo-button-padding-y-md: map-get( $spacing, 2 ) !default;
|
|
9666
|
+
$kendo-button-padding-x-md: k-map-get( $spacing, 4 ) !default;
|
|
9667
|
+
$kendo-button-padding-y-md: k-map-get( $spacing, 2 ) !default;
|
|
8918
9668
|
$kendo-button-font-size-md: $font-size-md !default;
|
|
8919
9669
|
$kendo-button-line-height-md: ( 20 / 14 ) !default;
|
|
8920
9670
|
|
|
8921
|
-
$kendo-button-padding-x-lg: map-get( $spacing, 4 ) !default;
|
|
8922
|
-
$kendo-button-padding-y-lg: map-get( $spacing, 2 ) + map-get( $spacing, thin ) !default;
|
|
9671
|
+
$kendo-button-padding-x-lg: k-map-get( $spacing, 4 ) !default;
|
|
9672
|
+
$kendo-button-padding-y-lg: k-map-get( $spacing, 2 ) + k-map-get( $spacing, thin ) !default;
|
|
8923
9673
|
$kendo-button-font-size-lg: $font-size-md !default;
|
|
8924
9674
|
$kendo-button-line-height-lg: ( 20 / 14 ) !default;
|
|
8925
9675
|
|
|
@@ -8954,7 +9704,7 @@ $kendo-button-sizes: (
|
|
|
8954
9704
|
|
|
8955
9705
|
/// Theme colors map for the button.
|
|
8956
9706
|
/// @group button
|
|
8957
|
-
$kendo-button-theme-colors: map-merge(
|
|
9707
|
+
$kendo-button-theme-colors: k-map-merge(
|
|
8958
9708
|
$kendo-theme-colors,
|
|
8959
9709
|
( "base": $base-bg )
|
|
8960
9710
|
) !default;
|
|
@@ -9041,7 +9791,7 @@ $kendo-button-focus-shadow: null !default;
|
|
|
9041
9791
|
|
|
9042
9792
|
/// The base background color of disabled button.
|
|
9043
9793
|
/// @group button
|
|
9044
|
-
$kendo-button-disabled-bg: try-shade( $body-bg, 12% ) !default;
|
|
9794
|
+
$kendo-button-disabled-bg: k-try-shade( $body-bg, 12% ) !default;
|
|
9045
9795
|
/// The base text color of disabled button.
|
|
9046
9796
|
/// @group button
|
|
9047
9797
|
$kendo-button-disabled-text: $disabled-text !default;
|
|
@@ -9057,7 +9807,7 @@ $kendo-button-disabled-shadow: none !default;
|
|
|
9057
9807
|
|
|
9058
9808
|
// Solid button
|
|
9059
9809
|
$kendo-solid-button-gradient: null !default;
|
|
9060
|
-
$kendo-solid-button-shade-function: "try-shade" !default;
|
|
9810
|
+
$kendo-solid-button-shade-function: "k-try-shade" !default;
|
|
9061
9811
|
$kendo-solid-button-shade-text-amount: null !default;
|
|
9062
9812
|
$kendo-solid-button-shade-bg-amount: 0 !default;
|
|
9063
9813
|
$kendo-solid-button-shade-border-amount: 0 !default;
|
|
@@ -9806,7 +10556,7 @@ $kendo-button-transition: box-shadow 280ms cubic-bezier( .4, 0, .2, 1 ) !default
|
|
|
9806
10556
|
@each $name, $color in $kendo-button-theme-colors {
|
|
9807
10557
|
.k-button-solid-#{$name} {
|
|
9808
10558
|
@include box-shadow( $kendo-button-shadow );
|
|
9809
|
-
color: if( $name == "base", $kendo-button-text, contrast-
|
|
10559
|
+
color: if( $name == "base", $kendo-button-text, k-contrast-color( $color ) );
|
|
9810
10560
|
background-color: if( $name == "base", $kendo-button-bg, $color );
|
|
9811
10561
|
border-color: if( $name == "base", $kendo-button-bg, $color );
|
|
9812
10562
|
|
|
@@ -9932,10 +10682,10 @@ $kendo-input-border-radius: null !default;
|
|
|
9932
10682
|
|
|
9933
10683
|
/// Horizontal padding of input components.
|
|
9934
10684
|
/// @group input
|
|
9935
|
-
$kendo-input-padding-x: map-get( $spacing, 4 ) !default;
|
|
10685
|
+
$kendo-input-padding-x: k-map-get( $spacing, 4 ) !default;
|
|
9936
10686
|
/// Vertical padding of input components.
|
|
9937
10687
|
/// @group input
|
|
9938
|
-
$kendo-input-padding-y: map-get( $spacing, 2 ) !default;
|
|
10688
|
+
$kendo-input-padding-y: k-map-get( $spacing, 2 ) !default;
|
|
9939
10689
|
///Font family of input components.
|
|
9940
10690
|
/// @group input
|
|
9941
10691
|
$kendo-input-font-family: $font-family !default;
|
|
@@ -9946,18 +10696,18 @@ $kendo-input-font-size: $font-size-lg !default;
|
|
|
9946
10696
|
/// @group input
|
|
9947
10697
|
$kendo-input-line-height: 1.25 !default;
|
|
9948
10698
|
|
|
9949
|
-
$kendo-input-padding-x-sm: map-get( $spacing, 4 ) !default;
|
|
9950
|
-
$kendo-input-padding-y-sm: map-get( $spacing, 2 ) - map-get( $spacing, thin ) !default;
|
|
10699
|
+
$kendo-input-padding-x-sm: k-map-get( $spacing, 4 ) !default;
|
|
10700
|
+
$kendo-input-padding-y-sm: k-map-get( $spacing, 2 ) - k-map-get( $spacing, thin ) !default;
|
|
9951
10701
|
$kendo-input-font-size-sm: $font-size-lg !default;
|
|
9952
10702
|
$kendo-input-line-height-sm: 1.25 !default;
|
|
9953
10703
|
|
|
9954
|
-
$kendo-input-padding-x-md: map-get( $spacing, 4 ) !default;
|
|
9955
|
-
$kendo-input-padding-y-md: map-get( $spacing, 2 ) !default;
|
|
10704
|
+
$kendo-input-padding-x-md: k-map-get( $spacing, 4 ) !default;
|
|
10705
|
+
$kendo-input-padding-y-md: k-map-get( $spacing, 2 ) !default;
|
|
9956
10706
|
$kendo-input-font-size-md: $font-size-lg !default;
|
|
9957
10707
|
$kendo-input-line-height-md: 1.25 !default;
|
|
9958
10708
|
|
|
9959
|
-
$kendo-input-padding-x-lg: map-get( $spacing, 4 ) !default;
|
|
9960
|
-
$kendo-input-padding-y-lg: map-get( $spacing, 2 ) !default;
|
|
10709
|
+
$kendo-input-padding-x-lg: k-map-get( $spacing, 4 ) !default;
|
|
10710
|
+
$kendo-input-padding-y-lg: k-map-get( $spacing, 2 ) !default;
|
|
9961
10711
|
$kendo-input-font-size-lg: $font-size-lg !default;
|
|
9962
10712
|
$kendo-input-line-height-lg: 1.5 !default;
|
|
9963
10713
|
|
|
@@ -9968,8 +10718,8 @@ $kendo-input-sizes: (
|
|
|
9968
10718
|
font-size: $kendo-input-font-size-sm,
|
|
9969
10719
|
line-height: $kendo-input-line-height-sm,
|
|
9970
10720
|
icon-size: calc( #{$icon-size} + #{$kendo-input-padding-y-sm * 2} ),
|
|
9971
|
-
button-padding-x: map-get( $spacing, 1 ),
|
|
9972
|
-
button-padding-y: map-get( $spacing, 1 )
|
|
10721
|
+
button-padding-x: k-map-get( $spacing, 1 ),
|
|
10722
|
+
button-padding-y: k-map-get( $spacing, 1 )
|
|
9973
10723
|
),
|
|
9974
10724
|
md: (
|
|
9975
10725
|
padding-x: $kendo-input-padding-x-md,
|
|
@@ -9977,8 +10727,8 @@ $kendo-input-sizes: (
|
|
|
9977
10727
|
font-size: $kendo-input-font-size-md,
|
|
9978
10728
|
line-height: $kendo-input-line-height-md,
|
|
9979
10729
|
icon-size: calc( #{$icon-size} + #{$kendo-input-padding-y-md * 2} ),
|
|
9980
|
-
button-padding-x: map-get( $spacing, 1 ),
|
|
9981
|
-
button-padding-y: map-get( $spacing, 1 )
|
|
10730
|
+
button-padding-x: k-map-get( $spacing, 1 ),
|
|
10731
|
+
button-padding-y: k-map-get( $spacing, 1 )
|
|
9982
10732
|
),
|
|
9983
10733
|
lg: (
|
|
9984
10734
|
padding-x: $kendo-input-padding-x-lg,
|
|
@@ -9986,12 +10736,12 @@ $kendo-input-sizes: (
|
|
|
9986
10736
|
font-size: $kendo-input-font-size-lg,
|
|
9987
10737
|
line-height: $kendo-input-line-height-lg,
|
|
9988
10738
|
icon-size: calc( #{$icon-size} + #{$kendo-input-padding-y-lg * 2} ),
|
|
9989
|
-
button-padding-x: map-get( $spacing, 1 ),
|
|
9990
|
-
button-padding-y: map-get( $spacing, 1 )
|
|
10739
|
+
button-padding-x: k-map-get( $spacing, 1 ),
|
|
10740
|
+
button-padding-y: k-map-get( $spacing, 1 )
|
|
9991
10741
|
)
|
|
9992
10742
|
) !default;
|
|
9993
10743
|
|
|
9994
|
-
$kendo-input-bg: try-shade( $component-bg, .5 ) !default;
|
|
10744
|
+
$kendo-input-bg: k-try-shade( $component-bg, .5 ) !default;
|
|
9995
10745
|
$kendo-input-text: $component-text !default;
|
|
9996
10746
|
$kendo-input-border: rgba( $component-border, .38 ) !default;
|
|
9997
10747
|
$kendo-input-shadow: null !default;
|
|
@@ -10006,7 +10756,7 @@ $kendo-input-focus-text: null !default;
|
|
|
10006
10756
|
$kendo-input-focus-border: $primary !default;
|
|
10007
10757
|
$kendo-input-focus-shadow: null !default;
|
|
10008
10758
|
|
|
10009
|
-
$kendo-input-disabled-bg: try-shade( $component-bg, .25 ) !default;
|
|
10759
|
+
$kendo-input-disabled-bg: k-try-shade( $component-bg, .25 ) !default;
|
|
10010
10760
|
$kendo-input-disabled-text: $disabled-text !default;
|
|
10011
10761
|
$kendo-input-disabled-border: rgba( $component-border, (alpha( $component-border ) / 2) ) !default;
|
|
10012
10762
|
$kendo-input-disabled-gradient: null !default;
|
|
@@ -10107,7 +10857,7 @@ $kendo-input-clear-value-opacity: .5 !default;
|
|
|
10107
10857
|
$kendo-input-clear-value-hover-text: null !default;
|
|
10108
10858
|
$kendo-input-clear-value-hover-opacity: 1 !default;
|
|
10109
10859
|
|
|
10110
|
-
$kendo-input-values-margin-y: map-get( $spacing, thin ) !default;
|
|
10860
|
+
$kendo-input-values-margin-y: k-map-get( $spacing, thin ) !default;
|
|
10111
10861
|
$kendo-input-values-margin-x: $kendo-input-values-margin-y !default;
|
|
10112
10862
|
|
|
10113
10863
|
|
|
@@ -11448,17 +12198,17 @@ $floating-label-focus-text: $primary !default;
|
|
|
11448
12198
|
|
|
11449
12199
|
/// The horizontal padding of the container.
|
|
11450
12200
|
/// @group toolbar
|
|
11451
|
-
$toolbar-padding-x: map-get( $spacing, 2 ) !default;
|
|
12201
|
+
$toolbar-padding-x: k-map-get( $spacing, 2 ) !default;
|
|
11452
12202
|
/// The vertical padding of the container.
|
|
11453
12203
|
/// @group toolbar
|
|
11454
|
-
$toolbar-padding-y: map-get( $spacing, 2 ) !default;
|
|
12204
|
+
$toolbar-padding-y: k-map-get( $spacing, 2 ) !default;
|
|
11455
12205
|
$toolbar-border-width: 0 !default;
|
|
11456
12206
|
$toolbar-border-radius: null !default;
|
|
11457
12207
|
$toolbar-spacing: $toolbar-padding-x !default;
|
|
11458
12208
|
|
|
11459
12209
|
$toolbar-font-family: $font-family !default;
|
|
11460
12210
|
$toolbar-font-size: $font-size !default;
|
|
11461
|
-
$toolbar-line-height: (20
|
|
12211
|
+
$toolbar-line-height: k-math-div( 20, 14 ) !default;
|
|
11462
12212
|
|
|
11463
12213
|
$toolbar-inner-calc-size: calc( #{$kendo-button-calc-size} + #{$toolbar-padding-y * 2} ) !default;
|
|
11464
12214
|
|
|
@@ -11472,6 +12222,8 @@ $toolbar-separator-border: $component-border !default;
|
|
|
11472
12222
|
|
|
11473
12223
|
$toolbar-input-width: 10em !default;
|
|
11474
12224
|
|
|
12225
|
+
$toolbar-item-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px rgba(0, 0, 0, .14), 0 1px 10px rgba(0, 0, 0, .12) !default;
|
|
12226
|
+
|
|
11475
12227
|
// #endregion
|
|
11476
12228
|
// #region @import "../menu/_variables.scss"; -> packages/material/scss/menu/_variables.scss
|
|
11477
12229
|
// Menu
|
|
@@ -11509,7 +12261,7 @@ $menu-item-expanded-gradient: null !default;
|
|
|
11509
12261
|
|
|
11510
12262
|
$menu-item-focus-shadow: null !default;
|
|
11511
12263
|
|
|
11512
|
-
$menu-separator-spacing: map-get( $spacing, 1 ) !default;
|
|
12264
|
+
$menu-separator-spacing: k-map-get( $spacing, 1 ) !default;
|
|
11513
12265
|
|
|
11514
12266
|
$menu-scroll-button-bg: $component-bg !default;
|
|
11515
12267
|
$menu-scroll-button-text: $subtle-text !default;
|
|
@@ -11568,17 +12320,17 @@ $kendo-menu-popup-gradient: null !default;
|
|
|
11568
12320
|
|
|
11569
12321
|
/// Horizontal padding of the menu item in popup.
|
|
11570
12322
|
/// @group menu
|
|
11571
|
-
$kendo-menu-popup-item-padding-x: map-get( $spacing, 4 ) !default;
|
|
11572
|
-
$kendo-menu-popup-item-padding-x-sm: map-get( $spacing, 4 ) !default;
|
|
11573
|
-
$kendo-menu-popup-item-padding-x-md: map-get( $spacing, 4 ) !default;
|
|
11574
|
-
$kendo-menu-popup-item-padding-x-lg: map-get( $spacing, 4 ) !default;
|
|
12323
|
+
$kendo-menu-popup-item-padding-x: k-map-get( $spacing, 4 ) !default;
|
|
12324
|
+
$kendo-menu-popup-item-padding-x-sm: k-map-get( $spacing, 4 ) !default;
|
|
12325
|
+
$kendo-menu-popup-item-padding-x-md: k-map-get( $spacing, 4 ) !default;
|
|
12326
|
+
$kendo-menu-popup-item-padding-x-lg: k-map-get( $spacing, 4 ) !default;
|
|
11575
12327
|
|
|
11576
12328
|
/// Vertical padding of the menu item in popup.
|
|
11577
12329
|
/// @group menu
|
|
11578
|
-
$kendo-menu-popup-item-padding-y: map-get( $spacing, 2 ) !default;
|
|
11579
|
-
$kendo-menu-popup-item-padding-y-sm: map-get( $spacing, 2 ) - map-get( $spacing, thin ) !default;
|
|
11580
|
-
$kendo-menu-popup-item-padding-y-md: map-get( $spacing, 2 ) !default;
|
|
11581
|
-
$kendo-menu-popup-item-padding-y-lg: map-get( $spacing, 2 ) + map-get( $spacing, thin ) !default;
|
|
12330
|
+
$kendo-menu-popup-item-padding-y: k-map-get( $spacing, 2 ) !default;
|
|
12331
|
+
$kendo-menu-popup-item-padding-y-sm: k-map-get( $spacing, 2 ) - k-map-get( $spacing, thin ) !default;
|
|
12332
|
+
$kendo-menu-popup-item-padding-y-md: k-map-get( $spacing, 2 ) !default;
|
|
12333
|
+
$kendo-menu-popup-item-padding-y-lg: k-map-get( $spacing, 2 ) + k-map-get( $spacing, thin ) !default;
|
|
11582
12334
|
|
|
11583
12335
|
/// The end padding of the menu item in popup.
|
|
11584
12336
|
/// @group menu
|
|
@@ -11728,7 +12480,7 @@ $grid-alt-border: null !default;
|
|
|
11728
12480
|
|
|
11729
12481
|
/// Background color of hovered rows in grid
|
|
11730
12482
|
/// @group grid
|
|
11731
|
-
$grid-hovered-bg: rgba( contrast-
|
|
12483
|
+
$grid-hovered-bg: rgba( k-contrast-color( $grid-bg ), .07 ) !default;
|
|
11732
12484
|
/// Text color of hovered rows in grid
|
|
11733
12485
|
/// @group grid
|
|
11734
12486
|
$grid-hovered-text: null !default;
|
|
@@ -11738,7 +12490,7 @@ $grid-hovered-border: $grid-border !default;
|
|
|
11738
12490
|
|
|
11739
12491
|
/// Background color of selected rows in grid
|
|
11740
12492
|
/// @group grid
|
|
11741
|
-
$grid-selected-bg: rgba( contrast-
|
|
12493
|
+
$grid-selected-bg: rgba( k-contrast-color( $grid-bg ), .04 ) !default;
|
|
11742
12494
|
/// Text color of selected rows in grid
|
|
11743
12495
|
/// @group grid
|
|
11744
12496
|
$grid-selected-text: null !default;
|
|
@@ -11749,11 +12501,11 @@ $grid-selected-border: $grid-border !default;
|
|
|
11749
12501
|
$grid-grouping-row-bg: transparent !default;
|
|
11750
12502
|
$grid-grouping-row-text: $grid-text !default;
|
|
11751
12503
|
|
|
11752
|
-
$grid-sorted-bg: rgba( contrast-
|
|
12504
|
+
$grid-sorted-bg: rgba( k-contrast-color( $grid-bg ), .04 ) !default;
|
|
11753
12505
|
$grid-sorting-indicator-text: $grid-header-text !default;
|
|
11754
12506
|
$grid-sorting-index-font-size: $font-size-sm !default;
|
|
11755
12507
|
$grid-sorting-index-height: $icon-size !default;
|
|
11756
|
-
$grid-sorting-index-spacing-y: $icon-spacing
|
|
12508
|
+
$grid-sorting-index-spacing-y: k-math-div( $icon-spacing, 2 ) !default;
|
|
11757
12509
|
$grid-sorting-index-spacing-x: -$grid-sorting-index-spacing-y !default;
|
|
11758
12510
|
|
|
11759
12511
|
|
|
@@ -11762,11 +12514,11 @@ $grid-focused-shadow: $kendo-list-item-focus-shadow !default;
|
|
|
11762
12514
|
$grid-edit-cell-padding-x: $grid-cell-padding-x !default;
|
|
11763
12515
|
$grid-edit-cell-padding-y: 6px !default;
|
|
11764
12516
|
|
|
11765
|
-
$grid-command-cell-button-spacing: map-get( $spacing, 2 ) !default;
|
|
12517
|
+
$grid-command-cell-button-spacing: k-map-get( $spacing, 2 ) !default;
|
|
11766
12518
|
|
|
11767
12519
|
$grid-sticky-bg: $grid-bg !default;
|
|
11768
12520
|
$grid-sticky-text: $grid-text !default;
|
|
11769
|
-
$grid-sticky-border: rgba( contrast-
|
|
12521
|
+
$grid-sticky-border: rgba( k-contrast-color( $grid-bg ), .5 ) !default;
|
|
11770
12522
|
|
|
11771
12523
|
$grid-sticky-alt-bg: $grid-sticky-bg !default;
|
|
11772
12524
|
|
|
@@ -11777,18 +12529,18 @@ $grid-sticky-header-border: $grid-sticky-border !default;
|
|
|
11777
12529
|
$grid-sticky-footer-bg: $grid-sticky-header-bg !default;
|
|
11778
12530
|
$grid-sticky-footer-hovered-bg: $grid-sticky-footer-bg !default;
|
|
11779
12531
|
|
|
11780
|
-
$grid-sticky-selected-bg: try-shade($grid-bg, 4%) !default;
|
|
12532
|
+
$grid-sticky-selected-bg: k-try-shade($grid-bg, 4%) !default;
|
|
11781
12533
|
$grid-sticky-selected-alt-bg: $grid-sticky-selected-bg !default;
|
|
11782
12534
|
|
|
11783
|
-
$grid-sticky-hovered-bg: try-shade($grid-bg, 7%) !default;
|
|
11784
|
-
$grid-sticky-selected-hovered-bg: try-shade($grid-sticky-selected-bg, .87) !default;
|
|
12535
|
+
$grid-sticky-hovered-bg: k-try-shade($grid-bg, 7%) !default;
|
|
12536
|
+
$grid-sticky-selected-hovered-bg: k-try-shade($grid-sticky-selected-bg, .87) !default;
|
|
11785
12537
|
|
|
11786
12538
|
$grid-column-menu-width: 250px !default;
|
|
11787
12539
|
|
|
11788
12540
|
$grid-filter-menu-check-all-border-bottom-width: 0 !default;
|
|
11789
12541
|
|
|
11790
|
-
$grid-filter-menu-item-spacing-x: map-get( $spacing, 4 ) !default;
|
|
11791
|
-
$grid-filter-menu-item-spacing-y: map-get( $spacing, 2 ) !default;
|
|
12542
|
+
$grid-filter-menu-item-spacing-x: k-map-get( $spacing, 4 ) !default;
|
|
12543
|
+
$grid-filter-menu-item-spacing-y: k-map-get( $spacing, 2 ) !default;
|
|
11792
12544
|
|
|
11793
12545
|
$grid-column-menu-popup-padding-x: null !default;
|
|
11794
12546
|
$grid-column-menu-popup-padding-y: null !default;
|
|
@@ -11800,7 +12552,7 @@ $grid-column-menu-list-item-padding-x: $kendo-list-item-padding-x-md !default;
|
|
|
11800
12552
|
$grid-column-menu-list-item-padding-y: $kendo-list-item-padding-y-md !default;
|
|
11801
12553
|
|
|
11802
12554
|
$grid-column-menu-items-wrap-padding-x: 0 !default;
|
|
11803
|
-
$grid-column-menu-items-wrap-padding-y: map-get( $spacing, 2 ) !default;
|
|
12555
|
+
$grid-column-menu-items-wrap-padding-y: k-map-get( $spacing, 2 ) !default;
|
|
11804
12556
|
|
|
11805
12557
|
$grid-column-menu-filter-container-padding-x: $padding-x !default;
|
|
11806
12558
|
$grid-column-menu-filter-container-padding-y: $padding-y !default;
|
|
@@ -11858,20 +12610,20 @@ $kendo-table-sizes: (
|
|
|
11858
12610
|
sm: (
|
|
11859
12611
|
font-size: $font-size-md,
|
|
11860
12612
|
line-height: ( 20 / 14 ),
|
|
11861
|
-
cell-padding-x: map-get( $spacing, 4 ),
|
|
11862
|
-
cell-padding-y: map-get( $spacing, 2 ) + map-get( $spacing, thin )
|
|
12613
|
+
cell-padding-x: k-map-get( $spacing, 4 ),
|
|
12614
|
+
cell-padding-y: k-map-get( $spacing, 2 ) + k-map-get( $spacing, thin )
|
|
11863
12615
|
),
|
|
11864
12616
|
md: (
|
|
11865
12617
|
font-size: $font-size-md,
|
|
11866
12618
|
line-height: ( 20 / 14 ),
|
|
11867
|
-
cell-padding-x: map-get( $spacing, 4 ),
|
|
11868
|
-
cell-padding-y: map-get( $spacing, 2 )
|
|
12619
|
+
cell-padding-x: k-map-get( $spacing, 4 ),
|
|
12620
|
+
cell-padding-y: k-map-get( $spacing, 2 )
|
|
11869
12621
|
),
|
|
11870
12622
|
lg: (
|
|
11871
12623
|
font-size: $font-size-md,
|
|
11872
12624
|
line-height: ( 20 / 14 ),
|
|
11873
|
-
cell-padding-x: map-get( $spacing, 4 ),
|
|
11874
|
-
cell-padding-y: map-get( $spacing, 2 ) + map-get( $spacing, thin )
|
|
12625
|
+
cell-padding-x: k-map-get( $spacing, 4 ),
|
|
12626
|
+
cell-padding-y: k-map-get( $spacing, 2 ) + k-map-get( $spacing, thin )
|
|
11875
12627
|
)
|
|
11876
12628
|
) !default;
|
|
11877
12629
|
|
|
@@ -12441,9 +13193,9 @@ $kendo-avatar-line-height: $line-height !default;
|
|
|
12441
13193
|
/// The sizes of the avatar.
|
|
12442
13194
|
/// @group avatar
|
|
12443
13195
|
$kendo-avatar-sizes: (
|
|
12444
|
-
sm: map-get( $spacing, 4 ),
|
|
12445
|
-
md: map-get( $spacing, 8 ),
|
|
12446
|
-
lg: map-get( $spacing, 16 )
|
|
13196
|
+
sm: k-map-get( $spacing, 4 ),
|
|
13197
|
+
md: k-map-get( $spacing, 8 ),
|
|
13198
|
+
lg: k-map-get( $spacing, 16 )
|
|
12447
13199
|
) !default;
|
|
12448
13200
|
|
|
12449
13201
|
/// Theme colors map of the avatar.
|
|
@@ -12592,21 +13344,21 @@ $kendo-avatar-theme-colors: $kendo-theme-colors !default;
|
|
|
12592
13344
|
$kendo-chip-border-width: 1px !default;
|
|
12593
13345
|
/// The spacing between the text and the icons of the chip.
|
|
12594
13346
|
/// @group chip
|
|
12595
|
-
$kendo-chip-spacing: map-get( $spacing, 1 ) !default;
|
|
13347
|
+
$kendo-chip-spacing: k-map-get( $spacing, 1 ) !default;
|
|
12596
13348
|
|
|
12597
13349
|
/// Horizontal padding of the chip.
|
|
12598
13350
|
/// @group chip
|
|
12599
|
-
$kendo-chip-padding-x: map-get( $spacing, 1 ) !default;
|
|
12600
|
-
$kendo-chip-padding-x-sm: map-get( $spacing, 1 ) !default;
|
|
12601
|
-
$kendo-chip-padding-x-md: map-get( $spacing, 1 ) !default;
|
|
12602
|
-
$kendo-chip-padding-x-lg: map-get( $spacing, 1 ) !default;
|
|
13351
|
+
$kendo-chip-padding-x: k-map-get( $spacing, 1 ) !default;
|
|
13352
|
+
$kendo-chip-padding-x-sm: k-map-get( $spacing, 1 ) !default;
|
|
13353
|
+
$kendo-chip-padding-x-md: k-map-get( $spacing, 1 ) !default;
|
|
13354
|
+
$kendo-chip-padding-x-lg: k-map-get( $spacing, 1 ) !default;
|
|
12603
13355
|
|
|
12604
13356
|
/// Vertical padding of the chip.
|
|
12605
13357
|
/// @group chip
|
|
12606
|
-
$kendo-chip-padding-y: map-get( $spacing, 1 ) !default;
|
|
12607
|
-
$kendo-chip-padding-y-sm: map-get( $spacing, 1 ) - map-get( $spacing, thin ) !default;
|
|
12608
|
-
$kendo-chip-padding-y-md: map-get( $spacing, 1 ) !default;
|
|
12609
|
-
$kendo-chip-padding-y-lg: map-get( $spacing, 1 ) + map-get( $spacing, thin ) !default;
|
|
13358
|
+
$kendo-chip-padding-y: k-map-get( $spacing, 1 ) !default;
|
|
13359
|
+
$kendo-chip-padding-y-sm: k-map-get( $spacing, 1 ) - k-map-get( $spacing, thin ) !default;
|
|
13360
|
+
$kendo-chip-padding-y-md: k-map-get( $spacing, 1 ) !default;
|
|
13361
|
+
$kendo-chip-padding-y-lg: k-map-get( $spacing, 1 ) + k-map-get( $spacing, thin ) !default;
|
|
12610
13362
|
|
|
12611
13363
|
/// Font sizes of the chip.
|
|
12612
13364
|
/// @group chip
|
|
@@ -12653,42 +13405,42 @@ $kendo-chip-base-bg: $base-text !default;
|
|
|
12653
13405
|
/// @group chip
|
|
12654
13406
|
$kendo-chip-theme-colors: (
|
|
12655
13407
|
"base": $kendo-chip-base-bg,
|
|
12656
|
-
"error": map-get( $kendo-theme-colors, "error" ),
|
|
12657
|
-
"info": map-get( $kendo-theme-colors, "info" ),
|
|
12658
|
-
"warning": map-get( $kendo-theme-colors, "warning" ),
|
|
12659
|
-
"success": map-get( $kendo-theme-colors, "success" )
|
|
13408
|
+
"error": k-map-get( $kendo-theme-colors, "error" ),
|
|
13409
|
+
"info": k-map-get( $kendo-theme-colors, "info" ),
|
|
13410
|
+
"warning": k-map-get( $kendo-theme-colors, "warning" ),
|
|
13411
|
+
"success": k-map-get( $kendo-theme-colors, "success" )
|
|
12660
13412
|
) !default;
|
|
12661
13413
|
|
|
12662
13414
|
/// The base background color of solid chip.
|
|
12663
13415
|
/// @group chip
|
|
12664
|
-
$kendo-chip-solid-bg: try-tint( $kendo-chip-base-bg, 90% ) !default;
|
|
13416
|
+
$kendo-chip-solid-bg: k-try-tint( $kendo-chip-base-bg, 90% ) !default;
|
|
12665
13417
|
/// The base text color of solid chip.
|
|
12666
13418
|
/// @group chip
|
|
12667
13419
|
$kendo-chip-solid-text: $kendo-chip-base-bg !default;
|
|
12668
13420
|
/// The base border color of solid chip.
|
|
12669
13421
|
/// @group chip
|
|
12670
|
-
$kendo-chip-solid-border: try-tint( $kendo-chip-base-bg, 70% ) !default;
|
|
13422
|
+
$kendo-chip-solid-border: k-try-tint( $kendo-chip-base-bg, 70% ) !default;
|
|
12671
13423
|
/// The base shadow of solid chip.
|
|
12672
13424
|
/// @group chip
|
|
12673
13425
|
$kendo-chip-solid-shadow: null !default;
|
|
12674
13426
|
|
|
12675
13427
|
/// The base background color of focused solid chip.
|
|
12676
13428
|
/// @group chip
|
|
12677
|
-
$kendo-chip-solid-focus-bg: try-tint( $kendo-chip-base-bg, 92% ) !default;
|
|
13429
|
+
$kendo-chip-solid-focus-bg: k-try-tint( $kendo-chip-base-bg, 92% ) !default;
|
|
12678
13430
|
/// The base text color of focused solid chip.
|
|
12679
13431
|
/// @group chip
|
|
12680
13432
|
$kendo-chip-solid-focus-text: null !default;
|
|
12681
13433
|
|
|
12682
13434
|
/// The base background color of hovered solid chip.
|
|
12683
13435
|
/// @group chip
|
|
12684
|
-
$kendo-chip-solid-hover-bg: try-tint( $kendo-chip-base-bg, 84% ) !default;
|
|
13436
|
+
$kendo-chip-solid-hover-bg: k-try-tint( $kendo-chip-base-bg, 84% ) !default;
|
|
12685
13437
|
/// The base text color of hovered solid chip.
|
|
12686
13438
|
/// @group chip
|
|
12687
13439
|
$kendo-chip-solid-hover-text: null !default;
|
|
12688
13440
|
|
|
12689
13441
|
/// The base background color of selected solid chip.
|
|
12690
13442
|
/// @group chip
|
|
12691
|
-
$kendo-chip-solid-selected-bg: try-tint( $kendo-chip-base-bg, 76% ) !default;
|
|
13443
|
+
$kendo-chip-solid-selected-bg: k-try-tint( $kendo-chip-base-bg, 76% ) !default;
|
|
12692
13444
|
/// The base text color of selected solid chip.
|
|
12693
13445
|
/// @group chip
|
|
12694
13446
|
$kendo-chip-solid-selected-text: null !default;
|
|
@@ -12711,7 +13463,7 @@ $kendo-chip-outline-shadow: null !default;
|
|
|
12711
13463
|
$kendo-chip-outline-hover-bg: $kendo-chip-base-bg !default;
|
|
12712
13464
|
/// The base text color of hovered outline chip.
|
|
12713
13465
|
/// @group chip
|
|
12714
|
-
$kendo-chip-outline-hover-text: contrast-
|
|
13466
|
+
$kendo-chip-outline-hover-text: k-contrast-color( $kendo-chip-base-bg ) !default;
|
|
12715
13467
|
|
|
12716
13468
|
/// The base background color of selected outline chip.
|
|
12717
13469
|
/// @group chip
|
|
@@ -12725,9 +13477,9 @@ $kendo-chip-outline-selected-text: $kendo-chip-outline-hover-text !default;
|
|
|
12725
13477
|
/// The sizes of the chip list.
|
|
12726
13478
|
/// @group chip
|
|
12727
13479
|
$kendo-chip-list-sizes: (
|
|
12728
|
-
sm: map-get( $spacing, 1 ),
|
|
12729
|
-
md: map-get( $spacing, 1 ),
|
|
12730
|
-
lg: map-get( $spacing, 1 )
|
|
13480
|
+
sm: k-map-get( $spacing, 1 ),
|
|
13481
|
+
md: k-map-get( $spacing, 1 ),
|
|
13482
|
+
lg: k-map-get( $spacing, 1 )
|
|
12731
13483
|
) !default;
|
|
12732
13484
|
|
|
12733
13485
|
// #endregion
|
|
@@ -13039,7 +13791,7 @@ $kendo-chip-list-sizes: (
|
|
|
13039
13791
|
&:hover,
|
|
13040
13792
|
&.k-hover {
|
|
13041
13793
|
@include fill(
|
|
13042
|
-
$bg: rgba($color, .16 ),
|
|
13794
|
+
$bg: rgba( $color, .16 ),
|
|
13043
13795
|
$color: $color
|
|
13044
13796
|
);
|
|
13045
13797
|
}
|
|
@@ -13048,7 +13800,7 @@ $kendo-chip-list-sizes: (
|
|
|
13048
13800
|
&.k-focus {
|
|
13049
13801
|
@include box-shadow( none );
|
|
13050
13802
|
@include fill(
|
|
13051
|
-
$bg: rgba($color, .24),
|
|
13803
|
+
$bg: rgba( $color, .24),
|
|
13052
13804
|
$color: $color
|
|
13053
13805
|
);
|
|
13054
13806
|
}
|
|
@@ -13074,7 +13826,7 @@ $kendo-chip-list-sizes: (
|
|
|
13074
13826
|
&:hover,
|
|
13075
13827
|
&.k-hover {
|
|
13076
13828
|
@include fill(
|
|
13077
|
-
$bg: rgba($color, .08 ),
|
|
13829
|
+
$bg: rgba( $color, .08 ),
|
|
13078
13830
|
$color: $color
|
|
13079
13831
|
);
|
|
13080
13832
|
}
|
|
@@ -13252,13 +14004,13 @@ $color-preview-transparent-color-image: url("data:image/png;base64,iVBORw0KGgoAA
|
|
|
13252
14004
|
// #region @import "_variables.scss"; -> packages/material/scss/loader/_variables.scss
|
|
13253
14005
|
// Loader
|
|
13254
14006
|
$loader-segment-border-radius: 50% !default;
|
|
13255
|
-
$loader-segment-size-sm: map-get( $spacing, 1 ) !default;
|
|
13256
|
-
$loader-segment-size-md: map-get( $spacing, 2 ) !default;
|
|
13257
|
-
$loader-segment-size-lg: map-get( $spacing, 4 ) !default;
|
|
14007
|
+
$loader-segment-size-sm: k-map-get( $spacing, 1 ) !default;
|
|
14008
|
+
$loader-segment-size-md: k-map-get( $spacing, 2 ) !default;
|
|
14009
|
+
$loader-segment-size-lg: k-map-get( $spacing, 4 ) !default;
|
|
13258
14010
|
|
|
13259
|
-
$loader-padding-sm: ( $loader-segment-size-sm
|
|
13260
|
-
$loader-padding-md: ( $loader-segment-size-md
|
|
13261
|
-
$loader-padding-lg: ( $loader-segment-size-lg
|
|
14011
|
+
$loader-padding-sm: k-math-div( $loader-segment-size-sm, 2 ) !default;
|
|
14012
|
+
$loader-padding-md: k-math-div( $loader-segment-size-md, 2 ) !default;
|
|
14013
|
+
$loader-padding-lg: k-math-div( $loader-segment-size-lg, 2 ) !default;
|
|
13262
14014
|
|
|
13263
14015
|
$loader-spinner-3-width-sm: ( $loader-segment-size-sm * 4 ) !default;
|
|
13264
14016
|
$loader-spinner-3-height-sm: ( $loader-spinner-3-width-sm * $equilateral-height ) !default;
|
|
@@ -13282,16 +14034,16 @@ $loader-container-panel-border-color: $component-border !default;
|
|
|
13282
14034
|
$loader-container-panel-border-radius: $kendo-border-radius-md !default;
|
|
13283
14035
|
$loader-container-panel-bg: $white !default;
|
|
13284
14036
|
|
|
13285
|
-
$loader-container-padding-sm: map-get( $spacing, 4 ) !default;
|
|
13286
|
-
$loader-container-gap-sm: map-get( $spacing, 1 ) !default;
|
|
14037
|
+
$loader-container-padding-sm: k-map-get( $spacing, 4 ) !default;
|
|
14038
|
+
$loader-container-gap-sm: k-map-get( $spacing, 1 ) !default;
|
|
13287
14039
|
$loader-container-font-size-sm: $font-size-sm !default;
|
|
13288
14040
|
|
|
13289
|
-
$loader-container-padding-md: map-get( $spacing, 5 ) !default;
|
|
13290
|
-
$loader-container-gap-md: map-get( $spacing, 2 ) !default;
|
|
14041
|
+
$loader-container-padding-md: k-map-get( $spacing, 5 ) !default;
|
|
14042
|
+
$loader-container-gap-md: k-map-get( $spacing, 2 ) !default;
|
|
13291
14043
|
$loader-container-font-size-md: $font-size-md !default;
|
|
13292
14044
|
|
|
13293
|
-
$loader-container-padding-lg: map-get( $spacing, 6 ) !default;
|
|
13294
|
-
$loader-container-gap-lg: map-get( $spacing, 3 ) !default;
|
|
14045
|
+
$loader-container-padding-lg: k-map-get( $spacing, 6 ) !default;
|
|
14046
|
+
$loader-container-gap-lg: k-map-get( $spacing, 3 ) !default;
|
|
13295
14047
|
$loader-container-font-size-lg: $font-size-lg !default;
|
|
13296
14048
|
|
|
13297
14049
|
// #endregion
|
|
@@ -13981,19 +14733,19 @@ $tooltip-text: get-base-contrast( gray, 700 ) !default;
|
|
|
13981
14733
|
$tooltip-border: $tooltip-bg !default;
|
|
13982
14734
|
|
|
13983
14735
|
$tooltip-primary-bg: $primary !default;
|
|
13984
|
-
$tooltip-primary-text: contrast-
|
|
14736
|
+
$tooltip-primary-text: k-contrast-color( $tooltip-primary-bg ) !default;
|
|
13985
14737
|
$tooltip-primary-border: $tooltip-primary-bg !default;
|
|
13986
14738
|
$tooltip-info-bg: $info !default;
|
|
13987
|
-
$tooltip-info-text: contrast-
|
|
14739
|
+
$tooltip-info-text: k-contrast-color( $tooltip-info-bg ) !default;
|
|
13988
14740
|
$tooltip-info-border: $tooltip-info-bg !default;
|
|
13989
14741
|
$tooltip-success-bg: $success !default;
|
|
13990
|
-
$tooltip-success-text: contrast-
|
|
14742
|
+
$tooltip-success-text: k-contrast-color( $tooltip-success-bg ) !default;
|
|
13991
14743
|
$tooltip-success-border: $tooltip-success-bg !default;
|
|
13992
14744
|
$tooltip-warning-bg: $warning !default;
|
|
13993
|
-
$tooltip-warning-text: contrast-
|
|
14745
|
+
$tooltip-warning-text: k-contrast-color( $tooltip-warning-bg ) !default;
|
|
13994
14746
|
$tooltip-warning-border: $tooltip-warning-bg !default;
|
|
13995
14747
|
$tooltip-error-bg: $error !default;
|
|
13996
|
-
$tooltip-error-text: contrast-
|
|
14748
|
+
$tooltip-error-text: k-contrast-color( $tooltip-error-bg ) !default;
|
|
13997
14749
|
$tooltip-error-border: $tooltip-error-bg !default;
|
|
13998
14750
|
|
|
13999
14751
|
// #endregion
|
|
@@ -14759,7 +15511,8 @@ $tooltip-error-border: $tooltip-error-bg !default;
|
|
|
14759
15511
|
}
|
|
14760
15512
|
|
|
14761
15513
|
// Template item
|
|
14762
|
-
.k-toolbar-item:focus
|
|
15514
|
+
.k-toolbar-item:focus,
|
|
15515
|
+
.k-toolbar-item.k-focus {
|
|
14763
15516
|
text-decoration: none;
|
|
14764
15517
|
outline: 0;
|
|
14765
15518
|
}
|
|
@@ -14977,7 +15730,7 @@ $tooltip-error-border: $tooltip-error-bg !default;
|
|
|
14977
15730
|
// Template item
|
|
14978
15731
|
.k-toolbar-item:focus,
|
|
14979
15732
|
.k-toolbar-item.k-focus {
|
|
14980
|
-
@include box-shadow( $
|
|
15733
|
+
@include box-shadow( $toolbar-item-shadow );
|
|
14981
15734
|
}
|
|
14982
15735
|
|
|
14983
15736
|
|
|
@@ -15054,8 +15807,8 @@ $tooltip-error-border: $tooltip-error-bg !default;
|
|
|
15054
15807
|
.k-toolbar {
|
|
15055
15808
|
|
|
15056
15809
|
.k-button-solid-base {
|
|
15057
|
-
background-color: try-shade( $kendo-button-bg );
|
|
15058
|
-
border-color: try-shade( $kendo-button-bg );
|
|
15810
|
+
background-color: k-try-shade( $kendo-button-bg );
|
|
15811
|
+
border-color: k-try-shade( $kendo-button-bg );
|
|
15059
15812
|
|
|
15060
15813
|
&.k-input-button,
|
|
15061
15814
|
&.k-input-spinner .k-spinner-increase,
|
|
@@ -15090,11 +15843,11 @@ $tooltip-error-border: $tooltip-error-bg !default;
|
|
|
15090
15843
|
// Component
|
|
15091
15844
|
// #region @import "_variables.scss"; -> packages/material/scss/action-buttons/_variables.scss
|
|
15092
15845
|
// Actions
|
|
15093
|
-
$actions-margin-top: map-get( $spacing, 4 ) !default;
|
|
15094
|
-
$actions-padding-x: map-get( $spacing, 2 ) !default;
|
|
15095
|
-
$actions-padding-y: map-get( $spacing, 2 ) !default;
|
|
15846
|
+
$actions-margin-top: k-map-get( $spacing, 4 ) !default;
|
|
15847
|
+
$actions-padding-x: k-map-get( $spacing, 2 ) !default;
|
|
15848
|
+
$actions-padding-y: k-map-get( $spacing, 2 ) !default;
|
|
15096
15849
|
$actions-border-width: 0px !default;
|
|
15097
|
-
$actions-button-spacing: map-get( $spacing, 2 ) !default;
|
|
15850
|
+
$actions-button-spacing: k-map-get( $spacing, 2 ) !default;
|
|
15098
15851
|
|
|
15099
15852
|
$actions-bg: null !default;
|
|
15100
15853
|
$actions-text: null !default;
|
|
@@ -15231,8 +15984,8 @@ $actions-gradient: null !default;
|
|
|
15231
15984
|
.k-actions {
|
|
15232
15985
|
|
|
15233
15986
|
.k-button-solid-base {
|
|
15234
|
-
background-color: try-shade( $kendo-button-bg );
|
|
15235
|
-
border-color: try-shade( $kendo-button-bg );
|
|
15987
|
+
background-color: k-try-shade( $kendo-button-bg );
|
|
15988
|
+
border-color: k-try-shade( $kendo-button-bg );
|
|
15236
15989
|
}
|
|
15237
15990
|
|
|
15238
15991
|
}
|
|
@@ -16144,10 +16897,10 @@ $kendo-split-button-focus-shadow: $kendo-button-focus-shadow !default;
|
|
|
16144
16897
|
|
|
16145
16898
|
/// Horizontal padding of the arrow button.
|
|
16146
16899
|
/// @group split-button
|
|
16147
|
-
$kendo-split-button-arrow-padding-x: map-get( $spacing, 1 ) !default;
|
|
16148
|
-
$kendo-split-button-arrow-padding-x-sm: map-get( $spacing, 1 ) !default;
|
|
16149
|
-
$kendo-split-button-arrow-padding-x-md: map-get( $spacing, 1 ) !default;
|
|
16150
|
-
$kendo-split-button-arrow-padding-x-lg: map-get( $spacing, 1 ) !default;
|
|
16900
|
+
$kendo-split-button-arrow-padding-x: k-map-get( $spacing, 1 ) !default;
|
|
16901
|
+
$kendo-split-button-arrow-padding-x-sm: k-map-get( $spacing, 1 ) !default;
|
|
16902
|
+
$kendo-split-button-arrow-padding-x-md: k-map-get( $spacing, 1 ) !default;
|
|
16903
|
+
$kendo-split-button-arrow-padding-x-lg: k-map-get( $spacing, 1 ) !default;
|
|
16151
16904
|
|
|
16152
16905
|
/// Vertical padding of the arrow button.
|
|
16153
16906
|
/// @group split-button
|
|
@@ -16241,8 +16994,7 @@ $kendo-split-button-arrow-padding-y-lg: $kendo-button-padding-y-lg !default;
|
|
|
16241
16994
|
|
|
16242
16995
|
/// Horizontal padding of the arrow button.
|
|
16243
16996
|
/// @group menu-button
|
|
16244
|
-
$kendo-menu-button-arrow-padding-x: map-get( $spacing, 1 ) !default;
|
|
16245
|
-
|
|
16997
|
+
$kendo-menu-button-arrow-padding-x: k-map-get( $spacing, 1 ) !default;
|
|
16246
16998
|
|
|
16247
16999
|
// #endregion
|
|
16248
17000
|
// #region @import "_layout.scss"; -> packages/material/scss/menu-button/_layout.scss
|
|
@@ -16636,7 +17388,7 @@ $progressbar-font-family: $font-family !default;
|
|
|
16636
17388
|
$progressbar-font-size: $font-size-sm !default;
|
|
16637
17389
|
$progressbar-line-height: 1 !default;
|
|
16638
17390
|
|
|
16639
|
-
$progressbar-bg: try-tint( $primary, 8 ) !default;
|
|
17391
|
+
$progressbar-bg: k-try-tint( $primary, 8 ) !default;
|
|
16640
17392
|
$progressbar-text: $component-text !default;
|
|
16641
17393
|
$progressbar-border: null !default;
|
|
16642
17394
|
$progressbar-gradient: null !default;
|
|
@@ -17170,19 +17922,19 @@ $kendo-radio-border-width: 2px !default;
|
|
|
17170
17922
|
// Radio button sizes
|
|
17171
17923
|
$kendo-radio-sizes: (
|
|
17172
17924
|
sm: (
|
|
17173
|
-
size: map-get( $spacing, 3 ),
|
|
17174
|
-
glyph-size: ( map-get( $spacing, 3 ) - map-get( $spacing, thin ) ),
|
|
17175
|
-
ripple-size: map-get( $spacing, 3 ) * 3
|
|
17925
|
+
size: k-map-get( $spacing, 3 ),
|
|
17926
|
+
glyph-size: ( k-map-get( $spacing, 3 ) - k-map-get( $spacing, thin ) ),
|
|
17927
|
+
ripple-size: k-map-get( $spacing, 3 ) * 3
|
|
17176
17928
|
),
|
|
17177
17929
|
md: (
|
|
17178
|
-
size: map-get( $spacing, 4 ),
|
|
17179
|
-
glyph-size: ( map-get( $spacing, 4 ) - map-get( $spacing, thin ) ),
|
|
17180
|
-
ripple-size: map-get( $spacing, 4 ) * 3
|
|
17930
|
+
size: k-map-get( $spacing, 4 ),
|
|
17931
|
+
glyph-size: ( k-map-get( $spacing, 4 ) - k-map-get( $spacing, thin ) ),
|
|
17932
|
+
ripple-size: k-map-get( $spacing, 4 ) * 3
|
|
17181
17933
|
),
|
|
17182
17934
|
lg: (
|
|
17183
|
-
size: map-get( $spacing, 5 ),
|
|
17184
|
-
glyph-size: ( map-get( $spacing, 5 ) - map-get( $spacing, thin ) ),
|
|
17185
|
-
ripple-size: map-get( $spacing, 5 ) * 3
|
|
17935
|
+
size: k-map-get( $spacing, 5 ),
|
|
17936
|
+
glyph-size: ( k-map-get( $spacing, 5 ) - k-map-get( $spacing, thin ) ),
|
|
17937
|
+
ripple-size: k-map-get( $spacing, 5 ) * 3
|
|
17186
17938
|
)
|
|
17187
17939
|
) !default;
|
|
17188
17940
|
|
|
@@ -17285,14 +18037,14 @@ $kendo-radio-disabled-checked-image: escape-svg( url("data:image/svg+xml,<svg xm
|
|
|
17285
18037
|
|
|
17286
18038
|
/// The horizontal margin of the radio button inside of a label.
|
|
17287
18039
|
/// @group radio
|
|
17288
|
-
$kendo-radio-label-margin-x: map-get( $spacing, 1 ) !default;
|
|
18040
|
+
$kendo-radio-label-margin-x: k-map-get( $spacing, 1 ) !default;
|
|
17289
18041
|
|
|
17290
18042
|
|
|
17291
18043
|
// Radio list
|
|
17292
18044
|
|
|
17293
18045
|
/// Spacing between items of horizontal radio button list.
|
|
17294
18046
|
/// @group radio
|
|
17295
|
-
$kendo-radio-list-spacing: map-get( $spacing, 4 ) !default;
|
|
18047
|
+
$kendo-radio-list-spacing: k-map-get( $spacing, 4 ) !default;
|
|
17296
18048
|
/// Horizontal padding of radio button list items.
|
|
17297
18049
|
/// @group radio
|
|
17298
18050
|
$kendo-radio-list-item-padding-x: 0px !default;
|
|
@@ -17705,14 +18457,14 @@ $slider-draghandle-pressed-text: null !default;
|
|
|
17705
18457
|
$slider-draghandle-pressed-border: null !default;
|
|
17706
18458
|
$slider-draghandle-pressed-gradient: null !default;
|
|
17707
18459
|
|
|
17708
|
-
$slider-draghandle-focused-shadow: 0 0 0 11px rgba($primary, .25) !default;
|
|
18460
|
+
$slider-draghandle-focused-shadow: 0 0 0 11px rgba( $primary, .25 ) !default;
|
|
17709
18461
|
|
|
17710
18462
|
$slider-transition-speed: .3s !default;
|
|
17711
18463
|
$slider-transition-function: ease-out !default;
|
|
17712
18464
|
$slider-draghandle-transition-speed: .4s !default;
|
|
17713
18465
|
$slider-draghandle-transition-function: cubic-bezier(.25, .8, .25, 1) !default;
|
|
17714
18466
|
|
|
17715
|
-
$slider-track-bg: try-tint( $primary, 8 ) !default;
|
|
18467
|
+
$slider-track-bg: k-try-tint( $primary, 8 ) !default;
|
|
17716
18468
|
$slider-selection-bg: $primary !default;
|
|
17717
18469
|
$slider-disabled-opacity: .65 !default;
|
|
17718
18470
|
|
|
@@ -18376,8 +19128,8 @@ $calendar-bg: $component-bg !default;
|
|
|
18376
19128
|
$calendar-text: $component-text !default;
|
|
18377
19129
|
$calendar-border: $component-border !default;
|
|
18378
19130
|
|
|
18379
|
-
$calendar-header-padding-x: map-get( $spacing, 1 ) !default;
|
|
18380
|
-
$calendar-header-padding-y: map-get( $spacing, 1 ) !default;
|
|
19131
|
+
$calendar-header-padding-x: k-map-get( $spacing, 1 ) !default;
|
|
19132
|
+
$calendar-header-padding-y: k-map-get( $spacing, 1 ) !default;
|
|
18381
19133
|
$calendar-header-border-width: 0px !default;
|
|
18382
19134
|
|
|
18383
19135
|
$calendar-header-bg: null !default;
|
|
@@ -18386,13 +19138,13 @@ $calendar-header-border: $header-border !default;
|
|
|
18386
19138
|
$calendar-header-gradient: null !default;
|
|
18387
19139
|
$calendar-header-shadow: null !default;
|
|
18388
19140
|
|
|
18389
|
-
$calendar-nav-gap: map-get( $spacing, 1 ) !default;
|
|
19141
|
+
$calendar-nav-gap: k-map-get( $spacing, 1 ) !default;
|
|
18390
19142
|
|
|
18391
19143
|
$calendar-today-nav-text: $link-text !default;
|
|
18392
19144
|
$calendar-today-nav-hover-text: $link-hover-text !default;
|
|
18393
19145
|
|
|
18394
|
-
$calendar-footer-padding-x: map-get( $spacing, 4 ) !default;
|
|
18395
|
-
$calendar-footer-padding-y: map-get( $spacing, 2 ) !default;
|
|
19146
|
+
$calendar-footer-padding-x: k-map-get( $spacing, 4 ) !default;
|
|
19147
|
+
$calendar-footer-padding-y: k-map-get( $spacing, 2 ) !default;
|
|
18396
19148
|
|
|
18397
19149
|
$calendar-cell-padding-x: .25em !default;
|
|
18398
19150
|
$calendar-cell-padding-y: $calendar-cell-padding-x !default;
|
|
@@ -18409,8 +19161,8 @@ $calendar-header-cell-bg: null !default;
|
|
|
18409
19161
|
$calendar-header-cell-text: $subtle-text !default;
|
|
18410
19162
|
$calendar-header-cell-opacity: null !default;
|
|
18411
19163
|
|
|
18412
|
-
$calendar-caption-padding-x: map-get( $spacing, 4 ) !default;
|
|
18413
|
-
$calendar-caption-padding-y: map-get( $spacing, 1 ) !default;
|
|
19164
|
+
$calendar-caption-padding-x: k-map-get( $spacing, 4 ) !default;
|
|
19165
|
+
$calendar-caption-padding-y: k-map-get( $spacing, 1 ) !default;
|
|
18414
19166
|
$calendar-caption-height: $calendar-cell-size !default;
|
|
18415
19167
|
$calendar-caption-font-size: null !default;
|
|
18416
19168
|
$calendar-caption-line-height: null !default;
|
|
@@ -18418,7 +19170,7 @@ $calendar-caption-font-weight: bold !default;
|
|
|
18418
19170
|
|
|
18419
19171
|
$calendar-view-width: ($calendar-cell-size * 7) !default;
|
|
18420
19172
|
$calendar-view-height: ($calendar-cell-size * 7) !default;
|
|
18421
|
-
$calendar-view-gap: map-get( $spacing, 4 ) !default;
|
|
19173
|
+
$calendar-view-gap: k-map-get( $spacing, 4 ) !default;
|
|
18422
19174
|
|
|
18423
19175
|
$calendar-weekend-bg: null !default;
|
|
18424
19176
|
$calendar-weekend-text: null !default;
|
|
@@ -18443,11 +19195,11 @@ $calendar-cell-hover-border: $hovered-border !default;
|
|
|
18443
19195
|
$calendar-cell-hover-gradient: null !default;
|
|
18444
19196
|
|
|
18445
19197
|
$calendar-cell-selected-bg: $primary !default;
|
|
18446
|
-
$calendar-cell-selected-text: contrast-
|
|
19198
|
+
$calendar-cell-selected-text: k-contrast-color( $calendar-cell-selected-bg ) !default;
|
|
18447
19199
|
$calendar-cell-selected-border: $calendar-cell-selected-bg !default;
|
|
18448
19200
|
$calendar-cell-selected-gradient: null !default;
|
|
18449
19201
|
|
|
18450
|
-
$calendar-cell-selected-hover-bg: try-shade( $calendar-cell-selected-bg, .5 ) !default;
|
|
19202
|
+
$calendar-cell-selected-hover-bg: k-try-shade( $calendar-cell-selected-bg, .5 ) !default;
|
|
18451
19203
|
$calendar-cell-selected-hover-text: $calendar-cell-selected-text !default;
|
|
18452
19204
|
$calendar-cell-selected-hover-border: null !default;
|
|
18453
19205
|
$calendar-cell-selected-hover-gradient: null !default;
|
|
@@ -18460,16 +19212,16 @@ $calendar-cell-selected-focus-shadow: $calendar-cell-focused-shadow !default;
|
|
|
18460
19212
|
$calendar-navigation-width: 5em !default;
|
|
18461
19213
|
$calendar-navigation-item-height: 2em !default;
|
|
18462
19214
|
|
|
18463
|
-
$calendar-navigation-bg: true-mix( $calendar-text, $calendar-bg, 3) !default;
|
|
19215
|
+
$calendar-navigation-bg: k-true-mix( $calendar-text, $calendar-bg, 3) !default;
|
|
18464
19216
|
$calendar-navigation-text: $calendar-text !default;
|
|
18465
19217
|
$calendar-navigation-border: $calendar-border !default;
|
|
18466
19218
|
|
|
18467
19219
|
|
|
18468
19220
|
// Infinite calendar
|
|
18469
|
-
$infinite-calendar-header-padding-x: map-get( $spacing, 4 ) !default;
|
|
18470
|
-
$infinite-calendar-header-padding-y: map-get( $spacing, 2 ) !default;
|
|
19221
|
+
$infinite-calendar-header-padding-x: k-map-get( $spacing, 4 ) !default;
|
|
19222
|
+
$infinite-calendar-header-padding-y: k-map-get( $spacing, 2 ) !default;
|
|
18471
19223
|
|
|
18472
|
-
$infinite-calendar-view-padding-x: map-get( $spacing, 4 ) !default;
|
|
19224
|
+
$infinite-calendar-view-padding-x: k-map-get( $spacing, 4 ) !default;
|
|
18473
19225
|
$infinite-calendar-view-padding-y: 0px !default;
|
|
18474
19226
|
$infinite-calendar-view-height: ( $calendar-cell-size * 9 ) !default;
|
|
18475
19227
|
|
|
@@ -18487,14 +19239,14 @@ $kendo-calendar-sm-cell-padding-y: .125rem !default;
|
|
|
18487
19239
|
$kendo-calendar-md-font-size: $font-size-md !default;
|
|
18488
19240
|
$kendo-calendar-md-line-height: $line-height-md !default;
|
|
18489
19241
|
$kendo-calendar-md-cell-size: 36px !default;
|
|
18490
|
-
$kendo-calendar-md-cell-padding-x: map-get( $spacing, 1 ) !default;
|
|
18491
|
-
$kendo-calendar-md-cell-padding-y: map-get( $spacing, 1 ) !default;
|
|
19242
|
+
$kendo-calendar-md-cell-padding-x: k-map-get( $spacing, 1 ) !default;
|
|
19243
|
+
$kendo-calendar-md-cell-padding-y: k-map-get( $spacing, 1 ) !default;
|
|
18492
19244
|
|
|
18493
19245
|
$kendo-calendar-lg-font-size: $font-size-lg !default;
|
|
18494
19246
|
$kendo-calendar-lg-line-height: $line-height-lg !default;
|
|
18495
19247
|
$kendo-calendar-lg-cell-size: 40px !default;
|
|
18496
|
-
$kendo-calendar-lg-cell-padding-x: map-get( $spacing, 1 ) !default;
|
|
18497
|
-
$kendo-calendar-lg-cell-padding-y: map-get( $spacing, 1 ) !default;
|
|
19248
|
+
$kendo-calendar-lg-cell-padding-x: k-map-get( $spacing, 1 ) !default;
|
|
19249
|
+
$kendo-calendar-lg-cell-padding-y: k-map-get( $spacing, 1 ) !default;
|
|
18498
19250
|
|
|
18499
19251
|
$kendo-calendar-sizes: (
|
|
18500
19252
|
sm: (
|
|
@@ -19345,7 +20097,7 @@ $kendo-calendar-sizes: (
|
|
|
19345
20097
|
.k-selected.k-focus .k-link {
|
|
19346
20098
|
@include fill(
|
|
19347
20099
|
$calendar-cell-selected-text,
|
|
19348
|
-
try-tint($calendar-cell-selected-bg),
|
|
20100
|
+
k-try-tint($calendar-cell-selected-bg),
|
|
19349
20101
|
$calendar-cell-selected-border
|
|
19350
20102
|
);
|
|
19351
20103
|
}
|
|
@@ -19380,14 +20132,14 @@ $kendo-calendar-sizes: (
|
|
|
19380
20132
|
$time-selector-border-width: 1px !default;
|
|
19381
20133
|
$time-selector-font-family: $font-family !default;
|
|
19382
20134
|
$time-selector-font-size: $font-size !default;
|
|
19383
|
-
$time-selector-line-height: (20
|
|
20135
|
+
$time-selector-line-height: k-math-div( 20, 14 ) !default;
|
|
19384
20136
|
|
|
19385
20137
|
$time-selector-bg: $component-bg !default;
|
|
19386
20138
|
$time-selector-text: $component-text !default;
|
|
19387
20139
|
$time-selector-border: $component-border !default;
|
|
19388
20140
|
|
|
19389
|
-
$time-selector-header-padding-x: map-get( $spacing, 1 ) !default;
|
|
19390
|
-
$time-selector-header-padding-y: map-get( $spacing, 1 ) !default;
|
|
20141
|
+
$time-selector-header-padding-x: k-map-get( $spacing, 1 ) !default;
|
|
20142
|
+
$time-selector-header-padding-y: k-map-get( $spacing, 1 ) !default;
|
|
19391
20143
|
$time-selector-header-border-width: 0px !default;
|
|
19392
20144
|
|
|
19393
20145
|
$time-list-width: 4em !default;
|
|
@@ -19510,6 +20262,7 @@ $kendo-time-selector-sizes: (
|
|
|
19510
20262
|
display: flex;
|
|
19511
20263
|
position: relative;
|
|
19512
20264
|
flex: 1 1 auto;
|
|
20265
|
+
overflow: hidden;
|
|
19513
20266
|
}
|
|
19514
20267
|
|
|
19515
20268
|
|
|
@@ -19882,7 +20635,7 @@ $kendo-time-selector-sizes: (
|
|
|
19882
20635
|
// Component
|
|
19883
20636
|
// #region @import "_variables.scss"; -> packages/material/scss/captcha/_variables.scss
|
|
19884
20637
|
// Captcha
|
|
19885
|
-
$captcha-spacer: map-get( $spacing, 2 ) !default;
|
|
20638
|
+
$captcha-spacer: k-map-get( $spacing, 2 ) !default;
|
|
19886
20639
|
|
|
19887
20640
|
$captcha-width: 335px !default;
|
|
19888
20641
|
$captcha-font-family: $font-family !default;
|
|
@@ -20012,7 +20765,7 @@ $colorpalette-font-family: $font-family !default;
|
|
|
20012
20765
|
$colorpalette-font-size: $font-size !default;
|
|
20013
20766
|
$colorpalette-line-height: 0 !default;
|
|
20014
20767
|
|
|
20015
|
-
$colorpalette-tile-width: map-get( $spacing, 6 ) !default;
|
|
20768
|
+
$colorpalette-tile-width: k-map-get( $spacing, 6 ) !default;
|
|
20016
20769
|
$colorpalette-tile-height: $colorpalette-tile-width !default;
|
|
20017
20770
|
$colorpalette-tile-focus-shadow: 0 0 3px 1px rgba( black, .3 ), inset 0 0 0 1px rgba( white, .5 ) !default;
|
|
20018
20771
|
$colorpalette-tile-hover-shadow: 0 0 3px 1px rgba( black, .3 ), inset 0 0 0 1px rgba( white, .8 ) !default;
|
|
@@ -20203,7 +20956,7 @@ $colorpalette-tile-selected-shadow: 0 1px 3px 1px rgba( black, .3 ), inset 0 0 0
|
|
|
20203
20956
|
// #endregion
|
|
20204
20957
|
// #region @import "_variables.scss"; -> packages/material/scss/colorgradient/_variables.scss
|
|
20205
20958
|
// ColorGradient
|
|
20206
|
-
$colorgradient-spacer: map-get( $spacing, 3 ) !default;
|
|
20959
|
+
$colorgradient-spacer: k-map-get( $spacing, 3 ) !default;
|
|
20207
20960
|
|
|
20208
20961
|
$colorgradient-width: 294px !default;
|
|
20209
20962
|
$colorgradient-border-width: 1px !default;
|
|
@@ -20238,21 +20991,21 @@ $colorgradient-draghandle-border-width: 1px !default;
|
|
|
20238
20991
|
$colorgradient-draghandle-border-radius: 50% !default;
|
|
20239
20992
|
$colorgradient-draghandle-bg: transparent !default;
|
|
20240
20993
|
$colorgradient-draghandle-text: null !default;
|
|
20241
|
-
$colorgradient-draghandle-border: rgba(
|
|
20242
|
-
$colorgradient-draghandle-shadow: 0 1px 4px rgba(
|
|
20994
|
+
$colorgradient-draghandle-border: rgba( white, .8 ) !default;
|
|
20995
|
+
$colorgradient-draghandle-shadow: 0 1px 4px rgba( black, .5 ) !default;
|
|
20243
20996
|
$colorgradient-draghandle-focus-shadow: 0 1px 4px black !default;
|
|
20244
20997
|
$colorgradient-draghandle-hover-shadow: $colorgradient-draghandle-focus-shadow !default;
|
|
20245
20998
|
|
|
20246
|
-
$colorgradient-canvas-draghandle-margin-y: -( $colorgradient-draghandle-height
|
|
20247
|
-
$colorgradient-canvas-draghandle-margin-x: -( $colorgradient-draghandle-width
|
|
20999
|
+
$colorgradient-canvas-draghandle-margin-y: - k-math-div( $colorgradient-draghandle-height, 2 ) !default;
|
|
21000
|
+
$colorgradient-canvas-draghandle-margin-x: - k-math-div( $colorgradient-draghandle-width, 2 ) !default;
|
|
20248
21001
|
|
|
20249
21002
|
$colorgradient-input-width: 50px !default;
|
|
20250
|
-
$colorgradient-input-gap: map-get( $spacing, 2 ) !default;
|
|
20251
|
-
$colorgradient-input-label-gap: map-get( $spacing, 1 ) !default;
|
|
21003
|
+
$colorgradient-input-gap: k-map-get( $spacing, 2 ) !default;
|
|
21004
|
+
$colorgradient-input-label-gap: k-map-get( $spacing, 1 ) !default;
|
|
20252
21005
|
$colorgradient-input-label-text: $subtle-text !default;
|
|
20253
21006
|
|
|
20254
21007
|
$colorgradient-contrast-ratio-font-weight: $font-weight-bold !default;
|
|
20255
|
-
$colorgradient-contrast-spacer: map-get( $spacing, 2 ) !default;
|
|
21008
|
+
$colorgradient-contrast-spacer: k-map-get( $spacing, 2 ) !default;
|
|
20256
21009
|
|
|
20257
21010
|
// #endregion
|
|
20258
21011
|
// #region @import "_layout.scss"; -> packages/material/scss/colorgradient/_layout.scss
|
|
@@ -20575,7 +21328,7 @@ $colorgradient-contrast-spacer: map-get( $spacing, 2 ) !default;
|
|
|
20575
21328
|
// Component
|
|
20576
21329
|
// #region @import "_variables.scss"; -> packages/material/scss/coloreditor/_variables.scss
|
|
20577
21330
|
// Coloreditor/FlatColorPicker
|
|
20578
|
-
$coloreditor-spacer: map-get( $spacing, 3 ) !default;
|
|
21331
|
+
$coloreditor-spacer: k-map-get( $spacing, 3 ) !default;
|
|
20579
21332
|
|
|
20580
21333
|
$coloreditor-min-width: 294px !default;
|
|
20581
21334
|
$coloreditor-border-width: 1px !default;
|
|
@@ -20592,9 +21345,9 @@ $coloreditor-focus-shadow: $box-shadow-depth-2 !default;
|
|
|
20592
21345
|
|
|
20593
21346
|
$coloreditor-header-padding-y: $coloreditor-spacer !default;
|
|
20594
21347
|
$coloreditor-header-padding-x: $coloreditor-header-padding-y !default;
|
|
20595
|
-
$coloreditor-header-actions-gap: map-get( $spacing, 2 ) !default;
|
|
21348
|
+
$coloreditor-header-actions-gap: k-map-get( $spacing, 2 ) !default;
|
|
20596
21349
|
|
|
20597
|
-
$coloreditor-preview-gap: map-get( $spacing, 1 ) !default;
|
|
21350
|
+
$coloreditor-preview-gap: k-map-get( $spacing, 1 ) !default;
|
|
20598
21351
|
$coloreditor-color-preview-width: 32px !default;
|
|
20599
21352
|
$coloreditor-color-preview-height: 12px !default;
|
|
20600
21353
|
|
|
@@ -21419,8 +22172,8 @@ $kendo-treeview-font-size-lg: $font-size-lg !default;
|
|
|
21419
22172
|
/// Line height of the treeview component.
|
|
21420
22173
|
/// @group treeview
|
|
21421
22174
|
$kendo-treeview-line-height: 1.25 !default;
|
|
21422
|
-
$kendo-treeview-line-height-sm: ( 20
|
|
21423
|
-
$kendo-treeview-line-height-md: ( 20
|
|
22175
|
+
$kendo-treeview-line-height-sm: k-math-div( 20, 14 ) !default;
|
|
22176
|
+
$kendo-treeview-line-height-md: k-math-div( 20, 14 ) !default;
|
|
21424
22177
|
$kendo-treeview-line-height-lg: 1.5 !default;
|
|
21425
22178
|
/// Indentation of child groups in treeview component.
|
|
21426
22179
|
/// @group treeview
|
|
@@ -21428,16 +22181,16 @@ $kendo-treeview-indent: 16px !default;
|
|
|
21428
22181
|
|
|
21429
22182
|
/// Horizontal padding of treeview items.
|
|
21430
22183
|
/// @group treeview
|
|
21431
|
-
$kendo-treeview-item-padding-x: map-get( $spacing, 4 ) !default;
|
|
21432
|
-
$kendo-treeview-item-padding-x-sm: map-get( $spacing, 4 ) !default;
|
|
21433
|
-
$kendo-treeview-item-padding-x-md: map-get( $spacing, 4 ) !default;
|
|
21434
|
-
$kendo-treeview-item-padding-x-lg: map-get( $spacing, 4 ) !default;
|
|
22184
|
+
$kendo-treeview-item-padding-x: k-map-get( $spacing, 4 ) !default;
|
|
22185
|
+
$kendo-treeview-item-padding-x-sm: k-map-get( $spacing, 4 ) !default;
|
|
22186
|
+
$kendo-treeview-item-padding-x-md: k-map-get( $spacing, 4 ) !default;
|
|
22187
|
+
$kendo-treeview-item-padding-x-lg: k-map-get( $spacing, 4 ) !default;
|
|
21435
22188
|
/// Vertical padding of treeview items.
|
|
21436
22189
|
/// @group treeview
|
|
21437
|
-
$kendo-treeview-item-padding-y: map-get( $spacing, 2 ) !default;
|
|
21438
|
-
$kendo-treeview-item-padding-y-sm: map-get( $spacing, 2 ) - map-get( $spacing, thin ) !default;
|
|
21439
|
-
$kendo-treeview-item-padding-y-md: map-get( $spacing, 2 ) !default;
|
|
21440
|
-
$kendo-treeview-item-padding-y-lg: map-get( $spacing, 2 ) !default;
|
|
22190
|
+
$kendo-treeview-item-padding-y: k-map-get( $spacing, 2 ) !default;
|
|
22191
|
+
$kendo-treeview-item-padding-y-sm: k-map-get( $spacing, 2 ) - k-map-get( $spacing, thin ) !default;
|
|
22192
|
+
$kendo-treeview-item-padding-y-md: k-map-get( $spacing, 2 ) !default;
|
|
22193
|
+
$kendo-treeview-item-padding-y-lg: k-map-get( $spacing, 2 ) !default;
|
|
21441
22194
|
/// Border width of treeview items.
|
|
21442
22195
|
/// @group treeview
|
|
21443
22196
|
$kendo-treeview-item-border-width: 0px !default;
|
|
@@ -21877,8 +22630,8 @@ $kendo-treeview-loadmore-focus-shadow: $kendo-treeview-item-focus-shadow !defaul
|
|
|
21877
22630
|
// Component
|
|
21878
22631
|
// #region @import "_variables.scss"; -> packages/material/scss/dropdowntree/_variables.scss
|
|
21879
22632
|
// Dropdowntree
|
|
21880
|
-
$dropdowntree-popup-padding-x: map-get( $spacing, 2 ) !default;
|
|
21881
|
-
$dropdowntree-popup-padding-y: map-get( $spacing, 2 ) !default;
|
|
22633
|
+
$dropdowntree-popup-padding-x: k-map-get( $spacing, 2 ) !default;
|
|
22634
|
+
$dropdowntree-popup-padding-y: k-map-get( $spacing, 2 ) !default;
|
|
21882
22635
|
|
|
21883
22636
|
// #endregion
|
|
21884
22637
|
// #region @import "_layout.scss"; -> packages/material/scss/dropdowntree/_layout.scss
|
|
@@ -22016,8 +22769,8 @@ $rating-icon-selected-text: $primary-darker !default;
|
|
|
22016
22769
|
$rating-icon-hover-text: $primary-darker !default;
|
|
22017
22770
|
$rating-icon-focused-text: $primary-darker !default;
|
|
22018
22771
|
|
|
22019
|
-
$rating-icon-focused-shadow: 0 2px 4px rgba(
|
|
22020
|
-
$rating-icon-focused-selected-shadow: 0 2px 4px rgba(
|
|
22772
|
+
$rating-icon-focused-shadow: 0 2px 4px rgba( black, .1 ) !default;
|
|
22773
|
+
$rating-icon-focused-selected-shadow: 0 2px 4px rgba( black, .1) !default;
|
|
22021
22774
|
|
|
22022
22775
|
// #endregion
|
|
22023
22776
|
// #region @import "_layout.scss"; -> packages/material/scss/rating/_layout.scss
|
|
@@ -22842,26 +23595,26 @@ $kendo-switch-on-thumb-hover-gradient: null !default;
|
|
|
22842
23595
|
// Component
|
|
22843
23596
|
// #region @import "_variables.scss"; -> packages/material/scss/dropzone/_variables.scss
|
|
22844
23597
|
// Dropzone
|
|
22845
|
-
$dropzone-padding-x: map-get( $spacing, 2 ) !default;
|
|
22846
|
-
$dropzone-padding-y: map-get( $spacing, 2 ) !default;
|
|
23598
|
+
$dropzone-padding-x: k-map-get( $spacing, 2 ) !default;
|
|
23599
|
+
$dropzone-padding-y: k-map-get( $spacing, 2 ) !default;
|
|
22847
23600
|
$dropzone-border-width: 1px !default;
|
|
22848
23601
|
$dropzone-min-height: 220px !default;
|
|
22849
23602
|
|
|
22850
23603
|
$dropzone-font-family: $font-family !default;
|
|
22851
23604
|
$dropzone-font-size: $font-size !default;
|
|
22852
|
-
$dropzone-line-height: ( 20
|
|
23605
|
+
$dropzone-line-height: k-math-div( 20, 14 ) !default;
|
|
22853
23606
|
|
|
22854
|
-
$dropzone-bg: try-shade( $base-bg, 1 ) !default;
|
|
23607
|
+
$dropzone-bg: k-try-shade( $base-bg, 1 ) !default;
|
|
22855
23608
|
$dropzone-text: $base-text !default;
|
|
22856
23609
|
$dropzone-border: $base-border !default;
|
|
22857
23610
|
|
|
22858
23611
|
$dropzone-icon-size: ( $icon-size * 3 ) !default;
|
|
22859
|
-
$dropzone-icon-spacing: map-get( $spacing, 6 ) !default;
|
|
22860
|
-
$dropzone-icon-text: try-tint( $dropzone-text, 4 ) !default;
|
|
23612
|
+
$dropzone-icon-spacing: k-map-get( $spacing, 6 ) !default;
|
|
23613
|
+
$dropzone-icon-text: k-try-tint( $dropzone-text, 4 ) !default;
|
|
22861
23614
|
$dropzone-icon-hover-text: $primary !default;
|
|
22862
23615
|
|
|
22863
23616
|
$dropzone-hint-font-size: null !default;
|
|
22864
|
-
$dropzone-hint-spacing: map-get( $spacing, 2 ) !default;
|
|
23617
|
+
$dropzone-hint-spacing: k-map-get( $spacing, 2 ) !default;
|
|
22865
23618
|
$dropzone-hint-text: null !default;
|
|
22866
23619
|
|
|
22867
23620
|
$dropzone-note-font-size: $font-size-sm !default;
|
|
@@ -22971,15 +23724,15 @@ $dropzone-note-text: $subtle-text !default;
|
|
|
22971
23724
|
$upload-border-width: 1px !default;
|
|
22972
23725
|
$upload-font-family: $font-family !default;
|
|
22973
23726
|
$upload-font-size: $font-size !default;
|
|
22974
|
-
$upload-line-height: ( 20
|
|
23727
|
+
$upload-line-height: k-math-div( 20, 14 ) !default;
|
|
22975
23728
|
$upload-max-height: 300px !default;
|
|
22976
23729
|
|
|
22977
23730
|
$upload-bg: $component-bg !default;
|
|
22978
23731
|
$upload-text: $component-text !default;
|
|
22979
23732
|
$upload-border: $component-border !default;
|
|
22980
23733
|
|
|
22981
|
-
$upload-dropzone-padding-x: map-get( $spacing, 2 ) !default;
|
|
22982
|
-
$upload-dropzone-padding-y: map-get( $spacing, 2 ) !default;
|
|
23734
|
+
$upload-dropzone-padding-x: k-map-get( $spacing, 2 ) !default;
|
|
23735
|
+
$upload-dropzone-padding-y: k-map-get( $spacing, 2 ) !default;
|
|
22983
23736
|
$upload-dropzone-bg: $header-bg !default;
|
|
22984
23737
|
$upload-dropzone-text: $header-text !default;
|
|
22985
23738
|
$upload-dropzone-border: $upload-border !default;
|
|
@@ -22988,8 +23741,8 @@ $upload-dropzone-hover-bg: $hovered-bg !default;
|
|
|
22988
23741
|
$upload-status-text: $subtle-text !default;
|
|
22989
23742
|
$upload-status-text-opacity: null !default;
|
|
22990
23743
|
|
|
22991
|
-
$upload-item-padding-x: map-get( $spacing, 4 ) !default;
|
|
22992
|
-
$upload-item-padding-y: map-get( $spacing, 4 ) !default;
|
|
23744
|
+
$upload-item-padding-x: k-map-get( $spacing, 4 ) !default;
|
|
23745
|
+
$upload-item-padding-y: k-map-get( $spacing, 4 ) !default;
|
|
22993
23746
|
|
|
22994
23747
|
$upload-multiple-items-spacing: 12px !default;
|
|
22995
23748
|
|
|
@@ -23014,7 +23767,7 @@ $upload-error-bg: $error !default;
|
|
|
23014
23767
|
$upload-error-text: $error !default;
|
|
23015
23768
|
$upload-error-border: $error !default;
|
|
23016
23769
|
|
|
23017
|
-
$upload-focused-shadow: 0 0 0 2px rgba(
|
|
23770
|
+
$upload-focused-shadow: 0 0 0 2px rgba( black, .13 ) !default;
|
|
23018
23771
|
|
|
23019
23772
|
// #endregion
|
|
23020
23773
|
// #region @import "_layout.scss"; -> packages/material/scss/upload/_layout.scss
|
|
@@ -23602,7 +24355,7 @@ $upload-focused-shadow: 0 0 0 2px rgba(0, 0, 0, .13) !default;
|
|
|
23602
24355
|
.k-upload {
|
|
23603
24356
|
.k-upload-button {
|
|
23604
24357
|
@include box-shadow( none );
|
|
23605
|
-
background-color: try-shade( $upload-dropzone-bg );
|
|
24358
|
+
background-color: k-try-shade( $upload-dropzone-bg );
|
|
23606
24359
|
}
|
|
23607
24360
|
}
|
|
23608
24361
|
}
|
|
@@ -23636,8 +24389,8 @@ $upload-focused-shadow: 0 0 0 2px rgba(0, 0, 0, .13) !default;
|
|
|
23636
24389
|
// Appbar
|
|
23637
24390
|
$appbar-margin-y: null !default;
|
|
23638
24391
|
$appbar-margin-x: null !default;
|
|
23639
|
-
$appbar-padding-y: map-get( $spacing, 2 ) !default;
|
|
23640
|
-
$appbar-padding-x: map-get( $spacing, 2 ) !default;
|
|
24392
|
+
$appbar-padding-y: k-map-get( $spacing, 2 ) !default;
|
|
24393
|
+
$appbar-padding-x: k-map-get( $spacing, 2 ) !default;
|
|
23641
24394
|
$appbar-border-width: 0px !default;
|
|
23642
24395
|
|
|
23643
24396
|
$appbar-zindex: 1000 !default;
|
|
@@ -23645,16 +24398,16 @@ $appbar-zindex: 1000 !default;
|
|
|
23645
24398
|
$appbar-font-size: $font-size !default;
|
|
23646
24399
|
$appbar-line-height: $line-height !default;
|
|
23647
24400
|
$appbar-font-family: $font-family !default;
|
|
23648
|
-
$appbar-gap: map-get( $spacing, 2 ) !default;
|
|
24401
|
+
$appbar-gap: k-map-get( $spacing, 2 ) !default;
|
|
23649
24402
|
|
|
23650
24403
|
$appbar-light-bg: $light !default;
|
|
23651
|
-
$appbar-light-text: contrast-
|
|
24404
|
+
$appbar-light-text: k-contrast-color( $light ) !default;
|
|
23652
24405
|
|
|
23653
24406
|
$appbar-dark-bg: $dark !default;
|
|
23654
|
-
$appbar-dark-text: contrast-
|
|
24407
|
+
$appbar-dark-text: k-contrast-color( $dark ) !default;
|
|
23655
24408
|
|
|
23656
|
-
$appbar-box-shadow: 0px 2px 3px rgba(
|
|
23657
|
-
$appbar-bottom-box-shadow: 0px -2px 3px rgba(
|
|
24409
|
+
$appbar-box-shadow: 0px 2px 3px rgba( black, .24 ) !default;
|
|
24410
|
+
$appbar-bottom-box-shadow: 0px -2px 3px rgba( black, .24 ) !default;
|
|
23658
24411
|
|
|
23659
24412
|
// #endregion
|
|
23660
24413
|
// #region @import "_layout.scss"; -> packages/material/scss/appbar/_layout.scss
|
|
@@ -23876,18 +24629,18 @@ $kendo-fab-icon-width: 20px !default;
|
|
|
23876
24629
|
$kendo-fab-icon-height: $kendo-fab-icon-width !default;
|
|
23877
24630
|
/// FAB icon spacing.
|
|
23878
24631
|
/// @group floating-action-button
|
|
23879
|
-
$kendo-fab-icon-spacing: map-get( $spacing, 1 ) * 1.5 !default;
|
|
24632
|
+
$kendo-fab-icon-spacing: k-map-get( $spacing, 1 ) * 1.5 !default;
|
|
23880
24633
|
|
|
23881
24634
|
/// FAB items horizontal padding.
|
|
23882
24635
|
/// @group floating-action-button
|
|
23883
24636
|
$kendo-fab-items-padding-x: 0px !default;
|
|
23884
24637
|
/// FAB items vertical padding.
|
|
23885
24638
|
/// @group floating-action-button
|
|
23886
|
-
$kendo-fab-items-padding-y: map-get( $spacing, 4 ) !default;
|
|
24639
|
+
$kendo-fab-items-padding-y: k-map-get( $spacing, 4 ) !default;
|
|
23887
24640
|
|
|
23888
24641
|
/// FAB item text horizontal padding.
|
|
23889
24642
|
/// @group floating-action-button
|
|
23890
|
-
$kendo-fab-item-text-padding-x: map-get( $spacing, 1 ) !default;
|
|
24643
|
+
$kendo-fab-item-text-padding-x: k-map-get( $spacing, 1 ) !default;
|
|
23891
24644
|
/// FAB item text vertical padding.
|
|
23892
24645
|
/// @group floating-action-button
|
|
23893
24646
|
$kendo-fab-item-text-padding-y: $kendo-fab-item-text-padding-x !default;
|
|
@@ -23906,7 +24659,7 @@ $kendo-fab-item-text-line-height: 1.2 !default;
|
|
|
23906
24659
|
|
|
23907
24660
|
/// FAB item icon horizontal padding.
|
|
23908
24661
|
/// @group floating-action-button
|
|
23909
|
-
$kendo-fab-item-icon-padding-x: map-get( $spacing, 2 ) !default;
|
|
24662
|
+
$kendo-fab-item-icon-padding-x: k-map-get( $spacing, 2 ) !default;
|
|
23910
24663
|
/// FAB item icon vertical padding.
|
|
23911
24664
|
/// @group floating-action-button
|
|
23912
24665
|
$kendo-fab-item-icon-padding-y: $kendo-fab-item-icon-padding-x !default;
|
|
@@ -23929,13 +24682,13 @@ $kendo-fab-theme-colors: $kendo-theme-colors !default;
|
|
|
23929
24682
|
|
|
23930
24683
|
/// The base shadow of the FAB.
|
|
23931
24684
|
/// @group floating-action-button
|
|
23932
|
-
$kendo-fab-shadow: 0px 3px 5px -1px rgba(
|
|
24685
|
+
$kendo-fab-shadow: 0px 3px 5px -1px rgba( black, .2 ), 0px 6px 10px rgba( black, .14 ), 0px 1px 18px rgba( black, .12 ) !default;
|
|
23933
24686
|
/// The disabled shadow of the FAB.
|
|
23934
24687
|
/// @group floating-action-button
|
|
23935
|
-
$kendo-fab-disabled-shadow: 0px 3px 5px -1px try-tint(rgba(
|
|
24688
|
+
$kendo-fab-disabled-shadow: 0px 3px 5px -1px k-try-tint( rgba( black, .2 ), .5 ), 0px 6px 10px k-try-tint( rgba( black, .14 ), .5 ), 0px 1px 18px k-try-tint( rgba( black, .12 ), .5 ) !default;
|
|
23936
24689
|
/// The active shadow of the FAB.
|
|
23937
24690
|
/// @group floating-action-button
|
|
23938
|
-
$kendo-fab-active-shadow: 0px 5px 5px -3px rgba(
|
|
24691
|
+
$kendo-fab-active-shadow: 0px 5px 5px -3px rgba( black, .2 ), 0px 8px 10px 1px rgba( black, .14 ), 0px 3px 14px 2px rgba( black, .12 ) !default;
|
|
23939
24692
|
|
|
23940
24693
|
/// The base text color of the FAB item.
|
|
23941
24694
|
/// @group floating-action-button
|
|
@@ -24152,7 +24905,7 @@ $kendo-fab-item-active-shadow: $kendo-fab-active-shadow !default;
|
|
|
24152
24905
|
.k-fab-solid-#{$name} {
|
|
24153
24906
|
@include box-shadow($kendo-fab-shadow);
|
|
24154
24907
|
border-color: $color;
|
|
24155
|
-
color: contrast-
|
|
24908
|
+
color: k-contrast-color( $color );
|
|
24156
24909
|
background-color: $color;
|
|
24157
24910
|
}
|
|
24158
24911
|
}
|
|
@@ -24161,8 +24914,8 @@ $kendo-fab-item-active-shadow: $kendo-fab-active-shadow !default;
|
|
|
24161
24914
|
@each $name, $color in $kendo-fab-theme-colors {
|
|
24162
24915
|
.k-hover.k-fab-solid-#{$name},
|
|
24163
24916
|
.k-fab-solid-#{$name}:hover {
|
|
24164
|
-
border-color: true-mix( #ffffff, $color, 8%);
|
|
24165
|
-
background-color: true-mix( #ffffff, $color, 8%);
|
|
24917
|
+
border-color: k-true-mix( #ffffff, $color, 8%);
|
|
24918
|
+
background-color: k-true-mix( #ffffff, $color, 8%);
|
|
24166
24919
|
}
|
|
24167
24920
|
}
|
|
24168
24921
|
|
|
@@ -24170,8 +24923,8 @@ $kendo-fab-item-active-shadow: $kendo-fab-active-shadow !default;
|
|
|
24170
24923
|
@each $name, $color in $kendo-fab-theme-colors {
|
|
24171
24924
|
.k-focus.k-fab-solid-#{$name},
|
|
24172
24925
|
.k-fab-solid-#{$name}:focus {
|
|
24173
|
-
border-color: true-mix( #ffffff, $color, 12%);
|
|
24174
|
-
background-color: true-mix( #ffffff, $color, 12%);
|
|
24926
|
+
border-color: k-true-mix( #ffffff, $color, 12%);
|
|
24927
|
+
background-color: k-true-mix( #ffffff, $color, 12%);
|
|
24175
24928
|
}
|
|
24176
24929
|
}
|
|
24177
24930
|
|
|
@@ -24180,8 +24933,8 @@ $kendo-fab-item-active-shadow: $kendo-fab-active-shadow !default;
|
|
|
24180
24933
|
.k-active.k-fab-solid-#{$name},
|
|
24181
24934
|
.k-selected.k-fab-solid-#{$name},
|
|
24182
24935
|
.k-fab-solid-#{$name}:active {
|
|
24183
|
-
border-color: true-mix( #ffffff, $color, 16%);
|
|
24184
|
-
background-color: true-mix( #ffffff, $color, 16%);
|
|
24936
|
+
border-color: k-true-mix( #ffffff, $color, 16%);
|
|
24937
|
+
background-color: k-true-mix( #ffffff, $color, 16%);
|
|
24185
24938
|
box-shadow: $kendo-fab-active-shadow;
|
|
24186
24939
|
}
|
|
24187
24940
|
}
|
|
@@ -24191,9 +24944,9 @@ $kendo-fab-item-active-shadow: $kendo-fab-active-shadow !default;
|
|
|
24191
24944
|
.k-disabled.k-fab-solid-#{$name},
|
|
24192
24945
|
.k-fab-solid-#{$name}:disabled {
|
|
24193
24946
|
@include box-shadow($kendo-fab-disabled-shadow);
|
|
24194
|
-
border-color: try-tint( try-shade( $body-bg, 12% ), 5);
|
|
24195
|
-
background-color: try-tint( try-shade( $body-bg, 12% ), 5);
|
|
24196
|
-
color: tint( $disabled-text, 4);
|
|
24947
|
+
border-color: k-try-tint( k-try-shade( $body-bg, 12% ), 5);
|
|
24948
|
+
background-color: k-try-tint( k-try-shade( $body-bg, 12% ), 5);
|
|
24949
|
+
color: k-color-tint( $disabled-text, 4);
|
|
24197
24950
|
opacity: 1;
|
|
24198
24951
|
}
|
|
24199
24952
|
}
|
|
@@ -24219,25 +24972,25 @@ $kendo-fab-item-active-shadow: $kendo-fab-active-shadow !default;
|
|
|
24219
24972
|
// Hover state
|
|
24220
24973
|
.k-fab-item.k-hover .k-fab-item-icon,
|
|
24221
24974
|
.k-fab-item:hover .k-fab-item-icon {
|
|
24222
|
-
border-color: true-mix( #000000, $kendo-fab-item-icon-border, 8%);
|
|
24223
|
-
background-color: true-mix( #000000, $kendo-fab-item-icon-bg, 8%);
|
|
24224
|
-
color: true-mix( #000000, $kendo-fab-item-icon-text, 8%);
|
|
24975
|
+
border-color: k-true-mix( #000000, $kendo-fab-item-icon-border, 8%);
|
|
24976
|
+
background-color: k-true-mix( #000000, $kendo-fab-item-icon-bg, 8%);
|
|
24977
|
+
color: k-true-mix( #000000, $kendo-fab-item-icon-text, 8%);
|
|
24225
24978
|
}
|
|
24226
24979
|
|
|
24227
24980
|
// Focus state
|
|
24228
24981
|
.k-fab-item:focus .k-fab-item-icon,
|
|
24229
24982
|
.k-fab-item.k-focus .k-fab-item-icon {
|
|
24230
|
-
border-color: true-mix( #000000, $kendo-fab-item-icon-border, 12%);
|
|
24231
|
-
background-color: true-mix( #000000, $kendo-fab-item-icon-bg, 12%);
|
|
24232
|
-
color: true-mix( #000000, $kendo-fab-item-icon-text, 12%);
|
|
24983
|
+
border-color: k-true-mix( #000000, $kendo-fab-item-icon-border, 12%);
|
|
24984
|
+
background-color: k-true-mix( #000000, $kendo-fab-item-icon-bg, 12%);
|
|
24985
|
+
color: k-true-mix( #000000, $kendo-fab-item-icon-text, 12%);
|
|
24233
24986
|
}
|
|
24234
24987
|
|
|
24235
24988
|
// Active state
|
|
24236
24989
|
.k-fab-item.k-active .k-fab-item-icon,
|
|
24237
24990
|
.k-fab-item:active .k-fab-item-icon {
|
|
24238
24991
|
@include box-shadow($kendo-fab-item-active-shadow);
|
|
24239
|
-
border-color: true-mix( #ffffff, $kendo-fab-item-icon-border, 12%);
|
|
24240
|
-
background-color: true-mix( #ffffff, $kendo-fab-item-icon-bg, 12%);
|
|
24992
|
+
border-color: k-true-mix( #ffffff, $kendo-fab-item-icon-border, 12%);
|
|
24993
|
+
background-color: k-true-mix( #ffffff, $kendo-fab-item-icon-bg, 12%);
|
|
24241
24994
|
}
|
|
24242
24995
|
|
|
24243
24996
|
// Disabled state
|
|
@@ -24248,8 +25001,8 @@ $kendo-fab-item-active-shadow: $kendo-fab-active-shadow !default;
|
|
|
24248
25001
|
.k-fab-item-text,
|
|
24249
25002
|
.k-fab-item-icon {
|
|
24250
25003
|
@include box-shadow($kendo-fab-item-disabled-shadow);
|
|
24251
|
-
background-color: try-tint( $kendo-fab-item-bg, 8 );
|
|
24252
|
-
color: try-tint( $kendo-fab-item-text, 8 );
|
|
25004
|
+
background-color: k-try-tint( $kendo-fab-item-bg, 8 );
|
|
25005
|
+
color: k-try-tint( $kendo-fab-item-text, 8 );
|
|
24253
25006
|
}
|
|
24254
25007
|
}
|
|
24255
25008
|
|
|
@@ -24302,14 +25055,15 @@ $actionsheet-padding-x: null !default;
|
|
|
24302
25055
|
$actionsheet-padding-y: null !default;
|
|
24303
25056
|
$actionsheet-width: 360px !default;
|
|
24304
25057
|
$actionsheet-max-width: 100% !default;
|
|
24305
|
-
$actionsheet-
|
|
25058
|
+
$actionsheet-height: 60vh !default;
|
|
25059
|
+
$actionsheet-max-height: 60vh !default;
|
|
24306
25060
|
|
|
24307
25061
|
$actionsheet-border-width: 0px !default;
|
|
24308
25062
|
$actionsheet-border-radius: 0px !default;
|
|
24309
25063
|
|
|
24310
25064
|
$actionsheet-font-size: $font-size !default;
|
|
24311
25065
|
$actionsheet-font-family: $font-family !default;
|
|
24312
|
-
$actionsheet-line-height: ( 20
|
|
25066
|
+
$actionsheet-line-height: k-math-div( 20, 14 ) !default;
|
|
24313
25067
|
|
|
24314
25068
|
$actionsheet-bg: $component-bg !default;
|
|
24315
25069
|
$actionsheet-text: $component-text !default;
|
|
@@ -24318,24 +25072,29 @@ $actionsheet-shadow: $box-shadow-depth-4 !default;
|
|
|
24318
25072
|
|
|
24319
25073
|
|
|
24320
25074
|
// Actionsheet header
|
|
24321
|
-
$actionsheet-
|
|
24322
|
-
$actionsheet-
|
|
24323
|
-
$actionsheet-
|
|
24324
|
-
$actionsheet-
|
|
24325
|
-
$actionsheet-
|
|
24326
|
-
$actionsheet-
|
|
25075
|
+
$actionsheet-titlebar-padding-x: k-map-get( $spacing, 4 ) !default;
|
|
25076
|
+
$actionsheet-titlebar-padding-y: k-map-get( $spacing, 2 ) !default;
|
|
25077
|
+
$actionsheet-titlebar-border-width: null !default;
|
|
25078
|
+
$actionsheet-titlebar-font-size: null !default;
|
|
25079
|
+
$actionsheet-titlebar-font-family: null !default;
|
|
25080
|
+
$actionsheet-titlebar-line-height: null !default;
|
|
25081
|
+
$actionsheet-titlebar-gap: k-map-get( $spacing, 4 ) !default;
|
|
25082
|
+
|
|
25083
|
+
$actionsheet-titlebar-bg: null !default;
|
|
25084
|
+
$actionsheet-titlebar-text: null !default;
|
|
25085
|
+
$actionsheet-titlebar-border: null !default;
|
|
25086
|
+
$actionsheet-titlebar-gradient: null !default;
|
|
25087
|
+
$actionsheet-titlebar-shadow: null !default;
|
|
24327
25088
|
|
|
24328
|
-
$actionsheet-
|
|
24329
|
-
$actionsheet-
|
|
24330
|
-
$actionsheet-
|
|
24331
|
-
$actionsheet-header-gradient: null !default;
|
|
24332
|
-
$actionsheet-header-shadow: null !default;
|
|
25089
|
+
$actionsheet-subtitle-font-size: $font-size-sm !default;
|
|
25090
|
+
$actionsheet-subtitle-line-height: $line-height-sm !default;
|
|
25091
|
+
$actionsheet-subtitle-text: $subtle-text !default;
|
|
24333
25092
|
|
|
24334
25093
|
|
|
24335
25094
|
// Actionsheet item
|
|
24336
25095
|
$actionsheet-item-min-height: 40px !default;
|
|
24337
|
-
$actionsheet-item-padding-x: map-get( $spacing, 4 ) !default;
|
|
24338
|
-
$actionsheet-item-padding-y: map-get( $spacing, 2 ) !default;
|
|
25096
|
+
$actionsheet-item-padding-x: k-map-get( $spacing, 4 ) !default;
|
|
25097
|
+
$actionsheet-item-padding-y: k-map-get( $spacing, 2 ) !default;
|
|
24339
25098
|
$actionsheet-item-border-width: 1px !default;
|
|
24340
25099
|
$actionsheet-item-spacing: 12px !default;
|
|
24341
25100
|
|
|
@@ -24365,32 +25124,91 @@ $actionsheet-item-disabled-border: null !default;
|
|
|
24365
25124
|
$actionsheet-item-disabled-gradient: null !default;
|
|
24366
25125
|
$actionsheet-item-disabled-shadow: null !default;
|
|
24367
25126
|
|
|
24368
|
-
$actionsheet-item-hover-background: rgba(
|
|
24369
|
-
$actionsheet-item-focus-background: rgba(
|
|
25127
|
+
$actionsheet-item-hover-background: rgba( black, .04 ) !default;
|
|
25128
|
+
$actionsheet-item-focus-background: rgba( black, .12 ) !default;
|
|
24370
25129
|
$actionsheet-item-focus-shadow: null !default;
|
|
24371
25130
|
$actionsheet-item-disabled-opacity: .42 !default;
|
|
24372
25131
|
|
|
25132
|
+
|
|
25133
|
+
// Adaptive Actionsheet
|
|
25134
|
+
$adaptive-actionsheet-titlebar-border-width: 1px !default;
|
|
25135
|
+
$adaptive-actionsheet-titlebar-padding-y: k-map-get( $spacing, 4 ) !default;
|
|
25136
|
+
$adaptive-actionsheet-titlebar-padding-x: $adaptive-actionsheet-titlebar-padding-y !default;
|
|
25137
|
+
$adaptive-actionsheet-titlebar-border: $component-border !default;
|
|
25138
|
+
|
|
25139
|
+
$adaptive-actionsheet-content-padding-y: k-map-get( $spacing, 2 ) !default;
|
|
25140
|
+
$adaptive-actionsheet-content-padding-x: k-map-get( $spacing, 4 ) !default;
|
|
25141
|
+
|
|
25142
|
+
$adaptive-actionsheet-footer-padding-y: k-map-get( $spacing, 2 ) !default;
|
|
25143
|
+
$adaptive-actionsheet-footer-padding-x: k-map-get( $spacing, 4 ) !default;
|
|
25144
|
+
|
|
24373
25145
|
// #endregion
|
|
24374
25146
|
// #region @import "_layout.scss"; -> packages/material/scss/action-sheet/_layout.scss
|
|
24375
25147
|
// #region @import "~@progress/kendo-theme-default/scss/action-sheet/_layout.scss"; -> packages/material/node_modules/@progress/kendo-theme-default/scss/action-sheet/_layout.scss
|
|
24376
25148
|
@include exports("action-sheet/layout") {
|
|
24377
25149
|
|
|
25150
|
+
// Action sheet container
|
|
24378
25151
|
.k-actionsheet-container {
|
|
24379
|
-
width:
|
|
24380
|
-
height:
|
|
25152
|
+
width: 100%;
|
|
25153
|
+
height: 100%;
|
|
25154
|
+
max-width: unquote("max(100%, 100vw)");
|
|
25155
|
+
max-height: unquote("max(100%, 100vh)");
|
|
24381
25156
|
position: fixed;
|
|
24382
25157
|
top: 0;
|
|
24383
25158
|
left: 0;
|
|
24384
25159
|
z-index: 9999;
|
|
24385
25160
|
overflow: hidden;
|
|
25161
|
+
transform: translateZ(0);
|
|
24386
25162
|
}
|
|
24387
25163
|
|
|
25164
|
+
|
|
25165
|
+
// Animation container
|
|
25166
|
+
.k-actionsheet-container {
|
|
25167
|
+
|
|
25168
|
+
// Overlay
|
|
25169
|
+
> .k-overlay {
|
|
25170
|
+
position: absolute;
|
|
25171
|
+
z-index: 1;
|
|
25172
|
+
}
|
|
25173
|
+
|
|
25174
|
+
// Nested animation container
|
|
25175
|
+
> .k-animation-container {
|
|
25176
|
+
width: 100%;
|
|
25177
|
+
height: 100%;
|
|
25178
|
+
border-radius: 0;
|
|
25179
|
+
overflow: hidden;
|
|
25180
|
+
position: absolute;
|
|
25181
|
+
z-index: 2;
|
|
25182
|
+
top: 0;
|
|
25183
|
+
left: 0;
|
|
25184
|
+
pointer-events: none;
|
|
25185
|
+
|
|
25186
|
+
> .k-child-animation-container {
|
|
25187
|
+
position: absolute;
|
|
25188
|
+
}
|
|
25189
|
+
}
|
|
25190
|
+
|
|
25191
|
+
// No animation container
|
|
25192
|
+
> .k-actionsheet {
|
|
25193
|
+
position: absolute;
|
|
25194
|
+
z-index: 2;
|
|
25195
|
+
}
|
|
25196
|
+
|
|
25197
|
+
// Enable mouse events for action sheet
|
|
25198
|
+
.k-actionsheet {
|
|
25199
|
+
pointer-events: all;
|
|
25200
|
+
}
|
|
25201
|
+
}
|
|
25202
|
+
|
|
25203
|
+
|
|
24388
25204
|
// Actionsheet
|
|
24389
25205
|
.k-actionsheet {
|
|
24390
|
-
padding: $actionsheet-padding-y
|
|
24391
|
-
|
|
24392
|
-
|
|
24393
|
-
|
|
25206
|
+
padding-block: $actionsheet-padding-y;
|
|
25207
|
+
padding-inline: $actionsheet-padding-y;
|
|
25208
|
+
width: var( --kendo-actionsheet-width, #{$actionsheet-width} );
|
|
25209
|
+
height: var( --kendo-actionsheet-height, #{$actionsheet-height} );
|
|
25210
|
+
max-width: var( --kendo-actionsheet-max-width, #{$actionsheet-max-width} );
|
|
25211
|
+
max-height: var( --kendo-actionsheet-max-height, #{$actionsheet-max-height} );
|
|
24394
25212
|
border-width: 0;
|
|
24395
25213
|
border-style: solid;
|
|
24396
25214
|
border-color: transparent;
|
|
@@ -24398,10 +25216,8 @@ $actionsheet-item-disabled-opacity: .42 !default;
|
|
|
24398
25216
|
font-size: $actionsheet-font-size;
|
|
24399
25217
|
font-family: $actionsheet-font-family;
|
|
24400
25218
|
line-height: $actionsheet-line-height;
|
|
24401
|
-
overflow
|
|
24402
|
-
|
|
24403
|
-
position: fixed;
|
|
24404
|
-
z-index: 10002;
|
|
25219
|
+
overflow: hidden;
|
|
25220
|
+
position: relative;
|
|
24405
25221
|
|
|
24406
25222
|
*,
|
|
24407
25223
|
*::before,
|
|
@@ -24409,37 +25225,37 @@ $actionsheet-item-disabled-opacity: .42 !default;
|
|
|
24409
25225
|
box-sizing: border-box;
|
|
24410
25226
|
}
|
|
24411
25227
|
}
|
|
24412
|
-
.k-actionsheet-fullscreen {
|
|
24413
|
-
max-height: 100%;
|
|
24414
|
-
height: 100%;
|
|
24415
|
-
}
|
|
24416
25228
|
|
|
24417
25229
|
|
|
24418
|
-
// Actionsheet
|
|
24419
|
-
.k-actionsheet-
|
|
24420
|
-
padding: $actionsheet-
|
|
25230
|
+
// Actionsheet titlebar
|
|
25231
|
+
.k-actionsheet-titlebar {
|
|
25232
|
+
padding: $actionsheet-titlebar-padding-y $actionsheet-titlebar-padding-x;
|
|
24421
25233
|
border-width: 0;
|
|
24422
|
-
border-bottom-width: if( $actionsheet-
|
|
25234
|
+
border-bottom-width: if( $actionsheet-titlebar-border-width, $actionsheet-titlebar-border-width, null );
|
|
24423
25235
|
border-style: solid;
|
|
24424
25236
|
border-color: transparent;
|
|
24425
|
-
|
|
24426
|
-
font-
|
|
24427
|
-
|
|
24428
|
-
line-height: $actionsheet-header-line-height;
|
|
25237
|
+
font-size: $actionsheet-titlebar-font-size;
|
|
25238
|
+
font-family: $actionsheet-titlebar-font-family;
|
|
25239
|
+
line-height: $actionsheet-titlebar-line-height;
|
|
24429
25240
|
flex: none;
|
|
25241
|
+
display: flex;
|
|
25242
|
+
flex-flow: column nowrap;
|
|
25243
|
+
align-items: center;
|
|
25244
|
+
gap: $actionsheet-titlebar-gap;
|
|
24430
25245
|
}
|
|
24431
|
-
|
|
24432
|
-
|
|
24433
|
-
// Actionsheet titlebar
|
|
24434
|
-
.k-actionsheet-titlebar {
|
|
24435
|
-
@extend .k-actionsheet-header !optional;
|
|
25246
|
+
.k-actionsheet-titlebar-group {
|
|
24436
25247
|
display: flex;
|
|
24437
25248
|
flex-flow: row nowrap;
|
|
24438
25249
|
align-items: center;
|
|
25250
|
+
width: 100%;
|
|
24439
25251
|
}
|
|
24440
25252
|
.k-actionsheet-title {
|
|
24441
25253
|
flex: 1;
|
|
24442
25254
|
}
|
|
25255
|
+
.k-actionsheet-subtitle {
|
|
25256
|
+
font-size: $actionsheet-subtitle-font-size;
|
|
25257
|
+
line-height: $actionsheet-subtitle-line-height;
|
|
25258
|
+
}
|
|
24443
25259
|
.k-actionsheet-actions {
|
|
24444
25260
|
flex: none;
|
|
24445
25261
|
}
|
|
@@ -24449,6 +25265,7 @@ $actionsheet-item-disabled-opacity: .42 !default;
|
|
|
24449
25265
|
.k-actionsheet-content {
|
|
24450
25266
|
flex: 1;
|
|
24451
25267
|
overflow: auto;
|
|
25268
|
+
position: relative;
|
|
24452
25269
|
}
|
|
24453
25270
|
|
|
24454
25271
|
|
|
@@ -24463,6 +25280,7 @@ $actionsheet-item-disabled-opacity: .42 !default;
|
|
|
24463
25280
|
margin: 0;
|
|
24464
25281
|
padding: 0;
|
|
24465
25282
|
list-style: none;
|
|
25283
|
+
flex: none;
|
|
24466
25284
|
}
|
|
24467
25285
|
|
|
24468
25286
|
|
|
@@ -24481,7 +25299,7 @@ $actionsheet-item-disabled-opacity: .42 !default;
|
|
|
24481
25299
|
outline: 0;
|
|
24482
25300
|
display: flex;
|
|
24483
25301
|
flex-flow: row nowrap;
|
|
24484
|
-
align-items:
|
|
25302
|
+
align-items: flex-start;
|
|
24485
25303
|
gap: $actionsheet-item-spacing;
|
|
24486
25304
|
}
|
|
24487
25305
|
.k-actionsheet-item-icon {
|
|
@@ -24504,6 +25322,7 @@ $actionsheet-item-disabled-opacity: .42 !default;
|
|
|
24504
25322
|
.k-actionsheet > .k-hr {
|
|
24505
25323
|
margin: 0;
|
|
24506
25324
|
border-color: inherit;
|
|
25325
|
+
flex: none;
|
|
24507
25326
|
}
|
|
24508
25327
|
|
|
24509
25328
|
|
|
@@ -24540,6 +25359,12 @@ $actionsheet-item-disabled-opacity: .42 !default;
|
|
|
24540
25359
|
top: 50%;
|
|
24541
25360
|
transform: translateY( -50% );
|
|
24542
25361
|
}
|
|
25362
|
+
.k-actionsheet-fullscreen {
|
|
25363
|
+
width: 100%;
|
|
25364
|
+
max-width: 100%;
|
|
25365
|
+
max-height: 100%;
|
|
25366
|
+
height: 100%;
|
|
25367
|
+
}
|
|
24543
25368
|
|
|
24544
25369
|
|
|
24545
25370
|
// Action sheet in popup
|
|
@@ -24561,6 +25386,28 @@ $actionsheet-item-disabled-opacity: .42 !default;
|
|
|
24561
25386
|
display: flex;
|
|
24562
25387
|
flex-flow: column nowrap;
|
|
24563
25388
|
|
|
25389
|
+
.k-actionsheet-titlebar {
|
|
25390
|
+
padding: $adaptive-actionsheet-titlebar-padding-y $adaptive-actionsheet-titlebar-padding-x;
|
|
25391
|
+
border-bottom-width: $adaptive-actionsheet-titlebar-border-width;
|
|
25392
|
+
}
|
|
25393
|
+
|
|
25394
|
+
.k-actionsheet-content {
|
|
25395
|
+
padding: $adaptive-actionsheet-content-padding-y $adaptive-actionsheet-content-padding-x;
|
|
25396
|
+
}
|
|
25397
|
+
|
|
25398
|
+
.k-actionsheet-footer {
|
|
25399
|
+
padding: $adaptive-actionsheet-footer-padding-y $adaptive-actionsheet-footer-padding-x;
|
|
25400
|
+
}
|
|
25401
|
+
|
|
25402
|
+
.k-list-container,
|
|
25403
|
+
.k-treeview {
|
|
25404
|
+
height: 100%;
|
|
25405
|
+
}
|
|
25406
|
+
.k-list-filter {
|
|
25407
|
+
width: 100%;
|
|
25408
|
+
padding-inline: 0;
|
|
25409
|
+
}
|
|
25410
|
+
|
|
24564
25411
|
.k-calendar {
|
|
24565
25412
|
margin-inline: auto;
|
|
24566
25413
|
border-width: 0;
|
|
@@ -24580,6 +25427,58 @@ $actionsheet-item-disabled-opacity: .42 !default;
|
|
|
24580
25427
|
height: 100%;
|
|
24581
25428
|
}
|
|
24582
25429
|
}
|
|
25430
|
+
|
|
25431
|
+
.k-datetime-wrap {
|
|
25432
|
+
width: 100%;
|
|
25433
|
+
height: 100%;
|
|
25434
|
+
display: flex;
|
|
25435
|
+
flex-flow: column nowrap;
|
|
25436
|
+
}
|
|
25437
|
+
.k-datetime-selector {
|
|
25438
|
+
flex: 1 1 auto;
|
|
25439
|
+
}
|
|
25440
|
+
|
|
25441
|
+
.k-datetime-calendar-wrap {
|
|
25442
|
+
width: 100%;
|
|
25443
|
+
position: absolute;
|
|
25444
|
+
top: 0;
|
|
25445
|
+
left: 0;
|
|
25446
|
+
bottom: 0;
|
|
25447
|
+
flex: 0 0 100%;
|
|
25448
|
+
}
|
|
25449
|
+
|
|
25450
|
+
.k-datetime-time-wrap {
|
|
25451
|
+
width: 100%;
|
|
25452
|
+
position: absolute;
|
|
25453
|
+
top: 0;
|
|
25454
|
+
left: 100%;
|
|
25455
|
+
bottom: 0;
|
|
25456
|
+
flex: 0 0 100%;
|
|
25457
|
+
}
|
|
25458
|
+
|
|
25459
|
+
.k-scrollable-wrap {
|
|
25460
|
+
height: 100%;
|
|
25461
|
+
overflow-y: auto;
|
|
25462
|
+
}
|
|
25463
|
+
}
|
|
25464
|
+
|
|
25465
|
+
}
|
|
25466
|
+
|
|
25467
|
+
@include exports("action-sheet/layout/legacy") {
|
|
25468
|
+
|
|
25469
|
+
.k-actionsheet-jq {
|
|
25470
|
+
&.k-actionsheet {
|
|
25471
|
+
height: auto;
|
|
25472
|
+
}
|
|
25473
|
+
|
|
25474
|
+
.k-actionsheet-header {
|
|
25475
|
+
@extend .k-actionsheet-titlebar !optional;
|
|
25476
|
+
align-items: flex-start;
|
|
25477
|
+
}
|
|
25478
|
+
|
|
25479
|
+
.k-actionsheet-action {
|
|
25480
|
+
align-items: center;
|
|
25481
|
+
}
|
|
24583
25482
|
}
|
|
24584
25483
|
|
|
24585
25484
|
}
|
|
@@ -24603,14 +25502,17 @@ $actionsheet-item-disabled-opacity: .42 !default;
|
|
|
24603
25502
|
|
|
24604
25503
|
|
|
24605
25504
|
// Actionsheet header
|
|
24606
|
-
.k-actionsheet-
|
|
25505
|
+
.k-actionsheet-titlebar {
|
|
24607
25506
|
@include fill(
|
|
24608
|
-
$actionsheet-
|
|
24609
|
-
$actionsheet-
|
|
24610
|
-
$actionsheet-
|
|
24611
|
-
$actionsheet-
|
|
25507
|
+
$actionsheet-titlebar-text,
|
|
25508
|
+
$actionsheet-titlebar-bg,
|
|
25509
|
+
$actionsheet-titlebar-border,
|
|
25510
|
+
$actionsheet-titlebar-gradient
|
|
24612
25511
|
);
|
|
24613
|
-
@include box-shadow( $actionsheet-
|
|
25512
|
+
@include box-shadow( $actionsheet-titlebar-shadow );
|
|
25513
|
+
}
|
|
25514
|
+
.k-actionsheet-subtitle {
|
|
25515
|
+
@include fill( $color: $actionsheet-subtitle-text );
|
|
24614
25516
|
}
|
|
24615
25517
|
|
|
24616
25518
|
|
|
@@ -24619,17 +25521,7 @@ $actionsheet-item-disabled-opacity: .42 !default;
|
|
|
24619
25521
|
|
|
24620
25522
|
|
|
24621
25523
|
// Actionsheet item
|
|
24622
|
-
.k-actionsheet-item {
|
|
24623
|
-
|
|
24624
|
-
|
|
24625
|
-
// Actionsheet item description
|
|
24626
|
-
.k-actionsheet-item-description {
|
|
24627
|
-
@include fill( $color: $actionsheet-item-description-text );
|
|
24628
|
-
}
|
|
24629
|
-
|
|
24630
|
-
|
|
24631
|
-
// Actionsheet action
|
|
24632
|
-
.k-actionsheet-action {
|
|
25524
|
+
.k-actionsheet-item {
|
|
24633
25525
|
|
|
24634
25526
|
|
|
24635
25527
|
// Hover state
|
|
@@ -24658,7 +25550,7 @@ $actionsheet-item-disabled-opacity: .42 !default;
|
|
|
24658
25550
|
}
|
|
24659
25551
|
|
|
24660
25552
|
|
|
24661
|
-
//
|
|
25553
|
+
// Disabled state
|
|
24662
25554
|
&:disabled,
|
|
24663
25555
|
&.k-disabled {
|
|
24664
25556
|
@include fill(
|
|
@@ -24671,6 +25563,22 @@ $actionsheet-item-disabled-opacity: .42 !default;
|
|
|
24671
25563
|
}
|
|
24672
25564
|
}
|
|
24673
25565
|
|
|
25566
|
+
|
|
25567
|
+
// Actionsheet item description
|
|
25568
|
+
.k-actionsheet-item-description {
|
|
25569
|
+
@include fill( $color: $actionsheet-item-description-text );
|
|
25570
|
+
}
|
|
25571
|
+
|
|
25572
|
+
|
|
25573
|
+
// Actionsheet action
|
|
25574
|
+
.k-actionsheet-action {}
|
|
25575
|
+
|
|
25576
|
+
|
|
25577
|
+
// Adaptive Actionsheet
|
|
25578
|
+
.k-adaptive-actionsheet .k-actionsheet-titlebar {
|
|
25579
|
+
@include fill( $border: $adaptive-actionsheet-titlebar-border );
|
|
25580
|
+
}
|
|
25581
|
+
|
|
24674
25582
|
}
|
|
24675
25583
|
|
|
24676
25584
|
// #endregion
|
|
@@ -25117,15 +26025,15 @@ $drawer-font-size: $font-size !default;
|
|
|
25117
26025
|
$drawer-line-height: $line-height !default;
|
|
25118
26026
|
$drawer-content-padding-x: $padding-x !default;
|
|
25119
26027
|
$drawer-content-padding-y: $padding-y !default;
|
|
25120
|
-
$drawer-item-level-padding-x: map-get( $spacing, 4 ) !default;
|
|
26028
|
+
$drawer-item-level-padding-x: k-map-get( $spacing, 4 ) !default;
|
|
25121
26029
|
|
|
25122
26030
|
$drawer-item-level-count: 5 !default;
|
|
25123
26031
|
|
|
25124
26032
|
$drawer-scrollbar-width: 7px !default;
|
|
25125
|
-
$drawer-scrollbar-color: rgba(156, 156, 156, .7) !default;
|
|
26033
|
+
$drawer-scrollbar-color: rgba( 156, 156, 156, .7 ) !default;
|
|
25126
26034
|
$drawer-scrollbar-bg: #dedede !default;
|
|
25127
26035
|
$drawer-scrollbar-radius: 20px !default;
|
|
25128
|
-
$drawer-scrollbar-hovered-color: rgba(156, 156, 156, 1) !default;
|
|
26036
|
+
$drawer-scrollbar-hovered-color: rgba( 156, 156, 156, 1 ) !default;
|
|
25129
26037
|
|
|
25130
26038
|
$drawer-item-padding-x: $padding-x !default;
|
|
25131
26039
|
$drawer-item-padding-y: 12px !default;
|
|
@@ -25526,13 +26434,13 @@ $drawer-selected-hover-text: $secondary !default;
|
|
|
25526
26434
|
$notification-padding-x: 16px !default;
|
|
25527
26435
|
$notification-padding-y: 14px !default;
|
|
25528
26436
|
$notification-border-width: 0px !default;
|
|
25529
|
-
$notification-border-radius: map-get( $spacing, 1 ) !default;
|
|
26437
|
+
$notification-border-radius: k-map-get( $spacing, 1 ) !default;
|
|
25530
26438
|
|
|
25531
26439
|
$notification-shadow: $popup-shadow !default;
|
|
25532
26440
|
|
|
25533
26441
|
$notification-font-family: $font-family !default;
|
|
25534
26442
|
$notification-font-size: $font-size !default;
|
|
25535
|
-
$notification-line-height: ( 20
|
|
26443
|
+
$notification-line-height: k-math-div( 20, 14 ) !default;
|
|
25536
26444
|
|
|
25537
26445
|
$notification-icon-offset: 2px !default;
|
|
25538
26446
|
$notification-icon-spacing: $icon-spacing !default;
|
|
@@ -25546,8 +26454,8 @@ $notification-border: $component-border !default;
|
|
|
25546
26454
|
|
|
25547
26455
|
// sass-lint:disable-block indentation
|
|
25548
26456
|
@each $name, $color in $colors {
|
|
25549
|
-
$_theme: map-merge(( $name: (
|
|
25550
|
-
color: contrast-
|
|
26457
|
+
$_theme: k-map-merge(( $name: (
|
|
26458
|
+
color: k-contrast-color( $color ),
|
|
25551
26459
|
background-color: $color,
|
|
25552
26460
|
border: $color,
|
|
25553
26461
|
)), $_theme );
|
|
@@ -25737,16 +26645,16 @@ $kendo-notification-theme: notification-theme( $kendo-notification-theme-colors
|
|
|
25737
26645
|
// Component
|
|
25738
26646
|
// #region @import "_variables.scss"; -> packages/material/scss/card/_variables.scss
|
|
25739
26647
|
// Card
|
|
25740
|
-
$card-padding-x: map-get( $spacing, lg ) !default;
|
|
25741
|
-
$card-padding-y: map-get( $spacing, md ) !default;
|
|
26648
|
+
$card-padding-x: k-map-get( $spacing, lg ) !default;
|
|
26649
|
+
$card-padding-y: k-map-get( $spacing, md ) !default;
|
|
25742
26650
|
$card-border-width: 0px !default;
|
|
25743
26651
|
$card-border-radius: $kendo-border-radius-md !default;
|
|
25744
26652
|
$card-inner-border-radius: calc( #{$card-border-radius} - #{$card-border-width} ) !default;
|
|
25745
26653
|
$card-font-family: $font-family !default;
|
|
25746
26654
|
$card-font-size: $font-size !default;
|
|
25747
|
-
$card-line-height: (20
|
|
26655
|
+
$card-line-height: k-math-div( 20, 14 ) !default;
|
|
25748
26656
|
|
|
25749
|
-
$card-deck-gap: map-get( $spacing, lg ) !default;
|
|
26657
|
+
$card-deck-gap: k-map-get( $spacing, lg ) !default;
|
|
25750
26658
|
|
|
25751
26659
|
$card-bg: $component-bg !default;
|
|
25752
26660
|
$card-text: $component-text !default;
|
|
@@ -25765,8 +26673,8 @@ $card-header-bg: null !default;
|
|
|
25765
26673
|
$card-header-text: null !default;
|
|
25766
26674
|
$card-header-border: $card-border !default;
|
|
25767
26675
|
|
|
25768
|
-
$card-body-padding-x: map-get( $spacing, lg ) !default;
|
|
25769
|
-
$card-body-padding-y: map-get( $spacing, lg ) !default;
|
|
26676
|
+
$card-body-padding-x: k-map-get( $spacing, lg ) !default;
|
|
26677
|
+
$card-body-padding-y: k-map-get( $spacing, lg ) !default;
|
|
25770
26678
|
|
|
25771
26679
|
$card-footer-padding-x: $card-padding-x !default;
|
|
25772
26680
|
$card-footer-padding-y: $card-padding-y !default;
|
|
@@ -25794,10 +26702,10 @@ $card-img-max-width: 100px !default;
|
|
|
25794
26702
|
$card-avatar-size: 45px !default;
|
|
25795
26703
|
$card-avatar-spacing: $card-header-padding-x !default;
|
|
25796
26704
|
|
|
25797
|
-
$card-actions-padding-x: map-get( $spacing, 2 ) !default;
|
|
25798
|
-
$card-actions-padding-y: map-get( $spacing, 2 ) !default;
|
|
26705
|
+
$card-actions-padding-x: k-map-get( $spacing, 2 ) !default;
|
|
26706
|
+
$card-actions-padding-y: k-map-get( $spacing, 2 ) !default;
|
|
25799
26707
|
$card-actions-border-width: 1px !default;
|
|
25800
|
-
$card-actions-gap: map-get( $spacing, 2 ) !default;
|
|
26708
|
+
$card-actions-gap: k-map-get( $spacing, 2 ) !default;
|
|
25801
26709
|
|
|
25802
26710
|
$card-deck-scroll-button-radius: 50% !default;
|
|
25803
26711
|
$card-deck-scroll-button-offset: ( $card-deck-gap / 2 ) !default;
|
|
@@ -26619,20 +27527,20 @@ $bottom-nav-font-size: $font-size !default;
|
|
|
26619
27527
|
$bottom-nav-line-height: normal !default;
|
|
26620
27528
|
$bottom-nav-letter-spacing: .2px !default;
|
|
26621
27529
|
|
|
26622
|
-
$bottom-nav-item-padding-x: map-get( $spacing, 2 ) !default;
|
|
27530
|
+
$bottom-nav-item-padding-x: k-map-get( $spacing, 2 ) !default;
|
|
26623
27531
|
$bottom-nav-item-padding-y: 0 !default;
|
|
26624
27532
|
$bottom-nav-item-min-width: 72px !default;
|
|
26625
27533
|
$bottom-nav-item-max-width: null !default;
|
|
26626
27534
|
$bottom-nav-item-min-height: calc( #{$icon-size * 2.5} + #{$padding-x-sm * 2} - #{$bottom-nav-padding-x * 2} ) !default;
|
|
26627
27535
|
$bottom-nav-item-border-radius: null !default;
|
|
26628
|
-
$bottom-nav-item-gap: 0 map-get( $spacing, 1 ) !default;
|
|
27536
|
+
$bottom-nav-item-gap: 0 k-map-get( $spacing, 1 ) !default;
|
|
26629
27537
|
|
|
26630
|
-
$bottom-nav-item-icon-margin-y: map-get( $spacing, 2 ) !default;
|
|
27538
|
+
$bottom-nav-item-icon-margin-y: k-map-get( $spacing, 2 ) !default;
|
|
26631
27539
|
$bottom-nav-item-icon-margin-x: $bottom-nav-item-icon-margin-y !default;
|
|
26632
|
-
$bottom-nav-item-icon-size: map-get( $spacing, 6 ) !default;
|
|
27540
|
+
$bottom-nav-item-icon-size: k-map-get( $spacing, 6 ) !default;
|
|
26633
27541
|
$bottom-nav-item-disabled-opacity: .5 !default;
|
|
26634
27542
|
|
|
26635
|
-
$bottom-nav-shadow: 0px 0px 5px rgba(
|
|
27543
|
+
$bottom-nav-shadow: 0px 0px 5px rgba( black, .12 ) !default;
|
|
26636
27544
|
|
|
26637
27545
|
$bottom-nav-flat-bg: $component-bg !default;
|
|
26638
27546
|
$bottom-nav-flat-text: $component-text !default;
|
|
@@ -26878,7 +27786,7 @@ $breadcrumb-link-hovered-bg: $hovered-bg !default;
|
|
|
26878
27786
|
$breadcrumb-link-hovered-text: null !default;
|
|
26879
27787
|
$breadcrumb-link-hovered-border: null !default;
|
|
26880
27788
|
|
|
26881
|
-
$breadcrumb-link-focused-bg: map-get( $theme, focus-bg ) !default;
|
|
27789
|
+
$breadcrumb-link-focused-bg: k-map-get( $theme, focus-bg ) !default;
|
|
26882
27790
|
$breadcrumb-link-focused-text: null !default;
|
|
26883
27791
|
$breadcrumb-link-focused-border: null !default;
|
|
26884
27792
|
$breadcrumb-link-focused-shadow: null !default;
|
|
@@ -26891,12 +27799,12 @@ $breadcrumb-root-link-hovered-bg: $hovered-bg !default;
|
|
|
26891
27799
|
$breadcrumb-root-link-hovered-text: null !default;
|
|
26892
27800
|
$breadcrumb-root-link-hovered-border: null !default;
|
|
26893
27801
|
|
|
26894
|
-
$breadcrumb-root-link-focused-bg: map-get( $theme, focus-bg ) !default;
|
|
27802
|
+
$breadcrumb-root-link-focused-bg: k-map-get( $theme, focus-bg ) !default;
|
|
26895
27803
|
$breadcrumb-root-link-focused-text: null !default;
|
|
26896
27804
|
$breadcrumb-root-link-focused-border: null !default;
|
|
26897
27805
|
$breadcrumb-root-link-focused-shadow: null !default;
|
|
26898
27806
|
|
|
26899
|
-
$breadcrumb-focused-shadow: 0 0 2px 1px rgba(
|
|
27807
|
+
$breadcrumb-focused-shadow: 0 0 2px 1px rgba( black, .06 ) !default;
|
|
26900
27808
|
|
|
26901
27809
|
// #endregion
|
|
26902
27810
|
// #region @import "_layout.scss"; -> packages/material/scss/breadcrumb/_layout.scss
|
|
@@ -27155,8 +28063,8 @@ $breadcrumb-focused-shadow: 0 0 2px 1px rgba(0, 0, 0, .06) !default;
|
|
|
27155
28063
|
// Component
|
|
27156
28064
|
// #region @import "_variables.scss"; -> packages/material/scss/pager/_variables.scss
|
|
27157
28065
|
// Pager
|
|
27158
|
-
$pager-padding-x: map-get( $spacing, 2 ) !default;
|
|
27159
|
-
$pager-padding-y: map-get( $spacing, 2 ) !default;
|
|
28066
|
+
$pager-padding-x: k-map-get( $spacing, 2 ) !default;
|
|
28067
|
+
$pager-padding-y: k-map-get( $spacing, 2 ) !default;
|
|
27160
28068
|
$pager-border-width: 1px !default;
|
|
27161
28069
|
|
|
27162
28070
|
$pager-font-family: $font-family !default;
|
|
@@ -27167,7 +28075,7 @@ $pager-bg: $component-bg !default;
|
|
|
27167
28075
|
$pager-text: if($dark-theme, $light-secondary-text, $dark-secondary-text) !default;
|
|
27168
28076
|
$pager-border: $component-border !default;
|
|
27169
28077
|
|
|
27170
|
-
$pager-focus-bg: try-shade( $pager-bg, .5 ) !default;
|
|
28078
|
+
$pager-focus-bg: k-try-shade( $pager-bg, .5 ) !default;
|
|
27171
28079
|
$pager-focus-shadow: null !default;
|
|
27172
28080
|
|
|
27173
28081
|
$pager-section-spacing: $pager-padding-x !default;
|
|
@@ -27197,7 +28105,7 @@ $pager-number-border-radius: $pager-item-border-radius !default;
|
|
|
27197
28105
|
$pager-number-spacing: $pager-item-spacing !default;
|
|
27198
28106
|
|
|
27199
28107
|
$pager-item-focus-opacity: .12 !default;
|
|
27200
|
-
$pager-item-focus-bg: rgba($kendo-list-item-hover-bg, $pager-item-focus-opacity) !default;
|
|
28108
|
+
$pager-item-focus-bg: rgba( $kendo-list-item-hover-bg, $pager-item-focus-opacity ) !default;
|
|
27201
28109
|
$pager-item-focus-shadow: null !default;
|
|
27202
28110
|
|
|
27203
28111
|
$pager-number-bg: null !default;
|
|
@@ -27205,17 +28113,17 @@ $pager-number-text: $body-text !default;
|
|
|
27205
28113
|
$pager-number-border: null !default;
|
|
27206
28114
|
|
|
27207
28115
|
$pager-number-hover-opacity: .04 !default;
|
|
27208
|
-
$pager-number-hover-bg: rgba($pager-number-text, $pager-number-hover-opacity) !default;
|
|
28116
|
+
$pager-number-hover-bg: rgba( $pager-number-text, $pager-number-hover-opacity ) !default;
|
|
27209
28117
|
$pager-number-hover-text: $pager-number-text !default;
|
|
27210
28118
|
$pager-number-hover-border: null !default;
|
|
27211
28119
|
|
|
27212
28120
|
$pager-number-selected-opacity: .22 !default;
|
|
27213
|
-
$pager-number-selected-bg: rgba($primary, $pager-number-selected-opacity) !default;
|
|
28121
|
+
$pager-number-selected-bg: rgba( $primary, $pager-number-selected-opacity ) !default;
|
|
27214
28122
|
$pager-number-selected-text: $primary !default;
|
|
27215
28123
|
$pager-number-selected-border: null !default;
|
|
27216
28124
|
|
|
27217
28125
|
$pager-number-focus-opacity: .12 !default;
|
|
27218
|
-
$pager-number-focus-bg: rgba($pager-number-text, $pager-number-focus-opacity) !default;
|
|
28126
|
+
$pager-number-focus-bg: rgba( $pager-number-text, $pager-number-focus-opacity ) !default;
|
|
27219
28127
|
$pager-number-focus-shadow: null !default;
|
|
27220
28128
|
|
|
27221
28129
|
$pager-input-width: 5em !default;
|
|
@@ -27747,7 +28655,7 @@ $stepper-indicator-bg: $component-bg !default;
|
|
|
27747
28655
|
$stepper-indicator-text: $component-text !default;
|
|
27748
28656
|
$stepper-indicator-border: $component-border !default;
|
|
27749
28657
|
|
|
27750
|
-
$stepper-indicator-hover-bg: try-shade( $stepper-indicator-bg ) !default;
|
|
28658
|
+
$stepper-indicator-hover-bg: k-try-shade( $stepper-indicator-bg ) !default;
|
|
27751
28659
|
$stepper-indicator-hover-text: null !default;
|
|
27752
28660
|
$stepper-indicator-hover-border: null !default;
|
|
27753
28661
|
|
|
@@ -27756,15 +28664,15 @@ $stepper-indicator-disabled-text: $disabled-text !default;
|
|
|
27756
28664
|
$stepper-indicator-disabled-border: null !default;
|
|
27757
28665
|
|
|
27758
28666
|
$stepper-indicator-done-bg: $primary !default;
|
|
27759
|
-
$stepper-indicator-done-text: contrast-
|
|
28667
|
+
$stepper-indicator-done-text: k-contrast-color( $stepper-indicator-done-bg ) !default;
|
|
27760
28668
|
$stepper-indicator-done-border: $stepper-indicator-done-bg !default;
|
|
27761
28669
|
|
|
27762
|
-
$stepper-indicator-done-hover-bg: try-shade( $stepper-indicator-done-bg ) !default;
|
|
28670
|
+
$stepper-indicator-done-hover-bg: k-try-shade( $stepper-indicator-done-bg ) !default;
|
|
27763
28671
|
$stepper-indicator-done-hover-text: null !default;
|
|
27764
28672
|
$stepper-indicator-done-hover-border: null !default;
|
|
27765
28673
|
|
|
27766
|
-
$stepper-indicator-done-disabled-bg: mix( $stepper-indicator-done-bg, $component-bg, 60%) !default;
|
|
27767
|
-
$stepper-indicator-done-disabled-text: contrast-
|
|
28674
|
+
$stepper-indicator-done-disabled-bg: k-color-mix( $stepper-indicator-done-bg, $component-bg, 60%) !default;
|
|
28675
|
+
$stepper-indicator-done-disabled-text: k-contrast-color( $stepper-indicator-done-bg ) !default;
|
|
27768
28676
|
$stepper-indicator-done-disabled-border: $stepper-indicator-done-disabled-bg !default;
|
|
27769
28677
|
|
|
27770
28678
|
$stepper-indicator-current-bg: $stepper-indicator-done-bg !default;
|
|
@@ -27783,7 +28691,7 @@ $stepper-label-text: null !default;
|
|
|
27783
28691
|
$stepper-label-success-text: $success !default;
|
|
27784
28692
|
$stepper-label-error-text: $error !default;
|
|
27785
28693
|
$stepper-label-hover-text: null !default;
|
|
27786
|
-
$stepper-label-disabled-text: map-get( $theme, disabled-text ) !default;
|
|
28694
|
+
$stepper-label-disabled-text: k-map-get( $theme, disabled-text ) !default;
|
|
27787
28695
|
|
|
27788
28696
|
$stepper-optional-label-text: $subtle-text !default;
|
|
27789
28697
|
$stepper-optional-label-opacity: null !default;
|
|
@@ -28389,7 +29297,7 @@ $tabstrip-item-hovered-text: $body-text !default;
|
|
|
28389
29297
|
/// Border color of hovered tabs
|
|
28390
29298
|
/// @group tabstrip
|
|
28391
29299
|
$tabstrip-item-hovered-border: null !default;
|
|
28392
|
-
/// Background
|
|
29300
|
+
/// Background gradient of hovered tabs
|
|
28393
29301
|
/// @group tabstrip
|
|
28394
29302
|
$tabstrip-item-hovered-gradient: null !default;
|
|
28395
29303
|
|
|
@@ -28408,17 +29316,17 @@ $tabstrip-item-selected-gradient: null !default;
|
|
|
28408
29316
|
|
|
28409
29317
|
$tabstrip-item-focused-shadow: $kendo-list-item-focus-shadow !default;
|
|
28410
29318
|
|
|
28411
|
-
$tabstrip-item-dragging-shadow: 0 4px 5px 0 rgba(
|
|
29319
|
+
$tabstrip-item-dragging-shadow: 0 4px 5px 0 rgba( black, .14 ), 0 1px 10px 0 rgba( black, .12 ), 0 2px 4px -1px rgba( black, .2 ) !default;
|
|
28412
29320
|
|
|
28413
29321
|
$tabstrip-indicator-size: 2px !default;
|
|
28414
29322
|
$tabstrip-indicator-color: $primary !default;
|
|
28415
29323
|
|
|
28416
29324
|
/// Horizontal padding of tabstrip content
|
|
28417
29325
|
/// @group tabstrip
|
|
28418
|
-
$tabstrip-content-padding-x: map-get( $spacing, 4 ) !default;
|
|
29326
|
+
$tabstrip-content-padding-x: k-map-get( $spacing, 4 ) !default;
|
|
28419
29327
|
/// Vertical padding of tabstrip content
|
|
28420
29328
|
/// @group tabstrip
|
|
28421
|
-
$tabstrip-content-padding-y: map-get( $spacing, 4 ) !default;
|
|
29329
|
+
$tabstrip-content-padding-y: k-map-get( $spacing, 4 ) !default;
|
|
28422
29330
|
/// Width of border around tabstrip content
|
|
28423
29331
|
/// @group tabstrip
|
|
28424
29332
|
$tabstrip-content-border-width: 0px !default;
|
|
@@ -28935,7 +29843,7 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
28935
29843
|
.k-tabstrip-items {
|
|
28936
29844
|
|
|
28937
29845
|
.k-disabled {
|
|
28938
|
-
color: map-get( $theme, disabled-text );
|
|
29846
|
+
color: k-map-get( $theme, disabled-text );
|
|
28939
29847
|
}
|
|
28940
29848
|
|
|
28941
29849
|
}
|
|
@@ -28987,7 +29895,7 @@ $wizard-line-height: $line-height !default;
|
|
|
28987
29895
|
$wizard-font-family: $font-family !default;
|
|
28988
29896
|
|
|
28989
29897
|
$wizard-step-border-focused: #656565 !default;
|
|
28990
|
-
$wizard-focused-shadow: inset 0 0 0 2px rgba(
|
|
29898
|
+
$wizard-focused-shadow: inset 0 0 0 2px rgba( black, .13 ) !default;
|
|
28991
29899
|
|
|
28992
29900
|
// #endregion
|
|
28993
29901
|
// #region @import "_layout.scss"; -> packages/material/scss/wizard/_layout.scss
|
|
@@ -29188,13 +30096,13 @@ $expander-bg: $component-bg !default;
|
|
|
29188
30096
|
$expander-text: $component-text !default;
|
|
29189
30097
|
$expander-border: $component-border !default;
|
|
29190
30098
|
|
|
29191
|
-
$expander-focus-shadow: inset 0 0 0 2px rgba(
|
|
30099
|
+
$expander-focus-shadow: inset 0 0 0 2px rgba( black, .08 ) !default;
|
|
29192
30100
|
|
|
29193
30101
|
$expander-header-bg: transparent !default;
|
|
29194
30102
|
$expander-header-text: $expander-text !default;
|
|
29195
30103
|
$expander-header-border: null !default;
|
|
29196
30104
|
|
|
29197
|
-
$expander-header-hover-bg: rgba(
|
|
30105
|
+
$expander-header-hover-bg: rgba( black, .04 ) !default;
|
|
29198
30106
|
|
|
29199
30107
|
$expander-header-focused-bg: rgba( black, .12 ) !default;
|
|
29200
30108
|
$expander-header-focused-shadow: none !default;
|
|
@@ -29361,17 +30269,17 @@ $panelbar-padding-x: 0px !default;
|
|
|
29361
30269
|
$panelbar-padding-y: 0px !default;
|
|
29362
30270
|
$panelbar-font-family: $font-family !default;
|
|
29363
30271
|
$panelbar-font-size: $font-size !default;
|
|
29364
|
-
$panelbar-line-height: (20
|
|
30272
|
+
$panelbar-line-height: k-math-div( 20, 14 ) !default;
|
|
29365
30273
|
$panelbar-border-width: 1px !default;
|
|
29366
30274
|
$panelbar-border-style: solid !default;
|
|
29367
30275
|
$panelbar-item-border-width: 1px !default;
|
|
29368
30276
|
$panelbar-item-border-style: solid !default;
|
|
29369
30277
|
|
|
29370
|
-
$panelbar-header-padding-x: map-get( $spacing, 6 ) !default;
|
|
29371
|
-
$panelbar-header-padding-y: map-get( $spacing, 3 ) !default;
|
|
30278
|
+
$panelbar-header-padding-x: k-map-get( $spacing, 6 ) !default;
|
|
30279
|
+
$panelbar-header-padding-y: k-map-get( $spacing, 3 ) !default;
|
|
29372
30280
|
|
|
29373
|
-
$panelbar-item-padding-x: map-get( $spacing, 6 ) !default;
|
|
29374
|
-
$panelbar-item-padding-y: map-get( $spacing, 3 ) !default;
|
|
30281
|
+
$panelbar-item-padding-x: k-map-get( $spacing, 6 ) !default;
|
|
30282
|
+
$panelbar-item-padding-y: k-map-get( $spacing, 3 ) !default;
|
|
29375
30283
|
|
|
29376
30284
|
$panelbar-item-level-count: 4 !default;
|
|
29377
30285
|
|
|
@@ -29384,18 +30292,18 @@ $panelbar-header-text: $link-text !default;
|
|
|
29384
30292
|
$panelbar-header-border: null !default;
|
|
29385
30293
|
$panelbar-header-gradient: null !default;
|
|
29386
30294
|
|
|
29387
|
-
$panelbar-header-hovered-bg: try-shade( $panelbar-header-bg, .5 ) !default;
|
|
30295
|
+
$panelbar-header-hovered-bg: k-try-shade( $panelbar-header-bg, .5 ) !default;
|
|
29388
30296
|
$panelbar-header-hovered-text: null !default;
|
|
29389
30297
|
$panelbar-header-hovered-border: null !default;
|
|
29390
30298
|
$panelbar-header-hovered-gradient: null !default;
|
|
29391
30299
|
|
|
29392
|
-
$panelbar-header-focused-bg: try-shade( $panelbar-header-bg, 1.5 ) !default;
|
|
30300
|
+
$panelbar-header-focused-bg: k-try-shade( $panelbar-header-bg, 1.5 ) !default;
|
|
29393
30301
|
$panelbar-header-focused-text: null !default;
|
|
29394
30302
|
$panelbar-header-focused-border: null !default;
|
|
29395
30303
|
$panelbar-header-focused-gradient: null !default;
|
|
29396
30304
|
$panelbar-header-focused-shadow: null !default;
|
|
29397
30305
|
|
|
29398
|
-
$panelbar-header-hovered-focused-bg: try-shade( $panelbar-header-bg, 2 ) !default;
|
|
30306
|
+
$panelbar-header-hovered-focused-bg: k-try-shade( $panelbar-header-bg, 2 ) !default;
|
|
29399
30307
|
$panelbar-header-hovered-focused-text: null !default;
|
|
29400
30308
|
$panelbar-header-hovered-focused-border: null !default;
|
|
29401
30309
|
$panelbar-header-hovered-focused-gradient: null !default;
|
|
@@ -29405,34 +30313,34 @@ $panelbar-header-selected-text: $selected-text !default;
|
|
|
29405
30313
|
$panelbar-header-selected-border: null !default;
|
|
29406
30314
|
$panelbar-header-selected-gradient: null !default;
|
|
29407
30315
|
|
|
29408
|
-
$panelbar-header-selected-hovered-bg: try-tint($panelbar-header-selected-bg, .95) !default;
|
|
30316
|
+
$panelbar-header-selected-hovered-bg: k-try-tint($panelbar-header-selected-bg, .95) !default;
|
|
29409
30317
|
$panelbar-header-selected-hovered-text: null !default;
|
|
29410
30318
|
$panelbar-header-selected-hovered-border: null !default;
|
|
29411
30319
|
$panelbar-header-selected-hovered-gradient: null !default;
|
|
29412
30320
|
|
|
29413
|
-
$panelbar-header-selected-focused-bg: try-tint($panelbar-header-selected-bg, 3) !default;
|
|
30321
|
+
$panelbar-header-selected-focused-bg: k-try-tint($panelbar-header-selected-bg, 3) !default;
|
|
29414
30322
|
$panelbar-header-selected-focused-text: null !default;
|
|
29415
30323
|
$panelbar-header-selected-focused-border: null !default;
|
|
29416
30324
|
$panelbar-header-selected-focused-gradient: null !default;
|
|
29417
30325
|
|
|
29418
|
-
$panelbar-header-selected-hovered-focused-bg: try-tint($panelbar-header-selected-bg, 3.95) !default;
|
|
30326
|
+
$panelbar-header-selected-hovered-focused-bg: k-try-tint($panelbar-header-selected-bg, 3.95) !default;
|
|
29419
30327
|
$panelbar-header-selected-hovered-focused-text: null !default;
|
|
29420
30328
|
$panelbar-header-selected-hovered-focused-border: null !default;
|
|
29421
30329
|
$panelbar-header-selected-hovered-focused-gradient: null !default;
|
|
29422
30330
|
|
|
29423
30331
|
|
|
29424
|
-
$panelbar-item-hovered-bg: try-shade( $panelbar-bg, .5 ) !default;
|
|
30332
|
+
$panelbar-item-hovered-bg: k-try-shade( $panelbar-bg, .5 ) !default;
|
|
29425
30333
|
$panelbar-item-hovered-text: null !default;
|
|
29426
30334
|
$panelbar-item-hovered-border: null !default;
|
|
29427
30335
|
$panelbar-item-hovered-gradient: null !default;
|
|
29428
30336
|
|
|
29429
|
-
$panelbar-item-focused-bg: try-shade( $panelbar-header-bg, 1.5 ) !default;
|
|
30337
|
+
$panelbar-item-focused-bg: k-try-shade( $panelbar-header-bg, 1.5 ) !default;
|
|
29430
30338
|
$panelbar-item-focused-text: null !default;
|
|
29431
30339
|
$panelbar-item-focused-border: null !default;
|
|
29432
30340
|
$panelbar-item-focused-gradient: null !default;
|
|
29433
30341
|
$panelbar-item-focused-shadow: null !default;
|
|
29434
30342
|
|
|
29435
|
-
$panelbar-item-hovered-focused-bg: try-shade( $panelbar-header-bg, 2 ) !default;
|
|
30343
|
+
$panelbar-item-hovered-focused-bg: k-try-shade( $panelbar-header-bg, 2 ) !default;
|
|
29436
30344
|
$panelbar-item-hovered-focused-text: null !default;
|
|
29437
30345
|
$panelbar-item-hovered-focused-border: null !default;
|
|
29438
30346
|
$panelbar-item-hovered-focused-gradient: null !default;
|
|
@@ -29442,17 +30350,17 @@ $panelbar-item-selected-text: $selected-text !default;
|
|
|
29442
30350
|
$panelbar-item-selected-border: null !default;
|
|
29443
30351
|
$panelbar-item-selected-gradient: null !default;
|
|
29444
30352
|
|
|
29445
|
-
$panelbar-item-selected-hovered-bg: try-tint($panelbar-item-selected-bg, .95) !default;
|
|
30353
|
+
$panelbar-item-selected-hovered-bg: k-try-tint($panelbar-item-selected-bg, .95) !default;
|
|
29446
30354
|
$panelbar-item-selected-hovered-text: null !default;
|
|
29447
30355
|
$panelbar-item-selected-hovered-border: null !default;
|
|
29448
30356
|
$panelbar-item-selected-hovered-gradient: null !default;
|
|
29449
30357
|
|
|
29450
|
-
$panelbar-item-selected-focused-bg: try-tint($panelbar-item-selected-bg, 3) !default;
|
|
30358
|
+
$panelbar-item-selected-focused-bg: k-try-tint($panelbar-item-selected-bg, 3) !default;
|
|
29451
30359
|
$panelbar-item-selected-focused-text: null !default;
|
|
29452
30360
|
$panelbar-item-selected-focused-border: null !default;
|
|
29453
30361
|
$panelbar-item-selected-focused-gradient: null !default;
|
|
29454
30362
|
|
|
29455
|
-
$panelbar-item-selected-hovered-focused-bg: try-tint($panelbar-item-selected-bg, 3.95) !default;
|
|
30363
|
+
$panelbar-item-selected-hovered-focused-bg: k-try-tint($panelbar-item-selected-bg, 3.95) !default;
|
|
29456
30364
|
$panelbar-item-selected-hovered-focused-text: null !default;
|
|
29457
30365
|
$panelbar-item-selected-hovered-focused-border: null !default;
|
|
29458
30366
|
$panelbar-item-selected-hovered-focused-gradient: null !default;
|
|
@@ -29912,10 +30820,10 @@ $splitter-drag-handle-length: 20px !default;
|
|
|
29912
30820
|
$splitter-drag-handle-thickness: 2px !default;
|
|
29913
30821
|
$splitter-drag-icon-margin: 7px !default;
|
|
29914
30822
|
|
|
29915
|
-
$splitbar-bg: try-shade( $splitter-bg, 1 ) !default;
|
|
30823
|
+
$splitbar-bg: k-try-shade( $splitter-bg, 1 ) !default;
|
|
29916
30824
|
$splitbar-text: $subtle-text !default;
|
|
29917
30825
|
|
|
29918
|
-
$splitbar-hover-bg: try-shade( $splitbar-bg, .5 ) !default;
|
|
30826
|
+
$splitbar-hover-bg: k-try-shade( $splitbar-bg, .5 ) !default;
|
|
29919
30827
|
$splitbar-hover-text: $splitbar-text !default;
|
|
29920
30828
|
|
|
29921
30829
|
$splitbar-selected-bg: $primary !default;
|
|
@@ -30201,7 +31109,7 @@ $tilelayout-hint-border-radius: $kendo-border-radius-md !default;
|
|
|
30201
31109
|
|
|
30202
31110
|
$tilelayout-bg: if( $dark-theme, $dark, $light) !default;
|
|
30203
31111
|
|
|
30204
|
-
$tilelayout-hint-bg: rgba(
|
|
31112
|
+
$tilelayout-hint-bg: rgba( white, .2 ) !default;
|
|
30205
31113
|
$tilelayout-hint-border: $component-border !default;
|
|
30206
31114
|
|
|
30207
31115
|
// #endregion
|
|
@@ -30330,7 +31238,7 @@ $adaptive-content-bg: $app-bg !default;
|
|
|
30330
31238
|
$adaptive-content-text: $app-text !default;
|
|
30331
31239
|
|
|
30332
31240
|
$adaptive-menu-bg: $primary !default;
|
|
30333
|
-
$adaptive-menu-text: contrast-
|
|
31241
|
+
$adaptive-menu-text: k-contrast-color( $adaptive-menu-bg ) !default;
|
|
30334
31242
|
|
|
30335
31243
|
$adaptive-menu-clear-text: $primary !default;
|
|
30336
31244
|
|
|
@@ -33079,7 +33987,7 @@ $grid-group-dropclue-top: calc( ( #{$kendo-button-calc-size} + #{$grid-grouping-
|
|
|
33079
33987
|
// #endregion
|
|
33080
33988
|
|
|
33081
33989
|
@include exports ("grid/theme/material") {
|
|
33082
|
-
$grid-filter-button-focus: rgba(
|
|
33990
|
+
$grid-filter-button-focus: rgba( black, .12 ) !default;
|
|
33083
33991
|
|
|
33084
33992
|
.k-grid {
|
|
33085
33993
|
|
|
@@ -33371,8 +34279,8 @@ $grid-group-dropclue-top: calc( ( #{$kendo-button-calc-size} + #{$grid-grouping-
|
|
|
33371
34279
|
// Component
|
|
33372
34280
|
// #region @import "_variables.scss"; -> packages/material/scss/listview/_variables.scss
|
|
33373
34281
|
// Listview
|
|
33374
|
-
$listview-padding-x: map-get( $spacing, 1 ) !default;
|
|
33375
|
-
$listview-padding-y: map-get( $spacing, 1 ) !default;
|
|
34282
|
+
$listview-padding-x: k-map-get( $spacing, 1 ) !default;
|
|
34283
|
+
$listview-padding-y: k-map-get( $spacing, 1 ) !default;
|
|
33376
34284
|
$listview-border-width: 1px !default;
|
|
33377
34285
|
$listview-font-family: $font-family !default;
|
|
33378
34286
|
$listview-font-size: $font-size !default;
|
|
@@ -33384,14 +34292,14 @@ $listview-border: $component-border !default;
|
|
|
33384
34292
|
|
|
33385
34293
|
$listview-grid-gap: 10px !default;
|
|
33386
34294
|
|
|
33387
|
-
$listview-item-padding-x: map-get( $spacing, 1 ) !default;
|
|
33388
|
-
$listview-item-padding-y: map-get( $spacing, 1 ) !default;
|
|
34295
|
+
$listview-item-padding-x: k-map-get( $spacing, 1 ) !default;
|
|
34296
|
+
$listview-item-padding-y: k-map-get( $spacing, 1 ) !default;
|
|
33389
34297
|
|
|
33390
|
-
$listview-item-selected-bg: rgba( contrast-
|
|
34298
|
+
$listview-item-selected-bg: rgba( k-contrast-color( $listview-bg ), .04 ) !default;
|
|
33391
34299
|
$listview-item-selected-text: null !default;
|
|
33392
34300
|
$listview-item-selected-border: null !default;
|
|
33393
34301
|
|
|
33394
|
-
$listview-item-focus-bg: rgba( contrast-
|
|
34302
|
+
$listview-item-focus-bg: rgba( k-contrast-color( $listview-bg ), .08 ) !default;
|
|
33395
34303
|
$listview-item-focus-text: null !default;
|
|
33396
34304
|
$listview-item-focus-border: null !default;
|
|
33397
34305
|
$listview-item-focus-shadow: null !default;
|
|
@@ -33586,7 +34494,7 @@ $listview-item-focus-shadow: null !default;
|
|
|
33586
34494
|
// Listview content
|
|
33587
34495
|
.k-listview-content {}
|
|
33588
34496
|
.k-listview-content > .k-selected.k-focus {
|
|
33589
|
-
background-color: rgba( contrast-
|
|
34497
|
+
background-color: rgba( k-contrast-color( $listview-bg ), .12 );
|
|
33590
34498
|
}
|
|
33591
34499
|
|
|
33592
34500
|
}
|
|
@@ -33671,7 +34579,7 @@ $spreadsheet-insert-image-dialog-preview-height: 230px !default;
|
|
|
33671
34579
|
$spreadsheet-insert-image-dialog-preview-img: "image-default.png" !default;
|
|
33672
34580
|
$spreadsheet-insert-image-dialog-preview-border: $component-border !default;
|
|
33673
34581
|
$spreadsheet-insert-image-dialog-preview-border-radius: $kendo-border-radius-md !default;
|
|
33674
|
-
$spreadsheet-insert-image-dialog-preview-overlay-shadow: inset 0 0 0 2000px rgba(
|
|
34582
|
+
$spreadsheet-insert-image-dialog-preview-overlay-shadow: inset 0 0 0 2000px rgba( black, .5 ) !default;
|
|
33675
34583
|
$spreadsheet-insert-image-dialog-preview-overlay-border-radius: $kendo-border-radius-md !default;
|
|
33676
34584
|
$spreadsheet-insert-image-dialog-overlay-hovered-text: $component-bg !default;
|
|
33677
34585
|
|
|
@@ -34620,7 +35528,7 @@ $spreadsheet-drawing-anchor-bg: rgba( $selected-bg, .25 ) !default;
|
|
|
34620
35528
|
|
|
34621
35529
|
// Quick access toolbar
|
|
34622
35530
|
.k-spreadsheet-quick-access-toolbar {
|
|
34623
|
-
padding: map-get( $spacing, 1 );
|
|
35531
|
+
padding: k-map-get( $spacing, 1 );
|
|
34624
35532
|
|
|
34625
35533
|
.k-button {
|
|
34626
35534
|
border-radius: 50%;
|
|
@@ -34643,7 +35551,7 @@ $spreadsheet-drawing-anchor-bg: rgba( $selected-bg, .25 ) !default;
|
|
|
34643
35551
|
padding: 0;
|
|
34644
35552
|
|
|
34645
35553
|
.k-spreadsheet-sheets-bar-add {
|
|
34646
|
-
margin: map-get( $spacing, 1 );
|
|
35554
|
+
margin: k-map-get( $spacing, 1 );
|
|
34647
35555
|
border-radius: 50%;
|
|
34648
35556
|
color: inherit;
|
|
34649
35557
|
background: none;
|
|
@@ -34720,7 +35628,7 @@ $spreadsheet-drawing-anchor-bg: rgba( $selected-bg, .25 ) !default;
|
|
|
34720
35628
|
.k-spreadsheet-sheets-bar {
|
|
34721
35629
|
@include fill(
|
|
34722
35630
|
$toolbar-text,
|
|
34723
|
-
try-shade( $toolbar-bg, .5 ),
|
|
35631
|
+
k-try-shade( $toolbar-bg, .5 ),
|
|
34724
35632
|
inherit,
|
|
34725
35633
|
$toolbar-gradient
|
|
34726
35634
|
);
|
|
@@ -34736,7 +35644,7 @@ $spreadsheet-drawing-anchor-bg: rgba( $selected-bg, .25 ) !default;
|
|
|
34736
35644
|
.k-spreadsheet-row-header,
|
|
34737
35645
|
.k-spreadsheet-column-header {
|
|
34738
35646
|
border-color: $component-border;
|
|
34739
|
-
background-color: try-shade( $component-bg, 1 );
|
|
35647
|
+
background-color: k-try-shade( $component-bg, 1 );
|
|
34740
35648
|
}
|
|
34741
35649
|
|
|
34742
35650
|
|
|
@@ -35015,7 +35923,7 @@ $spreadsheet-drawing-anchor-bg: rgba( $selected-bg, .25 ) !default;
|
|
|
35015
35923
|
// Component
|
|
35016
35924
|
// #region @import "_variables.scss"; -> packages/material/scss/pivotgrid/_variables.scss
|
|
35017
35925
|
// Pivot grid
|
|
35018
|
-
$pivotgrid-spacer: map-get( $spacing, 4 ) !default;
|
|
35926
|
+
$pivotgrid-spacer: k-map-get( $spacing, 4 ) !default;
|
|
35019
35927
|
$pivotgrid-padding-x: null !default;
|
|
35020
35928
|
$pivotgrid-padding-y: null !default;
|
|
35021
35929
|
$pivotgrid-font-family: $font-family !default;
|
|
@@ -35035,21 +35943,21 @@ $pivotgrid-bg: $component-bg !default;
|
|
|
35035
35943
|
$pivotgrid-text: $component-text !default;
|
|
35036
35944
|
$pivotgrid-border: $component-border !default;
|
|
35037
35945
|
|
|
35038
|
-
$pivotgrid-alt-border: try-shade($pivotgrid-border, 2) !default;
|
|
35946
|
+
$pivotgrid-alt-border: k-try-shade( $pivotgrid-border, 2 ) !default;
|
|
35039
35947
|
|
|
35040
|
-
$pivotgrid-headers-bg: rgba($header-bg, .02) !default;
|
|
35948
|
+
$pivotgrid-headers-bg: rgba( $header-bg, .02 ) !default;
|
|
35041
35949
|
$pivotgrid-headers-text: $header-text !default;
|
|
35042
35950
|
$pivotgrid-headers-border: $header-border !default;
|
|
35043
35951
|
|
|
35044
|
-
$pivotgrid-total-bg: try-shade( $pivotgrid-bg, 1 ) !default;
|
|
35952
|
+
$pivotgrid-total-bg: k-try-shade( $pivotgrid-bg, 1 ) !default;
|
|
35045
35953
|
$pivotgrid-total-text: $header-text !default;
|
|
35046
35954
|
$pivotgrid-total-border: $header-border !default;
|
|
35047
35955
|
|
|
35048
|
-
$pivotgrid-hover-bg: darken($pivotgrid-bg, 7%) !default;
|
|
35956
|
+
$pivotgrid-hover-bg: darken( $pivotgrid-bg, 7% ) !default;
|
|
35049
35957
|
$pivotgrid-hover-text: null !default;
|
|
35050
35958
|
$pivotgrid-hover-border: null !default;
|
|
35051
35959
|
|
|
35052
|
-
$pivotgrid-selected-bg: rgba( contrast-
|
|
35960
|
+
$pivotgrid-selected-bg: rgba( k-contrast-color( $pivotgrid-bg ), .04 ) !default;
|
|
35053
35961
|
$pivotgrid-selected-text: null !default;
|
|
35054
35962
|
$pivotgrid-selected-border: null !default;
|
|
35055
35963
|
|
|
@@ -35082,13 +35990,13 @@ $pivotgrid-configurator-header-bg: null !default;
|
|
|
35082
35990
|
$pivotgrid-configurator-header-text: $header-text !default;
|
|
35083
35991
|
$pivotgrid-configurator-header-border: null !default;
|
|
35084
35992
|
|
|
35085
|
-
$pivotgrid-configurator-end-shadow: -3px 0px 6px rgba(
|
|
35086
|
-
$pivotgrid-configurator-start-shadow: 3px 0px 6px rgba(
|
|
35087
|
-
$pivotgrid-configurator-top-shadow: 0px -3px 6px rgba(
|
|
35088
|
-
$pivotgrid-configurator-bottom-shadow: 0px 3px 6px rgba(
|
|
35993
|
+
$pivotgrid-configurator-end-shadow: -3px 0px 6px rgba( black, .16 ) !default;
|
|
35994
|
+
$pivotgrid-configurator-start-shadow: 3px 0px 6px rgba( black, .16 ) !default;
|
|
35995
|
+
$pivotgrid-configurator-top-shadow: 0px -3px 6px rgba( black, .16 ) !default;
|
|
35996
|
+
$pivotgrid-configurator-bottom-shadow: 0px 3px 6px rgba( black, .16 ) !default;
|
|
35089
35997
|
|
|
35090
|
-
$pivotgrid-configurator-button-padding-x: map-get($spacing, 1) !default;
|
|
35091
|
-
$pivotgrid-configurator-button-padding-y: map-get($spacing, 1) !default;
|
|
35998
|
+
$pivotgrid-configurator-button-padding-x: k-map-get( $spacing, 1 ) !default;
|
|
35999
|
+
$pivotgrid-configurator-button-padding-y: k-map-get( $spacing, 1 ) !default;
|
|
35092
36000
|
$pivotgrid-configurator-button-border-width: 1px !default;
|
|
35093
36001
|
$pivotgrid-configurator-button-size: calc( #{$pivotgrid-line-height * 1em} + #{$pivotgrid-configurator-button-padding-y * 2} + #{$pivotgrid-configurator-button-border-width * 2} ) !default;
|
|
35094
36002
|
|
|
@@ -35118,11 +36026,11 @@ $pivotgrid-chrome-border: $grid-border !default;
|
|
|
35118
36026
|
$pivotgrid-container-bg: $grid-header-bg !default;
|
|
35119
36027
|
$pivotgrid-row-headers-bg: null !default;
|
|
35120
36028
|
|
|
35121
|
-
$pivotgrid-button-bg: try-shade($kendo-button-bg, 1) !default;
|
|
36029
|
+
$pivotgrid-button-bg: k-try-shade($kendo-button-bg, 1) !default;
|
|
35122
36030
|
$pivotgrid-button-text: $kendo-button-text !default;
|
|
35123
|
-
$pivotgrid-button-hover-bg: try-shade($kendo-button-bg, 2) !default;
|
|
36031
|
+
$pivotgrid-button-hover-bg: k-try-shade($kendo-button-bg, 2) !default;
|
|
35124
36032
|
$pivotgrid-button-hover-text: $kendo-button-text !default;
|
|
35125
|
-
$pivotgrid-button-active-bg: try-shade($kendo-button-bg, 2) !default;
|
|
36033
|
+
$pivotgrid-button-active-bg: k-try-shade($kendo-button-bg, 2) !default;
|
|
35126
36034
|
$pivotgrid-button-active-text: $kendo-button-text !default;
|
|
35127
36035
|
|
|
35128
36036
|
$pivotgrid-remove-bg: $pivotgrid-button-text !default;
|
|
@@ -36362,6 +37270,8 @@ $filter-operator-dropdown-width: 15em !default;
|
|
|
36362
37270
|
$filter-preview-field-text: $primary !default;
|
|
36363
37271
|
$filter-preview-operator-text: $subtle-text !default;
|
|
36364
37272
|
|
|
37273
|
+
$filter-toolbar-focus-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px rgba(0, 0, 0, .14), 0 1px 10px rgba(0, 0, 0, .12) !default;
|
|
37274
|
+
|
|
36365
37275
|
// #endregion
|
|
36366
37276
|
// #region @import "_layout.scss"; -> packages/material/scss/filter/_layout.scss
|
|
36367
37277
|
// #region @import "~@progress/kendo-theme-default/scss/filter/_layout.scss"; -> packages/material/node_modules/@progress/kendo-theme-default/scss/filter/_layout.scss
|
|
@@ -36513,6 +37423,12 @@ $filter-preview-operator-text: $subtle-text !default;
|
|
|
36513
37423
|
.k-filter-lines .k-filter-item:last-child > * > .k-filter-toolbar::after {
|
|
36514
37424
|
background-color: $component-border;
|
|
36515
37425
|
}
|
|
37426
|
+
|
|
37427
|
+
// Focus
|
|
37428
|
+
.k-toolbar:focus,
|
|
37429
|
+
.k-toolbar.k-focus {
|
|
37430
|
+
@include box-shadow( $filter-toolbar-focus-shadow );
|
|
37431
|
+
}
|
|
36516
37432
|
}
|
|
36517
37433
|
|
|
36518
37434
|
}
|
|
@@ -36570,7 +37486,7 @@ $filter-preview-operator-text: $subtle-text !default;
|
|
|
36570
37486
|
// Component
|
|
36571
37487
|
// #region @import "_variables.scss"; -> packages/material/scss/filemanager/_variables.scss
|
|
36572
37488
|
// File manager
|
|
36573
|
-
$filemanager-spacer: map-get( $spacing, 4 ) !default;
|
|
37489
|
+
$filemanager-spacer: k-map-get( $spacing, 4 ) !default;
|
|
36574
37490
|
$filemanager-border-width: 1px !default;
|
|
36575
37491
|
$filemanager-font-family: $font-family !default;
|
|
36576
37492
|
$filemanager-font-size: $font-size !default;
|
|
@@ -36580,7 +37496,7 @@ $filemanager-text: $component-text !default;
|
|
|
36580
37496
|
$filemanager-border: $component-border !default;
|
|
36581
37497
|
|
|
36582
37498
|
$filemanager-toolbar-border-width: $filemanager-border-width !default;
|
|
36583
|
-
$filemanager-toolbar-bg: try-shade( $kendo-button-bg, .5 ) !default;
|
|
37499
|
+
$filemanager-toolbar-bg: k-try-shade( $kendo-button-bg, .5 ) !default;
|
|
36584
37500
|
$filemanager-toolbar-text: null !default;
|
|
36585
37501
|
$filemanager-toolbar-border: null !default;
|
|
36586
37502
|
$filemanager-toolbar-gradient: null !default;
|
|
@@ -36593,8 +37509,8 @@ $filemanager-navigation-bg: null !default;
|
|
|
36593
37509
|
$filemanager-navigation-text: null !default;
|
|
36594
37510
|
$filemanager-navigation-border: null !default;
|
|
36595
37511
|
|
|
36596
|
-
$filemanager-breadcrumb-padding-x: map-get( $spacing, 2 ) !default;
|
|
36597
|
-
$filemanager-breadcrumb-padding-y: map-get( $spacing, 2 ) !default;
|
|
37512
|
+
$filemanager-breadcrumb-padding-x: k-map-get( $spacing, 2 ) !default;
|
|
37513
|
+
$filemanager-breadcrumb-padding-y: k-map-get( $spacing, 2 ) !default;
|
|
36598
37514
|
$filemanager-breadcrumb-border-width: $filemanager-border-width !default;
|
|
36599
37515
|
$filemanager-breadcrumb-bg: $filemanager-toolbar-bg !default;
|
|
36600
37516
|
$filemanager-breadcrumb-text: null !default;
|
|
@@ -36604,8 +37520,8 @@ $filemanager-listview-bg: null !default;
|
|
|
36604
37520
|
$filemanager-listview-text: null !default;
|
|
36605
37521
|
$filemanager-listview-border: null !default;
|
|
36606
37522
|
|
|
36607
|
-
$filemanager-listview-item-padding-x: map-get( $spacing, 4 ) !default;
|
|
36608
|
-
$filemanager-listview-item-padding-y: map-get( $spacing, 4 ) !default;
|
|
37523
|
+
$filemanager-listview-item-padding-x: k-map-get( $spacing, 4 ) !default;
|
|
37524
|
+
$filemanager-listview-item-padding-y: k-map-get( $spacing, 4 ) !default;
|
|
36609
37525
|
$filemanager-listview-item-width: 120px !default;
|
|
36610
37526
|
$filemanager-listview-item-height: 120px !default;
|
|
36611
37527
|
$filemanager-listview-item-bg: null !default;
|
|
@@ -36614,7 +37530,7 @@ $filemanager-listview-item-border: null !default;
|
|
|
36614
37530
|
|
|
36615
37531
|
$filemanager-listview-item-icon-size: ($icon-size * 3) !default;
|
|
36616
37532
|
$filemanager-listview-item-icon-bg: null !default;
|
|
36617
|
-
$filemanager-listview-item-icon-text: try-tint($filemanager-text, 4) !default;
|
|
37533
|
+
$filemanager-listview-item-icon-text: k-try-tint($filemanager-text, 4) !default;
|
|
36618
37534
|
$filemanager-listview-item-icon-border: null !default;
|
|
36619
37535
|
$filemanager-listview-item-icon-selected-bg: null !default;
|
|
36620
37536
|
$filemanager-listview-item-icon-selected-text: inherit !default;
|
|
@@ -36635,7 +37551,7 @@ $filemanager-preview-border: null !default;
|
|
|
36635
37551
|
|
|
36636
37552
|
$filemanager-preview-icon-size: ($icon-size * 6) !default;
|
|
36637
37553
|
$filemanager-preview-icon-bg: null !default;
|
|
36638
|
-
$filemanager-preview-icon-text: try-tint($filemanager-text, 4) !default;
|
|
37554
|
+
$filemanager-preview-icon-text: k-try-tint($filemanager-text, 4) !default;
|
|
36639
37555
|
$filemanager-preview-icon-border: null !default;
|
|
36640
37556
|
|
|
36641
37557
|
// #endregion
|
|
@@ -37039,7 +37955,7 @@ $filemanager-preview-icon-border: null !default;
|
|
|
37039
37955
|
// Component
|
|
37040
37956
|
// #region @import "_variables.scss"; -> packages/material/scss/taskboard/_variables.scss
|
|
37041
37957
|
// TaskBoard
|
|
37042
|
-
$taskboard-spacer: map-get( $spacing, 4 ) !default;
|
|
37958
|
+
$taskboard-spacer: k-map-get( $spacing, 4 ) !default;
|
|
37043
37959
|
$taskboard-padding-y: null !default;
|
|
37044
37960
|
$taskboard-padding-x: null !default;
|
|
37045
37961
|
$taskboard-font-family: $font-family !default;
|
|
@@ -37059,9 +37975,9 @@ $taskboard-toolbar-gradient: null !default;
|
|
|
37059
37975
|
$taskboard-content-padding-y: $taskboard-spacer !default;
|
|
37060
37976
|
$taskboard-content-padding-x: $taskboard-content-padding-y !default;
|
|
37061
37977
|
|
|
37062
|
-
$taskboard-column-container-spacing-y: ( $taskboard-spacer
|
|
37978
|
+
$taskboard-column-container-spacing-y: k-math-div( $taskboard-spacer, 2 ) !default;
|
|
37063
37979
|
$taskboard-column-container-padding-y: 0px !default;
|
|
37064
|
-
$taskboard-column-container-padding-x: ( $taskboard-spacer
|
|
37980
|
+
$taskboard-column-container-padding-x: k-math-div( $taskboard-spacer, 2 ) !default;
|
|
37065
37981
|
$taskboard-columns-container-gap: $taskboard-spacer !default;
|
|
37066
37982
|
|
|
37067
37983
|
$taskboard-column-width: 320px !default;
|
|
@@ -37073,7 +37989,7 @@ $taskboard-column-border: transparent !default;
|
|
|
37073
37989
|
|
|
37074
37990
|
$taskboard-column-focus-bg: null !default;
|
|
37075
37991
|
$taskboard-column-focus-text: null !default;
|
|
37076
|
-
$taskboard-column-focus-border: try-shade( $base-border, 2.5 ) !default;
|
|
37992
|
+
$taskboard-column-focus-border: k-try-shade( $base-border, 2.5 ) !default;
|
|
37077
37993
|
|
|
37078
37994
|
$taskboard-column-header-padding-y: ( $taskboard-spacer / 2 ) !default;
|
|
37079
37995
|
$taskboard-column-header-padding-x: $taskboard-column-header-padding-y !default;
|
|
@@ -37116,10 +38032,10 @@ $taskboard-card-shadow: none !default;
|
|
|
37116
38032
|
|
|
37117
38033
|
$taskboard-card-category-border-width: 4px !default;
|
|
37118
38034
|
|
|
37119
|
-
$taskboard-card-focus-border: try-shade( $taskboard-card-border, 9% ) !default;
|
|
38035
|
+
$taskboard-card-focus-border: k-try-shade( $taskboard-card-border, 9% ) !default;
|
|
37120
38036
|
$taskboard-card-focus-shadow: none !default;
|
|
37121
38037
|
|
|
37122
|
-
$taskboard-card-hover-border: try-shade( $taskboard-card-border, 10% ) !default;
|
|
38038
|
+
$taskboard-card-hover-border: k-try-shade( $taskboard-card-border, 10% ) !default;
|
|
37123
38039
|
|
|
37124
38040
|
$taskboard-card-selected-border: $primary-lighter !default;
|
|
37125
38041
|
$taskboard-card-selected-shadow: none !default;
|
|
@@ -37130,7 +38046,7 @@ $taskboard-card-header-hover-text: $primary-darker !default;
|
|
|
37130
38046
|
|
|
37131
38047
|
$taskboard-drag-placeholder-border-width: 1px !default;
|
|
37132
38048
|
$taskboard-drag-placeholder-border-radius: $taskboard-card-border-radius !default;
|
|
37133
|
-
$taskboard-drag-placeholder-bg: rgba(
|
|
38049
|
+
$taskboard-drag-placeholder-bg: rgba( white, .2 ) !default;
|
|
37134
38050
|
$taskboard-drag-placeholder-border: $component-border !default;
|
|
37135
38051
|
|
|
37136
38052
|
// #endregion
|
|
@@ -37550,7 +38466,7 @@ $editor-placeholder-opacity: $kendo-input-placeholder-opacity !default;
|
|
|
37550
38466
|
$editor-selected-text: $primary-contrast !default;
|
|
37551
38467
|
$editor-selected-bg: $primary !default;
|
|
37552
38468
|
|
|
37553
|
-
$editor-highlighted-bg: mix($primary, #ffffff, 20%) !default;
|
|
38469
|
+
$editor-highlighted-bg: k-color-mix($primary, #ffffff, 20%) !default;
|
|
37554
38470
|
|
|
37555
38471
|
$editor-export-tool-icon-margin-x: .5em !default;
|
|
37556
38472
|
|
|
@@ -38462,8 +39378,8 @@ $imageeditor-font-family: $font-family !default;
|
|
|
38462
39378
|
|
|
38463
39379
|
$imageeditor-content-border-width: 1px !default;
|
|
38464
39380
|
|
|
38465
|
-
$imageeditor-action-pane-padding-y: map-get( $spacing, 8 ) !default;
|
|
38466
|
-
$imageeditor-action-pane-padding-x: map-get( $spacing, 4 ) !default;
|
|
39381
|
+
$imageeditor-action-pane-padding-y: k-map-get( $spacing, 8 ) !default;
|
|
39382
|
+
$imageeditor-action-pane-padding-x: k-map-get( $spacing, 4 ) !default;
|
|
38467
39383
|
$imageeditor-action-pane-width: if( $imageeditor-content-border-width == null, 240px, calc(240px + #{$imageeditor-content-border-width}) );
|
|
38468
39384
|
|
|
38469
39385
|
$imageeditor-crop-border-width: 1px !default;
|
|
@@ -38490,7 +39406,7 @@ $imageeditor-crop-bg: null !default;
|
|
|
38490
39406
|
$imageeditor-crop-text: null !default;
|
|
38491
39407
|
$imageeditor-crop-border: white !default;
|
|
38492
39408
|
|
|
38493
|
-
$imageeditor-crop-overlay-bg: rgba(black, .3) !default;
|
|
39409
|
+
$imageeditor-crop-overlay-bg: rgba( black, .3 ) !default;
|
|
38494
39410
|
|
|
38495
39411
|
// #endregion
|
|
38496
39412
|
// #region @import "_layout.scss"; -> packages/material/scss/imageeditor/_layout.scss
|
|
@@ -38779,12 +39695,12 @@ $gantt-treelist-bg: null !default;
|
|
|
38779
39695
|
$gantt-treelist-text: null !default;
|
|
38780
39696
|
$gantt-treelist-border: null !default;
|
|
38781
39697
|
|
|
38782
|
-
$gantt-nonwork-bg: rgba( contrast-
|
|
39698
|
+
$gantt-nonwork-bg: rgba( k-contrast-color( $gantt-bg ), .025 ) !default;
|
|
38783
39699
|
$gantt-nonwork-text: null !default;
|
|
38784
39700
|
$gantt-nonwork-border: null !default;
|
|
38785
39701
|
|
|
38786
39702
|
$gantt-line-size: 2px !default;
|
|
38787
|
-
$gantt-line-fill: mix( $panel-text, $panel-bg ) !default;
|
|
39703
|
+
$gantt-line-fill: k-color-mix( $panel-text, $panel-bg ) !default;
|
|
38788
39704
|
$gantt-line-selected-fill: $selected-bg !default;
|
|
38789
39705
|
|
|
38790
39706
|
$gantt-dot-size: 8px !default;
|
|
@@ -38799,19 +39715,19 @@ $gantt-milestone-border: $primary !default;
|
|
|
38799
39715
|
$gantt-milestone-selected-bg: $secondary !default;
|
|
38800
39716
|
$gantt-milestone-selected-border: $secondary !default;
|
|
38801
39717
|
|
|
38802
|
-
$gantt-summary-bg: mix( $primary, $gantt-bg ) !default;
|
|
39718
|
+
$gantt-summary-bg: k-color-mix( $primary, $gantt-bg ) !default;
|
|
38803
39719
|
$gantt-summary-progress-bg: $primary !default;
|
|
38804
|
-
$gantt-summary-selected-bg: mix( $secondary, $gantt-bg ) !default;
|
|
39720
|
+
$gantt-summary-selected-bg: k-color-mix( $secondary, $gantt-bg ) !default;
|
|
38805
39721
|
$gantt-summary-progress-selected-bg: $secondary !default;
|
|
38806
39722
|
|
|
38807
|
-
$gantt-task-padding-x: map-get( $spacing, 2 ) !default;
|
|
38808
|
-
$gantt-task-padding-y: map-get( $spacing, 1 ) !default;
|
|
39723
|
+
$gantt-task-padding-x: k-map-get( $spacing, 2 ) !default;
|
|
39724
|
+
$gantt-task-padding-y: k-map-get( $spacing, 1 ) !default;
|
|
38809
39725
|
$gantt-task-border-width: 0px !default;
|
|
38810
|
-
$gantt-task-bg: mix( $primary, $gantt-bg ) !default;
|
|
39726
|
+
$gantt-task-bg: k-color-mix( $primary, $gantt-bg ) !default;
|
|
38811
39727
|
$gantt-task-text: $primary-contrast !default;
|
|
38812
39728
|
$gantt-task-border: null !default;
|
|
38813
39729
|
$gantt-task-progress-bg: $primary !default;
|
|
38814
|
-
$gantt-task-selected-bg: mix( $secondary, $gantt-bg ) !default;
|
|
39730
|
+
$gantt-task-selected-bg: k-color-mix( $secondary, $gantt-bg ) !default;
|
|
38815
39731
|
$gantt-task-selected-text: $secondary-contrast !default;
|
|
38816
39732
|
$gantt-task-selected-border: null !default;
|
|
38817
39733
|
$gantt-task-progress-selected-bg: $secondary !default;
|
|
@@ -38845,10 +39761,10 @@ $gantt-planned-bg: $primary !default;
|
|
|
38845
39761
|
$gantt-planned-border: $gantt-planned-bg !default;
|
|
38846
39762
|
|
|
38847
39763
|
$gantt-delayed-bg: $error !default;
|
|
38848
|
-
$gantt-delayed-bg-lighter: tint($gantt-delayed-bg, 5) !default;
|
|
39764
|
+
$gantt-delayed-bg-lighter: k-color-tint($gantt-delayed-bg, 5) !default;
|
|
38849
39765
|
|
|
38850
39766
|
$gantt-advanced-bg: $success !default;
|
|
38851
|
-
$gantt-advanced-bg-lighter: tint($gantt-advanced-bg, 5) !default;
|
|
39767
|
+
$gantt-advanced-bg-lighter: k-color-tint($gantt-advanced-bg, 5) !default;
|
|
38852
39768
|
|
|
38853
39769
|
$gantt-action-on-offset-text: #000000 !default;
|
|
38854
39770
|
$gantt-offset-resize-handler-top: 50% !default;
|
|
@@ -40105,12 +41021,12 @@ $scheduler-bg: $component-bg !default;
|
|
|
40105
41021
|
$scheduler-text: $component-text !default;
|
|
40106
41022
|
$scheduler-border: $component-border !default;
|
|
40107
41023
|
|
|
40108
|
-
$scheduler-toolbar-bg: try-shade( $kendo-button-bg, .5 ) !default;
|
|
41024
|
+
$scheduler-toolbar-bg: k-try-shade( $kendo-button-bg, .5 ) !default;
|
|
40109
41025
|
$scheduler-toolbar-text: null !default;
|
|
40110
41026
|
$scheduler-toolbar-border: null !default;
|
|
40111
41027
|
$scheduler-toolbar-gradient: null !default;
|
|
40112
41028
|
|
|
40113
|
-
$scheduler-footer-bg: try-shade( $kendo-button-bg, .5 ) !default;
|
|
41029
|
+
$scheduler-footer-bg: k-try-shade( $kendo-button-bg, .5 ) !default;
|
|
40114
41030
|
$scheduler-footer-text: null !default;
|
|
40115
41031
|
$scheduler-footer-border: null !default;
|
|
40116
41032
|
$scheduler-footer-gradient: null !default;
|
|
@@ -40120,7 +41036,7 @@ $scheduler-event-border-radius: $kendo-border-radius-md !default;
|
|
|
40120
41036
|
$scheduler-event-line-height: calc( #{$scheduler-event-min-height} - (2 * #{$padding-y-sm}) ) !default;
|
|
40121
41037
|
|
|
40122
41038
|
$scheduler-event-bg: $primary !default;
|
|
40123
|
-
$scheduler-event-text: contrast-
|
|
41039
|
+
$scheduler-event-text: k-contrast-color( $scheduler-event-bg ) !default;
|
|
40124
41040
|
$scheduler-event-border: null !default;
|
|
40125
41041
|
$scheduler-event-gradient: null !default;
|
|
40126
41042
|
$scheduler-event-shadow: null !default;
|
|
@@ -40131,35 +41047,35 @@ $scheduler-event-hover-border: null !default;
|
|
|
40131
41047
|
$scheduler-event-hover-gradient: null !default;
|
|
40132
41048
|
$scheduler-event-hover-shadow: null !default;
|
|
40133
41049
|
|
|
40134
|
-
$scheduler-event-selected-bg: try-tint( $primary, 1 ) !default;
|
|
40135
|
-
$scheduler-event-selected-text: contrast-
|
|
41050
|
+
$scheduler-event-selected-bg: k-try-tint( $primary, 1 ) !default;
|
|
41051
|
+
$scheduler-event-selected-text: k-contrast-color( $scheduler-event-selected-bg ) !default;
|
|
40136
41052
|
$scheduler-event-selected-border: null !default;
|
|
40137
41053
|
$scheduler-event-selected-gradient: null !default;
|
|
40138
41054
|
$scheduler-event-selected-shadow: $box-shadow-depth-3 !default;
|
|
40139
41055
|
|
|
40140
41056
|
$scheduler-event-ongoing-shadow: inset 0px 0px 0px 1px #ff0000 !default;
|
|
40141
41057
|
|
|
40142
|
-
$scheduler-cell-padding-x: map-get( $spacing, 2 ) !default;
|
|
40143
|
-
$scheduler-cell-padding-y: map-get( $spacing, 2 ) !default;
|
|
41058
|
+
$scheduler-cell-padding-x: k-map-get( $spacing, 2 ) !default;
|
|
41059
|
+
$scheduler-cell-padding-y: k-map-get( $spacing, 2 ) !default;
|
|
40144
41060
|
$scheduler-cell-height: $line-height * 1rem !default;
|
|
40145
41061
|
$scheduler-datecolumn-width: 12rem !default;
|
|
40146
41062
|
$scheduler-timecolumn-width: 11rem !default;
|
|
40147
41063
|
|
|
40148
41064
|
$scheduler-current-time-color: #ff0000 !default;
|
|
40149
41065
|
|
|
40150
|
-
$scheduler-nonwork-bg: try-shade( $scheduler-bg, .5 ) !default;
|
|
41066
|
+
$scheduler-nonwork-bg: k-try-shade( $scheduler-bg, .5 ) !default;
|
|
40151
41067
|
$scheduler-nonwork-text: null !default;
|
|
40152
41068
|
|
|
40153
41069
|
$scheduler-weekend-bg: null !default;
|
|
40154
41070
|
$scheduler-weekend-text: null !default;
|
|
40155
41071
|
|
|
40156
|
-
$scheduler-othermonth-bg: try-shade( $scheduler-bg, .5 ) !default;
|
|
41072
|
+
$scheduler-othermonth-bg: k-try-shade( $scheduler-bg, .5 ) !default;
|
|
40157
41073
|
$scheduler-othermonth-text: null !default;
|
|
40158
41074
|
|
|
40159
|
-
$scheduler-yearview-padding-x: map-get( $spacing, 5 ) !default;
|
|
41075
|
+
$scheduler-yearview-padding-x: k-map-get( $spacing, 5 ) !default;
|
|
40160
41076
|
$scheduler-yearview-padding-y: $scheduler-yearview-padding-x !default;
|
|
40161
41077
|
|
|
40162
|
-
$scheduler-yearview-calendar-gap: map-get( $spacing, 5 ) !default;
|
|
41078
|
+
$scheduler-yearview-calendar-gap: k-map-get( $spacing, 5 ) !default;
|
|
40163
41079
|
|
|
40164
41080
|
$scheduler-yearview-indicator-size: 3px !default;
|
|
40165
41081
|
$scheduler-yearview-indicator-calc-offset-top: calc( #{$calendar-cell-size} - (#{$calendar-cell-padding-y} * 2)) !default;
|
|
@@ -40174,9 +41090,9 @@ $scheduler-tooltip-border-width: 0 !default;
|
|
|
40174
41090
|
$scheduler-tooltip-bg: $primary-contrast !default;
|
|
40175
41091
|
$scheduler-tooltip-text: $base-text !default;
|
|
40176
41092
|
$scheduler-tooltip-border: null !default;
|
|
40177
|
-
$scheduler-tooltip-shadow: 0px 0px 10px rgba(
|
|
41093
|
+
$scheduler-tooltip-shadow: 0px 0px 10px rgba( black, .2 ) !default;
|
|
40178
41094
|
|
|
40179
|
-
$scheduler-tooltip-title-margin-y: map-get( $spacing, 2 ) !default;
|
|
41095
|
+
$scheduler-tooltip-title-margin-y: k-map-get( $spacing, 2 ) !default;
|
|
40180
41096
|
$scheduler-tooltip-month-font-size: $font-size-sm !default;
|
|
40181
41097
|
$scheduler-tooltip-day-font-size: $scheduler-tooltip-month-font-size * 2 !default;
|
|
40182
41098
|
|
|
@@ -40184,7 +41100,7 @@ $scheduler-tooltip-events-max-height: 250px !default;
|
|
|
40184
41100
|
$scheduler-tooltip-events-gap: $padding-y !default;
|
|
40185
41101
|
|
|
40186
41102
|
$scheduler-tooltip-event-padding-x: $padding-x-sm !default;
|
|
40187
|
-
$scheduler-tooltip-event-padding-y: map-get( $spacing, 2 ) !default;
|
|
41103
|
+
$scheduler-tooltip-event-padding-y: k-map-get( $spacing, 2 ) !default;
|
|
40188
41104
|
$scheduler-tooltip-event-border-radius: $kendo-border-radius-md !default;
|
|
40189
41105
|
$scheduler-tooltip-event-gap: $padding-x-sm !default;
|
|
40190
41106
|
|
|
@@ -41836,7 +42752,7 @@ $chat-avatar-spacing: $chat-item-spacing-x !default;
|
|
|
41836
42752
|
$chat-toolbar-padding-x: $toolbar-padding-x !default;
|
|
41837
42753
|
$chat-toolbar-padding-y: $toolbar-padding-y !default;
|
|
41838
42754
|
$chat-toolbar-spacing: $toolbar-spacing !default;
|
|
41839
|
-
$chat-toolbar-bg: try-shade( $kendo-button-bg, .5 ) !default;
|
|
42755
|
+
$chat-toolbar-bg: k-try-shade( $kendo-button-bg, .5 ) !default;
|
|
41840
42756
|
$chat-toolbar-text: $toolbar-text !default;
|
|
41841
42757
|
$chat-toolbar-border: inherit !default;
|
|
41842
42758
|
|
|
@@ -41853,12 +42769,12 @@ $chat-border: $component-border !default;
|
|
|
41853
42769
|
$chat-bubble-bg: $component-bg !default;
|
|
41854
42770
|
$chat-bubble-text: $component-text !default;
|
|
41855
42771
|
$chat-bubble-border: $chat-bubble-bg !default;
|
|
41856
|
-
$chat-bubble-shadow: 0 1px 2px rgba(
|
|
41857
|
-
$chat-bubble-hover-shadow: 0 1px 2px rgba(
|
|
41858
|
-
$chat-bubble-selected-shadow: 0 3px 10px rgba(
|
|
42772
|
+
$chat-bubble-shadow: 0 1px 2px rgba( black, .08 ) !default;
|
|
42773
|
+
$chat-bubble-hover-shadow: 0 1px 2px rgba( black, .16 ) !default;
|
|
42774
|
+
$chat-bubble-selected-shadow: 0 3px 10px rgba( black, .16 ) !default;
|
|
41859
42775
|
|
|
41860
42776
|
$chat-alt-bubble-bg: $primary !default;
|
|
41861
|
-
$chat-alt-bubble-text: contrast-
|
|
42777
|
+
$chat-alt-bubble-text: k-contrast-color( $chat-alt-bubble-bg ) !default;
|
|
41862
42778
|
$chat-alt-bubble-border: $chat-alt-bubble-bg !default;
|
|
41863
42779
|
$chat-alt-bubble-shadow: 0 1px 2px rgba( $chat-alt-bubble-bg, .2 ) !default;
|
|
41864
42780
|
$chat-alt-bubble-hover-shadow: 0 1px 2px rgba( $chat-alt-bubble-bg, .2 ) !default;
|
|
@@ -42562,8 +43478,8 @@ $mediaplayer-bg: $component-bg !default;
|
|
|
42562
43478
|
$mediaplayer-text: $component-text !default;
|
|
42563
43479
|
$mediaplayer-border: $component-border !default;
|
|
42564
43480
|
|
|
42565
|
-
$mediaplayer-titlebar-padding-x: map-get( $spacing, 2 ) !default;
|
|
42566
|
-
$mediaplayer-titlebar-padding-y: map-get( $spacing, 2 ) !default;
|
|
43481
|
+
$mediaplayer-titlebar-padding-x: k-map-get( $spacing, 2 ) !default;
|
|
43482
|
+
$mediaplayer-titlebar-padding-y: k-map-get( $spacing, 2 ) !default;
|
|
42567
43483
|
$mediaplayer-titlebar-bg: null !default;
|
|
42568
43484
|
$mediaplayer-titlebar-text: $mediaplayer-bg !default;
|
|
42569
43485
|
$mediaplayer-titlebar-border: null !default;
|
|
@@ -42748,12 +43664,12 @@ $timeline-mobile-spacing-y: $padding-x !default;
|
|
|
42748
43664
|
$timeline-track-arrow-width: 36px !default;
|
|
42749
43665
|
$timeline-track-arrow-height: 36px !default;
|
|
42750
43666
|
|
|
42751
|
-
$timeline-track-arrow-disabled-text: true-mix($kendo-button-text, $body-bg, 65%) !default;
|
|
42752
|
-
$timeline-track-arrow-disabled-bg: true-mix(#000000, $body-bg, 8%) !default;
|
|
42753
|
-
$timeline-track-arrow-disabled-border: true-mix($kendo-button-border, $body-bg, 65%) !default;
|
|
43667
|
+
$timeline-track-arrow-disabled-text: k-true-mix($kendo-button-text, $body-bg, 65%) !default;
|
|
43668
|
+
$timeline-track-arrow-disabled-bg: k-true-mix(#000000, $body-bg, 8%) !default;
|
|
43669
|
+
$timeline-track-arrow-disabled-border: k-true-mix($kendo-button-border, $body-bg, 65%) !default;
|
|
42754
43670
|
|
|
42755
43671
|
$timeline-track-size: 6px !default;
|
|
42756
|
-
$timeline-track-wrap-padding-bottom: $timeline-track-size
|
|
43672
|
+
$timeline-track-wrap-padding-bottom: k-math-div( $timeline-track-size, 2 ) !default;
|
|
42757
43673
|
$timeline-track-border-width: 1px !default;
|
|
42758
43674
|
$timeline-track-margin-bottom: 18px !default;
|
|
42759
43675
|
$timeline-track-bottom-calc: calc((#{$timeline-track-arrow-height} / 2) + #{$timeline-track-wrap-padding-bottom}) !default;
|
|
@@ -42774,7 +43690,7 @@ $timeline-flag-max-width: calc(#{$timeline-flag-min-width} + 2 * #{$timeline-spa
|
|
|
42774
43690
|
$timeline-mobile-flag-max-width: calc(#{$timeline-flag-min-width} + 2 * #{$timeline-mobile-spacing-x}) !default;
|
|
42775
43691
|
$timeline-horizontal-flag-min-width: 60px !default;
|
|
42776
43692
|
$timeline-flag-bg: $primary !default;
|
|
42777
|
-
$timeline-flag-text: contrast-
|
|
43693
|
+
$timeline-flag-text: k-contrast-color( $timeline-flag-bg ) !default;
|
|
42778
43694
|
|
|
42779
43695
|
$timeline-flag-callout-width: 10px !default;
|
|
42780
43696
|
$timeline-flag-callout-height: 10px !default;
|
|
@@ -43383,7 +44299,7 @@ $pdf-viewer-bg: $component-bg !default;
|
|
|
43383
44299
|
$pdf-viewer-text: $component-text !default;
|
|
43384
44300
|
$pdf-viewer-border: $component-border !default;
|
|
43385
44301
|
|
|
43386
|
-
$pdf-viewer-toolbar-bg: try-shade( $kendo-button-bg, .25 ) !default;
|
|
44302
|
+
$pdf-viewer-toolbar-bg: k-try-shade( $kendo-button-bg, .25 ) !default;
|
|
43387
44303
|
$pdf-viewer-toolbar-text: null !default;
|
|
43388
44304
|
$pdf-viewer-toolbar-border: null !default;
|
|
43389
44305
|
$pdf-viewer-toolbar-gradient: null !default;
|
|
@@ -43400,7 +44316,7 @@ $pdf-viewer-page-border: $component-border !default;
|
|
|
43400
44316
|
$pdf-viewer-page-shadow: 0 0 ($pdf-viewer-page-spacing / 2) $pdf-viewer-page-border !default;
|
|
43401
44317
|
|
|
43402
44318
|
$pdf-viewer-search-panel-border-width: 1px !default;
|
|
43403
|
-
$pdf-viewer-search-panel-border-radius: map-get( $spacing, 1 ) !default;
|
|
44319
|
+
$pdf-viewer-search-panel-border-radius: k-map-get( $spacing, 1 ) !default;
|
|
43404
44320
|
$pdf-viewer-search-panel-bg: $component-bg !default;
|
|
43405
44321
|
$pdf-viewer-search-panel-text: $component-text !default;
|
|
43406
44322
|
$pdf-viewer-search-panel-border: $component-border !default;
|
|
@@ -43845,7 +44761,7 @@ $scrollview-pagebutton-bg: $kendo-button-bg !default;
|
|
|
43845
44761
|
$scrollview-pagebutton-border: $kendo-button-border !default;
|
|
43846
44762
|
$scrollview-pagebutton-primary-bg: $primary !default;
|
|
43847
44763
|
$scrollview-pagebutton-primary-border: $primary !default;
|
|
43848
|
-
$scrollview-pagebutton-shadow: 0 0 0 2px rgba(
|
|
44764
|
+
$scrollview-pagebutton-shadow: 0 0 0 2px rgba( black, .13 ) !default;
|
|
43849
44765
|
|
|
43850
44766
|
$scrollview-pager-offset: 0 !default;
|
|
43851
44767
|
$scrollview-pager-item-spacing: 20px !default;
|
|
@@ -43859,14 +44775,14 @@ $scrollview-pager-multidot-step: 1px !default;
|
|
|
43859
44775
|
$scrollview-arrow-icon-size: 4.5em !default;
|
|
43860
44776
|
$scrollview-arrow-tap-highlight-color: $rgba-transparent !default;
|
|
43861
44777
|
$scrollview-navigation-color: white !default;
|
|
43862
|
-
$scrollview-navigation-icon-shadow: rgba(
|
|
43863
|
-
$scrollview-navigation-bg: rgba(
|
|
44778
|
+
$scrollview-navigation-icon-shadow: rgba( black, .3 ) 0 0 15px !default;
|
|
44779
|
+
$scrollview-navigation-bg: rgba( black, 0 ) !default;
|
|
43864
44780
|
$scrollview-navigation-default-opacity: .7 !default;
|
|
43865
44781
|
$scrollview-navigation-hover-opacity: 1 !default;
|
|
43866
44782
|
$scrollview-navigation-hover-span-bg: null !default;
|
|
43867
44783
|
|
|
43868
|
-
$scrollview-light-bg: rgba(
|
|
43869
|
-
$scrollview-dark-bg: rgba(
|
|
44784
|
+
$scrollview-light-bg: rgba( white, .4 ) !default;
|
|
44785
|
+
$scrollview-dark-bg: rgba( black, .4 ) !default;
|
|
43870
44786
|
|
|
43871
44787
|
$scrollview-transition-duration: .3s !default;
|
|
43872
44788
|
$scrollview-transition-timing-function: ease-in-out !default;
|
|
@@ -44211,50 +45127,50 @@ $scrollview-transition-timing-function: ease-in-out !default;
|
|
|
44211
45127
|
/// The first base series color and its light and dark shades.
|
|
44212
45128
|
/// @group charts
|
|
44213
45129
|
$series-a: get-base-hue( purple, 500 ) !default;
|
|
44214
|
-
$series-a-dark: mix(black, $series-a, 25%) !default;
|
|
44215
|
-
$series-a-darker: mix(black, $series-a, 50%) !default;
|
|
44216
|
-
$series-a-light: mix(white, $series-a, 25%) !default;
|
|
44217
|
-
$series-a-lighter: mix(white, $series-a, 50%) !default;
|
|
45130
|
+
$series-a-dark: k-color-mix(black, $series-a, 25%) !default;
|
|
45131
|
+
$series-a-darker: k-color-mix(black, $series-a, 50%) !default;
|
|
45132
|
+
$series-a-light: k-color-mix(white, $series-a, 25%) !default;
|
|
45133
|
+
$series-a-lighter: k-color-mix(white, $series-a, 50%) !default;
|
|
44218
45134
|
|
|
44219
45135
|
/// The second base series color and its light and dark shades.
|
|
44220
45136
|
/// @group charts
|
|
44221
45137
|
$series-b: get-base-hue( blue, 500 ) !default;
|
|
44222
|
-
$series-b-dark: mix(black, $series-b, 25%) !default;
|
|
44223
|
-
$series-b-darker: mix(black, $series-b, 50%) !default;
|
|
44224
|
-
$series-b-light: mix(white, $series-b, 25%) !default;
|
|
44225
|
-
$series-b-lighter: mix(white, $series-b, 50%) !default;
|
|
45138
|
+
$series-b-dark: k-color-mix(black, $series-b, 25%) !default;
|
|
45139
|
+
$series-b-darker: k-color-mix(black, $series-b, 50%) !default;
|
|
45140
|
+
$series-b-light: k-color-mix(white, $series-b, 25%) !default;
|
|
45141
|
+
$series-b-lighter: k-color-mix(white, $series-b, 50%) !default;
|
|
44226
45142
|
|
|
44227
45143
|
/// The third base series color and its light and dark shades.
|
|
44228
45144
|
/// @group charts
|
|
44229
45145
|
$series-c: get-base-hue( teal, 500 ) !default;
|
|
44230
|
-
$series-c-dark: mix(black, $series-c, 25%) !default;
|
|
44231
|
-
$series-c-darker: mix(black, $series-c, 50%) !default;
|
|
44232
|
-
$series-c-light: mix(white, $series-c, 25%) !default;
|
|
44233
|
-
$series-c-lighter: mix(white, $series-c, 50%) !default;
|
|
45146
|
+
$series-c-dark: k-color-mix(black, $series-c, 25%) !default;
|
|
45147
|
+
$series-c-darker: k-color-mix(black, $series-c, 50%) !default;
|
|
45148
|
+
$series-c-light: k-color-mix(white, $series-c, 25%) !default;
|
|
45149
|
+
$series-c-lighter: k-color-mix(white, $series-c, 50%) !default;
|
|
44234
45150
|
|
|
44235
45151
|
/// The fourth base series color and its light and dark shades.
|
|
44236
45152
|
/// @group charts
|
|
44237
45153
|
$series-d: get-base-hue( yellow, 500 ) !default;
|
|
44238
|
-
$series-d-dark: mix(black, $series-d, 25%) !default;
|
|
44239
|
-
$series-d-darker: mix(black, $series-d, 50%) !default;
|
|
44240
|
-
$series-d-light: mix(white, $series-d, 25%) !default;
|
|
44241
|
-
$series-d-lighter: mix(white, $series-d, 50%) !default;
|
|
45154
|
+
$series-d-dark: k-color-mix(black, $series-d, 25%) !default;
|
|
45155
|
+
$series-d-darker: k-color-mix(black, $series-d, 50%) !default;
|
|
45156
|
+
$series-d-light: k-color-mix(white, $series-d, 25%) !default;
|
|
45157
|
+
$series-d-lighter: k-color-mix(white, $series-d, 50%) !default;
|
|
44242
45158
|
|
|
44243
45159
|
/// The fifth base series color and its light and dark shades.
|
|
44244
45160
|
/// @group charts
|
|
44245
45161
|
$series-e: get-base-hue( red, 500 ) !default;
|
|
44246
|
-
$series-e-dark: mix(black, $series-e, 25%) !default;
|
|
44247
|
-
$series-e-darker: mix(black, $series-e, 50%) !default;
|
|
44248
|
-
$series-e-light: mix(white, $series-e, 25%) !default;
|
|
44249
|
-
$series-e-lighter: mix(white, $series-e, 50%) !default;
|
|
45162
|
+
$series-e-dark: k-color-mix(black, $series-e, 25%) !default;
|
|
45163
|
+
$series-e-darker: k-color-mix(black, $series-e, 50%) !default;
|
|
45164
|
+
$series-e-light: k-color-mix(white, $series-e, 25%) !default;
|
|
45165
|
+
$series-e-lighter: k-color-mix(white, $series-e, 50%) !default;
|
|
44250
45166
|
|
|
44251
45167
|
/// The sixth base series color and its light and dark shades.
|
|
44252
45168
|
/// @group charts
|
|
44253
45169
|
$series-f: get-base-hue( green, 500 ) !default;
|
|
44254
|
-
$series-f-dark: mix(black, $series-f, 25%) !default;
|
|
44255
|
-
$series-f-darker: mix(black, $series-f, 50%) !default;
|
|
44256
|
-
$series-f-light: mix(white, $series-f, 25%) !default;
|
|
44257
|
-
$series-f-lighter: mix(white, $series-f, 50%) !default;
|
|
45170
|
+
$series-f-dark: k-color-mix(black, $series-f, 25%) !default;
|
|
45171
|
+
$series-f-darker: k-color-mix(black, $series-f, 50%) !default;
|
|
45172
|
+
$series-f-light: k-color-mix(white, $series-f, 25%) !default;
|
|
45173
|
+
$series-f-lighter: k-color-mix(white, $series-f, 50%) !default;
|
|
44258
45174
|
|
|
44259
45175
|
/// The series colors in order:
|
|
44260
45176
|
/// base, light, dark, lighter, darker
|
|
@@ -44323,7 +45239,7 @@ $chart-border: $component-border !default;
|
|
|
44323
45239
|
|
|
44324
45240
|
$chart-crosshair-background: rgba( if( $dark-theme, $white, $black ), .5 ) !default;
|
|
44325
45241
|
$chart-crosshair-shared-tooltip-color: $chart-text !default;
|
|
44326
|
-
$chart-crosshair-shared-tooltip-background: try-shade( $chart-bg, 1 ) !default;
|
|
45242
|
+
$chart-crosshair-shared-tooltip-background: k-try-shade( $chart-bg, 1 ) !default;
|
|
44327
45243
|
$chart-crosshair-shared-tooltip-border: rgba( if( $dark-theme, $white, $black ), .08) !default;
|
|
44328
45244
|
|
|
44329
45245
|
$chart-notes-background: rgba( if( $dark-theme, $white, $black ), .5 ) !default;
|
|
@@ -45275,7 +46191,7 @@ $map-marker-fill: $primary !default;
|
|
|
45275
46191
|
// Component
|
|
45276
46192
|
// #region @import "_variables.scss"; -> packages/material/scss/orgchart/_variables.scss
|
|
45277
46193
|
// Orgchart
|
|
45278
|
-
$orgchart-spacer: map-get( $spacing, 6 ) !default;
|
|
46194
|
+
$orgchart-spacer: k-map-get( $spacing, 6 ) !default;
|
|
45279
46195
|
$orgchart-padding-y: $orgchart-spacer !default;
|
|
45280
46196
|
$orgchart-padding-x: $orgchart-padding-y !default;
|
|
45281
46197
|
$orgchart-font-family: $font-family !default;
|
|
@@ -45306,7 +46222,7 @@ $orgchart-node-group-title-line-height: $line-height-sm !default;
|
|
|
45306
46222
|
|
|
45307
46223
|
$orgchart-node-group-subtitle-font-size: $font-size !default;
|
|
45308
46224
|
$orgchart-node-group-subtitle-margin-bottom: $orgchart-spacer !default;
|
|
45309
|
-
$orgchart-node-group-subtitle-text: rgba(
|
|
46225
|
+
$orgchart-node-group-subtitle-text: rgba( black, .54 ) !default;
|
|
45310
46226
|
|
|
45311
46227
|
$orgchart-card-width: 300px !default;
|
|
45312
46228
|
$orgchart-card-padding-y: $card-padding-y !default;
|
|
@@ -45525,10 +46441,10 @@ $kendo-signature-lg-min-height: 110px;
|
|
|
45525
46441
|
$kendo-signature-maximized-width: 750px !default;
|
|
45526
46442
|
$kendo-signature-maximized-height: 252px !default;
|
|
45527
46443
|
|
|
45528
|
-
$kendo-signature-padding-x: map-get( $spacing, 1 ) !default;
|
|
45529
|
-
$kendo-signature-padding-x-sm: map-get( $spacing, thin ) !default;
|
|
46444
|
+
$kendo-signature-padding-x: k-map-get( $spacing, 1 ) !default;
|
|
46445
|
+
$kendo-signature-padding-x-sm: k-map-get( $spacing, thin ) !default;
|
|
45530
46446
|
$kendo-signature-padding-x-md: $kendo-signature-padding-x !default;
|
|
45531
|
-
$kendo-signature-padding-x-lg: map-get( $spacing, 1 ) + map-get( $spacing, thin ) !default;
|
|
46447
|
+
$kendo-signature-padding-x-lg: k-map-get( $spacing, 1 ) + k-map-get( $spacing, thin ) !default;
|
|
45532
46448
|
|
|
45533
46449
|
$kendo-signature-padding-y: $kendo-signature-padding-x !default;
|
|
45534
46450
|
$kendo-signature-padding-y-sm: $kendo-signature-padding-x-sm !default;
|
|
@@ -45564,8 +46480,8 @@ $kendo-signature-sizes: (
|
|
|
45564
46480
|
)
|
|
45565
46481
|
) !default;
|
|
45566
46482
|
|
|
45567
|
-
$kendo-signature-actions-gap: map-get( $spacing, 1 ) !default;
|
|
45568
|
-
$kendo-signature-maximized-line-width: map-get( $spacing, 1 ) - map-get( $spacing, hair ) !default;
|
|
46483
|
+
$kendo-signature-actions-gap: k-map-get( $spacing, 1 ) !default;
|
|
46484
|
+
$kendo-signature-maximized-line-width: k-map-get( $spacing, 1 ) - k-map-get( $spacing, hair ) !default;
|
|
45569
46485
|
|
|
45570
46486
|
// #endregion
|
|
45571
46487
|
// #region @import "_layout.scss"; -> packages/material/scss/signature/_layout.scss
|
|
@@ -45607,6 +46523,7 @@ $kendo-signature-maximized-line-width: map-get( $spacing, 1 ) - map-get( $spacin
|
|
|
45607
46523
|
height: 100%;
|
|
45608
46524
|
display: block;
|
|
45609
46525
|
z-index: 1;
|
|
46526
|
+
outline: none;
|
|
45610
46527
|
}
|
|
45611
46528
|
|
|
45612
46529
|
.k-signature-line {
|