@progress/kendo-theme-bootstrap 4.43.1-dev.4 → 4.43.1-dev.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/dist/all.css +742 -820
- package/dist/all.scss +1284 -1214
- package/modules/@progress/kendo-theme-default/package.json +2 -2
- package/modules/@progress/kendo-theme-default/scss/adaptive/_layout.scss +40 -86
- package/modules/@progress/kendo-theme-default/scss/adaptive/_theme.scss +0 -9
- package/modules/@progress/kendo-theme-default/scss/appbar/_variables.scss +1 -1
- package/modules/@progress/kendo-theme-default/scss/autocomplete/_theme.scss +20 -39
- package/modules/@progress/kendo-theme-default/scss/autocomplete/_variables.scss +0 -19
- package/modules/@progress/kendo-theme-default/scss/avatar/_variables.scss +11 -1
- package/modules/@progress/kendo-theme-default/scss/button/_layout.scss +2 -2
- package/modules/@progress/kendo-theme-default/scss/button/_variables.scss +3 -3
- package/modules/@progress/kendo-theme-default/scss/calendar/_layout.scss +2 -14
- package/modules/@progress/kendo-theme-default/scss/card/_variables.scss +4 -4
- package/modules/@progress/kendo-theme-default/scss/chat/_layout.scss +3 -9
- package/modules/@progress/kendo-theme-default/scss/chat/_theme.scss +0 -21
- package/modules/@progress/kendo-theme-default/scss/chat/_variables.scss +0 -7
- package/modules/@progress/kendo-theme-default/scss/checkbox/_layout.scss +78 -145
- package/modules/@progress/kendo-theme-default/scss/checkbox/_theme.scss +6 -2
- package/modules/@progress/kendo-theme-default/scss/checkbox/_variables.scss +87 -18
- package/modules/@progress/kendo-theme-default/scss/daterangepicker/_index.scss +10 -0
- package/modules/@progress/kendo-theme-default/scss/daterangepicker/_layout.scss +27 -0
- package/modules/@progress/kendo-theme-default/scss/daterangepicker/_theme.scss +3 -0
- package/modules/@progress/kendo-theme-default/scss/daterangepicker/_variables.scss +1 -0
- package/modules/@progress/kendo-theme-default/scss/editor/_layout.scss +2 -10
- package/modules/@progress/kendo-theme-default/scss/forms/_layout.scss +7 -9
- package/modules/@progress/kendo-theme-default/scss/gantt/_layout.scss +1 -1
- package/modules/@progress/kendo-theme-default/scss/grid/_layout.scss +128 -97
- package/modules/@progress/kendo-theme-default/scss/grid/_variables.scss +1 -3
- package/modules/@progress/kendo-theme-default/scss/index.scss +1 -0
- package/modules/@progress/kendo-theme-default/scss/input/_layout.scss +1 -1
- package/modules/@progress/kendo-theme-default/scss/input/_variables.scss +5 -5
- package/modules/@progress/kendo-theme-default/scss/list/_layout.scss +9 -41
- package/modules/@progress/kendo-theme-default/scss/list/_theme.scss +4 -3
- package/modules/@progress/kendo-theme-default/scss/list/_variables.scss +64 -8
- package/modules/@progress/kendo-theme-default/scss/listbox/_variables.scss +1 -1
- package/modules/@progress/kendo-theme-default/scss/listview/_layout.scss +2 -9
- package/modules/@progress/kendo-theme-default/scss/map/_layout.scss +5 -0
- package/modules/@progress/kendo-theme-default/scss/menu/_layout.scss +48 -5
- package/modules/@progress/kendo-theme-default/scss/menu/_theme.scss +6 -2
- package/modules/@progress/kendo-theme-default/scss/menu/_variables.scss +1 -1
- package/modules/@progress/kendo-theme-default/scss/numerictextbox/_layout.scss +9 -27
- package/modules/@progress/kendo-theme-default/scss/numerictextbox/_theme.scss +64 -84
- package/modules/@progress/kendo-theme-default/scss/numerictextbox/_variables.scss +0 -27
- package/modules/@progress/kendo-theme-default/scss/orgchart/_variables.scss +2 -2
- package/modules/@progress/kendo-theme-default/scss/pager/_variables.scss +1 -1
- package/modules/@progress/kendo-theme-default/scss/pdf-viewer/_layout.scss +20 -29
- package/modules/@progress/kendo-theme-default/scss/pdf-viewer/_variables.scss +2 -5
- package/modules/@progress/kendo-theme-default/scss/radio/_layout.scss +89 -136
- package/modules/@progress/kendo-theme-default/scss/radio/_theme.scss +2 -2
- package/modules/@progress/kendo-theme-default/scss/radio/_variables.scss +88 -26
- package/modules/@progress/kendo-theme-default/scss/scheduler/_layout.scss +25 -12
- package/modules/@progress/kendo-theme-default/scss/searchbox/_layout.scss +22 -8
- package/modules/@progress/kendo-theme-default/scss/searchbox/_theme.scss +16 -25
- package/modules/@progress/kendo-theme-default/scss/searchbox/_variables.scss +0 -20
- package/modules/@progress/kendo-theme-default/scss/skeleton/_layout.scss +1 -1
- package/modules/@progress/kendo-theme-default/scss/spreadsheet/_layout.scss +27 -15
- package/modules/@progress/kendo-theme-default/scss/table/_layout.scss +29 -6
- package/modules/@progress/kendo-theme-default/scss/table/_theme.scss +3 -2
- package/modules/@progress/kendo-theme-default/scss/table/_variables.scss +3 -3
- package/modules/@progress/kendo-theme-default/scss/timeselector/_layout.scss +2 -2
- package/modules/@progress/kendo-theme-default/scss/toolbar/_layout.scss +21 -2
- package/modules/@progress/kendo-theme-default/scss/toolbar/_theme.scss +35 -7
- package/modules/@progress/kendo-theme-default/scss/treeview/_layout.scss +130 -110
- package/modules/@progress/kendo-theme-default/scss/treeview/_theme.scss +36 -25
- package/modules/@progress/kendo-theme-default/scss/treeview/_variables.scss +67 -13
- package/modules/@progress/kendo-theme-default/scss/typography/_variables.scss +3 -3
- package/modules/@progress/kendo-theme-default/scss/window/_variables.scss +1 -1
- package/package.json +3 -3
- package/scss/appbar/_variables.scss +1 -1
- package/scss/autocomplete/_variables.scss +0 -19
- package/scss/avatar/_variables.scss +11 -0
- package/scss/button/_variables.scss +3 -3
- package/scss/chat/_variables.scss +0 -7
- package/scss/checkbox/_variables.scss +81 -12
- package/scss/daterangepicker/_index.scss +10 -0
- package/scss/daterangepicker/_layout.scss +1 -0
- package/scss/daterangepicker/_theme.scss +1 -0
- package/scss/daterangepicker/_variables.scss +1 -0
- package/scss/grid/_variables.scss +1 -3
- package/scss/index.scss +1 -0
- package/scss/input/_variables.scss +4 -4
- package/scss/list/_theme.scss +0 -24
- package/scss/list/_variables.scss +62 -6
- package/scss/listbox/_variables.scss +1 -1
- package/scss/menu/_theme.scss +0 -10
- package/scss/menu/_variables.scss +1 -1
- package/scss/numerictextbox/_layout.scss +2 -7
- package/scss/numerictextbox/_variables.scss +0 -27
- package/scss/orgchart/_variables.scss +2 -2
- package/scss/pdf-viewer/_variables.scss +2 -5
- package/scss/popup/_theme.scss +0 -9
- package/scss/radio/_variables.scss +86 -26
- package/scss/searchbox/_variables.scss +0 -20
- package/scss/table/_variables.scss +3 -3
- package/scss/treeview/_layout.scss +6 -15
- package/scss/treeview/_variables.scss +68 -14
|
@@ -1,21 +1,26 @@
|
|
|
1
1
|
@include exports("treeview/theme") {
|
|
2
2
|
|
|
3
|
-
//
|
|
3
|
+
// Treeview
|
|
4
4
|
.k-treeview {
|
|
5
5
|
@include fill(
|
|
6
6
|
$treeview-text,
|
|
7
7
|
$treeview-bg,
|
|
8
8
|
$treeview-border
|
|
9
9
|
);
|
|
10
|
+
}
|
|
11
|
+
|
|
10
12
|
|
|
13
|
+
// Treeview item
|
|
14
|
+
.k-treeview-item {}
|
|
11
15
|
|
|
12
|
-
// Item
|
|
13
|
-
.k-in {}
|
|
14
16
|
|
|
17
|
+
// Treeview leaf
|
|
18
|
+
.k-treeview-leaf,
|
|
19
|
+
.k-treeview .k-in {
|
|
15
20
|
|
|
16
|
-
//
|
|
17
|
-
|
|
18
|
-
|
|
21
|
+
// Hover state
|
|
22
|
+
&:hover,
|
|
23
|
+
&.k-state-hover {
|
|
19
24
|
@include fill(
|
|
20
25
|
$treeview-item-hovered-text,
|
|
21
26
|
$treeview-item-hovered-bg,
|
|
@@ -23,7 +28,15 @@
|
|
|
23
28
|
$treeview-item-hovered-gradient
|
|
24
29
|
);
|
|
25
30
|
}
|
|
26
|
-
|
|
31
|
+
|
|
32
|
+
// Focus state
|
|
33
|
+
&.k-state-focus,
|
|
34
|
+
&.k-state-focused {
|
|
35
|
+
@include box-shadow( $treeview-item-focused-shadow );
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
// Selected state
|
|
39
|
+
&.k-state-selected {
|
|
27
40
|
@include fill(
|
|
28
41
|
$treeview-item-selected-text,
|
|
29
42
|
$treeview-item-selected-bg,
|
|
@@ -31,24 +44,20 @@
|
|
|
31
44
|
$treeview-item-selected-gradient
|
|
32
45
|
);
|
|
33
46
|
}
|
|
34
|
-
|
|
35
|
-
@include box-shadow( $treeview-item-focused-shadow );
|
|
36
|
-
}
|
|
37
|
-
.k-in.k-state-selected.k-state-focused {
|
|
38
|
-
@include box-shadow( $treeview-item-selected-focused-shadow );
|
|
39
|
-
}
|
|
47
|
+
}
|
|
40
48
|
|
|
41
|
-
// LoadMore button
|
|
42
|
-
.k-treeview-load-more-button {
|
|
43
|
-
@include fill(
|
|
44
|
-
$treeview-loadmore-text,
|
|
45
|
-
$treeview-loadmore-bg,
|
|
46
|
-
$treeview-loadmore-border
|
|
47
|
-
);
|
|
48
|
-
}
|
|
49
49
|
|
|
50
|
-
|
|
51
|
-
|
|
50
|
+
// Treeview load more button
|
|
51
|
+
.k-treeview .k-treeview-load-more-button {
|
|
52
|
+
@include fill(
|
|
53
|
+
$treeview-loadmore-text,
|
|
54
|
+
$treeview-loadmore-bg,
|
|
55
|
+
$treeview-loadmore-border
|
|
56
|
+
);
|
|
57
|
+
|
|
58
|
+
// Hover state
|
|
59
|
+
&:hover,
|
|
60
|
+
&.k-state-hover {
|
|
52
61
|
@include fill(
|
|
53
62
|
$treeview-loadmore-hover-text,
|
|
54
63
|
$treeview-loadmore-hover-bg,
|
|
@@ -56,8 +65,10 @@
|
|
|
56
65
|
);
|
|
57
66
|
}
|
|
58
67
|
|
|
59
|
-
|
|
60
|
-
|
|
68
|
+
// Focus state
|
|
69
|
+
&:focus,
|
|
70
|
+
&.k-state-focus,
|
|
71
|
+
&.k-state-focused {
|
|
61
72
|
@include fill(
|
|
62
73
|
$treeview-loadmore-focus-text,
|
|
63
74
|
$treeview-loadmore-focus-bg,
|
|
@@ -1,47 +1,101 @@
|
|
|
1
1
|
// Treeview
|
|
2
|
-
|
|
3
|
-
|
|
2
|
+
|
|
3
|
+
/// Font family of the treeview component.
|
|
4
|
+
/// @group treeview
|
|
4
5
|
$treeview-font-family: $font-family !default;
|
|
5
|
-
|
|
6
|
-
|
|
6
|
+
/// Font size of the treeview component.
|
|
7
|
+
/// @group treeview
|
|
8
|
+
$treeview-font-size: $font-size-md !default;
|
|
9
|
+
/// Line height of the treeview component.
|
|
10
|
+
/// @group treeview
|
|
11
|
+
$treeview-line-height: $line-height-md !default;
|
|
7
12
|
|
|
13
|
+
/// Indentation of child groups in treeview component.
|
|
14
|
+
/// @group treeview
|
|
8
15
|
$treeview-indent: 16px !default;
|
|
9
16
|
|
|
17
|
+
/// Horizontal padding of treeview items.
|
|
18
|
+
/// @group treeview
|
|
10
19
|
$treeview-item-padding-x: map-get( $spacing, 2 ) !default;
|
|
20
|
+
/// Vertical padding of treeview items.
|
|
21
|
+
/// @group treeview
|
|
11
22
|
$treeview-item-padding-y: map-get( $spacing, 1 ) !default;
|
|
23
|
+
/// Border width of treeview items.
|
|
24
|
+
/// @group treeview
|
|
12
25
|
$treeview-item-border-width: 0px !default;
|
|
26
|
+
/// Border radius of treeview items.
|
|
27
|
+
/// @group treeview
|
|
13
28
|
$treeview-item-border-radius: null !default;
|
|
14
29
|
|
|
30
|
+
/// Background color of the treeview component.
|
|
31
|
+
/// @group treeview
|
|
15
32
|
$treeview-bg: null !default;
|
|
33
|
+
/// Text color of the treeview component.
|
|
34
|
+
/// @group treeview
|
|
16
35
|
$treeview-text: $component-text !default;
|
|
36
|
+
/// Border color of the treeview component.
|
|
37
|
+
/// @group treeview
|
|
17
38
|
$treeview-border: null !default;
|
|
18
39
|
|
|
40
|
+
/// Background color of hovered treeview items.
|
|
41
|
+
/// @group treeview
|
|
19
42
|
$treeview-item-hovered-bg: $hovered-bg !default;
|
|
43
|
+
/// Text color of hovered treeview items.
|
|
44
|
+
/// @group treeview
|
|
20
45
|
$treeview-item-hovered-text: $hovered-text !default;
|
|
46
|
+
/// Border color of hovered treeview items.
|
|
47
|
+
/// @group treeview
|
|
21
48
|
$treeview-item-hovered-border: null !default;
|
|
49
|
+
/// Background gradient of hovered treeview items.
|
|
50
|
+
/// @group treeview
|
|
22
51
|
$treeview-item-hovered-gradient: null !default;
|
|
23
52
|
|
|
53
|
+
/// Background color of selected treeview items.
|
|
54
|
+
/// @group treeview
|
|
24
55
|
$treeview-item-selected-bg: $selected-bg !default;
|
|
56
|
+
/// Text color of selected treeview items.
|
|
57
|
+
/// @group treeview
|
|
25
58
|
$treeview-item-selected-text: $selected-text !default;
|
|
59
|
+
/// Border color of selected treeview items.
|
|
60
|
+
/// @group treeview
|
|
26
61
|
$treeview-item-selected-border: null !default;
|
|
62
|
+
/// Background gradient of selected treeview items.
|
|
63
|
+
/// @group treeview
|
|
27
64
|
$treeview-item-selected-gradient: null !default;
|
|
28
65
|
|
|
66
|
+
/// Box shadow of focused treeview items.
|
|
67
|
+
/// @group treeview
|
|
29
68
|
$treeview-item-focused-shadow: $focused-shadow !default;
|
|
30
|
-
$treeview-item-selected-focused-shadow: null !default;
|
|
31
|
-
|
|
32
|
-
$treeview-loadmore-checkboxes-padding-x: calc( #{$icon-spacing} + #{$checkbox-size} + #{$treeview-indent} ) !default;
|
|
33
|
-
$treeview-loadmore-checkboxes-icon-indent: calc( -1 * (#{$icon-spacing} + #{$treeview-indent}) ) !default;
|
|
34
|
-
$treeview-loadmore-checkboxes-icon-margin-x: $icon-spacing !default;
|
|
35
69
|
|
|
70
|
+
/// Background color of load more.
|
|
71
|
+
/// @group treeview
|
|
36
72
|
$treeview-loadmore-bg: transparent !default;
|
|
37
|
-
|
|
73
|
+
/// Text color of load more.
|
|
74
|
+
/// @group treeview
|
|
75
|
+
$treeview-loadmore-text: $link-text !default;
|
|
76
|
+
/// Border color of load more.
|
|
77
|
+
/// @group treeview
|
|
38
78
|
$treeview-loadmore-border: null !default;
|
|
39
79
|
|
|
80
|
+
/// Background color of a hovered load more.
|
|
81
|
+
/// @group treeview
|
|
40
82
|
$treeview-loadmore-hover-bg: transparent !default;
|
|
41
|
-
|
|
83
|
+
/// Text color of a hovered load more.
|
|
84
|
+
/// @group treeview
|
|
85
|
+
$treeview-loadmore-hover-text: $link-hover-text !default;
|
|
86
|
+
/// Border color of a hovered load more.
|
|
87
|
+
/// @group treeview
|
|
42
88
|
$treeview-loadmore-hover-border: null !default;
|
|
43
89
|
|
|
90
|
+
/// Background color of a focused load more.
|
|
91
|
+
/// @group treeview
|
|
44
92
|
$treeview-loadmore-focus-bg: transparent !default;
|
|
45
|
-
|
|
93
|
+
/// Text color of a focused load more.
|
|
94
|
+
/// @group treeview
|
|
95
|
+
$treeview-loadmore-focus-text: $link-hover-text !default;
|
|
96
|
+
/// Border color of a focused load more.
|
|
97
|
+
/// @group treeview
|
|
46
98
|
$treeview-loadmore-focus-border: null !default;
|
|
47
|
-
|
|
99
|
+
/// Box shadow of a focused load more.
|
|
100
|
+
/// @group treeview
|
|
101
|
+
$treeview-loadmore-focus-shadow: $treeview-item-focused-shadow !default;
|
|
@@ -9,8 +9,8 @@ $enable-typography: false !default;
|
|
|
9
9
|
$font-size: 14px !default;
|
|
10
10
|
$font-size-xs: 10px !default;
|
|
11
11
|
$font-size-sm: 12px !default;
|
|
12
|
-
$font-size-md:
|
|
13
|
-
$font-size-lg:
|
|
12
|
+
$font-size-md: $font-size !default;
|
|
13
|
+
$font-size-lg: 16px !default;
|
|
14
14
|
$font-size-xl: 20px !default;
|
|
15
15
|
|
|
16
16
|
/// Font family across all components.
|
|
@@ -25,7 +25,7 @@ $font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Roboto Mono",
|
|
|
25
25
|
/// @group typography
|
|
26
26
|
$line-height: (20 / 14) !default;
|
|
27
27
|
$line-height-xs: 1 !default;
|
|
28
|
-
$line-height-sm: 1.
|
|
28
|
+
$line-height-sm: 1.25 !default;
|
|
29
29
|
$line-height-md: $line-height !default;
|
|
30
30
|
$line-height-lg: 1.5 !default;
|
|
31
31
|
$line-height-em: $line-height * 1em !default;
|
|
@@ -11,7 +11,7 @@ $window-titlebar-border-width: 0 0 1px !default;
|
|
|
11
11
|
$window-titlebar-border-style: solid !default;
|
|
12
12
|
|
|
13
13
|
$window-title-font-size: $font-size-lg !default;
|
|
14
|
-
$window-title-line-height:
|
|
14
|
+
$window-title-line-height: 1.25 !default;
|
|
15
15
|
|
|
16
16
|
$window-actions-gap: null !default;
|
|
17
17
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-bootstrap",
|
|
3
3
|
"description": "Bootstrap theme for Kendo UI",
|
|
4
|
-
"version": "4.43.1-dev.
|
|
4
|
+
"version": "4.43.1-dev.5",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -50,8 +50,8 @@
|
|
|
50
50
|
"postpublish": "rm -rf modules && git checkout scss"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@progress/kendo-theme-default": "^4.43.1-dev.
|
|
53
|
+
"@progress/kendo-theme-default": "^4.43.1-dev.5",
|
|
54
54
|
"bootstrap": "^5.1.0"
|
|
55
55
|
},
|
|
56
|
-
"gitHead": "
|
|
56
|
+
"gitHead": "ac48eb1c0df9b906d3bef3e7881332555f14a232"
|
|
57
57
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
$appbar-margin-y: null !default;
|
|
3
3
|
$appbar-margin-x: null !default;
|
|
4
4
|
$appbar-padding-y: map-get( $spacing, 2 ) !default;
|
|
5
|
-
$appbar-padding-x: map-get( $spacing,
|
|
5
|
+
$appbar-padding-x: map-get( $spacing, 2 ) !default;
|
|
6
6
|
$appbar-border-width: 0px !default;
|
|
7
7
|
|
|
8
8
|
$appbar-zindex: 1000 !default;
|
|
@@ -1,20 +1 @@
|
|
|
1
1
|
// Autocomplete
|
|
2
|
-
$autocomplete-bg: $input-bg !default;
|
|
3
|
-
$autocomplete-text: $input-text !default;
|
|
4
|
-
$autocomplete-border: $input-border !default;
|
|
5
|
-
$autocomplete-shadow: $input-shadow !default;
|
|
6
|
-
|
|
7
|
-
$autocomplete-hovered-bg: $input-hovered-bg !default;
|
|
8
|
-
$autocomplete-hovered-text: $input-hovered-text !default;
|
|
9
|
-
$autocomplete-hovered-border: $input-hovered-border !default;
|
|
10
|
-
$autocomplete-hovered-shadow: $input-hovered-shadow !default;
|
|
11
|
-
|
|
12
|
-
$autocomplete-focused-bg: $input-focused-bg !default;
|
|
13
|
-
$autocomplete-focused-text: $input-focused-text !default;
|
|
14
|
-
$autocomplete-focused-border: $input-focused-border !default;
|
|
15
|
-
$autocomplete-focused-shadow: $input-focused-shadow !default;
|
|
16
|
-
|
|
17
|
-
$autocomplete-disabled-bg: null !default;
|
|
18
|
-
$autocomplete-disabled-text: null !default;
|
|
19
|
-
$autocomplete-disabled-border: null !default;
|
|
20
|
-
$autocomplete-disabled-shadow: null !default;
|
|
@@ -1,12 +1,23 @@
|
|
|
1
1
|
// Avatar
|
|
2
|
+
|
|
3
|
+
/// Border width of the avatar.
|
|
4
|
+
/// @group avatar
|
|
2
5
|
$avatar-border-width: 1px !default;
|
|
3
6
|
$avatar-border-radius: map-get( $spacing, 1 ) !default;
|
|
4
7
|
|
|
8
|
+
/// Font family of the avatar.
|
|
9
|
+
/// @group avatar
|
|
5
10
|
$avatar-font-family: $font-family !default;
|
|
11
|
+
/// Font size of the avatar.
|
|
12
|
+
/// @group avatar
|
|
6
13
|
$avatar-font-size: $font-size !default;
|
|
14
|
+
/// Line height of the avatar.
|
|
15
|
+
/// @group avatar
|
|
7
16
|
$avatar-line-height: $line-height !default;
|
|
8
17
|
|
|
9
18
|
|
|
19
|
+
/// The sizes of the avatar.
|
|
20
|
+
/// @group avatar
|
|
10
21
|
$avatar-sizes: (
|
|
11
22
|
sm: map-get( $spacing, 4 ),
|
|
12
23
|
md: map-get( $spacing, 8 ),
|
|
@@ -68,13 +68,13 @@ $button-active-shadow: null !default;
|
|
|
68
68
|
|
|
69
69
|
/// The background color of selected buttons.
|
|
70
70
|
/// @group button
|
|
71
|
-
$button-selected-bg:
|
|
71
|
+
$button-selected-bg: $button-active-bg !default;
|
|
72
72
|
/// The text color of selected buttons.
|
|
73
73
|
/// @group button
|
|
74
|
-
$button-selected-text:
|
|
74
|
+
$button-selected-text: $button-active-text !default;
|
|
75
75
|
/// The border color of selected buttons.
|
|
76
76
|
/// @group button
|
|
77
|
-
$button-selected-border:
|
|
77
|
+
$button-selected-border: $button-active-border !default;
|
|
78
78
|
/// The background gradient of selected buttons.
|
|
79
79
|
/// @group button
|
|
80
80
|
$button-selected-gradient: null !default;
|
|
@@ -70,10 +70,3 @@ $chat-quick-reply-border: $primary !default;
|
|
|
70
70
|
$chat-quick-reply-hover-bg: $primary !default;
|
|
71
71
|
$chat-quick-reply-hover-text: $primary-contrast !default;
|
|
72
72
|
$chat-quick-reply-hover-border: $primary !default;
|
|
73
|
-
|
|
74
|
-
$chat-message-box-bg: $input-bg !default;
|
|
75
|
-
$chat-message-box-text: $input-text !default;
|
|
76
|
-
$chat-message-box-border: inherit !default;
|
|
77
|
-
$chat-message-box-focus-shadow: 0 0 40px rgba( $input-text, .1 ) !default;
|
|
78
|
-
|
|
79
|
-
$chat-toolbar-box-scroll-button-shadow: 0 0 20px 5px $chat-bg !default;
|
|
@@ -1,73 +1,142 @@
|
|
|
1
1
|
// Checkbox
|
|
2
|
+
|
|
2
3
|
$checkbox-size: map-get( $spacing, 4 ) !default;
|
|
3
4
|
$checkbox-radius: map-get( $spacing, 1 ) !default;
|
|
5
|
+
/// Border width of checkbox.
|
|
6
|
+
/// @group checkbox
|
|
4
7
|
$checkbox-border-width: 1px !default;
|
|
5
|
-
$checkbox-line-height: calc( #{$checkbox-size} + #{$checkbox-border-width} ) !default;
|
|
6
8
|
|
|
9
|
+
/// Background color of checkbox.
|
|
10
|
+
/// @group checkbox
|
|
7
11
|
$checkbox-bg: $component-bg !default;
|
|
12
|
+
/// Color of checkbox.
|
|
13
|
+
/// @group checkbox
|
|
8
14
|
$checkbox-text: null !default;
|
|
15
|
+
/// Border color of checkbox.
|
|
16
|
+
/// @group checkbox
|
|
9
17
|
$checkbox-border: contrast-wcag( $input-bg, $gray-400, $gray-600 ) !default;
|
|
10
18
|
|
|
19
|
+
/// Background color of hovered checkbox.
|
|
20
|
+
/// @group checkbox
|
|
11
21
|
$checkbox-hovered-bg: null !default;
|
|
22
|
+
/// Color of hovered checkbox.
|
|
23
|
+
/// @group checkbox
|
|
12
24
|
$checkbox-hovered-text: null !default;
|
|
25
|
+
/// Border color of hovered checkbox.
|
|
26
|
+
/// @group checkbox
|
|
13
27
|
$checkbox-hovered-border: null !default;
|
|
14
28
|
|
|
29
|
+
/// Background color of checked checkbox.
|
|
30
|
+
/// @group checkbox
|
|
15
31
|
$checkbox-checked-bg: $primary !default;
|
|
32
|
+
/// Color of checked checkbox.
|
|
33
|
+
/// @group checkbox
|
|
16
34
|
$checkbox-checked-text: contrast-wcag( $checkbox-checked-bg ) !default;
|
|
35
|
+
/// Border color of checked checkbox.
|
|
36
|
+
/// @group checkbox
|
|
17
37
|
$checkbox-checked-border: $checkbox-checked-bg !default;
|
|
18
38
|
|
|
39
|
+
/// Background color of indeterminate checkbox.
|
|
40
|
+
/// @group checkbox
|
|
19
41
|
$checkbox-indeterminate-bg: $checkbox-checked-bg !default;
|
|
42
|
+
/// Color of indeterminate checkbox.
|
|
43
|
+
/// @group checkbox
|
|
20
44
|
$checkbox-indeterminate-text: $checkbox-checked-text !default;
|
|
45
|
+
/// Border color of indeterminate checkbox.
|
|
46
|
+
/// @group checkbox
|
|
21
47
|
$checkbox-indeterminate-border: $checkbox-checked-border !default;
|
|
22
48
|
|
|
49
|
+
/// Border color of focused checkbox.
|
|
50
|
+
/// @group checkbox
|
|
23
51
|
$checkbox-focused-border: try-tint( $primary, 50% ) !default;
|
|
52
|
+
/// Box shadow of focused checkbox.
|
|
53
|
+
/// @group checkbox
|
|
24
54
|
$checkbox-focused-shadow: 0 0 0 .25rem rgba( $primary, .25 ) !default;
|
|
55
|
+
/// Border color of focused and checked checkbox.
|
|
56
|
+
/// @group checkbox
|
|
25
57
|
$checkbox-focused-checked-border: $checkbox-checked-border !default;
|
|
58
|
+
/// Box shadow of focused and checked checkbox.
|
|
59
|
+
/// @group checkbox
|
|
26
60
|
$checkbox-focused-checked-shadow: $checkbox-focused-shadow !default;
|
|
27
61
|
|
|
62
|
+
/// Background color of disabled checkbox.
|
|
63
|
+
/// @group checkbox
|
|
28
64
|
$checkbox-disabled-bg: null !default;
|
|
65
|
+
/// Color of disabled checkbox.
|
|
66
|
+
/// @group checkbox
|
|
29
67
|
$checkbox-disabled-text: null !default;
|
|
68
|
+
/// Border color of disabled checkbox.
|
|
69
|
+
/// @group checkbox
|
|
30
70
|
$checkbox-disabled-border: null !default;
|
|
31
71
|
|
|
72
|
+
/// Background color of disabled and checked checkbox.
|
|
73
|
+
/// @group checkbox
|
|
32
74
|
$checkbox-disabled-checked-bg: null !default;
|
|
75
|
+
/// Color of disabled and checked checkbox.
|
|
76
|
+
/// @group checkbox
|
|
33
77
|
$checkbox-disabled-checked-text: null !default;
|
|
78
|
+
/// Border color of disabled and checked checkbox.
|
|
79
|
+
/// @group checkbox
|
|
34
80
|
$checkbox-disabled-checked-border: null !default;
|
|
35
81
|
|
|
82
|
+
/// Background color of invalid checkbox.
|
|
83
|
+
/// @group checkbox
|
|
36
84
|
$checkbox-invalid-bg: null !default;
|
|
85
|
+
/// Color of invalid checkbox.
|
|
86
|
+
/// @group checkbox
|
|
37
87
|
$checkbox-invalid-text: $invalid-text !default;
|
|
88
|
+
/// Border color of invalid checkbox.
|
|
89
|
+
/// @group checkbox
|
|
38
90
|
$checkbox-invalid-border: $invalid-border !default;
|
|
39
91
|
|
|
40
92
|
|
|
41
93
|
// Checkbox indicator
|
|
42
|
-
$checkbox-icon-type: image !default;
|
|
43
94
|
|
|
95
|
+
/// Type of checkbox indicator.
|
|
96
|
+
/// @group checkbox
|
|
97
|
+
$checkbox-indicator-type: image !default;
|
|
98
|
+
|
|
99
|
+
/// Glyph font family of checkbox indicator.
|
|
100
|
+
/// @group checkbox
|
|
44
101
|
$checkbox-glyph-font-family: "WebComponentsIcons", monospace !default;
|
|
45
102
|
$checkbox-glyph-size: $checkbox-size !default;
|
|
103
|
+
/// Glyph of checkbox indicator.
|
|
104
|
+
/// @group checkbox
|
|
46
105
|
$checkbox-checked-glyph: "\e118" !default;
|
|
106
|
+
/// Glyph of indeterminate checkbox indicator.
|
|
107
|
+
/// @group checkbox
|
|
47
108
|
$checkbox-indeterminate-glyph: "\e121" !default;
|
|
48
109
|
|
|
110
|
+
/// Image of checked checkbox indicator.
|
|
111
|
+
/// @group checkbox
|
|
49
112
|
$checkbox-checked-image: escape-svg( url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'><path fill='none' stroke='#{$checkbox-checked-text}' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/></svg>") ) !default;
|
|
113
|
+
/// Image of checked checkbox indicator.
|
|
114
|
+
/// @group checkbox
|
|
50
115
|
$checkbox-indeterminate-image: escape-svg( url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'><path fill='none' stroke='#{$checkbox-indeterminate-text}' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/></svg>") ) !default;
|
|
51
116
|
|
|
52
|
-
$checkbox-marker-checked-width: ( $checkbox-size / 2 ) !default;
|
|
53
|
-
$checkbox-marker-checked-height: ( $checkbox-size / 2 ) !default;
|
|
54
|
-
$checkbox-marker-indeterminate-width: ( $checkbox-size / 2 ) !default;
|
|
55
|
-
$checkbox-marker-indeterminate-height: 2px !default;
|
|
56
|
-
|
|
57
117
|
|
|
58
118
|
// Checkbox label
|
|
59
119
|
$checkbox-label-margin-x: map-get( $spacing, 1 ) !default;
|
|
60
120
|
|
|
61
121
|
|
|
62
122
|
// Checkbox list
|
|
63
|
-
|
|
64
|
-
|
|
123
|
+
|
|
124
|
+
/// Spacing between items of horizontal checkbox list.
|
|
125
|
+
/// @group checkbox
|
|
126
|
+
$checkbox-list-spacing: map-get( $spacing, 4 ) !default;
|
|
127
|
+
/// Horizontal padding of checkbox list items.
|
|
128
|
+
/// @group checkbox
|
|
65
129
|
$checkbox-list-item-padding-x: 0px !default;
|
|
130
|
+
/// Vertical padding of checkbox list items.
|
|
131
|
+
/// @group checkbox
|
|
66
132
|
$checkbox-list-item-padding-y: $list-item-padding-y !default;
|
|
67
|
-
$checkbox-list-horizontal-item-margin-x: 32px !default;
|
|
68
133
|
|
|
69
134
|
|
|
70
135
|
// Checkbox ripple
|
|
71
136
|
$checkbox-ripple-size: $checkbox-size * 3 !default;
|
|
72
|
-
|
|
73
|
-
|
|
137
|
+
/// Background color of checkbox ripple.
|
|
138
|
+
/// @group checkbox
|
|
139
|
+
$checkbox-ripple-bg: $checkbox-checked-bg !default;
|
|
140
|
+
/// Opacity of checkbox ripple.
|
|
141
|
+
/// @group checkbox
|
|
142
|
+
$checkbox-ripple-opacity: .25 !default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import "../../modules/@progress/kendo-theme-default/scss/daterangepicker/_layout.scss";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import "../../modules/@progress/kendo-theme-default/scss/daterangepicker/_theme.scss";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
// Daterangepicker
|
|
@@ -113,8 +113,6 @@ $grid-edit-cell-padding-y: 5px !default;
|
|
|
113
113
|
|
|
114
114
|
$grid-command-cell-button-spacing: map-get( $spacing, 2 ) !default;
|
|
115
115
|
|
|
116
|
-
$grid-search-width: $input-default-width !default;
|
|
117
|
-
|
|
118
116
|
$grid-sticky-bg: $grid-bg !default;
|
|
119
117
|
$grid-sticky-text: $grid-text !default;
|
|
120
118
|
$grid-sticky-border: rgba($grid-text, .5) !default;
|
|
@@ -134,7 +132,7 @@ $grid-sticky-selected-alt-bg: shade($grid-sticky-selected-bg, .4) !default;
|
|
|
134
132
|
$grid-sticky-hovered-bg: try-shade( $grid-bg ) !default;
|
|
135
133
|
$grid-sticky-selected-hovered-bg: shade($grid-sticky-selected-bg, .7) !default;
|
|
136
134
|
|
|
137
|
-
$grid-
|
|
135
|
+
$grid-column-menu-width: 250px !default;
|
|
138
136
|
|
|
139
137
|
$grid-filter-menu-check-all-border-bottom-width: 1px !default;
|
|
140
138
|
|
package/scss/index.scss
CHANGED
|
@@ -69,6 +69,7 @@
|
|
|
69
69
|
@import "datepicker/_index.scss";
|
|
70
70
|
@import "timepicker/_index.scss";
|
|
71
71
|
@import "datetimepicker/_index.scss";
|
|
72
|
+
@import "daterangepicker/_index.scss";
|
|
72
73
|
@import "dropdowngrid/_index.scss";
|
|
73
74
|
@import "dropdownlist/_index.scss";
|
|
74
75
|
@import "dropdowntree/_index.scss";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// Input
|
|
2
2
|
|
|
3
|
-
$input-default-width:
|
|
3
|
+
$input-default-width: 10em !default;
|
|
4
4
|
|
|
5
5
|
$input-border-width: $input-border-width !default;
|
|
6
6
|
$input-border-height: ( $input-border-width * 2 ) !default;
|
|
@@ -11,18 +11,18 @@ $input-border-radius-lg: $input-border-radius-lg !default;
|
|
|
11
11
|
$input-padding-x: $input-padding-x !default;
|
|
12
12
|
$input-padding-y: $input-padding-y !default;
|
|
13
13
|
$input-font-family: $font-family !default;
|
|
14
|
-
$input-font-size: $font-size !default;
|
|
14
|
+
$input-font-size: $font-size-md !default;
|
|
15
15
|
$input-line-height: $input-line-height !default;
|
|
16
16
|
$input-line-height-em: $input-line-height * 1em !default;
|
|
17
17
|
|
|
18
18
|
$input-padding-x-sm: $input-padding-x-sm !default;
|
|
19
19
|
$input-padding-y-sm: $input-padding-y-sm !default;
|
|
20
|
-
$input-font-size-sm: $input-font-size
|
|
20
|
+
$input-font-size-sm: $input-font-size !default;
|
|
21
21
|
$input-line-height-sm: $input-line-height !default;
|
|
22
22
|
|
|
23
23
|
$input-padding-x-lg: $input-padding-x-lg !default;
|
|
24
24
|
$input-padding-y-lg: $input-padding-y-lg !default;
|
|
25
|
-
$input-font-size-lg: $input-font-size
|
|
25
|
+
$input-font-size-lg: $input-font-size !default;
|
|
26
26
|
$input-line-height-lg: $input-line-height !default;
|
|
27
27
|
|
|
28
28
|
$input-calc-height: calc( #{$input-line-height * 1em} + #{$input-padding-y * 2} + #{$input-border-height} ) !default;
|
package/scss/list/_theme.scss
CHANGED
|
@@ -18,28 +18,4 @@
|
|
|
18
18
|
}
|
|
19
19
|
}
|
|
20
20
|
|
|
21
|
-
|
|
22
|
-
.k-list-container {
|
|
23
|
-
|
|
24
|
-
// Button normal state
|
|
25
|
-
.k-button {}
|
|
26
|
-
|
|
27
|
-
// Button focus state
|
|
28
|
-
.k-button:focus,
|
|
29
|
-
.k-button.k-state-focused {
|
|
30
|
-
box-shadow: inset 0 0 0 3px rgba($list-item-text, .15);
|
|
31
|
-
|
|
32
|
-
&:hover,
|
|
33
|
-
&.k-state-hover {
|
|
34
|
-
box-shadow: inset 0 0 0 3px rgba($list-item-hovered-text, .15);
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
&:active,
|
|
38
|
-
&.k-state-active {
|
|
39
|
-
box-shadow: inset 0 0 0 3px rgba($list-item-selected-text, .15);
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
}
|
|
44
|
-
|
|
45
21
|
}
|