@progress/kendo-theme-meridian 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/meridian-main-dark.css +1 -1
- package/dist/meridian-main.css +1 -1
- package/dist/meta/sassdoc-data.json +1506 -912
- package/dist/meta/sassdoc-raw-data.json +632 -357
- package/dist/meta/variables.json +125 -77
- package/lib/swatches/meridian-main-dark.json +1 -1
- package/lib/swatches/meridian-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 -11
- package/scss/scheduler/_theme.scss +0 -4
- package/scss/scheduler/_variables.scss +98 -84
|
@@ -2474,6 +2474,31 @@
|
|
|
2474
2474
|
"name": "_variables.scss"
|
|
2475
2475
|
}
|
|
2476
2476
|
},
|
|
2477
|
+
{
|
|
2478
|
+
"description": "The border radius of the pre element in the ToolCall body.\n",
|
|
2479
|
+
"commentRange": {
|
|
2480
|
+
"start": 46,
|
|
2481
|
+
"end": 47
|
|
2482
|
+
},
|
|
2483
|
+
"context": {
|
|
2484
|
+
"type": "variable",
|
|
2485
|
+
"name": "kendo-tool-call-pre-border-radius",
|
|
2486
|
+
"value": "k-border-radius(xl)",
|
|
2487
|
+
"scope": "default",
|
|
2488
|
+
"line": {
|
|
2489
|
+
"start": 48,
|
|
2490
|
+
"end": 48
|
|
2491
|
+
}
|
|
2492
|
+
},
|
|
2493
|
+
"group": [
|
|
2494
|
+
"agent-response"
|
|
2495
|
+
],
|
|
2496
|
+
"access": "public",
|
|
2497
|
+
"file": {
|
|
2498
|
+
"path": "agent-response/_variables.scss",
|
|
2499
|
+
"name": "_variables.scss"
|
|
2500
|
+
}
|
|
2501
|
+
},
|
|
2477
2502
|
{
|
|
2478
2503
|
"description": "The default theme color of the AppBar.\n",
|
|
2479
2504
|
"commentRange": {
|
|
@@ -20377,7 +20402,7 @@
|
|
|
20377
20402
|
"context": {
|
|
20378
20403
|
"type": "variable",
|
|
20379
20404
|
"name": "kendo-citation-popover-view-padding",
|
|
20380
|
-
"value": "k-spacing(4)",
|
|
20405
|
+
"value": "k-spacing(2) k-spacing(4) k-spacing(4) k-spacing(4)",
|
|
20381
20406
|
"scope": "default",
|
|
20382
20407
|
"line": {
|
|
20383
20408
|
"start": 7,
|
|
@@ -20418,6 +20443,181 @@
|
|
|
20418
20443
|
"name": "_variables.scss"
|
|
20419
20444
|
}
|
|
20420
20445
|
},
|
|
20446
|
+
{
|
|
20447
|
+
"description": "The font weight of the CitationPopoverView title.\n",
|
|
20448
|
+
"commentRange": {
|
|
20449
|
+
"start": 11,
|
|
20450
|
+
"end": 12
|
|
20451
|
+
},
|
|
20452
|
+
"context": {
|
|
20453
|
+
"type": "variable",
|
|
20454
|
+
"name": "kendo-citation-popover-view-title-font-weight",
|
|
20455
|
+
"value": "var(--kendo-font-weight-medium)",
|
|
20456
|
+
"scope": "default",
|
|
20457
|
+
"line": {
|
|
20458
|
+
"start": 13,
|
|
20459
|
+
"end": 13
|
|
20460
|
+
}
|
|
20461
|
+
},
|
|
20462
|
+
"group": [
|
|
20463
|
+
"citation"
|
|
20464
|
+
],
|
|
20465
|
+
"access": "public",
|
|
20466
|
+
"file": {
|
|
20467
|
+
"path": "citation/_variables.scss",
|
|
20468
|
+
"name": "_variables.scss"
|
|
20469
|
+
}
|
|
20470
|
+
},
|
|
20471
|
+
{
|
|
20472
|
+
"description": "The font size of the CitationPopoverView body text.\n",
|
|
20473
|
+
"commentRange": {
|
|
20474
|
+
"start": 14,
|
|
20475
|
+
"end": 15
|
|
20476
|
+
},
|
|
20477
|
+
"context": {
|
|
20478
|
+
"type": "variable",
|
|
20479
|
+
"name": "kendo-citation-popover-view-body-font-size",
|
|
20480
|
+
"value": "var(--kendo-font-size-sm)",
|
|
20481
|
+
"scope": "default",
|
|
20482
|
+
"line": {
|
|
20483
|
+
"start": 16,
|
|
20484
|
+
"end": 16
|
|
20485
|
+
}
|
|
20486
|
+
},
|
|
20487
|
+
"group": [
|
|
20488
|
+
"citation"
|
|
20489
|
+
],
|
|
20490
|
+
"access": "public",
|
|
20491
|
+
"file": {
|
|
20492
|
+
"path": "citation/_variables.scss",
|
|
20493
|
+
"name": "_variables.scss"
|
|
20494
|
+
}
|
|
20495
|
+
},
|
|
20496
|
+
{
|
|
20497
|
+
"description": "The top margin of the CitationPopoverView body text.\n",
|
|
20498
|
+
"commentRange": {
|
|
20499
|
+
"start": 17,
|
|
20500
|
+
"end": 18
|
|
20501
|
+
},
|
|
20502
|
+
"context": {
|
|
20503
|
+
"type": "variable",
|
|
20504
|
+
"name": "kendo-citation-popover-view-body-margin-top",
|
|
20505
|
+
"value": "k-spacing(2)",
|
|
20506
|
+
"scope": "default",
|
|
20507
|
+
"line": {
|
|
20508
|
+
"start": 19,
|
|
20509
|
+
"end": 19
|
|
20510
|
+
}
|
|
20511
|
+
},
|
|
20512
|
+
"group": [
|
|
20513
|
+
"citation"
|
|
20514
|
+
],
|
|
20515
|
+
"access": "public",
|
|
20516
|
+
"file": {
|
|
20517
|
+
"path": "citation/_variables.scss",
|
|
20518
|
+
"name": "_variables.scss"
|
|
20519
|
+
}
|
|
20520
|
+
},
|
|
20521
|
+
{
|
|
20522
|
+
"description": "The text color of the CitationPopoverView body text.\n",
|
|
20523
|
+
"commentRange": {
|
|
20524
|
+
"start": 20,
|
|
20525
|
+
"end": 21
|
|
20526
|
+
},
|
|
20527
|
+
"context": {
|
|
20528
|
+
"type": "variable",
|
|
20529
|
+
"name": "kendo-citation-popover-view-body-color",
|
|
20530
|
+
"value": "k-color(subtle)",
|
|
20531
|
+
"scope": "default",
|
|
20532
|
+
"line": {
|
|
20533
|
+
"start": 22,
|
|
20534
|
+
"end": 22
|
|
20535
|
+
}
|
|
20536
|
+
},
|
|
20537
|
+
"group": [
|
|
20538
|
+
"citation"
|
|
20539
|
+
],
|
|
20540
|
+
"access": "public",
|
|
20541
|
+
"file": {
|
|
20542
|
+
"path": "citation/_variables.scss",
|
|
20543
|
+
"name": "_variables.scss"
|
|
20544
|
+
}
|
|
20545
|
+
},
|
|
20546
|
+
{
|
|
20547
|
+
"description": "The font size of the CitationPopoverView source link.\n",
|
|
20548
|
+
"commentRange": {
|
|
20549
|
+
"start": 23,
|
|
20550
|
+
"end": 24
|
|
20551
|
+
},
|
|
20552
|
+
"context": {
|
|
20553
|
+
"type": "variable",
|
|
20554
|
+
"name": "kendo-citation-popover-view-source-font-size",
|
|
20555
|
+
"value": "var(--kendo-font-size-sm)",
|
|
20556
|
+
"scope": "default",
|
|
20557
|
+
"line": {
|
|
20558
|
+
"start": 25,
|
|
20559
|
+
"end": 25
|
|
20560
|
+
}
|
|
20561
|
+
},
|
|
20562
|
+
"group": [
|
|
20563
|
+
"citation"
|
|
20564
|
+
],
|
|
20565
|
+
"access": "public",
|
|
20566
|
+
"file": {
|
|
20567
|
+
"path": "citation/_variables.scss",
|
|
20568
|
+
"name": "_variables.scss"
|
|
20569
|
+
}
|
|
20570
|
+
},
|
|
20571
|
+
{
|
|
20572
|
+
"description": "The top margin of the CitationPopoverView source link.\n",
|
|
20573
|
+
"commentRange": {
|
|
20574
|
+
"start": 26,
|
|
20575
|
+
"end": 27
|
|
20576
|
+
},
|
|
20577
|
+
"context": {
|
|
20578
|
+
"type": "variable",
|
|
20579
|
+
"name": "kendo-citation-popover-view-source-margin-top",
|
|
20580
|
+
"value": "0",
|
|
20581
|
+
"scope": "default",
|
|
20582
|
+
"line": {
|
|
20583
|
+
"start": 28,
|
|
20584
|
+
"end": 28
|
|
20585
|
+
}
|
|
20586
|
+
},
|
|
20587
|
+
"group": [
|
|
20588
|
+
"citation"
|
|
20589
|
+
],
|
|
20590
|
+
"access": "public",
|
|
20591
|
+
"file": {
|
|
20592
|
+
"path": "citation/_variables.scss",
|
|
20593
|
+
"name": "_variables.scss"
|
|
20594
|
+
}
|
|
20595
|
+
},
|
|
20596
|
+
{
|
|
20597
|
+
"description": "The gap between the icon and text of the CitationPopoverView source link.\n",
|
|
20598
|
+
"commentRange": {
|
|
20599
|
+
"start": 29,
|
|
20600
|
+
"end": 30
|
|
20601
|
+
},
|
|
20602
|
+
"context": {
|
|
20603
|
+
"type": "variable",
|
|
20604
|
+
"name": "kendo-citation-popover-view-source-gap",
|
|
20605
|
+
"value": "k-spacing(1)",
|
|
20606
|
+
"scope": "default",
|
|
20607
|
+
"line": {
|
|
20608
|
+
"start": 31,
|
|
20609
|
+
"end": 31
|
|
20610
|
+
}
|
|
20611
|
+
},
|
|
20612
|
+
"group": [
|
|
20613
|
+
"citation"
|
|
20614
|
+
],
|
|
20615
|
+
"access": "public",
|
|
20616
|
+
"file": {
|
|
20617
|
+
"path": "citation/_variables.scss",
|
|
20618
|
+
"name": "_variables.scss"
|
|
20619
|
+
}
|
|
20620
|
+
},
|
|
20421
20621
|
{
|
|
20422
20622
|
"description": "The default size of the ColorEditor.\n",
|
|
20423
20623
|
"commentRange": {
|
|
@@ -66187,7 +66387,7 @@
|
|
|
66187
66387
|
"context": {
|
|
66188
66388
|
"type": "variable",
|
|
66189
66389
|
"name": "kendo-scheduler-event-min-height",
|
|
66190
|
-
"value": "
|
|
66390
|
+
"value": "12px",
|
|
66191
66391
|
"scope": "default",
|
|
66192
66392
|
"line": {
|
|
66193
66393
|
"start": 62,
|
|
@@ -66229,19 +66429,19 @@
|
|
|
66229
66429
|
}
|
|
66230
66430
|
},
|
|
66231
66431
|
{
|
|
66232
|
-
"description": "The
|
|
66432
|
+
"description": "The font size of the Scheduler event title.\n",
|
|
66233
66433
|
"commentRange": {
|
|
66234
|
-
"start":
|
|
66235
|
-
"end":
|
|
66434
|
+
"start": 67,
|
|
66435
|
+
"end": 68
|
|
66236
66436
|
},
|
|
66237
66437
|
"context": {
|
|
66238
66438
|
"type": "variable",
|
|
66239
|
-
"name": "kendo-scheduler-event-
|
|
66240
|
-
"value": "
|
|
66439
|
+
"name": "kendo-scheduler-event-title-font-size",
|
|
66440
|
+
"value": "var(--kendo-font-size-sm)",
|
|
66241
66441
|
"scope": "default",
|
|
66242
66442
|
"line": {
|
|
66243
|
-
"start":
|
|
66244
|
-
"end":
|
|
66443
|
+
"start": 69,
|
|
66444
|
+
"end": 69
|
|
66245
66445
|
}
|
|
66246
66446
|
},
|
|
66247
66447
|
"group": [
|
|
@@ -66254,15 +66454,15 @@
|
|
|
66254
66454
|
}
|
|
66255
66455
|
},
|
|
66256
66456
|
{
|
|
66257
|
-
"description": "The
|
|
66457
|
+
"description": "The line height of the Scheduler event title.\n",
|
|
66258
66458
|
"commentRange": {
|
|
66259
66459
|
"start": 70,
|
|
66260
66460
|
"end": 71
|
|
66261
66461
|
},
|
|
66262
66462
|
"context": {
|
|
66263
66463
|
"type": "variable",
|
|
66264
|
-
"name": "kendo-scheduler-event-
|
|
66265
|
-
"value": "
|
|
66464
|
+
"name": "kendo-scheduler-event-title-line-height",
|
|
66465
|
+
"value": "var(--kendo-line-height-sm)",
|
|
66266
66466
|
"scope": "default",
|
|
66267
66467
|
"line": {
|
|
66268
66468
|
"start": 72,
|
|
@@ -66279,15 +66479,15 @@
|
|
|
66279
66479
|
}
|
|
66280
66480
|
},
|
|
66281
66481
|
{
|
|
66282
|
-
"description": "The
|
|
66482
|
+
"description": "The top padding of the Scheduler event title.\n",
|
|
66283
66483
|
"commentRange": {
|
|
66284
66484
|
"start": 73,
|
|
66285
66485
|
"end": 74
|
|
66286
66486
|
},
|
|
66287
66487
|
"context": {
|
|
66288
66488
|
"type": "variable",
|
|
66289
|
-
"name": "kendo-scheduler-event-
|
|
66290
|
-
"value": "k-
|
|
66489
|
+
"name": "kendo-scheduler-event-title-padding-top",
|
|
66490
|
+
"value": "k-spacing(1)",
|
|
66291
66491
|
"scope": "default",
|
|
66292
66492
|
"line": {
|
|
66293
66493
|
"start": 75,
|
|
@@ -66304,15 +66504,15 @@
|
|
|
66304
66504
|
}
|
|
66305
66505
|
},
|
|
66306
66506
|
{
|
|
66307
|
-
"description": "The
|
|
66507
|
+
"description": "The bottom padding of the Scheduler event title.\n",
|
|
66308
66508
|
"commentRange": {
|
|
66309
66509
|
"start": 76,
|
|
66310
66510
|
"end": 77
|
|
66311
66511
|
},
|
|
66312
66512
|
"context": {
|
|
66313
66513
|
"type": "variable",
|
|
66314
|
-
"name": "kendo-scheduler-event-
|
|
66315
|
-
"value": "k-
|
|
66514
|
+
"name": "kendo-scheduler-event-title-padding-bottom",
|
|
66515
|
+
"value": "k-spacing(0.5)",
|
|
66316
66516
|
"scope": "default",
|
|
66317
66517
|
"line": {
|
|
66318
66518
|
"start": 78,
|
|
@@ -66329,19 +66529,19 @@
|
|
|
66329
66529
|
}
|
|
66330
66530
|
},
|
|
66331
66531
|
{
|
|
66332
|
-
"description": "The
|
|
66532
|
+
"description": "The font size of the Scheduler event time.\n",
|
|
66333
66533
|
"commentRange": {
|
|
66334
|
-
"start":
|
|
66335
|
-
"end":
|
|
66534
|
+
"start": 80,
|
|
66535
|
+
"end": 81
|
|
66336
66536
|
},
|
|
66337
66537
|
"context": {
|
|
66338
66538
|
"type": "variable",
|
|
66339
|
-
"name": "kendo-scheduler-event-
|
|
66340
|
-
"value": "
|
|
66539
|
+
"name": "kendo-scheduler-event-time-font-size",
|
|
66540
|
+
"value": "var(--kendo-font-size-xs)",
|
|
66341
66541
|
"scope": "default",
|
|
66342
66542
|
"line": {
|
|
66343
|
-
"start":
|
|
66344
|
-
"end":
|
|
66543
|
+
"start": 82,
|
|
66544
|
+
"end": 82
|
|
66345
66545
|
}
|
|
66346
66546
|
},
|
|
66347
66547
|
"group": [
|
|
@@ -66354,19 +66554,19 @@
|
|
|
66354
66554
|
}
|
|
66355
66555
|
},
|
|
66356
66556
|
{
|
|
66357
|
-
"description": "The
|
|
66557
|
+
"description": "The line height of the Scheduler event time.\n",
|
|
66358
66558
|
"commentRange": {
|
|
66359
|
-
"start":
|
|
66360
|
-
"end":
|
|
66559
|
+
"start": 83,
|
|
66560
|
+
"end": 84
|
|
66361
66561
|
},
|
|
66362
66562
|
"context": {
|
|
66363
66563
|
"type": "variable",
|
|
66364
|
-
"name": "kendo-scheduler-event-
|
|
66365
|
-
"value": "
|
|
66564
|
+
"name": "kendo-scheduler-event-time-line-height",
|
|
66565
|
+
"value": "var(--kendo-line-height-sm)",
|
|
66366
66566
|
"scope": "default",
|
|
66367
66567
|
"line": {
|
|
66368
|
-
"start":
|
|
66369
|
-
"end":
|
|
66568
|
+
"start": 85,
|
|
66569
|
+
"end": 85
|
|
66370
66570
|
}
|
|
66371
66571
|
},
|
|
66372
66572
|
"group": [
|
|
@@ -66379,15 +66579,15 @@
|
|
|
66379
66579
|
}
|
|
66380
66580
|
},
|
|
66381
66581
|
{
|
|
66382
|
-
"description": "The
|
|
66582
|
+
"description": "The top padding of the Scheduler event time.\n",
|
|
66383
66583
|
"commentRange": {
|
|
66384
66584
|
"start": 86,
|
|
66385
66585
|
"end": 87
|
|
66386
66586
|
},
|
|
66387
66587
|
"context": {
|
|
66388
66588
|
"type": "variable",
|
|
66389
|
-
"name": "kendo-scheduler-event-
|
|
66390
|
-
"value": "
|
|
66589
|
+
"name": "kendo-scheduler-event-time-padding-top",
|
|
66590
|
+
"value": "k-spacing(0.5)",
|
|
66391
66591
|
"scope": "default",
|
|
66392
66592
|
"line": {
|
|
66393
66593
|
"start": 88,
|
|
@@ -66404,15 +66604,15 @@
|
|
|
66404
66604
|
}
|
|
66405
66605
|
},
|
|
66406
66606
|
{
|
|
66407
|
-
"description": "The
|
|
66607
|
+
"description": "The bottom padding of the Scheduler event time.\n",
|
|
66408
66608
|
"commentRange": {
|
|
66409
66609
|
"start": 89,
|
|
66410
66610
|
"end": 90
|
|
66411
66611
|
},
|
|
66412
66612
|
"context": {
|
|
66413
66613
|
"type": "variable",
|
|
66414
|
-
"name": "kendo-scheduler-event-
|
|
66415
|
-
"value": "
|
|
66614
|
+
"name": "kendo-scheduler-event-time-padding-bottom",
|
|
66615
|
+
"value": "k-spacing(0.5)",
|
|
66416
66616
|
"scope": "default",
|
|
66417
66617
|
"line": {
|
|
66418
66618
|
"start": 91,
|
|
@@ -66429,19 +66629,19 @@
|
|
|
66429
66629
|
}
|
|
66430
66630
|
},
|
|
66431
66631
|
{
|
|
66432
|
-
"description": "The
|
|
66632
|
+
"description": "The background color of the Scheduler event.\n",
|
|
66433
66633
|
"commentRange": {
|
|
66434
|
-
"start":
|
|
66435
|
-
"end":
|
|
66634
|
+
"start": 93,
|
|
66635
|
+
"end": 94
|
|
66436
66636
|
},
|
|
66437
66637
|
"context": {
|
|
66438
66638
|
"type": "variable",
|
|
66439
|
-
"name": "kendo-scheduler-event-
|
|
66440
|
-
"value": "
|
|
66639
|
+
"name": "kendo-scheduler-event-bg",
|
|
66640
|
+
"value": "k-color(secondary-subtle)",
|
|
66441
66641
|
"scope": "default",
|
|
66442
66642
|
"line": {
|
|
66443
|
-
"start":
|
|
66444
|
-
"end":
|
|
66643
|
+
"start": 95,
|
|
66644
|
+
"end": 95
|
|
66445
66645
|
}
|
|
66446
66646
|
},
|
|
66447
66647
|
"group": [
|
|
@@ -66454,19 +66654,19 @@
|
|
|
66454
66654
|
}
|
|
66455
66655
|
},
|
|
66456
66656
|
{
|
|
66457
|
-
"description": "The
|
|
66657
|
+
"description": "The text color of the Scheduler event.\n",
|
|
66458
66658
|
"commentRange": {
|
|
66459
|
-
"start":
|
|
66460
|
-
"end":
|
|
66659
|
+
"start": 96,
|
|
66660
|
+
"end": 97
|
|
66461
66661
|
},
|
|
66462
66662
|
"context": {
|
|
66463
66663
|
"type": "variable",
|
|
66464
|
-
"name": "kendo-scheduler-event-
|
|
66465
|
-
"value": "
|
|
66664
|
+
"name": "kendo-scheduler-event-text",
|
|
66665
|
+
"value": "k-color(secondary-on-subtle)",
|
|
66466
66666
|
"scope": "default",
|
|
66467
66667
|
"line": {
|
|
66468
|
-
"start":
|
|
66469
|
-
"end":
|
|
66668
|
+
"start": 98,
|
|
66669
|
+
"end": 98
|
|
66470
66670
|
}
|
|
66471
66671
|
},
|
|
66472
66672
|
"group": [
|
|
@@ -66479,19 +66679,19 @@
|
|
|
66479
66679
|
}
|
|
66480
66680
|
},
|
|
66481
66681
|
{
|
|
66482
|
-
"description": "The
|
|
66682
|
+
"description": "The border color of the Scheduler event.\n",
|
|
66483
66683
|
"commentRange": {
|
|
66484
|
-
"start":
|
|
66485
|
-
"end":
|
|
66684
|
+
"start": 99,
|
|
66685
|
+
"end": 100
|
|
66486
66686
|
},
|
|
66487
66687
|
"context": {
|
|
66488
66688
|
"type": "variable",
|
|
66489
|
-
"name": "kendo-scheduler-event-
|
|
66490
|
-
"value": "
|
|
66689
|
+
"name": "kendo-scheduler-event-border",
|
|
66690
|
+
"value": "k-color(secondary-subtle)",
|
|
66491
66691
|
"scope": "default",
|
|
66492
66692
|
"line": {
|
|
66493
|
-
"start":
|
|
66494
|
-
"end":
|
|
66693
|
+
"start": 101,
|
|
66694
|
+
"end": 101
|
|
66495
66695
|
}
|
|
66496
66696
|
},
|
|
66497
66697
|
"group": [
|
|
@@ -66504,15 +66704,15 @@
|
|
|
66504
66704
|
}
|
|
66505
66705
|
},
|
|
66506
66706
|
{
|
|
66507
|
-
"description": "The
|
|
66707
|
+
"description": "The gradient of the Scheduler event.\n",
|
|
66508
66708
|
"commentRange": {
|
|
66509
66709
|
"start": 102,
|
|
66510
66710
|
"end": 103
|
|
66511
66711
|
},
|
|
66512
66712
|
"context": {
|
|
66513
66713
|
"type": "variable",
|
|
66514
|
-
"name": "kendo-scheduler-event-
|
|
66515
|
-
"value": "
|
|
66714
|
+
"name": "kendo-scheduler-event-gradient",
|
|
66715
|
+
"value": "null",
|
|
66516
66716
|
"scope": "default",
|
|
66517
66717
|
"line": {
|
|
66518
66718
|
"start": 104,
|
|
@@ -66529,15 +66729,15 @@
|
|
|
66529
66729
|
}
|
|
66530
66730
|
},
|
|
66531
66731
|
{
|
|
66532
|
-
"description": "The
|
|
66732
|
+
"description": "The shadow of the Scheduler event.\n",
|
|
66533
66733
|
"commentRange": {
|
|
66534
66734
|
"start": 105,
|
|
66535
66735
|
"end": 106
|
|
66536
66736
|
},
|
|
66537
66737
|
"context": {
|
|
66538
66738
|
"type": "variable",
|
|
66539
|
-
"name": "kendo-scheduler-event-
|
|
66540
|
-
"value": "k-color(secondary
|
|
66739
|
+
"name": "kendo-scheduler-event-shadow",
|
|
66740
|
+
"value": "inset 3px 0 0 0 k-color(secondary)",
|
|
66541
66741
|
"scope": "default",
|
|
66542
66742
|
"line": {
|
|
66543
66743
|
"start": 107,
|
|
@@ -66554,19 +66754,19 @@
|
|
|
66554
66754
|
}
|
|
66555
66755
|
},
|
|
66556
66756
|
{
|
|
66557
|
-
"description": "The
|
|
66757
|
+
"description": "The background color of the read-only Scheduler event.\n",
|
|
66558
66758
|
"commentRange": {
|
|
66559
|
-
"start":
|
|
66560
|
-
"end":
|
|
66759
|
+
"start": 110,
|
|
66760
|
+
"end": 111
|
|
66561
66761
|
},
|
|
66562
66762
|
"context": {
|
|
66563
66763
|
"type": "variable",
|
|
66564
|
-
"name": "kendo-scheduler-event-
|
|
66565
|
-
"value": "
|
|
66764
|
+
"name": "kendo-scheduler-event-readonly-bg",
|
|
66765
|
+
"value": "k-color(primary-subtle)",
|
|
66566
66766
|
"scope": "default",
|
|
66567
66767
|
"line": {
|
|
66568
|
-
"start":
|
|
66569
|
-
"end":
|
|
66768
|
+
"start": 112,
|
|
66769
|
+
"end": 112
|
|
66570
66770
|
}
|
|
66571
66771
|
},
|
|
66572
66772
|
"group": [
|
|
@@ -66579,19 +66779,19 @@
|
|
|
66579
66779
|
}
|
|
66580
66780
|
},
|
|
66581
66781
|
{
|
|
66582
|
-
"description": "The
|
|
66782
|
+
"description": "The text color of the read-only Scheduler event.\n",
|
|
66583
66783
|
"commentRange": {
|
|
66584
|
-
"start":
|
|
66585
|
-
"end":
|
|
66784
|
+
"start": 113,
|
|
66785
|
+
"end": 114
|
|
66586
66786
|
},
|
|
66587
66787
|
"context": {
|
|
66588
66788
|
"type": "variable",
|
|
66589
|
-
"name": "kendo-scheduler-event-
|
|
66590
|
-
"value": "
|
|
66789
|
+
"name": "kendo-scheduler-event-readonly-text",
|
|
66790
|
+
"value": "k-color(primary-on-subtle)",
|
|
66591
66791
|
"scope": "default",
|
|
66592
66792
|
"line": {
|
|
66593
|
-
"start":
|
|
66594
|
-
"end":
|
|
66793
|
+
"start": 115,
|
|
66794
|
+
"end": 115
|
|
66595
66795
|
}
|
|
66596
66796
|
},
|
|
66597
66797
|
"group": [
|
|
@@ -66604,19 +66804,19 @@
|
|
|
66604
66804
|
}
|
|
66605
66805
|
},
|
|
66606
66806
|
{
|
|
66607
|
-
"description": "The
|
|
66807
|
+
"description": "The border color of the read-only Scheduler event.\n",
|
|
66608
66808
|
"commentRange": {
|
|
66609
|
-
"start":
|
|
66610
|
-
"end":
|
|
66809
|
+
"start": 116,
|
|
66810
|
+
"end": 117
|
|
66611
66811
|
},
|
|
66612
66812
|
"context": {
|
|
66613
66813
|
"type": "variable",
|
|
66614
|
-
"name": "kendo-scheduler-event-
|
|
66615
|
-
"value": "
|
|
66814
|
+
"name": "kendo-scheduler-event-readonly-border",
|
|
66815
|
+
"value": "k-color(primary-emphasis)",
|
|
66616
66816
|
"scope": "default",
|
|
66617
66817
|
"line": {
|
|
66618
|
-
"start":
|
|
66619
|
-
"end":
|
|
66818
|
+
"start": 118,
|
|
66819
|
+
"end": 118
|
|
66620
66820
|
}
|
|
66621
66821
|
},
|
|
66622
66822
|
"group": [
|
|
@@ -66629,19 +66829,19 @@
|
|
|
66629
66829
|
}
|
|
66630
66830
|
},
|
|
66631
66831
|
{
|
|
66632
|
-
"description": "The
|
|
66832
|
+
"description": "The size of the Scheduler resize handle hit area.\n",
|
|
66633
66833
|
"commentRange": {
|
|
66634
|
-
"start":
|
|
66635
|
-
"end":
|
|
66834
|
+
"start": 120,
|
|
66835
|
+
"end": 121
|
|
66636
66836
|
},
|
|
66637
66837
|
"context": {
|
|
66638
66838
|
"type": "variable",
|
|
66639
|
-
"name": "kendo-scheduler-
|
|
66640
|
-
"value": "
|
|
66839
|
+
"name": "kendo-scheduler-resizer-size",
|
|
66840
|
+
"value": "0.5em",
|
|
66641
66841
|
"scope": "default",
|
|
66642
66842
|
"line": {
|
|
66643
|
-
"start":
|
|
66644
|
-
"end":
|
|
66843
|
+
"start": 122,
|
|
66844
|
+
"end": 122
|
|
66645
66845
|
}
|
|
66646
66846
|
},
|
|
66647
66847
|
"group": [
|
|
@@ -66654,19 +66854,19 @@
|
|
|
66654
66854
|
}
|
|
66655
66855
|
},
|
|
66656
66856
|
{
|
|
66657
|
-
"description": "The
|
|
66857
|
+
"description": "The length of the Scheduler resize handle visual indicator.\n",
|
|
66658
66858
|
"commentRange": {
|
|
66659
|
-
"start":
|
|
66660
|
-
"end":
|
|
66859
|
+
"start": 123,
|
|
66860
|
+
"end": 124
|
|
66661
66861
|
},
|
|
66662
66862
|
"context": {
|
|
66663
66863
|
"type": "variable",
|
|
66664
|
-
"name": "kendo-scheduler-
|
|
66665
|
-
"value": "
|
|
66864
|
+
"name": "kendo-scheduler-resize-handle-size",
|
|
66865
|
+
"value": "8px",
|
|
66666
66866
|
"scope": "default",
|
|
66667
66867
|
"line": {
|
|
66668
|
-
"start":
|
|
66669
|
-
"end":
|
|
66868
|
+
"start": 125,
|
|
66869
|
+
"end": 125
|
|
66670
66870
|
}
|
|
66671
66871
|
},
|
|
66672
66872
|
"group": [
|
|
@@ -66679,19 +66879,19 @@
|
|
|
66679
66879
|
}
|
|
66680
66880
|
},
|
|
66681
66881
|
{
|
|
66682
|
-
"description": "The
|
|
66882
|
+
"description": "The border radius of the Scheduler resize handle.\n",
|
|
66683
66883
|
"commentRange": {
|
|
66684
|
-
"start":
|
|
66685
|
-
"end":
|
|
66884
|
+
"start": 126,
|
|
66885
|
+
"end": 127
|
|
66686
66886
|
},
|
|
66687
66887
|
"context": {
|
|
66688
66888
|
"type": "variable",
|
|
66689
|
-
"name": "kendo-scheduler-
|
|
66690
|
-
"value": "k-
|
|
66889
|
+
"name": "kendo-scheduler-resize-handle-border-radius",
|
|
66890
|
+
"value": "k-border-radius(full)",
|
|
66691
66891
|
"scope": "default",
|
|
66692
66892
|
"line": {
|
|
66693
|
-
"start":
|
|
66694
|
-
"end":
|
|
66893
|
+
"start": 128,
|
|
66894
|
+
"end": 128
|
|
66695
66895
|
}
|
|
66696
66896
|
},
|
|
66697
66897
|
"group": [
|
|
@@ -66704,19 +66904,19 @@
|
|
|
66704
66904
|
}
|
|
66705
66905
|
},
|
|
66706
66906
|
{
|
|
66707
|
-
"description": "The
|
|
66907
|
+
"description": "The border width of the Scheduler resize handle.\n",
|
|
66708
66908
|
"commentRange": {
|
|
66709
|
-
"start":
|
|
66710
|
-
"end":
|
|
66909
|
+
"start": 129,
|
|
66910
|
+
"end": 130
|
|
66711
66911
|
},
|
|
66712
66912
|
"context": {
|
|
66713
66913
|
"type": "variable",
|
|
66714
|
-
"name": "kendo-scheduler-
|
|
66715
|
-
"value": "
|
|
66914
|
+
"name": "kendo-scheduler-resize-handle-border-width",
|
|
66915
|
+
"value": "2px",
|
|
66716
66916
|
"scope": "default",
|
|
66717
66917
|
"line": {
|
|
66718
|
-
"start":
|
|
66719
|
-
"end":
|
|
66918
|
+
"start": 131,
|
|
66919
|
+
"end": 131
|
|
66720
66920
|
}
|
|
66721
66921
|
},
|
|
66722
66922
|
"group": [
|
|
@@ -66729,19 +66929,19 @@
|
|
|
66729
66929
|
}
|
|
66730
66930
|
},
|
|
66731
66931
|
{
|
|
66732
|
-
"description": "The
|
|
66932
|
+
"description": "The background color of the Scheduler resize handle.\n",
|
|
66733
66933
|
"commentRange": {
|
|
66734
|
-
"start":
|
|
66735
|
-
"end":
|
|
66934
|
+
"start": 132,
|
|
66935
|
+
"end": 133
|
|
66736
66936
|
},
|
|
66737
66937
|
"context": {
|
|
66738
66938
|
"type": "variable",
|
|
66739
|
-
"name": "kendo-scheduler-
|
|
66740
|
-
"value": "
|
|
66939
|
+
"name": "kendo-scheduler-resize-handle-bg",
|
|
66940
|
+
"value": "$kendo-scheduler-event-bg",
|
|
66741
66941
|
"scope": "default",
|
|
66742
66942
|
"line": {
|
|
66743
|
-
"start":
|
|
66744
|
-
"end":
|
|
66943
|
+
"start": 134,
|
|
66944
|
+
"end": 134
|
|
66745
66945
|
}
|
|
66746
66946
|
},
|
|
66747
66947
|
"group": [
|
|
@@ -66754,19 +66954,19 @@
|
|
|
66754
66954
|
}
|
|
66755
66955
|
},
|
|
66756
66956
|
{
|
|
66757
|
-
"description": "The
|
|
66957
|
+
"description": "The background color of the hovered Scheduler event.\n",
|
|
66758
66958
|
"commentRange": {
|
|
66759
|
-
"start":
|
|
66760
|
-
"end":
|
|
66959
|
+
"start": 136,
|
|
66960
|
+
"end": 137
|
|
66761
66961
|
},
|
|
66762
66962
|
"context": {
|
|
66763
66963
|
"type": "variable",
|
|
66764
|
-
"name": "kendo-scheduler-
|
|
66765
|
-
"value": "
|
|
66964
|
+
"name": "kendo-scheduler-event-hover-bg",
|
|
66965
|
+
"value": "null",
|
|
66766
66966
|
"scope": "default",
|
|
66767
66967
|
"line": {
|
|
66768
|
-
"start":
|
|
66769
|
-
"end":
|
|
66968
|
+
"start": 138,
|
|
66969
|
+
"end": 138
|
|
66770
66970
|
}
|
|
66771
66971
|
},
|
|
66772
66972
|
"group": [
|
|
@@ -66779,19 +66979,19 @@
|
|
|
66779
66979
|
}
|
|
66780
66980
|
},
|
|
66781
66981
|
{
|
|
66782
|
-
"description": "The
|
|
66982
|
+
"description": "The text color of the hovered Scheduler event.\n",
|
|
66783
66983
|
"commentRange": {
|
|
66784
|
-
"start":
|
|
66785
|
-
"end":
|
|
66984
|
+
"start": 139,
|
|
66985
|
+
"end": 140
|
|
66786
66986
|
},
|
|
66787
66987
|
"context": {
|
|
66788
66988
|
"type": "variable",
|
|
66789
|
-
"name": "kendo-scheduler-
|
|
66790
|
-
"value": "
|
|
66989
|
+
"name": "kendo-scheduler-event-hover-text",
|
|
66990
|
+
"value": "null",
|
|
66791
66991
|
"scope": "default",
|
|
66792
66992
|
"line": {
|
|
66793
|
-
"start":
|
|
66794
|
-
"end":
|
|
66993
|
+
"start": 141,
|
|
66994
|
+
"end": 141
|
|
66795
66995
|
}
|
|
66796
66996
|
},
|
|
66797
66997
|
"group": [
|
|
@@ -66804,19 +67004,19 @@
|
|
|
66804
67004
|
}
|
|
66805
67005
|
},
|
|
66806
67006
|
{
|
|
66807
|
-
"description": "The
|
|
67007
|
+
"description": "The border color of the hovered Scheduler event.\n",
|
|
66808
67008
|
"commentRange": {
|
|
66809
|
-
"start":
|
|
66810
|
-
"end":
|
|
67009
|
+
"start": 142,
|
|
67010
|
+
"end": 143
|
|
66811
67011
|
},
|
|
66812
67012
|
"context": {
|
|
66813
67013
|
"type": "variable",
|
|
66814
|
-
"name": "kendo-scheduler-
|
|
67014
|
+
"name": "kendo-scheduler-event-hover-border",
|
|
66815
67015
|
"value": "null",
|
|
66816
67016
|
"scope": "default",
|
|
66817
67017
|
"line": {
|
|
66818
|
-
"start":
|
|
66819
|
-
"end":
|
|
67018
|
+
"start": 144,
|
|
67019
|
+
"end": 144
|
|
66820
67020
|
}
|
|
66821
67021
|
},
|
|
66822
67022
|
"group": [
|
|
@@ -66829,15 +67029,15 @@
|
|
|
66829
67029
|
}
|
|
66830
67030
|
},
|
|
66831
67031
|
{
|
|
66832
|
-
"description": "The
|
|
67032
|
+
"description": "The gradient of the hovered Scheduler event.\n",
|
|
66833
67033
|
"commentRange": {
|
|
66834
67034
|
"start": 145,
|
|
66835
67035
|
"end": 146
|
|
66836
67036
|
},
|
|
66837
67037
|
"context": {
|
|
66838
67038
|
"type": "variable",
|
|
66839
|
-
"name": "kendo-scheduler-
|
|
66840
|
-
"value": "
|
|
67039
|
+
"name": "kendo-scheduler-event-hover-gradient",
|
|
67040
|
+
"value": "null",
|
|
66841
67041
|
"scope": "default",
|
|
66842
67042
|
"line": {
|
|
66843
67043
|
"start": 147,
|
|
@@ -66854,19 +67054,19 @@
|
|
|
66854
67054
|
}
|
|
66855
67055
|
},
|
|
66856
67056
|
{
|
|
66857
|
-
"description": "The
|
|
67057
|
+
"description": "The shadow of the hovered Scheduler event.\n",
|
|
66858
67058
|
"commentRange": {
|
|
66859
|
-
"start":
|
|
66860
|
-
"end":
|
|
67059
|
+
"start": 148,
|
|
67060
|
+
"end": 149
|
|
66861
67061
|
},
|
|
66862
67062
|
"context": {
|
|
66863
67063
|
"type": "variable",
|
|
66864
|
-
"name": "kendo-scheduler-
|
|
66865
|
-
"value": "
|
|
67064
|
+
"name": "kendo-scheduler-event-hover-shadow",
|
|
67065
|
+
"value": "null",
|
|
66866
67066
|
"scope": "default",
|
|
66867
67067
|
"line": {
|
|
66868
|
-
"start":
|
|
66869
|
-
"end":
|
|
67068
|
+
"start": 150,
|
|
67069
|
+
"end": 150
|
|
66870
67070
|
}
|
|
66871
67071
|
},
|
|
66872
67072
|
"group": [
|
|
@@ -66879,15 +67079,15 @@
|
|
|
66879
67079
|
}
|
|
66880
67080
|
},
|
|
66881
67081
|
{
|
|
66882
|
-
"description": "The
|
|
67082
|
+
"description": "The background color of the selected Scheduler event.\n",
|
|
66883
67083
|
"commentRange": {
|
|
66884
67084
|
"start": 152,
|
|
66885
67085
|
"end": 153
|
|
66886
67086
|
},
|
|
66887
67087
|
"context": {
|
|
66888
67088
|
"type": "variable",
|
|
66889
|
-
"name": "kendo-scheduler-
|
|
66890
|
-
"value": "
|
|
67089
|
+
"name": "kendo-scheduler-event-selected-bg",
|
|
67090
|
+
"value": "k-color(primary)",
|
|
66891
67091
|
"scope": "default",
|
|
66892
67092
|
"line": {
|
|
66893
67093
|
"start": 154,
|
|
@@ -66904,19 +67104,19 @@
|
|
|
66904
67104
|
}
|
|
66905
67105
|
},
|
|
66906
67106
|
{
|
|
66907
|
-
"description": "The
|
|
67107
|
+
"description": "The text color of the selected Scheduler event.\n",
|
|
66908
67108
|
"commentRange": {
|
|
66909
|
-
"start":
|
|
66910
|
-
"end":
|
|
67109
|
+
"start": 155,
|
|
67110
|
+
"end": 156
|
|
66911
67111
|
},
|
|
66912
67112
|
"context": {
|
|
66913
67113
|
"type": "variable",
|
|
66914
|
-
"name": "kendo-scheduler-
|
|
66915
|
-
"value": "k-
|
|
67114
|
+
"name": "kendo-scheduler-event-selected-text",
|
|
67115
|
+
"value": "k-color(on-primary)",
|
|
66916
67116
|
"scope": "default",
|
|
66917
67117
|
"line": {
|
|
66918
|
-
"start":
|
|
66919
|
-
"end":
|
|
67118
|
+
"start": 157,
|
|
67119
|
+
"end": 157
|
|
66920
67120
|
}
|
|
66921
67121
|
},
|
|
66922
67122
|
"group": [
|
|
@@ -66929,19 +67129,19 @@
|
|
|
66929
67129
|
}
|
|
66930
67130
|
},
|
|
66931
67131
|
{
|
|
66932
|
-
"description": "The
|
|
67132
|
+
"description": "The border color of the selected Scheduler event.\n",
|
|
66933
67133
|
"commentRange": {
|
|
66934
|
-
"start":
|
|
66935
|
-
"end":
|
|
67134
|
+
"start": 158,
|
|
67135
|
+
"end": 159
|
|
66936
67136
|
},
|
|
66937
67137
|
"context": {
|
|
66938
67138
|
"type": "variable",
|
|
66939
|
-
"name": "kendo-scheduler-
|
|
66940
|
-
"value": "
|
|
67139
|
+
"name": "kendo-scheduler-event-selected-border",
|
|
67140
|
+
"value": "null",
|
|
66941
67141
|
"scope": "default",
|
|
66942
67142
|
"line": {
|
|
66943
|
-
"start":
|
|
66944
|
-
"end":
|
|
67143
|
+
"start": 160,
|
|
67144
|
+
"end": 160
|
|
66945
67145
|
}
|
|
66946
67146
|
},
|
|
66947
67147
|
"group": [
|
|
@@ -66954,19 +67154,19 @@
|
|
|
66954
67154
|
}
|
|
66955
67155
|
},
|
|
66956
67156
|
{
|
|
66957
|
-
"description": "The
|
|
67157
|
+
"description": "The gradient of the selected Scheduler event.\n",
|
|
66958
67158
|
"commentRange": {
|
|
66959
|
-
"start":
|
|
66960
|
-
"end":
|
|
67159
|
+
"start": 161,
|
|
67160
|
+
"end": 162
|
|
66961
67161
|
},
|
|
66962
67162
|
"context": {
|
|
66963
67163
|
"type": "variable",
|
|
66964
|
-
"name": "kendo-scheduler-
|
|
66965
|
-
"value": "
|
|
67164
|
+
"name": "kendo-scheduler-event-selected-gradient",
|
|
67165
|
+
"value": "null",
|
|
66966
67166
|
"scope": "default",
|
|
66967
67167
|
"line": {
|
|
66968
|
-
"start":
|
|
66969
|
-
"end":
|
|
67168
|
+
"start": 163,
|
|
67169
|
+
"end": 163
|
|
66970
67170
|
}
|
|
66971
67171
|
},
|
|
66972
67172
|
"group": [
|
|
@@ -66979,19 +67179,19 @@
|
|
|
66979
67179
|
}
|
|
66980
67180
|
},
|
|
66981
67181
|
{
|
|
66982
|
-
"description": "The
|
|
67182
|
+
"description": "The shadow of the selected Scheduler event.\n",
|
|
66983
67183
|
"commentRange": {
|
|
66984
|
-
"start":
|
|
66985
|
-
"end":
|
|
67184
|
+
"start": 164,
|
|
67185
|
+
"end": 165
|
|
66986
67186
|
},
|
|
66987
67187
|
"context": {
|
|
66988
67188
|
"type": "variable",
|
|
66989
|
-
"name": "kendo-scheduler-
|
|
66990
|
-
"value": "3px",
|
|
67189
|
+
"name": "kendo-scheduler-event-selected-shadow",
|
|
67190
|
+
"value": "inset 3px 0 0 0 k-color(secondary), 0 0 0 1px white, 0 0 0 2px k-color(primary-on-surface)",
|
|
66991
67191
|
"scope": "default",
|
|
66992
67192
|
"line": {
|
|
66993
|
-
"start":
|
|
66994
|
-
"end":
|
|
67193
|
+
"start": 166,
|
|
67194
|
+
"end": 166
|
|
66995
67195
|
}
|
|
66996
67196
|
},
|
|
66997
67197
|
"group": [
|
|
@@ -67004,19 +67204,19 @@
|
|
|
67004
67204
|
}
|
|
67005
67205
|
},
|
|
67006
67206
|
{
|
|
67007
|
-
"description": "The
|
|
67207
|
+
"description": "The shadow of the ongoing Scheduler event.\n",
|
|
67008
67208
|
"commentRange": {
|
|
67009
|
-
"start":
|
|
67010
|
-
"end":
|
|
67209
|
+
"start": 168,
|
|
67210
|
+
"end": 169
|
|
67011
67211
|
},
|
|
67012
67212
|
"context": {
|
|
67013
67213
|
"type": "variable",
|
|
67014
|
-
"name": "kendo-scheduler-
|
|
67015
|
-
"value": "
|
|
67214
|
+
"name": "kendo-scheduler-event-ongoing-shadow",
|
|
67215
|
+
"value": "inset 0px 0px 0px 1px #ff0000",
|
|
67016
67216
|
"scope": "default",
|
|
67017
67217
|
"line": {
|
|
67018
|
-
"start":
|
|
67019
|
-
"end":
|
|
67218
|
+
"start": 170,
|
|
67219
|
+
"end": 170
|
|
67020
67220
|
}
|
|
67021
67221
|
},
|
|
67022
67222
|
"group": [
|
|
@@ -67029,19 +67229,19 @@
|
|
|
67029
67229
|
}
|
|
67030
67230
|
},
|
|
67031
67231
|
{
|
|
67032
|
-
"description": "The
|
|
67232
|
+
"description": "The horizontal padding of the Scheduler cell.\n",
|
|
67033
67233
|
"commentRange": {
|
|
67034
|
-
"start":
|
|
67035
|
-
"end":
|
|
67234
|
+
"start": 172,
|
|
67235
|
+
"end": 173
|
|
67036
67236
|
},
|
|
67037
67237
|
"context": {
|
|
67038
67238
|
"type": "variable",
|
|
67039
|
-
"name": "kendo-scheduler-
|
|
67040
|
-
"value": "
|
|
67239
|
+
"name": "kendo-scheduler-cell-padding-x",
|
|
67240
|
+
"value": "k-spacing(2.5)",
|
|
67041
67241
|
"scope": "default",
|
|
67042
67242
|
"line": {
|
|
67043
|
-
"start":
|
|
67044
|
-
"end":
|
|
67243
|
+
"start": 174,
|
|
67244
|
+
"end": 174
|
|
67045
67245
|
}
|
|
67046
67246
|
},
|
|
67047
67247
|
"group": [
|
|
@@ -67054,19 +67254,19 @@
|
|
|
67054
67254
|
}
|
|
67055
67255
|
},
|
|
67056
67256
|
{
|
|
67057
|
-
"description": "The
|
|
67257
|
+
"description": "The vertical padding of the Scheduler cell.\n",
|
|
67058
67258
|
"commentRange": {
|
|
67059
|
-
"start":
|
|
67060
|
-
"end":
|
|
67259
|
+
"start": 175,
|
|
67260
|
+
"end": 176
|
|
67061
67261
|
},
|
|
67062
67262
|
"context": {
|
|
67063
67263
|
"type": "variable",
|
|
67064
|
-
"name": "kendo-scheduler-
|
|
67065
|
-
"value": "
|
|
67264
|
+
"name": "kendo-scheduler-cell-padding-y",
|
|
67265
|
+
"value": "k-spacing(2.5)",
|
|
67066
67266
|
"scope": "default",
|
|
67067
67267
|
"line": {
|
|
67068
|
-
"start":
|
|
67069
|
-
"end":
|
|
67268
|
+
"start": 177,
|
|
67269
|
+
"end": 177
|
|
67070
67270
|
}
|
|
67071
67271
|
},
|
|
67072
67272
|
"group": [
|
|
@@ -67079,19 +67279,19 @@
|
|
|
67079
67279
|
}
|
|
67080
67280
|
},
|
|
67081
67281
|
{
|
|
67082
|
-
"description": "The
|
|
67282
|
+
"description": "The height of the Scheduler cell.\n",
|
|
67083
67283
|
"commentRange": {
|
|
67084
|
-
"start":
|
|
67085
|
-
"end":
|
|
67284
|
+
"start": 178,
|
|
67285
|
+
"end": 179
|
|
67086
67286
|
},
|
|
67087
67287
|
"context": {
|
|
67088
67288
|
"type": "variable",
|
|
67089
|
-
"name": "kendo-scheduler-
|
|
67090
|
-
"value": "
|
|
67289
|
+
"name": "kendo-scheduler-cell-height",
|
|
67290
|
+
"value": "$kendo-line-height-em",
|
|
67091
67291
|
"scope": "default",
|
|
67092
67292
|
"line": {
|
|
67093
|
-
"start":
|
|
67094
|
-
"end":
|
|
67293
|
+
"start": 180,
|
|
67294
|
+
"end": 180
|
|
67095
67295
|
}
|
|
67096
67296
|
},
|
|
67097
67297
|
"group": [
|
|
@@ -67104,19 +67304,19 @@
|
|
|
67104
67304
|
}
|
|
67105
67305
|
},
|
|
67106
67306
|
{
|
|
67107
|
-
"description": "The
|
|
67307
|
+
"description": "The width of the Scheduler date column.\n",
|
|
67108
67308
|
"commentRange": {
|
|
67109
|
-
"start":
|
|
67110
|
-
"end":
|
|
67309
|
+
"start": 181,
|
|
67310
|
+
"end": 182
|
|
67111
67311
|
},
|
|
67112
67312
|
"context": {
|
|
67113
67313
|
"type": "variable",
|
|
67114
|
-
"name": "kendo-scheduler-
|
|
67115
|
-
"value": "
|
|
67314
|
+
"name": "kendo-scheduler-datecolumn-width",
|
|
67315
|
+
"value": "12rem",
|
|
67116
67316
|
"scope": "default",
|
|
67117
67317
|
"line": {
|
|
67118
|
-
"start":
|
|
67119
|
-
"end":
|
|
67318
|
+
"start": 183,
|
|
67319
|
+
"end": 183
|
|
67120
67320
|
}
|
|
67121
67321
|
},
|
|
67122
67322
|
"group": [
|
|
@@ -67129,19 +67329,19 @@
|
|
|
67129
67329
|
}
|
|
67130
67330
|
},
|
|
67131
67331
|
{
|
|
67132
|
-
"description": "The
|
|
67332
|
+
"description": "The width of the Scheduler time column.\n",
|
|
67133
67333
|
"commentRange": {
|
|
67134
|
-
"start":
|
|
67135
|
-
"end":
|
|
67334
|
+
"start": 184,
|
|
67335
|
+
"end": 185
|
|
67136
67336
|
},
|
|
67137
67337
|
"context": {
|
|
67138
67338
|
"type": "variable",
|
|
67139
|
-
"name": "kendo-scheduler-
|
|
67140
|
-
"value": "
|
|
67339
|
+
"name": "kendo-scheduler-timecolumn-width",
|
|
67340
|
+
"value": "11rem",
|
|
67141
67341
|
"scope": "default",
|
|
67142
67342
|
"line": {
|
|
67143
|
-
"start":
|
|
67144
|
-
"end":
|
|
67343
|
+
"start": 186,
|
|
67344
|
+
"end": 186
|
|
67145
67345
|
}
|
|
67146
67346
|
},
|
|
67147
67347
|
"group": [
|
|
@@ -67154,19 +67354,19 @@
|
|
|
67154
67354
|
}
|
|
67155
67355
|
},
|
|
67156
67356
|
{
|
|
67157
|
-
"description": "The
|
|
67357
|
+
"description": "The background color of the non-working hours in the Scheduler.\n",
|
|
67158
67358
|
"commentRange": {
|
|
67159
|
-
"start":
|
|
67160
|
-
"end":
|
|
67359
|
+
"start": 188,
|
|
67360
|
+
"end": 189
|
|
67161
67361
|
},
|
|
67162
67362
|
"context": {
|
|
67163
67363
|
"type": "variable",
|
|
67164
|
-
"name": "kendo-scheduler-
|
|
67165
|
-
"value": "k-
|
|
67364
|
+
"name": "kendo-scheduler-nonwork-bg",
|
|
67365
|
+
"value": "k-color(base)",
|
|
67166
67366
|
"scope": "default",
|
|
67167
67367
|
"line": {
|
|
67168
|
-
"start":
|
|
67169
|
-
"end":
|
|
67368
|
+
"start": 190,
|
|
67369
|
+
"end": 190
|
|
67170
67370
|
}
|
|
67171
67371
|
},
|
|
67172
67372
|
"group": [
|
|
@@ -67179,19 +67379,19 @@
|
|
|
67179
67379
|
}
|
|
67180
67380
|
},
|
|
67181
67381
|
{
|
|
67182
|
-
"description": "The
|
|
67382
|
+
"description": "The text color of the non-working hours in the Scheduler.\n",
|
|
67183
67383
|
"commentRange": {
|
|
67184
|
-
"start":
|
|
67185
|
-
"end":
|
|
67384
|
+
"start": 191,
|
|
67385
|
+
"end": 192
|
|
67186
67386
|
},
|
|
67187
67387
|
"context": {
|
|
67188
67388
|
"type": "variable",
|
|
67189
|
-
"name": "kendo-scheduler-
|
|
67190
|
-
"value": "
|
|
67389
|
+
"name": "kendo-scheduler-nonwork-text",
|
|
67390
|
+
"value": "null",
|
|
67191
67391
|
"scope": "default",
|
|
67192
67392
|
"line": {
|
|
67193
|
-
"start":
|
|
67194
|
-
"end":
|
|
67393
|
+
"start": 193,
|
|
67394
|
+
"end": 193
|
|
67195
67395
|
}
|
|
67196
67396
|
},
|
|
67197
67397
|
"group": [
|
|
@@ -67204,15 +67404,15 @@
|
|
|
67204
67404
|
}
|
|
67205
67405
|
},
|
|
67206
67406
|
{
|
|
67207
|
-
"description": "The background color of the
|
|
67407
|
+
"description": "The background color of the preceding/subsequent month cells in the Calendar.\n",
|
|
67208
67408
|
"commentRange": {
|
|
67209
67409
|
"start": 195,
|
|
67210
67410
|
"end": 196
|
|
67211
67411
|
},
|
|
67212
67412
|
"context": {
|
|
67213
67413
|
"type": "variable",
|
|
67214
|
-
"name": "kendo-scheduler-
|
|
67215
|
-
"value": "k-color(
|
|
67414
|
+
"name": "kendo-scheduler-othermonth-bg",
|
|
67415
|
+
"value": "k-color(base)",
|
|
67216
67416
|
"scope": "default",
|
|
67217
67417
|
"line": {
|
|
67218
67418
|
"start": 197,
|
|
@@ -67229,15 +67429,15 @@
|
|
|
67229
67429
|
}
|
|
67230
67430
|
},
|
|
67231
67431
|
{
|
|
67232
|
-
"description": "The text color of the
|
|
67432
|
+
"description": "The text color of the preceding/subsequent month cells in the Calendar.\n",
|
|
67233
67433
|
"commentRange": {
|
|
67234
67434
|
"start": 198,
|
|
67235
67435
|
"end": 199
|
|
67236
67436
|
},
|
|
67237
67437
|
"context": {
|
|
67238
67438
|
"type": "variable",
|
|
67239
|
-
"name": "kendo-scheduler-
|
|
67240
|
-
"value": "
|
|
67439
|
+
"name": "kendo-scheduler-othermonth-text",
|
|
67440
|
+
"value": "null",
|
|
67241
67441
|
"scope": "default",
|
|
67242
67442
|
"line": {
|
|
67243
67443
|
"start": 200,
|
|
@@ -67254,19 +67454,19 @@
|
|
|
67254
67454
|
}
|
|
67255
67455
|
},
|
|
67256
67456
|
{
|
|
67257
|
-
"description": "The
|
|
67457
|
+
"description": "The horizontal padding of the year view in the Scheduler.\n",
|
|
67258
67458
|
"commentRange": {
|
|
67259
|
-
"start":
|
|
67260
|
-
"end":
|
|
67459
|
+
"start": 202,
|
|
67460
|
+
"end": 203
|
|
67261
67461
|
},
|
|
67262
67462
|
"context": {
|
|
67263
67463
|
"type": "variable",
|
|
67264
|
-
"name": "kendo-scheduler-
|
|
67265
|
-
"value": "
|
|
67464
|
+
"name": "kendo-scheduler-yearview-padding-x",
|
|
67465
|
+
"value": "k-spacing(3)",
|
|
67266
67466
|
"scope": "default",
|
|
67267
67467
|
"line": {
|
|
67268
|
-
"start":
|
|
67269
|
-
"end":
|
|
67468
|
+
"start": 204,
|
|
67469
|
+
"end": 204
|
|
67270
67470
|
}
|
|
67271
67471
|
},
|
|
67272
67472
|
"group": [
|
|
@@ -67279,19 +67479,19 @@
|
|
|
67279
67479
|
}
|
|
67280
67480
|
},
|
|
67281
67481
|
{
|
|
67282
|
-
"description": "The
|
|
67482
|
+
"description": "The vertical padding of the year view in the Scheduler.\n",
|
|
67283
67483
|
"commentRange": {
|
|
67284
|
-
"start":
|
|
67285
|
-
"end":
|
|
67484
|
+
"start": 205,
|
|
67485
|
+
"end": 206
|
|
67286
67486
|
},
|
|
67287
67487
|
"context": {
|
|
67288
67488
|
"type": "variable",
|
|
67289
|
-
"name": "kendo-scheduler-
|
|
67290
|
-
"value": "
|
|
67489
|
+
"name": "kendo-scheduler-yearview-padding-y",
|
|
67490
|
+
"value": "$kendo-scheduler-yearview-padding-x",
|
|
67291
67491
|
"scope": "default",
|
|
67292
67492
|
"line": {
|
|
67293
|
-
"start":
|
|
67294
|
-
"end":
|
|
67493
|
+
"start": 207,
|
|
67494
|
+
"end": 207
|
|
67295
67495
|
}
|
|
67296
67496
|
},
|
|
67297
67497
|
"group": [
|
|
@@ -67304,19 +67504,19 @@
|
|
|
67304
67504
|
}
|
|
67305
67505
|
},
|
|
67306
67506
|
{
|
|
67307
|
-
"description": "The
|
|
67507
|
+
"description": "The spacing between the calendars of the year view in the Scheduler.\n",
|
|
67308
67508
|
"commentRange": {
|
|
67309
|
-
"start":
|
|
67310
|
-
"end":
|
|
67509
|
+
"start": 209,
|
|
67510
|
+
"end": 210
|
|
67311
67511
|
},
|
|
67312
67512
|
"context": {
|
|
67313
67513
|
"type": "variable",
|
|
67314
|
-
"name": "kendo-scheduler-
|
|
67514
|
+
"name": "kendo-scheduler-yearview-calendar-gap",
|
|
67315
67515
|
"value": "k-spacing(3)",
|
|
67316
67516
|
"scope": "default",
|
|
67317
67517
|
"line": {
|
|
67318
|
-
"start":
|
|
67319
|
-
"end":
|
|
67518
|
+
"start": 211,
|
|
67519
|
+
"end": 211
|
|
67320
67520
|
}
|
|
67321
67521
|
},
|
|
67322
67522
|
"group": [
|
|
@@ -67329,19 +67529,19 @@
|
|
|
67329
67529
|
}
|
|
67330
67530
|
},
|
|
67331
67531
|
{
|
|
67332
|
-
"description": "The
|
|
67532
|
+
"description": "The days with events indicator size of the year view in the Scheduler.\n",
|
|
67333
67533
|
"commentRange": {
|
|
67334
|
-
"start":
|
|
67335
|
-
"end":
|
|
67534
|
+
"start": 213,
|
|
67535
|
+
"end": 214
|
|
67336
67536
|
},
|
|
67337
67537
|
"context": {
|
|
67338
67538
|
"type": "variable",
|
|
67339
|
-
"name": "kendo-scheduler-
|
|
67340
|
-
"value": "
|
|
67539
|
+
"name": "kendo-scheduler-yearview-indicator-size",
|
|
67540
|
+
"value": "3px",
|
|
67341
67541
|
"scope": "default",
|
|
67342
67542
|
"line": {
|
|
67343
|
-
"start":
|
|
67344
|
-
"end":
|
|
67543
|
+
"start": 215,
|
|
67544
|
+
"end": 215
|
|
67345
67545
|
}
|
|
67346
67546
|
},
|
|
67347
67547
|
"group": [
|
|
@@ -67354,19 +67554,19 @@
|
|
|
67354
67554
|
}
|
|
67355
67555
|
},
|
|
67356
67556
|
{
|
|
67357
|
-
"description": "The
|
|
67557
|
+
"description": "The top position of the days with events indicator of the year view in the Scheduler.\n",
|
|
67358
67558
|
"commentRange": {
|
|
67359
|
-
"start":
|
|
67360
|
-
"end":
|
|
67559
|
+
"start": 216,
|
|
67560
|
+
"end": 217
|
|
67361
67561
|
},
|
|
67362
67562
|
"context": {
|
|
67363
67563
|
"type": "variable",
|
|
67364
|
-
"name": "kendo-scheduler-
|
|
67365
|
-
"value": "calc(
|
|
67564
|
+
"name": "kendo-scheduler-yearview-indicator-calc-offset-top",
|
|
67565
|
+
"value": "calc( #{$kendo-calendar-cell-size} - (#{$kendo-calendar-cell-padding-y} * 2))",
|
|
67366
67566
|
"scope": "default",
|
|
67367
67567
|
"line": {
|
|
67368
|
-
"start":
|
|
67369
|
-
"end":
|
|
67568
|
+
"start": 218,
|
|
67569
|
+
"end": 218
|
|
67370
67570
|
}
|
|
67371
67571
|
},
|
|
67372
67572
|
"group": [
|
|
@@ -67379,19 +67579,19 @@
|
|
|
67379
67579
|
}
|
|
67380
67580
|
},
|
|
67381
67581
|
{
|
|
67382
|
-
"description": "The
|
|
67582
|
+
"description": "The left position of the days with events indicator of the year view in the Scheduler.\n",
|
|
67383
67583
|
"commentRange": {
|
|
67384
|
-
"start":
|
|
67385
|
-
"end":
|
|
67584
|
+
"start": 219,
|
|
67585
|
+
"end": 220
|
|
67386
67586
|
},
|
|
67387
67587
|
"context": {
|
|
67388
67588
|
"type": "variable",
|
|
67389
|
-
"name": "kendo-scheduler-
|
|
67390
|
-
"value": "
|
|
67589
|
+
"name": "kendo-scheduler-yearview-indicator-calc-offset-left",
|
|
67590
|
+
"value": "calc( 50% - #{math.div( $kendo-scheduler-yearview-indicator-size, 2 )} )",
|
|
67391
67591
|
"scope": "default",
|
|
67392
67592
|
"line": {
|
|
67393
|
-
"start":
|
|
67394
|
-
"end":
|
|
67593
|
+
"start": 221,
|
|
67594
|
+
"end": 221
|
|
67395
67595
|
}
|
|
67396
67596
|
},
|
|
67397
67597
|
"group": [
|
|
@@ -67404,19 +67604,19 @@
|
|
|
67404
67604
|
}
|
|
67405
67605
|
},
|
|
67406
67606
|
{
|
|
67407
|
-
"description": "The
|
|
67607
|
+
"description": "The border radius of the days with events indicator of the year view in the Scheduler.\n",
|
|
67408
67608
|
"commentRange": {
|
|
67409
|
-
"start":
|
|
67410
|
-
"end":
|
|
67609
|
+
"start": 222,
|
|
67610
|
+
"end": 223
|
|
67411
67611
|
},
|
|
67412
67612
|
"context": {
|
|
67413
67613
|
"type": "variable",
|
|
67414
|
-
"name": "kendo-scheduler-
|
|
67415
|
-
"value": "
|
|
67614
|
+
"name": "kendo-scheduler-yearview-indicator-border-radius",
|
|
67615
|
+
"value": "50%",
|
|
67416
67616
|
"scope": "default",
|
|
67417
67617
|
"line": {
|
|
67418
|
-
"start":
|
|
67419
|
-
"end":
|
|
67618
|
+
"start": 224,
|
|
67619
|
+
"end": 224
|
|
67420
67620
|
}
|
|
67421
67621
|
},
|
|
67422
67622
|
"group": [
|
|
@@ -67429,15 +67629,15 @@
|
|
|
67429
67629
|
}
|
|
67430
67630
|
},
|
|
67431
67631
|
{
|
|
67432
|
-
"description": "The
|
|
67632
|
+
"description": "The background color of the days with events indicator of the year view in the Scheduler.\n",
|
|
67433
67633
|
"commentRange": {
|
|
67434
67634
|
"start": 225,
|
|
67435
67635
|
"end": 226
|
|
67436
67636
|
},
|
|
67437
67637
|
"context": {
|
|
67438
67638
|
"type": "variable",
|
|
67439
|
-
"name": "kendo-scheduler-
|
|
67440
|
-
"value": "k-
|
|
67639
|
+
"name": "kendo-scheduler-yearview-indicator-bg",
|
|
67640
|
+
"value": "k-color(primary)",
|
|
67441
67641
|
"scope": "default",
|
|
67442
67642
|
"line": {
|
|
67443
67643
|
"start": 227,
|
|
@@ -67454,15 +67654,15 @@
|
|
|
67454
67654
|
}
|
|
67455
67655
|
},
|
|
67456
67656
|
{
|
|
67457
|
-
"description": "The
|
|
67657
|
+
"description": "The background color of the selected days with events indicator of the year view in the Scheduler.\n",
|
|
67458
67658
|
"commentRange": {
|
|
67459
67659
|
"start": 228,
|
|
67460
67660
|
"end": 229
|
|
67461
67661
|
},
|
|
67462
67662
|
"context": {
|
|
67463
67663
|
"type": "variable",
|
|
67464
|
-
"name": "kendo-scheduler-
|
|
67465
|
-
"value": "k-
|
|
67664
|
+
"name": "kendo-scheduler-yearview-indicator-selected-bg",
|
|
67665
|
+
"value": "k-color(on-primary)",
|
|
67466
67666
|
"scope": "default",
|
|
67467
67667
|
"line": {
|
|
67468
67668
|
"start": 230,
|
|
@@ -67479,19 +67679,19 @@
|
|
|
67479
67679
|
}
|
|
67480
67680
|
},
|
|
67481
67681
|
{
|
|
67482
|
-
"description": "The
|
|
67682
|
+
"description": "The font size of the month inside the Scheduler Tooltip.\n",
|
|
67483
67683
|
"commentRange": {
|
|
67484
|
-
"start":
|
|
67485
|
-
"end":
|
|
67684
|
+
"start": 232,
|
|
67685
|
+
"end": 233
|
|
67486
67686
|
},
|
|
67487
67687
|
"context": {
|
|
67488
67688
|
"type": "variable",
|
|
67489
|
-
"name": "kendo-scheduler-
|
|
67490
|
-
"value": "
|
|
67689
|
+
"name": "kendo-scheduler-popover-month-font-size",
|
|
67690
|
+
"value": "var( --kendo-font-size-sm, inherit )",
|
|
67491
67691
|
"scope": "default",
|
|
67492
67692
|
"line": {
|
|
67493
|
-
"start":
|
|
67494
|
-
"end":
|
|
67693
|
+
"start": 234,
|
|
67694
|
+
"end": 234
|
|
67495
67695
|
}
|
|
67496
67696
|
},
|
|
67497
67697
|
"group": [
|
|
@@ -67504,19 +67704,19 @@
|
|
|
67504
67704
|
}
|
|
67505
67705
|
},
|
|
67506
67706
|
{
|
|
67507
|
-
"description": "The
|
|
67707
|
+
"description": "The font size of the day inside the Scheduler Tooltip.\n",
|
|
67508
67708
|
"commentRange": {
|
|
67509
|
-
"start":
|
|
67510
|
-
"end":
|
|
67709
|
+
"start": 235,
|
|
67710
|
+
"end": 236
|
|
67511
67711
|
},
|
|
67512
67712
|
"context": {
|
|
67513
67713
|
"type": "variable",
|
|
67514
|
-
"name": "kendo-scheduler-
|
|
67515
|
-
"value": "
|
|
67714
|
+
"name": "kendo-scheduler-popover-day-font-size",
|
|
67715
|
+
"value": "calc( var( --kendo-font-size-sm, .75rem ) * 2 )",
|
|
67516
67716
|
"scope": "default",
|
|
67517
67717
|
"line": {
|
|
67518
|
-
"start":
|
|
67519
|
-
"end":
|
|
67718
|
+
"start": 237,
|
|
67719
|
+
"end": 237
|
|
67520
67720
|
}
|
|
67521
67721
|
},
|
|
67522
67722
|
"group": [
|
|
@@ -67529,19 +67729,19 @@
|
|
|
67529
67729
|
}
|
|
67530
67730
|
},
|
|
67531
67731
|
{
|
|
67532
|
-
"description": "The
|
|
67732
|
+
"description": "The max height of the events inside the Scheduler Tooltip.\n",
|
|
67533
67733
|
"commentRange": {
|
|
67534
|
-
"start":
|
|
67535
|
-
"end":
|
|
67734
|
+
"start": 239,
|
|
67735
|
+
"end": 240
|
|
67536
67736
|
},
|
|
67537
67737
|
"context": {
|
|
67538
67738
|
"type": "variable",
|
|
67539
|
-
"name": "kendo-scheduler-
|
|
67540
|
-
"value": "
|
|
67739
|
+
"name": "kendo-scheduler-popover-events-max-height",
|
|
67740
|
+
"value": "250px",
|
|
67541
67741
|
"scope": "default",
|
|
67542
67742
|
"line": {
|
|
67543
|
-
"start":
|
|
67544
|
-
"end":
|
|
67743
|
+
"start": 241,
|
|
67744
|
+
"end": 241
|
|
67545
67745
|
}
|
|
67546
67746
|
},
|
|
67547
67747
|
"group": [
|
|
@@ -67554,15 +67754,15 @@
|
|
|
67554
67754
|
}
|
|
67555
67755
|
},
|
|
67556
67756
|
{
|
|
67557
|
-
"description": "The
|
|
67757
|
+
"description": "The spacing between the events inside the Scheduler Tooltip.\n",
|
|
67558
67758
|
"commentRange": {
|
|
67559
67759
|
"start": 242,
|
|
67560
67760
|
"end": 243
|
|
67561
67761
|
},
|
|
67562
67762
|
"context": {
|
|
67563
67763
|
"type": "variable",
|
|
67564
|
-
"name": "kendo-scheduler-
|
|
67565
|
-
"value": "k-spacing(
|
|
67764
|
+
"name": "kendo-scheduler-popover-events-gap",
|
|
67765
|
+
"value": "k-spacing(1.5)",
|
|
67566
67766
|
"scope": "default",
|
|
67567
67767
|
"line": {
|
|
67568
67768
|
"start": 244,
|
|
@@ -67579,15 +67779,15 @@
|
|
|
67579
67779
|
}
|
|
67580
67780
|
},
|
|
67581
67781
|
{
|
|
67582
|
-
"description": "The
|
|
67782
|
+
"description": "The minimum height of the events inside the Scheduler Tooltip.\n",
|
|
67583
67783
|
"commentRange": {
|
|
67584
67784
|
"start": 246,
|
|
67585
67785
|
"end": 247
|
|
67586
67786
|
},
|
|
67587
67787
|
"context": {
|
|
67588
67788
|
"type": "variable",
|
|
67589
|
-
"name": "kendo-scheduler-event-
|
|
67590
|
-
"value": "
|
|
67789
|
+
"name": "kendo-scheduler-popover-event-min-height",
|
|
67790
|
+
"value": "25px",
|
|
67591
67791
|
"scope": "default",
|
|
67592
67792
|
"line": {
|
|
67593
67793
|
"start": 248,
|
|
@@ -67604,15 +67804,15 @@
|
|
|
67604
67804
|
}
|
|
67605
67805
|
},
|
|
67606
67806
|
{
|
|
67607
|
-
"description": "The
|
|
67807
|
+
"description": "The horizontal padding of the events inside the Scheduler Tooltip.\n",
|
|
67608
67808
|
"commentRange": {
|
|
67609
67809
|
"start": 249,
|
|
67610
67810
|
"end": 250
|
|
67611
67811
|
},
|
|
67612
67812
|
"context": {
|
|
67613
67813
|
"type": "variable",
|
|
67614
|
-
"name": "kendo-scheduler-event-
|
|
67615
|
-
"value": "k-spacing(
|
|
67814
|
+
"name": "kendo-scheduler-popover-event-padding-x",
|
|
67815
|
+
"value": "k-spacing(2)",
|
|
67616
67816
|
"scope": "default",
|
|
67617
67817
|
"line": {
|
|
67618
67818
|
"start": 251,
|
|
@@ -67629,19 +67829,94 @@
|
|
|
67629
67829
|
}
|
|
67630
67830
|
},
|
|
67631
67831
|
{
|
|
67632
|
-
"description": "The
|
|
67832
|
+
"description": "The vertical padding of the events inside the Scheduler Tooltip.\n",
|
|
67633
67833
|
"commentRange": {
|
|
67634
|
-
"start":
|
|
67635
|
-
"end":
|
|
67834
|
+
"start": 252,
|
|
67835
|
+
"end": 253
|
|
67636
67836
|
},
|
|
67637
67837
|
"context": {
|
|
67638
67838
|
"type": "variable",
|
|
67639
|
-
"name": "kendo-scheduler-event-
|
|
67839
|
+
"name": "kendo-scheduler-popover-event-padding-y",
|
|
67840
|
+
"value": "null",
|
|
67841
|
+
"scope": "default",
|
|
67842
|
+
"line": {
|
|
67843
|
+
"start": 254,
|
|
67844
|
+
"end": 254
|
|
67845
|
+
}
|
|
67846
|
+
},
|
|
67847
|
+
"group": [
|
|
67848
|
+
"scheduler"
|
|
67849
|
+
],
|
|
67850
|
+
"access": "public",
|
|
67851
|
+
"file": {
|
|
67852
|
+
"path": "scheduler/_variables.scss",
|
|
67853
|
+
"name": "_variables.scss"
|
|
67854
|
+
}
|
|
67855
|
+
},
|
|
67856
|
+
{
|
|
67857
|
+
"description": "The border radius of the events inside the Scheduler Tooltip.\n",
|
|
67858
|
+
"commentRange": {
|
|
67859
|
+
"start": 255,
|
|
67860
|
+
"end": 256
|
|
67861
|
+
},
|
|
67862
|
+
"context": {
|
|
67863
|
+
"type": "variable",
|
|
67864
|
+
"name": "kendo-scheduler-popover-event-border-radius",
|
|
67865
|
+
"value": "k-border-radius(md)",
|
|
67866
|
+
"scope": "default",
|
|
67867
|
+
"line": {
|
|
67868
|
+
"start": 257,
|
|
67869
|
+
"end": 257
|
|
67870
|
+
}
|
|
67871
|
+
},
|
|
67872
|
+
"group": [
|
|
67873
|
+
"scheduler"
|
|
67874
|
+
],
|
|
67875
|
+
"access": "public",
|
|
67876
|
+
"file": {
|
|
67877
|
+
"path": "scheduler/_variables.scss",
|
|
67878
|
+
"name": "_variables.scss"
|
|
67879
|
+
}
|
|
67880
|
+
},
|
|
67881
|
+
{
|
|
67882
|
+
"description": "The spacing between the events items inside the Scheduler Tooltip.\n",
|
|
67883
|
+
"commentRange": {
|
|
67884
|
+
"start": 258,
|
|
67885
|
+
"end": 259
|
|
67886
|
+
},
|
|
67887
|
+
"context": {
|
|
67888
|
+
"type": "variable",
|
|
67889
|
+
"name": "kendo-scheduler-popover-event-gap",
|
|
67890
|
+
"value": "k-spacing(1.5)",
|
|
67891
|
+
"scope": "default",
|
|
67892
|
+
"line": {
|
|
67893
|
+
"start": 260,
|
|
67894
|
+
"end": 260
|
|
67895
|
+
}
|
|
67896
|
+
},
|
|
67897
|
+
"group": [
|
|
67898
|
+
"scheduler"
|
|
67899
|
+
],
|
|
67900
|
+
"access": "public",
|
|
67901
|
+
"file": {
|
|
67902
|
+
"path": "scheduler/_variables.scss",
|
|
67903
|
+
"name": "_variables.scss"
|
|
67904
|
+
}
|
|
67905
|
+
},
|
|
67906
|
+
{
|
|
67907
|
+
"description": "The horizontal padding of the Scheduler event template.\n",
|
|
67908
|
+
"commentRange": {
|
|
67909
|
+
"start": 262,
|
|
67910
|
+
"end": 263
|
|
67911
|
+
},
|
|
67912
|
+
"context": {
|
|
67913
|
+
"type": "variable",
|
|
67914
|
+
"name": "kendo-scheduler-event-template-padding-x",
|
|
67640
67915
|
"value": "k-spacing(2)",
|
|
67641
67916
|
"scope": "default",
|
|
67642
67917
|
"line": {
|
|
67643
|
-
"start":
|
|
67644
|
-
"end":
|
|
67918
|
+
"start": 264,
|
|
67919
|
+
"end": 264
|
|
67645
67920
|
}
|
|
67646
67921
|
},
|
|
67647
67922
|
"group": [
|
|
@@ -67654,19 +67929,19 @@
|
|
|
67654
67929
|
}
|
|
67655
67930
|
},
|
|
67656
67931
|
{
|
|
67657
|
-
"description": "The
|
|
67932
|
+
"description": "The vertical padding of the Scheduler event template.\n",
|
|
67658
67933
|
"commentRange": {
|
|
67659
|
-
"start":
|
|
67660
|
-
"end":
|
|
67934
|
+
"start": 265,
|
|
67935
|
+
"end": 266
|
|
67661
67936
|
},
|
|
67662
67937
|
"context": {
|
|
67663
67938
|
"type": "variable",
|
|
67664
|
-
"name": "kendo-scheduler-
|
|
67665
|
-
"value": "k-spacing(
|
|
67939
|
+
"name": "kendo-scheduler-event-template-padding-y",
|
|
67940
|
+
"value": "k-spacing(1)",
|
|
67666
67941
|
"scope": "default",
|
|
67667
67942
|
"line": {
|
|
67668
|
-
"start":
|
|
67669
|
-
"end":
|
|
67943
|
+
"start": 267,
|
|
67944
|
+
"end": 267
|
|
67670
67945
|
}
|
|
67671
67946
|
},
|
|
67672
67947
|
"group": [
|
|
@@ -67681,8 +67956,8 @@
|
|
|
67681
67956
|
{
|
|
67682
67957
|
"description": "The inline inset of the Scheduler marquee labels.\n",
|
|
67683
67958
|
"commentRange": {
|
|
67684
|
-
"start":
|
|
67685
|
-
"end":
|
|
67959
|
+
"start": 269,
|
|
67960
|
+
"end": 270
|
|
67686
67961
|
},
|
|
67687
67962
|
"context": {
|
|
67688
67963
|
"type": "variable",
|
|
@@ -67690,8 +67965,8 @@
|
|
|
67690
67965
|
"value": "k-spacing(1)",
|
|
67691
67966
|
"scope": "default",
|
|
67692
67967
|
"line": {
|
|
67693
|
-
"start":
|
|
67694
|
-
"end":
|
|
67968
|
+
"start": 271,
|
|
67969
|
+
"end": 271
|
|
67695
67970
|
}
|
|
67696
67971
|
},
|
|
67697
67972
|
"group": [
|
|
@@ -67706,8 +67981,8 @@
|
|
|
67706
67981
|
{
|
|
67707
67982
|
"description": "The block inset of the Scheduler marquee labels.\n",
|
|
67708
67983
|
"commentRange": {
|
|
67709
|
-
"start":
|
|
67710
|
-
"end":
|
|
67984
|
+
"start": 272,
|
|
67985
|
+
"end": 273
|
|
67711
67986
|
},
|
|
67712
67987
|
"context": {
|
|
67713
67988
|
"type": "variable",
|
|
@@ -67715,8 +67990,8 @@
|
|
|
67715
67990
|
"value": "k-spacing(0.5)",
|
|
67716
67991
|
"scope": "default",
|
|
67717
67992
|
"line": {
|
|
67718
|
-
"start":
|
|
67719
|
-
"end":
|
|
67993
|
+
"start": 274,
|
|
67994
|
+
"end": 274
|
|
67720
67995
|
}
|
|
67721
67996
|
},
|
|
67722
67997
|
"group": [
|
|
@@ -67731,8 +68006,8 @@
|
|
|
67731
68006
|
{
|
|
67732
68007
|
"description": "The spacing between icon and text in Scheduler navigation items.\n",
|
|
67733
68008
|
"commentRange": {
|
|
67734
|
-
"start":
|
|
67735
|
-
"end":
|
|
68009
|
+
"start": 276,
|
|
68010
|
+
"end": 277
|
|
67736
68011
|
},
|
|
67737
68012
|
"context": {
|
|
67738
68013
|
"type": "variable",
|
|
@@ -67740,8 +68015,8 @@
|
|
|
67740
68015
|
"value": "k-spacing(1)",
|
|
67741
68016
|
"scope": "default",
|
|
67742
68017
|
"line": {
|
|
67743
|
-
"start":
|
|
67744
|
-
"end":
|
|
68018
|
+
"start": 278,
|
|
68019
|
+
"end": 278
|
|
67745
68020
|
}
|
|
67746
68021
|
},
|
|
67747
68022
|
"group": [
|
|
@@ -67756,8 +68031,8 @@
|
|
|
67756
68031
|
{
|
|
67757
68032
|
"description": "The background color of the Scheduler header.\n",
|
|
67758
68033
|
"commentRange": {
|
|
67759
|
-
"start":
|
|
67760
|
-
"end":
|
|
68034
|
+
"start": 280,
|
|
68035
|
+
"end": 281
|
|
67761
68036
|
},
|
|
67762
68037
|
"context": {
|
|
67763
68038
|
"type": "variable",
|
|
@@ -67765,8 +68040,8 @@
|
|
|
67765
68040
|
"value": "k-translucency-bg(k-color(surface))",
|
|
67766
68041
|
"scope": "default",
|
|
67767
68042
|
"line": {
|
|
67768
|
-
"start":
|
|
67769
|
-
"end":
|
|
68043
|
+
"start": 282,
|
|
68044
|
+
"end": 282
|
|
67770
68045
|
}
|
|
67771
68046
|
},
|
|
67772
68047
|
"group": [
|