@progress/kendo-theme-material 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 +224 -93
- package/dist/all.scss +168 -89
- package/dist/meta/sassdoc-data.json +1505 -1019
- package/dist/meta/sassdoc-raw-data.json +686 -461
- package/dist/meta/variables.json +46 -46
- package/lib/swatches/material-aqua-dark.json +1 -1
- package/lib/swatches/material-arctic.json +1 -1
- package/lib/swatches/material-burnt-teal.json +1 -1
- package/lib/swatches/material-dataviz-v4.json +1 -1
- package/lib/swatches/material-eggplant.json +1 -1
- package/lib/swatches/material-lime-dark.json +1 -1
- package/lib/swatches/material-lime.json +1 -1
- package/lib/swatches/material-main-dark.json +1 -1
- package/lib/swatches/material-main.json +1 -1
- package/lib/swatches/material-nova.json +1 -1
- package/lib/swatches/material-pacific-dark.json +1 -1
- package/lib/swatches/material-pacific.json +1 -1
- package/lib/swatches/material-sky-dark.json +1 -1
- package/lib/swatches/material-sky.json +1 -1
- package/lib/swatches/material-smoke.json +1 -1
- package/package.json +6 -6
- package/scss/button/_layout.scss +9 -0
- package/scss/button/_theme.scss +20 -2
- package/scss/button/_variables.scss +7 -7
- package/scss/calendar/_variables.scss +11 -0
- package/scss/checkbox/_variables.scss +1 -1
- package/scss/chip/_theme.scss +3 -3
- package/scss/chip/_variables.scss +1 -1
- package/scss/core/color-system/_swatch-legacy.scss +1 -1
- package/scss/core/color-system/_swatch.scss +1 -1
- package/scss/drawer/_variables.scss +12 -2
- package/scss/switch/_variables.scss +1 -1
- package/scss/timeline/_variables.scss +1 -1
- package/scss/toolbar/_theme.scss +27 -0
|
@@ -3833,7 +3833,7 @@
|
|
|
3833
3833
|
"context": {
|
|
3834
3834
|
"type": "variable",
|
|
3835
3835
|
"name": "kendo-button-hover-bg",
|
|
3836
|
-
"value": "null",
|
|
3836
|
+
"value": "if($kendo-enable-color-system, k-color( base-hover ), null)",
|
|
3837
3837
|
"scope": "default",
|
|
3838
3838
|
"line": {
|
|
3839
3839
|
"start": 129,
|
|
@@ -3883,7 +3883,7 @@
|
|
|
3883
3883
|
"context": {
|
|
3884
3884
|
"type": "variable",
|
|
3885
3885
|
"name": "kendo-button-hover-border",
|
|
3886
|
-
"value": "null",
|
|
3886
|
+
"value": "if($kendo-enable-color-system, k-color( base-hover ), null)",
|
|
3887
3887
|
"scope": "default",
|
|
3888
3888
|
"line": {
|
|
3889
3889
|
"start": 135,
|
|
@@ -3958,7 +3958,7 @@
|
|
|
3958
3958
|
"context": {
|
|
3959
3959
|
"type": "variable",
|
|
3960
3960
|
"name": "kendo-button-active-bg",
|
|
3961
|
-
"value": "null",
|
|
3961
|
+
"value": "if($kendo-enable-color-system, k-color( base-active ), null)",
|
|
3962
3962
|
"scope": "default",
|
|
3963
3963
|
"line": {
|
|
3964
3964
|
"start": 145,
|
|
@@ -4008,7 +4008,7 @@
|
|
|
4008
4008
|
"context": {
|
|
4009
4009
|
"type": "variable",
|
|
4010
4010
|
"name": "kendo-button-active-border",
|
|
4011
|
-
"value": "null",
|
|
4011
|
+
"value": "if($kendo-enable-color-system, k-color( base-active ), null)",
|
|
4012
4012
|
"scope": "default",
|
|
4013
4013
|
"line": {
|
|
4014
4014
|
"start": 151,
|
|
@@ -4208,7 +4208,7 @@
|
|
|
4208
4208
|
"context": {
|
|
4209
4209
|
"type": "variable",
|
|
4210
4210
|
"name": "kendo-button-focus-bg",
|
|
4211
|
-
"value": "null",
|
|
4211
|
+
"value": "if($kendo-enable-color-system, k-color( base-hover ), null)",
|
|
4212
4212
|
"scope": "default",
|
|
4213
4213
|
"line": {
|
|
4214
4214
|
"start": 177,
|
|
@@ -4258,7 +4258,7 @@
|
|
|
4258
4258
|
"context": {
|
|
4259
4259
|
"type": "variable",
|
|
4260
4260
|
"name": "kendo-button-focus-border",
|
|
4261
|
-
"value": "null",
|
|
4261
|
+
"value": "if($kendo-enable-color-system, k-color( base-hover ), null)",
|
|
4262
4262
|
"scope": "default",
|
|
4263
4263
|
"line": {
|
|
4264
4264
|
"start": 183,
|
|
@@ -4308,7 +4308,7 @@
|
|
|
4308
4308
|
"context": {
|
|
4309
4309
|
"type": "variable",
|
|
4310
4310
|
"name": "kendo-button-focus-shadow",
|
|
4311
|
-
"value": "
|
|
4311
|
+
"value": "$box-shadow-depth-3",
|
|
4312
4312
|
"scope": "default",
|
|
4313
4313
|
"line": {
|
|
4314
4314
|
"start": 189,
|
|
@@ -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": "k-math-div( 20, 14 )",
|
|
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": "36px",
|
|
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 height of the header in the Calendar.\n",
|
|
4779
4854
|
"commentRange": {
|
|
4780
|
-
"start":
|
|
4781
|
-
"end":
|
|
4855
|
+
"start": 37,
|
|
4856
|
+
"end": 38
|
|
4782
4857
|
},
|
|
4783
4858
|
"context": {
|
|
4784
4859
|
"type": "variable",
|
|
@@ -4786,8 +4861,8 @@
|
|
|
4786
4861
|
"value": "0px",
|
|
4787
4862
|
"scope": "default",
|
|
4788
4863
|
"line": {
|
|
4789
|
-
"start":
|
|
4790
|
-
"end":
|
|
4864
|
+
"start": 39,
|
|
4865
|
+
"end": 39
|
|
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": 41,
|
|
4881
|
+
"end": 42
|
|
4807
4882
|
},
|
|
4808
4883
|
"context": {
|
|
4809
4884
|
"type": "variable",
|
|
@@ -4811,8 +4886,8 @@
|
|
|
4811
4886
|
"value": "null",
|
|
4812
4887
|
"scope": "default",
|
|
4813
4888
|
"line": {
|
|
4814
|
-
"start":
|
|
4815
|
-
"end":
|
|
4889
|
+
"start": 43,
|
|
4890
|
+
"end": 43
|
|
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": 44,
|
|
4906
|
+
"end": 45
|
|
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": 46,
|
|
4915
|
+
"end": 46
|
|
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": 47,
|
|
4931
|
+
"end": 48
|
|
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": 49,
|
|
4940
|
+
"end": 49
|
|
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": 50,
|
|
4956
|
+
"end": 51
|
|
4882
4957
|
},
|
|
4883
4958
|
"context": {
|
|
4884
4959
|
"type": "variable",
|
|
@@ -4886,8 +4961,8 @@
|
|
|
4886
4961
|
"value": "null",
|
|
4887
4962
|
"scope": "default",
|
|
4888
4963
|
"line": {
|
|
4889
|
-
"start":
|
|
4890
|
-
"end":
|
|
4964
|
+
"start": 52,
|
|
4965
|
+
"end": 52
|
|
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": 53,
|
|
4981
|
+
"end": 54
|
|
4907
4982
|
},
|
|
4908
4983
|
"context": {
|
|
4909
4984
|
"type": "variable",
|
|
@@ -4911,8 +4986,8 @@
|
|
|
4911
4986
|
"value": "null",
|
|
4912
4987
|
"scope": "default",
|
|
4913
4988
|
"line": {
|
|
4914
|
-
"start":
|
|
4915
|
-
"end":
|
|
4989
|
+
"start": 55,
|
|
4990
|
+
"end": 55
|
|
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": 57,
|
|
5006
|
+
"end": 58
|
|
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": 59,
|
|
5015
|
+
"end": 59
|
|
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": 61,
|
|
5031
|
+
"end": 62
|
|
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": 63,
|
|
5040
|
+
"end": 63
|
|
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": 64,
|
|
5056
|
+
"end": 65
|
|
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": 66,
|
|
5065
|
+
"end": 66
|
|
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": 68,
|
|
5081
|
+
"end": 69
|
|
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": 70,
|
|
5090
|
+
"end": 70
|
|
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": 71,
|
|
5106
|
+
"end": 72
|
|
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": 73,
|
|
5115
|
+
"end": 73
|
|
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": 75,
|
|
5131
|
+
"end": 76
|
|
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": 77,
|
|
5140
|
+
"end": 77
|
|
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": 79,
|
|
5156
|
+
"end": 80
|
|
5082
5157
|
},
|
|
5083
5158
|
"context": {
|
|
5084
5159
|
"type": "variable",
|
|
@@ -5086,8 +5161,8 @@
|
|
|
5086
5161
|
"value": "100px",
|
|
5087
5162
|
"scope": "default",
|
|
5088
5163
|
"line": {
|
|
5089
|
-
"start":
|
|
5090
|
-
"end":
|
|
5164
|
+
"start": 81,
|
|
5165
|
+
"end": 81
|
|
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": 83,
|
|
5181
|
+
"end": 84
|
|
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": 85,
|
|
5190
|
+
"end": 85
|
|
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": 86,
|
|
5206
|
+
"end": 87
|
|
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": 88,
|
|
5215
|
+
"end": 88
|
|
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": 89,
|
|
5231
|
+
"end": 90
|
|
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": 91,
|
|
5240
|
+
"end": 91
|
|
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": 92,
|
|
5256
|
+
"end": 93
|
|
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": 94,
|
|
5265
|
+
"end": 94
|
|
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": 95,
|
|
5281
|
+
"end": 96
|
|
5282
|
+
},
|
|
5283
|
+
"context": {
|
|
5284
|
+
"type": "variable",
|
|
5285
|
+
"name": "kendo-calendar-header-cell-font-size",
|
|
5286
|
+
"value": "var( --kendo-font-size-sm, inherit )!default",
|
|
5287
|
+
"scope": "private",
|
|
5288
|
+
"line": {
|
|
5289
|
+
"start": 97,
|
|
5290
|
+
"end": 97
|
|
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": 98,
|
|
5306
|
+
"end": 99
|
|
5307
|
+
},
|
|
5308
|
+
"context": {
|
|
5309
|
+
"type": "variable",
|
|
5310
|
+
"name": "kendo-calendar-header-cell-line-height",
|
|
5311
|
+
"value": "2",
|
|
5312
|
+
"scope": "default",
|
|
5313
|
+
"line": {
|
|
5314
|
+
"start": 100,
|
|
5315
|
+
"end": 100
|
|
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": 102,
|
|
5331
|
+
"end": 103
|
|
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": 104,
|
|
5340
|
+
"end": 104
|
|
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": 105,
|
|
5356
|
+
"end": 106
|
|
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": 107,
|
|
5365
|
+
"end": 107
|
|
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": 109,
|
|
5381
|
+
"end": 110
|
|
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": 111,
|
|
5390
|
+
"end": 111
|
|
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": 113,
|
|
5406
|
+
"end": 114
|
|
5282
5407
|
},
|
|
5283
5408
|
"context": {
|
|
5284
5409
|
"type": "variable",
|
|
@@ -5286,8 +5411,8 @@
|
|
|
5286
5411
|
"value": "k-spacing(4)",
|
|
5287
5412
|
"scope": "default",
|
|
5288
5413
|
"line": {
|
|
5289
|
-
"start":
|
|
5290
|
-
"end":
|
|
5414
|
+
"start": 115,
|
|
5415
|
+
"end": 115
|
|
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": 116,
|
|
5431
|
+
"end": 117
|
|
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": 118,
|
|
5440
|
+
"end": 118
|
|
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,8 @@
|
|
|
5386
5511
|
"value": "null",
|
|
5387
5512
|
"scope": "default",
|
|
5388
5513
|
"line": {
|
|
5389
|
-
"start":
|
|
5390
|
-
"end":
|
|
5514
|
+
"start": 128,
|
|
5515
|
+
"end": 128
|
|
5391
5516
|
}
|
|
5392
5517
|
},
|
|
5393
5518
|
"group": [
|
|
@@ -5402,8 +5527,8 @@
|
|
|
5402
5527
|
{
|
|
5403
5528
|
"description": "The font weight of the caption in the Calendar.\n",
|
|
5404
5529
|
"commentRange": {
|
|
5405
|
-
"start":
|
|
5406
|
-
"end":
|
|
5530
|
+
"start": 129,
|
|
5531
|
+
"end": 130
|
|
5407
5532
|
},
|
|
5408
5533
|
"context": {
|
|
5409
5534
|
"type": "variable",
|
|
@@ -5411,8 +5536,8 @@
|
|
|
5411
5536
|
"value": "bold",
|
|
5412
5537
|
"scope": "default",
|
|
5413
5538
|
"line": {
|
|
5414
|
-
"start":
|
|
5415
|
-
"end":
|
|
5539
|
+
"start": 131,
|
|
5540
|
+
"end": 131
|
|
5416
5541
|
}
|
|
5417
5542
|
},
|
|
5418
5543
|
"group": [
|
|
@@ -5427,8 +5552,8 @@
|
|
|
5427
5552
|
{
|
|
5428
5553
|
"description": "The font size of the week number cells in the Calendar.\n",
|
|
5429
5554
|
"commentRange": {
|
|
5430
|
-
"start":
|
|
5431
|
-
"end":
|
|
5555
|
+
"start": 133,
|
|
5556
|
+
"end": 134
|
|
5432
5557
|
},
|
|
5433
5558
|
"context": {
|
|
5434
5559
|
"type": "variable",
|
|
@@ -5436,8 +5561,8 @@
|
|
|
5436
5561
|
"value": "$kendo-font-size-sm",
|
|
5437
5562
|
"scope": "default",
|
|
5438
5563
|
"line": {
|
|
5439
|
-
"start":
|
|
5440
|
-
"end":
|
|
5564
|
+
"start": 135,
|
|
5565
|
+
"end": 135
|
|
5441
5566
|
}
|
|
5442
5567
|
},
|
|
5443
5568
|
"group": [
|
|
@@ -5452,8 +5577,8 @@
|
|
|
5452
5577
|
{
|
|
5453
5578
|
"description": "The width of the Calendar view.\n",
|
|
5454
5579
|
"commentRange": {
|
|
5455
|
-
"start":
|
|
5456
|
-
"end":
|
|
5580
|
+
"start": 137,
|
|
5581
|
+
"end": 138
|
|
5457
5582
|
},
|
|
5458
5583
|
"context": {
|
|
5459
5584
|
"type": "variable",
|
|
@@ -5461,8 +5586,8 @@
|
|
|
5461
5586
|
"value": "($kendo-calendar-cell-size * 8)",
|
|
5462
5587
|
"scope": "default",
|
|
5463
5588
|
"line": {
|
|
5464
|
-
"start":
|
|
5465
|
-
"end":
|
|
5589
|
+
"start": 139,
|
|
5590
|
+
"end": 139
|
|
5466
5591
|
}
|
|
5467
5592
|
},
|
|
5468
5593
|
"group": [
|
|
@@ -5477,8 +5602,8 @@
|
|
|
5477
5602
|
{
|
|
5478
5603
|
"description": "The height of the Calendar view.\n",
|
|
5479
5604
|
"commentRange": {
|
|
5480
|
-
"start":
|
|
5481
|
-
"end":
|
|
5605
|
+
"start": 140,
|
|
5606
|
+
"end": 141
|
|
5482
5607
|
},
|
|
5483
5608
|
"context": {
|
|
5484
5609
|
"type": "variable",
|
|
@@ -5486,8 +5611,8 @@
|
|
|
5486
5611
|
"value": "($kendo-calendar-cell-size * 7)",
|
|
5487
5612
|
"scope": "default",
|
|
5488
5613
|
"line": {
|
|
5489
|
-
"start":
|
|
5490
|
-
"end":
|
|
5614
|
+
"start": 142,
|
|
5615
|
+
"end": 142
|
|
5491
5616
|
}
|
|
5492
5617
|
},
|
|
5493
5618
|
"group": [
|
|
@@ -5502,8 +5627,8 @@
|
|
|
5502
5627
|
{
|
|
5503
5628
|
"description": "The gap between the items in the Calendar view.\n",
|
|
5504
5629
|
"commentRange": {
|
|
5505
|
-
"start":
|
|
5506
|
-
"end":
|
|
5630
|
+
"start": 144,
|
|
5631
|
+
"end": 145
|
|
5507
5632
|
},
|
|
5508
5633
|
"context": {
|
|
5509
5634
|
"type": "variable",
|
|
@@ -5511,8 +5636,8 @@
|
|
|
5511
5636
|
"value": "k-spacing(4)",
|
|
5512
5637
|
"scope": "default",
|
|
5513
5638
|
"line": {
|
|
5514
|
-
"start":
|
|
5515
|
-
"end":
|
|
5639
|
+
"start": 146,
|
|
5640
|
+
"end": 146
|
|
5516
5641
|
}
|
|
5517
5642
|
},
|
|
5518
5643
|
"group": [
|
|
@@ -5527,8 +5652,8 @@
|
|
|
5527
5652
|
{
|
|
5528
5653
|
"description": "The background color of the weekend cells in the Calendar.\n",
|
|
5529
5654
|
"commentRange": {
|
|
5530
|
-
"start":
|
|
5531
|
-
"end":
|
|
5655
|
+
"start": 148,
|
|
5656
|
+
"end": 149
|
|
5532
5657
|
},
|
|
5533
5658
|
"context": {
|
|
5534
5659
|
"type": "variable",
|
|
@@ -5536,8 +5661,8 @@
|
|
|
5536
5661
|
"value": "null",
|
|
5537
5662
|
"scope": "default",
|
|
5538
5663
|
"line": {
|
|
5539
|
-
"start":
|
|
5540
|
-
"end":
|
|
5664
|
+
"start": 150,
|
|
5665
|
+
"end": 150
|
|
5541
5666
|
}
|
|
5542
5667
|
},
|
|
5543
5668
|
"group": [
|
|
@@ -5552,8 +5677,8 @@
|
|
|
5552
5677
|
{
|
|
5553
5678
|
"description": "The style of the current day in the Calendar.\n",
|
|
5554
5679
|
"commentRange": {
|
|
5555
|
-
"start":
|
|
5556
|
-
"end":
|
|
5680
|
+
"start": 154,
|
|
5681
|
+
"end": 155
|
|
5557
5682
|
},
|
|
5558
5683
|
"context": {
|
|
5559
5684
|
"type": "variable",
|
|
@@ -5561,8 +5686,8 @@
|
|
|
5561
5686
|
"value": "color",
|
|
5562
5687
|
"scope": "default",
|
|
5563
5688
|
"line": {
|
|
5564
|
-
"start":
|
|
5565
|
-
"end":
|
|
5689
|
+
"start": 156,
|
|
5690
|
+
"end": 156
|
|
5566
5691
|
}
|
|
5567
5692
|
},
|
|
5568
5693
|
"group": [
|
|
@@ -5577,8 +5702,8 @@
|
|
|
5577
5702
|
{
|
|
5578
5703
|
"description": "The color of the current day in the Calendar.\n",
|
|
5579
5704
|
"commentRange": {
|
|
5580
|
-
"start":
|
|
5581
|
-
"end":
|
|
5705
|
+
"start": 157,
|
|
5706
|
+
"end": 158
|
|
5582
5707
|
},
|
|
5583
5708
|
"context": {
|
|
5584
5709
|
"type": "variable",
|
|
@@ -5586,8 +5711,8 @@
|
|
|
5586
5711
|
"value": "$kendo-color-primary",
|
|
5587
5712
|
"scope": "default",
|
|
5588
5713
|
"line": {
|
|
5589
|
-
"start":
|
|
5590
|
-
"end":
|
|
5714
|
+
"start": 159,
|
|
5715
|
+
"end": 159
|
|
5591
5716
|
}
|
|
5592
5717
|
},
|
|
5593
5718
|
"group": [
|
|
@@ -5602,8 +5727,8 @@
|
|
|
5602
5727
|
{
|
|
5603
5728
|
"description": "The background color of the week number cells in the Calendar.\n",
|
|
5604
5729
|
"commentRange": {
|
|
5605
|
-
"start":
|
|
5606
|
-
"end":
|
|
5730
|
+
"start": 161,
|
|
5731
|
+
"end": 162
|
|
5607
5732
|
},
|
|
5608
5733
|
"context": {
|
|
5609
5734
|
"type": "variable",
|
|
@@ -5611,8 +5736,8 @@
|
|
|
5611
5736
|
"value": "null",
|
|
5612
5737
|
"scope": "default",
|
|
5613
5738
|
"line": {
|
|
5614
|
-
"start":
|
|
5615
|
-
"end":
|
|
5739
|
+
"start": 163,
|
|
5740
|
+
"end": 163
|
|
5616
5741
|
}
|
|
5617
5742
|
},
|
|
5618
5743
|
"group": [
|
|
@@ -5627,8 +5752,8 @@
|
|
|
5627
5752
|
{
|
|
5628
5753
|
"description": "The text color of the week number cells in the Calendar.\n",
|
|
5629
5754
|
"commentRange": {
|
|
5630
|
-
"start":
|
|
5631
|
-
"end":
|
|
5755
|
+
"start": 164,
|
|
5756
|
+
"end": 165
|
|
5632
5757
|
},
|
|
5633
5758
|
"context": {
|
|
5634
5759
|
"type": "variable",
|
|
@@ -5636,8 +5761,8 @@
|
|
|
5636
5761
|
"value": "$kendo-calendar-header-cell-text",
|
|
5637
5762
|
"scope": "default",
|
|
5638
5763
|
"line": {
|
|
5639
|
-
"start":
|
|
5640
|
-
"end":
|
|
5764
|
+
"start": 166,
|
|
5765
|
+
"end": 166
|
|
5641
5766
|
}
|
|
5642
5767
|
},
|
|
5643
5768
|
"group": [
|
|
@@ -5652,8 +5777,8 @@
|
|
|
5652
5777
|
{
|
|
5653
5778
|
"description": "The background color of the preceding/subsequent month cells in the Calendar.\n",
|
|
5654
5779
|
"commentRange": {
|
|
5655
|
-
"start":
|
|
5656
|
-
"end":
|
|
5780
|
+
"start": 168,
|
|
5781
|
+
"end": 169
|
|
5657
5782
|
},
|
|
5658
5783
|
"context": {
|
|
5659
5784
|
"type": "variable",
|
|
@@ -5661,8 +5786,8 @@
|
|
|
5661
5786
|
"value": "null",
|
|
5662
5787
|
"scope": "default",
|
|
5663
5788
|
"line": {
|
|
5664
|
-
"start":
|
|
5665
|
-
"end":
|
|
5789
|
+
"start": 170,
|
|
5790
|
+
"end": 170
|
|
5666
5791
|
}
|
|
5667
5792
|
},
|
|
5668
5793
|
"group": [
|
|
@@ -5677,8 +5802,8 @@
|
|
|
5677
5802
|
{
|
|
5678
5803
|
"description": "The text color of the preceding/subsequent month cells in the Calendar.\n",
|
|
5679
5804
|
"commentRange": {
|
|
5680
|
-
"start":
|
|
5681
|
-
"end":
|
|
5805
|
+
"start": 171,
|
|
5806
|
+
"end": 172
|
|
5682
5807
|
},
|
|
5683
5808
|
"context": {
|
|
5684
5809
|
"type": "variable",
|
|
@@ -5686,8 +5811,8 @@
|
|
|
5686
5811
|
"value": "$kendo-calendar-header-cell-text",
|
|
5687
5812
|
"scope": "default",
|
|
5688
5813
|
"line": {
|
|
5689
|
-
"start":
|
|
5690
|
-
"end":
|
|
5814
|
+
"start": 173,
|
|
5815
|
+
"end": 173
|
|
5691
5816
|
}
|
|
5692
5817
|
},
|
|
5693
5818
|
"group": [
|
|
@@ -5702,8 +5827,8 @@
|
|
|
5702
5827
|
{
|
|
5703
5828
|
"description": "The background color of the cells in the Calendar.\n",
|
|
5704
5829
|
"commentRange": {
|
|
5705
|
-
"start":
|
|
5706
|
-
"end":
|
|
5830
|
+
"start": 175,
|
|
5831
|
+
"end": 176
|
|
5707
5832
|
},
|
|
5708
5833
|
"context": {
|
|
5709
5834
|
"type": "variable",
|
|
@@ -5711,8 +5836,8 @@
|
|
|
5711
5836
|
"value": "null",
|
|
5712
5837
|
"scope": "default",
|
|
5713
5838
|
"line": {
|
|
5714
|
-
"start":
|
|
5715
|
-
"end":
|
|
5839
|
+
"start": 177,
|
|
5840
|
+
"end": 177
|
|
5716
5841
|
}
|
|
5717
5842
|
},
|
|
5718
5843
|
"group": [
|
|
@@ -5727,8 +5852,8 @@
|
|
|
5727
5852
|
{
|
|
5728
5853
|
"description": "The text color of the cells in the Calendar.\n",
|
|
5729
5854
|
"commentRange": {
|
|
5730
|
-
"start":
|
|
5731
|
-
"end":
|
|
5855
|
+
"start": 178,
|
|
5856
|
+
"end": 179
|
|
5732
5857
|
},
|
|
5733
5858
|
"context": {
|
|
5734
5859
|
"type": "variable",
|
|
@@ -5736,8 +5861,8 @@
|
|
|
5736
5861
|
"value": "null",
|
|
5737
5862
|
"scope": "default",
|
|
5738
5863
|
"line": {
|
|
5739
|
-
"start":
|
|
5740
|
-
"end":
|
|
5864
|
+
"start": 180,
|
|
5865
|
+
"end": 180
|
|
5741
5866
|
}
|
|
5742
5867
|
},
|
|
5743
5868
|
"group": [
|
|
@@ -5752,8 +5877,8 @@
|
|
|
5752
5877
|
{
|
|
5753
5878
|
"description": "The border color of the cells in the Calendar.\n",
|
|
5754
5879
|
"commentRange": {
|
|
5755
|
-
"start":
|
|
5756
|
-
"end":
|
|
5880
|
+
"start": 181,
|
|
5881
|
+
"end": 182
|
|
5757
5882
|
},
|
|
5758
5883
|
"context": {
|
|
5759
5884
|
"type": "variable",
|
|
@@ -5761,8 +5886,8 @@
|
|
|
5761
5886
|
"value": "null",
|
|
5762
5887
|
"scope": "default",
|
|
5763
5888
|
"line": {
|
|
5764
|
-
"start":
|
|
5765
|
-
"end":
|
|
5889
|
+
"start": 183,
|
|
5890
|
+
"end": 183
|
|
5766
5891
|
}
|
|
5767
5892
|
},
|
|
5768
5893
|
"group": [
|
|
@@ -5777,8 +5902,8 @@
|
|
|
5777
5902
|
{
|
|
5778
5903
|
"description": "The gradient of the cells in the Calendar.\n",
|
|
5779
5904
|
"commentRange": {
|
|
5780
|
-
"start":
|
|
5781
|
-
"end":
|
|
5905
|
+
"start": 184,
|
|
5906
|
+
"end": 185
|
|
5782
5907
|
},
|
|
5783
5908
|
"context": {
|
|
5784
5909
|
"type": "variable",
|
|
@@ -5786,8 +5911,8 @@
|
|
|
5786
5911
|
"value": "null",
|
|
5787
5912
|
"scope": "default",
|
|
5788
5913
|
"line": {
|
|
5789
|
-
"start":
|
|
5790
|
-
"end":
|
|
5914
|
+
"start": 186,
|
|
5915
|
+
"end": 186
|
|
5791
5916
|
}
|
|
5792
5917
|
},
|
|
5793
5918
|
"group": [
|
|
@@ -5802,8 +5927,8 @@
|
|
|
5802
5927
|
{
|
|
5803
5928
|
"description": "The background color of the hovered cells in the Calendar.\n",
|
|
5804
5929
|
"commentRange": {
|
|
5805
|
-
"start":
|
|
5806
|
-
"end":
|
|
5930
|
+
"start": 188,
|
|
5931
|
+
"end": 189
|
|
5807
5932
|
},
|
|
5808
5933
|
"context": {
|
|
5809
5934
|
"type": "variable",
|
|
@@ -5811,8 +5936,8 @@
|
|
|
5811
5936
|
"value": "$kendo-hover-bg",
|
|
5812
5937
|
"scope": "default",
|
|
5813
5938
|
"line": {
|
|
5814
|
-
"start":
|
|
5815
|
-
"end":
|
|
5939
|
+
"start": 190,
|
|
5940
|
+
"end": 190
|
|
5816
5941
|
}
|
|
5817
5942
|
},
|
|
5818
5943
|
"group": [
|
|
@@ -5827,8 +5952,8 @@
|
|
|
5827
5952
|
{
|
|
5828
5953
|
"description": "The text color of the hovered cells in the Calendar.\n",
|
|
5829
5954
|
"commentRange": {
|
|
5830
|
-
"start":
|
|
5831
|
-
"end":
|
|
5955
|
+
"start": 191,
|
|
5956
|
+
"end": 192
|
|
5832
5957
|
},
|
|
5833
5958
|
"context": {
|
|
5834
5959
|
"type": "variable",
|
|
@@ -5836,8 +5961,8 @@
|
|
|
5836
5961
|
"value": "$kendo-hover-text",
|
|
5837
5962
|
"scope": "default",
|
|
5838
5963
|
"line": {
|
|
5839
|
-
"start":
|
|
5840
|
-
"end":
|
|
5964
|
+
"start": 193,
|
|
5965
|
+
"end": 193
|
|
5841
5966
|
}
|
|
5842
5967
|
},
|
|
5843
5968
|
"group": [
|
|
@@ -5852,8 +5977,8 @@
|
|
|
5852
5977
|
{
|
|
5853
5978
|
"description": "The border color of the hovered cells in the Calendar.\n",
|
|
5854
5979
|
"commentRange": {
|
|
5855
|
-
"start":
|
|
5856
|
-
"end":
|
|
5980
|
+
"start": 194,
|
|
5981
|
+
"end": 195
|
|
5857
5982
|
},
|
|
5858
5983
|
"context": {
|
|
5859
5984
|
"type": "variable",
|
|
@@ -5861,8 +5986,8 @@
|
|
|
5861
5986
|
"value": "$kendo-hover-border",
|
|
5862
5987
|
"scope": "default",
|
|
5863
5988
|
"line": {
|
|
5864
|
-
"start":
|
|
5865
|
-
"end":
|
|
5989
|
+
"start": 196,
|
|
5990
|
+
"end": 196
|
|
5866
5991
|
}
|
|
5867
5992
|
},
|
|
5868
5993
|
"group": [
|
|
@@ -5877,8 +6002,8 @@
|
|
|
5877
6002
|
{
|
|
5878
6003
|
"description": "The gradient of the hovered cells in the Calendar.\n",
|
|
5879
6004
|
"commentRange": {
|
|
5880
|
-
"start":
|
|
5881
|
-
"end":
|
|
6005
|
+
"start": 197,
|
|
6006
|
+
"end": 198
|
|
5882
6007
|
},
|
|
5883
6008
|
"context": {
|
|
5884
6009
|
"type": "variable",
|
|
@@ -5886,8 +6011,8 @@
|
|
|
5886
6011
|
"value": "null",
|
|
5887
6012
|
"scope": "default",
|
|
5888
6013
|
"line": {
|
|
5889
|
-
"start":
|
|
5890
|
-
"end":
|
|
6014
|
+
"start": 199,
|
|
6015
|
+
"end": 199
|
|
5891
6016
|
}
|
|
5892
6017
|
},
|
|
5893
6018
|
"group": [
|
|
@@ -5902,8 +6027,8 @@
|
|
|
5902
6027
|
{
|
|
5903
6028
|
"description": "The background color of the selected cells in the Calendar.\n",
|
|
5904
6029
|
"commentRange": {
|
|
5905
|
-
"start":
|
|
5906
|
-
"end":
|
|
6030
|
+
"start": 201,
|
|
6031
|
+
"end": 202
|
|
5907
6032
|
},
|
|
5908
6033
|
"context": {
|
|
5909
6034
|
"type": "variable",
|
|
@@ -5911,8 +6036,8 @@
|
|
|
5911
6036
|
"value": "$kendo-color-primary",
|
|
5912
6037
|
"scope": "default",
|
|
5913
6038
|
"line": {
|
|
5914
|
-
"start":
|
|
5915
|
-
"end":
|
|
6039
|
+
"start": 203,
|
|
6040
|
+
"end": 203
|
|
5916
6041
|
}
|
|
5917
6042
|
},
|
|
5918
6043
|
"group": [
|
|
@@ -5927,8 +6052,8 @@
|
|
|
5927
6052
|
{
|
|
5928
6053
|
"description": "The text color of the selected cells in the Calendar.\n",
|
|
5929
6054
|
"commentRange": {
|
|
5930
|
-
"start":
|
|
5931
|
-
"end":
|
|
6055
|
+
"start": 204,
|
|
6056
|
+
"end": 205
|
|
5932
6057
|
},
|
|
5933
6058
|
"context": {
|
|
5934
6059
|
"type": "variable",
|
|
@@ -5936,8 +6061,8 @@
|
|
|
5936
6061
|
"value": "if($kendo-enable-color-system, k-color( on-primary ), k-contrast-color( $kendo-calendar-cell-selected-bg ))",
|
|
5937
6062
|
"scope": "default",
|
|
5938
6063
|
"line": {
|
|
5939
|
-
"start":
|
|
5940
|
-
"end":
|
|
6064
|
+
"start": 206,
|
|
6065
|
+
"end": 206
|
|
5941
6066
|
}
|
|
5942
6067
|
},
|
|
5943
6068
|
"group": [
|
|
@@ -5952,8 +6077,8 @@
|
|
|
5952
6077
|
{
|
|
5953
6078
|
"description": "The border color of the selected cells in the Calendar.\n",
|
|
5954
6079
|
"commentRange": {
|
|
5955
|
-
"start":
|
|
5956
|
-
"end":
|
|
6080
|
+
"start": 207,
|
|
6081
|
+
"end": 208
|
|
5957
6082
|
},
|
|
5958
6083
|
"context": {
|
|
5959
6084
|
"type": "variable",
|
|
@@ -5961,8 +6086,8 @@
|
|
|
5961
6086
|
"value": "$kendo-calendar-cell-selected-bg",
|
|
5962
6087
|
"scope": "default",
|
|
5963
6088
|
"line": {
|
|
5964
|
-
"start":
|
|
5965
|
-
"end":
|
|
6089
|
+
"start": 209,
|
|
6090
|
+
"end": 209
|
|
5966
6091
|
}
|
|
5967
6092
|
},
|
|
5968
6093
|
"group": [
|
|
@@ -5977,8 +6102,8 @@
|
|
|
5977
6102
|
{
|
|
5978
6103
|
"description": "The gradient of the selected cells in the Calendar.\n",
|
|
5979
6104
|
"commentRange": {
|
|
5980
|
-
"start":
|
|
5981
|
-
"end":
|
|
6105
|
+
"start": 210,
|
|
6106
|
+
"end": 211
|
|
5982
6107
|
},
|
|
5983
6108
|
"context": {
|
|
5984
6109
|
"type": "variable",
|
|
@@ -5986,8 +6111,8 @@
|
|
|
5986
6111
|
"value": "null",
|
|
5987
6112
|
"scope": "default",
|
|
5988
6113
|
"line": {
|
|
5989
|
-
"start":
|
|
5990
|
-
"end":
|
|
6114
|
+
"start": 212,
|
|
6115
|
+
"end": 212
|
|
5991
6116
|
}
|
|
5992
6117
|
},
|
|
5993
6118
|
"group": [
|
|
@@ -6002,8 +6127,8 @@
|
|
|
6002
6127
|
{
|
|
6003
6128
|
"description": "The background color of the selected and hovered cells in the Calendar.\n",
|
|
6004
6129
|
"commentRange": {
|
|
6005
|
-
"start":
|
|
6006
|
-
"end":
|
|
6130
|
+
"start": 214,
|
|
6131
|
+
"end": 215
|
|
6007
6132
|
},
|
|
6008
6133
|
"context": {
|
|
6009
6134
|
"type": "variable",
|
|
@@ -6011,8 +6136,8 @@
|
|
|
6011
6136
|
"value": "if($kendo-enable-color-system, k-color( primary-hover ), k-try-shade( $kendo-calendar-cell-selected-bg, .5 ))",
|
|
6012
6137
|
"scope": "default",
|
|
6013
6138
|
"line": {
|
|
6014
|
-
"start":
|
|
6015
|
-
"end":
|
|
6139
|
+
"start": 216,
|
|
6140
|
+
"end": 216
|
|
6016
6141
|
}
|
|
6017
6142
|
},
|
|
6018
6143
|
"group": [
|
|
@@ -6027,8 +6152,8 @@
|
|
|
6027
6152
|
{
|
|
6028
6153
|
"description": "The text color of the selected and hovered cells in the Calendar.\n",
|
|
6029
6154
|
"commentRange": {
|
|
6030
|
-
"start":
|
|
6031
|
-
"end":
|
|
6155
|
+
"start": 217,
|
|
6156
|
+
"end": 218
|
|
6032
6157
|
},
|
|
6033
6158
|
"context": {
|
|
6034
6159
|
"type": "variable",
|
|
@@ -6036,8 +6161,8 @@
|
|
|
6036
6161
|
"value": "$kendo-calendar-cell-selected-text",
|
|
6037
6162
|
"scope": "default",
|
|
6038
6163
|
"line": {
|
|
6039
|
-
"start":
|
|
6040
|
-
"end":
|
|
6164
|
+
"start": 219,
|
|
6165
|
+
"end": 219
|
|
6041
6166
|
}
|
|
6042
6167
|
},
|
|
6043
6168
|
"group": [
|
|
@@ -6052,8 +6177,8 @@
|
|
|
6052
6177
|
{
|
|
6053
6178
|
"description": "The border color of the selected and hovered cells in the Calendar.\n",
|
|
6054
6179
|
"commentRange": {
|
|
6055
|
-
"start":
|
|
6056
|
-
"end":
|
|
6180
|
+
"start": 220,
|
|
6181
|
+
"end": 221
|
|
6057
6182
|
},
|
|
6058
6183
|
"context": {
|
|
6059
6184
|
"type": "variable",
|
|
@@ -6061,8 +6186,8 @@
|
|
|
6061
6186
|
"value": "null",
|
|
6062
6187
|
"scope": "default",
|
|
6063
6188
|
"line": {
|
|
6064
|
-
"start":
|
|
6065
|
-
"end":
|
|
6189
|
+
"start": 222,
|
|
6190
|
+
"end": 222
|
|
6066
6191
|
}
|
|
6067
6192
|
},
|
|
6068
6193
|
"group": [
|
|
@@ -6077,8 +6202,8 @@
|
|
|
6077
6202
|
{
|
|
6078
6203
|
"description": "The gradient of the selected and hovered cells in the Calendar.\n",
|
|
6079
6204
|
"commentRange": {
|
|
6080
|
-
"start":
|
|
6081
|
-
"end":
|
|
6205
|
+
"start": 223,
|
|
6206
|
+
"end": 224
|
|
6082
6207
|
},
|
|
6083
6208
|
"context": {
|
|
6084
6209
|
"type": "variable",
|
|
@@ -6086,8 +6211,8 @@
|
|
|
6086
6211
|
"value": "null",
|
|
6087
6212
|
"scope": "default",
|
|
6088
6213
|
"line": {
|
|
6089
|
-
"start":
|
|
6090
|
-
"end":
|
|
6214
|
+
"start": 225,
|
|
6215
|
+
"end": 225
|
|
6091
6216
|
}
|
|
6092
6217
|
},
|
|
6093
6218
|
"group": [
|
|
@@ -6102,8 +6227,8 @@
|
|
|
6102
6227
|
{
|
|
6103
6228
|
"description": "The shadow of the focused cells in the Calendar.\n",
|
|
6104
6229
|
"commentRange": {
|
|
6105
|
-
"start":
|
|
6106
|
-
"end":
|
|
6230
|
+
"start": 227,
|
|
6231
|
+
"end": 228
|
|
6107
6232
|
},
|
|
6108
6233
|
"context": {
|
|
6109
6234
|
"type": "variable",
|
|
@@ -6111,8 +6236,8 @@
|
|
|
6111
6236
|
"value": "$kendo-list-item-focus-shadow",
|
|
6112
6237
|
"scope": "default",
|
|
6113
6238
|
"line": {
|
|
6114
|
-
"start":
|
|
6115
|
-
"end":
|
|
6239
|
+
"start": 229,
|
|
6240
|
+
"end": 229
|
|
6116
6241
|
}
|
|
6117
6242
|
},
|
|
6118
6243
|
"group": [
|
|
@@ -6127,8 +6252,8 @@
|
|
|
6127
6252
|
{
|
|
6128
6253
|
"description": "The shadow of the selected and focused cells in the Calendar.\n",
|
|
6129
6254
|
"commentRange": {
|
|
6130
|
-
"start":
|
|
6131
|
-
"end":
|
|
6255
|
+
"start": 230,
|
|
6256
|
+
"end": 231
|
|
6132
6257
|
},
|
|
6133
6258
|
"context": {
|
|
6134
6259
|
"type": "variable",
|
|
@@ -6136,8 +6261,8 @@
|
|
|
6136
6261
|
"value": "$kendo-calendar-cell-focus-shadow",
|
|
6137
6262
|
"scope": "default",
|
|
6138
6263
|
"line": {
|
|
6139
|
-
"start":
|
|
6140
|
-
"end":
|
|
6264
|
+
"start": 232,
|
|
6265
|
+
"end": 232
|
|
6141
6266
|
}
|
|
6142
6267
|
},
|
|
6143
6268
|
"group": [
|
|
@@ -6152,8 +6277,8 @@
|
|
|
6152
6277
|
{
|
|
6153
6278
|
"description": "The width of the Calendar navigation.\n",
|
|
6154
6279
|
"commentRange": {
|
|
6155
|
-
"start":
|
|
6156
|
-
"end":
|
|
6280
|
+
"start": 235,
|
|
6281
|
+
"end": 236
|
|
6157
6282
|
},
|
|
6158
6283
|
"context": {
|
|
6159
6284
|
"type": "variable",
|
|
@@ -6161,8 +6286,8 @@
|
|
|
6161
6286
|
"value": "5em",
|
|
6162
6287
|
"scope": "default",
|
|
6163
6288
|
"line": {
|
|
6164
|
-
"start":
|
|
6165
|
-
"end":
|
|
6289
|
+
"start": 237,
|
|
6290
|
+
"end": 237
|
|
6166
6291
|
}
|
|
6167
6292
|
},
|
|
6168
6293
|
"group": [
|
|
@@ -6177,8 +6302,8 @@
|
|
|
6177
6302
|
{
|
|
6178
6303
|
"description": "The height of the items in the Calendar navigation.\n",
|
|
6179
6304
|
"commentRange": {
|
|
6180
|
-
"start":
|
|
6181
|
-
"end":
|
|
6305
|
+
"start": 238,
|
|
6306
|
+
"end": 239
|
|
6182
6307
|
},
|
|
6183
6308
|
"context": {
|
|
6184
6309
|
"type": "variable",
|
|
@@ -6186,8 +6311,8 @@
|
|
|
6186
6311
|
"value": "2em",
|
|
6187
6312
|
"scope": "default",
|
|
6188
6313
|
"line": {
|
|
6189
|
-
"start":
|
|
6190
|
-
"end":
|
|
6314
|
+
"start": 240,
|
|
6315
|
+
"end": 240
|
|
6191
6316
|
}
|
|
6192
6317
|
},
|
|
6193
6318
|
"group": [
|
|
@@ -6202,8 +6327,8 @@
|
|
|
6202
6327
|
{
|
|
6203
6328
|
"description": "The background color of the Calendar navigation.\n",
|
|
6204
6329
|
"commentRange": {
|
|
6205
|
-
"start":
|
|
6206
|
-
"end":
|
|
6330
|
+
"start": 242,
|
|
6331
|
+
"end": 243
|
|
6207
6332
|
},
|
|
6208
6333
|
"context": {
|
|
6209
6334
|
"type": "variable",
|
|
@@ -6211,8 +6336,8 @@
|
|
|
6211
6336
|
"value": "if($kendo-enable-color-system, k-color( surface ), k-true-mix( $kendo-calendar-text, $kendo-calendar-bg, 3))",
|
|
6212
6337
|
"scope": "default",
|
|
6213
6338
|
"line": {
|
|
6214
|
-
"start":
|
|
6215
|
-
"end":
|
|
6339
|
+
"start": 244,
|
|
6340
|
+
"end": 244
|
|
6216
6341
|
}
|
|
6217
6342
|
},
|
|
6218
6343
|
"group": [
|
|
@@ -6227,8 +6352,8 @@
|
|
|
6227
6352
|
{
|
|
6228
6353
|
"description": "The text color of the Calendar navigation.\n",
|
|
6229
6354
|
"commentRange": {
|
|
6230
|
-
"start":
|
|
6231
|
-
"end":
|
|
6355
|
+
"start": 245,
|
|
6356
|
+
"end": 246
|
|
6232
6357
|
},
|
|
6233
6358
|
"context": {
|
|
6234
6359
|
"type": "variable",
|
|
@@ -6236,8 +6361,8 @@
|
|
|
6236
6361
|
"value": "$kendo-calendar-text",
|
|
6237
6362
|
"scope": "default",
|
|
6238
6363
|
"line": {
|
|
6239
|
-
"start":
|
|
6240
|
-
"end":
|
|
6364
|
+
"start": 247,
|
|
6365
|
+
"end": 247
|
|
6241
6366
|
}
|
|
6242
6367
|
},
|
|
6243
6368
|
"group": [
|
|
@@ -6252,8 +6377,8 @@
|
|
|
6252
6377
|
{
|
|
6253
6378
|
"description": "The border color of the Calendar navigation.\n",
|
|
6254
6379
|
"commentRange": {
|
|
6255
|
-
"start":
|
|
6256
|
-
"end":
|
|
6380
|
+
"start": 248,
|
|
6381
|
+
"end": 249
|
|
6257
6382
|
},
|
|
6258
6383
|
"context": {
|
|
6259
6384
|
"type": "variable",
|
|
@@ -6261,8 +6386,8 @@
|
|
|
6261
6386
|
"value": "$kendo-calendar-border",
|
|
6262
6387
|
"scope": "default",
|
|
6263
6388
|
"line": {
|
|
6264
|
-
"start":
|
|
6265
|
-
"end":
|
|
6389
|
+
"start": 250,
|
|
6390
|
+
"end": 250
|
|
6266
6391
|
}
|
|
6267
6392
|
},
|
|
6268
6393
|
"group": [
|
|
@@ -6277,8 +6402,8 @@
|
|
|
6277
6402
|
{
|
|
6278
6403
|
"description": "The horizontal padding of the header in the Infinite Calendar.\n",
|
|
6279
6404
|
"commentRange": {
|
|
6280
|
-
"start":
|
|
6281
|
-
"end":
|
|
6405
|
+
"start": 256,
|
|
6406
|
+
"end": 257
|
|
6282
6407
|
},
|
|
6283
6408
|
"context": {
|
|
6284
6409
|
"type": "variable",
|
|
@@ -6286,8 +6411,8 @@
|
|
|
6286
6411
|
"value": "k-spacing(4)",
|
|
6287
6412
|
"scope": "default",
|
|
6288
6413
|
"line": {
|
|
6289
|
-
"start":
|
|
6290
|
-
"end":
|
|
6414
|
+
"start": 258,
|
|
6415
|
+
"end": 258
|
|
6291
6416
|
}
|
|
6292
6417
|
},
|
|
6293
6418
|
"group": [
|
|
@@ -6302,8 +6427,8 @@
|
|
|
6302
6427
|
{
|
|
6303
6428
|
"description": "The vertical padding of the header in the Infinite Calendar.\n",
|
|
6304
6429
|
"commentRange": {
|
|
6305
|
-
"start":
|
|
6306
|
-
"end":
|
|
6430
|
+
"start": 259,
|
|
6431
|
+
"end": 260
|
|
6307
6432
|
},
|
|
6308
6433
|
"context": {
|
|
6309
6434
|
"type": "variable",
|
|
@@ -6311,8 +6436,8 @@
|
|
|
6311
6436
|
"value": "k-spacing(2)",
|
|
6312
6437
|
"scope": "default",
|
|
6313
6438
|
"line": {
|
|
6314
|
-
"start":
|
|
6315
|
-
"end":
|
|
6439
|
+
"start": 261,
|
|
6440
|
+
"end": 261
|
|
6316
6441
|
}
|
|
6317
6442
|
},
|
|
6318
6443
|
"group": [
|
|
@@ -6327,8 +6452,8 @@
|
|
|
6327
6452
|
{
|
|
6328
6453
|
"description": "The horizontal padding of the Calendar view in the Infinite Calendar.\n",
|
|
6329
6454
|
"commentRange": {
|
|
6330
|
-
"start":
|
|
6331
|
-
"end":
|
|
6455
|
+
"start": 263,
|
|
6456
|
+
"end": 264
|
|
6332
6457
|
},
|
|
6333
6458
|
"context": {
|
|
6334
6459
|
"type": "variable",
|
|
@@ -6336,8 +6461,8 @@
|
|
|
6336
6461
|
"value": "k-spacing(4)",
|
|
6337
6462
|
"scope": "default",
|
|
6338
6463
|
"line": {
|
|
6339
|
-
"start":
|
|
6340
|
-
"end":
|
|
6464
|
+
"start": 265,
|
|
6465
|
+
"end": 265
|
|
6341
6466
|
}
|
|
6342
6467
|
},
|
|
6343
6468
|
"group": [
|
|
@@ -6352,8 +6477,8 @@
|
|
|
6352
6477
|
{
|
|
6353
6478
|
"description": "The vertical padding of the Calendar view in the Infinite Calendar.\n",
|
|
6354
6479
|
"commentRange": {
|
|
6355
|
-
"start":
|
|
6356
|
-
"end":
|
|
6480
|
+
"start": 266,
|
|
6481
|
+
"end": 267
|
|
6357
6482
|
},
|
|
6358
6483
|
"context": {
|
|
6359
6484
|
"type": "variable",
|
|
@@ -6361,8 +6486,8 @@
|
|
|
6361
6486
|
"value": "k-spacing(0)",
|
|
6362
6487
|
"scope": "default",
|
|
6363
6488
|
"line": {
|
|
6364
|
-
"start":
|
|
6365
|
-
"end":
|
|
6489
|
+
"start": 268,
|
|
6490
|
+
"end": 268
|
|
6366
6491
|
}
|
|
6367
6492
|
},
|
|
6368
6493
|
"group": [
|
|
@@ -6377,8 +6502,8 @@
|
|
|
6377
6502
|
{
|
|
6378
6503
|
"description": "The height of the Calendar view in the Infinite Calendar.\n",
|
|
6379
6504
|
"commentRange": {
|
|
6380
|
-
"start":
|
|
6381
|
-
"end":
|
|
6505
|
+
"start": 270,
|
|
6506
|
+
"end": 271
|
|
6382
6507
|
},
|
|
6383
6508
|
"context": {
|
|
6384
6509
|
"type": "variable",
|
|
@@ -6386,8 +6511,8 @@
|
|
|
6386
6511
|
"value": "( $kendo-calendar-cell-size * 9 )",
|
|
6387
6512
|
"scope": "default",
|
|
6388
6513
|
"line": {
|
|
6389
|
-
"start":
|
|
6390
|
-
"end":
|
|
6514
|
+
"start": 272,
|
|
6515
|
+
"end": 272
|
|
6391
6516
|
}
|
|
6392
6517
|
},
|
|
6393
6518
|
"group": [
|
|
@@ -6402,8 +6527,8 @@
|
|
|
6402
6527
|
{
|
|
6403
6528
|
"description": "The border radius of the range cells in the Multiview Calendar.\n",
|
|
6404
6529
|
"commentRange": {
|
|
6405
|
-
"start":
|
|
6406
|
-
"end":
|
|
6530
|
+
"start": 277,
|
|
6531
|
+
"end": 278
|
|
6407
6532
|
},
|
|
6408
6533
|
"context": {
|
|
6409
6534
|
"type": "variable",
|
|
@@ -6411,8 +6536,8 @@
|
|
|
6411
6536
|
"value": "k-border-radius(full)",
|
|
6412
6537
|
"scope": "default",
|
|
6413
6538
|
"line": {
|
|
6414
|
-
"start":
|
|
6415
|
-
"end":
|
|
6539
|
+
"start": 279,
|
|
6540
|
+
"end": 279
|
|
6416
6541
|
}
|
|
6417
6542
|
},
|
|
6418
6543
|
"group": [
|
|
@@ -6427,8 +6552,8 @@
|
|
|
6427
6552
|
{
|
|
6428
6553
|
"description": "The font size of the small Calendar.\n",
|
|
6429
6554
|
"commentRange": {
|
|
6430
|
-
"start":
|
|
6431
|
-
"end":
|
|
6555
|
+
"start": 283,
|
|
6556
|
+
"end": 284
|
|
6432
6557
|
},
|
|
6433
6558
|
"context": {
|
|
6434
6559
|
"type": "variable",
|
|
@@ -6436,8 +6561,8 @@
|
|
|
6436
6561
|
"value": "var( --kendo-font-size, inherit )",
|
|
6437
6562
|
"scope": "default",
|
|
6438
6563
|
"line": {
|
|
6439
|
-
"start":
|
|
6440
|
-
"end":
|
|
6564
|
+
"start": 285,
|
|
6565
|
+
"end": 285
|
|
6441
6566
|
}
|
|
6442
6567
|
},
|
|
6443
6568
|
"group": [
|
|
@@ -6452,8 +6577,8 @@
|
|
|
6452
6577
|
{
|
|
6453
6578
|
"description": "The line height of the small Calendar.\n",
|
|
6454
6579
|
"commentRange": {
|
|
6455
|
-
"start":
|
|
6456
|
-
"end":
|
|
6580
|
+
"start": 286,
|
|
6581
|
+
"end": 287
|
|
6457
6582
|
},
|
|
6458
6583
|
"context": {
|
|
6459
6584
|
"type": "variable",
|
|
@@ -6461,8 +6586,8 @@
|
|
|
6461
6586
|
"value": "var( --kendo-line-height, normal )",
|
|
6462
6587
|
"scope": "default",
|
|
6463
6588
|
"line": {
|
|
6464
|
-
"start":
|
|
6465
|
-
"end":
|
|
6589
|
+
"start": 288,
|
|
6590
|
+
"end": 288
|
|
6466
6591
|
}
|
|
6467
6592
|
},
|
|
6468
6593
|
"group": [
|
|
@@ -6477,8 +6602,8 @@
|
|
|
6477
6602
|
{
|
|
6478
6603
|
"description": "The size of the cells in the small Calendar.\n",
|
|
6479
6604
|
"commentRange": {
|
|
6480
|
-
"start":
|
|
6481
|
-
"end":
|
|
6605
|
+
"start": 289,
|
|
6606
|
+
"end": 290
|
|
6482
6607
|
},
|
|
6483
6608
|
"context": {
|
|
6484
6609
|
"type": "variable",
|
|
@@ -6486,8 +6611,8 @@
|
|
|
6486
6611
|
"value": "32px",
|
|
6487
6612
|
"scope": "default",
|
|
6488
6613
|
"line": {
|
|
6489
|
-
"start":
|
|
6490
|
-
"end":
|
|
6614
|
+
"start": 291,
|
|
6615
|
+
"end": 291
|
|
6491
6616
|
}
|
|
6492
6617
|
},
|
|
6493
6618
|
"group": [
|
|
@@ -6502,8 +6627,8 @@
|
|
|
6502
6627
|
{
|
|
6503
6628
|
"description": "The horizontal padding of the cells in the small Calendar.\n",
|
|
6504
6629
|
"commentRange": {
|
|
6505
|
-
"start":
|
|
6506
|
-
"end":
|
|
6630
|
+
"start": 292,
|
|
6631
|
+
"end": 293
|
|
6507
6632
|
},
|
|
6508
6633
|
"context": {
|
|
6509
6634
|
"type": "variable",
|
|
@@ -6511,8 +6636,8 @@
|
|
|
6511
6636
|
"value": "k-spacing(0.5)",
|
|
6512
6637
|
"scope": "default",
|
|
6513
6638
|
"line": {
|
|
6514
|
-
"start":
|
|
6515
|
-
"end":
|
|
6639
|
+
"start": 294,
|
|
6640
|
+
"end": 294
|
|
6516
6641
|
}
|
|
6517
6642
|
},
|
|
6518
6643
|
"group": [
|
|
@@ -6527,8 +6652,8 @@
|
|
|
6527
6652
|
{
|
|
6528
6653
|
"description": "The vertical padding of the cells in the small Calendar.\n",
|
|
6529
6654
|
"commentRange": {
|
|
6530
|
-
"start":
|
|
6531
|
-
"end":
|
|
6655
|
+
"start": 295,
|
|
6656
|
+
"end": 296
|
|
6532
6657
|
},
|
|
6533
6658
|
"context": {
|
|
6534
6659
|
"type": "variable",
|
|
@@ -6536,8 +6661,8 @@
|
|
|
6536
6661
|
"value": "k-spacing(0.5)",
|
|
6537
6662
|
"scope": "default",
|
|
6538
6663
|
"line": {
|
|
6539
|
-
"start":
|
|
6540
|
-
"end":
|
|
6664
|
+
"start": 297,
|
|
6665
|
+
"end": 297
|
|
6541
6666
|
}
|
|
6542
6667
|
},
|
|
6543
6668
|
"group": [
|
|
@@ -6552,8 +6677,8 @@
|
|
|
6552
6677
|
{
|
|
6553
6678
|
"description": "The font size of the medium Calendar.\n",
|
|
6554
6679
|
"commentRange": {
|
|
6555
|
-
"start":
|
|
6556
|
-
"end":
|
|
6680
|
+
"start": 299,
|
|
6681
|
+
"end": 300
|
|
6557
6682
|
},
|
|
6558
6683
|
"context": {
|
|
6559
6684
|
"type": "variable",
|
|
@@ -6561,8 +6686,8 @@
|
|
|
6561
6686
|
"value": "var( --kendo-font-size, inherit )",
|
|
6562
6687
|
"scope": "default",
|
|
6563
6688
|
"line": {
|
|
6564
|
-
"start":
|
|
6565
|
-
"end":
|
|
6689
|
+
"start": 301,
|
|
6690
|
+
"end": 301
|
|
6566
6691
|
}
|
|
6567
6692
|
},
|
|
6568
6693
|
"group": [
|
|
@@ -6577,8 +6702,8 @@
|
|
|
6577
6702
|
{
|
|
6578
6703
|
"description": "The line height of the medium Calendar.\n",
|
|
6579
6704
|
"commentRange": {
|
|
6580
|
-
"start":
|
|
6581
|
-
"end":
|
|
6705
|
+
"start": 302,
|
|
6706
|
+
"end": 303
|
|
6582
6707
|
},
|
|
6583
6708
|
"context": {
|
|
6584
6709
|
"type": "variable",
|
|
@@ -6586,8 +6711,8 @@
|
|
|
6586
6711
|
"value": "var( --kendo-line-height, normal )",
|
|
6587
6712
|
"scope": "default",
|
|
6588
6713
|
"line": {
|
|
6589
|
-
"start":
|
|
6590
|
-
"end":
|
|
6714
|
+
"start": 304,
|
|
6715
|
+
"end": 304
|
|
6591
6716
|
}
|
|
6592
6717
|
},
|
|
6593
6718
|
"group": [
|
|
@@ -6602,8 +6727,8 @@
|
|
|
6602
6727
|
{
|
|
6603
6728
|
"description": "The size of the cells in the medium Calendar.\n",
|
|
6604
6729
|
"commentRange": {
|
|
6605
|
-
"start":
|
|
6606
|
-
"end":
|
|
6730
|
+
"start": 305,
|
|
6731
|
+
"end": 306
|
|
6607
6732
|
},
|
|
6608
6733
|
"context": {
|
|
6609
6734
|
"type": "variable",
|
|
@@ -6611,8 +6736,8 @@
|
|
|
6611
6736
|
"value": "36px",
|
|
6612
6737
|
"scope": "default",
|
|
6613
6738
|
"line": {
|
|
6614
|
-
"start":
|
|
6615
|
-
"end":
|
|
6739
|
+
"start": 307,
|
|
6740
|
+
"end": 307
|
|
6616
6741
|
}
|
|
6617
6742
|
},
|
|
6618
6743
|
"group": [
|
|
@@ -6627,8 +6752,8 @@
|
|
|
6627
6752
|
{
|
|
6628
6753
|
"description": "The horizontal padding of the cells in the medium Calendar.\n",
|
|
6629
6754
|
"commentRange": {
|
|
6630
|
-
"start":
|
|
6631
|
-
"end":
|
|
6755
|
+
"start": 308,
|
|
6756
|
+
"end": 309
|
|
6632
6757
|
},
|
|
6633
6758
|
"context": {
|
|
6634
6759
|
"type": "variable",
|
|
@@ -6636,8 +6761,8 @@
|
|
|
6636
6761
|
"value": "k-spacing(1)",
|
|
6637
6762
|
"scope": "default",
|
|
6638
6763
|
"line": {
|
|
6639
|
-
"start":
|
|
6640
|
-
"end":
|
|
6764
|
+
"start": 310,
|
|
6765
|
+
"end": 310
|
|
6641
6766
|
}
|
|
6642
6767
|
},
|
|
6643
6768
|
"group": [
|
|
@@ -6652,8 +6777,8 @@
|
|
|
6652
6777
|
{
|
|
6653
6778
|
"description": "The vertical padding of the cells in the medium Calendar.\n",
|
|
6654
6779
|
"commentRange": {
|
|
6655
|
-
"start":
|
|
6656
|
-
"end":
|
|
6780
|
+
"start": 311,
|
|
6781
|
+
"end": 312
|
|
6657
6782
|
},
|
|
6658
6783
|
"context": {
|
|
6659
6784
|
"type": "variable",
|
|
@@ -6661,8 +6786,8 @@
|
|
|
6661
6786
|
"value": "k-spacing(1)",
|
|
6662
6787
|
"scope": "default",
|
|
6663
6788
|
"line": {
|
|
6664
|
-
"start":
|
|
6665
|
-
"end":
|
|
6789
|
+
"start": 313,
|
|
6790
|
+
"end": 313
|
|
6666
6791
|
}
|
|
6667
6792
|
},
|
|
6668
6793
|
"group": [
|
|
@@ -6677,8 +6802,8 @@
|
|
|
6677
6802
|
{
|
|
6678
6803
|
"description": "The font size of the large Calendar.\n",
|
|
6679
6804
|
"commentRange": {
|
|
6680
|
-
"start":
|
|
6681
|
-
"end":
|
|
6805
|
+
"start": 315,
|
|
6806
|
+
"end": 316
|
|
6682
6807
|
},
|
|
6683
6808
|
"context": {
|
|
6684
6809
|
"type": "variable",
|
|
@@ -6686,8 +6811,8 @@
|
|
|
6686
6811
|
"value": "var( --kendo-font-size-lg, inherit )",
|
|
6687
6812
|
"scope": "default",
|
|
6688
6813
|
"line": {
|
|
6689
|
-
"start":
|
|
6690
|
-
"end":
|
|
6814
|
+
"start": 317,
|
|
6815
|
+
"end": 317
|
|
6691
6816
|
}
|
|
6692
6817
|
},
|
|
6693
6818
|
"group": [
|
|
@@ -6702,8 +6827,8 @@
|
|
|
6702
6827
|
{
|
|
6703
6828
|
"description": "The line height of the large Calendar.\n",
|
|
6704
6829
|
"commentRange": {
|
|
6705
|
-
"start":
|
|
6706
|
-
"end":
|
|
6830
|
+
"start": 318,
|
|
6831
|
+
"end": 319
|
|
6707
6832
|
},
|
|
6708
6833
|
"context": {
|
|
6709
6834
|
"type": "variable",
|
|
@@ -6711,8 +6836,8 @@
|
|
|
6711
6836
|
"value": "var( --kendo-line-height-lg, normal )",
|
|
6712
6837
|
"scope": "default",
|
|
6713
6838
|
"line": {
|
|
6714
|
-
"start":
|
|
6715
|
-
"end":
|
|
6839
|
+
"start": 320,
|
|
6840
|
+
"end": 320
|
|
6716
6841
|
}
|
|
6717
6842
|
},
|
|
6718
6843
|
"group": [
|
|
@@ -6727,8 +6852,8 @@
|
|
|
6727
6852
|
{
|
|
6728
6853
|
"description": "The size of the cells in the large Calendar.\n",
|
|
6729
6854
|
"commentRange": {
|
|
6730
|
-
"start":
|
|
6731
|
-
"end":
|
|
6855
|
+
"start": 321,
|
|
6856
|
+
"end": 322
|
|
6732
6857
|
},
|
|
6733
6858
|
"context": {
|
|
6734
6859
|
"type": "variable",
|
|
@@ -6736,8 +6861,8 @@
|
|
|
6736
6861
|
"value": "40px",
|
|
6737
6862
|
"scope": "default",
|
|
6738
6863
|
"line": {
|
|
6739
|
-
"start":
|
|
6740
|
-
"end":
|
|
6864
|
+
"start": 323,
|
|
6865
|
+
"end": 323
|
|
6741
6866
|
}
|
|
6742
6867
|
},
|
|
6743
6868
|
"group": [
|
|
@@ -6752,8 +6877,8 @@
|
|
|
6752
6877
|
{
|
|
6753
6878
|
"description": "The horizontal padding of the cells in the large Calendar.\n",
|
|
6754
6879
|
"commentRange": {
|
|
6755
|
-
"start":
|
|
6756
|
-
"end":
|
|
6880
|
+
"start": 324,
|
|
6881
|
+
"end": 325
|
|
6757
6882
|
},
|
|
6758
6883
|
"context": {
|
|
6759
6884
|
"type": "variable",
|
|
@@ -6761,8 +6886,8 @@
|
|
|
6761
6886
|
"value": "k-spacing(1)",
|
|
6762
6887
|
"scope": "default",
|
|
6763
6888
|
"line": {
|
|
6764
|
-
"start":
|
|
6765
|
-
"end":
|
|
6889
|
+
"start": 326,
|
|
6890
|
+
"end": 326
|
|
6766
6891
|
}
|
|
6767
6892
|
},
|
|
6768
6893
|
"group": [
|
|
@@ -6777,8 +6902,8 @@
|
|
|
6777
6902
|
{
|
|
6778
6903
|
"description": "The vertical padding of the cells in the large Calendar.\n",
|
|
6779
6904
|
"commentRange": {
|
|
6780
|
-
"start":
|
|
6781
|
-
"end":
|
|
6905
|
+
"start": 327,
|
|
6906
|
+
"end": 328
|
|
6782
6907
|
},
|
|
6783
6908
|
"context": {
|
|
6784
6909
|
"type": "variable",
|
|
@@ -6786,8 +6911,8 @@
|
|
|
6786
6911
|
"value": "k-spacing(1)",
|
|
6787
6912
|
"scope": "default",
|
|
6788
6913
|
"line": {
|
|
6789
|
-
"start":
|
|
6790
|
-
"end":
|
|
6914
|
+
"start": 329,
|
|
6915
|
+
"end": 329
|
|
6791
6916
|
}
|
|
6792
6917
|
},
|
|
6793
6918
|
"group": [
|
|
@@ -6802,8 +6927,8 @@
|
|
|
6802
6927
|
{
|
|
6803
6928
|
"description": "The sizes Map of the Calendar.\n",
|
|
6804
6929
|
"commentRange": {
|
|
6805
|
-
"start":
|
|
6806
|
-
"end":
|
|
6930
|
+
"start": 331,
|
|
6931
|
+
"end": 332
|
|
6807
6932
|
},
|
|
6808
6933
|
"context": {
|
|
6809
6934
|
"type": "variable",
|
|
@@ -6811,8 +6936,8 @@
|
|
|
6811
6936
|
"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)",
|
|
6812
6937
|
"scope": "default",
|
|
6813
6938
|
"line": {
|
|
6814
|
-
"start":
|
|
6815
|
-
"end":
|
|
6939
|
+
"start": 333,
|
|
6940
|
+
"end": 355
|
|
6816
6941
|
}
|
|
6817
6942
|
},
|
|
6818
6943
|
"group": [
|
|
@@ -10508,7 +10633,7 @@
|
|
|
10508
10633
|
"context": {
|
|
10509
10634
|
"type": "variable",
|
|
10510
10635
|
"name": "kendo-checkbox-border",
|
|
10511
|
-
"value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface )
|
|
10636
|
+
"value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 44%, transparent), rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .54 ))",
|
|
10512
10637
|
"scope": "default",
|
|
10513
10638
|
"line": {
|
|
10514
10639
|
"start": 67,
|
|
@@ -12233,7 +12358,7 @@
|
|
|
12233
12358
|
"context": {
|
|
12234
12359
|
"type": "variable",
|
|
12235
12360
|
"name": "kendo-chip-outline-text",
|
|
12236
|
-
"value": "$kendo-chip-solid-text",
|
|
12361
|
+
"value": "if($kendo-enable-color-system, k-color( base-on-surface ), $kendo-chip-solid-text)",
|
|
12237
12362
|
"scope": "default",
|
|
12238
12363
|
"line": {
|
|
12239
12364
|
"start": 149,
|
|
@@ -15912,15 +16037,40 @@
|
|
|
15912
16037
|
}
|
|
15913
16038
|
},
|
|
15914
16039
|
{
|
|
15915
|
-
"description": "The
|
|
16040
|
+
"description": "The font family of the Drawer.\n",
|
|
16041
|
+
"commentRange": {
|
|
16042
|
+
"start": 16,
|
|
16043
|
+
"end": 17
|
|
16044
|
+
},
|
|
16045
|
+
"context": {
|
|
16046
|
+
"type": "variable",
|
|
16047
|
+
"name": "kendo-drawer-font-family",
|
|
16048
|
+
"value": "var( --kendo-font-family, inherit )",
|
|
16049
|
+
"scope": "default",
|
|
16050
|
+
"line": {
|
|
16051
|
+
"start": 18,
|
|
16052
|
+
"end": 18
|
|
16053
|
+
}
|
|
16054
|
+
},
|
|
16055
|
+
"group": [
|
|
16056
|
+
"drawer"
|
|
16057
|
+
],
|
|
16058
|
+
"access": "public",
|
|
16059
|
+
"file": {
|
|
16060
|
+
"path": "drawer/_variables.scss",
|
|
16061
|
+
"name": "_variables.scss"
|
|
16062
|
+
}
|
|
16063
|
+
},
|
|
16064
|
+
{
|
|
16065
|
+
"description": "The font size of the Drawer.\n",
|
|
15916
16066
|
"commentRange": {
|
|
15917
16067
|
"start": 19,
|
|
15918
16068
|
"end": 20
|
|
15919
16069
|
},
|
|
15920
16070
|
"context": {
|
|
15921
16071
|
"type": "variable",
|
|
15922
|
-
"name": "kendo-drawer-
|
|
15923
|
-
"value": "
|
|
16072
|
+
"name": "kendo-drawer-font-size",
|
|
16073
|
+
"value": "var( --kendo-font-size, inherit )",
|
|
15924
16074
|
"scope": "default",
|
|
15925
16075
|
"line": {
|
|
15926
16076
|
"start": 21,
|
|
@@ -15936,11 +16086,86 @@
|
|
|
15936
16086
|
"name": "_variables.scss"
|
|
15937
16087
|
}
|
|
15938
16088
|
},
|
|
16089
|
+
{
|
|
16090
|
+
"description": "The line height of the Drawer.\n",
|
|
16091
|
+
"commentRange": {
|
|
16092
|
+
"start": 22,
|
|
16093
|
+
"end": 23
|
|
16094
|
+
},
|
|
16095
|
+
"context": {
|
|
16096
|
+
"type": "variable",
|
|
16097
|
+
"name": "kendo-drawer-line-height",
|
|
16098
|
+
"value": "var( --kendo-line-height, normal )",
|
|
16099
|
+
"scope": "default",
|
|
16100
|
+
"line": {
|
|
16101
|
+
"start": 24,
|
|
16102
|
+
"end": 24
|
|
16103
|
+
}
|
|
16104
|
+
},
|
|
16105
|
+
"group": [
|
|
16106
|
+
"drawer"
|
|
16107
|
+
],
|
|
16108
|
+
"access": "public",
|
|
16109
|
+
"file": {
|
|
16110
|
+
"path": "drawer/_variables.scss",
|
|
16111
|
+
"name": "_variables.scss"
|
|
16112
|
+
}
|
|
16113
|
+
},
|
|
16114
|
+
{
|
|
16115
|
+
"description": "The horizontal padding of the Drawer content.\n",
|
|
16116
|
+
"commentRange": {
|
|
16117
|
+
"start": 26,
|
|
16118
|
+
"end": 27
|
|
16119
|
+
},
|
|
16120
|
+
"context": {
|
|
16121
|
+
"type": "variable",
|
|
16122
|
+
"name": "kendo-drawer-content-padding-x",
|
|
16123
|
+
"value": "null",
|
|
16124
|
+
"scope": "default",
|
|
16125
|
+
"line": {
|
|
16126
|
+
"start": 28,
|
|
16127
|
+
"end": 28
|
|
16128
|
+
}
|
|
16129
|
+
},
|
|
16130
|
+
"group": [
|
|
16131
|
+
"drawer"
|
|
16132
|
+
],
|
|
16133
|
+
"access": "public",
|
|
16134
|
+
"file": {
|
|
16135
|
+
"path": "drawer/_variables.scss",
|
|
16136
|
+
"name": "_variables.scss"
|
|
16137
|
+
}
|
|
16138
|
+
},
|
|
16139
|
+
{
|
|
16140
|
+
"description": "The vertical padding of the Drawer content.\n",
|
|
16141
|
+
"commentRange": {
|
|
16142
|
+
"start": 29,
|
|
16143
|
+
"end": 30
|
|
16144
|
+
},
|
|
16145
|
+
"context": {
|
|
16146
|
+
"type": "variable",
|
|
16147
|
+
"name": "kendo-drawer-content-padding-y",
|
|
16148
|
+
"value": "null",
|
|
16149
|
+
"scope": "default",
|
|
16150
|
+
"line": {
|
|
16151
|
+
"start": 31,
|
|
16152
|
+
"end": 31
|
|
16153
|
+
}
|
|
16154
|
+
},
|
|
16155
|
+
"group": [
|
|
16156
|
+
"drawer"
|
|
16157
|
+
],
|
|
16158
|
+
"access": "public",
|
|
16159
|
+
"file": {
|
|
16160
|
+
"path": "drawer/_variables.scss",
|
|
16161
|
+
"name": "_variables.scss"
|
|
16162
|
+
}
|
|
16163
|
+
},
|
|
15939
16164
|
{
|
|
15940
16165
|
"description": "The width of the Drawer scrollbar.\n",
|
|
15941
16166
|
"commentRange": {
|
|
15942
|
-
"start":
|
|
15943
|
-
"end":
|
|
16167
|
+
"start": 33,
|
|
16168
|
+
"end": 34
|
|
15944
16169
|
},
|
|
15945
16170
|
"context": {
|
|
15946
16171
|
"type": "variable",
|
|
@@ -15948,8 +16173,8 @@
|
|
|
15948
16173
|
"value": "7px",
|
|
15949
16174
|
"scope": "default",
|
|
15950
16175
|
"line": {
|
|
15951
|
-
"start":
|
|
15952
|
-
"end":
|
|
16176
|
+
"start": 35,
|
|
16177
|
+
"end": 35
|
|
15953
16178
|
}
|
|
15954
16179
|
},
|
|
15955
16180
|
"group": [
|
|
@@ -15964,8 +16189,8 @@
|
|
|
15964
16189
|
{
|
|
15965
16190
|
"description": "The color of the Drawer scrollbar track.\n",
|
|
15966
16191
|
"commentRange": {
|
|
15967
|
-
"start":
|
|
15968
|
-
"end":
|
|
16192
|
+
"start": 36,
|
|
16193
|
+
"end": 37
|
|
15969
16194
|
},
|
|
15970
16195
|
"context": {
|
|
15971
16196
|
"type": "variable",
|
|
@@ -15973,8 +16198,8 @@
|
|
|
15973
16198
|
"value": "rgba( 156, 156, 156, .7 )",
|
|
15974
16199
|
"scope": "default",
|
|
15975
16200
|
"line": {
|
|
15976
|
-
"start":
|
|
15977
|
-
"end":
|
|
16201
|
+
"start": 38,
|
|
16202
|
+
"end": 38
|
|
15978
16203
|
}
|
|
15979
16204
|
},
|
|
15980
16205
|
"group": [
|
|
@@ -15989,8 +16214,8 @@
|
|
|
15989
16214
|
{
|
|
15990
16215
|
"description": "The background color of the Drawer scrollbar thumb.\n",
|
|
15991
16216
|
"commentRange": {
|
|
15992
|
-
"start":
|
|
15993
|
-
"end":
|
|
16217
|
+
"start": 39,
|
|
16218
|
+
"end": 40
|
|
15994
16219
|
},
|
|
15995
16220
|
"context": {
|
|
15996
16221
|
"type": "variable",
|
|
@@ -15998,8 +16223,8 @@
|
|
|
15998
16223
|
"value": "#dedede",
|
|
15999
16224
|
"scope": "default",
|
|
16000
16225
|
"line": {
|
|
16001
|
-
"start":
|
|
16002
|
-
"end":
|
|
16226
|
+
"start": 41,
|
|
16227
|
+
"end": 41
|
|
16003
16228
|
}
|
|
16004
16229
|
},
|
|
16005
16230
|
"group": [
|
|
@@ -16014,8 +16239,8 @@
|
|
|
16014
16239
|
{
|
|
16015
16240
|
"description": "The border radius of the Drawer scrollbar.\n",
|
|
16016
16241
|
"commentRange": {
|
|
16017
|
-
"start":
|
|
16018
|
-
"end":
|
|
16242
|
+
"start": 42,
|
|
16243
|
+
"end": 43
|
|
16019
16244
|
},
|
|
16020
16245
|
"context": {
|
|
16021
16246
|
"type": "variable",
|
|
@@ -16023,8 +16248,8 @@
|
|
|
16023
16248
|
"value": "20px",
|
|
16024
16249
|
"scope": "default",
|
|
16025
16250
|
"line": {
|
|
16026
|
-
"start":
|
|
16027
|
-
"end":
|
|
16251
|
+
"start": 44,
|
|
16252
|
+
"end": 44
|
|
16028
16253
|
}
|
|
16029
16254
|
},
|
|
16030
16255
|
"group": [
|
|
@@ -16039,8 +16264,8 @@
|
|
|
16039
16264
|
{
|
|
16040
16265
|
"description": "The hover color of the Drawer scrollbar track.\n",
|
|
16041
16266
|
"commentRange": {
|
|
16042
|
-
"start":
|
|
16043
|
-
"end":
|
|
16267
|
+
"start": 45,
|
|
16268
|
+
"end": 46
|
|
16044
16269
|
},
|
|
16045
16270
|
"context": {
|
|
16046
16271
|
"type": "variable",
|
|
@@ -16048,8 +16273,8 @@
|
|
|
16048
16273
|
"value": "rgba( 156, 156, 156, 1 )",
|
|
16049
16274
|
"scope": "default",
|
|
16050
16275
|
"line": {
|
|
16051
|
-
"start":
|
|
16052
|
-
"end":
|
|
16276
|
+
"start": 47,
|
|
16277
|
+
"end": 47
|
|
16053
16278
|
}
|
|
16054
16279
|
},
|
|
16055
16280
|
"group": [
|
|
@@ -16064,8 +16289,8 @@
|
|
|
16064
16289
|
{
|
|
16065
16290
|
"description": "The horizontal padding of the Drawer item.\n",
|
|
16066
16291
|
"commentRange": {
|
|
16067
|
-
"start":
|
|
16068
|
-
"end":
|
|
16292
|
+
"start": 49,
|
|
16293
|
+
"end": 50
|
|
16069
16294
|
},
|
|
16070
16295
|
"context": {
|
|
16071
16296
|
"type": "variable",
|
|
@@ -16073,8 +16298,8 @@
|
|
|
16073
16298
|
"value": "$kendo-padding-md-x",
|
|
16074
16299
|
"scope": "default",
|
|
16075
16300
|
"line": {
|
|
16076
|
-
"start":
|
|
16077
|
-
"end":
|
|
16301
|
+
"start": 51,
|
|
16302
|
+
"end": 51
|
|
16078
16303
|
}
|
|
16079
16304
|
},
|
|
16080
16305
|
"group": [
|
|
@@ -16089,8 +16314,8 @@
|
|
|
16089
16314
|
{
|
|
16090
16315
|
"description": "The vertical padding of the Drawer item.\n",
|
|
16091
16316
|
"commentRange": {
|
|
16092
|
-
"start":
|
|
16093
|
-
"end":
|
|
16317
|
+
"start": 52,
|
|
16318
|
+
"end": 53
|
|
16094
16319
|
},
|
|
16095
16320
|
"context": {
|
|
16096
16321
|
"type": "variable",
|
|
@@ -16098,8 +16323,8 @@
|
|
|
16098
16323
|
"value": "k-spacing(3)",
|
|
16099
16324
|
"scope": "default",
|
|
16100
16325
|
"line": {
|
|
16101
|
-
"start":
|
|
16102
|
-
"end":
|
|
16326
|
+
"start": 54,
|
|
16327
|
+
"end": 54
|
|
16103
16328
|
}
|
|
16104
16329
|
},
|
|
16105
16330
|
"group": [
|
|
@@ -16114,8 +16339,8 @@
|
|
|
16114
16339
|
{
|
|
16115
16340
|
"description": "The font size of the Drawer item.\n",
|
|
16116
16341
|
"commentRange": {
|
|
16117
|
-
"start":
|
|
16118
|
-
"end":
|
|
16342
|
+
"start": 55,
|
|
16343
|
+
"end": 56
|
|
16119
16344
|
},
|
|
16120
16345
|
"context": {
|
|
16121
16346
|
"type": "variable",
|
|
@@ -16123,8 +16348,8 @@
|
|
|
16123
16348
|
"value": "16px",
|
|
16124
16349
|
"scope": "default",
|
|
16125
16350
|
"line": {
|
|
16126
|
-
"start":
|
|
16127
|
-
"end":
|
|
16351
|
+
"start": 57,
|
|
16352
|
+
"end": 57
|
|
16128
16353
|
}
|
|
16129
16354
|
},
|
|
16130
16355
|
"group": [
|
|
@@ -16139,8 +16364,8 @@
|
|
|
16139
16364
|
{
|
|
16140
16365
|
"description": "The line height of the Drawer item.\n",
|
|
16141
16366
|
"commentRange": {
|
|
16142
|
-
"start":
|
|
16143
|
-
"end":
|
|
16367
|
+
"start": 58,
|
|
16368
|
+
"end": 59
|
|
16144
16369
|
},
|
|
16145
16370
|
"context": {
|
|
16146
16371
|
"type": "variable",
|
|
@@ -16148,8 +16373,8 @@
|
|
|
16148
16373
|
"value": "$kendo-line-height-lg",
|
|
16149
16374
|
"scope": "default",
|
|
16150
16375
|
"line": {
|
|
16151
|
-
"start":
|
|
16152
|
-
"end":
|
|
16376
|
+
"start": 60,
|
|
16377
|
+
"end": 60
|
|
16153
16378
|
}
|
|
16154
16379
|
},
|
|
16155
16380
|
"group": [
|
|
@@ -16164,8 +16389,8 @@
|
|
|
16164
16389
|
{
|
|
16165
16390
|
"description": "The horizontal padding of the Drawer item in each level.\n",
|
|
16166
16391
|
"commentRange": {
|
|
16167
|
-
"start":
|
|
16168
|
-
"end":
|
|
16392
|
+
"start": 62,
|
|
16393
|
+
"end": 63
|
|
16169
16394
|
},
|
|
16170
16395
|
"context": {
|
|
16171
16396
|
"type": "variable",
|
|
@@ -16173,8 +16398,8 @@
|
|
|
16173
16398
|
"value": "$kendo-drawer-item-padding-x",
|
|
16174
16399
|
"scope": "default",
|
|
16175
16400
|
"line": {
|
|
16176
|
-
"start":
|
|
16177
|
-
"end":
|
|
16401
|
+
"start": 64,
|
|
16402
|
+
"end": 64
|
|
16178
16403
|
}
|
|
16179
16404
|
},
|
|
16180
16405
|
"group": [
|
|
@@ -16189,8 +16414,8 @@
|
|
|
16189
16414
|
{
|
|
16190
16415
|
"description": "The count of the Drawer item levels.\n",
|
|
16191
16416
|
"commentRange": {
|
|
16192
|
-
"start":
|
|
16193
|
-
"end":
|
|
16417
|
+
"start": 65,
|
|
16418
|
+
"end": 66
|
|
16194
16419
|
},
|
|
16195
16420
|
"context": {
|
|
16196
16421
|
"type": "variable",
|
|
@@ -16198,8 +16423,8 @@
|
|
|
16198
16423
|
"value": "5",
|
|
16199
16424
|
"scope": "default",
|
|
16200
16425
|
"line": {
|
|
16201
|
-
"start":
|
|
16202
|
-
"end":
|
|
16426
|
+
"start": 67,
|
|
16427
|
+
"end": 67
|
|
16203
16428
|
}
|
|
16204
16429
|
},
|
|
16205
16430
|
"group": [
|
|
@@ -16214,8 +16439,8 @@
|
|
|
16214
16439
|
{
|
|
16215
16440
|
"description": "The horizontal padding of the Drawer icon.\n",
|
|
16216
16441
|
"commentRange": {
|
|
16217
|
-
"start":
|
|
16218
|
-
"end":
|
|
16442
|
+
"start": 69,
|
|
16443
|
+
"end": 70
|
|
16219
16444
|
},
|
|
16220
16445
|
"context": {
|
|
16221
16446
|
"type": "variable",
|
|
@@ -16223,8 +16448,8 @@
|
|
|
16223
16448
|
"value": "k-spacing(0)",
|
|
16224
16449
|
"scope": "default",
|
|
16225
16450
|
"line": {
|
|
16226
|
-
"start":
|
|
16227
|
-
"end":
|
|
16451
|
+
"start": 71,
|
|
16452
|
+
"end": 71
|
|
16228
16453
|
}
|
|
16229
16454
|
},
|
|
16230
16455
|
"group": [
|
|
@@ -16239,8 +16464,8 @@
|
|
|
16239
16464
|
{
|
|
16240
16465
|
"description": "The vertical padding of the Drawer icon.\n",
|
|
16241
16466
|
"commentRange": {
|
|
16242
|
-
"start":
|
|
16243
|
-
"end":
|
|
16467
|
+
"start": 72,
|
|
16468
|
+
"end": 73
|
|
16244
16469
|
},
|
|
16245
16470
|
"context": {
|
|
16246
16471
|
"type": "variable",
|
|
@@ -16248,8 +16473,8 @@
|
|
|
16248
16473
|
"value": "k-spacing(1)",
|
|
16249
16474
|
"scope": "default",
|
|
16250
16475
|
"line": {
|
|
16251
|
-
"start":
|
|
16252
|
-
"end":
|
|
16476
|
+
"start": 74,
|
|
16477
|
+
"end": 74
|
|
16253
16478
|
}
|
|
16254
16479
|
},
|
|
16255
16480
|
"group": [
|
|
@@ -16264,8 +16489,8 @@
|
|
|
16264
16489
|
{
|
|
16265
16490
|
"description": "The initial width of the mini Drawer.\n",
|
|
16266
16491
|
"commentRange": {
|
|
16267
|
-
"start":
|
|
16268
|
-
"end":
|
|
16492
|
+
"start": 76,
|
|
16493
|
+
"end": 77
|
|
16269
16494
|
},
|
|
16270
16495
|
"context": {
|
|
16271
16496
|
"type": "variable",
|
|
@@ -16273,8 +16498,8 @@
|
|
|
16273
16498
|
"value": "calc(2 * #{$kendo-drawer-item-padding-x} + #{$kendo-icon-size})",
|
|
16274
16499
|
"scope": "default",
|
|
16275
16500
|
"line": {
|
|
16276
|
-
"start":
|
|
16277
|
-
"end":
|
|
16501
|
+
"start": 78,
|
|
16502
|
+
"end": 78
|
|
16278
16503
|
}
|
|
16279
16504
|
},
|
|
16280
16505
|
"group": [
|
|
@@ -16289,8 +16514,8 @@
|
|
|
16289
16514
|
{
|
|
16290
16515
|
"description": "The background color of the hovered Drawer item.\n",
|
|
16291
16516
|
"commentRange": {
|
|
16292
|
-
"start":
|
|
16293
|
-
"end":
|
|
16517
|
+
"start": 80,
|
|
16518
|
+
"end": 81
|
|
16294
16519
|
},
|
|
16295
16520
|
"context": {
|
|
16296
16521
|
"type": "variable",
|
|
@@ -16298,8 +16523,8 @@
|
|
|
16298
16523
|
"value": "$kendo-hover-bg",
|
|
16299
16524
|
"scope": "default",
|
|
16300
16525
|
"line": {
|
|
16301
|
-
"start":
|
|
16302
|
-
"end":
|
|
16526
|
+
"start": 82,
|
|
16527
|
+
"end": 82
|
|
16303
16528
|
}
|
|
16304
16529
|
},
|
|
16305
16530
|
"group": [
|
|
@@ -16314,8 +16539,8 @@
|
|
|
16314
16539
|
{
|
|
16315
16540
|
"description": "The text color of the hovered Drawer item.\n",
|
|
16316
16541
|
"commentRange": {
|
|
16317
|
-
"start":
|
|
16318
|
-
"end":
|
|
16542
|
+
"start": 83,
|
|
16543
|
+
"end": 84
|
|
16319
16544
|
},
|
|
16320
16545
|
"context": {
|
|
16321
16546
|
"type": "variable",
|
|
@@ -16323,8 +16548,8 @@
|
|
|
16323
16548
|
"value": "$kendo-hover-text",
|
|
16324
16549
|
"scope": "default",
|
|
16325
16550
|
"line": {
|
|
16326
|
-
"start":
|
|
16327
|
-
"end":
|
|
16551
|
+
"start": 85,
|
|
16552
|
+
"end": 85
|
|
16328
16553
|
}
|
|
16329
16554
|
},
|
|
16330
16555
|
"group": [
|
|
@@ -16339,8 +16564,8 @@
|
|
|
16339
16564
|
{
|
|
16340
16565
|
"description": "The background color of the focused Drawer item.\n",
|
|
16341
16566
|
"commentRange": {
|
|
16342
|
-
"start":
|
|
16343
|
-
"end":
|
|
16567
|
+
"start": 87,
|
|
16568
|
+
"end": 88
|
|
16344
16569
|
},
|
|
16345
16570
|
"context": {
|
|
16346
16571
|
"type": "variable",
|
|
@@ -16348,8 +16573,8 @@
|
|
|
16348
16573
|
"value": "$kendo-hover-bg",
|
|
16349
16574
|
"scope": "default",
|
|
16350
16575
|
"line": {
|
|
16351
|
-
"start":
|
|
16352
|
-
"end":
|
|
16576
|
+
"start": 89,
|
|
16577
|
+
"end": 89
|
|
16353
16578
|
}
|
|
16354
16579
|
},
|
|
16355
16580
|
"group": [
|
|
@@ -16364,8 +16589,8 @@
|
|
|
16364
16589
|
{
|
|
16365
16590
|
"description": "The box shadow of the focused Drawer item.\n",
|
|
16366
16591
|
"commentRange": {
|
|
16367
|
-
"start":
|
|
16368
|
-
"end":
|
|
16592
|
+
"start": 90,
|
|
16593
|
+
"end": 91
|
|
16369
16594
|
},
|
|
16370
16595
|
"context": {
|
|
16371
16596
|
"type": "variable",
|
|
@@ -16373,8 +16598,8 @@
|
|
|
16373
16598
|
"value": "none",
|
|
16374
16599
|
"scope": "default",
|
|
16375
16600
|
"line": {
|
|
16376
|
-
"start":
|
|
16377
|
-
"end":
|
|
16601
|
+
"start": 92,
|
|
16602
|
+
"end": 92
|
|
16378
16603
|
}
|
|
16379
16604
|
},
|
|
16380
16605
|
"group": [
|
|
@@ -16389,8 +16614,8 @@
|
|
|
16389
16614
|
{
|
|
16390
16615
|
"description": "The background color of the selected Drawer item.\n",
|
|
16391
16616
|
"commentRange": {
|
|
16392
|
-
"start":
|
|
16393
|
-
"end":
|
|
16617
|
+
"start": 94,
|
|
16618
|
+
"end": 95
|
|
16394
16619
|
},
|
|
16395
16620
|
"context": {
|
|
16396
16621
|
"type": "variable",
|
|
@@ -16398,8 +16623,8 @@
|
|
|
16398
16623
|
"value": "null",
|
|
16399
16624
|
"scope": "default",
|
|
16400
16625
|
"line": {
|
|
16401
|
-
"start":
|
|
16402
|
-
"end":
|
|
16626
|
+
"start": 96,
|
|
16627
|
+
"end": 96
|
|
16403
16628
|
}
|
|
16404
16629
|
},
|
|
16405
16630
|
"group": [
|
|
@@ -16414,8 +16639,8 @@
|
|
|
16414
16639
|
{
|
|
16415
16640
|
"description": "The text color of the selected Drawer item.\n",
|
|
16416
16641
|
"commentRange": {
|
|
16417
|
-
"start":
|
|
16418
|
-
"end":
|
|
16642
|
+
"start": 97,
|
|
16643
|
+
"end": 98
|
|
16419
16644
|
},
|
|
16420
16645
|
"context": {
|
|
16421
16646
|
"type": "variable",
|
|
@@ -16423,8 +16648,8 @@
|
|
|
16423
16648
|
"value": "$kendo-color-secondary",
|
|
16424
16649
|
"scope": "default",
|
|
16425
16650
|
"line": {
|
|
16426
|
-
"start":
|
|
16427
|
-
"end":
|
|
16651
|
+
"start": 99,
|
|
16652
|
+
"end": 99
|
|
16428
16653
|
}
|
|
16429
16654
|
},
|
|
16430
16655
|
"group": [
|
|
@@ -16439,8 +16664,8 @@
|
|
|
16439
16664
|
{
|
|
16440
16665
|
"description": "The background color of the selected and hovered Drawer item.\n",
|
|
16441
16666
|
"commentRange": {
|
|
16442
|
-
"start":
|
|
16443
|
-
"end":
|
|
16667
|
+
"start": 101,
|
|
16668
|
+
"end": 102
|
|
16444
16669
|
},
|
|
16445
16670
|
"context": {
|
|
16446
16671
|
"type": "variable",
|
|
@@ -16448,8 +16673,8 @@
|
|
|
16448
16673
|
"value": "$kendo-hover-bg",
|
|
16449
16674
|
"scope": "default",
|
|
16450
16675
|
"line": {
|
|
16451
|
-
"start":
|
|
16452
|
-
"end":
|
|
16676
|
+
"start": 103,
|
|
16677
|
+
"end": 103
|
|
16453
16678
|
}
|
|
16454
16679
|
},
|
|
16455
16680
|
"group": [
|
|
@@ -16464,8 +16689,8 @@
|
|
|
16464
16689
|
{
|
|
16465
16690
|
"description": "The text color of the selected and hovered Drawer item.\n",
|
|
16466
16691
|
"commentRange": {
|
|
16467
|
-
"start":
|
|
16468
|
-
"end":
|
|
16692
|
+
"start": 104,
|
|
16693
|
+
"end": 105
|
|
16469
16694
|
},
|
|
16470
16695
|
"context": {
|
|
16471
16696
|
"type": "variable",
|
|
@@ -16473,8 +16698,8 @@
|
|
|
16473
16698
|
"value": "$kendo-color-secondary",
|
|
16474
16699
|
"scope": "default",
|
|
16475
16700
|
"line": {
|
|
16476
|
-
"start":
|
|
16477
|
-
"end":
|
|
16701
|
+
"start": 106,
|
|
16702
|
+
"end": 106
|
|
16478
16703
|
}
|
|
16479
16704
|
},
|
|
16480
16705
|
"group": [
|
|
@@ -49732,7 +49957,7 @@
|
|
|
49732
49957
|
"context": {
|
|
49733
49958
|
"type": "variable",
|
|
49734
49959
|
"name": "kendo-switch-on-track-bg",
|
|
49735
|
-
"value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( primary )
|
|
49960
|
+
"value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 44%, transparent), rgba( $kendo-color-primary, .54 ))",
|
|
49736
49961
|
"scope": "default",
|
|
49737
49962
|
"line": {
|
|
49738
49963
|
"start": 115,
|
|
@@ -55007,7 +55232,7 @@
|
|
|
55007
55232
|
"context": {
|
|
55008
55233
|
"type": "variable",
|
|
55009
55234
|
"name": "kendo-timeline-track-bg",
|
|
55010
|
-
"value": "#e0e0e0",
|
|
55235
|
+
"value": "if($kendo-enable-color-system, k-color( base-subtle ), #e0e0e0)",
|
|
55011
55236
|
"scope": "default",
|
|
55012
55237
|
"line": {
|
|
55013
55238
|
"start": 70,
|
|
@@ -60676,8 +60901,8 @@
|
|
|
60676
60901
|
{
|
|
60677
60902
|
"description": "The text color of the weekend cells in the Calendar.\n",
|
|
60678
60903
|
"commentRange": {
|
|
60679
|
-
"start":
|
|
60680
|
-
"end":
|
|
60904
|
+
"start": 151,
|
|
60905
|
+
"end": 151
|
|
60681
60906
|
},
|
|
60682
60907
|
"context": {
|
|
60683
60908
|
"type": "variable",
|
|
@@ -60685,8 +60910,8 @@
|
|
|
60685
60910
|
"value": "null",
|
|
60686
60911
|
"scope": "default",
|
|
60687
60912
|
"line": {
|
|
60688
|
-
"start":
|
|
60689
|
-
"end":
|
|
60913
|
+
"start": 152,
|
|
60914
|
+
"end": 152
|
|
60690
60915
|
}
|
|
60691
60916
|
},
|
|
60692
60917
|
"access": "public",
|
|
@@ -60701,8 +60926,8 @@
|
|
|
60701
60926
|
{
|
|
60702
60927
|
"description": "The background color of the hovered items in the Calendar navigation.\n",
|
|
60703
60928
|
"commentRange": {
|
|
60704
|
-
"start":
|
|
60705
|
-
"end":
|
|
60929
|
+
"start": 252,
|
|
60930
|
+
"end": 252
|
|
60706
60931
|
},
|
|
60707
60932
|
"context": {
|
|
60708
60933
|
"type": "variable",
|
|
@@ -60710,8 +60935,8 @@
|
|
|
60710
60935
|
"value": "$kendo-link-hover-text",
|
|
60711
60936
|
"scope": "default",
|
|
60712
60937
|
"line": {
|
|
60713
|
-
"start":
|
|
60714
|
-
"end":
|
|
60938
|
+
"start": 253,
|
|
60939
|
+
"end": 253
|
|
60715
60940
|
}
|
|
60716
60941
|
},
|
|
60717
60942
|
"access": "public",
|