@progress/kendo-theme-classic 4.43.1-dev.0 → 4.43.1-dev.1
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 +2181 -2037
- package/dist/all.scss +4160 -3771
- package/modules/@progress/kendo-theme-default/package.json +2 -2
- 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/calendar/_index.scss +1 -0
- package/modules/@progress/kendo-theme-default/scss/checkbox/_index.scss +1 -0
- 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/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/grid/_index.scss +1 -0
- package/modules/@progress/kendo-theme-default/scss/grid/_layout.scss +0 -8
- package/modules/@progress/kendo-theme-default/scss/index.scss +2 -2
- 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/pivotgrid/_index.scss +1 -0
- 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/spreadsheet/_index.scss +1 -0
- 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 +196 -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/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/calendar/_index.scss +1 -0
- package/scss/checkbox/_index.scss +1 -0
- package/scss/combobox/_index.scss +1 -0
- package/scss/dataviz/_index.scss +1 -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/grid/_index.scss +1 -0
- package/scss/index.scss +2 -2
- 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/pivotgrid/_index.scss +1 -0
- package/scss/popup/_index.scss +0 -4
- package/scss/popup/_variables.scss +2 -7
- package/scss/radio/_index.scss +1 -0
- package/scss/spreadsheet/_index.scss +1 -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
|
@@ -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
|
@@ -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;
|