@progress/kendo-theme-fluent 8.1.0-dev.0 → 8.1.0-dev.1
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/fluent-main-dark.css +1 -0
- package/dist/fluent-main-dark.scss +156 -0
- package/dist/fluent-main.css +1 -1
- package/dist/meta/sassdoc-data.json +1122 -43
- package/dist/meta/sassdoc-raw-data.json +525 -72
- package/dist/meta/variables.json +86 -15
- package/lib/swatches/all.json +1 -1
- package/lib/swatches/fluent-main-dark.json +768 -0
- package/lib/swatches/fluent-main.json +1 -1
- package/package.json +4 -4
- package/scss/button/_theme.scss +6 -0
- package/scss/core/_index.scss +3 -5
- package/scss/core/color-system/_swatch-legacy.scss +10 -2
- package/scss/core/color-system/_swatch.scss +9 -3
- package/scss/core/module-system/_components.scss +2 -1
- package/scss/daterangepicker/_theme.scss +1 -1
- package/scss/fab/_theme.scss +1 -1
- package/scss/forms/_theme.scss +6 -0
- package/scss/gantt/index.scss +2 -1
- package/scss/grid/_theme.scss +2 -2
- package/scss/index.scss +6 -0
- package/scss/loader/_layout.scss +130 -0
- package/scss/loader/_variables.scss +14 -0
- package/scss/loader/index.scss +1 -0
- package/scss/panel/_layout.scss +29 -0
- package/scss/panel/_theme.scss +22 -0
- package/scss/panel/_variables.scss +36 -0
- package/scss/panel/index.scss +23 -0
- package/scss/popup/_layout.scss +25 -8
- package/scss/rating/_theme.scss +1 -1
- package/scss/scheduler/index.scss +2 -1
- package/scss/time-marker/_layout.scss +19 -0
- package/scss/time-marker/_theme.scss +21 -0
- package/scss/time-marker/_variables.scss +6 -0
- package/scss/time-marker/index.scss +22 -0
- package/scss/typography/_layout.scss +4 -0
- package/scss/core/helpers/_animations.scss +0 -706
- package/scss/core/helpers/_asp-fallback.scss +0 -4
- package/scss/core/helpers/_extra.scss +0 -22
- package/scss/core/helpers/_index.scss +0 -9
- package/scss/core/helpers/_indicators.scss +0 -33
- package/scss/core/helpers/_normalize.scss +0 -11
- package/scss/core/helpers/_reset.scss +0 -19
- package/scss/core/helpers/_resizing.scss +0 -120
- package/scss/core/helpers/_scrollbar.scss +0 -25
- package/scss/core/helpers/_spacer.scss +0 -13
|
@@ -47246,6 +47246,114 @@
|
|
|
47246
47246
|
}
|
|
47247
47247
|
}
|
|
47248
47248
|
},
|
|
47249
|
+
{
|
|
47250
|
+
"description": "The background color of the Loading indicator.\n",
|
|
47251
|
+
"commentRange": {
|
|
47252
|
+
"start": 192,
|
|
47253
|
+
"end": 193
|
|
47254
|
+
},
|
|
47255
|
+
"context": {
|
|
47256
|
+
"type": "variable",
|
|
47257
|
+
"name": "kendo-loading-bg",
|
|
47258
|
+
"value": "var( --kendo-component-bg, initial )",
|
|
47259
|
+
"scope": "default",
|
|
47260
|
+
"line": {
|
|
47261
|
+
"start": 194,
|
|
47262
|
+
"end": 194
|
|
47263
|
+
}
|
|
47264
|
+
},
|
|
47265
|
+
"group": [
|
|
47266
|
+
"loading"
|
|
47267
|
+
],
|
|
47268
|
+
"access": "public",
|
|
47269
|
+
"file": {
|
|
47270
|
+
"path": "fluent/scss/loader/_variables.scss",
|
|
47271
|
+
"name": "_variables.scss"
|
|
47272
|
+
},
|
|
47273
|
+
"resolvedValue": "var(--kendo-component-bg, initial)",
|
|
47274
|
+
"resolvedType": "String"
|
|
47275
|
+
},
|
|
47276
|
+
{
|
|
47277
|
+
"description": "The text color of the Loading indicator.\n",
|
|
47278
|
+
"commentRange": {
|
|
47279
|
+
"start": 195,
|
|
47280
|
+
"end": 196
|
|
47281
|
+
},
|
|
47282
|
+
"context": {
|
|
47283
|
+
"type": "variable",
|
|
47284
|
+
"name": "kendo-loading-text",
|
|
47285
|
+
"value": "currentColor",
|
|
47286
|
+
"scope": "default",
|
|
47287
|
+
"line": {
|
|
47288
|
+
"start": 197,
|
|
47289
|
+
"end": 197
|
|
47290
|
+
}
|
|
47291
|
+
},
|
|
47292
|
+
"group": [
|
|
47293
|
+
"loading"
|
|
47294
|
+
],
|
|
47295
|
+
"access": "public",
|
|
47296
|
+
"file": {
|
|
47297
|
+
"path": "fluent/scss/loader/_variables.scss",
|
|
47298
|
+
"name": "_variables.scss"
|
|
47299
|
+
},
|
|
47300
|
+
"resolvedValue": "currentColor",
|
|
47301
|
+
"resolvedType": "String"
|
|
47302
|
+
},
|
|
47303
|
+
{
|
|
47304
|
+
"description": "The opacity of the Loading indicator.\n",
|
|
47305
|
+
"commentRange": {
|
|
47306
|
+
"start": 198,
|
|
47307
|
+
"end": 199
|
|
47308
|
+
},
|
|
47309
|
+
"context": {
|
|
47310
|
+
"type": "variable",
|
|
47311
|
+
"name": "kendo-loading-opacity",
|
|
47312
|
+
"value": ".3",
|
|
47313
|
+
"scope": "default",
|
|
47314
|
+
"line": {
|
|
47315
|
+
"start": 200,
|
|
47316
|
+
"end": 200
|
|
47317
|
+
}
|
|
47318
|
+
},
|
|
47319
|
+
"group": [
|
|
47320
|
+
"loading"
|
|
47321
|
+
],
|
|
47322
|
+
"access": "public",
|
|
47323
|
+
"file": {
|
|
47324
|
+
"path": "fluent/scss/loader/_variables.scss",
|
|
47325
|
+
"name": "_variables.scss"
|
|
47326
|
+
},
|
|
47327
|
+
"resolvedValue": "0.3",
|
|
47328
|
+
"resolvedType": "Number"
|
|
47329
|
+
},
|
|
47330
|
+
{
|
|
47331
|
+
"description": "The z-index of the Loading indicator.\n",
|
|
47332
|
+
"commentRange": {
|
|
47333
|
+
"start": 201,
|
|
47334
|
+
"end": 202
|
|
47335
|
+
},
|
|
47336
|
+
"context": {
|
|
47337
|
+
"type": "variable",
|
|
47338
|
+
"name": "kendo-zindex-loading",
|
|
47339
|
+
"value": "100",
|
|
47340
|
+
"scope": "default",
|
|
47341
|
+
"line": {
|
|
47342
|
+
"start": 203,
|
|
47343
|
+
"end": 203
|
|
47344
|
+
}
|
|
47345
|
+
},
|
|
47346
|
+
"group": [
|
|
47347
|
+
"loading"
|
|
47348
|
+
],
|
|
47349
|
+
"access": "public",
|
|
47350
|
+
"file": {
|
|
47351
|
+
"path": "fluent/scss/loader/_variables.scss",
|
|
47352
|
+
"name": "_variables.scss"
|
|
47353
|
+
},
|
|
47354
|
+
"resolvedValue": "100",
|
|
47355
|
+
"resolvedType": "Number"
|
|
47356
|
+
},
|
|
47249
47357
|
{
|
|
47250
47358
|
"description": "Font size of the map.\n",
|
|
47251
47359
|
"commentRange": {
|
|
@@ -53127,6 +53235,276 @@
|
|
|
53127
53235
|
"name": "_palettes.scss"
|
|
53128
53236
|
}
|
|
53129
53237
|
},
|
|
53238
|
+
{
|
|
53239
|
+
"description": "The border radius of the Panel.\n",
|
|
53240
|
+
"commentRange": {
|
|
53241
|
+
"start": 4,
|
|
53242
|
+
"end": 5
|
|
53243
|
+
},
|
|
53244
|
+
"context": {
|
|
53245
|
+
"type": "variable",
|
|
53246
|
+
"name": "kendo-panel-border-radius",
|
|
53247
|
+
"value": "k-border-radius(md)",
|
|
53248
|
+
"scope": "private",
|
|
53249
|
+
"line": {
|
|
53250
|
+
"start": 6,
|
|
53251
|
+
"end": 6
|
|
53252
|
+
}
|
|
53253
|
+
},
|
|
53254
|
+
"group": [
|
|
53255
|
+
"panel"
|
|
53256
|
+
],
|
|
53257
|
+
"access": "public",
|
|
53258
|
+
"file": {
|
|
53259
|
+
"path": "fluent/scss/panel/_variables.scss",
|
|
53260
|
+
"name": "_variables.scss"
|
|
53261
|
+
},
|
|
53262
|
+
"resolvedValue": "var(--kendo-border-radius-md, 0.25rem)",
|
|
53263
|
+
"resolvedType": "String"
|
|
53264
|
+
},
|
|
53265
|
+
{
|
|
53266
|
+
"description": "The width of the border around the Panel.\n",
|
|
53267
|
+
"commentRange": {
|
|
53268
|
+
"start": 7,
|
|
53269
|
+
"end": 8
|
|
53270
|
+
},
|
|
53271
|
+
"context": {
|
|
53272
|
+
"type": "variable",
|
|
53273
|
+
"name": "kendo-panel-border-width",
|
|
53274
|
+
"value": "1px",
|
|
53275
|
+
"scope": "private",
|
|
53276
|
+
"line": {
|
|
53277
|
+
"start": 9,
|
|
53278
|
+
"end": 9
|
|
53279
|
+
}
|
|
53280
|
+
},
|
|
53281
|
+
"group": [
|
|
53282
|
+
"panel"
|
|
53283
|
+
],
|
|
53284
|
+
"access": "public",
|
|
53285
|
+
"file": {
|
|
53286
|
+
"path": "fluent/scss/panel/_variables.scss",
|
|
53287
|
+
"name": "_variables.scss"
|
|
53288
|
+
},
|
|
53289
|
+
"resolvedValue": "1px",
|
|
53290
|
+
"resolvedType": "Number"
|
|
53291
|
+
},
|
|
53292
|
+
{
|
|
53293
|
+
"description": "The style of the border around the Panel.\n",
|
|
53294
|
+
"commentRange": {
|
|
53295
|
+
"start": 10,
|
|
53296
|
+
"end": 11
|
|
53297
|
+
},
|
|
53298
|
+
"context": {
|
|
53299
|
+
"type": "variable",
|
|
53300
|
+
"name": "kendo-panel-border-style",
|
|
53301
|
+
"value": "solid",
|
|
53302
|
+
"scope": "private",
|
|
53303
|
+
"line": {
|
|
53304
|
+
"start": 12,
|
|
53305
|
+
"end": 12
|
|
53306
|
+
}
|
|
53307
|
+
},
|
|
53308
|
+
"group": [
|
|
53309
|
+
"panel"
|
|
53310
|
+
],
|
|
53311
|
+
"access": "public",
|
|
53312
|
+
"file": {
|
|
53313
|
+
"path": "fluent/scss/panel/_variables.scss",
|
|
53314
|
+
"name": "_variables.scss"
|
|
53315
|
+
},
|
|
53316
|
+
"resolvedValue": "solid",
|
|
53317
|
+
"resolvedType": "String"
|
|
53318
|
+
},
|
|
53319
|
+
{
|
|
53320
|
+
"description": "The inline padding of the Panel header.\n",
|
|
53321
|
+
"commentRange": {
|
|
53322
|
+
"start": 14,
|
|
53323
|
+
"end": 15
|
|
53324
|
+
},
|
|
53325
|
+
"context": {
|
|
53326
|
+
"type": "variable",
|
|
53327
|
+
"name": "kendo-panel-header-padding-inline",
|
|
53328
|
+
"value": "k-spacing(2)",
|
|
53329
|
+
"scope": "private",
|
|
53330
|
+
"line": {
|
|
53331
|
+
"start": 16,
|
|
53332
|
+
"end": 16
|
|
53333
|
+
}
|
|
53334
|
+
},
|
|
53335
|
+
"group": [
|
|
53336
|
+
"panel"
|
|
53337
|
+
],
|
|
53338
|
+
"access": "public",
|
|
53339
|
+
"file": {
|
|
53340
|
+
"path": "fluent/scss/panel/_variables.scss",
|
|
53341
|
+
"name": "_variables.scss"
|
|
53342
|
+
},
|
|
53343
|
+
"resolvedValue": "var(--kendo-spacing-2, 0.5rem)",
|
|
53344
|
+
"resolvedType": "String"
|
|
53345
|
+
},
|
|
53346
|
+
{
|
|
53347
|
+
"description": "The block padding of the Panel header.\n",
|
|
53348
|
+
"commentRange": {
|
|
53349
|
+
"start": 17,
|
|
53350
|
+
"end": 18
|
|
53351
|
+
},
|
|
53352
|
+
"context": {
|
|
53353
|
+
"type": "variable",
|
|
53354
|
+
"name": "kendo-panel-header-padding-block",
|
|
53355
|
+
"value": "k-spacing(1)",
|
|
53356
|
+
"scope": "private",
|
|
53357
|
+
"line": {
|
|
53358
|
+
"start": 19,
|
|
53359
|
+
"end": 19
|
|
53360
|
+
}
|
|
53361
|
+
},
|
|
53362
|
+
"group": [
|
|
53363
|
+
"panel"
|
|
53364
|
+
],
|
|
53365
|
+
"access": "public",
|
|
53366
|
+
"file": {
|
|
53367
|
+
"path": "fluent/scss/panel/_variables.scss",
|
|
53368
|
+
"name": "_variables.scss"
|
|
53369
|
+
},
|
|
53370
|
+
"resolvedValue": "var(--kendo-spacing-1, 0.25rem)",
|
|
53371
|
+
"resolvedType": "String"
|
|
53372
|
+
},
|
|
53373
|
+
{
|
|
53374
|
+
"description": "The inline padding of the Panel content.\n",
|
|
53375
|
+
"commentRange": {
|
|
53376
|
+
"start": 21,
|
|
53377
|
+
"end": 22
|
|
53378
|
+
},
|
|
53379
|
+
"context": {
|
|
53380
|
+
"type": "variable",
|
|
53381
|
+
"name": "kendo-panel-content-padding-inline",
|
|
53382
|
+
"value": "k-spacing(2)",
|
|
53383
|
+
"scope": "private",
|
|
53384
|
+
"line": {
|
|
53385
|
+
"start": 23,
|
|
53386
|
+
"end": 23
|
|
53387
|
+
}
|
|
53388
|
+
},
|
|
53389
|
+
"group": [
|
|
53390
|
+
"panel"
|
|
53391
|
+
],
|
|
53392
|
+
"access": "public",
|
|
53393
|
+
"file": {
|
|
53394
|
+
"path": "fluent/scss/panel/_variables.scss",
|
|
53395
|
+
"name": "_variables.scss"
|
|
53396
|
+
},
|
|
53397
|
+
"resolvedValue": "var(--kendo-spacing-2, 0.5rem)",
|
|
53398
|
+
"resolvedType": "String"
|
|
53399
|
+
},
|
|
53400
|
+
{
|
|
53401
|
+
"description": "The block padding of the Panel content.\n",
|
|
53402
|
+
"commentRange": {
|
|
53403
|
+
"start": 24,
|
|
53404
|
+
"end": 25
|
|
53405
|
+
},
|
|
53406
|
+
"context": {
|
|
53407
|
+
"type": "variable",
|
|
53408
|
+
"name": "kendo-panel-content-padding-block",
|
|
53409
|
+
"value": "k-spacing(1)",
|
|
53410
|
+
"scope": "private",
|
|
53411
|
+
"line": {
|
|
53412
|
+
"start": 26,
|
|
53413
|
+
"end": 26
|
|
53414
|
+
}
|
|
53415
|
+
},
|
|
53416
|
+
"group": [
|
|
53417
|
+
"panel"
|
|
53418
|
+
],
|
|
53419
|
+
"access": "public",
|
|
53420
|
+
"file": {
|
|
53421
|
+
"path": "fluent/scss/panel/_variables.scss",
|
|
53422
|
+
"name": "_variables.scss"
|
|
53423
|
+
},
|
|
53424
|
+
"resolvedValue": "var(--kendo-spacing-1, 0.25rem)",
|
|
53425
|
+
"resolvedType": "String"
|
|
53426
|
+
},
|
|
53427
|
+
{
|
|
53428
|
+
"description": "The text color of the Panel.\n",
|
|
53429
|
+
"commentRange": {
|
|
53430
|
+
"start": 28,
|
|
53431
|
+
"end": 29
|
|
53432
|
+
},
|
|
53433
|
+
"context": {
|
|
53434
|
+
"type": "variable",
|
|
53435
|
+
"name": "kendo-panel-text",
|
|
53436
|
+
"value": "var(--kendo-component-text, #{$kendo-component-text})",
|
|
53437
|
+
"scope": "private",
|
|
53438
|
+
"line": {
|
|
53439
|
+
"start": 30,
|
|
53440
|
+
"end": 30
|
|
53441
|
+
}
|
|
53442
|
+
},
|
|
53443
|
+
"group": [
|
|
53444
|
+
"panel"
|
|
53445
|
+
],
|
|
53446
|
+
"access": "public",
|
|
53447
|
+
"file": {
|
|
53448
|
+
"path": "fluent/scss/panel/_variables.scss",
|
|
53449
|
+
"name": "_variables.scss"
|
|
53450
|
+
},
|
|
53451
|
+
"resolvedValue": "var(--kendo-component-text, var(--kendo-color-on-app-surface, #323130))",
|
|
53452
|
+
"resolvedType": "String"
|
|
53453
|
+
},
|
|
53454
|
+
{
|
|
53455
|
+
"description": "The background color of the Panel.\n",
|
|
53456
|
+
"commentRange": {
|
|
53457
|
+
"start": 31,
|
|
53458
|
+
"end": 32
|
|
53459
|
+
},
|
|
53460
|
+
"context": {
|
|
53461
|
+
"type": "variable",
|
|
53462
|
+
"name": "kendo-panel-bg",
|
|
53463
|
+
"value": "var(--kendo-component-bg, #{$kendo-component-bg})",
|
|
53464
|
+
"scope": "private",
|
|
53465
|
+
"line": {
|
|
53466
|
+
"start": 33,
|
|
53467
|
+
"end": 33
|
|
53468
|
+
}
|
|
53469
|
+
},
|
|
53470
|
+
"group": [
|
|
53471
|
+
"panel"
|
|
53472
|
+
],
|
|
53473
|
+
"access": "public",
|
|
53474
|
+
"file": {
|
|
53475
|
+
"path": "fluent/scss/panel/_variables.scss",
|
|
53476
|
+
"name": "_variables.scss"
|
|
53477
|
+
},
|
|
53478
|
+
"resolvedValue": "var(--kendo-component-bg, var(--kendo-color-surface-alt, #ffffff))",
|
|
53479
|
+
"resolvedType": "String"
|
|
53480
|
+
},
|
|
53481
|
+
{
|
|
53482
|
+
"description": "The color of the border around the Panel.\n",
|
|
53483
|
+
"commentRange": {
|
|
53484
|
+
"start": 34,
|
|
53485
|
+
"end": 35
|
|
53486
|
+
},
|
|
53487
|
+
"context": {
|
|
53488
|
+
"type": "variable",
|
|
53489
|
+
"name": "kendo-panel-border",
|
|
53490
|
+
"value": "var(--kendo-component-border, #{$kendo-component-border})",
|
|
53491
|
+
"scope": "private",
|
|
53492
|
+
"line": {
|
|
53493
|
+
"start": 36,
|
|
53494
|
+
"end": 36
|
|
53495
|
+
}
|
|
53496
|
+
},
|
|
53497
|
+
"group": [
|
|
53498
|
+
"panel"
|
|
53499
|
+
],
|
|
53500
|
+
"access": "public",
|
|
53501
|
+
"file": {
|
|
53502
|
+
"path": "fluent/scss/panel/_variables.scss",
|
|
53503
|
+
"name": "_variables.scss"
|
|
53504
|
+
},
|
|
53505
|
+
"resolvedValue": "var(--kendo-component-border, color-mix(in srgb, var(--kendo-color-border, #8a8886) 16%, transparent))",
|
|
53506
|
+
"resolvedType": "String"
|
|
53507
|
+
},
|
|
53130
53508
|
{
|
|
53131
53509
|
"description": "The horizontal padding of the PanelBar.\n",
|
|
53132
53510
|
"commentRange": {
|
|
@@ -77538,6 +77916,60 @@
|
|
|
77538
77916
|
"resolvedValue": "rgba(255, 255, 255, 0.2)",
|
|
77539
77917
|
"resolvedType": "Color"
|
|
77540
77918
|
},
|
|
77919
|
+
{
|
|
77920
|
+
"description": "The border width of the current time indicator.\n",
|
|
77921
|
+
"commentRange": {
|
|
77922
|
+
"start": 1,
|
|
77923
|
+
"end": 2
|
|
77924
|
+
},
|
|
77925
|
+
"context": {
|
|
77926
|
+
"type": "variable",
|
|
77927
|
+
"name": "kendo-current-time-width",
|
|
77928
|
+
"value": "1px",
|
|
77929
|
+
"scope": "default",
|
|
77930
|
+
"line": {
|
|
77931
|
+
"start": 3,
|
|
77932
|
+
"end": 3
|
|
77933
|
+
}
|
|
77934
|
+
},
|
|
77935
|
+
"group": [
|
|
77936
|
+
"time-marker"
|
|
77937
|
+
],
|
|
77938
|
+
"access": "public",
|
|
77939
|
+
"file": {
|
|
77940
|
+
"path": "fluent/scss/time-marker/_variables.scss",
|
|
77941
|
+
"name": "_variables.scss"
|
|
77942
|
+
},
|
|
77943
|
+
"resolvedValue": "1px",
|
|
77944
|
+
"resolvedType": "Number"
|
|
77945
|
+
},
|
|
77946
|
+
{
|
|
77947
|
+
"description": "The color of the current time indicator.\n",
|
|
77948
|
+
"commentRange": {
|
|
77949
|
+
"start": 4,
|
|
77950
|
+
"end": 5
|
|
77951
|
+
},
|
|
77952
|
+
"context": {
|
|
77953
|
+
"type": "variable",
|
|
77954
|
+
"name": "kendo-current-time-color",
|
|
77955
|
+
"value": "#ff0000",
|
|
77956
|
+
"scope": "default",
|
|
77957
|
+
"line": {
|
|
77958
|
+
"start": 6,
|
|
77959
|
+
"end": 6
|
|
77960
|
+
}
|
|
77961
|
+
},
|
|
77962
|
+
"group": [
|
|
77963
|
+
"time-marker"
|
|
77964
|
+
],
|
|
77965
|
+
"access": "public",
|
|
77966
|
+
"file": {
|
|
77967
|
+
"path": "fluent/scss/time-marker/_variables.scss",
|
|
77968
|
+
"name": "_variables.scss"
|
|
77969
|
+
},
|
|
77970
|
+
"resolvedValue": "#ff0000",
|
|
77971
|
+
"resolvedType": "Color"
|
|
77972
|
+
},
|
|
77541
77973
|
{
|
|
77542
77974
|
"description": "Width of the border around the time-selector.\n",
|
|
77543
77975
|
"commentRange": {
|
|
@@ -89038,85 +89470,147 @@
|
|
|
89038
89470
|
"sans-serif": "system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
89039
89471
|
"monospace": "SFMono-Regular, Menlo, Monaco, Consolas, \"Roboto Mono\", \"Ubuntu Mono\", \"Lucida Console\", \"Courier New\", monospace"
|
|
89040
89472
|
}
|
|
89041
|
-
}
|
|
89042
|
-
],
|
|
89043
|
-
"mixins": [],
|
|
89044
|
-
"functions": [],
|
|
89045
|
-
"placeholders": [],
|
|
89046
|
-
"css": [
|
|
89473
|
+
},
|
|
89047
89474
|
{
|
|
89048
|
-
"description": "
|
|
89475
|
+
"description": "The background color of disabled items.\n",
|
|
89049
89476
|
"commentRange": {
|
|
89050
|
-
"start":
|
|
89051
|
-
"end":
|
|
89477
|
+
"start": 41,
|
|
89478
|
+
"end": 41
|
|
89052
89479
|
},
|
|
89053
89480
|
"context": {
|
|
89054
|
-
"type": "
|
|
89055
|
-
"name": "
|
|
89056
|
-
"value": "
|
|
89481
|
+
"type": "variable",
|
|
89482
|
+
"name": "kendo-disabled-bg",
|
|
89483
|
+
"value": "null",
|
|
89484
|
+
"scope": "default",
|
|
89057
89485
|
"line": {
|
|
89058
|
-
"start":
|
|
89059
|
-
"end":
|
|
89486
|
+
"start": 42,
|
|
89487
|
+
"end": 42
|
|
89060
89488
|
}
|
|
89061
89489
|
},
|
|
89490
|
+
"access": "public",
|
|
89062
89491
|
"group": [
|
|
89063
|
-
"
|
|
89492
|
+
"undefined"
|
|
89064
89493
|
],
|
|
89065
|
-
"access": "public",
|
|
89066
89494
|
"file": {
|
|
89067
|
-
"path": "
|
|
89068
|
-
"name": "
|
|
89069
|
-
}
|
|
89495
|
+
"path": "core/scss/color-system/_swatch-legacy.scss",
|
|
89496
|
+
"name": "_swatch-legacy.scss"
|
|
89497
|
+
},
|
|
89498
|
+
"resolvedValue": "var(--kendo-color-base-subtle, #edebe9)",
|
|
89499
|
+
"resolvedType": "String"
|
|
89070
89500
|
},
|
|
89071
89501
|
{
|
|
89072
|
-
"description": "
|
|
89502
|
+
"description": "The text color of disabled items.\n",
|
|
89073
89503
|
"commentRange": {
|
|
89074
|
-
"start":
|
|
89075
|
-
"end":
|
|
89504
|
+
"start": 43,
|
|
89505
|
+
"end": 43
|
|
89076
89506
|
},
|
|
89077
89507
|
"context": {
|
|
89078
|
-
"type": "
|
|
89079
|
-
"name": "
|
|
89080
|
-
"value": "
|
|
89508
|
+
"type": "variable",
|
|
89509
|
+
"name": "kendo-disabled-text",
|
|
89510
|
+
"value": "null",
|
|
89511
|
+
"scope": "default",
|
|
89081
89512
|
"line": {
|
|
89082
|
-
"start":
|
|
89083
|
-
"end":
|
|
89513
|
+
"start": 44,
|
|
89514
|
+
"end": 44
|
|
89084
89515
|
}
|
|
89085
89516
|
},
|
|
89517
|
+
"access": "public",
|
|
89086
89518
|
"group": [
|
|
89087
|
-
"
|
|
89519
|
+
"undefined"
|
|
89088
89520
|
],
|
|
89521
|
+
"file": {
|
|
89522
|
+
"path": "core/scss/color-system/_swatch-legacy.scss",
|
|
89523
|
+
"name": "_swatch-legacy.scss"
|
|
89524
|
+
},
|
|
89525
|
+
"resolvedValue": "color-mix(in srgb, var(--kendo-color-on-app-surface, #323130) 46%, transparent)",
|
|
89526
|
+
"resolvedType": "String"
|
|
89527
|
+
},
|
|
89528
|
+
{
|
|
89529
|
+
"description": "The border color of disabled items.\n",
|
|
89530
|
+
"commentRange": {
|
|
89531
|
+
"start": 45,
|
|
89532
|
+
"end": 45
|
|
89533
|
+
},
|
|
89534
|
+
"context": {
|
|
89535
|
+
"type": "variable",
|
|
89536
|
+
"name": "kendo-disabled-border",
|
|
89537
|
+
"value": "null",
|
|
89538
|
+
"scope": "default",
|
|
89539
|
+
"line": {
|
|
89540
|
+
"start": 46,
|
|
89541
|
+
"end": 46
|
|
89542
|
+
}
|
|
89543
|
+
},
|
|
89089
89544
|
"access": "public",
|
|
89545
|
+
"group": [
|
|
89546
|
+
"undefined"
|
|
89547
|
+
],
|
|
89090
89548
|
"file": {
|
|
89091
|
-
"path": "
|
|
89092
|
-
"name": "
|
|
89093
|
-
}
|
|
89549
|
+
"path": "core/scss/color-system/_swatch-legacy.scss",
|
|
89550
|
+
"name": "_swatch-legacy.scss"
|
|
89551
|
+
},
|
|
89552
|
+
"resolvedValue": "transparent",
|
|
89553
|
+
"resolvedType": "Color"
|
|
89094
89554
|
},
|
|
89095
89555
|
{
|
|
89096
|
-
"description": "
|
|
89556
|
+
"description": "The opacity of disabled items.\n",
|
|
89097
89557
|
"commentRange": {
|
|
89098
|
-
"start":
|
|
89099
|
-
"end":
|
|
89558
|
+
"start": 47,
|
|
89559
|
+
"end": 47
|
|
89100
89560
|
},
|
|
89101
89561
|
"context": {
|
|
89102
|
-
"type": "
|
|
89103
|
-
"name": "
|
|
89104
|
-
"value": "
|
|
89562
|
+
"type": "variable",
|
|
89563
|
+
"name": "kendo-disabled-opacity",
|
|
89564
|
+
"value": "null",
|
|
89565
|
+
"scope": "default",
|
|
89105
89566
|
"line": {
|
|
89106
|
-
"start":
|
|
89107
|
-
"end":
|
|
89567
|
+
"start": 48,
|
|
89568
|
+
"end": 48
|
|
89108
89569
|
}
|
|
89109
89570
|
},
|
|
89571
|
+
"access": "public",
|
|
89110
89572
|
"group": [
|
|
89111
|
-
"
|
|
89573
|
+
"undefined"
|
|
89112
89574
|
],
|
|
89575
|
+
"file": {
|
|
89576
|
+
"path": "core/scss/color-system/_swatch-legacy.scss",
|
|
89577
|
+
"name": "_swatch-legacy.scss"
|
|
89578
|
+
},
|
|
89579
|
+
"resolvedValue": "null",
|
|
89580
|
+
"resolvedType": "Null"
|
|
89581
|
+
},
|
|
89582
|
+
{
|
|
89583
|
+
"description": "The filter of disabled items.\n",
|
|
89584
|
+
"commentRange": {
|
|
89585
|
+
"start": 49,
|
|
89586
|
+
"end": 49
|
|
89587
|
+
},
|
|
89588
|
+
"context": {
|
|
89589
|
+
"type": "variable",
|
|
89590
|
+
"name": "kendo-disabled-filter",
|
|
89591
|
+
"value": "null",
|
|
89592
|
+
"scope": "default",
|
|
89593
|
+
"line": {
|
|
89594
|
+
"start": 50,
|
|
89595
|
+
"end": 50
|
|
89596
|
+
}
|
|
89597
|
+
},
|
|
89113
89598
|
"access": "public",
|
|
89599
|
+
"group": [
|
|
89600
|
+
"undefined"
|
|
89601
|
+
],
|
|
89114
89602
|
"file": {
|
|
89115
|
-
"path": "
|
|
89116
|
-
"name": "
|
|
89117
|
-
}
|
|
89603
|
+
"path": "core/scss/color-system/_swatch-legacy.scss",
|
|
89604
|
+
"name": "_swatch-legacy.scss"
|
|
89605
|
+
},
|
|
89606
|
+
"resolvedValue": "null",
|
|
89607
|
+
"resolvedType": "Null"
|
|
89118
89608
|
}
|
|
89119
89609
|
],
|
|
89610
|
+
"mixins": [],
|
|
89611
|
+
"functions": [],
|
|
89612
|
+
"placeholders": [],
|
|
89613
|
+
"css": [],
|
|
89120
89614
|
"variableGroups": [
|
|
89121
89615
|
{
|
|
89122
89616
|
"id": "common",
|
|
@@ -90191,6 +90685,141 @@
|
|
|
90191
90685
|
},
|
|
90192
90686
|
"resolvedValue": "22px",
|
|
90193
90687
|
"resolvedType": "Number"
|
|
90688
|
+
},
|
|
90689
|
+
{
|
|
90690
|
+
"description": "The background color of disabled items.\n",
|
|
90691
|
+
"commentRange": {
|
|
90692
|
+
"start": 41,
|
|
90693
|
+
"end": 41
|
|
90694
|
+
},
|
|
90695
|
+
"context": {
|
|
90696
|
+
"type": "variable",
|
|
90697
|
+
"name": "kendo-disabled-bg",
|
|
90698
|
+
"value": "null",
|
|
90699
|
+
"scope": "default",
|
|
90700
|
+
"line": {
|
|
90701
|
+
"start": 42,
|
|
90702
|
+
"end": 42
|
|
90703
|
+
}
|
|
90704
|
+
},
|
|
90705
|
+
"access": "public",
|
|
90706
|
+
"group": [
|
|
90707
|
+
"undefined"
|
|
90708
|
+
],
|
|
90709
|
+
"file": {
|
|
90710
|
+
"path": "core/scss/color-system/_swatch-legacy.scss",
|
|
90711
|
+
"name": "_swatch-legacy.scss"
|
|
90712
|
+
},
|
|
90713
|
+
"resolvedValue": "var(--kendo-color-base-subtle, #edebe9)",
|
|
90714
|
+
"resolvedType": "String"
|
|
90715
|
+
},
|
|
90716
|
+
{
|
|
90717
|
+
"description": "The text color of disabled items.\n",
|
|
90718
|
+
"commentRange": {
|
|
90719
|
+
"start": 43,
|
|
90720
|
+
"end": 43
|
|
90721
|
+
},
|
|
90722
|
+
"context": {
|
|
90723
|
+
"type": "variable",
|
|
90724
|
+
"name": "kendo-disabled-text",
|
|
90725
|
+
"value": "null",
|
|
90726
|
+
"scope": "default",
|
|
90727
|
+
"line": {
|
|
90728
|
+
"start": 44,
|
|
90729
|
+
"end": 44
|
|
90730
|
+
}
|
|
90731
|
+
},
|
|
90732
|
+
"access": "public",
|
|
90733
|
+
"group": [
|
|
90734
|
+
"undefined"
|
|
90735
|
+
],
|
|
90736
|
+
"file": {
|
|
90737
|
+
"path": "core/scss/color-system/_swatch-legacy.scss",
|
|
90738
|
+
"name": "_swatch-legacy.scss"
|
|
90739
|
+
},
|
|
90740
|
+
"resolvedValue": "color-mix(in srgb, var(--kendo-color-on-app-surface, #323130) 46%, transparent)",
|
|
90741
|
+
"resolvedType": "String"
|
|
90742
|
+
},
|
|
90743
|
+
{
|
|
90744
|
+
"description": "The border color of disabled items.\n",
|
|
90745
|
+
"commentRange": {
|
|
90746
|
+
"start": 45,
|
|
90747
|
+
"end": 45
|
|
90748
|
+
},
|
|
90749
|
+
"context": {
|
|
90750
|
+
"type": "variable",
|
|
90751
|
+
"name": "kendo-disabled-border",
|
|
90752
|
+
"value": "null",
|
|
90753
|
+
"scope": "default",
|
|
90754
|
+
"line": {
|
|
90755
|
+
"start": 46,
|
|
90756
|
+
"end": 46
|
|
90757
|
+
}
|
|
90758
|
+
},
|
|
90759
|
+
"access": "public",
|
|
90760
|
+
"group": [
|
|
90761
|
+
"undefined"
|
|
90762
|
+
],
|
|
90763
|
+
"file": {
|
|
90764
|
+
"path": "core/scss/color-system/_swatch-legacy.scss",
|
|
90765
|
+
"name": "_swatch-legacy.scss"
|
|
90766
|
+
},
|
|
90767
|
+
"resolvedValue": "transparent",
|
|
90768
|
+
"resolvedType": "Color"
|
|
90769
|
+
},
|
|
90770
|
+
{
|
|
90771
|
+
"description": "The opacity of disabled items.\n",
|
|
90772
|
+
"commentRange": {
|
|
90773
|
+
"start": 47,
|
|
90774
|
+
"end": 47
|
|
90775
|
+
},
|
|
90776
|
+
"context": {
|
|
90777
|
+
"type": "variable",
|
|
90778
|
+
"name": "kendo-disabled-opacity",
|
|
90779
|
+
"value": "null",
|
|
90780
|
+
"scope": "default",
|
|
90781
|
+
"line": {
|
|
90782
|
+
"start": 48,
|
|
90783
|
+
"end": 48
|
|
90784
|
+
}
|
|
90785
|
+
},
|
|
90786
|
+
"access": "public",
|
|
90787
|
+
"group": [
|
|
90788
|
+
"undefined"
|
|
90789
|
+
],
|
|
90790
|
+
"file": {
|
|
90791
|
+
"path": "core/scss/color-system/_swatch-legacy.scss",
|
|
90792
|
+
"name": "_swatch-legacy.scss"
|
|
90793
|
+
},
|
|
90794
|
+
"resolvedValue": "null",
|
|
90795
|
+
"resolvedType": "Null"
|
|
90796
|
+
},
|
|
90797
|
+
{
|
|
90798
|
+
"description": "The filter of disabled items.\n",
|
|
90799
|
+
"commentRange": {
|
|
90800
|
+
"start": 49,
|
|
90801
|
+
"end": 49
|
|
90802
|
+
},
|
|
90803
|
+
"context": {
|
|
90804
|
+
"type": "variable",
|
|
90805
|
+
"name": "kendo-disabled-filter",
|
|
90806
|
+
"value": "null",
|
|
90807
|
+
"scope": "default",
|
|
90808
|
+
"line": {
|
|
90809
|
+
"start": 50,
|
|
90810
|
+
"end": 50
|
|
90811
|
+
}
|
|
90812
|
+
},
|
|
90813
|
+
"access": "public",
|
|
90814
|
+
"group": [
|
|
90815
|
+
"undefined"
|
|
90816
|
+
],
|
|
90817
|
+
"file": {
|
|
90818
|
+
"path": "core/scss/color-system/_swatch-legacy.scss",
|
|
90819
|
+
"name": "_swatch-legacy.scss"
|
|
90820
|
+
},
|
|
90821
|
+
"resolvedValue": "null",
|
|
90822
|
+
"resolvedType": "Null"
|
|
90194
90823
|
}
|
|
90195
90824
|
]
|
|
90196
90825
|
},
|
|
@@ -138121,6 +138750,120 @@
|
|
|
138121
138750
|
}
|
|
138122
138751
|
]
|
|
138123
138752
|
},
|
|
138753
|
+
{
|
|
138754
|
+
"id": "loading",
|
|
138755
|
+
"title": "Loading",
|
|
138756
|
+
"variables": [
|
|
138757
|
+
{
|
|
138758
|
+
"description": "The background color of the Loading indicator.\n",
|
|
138759
|
+
"commentRange": {
|
|
138760
|
+
"start": 192,
|
|
138761
|
+
"end": 193
|
|
138762
|
+
},
|
|
138763
|
+
"context": {
|
|
138764
|
+
"type": "variable",
|
|
138765
|
+
"name": "kendo-loading-bg",
|
|
138766
|
+
"value": "var( --kendo-component-bg, initial )",
|
|
138767
|
+
"scope": "default",
|
|
138768
|
+
"line": {
|
|
138769
|
+
"start": 194,
|
|
138770
|
+
"end": 194
|
|
138771
|
+
}
|
|
138772
|
+
},
|
|
138773
|
+
"group": [
|
|
138774
|
+
"loading"
|
|
138775
|
+
],
|
|
138776
|
+
"access": "public",
|
|
138777
|
+
"file": {
|
|
138778
|
+
"path": "fluent/scss/loader/_variables.scss",
|
|
138779
|
+
"name": "_variables.scss"
|
|
138780
|
+
},
|
|
138781
|
+
"resolvedValue": "var(--kendo-component-bg, initial)",
|
|
138782
|
+
"resolvedType": "String"
|
|
138783
|
+
},
|
|
138784
|
+
{
|
|
138785
|
+
"description": "The text color of the Loading indicator.\n",
|
|
138786
|
+
"commentRange": {
|
|
138787
|
+
"start": 195,
|
|
138788
|
+
"end": 196
|
|
138789
|
+
},
|
|
138790
|
+
"context": {
|
|
138791
|
+
"type": "variable",
|
|
138792
|
+
"name": "kendo-loading-text",
|
|
138793
|
+
"value": "currentColor",
|
|
138794
|
+
"scope": "default",
|
|
138795
|
+
"line": {
|
|
138796
|
+
"start": 197,
|
|
138797
|
+
"end": 197
|
|
138798
|
+
}
|
|
138799
|
+
},
|
|
138800
|
+
"group": [
|
|
138801
|
+
"loading"
|
|
138802
|
+
],
|
|
138803
|
+
"access": "public",
|
|
138804
|
+
"file": {
|
|
138805
|
+
"path": "fluent/scss/loader/_variables.scss",
|
|
138806
|
+
"name": "_variables.scss"
|
|
138807
|
+
},
|
|
138808
|
+
"resolvedValue": "currentColor",
|
|
138809
|
+
"resolvedType": "String"
|
|
138810
|
+
},
|
|
138811
|
+
{
|
|
138812
|
+
"description": "The opacity of the Loading indicator.\n",
|
|
138813
|
+
"commentRange": {
|
|
138814
|
+
"start": 198,
|
|
138815
|
+
"end": 199
|
|
138816
|
+
},
|
|
138817
|
+
"context": {
|
|
138818
|
+
"type": "variable",
|
|
138819
|
+
"name": "kendo-loading-opacity",
|
|
138820
|
+
"value": ".3",
|
|
138821
|
+
"scope": "default",
|
|
138822
|
+
"line": {
|
|
138823
|
+
"start": 200,
|
|
138824
|
+
"end": 200
|
|
138825
|
+
}
|
|
138826
|
+
},
|
|
138827
|
+
"group": [
|
|
138828
|
+
"loading"
|
|
138829
|
+
],
|
|
138830
|
+
"access": "public",
|
|
138831
|
+
"file": {
|
|
138832
|
+
"path": "fluent/scss/loader/_variables.scss",
|
|
138833
|
+
"name": "_variables.scss"
|
|
138834
|
+
},
|
|
138835
|
+
"resolvedValue": "0.3",
|
|
138836
|
+
"resolvedType": "Number"
|
|
138837
|
+
},
|
|
138838
|
+
{
|
|
138839
|
+
"description": "The z-index of the Loading indicator.\n",
|
|
138840
|
+
"commentRange": {
|
|
138841
|
+
"start": 201,
|
|
138842
|
+
"end": 202
|
|
138843
|
+
},
|
|
138844
|
+
"context": {
|
|
138845
|
+
"type": "variable",
|
|
138846
|
+
"name": "kendo-zindex-loading",
|
|
138847
|
+
"value": "100",
|
|
138848
|
+
"scope": "default",
|
|
138849
|
+
"line": {
|
|
138850
|
+
"start": 203,
|
|
138851
|
+
"end": 203
|
|
138852
|
+
}
|
|
138853
|
+
},
|
|
138854
|
+
"group": [
|
|
138855
|
+
"loading"
|
|
138856
|
+
],
|
|
138857
|
+
"access": "public",
|
|
138858
|
+
"file": {
|
|
138859
|
+
"path": "fluent/scss/loader/_variables.scss",
|
|
138860
|
+
"name": "_variables.scss"
|
|
138861
|
+
},
|
|
138862
|
+
"resolvedValue": "100",
|
|
138863
|
+
"resolvedType": "Number"
|
|
138864
|
+
}
|
|
138865
|
+
]
|
|
138866
|
+
},
|
|
138124
138867
|
{
|
|
138125
138868
|
"id": "map",
|
|
138126
138869
|
"title": "Map",
|
|
@@ -144872,6 +145615,282 @@
|
|
|
144872
145615
|
}
|
|
144873
145616
|
]
|
|
144874
145617
|
},
|
|
145618
|
+
{
|
|
145619
|
+
"id": "panel",
|
|
145620
|
+
"title": "Panel",
|
|
145621
|
+
"variables": [
|
|
145622
|
+
{
|
|
145623
|
+
"description": "The border radius of the Panel.\n",
|
|
145624
|
+
"commentRange": {
|
|
145625
|
+
"start": 4,
|
|
145626
|
+
"end": 5
|
|
145627
|
+
},
|
|
145628
|
+
"context": {
|
|
145629
|
+
"type": "variable",
|
|
145630
|
+
"name": "kendo-panel-border-radius",
|
|
145631
|
+
"value": "k-border-radius(md)",
|
|
145632
|
+
"scope": "private",
|
|
145633
|
+
"line": {
|
|
145634
|
+
"start": 6,
|
|
145635
|
+
"end": 6
|
|
145636
|
+
}
|
|
145637
|
+
},
|
|
145638
|
+
"group": [
|
|
145639
|
+
"panel"
|
|
145640
|
+
],
|
|
145641
|
+
"access": "public",
|
|
145642
|
+
"file": {
|
|
145643
|
+
"path": "fluent/scss/panel/_variables.scss",
|
|
145644
|
+
"name": "_variables.scss"
|
|
145645
|
+
},
|
|
145646
|
+
"resolvedValue": "var(--kendo-border-radius-md, 0.25rem)",
|
|
145647
|
+
"resolvedType": "String"
|
|
145648
|
+
},
|
|
145649
|
+
{
|
|
145650
|
+
"description": "The width of the border around the Panel.\n",
|
|
145651
|
+
"commentRange": {
|
|
145652
|
+
"start": 7,
|
|
145653
|
+
"end": 8
|
|
145654
|
+
},
|
|
145655
|
+
"context": {
|
|
145656
|
+
"type": "variable",
|
|
145657
|
+
"name": "kendo-panel-border-width",
|
|
145658
|
+
"value": "1px",
|
|
145659
|
+
"scope": "private",
|
|
145660
|
+
"line": {
|
|
145661
|
+
"start": 9,
|
|
145662
|
+
"end": 9
|
|
145663
|
+
}
|
|
145664
|
+
},
|
|
145665
|
+
"group": [
|
|
145666
|
+
"panel"
|
|
145667
|
+
],
|
|
145668
|
+
"access": "public",
|
|
145669
|
+
"file": {
|
|
145670
|
+
"path": "fluent/scss/panel/_variables.scss",
|
|
145671
|
+
"name": "_variables.scss"
|
|
145672
|
+
},
|
|
145673
|
+
"resolvedValue": "1px",
|
|
145674
|
+
"resolvedType": "Number"
|
|
145675
|
+
},
|
|
145676
|
+
{
|
|
145677
|
+
"description": "The style of the border around the Panel.\n",
|
|
145678
|
+
"commentRange": {
|
|
145679
|
+
"start": 10,
|
|
145680
|
+
"end": 11
|
|
145681
|
+
},
|
|
145682
|
+
"context": {
|
|
145683
|
+
"type": "variable",
|
|
145684
|
+
"name": "kendo-panel-border-style",
|
|
145685
|
+
"value": "solid",
|
|
145686
|
+
"scope": "private",
|
|
145687
|
+
"line": {
|
|
145688
|
+
"start": 12,
|
|
145689
|
+
"end": 12
|
|
145690
|
+
}
|
|
145691
|
+
},
|
|
145692
|
+
"group": [
|
|
145693
|
+
"panel"
|
|
145694
|
+
],
|
|
145695
|
+
"access": "public",
|
|
145696
|
+
"file": {
|
|
145697
|
+
"path": "fluent/scss/panel/_variables.scss",
|
|
145698
|
+
"name": "_variables.scss"
|
|
145699
|
+
},
|
|
145700
|
+
"resolvedValue": "solid",
|
|
145701
|
+
"resolvedType": "String"
|
|
145702
|
+
},
|
|
145703
|
+
{
|
|
145704
|
+
"description": "The inline padding of the Panel header.\n",
|
|
145705
|
+
"commentRange": {
|
|
145706
|
+
"start": 14,
|
|
145707
|
+
"end": 15
|
|
145708
|
+
},
|
|
145709
|
+
"context": {
|
|
145710
|
+
"type": "variable",
|
|
145711
|
+
"name": "kendo-panel-header-padding-inline",
|
|
145712
|
+
"value": "k-spacing(2)",
|
|
145713
|
+
"scope": "private",
|
|
145714
|
+
"line": {
|
|
145715
|
+
"start": 16,
|
|
145716
|
+
"end": 16
|
|
145717
|
+
}
|
|
145718
|
+
},
|
|
145719
|
+
"group": [
|
|
145720
|
+
"panel"
|
|
145721
|
+
],
|
|
145722
|
+
"access": "public",
|
|
145723
|
+
"file": {
|
|
145724
|
+
"path": "fluent/scss/panel/_variables.scss",
|
|
145725
|
+
"name": "_variables.scss"
|
|
145726
|
+
},
|
|
145727
|
+
"resolvedValue": "var(--kendo-spacing-2, 0.5rem)",
|
|
145728
|
+
"resolvedType": "String"
|
|
145729
|
+
},
|
|
145730
|
+
{
|
|
145731
|
+
"description": "The block padding of the Panel header.\n",
|
|
145732
|
+
"commentRange": {
|
|
145733
|
+
"start": 17,
|
|
145734
|
+
"end": 18
|
|
145735
|
+
},
|
|
145736
|
+
"context": {
|
|
145737
|
+
"type": "variable",
|
|
145738
|
+
"name": "kendo-panel-header-padding-block",
|
|
145739
|
+
"value": "k-spacing(1)",
|
|
145740
|
+
"scope": "private",
|
|
145741
|
+
"line": {
|
|
145742
|
+
"start": 19,
|
|
145743
|
+
"end": 19
|
|
145744
|
+
}
|
|
145745
|
+
},
|
|
145746
|
+
"group": [
|
|
145747
|
+
"panel"
|
|
145748
|
+
],
|
|
145749
|
+
"access": "public",
|
|
145750
|
+
"file": {
|
|
145751
|
+
"path": "fluent/scss/panel/_variables.scss",
|
|
145752
|
+
"name": "_variables.scss"
|
|
145753
|
+
},
|
|
145754
|
+
"resolvedValue": "var(--kendo-spacing-1, 0.25rem)",
|
|
145755
|
+
"resolvedType": "String"
|
|
145756
|
+
},
|
|
145757
|
+
{
|
|
145758
|
+
"description": "The inline padding of the Panel content.\n",
|
|
145759
|
+
"commentRange": {
|
|
145760
|
+
"start": 21,
|
|
145761
|
+
"end": 22
|
|
145762
|
+
},
|
|
145763
|
+
"context": {
|
|
145764
|
+
"type": "variable",
|
|
145765
|
+
"name": "kendo-panel-content-padding-inline",
|
|
145766
|
+
"value": "k-spacing(2)",
|
|
145767
|
+
"scope": "private",
|
|
145768
|
+
"line": {
|
|
145769
|
+
"start": 23,
|
|
145770
|
+
"end": 23
|
|
145771
|
+
}
|
|
145772
|
+
},
|
|
145773
|
+
"group": [
|
|
145774
|
+
"panel"
|
|
145775
|
+
],
|
|
145776
|
+
"access": "public",
|
|
145777
|
+
"file": {
|
|
145778
|
+
"path": "fluent/scss/panel/_variables.scss",
|
|
145779
|
+
"name": "_variables.scss"
|
|
145780
|
+
},
|
|
145781
|
+
"resolvedValue": "var(--kendo-spacing-2, 0.5rem)",
|
|
145782
|
+
"resolvedType": "String"
|
|
145783
|
+
},
|
|
145784
|
+
{
|
|
145785
|
+
"description": "The block padding of the Panel content.\n",
|
|
145786
|
+
"commentRange": {
|
|
145787
|
+
"start": 24,
|
|
145788
|
+
"end": 25
|
|
145789
|
+
},
|
|
145790
|
+
"context": {
|
|
145791
|
+
"type": "variable",
|
|
145792
|
+
"name": "kendo-panel-content-padding-block",
|
|
145793
|
+
"value": "k-spacing(1)",
|
|
145794
|
+
"scope": "private",
|
|
145795
|
+
"line": {
|
|
145796
|
+
"start": 26,
|
|
145797
|
+
"end": 26
|
|
145798
|
+
}
|
|
145799
|
+
},
|
|
145800
|
+
"group": [
|
|
145801
|
+
"panel"
|
|
145802
|
+
],
|
|
145803
|
+
"access": "public",
|
|
145804
|
+
"file": {
|
|
145805
|
+
"path": "fluent/scss/panel/_variables.scss",
|
|
145806
|
+
"name": "_variables.scss"
|
|
145807
|
+
},
|
|
145808
|
+
"resolvedValue": "var(--kendo-spacing-1, 0.25rem)",
|
|
145809
|
+
"resolvedType": "String"
|
|
145810
|
+
},
|
|
145811
|
+
{
|
|
145812
|
+
"description": "The text color of the Panel.\n",
|
|
145813
|
+
"commentRange": {
|
|
145814
|
+
"start": 28,
|
|
145815
|
+
"end": 29
|
|
145816
|
+
},
|
|
145817
|
+
"context": {
|
|
145818
|
+
"type": "variable",
|
|
145819
|
+
"name": "kendo-panel-text",
|
|
145820
|
+
"value": "var(--kendo-component-text, #{$kendo-component-text})",
|
|
145821
|
+
"scope": "private",
|
|
145822
|
+
"line": {
|
|
145823
|
+
"start": 30,
|
|
145824
|
+
"end": 30
|
|
145825
|
+
}
|
|
145826
|
+
},
|
|
145827
|
+
"group": [
|
|
145828
|
+
"panel"
|
|
145829
|
+
],
|
|
145830
|
+
"access": "public",
|
|
145831
|
+
"file": {
|
|
145832
|
+
"path": "fluent/scss/panel/_variables.scss",
|
|
145833
|
+
"name": "_variables.scss"
|
|
145834
|
+
},
|
|
145835
|
+
"resolvedValue": "var(--kendo-component-text, var(--kendo-color-on-app-surface, #323130))",
|
|
145836
|
+
"resolvedType": "String"
|
|
145837
|
+
},
|
|
145838
|
+
{
|
|
145839
|
+
"description": "The background color of the Panel.\n",
|
|
145840
|
+
"commentRange": {
|
|
145841
|
+
"start": 31,
|
|
145842
|
+
"end": 32
|
|
145843
|
+
},
|
|
145844
|
+
"context": {
|
|
145845
|
+
"type": "variable",
|
|
145846
|
+
"name": "kendo-panel-bg",
|
|
145847
|
+
"value": "var(--kendo-component-bg, #{$kendo-component-bg})",
|
|
145848
|
+
"scope": "private",
|
|
145849
|
+
"line": {
|
|
145850
|
+
"start": 33,
|
|
145851
|
+
"end": 33
|
|
145852
|
+
}
|
|
145853
|
+
},
|
|
145854
|
+
"group": [
|
|
145855
|
+
"panel"
|
|
145856
|
+
],
|
|
145857
|
+
"access": "public",
|
|
145858
|
+
"file": {
|
|
145859
|
+
"path": "fluent/scss/panel/_variables.scss",
|
|
145860
|
+
"name": "_variables.scss"
|
|
145861
|
+
},
|
|
145862
|
+
"resolvedValue": "var(--kendo-component-bg, var(--kendo-color-surface-alt, #ffffff))",
|
|
145863
|
+
"resolvedType": "String"
|
|
145864
|
+
},
|
|
145865
|
+
{
|
|
145866
|
+
"description": "The color of the border around the Panel.\n",
|
|
145867
|
+
"commentRange": {
|
|
145868
|
+
"start": 34,
|
|
145869
|
+
"end": 35
|
|
145870
|
+
},
|
|
145871
|
+
"context": {
|
|
145872
|
+
"type": "variable",
|
|
145873
|
+
"name": "kendo-panel-border",
|
|
145874
|
+
"value": "var(--kendo-component-border, #{$kendo-component-border})",
|
|
145875
|
+
"scope": "private",
|
|
145876
|
+
"line": {
|
|
145877
|
+
"start": 36,
|
|
145878
|
+
"end": 36
|
|
145879
|
+
}
|
|
145880
|
+
},
|
|
145881
|
+
"group": [
|
|
145882
|
+
"panel"
|
|
145883
|
+
],
|
|
145884
|
+
"access": "public",
|
|
145885
|
+
"file": {
|
|
145886
|
+
"path": "fluent/scss/panel/_variables.scss",
|
|
145887
|
+
"name": "_variables.scss"
|
|
145888
|
+
},
|
|
145889
|
+
"resolvedValue": "var(--kendo-component-border, color-mix(in srgb, var(--kendo-color-border, #8a8886) 16%, transparent))",
|
|
145890
|
+
"resolvedType": "String"
|
|
145891
|
+
}
|
|
145892
|
+
]
|
|
145893
|
+
},
|
|
144875
145894
|
{
|
|
144876
145895
|
"id": "panelbar",
|
|
144877
145896
|
"title": "Panelbar",
|
|
@@ -168405,6 +169424,66 @@
|
|
|
168405
169424
|
}
|
|
168406
169425
|
]
|
|
168407
169426
|
},
|
|
169427
|
+
{
|
|
169428
|
+
"id": "time-marker",
|
|
169429
|
+
"title": "TimeMarker",
|
|
169430
|
+
"variables": [
|
|
169431
|
+
{
|
|
169432
|
+
"description": "The border width of the current time indicator.\n",
|
|
169433
|
+
"commentRange": {
|
|
169434
|
+
"start": 1,
|
|
169435
|
+
"end": 2
|
|
169436
|
+
},
|
|
169437
|
+
"context": {
|
|
169438
|
+
"type": "variable",
|
|
169439
|
+
"name": "kendo-current-time-width",
|
|
169440
|
+
"value": "1px",
|
|
169441
|
+
"scope": "default",
|
|
169442
|
+
"line": {
|
|
169443
|
+
"start": 3,
|
|
169444
|
+
"end": 3
|
|
169445
|
+
}
|
|
169446
|
+
},
|
|
169447
|
+
"group": [
|
|
169448
|
+
"time-marker"
|
|
169449
|
+
],
|
|
169450
|
+
"access": "public",
|
|
169451
|
+
"file": {
|
|
169452
|
+
"path": "fluent/scss/time-marker/_variables.scss",
|
|
169453
|
+
"name": "_variables.scss"
|
|
169454
|
+
},
|
|
169455
|
+
"resolvedValue": "1px",
|
|
169456
|
+
"resolvedType": "Number"
|
|
169457
|
+
},
|
|
169458
|
+
{
|
|
169459
|
+
"description": "The color of the current time indicator.\n",
|
|
169460
|
+
"commentRange": {
|
|
169461
|
+
"start": 4,
|
|
169462
|
+
"end": 5
|
|
169463
|
+
},
|
|
169464
|
+
"context": {
|
|
169465
|
+
"type": "variable",
|
|
169466
|
+
"name": "kendo-current-time-color",
|
|
169467
|
+
"value": "#ff0000",
|
|
169468
|
+
"scope": "default",
|
|
169469
|
+
"line": {
|
|
169470
|
+
"start": 6,
|
|
169471
|
+
"end": 6
|
|
169472
|
+
}
|
|
169473
|
+
},
|
|
169474
|
+
"group": [
|
|
169475
|
+
"time-marker"
|
|
169476
|
+
],
|
|
169477
|
+
"access": "public",
|
|
169478
|
+
"file": {
|
|
169479
|
+
"path": "fluent/scss/time-marker/_variables.scss",
|
|
169480
|
+
"name": "_variables.scss"
|
|
169481
|
+
},
|
|
169482
|
+
"resolvedValue": "#ff0000",
|
|
169483
|
+
"resolvedType": "Color"
|
|
169484
|
+
}
|
|
169485
|
+
]
|
|
169486
|
+
},
|
|
168408
169487
|
{
|
|
168409
169488
|
"id": "time-selector",
|
|
168410
169489
|
"title": "TimeSelector",
|