@progress/kendo-theme-classic 11.1.0-dev.5 → 11.1.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 +540 -0
- package/dist/meta/sassdoc-raw-data.json +250 -0
- package/dist/meta/variables.json +40 -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 -4
- package/scss/grid/_variables.scss +44 -1
|
@@ -30372,6 +30372,276 @@
|
|
|
30372
30372
|
"resolvedValue": "var(--kendo-spacing-0\\.5, 0.125rem)",
|
|
30373
30373
|
"resolvedType": "String"
|
|
30374
30374
|
},
|
|
30375
|
+
{
|
|
30376
|
+
"description": "The horizontal padding of the Grid stack layout cells.\n",
|
|
30377
|
+
"commentRange": {
|
|
30378
|
+
"start": 316,
|
|
30379
|
+
"end": 317
|
|
30380
|
+
},
|
|
30381
|
+
"context": {
|
|
30382
|
+
"type": "variable",
|
|
30383
|
+
"name": "kendo-grid-stack-cell-padding-x",
|
|
30384
|
+
"value": "k-spacing(2)",
|
|
30385
|
+
"scope": "default",
|
|
30386
|
+
"line": {
|
|
30387
|
+
"start": 318,
|
|
30388
|
+
"end": 318
|
|
30389
|
+
}
|
|
30390
|
+
},
|
|
30391
|
+
"group": [
|
|
30392
|
+
"grid"
|
|
30393
|
+
],
|
|
30394
|
+
"access": "public",
|
|
30395
|
+
"file": {
|
|
30396
|
+
"path": "classic/scss/grid/_variables.scss",
|
|
30397
|
+
"name": "_variables.scss"
|
|
30398
|
+
},
|
|
30399
|
+
"resolvedValue": "var(--kendo-spacing-2, 0.5rem)",
|
|
30400
|
+
"resolvedType": "String"
|
|
30401
|
+
},
|
|
30402
|
+
{
|
|
30403
|
+
"description": "The vertical padding of the Grid stack layout cells.\n",
|
|
30404
|
+
"commentRange": {
|
|
30405
|
+
"start": 319,
|
|
30406
|
+
"end": 320
|
|
30407
|
+
},
|
|
30408
|
+
"context": {
|
|
30409
|
+
"type": "variable",
|
|
30410
|
+
"name": "kendo-grid-stack-cell-padding-y",
|
|
30411
|
+
"value": "k-spacing(1.5)",
|
|
30412
|
+
"scope": "default",
|
|
30413
|
+
"line": {
|
|
30414
|
+
"start": 321,
|
|
30415
|
+
"end": 321
|
|
30416
|
+
}
|
|
30417
|
+
},
|
|
30418
|
+
"group": [
|
|
30419
|
+
"grid"
|
|
30420
|
+
],
|
|
30421
|
+
"access": "public",
|
|
30422
|
+
"file": {
|
|
30423
|
+
"path": "classic/scss/grid/_variables.scss",
|
|
30424
|
+
"name": "_variables.scss"
|
|
30425
|
+
},
|
|
30426
|
+
"resolvedValue": "var(--kendo-spacing-1\\.5, 0.375rem)",
|
|
30427
|
+
"resolvedType": "String"
|
|
30428
|
+
},
|
|
30429
|
+
{
|
|
30430
|
+
"description": "The column gap of the Grid stack layout.\n",
|
|
30431
|
+
"commentRange": {
|
|
30432
|
+
"start": 323,
|
|
30433
|
+
"end": 324
|
|
30434
|
+
},
|
|
30435
|
+
"context": {
|
|
30436
|
+
"type": "variable",
|
|
30437
|
+
"name": "kendo-grid-stack-column-gap",
|
|
30438
|
+
"value": "k-spacing(1)",
|
|
30439
|
+
"scope": "default",
|
|
30440
|
+
"line": {
|
|
30441
|
+
"start": 325,
|
|
30442
|
+
"end": 325
|
|
30443
|
+
}
|
|
30444
|
+
},
|
|
30445
|
+
"group": [
|
|
30446
|
+
"grid"
|
|
30447
|
+
],
|
|
30448
|
+
"access": "public",
|
|
30449
|
+
"file": {
|
|
30450
|
+
"path": "classic/scss/grid/_variables.scss",
|
|
30451
|
+
"name": "_variables.scss"
|
|
30452
|
+
},
|
|
30453
|
+
"resolvedValue": "var(--kendo-spacing-1, 0.25rem)",
|
|
30454
|
+
"resolvedType": "String"
|
|
30455
|
+
},
|
|
30456
|
+
{
|
|
30457
|
+
"description": "The column gap of the editable Grid stack layout.\n",
|
|
30458
|
+
"commentRange": {
|
|
30459
|
+
"start": 326,
|
|
30460
|
+
"end": 327
|
|
30461
|
+
},
|
|
30462
|
+
"context": {
|
|
30463
|
+
"type": "variable",
|
|
30464
|
+
"name": "kendo-grid-stack-editable-column-gap",
|
|
30465
|
+
"value": "k-spacing(2)",
|
|
30466
|
+
"scope": "default",
|
|
30467
|
+
"line": {
|
|
30468
|
+
"start": 328,
|
|
30469
|
+
"end": 328
|
|
30470
|
+
}
|
|
30471
|
+
},
|
|
30472
|
+
"group": [
|
|
30473
|
+
"grid"
|
|
30474
|
+
],
|
|
30475
|
+
"access": "public",
|
|
30476
|
+
"file": {
|
|
30477
|
+
"path": "classic/scss/grid/_variables.scss",
|
|
30478
|
+
"name": "_variables.scss"
|
|
30479
|
+
},
|
|
30480
|
+
"resolvedValue": "var(--kendo-spacing-2, 0.5rem)",
|
|
30481
|
+
"resolvedType": "String"
|
|
30482
|
+
},
|
|
30483
|
+
{
|
|
30484
|
+
"description": "The width of the hierarchy column in the Grid stack layout.\n",
|
|
30485
|
+
"commentRange": {
|
|
30486
|
+
"start": 330,
|
|
30487
|
+
"end": 331
|
|
30488
|
+
},
|
|
30489
|
+
"context": {
|
|
30490
|
+
"type": "variable",
|
|
30491
|
+
"name": "kendo-grid-stack-hierarchy-col-width",
|
|
30492
|
+
"value": "k-spacing(2)",
|
|
30493
|
+
"scope": "default",
|
|
30494
|
+
"line": {
|
|
30495
|
+
"start": 332,
|
|
30496
|
+
"end": 332
|
|
30497
|
+
}
|
|
30498
|
+
},
|
|
30499
|
+
"group": [
|
|
30500
|
+
"grid"
|
|
30501
|
+
],
|
|
30502
|
+
"access": "public",
|
|
30503
|
+
"file": {
|
|
30504
|
+
"path": "classic/scss/grid/_variables.scss",
|
|
30505
|
+
"name": "_variables.scss"
|
|
30506
|
+
},
|
|
30507
|
+
"resolvedValue": "var(--kendo-spacing-2, 0.5rem)",
|
|
30508
|
+
"resolvedType": "String"
|
|
30509
|
+
},
|
|
30510
|
+
{
|
|
30511
|
+
"description": "The font size of the Grid stack layout column header.\n",
|
|
30512
|
+
"commentRange": {
|
|
30513
|
+
"start": 334,
|
|
30514
|
+
"end": 335
|
|
30515
|
+
},
|
|
30516
|
+
"context": {
|
|
30517
|
+
"type": "variable",
|
|
30518
|
+
"name": "kendo-grid-stack-header-font-size",
|
|
30519
|
+
"value": "var( --kendo-font-size-sm, inherit )",
|
|
30520
|
+
"scope": "default",
|
|
30521
|
+
"line": {
|
|
30522
|
+
"start": 336,
|
|
30523
|
+
"end": 336
|
|
30524
|
+
}
|
|
30525
|
+
},
|
|
30526
|
+
"group": [
|
|
30527
|
+
"grid"
|
|
30528
|
+
],
|
|
30529
|
+
"access": "public",
|
|
30530
|
+
"file": {
|
|
30531
|
+
"path": "classic/scss/grid/_variables.scss",
|
|
30532
|
+
"name": "_variables.scss"
|
|
30533
|
+
},
|
|
30534
|
+
"resolvedValue": "var(--kendo-font-size-sm, inherit)",
|
|
30535
|
+
"resolvedType": "String"
|
|
30536
|
+
},
|
|
30537
|
+
{
|
|
30538
|
+
"description": "The font weight of the Grid stack layout column header.\n",
|
|
30539
|
+
"commentRange": {
|
|
30540
|
+
"start": 337,
|
|
30541
|
+
"end": 338
|
|
30542
|
+
},
|
|
30543
|
+
"context": {
|
|
30544
|
+
"type": "variable",
|
|
30545
|
+
"name": "kendo-grid-stack-header-font-weight",
|
|
30546
|
+
"value": "var( --kendo-font-weight-bold, bold )",
|
|
30547
|
+
"scope": "default",
|
|
30548
|
+
"line": {
|
|
30549
|
+
"start": 339,
|
|
30550
|
+
"end": 339
|
|
30551
|
+
}
|
|
30552
|
+
},
|
|
30553
|
+
"group": [
|
|
30554
|
+
"grid"
|
|
30555
|
+
],
|
|
30556
|
+
"access": "public",
|
|
30557
|
+
"file": {
|
|
30558
|
+
"path": "classic/scss/grid/_variables.scss",
|
|
30559
|
+
"name": "_variables.scss"
|
|
30560
|
+
},
|
|
30561
|
+
"resolvedValue": "var(--kendo-font-weight-bold, bold)",
|
|
30562
|
+
"resolvedType": "String"
|
|
30563
|
+
},
|
|
30564
|
+
{
|
|
30565
|
+
"description": "The height of the Grid stack layout expandable row shadow.\n",
|
|
30566
|
+
"commentRange": {
|
|
30567
|
+
"start": 340,
|
|
30568
|
+
"end": 341
|
|
30569
|
+
},
|
|
30570
|
+
"context": {
|
|
30571
|
+
"type": "variable",
|
|
30572
|
+
"name": "kendo-grid-stack-expandable-shadow-height",
|
|
30573
|
+
"value": "k-spacing(2.5)",
|
|
30574
|
+
"scope": "default",
|
|
30575
|
+
"line": {
|
|
30576
|
+
"start": 342,
|
|
30577
|
+
"end": 342
|
|
30578
|
+
}
|
|
30579
|
+
},
|
|
30580
|
+
"group": [
|
|
30581
|
+
"grid"
|
|
30582
|
+
],
|
|
30583
|
+
"access": "public",
|
|
30584
|
+
"file": {
|
|
30585
|
+
"path": "classic/scss/grid/_variables.scss",
|
|
30586
|
+
"name": "_variables.scss"
|
|
30587
|
+
},
|
|
30588
|
+
"resolvedValue": "var(--kendo-spacing-2\\.5, 0.625rem)",
|
|
30589
|
+
"resolvedType": "String"
|
|
30590
|
+
},
|
|
30591
|
+
{
|
|
30592
|
+
"description": "The color of the Grid stack layout column header.\n",
|
|
30593
|
+
"commentRange": {
|
|
30594
|
+
"start": 343,
|
|
30595
|
+
"end": 344
|
|
30596
|
+
},
|
|
30597
|
+
"context": {
|
|
30598
|
+
"type": "variable",
|
|
30599
|
+
"name": "kendo-grid-stack-header-color",
|
|
30600
|
+
"value": "k-color(subtle)",
|
|
30601
|
+
"scope": "default",
|
|
30602
|
+
"line": {
|
|
30603
|
+
"start": 345,
|
|
30604
|
+
"end": 345
|
|
30605
|
+
}
|
|
30606
|
+
},
|
|
30607
|
+
"group": [
|
|
30608
|
+
"grid"
|
|
30609
|
+
],
|
|
30610
|
+
"access": "public",
|
|
30611
|
+
"file": {
|
|
30612
|
+
"path": "classic/scss/grid/_variables.scss",
|
|
30613
|
+
"name": "_variables.scss"
|
|
30614
|
+
},
|
|
30615
|
+
"resolvedValue": "var(--kendo-color-subtle, #666666)",
|
|
30616
|
+
"resolvedType": "String"
|
|
30617
|
+
},
|
|
30618
|
+
{
|
|
30619
|
+
"description": "The Grid stack layout expandable row shadow.\n",
|
|
30620
|
+
"commentRange": {
|
|
30621
|
+
"start": 346,
|
|
30622
|
+
"end": 347
|
|
30623
|
+
},
|
|
30624
|
+
"context": {
|
|
30625
|
+
"type": "variable",
|
|
30626
|
+
"name": "kendo-grid-stack-expandable-shadow",
|
|
30627
|
+
"value": "k-elevation(2)",
|
|
30628
|
+
"scope": "default",
|
|
30629
|
+
"line": {
|
|
30630
|
+
"start": 348,
|
|
30631
|
+
"end": 348
|
|
30632
|
+
}
|
|
30633
|
+
},
|
|
30634
|
+
"group": [
|
|
30635
|
+
"grid"
|
|
30636
|
+
],
|
|
30637
|
+
"access": "public",
|
|
30638
|
+
"file": {
|
|
30639
|
+
"path": "classic/scss/grid/_variables.scss",
|
|
30640
|
+
"name": "_variables.scss"
|
|
30641
|
+
},
|
|
30642
|
+
"resolvedValue": "var(--kendo-elevation-2, 0 4px 6px rgba(0, 0, 0, 0.06), 0 4px 16px rgba(0, 0, 0, 0.12))",
|
|
30643
|
+
"resolvedType": "String"
|
|
30644
|
+
},
|
|
30375
30645
|
{
|
|
30376
30646
|
"description": "The default size icon size.\n",
|
|
30377
30647
|
"commentRange": {
|
|
@@ -109481,6 +109751,276 @@
|
|
|
109481
109751
|
},
|
|
109482
109752
|
"resolvedValue": "var(--kendo-spacing-0\\.5, 0.125rem)",
|
|
109483
109753
|
"resolvedType": "String"
|
|
109754
|
+
},
|
|
109755
|
+
{
|
|
109756
|
+
"description": "The horizontal padding of the Grid stack layout cells.\n",
|
|
109757
|
+
"commentRange": {
|
|
109758
|
+
"start": 316,
|
|
109759
|
+
"end": 317
|
|
109760
|
+
},
|
|
109761
|
+
"context": {
|
|
109762
|
+
"type": "variable",
|
|
109763
|
+
"name": "kendo-grid-stack-cell-padding-x",
|
|
109764
|
+
"value": "k-spacing(2)",
|
|
109765
|
+
"scope": "default",
|
|
109766
|
+
"line": {
|
|
109767
|
+
"start": 318,
|
|
109768
|
+
"end": 318
|
|
109769
|
+
}
|
|
109770
|
+
},
|
|
109771
|
+
"group": [
|
|
109772
|
+
"grid"
|
|
109773
|
+
],
|
|
109774
|
+
"access": "public",
|
|
109775
|
+
"file": {
|
|
109776
|
+
"path": "classic/scss/grid/_variables.scss",
|
|
109777
|
+
"name": "_variables.scss"
|
|
109778
|
+
},
|
|
109779
|
+
"resolvedValue": "var(--kendo-spacing-2, 0.5rem)",
|
|
109780
|
+
"resolvedType": "String"
|
|
109781
|
+
},
|
|
109782
|
+
{
|
|
109783
|
+
"description": "The vertical padding of the Grid stack layout cells.\n",
|
|
109784
|
+
"commentRange": {
|
|
109785
|
+
"start": 319,
|
|
109786
|
+
"end": 320
|
|
109787
|
+
},
|
|
109788
|
+
"context": {
|
|
109789
|
+
"type": "variable",
|
|
109790
|
+
"name": "kendo-grid-stack-cell-padding-y",
|
|
109791
|
+
"value": "k-spacing(1.5)",
|
|
109792
|
+
"scope": "default",
|
|
109793
|
+
"line": {
|
|
109794
|
+
"start": 321,
|
|
109795
|
+
"end": 321
|
|
109796
|
+
}
|
|
109797
|
+
},
|
|
109798
|
+
"group": [
|
|
109799
|
+
"grid"
|
|
109800
|
+
],
|
|
109801
|
+
"access": "public",
|
|
109802
|
+
"file": {
|
|
109803
|
+
"path": "classic/scss/grid/_variables.scss",
|
|
109804
|
+
"name": "_variables.scss"
|
|
109805
|
+
},
|
|
109806
|
+
"resolvedValue": "var(--kendo-spacing-1\\.5, 0.375rem)",
|
|
109807
|
+
"resolvedType": "String"
|
|
109808
|
+
},
|
|
109809
|
+
{
|
|
109810
|
+
"description": "The column gap of the Grid stack layout.\n",
|
|
109811
|
+
"commentRange": {
|
|
109812
|
+
"start": 323,
|
|
109813
|
+
"end": 324
|
|
109814
|
+
},
|
|
109815
|
+
"context": {
|
|
109816
|
+
"type": "variable",
|
|
109817
|
+
"name": "kendo-grid-stack-column-gap",
|
|
109818
|
+
"value": "k-spacing(1)",
|
|
109819
|
+
"scope": "default",
|
|
109820
|
+
"line": {
|
|
109821
|
+
"start": 325,
|
|
109822
|
+
"end": 325
|
|
109823
|
+
}
|
|
109824
|
+
},
|
|
109825
|
+
"group": [
|
|
109826
|
+
"grid"
|
|
109827
|
+
],
|
|
109828
|
+
"access": "public",
|
|
109829
|
+
"file": {
|
|
109830
|
+
"path": "classic/scss/grid/_variables.scss",
|
|
109831
|
+
"name": "_variables.scss"
|
|
109832
|
+
},
|
|
109833
|
+
"resolvedValue": "var(--kendo-spacing-1, 0.25rem)",
|
|
109834
|
+
"resolvedType": "String"
|
|
109835
|
+
},
|
|
109836
|
+
{
|
|
109837
|
+
"description": "The column gap of the editable Grid stack layout.\n",
|
|
109838
|
+
"commentRange": {
|
|
109839
|
+
"start": 326,
|
|
109840
|
+
"end": 327
|
|
109841
|
+
},
|
|
109842
|
+
"context": {
|
|
109843
|
+
"type": "variable",
|
|
109844
|
+
"name": "kendo-grid-stack-editable-column-gap",
|
|
109845
|
+
"value": "k-spacing(2)",
|
|
109846
|
+
"scope": "default",
|
|
109847
|
+
"line": {
|
|
109848
|
+
"start": 328,
|
|
109849
|
+
"end": 328
|
|
109850
|
+
}
|
|
109851
|
+
},
|
|
109852
|
+
"group": [
|
|
109853
|
+
"grid"
|
|
109854
|
+
],
|
|
109855
|
+
"access": "public",
|
|
109856
|
+
"file": {
|
|
109857
|
+
"path": "classic/scss/grid/_variables.scss",
|
|
109858
|
+
"name": "_variables.scss"
|
|
109859
|
+
},
|
|
109860
|
+
"resolvedValue": "var(--kendo-spacing-2, 0.5rem)",
|
|
109861
|
+
"resolvedType": "String"
|
|
109862
|
+
},
|
|
109863
|
+
{
|
|
109864
|
+
"description": "The width of the hierarchy column in the Grid stack layout.\n",
|
|
109865
|
+
"commentRange": {
|
|
109866
|
+
"start": 330,
|
|
109867
|
+
"end": 331
|
|
109868
|
+
},
|
|
109869
|
+
"context": {
|
|
109870
|
+
"type": "variable",
|
|
109871
|
+
"name": "kendo-grid-stack-hierarchy-col-width",
|
|
109872
|
+
"value": "k-spacing(2)",
|
|
109873
|
+
"scope": "default",
|
|
109874
|
+
"line": {
|
|
109875
|
+
"start": 332,
|
|
109876
|
+
"end": 332
|
|
109877
|
+
}
|
|
109878
|
+
},
|
|
109879
|
+
"group": [
|
|
109880
|
+
"grid"
|
|
109881
|
+
],
|
|
109882
|
+
"access": "public",
|
|
109883
|
+
"file": {
|
|
109884
|
+
"path": "classic/scss/grid/_variables.scss",
|
|
109885
|
+
"name": "_variables.scss"
|
|
109886
|
+
},
|
|
109887
|
+
"resolvedValue": "var(--kendo-spacing-2, 0.5rem)",
|
|
109888
|
+
"resolvedType": "String"
|
|
109889
|
+
},
|
|
109890
|
+
{
|
|
109891
|
+
"description": "The font size of the Grid stack layout column header.\n",
|
|
109892
|
+
"commentRange": {
|
|
109893
|
+
"start": 334,
|
|
109894
|
+
"end": 335
|
|
109895
|
+
},
|
|
109896
|
+
"context": {
|
|
109897
|
+
"type": "variable",
|
|
109898
|
+
"name": "kendo-grid-stack-header-font-size",
|
|
109899
|
+
"value": "var( --kendo-font-size-sm, inherit )",
|
|
109900
|
+
"scope": "default",
|
|
109901
|
+
"line": {
|
|
109902
|
+
"start": 336,
|
|
109903
|
+
"end": 336
|
|
109904
|
+
}
|
|
109905
|
+
},
|
|
109906
|
+
"group": [
|
|
109907
|
+
"grid"
|
|
109908
|
+
],
|
|
109909
|
+
"access": "public",
|
|
109910
|
+
"file": {
|
|
109911
|
+
"path": "classic/scss/grid/_variables.scss",
|
|
109912
|
+
"name": "_variables.scss"
|
|
109913
|
+
},
|
|
109914
|
+
"resolvedValue": "var(--kendo-font-size-sm, inherit)",
|
|
109915
|
+
"resolvedType": "String"
|
|
109916
|
+
},
|
|
109917
|
+
{
|
|
109918
|
+
"description": "The font weight of the Grid stack layout column header.\n",
|
|
109919
|
+
"commentRange": {
|
|
109920
|
+
"start": 337,
|
|
109921
|
+
"end": 338
|
|
109922
|
+
},
|
|
109923
|
+
"context": {
|
|
109924
|
+
"type": "variable",
|
|
109925
|
+
"name": "kendo-grid-stack-header-font-weight",
|
|
109926
|
+
"value": "var( --kendo-font-weight-bold, bold )",
|
|
109927
|
+
"scope": "default",
|
|
109928
|
+
"line": {
|
|
109929
|
+
"start": 339,
|
|
109930
|
+
"end": 339
|
|
109931
|
+
}
|
|
109932
|
+
},
|
|
109933
|
+
"group": [
|
|
109934
|
+
"grid"
|
|
109935
|
+
],
|
|
109936
|
+
"access": "public",
|
|
109937
|
+
"file": {
|
|
109938
|
+
"path": "classic/scss/grid/_variables.scss",
|
|
109939
|
+
"name": "_variables.scss"
|
|
109940
|
+
},
|
|
109941
|
+
"resolvedValue": "var(--kendo-font-weight-bold, bold)",
|
|
109942
|
+
"resolvedType": "String"
|
|
109943
|
+
},
|
|
109944
|
+
{
|
|
109945
|
+
"description": "The height of the Grid stack layout expandable row shadow.\n",
|
|
109946
|
+
"commentRange": {
|
|
109947
|
+
"start": 340,
|
|
109948
|
+
"end": 341
|
|
109949
|
+
},
|
|
109950
|
+
"context": {
|
|
109951
|
+
"type": "variable",
|
|
109952
|
+
"name": "kendo-grid-stack-expandable-shadow-height",
|
|
109953
|
+
"value": "k-spacing(2.5)",
|
|
109954
|
+
"scope": "default",
|
|
109955
|
+
"line": {
|
|
109956
|
+
"start": 342,
|
|
109957
|
+
"end": 342
|
|
109958
|
+
}
|
|
109959
|
+
},
|
|
109960
|
+
"group": [
|
|
109961
|
+
"grid"
|
|
109962
|
+
],
|
|
109963
|
+
"access": "public",
|
|
109964
|
+
"file": {
|
|
109965
|
+
"path": "classic/scss/grid/_variables.scss",
|
|
109966
|
+
"name": "_variables.scss"
|
|
109967
|
+
},
|
|
109968
|
+
"resolvedValue": "var(--kendo-spacing-2\\.5, 0.625rem)",
|
|
109969
|
+
"resolvedType": "String"
|
|
109970
|
+
},
|
|
109971
|
+
{
|
|
109972
|
+
"description": "The color of the Grid stack layout column header.\n",
|
|
109973
|
+
"commentRange": {
|
|
109974
|
+
"start": 343,
|
|
109975
|
+
"end": 344
|
|
109976
|
+
},
|
|
109977
|
+
"context": {
|
|
109978
|
+
"type": "variable",
|
|
109979
|
+
"name": "kendo-grid-stack-header-color",
|
|
109980
|
+
"value": "k-color(subtle)",
|
|
109981
|
+
"scope": "default",
|
|
109982
|
+
"line": {
|
|
109983
|
+
"start": 345,
|
|
109984
|
+
"end": 345
|
|
109985
|
+
}
|
|
109986
|
+
},
|
|
109987
|
+
"group": [
|
|
109988
|
+
"grid"
|
|
109989
|
+
],
|
|
109990
|
+
"access": "public",
|
|
109991
|
+
"file": {
|
|
109992
|
+
"path": "classic/scss/grid/_variables.scss",
|
|
109993
|
+
"name": "_variables.scss"
|
|
109994
|
+
},
|
|
109995
|
+
"resolvedValue": "var(--kendo-color-subtle, #666666)",
|
|
109996
|
+
"resolvedType": "String"
|
|
109997
|
+
},
|
|
109998
|
+
{
|
|
109999
|
+
"description": "The Grid stack layout expandable row shadow.\n",
|
|
110000
|
+
"commentRange": {
|
|
110001
|
+
"start": 346,
|
|
110002
|
+
"end": 347
|
|
110003
|
+
},
|
|
110004
|
+
"context": {
|
|
110005
|
+
"type": "variable",
|
|
110006
|
+
"name": "kendo-grid-stack-expandable-shadow",
|
|
110007
|
+
"value": "k-elevation(2)",
|
|
110008
|
+
"scope": "default",
|
|
110009
|
+
"line": {
|
|
110010
|
+
"start": 348,
|
|
110011
|
+
"end": 348
|
|
110012
|
+
}
|
|
110013
|
+
},
|
|
110014
|
+
"group": [
|
|
110015
|
+
"grid"
|
|
110016
|
+
],
|
|
110017
|
+
"access": "public",
|
|
110018
|
+
"file": {
|
|
110019
|
+
"path": "classic/scss/grid/_variables.scss",
|
|
110020
|
+
"name": "_variables.scss"
|
|
110021
|
+
},
|
|
110022
|
+
"resolvedValue": "var(--kendo-elevation-2, 0 4px 6px rgba(0, 0, 0, 0.06), 0 4px 16px rgba(0, 0, 0, 0.12))",
|
|
110023
|
+
"resolvedType": "String"
|
|
109484
110024
|
}
|
|
109485
110025
|
]
|
|
109486
110026
|
},
|