@progress/kendo-theme-default 5.10.1-dev.1 → 5.10.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 +38 -42
- package/dist/all.scss +38 -44
- 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 +8 -3
- package/scss/action-sheet/_layout.scss +9 -0
- package/scss/notification/_layout.scss +1 -0
- package/scss/tabstrip/_layout.scss +28 -44
package/dist/all.css
CHANGED
|
@@ -21941,6 +21941,16 @@ kendo-label > .k-label {
|
|
|
21941
21941
|
padding: 8px 16px;
|
|
21942
21942
|
}
|
|
21943
21943
|
|
|
21944
|
+
.k-adaptive-actionsheet .k-actionsheet-filter {
|
|
21945
|
+
width: calc(min(100%, calc( 360px - 32px) ));
|
|
21946
|
+
}
|
|
21947
|
+
|
|
21948
|
+
.k-adaptive-actionsheet .k-actionsheet-content,
|
|
21949
|
+
.k-adaptive-actionsheet .k-actionsheet-footer {
|
|
21950
|
+
margin-inline: auto;
|
|
21951
|
+
width: min(100%, 360px);
|
|
21952
|
+
}
|
|
21953
|
+
|
|
21944
21954
|
.k-adaptive-actionsheet .k-list-container,
|
|
21945
21955
|
.k-adaptive-actionsheet .k-treeview {
|
|
21946
21956
|
height: 100%;
|
|
@@ -22590,6 +22600,7 @@ kendo-drawer .k-drawer-wrapper {
|
|
|
22590
22600
|
display: inline-flex;
|
|
22591
22601
|
flex-flow: column-reverse wrap;
|
|
22592
22602
|
position: fixed;
|
|
22603
|
+
z-index: 1000;
|
|
22593
22604
|
}
|
|
22594
22605
|
|
|
22595
22606
|
.k-notification-container {
|
|
@@ -24546,7 +24557,6 @@ kendo-card-footer {
|
|
|
24546
24557
|
border-style: solid;
|
|
24547
24558
|
border-color: inherit;
|
|
24548
24559
|
position: relative;
|
|
24549
|
-
z-index: 2;
|
|
24550
24560
|
}
|
|
24551
24561
|
|
|
24552
24562
|
.k-tabstrip-items {
|
|
@@ -24554,7 +24564,8 @@ kendo-card-footer {
|
|
|
24554
24564
|
outline: 0;
|
|
24555
24565
|
display: flex;
|
|
24556
24566
|
flex-flow: row wrap;
|
|
24557
|
-
flex:
|
|
24567
|
+
flex: 1 1 auto;
|
|
24568
|
+
gap: 0px;
|
|
24558
24569
|
}
|
|
24559
24570
|
|
|
24560
24571
|
.k-tabstrip-items *,
|
|
@@ -24598,6 +24609,7 @@ kendo-card-footer {
|
|
|
24598
24609
|
|
|
24599
24610
|
.k-tabstrip-content,
|
|
24600
24611
|
.k-tabstrip > .k-content {
|
|
24612
|
+
margin: 0 !important;
|
|
24601
24613
|
padding: 16px 16px;
|
|
24602
24614
|
box-sizing: border-box;
|
|
24603
24615
|
border-width: 1px;
|
|
@@ -24607,7 +24619,6 @@ kendo-card-footer {
|
|
|
24607
24619
|
overflow: auto;
|
|
24608
24620
|
flex: 1 1 auto;
|
|
24609
24621
|
position: relative;
|
|
24610
|
-
z-index: 1;
|
|
24611
24622
|
}
|
|
24612
24623
|
|
|
24613
24624
|
.k-tabstrip-content.k-active,
|
|
@@ -24643,7 +24654,6 @@ kendo-card-footer {
|
|
|
24643
24654
|
}
|
|
24644
24655
|
|
|
24645
24656
|
.k-tabstrip-scrollable > .k-tabstrip-items-wrapper > .k-tabstrip-items {
|
|
24646
|
-
flex: 1 1 auto;
|
|
24647
24657
|
flex-wrap: nowrap;
|
|
24648
24658
|
white-space: nowrap;
|
|
24649
24659
|
overflow: hidden;
|
|
@@ -24672,11 +24682,6 @@ kendo-card-footer {
|
|
|
24672
24682
|
|
|
24673
24683
|
.k-tabstrip-top > .k-tabstrip-items-wrapper {
|
|
24674
24684
|
border-bottom-width: 1px;
|
|
24675
|
-
margin-bottom: -1px;
|
|
24676
|
-
}
|
|
24677
|
-
|
|
24678
|
-
.k-tabstrip-top > .k-tabstrip-items-wrapper > .k-tabstrip-items {
|
|
24679
|
-
width: 100%;
|
|
24680
24685
|
}
|
|
24681
24686
|
|
|
24682
24687
|
.k-tabstrip-top > .k-tabstrip-items-wrapper .k-item {
|
|
@@ -24685,10 +24690,6 @@ kendo-card-footer {
|
|
|
24685
24690
|
margin-bottom: -1px;
|
|
24686
24691
|
}
|
|
24687
24692
|
|
|
24688
|
-
.k-tabstrip-top > .k-tabstrip-items-wrapper .k-item + .k-item {
|
|
24689
|
-
margin-left: 0px;
|
|
24690
|
-
}
|
|
24691
|
-
|
|
24692
24693
|
.k-tabstrip-top > .k-tabstrip-items-wrapper .k-item.k-active {
|
|
24693
24694
|
border-bottom-color: transparent;
|
|
24694
24695
|
}
|
|
@@ -24697,16 +24698,11 @@ kendo-card-footer {
|
|
|
24697
24698
|
.k-tabstrip-top > .k-tabstrip-content {
|
|
24698
24699
|
border-bottom-right-radius: 4px;
|
|
24699
24700
|
border-bottom-left-radius: 4px;
|
|
24700
|
-
border-top-
|
|
24701
|
+
border-top-width: 0 !important;
|
|
24701
24702
|
}
|
|
24702
24703
|
|
|
24703
24704
|
.k-tabstrip-bottom > .k-tabstrip-items-wrapper {
|
|
24704
24705
|
border-top-width: 1px;
|
|
24705
|
-
margin-top: -1px;
|
|
24706
|
-
}
|
|
24707
|
-
|
|
24708
|
-
.k-tabstrip-bottom > .k-tabstrip-items-wrapper > .k-tabstrip-items {
|
|
24709
|
-
width: 100%;
|
|
24710
24706
|
}
|
|
24711
24707
|
|
|
24712
24708
|
.k-tabstrip-bottom > .k-tabstrip-items-wrapper .k-item {
|
|
@@ -24715,10 +24711,6 @@ kendo-card-footer {
|
|
|
24715
24711
|
margin-top: -1px;
|
|
24716
24712
|
}
|
|
24717
24713
|
|
|
24718
|
-
.k-tabstrip-bottom > .k-tabstrip-items-wrapper .k-item + .k-item {
|
|
24719
|
-
margin-left: 0px;
|
|
24720
|
-
}
|
|
24721
|
-
|
|
24722
24714
|
.k-tabstrip-bottom > .k-tabstrip-items-wrapper .k-item.k-active {
|
|
24723
24715
|
border-top-color: transparent;
|
|
24724
24716
|
}
|
|
@@ -24727,7 +24719,7 @@ kendo-card-footer {
|
|
|
24727
24719
|
.k-tabstrip-bottom > .k-tabstrip-content {
|
|
24728
24720
|
border-top-left-radius: 4px;
|
|
24729
24721
|
border-top-right-radius: 4px;
|
|
24730
|
-
border-bottom-
|
|
24722
|
+
border-bottom-width: 0 !important;
|
|
24731
24723
|
}
|
|
24732
24724
|
|
|
24733
24725
|
.k-tabstrip-left {
|
|
@@ -24736,12 +24728,9 @@ kendo-card-footer {
|
|
|
24736
24728
|
|
|
24737
24729
|
.k-tabstrip-left > .k-tabstrip-items-wrapper {
|
|
24738
24730
|
border-right-width: 1px;
|
|
24739
|
-
margin-right: -1px;
|
|
24740
24731
|
}
|
|
24741
24732
|
|
|
24742
24733
|
.k-tabstrip-left > .k-tabstrip-items-wrapper > .k-tabstrip-items {
|
|
24743
|
-
height: 100%;
|
|
24744
|
-
display: inline-flex;
|
|
24745
24734
|
flex-direction: column;
|
|
24746
24735
|
}
|
|
24747
24736
|
|
|
@@ -24751,10 +24740,6 @@ kendo-card-footer {
|
|
|
24751
24740
|
margin-right: -1px;
|
|
24752
24741
|
}
|
|
24753
24742
|
|
|
24754
|
-
.k-tabstrip-left > .k-tabstrip-items-wrapper .k-item + .k-item {
|
|
24755
|
-
margin-top: 0px;
|
|
24756
|
-
}
|
|
24757
|
-
|
|
24758
24743
|
.k-tabstrip-left > .k-tabstrip-items-wrapper .k-item.k-active {
|
|
24759
24744
|
border-right-color: transparent;
|
|
24760
24745
|
}
|
|
@@ -24763,8 +24748,7 @@ kendo-card-footer {
|
|
|
24763
24748
|
.k-tabstrip-left > .k-tabstrip-content {
|
|
24764
24749
|
border-top-right-radius: 4px;
|
|
24765
24750
|
border-bottom-right-radius: 4px;
|
|
24766
|
-
|
|
24767
|
-
border-left-color: transparent !important;
|
|
24751
|
+
border-left-width: 0 !important;
|
|
24768
24752
|
}
|
|
24769
24753
|
|
|
24770
24754
|
.k-tabstrip-right {
|
|
@@ -24773,12 +24757,9 @@ kendo-card-footer {
|
|
|
24773
24757
|
|
|
24774
24758
|
.k-tabstrip-right > .k-tabstrip-items-wrapper {
|
|
24775
24759
|
border-left-width: 1px;
|
|
24776
|
-
margin-left: -1px;
|
|
24777
24760
|
}
|
|
24778
24761
|
|
|
24779
24762
|
.k-tabstrip-right > .k-tabstrip-items-wrapper > .k-tabstrip-items {
|
|
24780
|
-
height: 100%;
|
|
24781
|
-
display: inline-flex;
|
|
24782
24763
|
flex-direction: column;
|
|
24783
24764
|
}
|
|
24784
24765
|
|
|
@@ -24788,10 +24769,6 @@ kendo-card-footer {
|
|
|
24788
24769
|
margin-left: -1px;
|
|
24789
24770
|
}
|
|
24790
24771
|
|
|
24791
|
-
.k-tabstrip-right > .k-tabstrip-items-wrapper .k-item + .k-item {
|
|
24792
|
-
margin-top: 0px;
|
|
24793
|
-
}
|
|
24794
|
-
|
|
24795
24772
|
.k-tabstrip-right > .k-tabstrip-items-wrapper .k-item.k-active {
|
|
24796
24773
|
border-left-color: transparent;
|
|
24797
24774
|
}
|
|
@@ -24800,8 +24777,27 @@ kendo-card-footer {
|
|
|
24800
24777
|
.k-tabstrip-right > .k-tabstrip-content {
|
|
24801
24778
|
border-top-left-radius: 4px;
|
|
24802
24779
|
border-bottom-left-radius: 4px;
|
|
24803
|
-
|
|
24804
|
-
|
|
24780
|
+
border-right-width: 0;
|
|
24781
|
+
}
|
|
24782
|
+
|
|
24783
|
+
.k-tabstrip-items-start {
|
|
24784
|
+
justify-content: flex-start;
|
|
24785
|
+
}
|
|
24786
|
+
|
|
24787
|
+
.k-tabstrip-items-center {
|
|
24788
|
+
justify-content: center;
|
|
24789
|
+
}
|
|
24790
|
+
|
|
24791
|
+
.k-tabstrip-items-end {
|
|
24792
|
+
justify-content: flex-end;
|
|
24793
|
+
}
|
|
24794
|
+
|
|
24795
|
+
.k-tabstrip-items-justify {
|
|
24796
|
+
justify-content: space-between;
|
|
24797
|
+
}
|
|
24798
|
+
|
|
24799
|
+
.k-tabstrip-items-stretched > * {
|
|
24800
|
+
flex: 1 0 0;
|
|
24805
24801
|
}
|
|
24806
24802
|
|
|
24807
24803
|
.k-rtl .k-tabstrip.k-tabstrip-left > .k-tabstrip-items-wrapper, .k-rtl .k-tabstrip.k-tabstrip-right > .k-tabstrip-items-wrapper,
|
package/dist/all.scss
CHANGED
|
@@ -22374,6 +22374,15 @@ $adaptive-actionsheet-footer-padding-x: map-get( $spacing, 4 ) !default;
|
|
|
22374
22374
|
padding: $adaptive-actionsheet-footer-padding-y $adaptive-actionsheet-footer-padding-x;
|
|
22375
22375
|
}
|
|
22376
22376
|
|
|
22377
|
+
.k-actionsheet-filter {
|
|
22378
|
+
width: calc( min(100%, calc( 360px - #{$adaptive-actionsheet-titlebar-padding-x * 2}) ) );
|
|
22379
|
+
}
|
|
22380
|
+
.k-actionsheet-content,
|
|
22381
|
+
.k-actionsheet-footer {
|
|
22382
|
+
margin-inline: auto;
|
|
22383
|
+
width: unquote("min(100%, 360px)");
|
|
22384
|
+
}
|
|
22385
|
+
|
|
22377
22386
|
.k-list-container,
|
|
22378
22387
|
.k-treeview {
|
|
22379
22388
|
height: 100%;
|
|
@@ -23361,6 +23370,7 @@ $kendo-notification-theme: notification-theme( $kendo-notification-theme-colors
|
|
|
23361
23370
|
display: inline-flex;
|
|
23362
23371
|
flex-flow: column-reverse wrap;
|
|
23363
23372
|
position: fixed;
|
|
23373
|
+
z-index: 1000;
|
|
23364
23374
|
}
|
|
23365
23375
|
|
|
23366
23376
|
.k-notification-container {
|
|
@@ -26172,7 +26182,6 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
26172
26182
|
border-style: solid;
|
|
26173
26183
|
border-color: inherit;
|
|
26174
26184
|
position: relative;
|
|
26175
|
-
z-index: 2;
|
|
26176
26185
|
}
|
|
26177
26186
|
|
|
26178
26187
|
.k-tabstrip-items {
|
|
@@ -26180,7 +26189,8 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
26180
26189
|
outline: 0;
|
|
26181
26190
|
display: flex;
|
|
26182
26191
|
flex-flow: row wrap;
|
|
26183
|
-
flex:
|
|
26192
|
+
flex: 1 1 auto;
|
|
26193
|
+
gap: $tabstrip-item-gap;
|
|
26184
26194
|
|
|
26185
26195
|
*,
|
|
26186
26196
|
*::before,
|
|
@@ -26223,6 +26233,7 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
26223
26233
|
|
|
26224
26234
|
.k-tabstrip-content,
|
|
26225
26235
|
.k-tabstrip > .k-content {
|
|
26236
|
+
margin: 0 !important; // sass-lint:disable-line no-important
|
|
26226
26237
|
padding: $tabstrip-content-padding-y $tabstrip-content-padding-x;
|
|
26227
26238
|
box-sizing: border-box;
|
|
26228
26239
|
border-width: $tabstrip-content-border-width;
|
|
@@ -26232,7 +26243,6 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
26232
26243
|
overflow: auto;
|
|
26233
26244
|
flex: 1 1 auto;
|
|
26234
26245
|
position: relative;
|
|
26235
|
-
z-index: 1;
|
|
26236
26246
|
|
|
26237
26247
|
&.k-active {
|
|
26238
26248
|
display: block;
|
|
@@ -26274,7 +26284,6 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
26274
26284
|
> .k-tabstrip-items-wrapper {
|
|
26275
26285
|
|
|
26276
26286
|
> .k-tabstrip-items {
|
|
26277
|
-
flex: 1 1 auto;
|
|
26278
26287
|
flex-wrap: nowrap;
|
|
26279
26288
|
white-space: nowrap;
|
|
26280
26289
|
overflow: hidden;
|
|
@@ -26308,25 +26317,16 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
26308
26317
|
}
|
|
26309
26318
|
|
|
26310
26319
|
|
|
26311
|
-
// Tabstrip
|
|
26320
|
+
// Tabstrip position
|
|
26312
26321
|
.k-tabstrip-top {
|
|
26313
26322
|
> .k-tabstrip-items-wrapper {
|
|
26314
26323
|
border-bottom-width: $tabstrip-border-width;
|
|
26315
|
-
margin-bottom: -$tabstrip-content-border-width;
|
|
26316
|
-
|
|
26317
|
-
> .k-tabstrip-items {
|
|
26318
|
-
width: 100%;
|
|
26319
|
-
}
|
|
26320
26324
|
|
|
26321
26325
|
.k-item {
|
|
26322
26326
|
@include border-top-radius( $tabstrip-item-border-radius );
|
|
26323
26327
|
margin-bottom: -$tabstrip-border-width;
|
|
26324
26328
|
}
|
|
26325
26329
|
|
|
26326
|
-
.k-item + .k-item {
|
|
26327
|
-
margin-left: $tabstrip-item-gap;
|
|
26328
|
-
}
|
|
26329
|
-
|
|
26330
26330
|
.k-item.k-active {
|
|
26331
26331
|
border-bottom-color: transparent;
|
|
26332
26332
|
}
|
|
@@ -26335,27 +26335,18 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
26335
26335
|
> .k-content,
|
|
26336
26336
|
> .k-tabstrip-content {
|
|
26337
26337
|
@include border-bottom-radius( $tabstrip-item-border-radius );
|
|
26338
|
-
border-top-
|
|
26338
|
+
border-top-width: 0 !important; // sass-lint:disable-line no-important
|
|
26339
26339
|
}
|
|
26340
26340
|
}
|
|
26341
26341
|
.k-tabstrip-bottom {
|
|
26342
26342
|
> .k-tabstrip-items-wrapper {
|
|
26343
26343
|
border-top-width: $tabstrip-border-width;
|
|
26344
|
-
margin-top: -$tabstrip-content-border-width;
|
|
26345
|
-
|
|
26346
|
-
> .k-tabstrip-items {
|
|
26347
|
-
width: 100%;
|
|
26348
|
-
}
|
|
26349
26344
|
|
|
26350
26345
|
.k-item {
|
|
26351
26346
|
@include border-bottom-radius( $tabstrip-item-border-radius );
|
|
26352
26347
|
margin-top: -$tabstrip-border-width;
|
|
26353
26348
|
}
|
|
26354
26349
|
|
|
26355
|
-
.k-item + .k-item {
|
|
26356
|
-
margin-left: $tabstrip-item-gap;
|
|
26357
|
-
}
|
|
26358
|
-
|
|
26359
26350
|
.k-item.k-active {
|
|
26360
26351
|
border-top-color: transparent;
|
|
26361
26352
|
}
|
|
@@ -26364,7 +26355,7 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
26364
26355
|
> .k-content,
|
|
26365
26356
|
> .k-tabstrip-content {
|
|
26366
26357
|
@include border-top-radius( $tabstrip-item-border-radius );
|
|
26367
|
-
border-bottom-
|
|
26358
|
+
border-bottom-width: 0 !important; // sass-lint:disable-line no-important
|
|
26368
26359
|
}
|
|
26369
26360
|
}
|
|
26370
26361
|
.k-tabstrip-left {
|
|
@@ -26372,11 +26363,8 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
26372
26363
|
|
|
26373
26364
|
> .k-tabstrip-items-wrapper {
|
|
26374
26365
|
border-right-width: $tabstrip-border-width;
|
|
26375
|
-
margin-right: -$tabstrip-content-border-width;
|
|
26376
26366
|
|
|
26377
26367
|
> .k-tabstrip-items {
|
|
26378
|
-
height: 100%;
|
|
26379
|
-
display: inline-flex;
|
|
26380
26368
|
flex-direction: column;
|
|
26381
26369
|
}
|
|
26382
26370
|
|
|
@@ -26385,10 +26373,6 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
26385
26373
|
margin-right: -$tabstrip-border-width;
|
|
26386
26374
|
}
|
|
26387
26375
|
|
|
26388
|
-
.k-item + .k-item {
|
|
26389
|
-
margin-top: $tabstrip-item-gap;
|
|
26390
|
-
}
|
|
26391
|
-
|
|
26392
26376
|
.k-item.k-active {
|
|
26393
26377
|
border-right-color: transparent;
|
|
26394
26378
|
}
|
|
@@ -26397,8 +26381,7 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
26397
26381
|
> .k-content,
|
|
26398
26382
|
> .k-tabstrip-content {
|
|
26399
26383
|
@include border-right-radius( $tabstrip-item-border-radius );
|
|
26400
|
-
|
|
26401
|
-
border-left-color: transparent !important; // sass-lint:disable-line no-important
|
|
26384
|
+
border-left-width: 0 !important; // sass-lint:disable-line no-important
|
|
26402
26385
|
}
|
|
26403
26386
|
|
|
26404
26387
|
}
|
|
@@ -26407,11 +26390,8 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
26407
26390
|
|
|
26408
26391
|
> .k-tabstrip-items-wrapper {
|
|
26409
26392
|
border-left-width: $tabstrip-border-width;
|
|
26410
|
-
margin-left: -$tabstrip-content-border-width;
|
|
26411
26393
|
|
|
26412
26394
|
> .k-tabstrip-items {
|
|
26413
|
-
height: 100%;
|
|
26414
|
-
display: inline-flex;
|
|
26415
26395
|
flex-direction: column;
|
|
26416
26396
|
}
|
|
26417
26397
|
|
|
@@ -26420,10 +26400,6 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
26420
26400
|
margin-left: -$tabstrip-border-width;
|
|
26421
26401
|
}
|
|
26422
26402
|
|
|
26423
|
-
.k-item + .k-item {
|
|
26424
|
-
margin-top: $tabstrip-item-gap;
|
|
26425
|
-
}
|
|
26426
|
-
|
|
26427
26403
|
.k-item.k-active {
|
|
26428
26404
|
border-left-color: transparent;
|
|
26429
26405
|
}
|
|
@@ -26432,12 +26408,29 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
26432
26408
|
> .k-content,
|
|
26433
26409
|
> .k-tabstrip-content {
|
|
26434
26410
|
@include border-left-radius( $tabstrip-item-border-radius );
|
|
26435
|
-
|
|
26436
|
-
border-right-color: transparent !important; // sass-lint:disable-line no-important
|
|
26411
|
+
border-right-width: 0;
|
|
26437
26412
|
}
|
|
26438
26413
|
}
|
|
26439
26414
|
|
|
26440
26415
|
|
|
26416
|
+
// Tabstrip align
|
|
26417
|
+
.k-tabstrip-items-start {
|
|
26418
|
+
justify-content: flex-start;
|
|
26419
|
+
}
|
|
26420
|
+
.k-tabstrip-items-center {
|
|
26421
|
+
justify-content: center;
|
|
26422
|
+
}
|
|
26423
|
+
.k-tabstrip-items-end {
|
|
26424
|
+
justify-content: flex-end;
|
|
26425
|
+
}
|
|
26426
|
+
.k-tabstrip-items-justify {
|
|
26427
|
+
justify-content: space-between;
|
|
26428
|
+
}
|
|
26429
|
+
.k-tabstrip-items-stretched > * {
|
|
26430
|
+
flex: 1 0 0;
|
|
26431
|
+
}
|
|
26432
|
+
|
|
26433
|
+
|
|
26441
26434
|
// Selected indicator
|
|
26442
26435
|
@if ($tabstrip-indicator-size) {
|
|
26443
26436
|
|
|
@@ -26449,11 +26442,12 @@ $tabstrip-content-border-focused: $component-text !default;
|
|
|
26449
26442
|
border-style: solid;
|
|
26450
26443
|
display: none;
|
|
26451
26444
|
position: absolute;
|
|
26452
|
-
z-index:
|
|
26445
|
+
z-index: 2;
|
|
26453
26446
|
top: 0;
|
|
26454
26447
|
right: 0;
|
|
26455
26448
|
bottom: 0;
|
|
26456
26449
|
left: 0;
|
|
26450
|
+
pointer-events: none;
|
|
26457
26451
|
|
|
26458
26452
|
// Variants
|
|
26459
26453
|
.k-tabstrip-top > & {
|
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.10.1-dev.
|
|
4
|
+
"version": "5.10.1-dev.2",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -43,8 +43,13 @@
|
|
|
43
43
|
"prepublishOnly": "node ../../scripts/themes-prepublish.js",
|
|
44
44
|
"postpublish": "echo 'no postpublish for default theme'"
|
|
45
45
|
},
|
|
46
|
+
"dependencies": {
|
|
47
|
+
"@progress/kendo-font-icons": "^0.6.0",
|
|
48
|
+
"@progress/kendo-theme-core": "^5.10.1-dev.2",
|
|
49
|
+
"@progress/kendo-theme-utils": "^5.10.1-dev.2"
|
|
50
|
+
},
|
|
46
51
|
"devDependencies": {
|
|
47
|
-
"sass-build": "^1.
|
|
52
|
+
"sass-build": "^1.1.0"
|
|
48
53
|
},
|
|
49
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "02863aedd51b707c27514b6c7c336052a3dc55c7"
|
|
50
55
|
}
|
|
@@ -255,6 +255,15 @@
|
|
|
255
255
|
padding: $adaptive-actionsheet-footer-padding-y $adaptive-actionsheet-footer-padding-x;
|
|
256
256
|
}
|
|
257
257
|
|
|
258
|
+
.k-actionsheet-filter {
|
|
259
|
+
width: calc( min(100%, calc( 360px - #{$adaptive-actionsheet-titlebar-padding-x * 2}) ) );
|
|
260
|
+
}
|
|
261
|
+
.k-actionsheet-content,
|
|
262
|
+
.k-actionsheet-footer {
|
|
263
|
+
margin-inline: auto;
|
|
264
|
+
width: unquote("min(100%, 360px)");
|
|
265
|
+
}
|
|
266
|
+
|
|
258
267
|
.k-list-container,
|
|
259
268
|
.k-treeview {
|
|
260
269
|
height: 100%;
|
|
@@ -35,7 +35,6 @@
|
|
|
35
35
|
border-style: solid;
|
|
36
36
|
border-color: inherit;
|
|
37
37
|
position: relative;
|
|
38
|
-
z-index: 2;
|
|
39
38
|
}
|
|
40
39
|
|
|
41
40
|
.k-tabstrip-items {
|
|
@@ -43,7 +42,8 @@
|
|
|
43
42
|
outline: 0;
|
|
44
43
|
display: flex;
|
|
45
44
|
flex-flow: row wrap;
|
|
46
|
-
flex:
|
|
45
|
+
flex: 1 1 auto;
|
|
46
|
+
gap: $tabstrip-item-gap;
|
|
47
47
|
|
|
48
48
|
*,
|
|
49
49
|
*::before,
|
|
@@ -86,6 +86,7 @@
|
|
|
86
86
|
|
|
87
87
|
.k-tabstrip-content,
|
|
88
88
|
.k-tabstrip > .k-content {
|
|
89
|
+
margin: 0 !important; // sass-lint:disable-line no-important
|
|
89
90
|
padding: $tabstrip-content-padding-y $tabstrip-content-padding-x;
|
|
90
91
|
box-sizing: border-box;
|
|
91
92
|
border-width: $tabstrip-content-border-width;
|
|
@@ -95,7 +96,6 @@
|
|
|
95
96
|
overflow: auto;
|
|
96
97
|
flex: 1 1 auto;
|
|
97
98
|
position: relative;
|
|
98
|
-
z-index: 1;
|
|
99
99
|
|
|
100
100
|
&.k-active {
|
|
101
101
|
display: block;
|
|
@@ -137,7 +137,6 @@
|
|
|
137
137
|
> .k-tabstrip-items-wrapper {
|
|
138
138
|
|
|
139
139
|
> .k-tabstrip-items {
|
|
140
|
-
flex: 1 1 auto;
|
|
141
140
|
flex-wrap: nowrap;
|
|
142
141
|
white-space: nowrap;
|
|
143
142
|
overflow: hidden;
|
|
@@ -171,25 +170,16 @@
|
|
|
171
170
|
}
|
|
172
171
|
|
|
173
172
|
|
|
174
|
-
// Tabstrip
|
|
173
|
+
// Tabstrip position
|
|
175
174
|
.k-tabstrip-top {
|
|
176
175
|
> .k-tabstrip-items-wrapper {
|
|
177
176
|
border-bottom-width: $tabstrip-border-width;
|
|
178
|
-
margin-bottom: -$tabstrip-content-border-width;
|
|
179
|
-
|
|
180
|
-
> .k-tabstrip-items {
|
|
181
|
-
width: 100%;
|
|
182
|
-
}
|
|
183
177
|
|
|
184
178
|
.k-item {
|
|
185
179
|
@include border-top-radius( $tabstrip-item-border-radius );
|
|
186
180
|
margin-bottom: -$tabstrip-border-width;
|
|
187
181
|
}
|
|
188
182
|
|
|
189
|
-
.k-item + .k-item {
|
|
190
|
-
margin-left: $tabstrip-item-gap;
|
|
191
|
-
}
|
|
192
|
-
|
|
193
183
|
.k-item.k-active {
|
|
194
184
|
border-bottom-color: transparent;
|
|
195
185
|
}
|
|
@@ -198,27 +188,18 @@
|
|
|
198
188
|
> .k-content,
|
|
199
189
|
> .k-tabstrip-content {
|
|
200
190
|
@include border-bottom-radius( $tabstrip-item-border-radius );
|
|
201
|
-
border-top-
|
|
191
|
+
border-top-width: 0 !important; // sass-lint:disable-line no-important
|
|
202
192
|
}
|
|
203
193
|
}
|
|
204
194
|
.k-tabstrip-bottom {
|
|
205
195
|
> .k-tabstrip-items-wrapper {
|
|
206
196
|
border-top-width: $tabstrip-border-width;
|
|
207
|
-
margin-top: -$tabstrip-content-border-width;
|
|
208
|
-
|
|
209
|
-
> .k-tabstrip-items {
|
|
210
|
-
width: 100%;
|
|
211
|
-
}
|
|
212
197
|
|
|
213
198
|
.k-item {
|
|
214
199
|
@include border-bottom-radius( $tabstrip-item-border-radius );
|
|
215
200
|
margin-top: -$tabstrip-border-width;
|
|
216
201
|
}
|
|
217
202
|
|
|
218
|
-
.k-item + .k-item {
|
|
219
|
-
margin-left: $tabstrip-item-gap;
|
|
220
|
-
}
|
|
221
|
-
|
|
222
203
|
.k-item.k-active {
|
|
223
204
|
border-top-color: transparent;
|
|
224
205
|
}
|
|
@@ -227,7 +208,7 @@
|
|
|
227
208
|
> .k-content,
|
|
228
209
|
> .k-tabstrip-content {
|
|
229
210
|
@include border-top-radius( $tabstrip-item-border-radius );
|
|
230
|
-
border-bottom-
|
|
211
|
+
border-bottom-width: 0 !important; // sass-lint:disable-line no-important
|
|
231
212
|
}
|
|
232
213
|
}
|
|
233
214
|
.k-tabstrip-left {
|
|
@@ -235,11 +216,8 @@
|
|
|
235
216
|
|
|
236
217
|
> .k-tabstrip-items-wrapper {
|
|
237
218
|
border-right-width: $tabstrip-border-width;
|
|
238
|
-
margin-right: -$tabstrip-content-border-width;
|
|
239
219
|
|
|
240
220
|
> .k-tabstrip-items {
|
|
241
|
-
height: 100%;
|
|
242
|
-
display: inline-flex;
|
|
243
221
|
flex-direction: column;
|
|
244
222
|
}
|
|
245
223
|
|
|
@@ -248,10 +226,6 @@
|
|
|
248
226
|
margin-right: -$tabstrip-border-width;
|
|
249
227
|
}
|
|
250
228
|
|
|
251
|
-
.k-item + .k-item {
|
|
252
|
-
margin-top: $tabstrip-item-gap;
|
|
253
|
-
}
|
|
254
|
-
|
|
255
229
|
.k-item.k-active {
|
|
256
230
|
border-right-color: transparent;
|
|
257
231
|
}
|
|
@@ -260,8 +234,7 @@
|
|
|
260
234
|
> .k-content,
|
|
261
235
|
> .k-tabstrip-content {
|
|
262
236
|
@include border-right-radius( $tabstrip-item-border-radius );
|
|
263
|
-
|
|
264
|
-
border-left-color: transparent !important; // sass-lint:disable-line no-important
|
|
237
|
+
border-left-width: 0 !important; // sass-lint:disable-line no-important
|
|
265
238
|
}
|
|
266
239
|
|
|
267
240
|
}
|
|
@@ -270,11 +243,8 @@
|
|
|
270
243
|
|
|
271
244
|
> .k-tabstrip-items-wrapper {
|
|
272
245
|
border-left-width: $tabstrip-border-width;
|
|
273
|
-
margin-left: -$tabstrip-content-border-width;
|
|
274
246
|
|
|
275
247
|
> .k-tabstrip-items {
|
|
276
|
-
height: 100%;
|
|
277
|
-
display: inline-flex;
|
|
278
248
|
flex-direction: column;
|
|
279
249
|
}
|
|
280
250
|
|
|
@@ -283,10 +253,6 @@
|
|
|
283
253
|
margin-left: -$tabstrip-border-width;
|
|
284
254
|
}
|
|
285
255
|
|
|
286
|
-
.k-item + .k-item {
|
|
287
|
-
margin-top: $tabstrip-item-gap;
|
|
288
|
-
}
|
|
289
|
-
|
|
290
256
|
.k-item.k-active {
|
|
291
257
|
border-left-color: transparent;
|
|
292
258
|
}
|
|
@@ -295,12 +261,29 @@
|
|
|
295
261
|
> .k-content,
|
|
296
262
|
> .k-tabstrip-content {
|
|
297
263
|
@include border-left-radius( $tabstrip-item-border-radius );
|
|
298
|
-
|
|
299
|
-
border-right-color: transparent !important; // sass-lint:disable-line no-important
|
|
264
|
+
border-right-width: 0;
|
|
300
265
|
}
|
|
301
266
|
}
|
|
302
267
|
|
|
303
268
|
|
|
269
|
+
// Tabstrip align
|
|
270
|
+
.k-tabstrip-items-start {
|
|
271
|
+
justify-content: flex-start;
|
|
272
|
+
}
|
|
273
|
+
.k-tabstrip-items-center {
|
|
274
|
+
justify-content: center;
|
|
275
|
+
}
|
|
276
|
+
.k-tabstrip-items-end {
|
|
277
|
+
justify-content: flex-end;
|
|
278
|
+
}
|
|
279
|
+
.k-tabstrip-items-justify {
|
|
280
|
+
justify-content: space-between;
|
|
281
|
+
}
|
|
282
|
+
.k-tabstrip-items-stretched > * {
|
|
283
|
+
flex: 1 0 0;
|
|
284
|
+
}
|
|
285
|
+
|
|
286
|
+
|
|
304
287
|
// Selected indicator
|
|
305
288
|
@if ($tabstrip-indicator-size) {
|
|
306
289
|
|
|
@@ -312,11 +295,12 @@
|
|
|
312
295
|
border-style: solid;
|
|
313
296
|
display: none;
|
|
314
297
|
position: absolute;
|
|
315
|
-
z-index:
|
|
298
|
+
z-index: 2;
|
|
316
299
|
top: 0;
|
|
317
300
|
right: 0;
|
|
318
301
|
bottom: 0;
|
|
319
302
|
left: 0;
|
|
303
|
+
pointer-events: none;
|
|
320
304
|
|
|
321
305
|
// Variants
|
|
322
306
|
.k-tabstrip-top > & {
|