@progress/kendo-theme-default 6.1.1-dev.8 → 6.2.1-dev.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/all.css +1473 -663
- package/dist/all.scss +4994 -1942
- package/dist/meta/sassdoc-data.json +45044 -0
- package/dist/meta/sassdoc-raw-data.json +20764 -0
- package/dist/meta/variables.json +12658 -0
- package/dist/meta/variables.scss +10 -0
- 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/_variables.scss +104 -12
- package/scss/action-buttons/_index.scss +8 -0
- package/scss/action-buttons/_layout.scss +3 -2
- package/scss/action-sheet/_index.scss +11 -0
- package/scss/action-sheet/_layout.scss +10 -5
- package/scss/adaptive/_index.scss +14 -0
- package/scss/adaptive/_layout.scss +10 -5
- package/scss/appbar/_index.scss +8 -0
- package/scss/appbar/_layout.scss +4 -2
- package/scss/autocomplete/_index.scss +13 -0
- package/scss/avatar/_index.scss +8 -0
- package/scss/badge/_index.scss +11 -0
- package/scss/badge/_layout.scss +2 -1
- package/scss/bottom-navigation/_index.scss +11 -0
- package/scss/bottom-navigation/_layout.scss +8 -4
- package/scss/breadcrumb/_index.scss +11 -0
- package/scss/breadcrumb/_layout.scss +12 -27
- package/scss/button/_index.scss +11 -0
- package/scss/button/_layout.scss +3 -2
- package/scss/button/_variables.scss +1 -1
- package/scss/calendar/_index.scss +12 -0
- package/scss/calendar/_layout.scss +23 -19
- package/scss/captcha/_index.scss +18 -0
- package/scss/card/_index.scss +13 -0
- package/scss/card/_layout.scss +8 -4
- package/scss/chat/_index.scss +14 -0
- package/scss/chat/_layout.scss +10 -10
- package/scss/checkbox/_index.scss +8 -0
- package/scss/checkbox/_layout.scss +2 -1
- package/scss/chip/_index.scss +11 -0
- package/scss/chip/_layout.scss +15 -5
- package/scss/color-preview/_index.scss +10 -0
- package/scss/coloreditor/_index.scss +13 -0
- package/scss/coloreditor/_layout.scss +2 -1
- package/scss/colorgradient/_index.scss +16 -0
- package/scss/colorgradient/_layout.scss +5 -3
- package/scss/colorpalette/_index.scss +10 -0
- package/scss/colorpicker/_index.scss +14 -0
- package/scss/colorpicker/_layout.scss +1 -1
- package/scss/combobox/_index.scss +13 -0
- package/scss/common/_base.scss +1 -2
- package/scss/common/_dragdrop.scss +2 -1
- package/scss/dataviz/_index.scss +12 -0
- package/scss/dataviz/_layout.scss +10 -6
- package/scss/dateinput/_index.scss +11 -0
- package/scss/datepicker/_index.scss +13 -0
- package/scss/daterangepicker/_index.scss +17 -0
- package/scss/daterangepicker/_layout.scss +2 -2
- package/scss/datetimepicker/_index.scss +17 -0
- package/scss/datetimepicker/_layout.scss +2 -1
- package/scss/dialog/_index.scss +12 -0
- package/scss/dialog/_layout.scss +2 -1
- package/scss/draggable/_index.scss +8 -0
- package/scss/draggable/_layout.scss +2 -1
- package/scss/drawer/_index.scss +12 -0
- package/scss/drawer/_layout.scss +6 -3
- package/scss/dropdowngrid/_index.scss +13 -0
- package/scss/dropdownlist/_index.scss +13 -0
- package/scss/dropdowntree/_index.scss +13 -0
- package/scss/dropdowntree/_layout.scss +2 -1
- package/scss/dropzone/_index.scss +8 -0
- package/scss/dropzone/_layout.scss +7 -2
- package/scss/editor/_index.scss +19 -0
- package/scss/editor/_layout.scss +27 -12
- package/scss/expansion-panel/_index.scss +12 -0
- package/scss/expansion-panel/_layout.scss +4 -2
- package/scss/fab/_index.scss +13 -0
- package/scss/fab/_layout.scss +12 -6
- package/scss/filemanager/_index.scss +20 -0
- package/scss/filemanager/_layout.scss +7 -6
- package/scss/filter/_index.scss +16 -0
- package/scss/filter/_layout.scss +2 -1
- package/scss/floating-label/_index.scss +10 -0
- package/scss/floating-label/_layout.scss +1 -1
- package/scss/floating-label/_variables.scss +1 -0
- package/scss/forms/_index.scss +12 -0
- package/scss/forms/_layout.scss +7 -6
- package/scss/gantt/_index.scss +18 -0
- package/scss/gantt/_layout.scss +21 -15
- package/scss/grid/_index.scss +32 -0
- package/scss/grid/_layout.scss +57 -28
- package/scss/grid/_theme.scss +6 -3
- package/scss/icons/_index.scss +8 -0
- package/scss/icons/_layout.scss +4 -4
- package/scss/imageeditor/_index.scss +14 -0
- package/scss/imageeditor/_layout.scss +8 -4
- package/scss/input/_index.scss +11 -0
- package/scss/input/_layout.scss +24 -11
- package/scss/input/_variables.scss +228 -32
- package/scss/list/_index.scss +11 -0
- package/scss/list/_layout.scss +15 -8
- package/scss/list/_variables.scss +1 -1
- package/scss/listbox/_index.scss +13 -0
- package/scss/listgroup/_index.scss +10 -0
- package/scss/listgroup/_layout.scss +14 -7
- package/scss/listview/_index.scss +12 -0
- package/scss/listview/_layout.scss +8 -4
- package/scss/loader/_index.scss +11 -0
- package/scss/map/_index.scss +13 -0
- package/scss/map/_layout.scss +4 -2
- package/scss/maskedtextbox/_index.scss +11 -0
- package/scss/mediaplayer/_index.scss +12 -0
- package/scss/mediaplayer/_layout.scss +2 -1
- package/scss/menu/_index.scss +13 -0
- package/scss/menu/_layout.scss +22 -11
- package/scss/menu-button/_index.scss +12 -0
- package/scss/messagebox/_index.scss +10 -0
- package/scss/messagebox/_layout.scss +2 -1
- package/scss/multiselect/_index.scss +15 -0
- package/scss/notification/_index.scss +11 -0
- package/scss/notification/_layout.scss +2 -1
- package/scss/numerictextbox/_index.scss +11 -0
- package/scss/orgchart/_index.scss +18 -0
- package/scss/orgchart/_layout.scss +8 -4
- package/scss/overlay/_index.scss +8 -0
- package/scss/pager/_index.scss +12 -0
- package/scss/pager/_layout.scss +8 -7
- package/scss/panelbar/_index.scss +11 -0
- package/scss/panelbar/_layout.scss +4 -2
- package/scss/panelbar/_theme.scss +2 -0
- package/scss/pdf-viewer/_index.scss +16 -0
- package/scss/pdf-viewer/_layout.scss +8 -2
- package/scss/pdf-viewer/_theme.scss +2 -1
- package/scss/pivotgrid/_index.scss +14 -0
- package/scss/pivotgrid/_layout.scss +31 -15
- package/scss/pivotgrid/_theme.scss +1 -1
- package/scss/popover/_index.scss +11 -0
- package/scss/popover/_layout.scss +4 -2
- package/scss/popup/_index.scss +8 -0
- package/scss/popup/_layout.scss +4 -2
- package/scss/popup/_variables.scss +24 -1
- package/scss/progressbar/_index.scss +8 -0
- package/scss/progressbar/_layout.scss +1 -1
- package/scss/radio/_index.scss +8 -0
- package/scss/radio/_layout.scss +2 -1
- package/scss/rating/_index.scss +10 -0
- package/scss/rating/_layout.scss +10 -3
- package/scss/rating/_theme.scss +6 -0
- package/scss/responsivepanel/_index.scss +10 -0
- package/scss/ripple/_index.scss +8 -0
- package/scss/scheduler/_index.scss +16 -0
- package/scss/scheduler/_layout.scss +19 -12
- package/scss/scroller/_index.scss +10 -0
- package/scss/scroller/_layout.scss +1 -1
- package/scss/scrollview/_index.scss +11 -0
- package/scss/scrollview/_layout.scss +7 -1
- package/scss/searchbox/_index.scss +12 -0
- package/scss/signature/_index.scss +13 -0
- package/scss/skeleton/_index.scss +8 -0
- package/scss/slider/_index.scss +12 -0
- package/scss/slider/_layout.scss +6 -4
- package/scss/split-button/_index.scss +12 -0
- package/scss/split-button/_layout.scss +8 -4
- package/scss/split-button/_variables.scss +12 -0
- package/scss/splitter/_index.scss +12 -0
- package/scss/splitter/_layout.scss +4 -0
- package/scss/spreadsheet/_index.scss +24 -0
- package/scss/spreadsheet/_layout.scss +18 -7
- package/scss/stepper/_index.scss +11 -0
- package/scss/stepper/_layout.scss +15 -6
- package/scss/stepper/_theme.scss +2 -1
- package/scss/switch/_index.scss +8 -0
- package/scss/table/_index.scss +8 -0
- package/scss/table/_layout.scss +7 -5
- package/scss/tabstrip/_index.scss +12 -0
- package/scss/tabstrip/_layout.scss +88 -59
- package/scss/tabstrip/_theme.scss +12 -0
- package/scss/tabstrip/_variables.scss +7 -0
- package/scss/taskboard/_index.scss +16 -0
- package/scss/taskboard/_layout.scss +20 -10
- package/scss/textarea/_index.scss +11 -0
- package/scss/textbox/_index.scss +11 -0
- package/scss/tilelayout/_index.scss +11 -0
- package/scss/timedurationpicker/_index.scss +15 -0
- package/scss/timeline/_index.scss +12 -0
- package/scss/timeline/_layout.scss +18 -10
- package/scss/timepicker/_index.scss +15 -0
- package/scss/timeselector/_index.scss +13 -0
- package/scss/timeselector/_layout.scss +8 -4
- package/scss/toolbar/_index.scss +13 -0
- package/scss/toolbar/_layout.scss +8 -4
- package/scss/tooltip/_index.scss +11 -0
- package/scss/tooltip/_layout.scss +4 -2
- package/scss/treelist/_index.scss +11 -0
- package/scss/treelist/_layout.scss +4 -2
- package/scss/treeview/_index.scss +11 -0
- package/scss/treeview/_layout.scss +6 -2
- package/scss/treeview/_variables.scss +1 -1
- package/scss/typography/_index.scss +8 -0
- package/scss/typography/_layout.scss +14 -12
- package/scss/upload/_index.scss +13 -0
- package/scss/upload/_layout.scss +6 -3
- package/scss/utils/_index.scss +7 -0
- package/scss/validator/_index.scss +11 -0
- package/scss/virtual-scroller/_index.scss +8 -0
- package/scss/window/_index.scss +14 -0
- package/scss/window/_layout.scss +12 -6
- package/scss/wizard/_index.scss +13 -0
- package/scss/wizard/_layout.scss +2 -1
- package/scss/avatar/index.md +0 -0
- package/scss/button/index.md +0 -3
- package/scss/checkbox/index.md +0 -0
- package/scss/chip/index.md +0 -0
- package/scss/dropdowngrid/index.md +0 -0
- package/scss/fab/index.md +0 -0
- package/scss/list/index.md +0 -0
- package/scss/radio/index.md +0 -0
- package/scss/switch/index.md +0 -0
- package/scss/utils/README.md +0 -344
package/scss/icons/_index.scss
CHANGED
package/scss/icons/_layout.scss
CHANGED
|
@@ -59,10 +59,10 @@ $ki-icon-size: $kendo-icon-size;
|
|
|
59
59
|
// RTL icons
|
|
60
60
|
.k-rtl .k-i-indent-increase,
|
|
61
61
|
.k-rtl .k-i-indent-decrease,
|
|
62
|
-
.k-rtl .k-i-
|
|
63
|
-
.k-rtl .k-i-
|
|
64
|
-
[dir="rtl"] .k-i-
|
|
65
|
-
[dir="rtl"] .k-i-
|
|
62
|
+
.k-rtl .k-i-caret-alt-right,
|
|
63
|
+
.k-rtl .k-i-caret-alt-left,
|
|
64
|
+
[dir="rtl"] .k-i-caret-alt-right,
|
|
65
|
+
[dir="rtl"] .k-i-caret-alt-left {
|
|
66
66
|
transform: scaleX(-1);
|
|
67
67
|
}
|
|
68
68
|
|
|
@@ -1,4 +1,18 @@
|
|
|
1
1
|
@import "../core/_index.scss";
|
|
2
|
+
@import "../utils/_index.scss";
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
// Module meta
|
|
6
|
+
$_kendo-module-meta: (
|
|
7
|
+
name: "image-editor",
|
|
8
|
+
dependencies: (
|
|
9
|
+
"checkbox",
|
|
10
|
+
"dropdown-list",
|
|
11
|
+
"form",
|
|
12
|
+
"numeric-textbox",
|
|
13
|
+
"toolbar",
|
|
14
|
+
)
|
|
15
|
+
);
|
|
2
16
|
|
|
3
17
|
|
|
4
18
|
// Dependencies
|
|
@@ -2,8 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
// Image Editor
|
|
4
4
|
.k-imageeditor {
|
|
5
|
-
margin: $kendo-image-editor-margin-y
|
|
6
|
-
|
|
5
|
+
margin-block: $kendo-image-editor-margin-y;
|
|
6
|
+
margin-inline: $kendo-image-editor-margin-x;
|
|
7
|
+
padding-block: $kendo-image-editor-padding-y;
|
|
8
|
+
padding-inline: $kendo-image-editor-padding-x;
|
|
7
9
|
border-width: $kendo-image-editor-border-width;
|
|
8
10
|
border-style: solid;
|
|
9
11
|
box-sizing: border-box;
|
|
@@ -56,7 +58,8 @@
|
|
|
56
58
|
|
|
57
59
|
// Action Pane
|
|
58
60
|
.k-imageeditor-action-pane {
|
|
59
|
-
padding: $kendo-image-editor-action-pane-padding-y
|
|
61
|
+
padding-block: $kendo-image-editor-action-pane-padding-y;
|
|
62
|
+
padding-inline: $kendo-image-editor-action-pane-padding-x;
|
|
60
63
|
width: $kendo-image-editor-action-pane-width;
|
|
61
64
|
border-width: 0;
|
|
62
65
|
border-left-width: $kendo-image-editor-content-border-width;
|
|
@@ -91,7 +94,8 @@
|
|
|
91
94
|
position: absolute;
|
|
92
95
|
|
|
93
96
|
.k-resize-handle {
|
|
94
|
-
margin: $kendo-image-editor-resize-handle-margin-y
|
|
97
|
+
margin-block: $kendo-image-editor-resize-handle-margin-y;
|
|
98
|
+
margin-inline: $kendo-image-editor-resize-handle-margin-x;
|
|
95
99
|
border-style: solid;
|
|
96
100
|
border-width: $kendo-image-editor-resize-handle-border-width;
|
|
97
101
|
}
|
package/scss/input/_index.scss
CHANGED
package/scss/input/_layout.scss
CHANGED
|
@@ -59,7 +59,8 @@
|
|
|
59
59
|
.k-input {}
|
|
60
60
|
input.k-input,
|
|
61
61
|
textarea.k-textarea {
|
|
62
|
-
padding: $kendo-input-padding-y
|
|
62
|
+
padding-block: $kendo-input-padding-y;
|
|
63
|
+
padding-inline: $kendo-input-padding-x;
|
|
63
64
|
|
|
64
65
|
&:disabled,
|
|
65
66
|
&[disabled] {
|
|
@@ -82,7 +83,8 @@
|
|
|
82
83
|
cursor: pointer;
|
|
83
84
|
}
|
|
84
85
|
select.k-picker {
|
|
85
|
-
padding: $kendo-input-padding-y
|
|
86
|
+
padding-block: $kendo-input-padding-y;
|
|
87
|
+
padding-inline: $kendo-input-padding-x;
|
|
86
88
|
appearance: auto;
|
|
87
89
|
|
|
88
90
|
&:disabled,
|
|
@@ -100,7 +102,8 @@
|
|
|
100
102
|
|
|
101
103
|
// Input inner
|
|
102
104
|
.k-input-inner {
|
|
103
|
-
padding: $kendo-input-padding-y
|
|
105
|
+
padding-block: $kendo-input-padding-y;
|
|
106
|
+
padding-inline: $kendo-input-padding-x;
|
|
104
107
|
width: 100%;
|
|
105
108
|
border: 0;
|
|
106
109
|
outline: 0;
|
|
@@ -214,7 +217,9 @@
|
|
|
214
217
|
.k-input-validation-icon,
|
|
215
218
|
.k-input-loading-icon,
|
|
216
219
|
.k-input-prefix > .k-icon,
|
|
217
|
-
.k-input-
|
|
220
|
+
.k-input-prefix > .k-svg-icon,
|
|
221
|
+
.k-input-suffix > .k-icon,
|
|
222
|
+
.k-input-suffix > .k-svg-icon {
|
|
218
223
|
flex: none;
|
|
219
224
|
align-self: center;
|
|
220
225
|
display: inline-flex;
|
|
@@ -330,15 +335,18 @@
|
|
|
330
335
|
aspect-ratio: auto;
|
|
331
336
|
|
|
332
337
|
.k-button-icon {
|
|
333
|
-
margin: -1em
|
|
338
|
+
margin-block: -1em;
|
|
339
|
+
margin-inline: 0;
|
|
334
340
|
min-width: auto !important; // sass-lint:disable-line no-important
|
|
335
341
|
min-height: auto !important; // sass-lint:disable-line no-important
|
|
336
342
|
}
|
|
337
343
|
}
|
|
338
|
-
.k-spinner-increase .k-icon
|
|
344
|
+
.k-spinner-increase .k-icon,
|
|
345
|
+
.k-spinner-increase .k-svg-icon {
|
|
339
346
|
bottom: if( $kendo-use-input-spinner-icon-offset, calc( -1 * #{$kendo-input-spinner-icon-offset}), auto );
|
|
340
347
|
}
|
|
341
|
-
.k-spinner-decrease .k-icon
|
|
348
|
+
.k-spinner-decrease .k-icon,
|
|
349
|
+
.k-spinner-decrease .k-svg-icon {
|
|
342
350
|
top: if( $kendo-use-input-spinner-icon-offset, calc( -1 * #{$kendo-input-spinner-icon-offset}), auto );
|
|
343
351
|
}
|
|
344
352
|
}
|
|
@@ -409,13 +417,15 @@
|
|
|
409
417
|
}
|
|
410
418
|
|
|
411
419
|
.k-input-inner {
|
|
412
|
-
padding: $_padding-y
|
|
420
|
+
padding-block: $_padding-y;
|
|
421
|
+
padding-inline: $_padding-x;
|
|
413
422
|
}
|
|
414
423
|
|
|
415
424
|
.k-input-button,
|
|
416
425
|
.k-spinner-increase,
|
|
417
426
|
.k-spinner-decrease {
|
|
418
|
-
padding: $_button-padding-y
|
|
427
|
+
padding-block: $_button-padding-y;
|
|
428
|
+
padding-inline: $_button-padding-x;
|
|
419
429
|
}
|
|
420
430
|
|
|
421
431
|
.k-input-icon,
|
|
@@ -423,7 +433,9 @@
|
|
|
423
433
|
.k-input-loading-icon,
|
|
424
434
|
.k-clear-value,
|
|
425
435
|
.k-input-prefix > .k-icon,
|
|
426
|
-
.k-input-
|
|
436
|
+
.k-input-prefix > .k-svg-icon,
|
|
437
|
+
.k-input-suffix > .k-icon,
|
|
438
|
+
.k-input-suffix > .k-svg-icon {
|
|
427
439
|
width: $_icon-size;
|
|
428
440
|
height: $_icon-size;
|
|
429
441
|
}
|
|
@@ -441,7 +453,8 @@
|
|
|
441
453
|
}
|
|
442
454
|
}
|
|
443
455
|
select.k-picker-#{$size} {
|
|
444
|
-
padding: $_padding-y
|
|
456
|
+
padding-block: $_padding-y;
|
|
457
|
+
padding-inline: $_padding-x;
|
|
445
458
|
}
|
|
446
459
|
}
|
|
447
460
|
|
|
@@ -23,7 +23,7 @@ $kendo-input-sm-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
|
|
|
23
23
|
$kendo-input-md-padding-x: $kendo-input-padding-x !default;
|
|
24
24
|
/// Horizontal padding of large input components.
|
|
25
25
|
/// @group input
|
|
26
|
-
$kendo-input-lg-padding-x: k-map-get( $kendo-spacing,
|
|
26
|
+
$kendo-input-lg-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
|
|
27
27
|
|
|
28
28
|
/// Vertical padding of input components.
|
|
29
29
|
/// @group input
|
|
@@ -98,138 +98,334 @@ $kendo-input-sizes: (
|
|
|
98
98
|
)
|
|
99
99
|
) !default;
|
|
100
100
|
|
|
101
|
+
/// The background color of input components.
|
|
102
|
+
/// @group input
|
|
101
103
|
$kendo-input-bg: $kendo-component-bg !default;
|
|
104
|
+
/// The text color of input components.
|
|
105
|
+
/// @group input
|
|
102
106
|
$kendo-input-text: $kendo-component-text !default;
|
|
107
|
+
/// The border color of input components.
|
|
108
|
+
/// @group input
|
|
103
109
|
$kendo-input-border: $kendo-component-border !default;
|
|
110
|
+
/// The shadow of input components.
|
|
111
|
+
/// @group input
|
|
104
112
|
$kendo-input-shadow: null !default;
|
|
105
113
|
|
|
114
|
+
/// The background color of hovered input components.
|
|
115
|
+
/// @group input
|
|
106
116
|
$kendo-input-hover-bg: null !default;
|
|
117
|
+
/// The text color of hovered input components.
|
|
118
|
+
/// @group input
|
|
107
119
|
$kendo-input-hover-text: null !default;
|
|
120
|
+
/// The border color of hovered input components.
|
|
121
|
+
/// @group input
|
|
108
122
|
$kendo-input-hover-border: rgba( $kendo-input-border, .16 ) !default;
|
|
123
|
+
/// The shadow of hovered input components.
|
|
124
|
+
/// @group input
|
|
109
125
|
$kendo-input-hover-shadow: null !default;
|
|
110
126
|
|
|
127
|
+
/// The background color of focused input components.
|
|
128
|
+
/// @group input
|
|
111
129
|
$kendo-input-focus-bg: null !default;
|
|
130
|
+
/// The text color of focused input components.
|
|
131
|
+
/// @group input
|
|
112
132
|
$kendo-input-focus-text: null !default;
|
|
133
|
+
/// The border color of focused input components.
|
|
134
|
+
/// @group input
|
|
113
135
|
$kendo-input-focus-border: $kendo-input-hover-border !default;
|
|
136
|
+
/// The shadow of focused input components.
|
|
137
|
+
/// @group input
|
|
114
138
|
$kendo-input-focus-shadow: 0 0 0 2px rgba( $kendo-input-focus-border, .08 ) !default;
|
|
115
139
|
|
|
140
|
+
/// The background color of selected input components.
|
|
141
|
+
/// @group input
|
|
142
|
+
$kendo-input-selected-bg: null !default;
|
|
143
|
+
/// The text color of selected input components.
|
|
144
|
+
/// @group input
|
|
145
|
+
$kendo-input-selected-text: null !default;
|
|
146
|
+
|
|
147
|
+
/// The background color of disabled input components.
|
|
148
|
+
/// @group input
|
|
116
149
|
$kendo-input-disabled-bg: null !default;
|
|
150
|
+
/// The text color of disabled input components.
|
|
151
|
+
/// @group input
|
|
117
152
|
$kendo-input-disabled-text: null !default;
|
|
153
|
+
/// The border color of disabled input components.
|
|
154
|
+
/// @group input
|
|
118
155
|
$kendo-input-disabled-border: null !default;
|
|
156
|
+
/// The gradient of disabled input components.
|
|
157
|
+
/// @group input
|
|
119
158
|
$kendo-input-disabled-gradient: null !default;
|
|
159
|
+
/// The shadow of disabled input components.
|
|
160
|
+
/// @group input
|
|
120
161
|
$kendo-input-disabled-shadow: null !default;
|
|
121
162
|
|
|
163
|
+
/// The background color of outline input components.
|
|
164
|
+
/// @group input
|
|
122
165
|
$kendo-input-outline-bg: null !default;
|
|
166
|
+
/// The text color of outline input components.
|
|
167
|
+
/// @group input
|
|
123
168
|
$kendo-input-outline-text: $kendo-input-text !default;
|
|
169
|
+
/// The border color of outline input components.
|
|
170
|
+
/// @group input
|
|
124
171
|
$kendo-input-outline-border: rgba( $kendo-button-text, .5) !default;
|
|
125
172
|
|
|
173
|
+
/// The background color of outline hovered input components.
|
|
174
|
+
/// @group input
|
|
126
175
|
$kendo-input-outline-hover-bg: null !default;
|
|
176
|
+
/// The text color of outline hovered input components.
|
|
177
|
+
/// @group input
|
|
127
178
|
$kendo-input-outline-hover-text: null !default;
|
|
179
|
+
/// The border color of outline hovered input components.
|
|
180
|
+
/// @group input
|
|
128
181
|
$kendo-input-outline-hover-border: rgba( $kendo-button-text, .8) !default;
|
|
129
182
|
|
|
183
|
+
/// The background color of outline focused input components.
|
|
184
|
+
/// @group input
|
|
130
185
|
$kendo-input-outline-focus-bg: null !default;
|
|
186
|
+
/// The text color of outline focused input components.
|
|
187
|
+
/// @group input
|
|
131
188
|
$kendo-input-outline-focus-text: null !default;
|
|
189
|
+
/// The border color of outline focused input components.
|
|
190
|
+
/// @group input
|
|
132
191
|
$kendo-input-outline-focus-border: null !default;
|
|
192
|
+
/// The shadow of outline focused input components.
|
|
193
|
+
/// @group input
|
|
133
194
|
$kendo-input-outline-focus-shadow: $kendo-input-focus-shadow !default;
|
|
134
195
|
|
|
196
|
+
/// The background color of flat input components.
|
|
197
|
+
/// @group input
|
|
135
198
|
$kendo-input-flat-bg: null !default;
|
|
199
|
+
/// The text color of flat input components.
|
|
200
|
+
/// @group input
|
|
136
201
|
$kendo-input-flat-text: $kendo-input-text !default;
|
|
202
|
+
/// The border color of flat input components.
|
|
203
|
+
/// @group input
|
|
137
204
|
$kendo-input-flat-border: $kendo-input-border !default;
|
|
138
205
|
|
|
206
|
+
/// The background color of flat hovered input components.
|
|
207
|
+
/// @group input
|
|
139
208
|
$kendo-input-flat-hover-bg: null !default;
|
|
209
|
+
/// The text color of flat hovered input components.
|
|
210
|
+
/// @group input
|
|
140
211
|
$kendo-input-flat-hover-text: null !default;
|
|
212
|
+
/// The border color of flat hovered input components.
|
|
213
|
+
/// @group input
|
|
141
214
|
$kendo-input-flat-hover-border: $kendo-input-hover-border !default;
|
|
142
215
|
|
|
216
|
+
/// The background color of flat focused input components.
|
|
217
|
+
/// @group input
|
|
143
218
|
$kendo-input-flat-focus-bg: null !default;
|
|
219
|
+
/// The text color of flat focused input components.
|
|
220
|
+
/// @group input
|
|
144
221
|
$kendo-input-flat-focus-text: null !default;
|
|
222
|
+
/// The border color of flat focused input components.
|
|
223
|
+
/// @group input
|
|
145
224
|
$kendo-input-flat-focus-border: null !default;
|
|
225
|
+
/// The shadow of flat focused input components.
|
|
226
|
+
/// @group input
|
|
146
227
|
$kendo-input-flat-focus-shadow: $kendo-input-focus-shadow !default;
|
|
147
228
|
|
|
229
|
+
/// The text color of the input placeholder.
|
|
230
|
+
/// @group input
|
|
231
|
+
$kendo-input-placeholder-text: $kendo-subtle-text !default;
|
|
232
|
+
/// The opacity of the input placeholder.
|
|
233
|
+
/// @group input
|
|
234
|
+
$kendo-input-placeholder-opacity: 1 !default;
|
|
235
|
+
|
|
236
|
+
/// The color of the input clear value icon.
|
|
237
|
+
/// @group input
|
|
238
|
+
$kendo-input-clear-value-text: null !default;
|
|
239
|
+
/// The opacity of the input clear value icon.
|
|
240
|
+
/// @group input
|
|
241
|
+
$kendo-input-clear-value-opacity: .5 !default;
|
|
242
|
+
/// The color of the hovered input clear value icon.
|
|
243
|
+
/// @group input
|
|
244
|
+
$kendo-input-clear-value-hover-text: null !default;
|
|
245
|
+
/// The opacity of the hovered input clear value icon.
|
|
246
|
+
/// @group input
|
|
247
|
+
$kendo-input-clear-value-hover-opacity: 1 !default;
|
|
248
|
+
|
|
249
|
+
/// The vertical margin of the clear value icon.
|
|
250
|
+
/// @group input
|
|
251
|
+
$kendo-input-values-margin-y: k-map-get( $kendo-spacing, 0.5 ) !default; // sass-lint:disable-line leading-zero
|
|
252
|
+
/// The horizontal margin of the clear value icon.
|
|
253
|
+
/// @group input
|
|
254
|
+
$kendo-input-values-margin-x: $kendo-input-values-margin-y !default;
|
|
255
|
+
|
|
256
|
+
/// Width of the input button.
|
|
257
|
+
/// @group input
|
|
258
|
+
$kendo-input-button-width: $kendo-button-inner-calc-size !default;
|
|
259
|
+
/// Border width of the input button.
|
|
260
|
+
/// @group input
|
|
261
|
+
$kendo-input-button-border-width: 1px !default;
|
|
262
|
+
/// Width of the input spinner button.
|
|
263
|
+
/// @group input
|
|
264
|
+
$kendo-input-spinner-width: $kendo-button-inner-calc-size !default;
|
|
265
|
+
/// Icon offset of the input spinner button.
|
|
266
|
+
/// @group input
|
|
267
|
+
$kendo-input-spinner-icon-offset: null !default;
|
|
268
|
+
|
|
269
|
+
/// Color of the input separator.
|
|
270
|
+
/// @group input
|
|
271
|
+
$kendo-input-separator-color: $kendo-input-text !default;
|
|
272
|
+
/// Opacity of the input separator.
|
|
273
|
+
/// @group input
|
|
274
|
+
$kendo-input-separator-opacity: .5 !default;
|
|
275
|
+
|
|
276
|
+
/// Border color of the invalid input components.
|
|
277
|
+
/// @group input
|
|
278
|
+
$kendo-input-invalid-border: $kendo-invalid-border !default;
|
|
279
|
+
/// Shadow of the invalid input components.
|
|
280
|
+
/// @group input
|
|
281
|
+
$kendo-input-invalid-shadow: $kendo-invalid-shadow !default;
|
|
282
|
+
|
|
283
|
+
/// The background color of picker components.
|
|
284
|
+
/// @group picker
|
|
148
285
|
$kendo-picker-bg: $kendo-button-bg !default;
|
|
286
|
+
/// The text color of picker components.
|
|
287
|
+
/// @group picker
|
|
149
288
|
$kendo-picker-text: $kendo-button-text !default;
|
|
289
|
+
/// The border color of picker components.
|
|
290
|
+
/// @group picker
|
|
150
291
|
$kendo-picker-border: $kendo-button-border !default;
|
|
292
|
+
/// The gradient of picker components.
|
|
293
|
+
/// @group picker
|
|
151
294
|
$kendo-picker-gradient: $kendo-button-gradient !default;
|
|
295
|
+
/// The shadow of picker components.
|
|
296
|
+
/// @group picker
|
|
152
297
|
$kendo-picker-shadow: $kendo-button-shadow !default;
|
|
153
298
|
|
|
299
|
+
/// The background color of hovered picker components.
|
|
300
|
+
/// @group picker
|
|
154
301
|
$kendo-picker-hover-bg: $kendo-button-hover-bg !default;
|
|
302
|
+
/// The text color of hovered picker components.
|
|
303
|
+
/// @group picker
|
|
155
304
|
$kendo-picker-hover-text: $kendo-button-hover-text !default;
|
|
305
|
+
/// The border color of hovered picker components.
|
|
306
|
+
/// @group picker
|
|
156
307
|
$kendo-picker-hover-border: $kendo-button-hover-border !default;
|
|
308
|
+
/// The gradient of hovered picker components.
|
|
309
|
+
/// @group picker
|
|
157
310
|
$kendo-picker-hover-gradient: $kendo-button-hover-gradient !default;
|
|
311
|
+
/// The shadow of hovered picker components.
|
|
312
|
+
/// @group picker
|
|
158
313
|
$kendo-picker-hover-shadow: $kendo-button-hover-shadow !default;
|
|
159
314
|
|
|
315
|
+
/// The background color of focused picker components.
|
|
316
|
+
/// @group picker
|
|
160
317
|
$kendo-picker-focus-bg: $kendo-button-focus-bg !default;
|
|
318
|
+
/// The text color of focused picker components.
|
|
319
|
+
/// @group picker
|
|
161
320
|
$kendo-picker-focus-text: $kendo-button-focus-text !default;
|
|
321
|
+
/// The border color of focused picker components.
|
|
322
|
+
/// @group picker
|
|
162
323
|
$kendo-picker-focus-border: $kendo-button-focus-border !default;
|
|
324
|
+
/// The gradient of focused picker components.
|
|
325
|
+
/// @group picker
|
|
163
326
|
$kendo-picker-focus-gradient: $kendo-button-focus-gradient !default;
|
|
327
|
+
/// The shadow of focused picker components.
|
|
328
|
+
/// @group picker
|
|
164
329
|
$kendo-picker-focus-shadow: $kendo-button-focus-shadow !default;
|
|
165
330
|
|
|
331
|
+
/// The background color of disabled picker components.
|
|
332
|
+
/// @group picker
|
|
166
333
|
$kendo-picker-disabled-bg: null !default;
|
|
334
|
+
/// The text color of disabled picker components.
|
|
335
|
+
/// @group picker
|
|
167
336
|
$kendo-picker-disabled-text: null !default;
|
|
337
|
+
/// The border color of disabled picker components.
|
|
338
|
+
/// @group picker
|
|
168
339
|
$kendo-picker-disabled-border: null !default;
|
|
340
|
+
/// The gradient of disabled picker components.
|
|
341
|
+
/// @group picker
|
|
169
342
|
$kendo-picker-disabled-gradient: null !default;
|
|
343
|
+
/// The shadow of disabled picker components.
|
|
344
|
+
/// @group picker
|
|
170
345
|
$kendo-picker-disabled-shadow: null !default;
|
|
171
346
|
|
|
347
|
+
/// The background color of outline picker components.
|
|
348
|
+
/// @group picker
|
|
172
349
|
$kendo-picker-outline-bg: null !default;
|
|
350
|
+
/// The text color of outline picker components.
|
|
351
|
+
/// @group picker
|
|
173
352
|
$kendo-picker-outline-text: $kendo-button-text !default;
|
|
353
|
+
/// The border color of outline picker components.
|
|
354
|
+
/// @group picker
|
|
174
355
|
$kendo-picker-outline-border: rgba( $kendo-picker-outline-text, .5) !default;
|
|
175
356
|
|
|
357
|
+
/// The background color of outline hovered picker components.
|
|
358
|
+
/// @group picker
|
|
176
359
|
$kendo-picker-outline-hover-bg: $kendo-picker-outline-text !default;
|
|
360
|
+
/// The text color of outline hovered picker components.
|
|
361
|
+
/// @group picker
|
|
177
362
|
$kendo-picker-outline-hover-text: k-contrast-legacy( $kendo-picker-outline-hover-bg ) !default;
|
|
363
|
+
/// The border color of outline hovered picker components.
|
|
364
|
+
/// @group picker
|
|
178
365
|
$kendo-picker-outline-hover-border: $kendo-picker-outline-hover-bg !default;
|
|
179
366
|
|
|
367
|
+
/// The background color of outline focused picker components.
|
|
368
|
+
/// @group picker
|
|
180
369
|
$kendo-picker-outline-focus-bg: null !default;
|
|
370
|
+
/// The text color of outline focused picker components.
|
|
371
|
+
/// @group picker
|
|
181
372
|
$kendo-picker-outline-focus-text: null !default;
|
|
373
|
+
/// The border color of outline focused picker components.
|
|
374
|
+
/// @group picker
|
|
182
375
|
$kendo-picker-outline-focus-border: null !default;
|
|
376
|
+
/// The shadow of outline focused picker components.
|
|
377
|
+
/// @group picker
|
|
183
378
|
$kendo-picker-outline-focus-shadow: $kendo-picker-focus-shadow !default;
|
|
184
379
|
|
|
380
|
+
/// The background color of outline hovered and focused picker components.
|
|
381
|
+
/// @group picker
|
|
185
382
|
$kendo-picker-outline-hover-focus-bg: null !default;
|
|
383
|
+
/// The text color of outline hovered and focused picker components.
|
|
384
|
+
/// @group picker
|
|
186
385
|
$kendo-picker-outline-hover-focus-text: null !default;
|
|
386
|
+
/// The border color of outline hovered and focused picker components.
|
|
387
|
+
/// @group picker
|
|
187
388
|
$kendo-picker-outline-hover-focus-border: null !default;
|
|
188
389
|
|
|
390
|
+
/// The background color of flat picker components.
|
|
391
|
+
/// @group picker
|
|
189
392
|
$kendo-picker-flat-bg: null !default;
|
|
393
|
+
/// The text color of flat picker components.
|
|
394
|
+
/// @group picker
|
|
190
395
|
$kendo-picker-flat-text: $kendo-button-text !default;
|
|
396
|
+
/// The border color of flat picker components.
|
|
397
|
+
/// @group picker
|
|
191
398
|
$kendo-picker-flat-border: $kendo-button-border !default;
|
|
192
399
|
|
|
400
|
+
/// The background color of flat hovered picker components.
|
|
401
|
+
/// @group picker
|
|
193
402
|
$kendo-picker-flat-hover-bg: rgba( $kendo-button-text, .04 ) !default;
|
|
403
|
+
/// The text color of flat hovered picker components.
|
|
404
|
+
/// @group picker
|
|
194
405
|
$kendo-picker-flat-hover-text: null !default;
|
|
406
|
+
/// The border color of flat hovered picker components.
|
|
407
|
+
/// @group picker
|
|
195
408
|
$kendo-picker-flat-hover-border: rgba( $kendo-button-border, .16 ) !default;
|
|
196
409
|
|
|
410
|
+
/// The background color of flat focused picker components.
|
|
411
|
+
/// @group picker
|
|
197
412
|
$kendo-picker-flat-focus-bg: null !default;
|
|
413
|
+
/// The text color of flat focused picker components.
|
|
414
|
+
/// @group picker
|
|
198
415
|
$kendo-picker-flat-focus-text: null !default;
|
|
416
|
+
/// The border color of flat focused picker components.
|
|
417
|
+
/// @group picker
|
|
199
418
|
$kendo-picker-flat-focus-border: null !default;
|
|
419
|
+
/// The shadow of flat focused picker components.
|
|
420
|
+
/// @group picker
|
|
200
421
|
$kendo-picker-flat-focus-shadow: $kendo-picker-focus-shadow !default;
|
|
201
422
|
|
|
423
|
+
/// The background color of flat hovered and focused picker components.
|
|
424
|
+
/// @group picker
|
|
202
425
|
$kendo-picker-flat-hover-focus-bg: null !default;
|
|
426
|
+
/// The text color of flat hovered and focused picker components.
|
|
427
|
+
/// @group picker
|
|
203
428
|
$kendo-picker-flat-hover-focus-text: null !default;
|
|
429
|
+
/// The border color of flat hovered and focused picker components.
|
|
430
|
+
/// @group picker
|
|
204
431
|
$kendo-picker-flat-hover-focus-border: null !default;
|
|
205
|
-
|
|
206
|
-
$kendo-input-placeholder-text: $kendo-subtle-text !default;
|
|
207
|
-
$kendo-input-placeholder-opacity: 1 !default;
|
|
208
|
-
|
|
209
|
-
$kendo-input-selected-bg: null !default;
|
|
210
|
-
$kendo-input-selected-text: null !default;
|
|
211
|
-
|
|
212
|
-
$kendo-input-clear-value-text: null !default;
|
|
213
|
-
$kendo-input-clear-value-opacity: .5 !default;
|
|
214
|
-
$kendo-input-clear-value-hover-text: null !default;
|
|
215
|
-
$kendo-input-clear-value-hover-opacity: 1 !default;
|
|
216
|
-
|
|
217
|
-
$kendo-input-values-margin-y: k-map-get( $kendo-spacing, 0.5 ) !default; // sass-lint:disable-line leading-zero
|
|
218
|
-
$kendo-input-values-margin-x: $kendo-input-values-margin-y !default;
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
// Input actions
|
|
222
|
-
$kendo-input-button-width: $kendo-button-inner-calc-size !default;
|
|
223
|
-
$kendo-input-button-border-width: 1px !default;
|
|
224
|
-
$kendo-input-spinner-width: $kendo-button-inner-calc-size !default;
|
|
225
|
-
$kendo-input-spinner-icon-offset: null !default;
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
// Input separator
|
|
229
|
-
$kendo-input-separator-color: $kendo-input-text !default;
|
|
230
|
-
$kendo-input-separator-opacity: .5 !default;
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
// Invalid
|
|
234
|
-
$kendo-input-invalid-border: $kendo-invalid-border !default;
|
|
235
|
-
$kendo-input-invalid-shadow: $kendo-invalid-shadow !default;
|
package/scss/list/_index.scss
CHANGED
package/scss/list/_layout.scss
CHANGED
|
@@ -42,7 +42,8 @@
|
|
|
42
42
|
// List header
|
|
43
43
|
// .k-list-header,
|
|
44
44
|
.k-list-group-sticky-header {
|
|
45
|
-
padding: $kendo-list-header-padding-y
|
|
45
|
+
padding-block: $kendo-list-header-padding-y;
|
|
46
|
+
padding-inline: $kendo-list-header-padding-x;
|
|
46
47
|
border-width: 0;
|
|
47
48
|
border-width: $kendo-list-header-border-width; // sass-lint:disable-line no-duplicate-properties
|
|
48
49
|
border-style: solid;
|
|
@@ -83,7 +84,8 @@
|
|
|
83
84
|
|
|
84
85
|
// List item
|
|
85
86
|
.k-list-item {
|
|
86
|
-
padding: $kendo-list-item-padding-y
|
|
87
|
+
padding-block: $kendo-list-item-padding-y;
|
|
88
|
+
padding-inline: $kendo-list-item-padding-x;
|
|
87
89
|
border: 0;
|
|
88
90
|
font-size: $kendo-list-item-font-size;
|
|
89
91
|
line-height: $kendo-list-item-line-height;
|
|
@@ -118,13 +120,14 @@
|
|
|
118
120
|
}
|
|
119
121
|
}
|
|
120
122
|
.k-list-optionlabel {
|
|
121
|
-
@extend .k-list-item;
|
|
123
|
+
@extend .k-list-item !optional;
|
|
122
124
|
}
|
|
123
125
|
|
|
124
126
|
|
|
125
127
|
// List group item
|
|
126
128
|
.k-list-group-item {
|
|
127
|
-
padding: $kendo-list-group-item-padding-y
|
|
129
|
+
padding-block: $kendo-list-group-item-padding-y;
|
|
130
|
+
padding-inline: $kendo-list-group-item-padding-x;
|
|
128
131
|
border-width: 0;
|
|
129
132
|
border-width: $kendo-list-group-item-border-width; // sass-lint:disable-line no-duplicate-properties
|
|
130
133
|
border-style: solid;
|
|
@@ -143,7 +146,8 @@
|
|
|
143
146
|
|
|
144
147
|
// List item group label
|
|
145
148
|
.k-list-item-group-label {
|
|
146
|
-
padding: 0
|
|
149
|
+
padding-block: 0;
|
|
150
|
+
padding-inline: .5em;
|
|
147
151
|
font-size: .75em;
|
|
148
152
|
position: absolute;
|
|
149
153
|
top: 0;
|
|
@@ -210,19 +214,22 @@
|
|
|
210
214
|
|
|
211
215
|
// .k-list-header,
|
|
212
216
|
.k-list-group-sticky-header {
|
|
213
|
-
padding: $_header-padding-y
|
|
217
|
+
padding-block: $_header-padding-y;
|
|
218
|
+
padding-inline: $_header-padding-x;
|
|
214
219
|
font-size: $_header-font-size;
|
|
215
220
|
line-height: $_header-line-height;
|
|
216
221
|
}
|
|
217
222
|
|
|
218
223
|
.k-list-item {
|
|
219
|
-
padding: $_item-padding-y
|
|
224
|
+
padding-block: $_item-padding-y;
|
|
225
|
+
padding-inline: $_item-padding-x;
|
|
220
226
|
font-size: $_item-font-size;
|
|
221
227
|
line-height: $_item-line-height;
|
|
222
228
|
}
|
|
223
229
|
|
|
224
230
|
.k-list-group-item {
|
|
225
|
-
padding: $_group-item-padding-y
|
|
231
|
+
padding-block: $_group-item-padding-y;
|
|
232
|
+
padding-inline: $_group-item-padding-x;
|
|
226
233
|
font-size: $_group-item-font-size;
|
|
227
234
|
line-height: $_group-item-line-height;
|
|
228
235
|
}
|
|
@@ -55,7 +55,7 @@ $kendo-list-header-font-weight: null !default;
|
|
|
55
55
|
$kendo-list-item-padding-x: null !default;
|
|
56
56
|
$kendo-list-sm-item-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
|
|
57
57
|
$kendo-list-md-item-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
|
|
58
|
-
$kendo-list-lg-item-padding-x: k-map-get( $kendo-spacing,
|
|
58
|
+
$kendo-list-lg-item-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
|
|
59
59
|
|
|
60
60
|
/// Vertical padding of list items, when no size is set.
|
|
61
61
|
/// @group list
|