@progress/kendo-theme-default 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/default-blue.css +1 -1
- package/dist/default-dataviz-v4.css +1 -1
- package/dist/default-green.css +1 -1
- package/dist/default-main-dark.css +1 -1
- package/dist/default-main.css +1 -1
- package/dist/default-nordic.css +1 -1
- package/dist/default-ocean-blue-a11y.css +1 -1
- package/dist/default-ocean-blue.css +1 -1
- package/dist/default-orange.css +1 -1
- package/dist/default-purple.css +1 -1
- package/dist/default-turquoise.css +1 -1
- package/dist/default-urban.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/default-blue.json +1 -1
- package/lib/swatches/default-dataviz-v4.json +1 -1
- package/lib/swatches/default-green.json +1 -1
- package/lib/swatches/default-main-dark.json +1 -1
- package/lib/swatches/default-main.json +1 -1
- package/lib/swatches/default-nordic.json +1 -1
- package/lib/swatches/default-ocean-blue-a11y.json +1 -1
- package/lib/swatches/default-ocean-blue.json +1 -1
- package/lib/swatches/default-orange.json +1 -1
- package/lib/swatches/default-purple.json +1 -1
- package/lib/swatches/default-turquoise.json +1 -1
- package/lib/swatches/default-urban.json +1 -1
- package/package.json +4 -4
- package/scss/grid/_variables.scss +47 -3
|
@@ -29164,6 +29164,276 @@
|
|
|
29164
29164
|
"resolvedValue": "var(--kendo-spacing-0\\.5, 0.125rem)",
|
|
29165
29165
|
"resolvedType": "String"
|
|
29166
29166
|
},
|
|
29167
|
+
{
|
|
29168
|
+
"description": "The horizontal padding of the Grid stack layout cells.\n",
|
|
29169
|
+
"commentRange": {
|
|
29170
|
+
"start": 316,
|
|
29171
|
+
"end": 317
|
|
29172
|
+
},
|
|
29173
|
+
"context": {
|
|
29174
|
+
"type": "variable",
|
|
29175
|
+
"name": "kendo-grid-stack-cell-padding-x",
|
|
29176
|
+
"value": "k-spacing(2)",
|
|
29177
|
+
"scope": "default",
|
|
29178
|
+
"line": {
|
|
29179
|
+
"start": 318,
|
|
29180
|
+
"end": 318
|
|
29181
|
+
}
|
|
29182
|
+
},
|
|
29183
|
+
"group": [
|
|
29184
|
+
"grid"
|
|
29185
|
+
],
|
|
29186
|
+
"access": "public",
|
|
29187
|
+
"file": {
|
|
29188
|
+
"path": "default/scss/grid/_variables.scss",
|
|
29189
|
+
"name": "_variables.scss"
|
|
29190
|
+
},
|
|
29191
|
+
"resolvedValue": "var(--kendo-spacing-2, 0.5rem)",
|
|
29192
|
+
"resolvedType": "String"
|
|
29193
|
+
},
|
|
29194
|
+
{
|
|
29195
|
+
"description": "The vertical padding of the Grid stack layout cells.\n",
|
|
29196
|
+
"commentRange": {
|
|
29197
|
+
"start": 319,
|
|
29198
|
+
"end": 320
|
|
29199
|
+
},
|
|
29200
|
+
"context": {
|
|
29201
|
+
"type": "variable",
|
|
29202
|
+
"name": "kendo-grid-stack-cell-padding-y",
|
|
29203
|
+
"value": "k-spacing(1.5)",
|
|
29204
|
+
"scope": "default",
|
|
29205
|
+
"line": {
|
|
29206
|
+
"start": 321,
|
|
29207
|
+
"end": 321
|
|
29208
|
+
}
|
|
29209
|
+
},
|
|
29210
|
+
"group": [
|
|
29211
|
+
"grid"
|
|
29212
|
+
],
|
|
29213
|
+
"access": "public",
|
|
29214
|
+
"file": {
|
|
29215
|
+
"path": "default/scss/grid/_variables.scss",
|
|
29216
|
+
"name": "_variables.scss"
|
|
29217
|
+
},
|
|
29218
|
+
"resolvedValue": "var(--kendo-spacing-1\\.5, 0.375rem)",
|
|
29219
|
+
"resolvedType": "String"
|
|
29220
|
+
},
|
|
29221
|
+
{
|
|
29222
|
+
"description": "The column gap of the Grid stack layout.\n",
|
|
29223
|
+
"commentRange": {
|
|
29224
|
+
"start": 323,
|
|
29225
|
+
"end": 324
|
|
29226
|
+
},
|
|
29227
|
+
"context": {
|
|
29228
|
+
"type": "variable",
|
|
29229
|
+
"name": "kendo-grid-stack-column-gap",
|
|
29230
|
+
"value": "k-spacing(1)",
|
|
29231
|
+
"scope": "default",
|
|
29232
|
+
"line": {
|
|
29233
|
+
"start": 325,
|
|
29234
|
+
"end": 325
|
|
29235
|
+
}
|
|
29236
|
+
},
|
|
29237
|
+
"group": [
|
|
29238
|
+
"grid"
|
|
29239
|
+
],
|
|
29240
|
+
"access": "public",
|
|
29241
|
+
"file": {
|
|
29242
|
+
"path": "default/scss/grid/_variables.scss",
|
|
29243
|
+
"name": "_variables.scss"
|
|
29244
|
+
},
|
|
29245
|
+
"resolvedValue": "var(--kendo-spacing-1, 0.25rem)",
|
|
29246
|
+
"resolvedType": "String"
|
|
29247
|
+
},
|
|
29248
|
+
{
|
|
29249
|
+
"description": "The column gap of the editable Grid stack layout.\n",
|
|
29250
|
+
"commentRange": {
|
|
29251
|
+
"start": 326,
|
|
29252
|
+
"end": 327
|
|
29253
|
+
},
|
|
29254
|
+
"context": {
|
|
29255
|
+
"type": "variable",
|
|
29256
|
+
"name": "kendo-grid-stack-editable-column-gap",
|
|
29257
|
+
"value": "k-spacing(2)",
|
|
29258
|
+
"scope": "default",
|
|
29259
|
+
"line": {
|
|
29260
|
+
"start": 328,
|
|
29261
|
+
"end": 328
|
|
29262
|
+
}
|
|
29263
|
+
},
|
|
29264
|
+
"group": [
|
|
29265
|
+
"grid"
|
|
29266
|
+
],
|
|
29267
|
+
"access": "public",
|
|
29268
|
+
"file": {
|
|
29269
|
+
"path": "default/scss/grid/_variables.scss",
|
|
29270
|
+
"name": "_variables.scss"
|
|
29271
|
+
},
|
|
29272
|
+
"resolvedValue": "var(--kendo-spacing-2, 0.5rem)",
|
|
29273
|
+
"resolvedType": "String"
|
|
29274
|
+
},
|
|
29275
|
+
{
|
|
29276
|
+
"description": "The width of the hierarchy column in the Grid stack layout.\n",
|
|
29277
|
+
"commentRange": {
|
|
29278
|
+
"start": 330,
|
|
29279
|
+
"end": 331
|
|
29280
|
+
},
|
|
29281
|
+
"context": {
|
|
29282
|
+
"type": "variable",
|
|
29283
|
+
"name": "kendo-grid-stack-hierarchy-col-width",
|
|
29284
|
+
"value": "k-spacing(2)",
|
|
29285
|
+
"scope": "default",
|
|
29286
|
+
"line": {
|
|
29287
|
+
"start": 332,
|
|
29288
|
+
"end": 332
|
|
29289
|
+
}
|
|
29290
|
+
},
|
|
29291
|
+
"group": [
|
|
29292
|
+
"grid"
|
|
29293
|
+
],
|
|
29294
|
+
"access": "public",
|
|
29295
|
+
"file": {
|
|
29296
|
+
"path": "default/scss/grid/_variables.scss",
|
|
29297
|
+
"name": "_variables.scss"
|
|
29298
|
+
},
|
|
29299
|
+
"resolvedValue": "var(--kendo-spacing-2, 0.5rem)",
|
|
29300
|
+
"resolvedType": "String"
|
|
29301
|
+
},
|
|
29302
|
+
{
|
|
29303
|
+
"description": "The font size of the Grid stack layout column header.\n",
|
|
29304
|
+
"commentRange": {
|
|
29305
|
+
"start": 334,
|
|
29306
|
+
"end": 335
|
|
29307
|
+
},
|
|
29308
|
+
"context": {
|
|
29309
|
+
"type": "variable",
|
|
29310
|
+
"name": "kendo-grid-stack-header-font-size",
|
|
29311
|
+
"value": "var( --kendo-font-size-sm, inherit )",
|
|
29312
|
+
"scope": "default",
|
|
29313
|
+
"line": {
|
|
29314
|
+
"start": 336,
|
|
29315
|
+
"end": 336
|
|
29316
|
+
}
|
|
29317
|
+
},
|
|
29318
|
+
"group": [
|
|
29319
|
+
"grid"
|
|
29320
|
+
],
|
|
29321
|
+
"access": "public",
|
|
29322
|
+
"file": {
|
|
29323
|
+
"path": "default/scss/grid/_variables.scss",
|
|
29324
|
+
"name": "_variables.scss"
|
|
29325
|
+
},
|
|
29326
|
+
"resolvedValue": "var(--kendo-font-size-sm, inherit)",
|
|
29327
|
+
"resolvedType": "String"
|
|
29328
|
+
},
|
|
29329
|
+
{
|
|
29330
|
+
"description": "The font weight of the Grid stack layout column header.\n",
|
|
29331
|
+
"commentRange": {
|
|
29332
|
+
"start": 337,
|
|
29333
|
+
"end": 338
|
|
29334
|
+
},
|
|
29335
|
+
"context": {
|
|
29336
|
+
"type": "variable",
|
|
29337
|
+
"name": "kendo-grid-stack-header-font-weight",
|
|
29338
|
+
"value": "var( --kendo-font-weight-bold, bold )",
|
|
29339
|
+
"scope": "default",
|
|
29340
|
+
"line": {
|
|
29341
|
+
"start": 339,
|
|
29342
|
+
"end": 339
|
|
29343
|
+
}
|
|
29344
|
+
},
|
|
29345
|
+
"group": [
|
|
29346
|
+
"grid"
|
|
29347
|
+
],
|
|
29348
|
+
"access": "public",
|
|
29349
|
+
"file": {
|
|
29350
|
+
"path": "default/scss/grid/_variables.scss",
|
|
29351
|
+
"name": "_variables.scss"
|
|
29352
|
+
},
|
|
29353
|
+
"resolvedValue": "var(--kendo-font-weight-bold, bold)",
|
|
29354
|
+
"resolvedType": "String"
|
|
29355
|
+
},
|
|
29356
|
+
{
|
|
29357
|
+
"description": "The height of the Grid stack layout expandable row shadow.\n",
|
|
29358
|
+
"commentRange": {
|
|
29359
|
+
"start": 340,
|
|
29360
|
+
"end": 341
|
|
29361
|
+
},
|
|
29362
|
+
"context": {
|
|
29363
|
+
"type": "variable",
|
|
29364
|
+
"name": "kendo-grid-stack-expandable-shadow-height",
|
|
29365
|
+
"value": "k-spacing(2.5)",
|
|
29366
|
+
"scope": "default",
|
|
29367
|
+
"line": {
|
|
29368
|
+
"start": 342,
|
|
29369
|
+
"end": 342
|
|
29370
|
+
}
|
|
29371
|
+
},
|
|
29372
|
+
"group": [
|
|
29373
|
+
"grid"
|
|
29374
|
+
],
|
|
29375
|
+
"access": "public",
|
|
29376
|
+
"file": {
|
|
29377
|
+
"path": "default/scss/grid/_variables.scss",
|
|
29378
|
+
"name": "_variables.scss"
|
|
29379
|
+
},
|
|
29380
|
+
"resolvedValue": "var(--kendo-spacing-2\\.5, 0.625rem)",
|
|
29381
|
+
"resolvedType": "String"
|
|
29382
|
+
},
|
|
29383
|
+
{
|
|
29384
|
+
"description": "The color of the Grid stack layout column header.\n",
|
|
29385
|
+
"commentRange": {
|
|
29386
|
+
"start": 344,
|
|
29387
|
+
"end": 345
|
|
29388
|
+
},
|
|
29389
|
+
"context": {
|
|
29390
|
+
"type": "variable",
|
|
29391
|
+
"name": "kendo-grid-stack-header-color",
|
|
29392
|
+
"value": "k-color(subtle)",
|
|
29393
|
+
"scope": "default",
|
|
29394
|
+
"line": {
|
|
29395
|
+
"start": 346,
|
|
29396
|
+
"end": 346
|
|
29397
|
+
}
|
|
29398
|
+
},
|
|
29399
|
+
"group": [
|
|
29400
|
+
"grid"
|
|
29401
|
+
],
|
|
29402
|
+
"access": "public",
|
|
29403
|
+
"file": {
|
|
29404
|
+
"path": "default/scss/grid/_variables.scss",
|
|
29405
|
+
"name": "_variables.scss"
|
|
29406
|
+
},
|
|
29407
|
+
"resolvedValue": "var(--kendo-color-subtle, #666666)",
|
|
29408
|
+
"resolvedType": "String"
|
|
29409
|
+
},
|
|
29410
|
+
{
|
|
29411
|
+
"description": "The Grid stack layout expandable row shadow.\n",
|
|
29412
|
+
"commentRange": {
|
|
29413
|
+
"start": 347,
|
|
29414
|
+
"end": 348
|
|
29415
|
+
},
|
|
29416
|
+
"context": {
|
|
29417
|
+
"type": "variable",
|
|
29418
|
+
"name": "kendo-grid-stack-expandable-shadow",
|
|
29419
|
+
"value": "k-elevation(2)",
|
|
29420
|
+
"scope": "default",
|
|
29421
|
+
"line": {
|
|
29422
|
+
"start": 349,
|
|
29423
|
+
"end": 349
|
|
29424
|
+
}
|
|
29425
|
+
},
|
|
29426
|
+
"group": [
|
|
29427
|
+
"grid"
|
|
29428
|
+
],
|
|
29429
|
+
"access": "public",
|
|
29430
|
+
"file": {
|
|
29431
|
+
"path": "default/scss/grid/_variables.scss",
|
|
29432
|
+
"name": "_variables.scss"
|
|
29433
|
+
},
|
|
29434
|
+
"resolvedValue": "var(--kendo-elevation-2, 0 4px 6px rgba(0, 0, 0, 0.06), 0 4px 16px rgba(0, 0, 0, 0.12))",
|
|
29435
|
+
"resolvedType": "String"
|
|
29436
|
+
},
|
|
29167
29437
|
{
|
|
29168
29438
|
"description": "The default size icon size.\n",
|
|
29169
29439
|
"commentRange": {
|
|
@@ -109107,6 +109377,276 @@
|
|
|
109107
109377
|
},
|
|
109108
109378
|
"resolvedValue": "var(--kendo-spacing-0\\.5, 0.125rem)",
|
|
109109
109379
|
"resolvedType": "String"
|
|
109380
|
+
},
|
|
109381
|
+
{
|
|
109382
|
+
"description": "The horizontal padding of the Grid stack layout cells.\n",
|
|
109383
|
+
"commentRange": {
|
|
109384
|
+
"start": 316,
|
|
109385
|
+
"end": 317
|
|
109386
|
+
},
|
|
109387
|
+
"context": {
|
|
109388
|
+
"type": "variable",
|
|
109389
|
+
"name": "kendo-grid-stack-cell-padding-x",
|
|
109390
|
+
"value": "k-spacing(2)",
|
|
109391
|
+
"scope": "default",
|
|
109392
|
+
"line": {
|
|
109393
|
+
"start": 318,
|
|
109394
|
+
"end": 318
|
|
109395
|
+
}
|
|
109396
|
+
},
|
|
109397
|
+
"group": [
|
|
109398
|
+
"grid"
|
|
109399
|
+
],
|
|
109400
|
+
"access": "public",
|
|
109401
|
+
"file": {
|
|
109402
|
+
"path": "default/scss/grid/_variables.scss",
|
|
109403
|
+
"name": "_variables.scss"
|
|
109404
|
+
},
|
|
109405
|
+
"resolvedValue": "var(--kendo-spacing-2, 0.5rem)",
|
|
109406
|
+
"resolvedType": "String"
|
|
109407
|
+
},
|
|
109408
|
+
{
|
|
109409
|
+
"description": "The vertical padding of the Grid stack layout cells.\n",
|
|
109410
|
+
"commentRange": {
|
|
109411
|
+
"start": 319,
|
|
109412
|
+
"end": 320
|
|
109413
|
+
},
|
|
109414
|
+
"context": {
|
|
109415
|
+
"type": "variable",
|
|
109416
|
+
"name": "kendo-grid-stack-cell-padding-y",
|
|
109417
|
+
"value": "k-spacing(1.5)",
|
|
109418
|
+
"scope": "default",
|
|
109419
|
+
"line": {
|
|
109420
|
+
"start": 321,
|
|
109421
|
+
"end": 321
|
|
109422
|
+
}
|
|
109423
|
+
},
|
|
109424
|
+
"group": [
|
|
109425
|
+
"grid"
|
|
109426
|
+
],
|
|
109427
|
+
"access": "public",
|
|
109428
|
+
"file": {
|
|
109429
|
+
"path": "default/scss/grid/_variables.scss",
|
|
109430
|
+
"name": "_variables.scss"
|
|
109431
|
+
},
|
|
109432
|
+
"resolvedValue": "var(--kendo-spacing-1\\.5, 0.375rem)",
|
|
109433
|
+
"resolvedType": "String"
|
|
109434
|
+
},
|
|
109435
|
+
{
|
|
109436
|
+
"description": "The column gap of the Grid stack layout.\n",
|
|
109437
|
+
"commentRange": {
|
|
109438
|
+
"start": 323,
|
|
109439
|
+
"end": 324
|
|
109440
|
+
},
|
|
109441
|
+
"context": {
|
|
109442
|
+
"type": "variable",
|
|
109443
|
+
"name": "kendo-grid-stack-column-gap",
|
|
109444
|
+
"value": "k-spacing(1)",
|
|
109445
|
+
"scope": "default",
|
|
109446
|
+
"line": {
|
|
109447
|
+
"start": 325,
|
|
109448
|
+
"end": 325
|
|
109449
|
+
}
|
|
109450
|
+
},
|
|
109451
|
+
"group": [
|
|
109452
|
+
"grid"
|
|
109453
|
+
],
|
|
109454
|
+
"access": "public",
|
|
109455
|
+
"file": {
|
|
109456
|
+
"path": "default/scss/grid/_variables.scss",
|
|
109457
|
+
"name": "_variables.scss"
|
|
109458
|
+
},
|
|
109459
|
+
"resolvedValue": "var(--kendo-spacing-1, 0.25rem)",
|
|
109460
|
+
"resolvedType": "String"
|
|
109461
|
+
},
|
|
109462
|
+
{
|
|
109463
|
+
"description": "The column gap of the editable Grid stack layout.\n",
|
|
109464
|
+
"commentRange": {
|
|
109465
|
+
"start": 326,
|
|
109466
|
+
"end": 327
|
|
109467
|
+
},
|
|
109468
|
+
"context": {
|
|
109469
|
+
"type": "variable",
|
|
109470
|
+
"name": "kendo-grid-stack-editable-column-gap",
|
|
109471
|
+
"value": "k-spacing(2)",
|
|
109472
|
+
"scope": "default",
|
|
109473
|
+
"line": {
|
|
109474
|
+
"start": 328,
|
|
109475
|
+
"end": 328
|
|
109476
|
+
}
|
|
109477
|
+
},
|
|
109478
|
+
"group": [
|
|
109479
|
+
"grid"
|
|
109480
|
+
],
|
|
109481
|
+
"access": "public",
|
|
109482
|
+
"file": {
|
|
109483
|
+
"path": "default/scss/grid/_variables.scss",
|
|
109484
|
+
"name": "_variables.scss"
|
|
109485
|
+
},
|
|
109486
|
+
"resolvedValue": "var(--kendo-spacing-2, 0.5rem)",
|
|
109487
|
+
"resolvedType": "String"
|
|
109488
|
+
},
|
|
109489
|
+
{
|
|
109490
|
+
"description": "The width of the hierarchy column in the Grid stack layout.\n",
|
|
109491
|
+
"commentRange": {
|
|
109492
|
+
"start": 330,
|
|
109493
|
+
"end": 331
|
|
109494
|
+
},
|
|
109495
|
+
"context": {
|
|
109496
|
+
"type": "variable",
|
|
109497
|
+
"name": "kendo-grid-stack-hierarchy-col-width",
|
|
109498
|
+
"value": "k-spacing(2)",
|
|
109499
|
+
"scope": "default",
|
|
109500
|
+
"line": {
|
|
109501
|
+
"start": 332,
|
|
109502
|
+
"end": 332
|
|
109503
|
+
}
|
|
109504
|
+
},
|
|
109505
|
+
"group": [
|
|
109506
|
+
"grid"
|
|
109507
|
+
],
|
|
109508
|
+
"access": "public",
|
|
109509
|
+
"file": {
|
|
109510
|
+
"path": "default/scss/grid/_variables.scss",
|
|
109511
|
+
"name": "_variables.scss"
|
|
109512
|
+
},
|
|
109513
|
+
"resolvedValue": "var(--kendo-spacing-2, 0.5rem)",
|
|
109514
|
+
"resolvedType": "String"
|
|
109515
|
+
},
|
|
109516
|
+
{
|
|
109517
|
+
"description": "The font size of the Grid stack layout column header.\n",
|
|
109518
|
+
"commentRange": {
|
|
109519
|
+
"start": 334,
|
|
109520
|
+
"end": 335
|
|
109521
|
+
},
|
|
109522
|
+
"context": {
|
|
109523
|
+
"type": "variable",
|
|
109524
|
+
"name": "kendo-grid-stack-header-font-size",
|
|
109525
|
+
"value": "var( --kendo-font-size-sm, inherit )",
|
|
109526
|
+
"scope": "default",
|
|
109527
|
+
"line": {
|
|
109528
|
+
"start": 336,
|
|
109529
|
+
"end": 336
|
|
109530
|
+
}
|
|
109531
|
+
},
|
|
109532
|
+
"group": [
|
|
109533
|
+
"grid"
|
|
109534
|
+
],
|
|
109535
|
+
"access": "public",
|
|
109536
|
+
"file": {
|
|
109537
|
+
"path": "default/scss/grid/_variables.scss",
|
|
109538
|
+
"name": "_variables.scss"
|
|
109539
|
+
},
|
|
109540
|
+
"resolvedValue": "var(--kendo-font-size-sm, inherit)",
|
|
109541
|
+
"resolvedType": "String"
|
|
109542
|
+
},
|
|
109543
|
+
{
|
|
109544
|
+
"description": "The font weight of the Grid stack layout column header.\n",
|
|
109545
|
+
"commentRange": {
|
|
109546
|
+
"start": 337,
|
|
109547
|
+
"end": 338
|
|
109548
|
+
},
|
|
109549
|
+
"context": {
|
|
109550
|
+
"type": "variable",
|
|
109551
|
+
"name": "kendo-grid-stack-header-font-weight",
|
|
109552
|
+
"value": "var( --kendo-font-weight-bold, bold )",
|
|
109553
|
+
"scope": "default",
|
|
109554
|
+
"line": {
|
|
109555
|
+
"start": 339,
|
|
109556
|
+
"end": 339
|
|
109557
|
+
}
|
|
109558
|
+
},
|
|
109559
|
+
"group": [
|
|
109560
|
+
"grid"
|
|
109561
|
+
],
|
|
109562
|
+
"access": "public",
|
|
109563
|
+
"file": {
|
|
109564
|
+
"path": "default/scss/grid/_variables.scss",
|
|
109565
|
+
"name": "_variables.scss"
|
|
109566
|
+
},
|
|
109567
|
+
"resolvedValue": "var(--kendo-font-weight-bold, bold)",
|
|
109568
|
+
"resolvedType": "String"
|
|
109569
|
+
},
|
|
109570
|
+
{
|
|
109571
|
+
"description": "The height of the Grid stack layout expandable row shadow.\n",
|
|
109572
|
+
"commentRange": {
|
|
109573
|
+
"start": 340,
|
|
109574
|
+
"end": 341
|
|
109575
|
+
},
|
|
109576
|
+
"context": {
|
|
109577
|
+
"type": "variable",
|
|
109578
|
+
"name": "kendo-grid-stack-expandable-shadow-height",
|
|
109579
|
+
"value": "k-spacing(2.5)",
|
|
109580
|
+
"scope": "default",
|
|
109581
|
+
"line": {
|
|
109582
|
+
"start": 342,
|
|
109583
|
+
"end": 342
|
|
109584
|
+
}
|
|
109585
|
+
},
|
|
109586
|
+
"group": [
|
|
109587
|
+
"grid"
|
|
109588
|
+
],
|
|
109589
|
+
"access": "public",
|
|
109590
|
+
"file": {
|
|
109591
|
+
"path": "default/scss/grid/_variables.scss",
|
|
109592
|
+
"name": "_variables.scss"
|
|
109593
|
+
},
|
|
109594
|
+
"resolvedValue": "var(--kendo-spacing-2\\.5, 0.625rem)",
|
|
109595
|
+
"resolvedType": "String"
|
|
109596
|
+
},
|
|
109597
|
+
{
|
|
109598
|
+
"description": "The color of the Grid stack layout column header.\n",
|
|
109599
|
+
"commentRange": {
|
|
109600
|
+
"start": 344,
|
|
109601
|
+
"end": 345
|
|
109602
|
+
},
|
|
109603
|
+
"context": {
|
|
109604
|
+
"type": "variable",
|
|
109605
|
+
"name": "kendo-grid-stack-header-color",
|
|
109606
|
+
"value": "k-color(subtle)",
|
|
109607
|
+
"scope": "default",
|
|
109608
|
+
"line": {
|
|
109609
|
+
"start": 346,
|
|
109610
|
+
"end": 346
|
|
109611
|
+
}
|
|
109612
|
+
},
|
|
109613
|
+
"group": [
|
|
109614
|
+
"grid"
|
|
109615
|
+
],
|
|
109616
|
+
"access": "public",
|
|
109617
|
+
"file": {
|
|
109618
|
+
"path": "default/scss/grid/_variables.scss",
|
|
109619
|
+
"name": "_variables.scss"
|
|
109620
|
+
},
|
|
109621
|
+
"resolvedValue": "var(--kendo-color-subtle, #666666)",
|
|
109622
|
+
"resolvedType": "String"
|
|
109623
|
+
},
|
|
109624
|
+
{
|
|
109625
|
+
"description": "The Grid stack layout expandable row shadow.\n",
|
|
109626
|
+
"commentRange": {
|
|
109627
|
+
"start": 347,
|
|
109628
|
+
"end": 348
|
|
109629
|
+
},
|
|
109630
|
+
"context": {
|
|
109631
|
+
"type": "variable",
|
|
109632
|
+
"name": "kendo-grid-stack-expandable-shadow",
|
|
109633
|
+
"value": "k-elevation(2)",
|
|
109634
|
+
"scope": "default",
|
|
109635
|
+
"line": {
|
|
109636
|
+
"start": 349,
|
|
109637
|
+
"end": 349
|
|
109638
|
+
}
|
|
109639
|
+
},
|
|
109640
|
+
"group": [
|
|
109641
|
+
"grid"
|
|
109642
|
+
],
|
|
109643
|
+
"access": "public",
|
|
109644
|
+
"file": {
|
|
109645
|
+
"path": "default/scss/grid/_variables.scss",
|
|
109646
|
+
"name": "_variables.scss"
|
|
109647
|
+
},
|
|
109648
|
+
"resolvedValue": "var(--kendo-elevation-2, 0 4px 6px rgba(0, 0, 0, 0.06), 0 4px 16px rgba(0, 0, 0, 0.12))",
|
|
109649
|
+
"resolvedType": "String"
|
|
109110
109650
|
}
|
|
109111
109651
|
]
|
|
109112
109652
|
},
|