@progress/kendo-theme-material 4.43.1-dev.8 → 4.44.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 +43 -7
- package/dist/all.scss +38 -7
- package/modules/@progress/kendo-theme-default/package.json +2 -2
- package/modules/@progress/kendo-theme-default/scss/common/_loading.scss +14 -0
- package/modules/@progress/kendo-theme-default/scss/grid/_layout.scss +3 -2
- package/modules/@progress/kendo-theme-default/scss/grid/_theme.scss +2 -2
- package/modules/@progress/kendo-theme-default/scss/tabstrip/_layout.scss +10 -0
- package/modules/@progress/kendo-theme-default/scss/timeline/_layout.scss +3 -1
- package/modules/@progress/kendo-theme-default/scss/wizard/_layout.scss +4 -0
- package/package.json +3 -3
- package/scss/grid/_theme.scss +2 -2
package/dist/all.css
CHANGED
|
@@ -961,11 +961,28 @@ kendo-sortable {
|
|
|
961
961
|
.k-loading-color {
|
|
962
962
|
width: 100%;
|
|
963
963
|
height: 100%;
|
|
964
|
+
box-sizing: border-box;
|
|
964
965
|
position: absolute;
|
|
965
966
|
top: 0;
|
|
966
967
|
left: 0;
|
|
967
968
|
}
|
|
968
969
|
|
|
970
|
+
.k-loading-mask *,
|
|
971
|
+
.k-loading-mask *::before,
|
|
972
|
+
.k-loading-mask *::after, .k-loading-mask::before, .k-loading-mask::after,
|
|
973
|
+
.k-loading-image *,
|
|
974
|
+
.k-loading-image *::before,
|
|
975
|
+
.k-loading-image *::after,
|
|
976
|
+
.k-loading-image::before,
|
|
977
|
+
.k-loading-image::after,
|
|
978
|
+
.k-loading-color *,
|
|
979
|
+
.k-loading-color *::before,
|
|
980
|
+
.k-loading-color *::after,
|
|
981
|
+
.k-loading-color::before,
|
|
982
|
+
.k-loading-color::after {
|
|
983
|
+
box-sizing: border-box;
|
|
984
|
+
}
|
|
985
|
+
|
|
969
986
|
.k-loading-mask {
|
|
970
987
|
z-index: 100;
|
|
971
988
|
}
|
|
@@ -996,6 +1013,10 @@ kendo-sortable {
|
|
|
996
1013
|
color: currentColor;
|
|
997
1014
|
}
|
|
998
1015
|
|
|
1016
|
+
.k-i-loading::before, .k-i-loading::after {
|
|
1017
|
+
box-sizing: border-box;
|
|
1018
|
+
}
|
|
1019
|
+
|
|
999
1020
|
.k-i-loading::before,
|
|
1000
1021
|
.k-i-loading::after,
|
|
1001
1022
|
.k-loading-image::before,
|
|
@@ -25583,6 +25604,7 @@ kendo-card-footer {
|
|
|
25583
25604
|
|
|
25584
25605
|
.k-tabstrip-wrapper {
|
|
25585
25606
|
padding: 0px 0px;
|
|
25607
|
+
box-sizing: border-box;
|
|
25586
25608
|
border-width: 0px;
|
|
25587
25609
|
border-style: solid;
|
|
25588
25610
|
display: flex;
|
|
@@ -25610,6 +25632,7 @@ kendo-card-footer {
|
|
|
25610
25632
|
}
|
|
25611
25633
|
|
|
25612
25634
|
.k-tabstrip-items-wrapper {
|
|
25635
|
+
box-sizing: border-box;
|
|
25613
25636
|
border-width: 0;
|
|
25614
25637
|
border-style: solid;
|
|
25615
25638
|
border-color: inherit;
|
|
@@ -25618,12 +25641,19 @@ kendo-card-footer {
|
|
|
25618
25641
|
}
|
|
25619
25642
|
|
|
25620
25643
|
.k-tabstrip-items {
|
|
25644
|
+
box-sizing: border-box;
|
|
25621
25645
|
outline: 0;
|
|
25622
25646
|
display: flex;
|
|
25623
25647
|
flex-flow: row wrap;
|
|
25624
25648
|
flex: 0 0 auto;
|
|
25625
25649
|
}
|
|
25626
25650
|
|
|
25651
|
+
.k-tabstrip-items *,
|
|
25652
|
+
.k-tabstrip-items *::before,
|
|
25653
|
+
.k-tabstrip-items *::after {
|
|
25654
|
+
box-sizing: border-box;
|
|
25655
|
+
}
|
|
25656
|
+
|
|
25627
25657
|
.k-tabstrip-items .k-item {
|
|
25628
25658
|
margin: 0;
|
|
25629
25659
|
padding: 0;
|
|
@@ -25660,6 +25690,7 @@ kendo-card-footer {
|
|
|
25660
25690
|
.k-tabstrip-content,
|
|
25661
25691
|
.k-tabstrip > .k-content {
|
|
25662
25692
|
padding: 16px 16px;
|
|
25693
|
+
box-sizing: border-box;
|
|
25663
25694
|
border-width: 0px;
|
|
25664
25695
|
border-style: solid;
|
|
25665
25696
|
border-color: inherit;
|
|
@@ -26002,11 +26033,13 @@ kendo-card-footer {
|
|
|
26002
26033
|
}
|
|
26003
26034
|
|
|
26004
26035
|
.k-wizard .k-wizard-steps {
|
|
26036
|
+
box-sizing: border-box;
|
|
26005
26037
|
display: flex;
|
|
26006
26038
|
overflow: hidden;
|
|
26007
26039
|
}
|
|
26008
26040
|
|
|
26009
26041
|
.k-wizard .k-wizard-step {
|
|
26042
|
+
box-sizing: border-box;
|
|
26010
26043
|
padding: 10px;
|
|
26011
26044
|
width: 100%;
|
|
26012
26045
|
display: flex;
|
|
@@ -26022,11 +26055,13 @@ kendo-card-footer {
|
|
|
26022
26055
|
}
|
|
26023
26056
|
|
|
26024
26057
|
.k-wizard .k-wizard-content {
|
|
26058
|
+
box-sizing: border-box;
|
|
26025
26059
|
overflow-y: auto;
|
|
26026
26060
|
}
|
|
26027
26061
|
|
|
26028
26062
|
.k-wizard .k-wizard-buttons {
|
|
26029
26063
|
margin-top: 32px;
|
|
26064
|
+
box-sizing: border-box;
|
|
26030
26065
|
display: flex;
|
|
26031
26066
|
flex-wrap: nowrap;
|
|
26032
26067
|
align-items: center;
|
|
@@ -28465,11 +28500,12 @@ div.k-grid-norecords {
|
|
|
28465
28500
|
}
|
|
28466
28501
|
|
|
28467
28502
|
.k-grid-norecords-template {
|
|
28503
|
+
box-sizing: border-box;
|
|
28504
|
+
margin: 0 auto;
|
|
28468
28505
|
width: 20em;
|
|
28469
28506
|
height: 4em;
|
|
28470
|
-
line-height: 4em;
|
|
28471
|
-
margin: 0 auto;
|
|
28472
28507
|
border: 1px solid;
|
|
28508
|
+
line-height: 4em;
|
|
28473
28509
|
}
|
|
28474
28510
|
|
|
28475
28511
|
.k-header > .k-cell-inner {
|
|
@@ -29034,8 +29070,8 @@ tbody .k-group-cell {
|
|
|
29034
29070
|
background-color: transparent;
|
|
29035
29071
|
}
|
|
29036
29072
|
|
|
29037
|
-
.k-grid tbody tr:hover,
|
|
29038
|
-
.k-grid tbody tr.k-state-hover {
|
|
29073
|
+
.k-grid tbody tr:not(.k-detail-row):hover,
|
|
29074
|
+
.k-grid tbody tr:not(.k-detail-row).k-state-hover {
|
|
29039
29075
|
background-color: rgba(0, 0, 0, 0.07);
|
|
29040
29076
|
}
|
|
29041
29077
|
|
|
@@ -29326,8 +29362,8 @@ kendo-grid tr.k-state-hover .k-grid-content-sticky.k-state-selected {
|
|
|
29326
29362
|
background-color: transparent;
|
|
29327
29363
|
}
|
|
29328
29364
|
|
|
29329
|
-
.k-grid table tr:hover,
|
|
29330
|
-
.k-grid table tr.k-state-hover,
|
|
29365
|
+
.k-grid table tr:not(.k-detail-row):hover,
|
|
29366
|
+
.k-grid table tr:not(.k-detail-row).k-state-hover,
|
|
29331
29367
|
.k-grid table td.k-state-focused,
|
|
29332
29368
|
.k-grid table th.k-state-focused,
|
|
29333
29369
|
.k-grid table th:focus,
|
|
@@ -36800,7 +36836,7 @@ ul.k-scheduler-views li {
|
|
|
36800
36836
|
|
|
36801
36837
|
.k-timeline *,
|
|
36802
36838
|
.k-timeline *::before,
|
|
36803
|
-
.k-timeline *::after {
|
|
36839
|
+
.k-timeline *::after, .k-timeline::before, .k-timeline::after {
|
|
36804
36840
|
box-sizing: border-box;
|
|
36805
36841
|
}
|
|
36806
36842
|
|
package/dist/all.scss
CHANGED
|
@@ -3569,9 +3569,18 @@ $display4-letter-spacing: null !default;
|
|
|
3569
3569
|
.k-loading-color {
|
|
3570
3570
|
width: 100%;
|
|
3571
3571
|
height: 100%;
|
|
3572
|
+
box-sizing: border-box;
|
|
3572
3573
|
position: absolute;
|
|
3573
3574
|
top: 0;
|
|
3574
3575
|
left: 0;
|
|
3576
|
+
|
|
3577
|
+
*,
|
|
3578
|
+
*::before,
|
|
3579
|
+
*::after,
|
|
3580
|
+
&::before,
|
|
3581
|
+
&::after {
|
|
3582
|
+
box-sizing: border-box;
|
|
3583
|
+
}
|
|
3575
3584
|
}
|
|
3576
3585
|
|
|
3577
3586
|
.k-loading-mask {
|
|
@@ -3602,6 +3611,11 @@ $display4-letter-spacing: null !default;
|
|
|
3602
3611
|
background-color: transparent;
|
|
3603
3612
|
box-sizing: border-box;
|
|
3604
3613
|
color: currentColor;
|
|
3614
|
+
|
|
3615
|
+
&::before,
|
|
3616
|
+
&::after {
|
|
3617
|
+
box-sizing: border-box;
|
|
3618
|
+
}
|
|
3605
3619
|
}
|
|
3606
3620
|
|
|
3607
3621
|
.k-i-loading::before,
|
|
@@ -29775,6 +29789,7 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
29775
29789
|
|
|
29776
29790
|
.k-tabstrip-wrapper {
|
|
29777
29791
|
padding: $tabstrip-wrapper-padding-y $tabstrip-wrapper-padding-x;
|
|
29792
|
+
box-sizing: border-box;
|
|
29778
29793
|
border-width: $tabstrip-wrapper-border-width;
|
|
29779
29794
|
border-style: solid;
|
|
29780
29795
|
display: flex;
|
|
@@ -29802,6 +29817,7 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
29802
29817
|
}
|
|
29803
29818
|
|
|
29804
29819
|
.k-tabstrip-items-wrapper {
|
|
29820
|
+
box-sizing: border-box;
|
|
29805
29821
|
border-width: 0;
|
|
29806
29822
|
border-style: solid;
|
|
29807
29823
|
border-color: inherit;
|
|
@@ -29810,11 +29826,18 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
29810
29826
|
}
|
|
29811
29827
|
|
|
29812
29828
|
.k-tabstrip-items {
|
|
29829
|
+
box-sizing: border-box;
|
|
29813
29830
|
outline: 0;
|
|
29814
29831
|
display: flex;
|
|
29815
29832
|
flex-flow: row wrap;
|
|
29816
29833
|
flex: 0 0 auto;
|
|
29817
29834
|
|
|
29835
|
+
*,
|
|
29836
|
+
*::before,
|
|
29837
|
+
*::after {
|
|
29838
|
+
box-sizing: border-box;
|
|
29839
|
+
}
|
|
29840
|
+
|
|
29818
29841
|
.k-item {
|
|
29819
29842
|
margin: 0;
|
|
29820
29843
|
padding: 0;
|
|
@@ -29851,6 +29874,7 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
29851
29874
|
.k-tabstrip-content,
|
|
29852
29875
|
.k-tabstrip > .k-content {
|
|
29853
29876
|
padding: $tabstrip-content-padding-y $tabstrip-content-padding-x;
|
|
29877
|
+
box-sizing: border-box;
|
|
29854
29878
|
border-width: $tabstrip-content-border-width;
|
|
29855
29879
|
border-style: solid;
|
|
29856
29880
|
border-color: inherit;
|
|
@@ -30330,11 +30354,13 @@ $wizard-focused-shadow: inset 0 0 0 2px rgba(0, 0, 0, .13) !default;
|
|
|
30330
30354
|
overflow: hidden;
|
|
30331
30355
|
|
|
30332
30356
|
.k-wizard-steps {
|
|
30357
|
+
box-sizing: border-box;
|
|
30333
30358
|
display: flex;
|
|
30334
30359
|
overflow: hidden;
|
|
30335
30360
|
}
|
|
30336
30361
|
|
|
30337
30362
|
.k-wizard-step {
|
|
30363
|
+
box-sizing: border-box;
|
|
30338
30364
|
padding: calc(#{$wizard-content-padding-x / 4} + 2px);
|
|
30339
30365
|
width: 100%;
|
|
30340
30366
|
display: flex;
|
|
@@ -30351,11 +30377,13 @@ $wizard-focused-shadow: inset 0 0 0 2px rgba(0, 0, 0, .13) !default;
|
|
|
30351
30377
|
}
|
|
30352
30378
|
|
|
30353
30379
|
.k-wizard-content {
|
|
30380
|
+
box-sizing: border-box;
|
|
30354
30381
|
overflow-y: auto;
|
|
30355
30382
|
}
|
|
30356
30383
|
|
|
30357
30384
|
.k-wizard-buttons {
|
|
30358
30385
|
margin-top: $wizard-content-padding-y;
|
|
30386
|
+
box-sizing: border-box;
|
|
30359
30387
|
display: flex;
|
|
30360
30388
|
flex-wrap: nowrap;
|
|
30361
30389
|
align-items: center;
|
|
@@ -33417,11 +33445,12 @@ $grid-group-dropclue-top: calc( ( #{$button-calc-size} + #{$grid-grouping-header
|
|
|
33417
33445
|
}
|
|
33418
33446
|
|
|
33419
33447
|
.k-grid-norecords-template {
|
|
33448
|
+
box-sizing: border-box;
|
|
33449
|
+
margin: 0 auto;
|
|
33420
33450
|
width: 20em;
|
|
33421
33451
|
height: 4em;
|
|
33422
|
-
line-height: 4em;
|
|
33423
|
-
margin: 0 auto;
|
|
33424
33452
|
border: 1px solid;
|
|
33453
|
+
line-height: 4em;
|
|
33425
33454
|
}
|
|
33426
33455
|
|
|
33427
33456
|
.k-header > .k-cell-inner {
|
|
@@ -34048,8 +34077,8 @@ $grid-group-dropclue-top: calc( ( #{$button-calc-size} + #{$grid-grouping-header
|
|
|
34048
34077
|
}
|
|
34049
34078
|
|
|
34050
34079
|
// Hover state
|
|
34051
|
-
tbody tr:hover,
|
|
34052
|
-
tbody tr.k-state-hover {
|
|
34080
|
+
tbody tr:not(.k-detail-row):hover,
|
|
34081
|
+
tbody tr:not(.k-detail-row).k-state-hover {
|
|
34053
34082
|
color: $grid-hovered-text;
|
|
34054
34083
|
background-color: $grid-hovered-bg;
|
|
34055
34084
|
}
|
|
@@ -34437,8 +34466,8 @@ $grid-group-dropclue-top: calc( ( #{$button-calc-size} + #{$grid-grouping-header
|
|
|
34437
34466
|
|
|
34438
34467
|
// Hover, Focused state
|
|
34439
34468
|
table {
|
|
34440
|
-
tr:hover,
|
|
34441
|
-
tr.k-state-hover,
|
|
34469
|
+
tr:not(.k-detail-row):hover,
|
|
34470
|
+
tr:not(.k-detail-row).k-state-hover,
|
|
34442
34471
|
td.k-state-focused,
|
|
34443
34472
|
th.k-state-focused,
|
|
34444
34473
|
th:focus,
|
|
@@ -44523,7 +44552,9 @@ $timeline-event-min-height-calc: calc(2 * (#{$timeline-track-event-offset} - #{$
|
|
|
44523
44552
|
|
|
44524
44553
|
*,
|
|
44525
44554
|
*::before,
|
|
44526
|
-
*::after
|
|
44555
|
+
*::after,
|
|
44556
|
+
&::before,
|
|
44557
|
+
&::after {
|
|
44527
44558
|
box-sizing: border-box;
|
|
44528
44559
|
}
|
|
44529
44560
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-default",
|
|
3
3
|
"description": "SASS resources for the default Kendo UI theme",
|
|
4
|
-
"version": "4.
|
|
4
|
+
"version": "4.44.0",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -47,5 +47,5 @@
|
|
|
47
47
|
"dart:flat": "gulp dart:flat",
|
|
48
48
|
"prepublishOnly": "echo 'no prebublish for default theme'"
|
|
49
49
|
},
|
|
50
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "3632cd4d3b93f2ec215392497839837d54477e63"
|
|
51
51
|
}
|
|
@@ -6,9 +6,18 @@
|
|
|
6
6
|
.k-loading-color {
|
|
7
7
|
width: 100%;
|
|
8
8
|
height: 100%;
|
|
9
|
+
box-sizing: border-box;
|
|
9
10
|
position: absolute;
|
|
10
11
|
top: 0;
|
|
11
12
|
left: 0;
|
|
13
|
+
|
|
14
|
+
*,
|
|
15
|
+
*::before,
|
|
16
|
+
*::after,
|
|
17
|
+
&::before,
|
|
18
|
+
&::after {
|
|
19
|
+
box-sizing: border-box;
|
|
20
|
+
}
|
|
12
21
|
}
|
|
13
22
|
|
|
14
23
|
.k-loading-mask {
|
|
@@ -39,6 +48,11 @@
|
|
|
39
48
|
background-color: transparent;
|
|
40
49
|
box-sizing: border-box;
|
|
41
50
|
color: currentColor;
|
|
51
|
+
|
|
52
|
+
&::before,
|
|
53
|
+
&::after {
|
|
54
|
+
box-sizing: border-box;
|
|
55
|
+
}
|
|
42
56
|
}
|
|
43
57
|
|
|
44
58
|
.k-i-loading::before,
|
|
@@ -1061,11 +1061,12 @@
|
|
|
1061
1061
|
}
|
|
1062
1062
|
|
|
1063
1063
|
.k-grid-norecords-template {
|
|
1064
|
+
box-sizing: border-box;
|
|
1065
|
+
margin: 0 auto;
|
|
1064
1066
|
width: 20em;
|
|
1065
1067
|
height: 4em;
|
|
1066
|
-
line-height: 4em;
|
|
1067
|
-
margin: 0 auto;
|
|
1068
1068
|
border: 1px solid;
|
|
1069
|
+
line-height: 4em;
|
|
1069
1070
|
}
|
|
1070
1071
|
|
|
1071
1072
|
.k-header > .k-cell-inner {
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
.k-tabstrip-wrapper {
|
|
4
4
|
padding: $tabstrip-wrapper-padding-y $tabstrip-wrapper-padding-x;
|
|
5
|
+
box-sizing: border-box;
|
|
5
6
|
border-width: $tabstrip-wrapper-border-width;
|
|
6
7
|
border-style: solid;
|
|
7
8
|
display: flex;
|
|
@@ -29,6 +30,7 @@
|
|
|
29
30
|
}
|
|
30
31
|
|
|
31
32
|
.k-tabstrip-items-wrapper {
|
|
33
|
+
box-sizing: border-box;
|
|
32
34
|
border-width: 0;
|
|
33
35
|
border-style: solid;
|
|
34
36
|
border-color: inherit;
|
|
@@ -37,11 +39,18 @@
|
|
|
37
39
|
}
|
|
38
40
|
|
|
39
41
|
.k-tabstrip-items {
|
|
42
|
+
box-sizing: border-box;
|
|
40
43
|
outline: 0;
|
|
41
44
|
display: flex;
|
|
42
45
|
flex-flow: row wrap;
|
|
43
46
|
flex: 0 0 auto;
|
|
44
47
|
|
|
48
|
+
*,
|
|
49
|
+
*::before,
|
|
50
|
+
*::after {
|
|
51
|
+
box-sizing: border-box;
|
|
52
|
+
}
|
|
53
|
+
|
|
45
54
|
.k-item {
|
|
46
55
|
margin: 0;
|
|
47
56
|
padding: 0;
|
|
@@ -78,6 +87,7 @@
|
|
|
78
87
|
.k-tabstrip-content,
|
|
79
88
|
.k-tabstrip > .k-content {
|
|
80
89
|
padding: $tabstrip-content-padding-y $tabstrip-content-padding-x;
|
|
90
|
+
box-sizing: border-box;
|
|
81
91
|
border-width: $tabstrip-content-border-width;
|
|
82
92
|
border-style: solid;
|
|
83
93
|
border-color: inherit;
|
|
@@ -16,11 +16,13 @@
|
|
|
16
16
|
overflow: hidden;
|
|
17
17
|
|
|
18
18
|
.k-wizard-steps {
|
|
19
|
+
box-sizing: border-box;
|
|
19
20
|
display: flex;
|
|
20
21
|
overflow: hidden;
|
|
21
22
|
}
|
|
22
23
|
|
|
23
24
|
.k-wizard-step {
|
|
25
|
+
box-sizing: border-box;
|
|
24
26
|
padding: calc(#{$wizard-content-padding-x / 4} + 2px);
|
|
25
27
|
width: 100%;
|
|
26
28
|
display: flex;
|
|
@@ -37,11 +39,13 @@
|
|
|
37
39
|
}
|
|
38
40
|
|
|
39
41
|
.k-wizard-content {
|
|
42
|
+
box-sizing: border-box;
|
|
40
43
|
overflow-y: auto;
|
|
41
44
|
}
|
|
42
45
|
|
|
43
46
|
.k-wizard-buttons {
|
|
44
47
|
margin-top: $wizard-content-padding-y;
|
|
48
|
+
box-sizing: border-box;
|
|
45
49
|
display: flex;
|
|
46
50
|
flex-wrap: nowrap;
|
|
47
51
|
align-items: center;
|
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": "4.
|
|
4
|
+
"version": "4.44.0",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"postpublish": "rm -rf modules && git checkout scss"
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
|
-
"@progress/kendo-theme-default": "^4.
|
|
54
|
+
"@progress/kendo-theme-default": "^4.44.0"
|
|
55
55
|
},
|
|
56
|
-
"gitHead": "
|
|
56
|
+
"gitHead": "3632cd4d3b93f2ec215392497839837d54477e63"
|
|
57
57
|
}
|