@progress/kendo-theme-default 5.5.1-dev.2 → 5.6.1-dev.1
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 +112 -45
- package/dist/all.scss +55 -36
- package/lib/swatches/default-blue.json +1 -1
- package/lib/swatches/default-dataviz-v4.json +1 -1
- package/lib/swatches/default-green.json +1 -1
- package/lib/swatches/default-main-dark.json +1 -1
- package/lib/swatches/default-main.json +1 -1
- package/lib/swatches/default-nordic.json +1 -1
- package/lib/swatches/default-ocean-blue.json +1 -1
- package/lib/swatches/default-orange.json +1 -1
- package/lib/swatches/default-purple.json +1 -1
- package/lib/swatches/default-turquoise.json +1 -1
- package/lib/swatches/default-urban.json +1 -1
- package/package.json +2 -2
- package/scss/adaptive/_layout.scss +2 -1
- package/scss/calendar/_layout.scss +5 -2
- package/scss/calendar/_theme.scss +2 -1
- package/scss/colorpicker/_index.scss +1 -2
- package/scss/dialog/_layout.scss +0 -4
- package/scss/dropdowngrid/_index.scss +1 -0
- package/scss/pager/_layout.scss +2 -1
- package/scss/pager/_theme.scss +2 -1
- package/scss/panelbar/_theme.scss +2 -1
- package/scss/pdf-viewer/_layout.scss +2 -1
- package/scss/stepper/_layout.scss +15 -10
- package/scss/stepper/_theme.scss +19 -10
package/dist/all.css
CHANGED
|
@@ -18379,7 +18379,8 @@ kendo-label > .k-label {
|
|
|
18379
18379
|
}
|
|
18380
18380
|
|
|
18381
18381
|
.k-calendar-header .k-today,
|
|
18382
|
-
.k-calendar-header .k-nav-today
|
|
18382
|
+
.k-calendar-header .k-nav-today,
|
|
18383
|
+
.k-calendar-header .k-calendar-nav-today {
|
|
18383
18384
|
text-decoration: none;
|
|
18384
18385
|
cursor: pointer;
|
|
18385
18386
|
outline: none;
|
|
@@ -18728,10 +18729,14 @@ kendo-label > .k-label {
|
|
|
18728
18729
|
.k-rtl .k-calendar .k-nav-next,
|
|
18729
18730
|
.k-rtl .k-calendar .k-prev-view,
|
|
18730
18731
|
.k-rtl .k-calendar .k-next-view,
|
|
18732
|
+
.k-rtl .k-calendar .k-calendar-nav-prev,
|
|
18733
|
+
.k-rtl .k-calendar .k-calendar-nav-next,
|
|
18731
18734
|
.k-calendar[dir="rtl"] .k-nav-prev,
|
|
18732
18735
|
.k-calendar[dir="rtl"] .k-nav-next,
|
|
18733
18736
|
.k-calendar[dir="rtl"] .k-prev-view,
|
|
18734
|
-
.k-calendar[dir="rtl"] .k-next-view
|
|
18737
|
+
.k-calendar[dir="rtl"] .k-next-view,
|
|
18738
|
+
.k-calendar[dir="rtl"] .k-calendar-nav-prev,
|
|
18739
|
+
.k-calendar[dir="rtl"] .k-calendar-nav-next {
|
|
18735
18740
|
transform: scaleX(-1);
|
|
18736
18741
|
}
|
|
18737
18742
|
|
|
@@ -18777,11 +18782,18 @@ kendo-label > .k-label {
|
|
|
18777
18782
|
box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1);
|
|
18778
18783
|
}
|
|
18779
18784
|
|
|
18780
|
-
.k-calendar .k-nav-today
|
|
18785
|
+
.k-calendar .k-nav-today,
|
|
18786
|
+
.k-calendar .k-calendar-nav-today {
|
|
18781
18787
|
color: #ff6358;
|
|
18782
18788
|
}
|
|
18783
18789
|
|
|
18784
|
-
.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
|
|
18790
|
+
.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,
|
|
18791
|
+
.k-calendar .k-calendar-nav-today:hover,
|
|
18792
|
+
.k-calendar .k-calendar-nav-today.k-hover,
|
|
18793
|
+
.k-calendar .k-calendar-nav-today.k-state-hover,
|
|
18794
|
+
.k-calendar .k-calendar-nav-today:focus,
|
|
18795
|
+
.k-calendar .k-calendar-nav-today.k-focus,
|
|
18796
|
+
.k-calendar .k-calendar-nav-today.k-state-focus {
|
|
18785
18797
|
color: #d6534a;
|
|
18786
18798
|
}
|
|
18787
18799
|
|
|
@@ -22111,10 +22123,6 @@ kendo-label > .k-label {
|
|
|
22111
22123
|
width: 100%;
|
|
22112
22124
|
}
|
|
22113
22125
|
|
|
22114
|
-
.k-dialog-close {
|
|
22115
|
-
align-self: flex-end;
|
|
22116
|
-
}
|
|
22117
|
-
|
|
22118
22126
|
.k-dialog-buttongroup {
|
|
22119
22127
|
border-bottom-right-radius: 0px;
|
|
22120
22128
|
border-bottom-left-radius: 0px;
|
|
@@ -23743,7 +23751,8 @@ kendo-card-footer {
|
|
|
23743
23751
|
box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13);
|
|
23744
23752
|
}
|
|
23745
23753
|
|
|
23746
|
-
.k-pager-wrap
|
|
23754
|
+
.k-pager-wrap,
|
|
23755
|
+
.k-pager {
|
|
23747
23756
|
padding: 8px 8px;
|
|
23748
23757
|
border-width: 1px;
|
|
23749
23758
|
border-style: solid;
|
|
@@ -23765,18 +23774,25 @@ kendo-card-footer {
|
|
|
23765
23774
|
|
|
23766
23775
|
.k-pager-wrap *,
|
|
23767
23776
|
.k-pager-wrap *::before,
|
|
23768
|
-
.k-pager-wrap *::after
|
|
23777
|
+
.k-pager-wrap *::after,
|
|
23778
|
+
.k-pager *,
|
|
23779
|
+
.k-pager *::before,
|
|
23780
|
+
.k-pager *::after {
|
|
23769
23781
|
box-sizing: border-box;
|
|
23770
23782
|
}
|
|
23771
23783
|
|
|
23772
|
-
.k-pager-wrap .k-link
|
|
23784
|
+
.k-pager-wrap .k-link,
|
|
23785
|
+
.k-pager .k-link {
|
|
23773
23786
|
text-decoration: none;
|
|
23774
23787
|
outline: 0;
|
|
23775
23788
|
font: inherit;
|
|
23776
23789
|
background-color: inherit;
|
|
23777
23790
|
}
|
|
23778
23791
|
|
|
23779
|
-
.k-pager-wrap .k-link:focus, .k-pager-wrap .k-link.k-state-focus, .k-pager-wrap .k-link.k-focus
|
|
23792
|
+
.k-pager-wrap .k-link:focus, .k-pager-wrap .k-link.k-state-focus, .k-pager-wrap .k-link.k-focus,
|
|
23793
|
+
.k-pager .k-link:focus,
|
|
23794
|
+
.k-pager .k-link.k-state-focus,
|
|
23795
|
+
.k-pager .k-link.k-focus {
|
|
23780
23796
|
z-index: 3;
|
|
23781
23797
|
}
|
|
23782
23798
|
|
|
@@ -23802,7 +23818,46 @@ kendo-card-footer {
|
|
|
23802
23818
|
[dir="rtl"] .k-pager-wrap .k-i-seek-w,
|
|
23803
23819
|
[dir="rtl"] .k-pager-wrap .k-i-arrow-w,
|
|
23804
23820
|
[dir="rtl"] .k-pager-wrap .k-i-arrow-e,
|
|
23805
|
-
[dir="rtl"] .k-pager-wrap .k-i-seek-e
|
|
23821
|
+
[dir="rtl"] .k-pager-wrap .k-i-seek-e, .k-rtl
|
|
23822
|
+
.k-pager .k-i-arrow-end-left,
|
|
23823
|
+
.k-rtl
|
|
23824
|
+
.k-pager .k-i-arrow-60-left,
|
|
23825
|
+
.k-rtl
|
|
23826
|
+
.k-pager .k-i-arrow-60-right,
|
|
23827
|
+
.k-rtl
|
|
23828
|
+
.k-pager .k-i-arrow-end-right,
|
|
23829
|
+
.k-rtl
|
|
23830
|
+
.k-pager .k-i-seek-w,
|
|
23831
|
+
.k-rtl
|
|
23832
|
+
.k-pager .k-i-arrow-w,
|
|
23833
|
+
.k-rtl
|
|
23834
|
+
.k-pager .k-i-arrow-e,
|
|
23835
|
+
.k-rtl
|
|
23836
|
+
.k-pager .k-i-seek-e,
|
|
23837
|
+
.k-pager[dir="rtl"] .k-i-arrow-end-left,
|
|
23838
|
+
.k-pager[dir="rtl"] .k-i-arrow-60-left,
|
|
23839
|
+
.k-pager[dir="rtl"] .k-i-arrow-60-right,
|
|
23840
|
+
.k-pager[dir="rtl"] .k-i-arrow-end-right,
|
|
23841
|
+
.k-pager[dir="rtl"] .k-i-seek-w,
|
|
23842
|
+
.k-pager[dir="rtl"] .k-i-arrow-w,
|
|
23843
|
+
.k-pager[dir="rtl"] .k-i-arrow-e,
|
|
23844
|
+
.k-pager[dir="rtl"] .k-i-seek-e,
|
|
23845
|
+
[dir="rtl"]
|
|
23846
|
+
.k-pager .k-i-arrow-end-left,
|
|
23847
|
+
[dir="rtl"]
|
|
23848
|
+
.k-pager .k-i-arrow-60-left,
|
|
23849
|
+
[dir="rtl"]
|
|
23850
|
+
.k-pager .k-i-arrow-60-right,
|
|
23851
|
+
[dir="rtl"]
|
|
23852
|
+
.k-pager .k-i-arrow-end-right,
|
|
23853
|
+
[dir="rtl"]
|
|
23854
|
+
.k-pager .k-i-seek-w,
|
|
23855
|
+
[dir="rtl"]
|
|
23856
|
+
.k-pager .k-i-arrow-w,
|
|
23857
|
+
[dir="rtl"]
|
|
23858
|
+
.k-pager .k-i-arrow-e,
|
|
23859
|
+
[dir="rtl"]
|
|
23860
|
+
.k-pager .k-i-seek-e {
|
|
23806
23861
|
transform: scaleX(-1);
|
|
23807
23862
|
}
|
|
23808
23863
|
|
|
@@ -23951,13 +24006,19 @@ kendo-card-footer {
|
|
|
23951
24006
|
display: none;
|
|
23952
24007
|
}
|
|
23953
24008
|
|
|
23954
|
-
.k-pager-wrap
|
|
24009
|
+
.k-pager-wrap,
|
|
24010
|
+
.k-pager {
|
|
23955
24011
|
border-color: rgba(0, 0, 0, 0.08);
|
|
23956
24012
|
color: #424242;
|
|
23957
24013
|
background-color: #fafafa;
|
|
23958
24014
|
}
|
|
23959
24015
|
|
|
23960
|
-
.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
|
|
24016
|
+
.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,
|
|
24017
|
+
.k-pager:focus,
|
|
24018
|
+
.k-pager.k-focus,
|
|
24019
|
+
.k-pager.k-state-focus,
|
|
24020
|
+
.k-pager.k-state-focused,
|
|
24021
|
+
.k-pager.k-focus {
|
|
23961
24022
|
box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13);
|
|
23962
24023
|
}
|
|
23963
24024
|
|
|
@@ -24072,14 +24133,6 @@ kendo-card-footer {
|
|
|
24072
24133
|
overflow: hidden;
|
|
24073
24134
|
}
|
|
24074
24135
|
|
|
24075
|
-
.k-stepper .k-step-disabled {
|
|
24076
|
-
pointer-events: none;
|
|
24077
|
-
}
|
|
24078
|
-
|
|
24079
|
-
.k-stepper .k-step-disabled .k-step-link {
|
|
24080
|
-
cursor: default;
|
|
24081
|
-
}
|
|
24082
|
-
|
|
24083
24136
|
.k-stepper .k-step-indicator {
|
|
24084
24137
|
border-radius: 50%;
|
|
24085
24138
|
margin: 3px;
|
|
@@ -24116,6 +24169,7 @@ kendo-card-footer {
|
|
|
24116
24169
|
}
|
|
24117
24170
|
|
|
24118
24171
|
.k-stepper .k-step-focus .k-step-indicator::after,
|
|
24172
|
+
.k-stepper .k-step.k-focus .k-step-indicator::after,
|
|
24119
24173
|
.k-stepper .k-step-link:focus .k-step-indicator::after {
|
|
24120
24174
|
display: block;
|
|
24121
24175
|
}
|
|
@@ -24156,9 +24210,19 @@ kendo-card-footer {
|
|
|
24156
24210
|
font-style: italic;
|
|
24157
24211
|
}
|
|
24158
24212
|
|
|
24213
|
+
.k-stepper .k-step-disabled,
|
|
24214
|
+
.k-stepper .k-step.k-disabled {
|
|
24215
|
+
opacity: 1;
|
|
24216
|
+
pointer-events: none;
|
|
24217
|
+
}
|
|
24218
|
+
|
|
24219
|
+
.k-stepper .k-step-disabled .k-step-link,
|
|
24220
|
+
.k-stepper .k-step.k-disabled .k-step-link {
|
|
24221
|
+
cursor: default;
|
|
24222
|
+
}
|
|
24223
|
+
|
|
24159
24224
|
.k-stepper .k-step-disabled .k-step-label-optional,
|
|
24160
|
-
.k-stepper.k-
|
|
24161
|
-
.k-stepper.k-disabled .k-step-label-optional {
|
|
24225
|
+
.k-stepper .k-step.k-disabled .k-step-label-optional {
|
|
24162
24226
|
color: inherit;
|
|
24163
24227
|
}
|
|
24164
24228
|
|
|
@@ -24272,15 +24336,24 @@ kendo-card-footer {
|
|
|
24272
24336
|
color: #424242;
|
|
24273
24337
|
}
|
|
24274
24338
|
|
|
24275
|
-
.k-stepper .k-step:hover .k-step-label, .k-stepper .k-step.k-step-hover .k-step-label {
|
|
24339
|
+
.k-stepper .k-step:hover .k-step-label, .k-stepper .k-step.k-hover .k-step-label, .k-stepper .k-step.k-step-hover .k-step-label {
|
|
24276
24340
|
color: #373737;
|
|
24277
24341
|
}
|
|
24278
24342
|
|
|
24279
|
-
.k-stepper .k-step:hover .k-step-indicator, .k-stepper .k-step.k-step-hover .k-step-indicator {
|
|
24343
|
+
.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 {
|
|
24280
24344
|
background-color: #ebebeb;
|
|
24281
24345
|
}
|
|
24282
24346
|
|
|
24283
|
-
.k-stepper .k-step.k-step-
|
|
24347
|
+
.k-stepper .k-step.k-step-focus .k-step-label:only-child, .k-stepper .k-step.k-focus .k-step-label:only-child,
|
|
24348
|
+
.k-stepper .k-step .k-step-link:focus .k-step-label:only-child {
|
|
24349
|
+
box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.08);
|
|
24350
|
+
}
|
|
24351
|
+
|
|
24352
|
+
.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 {
|
|
24353
|
+
color: #8f8f8f;
|
|
24354
|
+
}
|
|
24355
|
+
|
|
24356
|
+
.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 {
|
|
24284
24357
|
color: #8f8f8f;
|
|
24285
24358
|
}
|
|
24286
24359
|
|
|
@@ -24306,11 +24379,11 @@ kendo-card-footer {
|
|
|
24306
24379
|
background-color: #ff6358;
|
|
24307
24380
|
}
|
|
24308
24381
|
|
|
24309
|
-
.k-stepper .k-step-done:hover .k-step-indicator, .k-stepper .k-step-done.k-step-hover .k-step-indicator {
|
|
24382
|
+
.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 {
|
|
24310
24383
|
background-color: #eb5b51;
|
|
24311
24384
|
}
|
|
24312
24385
|
|
|
24313
|
-
.k-stepper .k-step-done.k-step-disabled .k-step-indicator, .k-stepper .k-step-done:disabled .k-step-indicator {
|
|
24386
|
+
.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 {
|
|
24314
24387
|
border-color: #ffa19b;
|
|
24315
24388
|
color: white;
|
|
24316
24389
|
background-color: #ffa19b;
|
|
@@ -24322,11 +24395,11 @@ kendo-card-footer {
|
|
|
24322
24395
|
background-color: #ff6358;
|
|
24323
24396
|
}
|
|
24324
24397
|
|
|
24325
|
-
.k-stepper .k-step-current:hover .k-step-indicator, .k-stepper .k-step-current.k-step-hover .k-step-indicator {
|
|
24398
|
+
.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 {
|
|
24326
24399
|
background-color: #eb5b51;
|
|
24327
24400
|
}
|
|
24328
24401
|
|
|
24329
|
-
.k-stepper .k-step-current.k-step-disabled .k-step-indicator, .k-stepper .k-step-current:disabled .k-step-indicator {
|
|
24402
|
+
.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 {
|
|
24330
24403
|
border-color: #ffa19b;
|
|
24331
24404
|
color: white;
|
|
24332
24405
|
background-color: #ffa19b;
|
|
@@ -24344,19 +24417,10 @@ kendo-card-footer {
|
|
|
24344
24417
|
color: #f31700;
|
|
24345
24418
|
}
|
|
24346
24419
|
|
|
24347
|
-
.k-stepper .k-step-error:hover .k-step-label, .k-stepper .k-step-error.k-step-hover .k-step-label {
|
|
24420
|
+
.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 {
|
|
24348
24421
|
color: #f31700;
|
|
24349
24422
|
}
|
|
24350
24423
|
|
|
24351
|
-
.k-stepper .k-step-disabled .k-step-label {
|
|
24352
|
-
color: #8f8f8f;
|
|
24353
|
-
}
|
|
24354
|
-
|
|
24355
|
-
.k-stepper .k-step-focus .k-step-label:only-child,
|
|
24356
|
-
.k-stepper .k-step-link:focus .k-step-label:only-child {
|
|
24357
|
-
box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.08);
|
|
24358
|
-
}
|
|
24359
|
-
|
|
24360
24424
|
.k-stepper .k-step-label-optional {
|
|
24361
24425
|
color: #666666;
|
|
24362
24426
|
}
|
|
@@ -25938,11 +26002,13 @@ kendo-card-footer {
|
|
|
25938
26002
|
overflow-y: auto;
|
|
25939
26003
|
}
|
|
25940
26004
|
|
|
25941
|
-
.k-pane-wrapper .k-pager-wrap.k-pager-sm
|
|
26005
|
+
.k-pane-wrapper .k-pager-wrap.k-pager-sm,
|
|
26006
|
+
.k-pane-wrapper .k-pager.k-pager-sm {
|
|
25942
26007
|
justify-content: center;
|
|
25943
26008
|
}
|
|
25944
26009
|
|
|
25945
|
-
.k-pane-wrapper .k-pager-wrap.k-pager-sm .k-pager-refresh
|
|
26010
|
+
.k-pane-wrapper .k-pager-wrap.k-pager-sm .k-pager-refresh,
|
|
26011
|
+
.k-pane-wrapper .k-pager.k-pager-sm .k-pager-refresh {
|
|
25946
26012
|
display: none;
|
|
25947
26013
|
}
|
|
25948
26014
|
|
|
@@ -35023,7 +35089,8 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
35023
35089
|
z-index: 2;
|
|
35024
35090
|
}
|
|
35025
35091
|
|
|
35026
|
-
.k-pdf-viewer .k-toolbar .k-pager-wrap
|
|
35092
|
+
.k-pdf-viewer .k-toolbar .k-pager-wrap,
|
|
35093
|
+
.k-pdf-viewer .k-toolbar .k-pager {
|
|
35027
35094
|
padding: 0;
|
|
35028
35095
|
border-width: 0;
|
|
35029
35096
|
color: inherit;
|
package/dist/all.scss
CHANGED
|
@@ -16716,7 +16716,8 @@ $kendo-calendar-sizes: (
|
|
|
16716
16716
|
font-weight: bold;
|
|
16717
16717
|
}
|
|
16718
16718
|
.k-today,
|
|
16719
|
-
.k-nav-today
|
|
16719
|
+
.k-nav-today,
|
|
16720
|
+
.k-calendar-nav-today {
|
|
16720
16721
|
text-decoration: none;
|
|
16721
16722
|
cursor: pointer;
|
|
16722
16723
|
outline: none;
|
|
@@ -17086,7 +17087,9 @@ $kendo-calendar-sizes: (
|
|
|
17086
17087
|
.k-nav-prev,
|
|
17087
17088
|
.k-nav-next,
|
|
17088
17089
|
.k-prev-view,
|
|
17089
|
-
.k-next-view
|
|
17090
|
+
.k-next-view,
|
|
17091
|
+
.k-calendar-nav-prev,
|
|
17092
|
+
.k-calendar-nav-next {
|
|
17090
17093
|
transform: scaleX(-1);
|
|
17091
17094
|
}
|
|
17092
17095
|
|
|
@@ -17143,7 +17146,8 @@ $kendo-calendar-sizes: (
|
|
|
17143
17146
|
|
|
17144
17147
|
|
|
17145
17148
|
// Today navigation
|
|
17146
|
-
.k-nav-today
|
|
17149
|
+
.k-nav-today,
|
|
17150
|
+
.k-calendar-nav-today {
|
|
17147
17151
|
color: $calendar-today-nav-text;
|
|
17148
17152
|
|
|
17149
17153
|
&:hover,
|
|
@@ -18691,10 +18695,7 @@ $coloreditor-views-gap: $coloreditor-spacer !default;
|
|
|
18691
18695
|
// #region @import "../button/_index.scss"; -> packages/default/scss/button/_index.scss
|
|
18692
18696
|
// File already imported_once. Skipping output.
|
|
18693
18697
|
// #endregion
|
|
18694
|
-
// #region @import "../
|
|
18695
|
-
// File already imported_once. Skipping output.
|
|
18696
|
-
// #endregion
|
|
18697
|
-
// #region @import "../colorgradient/_index.scss"; -> packages/default/scss/colorgradient/_index.scss
|
|
18698
|
+
// #region @import "../coloreditor/_index.scss"; -> packages/default/scss/coloreditor/_index.scss
|
|
18698
18699
|
// File already imported_once. Skipping output.
|
|
18699
18700
|
// #endregion
|
|
18700
18701
|
// #region @import "../popup/_index.scss"; -> packages/default/scss/popup/_index.scss
|
|
@@ -19069,6 +19070,9 @@ $kendo-daterange-picker-input-width: 10em;
|
|
|
19069
19070
|
// #region @import "../common/_index.scss"; -> packages/default/scss/common/_index.scss
|
|
19070
19071
|
// File already imported_once. Skipping output.
|
|
19071
19072
|
// #endregion
|
|
19073
|
+
// #region @import "../table/_index.scss"; -> packages/default/scss/table/_index.scss
|
|
19074
|
+
// File already imported_once. Skipping output.
|
|
19075
|
+
// #endregion
|
|
19072
19076
|
// #region @import "../input/_index.scss"; -> packages/default/scss/input/_index.scss
|
|
19073
19077
|
// File already imported_once. Skipping output.
|
|
19074
19078
|
// #endregion
|
|
@@ -22713,10 +22717,6 @@ $dialog-button-spacing: $actions-button-spacing !default;
|
|
|
22713
22717
|
.k-dialog-titlebar {}
|
|
22714
22718
|
.k-dialog-title {}
|
|
22715
22719
|
|
|
22716
|
-
.k-dialog-close {
|
|
22717
|
-
align-self: flex-end;
|
|
22718
|
-
}
|
|
22719
|
-
|
|
22720
22720
|
|
|
22721
22721
|
// Actions
|
|
22722
22722
|
.k-dialog-actions {}
|
|
@@ -24874,7 +24874,8 @@ $pager-dropdown-width: 5em !default;
|
|
|
24874
24874
|
// #region @import "_layout.scss"; -> packages/default/scss/pager/_layout.scss
|
|
24875
24875
|
@include exports("pager/layout") {
|
|
24876
24876
|
|
|
24877
|
-
.k-pager-wrap
|
|
24877
|
+
.k-pager-wrap,
|
|
24878
|
+
.k-pager {
|
|
24878
24879
|
padding: $pager-padding-y $pager-padding-x;
|
|
24879
24880
|
border-width: $pager-border-width;
|
|
24880
24881
|
border-style: solid;
|
|
@@ -25143,7 +25144,8 @@ $pager-dropdown-width: 5em !default;
|
|
|
25143
25144
|
// #region @import "_theme.scss"; -> packages/default/scss/pager/_theme.scss
|
|
25144
25145
|
@include exports("pager/theme") {
|
|
25145
25146
|
|
|
25146
|
-
.k-pager-wrap
|
|
25147
|
+
.k-pager-wrap,
|
|
25148
|
+
.k-pager {
|
|
25147
25149
|
@include fill(
|
|
25148
25150
|
$pager-text,
|
|
25149
25151
|
$pager-bg,
|
|
@@ -25472,12 +25474,6 @@ $stepper-content-transition-timing-function: cubic-bezier(.4, 0, .2, 1) 0ms !def
|
|
|
25472
25474
|
align-items: center;
|
|
25473
25475
|
overflow: hidden;
|
|
25474
25476
|
}
|
|
25475
|
-
.k-step-disabled {
|
|
25476
|
-
pointer-events: none;
|
|
25477
|
-
|
|
25478
|
-
.k-step-link { cursor: default; }
|
|
25479
|
-
}
|
|
25480
|
-
|
|
25481
25477
|
|
|
25482
25478
|
// Step indicator
|
|
25483
25479
|
.k-step-indicator {
|
|
@@ -25514,7 +25510,9 @@ $stepper-content-transition-timing-function: cubic-bezier(.4, 0, .2, 1) 0ms !def
|
|
|
25514
25510
|
z-index: 2;
|
|
25515
25511
|
}
|
|
25516
25512
|
}
|
|
25513
|
+
|
|
25517
25514
|
.k-step-focus,
|
|
25515
|
+
.k-step.k-focus,
|
|
25518
25516
|
.k-step-link:focus {
|
|
25519
25517
|
.k-step-indicator::after {
|
|
25520
25518
|
display: block;
|
|
@@ -25557,12 +25555,21 @@ $stepper-content-transition-timing-function: cubic-bezier(.4, 0, .2, 1) 0ms !def
|
|
|
25557
25555
|
font-style: $stepper-optional-label-font-style;
|
|
25558
25556
|
opacity: $stepper-optional-label-opacity;
|
|
25559
25557
|
}
|
|
25560
|
-
|
|
25561
|
-
|
|
25562
|
-
|
|
25563
|
-
|
|
25558
|
+
|
|
25559
|
+
|
|
25560
|
+
.k-step-disabled,
|
|
25561
|
+
.k-step.k-disabled {
|
|
25562
|
+
opacity: 1;
|
|
25563
|
+
pointer-events: none;
|
|
25564
|
+
|
|
25565
|
+
.k-step-link { cursor: default; }
|
|
25566
|
+
|
|
25567
|
+
.k-step-label-optional {
|
|
25568
|
+
color: inherit;
|
|
25569
|
+
}
|
|
25564
25570
|
}
|
|
25565
25571
|
|
|
25572
|
+
|
|
25566
25573
|
// Progressbar
|
|
25567
25574
|
.k-progressbar {
|
|
25568
25575
|
pointer-events: none;
|
|
@@ -25704,6 +25711,7 @@ $stepper-content-transition-timing-function: cubic-bezier(.4, 0, .2, 1) 0ms !def
|
|
|
25704
25711
|
.k-step {
|
|
25705
25712
|
// Hover
|
|
25706
25713
|
&:hover,
|
|
25714
|
+
&.k-hover,
|
|
25707
25715
|
&.k-step-hover {
|
|
25708
25716
|
.k-step-label {
|
|
25709
25717
|
color: $stepper-label-hover-text;
|
|
@@ -25718,9 +25726,18 @@ $stepper-content-transition-timing-function: cubic-bezier(.4, 0, .2, 1) 0ms !def
|
|
|
25718
25726
|
}
|
|
25719
25727
|
}
|
|
25720
25728
|
|
|
25729
|
+
&.k-step-focus,
|
|
25730
|
+
&.k-focus,
|
|
25731
|
+
.k-step-link:focus {
|
|
25732
|
+
// Labels only
|
|
25733
|
+
.k-step-label:only-child {
|
|
25734
|
+
@include box-shadow( inset 0 0 0 $stepper-indicator-focus-size $component-border );
|
|
25735
|
+
}
|
|
25736
|
+
}
|
|
25721
25737
|
|
|
25722
25738
|
// Disabled
|
|
25723
25739
|
&.k-step-disabled,
|
|
25740
|
+
&.k-disabled,
|
|
25724
25741
|
&:disabled {
|
|
25725
25742
|
.k-step-indicator {
|
|
25726
25743
|
@include fill(
|
|
@@ -25729,6 +25746,10 @@ $stepper-content-transition-timing-function: cubic-bezier(.4, 0, .2, 1) 0ms !def
|
|
|
25729
25746
|
$stepper-indicator-disabled-border
|
|
25730
25747
|
);
|
|
25731
25748
|
}
|
|
25749
|
+
|
|
25750
|
+
.k-step-label {
|
|
25751
|
+
@include fill( $color: $stepper-label-disabled-text );
|
|
25752
|
+
}
|
|
25732
25753
|
}
|
|
25733
25754
|
}
|
|
25734
25755
|
.k-step-indicator {
|
|
@@ -25764,6 +25785,7 @@ $stepper-content-transition-timing-function: cubic-bezier(.4, 0, .2, 1) 0ms !def
|
|
|
25764
25785
|
|
|
25765
25786
|
// Hover
|
|
25766
25787
|
&:hover,
|
|
25788
|
+
&.k-hover,
|
|
25767
25789
|
&.k-step-hover {
|
|
25768
25790
|
.k-step-indicator {
|
|
25769
25791
|
@include fill(
|
|
@@ -25777,6 +25799,7 @@ $stepper-content-transition-timing-function: cubic-bezier(.4, 0, .2, 1) 0ms !def
|
|
|
25777
25799
|
|
|
25778
25800
|
// Disabled
|
|
25779
25801
|
&.k-step-disabled,
|
|
25802
|
+
&.k-disabled,
|
|
25780
25803
|
&:disabled {
|
|
25781
25804
|
.k-step-indicator {
|
|
25782
25805
|
@include fill(
|
|
@@ -25803,6 +25826,7 @@ $stepper-content-transition-timing-function: cubic-bezier(.4, 0, .2, 1) 0ms !def
|
|
|
25803
25826
|
|
|
25804
25827
|
// Hover
|
|
25805
25828
|
&:hover,
|
|
25829
|
+
&.k-hover,
|
|
25806
25830
|
&.k-step-hover {
|
|
25807
25831
|
.k-step-indicator {
|
|
25808
25832
|
@include fill(
|
|
@@ -25816,6 +25840,7 @@ $stepper-content-transition-timing-function: cubic-bezier(.4, 0, .2, 1) 0ms !def
|
|
|
25816
25840
|
|
|
25817
25841
|
// Disabled
|
|
25818
25842
|
&.k-step-disabled,
|
|
25843
|
+
&.k-disabled,
|
|
25819
25844
|
&:disabled {
|
|
25820
25845
|
.k-step-indicator {
|
|
25821
25846
|
@include fill(
|
|
@@ -25844,6 +25869,7 @@ $stepper-content-transition-timing-function: cubic-bezier(.4, 0, .2, 1) 0ms !def
|
|
|
25844
25869
|
}
|
|
25845
25870
|
|
|
25846
25871
|
&:hover,
|
|
25872
|
+
&.k-hover,
|
|
25847
25873
|
&.k-step-hover {
|
|
25848
25874
|
.k-step-label {
|
|
25849
25875
|
@include fill( $color: $stepper-label-error-text );
|
|
@@ -25851,16 +25877,6 @@ $stepper-content-transition-timing-function: cubic-bezier(.4, 0, .2, 1) 0ms !def
|
|
|
25851
25877
|
}
|
|
25852
25878
|
}
|
|
25853
25879
|
|
|
25854
|
-
.k-step-disabled .k-step-label {
|
|
25855
|
-
@include fill( $color: $stepper-label-disabled-text );
|
|
25856
|
-
}
|
|
25857
|
-
|
|
25858
|
-
// Labels only
|
|
25859
|
-
.k-step-focus .k-step-label:only-child,
|
|
25860
|
-
.k-step-link:focus .k-step-label:only-child {
|
|
25861
|
-
@include box-shadow( inset 0 0 0 $stepper-indicator-focus-size $component-border );
|
|
25862
|
-
}
|
|
25863
|
-
|
|
25864
25880
|
// Optional Label
|
|
25865
25881
|
.k-step-label-optional {
|
|
25866
25882
|
color: $stepper-optional-label-text;
|
|
@@ -27209,7 +27225,8 @@ $panelbar-header-expanded-gradient: null !default;
|
|
|
27209
27225
|
> .k-item,
|
|
27210
27226
|
> .k-panelbar-header {
|
|
27211
27227
|
|
|
27212
|
-
&.k-state-expanded.k-level-0 > .k-link
|
|
27228
|
+
&.k-state-expanded.k-level-0 > .k-link,
|
|
27229
|
+
&.k-expanded.k-level-0 > .k-link {
|
|
27213
27230
|
@include fill(
|
|
27214
27231
|
$panelbar-header-expanded-text,
|
|
27215
27232
|
$panelbar-header-expanded-bg,
|
|
@@ -28388,7 +28405,8 @@ $adaptive-scheduler-subtle-text: $subtle-text !default;
|
|
|
28388
28405
|
}
|
|
28389
28406
|
|
|
28390
28407
|
// Pager
|
|
28391
|
-
.k-pager-wrap.k-pager-sm
|
|
28408
|
+
.k-pager-wrap.k-pager-sm,
|
|
28409
|
+
.k-pager.k-pager-sm {
|
|
28392
28410
|
justify-content: center;
|
|
28393
28411
|
|
|
28394
28412
|
.k-pager-refresh {
|
|
@@ -40142,7 +40160,8 @@ $pdf-viewer-search-highlight-bg: $body-text !default;
|
|
|
40142
40160
|
flex: 0 0 auto;
|
|
40143
40161
|
z-index: 2;
|
|
40144
40162
|
}
|
|
40145
|
-
.k-toolbar .k-pager-wrap
|
|
40163
|
+
.k-toolbar .k-pager-wrap,
|
|
40164
|
+
.k-toolbar .k-pager {
|
|
40146
40165
|
padding: 0;
|
|
40147
40166
|
border-width: 0;
|
|
40148
40167
|
color: inherit;
|
package/package.json
CHANGED
|
@@ -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": "5.
|
|
4
|
+
"version": "5.6.1-dev.1",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -44,5 +44,5 @@
|
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"sass-build": "^0.0.1"
|
|
46
46
|
},
|
|
47
|
-
"gitHead": "
|
|
47
|
+
"gitHead": "1e15150e791e446461760b05b93bfda5abafc2ec"
|
|
48
48
|
}
|
|
@@ -134,7 +134,8 @@
|
|
|
134
134
|
font-weight: bold;
|
|
135
135
|
}
|
|
136
136
|
.k-today,
|
|
137
|
-
.k-nav-today
|
|
137
|
+
.k-nav-today,
|
|
138
|
+
.k-calendar-nav-today {
|
|
138
139
|
text-decoration: none;
|
|
139
140
|
cursor: pointer;
|
|
140
141
|
outline: none;
|
|
@@ -504,7 +505,9 @@
|
|
|
504
505
|
.k-nav-prev,
|
|
505
506
|
.k-nav-next,
|
|
506
507
|
.k-prev-view,
|
|
507
|
-
.k-next-view
|
|
508
|
+
.k-next-view,
|
|
509
|
+
.k-calendar-nav-prev,
|
|
510
|
+
.k-calendar-nav-next {
|
|
508
511
|
transform: scaleX(-1);
|
|
509
512
|
}
|
|
510
513
|
|
|
@@ -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
|
|
package/scss/dialog/_layout.scss
CHANGED
package/scss/pager/_layout.scss
CHANGED
package/scss/pager/_theme.scss
CHANGED
|
@@ -50,12 +50,6 @@
|
|
|
50
50
|
align-items: center;
|
|
51
51
|
overflow: hidden;
|
|
52
52
|
}
|
|
53
|
-
.k-step-disabled {
|
|
54
|
-
pointer-events: none;
|
|
55
|
-
|
|
56
|
-
.k-step-link { cursor: default; }
|
|
57
|
-
}
|
|
58
|
-
|
|
59
53
|
|
|
60
54
|
// Step indicator
|
|
61
55
|
.k-step-indicator {
|
|
@@ -92,7 +86,9 @@
|
|
|
92
86
|
z-index: 2;
|
|
93
87
|
}
|
|
94
88
|
}
|
|
89
|
+
|
|
95
90
|
.k-step-focus,
|
|
91
|
+
.k-step.k-focus,
|
|
96
92
|
.k-step-link:focus {
|
|
97
93
|
.k-step-indicator::after {
|
|
98
94
|
display: block;
|
|
@@ -135,12 +131,21 @@
|
|
|
135
131
|
font-style: $stepper-optional-label-font-style;
|
|
136
132
|
opacity: $stepper-optional-label-opacity;
|
|
137
133
|
}
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
.k-step-disabled,
|
|
137
|
+
.k-step.k-disabled {
|
|
138
|
+
opacity: 1;
|
|
139
|
+
pointer-events: none;
|
|
140
|
+
|
|
141
|
+
.k-step-link { cursor: default; }
|
|
142
|
+
|
|
143
|
+
.k-step-label-optional {
|
|
144
|
+
color: inherit;
|
|
145
|
+
}
|
|
142
146
|
}
|
|
143
147
|
|
|
148
|
+
|
|
144
149
|
// Progressbar
|
|
145
150
|
.k-progressbar {
|
|
146
151
|
pointer-events: none;
|
package/scss/stepper/_theme.scss
CHANGED
|
@@ -13,6 +13,7 @@
|
|
|
13
13
|
.k-step {
|
|
14
14
|
// Hover
|
|
15
15
|
&:hover,
|
|
16
|
+
&.k-hover,
|
|
16
17
|
&.k-step-hover {
|
|
17
18
|
.k-step-label {
|
|
18
19
|
color: $stepper-label-hover-text;
|
|
@@ -27,9 +28,18 @@
|
|
|
27
28
|
}
|
|
28
29
|
}
|
|
29
30
|
|
|
31
|
+
&.k-step-focus,
|
|
32
|
+
&.k-focus,
|
|
33
|
+
.k-step-link:focus {
|
|
34
|
+
// Labels only
|
|
35
|
+
.k-step-label:only-child {
|
|
36
|
+
@include box-shadow( inset 0 0 0 $stepper-indicator-focus-size $component-border );
|
|
37
|
+
}
|
|
38
|
+
}
|
|
30
39
|
|
|
31
40
|
// Disabled
|
|
32
41
|
&.k-step-disabled,
|
|
42
|
+
&.k-disabled,
|
|
33
43
|
&:disabled {
|
|
34
44
|
.k-step-indicator {
|
|
35
45
|
@include fill(
|
|
@@ -38,6 +48,10 @@
|
|
|
38
48
|
$stepper-indicator-disabled-border
|
|
39
49
|
);
|
|
40
50
|
}
|
|
51
|
+
|
|
52
|
+
.k-step-label {
|
|
53
|
+
@include fill( $color: $stepper-label-disabled-text );
|
|
54
|
+
}
|
|
41
55
|
}
|
|
42
56
|
}
|
|
43
57
|
.k-step-indicator {
|
|
@@ -73,6 +87,7 @@
|
|
|
73
87
|
|
|
74
88
|
// Hover
|
|
75
89
|
&:hover,
|
|
90
|
+
&.k-hover,
|
|
76
91
|
&.k-step-hover {
|
|
77
92
|
.k-step-indicator {
|
|
78
93
|
@include fill(
|
|
@@ -86,6 +101,7 @@
|
|
|
86
101
|
|
|
87
102
|
// Disabled
|
|
88
103
|
&.k-step-disabled,
|
|
104
|
+
&.k-disabled,
|
|
89
105
|
&:disabled {
|
|
90
106
|
.k-step-indicator {
|
|
91
107
|
@include fill(
|
|
@@ -112,6 +128,7 @@
|
|
|
112
128
|
|
|
113
129
|
// Hover
|
|
114
130
|
&:hover,
|
|
131
|
+
&.k-hover,
|
|
115
132
|
&.k-step-hover {
|
|
116
133
|
.k-step-indicator {
|
|
117
134
|
@include fill(
|
|
@@ -125,6 +142,7 @@
|
|
|
125
142
|
|
|
126
143
|
// Disabled
|
|
127
144
|
&.k-step-disabled,
|
|
145
|
+
&.k-disabled,
|
|
128
146
|
&:disabled {
|
|
129
147
|
.k-step-indicator {
|
|
130
148
|
@include fill(
|
|
@@ -153,6 +171,7 @@
|
|
|
153
171
|
}
|
|
154
172
|
|
|
155
173
|
&:hover,
|
|
174
|
+
&.k-hover,
|
|
156
175
|
&.k-step-hover {
|
|
157
176
|
.k-step-label {
|
|
158
177
|
@include fill( $color: $stepper-label-error-text );
|
|
@@ -160,16 +179,6 @@
|
|
|
160
179
|
}
|
|
161
180
|
}
|
|
162
181
|
|
|
163
|
-
.k-step-disabled .k-step-label {
|
|
164
|
-
@include fill( $color: $stepper-label-disabled-text );
|
|
165
|
-
}
|
|
166
|
-
|
|
167
|
-
// Labels only
|
|
168
|
-
.k-step-focus .k-step-label:only-child,
|
|
169
|
-
.k-step-link:focus .k-step-label:only-child {
|
|
170
|
-
@include box-shadow( inset 0 0 0 $stepper-indicator-focus-size $component-border );
|
|
171
|
-
}
|
|
172
|
-
|
|
173
182
|
// Optional Label
|
|
174
183
|
.k-step-label-optional {
|
|
175
184
|
color: $stepper-optional-label-text;
|