@progress/kendo-theme-classic 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/classic-green-dark.css +1 -1
- package/dist/classic-green.css +1 -1
- package/dist/classic-lavender-dark.css +1 -1
- package/dist/classic-lavender.css +1 -1
- package/dist/classic-main-dark.css +1 -1
- package/dist/classic-main.css +1 -1
- package/dist/classic-metro-dark.css +1 -1
- package/dist/classic-metro.css +1 -1
- package/dist/classic-moonlight.css +1 -1
- package/dist/classic-opal-dark.css +1 -1
- package/dist/classic-opal.css +1 -1
- package/dist/classic-silver-dark.css +1 -1
- package/dist/classic-silver.css +1 -1
- package/dist/classic-uniform.css +1 -1
- package/dist/meta/variables.json +120 -12
- package/lib/swatches/classic-green-dark.json +1 -1
- package/lib/swatches/classic-green.json +1 -1
- package/lib/swatches/classic-lavender-dark.json +1 -1
- package/lib/swatches/classic-lavender.json +1 -1
- package/lib/swatches/classic-main-dark.json +1 -1
- package/lib/swatches/classic-main.json +1 -1
- package/lib/swatches/classic-metro-dark.json +1 -1
- package/lib/swatches/classic-metro.json +1 -1
- package/lib/swatches/classic-moonlight.json +1 -1
- package/lib/swatches/classic-opal-dark.json +1 -1
- package/lib/swatches/classic-opal.json +1 -1
- package/lib/swatches/classic-silver-dark.json +1 -1
- package/lib/swatches/classic-silver.json +1 -1
- package/lib/swatches/classic-uniform.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 +68 -0
- package/scss/grid/_index.scss +1 -0
- package/scss/index.scss +3 -0
package/dist/meta/variables.json
CHANGED
|
@@ -8309,8 +8309,8 @@
|
|
|
8309
8309
|
"value": "var(--kendo-spacing-2, 0.5rem)"
|
|
8310
8310
|
},
|
|
8311
8311
|
"kendo-actionsheet-titlebar-border-width": {
|
|
8312
|
-
"type": "
|
|
8313
|
-
"value": "
|
|
8312
|
+
"type": "Number",
|
|
8313
|
+
"value": "1px"
|
|
8314
8314
|
},
|
|
8315
8315
|
"kendo-actionsheet-titlebar-font-size": {
|
|
8316
8316
|
"type": "Null",
|
|
@@ -8337,8 +8337,8 @@
|
|
|
8337
8337
|
"value": "null"
|
|
8338
8338
|
},
|
|
8339
8339
|
"kendo-actionsheet-titlebar-border": {
|
|
8340
|
-
"type": "
|
|
8341
|
-
"value": "
|
|
8340
|
+
"type": "String",
|
|
8341
|
+
"value": "var(--kendo-color-border, #cacaca)"
|
|
8342
8342
|
},
|
|
8343
8343
|
"kendo-actionsheet-titlebar-gradient": {
|
|
8344
8344
|
"type": "Null",
|
|
@@ -8360,6 +8360,30 @@
|
|
|
8360
8360
|
"type": "String",
|
|
8361
8361
|
"value": "var(--kendo-color-subtle, #666666)"
|
|
8362
8362
|
},
|
|
8363
|
+
"kendo-actionsheet-footer-border-width": {
|
|
8364
|
+
"type": "Number",
|
|
8365
|
+
"value": "1px"
|
|
8366
|
+
},
|
|
8367
|
+
"kendo-actionsheet-footer-bg": {
|
|
8368
|
+
"type": "Null",
|
|
8369
|
+
"value": "null"
|
|
8370
|
+
},
|
|
8371
|
+
"kendo-actionsheet-footer-text": {
|
|
8372
|
+
"type": "Null",
|
|
8373
|
+
"value": "null"
|
|
8374
|
+
},
|
|
8375
|
+
"kendo-actionsheet-footer-border": {
|
|
8376
|
+
"type": "String",
|
|
8377
|
+
"value": "var(--kendo-color-border, #cacaca)"
|
|
8378
|
+
},
|
|
8379
|
+
"kendo-actionsheet-footer-gradient": {
|
|
8380
|
+
"type": "Null",
|
|
8381
|
+
"value": "null"
|
|
8382
|
+
},
|
|
8383
|
+
"kendo-actionsheet-footer-shadow": {
|
|
8384
|
+
"type": "Null",
|
|
8385
|
+
"value": "null"
|
|
8386
|
+
},
|
|
8363
8387
|
"kendo-actionsheet-item-min-height": {
|
|
8364
8388
|
"type": "Number",
|
|
8365
8389
|
"value": "40px"
|
|
@@ -8472,10 +8496,6 @@
|
|
|
8472
8496
|
"type": "String",
|
|
8473
8497
|
"value": "var(--kendo-font-size-lg, inherit)"
|
|
8474
8498
|
},
|
|
8475
|
-
"kendo-adaptive-actionsheet-titlebar-border-width": {
|
|
8476
|
-
"type": "Number",
|
|
8477
|
-
"value": "1px"
|
|
8478
|
-
},
|
|
8479
8499
|
"kendo-adaptive-actionsheet-titlebar-padding-y": {
|
|
8480
8500
|
"type": "String",
|
|
8481
8501
|
"value": "var(--kendo-spacing-4, 1rem)"
|
|
@@ -8484,10 +8504,6 @@
|
|
|
8484
8504
|
"type": "String",
|
|
8485
8505
|
"value": "var(--kendo-spacing-4, 1rem)"
|
|
8486
8506
|
},
|
|
8487
|
-
"kendo-adaptive-actionsheet-titlebar-border": {
|
|
8488
|
-
"type": "String",
|
|
8489
|
-
"value": "var(--kendo-color-border, #cacaca)"
|
|
8490
|
-
},
|
|
8491
8507
|
"kendo-adaptive-actionsheet-content-padding-y": {
|
|
8492
8508
|
"type": "String",
|
|
8493
8509
|
"value": "var(--kendo-spacing-2, 0.5rem)"
|
|
@@ -15437,5 +15453,97 @@
|
|
|
15437
15453
|
"input-width": "calc(var(--kendo-line-height-lg, normal) * 1em + var(--kendo-spacing-2, 0.5rem) * 2 + (2px))"
|
|
15438
15454
|
}
|
|
15439
15455
|
}
|
|
15456
|
+
},
|
|
15457
|
+
"kendo-column-menu-item-padding-x": {
|
|
15458
|
+
"type": "String",
|
|
15459
|
+
"value": "var(--kendo-spacing-2, 0.5rem)"
|
|
15460
|
+
},
|
|
15461
|
+
"kendo-column-menu-item-padding-y": {
|
|
15462
|
+
"type": "String",
|
|
15463
|
+
"value": "var(--kendo-spacing-1, 0.25rem)"
|
|
15464
|
+
},
|
|
15465
|
+
"kendo-column-menu-item-sm-padding-x": {
|
|
15466
|
+
"type": "String",
|
|
15467
|
+
"value": "var(--kendo-spacing-2, 0.5rem)"
|
|
15468
|
+
},
|
|
15469
|
+
"kendo-column-menu-item-sm-padding-y": {
|
|
15470
|
+
"type": "String",
|
|
15471
|
+
"value": "var(--kendo-spacing-0\\.5, 0.125rem)"
|
|
15472
|
+
},
|
|
15473
|
+
"kendo-column-menu-item-md-padding-x": {
|
|
15474
|
+
"type": "String",
|
|
15475
|
+
"value": "var(--kendo-spacing-2, 0.5rem)"
|
|
15476
|
+
},
|
|
15477
|
+
"kendo-column-menu-item-md-padding-y": {
|
|
15478
|
+
"type": "String",
|
|
15479
|
+
"value": "var(--kendo-spacing-1, 0.25rem)"
|
|
15480
|
+
},
|
|
15481
|
+
"kendo-column-menu-item-lg-padding-x": {
|
|
15482
|
+
"type": "String",
|
|
15483
|
+
"value": "var(--kendo-spacing-2, 0.5rem)"
|
|
15484
|
+
},
|
|
15485
|
+
"kendo-column-menu-item-lg-padding-y": {
|
|
15486
|
+
"type": "String",
|
|
15487
|
+
"value": "var(--kendo-spacing-1\\.5, 0.375rem)"
|
|
15488
|
+
},
|
|
15489
|
+
"kendo-column-menu-font-size": {
|
|
15490
|
+
"type": "String",
|
|
15491
|
+
"value": "var(--kendo-font-size, inherit)"
|
|
15492
|
+
},
|
|
15493
|
+
"kendo-column-menu-sm-font-size": {
|
|
15494
|
+
"type": "String",
|
|
15495
|
+
"value": "var(--kendo-font-size, inherit)"
|
|
15496
|
+
},
|
|
15497
|
+
"kendo-column-menu-md-font-size": {
|
|
15498
|
+
"type": "String",
|
|
15499
|
+
"value": "var(--kendo-font-size, inherit)"
|
|
15500
|
+
},
|
|
15501
|
+
"kendo-column-menu-lg-font-size": {
|
|
15502
|
+
"type": "String",
|
|
15503
|
+
"value": "var(--kendo-font-size-lg, inherit)"
|
|
15504
|
+
},
|
|
15505
|
+
"kendo-column-menu-line-height": {
|
|
15506
|
+
"type": "String",
|
|
15507
|
+
"value": "var(--kendo-line-height, normal)"
|
|
15508
|
+
},
|
|
15509
|
+
"kendo-column-menu-sm-line-height": {
|
|
15510
|
+
"type": "String",
|
|
15511
|
+
"value": "var(--kendo-line-height, normal)"
|
|
15512
|
+
},
|
|
15513
|
+
"kendo-column-menu-md-line-height": {
|
|
15514
|
+
"type": "String",
|
|
15515
|
+
"value": "var(--kendo-line-height, normal)"
|
|
15516
|
+
},
|
|
15517
|
+
"kendo-column-menu-lg-line-height": {
|
|
15518
|
+
"type": "String",
|
|
15519
|
+
"value": "var(--kendo-line-height-lg, normal)"
|
|
15520
|
+
},
|
|
15521
|
+
"kendo-column-menu-font-family": {
|
|
15522
|
+
"type": "String",
|
|
15523
|
+
"value": "var(--kendo-font-family, inherit)"
|
|
15524
|
+
},
|
|
15525
|
+
"kendo-column-menu-sizes": {
|
|
15526
|
+
"type": "Map",
|
|
15527
|
+
"value": "(sm: (padding-x: var(--kendo-spacing-2, 0.5rem), padding-y: var(--kendo-spacing-0\\.5, 0.125rem), font-size: var(--kendo-font-size, inherit), line-height: var(--kendo-line-height, normal)), md: (padding-x: var(--kendo-spacing-2, 0.5rem), padding-y: var(--kendo-spacing-1, 0.25rem), font-size: var(--kendo-font-size, inherit), line-height: var(--kendo-line-height, normal)), lg: (padding-x: var(--kendo-spacing-2, 0.5rem), padding-y: var(--kendo-spacing-1\\.5, 0.375rem), font-size: var(--kendo-font-size-lg, inherit), line-height: var(--kendo-line-height-lg, normal)))",
|
|
15528
|
+
"prettyValue": {
|
|
15529
|
+
"sm": {
|
|
15530
|
+
"padding-x": "var(--kendo-spacing-2, 0.5rem)",
|
|
15531
|
+
"padding-y": "var(--kendo-spacing-0\\.5, 0.125rem)",
|
|
15532
|
+
"font-size": "var(--kendo-font-size, inherit)",
|
|
15533
|
+
"line-height": "var(--kendo-line-height, normal)"
|
|
15534
|
+
},
|
|
15535
|
+
"md": {
|
|
15536
|
+
"padding-x": "var(--kendo-spacing-2, 0.5rem)",
|
|
15537
|
+
"padding-y": "var(--kendo-spacing-1, 0.25rem)",
|
|
15538
|
+
"font-size": "var(--kendo-font-size, inherit)",
|
|
15539
|
+
"line-height": "var(--kendo-line-height, normal)"
|
|
15540
|
+
},
|
|
15541
|
+
"lg": {
|
|
15542
|
+
"padding-x": "var(--kendo-spacing-2, 0.5rem)",
|
|
15543
|
+
"padding-y": "var(--kendo-spacing-1\\.5, 0.375rem)",
|
|
15544
|
+
"font-size": "var(--kendo-font-size-lg, inherit)",
|
|
15545
|
+
"line-height": "var(--kendo-line-height-lg, normal)"
|
|
15546
|
+
}
|
|
15547
|
+
}
|
|
15440
15548
|
}
|
|
15441
15549
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-classic",
|
|
3
3
|
"description": "Sass port of less based themes for Kendo UI theme",
|
|
4
|
-
"version": "10.
|
|
4
|
+
"version": "10.4.0",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -53,12 +53,12 @@
|
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
55
|
"@progress/kendo-svg-icons": "^4.0.0",
|
|
56
|
-
"@progress/kendo-theme-core": "10.
|
|
57
|
-
"@progress/kendo-theme-utils": "10.
|
|
56
|
+
"@progress/kendo-theme-core": "10.4.0",
|
|
57
|
+
"@progress/kendo-theme-utils": "10.4.0"
|
|
58
58
|
},
|
|
59
59
|
"directories": {
|
|
60
60
|
"doc": "docs",
|
|
61
61
|
"lib": "lib"
|
|
62
62
|
},
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "1938734e5ab830898c160ff8b1263c537dd3a676"
|
|
64
64
|
}
|
|
@@ -25,7 +25,7 @@ $kendo-actionsheet-shadow: k-elevation(7) !default;
|
|
|
25
25
|
// Actionsheet header
|
|
26
26
|
$kendo-actionsheet-titlebar-padding-x: k-spacing(4) !default;
|
|
27
27
|
$kendo-actionsheet-titlebar-padding-y: k-spacing(2) !default;
|
|
28
|
-
$kendo-actionsheet-titlebar-border-width:
|
|
28
|
+
$kendo-actionsheet-titlebar-border-width: 1px !default;
|
|
29
29
|
$kendo-actionsheet-titlebar-font-size: null !default;
|
|
30
30
|
$kendo-actionsheet-titlebar-font-family: null !default;
|
|
31
31
|
$kendo-actionsheet-titlebar-line-height: null !default;
|
|
@@ -33,7 +33,7 @@ $kendo-actionsheet-titlebar-gap: k-spacing(4) !default;
|
|
|
33
33
|
|
|
34
34
|
$kendo-actionsheet-titlebar-bg: null !default;
|
|
35
35
|
$kendo-actionsheet-titlebar-text: null !default;
|
|
36
|
-
$kendo-actionsheet-titlebar-border:
|
|
36
|
+
$kendo-actionsheet-titlebar-border: $kendo-component-border !default;
|
|
37
37
|
$kendo-actionsheet-titlebar-gradient: null !default;
|
|
38
38
|
$kendo-actionsheet-titlebar-shadow: null !default;
|
|
39
39
|
|
|
@@ -41,6 +41,13 @@ $kendo-actionsheet-subtitle-font-size: var( --kendo-font-size-sm, inherit ) !def
|
|
|
41
41
|
$kendo-actionsheet-subtitle-line-height: var( --kendo-line-height-sm, normal ) !default;
|
|
42
42
|
$kendo-actionsheet-subtitle-text: $kendo-subtle-text !default;
|
|
43
43
|
|
|
44
|
+
$kendo-actionsheet-footer-border-width: 1px !default;
|
|
45
|
+
|
|
46
|
+
$kendo-actionsheet-footer-bg: null !default;
|
|
47
|
+
$kendo-actionsheet-footer-text: null !default;
|
|
48
|
+
$kendo-actionsheet-footer-border: $kendo-component-border !default;
|
|
49
|
+
$kendo-actionsheet-footer-gradient: null !default;
|
|
50
|
+
$kendo-actionsheet-footer-shadow: null !default;
|
|
44
51
|
|
|
45
52
|
// Actionsheet item
|
|
46
53
|
$kendo-actionsheet-item-min-height: 40px !default;
|
|
@@ -76,10 +83,8 @@ $kendo-actionsheet-item-disabled-shadow: null !default;
|
|
|
76
83
|
|
|
77
84
|
// Adaptive Actionsheet
|
|
78
85
|
$kendo-adaptive-actionsheet-font-size: var( --kendo-font-size-lg, inherit ) !default;
|
|
79
|
-
$kendo-adaptive-actionsheet-titlebar-border-width: 1px !default;
|
|
80
86
|
$kendo-adaptive-actionsheet-titlebar-padding-y: k-spacing(4) !default;
|
|
81
87
|
$kendo-adaptive-actionsheet-titlebar-padding-x: $kendo-adaptive-actionsheet-titlebar-padding-y !default;
|
|
82
|
-
$kendo-adaptive-actionsheet-titlebar-border: $kendo-component-border !default;
|
|
83
88
|
|
|
84
89
|
$kendo-adaptive-actionsheet-content-padding-y: k-spacing(2) !default;
|
|
85
90
|
$kendo-adaptive-actionsheet-content-padding-x: k-spacing(4) !default;
|
|
@@ -118,6 +123,12 @@ $kendo-adaptive-actionsheet-footer-padding-x: k-spacing(4) !default;
|
|
|
118
123
|
$kendo-actionsheet-titlebar-shadow: $kendo-actionsheet-titlebar-shadow,
|
|
119
124
|
$kendo-actionsheet-subtitle-font-size: $kendo-actionsheet-subtitle-font-size,
|
|
120
125
|
$kendo-actionsheet-subtitle-line-height: $kendo-actionsheet-subtitle-line-height,
|
|
126
|
+
$kendo-actionsheet-footer-border-width: $kendo-actionsheet-footer-border-width,
|
|
127
|
+
$kendo-actionsheet-footer-bg: $kendo-actionsheet-footer-bg,
|
|
128
|
+
$kendo-actionsheet-footer-text: $kendo-actionsheet-footer-text,
|
|
129
|
+
$kendo-actionsheet-footer-border: $kendo-actionsheet-footer-border,
|
|
130
|
+
$kendo-actionsheet-footer-gradient: $kendo-actionsheet-footer-gradient,
|
|
131
|
+
$kendo-actionsheet-footer-shadow: $kendo-actionsheet-footer-shadow,
|
|
121
132
|
$kendo-actionsheet-subtitle-text: $kendo-actionsheet-subtitle-text,
|
|
122
133
|
$kendo-actionsheet-item-min-height: $kendo-actionsheet-item-min-height,
|
|
123
134
|
$kendo-actionsheet-item-padding-x: $kendo-actionsheet-item-padding-x,
|
|
@@ -144,10 +155,8 @@ $kendo-adaptive-actionsheet-footer-padding-x: k-spacing(4) !default;
|
|
|
144
155
|
$kendo-actionsheet-item-disabled-gradient: $kendo-actionsheet-item-disabled-gradient,
|
|
145
156
|
$kendo-actionsheet-item-disabled-shadow: $kendo-actionsheet-item-disabled-shadow,
|
|
146
157
|
$kendo-adaptive-actionsheet-font-size: $kendo-adaptive-actionsheet-font-size,
|
|
147
|
-
$kendo-adaptive-actionsheet-titlebar-border-width: $kendo-adaptive-actionsheet-titlebar-border-width,
|
|
148
158
|
$kendo-adaptive-actionsheet-titlebar-padding-y: $kendo-adaptive-actionsheet-titlebar-padding-y,
|
|
149
159
|
$kendo-adaptive-actionsheet-titlebar-padding-x: $kendo-adaptive-actionsheet-titlebar-padding-x,
|
|
150
|
-
$kendo-adaptive-actionsheet-titlebar-border: $kendo-adaptive-actionsheet-titlebar-border,
|
|
151
160
|
$kendo-adaptive-actionsheet-content-padding-y: $kendo-adaptive-actionsheet-content-padding-y,
|
|
152
161
|
$kendo-adaptive-actionsheet-content-padding-x: $kendo-adaptive-actionsheet-content-padding-x,
|
|
153
162
|
$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,68 @@
|
|
|
1
|
+
@use "../core/_index.scss" as *;
|
|
2
|
+
|
|
3
|
+
$kendo-column-menu-item-padding-x: k-spacing(2) !default;
|
|
4
|
+
$kendo-column-menu-item-padding-y: k-spacing(1) !default;
|
|
5
|
+
|
|
6
|
+
$kendo-column-menu-item-sm-padding-x: $kendo-column-menu-item-padding-x !default;
|
|
7
|
+
$kendo-column-menu-item-sm-padding-y: k-spacing(0.5) !default;
|
|
8
|
+
|
|
9
|
+
$kendo-column-menu-item-md-padding-x: $kendo-column-menu-item-padding-x !default;
|
|
10
|
+
$kendo-column-menu-item-md-padding-y: $kendo-column-menu-item-padding-y !default;
|
|
11
|
+
|
|
12
|
+
$kendo-column-menu-item-lg-padding-x: $kendo-column-menu-item-padding-x !default;
|
|
13
|
+
$kendo-column-menu-item-lg-padding-y: k-spacing(1.5) !default;
|
|
14
|
+
|
|
15
|
+
$kendo-column-menu-font-size: var( --kendo-font-size, inherit ) !default;
|
|
16
|
+
$kendo-column-menu-sm-font-size: var( --kendo-font-size, inherit ) !default;
|
|
17
|
+
$kendo-column-menu-md-font-size: var( --kendo-font-size, inherit ) !default;
|
|
18
|
+
$kendo-column-menu-lg-font-size: var( --kendo-font-size-lg, inherit ) !default;
|
|
19
|
+
|
|
20
|
+
$kendo-column-menu-line-height: var( --kendo-line-height, normal ) !default;
|
|
21
|
+
$kendo-column-menu-sm-line-height: var( --kendo-line-height, normal ) !default;
|
|
22
|
+
$kendo-column-menu-md-line-height: var( --kendo-line-height, normal ) !default;
|
|
23
|
+
$kendo-column-menu-lg-line-height: var( --kendo-line-height-lg, normal ) !default;
|
|
24
|
+
|
|
25
|
+
$kendo-column-menu-font-family: var( --kendo-font-family, inherit ) !default;
|
|
26
|
+
|
|
27
|
+
$kendo-column-menu-sizes: (
|
|
28
|
+
sm: (
|
|
29
|
+
padding-x: $kendo-column-menu-item-sm-padding-x,
|
|
30
|
+
padding-y: $kendo-column-menu-item-sm-padding-y,
|
|
31
|
+
font-size: $kendo-column-menu-sm-font-size,
|
|
32
|
+
line-height: $kendo-column-menu-sm-line-height
|
|
33
|
+
),
|
|
34
|
+
md: (
|
|
35
|
+
padding-x: $kendo-column-menu-item-md-padding-x,
|
|
36
|
+
padding-y: $kendo-column-menu-item-md-padding-y,
|
|
37
|
+
font-size: $kendo-column-menu-md-font-size,
|
|
38
|
+
line-height: $kendo-column-menu-md-line-height
|
|
39
|
+
),
|
|
40
|
+
lg: (
|
|
41
|
+
padding-x: $kendo-column-menu-item-lg-padding-x,
|
|
42
|
+
padding-y: $kendo-column-menu-item-lg-padding-y,
|
|
43
|
+
font-size: $kendo-column-menu-lg-font-size,
|
|
44
|
+
line-height: $kendo-column-menu-lg-line-height
|
|
45
|
+
)
|
|
46
|
+
) !default;
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
@forward "@progress/kendo-theme-core/scss/components/column-menu/_variables.scss" with (
|
|
50
|
+
$kendo-column-menu-font-size: $kendo-column-menu-font-size,
|
|
51
|
+
$kendo-column-menu-sm-font-size: $kendo-column-menu-sm-font-size,
|
|
52
|
+
$kendo-column-menu-md-font-size: $kendo-column-menu-md-font-size,
|
|
53
|
+
$kendo-column-menu-lg-font-size: $kendo-column-menu-lg-font-size,
|
|
54
|
+
$kendo-column-menu-line-height: $kendo-column-menu-line-height,
|
|
55
|
+
$kendo-column-menu-sm-line-height: $kendo-column-menu-sm-line-height,
|
|
56
|
+
$kendo-column-menu-md-line-height: $kendo-column-menu-md-line-height,
|
|
57
|
+
$kendo-column-menu-lg-line-height: $kendo-column-menu-lg-line-height,
|
|
58
|
+
$kendo-column-menu-font-family: $kendo-column-menu-font-family,
|
|
59
|
+
$kendo-column-menu-item-padding-x: $kendo-column-menu-item-padding-x,
|
|
60
|
+
$kendo-column-menu-item-padding-y: $kendo-column-menu-item-padding-y,
|
|
61
|
+
$kendo-column-menu-item-sm-padding-x: $kendo-column-menu-item-sm-padding-x,
|
|
62
|
+
$kendo-column-menu-item-sm-padding-y: $kendo-column-menu-item-sm-padding-y,
|
|
63
|
+
$kendo-column-menu-item-md-padding-x: $kendo-column-menu-item-md-padding-x,
|
|
64
|
+
$kendo-column-menu-item-md-padding-y: $kendo-column-menu-item-md-padding-y,
|
|
65
|
+
$kendo-column-menu-item-lg-padding-x: $kendo-column-menu-item-lg-padding-x,
|
|
66
|
+
$kendo-column-menu-item-lg-padding-y: $kendo-column-menu-item-lg-padding-y,
|
|
67
|
+
$kendo-column-menu-sizes: $kendo-column-menu-sizes
|
|
68
|
+
);
|
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
|