@progress/kendo-theme-classic 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 +41 -5
- package/dist/all.scss +36 -5
- 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/dist/all.css
CHANGED
|
@@ -964,11 +964,28 @@ kendo-sortable {
|
|
|
964
964
|
.k-loading-color {
|
|
965
965
|
width: 100%;
|
|
966
966
|
height: 100%;
|
|
967
|
+
box-sizing: border-box;
|
|
967
968
|
position: absolute;
|
|
968
969
|
top: 0;
|
|
969
970
|
left: 0;
|
|
970
971
|
}
|
|
971
972
|
|
|
973
|
+
.k-loading-mask *,
|
|
974
|
+
.k-loading-mask *::before,
|
|
975
|
+
.k-loading-mask *::after, .k-loading-mask::before, .k-loading-mask::after,
|
|
976
|
+
.k-loading-image *,
|
|
977
|
+
.k-loading-image *::before,
|
|
978
|
+
.k-loading-image *::after,
|
|
979
|
+
.k-loading-image::before,
|
|
980
|
+
.k-loading-image::after,
|
|
981
|
+
.k-loading-color *,
|
|
982
|
+
.k-loading-color *::before,
|
|
983
|
+
.k-loading-color *::after,
|
|
984
|
+
.k-loading-color::before,
|
|
985
|
+
.k-loading-color::after {
|
|
986
|
+
box-sizing: border-box;
|
|
987
|
+
}
|
|
988
|
+
|
|
972
989
|
.k-loading-mask {
|
|
973
990
|
z-index: 100;
|
|
974
991
|
}
|
|
@@ -999,6 +1016,10 @@ kendo-sortable {
|
|
|
999
1016
|
color: currentColor;
|
|
1000
1017
|
}
|
|
1001
1018
|
|
|
1019
|
+
.k-i-loading::before, .k-i-loading::after {
|
|
1020
|
+
box-sizing: border-box;
|
|
1021
|
+
}
|
|
1022
|
+
|
|
1002
1023
|
.k-i-loading::before,
|
|
1003
1024
|
.k-i-loading::after,
|
|
1004
1025
|
.k-loading-image::before,
|
|
@@ -24573,6 +24594,7 @@ kendo-card-footer {
|
|
|
24573
24594
|
|
|
24574
24595
|
.k-tabstrip-wrapper {
|
|
24575
24596
|
padding: 0px 0px;
|
|
24597
|
+
box-sizing: border-box;
|
|
24576
24598
|
border-width: 0px;
|
|
24577
24599
|
border-style: solid;
|
|
24578
24600
|
display: flex;
|
|
@@ -24600,6 +24622,7 @@ kendo-card-footer {
|
|
|
24600
24622
|
}
|
|
24601
24623
|
|
|
24602
24624
|
.k-tabstrip-items-wrapper {
|
|
24625
|
+
box-sizing: border-box;
|
|
24603
24626
|
border-width: 0;
|
|
24604
24627
|
border-style: solid;
|
|
24605
24628
|
border-color: inherit;
|
|
@@ -24608,12 +24631,19 @@ kendo-card-footer {
|
|
|
24608
24631
|
}
|
|
24609
24632
|
|
|
24610
24633
|
.k-tabstrip-items {
|
|
24634
|
+
box-sizing: border-box;
|
|
24611
24635
|
outline: 0;
|
|
24612
24636
|
display: flex;
|
|
24613
24637
|
flex-flow: row wrap;
|
|
24614
24638
|
flex: 0 0 auto;
|
|
24615
24639
|
}
|
|
24616
24640
|
|
|
24641
|
+
.k-tabstrip-items *,
|
|
24642
|
+
.k-tabstrip-items *::before,
|
|
24643
|
+
.k-tabstrip-items *::after {
|
|
24644
|
+
box-sizing: border-box;
|
|
24645
|
+
}
|
|
24646
|
+
|
|
24617
24647
|
.k-tabstrip-items .k-item {
|
|
24618
24648
|
margin: 0;
|
|
24619
24649
|
padding: 0;
|
|
@@ -24650,6 +24680,7 @@ kendo-card-footer {
|
|
|
24650
24680
|
.k-tabstrip-content,
|
|
24651
24681
|
.k-tabstrip > .k-content {
|
|
24652
24682
|
padding: 16px 16px;
|
|
24683
|
+
box-sizing: border-box;
|
|
24653
24684
|
border-width: 1px;
|
|
24654
24685
|
border-style: solid;
|
|
24655
24686
|
border-color: inherit;
|
|
@@ -24942,11 +24973,13 @@ kendo-card-footer {
|
|
|
24942
24973
|
}
|
|
24943
24974
|
|
|
24944
24975
|
.k-wizard .k-wizard-steps {
|
|
24976
|
+
box-sizing: border-box;
|
|
24945
24977
|
display: flex;
|
|
24946
24978
|
overflow: hidden;
|
|
24947
24979
|
}
|
|
24948
24980
|
|
|
24949
24981
|
.k-wizard .k-wizard-step {
|
|
24982
|
+
box-sizing: border-box;
|
|
24950
24983
|
padding: 10px;
|
|
24951
24984
|
width: 100%;
|
|
24952
24985
|
display: flex;
|
|
@@ -24962,11 +24995,13 @@ kendo-card-footer {
|
|
|
24962
24995
|
}
|
|
24963
24996
|
|
|
24964
24997
|
.k-wizard .k-wizard-content {
|
|
24998
|
+
box-sizing: border-box;
|
|
24965
24999
|
overflow-y: auto;
|
|
24966
25000
|
}
|
|
24967
25001
|
|
|
24968
25002
|
.k-wizard .k-wizard-buttons {
|
|
24969
25003
|
margin-top: 32px;
|
|
25004
|
+
box-sizing: border-box;
|
|
24970
25005
|
display: flex;
|
|
24971
25006
|
flex-wrap: nowrap;
|
|
24972
25007
|
align-items: center;
|
|
@@ -27306,11 +27341,12 @@ div.k-grid-norecords {
|
|
|
27306
27341
|
}
|
|
27307
27342
|
|
|
27308
27343
|
.k-grid-norecords-template {
|
|
27344
|
+
box-sizing: border-box;
|
|
27345
|
+
margin: 0 auto;
|
|
27309
27346
|
width: 20em;
|
|
27310
27347
|
height: 4em;
|
|
27311
|
-
line-height: 4em;
|
|
27312
|
-
margin: 0 auto;
|
|
27313
27348
|
border: 1px solid;
|
|
27349
|
+
line-height: 4em;
|
|
27314
27350
|
}
|
|
27315
27351
|
|
|
27316
27352
|
.k-header > .k-cell-inner {
|
|
@@ -27772,8 +27808,8 @@ tbody .k-group-cell {
|
|
|
27772
27808
|
background-color: whitesmoke;
|
|
27773
27809
|
}
|
|
27774
27810
|
|
|
27775
|
-
.k-grid tbody tr:hover,
|
|
27776
|
-
.k-grid tbody tr.k-state-hover {
|
|
27811
|
+
.k-grid tbody tr:not(.k-detail-row):hover,
|
|
27812
|
+
.k-grid tbody tr:not(.k-detail-row).k-state-hover {
|
|
27777
27813
|
background-color: #ebebeb;
|
|
27778
27814
|
}
|
|
27779
27815
|
|
|
@@ -34959,7 +34995,7 @@ ul.k-scheduler-views li:focus, ul.k-scheduler-views li.k-state-focus, ul.k-sched
|
|
|
34959
34995
|
|
|
34960
34996
|
.k-timeline *,
|
|
34961
34997
|
.k-timeline *::before,
|
|
34962
|
-
.k-timeline *::after {
|
|
34998
|
+
.k-timeline *::after, .k-timeline::before, .k-timeline::after {
|
|
34963
34999
|
box-sizing: border-box;
|
|
34964
35000
|
}
|
|
34965
35001
|
|
package/dist/all.scss
CHANGED
|
@@ -2717,9 +2717,18 @@ $display4-letter-spacing: null !default;
|
|
|
2717
2717
|
.k-loading-color {
|
|
2718
2718
|
width: 100%;
|
|
2719
2719
|
height: 100%;
|
|
2720
|
+
box-sizing: border-box;
|
|
2720
2721
|
position: absolute;
|
|
2721
2722
|
top: 0;
|
|
2722
2723
|
left: 0;
|
|
2724
|
+
|
|
2725
|
+
*,
|
|
2726
|
+
*::before,
|
|
2727
|
+
*::after,
|
|
2728
|
+
&::before,
|
|
2729
|
+
&::after {
|
|
2730
|
+
box-sizing: border-box;
|
|
2731
|
+
}
|
|
2723
2732
|
}
|
|
2724
2733
|
|
|
2725
2734
|
.k-loading-mask {
|
|
@@ -2750,6 +2759,11 @@ $display4-letter-spacing: null !default;
|
|
|
2750
2759
|
background-color: transparent;
|
|
2751
2760
|
box-sizing: border-box;
|
|
2752
2761
|
color: currentColor;
|
|
2762
|
+
|
|
2763
|
+
&::before,
|
|
2764
|
+
&::after {
|
|
2765
|
+
box-sizing: border-box;
|
|
2766
|
+
}
|
|
2753
2767
|
}
|
|
2754
2768
|
|
|
2755
2769
|
.k-i-loading::before,
|
|
@@ -27408,6 +27422,7 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
27408
27422
|
|
|
27409
27423
|
.k-tabstrip-wrapper {
|
|
27410
27424
|
padding: $tabstrip-wrapper-padding-y $tabstrip-wrapper-padding-x;
|
|
27425
|
+
box-sizing: border-box;
|
|
27411
27426
|
border-width: $tabstrip-wrapper-border-width;
|
|
27412
27427
|
border-style: solid;
|
|
27413
27428
|
display: flex;
|
|
@@ -27435,6 +27450,7 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
27435
27450
|
}
|
|
27436
27451
|
|
|
27437
27452
|
.k-tabstrip-items-wrapper {
|
|
27453
|
+
box-sizing: border-box;
|
|
27438
27454
|
border-width: 0;
|
|
27439
27455
|
border-style: solid;
|
|
27440
27456
|
border-color: inherit;
|
|
@@ -27443,11 +27459,18 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
27443
27459
|
}
|
|
27444
27460
|
|
|
27445
27461
|
.k-tabstrip-items {
|
|
27462
|
+
box-sizing: border-box;
|
|
27446
27463
|
outline: 0;
|
|
27447
27464
|
display: flex;
|
|
27448
27465
|
flex-flow: row wrap;
|
|
27449
27466
|
flex: 0 0 auto;
|
|
27450
27467
|
|
|
27468
|
+
*,
|
|
27469
|
+
*::before,
|
|
27470
|
+
*::after {
|
|
27471
|
+
box-sizing: border-box;
|
|
27472
|
+
}
|
|
27473
|
+
|
|
27451
27474
|
.k-item {
|
|
27452
27475
|
margin: 0;
|
|
27453
27476
|
padding: 0;
|
|
@@ -27484,6 +27507,7 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
27484
27507
|
.k-tabstrip-content,
|
|
27485
27508
|
.k-tabstrip > .k-content {
|
|
27486
27509
|
padding: $tabstrip-content-padding-y $tabstrip-content-padding-x;
|
|
27510
|
+
box-sizing: border-box;
|
|
27487
27511
|
border-width: $tabstrip-content-border-width;
|
|
27488
27512
|
border-style: solid;
|
|
27489
27513
|
border-color: inherit;
|
|
@@ -27930,11 +27954,13 @@ $wizard-focused-shadow: inset 0 0 0 2px rgba(0, 0, 0, .13) !default;
|
|
|
27930
27954
|
overflow: hidden;
|
|
27931
27955
|
|
|
27932
27956
|
.k-wizard-steps {
|
|
27957
|
+
box-sizing: border-box;
|
|
27933
27958
|
display: flex;
|
|
27934
27959
|
overflow: hidden;
|
|
27935
27960
|
}
|
|
27936
27961
|
|
|
27937
27962
|
.k-wizard-step {
|
|
27963
|
+
box-sizing: border-box;
|
|
27938
27964
|
padding: calc(#{$wizard-content-padding-x / 4} + 2px);
|
|
27939
27965
|
width: 100%;
|
|
27940
27966
|
display: flex;
|
|
@@ -27951,11 +27977,13 @@ $wizard-focused-shadow: inset 0 0 0 2px rgba(0, 0, 0, .13) !default;
|
|
|
27951
27977
|
}
|
|
27952
27978
|
|
|
27953
27979
|
.k-wizard-content {
|
|
27980
|
+
box-sizing: border-box;
|
|
27954
27981
|
overflow-y: auto;
|
|
27955
27982
|
}
|
|
27956
27983
|
|
|
27957
27984
|
.k-wizard-buttons {
|
|
27958
27985
|
margin-top: $wizard-content-padding-y;
|
|
27986
|
+
box-sizing: border-box;
|
|
27959
27987
|
display: flex;
|
|
27960
27988
|
flex-wrap: nowrap;
|
|
27961
27989
|
align-items: center;
|
|
@@ -30999,11 +31027,12 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
30999
31027
|
}
|
|
31000
31028
|
|
|
31001
31029
|
.k-grid-norecords-template {
|
|
31030
|
+
box-sizing: border-box;
|
|
31031
|
+
margin: 0 auto;
|
|
31002
31032
|
width: 20em;
|
|
31003
31033
|
height: 4em;
|
|
31004
|
-
line-height: 4em;
|
|
31005
|
-
margin: 0 auto;
|
|
31006
31034
|
border: 1px solid;
|
|
31035
|
+
line-height: 4em;
|
|
31007
31036
|
}
|
|
31008
31037
|
|
|
31009
31038
|
.k-header > .k-cell-inner {
|
|
@@ -31503,8 +31532,8 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
31503
31532
|
}
|
|
31504
31533
|
|
|
31505
31534
|
// Hover state
|
|
31506
|
-
tbody tr:hover,
|
|
31507
|
-
tbody tr.k-state-hover {
|
|
31535
|
+
tbody tr:not(.k-detail-row):hover,
|
|
31536
|
+
tbody tr:not(.k-detail-row).k-state-hover {
|
|
31508
31537
|
color: $grid-hovered-text;
|
|
31509
31538
|
background-color: $grid-hovered-bg;
|
|
31510
31539
|
}
|
|
@@ -41184,7 +41213,9 @@ $timeline-event-min-height-calc: calc(2 * (#{$timeline-track-event-offset} - #{$
|
|
|
41184
41213
|
|
|
41185
41214
|
*,
|
|
41186
41215
|
*::before,
|
|
41187
|
-
*::after
|
|
41216
|
+
*::after,
|
|
41217
|
+
&::before,
|
|
41218
|
+
&::after {
|
|
41188
41219
|
box-sizing: border-box;
|
|
41189
41220
|
}
|
|
41190
41221
|
|
|
@@ -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-classic",
|
|
3
3
|
"description": "Sass port of less based themes for Kendo UI theme",
|
|
4
|
-
"version": "4.
|
|
4
|
+
"version": "4.44.0",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"postpublish": "rm -rf modules && git checkout scss"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@progress/kendo-theme-default": "^4.
|
|
53
|
+
"@progress/kendo-theme-default": "^4.44.0"
|
|
54
54
|
},
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "3632cd4d3b93f2ec215392497839837d54477e63"
|
|
56
56
|
}
|