@progress/kendo-theme-classic 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/README.md +5 -9
- package/dist/all.css +2548 -2467
- package/dist/all.scss +5383 -4753
- 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/button/_index.scss +2 -0
- package/scss/button/_variables.scss +21 -21
- package/scss/calendar/_index.scss +1 -0
- package/scss/checkbox/_index.scss +1 -0
- package/scss/chip/_variables.scss +8 -9
- package/scss/color-preview/_variables.scss +1 -0
- package/scss/combobox/_index.scss +1 -0
- package/scss/dataviz/_index.scss +1 -0
- package/scss/dateinput/_index.scss +11 -0
- package/scss/dateinput/_layout.scss +1 -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 +1 -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/{datetime → datetimepicker}/_layout.scss +1 -1
- package/scss/{datetime → datetimepicker}/_theme.scss +1 -1
- package/scss/datetimepicker/_variables.scss +2 -0
- package/scss/drawer/_index.scss +1 -0
- package/scss/dropdownlist/_index.scss +1 -0
- package/scss/expansion-panel/_index.scss +1 -0
- package/scss/filter/_index.scss +1 -1
- package/scss/forms/_index.scss +1 -1
- package/scss/gantt/_index.scss +1 -1
- package/scss/grid/_index.scss +2 -1
- package/scss/index.scss +8 -3
- package/scss/input/_variables.scss +15 -0
- package/scss/list/_index.scss +11 -0
- package/scss/list/_layout.scss +1 -0
- package/scss/list/_theme.scss +1 -0
- package/scss/list/_variables.scss +17 -0
- package/scss/listbox/_index.scss +1 -0
- package/scss/menu/_index.scss +1 -0
- package/scss/menu/_variables.scss +2 -2
- package/scss/multiselect/_index.scss +2 -0
- 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/_variables.scss +2 -7
- package/scss/radio/_index.scss +1 -0
- package/scss/scheduler/_index.scss +1 -1
- package/scss/spreadsheet/_index.scss +2 -1
- 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/timepicker/_index.scss +15 -0
- package/scss/timepicker/_layout.scss +1 -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 +1 -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/_variables.scss +0 -53
package/scss/dataviz/_index.scss
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import "../../modules/@progress/kendo-theme-default/scss/dateinput/_layout.scss";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import "../../modules/@progress/kendo-theme-default/scss/dateinput/_theme.scss";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
// Date input
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
@import "../core/_index.scss";
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
// Dependencies
|
|
5
|
+
@import "../input/_index.scss";
|
|
6
|
+
@import "../popup/_index.scss";
|
|
7
|
+
@import "../calendar/_index.scss";
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
// Component
|
|
11
|
+
@import "_variables.scss";
|
|
12
|
+
@import "_layout.scss";
|
|
13
|
+
@import "_theme.scss";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import "../../modules/@progress/kendo-theme-default/scss/datepicker/_layout.scss";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import "../../modules/@progress/kendo-theme-default/scss/datepicker/_theme.scss";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
// Datepicker
|
|
@@ -2,12 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
// Dependencies
|
|
5
|
-
@import "../common/_index.scss";
|
|
6
|
-
@import "../action-buttons/_index.scss";
|
|
7
5
|
@import "../input/_index.scss";
|
|
8
|
-
@import "../
|
|
9
|
-
@import "../calendar/_index.scss";
|
|
6
|
+
@import "../button/_index.scss";
|
|
10
7
|
@import "../popup/_index.scss";
|
|
8
|
+
@import "../list/_index.scss";
|
|
9
|
+
@import "../calendar/_index.scss";
|
|
10
|
+
@import "../timeselector/_index.scss";
|
|
11
|
+
@import "../action-buttons/_index.scss";
|
|
11
12
|
|
|
12
13
|
|
|
13
14
|
// Component
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@import "../../modules/@progress/kendo-theme-default/scss/
|
|
1
|
+
@import "../../modules/@progress/kendo-theme-default/scss/datetimepicker/_layout.scss";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@import "../../modules/@progress/kendo-theme-default/scss/
|
|
1
|
+
@import "../../modules/@progress/kendo-theme-default/scss/datetimepicker/_theme.scss";
|
package/scss/drawer/_index.scss
CHANGED
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/forms/_index.scss
CHANGED
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";
|
|
@@ -23,6 +23,7 @@
|
|
|
23
23
|
@import "../skeleton/_index.scss";
|
|
24
24
|
@import "../utils/_float.scss";
|
|
25
25
|
@import "../utils/_spacer.scss";
|
|
26
|
+
@import "../list/_index.scss";
|
|
26
27
|
|
|
27
28
|
|
|
28
29
|
// Component
|
package/scss/index.scss
CHANGED
|
@@ -15,12 +15,13 @@
|
|
|
15
15
|
|
|
16
16
|
|
|
17
17
|
// Primitive components
|
|
18
|
-
|
|
18
|
+
@import "list/_index.scss";
|
|
19
19
|
@import "listgroup/_index.scss";
|
|
20
20
|
@import "overlay/_index.scss";
|
|
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
|
|
@@ -63,7 +65,10 @@
|
|
|
63
65
|
@import "coloreditor/_index.scss";
|
|
64
66
|
@import "colorpicker/_index.scss";
|
|
65
67
|
@import "combobox/_index.scss";
|
|
66
|
-
@import "
|
|
68
|
+
@import "dateinput/_index.scss";
|
|
69
|
+
@import "datepicker/_index.scss";
|
|
70
|
+
@import "timepicker/_index.scss";
|
|
71
|
+
@import "datetimepicker/_index.scss";
|
|
67
72
|
@import "dropdowngrid/_index.scss";
|
|
68
73
|
@import "dropdownlist/_index.scss";
|
|
69
74
|
@import "dropdowntree/_index.scss";
|
|
@@ -77,6 +77,21 @@ $picker-select-calc-size: $input-inner-calc-height !default;
|
|
|
77
77
|
$picker-select-calc-size-sm: $input-inner-calc-height-sm !default;
|
|
78
78
|
$picker-select-calc-size-lg: $input-inner-calc-height-lg !default;
|
|
79
79
|
|
|
80
|
+
$picker-select-bg: $button-bg !default;
|
|
81
|
+
$picker-select-text: $button-text !default;
|
|
82
|
+
$picker-select-border: $button-border !default;
|
|
83
|
+
$picker-select-gradient: $button-gradient !default;
|
|
84
|
+
|
|
85
|
+
$picker-select-hovered-bg: $button-hovered-bg !default;
|
|
86
|
+
$picker-select-hovered-text: $button-hovered-text !default;
|
|
87
|
+
$picker-select-hovered-border: $button-hovered-border !default;
|
|
88
|
+
$picker-select-hovered-gradient: $button-hovered-gradient !default;
|
|
89
|
+
|
|
90
|
+
$picker-select-pressed-bg: $button-active-bg !default;
|
|
91
|
+
$picker-select-pressed-text: $button-active-text !default;
|
|
92
|
+
$picker-select-pressed-border: $button-active-border !default;
|
|
93
|
+
$picker-select-pressed-gradient: $button-active-gradient !default;
|
|
94
|
+
|
|
80
95
|
|
|
81
96
|
// Spinner
|
|
82
97
|
$spinner-width: $button-inner-calc-size !default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import "../../modules/@progress/kendo-theme-default/scss/list/_layout.scss";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import "../../modules/@progress/kendo-theme-default/scss/list/_theme.scss";
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
// List
|
|
2
|
+
$list-item-padding-x: $padding-x !default;
|
|
3
|
+
$list-item-padding-y: $padding-y !default;
|
|
4
|
+
|
|
5
|
+
$list-item-bg: null !default;
|
|
6
|
+
$list-item-text: null !default;
|
|
7
|
+
|
|
8
|
+
$list-item-hovered-bg: $hovered-bg !default;
|
|
9
|
+
$list-item-hovered-text: $hovered-text !default;
|
|
10
|
+
|
|
11
|
+
$list-item-selected-bg: $selected-bg !default;
|
|
12
|
+
$list-item-selected-text: $selected-text !default;
|
|
13
|
+
|
|
14
|
+
$list-item-focused-shadow: inset 0 0 0 2px rgba(0, 0, 0, .12) !default;
|
|
15
|
+
|
|
16
|
+
$list-container-shadow: null !default;
|
|
17
|
+
$list-container-no-data-text: $subtle-text !default;
|
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
|
package/scss/pager/_index.scss
CHANGED
|
@@ -95,3 +95,8 @@ $panelbar-item-selected-hovered-focused-bg: null !default;
|
|
|
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
|
@@ -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: 1px !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: $list-item-padding-y $list-item-padding-x !default;
|
|
11
|
-
$popup-header-font-size: null !default;
|
|
12
|
-
$popup-header-text: null !default;
|
|
13
|
-
$popup-filter-padding-x: $input-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
|
@@ -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";
|
|
@@ -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
|
|
@@ -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: map-get( $spacing, 2 ) !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: map-get( $spacing, 2 ) !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: null !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: 1px !default;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
@import "../core/_index.scss";
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
// Dependencies
|
|
5
|
+
@import "../input/_index.scss";
|
|
6
|
+
@import "../button/_index.scss";
|
|
7
|
+
@import "../popup/_index.scss";
|
|
8
|
+
@import "../list/_index.scss";
|
|
9
|
+
@import "../timeselector/_index.scss";
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
// Component
|
|
13
|
+
@import "_variables.scss";
|
|
14
|
+
@import "_layout.scss";
|
|
15
|
+
@import "_theme.scss";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import "../../modules/@progress/kendo-theme-default/scss/timepicker/_layout.scss";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import "../../modules/@progress/kendo-theme-default/scss/timepicker/_theme.scss";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
// Time picker
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
@import "../core/_index.scss";
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
// Dependencies
|
|
5
|
+
@import "../list/_index.scss";
|
|
6
|
+
@import "../action-buttons/_index.scss";
|
|
7
|
+
@import "../button/_index.scss";
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
// Component
|
|
11
|
+
@import "_variables.scss";
|
|
12
|
+
@import "_layout.scss";
|
|
13
|
+
@import "_theme.scss";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import "../../modules/@progress/kendo-theme-default/scss/timeselector/_layout.scss";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import "../../modules/@progress/kendo-theme-default/scss/timeselector/_theme.scss";
|