@progress/kendo-theme-classic 14.2.0-dev.4 → 14.2.0-dev.6
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 +1 -1
- package/dist/classic-green-dark.css +1 -1
- package/dist/classic-green.css +1 -1
- package/dist/classic-lavender-dark.css +1 -1
- package/dist/classic-lavender.css +1 -1
- package/dist/classic-main-dark.css +1 -1
- package/dist/classic-main.css +1 -1
- package/dist/classic-metro-dark.css +1 -1
- package/dist/classic-metro.css +1 -1
- package/dist/classic-moonlight.css +1 -1
- package/dist/classic-opal-dark.css +1 -1
- package/dist/classic-opal.css +1 -1
- package/dist/classic-silver-dark.css +1 -1
- package/dist/classic-silver.css +1 -1
- package/dist/classic-uniform.css +1 -1
- package/dist/meta/sassdoc-data.json +234 -126
- package/dist/meta/sassdoc-raw-data.json +113 -63
- package/dist/meta/variables.json +8 -0
- package/lib/swatches/classic-green-dark.json +1 -1
- package/lib/swatches/classic-green.json +1 -1
- package/lib/swatches/classic-lavender-dark.json +1 -1
- package/lib/swatches/classic-lavender.json +1 -1
- package/lib/swatches/classic-main-dark.json +1 -1
- package/lib/swatches/classic-main.json +1 -1
- package/lib/swatches/classic-metro-dark.json +1 -1
- package/lib/swatches/classic-metro.json +1 -1
- package/lib/swatches/classic-moonlight.json +1 -1
- package/lib/swatches/classic-opal-dark.json +1 -1
- package/lib/swatches/classic-opal.json +1 -1
- package/lib/swatches/classic-silver-dark.json +1 -1
- package/lib/swatches/classic-silver.json +1 -1
- package/lib/swatches/classic-uniform.json +1 -1
- package/package.json +4 -5
- package/scss/grid/_variables.scss +8 -0
|
@@ -38226,15 +38226,15 @@
|
|
|
38226
38226
|
}
|
|
38227
38227
|
},
|
|
38228
38228
|
{
|
|
38229
|
-
"description": "The
|
|
38229
|
+
"description": "The indent size for nested grouping rows.\n",
|
|
38230
38230
|
"commentRange": {
|
|
38231
38231
|
"start": 471,
|
|
38232
38232
|
"end": 472
|
|
38233
38233
|
},
|
|
38234
38234
|
"context": {
|
|
38235
38235
|
"type": "variable",
|
|
38236
|
-
"name": "kendo-grid-
|
|
38237
|
-
"value": "
|
|
38236
|
+
"name": "kendo-grid-grouping-indent-size",
|
|
38237
|
+
"value": "k-spacing(6)",
|
|
38238
38238
|
"scope": "default",
|
|
38239
38239
|
"line": {
|
|
38240
38240
|
"start": 473,
|
|
@@ -38250,11 +38250,61 @@
|
|
|
38250
38250
|
"name": "_variables.scss"
|
|
38251
38251
|
}
|
|
38252
38252
|
},
|
|
38253
|
+
{
|
|
38254
|
+
"description": "The margin at the end of the checkbox in grouping rows.\n",
|
|
38255
|
+
"commentRange": {
|
|
38256
|
+
"start": 474,
|
|
38257
|
+
"end": 475
|
|
38258
|
+
},
|
|
38259
|
+
"context": {
|
|
38260
|
+
"type": "variable",
|
|
38261
|
+
"name": "kendo-grid-grouping-row-checkbox-margin-end",
|
|
38262
|
+
"value": "k-spacing(3)",
|
|
38263
|
+
"scope": "default",
|
|
38264
|
+
"line": {
|
|
38265
|
+
"start": 476,
|
|
38266
|
+
"end": 476
|
|
38267
|
+
}
|
|
38268
|
+
},
|
|
38269
|
+
"group": [
|
|
38270
|
+
"grid"
|
|
38271
|
+
],
|
|
38272
|
+
"access": "public",
|
|
38273
|
+
"file": {
|
|
38274
|
+
"path": "grid/_variables.scss",
|
|
38275
|
+
"name": "_variables.scss"
|
|
38276
|
+
}
|
|
38277
|
+
},
|
|
38278
|
+
{
|
|
38279
|
+
"description": "The vertical border of the Grid footer.\n",
|
|
38280
|
+
"commentRange": {
|
|
38281
|
+
"start": 477,
|
|
38282
|
+
"end": 478
|
|
38283
|
+
},
|
|
38284
|
+
"context": {
|
|
38285
|
+
"type": "variable",
|
|
38286
|
+
"name": "kendo-grid-group-footer-border-y",
|
|
38287
|
+
"value": "1px",
|
|
38288
|
+
"scope": "default",
|
|
38289
|
+
"line": {
|
|
38290
|
+
"start": 479,
|
|
38291
|
+
"end": 479
|
|
38292
|
+
}
|
|
38293
|
+
},
|
|
38294
|
+
"group": [
|
|
38295
|
+
"grid"
|
|
38296
|
+
],
|
|
38297
|
+
"access": "public",
|
|
38298
|
+
"file": {
|
|
38299
|
+
"path": "grid/_variables.scss",
|
|
38300
|
+
"name": "_variables.scss"
|
|
38301
|
+
}
|
|
38302
|
+
},
|
|
38253
38303
|
{
|
|
38254
38304
|
"description": "The background color of the Grid row resize indicator.\n",
|
|
38255
38305
|
"commentRange": {
|
|
38256
|
-
"start":
|
|
38257
|
-
"end":
|
|
38306
|
+
"start": 481,
|
|
38307
|
+
"end": 482
|
|
38258
38308
|
},
|
|
38259
38309
|
"context": {
|
|
38260
38310
|
"type": "variable",
|
|
@@ -38262,8 +38312,8 @@
|
|
|
38262
38312
|
"value": "color-mix(in srgb, k-color(on-base) 20%, transparent)",
|
|
38263
38313
|
"scope": "default",
|
|
38264
38314
|
"line": {
|
|
38265
|
-
"start":
|
|
38266
|
-
"end":
|
|
38315
|
+
"start": 483,
|
|
38316
|
+
"end": 483
|
|
38267
38317
|
}
|
|
38268
38318
|
},
|
|
38269
38319
|
"group": [
|
|
@@ -38278,8 +38328,8 @@
|
|
|
38278
38328
|
{
|
|
38279
38329
|
"description": "The background color of the active Grid row resize indicator.\n",
|
|
38280
38330
|
"commentRange": {
|
|
38281
|
-
"start":
|
|
38282
|
-
"end":
|
|
38331
|
+
"start": 484,
|
|
38332
|
+
"end": 485
|
|
38283
38333
|
},
|
|
38284
38334
|
"context": {
|
|
38285
38335
|
"type": "variable",
|
|
@@ -38287,8 +38337,8 @@
|
|
|
38287
38337
|
"value": "k-color(primary)",
|
|
38288
38338
|
"scope": "default",
|
|
38289
38339
|
"line": {
|
|
38290
|
-
"start":
|
|
38291
|
-
"end":
|
|
38340
|
+
"start": 486,
|
|
38341
|
+
"end": 486
|
|
38292
38342
|
}
|
|
38293
38343
|
},
|
|
38294
38344
|
"group": [
|
|
@@ -38303,8 +38353,8 @@
|
|
|
38303
38353
|
{
|
|
38304
38354
|
"description": "The height of the Grid row resize indicator.\n",
|
|
38305
38355
|
"commentRange": {
|
|
38306
|
-
"start":
|
|
38307
|
-
"end":
|
|
38356
|
+
"start": 487,
|
|
38357
|
+
"end": 488
|
|
38308
38358
|
},
|
|
38309
38359
|
"context": {
|
|
38310
38360
|
"type": "variable",
|
|
@@ -38312,8 +38362,8 @@
|
|
|
38312
38362
|
"value": "k-spacing(0.5)",
|
|
38313
38363
|
"scope": "default",
|
|
38314
38364
|
"line": {
|
|
38315
|
-
"start":
|
|
38316
|
-
"end":
|
|
38365
|
+
"start": 489,
|
|
38366
|
+
"end": 489
|
|
38317
38367
|
}
|
|
38318
38368
|
},
|
|
38319
38369
|
"group": [
|
|
@@ -38328,8 +38378,8 @@
|
|
|
38328
38378
|
{
|
|
38329
38379
|
"description": "The horizontal padding of the Grid stack layout cells.\n",
|
|
38330
38380
|
"commentRange": {
|
|
38331
|
-
"start":
|
|
38332
|
-
"end":
|
|
38381
|
+
"start": 491,
|
|
38382
|
+
"end": 492
|
|
38333
38383
|
},
|
|
38334
38384
|
"context": {
|
|
38335
38385
|
"type": "variable",
|
|
@@ -38337,8 +38387,8 @@
|
|
|
38337
38387
|
"value": "k-spacing(2)",
|
|
38338
38388
|
"scope": "default",
|
|
38339
38389
|
"line": {
|
|
38340
|
-
"start":
|
|
38341
|
-
"end":
|
|
38390
|
+
"start": 493,
|
|
38391
|
+
"end": 493
|
|
38342
38392
|
}
|
|
38343
38393
|
},
|
|
38344
38394
|
"group": [
|
|
@@ -38353,8 +38403,8 @@
|
|
|
38353
38403
|
{
|
|
38354
38404
|
"description": "The vertical padding of the Grid stack layout cells.\n",
|
|
38355
38405
|
"commentRange": {
|
|
38356
|
-
"start":
|
|
38357
|
-
"end":
|
|
38406
|
+
"start": 494,
|
|
38407
|
+
"end": 495
|
|
38358
38408
|
},
|
|
38359
38409
|
"context": {
|
|
38360
38410
|
"type": "variable",
|
|
@@ -38362,8 +38412,8 @@
|
|
|
38362
38412
|
"value": "k-spacing(1.5)",
|
|
38363
38413
|
"scope": "default",
|
|
38364
38414
|
"line": {
|
|
38365
|
-
"start":
|
|
38366
|
-
"end":
|
|
38415
|
+
"start": 496,
|
|
38416
|
+
"end": 496
|
|
38367
38417
|
}
|
|
38368
38418
|
},
|
|
38369
38419
|
"group": [
|
|
@@ -38378,8 +38428,8 @@
|
|
|
38378
38428
|
{
|
|
38379
38429
|
"description": "The column gap of the Grid stack layout.\n",
|
|
38380
38430
|
"commentRange": {
|
|
38381
|
-
"start":
|
|
38382
|
-
"end":
|
|
38431
|
+
"start": 498,
|
|
38432
|
+
"end": 499
|
|
38383
38433
|
},
|
|
38384
38434
|
"context": {
|
|
38385
38435
|
"type": "variable",
|
|
@@ -38387,8 +38437,8 @@
|
|
|
38387
38437
|
"value": "k-spacing(1)",
|
|
38388
38438
|
"scope": "default",
|
|
38389
38439
|
"line": {
|
|
38390
|
-
"start":
|
|
38391
|
-
"end":
|
|
38440
|
+
"start": 500,
|
|
38441
|
+
"end": 500
|
|
38392
38442
|
}
|
|
38393
38443
|
},
|
|
38394
38444
|
"group": [
|
|
@@ -38403,8 +38453,8 @@
|
|
|
38403
38453
|
{
|
|
38404
38454
|
"description": "The column gap of the editable Grid stack layout.\n",
|
|
38405
38455
|
"commentRange": {
|
|
38406
|
-
"start":
|
|
38407
|
-
"end":
|
|
38456
|
+
"start": 501,
|
|
38457
|
+
"end": 502
|
|
38408
38458
|
},
|
|
38409
38459
|
"context": {
|
|
38410
38460
|
"type": "variable",
|
|
@@ -38412,8 +38462,8 @@
|
|
|
38412
38462
|
"value": "k-spacing(2)",
|
|
38413
38463
|
"scope": "default",
|
|
38414
38464
|
"line": {
|
|
38415
|
-
"start":
|
|
38416
|
-
"end":
|
|
38465
|
+
"start": 503,
|
|
38466
|
+
"end": 503
|
|
38417
38467
|
}
|
|
38418
38468
|
},
|
|
38419
38469
|
"group": [
|
|
@@ -38428,8 +38478,8 @@
|
|
|
38428
38478
|
{
|
|
38429
38479
|
"description": "The width of the hierarchy column in the Grid stack layout.\n",
|
|
38430
38480
|
"commentRange": {
|
|
38431
|
-
"start":
|
|
38432
|
-
"end":
|
|
38481
|
+
"start": 505,
|
|
38482
|
+
"end": 506
|
|
38433
38483
|
},
|
|
38434
38484
|
"context": {
|
|
38435
38485
|
"type": "variable",
|
|
@@ -38437,8 +38487,8 @@
|
|
|
38437
38487
|
"value": "k-spacing(2)",
|
|
38438
38488
|
"scope": "default",
|
|
38439
38489
|
"line": {
|
|
38440
|
-
"start":
|
|
38441
|
-
"end":
|
|
38490
|
+
"start": 507,
|
|
38491
|
+
"end": 507
|
|
38442
38492
|
}
|
|
38443
38493
|
},
|
|
38444
38494
|
"group": [
|
|
@@ -38453,8 +38503,8 @@
|
|
|
38453
38503
|
{
|
|
38454
38504
|
"description": "The font size of the Grid stack layout column header.\n",
|
|
38455
38505
|
"commentRange": {
|
|
38456
|
-
"start":
|
|
38457
|
-
"end":
|
|
38506
|
+
"start": 509,
|
|
38507
|
+
"end": 510
|
|
38458
38508
|
},
|
|
38459
38509
|
"context": {
|
|
38460
38510
|
"type": "variable",
|
|
@@ -38462,8 +38512,8 @@
|
|
|
38462
38512
|
"value": "var(--kendo-font-size-sm)",
|
|
38463
38513
|
"scope": "default",
|
|
38464
38514
|
"line": {
|
|
38465
|
-
"start":
|
|
38466
|
-
"end":
|
|
38515
|
+
"start": 511,
|
|
38516
|
+
"end": 511
|
|
38467
38517
|
}
|
|
38468
38518
|
},
|
|
38469
38519
|
"group": [
|
|
@@ -38478,8 +38528,8 @@
|
|
|
38478
38528
|
{
|
|
38479
38529
|
"description": "The font weight of the Grid stack layout column header.\n",
|
|
38480
38530
|
"commentRange": {
|
|
38481
|
-
"start":
|
|
38482
|
-
"end":
|
|
38531
|
+
"start": 512,
|
|
38532
|
+
"end": 513
|
|
38483
38533
|
},
|
|
38484
38534
|
"context": {
|
|
38485
38535
|
"type": "variable",
|
|
@@ -38487,8 +38537,8 @@
|
|
|
38487
38537
|
"value": "var(--kendo-font-weight-bold)",
|
|
38488
38538
|
"scope": "default",
|
|
38489
38539
|
"line": {
|
|
38490
|
-
"start":
|
|
38491
|
-
"end":
|
|
38540
|
+
"start": 514,
|
|
38541
|
+
"end": 514
|
|
38492
38542
|
}
|
|
38493
38543
|
},
|
|
38494
38544
|
"group": [
|
|
@@ -38503,8 +38553,8 @@
|
|
|
38503
38553
|
{
|
|
38504
38554
|
"description": "The height of the Grid stack layout expandable row shadow.\n",
|
|
38505
38555
|
"commentRange": {
|
|
38506
|
-
"start":
|
|
38507
|
-
"end":
|
|
38556
|
+
"start": 515,
|
|
38557
|
+
"end": 516
|
|
38508
38558
|
},
|
|
38509
38559
|
"context": {
|
|
38510
38560
|
"type": "variable",
|
|
@@ -38512,8 +38562,8 @@
|
|
|
38512
38562
|
"value": "k-spacing(2.5)",
|
|
38513
38563
|
"scope": "default",
|
|
38514
38564
|
"line": {
|
|
38515
|
-
"start":
|
|
38516
|
-
"end":
|
|
38565
|
+
"start": 517,
|
|
38566
|
+
"end": 517
|
|
38517
38567
|
}
|
|
38518
38568
|
},
|
|
38519
38569
|
"group": [
|
|
@@ -38528,8 +38578,8 @@
|
|
|
38528
38578
|
{
|
|
38529
38579
|
"description": "The color of the Grid stack layout column header.\n",
|
|
38530
38580
|
"commentRange": {
|
|
38531
|
-
"start":
|
|
38532
|
-
"end":
|
|
38581
|
+
"start": 518,
|
|
38582
|
+
"end": 519
|
|
38533
38583
|
},
|
|
38534
38584
|
"context": {
|
|
38535
38585
|
"type": "variable",
|
|
@@ -38537,8 +38587,8 @@
|
|
|
38537
38587
|
"value": "k-color(subtle)",
|
|
38538
38588
|
"scope": "default",
|
|
38539
38589
|
"line": {
|
|
38540
|
-
"start":
|
|
38541
|
-
"end":
|
|
38590
|
+
"start": 520,
|
|
38591
|
+
"end": 520
|
|
38542
38592
|
}
|
|
38543
38593
|
},
|
|
38544
38594
|
"group": [
|
|
@@ -38553,8 +38603,8 @@
|
|
|
38553
38603
|
{
|
|
38554
38604
|
"description": "The outline color of the Grid stack layout focused cell.\n",
|
|
38555
38605
|
"commentRange": {
|
|
38556
|
-
"start":
|
|
38557
|
-
"end":
|
|
38606
|
+
"start": 521,
|
|
38607
|
+
"end": 522
|
|
38558
38608
|
},
|
|
38559
38609
|
"context": {
|
|
38560
38610
|
"type": "variable",
|
|
@@ -38562,8 +38612,8 @@
|
|
|
38562
38612
|
"value": "color-mix(in srgb, k-color(on-app-surface) 12%, transparent)",
|
|
38563
38613
|
"scope": "default",
|
|
38564
38614
|
"line": {
|
|
38565
|
-
"start":
|
|
38566
|
-
"end":
|
|
38615
|
+
"start": 523,
|
|
38616
|
+
"end": 523
|
|
38567
38617
|
}
|
|
38568
38618
|
},
|
|
38569
38619
|
"group": [
|
|
@@ -38578,8 +38628,8 @@
|
|
|
38578
38628
|
{
|
|
38579
38629
|
"description": "The Grid stack layout expandable row shadow.\n",
|
|
38580
38630
|
"commentRange": {
|
|
38581
|
-
"start":
|
|
38582
|
-
"end":
|
|
38631
|
+
"start": 524,
|
|
38632
|
+
"end": 525
|
|
38583
38633
|
},
|
|
38584
38634
|
"context": {
|
|
38585
38635
|
"type": "variable",
|
|
@@ -38587,8 +38637,8 @@
|
|
|
38587
38637
|
"value": "k-elevation(2)",
|
|
38588
38638
|
"scope": "default",
|
|
38589
38639
|
"line": {
|
|
38590
|
-
"start":
|
|
38591
|
-
"end":
|
|
38640
|
+
"start": 526,
|
|
38641
|
+
"end": 526
|
|
38592
38642
|
}
|
|
38593
38643
|
},
|
|
38594
38644
|
"group": [
|
|
@@ -38603,8 +38653,8 @@
|
|
|
38603
38653
|
{
|
|
38604
38654
|
"description": "The font weight of the pinned source row in the Grid.\n",
|
|
38605
38655
|
"commentRange": {
|
|
38606
|
-
"start":
|
|
38607
|
-
"end":
|
|
38656
|
+
"start": 528,
|
|
38657
|
+
"end": 529
|
|
38608
38658
|
},
|
|
38609
38659
|
"context": {
|
|
38610
38660
|
"type": "variable",
|
|
@@ -38612,8 +38662,8 @@
|
|
|
38612
38662
|
"value": "var(--kendo-font-weight-bold)",
|
|
38613
38663
|
"scope": "default",
|
|
38614
38664
|
"line": {
|
|
38615
|
-
"start":
|
|
38616
|
-
"end":
|
|
38665
|
+
"start": 530,
|
|
38666
|
+
"end": 530
|
|
38617
38667
|
}
|
|
38618
38668
|
},
|
|
38619
38669
|
"group": [
|
package/dist/meta/variables.json
CHANGED
|
@@ -11885,6 +11885,14 @@
|
|
|
11885
11885
|
"type": "String",
|
|
11886
11886
|
"value": "var(--kendo-color-on-app-surface)"
|
|
11887
11887
|
},
|
|
11888
|
+
"kendo-grid-grouping-indent-size": {
|
|
11889
|
+
"type": "String",
|
|
11890
|
+
"value": "var(--kendo-spacing-6)"
|
|
11891
|
+
},
|
|
11892
|
+
"kendo-grid-grouping-row-checkbox-margin-end": {
|
|
11893
|
+
"type": "String",
|
|
11894
|
+
"value": "var(--kendo-spacing-3)"
|
|
11895
|
+
},
|
|
11888
11896
|
"kendo-grid-sorted-icon-spacing": {
|
|
11889
11897
|
"type": "Calculation",
|
|
11890
11898
|
"value": "calc(var(--kendo-spacing-2) - 1px)"
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-classic",
|
|
3
3
|
"description": "Sass port of less based themes for Kendo UI theme",
|
|
4
|
-
"version": "14.2.0-dev.
|
|
4
|
+
"version": "14.2.0-dev.6",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -43,9 +43,8 @@
|
|
|
43
43
|
"sass:compile:dist": "npx sass --style=compressed --no-source-map --load-path=../../node_modules ./dist:dist",
|
|
44
44
|
"sass:watch": "npx sass --no-source-map --load-path=../../node_modules --watch ./scss/all.scss ./dist/all.css",
|
|
45
45
|
"css:prefix": "npx postcss --replace ./dist/**/*.css",
|
|
46
|
-
"docs": "node ../../scripts/sassdoc.js",
|
|
46
|
+
"docs": "npm run resolve-variables && node ../../scripts/sassdoc.js",
|
|
47
47
|
"docs:check": "npm run docs && git diff --name-only --exit-code -- docs",
|
|
48
|
-
"predocs": "npm run resolve-variables",
|
|
49
48
|
"resolve-variables": "node ../../scripts/resolve-variables.js",
|
|
50
49
|
"nuget-pack": "jq '.version' package.json | xargs nuget pack package.nuspec -Version",
|
|
51
50
|
"nuget-push": "nuget push *.nupkg -ApiKey $NUGET_API_KEY -Source $NUGET_FEED -SkipDuplicate",
|
|
@@ -54,8 +53,8 @@
|
|
|
54
53
|
},
|
|
55
54
|
"dependencies": {
|
|
56
55
|
"@progress/kendo-svg-icons": "^4.9.0",
|
|
57
|
-
"@progress/kendo-theme-core": "14.2.0-dev.
|
|
58
|
-
"@progress/kendo-theme-utils": "14.2.0-dev.
|
|
56
|
+
"@progress/kendo-theme-core": "14.2.0-dev.6",
|
|
57
|
+
"@progress/kendo-theme-utils": "14.2.0-dev.6"
|
|
59
58
|
},
|
|
60
59
|
"directories": {
|
|
61
60
|
"doc": "docs",
|
|
@@ -468,6 +468,12 @@ $kendo-grid-hierarchy-col-width: ($kendo-icon-size * 2) !default;
|
|
|
468
468
|
/// The grouping border top of the Grid row.
|
|
469
469
|
/// @group grid
|
|
470
470
|
$kendo-grid-grouping-row-border-top: 1px !default;
|
|
471
|
+
/// The indent size for nested grouping rows.
|
|
472
|
+
/// @group grid
|
|
473
|
+
$kendo-grid-grouping-indent-size: k-spacing(6) !default;
|
|
474
|
+
/// The margin at the end of the checkbox in grouping rows.
|
|
475
|
+
/// @group grid
|
|
476
|
+
$kendo-grid-grouping-row-checkbox-margin-end: k-spacing(3) !default;
|
|
471
477
|
/// The vertical border of the Grid footer.
|
|
472
478
|
/// @group grid
|
|
473
479
|
$kendo-grid-group-footer-border-y: 1px !default;
|
|
@@ -655,6 +661,8 @@ $kendo-grid-pinned-source-font-weight: var(--kendo-font-weight-bold) !default;
|
|
|
655
661
|
$kendo-grid-drag-cell-width: $kendo-grid-drag-cell-width,
|
|
656
662
|
$kendo-grid-hierarchy-col-width: $kendo-grid-hierarchy-col-width,
|
|
657
663
|
$kendo-grid-grouping-row-border-top: $kendo-grid-grouping-row-border-top,
|
|
664
|
+
$kendo-grid-grouping-indent-size: $kendo-grid-grouping-indent-size,
|
|
665
|
+
$kendo-grid-grouping-row-checkbox-margin-end: $kendo-grid-grouping-row-checkbox-margin-end,
|
|
658
666
|
$kendo-grid-group-footer-border-y: $kendo-grid-group-footer-border-y,
|
|
659
667
|
$kendo-grid-row-resizer-hover-bg: $kendo-grid-row-resizer-hover-bg,
|
|
660
668
|
$kendo-grid-row-resizer-active-bg: $kendo-grid-row-resizer-active-bg,
|