@progress/kendo-theme-material 4.43.0 → 4.43.1-dev.3
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 +3288 -3394
- package/dist/all.scss +5781 -5399
- package/modules/@progress/kendo-theme-default/package.json +2 -2
- package/modules/@progress/kendo-theme-default/scss/_layout.scss +0 -0
- package/modules/@progress/kendo-theme-default/scss/_variables.scss +0 -19
- package/modules/@progress/kendo-theme-default/scss/autocomplete/_index.scss +1 -0
- package/modules/@progress/kendo-theme-default/scss/button/_index.scss +2 -0
- package/modules/@progress/kendo-theme-default/scss/button/_variables.scss +21 -21
- package/modules/@progress/kendo-theme-default/scss/calendar/_index.scss +1 -0
- package/modules/@progress/kendo-theme-default/scss/calendar/_theme.scss +0 -21
- package/modules/@progress/kendo-theme-default/scss/checkbox/_index.scss +1 -0
- package/modules/@progress/kendo-theme-default/scss/chip/_layout.scss +103 -123
- package/modules/@progress/kendo-theme-default/scss/chip/_theme.scss +289 -300
- package/modules/@progress/kendo-theme-default/scss/chip/_variables.scss +7 -9
- package/modules/@progress/kendo-theme-default/scss/color-preview/_layout.scss +2 -2
- package/modules/@progress/kendo-theme-default/scss/color-preview/_theme.scss +4 -3
- package/modules/@progress/kendo-theme-default/scss/color-preview/_variables.scss +1 -0
- package/modules/@progress/kendo-theme-default/scss/colorpicker/_layout.scss +17 -45
- package/modules/@progress/kendo-theme-default/scss/colorpicker/_theme.scss +33 -42
- package/modules/@progress/kendo-theme-default/scss/combobox/_index.scss +1 -0
- package/modules/@progress/kendo-theme-default/scss/dataviz/_index.scss +1 -0
- package/modules/@progress/kendo-theme-default/scss/dateinput/_index.scss +11 -0
- package/modules/@progress/kendo-theme-default/scss/dateinput/_layout.scss +81 -0
- package/modules/@progress/kendo-theme-default/scss/dateinput/_theme.scss +86 -0
- package/modules/@progress/kendo-theme-default/scss/dateinput/_variables.scss +1 -0
- package/modules/@progress/kendo-theme-default/scss/datepicker/_index.scss +13 -0
- package/modules/@progress/kendo-theme-default/scss/datepicker/_layout.scss +48 -0
- package/modules/@progress/kendo-theme-default/scss/datepicker/_theme.scss +87 -0
- package/modules/@progress/kendo-theme-default/scss/datepicker/_variables.scss +1 -0
- package/modules/@progress/kendo-theme-default/scss/{datetime → datetimepicker}/_index.scss +5 -4
- package/modules/@progress/kendo-theme-default/scss/datetimepicker/_layout.scss +120 -0
- package/modules/@progress/kendo-theme-default/scss/datetimepicker/_theme.scss +89 -0
- package/modules/@progress/kendo-theme-default/scss/datetimepicker/_variables.scss +2 -0
- package/modules/@progress/kendo-theme-default/scss/drawer/_index.scss +1 -0
- package/modules/@progress/kendo-theme-default/scss/dropdowngrid/_layout.scss +5 -4
- package/modules/@progress/kendo-theme-default/scss/dropdowngrid/_theme.scss +6 -2
- package/modules/@progress/kendo-theme-default/scss/dropdownlist/_index.scss +1 -0
- package/modules/@progress/kendo-theme-default/scss/dropdowntree/_layout.scss +1 -9
- package/modules/@progress/kendo-theme-default/scss/expansion-panel/_index.scss +1 -0
- package/modules/@progress/kendo-theme-default/scss/filter/_index.scss +1 -1
- package/modules/@progress/kendo-theme-default/scss/filter/_layout.scss +9 -2
- package/modules/@progress/kendo-theme-default/scss/filter/_theme.scss +3 -1
- package/modules/@progress/kendo-theme-default/scss/forms/_index.scss +1 -1
- package/modules/@progress/kendo-theme-default/scss/forms/_layout.scss +7 -28
- package/modules/@progress/kendo-theme-default/scss/gantt/_index.scss +1 -1
- package/modules/@progress/kendo-theme-default/scss/grid/_index.scss +2 -1
- package/modules/@progress/kendo-theme-default/scss/grid/_layout.scss +13 -69
- package/modules/@progress/kendo-theme-default/scss/index.scss +8 -3
- package/modules/@progress/kendo-theme-default/scss/input/_layout.scss +25 -26
- package/modules/@progress/kendo-theme-default/scss/input/_variables.scss +15 -0
- package/modules/@progress/kendo-theme-default/scss/list/_index.scss +11 -0
- package/modules/@progress/kendo-theme-default/scss/list/_layout.scss +200 -0
- package/modules/@progress/kendo-theme-default/scss/list/_theme.scss +104 -0
- package/modules/@progress/kendo-theme-default/scss/list/_variables.scss +17 -0
- package/modules/@progress/kendo-theme-default/scss/listbox/_index.scss +1 -0
- package/modules/@progress/kendo-theme-default/scss/menu/_index.scss +1 -0
- package/modules/@progress/kendo-theme-default/scss/menu/_layout.scss +4 -6
- package/modules/@progress/kendo-theme-default/scss/menu/_variables.scss +2 -2
- package/modules/@progress/kendo-theme-default/scss/multiselect/_index.scss +2 -0
- package/modules/@progress/kendo-theme-default/scss/pager/_index.scss +1 -0
- package/modules/@progress/kendo-theme-default/scss/panelbar/_index.scss +1 -0
- package/modules/@progress/kendo-theme-default/scss/panelbar/_theme.scss +9 -2
- package/modules/@progress/kendo-theme-default/scss/panelbar/_variables.scss +4 -0
- package/modules/@progress/kendo-theme-default/scss/pivotgrid/_index.scss +1 -0
- package/modules/@progress/kendo-theme-default/scss/pivotgrid/_layout.scss +0 -16
- package/modules/@progress/kendo-theme-default/scss/pivotgrid/_variables.scss +0 -3
- package/modules/@progress/kendo-theme-default/scss/popover/_layout.scss +0 -1
- package/modules/@progress/kendo-theme-default/scss/popup/_index.scss +0 -4
- package/modules/@progress/kendo-theme-default/scss/popup/_layout.scss +2 -271
- package/modules/@progress/kendo-theme-default/scss/popup/_theme.scss +4 -148
- package/modules/@progress/kendo-theme-default/scss/popup/_variables.scss +2 -7
- package/modules/@progress/kendo-theme-default/scss/radio/_index.scss +1 -0
- package/modules/@progress/kendo-theme-default/scss/scheduler/_index.scss +1 -1
- package/modules/@progress/kendo-theme-default/scss/scrollview/_layout.scss +6 -1
- package/modules/@progress/kendo-theme-default/scss/slider/_layout.scss +2 -0
- package/modules/@progress/kendo-theme-default/scss/spreadsheet/_index.scss +2 -1
- package/modules/@progress/kendo-theme-default/scss/spreadsheet/_layout.scss +0 -3
- package/modules/@progress/kendo-theme-default/scss/table/_index.scss +19 -0
- package/modules/@progress/kendo-theme-default/scss/table/_layout.scss +228 -0
- package/modules/@progress/kendo-theme-default/scss/table/_theme.scss +81 -0
- package/modules/@progress/kendo-theme-default/scss/table/_variables.scss +114 -0
- package/modules/@progress/kendo-theme-default/scss/tabstrip/_index.scss +1 -0
- package/modules/@progress/kendo-theme-default/scss/tabstrip/_layout.scss +1 -1
- package/modules/@progress/kendo-theme-default/scss/tabstrip/_variables.scss +2 -2
- package/modules/@progress/kendo-theme-default/scss/timepicker/_index.scss +15 -0
- package/modules/@progress/kendo-theme-default/scss/timepicker/_layout.scss +48 -0
- package/modules/@progress/kendo-theme-default/scss/timepicker/_theme.scss +87 -0
- package/modules/@progress/kendo-theme-default/scss/timepicker/_variables.scss +1 -0
- package/modules/@progress/kendo-theme-default/scss/timeselector/_index.scss +13 -0
- package/modules/@progress/kendo-theme-default/scss/timeselector/_layout.scss +207 -0
- package/modules/@progress/kendo-theme-default/scss/timeselector/_theme.scss +70 -0
- package/modules/@progress/kendo-theme-default/scss/timeselector/_variables.scss +32 -0
- package/modules/@progress/kendo-theme-default/scss/utils/_border.scss +1 -2
- package/modules/@progress/kendo-theme-default/scss/utils/_flex.scss +11 -3
- package/modules/@progress/kendo-theme-default/scss/virtual-scroller/_index.scss +10 -0
- package/modules/@progress/kendo-theme-default/scss/virtual-scroller/_layout.scss +35 -0
- package/modules/@progress/kendo-theme-default/scss/virtual-scroller/_theme.scss +3 -0
- package/modules/@progress/kendo-theme-default/scss/virtual-scroller/_variables.scss +1 -0
- package/package.json +3 -3
- package/scss/_variables.scss +0 -19
- package/scss/autocomplete/_index.scss +1 -0
- package/scss/autocomplete/_layout.scss +1 -7
- package/scss/avatar/index.md +0 -0
- package/scss/button/_index.scss +2 -0
- package/scss/button/_variables.scss +21 -21
- package/scss/button/index.md +0 -0
- package/scss/calendar/_index.scss +1 -0
- package/scss/checkbox/_index.scss +1 -0
- package/scss/checkbox/index.md +0 -0
- package/scss/chip/_variables.scss +16 -17
- package/scss/chip/index.md +0 -0
- package/scss/color-preview/_variables.scss +1 -0
- package/scss/colorpicker/_layout.scss +3 -35
- package/scss/colorpicker/_theme.scss +0 -37
- package/scss/colorpicker/_variables.scss +6 -6
- package/scss/combobox/_index.scss +1 -0
- package/scss/combobox/_layout.scss +1 -5
- package/scss/dataviz/_index.scss +1 -0
- package/scss/dateinput/_index.scss +11 -0
- package/scss/dateinput/_layout.scss +12 -0
- package/scss/dateinput/_theme.scss +1 -0
- package/scss/dateinput/_variables.scss +1 -0
- package/scss/datepicker/_index.scss +13 -0
- package/scss/datepicker/_layout.scss +12 -0
- package/scss/datepicker/_theme.scss +1 -0
- package/scss/datepicker/_variables.scss +1 -0
- package/scss/{datetime → datetimepicker}/_index.scss +5 -4
- package/scss/datetimepicker/_layout.scss +12 -0
- package/scss/datetimepicker/_theme.scss +1 -0
- package/scss/datetimepicker/_variables.scss +2 -0
- package/scss/drawer/_index.scss +1 -0
- package/scss/dropdowngrid/_layout.scss +0 -14
- package/scss/dropdowngrid/_theme.scss +0 -8
- package/scss/dropdowngrid/index.md +0 -0
- package/scss/dropdownlist/_index.scss +1 -0
- package/scss/dropdownlist/_layout.scss +2 -6
- package/scss/expansion-panel/_index.scss +1 -0
- package/scss/filter/_index.scss +1 -1
- package/scss/filter/_layout.scss +0 -23
- package/scss/forms/_index.scss +1 -1
- package/scss/gantt/_index.scss +1 -1
- package/scss/grid/_index.scss +2 -1
- package/scss/grid/_variables.scss +1 -1
- package/scss/index.scss +8 -3
- package/scss/input/_variables.scss +22 -7
- package/scss/list/_index.scss +11 -0
- package/scss/list/_layout.scss +28 -0
- package/scss/list/_theme.scss +46 -0
- package/scss/list/_variables.scss +17 -0
- package/scss/list/index.md +0 -0
- package/scss/listbox/_index.scss +1 -0
- package/scss/menu/_index.scss +2 -0
- package/scss/menu/_variables.scss +2 -2
- package/scss/multiselect/_index.scss +2 -0
- package/scss/multiselect/_layout.scss +1 -6
- package/scss/numerictextbox/_layout.scss +1 -13
- package/scss/pager/_index.scss +1 -0
- package/scss/panelbar/_index.scss +1 -0
- package/scss/panelbar/_variables.scss +5 -0
- package/scss/pivotgrid/_index.scss +1 -0
- package/scss/pivotgrid/_variables.scss +0 -3
- package/scss/popup/_index.scss +0 -4
- package/scss/popup/_layout.scss +1 -34
- package/scss/popup/_theme.scss +0 -56
- package/scss/popup/_variables.scss +2 -7
- package/scss/radio/_index.scss +1 -0
- package/scss/radio/index.md +0 -0
- package/scss/scheduler/_index.scss +1 -1
- package/scss/searchbox/_layout.scss +2 -0
- package/scss/spreadsheet/_index.scss +2 -1
- package/scss/switch/index.md +0 -0
- package/scss/table/_index.scss +19 -0
- package/scss/table/_layout.scss +1 -0
- package/scss/table/_theme.scss +1 -0
- package/scss/table/_variables.scss +114 -0
- package/scss/tabstrip/_index.scss +1 -0
- package/scss/tabstrip/_variables.scss +2 -2
- package/scss/textarea/_layout.scss +3 -17
- package/scss/textarea/_variables.scss +8 -8
- package/scss/textbox/_layout.scss +1 -4
- package/scss/timepicker/_index.scss +15 -0
- package/scss/timepicker/_layout.scss +12 -0
- package/scss/timepicker/_theme.scss +1 -0
- package/scss/timepicker/_variables.scss +1 -0
- package/scss/timeselector/_index.scss +13 -0
- package/scss/timeselector/_layout.scss +1 -0
- package/scss/timeselector/_theme.scss +19 -0
- package/scss/timeselector/_variables.scss +32 -0
- 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/modules/@progress/kendo-theme-default/scss/datetime/_layout.scss +0 -462
- package/modules/@progress/kendo-theme-default/scss/datetime/_theme.scss +0 -321
- package/modules/@progress/kendo-theme-default/scss/datetime/_variables.scss +0 -53
- package/scss/datetime/_layout.scss +0 -74
- package/scss/datetime/_theme.scss +0 -64
- package/scss/datetime/_variables.scss +0 -53
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
@import "../../modules/@progress/kendo-theme-default/scss/list/_layout.scss";
|
|
2
|
+
|
|
3
|
+
@include exports( "list/layout/material" ) {
|
|
4
|
+
|
|
5
|
+
.k-list-container {
|
|
6
|
+
line-height: 1.5;
|
|
7
|
+
|
|
8
|
+
.k-button {
|
|
9
|
+
box-shadow: none;
|
|
10
|
+
|
|
11
|
+
&::before {
|
|
12
|
+
display: none;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.k-list {
|
|
19
|
+
line-height: 1.5;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.k-list__item, // sass-lint:disable-line class-name-format
|
|
23
|
+
.k-list__group-header { // sass-lint:disable-line class-name-format
|
|
24
|
+
min-height: auto;
|
|
25
|
+
line-height: inherit;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
@import "../../modules/@progress/kendo-theme-default/scss/list/_theme.scss";
|
|
2
|
+
|
|
3
|
+
@include exports( "list/theme/material" ) {
|
|
4
|
+
|
|
5
|
+
.k-list__item { // sass-lint:disable-line class-name-format
|
|
6
|
+
|
|
7
|
+
// Focused state
|
|
8
|
+
&:focus,
|
|
9
|
+
&.k-state-focused {
|
|
10
|
+
background: $list-item-hovered-bg;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
.k-list-container {
|
|
17
|
+
|
|
18
|
+
.k-button {
|
|
19
|
+
|
|
20
|
+
// Hover state
|
|
21
|
+
&:hover,
|
|
22
|
+
&.k-state-hover {
|
|
23
|
+
background: $list-item-hovered-bg;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
// Active state
|
|
27
|
+
&:active,
|
|
28
|
+
&.k-state-active {
|
|
29
|
+
box-shadow: none;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
// Disabled state
|
|
33
|
+
&.k-state-disabled {
|
|
34
|
+
color: inherit;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
// Focus state
|
|
38
|
+
&:focus,
|
|
39
|
+
&.k-state-focused {
|
|
40
|
+
background: $list-item-hovered-bg;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
// List
|
|
2
|
+
$list-item-padding-x: map-get( $spacing, 4 ) !default;
|
|
3
|
+
$list-item-padding-y: map-get( $spacing, 1 ) !default;
|
|
4
|
+
|
|
5
|
+
$list-item-bg: null !default;
|
|
6
|
+
$list-item-text: $component-text !default;
|
|
7
|
+
|
|
8
|
+
$list-item-hovered-bg: $hovered-bg !default;
|
|
9
|
+
$list-item-hovered-text: $hovered-text !default;
|
|
10
|
+
|
|
11
|
+
$list-item-selected-bg: $component-bg !default;
|
|
12
|
+
$list-item-selected-text: $secondary !default;
|
|
13
|
+
|
|
14
|
+
$list-item-focused-shadow: null !default;
|
|
15
|
+
|
|
16
|
+
$list-container-shadow: null !default;
|
|
17
|
+
$list-container-no-data-text: $subtle-text !default;
|
|
File without changes
|
package/scss/listbox/_index.scss
CHANGED
package/scss/menu/_index.scss
CHANGED
|
@@ -47,8 +47,8 @@ $menu-scroll-button-hover-gradient: null !default;
|
|
|
47
47
|
|
|
48
48
|
|
|
49
49
|
// Menu popup
|
|
50
|
-
$menu-popup-padding-x:
|
|
51
|
-
$menu-popup-padding-y:
|
|
50
|
+
$menu-popup-padding-x: null !default;
|
|
51
|
+
$menu-popup-padding-y: null !default;
|
|
52
52
|
$menu-popup-border-width: $popup-border-width !default;
|
|
53
53
|
$menu-popup-font-size: $font-size !default;
|
|
54
54
|
$menu-popup-line-height: $line-height !default;
|
|
@@ -3,12 +3,14 @@
|
|
|
3
3
|
|
|
4
4
|
// Dependencies
|
|
5
5
|
@import "../common/_index.scss";
|
|
6
|
+
@import "../forms/_variables.scss";
|
|
6
7
|
@import "../button/_index.scss";
|
|
7
8
|
@import "../input/_index.scss";
|
|
8
9
|
@import "../chip/_index.scss";
|
|
9
10
|
@import "../floating-label/_index.scss";
|
|
10
11
|
@import "../popup/_index.scss";
|
|
11
12
|
@import "../icons/_index.scss";
|
|
13
|
+
@import "../list/_index.scss";
|
|
12
14
|
|
|
13
15
|
|
|
14
16
|
// Component
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
.k-multiselect {
|
|
6
6
|
.k-multiselect-wrap {
|
|
7
7
|
min-height: 0;
|
|
8
|
+
@include border-bottom-radius( 0 !important ); // sass-lint:disable-line no-important
|
|
8
9
|
border-width: $input-border-width 0;
|
|
9
10
|
border-top-color: transparent !important; // sass-lint:disable-line no-important
|
|
10
11
|
|
|
@@ -42,12 +43,6 @@
|
|
|
42
43
|
}
|
|
43
44
|
}
|
|
44
45
|
|
|
45
|
-
// Disabled
|
|
46
|
-
&.k-state-disabled > .k-multiselect-wrap,
|
|
47
|
-
.k-multiselect-wrap.k-state-disabled {
|
|
48
|
-
border-bottom-style: dashed;
|
|
49
|
-
}
|
|
50
|
-
|
|
51
46
|
&[dir="rtl"],
|
|
52
47
|
.k-rtl & {
|
|
53
48
|
.k-multiselect-wrap {
|
|
@@ -4,21 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
.k-numerictextbox {
|
|
6
6
|
.k-numeric-wrap {
|
|
7
|
+
@include border-bottom-radius( 0 !important ); // sass-lint:disable-line no-important
|
|
7
8
|
border-width: $input-border-width 0;
|
|
8
9
|
border-top-color: transparent !important; // sass-lint:disable-line no-important
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
// Disabled state
|
|
12
|
-
&.k-state-disabled {
|
|
13
|
-
border-bottom-style: dashed;
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
// Disabled state for k-state-disabled added to the k-numerictextbox
|
|
18
|
-
&.k-state-disabled {
|
|
19
|
-
.k-numeric-wrap {
|
|
20
|
-
border-bottom-style: dashed;
|
|
21
|
-
}
|
|
22
10
|
}
|
|
23
11
|
}
|
|
24
12
|
|
package/scss/pager/_index.scss
CHANGED
|
@@ -95,3 +95,8 @@ $panelbar-item-selected-hovered-focused-bg: try-tint($panelbar-item-selected-bg,
|
|
|
95
95
|
$panelbar-item-selected-hovered-focused-text: null !default;
|
|
96
96
|
$panelbar-item-selected-hovered-focused-border: null !default;
|
|
97
97
|
$panelbar-item-selected-hovered-focused-gradient: null !default;
|
|
98
|
+
|
|
99
|
+
$panelbar-header-expanded-bg: null !default;
|
|
100
|
+
$panelbar-header-expanded-text: null !default;
|
|
101
|
+
$panelbar-header-expanded-border: null !default;
|
|
102
|
+
$panelbar-header-expanded-gradient: null !default;
|
|
@@ -54,9 +54,6 @@ $pivotgrid-configurator-content-padding-y: 0px !default;
|
|
|
54
54
|
$pivotgrid-configurator-fields-margin-x: 0px !default;
|
|
55
55
|
$pivotgrid-configurator-fields-margin-y: ( $pivotgrid-spacer / 2 ) !default;
|
|
56
56
|
|
|
57
|
-
$pivotgrid-configurator-actions-padding-x: ( $pivotgrid-spacer / 2 ) !default;
|
|
58
|
-
$pivotgrid-configurator-actions-padding-y: ( $pivotgrid-spacer * .75 ) !default;
|
|
59
|
-
|
|
60
57
|
$pivotgrid-configurator-vertical-width: 320px !default;
|
|
61
58
|
$pivotgrid-configurator-horizontal-height: 420px !default;
|
|
62
59
|
|
package/scss/popup/_index.scss
CHANGED
package/scss/popup/_layout.scss
CHANGED
|
@@ -1,45 +1,12 @@
|
|
|
1
1
|
@import "../../modules/@progress/kendo-theme-default/scss/popup/_layout.scss";
|
|
2
2
|
|
|
3
|
-
@include exports("popup/layout/material") {
|
|
3
|
+
@include exports( "popup/layout/material" ) {
|
|
4
4
|
|
|
5
5
|
.k-popup {
|
|
6
6
|
|
|
7
7
|
&.k-colorpicker-popup {
|
|
8
8
|
padding: 0;
|
|
9
9
|
}
|
|
10
|
-
|
|
11
|
-
// TODO: Change to $line-height when Material line-height is changed.
|
|
12
|
-
.k-group-header,
|
|
13
|
-
.k-outer-group-header {
|
|
14
|
-
line-height: (20 / 12);
|
|
15
|
-
text-transform: uppercase;
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
.k-list-container {
|
|
20
|
-
|
|
21
|
-
.k-button {
|
|
22
|
-
box-shadow: none;
|
|
23
|
-
|
|
24
|
-
&::before {
|
|
25
|
-
display: none;
|
|
26
|
-
}
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
.k-list-filter {
|
|
32
|
-
height: auto;
|
|
33
|
-
|
|
34
|
-
& > .k-textbox {
|
|
35
|
-
border-width: 0 0 2px;
|
|
36
|
-
@include border-radius( $border-radius-lg );
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
& > .k-icon {
|
|
40
|
-
margin-top: -.5em;
|
|
41
|
-
transform: none;
|
|
42
|
-
}
|
|
43
10
|
}
|
|
44
11
|
|
|
45
12
|
// Tooltip popup container padding
|
package/scss/popup/_theme.scss
CHANGED
|
@@ -1,57 +1 @@
|
|
|
1
1
|
@import "../../modules/@progress/kendo-theme-default/scss/popup/_theme.scss";
|
|
2
|
-
|
|
3
|
-
@include exports("popup/theme/material") {
|
|
4
|
-
|
|
5
|
-
.k-list .k-item,
|
|
6
|
-
.k-list-optionlabel {
|
|
7
|
-
|
|
8
|
-
// Focused state
|
|
9
|
-
&:focus,
|
|
10
|
-
&.k-state-focused {
|
|
11
|
-
background: $list-item-hovered-bg;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
.k-list-container {
|
|
17
|
-
|
|
18
|
-
.k-button {
|
|
19
|
-
|
|
20
|
-
// Hover state
|
|
21
|
-
&:hover,
|
|
22
|
-
&.k-state-hover {
|
|
23
|
-
background: $list-item-hovered-bg;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
// Active state
|
|
27
|
-
&:active,
|
|
28
|
-
&.k-state-active {
|
|
29
|
-
box-shadow: none;
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
// Disabled state
|
|
33
|
-
&.k-state-disabled {
|
|
34
|
-
color: $button-disabled-text;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
// Focus state
|
|
38
|
-
&:focus,
|
|
39
|
-
&.k-state-focused {
|
|
40
|
-
background: $list-item-hovered-bg;
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
}
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
.k-list-filter {
|
|
47
|
-
|
|
48
|
-
& > .k-textbox {
|
|
49
|
-
@include fill(
|
|
50
|
-
$node-hovered-text,
|
|
51
|
-
$node-hovered-bg,
|
|
52
|
-
$node-hovered-border,
|
|
53
|
-
$node-hovered-gradient
|
|
54
|
-
);
|
|
55
|
-
}
|
|
56
|
-
}
|
|
57
|
-
}
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
// Popup
|
|
2
|
-
$popup-padding-x:
|
|
3
|
-
$popup-padding-y:
|
|
2
|
+
$popup-padding-x: null !default;
|
|
3
|
+
$popup-padding-y: null !default;
|
|
4
4
|
$popup-border-width: 0px !default;
|
|
5
5
|
$popup-border-radius: null !default;
|
|
6
6
|
|
|
7
7
|
$popup-font-size: $font-size !default;
|
|
8
8
|
$popup-line-height: $line-height !default;
|
|
9
9
|
|
|
10
|
-
$popup-header-padding: $padding-y-lg $padding-x-lg !default;
|
|
11
|
-
$popup-header-font-size: $font-size-sm !default;
|
|
12
|
-
$popup-header-text: $subtle-text !default;
|
|
13
|
-
$popup-filter-padding-x: $padding-x !default;
|
|
14
|
-
|
|
15
10
|
$popup-content-padding-x: map-get( $spacing, 2 ) !default;
|
|
16
11
|
$popup-content-padding-y: map-get( $spacing, 2 ) !default;
|
|
17
12
|
|
package/scss/radio/_index.scss
CHANGED
|
File without changes
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
@import "../icons/_index.scss";
|
|
7
7
|
@import "../adaptive/_index.scss";
|
|
8
8
|
@import "../button/_index.scss";
|
|
9
|
-
@import "../
|
|
9
|
+
@import "../datetimepicker/_index.scss";
|
|
10
10
|
@import "../dropdownlist/_index.scss";
|
|
11
11
|
@import "../dialog/_index.scss";
|
|
12
12
|
@import "../tooltip/_index.scss";
|
|
@@ -2,7 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
@include exports( "searchbox/layout/material" ) {
|
|
4
4
|
|
|
5
|
+
// Searchbox
|
|
5
6
|
.k-searchbox {
|
|
7
|
+
@include border-bottom-radius( 0 !important ); // sass-lint:disable-line no-important
|
|
6
8
|
border-width: $input-border-width 0;
|
|
7
9
|
border-top-color: transparent !important; // sass-lint:disable-line no-important
|
|
8
10
|
}
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
@import "../radio/_index.scss";
|
|
9
9
|
@import "../colorpicker/_index.scss";
|
|
10
10
|
@import "../combobox/_index.scss";
|
|
11
|
-
@import "../
|
|
11
|
+
@import "../datetimepicker/_index.scss";
|
|
12
12
|
@import "../dropdownlist/_index.scss";
|
|
13
13
|
@import "../toolbar/_index.scss";
|
|
14
14
|
@import "../upload/_index.scss";
|
|
@@ -17,6 +17,7 @@
|
|
|
17
17
|
@import "../tabstrip/_index.scss";
|
|
18
18
|
@import "../treeview/_index.scss";
|
|
19
19
|
@import "../icons/_index.scss";
|
|
20
|
+
@import "../list/_index.scss";
|
|
20
21
|
|
|
21
22
|
|
|
22
23
|
// Component
|
|
File without changes
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
@import "../core/_index.scss";
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
// Dependencies
|
|
5
|
+
@import "../common/_index.scss";
|
|
6
|
+
@import "../input/_index.scss";
|
|
7
|
+
@import "../floating-label/_index.scss";
|
|
8
|
+
@import "../combobox/_index.scss";
|
|
9
|
+
@import "../popup/_index.scss";
|
|
10
|
+
@import "../toolbar/_variables.scss";
|
|
11
|
+
@import "../menu/_variables.scss";
|
|
12
|
+
@import "../grid/_variables.scss";
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
// Component
|
|
16
|
+
@import "_variables.scss";
|
|
17
|
+
@import "_layout.scss";
|
|
18
|
+
@import "_theme.scss";
|
|
19
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import "../../modules/@progress/kendo-theme-default/scss/table/_layout.scss";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import "../../modules/@progress/kendo-theme-default/scss/table/_theme.scss";
|
|
@@ -0,0 +1,114 @@
|
|
|
1
|
+
// Table
|
|
2
|
+
|
|
3
|
+
/// The width of the table border.
|
|
4
|
+
/// @group table
|
|
5
|
+
$table-border-width: 1px !default;
|
|
6
|
+
/// The width of vertical border of table cells.
|
|
7
|
+
/// @group table
|
|
8
|
+
$table-cell-vertical-border-width: $grid-cell-vertical-border-width !default;
|
|
9
|
+
/// The width of horizontal border of table cells.
|
|
10
|
+
/// @group table
|
|
11
|
+
$table-cell-horizontal-border-width: $grid-cell-horizontal-border-width !default;
|
|
12
|
+
|
|
13
|
+
/// The font size of the table if no size is specified.
|
|
14
|
+
/// @group table
|
|
15
|
+
$table-font-size: $font-size !default;
|
|
16
|
+
|
|
17
|
+
/// The horizontal padding of the cells in the table if no size is specified.
|
|
18
|
+
/// @group table
|
|
19
|
+
$table-cell-padding-x: 24px !default;
|
|
20
|
+
|
|
21
|
+
/// The vertical padding of the cells in the table if no size is specified.
|
|
22
|
+
/// @group table
|
|
23
|
+
$table-cell-padding-y: 10px !default;
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
/// Background color of tables.
|
|
27
|
+
/// @group table
|
|
28
|
+
$table-bg: $grid-bg !default;
|
|
29
|
+
/// Text color of tables.
|
|
30
|
+
/// @group table
|
|
31
|
+
$table-text: $grid-text !default;
|
|
32
|
+
/// Border color of tables.
|
|
33
|
+
/// @group table
|
|
34
|
+
$table-border: $grid-border !default;
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
/// Background color of table headers.
|
|
38
|
+
/// @group table
|
|
39
|
+
$table-header-bg: $grid-header-bg !default;
|
|
40
|
+
/// Text color of table headers.
|
|
41
|
+
/// @group table
|
|
42
|
+
$table-header-text: $grid-header-text !default;
|
|
43
|
+
/// Border color of table headers.
|
|
44
|
+
/// @group table
|
|
45
|
+
$table-header-border: $grid-header-border !default;
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
/// Background color of table footers.
|
|
49
|
+
/// @group table
|
|
50
|
+
$table-footer-bg: $grid-footer-bg !default;
|
|
51
|
+
/// Text color of table footers.
|
|
52
|
+
/// @group table
|
|
53
|
+
$table-footer-text: $grid-footer-text !default;
|
|
54
|
+
/// Border color of table footers.
|
|
55
|
+
/// @group table
|
|
56
|
+
$table-footer-border: $grid-footer-border !default;
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
/// Background color of group rows in table.
|
|
60
|
+
/// @group table
|
|
61
|
+
$table-group-row-bg: $grid-grouping-row-bg !default;
|
|
62
|
+
/// Text color of group rows in table.
|
|
63
|
+
/// @group table
|
|
64
|
+
$table-group-row-text: $grid-grouping-row-text !default;
|
|
65
|
+
/// Border color of group rows in table.
|
|
66
|
+
/// @group table
|
|
67
|
+
$table-group-row-border: null !default;
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
/// Background color of alternating rows in table.
|
|
71
|
+
/// @group table
|
|
72
|
+
$table-alt-row-bg: $grid-alt-bg !default;
|
|
73
|
+
/// Text color of alternating rows in table.
|
|
74
|
+
/// @group table
|
|
75
|
+
$table-alt-row-text: $grid-alt-text !default;
|
|
76
|
+
/// Border color of alternating rows in table.
|
|
77
|
+
/// @group table
|
|
78
|
+
$table-alt-row-border: $grid-alt-border !default;
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
/// Background color of hovered rows in table.
|
|
82
|
+
/// @group table
|
|
83
|
+
$table-hover-bg: $grid-hovered-bg !default;
|
|
84
|
+
/// Text color of hovered rows in table.
|
|
85
|
+
/// @group table
|
|
86
|
+
$table-hover-text: $grid-hovered-text !default;
|
|
87
|
+
/// Border color of hovered rows in table.
|
|
88
|
+
/// @group table
|
|
89
|
+
$table-hover-border: $grid-hovered-border !default;
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
/// Background color of focused rows in table.
|
|
93
|
+
/// @group table
|
|
94
|
+
$table-focus-bg: null !default;
|
|
95
|
+
/// Text color of focused rows in table.
|
|
96
|
+
/// @group table
|
|
97
|
+
$table-focus-text: null !default;
|
|
98
|
+
/// Border color of focused rows in table.
|
|
99
|
+
/// @group table
|
|
100
|
+
$table-focus-border: null !default;
|
|
101
|
+
/// Box shadow of focused rows in table.
|
|
102
|
+
/// @group table
|
|
103
|
+
$table-focus-shadow: $grid-focused-shadow !default;
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
/// Background color of selected rows in table.
|
|
107
|
+
/// @group table
|
|
108
|
+
$table-selected-bg: $grid-selected-bg !default;
|
|
109
|
+
/// Text color of selected rows in table.
|
|
110
|
+
/// @group table
|
|
111
|
+
$table-selected-text: $grid-selected-text !default;
|
|
112
|
+
/// Border color of selected rows in table.
|
|
113
|
+
/// @group table
|
|
114
|
+
$table-selected-border: $grid-selected-border !default;
|
|
@@ -86,10 +86,10 @@ $tabstrip-indicator-color: $primary !default;
|
|
|
86
86
|
|
|
87
87
|
/// Horizontal padding of tabstrip content
|
|
88
88
|
/// @group tabstrip
|
|
89
|
-
$tabstrip-content-padding-x:
|
|
89
|
+
$tabstrip-content-padding-x: map-get( $spacing, 4 ) !default;
|
|
90
90
|
/// Vertical padding of tabstrip content
|
|
91
91
|
/// @group tabstrip
|
|
92
|
-
$tabstrip-content-padding-y:
|
|
92
|
+
$tabstrip-content-padding-y: map-get( $spacing, 4 ) !default;
|
|
93
93
|
/// Width of border around tabstrip content
|
|
94
94
|
/// @group tabstrip
|
|
95
95
|
$tabstrip-content-border-width: 0px !default;
|
|
@@ -4,23 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
// Textarea
|
|
6
6
|
.k-textarea {
|
|
7
|
-
@include border-radius(
|
|
8
|
-
border-width:
|
|
9
|
-
border-
|
|
10
|
-
border-bottom-right-radius: 0;
|
|
11
|
-
|
|
12
|
-
// Focus state
|
|
13
|
-
&:focus,
|
|
14
|
-
// &:focus-within,
|
|
15
|
-
&.k-state-focus,
|
|
16
|
-
&.k-state-focused {
|
|
17
|
-
border-bottom-left-radius: $textarea-border-radius;
|
|
18
|
-
border-bottom-right-radius: $textarea-border-radius;
|
|
19
|
-
}
|
|
20
|
-
&:focus-within {
|
|
21
|
-
border-bottom-left-radius: $textarea-border-radius;
|
|
22
|
-
border-bottom-right-radius: $textarea-border-radius;
|
|
23
|
-
}
|
|
7
|
+
@include border-bottom-radius( 0 !important ); // sass-lint:disable-line no-important
|
|
8
|
+
border-width: $input-border-width 0;
|
|
9
|
+
border-top-color: transparent !important; // sass-lint:disable-line no-important
|
|
24
10
|
}
|
|
25
11
|
|
|
26
12
|
// Textarea Floating label
|
|
@@ -7,11 +7,11 @@ $textarea-border-radius: $input-border-radius !default;
|
|
|
7
7
|
$textarea-border-radius-sm: $input-border-radius-sm !default;
|
|
8
8
|
$textarea-border-radius-lg: $input-border-radius-lg !default;
|
|
9
9
|
|
|
10
|
-
$textarea-padding-x:
|
|
11
|
-
$textarea-padding-y:
|
|
10
|
+
$textarea-padding-x: $input-padding-x !default;
|
|
11
|
+
$textarea-padding-y: $input-padding-y !default;
|
|
12
12
|
$textarea-font-family: $input-font-family !default;
|
|
13
13
|
$textarea-font-size: $input-font-size !default;
|
|
14
|
-
$textarea-line-height:
|
|
14
|
+
$textarea-line-height: $input-line-height !default;
|
|
15
15
|
$textarea-line-height-em: $input-line-height-em !default;
|
|
16
16
|
|
|
17
17
|
$textarea-padding-x-sm: $input-padding-x-sm !default;
|
|
@@ -30,20 +30,20 @@ $textarea-calc-height-lg: $input-calc-height-lg !default;
|
|
|
30
30
|
|
|
31
31
|
$textarea-floating-label-padding: 3px !default;
|
|
32
32
|
|
|
33
|
-
$textarea-bg:
|
|
33
|
+
$textarea-bg: $input-bg !default;
|
|
34
34
|
$textarea-text: $input-text !default;
|
|
35
35
|
$textarea-border: $input-border !default;
|
|
36
36
|
$textarea-shadow: $input-shadow !default;
|
|
37
37
|
|
|
38
38
|
$textarea-hover-text: $input-hovered-text !default;
|
|
39
|
-
$textarea-hover-bg:
|
|
40
|
-
$textarea-hover-border: $input-border !default;
|
|
39
|
+
$textarea-hover-bg: $input-hovered-bg !default;
|
|
40
|
+
$textarea-hover-border: $input-hovered-border !default;
|
|
41
41
|
$textarea-hover-shadow: $input-hovered-shadow !default;
|
|
42
42
|
|
|
43
43
|
$textarea-focus-text: $input-focused-text !default;
|
|
44
44
|
$textarea-focus-bg: $input-focused-bg !default;
|
|
45
45
|
$textarea-focus-border: $input-focused-border !default;
|
|
46
|
-
$textarea-focus-shadow:
|
|
46
|
+
$textarea-focus-shadow: $input-focused-shadow !default;
|
|
47
47
|
|
|
48
48
|
$textarea-placeholder-text: $input-placeholder-text !default;
|
|
49
49
|
$textarea-placeholder-opacity: $input-placeholder-opacity !default;
|
|
@@ -51,4 +51,4 @@ $textarea-placeholder-opacity: $input-placeholder-opacity !default;
|
|
|
51
51
|
$textarea-selected-bg: $input-selected-bg !default;
|
|
52
52
|
$textarea-selected-text: $input-selected-text !default;
|
|
53
53
|
|
|
54
|
-
$textarea-invalid-focus-shadow:
|
|
54
|
+
$textarea-invalid-focus-shadow: null !default;
|