@progress/kendo-theme-classic 9.0.1-dev.2 → 9.0.1-dev.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/all.css +1 -1
- package/dist/all.scss +226 -229
- package/dist/classic-green-dark.css +1 -1
- package/dist/classic-green.css +1 -1
- package/dist/classic-lavender-dark.css +1 -1
- package/dist/classic-lavender.css +1 -1
- package/dist/classic-main-dark.css +1 -1
- package/dist/classic-main.css +1 -1
- package/dist/classic-metro-dark.css +1 -1
- package/dist/classic-metro.css +1 -1
- package/dist/classic-moonlight.css +1 -1
- package/dist/classic-opal-dark.css +1 -1
- package/dist/classic-opal.css +1 -1
- package/dist/classic-silver-dark.css +1 -1
- package/dist/classic-silver.css +1 -1
- package/dist/classic-uniform.css +1 -1
- package/lib/swatches/classic-green-dark.json +1 -1
- package/lib/swatches/classic-green.json +1 -1
- package/lib/swatches/classic-lavender-dark.json +1 -1
- package/lib/swatches/classic-lavender.json +1 -1
- package/lib/swatches/classic-main-dark.json +1 -1
- package/lib/swatches/classic-main.json +1 -1
- package/lib/swatches/classic-metro-dark.json +1 -1
- package/lib/swatches/classic-metro.json +1 -1
- package/lib/swatches/classic-moonlight.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/lib/swatches/classic-uniform.json +1 -1
- package/package.json +5 -5
package/dist/all.scss
CHANGED
|
@@ -19428,10 +19428,10 @@ $_kendo-module-meta: (
|
|
|
19428
19428
|
transition: opacity 100ms linear, transform 500ms cubic-bezier(.4, 0, .2, 1);
|
|
19429
19429
|
opacity: .1;
|
|
19430
19430
|
background-color: currentColor;
|
|
19431
|
+
}
|
|
19431
19432
|
|
|
19432
|
-
|
|
19433
|
-
|
|
19434
|
-
}
|
|
19433
|
+
.k-primary .k-ripple-blob {
|
|
19434
|
+
opacity: .2;
|
|
19435
19435
|
}
|
|
19436
19436
|
|
|
19437
19437
|
.k-ripple-focus::after {
|
|
@@ -26156,27 +26156,23 @@ $kendo-form-sizes: (
|
|
|
26156
26156
|
}
|
|
26157
26157
|
|
|
26158
26158
|
// RTL Adjustments
|
|
26159
|
-
.k-form
|
|
26160
|
-
|
|
26161
|
-
.k-
|
|
26162
|
-
|
|
26163
|
-
|
|
26164
|
-
margin-right: $kendo-label-optional-margin-x;
|
|
26165
|
-
}
|
|
26159
|
+
.k-form [dir="rtl"],
|
|
26160
|
+
.k-rtl .k-form {
|
|
26161
|
+
.k-label-optional {
|
|
26162
|
+
margin-left: 0;
|
|
26163
|
+
margin-right: $kendo-label-optional-margin-x;
|
|
26166
26164
|
}
|
|
26167
26165
|
}
|
|
26168
26166
|
|
|
26169
|
-
.k-form-horizontal
|
|
26170
|
-
|
|
26171
|
-
|
|
26172
|
-
|
|
26173
|
-
.k-
|
|
26174
|
-
|
|
26175
|
-
|
|
26176
|
-
|
|
26177
|
-
|
|
26178
|
-
margin-left: $kendo-horizontal-form-label-margin-x;
|
|
26179
|
-
}
|
|
26167
|
+
.k-form-horizontal [dir="rtl"],
|
|
26168
|
+
.k-rtl .k-form-horizontal {
|
|
26169
|
+
&.k-form-field,
|
|
26170
|
+
.k-form-field {
|
|
26171
|
+
> .k-label,
|
|
26172
|
+
> kendo-label,
|
|
26173
|
+
> .k-form-label {
|
|
26174
|
+
margin-right: 0;
|
|
26175
|
+
margin-left: $kendo-horizontal-form-label-margin-x;
|
|
26180
26176
|
}
|
|
26181
26177
|
}
|
|
26182
26178
|
}
|
|
@@ -26879,14 +26875,14 @@ $_kendo-module-meta: (
|
|
|
26879
26875
|
&:disabled,
|
|
26880
26876
|
&[disabled] {
|
|
26881
26877
|
@include disabled( $kendo-disabled-styling... );
|
|
26882
|
-
|
|
26883
|
-
[disabled] &,
|
|
26884
|
-
.k-disabled & {
|
|
26885
|
-
opacity: 1;
|
|
26886
|
-
filter: grayscale(0);
|
|
26887
|
-
}
|
|
26888
26878
|
}
|
|
26889
26879
|
}
|
|
26880
|
+
|
|
26881
|
+
:is([disabled], .k-disabled) :is(input.k-input, textarea.k-textarea):is(:disabled, [disabled]) {
|
|
26882
|
+
opacity: 1;
|
|
26883
|
+
filter: grayscale(0);
|
|
26884
|
+
}
|
|
26885
|
+
|
|
26890
26886
|
textarea.k-textarea {
|
|
26891
26887
|
overflow: auto;
|
|
26892
26888
|
}
|
|
@@ -26904,15 +26900,14 @@ $_kendo-module-meta: (
|
|
|
26904
26900
|
&:disabled,
|
|
26905
26901
|
&[disabled] {
|
|
26906
26902
|
@include disabled( $kendo-disabled-styling... );
|
|
26907
|
-
|
|
26908
|
-
[disabled] &,
|
|
26909
|
-
.k-disabled & {
|
|
26910
|
-
opacity: 1;
|
|
26911
|
-
filter: grayscale(0);
|
|
26912
|
-
}
|
|
26913
26903
|
}
|
|
26914
26904
|
}
|
|
26915
26905
|
|
|
26906
|
+
:is([disabled], .k-disabled) select.k-picker:is(:disabled, [disabled]) {
|
|
26907
|
+
opacity: 1;
|
|
26908
|
+
filter: grayscale(0);
|
|
26909
|
+
}
|
|
26910
|
+
|
|
26916
26911
|
|
|
26917
26912
|
// Input inner
|
|
26918
26913
|
.k-input-inner {
|
|
@@ -28019,33 +28014,32 @@ $kendo-floating-label-focus-text: null !default;
|
|
|
28019
28014
|
&.k-empty:not(.k-focus):not(:focus-within) ::placeholder {
|
|
28020
28015
|
color: transparent;
|
|
28021
28016
|
}
|
|
28017
|
+
}
|
|
28022
28018
|
|
|
28023
|
-
|
|
28024
|
-
|
|
28025
|
-
|
|
28019
|
+
[dir="rtl"] .k-floating-label-container,
|
|
28020
|
+
.k-rtl .k-floating-label-container,
|
|
28021
|
+
.k-floating-label-container[dir="rtl"] {
|
|
28022
|
+
> .k-floating-label {
|
|
28023
|
+
transform-origin: right center;
|
|
28024
|
+
transition: transform $kendo-floating-label-transition, color $kendo-floating-label-transition, top $kendo-floating-label-transition, right $kendo-floating-label-transition;
|
|
28025
|
+
}
|
|
28026
28026
|
|
|
28027
|
+
&.k-empty {
|
|
28027
28028
|
> .k-floating-label {
|
|
28028
|
-
transform-origin: right center;
|
|
28029
|
-
transition: transform $kendo-floating-label-transition, color $kendo-floating-label-transition, top $kendo-floating-label-transition, right $kendo-floating-label-transition;
|
|
28030
|
-
}
|
|
28031
|
-
|
|
28032
|
-
&.k-empty {
|
|
28033
|
-
> .k-floating-label {
|
|
28034
|
-
left: auto;
|
|
28035
|
-
right: var(--kendo-floating-label-offset-x, #{$kendo-floating-label-offset-x});
|
|
28036
|
-
}
|
|
28037
|
-
}
|
|
28038
|
-
|
|
28039
|
-
> .k-floating-label,
|
|
28040
|
-
&.k-focus > .k-floating-label {
|
|
28041
28029
|
left: auto;
|
|
28042
|
-
right: var(--kendo-floating-label-
|
|
28043
|
-
}
|
|
28044
|
-
&:focus-within > .k-floating-label {
|
|
28045
|
-
left: auto;
|
|
28046
|
-
right: var(--kendo-floating-label-focus-offset-x, #{$kendo-floating-label-focus-offset-x});
|
|
28030
|
+
right: var(--kendo-floating-label-offset-x, #{$kendo-floating-label-offset-x});
|
|
28047
28031
|
}
|
|
28048
28032
|
}
|
|
28033
|
+
|
|
28034
|
+
> .k-floating-label,
|
|
28035
|
+
&.k-focus > .k-floating-label {
|
|
28036
|
+
left: auto;
|
|
28037
|
+
right: var(--kendo-floating-label-focus-offset-x, #{$kendo-floating-label-focus-offset-x});
|
|
28038
|
+
}
|
|
28039
|
+
&:focus-within > .k-floating-label {
|
|
28040
|
+
left: auto;
|
|
28041
|
+
right: var(--kendo-floating-label-focus-offset-x, #{$kendo-floating-label-focus-offset-x});
|
|
28042
|
+
}
|
|
28049
28043
|
}
|
|
28050
28044
|
|
|
28051
28045
|
}
|
|
@@ -30302,22 +30296,21 @@ $kendo-slider-tick-vertical-image: "data:image/gif;base64,R0lGODlhtAABAIABALi4uA
|
|
|
30302
30296
|
margin: 0;
|
|
30303
30297
|
padding: 0;
|
|
30304
30298
|
position: absolute;
|
|
30299
|
+
}
|
|
30305
30300
|
|
|
30306
|
-
|
|
30307
|
-
|
|
30308
|
-
|
|
30309
|
-
|
|
30310
|
-
|
|
30311
|
-
}
|
|
30312
|
-
|
|
30313
|
-
.k-slider-vertical & {
|
|
30314
|
-
bottom: 0;
|
|
30315
|
-
left: 50%;
|
|
30316
|
-
margin-left: - k-math-div( $kendo-slider-track-thickness, 2 );
|
|
30317
|
-
width: $kendo-slider-track-thickness;
|
|
30318
|
-
}
|
|
30301
|
+
.k-slider-horizontal :is(.k-slider-track, .k-slider-selection) {
|
|
30302
|
+
height: $kendo-slider-track-thickness;
|
|
30303
|
+
left: 0;
|
|
30304
|
+
margin-top: - k-math-div( $kendo-slider-track-thickness, 2 );
|
|
30305
|
+
top: 50%;
|
|
30319
30306
|
}
|
|
30320
30307
|
|
|
30308
|
+
.k-slider-vertical :is(.k-slider-track, .k-slider-selection) {
|
|
30309
|
+
bottom: 0;
|
|
30310
|
+
left: 50%;
|
|
30311
|
+
margin-left: - k-math-div( $kendo-slider-track-thickness, 2 );
|
|
30312
|
+
width: $kendo-slider-track-thickness;
|
|
30313
|
+
}
|
|
30321
30314
|
|
|
30322
30315
|
.k-draghandle {
|
|
30323
30316
|
background-color: transparent;
|
|
@@ -30331,34 +30324,38 @@ $kendo-slider-tick-vertical-image: "data:image/gif;base64,R0lGODlhtAABAIABALi4uA
|
|
|
30331
30324
|
width: $kendo-slider-draghandle-size;
|
|
30332
30325
|
height: $kendo-slider-draghandle-size;
|
|
30333
30326
|
|
|
30334
|
-
.k-slider-transitions.k-slider-horizontal & {
|
|
30335
|
-
transition: inset-inline-start $kendo-slider-transition-speed $kendo-slider-transition-function, background-color $kendo-slider-transition-speed $kendo-slider-transition-function, transform $kendo-slider-draghandle-transition-speed $kendo-slider-draghandle-transition-function;
|
|
30336
|
-
}
|
|
30337
|
-
|
|
30338
|
-
.k-slider-transitions.k-slider-vertical & {
|
|
30339
|
-
transition: bottom $kendo-slider-transition-speed $kendo-slider-transition-function, background-color $kendo-slider-transition-speed $kendo-slider-transition-function, transform $kendo-slider-draghandle-transition-speed $kendo-slider-draghandle-transition-function;
|
|
30340
|
-
}
|
|
30341
|
-
|
|
30342
30327
|
&.k-pressed {
|
|
30343
30328
|
transition: none;
|
|
30344
30329
|
}
|
|
30345
30330
|
}
|
|
30346
30331
|
|
|
30347
30332
|
.k-slider-selection {
|
|
30348
|
-
|
|
30349
|
-
transition:
|
|
30333
|
+
&.k-pressed {
|
|
30334
|
+
transition: none;
|
|
30350
30335
|
}
|
|
30336
|
+
}
|
|
30351
30337
|
|
|
30352
|
-
|
|
30353
|
-
|
|
30338
|
+
.k-slider-transitions {
|
|
30339
|
+
&.k-slider-horizontal {
|
|
30340
|
+
.k-draghandle {
|
|
30341
|
+
transition: inset-inline-start $kendo-slider-transition-speed $kendo-slider-transition-function, background-color $kendo-slider-transition-speed $kendo-slider-transition-function, transform $kendo-slider-draghandle-transition-speed $kendo-slider-draghandle-transition-function;
|
|
30342
|
+
}
|
|
30343
|
+
.k-slider-selection {
|
|
30344
|
+
transition: width $kendo-slider-transition-speed $kendo-slider-transition-function;
|
|
30345
|
+
}
|
|
30354
30346
|
}
|
|
30355
30347
|
|
|
30356
|
-
&.k-
|
|
30357
|
-
|
|
30348
|
+
&.k-slider-vertical {
|
|
30349
|
+
.k-draghandle {
|
|
30350
|
+
transition: bottom $kendo-slider-transition-speed $kendo-slider-transition-function, background-color $kendo-slider-transition-speed $kendo-slider-transition-function, transform $kendo-slider-draghandle-transition-speed $kendo-slider-draghandle-transition-function;
|
|
30351
|
+
}
|
|
30352
|
+
|
|
30353
|
+
.k-slider-selection {
|
|
30354
|
+
transition: height $kendo-slider-transition-speed $kendo-slider-transition-function;
|
|
30355
|
+
}
|
|
30358
30356
|
}
|
|
30359
30357
|
}
|
|
30360
30358
|
|
|
30361
|
-
|
|
30362
30359
|
// Slider readonly
|
|
30363
30360
|
.k-slider.k-readonly {
|
|
30364
30361
|
.k-button,
|
|
@@ -30414,7 +30411,7 @@ $kendo-slider-tick-vertical-image: "data:image/gif;base64,R0lGODlhtAABAIABALi4uA
|
|
|
30414
30411
|
.k-slider kendo-resize-sensor {
|
|
30415
30412
|
position: absolute;
|
|
30416
30413
|
}
|
|
30417
|
-
|
|
30414
|
+
|
|
30418
30415
|
// Aliases
|
|
30419
30416
|
.k-draghandle { @extend .k-slider-thumb !optional; }
|
|
30420
30417
|
.k-draghandle-start { @extend .k-slider-thumb-start !optional; }
|
|
@@ -31602,14 +31599,6 @@ $kendo-calendar-sizes: (
|
|
|
31602
31599
|
);
|
|
31603
31600
|
}
|
|
31604
31601
|
|
|
31605
|
-
|
|
31606
|
-
&[dir="rtl"],
|
|
31607
|
-
.k-rtl & {
|
|
31608
|
-
.k-calendar-navigation {
|
|
31609
|
-
box-shadow: inset 1px 0 $kendo-calendar-navigation-border;
|
|
31610
|
-
}
|
|
31611
|
-
}
|
|
31612
|
-
|
|
31613
31602
|
// Invalid
|
|
31614
31603
|
&.k-invalid,
|
|
31615
31604
|
&.k-invalid:hover,
|
|
@@ -31619,6 +31608,12 @@ $kendo-calendar-sizes: (
|
|
|
31619
31608
|
}
|
|
31620
31609
|
}
|
|
31621
31610
|
|
|
31611
|
+
.k-rtl .k-calendar,
|
|
31612
|
+
.k-calendar[dir="rtl"] {
|
|
31613
|
+
.k-calendar-navigation {
|
|
31614
|
+
box-shadow: inset 1px 0 $kendo-calendar-navigation-border;
|
|
31615
|
+
}
|
|
31616
|
+
}
|
|
31622
31617
|
|
|
31623
31618
|
// Scheduler integration
|
|
31624
31619
|
.k-scheduler .k-calendar .k-other-month {
|
|
@@ -31850,12 +31845,11 @@ $kendo-time-selector-sizes: (
|
|
|
31850
31845
|
user-select: none;
|
|
31851
31846
|
-webkit-touch-callout: none;
|
|
31852
31847
|
-webkit-tap-highlight-color: $kendo-color-rgba-transparent;
|
|
31853
|
-
|
|
31854
|
-
.k-popup > & {
|
|
31855
|
-
border-width: 0;
|
|
31856
|
-
}
|
|
31857
31848
|
}
|
|
31858
31849
|
|
|
31850
|
+
.k-popup > .k-timeselector {
|
|
31851
|
+
border-width: 0;
|
|
31852
|
+
}
|
|
31859
31853
|
|
|
31860
31854
|
// Time selector header
|
|
31861
31855
|
.k-time-header,
|
|
@@ -34252,13 +34246,9 @@ $kendo-datetime-width: calc( calc( #{$kendo-calendar-cell-size} * 8 ) + calc( #{
|
|
|
34252
34246
|
transform: translateX(-100%);
|
|
34253
34247
|
}
|
|
34254
34248
|
|
|
34255
|
-
.k-time-tab .k-datetime-selector
|
|
34256
|
-
|
|
34257
|
-
|
|
34258
|
-
.k-rtl &,
|
|
34259
|
-
[dir="rtl"] & {
|
|
34260
|
-
transform: translateX(100%);
|
|
34261
|
-
}
|
|
34249
|
+
:is(.k-rtl, [dir="rtl"]) .k-time-tab .k-datetime-selector,
|
|
34250
|
+
.k-time-tab .k-datetime-selector:is(.k-rtl, [dir="rtl"]) {
|
|
34251
|
+
transform: translateX(100%);
|
|
34262
34252
|
}
|
|
34263
34253
|
}
|
|
34264
34254
|
|
|
@@ -37974,14 +37964,13 @@ $kendo-fab-item-outline-color: rgba(0, 0, 0, .08) !default;
|
|
|
37974
37964
|
padding-inline: $kendo-fab-icon-padding-x;
|
|
37975
37965
|
padding-block: $kendo-fab-icon-padding-y;
|
|
37976
37966
|
box-sizing: content-box;
|
|
37977
|
-
|
|
37978
|
-
.k-icon-wrapper-host:not(:only-child) &,
|
|
37979
|
-
&:not(:only-child) {
|
|
37980
|
-
margin-inline-end: $kendo-fab-icon-spacing;
|
|
37981
|
-
margin-inline-start: calc( #{$kendo-fab-icon-spacing} * -1 );
|
|
37982
|
-
}
|
|
37983
37967
|
}
|
|
37984
37968
|
|
|
37969
|
+
.k-icon-wrapper-host:not(:only-child) .k-fab-icon,
|
|
37970
|
+
.k-fab-icon:not(:only-child) {
|
|
37971
|
+
margin-inline-end: $kendo-fab-icon-spacing;
|
|
37972
|
+
margin-inline-start: calc( #{$kendo-fab-icon-spacing} * -1 );
|
|
37973
|
+
}
|
|
37985
37974
|
|
|
37986
37975
|
// Sizes
|
|
37987
37976
|
@each $size, $size-props in $kendo-fab-sizes {
|
|
@@ -39017,8 +39006,10 @@ $_kendo-module-meta: (
|
|
|
39017
39006
|
flex-direction: row;
|
|
39018
39007
|
flex-shrink: 0;
|
|
39019
39008
|
align-items: center;
|
|
39009
|
+
}
|
|
39020
39010
|
|
|
39021
|
-
|
|
39011
|
+
.k-window-minimized {
|
|
39012
|
+
.k-window-titlebar {
|
|
39022
39013
|
border-width: 0;
|
|
39023
39014
|
}
|
|
39024
39015
|
}
|
|
@@ -40457,11 +40448,11 @@ $kendo-card-callout-height: 20px !default;
|
|
|
40457
40448
|
max-width: 100%;
|
|
40458
40449
|
flex-shrink: 0;
|
|
40459
40450
|
overflow: hidden;
|
|
40451
|
+
}
|
|
40460
40452
|
|
|
40461
|
-
|
|
40462
|
-
|
|
40463
|
-
|
|
40464
|
-
}
|
|
40453
|
+
.k-card-horizontal .k-card-media {
|
|
40454
|
+
max-width: $kendo-card-img-max-width;
|
|
40455
|
+
object-fit: cover;
|
|
40465
40456
|
}
|
|
40466
40457
|
|
|
40467
40458
|
|
|
@@ -42404,9 +42395,13 @@ $kendo-pager-sizes: (
|
|
|
42404
42395
|
@if ($kendo-pager-item-spacing) {
|
|
42405
42396
|
margin-left: $kendo-pager-item-spacing;
|
|
42406
42397
|
}
|
|
42398
|
+
}
|
|
42407
42399
|
|
|
42408
|
-
|
|
42409
|
-
|
|
42400
|
+
.k-rtl,
|
|
42401
|
+
[dir="rtl"] {
|
|
42402
|
+
.k-pager-nav + .k-pager-nav,
|
|
42403
|
+
.k-pager-nav + .k-pager-numbers-wrap,
|
|
42404
|
+
.k-pager-numbers-wrap + .k-pager-nav {
|
|
42410
42405
|
@if ($kendo-pager-item-spacing) {
|
|
42411
42406
|
margin-left: 0;
|
|
42412
42407
|
margin-right: $kendo-pager-item-spacing;
|
|
@@ -44518,15 +44513,15 @@ $kendo-expander-content-padding-y: k-spacing(4) !default;
|
|
|
44518
44513
|
*::after {
|
|
44519
44514
|
box-sizing: border-box;
|
|
44520
44515
|
}
|
|
44516
|
+
}
|
|
44521
44517
|
|
|
44522
|
-
|
|
44523
|
-
|
|
44524
|
-
|
|
44525
|
-
|
|
44526
|
-
|
|
44527
|
-
|
|
44528
|
-
|
|
44529
|
-
}
|
|
44518
|
+
.k-rtl .k-expander,
|
|
44519
|
+
.k-expander.k-rtl,
|
|
44520
|
+
.k-expander[dir="rtl"] {
|
|
44521
|
+
// Expand / collapse icon
|
|
44522
|
+
.k-expander-indicator {
|
|
44523
|
+
margin-left: 0;
|
|
44524
|
+
margin-right: $kendo-expander-indicator-margin-x;
|
|
44530
44525
|
}
|
|
44531
44526
|
}
|
|
44532
44527
|
|
|
@@ -45241,24 +45236,22 @@ $kendo-panelbar-header-expanded-gradient: null !default;
|
|
|
45241
45236
|
.k-panelbar-group .k-panelbar-toggle {
|
|
45242
45237
|
margin-inline-end: calc( #{$kendo-panelbar-header-padding-x} - #{$kendo-panelbar-item-padding-x} );
|
|
45243
45238
|
}
|
|
45239
|
+
}
|
|
45244
45240
|
|
|
45245
|
-
|
|
45246
|
-
|
|
45247
|
-
|
|
45248
|
-
|
|
45249
|
-
|
|
45250
|
-
|
|
45251
|
-
|
|
45252
|
-
|
|
45253
|
-
|
|
45254
|
-
|
|
45255
|
-
padding-right: calc( #{$kendo-panelbar-item-padding-x} * #{$i} );
|
|
45256
|
-
}
|
|
45241
|
+
.k-rtl .k-panelbar,
|
|
45242
|
+
.k-panelbar.k-rtl,
|
|
45243
|
+
.k-panelbar [dir = "rtl"] {
|
|
45244
|
+
.k-panelbar-group > .k-panelbar-item {
|
|
45245
|
+
// Hierarchy items
|
|
45246
|
+
@for $i from 1 through $kendo-panelbar-item-level-count {
|
|
45247
|
+
&.k-level-#{$i} {
|
|
45248
|
+
.k-link {
|
|
45249
|
+
padding-left: $kendo-panelbar-item-padding-x;
|
|
45250
|
+
padding-right: calc( #{$kendo-panelbar-item-padding-x} * #{$i} );
|
|
45257
45251
|
}
|
|
45258
45252
|
}
|
|
45259
45253
|
}
|
|
45260
45254
|
}
|
|
45261
|
-
|
|
45262
45255
|
}
|
|
45263
45256
|
|
|
45264
45257
|
}
|
|
@@ -45641,12 +45634,6 @@ $kendo-splitbar-selected-text: $kendo-selected-text !default;
|
|
|
45641
45634
|
overflow: hidden;
|
|
45642
45635
|
}
|
|
45643
45636
|
|
|
45644
|
-
// Nested
|
|
45645
|
-
.k-pane > & {
|
|
45646
|
-
border-width: 0;
|
|
45647
|
-
overflow: hidden;
|
|
45648
|
-
}
|
|
45649
|
-
|
|
45650
45637
|
// Loading
|
|
45651
45638
|
.k-pane-loading {
|
|
45652
45639
|
position: static;
|
|
@@ -45742,9 +45729,16 @@ $kendo-splitbar-selected-text: $kendo-selected-text !default;
|
|
|
45742
45729
|
z-index: 1;
|
|
45743
45730
|
}
|
|
45744
45731
|
|
|
45745
|
-
.k-pane >
|
|
45746
|
-
|
|
45747
|
-
|
|
45732
|
+
.k-pane > {
|
|
45733
|
+
.k-splitter {
|
|
45734
|
+
border-width: 0;
|
|
45735
|
+
overflow: hidden;
|
|
45736
|
+
}
|
|
45737
|
+
|
|
45738
|
+
.k-splitter-overlay {
|
|
45739
|
+
opacity: 0;
|
|
45740
|
+
position: absolute;
|
|
45741
|
+
}
|
|
45748
45742
|
}
|
|
45749
45743
|
|
|
45750
45744
|
// flexbox-based splitter
|
|
@@ -47993,28 +47987,23 @@ $kendo-adaptive-scheduler-subtle-text: $kendo-subtle-text !default;
|
|
|
47993
47987
|
}
|
|
47994
47988
|
|
|
47995
47989
|
}
|
|
47990
|
+
}
|
|
47996
47991
|
|
|
47997
|
-
|
|
47998
|
-
|
|
47999
|
-
|
|
48000
|
-
|
|
48001
|
-
|
|
48002
|
-
|
|
48003
|
-
|
|
48004
|
-
.k-scheduler-toolbar {
|
|
48005
|
-
> ul > li {
|
|
48006
|
-
border: 0;
|
|
48007
|
-
}
|
|
47992
|
+
// RTL
|
|
47993
|
+
:is(.k-rtl .k-pane-wrapper, [dir="rtl"] .k-pane-wrapper, .k-pane-wrapper[dir="rtl"]) {
|
|
47994
|
+
.k-scheduler-mobile {
|
|
47995
|
+
.k-scheduler-toolbar {
|
|
47996
|
+
> ul > li {
|
|
47997
|
+
border: 0;
|
|
48008
47998
|
}
|
|
47999
|
+
}
|
|
48009
48000
|
|
|
48010
|
-
|
|
48011
|
-
|
|
48012
|
-
|
|
48013
|
-
}
|
|
48001
|
+
.k-task .k-i-reload {
|
|
48002
|
+
margin-left: .5em;
|
|
48003
|
+
margin-right: 0;
|
|
48014
48004
|
}
|
|
48015
48005
|
}
|
|
48016
48006
|
}
|
|
48017
|
-
|
|
48018
48007
|
}
|
|
48019
48008
|
|
|
48020
48009
|
|
|
@@ -52937,25 +52926,9 @@ $kendo-pivotgrid-remove-text: null !default;
|
|
|
52937
52926
|
cursor: pointer;
|
|
52938
52927
|
user-select: none;
|
|
52939
52928
|
|
|
52940
|
-
.k-flex-row &,
|
|
52941
|
-
.k-flex-row-reverse & {
|
|
52942
|
-
display: flex;
|
|
52943
|
-
align-items: center;
|
|
52944
|
-
justify-content: center;
|
|
52945
|
-
writing-mode: vertical-rl;
|
|
52946
|
-
|
|
52947
|
-
.k-icon {
|
|
52948
|
-
vertical-align: baseline;
|
|
52949
|
-
}
|
|
52950
|
-
}
|
|
52951
52929
|
.k-flex-row-reverse & > span {
|
|
52952
52930
|
transform: rotate(-180deg);
|
|
52953
52931
|
}
|
|
52954
|
-
|
|
52955
|
-
.k-flex-col &,
|
|
52956
|
-
.k-flex-col-reverse & {
|
|
52957
|
-
text-align: center;
|
|
52958
|
-
}
|
|
52959
52932
|
}
|
|
52960
52933
|
|
|
52961
52934
|
|
|
@@ -52964,22 +52937,8 @@ $kendo-pivotgrid-remove-text: null !default;
|
|
|
52964
52937
|
position: absolute;
|
|
52965
52938
|
overflow: hidden;
|
|
52966
52939
|
z-index: 2;
|
|
52967
|
-
|
|
52968
|
-
.k-flex-row & {
|
|
52969
|
-
right: $kendo-pivotgrid-configurator-button-size;
|
|
52970
|
-
}
|
|
52971
|
-
.k-flex-row-reverse & {
|
|
52972
|
-
left: $kendo-pivotgrid-configurator-button-size;
|
|
52973
|
-
}
|
|
52974
|
-
.k-flex-col & {
|
|
52975
|
-
bottom: $kendo-pivotgrid-configurator-button-size;
|
|
52976
|
-
}
|
|
52977
|
-
.k-flex-col-reverse & {
|
|
52978
|
-
top: $kendo-pivotgrid-configurator-button-size;
|
|
52979
|
-
}
|
|
52980
52940
|
}
|
|
52981
52941
|
|
|
52982
|
-
|
|
52983
52942
|
// Panel Content
|
|
52984
52943
|
.k-pivotgrid-configurator-header {
|
|
52985
52944
|
padding-block: $kendo-pivotgrid-configurator-header-padding-y;
|
|
@@ -53120,15 +53079,35 @@ $kendo-pivotgrid-remove-text: null !default;
|
|
|
53120
53079
|
min-width: $kendo-pivotgrid-configurator-vertical-width;
|
|
53121
53080
|
}
|
|
53122
53081
|
|
|
53123
|
-
.k-
|
|
53124
|
-
.k-
|
|
53125
|
-
|
|
53082
|
+
.k-flex-row {
|
|
53083
|
+
.k-pivotgrid-configurator-overlay {
|
|
53084
|
+
right: $kendo-pivotgrid-configurator-button-size;
|
|
53085
|
+
}
|
|
53086
|
+
|
|
53087
|
+
&-reverse .k-pivotgrid-configurator-overlay {
|
|
53088
|
+
left: $kendo-pivotgrid-configurator-button-size;
|
|
53089
|
+
}
|
|
53090
|
+
}
|
|
53091
|
+
|
|
53092
|
+
.k-flex-row,
|
|
53093
|
+
.k-flex-row-reverse {
|
|
53094
|
+
.k-pivotgrid-configurator-button {
|
|
53095
|
+
display: flex;
|
|
53096
|
+
align-items: center;
|
|
53097
|
+
justify-content: center;
|
|
53098
|
+
writing-mode: vertical-rl;
|
|
53099
|
+
|
|
53100
|
+
.k-icon {
|
|
53101
|
+
vertical-align: baseline;
|
|
53102
|
+
}
|
|
53103
|
+
}
|
|
53104
|
+
|
|
53105
|
+
.k-pivotgrid-configurator-vertical.k-pivotgrid-configurator-push .k-pivotgrid-configurator-panel {
|
|
53126
53106
|
border-right-width: 0;
|
|
53127
53107
|
border-left-width: 0;
|
|
53128
53108
|
}
|
|
53129
53109
|
}
|
|
53130
53110
|
|
|
53131
|
-
|
|
53132
53111
|
// Horizontal Layout
|
|
53133
53112
|
.k-pivotgrid-configurator-horizontal {
|
|
53134
53113
|
width: 100%;
|
|
@@ -53175,17 +53154,31 @@ $kendo-pivotgrid-remove-text: null !default;
|
|
|
53175
53154
|
overflow-y: auto;
|
|
53176
53155
|
}
|
|
53177
53156
|
}
|
|
53157
|
+
}
|
|
53178
53158
|
|
|
53179
|
-
|
|
53180
|
-
|
|
53181
|
-
|
|
53182
|
-
|
|
53183
|
-
|
|
53184
|
-
|
|
53159
|
+
.k-flex-col {
|
|
53160
|
+
.k-pivotgrid-configurator-overlay {
|
|
53161
|
+
bottom: $kendo-pivotgrid-configurator-button-size;
|
|
53162
|
+
}
|
|
53163
|
+
|
|
53164
|
+
&-reverse .k-pivotgrid-configurator-overlay {
|
|
53165
|
+
top: $kendo-pivotgrid-configurator-button-size;
|
|
53185
53166
|
}
|
|
53186
53167
|
}
|
|
53187
53168
|
|
|
53188
53169
|
|
|
53170
|
+
.k-flex-col,
|
|
53171
|
+
.k-flex-col-reverse {
|
|
53172
|
+
.k-pivotgrid-configurator-button {
|
|
53173
|
+
text-align: center;
|
|
53174
|
+
}
|
|
53175
|
+
|
|
53176
|
+
.k-pivotgrid-configurator-horizontal.k-pivotgrid-configurator-push .k-pivotgrid-configurator-panel {
|
|
53177
|
+
border-top-width: 0;
|
|
53178
|
+
border-bottom-width: 0;
|
|
53179
|
+
}
|
|
53180
|
+
}
|
|
53181
|
+
|
|
53189
53182
|
|
|
53190
53183
|
// Pivotgrid export
|
|
53191
53184
|
.k-pdf-export-shadow {
|
|
@@ -53545,25 +53538,26 @@ $kendo-pivotgrid-remove-text: null !default;
|
|
|
53545
53538
|
|
|
53546
53539
|
|
|
53547
53540
|
// Overlay mode
|
|
53548
|
-
.k-
|
|
53549
|
-
.k-
|
|
53541
|
+
.k-flex-row {
|
|
53542
|
+
.k-pivotgrid-configurator-overlay {
|
|
53550
53543
|
@include box-shadow( $kendo-pivotgrid-configurator-end-shadow );
|
|
53551
53544
|
}
|
|
53552
53545
|
|
|
53553
|
-
.k-
|
|
53546
|
+
&-reverse .k-pivotgrid-configurator-overlay {
|
|
53554
53547
|
@include box-shadow( $kendo-pivotgrid-configurator-start-shadow );
|
|
53555
53548
|
}
|
|
53549
|
+
}
|
|
53556
53550
|
|
|
53557
|
-
|
|
53551
|
+
.k-flex-col {
|
|
53552
|
+
.k-pivotgrid-configurator-overlay {
|
|
53558
53553
|
@include box-shadow( $kendo-pivotgrid-configurator-top-shadow );
|
|
53559
53554
|
}
|
|
53560
53555
|
|
|
53561
|
-
.k-
|
|
53556
|
+
&-reverse .k-pivotgrid-configurator-overlay {
|
|
53562
53557
|
@include box-shadow( $kendo-pivotgrid-configurator-bottom-shadow );
|
|
53563
53558
|
}
|
|
53564
53559
|
}
|
|
53565
53560
|
|
|
53566
|
-
|
|
53567
53561
|
// Legacy pivotgrid
|
|
53568
53562
|
// TODO: remove
|
|
53569
53563
|
.k-pivot {
|
|
@@ -53810,14 +53804,10 @@ $kendo-treelist-footer-row-border-width: 1px !default;
|
|
|
53810
53804
|
.k-table-row.k-group-footer + .k-table-row.k-group-footer td {
|
|
53811
53805
|
border-top-width: 0;
|
|
53812
53806
|
}
|
|
53807
|
+
}
|
|
53813
53808
|
|
|
53814
|
-
|
|
53815
|
-
|
|
53816
|
-
thead.k-grid-header {
|
|
53817
|
-
padding-left: 0;
|
|
53818
|
-
}
|
|
53819
|
-
}
|
|
53820
|
-
|
|
53809
|
+
:is(.k-treelist-scrollable[dir="rtl"], .k-rtl .k-treelist-scrollable) thead.k-grid-header {
|
|
53810
|
+
padding-left: 0;
|
|
53821
53811
|
}
|
|
53822
53812
|
|
|
53823
53813
|
.k-drag-separator {
|
|
@@ -60451,17 +60441,19 @@ $kendo-chat-quick-reply-shadow-opacity: .75 !default;
|
|
|
60451
60441
|
fill: currentColor;
|
|
60452
60442
|
display: inline-block;
|
|
60453
60443
|
}
|
|
60444
|
+
}
|
|
60445
|
+
}
|
|
60454
60446
|
|
|
60455
|
-
|
|
60456
|
-
|
|
60447
|
+
.k-rtl,
|
|
60448
|
+
[dir="rtl"] {
|
|
60449
|
+
.k-message-box {
|
|
60450
|
+
.k-button {
|
|
60457
60451
|
transform: scaleX(-1);
|
|
60458
60452
|
}
|
|
60459
60453
|
}
|
|
60460
60454
|
}
|
|
60461
60455
|
|
|
60462
60456
|
|
|
60463
|
-
|
|
60464
|
-
|
|
60465
60457
|
// Card list
|
|
60466
60458
|
.k-chat .k-card-list {
|
|
60467
60459
|
margin: $kendo-chat-bubble-spacing 0 0;
|
|
@@ -62308,12 +62300,15 @@ $_kendo-module-meta: (
|
|
|
62308
62300
|
opacity: 0;
|
|
62309
62301
|
transform-origin: 0 0;
|
|
62310
62302
|
transition: opacity .3s linear;
|
|
62303
|
+
}
|
|
62311
62304
|
|
|
62312
|
-
|
|
62313
|
-
|
|
62305
|
+
.k-map,
|
|
62306
|
+
.k-diagram {
|
|
62307
|
+
.km-touch-scrollbar {
|
|
62314
62308
|
display: none;
|
|
62315
62309
|
}
|
|
62316
62310
|
}
|
|
62311
|
+
|
|
62317
62312
|
.km-vertical-scrollbar {
|
|
62318
62313
|
height: 100%;
|
|
62319
62314
|
right: 2px;
|
|
@@ -62554,11 +62549,6 @@ $kendo-scrollview-transition-timing-function: ease-in-out !default;
|
|
|
62554
62549
|
transition-timing-function: $kendo-scrollview-transition-timing-function;
|
|
62555
62550
|
transform: translateX( calc( -100% / var(--kendo-scrollview-views, 1) * ( var(--kendo-scrollview-current, 1) - 1) ) );
|
|
62556
62551
|
|
|
62557
|
-
[dir="rtl"] &,
|
|
62558
|
-
.k-rtl & {
|
|
62559
|
-
transform: translateX( calc( 100% / var(--kendo-scrollview-views, 1) * ( var(--kendo-scrollview-current, 1) - 1) ) );
|
|
62560
|
-
}
|
|
62561
|
-
|
|
62562
62552
|
.k-scrollview-view {
|
|
62563
62553
|
width: calc( 100% / var(--kendo-scrollview-views, 1) );
|
|
62564
62554
|
flex: 0 0 calc( 100% / var(--kendo-scrollview-views, 1) );
|
|
@@ -62566,6 +62556,10 @@ $kendo-scrollview-transition-timing-function: ease-in-out !default;
|
|
|
62566
62556
|
|
|
62567
62557
|
}
|
|
62568
62558
|
|
|
62559
|
+
:is([dir="rtl"], .k-rtl) .k-scrollview-wrap.k-scrollview-animate {
|
|
62560
|
+
transform: translateX( calc( 100% / var(--kendo-scrollview-views, 1) * ( var(--kendo-scrollview-current, 1) - 1) ) );
|
|
62561
|
+
}
|
|
62562
|
+
|
|
62569
62563
|
.k-scrollview-nav-wrap {
|
|
62570
62564
|
padding: 0;
|
|
62571
62565
|
margin: 0;
|
|
@@ -63240,8 +63234,6 @@ $kendo-map-marker-images: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAB
|
|
|
63240
63234
|
border-radius: 50%;
|
|
63241
63235
|
position: relative;
|
|
63242
63236
|
|
|
63243
|
-
.k-pdf-export & { display: none; }
|
|
63244
|
-
|
|
63245
63237
|
|
|
63246
63238
|
// Buttons
|
|
63247
63239
|
.k-button {
|
|
@@ -63290,10 +63282,15 @@ $kendo-map-marker-images: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAB
|
|
|
63290
63282
|
border: 0;
|
|
63291
63283
|
background: none;
|
|
63292
63284
|
display: flex;
|
|
63293
|
-
|
|
63294
|
-
.k-pdf-export & { display: none; }
|
|
63295
63285
|
}
|
|
63296
63286
|
|
|
63287
|
+
|
|
63288
|
+
.k-pdf-export {
|
|
63289
|
+
.k-navigator,
|
|
63290
|
+
.k-zoom-control {
|
|
63291
|
+
display: none;
|
|
63292
|
+
}
|
|
63293
|
+
}
|
|
63297
63294
|
}
|
|
63298
63295
|
|
|
63299
63296
|
|