@progress/kendo-theme-bootstrap 7.2.1-dev.8 → 7.2.1
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 +8 -1
- package/dist/all.scss +5 -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/dist/all.css
CHANGED
|
@@ -27563,12 +27563,15 @@ kendo-sortable {
|
|
|
27563
27563
|
outline: none;
|
|
27564
27564
|
}
|
|
27565
27565
|
|
|
27566
|
+
.k-table-list .k-table-row {
|
|
27567
|
+
position: relative;
|
|
27568
|
+
}
|
|
27569
|
+
|
|
27566
27570
|
.k-table-list .k-table-row,
|
|
27567
27571
|
.k-table-list .k-table-group-row {
|
|
27568
27572
|
width: 100%;
|
|
27569
27573
|
box-sizing: border-box;
|
|
27570
27574
|
display: table-row;
|
|
27571
|
-
position: relative;
|
|
27572
27575
|
}
|
|
27573
27576
|
|
|
27574
27577
|
.k-table-list .k-table-row.k-first {
|
|
@@ -27580,6 +27583,10 @@ kendo-sortable {
|
|
|
27580
27583
|
vertical-align: middle;
|
|
27581
27584
|
}
|
|
27582
27585
|
|
|
27586
|
+
.k-table-list .k-table-group-row {
|
|
27587
|
+
position: sticky;
|
|
27588
|
+
}
|
|
27589
|
+
|
|
27583
27590
|
.k-table-list .k-table-group-row::before {
|
|
27584
27591
|
content: "\200b";
|
|
27585
27592
|
padding-inline: 0;
|
package/dist/all.scss
CHANGED
|
@@ -20087,12 +20087,15 @@ $kendo-table-selected-border: null !default;
|
|
|
20087
20087
|
list-style: none;
|
|
20088
20088
|
outline: none;
|
|
20089
20089
|
|
|
20090
|
+
.k-table-row {
|
|
20091
|
+
position: relative;
|
|
20092
|
+
}
|
|
20093
|
+
|
|
20090
20094
|
.k-table-row,
|
|
20091
20095
|
.k-table-group-row {
|
|
20092
20096
|
width: 100%;
|
|
20093
20097
|
box-sizing: border-box;
|
|
20094
20098
|
display: table-row;
|
|
20095
|
-
position: relative;
|
|
20096
20099
|
}
|
|
20097
20100
|
.k-table-row.k-first {
|
|
20098
20101
|
border-top: 1px solid currentColor;
|
|
@@ -20104,6 +20107,7 @@ $kendo-table-selected-border: null !default;
|
|
|
20104
20107
|
}
|
|
20105
20108
|
|
|
20106
20109
|
.k-table-group-row {
|
|
20110
|
+
position: sticky;
|
|
20107
20111
|
|
|
20108
20112
|
&::before {
|
|
20109
20113
|
content: "\200b";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-bootstrap",
|
|
3
3
|
"description": "Bootstrap theme for Kendo UI",
|
|
4
|
-
"version": "7.2.1
|
|
4
|
+
"version": "7.2.1",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -53,14 +53,14 @@
|
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
55
|
"@progress/kendo-svg-icons": "2.1.0",
|
|
56
|
-
"@progress/kendo-theme-core": "7.2.1
|
|
57
|
-
"@progress/kendo-theme-default": "7.2.1
|
|
58
|
-
"@progress/kendo-theme-utils": "7.2.1
|
|
56
|
+
"@progress/kendo-theme-core": "7.2.1",
|
|
57
|
+
"@progress/kendo-theme-default": "7.2.1",
|
|
58
|
+
"@progress/kendo-theme-utils": "7.2.1",
|
|
59
59
|
"bootstrap": "5.2.1"
|
|
60
60
|
},
|
|
61
61
|
"directories": {
|
|
62
62
|
"doc": "docs",
|
|
63
63
|
"lib": "lib"
|
|
64
64
|
},
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "d84d6dd15dc96b01d20ce0a202650d237e5c200c"
|
|
66
66
|
}
|