@progress/kendo-theme-classic 5.6.0 → 5.6.1-dev.2
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 +115 -48
- package/dist/all.scss +60 -41
- package/lib/swatches/classic-green-dark.json +1 -1
- package/lib/swatches/classic-green.json +1 -1
- package/lib/swatches/classic-main-dark.json +1 -1
- package/lib/swatches/classic-main.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/package.json +3 -3
- package/scss/colorpicker/_index.scss +1 -2
- package/scss/daterangepicker/_variables.scss +1 -1
- package/scss/dropdowngrid/_index.scss +1 -0
package/dist/all.css
CHANGED
|
@@ -18381,7 +18381,8 @@ kendo-label > .k-label {
|
|
|
18381
18381
|
}
|
|
18382
18382
|
|
|
18383
18383
|
.k-calendar-header .k-today,
|
|
18384
|
-
.k-calendar-header .k-nav-today
|
|
18384
|
+
.k-calendar-header .k-nav-today,
|
|
18385
|
+
.k-calendar-header .k-calendar-nav-today {
|
|
18385
18386
|
text-decoration: none;
|
|
18386
18387
|
cursor: pointer;
|
|
18387
18388
|
outline: none;
|
|
@@ -18730,10 +18731,14 @@ kendo-label > .k-label {
|
|
|
18730
18731
|
.k-rtl .k-calendar .k-nav-next,
|
|
18731
18732
|
.k-rtl .k-calendar .k-prev-view,
|
|
18732
18733
|
.k-rtl .k-calendar .k-next-view,
|
|
18734
|
+
.k-rtl .k-calendar .k-calendar-nav-prev,
|
|
18735
|
+
.k-rtl .k-calendar .k-calendar-nav-next,
|
|
18733
18736
|
.k-calendar[dir="rtl"] .k-nav-prev,
|
|
18734
18737
|
.k-calendar[dir="rtl"] .k-nav-next,
|
|
18735
18738
|
.k-calendar[dir="rtl"] .k-prev-view,
|
|
18736
|
-
.k-calendar[dir="rtl"] .k-next-view
|
|
18739
|
+
.k-calendar[dir="rtl"] .k-next-view,
|
|
18740
|
+
.k-calendar[dir="rtl"] .k-calendar-nav-prev,
|
|
18741
|
+
.k-calendar[dir="rtl"] .k-calendar-nav-next {
|
|
18737
18742
|
transform: scaleX(-1);
|
|
18738
18743
|
}
|
|
18739
18744
|
|
|
@@ -18779,11 +18784,18 @@ kendo-label > .k-label {
|
|
|
18779
18784
|
background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
|
|
18780
18785
|
}
|
|
18781
18786
|
|
|
18782
|
-
.k-calendar .k-nav-today
|
|
18787
|
+
.k-calendar .k-nav-today,
|
|
18788
|
+
.k-calendar .k-calendar-nav-today {
|
|
18783
18789
|
color: #f35800;
|
|
18784
18790
|
}
|
|
18785
18791
|
|
|
18786
|
-
.k-calendar .k-nav-today:hover, .k-calendar .k-nav-today.k-hover, .k-calendar .k-nav-today.k-state-hover, .k-calendar .k-nav-today:focus, .k-calendar .k-nav-today.k-focus, .k-calendar .k-nav-today.k-state-focus
|
|
18792
|
+
.k-calendar .k-nav-today:hover, .k-calendar .k-nav-today.k-hover, .k-calendar .k-nav-today.k-state-hover, .k-calendar .k-nav-today:focus, .k-calendar .k-nav-today.k-focus, .k-calendar .k-nav-today.k-state-focus,
|
|
18793
|
+
.k-calendar .k-calendar-nav-today:hover,
|
|
18794
|
+
.k-calendar .k-calendar-nav-today.k-hover,
|
|
18795
|
+
.k-calendar .k-calendar-nav-today.k-state-hover,
|
|
18796
|
+
.k-calendar .k-calendar-nav-today:focus,
|
|
18797
|
+
.k-calendar .k-calendar-nav-today.k-focus,
|
|
18798
|
+
.k-calendar .k-calendar-nav-today.k-state-focus {
|
|
18787
18799
|
color: #cc4a00;
|
|
18788
18800
|
}
|
|
18789
18801
|
|
|
@@ -22124,10 +22136,6 @@ kendo-label > .k-label {
|
|
|
22124
22136
|
width: 100%;
|
|
22125
22137
|
}
|
|
22126
22138
|
|
|
22127
|
-
.k-dialog-close {
|
|
22128
|
-
align-self: flex-end;
|
|
22129
|
-
}
|
|
22130
|
-
|
|
22131
22139
|
.k-dialog-buttongroup {
|
|
22132
22140
|
border-bottom-right-radius: 4px;
|
|
22133
22141
|
border-bottom-left-radius: 4px;
|
|
@@ -23738,7 +23746,8 @@ kendo-card-footer {
|
|
|
23738
23746
|
box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13);
|
|
23739
23747
|
}
|
|
23740
23748
|
|
|
23741
|
-
.k-pager-wrap
|
|
23749
|
+
.k-pager-wrap,
|
|
23750
|
+
.k-pager {
|
|
23742
23751
|
padding: 8px 8px;
|
|
23743
23752
|
border-width: 1px;
|
|
23744
23753
|
border-style: solid;
|
|
@@ -23760,18 +23769,25 @@ kendo-card-footer {
|
|
|
23760
23769
|
|
|
23761
23770
|
.k-pager-wrap *,
|
|
23762
23771
|
.k-pager-wrap *::before,
|
|
23763
|
-
.k-pager-wrap *::after
|
|
23772
|
+
.k-pager-wrap *::after,
|
|
23773
|
+
.k-pager *,
|
|
23774
|
+
.k-pager *::before,
|
|
23775
|
+
.k-pager *::after {
|
|
23764
23776
|
box-sizing: border-box;
|
|
23765
23777
|
}
|
|
23766
23778
|
|
|
23767
|
-
.k-pager-wrap .k-link
|
|
23779
|
+
.k-pager-wrap .k-link,
|
|
23780
|
+
.k-pager .k-link {
|
|
23768
23781
|
text-decoration: none;
|
|
23769
23782
|
outline: 0;
|
|
23770
23783
|
font: inherit;
|
|
23771
23784
|
background-color: inherit;
|
|
23772
23785
|
}
|
|
23773
23786
|
|
|
23774
|
-
.k-pager-wrap .k-link:focus, .k-pager-wrap .k-link.k-state-focus, .k-pager-wrap .k-link.k-focus
|
|
23787
|
+
.k-pager-wrap .k-link:focus, .k-pager-wrap .k-link.k-state-focus, .k-pager-wrap .k-link.k-focus,
|
|
23788
|
+
.k-pager .k-link:focus,
|
|
23789
|
+
.k-pager .k-link.k-state-focus,
|
|
23790
|
+
.k-pager .k-link.k-focus {
|
|
23775
23791
|
z-index: 3;
|
|
23776
23792
|
}
|
|
23777
23793
|
|
|
@@ -23797,7 +23813,46 @@ kendo-card-footer {
|
|
|
23797
23813
|
[dir="rtl"] .k-pager-wrap .k-i-seek-w,
|
|
23798
23814
|
[dir="rtl"] .k-pager-wrap .k-i-arrow-w,
|
|
23799
23815
|
[dir="rtl"] .k-pager-wrap .k-i-arrow-e,
|
|
23800
|
-
[dir="rtl"] .k-pager-wrap .k-i-seek-e
|
|
23816
|
+
[dir="rtl"] .k-pager-wrap .k-i-seek-e, .k-rtl
|
|
23817
|
+
.k-pager .k-i-arrow-end-left,
|
|
23818
|
+
.k-rtl
|
|
23819
|
+
.k-pager .k-i-arrow-60-left,
|
|
23820
|
+
.k-rtl
|
|
23821
|
+
.k-pager .k-i-arrow-60-right,
|
|
23822
|
+
.k-rtl
|
|
23823
|
+
.k-pager .k-i-arrow-end-right,
|
|
23824
|
+
.k-rtl
|
|
23825
|
+
.k-pager .k-i-seek-w,
|
|
23826
|
+
.k-rtl
|
|
23827
|
+
.k-pager .k-i-arrow-w,
|
|
23828
|
+
.k-rtl
|
|
23829
|
+
.k-pager .k-i-arrow-e,
|
|
23830
|
+
.k-rtl
|
|
23831
|
+
.k-pager .k-i-seek-e,
|
|
23832
|
+
.k-pager[dir="rtl"] .k-i-arrow-end-left,
|
|
23833
|
+
.k-pager[dir="rtl"] .k-i-arrow-60-left,
|
|
23834
|
+
.k-pager[dir="rtl"] .k-i-arrow-60-right,
|
|
23835
|
+
.k-pager[dir="rtl"] .k-i-arrow-end-right,
|
|
23836
|
+
.k-pager[dir="rtl"] .k-i-seek-w,
|
|
23837
|
+
.k-pager[dir="rtl"] .k-i-arrow-w,
|
|
23838
|
+
.k-pager[dir="rtl"] .k-i-arrow-e,
|
|
23839
|
+
.k-pager[dir="rtl"] .k-i-seek-e,
|
|
23840
|
+
[dir="rtl"]
|
|
23841
|
+
.k-pager .k-i-arrow-end-left,
|
|
23842
|
+
[dir="rtl"]
|
|
23843
|
+
.k-pager .k-i-arrow-60-left,
|
|
23844
|
+
[dir="rtl"]
|
|
23845
|
+
.k-pager .k-i-arrow-60-right,
|
|
23846
|
+
[dir="rtl"]
|
|
23847
|
+
.k-pager .k-i-arrow-end-right,
|
|
23848
|
+
[dir="rtl"]
|
|
23849
|
+
.k-pager .k-i-seek-w,
|
|
23850
|
+
[dir="rtl"]
|
|
23851
|
+
.k-pager .k-i-arrow-w,
|
|
23852
|
+
[dir="rtl"]
|
|
23853
|
+
.k-pager .k-i-arrow-e,
|
|
23854
|
+
[dir="rtl"]
|
|
23855
|
+
.k-pager .k-i-seek-e {
|
|
23801
23856
|
transform: scaleX(-1);
|
|
23802
23857
|
}
|
|
23803
23858
|
|
|
@@ -23946,13 +24001,19 @@ kendo-card-footer {
|
|
|
23946
24001
|
display: none;
|
|
23947
24002
|
}
|
|
23948
24003
|
|
|
23949
|
-
.k-pager-wrap
|
|
24004
|
+
.k-pager-wrap,
|
|
24005
|
+
.k-pager {
|
|
23950
24006
|
border-color: #cacaca;
|
|
23951
24007
|
color: #272727;
|
|
23952
24008
|
background-color: #f0f0f0;
|
|
23953
24009
|
}
|
|
23954
24010
|
|
|
23955
|
-
.k-pager-wrap:focus, .k-pager-wrap.k-focus, .k-pager-wrap.k-state-focus, .k-pager-wrap.k-state-focused, .k-pager-wrap.k-focus
|
|
24011
|
+
.k-pager-wrap:focus, .k-pager-wrap.k-focus, .k-pager-wrap.k-state-focus, .k-pager-wrap.k-state-focused, .k-pager-wrap.k-focus,
|
|
24012
|
+
.k-pager:focus,
|
|
24013
|
+
.k-pager.k-focus,
|
|
24014
|
+
.k-pager.k-state-focus,
|
|
24015
|
+
.k-pager.k-state-focused,
|
|
24016
|
+
.k-pager.k-focus {
|
|
23956
24017
|
box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13);
|
|
23957
24018
|
}
|
|
23958
24019
|
|
|
@@ -24068,14 +24129,6 @@ kendo-card-footer {
|
|
|
24068
24129
|
overflow: hidden;
|
|
24069
24130
|
}
|
|
24070
24131
|
|
|
24071
|
-
.k-stepper .k-step-disabled {
|
|
24072
|
-
pointer-events: none;
|
|
24073
|
-
}
|
|
24074
|
-
|
|
24075
|
-
.k-stepper .k-step-disabled .k-step-link {
|
|
24076
|
-
cursor: default;
|
|
24077
|
-
}
|
|
24078
|
-
|
|
24079
24132
|
.k-stepper .k-step-indicator {
|
|
24080
24133
|
border-radius: 50%;
|
|
24081
24134
|
margin: 3px;
|
|
@@ -24112,6 +24165,7 @@ kendo-card-footer {
|
|
|
24112
24165
|
}
|
|
24113
24166
|
|
|
24114
24167
|
.k-stepper .k-step-focus .k-step-indicator::after,
|
|
24168
|
+
.k-stepper .k-step.k-focus .k-step-indicator::after,
|
|
24115
24169
|
.k-stepper .k-step-link:focus .k-step-indicator::after {
|
|
24116
24170
|
display: block;
|
|
24117
24171
|
}
|
|
@@ -24152,9 +24206,19 @@ kendo-card-footer {
|
|
|
24152
24206
|
font-size: 12px;
|
|
24153
24207
|
}
|
|
24154
24208
|
|
|
24209
|
+
.k-stepper .k-step-disabled,
|
|
24210
|
+
.k-stepper .k-step.k-disabled {
|
|
24211
|
+
opacity: 1;
|
|
24212
|
+
pointer-events: none;
|
|
24213
|
+
}
|
|
24214
|
+
|
|
24215
|
+
.k-stepper .k-step-disabled .k-step-link,
|
|
24216
|
+
.k-stepper .k-step.k-disabled .k-step-link {
|
|
24217
|
+
cursor: default;
|
|
24218
|
+
}
|
|
24219
|
+
|
|
24155
24220
|
.k-stepper .k-step-disabled .k-step-label-optional,
|
|
24156
|
-
.k-stepper.k-
|
|
24157
|
-
.k-stepper.k-disabled .k-step-label-optional {
|
|
24221
|
+
.k-stepper .k-step.k-disabled .k-step-label-optional {
|
|
24158
24222
|
color: inherit;
|
|
24159
24223
|
}
|
|
24160
24224
|
|
|
@@ -24268,11 +24332,20 @@ kendo-card-footer {
|
|
|
24268
24332
|
color: #272727;
|
|
24269
24333
|
}
|
|
24270
24334
|
|
|
24271
|
-
.k-stepper .k-step:hover .k-step-indicator, .k-stepper .k-step.k-step-hover .k-step-indicator {
|
|
24335
|
+
.k-stepper .k-step:hover .k-step-indicator, .k-stepper .k-step.k-hover .k-step-indicator, .k-stepper .k-step.k-step-hover .k-step-indicator {
|
|
24272
24336
|
background-color: #ebebeb;
|
|
24273
24337
|
}
|
|
24274
24338
|
|
|
24275
|
-
.k-stepper .k-step.k-step-
|
|
24339
|
+
.k-stepper .k-step.k-step-focus .k-step-label:only-child, .k-stepper .k-step.k-focus .k-step-label:only-child,
|
|
24340
|
+
.k-stepper .k-step .k-step-link:focus .k-step-label:only-child {
|
|
24341
|
+
box-shadow: inset 0 0 0 2px #cacaca;
|
|
24342
|
+
}
|
|
24343
|
+
|
|
24344
|
+
.k-stepper .k-step.k-step-disabled .k-step-indicator, .k-stepper .k-step.k-disabled .k-step-indicator, .k-stepper .k-step:disabled .k-step-indicator {
|
|
24345
|
+
color: #8d8d8d;
|
|
24346
|
+
}
|
|
24347
|
+
|
|
24348
|
+
.k-stepper .k-step.k-step-disabled .k-step-label, .k-stepper .k-step.k-disabled .k-step-label, .k-stepper .k-step:disabled .k-step-label {
|
|
24276
24349
|
color: #8d8d8d;
|
|
24277
24350
|
}
|
|
24278
24351
|
|
|
@@ -24298,11 +24371,11 @@ kendo-card-footer {
|
|
|
24298
24371
|
background-color: #f35800;
|
|
24299
24372
|
}
|
|
24300
24373
|
|
|
24301
|
-
.k-stepper .k-step-done:hover .k-step-indicator, .k-stepper .k-step-done.k-step-hover .k-step-indicator {
|
|
24374
|
+
.k-stepper .k-step-done:hover .k-step-indicator, .k-stepper .k-step-done.k-hover .k-step-indicator, .k-stepper .k-step-done.k-step-hover .k-step-indicator {
|
|
24302
24375
|
background-color: #e05100;
|
|
24303
24376
|
}
|
|
24304
24377
|
|
|
24305
|
-
.k-stepper .k-step-done.k-step-disabled .k-step-indicator, .k-stepper .k-step-done:disabled .k-step-indicator {
|
|
24378
|
+
.k-stepper .k-step-done.k-step-disabled .k-step-indicator, .k-stepper .k-step-done.k-disabled .k-step-indicator, .k-stepper .k-step-done:disabled .k-step-indicator {
|
|
24306
24379
|
border-color: #f89b66;
|
|
24307
24380
|
color: white;
|
|
24308
24381
|
background-color: #f89b66;
|
|
@@ -24314,11 +24387,11 @@ kendo-card-footer {
|
|
|
24314
24387
|
background-color: #f35800;
|
|
24315
24388
|
}
|
|
24316
24389
|
|
|
24317
|
-
.k-stepper .k-step-current:hover .k-step-indicator, .k-stepper .k-step-current.k-step-hover .k-step-indicator {
|
|
24390
|
+
.k-stepper .k-step-current:hover .k-step-indicator, .k-stepper .k-step-current.k-hover .k-step-indicator, .k-stepper .k-step-current.k-step-hover .k-step-indicator {
|
|
24318
24391
|
background-color: #e05100;
|
|
24319
24392
|
}
|
|
24320
24393
|
|
|
24321
|
-
.k-stepper .k-step-current.k-step-disabled .k-step-indicator, .k-stepper .k-step-current:disabled .k-step-indicator {
|
|
24394
|
+
.k-stepper .k-step-current.k-step-disabled .k-step-indicator, .k-stepper .k-step-current.k-disabled .k-step-indicator, .k-stepper .k-step-current:disabled .k-step-indicator {
|
|
24322
24395
|
border-color: #f89b66;
|
|
24323
24396
|
color: white;
|
|
24324
24397
|
background-color: #f89b66;
|
|
@@ -24336,19 +24409,10 @@ kendo-card-footer {
|
|
|
24336
24409
|
color: #d92800;
|
|
24337
24410
|
}
|
|
24338
24411
|
|
|
24339
|
-
.k-stepper .k-step-error:hover .k-step-label, .k-stepper .k-step-error.k-step-hover .k-step-label {
|
|
24412
|
+
.k-stepper .k-step-error:hover .k-step-label, .k-stepper .k-step-error.k-hover .k-step-label, .k-stepper .k-step-error.k-step-hover .k-step-label {
|
|
24340
24413
|
color: #d92800;
|
|
24341
24414
|
}
|
|
24342
24415
|
|
|
24343
|
-
.k-stepper .k-step-disabled .k-step-label {
|
|
24344
|
-
color: #8d8d8d;
|
|
24345
|
-
}
|
|
24346
|
-
|
|
24347
|
-
.k-stepper .k-step-focus .k-step-label:only-child,
|
|
24348
|
-
.k-stepper .k-step-link:focus .k-step-label:only-child {
|
|
24349
|
-
box-shadow: inset 0 0 0 2px #cacaca;
|
|
24350
|
-
}
|
|
24351
|
-
|
|
24352
24416
|
.k-stepper .k-step-label-optional {
|
|
24353
24417
|
color: #646464;
|
|
24354
24418
|
}
|
|
@@ -25375,19 +25439,19 @@ kendo-card-footer {
|
|
|
25375
25439
|
display: block;
|
|
25376
25440
|
}
|
|
25377
25441
|
|
|
25378
|
-
.k-splitbar-horizontal .k-
|
|
25442
|
+
.k-splitbar-horizontal .k-collapse-prev {
|
|
25379
25443
|
margin-bottom: 7px;
|
|
25380
25444
|
}
|
|
25381
25445
|
|
|
25382
|
-
.k-splitbar-horizontal .k-
|
|
25446
|
+
.k-splitbar-horizontal .k-collapse-next {
|
|
25383
25447
|
margin-top: 7px;
|
|
25384
25448
|
}
|
|
25385
25449
|
|
|
25386
|
-
.k-splitbar-vertical .k-
|
|
25450
|
+
.k-splitbar-vertical .k-collapse-prev {
|
|
25387
25451
|
margin-right: 7px;
|
|
25388
25452
|
}
|
|
25389
25453
|
|
|
25390
|
-
.k-splitbar-vertical .k-
|
|
25454
|
+
.k-splitbar-vertical .k-collapse-next {
|
|
25391
25455
|
margin-left: 7px;
|
|
25392
25456
|
}
|
|
25393
25457
|
|
|
@@ -25940,11 +26004,13 @@ kendo-card-footer {
|
|
|
25940
26004
|
overflow-y: auto;
|
|
25941
26005
|
}
|
|
25942
26006
|
|
|
25943
|
-
.k-pane-wrapper .k-pager-wrap.k-pager-sm
|
|
26007
|
+
.k-pane-wrapper .k-pager-wrap.k-pager-sm,
|
|
26008
|
+
.k-pane-wrapper .k-pager.k-pager-sm {
|
|
25944
26009
|
justify-content: center;
|
|
25945
26010
|
}
|
|
25946
26011
|
|
|
25947
|
-
.k-pane-wrapper .k-pager-wrap.k-pager-sm .k-pager-refresh
|
|
26012
|
+
.k-pane-wrapper .k-pager-wrap.k-pager-sm .k-pager-refresh,
|
|
26013
|
+
.k-pane-wrapper .k-pager.k-pager-sm .k-pager-refresh {
|
|
25948
26014
|
display: none;
|
|
25949
26015
|
}
|
|
25950
26016
|
|
|
@@ -35027,7 +35093,8 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
35027
35093
|
z-index: 2;
|
|
35028
35094
|
}
|
|
35029
35095
|
|
|
35030
|
-
.k-pdf-viewer .k-toolbar .k-pager-wrap
|
|
35096
|
+
.k-pdf-viewer .k-toolbar .k-pager-wrap,
|
|
35097
|
+
.k-pdf-viewer .k-toolbar .k-pager {
|
|
35031
35098
|
padding: 0;
|
|
35032
35099
|
border-width: 0;
|
|
35033
35100
|
color: inherit;
|
package/dist/all.scss
CHANGED
|
@@ -16991,7 +16991,8 @@ $kendo-calendar-sizes: (
|
|
|
16991
16991
|
font-weight: bold;
|
|
16992
16992
|
}
|
|
16993
16993
|
.k-today,
|
|
16994
|
-
.k-nav-today
|
|
16994
|
+
.k-nav-today,
|
|
16995
|
+
.k-calendar-nav-today {
|
|
16995
16996
|
text-decoration: none;
|
|
16996
16997
|
cursor: pointer;
|
|
16997
16998
|
outline: none;
|
|
@@ -17361,7 +17362,9 @@ $kendo-calendar-sizes: (
|
|
|
17361
17362
|
.k-nav-prev,
|
|
17362
17363
|
.k-nav-next,
|
|
17363
17364
|
.k-prev-view,
|
|
17364
|
-
.k-next-view
|
|
17365
|
+
.k-next-view,
|
|
17366
|
+
.k-calendar-nav-prev,
|
|
17367
|
+
.k-calendar-nav-next {
|
|
17365
17368
|
transform: scaleX(-1);
|
|
17366
17369
|
}
|
|
17367
17370
|
|
|
@@ -17421,7 +17424,8 @@ $kendo-calendar-sizes: (
|
|
|
17421
17424
|
|
|
17422
17425
|
|
|
17423
17426
|
// Today navigation
|
|
17424
|
-
.k-nav-today
|
|
17427
|
+
.k-nav-today,
|
|
17428
|
+
.k-calendar-nav-today {
|
|
17425
17429
|
color: $calendar-today-nav-text;
|
|
17426
17430
|
|
|
17427
17431
|
&:hover,
|
|
@@ -19015,10 +19019,7 @@ $coloreditor-views-gap: $coloreditor-spacer !default;
|
|
|
19015
19019
|
// #region @import "../button/_index.scss"; -> packages/classic/scss/button/_index.scss
|
|
19016
19020
|
// File already imported_once. Skipping output.
|
|
19017
19021
|
// #endregion
|
|
19018
|
-
// #region @import "../
|
|
19019
|
-
// File already imported_once. Skipping output.
|
|
19020
|
-
// #endregion
|
|
19021
|
-
// #region @import "../colorgradient/_index.scss"; -> packages/classic/scss/colorgradient/_index.scss
|
|
19022
|
+
// #region @import "../coloreditor/_index.scss"; -> packages/classic/scss/coloreditor/_index.scss
|
|
19022
19023
|
// File already imported_once. Skipping output.
|
|
19023
19024
|
// #endregion
|
|
19024
19025
|
// #region @import "../popup/_index.scss"; -> packages/classic/scss/popup/_index.scss
|
|
@@ -19356,7 +19357,7 @@ $datetime-width: calc( #{$calendar-cell-size * 8} + #{$infinite-calendar-view-pa
|
|
|
19356
19357
|
// Component
|
|
19357
19358
|
// #region @import "_variables.scss"; -> packages/classic/scss/daterangepicker/_variables.scss
|
|
19358
19359
|
// Daterangepicker
|
|
19359
|
-
$kendo-daterange-picker-input-width: 10em;
|
|
19360
|
+
$kendo-daterange-picker-input-width: 10em !default;
|
|
19360
19361
|
|
|
19361
19362
|
// #endregion
|
|
19362
19363
|
// #region @import "_layout.scss"; -> packages/classic/scss/daterangepicker/_layout.scss
|
|
@@ -19429,6 +19430,9 @@ $kendo-daterange-picker-input-width: 10em;
|
|
|
19429
19430
|
// #region @import "../common/_index.scss"; -> packages/classic/scss/common/_index.scss
|
|
19430
19431
|
// File already imported_once. Skipping output.
|
|
19431
19432
|
// #endregion
|
|
19433
|
+
// #region @import "../table/_index.scss"; -> packages/classic/scss/table/_index.scss
|
|
19434
|
+
// File already imported_once. Skipping output.
|
|
19435
|
+
// #endregion
|
|
19432
19436
|
// #region @import "../input/_index.scss"; -> packages/classic/scss/input/_index.scss
|
|
19433
19437
|
// File already imported_once. Skipping output.
|
|
19434
19438
|
// #endregion
|
|
@@ -23164,10 +23168,6 @@ $dialog-button-spacing: $actions-button-spacing !default;
|
|
|
23164
23168
|
.k-dialog-titlebar {}
|
|
23165
23169
|
.k-dialog-title {}
|
|
23166
23170
|
|
|
23167
|
-
.k-dialog-close {
|
|
23168
|
-
align-self: flex-end;
|
|
23169
|
-
}
|
|
23170
|
-
|
|
23171
23171
|
|
|
23172
23172
|
// Actions
|
|
23173
23173
|
.k-dialog-actions {}
|
|
@@ -25371,7 +25371,8 @@ $pager-dropdown-width: 5em !default;
|
|
|
25371
25371
|
// #region @import "~@progress/kendo-theme-default/scss/pager/_layout.scss"; -> packages/classic/node_modules/@progress/kendo-theme-default/scss/pager/_layout.scss
|
|
25372
25372
|
@include exports("pager/layout") {
|
|
25373
25373
|
|
|
25374
|
-
.k-pager-wrap
|
|
25374
|
+
.k-pager-wrap,
|
|
25375
|
+
.k-pager {
|
|
25375
25376
|
padding: $pager-padding-y $pager-padding-x;
|
|
25376
25377
|
border-width: $pager-border-width;
|
|
25377
25378
|
border-style: solid;
|
|
@@ -25643,7 +25644,8 @@ $pager-dropdown-width: 5em !default;
|
|
|
25643
25644
|
// #region @import "~@progress/kendo-theme-default/scss/pager/_theme.scss"; -> packages/classic/node_modules/@progress/kendo-theme-default/scss/pager/_theme.scss
|
|
25644
25645
|
@include exports("pager/theme") {
|
|
25645
25646
|
|
|
25646
|
-
.k-pager-wrap
|
|
25647
|
+
.k-pager-wrap,
|
|
25648
|
+
.k-pager {
|
|
25647
25649
|
@include fill(
|
|
25648
25650
|
$pager-text,
|
|
25649
25651
|
$pager-bg,
|
|
@@ -25975,12 +25977,6 @@ $stepper-content-transition-timing-function: cubic-bezier(.4, 0, .2, 1) 0ms !def
|
|
|
25975
25977
|
align-items: center;
|
|
25976
25978
|
overflow: hidden;
|
|
25977
25979
|
}
|
|
25978
|
-
.k-step-disabled {
|
|
25979
|
-
pointer-events: none;
|
|
25980
|
-
|
|
25981
|
-
.k-step-link { cursor: default; }
|
|
25982
|
-
}
|
|
25983
|
-
|
|
25984
25980
|
|
|
25985
25981
|
// Step indicator
|
|
25986
25982
|
.k-step-indicator {
|
|
@@ -26017,7 +26013,9 @@ $stepper-content-transition-timing-function: cubic-bezier(.4, 0, .2, 1) 0ms !def
|
|
|
26017
26013
|
z-index: 2;
|
|
26018
26014
|
}
|
|
26019
26015
|
}
|
|
26016
|
+
|
|
26020
26017
|
.k-step-focus,
|
|
26018
|
+
.k-step.k-focus,
|
|
26021
26019
|
.k-step-link:focus {
|
|
26022
26020
|
.k-step-indicator::after {
|
|
26023
26021
|
display: block;
|
|
@@ -26060,12 +26058,21 @@ $stepper-content-transition-timing-function: cubic-bezier(.4, 0, .2, 1) 0ms !def
|
|
|
26060
26058
|
font-style: $stepper-optional-label-font-style;
|
|
26061
26059
|
opacity: $stepper-optional-label-opacity;
|
|
26062
26060
|
}
|
|
26063
|
-
|
|
26064
|
-
|
|
26065
|
-
|
|
26066
|
-
|
|
26061
|
+
|
|
26062
|
+
|
|
26063
|
+
.k-step-disabled,
|
|
26064
|
+
.k-step.k-disabled {
|
|
26065
|
+
opacity: 1;
|
|
26066
|
+
pointer-events: none;
|
|
26067
|
+
|
|
26068
|
+
.k-step-link { cursor: default; }
|
|
26069
|
+
|
|
26070
|
+
.k-step-label-optional {
|
|
26071
|
+
color: inherit;
|
|
26072
|
+
}
|
|
26067
26073
|
}
|
|
26068
26074
|
|
|
26075
|
+
|
|
26069
26076
|
// Progressbar
|
|
26070
26077
|
.k-progressbar {
|
|
26071
26078
|
pointer-events: none;
|
|
@@ -26210,6 +26217,7 @@ $stepper-content-transition-timing-function: cubic-bezier(.4, 0, .2, 1) 0ms !def
|
|
|
26210
26217
|
.k-step {
|
|
26211
26218
|
// Hover
|
|
26212
26219
|
&:hover,
|
|
26220
|
+
&.k-hover,
|
|
26213
26221
|
&.k-step-hover {
|
|
26214
26222
|
.k-step-label {
|
|
26215
26223
|
color: $stepper-label-hover-text;
|
|
@@ -26224,9 +26232,18 @@ $stepper-content-transition-timing-function: cubic-bezier(.4, 0, .2, 1) 0ms !def
|
|
|
26224
26232
|
}
|
|
26225
26233
|
}
|
|
26226
26234
|
|
|
26235
|
+
&.k-step-focus,
|
|
26236
|
+
&.k-focus,
|
|
26237
|
+
.k-step-link:focus {
|
|
26238
|
+
// Labels only
|
|
26239
|
+
.k-step-label:only-child {
|
|
26240
|
+
@include box-shadow( inset 0 0 0 $stepper-indicator-focus-size $component-border );
|
|
26241
|
+
}
|
|
26242
|
+
}
|
|
26227
26243
|
|
|
26228
26244
|
// Disabled
|
|
26229
26245
|
&.k-step-disabled,
|
|
26246
|
+
&.k-disabled,
|
|
26230
26247
|
&:disabled {
|
|
26231
26248
|
.k-step-indicator {
|
|
26232
26249
|
@include fill(
|
|
@@ -26235,6 +26252,10 @@ $stepper-content-transition-timing-function: cubic-bezier(.4, 0, .2, 1) 0ms !def
|
|
|
26235
26252
|
$stepper-indicator-disabled-border
|
|
26236
26253
|
);
|
|
26237
26254
|
}
|
|
26255
|
+
|
|
26256
|
+
.k-step-label {
|
|
26257
|
+
@include fill( $color: $stepper-label-disabled-text );
|
|
26258
|
+
}
|
|
26238
26259
|
}
|
|
26239
26260
|
}
|
|
26240
26261
|
.k-step-indicator {
|
|
@@ -26270,6 +26291,7 @@ $stepper-content-transition-timing-function: cubic-bezier(.4, 0, .2, 1) 0ms !def
|
|
|
26270
26291
|
|
|
26271
26292
|
// Hover
|
|
26272
26293
|
&:hover,
|
|
26294
|
+
&.k-hover,
|
|
26273
26295
|
&.k-step-hover {
|
|
26274
26296
|
.k-step-indicator {
|
|
26275
26297
|
@include fill(
|
|
@@ -26283,6 +26305,7 @@ $stepper-content-transition-timing-function: cubic-bezier(.4, 0, .2, 1) 0ms !def
|
|
|
26283
26305
|
|
|
26284
26306
|
// Disabled
|
|
26285
26307
|
&.k-step-disabled,
|
|
26308
|
+
&.k-disabled,
|
|
26286
26309
|
&:disabled {
|
|
26287
26310
|
.k-step-indicator {
|
|
26288
26311
|
@include fill(
|
|
@@ -26309,6 +26332,7 @@ $stepper-content-transition-timing-function: cubic-bezier(.4, 0, .2, 1) 0ms !def
|
|
|
26309
26332
|
|
|
26310
26333
|
// Hover
|
|
26311
26334
|
&:hover,
|
|
26335
|
+
&.k-hover,
|
|
26312
26336
|
&.k-step-hover {
|
|
26313
26337
|
.k-step-indicator {
|
|
26314
26338
|
@include fill(
|
|
@@ -26322,6 +26346,7 @@ $stepper-content-transition-timing-function: cubic-bezier(.4, 0, .2, 1) 0ms !def
|
|
|
26322
26346
|
|
|
26323
26347
|
// Disabled
|
|
26324
26348
|
&.k-step-disabled,
|
|
26349
|
+
&.k-disabled,
|
|
26325
26350
|
&:disabled {
|
|
26326
26351
|
.k-step-indicator {
|
|
26327
26352
|
@include fill(
|
|
@@ -26350,6 +26375,7 @@ $stepper-content-transition-timing-function: cubic-bezier(.4, 0, .2, 1) 0ms !def
|
|
|
26350
26375
|
}
|
|
26351
26376
|
|
|
26352
26377
|
&:hover,
|
|
26378
|
+
&.k-hover,
|
|
26353
26379
|
&.k-step-hover {
|
|
26354
26380
|
.k-step-label {
|
|
26355
26381
|
@include fill( $color: $stepper-label-error-text );
|
|
@@ -26357,16 +26383,6 @@ $stepper-content-transition-timing-function: cubic-bezier(.4, 0, .2, 1) 0ms !def
|
|
|
26357
26383
|
}
|
|
26358
26384
|
}
|
|
26359
26385
|
|
|
26360
|
-
.k-step-disabled .k-step-label {
|
|
26361
|
-
@include fill( $color: $stepper-label-disabled-text );
|
|
26362
|
-
}
|
|
26363
|
-
|
|
26364
|
-
// Labels only
|
|
26365
|
-
.k-step-focus .k-step-label:only-child,
|
|
26366
|
-
.k-step-link:focus .k-step-label:only-child {
|
|
26367
|
-
@include box-shadow( inset 0 0 0 $stepper-indicator-focus-size $component-border );
|
|
26368
|
-
}
|
|
26369
|
-
|
|
26370
26386
|
// Optional Label
|
|
26371
26387
|
.k-step-label-optional {
|
|
26372
26388
|
color: $stepper-optional-label-text;
|
|
@@ -27740,7 +27756,8 @@ $panelbar-header-expanded-gradient: null !default;
|
|
|
27740
27756
|
> .k-item,
|
|
27741
27757
|
> .k-panelbar-header {
|
|
27742
27758
|
|
|
27743
|
-
&.k-state-expanded.k-level-0 > .k-link
|
|
27759
|
+
&.k-state-expanded.k-level-0 > .k-link,
|
|
27760
|
+
&.k-expanded.k-level-0 > .k-link {
|
|
27744
27761
|
@include fill(
|
|
27745
27762
|
$panelbar-header-expanded-text,
|
|
27746
27763
|
$panelbar-header-expanded-bg,
|
|
@@ -28153,19 +28170,19 @@ $splitbar-selected-text: $selected-text !default;
|
|
|
28153
28170
|
}
|
|
28154
28171
|
}
|
|
28155
28172
|
|
|
28156
|
-
.k-splitbar-horizontal .k-
|
|
28173
|
+
.k-splitbar-horizontal .k-collapse-prev {
|
|
28157
28174
|
margin-bottom: $splitter-drag-icon-margin;
|
|
28158
28175
|
}
|
|
28159
28176
|
|
|
28160
|
-
.k-splitbar-horizontal .k-
|
|
28177
|
+
.k-splitbar-horizontal .k-collapse-next {
|
|
28161
28178
|
margin-top: $splitter-drag-icon-margin;
|
|
28162
28179
|
}
|
|
28163
28180
|
|
|
28164
|
-
.k-splitbar-vertical .k-
|
|
28181
|
+
.k-splitbar-vertical .k-collapse-prev {
|
|
28165
28182
|
margin-right: $splitter-drag-icon-margin;
|
|
28166
28183
|
}
|
|
28167
28184
|
|
|
28168
|
-
.k-splitbar-vertical .k-
|
|
28185
|
+
.k-splitbar-vertical .k-collapse-next {
|
|
28169
28186
|
margin-left: $splitter-drag-icon-margin;
|
|
28170
28187
|
}
|
|
28171
28188
|
|
|
@@ -28934,7 +28951,8 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
28934
28951
|
}
|
|
28935
28952
|
|
|
28936
28953
|
// Pager
|
|
28937
|
-
.k-pager-wrap.k-pager-sm
|
|
28954
|
+
.k-pager-wrap.k-pager-sm,
|
|
28955
|
+
.k-pager.k-pager-sm {
|
|
28938
28956
|
justify-content: center;
|
|
28939
28957
|
|
|
28940
28958
|
.k-pager-refresh {
|
|
@@ -40784,7 +40802,8 @@ $pdf-viewer-search-highlight-bg: $body-text !default;
|
|
|
40784
40802
|
flex: 0 0 auto;
|
|
40785
40803
|
z-index: 2;
|
|
40786
40804
|
}
|
|
40787
|
-
.k-toolbar .k-pager-wrap
|
|
40805
|
+
.k-toolbar .k-pager-wrap,
|
|
40806
|
+
.k-toolbar .k-pager {
|
|
40788
40807
|
padding: 0;
|
|
40789
40808
|
border-width: 0;
|
|
40790
40809
|
color: inherit;
|
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": "5.6.
|
|
4
|
+
"version": "5.6.1-dev.2",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -43,10 +43,10 @@
|
|
|
43
43
|
"postpublish": "echo 'no postpublish for classic theme'"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@progress/kendo-theme-default": "^5.6.
|
|
46
|
+
"@progress/kendo-theme-default": "^5.6.1-dev.2"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"sass-build": "^0.0.1"
|
|
50
50
|
},
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "2bc7c2f0b6f8edd33c5a5c616cf937f2385e769f"
|
|
52
52
|
}
|
|
@@ -4,8 +4,7 @@
|
|
|
4
4
|
// Dependencies
|
|
5
5
|
@import "../input/_index.scss";
|
|
6
6
|
@import "../button/_index.scss";
|
|
7
|
-
@import "../
|
|
8
|
-
@import "../colorgradient/_index.scss";
|
|
7
|
+
@import "../coloreditor/_index.scss";
|
|
9
8
|
@import "../popup/_index.scss";
|
|
10
9
|
@import "../icons/_index.scss";
|
|
11
10
|
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
// Daterangepicker
|
|
2
|
-
$kendo-daterange-picker-input-width: 10em;
|
|
2
|
+
$kendo-daterange-picker-input-width: 10em !default;
|