@progress/kendo-theme-classic 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/classic-green-dark.css +1 -1
- package/dist/classic-green.css +1 -1
- package/dist/classic-lavender-dark.css +1 -1
- package/dist/classic-lavender.css +1 -1
- package/dist/classic-main-dark.css +1 -1
- package/dist/classic-main.css +1 -1
- package/dist/classic-metro-dark.css +1 -1
- package/dist/classic-metro.css +1 -1
- package/dist/classic-moonlight.css +1 -1
- package/dist/classic-opal-dark.css +1 -1
- package/dist/classic-opal.css +1 -1
- package/dist/classic-silver-dark.css +1 -1
- package/dist/classic-silver.css +1 -1
- package/dist/classic-uniform.css +1 -1
- package/dist/meta/sassdoc-data.json +1494 -846
- package/dist/meta/sassdoc-raw-data.json +629 -329
- package/dist/meta/variables.json +121 -69
- package/lib/swatches/classic-green-dark.json +1 -1
- package/lib/swatches/classic-green.json +1 -1
- package/lib/swatches/classic-lavender-dark.json +1 -1
- package/lib/swatches/classic-lavender.json +1 -1
- package/lib/swatches/classic-main-dark.json +1 -1
- package/lib/swatches/classic-main.json +1 -1
- package/lib/swatches/classic-metro-dark.json +1 -1
- package/lib/swatches/classic-metro.json +1 -1
- package/lib/swatches/classic-moonlight.json +1 -1
- package/lib/swatches/classic-opal-dark.json +1 -1
- package/lib/swatches/classic-opal.json +1 -1
- package/lib/swatches/classic-silver-dark.json +1 -1
- package/lib/swatches/classic-silver.json +1 -1
- package/lib/swatches/classic-uniform.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/_variables.scss +101 -85
|
@@ -2324,6 +2324,31 @@
|
|
|
2324
2324
|
"name": "_variables.scss"
|
|
2325
2325
|
}
|
|
2326
2326
|
},
|
|
2327
|
+
{
|
|
2328
|
+
"description": "The border radius of the pre element in the ToolCall body.\n",
|
|
2329
|
+
"commentRange": {
|
|
2330
|
+
"start": 46,
|
|
2331
|
+
"end": 47
|
|
2332
|
+
},
|
|
2333
|
+
"context": {
|
|
2334
|
+
"type": "variable",
|
|
2335
|
+
"name": "kendo-tool-call-pre-border-radius",
|
|
2336
|
+
"value": "k-border-radius(lg)",
|
|
2337
|
+
"scope": "default",
|
|
2338
|
+
"line": {
|
|
2339
|
+
"start": 48,
|
|
2340
|
+
"end": 48
|
|
2341
|
+
}
|
|
2342
|
+
},
|
|
2343
|
+
"group": [
|
|
2344
|
+
"agent-response"
|
|
2345
|
+
],
|
|
2346
|
+
"access": "public",
|
|
2347
|
+
"file": {
|
|
2348
|
+
"path": "agent-response/_variables.scss",
|
|
2349
|
+
"name": "_variables.scss"
|
|
2350
|
+
}
|
|
2351
|
+
},
|
|
2327
2352
|
{
|
|
2328
2353
|
"description": "The default theme color of the AppBar.\n",
|
|
2329
2354
|
"commentRange": {
|
|
@@ -19427,7 +19452,7 @@
|
|
|
19427
19452
|
"context": {
|
|
19428
19453
|
"type": "variable",
|
|
19429
19454
|
"name": "kendo-citation-popover-view-padding",
|
|
19430
|
-
"value": "k-spacing(4)",
|
|
19455
|
+
"value": "k-spacing(2) k-spacing(4) k-spacing(4) k-spacing(4)",
|
|
19431
19456
|
"scope": "default",
|
|
19432
19457
|
"line": {
|
|
19433
19458
|
"start": 7,
|
|
@@ -19468,6 +19493,181 @@
|
|
|
19468
19493
|
"name": "_variables.scss"
|
|
19469
19494
|
}
|
|
19470
19495
|
},
|
|
19496
|
+
{
|
|
19497
|
+
"description": "The font weight of the CitationPopoverView title.\n",
|
|
19498
|
+
"commentRange": {
|
|
19499
|
+
"start": 11,
|
|
19500
|
+
"end": 12
|
|
19501
|
+
},
|
|
19502
|
+
"context": {
|
|
19503
|
+
"type": "variable",
|
|
19504
|
+
"name": "kendo-citation-popover-view-title-font-weight",
|
|
19505
|
+
"value": "var(--kendo-font-weight-medium)",
|
|
19506
|
+
"scope": "default",
|
|
19507
|
+
"line": {
|
|
19508
|
+
"start": 13,
|
|
19509
|
+
"end": 13
|
|
19510
|
+
}
|
|
19511
|
+
},
|
|
19512
|
+
"group": [
|
|
19513
|
+
"citation"
|
|
19514
|
+
],
|
|
19515
|
+
"access": "public",
|
|
19516
|
+
"file": {
|
|
19517
|
+
"path": "citation/_variables.scss",
|
|
19518
|
+
"name": "_variables.scss"
|
|
19519
|
+
}
|
|
19520
|
+
},
|
|
19521
|
+
{
|
|
19522
|
+
"description": "The font size of the CitationPopoverView body text.\n",
|
|
19523
|
+
"commentRange": {
|
|
19524
|
+
"start": 14,
|
|
19525
|
+
"end": 15
|
|
19526
|
+
},
|
|
19527
|
+
"context": {
|
|
19528
|
+
"type": "variable",
|
|
19529
|
+
"name": "kendo-citation-popover-view-body-font-size",
|
|
19530
|
+
"value": "var(--kendo-font-size-sm)",
|
|
19531
|
+
"scope": "default",
|
|
19532
|
+
"line": {
|
|
19533
|
+
"start": 16,
|
|
19534
|
+
"end": 16
|
|
19535
|
+
}
|
|
19536
|
+
},
|
|
19537
|
+
"group": [
|
|
19538
|
+
"citation"
|
|
19539
|
+
],
|
|
19540
|
+
"access": "public",
|
|
19541
|
+
"file": {
|
|
19542
|
+
"path": "citation/_variables.scss",
|
|
19543
|
+
"name": "_variables.scss"
|
|
19544
|
+
}
|
|
19545
|
+
},
|
|
19546
|
+
{
|
|
19547
|
+
"description": "The top margin of the CitationPopoverView body text.\n",
|
|
19548
|
+
"commentRange": {
|
|
19549
|
+
"start": 17,
|
|
19550
|
+
"end": 18
|
|
19551
|
+
},
|
|
19552
|
+
"context": {
|
|
19553
|
+
"type": "variable",
|
|
19554
|
+
"name": "kendo-citation-popover-view-body-margin-top",
|
|
19555
|
+
"value": "k-spacing(2)",
|
|
19556
|
+
"scope": "default",
|
|
19557
|
+
"line": {
|
|
19558
|
+
"start": 19,
|
|
19559
|
+
"end": 19
|
|
19560
|
+
}
|
|
19561
|
+
},
|
|
19562
|
+
"group": [
|
|
19563
|
+
"citation"
|
|
19564
|
+
],
|
|
19565
|
+
"access": "public",
|
|
19566
|
+
"file": {
|
|
19567
|
+
"path": "citation/_variables.scss",
|
|
19568
|
+
"name": "_variables.scss"
|
|
19569
|
+
}
|
|
19570
|
+
},
|
|
19571
|
+
{
|
|
19572
|
+
"description": "The text color of the CitationPopoverView body text.\n",
|
|
19573
|
+
"commentRange": {
|
|
19574
|
+
"start": 20,
|
|
19575
|
+
"end": 21
|
|
19576
|
+
},
|
|
19577
|
+
"context": {
|
|
19578
|
+
"type": "variable",
|
|
19579
|
+
"name": "kendo-citation-popover-view-body-color",
|
|
19580
|
+
"value": "k-color(subtle)",
|
|
19581
|
+
"scope": "default",
|
|
19582
|
+
"line": {
|
|
19583
|
+
"start": 22,
|
|
19584
|
+
"end": 22
|
|
19585
|
+
}
|
|
19586
|
+
},
|
|
19587
|
+
"group": [
|
|
19588
|
+
"citation"
|
|
19589
|
+
],
|
|
19590
|
+
"access": "public",
|
|
19591
|
+
"file": {
|
|
19592
|
+
"path": "citation/_variables.scss",
|
|
19593
|
+
"name": "_variables.scss"
|
|
19594
|
+
}
|
|
19595
|
+
},
|
|
19596
|
+
{
|
|
19597
|
+
"description": "The font size of the CitationPopoverView source link.\n",
|
|
19598
|
+
"commentRange": {
|
|
19599
|
+
"start": 23,
|
|
19600
|
+
"end": 24
|
|
19601
|
+
},
|
|
19602
|
+
"context": {
|
|
19603
|
+
"type": "variable",
|
|
19604
|
+
"name": "kendo-citation-popover-view-source-font-size",
|
|
19605
|
+
"value": "var(--kendo-font-size-sm)",
|
|
19606
|
+
"scope": "default",
|
|
19607
|
+
"line": {
|
|
19608
|
+
"start": 25,
|
|
19609
|
+
"end": 25
|
|
19610
|
+
}
|
|
19611
|
+
},
|
|
19612
|
+
"group": [
|
|
19613
|
+
"citation"
|
|
19614
|
+
],
|
|
19615
|
+
"access": "public",
|
|
19616
|
+
"file": {
|
|
19617
|
+
"path": "citation/_variables.scss",
|
|
19618
|
+
"name": "_variables.scss"
|
|
19619
|
+
}
|
|
19620
|
+
},
|
|
19621
|
+
{
|
|
19622
|
+
"description": "The top margin of the CitationPopoverView source link.\n",
|
|
19623
|
+
"commentRange": {
|
|
19624
|
+
"start": 26,
|
|
19625
|
+
"end": 27
|
|
19626
|
+
},
|
|
19627
|
+
"context": {
|
|
19628
|
+
"type": "variable",
|
|
19629
|
+
"name": "kendo-citation-popover-view-source-margin-top",
|
|
19630
|
+
"value": "0",
|
|
19631
|
+
"scope": "default",
|
|
19632
|
+
"line": {
|
|
19633
|
+
"start": 28,
|
|
19634
|
+
"end": 28
|
|
19635
|
+
}
|
|
19636
|
+
},
|
|
19637
|
+
"group": [
|
|
19638
|
+
"citation"
|
|
19639
|
+
],
|
|
19640
|
+
"access": "public",
|
|
19641
|
+
"file": {
|
|
19642
|
+
"path": "citation/_variables.scss",
|
|
19643
|
+
"name": "_variables.scss"
|
|
19644
|
+
}
|
|
19645
|
+
},
|
|
19646
|
+
{
|
|
19647
|
+
"description": "The gap between the icon and text of the CitationPopoverView source link.\n",
|
|
19648
|
+
"commentRange": {
|
|
19649
|
+
"start": 29,
|
|
19650
|
+
"end": 30
|
|
19651
|
+
},
|
|
19652
|
+
"context": {
|
|
19653
|
+
"type": "variable",
|
|
19654
|
+
"name": "kendo-citation-popover-view-source-gap",
|
|
19655
|
+
"value": "k-spacing(1)",
|
|
19656
|
+
"scope": "default",
|
|
19657
|
+
"line": {
|
|
19658
|
+
"start": 31,
|
|
19659
|
+
"end": 31
|
|
19660
|
+
}
|
|
19661
|
+
},
|
|
19662
|
+
"group": [
|
|
19663
|
+
"citation"
|
|
19664
|
+
],
|
|
19665
|
+
"access": "public",
|
|
19666
|
+
"file": {
|
|
19667
|
+
"path": "citation/_variables.scss",
|
|
19668
|
+
"name": "_variables.scss"
|
|
19669
|
+
}
|
|
19670
|
+
},
|
|
19471
19671
|
{
|
|
19472
19672
|
"description": "The default size of the ColorEditor.\n",
|
|
19473
19673
|
"commentRange": {
|
|
@@ -63662,7 +63862,7 @@
|
|
|
63662
63862
|
"context": {
|
|
63663
63863
|
"type": "variable",
|
|
63664
63864
|
"name": "kendo-scheduler-event-min-height",
|
|
63665
|
-
"value": "
|
|
63865
|
+
"value": "12px",
|
|
63666
63866
|
"scope": "default",
|
|
63667
63867
|
"line": {
|
|
63668
63868
|
"start": 62,
|
|
@@ -63704,19 +63904,19 @@
|
|
|
63704
63904
|
}
|
|
63705
63905
|
},
|
|
63706
63906
|
{
|
|
63707
|
-
"description": "The
|
|
63907
|
+
"description": "The font size of the Scheduler event title.\n",
|
|
63708
63908
|
"commentRange": {
|
|
63709
|
-
"start":
|
|
63710
|
-
"end":
|
|
63909
|
+
"start": 67,
|
|
63910
|
+
"end": 68
|
|
63711
63911
|
},
|
|
63712
63912
|
"context": {
|
|
63713
63913
|
"type": "variable",
|
|
63714
|
-
"name": "kendo-scheduler-event-
|
|
63715
|
-
"value": "
|
|
63914
|
+
"name": "kendo-scheduler-event-title-font-size",
|
|
63915
|
+
"value": "var(--kendo-font-size-sm)",
|
|
63716
63916
|
"scope": "default",
|
|
63717
63917
|
"line": {
|
|
63718
|
-
"start":
|
|
63719
|
-
"end":
|
|
63918
|
+
"start": 69,
|
|
63919
|
+
"end": 69
|
|
63720
63920
|
}
|
|
63721
63921
|
},
|
|
63722
63922
|
"group": [
|
|
@@ -63729,15 +63929,15 @@
|
|
|
63729
63929
|
}
|
|
63730
63930
|
},
|
|
63731
63931
|
{
|
|
63732
|
-
"description": "The
|
|
63932
|
+
"description": "The line height of the Scheduler event title.\n",
|
|
63733
63933
|
"commentRange": {
|
|
63734
63934
|
"start": 70,
|
|
63735
63935
|
"end": 71
|
|
63736
63936
|
},
|
|
63737
63937
|
"context": {
|
|
63738
63938
|
"type": "variable",
|
|
63739
|
-
"name": "kendo-scheduler-event-
|
|
63740
|
-
"value": "
|
|
63939
|
+
"name": "kendo-scheduler-event-title-line-height",
|
|
63940
|
+
"value": "var(--kendo-line-height-sm)",
|
|
63741
63941
|
"scope": "default",
|
|
63742
63942
|
"line": {
|
|
63743
63943
|
"start": 72,
|
|
@@ -63754,15 +63954,15 @@
|
|
|
63754
63954
|
}
|
|
63755
63955
|
},
|
|
63756
63956
|
{
|
|
63757
|
-
"description": "The
|
|
63957
|
+
"description": "The top padding of the Scheduler event title.\n",
|
|
63758
63958
|
"commentRange": {
|
|
63759
63959
|
"start": 73,
|
|
63760
63960
|
"end": 74
|
|
63761
63961
|
},
|
|
63762
63962
|
"context": {
|
|
63763
63963
|
"type": "variable",
|
|
63764
|
-
"name": "kendo-scheduler-event-
|
|
63765
|
-
"value": "k-
|
|
63964
|
+
"name": "kendo-scheduler-event-title-padding-top",
|
|
63965
|
+
"value": "k-spacing(1)",
|
|
63766
63966
|
"scope": "default",
|
|
63767
63967
|
"line": {
|
|
63768
63968
|
"start": 75,
|
|
@@ -63779,15 +63979,15 @@
|
|
|
63779
63979
|
}
|
|
63780
63980
|
},
|
|
63781
63981
|
{
|
|
63782
|
-
"description": "The
|
|
63982
|
+
"description": "The bottom padding of the Scheduler event title.\n",
|
|
63783
63983
|
"commentRange": {
|
|
63784
63984
|
"start": 76,
|
|
63785
63985
|
"end": 77
|
|
63786
63986
|
},
|
|
63787
63987
|
"context": {
|
|
63788
63988
|
"type": "variable",
|
|
63789
|
-
"name": "kendo-scheduler-event-
|
|
63790
|
-
"value": "
|
|
63989
|
+
"name": "kendo-scheduler-event-title-padding-bottom",
|
|
63990
|
+
"value": "k-spacing(0.5)",
|
|
63791
63991
|
"scope": "default",
|
|
63792
63992
|
"line": {
|
|
63793
63993
|
"start": 78,
|
|
@@ -63804,19 +64004,19 @@
|
|
|
63804
64004
|
}
|
|
63805
64005
|
},
|
|
63806
64006
|
{
|
|
63807
|
-
"description": "The
|
|
64007
|
+
"description": "The font size of the Scheduler event time.\n",
|
|
63808
64008
|
"commentRange": {
|
|
63809
|
-
"start":
|
|
63810
|
-
"end":
|
|
64009
|
+
"start": 80,
|
|
64010
|
+
"end": 81
|
|
63811
64011
|
},
|
|
63812
64012
|
"context": {
|
|
63813
64013
|
"type": "variable",
|
|
63814
|
-
"name": "kendo-scheduler-event-
|
|
63815
|
-
"value": "
|
|
64014
|
+
"name": "kendo-scheduler-event-time-font-size",
|
|
64015
|
+
"value": "var(--kendo-font-size-xs)",
|
|
63816
64016
|
"scope": "default",
|
|
63817
64017
|
"line": {
|
|
63818
|
-
"start":
|
|
63819
|
-
"end":
|
|
64018
|
+
"start": 82,
|
|
64019
|
+
"end": 82
|
|
63820
64020
|
}
|
|
63821
64021
|
},
|
|
63822
64022
|
"group": [
|
|
@@ -63829,19 +64029,19 @@
|
|
|
63829
64029
|
}
|
|
63830
64030
|
},
|
|
63831
64031
|
{
|
|
63832
|
-
"description": "The
|
|
64032
|
+
"description": "The line height of the Scheduler event time.\n",
|
|
63833
64033
|
"commentRange": {
|
|
63834
|
-
"start":
|
|
63835
|
-
"end":
|
|
64034
|
+
"start": 83,
|
|
64035
|
+
"end": 84
|
|
63836
64036
|
},
|
|
63837
64037
|
"context": {
|
|
63838
64038
|
"type": "variable",
|
|
63839
|
-
"name": "kendo-scheduler-event-
|
|
63840
|
-
"value": "
|
|
64039
|
+
"name": "kendo-scheduler-event-time-line-height",
|
|
64040
|
+
"value": "var(--kendo-line-height-sm)",
|
|
63841
64041
|
"scope": "default",
|
|
63842
64042
|
"line": {
|
|
63843
|
-
"start":
|
|
63844
|
-
"end":
|
|
64043
|
+
"start": 85,
|
|
64044
|
+
"end": 85
|
|
63845
64045
|
}
|
|
63846
64046
|
},
|
|
63847
64047
|
"group": [
|
|
@@ -63854,15 +64054,15 @@
|
|
|
63854
64054
|
}
|
|
63855
64055
|
},
|
|
63856
64056
|
{
|
|
63857
|
-
"description": "The
|
|
64057
|
+
"description": "The top padding of the Scheduler event time.\n",
|
|
63858
64058
|
"commentRange": {
|
|
63859
64059
|
"start": 86,
|
|
63860
64060
|
"end": 87
|
|
63861
64061
|
},
|
|
63862
64062
|
"context": {
|
|
63863
64063
|
"type": "variable",
|
|
63864
|
-
"name": "kendo-scheduler-event-
|
|
63865
|
-
"value": "
|
|
64064
|
+
"name": "kendo-scheduler-event-time-padding-top",
|
|
64065
|
+
"value": "k-spacing(0.5)",
|
|
63866
64066
|
"scope": "default",
|
|
63867
64067
|
"line": {
|
|
63868
64068
|
"start": 88,
|
|
@@ -63879,15 +64079,15 @@
|
|
|
63879
64079
|
}
|
|
63880
64080
|
},
|
|
63881
64081
|
{
|
|
63882
|
-
"description": "The
|
|
64082
|
+
"description": "The bottom padding of the Scheduler event time.\n",
|
|
63883
64083
|
"commentRange": {
|
|
63884
64084
|
"start": 89,
|
|
63885
64085
|
"end": 90
|
|
63886
64086
|
},
|
|
63887
64087
|
"context": {
|
|
63888
64088
|
"type": "variable",
|
|
63889
|
-
"name": "kendo-scheduler-event-
|
|
63890
|
-
"value": "
|
|
64089
|
+
"name": "kendo-scheduler-event-time-padding-bottom",
|
|
64090
|
+
"value": "k-spacing(0.5)",
|
|
63891
64091
|
"scope": "default",
|
|
63892
64092
|
"line": {
|
|
63893
64093
|
"start": 91,
|
|
@@ -63904,19 +64104,19 @@
|
|
|
63904
64104
|
}
|
|
63905
64105
|
},
|
|
63906
64106
|
{
|
|
63907
|
-
"description": "The
|
|
64107
|
+
"description": "The background color of the Scheduler event.\n",
|
|
63908
64108
|
"commentRange": {
|
|
63909
|
-
"start":
|
|
63910
|
-
"end":
|
|
64109
|
+
"start": 93,
|
|
64110
|
+
"end": 94
|
|
63911
64111
|
},
|
|
63912
64112
|
"context": {
|
|
63913
64113
|
"type": "variable",
|
|
63914
|
-
"name": "kendo-scheduler-event-
|
|
63915
|
-
"value": "
|
|
64114
|
+
"name": "kendo-scheduler-event-bg",
|
|
64115
|
+
"value": "k-color(primary)",
|
|
63916
64116
|
"scope": "default",
|
|
63917
64117
|
"line": {
|
|
63918
|
-
"start":
|
|
63919
|
-
"end":
|
|
64118
|
+
"start": 95,
|
|
64119
|
+
"end": 95
|
|
63920
64120
|
}
|
|
63921
64121
|
},
|
|
63922
64122
|
"group": [
|
|
@@ -63929,19 +64129,19 @@
|
|
|
63929
64129
|
}
|
|
63930
64130
|
},
|
|
63931
64131
|
{
|
|
63932
|
-
"description": "The
|
|
64132
|
+
"description": "The text color of the Scheduler event.\n",
|
|
63933
64133
|
"commentRange": {
|
|
63934
|
-
"start":
|
|
63935
|
-
"end":
|
|
64134
|
+
"start": 96,
|
|
64135
|
+
"end": 97
|
|
63936
64136
|
},
|
|
63937
64137
|
"context": {
|
|
63938
64138
|
"type": "variable",
|
|
63939
|
-
"name": "kendo-scheduler-event-
|
|
63940
|
-
"value": "
|
|
64139
|
+
"name": "kendo-scheduler-event-text",
|
|
64140
|
+
"value": "k-color(on-primary)",
|
|
63941
64141
|
"scope": "default",
|
|
63942
64142
|
"line": {
|
|
63943
|
-
"start":
|
|
63944
|
-
"end":
|
|
64143
|
+
"start": 98,
|
|
64144
|
+
"end": 98
|
|
63945
64145
|
}
|
|
63946
64146
|
},
|
|
63947
64147
|
"group": [
|
|
@@ -63954,19 +64154,19 @@
|
|
|
63954
64154
|
}
|
|
63955
64155
|
},
|
|
63956
64156
|
{
|
|
63957
|
-
"description": "The
|
|
64157
|
+
"description": "The border color of the Scheduler event.\n",
|
|
63958
64158
|
"commentRange": {
|
|
63959
|
-
"start":
|
|
63960
|
-
"end":
|
|
64159
|
+
"start": 99,
|
|
64160
|
+
"end": 100
|
|
63961
64161
|
},
|
|
63962
64162
|
"context": {
|
|
63963
64163
|
"type": "variable",
|
|
63964
|
-
"name": "kendo-scheduler-event-
|
|
64164
|
+
"name": "kendo-scheduler-event-border",
|
|
63965
64165
|
"value": "null",
|
|
63966
64166
|
"scope": "default",
|
|
63967
64167
|
"line": {
|
|
63968
|
-
"start":
|
|
63969
|
-
"end":
|
|
64168
|
+
"start": 101,
|
|
64169
|
+
"end": 101
|
|
63970
64170
|
}
|
|
63971
64171
|
},
|
|
63972
64172
|
"group": [
|
|
@@ -63979,15 +64179,15 @@
|
|
|
63979
64179
|
}
|
|
63980
64180
|
},
|
|
63981
64181
|
{
|
|
63982
|
-
"description": "The
|
|
64182
|
+
"description": "The gradient of the Scheduler event.\n",
|
|
63983
64183
|
"commentRange": {
|
|
63984
64184
|
"start": 102,
|
|
63985
64185
|
"end": 103
|
|
63986
64186
|
},
|
|
63987
64187
|
"context": {
|
|
63988
64188
|
"type": "variable",
|
|
63989
|
-
"name": "kendo-scheduler-event-
|
|
63990
|
-
"value": "
|
|
64189
|
+
"name": "kendo-scheduler-event-gradient",
|
|
64190
|
+
"value": "null",
|
|
63991
64191
|
"scope": "default",
|
|
63992
64192
|
"line": {
|
|
63993
64193
|
"start": 104,
|
|
@@ -64004,15 +64204,15 @@
|
|
|
64004
64204
|
}
|
|
64005
64205
|
},
|
|
64006
64206
|
{
|
|
64007
|
-
"description": "The
|
|
64207
|
+
"description": "The shadow of the Scheduler event.\n",
|
|
64008
64208
|
"commentRange": {
|
|
64009
64209
|
"start": 105,
|
|
64010
64210
|
"end": 106
|
|
64011
64211
|
},
|
|
64012
64212
|
"context": {
|
|
64013
64213
|
"type": "variable",
|
|
64014
|
-
"name": "kendo-scheduler-event-
|
|
64015
|
-
"value": "
|
|
64214
|
+
"name": "kendo-scheduler-event-shadow",
|
|
64215
|
+
"value": "null",
|
|
64016
64216
|
"scope": "default",
|
|
64017
64217
|
"line": {
|
|
64018
64218
|
"start": 107,
|
|
@@ -64029,19 +64229,19 @@
|
|
|
64029
64229
|
}
|
|
64030
64230
|
},
|
|
64031
64231
|
{
|
|
64032
|
-
"description": "The
|
|
64232
|
+
"description": "The background color of the read-only Scheduler event.\n",
|
|
64033
64233
|
"commentRange": {
|
|
64034
|
-
"start":
|
|
64035
|
-
"end":
|
|
64234
|
+
"start": 109,
|
|
64235
|
+
"end": 110
|
|
64036
64236
|
},
|
|
64037
64237
|
"context": {
|
|
64038
64238
|
"type": "variable",
|
|
64039
|
-
"name": "kendo-scheduler-event-
|
|
64040
|
-
"value": "
|
|
64239
|
+
"name": "kendo-scheduler-event-readonly-bg",
|
|
64240
|
+
"value": "k-color(primary-subtle)",
|
|
64041
64241
|
"scope": "default",
|
|
64042
64242
|
"line": {
|
|
64043
|
-
"start":
|
|
64044
|
-
"end":
|
|
64243
|
+
"start": 111,
|
|
64244
|
+
"end": 111
|
|
64045
64245
|
}
|
|
64046
64246
|
},
|
|
64047
64247
|
"group": [
|
|
@@ -64054,19 +64254,19 @@
|
|
|
64054
64254
|
}
|
|
64055
64255
|
},
|
|
64056
64256
|
{
|
|
64057
|
-
"description": "The
|
|
64257
|
+
"description": "The text color of the read-only Scheduler event.\n",
|
|
64058
64258
|
"commentRange": {
|
|
64059
|
-
"start":
|
|
64060
|
-
"end":
|
|
64259
|
+
"start": 112,
|
|
64260
|
+
"end": 113
|
|
64061
64261
|
},
|
|
64062
64262
|
"context": {
|
|
64063
64263
|
"type": "variable",
|
|
64064
|
-
"name": "kendo-scheduler-event-
|
|
64065
|
-
"value": "
|
|
64264
|
+
"name": "kendo-scheduler-event-readonly-text",
|
|
64265
|
+
"value": "k-color(primary-on-subtle)",
|
|
64066
64266
|
"scope": "default",
|
|
64067
64267
|
"line": {
|
|
64068
|
-
"start":
|
|
64069
|
-
"end":
|
|
64268
|
+
"start": 114,
|
|
64269
|
+
"end": 114
|
|
64070
64270
|
}
|
|
64071
64271
|
},
|
|
64072
64272
|
"group": [
|
|
@@ -64079,19 +64279,19 @@
|
|
|
64079
64279
|
}
|
|
64080
64280
|
},
|
|
64081
64281
|
{
|
|
64082
|
-
"description": "The
|
|
64282
|
+
"description": "The border color of the read-only Scheduler event.\n",
|
|
64083
64283
|
"commentRange": {
|
|
64084
|
-
"start":
|
|
64085
|
-
"end":
|
|
64284
|
+
"start": 115,
|
|
64285
|
+
"end": 116
|
|
64086
64286
|
},
|
|
64087
64287
|
"context": {
|
|
64088
64288
|
"type": "variable",
|
|
64089
|
-
"name": "kendo-scheduler-event-
|
|
64090
|
-
"value": "
|
|
64289
|
+
"name": "kendo-scheduler-event-readonly-border",
|
|
64290
|
+
"value": "k-color(primary-emphasis)",
|
|
64091
64291
|
"scope": "default",
|
|
64092
64292
|
"line": {
|
|
64093
|
-
"start":
|
|
64094
|
-
"end":
|
|
64293
|
+
"start": 117,
|
|
64294
|
+
"end": 117
|
|
64095
64295
|
}
|
|
64096
64296
|
},
|
|
64097
64297
|
"group": [
|
|
@@ -64104,19 +64304,19 @@
|
|
|
64104
64304
|
}
|
|
64105
64305
|
},
|
|
64106
64306
|
{
|
|
64107
|
-
"description": "The
|
|
64307
|
+
"description": "The background color of the hovered Scheduler event.\n",
|
|
64108
64308
|
"commentRange": {
|
|
64109
|
-
"start":
|
|
64110
|
-
"end":
|
|
64309
|
+
"start": 119,
|
|
64310
|
+
"end": 120
|
|
64111
64311
|
},
|
|
64112
64312
|
"context": {
|
|
64113
64313
|
"type": "variable",
|
|
64114
|
-
"name": "kendo-scheduler-event-
|
|
64115
|
-
"value": "
|
|
64314
|
+
"name": "kendo-scheduler-event-hover-bg",
|
|
64315
|
+
"value": "null",
|
|
64116
64316
|
"scope": "default",
|
|
64117
64317
|
"line": {
|
|
64118
|
-
"start":
|
|
64119
|
-
"end":
|
|
64318
|
+
"start": 121,
|
|
64319
|
+
"end": 121
|
|
64120
64320
|
}
|
|
64121
64321
|
},
|
|
64122
64322
|
"group": [
|
|
@@ -64129,15 +64329,15 @@
|
|
|
64129
64329
|
}
|
|
64130
64330
|
},
|
|
64131
64331
|
{
|
|
64132
|
-
"description": "The
|
|
64332
|
+
"description": "The text color of the hovered Scheduler event.\n",
|
|
64133
64333
|
"commentRange": {
|
|
64134
64334
|
"start": 122,
|
|
64135
64335
|
"end": 123
|
|
64136
64336
|
},
|
|
64137
64337
|
"context": {
|
|
64138
64338
|
"type": "variable",
|
|
64139
|
-
"name": "kendo-scheduler-
|
|
64140
|
-
"value": "
|
|
64339
|
+
"name": "kendo-scheduler-event-hover-text",
|
|
64340
|
+
"value": "null",
|
|
64141
64341
|
"scope": "default",
|
|
64142
64342
|
"line": {
|
|
64143
64343
|
"start": 124,
|
|
@@ -64154,15 +64354,15 @@
|
|
|
64154
64354
|
}
|
|
64155
64355
|
},
|
|
64156
64356
|
{
|
|
64157
|
-
"description": "The
|
|
64357
|
+
"description": "The border color of the hovered Scheduler event.\n",
|
|
64158
64358
|
"commentRange": {
|
|
64159
64359
|
"start": 125,
|
|
64160
64360
|
"end": 126
|
|
64161
64361
|
},
|
|
64162
64362
|
"context": {
|
|
64163
64363
|
"type": "variable",
|
|
64164
|
-
"name": "kendo-scheduler-
|
|
64165
|
-
"value": "
|
|
64364
|
+
"name": "kendo-scheduler-event-hover-border",
|
|
64365
|
+
"value": "null",
|
|
64166
64366
|
"scope": "default",
|
|
64167
64367
|
"line": {
|
|
64168
64368
|
"start": 127,
|
|
@@ -64179,15 +64379,15 @@
|
|
|
64179
64379
|
}
|
|
64180
64380
|
},
|
|
64181
64381
|
{
|
|
64182
|
-
"description": "The
|
|
64382
|
+
"description": "The gradient of the hovered Scheduler event.\n",
|
|
64183
64383
|
"commentRange": {
|
|
64184
64384
|
"start": 128,
|
|
64185
64385
|
"end": 129
|
|
64186
64386
|
},
|
|
64187
64387
|
"context": {
|
|
64188
64388
|
"type": "variable",
|
|
64189
|
-
"name": "kendo-scheduler-
|
|
64190
|
-
"value": "
|
|
64389
|
+
"name": "kendo-scheduler-event-hover-gradient",
|
|
64390
|
+
"value": "null",
|
|
64191
64391
|
"scope": "default",
|
|
64192
64392
|
"line": {
|
|
64193
64393
|
"start": 130,
|
|
@@ -64204,15 +64404,15 @@
|
|
|
64204
64404
|
}
|
|
64205
64405
|
},
|
|
64206
64406
|
{
|
|
64207
|
-
"description": "The
|
|
64407
|
+
"description": "The shadow of the hovered Scheduler event.\n",
|
|
64208
64408
|
"commentRange": {
|
|
64209
64409
|
"start": 131,
|
|
64210
64410
|
"end": 132
|
|
64211
64411
|
},
|
|
64212
64412
|
"context": {
|
|
64213
64413
|
"type": "variable",
|
|
64214
|
-
"name": "kendo-scheduler-
|
|
64215
|
-
"value": "
|
|
64414
|
+
"name": "kendo-scheduler-event-hover-shadow",
|
|
64415
|
+
"value": "null",
|
|
64216
64416
|
"scope": "default",
|
|
64217
64417
|
"line": {
|
|
64218
64418
|
"start": 133,
|
|
@@ -64229,19 +64429,19 @@
|
|
|
64229
64429
|
}
|
|
64230
64430
|
},
|
|
64231
64431
|
{
|
|
64232
|
-
"description": "The
|
|
64432
|
+
"description": "The background color of the selected Scheduler event.\n",
|
|
64233
64433
|
"commentRange": {
|
|
64234
|
-
"start":
|
|
64235
|
-
"end":
|
|
64434
|
+
"start": 135,
|
|
64435
|
+
"end": 136
|
|
64236
64436
|
},
|
|
64237
64437
|
"context": {
|
|
64238
64438
|
"type": "variable",
|
|
64239
|
-
"name": "kendo-scheduler-
|
|
64240
|
-
"value": "
|
|
64439
|
+
"name": "kendo-scheduler-event-selected-bg",
|
|
64440
|
+
"value": "k-color(primary)",
|
|
64241
64441
|
"scope": "default",
|
|
64242
64442
|
"line": {
|
|
64243
|
-
"start":
|
|
64244
|
-
"end":
|
|
64443
|
+
"start": 137,
|
|
64444
|
+
"end": 137
|
|
64245
64445
|
}
|
|
64246
64446
|
},
|
|
64247
64447
|
"group": [
|
|
@@ -64254,15 +64454,15 @@
|
|
|
64254
64454
|
}
|
|
64255
64455
|
},
|
|
64256
64456
|
{
|
|
64257
|
-
"description": "The
|
|
64457
|
+
"description": "The text color of the selected Scheduler event.\n",
|
|
64258
64458
|
"commentRange": {
|
|
64259
64459
|
"start": 138,
|
|
64260
64460
|
"end": 139
|
|
64261
64461
|
},
|
|
64262
64462
|
"context": {
|
|
64263
64463
|
"type": "variable",
|
|
64264
|
-
"name": "kendo-scheduler-
|
|
64265
|
-
"value": "k-color(
|
|
64464
|
+
"name": "kendo-scheduler-event-selected-text",
|
|
64465
|
+
"value": "k-color(on-primary)",
|
|
64266
64466
|
"scope": "default",
|
|
64267
64467
|
"line": {
|
|
64268
64468
|
"start": 140,
|
|
@@ -64279,14 +64479,14 @@
|
|
|
64279
64479
|
}
|
|
64280
64480
|
},
|
|
64281
64481
|
{
|
|
64282
|
-
"description": "The
|
|
64482
|
+
"description": "The border color of the selected Scheduler event.\n",
|
|
64283
64483
|
"commentRange": {
|
|
64284
64484
|
"start": 141,
|
|
64285
64485
|
"end": 142
|
|
64286
64486
|
},
|
|
64287
64487
|
"context": {
|
|
64288
64488
|
"type": "variable",
|
|
64289
|
-
"name": "kendo-scheduler-
|
|
64489
|
+
"name": "kendo-scheduler-event-selected-border",
|
|
64290
64490
|
"value": "null",
|
|
64291
64491
|
"scope": "default",
|
|
64292
64492
|
"line": {
|
|
@@ -64304,19 +64504,19 @@
|
|
|
64304
64504
|
}
|
|
64305
64505
|
},
|
|
64306
64506
|
{
|
|
64307
|
-
"description": "The
|
|
64507
|
+
"description": "The gradient of the selected Scheduler event.\n",
|
|
64308
64508
|
"commentRange": {
|
|
64309
|
-
"start":
|
|
64310
|
-
"end":
|
|
64509
|
+
"start": 144,
|
|
64510
|
+
"end": 145
|
|
64311
64511
|
},
|
|
64312
64512
|
"context": {
|
|
64313
64513
|
"type": "variable",
|
|
64314
|
-
"name": "kendo-scheduler-
|
|
64315
|
-
"value": "
|
|
64514
|
+
"name": "kendo-scheduler-event-selected-gradient",
|
|
64515
|
+
"value": "null",
|
|
64316
64516
|
"scope": "default",
|
|
64317
64517
|
"line": {
|
|
64318
|
-
"start":
|
|
64319
|
-
"end":
|
|
64518
|
+
"start": 146,
|
|
64519
|
+
"end": 146
|
|
64320
64520
|
}
|
|
64321
64521
|
},
|
|
64322
64522
|
"group": [
|
|
@@ -64329,19 +64529,19 @@
|
|
|
64329
64529
|
}
|
|
64330
64530
|
},
|
|
64331
64531
|
{
|
|
64332
|
-
"description": "The
|
|
64532
|
+
"description": "The shadow of the selected Scheduler event.\n",
|
|
64333
64533
|
"commentRange": {
|
|
64334
|
-
"start":
|
|
64335
|
-
"end":
|
|
64534
|
+
"start": 147,
|
|
64535
|
+
"end": 148
|
|
64336
64536
|
},
|
|
64337
64537
|
"context": {
|
|
64338
64538
|
"type": "variable",
|
|
64339
|
-
"name": "kendo-scheduler-
|
|
64340
|
-
"value": "
|
|
64539
|
+
"name": "kendo-scheduler-event-selected-shadow",
|
|
64540
|
+
"value": "inset 0 0 0 2px k-color(border-alt)",
|
|
64341
64541
|
"scope": "default",
|
|
64342
64542
|
"line": {
|
|
64343
|
-
"start":
|
|
64344
|
-
"end":
|
|
64543
|
+
"start": 149,
|
|
64544
|
+
"end": 149
|
|
64345
64545
|
}
|
|
64346
64546
|
},
|
|
64347
64547
|
"group": [
|
|
@@ -64354,19 +64554,19 @@
|
|
|
64354
64554
|
}
|
|
64355
64555
|
},
|
|
64356
64556
|
{
|
|
64357
|
-
"description": "The
|
|
64557
|
+
"description": "The shadow of the ongoing Scheduler event.\n",
|
|
64358
64558
|
"commentRange": {
|
|
64359
|
-
"start":
|
|
64360
|
-
"end":
|
|
64559
|
+
"start": 151,
|
|
64560
|
+
"end": 152
|
|
64361
64561
|
},
|
|
64362
64562
|
"context": {
|
|
64363
64563
|
"type": "variable",
|
|
64364
|
-
"name": "kendo-scheduler-
|
|
64365
|
-
"value": "
|
|
64564
|
+
"name": "kendo-scheduler-event-ongoing-shadow",
|
|
64565
|
+
"value": "inset 0px 0px 0px 1px #ff0000",
|
|
64366
64566
|
"scope": "default",
|
|
64367
64567
|
"line": {
|
|
64368
|
-
"start":
|
|
64369
|
-
"end":
|
|
64568
|
+
"start": 153,
|
|
64569
|
+
"end": 153
|
|
64370
64570
|
}
|
|
64371
64571
|
},
|
|
64372
64572
|
"group": [
|
|
@@ -64379,15 +64579,15 @@
|
|
|
64379
64579
|
}
|
|
64380
64580
|
},
|
|
64381
64581
|
{
|
|
64382
|
-
"description": "The
|
|
64582
|
+
"description": "The size of the Scheduler resize handle hit area.\n",
|
|
64383
64583
|
"commentRange": {
|
|
64384
64584
|
"start": 155,
|
|
64385
64585
|
"end": 156
|
|
64386
64586
|
},
|
|
64387
64587
|
"context": {
|
|
64388
64588
|
"type": "variable",
|
|
64389
|
-
"name": "kendo-scheduler-
|
|
64390
|
-
"value": "
|
|
64589
|
+
"name": "kendo-scheduler-resizer-size",
|
|
64590
|
+
"value": "0.5em",
|
|
64391
64591
|
"scope": "default",
|
|
64392
64592
|
"line": {
|
|
64393
64593
|
"start": 157,
|
|
@@ -64404,19 +64604,19 @@
|
|
|
64404
64604
|
}
|
|
64405
64605
|
},
|
|
64406
64606
|
{
|
|
64407
|
-
"description": "The
|
|
64607
|
+
"description": "The length of the Scheduler resize handle visual indicator.\n",
|
|
64408
64608
|
"commentRange": {
|
|
64409
|
-
"start":
|
|
64410
|
-
"end":
|
|
64609
|
+
"start": 158,
|
|
64610
|
+
"end": 159
|
|
64411
64611
|
},
|
|
64412
64612
|
"context": {
|
|
64413
64613
|
"type": "variable",
|
|
64414
|
-
"name": "kendo-scheduler-
|
|
64415
|
-
"value": "
|
|
64614
|
+
"name": "kendo-scheduler-resize-handle-size",
|
|
64615
|
+
"value": "8px",
|
|
64416
64616
|
"scope": "default",
|
|
64417
64617
|
"line": {
|
|
64418
|
-
"start":
|
|
64419
|
-
"end":
|
|
64618
|
+
"start": 160,
|
|
64619
|
+
"end": 160
|
|
64420
64620
|
}
|
|
64421
64621
|
},
|
|
64422
64622
|
"group": [
|
|
@@ -64429,19 +64629,19 @@
|
|
|
64429
64629
|
}
|
|
64430
64630
|
},
|
|
64431
64631
|
{
|
|
64432
|
-
"description": "The
|
|
64632
|
+
"description": "The border radius of the Scheduler resize handle.\n",
|
|
64433
64633
|
"commentRange": {
|
|
64434
|
-
"start":
|
|
64435
|
-
"end":
|
|
64634
|
+
"start": 161,
|
|
64635
|
+
"end": 162
|
|
64436
64636
|
},
|
|
64437
64637
|
"context": {
|
|
64438
64638
|
"type": "variable",
|
|
64439
|
-
"name": "kendo-scheduler-
|
|
64440
|
-
"value": "
|
|
64639
|
+
"name": "kendo-scheduler-resize-handle-border-radius",
|
|
64640
|
+
"value": "k-border-radius(full)",
|
|
64441
64641
|
"scope": "default",
|
|
64442
64642
|
"line": {
|
|
64443
|
-
"start":
|
|
64444
|
-
"end":
|
|
64643
|
+
"start": 163,
|
|
64644
|
+
"end": 163
|
|
64445
64645
|
}
|
|
64446
64646
|
},
|
|
64447
64647
|
"group": [
|
|
@@ -64454,19 +64654,19 @@
|
|
|
64454
64654
|
}
|
|
64455
64655
|
},
|
|
64456
64656
|
{
|
|
64457
|
-
"description": "The
|
|
64657
|
+
"description": "The border width of the Scheduler resize handle.\n",
|
|
64458
64658
|
"commentRange": {
|
|
64459
|
-
"start":
|
|
64460
|
-
"end":
|
|
64659
|
+
"start": 164,
|
|
64660
|
+
"end": 165
|
|
64461
64661
|
},
|
|
64462
64662
|
"context": {
|
|
64463
64663
|
"type": "variable",
|
|
64464
|
-
"name": "kendo-scheduler-
|
|
64465
|
-
"value": "
|
|
64664
|
+
"name": "kendo-scheduler-resize-handle-border-width",
|
|
64665
|
+
"value": "2px",
|
|
64466
64666
|
"scope": "default",
|
|
64467
64667
|
"line": {
|
|
64468
|
-
"start":
|
|
64469
|
-
"end":
|
|
64668
|
+
"start": 166,
|
|
64669
|
+
"end": 166
|
|
64470
64670
|
}
|
|
64471
64671
|
},
|
|
64472
64672
|
"group": [
|
|
@@ -64479,19 +64679,19 @@
|
|
|
64479
64679
|
}
|
|
64480
64680
|
},
|
|
64481
64681
|
{
|
|
64482
|
-
"description": "The
|
|
64682
|
+
"description": "The background color of the Scheduler resize handle.\n",
|
|
64483
64683
|
"commentRange": {
|
|
64484
|
-
"start":
|
|
64485
|
-
"end":
|
|
64684
|
+
"start": 167,
|
|
64685
|
+
"end": 168
|
|
64486
64686
|
},
|
|
64487
64687
|
"context": {
|
|
64488
64688
|
"type": "variable",
|
|
64489
|
-
"name": "kendo-scheduler-
|
|
64490
|
-
"value": "
|
|
64689
|
+
"name": "kendo-scheduler-resize-handle-bg",
|
|
64690
|
+
"value": "$kendo-scheduler-event-bg",
|
|
64491
64691
|
"scope": "default",
|
|
64492
64692
|
"line": {
|
|
64493
|
-
"start":
|
|
64494
|
-
"end":
|
|
64693
|
+
"start": 169,
|
|
64694
|
+
"end": 169
|
|
64495
64695
|
}
|
|
64496
64696
|
},
|
|
64497
64697
|
"group": [
|
|
@@ -64504,19 +64704,19 @@
|
|
|
64504
64704
|
}
|
|
64505
64705
|
},
|
|
64506
64706
|
{
|
|
64507
|
-
"description": "The
|
|
64707
|
+
"description": "The horizontal padding of the Scheduler cell.\n",
|
|
64508
64708
|
"commentRange": {
|
|
64509
|
-
"start":
|
|
64510
|
-
"end":
|
|
64709
|
+
"start": 171,
|
|
64710
|
+
"end": 172
|
|
64511
64711
|
},
|
|
64512
64712
|
"context": {
|
|
64513
64713
|
"type": "variable",
|
|
64514
|
-
"name": "kendo-scheduler-
|
|
64515
|
-
"value": "
|
|
64714
|
+
"name": "kendo-scheduler-cell-padding-x",
|
|
64715
|
+
"value": "k-spacing(2)",
|
|
64516
64716
|
"scope": "default",
|
|
64517
64717
|
"line": {
|
|
64518
|
-
"start":
|
|
64519
|
-
"end":
|
|
64718
|
+
"start": 173,
|
|
64719
|
+
"end": 173
|
|
64520
64720
|
}
|
|
64521
64721
|
},
|
|
64522
64722
|
"group": [
|
|
@@ -64529,19 +64729,19 @@
|
|
|
64529
64729
|
}
|
|
64530
64730
|
},
|
|
64531
64731
|
{
|
|
64532
|
-
"description": "The
|
|
64732
|
+
"description": "The vertical padding of the Scheduler cell.\n",
|
|
64533
64733
|
"commentRange": {
|
|
64534
|
-
"start":
|
|
64535
|
-
"end":
|
|
64734
|
+
"start": 174,
|
|
64735
|
+
"end": 175
|
|
64536
64736
|
},
|
|
64537
64737
|
"context": {
|
|
64538
64738
|
"type": "variable",
|
|
64539
|
-
"name": "kendo-scheduler-
|
|
64540
|
-
"value": "k-
|
|
64739
|
+
"name": "kendo-scheduler-cell-padding-y",
|
|
64740
|
+
"value": "k-spacing(2)",
|
|
64541
64741
|
"scope": "default",
|
|
64542
64742
|
"line": {
|
|
64543
|
-
"start":
|
|
64544
|
-
"end":
|
|
64743
|
+
"start": 176,
|
|
64744
|
+
"end": 176
|
|
64545
64745
|
}
|
|
64546
64746
|
},
|
|
64547
64747
|
"group": [
|
|
@@ -64554,19 +64754,19 @@
|
|
|
64554
64754
|
}
|
|
64555
64755
|
},
|
|
64556
64756
|
{
|
|
64557
|
-
"description": "The
|
|
64757
|
+
"description": "The height of the Scheduler cell.\n",
|
|
64558
64758
|
"commentRange": {
|
|
64559
|
-
"start":
|
|
64560
|
-
"end":
|
|
64759
|
+
"start": 177,
|
|
64760
|
+
"end": 178
|
|
64561
64761
|
},
|
|
64562
64762
|
"context": {
|
|
64563
64763
|
"type": "variable",
|
|
64564
|
-
"name": "kendo-scheduler-
|
|
64565
|
-
"value": "
|
|
64764
|
+
"name": "kendo-scheduler-cell-height",
|
|
64765
|
+
"value": "$kendo-line-height-em",
|
|
64566
64766
|
"scope": "default",
|
|
64567
64767
|
"line": {
|
|
64568
|
-
"start":
|
|
64569
|
-
"end":
|
|
64768
|
+
"start": 179,
|
|
64769
|
+
"end": 179
|
|
64570
64770
|
}
|
|
64571
64771
|
},
|
|
64572
64772
|
"group": [
|
|
@@ -64579,19 +64779,19 @@
|
|
|
64579
64779
|
}
|
|
64580
64780
|
},
|
|
64581
64781
|
{
|
|
64582
|
-
"description": "The
|
|
64782
|
+
"description": "The width of the Scheduler date column.\n",
|
|
64583
64783
|
"commentRange": {
|
|
64584
|
-
"start":
|
|
64585
|
-
"end":
|
|
64784
|
+
"start": 180,
|
|
64785
|
+
"end": 181
|
|
64586
64786
|
},
|
|
64587
64787
|
"context": {
|
|
64588
64788
|
"type": "variable",
|
|
64589
|
-
"name": "kendo-scheduler-
|
|
64590
|
-
"value": "
|
|
64789
|
+
"name": "kendo-scheduler-datecolumn-width",
|
|
64790
|
+
"value": "12em",
|
|
64591
64791
|
"scope": "default",
|
|
64592
64792
|
"line": {
|
|
64593
|
-
"start":
|
|
64594
|
-
"end":
|
|
64793
|
+
"start": 182,
|
|
64794
|
+
"end": 182
|
|
64595
64795
|
}
|
|
64596
64796
|
},
|
|
64597
64797
|
"group": [
|
|
@@ -64604,19 +64804,19 @@
|
|
|
64604
64804
|
}
|
|
64605
64805
|
},
|
|
64606
64806
|
{
|
|
64607
|
-
"description": "The
|
|
64807
|
+
"description": "The width of the Scheduler time column.\n",
|
|
64608
64808
|
"commentRange": {
|
|
64609
|
-
"start":
|
|
64610
|
-
"end":
|
|
64809
|
+
"start": 183,
|
|
64810
|
+
"end": 184
|
|
64611
64811
|
},
|
|
64612
64812
|
"context": {
|
|
64613
64813
|
"type": "variable",
|
|
64614
|
-
"name": "kendo-scheduler-
|
|
64615
|
-
"value": "
|
|
64814
|
+
"name": "kendo-scheduler-timecolumn-width",
|
|
64815
|
+
"value": "11em",
|
|
64616
64816
|
"scope": "default",
|
|
64617
64817
|
"line": {
|
|
64618
|
-
"start":
|
|
64619
|
-
"end":
|
|
64818
|
+
"start": 185,
|
|
64819
|
+
"end": 185
|
|
64620
64820
|
}
|
|
64621
64821
|
},
|
|
64622
64822
|
"group": [
|
|
@@ -64629,19 +64829,19 @@
|
|
|
64629
64829
|
}
|
|
64630
64830
|
},
|
|
64631
64831
|
{
|
|
64632
|
-
"description": "The
|
|
64832
|
+
"description": "The background color of the non-working hours in the Scheduler.\n",
|
|
64633
64833
|
"commentRange": {
|
|
64634
|
-
"start":
|
|
64635
|
-
"end":
|
|
64834
|
+
"start": 187,
|
|
64835
|
+
"end": 188
|
|
64636
64836
|
},
|
|
64637
64837
|
"context": {
|
|
64638
64838
|
"type": "variable",
|
|
64639
|
-
"name": "kendo-scheduler-
|
|
64640
|
-
"value": "
|
|
64839
|
+
"name": "kendo-scheduler-nonwork-bg",
|
|
64840
|
+
"value": "k-color(base-subtle)",
|
|
64641
64841
|
"scope": "default",
|
|
64642
64842
|
"line": {
|
|
64643
|
-
"start":
|
|
64644
|
-
"end":
|
|
64843
|
+
"start": 189,
|
|
64844
|
+
"end": 189
|
|
64645
64845
|
}
|
|
64646
64846
|
},
|
|
64647
64847
|
"group": [
|
|
@@ -64654,19 +64854,19 @@
|
|
|
64654
64854
|
}
|
|
64655
64855
|
},
|
|
64656
64856
|
{
|
|
64657
|
-
"description": "The
|
|
64857
|
+
"description": "The text color of the non-working hours in the Scheduler.\n",
|
|
64658
64858
|
"commentRange": {
|
|
64659
|
-
"start":
|
|
64660
|
-
"end":
|
|
64859
|
+
"start": 190,
|
|
64860
|
+
"end": 191
|
|
64661
64861
|
},
|
|
64662
64862
|
"context": {
|
|
64663
64863
|
"type": "variable",
|
|
64664
|
-
"name": "kendo-scheduler-
|
|
64665
|
-
"value": "
|
|
64864
|
+
"name": "kendo-scheduler-nonwork-text",
|
|
64865
|
+
"value": "null",
|
|
64666
64866
|
"scope": "default",
|
|
64667
64867
|
"line": {
|
|
64668
|
-
"start":
|
|
64669
|
-
"end":
|
|
64868
|
+
"start": 192,
|
|
64869
|
+
"end": 192
|
|
64670
64870
|
}
|
|
64671
64871
|
},
|
|
64672
64872
|
"group": [
|
|
@@ -64679,15 +64879,15 @@
|
|
|
64679
64879
|
}
|
|
64680
64880
|
},
|
|
64681
64881
|
{
|
|
64682
|
-
"description": "The
|
|
64882
|
+
"description": "The background color of the preceding/subsequent month cells in the Calendar.\n",
|
|
64683
64883
|
"commentRange": {
|
|
64684
64884
|
"start": 194,
|
|
64685
64885
|
"end": 195
|
|
64686
64886
|
},
|
|
64687
64887
|
"context": {
|
|
64688
64888
|
"type": "variable",
|
|
64689
|
-
"name": "kendo-scheduler-
|
|
64690
|
-
"value": "k-color(
|
|
64889
|
+
"name": "kendo-scheduler-othermonth-bg",
|
|
64890
|
+
"value": "k-color(base-subtle)",
|
|
64691
64891
|
"scope": "default",
|
|
64692
64892
|
"line": {
|
|
64693
64893
|
"start": 196,
|
|
@@ -64704,14 +64904,14 @@
|
|
|
64704
64904
|
}
|
|
64705
64905
|
},
|
|
64706
64906
|
{
|
|
64707
|
-
"description": "The
|
|
64907
|
+
"description": "The text color of the preceding/subsequent month cells in the Calendar.\n",
|
|
64708
64908
|
"commentRange": {
|
|
64709
64909
|
"start": 197,
|
|
64710
64910
|
"end": 198
|
|
64711
64911
|
},
|
|
64712
64912
|
"context": {
|
|
64713
64913
|
"type": "variable",
|
|
64714
|
-
"name": "kendo-scheduler-
|
|
64914
|
+
"name": "kendo-scheduler-othermonth-text",
|
|
64715
64915
|
"value": "null",
|
|
64716
64916
|
"scope": "default",
|
|
64717
64917
|
"line": {
|
|
@@ -64729,19 +64929,19 @@
|
|
|
64729
64929
|
}
|
|
64730
64930
|
},
|
|
64731
64931
|
{
|
|
64732
|
-
"description": "The
|
|
64932
|
+
"description": "The horizontal padding of the year view in the Scheduler.\n",
|
|
64733
64933
|
"commentRange": {
|
|
64734
|
-
"start":
|
|
64735
|
-
"end":
|
|
64934
|
+
"start": 201,
|
|
64935
|
+
"end": 202
|
|
64736
64936
|
},
|
|
64737
64937
|
"context": {
|
|
64738
64938
|
"type": "variable",
|
|
64739
|
-
"name": "kendo-scheduler-
|
|
64740
|
-
"value": "k-
|
|
64939
|
+
"name": "kendo-scheduler-yearview-padding-x",
|
|
64940
|
+
"value": "k-spacing(3)",
|
|
64741
64941
|
"scope": "default",
|
|
64742
64942
|
"line": {
|
|
64743
|
-
"start":
|
|
64744
|
-
"end":
|
|
64943
|
+
"start": 203,
|
|
64944
|
+
"end": 203
|
|
64745
64945
|
}
|
|
64746
64946
|
},
|
|
64747
64947
|
"group": [
|
|
@@ -64754,19 +64954,19 @@
|
|
|
64754
64954
|
}
|
|
64755
64955
|
},
|
|
64756
64956
|
{
|
|
64757
|
-
"description": "The vertical
|
|
64957
|
+
"description": "The vertical padding of the year view in the Scheduler.\n",
|
|
64758
64958
|
"commentRange": {
|
|
64759
|
-
"start":
|
|
64760
|
-
"end":
|
|
64959
|
+
"start": 204,
|
|
64960
|
+
"end": 205
|
|
64761
64961
|
},
|
|
64762
64962
|
"context": {
|
|
64763
64963
|
"type": "variable",
|
|
64764
|
-
"name": "kendo-scheduler-
|
|
64765
|
-
"value": "
|
|
64964
|
+
"name": "kendo-scheduler-yearview-padding-y",
|
|
64965
|
+
"value": "$kendo-scheduler-yearview-padding-x",
|
|
64766
64966
|
"scope": "default",
|
|
64767
64967
|
"line": {
|
|
64768
|
-
"start":
|
|
64769
|
-
"end":
|
|
64968
|
+
"start": 206,
|
|
64969
|
+
"end": 206
|
|
64770
64970
|
}
|
|
64771
64971
|
},
|
|
64772
64972
|
"group": [
|
|
@@ -64779,15 +64979,15 @@
|
|
|
64779
64979
|
}
|
|
64780
64980
|
},
|
|
64781
64981
|
{
|
|
64782
|
-
"description": "The
|
|
64982
|
+
"description": "The spacing between the calendars of the year view in the Scheduler.\n",
|
|
64783
64983
|
"commentRange": {
|
|
64784
64984
|
"start": 208,
|
|
64785
64985
|
"end": 209
|
|
64786
64986
|
},
|
|
64787
64987
|
"context": {
|
|
64788
64988
|
"type": "variable",
|
|
64789
|
-
"name": "kendo-scheduler-
|
|
64790
|
-
"value": "
|
|
64989
|
+
"name": "kendo-scheduler-yearview-calendar-gap",
|
|
64990
|
+
"value": "k-spacing(3)",
|
|
64791
64991
|
"scope": "default",
|
|
64792
64992
|
"line": {
|
|
64793
64993
|
"start": 210,
|
|
@@ -64804,19 +65004,19 @@
|
|
|
64804
65004
|
}
|
|
64805
65005
|
},
|
|
64806
65006
|
{
|
|
64807
|
-
"description": "The
|
|
65007
|
+
"description": "The days with events indicator size of the year view in the Scheduler.\n",
|
|
64808
65008
|
"commentRange": {
|
|
64809
|
-
"start":
|
|
64810
|
-
"end":
|
|
65009
|
+
"start": 212,
|
|
65010
|
+
"end": 213
|
|
64811
65011
|
},
|
|
64812
65012
|
"context": {
|
|
64813
65013
|
"type": "variable",
|
|
64814
|
-
"name": "kendo-scheduler-
|
|
64815
|
-
"value": "
|
|
65014
|
+
"name": "kendo-scheduler-yearview-indicator-size",
|
|
65015
|
+
"value": "3px",
|
|
64816
65016
|
"scope": "default",
|
|
64817
65017
|
"line": {
|
|
64818
|
-
"start":
|
|
64819
|
-
"end":
|
|
65018
|
+
"start": 214,
|
|
65019
|
+
"end": 214
|
|
64820
65020
|
}
|
|
64821
65021
|
},
|
|
64822
65022
|
"group": [
|
|
@@ -64829,15 +65029,15 @@
|
|
|
64829
65029
|
}
|
|
64830
65030
|
},
|
|
64831
65031
|
{
|
|
64832
|
-
"description": "The
|
|
65032
|
+
"description": "The top position of the days with events indicator of the year view in the Scheduler.\n",
|
|
64833
65033
|
"commentRange": {
|
|
64834
65034
|
"start": 215,
|
|
64835
65035
|
"end": 216
|
|
64836
65036
|
},
|
|
64837
65037
|
"context": {
|
|
64838
65038
|
"type": "variable",
|
|
64839
|
-
"name": "kendo-scheduler-
|
|
64840
|
-
"value": "
|
|
65039
|
+
"name": "kendo-scheduler-yearview-indicator-calc-offset-top",
|
|
65040
|
+
"value": "calc( #{$kendo-calendar-cell-size} - (#{$kendo-calendar-cell-padding-y} * 2))",
|
|
64841
65041
|
"scope": "default",
|
|
64842
65042
|
"line": {
|
|
64843
65043
|
"start": 217,
|
|
@@ -64854,15 +65054,15 @@
|
|
|
64854
65054
|
}
|
|
64855
65055
|
},
|
|
64856
65056
|
{
|
|
64857
|
-
"description": "The
|
|
65057
|
+
"description": "The left position of the days with events indicator of the year view in the Scheduler.\n",
|
|
64858
65058
|
"commentRange": {
|
|
64859
65059
|
"start": 218,
|
|
64860
65060
|
"end": 219
|
|
64861
65061
|
},
|
|
64862
65062
|
"context": {
|
|
64863
65063
|
"type": "variable",
|
|
64864
|
-
"name": "kendo-scheduler-
|
|
64865
|
-
"value": "
|
|
65064
|
+
"name": "kendo-scheduler-yearview-indicator-calc-offset-left",
|
|
65065
|
+
"value": "calc( 50% - #{math.div( $kendo-scheduler-yearview-indicator-size, 2 )} )",
|
|
64866
65066
|
"scope": "default",
|
|
64867
65067
|
"line": {
|
|
64868
65068
|
"start": 220,
|
|
@@ -64879,19 +65079,19 @@
|
|
|
64879
65079
|
}
|
|
64880
65080
|
},
|
|
64881
65081
|
{
|
|
64882
|
-
"description": "The
|
|
65082
|
+
"description": "The border radius of the days with events indicator of the year view in the Scheduler.\n",
|
|
64883
65083
|
"commentRange": {
|
|
64884
|
-
"start":
|
|
64885
|
-
"end":
|
|
65084
|
+
"start": 221,
|
|
65085
|
+
"end": 222
|
|
64886
65086
|
},
|
|
64887
65087
|
"context": {
|
|
64888
65088
|
"type": "variable",
|
|
64889
|
-
"name": "kendo-scheduler-
|
|
64890
|
-
"value": "
|
|
65089
|
+
"name": "kendo-scheduler-yearview-indicator-border-radius",
|
|
65090
|
+
"value": "50%",
|
|
64891
65091
|
"scope": "default",
|
|
64892
65092
|
"line": {
|
|
64893
|
-
"start":
|
|
64894
|
-
"end":
|
|
65093
|
+
"start": 223,
|
|
65094
|
+
"end": 223
|
|
64895
65095
|
}
|
|
64896
65096
|
},
|
|
64897
65097
|
"group": [
|
|
@@ -64904,19 +65104,19 @@
|
|
|
64904
65104
|
}
|
|
64905
65105
|
},
|
|
64906
65106
|
{
|
|
64907
|
-
"description": "The
|
|
65107
|
+
"description": "The background color of the days with events indicator of the year view in the Scheduler.\n",
|
|
64908
65108
|
"commentRange": {
|
|
64909
|
-
"start":
|
|
64910
|
-
"end":
|
|
65109
|
+
"start": 224,
|
|
65110
|
+
"end": 225
|
|
64911
65111
|
},
|
|
64912
65112
|
"context": {
|
|
64913
65113
|
"type": "variable",
|
|
64914
|
-
"name": "kendo-scheduler-
|
|
64915
|
-
"value": "k-
|
|
65114
|
+
"name": "kendo-scheduler-yearview-indicator-bg",
|
|
65115
|
+
"value": "k-color(primary)",
|
|
64916
65116
|
"scope": "default",
|
|
64917
65117
|
"line": {
|
|
64918
|
-
"start":
|
|
64919
|
-
"end":
|
|
65118
|
+
"start": 226,
|
|
65119
|
+
"end": 226
|
|
64920
65120
|
}
|
|
64921
65121
|
},
|
|
64922
65122
|
"group": [
|
|
@@ -64929,19 +65129,19 @@
|
|
|
64929
65129
|
}
|
|
64930
65130
|
},
|
|
64931
65131
|
{
|
|
64932
|
-
"description": "The
|
|
65132
|
+
"description": "The background color of the selected days with events indicator of the year view in the Scheduler.\n",
|
|
64933
65133
|
"commentRange": {
|
|
64934
|
-
"start":
|
|
64935
|
-
"end":
|
|
65134
|
+
"start": 227,
|
|
65135
|
+
"end": 228
|
|
64936
65136
|
},
|
|
64937
65137
|
"context": {
|
|
64938
65138
|
"type": "variable",
|
|
64939
|
-
"name": "kendo-scheduler-
|
|
64940
|
-
"value": "k-
|
|
65139
|
+
"name": "kendo-scheduler-yearview-indicator-selected-bg",
|
|
65140
|
+
"value": "k-color(on-primary)",
|
|
64941
65141
|
"scope": "default",
|
|
64942
65142
|
"line": {
|
|
64943
|
-
"start":
|
|
64944
|
-
"end":
|
|
65143
|
+
"start": 229,
|
|
65144
|
+
"end": 229
|
|
64945
65145
|
}
|
|
64946
65146
|
},
|
|
64947
65147
|
"group": [
|
|
@@ -64954,15 +65154,15 @@
|
|
|
64954
65154
|
}
|
|
64955
65155
|
},
|
|
64956
65156
|
{
|
|
64957
|
-
"description": "The
|
|
65157
|
+
"description": "The font size of the month inside the Scheduler Popover.\n",
|
|
64958
65158
|
"commentRange": {
|
|
64959
65159
|
"start": 231,
|
|
64960
65160
|
"end": 232
|
|
64961
65161
|
},
|
|
64962
65162
|
"context": {
|
|
64963
65163
|
"type": "variable",
|
|
64964
|
-
"name": "kendo-scheduler-
|
|
64965
|
-
"value": "
|
|
65164
|
+
"name": "kendo-scheduler-popover-month-font-size",
|
|
65165
|
+
"value": "var(--kendo-font-size-sm)",
|
|
64966
65166
|
"scope": "default",
|
|
64967
65167
|
"line": {
|
|
64968
65168
|
"start": 233,
|
|
@@ -64979,19 +65179,19 @@
|
|
|
64979
65179
|
}
|
|
64980
65180
|
},
|
|
64981
65181
|
{
|
|
64982
|
-
"description": "The
|
|
65182
|
+
"description": "The font size of the day inside the Scheduler Popover.\n",
|
|
64983
65183
|
"commentRange": {
|
|
64984
|
-
"start":
|
|
64985
|
-
"end":
|
|
65184
|
+
"start": 234,
|
|
65185
|
+
"end": 235
|
|
64986
65186
|
},
|
|
64987
65187
|
"context": {
|
|
64988
65188
|
"type": "variable",
|
|
64989
|
-
"name": "kendo-scheduler-
|
|
64990
|
-
"value": "
|
|
65189
|
+
"name": "kendo-scheduler-popover-day-font-size",
|
|
65190
|
+
"value": "calc( var(--kendo-font-size-sm) * 2 )",
|
|
64991
65191
|
"scope": "default",
|
|
64992
65192
|
"line": {
|
|
64993
|
-
"start":
|
|
64994
|
-
"end":
|
|
65193
|
+
"start": 236,
|
|
65194
|
+
"end": 236
|
|
64995
65195
|
}
|
|
64996
65196
|
},
|
|
64997
65197
|
"group": [
|
|
@@ -65004,19 +65204,19 @@
|
|
|
65004
65204
|
}
|
|
65005
65205
|
},
|
|
65006
65206
|
{
|
|
65007
|
-
"description": "The
|
|
65207
|
+
"description": "The max height of the events inside the Scheduler Popover.\n",
|
|
65008
65208
|
"commentRange": {
|
|
65009
|
-
"start":
|
|
65010
|
-
"end":
|
|
65209
|
+
"start": 238,
|
|
65210
|
+
"end": 239
|
|
65011
65211
|
},
|
|
65012
65212
|
"context": {
|
|
65013
65213
|
"type": "variable",
|
|
65014
|
-
"name": "kendo-scheduler-
|
|
65015
|
-
"value": "
|
|
65214
|
+
"name": "kendo-scheduler-popover-events-max-height",
|
|
65215
|
+
"value": "250px",
|
|
65016
65216
|
"scope": "default",
|
|
65017
65217
|
"line": {
|
|
65018
|
-
"start":
|
|
65019
|
-
"end":
|
|
65218
|
+
"start": 240,
|
|
65219
|
+
"end": 240
|
|
65020
65220
|
}
|
|
65021
65221
|
},
|
|
65022
65222
|
"group": [
|
|
@@ -65029,19 +65229,19 @@
|
|
|
65029
65229
|
}
|
|
65030
65230
|
},
|
|
65031
65231
|
{
|
|
65032
|
-
"description": "The
|
|
65232
|
+
"description": "The spacing between the events inside the Scheduler Popover.\n",
|
|
65033
65233
|
"commentRange": {
|
|
65034
|
-
"start":
|
|
65035
|
-
"end":
|
|
65234
|
+
"start": 241,
|
|
65235
|
+
"end": 242
|
|
65036
65236
|
},
|
|
65037
65237
|
"context": {
|
|
65038
65238
|
"type": "variable",
|
|
65039
|
-
"name": "kendo-scheduler-
|
|
65040
|
-
"value": "k-spacing(
|
|
65239
|
+
"name": "kendo-scheduler-popover-events-gap",
|
|
65240
|
+
"value": "k-spacing(1.5)",
|
|
65041
65241
|
"scope": "default",
|
|
65042
65242
|
"line": {
|
|
65043
|
-
"start":
|
|
65044
|
-
"end":
|
|
65243
|
+
"start": 243,
|
|
65244
|
+
"end": 243
|
|
65045
65245
|
}
|
|
65046
65246
|
},
|
|
65047
65247
|
"group": [
|
|
@@ -65054,19 +65254,19 @@
|
|
|
65054
65254
|
}
|
|
65055
65255
|
},
|
|
65056
65256
|
{
|
|
65057
|
-
"description": "The
|
|
65257
|
+
"description": "The minimum height of the events inside the Scheduler Popover.\n",
|
|
65058
65258
|
"commentRange": {
|
|
65059
|
-
"start":
|
|
65060
|
-
"end":
|
|
65259
|
+
"start": 245,
|
|
65260
|
+
"end": 246
|
|
65061
65261
|
},
|
|
65062
65262
|
"context": {
|
|
65063
65263
|
"type": "variable",
|
|
65064
|
-
"name": "kendo-scheduler-event-
|
|
65065
|
-
"value": "
|
|
65264
|
+
"name": "kendo-scheduler-popover-event-min-height",
|
|
65265
|
+
"value": "25px",
|
|
65066
65266
|
"scope": "default",
|
|
65067
65267
|
"line": {
|
|
65068
|
-
"start":
|
|
65069
|
-
"end":
|
|
65268
|
+
"start": 247,
|
|
65269
|
+
"end": 247
|
|
65070
65270
|
}
|
|
65071
65271
|
},
|
|
65072
65272
|
"group": [
|
|
@@ -65079,19 +65279,44 @@
|
|
|
65079
65279
|
}
|
|
65080
65280
|
},
|
|
65081
65281
|
{
|
|
65082
|
-
"description": "The
|
|
65282
|
+
"description": "The horizontal padding of the events inside the Scheduler Popover.\n",
|
|
65083
65283
|
"commentRange": {
|
|
65084
|
-
"start":
|
|
65085
|
-
"end":
|
|
65284
|
+
"start": 248,
|
|
65285
|
+
"end": 249
|
|
65086
65286
|
},
|
|
65087
65287
|
"context": {
|
|
65088
65288
|
"type": "variable",
|
|
65089
|
-
"name": "kendo-scheduler-event-
|
|
65289
|
+
"name": "kendo-scheduler-popover-event-padding-x",
|
|
65090
65290
|
"value": "k-spacing(2)",
|
|
65091
65291
|
"scope": "default",
|
|
65092
65292
|
"line": {
|
|
65093
|
-
"start":
|
|
65094
|
-
"end":
|
|
65293
|
+
"start": 250,
|
|
65294
|
+
"end": 250
|
|
65295
|
+
}
|
|
65296
|
+
},
|
|
65297
|
+
"group": [
|
|
65298
|
+
"scheduler"
|
|
65299
|
+
],
|
|
65300
|
+
"access": "public",
|
|
65301
|
+
"file": {
|
|
65302
|
+
"path": "scheduler/_variables.scss",
|
|
65303
|
+
"name": "_variables.scss"
|
|
65304
|
+
}
|
|
65305
|
+
},
|
|
65306
|
+
{
|
|
65307
|
+
"description": "The vertical padding of the events inside the Scheduler Popover.\n",
|
|
65308
|
+
"commentRange": {
|
|
65309
|
+
"start": 251,
|
|
65310
|
+
"end": 252
|
|
65311
|
+
},
|
|
65312
|
+
"context": {
|
|
65313
|
+
"type": "variable",
|
|
65314
|
+
"name": "kendo-scheduler-popover-event-padding-y",
|
|
65315
|
+
"value": "null",
|
|
65316
|
+
"scope": "default",
|
|
65317
|
+
"line": {
|
|
65318
|
+
"start": 253,
|
|
65319
|
+
"end": 253
|
|
65095
65320
|
}
|
|
65096
65321
|
},
|
|
65097
65322
|
"group": [
|
|
@@ -65104,15 +65329,15 @@
|
|
|
65104
65329
|
}
|
|
65105
65330
|
},
|
|
65106
65331
|
{
|
|
65107
|
-
"description": "The
|
|
65332
|
+
"description": "The border radius of the events inside the Scheduler Popover.\n",
|
|
65108
65333
|
"commentRange": {
|
|
65109
65334
|
"start": 254,
|
|
65110
65335
|
"end": 255
|
|
65111
65336
|
},
|
|
65112
65337
|
"context": {
|
|
65113
65338
|
"type": "variable",
|
|
65114
|
-
"name": "kendo-scheduler-
|
|
65115
|
-
"value": "k-
|
|
65339
|
+
"name": "kendo-scheduler-popover-event-border-radius",
|
|
65340
|
+
"value": "k-border-radius(md)",
|
|
65116
65341
|
"scope": "default",
|
|
65117
65342
|
"line": {
|
|
65118
65343
|
"start": 256,
|
|
@@ -65128,11 +65353,86 @@
|
|
|
65128
65353
|
"name": "_variables.scss"
|
|
65129
65354
|
}
|
|
65130
65355
|
},
|
|
65356
|
+
{
|
|
65357
|
+
"description": "The spacing between the events items inside the Scheduler Popover.\n",
|
|
65358
|
+
"commentRange": {
|
|
65359
|
+
"start": 257,
|
|
65360
|
+
"end": 258
|
|
65361
|
+
},
|
|
65362
|
+
"context": {
|
|
65363
|
+
"type": "variable",
|
|
65364
|
+
"name": "kendo-scheduler-popover-event-gap",
|
|
65365
|
+
"value": "k-spacing(1)",
|
|
65366
|
+
"scope": "default",
|
|
65367
|
+
"line": {
|
|
65368
|
+
"start": 259,
|
|
65369
|
+
"end": 259
|
|
65370
|
+
}
|
|
65371
|
+
},
|
|
65372
|
+
"group": [
|
|
65373
|
+
"scheduler"
|
|
65374
|
+
],
|
|
65375
|
+
"access": "public",
|
|
65376
|
+
"file": {
|
|
65377
|
+
"path": "scheduler/_variables.scss",
|
|
65378
|
+
"name": "_variables.scss"
|
|
65379
|
+
}
|
|
65380
|
+
},
|
|
65381
|
+
{
|
|
65382
|
+
"description": "The horizontal padding of the Scheduler event template.\n",
|
|
65383
|
+
"commentRange": {
|
|
65384
|
+
"start": 261,
|
|
65385
|
+
"end": 262
|
|
65386
|
+
},
|
|
65387
|
+
"context": {
|
|
65388
|
+
"type": "variable",
|
|
65389
|
+
"name": "kendo-scheduler-event-template-padding-x",
|
|
65390
|
+
"value": "k-spacing(2)",
|
|
65391
|
+
"scope": "default",
|
|
65392
|
+
"line": {
|
|
65393
|
+
"start": 263,
|
|
65394
|
+
"end": 263
|
|
65395
|
+
}
|
|
65396
|
+
},
|
|
65397
|
+
"group": [
|
|
65398
|
+
"scheduler"
|
|
65399
|
+
],
|
|
65400
|
+
"access": "public",
|
|
65401
|
+
"file": {
|
|
65402
|
+
"path": "scheduler/_variables.scss",
|
|
65403
|
+
"name": "_variables.scss"
|
|
65404
|
+
}
|
|
65405
|
+
},
|
|
65406
|
+
{
|
|
65407
|
+
"description": "The vertical padding of the Scheduler event template.\n",
|
|
65408
|
+
"commentRange": {
|
|
65409
|
+
"start": 264,
|
|
65410
|
+
"end": 265
|
|
65411
|
+
},
|
|
65412
|
+
"context": {
|
|
65413
|
+
"type": "variable",
|
|
65414
|
+
"name": "kendo-scheduler-event-template-padding-y",
|
|
65415
|
+
"value": "k-spacing(1)",
|
|
65416
|
+
"scope": "default",
|
|
65417
|
+
"line": {
|
|
65418
|
+
"start": 266,
|
|
65419
|
+
"end": 266
|
|
65420
|
+
}
|
|
65421
|
+
},
|
|
65422
|
+
"group": [
|
|
65423
|
+
"scheduler"
|
|
65424
|
+
],
|
|
65425
|
+
"access": "public",
|
|
65426
|
+
"file": {
|
|
65427
|
+
"path": "scheduler/_variables.scss",
|
|
65428
|
+
"name": "_variables.scss"
|
|
65429
|
+
}
|
|
65430
|
+
},
|
|
65131
65431
|
{
|
|
65132
65432
|
"description": "The inline inset of the Scheduler marquee labels.\n",
|
|
65133
65433
|
"commentRange": {
|
|
65134
|
-
"start":
|
|
65135
|
-
"end":
|
|
65434
|
+
"start": 268,
|
|
65435
|
+
"end": 269
|
|
65136
65436
|
},
|
|
65137
65437
|
"context": {
|
|
65138
65438
|
"type": "variable",
|
|
@@ -65140,8 +65440,8 @@
|
|
|
65140
65440
|
"value": "k-spacing(1)",
|
|
65141
65441
|
"scope": "default",
|
|
65142
65442
|
"line": {
|
|
65143
|
-
"start":
|
|
65144
|
-
"end":
|
|
65443
|
+
"start": 270,
|
|
65444
|
+
"end": 270
|
|
65145
65445
|
}
|
|
65146
65446
|
},
|
|
65147
65447
|
"group": [
|
|
@@ -65156,8 +65456,8 @@
|
|
|
65156
65456
|
{
|
|
65157
65457
|
"description": "The block inset of the Scheduler marquee labels.\n",
|
|
65158
65458
|
"commentRange": {
|
|
65159
|
-
"start":
|
|
65160
|
-
"end":
|
|
65459
|
+
"start": 271,
|
|
65460
|
+
"end": 272
|
|
65161
65461
|
},
|
|
65162
65462
|
"context": {
|
|
65163
65463
|
"type": "variable",
|
|
@@ -65165,8 +65465,8 @@
|
|
|
65165
65465
|
"value": "k-spacing(0.5)",
|
|
65166
65466
|
"scope": "default",
|
|
65167
65467
|
"line": {
|
|
65168
|
-
"start":
|
|
65169
|
-
"end":
|
|
65468
|
+
"start": 273,
|
|
65469
|
+
"end": 273
|
|
65170
65470
|
}
|
|
65171
65471
|
},
|
|
65172
65472
|
"group": [
|
|
@@ -65181,8 +65481,8 @@
|
|
|
65181
65481
|
{
|
|
65182
65482
|
"description": "The spacing between icon and text in Scheduler navigation items.\n",
|
|
65183
65483
|
"commentRange": {
|
|
65184
|
-
"start":
|
|
65185
|
-
"end":
|
|
65484
|
+
"start": 275,
|
|
65485
|
+
"end": 276
|
|
65186
65486
|
},
|
|
65187
65487
|
"context": {
|
|
65188
65488
|
"type": "variable",
|
|
@@ -65190,8 +65490,8 @@
|
|
|
65190
65490
|
"value": "k-spacing(1)",
|
|
65191
65491
|
"scope": "default",
|
|
65192
65492
|
"line": {
|
|
65193
|
-
"start":
|
|
65194
|
-
"end":
|
|
65493
|
+
"start": 277,
|
|
65494
|
+
"end": 277
|
|
65195
65495
|
}
|
|
65196
65496
|
},
|
|
65197
65497
|
"group": [
|
|
@@ -65206,8 +65506,8 @@
|
|
|
65206
65506
|
{
|
|
65207
65507
|
"description": "The background color of the Scheduler header.\n",
|
|
65208
65508
|
"commentRange": {
|
|
65209
|
-
"start":
|
|
65210
|
-
"end":
|
|
65509
|
+
"start": 279,
|
|
65510
|
+
"end": 280
|
|
65211
65511
|
},
|
|
65212
65512
|
"context": {
|
|
65213
65513
|
"type": "variable",
|
|
@@ -65215,8 +65515,8 @@
|
|
|
65215
65515
|
"value": "k-color(surface)",
|
|
65216
65516
|
"scope": "default",
|
|
65217
65517
|
"line": {
|
|
65218
|
-
"start":
|
|
65219
|
-
"end":
|
|
65518
|
+
"start": 281,
|
|
65519
|
+
"end": 281
|
|
65220
65520
|
}
|
|
65221
65521
|
},
|
|
65222
65522
|
"group": [
|