@progress/kendo-theme-bootstrap 6.2.1-dev.151 → 6.2.1-dev.170
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 +80 -7
- package/dist/all.scss +146 -19
- package/dist/meta/sassdoc-data.json +672 -240
- package/dist/meta/sassdoc-raw-data.json +285 -85
- package/dist/meta/variables.json +62 -2
- 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/grid/_index.scss +2 -0
- package/scss/grid/_theme.scss +20 -4
- package/scss/grid/_variables.scss +41 -3
|
@@ -6039,8 +6039,8 @@
|
|
|
6039
6039
|
{
|
|
6040
6040
|
"description": "Background color of the grid component\n",
|
|
6041
6041
|
"commentRange": {
|
|
6042
|
-
"start":
|
|
6043
|
-
"end":
|
|
6042
|
+
"start": 139,
|
|
6043
|
+
"end": 140
|
|
6044
6044
|
},
|
|
6045
6045
|
"context": {
|
|
6046
6046
|
"type": "variable",
|
|
@@ -6048,8 +6048,8 @@
|
|
|
6048
6048
|
"value": "$kendo-table-bg",
|
|
6049
6049
|
"scope": "default",
|
|
6050
6050
|
"line": {
|
|
6051
|
-
"start":
|
|
6052
|
-
"end":
|
|
6051
|
+
"start": 141,
|
|
6052
|
+
"end": 141
|
|
6053
6053
|
}
|
|
6054
6054
|
},
|
|
6055
6055
|
"group": [
|
|
@@ -6064,8 +6064,8 @@
|
|
|
6064
6064
|
{
|
|
6065
6065
|
"description": "Text color of the grid component\n",
|
|
6066
6066
|
"commentRange": {
|
|
6067
|
-
"start":
|
|
6068
|
-
"end":
|
|
6067
|
+
"start": 142,
|
|
6068
|
+
"end": 143
|
|
6069
6069
|
},
|
|
6070
6070
|
"context": {
|
|
6071
6071
|
"type": "variable",
|
|
@@ -6073,8 +6073,8 @@
|
|
|
6073
6073
|
"value": "$kendo-table-text",
|
|
6074
6074
|
"scope": "default",
|
|
6075
6075
|
"line": {
|
|
6076
|
-
"start":
|
|
6077
|
-
"end":
|
|
6076
|
+
"start": 144,
|
|
6077
|
+
"end": 144
|
|
6078
6078
|
}
|
|
6079
6079
|
},
|
|
6080
6080
|
"group": [
|
|
@@ -6089,8 +6089,8 @@
|
|
|
6089
6089
|
{
|
|
6090
6090
|
"description": "Border color of the grid component\n",
|
|
6091
6091
|
"commentRange": {
|
|
6092
|
-
"start":
|
|
6093
|
-
"end":
|
|
6092
|
+
"start": 145,
|
|
6093
|
+
"end": 146
|
|
6094
6094
|
},
|
|
6095
6095
|
"context": {
|
|
6096
6096
|
"type": "variable",
|
|
@@ -6098,8 +6098,8 @@
|
|
|
6098
6098
|
"value": "$kendo-table-border",
|
|
6099
6099
|
"scope": "default",
|
|
6100
6100
|
"line": {
|
|
6101
|
-
"start":
|
|
6102
|
-
"end":
|
|
6101
|
+
"start": 147,
|
|
6102
|
+
"end": 147
|
|
6103
6103
|
}
|
|
6104
6104
|
},
|
|
6105
6105
|
"group": [
|
|
@@ -6114,8 +6114,8 @@
|
|
|
6114
6114
|
{
|
|
6115
6115
|
"description": "Background color of grid header\n",
|
|
6116
6116
|
"commentRange": {
|
|
6117
|
-
"start":
|
|
6118
|
-
"end":
|
|
6117
|
+
"start": 149,
|
|
6118
|
+
"end": 150
|
|
6119
6119
|
},
|
|
6120
6120
|
"context": {
|
|
6121
6121
|
"type": "variable",
|
|
@@ -6123,8 +6123,8 @@
|
|
|
6123
6123
|
"value": "$kendo-table-header-bg",
|
|
6124
6124
|
"scope": "default",
|
|
6125
6125
|
"line": {
|
|
6126
|
-
"start":
|
|
6127
|
-
"end":
|
|
6126
|
+
"start": 151,
|
|
6127
|
+
"end": 151
|
|
6128
6128
|
}
|
|
6129
6129
|
},
|
|
6130
6130
|
"group": [
|
|
@@ -6139,8 +6139,8 @@
|
|
|
6139
6139
|
{
|
|
6140
6140
|
"description": "Text color of grid header\n",
|
|
6141
6141
|
"commentRange": {
|
|
6142
|
-
"start":
|
|
6143
|
-
"end":
|
|
6142
|
+
"start": 152,
|
|
6143
|
+
"end": 153
|
|
6144
6144
|
},
|
|
6145
6145
|
"context": {
|
|
6146
6146
|
"type": "variable",
|
|
@@ -6148,8 +6148,8 @@
|
|
|
6148
6148
|
"value": "$kendo-table-header-text",
|
|
6149
6149
|
"scope": "default",
|
|
6150
6150
|
"line": {
|
|
6151
|
-
"start":
|
|
6152
|
-
"end":
|
|
6151
|
+
"start": 154,
|
|
6152
|
+
"end": 154
|
|
6153
6153
|
}
|
|
6154
6154
|
},
|
|
6155
6155
|
"group": [
|
|
@@ -6164,8 +6164,8 @@
|
|
|
6164
6164
|
{
|
|
6165
6165
|
"description": "Border color of grid header\n",
|
|
6166
6166
|
"commentRange": {
|
|
6167
|
-
"start":
|
|
6168
|
-
"end":
|
|
6167
|
+
"start": 155,
|
|
6168
|
+
"end": 156
|
|
6169
6169
|
},
|
|
6170
6170
|
"context": {
|
|
6171
6171
|
"type": "variable",
|
|
@@ -6173,8 +6173,8 @@
|
|
|
6173
6173
|
"value": "$kendo-table-header-border",
|
|
6174
6174
|
"scope": "default",
|
|
6175
6175
|
"line": {
|
|
6176
|
-
"start":
|
|
6177
|
-
"end":
|
|
6176
|
+
"start": 157,
|
|
6177
|
+
"end": 157
|
|
6178
6178
|
}
|
|
6179
6179
|
},
|
|
6180
6180
|
"group": [
|
|
@@ -6189,8 +6189,8 @@
|
|
|
6189
6189
|
{
|
|
6190
6190
|
"description": "Background gradient of grid header\n",
|
|
6191
6191
|
"commentRange": {
|
|
6192
|
-
"start":
|
|
6193
|
-
"end":
|
|
6192
|
+
"start": 158,
|
|
6193
|
+
"end": 159
|
|
6194
6194
|
},
|
|
6195
6195
|
"context": {
|
|
6196
6196
|
"type": "variable",
|
|
@@ -6198,8 +6198,8 @@
|
|
|
6198
6198
|
"value": "$kendo-table-header-gradient",
|
|
6199
6199
|
"scope": "default",
|
|
6200
6200
|
"line": {
|
|
6201
|
-
"start":
|
|
6202
|
-
"end":
|
|
6201
|
+
"start": 160,
|
|
6202
|
+
"end": 160
|
|
6203
6203
|
}
|
|
6204
6204
|
},
|
|
6205
6205
|
"group": [
|
|
@@ -6214,8 +6214,8 @@
|
|
|
6214
6214
|
{
|
|
6215
6215
|
"description": "Background color of grid footer\n",
|
|
6216
6216
|
"commentRange": {
|
|
6217
|
-
"start":
|
|
6218
|
-
"end":
|
|
6217
|
+
"start": 162,
|
|
6218
|
+
"end": 163
|
|
6219
6219
|
},
|
|
6220
6220
|
"context": {
|
|
6221
6221
|
"type": "variable",
|
|
@@ -6223,8 +6223,8 @@
|
|
|
6223
6223
|
"value": "$kendo-table-footer-bg",
|
|
6224
6224
|
"scope": "default",
|
|
6225
6225
|
"line": {
|
|
6226
|
-
"start":
|
|
6227
|
-
"end":
|
|
6226
|
+
"start": 164,
|
|
6227
|
+
"end": 164
|
|
6228
6228
|
}
|
|
6229
6229
|
},
|
|
6230
6230
|
"group": [
|
|
@@ -6239,8 +6239,8 @@
|
|
|
6239
6239
|
{
|
|
6240
6240
|
"description": "Text color of grid footer\n",
|
|
6241
6241
|
"commentRange": {
|
|
6242
|
-
"start":
|
|
6243
|
-
"end":
|
|
6242
|
+
"start": 165,
|
|
6243
|
+
"end": 166
|
|
6244
6244
|
},
|
|
6245
6245
|
"context": {
|
|
6246
6246
|
"type": "variable",
|
|
@@ -6248,8 +6248,8 @@
|
|
|
6248
6248
|
"value": "$kendo-table-footer-text",
|
|
6249
6249
|
"scope": "default",
|
|
6250
6250
|
"line": {
|
|
6251
|
-
"start":
|
|
6252
|
-
"end":
|
|
6251
|
+
"start": 167,
|
|
6252
|
+
"end": 167
|
|
6253
6253
|
}
|
|
6254
6254
|
},
|
|
6255
6255
|
"group": [
|
|
@@ -6264,8 +6264,8 @@
|
|
|
6264
6264
|
{
|
|
6265
6265
|
"description": "Border color of grid footer\n",
|
|
6266
6266
|
"commentRange": {
|
|
6267
|
-
"start":
|
|
6268
|
-
"end":
|
|
6267
|
+
"start": 168,
|
|
6268
|
+
"end": 169
|
|
6269
6269
|
},
|
|
6270
6270
|
"context": {
|
|
6271
6271
|
"type": "variable",
|
|
@@ -6273,8 +6273,8 @@
|
|
|
6273
6273
|
"value": "$kendo-table-footer-border",
|
|
6274
6274
|
"scope": "default",
|
|
6275
6275
|
"line": {
|
|
6276
|
-
"start":
|
|
6277
|
-
"end":
|
|
6276
|
+
"start": 170,
|
|
6277
|
+
"end": 170
|
|
6278
6278
|
}
|
|
6279
6279
|
},
|
|
6280
6280
|
"group": [
|
|
@@ -6289,8 +6289,8 @@
|
|
|
6289
6289
|
{
|
|
6290
6290
|
"description": "Background color of alternating rows in grid\n",
|
|
6291
6291
|
"commentRange": {
|
|
6292
|
-
"start":
|
|
6293
|
-
"end":
|
|
6292
|
+
"start": 172,
|
|
6293
|
+
"end": 173
|
|
6294
6294
|
},
|
|
6295
6295
|
"context": {
|
|
6296
6296
|
"type": "variable",
|
|
@@ -6298,8 +6298,8 @@
|
|
|
6298
6298
|
"value": "$kendo-table-alt-row-bg",
|
|
6299
6299
|
"scope": "default",
|
|
6300
6300
|
"line": {
|
|
6301
|
-
"start":
|
|
6302
|
-
"end":
|
|
6301
|
+
"start": 174,
|
|
6302
|
+
"end": 174
|
|
6303
6303
|
}
|
|
6304
6304
|
},
|
|
6305
6305
|
"group": [
|
|
@@ -6314,8 +6314,8 @@
|
|
|
6314
6314
|
{
|
|
6315
6315
|
"description": "Text color of alternating rows in grid\n",
|
|
6316
6316
|
"commentRange": {
|
|
6317
|
-
"start":
|
|
6318
|
-
"end":
|
|
6317
|
+
"start": 175,
|
|
6318
|
+
"end": 176
|
|
6319
6319
|
},
|
|
6320
6320
|
"context": {
|
|
6321
6321
|
"type": "variable",
|
|
@@ -6323,8 +6323,8 @@
|
|
|
6323
6323
|
"value": "$kendo-table-alt-row-text",
|
|
6324
6324
|
"scope": "default",
|
|
6325
6325
|
"line": {
|
|
6326
|
-
"start":
|
|
6327
|
-
"end":
|
|
6326
|
+
"start": 177,
|
|
6327
|
+
"end": 177
|
|
6328
6328
|
}
|
|
6329
6329
|
},
|
|
6330
6330
|
"group": [
|
|
@@ -6339,8 +6339,8 @@
|
|
|
6339
6339
|
{
|
|
6340
6340
|
"description": "Border color of alternating rows in grid\n",
|
|
6341
6341
|
"commentRange": {
|
|
6342
|
-
"start":
|
|
6343
|
-
"end":
|
|
6342
|
+
"start": 178,
|
|
6343
|
+
"end": 179
|
|
6344
6344
|
},
|
|
6345
6345
|
"context": {
|
|
6346
6346
|
"type": "variable",
|
|
@@ -6348,8 +6348,8 @@
|
|
|
6348
6348
|
"value": "$kendo-table-alt-row-border",
|
|
6349
6349
|
"scope": "default",
|
|
6350
6350
|
"line": {
|
|
6351
|
-
"start":
|
|
6352
|
-
"end":
|
|
6351
|
+
"start": 180,
|
|
6352
|
+
"end": 180
|
|
6353
6353
|
}
|
|
6354
6354
|
},
|
|
6355
6355
|
"group": [
|
|
@@ -6364,8 +6364,8 @@
|
|
|
6364
6364
|
{
|
|
6365
6365
|
"description": "Background color of hovered rows in grid\n",
|
|
6366
6366
|
"commentRange": {
|
|
6367
|
-
"start":
|
|
6368
|
-
"end":
|
|
6367
|
+
"start": 182,
|
|
6368
|
+
"end": 183
|
|
6369
6369
|
},
|
|
6370
6370
|
"context": {
|
|
6371
6371
|
"type": "variable",
|
|
@@ -6373,8 +6373,8 @@
|
|
|
6373
6373
|
"value": "$kendo-table-hover-bg",
|
|
6374
6374
|
"scope": "default",
|
|
6375
6375
|
"line": {
|
|
6376
|
-
"start":
|
|
6377
|
-
"end":
|
|
6376
|
+
"start": 184,
|
|
6377
|
+
"end": 184
|
|
6378
6378
|
}
|
|
6379
6379
|
},
|
|
6380
6380
|
"group": [
|
|
@@ -6389,8 +6389,8 @@
|
|
|
6389
6389
|
{
|
|
6390
6390
|
"description": "Text color of hovered rows in grid\n",
|
|
6391
6391
|
"commentRange": {
|
|
6392
|
-
"start":
|
|
6393
|
-
"end":
|
|
6392
|
+
"start": 185,
|
|
6393
|
+
"end": 186
|
|
6394
6394
|
},
|
|
6395
6395
|
"context": {
|
|
6396
6396
|
"type": "variable",
|
|
@@ -6398,8 +6398,8 @@
|
|
|
6398
6398
|
"value": "$kendo-table-hover-text",
|
|
6399
6399
|
"scope": "default",
|
|
6400
6400
|
"line": {
|
|
6401
|
-
"start":
|
|
6402
|
-
"end":
|
|
6401
|
+
"start": 187,
|
|
6402
|
+
"end": 187
|
|
6403
6403
|
}
|
|
6404
6404
|
},
|
|
6405
6405
|
"group": [
|
|
@@ -6414,8 +6414,8 @@
|
|
|
6414
6414
|
{
|
|
6415
6415
|
"description": "Border color of hovered rows in grid\n",
|
|
6416
6416
|
"commentRange": {
|
|
6417
|
-
"start":
|
|
6418
|
-
"end":
|
|
6417
|
+
"start": 188,
|
|
6418
|
+
"end": 189
|
|
6419
6419
|
},
|
|
6420
6420
|
"context": {
|
|
6421
6421
|
"type": "variable",
|
|
@@ -6423,8 +6423,8 @@
|
|
|
6423
6423
|
"value": "$kendo-table-hover-border",
|
|
6424
6424
|
"scope": "default",
|
|
6425
6425
|
"line": {
|
|
6426
|
-
"start":
|
|
6427
|
-
"end":
|
|
6426
|
+
"start": 190,
|
|
6427
|
+
"end": 190
|
|
6428
6428
|
}
|
|
6429
6429
|
},
|
|
6430
6430
|
"group": [
|
|
@@ -6439,8 +6439,8 @@
|
|
|
6439
6439
|
{
|
|
6440
6440
|
"description": "Background color of selected rows in grid\n",
|
|
6441
6441
|
"commentRange": {
|
|
6442
|
-
"start":
|
|
6443
|
-
"end":
|
|
6442
|
+
"start": 192,
|
|
6443
|
+
"end": 193
|
|
6444
6444
|
},
|
|
6445
6445
|
"context": {
|
|
6446
6446
|
"type": "variable",
|
|
@@ -6448,8 +6448,8 @@
|
|
|
6448
6448
|
"value": "$kendo-table-selected-bg",
|
|
6449
6449
|
"scope": "default",
|
|
6450
6450
|
"line": {
|
|
6451
|
-
"start":
|
|
6452
|
-
"end":
|
|
6451
|
+
"start": 194,
|
|
6452
|
+
"end": 194
|
|
6453
6453
|
}
|
|
6454
6454
|
},
|
|
6455
6455
|
"group": [
|
|
@@ -6464,8 +6464,8 @@
|
|
|
6464
6464
|
{
|
|
6465
6465
|
"description": "Text color of selected rows in grid\n",
|
|
6466
6466
|
"commentRange": {
|
|
6467
|
-
"start":
|
|
6468
|
-
"end":
|
|
6467
|
+
"start": 195,
|
|
6468
|
+
"end": 196
|
|
6469
6469
|
},
|
|
6470
6470
|
"context": {
|
|
6471
6471
|
"type": "variable",
|
|
@@ -6473,8 +6473,8 @@
|
|
|
6473
6473
|
"value": "$kendo-table-selected-text",
|
|
6474
6474
|
"scope": "default",
|
|
6475
6475
|
"line": {
|
|
6476
|
-
"start":
|
|
6477
|
-
"end":
|
|
6476
|
+
"start": 197,
|
|
6477
|
+
"end": 197
|
|
6478
6478
|
}
|
|
6479
6479
|
},
|
|
6480
6480
|
"group": [
|
|
@@ -6489,8 +6489,8 @@
|
|
|
6489
6489
|
{
|
|
6490
6490
|
"description": "Border color of selected rows in grid\n",
|
|
6491
6491
|
"commentRange": {
|
|
6492
|
-
"start":
|
|
6493
|
-
"end":
|
|
6492
|
+
"start": 198,
|
|
6493
|
+
"end": 199
|
|
6494
6494
|
},
|
|
6495
6495
|
"context": {
|
|
6496
6496
|
"type": "variable",
|
|
@@ -6498,8 +6498,183 @@
|
|
|
6498
6498
|
"value": "$kendo-table-selected-border",
|
|
6499
6499
|
"scope": "default",
|
|
6500
6500
|
"line": {
|
|
6501
|
-
"start":
|
|
6502
|
-
"end":
|
|
6501
|
+
"start": 200,
|
|
6502
|
+
"end": 200
|
|
6503
|
+
}
|
|
6504
|
+
},
|
|
6505
|
+
"group": [
|
|
6506
|
+
"grid"
|
|
6507
|
+
],
|
|
6508
|
+
"access": "public",
|
|
6509
|
+
"file": {
|
|
6510
|
+
"path": "grid/_variables.scss",
|
|
6511
|
+
"name": "_variables.scss"
|
|
6512
|
+
}
|
|
6513
|
+
},
|
|
6514
|
+
{
|
|
6515
|
+
"description": "Background color of the selection aggregates container\n",
|
|
6516
|
+
"commentRange": {
|
|
6517
|
+
"start": 202,
|
|
6518
|
+
"end": 203
|
|
6519
|
+
},
|
|
6520
|
+
"context": {
|
|
6521
|
+
"type": "variable",
|
|
6522
|
+
"name": "kendo-grid-selection-aggregates-bg",
|
|
6523
|
+
"value": "$kendo-grid-header-bg",
|
|
6524
|
+
"scope": "default",
|
|
6525
|
+
"line": {
|
|
6526
|
+
"start": 204,
|
|
6527
|
+
"end": 204
|
|
6528
|
+
}
|
|
6529
|
+
},
|
|
6530
|
+
"group": [
|
|
6531
|
+
"grid"
|
|
6532
|
+
],
|
|
6533
|
+
"access": "public",
|
|
6534
|
+
"file": {
|
|
6535
|
+
"path": "grid/_variables.scss",
|
|
6536
|
+
"name": "_variables.scss"
|
|
6537
|
+
}
|
|
6538
|
+
},
|
|
6539
|
+
{
|
|
6540
|
+
"description": "Text color of the selection aggregates container\n",
|
|
6541
|
+
"commentRange": {
|
|
6542
|
+
"start": 205,
|
|
6543
|
+
"end": 206
|
|
6544
|
+
},
|
|
6545
|
+
"context": {
|
|
6546
|
+
"type": "variable",
|
|
6547
|
+
"name": "kendo-grid-selection-aggregates-text",
|
|
6548
|
+
"value": "$kendo-grid-text",
|
|
6549
|
+
"scope": "default",
|
|
6550
|
+
"line": {
|
|
6551
|
+
"start": 207,
|
|
6552
|
+
"end": 207
|
|
6553
|
+
}
|
|
6554
|
+
},
|
|
6555
|
+
"group": [
|
|
6556
|
+
"grid"
|
|
6557
|
+
],
|
|
6558
|
+
"access": "public",
|
|
6559
|
+
"file": {
|
|
6560
|
+
"path": "grid/_variables.scss",
|
|
6561
|
+
"name": "_variables.scss"
|
|
6562
|
+
}
|
|
6563
|
+
},
|
|
6564
|
+
{
|
|
6565
|
+
"description": "Border color of the selection aggregates container\n",
|
|
6566
|
+
"commentRange": {
|
|
6567
|
+
"start": 208,
|
|
6568
|
+
"end": 209
|
|
6569
|
+
},
|
|
6570
|
+
"context": {
|
|
6571
|
+
"type": "variable",
|
|
6572
|
+
"name": "kendo-grid-selection-aggregates-border",
|
|
6573
|
+
"value": "$kendo-grid-border",
|
|
6574
|
+
"scope": "default",
|
|
6575
|
+
"line": {
|
|
6576
|
+
"start": 210,
|
|
6577
|
+
"end": 210
|
|
6578
|
+
}
|
|
6579
|
+
},
|
|
6580
|
+
"group": [
|
|
6581
|
+
"grid"
|
|
6582
|
+
],
|
|
6583
|
+
"access": "public",
|
|
6584
|
+
"file": {
|
|
6585
|
+
"path": "grid/_variables.scss",
|
|
6586
|
+
"name": "_variables.scss"
|
|
6587
|
+
}
|
|
6588
|
+
},
|
|
6589
|
+
{
|
|
6590
|
+
"description": "Border width of the selection aggregates container\n",
|
|
6591
|
+
"commentRange": {
|
|
6592
|
+
"start": 211,
|
|
6593
|
+
"end": 212
|
|
6594
|
+
},
|
|
6595
|
+
"context": {
|
|
6596
|
+
"type": "variable",
|
|
6597
|
+
"name": "kendo-grid-selection-aggregates-border-width",
|
|
6598
|
+
"value": "$kendo-grid-border-width",
|
|
6599
|
+
"scope": "default",
|
|
6600
|
+
"line": {
|
|
6601
|
+
"start": 213,
|
|
6602
|
+
"end": 213
|
|
6603
|
+
}
|
|
6604
|
+
},
|
|
6605
|
+
"group": [
|
|
6606
|
+
"grid"
|
|
6607
|
+
],
|
|
6608
|
+
"access": "public",
|
|
6609
|
+
"file": {
|
|
6610
|
+
"path": "grid/_variables.scss",
|
|
6611
|
+
"name": "_variables.scss"
|
|
6612
|
+
}
|
|
6613
|
+
},
|
|
6614
|
+
{
|
|
6615
|
+
"description": "Spacing between the selection aggregates items\n",
|
|
6616
|
+
"commentRange": {
|
|
6617
|
+
"start": 214,
|
|
6618
|
+
"end": 215
|
|
6619
|
+
},
|
|
6620
|
+
"context": {
|
|
6621
|
+
"type": "variable",
|
|
6622
|
+
"name": "kendo-grid-selection-aggregates-spacing",
|
|
6623
|
+
"value": "k-map-get( $kendo-spacing, 2 )",
|
|
6624
|
+
"scope": "default",
|
|
6625
|
+
"line": {
|
|
6626
|
+
"start": 216,
|
|
6627
|
+
"end": 216
|
|
6628
|
+
}
|
|
6629
|
+
},
|
|
6630
|
+
"group": [
|
|
6631
|
+
"grid"
|
|
6632
|
+
],
|
|
6633
|
+
"access": "public",
|
|
6634
|
+
"file": {
|
|
6635
|
+
"path": "grid/_variables.scss",
|
|
6636
|
+
"name": "_variables.scss"
|
|
6637
|
+
}
|
|
6638
|
+
},
|
|
6639
|
+
{
|
|
6640
|
+
"description": "Line height of the selection aggregates container\n",
|
|
6641
|
+
"commentRange": {
|
|
6642
|
+
"start": 217,
|
|
6643
|
+
"end": 218
|
|
6644
|
+
},
|
|
6645
|
+
"context": {
|
|
6646
|
+
"type": "variable",
|
|
6647
|
+
"name": "kendo-grid-selection-aggregates-line-height",
|
|
6648
|
+
"value": "$kendo-grid-line-height",
|
|
6649
|
+
"scope": "default",
|
|
6650
|
+
"line": {
|
|
6651
|
+
"start": 219,
|
|
6652
|
+
"end": 219
|
|
6653
|
+
}
|
|
6654
|
+
},
|
|
6655
|
+
"group": [
|
|
6656
|
+
"grid"
|
|
6657
|
+
],
|
|
6658
|
+
"access": "public",
|
|
6659
|
+
"file": {
|
|
6660
|
+
"path": "grid/_variables.scss",
|
|
6661
|
+
"name": "_variables.scss"
|
|
6662
|
+
}
|
|
6663
|
+
},
|
|
6664
|
+
{
|
|
6665
|
+
"description": "Font weight of the selection aggregates container\n",
|
|
6666
|
+
"commentRange": {
|
|
6667
|
+
"start": 220,
|
|
6668
|
+
"end": 221
|
|
6669
|
+
},
|
|
6670
|
+
"context": {
|
|
6671
|
+
"type": "variable",
|
|
6672
|
+
"name": "kendo-grid-selection-aggregates-font-weight",
|
|
6673
|
+
"value": "$kendo-font-weight-bold",
|
|
6674
|
+
"scope": "default",
|
|
6675
|
+
"line": {
|
|
6676
|
+
"start": 222,
|
|
6677
|
+
"end": 222
|
|
6503
6678
|
}
|
|
6504
6679
|
},
|
|
6505
6680
|
"group": [
|
|
@@ -6514,17 +6689,17 @@
|
|
|
6514
6689
|
{
|
|
6515
6690
|
"description": "Background color of the grid row resize indicator\n",
|
|
6516
6691
|
"commentRange": {
|
|
6517
|
-
"start":
|
|
6518
|
-
"end":
|
|
6692
|
+
"start": 307,
|
|
6693
|
+
"end": 308
|
|
6519
6694
|
},
|
|
6520
6695
|
"context": {
|
|
6521
6696
|
"type": "variable",
|
|
6522
|
-
"name": "kendo-grid-row-resizer-bg",
|
|
6697
|
+
"name": "kendo-grid-row-resizer-hover-bg",
|
|
6523
6698
|
"value": "rgba( k-contrast-color( $kendo-grid-bg ), .12 )",
|
|
6524
6699
|
"scope": "default",
|
|
6525
6700
|
"line": {
|
|
6526
|
-
"start":
|
|
6527
|
-
"end":
|
|
6701
|
+
"start": 309,
|
|
6702
|
+
"end": 309
|
|
6528
6703
|
}
|
|
6529
6704
|
},
|
|
6530
6705
|
"group": [
|
|
@@ -6539,8 +6714,8 @@
|
|
|
6539
6714
|
{
|
|
6540
6715
|
"description": "Active background color of the grid row resize indicator\n",
|
|
6541
6716
|
"commentRange": {
|
|
6542
|
-
"start":
|
|
6543
|
-
"end":
|
|
6717
|
+
"start": 310,
|
|
6718
|
+
"end": 311
|
|
6544
6719
|
},
|
|
6545
6720
|
"context": {
|
|
6546
6721
|
"type": "variable",
|
|
@@ -6548,8 +6723,33 @@
|
|
|
6548
6723
|
"value": "$kendo-color-primary",
|
|
6549
6724
|
"scope": "default",
|
|
6550
6725
|
"line": {
|
|
6551
|
-
"start":
|
|
6552
|
-
"end":
|
|
6726
|
+
"start": 312,
|
|
6727
|
+
"end": 312
|
|
6728
|
+
}
|
|
6729
|
+
},
|
|
6730
|
+
"group": [
|
|
6731
|
+
"grid"
|
|
6732
|
+
],
|
|
6733
|
+
"access": "public",
|
|
6734
|
+
"file": {
|
|
6735
|
+
"path": "grid/_variables.scss",
|
|
6736
|
+
"name": "_variables.scss"
|
|
6737
|
+
}
|
|
6738
|
+
},
|
|
6739
|
+
{
|
|
6740
|
+
"description": "Height of the grid row resize indicator\n",
|
|
6741
|
+
"commentRange": {
|
|
6742
|
+
"start": 313,
|
|
6743
|
+
"end": 314
|
|
6744
|
+
},
|
|
6745
|
+
"context": {
|
|
6746
|
+
"type": "variable",
|
|
6747
|
+
"name": "kendo-grid-row-resizer-height",
|
|
6748
|
+
"value": "k-map-get( $kendo-spacing, .5 )",
|
|
6749
|
+
"scope": "default",
|
|
6750
|
+
"line": {
|
|
6751
|
+
"start": 315,
|
|
6752
|
+
"end": 315
|
|
6553
6753
|
}
|
|
6554
6754
|
},
|
|
6555
6755
|
"group": [
|