@progress/kendo-theme-material 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 +68 -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/material-aqua-dark.json +1 -1
- package/lib/swatches/material-arctic.json +1 -1
- package/lib/swatches/material-burnt-teal.json +1 -1
- package/lib/swatches/material-dataviz-v4.json +1 -1
- package/lib/swatches/material-eggplant.json +1 -1
- package/lib/swatches/material-lime-dark.json +1 -1
- package/lib/swatches/material-lime.json +1 -1
- package/lib/swatches/material-main-dark.json +1 -1
- package/lib/swatches/material-main.json +1 -1
- package/lib/swatches/material-nova.json +1 -1
- package/lib/swatches/material-pacific-dark.json +1 -1
- package/lib/swatches/material-pacific.json +1 -1
- package/lib/swatches/material-sky-dark.json +1 -1
- package/lib/swatches/material-sky.json +1 -1
- package/lib/swatches/material-smoke.json +1 -1
- package/package.json +5 -5
- package/scss/list/_variables.scss +2 -2
- package/scss/splitter/_variables.scss +2 -0
- package/scss/treeview/_variables.scss +30 -4
package/dist/all.css
CHANGED
|
@@ -30177,7 +30177,11 @@ kendo-sortable {
|
|
|
30177
30177
|
}
|
|
30178
30178
|
|
|
30179
30179
|
.k-icon-action {
|
|
30180
|
+
display: inline-flex;
|
|
30180
30181
|
padding: 4px;
|
|
30182
|
+
line-height: 1;
|
|
30183
|
+
align-items: center;
|
|
30184
|
+
vertical-align: middle;
|
|
30181
30185
|
cursor: pointer;
|
|
30182
30186
|
}
|
|
30183
30187
|
|
|
@@ -30669,6 +30673,7 @@ kendo-sortable {
|
|
|
30669
30673
|
border-width: 0;
|
|
30670
30674
|
border-width: 0 0 1px;
|
|
30671
30675
|
border-style: solid;
|
|
30676
|
+
font-weight: 700;
|
|
30672
30677
|
white-space: nowrap;
|
|
30673
30678
|
display: flex;
|
|
30674
30679
|
flex-flow: row nowrap;
|
|
@@ -30722,6 +30727,7 @@ kendo-sortable {
|
|
|
30722
30727
|
}
|
|
30723
30728
|
|
|
30724
30729
|
.k-list-item-text::before,
|
|
30730
|
+
.k-list-header-text::before,
|
|
30725
30731
|
.k-list-optionlabel::before {
|
|
30726
30732
|
content: "\200b";
|
|
30727
30733
|
width: 0px;
|
|
@@ -30736,6 +30742,7 @@ kendo-sortable {
|
|
|
30736
30742
|
border-width: 0;
|
|
30737
30743
|
border-width: 1px 0 0;
|
|
30738
30744
|
border-style: solid;
|
|
30745
|
+
font-weight: 700;
|
|
30739
30746
|
cursor: default;
|
|
30740
30747
|
display: flex;
|
|
30741
30748
|
flex-flow: row nowrap;
|
|
@@ -32227,6 +32234,10 @@ kendo-badge-container {
|
|
|
32227
32234
|
line-height: 1.2857142857;
|
|
32228
32235
|
}
|
|
32229
32236
|
|
|
32237
|
+
.k-chip-sm .k-chip-action {
|
|
32238
|
+
padding: 2px;
|
|
32239
|
+
}
|
|
32240
|
+
|
|
32230
32241
|
.k-chip-avatar {
|
|
32231
32242
|
width: 1em;
|
|
32232
32243
|
height: 1em;
|
|
@@ -32240,6 +32251,10 @@ kendo-badge-container {
|
|
|
32240
32251
|
line-height: 1.2857142857;
|
|
32241
32252
|
}
|
|
32242
32253
|
|
|
32254
|
+
.k-chip-md .k-chip-action {
|
|
32255
|
+
padding: 4px;
|
|
32256
|
+
}
|
|
32257
|
+
|
|
32243
32258
|
.k-chip-avatar {
|
|
32244
32259
|
width: 1em;
|
|
32245
32260
|
height: 1em;
|
|
@@ -32253,6 +32268,10 @@ kendo-badge-container {
|
|
|
32253
32268
|
line-height: 1.2857142857;
|
|
32254
32269
|
}
|
|
32255
32270
|
|
|
32271
|
+
.k-chip-lg .k-chip-action {
|
|
32272
|
+
padding: 6px;
|
|
32273
|
+
}
|
|
32274
|
+
|
|
32256
32275
|
.k-chip-avatar {
|
|
32257
32276
|
width: 1em;
|
|
32258
32277
|
height: 1em;
|
|
@@ -40421,13 +40440,13 @@ select.k-picker-lg {
|
|
|
40421
40440
|
.k-treeview-item {
|
|
40422
40441
|
outline-style: none;
|
|
40423
40442
|
margin: 0;
|
|
40424
|
-
padding: 0 0 0
|
|
40443
|
+
padding: 0 0 0 24px;
|
|
40425
40444
|
border-width: 0;
|
|
40426
40445
|
display: block;
|
|
40427
40446
|
}
|
|
40428
40447
|
|
|
40429
40448
|
.k-treeview-toggle {
|
|
40430
|
-
margin-
|
|
40449
|
+
margin-inline-start: -24px;
|
|
40431
40450
|
flex: none;
|
|
40432
40451
|
display: inline-flex;
|
|
40433
40452
|
flex-flow: row nowrap;
|
|
@@ -40435,14 +40454,18 @@ select.k-picker-lg {
|
|
|
40435
40454
|
cursor: pointer;
|
|
40436
40455
|
}
|
|
40437
40456
|
|
|
40457
|
+
.k-treeview-toggle .k-icon,
|
|
40458
|
+
.k-treeview-toggle .k-svg-icon {
|
|
40459
|
+
padding: 4px;
|
|
40460
|
+
box-sizing: content-box;
|
|
40461
|
+
}
|
|
40462
|
+
|
|
40438
40463
|
.k-treeview-loading {
|
|
40439
40464
|
margin-right: 8px;
|
|
40440
40465
|
}
|
|
40441
40466
|
|
|
40442
40467
|
.k-treeview .k-checkbox-wrap,
|
|
40443
40468
|
.k-treeview .k-checkbox-wrapper {
|
|
40444
|
-
margin-left: 8px;
|
|
40445
|
-
margin-right: 8px;
|
|
40446
40469
|
align-self: center;
|
|
40447
40470
|
}
|
|
40448
40471
|
|
|
@@ -40482,15 +40505,7 @@ select.k-picker-lg {
|
|
|
40482
40505
|
.k-treeview.k-rtl .k-treeview-item,
|
|
40483
40506
|
.k-treeview[dir="rtl"] .k-treeview-item {
|
|
40484
40507
|
padding-left: 0;
|
|
40485
|
-
padding-right:
|
|
40486
|
-
}
|
|
40487
|
-
|
|
40488
|
-
.k-rtl .k-treeview .k-treeview-toggle,
|
|
40489
|
-
[dir="rtl"] .k-treeview .k-treeview-toggle,
|
|
40490
|
-
.k-treeview.k-rtl .k-treeview-toggle,
|
|
40491
|
-
.k-treeview[dir="rtl"] .k-treeview-toggle {
|
|
40492
|
-
margin-left: 0;
|
|
40493
|
-
margin-right: -16px;
|
|
40508
|
+
padding-right: 24px;
|
|
40494
40509
|
}
|
|
40495
40510
|
|
|
40496
40511
|
.k-rtl .k-treeview .k-treeview-loading,
|
|
@@ -40547,6 +40562,11 @@ select.k-picker-lg {
|
|
|
40547
40562
|
padding-inline: 16px;
|
|
40548
40563
|
}
|
|
40549
40564
|
|
|
40565
|
+
.k-treeview-sm .k-checkbox-wrap {
|
|
40566
|
+
padding-block: 2px;
|
|
40567
|
+
padding-inline: 4px;
|
|
40568
|
+
}
|
|
40569
|
+
|
|
40550
40570
|
.k-treeview-md {
|
|
40551
40571
|
font-size: 14px;
|
|
40552
40572
|
line-height: 1.4285714286;
|
|
@@ -40557,6 +40577,11 @@ select.k-picker-lg {
|
|
|
40557
40577
|
padding-inline: 16px;
|
|
40558
40578
|
}
|
|
40559
40579
|
|
|
40580
|
+
.k-treeview-md .k-checkbox-wrap {
|
|
40581
|
+
padding-block: 2px;
|
|
40582
|
+
padding-inline: 4px;
|
|
40583
|
+
}
|
|
40584
|
+
|
|
40560
40585
|
.k-treeview-lg {
|
|
40561
40586
|
font-size: 16px;
|
|
40562
40587
|
line-height: 1.5;
|
|
@@ -40567,6 +40592,10 @@ select.k-picker-lg {
|
|
|
40567
40592
|
padding-inline: 16px;
|
|
40568
40593
|
}
|
|
40569
40594
|
|
|
40595
|
+
.k-treeview-lg .k-checkbox-wrap {
|
|
40596
|
+
padding-inline: 4px;
|
|
40597
|
+
}
|
|
40598
|
+
|
|
40570
40599
|
.k-treeview {
|
|
40571
40600
|
color: rgba(0, 0, 0, 0.87);
|
|
40572
40601
|
}
|
|
@@ -40606,21 +40635,16 @@ select.k-picker-lg {
|
|
|
40606
40635
|
color: #e51a5f;
|
|
40607
40636
|
}
|
|
40608
40637
|
|
|
40609
|
-
.k-popup-dropdowntree,
|
|
40610
|
-
.k-dropdowntree-popup,
|
|
40611
|
-
.k-multiselecttree-popup {
|
|
40612
|
-
padding:
|
|
40638
|
+
.k-popup-dropdowntree .k-treeview,
|
|
40639
|
+
.k-dropdowntree-popup .k-treeview,
|
|
40640
|
+
.k-multiselecttree-popup .k-treeview {
|
|
40641
|
+
padding-block: 4px;
|
|
40642
|
+
padding-inline: 4px;
|
|
40613
40643
|
}
|
|
40614
40644
|
|
|
40615
40645
|
.k-popup-dropdowntree .k-check-all,
|
|
40616
40646
|
.k-dropdowntree-popup .k-check-all,
|
|
40617
40647
|
.k-multiselecttree-popup .k-check-all {
|
|
40618
|
-
padding: 8px 8px 0;
|
|
40619
|
-
}
|
|
40620
|
-
|
|
40621
|
-
.k-popup-dropdowntree .k-treeview,
|
|
40622
|
-
.k-dropdowntree-popup .k-treeview,
|
|
40623
|
-
.k-multiselecttree-popup .k-treeview {
|
|
40624
40648
|
padding-block: 8px;
|
|
40625
40649
|
padding-inline: 8px;
|
|
40626
40650
|
}
|
|
@@ -45928,6 +45952,7 @@ kendo-card-footer {
|
|
|
45928
45952
|
.k-splitbar .k-collapse-prev,
|
|
45929
45953
|
.k-splitbar .k-collapse-next {
|
|
45930
45954
|
cursor: pointer;
|
|
45955
|
+
padding: 2px;
|
|
45931
45956
|
}
|
|
45932
45957
|
|
|
45933
45958
|
.k-splitbar-draggable-horizontal {
|
|
@@ -51011,6 +51036,12 @@ kendo-grid .k-grid-row-sticky .k-table-td {
|
|
|
51011
51036
|
margin-inline: .5em;
|
|
51012
51037
|
}
|
|
51013
51038
|
|
|
51039
|
+
.k-treelist-toggle {
|
|
51040
|
+
margin-block: -4px;
|
|
51041
|
+
padding: 4px;
|
|
51042
|
+
cursor: pointer;
|
|
51043
|
+
}
|
|
51044
|
+
|
|
51014
51045
|
.k-treelist tr.k-footer-template td {
|
|
51015
51046
|
border-width: 1px 0;
|
|
51016
51047
|
}
|
|
@@ -53635,6 +53666,7 @@ kendo-grid .k-grid-row-sticky .k-table-td {
|
|
|
53635
53666
|
.k-scheduler th,
|
|
53636
53667
|
.k-scheduler td,
|
|
53637
53668
|
.k-scheduler div,
|
|
53669
|
+
.k-scheduler .k-scheduler-edit-dialog,
|
|
53638
53670
|
.k-scheduler > * {
|
|
53639
53671
|
border-color: inherit;
|
|
53640
53672
|
}
|
package/dist/all.scss
CHANGED
|
@@ -15795,7 +15795,11 @@ $ki-rotate-map: (
|
|
|
15795
15795
|
}
|
|
15796
15796
|
|
|
15797
15797
|
.k-icon-action {
|
|
15798
|
+
display: inline-flex;
|
|
15798
15799
|
padding: $kendo-icon-padding;
|
|
15800
|
+
line-height: 1;
|
|
15801
|
+
align-items: center;
|
|
15802
|
+
vertical-align: middle;
|
|
15799
15803
|
cursor: pointer;
|
|
15800
15804
|
}
|
|
15801
15805
|
|
|
@@ -16344,7 +16348,7 @@ $kendo-list-lg-header-line-height: null !default;
|
|
|
16344
16348
|
|
|
16345
16349
|
/// The font weight of the List header.
|
|
16346
16350
|
/// @group list
|
|
16347
|
-
$kendo-list-header-font-weight:
|
|
16351
|
+
$kendo-list-header-font-weight: $kendo-font-weight-bold !default;
|
|
16348
16352
|
|
|
16349
16353
|
/// The horizontal padding of the List items, when no size is set.
|
|
16350
16354
|
/// @group list
|
|
@@ -16408,7 +16412,7 @@ $kendo-list-lg-group-item-line-height: null !default;
|
|
|
16408
16412
|
|
|
16409
16413
|
/// The font weight of a List group item.
|
|
16410
16414
|
/// @group list
|
|
16411
|
-
$kendo-list-group-item-font-weight:
|
|
16415
|
+
$kendo-list-group-item-font-weight: $kendo-font-weight-bold !default;
|
|
16412
16416
|
|
|
16413
16417
|
|
|
16414
16418
|
/// The map with the sizes of the List.
|
|
@@ -17245,6 +17249,7 @@ $kendo-checkbox-ripple-opacity: .2 !default;
|
|
|
17245
17249
|
}
|
|
17246
17250
|
}
|
|
17247
17251
|
.k-list-item-text,
|
|
17252
|
+
.k-list-header-text,
|
|
17248
17253
|
.k-list-optionlabel {
|
|
17249
17254
|
&::before {
|
|
17250
17255
|
content: "\200b";
|
|
@@ -20194,6 +20199,10 @@ $kendo-chip-list-sizes: (
|
|
|
20194
20199
|
padding-inline: $_padding-x;
|
|
20195
20200
|
font-size: $_font-size;
|
|
20196
20201
|
line-height: $_line-height;
|
|
20202
|
+
|
|
20203
|
+
.k-chip-action {
|
|
20204
|
+
padding: $_padding-y;
|
|
20205
|
+
}
|
|
20197
20206
|
}
|
|
20198
20207
|
|
|
20199
20208
|
.k-chip-avatar {
|
|
@@ -34108,7 +34117,7 @@ $kendo-treeview-md-line-height: k-math-div( 20, 14 ) !default;
|
|
|
34108
34117
|
$kendo-treeview-lg-line-height: 1.5 !default;
|
|
34109
34118
|
/// The indentation of child groups in the TreeView.
|
|
34110
34119
|
/// @group treeview
|
|
34111
|
-
$kendo-treeview-indent:
|
|
34120
|
+
$kendo-treeview-indent: 24px !default;
|
|
34112
34121
|
|
|
34113
34122
|
/// The horizontal padding of the TreeView items.
|
|
34114
34123
|
/// @group treeview
|
|
@@ -34141,6 +34150,25 @@ $kendo-treeview-item-border-width: 0px !default;
|
|
|
34141
34150
|
/// @group treeview
|
|
34142
34151
|
$kendo-treeview-item-border-radius: null !default;
|
|
34143
34152
|
|
|
34153
|
+
/// The horizontal padding of the checkbox in the small TreeView.
|
|
34154
|
+
/// @group treeview
|
|
34155
|
+
$kendo-treeview-sm-checkbox-padding-x: k-map-get( $kendo-spacing, 1 ) !default;
|
|
34156
|
+
/// The horizontal padding of the checkbox in the medium TreeView.
|
|
34157
|
+
/// @group treeview
|
|
34158
|
+
$kendo-treeview-md-checkbox-padding-x: $kendo-treeview-sm-checkbox-padding-x !default;
|
|
34159
|
+
/// The horizontal padding of the checkbox in the large TreeView.
|
|
34160
|
+
/// @group treeview
|
|
34161
|
+
$kendo-treeview-lg-checkbox-padding-x: $kendo-treeview-sm-checkbox-padding-x !default;
|
|
34162
|
+
/// The vertical padding of the checkbox in the small TreeView.
|
|
34163
|
+
/// @group treeview
|
|
34164
|
+
$kendo-treeview-sm-checkbox-padding-y: k-map-get( $kendo-spacing, .5 ) !default;
|
|
34165
|
+
/// The vertical padding of the checkbox in the medium TreeView.
|
|
34166
|
+
/// @group treeview
|
|
34167
|
+
$kendo-treeview-md-checkbox-padding-y: $kendo-treeview-sm-checkbox-padding-y !default;
|
|
34168
|
+
/// The vertical padding of the checkbox in the large TreeView.
|
|
34169
|
+
/// @group treeview
|
|
34170
|
+
$kendo-treeview-lg-checkbox-padding-y: null !default;
|
|
34171
|
+
|
|
34144
34172
|
|
|
34145
34173
|
/// The sizes map of the TreeView.
|
|
34146
34174
|
/// @group treeview
|
|
@@ -34149,19 +34177,25 @@ $kendo-treeview-sizes: (
|
|
|
34149
34177
|
font-size: $kendo-treeview-sm-font-size,
|
|
34150
34178
|
line-height: $kendo-treeview-sm-line-height,
|
|
34151
34179
|
item-padding-x: $kendo-treeview-sm-item-padding-x,
|
|
34152
|
-
item-padding-y: $kendo-treeview-sm-item-padding-y
|
|
34180
|
+
item-padding-y: $kendo-treeview-sm-item-padding-y,
|
|
34181
|
+
checkbox-padding-x: $kendo-treeview-sm-checkbox-padding-x,
|
|
34182
|
+
checkbox-padding-y: $kendo-treeview-sm-checkbox-padding-y
|
|
34153
34183
|
),
|
|
34154
34184
|
md: (
|
|
34155
34185
|
font-size: $kendo-treeview-md-font-size,
|
|
34156
34186
|
line-height: $kendo-treeview-md-line-height,
|
|
34157
34187
|
item-padding-x: $kendo-treeview-md-item-padding-x,
|
|
34158
|
-
item-padding-y: $kendo-treeview-md-item-padding-y
|
|
34188
|
+
item-padding-y: $kendo-treeview-md-item-padding-y,
|
|
34189
|
+
checkbox-padding-x: $kendo-treeview-md-checkbox-padding-x,
|
|
34190
|
+
checkbox-padding-y: $kendo-treeview-md-checkbox-padding-y
|
|
34159
34191
|
),
|
|
34160
34192
|
lg: (
|
|
34161
34193
|
font-size: $kendo-treeview-lg-font-size,
|
|
34162
34194
|
line-height: $kendo-treeview-lg-line-height,
|
|
34163
34195
|
item-padding-x: $kendo-treeview-lg-item-padding-x,
|
|
34164
|
-
item-padding-y: $kendo-treeview-lg-item-padding-y
|
|
34196
|
+
item-padding-y: $kendo-treeview-lg-item-padding-y,
|
|
34197
|
+
checkbox-padding-x: $kendo-treeview-lg-checkbox-padding-x,
|
|
34198
|
+
checkbox-padding-y: $kendo-treeview-lg-checkbox-padding-y
|
|
34165
34199
|
)
|
|
34166
34200
|
) !default;
|
|
34167
34201
|
|
|
@@ -34239,6 +34273,7 @@ $kendo-treeview-loadmore-focus-border: null !default;
|
|
|
34239
34273
|
/// @group treeview
|
|
34240
34274
|
$kendo-treeview-loadmore-focus-shadow: $kendo-treeview-item-focus-shadow !default;
|
|
34241
34275
|
|
|
34276
|
+
|
|
34242
34277
|
// #endregion
|
|
34243
34278
|
// #region @import "./_layout.scss"; -> scss/treeview/_layout.scss
|
|
34244
34279
|
// #region @import "@progress/kendo-theme-default/scss/treeview/_layout.scss"; -> node_modules/@progress/kendo-theme-default/scss/treeview/_layout.scss
|
|
@@ -34317,13 +34352,18 @@ $kendo-treeview-loadmore-focus-shadow: $kendo-treeview-item-focus-shadow !defaul
|
|
|
34317
34352
|
|
|
34318
34353
|
// Treeview toggle
|
|
34319
34354
|
.k-treeview-toggle {
|
|
34320
|
-
margin-
|
|
34355
|
+
margin-inline-start: -$kendo-treeview-indent;
|
|
34321
34356
|
flex: none;
|
|
34322
34357
|
display: inline-flex;
|
|
34323
34358
|
flex-flow: row nowrap;
|
|
34324
34359
|
align-items: center;
|
|
34325
34360
|
cursor: pointer;
|
|
34326
34361
|
}
|
|
34362
|
+
.k-treeview-toggle .k-icon,
|
|
34363
|
+
.k-treeview-toggle .k-svg-icon {
|
|
34364
|
+
padding: $kendo-icon-padding;
|
|
34365
|
+
box-sizing: content-box;
|
|
34366
|
+
}
|
|
34327
34367
|
|
|
34328
34368
|
|
|
34329
34369
|
// Loading icon
|
|
@@ -34335,8 +34375,6 @@ $kendo-treeview-loadmore-focus-shadow: $kendo-treeview-item-focus-shadow !defaul
|
|
|
34335
34375
|
// Checkbox
|
|
34336
34376
|
.k-treeview .k-checkbox-wrap,
|
|
34337
34377
|
.k-treeview .k-checkbox-wrapper {
|
|
34338
|
-
margin-left: $kendo-icon-spacing;
|
|
34339
|
-
margin-right: $kendo-icon-spacing;
|
|
34340
34378
|
align-self: center;
|
|
34341
34379
|
}
|
|
34342
34380
|
|
|
@@ -34392,12 +34430,6 @@ $kendo-treeview-loadmore-focus-shadow: $kendo-treeview-item-focus-shadow !defaul
|
|
|
34392
34430
|
padding-right: $kendo-treeview-indent;
|
|
34393
34431
|
}
|
|
34394
34432
|
|
|
34395
|
-
// Treeview toggle
|
|
34396
|
-
.k-treeview-toggle {
|
|
34397
|
-
margin-left: 0;
|
|
34398
|
-
margin-right: -$kendo-treeview-indent;
|
|
34399
|
-
}
|
|
34400
|
-
|
|
34401
34433
|
// Loading
|
|
34402
34434
|
.k-treeview-loading {
|
|
34403
34435
|
margin-right: 0;
|
|
@@ -34422,6 +34454,8 @@ $kendo-treeview-loadmore-focus-shadow: $kendo-treeview-item-focus-shadow !defaul
|
|
|
34422
34454
|
$_line-height: k-map-get( $size-props, line-height);
|
|
34423
34455
|
$_item-padding-x: k-map-get( $size-props, item-padding-x);
|
|
34424
34456
|
$_item-padding-y: k-map-get( $size-props, item-padding-y);
|
|
34457
|
+
$_checkbox-padding-x: k-map-get( $size-props, checkbox-padding-x );
|
|
34458
|
+
$_checkbox-padding-y: k-map-get( $size-props, checkbox-padding-y );
|
|
34425
34459
|
|
|
34426
34460
|
.k-treeview-#{$size} {
|
|
34427
34461
|
font-size: $_font-size;
|
|
@@ -34431,6 +34465,11 @@ $kendo-treeview-loadmore-focus-shadow: $kendo-treeview-item-focus-shadow !defaul
|
|
|
34431
34465
|
padding-block: $_item-padding-y;
|
|
34432
34466
|
padding-inline: $_item-padding-x;
|
|
34433
34467
|
}
|
|
34468
|
+
|
|
34469
|
+
.k-checkbox-wrap {
|
|
34470
|
+
padding-block: $_checkbox-padding-y;
|
|
34471
|
+
padding-inline: $_checkbox-padding-x;
|
|
34472
|
+
}
|
|
34434
34473
|
}
|
|
34435
34474
|
}
|
|
34436
34475
|
|
|
@@ -34637,13 +34676,12 @@ $kendo-dropdowntree-popup-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
|
|
|
34637
34676
|
.k-popup-dropdowntree, // remove legacy class once updated in components
|
|
34638
34677
|
.k-dropdowntree-popup,
|
|
34639
34678
|
.k-multiselecttree-popup {
|
|
34640
|
-
|
|
34641
|
-
|
|
34642
|
-
|
|
34643
|
-
padding: $kendo-dropdowntree-popup-padding-y $kendo-dropdowntree-popup-padding-x 0;
|
|
34679
|
+
.k-treeview {
|
|
34680
|
+
padding-block: k-math-div( $kendo-dropdowntree-popup-padding-y, 2 );
|
|
34681
|
+
padding-inline: k-math-div( $kendo-dropdowntree-popup-padding-x, 2 );
|
|
34644
34682
|
}
|
|
34645
34683
|
|
|
34646
|
-
.k-
|
|
34684
|
+
.k-check-all {
|
|
34647
34685
|
padding-block: $kendo-dropdowntree-popup-padding-y;
|
|
34648
34686
|
padding-inline: $kendo-dropdowntree-popup-padding-x;
|
|
34649
34687
|
}
|
|
@@ -43899,6 +43937,8 @@ $kendo-splitter-splitbar-size: k-map-get( $kendo-spacing, 3 ) !default;
|
|
|
43899
43937
|
$kendo-splitter-drag-handle-length: 20px !default;
|
|
43900
43938
|
$kendo-splitter-drag-handle-thickness: 2px !default;
|
|
43901
43939
|
$kendo-splitter-drag-icon-margin: 7px !default;
|
|
43940
|
+
$kendo-splitter-collapse-icon-padding-x: null !default;
|
|
43941
|
+
$kendo-splitter-collapse-icon-padding-y: k-map-get( $kendo-spacing, .5 ) !default;
|
|
43902
43942
|
|
|
43903
43943
|
$kendo-splitbar-bg: k-try-shade( $kendo-splitter-bg, 1 ) !default;
|
|
43904
43944
|
$kendo-splitbar-text: $kendo-subtle-text !default;
|
|
@@ -43970,6 +44010,7 @@ $kendo-splitbar-selected-text: $kendo-color-primary-contrast !default;
|
|
|
43970
44010
|
.k-collapse-prev,
|
|
43971
44011
|
.k-collapse-next {
|
|
43972
44012
|
cursor: pointer;
|
|
44013
|
+
padding: $kendo-splitter-collapse-icon-padding-y $kendo-splitter-collapse-icon-padding-x;
|
|
43973
44014
|
}
|
|
43974
44015
|
|
|
43975
44016
|
}
|
|
@@ -50975,6 +51016,12 @@ $kendo-treelist-footer-row-border-width: 1px !default;
|
|
|
50975
51016
|
margin-inline: .5em;
|
|
50976
51017
|
}
|
|
50977
51018
|
|
|
51019
|
+
.k-treelist-toggle {
|
|
51020
|
+
margin-block: -$kendo-icon-padding;
|
|
51021
|
+
padding: $kendo-icon-padding;
|
|
51022
|
+
cursor: pointer;
|
|
51023
|
+
}
|
|
51024
|
+
|
|
50978
51025
|
}
|
|
50979
51026
|
|
|
50980
51027
|
|
|
@@ -55246,6 +55293,7 @@ $kendo-scheduler-tooltip-callout-text: $kendo-scheduler-tooltip-bg !default;
|
|
|
55246
55293
|
th,
|
|
55247
55294
|
td,
|
|
55248
55295
|
div,
|
|
55296
|
+
.k-scheduler-edit-dialog,
|
|
55249
55297
|
> * {
|
|
55250
55298
|
border-color: inherit;
|
|
55251
55299
|
}
|