@progress/kendo-theme-bootstrap 5.0.0-beta.1 → 5.0.0-beta.5
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/README.md +5 -8
- package/dist/all.css +2458 -2464
- package/dist/all.scss +3258 -3048
- package/dist/bootstrap-dataviz-v4.scss +8 -0
- package/dist/bootstrap-main-dark.scss +6 -6
- package/dist/bootstrap-main.scss +6 -6
- package/lib/swatches/bootstrap-dataviz-v4.json +51 -0
- package/lib/swatches/bootstrap-main-dark.json +6 -6
- package/lib/swatches/bootstrap-main.json +6 -6
- package/package.json +3 -3
- package/scss/appbar/_variables.scss +1 -1
- package/scss/autocomplete/_variables.scss +0 -19
- package/scss/avatar/index.md +0 -0
- package/scss/button/_layout.scss +0 -8
- package/scss/button/_theme.scss +0 -81
- package/scss/button/_variables.scss +48 -20
- package/scss/button/index.md +0 -0
- package/scss/chat/_variables.scss +0 -7
- package/scss/checkbox/_index.scss +2 -1
- package/scss/checkbox/_variables.scss +59 -68
- package/scss/checkbox/index.md +0 -0
- package/scss/chip/_index.scss +1 -0
- package/scss/chip/_variables.scss +12 -12
- package/scss/chip/index.md +0 -0
- package/scss/color-preview/_variables.scss +1 -0
- package/scss/coloreditor/_variables.scss +3 -3
- package/scss/colorpicker/_index.scss +1 -2
- package/scss/colorpicker/_variables.scss +1 -20
- package/scss/combobox/_variables.scss +1 -31
- package/scss/dataviz/_variables.scss +5 -5
- package/scss/dateinput/_index.scss +0 -4
- package/scss/dateinput/_variables.scss +1 -1
- package/scss/datepicker/_index.scss +1 -3
- package/scss/datetimepicker/_index.scss +5 -3
- package/scss/datetimepicker/_variables.scss +2 -1
- package/scss/dropdowngrid/index.md +0 -0
- package/scss/fab/_theme.scss +51 -56
- package/scss/fab/_variables.scss +128 -72
- package/scss/fab/index.md +0 -0
- package/scss/filter/_index.scss +1 -1
- package/scss/gantt/_index.scss +1 -1
- package/scss/grid/_index.scss +1 -1
- package/scss/grid/_theme.scss +0 -6
- package/scss/grid/_variables.scss +8 -8
- package/scss/imageeditor/_variables.scss +1 -0
- package/scss/index.scss +2 -1
- package/scss/input/_variables.scss +18 -28
- package/scss/list/_index.scss +1 -0
- package/scss/list/_theme.scss +0 -20
- package/scss/list/_variables.scss +18 -18
- package/scss/list/index.md +0 -0
- package/scss/listbox/_variables.scss +1 -1
- package/scss/menu/_theme.scss +0 -10
- package/scss/menu/_variables.scss +55 -45
- package/scss/orgchart/_variables.scss +2 -2
- package/scss/panelbar/_variables.scss +5 -0
- package/scss/pdf-viewer/_variables.scss +2 -5
- package/scss/pivotgrid/_variables.scss +0 -3
- package/scss/radio/_index.scss +1 -1
- package/scss/radio/_variables.scss +69 -88
- package/scss/radio/index.md +0 -0
- package/scss/scheduler/_index.scss +1 -1
- package/scss/spreadsheet/_index.scss +1 -1
- package/scss/switch/index.md +0 -0
- package/scss/table/_variables.scss +13 -13
- package/scss/taskboard/_variables.scss +0 -2
- package/scss/timepicker/_index.scss +3 -3
- package/scss/timepicker/_variables.scss +1 -1
- package/scss/{datetime → timeselector}/_index.scss +2 -5
- package/scss/timeselector/_layout.scss +1 -0
- package/scss/timeselector/_theme.scss +1 -0
- package/scss/timeselector/_variables.scss +32 -0
- package/scss/toolbar/_variables.scss +2 -0
- package/scss/treeview/_layout.scss +5 -15
- package/scss/treeview/_variables.scss +125 -46
- package/scss/utils/_border.scss +1 -2
- package/scss/virtual-scroller/_index.scss +10 -0
- package/scss/virtual-scroller/_layout.scss +1 -0
- package/scss/virtual-scroller/_theme.scss +1 -0
- package/scss/virtual-scroller/_variables.scss +1 -0
- package/scss/datetime/_layout.scss +0 -25
- package/scss/datetime/_theme.scss +0 -14
- package/scss/datetime/_variables.scss +0 -53
package/scss/fab/_theme.scss
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
@include exports( "fab/theme/bootstrap" ) {
|
|
2
2
|
|
|
3
3
|
// Normal state
|
|
4
|
-
@each $name, $color in $fab-theme-colors {
|
|
5
|
-
.k-fab-#{$name} {
|
|
6
|
-
@include box-shadow($fab-shadow);
|
|
7
|
-
outline: $fab-border-width solid $color;
|
|
8
|
-
outline-offset: -$fab-border-width;
|
|
4
|
+
@each $name, $color in $kendo-fab-theme-colors {
|
|
5
|
+
.k-fab-solid-#{$name} {
|
|
6
|
+
@include box-shadow($kendo-fab-shadow);
|
|
7
|
+
outline: $kendo-fab-border-width solid $color;
|
|
8
|
+
outline-offset: -$kendo-fab-border-width;
|
|
9
9
|
border-color: $color;
|
|
10
10
|
color: contrast-wcag( $color );
|
|
11
11
|
background-color: $color;
|
|
@@ -13,10 +13,9 @@
|
|
|
13
13
|
}
|
|
14
14
|
|
|
15
15
|
// Hover state
|
|
16
|
-
@each $name, $color in $fab-theme-colors {
|
|
17
|
-
.k-
|
|
18
|
-
.k-
|
|
19
|
-
.k-fab-#{$name}:hover {
|
|
16
|
+
@each $name, $color in $kendo-fab-theme-colors {
|
|
17
|
+
.k-hover.k-fab-solid-#{$name},
|
|
18
|
+
.k-fab-solid-#{$name}:hover {
|
|
20
19
|
border-color: try-darken( $color, 10% );
|
|
21
20
|
color: contrast-wcag( try-darken( $color, 7.5% ) );
|
|
22
21
|
background-color: try-darken( $color, 7.5% );
|
|
@@ -24,10 +23,9 @@
|
|
|
24
23
|
}
|
|
25
24
|
|
|
26
25
|
// Focus state
|
|
27
|
-
@each $name, $color in $fab-theme-colors {
|
|
28
|
-
.k-fab-#{$name}.k-
|
|
29
|
-
.k-fab-#{$name}
|
|
30
|
-
.k-fab-#{$name}:focus {
|
|
26
|
+
@each $name, $color in $kendo-fab-theme-colors {
|
|
27
|
+
.k-fab-solid-#{$name}.k-focus,
|
|
28
|
+
.k-fab-solid-#{$name}:focus {
|
|
31
29
|
outline-style: solid;
|
|
32
30
|
outline-width: 3px;
|
|
33
31
|
outline-color: rgba( $color, .5 );
|
|
@@ -35,11 +33,11 @@
|
|
|
35
33
|
}
|
|
36
34
|
|
|
37
35
|
// Active state
|
|
38
|
-
@each $name, $color in $fab-theme-colors {
|
|
39
|
-
.k-
|
|
40
|
-
.k-
|
|
41
|
-
.k-fab-#{$name}:active {
|
|
42
|
-
@include box-shadow($fab-active-shadow);
|
|
36
|
+
@each $name, $color in $kendo-fab-theme-colors {
|
|
37
|
+
.k-active.k-fab-solid-#{$name},
|
|
38
|
+
.k-selected.k-fab-solid-#{$name},
|
|
39
|
+
.k-fab-solid-#{$name}:active {
|
|
40
|
+
@include box-shadow($kendo-fab-active-shadow);
|
|
43
41
|
border-color: try-darken( $color, 12.5% );
|
|
44
42
|
color: contrast-wcag( try-darken( $color, 10% ) );
|
|
45
43
|
background-color: try-darken( $color, 10% );
|
|
@@ -47,10 +45,10 @@
|
|
|
47
45
|
}
|
|
48
46
|
|
|
49
47
|
// Disabled state
|
|
50
|
-
@each $name, $color in $fab-theme-colors {
|
|
51
|
-
.k-
|
|
52
|
-
.k-fab-#{$name}:disabled {
|
|
53
|
-
@include box-shadow($fab-disabled-shadow);
|
|
48
|
+
@each $name, $color in $kendo-fab-theme-colors {
|
|
49
|
+
.k-disabled.k-fab-solid-#{$name},
|
|
50
|
+
.k-fab-solid-#{$name}:disabled {
|
|
51
|
+
@include box-shadow($kendo-fab-disabled-shadow);
|
|
54
52
|
background-color: try-tint( $color, 4.5 );
|
|
55
53
|
color: try-tint( contrast-wcag( $color ), 5 );
|
|
56
54
|
opacity: 1;
|
|
@@ -60,68 +58,65 @@
|
|
|
60
58
|
// Items
|
|
61
59
|
.k-fab-item-text {
|
|
62
60
|
@include fill(
|
|
63
|
-
$fab-item-text,
|
|
64
|
-
$fab-item-bg,
|
|
65
|
-
$fab-item-border
|
|
61
|
+
$kendo-fab-item-text,
|
|
62
|
+
$kendo-fab-item-bg,
|
|
63
|
+
$kendo-fab-item-border
|
|
66
64
|
);
|
|
67
|
-
@include box-shadow($fab-item-shadow);
|
|
65
|
+
@include box-shadow($kendo-fab-item-shadow);
|
|
68
66
|
}
|
|
69
67
|
.k-fab-item-icon {
|
|
70
68
|
@include fill(
|
|
71
|
-
$fab-item-icon-text,
|
|
72
|
-
$fab-item-icon-bg,
|
|
73
|
-
$fab-item-icon-border
|
|
69
|
+
$kendo-fab-item-icon-text,
|
|
70
|
+
$kendo-fab-item-icon-bg,
|
|
71
|
+
$kendo-fab-item-icon-border
|
|
74
72
|
);
|
|
75
|
-
@include box-shadow($fab-item-shadow);
|
|
76
|
-
outline: $fab-border-width solid $kendo-button-bg;
|
|
77
|
-
outline-offset: -$fab-border-width;
|
|
73
|
+
@include box-shadow($kendo-fab-item-shadow);
|
|
74
|
+
outline: $kendo-fab-border-width solid $kendo-button-bg;
|
|
75
|
+
outline-offset: -$kendo-fab-border-width;
|
|
78
76
|
}
|
|
79
77
|
|
|
80
78
|
// Hover state
|
|
81
|
-
.k-fab-item.k-
|
|
82
|
-
.k-fab-item.k-state-hovered .k-fab-item-icon,
|
|
79
|
+
.k-fab-item.k-hover .k-fab-item-icon,
|
|
83
80
|
.k-fab-item:hover .k-fab-item-icon {
|
|
84
|
-
@include box-shadow($fab-item-shadow);
|
|
85
|
-
outline: $fab-border-width solid try-darken( $fab-item-icon-border, 10% );
|
|
86
|
-
outline-offset: -$fab-border-width;
|
|
87
|
-
border-color: try-darken( $fab-item-icon-border, 10% );
|
|
88
|
-
color: contrast-wcag( try-darken( $fab-item-icon-bg, 7.5% ) );
|
|
89
|
-
background-color: try-darken( $fab-item-icon-bg, 7.5% );
|
|
81
|
+
@include box-shadow($kendo-fab-item-shadow);
|
|
82
|
+
outline: $kendo-fab-border-width solid try-darken( $kendo-fab-item-icon-border, 10% );
|
|
83
|
+
outline-offset: -$kendo-fab-border-width;
|
|
84
|
+
border-color: try-darken( $kendo-fab-item-icon-border, 10% );
|
|
85
|
+
color: contrast-wcag( try-darken( $kendo-fab-item-icon-bg, 7.5% ) );
|
|
86
|
+
background-color: try-darken( $kendo-fab-item-icon-bg, 7.5% );
|
|
90
87
|
}
|
|
91
88
|
|
|
92
89
|
// Focus state
|
|
93
90
|
.k-fab-item:focus .k-fab-item-text,
|
|
94
91
|
.k-fab-item:focus .k-fab-item-icon,
|
|
95
|
-
.k-fab-item.k-
|
|
96
|
-
.k-fab-item.k-
|
|
97
|
-
.k-fab-item.k-state-focused .k-fab-item-text,
|
|
98
|
-
.k-fab-item.k-state-focused .k-fab-item-icon {
|
|
92
|
+
.k-fab-item.k-focus .k-fab-item-text,
|
|
93
|
+
.k-fab-item.k-focus .k-fab-item-icon {
|
|
99
94
|
outline-style: solid;
|
|
100
95
|
outline-width: 3px;
|
|
101
|
-
outline-color: rgba( $fab-item-icon-border, .5 );
|
|
96
|
+
outline-color: rgba( $kendo-fab-item-icon-border, .5 );
|
|
102
97
|
}
|
|
103
98
|
|
|
104
99
|
// Active state
|
|
105
|
-
.k-fab-item.k-
|
|
100
|
+
.k-fab-item.k-active .k-fab-item-icon,
|
|
106
101
|
.k-fab-item:active .k-fab-item-icon {
|
|
107
|
-
@include box-shadow($fab-item-active-shadow);
|
|
108
|
-
outline: $fab-border-width solid try-darken( $fab-item-icon-border, 12.5% );
|
|
109
|
-
outline-offset: -$fab-border-width;
|
|
110
|
-
border-color: try-darken( $fab-item-icon-border, 12.5% );
|
|
111
|
-
color: contrast-wcag( try-darken( $fab-item-icon-bg, 10% ) );
|
|
112
|
-
background-color: try-darken( $fab-item-icon-bg, 10% );
|
|
102
|
+
@include box-shadow($kendo-fab-item-active-shadow);
|
|
103
|
+
outline: $kendo-fab-border-width solid try-darken( $kendo-fab-item-icon-border, 12.5% );
|
|
104
|
+
outline-offset: -$kendo-fab-border-width;
|
|
105
|
+
border-color: try-darken( $kendo-fab-item-icon-border, 12.5% );
|
|
106
|
+
color: contrast-wcag( try-darken( $kendo-fab-item-icon-bg, 10% ) );
|
|
107
|
+
background-color: try-darken( $kendo-fab-item-icon-bg, 10% );
|
|
113
108
|
}
|
|
114
109
|
|
|
115
110
|
// Disabled state
|
|
116
|
-
.k-fab-item.k-
|
|
111
|
+
.k-fab-item.k-disabled,
|
|
117
112
|
.k-fab-item:disabled {
|
|
118
113
|
opacity: 1;
|
|
119
114
|
|
|
120
115
|
.k-fab-item-text,
|
|
121
116
|
.k-fab-item-icon {
|
|
122
|
-
@include box-shadow($fab-item-disabled-shadow);
|
|
123
|
-
background-color: try-tint( $fab-item-bg, 8 );
|
|
124
|
-
color: try-tint( $fab-item-text, 8 );
|
|
117
|
+
@include box-shadow($kendo-fab-item-disabled-shadow);
|
|
118
|
+
background-color: try-tint( $kendo-fab-item-bg, 8 );
|
|
119
|
+
color: try-tint( $kendo-fab-item-text, 8 );
|
|
125
120
|
}
|
|
126
121
|
}
|
|
127
122
|
|
package/scss/fab/_variables.scss
CHANGED
|
@@ -1,74 +1,130 @@
|
|
|
1
1
|
// Floating Action Button
|
|
2
|
-
$fab-padding-x: $padding-x !default;
|
|
3
|
-
$fab-padding-y: $fab-padding-x !default;
|
|
4
|
-
$fab-border-width: 1px !default;
|
|
5
|
-
$fab-border-radius: $border-radius / 2 !default;
|
|
6
|
-
$fab-font-family: $font-family !default;
|
|
7
|
-
$fab-font-size: $font-size !default;
|
|
8
|
-
$fab-line-height: $line-height !default;
|
|
9
2
|
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
$fab-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
$fab-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
$fab-
|
|
29
|
-
$fab-
|
|
30
|
-
$fab-
|
|
31
|
-
$fab-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
$fab-
|
|
36
|
-
$fab-
|
|
37
|
-
$fab-
|
|
38
|
-
$fab-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
$fab-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
$fab-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
$fab-item-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
$fab-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
$fab-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
$fab-
|
|
3
|
+
/// Width of the border around the FAB.
|
|
4
|
+
/// @group floating-action-button
|
|
5
|
+
$kendo-fab-border-width: 1px !default;
|
|
6
|
+
/// Border radius of the FAB.
|
|
7
|
+
/// @group floating-action-button
|
|
8
|
+
$kendo-fab-border-radius: $border-radius / 2 !default;
|
|
9
|
+
/// Font family of the FAB.
|
|
10
|
+
/// @group floating-action-button
|
|
11
|
+
$kendo-fab-font-family: $font-family !default;
|
|
12
|
+
/// Font size of the FAB.
|
|
13
|
+
/// @group floating-action-button
|
|
14
|
+
$kendo-fab-font-size: $font-size !default;
|
|
15
|
+
/// Line height of the FAB.
|
|
16
|
+
/// @group floating-action-button
|
|
17
|
+
$kendo-fab-line-height: $line-height !default;
|
|
18
|
+
|
|
19
|
+
/// Horizontal padding of the FAB.
|
|
20
|
+
/// @group floating-action-button
|
|
21
|
+
$kendo-fab-padding-x: $padding-x !default;
|
|
22
|
+
$kendo-fab-padding-x-sm: ( $kendo-fab-padding-x / 2 ) !default;
|
|
23
|
+
$kendo-fab-padding-x-md: $kendo-fab-padding-x !default;
|
|
24
|
+
$kendo-fab-padding-x-lg: ( $kendo-fab-padding-x * 1.5 ) !default;
|
|
25
|
+
|
|
26
|
+
/// Vertical padding of the FAB.
|
|
27
|
+
/// @group floating-action-button
|
|
28
|
+
$kendo-fab-padding-y: $kendo-fab-padding-x !default;
|
|
29
|
+
$kendo-fab-padding-y-sm: ( $kendo-fab-padding-y / 2 ) !default;
|
|
30
|
+
$kendo-fab-padding-y-md: $kendo-fab-padding-y !default;
|
|
31
|
+
$kendo-fab-padding-y-lg: ( $kendo-fab-padding-y * 1.5 ) !default;
|
|
32
|
+
|
|
33
|
+
/// FAB icon width.
|
|
34
|
+
/// @group floating-action-button
|
|
35
|
+
$kendo-fab-icon-width: 24px !default;
|
|
36
|
+
/// FAB icon height.
|
|
37
|
+
/// @group floating-action-button
|
|
38
|
+
$kendo-fab-icon-height: $kendo-fab-icon-width !default;
|
|
39
|
+
/// FAB icon spacing.
|
|
40
|
+
/// @group floating-action-button
|
|
41
|
+
$kendo-fab-icon-spacing: map-get( $spacing, 1 ) / 2 !default;
|
|
42
|
+
|
|
43
|
+
/// FAB items horizontal padding.
|
|
44
|
+
/// @group floating-action-button
|
|
45
|
+
$kendo-fab-items-padding-x: 0px !default;
|
|
46
|
+
/// FAB items vertical padding.
|
|
47
|
+
/// @group floating-action-button
|
|
48
|
+
$kendo-fab-items-padding-y: map-get( $spacing, 4 ) !default;
|
|
49
|
+
|
|
50
|
+
/// FAB item text horizontal padding.
|
|
51
|
+
/// @group floating-action-button
|
|
52
|
+
$kendo-fab-item-text-padding-x: map-get( $spacing, 1 ) !default;
|
|
53
|
+
/// FAB item text vertical padding.
|
|
54
|
+
/// @group floating-action-button
|
|
55
|
+
$kendo-fab-item-text-padding-y: $kendo-fab-item-text-padding-x !default;
|
|
56
|
+
/// Width of the FAB item text border.
|
|
57
|
+
/// @group floating-action-button
|
|
58
|
+
$kendo-fab-item-text-border-width: 1px !default;
|
|
59
|
+
/// Border radius of the FAB item text.
|
|
60
|
+
/// @group floating-action-button
|
|
61
|
+
$kendo-fab-item-text-border-radius: 4px !default;
|
|
62
|
+
/// Font size of the FAB item text.
|
|
63
|
+
/// @group floating-action-button
|
|
64
|
+
$kendo-fab-item-text-font-size: $font-size-xs !default;
|
|
65
|
+
/// Line height of the FAB item text.
|
|
66
|
+
/// @group floating-action-button
|
|
67
|
+
$kendo-fab-item-text-line-height: 14px !default;
|
|
68
|
+
|
|
69
|
+
/// FAB item icon horizontal padding.
|
|
70
|
+
/// @group floating-action-button
|
|
71
|
+
$kendo-fab-item-icon-padding-x: map-get( $spacing, 2 ) !default;
|
|
72
|
+
/// FAB item icon vertical padding.
|
|
73
|
+
/// @group floating-action-button
|
|
74
|
+
$kendo-fab-item-icon-padding-y: $kendo-fab-item-icon-padding-x !default;
|
|
75
|
+
/// Width of the FAB item icon border.
|
|
76
|
+
/// @group floating-action-button
|
|
77
|
+
$kendo-fab-item-icon-border-width: 0 !default;
|
|
78
|
+
/// Border radius of the FAB item icon.
|
|
79
|
+
/// @group floating-action-button
|
|
80
|
+
$kendo-fab-item-icon-border-radius: 50% !default;
|
|
81
|
+
/// Width of the FAB item icon.
|
|
82
|
+
/// @group floating-action-button
|
|
83
|
+
$kendo-fab-item-icon-width: 24px !default;
|
|
84
|
+
/// height of the FAB item icon.
|
|
85
|
+
/// @group floating-action-button
|
|
86
|
+
$kendo-fab-item-icon-height: $kendo-fab-item-icon-width !default;
|
|
87
|
+
|
|
88
|
+
/// Theme colors map for the FAB.
|
|
89
|
+
/// @group floating-action-button
|
|
90
|
+
$kendo-fab-theme-colors: $theme-colors !default;
|
|
91
|
+
|
|
92
|
+
/// The base shadow of the FAB.
|
|
93
|
+
/// @group floating-action-button
|
|
94
|
+
$kendo-fab-shadow: 0px 6px 10px rgba(0, 0, 0, .14), 0px 1px 18px rgba(0, 0, 0, .12), 0px 3px 5px rgba(0, 0, 0, .2) !default;
|
|
95
|
+
/// The disabled shadow of the FAB.
|
|
96
|
+
/// @group floating-action-button
|
|
97
|
+
$kendo-fab-disabled-shadow: 0px 6px 10px try-tint( rgba(0, 0, 0, .14), .5 ), 0px 1px 18px try-tint( rgba(0, 0, 0, .12), .5 ), 0px 3px 5px try-tint( rgba(0, 0, 0, .2), .5 ) !default;
|
|
98
|
+
/// The active shadow of the FAB.
|
|
99
|
+
/// @group floating-action-button
|
|
100
|
+
$kendo-fab-active-shadow: null !default;
|
|
101
|
+
|
|
102
|
+
/// The base text color of the FAB item.
|
|
103
|
+
/// @group floating-action-button
|
|
104
|
+
$kendo-fab-item-text: $component-text !default;
|
|
105
|
+
/// The base background color of the FAB item.
|
|
106
|
+
/// @group floating-action-button
|
|
107
|
+
$kendo-fab-item-bg: $component-bg !default;
|
|
108
|
+
/// The base border color of the FAB item.
|
|
109
|
+
/// @group floating-action-button
|
|
110
|
+
$kendo-fab-item-border: $component-border !default;
|
|
111
|
+
|
|
112
|
+
/// The base text color of the FAB item icon.
|
|
113
|
+
/// @group floating-action-button
|
|
114
|
+
$kendo-fab-item-icon-text: $kendo-button-text !default;
|
|
115
|
+
/// The base background color of the FAB item icon.
|
|
116
|
+
/// @group floating-action-button
|
|
117
|
+
$kendo-fab-item-icon-bg: $kendo-button-bg !default;
|
|
118
|
+
/// The base border color of the FAB item icon.
|
|
119
|
+
/// @group floating-action-button
|
|
120
|
+
$kendo-fab-item-icon-border: $kendo-button-border !default;
|
|
121
|
+
|
|
122
|
+
/// The base shadow of the FAB item.
|
|
123
|
+
/// @group floating-action-button
|
|
124
|
+
$kendo-fab-item-shadow: $kendo-fab-shadow !default;
|
|
125
|
+
/// The disabled shadow of the FAB item.
|
|
126
|
+
/// @group floating-action-button
|
|
127
|
+
$kendo-fab-item-disabled-shadow: $kendo-fab-disabled-shadow !default;
|
|
128
|
+
/// The active shadow of the FAB item.
|
|
129
|
+
/// @group floating-action-button
|
|
130
|
+
$kendo-fab-item-active-shadow: $kendo-fab-active-shadow !default;
|
|
File without changes
|
package/scss/filter/_index.scss
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
@import "../button/_index.scss";
|
|
7
7
|
@import "../input/_index.scss";
|
|
8
8
|
@import "../checkbox/_index.scss";
|
|
9
|
-
@import "../
|
|
9
|
+
@import "../datetimepicker/_index.scss";
|
|
10
10
|
@import "../dropdownlist/_index.scss";
|
|
11
11
|
@import "../numerictextbox/_index.scss";
|
|
12
12
|
@import "../toolbar/_index.scss";
|
package/scss/gantt/_index.scss
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
@import "../button/_index.scss";
|
|
7
7
|
@import "../input/_index.scss";
|
|
8
8
|
@import "../validator/_index.scss";
|
|
9
|
-
@import "../
|
|
9
|
+
@import "../datetimepicker/_index.scss";
|
|
10
10
|
@import "../numerictextbox/_index.scss";
|
|
11
11
|
@import "../window/_index.scss";
|
|
12
12
|
@import "../splitter/_index.scss";
|
package/scss/grid/_index.scss
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
@import "../radio/_index.scss";
|
|
15
15
|
@import "../validator/_index.scss";
|
|
16
16
|
@import "../autocomplete/_index.scss";
|
|
17
|
-
@import "../
|
|
17
|
+
@import "../datetimepicker/_index.scss";
|
|
18
18
|
@import "../dropdownlist/_index.scss";
|
|
19
19
|
@import "../numerictextbox/_index.scss";
|
|
20
20
|
@import "../menu/_index.scss";
|
package/scss/grid/_theme.scss
CHANGED
|
@@ -82,12 +82,6 @@
|
|
|
82
82
|
@include fill( $bg: $grid-sticky-selected-alt-bg );
|
|
83
83
|
}
|
|
84
84
|
|
|
85
|
-
// Hovered state
|
|
86
|
-
.k-state-hover td,
|
|
87
|
-
tr:hover td {
|
|
88
|
-
@include fill( $bg: $grid-sticky-hovered-bg );
|
|
89
|
-
}
|
|
90
|
-
|
|
91
85
|
// Selected hover
|
|
92
86
|
.k-state-selected:hover td,
|
|
93
87
|
.k-state-selected.k-state-hover td {
|
|
@@ -14,7 +14,7 @@ $grid-header-font-size: null !default;
|
|
|
14
14
|
$grid-footer-padding-x: $grid-header-padding-x !default;
|
|
15
15
|
$grid-footer-padding-y: $grid-header-padding-y !default;
|
|
16
16
|
|
|
17
|
-
$grid-grouping-header-padding-x:
|
|
17
|
+
$grid-grouping-header-padding-x: $grid-padding-y !default;
|
|
18
18
|
$grid-grouping-header-padding-y: $grid-grouping-header-padding-x !default;
|
|
19
19
|
|
|
20
20
|
$grid-filter-cell-padding-x: $grid-padding-y !default;
|
|
@@ -132,21 +132,21 @@ $grid-sticky-selected-alt-bg: shade($grid-sticky-selected-bg, .4) !default;
|
|
|
132
132
|
$grid-sticky-hovered-bg: try-shade( $grid-bg ) !default;
|
|
133
133
|
$grid-sticky-selected-hovered-bg: shade($grid-sticky-selected-bg, .7) !default;
|
|
134
134
|
|
|
135
|
-
$grid-
|
|
135
|
+
$grid-column-menu-width: 250px !default;
|
|
136
136
|
|
|
137
137
|
$grid-filter-menu-check-all-border-bottom-width: 1px !default;
|
|
138
138
|
|
|
139
139
|
$grid-filter-menu-item-spacing-x: map-get( $spacing, 6 ) !default;
|
|
140
140
|
$grid-filter-menu-item-spacing-y: map-get( $spacing, 2 ) !default;
|
|
141
141
|
|
|
142
|
-
$grid-column-menu-popup-padding-x:
|
|
143
|
-
$grid-column-menu-popup-padding-y:
|
|
142
|
+
$grid-column-menu-popup-padding-x: null !default;
|
|
143
|
+
$grid-column-menu-popup-padding-y: null !default;
|
|
144
144
|
|
|
145
|
-
$grid-column-menu-item-padding-x: $padding-x
|
|
146
|
-
$grid-column-menu-item-padding-y: $padding-y
|
|
145
|
+
$grid-column-menu-item-padding-x: $kendo-menu-popup-item-padding-x !default;
|
|
146
|
+
$grid-column-menu-item-padding-y: $kendo-menu-popup-item-padding-y !default;
|
|
147
147
|
|
|
148
|
-
$grid-column-menu-list-item-padding-x: $padding-x-
|
|
149
|
-
$grid-column-menu-list-item-padding-y: $padding-y-
|
|
148
|
+
$grid-column-menu-list-item-padding-x: $kendo-list-item-padding-x-md !default;
|
|
149
|
+
$grid-column-menu-list-item-padding-y: $kendo-list-item-padding-y-md !default;
|
|
150
150
|
|
|
151
151
|
$grid-column-menu-items-wrap-padding-x: 0 !default;
|
|
152
152
|
$grid-column-menu-items-wrap-padding-y: map-get( $spacing, 2 ) !default;
|
|
@@ -13,6 +13,7 @@ $imageeditor-content-border-width: 1px !default;
|
|
|
13
13
|
|
|
14
14
|
$imageeditor-action-pane-padding-y: map-get( $spacing, 8 ) !default;
|
|
15
15
|
$imageeditor-action-pane-padding-x: map-get( $spacing, 4 ) !default;
|
|
16
|
+
$imageeditor-action-pane-width: if( $imageeditor-content-border-width == null, 240px, calc(240px + #{$imageeditor-content-border-width}) );
|
|
16
17
|
|
|
17
18
|
$imageeditor-crop-border-width: 1px !default;
|
|
18
19
|
$imageeditor-crop-border-style: dashed !default;
|
package/scss/index.scss
CHANGED
|
@@ -21,6 +21,7 @@
|
|
|
21
21
|
@import "popup/_index.scss";
|
|
22
22
|
@import "ripple/_index.scss";
|
|
23
23
|
@import "table/_index.scss";
|
|
24
|
+
@import "virtual-scroller/_index.scss";
|
|
24
25
|
|
|
25
26
|
|
|
26
27
|
// Indicators
|
|
@@ -53,6 +54,7 @@
|
|
|
53
54
|
|
|
54
55
|
// Form requirements
|
|
55
56
|
@import "calendar/_index.scss";
|
|
57
|
+
@import "timeselector/_index.scss";
|
|
56
58
|
|
|
57
59
|
|
|
58
60
|
// Augmented forms
|
|
@@ -68,7 +70,6 @@
|
|
|
68
70
|
@import "timepicker/_index.scss";
|
|
69
71
|
@import "datetimepicker/_index.scss";
|
|
70
72
|
@import "daterangepicker/_index.scss";
|
|
71
|
-
@import "datetime/_index.scss";
|
|
72
73
|
@import "dropdowngrid/_index.scss";
|
|
73
74
|
@import "dropdownlist/_index.scss";
|
|
74
75
|
@import "dropdowntree/_index.scss";
|
|
@@ -1,58 +1,52 @@
|
|
|
1
1
|
// Input
|
|
2
|
+
$kendo-input-default-width: 100% !default;
|
|
3
|
+
|
|
2
4
|
$kendo-input-border-width: $input-border-width !default;
|
|
3
5
|
$kendo-input-border-height: ( $kendo-input-border-width * 2 ) !default;
|
|
4
|
-
$kendo-input-border-radius:
|
|
5
|
-
$kendo-input-border-radius-sm: $input-border-radius-sm !default;
|
|
6
|
-
$kendo-input-border-radius-lg: $input-border-radius-lg !default;
|
|
6
|
+
$kendo-input-border-radius: null !default;
|
|
7
7
|
|
|
8
8
|
$kendo-input-padding-x: $input-padding-x !default;
|
|
9
9
|
$kendo-input-padding-y: $input-padding-y !default;
|
|
10
10
|
$kendo-input-font-family: $font-family !default;
|
|
11
11
|
$kendo-input-font-size: $font-size !default;
|
|
12
12
|
$kendo-input-line-height: $input-line-height !default;
|
|
13
|
-
$kendo-input-line-height-em: $input-line-height * 1em !default;
|
|
14
13
|
|
|
15
14
|
$kendo-input-padding-x-sm: $input-padding-x-sm !default;
|
|
16
15
|
$kendo-input-padding-y-sm: $input-padding-y-sm !default;
|
|
17
|
-
$kendo-input-font-size-sm: $
|
|
18
|
-
$kendo-input-line-height-sm: $
|
|
16
|
+
$kendo-input-font-size-sm: $font-size-md !default;
|
|
17
|
+
$kendo-input-line-height-sm: $line-height-md !default;
|
|
19
18
|
|
|
20
|
-
$kendo-input-padding-x-md: $
|
|
21
|
-
$kendo-input-padding-y-md: $
|
|
22
|
-
$kendo-input-font-size-md: $
|
|
23
|
-
$kendo-input-line-height-md: $
|
|
19
|
+
$kendo-input-padding-x-md: $input-padding-x !default;
|
|
20
|
+
$kendo-input-padding-y-md: $input-padding-y !default;
|
|
21
|
+
$kendo-input-font-size-md: $font-size-md !default;
|
|
22
|
+
$kendo-input-line-height-md: $line-height-md !default;
|
|
24
23
|
|
|
25
24
|
$kendo-input-padding-x-lg: $input-padding-x-lg !default;
|
|
26
25
|
$kendo-input-padding-y-lg: $input-padding-y-lg !default;
|
|
27
|
-
$kendo-input-font-size-lg: $
|
|
28
|
-
$kendo-input-line-height-lg: $
|
|
29
|
-
|
|
30
|
-
$kendo-input-calc-height: calc( #{$kendo-input-line-height * 1em} + #{$kendo-input-padding-y * 2} + #{$kendo-input-border-height} ) !default;
|
|
31
|
-
$kendo-input-calc-height-sm: calc( #{$kendo-input-line-height-sm * 1em} + #{$kendo-input-padding-y-sm * 2} + #{$kendo-input-border-height} ) !default;
|
|
32
|
-
$kendo-input-calc-height-lg: calc( #{$kendo-input-line-height-lg * 1em} + #{$kendo-input-padding-y-lg * 2} + #{$kendo-input-border-height} ) !default;
|
|
33
|
-
|
|
34
|
-
$kendo-input-inner-calc-height: calc( #{$kendo-input-line-height * 1em} + #{$kendo-input-padding-y * 2} ) !default;
|
|
35
|
-
$kendo-input-inner-calc-height-sm: calc( #{$kendo-input-line-height-sm * 1em} + #{$kendo-input-padding-y-sm * 2} ) !default;
|
|
36
|
-
$kendo-input-inner-calc-height-lg: calc( #{$kendo-input-line-height-lg * 1em} + #{$kendo-input-padding-y-lg * 2} ) !default;
|
|
26
|
+
$kendo-input-font-size-lg: $font-size-md !default;
|
|
27
|
+
$kendo-input-line-height-lg: $line-height-md !default;
|
|
37
28
|
|
|
38
29
|
$kendo-input-sizes: (
|
|
39
30
|
sm: (
|
|
40
31
|
padding-x: $kendo-input-padding-x-sm,
|
|
41
32
|
padding-y: $kendo-input-padding-y-sm,
|
|
42
33
|
font-size: $kendo-input-font-size-sm,
|
|
43
|
-
line-height: $kendo-input-line-height-sm
|
|
34
|
+
line-height: $kendo-input-line-height-sm,
|
|
35
|
+
icon-size: calc( #{$icon-size} + #{$kendo-input-padding-y-sm * 2} )
|
|
44
36
|
),
|
|
45
37
|
md: (
|
|
46
38
|
padding-x: $kendo-input-padding-x-md,
|
|
47
39
|
padding-y: $kendo-input-padding-y-md,
|
|
48
40
|
font-size: $kendo-input-font-size-md,
|
|
49
|
-
line-height: $kendo-input-line-height-md
|
|
41
|
+
line-height: $kendo-input-line-height-md,
|
|
42
|
+
icon-size: calc( #{$icon-size} + #{$kendo-input-padding-y-md * 2} )
|
|
50
43
|
),
|
|
51
44
|
lg: (
|
|
52
45
|
padding-x: $kendo-input-padding-x-lg,
|
|
53
46
|
padding-y: $kendo-input-padding-y-lg,
|
|
54
47
|
font-size: $kendo-input-font-size-lg,
|
|
55
|
-
line-height: $kendo-input-line-height-lg
|
|
48
|
+
line-height: $kendo-input-line-height-lg,
|
|
49
|
+
icon-size: calc( #{$icon-size} + #{$kendo-input-padding-y-lg * 2} )
|
|
56
50
|
)
|
|
57
51
|
) !default;
|
|
58
52
|
|
|
@@ -85,6 +79,7 @@ $kendo-input-clear-value-hover-opacity: 1 !default;
|
|
|
85
79
|
$kendo-input-values-margin-y: map-get( $spacing, thin ) !default;
|
|
86
80
|
$kendo-input-values-margin-x: $kendo-input-values-margin-y !default;
|
|
87
81
|
|
|
82
|
+
|
|
88
83
|
// Input actions
|
|
89
84
|
$kendo-input-button-width: null !default;
|
|
90
85
|
$kendo-input-button-border-width: 1px !default;
|
|
@@ -92,11 +87,6 @@ $kendo-input-spinner-width: null !default;
|
|
|
92
87
|
$kendo-input-spinner-icon-offset: 2px !default;
|
|
93
88
|
|
|
94
89
|
|
|
95
|
-
// Input icon
|
|
96
|
-
$kendo-input-icon-width: calc( #{$icon-size} + #{$kendo-input-padding-y * 2} ) !default;
|
|
97
|
-
$kendo-input-icon-height: calc( #{$kendo-input-line-height * $kendo-input-font-size} + #{$kendo-input-padding-y * 2} ) !default;
|
|
98
|
-
|
|
99
|
-
|
|
100
90
|
// Input separator
|
|
101
91
|
$kendo-input-separator-color: $kendo-input-text !default;
|
|
102
92
|
$kendo-input-separator-opacity: .5 !default;
|
package/scss/list/_index.scss
CHANGED
package/scss/list/_theme.scss
CHANGED
|
@@ -1,21 +1 @@
|
|
|
1
1
|
@import "~@progress/kendo-theme-default/scss/list/_theme.scss";
|
|
2
|
-
|
|
3
|
-
@include exports( "list/theme/bootstrap" ) {
|
|
4
|
-
|
|
5
|
-
.k-list {}
|
|
6
|
-
|
|
7
|
-
.k-list-item:focus,
|
|
8
|
-
.k-list-item.k-focus,
|
|
9
|
-
.k-list-optionlabel:focus,
|
|
10
|
-
.k-list-optionlabel.k-focus {
|
|
11
|
-
&:hover,
|
|
12
|
-
&.k-hover {
|
|
13
|
-
box-shadow: inset 0 0 0 3px rgba($kendo-list-item-hover-text, .15);
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
&.k-selected {
|
|
17
|
-
box-shadow: inset 0 0 0 3px rgba($kendo-list-item-selected-text, .15);
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
}
|