@progress/kendo-theme-bootstrap 11.1.0-dev.4 → 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/bootstrap-3-dark.css +1 -1
- package/dist/bootstrap-3.css +1 -1
- package/dist/bootstrap-4-dark.css +1 -1
- package/dist/bootstrap-4.css +1 -1
- package/dist/bootstrap-dataviz-v4.css +1 -1
- package/dist/bootstrap-main-dark.css +1 -1
- package/dist/bootstrap-main.css +1 -1
- package/dist/bootstrap-nordic.css +1 -1
- package/dist/bootstrap-turquoise-dark.css +1 -1
- package/dist/bootstrap-turquoise.css +1 -1
- package/dist/bootstrap-urban.css +1 -1
- package/dist/bootstrap-vintage.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/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 +4 -4
- package/scss/grid/_theme.scss +5 -0
- package/scss/grid/_variables.scss +47 -1
|
@@ -30399,6 +30399,276 @@
|
|
|
30399
30399
|
"resolvedValue": "var(--kendo-spacing-0\\.5, 0.125rem)",
|
|
30400
30400
|
"resolvedType": "String"
|
|
30401
30401
|
},
|
|
30402
|
+
{
|
|
30403
|
+
"description": "The horizontal padding of the Grid stack layout cells.\n",
|
|
30404
|
+
"commentRange": {
|
|
30405
|
+
"start": 320,
|
|
30406
|
+
"end": 321
|
|
30407
|
+
},
|
|
30408
|
+
"context": {
|
|
30409
|
+
"type": "variable",
|
|
30410
|
+
"name": "kendo-grid-stack-cell-padding-x",
|
|
30411
|
+
"value": "k-spacing(2)",
|
|
30412
|
+
"scope": "default",
|
|
30413
|
+
"line": {
|
|
30414
|
+
"start": 322,
|
|
30415
|
+
"end": 322
|
|
30416
|
+
}
|
|
30417
|
+
},
|
|
30418
|
+
"group": [
|
|
30419
|
+
"grid"
|
|
30420
|
+
],
|
|
30421
|
+
"access": "public",
|
|
30422
|
+
"file": {
|
|
30423
|
+
"path": "bootstrap/scss/grid/_variables.scss",
|
|
30424
|
+
"name": "_variables.scss"
|
|
30425
|
+
},
|
|
30426
|
+
"resolvedValue": "var(--kendo-spacing-2, 0.5rem)",
|
|
30427
|
+
"resolvedType": "String"
|
|
30428
|
+
},
|
|
30429
|
+
{
|
|
30430
|
+
"description": "The vertical padding of the Grid stack layout cells.\n",
|
|
30431
|
+
"commentRange": {
|
|
30432
|
+
"start": 323,
|
|
30433
|
+
"end": 324
|
|
30434
|
+
},
|
|
30435
|
+
"context": {
|
|
30436
|
+
"type": "variable",
|
|
30437
|
+
"name": "kendo-grid-stack-cell-padding-y",
|
|
30438
|
+
"value": "k-spacing(1.5)",
|
|
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": "bootstrap/scss/grid/_variables.scss",
|
|
30451
|
+
"name": "_variables.scss"
|
|
30452
|
+
},
|
|
30453
|
+
"resolvedValue": "var(--kendo-spacing-1\\.5, 0.375rem)",
|
|
30454
|
+
"resolvedType": "String"
|
|
30455
|
+
},
|
|
30456
|
+
{
|
|
30457
|
+
"description": "The column gap of the Grid stack layout.\n",
|
|
30458
|
+
"commentRange": {
|
|
30459
|
+
"start": 327,
|
|
30460
|
+
"end": 328
|
|
30461
|
+
},
|
|
30462
|
+
"context": {
|
|
30463
|
+
"type": "variable",
|
|
30464
|
+
"name": "kendo-grid-stack-column-gap",
|
|
30465
|
+
"value": "k-spacing(1)",
|
|
30466
|
+
"scope": "default",
|
|
30467
|
+
"line": {
|
|
30468
|
+
"start": 329,
|
|
30469
|
+
"end": 329
|
|
30470
|
+
}
|
|
30471
|
+
},
|
|
30472
|
+
"group": [
|
|
30473
|
+
"grid"
|
|
30474
|
+
],
|
|
30475
|
+
"access": "public",
|
|
30476
|
+
"file": {
|
|
30477
|
+
"path": "bootstrap/scss/grid/_variables.scss",
|
|
30478
|
+
"name": "_variables.scss"
|
|
30479
|
+
},
|
|
30480
|
+
"resolvedValue": "var(--kendo-spacing-1, 0.25rem)",
|
|
30481
|
+
"resolvedType": "String"
|
|
30482
|
+
},
|
|
30483
|
+
{
|
|
30484
|
+
"description": "The column gap of the editable Grid stack layout.\n",
|
|
30485
|
+
"commentRange": {
|
|
30486
|
+
"start": 330,
|
|
30487
|
+
"end": 331
|
|
30488
|
+
},
|
|
30489
|
+
"context": {
|
|
30490
|
+
"type": "variable",
|
|
30491
|
+
"name": "kendo-grid-stack-editable-column-gap",
|
|
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": "bootstrap/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 width of the hierarchy column in the Grid stack layout.\n",
|
|
30512
|
+
"commentRange": {
|
|
30513
|
+
"start": 334,
|
|
30514
|
+
"end": 335
|
|
30515
|
+
},
|
|
30516
|
+
"context": {
|
|
30517
|
+
"type": "variable",
|
|
30518
|
+
"name": "kendo-grid-stack-hierarchy-col-width",
|
|
30519
|
+
"value": "k-spacing(2)",
|
|
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": "bootstrap/scss/grid/_variables.scss",
|
|
30532
|
+
"name": "_variables.scss"
|
|
30533
|
+
},
|
|
30534
|
+
"resolvedValue": "var(--kendo-spacing-2, 0.5rem)",
|
|
30535
|
+
"resolvedType": "String"
|
|
30536
|
+
},
|
|
30537
|
+
{
|
|
30538
|
+
"description": "The font size of the Grid stack layout column header.\n",
|
|
30539
|
+
"commentRange": {
|
|
30540
|
+
"start": 338,
|
|
30541
|
+
"end": 339
|
|
30542
|
+
},
|
|
30543
|
+
"context": {
|
|
30544
|
+
"type": "variable",
|
|
30545
|
+
"name": "kendo-grid-stack-header-font-size",
|
|
30546
|
+
"value": "var( --kendo-font-size-sm, inherit )",
|
|
30547
|
+
"scope": "default",
|
|
30548
|
+
"line": {
|
|
30549
|
+
"start": 340,
|
|
30550
|
+
"end": 340
|
|
30551
|
+
}
|
|
30552
|
+
},
|
|
30553
|
+
"group": [
|
|
30554
|
+
"grid"
|
|
30555
|
+
],
|
|
30556
|
+
"access": "public",
|
|
30557
|
+
"file": {
|
|
30558
|
+
"path": "bootstrap/scss/grid/_variables.scss",
|
|
30559
|
+
"name": "_variables.scss"
|
|
30560
|
+
},
|
|
30561
|
+
"resolvedValue": "var(--kendo-font-size-sm, inherit)",
|
|
30562
|
+
"resolvedType": "String"
|
|
30563
|
+
},
|
|
30564
|
+
{
|
|
30565
|
+
"description": "The font weight of the Grid stack layout column header.\n",
|
|
30566
|
+
"commentRange": {
|
|
30567
|
+
"start": 341,
|
|
30568
|
+
"end": 342
|
|
30569
|
+
},
|
|
30570
|
+
"context": {
|
|
30571
|
+
"type": "variable",
|
|
30572
|
+
"name": "kendo-grid-stack-header-font-weight",
|
|
30573
|
+
"value": "var( --kendo-font-weight-bold, bold )",
|
|
30574
|
+
"scope": "default",
|
|
30575
|
+
"line": {
|
|
30576
|
+
"start": 343,
|
|
30577
|
+
"end": 343
|
|
30578
|
+
}
|
|
30579
|
+
},
|
|
30580
|
+
"group": [
|
|
30581
|
+
"grid"
|
|
30582
|
+
],
|
|
30583
|
+
"access": "public",
|
|
30584
|
+
"file": {
|
|
30585
|
+
"path": "bootstrap/scss/grid/_variables.scss",
|
|
30586
|
+
"name": "_variables.scss"
|
|
30587
|
+
},
|
|
30588
|
+
"resolvedValue": "var(--kendo-font-weight-bold, bold)",
|
|
30589
|
+
"resolvedType": "String"
|
|
30590
|
+
},
|
|
30591
|
+
{
|
|
30592
|
+
"description": "The height of the Grid stack layout expandable row shadow.\n",
|
|
30593
|
+
"commentRange": {
|
|
30594
|
+
"start": 344,
|
|
30595
|
+
"end": 345
|
|
30596
|
+
},
|
|
30597
|
+
"context": {
|
|
30598
|
+
"type": "variable",
|
|
30599
|
+
"name": "kendo-grid-stack-expandable-shadow-height",
|
|
30600
|
+
"value": "k-spacing(2.5)",
|
|
30601
|
+
"scope": "default",
|
|
30602
|
+
"line": {
|
|
30603
|
+
"start": 346,
|
|
30604
|
+
"end": 346
|
|
30605
|
+
}
|
|
30606
|
+
},
|
|
30607
|
+
"group": [
|
|
30608
|
+
"grid"
|
|
30609
|
+
],
|
|
30610
|
+
"access": "public",
|
|
30611
|
+
"file": {
|
|
30612
|
+
"path": "bootstrap/scss/grid/_variables.scss",
|
|
30613
|
+
"name": "_variables.scss"
|
|
30614
|
+
},
|
|
30615
|
+
"resolvedValue": "var(--kendo-spacing-2\\.5, 0.625rem)",
|
|
30616
|
+
"resolvedType": "String"
|
|
30617
|
+
},
|
|
30618
|
+
{
|
|
30619
|
+
"description": "The color of the Grid stack layout column header.\n",
|
|
30620
|
+
"commentRange": {
|
|
30621
|
+
"start": 348,
|
|
30622
|
+
"end": 349
|
|
30623
|
+
},
|
|
30624
|
+
"context": {
|
|
30625
|
+
"type": "variable",
|
|
30626
|
+
"name": "kendo-grid-stack-header-color",
|
|
30627
|
+
"value": "k-color(subtle)",
|
|
30628
|
+
"scope": "default",
|
|
30629
|
+
"line": {
|
|
30630
|
+
"start": 350,
|
|
30631
|
+
"end": 350
|
|
30632
|
+
}
|
|
30633
|
+
},
|
|
30634
|
+
"group": [
|
|
30635
|
+
"grid"
|
|
30636
|
+
],
|
|
30637
|
+
"access": "public",
|
|
30638
|
+
"file": {
|
|
30639
|
+
"path": "bootstrap/scss/grid/_variables.scss",
|
|
30640
|
+
"name": "_variables.scss"
|
|
30641
|
+
},
|
|
30642
|
+
"resolvedValue": "var(--kendo-color-subtle, #596169)",
|
|
30643
|
+
"resolvedType": "String"
|
|
30644
|
+
},
|
|
30645
|
+
{
|
|
30646
|
+
"description": "The Grid stack layout expandable row shadow.\n",
|
|
30647
|
+
"commentRange": {
|
|
30648
|
+
"start": 351,
|
|
30649
|
+
"end": 352
|
|
30650
|
+
},
|
|
30651
|
+
"context": {
|
|
30652
|
+
"type": "variable",
|
|
30653
|
+
"name": "kendo-grid-stack-expandable-shadow",
|
|
30654
|
+
"value": "k-elevation(2)",
|
|
30655
|
+
"scope": "default",
|
|
30656
|
+
"line": {
|
|
30657
|
+
"start": 353,
|
|
30658
|
+
"end": 353
|
|
30659
|
+
}
|
|
30660
|
+
},
|
|
30661
|
+
"group": [
|
|
30662
|
+
"grid"
|
|
30663
|
+
],
|
|
30664
|
+
"access": "public",
|
|
30665
|
+
"file": {
|
|
30666
|
+
"path": "bootstrap/scss/grid/_variables.scss",
|
|
30667
|
+
"name": "_variables.scss"
|
|
30668
|
+
},
|
|
30669
|
+
"resolvedValue": "var(--kendo-elevation-2, 0px 2px 7px rgba(0, 0, 0, 0.075))",
|
|
30670
|
+
"resolvedType": "String"
|
|
30671
|
+
},
|
|
30402
30672
|
{
|
|
30403
30673
|
"description": "Font sizes of the icons.\n",
|
|
30404
30674
|
"commentRange": {
|
|
@@ -109191,6 +109461,276 @@
|
|
|
109191
109461
|
},
|
|
109192
109462
|
"resolvedValue": "var(--kendo-spacing-0\\.5, 0.125rem)",
|
|
109193
109463
|
"resolvedType": "String"
|
|
109464
|
+
},
|
|
109465
|
+
{
|
|
109466
|
+
"description": "The horizontal padding of the Grid stack layout cells.\n",
|
|
109467
|
+
"commentRange": {
|
|
109468
|
+
"start": 320,
|
|
109469
|
+
"end": 321
|
|
109470
|
+
},
|
|
109471
|
+
"context": {
|
|
109472
|
+
"type": "variable",
|
|
109473
|
+
"name": "kendo-grid-stack-cell-padding-x",
|
|
109474
|
+
"value": "k-spacing(2)",
|
|
109475
|
+
"scope": "default",
|
|
109476
|
+
"line": {
|
|
109477
|
+
"start": 322,
|
|
109478
|
+
"end": 322
|
|
109479
|
+
}
|
|
109480
|
+
},
|
|
109481
|
+
"group": [
|
|
109482
|
+
"grid"
|
|
109483
|
+
],
|
|
109484
|
+
"access": "public",
|
|
109485
|
+
"file": {
|
|
109486
|
+
"path": "bootstrap/scss/grid/_variables.scss",
|
|
109487
|
+
"name": "_variables.scss"
|
|
109488
|
+
},
|
|
109489
|
+
"resolvedValue": "var(--kendo-spacing-2, 0.5rem)",
|
|
109490
|
+
"resolvedType": "String"
|
|
109491
|
+
},
|
|
109492
|
+
{
|
|
109493
|
+
"description": "The vertical padding of the Grid stack layout cells.\n",
|
|
109494
|
+
"commentRange": {
|
|
109495
|
+
"start": 323,
|
|
109496
|
+
"end": 324
|
|
109497
|
+
},
|
|
109498
|
+
"context": {
|
|
109499
|
+
"type": "variable",
|
|
109500
|
+
"name": "kendo-grid-stack-cell-padding-y",
|
|
109501
|
+
"value": "k-spacing(1.5)",
|
|
109502
|
+
"scope": "default",
|
|
109503
|
+
"line": {
|
|
109504
|
+
"start": 325,
|
|
109505
|
+
"end": 325
|
|
109506
|
+
}
|
|
109507
|
+
},
|
|
109508
|
+
"group": [
|
|
109509
|
+
"grid"
|
|
109510
|
+
],
|
|
109511
|
+
"access": "public",
|
|
109512
|
+
"file": {
|
|
109513
|
+
"path": "bootstrap/scss/grid/_variables.scss",
|
|
109514
|
+
"name": "_variables.scss"
|
|
109515
|
+
},
|
|
109516
|
+
"resolvedValue": "var(--kendo-spacing-1\\.5, 0.375rem)",
|
|
109517
|
+
"resolvedType": "String"
|
|
109518
|
+
},
|
|
109519
|
+
{
|
|
109520
|
+
"description": "The column gap of the Grid stack layout.\n",
|
|
109521
|
+
"commentRange": {
|
|
109522
|
+
"start": 327,
|
|
109523
|
+
"end": 328
|
|
109524
|
+
},
|
|
109525
|
+
"context": {
|
|
109526
|
+
"type": "variable",
|
|
109527
|
+
"name": "kendo-grid-stack-column-gap",
|
|
109528
|
+
"value": "k-spacing(1)",
|
|
109529
|
+
"scope": "default",
|
|
109530
|
+
"line": {
|
|
109531
|
+
"start": 329,
|
|
109532
|
+
"end": 329
|
|
109533
|
+
}
|
|
109534
|
+
},
|
|
109535
|
+
"group": [
|
|
109536
|
+
"grid"
|
|
109537
|
+
],
|
|
109538
|
+
"access": "public",
|
|
109539
|
+
"file": {
|
|
109540
|
+
"path": "bootstrap/scss/grid/_variables.scss",
|
|
109541
|
+
"name": "_variables.scss"
|
|
109542
|
+
},
|
|
109543
|
+
"resolvedValue": "var(--kendo-spacing-1, 0.25rem)",
|
|
109544
|
+
"resolvedType": "String"
|
|
109545
|
+
},
|
|
109546
|
+
{
|
|
109547
|
+
"description": "The column gap of the editable Grid stack layout.\n",
|
|
109548
|
+
"commentRange": {
|
|
109549
|
+
"start": 330,
|
|
109550
|
+
"end": 331
|
|
109551
|
+
},
|
|
109552
|
+
"context": {
|
|
109553
|
+
"type": "variable",
|
|
109554
|
+
"name": "kendo-grid-stack-editable-column-gap",
|
|
109555
|
+
"value": "k-spacing(2)",
|
|
109556
|
+
"scope": "default",
|
|
109557
|
+
"line": {
|
|
109558
|
+
"start": 332,
|
|
109559
|
+
"end": 332
|
|
109560
|
+
}
|
|
109561
|
+
},
|
|
109562
|
+
"group": [
|
|
109563
|
+
"grid"
|
|
109564
|
+
],
|
|
109565
|
+
"access": "public",
|
|
109566
|
+
"file": {
|
|
109567
|
+
"path": "bootstrap/scss/grid/_variables.scss",
|
|
109568
|
+
"name": "_variables.scss"
|
|
109569
|
+
},
|
|
109570
|
+
"resolvedValue": "var(--kendo-spacing-2, 0.5rem)",
|
|
109571
|
+
"resolvedType": "String"
|
|
109572
|
+
},
|
|
109573
|
+
{
|
|
109574
|
+
"description": "The width of the hierarchy column in the Grid stack layout.\n",
|
|
109575
|
+
"commentRange": {
|
|
109576
|
+
"start": 334,
|
|
109577
|
+
"end": 335
|
|
109578
|
+
},
|
|
109579
|
+
"context": {
|
|
109580
|
+
"type": "variable",
|
|
109581
|
+
"name": "kendo-grid-stack-hierarchy-col-width",
|
|
109582
|
+
"value": "k-spacing(2)",
|
|
109583
|
+
"scope": "default",
|
|
109584
|
+
"line": {
|
|
109585
|
+
"start": 336,
|
|
109586
|
+
"end": 336
|
|
109587
|
+
}
|
|
109588
|
+
},
|
|
109589
|
+
"group": [
|
|
109590
|
+
"grid"
|
|
109591
|
+
],
|
|
109592
|
+
"access": "public",
|
|
109593
|
+
"file": {
|
|
109594
|
+
"path": "bootstrap/scss/grid/_variables.scss",
|
|
109595
|
+
"name": "_variables.scss"
|
|
109596
|
+
},
|
|
109597
|
+
"resolvedValue": "var(--kendo-spacing-2, 0.5rem)",
|
|
109598
|
+
"resolvedType": "String"
|
|
109599
|
+
},
|
|
109600
|
+
{
|
|
109601
|
+
"description": "The font size of the Grid stack layout column header.\n",
|
|
109602
|
+
"commentRange": {
|
|
109603
|
+
"start": 338,
|
|
109604
|
+
"end": 339
|
|
109605
|
+
},
|
|
109606
|
+
"context": {
|
|
109607
|
+
"type": "variable",
|
|
109608
|
+
"name": "kendo-grid-stack-header-font-size",
|
|
109609
|
+
"value": "var( --kendo-font-size-sm, inherit )",
|
|
109610
|
+
"scope": "default",
|
|
109611
|
+
"line": {
|
|
109612
|
+
"start": 340,
|
|
109613
|
+
"end": 340
|
|
109614
|
+
}
|
|
109615
|
+
},
|
|
109616
|
+
"group": [
|
|
109617
|
+
"grid"
|
|
109618
|
+
],
|
|
109619
|
+
"access": "public",
|
|
109620
|
+
"file": {
|
|
109621
|
+
"path": "bootstrap/scss/grid/_variables.scss",
|
|
109622
|
+
"name": "_variables.scss"
|
|
109623
|
+
},
|
|
109624
|
+
"resolvedValue": "var(--kendo-font-size-sm, inherit)",
|
|
109625
|
+
"resolvedType": "String"
|
|
109626
|
+
},
|
|
109627
|
+
{
|
|
109628
|
+
"description": "The font weight of the Grid stack layout column header.\n",
|
|
109629
|
+
"commentRange": {
|
|
109630
|
+
"start": 341,
|
|
109631
|
+
"end": 342
|
|
109632
|
+
},
|
|
109633
|
+
"context": {
|
|
109634
|
+
"type": "variable",
|
|
109635
|
+
"name": "kendo-grid-stack-header-font-weight",
|
|
109636
|
+
"value": "var( --kendo-font-weight-bold, bold )",
|
|
109637
|
+
"scope": "default",
|
|
109638
|
+
"line": {
|
|
109639
|
+
"start": 343,
|
|
109640
|
+
"end": 343
|
|
109641
|
+
}
|
|
109642
|
+
},
|
|
109643
|
+
"group": [
|
|
109644
|
+
"grid"
|
|
109645
|
+
],
|
|
109646
|
+
"access": "public",
|
|
109647
|
+
"file": {
|
|
109648
|
+
"path": "bootstrap/scss/grid/_variables.scss",
|
|
109649
|
+
"name": "_variables.scss"
|
|
109650
|
+
},
|
|
109651
|
+
"resolvedValue": "var(--kendo-font-weight-bold, bold)",
|
|
109652
|
+
"resolvedType": "String"
|
|
109653
|
+
},
|
|
109654
|
+
{
|
|
109655
|
+
"description": "The height of the Grid stack layout expandable row shadow.\n",
|
|
109656
|
+
"commentRange": {
|
|
109657
|
+
"start": 344,
|
|
109658
|
+
"end": 345
|
|
109659
|
+
},
|
|
109660
|
+
"context": {
|
|
109661
|
+
"type": "variable",
|
|
109662
|
+
"name": "kendo-grid-stack-expandable-shadow-height",
|
|
109663
|
+
"value": "k-spacing(2.5)",
|
|
109664
|
+
"scope": "default",
|
|
109665
|
+
"line": {
|
|
109666
|
+
"start": 346,
|
|
109667
|
+
"end": 346
|
|
109668
|
+
}
|
|
109669
|
+
},
|
|
109670
|
+
"group": [
|
|
109671
|
+
"grid"
|
|
109672
|
+
],
|
|
109673
|
+
"access": "public",
|
|
109674
|
+
"file": {
|
|
109675
|
+
"path": "bootstrap/scss/grid/_variables.scss",
|
|
109676
|
+
"name": "_variables.scss"
|
|
109677
|
+
},
|
|
109678
|
+
"resolvedValue": "var(--kendo-spacing-2\\.5, 0.625rem)",
|
|
109679
|
+
"resolvedType": "String"
|
|
109680
|
+
},
|
|
109681
|
+
{
|
|
109682
|
+
"description": "The color of the Grid stack layout column header.\n",
|
|
109683
|
+
"commentRange": {
|
|
109684
|
+
"start": 348,
|
|
109685
|
+
"end": 349
|
|
109686
|
+
},
|
|
109687
|
+
"context": {
|
|
109688
|
+
"type": "variable",
|
|
109689
|
+
"name": "kendo-grid-stack-header-color",
|
|
109690
|
+
"value": "k-color(subtle)",
|
|
109691
|
+
"scope": "default",
|
|
109692
|
+
"line": {
|
|
109693
|
+
"start": 350,
|
|
109694
|
+
"end": 350
|
|
109695
|
+
}
|
|
109696
|
+
},
|
|
109697
|
+
"group": [
|
|
109698
|
+
"grid"
|
|
109699
|
+
],
|
|
109700
|
+
"access": "public",
|
|
109701
|
+
"file": {
|
|
109702
|
+
"path": "bootstrap/scss/grid/_variables.scss",
|
|
109703
|
+
"name": "_variables.scss"
|
|
109704
|
+
},
|
|
109705
|
+
"resolvedValue": "var(--kendo-color-subtle, #596169)",
|
|
109706
|
+
"resolvedType": "String"
|
|
109707
|
+
},
|
|
109708
|
+
{
|
|
109709
|
+
"description": "The Grid stack layout expandable row shadow.\n",
|
|
109710
|
+
"commentRange": {
|
|
109711
|
+
"start": 351,
|
|
109712
|
+
"end": 352
|
|
109713
|
+
},
|
|
109714
|
+
"context": {
|
|
109715
|
+
"type": "variable",
|
|
109716
|
+
"name": "kendo-grid-stack-expandable-shadow",
|
|
109717
|
+
"value": "k-elevation(2)",
|
|
109718
|
+
"scope": "default",
|
|
109719
|
+
"line": {
|
|
109720
|
+
"start": 353,
|
|
109721
|
+
"end": 353
|
|
109722
|
+
}
|
|
109723
|
+
},
|
|
109724
|
+
"group": [
|
|
109725
|
+
"grid"
|
|
109726
|
+
],
|
|
109727
|
+
"access": "public",
|
|
109728
|
+
"file": {
|
|
109729
|
+
"path": "bootstrap/scss/grid/_variables.scss",
|
|
109730
|
+
"name": "_variables.scss"
|
|
109731
|
+
},
|
|
109732
|
+
"resolvedValue": "var(--kendo-elevation-2, 0px 2px 7px rgba(0, 0, 0, 0.075))",
|
|
109733
|
+
"resolvedType": "String"
|
|
109194
109734
|
}
|
|
109195
109735
|
]
|
|
109196
109736
|
},
|