@progress/kendo-theme-meridian 14.1.1-dev.2 → 14.2.0-dev.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/meridian-main-dark.css +1 -1
- package/dist/meridian-main.css +1 -1
- package/dist/meta/sassdoc-data.json +214 -1354
- package/dist/meta/sassdoc-raw-data.json +101 -626
- package/dist/meta/variables.json +54 -90
- package/lib/swatches/meridian-main-dark.json +1 -1
- package/lib/swatches/meridian-main.json +1 -1
- package/package.json +4 -4
- package/scss/diagram/_index.scss +16 -0
- package/scss/diagram/_layout.scss +6 -0
- package/scss/diagram/_theme.scss +6 -0
- package/scss/diagram/_variables.scss +1 -0
- package/scss/drawer/_variables.scss +0 -12
- package/scss/grid/_index.scss +0 -2
- package/scss/grid/_layout.scss +8 -0
- package/scss/index.scss +2 -3
- package/scss/listbox/_theme.scss +1 -1
- package/scss/loader/_variables.scss +2 -2
- package/scss/scheduler/_index.scss +10 -2
- package/scss/scheduler/_variables.scss +32 -1
- package/scss/adaptive/_index.scss +0 -26
- package/scss/adaptive/_layout.scss +0 -6
- package/scss/adaptive/_theme.scss +0 -6
- package/scss/adaptive/_variables.scss +0 -90
package/dist/meta/variables.json
CHANGED
|
@@ -2948,7 +2948,7 @@
|
|
|
2948
2948
|
},
|
|
2949
2949
|
"kendo-loader-sm-segment-size": {
|
|
2950
2950
|
"type": "String",
|
|
2951
|
-
"value": "var(--kendo-spacing-
|
|
2951
|
+
"value": "var(--kendo-spacing-1)"
|
|
2952
2952
|
},
|
|
2953
2953
|
"kendo-loader-md-segment-size": {
|
|
2954
2954
|
"type": "String",
|
|
@@ -2960,7 +2960,7 @@
|
|
|
2960
2960
|
},
|
|
2961
2961
|
"kendo-loader-sm-padding": {
|
|
2962
2962
|
"type": "Calculation",
|
|
2963
|
-
"value": "calc(var(--kendo-spacing-
|
|
2963
|
+
"value": "calc(var(--kendo-spacing-1) / 2)"
|
|
2964
2964
|
},
|
|
2965
2965
|
"kendo-loader-md-padding": {
|
|
2966
2966
|
"type": "Calculation",
|
|
@@ -2972,7 +2972,7 @@
|
|
|
2972
2972
|
},
|
|
2973
2973
|
"kendo-loader-sm-spinner-3-width": {
|
|
2974
2974
|
"type": "Calculation",
|
|
2975
|
-
"value": "calc(var(--kendo-spacing-
|
|
2975
|
+
"value": "calc(var(--kendo-spacing-1) * 4)"
|
|
2976
2976
|
},
|
|
2977
2977
|
"kendo-loader-md-spinner-3-width": {
|
|
2978
2978
|
"type": "Calculation",
|
|
@@ -2984,7 +2984,7 @@
|
|
|
2984
2984
|
},
|
|
2985
2985
|
"kendo-loader-sm-spinner-3-height": {
|
|
2986
2986
|
"type": "Calculation",
|
|
2987
|
-
"value": "calc(calc(var(--kendo-spacing-
|
|
2987
|
+
"value": "calc(calc(var(--kendo-spacing-1) * 4) * 0.8660254038)"
|
|
2988
2988
|
},
|
|
2989
2989
|
"kendo-loader-md-spinner-3-height": {
|
|
2990
2990
|
"type": "Calculation",
|
|
@@ -2996,7 +2996,7 @@
|
|
|
2996
2996
|
},
|
|
2997
2997
|
"kendo-loader-sm-spinner-4-width": {
|
|
2998
2998
|
"type": "Calculation",
|
|
2999
|
-
"value": "calc(var(--kendo-spacing-
|
|
2999
|
+
"value": "calc(var(--kendo-spacing-1) * 4)"
|
|
3000
3000
|
},
|
|
3001
3001
|
"kendo-loader-md-spinner-4-width": {
|
|
3002
3002
|
"type": "Calculation",
|
|
@@ -3008,7 +3008,7 @@
|
|
|
3008
3008
|
},
|
|
3009
3009
|
"kendo-loader-sm-spinner-4-height": {
|
|
3010
3010
|
"type": "Calculation",
|
|
3011
|
-
"value": "calc(var(--kendo-spacing-
|
|
3011
|
+
"value": "calc(var(--kendo-spacing-1) * 4)"
|
|
3012
3012
|
},
|
|
3013
3013
|
"kendo-loader-md-spinner-4-height": {
|
|
3014
3014
|
"type": "Calculation",
|
|
@@ -9629,22 +9629,10 @@
|
|
|
9629
9629
|
"type": "Number",
|
|
9630
9630
|
"value": "7px"
|
|
9631
9631
|
},
|
|
9632
|
-
"kendo-drawer-scrollbar-color": {
|
|
9633
|
-
"type": "String",
|
|
9634
|
-
"value": "var(--kendo-color-inverse-subtle)"
|
|
9635
|
-
},
|
|
9636
|
-
"kendo-drawer-scrollbar-bg": {
|
|
9637
|
-
"type": "String",
|
|
9638
|
-
"value": "color-mix(in srgb, var(--kendo-color-inverse-subtle), var(--kendo-color-on-inverse))"
|
|
9639
|
-
},
|
|
9640
9632
|
"kendo-drawer-scrollbar-radius": {
|
|
9641
9633
|
"type": "Number",
|
|
9642
9634
|
"value": "20px"
|
|
9643
9635
|
},
|
|
9644
|
-
"kendo-drawer-scrollbar-hover-color": {
|
|
9645
|
-
"type": "String",
|
|
9646
|
-
"value": "var(--kendo-color-inverse-subtle)"
|
|
9647
|
-
},
|
|
9648
9636
|
"kendo-drawer-items-padding-x": {
|
|
9649
9637
|
"type": "String",
|
|
9650
9638
|
"value": "var(--kendo-spacing-2)"
|
|
@@ -11858,78 +11846,6 @@
|
|
|
11858
11846
|
"type": "String",
|
|
11859
11847
|
"value": "var(--kendo-color-primary)"
|
|
11860
11848
|
},
|
|
11861
|
-
"kendo-adaptive-bg": {
|
|
11862
|
-
"type": "String",
|
|
11863
|
-
"value": "var(--kendo-color-surface-alt)"
|
|
11864
|
-
},
|
|
11865
|
-
"kendo-adaptive-text": {
|
|
11866
|
-
"type": "String",
|
|
11867
|
-
"value": "var(--kendo-color-on-app-surface)"
|
|
11868
|
-
},
|
|
11869
|
-
"kendo-adaptive-border": {
|
|
11870
|
-
"type": "String",
|
|
11871
|
-
"value": "var(--kendo-color-border)"
|
|
11872
|
-
},
|
|
11873
|
-
"kendo-adaptive-content-bg": {
|
|
11874
|
-
"type": "String",
|
|
11875
|
-
"value": "var(--kendo-color-surface)"
|
|
11876
|
-
},
|
|
11877
|
-
"kendo-adaptive-content-text": {
|
|
11878
|
-
"type": "String",
|
|
11879
|
-
"value": "var(--kendo-color-on-app-surface)"
|
|
11880
|
-
},
|
|
11881
|
-
"kendo-adaptive-menu-bg": {
|
|
11882
|
-
"type": "String",
|
|
11883
|
-
"value": "var(--kendo-color-primary)"
|
|
11884
|
-
},
|
|
11885
|
-
"kendo-adaptive-menu-text": {
|
|
11886
|
-
"type": "String",
|
|
11887
|
-
"value": "var(--kendo-color-on-primary)"
|
|
11888
|
-
},
|
|
11889
|
-
"kendo-adaptive-menu-clear-text": {
|
|
11890
|
-
"type": "String",
|
|
11891
|
-
"value": "var(--kendo-color-primary)"
|
|
11892
|
-
},
|
|
11893
|
-
"kendo-adaptive-menu-item-border": {
|
|
11894
|
-
"type": "String",
|
|
11895
|
-
"value": "var(--kendo-color-border)"
|
|
11896
|
-
},
|
|
11897
|
-
"kendo-adaptive-menu-title-text": {
|
|
11898
|
-
"type": "String",
|
|
11899
|
-
"value": "var(--kendo-color-on-app-surface)"
|
|
11900
|
-
},
|
|
11901
|
-
"kendo-adaptive-border-width": {
|
|
11902
|
-
"type": "Number",
|
|
11903
|
-
"value": "1px"
|
|
11904
|
-
},
|
|
11905
|
-
"kendo-adaptive-font-family": {
|
|
11906
|
-
"type": "String",
|
|
11907
|
-
"value": "var(--kendo-font-family, inherit)"
|
|
11908
|
-
},
|
|
11909
|
-
"kendo-adaptive-font-size": {
|
|
11910
|
-
"type": "String",
|
|
11911
|
-
"value": "var(--kendo-font-size, inherit)"
|
|
11912
|
-
},
|
|
11913
|
-
"kendo-adaptive-line-height": {
|
|
11914
|
-
"type": "String",
|
|
11915
|
-
"value": "var(--kendo-line-height, normal)"
|
|
11916
|
-
},
|
|
11917
|
-
"kendo-adaptive-grid-sort-text": {
|
|
11918
|
-
"type": "String",
|
|
11919
|
-
"value": "var(--kendo-color-primary)"
|
|
11920
|
-
},
|
|
11921
|
-
"kendo-adaptive-scheduler-current-text": {
|
|
11922
|
-
"type": "String",
|
|
11923
|
-
"value": "var(--kendo-color-primary)"
|
|
11924
|
-
},
|
|
11925
|
-
"kendo-adaptive-scheduler-base-text": {
|
|
11926
|
-
"type": "String",
|
|
11927
|
-
"value": "inherit"
|
|
11928
|
-
},
|
|
11929
|
-
"kendo-adaptive-scheduler-subtle-text": {
|
|
11930
|
-
"type": "String",
|
|
11931
|
-
"value": "var(--kendo-color-on-app-surface)"
|
|
11932
|
-
},
|
|
11933
11849
|
"kendo-grid-default-size": {
|
|
11934
11850
|
"type": "String",
|
|
11935
11851
|
"value": "\"md\""
|
|
@@ -14738,6 +14654,54 @@
|
|
|
14738
14654
|
"type": "String",
|
|
14739
14655
|
"value": "oklch(from var(--kendo-color-surface) l c h / calc(100% - calc(var(--kendo-translucency-base, 0%))))"
|
|
14740
14656
|
},
|
|
14657
|
+
"kendo-scheduler-adaptive-bg": {
|
|
14658
|
+
"type": "String",
|
|
14659
|
+
"value": "var(--kendo-color-surface-alt)"
|
|
14660
|
+
},
|
|
14661
|
+
"kendo-scheduler-adaptive-text": {
|
|
14662
|
+
"type": "String",
|
|
14663
|
+
"value": "var(--kendo-color-on-app-surface)"
|
|
14664
|
+
},
|
|
14665
|
+
"kendo-scheduler-adaptive-border": {
|
|
14666
|
+
"type": "String",
|
|
14667
|
+
"value": "var(--kendo-color-border)"
|
|
14668
|
+
},
|
|
14669
|
+
"kendo-scheduler-adaptive-content-bg": {
|
|
14670
|
+
"type": "String",
|
|
14671
|
+
"value": "var(--kendo-color-surface)"
|
|
14672
|
+
},
|
|
14673
|
+
"kendo-scheduler-adaptive-menu-clear-text": {
|
|
14674
|
+
"type": "String",
|
|
14675
|
+
"value": "var(--kendo-color-primary)"
|
|
14676
|
+
},
|
|
14677
|
+
"kendo-scheduler-adaptive-border-width": {
|
|
14678
|
+
"type": "Number",
|
|
14679
|
+
"value": "1px"
|
|
14680
|
+
},
|
|
14681
|
+
"kendo-scheduler-adaptive-font-family": {
|
|
14682
|
+
"type": "String",
|
|
14683
|
+
"value": "var(--kendo-font-family, inherit)"
|
|
14684
|
+
},
|
|
14685
|
+
"kendo-scheduler-adaptive-font-size": {
|
|
14686
|
+
"type": "String",
|
|
14687
|
+
"value": "var(--kendo-font-size, inherit)"
|
|
14688
|
+
},
|
|
14689
|
+
"kendo-scheduler-adaptive-line-height": {
|
|
14690
|
+
"type": "String",
|
|
14691
|
+
"value": "var(--kendo-line-height, normal)"
|
|
14692
|
+
},
|
|
14693
|
+
"kendo-scheduler-adaptive-current-text": {
|
|
14694
|
+
"type": "String",
|
|
14695
|
+
"value": "var(--kendo-color-primary)"
|
|
14696
|
+
},
|
|
14697
|
+
"kendo-scheduler-adaptive-base-text": {
|
|
14698
|
+
"type": "String",
|
|
14699
|
+
"value": "inherit"
|
|
14700
|
+
},
|
|
14701
|
+
"kendo-scheduler-adaptive-subtle-text": {
|
|
14702
|
+
"type": "String",
|
|
14703
|
+
"value": "var(--kendo-color-on-app-surface)"
|
|
14704
|
+
},
|
|
14741
14705
|
"kendo-file-box-padding-x": {
|
|
14742
14706
|
"type": "String",
|
|
14743
14707
|
"value": "var(--kendo-spacing-2)"
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-meridian",
|
|
3
3
|
"description": "Meridian theme for Kendo UI",
|
|
4
|
-
"version": "14.
|
|
4
|
+
"version": "14.2.0-dev.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.9.0",
|
|
56
|
-
"@progress/kendo-theme-core": "14.
|
|
57
|
-
"@progress/kendo-theme-utils": "14.
|
|
56
|
+
"@progress/kendo-theme-core": "14.2.0-dev.0",
|
|
57
|
+
"@progress/kendo-theme-utils": "14.2.0-dev.0"
|
|
58
58
|
},
|
|
59
59
|
"directories": {
|
|
60
60
|
"doc": "docs",
|
|
61
61
|
"lib": "lib"
|
|
62
62
|
},
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "2bc240b1c4ee65e6dc269fe4586ed2cabc5ba318"
|
|
64
64
|
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
// Dependencies
|
|
2
|
+
@use "../core/_index.scss" as *;
|
|
3
|
+
|
|
4
|
+
// Component
|
|
5
|
+
@forward "./_variables.scss";
|
|
6
|
+
@use "./_layout.scss" as *;
|
|
7
|
+
@use "./_theme.scss" as *;
|
|
8
|
+
|
|
9
|
+
// Expose
|
|
10
|
+
@mixin kendo-diagram--styles() {
|
|
11
|
+
@include import-once( "diagram" ) {
|
|
12
|
+
@include core-styles();
|
|
13
|
+
@include kendo-diagram--layout();
|
|
14
|
+
@include kendo-diagram--theme();
|
|
15
|
+
}
|
|
16
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@use "../core/_index.scss" as *;
|
|
@@ -38,18 +38,9 @@ $kendo-drawer-content-padding-y: null !default;
|
|
|
38
38
|
/// The width of the Drawer scrollbar.
|
|
39
39
|
/// @group drawer
|
|
40
40
|
$kendo-drawer-scrollbar-width: 7px !default;
|
|
41
|
-
/// The color of the Drawer scrollbar track.
|
|
42
|
-
/// @group drawer
|
|
43
|
-
$kendo-drawer-scrollbar-color: k-color(inverse-subtle) !default;
|
|
44
|
-
/// The background color of the Drawer scrollbar thumb.
|
|
45
|
-
/// @group drawer
|
|
46
|
-
$kendo-drawer-scrollbar-bg: color-mix(in srgb, k-color(inverse-subtle), k-color(on-inverse)) !default;
|
|
47
41
|
/// The border radius of the Drawer scrollbar.
|
|
48
42
|
/// @group drawer
|
|
49
43
|
$kendo-drawer-scrollbar-radius: 20px !default;
|
|
50
|
-
/// The hover color of the Drawer scrollbar track.
|
|
51
|
-
/// @group drawer
|
|
52
|
-
$kendo-drawer-scrollbar-hover-color: $kendo-drawer-scrollbar-color !default;
|
|
53
44
|
|
|
54
45
|
/// The horizontal padding of the Drawer items.
|
|
55
46
|
/// @group drawer
|
|
@@ -145,10 +136,7 @@ $kendo-drawer-selected-focus-bg: null !default;
|
|
|
145
136
|
$kendo-drawer-content-padding-x: $kendo-drawer-content-padding-x,
|
|
146
137
|
$kendo-drawer-content-padding-y: $kendo-drawer-content-padding-y,
|
|
147
138
|
$kendo-drawer-scrollbar-width: $kendo-drawer-scrollbar-width,
|
|
148
|
-
$kendo-drawer-scrollbar-color: $kendo-drawer-scrollbar-color,
|
|
149
|
-
$kendo-drawer-scrollbar-bg: $kendo-drawer-scrollbar-bg,
|
|
150
139
|
$kendo-drawer-scrollbar-radius: $kendo-drawer-scrollbar-radius,
|
|
151
|
-
$kendo-drawer-scrollbar-hover-color: $kendo-drawer-scrollbar-hover-color,
|
|
152
140
|
$kendo-drawer-items-padding-x: $kendo-drawer-items-padding-x,
|
|
153
141
|
$kendo-drawer-items-padding-y: $kendo-drawer-items-padding-y,
|
|
154
142
|
$kendo-drawer-item-padding-x: $kendo-drawer-item-padding-x,
|
package/scss/grid/_index.scss
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
// Dependencies
|
|
2
2
|
@use "../core/_index.scss" as *;
|
|
3
3
|
@use "../utils/_index.scss" as *;
|
|
4
|
-
@use "../adaptive/_index.scss" as *;
|
|
5
4
|
@use "../progressbar/_index.scss" as *;
|
|
6
5
|
@use "../button/_index.scss" as *;
|
|
7
6
|
@use "../action-buttons/_index.scss" as *;
|
|
@@ -35,7 +34,6 @@
|
|
|
35
34
|
@mixin kendo-grid--styles() {
|
|
36
35
|
@include import-once( "grid" ) {
|
|
37
36
|
@include core-styles();
|
|
38
|
-
@include kendo-adaptive--styles();
|
|
39
37
|
@include kendo-progressbar--styles();
|
|
40
38
|
@include kendo-button--styles();
|
|
41
39
|
@include kendo-action-buttons--styles();
|
package/scss/grid/_layout.scss
CHANGED
|
@@ -55,6 +55,14 @@
|
|
|
55
55
|
.k-grouping-row + .k-master-row .k-table-td {
|
|
56
56
|
border-block-start-width: $kendo-grid-grouping-row-border-top;
|
|
57
57
|
}
|
|
58
|
+
|
|
59
|
+
.k-table .k-group-footer .k-table-td {
|
|
60
|
+
border-width: 0 0 $kendo-grid-group-footer-border-y;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
.k-group-footer:last-child .k-table-td {
|
|
64
|
+
border-block-end-width: 0;
|
|
65
|
+
}
|
|
58
66
|
}
|
|
59
67
|
|
|
60
68
|
// Column menu fix for action buttons focus state
|
package/scss/index.scss
CHANGED
|
@@ -94,7 +94,6 @@
|
|
|
94
94
|
@forward "./splitter/_index.scss";
|
|
95
95
|
@forward "./tilelayout/_index.scss";
|
|
96
96
|
@forward "./dock-manager/_index.scss";
|
|
97
|
-
@forward "./adaptive/_index.scss";
|
|
98
97
|
@forward "./grid/_index.scss";
|
|
99
98
|
@forward "./listview/_index.scss";
|
|
100
99
|
@forward "./spreadsheet/_index.scss";
|
|
@@ -283,7 +282,6 @@
|
|
|
283
282
|
|
|
284
283
|
|
|
285
284
|
// Misc
|
|
286
|
-
@use "./adaptive/_index.scss" as *;
|
|
287
285
|
@use "./file-box/_index.scss" as *;
|
|
288
286
|
@use "./chat/_index.scss" as *;
|
|
289
287
|
@use "./mediaplayer/_index.scss" as *;
|
|
@@ -299,6 +297,7 @@
|
|
|
299
297
|
|
|
300
298
|
// Dataviz
|
|
301
299
|
@use "./dataviz/_index.scss" as *;
|
|
300
|
+
@use "./diagram/_index.scss" as *;
|
|
302
301
|
@use "./map/_index.scss" as *;
|
|
303
302
|
@use "./orgchart/_index.scss" as *;
|
|
304
303
|
@use "./signature/_index.scss" as *;
|
|
@@ -464,7 +463,6 @@
|
|
|
464
463
|
|
|
465
464
|
|
|
466
465
|
// Misc
|
|
467
|
-
@include kendo-adaptive--styles();
|
|
468
466
|
@include kendo-file-box--styles();
|
|
469
467
|
@include kendo-chat--styles();
|
|
470
468
|
@include kendo-media-player--styles();
|
|
@@ -480,6 +478,7 @@
|
|
|
480
478
|
|
|
481
479
|
// Dataviz
|
|
482
480
|
@include kendo-dataviz--styles();
|
|
481
|
+
@include kendo-diagram--styles();
|
|
483
482
|
@include kendo-map--styles();
|
|
484
483
|
@include kendo-orgchart--styles();
|
|
485
484
|
@include kendo-signature--styles();
|
package/scss/listbox/_theme.scss
CHANGED
|
@@ -18,7 +18,7 @@ $kendo-loader-segment-border-radius: 50% !default;
|
|
|
18
18
|
|
|
19
19
|
/// The size of the small Loader segment.
|
|
20
20
|
/// @group loader
|
|
21
|
-
$kendo-loader-sm-segment-size: k-spacing(
|
|
21
|
+
$kendo-loader-sm-segment-size: k-spacing(1) !default;
|
|
22
22
|
/// The size of the medium Loader segment.
|
|
23
23
|
/// @group loader
|
|
24
24
|
$kendo-loader-md-segment-size: k-spacing(2) !default;
|
|
@@ -28,7 +28,7 @@ $kendo-loader-lg-segment-size: k-spacing(4) !default;
|
|
|
28
28
|
|
|
29
29
|
/// The padding of the small Loader.
|
|
30
30
|
/// @group loader
|
|
31
|
-
$kendo-loader-sm-padding: calc( #{$kendo-loader-sm-segment-size} /
|
|
31
|
+
$kendo-loader-sm-padding: calc( #{$kendo-loader-sm-segment-size} / 2 ) !default;
|
|
32
32
|
/// The padding of the medium Loader.
|
|
33
33
|
/// @group loader
|
|
34
34
|
$kendo-loader-md-padding: calc( #{$kendo-loader-md-segment-size} / 2 ) !default;
|
|
@@ -2,7 +2,11 @@
|
|
|
2
2
|
@use "../core/_index.scss" as *;
|
|
3
3
|
@use "../icons/_index.scss" as *;
|
|
4
4
|
@use "../utils/_index.scss" as *;
|
|
5
|
-
@use "../
|
|
5
|
+
@use "../listgroup/_index.scss" as *;
|
|
6
|
+
@use "../checkbox/_index.scss" as *;
|
|
7
|
+
@use "../radio/_index.scss" as *;
|
|
8
|
+
@use "../switch/_index.scss" as *;
|
|
9
|
+
@use "../toolbar/_index.scss" as *;
|
|
6
10
|
@use "../button/_index.scss" as *;
|
|
7
11
|
@use "../datetimepicker/_index.scss" as *;
|
|
8
12
|
@use "../dropdownlist/_index.scss" as *;
|
|
@@ -20,7 +24,11 @@
|
|
|
20
24
|
@include import-once( "scheduler" ) {
|
|
21
25
|
@include core-styles();
|
|
22
26
|
@include kendo-icon--styles();
|
|
23
|
-
@include kendo-
|
|
27
|
+
@include kendo-listgroup--styles();
|
|
28
|
+
@include kendo-checkbox--styles();
|
|
29
|
+
@include kendo-radio--styles();
|
|
30
|
+
@include kendo-switch--styles();
|
|
31
|
+
@include kendo-toolbar--styles();
|
|
24
32
|
@include kendo-button--styles();
|
|
25
33
|
@include kendo-date-time-picker--styles();
|
|
26
34
|
@include kendo-dropdown-list--styles();
|
|
@@ -269,6 +269,25 @@ $kendo-scheduler-marquee-label-inset-y: k-spacing(0.5) !default;
|
|
|
269
269
|
/// @group scheduler
|
|
270
270
|
$kendo-scheduler-header-bg: k-translucency-bg(k-color(surface)) !default;
|
|
271
271
|
|
|
272
|
+
|
|
273
|
+
// Adaptive
|
|
274
|
+
$kendo-scheduler-adaptive-bg: k-color(surface-alt) !default;
|
|
275
|
+
$kendo-scheduler-adaptive-text: k-color(on-app-surface) !default;
|
|
276
|
+
$kendo-scheduler-adaptive-border: k-color(border) !default;
|
|
277
|
+
|
|
278
|
+
$kendo-scheduler-adaptive-content-bg: k-color(surface) !default;
|
|
279
|
+
|
|
280
|
+
$kendo-scheduler-adaptive-menu-clear-text: k-color(primary) !default;
|
|
281
|
+
|
|
282
|
+
$kendo-scheduler-adaptive-border-width: 1px !default;
|
|
283
|
+
$kendo-scheduler-adaptive-font-family: var( --kendo-font-family, inherit ) !default;
|
|
284
|
+
$kendo-scheduler-adaptive-font-size: var( --kendo-font-size, inherit ) !default;
|
|
285
|
+
$kendo-scheduler-adaptive-line-height: var( --kendo-line-height, normal ) !default;
|
|
286
|
+
|
|
287
|
+
$kendo-scheduler-adaptive-current-text: k-color(primary) !default;
|
|
288
|
+
$kendo-scheduler-adaptive-base-text: inherit !default;
|
|
289
|
+
$kendo-scheduler-adaptive-subtle-text: k-color(on-app-surface) !default;
|
|
290
|
+
|
|
272
291
|
@forward "@progress/kendo-theme-core/scss/components/scheduler/_variables.scss" with (
|
|
273
292
|
$kendo-scheduler-border-width: $kendo-scheduler-border-width,
|
|
274
293
|
$kendo-scheduler-border-radius: $kendo-scheduler-border-radius,
|
|
@@ -347,5 +366,17 @@ $kendo-scheduler-header-bg: k-translucency-bg(k-color(surface)) !default;
|
|
|
347
366
|
$kendo-scheduler-indicators-margin: $kendo-scheduler-indicators-margin,
|
|
348
367
|
$kendo-scheduler-marquee-label-inset-x: $kendo-scheduler-marquee-label-inset-x,
|
|
349
368
|
$kendo-scheduler-marquee-label-inset-y: $kendo-scheduler-marquee-label-inset-y,
|
|
350
|
-
$kendo-scheduler-header-bg: $kendo-scheduler-header-bg
|
|
369
|
+
$kendo-scheduler-header-bg: $kendo-scheduler-header-bg,
|
|
370
|
+
$kendo-scheduler-adaptive-bg: $kendo-scheduler-adaptive-bg,
|
|
371
|
+
$kendo-scheduler-adaptive-text: $kendo-scheduler-adaptive-text,
|
|
372
|
+
$kendo-scheduler-adaptive-border: $kendo-scheduler-adaptive-border,
|
|
373
|
+
$kendo-scheduler-adaptive-content-bg: $kendo-scheduler-adaptive-content-bg,
|
|
374
|
+
$kendo-scheduler-adaptive-menu-clear-text: $kendo-scheduler-adaptive-menu-clear-text,
|
|
375
|
+
$kendo-scheduler-adaptive-border-width: $kendo-scheduler-adaptive-border-width,
|
|
376
|
+
$kendo-scheduler-adaptive-font-family: $kendo-scheduler-adaptive-font-family,
|
|
377
|
+
$kendo-scheduler-adaptive-font-size: $kendo-scheduler-adaptive-font-size,
|
|
378
|
+
$kendo-scheduler-adaptive-line-height: $kendo-scheduler-adaptive-line-height,
|
|
379
|
+
$kendo-scheduler-adaptive-current-text: $kendo-scheduler-adaptive-current-text,
|
|
380
|
+
$kendo-scheduler-adaptive-base-text: $kendo-scheduler-adaptive-base-text,
|
|
381
|
+
$kendo-scheduler-adaptive-subtle-text: $kendo-scheduler-adaptive-subtle-text
|
|
351
382
|
);
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
// Dependencies (TODO: extract variables)
|
|
2
|
-
@use "../core/_index.scss" as *;
|
|
3
|
-
@use "../listgroup/_index.scss" as *;
|
|
4
|
-
@use "../checkbox/_index.scss" as *;
|
|
5
|
-
@use "../radio/_index.scss" as *;
|
|
6
|
-
@use "../switch/_index.scss" as *;
|
|
7
|
-
@use "../toolbar/_index.scss" as *;
|
|
8
|
-
|
|
9
|
-
// Component
|
|
10
|
-
@forward "./_variables.scss";
|
|
11
|
-
@use "./_layout.scss" as *;
|
|
12
|
-
@use "./_theme.scss" as *;
|
|
13
|
-
|
|
14
|
-
// Expose
|
|
15
|
-
@mixin kendo-adaptive--styles() {
|
|
16
|
-
@include import-once( "adaptive" ) {
|
|
17
|
-
@include core-styles();
|
|
18
|
-
@include kendo-listgroup--styles();
|
|
19
|
-
@include kendo-checkbox--styles();
|
|
20
|
-
@include kendo-radio--styles();
|
|
21
|
-
@include kendo-switch--styles();
|
|
22
|
-
@include kendo-toolbar--styles();
|
|
23
|
-
@include kendo-adaptive--layout();
|
|
24
|
-
@include kendo-adaptive--theme();
|
|
25
|
-
}
|
|
26
|
-
}
|
|
@@ -1,90 +0,0 @@
|
|
|
1
|
-
@use "../core/_index.scss" as *;
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
// Adaptive
|
|
5
|
-
/// The background color of the Adaptive component.
|
|
6
|
-
/// @group adaptive
|
|
7
|
-
$kendo-adaptive-bg: k-color(surface-alt) !default;
|
|
8
|
-
/// The text color of the Adaptive component.
|
|
9
|
-
/// @group adaptive
|
|
10
|
-
$kendo-adaptive-text: k-color(on-app-surface) !default;
|
|
11
|
-
/// The border color of the Adaptive component.
|
|
12
|
-
/// @group adaptive
|
|
13
|
-
$kendo-adaptive-border: k-color(border) !default;
|
|
14
|
-
|
|
15
|
-
/// The background color of the Adaptive content.
|
|
16
|
-
/// @group adaptive
|
|
17
|
-
$kendo-adaptive-content-bg: k-color(surface) !default;
|
|
18
|
-
/// The text color of the Adaptive content.
|
|
19
|
-
/// @group adaptive
|
|
20
|
-
$kendo-adaptive-content-text: k-color(on-app-surface) !default;
|
|
21
|
-
|
|
22
|
-
/// The background color of the Adaptive menu.
|
|
23
|
-
/// @group adaptive
|
|
24
|
-
$kendo-adaptive-menu-bg: k-color(primary) !default;
|
|
25
|
-
/// The text color of the Adaptive menu.
|
|
26
|
-
/// @group adaptive
|
|
27
|
-
$kendo-adaptive-menu-text: k-color(on-primary) !default;
|
|
28
|
-
|
|
29
|
-
/// The text color of the Adaptive menu clear button.
|
|
30
|
-
/// @group adaptive
|
|
31
|
-
$kendo-adaptive-menu-clear-text: k-color(primary) !default;
|
|
32
|
-
|
|
33
|
-
/// The border color of the Adaptive menu item.
|
|
34
|
-
/// @group adaptive
|
|
35
|
-
$kendo-adaptive-menu-item-border: k-color(border) !default;
|
|
36
|
-
/// The text color of the Adaptive menu title.
|
|
37
|
-
/// @group adaptive
|
|
38
|
-
$kendo-adaptive-menu-title-text: k-color(on-app-surface) !default;
|
|
39
|
-
|
|
40
|
-
/// The width of the border around the Adaptive component.
|
|
41
|
-
/// @group adaptive
|
|
42
|
-
$kendo-adaptive-border-width: 1px !default;
|
|
43
|
-
/// The font family of the Adaptive component.
|
|
44
|
-
/// @group adaptive
|
|
45
|
-
$kendo-adaptive-font-family: var( --kendo-font-family, inherit ) !default;
|
|
46
|
-
/// The font size of the Adaptive component.
|
|
47
|
-
/// @group adaptive
|
|
48
|
-
$kendo-adaptive-font-size: var( --kendo-font-size, inherit ) !default;
|
|
49
|
-
/// The line height of the Adaptive component.
|
|
50
|
-
/// @group adaptive
|
|
51
|
-
$kendo-adaptive-line-height: var( --kendo-line-height, normal ) !default;
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
// Adaptive Grid
|
|
55
|
-
/// The text color of the Adaptive Grid sort indicator.
|
|
56
|
-
/// @group adaptive
|
|
57
|
-
$kendo-adaptive-grid-sort-text: k-color(primary) !default;
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
// Adaptive Scheduler
|
|
61
|
-
/// The text color of the current date in the Adaptive Scheduler.
|
|
62
|
-
/// @group adaptive
|
|
63
|
-
$kendo-adaptive-scheduler-current-text: k-color(primary) !default;
|
|
64
|
-
/// The base text color of the Adaptive Scheduler.
|
|
65
|
-
/// @group adaptive
|
|
66
|
-
$kendo-adaptive-scheduler-base-text: inherit !default;
|
|
67
|
-
/// The subtle text color of the Adaptive Scheduler.
|
|
68
|
-
/// @group adaptive
|
|
69
|
-
$kendo-adaptive-scheduler-subtle-text: k-color(on-app-surface) !default;
|
|
70
|
-
|
|
71
|
-
@forward "@progress/kendo-theme-core/scss/components/adaptive/_variables.scss" with (
|
|
72
|
-
$kendo-adaptive-bg: $kendo-adaptive-bg,
|
|
73
|
-
$kendo-adaptive-text: $kendo-adaptive-text,
|
|
74
|
-
$kendo-adaptive-border: $kendo-adaptive-border,
|
|
75
|
-
$kendo-adaptive-content-bg: $kendo-adaptive-content-bg,
|
|
76
|
-
$kendo-adaptive-content-text: $kendo-adaptive-content-text,
|
|
77
|
-
$kendo-adaptive-menu-bg: $kendo-adaptive-menu-bg,
|
|
78
|
-
$kendo-adaptive-menu-text: $kendo-adaptive-menu-text,
|
|
79
|
-
$kendo-adaptive-menu-clear-text: $kendo-adaptive-menu-clear-text,
|
|
80
|
-
$kendo-adaptive-menu-item-border: $kendo-adaptive-menu-item-border,
|
|
81
|
-
$kendo-adaptive-menu-title-text: $kendo-adaptive-menu-title-text,
|
|
82
|
-
$kendo-adaptive-border-width: $kendo-adaptive-border-width,
|
|
83
|
-
$kendo-adaptive-font-family: $kendo-adaptive-font-family,
|
|
84
|
-
$kendo-adaptive-font-size: $kendo-adaptive-font-size,
|
|
85
|
-
$kendo-adaptive-line-height: $kendo-adaptive-line-height,
|
|
86
|
-
$kendo-adaptive-grid-sort-text: $kendo-adaptive-grid-sort-text,
|
|
87
|
-
$kendo-adaptive-scheduler-current-text: $kendo-adaptive-scheduler-current-text,
|
|
88
|
-
$kendo-adaptive-scheduler-base-text: $kendo-adaptive-scheduler-base-text,
|
|
89
|
-
$kendo-adaptive-scheduler-subtle-text: $kendo-adaptive-scheduler-subtle-text
|
|
90
|
-
);
|