@progress/kendo-theme-material 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/material-2-dark.css +1 -1
- package/dist/material-2.css +1 -1
- package/dist/material-aqua-dark.css +1 -1
- package/dist/material-arctic.css +1 -1
- package/dist/material-burnt-teal.css +1 -1
- package/dist/material-dataviz-v4.css +1 -1
- package/dist/material-eggplant.css +1 -1
- package/dist/material-lime-dark.css +1 -1
- package/dist/material-lime.css +1 -1
- package/dist/material-main-dark.css +1 -1
- package/dist/material-main.css +1 -1
- package/dist/material-nova.css +1 -1
- package/dist/material-pacific-dark.css +1 -1
- package/dist/material-pacific.css +1 -1
- package/dist/material-sky-dark.css +1 -1
- package/dist/material-sky.css +1 -1
- package/dist/material-smoke.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/material-2-dark.json +1 -1
- package/lib/swatches/material-2.json +1 -1
- package/lib/swatches/material-aqua-dark.json +1 -1
- package/lib/swatches/material-arctic.json +1 -1
- package/lib/swatches/material-burnt-teal.json +1 -1
- package/lib/swatches/material-dataviz-v4.json +1 -1
- package/lib/swatches/material-eggplant.json +1 -1
- package/lib/swatches/material-lime-dark.json +1 -1
- package/lib/swatches/material-lime.json +1 -1
- package/lib/swatches/material-main-dark.json +1 -1
- package/lib/swatches/material-main.json +1 -1
- package/lib/swatches/material-nova.json +1 -1
- package/lib/swatches/material-pacific-dark.json +1 -1
- package/lib/swatches/material-pacific.json +1 -1
- package/lib/swatches/material-sky-dark.json +1 -1
- package/lib/swatches/material-sky.json +1 -1
- package/lib/swatches/material-smoke.json +1 -1
- package/package.json +4 -4
- package/scss/grid/_variables.scss +45 -1
|
@@ -30318,6 +30318,276 @@
|
|
|
30318
30318
|
"resolvedValue": "var(--kendo-spacing-0\\.5, 0.125rem)",
|
|
30319
30319
|
"resolvedType": "String"
|
|
30320
30320
|
},
|
|
30321
|
+
{
|
|
30322
|
+
"description": "The horizontal padding of the Grid stack layout cells.\n",
|
|
30323
|
+
"commentRange": {
|
|
30324
|
+
"start": 316,
|
|
30325
|
+
"end": 317
|
|
30326
|
+
},
|
|
30327
|
+
"context": {
|
|
30328
|
+
"type": "variable",
|
|
30329
|
+
"name": "kendo-grid-stack-cell-padding-x",
|
|
30330
|
+
"value": "k-spacing(2)",
|
|
30331
|
+
"scope": "default",
|
|
30332
|
+
"line": {
|
|
30333
|
+
"start": 318,
|
|
30334
|
+
"end": 318
|
|
30335
|
+
}
|
|
30336
|
+
},
|
|
30337
|
+
"group": [
|
|
30338
|
+
"grid"
|
|
30339
|
+
],
|
|
30340
|
+
"access": "public",
|
|
30341
|
+
"file": {
|
|
30342
|
+
"path": "material/scss/grid/_variables.scss",
|
|
30343
|
+
"name": "_variables.scss"
|
|
30344
|
+
},
|
|
30345
|
+
"resolvedValue": "var(--kendo-spacing-2, 0.5rem)",
|
|
30346
|
+
"resolvedType": "String"
|
|
30347
|
+
},
|
|
30348
|
+
{
|
|
30349
|
+
"description": "The vertical padding of the Grid stack layout cells.\n",
|
|
30350
|
+
"commentRange": {
|
|
30351
|
+
"start": 319,
|
|
30352
|
+
"end": 320
|
|
30353
|
+
},
|
|
30354
|
+
"context": {
|
|
30355
|
+
"type": "variable",
|
|
30356
|
+
"name": "kendo-grid-stack-cell-padding-y",
|
|
30357
|
+
"value": "k-spacing(1.5)",
|
|
30358
|
+
"scope": "default",
|
|
30359
|
+
"line": {
|
|
30360
|
+
"start": 321,
|
|
30361
|
+
"end": 321
|
|
30362
|
+
}
|
|
30363
|
+
},
|
|
30364
|
+
"group": [
|
|
30365
|
+
"grid"
|
|
30366
|
+
],
|
|
30367
|
+
"access": "public",
|
|
30368
|
+
"file": {
|
|
30369
|
+
"path": "material/scss/grid/_variables.scss",
|
|
30370
|
+
"name": "_variables.scss"
|
|
30371
|
+
},
|
|
30372
|
+
"resolvedValue": "var(--kendo-spacing-1\\.5, 0.375rem)",
|
|
30373
|
+
"resolvedType": "String"
|
|
30374
|
+
},
|
|
30375
|
+
{
|
|
30376
|
+
"description": "The column gap of the Grid stack layout.\n",
|
|
30377
|
+
"commentRange": {
|
|
30378
|
+
"start": 323,
|
|
30379
|
+
"end": 324
|
|
30380
|
+
},
|
|
30381
|
+
"context": {
|
|
30382
|
+
"type": "variable",
|
|
30383
|
+
"name": "kendo-grid-stack-column-gap",
|
|
30384
|
+
"value": "k-spacing(1)",
|
|
30385
|
+
"scope": "default",
|
|
30386
|
+
"line": {
|
|
30387
|
+
"start": 325,
|
|
30388
|
+
"end": 325
|
|
30389
|
+
}
|
|
30390
|
+
},
|
|
30391
|
+
"group": [
|
|
30392
|
+
"grid"
|
|
30393
|
+
],
|
|
30394
|
+
"access": "public",
|
|
30395
|
+
"file": {
|
|
30396
|
+
"path": "material/scss/grid/_variables.scss",
|
|
30397
|
+
"name": "_variables.scss"
|
|
30398
|
+
},
|
|
30399
|
+
"resolvedValue": "var(--kendo-spacing-1, 0.25rem)",
|
|
30400
|
+
"resolvedType": "String"
|
|
30401
|
+
},
|
|
30402
|
+
{
|
|
30403
|
+
"description": "The column gap of the editable Grid stack layout.\n",
|
|
30404
|
+
"commentRange": {
|
|
30405
|
+
"start": 326,
|
|
30406
|
+
"end": 327
|
|
30407
|
+
},
|
|
30408
|
+
"context": {
|
|
30409
|
+
"type": "variable",
|
|
30410
|
+
"name": "kendo-grid-stack-editable-column-gap",
|
|
30411
|
+
"value": "k-spacing(2)",
|
|
30412
|
+
"scope": "default",
|
|
30413
|
+
"line": {
|
|
30414
|
+
"start": 328,
|
|
30415
|
+
"end": 328
|
|
30416
|
+
}
|
|
30417
|
+
},
|
|
30418
|
+
"group": [
|
|
30419
|
+
"grid"
|
|
30420
|
+
],
|
|
30421
|
+
"access": "public",
|
|
30422
|
+
"file": {
|
|
30423
|
+
"path": "material/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 width of the hierarchy column in the Grid stack layout.\n",
|
|
30431
|
+
"commentRange": {
|
|
30432
|
+
"start": 330,
|
|
30433
|
+
"end": 331
|
|
30434
|
+
},
|
|
30435
|
+
"context": {
|
|
30436
|
+
"type": "variable",
|
|
30437
|
+
"name": "kendo-grid-stack-hierarchy-col-width",
|
|
30438
|
+
"value": "k-spacing(2)",
|
|
30439
|
+
"scope": "default",
|
|
30440
|
+
"line": {
|
|
30441
|
+
"start": 332,
|
|
30442
|
+
"end": 332
|
|
30443
|
+
}
|
|
30444
|
+
},
|
|
30445
|
+
"group": [
|
|
30446
|
+
"grid"
|
|
30447
|
+
],
|
|
30448
|
+
"access": "public",
|
|
30449
|
+
"file": {
|
|
30450
|
+
"path": "material/scss/grid/_variables.scss",
|
|
30451
|
+
"name": "_variables.scss"
|
|
30452
|
+
},
|
|
30453
|
+
"resolvedValue": "var(--kendo-spacing-2, 0.5rem)",
|
|
30454
|
+
"resolvedType": "String"
|
|
30455
|
+
},
|
|
30456
|
+
{
|
|
30457
|
+
"description": "The font size of the Grid stack layout column header.\n",
|
|
30458
|
+
"commentRange": {
|
|
30459
|
+
"start": 334,
|
|
30460
|
+
"end": 335
|
|
30461
|
+
},
|
|
30462
|
+
"context": {
|
|
30463
|
+
"type": "variable",
|
|
30464
|
+
"name": "kendo-grid-stack-header-font-size",
|
|
30465
|
+
"value": "var( --kendo-font-size-sm, inherit )",
|
|
30466
|
+
"scope": "default",
|
|
30467
|
+
"line": {
|
|
30468
|
+
"start": 336,
|
|
30469
|
+
"end": 336
|
|
30470
|
+
}
|
|
30471
|
+
},
|
|
30472
|
+
"group": [
|
|
30473
|
+
"grid"
|
|
30474
|
+
],
|
|
30475
|
+
"access": "public",
|
|
30476
|
+
"file": {
|
|
30477
|
+
"path": "material/scss/grid/_variables.scss",
|
|
30478
|
+
"name": "_variables.scss"
|
|
30479
|
+
},
|
|
30480
|
+
"resolvedValue": "var(--kendo-font-size-sm, inherit)",
|
|
30481
|
+
"resolvedType": "String"
|
|
30482
|
+
},
|
|
30483
|
+
{
|
|
30484
|
+
"description": "The font weight of the Grid stack layout column header.\n",
|
|
30485
|
+
"commentRange": {
|
|
30486
|
+
"start": 337,
|
|
30487
|
+
"end": 338
|
|
30488
|
+
},
|
|
30489
|
+
"context": {
|
|
30490
|
+
"type": "variable",
|
|
30491
|
+
"name": "kendo-grid-stack-header-font-weight",
|
|
30492
|
+
"value": "var( --kendo-font-weight-bold, inherit )",
|
|
30493
|
+
"scope": "default",
|
|
30494
|
+
"line": {
|
|
30495
|
+
"start": 339,
|
|
30496
|
+
"end": 339
|
|
30497
|
+
}
|
|
30498
|
+
},
|
|
30499
|
+
"group": [
|
|
30500
|
+
"grid"
|
|
30501
|
+
],
|
|
30502
|
+
"access": "public",
|
|
30503
|
+
"file": {
|
|
30504
|
+
"path": "material/scss/grid/_variables.scss",
|
|
30505
|
+
"name": "_variables.scss"
|
|
30506
|
+
},
|
|
30507
|
+
"resolvedValue": "var(--kendo-font-weight-bold, inherit)",
|
|
30508
|
+
"resolvedType": "String"
|
|
30509
|
+
},
|
|
30510
|
+
{
|
|
30511
|
+
"description": "The height of the Grid stack layout expandable row shadow.\n",
|
|
30512
|
+
"commentRange": {
|
|
30513
|
+
"start": 340,
|
|
30514
|
+
"end": 341
|
|
30515
|
+
},
|
|
30516
|
+
"context": {
|
|
30517
|
+
"type": "variable",
|
|
30518
|
+
"name": "kendo-grid-stack-expandable-shadow-height",
|
|
30519
|
+
"value": "k-spacing(2.5)",
|
|
30520
|
+
"scope": "default",
|
|
30521
|
+
"line": {
|
|
30522
|
+
"start": 342,
|
|
30523
|
+
"end": 342
|
|
30524
|
+
}
|
|
30525
|
+
},
|
|
30526
|
+
"group": [
|
|
30527
|
+
"grid"
|
|
30528
|
+
],
|
|
30529
|
+
"access": "public",
|
|
30530
|
+
"file": {
|
|
30531
|
+
"path": "material/scss/grid/_variables.scss",
|
|
30532
|
+
"name": "_variables.scss"
|
|
30533
|
+
},
|
|
30534
|
+
"resolvedValue": "var(--kendo-spacing-2\\.5, 0.625rem)",
|
|
30535
|
+
"resolvedType": "String"
|
|
30536
|
+
},
|
|
30537
|
+
{
|
|
30538
|
+
"description": "The color of the Grid stack layout column header.\n",
|
|
30539
|
+
"commentRange": {
|
|
30540
|
+
"start": 344,
|
|
30541
|
+
"end": 345
|
|
30542
|
+
},
|
|
30543
|
+
"context": {
|
|
30544
|
+
"type": "variable",
|
|
30545
|
+
"name": "kendo-grid-stack-header-color",
|
|
30546
|
+
"value": "k-color(subtle)",
|
|
30547
|
+
"scope": "default",
|
|
30548
|
+
"line": {
|
|
30549
|
+
"start": 346,
|
|
30550
|
+
"end": 346
|
|
30551
|
+
}
|
|
30552
|
+
},
|
|
30553
|
+
"group": [
|
|
30554
|
+
"grid"
|
|
30555
|
+
],
|
|
30556
|
+
"access": "public",
|
|
30557
|
+
"file": {
|
|
30558
|
+
"path": "material/scss/grid/_variables.scss",
|
|
30559
|
+
"name": "_variables.scss"
|
|
30560
|
+
},
|
|
30561
|
+
"resolvedValue": "var(--kendo-color-subtle, #49454F)",
|
|
30562
|
+
"resolvedType": "String"
|
|
30563
|
+
},
|
|
30564
|
+
{
|
|
30565
|
+
"description": "The Grid stack layout expandable row shadow.\n",
|
|
30566
|
+
"commentRange": {
|
|
30567
|
+
"start": 347,
|
|
30568
|
+
"end": 348
|
|
30569
|
+
},
|
|
30570
|
+
"context": {
|
|
30571
|
+
"type": "variable",
|
|
30572
|
+
"name": "kendo-grid-stack-expandable-shadow",
|
|
30573
|
+
"value": "k-elevation(1)",
|
|
30574
|
+
"scope": "default",
|
|
30575
|
+
"line": {
|
|
30576
|
+
"start": 349,
|
|
30577
|
+
"end": 349
|
|
30578
|
+
}
|
|
30579
|
+
},
|
|
30580
|
+
"group": [
|
|
30581
|
+
"grid"
|
|
30582
|
+
],
|
|
30583
|
+
"access": "public",
|
|
30584
|
+
"file": {
|
|
30585
|
+
"path": "material/scss/grid/_variables.scss",
|
|
30586
|
+
"name": "_variables.scss"
|
|
30587
|
+
},
|
|
30588
|
+
"resolvedValue": "var(--kendo-elevation-1, 0px 1px 2px 0px rgba(0, 0, 0, 0.3), 0px 1px 3px 1px rgba(0, 0, 0, 0.15))",
|
|
30589
|
+
"resolvedType": "String"
|
|
30590
|
+
},
|
|
30321
30591
|
{
|
|
30322
30592
|
"description": "The default size icon size.\n",
|
|
30323
30593
|
"commentRange": {
|
|
@@ -109670,6 +109940,276 @@
|
|
|
109670
109940
|
},
|
|
109671
109941
|
"resolvedValue": "var(--kendo-spacing-0\\.5, 0.125rem)",
|
|
109672
109942
|
"resolvedType": "String"
|
|
109943
|
+
},
|
|
109944
|
+
{
|
|
109945
|
+
"description": "The horizontal padding of the Grid stack layout cells.\n",
|
|
109946
|
+
"commentRange": {
|
|
109947
|
+
"start": 316,
|
|
109948
|
+
"end": 317
|
|
109949
|
+
},
|
|
109950
|
+
"context": {
|
|
109951
|
+
"type": "variable",
|
|
109952
|
+
"name": "kendo-grid-stack-cell-padding-x",
|
|
109953
|
+
"value": "k-spacing(2)",
|
|
109954
|
+
"scope": "default",
|
|
109955
|
+
"line": {
|
|
109956
|
+
"start": 318,
|
|
109957
|
+
"end": 318
|
|
109958
|
+
}
|
|
109959
|
+
},
|
|
109960
|
+
"group": [
|
|
109961
|
+
"grid"
|
|
109962
|
+
],
|
|
109963
|
+
"access": "public",
|
|
109964
|
+
"file": {
|
|
109965
|
+
"path": "material/scss/grid/_variables.scss",
|
|
109966
|
+
"name": "_variables.scss"
|
|
109967
|
+
},
|
|
109968
|
+
"resolvedValue": "var(--kendo-spacing-2, 0.5rem)",
|
|
109969
|
+
"resolvedType": "String"
|
|
109970
|
+
},
|
|
109971
|
+
{
|
|
109972
|
+
"description": "The vertical padding of the Grid stack layout cells.\n",
|
|
109973
|
+
"commentRange": {
|
|
109974
|
+
"start": 319,
|
|
109975
|
+
"end": 320
|
|
109976
|
+
},
|
|
109977
|
+
"context": {
|
|
109978
|
+
"type": "variable",
|
|
109979
|
+
"name": "kendo-grid-stack-cell-padding-y",
|
|
109980
|
+
"value": "k-spacing(1.5)",
|
|
109981
|
+
"scope": "default",
|
|
109982
|
+
"line": {
|
|
109983
|
+
"start": 321,
|
|
109984
|
+
"end": 321
|
|
109985
|
+
}
|
|
109986
|
+
},
|
|
109987
|
+
"group": [
|
|
109988
|
+
"grid"
|
|
109989
|
+
],
|
|
109990
|
+
"access": "public",
|
|
109991
|
+
"file": {
|
|
109992
|
+
"path": "material/scss/grid/_variables.scss",
|
|
109993
|
+
"name": "_variables.scss"
|
|
109994
|
+
},
|
|
109995
|
+
"resolvedValue": "var(--kendo-spacing-1\\.5, 0.375rem)",
|
|
109996
|
+
"resolvedType": "String"
|
|
109997
|
+
},
|
|
109998
|
+
{
|
|
109999
|
+
"description": "The column gap of the Grid stack layout.\n",
|
|
110000
|
+
"commentRange": {
|
|
110001
|
+
"start": 323,
|
|
110002
|
+
"end": 324
|
|
110003
|
+
},
|
|
110004
|
+
"context": {
|
|
110005
|
+
"type": "variable",
|
|
110006
|
+
"name": "kendo-grid-stack-column-gap",
|
|
110007
|
+
"value": "k-spacing(1)",
|
|
110008
|
+
"scope": "default",
|
|
110009
|
+
"line": {
|
|
110010
|
+
"start": 325,
|
|
110011
|
+
"end": 325
|
|
110012
|
+
}
|
|
110013
|
+
},
|
|
110014
|
+
"group": [
|
|
110015
|
+
"grid"
|
|
110016
|
+
],
|
|
110017
|
+
"access": "public",
|
|
110018
|
+
"file": {
|
|
110019
|
+
"path": "material/scss/grid/_variables.scss",
|
|
110020
|
+
"name": "_variables.scss"
|
|
110021
|
+
},
|
|
110022
|
+
"resolvedValue": "var(--kendo-spacing-1, 0.25rem)",
|
|
110023
|
+
"resolvedType": "String"
|
|
110024
|
+
},
|
|
110025
|
+
{
|
|
110026
|
+
"description": "The column gap of the editable Grid stack layout.\n",
|
|
110027
|
+
"commentRange": {
|
|
110028
|
+
"start": 326,
|
|
110029
|
+
"end": 327
|
|
110030
|
+
},
|
|
110031
|
+
"context": {
|
|
110032
|
+
"type": "variable",
|
|
110033
|
+
"name": "kendo-grid-stack-editable-column-gap",
|
|
110034
|
+
"value": "k-spacing(2)",
|
|
110035
|
+
"scope": "default",
|
|
110036
|
+
"line": {
|
|
110037
|
+
"start": 328,
|
|
110038
|
+
"end": 328
|
|
110039
|
+
}
|
|
110040
|
+
},
|
|
110041
|
+
"group": [
|
|
110042
|
+
"grid"
|
|
110043
|
+
],
|
|
110044
|
+
"access": "public",
|
|
110045
|
+
"file": {
|
|
110046
|
+
"path": "material/scss/grid/_variables.scss",
|
|
110047
|
+
"name": "_variables.scss"
|
|
110048
|
+
},
|
|
110049
|
+
"resolvedValue": "var(--kendo-spacing-2, 0.5rem)",
|
|
110050
|
+
"resolvedType": "String"
|
|
110051
|
+
},
|
|
110052
|
+
{
|
|
110053
|
+
"description": "The width of the hierarchy column in the Grid stack layout.\n",
|
|
110054
|
+
"commentRange": {
|
|
110055
|
+
"start": 330,
|
|
110056
|
+
"end": 331
|
|
110057
|
+
},
|
|
110058
|
+
"context": {
|
|
110059
|
+
"type": "variable",
|
|
110060
|
+
"name": "kendo-grid-stack-hierarchy-col-width",
|
|
110061
|
+
"value": "k-spacing(2)",
|
|
110062
|
+
"scope": "default",
|
|
110063
|
+
"line": {
|
|
110064
|
+
"start": 332,
|
|
110065
|
+
"end": 332
|
|
110066
|
+
}
|
|
110067
|
+
},
|
|
110068
|
+
"group": [
|
|
110069
|
+
"grid"
|
|
110070
|
+
],
|
|
110071
|
+
"access": "public",
|
|
110072
|
+
"file": {
|
|
110073
|
+
"path": "material/scss/grid/_variables.scss",
|
|
110074
|
+
"name": "_variables.scss"
|
|
110075
|
+
},
|
|
110076
|
+
"resolvedValue": "var(--kendo-spacing-2, 0.5rem)",
|
|
110077
|
+
"resolvedType": "String"
|
|
110078
|
+
},
|
|
110079
|
+
{
|
|
110080
|
+
"description": "The font size of the Grid stack layout column header.\n",
|
|
110081
|
+
"commentRange": {
|
|
110082
|
+
"start": 334,
|
|
110083
|
+
"end": 335
|
|
110084
|
+
},
|
|
110085
|
+
"context": {
|
|
110086
|
+
"type": "variable",
|
|
110087
|
+
"name": "kendo-grid-stack-header-font-size",
|
|
110088
|
+
"value": "var( --kendo-font-size-sm, inherit )",
|
|
110089
|
+
"scope": "default",
|
|
110090
|
+
"line": {
|
|
110091
|
+
"start": 336,
|
|
110092
|
+
"end": 336
|
|
110093
|
+
}
|
|
110094
|
+
},
|
|
110095
|
+
"group": [
|
|
110096
|
+
"grid"
|
|
110097
|
+
],
|
|
110098
|
+
"access": "public",
|
|
110099
|
+
"file": {
|
|
110100
|
+
"path": "material/scss/grid/_variables.scss",
|
|
110101
|
+
"name": "_variables.scss"
|
|
110102
|
+
},
|
|
110103
|
+
"resolvedValue": "var(--kendo-font-size-sm, inherit)",
|
|
110104
|
+
"resolvedType": "String"
|
|
110105
|
+
},
|
|
110106
|
+
{
|
|
110107
|
+
"description": "The font weight of the Grid stack layout column header.\n",
|
|
110108
|
+
"commentRange": {
|
|
110109
|
+
"start": 337,
|
|
110110
|
+
"end": 338
|
|
110111
|
+
},
|
|
110112
|
+
"context": {
|
|
110113
|
+
"type": "variable",
|
|
110114
|
+
"name": "kendo-grid-stack-header-font-weight",
|
|
110115
|
+
"value": "var( --kendo-font-weight-bold, inherit )",
|
|
110116
|
+
"scope": "default",
|
|
110117
|
+
"line": {
|
|
110118
|
+
"start": 339,
|
|
110119
|
+
"end": 339
|
|
110120
|
+
}
|
|
110121
|
+
},
|
|
110122
|
+
"group": [
|
|
110123
|
+
"grid"
|
|
110124
|
+
],
|
|
110125
|
+
"access": "public",
|
|
110126
|
+
"file": {
|
|
110127
|
+
"path": "material/scss/grid/_variables.scss",
|
|
110128
|
+
"name": "_variables.scss"
|
|
110129
|
+
},
|
|
110130
|
+
"resolvedValue": "var(--kendo-font-weight-bold, inherit)",
|
|
110131
|
+
"resolvedType": "String"
|
|
110132
|
+
},
|
|
110133
|
+
{
|
|
110134
|
+
"description": "The height of the Grid stack layout expandable row shadow.\n",
|
|
110135
|
+
"commentRange": {
|
|
110136
|
+
"start": 340,
|
|
110137
|
+
"end": 341
|
|
110138
|
+
},
|
|
110139
|
+
"context": {
|
|
110140
|
+
"type": "variable",
|
|
110141
|
+
"name": "kendo-grid-stack-expandable-shadow-height",
|
|
110142
|
+
"value": "k-spacing(2.5)",
|
|
110143
|
+
"scope": "default",
|
|
110144
|
+
"line": {
|
|
110145
|
+
"start": 342,
|
|
110146
|
+
"end": 342
|
|
110147
|
+
}
|
|
110148
|
+
},
|
|
110149
|
+
"group": [
|
|
110150
|
+
"grid"
|
|
110151
|
+
],
|
|
110152
|
+
"access": "public",
|
|
110153
|
+
"file": {
|
|
110154
|
+
"path": "material/scss/grid/_variables.scss",
|
|
110155
|
+
"name": "_variables.scss"
|
|
110156
|
+
},
|
|
110157
|
+
"resolvedValue": "var(--kendo-spacing-2\\.5, 0.625rem)",
|
|
110158
|
+
"resolvedType": "String"
|
|
110159
|
+
},
|
|
110160
|
+
{
|
|
110161
|
+
"description": "The color of the Grid stack layout column header.\n",
|
|
110162
|
+
"commentRange": {
|
|
110163
|
+
"start": 344,
|
|
110164
|
+
"end": 345
|
|
110165
|
+
},
|
|
110166
|
+
"context": {
|
|
110167
|
+
"type": "variable",
|
|
110168
|
+
"name": "kendo-grid-stack-header-color",
|
|
110169
|
+
"value": "k-color(subtle)",
|
|
110170
|
+
"scope": "default",
|
|
110171
|
+
"line": {
|
|
110172
|
+
"start": 346,
|
|
110173
|
+
"end": 346
|
|
110174
|
+
}
|
|
110175
|
+
},
|
|
110176
|
+
"group": [
|
|
110177
|
+
"grid"
|
|
110178
|
+
],
|
|
110179
|
+
"access": "public",
|
|
110180
|
+
"file": {
|
|
110181
|
+
"path": "material/scss/grid/_variables.scss",
|
|
110182
|
+
"name": "_variables.scss"
|
|
110183
|
+
},
|
|
110184
|
+
"resolvedValue": "var(--kendo-color-subtle, #49454F)",
|
|
110185
|
+
"resolvedType": "String"
|
|
110186
|
+
},
|
|
110187
|
+
{
|
|
110188
|
+
"description": "The Grid stack layout expandable row shadow.\n",
|
|
110189
|
+
"commentRange": {
|
|
110190
|
+
"start": 347,
|
|
110191
|
+
"end": 348
|
|
110192
|
+
},
|
|
110193
|
+
"context": {
|
|
110194
|
+
"type": "variable",
|
|
110195
|
+
"name": "kendo-grid-stack-expandable-shadow",
|
|
110196
|
+
"value": "k-elevation(1)",
|
|
110197
|
+
"scope": "default",
|
|
110198
|
+
"line": {
|
|
110199
|
+
"start": 349,
|
|
110200
|
+
"end": 349
|
|
110201
|
+
}
|
|
110202
|
+
},
|
|
110203
|
+
"group": [
|
|
110204
|
+
"grid"
|
|
110205
|
+
],
|
|
110206
|
+
"access": "public",
|
|
110207
|
+
"file": {
|
|
110208
|
+
"path": "material/scss/grid/_variables.scss",
|
|
110209
|
+
"name": "_variables.scss"
|
|
110210
|
+
},
|
|
110211
|
+
"resolvedValue": "var(--kendo-elevation-1, 0px 1px 2px 0px rgba(0, 0, 0, 0.3), 0px 1px 3px 1px rgba(0, 0, 0, 0.15))",
|
|
110212
|
+
"resolvedType": "String"
|
|
109673
110213
|
}
|
|
109674
110214
|
]
|
|
109675
110215
|
},
|