@progress/kendo-theme-default 6.4.1-dev.0 → 6.5.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 +55 -23
- package/dist/all.scss +69 -20
- package/dist/meta/sassdoc-data.json +528 -204
- package/dist/meta/sassdoc-raw-data.json +246 -96
- package/dist/meta/variables.json +38 -6
- 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-a11y.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 +4 -4
- package/scss/chip/_layout.scss +4 -0
- package/scss/dropdowntree/_layout.scss +4 -5
- package/scss/icons/_layout.scss +4 -0
- package/scss/list/_layout.scss +1 -0
- package/scss/list/_variables.scss +2 -2
- package/scss/scheduler/_layout.scss +1 -0
- package/scss/splitter/_layout.scss +1 -0
- package/scss/splitter/_variables.scss +2 -0
- package/scss/spreadsheet/_variables.scss +1 -0
- package/scss/treelist/_layout.scss +6 -0
- package/scss/treeview/_layout.scss +13 -9
- package/scss/treeview/_variables.scss +30 -4
package/dist/all.css
CHANGED
|
@@ -30170,7 +30170,11 @@ kendo-sortable {
|
|
|
30170
30170
|
}
|
|
30171
30171
|
|
|
30172
30172
|
.k-icon-action {
|
|
30173
|
+
display: inline-flex;
|
|
30173
30174
|
padding: 4px;
|
|
30175
|
+
line-height: 1;
|
|
30176
|
+
align-items: center;
|
|
30177
|
+
vertical-align: middle;
|
|
30174
30178
|
cursor: pointer;
|
|
30175
30179
|
}
|
|
30176
30180
|
|
|
@@ -30655,6 +30659,7 @@ kendo-sortable {
|
|
|
30655
30659
|
border-width: 0;
|
|
30656
30660
|
border-width: 0 0 1px;
|
|
30657
30661
|
border-style: solid;
|
|
30662
|
+
font-weight: 700;
|
|
30658
30663
|
white-space: nowrap;
|
|
30659
30664
|
display: flex;
|
|
30660
30665
|
flex-flow: row nowrap;
|
|
@@ -30708,6 +30713,7 @@ kendo-sortable {
|
|
|
30708
30713
|
}
|
|
30709
30714
|
|
|
30710
30715
|
.k-list-item-text::before,
|
|
30716
|
+
.k-list-header-text::before,
|
|
30711
30717
|
.k-list-optionlabel::before {
|
|
30712
30718
|
content: "\200b";
|
|
30713
30719
|
width: 0px;
|
|
@@ -30722,6 +30728,7 @@ kendo-sortable {
|
|
|
30722
30728
|
border-width: 0;
|
|
30723
30729
|
border-width: 1px 0 0;
|
|
30724
30730
|
border-style: solid;
|
|
30731
|
+
font-weight: 700;
|
|
30725
30732
|
cursor: default;
|
|
30726
30733
|
display: flex;
|
|
30727
30734
|
flex-flow: row nowrap;
|
|
@@ -32205,6 +32212,10 @@ kendo-badge-container {
|
|
|
32205
32212
|
line-height: 1;
|
|
32206
32213
|
}
|
|
32207
32214
|
|
|
32215
|
+
.k-chip-sm .k-chip-action {
|
|
32216
|
+
padding: 2px;
|
|
32217
|
+
}
|
|
32218
|
+
|
|
32208
32219
|
.k-chip-avatar {
|
|
32209
32220
|
width: 1em;
|
|
32210
32221
|
height: 1em;
|
|
@@ -32218,6 +32229,10 @@ kendo-badge-container {
|
|
|
32218
32229
|
line-height: 1;
|
|
32219
32230
|
}
|
|
32220
32231
|
|
|
32232
|
+
.k-chip-md .k-chip-action {
|
|
32233
|
+
padding: 4px;
|
|
32234
|
+
}
|
|
32235
|
+
|
|
32221
32236
|
.k-chip-avatar {
|
|
32222
32237
|
width: 1em;
|
|
32223
32238
|
height: 1em;
|
|
@@ -32231,6 +32246,10 @@ kendo-badge-container {
|
|
|
32231
32246
|
line-height: 1;
|
|
32232
32247
|
}
|
|
32233
32248
|
|
|
32249
|
+
.k-chip-lg .k-chip-action {
|
|
32250
|
+
padding: 6px;
|
|
32251
|
+
}
|
|
32252
|
+
|
|
32234
32253
|
.k-chip-avatar {
|
|
32235
32254
|
width: 1em;
|
|
32236
32255
|
height: 1em;
|
|
@@ -39438,13 +39457,13 @@ select.k-picker-lg {
|
|
|
39438
39457
|
.k-treeview-item {
|
|
39439
39458
|
outline-style: none;
|
|
39440
39459
|
margin: 0;
|
|
39441
|
-
padding: 0 0 0
|
|
39460
|
+
padding: 0 0 0 24px;
|
|
39442
39461
|
border-width: 0;
|
|
39443
39462
|
display: block;
|
|
39444
39463
|
}
|
|
39445
39464
|
|
|
39446
39465
|
.k-treeview-toggle {
|
|
39447
|
-
margin-
|
|
39466
|
+
margin-inline-start: -24px;
|
|
39448
39467
|
flex: none;
|
|
39449
39468
|
display: inline-flex;
|
|
39450
39469
|
flex-flow: row nowrap;
|
|
@@ -39452,14 +39471,18 @@ select.k-picker-lg {
|
|
|
39452
39471
|
cursor: pointer;
|
|
39453
39472
|
}
|
|
39454
39473
|
|
|
39474
|
+
.k-treeview-toggle .k-icon,
|
|
39475
|
+
.k-treeview-toggle .k-svg-icon {
|
|
39476
|
+
padding: 4px;
|
|
39477
|
+
box-sizing: content-box;
|
|
39478
|
+
}
|
|
39479
|
+
|
|
39455
39480
|
.k-treeview-loading {
|
|
39456
39481
|
margin-right: 4px;
|
|
39457
39482
|
}
|
|
39458
39483
|
|
|
39459
39484
|
.k-treeview .k-checkbox-wrap,
|
|
39460
39485
|
.k-treeview .k-checkbox-wrapper {
|
|
39461
|
-
margin-left: 4px;
|
|
39462
|
-
margin-right: 4px;
|
|
39463
39486
|
align-self: center;
|
|
39464
39487
|
}
|
|
39465
39488
|
|
|
@@ -39500,15 +39523,7 @@ select.k-picker-lg {
|
|
|
39500
39523
|
.k-treeview.k-rtl .k-treeview-item,
|
|
39501
39524
|
.k-treeview[dir="rtl"] .k-treeview-item {
|
|
39502
39525
|
padding-left: 0;
|
|
39503
|
-
padding-right:
|
|
39504
|
-
}
|
|
39505
|
-
|
|
39506
|
-
.k-rtl .k-treeview .k-treeview-toggle,
|
|
39507
|
-
[dir="rtl"] .k-treeview .k-treeview-toggle,
|
|
39508
|
-
.k-treeview.k-rtl .k-treeview-toggle,
|
|
39509
|
-
.k-treeview[dir="rtl"] .k-treeview-toggle {
|
|
39510
|
-
margin-left: 0;
|
|
39511
|
-
margin-right: -16px;
|
|
39526
|
+
padding-right: 24px;
|
|
39512
39527
|
}
|
|
39513
39528
|
|
|
39514
39529
|
.k-rtl .k-treeview .k-treeview-loading,
|
|
@@ -39565,6 +39580,11 @@ select.k-picker-lg {
|
|
|
39565
39580
|
padding-inline: 8px;
|
|
39566
39581
|
}
|
|
39567
39582
|
|
|
39583
|
+
.k-treeview-sm .k-checkbox-wrap {
|
|
39584
|
+
padding-block: 2px;
|
|
39585
|
+
padding-inline: 4px;
|
|
39586
|
+
}
|
|
39587
|
+
|
|
39568
39588
|
.k-treeview-md {
|
|
39569
39589
|
font-size: 14px;
|
|
39570
39590
|
line-height: 1.4285714286;
|
|
@@ -39575,6 +39595,11 @@ select.k-picker-lg {
|
|
|
39575
39595
|
padding-inline: 8px;
|
|
39576
39596
|
}
|
|
39577
39597
|
|
|
39598
|
+
.k-treeview-md .k-checkbox-wrap {
|
|
39599
|
+
padding-block: 2px;
|
|
39600
|
+
padding-inline: 4px;
|
|
39601
|
+
}
|
|
39602
|
+
|
|
39578
39603
|
.k-treeview-lg {
|
|
39579
39604
|
font-size: 16px;
|
|
39580
39605
|
line-height: 1.5;
|
|
@@ -39585,6 +39610,10 @@ select.k-picker-lg {
|
|
|
39585
39610
|
padding-inline: 8px;
|
|
39586
39611
|
}
|
|
39587
39612
|
|
|
39613
|
+
.k-treeview-lg .k-checkbox-wrap {
|
|
39614
|
+
padding-inline: 4px;
|
|
39615
|
+
}
|
|
39616
|
+
|
|
39588
39617
|
.k-treeview {
|
|
39589
39618
|
color: #424242;
|
|
39590
39619
|
}
|
|
@@ -39619,21 +39648,16 @@ select.k-picker-lg {
|
|
|
39619
39648
|
box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13);
|
|
39620
39649
|
}
|
|
39621
39650
|
|
|
39622
|
-
.k-popup-dropdowntree,
|
|
39623
|
-
.k-dropdowntree-popup,
|
|
39624
|
-
.k-multiselecttree-popup {
|
|
39625
|
-
padding:
|
|
39651
|
+
.k-popup-dropdowntree .k-treeview,
|
|
39652
|
+
.k-dropdowntree-popup .k-treeview,
|
|
39653
|
+
.k-multiselecttree-popup .k-treeview {
|
|
39654
|
+
padding-block: 4px;
|
|
39655
|
+
padding-inline: 4px;
|
|
39626
39656
|
}
|
|
39627
39657
|
|
|
39628
39658
|
.k-popup-dropdowntree .k-check-all,
|
|
39629
39659
|
.k-dropdowntree-popup .k-check-all,
|
|
39630
39660
|
.k-multiselecttree-popup .k-check-all {
|
|
39631
|
-
padding: 8px 8px 0;
|
|
39632
|
-
}
|
|
39633
|
-
|
|
39634
|
-
.k-popup-dropdowntree .k-treeview,
|
|
39635
|
-
.k-dropdowntree-popup .k-treeview,
|
|
39636
|
-
.k-multiselecttree-popup .k-treeview {
|
|
39637
39661
|
padding-block: 8px;
|
|
39638
39662
|
padding-inline: 8px;
|
|
39639
39663
|
}
|
|
@@ -44766,6 +44790,7 @@ kendo-card-footer {
|
|
|
44766
44790
|
.k-splitbar .k-collapse-prev,
|
|
44767
44791
|
.k-splitbar .k-collapse-next {
|
|
44768
44792
|
cursor: pointer;
|
|
44793
|
+
padding: 2px;
|
|
44769
44794
|
}
|
|
44770
44795
|
|
|
44771
44796
|
.k-splitbar-draggable-horizontal {
|
|
@@ -49471,6 +49496,12 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
49471
49496
|
margin-inline: .5em;
|
|
49472
49497
|
}
|
|
49473
49498
|
|
|
49499
|
+
.k-treelist-toggle {
|
|
49500
|
+
margin-block: -4px;
|
|
49501
|
+
padding: 4px;
|
|
49502
|
+
cursor: pointer;
|
|
49503
|
+
}
|
|
49504
|
+
|
|
49474
49505
|
.k-treelist tr.k-footer,
|
|
49475
49506
|
.k-treelist tr.k-footer-template {
|
|
49476
49507
|
background-color: #ededed;
|
|
@@ -52031,6 +52062,7 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
52031
52062
|
.k-scheduler th,
|
|
52032
52063
|
.k-scheduler td,
|
|
52033
52064
|
.k-scheduler div,
|
|
52065
|
+
.k-scheduler .k-scheduler-edit-dialog,
|
|
52034
52066
|
.k-scheduler > * {
|
|
52035
52067
|
border-color: inherit;
|
|
52036
52068
|
}
|
package/dist/all.scss
CHANGED
|
@@ -15018,7 +15018,11 @@ $ki-rotate-map: (
|
|
|
15018
15018
|
}
|
|
15019
15019
|
|
|
15020
15020
|
.k-icon-action {
|
|
15021
|
+
display: inline-flex;
|
|
15021
15022
|
padding: $kendo-icon-padding;
|
|
15023
|
+
line-height: 1;
|
|
15024
|
+
align-items: center;
|
|
15025
|
+
vertical-align: middle;
|
|
15022
15026
|
cursor: pointer;
|
|
15023
15027
|
}
|
|
15024
15028
|
|
|
@@ -15520,7 +15524,7 @@ $kendo-list-lg-header-line-height: null !default;
|
|
|
15520
15524
|
|
|
15521
15525
|
/// The font weight of the List header.
|
|
15522
15526
|
/// @group list
|
|
15523
|
-
$kendo-list-header-font-weight:
|
|
15527
|
+
$kendo-list-header-font-weight: $kendo-font-weight-bold !default;
|
|
15524
15528
|
|
|
15525
15529
|
/// The horizontal padding of the List items, when no size is set.
|
|
15526
15530
|
/// @group list
|
|
@@ -15584,7 +15588,7 @@ $kendo-list-lg-group-item-line-height: null !default;
|
|
|
15584
15588
|
|
|
15585
15589
|
/// The font weight of a List group item.
|
|
15586
15590
|
/// @group list
|
|
15587
|
-
$kendo-list-group-item-font-weight:
|
|
15591
|
+
$kendo-list-group-item-font-weight: $kendo-font-weight-bold !default;
|
|
15588
15592
|
|
|
15589
15593
|
|
|
15590
15594
|
/// The map with the sizes of the List.
|
|
@@ -16389,6 +16393,7 @@ $kendo-checkbox-ripple-opacity: .25 !default;
|
|
|
16389
16393
|
}
|
|
16390
16394
|
}
|
|
16391
16395
|
.k-list-item-text,
|
|
16396
|
+
.k-list-header-text,
|
|
16392
16397
|
.k-list-optionlabel {
|
|
16393
16398
|
&::before {
|
|
16394
16399
|
content: "\200b";
|
|
@@ -19170,6 +19175,10 @@ $kendo-chip-list-sizes: (
|
|
|
19170
19175
|
padding-inline: $_padding-x;
|
|
19171
19176
|
font-size: $_font-size;
|
|
19172
19177
|
line-height: $_line-height;
|
|
19178
|
+
|
|
19179
|
+
.k-chip-action {
|
|
19180
|
+
padding: $_padding-y;
|
|
19181
|
+
}
|
|
19173
19182
|
}
|
|
19174
19183
|
|
|
19175
19184
|
.k-chip-avatar {
|
|
@@ -31512,7 +31521,7 @@ $kendo-treeview-md-line-height: $kendo-line-height-md !default;
|
|
|
31512
31521
|
$kendo-treeview-lg-line-height: $kendo-line-height-lg !default;
|
|
31513
31522
|
/// The indentation of child groups in the TreeView.
|
|
31514
31523
|
/// @group treeview
|
|
31515
|
-
$kendo-treeview-indent:
|
|
31524
|
+
$kendo-treeview-indent: 24px !default;
|
|
31516
31525
|
|
|
31517
31526
|
/// The horizontal padding of the TreeView items.
|
|
31518
31527
|
/// @group treeview
|
|
@@ -31545,6 +31554,25 @@ $kendo-treeview-item-border-width: 0px !default;
|
|
|
31545
31554
|
/// @group treeview
|
|
31546
31555
|
$kendo-treeview-item-border-radius: $kendo-border-radius-md !default;
|
|
31547
31556
|
|
|
31557
|
+
/// The horizontal padding of the checkbox in the small TreeView.
|
|
31558
|
+
/// @group treeview
|
|
31559
|
+
$kendo-treeview-sm-checkbox-padding-x: k-map-get( $kendo-spacing, 1 ) !default;
|
|
31560
|
+
/// The horizontal padding of the checkbox in the medium TreeView.
|
|
31561
|
+
/// @group treeview
|
|
31562
|
+
$kendo-treeview-md-checkbox-padding-x: $kendo-treeview-sm-checkbox-padding-x !default;
|
|
31563
|
+
/// The horizontal padding of the checkbox in the large TreeView.
|
|
31564
|
+
/// @group treeview
|
|
31565
|
+
$kendo-treeview-lg-checkbox-padding-x: $kendo-treeview-sm-checkbox-padding-x !default;
|
|
31566
|
+
/// The vertical padding of the checkbox in the small TreeView.
|
|
31567
|
+
/// @group treeview
|
|
31568
|
+
$kendo-treeview-sm-checkbox-padding-y: k-map-get( $kendo-spacing, .5 ) !default;
|
|
31569
|
+
/// The vertical padding of the checkbox in the medium TreeView.
|
|
31570
|
+
/// @group treeview
|
|
31571
|
+
$kendo-treeview-md-checkbox-padding-y: $kendo-treeview-sm-checkbox-padding-y !default;
|
|
31572
|
+
/// The vertical padding of the checkbox in the large TreeView.
|
|
31573
|
+
/// @group treeview
|
|
31574
|
+
$kendo-treeview-lg-checkbox-padding-y: null !default;
|
|
31575
|
+
|
|
31548
31576
|
|
|
31549
31577
|
/// The sizes map of the TreeView.
|
|
31550
31578
|
/// @group treeview
|
|
@@ -31553,19 +31581,25 @@ $kendo-treeview-sizes: (
|
|
|
31553
31581
|
font-size: $kendo-treeview-sm-font-size,
|
|
31554
31582
|
line-height: $kendo-treeview-sm-line-height,
|
|
31555
31583
|
item-padding-x: $kendo-treeview-sm-item-padding-x,
|
|
31556
|
-
item-padding-y: $kendo-treeview-sm-item-padding-y
|
|
31584
|
+
item-padding-y: $kendo-treeview-sm-item-padding-y,
|
|
31585
|
+
checkbox-padding-x: $kendo-treeview-sm-checkbox-padding-x,
|
|
31586
|
+
checkbox-padding-y: $kendo-treeview-sm-checkbox-padding-y
|
|
31557
31587
|
),
|
|
31558
31588
|
md: (
|
|
31559
31589
|
font-size: $kendo-treeview-md-font-size,
|
|
31560
31590
|
line-height: $kendo-treeview-md-line-height,
|
|
31561
31591
|
item-padding-x: $kendo-treeview-md-item-padding-x,
|
|
31562
|
-
item-padding-y: $kendo-treeview-md-item-padding-y
|
|
31592
|
+
item-padding-y: $kendo-treeview-md-item-padding-y,
|
|
31593
|
+
checkbox-padding-x: $kendo-treeview-md-checkbox-padding-x,
|
|
31594
|
+
checkbox-padding-y: $kendo-treeview-md-checkbox-padding-y
|
|
31563
31595
|
),
|
|
31564
31596
|
lg: (
|
|
31565
31597
|
font-size: $kendo-treeview-lg-font-size,
|
|
31566
31598
|
line-height: $kendo-treeview-lg-line-height,
|
|
31567
31599
|
item-padding-x: $kendo-treeview-lg-item-padding-x,
|
|
31568
|
-
item-padding-y: $kendo-treeview-lg-item-padding-y
|
|
31600
|
+
item-padding-y: $kendo-treeview-lg-item-padding-y,
|
|
31601
|
+
checkbox-padding-x: $kendo-treeview-lg-checkbox-padding-x,
|
|
31602
|
+
checkbox-padding-y: $kendo-treeview-lg-checkbox-padding-y
|
|
31569
31603
|
)
|
|
31570
31604
|
) !default;
|
|
31571
31605
|
|
|
@@ -31643,6 +31677,7 @@ $kendo-treeview-loadmore-focus-border: null !default;
|
|
|
31643
31677
|
/// @group treeview
|
|
31644
31678
|
$kendo-treeview-loadmore-focus-shadow: $kendo-treeview-item-focus-shadow !default;
|
|
31645
31679
|
|
|
31680
|
+
|
|
31646
31681
|
// #endregion
|
|
31647
31682
|
// #region @import "./_layout.scss"; -> scss/treeview/_layout.scss
|
|
31648
31683
|
@mixin kendo-treeview--layout-base() {
|
|
@@ -31720,13 +31755,18 @@ $kendo-treeview-loadmore-focus-shadow: $kendo-treeview-item-focus-shadow !defaul
|
|
|
31720
31755
|
|
|
31721
31756
|
// Treeview toggle
|
|
31722
31757
|
.k-treeview-toggle {
|
|
31723
|
-
margin-
|
|
31758
|
+
margin-inline-start: -$kendo-treeview-indent;
|
|
31724
31759
|
flex: none;
|
|
31725
31760
|
display: inline-flex;
|
|
31726
31761
|
flex-flow: row nowrap;
|
|
31727
31762
|
align-items: center;
|
|
31728
31763
|
cursor: pointer;
|
|
31729
31764
|
}
|
|
31765
|
+
.k-treeview-toggle .k-icon,
|
|
31766
|
+
.k-treeview-toggle .k-svg-icon {
|
|
31767
|
+
padding: $kendo-icon-padding;
|
|
31768
|
+
box-sizing: content-box;
|
|
31769
|
+
}
|
|
31730
31770
|
|
|
31731
31771
|
|
|
31732
31772
|
// Loading icon
|
|
@@ -31738,8 +31778,6 @@ $kendo-treeview-loadmore-focus-shadow: $kendo-treeview-item-focus-shadow !defaul
|
|
|
31738
31778
|
// Checkbox
|
|
31739
31779
|
.k-treeview .k-checkbox-wrap,
|
|
31740
31780
|
.k-treeview .k-checkbox-wrapper {
|
|
31741
|
-
margin-left: $kendo-icon-spacing;
|
|
31742
|
-
margin-right: $kendo-icon-spacing;
|
|
31743
31781
|
align-self: center;
|
|
31744
31782
|
}
|
|
31745
31783
|
|
|
@@ -31795,12 +31833,6 @@ $kendo-treeview-loadmore-focus-shadow: $kendo-treeview-item-focus-shadow !defaul
|
|
|
31795
31833
|
padding-right: $kendo-treeview-indent;
|
|
31796
31834
|
}
|
|
31797
31835
|
|
|
31798
|
-
// Treeview toggle
|
|
31799
|
-
.k-treeview-toggle {
|
|
31800
|
-
margin-left: 0;
|
|
31801
|
-
margin-right: -$kendo-treeview-indent;
|
|
31802
|
-
}
|
|
31803
|
-
|
|
31804
31836
|
// Loading
|
|
31805
31837
|
.k-treeview-loading {
|
|
31806
31838
|
margin-right: 0;
|
|
@@ -31825,6 +31857,8 @@ $kendo-treeview-loadmore-focus-shadow: $kendo-treeview-item-focus-shadow !defaul
|
|
|
31825
31857
|
$_line-height: k-map-get( $size-props, line-height);
|
|
31826
31858
|
$_item-padding-x: k-map-get( $size-props, item-padding-x);
|
|
31827
31859
|
$_item-padding-y: k-map-get( $size-props, item-padding-y);
|
|
31860
|
+
$_checkbox-padding-x: k-map-get( $size-props, checkbox-padding-x );
|
|
31861
|
+
$_checkbox-padding-y: k-map-get( $size-props, checkbox-padding-y );
|
|
31828
31862
|
|
|
31829
31863
|
.k-treeview-#{$size} {
|
|
31830
31864
|
font-size: $_font-size;
|
|
@@ -31834,6 +31868,11 @@ $kendo-treeview-loadmore-focus-shadow: $kendo-treeview-item-focus-shadow !defaul
|
|
|
31834
31868
|
padding-block: $_item-padding-y;
|
|
31835
31869
|
padding-inline: $_item-padding-x;
|
|
31836
31870
|
}
|
|
31871
|
+
|
|
31872
|
+
.k-checkbox-wrap {
|
|
31873
|
+
padding-block: $_checkbox-padding-y;
|
|
31874
|
+
padding-inline: $_checkbox-padding-x;
|
|
31875
|
+
}
|
|
31837
31876
|
}
|
|
31838
31877
|
}
|
|
31839
31878
|
|
|
@@ -31978,13 +32017,12 @@ $kendo-dropdowntree-popup-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
|
|
|
31978
32017
|
.k-popup-dropdowntree, // remove legacy class once updated in components
|
|
31979
32018
|
.k-dropdowntree-popup,
|
|
31980
32019
|
.k-multiselecttree-popup {
|
|
31981
|
-
|
|
31982
|
-
|
|
31983
|
-
|
|
31984
|
-
padding: $kendo-dropdowntree-popup-padding-y $kendo-dropdowntree-popup-padding-x 0;
|
|
32020
|
+
.k-treeview {
|
|
32021
|
+
padding-block: k-math-div( $kendo-dropdowntree-popup-padding-y, 2 );
|
|
32022
|
+
padding-inline: k-math-div( $kendo-dropdowntree-popup-padding-x, 2 );
|
|
31985
32023
|
}
|
|
31986
32024
|
|
|
31987
|
-
.k-
|
|
32025
|
+
.k-check-all {
|
|
31988
32026
|
padding-block: $kendo-dropdowntree-popup-padding-y;
|
|
31989
32027
|
padding-inline: $kendo-dropdowntree-popup-padding-x;
|
|
31990
32028
|
}
|
|
@@ -40588,6 +40626,8 @@ $kendo-splitter-splitbar-size: k-map-get( $kendo-spacing, 3 ) !default;
|
|
|
40588
40626
|
$kendo-splitter-drag-handle-length: 20px !default;
|
|
40589
40627
|
$kendo-splitter-drag-handle-thickness: 2px !default;
|
|
40590
40628
|
$kendo-splitter-drag-icon-margin: 7px !default;
|
|
40629
|
+
$kendo-splitter-collapse-icon-padding-x: null !default;
|
|
40630
|
+
$kendo-splitter-collapse-icon-padding-y: k-map-get( $kendo-spacing, .5 ) !default;
|
|
40591
40631
|
|
|
40592
40632
|
$kendo-splitbar-bg: $kendo-base-bg !default;
|
|
40593
40633
|
$kendo-splitbar-text: $kendo-base-text !default;
|
|
@@ -40658,6 +40698,7 @@ $kendo-splitbar-selected-text: $kendo-selected-text !default;
|
|
|
40658
40698
|
.k-collapse-prev,
|
|
40659
40699
|
.k-collapse-next {
|
|
40660
40700
|
cursor: pointer;
|
|
40701
|
+
padding: $kendo-splitter-collapse-icon-padding-y $kendo-splitter-collapse-icon-padding-x;
|
|
40661
40702
|
}
|
|
40662
40703
|
|
|
40663
40704
|
}
|
|
@@ -44448,6 +44489,7 @@ $kendo-spreadsheet-drawing-anchor-bg: rgba( $kendo-selected-bg, .25 ) !default;
|
|
|
44448
44489
|
|
|
44449
44490
|
$kendo-spreadsheet-dropzone-spacing-y: k-map-get( $kendo-spacing, 4 ) !default;
|
|
44450
44491
|
|
|
44492
|
+
|
|
44451
44493
|
// #endregion
|
|
44452
44494
|
// #region @import "./_layout.scss"; -> scss/spreadsheet/_layout.scss
|
|
44453
44495
|
@mixin kendo-spreadsheet--layout-base() {
|
|
@@ -46868,6 +46910,12 @@ $kendo-treelist-footer-row-border-width: 1px !default;
|
|
|
46868
46910
|
margin-inline: .5em;
|
|
46869
46911
|
}
|
|
46870
46912
|
|
|
46913
|
+
.k-treelist-toggle {
|
|
46914
|
+
margin-block: -$kendo-icon-padding;
|
|
46915
|
+
padding: $kendo-icon-padding;
|
|
46916
|
+
cursor: pointer;
|
|
46917
|
+
}
|
|
46918
|
+
|
|
46871
46919
|
}
|
|
46872
46920
|
|
|
46873
46921
|
|
|
@@ -50938,6 +50986,7 @@ $kendo-scheduler-tooltip-callout-text: $kendo-scheduler-tooltip-bg !default;
|
|
|
50938
50986
|
th,
|
|
50939
50987
|
td,
|
|
50940
50988
|
div,
|
|
50989
|
+
.k-scheduler-edit-dialog,
|
|
50941
50990
|
> * {
|
|
50942
50991
|
border-color: inherit;
|
|
50943
50992
|
}
|