@progress/kendo-theme-bootstrap 9.0.1-dev.2 → 9.1.0-dev.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 +1 -1
- package/dist/all.scss +236 -239
- package/dist/bootstrap-3-dark.css +1 -1
- package/dist/bootstrap-3.css +1 -1
- package/dist/bootstrap-4-dark.css +1 -1
- package/dist/bootstrap-4.css +1 -1
- package/dist/bootstrap-dataviz-v4.css +1 -1
- package/dist/bootstrap-main-dark.css +1 -1
- package/dist/bootstrap-main.css +1 -1
- package/dist/bootstrap-nordic.css +1 -1
- package/dist/bootstrap-turquoise-dark.css +1 -1
- package/dist/bootstrap-turquoise.css +1 -1
- package/dist/bootstrap-urban.css +1 -1
- package/dist/bootstrap-vintage.css +1 -1
- package/lib/swatches/bootstrap-3-dark.json +1 -1
- package/lib/swatches/bootstrap-3.json +1 -1
- package/lib/swatches/bootstrap-4-dark.json +1 -1
- package/lib/swatches/bootstrap-4.json +1 -1
- package/lib/swatches/bootstrap-dataviz-v4.json +1 -1
- package/lib/swatches/bootstrap-main-dark.json +1 -1
- package/lib/swatches/bootstrap-main.json +1 -1
- package/lib/swatches/bootstrap-nordic.json +1 -1
- package/lib/swatches/bootstrap-turquoise-dark.json +1 -1
- package/lib/swatches/bootstrap-turquoise.json +1 -1
- package/lib/swatches/bootstrap-urban.json +1 -1
- package/lib/swatches/bootstrap-vintage.json +1 -1
- package/package.json +5 -5
- package/scss/menu/_layout.scss +2 -6
- package/scss/scheduler/_layout.scss +8 -4
package/dist/all.scss
CHANGED
|
@@ -21482,10 +21482,10 @@ $_kendo-module-meta: (
|
|
|
21482
21482
|
transition: opacity 100ms linear, transform 500ms cubic-bezier(.4, 0, .2, 1);
|
|
21483
21483
|
opacity: .1;
|
|
21484
21484
|
background-color: currentColor;
|
|
21485
|
+
}
|
|
21485
21486
|
|
|
21486
|
-
|
|
21487
|
-
|
|
21488
|
-
}
|
|
21487
|
+
.k-primary .k-ripple-blob {
|
|
21488
|
+
opacity: .2;
|
|
21489
21489
|
}
|
|
21490
21490
|
|
|
21491
21491
|
.k-ripple-focus::after {
|
|
@@ -26398,12 +26398,8 @@ $kendo-menu-popup-item-focus-shadow: $kendo-menu-item-focus-shadow !default;
|
|
|
26398
26398
|
padding-inline: 0;
|
|
26399
26399
|
}
|
|
26400
26400
|
|
|
26401
|
-
.k-menu-group,
|
|
26402
|
-
|
|
26403
|
-
|
|
26404
|
-
.k-menu-popup & {
|
|
26405
|
-
padding: 0;
|
|
26406
|
-
}
|
|
26401
|
+
.k-menu-popup :is(.k-menu-group, .k-menu-vertical) {
|
|
26402
|
+
padding: 0;
|
|
26407
26403
|
}
|
|
26408
26404
|
|
|
26409
26405
|
.k-context-menu-popup {
|
|
@@ -28275,27 +28271,23 @@ $kendo-form-sizes: (
|
|
|
28275
28271
|
}
|
|
28276
28272
|
|
|
28277
28273
|
// RTL Adjustments
|
|
28278
|
-
.k-form
|
|
28279
|
-
|
|
28280
|
-
.k-
|
|
28281
|
-
|
|
28282
|
-
|
|
28283
|
-
margin-right: $kendo-label-optional-margin-x;
|
|
28284
|
-
}
|
|
28274
|
+
.k-form [dir="rtl"],
|
|
28275
|
+
.k-rtl .k-form {
|
|
28276
|
+
.k-label-optional {
|
|
28277
|
+
margin-left: 0;
|
|
28278
|
+
margin-right: $kendo-label-optional-margin-x;
|
|
28285
28279
|
}
|
|
28286
28280
|
}
|
|
28287
28281
|
|
|
28288
|
-
.k-form-horizontal
|
|
28289
|
-
|
|
28290
|
-
|
|
28291
|
-
|
|
28292
|
-
.k-
|
|
28293
|
-
|
|
28294
|
-
|
|
28295
|
-
|
|
28296
|
-
|
|
28297
|
-
margin-left: $kendo-horizontal-form-label-margin-x;
|
|
28298
|
-
}
|
|
28282
|
+
.k-form-horizontal [dir="rtl"],
|
|
28283
|
+
.k-rtl .k-form-horizontal {
|
|
28284
|
+
&.k-form-field,
|
|
28285
|
+
.k-form-field {
|
|
28286
|
+
> .k-label,
|
|
28287
|
+
> kendo-label,
|
|
28288
|
+
> .k-form-label {
|
|
28289
|
+
margin-right: 0;
|
|
28290
|
+
margin-left: $kendo-horizontal-form-label-margin-x;
|
|
28299
28291
|
}
|
|
28300
28292
|
}
|
|
28301
28293
|
}
|
|
@@ -29041,14 +29033,14 @@ $_kendo-module-meta: (
|
|
|
29041
29033
|
&:disabled,
|
|
29042
29034
|
&[disabled] {
|
|
29043
29035
|
@include disabled( $kendo-disabled-styling... );
|
|
29044
|
-
|
|
29045
|
-
[disabled] &,
|
|
29046
|
-
.k-disabled & {
|
|
29047
|
-
opacity: 1;
|
|
29048
|
-
filter: grayscale(0);
|
|
29049
|
-
}
|
|
29050
29036
|
}
|
|
29051
29037
|
}
|
|
29038
|
+
|
|
29039
|
+
:is([disabled], .k-disabled) :is(input.k-input, textarea.k-textarea):is(:disabled, [disabled]) {
|
|
29040
|
+
opacity: 1;
|
|
29041
|
+
filter: grayscale(0);
|
|
29042
|
+
}
|
|
29043
|
+
|
|
29052
29044
|
textarea.k-textarea {
|
|
29053
29045
|
overflow: auto;
|
|
29054
29046
|
}
|
|
@@ -29066,15 +29058,14 @@ $_kendo-module-meta: (
|
|
|
29066
29058
|
&:disabled,
|
|
29067
29059
|
&[disabled] {
|
|
29068
29060
|
@include disabled( $kendo-disabled-styling... );
|
|
29069
|
-
|
|
29070
|
-
[disabled] &,
|
|
29071
|
-
.k-disabled & {
|
|
29072
|
-
opacity: 1;
|
|
29073
|
-
filter: grayscale(0);
|
|
29074
|
-
}
|
|
29075
29061
|
}
|
|
29076
29062
|
}
|
|
29077
29063
|
|
|
29064
|
+
:is([disabled], .k-disabled) select.k-picker:is(:disabled, [disabled]) {
|
|
29065
|
+
opacity: 1;
|
|
29066
|
+
filter: grayscale(0);
|
|
29067
|
+
}
|
|
29068
|
+
|
|
29078
29069
|
|
|
29079
29070
|
// Input inner
|
|
29080
29071
|
.k-input-inner {
|
|
@@ -30187,33 +30178,32 @@ $kendo-floating-label-focus-text: null !default;
|
|
|
30187
30178
|
&.k-empty:not(.k-focus):not(:focus-within) ::placeholder {
|
|
30188
30179
|
color: transparent;
|
|
30189
30180
|
}
|
|
30181
|
+
}
|
|
30190
30182
|
|
|
30191
|
-
|
|
30192
|
-
|
|
30193
|
-
|
|
30183
|
+
[dir="rtl"] .k-floating-label-container,
|
|
30184
|
+
.k-rtl .k-floating-label-container,
|
|
30185
|
+
.k-floating-label-container[dir="rtl"] {
|
|
30186
|
+
> .k-floating-label {
|
|
30187
|
+
transform-origin: right center;
|
|
30188
|
+
transition: transform $kendo-floating-label-transition, color $kendo-floating-label-transition, top $kendo-floating-label-transition, right $kendo-floating-label-transition;
|
|
30189
|
+
}
|
|
30194
30190
|
|
|
30191
|
+
&.k-empty {
|
|
30195
30192
|
> .k-floating-label {
|
|
30196
|
-
transform-origin: right center;
|
|
30197
|
-
transition: transform $kendo-floating-label-transition, color $kendo-floating-label-transition, top $kendo-floating-label-transition, right $kendo-floating-label-transition;
|
|
30198
|
-
}
|
|
30199
|
-
|
|
30200
|
-
&.k-empty {
|
|
30201
|
-
> .k-floating-label {
|
|
30202
|
-
left: auto;
|
|
30203
|
-
right: var(--kendo-floating-label-offset-x, #{$kendo-floating-label-offset-x});
|
|
30204
|
-
}
|
|
30205
|
-
}
|
|
30206
|
-
|
|
30207
|
-
> .k-floating-label,
|
|
30208
|
-
&.k-focus > .k-floating-label {
|
|
30209
|
-
left: auto;
|
|
30210
|
-
right: var(--kendo-floating-label-focus-offset-x, #{$kendo-floating-label-focus-offset-x});
|
|
30211
|
-
}
|
|
30212
|
-
&:focus-within > .k-floating-label {
|
|
30213
30193
|
left: auto;
|
|
30214
|
-
right: var(--kendo-floating-label-
|
|
30194
|
+
right: var(--kendo-floating-label-offset-x, #{$kendo-floating-label-offset-x});
|
|
30215
30195
|
}
|
|
30216
30196
|
}
|
|
30197
|
+
|
|
30198
|
+
> .k-floating-label,
|
|
30199
|
+
&.k-focus > .k-floating-label {
|
|
30200
|
+
left: auto;
|
|
30201
|
+
right: var(--kendo-floating-label-focus-offset-x, #{$kendo-floating-label-focus-offset-x});
|
|
30202
|
+
}
|
|
30203
|
+
&:focus-within > .k-floating-label {
|
|
30204
|
+
left: auto;
|
|
30205
|
+
right: var(--kendo-floating-label-focus-offset-x, #{$kendo-floating-label-focus-offset-x});
|
|
30206
|
+
}
|
|
30217
30207
|
}
|
|
30218
30208
|
|
|
30219
30209
|
}
|
|
@@ -32468,22 +32458,21 @@ $kendo-slider-tick-vertical-image: "data:image/gif;base64,R0lGODlhtAABAIABALi4uA
|
|
|
32468
32458
|
margin: 0;
|
|
32469
32459
|
padding: 0;
|
|
32470
32460
|
position: absolute;
|
|
32461
|
+
}
|
|
32471
32462
|
|
|
32472
|
-
|
|
32473
|
-
|
|
32474
|
-
|
|
32475
|
-
|
|
32476
|
-
|
|
32477
|
-
}
|
|
32478
|
-
|
|
32479
|
-
.k-slider-vertical & {
|
|
32480
|
-
bottom: 0;
|
|
32481
|
-
left: 50%;
|
|
32482
|
-
margin-left: - k-math-div( $kendo-slider-track-thickness, 2 );
|
|
32483
|
-
width: $kendo-slider-track-thickness;
|
|
32484
|
-
}
|
|
32463
|
+
.k-slider-horizontal :is(.k-slider-track, .k-slider-selection) {
|
|
32464
|
+
height: $kendo-slider-track-thickness;
|
|
32465
|
+
left: 0;
|
|
32466
|
+
margin-top: - k-math-div( $kendo-slider-track-thickness, 2 );
|
|
32467
|
+
top: 50%;
|
|
32485
32468
|
}
|
|
32486
32469
|
|
|
32470
|
+
.k-slider-vertical :is(.k-slider-track, .k-slider-selection) {
|
|
32471
|
+
bottom: 0;
|
|
32472
|
+
left: 50%;
|
|
32473
|
+
margin-left: - k-math-div( $kendo-slider-track-thickness, 2 );
|
|
32474
|
+
width: $kendo-slider-track-thickness;
|
|
32475
|
+
}
|
|
32487
32476
|
|
|
32488
32477
|
.k-draghandle {
|
|
32489
32478
|
background-color: transparent;
|
|
@@ -32497,34 +32486,38 @@ $kendo-slider-tick-vertical-image: "data:image/gif;base64,R0lGODlhtAABAIABALi4uA
|
|
|
32497
32486
|
width: $kendo-slider-draghandle-size;
|
|
32498
32487
|
height: $kendo-slider-draghandle-size;
|
|
32499
32488
|
|
|
32500
|
-
.k-slider-transitions.k-slider-horizontal & {
|
|
32501
|
-
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;
|
|
32502
|
-
}
|
|
32503
|
-
|
|
32504
|
-
.k-slider-transitions.k-slider-vertical & {
|
|
32505
|
-
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;
|
|
32506
|
-
}
|
|
32507
|
-
|
|
32508
32489
|
&.k-pressed {
|
|
32509
32490
|
transition: none;
|
|
32510
32491
|
}
|
|
32511
32492
|
}
|
|
32512
32493
|
|
|
32513
32494
|
.k-slider-selection {
|
|
32514
|
-
|
|
32515
|
-
transition:
|
|
32495
|
+
&.k-pressed {
|
|
32496
|
+
transition: none;
|
|
32516
32497
|
}
|
|
32498
|
+
}
|
|
32517
32499
|
|
|
32518
|
-
|
|
32519
|
-
|
|
32500
|
+
.k-slider-transitions {
|
|
32501
|
+
&.k-slider-horizontal {
|
|
32502
|
+
.k-draghandle {
|
|
32503
|
+
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;
|
|
32504
|
+
}
|
|
32505
|
+
.k-slider-selection {
|
|
32506
|
+
transition: width $kendo-slider-transition-speed $kendo-slider-transition-function;
|
|
32507
|
+
}
|
|
32520
32508
|
}
|
|
32521
32509
|
|
|
32522
|
-
&.k-
|
|
32523
|
-
|
|
32510
|
+
&.k-slider-vertical {
|
|
32511
|
+
.k-draghandle {
|
|
32512
|
+
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;
|
|
32513
|
+
}
|
|
32514
|
+
|
|
32515
|
+
.k-slider-selection {
|
|
32516
|
+
transition: height $kendo-slider-transition-speed $kendo-slider-transition-function;
|
|
32517
|
+
}
|
|
32524
32518
|
}
|
|
32525
32519
|
}
|
|
32526
32520
|
|
|
32527
|
-
|
|
32528
32521
|
// Slider readonly
|
|
32529
32522
|
.k-slider.k-readonly {
|
|
32530
32523
|
.k-button,
|
|
@@ -32580,7 +32573,7 @@ $kendo-slider-tick-vertical-image: "data:image/gif;base64,R0lGODlhtAABAIABALi4uA
|
|
|
32580
32573
|
.k-slider kendo-resize-sensor {
|
|
32581
32574
|
position: absolute;
|
|
32582
32575
|
}
|
|
32583
|
-
|
|
32576
|
+
|
|
32584
32577
|
// Aliases
|
|
32585
32578
|
.k-draghandle { @extend .k-slider-thumb !optional; }
|
|
32586
32579
|
.k-draghandle-start { @extend .k-slider-thumb-start !optional; }
|
|
@@ -33764,14 +33757,6 @@ $kendo-calendar-sizes: (
|
|
|
33764
33757
|
);
|
|
33765
33758
|
}
|
|
33766
33759
|
|
|
33767
|
-
|
|
33768
|
-
&[dir="rtl"],
|
|
33769
|
-
.k-rtl & {
|
|
33770
|
-
.k-calendar-navigation {
|
|
33771
|
-
box-shadow: inset 1px 0 $kendo-calendar-navigation-border;
|
|
33772
|
-
}
|
|
33773
|
-
}
|
|
33774
|
-
|
|
33775
33760
|
// Invalid
|
|
33776
33761
|
&.k-invalid,
|
|
33777
33762
|
&.k-invalid:hover,
|
|
@@ -33781,6 +33766,12 @@ $kendo-calendar-sizes: (
|
|
|
33781
33766
|
}
|
|
33782
33767
|
}
|
|
33783
33768
|
|
|
33769
|
+
.k-rtl .k-calendar,
|
|
33770
|
+
.k-calendar[dir="rtl"] {
|
|
33771
|
+
.k-calendar-navigation {
|
|
33772
|
+
box-shadow: inset 1px 0 $kendo-calendar-navigation-border;
|
|
33773
|
+
}
|
|
33774
|
+
}
|
|
33784
33775
|
|
|
33785
33776
|
// Scheduler integration
|
|
33786
33777
|
.k-scheduler .k-calendar .k-other-month {
|
|
@@ -34012,12 +34003,11 @@ $kendo-time-selector-sizes: (
|
|
|
34012
34003
|
user-select: none;
|
|
34013
34004
|
-webkit-touch-callout: none;
|
|
34014
34005
|
-webkit-tap-highlight-color: $kendo-color-rgba-transparent;
|
|
34015
|
-
|
|
34016
|
-
.k-popup > & {
|
|
34017
|
-
border-width: 0;
|
|
34018
|
-
}
|
|
34019
34006
|
}
|
|
34020
34007
|
|
|
34008
|
+
.k-popup > .k-timeselector {
|
|
34009
|
+
border-width: 0;
|
|
34010
|
+
}
|
|
34021
34011
|
|
|
34022
34012
|
// Time selector header
|
|
34023
34013
|
.k-time-header,
|
|
@@ -36413,13 +36403,9 @@ $kendo-datetime-width: calc( calc( #{$kendo-calendar-cell-size} * 8 ) + calc( #{
|
|
|
36413
36403
|
transform: translateX(-100%);
|
|
36414
36404
|
}
|
|
36415
36405
|
|
|
36416
|
-
.k-time-tab .k-datetime-selector
|
|
36417
|
-
|
|
36418
|
-
|
|
36419
|
-
.k-rtl &,
|
|
36420
|
-
[dir="rtl"] & {
|
|
36421
|
-
transform: translateX(100%);
|
|
36422
|
-
}
|
|
36406
|
+
:is(.k-rtl, [dir="rtl"]) .k-time-tab .k-datetime-selector,
|
|
36407
|
+
.k-time-tab .k-datetime-selector:is(.k-rtl, [dir="rtl"]) {
|
|
36408
|
+
transform: translateX(100%);
|
|
36423
36409
|
}
|
|
36424
36410
|
}
|
|
36425
36411
|
|
|
@@ -40151,14 +40137,13 @@ $kendo-fab-item-outline-color: $kendo-button-bg !default;
|
|
|
40151
40137
|
padding-inline: $kendo-fab-icon-padding-x;
|
|
40152
40138
|
padding-block: $kendo-fab-icon-padding-y;
|
|
40153
40139
|
box-sizing: content-box;
|
|
40154
|
-
|
|
40155
|
-
.k-icon-wrapper-host:not(:only-child) &,
|
|
40156
|
-
&:not(:only-child) {
|
|
40157
|
-
margin-inline-end: $kendo-fab-icon-spacing;
|
|
40158
|
-
margin-inline-start: calc( #{$kendo-fab-icon-spacing} * -1 );
|
|
40159
|
-
}
|
|
40160
40140
|
}
|
|
40161
40141
|
|
|
40142
|
+
.k-icon-wrapper-host:not(:only-child) .k-fab-icon,
|
|
40143
|
+
.k-fab-icon:not(:only-child) {
|
|
40144
|
+
margin-inline-end: $kendo-fab-icon-spacing;
|
|
40145
|
+
margin-inline-start: calc( #{$kendo-fab-icon-spacing} * -1 );
|
|
40146
|
+
}
|
|
40162
40147
|
|
|
40163
40148
|
// Sizes
|
|
40164
40149
|
@each $size, $size-props in $kendo-fab-sizes {
|
|
@@ -41314,8 +41299,10 @@ $_kendo-module-meta: (
|
|
|
41314
41299
|
flex-direction: row;
|
|
41315
41300
|
flex-shrink: 0;
|
|
41316
41301
|
align-items: center;
|
|
41302
|
+
}
|
|
41317
41303
|
|
|
41318
|
-
|
|
41304
|
+
.k-window-minimized {
|
|
41305
|
+
.k-window-titlebar {
|
|
41319
41306
|
border-width: 0;
|
|
41320
41307
|
}
|
|
41321
41308
|
}
|
|
@@ -42752,11 +42739,11 @@ $kendo-card-callout-height: 1.3em !default;
|
|
|
42752
42739
|
max-width: 100%;
|
|
42753
42740
|
flex-shrink: 0;
|
|
42754
42741
|
overflow: hidden;
|
|
42742
|
+
}
|
|
42755
42743
|
|
|
42756
|
-
|
|
42757
|
-
|
|
42758
|
-
|
|
42759
|
-
}
|
|
42744
|
+
.k-card-horizontal .k-card-media {
|
|
42745
|
+
max-width: $kendo-card-img-max-width;
|
|
42746
|
+
object-fit: cover;
|
|
42760
42747
|
}
|
|
42761
42748
|
|
|
42762
42749
|
|
|
@@ -44717,9 +44704,13 @@ $kendo-pager-sizes: (
|
|
|
44717
44704
|
@if ($kendo-pager-item-spacing) {
|
|
44718
44705
|
margin-left: $kendo-pager-item-spacing;
|
|
44719
44706
|
}
|
|
44707
|
+
}
|
|
44720
44708
|
|
|
44721
|
-
|
|
44722
|
-
|
|
44709
|
+
.k-rtl,
|
|
44710
|
+
[dir="rtl"] {
|
|
44711
|
+
.k-pager-nav + .k-pager-nav,
|
|
44712
|
+
.k-pager-nav + .k-pager-numbers-wrap,
|
|
44713
|
+
.k-pager-numbers-wrap + .k-pager-nav {
|
|
44723
44714
|
@if ($kendo-pager-item-spacing) {
|
|
44724
44715
|
margin-left: 0;
|
|
44725
44716
|
margin-right: $kendo-pager-item-spacing;
|
|
@@ -46842,15 +46833,15 @@ $kendo-expander-content-padding-y: k-spacing(6) !default;
|
|
|
46842
46833
|
*::after {
|
|
46843
46834
|
box-sizing: border-box;
|
|
46844
46835
|
}
|
|
46836
|
+
}
|
|
46845
46837
|
|
|
46846
|
-
|
|
46847
|
-
|
|
46848
|
-
|
|
46849
|
-
|
|
46850
|
-
|
|
46851
|
-
|
|
46852
|
-
|
|
46853
|
-
}
|
|
46838
|
+
.k-rtl .k-expander,
|
|
46839
|
+
.k-expander.k-rtl,
|
|
46840
|
+
.k-expander[dir="rtl"] {
|
|
46841
|
+
// Expand / collapse icon
|
|
46842
|
+
.k-expander-indicator {
|
|
46843
|
+
margin-left: 0;
|
|
46844
|
+
margin-right: $kendo-expander-indicator-margin-x;
|
|
46854
46845
|
}
|
|
46855
46846
|
}
|
|
46856
46847
|
|
|
@@ -47565,24 +47556,22 @@ $kendo-panelbar-header-expanded-gradient: null !default;
|
|
|
47565
47556
|
.k-panelbar-group .k-panelbar-toggle {
|
|
47566
47557
|
margin-inline-end: calc( #{$kendo-panelbar-header-padding-x} - #{$kendo-panelbar-item-padding-x} );
|
|
47567
47558
|
}
|
|
47559
|
+
}
|
|
47568
47560
|
|
|
47569
|
-
|
|
47570
|
-
|
|
47571
|
-
|
|
47572
|
-
|
|
47573
|
-
|
|
47574
|
-
|
|
47575
|
-
|
|
47576
|
-
|
|
47577
|
-
|
|
47578
|
-
|
|
47579
|
-
padding-right: calc( #{$kendo-panelbar-item-padding-x} * #{$i} );
|
|
47580
|
-
}
|
|
47561
|
+
.k-rtl .k-panelbar,
|
|
47562
|
+
.k-panelbar.k-rtl,
|
|
47563
|
+
.k-panelbar [dir = "rtl"] {
|
|
47564
|
+
.k-panelbar-group > .k-panelbar-item {
|
|
47565
|
+
// Hierarchy items
|
|
47566
|
+
@for $i from 1 through $kendo-panelbar-item-level-count {
|
|
47567
|
+
&.k-level-#{$i} {
|
|
47568
|
+
.k-link {
|
|
47569
|
+
padding-left: $kendo-panelbar-item-padding-x;
|
|
47570
|
+
padding-right: calc( #{$kendo-panelbar-item-padding-x} * #{$i} );
|
|
47581
47571
|
}
|
|
47582
47572
|
}
|
|
47583
47573
|
}
|
|
47584
47574
|
}
|
|
47585
|
-
|
|
47586
47575
|
}
|
|
47587
47576
|
|
|
47588
47577
|
}
|
|
@@ -47965,12 +47954,6 @@ $kendo-splitbar-selected-text: $kendo-selected-text !default;
|
|
|
47965
47954
|
overflow: hidden;
|
|
47966
47955
|
}
|
|
47967
47956
|
|
|
47968
|
-
// Nested
|
|
47969
|
-
.k-pane > & {
|
|
47970
|
-
border-width: 0;
|
|
47971
|
-
overflow: hidden;
|
|
47972
|
-
}
|
|
47973
|
-
|
|
47974
47957
|
// Loading
|
|
47975
47958
|
.k-pane-loading {
|
|
47976
47959
|
position: static;
|
|
@@ -48066,9 +48049,16 @@ $kendo-splitbar-selected-text: $kendo-selected-text !default;
|
|
|
48066
48049
|
z-index: 1;
|
|
48067
48050
|
}
|
|
48068
48051
|
|
|
48069
|
-
.k-pane >
|
|
48070
|
-
|
|
48071
|
-
|
|
48052
|
+
.k-pane > {
|
|
48053
|
+
.k-splitter {
|
|
48054
|
+
border-width: 0;
|
|
48055
|
+
overflow: hidden;
|
|
48056
|
+
}
|
|
48057
|
+
|
|
48058
|
+
.k-splitter-overlay {
|
|
48059
|
+
opacity: 0;
|
|
48060
|
+
position: absolute;
|
|
48061
|
+
}
|
|
48072
48062
|
}
|
|
48073
48063
|
|
|
48074
48064
|
// flexbox-based splitter
|
|
@@ -50314,28 +50304,23 @@ $kendo-adaptive-scheduler-subtle-text: $kendo-subtle-text !default;
|
|
|
50314
50304
|
}
|
|
50315
50305
|
|
|
50316
50306
|
}
|
|
50307
|
+
}
|
|
50317
50308
|
|
|
50318
|
-
|
|
50319
|
-
|
|
50320
|
-
|
|
50321
|
-
|
|
50322
|
-
|
|
50323
|
-
|
|
50324
|
-
|
|
50325
|
-
.k-scheduler-toolbar {
|
|
50326
|
-
> ul > li {
|
|
50327
|
-
border: 0;
|
|
50328
|
-
}
|
|
50309
|
+
// RTL
|
|
50310
|
+
:is(.k-rtl .k-pane-wrapper, [dir="rtl"] .k-pane-wrapper, .k-pane-wrapper[dir="rtl"]) {
|
|
50311
|
+
.k-scheduler-mobile {
|
|
50312
|
+
.k-scheduler-toolbar {
|
|
50313
|
+
> ul > li {
|
|
50314
|
+
border: 0;
|
|
50329
50315
|
}
|
|
50316
|
+
}
|
|
50330
50317
|
|
|
50331
|
-
|
|
50332
|
-
|
|
50333
|
-
|
|
50334
|
-
}
|
|
50318
|
+
.k-task .k-i-reload {
|
|
50319
|
+
margin-left: .5em;
|
|
50320
|
+
margin-right: 0;
|
|
50335
50321
|
}
|
|
50336
50322
|
}
|
|
50337
50323
|
}
|
|
50338
|
-
|
|
50339
50324
|
}
|
|
50340
50325
|
|
|
50341
50326
|
|
|
@@ -55687,25 +55672,9 @@ $kendo-pivotgrid-remove-text: null !default;
|
|
|
55687
55672
|
cursor: pointer;
|
|
55688
55673
|
user-select: none;
|
|
55689
55674
|
|
|
55690
|
-
.k-flex-row &,
|
|
55691
|
-
.k-flex-row-reverse & {
|
|
55692
|
-
display: flex;
|
|
55693
|
-
align-items: center;
|
|
55694
|
-
justify-content: center;
|
|
55695
|
-
writing-mode: vertical-rl;
|
|
55696
|
-
|
|
55697
|
-
.k-icon {
|
|
55698
|
-
vertical-align: baseline;
|
|
55699
|
-
}
|
|
55700
|
-
}
|
|
55701
55675
|
.k-flex-row-reverse & > span {
|
|
55702
55676
|
transform: rotate(-180deg);
|
|
55703
55677
|
}
|
|
55704
|
-
|
|
55705
|
-
.k-flex-col &,
|
|
55706
|
-
.k-flex-col-reverse & {
|
|
55707
|
-
text-align: center;
|
|
55708
|
-
}
|
|
55709
55678
|
}
|
|
55710
55679
|
|
|
55711
55680
|
|
|
@@ -55714,22 +55683,8 @@ $kendo-pivotgrid-remove-text: null !default;
|
|
|
55714
55683
|
position: absolute;
|
|
55715
55684
|
overflow: hidden;
|
|
55716
55685
|
z-index: 2;
|
|
55717
|
-
|
|
55718
|
-
.k-flex-row & {
|
|
55719
|
-
right: $kendo-pivotgrid-configurator-button-size;
|
|
55720
|
-
}
|
|
55721
|
-
.k-flex-row-reverse & {
|
|
55722
|
-
left: $kendo-pivotgrid-configurator-button-size;
|
|
55723
|
-
}
|
|
55724
|
-
.k-flex-col & {
|
|
55725
|
-
bottom: $kendo-pivotgrid-configurator-button-size;
|
|
55726
|
-
}
|
|
55727
|
-
.k-flex-col-reverse & {
|
|
55728
|
-
top: $kendo-pivotgrid-configurator-button-size;
|
|
55729
|
-
}
|
|
55730
55686
|
}
|
|
55731
55687
|
|
|
55732
|
-
|
|
55733
55688
|
// Panel Content
|
|
55734
55689
|
.k-pivotgrid-configurator-header {
|
|
55735
55690
|
padding-block: $kendo-pivotgrid-configurator-header-padding-y;
|
|
@@ -55870,15 +55825,35 @@ $kendo-pivotgrid-remove-text: null !default;
|
|
|
55870
55825
|
min-width: $kendo-pivotgrid-configurator-vertical-width;
|
|
55871
55826
|
}
|
|
55872
55827
|
|
|
55873
|
-
.k-
|
|
55874
|
-
.k-
|
|
55875
|
-
|
|
55828
|
+
.k-flex-row {
|
|
55829
|
+
.k-pivotgrid-configurator-overlay {
|
|
55830
|
+
right: $kendo-pivotgrid-configurator-button-size;
|
|
55831
|
+
}
|
|
55832
|
+
|
|
55833
|
+
&-reverse .k-pivotgrid-configurator-overlay {
|
|
55834
|
+
left: $kendo-pivotgrid-configurator-button-size;
|
|
55835
|
+
}
|
|
55836
|
+
}
|
|
55837
|
+
|
|
55838
|
+
.k-flex-row,
|
|
55839
|
+
.k-flex-row-reverse {
|
|
55840
|
+
.k-pivotgrid-configurator-button {
|
|
55841
|
+
display: flex;
|
|
55842
|
+
align-items: center;
|
|
55843
|
+
justify-content: center;
|
|
55844
|
+
writing-mode: vertical-rl;
|
|
55845
|
+
|
|
55846
|
+
.k-icon {
|
|
55847
|
+
vertical-align: baseline;
|
|
55848
|
+
}
|
|
55849
|
+
}
|
|
55850
|
+
|
|
55851
|
+
.k-pivotgrid-configurator-vertical.k-pivotgrid-configurator-push .k-pivotgrid-configurator-panel {
|
|
55876
55852
|
border-right-width: 0;
|
|
55877
55853
|
border-left-width: 0;
|
|
55878
55854
|
}
|
|
55879
55855
|
}
|
|
55880
55856
|
|
|
55881
|
-
|
|
55882
55857
|
// Horizontal Layout
|
|
55883
55858
|
.k-pivotgrid-configurator-horizontal {
|
|
55884
55859
|
width: 100%;
|
|
@@ -55925,17 +55900,31 @@ $kendo-pivotgrid-remove-text: null !default;
|
|
|
55925
55900
|
overflow-y: auto;
|
|
55926
55901
|
}
|
|
55927
55902
|
}
|
|
55903
|
+
}
|
|
55904
|
+
|
|
55905
|
+
.k-flex-col {
|
|
55906
|
+
.k-pivotgrid-configurator-overlay {
|
|
55907
|
+
bottom: $kendo-pivotgrid-configurator-button-size;
|
|
55908
|
+
}
|
|
55928
55909
|
|
|
55929
|
-
|
|
55930
|
-
|
|
55931
|
-
.k-flex-col-reverse & {
|
|
55932
|
-
border-top-width: 0;
|
|
55933
|
-
border-bottom-width: 0;
|
|
55934
|
-
}
|
|
55910
|
+
&-reverse .k-pivotgrid-configurator-overlay {
|
|
55911
|
+
top: $kendo-pivotgrid-configurator-button-size;
|
|
55935
55912
|
}
|
|
55936
55913
|
}
|
|
55937
55914
|
|
|
55938
55915
|
|
|
55916
|
+
.k-flex-col,
|
|
55917
|
+
.k-flex-col-reverse {
|
|
55918
|
+
.k-pivotgrid-configurator-button {
|
|
55919
|
+
text-align: center;
|
|
55920
|
+
}
|
|
55921
|
+
|
|
55922
|
+
.k-pivotgrid-configurator-horizontal.k-pivotgrid-configurator-push .k-pivotgrid-configurator-panel {
|
|
55923
|
+
border-top-width: 0;
|
|
55924
|
+
border-bottom-width: 0;
|
|
55925
|
+
}
|
|
55926
|
+
}
|
|
55927
|
+
|
|
55939
55928
|
|
|
55940
55929
|
// Pivotgrid export
|
|
55941
55930
|
.k-pdf-export-shadow {
|
|
@@ -56295,25 +56284,26 @@ $kendo-pivotgrid-remove-text: null !default;
|
|
|
56295
56284
|
|
|
56296
56285
|
|
|
56297
56286
|
// Overlay mode
|
|
56298
|
-
.k-
|
|
56299
|
-
.k-
|
|
56287
|
+
.k-flex-row {
|
|
56288
|
+
.k-pivotgrid-configurator-overlay {
|
|
56300
56289
|
@include box-shadow( $kendo-pivotgrid-configurator-end-shadow );
|
|
56301
56290
|
}
|
|
56302
56291
|
|
|
56303
|
-
.k-
|
|
56292
|
+
&-reverse .k-pivotgrid-configurator-overlay {
|
|
56304
56293
|
@include box-shadow( $kendo-pivotgrid-configurator-start-shadow );
|
|
56305
56294
|
}
|
|
56295
|
+
}
|
|
56306
56296
|
|
|
56307
|
-
|
|
56297
|
+
.k-flex-col {
|
|
56298
|
+
.k-pivotgrid-configurator-overlay {
|
|
56308
56299
|
@include box-shadow( $kendo-pivotgrid-configurator-top-shadow );
|
|
56309
56300
|
}
|
|
56310
56301
|
|
|
56311
|
-
.k-
|
|
56302
|
+
&-reverse .k-pivotgrid-configurator-overlay {
|
|
56312
56303
|
@include box-shadow( $kendo-pivotgrid-configurator-bottom-shadow );
|
|
56313
56304
|
}
|
|
56314
56305
|
}
|
|
56315
56306
|
|
|
56316
|
-
|
|
56317
56307
|
// Legacy pivotgrid
|
|
56318
56308
|
// TODO: remove
|
|
56319
56309
|
.k-pivot {
|
|
@@ -56561,14 +56551,10 @@ $kendo-treelist-footer-row-border-width: 1px !default;
|
|
|
56561
56551
|
.k-table-row.k-group-footer + .k-table-row.k-group-footer td {
|
|
56562
56552
|
border-top-width: 0;
|
|
56563
56553
|
}
|
|
56554
|
+
}
|
|
56564
56555
|
|
|
56565
|
-
|
|
56566
|
-
|
|
56567
|
-
thead.k-grid-header {
|
|
56568
|
-
padding-left: 0;
|
|
56569
|
-
}
|
|
56570
|
-
}
|
|
56571
|
-
|
|
56556
|
+
:is(.k-treelist-scrollable[dir="rtl"], .k-rtl .k-treelist-scrollable) thead.k-grid-header {
|
|
56557
|
+
padding-left: 0;
|
|
56572
56558
|
}
|
|
56573
56559
|
|
|
56574
56560
|
.k-drag-separator {
|
|
@@ -62406,10 +62392,6 @@ $kendo-scheduler-tooltip-callout-text: $kendo-scheduler-tooltip-bg !default;
|
|
|
62406
62392
|
&::before {
|
|
62407
62393
|
display: none;
|
|
62408
62394
|
left: 0;
|
|
62409
|
-
|
|
62410
|
-
.k-rtl & {
|
|
62411
|
-
right: 0;
|
|
62412
|
-
}
|
|
62413
62395
|
}
|
|
62414
62396
|
|
|
62415
62397
|
// Angular fix for stronger selector and smaller padding
|
|
@@ -62430,6 +62412,14 @@ $kendo-scheduler-tooltip-callout-text: $kendo-scheduler-tooltip-bg !default;
|
|
|
62430
62412
|
}
|
|
62431
62413
|
}
|
|
62432
62414
|
|
|
62415
|
+
.k-rtl {
|
|
62416
|
+
kendo-scheduler .k-event,
|
|
62417
|
+
.k-event {
|
|
62418
|
+
&::before {
|
|
62419
|
+
right: 0;
|
|
62420
|
+
}
|
|
62421
|
+
}
|
|
62422
|
+
}
|
|
62433
62423
|
}
|
|
62434
62424
|
|
|
62435
62425
|
// #endregion
|
|
@@ -63264,17 +63254,19 @@ $kendo-chat-quick-reply-shadow-opacity: .5 !default;
|
|
|
63264
63254
|
fill: currentColor;
|
|
63265
63255
|
display: inline-block;
|
|
63266
63256
|
}
|
|
63257
|
+
}
|
|
63258
|
+
}
|
|
63267
63259
|
|
|
63268
|
-
|
|
63269
|
-
|
|
63260
|
+
.k-rtl,
|
|
63261
|
+
[dir="rtl"] {
|
|
63262
|
+
.k-message-box {
|
|
63263
|
+
.k-button {
|
|
63270
63264
|
transform: scaleX(-1);
|
|
63271
63265
|
}
|
|
63272
63266
|
}
|
|
63273
63267
|
}
|
|
63274
63268
|
|
|
63275
63269
|
|
|
63276
|
-
|
|
63277
|
-
|
|
63278
63270
|
// Card list
|
|
63279
63271
|
.k-chat .k-card-list {
|
|
63280
63272
|
margin: $kendo-chat-bubble-spacing 0 0;
|
|
@@ -65126,12 +65118,15 @@ $_kendo-module-meta: (
|
|
|
65126
65118
|
opacity: 0;
|
|
65127
65119
|
transform-origin: 0 0;
|
|
65128
65120
|
transition: opacity .3s linear;
|
|
65121
|
+
}
|
|
65129
65122
|
|
|
65130
|
-
|
|
65131
|
-
|
|
65123
|
+
.k-map,
|
|
65124
|
+
.k-diagram {
|
|
65125
|
+
.km-touch-scrollbar {
|
|
65132
65126
|
display: none;
|
|
65133
65127
|
}
|
|
65134
65128
|
}
|
|
65129
|
+
|
|
65135
65130
|
.km-vertical-scrollbar {
|
|
65136
65131
|
height: 100%;
|
|
65137
65132
|
right: 2px;
|
|
@@ -65372,11 +65367,6 @@ $kendo-scrollview-transition-timing-function: ease-in-out !default;
|
|
|
65372
65367
|
transition-timing-function: $kendo-scrollview-transition-timing-function;
|
|
65373
65368
|
transform: translateX( calc( -100% / var(--kendo-scrollview-views, 1) * ( var(--kendo-scrollview-current, 1) - 1) ) );
|
|
65374
65369
|
|
|
65375
|
-
[dir="rtl"] &,
|
|
65376
|
-
.k-rtl & {
|
|
65377
|
-
transform: translateX( calc( 100% / var(--kendo-scrollview-views, 1) * ( var(--kendo-scrollview-current, 1) - 1) ) );
|
|
65378
|
-
}
|
|
65379
|
-
|
|
65380
65370
|
.k-scrollview-view {
|
|
65381
65371
|
width: calc( 100% / var(--kendo-scrollview-views, 1) );
|
|
65382
65372
|
flex: 0 0 calc( 100% / var(--kendo-scrollview-views, 1) );
|
|
@@ -65384,6 +65374,10 @@ $kendo-scrollview-transition-timing-function: ease-in-out !default;
|
|
|
65384
65374
|
|
|
65385
65375
|
}
|
|
65386
65376
|
|
|
65377
|
+
:is([dir="rtl"], .k-rtl) .k-scrollview-wrap.k-scrollview-animate {
|
|
65378
|
+
transform: translateX( calc( 100% / var(--kendo-scrollview-views, 1) * ( var(--kendo-scrollview-current, 1) - 1) ) );
|
|
65379
|
+
}
|
|
65380
|
+
|
|
65387
65381
|
.k-scrollview-nav-wrap {
|
|
65388
65382
|
padding: 0;
|
|
65389
65383
|
margin: 0;
|
|
@@ -66140,8 +66134,6 @@ $kendo-map-marker-images: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAB
|
|
|
66140
66134
|
border-radius: 50%;
|
|
66141
66135
|
position: relative;
|
|
66142
66136
|
|
|
66143
|
-
.k-pdf-export & { display: none; }
|
|
66144
|
-
|
|
66145
66137
|
|
|
66146
66138
|
// Buttons
|
|
66147
66139
|
.k-button {
|
|
@@ -66190,10 +66182,15 @@ $kendo-map-marker-images: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAB
|
|
|
66190
66182
|
border: 0;
|
|
66191
66183
|
background: none;
|
|
66192
66184
|
display: flex;
|
|
66193
|
-
|
|
66194
|
-
.k-pdf-export & { display: none; }
|
|
66195
66185
|
}
|
|
66196
66186
|
|
|
66187
|
+
|
|
66188
|
+
.k-pdf-export {
|
|
66189
|
+
.k-navigator,
|
|
66190
|
+
.k-zoom-control {
|
|
66191
|
+
display: none;
|
|
66192
|
+
}
|
|
66193
|
+
}
|
|
66197
66194
|
}
|
|
66198
66195
|
|
|
66199
66196
|
|