@progress/kendo-theme-default 8.0.0-dev.9 → 8.0.1-dev.0
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 +74 -76
- package/dist/all.scss +100 -72
- package/dist/meta/sassdoc-data.json +1437 -897
- package/dist/meta/sassdoc-raw-data.json +738 -488
- package/dist/meta/variables.json +8 -8
- package/lib/swatches/default-blue.json +1 -1
- package/lib/swatches/default-dataviz-v4.json +1 -1
- package/lib/swatches/default-green.json +1 -1
- package/lib/swatches/default-main-dark.json +1 -1
- package/lib/swatches/default-main.json +1 -1
- package/lib/swatches/default-nordic.json +1 -1
- package/lib/swatches/default-ocean-blue-a11y.json +1 -1
- package/lib/swatches/default-ocean-blue.json +1 -1
- package/lib/swatches/default-orange.json +1 -1
- package/lib/swatches/default-purple.json +1 -1
- package/lib/swatches/default-turquoise.json +1 -1
- package/lib/swatches/default-urban.json +1 -1
- package/package.json +5 -5
- package/scss/action-sheet/_layout.scss +1 -1
- package/scss/badge/_theme.scss +1 -1
- package/scss/button/_theme.scss +15 -11
- package/scss/calendar/_layout.scss +26 -27
- package/scss/calendar/_theme.scss +0 -5
- package/scss/calendar/_variables.scss +13 -0
- package/scss/chip/_theme.scss +4 -4
- package/scss/chip/_variables.scss +1 -1
- package/scss/dataviz/_layout.scss +5 -2
- package/scss/drawer/_layout.scss +2 -0
- package/scss/drawer/_variables.scss +13 -2
- package/scss/listview/_layout.scss +1 -0
|
@@ -4625,15 +4625,40 @@
|
|
|
4625
4625
|
}
|
|
4626
4626
|
},
|
|
4627
4627
|
{
|
|
4628
|
-
"description": "The
|
|
4628
|
+
"description": "The font family of the Calendar.\n",
|
|
4629
|
+
"commentRange": {
|
|
4630
|
+
"start": 7,
|
|
4631
|
+
"end": 8
|
|
4632
|
+
},
|
|
4633
|
+
"context": {
|
|
4634
|
+
"type": "variable",
|
|
4635
|
+
"name": "kendo-calendar-font-family",
|
|
4636
|
+
"value": "var( --kendo-font-family, inherit )",
|
|
4637
|
+
"scope": "default",
|
|
4638
|
+
"line": {
|
|
4639
|
+
"start": 9,
|
|
4640
|
+
"end": 9
|
|
4641
|
+
}
|
|
4642
|
+
},
|
|
4643
|
+
"group": [
|
|
4644
|
+
"calendar"
|
|
4645
|
+
],
|
|
4646
|
+
"access": "public",
|
|
4647
|
+
"file": {
|
|
4648
|
+
"path": "calendar/_variables.scss",
|
|
4649
|
+
"name": "_variables.scss"
|
|
4650
|
+
}
|
|
4651
|
+
},
|
|
4652
|
+
{
|
|
4653
|
+
"description": "The font size of the Calendar.\n",
|
|
4629
4654
|
"commentRange": {
|
|
4630
4655
|
"start": 10,
|
|
4631
4656
|
"end": 11
|
|
4632
4657
|
},
|
|
4633
4658
|
"context": {
|
|
4634
4659
|
"type": "variable",
|
|
4635
|
-
"name": "kendo-calendar-
|
|
4636
|
-
"value": "
|
|
4660
|
+
"name": "kendo-calendar-font-size",
|
|
4661
|
+
"value": "var( --kendo-font-size, inherit )",
|
|
4637
4662
|
"scope": "default",
|
|
4638
4663
|
"line": {
|
|
4639
4664
|
"start": 12,
|
|
@@ -4649,11 +4674,61 @@
|
|
|
4649
4674
|
"name": "_variables.scss"
|
|
4650
4675
|
}
|
|
4651
4676
|
},
|
|
4677
|
+
{
|
|
4678
|
+
"description": "The line height of the Calendar.\n",
|
|
4679
|
+
"commentRange": {
|
|
4680
|
+
"start": 13,
|
|
4681
|
+
"end": 14
|
|
4682
|
+
},
|
|
4683
|
+
"context": {
|
|
4684
|
+
"type": "variable",
|
|
4685
|
+
"name": "kendo-calendar-line-height",
|
|
4686
|
+
"value": "var( --kendo-line-height, normal )",
|
|
4687
|
+
"scope": "default",
|
|
4688
|
+
"line": {
|
|
4689
|
+
"start": 15,
|
|
4690
|
+
"end": 15
|
|
4691
|
+
}
|
|
4692
|
+
},
|
|
4693
|
+
"group": [
|
|
4694
|
+
"calendar"
|
|
4695
|
+
],
|
|
4696
|
+
"access": "public",
|
|
4697
|
+
"file": {
|
|
4698
|
+
"path": "calendar/_variables.scss",
|
|
4699
|
+
"name": "_variables.scss"
|
|
4700
|
+
}
|
|
4701
|
+
},
|
|
4702
|
+
{
|
|
4703
|
+
"description": "The size of the cells in the Calendar.\n",
|
|
4704
|
+
"commentRange": {
|
|
4705
|
+
"start": 17,
|
|
4706
|
+
"end": 18
|
|
4707
|
+
},
|
|
4708
|
+
"context": {
|
|
4709
|
+
"type": "variable",
|
|
4710
|
+
"name": "kendo-calendar-cell-size",
|
|
4711
|
+
"value": "32px",
|
|
4712
|
+
"scope": "default",
|
|
4713
|
+
"line": {
|
|
4714
|
+
"start": 19,
|
|
4715
|
+
"end": 19
|
|
4716
|
+
}
|
|
4717
|
+
},
|
|
4718
|
+
"group": [
|
|
4719
|
+
"calendar"
|
|
4720
|
+
],
|
|
4721
|
+
"access": "public",
|
|
4722
|
+
"file": {
|
|
4723
|
+
"path": "calendar/_variables.scss",
|
|
4724
|
+
"name": "_variables.scss"
|
|
4725
|
+
}
|
|
4726
|
+
},
|
|
4652
4727
|
{
|
|
4653
4728
|
"description": "The background color of the Calendar.\n",
|
|
4654
4729
|
"commentRange": {
|
|
4655
|
-
"start":
|
|
4656
|
-
"end":
|
|
4730
|
+
"start": 21,
|
|
4731
|
+
"end": 22
|
|
4657
4732
|
},
|
|
4658
4733
|
"context": {
|
|
4659
4734
|
"type": "variable",
|
|
@@ -4661,8 +4736,8 @@
|
|
|
4661
4736
|
"value": "$kendo-component-bg",
|
|
4662
4737
|
"scope": "default",
|
|
4663
4738
|
"line": {
|
|
4664
|
-
"start":
|
|
4665
|
-
"end":
|
|
4739
|
+
"start": 23,
|
|
4740
|
+
"end": 23
|
|
4666
4741
|
}
|
|
4667
4742
|
},
|
|
4668
4743
|
"group": [
|
|
@@ -4677,8 +4752,8 @@
|
|
|
4677
4752
|
{
|
|
4678
4753
|
"description": "The text color of the Calendar.\n",
|
|
4679
4754
|
"commentRange": {
|
|
4680
|
-
"start":
|
|
4681
|
-
"end":
|
|
4755
|
+
"start": 24,
|
|
4756
|
+
"end": 25
|
|
4682
4757
|
},
|
|
4683
4758
|
"context": {
|
|
4684
4759
|
"type": "variable",
|
|
@@ -4686,8 +4761,8 @@
|
|
|
4686
4761
|
"value": "$kendo-component-text",
|
|
4687
4762
|
"scope": "default",
|
|
4688
4763
|
"line": {
|
|
4689
|
-
"start":
|
|
4690
|
-
"end":
|
|
4764
|
+
"start": 26,
|
|
4765
|
+
"end": 26
|
|
4691
4766
|
}
|
|
4692
4767
|
},
|
|
4693
4768
|
"group": [
|
|
@@ -4702,8 +4777,8 @@
|
|
|
4702
4777
|
{
|
|
4703
4778
|
"description": "The border color of the Calendar.\n",
|
|
4704
4779
|
"commentRange": {
|
|
4705
|
-
"start":
|
|
4706
|
-
"end":
|
|
4780
|
+
"start": 27,
|
|
4781
|
+
"end": 28
|
|
4707
4782
|
},
|
|
4708
4783
|
"context": {
|
|
4709
4784
|
"type": "variable",
|
|
@@ -4711,8 +4786,8 @@
|
|
|
4711
4786
|
"value": "$kendo-component-border",
|
|
4712
4787
|
"scope": "default",
|
|
4713
4788
|
"line": {
|
|
4714
|
-
"start":
|
|
4715
|
-
"end":
|
|
4789
|
+
"start": 29,
|
|
4790
|
+
"end": 29
|
|
4716
4791
|
}
|
|
4717
4792
|
},
|
|
4718
4793
|
"group": [
|
|
@@ -4727,8 +4802,8 @@
|
|
|
4727
4802
|
{
|
|
4728
4803
|
"description": "The horizontal padding of the header in the Calendar.\n",
|
|
4729
4804
|
"commentRange": {
|
|
4730
|
-
"start":
|
|
4731
|
-
"end":
|
|
4805
|
+
"start": 31,
|
|
4806
|
+
"end": 32
|
|
4732
4807
|
},
|
|
4733
4808
|
"context": {
|
|
4734
4809
|
"type": "variable",
|
|
@@ -4736,8 +4811,8 @@
|
|
|
4736
4811
|
"value": "k-spacing(1)",
|
|
4737
4812
|
"scope": "default",
|
|
4738
4813
|
"line": {
|
|
4739
|
-
"start":
|
|
4740
|
-
"end":
|
|
4814
|
+
"start": 33,
|
|
4815
|
+
"end": 33
|
|
4741
4816
|
}
|
|
4742
4817
|
},
|
|
4743
4818
|
"group": [
|
|
@@ -4752,8 +4827,8 @@
|
|
|
4752
4827
|
{
|
|
4753
4828
|
"description": "The vertical padding of the header in the Calendar.\n",
|
|
4754
4829
|
"commentRange": {
|
|
4755
|
-
"start":
|
|
4756
|
-
"end":
|
|
4830
|
+
"start": 34,
|
|
4831
|
+
"end": 35
|
|
4757
4832
|
},
|
|
4758
4833
|
"context": {
|
|
4759
4834
|
"type": "variable",
|
|
@@ -4761,8 +4836,8 @@
|
|
|
4761
4836
|
"value": "k-spacing(1)",
|
|
4762
4837
|
"scope": "default",
|
|
4763
4838
|
"line": {
|
|
4764
|
-
"start":
|
|
4765
|
-
"end":
|
|
4839
|
+
"start": 36,
|
|
4840
|
+
"end": 36
|
|
4766
4841
|
}
|
|
4767
4842
|
},
|
|
4768
4843
|
"group": [
|
|
@@ -4777,8 +4852,8 @@
|
|
|
4777
4852
|
{
|
|
4778
4853
|
"description": "The border width of the header in the Calendar.\n",
|
|
4779
4854
|
"commentRange": {
|
|
4780
|
-
"start":
|
|
4781
|
-
"end":
|
|
4855
|
+
"start": 38,
|
|
4856
|
+
"end": 39
|
|
4782
4857
|
},
|
|
4783
4858
|
"context": {
|
|
4784
4859
|
"type": "variable",
|
|
@@ -4786,8 +4861,8 @@
|
|
|
4786
4861
|
"value": "1px",
|
|
4787
4862
|
"scope": "default",
|
|
4788
4863
|
"line": {
|
|
4789
|
-
"start":
|
|
4790
|
-
"end":
|
|
4864
|
+
"start": 40,
|
|
4865
|
+
"end": 40
|
|
4791
4866
|
}
|
|
4792
4867
|
},
|
|
4793
4868
|
"group": [
|
|
@@ -4802,8 +4877,8 @@
|
|
|
4802
4877
|
{
|
|
4803
4878
|
"description": "The background color of the header in the Calendar.\n",
|
|
4804
4879
|
"commentRange": {
|
|
4805
|
-
"start":
|
|
4806
|
-
"end":
|
|
4880
|
+
"start": 42,
|
|
4881
|
+
"end": 43
|
|
4807
4882
|
},
|
|
4808
4883
|
"context": {
|
|
4809
4884
|
"type": "variable",
|
|
@@ -4811,8 +4886,8 @@
|
|
|
4811
4886
|
"value": "$kendo-component-header-bg",
|
|
4812
4887
|
"scope": "default",
|
|
4813
4888
|
"line": {
|
|
4814
|
-
"start":
|
|
4815
|
-
"end":
|
|
4889
|
+
"start": 44,
|
|
4890
|
+
"end": 44
|
|
4816
4891
|
}
|
|
4817
4892
|
},
|
|
4818
4893
|
"group": [
|
|
@@ -4827,8 +4902,8 @@
|
|
|
4827
4902
|
{
|
|
4828
4903
|
"description": "The text color of the header in the Calendar.\n",
|
|
4829
4904
|
"commentRange": {
|
|
4830
|
-
"start":
|
|
4831
|
-
"end":
|
|
4905
|
+
"start": 45,
|
|
4906
|
+
"end": 46
|
|
4832
4907
|
},
|
|
4833
4908
|
"context": {
|
|
4834
4909
|
"type": "variable",
|
|
@@ -4836,8 +4911,8 @@
|
|
|
4836
4911
|
"value": "$kendo-component-header-text",
|
|
4837
4912
|
"scope": "default",
|
|
4838
4913
|
"line": {
|
|
4839
|
-
"start":
|
|
4840
|
-
"end":
|
|
4914
|
+
"start": 47,
|
|
4915
|
+
"end": 47
|
|
4841
4916
|
}
|
|
4842
4917
|
},
|
|
4843
4918
|
"group": [
|
|
@@ -4852,8 +4927,8 @@
|
|
|
4852
4927
|
{
|
|
4853
4928
|
"description": "The border color of the header in the Calendar.\n",
|
|
4854
4929
|
"commentRange": {
|
|
4855
|
-
"start":
|
|
4856
|
-
"end":
|
|
4930
|
+
"start": 48,
|
|
4931
|
+
"end": 49
|
|
4857
4932
|
},
|
|
4858
4933
|
"context": {
|
|
4859
4934
|
"type": "variable",
|
|
@@ -4861,8 +4936,8 @@
|
|
|
4861
4936
|
"value": "$kendo-component-header-border",
|
|
4862
4937
|
"scope": "default",
|
|
4863
4938
|
"line": {
|
|
4864
|
-
"start":
|
|
4865
|
-
"end":
|
|
4939
|
+
"start": 50,
|
|
4940
|
+
"end": 50
|
|
4866
4941
|
}
|
|
4867
4942
|
},
|
|
4868
4943
|
"group": [
|
|
@@ -4877,8 +4952,8 @@
|
|
|
4877
4952
|
{
|
|
4878
4953
|
"description": "The gradient of the header in the Calendar.\n",
|
|
4879
4954
|
"commentRange": {
|
|
4880
|
-
"start":
|
|
4881
|
-
"end":
|
|
4955
|
+
"start": 51,
|
|
4956
|
+
"end": 52
|
|
4882
4957
|
},
|
|
4883
4958
|
"context": {
|
|
4884
4959
|
"type": "variable",
|
|
@@ -4886,8 +4961,8 @@
|
|
|
4886
4961
|
"value": "$kendo-component-header-gradient",
|
|
4887
4962
|
"scope": "default",
|
|
4888
4963
|
"line": {
|
|
4889
|
-
"start":
|
|
4890
|
-
"end":
|
|
4964
|
+
"start": 53,
|
|
4965
|
+
"end": 53
|
|
4891
4966
|
}
|
|
4892
4967
|
},
|
|
4893
4968
|
"group": [
|
|
@@ -4902,8 +4977,8 @@
|
|
|
4902
4977
|
{
|
|
4903
4978
|
"description": "The shadow of the header in the Calendar.\n",
|
|
4904
4979
|
"commentRange": {
|
|
4905
|
-
"start":
|
|
4906
|
-
"end":
|
|
4980
|
+
"start": 55,
|
|
4981
|
+
"end": 56
|
|
4907
4982
|
},
|
|
4908
4983
|
"context": {
|
|
4909
4984
|
"type": "variable",
|
|
@@ -4911,8 +4986,8 @@
|
|
|
4911
4986
|
"value": "0 1px 3px 1px rgba(black, .1)",
|
|
4912
4987
|
"scope": "default",
|
|
4913
4988
|
"line": {
|
|
4914
|
-
"start":
|
|
4915
|
-
"end":
|
|
4989
|
+
"start": 57,
|
|
4990
|
+
"end": 57
|
|
4916
4991
|
}
|
|
4917
4992
|
},
|
|
4918
4993
|
"group": [
|
|
@@ -4927,8 +5002,8 @@
|
|
|
4927
5002
|
{
|
|
4928
5003
|
"description": "The gap between the items in the navigation of the Calendar.\n",
|
|
4929
5004
|
"commentRange": {
|
|
4930
|
-
"start":
|
|
4931
|
-
"end":
|
|
5005
|
+
"start": 59,
|
|
5006
|
+
"end": 60
|
|
4932
5007
|
},
|
|
4933
5008
|
"context": {
|
|
4934
5009
|
"type": "variable",
|
|
@@ -4936,8 +5011,8 @@
|
|
|
4936
5011
|
"value": "null",
|
|
4937
5012
|
"scope": "default",
|
|
4938
5013
|
"line": {
|
|
4939
|
-
"start":
|
|
4940
|
-
"end":
|
|
5014
|
+
"start": 61,
|
|
5015
|
+
"end": 61
|
|
4941
5016
|
}
|
|
4942
5017
|
},
|
|
4943
5018
|
"group": [
|
|
@@ -4952,8 +5027,8 @@
|
|
|
4952
5027
|
{
|
|
4953
5028
|
"description": "The horizontal padding of the footer in the Calendar.\n",
|
|
4954
5029
|
"commentRange": {
|
|
4955
|
-
"start":
|
|
4956
|
-
"end":
|
|
5030
|
+
"start": 63,
|
|
5031
|
+
"end": 64
|
|
4957
5032
|
},
|
|
4958
5033
|
"context": {
|
|
4959
5034
|
"type": "variable",
|
|
@@ -4961,8 +5036,8 @@
|
|
|
4961
5036
|
"value": "k-spacing(4)",
|
|
4962
5037
|
"scope": "default",
|
|
4963
5038
|
"line": {
|
|
4964
|
-
"start":
|
|
4965
|
-
"end":
|
|
5039
|
+
"start": 65,
|
|
5040
|
+
"end": 65
|
|
4966
5041
|
}
|
|
4967
5042
|
},
|
|
4968
5043
|
"group": [
|
|
@@ -4977,8 +5052,8 @@
|
|
|
4977
5052
|
{
|
|
4978
5053
|
"description": "The vertical padding of the footer in the Calendar.\n",
|
|
4979
5054
|
"commentRange": {
|
|
4980
|
-
"start":
|
|
4981
|
-
"end":
|
|
5055
|
+
"start": 66,
|
|
5056
|
+
"end": 67
|
|
4982
5057
|
},
|
|
4983
5058
|
"context": {
|
|
4984
5059
|
"type": "variable",
|
|
@@ -4986,8 +5061,8 @@
|
|
|
4986
5061
|
"value": "k-spacing(2)",
|
|
4987
5062
|
"scope": "default",
|
|
4988
5063
|
"line": {
|
|
4989
|
-
"start":
|
|
4990
|
-
"end":
|
|
5064
|
+
"start": 68,
|
|
5065
|
+
"end": 68
|
|
4991
5066
|
}
|
|
4992
5067
|
},
|
|
4993
5068
|
"group": [
|
|
@@ -5002,8 +5077,8 @@
|
|
|
5002
5077
|
{
|
|
5003
5078
|
"description": "The horizontal padding of the cells in the Calendar.\n",
|
|
5004
5079
|
"commentRange": {
|
|
5005
|
-
"start":
|
|
5006
|
-
"end":
|
|
5080
|
+
"start": 70,
|
|
5081
|
+
"end": 71
|
|
5007
5082
|
},
|
|
5008
5083
|
"context": {
|
|
5009
5084
|
"type": "variable",
|
|
@@ -5011,8 +5086,8 @@
|
|
|
5011
5086
|
"value": ".25em",
|
|
5012
5087
|
"scope": "default",
|
|
5013
5088
|
"line": {
|
|
5014
|
-
"start":
|
|
5015
|
-
"end":
|
|
5089
|
+
"start": 72,
|
|
5090
|
+
"end": 72
|
|
5016
5091
|
}
|
|
5017
5092
|
},
|
|
5018
5093
|
"group": [
|
|
@@ -5027,8 +5102,8 @@
|
|
|
5027
5102
|
{
|
|
5028
5103
|
"description": "The vertical padding of the cells in the Calendar.\n",
|
|
5029
5104
|
"commentRange": {
|
|
5030
|
-
"start":
|
|
5031
|
-
"end":
|
|
5105
|
+
"start": 73,
|
|
5106
|
+
"end": 74
|
|
5032
5107
|
},
|
|
5033
5108
|
"context": {
|
|
5034
5109
|
"type": "variable",
|
|
@@ -5036,8 +5111,8 @@
|
|
|
5036
5111
|
"value": "$kendo-calendar-cell-padding-x",
|
|
5037
5112
|
"scope": "default",
|
|
5038
5113
|
"line": {
|
|
5039
|
-
"start":
|
|
5040
|
-
"end":
|
|
5114
|
+
"start": 75,
|
|
5115
|
+
"end": 75
|
|
5041
5116
|
}
|
|
5042
5117
|
},
|
|
5043
5118
|
"group": [
|
|
@@ -5052,8 +5127,8 @@
|
|
|
5052
5127
|
{
|
|
5053
5128
|
"description": "The line height of the cells in the Calendar.\n",
|
|
5054
5129
|
"commentRange": {
|
|
5055
|
-
"start":
|
|
5056
|
-
"end":
|
|
5130
|
+
"start": 77,
|
|
5131
|
+
"end": 78
|
|
5057
5132
|
},
|
|
5058
5133
|
"context": {
|
|
5059
5134
|
"type": "variable",
|
|
@@ -5061,8 +5136,8 @@
|
|
|
5061
5136
|
"value": "$kendo-calendar-line-height",
|
|
5062
5137
|
"scope": "default",
|
|
5063
5138
|
"line": {
|
|
5064
|
-
"start":
|
|
5065
|
-
"end":
|
|
5139
|
+
"start": 79,
|
|
5140
|
+
"end": 79
|
|
5066
5141
|
}
|
|
5067
5142
|
},
|
|
5068
5143
|
"group": [
|
|
@@ -5077,8 +5152,8 @@
|
|
|
5077
5152
|
{
|
|
5078
5153
|
"description": "The border radius of the cells in the Calendar.\n",
|
|
5079
5154
|
"commentRange": {
|
|
5080
|
-
"start":
|
|
5081
|
-
"end":
|
|
5155
|
+
"start": 81,
|
|
5156
|
+
"end": 82
|
|
5082
5157
|
},
|
|
5083
5158
|
"context": {
|
|
5084
5159
|
"type": "variable",
|
|
@@ -5086,8 +5161,8 @@
|
|
|
5086
5161
|
"value": "k-border-radius(md)",
|
|
5087
5162
|
"scope": "default",
|
|
5088
5163
|
"line": {
|
|
5089
|
-
"start":
|
|
5090
|
-
"end":
|
|
5164
|
+
"start": 83,
|
|
5165
|
+
"end": 83
|
|
5091
5166
|
}
|
|
5092
5167
|
},
|
|
5093
5168
|
"group": [
|
|
@@ -5102,8 +5177,8 @@
|
|
|
5102
5177
|
{
|
|
5103
5178
|
"description": "The horizontal padding of the header cells in the Calendar.\n",
|
|
5104
5179
|
"commentRange": {
|
|
5105
|
-
"start":
|
|
5106
|
-
"end":
|
|
5180
|
+
"start": 85,
|
|
5181
|
+
"end": 86
|
|
5107
5182
|
},
|
|
5108
5183
|
"context": {
|
|
5109
5184
|
"type": "variable",
|
|
@@ -5111,8 +5186,8 @@
|
|
|
5111
5186
|
"value": "null",
|
|
5112
5187
|
"scope": "default",
|
|
5113
5188
|
"line": {
|
|
5114
|
-
"start":
|
|
5115
|
-
"end":
|
|
5189
|
+
"start": 87,
|
|
5190
|
+
"end": 87
|
|
5116
5191
|
}
|
|
5117
5192
|
},
|
|
5118
5193
|
"group": [
|
|
@@ -5127,8 +5202,8 @@
|
|
|
5127
5202
|
{
|
|
5128
5203
|
"description": "The vertical padding of the header cells in the Calendar.\n",
|
|
5129
5204
|
"commentRange": {
|
|
5130
|
-
"start":
|
|
5131
|
-
"end":
|
|
5205
|
+
"start": 88,
|
|
5206
|
+
"end": 89
|
|
5132
5207
|
},
|
|
5133
5208
|
"context": {
|
|
5134
5209
|
"type": "variable",
|
|
@@ -5136,8 +5211,8 @@
|
|
|
5136
5211
|
"value": "null",
|
|
5137
5212
|
"scope": "default",
|
|
5138
5213
|
"line": {
|
|
5139
|
-
"start":
|
|
5140
|
-
"end":
|
|
5214
|
+
"start": 90,
|
|
5215
|
+
"end": 90
|
|
5141
5216
|
}
|
|
5142
5217
|
},
|
|
5143
5218
|
"group": [
|
|
@@ -5152,8 +5227,8 @@
|
|
|
5152
5227
|
{
|
|
5153
5228
|
"description": "The width of the header cells in the Calendar.\n",
|
|
5154
5229
|
"commentRange": {
|
|
5155
|
-
"start":
|
|
5156
|
-
"end":
|
|
5230
|
+
"start": 91,
|
|
5231
|
+
"end": 92
|
|
5157
5232
|
},
|
|
5158
5233
|
"context": {
|
|
5159
5234
|
"type": "variable",
|
|
@@ -5161,8 +5236,8 @@
|
|
|
5161
5236
|
"value": "$kendo-calendar-cell-size",
|
|
5162
5237
|
"scope": "default",
|
|
5163
5238
|
"line": {
|
|
5164
|
-
"start":
|
|
5165
|
-
"end":
|
|
5239
|
+
"start": 93,
|
|
5240
|
+
"end": 93
|
|
5166
5241
|
}
|
|
5167
5242
|
},
|
|
5168
5243
|
"group": [
|
|
@@ -5177,8 +5252,8 @@
|
|
|
5177
5252
|
{
|
|
5178
5253
|
"description": "The height of the header cells in the Calendar.\n",
|
|
5179
5254
|
"commentRange": {
|
|
5180
|
-
"start":
|
|
5181
|
-
"end":
|
|
5255
|
+
"start": 94,
|
|
5256
|
+
"end": 95
|
|
5182
5257
|
},
|
|
5183
5258
|
"context": {
|
|
5184
5259
|
"type": "variable",
|
|
@@ -5186,8 +5261,58 @@
|
|
|
5186
5261
|
"value": "$kendo-calendar-cell-size",
|
|
5187
5262
|
"scope": "default",
|
|
5188
5263
|
"line": {
|
|
5189
|
-
"start":
|
|
5190
|
-
"end":
|
|
5264
|
+
"start": 96,
|
|
5265
|
+
"end": 96
|
|
5266
|
+
}
|
|
5267
|
+
},
|
|
5268
|
+
"group": [
|
|
5269
|
+
"calendar"
|
|
5270
|
+
],
|
|
5271
|
+
"access": "public",
|
|
5272
|
+
"file": {
|
|
5273
|
+
"path": "calendar/_variables.scss",
|
|
5274
|
+
"name": "_variables.scss"
|
|
5275
|
+
}
|
|
5276
|
+
},
|
|
5277
|
+
{
|
|
5278
|
+
"description": "The font size of the header cells in the Calendar.\n",
|
|
5279
|
+
"commentRange": {
|
|
5280
|
+
"start": 97,
|
|
5281
|
+
"end": 98
|
|
5282
|
+
},
|
|
5283
|
+
"context": {
|
|
5284
|
+
"type": "variable",
|
|
5285
|
+
"name": "kendo-calendar-header-cell-font-size",
|
|
5286
|
+
"value": "var( --kendo-font-size-sm, inherit )",
|
|
5287
|
+
"scope": "default",
|
|
5288
|
+
"line": {
|
|
5289
|
+
"start": 99,
|
|
5290
|
+
"end": 99
|
|
5291
|
+
}
|
|
5292
|
+
},
|
|
5293
|
+
"group": [
|
|
5294
|
+
"calendar"
|
|
5295
|
+
],
|
|
5296
|
+
"access": "public",
|
|
5297
|
+
"file": {
|
|
5298
|
+
"path": "calendar/_variables.scss",
|
|
5299
|
+
"name": "_variables.scss"
|
|
5300
|
+
}
|
|
5301
|
+
},
|
|
5302
|
+
{
|
|
5303
|
+
"description": "The line height of the header cells in the Calendar.\n",
|
|
5304
|
+
"commentRange": {
|
|
5305
|
+
"start": 100,
|
|
5306
|
+
"end": 101
|
|
5307
|
+
},
|
|
5308
|
+
"context": {
|
|
5309
|
+
"type": "variable",
|
|
5310
|
+
"name": "kendo-calendar-header-cell-line-height",
|
|
5311
|
+
"value": "2",
|
|
5312
|
+
"scope": "default",
|
|
5313
|
+
"line": {
|
|
5314
|
+
"start": 102,
|
|
5315
|
+
"end": 102
|
|
5191
5316
|
}
|
|
5192
5317
|
},
|
|
5193
5318
|
"group": [
|
|
@@ -5202,8 +5327,8 @@
|
|
|
5202
5327
|
{
|
|
5203
5328
|
"description": "The background color of the header cells in the Calendar.\n",
|
|
5204
5329
|
"commentRange": {
|
|
5205
|
-
"start":
|
|
5206
|
-
"end":
|
|
5330
|
+
"start": 104,
|
|
5331
|
+
"end": 105
|
|
5207
5332
|
},
|
|
5208
5333
|
"context": {
|
|
5209
5334
|
"type": "variable",
|
|
@@ -5211,8 +5336,8 @@
|
|
|
5211
5336
|
"value": "null",
|
|
5212
5337
|
"scope": "default",
|
|
5213
5338
|
"line": {
|
|
5214
|
-
"start":
|
|
5215
|
-
"end":
|
|
5339
|
+
"start": 106,
|
|
5340
|
+
"end": 106
|
|
5216
5341
|
}
|
|
5217
5342
|
},
|
|
5218
5343
|
"group": [
|
|
@@ -5227,8 +5352,8 @@
|
|
|
5227
5352
|
{
|
|
5228
5353
|
"description": "The text color of the header cells in the Calendar.\n",
|
|
5229
5354
|
"commentRange": {
|
|
5230
|
-
"start":
|
|
5231
|
-
"end":
|
|
5355
|
+
"start": 107,
|
|
5356
|
+
"end": 108
|
|
5232
5357
|
},
|
|
5233
5358
|
"context": {
|
|
5234
5359
|
"type": "variable",
|
|
@@ -5236,8 +5361,8 @@
|
|
|
5236
5361
|
"value": "$kendo-subtle-text",
|
|
5237
5362
|
"scope": "default",
|
|
5238
5363
|
"line": {
|
|
5239
|
-
"start":
|
|
5240
|
-
"end":
|
|
5364
|
+
"start": 109,
|
|
5365
|
+
"end": 109
|
|
5241
5366
|
}
|
|
5242
5367
|
},
|
|
5243
5368
|
"group": [
|
|
@@ -5252,8 +5377,8 @@
|
|
|
5252
5377
|
{
|
|
5253
5378
|
"description": "The opacity of the header cells in the Calendar.\n",
|
|
5254
5379
|
"commentRange": {
|
|
5255
|
-
"start":
|
|
5256
|
-
"end":
|
|
5380
|
+
"start": 110,
|
|
5381
|
+
"end": 111
|
|
5257
5382
|
},
|
|
5258
5383
|
"context": {
|
|
5259
5384
|
"type": "variable",
|
|
@@ -5261,8 +5386,8 @@
|
|
|
5261
5386
|
"value": "null",
|
|
5262
5387
|
"scope": "default",
|
|
5263
5388
|
"line": {
|
|
5264
|
-
"start":
|
|
5265
|
-
"end":
|
|
5389
|
+
"start": 112,
|
|
5390
|
+
"end": 112
|
|
5266
5391
|
}
|
|
5267
5392
|
},
|
|
5268
5393
|
"group": [
|
|
@@ -5277,8 +5402,8 @@
|
|
|
5277
5402
|
{
|
|
5278
5403
|
"description": "The horizontal padding of the caption in the Calendar.\n",
|
|
5279
5404
|
"commentRange": {
|
|
5280
|
-
"start":
|
|
5281
|
-
"end":
|
|
5405
|
+
"start": 114,
|
|
5406
|
+
"end": 115
|
|
5282
5407
|
},
|
|
5283
5408
|
"context": {
|
|
5284
5409
|
"type": "variable",
|
|
@@ -5286,8 +5411,8 @@
|
|
|
5286
5411
|
"value": "k-spacing(2)",
|
|
5287
5412
|
"scope": "default",
|
|
5288
5413
|
"line": {
|
|
5289
|
-
"start":
|
|
5290
|
-
"end":
|
|
5414
|
+
"start": 116,
|
|
5415
|
+
"end": 116
|
|
5291
5416
|
}
|
|
5292
5417
|
},
|
|
5293
5418
|
"group": [
|
|
@@ -5302,8 +5427,8 @@
|
|
|
5302
5427
|
{
|
|
5303
5428
|
"description": "The vertical padding of the caption in the Calendar.\n",
|
|
5304
5429
|
"commentRange": {
|
|
5305
|
-
"start":
|
|
5306
|
-
"end":
|
|
5430
|
+
"start": 117,
|
|
5431
|
+
"end": 118
|
|
5307
5432
|
},
|
|
5308
5433
|
"context": {
|
|
5309
5434
|
"type": "variable",
|
|
@@ -5311,8 +5436,8 @@
|
|
|
5311
5436
|
"value": "k-spacing(1)",
|
|
5312
5437
|
"scope": "default",
|
|
5313
5438
|
"line": {
|
|
5314
|
-
"start":
|
|
5315
|
-
"end":
|
|
5439
|
+
"start": 119,
|
|
5440
|
+
"end": 119
|
|
5316
5441
|
}
|
|
5317
5442
|
},
|
|
5318
5443
|
"group": [
|
|
@@ -5327,8 +5452,8 @@
|
|
|
5327
5452
|
{
|
|
5328
5453
|
"description": "The height of the caption in the Calendar.\n",
|
|
5329
5454
|
"commentRange": {
|
|
5330
|
-
"start":
|
|
5331
|
-
"end":
|
|
5455
|
+
"start": 120,
|
|
5456
|
+
"end": 121
|
|
5332
5457
|
},
|
|
5333
5458
|
"context": {
|
|
5334
5459
|
"type": "variable",
|
|
@@ -5336,8 +5461,8 @@
|
|
|
5336
5461
|
"value": "$kendo-calendar-cell-size",
|
|
5337
5462
|
"scope": "default",
|
|
5338
5463
|
"line": {
|
|
5339
|
-
"start":
|
|
5340
|
-
"end":
|
|
5464
|
+
"start": 122,
|
|
5465
|
+
"end": 122
|
|
5341
5466
|
}
|
|
5342
5467
|
},
|
|
5343
5468
|
"group": [
|
|
@@ -5352,8 +5477,8 @@
|
|
|
5352
5477
|
{
|
|
5353
5478
|
"description": "The font size of the caption in the Calendar.\n",
|
|
5354
5479
|
"commentRange": {
|
|
5355
|
-
"start":
|
|
5356
|
-
"end":
|
|
5480
|
+
"start": 123,
|
|
5481
|
+
"end": 124
|
|
5357
5482
|
},
|
|
5358
5483
|
"context": {
|
|
5359
5484
|
"type": "variable",
|
|
@@ -5361,8 +5486,8 @@
|
|
|
5361
5486
|
"value": "null",
|
|
5362
5487
|
"scope": "default",
|
|
5363
5488
|
"line": {
|
|
5364
|
-
"start":
|
|
5365
|
-
"end":
|
|
5489
|
+
"start": 125,
|
|
5490
|
+
"end": 125
|
|
5366
5491
|
}
|
|
5367
5492
|
},
|
|
5368
5493
|
"group": [
|
|
@@ -5377,8 +5502,8 @@
|
|
|
5377
5502
|
{
|
|
5378
5503
|
"description": "The line height of the caption in the Calendar.\n",
|
|
5379
5504
|
"commentRange": {
|
|
5380
|
-
"start":
|
|
5381
|
-
"end":
|
|
5505
|
+
"start": 126,
|
|
5506
|
+
"end": 127
|
|
5382
5507
|
},
|
|
5383
5508
|
"context": {
|
|
5384
5509
|
"type": "variable",
|
|
@@ -5386,8 +5511,33 @@
|
|
|
5386
5511
|
"value": "null",
|
|
5387
5512
|
"scope": "default",
|
|
5388
5513
|
"line": {
|
|
5389
|
-
"start":
|
|
5390
|
-
"end":
|
|
5514
|
+
"start": 128,
|
|
5515
|
+
"end": 128
|
|
5516
|
+
}
|
|
5517
|
+
},
|
|
5518
|
+
"group": [
|
|
5519
|
+
"calendar"
|
|
5520
|
+
],
|
|
5521
|
+
"access": "public",
|
|
5522
|
+
"file": {
|
|
5523
|
+
"path": "calendar/_variables.scss",
|
|
5524
|
+
"name": "_variables.scss"
|
|
5525
|
+
}
|
|
5526
|
+
},
|
|
5527
|
+
{
|
|
5528
|
+
"description": "The font weight of the caption in the Calendar.\n",
|
|
5529
|
+
"commentRange": {
|
|
5530
|
+
"start": 129,
|
|
5531
|
+
"end": 130
|
|
5532
|
+
},
|
|
5533
|
+
"context": {
|
|
5534
|
+
"type": "variable",
|
|
5535
|
+
"name": "kendo-calendar-caption-font-weight",
|
|
5536
|
+
"value": "var( --kendo-font-weight-bold, normal )",
|
|
5537
|
+
"scope": "default",
|
|
5538
|
+
"line": {
|
|
5539
|
+
"start": 131,
|
|
5540
|
+
"end": 131
|
|
5391
5541
|
}
|
|
5392
5542
|
},
|
|
5393
5543
|
"group": [
|
|
@@ -5402,8 +5552,8 @@
|
|
|
5402
5552
|
{
|
|
5403
5553
|
"description": "The font size of the week number cells in the Calendar.\n",
|
|
5404
5554
|
"commentRange": {
|
|
5405
|
-
"start":
|
|
5406
|
-
"end":
|
|
5555
|
+
"start": 133,
|
|
5556
|
+
"end": 134
|
|
5407
5557
|
},
|
|
5408
5558
|
"context": {
|
|
5409
5559
|
"type": "variable",
|
|
@@ -5411,8 +5561,8 @@
|
|
|
5411
5561
|
"value": "$kendo-font-size-sm",
|
|
5412
5562
|
"scope": "default",
|
|
5413
5563
|
"line": {
|
|
5414
|
-
"start":
|
|
5415
|
-
"end":
|
|
5564
|
+
"start": 135,
|
|
5565
|
+
"end": 135
|
|
5416
5566
|
}
|
|
5417
5567
|
},
|
|
5418
5568
|
"group": [
|
|
@@ -5427,8 +5577,8 @@
|
|
|
5427
5577
|
{
|
|
5428
5578
|
"description": "The width of the Calendar view.\n",
|
|
5429
5579
|
"commentRange": {
|
|
5430
|
-
"start":
|
|
5431
|
-
"end":
|
|
5580
|
+
"start": 137,
|
|
5581
|
+
"end": 138
|
|
5432
5582
|
},
|
|
5433
5583
|
"context": {
|
|
5434
5584
|
"type": "variable",
|
|
@@ -5436,8 +5586,8 @@
|
|
|
5436
5586
|
"value": "($kendo-calendar-cell-size * 8)",
|
|
5437
5587
|
"scope": "default",
|
|
5438
5588
|
"line": {
|
|
5439
|
-
"start":
|
|
5440
|
-
"end":
|
|
5589
|
+
"start": 139,
|
|
5590
|
+
"end": 139
|
|
5441
5591
|
}
|
|
5442
5592
|
},
|
|
5443
5593
|
"group": [
|
|
@@ -5452,8 +5602,8 @@
|
|
|
5452
5602
|
{
|
|
5453
5603
|
"description": "The height of the Calendar view.\n",
|
|
5454
5604
|
"commentRange": {
|
|
5455
|
-
"start":
|
|
5456
|
-
"end":
|
|
5605
|
+
"start": 140,
|
|
5606
|
+
"end": 141
|
|
5457
5607
|
},
|
|
5458
5608
|
"context": {
|
|
5459
5609
|
"type": "variable",
|
|
@@ -5461,8 +5611,8 @@
|
|
|
5461
5611
|
"value": "($kendo-calendar-cell-size * 7)",
|
|
5462
5612
|
"scope": "default",
|
|
5463
5613
|
"line": {
|
|
5464
|
-
"start":
|
|
5465
|
-
"end":
|
|
5614
|
+
"start": 142,
|
|
5615
|
+
"end": 142
|
|
5466
5616
|
}
|
|
5467
5617
|
},
|
|
5468
5618
|
"group": [
|
|
@@ -5477,8 +5627,8 @@
|
|
|
5477
5627
|
{
|
|
5478
5628
|
"description": "The gap between the items in the Calendar view.\n",
|
|
5479
5629
|
"commentRange": {
|
|
5480
|
-
"start":
|
|
5481
|
-
"end":
|
|
5630
|
+
"start": 144,
|
|
5631
|
+
"end": 145
|
|
5482
5632
|
},
|
|
5483
5633
|
"context": {
|
|
5484
5634
|
"type": "variable",
|
|
@@ -5486,8 +5636,8 @@
|
|
|
5486
5636
|
"value": "k-spacing(4)",
|
|
5487
5637
|
"scope": "default",
|
|
5488
5638
|
"line": {
|
|
5489
|
-
"start":
|
|
5490
|
-
"end":
|
|
5639
|
+
"start": 146,
|
|
5640
|
+
"end": 146
|
|
5491
5641
|
}
|
|
5492
5642
|
},
|
|
5493
5643
|
"group": [
|
|
@@ -5502,8 +5652,8 @@
|
|
|
5502
5652
|
{
|
|
5503
5653
|
"description": "The background color of the weekend cells in the Calendar.\n",
|
|
5504
5654
|
"commentRange": {
|
|
5505
|
-
"start":
|
|
5506
|
-
"end":
|
|
5655
|
+
"start": 148,
|
|
5656
|
+
"end": 149
|
|
5507
5657
|
},
|
|
5508
5658
|
"context": {
|
|
5509
5659
|
"type": "variable",
|
|
@@ -5511,8 +5661,8 @@
|
|
|
5511
5661
|
"value": "null",
|
|
5512
5662
|
"scope": "default",
|
|
5513
5663
|
"line": {
|
|
5514
|
-
"start":
|
|
5515
|
-
"end":
|
|
5664
|
+
"start": 150,
|
|
5665
|
+
"end": 150
|
|
5516
5666
|
}
|
|
5517
5667
|
},
|
|
5518
5668
|
"group": [
|
|
@@ -5527,8 +5677,8 @@
|
|
|
5527
5677
|
{
|
|
5528
5678
|
"description": "The text color of the weekend cells in the Calendar.\n",
|
|
5529
5679
|
"commentRange": {
|
|
5530
|
-
"start":
|
|
5531
|
-
"end":
|
|
5680
|
+
"start": 151,
|
|
5681
|
+
"end": 152
|
|
5532
5682
|
},
|
|
5533
5683
|
"context": {
|
|
5534
5684
|
"type": "variable",
|
|
@@ -5536,8 +5686,8 @@
|
|
|
5536
5686
|
"value": "null",
|
|
5537
5687
|
"scope": "default",
|
|
5538
5688
|
"line": {
|
|
5539
|
-
"start":
|
|
5540
|
-
"end":
|
|
5689
|
+
"start": 153,
|
|
5690
|
+
"end": 153
|
|
5541
5691
|
}
|
|
5542
5692
|
},
|
|
5543
5693
|
"group": [
|
|
@@ -5552,8 +5702,8 @@
|
|
|
5552
5702
|
{
|
|
5553
5703
|
"description": "The style of the current day in the Calendar.\n",
|
|
5554
5704
|
"commentRange": {
|
|
5555
|
-
"start":
|
|
5556
|
-
"end":
|
|
5705
|
+
"start": 155,
|
|
5706
|
+
"end": 156
|
|
5557
5707
|
},
|
|
5558
5708
|
"context": {
|
|
5559
5709
|
"type": "variable",
|
|
@@ -5561,8 +5711,8 @@
|
|
|
5561
5711
|
"value": "color",
|
|
5562
5712
|
"scope": "default",
|
|
5563
5713
|
"line": {
|
|
5564
|
-
"start":
|
|
5565
|
-
"end":
|
|
5714
|
+
"start": 157,
|
|
5715
|
+
"end": 157
|
|
5566
5716
|
}
|
|
5567
5717
|
},
|
|
5568
5718
|
"group": [
|
|
@@ -5577,8 +5727,8 @@
|
|
|
5577
5727
|
{
|
|
5578
5728
|
"description": "The color of the current day in the Calendar.\n",
|
|
5579
5729
|
"commentRange": {
|
|
5580
|
-
"start":
|
|
5581
|
-
"end":
|
|
5730
|
+
"start": 158,
|
|
5731
|
+
"end": 159
|
|
5582
5732
|
},
|
|
5583
5733
|
"context": {
|
|
5584
5734
|
"type": "variable",
|
|
@@ -5586,8 +5736,8 @@
|
|
|
5586
5736
|
"value": "$kendo-color-primary",
|
|
5587
5737
|
"scope": "default",
|
|
5588
5738
|
"line": {
|
|
5589
|
-
"start":
|
|
5590
|
-
"end":
|
|
5739
|
+
"start": 160,
|
|
5740
|
+
"end": 160
|
|
5591
5741
|
}
|
|
5592
5742
|
},
|
|
5593
5743
|
"group": [
|
|
@@ -5602,8 +5752,8 @@
|
|
|
5602
5752
|
{
|
|
5603
5753
|
"description": "The background color of the week number cells in the Calendar.\n",
|
|
5604
5754
|
"commentRange": {
|
|
5605
|
-
"start":
|
|
5606
|
-
"end":
|
|
5755
|
+
"start": 162,
|
|
5756
|
+
"end": 163
|
|
5607
5757
|
},
|
|
5608
5758
|
"context": {
|
|
5609
5759
|
"type": "variable",
|
|
@@ -5611,8 +5761,8 @@
|
|
|
5611
5761
|
"value": "null",
|
|
5612
5762
|
"scope": "default",
|
|
5613
5763
|
"line": {
|
|
5614
|
-
"start":
|
|
5615
|
-
"end":
|
|
5764
|
+
"start": 164,
|
|
5765
|
+
"end": 164
|
|
5616
5766
|
}
|
|
5617
5767
|
},
|
|
5618
5768
|
"group": [
|
|
@@ -5627,8 +5777,8 @@
|
|
|
5627
5777
|
{
|
|
5628
5778
|
"description": "The text color of the week number cells in the Calendar.\n",
|
|
5629
5779
|
"commentRange": {
|
|
5630
|
-
"start":
|
|
5631
|
-
"end":
|
|
5780
|
+
"start": 165,
|
|
5781
|
+
"end": 166
|
|
5632
5782
|
},
|
|
5633
5783
|
"context": {
|
|
5634
5784
|
"type": "variable",
|
|
@@ -5636,8 +5786,8 @@
|
|
|
5636
5786
|
"value": "$kendo-calendar-header-cell-text",
|
|
5637
5787
|
"scope": "default",
|
|
5638
5788
|
"line": {
|
|
5639
|
-
"start":
|
|
5640
|
-
"end":
|
|
5789
|
+
"start": 167,
|
|
5790
|
+
"end": 167
|
|
5641
5791
|
}
|
|
5642
5792
|
},
|
|
5643
5793
|
"group": [
|
|
@@ -5652,8 +5802,8 @@
|
|
|
5652
5802
|
{
|
|
5653
5803
|
"description": "The background color of the preceding/subsequent month cells in the Calendar.\n",
|
|
5654
5804
|
"commentRange": {
|
|
5655
|
-
"start":
|
|
5656
|
-
"end":
|
|
5805
|
+
"start": 169,
|
|
5806
|
+
"end": 170
|
|
5657
5807
|
},
|
|
5658
5808
|
"context": {
|
|
5659
5809
|
"type": "variable",
|
|
@@ -5661,8 +5811,8 @@
|
|
|
5661
5811
|
"value": "null",
|
|
5662
5812
|
"scope": "default",
|
|
5663
5813
|
"line": {
|
|
5664
|
-
"start":
|
|
5665
|
-
"end":
|
|
5814
|
+
"start": 171,
|
|
5815
|
+
"end": 171
|
|
5666
5816
|
}
|
|
5667
5817
|
},
|
|
5668
5818
|
"group": [
|
|
@@ -5677,8 +5827,8 @@
|
|
|
5677
5827
|
{
|
|
5678
5828
|
"description": "The text color of the preceding/subsequent month cells in the Calendar.\n",
|
|
5679
5829
|
"commentRange": {
|
|
5680
|
-
"start":
|
|
5681
|
-
"end":
|
|
5830
|
+
"start": 172,
|
|
5831
|
+
"end": 173
|
|
5682
5832
|
},
|
|
5683
5833
|
"context": {
|
|
5684
5834
|
"type": "variable",
|
|
@@ -5686,8 +5836,8 @@
|
|
|
5686
5836
|
"value": "$kendo-calendar-header-cell-text",
|
|
5687
5837
|
"scope": "default",
|
|
5688
5838
|
"line": {
|
|
5689
|
-
"start":
|
|
5690
|
-
"end":
|
|
5839
|
+
"start": 174,
|
|
5840
|
+
"end": 174
|
|
5691
5841
|
}
|
|
5692
5842
|
},
|
|
5693
5843
|
"group": [
|
|
@@ -5702,8 +5852,8 @@
|
|
|
5702
5852
|
{
|
|
5703
5853
|
"description": "The background color of the cells in the Calendar.\n",
|
|
5704
5854
|
"commentRange": {
|
|
5705
|
-
"start":
|
|
5706
|
-
"end":
|
|
5855
|
+
"start": 176,
|
|
5856
|
+
"end": 177
|
|
5707
5857
|
},
|
|
5708
5858
|
"context": {
|
|
5709
5859
|
"type": "variable",
|
|
@@ -5711,8 +5861,8 @@
|
|
|
5711
5861
|
"value": "null",
|
|
5712
5862
|
"scope": "default",
|
|
5713
5863
|
"line": {
|
|
5714
|
-
"start":
|
|
5715
|
-
"end":
|
|
5864
|
+
"start": 178,
|
|
5865
|
+
"end": 178
|
|
5716
5866
|
}
|
|
5717
5867
|
},
|
|
5718
5868
|
"group": [
|
|
@@ -5727,8 +5877,8 @@
|
|
|
5727
5877
|
{
|
|
5728
5878
|
"description": "The text color of the cells in the Calendar.\n",
|
|
5729
5879
|
"commentRange": {
|
|
5730
|
-
"start":
|
|
5731
|
-
"end":
|
|
5880
|
+
"start": 179,
|
|
5881
|
+
"end": 180
|
|
5732
5882
|
},
|
|
5733
5883
|
"context": {
|
|
5734
5884
|
"type": "variable",
|
|
@@ -5736,8 +5886,8 @@
|
|
|
5736
5886
|
"value": "null",
|
|
5737
5887
|
"scope": "default",
|
|
5738
5888
|
"line": {
|
|
5739
|
-
"start":
|
|
5740
|
-
"end":
|
|
5889
|
+
"start": 181,
|
|
5890
|
+
"end": 181
|
|
5741
5891
|
}
|
|
5742
5892
|
},
|
|
5743
5893
|
"group": [
|
|
@@ -5752,8 +5902,8 @@
|
|
|
5752
5902
|
{
|
|
5753
5903
|
"description": "The border color of the cells in the Calendar.\n",
|
|
5754
5904
|
"commentRange": {
|
|
5755
|
-
"start":
|
|
5756
|
-
"end":
|
|
5905
|
+
"start": 182,
|
|
5906
|
+
"end": 183
|
|
5757
5907
|
},
|
|
5758
5908
|
"context": {
|
|
5759
5909
|
"type": "variable",
|
|
@@ -5761,8 +5911,8 @@
|
|
|
5761
5911
|
"value": "null",
|
|
5762
5912
|
"scope": "default",
|
|
5763
5913
|
"line": {
|
|
5764
|
-
"start":
|
|
5765
|
-
"end":
|
|
5914
|
+
"start": 184,
|
|
5915
|
+
"end": 184
|
|
5766
5916
|
}
|
|
5767
5917
|
},
|
|
5768
5918
|
"group": [
|
|
@@ -5777,8 +5927,8 @@
|
|
|
5777
5927
|
{
|
|
5778
5928
|
"description": "The gradient of the cells in the Calendar.\n",
|
|
5779
5929
|
"commentRange": {
|
|
5780
|
-
"start":
|
|
5781
|
-
"end":
|
|
5930
|
+
"start": 185,
|
|
5931
|
+
"end": 186
|
|
5782
5932
|
},
|
|
5783
5933
|
"context": {
|
|
5784
5934
|
"type": "variable",
|
|
@@ -5786,8 +5936,8 @@
|
|
|
5786
5936
|
"value": "null",
|
|
5787
5937
|
"scope": "default",
|
|
5788
5938
|
"line": {
|
|
5789
|
-
"start":
|
|
5790
|
-
"end":
|
|
5939
|
+
"start": 187,
|
|
5940
|
+
"end": 187
|
|
5791
5941
|
}
|
|
5792
5942
|
},
|
|
5793
5943
|
"group": [
|
|
@@ -5802,8 +5952,8 @@
|
|
|
5802
5952
|
{
|
|
5803
5953
|
"description": "The background color of the hovered cells in the Calendar.\n",
|
|
5804
5954
|
"commentRange": {
|
|
5805
|
-
"start":
|
|
5806
|
-
"end":
|
|
5955
|
+
"start": 189,
|
|
5956
|
+
"end": 190
|
|
5807
5957
|
},
|
|
5808
5958
|
"context": {
|
|
5809
5959
|
"type": "variable",
|
|
@@ -5811,8 +5961,8 @@
|
|
|
5811
5961
|
"value": "$kendo-hover-bg",
|
|
5812
5962
|
"scope": "default",
|
|
5813
5963
|
"line": {
|
|
5814
|
-
"start":
|
|
5815
|
-
"end":
|
|
5964
|
+
"start": 191,
|
|
5965
|
+
"end": 191
|
|
5816
5966
|
}
|
|
5817
5967
|
},
|
|
5818
5968
|
"group": [
|
|
@@ -5827,8 +5977,8 @@
|
|
|
5827
5977
|
{
|
|
5828
5978
|
"description": "The text color of the hovered cells in the Calendar.\n",
|
|
5829
5979
|
"commentRange": {
|
|
5830
|
-
"start":
|
|
5831
|
-
"end":
|
|
5980
|
+
"start": 192,
|
|
5981
|
+
"end": 193
|
|
5832
5982
|
},
|
|
5833
5983
|
"context": {
|
|
5834
5984
|
"type": "variable",
|
|
@@ -5836,8 +5986,8 @@
|
|
|
5836
5986
|
"value": "$kendo-hover-text",
|
|
5837
5987
|
"scope": "default",
|
|
5838
5988
|
"line": {
|
|
5839
|
-
"start":
|
|
5840
|
-
"end":
|
|
5989
|
+
"start": 194,
|
|
5990
|
+
"end": 194
|
|
5841
5991
|
}
|
|
5842
5992
|
},
|
|
5843
5993
|
"group": [
|
|
@@ -5852,8 +6002,8 @@
|
|
|
5852
6002
|
{
|
|
5853
6003
|
"description": "The border color of the hovered cells in the Calendar.\n",
|
|
5854
6004
|
"commentRange": {
|
|
5855
|
-
"start":
|
|
5856
|
-
"end":
|
|
6005
|
+
"start": 195,
|
|
6006
|
+
"end": 196
|
|
5857
6007
|
},
|
|
5858
6008
|
"context": {
|
|
5859
6009
|
"type": "variable",
|
|
@@ -5861,8 +6011,8 @@
|
|
|
5861
6011
|
"value": "$kendo-hover-border",
|
|
5862
6012
|
"scope": "default",
|
|
5863
6013
|
"line": {
|
|
5864
|
-
"start":
|
|
5865
|
-
"end":
|
|
6014
|
+
"start": 197,
|
|
6015
|
+
"end": 197
|
|
5866
6016
|
}
|
|
5867
6017
|
},
|
|
5868
6018
|
"group": [
|
|
@@ -5877,8 +6027,8 @@
|
|
|
5877
6027
|
{
|
|
5878
6028
|
"description": "The gradient of the hovered cells in the Calendar.\n",
|
|
5879
6029
|
"commentRange": {
|
|
5880
|
-
"start":
|
|
5881
|
-
"end":
|
|
6030
|
+
"start": 198,
|
|
6031
|
+
"end": 199
|
|
5882
6032
|
},
|
|
5883
6033
|
"context": {
|
|
5884
6034
|
"type": "variable",
|
|
@@ -5886,8 +6036,8 @@
|
|
|
5886
6036
|
"value": "null",
|
|
5887
6037
|
"scope": "default",
|
|
5888
6038
|
"line": {
|
|
5889
|
-
"start":
|
|
5890
|
-
"end":
|
|
6039
|
+
"start": 200,
|
|
6040
|
+
"end": 200
|
|
5891
6041
|
}
|
|
5892
6042
|
},
|
|
5893
6043
|
"group": [
|
|
@@ -5902,8 +6052,8 @@
|
|
|
5902
6052
|
{
|
|
5903
6053
|
"description": "The background color of the selected cells in the Calendar.\n",
|
|
5904
6054
|
"commentRange": {
|
|
5905
|
-
"start":
|
|
5906
|
-
"end":
|
|
6055
|
+
"start": 202,
|
|
6056
|
+
"end": 203
|
|
5907
6057
|
},
|
|
5908
6058
|
"context": {
|
|
5909
6059
|
"type": "variable",
|
|
@@ -5911,8 +6061,8 @@
|
|
|
5911
6061
|
"value": "$kendo-selected-bg",
|
|
5912
6062
|
"scope": "default",
|
|
5913
6063
|
"line": {
|
|
5914
|
-
"start":
|
|
5915
|
-
"end":
|
|
6064
|
+
"start": 204,
|
|
6065
|
+
"end": 204
|
|
5916
6066
|
}
|
|
5917
6067
|
},
|
|
5918
6068
|
"group": [
|
|
@@ -5927,8 +6077,8 @@
|
|
|
5927
6077
|
{
|
|
5928
6078
|
"description": "The text color of the selected cells in the Calendar.\n",
|
|
5929
6079
|
"commentRange": {
|
|
5930
|
-
"start":
|
|
5931
|
-
"end":
|
|
6080
|
+
"start": 205,
|
|
6081
|
+
"end": 206
|
|
5932
6082
|
},
|
|
5933
6083
|
"context": {
|
|
5934
6084
|
"type": "variable",
|
|
@@ -5936,8 +6086,8 @@
|
|
|
5936
6086
|
"value": "$kendo-selected-text",
|
|
5937
6087
|
"scope": "default",
|
|
5938
6088
|
"line": {
|
|
5939
|
-
"start":
|
|
5940
|
-
"end":
|
|
6089
|
+
"start": 207,
|
|
6090
|
+
"end": 207
|
|
5941
6091
|
}
|
|
5942
6092
|
},
|
|
5943
6093
|
"group": [
|
|
@@ -5952,8 +6102,8 @@
|
|
|
5952
6102
|
{
|
|
5953
6103
|
"description": "The border color of the selected cells in the Calendar.\n",
|
|
5954
6104
|
"commentRange": {
|
|
5955
|
-
"start":
|
|
5956
|
-
"end":
|
|
6105
|
+
"start": 208,
|
|
6106
|
+
"end": 209
|
|
5957
6107
|
},
|
|
5958
6108
|
"context": {
|
|
5959
6109
|
"type": "variable",
|
|
@@ -5961,8 +6111,8 @@
|
|
|
5961
6111
|
"value": "$kendo-selected-border",
|
|
5962
6112
|
"scope": "default",
|
|
5963
6113
|
"line": {
|
|
5964
|
-
"start":
|
|
5965
|
-
"end":
|
|
6114
|
+
"start": 210,
|
|
6115
|
+
"end": 210
|
|
5966
6116
|
}
|
|
5967
6117
|
},
|
|
5968
6118
|
"group": [
|
|
@@ -5977,8 +6127,8 @@
|
|
|
5977
6127
|
{
|
|
5978
6128
|
"description": "The gradient of the selected cells in the Calendar.\n",
|
|
5979
6129
|
"commentRange": {
|
|
5980
|
-
"start":
|
|
5981
|
-
"end":
|
|
6130
|
+
"start": 211,
|
|
6131
|
+
"end": 212
|
|
5982
6132
|
},
|
|
5983
6133
|
"context": {
|
|
5984
6134
|
"type": "variable",
|
|
@@ -5986,8 +6136,8 @@
|
|
|
5986
6136
|
"value": "null",
|
|
5987
6137
|
"scope": "default",
|
|
5988
6138
|
"line": {
|
|
5989
|
-
"start":
|
|
5990
|
-
"end":
|
|
6139
|
+
"start": 213,
|
|
6140
|
+
"end": 213
|
|
5991
6141
|
}
|
|
5992
6142
|
},
|
|
5993
6143
|
"group": [
|
|
@@ -6002,8 +6152,8 @@
|
|
|
6002
6152
|
{
|
|
6003
6153
|
"description": "The background color of the selected and hovered cells in the Calendar.\n",
|
|
6004
6154
|
"commentRange": {
|
|
6005
|
-
"start":
|
|
6006
|
-
"end":
|
|
6155
|
+
"start": 215,
|
|
6156
|
+
"end": 216
|
|
6007
6157
|
},
|
|
6008
6158
|
"context": {
|
|
6009
6159
|
"type": "variable",
|
|
@@ -6011,8 +6161,8 @@
|
|
|
6011
6161
|
"value": "$kendo-selected-hover-bg",
|
|
6012
6162
|
"scope": "default",
|
|
6013
6163
|
"line": {
|
|
6014
|
-
"start":
|
|
6015
|
-
"end":
|
|
6164
|
+
"start": 217,
|
|
6165
|
+
"end": 217
|
|
6016
6166
|
}
|
|
6017
6167
|
},
|
|
6018
6168
|
"group": [
|
|
@@ -6027,8 +6177,8 @@
|
|
|
6027
6177
|
{
|
|
6028
6178
|
"description": "The text color of the selected and hovered cells in the Calendar.\n",
|
|
6029
6179
|
"commentRange": {
|
|
6030
|
-
"start":
|
|
6031
|
-
"end":
|
|
6180
|
+
"start": 218,
|
|
6181
|
+
"end": 219
|
|
6032
6182
|
},
|
|
6033
6183
|
"context": {
|
|
6034
6184
|
"type": "variable",
|
|
@@ -6036,8 +6186,8 @@
|
|
|
6036
6186
|
"value": "$kendo-selected-hover-text",
|
|
6037
6187
|
"scope": "default",
|
|
6038
6188
|
"line": {
|
|
6039
|
-
"start":
|
|
6040
|
-
"end":
|
|
6189
|
+
"start": 220,
|
|
6190
|
+
"end": 220
|
|
6041
6191
|
}
|
|
6042
6192
|
},
|
|
6043
6193
|
"group": [
|
|
@@ -6052,8 +6202,8 @@
|
|
|
6052
6202
|
{
|
|
6053
6203
|
"description": "The border color of the selected and hovered cells in the Calendar.\n",
|
|
6054
6204
|
"commentRange": {
|
|
6055
|
-
"start":
|
|
6056
|
-
"end":
|
|
6205
|
+
"start": 221,
|
|
6206
|
+
"end": 222
|
|
6057
6207
|
},
|
|
6058
6208
|
"context": {
|
|
6059
6209
|
"type": "variable",
|
|
@@ -6061,8 +6211,8 @@
|
|
|
6061
6211
|
"value": "null",
|
|
6062
6212
|
"scope": "default",
|
|
6063
6213
|
"line": {
|
|
6064
|
-
"start":
|
|
6065
|
-
"end":
|
|
6214
|
+
"start": 223,
|
|
6215
|
+
"end": 223
|
|
6066
6216
|
}
|
|
6067
6217
|
},
|
|
6068
6218
|
"group": [
|
|
@@ -6077,8 +6227,8 @@
|
|
|
6077
6227
|
{
|
|
6078
6228
|
"description": "The gradient of the selected and hovered cells in the Calendar.\n",
|
|
6079
6229
|
"commentRange": {
|
|
6080
|
-
"start":
|
|
6081
|
-
"end":
|
|
6230
|
+
"start": 224,
|
|
6231
|
+
"end": 225
|
|
6082
6232
|
},
|
|
6083
6233
|
"context": {
|
|
6084
6234
|
"type": "variable",
|
|
@@ -6086,8 +6236,8 @@
|
|
|
6086
6236
|
"value": "null",
|
|
6087
6237
|
"scope": "default",
|
|
6088
6238
|
"line": {
|
|
6089
|
-
"start":
|
|
6090
|
-
"end":
|
|
6239
|
+
"start": 226,
|
|
6240
|
+
"end": 226
|
|
6091
6241
|
}
|
|
6092
6242
|
},
|
|
6093
6243
|
"group": [
|
|
@@ -6102,8 +6252,8 @@
|
|
|
6102
6252
|
{
|
|
6103
6253
|
"description": "The shadow of the focused cells in the Calendar.\n",
|
|
6104
6254
|
"commentRange": {
|
|
6105
|
-
"start":
|
|
6106
|
-
"end":
|
|
6255
|
+
"start": 228,
|
|
6256
|
+
"end": 229
|
|
6107
6257
|
},
|
|
6108
6258
|
"context": {
|
|
6109
6259
|
"type": "variable",
|
|
@@ -6111,8 +6261,8 @@
|
|
|
6111
6261
|
"value": "inset 0 0 0 2px rgba( $kendo-color-black, .08 )",
|
|
6112
6262
|
"scope": "default",
|
|
6113
6263
|
"line": {
|
|
6114
|
-
"start":
|
|
6115
|
-
"end":
|
|
6264
|
+
"start": 230,
|
|
6265
|
+
"end": 230
|
|
6116
6266
|
}
|
|
6117
6267
|
},
|
|
6118
6268
|
"group": [
|
|
@@ -6127,8 +6277,8 @@
|
|
|
6127
6277
|
{
|
|
6128
6278
|
"description": "The shadow of the selected and focused cells in the Calendar.\n",
|
|
6129
6279
|
"commentRange": {
|
|
6130
|
-
"start":
|
|
6131
|
-
"end":
|
|
6280
|
+
"start": 231,
|
|
6281
|
+
"end": 232
|
|
6132
6282
|
},
|
|
6133
6283
|
"context": {
|
|
6134
6284
|
"type": "variable",
|
|
@@ -6136,8 +6286,8 @@
|
|
|
6136
6286
|
"value": "$kendo-calendar-cell-focus-shadow",
|
|
6137
6287
|
"scope": "default",
|
|
6138
6288
|
"line": {
|
|
6139
|
-
"start":
|
|
6140
|
-
"end":
|
|
6289
|
+
"start": 233,
|
|
6290
|
+
"end": 233
|
|
6141
6291
|
}
|
|
6142
6292
|
},
|
|
6143
6293
|
"group": [
|
|
@@ -6152,8 +6302,8 @@
|
|
|
6152
6302
|
{
|
|
6153
6303
|
"description": "The width of the Calendar navigation.\n",
|
|
6154
6304
|
"commentRange": {
|
|
6155
|
-
"start":
|
|
6156
|
-
"end":
|
|
6305
|
+
"start": 236,
|
|
6306
|
+
"end": 237
|
|
6157
6307
|
},
|
|
6158
6308
|
"context": {
|
|
6159
6309
|
"type": "variable",
|
|
@@ -6161,8 +6311,8 @@
|
|
|
6161
6311
|
"value": "5em",
|
|
6162
6312
|
"scope": "default",
|
|
6163
6313
|
"line": {
|
|
6164
|
-
"start":
|
|
6165
|
-
"end":
|
|
6314
|
+
"start": 238,
|
|
6315
|
+
"end": 238
|
|
6166
6316
|
}
|
|
6167
6317
|
},
|
|
6168
6318
|
"group": [
|
|
@@ -6177,8 +6327,8 @@
|
|
|
6177
6327
|
{
|
|
6178
6328
|
"description": "The height of the items in the Calendar navigation.\n",
|
|
6179
6329
|
"commentRange": {
|
|
6180
|
-
"start":
|
|
6181
|
-
"end":
|
|
6330
|
+
"start": 239,
|
|
6331
|
+
"end": 240
|
|
6182
6332
|
},
|
|
6183
6333
|
"context": {
|
|
6184
6334
|
"type": "variable",
|
|
@@ -6186,8 +6336,8 @@
|
|
|
6186
6336
|
"value": "2em",
|
|
6187
6337
|
"scope": "default",
|
|
6188
6338
|
"line": {
|
|
6189
|
-
"start":
|
|
6190
|
-
"end":
|
|
6339
|
+
"start": 241,
|
|
6340
|
+
"end": 241
|
|
6191
6341
|
}
|
|
6192
6342
|
},
|
|
6193
6343
|
"group": [
|
|
@@ -6202,8 +6352,8 @@
|
|
|
6202
6352
|
{
|
|
6203
6353
|
"description": "The background color of the Calendar navigation.\n",
|
|
6204
6354
|
"commentRange": {
|
|
6205
|
-
"start":
|
|
6206
|
-
"end":
|
|
6355
|
+
"start": 243,
|
|
6356
|
+
"end": 244
|
|
6207
6357
|
},
|
|
6208
6358
|
"context": {
|
|
6209
6359
|
"type": "variable",
|
|
@@ -6211,8 +6361,8 @@
|
|
|
6211
6361
|
"value": "$kendo-calendar-header-bg",
|
|
6212
6362
|
"scope": "default",
|
|
6213
6363
|
"line": {
|
|
6214
|
-
"start":
|
|
6215
|
-
"end":
|
|
6364
|
+
"start": 245,
|
|
6365
|
+
"end": 245
|
|
6216
6366
|
}
|
|
6217
6367
|
},
|
|
6218
6368
|
"group": [
|
|
@@ -6227,8 +6377,8 @@
|
|
|
6227
6377
|
{
|
|
6228
6378
|
"description": "The text color of the Calendar navigation.\n",
|
|
6229
6379
|
"commentRange": {
|
|
6230
|
-
"start":
|
|
6231
|
-
"end":
|
|
6380
|
+
"start": 246,
|
|
6381
|
+
"end": 247
|
|
6232
6382
|
},
|
|
6233
6383
|
"context": {
|
|
6234
6384
|
"type": "variable",
|
|
@@ -6236,8 +6386,8 @@
|
|
|
6236
6386
|
"value": "$kendo-calendar-header-text",
|
|
6237
6387
|
"scope": "default",
|
|
6238
6388
|
"line": {
|
|
6239
|
-
"start":
|
|
6240
|
-
"end":
|
|
6389
|
+
"start": 248,
|
|
6390
|
+
"end": 248
|
|
6241
6391
|
}
|
|
6242
6392
|
},
|
|
6243
6393
|
"group": [
|
|
@@ -6252,8 +6402,8 @@
|
|
|
6252
6402
|
{
|
|
6253
6403
|
"description": "The border color of the Calendar navigation.\n",
|
|
6254
6404
|
"commentRange": {
|
|
6255
|
-
"start":
|
|
6256
|
-
"end":
|
|
6405
|
+
"start": 249,
|
|
6406
|
+
"end": 250
|
|
6257
6407
|
},
|
|
6258
6408
|
"context": {
|
|
6259
6409
|
"type": "variable",
|
|
@@ -6261,8 +6411,8 @@
|
|
|
6261
6411
|
"value": "$kendo-calendar-header-border",
|
|
6262
6412
|
"scope": "default",
|
|
6263
6413
|
"line": {
|
|
6264
|
-
"start":
|
|
6265
|
-
"end":
|
|
6414
|
+
"start": 251,
|
|
6415
|
+
"end": 251
|
|
6266
6416
|
}
|
|
6267
6417
|
},
|
|
6268
6418
|
"group": [
|
|
@@ -6277,8 +6427,8 @@
|
|
|
6277
6427
|
{
|
|
6278
6428
|
"description": "The text color of the hovered items in the Calendar navigation.\n",
|
|
6279
6429
|
"commentRange": {
|
|
6280
|
-
"start":
|
|
6281
|
-
"end":
|
|
6430
|
+
"start": 253,
|
|
6431
|
+
"end": 254
|
|
6282
6432
|
},
|
|
6283
6433
|
"context": {
|
|
6284
6434
|
"type": "variable",
|
|
@@ -6286,8 +6436,8 @@
|
|
|
6286
6436
|
"value": "$kendo-link-hover-text",
|
|
6287
6437
|
"scope": "default",
|
|
6288
6438
|
"line": {
|
|
6289
|
-
"start":
|
|
6290
|
-
"end":
|
|
6439
|
+
"start": 255,
|
|
6440
|
+
"end": 255
|
|
6291
6441
|
}
|
|
6292
6442
|
},
|
|
6293
6443
|
"group": [
|
|
@@ -6302,8 +6452,8 @@
|
|
|
6302
6452
|
{
|
|
6303
6453
|
"description": "The horizontal padding of the header in the Infinite Calendar.\n",
|
|
6304
6454
|
"commentRange": {
|
|
6305
|
-
"start":
|
|
6306
|
-
"end":
|
|
6455
|
+
"start": 257,
|
|
6456
|
+
"end": 258
|
|
6307
6457
|
},
|
|
6308
6458
|
"context": {
|
|
6309
6459
|
"type": "variable",
|
|
@@ -6311,8 +6461,8 @@
|
|
|
6311
6461
|
"value": "k-spacing(4)",
|
|
6312
6462
|
"scope": "default",
|
|
6313
6463
|
"line": {
|
|
6314
|
-
"start":
|
|
6315
|
-
"end":
|
|
6464
|
+
"start": 259,
|
|
6465
|
+
"end": 259
|
|
6316
6466
|
}
|
|
6317
6467
|
},
|
|
6318
6468
|
"group": [
|
|
@@ -6327,8 +6477,8 @@
|
|
|
6327
6477
|
{
|
|
6328
6478
|
"description": "The vertical padding of the header in the Infinite Calendar.\n",
|
|
6329
6479
|
"commentRange": {
|
|
6330
|
-
"start":
|
|
6331
|
-
"end":
|
|
6480
|
+
"start": 260,
|
|
6481
|
+
"end": 261
|
|
6332
6482
|
},
|
|
6333
6483
|
"context": {
|
|
6334
6484
|
"type": "variable",
|
|
@@ -6336,8 +6486,8 @@
|
|
|
6336
6486
|
"value": "k-spacing(2)",
|
|
6337
6487
|
"scope": "default",
|
|
6338
6488
|
"line": {
|
|
6339
|
-
"start":
|
|
6340
|
-
"end":
|
|
6489
|
+
"start": 262,
|
|
6490
|
+
"end": 262
|
|
6341
6491
|
}
|
|
6342
6492
|
},
|
|
6343
6493
|
"group": [
|
|
@@ -6352,8 +6502,8 @@
|
|
|
6352
6502
|
{
|
|
6353
6503
|
"description": "The horizontal padding of the Calendar view in the Infinite Calendar.\n",
|
|
6354
6504
|
"commentRange": {
|
|
6355
|
-
"start":
|
|
6356
|
-
"end":
|
|
6505
|
+
"start": 264,
|
|
6506
|
+
"end": 265
|
|
6357
6507
|
},
|
|
6358
6508
|
"context": {
|
|
6359
6509
|
"type": "variable",
|
|
@@ -6361,8 +6511,8 @@
|
|
|
6361
6511
|
"value": "k-spacing(4)",
|
|
6362
6512
|
"scope": "default",
|
|
6363
6513
|
"line": {
|
|
6364
|
-
"start":
|
|
6365
|
-
"end":
|
|
6514
|
+
"start": 266,
|
|
6515
|
+
"end": 266
|
|
6366
6516
|
}
|
|
6367
6517
|
},
|
|
6368
6518
|
"group": [
|
|
@@ -6377,8 +6527,8 @@
|
|
|
6377
6527
|
{
|
|
6378
6528
|
"description": "The vertical padding of the Calendar view in the Infinite Calendar.\n",
|
|
6379
6529
|
"commentRange": {
|
|
6380
|
-
"start":
|
|
6381
|
-
"end":
|
|
6530
|
+
"start": 267,
|
|
6531
|
+
"end": 268
|
|
6382
6532
|
},
|
|
6383
6533
|
"context": {
|
|
6384
6534
|
"type": "variable",
|
|
@@ -6386,8 +6536,8 @@
|
|
|
6386
6536
|
"value": "k-spacing(0)",
|
|
6387
6537
|
"scope": "default",
|
|
6388
6538
|
"line": {
|
|
6389
|
-
"start":
|
|
6390
|
-
"end":
|
|
6539
|
+
"start": 269,
|
|
6540
|
+
"end": 269
|
|
6391
6541
|
}
|
|
6392
6542
|
},
|
|
6393
6543
|
"group": [
|
|
@@ -6402,8 +6552,8 @@
|
|
|
6402
6552
|
{
|
|
6403
6553
|
"description": "The height of the Calendar view in the Infinite Calendar.\n",
|
|
6404
6554
|
"commentRange": {
|
|
6405
|
-
"start":
|
|
6406
|
-
"end":
|
|
6555
|
+
"start": 271,
|
|
6556
|
+
"end": 272
|
|
6407
6557
|
},
|
|
6408
6558
|
"context": {
|
|
6409
6559
|
"type": "variable",
|
|
@@ -6411,8 +6561,8 @@
|
|
|
6411
6561
|
"value": "( $kendo-calendar-cell-size * 9 )",
|
|
6412
6562
|
"scope": "default",
|
|
6413
6563
|
"line": {
|
|
6414
|
-
"start":
|
|
6415
|
-
"end":
|
|
6564
|
+
"start": 273,
|
|
6565
|
+
"end": 273
|
|
6416
6566
|
}
|
|
6417
6567
|
},
|
|
6418
6568
|
"group": [
|
|
@@ -6427,8 +6577,8 @@
|
|
|
6427
6577
|
{
|
|
6428
6578
|
"description": "The border radius of the range cells in the Multiview Calendar.\n",
|
|
6429
6579
|
"commentRange": {
|
|
6430
|
-
"start":
|
|
6431
|
-
"end":
|
|
6580
|
+
"start": 278,
|
|
6581
|
+
"end": 279
|
|
6432
6582
|
},
|
|
6433
6583
|
"context": {
|
|
6434
6584
|
"type": "variable",
|
|
@@ -6436,8 +6586,8 @@
|
|
|
6436
6586
|
"value": "k-border-radius(lg)",
|
|
6437
6587
|
"scope": "default",
|
|
6438
6588
|
"line": {
|
|
6439
|
-
"start":
|
|
6440
|
-
"end":
|
|
6589
|
+
"start": 280,
|
|
6590
|
+
"end": 280
|
|
6441
6591
|
}
|
|
6442
6592
|
},
|
|
6443
6593
|
"group": [
|
|
@@ -6452,8 +6602,8 @@
|
|
|
6452
6602
|
{
|
|
6453
6603
|
"description": "The font size of the small Calendar.\n",
|
|
6454
6604
|
"commentRange": {
|
|
6455
|
-
"start":
|
|
6456
|
-
"end":
|
|
6605
|
+
"start": 284,
|
|
6606
|
+
"end": 285
|
|
6457
6607
|
},
|
|
6458
6608
|
"context": {
|
|
6459
6609
|
"type": "variable",
|
|
@@ -6461,8 +6611,8 @@
|
|
|
6461
6611
|
"value": "var( --kendo-font-size, inherit )",
|
|
6462
6612
|
"scope": "default",
|
|
6463
6613
|
"line": {
|
|
6464
|
-
"start":
|
|
6465
|
-
"end":
|
|
6614
|
+
"start": 286,
|
|
6615
|
+
"end": 286
|
|
6466
6616
|
}
|
|
6467
6617
|
},
|
|
6468
6618
|
"group": [
|
|
@@ -6477,8 +6627,8 @@
|
|
|
6477
6627
|
{
|
|
6478
6628
|
"description": "The line height of the small Calendar.\n",
|
|
6479
6629
|
"commentRange": {
|
|
6480
|
-
"start":
|
|
6481
|
-
"end":
|
|
6630
|
+
"start": 287,
|
|
6631
|
+
"end": 288
|
|
6482
6632
|
},
|
|
6483
6633
|
"context": {
|
|
6484
6634
|
"type": "variable",
|
|
@@ -6486,8 +6636,8 @@
|
|
|
6486
6636
|
"value": "var( --kendo-line-height, normal )",
|
|
6487
6637
|
"scope": "default",
|
|
6488
6638
|
"line": {
|
|
6489
|
-
"start":
|
|
6490
|
-
"end":
|
|
6639
|
+
"start": 289,
|
|
6640
|
+
"end": 289
|
|
6491
6641
|
}
|
|
6492
6642
|
},
|
|
6493
6643
|
"group": [
|
|
@@ -6502,8 +6652,8 @@
|
|
|
6502
6652
|
{
|
|
6503
6653
|
"description": "The size of the cells in the small Calendar.\n",
|
|
6504
6654
|
"commentRange": {
|
|
6505
|
-
"start":
|
|
6506
|
-
"end":
|
|
6655
|
+
"start": 290,
|
|
6656
|
+
"end": 291
|
|
6507
6657
|
},
|
|
6508
6658
|
"context": {
|
|
6509
6659
|
"type": "variable",
|
|
@@ -6511,8 +6661,8 @@
|
|
|
6511
6661
|
"value": "28px",
|
|
6512
6662
|
"scope": "default",
|
|
6513
6663
|
"line": {
|
|
6514
|
-
"start":
|
|
6515
|
-
"end":
|
|
6664
|
+
"start": 292,
|
|
6665
|
+
"end": 292
|
|
6516
6666
|
}
|
|
6517
6667
|
},
|
|
6518
6668
|
"group": [
|
|
@@ -6527,8 +6677,8 @@
|
|
|
6527
6677
|
{
|
|
6528
6678
|
"description": "The horizontal padding of the cells in the small Calendar.\n",
|
|
6529
6679
|
"commentRange": {
|
|
6530
|
-
"start":
|
|
6531
|
-
"end":
|
|
6680
|
+
"start": 293,
|
|
6681
|
+
"end": 294
|
|
6532
6682
|
},
|
|
6533
6683
|
"context": {
|
|
6534
6684
|
"type": "variable",
|
|
@@ -6536,8 +6686,8 @@
|
|
|
6536
6686
|
"value": "k-spacing(0.5)",
|
|
6537
6687
|
"scope": "default",
|
|
6538
6688
|
"line": {
|
|
6539
|
-
"start":
|
|
6540
|
-
"end":
|
|
6689
|
+
"start": 295,
|
|
6690
|
+
"end": 295
|
|
6541
6691
|
}
|
|
6542
6692
|
},
|
|
6543
6693
|
"group": [
|
|
@@ -6552,8 +6702,8 @@
|
|
|
6552
6702
|
{
|
|
6553
6703
|
"description": "The vertical padding of the cells in the small Calendar.\n",
|
|
6554
6704
|
"commentRange": {
|
|
6555
|
-
"start":
|
|
6556
|
-
"end":
|
|
6705
|
+
"start": 296,
|
|
6706
|
+
"end": 297
|
|
6557
6707
|
},
|
|
6558
6708
|
"context": {
|
|
6559
6709
|
"type": "variable",
|
|
@@ -6561,8 +6711,8 @@
|
|
|
6561
6711
|
"value": "k-spacing(0.5)",
|
|
6562
6712
|
"scope": "default",
|
|
6563
6713
|
"line": {
|
|
6564
|
-
"start":
|
|
6565
|
-
"end":
|
|
6714
|
+
"start": 298,
|
|
6715
|
+
"end": 298
|
|
6566
6716
|
}
|
|
6567
6717
|
},
|
|
6568
6718
|
"group": [
|
|
@@ -6577,8 +6727,8 @@
|
|
|
6577
6727
|
{
|
|
6578
6728
|
"description": "The font size of the medium Calendar.\n",
|
|
6579
6729
|
"commentRange": {
|
|
6580
|
-
"start":
|
|
6581
|
-
"end":
|
|
6730
|
+
"start": 300,
|
|
6731
|
+
"end": 301
|
|
6582
6732
|
},
|
|
6583
6733
|
"context": {
|
|
6584
6734
|
"type": "variable",
|
|
@@ -6586,8 +6736,8 @@
|
|
|
6586
6736
|
"value": "var( --kendo-font-size, inherit )",
|
|
6587
6737
|
"scope": "default",
|
|
6588
6738
|
"line": {
|
|
6589
|
-
"start":
|
|
6590
|
-
"end":
|
|
6739
|
+
"start": 302,
|
|
6740
|
+
"end": 302
|
|
6591
6741
|
}
|
|
6592
6742
|
},
|
|
6593
6743
|
"group": [
|
|
@@ -6602,8 +6752,8 @@
|
|
|
6602
6752
|
{
|
|
6603
6753
|
"description": "The line height of the medium Calendar.\n",
|
|
6604
6754
|
"commentRange": {
|
|
6605
|
-
"start":
|
|
6606
|
-
"end":
|
|
6755
|
+
"start": 303,
|
|
6756
|
+
"end": 304
|
|
6607
6757
|
},
|
|
6608
6758
|
"context": {
|
|
6609
6759
|
"type": "variable",
|
|
@@ -6611,8 +6761,8 @@
|
|
|
6611
6761
|
"value": "var( --kendo-line-height, normal )",
|
|
6612
6762
|
"scope": "default",
|
|
6613
6763
|
"line": {
|
|
6614
|
-
"start":
|
|
6615
|
-
"end":
|
|
6764
|
+
"start": 305,
|
|
6765
|
+
"end": 305
|
|
6616
6766
|
}
|
|
6617
6767
|
},
|
|
6618
6768
|
"group": [
|
|
@@ -6627,8 +6777,8 @@
|
|
|
6627
6777
|
{
|
|
6628
6778
|
"description": "The size of the cells in the medium Calendar.\n",
|
|
6629
6779
|
"commentRange": {
|
|
6630
|
-
"start":
|
|
6631
|
-
"end":
|
|
6780
|
+
"start": 306,
|
|
6781
|
+
"end": 307
|
|
6632
6782
|
},
|
|
6633
6783
|
"context": {
|
|
6634
6784
|
"type": "variable",
|
|
@@ -6636,8 +6786,8 @@
|
|
|
6636
6786
|
"value": "32px",
|
|
6637
6787
|
"scope": "default",
|
|
6638
6788
|
"line": {
|
|
6639
|
-
"start":
|
|
6640
|
-
"end":
|
|
6789
|
+
"start": 308,
|
|
6790
|
+
"end": 308
|
|
6641
6791
|
}
|
|
6642
6792
|
},
|
|
6643
6793
|
"group": [
|
|
@@ -6652,8 +6802,8 @@
|
|
|
6652
6802
|
{
|
|
6653
6803
|
"description": "The horizontal padding of the cells in the medium Calendar.\n",
|
|
6654
6804
|
"commentRange": {
|
|
6655
|
-
"start":
|
|
6656
|
-
"end":
|
|
6805
|
+
"start": 309,
|
|
6806
|
+
"end": 310
|
|
6657
6807
|
},
|
|
6658
6808
|
"context": {
|
|
6659
6809
|
"type": "variable",
|
|
@@ -6661,8 +6811,8 @@
|
|
|
6661
6811
|
"value": "k-spacing(1)",
|
|
6662
6812
|
"scope": "default",
|
|
6663
6813
|
"line": {
|
|
6664
|
-
"start":
|
|
6665
|
-
"end":
|
|
6814
|
+
"start": 311,
|
|
6815
|
+
"end": 311
|
|
6666
6816
|
}
|
|
6667
6817
|
},
|
|
6668
6818
|
"group": [
|
|
@@ -6677,8 +6827,8 @@
|
|
|
6677
6827
|
{
|
|
6678
6828
|
"description": "The vertical padding of the cells in the medium Calendar.\n",
|
|
6679
6829
|
"commentRange": {
|
|
6680
|
-
"start":
|
|
6681
|
-
"end":
|
|
6830
|
+
"start": 312,
|
|
6831
|
+
"end": 313
|
|
6682
6832
|
},
|
|
6683
6833
|
"context": {
|
|
6684
6834
|
"type": "variable",
|
|
@@ -6686,8 +6836,8 @@
|
|
|
6686
6836
|
"value": "k-spacing(1)",
|
|
6687
6837
|
"scope": "default",
|
|
6688
6838
|
"line": {
|
|
6689
|
-
"start":
|
|
6690
|
-
"end":
|
|
6839
|
+
"start": 314,
|
|
6840
|
+
"end": 314
|
|
6691
6841
|
}
|
|
6692
6842
|
},
|
|
6693
6843
|
"group": [
|
|
@@ -6702,8 +6852,8 @@
|
|
|
6702
6852
|
{
|
|
6703
6853
|
"description": "The font size of the large Calendar.\n",
|
|
6704
6854
|
"commentRange": {
|
|
6705
|
-
"start":
|
|
6706
|
-
"end":
|
|
6855
|
+
"start": 316,
|
|
6856
|
+
"end": 317
|
|
6707
6857
|
},
|
|
6708
6858
|
"context": {
|
|
6709
6859
|
"type": "variable",
|
|
@@ -6711,8 +6861,8 @@
|
|
|
6711
6861
|
"value": "var( --kendo-font-size-lg, inherit )",
|
|
6712
6862
|
"scope": "default",
|
|
6713
6863
|
"line": {
|
|
6714
|
-
"start":
|
|
6715
|
-
"end":
|
|
6864
|
+
"start": 318,
|
|
6865
|
+
"end": 318
|
|
6716
6866
|
}
|
|
6717
6867
|
},
|
|
6718
6868
|
"group": [
|
|
@@ -6727,8 +6877,8 @@
|
|
|
6727
6877
|
{
|
|
6728
6878
|
"description": "The line height of the large Calendar.\n",
|
|
6729
6879
|
"commentRange": {
|
|
6730
|
-
"start":
|
|
6731
|
-
"end":
|
|
6880
|
+
"start": 319,
|
|
6881
|
+
"end": 320
|
|
6732
6882
|
},
|
|
6733
6883
|
"context": {
|
|
6734
6884
|
"type": "variable",
|
|
@@ -6736,8 +6886,8 @@
|
|
|
6736
6886
|
"value": "var( --kendo-line-height-lg, normal )",
|
|
6737
6887
|
"scope": "default",
|
|
6738
6888
|
"line": {
|
|
6739
|
-
"start":
|
|
6740
|
-
"end":
|
|
6889
|
+
"start": 321,
|
|
6890
|
+
"end": 321
|
|
6741
6891
|
}
|
|
6742
6892
|
},
|
|
6743
6893
|
"group": [
|
|
@@ -6752,8 +6902,8 @@
|
|
|
6752
6902
|
{
|
|
6753
6903
|
"description": "The size of the cells in the large Calendar.\n",
|
|
6754
6904
|
"commentRange": {
|
|
6755
|
-
"start":
|
|
6756
|
-
"end":
|
|
6905
|
+
"start": 322,
|
|
6906
|
+
"end": 323
|
|
6757
6907
|
},
|
|
6758
6908
|
"context": {
|
|
6759
6909
|
"type": "variable",
|
|
@@ -6761,8 +6911,8 @@
|
|
|
6761
6911
|
"value": "40px",
|
|
6762
6912
|
"scope": "default",
|
|
6763
6913
|
"line": {
|
|
6764
|
-
"start":
|
|
6765
|
-
"end":
|
|
6914
|
+
"start": 324,
|
|
6915
|
+
"end": 324
|
|
6766
6916
|
}
|
|
6767
6917
|
},
|
|
6768
6918
|
"group": [
|
|
@@ -6777,8 +6927,8 @@
|
|
|
6777
6927
|
{
|
|
6778
6928
|
"description": "The horizontal padding of the cells in the large Calendar.\n",
|
|
6779
6929
|
"commentRange": {
|
|
6780
|
-
"start":
|
|
6781
|
-
"end":
|
|
6930
|
+
"start": 325,
|
|
6931
|
+
"end": 326
|
|
6782
6932
|
},
|
|
6783
6933
|
"context": {
|
|
6784
6934
|
"type": "variable",
|
|
@@ -6786,8 +6936,8 @@
|
|
|
6786
6936
|
"value": "k-spacing(2)",
|
|
6787
6937
|
"scope": "default",
|
|
6788
6938
|
"line": {
|
|
6789
|
-
"start":
|
|
6790
|
-
"end":
|
|
6939
|
+
"start": 327,
|
|
6940
|
+
"end": 327
|
|
6791
6941
|
}
|
|
6792
6942
|
},
|
|
6793
6943
|
"group": [
|
|
@@ -6802,8 +6952,8 @@
|
|
|
6802
6952
|
{
|
|
6803
6953
|
"description": "The vertical padding of the cells in the large Calendar.\n",
|
|
6804
6954
|
"commentRange": {
|
|
6805
|
-
"start":
|
|
6806
|
-
"end":
|
|
6955
|
+
"start": 328,
|
|
6956
|
+
"end": 329
|
|
6807
6957
|
},
|
|
6808
6958
|
"context": {
|
|
6809
6959
|
"type": "variable",
|
|
@@ -6811,8 +6961,8 @@
|
|
|
6811
6961
|
"value": "k-spacing(2)",
|
|
6812
6962
|
"scope": "default",
|
|
6813
6963
|
"line": {
|
|
6814
|
-
"start":
|
|
6815
|
-
"end":
|
|
6964
|
+
"start": 330,
|
|
6965
|
+
"end": 330
|
|
6816
6966
|
}
|
|
6817
6967
|
},
|
|
6818
6968
|
"group": [
|
|
@@ -6827,8 +6977,8 @@
|
|
|
6827
6977
|
{
|
|
6828
6978
|
"description": "The sizes Map of the Calendar.\n",
|
|
6829
6979
|
"commentRange": {
|
|
6830
|
-
"start":
|
|
6831
|
-
"end":
|
|
6980
|
+
"start": 332,
|
|
6981
|
+
"end": 333
|
|
6832
6982
|
},
|
|
6833
6983
|
"context": {
|
|
6834
6984
|
"type": "variable",
|
|
@@ -6836,8 +6986,8 @@
|
|
|
6836
6986
|
"value": "(\n sm: (\n font-size: $kendo-calendar-sm-font-size,\n line-height: $kendo-calendar-sm-line-height,\n cell-size: $kendo-calendar-sm-cell-size,\n cell-padding-x: $kendo-calendar-sm-cell-padding-y,\n cell-padding-y: $kendo-calendar-sm-cell-padding-x\n ),\n md: (\n font-size: $kendo-calendar-md-font-size,\n line-height: $kendo-calendar-md-line-height,\n cell-size: $kendo-calendar-md-cell-size,\n cell-padding-x: $kendo-calendar-md-cell-padding-y,\n cell-padding-y: $kendo-calendar-md-cell-padding-x\n ),\n lg: (\n font-size: $kendo-calendar-lg-font-size,\n line-height: $kendo-calendar-lg-line-height,\n cell-size: $kendo-calendar-lg-cell-size,\n cell-padding-x: $kendo-calendar-lg-cell-padding-y,\n cell-padding-y: $kendo-calendar-lg-cell-padding-x\n )\n)",
|
|
6837
6987
|
"scope": "default",
|
|
6838
6988
|
"line": {
|
|
6839
|
-
"start":
|
|
6840
|
-
"end":
|
|
6989
|
+
"start": 334,
|
|
6990
|
+
"end": 356
|
|
6841
6991
|
}
|
|
6842
6992
|
},
|
|
6843
6993
|
"group": [
|
|
@@ -12258,7 +12408,7 @@
|
|
|
12258
12408
|
"context": {
|
|
12259
12409
|
"type": "variable",
|
|
12260
12410
|
"name": "kendo-chip-outline-text",
|
|
12261
|
-
"value": "$kendo-chip-solid-text",
|
|
12411
|
+
"value": "if($kendo-enable-color-system, k-color( base-on-surface ), $kendo-chip-solid-text)",
|
|
12262
12412
|
"scope": "default",
|
|
12263
12413
|
"line": {
|
|
12264
12414
|
"start": 149,
|
|
@@ -16619,62 +16769,162 @@
|
|
|
16619
16769
|
},
|
|
16620
16770
|
"context": {
|
|
16621
16771
|
"type": "variable",
|
|
16622
|
-
"name": "kendo-dock-manager-dock-preview-bg",
|
|
16623
|
-
"value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 16%, transparent), rgba( $kendo-color-primary, .16 ))",
|
|
16772
|
+
"name": "kendo-dock-manager-dock-preview-bg",
|
|
16773
|
+
"value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 16%, transparent), rgba( $kendo-color-primary, .16 ))",
|
|
16774
|
+
"scope": "default",
|
|
16775
|
+
"line": {
|
|
16776
|
+
"start": 110,
|
|
16777
|
+
"end": 110
|
|
16778
|
+
}
|
|
16779
|
+
},
|
|
16780
|
+
"group": [
|
|
16781
|
+
"dock-manager"
|
|
16782
|
+
],
|
|
16783
|
+
"access": "public",
|
|
16784
|
+
"file": {
|
|
16785
|
+
"path": "dock-manager/_variables.scss",
|
|
16786
|
+
"name": "_variables.scss"
|
|
16787
|
+
}
|
|
16788
|
+
},
|
|
16789
|
+
{
|
|
16790
|
+
"description": "The border color of the dropping area in the DockManager component.\n",
|
|
16791
|
+
"commentRange": {
|
|
16792
|
+
"start": 111,
|
|
16793
|
+
"end": 112
|
|
16794
|
+
},
|
|
16795
|
+
"context": {
|
|
16796
|
+
"type": "variable",
|
|
16797
|
+
"name": "kendo-dock-manager-dock-preview-border",
|
|
16798
|
+
"value": "$kendo-color-primary",
|
|
16799
|
+
"scope": "default",
|
|
16800
|
+
"line": {
|
|
16801
|
+
"start": 113,
|
|
16802
|
+
"end": 113
|
|
16803
|
+
}
|
|
16804
|
+
},
|
|
16805
|
+
"group": [
|
|
16806
|
+
"dock-manager"
|
|
16807
|
+
],
|
|
16808
|
+
"access": "public",
|
|
16809
|
+
"file": {
|
|
16810
|
+
"path": "dock-manager/_variables.scss",
|
|
16811
|
+
"name": "_variables.scss"
|
|
16812
|
+
}
|
|
16813
|
+
},
|
|
16814
|
+
{
|
|
16815
|
+
"description": "The background color of the Drawer.\n",
|
|
16816
|
+
"commentRange": {
|
|
16817
|
+
"start": 3,
|
|
16818
|
+
"end": 4
|
|
16819
|
+
},
|
|
16820
|
+
"context": {
|
|
16821
|
+
"type": "variable",
|
|
16822
|
+
"name": "kendo-drawer-bg",
|
|
16823
|
+
"value": "$kendo-component-bg",
|
|
16824
|
+
"scope": "default",
|
|
16825
|
+
"line": {
|
|
16826
|
+
"start": 5,
|
|
16827
|
+
"end": 5
|
|
16828
|
+
}
|
|
16829
|
+
},
|
|
16830
|
+
"group": [
|
|
16831
|
+
"drawer"
|
|
16832
|
+
],
|
|
16833
|
+
"access": "public",
|
|
16834
|
+
"file": {
|
|
16835
|
+
"path": "drawer/_variables.scss",
|
|
16836
|
+
"name": "_variables.scss"
|
|
16837
|
+
}
|
|
16838
|
+
},
|
|
16839
|
+
{
|
|
16840
|
+
"description": "The text color of the Drawer.\n",
|
|
16841
|
+
"commentRange": {
|
|
16842
|
+
"start": 6,
|
|
16843
|
+
"end": 7
|
|
16844
|
+
},
|
|
16845
|
+
"context": {
|
|
16846
|
+
"type": "variable",
|
|
16847
|
+
"name": "kendo-drawer-text",
|
|
16848
|
+
"value": "$kendo-component-text",
|
|
16849
|
+
"scope": "default",
|
|
16850
|
+
"line": {
|
|
16851
|
+
"start": 8,
|
|
16852
|
+
"end": 8
|
|
16853
|
+
}
|
|
16854
|
+
},
|
|
16855
|
+
"group": [
|
|
16856
|
+
"drawer"
|
|
16857
|
+
],
|
|
16858
|
+
"access": "public",
|
|
16859
|
+
"file": {
|
|
16860
|
+
"path": "drawer/_variables.scss",
|
|
16861
|
+
"name": "_variables.scss"
|
|
16862
|
+
}
|
|
16863
|
+
},
|
|
16864
|
+
{
|
|
16865
|
+
"description": "The border color of the Drawer.\n",
|
|
16866
|
+
"commentRange": {
|
|
16867
|
+
"start": 9,
|
|
16868
|
+
"end": 10
|
|
16869
|
+
},
|
|
16870
|
+
"context": {
|
|
16871
|
+
"type": "variable",
|
|
16872
|
+
"name": "kendo-drawer-border",
|
|
16873
|
+
"value": "$kendo-component-border",
|
|
16624
16874
|
"scope": "default",
|
|
16625
16875
|
"line": {
|
|
16626
|
-
"start":
|
|
16627
|
-
"end":
|
|
16876
|
+
"start": 11,
|
|
16877
|
+
"end": 11
|
|
16628
16878
|
}
|
|
16629
16879
|
},
|
|
16630
16880
|
"group": [
|
|
16631
|
-
"
|
|
16881
|
+
"drawer"
|
|
16632
16882
|
],
|
|
16633
16883
|
"access": "public",
|
|
16634
16884
|
"file": {
|
|
16635
|
-
"path": "
|
|
16885
|
+
"path": "drawer/_variables.scss",
|
|
16636
16886
|
"name": "_variables.scss"
|
|
16637
16887
|
}
|
|
16638
16888
|
},
|
|
16639
16889
|
{
|
|
16640
|
-
"description": "The border
|
|
16890
|
+
"description": "The border width of the Drawer.\n",
|
|
16641
16891
|
"commentRange": {
|
|
16642
|
-
"start":
|
|
16643
|
-
"end":
|
|
16892
|
+
"start": 12,
|
|
16893
|
+
"end": 13
|
|
16644
16894
|
},
|
|
16645
16895
|
"context": {
|
|
16646
16896
|
"type": "variable",
|
|
16647
|
-
"name": "kendo-
|
|
16648
|
-
"value": "
|
|
16897
|
+
"name": "kendo-drawer-border-width",
|
|
16898
|
+
"value": "1px",
|
|
16649
16899
|
"scope": "default",
|
|
16650
16900
|
"line": {
|
|
16651
|
-
"start":
|
|
16652
|
-
"end":
|
|
16901
|
+
"start": 14,
|
|
16902
|
+
"end": 14
|
|
16653
16903
|
}
|
|
16654
16904
|
},
|
|
16655
16905
|
"group": [
|
|
16656
|
-
"
|
|
16906
|
+
"drawer"
|
|
16657
16907
|
],
|
|
16658
16908
|
"access": "public",
|
|
16659
16909
|
"file": {
|
|
16660
|
-
"path": "
|
|
16910
|
+
"path": "drawer/_variables.scss",
|
|
16661
16911
|
"name": "_variables.scss"
|
|
16662
16912
|
}
|
|
16663
16913
|
},
|
|
16664
16914
|
{
|
|
16665
|
-
"description": "The
|
|
16915
|
+
"description": "The font family of the Drawer.\n",
|
|
16666
16916
|
"commentRange": {
|
|
16667
|
-
"start":
|
|
16668
|
-
"end":
|
|
16917
|
+
"start": 16,
|
|
16918
|
+
"end": 17
|
|
16669
16919
|
},
|
|
16670
16920
|
"context": {
|
|
16671
16921
|
"type": "variable",
|
|
16672
|
-
"name": "kendo-drawer-
|
|
16673
|
-
"value": "
|
|
16922
|
+
"name": "kendo-drawer-font-family",
|
|
16923
|
+
"value": "var( --kendo-font-family, inherit )",
|
|
16674
16924
|
"scope": "default",
|
|
16675
16925
|
"line": {
|
|
16676
|
-
"start":
|
|
16677
|
-
"end":
|
|
16926
|
+
"start": 18,
|
|
16927
|
+
"end": 18
|
|
16678
16928
|
}
|
|
16679
16929
|
},
|
|
16680
16930
|
"group": [
|
|
@@ -16687,19 +16937,19 @@
|
|
|
16687
16937
|
}
|
|
16688
16938
|
},
|
|
16689
16939
|
{
|
|
16690
|
-
"description": "The
|
|
16940
|
+
"description": "The font size of the Drawer.\n",
|
|
16691
16941
|
"commentRange": {
|
|
16692
|
-
"start":
|
|
16693
|
-
"end":
|
|
16942
|
+
"start": 19,
|
|
16943
|
+
"end": 20
|
|
16694
16944
|
},
|
|
16695
16945
|
"context": {
|
|
16696
16946
|
"type": "variable",
|
|
16697
|
-
"name": "kendo-drawer-
|
|
16698
|
-
"value": "
|
|
16947
|
+
"name": "kendo-drawer-font-size",
|
|
16948
|
+
"value": "var( --kendo-font-size, inherit )",
|
|
16699
16949
|
"scope": "default",
|
|
16700
16950
|
"line": {
|
|
16701
|
-
"start":
|
|
16702
|
-
"end":
|
|
16951
|
+
"start": 21,
|
|
16952
|
+
"end": 21
|
|
16703
16953
|
}
|
|
16704
16954
|
},
|
|
16705
16955
|
"group": [
|
|
@@ -16712,19 +16962,19 @@
|
|
|
16712
16962
|
}
|
|
16713
16963
|
},
|
|
16714
16964
|
{
|
|
16715
|
-
"description": "The
|
|
16965
|
+
"description": "The line height of the Drawer.\n",
|
|
16716
16966
|
"commentRange": {
|
|
16717
|
-
"start":
|
|
16718
|
-
"end":
|
|
16967
|
+
"start": 22,
|
|
16968
|
+
"end": 23
|
|
16719
16969
|
},
|
|
16720
16970
|
"context": {
|
|
16721
16971
|
"type": "variable",
|
|
16722
|
-
"name": "kendo-drawer-
|
|
16723
|
-
"value": "
|
|
16972
|
+
"name": "kendo-drawer-line-height",
|
|
16973
|
+
"value": "var( --kendo-line-height, normal )",
|
|
16724
16974
|
"scope": "default",
|
|
16725
16975
|
"line": {
|
|
16726
|
-
"start":
|
|
16727
|
-
"end":
|
|
16976
|
+
"start": 24,
|
|
16977
|
+
"end": 24
|
|
16728
16978
|
}
|
|
16729
16979
|
},
|
|
16730
16980
|
"group": [
|
|
@@ -16737,19 +16987,19 @@
|
|
|
16737
16987
|
}
|
|
16738
16988
|
},
|
|
16739
16989
|
{
|
|
16740
|
-
"description": "The
|
|
16990
|
+
"description": "The horizontal padding of the Drawer content.\n",
|
|
16741
16991
|
"commentRange": {
|
|
16742
|
-
"start":
|
|
16743
|
-
"end":
|
|
16992
|
+
"start": 26,
|
|
16993
|
+
"end": 27
|
|
16744
16994
|
},
|
|
16745
16995
|
"context": {
|
|
16746
16996
|
"type": "variable",
|
|
16747
|
-
"name": "kendo-drawer-
|
|
16748
|
-
"value": "
|
|
16997
|
+
"name": "kendo-drawer-content-padding-x",
|
|
16998
|
+
"value": "null",
|
|
16749
16999
|
"scope": "default",
|
|
16750
17000
|
"line": {
|
|
16751
|
-
"start":
|
|
16752
|
-
"end":
|
|
17001
|
+
"start": 28,
|
|
17002
|
+
"end": 28
|
|
16753
17003
|
}
|
|
16754
17004
|
},
|
|
16755
17005
|
"group": [
|
|
@@ -16764,17 +17014,17 @@
|
|
|
16764
17014
|
{
|
|
16765
17015
|
"description": "The vertical padding of the Drawer content.\n",
|
|
16766
17016
|
"commentRange": {
|
|
16767
|
-
"start":
|
|
16768
|
-
"end":
|
|
17017
|
+
"start": 30,
|
|
17018
|
+
"end": 31
|
|
16769
17019
|
},
|
|
16770
17020
|
"context": {
|
|
16771
17021
|
"type": "variable",
|
|
16772
17022
|
"name": "kendo-drawer-content-padding-y",
|
|
16773
|
-
"value": "
|
|
17023
|
+
"value": "null",
|
|
16774
17024
|
"scope": "default",
|
|
16775
17025
|
"line": {
|
|
16776
|
-
"start":
|
|
16777
|
-
"end":
|
|
17026
|
+
"start": 32,
|
|
17027
|
+
"end": 32
|
|
16778
17028
|
}
|
|
16779
17029
|
},
|
|
16780
17030
|
"group": [
|
|
@@ -16789,8 +17039,8 @@
|
|
|
16789
17039
|
{
|
|
16790
17040
|
"description": "The width of the Drawer scrollbar.\n",
|
|
16791
17041
|
"commentRange": {
|
|
16792
|
-
"start":
|
|
16793
|
-
"end":
|
|
17042
|
+
"start": 34,
|
|
17043
|
+
"end": 35
|
|
16794
17044
|
},
|
|
16795
17045
|
"context": {
|
|
16796
17046
|
"type": "variable",
|
|
@@ -16798,8 +17048,8 @@
|
|
|
16798
17048
|
"value": "7px",
|
|
16799
17049
|
"scope": "default",
|
|
16800
17050
|
"line": {
|
|
16801
|
-
"start":
|
|
16802
|
-
"end":
|
|
17051
|
+
"start": 36,
|
|
17052
|
+
"end": 36
|
|
16803
17053
|
}
|
|
16804
17054
|
},
|
|
16805
17055
|
"group": [
|
|
@@ -16814,8 +17064,8 @@
|
|
|
16814
17064
|
{
|
|
16815
17065
|
"description": "The color of the Drawer scrollbar track.\n",
|
|
16816
17066
|
"commentRange": {
|
|
16817
|
-
"start":
|
|
16818
|
-
"end":
|
|
17067
|
+
"start": 37,
|
|
17068
|
+
"end": 38
|
|
16819
17069
|
},
|
|
16820
17070
|
"context": {
|
|
16821
17071
|
"type": "variable",
|
|
@@ -16823,8 +17073,8 @@
|
|
|
16823
17073
|
"value": "rgba(156, 156, 156, .7)",
|
|
16824
17074
|
"scope": "default",
|
|
16825
17075
|
"line": {
|
|
16826
|
-
"start":
|
|
16827
|
-
"end":
|
|
17076
|
+
"start": 39,
|
|
17077
|
+
"end": 39
|
|
16828
17078
|
}
|
|
16829
17079
|
},
|
|
16830
17080
|
"group": [
|
|
@@ -16839,8 +17089,8 @@
|
|
|
16839
17089
|
{
|
|
16840
17090
|
"description": "The background color of the Drawer scrollbar thumb.\n",
|
|
16841
17091
|
"commentRange": {
|
|
16842
|
-
"start":
|
|
16843
|
-
"end":
|
|
17092
|
+
"start": 40,
|
|
17093
|
+
"end": 41
|
|
16844
17094
|
},
|
|
16845
17095
|
"context": {
|
|
16846
17096
|
"type": "variable",
|
|
@@ -16848,8 +17098,8 @@
|
|
|
16848
17098
|
"value": "#dedede",
|
|
16849
17099
|
"scope": "default",
|
|
16850
17100
|
"line": {
|
|
16851
|
-
"start":
|
|
16852
|
-
"end":
|
|
17101
|
+
"start": 42,
|
|
17102
|
+
"end": 42
|
|
16853
17103
|
}
|
|
16854
17104
|
},
|
|
16855
17105
|
"group": [
|
|
@@ -16864,8 +17114,8 @@
|
|
|
16864
17114
|
{
|
|
16865
17115
|
"description": "The border radius of the Drawer scrollbar.\n",
|
|
16866
17116
|
"commentRange": {
|
|
16867
|
-
"start":
|
|
16868
|
-
"end":
|
|
17117
|
+
"start": 43,
|
|
17118
|
+
"end": 44
|
|
16869
17119
|
},
|
|
16870
17120
|
"context": {
|
|
16871
17121
|
"type": "variable",
|
|
@@ -16873,8 +17123,8 @@
|
|
|
16873
17123
|
"value": "20px",
|
|
16874
17124
|
"scope": "default",
|
|
16875
17125
|
"line": {
|
|
16876
|
-
"start":
|
|
16877
|
-
"end":
|
|
17126
|
+
"start": 45,
|
|
17127
|
+
"end": 45
|
|
16878
17128
|
}
|
|
16879
17129
|
},
|
|
16880
17130
|
"group": [
|
|
@@ -16889,8 +17139,8 @@
|
|
|
16889
17139
|
{
|
|
16890
17140
|
"description": "The hover color of the Drawer scrollbar track.\n",
|
|
16891
17141
|
"commentRange": {
|
|
16892
|
-
"start":
|
|
16893
|
-
"end":
|
|
17142
|
+
"start": 46,
|
|
17143
|
+
"end": 47
|
|
16894
17144
|
},
|
|
16895
17145
|
"context": {
|
|
16896
17146
|
"type": "variable",
|
|
@@ -16898,8 +17148,8 @@
|
|
|
16898
17148
|
"value": "rgba(156, 156, 156, 1)",
|
|
16899
17149
|
"scope": "default",
|
|
16900
17150
|
"line": {
|
|
16901
|
-
"start":
|
|
16902
|
-
"end":
|
|
17151
|
+
"start": 48,
|
|
17152
|
+
"end": 48
|
|
16903
17153
|
}
|
|
16904
17154
|
},
|
|
16905
17155
|
"group": [
|
|
@@ -16914,8 +17164,8 @@
|
|
|
16914
17164
|
{
|
|
16915
17165
|
"description": "The horizontal padding of the Drawer item.\n",
|
|
16916
17166
|
"commentRange": {
|
|
16917
|
-
"start":
|
|
16918
|
-
"end":
|
|
17167
|
+
"start": 50,
|
|
17168
|
+
"end": 51
|
|
16919
17169
|
},
|
|
16920
17170
|
"context": {
|
|
16921
17171
|
"type": "variable",
|
|
@@ -16923,8 +17173,8 @@
|
|
|
16923
17173
|
"value": "k-spacing(4)",
|
|
16924
17174
|
"scope": "default",
|
|
16925
17175
|
"line": {
|
|
16926
|
-
"start":
|
|
16927
|
-
"end":
|
|
17176
|
+
"start": 52,
|
|
17177
|
+
"end": 52
|
|
16928
17178
|
}
|
|
16929
17179
|
},
|
|
16930
17180
|
"group": [
|
|
@@ -16939,8 +17189,8 @@
|
|
|
16939
17189
|
{
|
|
16940
17190
|
"description": "The vertical padding of the Drawer item.\n",
|
|
16941
17191
|
"commentRange": {
|
|
16942
|
-
"start":
|
|
16943
|
-
"end":
|
|
17192
|
+
"start": 53,
|
|
17193
|
+
"end": 54
|
|
16944
17194
|
},
|
|
16945
17195
|
"context": {
|
|
16946
17196
|
"type": "variable",
|
|
@@ -16948,8 +17198,8 @@
|
|
|
16948
17198
|
"value": "$kendo-padding-md-x",
|
|
16949
17199
|
"scope": "default",
|
|
16950
17200
|
"line": {
|
|
16951
|
-
"start":
|
|
16952
|
-
"end":
|
|
17201
|
+
"start": 55,
|
|
17202
|
+
"end": 55
|
|
16953
17203
|
}
|
|
16954
17204
|
},
|
|
16955
17205
|
"group": [
|
|
@@ -16964,8 +17214,8 @@
|
|
|
16964
17214
|
{
|
|
16965
17215
|
"description": "The font size of the Drawer item.\n",
|
|
16966
17216
|
"commentRange": {
|
|
16967
|
-
"start":
|
|
16968
|
-
"end":
|
|
17217
|
+
"start": 56,
|
|
17218
|
+
"end": 57
|
|
16969
17219
|
},
|
|
16970
17220
|
"context": {
|
|
16971
17221
|
"type": "variable",
|
|
@@ -16973,8 +17223,8 @@
|
|
|
16973
17223
|
"value": "16px",
|
|
16974
17224
|
"scope": "default",
|
|
16975
17225
|
"line": {
|
|
16976
|
-
"start":
|
|
16977
|
-
"end":
|
|
17226
|
+
"start": 58,
|
|
17227
|
+
"end": 58
|
|
16978
17228
|
}
|
|
16979
17229
|
},
|
|
16980
17230
|
"group": [
|
|
@@ -16989,8 +17239,8 @@
|
|
|
16989
17239
|
{
|
|
16990
17240
|
"description": "The horizontal padding of the Drawer item in each level.\n",
|
|
16991
17241
|
"commentRange": {
|
|
16992
|
-
"start":
|
|
16993
|
-
"end":
|
|
17242
|
+
"start": 61,
|
|
17243
|
+
"end": 62
|
|
16994
17244
|
},
|
|
16995
17245
|
"context": {
|
|
16996
17246
|
"type": "variable",
|
|
@@ -16998,8 +17248,8 @@
|
|
|
16998
17248
|
"value": "$kendo-drawer-item-padding-x",
|
|
16999
17249
|
"scope": "default",
|
|
17000
17250
|
"line": {
|
|
17001
|
-
"start":
|
|
17002
|
-
"end":
|
|
17251
|
+
"start": 63,
|
|
17252
|
+
"end": 63
|
|
17003
17253
|
}
|
|
17004
17254
|
},
|
|
17005
17255
|
"group": [
|
|
@@ -17014,8 +17264,8 @@
|
|
|
17014
17264
|
{
|
|
17015
17265
|
"description": "The count of the Drawer item levels.\n",
|
|
17016
17266
|
"commentRange": {
|
|
17017
|
-
"start":
|
|
17018
|
-
"end":
|
|
17267
|
+
"start": 64,
|
|
17268
|
+
"end": 65
|
|
17019
17269
|
},
|
|
17020
17270
|
"context": {
|
|
17021
17271
|
"type": "variable",
|
|
@@ -17023,8 +17273,8 @@
|
|
|
17023
17273
|
"value": "5",
|
|
17024
17274
|
"scope": "default",
|
|
17025
17275
|
"line": {
|
|
17026
|
-
"start":
|
|
17027
|
-
"end":
|
|
17276
|
+
"start": 66,
|
|
17277
|
+
"end": 66
|
|
17028
17278
|
}
|
|
17029
17279
|
},
|
|
17030
17280
|
"group": [
|
|
@@ -17039,8 +17289,8 @@
|
|
|
17039
17289
|
{
|
|
17040
17290
|
"description": "The horizontal padding of the Drawer icon.\n",
|
|
17041
17291
|
"commentRange": {
|
|
17042
|
-
"start":
|
|
17043
|
-
"end":
|
|
17292
|
+
"start": 68,
|
|
17293
|
+
"end": 69
|
|
17044
17294
|
},
|
|
17045
17295
|
"context": {
|
|
17046
17296
|
"type": "variable",
|
|
@@ -17048,8 +17298,8 @@
|
|
|
17048
17298
|
"value": "k-spacing(0)",
|
|
17049
17299
|
"scope": "default",
|
|
17050
17300
|
"line": {
|
|
17051
|
-
"start":
|
|
17052
|
-
"end":
|
|
17301
|
+
"start": 70,
|
|
17302
|
+
"end": 70
|
|
17053
17303
|
}
|
|
17054
17304
|
},
|
|
17055
17305
|
"group": [
|
|
@@ -17064,8 +17314,8 @@
|
|
|
17064
17314
|
{
|
|
17065
17315
|
"description": "The vertical padding of the Drawer icon.\n",
|
|
17066
17316
|
"commentRange": {
|
|
17067
|
-
"start":
|
|
17068
|
-
"end":
|
|
17317
|
+
"start": 72,
|
|
17318
|
+
"end": 73
|
|
17069
17319
|
},
|
|
17070
17320
|
"context": {
|
|
17071
17321
|
"type": "variable",
|
|
@@ -17073,8 +17323,8 @@
|
|
|
17073
17323
|
"value": "k-spacing(1)",
|
|
17074
17324
|
"scope": "default",
|
|
17075
17325
|
"line": {
|
|
17076
|
-
"start":
|
|
17077
|
-
"end":
|
|
17326
|
+
"start": 74,
|
|
17327
|
+
"end": 74
|
|
17078
17328
|
}
|
|
17079
17329
|
},
|
|
17080
17330
|
"group": [
|
|
@@ -17089,8 +17339,8 @@
|
|
|
17089
17339
|
{
|
|
17090
17340
|
"description": "The initial width of the mini Drawer.\n",
|
|
17091
17341
|
"commentRange": {
|
|
17092
|
-
"start":
|
|
17093
|
-
"end":
|
|
17342
|
+
"start": 76,
|
|
17343
|
+
"end": 77
|
|
17094
17344
|
},
|
|
17095
17345
|
"context": {
|
|
17096
17346
|
"type": "variable",
|
|
@@ -17098,8 +17348,8 @@
|
|
|
17098
17348
|
"value": "calc(2 * #{$kendo-drawer-item-padding-x} + #{$kendo-icon-size})",
|
|
17099
17349
|
"scope": "default",
|
|
17100
17350
|
"line": {
|
|
17101
|
-
"start":
|
|
17102
|
-
"end":
|
|
17351
|
+
"start": 78,
|
|
17352
|
+
"end": 78
|
|
17103
17353
|
}
|
|
17104
17354
|
},
|
|
17105
17355
|
"group": [
|
|
@@ -17114,8 +17364,8 @@
|
|
|
17114
17364
|
{
|
|
17115
17365
|
"description": "The background color of the hovered Drawer item.\n",
|
|
17116
17366
|
"commentRange": {
|
|
17117
|
-
"start":
|
|
17118
|
-
"end":
|
|
17367
|
+
"start": 80,
|
|
17368
|
+
"end": 81
|
|
17119
17369
|
},
|
|
17120
17370
|
"context": {
|
|
17121
17371
|
"type": "variable",
|
|
@@ -17123,8 +17373,8 @@
|
|
|
17123
17373
|
"value": "$kendo-hover-bg",
|
|
17124
17374
|
"scope": "default",
|
|
17125
17375
|
"line": {
|
|
17126
|
-
"start":
|
|
17127
|
-
"end":
|
|
17376
|
+
"start": 82,
|
|
17377
|
+
"end": 82
|
|
17128
17378
|
}
|
|
17129
17379
|
},
|
|
17130
17380
|
"group": [
|
|
@@ -17139,8 +17389,8 @@
|
|
|
17139
17389
|
{
|
|
17140
17390
|
"description": "The text color of the hovered Drawer item.\n",
|
|
17141
17391
|
"commentRange": {
|
|
17142
|
-
"start":
|
|
17143
|
-
"end":
|
|
17392
|
+
"start": 83,
|
|
17393
|
+
"end": 84
|
|
17144
17394
|
},
|
|
17145
17395
|
"context": {
|
|
17146
17396
|
"type": "variable",
|
|
@@ -17148,8 +17398,8 @@
|
|
|
17148
17398
|
"value": "$kendo-hover-text",
|
|
17149
17399
|
"scope": "default",
|
|
17150
17400
|
"line": {
|
|
17151
|
-
"start":
|
|
17152
|
-
"end":
|
|
17401
|
+
"start": 85,
|
|
17402
|
+
"end": 85
|
|
17153
17403
|
}
|
|
17154
17404
|
},
|
|
17155
17405
|
"group": [
|
|
@@ -17164,8 +17414,8 @@
|
|
|
17164
17414
|
{
|
|
17165
17415
|
"description": "The background color of the focused Drawer item.\n",
|
|
17166
17416
|
"commentRange": {
|
|
17167
|
-
"start":
|
|
17168
|
-
"end":
|
|
17417
|
+
"start": 87,
|
|
17418
|
+
"end": 88
|
|
17169
17419
|
},
|
|
17170
17420
|
"context": {
|
|
17171
17421
|
"type": "variable",
|
|
@@ -17173,8 +17423,8 @@
|
|
|
17173
17423
|
"value": "$kendo-drawer-bg",
|
|
17174
17424
|
"scope": "default",
|
|
17175
17425
|
"line": {
|
|
17176
|
-
"start":
|
|
17177
|
-
"end":
|
|
17426
|
+
"start": 89,
|
|
17427
|
+
"end": 89
|
|
17178
17428
|
}
|
|
17179
17429
|
},
|
|
17180
17430
|
"group": [
|
|
@@ -17189,8 +17439,8 @@
|
|
|
17189
17439
|
{
|
|
17190
17440
|
"description": "The box shadow of the focused Drawer item.\n",
|
|
17191
17441
|
"commentRange": {
|
|
17192
|
-
"start":
|
|
17193
|
-
"end":
|
|
17442
|
+
"start": 90,
|
|
17443
|
+
"end": 91
|
|
17194
17444
|
},
|
|
17195
17445
|
"context": {
|
|
17196
17446
|
"type": "variable",
|
|
@@ -17198,8 +17448,8 @@
|
|
|
17198
17448
|
"value": "$kendo-list-item-focus-shadow",
|
|
17199
17449
|
"scope": "default",
|
|
17200
17450
|
"line": {
|
|
17201
|
-
"start":
|
|
17202
|
-
"end":
|
|
17451
|
+
"start": 92,
|
|
17452
|
+
"end": 92
|
|
17203
17453
|
}
|
|
17204
17454
|
},
|
|
17205
17455
|
"group": [
|
|
@@ -17214,8 +17464,8 @@
|
|
|
17214
17464
|
{
|
|
17215
17465
|
"description": "The background color of the selected Drawer item.\n",
|
|
17216
17466
|
"commentRange": {
|
|
17217
|
-
"start":
|
|
17218
|
-
"end":
|
|
17467
|
+
"start": 94,
|
|
17468
|
+
"end": 95
|
|
17219
17469
|
},
|
|
17220
17470
|
"context": {
|
|
17221
17471
|
"type": "variable",
|
|
@@ -17223,8 +17473,8 @@
|
|
|
17223
17473
|
"value": "$kendo-selected-bg",
|
|
17224
17474
|
"scope": "default",
|
|
17225
17475
|
"line": {
|
|
17226
|
-
"start":
|
|
17227
|
-
"end":
|
|
17476
|
+
"start": 96,
|
|
17477
|
+
"end": 96
|
|
17228
17478
|
}
|
|
17229
17479
|
},
|
|
17230
17480
|
"group": [
|
|
@@ -17239,8 +17489,8 @@
|
|
|
17239
17489
|
{
|
|
17240
17490
|
"description": "The text color of the selected Drawer item.\n",
|
|
17241
17491
|
"commentRange": {
|
|
17242
|
-
"start":
|
|
17243
|
-
"end":
|
|
17492
|
+
"start": 97,
|
|
17493
|
+
"end": 98
|
|
17244
17494
|
},
|
|
17245
17495
|
"context": {
|
|
17246
17496
|
"type": "variable",
|
|
@@ -17248,8 +17498,8 @@
|
|
|
17248
17498
|
"value": "$kendo-selected-text",
|
|
17249
17499
|
"scope": "default",
|
|
17250
17500
|
"line": {
|
|
17251
|
-
"start":
|
|
17252
|
-
"end":
|
|
17501
|
+
"start": 99,
|
|
17502
|
+
"end": 99
|
|
17253
17503
|
}
|
|
17254
17504
|
},
|
|
17255
17505
|
"group": [
|
|
@@ -17264,8 +17514,8 @@
|
|
|
17264
17514
|
{
|
|
17265
17515
|
"description": "The background color of the selected and hovered Drawer item.\n",
|
|
17266
17516
|
"commentRange": {
|
|
17267
|
-
"start":
|
|
17268
|
-
"end":
|
|
17517
|
+
"start": 101,
|
|
17518
|
+
"end": 102
|
|
17269
17519
|
},
|
|
17270
17520
|
"context": {
|
|
17271
17521
|
"type": "variable",
|
|
@@ -17273,8 +17523,8 @@
|
|
|
17273
17523
|
"value": "$kendo-selected-hover-bg",
|
|
17274
17524
|
"scope": "default",
|
|
17275
17525
|
"line": {
|
|
17276
|
-
"start":
|
|
17277
|
-
"end":
|
|
17526
|
+
"start": 103,
|
|
17527
|
+
"end": 103
|
|
17278
17528
|
}
|
|
17279
17529
|
},
|
|
17280
17530
|
"group": [
|
|
@@ -17289,8 +17539,8 @@
|
|
|
17289
17539
|
{
|
|
17290
17540
|
"description": "The text color of the selected and hovered Drawer item.\n",
|
|
17291
17541
|
"commentRange": {
|
|
17292
|
-
"start":
|
|
17293
|
-
"end":
|
|
17542
|
+
"start": 104,
|
|
17543
|
+
"end": 105
|
|
17294
17544
|
},
|
|
17295
17545
|
"context": {
|
|
17296
17546
|
"type": "variable",
|
|
@@ -17298,8 +17548,8 @@
|
|
|
17298
17548
|
"value": "$kendo-selected-hover-text",
|
|
17299
17549
|
"scope": "default",
|
|
17300
17550
|
"line": {
|
|
17301
|
-
"start":
|
|
17302
|
-
"end":
|
|
17551
|
+
"start": 106,
|
|
17552
|
+
"end": 106
|
|
17303
17553
|
}
|
|
17304
17554
|
},
|
|
17305
17555
|
"group": [
|