@progress/kendo-theme-material 10.3.2-dev.1 → 10.4.0
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 +1 -1
- package/dist/material-aqua-dark.css +1 -1
- package/dist/material-arctic.css +1 -1
- package/dist/material-burnt-teal.css +1 -1
- package/dist/material-dataviz-v4.css +1 -1
- package/dist/material-eggplant.css +1 -1
- package/dist/material-lime-dark.css +1 -1
- package/dist/material-lime.css +1 -1
- package/dist/material-main-dark.css +1 -1
- package/dist/material-main.css +1 -1
- package/dist/material-nova.css +1 -1
- package/dist/material-pacific-dark.css +1 -1
- package/dist/material-pacific.css +1 -1
- package/dist/material-sky-dark.css +1 -1
- package/dist/material-sky.css +1 -1
- package/dist/material-smoke.css +1 -1
- package/dist/meta/variables.json +120 -12
- package/lib/swatches/material-aqua-dark.json +1 -1
- package/lib/swatches/material-arctic.json +1 -1
- package/lib/swatches/material-burnt-teal.json +1 -1
- package/lib/swatches/material-dataviz-v4.json +1 -1
- package/lib/swatches/material-eggplant.json +1 -1
- package/lib/swatches/material-lime-dark.json +1 -1
- package/lib/swatches/material-lime.json +1 -1
- package/lib/swatches/material-main-dark.json +1 -1
- package/lib/swatches/material-main.json +1 -1
- package/lib/swatches/material-nova.json +1 -1
- package/lib/swatches/material-pacific-dark.json +1 -1
- package/lib/swatches/material-pacific.json +1 -1
- package/lib/swatches/material-sky-dark.json +1 -1
- package/lib/swatches/material-sky.json +1 -1
- package/lib/swatches/material-smoke.json +1 -1
- package/package.json +4 -4
- package/scss/action-sheet/_index.scss +0 -1
- package/scss/action-sheet/_variables.scss +15 -6
- package/scss/column-menu/_index.scss +16 -0
- package/scss/column-menu/_layout.scss +5 -0
- package/scss/column-menu/_theme.scss +5 -0
- package/scss/column-menu/_variables.scss +69 -0
- package/scss/grid/_index.scss +1 -0
- package/scss/index.scss +3 -0
package/dist/meta/variables.json
CHANGED
|
@@ -8819,8 +8819,8 @@
|
|
|
8819
8819
|
"value": "var(--kendo-spacing-2, 0.5rem)"
|
|
8820
8820
|
},
|
|
8821
8821
|
"kendo-actionsheet-titlebar-border-width": {
|
|
8822
|
-
"type": "
|
|
8823
|
-
"value": "
|
|
8822
|
+
"type": "Number",
|
|
8823
|
+
"value": "1px"
|
|
8824
8824
|
},
|
|
8825
8825
|
"kendo-actionsheet-titlebar-font-size": {
|
|
8826
8826
|
"type": "String",
|
|
@@ -8847,8 +8847,8 @@
|
|
|
8847
8847
|
"value": "null"
|
|
8848
8848
|
},
|
|
8849
8849
|
"kendo-actionsheet-titlebar-border": {
|
|
8850
|
-
"type": "
|
|
8851
|
-
"value": "
|
|
8850
|
+
"type": "String",
|
|
8851
|
+
"value": "var(--kendo-color-border, rgba(0, 0, 0, 0.12))"
|
|
8852
8852
|
},
|
|
8853
8853
|
"kendo-actionsheet-titlebar-gradient": {
|
|
8854
8854
|
"type": "Null",
|
|
@@ -8870,6 +8870,30 @@
|
|
|
8870
8870
|
"type": "String",
|
|
8871
8871
|
"value": "var(--kendo-color-subtle, #757575)"
|
|
8872
8872
|
},
|
|
8873
|
+
"kendo-actionsheet-footer-border-width": {
|
|
8874
|
+
"type": "Number",
|
|
8875
|
+
"value": "1px"
|
|
8876
|
+
},
|
|
8877
|
+
"kendo-actionsheet-footer-bg": {
|
|
8878
|
+
"type": "Null",
|
|
8879
|
+
"value": "null"
|
|
8880
|
+
},
|
|
8881
|
+
"kendo-actionsheet-footer-text": {
|
|
8882
|
+
"type": "Null",
|
|
8883
|
+
"value": "null"
|
|
8884
|
+
},
|
|
8885
|
+
"kendo-actionsheet-footer-border": {
|
|
8886
|
+
"type": "String",
|
|
8887
|
+
"value": "var(--kendo-color-border, rgba(0, 0, 0, 0.12))"
|
|
8888
|
+
},
|
|
8889
|
+
"kendo-actionsheet-footer-gradient": {
|
|
8890
|
+
"type": "Null",
|
|
8891
|
+
"value": "null"
|
|
8892
|
+
},
|
|
8893
|
+
"kendo-actionsheet-footer-shadow": {
|
|
8894
|
+
"type": "Null",
|
|
8895
|
+
"value": "null"
|
|
8896
|
+
},
|
|
8873
8897
|
"kendo-actionsheet-item-min-height": {
|
|
8874
8898
|
"type": "Number",
|
|
8875
8899
|
"value": "40px"
|
|
@@ -8982,10 +9006,6 @@
|
|
|
8982
9006
|
"type": "String",
|
|
8983
9007
|
"value": "var(--kendo-font-size-lg, inherit)"
|
|
8984
9008
|
},
|
|
8985
|
-
"kendo-adaptive-actionsheet-titlebar-border-width": {
|
|
8986
|
-
"type": "Number",
|
|
8987
|
-
"value": "1px"
|
|
8988
|
-
},
|
|
8989
9009
|
"kendo-adaptive-actionsheet-titlebar-padding-y": {
|
|
8990
9010
|
"type": "String",
|
|
8991
9011
|
"value": "var(--kendo-spacing-4, 1rem)"
|
|
@@ -8994,10 +9014,6 @@
|
|
|
8994
9014
|
"type": "String",
|
|
8995
9015
|
"value": "var(--kendo-spacing-4, 1rem)"
|
|
8996
9016
|
},
|
|
8997
|
-
"kendo-adaptive-actionsheet-titlebar-border": {
|
|
8998
|
-
"type": "String",
|
|
8999
|
-
"value": "var(--kendo-color-border, rgba(0, 0, 0, 0.12))"
|
|
9000
|
-
},
|
|
9001
9017
|
"kendo-adaptive-actionsheet-content-padding-y": {
|
|
9002
9018
|
"type": "String",
|
|
9003
9019
|
"value": "var(--kendo-spacing-2, 0.5rem)"
|
|
@@ -15947,5 +15963,97 @@
|
|
|
15947
15963
|
"input-width": "calc(1.5 * 1em + var(--kendo-spacing-2, 0.5rem) * 2 + (2px))"
|
|
15948
15964
|
}
|
|
15949
15965
|
}
|
|
15966
|
+
},
|
|
15967
|
+
"kendo-column-menu-item-padding-x": {
|
|
15968
|
+
"type": "String",
|
|
15969
|
+
"value": "var(--kendo-spacing-4, 1rem)"
|
|
15970
|
+
},
|
|
15971
|
+
"kendo-column-menu-item-padding-y": {
|
|
15972
|
+
"type": "String",
|
|
15973
|
+
"value": "var(--kendo-spacing-2, 0.5rem)"
|
|
15974
|
+
},
|
|
15975
|
+
"kendo-column-menu-item-sm-padding-x": {
|
|
15976
|
+
"type": "String",
|
|
15977
|
+
"value": "var(--kendo-spacing-4, 1rem)"
|
|
15978
|
+
},
|
|
15979
|
+
"kendo-column-menu-item-sm-padding-y": {
|
|
15980
|
+
"type": "String",
|
|
15981
|
+
"value": "var(--kendo-spacing-1\\.5, 0.375rem)"
|
|
15982
|
+
},
|
|
15983
|
+
"kendo-column-menu-item-md-padding-x": {
|
|
15984
|
+
"type": "String",
|
|
15985
|
+
"value": "var(--kendo-spacing-4, 1rem)"
|
|
15986
|
+
},
|
|
15987
|
+
"kendo-column-menu-item-md-padding-y": {
|
|
15988
|
+
"type": "String",
|
|
15989
|
+
"value": "var(--kendo-spacing-2, 0.5rem)"
|
|
15990
|
+
},
|
|
15991
|
+
"kendo-column-menu-item-lg-padding-x": {
|
|
15992
|
+
"type": "String",
|
|
15993
|
+
"value": "var(--kendo-spacing-4, 1rem)"
|
|
15994
|
+
},
|
|
15995
|
+
"kendo-column-menu-item-lg-padding-y": {
|
|
15996
|
+
"type": "String",
|
|
15997
|
+
"value": "var(--kendo-spacing-2, 0.5rem)"
|
|
15998
|
+
},
|
|
15999
|
+
"kendo-column-menu-font-size": {
|
|
16000
|
+
"type": "String",
|
|
16001
|
+
"value": "var(--kendo-font-size, inherit)"
|
|
16002
|
+
},
|
|
16003
|
+
"kendo-column-menu-sm-font-size": {
|
|
16004
|
+
"type": "String",
|
|
16005
|
+
"value": "var(--kendo-font-size, inherit)"
|
|
16006
|
+
},
|
|
16007
|
+
"kendo-column-menu-md-font-size": {
|
|
16008
|
+
"type": "String",
|
|
16009
|
+
"value": "var(--kendo-font-size, inherit)"
|
|
16010
|
+
},
|
|
16011
|
+
"kendo-column-menu-lg-font-size": {
|
|
16012
|
+
"type": "String",
|
|
16013
|
+
"value": "var(--kendo-font-size-lg, inherit)"
|
|
16014
|
+
},
|
|
16015
|
+
"kendo-column-menu-line-height": {
|
|
16016
|
+
"type": "String",
|
|
16017
|
+
"value": "var(--kendo-line-height, normal)"
|
|
16018
|
+
},
|
|
16019
|
+
"kendo-column-menu-sm-line-height": {
|
|
16020
|
+
"type": "String",
|
|
16021
|
+
"value": "var(--kendo-line-height, normal)"
|
|
16022
|
+
},
|
|
16023
|
+
"kendo-column-menu-md-line-height": {
|
|
16024
|
+
"type": "String",
|
|
16025
|
+
"value": "var(--kendo-line-height, normal)"
|
|
16026
|
+
},
|
|
16027
|
+
"kendo-column-menu-lg-line-height": {
|
|
16028
|
+
"type": "String",
|
|
16029
|
+
"value": "var(--kendo-line-height, normal)"
|
|
16030
|
+
},
|
|
16031
|
+
"kendo-column-menu-font-family": {
|
|
16032
|
+
"type": "String",
|
|
16033
|
+
"value": "var(--kendo-font-family, inherit)"
|
|
16034
|
+
},
|
|
16035
|
+
"kendo-column-menu-sizes": {
|
|
16036
|
+
"type": "Map",
|
|
16037
|
+
"value": "(sm: (padding-x: var(--kendo-spacing-4, 1rem), padding-y: var(--kendo-spacing-1\\.5, 0.375rem), font-size: var(--kendo-font-size, inherit), line-height: var(--kendo-line-height, normal)), md: (padding-x: var(--kendo-spacing-4, 1rem), padding-y: var(--kendo-spacing-2, 0.5rem), font-size: var(--kendo-font-size, inherit), line-height: var(--kendo-line-height, normal)), lg: (padding-x: var(--kendo-spacing-4, 1rem), padding-y: var(--kendo-spacing-2, 0.5rem), font-size: var(--kendo-font-size-lg, inherit), line-height: var(--kendo-line-height, normal)))",
|
|
16038
|
+
"prettyValue": {
|
|
16039
|
+
"sm": {
|
|
16040
|
+
"padding-x": "var(--kendo-spacing-4, 1rem)",
|
|
16041
|
+
"padding-y": "var(--kendo-spacing-1\\.5, 0.375rem)",
|
|
16042
|
+
"font-size": "var(--kendo-font-size, inherit)",
|
|
16043
|
+
"line-height": "var(--kendo-line-height, normal)"
|
|
16044
|
+
},
|
|
16045
|
+
"md": {
|
|
16046
|
+
"padding-x": "var(--kendo-spacing-4, 1rem)",
|
|
16047
|
+
"padding-y": "var(--kendo-spacing-2, 0.5rem)",
|
|
16048
|
+
"font-size": "var(--kendo-font-size, inherit)",
|
|
16049
|
+
"line-height": "var(--kendo-line-height, normal)"
|
|
16050
|
+
},
|
|
16051
|
+
"lg": {
|
|
16052
|
+
"padding-x": "var(--kendo-spacing-4, 1rem)",
|
|
16053
|
+
"padding-y": "var(--kendo-spacing-2, 0.5rem)",
|
|
16054
|
+
"font-size": "var(--kendo-font-size-lg, inherit)",
|
|
16055
|
+
"line-height": "var(--kendo-line-height, normal)"
|
|
16056
|
+
}
|
|
16057
|
+
}
|
|
15950
16058
|
}
|
|
15951
16059
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-material",
|
|
3
3
|
"description": "Material theme for Kendo UI",
|
|
4
|
-
"version": "10.
|
|
4
|
+
"version": "10.4.0",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -54,12 +54,12 @@
|
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
56
|
"@progress/kendo-svg-icons": "^4.0.0",
|
|
57
|
-
"@progress/kendo-theme-core": "10.
|
|
58
|
-
"@progress/kendo-theme-utils": "10.
|
|
57
|
+
"@progress/kendo-theme-core": "10.4.0",
|
|
58
|
+
"@progress/kendo-theme-utils": "10.4.0"
|
|
59
59
|
},
|
|
60
60
|
"directories": {
|
|
61
61
|
"doc": "docs",
|
|
62
62
|
"lib": "lib"
|
|
63
63
|
},
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "1938734e5ab830898c160ff8b1263c537dd3a676"
|
|
65
65
|
}
|
|
@@ -26,7 +26,7 @@ $kendo-actionsheet-shadow: k-elevation(7) !default;
|
|
|
26
26
|
// Actionsheet header
|
|
27
27
|
$kendo-actionsheet-titlebar-padding-x: k-spacing(4) !default;
|
|
28
28
|
$kendo-actionsheet-titlebar-padding-y: k-spacing(2) !default;
|
|
29
|
-
$kendo-actionsheet-titlebar-border-width:
|
|
29
|
+
$kendo-actionsheet-titlebar-border-width: 1px !default;
|
|
30
30
|
$kendo-actionsheet-titlebar-font-size: var( --kendo-font-size-lg, inherit ) !default;
|
|
31
31
|
$kendo-actionsheet-titlebar-font-family: null !default;
|
|
32
32
|
$kendo-actionsheet-titlebar-line-height: 1.25 !default;
|
|
@@ -34,7 +34,7 @@ $kendo-actionsheet-titlebar-gap: k-spacing(4) !default;
|
|
|
34
34
|
|
|
35
35
|
$kendo-actionsheet-titlebar-bg: null !default;
|
|
36
36
|
$kendo-actionsheet-titlebar-text: null !default;
|
|
37
|
-
$kendo-actionsheet-titlebar-border:
|
|
37
|
+
$kendo-actionsheet-titlebar-border: $kendo-component-border !default;
|
|
38
38
|
$kendo-actionsheet-titlebar-gradient: null !default;
|
|
39
39
|
$kendo-actionsheet-titlebar-shadow: null !default;
|
|
40
40
|
|
|
@@ -42,6 +42,13 @@ $kendo-actionsheet-subtitle-font-size: var( --kendo-font-size-sm, inherit ) !def
|
|
|
42
42
|
$kendo-actionsheet-subtitle-line-height: var( --kendo-line-height-sm, normal ) !default;
|
|
43
43
|
$kendo-actionsheet-subtitle-text: $kendo-subtle-text !default;
|
|
44
44
|
|
|
45
|
+
$kendo-actionsheet-footer-border-width: 1px !default;
|
|
46
|
+
|
|
47
|
+
$kendo-actionsheet-footer-bg: null !default;
|
|
48
|
+
$kendo-actionsheet-footer-text: null !default;
|
|
49
|
+
$kendo-actionsheet-footer-border: $kendo-component-border !default;
|
|
50
|
+
$kendo-actionsheet-footer-gradient: null !default;
|
|
51
|
+
$kendo-actionsheet-footer-shadow: null !default;
|
|
45
52
|
|
|
46
53
|
// Actionsheet item
|
|
47
54
|
$kendo-actionsheet-item-min-height: 40px !default;
|
|
@@ -81,10 +88,8 @@ $kendo-actionsheet-item-disabled-opacity: .42 !default;
|
|
|
81
88
|
|
|
82
89
|
// Adaptive Actionsheet
|
|
83
90
|
$kendo-adaptive-actionsheet-font-size: var( --kendo-font-size-lg, inherit ) !default;
|
|
84
|
-
$kendo-adaptive-actionsheet-titlebar-border-width: 1px !default;
|
|
85
91
|
$kendo-adaptive-actionsheet-titlebar-padding-y: k-spacing(4) !default;
|
|
86
92
|
$kendo-adaptive-actionsheet-titlebar-padding-x: $kendo-adaptive-actionsheet-titlebar-padding-y !default;
|
|
87
|
-
$kendo-adaptive-actionsheet-titlebar-border: $kendo-component-border !default;
|
|
88
93
|
|
|
89
94
|
$kendo-adaptive-actionsheet-content-padding-y: k-spacing(2) !default;
|
|
90
95
|
$kendo-adaptive-actionsheet-content-padding-x: k-spacing(4) !default;
|
|
@@ -122,6 +127,12 @@ $kendo-adaptive-actionsheet-footer-padding-x: k-spacing(4) !default;
|
|
|
122
127
|
$kendo-actionsheet-titlebar-shadow: $kendo-actionsheet-titlebar-shadow,
|
|
123
128
|
$kendo-actionsheet-subtitle-font-size: $kendo-actionsheet-subtitle-font-size,
|
|
124
129
|
$kendo-actionsheet-subtitle-line-height: $kendo-actionsheet-subtitle-line-height,
|
|
130
|
+
$kendo-actionsheet-footer-border-width: $kendo-actionsheet-footer-border-width,
|
|
131
|
+
$kendo-actionsheet-footer-bg: $kendo-actionsheet-footer-bg,
|
|
132
|
+
$kendo-actionsheet-footer-text: $kendo-actionsheet-footer-text,
|
|
133
|
+
$kendo-actionsheet-footer-border: $kendo-actionsheet-footer-border,
|
|
134
|
+
$kendo-actionsheet-footer-gradient: $kendo-actionsheet-footer-gradient,
|
|
135
|
+
$kendo-actionsheet-footer-shadow: $kendo-actionsheet-footer-shadow,
|
|
125
136
|
$kendo-actionsheet-subtitle-text: $kendo-actionsheet-subtitle-text,
|
|
126
137
|
$kendo-actionsheet-item-min-height: $kendo-actionsheet-item-min-height,
|
|
127
138
|
$kendo-actionsheet-item-padding-x: $kendo-actionsheet-item-padding-x,
|
|
@@ -151,10 +162,8 @@ $kendo-adaptive-actionsheet-footer-padding-x: k-spacing(4) !default;
|
|
|
151
162
|
$kendo-actionsheet-item-focus-background: $kendo-actionsheet-item-focus-background,
|
|
152
163
|
$kendo-actionsheet-item-disabled-opacity: $kendo-actionsheet-item-disabled-opacity,
|
|
153
164
|
$kendo-adaptive-actionsheet-font-size: $kendo-adaptive-actionsheet-font-size,
|
|
154
|
-
$kendo-adaptive-actionsheet-titlebar-border-width: $kendo-adaptive-actionsheet-titlebar-border-width,
|
|
155
165
|
$kendo-adaptive-actionsheet-titlebar-padding-y: $kendo-adaptive-actionsheet-titlebar-padding-y,
|
|
156
166
|
$kendo-adaptive-actionsheet-titlebar-padding-x: $kendo-adaptive-actionsheet-titlebar-padding-x,
|
|
157
|
-
$kendo-adaptive-actionsheet-titlebar-border: $kendo-adaptive-actionsheet-titlebar-border,
|
|
158
167
|
$kendo-adaptive-actionsheet-content-padding-y: $kendo-adaptive-actionsheet-content-padding-y,
|
|
159
168
|
$kendo-adaptive-actionsheet-content-padding-x: $kendo-adaptive-actionsheet-content-padding-x,
|
|
160
169
|
$kendo-adaptive-actionsheet-footer-padding-y: $kendo-adaptive-actionsheet-footer-padding-y,
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
// Dependencies
|
|
2
|
+
@use "../core/_index.scss" as *;
|
|
3
|
+
@use "../icons/_index.scss" as *;
|
|
4
|
+
|
|
5
|
+
// Component
|
|
6
|
+
@forward "./_variables.scss";
|
|
7
|
+
@use "./_layout.scss" as *;
|
|
8
|
+
@use "./_theme.scss" as *;
|
|
9
|
+
|
|
10
|
+
// Expose
|
|
11
|
+
@mixin kendo-column-menu--styles() {
|
|
12
|
+
@include import-once( "column-menu" ) {
|
|
13
|
+
@include kendo-column-menu--layout();
|
|
14
|
+
@include kendo-column-menu--theme();
|
|
15
|
+
}
|
|
16
|
+
}
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
@use "sass:math";
|
|
2
|
+
@use "../core/_index.scss" as *;
|
|
3
|
+
|
|
4
|
+
$kendo-column-menu-item-padding-x: k-spacing(4) !default;
|
|
5
|
+
$kendo-column-menu-item-padding-y: k-spacing(2) !default;
|
|
6
|
+
|
|
7
|
+
$kendo-column-menu-item-sm-padding-x: $kendo-column-menu-item-padding-x !default;
|
|
8
|
+
$kendo-column-menu-item-sm-padding-y: k-spacing(1.5) !default;
|
|
9
|
+
|
|
10
|
+
$kendo-column-menu-item-md-padding-x: $kendo-column-menu-item-padding-x !default;
|
|
11
|
+
$kendo-column-menu-item-md-padding-y: $kendo-column-menu-item-padding-y !default;
|
|
12
|
+
|
|
13
|
+
$kendo-column-menu-item-lg-padding-x: $kendo-column-menu-item-padding-x !default;
|
|
14
|
+
$kendo-column-menu-item-lg-padding-y: $kendo-column-menu-item-padding-y !default;
|
|
15
|
+
|
|
16
|
+
$kendo-column-menu-font-size: var( --kendo-font-size, inherit ) !default;
|
|
17
|
+
$kendo-column-menu-sm-font-size: var( --kendo-font-size, inherit ) !default;
|
|
18
|
+
$kendo-column-menu-md-font-size: var( --kendo-font-size, inherit ) !default;
|
|
19
|
+
$kendo-column-menu-lg-font-size: var( --kendo-font-size-lg, inherit ) !default;
|
|
20
|
+
|
|
21
|
+
$kendo-column-menu-line-height: var( --kendo-line-height, normal ) !default;
|
|
22
|
+
$kendo-column-menu-sm-line-height: var( --kendo-line-height, normal ) !default;
|
|
23
|
+
$kendo-column-menu-md-line-height: var( --kendo-line-height, normal ) !default;
|
|
24
|
+
$kendo-column-menu-lg-line-height: var( --kendo-line-height, normal ) !default;
|
|
25
|
+
|
|
26
|
+
$kendo-column-menu-font-family: var( --kendo-font-family, inherit ) !default;
|
|
27
|
+
|
|
28
|
+
$kendo-column-menu-sizes: (
|
|
29
|
+
sm: (
|
|
30
|
+
padding-x: $kendo-column-menu-item-sm-padding-x,
|
|
31
|
+
padding-y: $kendo-column-menu-item-sm-padding-y,
|
|
32
|
+
font-size: $kendo-column-menu-sm-font-size,
|
|
33
|
+
line-height: $kendo-column-menu-sm-line-height
|
|
34
|
+
),
|
|
35
|
+
md: (
|
|
36
|
+
padding-x: $kendo-column-menu-item-md-padding-x,
|
|
37
|
+
padding-y: $kendo-column-menu-item-md-padding-y,
|
|
38
|
+
font-size: $kendo-column-menu-md-font-size,
|
|
39
|
+
line-height: $kendo-column-menu-md-line-height
|
|
40
|
+
),
|
|
41
|
+
lg: (
|
|
42
|
+
padding-x: $kendo-column-menu-item-lg-padding-x,
|
|
43
|
+
padding-y: $kendo-column-menu-item-lg-padding-y,
|
|
44
|
+
font-size: $kendo-column-menu-lg-font-size,
|
|
45
|
+
line-height: $kendo-column-menu-lg-line-height
|
|
46
|
+
)
|
|
47
|
+
) !default;
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
@forward "@progress/kendo-theme-core/scss/components/column-menu/_variables.scss" with (
|
|
51
|
+
$kendo-column-menu-font-size: $kendo-column-menu-font-size,
|
|
52
|
+
$kendo-column-menu-sm-font-size: $kendo-column-menu-sm-font-size,
|
|
53
|
+
$kendo-column-menu-md-font-size: $kendo-column-menu-md-font-size,
|
|
54
|
+
$kendo-column-menu-lg-font-size: $kendo-column-menu-lg-font-size,
|
|
55
|
+
$kendo-column-menu-line-height: $kendo-column-menu-line-height,
|
|
56
|
+
$kendo-column-menu-sm-line-height: $kendo-column-menu-sm-line-height,
|
|
57
|
+
$kendo-column-menu-md-line-height: $kendo-column-menu-md-line-height,
|
|
58
|
+
$kendo-column-menu-lg-line-height: $kendo-column-menu-lg-line-height,
|
|
59
|
+
$kendo-column-menu-font-family: $kendo-column-menu-font-family,
|
|
60
|
+
$kendo-column-menu-item-padding-x: $kendo-column-menu-item-padding-x,
|
|
61
|
+
$kendo-column-menu-item-padding-y: $kendo-column-menu-item-padding-y,
|
|
62
|
+
$kendo-column-menu-item-sm-padding-x: $kendo-column-menu-item-sm-padding-x,
|
|
63
|
+
$kendo-column-menu-item-sm-padding-y: $kendo-column-menu-item-sm-padding-y,
|
|
64
|
+
$kendo-column-menu-item-md-padding-x: $kendo-column-menu-item-md-padding-x,
|
|
65
|
+
$kendo-column-menu-item-md-padding-y: $kendo-column-menu-item-md-padding-y,
|
|
66
|
+
$kendo-column-menu-item-lg-padding-x: $kendo-column-menu-item-lg-padding-x,
|
|
67
|
+
$kendo-column-menu-item-lg-padding-y: $kendo-column-menu-item-lg-padding-y,
|
|
68
|
+
$kendo-column-menu-sizes: $kendo-column-menu-sizes
|
|
69
|
+
);
|
package/scss/grid/_index.scss
CHANGED
package/scss/index.scss
CHANGED
|
@@ -115,6 +115,7 @@
|
|
|
115
115
|
@forward "./orgchart/_index.scss";
|
|
116
116
|
@forward "./signature/_index.scss";
|
|
117
117
|
@forward "./otp/_index.scss";
|
|
118
|
+
@forward "./column-menu/_index.scss";
|
|
118
119
|
|
|
119
120
|
|
|
120
121
|
// Use component modules
|
|
@@ -140,6 +141,7 @@
|
|
|
140
141
|
@use "./table/_index.scss" as *;
|
|
141
142
|
@use "./virtual-scroller/_index.scss" as *;
|
|
142
143
|
@use "./no-data/_index.scss" as *;
|
|
144
|
+
@use "./column-menu/_index.scss" as *;
|
|
143
145
|
|
|
144
146
|
|
|
145
147
|
// Indicators
|
|
@@ -309,6 +311,7 @@
|
|
|
309
311
|
@include kendo-table--styles();
|
|
310
312
|
@include kendo-virtual-scroller--styles();
|
|
311
313
|
@include kendo-no-data--styles();
|
|
314
|
+
@include kendo-column-menu--styles();
|
|
312
315
|
|
|
313
316
|
|
|
314
317
|
// Indicators
|