@progress/kendo-theme-fluent 14.4.1-dev.0 → 14.4.1-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-1-dark.css +1 -1
- package/dist/fluent-1.css +1 -1
- package/dist/fluent-main-dark.css +1 -1
- package/dist/fluent-main.css +1 -1
- package/dist/meta/sassdoc-data.json +1490 -788
- package/dist/meta/sassdoc-raw-data.json +657 -332
- package/dist/meta/variables.json +127 -95
- package/lib/swatches/all.json +1 -1
- package/lib/swatches/fluent-1-dark.json +1 -1
- package/lib/swatches/fluent-1.json +1 -1
- package/lib/swatches/fluent-main-dark.json +1 -1
- package/lib/swatches/fluent-main.json +1 -1
- package/package.json +3 -3
- package/scss/agent-response/_variables.scss +5 -1
- package/scss/citation/_variables.scss +30 -2
- package/scss/scheduler/_layout.scss +0 -58
- package/scss/scheduler/_theme.scss +0 -25
- package/scss/scheduler/_variables.scss +106 -80
|
@@ -2376,6 +2376,33 @@
|
|
|
2376
2376
|
"resolvedValue": "var(--kendo-tool-call-padding-y, var(--kendo-spacing-2))",
|
|
2377
2377
|
"resolvedType": "String"
|
|
2378
2378
|
},
|
|
2379
|
+
{
|
|
2380
|
+
"description": "The border radius of the pre element in the ToolCall body.\n",
|
|
2381
|
+
"commentRange": {
|
|
2382
|
+
"start": 46,
|
|
2383
|
+
"end": 47
|
|
2384
|
+
},
|
|
2385
|
+
"context": {
|
|
2386
|
+
"type": "variable",
|
|
2387
|
+
"name": "kendo-tool-call-pre-border-radius",
|
|
2388
|
+
"value": "var( --kendo-tool-call-pre-border-radius, k-border-radius(md) )",
|
|
2389
|
+
"scope": "default",
|
|
2390
|
+
"line": {
|
|
2391
|
+
"start": 48,
|
|
2392
|
+
"end": 48
|
|
2393
|
+
}
|
|
2394
|
+
},
|
|
2395
|
+
"group": [
|
|
2396
|
+
"agent-response"
|
|
2397
|
+
],
|
|
2398
|
+
"access": "public",
|
|
2399
|
+
"file": {
|
|
2400
|
+
"path": "fluent/scss/agent-response/_variables.scss",
|
|
2401
|
+
"name": "_variables.scss"
|
|
2402
|
+
},
|
|
2403
|
+
"resolvedValue": "var(--kendo-tool-call-pre-border-radius, var(--kendo-border-radius-md))",
|
|
2404
|
+
"resolvedType": "String"
|
|
2405
|
+
},
|
|
2379
2406
|
{
|
|
2380
2407
|
"description": "The default theme color of the AppBar.\n",
|
|
2381
2408
|
"commentRange": {
|
|
@@ -21403,7 +21430,7 @@
|
|
|
21403
21430
|
"context": {
|
|
21404
21431
|
"type": "variable",
|
|
21405
21432
|
"name": "kendo-citation-popover-view-padding",
|
|
21406
|
-
"value": "var( --kendo-citation-popover-view-padding, k-spacing(4) )",
|
|
21433
|
+
"value": "var( --kendo-citation-popover-view-padding, k-spacing(2) k-spacing(4) k-spacing(4) k-spacing(4) )",
|
|
21407
21434
|
"scope": "default",
|
|
21408
21435
|
"line": {
|
|
21409
21436
|
"start": 7,
|
|
@@ -21418,7 +21445,7 @@
|
|
|
21418
21445
|
"path": "fluent/scss/citation/_variables.scss",
|
|
21419
21446
|
"name": "_variables.scss"
|
|
21420
21447
|
},
|
|
21421
|
-
"resolvedValue": "var(--kendo-citation-popover-view-padding, var(--kendo-spacing-4))",
|
|
21448
|
+
"resolvedValue": "var(--kendo-citation-popover-view-padding, var(--kendo-spacing-2) var(--kendo-spacing-4) var(--kendo-spacing-4) var(--kendo-spacing-4))",
|
|
21422
21449
|
"resolvedType": "String"
|
|
21423
21450
|
},
|
|
21424
21451
|
{
|
|
@@ -21448,6 +21475,195 @@
|
|
|
21448
21475
|
"resolvedValue": "var(--kendo-citation-pages-color, var(--kendo-color-subtle))",
|
|
21449
21476
|
"resolvedType": "String"
|
|
21450
21477
|
},
|
|
21478
|
+
{
|
|
21479
|
+
"description": "The font weight of the CitationPopoverView title.\n",
|
|
21480
|
+
"commentRange": {
|
|
21481
|
+
"start": 11,
|
|
21482
|
+
"end": 12
|
|
21483
|
+
},
|
|
21484
|
+
"context": {
|
|
21485
|
+
"type": "variable",
|
|
21486
|
+
"name": "kendo-citation-popover-view-title-font-weight",
|
|
21487
|
+
"value": "var( --kendo-citation-popover-view-title-font-weight, var(--kendo-font-weight-medium) )",
|
|
21488
|
+
"scope": "default",
|
|
21489
|
+
"line": {
|
|
21490
|
+
"start": 13,
|
|
21491
|
+
"end": 13
|
|
21492
|
+
}
|
|
21493
|
+
},
|
|
21494
|
+
"group": [
|
|
21495
|
+
"citation"
|
|
21496
|
+
],
|
|
21497
|
+
"access": "public",
|
|
21498
|
+
"file": {
|
|
21499
|
+
"path": "fluent/scss/citation/_variables.scss",
|
|
21500
|
+
"name": "_variables.scss"
|
|
21501
|
+
},
|
|
21502
|
+
"resolvedValue": "var(--kendo-citation-popover-view-title-font-weight, var(--kendo-font-weight-medium))",
|
|
21503
|
+
"resolvedType": "String"
|
|
21504
|
+
},
|
|
21505
|
+
{
|
|
21506
|
+
"description": "The font size of the CitationPopoverView body text.\n",
|
|
21507
|
+
"commentRange": {
|
|
21508
|
+
"start": 14,
|
|
21509
|
+
"end": 15
|
|
21510
|
+
},
|
|
21511
|
+
"context": {
|
|
21512
|
+
"type": "variable",
|
|
21513
|
+
"name": "kendo-citation-popover-view-body-font-size",
|
|
21514
|
+
"value": "var( --kendo-citation-popover-view-body-font-size, var(--kendo-font-size-sm) )",
|
|
21515
|
+
"scope": "default",
|
|
21516
|
+
"line": {
|
|
21517
|
+
"start": 16,
|
|
21518
|
+
"end": 16
|
|
21519
|
+
}
|
|
21520
|
+
},
|
|
21521
|
+
"group": [
|
|
21522
|
+
"citation"
|
|
21523
|
+
],
|
|
21524
|
+
"access": "public",
|
|
21525
|
+
"file": {
|
|
21526
|
+
"path": "fluent/scss/citation/_variables.scss",
|
|
21527
|
+
"name": "_variables.scss"
|
|
21528
|
+
},
|
|
21529
|
+
"resolvedValue": "var(--kendo-citation-popover-view-body-font-size, var(--kendo-font-size-sm))",
|
|
21530
|
+
"resolvedType": "String"
|
|
21531
|
+
},
|
|
21532
|
+
{
|
|
21533
|
+
"description": "The top margin of the CitationPopoverView body text.\n",
|
|
21534
|
+
"commentRange": {
|
|
21535
|
+
"start": 17,
|
|
21536
|
+
"end": 18
|
|
21537
|
+
},
|
|
21538
|
+
"context": {
|
|
21539
|
+
"type": "variable",
|
|
21540
|
+
"name": "kendo-citation-popover-view-body-margin-top",
|
|
21541
|
+
"value": "var( --kendo-citation-popover-view-body-margin-top, k-spacing(2) )",
|
|
21542
|
+
"scope": "default",
|
|
21543
|
+
"line": {
|
|
21544
|
+
"start": 19,
|
|
21545
|
+
"end": 19
|
|
21546
|
+
}
|
|
21547
|
+
},
|
|
21548
|
+
"group": [
|
|
21549
|
+
"citation"
|
|
21550
|
+
],
|
|
21551
|
+
"access": "public",
|
|
21552
|
+
"file": {
|
|
21553
|
+
"path": "fluent/scss/citation/_variables.scss",
|
|
21554
|
+
"name": "_variables.scss"
|
|
21555
|
+
},
|
|
21556
|
+
"resolvedValue": "var(--kendo-citation-popover-view-body-margin-top, var(--kendo-spacing-2))",
|
|
21557
|
+
"resolvedType": "String"
|
|
21558
|
+
},
|
|
21559
|
+
{
|
|
21560
|
+
"description": "The text color of the CitationPopoverView body text.\n",
|
|
21561
|
+
"commentRange": {
|
|
21562
|
+
"start": 20,
|
|
21563
|
+
"end": 21
|
|
21564
|
+
},
|
|
21565
|
+
"context": {
|
|
21566
|
+
"type": "variable",
|
|
21567
|
+
"name": "kendo-citation-popover-view-body-color",
|
|
21568
|
+
"value": "var( --kendo-citation-popover-view-body-color, k-color(subtle) )",
|
|
21569
|
+
"scope": "default",
|
|
21570
|
+
"line": {
|
|
21571
|
+
"start": 22,
|
|
21572
|
+
"end": 22
|
|
21573
|
+
}
|
|
21574
|
+
},
|
|
21575
|
+
"group": [
|
|
21576
|
+
"citation"
|
|
21577
|
+
],
|
|
21578
|
+
"access": "public",
|
|
21579
|
+
"file": {
|
|
21580
|
+
"path": "fluent/scss/citation/_variables.scss",
|
|
21581
|
+
"name": "_variables.scss"
|
|
21582
|
+
},
|
|
21583
|
+
"resolvedValue": "var(--kendo-citation-popover-view-body-color, var(--kendo-color-subtle))",
|
|
21584
|
+
"resolvedType": "String"
|
|
21585
|
+
},
|
|
21586
|
+
{
|
|
21587
|
+
"description": "The font size of the CitationPopoverView source link.\n",
|
|
21588
|
+
"commentRange": {
|
|
21589
|
+
"start": 23,
|
|
21590
|
+
"end": 24
|
|
21591
|
+
},
|
|
21592
|
+
"context": {
|
|
21593
|
+
"type": "variable",
|
|
21594
|
+
"name": "kendo-citation-popover-view-source-font-size",
|
|
21595
|
+
"value": "var( --kendo-citation-popover-view-source-font-size, var(--kendo-font-size-sm) )",
|
|
21596
|
+
"scope": "default",
|
|
21597
|
+
"line": {
|
|
21598
|
+
"start": 25,
|
|
21599
|
+
"end": 25
|
|
21600
|
+
}
|
|
21601
|
+
},
|
|
21602
|
+
"group": [
|
|
21603
|
+
"citation"
|
|
21604
|
+
],
|
|
21605
|
+
"access": "public",
|
|
21606
|
+
"file": {
|
|
21607
|
+
"path": "fluent/scss/citation/_variables.scss",
|
|
21608
|
+
"name": "_variables.scss"
|
|
21609
|
+
},
|
|
21610
|
+
"resolvedValue": "var(--kendo-citation-popover-view-source-font-size, var(--kendo-font-size-sm))",
|
|
21611
|
+
"resolvedType": "String"
|
|
21612
|
+
},
|
|
21613
|
+
{
|
|
21614
|
+
"description": "The top margin of the CitationPopoverView source link.\n",
|
|
21615
|
+
"commentRange": {
|
|
21616
|
+
"start": 26,
|
|
21617
|
+
"end": 27
|
|
21618
|
+
},
|
|
21619
|
+
"context": {
|
|
21620
|
+
"type": "variable",
|
|
21621
|
+
"name": "kendo-citation-popover-view-source-margin-top",
|
|
21622
|
+
"value": "var( --kendo-citation-popover-view-source-margin-top, 0 )",
|
|
21623
|
+
"scope": "default",
|
|
21624
|
+
"line": {
|
|
21625
|
+
"start": 28,
|
|
21626
|
+
"end": 28
|
|
21627
|
+
}
|
|
21628
|
+
},
|
|
21629
|
+
"group": [
|
|
21630
|
+
"citation"
|
|
21631
|
+
],
|
|
21632
|
+
"access": "public",
|
|
21633
|
+
"file": {
|
|
21634
|
+
"path": "fluent/scss/citation/_variables.scss",
|
|
21635
|
+
"name": "_variables.scss"
|
|
21636
|
+
},
|
|
21637
|
+
"resolvedValue": "var(--kendo-citation-popover-view-source-margin-top, 0)",
|
|
21638
|
+
"resolvedType": "String"
|
|
21639
|
+
},
|
|
21640
|
+
{
|
|
21641
|
+
"description": "The gap between the icon and text of the CitationPopoverView source link.\n",
|
|
21642
|
+
"commentRange": {
|
|
21643
|
+
"start": 29,
|
|
21644
|
+
"end": 30
|
|
21645
|
+
},
|
|
21646
|
+
"context": {
|
|
21647
|
+
"type": "variable",
|
|
21648
|
+
"name": "kendo-citation-popover-view-source-gap",
|
|
21649
|
+
"value": "var( --kendo-citation-popover-view-source-gap, k-spacing(1) )",
|
|
21650
|
+
"scope": "default",
|
|
21651
|
+
"line": {
|
|
21652
|
+
"start": 31,
|
|
21653
|
+
"end": 31
|
|
21654
|
+
}
|
|
21655
|
+
},
|
|
21656
|
+
"group": [
|
|
21657
|
+
"citation"
|
|
21658
|
+
],
|
|
21659
|
+
"access": "public",
|
|
21660
|
+
"file": {
|
|
21661
|
+
"path": "fluent/scss/citation/_variables.scss",
|
|
21662
|
+
"name": "_variables.scss"
|
|
21663
|
+
},
|
|
21664
|
+
"resolvedValue": "var(--kendo-citation-popover-view-source-gap, var(--kendo-spacing-1))",
|
|
21665
|
+
"resolvedType": "String"
|
|
21666
|
+
},
|
|
21451
21667
|
{
|
|
21452
21668
|
"description": "The default size of the ColorEditor.\n",
|
|
21453
21669
|
"commentRange": {
|
|
@@ -71323,19 +71539,19 @@
|
|
|
71323
71539
|
"resolvedType": "String"
|
|
71324
71540
|
},
|
|
71325
71541
|
{
|
|
71326
|
-
"description": "The
|
|
71542
|
+
"description": "The font size of the Scheduler event title.\n",
|
|
71327
71543
|
"commentRange": {
|
|
71328
|
-
"start":
|
|
71329
|
-
"end":
|
|
71544
|
+
"start": 72,
|
|
71545
|
+
"end": 73
|
|
71330
71546
|
},
|
|
71331
71547
|
"context": {
|
|
71332
71548
|
"type": "variable",
|
|
71333
|
-
"name": "kendo-scheduler-event-
|
|
71334
|
-
"value": "var(
|
|
71549
|
+
"name": "kendo-scheduler-event-title-font-size",
|
|
71550
|
+
"value": "var(--kendo-font-size-sm)",
|
|
71335
71551
|
"scope": "default",
|
|
71336
71552
|
"line": {
|
|
71337
|
-
"start":
|
|
71338
|
-
"end":
|
|
71553
|
+
"start": 74,
|
|
71554
|
+
"end": 74
|
|
71339
71555
|
}
|
|
71340
71556
|
},
|
|
71341
71557
|
"group": [
|
|
@@ -71346,23 +71562,23 @@
|
|
|
71346
71562
|
"path": "fluent/scss/scheduler/_variables.scss",
|
|
71347
71563
|
"name": "_variables.scss"
|
|
71348
71564
|
},
|
|
71349
|
-
"resolvedValue": "var(--kendo-
|
|
71565
|
+
"resolvedValue": "var(--kendo-font-size-sm)",
|
|
71350
71566
|
"resolvedType": "String"
|
|
71351
71567
|
},
|
|
71352
71568
|
{
|
|
71353
|
-
"description": "The
|
|
71569
|
+
"description": "The line height of the Scheduler event title.\n",
|
|
71354
71570
|
"commentRange": {
|
|
71355
|
-
"start":
|
|
71356
|
-
"end":
|
|
71571
|
+
"start": 75,
|
|
71572
|
+
"end": 76
|
|
71357
71573
|
},
|
|
71358
71574
|
"context": {
|
|
71359
71575
|
"type": "variable",
|
|
71360
|
-
"name": "kendo-scheduler-event-
|
|
71361
|
-
"value": "var(
|
|
71576
|
+
"name": "kendo-scheduler-event-title-line-height",
|
|
71577
|
+
"value": "var(--kendo-line-height-sm)",
|
|
71362
71578
|
"scope": "default",
|
|
71363
71579
|
"line": {
|
|
71364
|
-
"start":
|
|
71365
|
-
"end":
|
|
71580
|
+
"start": 77,
|
|
71581
|
+
"end": 77
|
|
71366
71582
|
}
|
|
71367
71583
|
},
|
|
71368
71584
|
"group": [
|
|
@@ -71373,23 +71589,23 @@
|
|
|
71373
71589
|
"path": "fluent/scss/scheduler/_variables.scss",
|
|
71374
71590
|
"name": "_variables.scss"
|
|
71375
71591
|
},
|
|
71376
|
-
"resolvedValue": "var(--kendo-
|
|
71592
|
+
"resolvedValue": "var(--kendo-line-height-sm)",
|
|
71377
71593
|
"resolvedType": "String"
|
|
71378
71594
|
},
|
|
71379
71595
|
{
|
|
71380
|
-
"description": "The
|
|
71596
|
+
"description": "The top padding of the Scheduler event title.\n",
|
|
71381
71597
|
"commentRange": {
|
|
71382
|
-
"start":
|
|
71383
|
-
"end":
|
|
71598
|
+
"start": 78,
|
|
71599
|
+
"end": 79
|
|
71384
71600
|
},
|
|
71385
71601
|
"context": {
|
|
71386
71602
|
"type": "variable",
|
|
71387
|
-
"name": "kendo-scheduler-event-padding-
|
|
71388
|
-
"value": "
|
|
71603
|
+
"name": "kendo-scheduler-event-title-padding-top",
|
|
71604
|
+
"value": "k-spacing(1)",
|
|
71389
71605
|
"scope": "default",
|
|
71390
71606
|
"line": {
|
|
71391
|
-
"start":
|
|
71392
|
-
"end":
|
|
71607
|
+
"start": 80,
|
|
71608
|
+
"end": 80
|
|
71393
71609
|
}
|
|
71394
71610
|
},
|
|
71395
71611
|
"group": [
|
|
@@ -71400,23 +71616,23 @@
|
|
|
71400
71616
|
"path": "fluent/scss/scheduler/_variables.scss",
|
|
71401
71617
|
"name": "_variables.scss"
|
|
71402
71618
|
},
|
|
71403
|
-
"resolvedValue": "var(--kendo-
|
|
71619
|
+
"resolvedValue": "var(--kendo-spacing-1)",
|
|
71404
71620
|
"resolvedType": "String"
|
|
71405
71621
|
},
|
|
71406
71622
|
{
|
|
71407
|
-
"description": "The
|
|
71623
|
+
"description": "The bottom padding of the Scheduler event title.\n",
|
|
71408
71624
|
"commentRange": {
|
|
71409
|
-
"start":
|
|
71410
|
-
"end":
|
|
71625
|
+
"start": 81,
|
|
71626
|
+
"end": 82
|
|
71411
71627
|
},
|
|
71412
71628
|
"context": {
|
|
71413
71629
|
"type": "variable",
|
|
71414
|
-
"name": "kendo-scheduler-event-
|
|
71415
|
-
"value": "
|
|
71630
|
+
"name": "kendo-scheduler-event-title-padding-bottom",
|
|
71631
|
+
"value": "k-spacing(0.5)",
|
|
71416
71632
|
"scope": "default",
|
|
71417
71633
|
"line": {
|
|
71418
|
-
"start":
|
|
71419
|
-
"end":
|
|
71634
|
+
"start": 83,
|
|
71635
|
+
"end": 83
|
|
71420
71636
|
}
|
|
71421
71637
|
},
|
|
71422
71638
|
"group": [
|
|
@@ -71427,23 +71643,23 @@
|
|
|
71427
71643
|
"path": "fluent/scss/scheduler/_variables.scss",
|
|
71428
71644
|
"name": "_variables.scss"
|
|
71429
71645
|
},
|
|
71430
|
-
"resolvedValue": "var(--kendo-
|
|
71646
|
+
"resolvedValue": "var(--kendo-spacing-0\\.5)",
|
|
71431
71647
|
"resolvedType": "String"
|
|
71432
71648
|
},
|
|
71433
71649
|
{
|
|
71434
|
-
"description": "The
|
|
71650
|
+
"description": "The font size of the Scheduler event time.\n",
|
|
71435
71651
|
"commentRange": {
|
|
71436
|
-
"start":
|
|
71437
|
-
"end":
|
|
71652
|
+
"start": 85,
|
|
71653
|
+
"end": 86
|
|
71438
71654
|
},
|
|
71439
71655
|
"context": {
|
|
71440
71656
|
"type": "variable",
|
|
71441
|
-
"name": "kendo-scheduler-event-
|
|
71442
|
-
"value": "var(
|
|
71657
|
+
"name": "kendo-scheduler-event-time-font-size",
|
|
71658
|
+
"value": "var(--kendo-font-size-xs)",
|
|
71443
71659
|
"scope": "default",
|
|
71444
71660
|
"line": {
|
|
71445
|
-
"start":
|
|
71446
|
-
"end":
|
|
71661
|
+
"start": 87,
|
|
71662
|
+
"end": 87
|
|
71447
71663
|
}
|
|
71448
71664
|
},
|
|
71449
71665
|
"group": [
|
|
@@ -71454,23 +71670,23 @@
|
|
|
71454
71670
|
"path": "fluent/scss/scheduler/_variables.scss",
|
|
71455
71671
|
"name": "_variables.scss"
|
|
71456
71672
|
},
|
|
71457
|
-
"resolvedValue": "var(--kendo-
|
|
71673
|
+
"resolvedValue": "var(--kendo-font-size-xs)",
|
|
71458
71674
|
"resolvedType": "String"
|
|
71459
71675
|
},
|
|
71460
71676
|
{
|
|
71461
|
-
"description": "The
|
|
71677
|
+
"description": "The line height of the Scheduler event time.\n",
|
|
71462
71678
|
"commentRange": {
|
|
71463
|
-
"start":
|
|
71464
|
-
"end":
|
|
71679
|
+
"start": 88,
|
|
71680
|
+
"end": 89
|
|
71465
71681
|
},
|
|
71466
71682
|
"context": {
|
|
71467
71683
|
"type": "variable",
|
|
71468
|
-
"name": "kendo-scheduler-event-
|
|
71469
|
-
"value": "var(
|
|
71684
|
+
"name": "kendo-scheduler-event-time-line-height",
|
|
71685
|
+
"value": "var(--kendo-line-height-sm)",
|
|
71470
71686
|
"scope": "default",
|
|
71471
71687
|
"line": {
|
|
71472
|
-
"start":
|
|
71473
|
-
"end":
|
|
71688
|
+
"start": 90,
|
|
71689
|
+
"end": 90
|
|
71474
71690
|
}
|
|
71475
71691
|
},
|
|
71476
71692
|
"group": [
|
|
@@ -71481,23 +71697,23 @@
|
|
|
71481
71697
|
"path": "fluent/scss/scheduler/_variables.scss",
|
|
71482
71698
|
"name": "_variables.scss"
|
|
71483
71699
|
},
|
|
71484
|
-
"resolvedValue": "var(--kendo-
|
|
71700
|
+
"resolvedValue": "var(--kendo-line-height-sm)",
|
|
71485
71701
|
"resolvedType": "String"
|
|
71486
71702
|
},
|
|
71487
71703
|
{
|
|
71488
|
-
"description": "The
|
|
71704
|
+
"description": "The top padding of the Scheduler event time.\n",
|
|
71489
71705
|
"commentRange": {
|
|
71490
|
-
"start":
|
|
71491
|
-
"end":
|
|
71706
|
+
"start": 91,
|
|
71707
|
+
"end": 92
|
|
71492
71708
|
},
|
|
71493
71709
|
"context": {
|
|
71494
71710
|
"type": "variable",
|
|
71495
|
-
"name": "kendo-scheduler-event-
|
|
71496
|
-
"value": "
|
|
71711
|
+
"name": "kendo-scheduler-event-time-padding-top",
|
|
71712
|
+
"value": "k-spacing(0.5)",
|
|
71497
71713
|
"scope": "default",
|
|
71498
71714
|
"line": {
|
|
71499
|
-
"start":
|
|
71500
|
-
"end":
|
|
71715
|
+
"start": 93,
|
|
71716
|
+
"end": 93
|
|
71501
71717
|
}
|
|
71502
71718
|
},
|
|
71503
71719
|
"group": [
|
|
@@ -71508,23 +71724,23 @@
|
|
|
71508
71724
|
"path": "fluent/scss/scheduler/_variables.scss",
|
|
71509
71725
|
"name": "_variables.scss"
|
|
71510
71726
|
},
|
|
71511
|
-
"resolvedValue": "var(--kendo-
|
|
71727
|
+
"resolvedValue": "var(--kendo-spacing-0\\.5)",
|
|
71512
71728
|
"resolvedType": "String"
|
|
71513
71729
|
},
|
|
71514
71730
|
{
|
|
71515
|
-
"description": "The
|
|
71731
|
+
"description": "The bottom padding of the Scheduler event time.\n",
|
|
71516
71732
|
"commentRange": {
|
|
71517
|
-
"start":
|
|
71518
|
-
"end":
|
|
71733
|
+
"start": 94,
|
|
71734
|
+
"end": 95
|
|
71519
71735
|
},
|
|
71520
71736
|
"context": {
|
|
71521
71737
|
"type": "variable",
|
|
71522
|
-
"name": "kendo-scheduler-event-
|
|
71523
|
-
"value": "
|
|
71738
|
+
"name": "kendo-scheduler-event-time-padding-bottom",
|
|
71739
|
+
"value": "k-spacing(0.5)",
|
|
71524
71740
|
"scope": "default",
|
|
71525
71741
|
"line": {
|
|
71526
|
-
"start":
|
|
71527
|
-
"end":
|
|
71742
|
+
"start": 96,
|
|
71743
|
+
"end": 96
|
|
71528
71744
|
}
|
|
71529
71745
|
},
|
|
71530
71746
|
"group": [
|
|
@@ -71535,23 +71751,23 @@
|
|
|
71535
71751
|
"path": "fluent/scss/scheduler/_variables.scss",
|
|
71536
71752
|
"name": "_variables.scss"
|
|
71537
71753
|
},
|
|
71538
|
-
"resolvedValue": "var(--kendo-
|
|
71754
|
+
"resolvedValue": "var(--kendo-spacing-0\\.5)",
|
|
71539
71755
|
"resolvedType": "String"
|
|
71540
71756
|
},
|
|
71541
71757
|
{
|
|
71542
|
-
"description": "The
|
|
71758
|
+
"description": "The horizontal padding of the Scheduler event.\n",
|
|
71543
71759
|
"commentRange": {
|
|
71544
|
-
"start":
|
|
71545
|
-
"end":
|
|
71760
|
+
"start": 97,
|
|
71761
|
+
"end": 98
|
|
71546
71762
|
},
|
|
71547
71763
|
"context": {
|
|
71548
71764
|
"type": "variable",
|
|
71549
|
-
"name": "kendo-scheduler-event-
|
|
71550
|
-
"value": "var( --kendo-scheduler-event-
|
|
71765
|
+
"name": "kendo-scheduler-event-template-padding-x",
|
|
71766
|
+
"value": "var( --kendo-scheduler-event-padding-x, k-spacing(2) )",
|
|
71551
71767
|
"scope": "default",
|
|
71552
71768
|
"line": {
|
|
71553
|
-
"start":
|
|
71554
|
-
"end":
|
|
71769
|
+
"start": 99,
|
|
71770
|
+
"end": 99
|
|
71555
71771
|
}
|
|
71556
71772
|
},
|
|
71557
71773
|
"group": [
|
|
@@ -71562,19 +71778,19 @@
|
|
|
71562
71778
|
"path": "fluent/scss/scheduler/_variables.scss",
|
|
71563
71779
|
"name": "_variables.scss"
|
|
71564
71780
|
},
|
|
71565
|
-
"resolvedValue": "var(--kendo-scheduler-event-
|
|
71781
|
+
"resolvedValue": "var(--kendo-scheduler-event-padding-x, var(--kendo-spacing-2))",
|
|
71566
71782
|
"resolvedType": "String"
|
|
71567
71783
|
},
|
|
71568
71784
|
{
|
|
71569
|
-
"description": "The
|
|
71785
|
+
"description": "The vertical padding of the Scheduler event.\n",
|
|
71570
71786
|
"commentRange": {
|
|
71571
71787
|
"start": 100,
|
|
71572
71788
|
"end": 101
|
|
71573
71789
|
},
|
|
71574
71790
|
"context": {
|
|
71575
71791
|
"type": "variable",
|
|
71576
|
-
"name": "kendo-scheduler-event-
|
|
71577
|
-
"value": "var( --kendo-scheduler-event-
|
|
71792
|
+
"name": "kendo-scheduler-event-template-padding-y",
|
|
71793
|
+
"value": "var( --kendo-scheduler-event-padding-y, k-spacing(0.5) )",
|
|
71578
71794
|
"scope": "default",
|
|
71579
71795
|
"line": {
|
|
71580
71796
|
"start": 102,
|
|
@@ -71589,19 +71805,19 @@
|
|
|
71589
71805
|
"path": "fluent/scss/scheduler/_variables.scss",
|
|
71590
71806
|
"name": "_variables.scss"
|
|
71591
71807
|
},
|
|
71592
|
-
"resolvedValue": "var(--kendo-scheduler-event-
|
|
71808
|
+
"resolvedValue": "var(--kendo-scheduler-event-padding-y, var(--kendo-spacing-0\\.5))",
|
|
71593
71809
|
"resolvedType": "String"
|
|
71594
71810
|
},
|
|
71595
71811
|
{
|
|
71596
|
-
"description": "The
|
|
71812
|
+
"description": "The minimum height of the Scheduler event.\n",
|
|
71597
71813
|
"commentRange": {
|
|
71598
71814
|
"start": 103,
|
|
71599
71815
|
"end": 104
|
|
71600
71816
|
},
|
|
71601
71817
|
"context": {
|
|
71602
71818
|
"type": "variable",
|
|
71603
|
-
"name": "kendo-scheduler-event-
|
|
71604
|
-
"value": "var( --kendo-scheduler-event-
|
|
71819
|
+
"name": "kendo-scheduler-event-min-height",
|
|
71820
|
+
"value": "var( --kendo-scheduler-event-min-height, 12px )",
|
|
71605
71821
|
"scope": "default",
|
|
71606
71822
|
"line": {
|
|
71607
71823
|
"start": 105,
|
|
@@ -71616,23 +71832,23 @@
|
|
|
71616
71832
|
"path": "fluent/scss/scheduler/_variables.scss",
|
|
71617
71833
|
"name": "_variables.scss"
|
|
71618
71834
|
},
|
|
71619
|
-
"resolvedValue": "var(--kendo-scheduler-event-
|
|
71835
|
+
"resolvedValue": "var(--kendo-scheduler-event-min-height, 12px)",
|
|
71620
71836
|
"resolvedType": "String"
|
|
71621
71837
|
},
|
|
71622
71838
|
{
|
|
71623
|
-
"description": "The
|
|
71839
|
+
"description": "The background color of the Scheduler event.\n",
|
|
71624
71840
|
"commentRange": {
|
|
71625
|
-
"start":
|
|
71626
|
-
"end":
|
|
71841
|
+
"start": 107,
|
|
71842
|
+
"end": 108
|
|
71627
71843
|
},
|
|
71628
71844
|
"context": {
|
|
71629
71845
|
"type": "variable",
|
|
71630
|
-
"name": "kendo-scheduler-event-
|
|
71631
|
-
"value": "var( --kendo-scheduler-event-
|
|
71846
|
+
"name": "kendo-scheduler-event-bg",
|
|
71847
|
+
"value": "var( --kendo-scheduler-event-bg, k-color(primary) )",
|
|
71632
71848
|
"scope": "default",
|
|
71633
71849
|
"line": {
|
|
71634
|
-
"start":
|
|
71635
|
-
"end":
|
|
71850
|
+
"start": 109,
|
|
71851
|
+
"end": 109
|
|
71636
71852
|
}
|
|
71637
71853
|
},
|
|
71638
71854
|
"group": [
|
|
@@ -71643,23 +71859,23 @@
|
|
|
71643
71859
|
"path": "fluent/scss/scheduler/_variables.scss",
|
|
71644
71860
|
"name": "_variables.scss"
|
|
71645
71861
|
},
|
|
71646
|
-
"resolvedValue": "var(--kendo-scheduler-event-
|
|
71862
|
+
"resolvedValue": "var(--kendo-scheduler-event-bg, var(--kendo-color-primary))",
|
|
71647
71863
|
"resolvedType": "String"
|
|
71648
71864
|
},
|
|
71649
71865
|
{
|
|
71650
|
-
"description": "The
|
|
71866
|
+
"description": "The text color of the Scheduler event.\n",
|
|
71651
71867
|
"commentRange": {
|
|
71652
|
-
"start":
|
|
71653
|
-
"end":
|
|
71868
|
+
"start": 110,
|
|
71869
|
+
"end": 111
|
|
71654
71870
|
},
|
|
71655
71871
|
"context": {
|
|
71656
71872
|
"type": "variable",
|
|
71657
|
-
"name": "kendo-scheduler-event-
|
|
71658
|
-
"value": "var( --kendo-scheduler-event-
|
|
71873
|
+
"name": "kendo-scheduler-event-text",
|
|
71874
|
+
"value": "var( --kendo-scheduler-event-text, k-color(on-primary) )",
|
|
71659
71875
|
"scope": "default",
|
|
71660
71876
|
"line": {
|
|
71661
|
-
"start":
|
|
71662
|
-
"end":
|
|
71877
|
+
"start": 112,
|
|
71878
|
+
"end": 112
|
|
71663
71879
|
}
|
|
71664
71880
|
},
|
|
71665
71881
|
"group": [
|
|
@@ -71670,23 +71886,23 @@
|
|
|
71670
71886
|
"path": "fluent/scss/scheduler/_variables.scss",
|
|
71671
71887
|
"name": "_variables.scss"
|
|
71672
71888
|
},
|
|
71673
|
-
"resolvedValue": "var(--kendo-scheduler-event-
|
|
71889
|
+
"resolvedValue": "var(--kendo-scheduler-event-text, var(--kendo-color-on-primary))",
|
|
71674
71890
|
"resolvedType": "String"
|
|
71675
71891
|
},
|
|
71676
71892
|
{
|
|
71677
|
-
"description": "The
|
|
71893
|
+
"description": "The border color of the Scheduler event.\n",
|
|
71678
71894
|
"commentRange": {
|
|
71679
|
-
"start":
|
|
71680
|
-
"end":
|
|
71895
|
+
"start": 113,
|
|
71896
|
+
"end": 114
|
|
71681
71897
|
},
|
|
71682
71898
|
"context": {
|
|
71683
71899
|
"type": "variable",
|
|
71684
|
-
"name": "kendo-scheduler-event-
|
|
71685
|
-
"value": "var( --kendo-scheduler-event-
|
|
71900
|
+
"name": "kendo-scheduler-event-border",
|
|
71901
|
+
"value": "var( --kendo-scheduler-event-border, $kendo-scheduler-event-bg )",
|
|
71686
71902
|
"scope": "default",
|
|
71687
71903
|
"line": {
|
|
71688
|
-
"start":
|
|
71689
|
-
"end":
|
|
71904
|
+
"start": 115,
|
|
71905
|
+
"end": 115
|
|
71690
71906
|
}
|
|
71691
71907
|
},
|
|
71692
71908
|
"group": [
|
|
@@ -71697,19 +71913,19 @@
|
|
|
71697
71913
|
"path": "fluent/scss/scheduler/_variables.scss",
|
|
71698
71914
|
"name": "_variables.scss"
|
|
71699
71915
|
},
|
|
71700
|
-
"resolvedValue": "var(--kendo-scheduler-event-
|
|
71916
|
+
"resolvedValue": "var(--kendo-scheduler-event-border, var(--kendo-scheduler-event-bg, var(--kendo-color-primary)))",
|
|
71701
71917
|
"resolvedType": "String"
|
|
71702
71918
|
},
|
|
71703
71919
|
{
|
|
71704
|
-
"description": "The
|
|
71920
|
+
"description": "The gradient of the Scheduler event.\n",
|
|
71705
71921
|
"commentRange": {
|
|
71706
71922
|
"start": 116,
|
|
71707
71923
|
"end": 117
|
|
71708
71924
|
},
|
|
71709
71925
|
"context": {
|
|
71710
71926
|
"type": "variable",
|
|
71711
|
-
"name": "kendo-scheduler-event-
|
|
71712
|
-
"value": "var( --kendo-scheduler-event-
|
|
71927
|
+
"name": "kendo-scheduler-event-gradient",
|
|
71928
|
+
"value": "var( --kendo-scheduler-event-gradient, null )",
|
|
71713
71929
|
"scope": "default",
|
|
71714
71930
|
"line": {
|
|
71715
71931
|
"start": 118,
|
|
@@ -71724,19 +71940,19 @@
|
|
|
71724
71940
|
"path": "fluent/scss/scheduler/_variables.scss",
|
|
71725
71941
|
"name": "_variables.scss"
|
|
71726
71942
|
},
|
|
71727
|
-
"resolvedValue": "var(--kendo-scheduler-event-
|
|
71943
|
+
"resolvedValue": "var(--kendo-scheduler-event-gradient, )",
|
|
71728
71944
|
"resolvedType": "String"
|
|
71729
71945
|
},
|
|
71730
71946
|
{
|
|
71731
|
-
"description": "The
|
|
71947
|
+
"description": "The shadow of the Scheduler event.\n",
|
|
71732
71948
|
"commentRange": {
|
|
71733
71949
|
"start": 119,
|
|
71734
71950
|
"end": 120
|
|
71735
71951
|
},
|
|
71736
71952
|
"context": {
|
|
71737
71953
|
"type": "variable",
|
|
71738
|
-
"name": "kendo-scheduler-event-
|
|
71739
|
-
"value": "var( --kendo-scheduler-event-
|
|
71954
|
+
"name": "kendo-scheduler-event-shadow",
|
|
71955
|
+
"value": "var( --kendo-scheduler-event-shadow, null )",
|
|
71740
71956
|
"scope": "default",
|
|
71741
71957
|
"line": {
|
|
71742
71958
|
"start": 121,
|
|
@@ -71751,23 +71967,23 @@
|
|
|
71751
71967
|
"path": "fluent/scss/scheduler/_variables.scss",
|
|
71752
71968
|
"name": "_variables.scss"
|
|
71753
71969
|
},
|
|
71754
|
-
"resolvedValue": "var(--kendo-scheduler-event-
|
|
71970
|
+
"resolvedValue": "var(--kendo-scheduler-event-shadow, )",
|
|
71755
71971
|
"resolvedType": "String"
|
|
71756
71972
|
},
|
|
71757
71973
|
{
|
|
71758
|
-
"description": "The
|
|
71974
|
+
"description": "The background color of the read-only Scheduler event.\n",
|
|
71759
71975
|
"commentRange": {
|
|
71760
|
-
"start":
|
|
71761
|
-
"end":
|
|
71976
|
+
"start": 123,
|
|
71977
|
+
"end": 124
|
|
71762
71978
|
},
|
|
71763
71979
|
"context": {
|
|
71764
71980
|
"type": "variable",
|
|
71765
|
-
"name": "kendo-scheduler-event-
|
|
71766
|
-
"value": "var( --kendo-scheduler-event-
|
|
71981
|
+
"name": "kendo-scheduler-event-readonly-bg",
|
|
71982
|
+
"value": "var( --kendo-scheduler-event-readonly-bg, k-color(primary-subtle) )",
|
|
71767
71983
|
"scope": "default",
|
|
71768
71984
|
"line": {
|
|
71769
|
-
"start":
|
|
71770
|
-
"end":
|
|
71985
|
+
"start": 125,
|
|
71986
|
+
"end": 125
|
|
71771
71987
|
}
|
|
71772
71988
|
},
|
|
71773
71989
|
"group": [
|
|
@@ -71778,23 +71994,23 @@
|
|
|
71778
71994
|
"path": "fluent/scss/scheduler/_variables.scss",
|
|
71779
71995
|
"name": "_variables.scss"
|
|
71780
71996
|
},
|
|
71781
|
-
"resolvedValue": "var(--kendo-scheduler-event-
|
|
71997
|
+
"resolvedValue": "var(--kendo-scheduler-event-readonly-bg, var(--kendo-color-primary-subtle))",
|
|
71782
71998
|
"resolvedType": "String"
|
|
71783
71999
|
},
|
|
71784
72000
|
{
|
|
71785
|
-
"description": "The
|
|
72001
|
+
"description": "The text color of the read-only Scheduler event.\n",
|
|
71786
72002
|
"commentRange": {
|
|
71787
|
-
"start":
|
|
71788
|
-
"end":
|
|
72003
|
+
"start": 126,
|
|
72004
|
+
"end": 127
|
|
71789
72005
|
},
|
|
71790
72006
|
"context": {
|
|
71791
72007
|
"type": "variable",
|
|
71792
|
-
"name": "kendo-scheduler-event-
|
|
71793
|
-
"value": "var( --kendo-scheduler-event-
|
|
72008
|
+
"name": "kendo-scheduler-event-readonly-text",
|
|
72009
|
+
"value": "var( --kendo-scheduler-event-readonly-text, k-color(primary-on-subtle) )",
|
|
71794
72010
|
"scope": "default",
|
|
71795
72011
|
"line": {
|
|
71796
|
-
"start":
|
|
71797
|
-
"end":
|
|
72012
|
+
"start": 128,
|
|
72013
|
+
"end": 128
|
|
71798
72014
|
}
|
|
71799
72015
|
},
|
|
71800
72016
|
"group": [
|
|
@@ -71805,23 +72021,23 @@
|
|
|
71805
72021
|
"path": "fluent/scss/scheduler/_variables.scss",
|
|
71806
72022
|
"name": "_variables.scss"
|
|
71807
72023
|
},
|
|
71808
|
-
"resolvedValue": "var(--kendo-scheduler-event-
|
|
72024
|
+
"resolvedValue": "var(--kendo-scheduler-event-readonly-text, var(--kendo-color-primary-on-subtle))",
|
|
71809
72025
|
"resolvedType": "String"
|
|
71810
72026
|
},
|
|
71811
72027
|
{
|
|
71812
|
-
"description": "The
|
|
72028
|
+
"description": "The border color of the read-only Scheduler event.\n",
|
|
71813
72029
|
"commentRange": {
|
|
71814
|
-
"start":
|
|
71815
|
-
"end":
|
|
72030
|
+
"start": 129,
|
|
72031
|
+
"end": 130
|
|
71816
72032
|
},
|
|
71817
72033
|
"context": {
|
|
71818
72034
|
"type": "variable",
|
|
71819
|
-
"name": "kendo-scheduler-event-
|
|
71820
|
-
"value": "var( --kendo-scheduler-event-
|
|
72035
|
+
"name": "kendo-scheduler-event-readonly-border",
|
|
72036
|
+
"value": "var( --kendo-scheduler-event-readonly-border, k-color(primary-emphasis) )",
|
|
71821
72037
|
"scope": "default",
|
|
71822
72038
|
"line": {
|
|
71823
|
-
"start":
|
|
71824
|
-
"end":
|
|
72039
|
+
"start": 131,
|
|
72040
|
+
"end": 131
|
|
71825
72041
|
}
|
|
71826
72042
|
},
|
|
71827
72043
|
"group": [
|
|
@@ -71832,23 +72048,23 @@
|
|
|
71832
72048
|
"path": "fluent/scss/scheduler/_variables.scss",
|
|
71833
72049
|
"name": "_variables.scss"
|
|
71834
72050
|
},
|
|
71835
|
-
"resolvedValue": "var(--kendo-scheduler-event-
|
|
72051
|
+
"resolvedValue": "var(--kendo-scheduler-event-readonly-border, var(--kendo-color-primary-emphasis))",
|
|
71836
72052
|
"resolvedType": "String"
|
|
71837
72053
|
},
|
|
71838
72054
|
{
|
|
71839
|
-
"description": "The
|
|
72055
|
+
"description": "The background color of the hovered Scheduler event.\n",
|
|
71840
72056
|
"commentRange": {
|
|
71841
|
-
"start":
|
|
71842
|
-
"end":
|
|
72057
|
+
"start": 133,
|
|
72058
|
+
"end": 134
|
|
71843
72059
|
},
|
|
71844
72060
|
"context": {
|
|
71845
72061
|
"type": "variable",
|
|
71846
|
-
"name": "kendo-scheduler-event-
|
|
71847
|
-
"value": "var( --kendo-scheduler-event-
|
|
72062
|
+
"name": "kendo-scheduler-event-hover-bg",
|
|
72063
|
+
"value": "var( --kendo-scheduler-event-hover-bg, k-color(primary-hover) )",
|
|
71848
72064
|
"scope": "default",
|
|
71849
72065
|
"line": {
|
|
71850
|
-
"start":
|
|
71851
|
-
"end":
|
|
72066
|
+
"start": 135,
|
|
72067
|
+
"end": 135
|
|
71852
72068
|
}
|
|
71853
72069
|
},
|
|
71854
72070
|
"group": [
|
|
@@ -71859,19 +72075,19 @@
|
|
|
71859
72075
|
"path": "fluent/scss/scheduler/_variables.scss",
|
|
71860
72076
|
"name": "_variables.scss"
|
|
71861
72077
|
},
|
|
71862
|
-
"resolvedValue": "var(--kendo-scheduler-event-
|
|
72078
|
+
"resolvedValue": "var(--kendo-scheduler-event-hover-bg, var(--kendo-color-primary-hover))",
|
|
71863
72079
|
"resolvedType": "String"
|
|
71864
72080
|
},
|
|
71865
72081
|
{
|
|
71866
|
-
"description": "The
|
|
72082
|
+
"description": "The text color of the hovered Scheduler event.\n",
|
|
71867
72083
|
"commentRange": {
|
|
71868
72084
|
"start": 136,
|
|
71869
72085
|
"end": 137
|
|
71870
72086
|
},
|
|
71871
72087
|
"context": {
|
|
71872
72088
|
"type": "variable",
|
|
71873
|
-
"name": "kendo-scheduler-
|
|
71874
|
-
"value": "var( --kendo-scheduler-
|
|
72089
|
+
"name": "kendo-scheduler-event-hover-text",
|
|
72090
|
+
"value": "var( --kendo-scheduler-event-hover-text, k-color(on-primary) )",
|
|
71875
72091
|
"scope": "default",
|
|
71876
72092
|
"line": {
|
|
71877
72093
|
"start": 138,
|
|
@@ -71886,19 +72102,19 @@
|
|
|
71886
72102
|
"path": "fluent/scss/scheduler/_variables.scss",
|
|
71887
72103
|
"name": "_variables.scss"
|
|
71888
72104
|
},
|
|
71889
|
-
"resolvedValue": "var(--kendo-scheduler-
|
|
72105
|
+
"resolvedValue": "var(--kendo-scheduler-event-hover-text, var(--kendo-color-on-primary))",
|
|
71890
72106
|
"resolvedType": "String"
|
|
71891
72107
|
},
|
|
71892
72108
|
{
|
|
71893
|
-
"description": "The
|
|
72109
|
+
"description": "The border color of the hovered Scheduler event.\n",
|
|
71894
72110
|
"commentRange": {
|
|
71895
72111
|
"start": 139,
|
|
71896
72112
|
"end": 140
|
|
71897
72113
|
},
|
|
71898
72114
|
"context": {
|
|
71899
72115
|
"type": "variable",
|
|
71900
|
-
"name": "kendo-scheduler-
|
|
71901
|
-
"value": "var( --kendo-scheduler-
|
|
72116
|
+
"name": "kendo-scheduler-event-hover-border",
|
|
72117
|
+
"value": "var( --kendo-scheduler-event-hover-border, color-mix(in srgb, k-color(border) 10%, transparent) )",
|
|
71902
72118
|
"scope": "default",
|
|
71903
72119
|
"line": {
|
|
71904
72120
|
"start": 141,
|
|
@@ -71913,19 +72129,19 @@
|
|
|
71913
72129
|
"path": "fluent/scss/scheduler/_variables.scss",
|
|
71914
72130
|
"name": "_variables.scss"
|
|
71915
72131
|
},
|
|
71916
|
-
"resolvedValue": "var(--kendo-scheduler-
|
|
72132
|
+
"resolvedValue": "var(--kendo-scheduler-event-hover-border, color-mix(in srgb, var(--kendo-color-border) 10%, transparent))",
|
|
71917
72133
|
"resolvedType": "String"
|
|
71918
72134
|
},
|
|
71919
72135
|
{
|
|
71920
|
-
"description": "The
|
|
72136
|
+
"description": "The gradient of the hovered Scheduler event.\n",
|
|
71921
72137
|
"commentRange": {
|
|
71922
72138
|
"start": 142,
|
|
71923
72139
|
"end": 143
|
|
71924
72140
|
},
|
|
71925
72141
|
"context": {
|
|
71926
72142
|
"type": "variable",
|
|
71927
|
-
"name": "kendo-scheduler-
|
|
71928
|
-
"value": "var( --kendo-scheduler-
|
|
72143
|
+
"name": "kendo-scheduler-event-hover-gradient",
|
|
72144
|
+
"value": "var( --kendo-scheduler-event-hover-gradient, null )",
|
|
71929
72145
|
"scope": "default",
|
|
71930
72146
|
"line": {
|
|
71931
72147
|
"start": 144,
|
|
@@ -71940,19 +72156,19 @@
|
|
|
71940
72156
|
"path": "fluent/scss/scheduler/_variables.scss",
|
|
71941
72157
|
"name": "_variables.scss"
|
|
71942
72158
|
},
|
|
71943
|
-
"resolvedValue": "var(--kendo-scheduler-
|
|
72159
|
+
"resolvedValue": "var(--kendo-scheduler-event-hover-gradient, )",
|
|
71944
72160
|
"resolvedType": "String"
|
|
71945
72161
|
},
|
|
71946
72162
|
{
|
|
71947
|
-
"description": "The
|
|
72163
|
+
"description": "The shadow of the hovered Scheduler event.\n",
|
|
71948
72164
|
"commentRange": {
|
|
71949
72165
|
"start": 145,
|
|
71950
72166
|
"end": 146
|
|
71951
72167
|
},
|
|
71952
72168
|
"context": {
|
|
71953
72169
|
"type": "variable",
|
|
71954
|
-
"name": "kendo-scheduler-
|
|
71955
|
-
"value": "var( --kendo-scheduler-
|
|
72170
|
+
"name": "kendo-scheduler-event-hover-shadow",
|
|
72171
|
+
"value": "var( --kendo-scheduler-event-hover-shadow, null )",
|
|
71956
72172
|
"scope": "default",
|
|
71957
72173
|
"line": {
|
|
71958
72174
|
"start": 147,
|
|
@@ -71967,23 +72183,23 @@
|
|
|
71967
72183
|
"path": "fluent/scss/scheduler/_variables.scss",
|
|
71968
72184
|
"name": "_variables.scss"
|
|
71969
72185
|
},
|
|
71970
|
-
"resolvedValue": "var(--kendo-scheduler-
|
|
72186
|
+
"resolvedValue": "var(--kendo-scheduler-event-hover-shadow, )",
|
|
71971
72187
|
"resolvedType": "String"
|
|
71972
72188
|
},
|
|
71973
72189
|
{
|
|
71974
|
-
"description": "The
|
|
72190
|
+
"description": "The background color of the selected Scheduler event.\n",
|
|
71975
72191
|
"commentRange": {
|
|
71976
|
-
"start":
|
|
71977
|
-
"end":
|
|
72192
|
+
"start": 149,
|
|
72193
|
+
"end": 150
|
|
71978
72194
|
},
|
|
71979
72195
|
"context": {
|
|
71980
72196
|
"type": "variable",
|
|
71981
|
-
"name": "kendo-scheduler-
|
|
71982
|
-
"value": "var( --kendo-scheduler-
|
|
72197
|
+
"name": "kendo-scheduler-event-selected-bg",
|
|
72198
|
+
"value": "var( --kendo-scheduler-event-selected-bg, k-color(primary-active) )",
|
|
71983
72199
|
"scope": "default",
|
|
71984
72200
|
"line": {
|
|
71985
|
-
"start":
|
|
71986
|
-
"end":
|
|
72201
|
+
"start": 151,
|
|
72202
|
+
"end": 151
|
|
71987
72203
|
}
|
|
71988
72204
|
},
|
|
71989
72205
|
"group": [
|
|
@@ -71994,19 +72210,19 @@
|
|
|
71994
72210
|
"path": "fluent/scss/scheduler/_variables.scss",
|
|
71995
72211
|
"name": "_variables.scss"
|
|
71996
72212
|
},
|
|
71997
|
-
"resolvedValue": "var(--kendo-scheduler-
|
|
72213
|
+
"resolvedValue": "var(--kendo-scheduler-event-selected-bg, var(--kendo-color-primary-active))",
|
|
71998
72214
|
"resolvedType": "String"
|
|
71999
72215
|
},
|
|
72000
72216
|
{
|
|
72001
|
-
"description": "The
|
|
72217
|
+
"description": "The text color of the selected Scheduler event.\n",
|
|
72002
72218
|
"commentRange": {
|
|
72003
72219
|
"start": 152,
|
|
72004
72220
|
"end": 153
|
|
72005
72221
|
},
|
|
72006
72222
|
"context": {
|
|
72007
72223
|
"type": "variable",
|
|
72008
|
-
"name": "kendo-scheduler-
|
|
72009
|
-
"value": "var( --kendo-scheduler-
|
|
72224
|
+
"name": "kendo-scheduler-event-selected-text",
|
|
72225
|
+
"value": "var( --kendo-scheduler-event-selected-text, $kendo-scheduler-event-text )",
|
|
72010
72226
|
"scope": "default",
|
|
72011
72227
|
"line": {
|
|
72012
72228
|
"start": 154,
|
|
@@ -72021,19 +72237,19 @@
|
|
|
72021
72237
|
"path": "fluent/scss/scheduler/_variables.scss",
|
|
72022
72238
|
"name": "_variables.scss"
|
|
72023
72239
|
},
|
|
72024
|
-
"resolvedValue": "var(--kendo-scheduler-
|
|
72240
|
+
"resolvedValue": "var(--kendo-scheduler-event-selected-text, var(--kendo-scheduler-event-text, var(--kendo-color-on-primary)))",
|
|
72025
72241
|
"resolvedType": "String"
|
|
72026
72242
|
},
|
|
72027
72243
|
{
|
|
72028
|
-
"description": "The
|
|
72244
|
+
"description": "The border color of the selected Scheduler event.\n",
|
|
72029
72245
|
"commentRange": {
|
|
72030
72246
|
"start": 155,
|
|
72031
72247
|
"end": 156
|
|
72032
72248
|
},
|
|
72033
72249
|
"context": {
|
|
72034
72250
|
"type": "variable",
|
|
72035
|
-
"name": "kendo-scheduler-
|
|
72036
|
-
"value": "var( --kendo-scheduler-
|
|
72251
|
+
"name": "kendo-scheduler-event-selected-border",
|
|
72252
|
+
"value": "var( --kendo-scheduler-event-selected-border, $kendo-scheduler-event-bg )",
|
|
72037
72253
|
"scope": "default",
|
|
72038
72254
|
"line": {
|
|
72039
72255
|
"start": 157,
|
|
@@ -72048,23 +72264,23 @@
|
|
|
72048
72264
|
"path": "fluent/scss/scheduler/_variables.scss",
|
|
72049
72265
|
"name": "_variables.scss"
|
|
72050
72266
|
},
|
|
72051
|
-
"resolvedValue": "var(--kendo-scheduler-
|
|
72267
|
+
"resolvedValue": "var(--kendo-scheduler-event-selected-border, var(--kendo-scheduler-event-bg, var(--kendo-color-primary)))",
|
|
72052
72268
|
"resolvedType": "String"
|
|
72053
72269
|
},
|
|
72054
72270
|
{
|
|
72055
|
-
"description": "The
|
|
72271
|
+
"description": "The gradient of the selected Scheduler event.\n",
|
|
72056
72272
|
"commentRange": {
|
|
72057
|
-
"start":
|
|
72058
|
-
"end":
|
|
72273
|
+
"start": 158,
|
|
72274
|
+
"end": 159
|
|
72059
72275
|
},
|
|
72060
72276
|
"context": {
|
|
72061
72277
|
"type": "variable",
|
|
72062
|
-
"name": "kendo-scheduler-
|
|
72063
|
-
"value": "var( --kendo-scheduler-
|
|
72278
|
+
"name": "kendo-scheduler-event-selected-gradient",
|
|
72279
|
+
"value": "var( --kendo-scheduler-event-selected-gradient, null )",
|
|
72064
72280
|
"scope": "default",
|
|
72065
72281
|
"line": {
|
|
72066
|
-
"start":
|
|
72067
|
-
"end":
|
|
72282
|
+
"start": 160,
|
|
72283
|
+
"end": 160
|
|
72068
72284
|
}
|
|
72069
72285
|
},
|
|
72070
72286
|
"group": [
|
|
@@ -72075,23 +72291,23 @@
|
|
|
72075
72291
|
"path": "fluent/scss/scheduler/_variables.scss",
|
|
72076
72292
|
"name": "_variables.scss"
|
|
72077
72293
|
},
|
|
72078
|
-
"resolvedValue": "var(--kendo-scheduler-
|
|
72294
|
+
"resolvedValue": "var(--kendo-scheduler-event-selected-gradient, )",
|
|
72079
72295
|
"resolvedType": "String"
|
|
72080
72296
|
},
|
|
72081
72297
|
{
|
|
72082
|
-
"description": "The
|
|
72298
|
+
"description": "The shadow of the selected Scheduler event.\n",
|
|
72083
72299
|
"commentRange": {
|
|
72084
|
-
"start":
|
|
72085
|
-
"end":
|
|
72300
|
+
"start": 161,
|
|
72301
|
+
"end": 162
|
|
72086
72302
|
},
|
|
72087
72303
|
"context": {
|
|
72088
72304
|
"type": "variable",
|
|
72089
|
-
"name": "kendo-scheduler-
|
|
72090
|
-
"value": "var( --kendo-scheduler-
|
|
72305
|
+
"name": "kendo-scheduler-event-selected-shadow",
|
|
72306
|
+
"value": "var( --kendo-scheduler-event-selected-shadow, none )",
|
|
72091
72307
|
"scope": "default",
|
|
72092
72308
|
"line": {
|
|
72093
|
-
"start":
|
|
72094
|
-
"end":
|
|
72309
|
+
"start": 163,
|
|
72310
|
+
"end": 163
|
|
72095
72311
|
}
|
|
72096
72312
|
},
|
|
72097
72313
|
"group": [
|
|
@@ -72102,23 +72318,23 @@
|
|
|
72102
72318
|
"path": "fluent/scss/scheduler/_variables.scss",
|
|
72103
72319
|
"name": "_variables.scss"
|
|
72104
72320
|
},
|
|
72105
|
-
"resolvedValue": "var(--kendo-scheduler-
|
|
72321
|
+
"resolvedValue": "var(--kendo-scheduler-event-selected-shadow, none)",
|
|
72106
72322
|
"resolvedType": "String"
|
|
72107
72323
|
},
|
|
72108
72324
|
{
|
|
72109
|
-
"description": "The
|
|
72325
|
+
"description": "The shadow of the ongoing Scheduler event.\n",
|
|
72110
72326
|
"commentRange": {
|
|
72111
|
-
"start":
|
|
72112
|
-
"end":
|
|
72327
|
+
"start": 165,
|
|
72328
|
+
"end": 166
|
|
72113
72329
|
},
|
|
72114
72330
|
"context": {
|
|
72115
72331
|
"type": "variable",
|
|
72116
|
-
"name": "kendo-scheduler-
|
|
72117
|
-
"value": "var( --kendo-scheduler-
|
|
72332
|
+
"name": "kendo-scheduler-event-ongoing-shadow",
|
|
72333
|
+
"value": "var( --kendo-scheduler-event-ongoing-shadow, inset 0px 0px 0px 1px #ff0000 )",
|
|
72118
72334
|
"scope": "default",
|
|
72119
72335
|
"line": {
|
|
72120
|
-
"start":
|
|
72121
|
-
"end":
|
|
72336
|
+
"start": 167,
|
|
72337
|
+
"end": 167
|
|
72122
72338
|
}
|
|
72123
72339
|
},
|
|
72124
72340
|
"group": [
|
|
@@ -72129,19 +72345,19 @@
|
|
|
72129
72345
|
"path": "fluent/scss/scheduler/_variables.scss",
|
|
72130
72346
|
"name": "_variables.scss"
|
|
72131
72347
|
},
|
|
72132
|
-
"resolvedValue": "var(--kendo-scheduler-
|
|
72348
|
+
"resolvedValue": "var(--kendo-scheduler-event-ongoing-shadow, inset 0px 0px 0px 1px #ff0000)",
|
|
72133
72349
|
"resolvedType": "String"
|
|
72134
72350
|
},
|
|
72135
72351
|
{
|
|
72136
|
-
"description": "The
|
|
72352
|
+
"description": "The size of the Scheduler resize handle hit area.\n",
|
|
72137
72353
|
"commentRange": {
|
|
72138
72354
|
"start": 169,
|
|
72139
72355
|
"end": 170
|
|
72140
72356
|
},
|
|
72141
72357
|
"context": {
|
|
72142
72358
|
"type": "variable",
|
|
72143
|
-
"name": "kendo-scheduler-
|
|
72144
|
-
"value": "var( --kendo-scheduler-
|
|
72359
|
+
"name": "kendo-scheduler-resizer-size",
|
|
72360
|
+
"value": "var( --kendo-scheduler-resizer-size, 0.5em )",
|
|
72145
72361
|
"scope": "default",
|
|
72146
72362
|
"line": {
|
|
72147
72363
|
"start": 171,
|
|
@@ -72156,23 +72372,23 @@
|
|
|
72156
72372
|
"path": "fluent/scss/scheduler/_variables.scss",
|
|
72157
72373
|
"name": "_variables.scss"
|
|
72158
72374
|
},
|
|
72159
|
-
"resolvedValue": "var(--kendo-scheduler-
|
|
72375
|
+
"resolvedValue": "var(--kendo-scheduler-resizer-size, 0.5em)",
|
|
72160
72376
|
"resolvedType": "String"
|
|
72161
72377
|
},
|
|
72162
72378
|
{
|
|
72163
|
-
"description": "The
|
|
72379
|
+
"description": "The length of the Scheduler resize handle visual indicator.\n",
|
|
72164
72380
|
"commentRange": {
|
|
72165
|
-
"start":
|
|
72166
|
-
"end":
|
|
72381
|
+
"start": 172,
|
|
72382
|
+
"end": 173
|
|
72167
72383
|
},
|
|
72168
72384
|
"context": {
|
|
72169
72385
|
"type": "variable",
|
|
72170
|
-
"name": "kendo-scheduler-
|
|
72171
|
-
"value": "var( --kendo-scheduler-
|
|
72386
|
+
"name": "kendo-scheduler-resize-handle-size",
|
|
72387
|
+
"value": "var( --kendo-scheduler-resize-handle-size, 8px )",
|
|
72172
72388
|
"scope": "default",
|
|
72173
72389
|
"line": {
|
|
72174
|
-
"start":
|
|
72175
|
-
"end":
|
|
72390
|
+
"start": 174,
|
|
72391
|
+
"end": 174
|
|
72176
72392
|
}
|
|
72177
72393
|
},
|
|
72178
72394
|
"group": [
|
|
@@ -72183,23 +72399,23 @@
|
|
|
72183
72399
|
"path": "fluent/scss/scheduler/_variables.scss",
|
|
72184
72400
|
"name": "_variables.scss"
|
|
72185
72401
|
},
|
|
72186
|
-
"resolvedValue": "var(--kendo-scheduler-
|
|
72402
|
+
"resolvedValue": "var(--kendo-scheduler-resize-handle-size, 8px)",
|
|
72187
72403
|
"resolvedType": "String"
|
|
72188
72404
|
},
|
|
72189
72405
|
{
|
|
72190
|
-
"description": "The
|
|
72406
|
+
"description": "The border radius of the Scheduler resize handle.\n",
|
|
72191
72407
|
"commentRange": {
|
|
72192
|
-
"start":
|
|
72193
|
-
"end":
|
|
72408
|
+
"start": 175,
|
|
72409
|
+
"end": 176
|
|
72194
72410
|
},
|
|
72195
72411
|
"context": {
|
|
72196
72412
|
"type": "variable",
|
|
72197
|
-
"name": "kendo-scheduler-
|
|
72198
|
-
"value": "var( --kendo-scheduler-
|
|
72413
|
+
"name": "kendo-scheduler-resize-handle-border-radius",
|
|
72414
|
+
"value": "var( --kendo-scheduler-resize-handle-border-radius, k-border-radius(full) )",
|
|
72199
72415
|
"scope": "default",
|
|
72200
72416
|
"line": {
|
|
72201
|
-
"start":
|
|
72202
|
-
"end":
|
|
72417
|
+
"start": 177,
|
|
72418
|
+
"end": 177
|
|
72203
72419
|
}
|
|
72204
72420
|
},
|
|
72205
72421
|
"group": [
|
|
@@ -72210,23 +72426,23 @@
|
|
|
72210
72426
|
"path": "fluent/scss/scheduler/_variables.scss",
|
|
72211
72427
|
"name": "_variables.scss"
|
|
72212
72428
|
},
|
|
72213
|
-
"resolvedValue": "var(--kendo-scheduler-
|
|
72429
|
+
"resolvedValue": "var(--kendo-scheduler-resize-handle-border-radius, var(--kendo-border-radius-full))",
|
|
72214
72430
|
"resolvedType": "String"
|
|
72215
72431
|
},
|
|
72216
72432
|
{
|
|
72217
|
-
"description": "The
|
|
72433
|
+
"description": "The border width of the Scheduler resize handle.\n",
|
|
72218
72434
|
"commentRange": {
|
|
72219
|
-
"start":
|
|
72220
|
-
"end":
|
|
72435
|
+
"start": 178,
|
|
72436
|
+
"end": 179
|
|
72221
72437
|
},
|
|
72222
72438
|
"context": {
|
|
72223
72439
|
"type": "variable",
|
|
72224
|
-
"name": "kendo-scheduler-
|
|
72225
|
-
"value": "
|
|
72440
|
+
"name": "kendo-scheduler-resize-handle-border-width",
|
|
72441
|
+
"value": "var( --kendo-scheduler-resize-handle-border-width, 2px )",
|
|
72226
72442
|
"scope": "default",
|
|
72227
72443
|
"line": {
|
|
72228
|
-
"start":
|
|
72229
|
-
"end":
|
|
72444
|
+
"start": 180,
|
|
72445
|
+
"end": 180
|
|
72230
72446
|
}
|
|
72231
72447
|
},
|
|
72232
72448
|
"group": [
|
|
@@ -72237,23 +72453,23 @@
|
|
|
72237
72453
|
"path": "fluent/scss/scheduler/_variables.scss",
|
|
72238
72454
|
"name": "_variables.scss"
|
|
72239
72455
|
},
|
|
72240
|
-
"resolvedValue": "
|
|
72241
|
-
"resolvedType": "
|
|
72456
|
+
"resolvedValue": "var(--kendo-scheduler-resize-handle-border-width, 2px)",
|
|
72457
|
+
"resolvedType": "String"
|
|
72242
72458
|
},
|
|
72243
72459
|
{
|
|
72244
|
-
"description": "The
|
|
72460
|
+
"description": "The background color of the Scheduler resize handle.\n",
|
|
72245
72461
|
"commentRange": {
|
|
72246
|
-
"start":
|
|
72247
|
-
"end":
|
|
72462
|
+
"start": 181,
|
|
72463
|
+
"end": 182
|
|
72248
72464
|
},
|
|
72249
72465
|
"context": {
|
|
72250
72466
|
"type": "variable",
|
|
72251
|
-
"name": "kendo-scheduler-
|
|
72252
|
-
"value": "
|
|
72467
|
+
"name": "kendo-scheduler-resize-handle-bg",
|
|
72468
|
+
"value": "var( --kendo-scheduler-resize-handle-bg, $kendo-scheduler-event-bg )",
|
|
72253
72469
|
"scope": "default",
|
|
72254
72470
|
"line": {
|
|
72255
|
-
"start":
|
|
72256
|
-
"end":
|
|
72471
|
+
"start": 183,
|
|
72472
|
+
"end": 183
|
|
72257
72473
|
}
|
|
72258
72474
|
},
|
|
72259
72475
|
"group": [
|
|
@@ -72264,23 +72480,23 @@
|
|
|
72264
72480
|
"path": "fluent/scss/scheduler/_variables.scss",
|
|
72265
72481
|
"name": "_variables.scss"
|
|
72266
72482
|
},
|
|
72267
|
-
"resolvedValue": "
|
|
72268
|
-
"resolvedType": "
|
|
72483
|
+
"resolvedValue": "var(--kendo-scheduler-resize-handle-bg, var(--kendo-scheduler-event-bg, var(--kendo-color-primary)))",
|
|
72484
|
+
"resolvedType": "String"
|
|
72269
72485
|
},
|
|
72270
72486
|
{
|
|
72271
|
-
"description": "The
|
|
72487
|
+
"description": "The horizontal padding of the Scheduler cell.\n",
|
|
72272
72488
|
"commentRange": {
|
|
72273
|
-
"start":
|
|
72274
|
-
"end":
|
|
72489
|
+
"start": 185,
|
|
72490
|
+
"end": 186
|
|
72275
72491
|
},
|
|
72276
72492
|
"context": {
|
|
72277
72493
|
"type": "variable",
|
|
72278
|
-
"name": "kendo-scheduler-
|
|
72279
|
-
"value": "var( --kendo-scheduler-
|
|
72494
|
+
"name": "kendo-scheduler-cell-padding-x",
|
|
72495
|
+
"value": "var( --kendo-scheduler-cell-padding-x, k-spacing(2) )",
|
|
72280
72496
|
"scope": "default",
|
|
72281
72497
|
"line": {
|
|
72282
|
-
"start":
|
|
72283
|
-
"end":
|
|
72498
|
+
"start": 187,
|
|
72499
|
+
"end": 187
|
|
72284
72500
|
}
|
|
72285
72501
|
},
|
|
72286
72502
|
"group": [
|
|
@@ -72291,23 +72507,23 @@
|
|
|
72291
72507
|
"path": "fluent/scss/scheduler/_variables.scss",
|
|
72292
72508
|
"name": "_variables.scss"
|
|
72293
72509
|
},
|
|
72294
|
-
"resolvedValue": "var(--kendo-scheduler-
|
|
72510
|
+
"resolvedValue": "var(--kendo-scheduler-cell-padding-x, var(--kendo-spacing-2))",
|
|
72295
72511
|
"resolvedType": "String"
|
|
72296
72512
|
},
|
|
72297
72513
|
{
|
|
72298
|
-
"description": "The
|
|
72514
|
+
"description": "The vertical padding of the Scheduler cell.\n",
|
|
72299
72515
|
"commentRange": {
|
|
72300
|
-
"start":
|
|
72301
|
-
"end":
|
|
72516
|
+
"start": 188,
|
|
72517
|
+
"end": 189
|
|
72302
72518
|
},
|
|
72303
72519
|
"context": {
|
|
72304
72520
|
"type": "variable",
|
|
72305
|
-
"name": "kendo-scheduler-
|
|
72306
|
-
"value": "var( --kendo-scheduler-
|
|
72521
|
+
"name": "kendo-scheduler-cell-padding-y",
|
|
72522
|
+
"value": "var( --kendo-scheduler-cell-padding-y, k-spacing(2) )",
|
|
72307
72523
|
"scope": "default",
|
|
72308
72524
|
"line": {
|
|
72309
|
-
"start":
|
|
72310
|
-
"end":
|
|
72525
|
+
"start": 190,
|
|
72526
|
+
"end": 190
|
|
72311
72527
|
}
|
|
72312
72528
|
},
|
|
72313
72529
|
"group": [
|
|
@@ -72318,23 +72534,23 @@
|
|
|
72318
72534
|
"path": "fluent/scss/scheduler/_variables.scss",
|
|
72319
72535
|
"name": "_variables.scss"
|
|
72320
72536
|
},
|
|
72321
|
-
"resolvedValue": "var(--kendo-scheduler-
|
|
72537
|
+
"resolvedValue": "var(--kendo-scheduler-cell-padding-y, var(--kendo-spacing-2))",
|
|
72322
72538
|
"resolvedType": "String"
|
|
72323
72539
|
},
|
|
72324
72540
|
{
|
|
72325
|
-
"description": "The
|
|
72541
|
+
"description": "The height of the Scheduler cell.\n",
|
|
72326
72542
|
"commentRange": {
|
|
72327
|
-
"start":
|
|
72328
|
-
"end":
|
|
72543
|
+
"start": 191,
|
|
72544
|
+
"end": 192
|
|
72329
72545
|
},
|
|
72330
72546
|
"context": {
|
|
72331
72547
|
"type": "variable",
|
|
72332
|
-
"name": "kendo-scheduler-
|
|
72333
|
-
"value": "var( --kendo-scheduler-
|
|
72548
|
+
"name": "kendo-scheduler-cell-height",
|
|
72549
|
+
"value": "var( --kendo-scheduler-cell-height, $kendo-line-height-em )",
|
|
72334
72550
|
"scope": "default",
|
|
72335
72551
|
"line": {
|
|
72336
|
-
"start":
|
|
72337
|
-
"end":
|
|
72552
|
+
"start": 193,
|
|
72553
|
+
"end": 193
|
|
72338
72554
|
}
|
|
72339
72555
|
},
|
|
72340
72556
|
"group": [
|
|
@@ -72345,23 +72561,23 @@
|
|
|
72345
72561
|
"path": "fluent/scss/scheduler/_variables.scss",
|
|
72346
72562
|
"name": "_variables.scss"
|
|
72347
72563
|
},
|
|
72348
|
-
"resolvedValue": "var(--kendo-scheduler-
|
|
72564
|
+
"resolvedValue": "var(--kendo-scheduler-cell-height, calc(1.4285714286 * 1em))",
|
|
72349
72565
|
"resolvedType": "String"
|
|
72350
72566
|
},
|
|
72351
72567
|
{
|
|
72352
|
-
"description": "The
|
|
72568
|
+
"description": "The width of the Scheduler date column.\n",
|
|
72353
72569
|
"commentRange": {
|
|
72354
|
-
"start":
|
|
72355
|
-
"end":
|
|
72570
|
+
"start": 194,
|
|
72571
|
+
"end": 195
|
|
72356
72572
|
},
|
|
72357
72573
|
"context": {
|
|
72358
72574
|
"type": "variable",
|
|
72359
|
-
"name": "kendo-scheduler-
|
|
72360
|
-
"value": "var( --kendo-scheduler-
|
|
72575
|
+
"name": "kendo-scheduler-datecolumn-width",
|
|
72576
|
+
"value": "var( --kendo-scheduler-datecolumn-width, 12em )",
|
|
72361
72577
|
"scope": "default",
|
|
72362
72578
|
"line": {
|
|
72363
|
-
"start":
|
|
72364
|
-
"end":
|
|
72579
|
+
"start": 196,
|
|
72580
|
+
"end": 196
|
|
72365
72581
|
}
|
|
72366
72582
|
},
|
|
72367
72583
|
"group": [
|
|
@@ -72372,23 +72588,23 @@
|
|
|
72372
72588
|
"path": "fluent/scss/scheduler/_variables.scss",
|
|
72373
72589
|
"name": "_variables.scss"
|
|
72374
72590
|
},
|
|
72375
|
-
"resolvedValue": "var(--kendo-scheduler-
|
|
72591
|
+
"resolvedValue": "var(--kendo-scheduler-datecolumn-width, 12em)",
|
|
72376
72592
|
"resolvedType": "String"
|
|
72377
72593
|
},
|
|
72378
72594
|
{
|
|
72379
|
-
"description": "The
|
|
72595
|
+
"description": "The width of the Scheduler time column.\n",
|
|
72380
72596
|
"commentRange": {
|
|
72381
|
-
"start":
|
|
72382
|
-
"end":
|
|
72597
|
+
"start": 197,
|
|
72598
|
+
"end": 198
|
|
72383
72599
|
},
|
|
72384
72600
|
"context": {
|
|
72385
72601
|
"type": "variable",
|
|
72386
|
-
"name": "kendo-scheduler-
|
|
72387
|
-
"value": "var( --kendo-scheduler-
|
|
72602
|
+
"name": "kendo-scheduler-timecolumn-width",
|
|
72603
|
+
"value": "var( --kendo-scheduler-timecolumn-width, 11em )",
|
|
72388
72604
|
"scope": "default",
|
|
72389
72605
|
"line": {
|
|
72390
|
-
"start":
|
|
72391
|
-
"end":
|
|
72606
|
+
"start": 199,
|
|
72607
|
+
"end": 199
|
|
72392
72608
|
}
|
|
72393
72609
|
},
|
|
72394
72610
|
"group": [
|
|
@@ -72399,23 +72615,23 @@
|
|
|
72399
72615
|
"path": "fluent/scss/scheduler/_variables.scss",
|
|
72400
72616
|
"name": "_variables.scss"
|
|
72401
72617
|
},
|
|
72402
|
-
"resolvedValue": "var(--kendo-scheduler-
|
|
72618
|
+
"resolvedValue": "var(--kendo-scheduler-timecolumn-width, 11em)",
|
|
72403
72619
|
"resolvedType": "String"
|
|
72404
72620
|
},
|
|
72405
72621
|
{
|
|
72406
|
-
"description": "The
|
|
72622
|
+
"description": "The background color of the non-working hours in the Scheduler.\n",
|
|
72407
72623
|
"commentRange": {
|
|
72408
|
-
"start":
|
|
72409
|
-
"end":
|
|
72624
|
+
"start": 201,
|
|
72625
|
+
"end": 202
|
|
72410
72626
|
},
|
|
72411
72627
|
"context": {
|
|
72412
72628
|
"type": "variable",
|
|
72413
|
-
"name": "kendo-scheduler-
|
|
72414
|
-
"value": "var( --kendo-scheduler-
|
|
72629
|
+
"name": "kendo-scheduler-nonwork-bg",
|
|
72630
|
+
"value": "var( --kendo-scheduler-nonwork-bg, k-color(surface) )",
|
|
72415
72631
|
"scope": "default",
|
|
72416
72632
|
"line": {
|
|
72417
|
-
"start":
|
|
72418
|
-
"end":
|
|
72633
|
+
"start": 203,
|
|
72634
|
+
"end": 203
|
|
72419
72635
|
}
|
|
72420
72636
|
},
|
|
72421
72637
|
"group": [
|
|
@@ -72426,23 +72642,23 @@
|
|
|
72426
72642
|
"path": "fluent/scss/scheduler/_variables.scss",
|
|
72427
72643
|
"name": "_variables.scss"
|
|
72428
72644
|
},
|
|
72429
|
-
"resolvedValue": "var(--kendo-scheduler-
|
|
72645
|
+
"resolvedValue": "var(--kendo-scheduler-nonwork-bg, var(--kendo-color-surface))",
|
|
72430
72646
|
"resolvedType": "String"
|
|
72431
72647
|
},
|
|
72432
72648
|
{
|
|
72433
|
-
"description": "The
|
|
72649
|
+
"description": "The text color of the non-working hours in the Scheduler.\n",
|
|
72434
72650
|
"commentRange": {
|
|
72435
|
-
"start":
|
|
72436
|
-
"end":
|
|
72651
|
+
"start": 204,
|
|
72652
|
+
"end": 205
|
|
72437
72653
|
},
|
|
72438
72654
|
"context": {
|
|
72439
72655
|
"type": "variable",
|
|
72440
|
-
"name": "kendo-scheduler-
|
|
72441
|
-
"value": "var( --kendo-scheduler-
|
|
72656
|
+
"name": "kendo-scheduler-nonwork-text",
|
|
72657
|
+
"value": "var( --kendo-scheduler-nonwork-text, null )",
|
|
72442
72658
|
"scope": "default",
|
|
72443
72659
|
"line": {
|
|
72444
|
-
"start":
|
|
72445
|
-
"end":
|
|
72660
|
+
"start": 206,
|
|
72661
|
+
"end": 206
|
|
72446
72662
|
}
|
|
72447
72663
|
},
|
|
72448
72664
|
"group": [
|
|
@@ -72453,19 +72669,19 @@
|
|
|
72453
72669
|
"path": "fluent/scss/scheduler/_variables.scss",
|
|
72454
72670
|
"name": "_variables.scss"
|
|
72455
72671
|
},
|
|
72456
|
-
"resolvedValue": "var(--kendo-scheduler-
|
|
72672
|
+
"resolvedValue": "var(--kendo-scheduler-nonwork-text, )",
|
|
72457
72673
|
"resolvedType": "String"
|
|
72458
72674
|
},
|
|
72459
72675
|
{
|
|
72460
|
-
"description": "The
|
|
72676
|
+
"description": "The background color of the preceding/subsequent month cells in the Calendar.\n",
|
|
72461
72677
|
"commentRange": {
|
|
72462
72678
|
"start": 208,
|
|
72463
72679
|
"end": 209
|
|
72464
72680
|
},
|
|
72465
72681
|
"context": {
|
|
72466
72682
|
"type": "variable",
|
|
72467
|
-
"name": "kendo-scheduler-
|
|
72468
|
-
"value": "var( --kendo-scheduler-
|
|
72683
|
+
"name": "kendo-scheduler-othermonth-bg",
|
|
72684
|
+
"value": "var( --kendo-scheduler-othermonth-bg, k-color(surface) )",
|
|
72469
72685
|
"scope": "default",
|
|
72470
72686
|
"line": {
|
|
72471
72687
|
"start": 210,
|
|
@@ -72480,19 +72696,19 @@
|
|
|
72480
72696
|
"path": "fluent/scss/scheduler/_variables.scss",
|
|
72481
72697
|
"name": "_variables.scss"
|
|
72482
72698
|
},
|
|
72483
|
-
"resolvedValue": "var(--kendo-scheduler-
|
|
72699
|
+
"resolvedValue": "var(--kendo-scheduler-othermonth-bg, var(--kendo-color-surface))",
|
|
72484
72700
|
"resolvedType": "String"
|
|
72485
72701
|
},
|
|
72486
72702
|
{
|
|
72487
|
-
"description": "The
|
|
72703
|
+
"description": "The text color of the preceding/subsequent month cells in the Calendar.\n",
|
|
72488
72704
|
"commentRange": {
|
|
72489
72705
|
"start": 211,
|
|
72490
72706
|
"end": 212
|
|
72491
72707
|
},
|
|
72492
72708
|
"context": {
|
|
72493
72709
|
"type": "variable",
|
|
72494
|
-
"name": "kendo-scheduler-
|
|
72495
|
-
"value": "var( --kendo-scheduler-
|
|
72710
|
+
"name": "kendo-scheduler-othermonth-text",
|
|
72711
|
+
"value": "var( --kendo-scheduler-othermonth-text, null )",
|
|
72496
72712
|
"scope": "default",
|
|
72497
72713
|
"line": {
|
|
72498
72714
|
"start": 213,
|
|
@@ -72507,23 +72723,23 @@
|
|
|
72507
72723
|
"path": "fluent/scss/scheduler/_variables.scss",
|
|
72508
72724
|
"name": "_variables.scss"
|
|
72509
72725
|
},
|
|
72510
|
-
"resolvedValue": "var(--kendo-scheduler-
|
|
72726
|
+
"resolvedValue": "var(--kendo-scheduler-othermonth-text, )",
|
|
72511
72727
|
"resolvedType": "String"
|
|
72512
72728
|
},
|
|
72513
72729
|
{
|
|
72514
|
-
"description": "The
|
|
72730
|
+
"description": "The horizontal padding of the year view in the Scheduler.\n",
|
|
72515
72731
|
"commentRange": {
|
|
72516
|
-
"start":
|
|
72517
|
-
"end":
|
|
72732
|
+
"start": 215,
|
|
72733
|
+
"end": 216
|
|
72518
72734
|
},
|
|
72519
72735
|
"context": {
|
|
72520
72736
|
"type": "variable",
|
|
72521
|
-
"name": "kendo-scheduler-
|
|
72522
|
-
"value": "var( --kendo-scheduler-
|
|
72737
|
+
"name": "kendo-scheduler-yearview-padding-x",
|
|
72738
|
+
"value": "var( --kendo-scheduler-yearview-padding-x, k-spacing(3) )",
|
|
72523
72739
|
"scope": "default",
|
|
72524
72740
|
"line": {
|
|
72525
|
-
"start":
|
|
72526
|
-
"end":
|
|
72741
|
+
"start": 217,
|
|
72742
|
+
"end": 217
|
|
72527
72743
|
}
|
|
72528
72744
|
},
|
|
72529
72745
|
"group": [
|
|
@@ -72534,19 +72750,19 @@
|
|
|
72534
72750
|
"path": "fluent/scss/scheduler/_variables.scss",
|
|
72535
72751
|
"name": "_variables.scss"
|
|
72536
72752
|
},
|
|
72537
|
-
"resolvedValue": "var(--kendo-scheduler-
|
|
72753
|
+
"resolvedValue": "var(--kendo-scheduler-yearview-padding-x, var(--kendo-spacing-3))",
|
|
72538
72754
|
"resolvedType": "String"
|
|
72539
72755
|
},
|
|
72540
72756
|
{
|
|
72541
|
-
"description": "The vertical
|
|
72757
|
+
"description": "The vertical padding of the year view in the Scheduler.\n",
|
|
72542
72758
|
"commentRange": {
|
|
72543
72759
|
"start": 218,
|
|
72544
72760
|
"end": 219
|
|
72545
72761
|
},
|
|
72546
72762
|
"context": {
|
|
72547
72763
|
"type": "variable",
|
|
72548
|
-
"name": "kendo-scheduler-
|
|
72549
|
-
"value": "var( --kendo-scheduler-
|
|
72764
|
+
"name": "kendo-scheduler-yearview-padding-y",
|
|
72765
|
+
"value": "var( --kendo-scheduler-yearview-padding-y, $kendo-scheduler-yearview-padding-x )",
|
|
72550
72766
|
"scope": "default",
|
|
72551
72767
|
"line": {
|
|
72552
72768
|
"start": 220,
|
|
@@ -72561,23 +72777,23 @@
|
|
|
72561
72777
|
"path": "fluent/scss/scheduler/_variables.scss",
|
|
72562
72778
|
"name": "_variables.scss"
|
|
72563
72779
|
},
|
|
72564
|
-
"resolvedValue": "var(--kendo-scheduler-
|
|
72780
|
+
"resolvedValue": "var(--kendo-scheduler-yearview-padding-y, var(--kendo-scheduler-yearview-padding-x, var(--kendo-spacing-3)))",
|
|
72565
72781
|
"resolvedType": "String"
|
|
72566
72782
|
},
|
|
72567
72783
|
{
|
|
72568
|
-
"description": "The
|
|
72784
|
+
"description": "The spacing between the calendars of the year view in the Scheduler.\n",
|
|
72569
72785
|
"commentRange": {
|
|
72570
|
-
"start":
|
|
72571
|
-
"end":
|
|
72786
|
+
"start": 222,
|
|
72787
|
+
"end": 223
|
|
72572
72788
|
},
|
|
72573
72789
|
"context": {
|
|
72574
72790
|
"type": "variable",
|
|
72575
|
-
"name": "kendo-scheduler-
|
|
72576
|
-
"value": "var( --kendo-scheduler-
|
|
72791
|
+
"name": "kendo-scheduler-yearview-calendar-gap",
|
|
72792
|
+
"value": "var( --kendo-scheduler-yearview-calendar-gap, k-spacing(3) )",
|
|
72577
72793
|
"scope": "default",
|
|
72578
72794
|
"line": {
|
|
72579
|
-
"start":
|
|
72580
|
-
"end":
|
|
72795
|
+
"start": 224,
|
|
72796
|
+
"end": 224
|
|
72581
72797
|
}
|
|
72582
72798
|
},
|
|
72583
72799
|
"group": [
|
|
@@ -72588,23 +72804,23 @@
|
|
|
72588
72804
|
"path": "fluent/scss/scheduler/_variables.scss",
|
|
72589
72805
|
"name": "_variables.scss"
|
|
72590
72806
|
},
|
|
72591
|
-
"resolvedValue": "var(--kendo-scheduler-
|
|
72807
|
+
"resolvedValue": "var(--kendo-scheduler-yearview-calendar-gap, var(--kendo-spacing-3))",
|
|
72592
72808
|
"resolvedType": "String"
|
|
72593
72809
|
},
|
|
72594
72810
|
{
|
|
72595
|
-
"description": "The
|
|
72811
|
+
"description": "The days with events indicator size of the year view in the Scheduler.\n",
|
|
72596
72812
|
"commentRange": {
|
|
72597
|
-
"start":
|
|
72598
|
-
"end":
|
|
72813
|
+
"start": 226,
|
|
72814
|
+
"end": 227
|
|
72599
72815
|
},
|
|
72600
72816
|
"context": {
|
|
72601
72817
|
"type": "variable",
|
|
72602
|
-
"name": "kendo-scheduler-
|
|
72603
|
-
"value": "var( --kendo-scheduler-
|
|
72818
|
+
"name": "kendo-scheduler-yearview-indicator-size",
|
|
72819
|
+
"value": "var( --kendo-scheduler-yearview-indicator-size, 3px )",
|
|
72604
72820
|
"scope": "default",
|
|
72605
72821
|
"line": {
|
|
72606
|
-
"start":
|
|
72607
|
-
"end":
|
|
72822
|
+
"start": 228,
|
|
72823
|
+
"end": 228
|
|
72608
72824
|
}
|
|
72609
72825
|
},
|
|
72610
72826
|
"group": [
|
|
@@ -72615,23 +72831,23 @@
|
|
|
72615
72831
|
"path": "fluent/scss/scheduler/_variables.scss",
|
|
72616
72832
|
"name": "_variables.scss"
|
|
72617
72833
|
},
|
|
72618
|
-
"resolvedValue": "var(--kendo-scheduler-
|
|
72834
|
+
"resolvedValue": "var(--kendo-scheduler-yearview-indicator-size, 3px)",
|
|
72619
72835
|
"resolvedType": "String"
|
|
72620
72836
|
},
|
|
72621
72837
|
{
|
|
72622
|
-
"description": "The
|
|
72838
|
+
"description": "The top position of the days with events indicator of the year view in the Scheduler.\n",
|
|
72623
72839
|
"commentRange": {
|
|
72624
|
-
"start":
|
|
72625
|
-
"end":
|
|
72840
|
+
"start": 229,
|
|
72841
|
+
"end": 230
|
|
72626
72842
|
},
|
|
72627
72843
|
"context": {
|
|
72628
72844
|
"type": "variable",
|
|
72629
|
-
"name": "kendo-scheduler-
|
|
72630
|
-
"value": "
|
|
72845
|
+
"name": "kendo-scheduler-yearview-indicator-calc-offset-top",
|
|
72846
|
+
"value": "calc( #{$kendo-calendar-cell-size} - (#{$kendo-calendar-cell-padding-y} * 2) )",
|
|
72631
72847
|
"scope": "default",
|
|
72632
72848
|
"line": {
|
|
72633
|
-
"start":
|
|
72634
|
-
"end":
|
|
72849
|
+
"start": 231,
|
|
72850
|
+
"end": 231
|
|
72635
72851
|
}
|
|
72636
72852
|
},
|
|
72637
72853
|
"group": [
|
|
@@ -72642,23 +72858,23 @@
|
|
|
72642
72858
|
"path": "fluent/scss/scheduler/_variables.scss",
|
|
72643
72859
|
"name": "_variables.scss"
|
|
72644
72860
|
},
|
|
72645
|
-
"resolvedValue": "var(--kendo-
|
|
72646
|
-
"resolvedType": "
|
|
72861
|
+
"resolvedValue": "calc(var(--kendo-calendar-cell-size, 32px) - var(--kendo-spacing-1) * 2)",
|
|
72862
|
+
"resolvedType": "Calculation"
|
|
72647
72863
|
},
|
|
72648
72864
|
{
|
|
72649
|
-
"description": "The
|
|
72865
|
+
"description": "The left position of the days with events indicator of the year view in the Scheduler.\n",
|
|
72650
72866
|
"commentRange": {
|
|
72651
|
-
"start":
|
|
72652
|
-
"end":
|
|
72867
|
+
"start": 232,
|
|
72868
|
+
"end": 233
|
|
72653
72869
|
},
|
|
72654
72870
|
"context": {
|
|
72655
72871
|
"type": "variable",
|
|
72656
|
-
"name": "kendo-scheduler-
|
|
72657
|
-
"value": "
|
|
72872
|
+
"name": "kendo-scheduler-yearview-indicator-calc-offset-left",
|
|
72873
|
+
"value": "calc( 50% - (#{$kendo-scheduler-yearview-indicator-size} / 2) )",
|
|
72658
72874
|
"scope": "default",
|
|
72659
72875
|
"line": {
|
|
72660
|
-
"start":
|
|
72661
|
-
"end":
|
|
72876
|
+
"start": 234,
|
|
72877
|
+
"end": 234
|
|
72662
72878
|
}
|
|
72663
72879
|
},
|
|
72664
72880
|
"group": [
|
|
@@ -72669,19 +72885,19 @@
|
|
|
72669
72885
|
"path": "fluent/scss/scheduler/_variables.scss",
|
|
72670
72886
|
"name": "_variables.scss"
|
|
72671
72887
|
},
|
|
72672
|
-
"resolvedValue": "var(--kendo-scheduler-
|
|
72673
|
-
"resolvedType": "
|
|
72888
|
+
"resolvedValue": "calc(50% - var(--kendo-scheduler-yearview-indicator-size, 3px) / 2)",
|
|
72889
|
+
"resolvedType": "Calculation"
|
|
72674
72890
|
},
|
|
72675
72891
|
{
|
|
72676
|
-
"description": "The
|
|
72892
|
+
"description": "The border radius of the days with events indicator of the year view in the Scheduler.\n",
|
|
72677
72893
|
"commentRange": {
|
|
72678
72894
|
"start": 235,
|
|
72679
72895
|
"end": 236
|
|
72680
72896
|
},
|
|
72681
72897
|
"context": {
|
|
72682
72898
|
"type": "variable",
|
|
72683
|
-
"name": "kendo-scheduler-
|
|
72684
|
-
"value": "var( --kendo-scheduler-
|
|
72899
|
+
"name": "kendo-scheduler-yearview-indicator-border-radius",
|
|
72900
|
+
"value": "var( --kendo-scheduler-yearview-indicator-border-radius, 50% )",
|
|
72685
72901
|
"scope": "default",
|
|
72686
72902
|
"line": {
|
|
72687
72903
|
"start": 237,
|
|
@@ -72696,19 +72912,19 @@
|
|
|
72696
72912
|
"path": "fluent/scss/scheduler/_variables.scss",
|
|
72697
72913
|
"name": "_variables.scss"
|
|
72698
72914
|
},
|
|
72699
|
-
"resolvedValue": "var(--kendo-scheduler-
|
|
72915
|
+
"resolvedValue": "var(--kendo-scheduler-yearview-indicator-border-radius, 50%)",
|
|
72700
72916
|
"resolvedType": "String"
|
|
72701
72917
|
},
|
|
72702
72918
|
{
|
|
72703
|
-
"description": "The
|
|
72919
|
+
"description": "The background color of the days with events indicator of the year view in the Scheduler.\n",
|
|
72704
72920
|
"commentRange": {
|
|
72705
72921
|
"start": 238,
|
|
72706
72922
|
"end": 239
|
|
72707
72923
|
},
|
|
72708
72924
|
"context": {
|
|
72709
72925
|
"type": "variable",
|
|
72710
|
-
"name": "kendo-scheduler-
|
|
72711
|
-
"value": "var( --kendo-scheduler-
|
|
72926
|
+
"name": "kendo-scheduler-yearview-indicator-bg",
|
|
72927
|
+
"value": "var( --kendo-scheduler-yearview-indicator-bg, k-color(primary) )",
|
|
72712
72928
|
"scope": "default",
|
|
72713
72929
|
"line": {
|
|
72714
72930
|
"start": 240,
|
|
@@ -72723,19 +72939,19 @@
|
|
|
72723
72939
|
"path": "fluent/scss/scheduler/_variables.scss",
|
|
72724
72940
|
"name": "_variables.scss"
|
|
72725
72941
|
},
|
|
72726
|
-
"resolvedValue": "var(--kendo-scheduler-
|
|
72942
|
+
"resolvedValue": "var(--kendo-scheduler-yearview-indicator-bg, var(--kendo-color-primary))",
|
|
72727
72943
|
"resolvedType": "String"
|
|
72728
72944
|
},
|
|
72729
72945
|
{
|
|
72730
|
-
"description": "The
|
|
72946
|
+
"description": "The background color of the selected days with events indicator of the year view in the Scheduler.\n",
|
|
72731
72947
|
"commentRange": {
|
|
72732
72948
|
"start": 241,
|
|
72733
72949
|
"end": 242
|
|
72734
72950
|
},
|
|
72735
72951
|
"context": {
|
|
72736
72952
|
"type": "variable",
|
|
72737
|
-
"name": "kendo-scheduler-
|
|
72738
|
-
"value": "var( --kendo-scheduler-
|
|
72953
|
+
"name": "kendo-scheduler-yearview-indicator-selected-bg",
|
|
72954
|
+
"value": "var( --kendo-scheduler-yearview-indicator-selected-bg, k-color(app-surface) )",
|
|
72739
72955
|
"scope": "default",
|
|
72740
72956
|
"line": {
|
|
72741
72957
|
"start": 243,
|
|
@@ -72750,23 +72966,23 @@
|
|
|
72750
72966
|
"path": "fluent/scss/scheduler/_variables.scss",
|
|
72751
72967
|
"name": "_variables.scss"
|
|
72752
72968
|
},
|
|
72753
|
-
"resolvedValue": "var(--kendo-scheduler-
|
|
72969
|
+
"resolvedValue": "var(--kendo-scheduler-yearview-indicator-selected-bg, var(--kendo-color-app-surface))",
|
|
72754
72970
|
"resolvedType": "String"
|
|
72755
72971
|
},
|
|
72756
72972
|
{
|
|
72757
|
-
"description": "The
|
|
72973
|
+
"description": "The font size of the month inside the Scheduler Popover.\n",
|
|
72758
72974
|
"commentRange": {
|
|
72759
|
-
"start":
|
|
72760
|
-
"end":
|
|
72975
|
+
"start": 245,
|
|
72976
|
+
"end": 246
|
|
72761
72977
|
},
|
|
72762
72978
|
"context": {
|
|
72763
72979
|
"type": "variable",
|
|
72764
|
-
"name": "kendo-scheduler-
|
|
72765
|
-
"value": "var( --kendo-scheduler-
|
|
72980
|
+
"name": "kendo-scheduler-popover-month-font-size",
|
|
72981
|
+
"value": "var( --kendo-scheduler-popover-month-font-size, var(--kendo-font-size-sm) )",
|
|
72766
72982
|
"scope": "default",
|
|
72767
72983
|
"line": {
|
|
72768
|
-
"start":
|
|
72769
|
-
"end":
|
|
72984
|
+
"start": 247,
|
|
72985
|
+
"end": 247
|
|
72770
72986
|
}
|
|
72771
72987
|
},
|
|
72772
72988
|
"group": [
|
|
@@ -72777,19 +72993,19 @@
|
|
|
72777
72993
|
"path": "fluent/scss/scheduler/_variables.scss",
|
|
72778
72994
|
"name": "_variables.scss"
|
|
72779
72995
|
},
|
|
72780
|
-
"resolvedValue": "var(--kendo-scheduler-
|
|
72996
|
+
"resolvedValue": "var(--kendo-scheduler-popover-month-font-size, var(--kendo-font-size-sm))",
|
|
72781
72997
|
"resolvedType": "String"
|
|
72782
72998
|
},
|
|
72783
72999
|
{
|
|
72784
|
-
"description": "The
|
|
73000
|
+
"description": "The font size of the day inside the Scheduler Popover.\n",
|
|
72785
73001
|
"commentRange": {
|
|
72786
73002
|
"start": 248,
|
|
72787
73003
|
"end": 249
|
|
72788
73004
|
},
|
|
72789
73005
|
"context": {
|
|
72790
73006
|
"type": "variable",
|
|
72791
|
-
"name": "kendo-scheduler-
|
|
72792
|
-
"value": "var( --kendo-scheduler-
|
|
73007
|
+
"name": "kendo-scheduler-popover-day-font-size",
|
|
73008
|
+
"value": "var( --kendo-scheduler-popover-day-font-size, calc( var(--kendo-font-size-sm) * 2 ) )",
|
|
72793
73009
|
"scope": "default",
|
|
72794
73010
|
"line": {
|
|
72795
73011
|
"start": 250,
|
|
@@ -72804,19 +73020,19 @@
|
|
|
72804
73020
|
"path": "fluent/scss/scheduler/_variables.scss",
|
|
72805
73021
|
"name": "_variables.scss"
|
|
72806
73022
|
},
|
|
72807
|
-
"resolvedValue": "var(--kendo-scheduler-
|
|
73023
|
+
"resolvedValue": "var(--kendo-scheduler-popover-day-font-size, calc(var(--kendo-font-size-sm) * 2))",
|
|
72808
73024
|
"resolvedType": "String"
|
|
72809
73025
|
},
|
|
72810
73026
|
{
|
|
72811
|
-
"description": "The
|
|
73027
|
+
"description": "The max height of the events inside the Scheduler Popover.\n",
|
|
72812
73028
|
"commentRange": {
|
|
72813
73029
|
"start": 252,
|
|
72814
73030
|
"end": 253
|
|
72815
73031
|
},
|
|
72816
73032
|
"context": {
|
|
72817
73033
|
"type": "variable",
|
|
72818
|
-
"name": "kendo-scheduler-
|
|
72819
|
-
"value": "var( --kendo-scheduler-
|
|
73034
|
+
"name": "kendo-scheduler-popover-events-max-height",
|
|
73035
|
+
"value": "var( --kendo-scheduler-popover-events-max-height, 250px )",
|
|
72820
73036
|
"scope": "default",
|
|
72821
73037
|
"line": {
|
|
72822
73038
|
"start": 254,
|
|
@@ -72831,23 +73047,23 @@
|
|
|
72831
73047
|
"path": "fluent/scss/scheduler/_variables.scss",
|
|
72832
73048
|
"name": "_variables.scss"
|
|
72833
73049
|
},
|
|
72834
|
-
"resolvedValue": "var(--kendo-scheduler-
|
|
73050
|
+
"resolvedValue": "var(--kendo-scheduler-popover-events-max-height, 250px)",
|
|
72835
73051
|
"resolvedType": "String"
|
|
72836
73052
|
},
|
|
72837
73053
|
{
|
|
72838
|
-
"description": "The
|
|
73054
|
+
"description": "The spacing between the events inside the Scheduler Popover.\n",
|
|
72839
73055
|
"commentRange": {
|
|
72840
|
-
"start":
|
|
72841
|
-
"end":
|
|
73056
|
+
"start": 255,
|
|
73057
|
+
"end": 256
|
|
72842
73058
|
},
|
|
72843
73059
|
"context": {
|
|
72844
73060
|
"type": "variable",
|
|
72845
|
-
"name": "kendo-scheduler-
|
|
72846
|
-
"value": "var( --kendo-scheduler-
|
|
73061
|
+
"name": "kendo-scheduler-popover-events-gap",
|
|
73062
|
+
"value": "var( --kendo-scheduler-popover-events-gap, k-spacing(1.5) )",
|
|
72847
73063
|
"scope": "default",
|
|
72848
73064
|
"line": {
|
|
72849
|
-
"start":
|
|
72850
|
-
"end":
|
|
73065
|
+
"start": 257,
|
|
73066
|
+
"end": 257
|
|
72851
73067
|
}
|
|
72852
73068
|
},
|
|
72853
73069
|
"group": [
|
|
@@ -72858,14 +73074,149 @@
|
|
|
72858
73074
|
"path": "fluent/scss/scheduler/_variables.scss",
|
|
72859
73075
|
"name": "_variables.scss"
|
|
72860
73076
|
},
|
|
72861
|
-
"resolvedValue": "var(--kendo-scheduler-
|
|
73077
|
+
"resolvedValue": "var(--kendo-scheduler-popover-events-gap, var(--kendo-spacing-1\\.5))",
|
|
73078
|
+
"resolvedType": "String"
|
|
73079
|
+
},
|
|
73080
|
+
{
|
|
73081
|
+
"description": "The minimum height of the events inside the Scheduler Popover.\n",
|
|
73082
|
+
"commentRange": {
|
|
73083
|
+
"start": 259,
|
|
73084
|
+
"end": 260
|
|
73085
|
+
},
|
|
73086
|
+
"context": {
|
|
73087
|
+
"type": "variable",
|
|
73088
|
+
"name": "kendo-scheduler-popover-event-min-height",
|
|
73089
|
+
"value": "var( --kendo-scheduler-popover-event-min-height, 25px )",
|
|
73090
|
+
"scope": "default",
|
|
73091
|
+
"line": {
|
|
73092
|
+
"start": 261,
|
|
73093
|
+
"end": 261
|
|
73094
|
+
}
|
|
73095
|
+
},
|
|
73096
|
+
"group": [
|
|
73097
|
+
"scheduler"
|
|
73098
|
+
],
|
|
73099
|
+
"access": "public",
|
|
73100
|
+
"file": {
|
|
73101
|
+
"path": "fluent/scss/scheduler/_variables.scss",
|
|
73102
|
+
"name": "_variables.scss"
|
|
73103
|
+
},
|
|
73104
|
+
"resolvedValue": "var(--kendo-scheduler-popover-event-min-height, 25px)",
|
|
73105
|
+
"resolvedType": "String"
|
|
73106
|
+
},
|
|
73107
|
+
{
|
|
73108
|
+
"description": "The horizontal padding of the events inside the Scheduler Popover.\n",
|
|
73109
|
+
"commentRange": {
|
|
73110
|
+
"start": 262,
|
|
73111
|
+
"end": 263
|
|
73112
|
+
},
|
|
73113
|
+
"context": {
|
|
73114
|
+
"type": "variable",
|
|
73115
|
+
"name": "kendo-scheduler-popover-event-padding-x",
|
|
73116
|
+
"value": "var( --kendo-scheduler-popover-event-padding-x, $kendo-scheduler-event-template-padding-x )",
|
|
73117
|
+
"scope": "default",
|
|
73118
|
+
"line": {
|
|
73119
|
+
"start": 264,
|
|
73120
|
+
"end": 264
|
|
73121
|
+
}
|
|
73122
|
+
},
|
|
73123
|
+
"group": [
|
|
73124
|
+
"scheduler"
|
|
73125
|
+
],
|
|
73126
|
+
"access": "public",
|
|
73127
|
+
"file": {
|
|
73128
|
+
"path": "fluent/scss/scheduler/_variables.scss",
|
|
73129
|
+
"name": "_variables.scss"
|
|
73130
|
+
},
|
|
73131
|
+
"resolvedValue": "var(--kendo-scheduler-popover-event-padding-x, var(--kendo-scheduler-event-padding-x, var(--kendo-spacing-2)))",
|
|
73132
|
+
"resolvedType": "String"
|
|
73133
|
+
},
|
|
73134
|
+
{
|
|
73135
|
+
"description": "The vertical padding of the events inside the Scheduler Popover.\n",
|
|
73136
|
+
"commentRange": {
|
|
73137
|
+
"start": 265,
|
|
73138
|
+
"end": 266
|
|
73139
|
+
},
|
|
73140
|
+
"context": {
|
|
73141
|
+
"type": "variable",
|
|
73142
|
+
"name": "kendo-scheduler-popover-event-padding-y",
|
|
73143
|
+
"value": "null",
|
|
73144
|
+
"scope": "default",
|
|
73145
|
+
"line": {
|
|
73146
|
+
"start": 267,
|
|
73147
|
+
"end": 267
|
|
73148
|
+
}
|
|
73149
|
+
},
|
|
73150
|
+
"group": [
|
|
73151
|
+
"scheduler"
|
|
73152
|
+
],
|
|
73153
|
+
"access": "public",
|
|
73154
|
+
"file": {
|
|
73155
|
+
"path": "fluent/scss/scheduler/_variables.scss",
|
|
73156
|
+
"name": "_variables.scss"
|
|
73157
|
+
},
|
|
73158
|
+
"resolvedValue": "null",
|
|
73159
|
+
"resolvedType": "Null"
|
|
73160
|
+
},
|
|
73161
|
+
{
|
|
73162
|
+
"description": "The border radius of the events inside the Scheduler Popover.\n",
|
|
73163
|
+
"commentRange": {
|
|
73164
|
+
"start": 268,
|
|
73165
|
+
"end": 269
|
|
73166
|
+
},
|
|
73167
|
+
"context": {
|
|
73168
|
+
"type": "variable",
|
|
73169
|
+
"name": "kendo-scheduler-popover-event-border-radius",
|
|
73170
|
+
"value": "var( --kendo-scheduler-popover-event-border-radius, $kendo-scheduler-event-border-radius )",
|
|
73171
|
+
"scope": "default",
|
|
73172
|
+
"line": {
|
|
73173
|
+
"start": 270,
|
|
73174
|
+
"end": 270
|
|
73175
|
+
}
|
|
73176
|
+
},
|
|
73177
|
+
"group": [
|
|
73178
|
+
"scheduler"
|
|
73179
|
+
],
|
|
73180
|
+
"access": "public",
|
|
73181
|
+
"file": {
|
|
73182
|
+
"path": "fluent/scss/scheduler/_variables.scss",
|
|
73183
|
+
"name": "_variables.scss"
|
|
73184
|
+
},
|
|
73185
|
+
"resolvedValue": "var(--kendo-scheduler-popover-event-border-radius, var(--kendo-scheduler-event-border-radius, var(--kendo-border-radius-md)))",
|
|
73186
|
+
"resolvedType": "String"
|
|
73187
|
+
},
|
|
73188
|
+
{
|
|
73189
|
+
"description": "The spacing between the events items inside the Scheduler Popover.\n",
|
|
73190
|
+
"commentRange": {
|
|
73191
|
+
"start": 271,
|
|
73192
|
+
"end": 272
|
|
73193
|
+
},
|
|
73194
|
+
"context": {
|
|
73195
|
+
"type": "variable",
|
|
73196
|
+
"name": "kendo-scheduler-popover-event-gap",
|
|
73197
|
+
"value": "var( --kendo-scheduler-popover-event-gap, k-spacing(0.5) )",
|
|
73198
|
+
"scope": "default",
|
|
73199
|
+
"line": {
|
|
73200
|
+
"start": 273,
|
|
73201
|
+
"end": 273
|
|
73202
|
+
}
|
|
73203
|
+
},
|
|
73204
|
+
"group": [
|
|
73205
|
+
"scheduler"
|
|
73206
|
+
],
|
|
73207
|
+
"access": "public",
|
|
73208
|
+
"file": {
|
|
73209
|
+
"path": "fluent/scss/scheduler/_variables.scss",
|
|
73210
|
+
"name": "_variables.scss"
|
|
73211
|
+
},
|
|
73212
|
+
"resolvedValue": "var(--kendo-scheduler-popover-event-gap, var(--kendo-spacing-0\\.5))",
|
|
72862
73213
|
"resolvedType": "String"
|
|
72863
73214
|
},
|
|
72864
73215
|
{
|
|
72865
73216
|
"description": "The color of the Scheduler marquee.\n",
|
|
72866
73217
|
"commentRange": {
|
|
72867
|
-
"start":
|
|
72868
|
-
"end":
|
|
73218
|
+
"start": 275,
|
|
73219
|
+
"end": 276
|
|
72869
73220
|
},
|
|
72870
73221
|
"context": {
|
|
72871
73222
|
"type": "variable",
|
|
@@ -72873,8 +73224,8 @@
|
|
|
72873
73224
|
"value": "var( --kendo-scheduler-marquee-color, k-color(primary) )",
|
|
72874
73225
|
"scope": "default",
|
|
72875
73226
|
"line": {
|
|
72876
|
-
"start":
|
|
72877
|
-
"end":
|
|
73227
|
+
"start": 277,
|
|
73228
|
+
"end": 277
|
|
72878
73229
|
}
|
|
72879
73230
|
},
|
|
72880
73231
|
"group": [
|
|
@@ -72891,8 +73242,8 @@
|
|
|
72891
73242
|
{
|
|
72892
73243
|
"description": "The spacing between icon and text in Scheduler navigation items.\n",
|
|
72893
73244
|
"commentRange": {
|
|
72894
|
-
"start":
|
|
72895
|
-
"end":
|
|
73245
|
+
"start": 279,
|
|
73246
|
+
"end": 280
|
|
72896
73247
|
},
|
|
72897
73248
|
"context": {
|
|
72898
73249
|
"type": "variable",
|
|
@@ -72900,8 +73251,8 @@
|
|
|
72900
73251
|
"value": "var( --kendo-scheduler-nav-item-icon-spacing, #{k-spacing(2)} )",
|
|
72901
73252
|
"scope": "default",
|
|
72902
73253
|
"line": {
|
|
72903
|
-
"start":
|
|
72904
|
-
"end":
|
|
73254
|
+
"start": 281,
|
|
73255
|
+
"end": 281
|
|
72905
73256
|
}
|
|
72906
73257
|
},
|
|
72907
73258
|
"group": [
|
|
@@ -104461,6 +104812,33 @@
|
|
|
104461
104812
|
},
|
|
104462
104813
|
"resolvedValue": "var(--kendo-tool-call-padding-y, var(--kendo-spacing-2))",
|
|
104463
104814
|
"resolvedType": "String"
|
|
104815
|
+
},
|
|
104816
|
+
{
|
|
104817
|
+
"description": "The border radius of the pre element in the ToolCall body.\n",
|
|
104818
|
+
"commentRange": {
|
|
104819
|
+
"start": 46,
|
|
104820
|
+
"end": 47
|
|
104821
|
+
},
|
|
104822
|
+
"context": {
|
|
104823
|
+
"type": "variable",
|
|
104824
|
+
"name": "kendo-tool-call-pre-border-radius",
|
|
104825
|
+
"value": "var( --kendo-tool-call-pre-border-radius, k-border-radius(md) )",
|
|
104826
|
+
"scope": "default",
|
|
104827
|
+
"line": {
|
|
104828
|
+
"start": 48,
|
|
104829
|
+
"end": 48
|
|
104830
|
+
}
|
|
104831
|
+
},
|
|
104832
|
+
"group": [
|
|
104833
|
+
"agent-response"
|
|
104834
|
+
],
|
|
104835
|
+
"access": "public",
|
|
104836
|
+
"file": {
|
|
104837
|
+
"path": "fluent/scss/agent-response/_variables.scss",
|
|
104838
|
+
"name": "_variables.scss"
|
|
104839
|
+
},
|
|
104840
|
+
"resolvedValue": "var(--kendo-tool-call-pre-border-radius, var(--kendo-border-radius-md))",
|
|
104841
|
+
"resolvedType": "String"
|
|
104464
104842
|
}
|
|
104465
104843
|
]
|
|
104466
104844
|
},
|
|
@@ -124340,7 +124718,7 @@
|
|
|
124340
124718
|
"context": {
|
|
124341
124719
|
"type": "variable",
|
|
124342
124720
|
"name": "kendo-citation-popover-view-padding",
|
|
124343
|
-
"value": "var( --kendo-citation-popover-view-padding, k-spacing(4) )",
|
|
124721
|
+
"value": "var( --kendo-citation-popover-view-padding, k-spacing(2) k-spacing(4) k-spacing(4) k-spacing(4) )",
|
|
124344
124722
|
"scope": "default",
|
|
124345
124723
|
"line": {
|
|
124346
124724
|
"start": 7,
|
|
@@ -124355,7 +124733,7 @@
|
|
|
124355
124733
|
"path": "fluent/scss/citation/_variables.scss",
|
|
124356
124734
|
"name": "_variables.scss"
|
|
124357
124735
|
},
|
|
124358
|
-
"resolvedValue": "var(--kendo-citation-popover-view-padding, var(--kendo-spacing-4))",
|
|
124736
|
+
"resolvedValue": "var(--kendo-citation-popover-view-padding, var(--kendo-spacing-2) var(--kendo-spacing-4) var(--kendo-spacing-4) var(--kendo-spacing-4))",
|
|
124359
124737
|
"resolvedType": "String"
|
|
124360
124738
|
},
|
|
124361
124739
|
{
|
|
@@ -124384,6 +124762,195 @@
|
|
|
124384
124762
|
},
|
|
124385
124763
|
"resolvedValue": "var(--kendo-citation-pages-color, var(--kendo-color-subtle))",
|
|
124386
124764
|
"resolvedType": "String"
|
|
124765
|
+
},
|
|
124766
|
+
{
|
|
124767
|
+
"description": "The font weight of the CitationPopoverView title.\n",
|
|
124768
|
+
"commentRange": {
|
|
124769
|
+
"start": 11,
|
|
124770
|
+
"end": 12
|
|
124771
|
+
},
|
|
124772
|
+
"context": {
|
|
124773
|
+
"type": "variable",
|
|
124774
|
+
"name": "kendo-citation-popover-view-title-font-weight",
|
|
124775
|
+
"value": "var( --kendo-citation-popover-view-title-font-weight, var(--kendo-font-weight-medium) )",
|
|
124776
|
+
"scope": "default",
|
|
124777
|
+
"line": {
|
|
124778
|
+
"start": 13,
|
|
124779
|
+
"end": 13
|
|
124780
|
+
}
|
|
124781
|
+
},
|
|
124782
|
+
"group": [
|
|
124783
|
+
"citation"
|
|
124784
|
+
],
|
|
124785
|
+
"access": "public",
|
|
124786
|
+
"file": {
|
|
124787
|
+
"path": "fluent/scss/citation/_variables.scss",
|
|
124788
|
+
"name": "_variables.scss"
|
|
124789
|
+
},
|
|
124790
|
+
"resolvedValue": "var(--kendo-citation-popover-view-title-font-weight, var(--kendo-font-weight-medium))",
|
|
124791
|
+
"resolvedType": "String"
|
|
124792
|
+
},
|
|
124793
|
+
{
|
|
124794
|
+
"description": "The font size of the CitationPopoverView body text.\n",
|
|
124795
|
+
"commentRange": {
|
|
124796
|
+
"start": 14,
|
|
124797
|
+
"end": 15
|
|
124798
|
+
},
|
|
124799
|
+
"context": {
|
|
124800
|
+
"type": "variable",
|
|
124801
|
+
"name": "kendo-citation-popover-view-body-font-size",
|
|
124802
|
+
"value": "var( --kendo-citation-popover-view-body-font-size, var(--kendo-font-size-sm) )",
|
|
124803
|
+
"scope": "default",
|
|
124804
|
+
"line": {
|
|
124805
|
+
"start": 16,
|
|
124806
|
+
"end": 16
|
|
124807
|
+
}
|
|
124808
|
+
},
|
|
124809
|
+
"group": [
|
|
124810
|
+
"citation"
|
|
124811
|
+
],
|
|
124812
|
+
"access": "public",
|
|
124813
|
+
"file": {
|
|
124814
|
+
"path": "fluent/scss/citation/_variables.scss",
|
|
124815
|
+
"name": "_variables.scss"
|
|
124816
|
+
},
|
|
124817
|
+
"resolvedValue": "var(--kendo-citation-popover-view-body-font-size, var(--kendo-font-size-sm))",
|
|
124818
|
+
"resolvedType": "String"
|
|
124819
|
+
},
|
|
124820
|
+
{
|
|
124821
|
+
"description": "The top margin of the CitationPopoverView body text.\n",
|
|
124822
|
+
"commentRange": {
|
|
124823
|
+
"start": 17,
|
|
124824
|
+
"end": 18
|
|
124825
|
+
},
|
|
124826
|
+
"context": {
|
|
124827
|
+
"type": "variable",
|
|
124828
|
+
"name": "kendo-citation-popover-view-body-margin-top",
|
|
124829
|
+
"value": "var( --kendo-citation-popover-view-body-margin-top, k-spacing(2) )",
|
|
124830
|
+
"scope": "default",
|
|
124831
|
+
"line": {
|
|
124832
|
+
"start": 19,
|
|
124833
|
+
"end": 19
|
|
124834
|
+
}
|
|
124835
|
+
},
|
|
124836
|
+
"group": [
|
|
124837
|
+
"citation"
|
|
124838
|
+
],
|
|
124839
|
+
"access": "public",
|
|
124840
|
+
"file": {
|
|
124841
|
+
"path": "fluent/scss/citation/_variables.scss",
|
|
124842
|
+
"name": "_variables.scss"
|
|
124843
|
+
},
|
|
124844
|
+
"resolvedValue": "var(--kendo-citation-popover-view-body-margin-top, var(--kendo-spacing-2))",
|
|
124845
|
+
"resolvedType": "String"
|
|
124846
|
+
},
|
|
124847
|
+
{
|
|
124848
|
+
"description": "The text color of the CitationPopoverView body text.\n",
|
|
124849
|
+
"commentRange": {
|
|
124850
|
+
"start": 20,
|
|
124851
|
+
"end": 21
|
|
124852
|
+
},
|
|
124853
|
+
"context": {
|
|
124854
|
+
"type": "variable",
|
|
124855
|
+
"name": "kendo-citation-popover-view-body-color",
|
|
124856
|
+
"value": "var( --kendo-citation-popover-view-body-color, k-color(subtle) )",
|
|
124857
|
+
"scope": "default",
|
|
124858
|
+
"line": {
|
|
124859
|
+
"start": 22,
|
|
124860
|
+
"end": 22
|
|
124861
|
+
}
|
|
124862
|
+
},
|
|
124863
|
+
"group": [
|
|
124864
|
+
"citation"
|
|
124865
|
+
],
|
|
124866
|
+
"access": "public",
|
|
124867
|
+
"file": {
|
|
124868
|
+
"path": "fluent/scss/citation/_variables.scss",
|
|
124869
|
+
"name": "_variables.scss"
|
|
124870
|
+
},
|
|
124871
|
+
"resolvedValue": "var(--kendo-citation-popover-view-body-color, var(--kendo-color-subtle))",
|
|
124872
|
+
"resolvedType": "String"
|
|
124873
|
+
},
|
|
124874
|
+
{
|
|
124875
|
+
"description": "The font size of the CitationPopoverView source link.\n",
|
|
124876
|
+
"commentRange": {
|
|
124877
|
+
"start": 23,
|
|
124878
|
+
"end": 24
|
|
124879
|
+
},
|
|
124880
|
+
"context": {
|
|
124881
|
+
"type": "variable",
|
|
124882
|
+
"name": "kendo-citation-popover-view-source-font-size",
|
|
124883
|
+
"value": "var( --kendo-citation-popover-view-source-font-size, var(--kendo-font-size-sm) )",
|
|
124884
|
+
"scope": "default",
|
|
124885
|
+
"line": {
|
|
124886
|
+
"start": 25,
|
|
124887
|
+
"end": 25
|
|
124888
|
+
}
|
|
124889
|
+
},
|
|
124890
|
+
"group": [
|
|
124891
|
+
"citation"
|
|
124892
|
+
],
|
|
124893
|
+
"access": "public",
|
|
124894
|
+
"file": {
|
|
124895
|
+
"path": "fluent/scss/citation/_variables.scss",
|
|
124896
|
+
"name": "_variables.scss"
|
|
124897
|
+
},
|
|
124898
|
+
"resolvedValue": "var(--kendo-citation-popover-view-source-font-size, var(--kendo-font-size-sm))",
|
|
124899
|
+
"resolvedType": "String"
|
|
124900
|
+
},
|
|
124901
|
+
{
|
|
124902
|
+
"description": "The top margin of the CitationPopoverView source link.\n",
|
|
124903
|
+
"commentRange": {
|
|
124904
|
+
"start": 26,
|
|
124905
|
+
"end": 27
|
|
124906
|
+
},
|
|
124907
|
+
"context": {
|
|
124908
|
+
"type": "variable",
|
|
124909
|
+
"name": "kendo-citation-popover-view-source-margin-top",
|
|
124910
|
+
"value": "var( --kendo-citation-popover-view-source-margin-top, 0 )",
|
|
124911
|
+
"scope": "default",
|
|
124912
|
+
"line": {
|
|
124913
|
+
"start": 28,
|
|
124914
|
+
"end": 28
|
|
124915
|
+
}
|
|
124916
|
+
},
|
|
124917
|
+
"group": [
|
|
124918
|
+
"citation"
|
|
124919
|
+
],
|
|
124920
|
+
"access": "public",
|
|
124921
|
+
"file": {
|
|
124922
|
+
"path": "fluent/scss/citation/_variables.scss",
|
|
124923
|
+
"name": "_variables.scss"
|
|
124924
|
+
},
|
|
124925
|
+
"resolvedValue": "var(--kendo-citation-popover-view-source-margin-top, 0)",
|
|
124926
|
+
"resolvedType": "String"
|
|
124927
|
+
},
|
|
124928
|
+
{
|
|
124929
|
+
"description": "The gap between the icon and text of the CitationPopoverView source link.\n",
|
|
124930
|
+
"commentRange": {
|
|
124931
|
+
"start": 29,
|
|
124932
|
+
"end": 30
|
|
124933
|
+
},
|
|
124934
|
+
"context": {
|
|
124935
|
+
"type": "variable",
|
|
124936
|
+
"name": "kendo-citation-popover-view-source-gap",
|
|
124937
|
+
"value": "var( --kendo-citation-popover-view-source-gap, k-spacing(1) )",
|
|
124938
|
+
"scope": "default",
|
|
124939
|
+
"line": {
|
|
124940
|
+
"start": 31,
|
|
124941
|
+
"end": 31
|
|
124942
|
+
}
|
|
124943
|
+
},
|
|
124944
|
+
"group": [
|
|
124945
|
+
"citation"
|
|
124946
|
+
],
|
|
124947
|
+
"access": "public",
|
|
124948
|
+
"file": {
|
|
124949
|
+
"path": "fluent/scss/citation/_variables.scss",
|
|
124950
|
+
"name": "_variables.scss"
|
|
124951
|
+
},
|
|
124952
|
+
"resolvedValue": "var(--kendo-citation-popover-view-source-gap, var(--kendo-spacing-1))",
|
|
124953
|
+
"resolvedType": "String"
|
|
124387
124954
|
}
|
|
124388
124955
|
]
|
|
124389
124956
|
},
|
|
@@ -175219,19 +175786,19 @@
|
|
|
175219
175786
|
"resolvedType": "String"
|
|
175220
175787
|
},
|
|
175221
175788
|
{
|
|
175222
|
-
"description": "The
|
|
175789
|
+
"description": "The font size of the Scheduler event title.\n",
|
|
175223
175790
|
"commentRange": {
|
|
175224
|
-
"start":
|
|
175225
|
-
"end":
|
|
175791
|
+
"start": 72,
|
|
175792
|
+
"end": 73
|
|
175226
175793
|
},
|
|
175227
175794
|
"context": {
|
|
175228
175795
|
"type": "variable",
|
|
175229
|
-
"name": "kendo-scheduler-event-
|
|
175230
|
-
"value": "var(
|
|
175796
|
+
"name": "kendo-scheduler-event-title-font-size",
|
|
175797
|
+
"value": "var(--kendo-font-size-sm)",
|
|
175231
175798
|
"scope": "default",
|
|
175232
175799
|
"line": {
|
|
175233
|
-
"start":
|
|
175234
|
-
"end":
|
|
175800
|
+
"start": 74,
|
|
175801
|
+
"end": 74
|
|
175235
175802
|
}
|
|
175236
175803
|
},
|
|
175237
175804
|
"group": [
|
|
@@ -175242,23 +175809,23 @@
|
|
|
175242
175809
|
"path": "fluent/scss/scheduler/_variables.scss",
|
|
175243
175810
|
"name": "_variables.scss"
|
|
175244
175811
|
},
|
|
175245
|
-
"resolvedValue": "var(--kendo-
|
|
175812
|
+
"resolvedValue": "var(--kendo-font-size-sm)",
|
|
175246
175813
|
"resolvedType": "String"
|
|
175247
175814
|
},
|
|
175248
175815
|
{
|
|
175249
|
-
"description": "The
|
|
175816
|
+
"description": "The line height of the Scheduler event title.\n",
|
|
175250
175817
|
"commentRange": {
|
|
175251
|
-
"start":
|
|
175252
|
-
"end":
|
|
175818
|
+
"start": 75,
|
|
175819
|
+
"end": 76
|
|
175253
175820
|
},
|
|
175254
175821
|
"context": {
|
|
175255
175822
|
"type": "variable",
|
|
175256
|
-
"name": "kendo-scheduler-event-
|
|
175257
|
-
"value": "var(
|
|
175823
|
+
"name": "kendo-scheduler-event-title-line-height",
|
|
175824
|
+
"value": "var(--kendo-line-height-sm)",
|
|
175258
175825
|
"scope": "default",
|
|
175259
175826
|
"line": {
|
|
175260
|
-
"start":
|
|
175261
|
-
"end":
|
|
175827
|
+
"start": 77,
|
|
175828
|
+
"end": 77
|
|
175262
175829
|
}
|
|
175263
175830
|
},
|
|
175264
175831
|
"group": [
|
|
@@ -175269,23 +175836,23 @@
|
|
|
175269
175836
|
"path": "fluent/scss/scheduler/_variables.scss",
|
|
175270
175837
|
"name": "_variables.scss"
|
|
175271
175838
|
},
|
|
175272
|
-
"resolvedValue": "var(--kendo-
|
|
175839
|
+
"resolvedValue": "var(--kendo-line-height-sm)",
|
|
175273
175840
|
"resolvedType": "String"
|
|
175274
175841
|
},
|
|
175275
175842
|
{
|
|
175276
|
-
"description": "The
|
|
175843
|
+
"description": "The top padding of the Scheduler event title.\n",
|
|
175277
175844
|
"commentRange": {
|
|
175278
|
-
"start":
|
|
175279
|
-
"end":
|
|
175845
|
+
"start": 78,
|
|
175846
|
+
"end": 79
|
|
175280
175847
|
},
|
|
175281
175848
|
"context": {
|
|
175282
175849
|
"type": "variable",
|
|
175283
|
-
"name": "kendo-scheduler-event-padding-
|
|
175284
|
-
"value": "
|
|
175850
|
+
"name": "kendo-scheduler-event-title-padding-top",
|
|
175851
|
+
"value": "k-spacing(1)",
|
|
175285
175852
|
"scope": "default",
|
|
175286
175853
|
"line": {
|
|
175287
|
-
"start":
|
|
175288
|
-
"end":
|
|
175854
|
+
"start": 80,
|
|
175855
|
+
"end": 80
|
|
175289
175856
|
}
|
|
175290
175857
|
},
|
|
175291
175858
|
"group": [
|
|
@@ -175296,23 +175863,23 @@
|
|
|
175296
175863
|
"path": "fluent/scss/scheduler/_variables.scss",
|
|
175297
175864
|
"name": "_variables.scss"
|
|
175298
175865
|
},
|
|
175299
|
-
"resolvedValue": "var(--kendo-
|
|
175866
|
+
"resolvedValue": "var(--kendo-spacing-1)",
|
|
175300
175867
|
"resolvedType": "String"
|
|
175301
175868
|
},
|
|
175302
175869
|
{
|
|
175303
|
-
"description": "The
|
|
175870
|
+
"description": "The bottom padding of the Scheduler event title.\n",
|
|
175304
175871
|
"commentRange": {
|
|
175305
|
-
"start":
|
|
175306
|
-
"end":
|
|
175872
|
+
"start": 81,
|
|
175873
|
+
"end": 82
|
|
175307
175874
|
},
|
|
175308
175875
|
"context": {
|
|
175309
175876
|
"type": "variable",
|
|
175310
|
-
"name": "kendo-scheduler-event-
|
|
175311
|
-
"value": "
|
|
175877
|
+
"name": "kendo-scheduler-event-title-padding-bottom",
|
|
175878
|
+
"value": "k-spacing(0.5)",
|
|
175312
175879
|
"scope": "default",
|
|
175313
175880
|
"line": {
|
|
175314
|
-
"start":
|
|
175315
|
-
"end":
|
|
175881
|
+
"start": 83,
|
|
175882
|
+
"end": 83
|
|
175316
175883
|
}
|
|
175317
175884
|
},
|
|
175318
175885
|
"group": [
|
|
@@ -175323,23 +175890,23 @@
|
|
|
175323
175890
|
"path": "fluent/scss/scheduler/_variables.scss",
|
|
175324
175891
|
"name": "_variables.scss"
|
|
175325
175892
|
},
|
|
175326
|
-
"resolvedValue": "var(--kendo-
|
|
175893
|
+
"resolvedValue": "var(--kendo-spacing-0\\.5)",
|
|
175327
175894
|
"resolvedType": "String"
|
|
175328
175895
|
},
|
|
175329
175896
|
{
|
|
175330
|
-
"description": "The
|
|
175897
|
+
"description": "The font size of the Scheduler event time.\n",
|
|
175331
175898
|
"commentRange": {
|
|
175332
|
-
"start":
|
|
175333
|
-
"end":
|
|
175899
|
+
"start": 85,
|
|
175900
|
+
"end": 86
|
|
175334
175901
|
},
|
|
175335
175902
|
"context": {
|
|
175336
175903
|
"type": "variable",
|
|
175337
|
-
"name": "kendo-scheduler-event-
|
|
175338
|
-
"value": "var(
|
|
175904
|
+
"name": "kendo-scheduler-event-time-font-size",
|
|
175905
|
+
"value": "var(--kendo-font-size-xs)",
|
|
175339
175906
|
"scope": "default",
|
|
175340
175907
|
"line": {
|
|
175341
|
-
"start":
|
|
175342
|
-
"end":
|
|
175908
|
+
"start": 87,
|
|
175909
|
+
"end": 87
|
|
175343
175910
|
}
|
|
175344
175911
|
},
|
|
175345
175912
|
"group": [
|
|
@@ -175350,23 +175917,23 @@
|
|
|
175350
175917
|
"path": "fluent/scss/scheduler/_variables.scss",
|
|
175351
175918
|
"name": "_variables.scss"
|
|
175352
175919
|
},
|
|
175353
|
-
"resolvedValue": "var(--kendo-
|
|
175920
|
+
"resolvedValue": "var(--kendo-font-size-xs)",
|
|
175354
175921
|
"resolvedType": "String"
|
|
175355
175922
|
},
|
|
175356
175923
|
{
|
|
175357
|
-
"description": "The
|
|
175924
|
+
"description": "The line height of the Scheduler event time.\n",
|
|
175358
175925
|
"commentRange": {
|
|
175359
|
-
"start":
|
|
175360
|
-
"end":
|
|
175926
|
+
"start": 88,
|
|
175927
|
+
"end": 89
|
|
175361
175928
|
},
|
|
175362
175929
|
"context": {
|
|
175363
175930
|
"type": "variable",
|
|
175364
|
-
"name": "kendo-scheduler-event-
|
|
175365
|
-
"value": "var(
|
|
175931
|
+
"name": "kendo-scheduler-event-time-line-height",
|
|
175932
|
+
"value": "var(--kendo-line-height-sm)",
|
|
175366
175933
|
"scope": "default",
|
|
175367
175934
|
"line": {
|
|
175368
|
-
"start":
|
|
175369
|
-
"end":
|
|
175935
|
+
"start": 90,
|
|
175936
|
+
"end": 90
|
|
175370
175937
|
}
|
|
175371
175938
|
},
|
|
175372
175939
|
"group": [
|
|
@@ -175377,23 +175944,23 @@
|
|
|
175377
175944
|
"path": "fluent/scss/scheduler/_variables.scss",
|
|
175378
175945
|
"name": "_variables.scss"
|
|
175379
175946
|
},
|
|
175380
|
-
"resolvedValue": "var(--kendo-
|
|
175947
|
+
"resolvedValue": "var(--kendo-line-height-sm)",
|
|
175381
175948
|
"resolvedType": "String"
|
|
175382
175949
|
},
|
|
175383
175950
|
{
|
|
175384
|
-
"description": "The
|
|
175951
|
+
"description": "The top padding of the Scheduler event time.\n",
|
|
175385
175952
|
"commentRange": {
|
|
175386
|
-
"start":
|
|
175387
|
-
"end":
|
|
175953
|
+
"start": 91,
|
|
175954
|
+
"end": 92
|
|
175388
175955
|
},
|
|
175389
175956
|
"context": {
|
|
175390
175957
|
"type": "variable",
|
|
175391
|
-
"name": "kendo-scheduler-event-
|
|
175392
|
-
"value": "
|
|
175958
|
+
"name": "kendo-scheduler-event-time-padding-top",
|
|
175959
|
+
"value": "k-spacing(0.5)",
|
|
175393
175960
|
"scope": "default",
|
|
175394
175961
|
"line": {
|
|
175395
|
-
"start":
|
|
175396
|
-
"end":
|
|
175962
|
+
"start": 93,
|
|
175963
|
+
"end": 93
|
|
175397
175964
|
}
|
|
175398
175965
|
},
|
|
175399
175966
|
"group": [
|
|
@@ -175404,23 +175971,23 @@
|
|
|
175404
175971
|
"path": "fluent/scss/scheduler/_variables.scss",
|
|
175405
175972
|
"name": "_variables.scss"
|
|
175406
175973
|
},
|
|
175407
|
-
"resolvedValue": "var(--kendo-
|
|
175974
|
+
"resolvedValue": "var(--kendo-spacing-0\\.5)",
|
|
175408
175975
|
"resolvedType": "String"
|
|
175409
175976
|
},
|
|
175410
175977
|
{
|
|
175411
|
-
"description": "The
|
|
175978
|
+
"description": "The bottom padding of the Scheduler event time.\n",
|
|
175412
175979
|
"commentRange": {
|
|
175413
|
-
"start":
|
|
175414
|
-
"end":
|
|
175980
|
+
"start": 94,
|
|
175981
|
+
"end": 95
|
|
175415
175982
|
},
|
|
175416
175983
|
"context": {
|
|
175417
175984
|
"type": "variable",
|
|
175418
|
-
"name": "kendo-scheduler-event-
|
|
175419
|
-
"value": "
|
|
175985
|
+
"name": "kendo-scheduler-event-time-padding-bottom",
|
|
175986
|
+
"value": "k-spacing(0.5)",
|
|
175420
175987
|
"scope": "default",
|
|
175421
175988
|
"line": {
|
|
175422
|
-
"start":
|
|
175423
|
-
"end":
|
|
175989
|
+
"start": 96,
|
|
175990
|
+
"end": 96
|
|
175424
175991
|
}
|
|
175425
175992
|
},
|
|
175426
175993
|
"group": [
|
|
@@ -175431,23 +175998,23 @@
|
|
|
175431
175998
|
"path": "fluent/scss/scheduler/_variables.scss",
|
|
175432
175999
|
"name": "_variables.scss"
|
|
175433
176000
|
},
|
|
175434
|
-
"resolvedValue": "var(--kendo-
|
|
176001
|
+
"resolvedValue": "var(--kendo-spacing-0\\.5)",
|
|
175435
176002
|
"resolvedType": "String"
|
|
175436
176003
|
},
|
|
175437
176004
|
{
|
|
175438
|
-
"description": "The
|
|
176005
|
+
"description": "The horizontal padding of the Scheduler event.\n",
|
|
175439
176006
|
"commentRange": {
|
|
175440
|
-
"start":
|
|
175441
|
-
"end":
|
|
176007
|
+
"start": 97,
|
|
176008
|
+
"end": 98
|
|
175442
176009
|
},
|
|
175443
176010
|
"context": {
|
|
175444
176011
|
"type": "variable",
|
|
175445
|
-
"name": "kendo-scheduler-event-
|
|
175446
|
-
"value": "var( --kendo-scheduler-event-
|
|
176012
|
+
"name": "kendo-scheduler-event-template-padding-x",
|
|
176013
|
+
"value": "var( --kendo-scheduler-event-padding-x, k-spacing(2) )",
|
|
175447
176014
|
"scope": "default",
|
|
175448
176015
|
"line": {
|
|
175449
|
-
"start":
|
|
175450
|
-
"end":
|
|
176016
|
+
"start": 99,
|
|
176017
|
+
"end": 99
|
|
175451
176018
|
}
|
|
175452
176019
|
},
|
|
175453
176020
|
"group": [
|
|
@@ -175458,19 +176025,19 @@
|
|
|
175458
176025
|
"path": "fluent/scss/scheduler/_variables.scss",
|
|
175459
176026
|
"name": "_variables.scss"
|
|
175460
176027
|
},
|
|
175461
|
-
"resolvedValue": "var(--kendo-scheduler-event-
|
|
176028
|
+
"resolvedValue": "var(--kendo-scheduler-event-padding-x, var(--kendo-spacing-2))",
|
|
175462
176029
|
"resolvedType": "String"
|
|
175463
176030
|
},
|
|
175464
176031
|
{
|
|
175465
|
-
"description": "The
|
|
176032
|
+
"description": "The vertical padding of the Scheduler event.\n",
|
|
175466
176033
|
"commentRange": {
|
|
175467
176034
|
"start": 100,
|
|
175468
176035
|
"end": 101
|
|
175469
176036
|
},
|
|
175470
176037
|
"context": {
|
|
175471
176038
|
"type": "variable",
|
|
175472
|
-
"name": "kendo-scheduler-event-
|
|
175473
|
-
"value": "var( --kendo-scheduler-event-
|
|
176039
|
+
"name": "kendo-scheduler-event-template-padding-y",
|
|
176040
|
+
"value": "var( --kendo-scheduler-event-padding-y, k-spacing(0.5) )",
|
|
175474
176041
|
"scope": "default",
|
|
175475
176042
|
"line": {
|
|
175476
176043
|
"start": 102,
|
|
@@ -175485,19 +176052,19 @@
|
|
|
175485
176052
|
"path": "fluent/scss/scheduler/_variables.scss",
|
|
175486
176053
|
"name": "_variables.scss"
|
|
175487
176054
|
},
|
|
175488
|
-
"resolvedValue": "var(--kendo-scheduler-event-
|
|
176055
|
+
"resolvedValue": "var(--kendo-scheduler-event-padding-y, var(--kendo-spacing-0\\.5))",
|
|
175489
176056
|
"resolvedType": "String"
|
|
175490
176057
|
},
|
|
175491
176058
|
{
|
|
175492
|
-
"description": "The
|
|
176059
|
+
"description": "The minimum height of the Scheduler event.\n",
|
|
175493
176060
|
"commentRange": {
|
|
175494
176061
|
"start": 103,
|
|
175495
176062
|
"end": 104
|
|
175496
176063
|
},
|
|
175497
176064
|
"context": {
|
|
175498
176065
|
"type": "variable",
|
|
175499
|
-
"name": "kendo-scheduler-event-
|
|
175500
|
-
"value": "var( --kendo-scheduler-event-
|
|
176066
|
+
"name": "kendo-scheduler-event-min-height",
|
|
176067
|
+
"value": "var( --kendo-scheduler-event-min-height, 12px )",
|
|
175501
176068
|
"scope": "default",
|
|
175502
176069
|
"line": {
|
|
175503
176070
|
"start": 105,
|
|
@@ -175512,23 +176079,23 @@
|
|
|
175512
176079
|
"path": "fluent/scss/scheduler/_variables.scss",
|
|
175513
176080
|
"name": "_variables.scss"
|
|
175514
176081
|
},
|
|
175515
|
-
"resolvedValue": "var(--kendo-scheduler-event-
|
|
176082
|
+
"resolvedValue": "var(--kendo-scheduler-event-min-height, 12px)",
|
|
175516
176083
|
"resolvedType": "String"
|
|
175517
176084
|
},
|
|
175518
176085
|
{
|
|
175519
|
-
"description": "The
|
|
176086
|
+
"description": "The background color of the Scheduler event.\n",
|
|
175520
176087
|
"commentRange": {
|
|
175521
|
-
"start":
|
|
175522
|
-
"end":
|
|
176088
|
+
"start": 107,
|
|
176089
|
+
"end": 108
|
|
175523
176090
|
},
|
|
175524
176091
|
"context": {
|
|
175525
176092
|
"type": "variable",
|
|
175526
|
-
"name": "kendo-scheduler-event-
|
|
175527
|
-
"value": "var( --kendo-scheduler-event-
|
|
176093
|
+
"name": "kendo-scheduler-event-bg",
|
|
176094
|
+
"value": "var( --kendo-scheduler-event-bg, k-color(primary) )",
|
|
175528
176095
|
"scope": "default",
|
|
175529
176096
|
"line": {
|
|
175530
|
-
"start":
|
|
175531
|
-
"end":
|
|
176097
|
+
"start": 109,
|
|
176098
|
+
"end": 109
|
|
175532
176099
|
}
|
|
175533
176100
|
},
|
|
175534
176101
|
"group": [
|
|
@@ -175539,23 +176106,23 @@
|
|
|
175539
176106
|
"path": "fluent/scss/scheduler/_variables.scss",
|
|
175540
176107
|
"name": "_variables.scss"
|
|
175541
176108
|
},
|
|
175542
|
-
"resolvedValue": "var(--kendo-scheduler-event-
|
|
176109
|
+
"resolvedValue": "var(--kendo-scheduler-event-bg, var(--kendo-color-primary))",
|
|
175543
176110
|
"resolvedType": "String"
|
|
175544
176111
|
},
|
|
175545
176112
|
{
|
|
175546
|
-
"description": "The
|
|
176113
|
+
"description": "The text color of the Scheduler event.\n",
|
|
175547
176114
|
"commentRange": {
|
|
175548
|
-
"start":
|
|
175549
|
-
"end":
|
|
176115
|
+
"start": 110,
|
|
176116
|
+
"end": 111
|
|
175550
176117
|
},
|
|
175551
176118
|
"context": {
|
|
175552
176119
|
"type": "variable",
|
|
175553
|
-
"name": "kendo-scheduler-event-
|
|
175554
|
-
"value": "var( --kendo-scheduler-event-
|
|
176120
|
+
"name": "kendo-scheduler-event-text",
|
|
176121
|
+
"value": "var( --kendo-scheduler-event-text, k-color(on-primary) )",
|
|
175555
176122
|
"scope": "default",
|
|
175556
176123
|
"line": {
|
|
175557
|
-
"start":
|
|
175558
|
-
"end":
|
|
176124
|
+
"start": 112,
|
|
176125
|
+
"end": 112
|
|
175559
176126
|
}
|
|
175560
176127
|
},
|
|
175561
176128
|
"group": [
|
|
@@ -175566,23 +176133,23 @@
|
|
|
175566
176133
|
"path": "fluent/scss/scheduler/_variables.scss",
|
|
175567
176134
|
"name": "_variables.scss"
|
|
175568
176135
|
},
|
|
175569
|
-
"resolvedValue": "var(--kendo-scheduler-event-
|
|
176136
|
+
"resolvedValue": "var(--kendo-scheduler-event-text, var(--kendo-color-on-primary))",
|
|
175570
176137
|
"resolvedType": "String"
|
|
175571
176138
|
},
|
|
175572
176139
|
{
|
|
175573
|
-
"description": "The
|
|
176140
|
+
"description": "The border color of the Scheduler event.\n",
|
|
175574
176141
|
"commentRange": {
|
|
175575
|
-
"start":
|
|
175576
|
-
"end":
|
|
176142
|
+
"start": 113,
|
|
176143
|
+
"end": 114
|
|
175577
176144
|
},
|
|
175578
176145
|
"context": {
|
|
175579
176146
|
"type": "variable",
|
|
175580
|
-
"name": "kendo-scheduler-event-
|
|
175581
|
-
"value": "var( --kendo-scheduler-event-
|
|
176147
|
+
"name": "kendo-scheduler-event-border",
|
|
176148
|
+
"value": "var( --kendo-scheduler-event-border, $kendo-scheduler-event-bg )",
|
|
175582
176149
|
"scope": "default",
|
|
175583
176150
|
"line": {
|
|
175584
|
-
"start":
|
|
175585
|
-
"end":
|
|
176151
|
+
"start": 115,
|
|
176152
|
+
"end": 115
|
|
175586
176153
|
}
|
|
175587
176154
|
},
|
|
175588
176155
|
"group": [
|
|
@@ -175593,19 +176160,19 @@
|
|
|
175593
176160
|
"path": "fluent/scss/scheduler/_variables.scss",
|
|
175594
176161
|
"name": "_variables.scss"
|
|
175595
176162
|
},
|
|
175596
|
-
"resolvedValue": "var(--kendo-scheduler-event-
|
|
176163
|
+
"resolvedValue": "var(--kendo-scheduler-event-border, var(--kendo-scheduler-event-bg, var(--kendo-color-primary)))",
|
|
175597
176164
|
"resolvedType": "String"
|
|
175598
176165
|
},
|
|
175599
176166
|
{
|
|
175600
|
-
"description": "The
|
|
176167
|
+
"description": "The gradient of the Scheduler event.\n",
|
|
175601
176168
|
"commentRange": {
|
|
175602
176169
|
"start": 116,
|
|
175603
176170
|
"end": 117
|
|
175604
176171
|
},
|
|
175605
176172
|
"context": {
|
|
175606
176173
|
"type": "variable",
|
|
175607
|
-
"name": "kendo-scheduler-event-
|
|
175608
|
-
"value": "var( --kendo-scheduler-event-
|
|
176174
|
+
"name": "kendo-scheduler-event-gradient",
|
|
176175
|
+
"value": "var( --kendo-scheduler-event-gradient, null )",
|
|
175609
176176
|
"scope": "default",
|
|
175610
176177
|
"line": {
|
|
175611
176178
|
"start": 118,
|
|
@@ -175620,19 +176187,19 @@
|
|
|
175620
176187
|
"path": "fluent/scss/scheduler/_variables.scss",
|
|
175621
176188
|
"name": "_variables.scss"
|
|
175622
176189
|
},
|
|
175623
|
-
"resolvedValue": "var(--kendo-scheduler-event-
|
|
176190
|
+
"resolvedValue": "var(--kendo-scheduler-event-gradient, )",
|
|
175624
176191
|
"resolvedType": "String"
|
|
175625
176192
|
},
|
|
175626
176193
|
{
|
|
175627
|
-
"description": "The
|
|
176194
|
+
"description": "The shadow of the Scheduler event.\n",
|
|
175628
176195
|
"commentRange": {
|
|
175629
176196
|
"start": 119,
|
|
175630
176197
|
"end": 120
|
|
175631
176198
|
},
|
|
175632
176199
|
"context": {
|
|
175633
176200
|
"type": "variable",
|
|
175634
|
-
"name": "kendo-scheduler-event-
|
|
175635
|
-
"value": "var( --kendo-scheduler-event-
|
|
176201
|
+
"name": "kendo-scheduler-event-shadow",
|
|
176202
|
+
"value": "var( --kendo-scheduler-event-shadow, null )",
|
|
175636
176203
|
"scope": "default",
|
|
175637
176204
|
"line": {
|
|
175638
176205
|
"start": 121,
|
|
@@ -175647,23 +176214,23 @@
|
|
|
175647
176214
|
"path": "fluent/scss/scheduler/_variables.scss",
|
|
175648
176215
|
"name": "_variables.scss"
|
|
175649
176216
|
},
|
|
175650
|
-
"resolvedValue": "var(--kendo-scheduler-event-
|
|
176217
|
+
"resolvedValue": "var(--kendo-scheduler-event-shadow, )",
|
|
175651
176218
|
"resolvedType": "String"
|
|
175652
176219
|
},
|
|
175653
176220
|
{
|
|
175654
|
-
"description": "The
|
|
176221
|
+
"description": "The background color of the read-only Scheduler event.\n",
|
|
175655
176222
|
"commentRange": {
|
|
175656
|
-
"start":
|
|
175657
|
-
"end":
|
|
176223
|
+
"start": 123,
|
|
176224
|
+
"end": 124
|
|
175658
176225
|
},
|
|
175659
176226
|
"context": {
|
|
175660
176227
|
"type": "variable",
|
|
175661
|
-
"name": "kendo-scheduler-event-
|
|
175662
|
-
"value": "var( --kendo-scheduler-event-
|
|
176228
|
+
"name": "kendo-scheduler-event-readonly-bg",
|
|
176229
|
+
"value": "var( --kendo-scheduler-event-readonly-bg, k-color(primary-subtle) )",
|
|
175663
176230
|
"scope": "default",
|
|
175664
176231
|
"line": {
|
|
175665
|
-
"start":
|
|
175666
|
-
"end":
|
|
176232
|
+
"start": 125,
|
|
176233
|
+
"end": 125
|
|
175667
176234
|
}
|
|
175668
176235
|
},
|
|
175669
176236
|
"group": [
|
|
@@ -175674,23 +176241,23 @@
|
|
|
175674
176241
|
"path": "fluent/scss/scheduler/_variables.scss",
|
|
175675
176242
|
"name": "_variables.scss"
|
|
175676
176243
|
},
|
|
175677
|
-
"resolvedValue": "var(--kendo-scheduler-event-
|
|
176244
|
+
"resolvedValue": "var(--kendo-scheduler-event-readonly-bg, var(--kendo-color-primary-subtle))",
|
|
175678
176245
|
"resolvedType": "String"
|
|
175679
176246
|
},
|
|
175680
176247
|
{
|
|
175681
|
-
"description": "The
|
|
176248
|
+
"description": "The text color of the read-only Scheduler event.\n",
|
|
175682
176249
|
"commentRange": {
|
|
175683
|
-
"start":
|
|
175684
|
-
"end":
|
|
176250
|
+
"start": 126,
|
|
176251
|
+
"end": 127
|
|
175685
176252
|
},
|
|
175686
176253
|
"context": {
|
|
175687
176254
|
"type": "variable",
|
|
175688
|
-
"name": "kendo-scheduler-event-
|
|
175689
|
-
"value": "var( --kendo-scheduler-event-
|
|
176255
|
+
"name": "kendo-scheduler-event-readonly-text",
|
|
176256
|
+
"value": "var( --kendo-scheduler-event-readonly-text, k-color(primary-on-subtle) )",
|
|
175690
176257
|
"scope": "default",
|
|
175691
176258
|
"line": {
|
|
175692
|
-
"start":
|
|
175693
|
-
"end":
|
|
176259
|
+
"start": 128,
|
|
176260
|
+
"end": 128
|
|
175694
176261
|
}
|
|
175695
176262
|
},
|
|
175696
176263
|
"group": [
|
|
@@ -175701,23 +176268,23 @@
|
|
|
175701
176268
|
"path": "fluent/scss/scheduler/_variables.scss",
|
|
175702
176269
|
"name": "_variables.scss"
|
|
175703
176270
|
},
|
|
175704
|
-
"resolvedValue": "var(--kendo-scheduler-event-
|
|
176271
|
+
"resolvedValue": "var(--kendo-scheduler-event-readonly-text, var(--kendo-color-primary-on-subtle))",
|
|
175705
176272
|
"resolvedType": "String"
|
|
175706
176273
|
},
|
|
175707
176274
|
{
|
|
175708
|
-
"description": "The
|
|
176275
|
+
"description": "The border color of the read-only Scheduler event.\n",
|
|
175709
176276
|
"commentRange": {
|
|
175710
|
-
"start":
|
|
175711
|
-
"end":
|
|
176277
|
+
"start": 129,
|
|
176278
|
+
"end": 130
|
|
175712
176279
|
},
|
|
175713
176280
|
"context": {
|
|
175714
176281
|
"type": "variable",
|
|
175715
|
-
"name": "kendo-scheduler-event-
|
|
175716
|
-
"value": "var( --kendo-scheduler-event-
|
|
176282
|
+
"name": "kendo-scheduler-event-readonly-border",
|
|
176283
|
+
"value": "var( --kendo-scheduler-event-readonly-border, k-color(primary-emphasis) )",
|
|
175717
176284
|
"scope": "default",
|
|
175718
176285
|
"line": {
|
|
175719
|
-
"start":
|
|
175720
|
-
"end":
|
|
176286
|
+
"start": 131,
|
|
176287
|
+
"end": 131
|
|
175721
176288
|
}
|
|
175722
176289
|
},
|
|
175723
176290
|
"group": [
|
|
@@ -175728,23 +176295,23 @@
|
|
|
175728
176295
|
"path": "fluent/scss/scheduler/_variables.scss",
|
|
175729
176296
|
"name": "_variables.scss"
|
|
175730
176297
|
},
|
|
175731
|
-
"resolvedValue": "var(--kendo-scheduler-event-
|
|
176298
|
+
"resolvedValue": "var(--kendo-scheduler-event-readonly-border, var(--kendo-color-primary-emphasis))",
|
|
175732
176299
|
"resolvedType": "String"
|
|
175733
176300
|
},
|
|
175734
176301
|
{
|
|
175735
|
-
"description": "The
|
|
176302
|
+
"description": "The background color of the hovered Scheduler event.\n",
|
|
175736
176303
|
"commentRange": {
|
|
175737
|
-
"start":
|
|
175738
|
-
"end":
|
|
176304
|
+
"start": 133,
|
|
176305
|
+
"end": 134
|
|
175739
176306
|
},
|
|
175740
176307
|
"context": {
|
|
175741
176308
|
"type": "variable",
|
|
175742
|
-
"name": "kendo-scheduler-event-
|
|
175743
|
-
"value": "var( --kendo-scheduler-event-
|
|
176309
|
+
"name": "kendo-scheduler-event-hover-bg",
|
|
176310
|
+
"value": "var( --kendo-scheduler-event-hover-bg, k-color(primary-hover) )",
|
|
175744
176311
|
"scope": "default",
|
|
175745
176312
|
"line": {
|
|
175746
|
-
"start":
|
|
175747
|
-
"end":
|
|
176313
|
+
"start": 135,
|
|
176314
|
+
"end": 135
|
|
175748
176315
|
}
|
|
175749
176316
|
},
|
|
175750
176317
|
"group": [
|
|
@@ -175755,19 +176322,19 @@
|
|
|
175755
176322
|
"path": "fluent/scss/scheduler/_variables.scss",
|
|
175756
176323
|
"name": "_variables.scss"
|
|
175757
176324
|
},
|
|
175758
|
-
"resolvedValue": "var(--kendo-scheduler-event-
|
|
176325
|
+
"resolvedValue": "var(--kendo-scheduler-event-hover-bg, var(--kendo-color-primary-hover))",
|
|
175759
176326
|
"resolvedType": "String"
|
|
175760
176327
|
},
|
|
175761
176328
|
{
|
|
175762
|
-
"description": "The
|
|
176329
|
+
"description": "The text color of the hovered Scheduler event.\n",
|
|
175763
176330
|
"commentRange": {
|
|
175764
176331
|
"start": 136,
|
|
175765
176332
|
"end": 137
|
|
175766
176333
|
},
|
|
175767
176334
|
"context": {
|
|
175768
176335
|
"type": "variable",
|
|
175769
|
-
"name": "kendo-scheduler-
|
|
175770
|
-
"value": "var( --kendo-scheduler-
|
|
176336
|
+
"name": "kendo-scheduler-event-hover-text",
|
|
176337
|
+
"value": "var( --kendo-scheduler-event-hover-text, k-color(on-primary) )",
|
|
175771
176338
|
"scope": "default",
|
|
175772
176339
|
"line": {
|
|
175773
176340
|
"start": 138,
|
|
@@ -175782,19 +176349,19 @@
|
|
|
175782
176349
|
"path": "fluent/scss/scheduler/_variables.scss",
|
|
175783
176350
|
"name": "_variables.scss"
|
|
175784
176351
|
},
|
|
175785
|
-
"resolvedValue": "var(--kendo-scheduler-
|
|
176352
|
+
"resolvedValue": "var(--kendo-scheduler-event-hover-text, var(--kendo-color-on-primary))",
|
|
175786
176353
|
"resolvedType": "String"
|
|
175787
176354
|
},
|
|
175788
176355
|
{
|
|
175789
|
-
"description": "The
|
|
176356
|
+
"description": "The border color of the hovered Scheduler event.\n",
|
|
175790
176357
|
"commentRange": {
|
|
175791
176358
|
"start": 139,
|
|
175792
176359
|
"end": 140
|
|
175793
176360
|
},
|
|
175794
176361
|
"context": {
|
|
175795
176362
|
"type": "variable",
|
|
175796
|
-
"name": "kendo-scheduler-
|
|
175797
|
-
"value": "var( --kendo-scheduler-
|
|
176363
|
+
"name": "kendo-scheduler-event-hover-border",
|
|
176364
|
+
"value": "var( --kendo-scheduler-event-hover-border, color-mix(in srgb, k-color(border) 10%, transparent) )",
|
|
175798
176365
|
"scope": "default",
|
|
175799
176366
|
"line": {
|
|
175800
176367
|
"start": 141,
|
|
@@ -175809,19 +176376,19 @@
|
|
|
175809
176376
|
"path": "fluent/scss/scheduler/_variables.scss",
|
|
175810
176377
|
"name": "_variables.scss"
|
|
175811
176378
|
},
|
|
175812
|
-
"resolvedValue": "var(--kendo-scheduler-
|
|
176379
|
+
"resolvedValue": "var(--kendo-scheduler-event-hover-border, color-mix(in srgb, var(--kendo-color-border) 10%, transparent))",
|
|
175813
176380
|
"resolvedType": "String"
|
|
175814
176381
|
},
|
|
175815
176382
|
{
|
|
175816
|
-
"description": "The
|
|
176383
|
+
"description": "The gradient of the hovered Scheduler event.\n",
|
|
175817
176384
|
"commentRange": {
|
|
175818
176385
|
"start": 142,
|
|
175819
176386
|
"end": 143
|
|
175820
176387
|
},
|
|
175821
176388
|
"context": {
|
|
175822
176389
|
"type": "variable",
|
|
175823
|
-
"name": "kendo-scheduler-
|
|
175824
|
-
"value": "var( --kendo-scheduler-
|
|
176390
|
+
"name": "kendo-scheduler-event-hover-gradient",
|
|
176391
|
+
"value": "var( --kendo-scheduler-event-hover-gradient, null )",
|
|
175825
176392
|
"scope": "default",
|
|
175826
176393
|
"line": {
|
|
175827
176394
|
"start": 144,
|
|
@@ -175836,19 +176403,19 @@
|
|
|
175836
176403
|
"path": "fluent/scss/scheduler/_variables.scss",
|
|
175837
176404
|
"name": "_variables.scss"
|
|
175838
176405
|
},
|
|
175839
|
-
"resolvedValue": "var(--kendo-scheduler-
|
|
176406
|
+
"resolvedValue": "var(--kendo-scheduler-event-hover-gradient, )",
|
|
175840
176407
|
"resolvedType": "String"
|
|
175841
176408
|
},
|
|
175842
176409
|
{
|
|
175843
|
-
"description": "The
|
|
176410
|
+
"description": "The shadow of the hovered Scheduler event.\n",
|
|
175844
176411
|
"commentRange": {
|
|
175845
176412
|
"start": 145,
|
|
175846
176413
|
"end": 146
|
|
175847
176414
|
},
|
|
175848
176415
|
"context": {
|
|
175849
176416
|
"type": "variable",
|
|
175850
|
-
"name": "kendo-scheduler-
|
|
175851
|
-
"value": "var( --kendo-scheduler-
|
|
176417
|
+
"name": "kendo-scheduler-event-hover-shadow",
|
|
176418
|
+
"value": "var( --kendo-scheduler-event-hover-shadow, null )",
|
|
175852
176419
|
"scope": "default",
|
|
175853
176420
|
"line": {
|
|
175854
176421
|
"start": 147,
|
|
@@ -175863,23 +176430,23 @@
|
|
|
175863
176430
|
"path": "fluent/scss/scheduler/_variables.scss",
|
|
175864
176431
|
"name": "_variables.scss"
|
|
175865
176432
|
},
|
|
175866
|
-
"resolvedValue": "var(--kendo-scheduler-
|
|
176433
|
+
"resolvedValue": "var(--kendo-scheduler-event-hover-shadow, )",
|
|
175867
176434
|
"resolvedType": "String"
|
|
175868
176435
|
},
|
|
175869
176436
|
{
|
|
175870
|
-
"description": "The
|
|
176437
|
+
"description": "The background color of the selected Scheduler event.\n",
|
|
175871
176438
|
"commentRange": {
|
|
175872
|
-
"start":
|
|
175873
|
-
"end":
|
|
176439
|
+
"start": 149,
|
|
176440
|
+
"end": 150
|
|
175874
176441
|
},
|
|
175875
176442
|
"context": {
|
|
175876
176443
|
"type": "variable",
|
|
175877
|
-
"name": "kendo-scheduler-
|
|
175878
|
-
"value": "var( --kendo-scheduler-
|
|
176444
|
+
"name": "kendo-scheduler-event-selected-bg",
|
|
176445
|
+
"value": "var( --kendo-scheduler-event-selected-bg, k-color(primary-active) )",
|
|
175879
176446
|
"scope": "default",
|
|
175880
176447
|
"line": {
|
|
175881
|
-
"start":
|
|
175882
|
-
"end":
|
|
176448
|
+
"start": 151,
|
|
176449
|
+
"end": 151
|
|
175883
176450
|
}
|
|
175884
176451
|
},
|
|
175885
176452
|
"group": [
|
|
@@ -175890,19 +176457,19 @@
|
|
|
175890
176457
|
"path": "fluent/scss/scheduler/_variables.scss",
|
|
175891
176458
|
"name": "_variables.scss"
|
|
175892
176459
|
},
|
|
175893
|
-
"resolvedValue": "var(--kendo-scheduler-
|
|
176460
|
+
"resolvedValue": "var(--kendo-scheduler-event-selected-bg, var(--kendo-color-primary-active))",
|
|
175894
176461
|
"resolvedType": "String"
|
|
175895
176462
|
},
|
|
175896
176463
|
{
|
|
175897
|
-
"description": "The
|
|
176464
|
+
"description": "The text color of the selected Scheduler event.\n",
|
|
175898
176465
|
"commentRange": {
|
|
175899
176466
|
"start": 152,
|
|
175900
176467
|
"end": 153
|
|
175901
176468
|
},
|
|
175902
176469
|
"context": {
|
|
175903
176470
|
"type": "variable",
|
|
175904
|
-
"name": "kendo-scheduler-
|
|
175905
|
-
"value": "var( --kendo-scheduler-
|
|
176471
|
+
"name": "kendo-scheduler-event-selected-text",
|
|
176472
|
+
"value": "var( --kendo-scheduler-event-selected-text, $kendo-scheduler-event-text )",
|
|
175906
176473
|
"scope": "default",
|
|
175907
176474
|
"line": {
|
|
175908
176475
|
"start": 154,
|
|
@@ -175917,19 +176484,19 @@
|
|
|
175917
176484
|
"path": "fluent/scss/scheduler/_variables.scss",
|
|
175918
176485
|
"name": "_variables.scss"
|
|
175919
176486
|
},
|
|
175920
|
-
"resolvedValue": "var(--kendo-scheduler-
|
|
176487
|
+
"resolvedValue": "var(--kendo-scheduler-event-selected-text, var(--kendo-scheduler-event-text, var(--kendo-color-on-primary)))",
|
|
175921
176488
|
"resolvedType": "String"
|
|
175922
176489
|
},
|
|
175923
176490
|
{
|
|
175924
|
-
"description": "The
|
|
176491
|
+
"description": "The border color of the selected Scheduler event.\n",
|
|
175925
176492
|
"commentRange": {
|
|
175926
176493
|
"start": 155,
|
|
175927
176494
|
"end": 156
|
|
175928
176495
|
},
|
|
175929
176496
|
"context": {
|
|
175930
176497
|
"type": "variable",
|
|
175931
|
-
"name": "kendo-scheduler-
|
|
175932
|
-
"value": "var( --kendo-scheduler-
|
|
176498
|
+
"name": "kendo-scheduler-event-selected-border",
|
|
176499
|
+
"value": "var( --kendo-scheduler-event-selected-border, $kendo-scheduler-event-bg )",
|
|
175933
176500
|
"scope": "default",
|
|
175934
176501
|
"line": {
|
|
175935
176502
|
"start": 157,
|
|
@@ -175944,23 +176511,23 @@
|
|
|
175944
176511
|
"path": "fluent/scss/scheduler/_variables.scss",
|
|
175945
176512
|
"name": "_variables.scss"
|
|
175946
176513
|
},
|
|
175947
|
-
"resolvedValue": "var(--kendo-scheduler-
|
|
176514
|
+
"resolvedValue": "var(--kendo-scheduler-event-selected-border, var(--kendo-scheduler-event-bg, var(--kendo-color-primary)))",
|
|
175948
176515
|
"resolvedType": "String"
|
|
175949
176516
|
},
|
|
175950
176517
|
{
|
|
175951
|
-
"description": "The
|
|
176518
|
+
"description": "The gradient of the selected Scheduler event.\n",
|
|
175952
176519
|
"commentRange": {
|
|
175953
|
-
"start":
|
|
175954
|
-
"end":
|
|
176520
|
+
"start": 158,
|
|
176521
|
+
"end": 159
|
|
175955
176522
|
},
|
|
175956
176523
|
"context": {
|
|
175957
176524
|
"type": "variable",
|
|
175958
|
-
"name": "kendo-scheduler-
|
|
175959
|
-
"value": "var( --kendo-scheduler-
|
|
176525
|
+
"name": "kendo-scheduler-event-selected-gradient",
|
|
176526
|
+
"value": "var( --kendo-scheduler-event-selected-gradient, null )",
|
|
175960
176527
|
"scope": "default",
|
|
175961
176528
|
"line": {
|
|
175962
|
-
"start":
|
|
175963
|
-
"end":
|
|
176529
|
+
"start": 160,
|
|
176530
|
+
"end": 160
|
|
175964
176531
|
}
|
|
175965
176532
|
},
|
|
175966
176533
|
"group": [
|
|
@@ -175971,23 +176538,23 @@
|
|
|
175971
176538
|
"path": "fluent/scss/scheduler/_variables.scss",
|
|
175972
176539
|
"name": "_variables.scss"
|
|
175973
176540
|
},
|
|
175974
|
-
"resolvedValue": "var(--kendo-scheduler-
|
|
176541
|
+
"resolvedValue": "var(--kendo-scheduler-event-selected-gradient, )",
|
|
175975
176542
|
"resolvedType": "String"
|
|
175976
176543
|
},
|
|
175977
176544
|
{
|
|
175978
|
-
"description": "The
|
|
176545
|
+
"description": "The shadow of the selected Scheduler event.\n",
|
|
175979
176546
|
"commentRange": {
|
|
175980
|
-
"start":
|
|
175981
|
-
"end":
|
|
176547
|
+
"start": 161,
|
|
176548
|
+
"end": 162
|
|
175982
176549
|
},
|
|
175983
176550
|
"context": {
|
|
175984
176551
|
"type": "variable",
|
|
175985
|
-
"name": "kendo-scheduler-
|
|
175986
|
-
"value": "var( --kendo-scheduler-
|
|
176552
|
+
"name": "kendo-scheduler-event-selected-shadow",
|
|
176553
|
+
"value": "var( --kendo-scheduler-event-selected-shadow, none )",
|
|
175987
176554
|
"scope": "default",
|
|
175988
176555
|
"line": {
|
|
175989
|
-
"start":
|
|
175990
|
-
"end":
|
|
176556
|
+
"start": 163,
|
|
176557
|
+
"end": 163
|
|
175991
176558
|
}
|
|
175992
176559
|
},
|
|
175993
176560
|
"group": [
|
|
@@ -175998,23 +176565,23 @@
|
|
|
175998
176565
|
"path": "fluent/scss/scheduler/_variables.scss",
|
|
175999
176566
|
"name": "_variables.scss"
|
|
176000
176567
|
},
|
|
176001
|
-
"resolvedValue": "var(--kendo-scheduler-
|
|
176568
|
+
"resolvedValue": "var(--kendo-scheduler-event-selected-shadow, none)",
|
|
176002
176569
|
"resolvedType": "String"
|
|
176003
176570
|
},
|
|
176004
176571
|
{
|
|
176005
|
-
"description": "The
|
|
176572
|
+
"description": "The shadow of the ongoing Scheduler event.\n",
|
|
176006
176573
|
"commentRange": {
|
|
176007
|
-
"start":
|
|
176008
|
-
"end":
|
|
176574
|
+
"start": 165,
|
|
176575
|
+
"end": 166
|
|
176009
176576
|
},
|
|
176010
176577
|
"context": {
|
|
176011
176578
|
"type": "variable",
|
|
176012
|
-
"name": "kendo-scheduler-
|
|
176013
|
-
"value": "var( --kendo-scheduler-
|
|
176579
|
+
"name": "kendo-scheduler-event-ongoing-shadow",
|
|
176580
|
+
"value": "var( --kendo-scheduler-event-ongoing-shadow, inset 0px 0px 0px 1px #ff0000 )",
|
|
176014
176581
|
"scope": "default",
|
|
176015
176582
|
"line": {
|
|
176016
|
-
"start":
|
|
176017
|
-
"end":
|
|
176583
|
+
"start": 167,
|
|
176584
|
+
"end": 167
|
|
176018
176585
|
}
|
|
176019
176586
|
},
|
|
176020
176587
|
"group": [
|
|
@@ -176025,19 +176592,19 @@
|
|
|
176025
176592
|
"path": "fluent/scss/scheduler/_variables.scss",
|
|
176026
176593
|
"name": "_variables.scss"
|
|
176027
176594
|
},
|
|
176028
|
-
"resolvedValue": "var(--kendo-scheduler-
|
|
176595
|
+
"resolvedValue": "var(--kendo-scheduler-event-ongoing-shadow, inset 0px 0px 0px 1px #ff0000)",
|
|
176029
176596
|
"resolvedType": "String"
|
|
176030
176597
|
},
|
|
176031
176598
|
{
|
|
176032
|
-
"description": "The
|
|
176599
|
+
"description": "The size of the Scheduler resize handle hit area.\n",
|
|
176033
176600
|
"commentRange": {
|
|
176034
176601
|
"start": 169,
|
|
176035
176602
|
"end": 170
|
|
176036
176603
|
},
|
|
176037
176604
|
"context": {
|
|
176038
176605
|
"type": "variable",
|
|
176039
|
-
"name": "kendo-scheduler-
|
|
176040
|
-
"value": "var( --kendo-scheduler-
|
|
176606
|
+
"name": "kendo-scheduler-resizer-size",
|
|
176607
|
+
"value": "var( --kendo-scheduler-resizer-size, 0.5em )",
|
|
176041
176608
|
"scope": "default",
|
|
176042
176609
|
"line": {
|
|
176043
176610
|
"start": 171,
|
|
@@ -176052,23 +176619,23 @@
|
|
|
176052
176619
|
"path": "fluent/scss/scheduler/_variables.scss",
|
|
176053
176620
|
"name": "_variables.scss"
|
|
176054
176621
|
},
|
|
176055
|
-
"resolvedValue": "var(--kendo-scheduler-
|
|
176622
|
+
"resolvedValue": "var(--kendo-scheduler-resizer-size, 0.5em)",
|
|
176056
176623
|
"resolvedType": "String"
|
|
176057
176624
|
},
|
|
176058
176625
|
{
|
|
176059
|
-
"description": "The
|
|
176626
|
+
"description": "The length of the Scheduler resize handle visual indicator.\n",
|
|
176060
176627
|
"commentRange": {
|
|
176061
|
-
"start":
|
|
176062
|
-
"end":
|
|
176628
|
+
"start": 172,
|
|
176629
|
+
"end": 173
|
|
176063
176630
|
},
|
|
176064
176631
|
"context": {
|
|
176065
176632
|
"type": "variable",
|
|
176066
|
-
"name": "kendo-scheduler-
|
|
176067
|
-
"value": "var( --kendo-scheduler-
|
|
176633
|
+
"name": "kendo-scheduler-resize-handle-size",
|
|
176634
|
+
"value": "var( --kendo-scheduler-resize-handle-size, 8px )",
|
|
176068
176635
|
"scope": "default",
|
|
176069
176636
|
"line": {
|
|
176070
|
-
"start":
|
|
176071
|
-
"end":
|
|
176637
|
+
"start": 174,
|
|
176638
|
+
"end": 174
|
|
176072
176639
|
}
|
|
176073
176640
|
},
|
|
176074
176641
|
"group": [
|
|
@@ -176079,23 +176646,23 @@
|
|
|
176079
176646
|
"path": "fluent/scss/scheduler/_variables.scss",
|
|
176080
176647
|
"name": "_variables.scss"
|
|
176081
176648
|
},
|
|
176082
|
-
"resolvedValue": "var(--kendo-scheduler-
|
|
176649
|
+
"resolvedValue": "var(--kendo-scheduler-resize-handle-size, 8px)",
|
|
176083
176650
|
"resolvedType": "String"
|
|
176084
176651
|
},
|
|
176085
176652
|
{
|
|
176086
|
-
"description": "The
|
|
176653
|
+
"description": "The border radius of the Scheduler resize handle.\n",
|
|
176087
176654
|
"commentRange": {
|
|
176088
|
-
"start":
|
|
176089
|
-
"end":
|
|
176655
|
+
"start": 175,
|
|
176656
|
+
"end": 176
|
|
176090
176657
|
},
|
|
176091
176658
|
"context": {
|
|
176092
176659
|
"type": "variable",
|
|
176093
|
-
"name": "kendo-scheduler-
|
|
176094
|
-
"value": "var( --kendo-scheduler-
|
|
176660
|
+
"name": "kendo-scheduler-resize-handle-border-radius",
|
|
176661
|
+
"value": "var( --kendo-scheduler-resize-handle-border-radius, k-border-radius(full) )",
|
|
176095
176662
|
"scope": "default",
|
|
176096
176663
|
"line": {
|
|
176097
|
-
"start":
|
|
176098
|
-
"end":
|
|
176664
|
+
"start": 177,
|
|
176665
|
+
"end": 177
|
|
176099
176666
|
}
|
|
176100
176667
|
},
|
|
176101
176668
|
"group": [
|
|
@@ -176106,23 +176673,23 @@
|
|
|
176106
176673
|
"path": "fluent/scss/scheduler/_variables.scss",
|
|
176107
176674
|
"name": "_variables.scss"
|
|
176108
176675
|
},
|
|
176109
|
-
"resolvedValue": "var(--kendo-scheduler-
|
|
176676
|
+
"resolvedValue": "var(--kendo-scheduler-resize-handle-border-radius, var(--kendo-border-radius-full))",
|
|
176110
176677
|
"resolvedType": "String"
|
|
176111
176678
|
},
|
|
176112
176679
|
{
|
|
176113
|
-
"description": "The
|
|
176680
|
+
"description": "The border width of the Scheduler resize handle.\n",
|
|
176114
176681
|
"commentRange": {
|
|
176115
|
-
"start":
|
|
176116
|
-
"end":
|
|
176682
|
+
"start": 178,
|
|
176683
|
+
"end": 179
|
|
176117
176684
|
},
|
|
176118
176685
|
"context": {
|
|
176119
176686
|
"type": "variable",
|
|
176120
|
-
"name": "kendo-scheduler-
|
|
176121
|
-
"value": "
|
|
176687
|
+
"name": "kendo-scheduler-resize-handle-border-width",
|
|
176688
|
+
"value": "var( --kendo-scheduler-resize-handle-border-width, 2px )",
|
|
176122
176689
|
"scope": "default",
|
|
176123
176690
|
"line": {
|
|
176124
|
-
"start":
|
|
176125
|
-
"end":
|
|
176691
|
+
"start": 180,
|
|
176692
|
+
"end": 180
|
|
176126
176693
|
}
|
|
176127
176694
|
},
|
|
176128
176695
|
"group": [
|
|
@@ -176133,23 +176700,23 @@
|
|
|
176133
176700
|
"path": "fluent/scss/scheduler/_variables.scss",
|
|
176134
176701
|
"name": "_variables.scss"
|
|
176135
176702
|
},
|
|
176136
|
-
"resolvedValue": "
|
|
176137
|
-
"resolvedType": "
|
|
176703
|
+
"resolvedValue": "var(--kendo-scheduler-resize-handle-border-width, 2px)",
|
|
176704
|
+
"resolvedType": "String"
|
|
176138
176705
|
},
|
|
176139
176706
|
{
|
|
176140
|
-
"description": "The
|
|
176707
|
+
"description": "The background color of the Scheduler resize handle.\n",
|
|
176141
176708
|
"commentRange": {
|
|
176142
|
-
"start":
|
|
176143
|
-
"end":
|
|
176709
|
+
"start": 181,
|
|
176710
|
+
"end": 182
|
|
176144
176711
|
},
|
|
176145
176712
|
"context": {
|
|
176146
176713
|
"type": "variable",
|
|
176147
|
-
"name": "kendo-scheduler-
|
|
176148
|
-
"value": "
|
|
176714
|
+
"name": "kendo-scheduler-resize-handle-bg",
|
|
176715
|
+
"value": "var( --kendo-scheduler-resize-handle-bg, $kendo-scheduler-event-bg )",
|
|
176149
176716
|
"scope": "default",
|
|
176150
176717
|
"line": {
|
|
176151
|
-
"start":
|
|
176152
|
-
"end":
|
|
176718
|
+
"start": 183,
|
|
176719
|
+
"end": 183
|
|
176153
176720
|
}
|
|
176154
176721
|
},
|
|
176155
176722
|
"group": [
|
|
@@ -176160,23 +176727,23 @@
|
|
|
176160
176727
|
"path": "fluent/scss/scheduler/_variables.scss",
|
|
176161
176728
|
"name": "_variables.scss"
|
|
176162
176729
|
},
|
|
176163
|
-
"resolvedValue": "
|
|
176164
|
-
"resolvedType": "
|
|
176730
|
+
"resolvedValue": "var(--kendo-scheduler-resize-handle-bg, var(--kendo-scheduler-event-bg, var(--kendo-color-primary)))",
|
|
176731
|
+
"resolvedType": "String"
|
|
176165
176732
|
},
|
|
176166
176733
|
{
|
|
176167
|
-
"description": "The
|
|
176734
|
+
"description": "The horizontal padding of the Scheduler cell.\n",
|
|
176168
176735
|
"commentRange": {
|
|
176169
|
-
"start":
|
|
176170
|
-
"end":
|
|
176736
|
+
"start": 185,
|
|
176737
|
+
"end": 186
|
|
176171
176738
|
},
|
|
176172
176739
|
"context": {
|
|
176173
176740
|
"type": "variable",
|
|
176174
|
-
"name": "kendo-scheduler-
|
|
176175
|
-
"value": "var( --kendo-scheduler-
|
|
176741
|
+
"name": "kendo-scheduler-cell-padding-x",
|
|
176742
|
+
"value": "var( --kendo-scheduler-cell-padding-x, k-spacing(2) )",
|
|
176176
176743
|
"scope": "default",
|
|
176177
176744
|
"line": {
|
|
176178
|
-
"start":
|
|
176179
|
-
"end":
|
|
176745
|
+
"start": 187,
|
|
176746
|
+
"end": 187
|
|
176180
176747
|
}
|
|
176181
176748
|
},
|
|
176182
176749
|
"group": [
|
|
@@ -176187,23 +176754,23 @@
|
|
|
176187
176754
|
"path": "fluent/scss/scheduler/_variables.scss",
|
|
176188
176755
|
"name": "_variables.scss"
|
|
176189
176756
|
},
|
|
176190
|
-
"resolvedValue": "var(--kendo-scheduler-
|
|
176757
|
+
"resolvedValue": "var(--kendo-scheduler-cell-padding-x, var(--kendo-spacing-2))",
|
|
176191
176758
|
"resolvedType": "String"
|
|
176192
176759
|
},
|
|
176193
176760
|
{
|
|
176194
|
-
"description": "The
|
|
176761
|
+
"description": "The vertical padding of the Scheduler cell.\n",
|
|
176195
176762
|
"commentRange": {
|
|
176196
|
-
"start":
|
|
176197
|
-
"end":
|
|
176763
|
+
"start": 188,
|
|
176764
|
+
"end": 189
|
|
176198
176765
|
},
|
|
176199
176766
|
"context": {
|
|
176200
176767
|
"type": "variable",
|
|
176201
|
-
"name": "kendo-scheduler-
|
|
176202
|
-
"value": "var( --kendo-scheduler-
|
|
176768
|
+
"name": "kendo-scheduler-cell-padding-y",
|
|
176769
|
+
"value": "var( --kendo-scheduler-cell-padding-y, k-spacing(2) )",
|
|
176203
176770
|
"scope": "default",
|
|
176204
176771
|
"line": {
|
|
176205
|
-
"start":
|
|
176206
|
-
"end":
|
|
176772
|
+
"start": 190,
|
|
176773
|
+
"end": 190
|
|
176207
176774
|
}
|
|
176208
176775
|
},
|
|
176209
176776
|
"group": [
|
|
@@ -176214,23 +176781,23 @@
|
|
|
176214
176781
|
"path": "fluent/scss/scheduler/_variables.scss",
|
|
176215
176782
|
"name": "_variables.scss"
|
|
176216
176783
|
},
|
|
176217
|
-
"resolvedValue": "var(--kendo-scheduler-
|
|
176784
|
+
"resolvedValue": "var(--kendo-scheduler-cell-padding-y, var(--kendo-spacing-2))",
|
|
176218
176785
|
"resolvedType": "String"
|
|
176219
176786
|
},
|
|
176220
176787
|
{
|
|
176221
|
-
"description": "The
|
|
176788
|
+
"description": "The height of the Scheduler cell.\n",
|
|
176222
176789
|
"commentRange": {
|
|
176223
|
-
"start":
|
|
176224
|
-
"end":
|
|
176790
|
+
"start": 191,
|
|
176791
|
+
"end": 192
|
|
176225
176792
|
},
|
|
176226
176793
|
"context": {
|
|
176227
176794
|
"type": "variable",
|
|
176228
|
-
"name": "kendo-scheduler-
|
|
176229
|
-
"value": "var( --kendo-scheduler-
|
|
176795
|
+
"name": "kendo-scheduler-cell-height",
|
|
176796
|
+
"value": "var( --kendo-scheduler-cell-height, $kendo-line-height-em )",
|
|
176230
176797
|
"scope": "default",
|
|
176231
176798
|
"line": {
|
|
176232
|
-
"start":
|
|
176233
|
-
"end":
|
|
176799
|
+
"start": 193,
|
|
176800
|
+
"end": 193
|
|
176234
176801
|
}
|
|
176235
176802
|
},
|
|
176236
176803
|
"group": [
|
|
@@ -176241,23 +176808,23 @@
|
|
|
176241
176808
|
"path": "fluent/scss/scheduler/_variables.scss",
|
|
176242
176809
|
"name": "_variables.scss"
|
|
176243
176810
|
},
|
|
176244
|
-
"resolvedValue": "var(--kendo-scheduler-
|
|
176811
|
+
"resolvedValue": "var(--kendo-scheduler-cell-height, calc(1.4285714286 * 1em))",
|
|
176245
176812
|
"resolvedType": "String"
|
|
176246
176813
|
},
|
|
176247
176814
|
{
|
|
176248
|
-
"description": "The
|
|
176815
|
+
"description": "The width of the Scheduler date column.\n",
|
|
176249
176816
|
"commentRange": {
|
|
176250
|
-
"start":
|
|
176251
|
-
"end":
|
|
176817
|
+
"start": 194,
|
|
176818
|
+
"end": 195
|
|
176252
176819
|
},
|
|
176253
176820
|
"context": {
|
|
176254
176821
|
"type": "variable",
|
|
176255
|
-
"name": "kendo-scheduler-
|
|
176256
|
-
"value": "var( --kendo-scheduler-
|
|
176822
|
+
"name": "kendo-scheduler-datecolumn-width",
|
|
176823
|
+
"value": "var( --kendo-scheduler-datecolumn-width, 12em )",
|
|
176257
176824
|
"scope": "default",
|
|
176258
176825
|
"line": {
|
|
176259
|
-
"start":
|
|
176260
|
-
"end":
|
|
176826
|
+
"start": 196,
|
|
176827
|
+
"end": 196
|
|
176261
176828
|
}
|
|
176262
176829
|
},
|
|
176263
176830
|
"group": [
|
|
@@ -176268,23 +176835,23 @@
|
|
|
176268
176835
|
"path": "fluent/scss/scheduler/_variables.scss",
|
|
176269
176836
|
"name": "_variables.scss"
|
|
176270
176837
|
},
|
|
176271
|
-
"resolvedValue": "var(--kendo-scheduler-
|
|
176838
|
+
"resolvedValue": "var(--kendo-scheduler-datecolumn-width, 12em)",
|
|
176272
176839
|
"resolvedType": "String"
|
|
176273
176840
|
},
|
|
176274
176841
|
{
|
|
176275
|
-
"description": "The
|
|
176842
|
+
"description": "The width of the Scheduler time column.\n",
|
|
176276
176843
|
"commentRange": {
|
|
176277
|
-
"start":
|
|
176278
|
-
"end":
|
|
176844
|
+
"start": 197,
|
|
176845
|
+
"end": 198
|
|
176279
176846
|
},
|
|
176280
176847
|
"context": {
|
|
176281
176848
|
"type": "variable",
|
|
176282
|
-
"name": "kendo-scheduler-
|
|
176283
|
-
"value": "var( --kendo-scheduler-
|
|
176849
|
+
"name": "kendo-scheduler-timecolumn-width",
|
|
176850
|
+
"value": "var( --kendo-scheduler-timecolumn-width, 11em )",
|
|
176284
176851
|
"scope": "default",
|
|
176285
176852
|
"line": {
|
|
176286
|
-
"start":
|
|
176287
|
-
"end":
|
|
176853
|
+
"start": 199,
|
|
176854
|
+
"end": 199
|
|
176288
176855
|
}
|
|
176289
176856
|
},
|
|
176290
176857
|
"group": [
|
|
@@ -176295,23 +176862,23 @@
|
|
|
176295
176862
|
"path": "fluent/scss/scheduler/_variables.scss",
|
|
176296
176863
|
"name": "_variables.scss"
|
|
176297
176864
|
},
|
|
176298
|
-
"resolvedValue": "var(--kendo-scheduler-
|
|
176865
|
+
"resolvedValue": "var(--kendo-scheduler-timecolumn-width, 11em)",
|
|
176299
176866
|
"resolvedType": "String"
|
|
176300
176867
|
},
|
|
176301
176868
|
{
|
|
176302
|
-
"description": "The
|
|
176869
|
+
"description": "The background color of the non-working hours in the Scheduler.\n",
|
|
176303
176870
|
"commentRange": {
|
|
176304
|
-
"start":
|
|
176305
|
-
"end":
|
|
176871
|
+
"start": 201,
|
|
176872
|
+
"end": 202
|
|
176306
176873
|
},
|
|
176307
176874
|
"context": {
|
|
176308
176875
|
"type": "variable",
|
|
176309
|
-
"name": "kendo-scheduler-
|
|
176310
|
-
"value": "var( --kendo-scheduler-
|
|
176876
|
+
"name": "kendo-scheduler-nonwork-bg",
|
|
176877
|
+
"value": "var( --kendo-scheduler-nonwork-bg, k-color(surface) )",
|
|
176311
176878
|
"scope": "default",
|
|
176312
176879
|
"line": {
|
|
176313
|
-
"start":
|
|
176314
|
-
"end":
|
|
176880
|
+
"start": 203,
|
|
176881
|
+
"end": 203
|
|
176315
176882
|
}
|
|
176316
176883
|
},
|
|
176317
176884
|
"group": [
|
|
@@ -176322,23 +176889,23 @@
|
|
|
176322
176889
|
"path": "fluent/scss/scheduler/_variables.scss",
|
|
176323
176890
|
"name": "_variables.scss"
|
|
176324
176891
|
},
|
|
176325
|
-
"resolvedValue": "var(--kendo-scheduler-
|
|
176892
|
+
"resolvedValue": "var(--kendo-scheduler-nonwork-bg, var(--kendo-color-surface))",
|
|
176326
176893
|
"resolvedType": "String"
|
|
176327
176894
|
},
|
|
176328
176895
|
{
|
|
176329
|
-
"description": "The
|
|
176896
|
+
"description": "The text color of the non-working hours in the Scheduler.\n",
|
|
176330
176897
|
"commentRange": {
|
|
176331
|
-
"start":
|
|
176332
|
-
"end":
|
|
176898
|
+
"start": 204,
|
|
176899
|
+
"end": 205
|
|
176333
176900
|
},
|
|
176334
176901
|
"context": {
|
|
176335
176902
|
"type": "variable",
|
|
176336
|
-
"name": "kendo-scheduler-
|
|
176337
|
-
"value": "var( --kendo-scheduler-
|
|
176903
|
+
"name": "kendo-scheduler-nonwork-text",
|
|
176904
|
+
"value": "var( --kendo-scheduler-nonwork-text, null )",
|
|
176338
176905
|
"scope": "default",
|
|
176339
176906
|
"line": {
|
|
176340
|
-
"start":
|
|
176341
|
-
"end":
|
|
176907
|
+
"start": 206,
|
|
176908
|
+
"end": 206
|
|
176342
176909
|
}
|
|
176343
176910
|
},
|
|
176344
176911
|
"group": [
|
|
@@ -176349,19 +176916,19 @@
|
|
|
176349
176916
|
"path": "fluent/scss/scheduler/_variables.scss",
|
|
176350
176917
|
"name": "_variables.scss"
|
|
176351
176918
|
},
|
|
176352
|
-
"resolvedValue": "var(--kendo-scheduler-
|
|
176919
|
+
"resolvedValue": "var(--kendo-scheduler-nonwork-text, )",
|
|
176353
176920
|
"resolvedType": "String"
|
|
176354
176921
|
},
|
|
176355
176922
|
{
|
|
176356
|
-
"description": "The
|
|
176923
|
+
"description": "The background color of the preceding/subsequent month cells in the Calendar.\n",
|
|
176357
176924
|
"commentRange": {
|
|
176358
176925
|
"start": 208,
|
|
176359
176926
|
"end": 209
|
|
176360
176927
|
},
|
|
176361
176928
|
"context": {
|
|
176362
176929
|
"type": "variable",
|
|
176363
|
-
"name": "kendo-scheduler-
|
|
176364
|
-
"value": "var( --kendo-scheduler-
|
|
176930
|
+
"name": "kendo-scheduler-othermonth-bg",
|
|
176931
|
+
"value": "var( --kendo-scheduler-othermonth-bg, k-color(surface) )",
|
|
176365
176932
|
"scope": "default",
|
|
176366
176933
|
"line": {
|
|
176367
176934
|
"start": 210,
|
|
@@ -176376,19 +176943,19 @@
|
|
|
176376
176943
|
"path": "fluent/scss/scheduler/_variables.scss",
|
|
176377
176944
|
"name": "_variables.scss"
|
|
176378
176945
|
},
|
|
176379
|
-
"resolvedValue": "var(--kendo-scheduler-
|
|
176946
|
+
"resolvedValue": "var(--kendo-scheduler-othermonth-bg, var(--kendo-color-surface))",
|
|
176380
176947
|
"resolvedType": "String"
|
|
176381
176948
|
},
|
|
176382
176949
|
{
|
|
176383
|
-
"description": "The
|
|
176950
|
+
"description": "The text color of the preceding/subsequent month cells in the Calendar.\n",
|
|
176384
176951
|
"commentRange": {
|
|
176385
176952
|
"start": 211,
|
|
176386
176953
|
"end": 212
|
|
176387
176954
|
},
|
|
176388
176955
|
"context": {
|
|
176389
176956
|
"type": "variable",
|
|
176390
|
-
"name": "kendo-scheduler-
|
|
176391
|
-
"value": "var( --kendo-scheduler-
|
|
176957
|
+
"name": "kendo-scheduler-othermonth-text",
|
|
176958
|
+
"value": "var( --kendo-scheduler-othermonth-text, null )",
|
|
176392
176959
|
"scope": "default",
|
|
176393
176960
|
"line": {
|
|
176394
176961
|
"start": 213,
|
|
@@ -176403,23 +176970,23 @@
|
|
|
176403
176970
|
"path": "fluent/scss/scheduler/_variables.scss",
|
|
176404
176971
|
"name": "_variables.scss"
|
|
176405
176972
|
},
|
|
176406
|
-
"resolvedValue": "var(--kendo-scheduler-
|
|
176973
|
+
"resolvedValue": "var(--kendo-scheduler-othermonth-text, )",
|
|
176407
176974
|
"resolvedType": "String"
|
|
176408
176975
|
},
|
|
176409
176976
|
{
|
|
176410
|
-
"description": "The
|
|
176977
|
+
"description": "The horizontal padding of the year view in the Scheduler.\n",
|
|
176411
176978
|
"commentRange": {
|
|
176412
|
-
"start":
|
|
176413
|
-
"end":
|
|
176979
|
+
"start": 215,
|
|
176980
|
+
"end": 216
|
|
176414
176981
|
},
|
|
176415
176982
|
"context": {
|
|
176416
176983
|
"type": "variable",
|
|
176417
|
-
"name": "kendo-scheduler-
|
|
176418
|
-
"value": "var( --kendo-scheduler-
|
|
176984
|
+
"name": "kendo-scheduler-yearview-padding-x",
|
|
176985
|
+
"value": "var( --kendo-scheduler-yearview-padding-x, k-spacing(3) )",
|
|
176419
176986
|
"scope": "default",
|
|
176420
176987
|
"line": {
|
|
176421
|
-
"start":
|
|
176422
|
-
"end":
|
|
176988
|
+
"start": 217,
|
|
176989
|
+
"end": 217
|
|
176423
176990
|
}
|
|
176424
176991
|
},
|
|
176425
176992
|
"group": [
|
|
@@ -176430,19 +176997,19 @@
|
|
|
176430
176997
|
"path": "fluent/scss/scheduler/_variables.scss",
|
|
176431
176998
|
"name": "_variables.scss"
|
|
176432
176999
|
},
|
|
176433
|
-
"resolvedValue": "var(--kendo-scheduler-
|
|
177000
|
+
"resolvedValue": "var(--kendo-scheduler-yearview-padding-x, var(--kendo-spacing-3))",
|
|
176434
177001
|
"resolvedType": "String"
|
|
176435
177002
|
},
|
|
176436
177003
|
{
|
|
176437
|
-
"description": "The vertical
|
|
177004
|
+
"description": "The vertical padding of the year view in the Scheduler.\n",
|
|
176438
177005
|
"commentRange": {
|
|
176439
177006
|
"start": 218,
|
|
176440
177007
|
"end": 219
|
|
176441
177008
|
},
|
|
176442
177009
|
"context": {
|
|
176443
177010
|
"type": "variable",
|
|
176444
|
-
"name": "kendo-scheduler-
|
|
176445
|
-
"value": "var( --kendo-scheduler-
|
|
177011
|
+
"name": "kendo-scheduler-yearview-padding-y",
|
|
177012
|
+
"value": "var( --kendo-scheduler-yearview-padding-y, $kendo-scheduler-yearview-padding-x )",
|
|
176446
177013
|
"scope": "default",
|
|
176447
177014
|
"line": {
|
|
176448
177015
|
"start": 220,
|
|
@@ -176457,23 +177024,23 @@
|
|
|
176457
177024
|
"path": "fluent/scss/scheduler/_variables.scss",
|
|
176458
177025
|
"name": "_variables.scss"
|
|
176459
177026
|
},
|
|
176460
|
-
"resolvedValue": "var(--kendo-scheduler-
|
|
177027
|
+
"resolvedValue": "var(--kendo-scheduler-yearview-padding-y, var(--kendo-scheduler-yearview-padding-x, var(--kendo-spacing-3)))",
|
|
176461
177028
|
"resolvedType": "String"
|
|
176462
177029
|
},
|
|
176463
177030
|
{
|
|
176464
|
-
"description": "The
|
|
177031
|
+
"description": "The spacing between the calendars of the year view in the Scheduler.\n",
|
|
176465
177032
|
"commentRange": {
|
|
176466
|
-
"start":
|
|
176467
|
-
"end":
|
|
177033
|
+
"start": 222,
|
|
177034
|
+
"end": 223
|
|
176468
177035
|
},
|
|
176469
177036
|
"context": {
|
|
176470
177037
|
"type": "variable",
|
|
176471
|
-
"name": "kendo-scheduler-
|
|
176472
|
-
"value": "var( --kendo-scheduler-
|
|
177038
|
+
"name": "kendo-scheduler-yearview-calendar-gap",
|
|
177039
|
+
"value": "var( --kendo-scheduler-yearview-calendar-gap, k-spacing(3) )",
|
|
176473
177040
|
"scope": "default",
|
|
176474
177041
|
"line": {
|
|
176475
|
-
"start":
|
|
176476
|
-
"end":
|
|
177042
|
+
"start": 224,
|
|
177043
|
+
"end": 224
|
|
176477
177044
|
}
|
|
176478
177045
|
},
|
|
176479
177046
|
"group": [
|
|
@@ -176484,23 +177051,23 @@
|
|
|
176484
177051
|
"path": "fluent/scss/scheduler/_variables.scss",
|
|
176485
177052
|
"name": "_variables.scss"
|
|
176486
177053
|
},
|
|
176487
|
-
"resolvedValue": "var(--kendo-scheduler-
|
|
177054
|
+
"resolvedValue": "var(--kendo-scheduler-yearview-calendar-gap, var(--kendo-spacing-3))",
|
|
176488
177055
|
"resolvedType": "String"
|
|
176489
177056
|
},
|
|
176490
177057
|
{
|
|
176491
|
-
"description": "The
|
|
177058
|
+
"description": "The days with events indicator size of the year view in the Scheduler.\n",
|
|
176492
177059
|
"commentRange": {
|
|
176493
|
-
"start":
|
|
176494
|
-
"end":
|
|
177060
|
+
"start": 226,
|
|
177061
|
+
"end": 227
|
|
176495
177062
|
},
|
|
176496
177063
|
"context": {
|
|
176497
177064
|
"type": "variable",
|
|
176498
|
-
"name": "kendo-scheduler-
|
|
176499
|
-
"value": "var( --kendo-scheduler-
|
|
177065
|
+
"name": "kendo-scheduler-yearview-indicator-size",
|
|
177066
|
+
"value": "var( --kendo-scheduler-yearview-indicator-size, 3px )",
|
|
176500
177067
|
"scope": "default",
|
|
176501
177068
|
"line": {
|
|
176502
|
-
"start":
|
|
176503
|
-
"end":
|
|
177069
|
+
"start": 228,
|
|
177070
|
+
"end": 228
|
|
176504
177071
|
}
|
|
176505
177072
|
},
|
|
176506
177073
|
"group": [
|
|
@@ -176511,23 +177078,23 @@
|
|
|
176511
177078
|
"path": "fluent/scss/scheduler/_variables.scss",
|
|
176512
177079
|
"name": "_variables.scss"
|
|
176513
177080
|
},
|
|
176514
|
-
"resolvedValue": "var(--kendo-scheduler-
|
|
177081
|
+
"resolvedValue": "var(--kendo-scheduler-yearview-indicator-size, 3px)",
|
|
176515
177082
|
"resolvedType": "String"
|
|
176516
177083
|
},
|
|
176517
177084
|
{
|
|
176518
|
-
"description": "The
|
|
177085
|
+
"description": "The top position of the days with events indicator of the year view in the Scheduler.\n",
|
|
176519
177086
|
"commentRange": {
|
|
176520
|
-
"start":
|
|
176521
|
-
"end":
|
|
177087
|
+
"start": 229,
|
|
177088
|
+
"end": 230
|
|
176522
177089
|
},
|
|
176523
177090
|
"context": {
|
|
176524
177091
|
"type": "variable",
|
|
176525
|
-
"name": "kendo-scheduler-
|
|
176526
|
-
"value": "
|
|
177092
|
+
"name": "kendo-scheduler-yearview-indicator-calc-offset-top",
|
|
177093
|
+
"value": "calc( #{$kendo-calendar-cell-size} - (#{$kendo-calendar-cell-padding-y} * 2) )",
|
|
176527
177094
|
"scope": "default",
|
|
176528
177095
|
"line": {
|
|
176529
|
-
"start":
|
|
176530
|
-
"end":
|
|
177096
|
+
"start": 231,
|
|
177097
|
+
"end": 231
|
|
176531
177098
|
}
|
|
176532
177099
|
},
|
|
176533
177100
|
"group": [
|
|
@@ -176538,23 +177105,23 @@
|
|
|
176538
177105
|
"path": "fluent/scss/scheduler/_variables.scss",
|
|
176539
177106
|
"name": "_variables.scss"
|
|
176540
177107
|
},
|
|
176541
|
-
"resolvedValue": "var(--kendo-
|
|
176542
|
-
"resolvedType": "
|
|
177108
|
+
"resolvedValue": "calc(var(--kendo-calendar-cell-size, 32px) - var(--kendo-spacing-1) * 2)",
|
|
177109
|
+
"resolvedType": "Calculation"
|
|
176543
177110
|
},
|
|
176544
177111
|
{
|
|
176545
|
-
"description": "The
|
|
177112
|
+
"description": "The left position of the days with events indicator of the year view in the Scheduler.\n",
|
|
176546
177113
|
"commentRange": {
|
|
176547
|
-
"start":
|
|
176548
|
-
"end":
|
|
177114
|
+
"start": 232,
|
|
177115
|
+
"end": 233
|
|
176549
177116
|
},
|
|
176550
177117
|
"context": {
|
|
176551
177118
|
"type": "variable",
|
|
176552
|
-
"name": "kendo-scheduler-
|
|
176553
|
-
"value": "
|
|
177119
|
+
"name": "kendo-scheduler-yearview-indicator-calc-offset-left",
|
|
177120
|
+
"value": "calc( 50% - (#{$kendo-scheduler-yearview-indicator-size} / 2) )",
|
|
176554
177121
|
"scope": "default",
|
|
176555
177122
|
"line": {
|
|
176556
|
-
"start":
|
|
176557
|
-
"end":
|
|
177123
|
+
"start": 234,
|
|
177124
|
+
"end": 234
|
|
176558
177125
|
}
|
|
176559
177126
|
},
|
|
176560
177127
|
"group": [
|
|
@@ -176565,19 +177132,19 @@
|
|
|
176565
177132
|
"path": "fluent/scss/scheduler/_variables.scss",
|
|
176566
177133
|
"name": "_variables.scss"
|
|
176567
177134
|
},
|
|
176568
|
-
"resolvedValue": "var(--kendo-scheduler-
|
|
176569
|
-
"resolvedType": "
|
|
177135
|
+
"resolvedValue": "calc(50% - var(--kendo-scheduler-yearview-indicator-size, 3px) / 2)",
|
|
177136
|
+
"resolvedType": "Calculation"
|
|
176570
177137
|
},
|
|
176571
177138
|
{
|
|
176572
|
-
"description": "The
|
|
177139
|
+
"description": "The border radius of the days with events indicator of the year view in the Scheduler.\n",
|
|
176573
177140
|
"commentRange": {
|
|
176574
177141
|
"start": 235,
|
|
176575
177142
|
"end": 236
|
|
176576
177143
|
},
|
|
176577
177144
|
"context": {
|
|
176578
177145
|
"type": "variable",
|
|
176579
|
-
"name": "kendo-scheduler-
|
|
176580
|
-
"value": "var( --kendo-scheduler-
|
|
177146
|
+
"name": "kendo-scheduler-yearview-indicator-border-radius",
|
|
177147
|
+
"value": "var( --kendo-scheduler-yearview-indicator-border-radius, 50% )",
|
|
176581
177148
|
"scope": "default",
|
|
176582
177149
|
"line": {
|
|
176583
177150
|
"start": 237,
|
|
@@ -176592,19 +177159,19 @@
|
|
|
176592
177159
|
"path": "fluent/scss/scheduler/_variables.scss",
|
|
176593
177160
|
"name": "_variables.scss"
|
|
176594
177161
|
},
|
|
176595
|
-
"resolvedValue": "var(--kendo-scheduler-
|
|
177162
|
+
"resolvedValue": "var(--kendo-scheduler-yearview-indicator-border-radius, 50%)",
|
|
176596
177163
|
"resolvedType": "String"
|
|
176597
177164
|
},
|
|
176598
177165
|
{
|
|
176599
|
-
"description": "The
|
|
177166
|
+
"description": "The background color of the days with events indicator of the year view in the Scheduler.\n",
|
|
176600
177167
|
"commentRange": {
|
|
176601
177168
|
"start": 238,
|
|
176602
177169
|
"end": 239
|
|
176603
177170
|
},
|
|
176604
177171
|
"context": {
|
|
176605
177172
|
"type": "variable",
|
|
176606
|
-
"name": "kendo-scheduler-
|
|
176607
|
-
"value": "var( --kendo-scheduler-
|
|
177173
|
+
"name": "kendo-scheduler-yearview-indicator-bg",
|
|
177174
|
+
"value": "var( --kendo-scheduler-yearview-indicator-bg, k-color(primary) )",
|
|
176608
177175
|
"scope": "default",
|
|
176609
177176
|
"line": {
|
|
176610
177177
|
"start": 240,
|
|
@@ -176619,19 +177186,19 @@
|
|
|
176619
177186
|
"path": "fluent/scss/scheduler/_variables.scss",
|
|
176620
177187
|
"name": "_variables.scss"
|
|
176621
177188
|
},
|
|
176622
|
-
"resolvedValue": "var(--kendo-scheduler-
|
|
177189
|
+
"resolvedValue": "var(--kendo-scheduler-yearview-indicator-bg, var(--kendo-color-primary))",
|
|
176623
177190
|
"resolvedType": "String"
|
|
176624
177191
|
},
|
|
176625
177192
|
{
|
|
176626
|
-
"description": "The
|
|
177193
|
+
"description": "The background color of the selected days with events indicator of the year view in the Scheduler.\n",
|
|
176627
177194
|
"commentRange": {
|
|
176628
177195
|
"start": 241,
|
|
176629
177196
|
"end": 242
|
|
176630
177197
|
},
|
|
176631
177198
|
"context": {
|
|
176632
177199
|
"type": "variable",
|
|
176633
|
-
"name": "kendo-scheduler-
|
|
176634
|
-
"value": "var( --kendo-scheduler-
|
|
177200
|
+
"name": "kendo-scheduler-yearview-indicator-selected-bg",
|
|
177201
|
+
"value": "var( --kendo-scheduler-yearview-indicator-selected-bg, k-color(app-surface) )",
|
|
176635
177202
|
"scope": "default",
|
|
176636
177203
|
"line": {
|
|
176637
177204
|
"start": 243,
|
|
@@ -176646,23 +177213,23 @@
|
|
|
176646
177213
|
"path": "fluent/scss/scheduler/_variables.scss",
|
|
176647
177214
|
"name": "_variables.scss"
|
|
176648
177215
|
},
|
|
176649
|
-
"resolvedValue": "var(--kendo-scheduler-
|
|
177216
|
+
"resolvedValue": "var(--kendo-scheduler-yearview-indicator-selected-bg, var(--kendo-color-app-surface))",
|
|
176650
177217
|
"resolvedType": "String"
|
|
176651
177218
|
},
|
|
176652
177219
|
{
|
|
176653
|
-
"description": "The
|
|
177220
|
+
"description": "The font size of the month inside the Scheduler Popover.\n",
|
|
176654
177221
|
"commentRange": {
|
|
176655
|
-
"start":
|
|
176656
|
-
"end":
|
|
177222
|
+
"start": 245,
|
|
177223
|
+
"end": 246
|
|
176657
177224
|
},
|
|
176658
177225
|
"context": {
|
|
176659
177226
|
"type": "variable",
|
|
176660
|
-
"name": "kendo-scheduler-
|
|
176661
|
-
"value": "var( --kendo-scheduler-
|
|
177227
|
+
"name": "kendo-scheduler-popover-month-font-size",
|
|
177228
|
+
"value": "var( --kendo-scheduler-popover-month-font-size, var(--kendo-font-size-sm) )",
|
|
176662
177229
|
"scope": "default",
|
|
176663
177230
|
"line": {
|
|
176664
|
-
"start":
|
|
176665
|
-
"end":
|
|
177231
|
+
"start": 247,
|
|
177232
|
+
"end": 247
|
|
176666
177233
|
}
|
|
176667
177234
|
},
|
|
176668
177235
|
"group": [
|
|
@@ -176673,19 +177240,19 @@
|
|
|
176673
177240
|
"path": "fluent/scss/scheduler/_variables.scss",
|
|
176674
177241
|
"name": "_variables.scss"
|
|
176675
177242
|
},
|
|
176676
|
-
"resolvedValue": "var(--kendo-scheduler-
|
|
177243
|
+
"resolvedValue": "var(--kendo-scheduler-popover-month-font-size, var(--kendo-font-size-sm))",
|
|
176677
177244
|
"resolvedType": "String"
|
|
176678
177245
|
},
|
|
176679
177246
|
{
|
|
176680
|
-
"description": "The
|
|
177247
|
+
"description": "The font size of the day inside the Scheduler Popover.\n",
|
|
176681
177248
|
"commentRange": {
|
|
176682
177249
|
"start": 248,
|
|
176683
177250
|
"end": 249
|
|
176684
177251
|
},
|
|
176685
177252
|
"context": {
|
|
176686
177253
|
"type": "variable",
|
|
176687
|
-
"name": "kendo-scheduler-
|
|
176688
|
-
"value": "var( --kendo-scheduler-
|
|
177254
|
+
"name": "kendo-scheduler-popover-day-font-size",
|
|
177255
|
+
"value": "var( --kendo-scheduler-popover-day-font-size, calc( var(--kendo-font-size-sm) * 2 ) )",
|
|
176689
177256
|
"scope": "default",
|
|
176690
177257
|
"line": {
|
|
176691
177258
|
"start": 250,
|
|
@@ -176700,19 +177267,19 @@
|
|
|
176700
177267
|
"path": "fluent/scss/scheduler/_variables.scss",
|
|
176701
177268
|
"name": "_variables.scss"
|
|
176702
177269
|
},
|
|
176703
|
-
"resolvedValue": "var(--kendo-scheduler-
|
|
177270
|
+
"resolvedValue": "var(--kendo-scheduler-popover-day-font-size, calc(var(--kendo-font-size-sm) * 2))",
|
|
176704
177271
|
"resolvedType": "String"
|
|
176705
177272
|
},
|
|
176706
177273
|
{
|
|
176707
|
-
"description": "The
|
|
177274
|
+
"description": "The max height of the events inside the Scheduler Popover.\n",
|
|
176708
177275
|
"commentRange": {
|
|
176709
177276
|
"start": 252,
|
|
176710
177277
|
"end": 253
|
|
176711
177278
|
},
|
|
176712
177279
|
"context": {
|
|
176713
177280
|
"type": "variable",
|
|
176714
|
-
"name": "kendo-scheduler-
|
|
176715
|
-
"value": "var( --kendo-scheduler-
|
|
177281
|
+
"name": "kendo-scheduler-popover-events-max-height",
|
|
177282
|
+
"value": "var( --kendo-scheduler-popover-events-max-height, 250px )",
|
|
176716
177283
|
"scope": "default",
|
|
176717
177284
|
"line": {
|
|
176718
177285
|
"start": 254,
|
|
@@ -176727,23 +177294,77 @@
|
|
|
176727
177294
|
"path": "fluent/scss/scheduler/_variables.scss",
|
|
176728
177295
|
"name": "_variables.scss"
|
|
176729
177296
|
},
|
|
176730
|
-
"resolvedValue": "var(--kendo-scheduler-
|
|
177297
|
+
"resolvedValue": "var(--kendo-scheduler-popover-events-max-height, 250px)",
|
|
176731
177298
|
"resolvedType": "String"
|
|
176732
177299
|
},
|
|
176733
177300
|
{
|
|
176734
|
-
"description": "The
|
|
177301
|
+
"description": "The spacing between the events inside the Scheduler Popover.\n",
|
|
176735
177302
|
"commentRange": {
|
|
176736
|
-
"start":
|
|
176737
|
-
"end":
|
|
177303
|
+
"start": 255,
|
|
177304
|
+
"end": 256
|
|
176738
177305
|
},
|
|
176739
177306
|
"context": {
|
|
176740
177307
|
"type": "variable",
|
|
176741
|
-
"name": "kendo-scheduler-
|
|
176742
|
-
"value": "var( --kendo-scheduler-
|
|
177308
|
+
"name": "kendo-scheduler-popover-events-gap",
|
|
177309
|
+
"value": "var( --kendo-scheduler-popover-events-gap, k-spacing(1.5) )",
|
|
176743
177310
|
"scope": "default",
|
|
176744
177311
|
"line": {
|
|
176745
|
-
"start":
|
|
176746
|
-
"end":
|
|
177312
|
+
"start": 257,
|
|
177313
|
+
"end": 257
|
|
177314
|
+
}
|
|
177315
|
+
},
|
|
177316
|
+
"group": [
|
|
177317
|
+
"scheduler"
|
|
177318
|
+
],
|
|
177319
|
+
"access": "public",
|
|
177320
|
+
"file": {
|
|
177321
|
+
"path": "fluent/scss/scheduler/_variables.scss",
|
|
177322
|
+
"name": "_variables.scss"
|
|
177323
|
+
},
|
|
177324
|
+
"resolvedValue": "var(--kendo-scheduler-popover-events-gap, var(--kendo-spacing-1\\.5))",
|
|
177325
|
+
"resolvedType": "String"
|
|
177326
|
+
},
|
|
177327
|
+
{
|
|
177328
|
+
"description": "The minimum height of the events inside the Scheduler Popover.\n",
|
|
177329
|
+
"commentRange": {
|
|
177330
|
+
"start": 259,
|
|
177331
|
+
"end": 260
|
|
177332
|
+
},
|
|
177333
|
+
"context": {
|
|
177334
|
+
"type": "variable",
|
|
177335
|
+
"name": "kendo-scheduler-popover-event-min-height",
|
|
177336
|
+
"value": "var( --kendo-scheduler-popover-event-min-height, 25px )",
|
|
177337
|
+
"scope": "default",
|
|
177338
|
+
"line": {
|
|
177339
|
+
"start": 261,
|
|
177340
|
+
"end": 261
|
|
177341
|
+
}
|
|
177342
|
+
},
|
|
177343
|
+
"group": [
|
|
177344
|
+
"scheduler"
|
|
177345
|
+
],
|
|
177346
|
+
"access": "public",
|
|
177347
|
+
"file": {
|
|
177348
|
+
"path": "fluent/scss/scheduler/_variables.scss",
|
|
177349
|
+
"name": "_variables.scss"
|
|
177350
|
+
},
|
|
177351
|
+
"resolvedValue": "var(--kendo-scheduler-popover-event-min-height, 25px)",
|
|
177352
|
+
"resolvedType": "String"
|
|
177353
|
+
},
|
|
177354
|
+
{
|
|
177355
|
+
"description": "The horizontal padding of the events inside the Scheduler Popover.\n",
|
|
177356
|
+
"commentRange": {
|
|
177357
|
+
"start": 262,
|
|
177358
|
+
"end": 263
|
|
177359
|
+
},
|
|
177360
|
+
"context": {
|
|
177361
|
+
"type": "variable",
|
|
177362
|
+
"name": "kendo-scheduler-popover-event-padding-x",
|
|
177363
|
+
"value": "var( --kendo-scheduler-popover-event-padding-x, $kendo-scheduler-event-template-padding-x )",
|
|
177364
|
+
"scope": "default",
|
|
177365
|
+
"line": {
|
|
177366
|
+
"start": 264,
|
|
177367
|
+
"end": 264
|
|
176747
177368
|
}
|
|
176748
177369
|
},
|
|
176749
177370
|
"group": [
|
|
@@ -176754,14 +177375,95 @@
|
|
|
176754
177375
|
"path": "fluent/scss/scheduler/_variables.scss",
|
|
176755
177376
|
"name": "_variables.scss"
|
|
176756
177377
|
},
|
|
176757
|
-
"resolvedValue": "var(--kendo-scheduler-
|
|
177378
|
+
"resolvedValue": "var(--kendo-scheduler-popover-event-padding-x, var(--kendo-scheduler-event-padding-x, var(--kendo-spacing-2)))",
|
|
177379
|
+
"resolvedType": "String"
|
|
177380
|
+
},
|
|
177381
|
+
{
|
|
177382
|
+
"description": "The vertical padding of the events inside the Scheduler Popover.\n",
|
|
177383
|
+
"commentRange": {
|
|
177384
|
+
"start": 265,
|
|
177385
|
+
"end": 266
|
|
177386
|
+
},
|
|
177387
|
+
"context": {
|
|
177388
|
+
"type": "variable",
|
|
177389
|
+
"name": "kendo-scheduler-popover-event-padding-y",
|
|
177390
|
+
"value": "null",
|
|
177391
|
+
"scope": "default",
|
|
177392
|
+
"line": {
|
|
177393
|
+
"start": 267,
|
|
177394
|
+
"end": 267
|
|
177395
|
+
}
|
|
177396
|
+
},
|
|
177397
|
+
"group": [
|
|
177398
|
+
"scheduler"
|
|
177399
|
+
],
|
|
177400
|
+
"access": "public",
|
|
177401
|
+
"file": {
|
|
177402
|
+
"path": "fluent/scss/scheduler/_variables.scss",
|
|
177403
|
+
"name": "_variables.scss"
|
|
177404
|
+
},
|
|
177405
|
+
"resolvedValue": "null",
|
|
177406
|
+
"resolvedType": "Null"
|
|
177407
|
+
},
|
|
177408
|
+
{
|
|
177409
|
+
"description": "The border radius of the events inside the Scheduler Popover.\n",
|
|
177410
|
+
"commentRange": {
|
|
177411
|
+
"start": 268,
|
|
177412
|
+
"end": 269
|
|
177413
|
+
},
|
|
177414
|
+
"context": {
|
|
177415
|
+
"type": "variable",
|
|
177416
|
+
"name": "kendo-scheduler-popover-event-border-radius",
|
|
177417
|
+
"value": "var( --kendo-scheduler-popover-event-border-radius, $kendo-scheduler-event-border-radius )",
|
|
177418
|
+
"scope": "default",
|
|
177419
|
+
"line": {
|
|
177420
|
+
"start": 270,
|
|
177421
|
+
"end": 270
|
|
177422
|
+
}
|
|
177423
|
+
},
|
|
177424
|
+
"group": [
|
|
177425
|
+
"scheduler"
|
|
177426
|
+
],
|
|
177427
|
+
"access": "public",
|
|
177428
|
+
"file": {
|
|
177429
|
+
"path": "fluent/scss/scheduler/_variables.scss",
|
|
177430
|
+
"name": "_variables.scss"
|
|
177431
|
+
},
|
|
177432
|
+
"resolvedValue": "var(--kendo-scheduler-popover-event-border-radius, var(--kendo-scheduler-event-border-radius, var(--kendo-border-radius-md)))",
|
|
177433
|
+
"resolvedType": "String"
|
|
177434
|
+
},
|
|
177435
|
+
{
|
|
177436
|
+
"description": "The spacing between the events items inside the Scheduler Popover.\n",
|
|
177437
|
+
"commentRange": {
|
|
177438
|
+
"start": 271,
|
|
177439
|
+
"end": 272
|
|
177440
|
+
},
|
|
177441
|
+
"context": {
|
|
177442
|
+
"type": "variable",
|
|
177443
|
+
"name": "kendo-scheduler-popover-event-gap",
|
|
177444
|
+
"value": "var( --kendo-scheduler-popover-event-gap, k-spacing(0.5) )",
|
|
177445
|
+
"scope": "default",
|
|
177446
|
+
"line": {
|
|
177447
|
+
"start": 273,
|
|
177448
|
+
"end": 273
|
|
177449
|
+
}
|
|
177450
|
+
},
|
|
177451
|
+
"group": [
|
|
177452
|
+
"scheduler"
|
|
177453
|
+
],
|
|
177454
|
+
"access": "public",
|
|
177455
|
+
"file": {
|
|
177456
|
+
"path": "fluent/scss/scheduler/_variables.scss",
|
|
177457
|
+
"name": "_variables.scss"
|
|
177458
|
+
},
|
|
177459
|
+
"resolvedValue": "var(--kendo-scheduler-popover-event-gap, var(--kendo-spacing-0\\.5))",
|
|
176758
177460
|
"resolvedType": "String"
|
|
176759
177461
|
},
|
|
176760
177462
|
{
|
|
176761
177463
|
"description": "The color of the Scheduler marquee.\n",
|
|
176762
177464
|
"commentRange": {
|
|
176763
|
-
"start":
|
|
176764
|
-
"end":
|
|
177465
|
+
"start": 275,
|
|
177466
|
+
"end": 276
|
|
176765
177467
|
},
|
|
176766
177468
|
"context": {
|
|
176767
177469
|
"type": "variable",
|
|
@@ -176769,8 +177471,8 @@
|
|
|
176769
177471
|
"value": "var( --kendo-scheduler-marquee-color, k-color(primary) )",
|
|
176770
177472
|
"scope": "default",
|
|
176771
177473
|
"line": {
|
|
176772
|
-
"start":
|
|
176773
|
-
"end":
|
|
177474
|
+
"start": 277,
|
|
177475
|
+
"end": 277
|
|
176774
177476
|
}
|
|
176775
177477
|
},
|
|
176776
177478
|
"group": [
|
|
@@ -176787,8 +177489,8 @@
|
|
|
176787
177489
|
{
|
|
176788
177490
|
"description": "The spacing between icon and text in Scheduler navigation items.\n",
|
|
176789
177491
|
"commentRange": {
|
|
176790
|
-
"start":
|
|
176791
|
-
"end":
|
|
177492
|
+
"start": 279,
|
|
177493
|
+
"end": 280
|
|
176792
177494
|
},
|
|
176793
177495
|
"context": {
|
|
176794
177496
|
"type": "variable",
|
|
@@ -176796,8 +177498,8 @@
|
|
|
176796
177498
|
"value": "var( --kendo-scheduler-nav-item-icon-spacing, #{k-spacing(2)} )",
|
|
176797
177499
|
"scope": "default",
|
|
176798
177500
|
"line": {
|
|
176799
|
-
"start":
|
|
176800
|
-
"end":
|
|
177501
|
+
"start": 281,
|
|
177502
|
+
"end": 281
|
|
176801
177503
|
}
|
|
176802
177504
|
},
|
|
176803
177505
|
"group": [
|