@progress/kendo-theme-default 7.2.1-dev.5 → 7.2.1-dev.7
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 +0 -48
- package/dist/all.scss +159 -109
- package/dist/meta/sassdoc-data.json +26399 -22235
- package/dist/meta/sassdoc-raw-data.json +2160 -235
- package/dist/meta/variables.json +0 -8
- package/lib/swatches/default-blue.json +1 -1
- package/lib/swatches/default-dataviz-v4.json +1 -1
- package/lib/swatches/default-green.json +1 -1
- package/lib/swatches/default-main-dark.json +1 -1
- package/lib/swatches/default-main.json +1 -1
- package/lib/swatches/default-nordic.json +1 -1
- package/lib/swatches/default-ocean-blue-a11y.json +1 -1
- package/lib/swatches/default-ocean-blue.json +1 -1
- package/lib/swatches/default-orange.json +1 -1
- package/lib/swatches/default-purple.json +1 -1
- package/lib/swatches/default-turquoise.json +1 -1
- package/lib/swatches/default-urban.json +1 -1
- package/package.json +4 -4
- package/scss/input/_theme.scss +0 -102
- package/scss/input/_variables.scss +0 -7
- package/scss/spreadsheet/_variables.scss +159 -0
package/dist/meta/variables.json
CHANGED
|
@@ -3603,14 +3603,6 @@
|
|
|
3603
3603
|
"type": "Null",
|
|
3604
3604
|
"value": "null"
|
|
3605
3605
|
},
|
|
3606
|
-
"kendo-input-valid-border": {
|
|
3607
|
-
"type": "Color",
|
|
3608
|
-
"value": "#37b400"
|
|
3609
|
-
},
|
|
3610
|
-
"kendo-input-valid-shadow": {
|
|
3611
|
-
"type": "Null",
|
|
3612
|
-
"value": "null"
|
|
3613
|
-
},
|
|
3614
3606
|
"kendo-picker-bg": {
|
|
3615
3607
|
"type": "Color",
|
|
3616
3608
|
"value": "#f5f5f5"
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-default",
|
|
3
3
|
"description": "SASS resources for the default Kendo UI theme",
|
|
4
|
-
"version": "7.2.1-dev.
|
|
4
|
+
"version": "7.2.1-dev.7",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -52,12 +52,12 @@
|
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
54
|
"@progress/kendo-svg-icons": "2.1.0",
|
|
55
|
-
"@progress/kendo-theme-core": "7.2.1-dev.
|
|
56
|
-
"@progress/kendo-theme-utils": "7.2.1-dev.
|
|
55
|
+
"@progress/kendo-theme-core": "7.2.1-dev.7",
|
|
56
|
+
"@progress/kendo-theme-utils": "7.2.1-dev.7"
|
|
57
57
|
},
|
|
58
58
|
"directories": {
|
|
59
59
|
"doc": "docs",
|
|
60
60
|
"lib": "lib"
|
|
61
61
|
},
|
|
62
|
-
"gitHead": "
|
|
62
|
+
"gitHead": "363fde69c7406461ad54feb7725ae2398a4b019b"
|
|
63
63
|
}
|
package/scss/input/_theme.scss
CHANGED
|
@@ -70,23 +70,6 @@
|
|
|
70
70
|
}
|
|
71
71
|
}
|
|
72
72
|
|
|
73
|
-
// Valid
|
|
74
|
-
&.k-valid {
|
|
75
|
-
@include fill( $border: $kendo-input-valid-border );
|
|
76
|
-
|
|
77
|
-
.k-input-validation-icon {
|
|
78
|
-
color: $kendo-valid-text;
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
&:focus,
|
|
82
|
-
&.k-focus {
|
|
83
|
-
@include focus-indicator( $kendo-input-valid-shadow );
|
|
84
|
-
}
|
|
85
|
-
&:focus-within {
|
|
86
|
-
@include focus-indicator( $kendo-input-valid-shadow );
|
|
87
|
-
}
|
|
88
|
-
}
|
|
89
|
-
|
|
90
73
|
// Prefix & Suffix
|
|
91
74
|
.k-input-prefix {
|
|
92
75
|
color: $kendo-input-prefix-text;
|
|
@@ -175,23 +158,6 @@
|
|
|
175
158
|
@include focus-indicator( $kendo-input-invalid-shadow );
|
|
176
159
|
}
|
|
177
160
|
}
|
|
178
|
-
|
|
179
|
-
// Valid
|
|
180
|
-
&.k-valid {
|
|
181
|
-
@include fill( $border: $kendo-input-valid-border );
|
|
182
|
-
|
|
183
|
-
.k-input-validation-icon {
|
|
184
|
-
color: $kendo-valid-text;
|
|
185
|
-
}
|
|
186
|
-
|
|
187
|
-
&:focus,
|
|
188
|
-
&.k-focus {
|
|
189
|
-
@include focus-indicator( $kendo-input-valid-shadow );
|
|
190
|
-
}
|
|
191
|
-
&:focus-within {
|
|
192
|
-
@include focus-indicator( $kendo-input-valid-shadow );
|
|
193
|
-
}
|
|
194
|
-
}
|
|
195
161
|
}
|
|
196
162
|
|
|
197
163
|
|
|
@@ -277,23 +243,6 @@
|
|
|
277
243
|
}
|
|
278
244
|
}
|
|
279
245
|
|
|
280
|
-
// Valid
|
|
281
|
-
&.k-valid {
|
|
282
|
-
@include fill( $border: $kendo-input-valid-border );
|
|
283
|
-
|
|
284
|
-
.k-input-validation-icon {
|
|
285
|
-
color: $kendo-valid-text;
|
|
286
|
-
}
|
|
287
|
-
|
|
288
|
-
&:focus,
|
|
289
|
-
&.k-focus {
|
|
290
|
-
@include focus-indicator( $kendo-input-valid-shadow );
|
|
291
|
-
}
|
|
292
|
-
&:focus-within {
|
|
293
|
-
@include focus-indicator( $kendo-input-valid-shadow );
|
|
294
|
-
}
|
|
295
|
-
}
|
|
296
|
-
|
|
297
246
|
// Prefix & Suffix
|
|
298
247
|
.k-input-prefix {
|
|
299
248
|
color: $kendo-input-prefix-text;
|
|
@@ -388,23 +337,6 @@
|
|
|
388
337
|
@include focus-indicator( $kendo-input-invalid-shadow );
|
|
389
338
|
}
|
|
390
339
|
}
|
|
391
|
-
|
|
392
|
-
// Valid
|
|
393
|
-
&.k-valid {
|
|
394
|
-
@include fill( $border: $kendo-input-valid-border );
|
|
395
|
-
|
|
396
|
-
.k-input-validation-icon {
|
|
397
|
-
color: $kendo-valid-text;
|
|
398
|
-
}
|
|
399
|
-
|
|
400
|
-
&:focus,
|
|
401
|
-
&.k-focus {
|
|
402
|
-
@include focus-indicator( $kendo-input-valid-shadow );
|
|
403
|
-
}
|
|
404
|
-
&:focus-within {
|
|
405
|
-
@include focus-indicator( $kendo-input-valid-shadow );
|
|
406
|
-
}
|
|
407
|
-
}
|
|
408
340
|
}
|
|
409
341
|
|
|
410
342
|
|
|
@@ -477,23 +409,6 @@
|
|
|
477
409
|
}
|
|
478
410
|
}
|
|
479
411
|
|
|
480
|
-
// Valid
|
|
481
|
-
&.k-valid {
|
|
482
|
-
@include fill( $border: $kendo-input-valid-border );
|
|
483
|
-
|
|
484
|
-
.k-input-validation-icon {
|
|
485
|
-
color: $kendo-valid-text;
|
|
486
|
-
}
|
|
487
|
-
|
|
488
|
-
&:focus,
|
|
489
|
-
&.k-focus {
|
|
490
|
-
@include focus-indicator( $kendo-input-valid-shadow );
|
|
491
|
-
}
|
|
492
|
-
&:focus-within {
|
|
493
|
-
@include focus-indicator( $kendo-input-valid-shadow );
|
|
494
|
-
}
|
|
495
|
-
}
|
|
496
|
-
|
|
497
412
|
// Prefix & Suffix
|
|
498
413
|
.k-input-prefix {
|
|
499
414
|
color: $kendo-input-prefix-text;
|
|
@@ -588,23 +503,6 @@
|
|
|
588
503
|
@include focus-indicator( $kendo-input-invalid-shadow );
|
|
589
504
|
}
|
|
590
505
|
}
|
|
591
|
-
|
|
592
|
-
// Valid
|
|
593
|
-
&.k-valid {
|
|
594
|
-
@include fill( $border: $kendo-input-valid-border );
|
|
595
|
-
|
|
596
|
-
.k-input-validation-icon {
|
|
597
|
-
color: $kendo-valid-text;
|
|
598
|
-
}
|
|
599
|
-
|
|
600
|
-
&:focus,
|
|
601
|
-
&.k-focus {
|
|
602
|
-
@include focus-indicator( $kendo-input-valid-shadow );
|
|
603
|
-
}
|
|
604
|
-
&:focus-within {
|
|
605
|
-
@include focus-indicator( $kendo-input-valid-shadow );
|
|
606
|
-
}
|
|
607
|
-
}
|
|
608
506
|
}
|
|
609
507
|
|
|
610
508
|
}
|
|
@@ -293,13 +293,6 @@ $kendo-input-invalid-border: $kendo-invalid-border !default;
|
|
|
293
293
|
/// @group input
|
|
294
294
|
$kendo-input-invalid-shadow: $kendo-invalid-shadow !default;
|
|
295
295
|
|
|
296
|
-
/// The border color of the valid Input components.
|
|
297
|
-
/// @group input
|
|
298
|
-
$kendo-input-valid-border: $kendo-valid-border !default;
|
|
299
|
-
/// The shadow of the valid Input components.
|
|
300
|
-
/// @group input
|
|
301
|
-
$kendo-input-valid-shadow: $kendo-valid-shadow !default;
|
|
302
|
-
|
|
303
296
|
/// The background color of the Picker components.
|
|
304
297
|
/// @group picker
|
|
305
298
|
$kendo-picker-bg: $kendo-button-bg !default;
|
|
@@ -2,104 +2,263 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
// Spreadsheet
|
|
5
|
+
|
|
6
|
+
/// The width of the border around the Spreadsheet.
|
|
7
|
+
/// @group spreadsheet
|
|
5
8
|
$kendo-spreadsheet-border-width: 1px !default;
|
|
9
|
+
/// The font family of the Spreadsheet.
|
|
10
|
+
/// @group spreadsheet
|
|
6
11
|
$kendo-spreadsheet-font-family: $kendo-font-family !default;
|
|
12
|
+
/// The font size of the Spreadsheet.
|
|
13
|
+
/// @group spreadsheet
|
|
7
14
|
$kendo-spreadsheet-font-size: $kendo-font-size-md !default;
|
|
15
|
+
/// The line height of the Spreadsheet.
|
|
16
|
+
/// @group spreadsheet
|
|
8
17
|
$kendo-spreadsheet-line-height: $kendo-line-height-md !default;
|
|
9
18
|
|
|
19
|
+
/// The background color of the Spreadsheet.
|
|
20
|
+
/// @group spreadsheet
|
|
10
21
|
$kendo-spreadsheet-bg: $kendo-component-bg !default;
|
|
22
|
+
/// The text color of the Spreadsheet.
|
|
23
|
+
/// @group spreadsheet
|
|
11
24
|
$kendo-spreadsheet-text: $kendo-component-text !default;
|
|
25
|
+
/// The border color of the Spreadsheet.
|
|
26
|
+
/// @group spreadsheet
|
|
12
27
|
$kendo-spreadsheet-border: $kendo-component-border !default;
|
|
13
28
|
|
|
29
|
+
/// The background color of the Spreadsheet header.
|
|
30
|
+
/// @group spreadsheet
|
|
14
31
|
$kendo-spreadsheet-header-bg: $kendo-component-header-bg !default;
|
|
32
|
+
/// The text color of the Spreadsheet header.
|
|
33
|
+
/// @group spreadsheet
|
|
15
34
|
$kendo-spreadsheet-header-text: $kendo-component-header-text !default;
|
|
35
|
+
/// The border color of the Spreadsheet header.
|
|
36
|
+
/// @group spreadsheet
|
|
16
37
|
$kendo-spreadsheet-header-border: $kendo-component-header-border !default;
|
|
38
|
+
/// The gradient of the Spreadsheet header.
|
|
39
|
+
/// @group spreadsheet
|
|
17
40
|
$kendo-spreadsheet-header-gradient: $kendo-component-header-gradient !default;
|
|
18
41
|
|
|
42
|
+
/// The background color of the Spreadsheet table headers.
|
|
43
|
+
/// @group spreadsheet
|
|
19
44
|
$kendo-spreadsheet-table-header-bg: $kendo-spreadsheet-header-bg !default;
|
|
45
|
+
/// The text color of the Spreadsheet table headers.
|
|
46
|
+
/// @group spreadsheet
|
|
20
47
|
$kendo-spreadsheet-table-header-text: $kendo-spreadsheet-header-text !default;
|
|
48
|
+
/// The border color of the Spreadsheet table headers.
|
|
49
|
+
/// @group spreadsheet
|
|
21
50
|
$kendo-spreadsheet-table-header-border: $kendo-spreadsheet-header-border !default;
|
|
51
|
+
/// The gradient of the Spreadsheet table headers.
|
|
52
|
+
/// @group spreadsheet
|
|
22
53
|
$kendo-spreadsheet-table-header-gradient: $kendo-spreadsheet-header-gradient !default;
|
|
23
54
|
|
|
55
|
+
/// The border width of the Spreadsheet action bar.
|
|
56
|
+
/// @group spreadsheet
|
|
24
57
|
$kendo-spreadsheet-action-bar-border-width: 1px !default;
|
|
58
|
+
/// The horizontal padding of the Spreadsheet action bar.
|
|
59
|
+
/// @group spreadsheet
|
|
25
60
|
$kendo-spreadsheet-action-bar-padding-y: k-map-get( $kendo-spacing, 1 ) !default;
|
|
61
|
+
/// The vertical padding of the Spreadsheet action bar.
|
|
62
|
+
/// @group spreadsheet
|
|
26
63
|
$kendo-spreadsheet-action-bar-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
|
|
64
|
+
/// The font size of the Spreadsheet action bar.
|
|
65
|
+
/// @group spreadsheet
|
|
27
66
|
$kendo-spreadsheet-action-bar-font-size: $kendo-spreadsheet-font-size !default;
|
|
67
|
+
/// The font family of the Spreadsheet action bar.
|
|
68
|
+
/// @group spreadsheet
|
|
28
69
|
$kendo-spreadsheet-action-bar-font-family: Arial, Verdana, sans-serif !default;
|
|
70
|
+
/// The spacings of the Spreadsheet action bar.
|
|
71
|
+
/// @group spreadsheet
|
|
29
72
|
$kendo-spreadsheet-action-bar-spacing: k-map-get( $kendo-spacing, 2 ) !default;
|
|
30
73
|
|
|
74
|
+
/// The gap of the Spreadsheet formula bar.
|
|
75
|
+
/// @group spreadsheet
|
|
31
76
|
$kendo-spreadsheet-formula-bar-gap: k-map-get( $kendo-spacing, 2 ) !default;
|
|
32
77
|
|
|
78
|
+
/// The horizontal padding of the Spreadsheet formula input.
|
|
79
|
+
/// @group spreadsheet
|
|
33
80
|
$kendo-spreadsheet-formula-input-padding-x: $kendo-input-padding-x !default;
|
|
81
|
+
/// The vertical padding of the Spreadsheet formula input.
|
|
82
|
+
/// @group spreadsheet
|
|
34
83
|
$kendo-spreadsheet-formula-input-padding-y: $kendo-input-padding-y !default;
|
|
84
|
+
/// The line height of the Spreadsheet formula input.
|
|
85
|
+
/// @group spreadsheet
|
|
35
86
|
$kendo-spreadsheet-formula-input-line-height: $kendo-input-line-height !default;
|
|
36
87
|
|
|
88
|
+
/// The font family of the Spreadsheet view.
|
|
89
|
+
/// @group spreadsheet
|
|
37
90
|
$kendo-spreadsheet-view-font-family: Arial, Verdana, sans-serif !default;
|
|
91
|
+
/// The font size of the Spreadsheet view.
|
|
92
|
+
/// @group spreadsheet
|
|
38
93
|
$kendo-spreadsheet-view-font-size: $kendo-spreadsheet-font-size !default;
|
|
39
94
|
|
|
95
|
+
/// The background color of the Spreadsheet selection.
|
|
96
|
+
/// @group spreadsheet
|
|
40
97
|
$kendo-spreadsheet-selection-bg: if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba($kendo-selected-bg, .25)) !default;
|
|
98
|
+
/// The text color of the Spreadsheet selection.
|
|
99
|
+
/// @group spreadsheet
|
|
41
100
|
$kendo-spreadsheet-selection-text: null !default;
|
|
101
|
+
/// The border color of the Spreadsheet selection.
|
|
102
|
+
/// @group spreadsheet
|
|
42
103
|
$kendo-spreadsheet-selection-border: $kendo-selected-bg !default;
|
|
104
|
+
/// The shadow of the Spreadsheet selection.
|
|
105
|
+
/// @group spreadsheet
|
|
43
106
|
$kendo-spreadsheet-selection-shadow: inset 0 0 0 1px $kendo-selected-bg !default;
|
|
44
107
|
|
|
108
|
+
/// The background color of the Spreadsheet single selection.
|
|
109
|
+
/// @group spreadsheet
|
|
45
110
|
$kendo-spreadsheet-single-selection-bg: $kendo-selected-bg !default;
|
|
111
|
+
/// The text color of the Spreadsheet single selection.
|
|
112
|
+
/// @group spreadsheet
|
|
46
113
|
$kendo-spreadsheet-single-selection-text: null !default;
|
|
114
|
+
/// The border color of the Spreadsheet single selection.
|
|
115
|
+
/// @group spreadsheet
|
|
47
116
|
$kendo-spreadsheet-single-selection-border: $kendo-spreadsheet-bg !default;
|
|
48
117
|
|
|
118
|
+
/// The background color of the Spreadsheet partial selection.
|
|
119
|
+
/// @group spreadsheet
|
|
49
120
|
$kendo-spreadsheet-partial-selection-bg: if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba($kendo-selected-bg, .25)) !default;
|
|
50
121
|
|
|
122
|
+
/// The background color of the Spreadsheet active cell.
|
|
123
|
+
/// @group spreadsheet
|
|
51
124
|
$kendo-spreadsheet-active-cell-bg: $kendo-spreadsheet-bg !default;
|
|
125
|
+
/// The shadow of the Spreadsheet active cell.
|
|
126
|
+
/// @group spreadsheet
|
|
52
127
|
$kendo-spreadsheet-active-cell-shadow: inset 0 0 0 1px $kendo-selected-bg !default;
|
|
53
128
|
|
|
129
|
+
/// The background color of the Spreadsheet auto fill.
|
|
130
|
+
/// @group spreadsheet
|
|
54
131
|
$kendo-spreadsheet-auto-fill-bg: if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba($kendo-selected-bg, .25)) !default;
|
|
132
|
+
/// The text color of the Spreadsheet auto fill.
|
|
133
|
+
/// @group spreadsheet
|
|
55
134
|
$kendo-spreadsheet-auto-fill-text: null !default;
|
|
135
|
+
/// The border color of the Spreadsheet auto fill.
|
|
136
|
+
/// @group spreadsheet
|
|
56
137
|
$kendo-spreadsheet-auto-fill-border: $kendo-selected-bg !default;
|
|
138
|
+
/// The shadow of the Spreadsheet auto fill.
|
|
139
|
+
/// @group spreadsheet
|
|
57
140
|
$kendo-spreadsheet-auto-fill-shadow: inset 0 0 0 1px $kendo-selected-bg !default;
|
|
141
|
+
/// The background color of the Spreadsheet auto fill punch.
|
|
142
|
+
/// @group spreadsheet
|
|
58
143
|
$kendo-spreadsheet-auto-fill-punch-bg: rgba( $kendo-spreadsheet-bg, .5 ) !default;
|
|
59
144
|
|
|
145
|
+
/// The vertical padding of the Spreadsheet cell.
|
|
146
|
+
/// @group spreadsheet
|
|
60
147
|
$kendo-spreadsheet-cell-padding-y: k-map-get( $kendo-spacing, 1 ) !default;
|
|
148
|
+
/// The horizontal padding of the Spreadsheet cell.
|
|
149
|
+
/// @group spreadsheet
|
|
61
150
|
$kendo-spreadsheet-cell-padding-x: $kendo-spreadsheet-cell-padding-y !default;
|
|
62
151
|
|
|
152
|
+
/// The line height of the Spreadsheet cell editor.
|
|
153
|
+
/// @group spreadsheet
|
|
63
154
|
$kendo-spreadsheet-cell-editor-line-height: 20px !default;
|
|
155
|
+
/// The horizontal padding of the Spreadsheet cell editor.
|
|
156
|
+
/// @group spreadsheet
|
|
64
157
|
$kendo-spreadsheet-cell-editor-padding-x: k-map-get( $kendo-spacing, 1 ) !default;
|
|
158
|
+
/// The vertical padding of the Spreadsheet cell editor.
|
|
159
|
+
/// @group spreadsheet
|
|
65
160
|
$kendo-spreadsheet-cell-editor-padding-y: 0px !default;
|
|
161
|
+
/// The background color of the Spreadsheet cell editor.
|
|
162
|
+
/// @group spreadsheet
|
|
66
163
|
$kendo-spreadsheet-cell-editor-bg: $kendo-spreadsheet-bg !default;
|
|
164
|
+
/// The text color of the Spreadsheet cell editor.
|
|
165
|
+
/// @group spreadsheet
|
|
67
166
|
$kendo-spreadsheet-cell-editor-text: $kendo-spreadsheet-text !default;
|
|
167
|
+
/// The border color of the Spreadsheet cell editor.
|
|
168
|
+
/// @group spreadsheet
|
|
68
169
|
$kendo-spreadsheet-cell-editor-border: null !default;
|
|
69
170
|
|
|
171
|
+
/// The background color of the Spreadsheet resize handle.
|
|
172
|
+
/// @group spreadsheet
|
|
70
173
|
$kendo-spreadsheet-resize-handle-bg: $kendo-color-primary !default;
|
|
71
174
|
|
|
175
|
+
/// The border color of the Spreadsheet cell comment indicator.
|
|
176
|
+
/// @group spreadsheet
|
|
72
177
|
$kendo-spreadsheet-cell-comment-border: $kendo-color-primary !default;
|
|
73
178
|
|
|
179
|
+
/// The border color of the Spreadsheet cell dirty indicator.
|
|
180
|
+
/// @group spreadsheet
|
|
74
181
|
$kendo-spreadsheet-cell-dirty-border: $kendo-color-error !default;
|
|
75
182
|
|
|
183
|
+
/// The horizontal padding of the Spreadsheet sheets bar.
|
|
184
|
+
/// @group spreadsheet
|
|
76
185
|
$kendo-spreadsheet-sheets-bar-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
|
|
186
|
+
/// The vertical padding of the Spreadsheet sheets bar.
|
|
187
|
+
/// @group spreadsheet
|
|
77
188
|
$kendo-spreadsheet-sheets-bar-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
|
|
189
|
+
/// The border width of the Spreadsheet sheets bar.
|
|
190
|
+
/// @group spreadsheet
|
|
78
191
|
$kendo-spreadsheet-sheets-bar-border-width: 1px !default;
|
|
79
192
|
|
|
193
|
+
/// The border style of the Spreadsheet image Dialog.
|
|
194
|
+
/// @group spreadsheet
|
|
80
195
|
$kendo-spreadsheet-insert-image-dialog-border-style: dashed !default;
|
|
196
|
+
/// The border width of the Spreadsheet image Dialog.
|
|
197
|
+
/// @group spreadsheet
|
|
81
198
|
$kendo-spreadsheet-insert-image-dialog-border-width: 2px !default;
|
|
199
|
+
/// The bottom margin of the Spreadsheet image Dialog.
|
|
200
|
+
/// @group spreadsheet
|
|
82
201
|
$kendo-spreadsheet-insert-image-dialog-text-margin-bottom: 30px !default;
|
|
202
|
+
/// The width of the Spreadsheet image Dialog preview.
|
|
203
|
+
/// @group spreadsheet
|
|
83
204
|
$kendo-spreadsheet-insert-image-dialog-preview-width: 355px !default;
|
|
205
|
+
/// The height of the Spreadsheet image Dialog preview.
|
|
206
|
+
/// @group spreadsheet
|
|
84
207
|
$kendo-spreadsheet-insert-image-dialog-preview-height: 230px !default;
|
|
208
|
+
/// The image of the Spreadsheet image Dialog preview.
|
|
209
|
+
/// @group spreadsheet
|
|
85
210
|
$kendo-spreadsheet-insert-image-dialog-preview-img: "image-default.png" !default;
|
|
211
|
+
/// The border of the Spreadsheet image Dialog preview.
|
|
212
|
+
/// @group spreadsheet
|
|
86
213
|
$kendo-spreadsheet-insert-image-dialog-preview-border: $kendo-component-border !default;
|
|
214
|
+
/// The border radius of the Spreadsheet image Dialog preview.
|
|
215
|
+
/// @group spreadsheet
|
|
87
216
|
$kendo-spreadsheet-insert-image-dialog-preview-border-radius: $kendo-border-radius-md !default;
|
|
217
|
+
/// The shadow of the Spreadsheet image Dialog preview.
|
|
218
|
+
/// @group spreadsheet
|
|
88
219
|
$kendo-spreadsheet-insert-image-dialog-preview-overlay-shadow: inset 0 0 0 2000px rgba(0, 0, 0, .5) !default;
|
|
220
|
+
/// The border radius of the Spreadsheet image Dialog preview overlay.
|
|
221
|
+
/// @group spreadsheet
|
|
89
222
|
$kendo-spreadsheet-insert-image-dialog-preview-overlay-border-radius: $kendo-border-radius-md !default;
|
|
223
|
+
/// The text color of the hovered Spreadsheet image Dialog preview.
|
|
224
|
+
/// @group spreadsheet
|
|
90
225
|
$kendo-spreadsheet-insert-image-dialog-overlay-hover-text: $kendo-component-bg !default;
|
|
91
226
|
|
|
227
|
+
/// The width of the Spreadsheet drawing handle.
|
|
228
|
+
/// @group spreadsheet
|
|
92
229
|
$kendo-spreadsheet-drawing-handle-width: 6px !default;
|
|
230
|
+
/// The height of the Spreadsheet drawing handle.
|
|
231
|
+
/// @group spreadsheet
|
|
93
232
|
$kendo-spreadsheet-drawing-handle-height: 6px !default;
|
|
233
|
+
/// The border style of the Spreadsheet drawing handle.
|
|
234
|
+
/// @group spreadsheet
|
|
94
235
|
$kendo-spreadsheet-drawing-handle-border-style: solid !default;
|
|
236
|
+
/// The border width of the Spreadsheet drawing handle.
|
|
237
|
+
/// @group spreadsheet
|
|
95
238
|
$kendo-spreadsheet-drawing-handle-border-width: 1px !default;
|
|
239
|
+
/// The border color of the Spreadsheet drawing handle.
|
|
240
|
+
/// @group spreadsheet
|
|
96
241
|
$kendo-spreadsheet-drawing-handle-outline-color: $kendo-color-primary !default;
|
|
242
|
+
/// The outline color of the Spreadsheet drawing handle.
|
|
243
|
+
/// @group spreadsheet
|
|
97
244
|
$kendo-spreadsheet-drawing-handle-border-color: $kendo-selected-bg !default;
|
|
245
|
+
/// The border color of the Spreadsheet drawing handle.
|
|
246
|
+
/// @group spreadsheet
|
|
98
247
|
$kendo-spreadsheet-drawing-handle-bg: $kendo-color-primary !default;
|
|
248
|
+
/// The border radius of the Spreadsheet drawing handle.
|
|
249
|
+
/// @group spreadsheet
|
|
99
250
|
$kendo-spreadsheet-drawing-handle-border-radius: $kendo-border-radius-lg !default;
|
|
251
|
+
/// The outline style of the Spreadsheet drawing.
|
|
252
|
+
/// @group spreadsheet
|
|
100
253
|
$kendo-spreadsheet-drawing-outline-style: solid !default;
|
|
254
|
+
/// The outline width of the Spreadsheet drawing.
|
|
255
|
+
/// @group spreadsheet
|
|
101
256
|
$kendo-spreadsheet-drawing-outline-width: 2px !default;
|
|
257
|
+
/// The background color of the Spreadsheet drawing anchor.
|
|
258
|
+
/// @group spreadsheet
|
|
102
259
|
$kendo-spreadsheet-drawing-anchor-bg: if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba($kendo-selected-bg, .25)) !default;
|
|
103
260
|
|
|
261
|
+
/// The vertical spacing of the Spreadsheet DropZone.
|
|
262
|
+
/// @group spreadsheet
|
|
104
263
|
$kendo-spreadsheet-dropzone-spacing-y: k-map-get( $kendo-spacing, 4 ) !default;
|
|
105
264
|
|