@progress/kendo-theme-bootstrap 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 +54 -25
- 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/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/list/_variables.scss +2 -2
- package/scss/splitter/_variables.scss +2 -0
- package/scss/treeview/_variables.scss +30 -4
package/dist/meta/variables.json
CHANGED
|
@@ -4748,8 +4748,8 @@
|
|
|
4748
4748
|
"value": "null"
|
|
4749
4749
|
},
|
|
4750
4750
|
"kendo-list-header-font-weight": {
|
|
4751
|
-
"type": "
|
|
4752
|
-
"value": "
|
|
4751
|
+
"type": "Number",
|
|
4752
|
+
"value": "700"
|
|
4753
4753
|
},
|
|
4754
4754
|
"kendo-list-item-padding-x": {
|
|
4755
4755
|
"type": "Null",
|
|
@@ -4884,8 +4884,8 @@
|
|
|
4884
4884
|
"value": "null"
|
|
4885
4885
|
},
|
|
4886
4886
|
"kendo-list-group-item-font-weight": {
|
|
4887
|
-
"type": "
|
|
4888
|
-
"value": "
|
|
4887
|
+
"type": "Number",
|
|
4888
|
+
"value": "700"
|
|
4889
4889
|
},
|
|
4890
4890
|
"kendo-list-sizes": {
|
|
4891
4891
|
"type": "Map",
|
|
@@ -9149,7 +9149,7 @@
|
|
|
9149
9149
|
},
|
|
9150
9150
|
"kendo-treeview-indent": {
|
|
9151
9151
|
"type": "Number",
|
|
9152
|
-
"value": "
|
|
9152
|
+
"value": "24px"
|
|
9153
9153
|
},
|
|
9154
9154
|
"kendo-treeview-item-padding-x": {
|
|
9155
9155
|
"type": "Number",
|
|
@@ -9191,9 +9191,33 @@
|
|
|
9191
9191
|
"type": "Number",
|
|
9192
9192
|
"value": "0.25rem"
|
|
9193
9193
|
},
|
|
9194
|
+
"kendo-treeview-sm-checkbox-padding-x": {
|
|
9195
|
+
"type": "Number",
|
|
9196
|
+
"value": "0.25rem"
|
|
9197
|
+
},
|
|
9198
|
+
"kendo-treeview-md-checkbox-padding-x": {
|
|
9199
|
+
"type": "Number",
|
|
9200
|
+
"value": "0.25rem"
|
|
9201
|
+
},
|
|
9202
|
+
"kendo-treeview-lg-checkbox-padding-x": {
|
|
9203
|
+
"type": "Number",
|
|
9204
|
+
"value": "0.25rem"
|
|
9205
|
+
},
|
|
9206
|
+
"kendo-treeview-sm-checkbox-padding-y": {
|
|
9207
|
+
"type": "Number",
|
|
9208
|
+
"value": "0.125rem"
|
|
9209
|
+
},
|
|
9210
|
+
"kendo-treeview-md-checkbox-padding-y": {
|
|
9211
|
+
"type": "Null",
|
|
9212
|
+
"value": "null"
|
|
9213
|
+
},
|
|
9214
|
+
"kendo-treeview-lg-checkbox-padding-y": {
|
|
9215
|
+
"type": "Null",
|
|
9216
|
+
"value": "null"
|
|
9217
|
+
},
|
|
9194
9218
|
"kendo-treeview-sizes": {
|
|
9195
9219
|
"type": "Map",
|
|
9196
|
-
"value": "(sm: (font-size: 0.875rem, line-height: 1.4285714286, item-padding-x: 0.5rem, item-padding-y: 0.25rem), md: (font-size: 1rem, line-height: 1.5, item-padding-x: 0.75rem, item-padding-y: 0.25rem), lg: (font-size: 1rem, line-height: 1.5, item-padding-x: 0.75rem, item-padding-y: 0.5rem))"
|
|
9220
|
+
"value": "(sm: (font-size: 0.875rem, line-height: 1.4285714286, item-padding-x: 0.5rem, item-padding-y: 0.25rem, checkbox-padding-x: 0.25rem, checkbox-padding-y: 0.125rem), md: (font-size: 1rem, line-height: 1.5, item-padding-x: 0.75rem, item-padding-y: 0.25rem, checkbox-padding-x: 0.25rem, checkbox-padding-y: null), lg: (font-size: 1rem, line-height: 1.5, item-padding-x: 0.75rem, item-padding-y: 0.5rem, checkbox-padding-x: 0.25rem, checkbox-padding-y: null))"
|
|
9197
9221
|
},
|
|
9198
9222
|
"kendo-treeview-bg": {
|
|
9199
9223
|
"type": "Null",
|
|
@@ -12223,6 +12247,14 @@
|
|
|
12223
12247
|
"type": "Number",
|
|
12224
12248
|
"value": "7px"
|
|
12225
12249
|
},
|
|
12250
|
+
"kendo-splitter-collapse-icon-padding-x": {
|
|
12251
|
+
"type": "Null",
|
|
12252
|
+
"value": "null"
|
|
12253
|
+
},
|
|
12254
|
+
"kendo-splitter-collapse-icon-padding-y": {
|
|
12255
|
+
"type": "Number",
|
|
12256
|
+
"value": "0.125rem"
|
|
12257
|
+
},
|
|
12226
12258
|
"kendo-splitbar-bg": {
|
|
12227
12259
|
"type": "Color",
|
|
12228
12260
|
"value": "#f8f9fa"
|
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": "6.
|
|
4
|
+
"version": "6.5.0-dev.0",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -51,10 +51,10 @@
|
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
53
|
"@progress/kendo-font-icons": "1.5.0",
|
|
54
|
-
"@progress/kendo-theme-core": "6.
|
|
55
|
-
"@progress/kendo-theme-default": "6.
|
|
56
|
-
"@progress/kendo-theme-utils": "6.
|
|
54
|
+
"@progress/kendo-theme-core": "6.5.0-dev.0",
|
|
55
|
+
"@progress/kendo-theme-default": "6.5.0-dev.0",
|
|
56
|
+
"@progress/kendo-theme-utils": "6.5.0-dev.0",
|
|
57
57
|
"bootstrap": "5.2.1"
|
|
58
58
|
},
|
|
59
|
-
"gitHead": "
|
|
59
|
+
"gitHead": "b5525f1c4c71eb78873e1fb170ae20cd50a8468d"
|
|
60
60
|
}
|
|
@@ -52,7 +52,7 @@ $kendo-list-lg-header-line-height: null !default;
|
|
|
52
52
|
|
|
53
53
|
/// The font weight of the List header.
|
|
54
54
|
/// @group list
|
|
55
|
-
$kendo-list-header-font-weight: bold !default;
|
|
55
|
+
$kendo-list-header-font-weight: $kendo-font-weight-bold !default;
|
|
56
56
|
|
|
57
57
|
/// The horizontal padding of the List items, when no size is set.
|
|
58
58
|
/// @group list
|
|
@@ -116,7 +116,7 @@ $kendo-list-lg-group-item-line-height: null !default;
|
|
|
116
116
|
|
|
117
117
|
/// The font weight of a List group item.
|
|
118
118
|
/// @group list
|
|
119
|
-
$kendo-list-group-item-font-weight: bold !default;
|
|
119
|
+
$kendo-list-group-item-font-weight: $kendo-font-weight-bold !default;
|
|
120
120
|
|
|
121
121
|
|
|
122
122
|
/// The map with the sizes of the List.
|
|
@@ -12,6 +12,8 @@ $kendo-splitter-splitbar-size: k-map-get( $kendo-spacing, 3 ) !default;
|
|
|
12
12
|
$kendo-splitter-drag-handle-length: 20px !default;
|
|
13
13
|
$kendo-splitter-drag-handle-thickness: 2px !default;
|
|
14
14
|
$kendo-splitter-drag-icon-margin: 7px !default;
|
|
15
|
+
$kendo-splitter-collapse-icon-padding-x: null !default;
|
|
16
|
+
$kendo-splitter-collapse-icon-padding-y: k-map-get( $kendo-spacing, .5 ) !default;
|
|
15
17
|
|
|
16
18
|
$kendo-splitbar-bg: $kendo-base-bg !default;
|
|
17
19
|
$kendo-splitbar-text: $kendo-base-text !default;
|
|
@@ -30,7 +30,7 @@ $kendo-treeview-lg-line-height: $kendo-line-height-md !default;
|
|
|
30
30
|
|
|
31
31
|
/// The indentation of child groups in the TreeView.
|
|
32
32
|
/// @group treeview
|
|
33
|
-
$kendo-treeview-indent:
|
|
33
|
+
$kendo-treeview-indent: 24px !default;
|
|
34
34
|
|
|
35
35
|
/// The horizontal padding of the TreeView items.
|
|
36
36
|
/// @group treeview
|
|
@@ -63,6 +63,25 @@ $kendo-treeview-item-border-width: 0px !default;
|
|
|
63
63
|
/// @group treeview
|
|
64
64
|
$kendo-treeview-item-border-radius: k-map-get( $kendo-spacing, 1 ) !default;
|
|
65
65
|
|
|
66
|
+
/// The horizontal padding of the checkbox in the small TreeView.
|
|
67
|
+
/// @group treeview
|
|
68
|
+
$kendo-treeview-sm-checkbox-padding-x: k-map-get( $kendo-spacing, 1 ) !default;
|
|
69
|
+
/// The horizontal padding of the checkbox in the medium TreeView.
|
|
70
|
+
/// @group treeview
|
|
71
|
+
$kendo-treeview-md-checkbox-padding-x: $kendo-treeview-sm-checkbox-padding-x !default;
|
|
72
|
+
/// The horizontal padding of the checkbox in the large TreeView.
|
|
73
|
+
/// @group treeview
|
|
74
|
+
$kendo-treeview-lg-checkbox-padding-x: $kendo-treeview-sm-checkbox-padding-x !default;
|
|
75
|
+
/// The vertical padding of the checkbox in the small TreeView.
|
|
76
|
+
/// @group treeview
|
|
77
|
+
$kendo-treeview-sm-checkbox-padding-y: k-map-get( $kendo-spacing, .5 ) !default;
|
|
78
|
+
/// The vertical padding of the checkbox in the medium TreeView.
|
|
79
|
+
/// @group treeview
|
|
80
|
+
$kendo-treeview-md-checkbox-padding-y: null !default;
|
|
81
|
+
/// The vertical padding of the checkbox in the large TreeView.
|
|
82
|
+
/// @group treeview
|
|
83
|
+
$kendo-treeview-lg-checkbox-padding-y: null !default;
|
|
84
|
+
|
|
66
85
|
|
|
67
86
|
/// The sizes map of the TreeView.
|
|
68
87
|
/// @group treeview
|
|
@@ -71,19 +90,25 @@ $kendo-treeview-sizes: (
|
|
|
71
90
|
font-size: $kendo-treeview-sm-font-size,
|
|
72
91
|
line-height: $kendo-treeview-sm-line-height,
|
|
73
92
|
item-padding-x: $kendo-treeview-sm-item-padding-x,
|
|
74
|
-
item-padding-y: $kendo-treeview-sm-item-padding-y
|
|
93
|
+
item-padding-y: $kendo-treeview-sm-item-padding-y,
|
|
94
|
+
checkbox-padding-x: $kendo-treeview-sm-checkbox-padding-x,
|
|
95
|
+
checkbox-padding-y: $kendo-treeview-sm-checkbox-padding-y
|
|
75
96
|
),
|
|
76
97
|
md: (
|
|
77
98
|
font-size: $kendo-treeview-md-font-size,
|
|
78
99
|
line-height: $kendo-treeview-md-line-height,
|
|
79
100
|
item-padding-x: $kendo-treeview-md-item-padding-x,
|
|
80
|
-
item-padding-y: $kendo-treeview-md-item-padding-y
|
|
101
|
+
item-padding-y: $kendo-treeview-md-item-padding-y,
|
|
102
|
+
checkbox-padding-x: $kendo-treeview-md-checkbox-padding-x,
|
|
103
|
+
checkbox-padding-y: $kendo-treeview-md-checkbox-padding-y
|
|
81
104
|
),
|
|
82
105
|
lg: (
|
|
83
106
|
font-size: $kendo-treeview-lg-font-size,
|
|
84
107
|
line-height: $kendo-treeview-lg-line-height,
|
|
85
108
|
item-padding-x: $kendo-treeview-lg-item-padding-x,
|
|
86
|
-
item-padding-y: $kendo-treeview-lg-item-padding-y
|
|
109
|
+
item-padding-y: $kendo-treeview-lg-item-padding-y,
|
|
110
|
+
checkbox-padding-x: $kendo-treeview-lg-checkbox-padding-x,
|
|
111
|
+
checkbox-padding-y: $kendo-treeview-lg-checkbox-padding-y
|
|
87
112
|
)
|
|
88
113
|
) !default;
|
|
89
114
|
|
|
@@ -160,3 +185,4 @@ $kendo-treeview-loadmore-focus-border: null !default;
|
|
|
160
185
|
/// The box shadow of the focused Load More button in the TreeView.
|
|
161
186
|
/// @group treeview
|
|
162
187
|
$kendo-treeview-loadmore-focus-shadow: $kendo-treeview-item-focus-shadow !default;
|
|
188
|
+
|