@progress/kendo-theme-classic 6.4.1-dev.1 → 6.5.0-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.
@@ -11847,7 +11847,7 @@
11847
11847
  "context": {
11848
11848
  "type": "variable",
11849
11849
  "name": "kendo-list-header-font-weight",
11850
- "value": "null",
11850
+ "value": "$kendo-font-weight-bold",
11851
11851
  "scope": "default",
11852
11852
  "line": {
11853
11853
  "start": 55,
@@ -11862,8 +11862,8 @@
11862
11862
  "path": "list/_variables.scss",
11863
11863
  "name": "_variables.scss"
11864
11864
  },
11865
- "resolvedValue": "null",
11866
- "resolvedType": "Null"
11865
+ "resolvedValue": "700",
11866
+ "resolvedType": "Number"
11867
11867
  },
11868
11868
  {
11869
11869
  "description": "The horizontal padding of the List items, when no size is set.\n",
@@ -12117,7 +12117,7 @@
12117
12117
  "context": {
12118
12118
  "type": "variable",
12119
12119
  "name": "kendo-list-group-item-font-weight",
12120
- "value": "null",
12120
+ "value": "$kendo-font-weight-bold",
12121
12121
  "scope": "default",
12122
12122
  "line": {
12123
12123
  "start": 119,
@@ -12132,8 +12132,8 @@
12132
12132
  "path": "list/_variables.scss",
12133
12133
  "name": "_variables.scss"
12134
12134
  },
12135
- "resolvedValue": "null",
12136
- "resolvedType": "Null"
12135
+ "resolvedValue": "700",
12136
+ "resolvedType": "Number"
12137
12137
  },
12138
12138
  {
12139
12139
  "description": "The map with the sizes of the List.\n",
@@ -23241,7 +23241,7 @@
23241
23241
  "context": {
23242
23242
  "type": "variable",
23243
23243
  "name": "kendo-treeview-indent",
23244
- "value": "16px",
23244
+ "value": "24px",
23245
23245
  "scope": "default",
23246
23246
  "line": {
23247
23247
  "start": 32,
@@ -23256,7 +23256,7 @@
23256
23256
  "path": "treeview/_variables.scss",
23257
23257
  "name": "_variables.scss"
23258
23258
  },
23259
- "resolvedValue": "16px",
23259
+ "resolvedValue": "24px",
23260
23260
  "resolvedType": "Number"
23261
23261
  },
23262
23262
  {
@@ -23529,20 +23529,182 @@
23529
23529
  "resolvedValue": "4px",
23530
23530
  "resolvedType": "Number"
23531
23531
  },
23532
+ {
23533
+ "description": "The horizontal padding of the checkbox in the small TreeView.\n",
23534
+ "commentRange": {
23535
+ "start": 65,
23536
+ "end": 66
23537
+ },
23538
+ "context": {
23539
+ "type": "variable",
23540
+ "name": "kendo-treeview-sm-checkbox-padding-x",
23541
+ "value": "k-map-get( $kendo-spacing, 1 )",
23542
+ "scope": "default",
23543
+ "line": {
23544
+ "start": 67,
23545
+ "end": 67
23546
+ }
23547
+ },
23548
+ "group": [
23549
+ "treeview"
23550
+ ],
23551
+ "access": "public",
23552
+ "file": {
23553
+ "path": "treeview/_variables.scss",
23554
+ "name": "_variables.scss"
23555
+ },
23556
+ "resolvedValue": "4px",
23557
+ "resolvedType": "Number"
23558
+ },
23559
+ {
23560
+ "description": "The horizontal padding of the checkbox in the medium TreeView.\n",
23561
+ "commentRange": {
23562
+ "start": 68,
23563
+ "end": 69
23564
+ },
23565
+ "context": {
23566
+ "type": "variable",
23567
+ "name": "kendo-treeview-md-checkbox-padding-x",
23568
+ "value": "$kendo-treeview-sm-checkbox-padding-x",
23569
+ "scope": "default",
23570
+ "line": {
23571
+ "start": 70,
23572
+ "end": 70
23573
+ }
23574
+ },
23575
+ "group": [
23576
+ "treeview"
23577
+ ],
23578
+ "access": "public",
23579
+ "file": {
23580
+ "path": "treeview/_variables.scss",
23581
+ "name": "_variables.scss"
23582
+ },
23583
+ "resolvedValue": "4px",
23584
+ "resolvedType": "Number"
23585
+ },
23586
+ {
23587
+ "description": "The horizontal padding of the checkbox in the large TreeView.\n",
23588
+ "commentRange": {
23589
+ "start": 71,
23590
+ "end": 72
23591
+ },
23592
+ "context": {
23593
+ "type": "variable",
23594
+ "name": "kendo-treeview-lg-checkbox-padding-x",
23595
+ "value": "$kendo-treeview-sm-checkbox-padding-x",
23596
+ "scope": "default",
23597
+ "line": {
23598
+ "start": 73,
23599
+ "end": 73
23600
+ }
23601
+ },
23602
+ "group": [
23603
+ "treeview"
23604
+ ],
23605
+ "access": "public",
23606
+ "file": {
23607
+ "path": "treeview/_variables.scss",
23608
+ "name": "_variables.scss"
23609
+ },
23610
+ "resolvedValue": "4px",
23611
+ "resolvedType": "Number"
23612
+ },
23613
+ {
23614
+ "description": "The vertical padding of the checkbox in the small TreeView.\n",
23615
+ "commentRange": {
23616
+ "start": 74,
23617
+ "end": 75
23618
+ },
23619
+ "context": {
23620
+ "type": "variable",
23621
+ "name": "kendo-treeview-sm-checkbox-padding-y",
23622
+ "value": "k-map-get( $kendo-spacing, .5 )",
23623
+ "scope": "default",
23624
+ "line": {
23625
+ "start": 76,
23626
+ "end": 76
23627
+ }
23628
+ },
23629
+ "group": [
23630
+ "treeview"
23631
+ ],
23632
+ "access": "public",
23633
+ "file": {
23634
+ "path": "treeview/_variables.scss",
23635
+ "name": "_variables.scss"
23636
+ },
23637
+ "resolvedValue": "2px",
23638
+ "resolvedType": "Number"
23639
+ },
23640
+ {
23641
+ "description": "The vertical padding of the checkbox in the medium TreeView.\n",
23642
+ "commentRange": {
23643
+ "start": 77,
23644
+ "end": 78
23645
+ },
23646
+ "context": {
23647
+ "type": "variable",
23648
+ "name": "kendo-treeview-md-checkbox-padding-y",
23649
+ "value": "$kendo-treeview-sm-checkbox-padding-y",
23650
+ "scope": "default",
23651
+ "line": {
23652
+ "start": 79,
23653
+ "end": 79
23654
+ }
23655
+ },
23656
+ "group": [
23657
+ "treeview"
23658
+ ],
23659
+ "access": "public",
23660
+ "file": {
23661
+ "path": "treeview/_variables.scss",
23662
+ "name": "_variables.scss"
23663
+ },
23664
+ "resolvedValue": "2px",
23665
+ "resolvedType": "Number"
23666
+ },
23667
+ {
23668
+ "description": "The vertical padding of the checkbox in the large TreeView.\n",
23669
+ "commentRange": {
23670
+ "start": 80,
23671
+ "end": 81
23672
+ },
23673
+ "context": {
23674
+ "type": "variable",
23675
+ "name": "kendo-treeview-lg-checkbox-padding-y",
23676
+ "value": "null",
23677
+ "scope": "default",
23678
+ "line": {
23679
+ "start": 82,
23680
+ "end": 82
23681
+ }
23682
+ },
23683
+ "group": [
23684
+ "treeview"
23685
+ ],
23686
+ "access": "public",
23687
+ "file": {
23688
+ "path": "treeview/_variables.scss",
23689
+ "name": "_variables.scss"
23690
+ },
23691
+ "resolvedValue": "null",
23692
+ "resolvedType": "Null"
23693
+ },
23532
23694
  {
23533
23695
  "description": "The sizes map of the TreeView.\n",
23534
23696
  "commentRange": {
23535
- "start": 66,
23536
- "end": 67
23697
+ "start": 85,
23698
+ "end": 86
23537
23699
  },
23538
23700
  "context": {
23539
23701
  "type": "variable",
23540
23702
  "name": "kendo-treeview-sizes",
23541
- "value": "(\n sm: (\n font-size: $kendo-treeview-sm-font-size,\n line-height: $kendo-treeview-sm-line-height,\n item-padding-x: $kendo-treeview-sm-item-padding-x,\n item-padding-y: $kendo-treeview-sm-item-padding-y\n ),\n md: (\n font-size: $kendo-treeview-md-font-size,\n line-height: $kendo-treeview-md-line-height,\n item-padding-x: $kendo-treeview-md-item-padding-x,\n item-padding-y: $kendo-treeview-md-item-padding-y\n ),\n lg: (\n font-size: $kendo-treeview-lg-font-size,\n line-height: $kendo-treeview-lg-line-height,\n item-padding-x: $kendo-treeview-lg-item-padding-x,\n item-padding-y: $kendo-treeview-lg-item-padding-y\n )\n)",
23703
+ "value": "(\n sm: (\n font-size: $kendo-treeview-sm-font-size,\n line-height: $kendo-treeview-sm-line-height,\n item-padding-x: $kendo-treeview-sm-item-padding-x,\n item-padding-y: $kendo-treeview-sm-item-padding-y,\n checkbox-padding-x: $kendo-treeview-sm-checkbox-padding-x,\n checkbox-padding-y: $kendo-treeview-sm-checkbox-padding-y\n ),\n md: (\n font-size: $kendo-treeview-md-font-size,\n line-height: $kendo-treeview-md-line-height,\n item-padding-x: $kendo-treeview-md-item-padding-x,\n item-padding-y: $kendo-treeview-md-item-padding-y,\n checkbox-padding-x: $kendo-treeview-md-checkbox-padding-x,\n checkbox-padding-y: $kendo-treeview-md-checkbox-padding-y\n ),\n lg: (\n font-size: $kendo-treeview-lg-font-size,\n line-height: $kendo-treeview-lg-line-height,\n item-padding-x: $kendo-treeview-lg-item-padding-x,\n item-padding-y: $kendo-treeview-lg-item-padding-y,\n checkbox-padding-x: $kendo-treeview-lg-checkbox-padding-x,\n checkbox-padding-y: $kendo-treeview-lg-checkbox-padding-y\n )\n)",
23542
23704
  "scope": "default",
23543
23705
  "line": {
23544
- "start": 68,
23545
- "end": 87
23706
+ "start": 87,
23707
+ "end": 112
23546
23708
  }
23547
23709
  },
23548
23710
  "group": [
@@ -23553,14 +23715,14 @@
23553
23715
  "path": "treeview/_variables.scss",
23554
23716
  "name": "_variables.scss"
23555
23717
  },
23556
- "resolvedValue": "(sm: (font-size: 14px, line-height: 1.4285714286, item-padding-x: 8px, item-padding-y: 2px), md: (font-size: 14px, line-height: 1.4285714286, item-padding-x: 8px, item-padding-y: 4px), lg: (font-size: 16px, line-height: 1.5, item-padding-x: 12px, item-padding-y: 8px))",
23718
+ "resolvedValue": "(sm: (font-size: 14px, line-height: 1.4285714286, item-padding-x: 8px, item-padding-y: 2px, checkbox-padding-x: 4px, checkbox-padding-y: 2px), md: (font-size: 14px, line-height: 1.4285714286, item-padding-x: 8px, item-padding-y: 4px, checkbox-padding-x: 4px, checkbox-padding-y: 2px), lg: (font-size: 16px, line-height: 1.5, item-padding-x: 12px, item-padding-y: 8px, checkbox-padding-x: 4px, checkbox-padding-y: null))",
23557
23719
  "resolvedType": "Map"
23558
23720
  },
23559
23721
  {
23560
23722
  "description": "The background color of the TreeView.\n",
23561
23723
  "commentRange": {
23562
- "start": 90,
23563
- "end": 91
23724
+ "start": 115,
23725
+ "end": 116
23564
23726
  },
23565
23727
  "context": {
23566
23728
  "type": "variable",
@@ -23568,8 +23730,8 @@
23568
23730
  "value": "null",
23569
23731
  "scope": "default",
23570
23732
  "line": {
23571
- "start": 92,
23572
- "end": 92
23733
+ "start": 117,
23734
+ "end": 117
23573
23735
  }
23574
23736
  },
23575
23737
  "group": [
@@ -23586,8 +23748,8 @@
23586
23748
  {
23587
23749
  "description": "The text color of the TreeView.\n",
23588
23750
  "commentRange": {
23589
- "start": 93,
23590
- "end": 94
23751
+ "start": 118,
23752
+ "end": 119
23591
23753
  },
23592
23754
  "context": {
23593
23755
  "type": "variable",
@@ -23595,8 +23757,8 @@
23595
23757
  "value": "$kendo-component-text",
23596
23758
  "scope": "default",
23597
23759
  "line": {
23598
- "start": 95,
23599
- "end": 95
23760
+ "start": 120,
23761
+ "end": 120
23600
23762
  }
23601
23763
  },
23602
23764
  "group": [
@@ -23613,8 +23775,8 @@
23613
23775
  {
23614
23776
  "description": "The border color of the TreeView.\n",
23615
23777
  "commentRange": {
23616
- "start": 96,
23617
- "end": 97
23778
+ "start": 121,
23779
+ "end": 122
23618
23780
  },
23619
23781
  "context": {
23620
23782
  "type": "variable",
@@ -23622,8 +23784,8 @@
23622
23784
  "value": "null",
23623
23785
  "scope": "default",
23624
23786
  "line": {
23625
- "start": 98,
23626
- "end": 98
23787
+ "start": 123,
23788
+ "end": 123
23627
23789
  }
23628
23790
  },
23629
23791
  "group": [
@@ -23640,8 +23802,8 @@
23640
23802
  {
23641
23803
  "description": "The background color of hovered TreeView items.\n",
23642
23804
  "commentRange": {
23643
- "start": 100,
23644
- "end": 101
23805
+ "start": 125,
23806
+ "end": 126
23645
23807
  },
23646
23808
  "context": {
23647
23809
  "type": "variable",
@@ -23649,8 +23811,8 @@
23649
23811
  "value": "$kendo-hover-bg",
23650
23812
  "scope": "default",
23651
23813
  "line": {
23652
- "start": 102,
23653
- "end": 102
23814
+ "start": 127,
23815
+ "end": 127
23654
23816
  }
23655
23817
  },
23656
23818
  "group": [
@@ -23667,8 +23829,8 @@
23667
23829
  {
23668
23830
  "description": "The text color of hovered TreeView items.\n",
23669
23831
  "commentRange": {
23670
- "start": 103,
23671
- "end": 104
23832
+ "start": 128,
23833
+ "end": 129
23672
23834
  },
23673
23835
  "context": {
23674
23836
  "type": "variable",
@@ -23676,8 +23838,8 @@
23676
23838
  "value": "$kendo-hover-text",
23677
23839
  "scope": "default",
23678
23840
  "line": {
23679
- "start": 105,
23680
- "end": 105
23841
+ "start": 130,
23842
+ "end": 130
23681
23843
  }
23682
23844
  },
23683
23845
  "group": [
@@ -23694,8 +23856,8 @@
23694
23856
  {
23695
23857
  "description": "The border color of hovered TreeView items.\n",
23696
23858
  "commentRange": {
23697
- "start": 106,
23698
- "end": 107
23859
+ "start": 131,
23860
+ "end": 132
23699
23861
  },
23700
23862
  "context": {
23701
23863
  "type": "variable",
@@ -23703,8 +23865,8 @@
23703
23865
  "value": "$kendo-hover-border",
23704
23866
  "scope": "default",
23705
23867
  "line": {
23706
- "start": 108,
23707
- "end": 108
23868
+ "start": 133,
23869
+ "end": 133
23708
23870
  }
23709
23871
  },
23710
23872
  "group": [
@@ -23721,8 +23883,8 @@
23721
23883
  {
23722
23884
  "description": "The background gradient of hovered TreeView items.\n",
23723
23885
  "commentRange": {
23724
- "start": 109,
23725
- "end": 110
23886
+ "start": 134,
23887
+ "end": 135
23726
23888
  },
23727
23889
  "context": {
23728
23890
  "type": "variable",
@@ -23730,8 +23892,8 @@
23730
23892
  "value": "$kendo-hover-gradient",
23731
23893
  "scope": "default",
23732
23894
  "line": {
23733
- "start": 111,
23734
- "end": 111
23895
+ "start": 136,
23896
+ "end": 136
23735
23897
  }
23736
23898
  },
23737
23899
  "group": [
@@ -23748,8 +23910,8 @@
23748
23910
  {
23749
23911
  "description": "The background color of selected TreeView items.\n",
23750
23912
  "commentRange": {
23751
- "start": 113,
23752
- "end": 114
23913
+ "start": 138,
23914
+ "end": 139
23753
23915
  },
23754
23916
  "context": {
23755
23917
  "type": "variable",
@@ -23757,8 +23919,8 @@
23757
23919
  "value": "$kendo-selected-bg",
23758
23920
  "scope": "default",
23759
23921
  "line": {
23760
- "start": 115,
23761
- "end": 115
23922
+ "start": 140,
23923
+ "end": 140
23762
23924
  }
23763
23925
  },
23764
23926
  "group": [
@@ -23775,8 +23937,8 @@
23775
23937
  {
23776
23938
  "description": "The text color of selected TreeView items.\n",
23777
23939
  "commentRange": {
23778
- "start": 116,
23779
- "end": 117
23940
+ "start": 141,
23941
+ "end": 142
23780
23942
  },
23781
23943
  "context": {
23782
23944
  "type": "variable",
@@ -23784,8 +23946,8 @@
23784
23946
  "value": "$kendo-selected-text",
23785
23947
  "scope": "default",
23786
23948
  "line": {
23787
- "start": 118,
23788
- "end": 118
23949
+ "start": 143,
23950
+ "end": 143
23789
23951
  }
23790
23952
  },
23791
23953
  "group": [
@@ -23802,8 +23964,8 @@
23802
23964
  {
23803
23965
  "description": "The border color of selected TreeView items.\n",
23804
23966
  "commentRange": {
23805
- "start": 119,
23806
- "end": 120
23967
+ "start": 144,
23968
+ "end": 145
23807
23969
  },
23808
23970
  "context": {
23809
23971
  "type": "variable",
@@ -23811,8 +23973,8 @@
23811
23973
  "value": "$kendo-selected-border",
23812
23974
  "scope": "default",
23813
23975
  "line": {
23814
- "start": 121,
23815
- "end": 121
23976
+ "start": 146,
23977
+ "end": 146
23816
23978
  }
23817
23979
  },
23818
23980
  "group": [
@@ -23829,8 +23991,8 @@
23829
23991
  {
23830
23992
  "description": "The background gradient of selected TreeView items.\n",
23831
23993
  "commentRange": {
23832
- "start": 122,
23833
- "end": 123
23994
+ "start": 147,
23995
+ "end": 148
23834
23996
  },
23835
23997
  "context": {
23836
23998
  "type": "variable",
@@ -23838,8 +24000,8 @@
23838
24000
  "value": "$kendo-selected-gradient",
23839
24001
  "scope": "default",
23840
24002
  "line": {
23841
- "start": 124,
23842
- "end": 124
24003
+ "start": 149,
24004
+ "end": 149
23843
24005
  }
23844
24006
  },
23845
24007
  "group": [
@@ -23856,8 +24018,8 @@
23856
24018
  {
23857
24019
  "description": "The box shadow of focused TreeView items.\n",
23858
24020
  "commentRange": {
23859
- "start": 126,
23860
- "end": 127
24021
+ "start": 151,
24022
+ "end": 152
23861
24023
  },
23862
24024
  "context": {
23863
24025
  "type": "variable",
@@ -23865,8 +24027,8 @@
23865
24027
  "value": "$kendo-focus-shadow",
23866
24028
  "scope": "default",
23867
24029
  "line": {
23868
- "start": 128,
23869
- "end": 128
24030
+ "start": 153,
24031
+ "end": 153
23870
24032
  }
23871
24033
  },
23872
24034
  "group": [
@@ -23883,8 +24045,8 @@
23883
24045
  {
23884
24046
  "description": "The border color of the Load More button in the TreeView.\n",
23885
24047
  "commentRange": {
23886
- "start": 130,
23887
- "end": 131
24048
+ "start": 155,
24049
+ "end": 156
23888
24050
  },
23889
24051
  "context": {
23890
24052
  "type": "variable",
@@ -23892,8 +24054,8 @@
23892
24054
  "value": "transparent",
23893
24055
  "scope": "default",
23894
24056
  "line": {
23895
- "start": 132,
23896
- "end": 132
24057
+ "start": 157,
24058
+ "end": 157
23897
24059
  }
23898
24060
  },
23899
24061
  "group": [
@@ -23910,8 +24072,8 @@
23910
24072
  {
23911
24073
  "description": "The text color of the Load More button in the TreeView.\n",
23912
24074
  "commentRange": {
23913
- "start": 133,
23914
- "end": 134
24075
+ "start": 158,
24076
+ "end": 159
23915
24077
  },
23916
24078
  "context": {
23917
24079
  "type": "variable",
@@ -23919,8 +24081,8 @@
23919
24081
  "value": "$kendo-link-text",
23920
24082
  "scope": "default",
23921
24083
  "line": {
23922
- "start": 135,
23923
- "end": 135
24084
+ "start": 160,
24085
+ "end": 160
23924
24086
  }
23925
24087
  },
23926
24088
  "group": [
@@ -23937,8 +24099,8 @@
23937
24099
  {
23938
24100
  "description": "The border color of the Load More button in the TreeView.\n",
23939
24101
  "commentRange": {
23940
- "start": 136,
23941
- "end": 137
24102
+ "start": 161,
24103
+ "end": 162
23942
24104
  },
23943
24105
  "context": {
23944
24106
  "type": "variable",
@@ -23946,8 +24108,8 @@
23946
24108
  "value": "null",
23947
24109
  "scope": "default",
23948
24110
  "line": {
23949
- "start": 138,
23950
- "end": 138
24111
+ "start": 163,
24112
+ "end": 163
23951
24113
  }
23952
24114
  },
23953
24115
  "group": [
@@ -23964,8 +24126,8 @@
23964
24126
  {
23965
24127
  "description": "The background color of the hovered Load More button in the TreeView.\n",
23966
24128
  "commentRange": {
23967
- "start": 140,
23968
- "end": 141
24129
+ "start": 165,
24130
+ "end": 166
23969
24131
  },
23970
24132
  "context": {
23971
24133
  "type": "variable",
@@ -23973,8 +24135,8 @@
23973
24135
  "value": "transparent",
23974
24136
  "scope": "default",
23975
24137
  "line": {
23976
- "start": 142,
23977
- "end": 142
24138
+ "start": 167,
24139
+ "end": 167
23978
24140
  }
23979
24141
  },
23980
24142
  "group": [
@@ -23991,8 +24153,8 @@
23991
24153
  {
23992
24154
  "description": "The text color of the hovered Load More button in the TreeView.\n",
23993
24155
  "commentRange": {
23994
- "start": 143,
23995
- "end": 144
24156
+ "start": 168,
24157
+ "end": 169
23996
24158
  },
23997
24159
  "context": {
23998
24160
  "type": "variable",
@@ -24000,8 +24162,8 @@
24000
24162
  "value": "$kendo-link-hover-text",
24001
24163
  "scope": "default",
24002
24164
  "line": {
24003
- "start": 145,
24004
- "end": 145
24165
+ "start": 170,
24166
+ "end": 170
24005
24167
  }
24006
24168
  },
24007
24169
  "group": [
@@ -24018,8 +24180,8 @@
24018
24180
  {
24019
24181
  "description": "The border color of the hovered Load More button in the TreeView.\n",
24020
24182
  "commentRange": {
24021
- "start": 146,
24022
- "end": 147
24183
+ "start": 171,
24184
+ "end": 172
24023
24185
  },
24024
24186
  "context": {
24025
24187
  "type": "variable",
@@ -24027,8 +24189,8 @@
24027
24189
  "value": "null",
24028
24190
  "scope": "default",
24029
24191
  "line": {
24030
- "start": 148,
24031
- "end": 148
24192
+ "start": 173,
24193
+ "end": 173
24032
24194
  }
24033
24195
  },
24034
24196
  "group": [
@@ -24045,8 +24207,8 @@
24045
24207
  {
24046
24208
  "description": "The background color of the focused Load More button in the TreeView.\n",
24047
24209
  "commentRange": {
24048
- "start": 150,
24049
- "end": 151
24210
+ "start": 175,
24211
+ "end": 176
24050
24212
  },
24051
24213
  "context": {
24052
24214
  "type": "variable",
@@ -24054,8 +24216,8 @@
24054
24216
  "value": "transparent",
24055
24217
  "scope": "default",
24056
24218
  "line": {
24057
- "start": 152,
24058
- "end": 152
24219
+ "start": 177,
24220
+ "end": 177
24059
24221
  }
24060
24222
  },
24061
24223
  "group": [
@@ -24072,8 +24234,8 @@
24072
24234
  {
24073
24235
  "description": "The text color of the focused Load More button in the TreeView.\n",
24074
24236
  "commentRange": {
24075
- "start": 153,
24076
- "end": 154
24237
+ "start": 178,
24238
+ "end": 179
24077
24239
  },
24078
24240
  "context": {
24079
24241
  "type": "variable",
@@ -24081,8 +24243,8 @@
24081
24243
  "value": "$kendo-link-hover-text",
24082
24244
  "scope": "default",
24083
24245
  "line": {
24084
- "start": 155,
24085
- "end": 155
24246
+ "start": 180,
24247
+ "end": 180
24086
24248
  }
24087
24249
  },
24088
24250
  "group": [
@@ -24099,8 +24261,8 @@
24099
24261
  {
24100
24262
  "description": "The border color of the focused Load More button in the TreeView.\n",
24101
24263
  "commentRange": {
24102
- "start": 156,
24103
- "end": 157
24264
+ "start": 181,
24265
+ "end": 182
24104
24266
  },
24105
24267
  "context": {
24106
24268
  "type": "variable",
@@ -24108,8 +24270,8 @@
24108
24270
  "value": "null",
24109
24271
  "scope": "default",
24110
24272
  "line": {
24111
- "start": 158,
24112
- "end": 158
24273
+ "start": 183,
24274
+ "end": 183
24113
24275
  }
24114
24276
  },
24115
24277
  "group": [
@@ -24126,8 +24288,8 @@
24126
24288
  {
24127
24289
  "description": "The box shadow of the focused Load More button in the TreeView.\n",
24128
24290
  "commentRange": {
24129
- "start": 159,
24130
- "end": 160
24291
+ "start": 184,
24292
+ "end": 185
24131
24293
  },
24132
24294
  "context": {
24133
24295
  "type": "variable",
@@ -24135,8 +24297,8 @@
24135
24297
  "value": "$kendo-treeview-item-focus-shadow",
24136
24298
  "scope": "default",
24137
24299
  "line": {
24138
- "start": 161,
24139
- "end": 161
24300
+ "start": 186,
24301
+ "end": 186
24140
24302
  }
24141
24303
  },
24142
24304
  "group": [
@@ -36967,7 +37129,7 @@
36967
37129
  "context": {
36968
37130
  "type": "variable",
36969
37131
  "name": "kendo-list-header-font-weight",
36970
- "value": "null",
37132
+ "value": "$kendo-font-weight-bold",
36971
37133
  "scope": "default",
36972
37134
  "line": {
36973
37135
  "start": 55,
@@ -36982,8 +37144,8 @@
36982
37144
  "path": "list/_variables.scss",
36983
37145
  "name": "_variables.scss"
36984
37146
  },
36985
- "resolvedValue": "null",
36986
- "resolvedType": "Null"
37147
+ "resolvedValue": "700",
37148
+ "resolvedType": "Number"
36987
37149
  },
36988
37150
  {
36989
37151
  "description": "The horizontal padding of the List items, when no size is set.\n",
@@ -37237,7 +37399,7 @@
37237
37399
  "context": {
37238
37400
  "type": "variable",
37239
37401
  "name": "kendo-list-group-item-font-weight",
37240
- "value": "null",
37402
+ "value": "$kendo-font-weight-bold",
37241
37403
  "scope": "default",
37242
37404
  "line": {
37243
37405
  "start": 119,
@@ -37252,8 +37414,8 @@
37252
37414
  "path": "list/_variables.scss",
37253
37415
  "name": "_variables.scss"
37254
37416
  },
37255
- "resolvedValue": "null",
37256
- "resolvedType": "Null"
37417
+ "resolvedValue": "700",
37418
+ "resolvedType": "Number"
37257
37419
  },
37258
37420
  {
37259
37421
  "description": "The map with the sizes of the List.\n",
@@ -48451,7 +48613,7 @@
48451
48613
  "context": {
48452
48614
  "type": "variable",
48453
48615
  "name": "kendo-treeview-indent",
48454
- "value": "16px",
48616
+ "value": "24px",
48455
48617
  "scope": "default",
48456
48618
  "line": {
48457
48619
  "start": 32,
@@ -48466,7 +48628,7 @@
48466
48628
  "path": "treeview/_variables.scss",
48467
48629
  "name": "_variables.scss"
48468
48630
  },
48469
- "resolvedValue": "16px",
48631
+ "resolvedValue": "24px",
48470
48632
  "resolvedType": "Number"
48471
48633
  },
48472
48634
  {
@@ -48739,20 +48901,182 @@
48739
48901
  "resolvedValue": "4px",
48740
48902
  "resolvedType": "Number"
48741
48903
  },
48904
+ {
48905
+ "description": "The horizontal padding of the checkbox in the small TreeView.\n",
48906
+ "commentRange": {
48907
+ "start": 65,
48908
+ "end": 66
48909
+ },
48910
+ "context": {
48911
+ "type": "variable",
48912
+ "name": "kendo-treeview-sm-checkbox-padding-x",
48913
+ "value": "k-map-get( $kendo-spacing, 1 )",
48914
+ "scope": "default",
48915
+ "line": {
48916
+ "start": 67,
48917
+ "end": 67
48918
+ }
48919
+ },
48920
+ "group": [
48921
+ "treeview"
48922
+ ],
48923
+ "access": "public",
48924
+ "file": {
48925
+ "path": "treeview/_variables.scss",
48926
+ "name": "_variables.scss"
48927
+ },
48928
+ "resolvedValue": "4px",
48929
+ "resolvedType": "Number"
48930
+ },
48931
+ {
48932
+ "description": "The horizontal padding of the checkbox in the medium TreeView.\n",
48933
+ "commentRange": {
48934
+ "start": 68,
48935
+ "end": 69
48936
+ },
48937
+ "context": {
48938
+ "type": "variable",
48939
+ "name": "kendo-treeview-md-checkbox-padding-x",
48940
+ "value": "$kendo-treeview-sm-checkbox-padding-x",
48941
+ "scope": "default",
48942
+ "line": {
48943
+ "start": 70,
48944
+ "end": 70
48945
+ }
48946
+ },
48947
+ "group": [
48948
+ "treeview"
48949
+ ],
48950
+ "access": "public",
48951
+ "file": {
48952
+ "path": "treeview/_variables.scss",
48953
+ "name": "_variables.scss"
48954
+ },
48955
+ "resolvedValue": "4px",
48956
+ "resolvedType": "Number"
48957
+ },
48958
+ {
48959
+ "description": "The horizontal padding of the checkbox in the large TreeView.\n",
48960
+ "commentRange": {
48961
+ "start": 71,
48962
+ "end": 72
48963
+ },
48964
+ "context": {
48965
+ "type": "variable",
48966
+ "name": "kendo-treeview-lg-checkbox-padding-x",
48967
+ "value": "$kendo-treeview-sm-checkbox-padding-x",
48968
+ "scope": "default",
48969
+ "line": {
48970
+ "start": 73,
48971
+ "end": 73
48972
+ }
48973
+ },
48974
+ "group": [
48975
+ "treeview"
48976
+ ],
48977
+ "access": "public",
48978
+ "file": {
48979
+ "path": "treeview/_variables.scss",
48980
+ "name": "_variables.scss"
48981
+ },
48982
+ "resolvedValue": "4px",
48983
+ "resolvedType": "Number"
48984
+ },
48985
+ {
48986
+ "description": "The vertical padding of the checkbox in the small TreeView.\n",
48987
+ "commentRange": {
48988
+ "start": 74,
48989
+ "end": 75
48990
+ },
48991
+ "context": {
48992
+ "type": "variable",
48993
+ "name": "kendo-treeview-sm-checkbox-padding-y",
48994
+ "value": "k-map-get( $kendo-spacing, .5 )",
48995
+ "scope": "default",
48996
+ "line": {
48997
+ "start": 76,
48998
+ "end": 76
48999
+ }
49000
+ },
49001
+ "group": [
49002
+ "treeview"
49003
+ ],
49004
+ "access": "public",
49005
+ "file": {
49006
+ "path": "treeview/_variables.scss",
49007
+ "name": "_variables.scss"
49008
+ },
49009
+ "resolvedValue": "2px",
49010
+ "resolvedType": "Number"
49011
+ },
49012
+ {
49013
+ "description": "The vertical padding of the checkbox in the medium TreeView.\n",
49014
+ "commentRange": {
49015
+ "start": 77,
49016
+ "end": 78
49017
+ },
49018
+ "context": {
49019
+ "type": "variable",
49020
+ "name": "kendo-treeview-md-checkbox-padding-y",
49021
+ "value": "$kendo-treeview-sm-checkbox-padding-y",
49022
+ "scope": "default",
49023
+ "line": {
49024
+ "start": 79,
49025
+ "end": 79
49026
+ }
49027
+ },
49028
+ "group": [
49029
+ "treeview"
49030
+ ],
49031
+ "access": "public",
49032
+ "file": {
49033
+ "path": "treeview/_variables.scss",
49034
+ "name": "_variables.scss"
49035
+ },
49036
+ "resolvedValue": "2px",
49037
+ "resolvedType": "Number"
49038
+ },
49039
+ {
49040
+ "description": "The vertical padding of the checkbox in the large TreeView.\n",
49041
+ "commentRange": {
49042
+ "start": 80,
49043
+ "end": 81
49044
+ },
49045
+ "context": {
49046
+ "type": "variable",
49047
+ "name": "kendo-treeview-lg-checkbox-padding-y",
49048
+ "value": "null",
49049
+ "scope": "default",
49050
+ "line": {
49051
+ "start": 82,
49052
+ "end": 82
49053
+ }
49054
+ },
49055
+ "group": [
49056
+ "treeview"
49057
+ ],
49058
+ "access": "public",
49059
+ "file": {
49060
+ "path": "treeview/_variables.scss",
49061
+ "name": "_variables.scss"
49062
+ },
49063
+ "resolvedValue": "null",
49064
+ "resolvedType": "Null"
49065
+ },
48742
49066
  {
48743
49067
  "description": "The sizes map of the TreeView.\n",
48744
49068
  "commentRange": {
48745
- "start": 66,
48746
- "end": 67
49069
+ "start": 85,
49070
+ "end": 86
48747
49071
  },
48748
49072
  "context": {
48749
49073
  "type": "variable",
48750
49074
  "name": "kendo-treeview-sizes",
48751
- "value": "(\n sm: (\n font-size: $kendo-treeview-sm-font-size,\n line-height: $kendo-treeview-sm-line-height,\n item-padding-x: $kendo-treeview-sm-item-padding-x,\n item-padding-y: $kendo-treeview-sm-item-padding-y\n ),\n md: (\n font-size: $kendo-treeview-md-font-size,\n line-height: $kendo-treeview-md-line-height,\n item-padding-x: $kendo-treeview-md-item-padding-x,\n item-padding-y: $kendo-treeview-md-item-padding-y\n ),\n lg: (\n font-size: $kendo-treeview-lg-font-size,\n line-height: $kendo-treeview-lg-line-height,\n item-padding-x: $kendo-treeview-lg-item-padding-x,\n item-padding-y: $kendo-treeview-lg-item-padding-y\n )\n)",
49075
+ "value": "(\n sm: (\n font-size: $kendo-treeview-sm-font-size,\n line-height: $kendo-treeview-sm-line-height,\n item-padding-x: $kendo-treeview-sm-item-padding-x,\n item-padding-y: $kendo-treeview-sm-item-padding-y,\n checkbox-padding-x: $kendo-treeview-sm-checkbox-padding-x,\n checkbox-padding-y: $kendo-treeview-sm-checkbox-padding-y\n ),\n md: (\n font-size: $kendo-treeview-md-font-size,\n line-height: $kendo-treeview-md-line-height,\n item-padding-x: $kendo-treeview-md-item-padding-x,\n item-padding-y: $kendo-treeview-md-item-padding-y,\n checkbox-padding-x: $kendo-treeview-md-checkbox-padding-x,\n checkbox-padding-y: $kendo-treeview-md-checkbox-padding-y\n ),\n lg: (\n font-size: $kendo-treeview-lg-font-size,\n line-height: $kendo-treeview-lg-line-height,\n item-padding-x: $kendo-treeview-lg-item-padding-x,\n item-padding-y: $kendo-treeview-lg-item-padding-y,\n checkbox-padding-x: $kendo-treeview-lg-checkbox-padding-x,\n checkbox-padding-y: $kendo-treeview-lg-checkbox-padding-y\n )\n)",
48752
49076
  "scope": "default",
48753
49077
  "line": {
48754
- "start": 68,
48755
- "end": 87
49078
+ "start": 87,
49079
+ "end": 112
48756
49080
  }
48757
49081
  },
48758
49082
  "group": [
@@ -48763,14 +49087,14 @@
48763
49087
  "path": "treeview/_variables.scss",
48764
49088
  "name": "_variables.scss"
48765
49089
  },
48766
- "resolvedValue": "(sm: (font-size: 14px, line-height: 1.4285714286, item-padding-x: 8px, item-padding-y: 2px), md: (font-size: 14px, line-height: 1.4285714286, item-padding-x: 8px, item-padding-y: 4px), lg: (font-size: 16px, line-height: 1.5, item-padding-x: 12px, item-padding-y: 8px))",
49090
+ "resolvedValue": "(sm: (font-size: 14px, line-height: 1.4285714286, item-padding-x: 8px, item-padding-y: 2px, checkbox-padding-x: 4px, checkbox-padding-y: 2px), md: (font-size: 14px, line-height: 1.4285714286, item-padding-x: 8px, item-padding-y: 4px, checkbox-padding-x: 4px, checkbox-padding-y: 2px), lg: (font-size: 16px, line-height: 1.5, item-padding-x: 12px, item-padding-y: 8px, checkbox-padding-x: 4px, checkbox-padding-y: null))",
48767
49091
  "resolvedType": "Map"
48768
49092
  },
48769
49093
  {
48770
49094
  "description": "The background color of the TreeView.\n",
48771
49095
  "commentRange": {
48772
- "start": 90,
48773
- "end": 91
49096
+ "start": 115,
49097
+ "end": 116
48774
49098
  },
48775
49099
  "context": {
48776
49100
  "type": "variable",
@@ -48778,8 +49102,8 @@
48778
49102
  "value": "null",
48779
49103
  "scope": "default",
48780
49104
  "line": {
48781
- "start": 92,
48782
- "end": 92
49105
+ "start": 117,
49106
+ "end": 117
48783
49107
  }
48784
49108
  },
48785
49109
  "group": [
@@ -48796,8 +49120,8 @@
48796
49120
  {
48797
49121
  "description": "The text color of the TreeView.\n",
48798
49122
  "commentRange": {
48799
- "start": 93,
48800
- "end": 94
49123
+ "start": 118,
49124
+ "end": 119
48801
49125
  },
48802
49126
  "context": {
48803
49127
  "type": "variable",
@@ -48805,8 +49129,8 @@
48805
49129
  "value": "$kendo-component-text",
48806
49130
  "scope": "default",
48807
49131
  "line": {
48808
- "start": 95,
48809
- "end": 95
49132
+ "start": 120,
49133
+ "end": 120
48810
49134
  }
48811
49135
  },
48812
49136
  "group": [
@@ -48823,8 +49147,8 @@
48823
49147
  {
48824
49148
  "description": "The border color of the TreeView.\n",
48825
49149
  "commentRange": {
48826
- "start": 96,
48827
- "end": 97
49150
+ "start": 121,
49151
+ "end": 122
48828
49152
  },
48829
49153
  "context": {
48830
49154
  "type": "variable",
@@ -48832,8 +49156,8 @@
48832
49156
  "value": "null",
48833
49157
  "scope": "default",
48834
49158
  "line": {
48835
- "start": 98,
48836
- "end": 98
49159
+ "start": 123,
49160
+ "end": 123
48837
49161
  }
48838
49162
  },
48839
49163
  "group": [
@@ -48850,8 +49174,8 @@
48850
49174
  {
48851
49175
  "description": "The background color of hovered TreeView items.\n",
48852
49176
  "commentRange": {
48853
- "start": 100,
48854
- "end": 101
49177
+ "start": 125,
49178
+ "end": 126
48855
49179
  },
48856
49180
  "context": {
48857
49181
  "type": "variable",
@@ -48859,8 +49183,8 @@
48859
49183
  "value": "$kendo-hover-bg",
48860
49184
  "scope": "default",
48861
49185
  "line": {
48862
- "start": 102,
48863
- "end": 102
49186
+ "start": 127,
49187
+ "end": 127
48864
49188
  }
48865
49189
  },
48866
49190
  "group": [
@@ -48877,8 +49201,8 @@
48877
49201
  {
48878
49202
  "description": "The text color of hovered TreeView items.\n",
48879
49203
  "commentRange": {
48880
- "start": 103,
48881
- "end": 104
49204
+ "start": 128,
49205
+ "end": 129
48882
49206
  },
48883
49207
  "context": {
48884
49208
  "type": "variable",
@@ -48886,8 +49210,8 @@
48886
49210
  "value": "$kendo-hover-text",
48887
49211
  "scope": "default",
48888
49212
  "line": {
48889
- "start": 105,
48890
- "end": 105
49213
+ "start": 130,
49214
+ "end": 130
48891
49215
  }
48892
49216
  },
48893
49217
  "group": [
@@ -48904,8 +49228,8 @@
48904
49228
  {
48905
49229
  "description": "The border color of hovered TreeView items.\n",
48906
49230
  "commentRange": {
48907
- "start": 106,
48908
- "end": 107
49231
+ "start": 131,
49232
+ "end": 132
48909
49233
  },
48910
49234
  "context": {
48911
49235
  "type": "variable",
@@ -48913,8 +49237,8 @@
48913
49237
  "value": "$kendo-hover-border",
48914
49238
  "scope": "default",
48915
49239
  "line": {
48916
- "start": 108,
48917
- "end": 108
49240
+ "start": 133,
49241
+ "end": 133
48918
49242
  }
48919
49243
  },
48920
49244
  "group": [
@@ -48931,8 +49255,8 @@
48931
49255
  {
48932
49256
  "description": "The background gradient of hovered TreeView items.\n",
48933
49257
  "commentRange": {
48934
- "start": 109,
48935
- "end": 110
49258
+ "start": 134,
49259
+ "end": 135
48936
49260
  },
48937
49261
  "context": {
48938
49262
  "type": "variable",
@@ -48940,8 +49264,8 @@
48940
49264
  "value": "$kendo-hover-gradient",
48941
49265
  "scope": "default",
48942
49266
  "line": {
48943
- "start": 111,
48944
- "end": 111
49267
+ "start": 136,
49268
+ "end": 136
48945
49269
  }
48946
49270
  },
48947
49271
  "group": [
@@ -48958,8 +49282,8 @@
48958
49282
  {
48959
49283
  "description": "The background color of selected TreeView items.\n",
48960
49284
  "commentRange": {
48961
- "start": 113,
48962
- "end": 114
49285
+ "start": 138,
49286
+ "end": 139
48963
49287
  },
48964
49288
  "context": {
48965
49289
  "type": "variable",
@@ -48967,8 +49291,8 @@
48967
49291
  "value": "$kendo-selected-bg",
48968
49292
  "scope": "default",
48969
49293
  "line": {
48970
- "start": 115,
48971
- "end": 115
49294
+ "start": 140,
49295
+ "end": 140
48972
49296
  }
48973
49297
  },
48974
49298
  "group": [
@@ -48985,8 +49309,8 @@
48985
49309
  {
48986
49310
  "description": "The text color of selected TreeView items.\n",
48987
49311
  "commentRange": {
48988
- "start": 116,
48989
- "end": 117
49312
+ "start": 141,
49313
+ "end": 142
48990
49314
  },
48991
49315
  "context": {
48992
49316
  "type": "variable",
@@ -48994,8 +49318,8 @@
48994
49318
  "value": "$kendo-selected-text",
48995
49319
  "scope": "default",
48996
49320
  "line": {
48997
- "start": 118,
48998
- "end": 118
49321
+ "start": 143,
49322
+ "end": 143
48999
49323
  }
49000
49324
  },
49001
49325
  "group": [
@@ -49012,8 +49336,8 @@
49012
49336
  {
49013
49337
  "description": "The border color of selected TreeView items.\n",
49014
49338
  "commentRange": {
49015
- "start": 119,
49016
- "end": 120
49339
+ "start": 144,
49340
+ "end": 145
49017
49341
  },
49018
49342
  "context": {
49019
49343
  "type": "variable",
@@ -49021,8 +49345,8 @@
49021
49345
  "value": "$kendo-selected-border",
49022
49346
  "scope": "default",
49023
49347
  "line": {
49024
- "start": 121,
49025
- "end": 121
49348
+ "start": 146,
49349
+ "end": 146
49026
49350
  }
49027
49351
  },
49028
49352
  "group": [
@@ -49039,8 +49363,8 @@
49039
49363
  {
49040
49364
  "description": "The background gradient of selected TreeView items.\n",
49041
49365
  "commentRange": {
49042
- "start": 122,
49043
- "end": 123
49366
+ "start": 147,
49367
+ "end": 148
49044
49368
  },
49045
49369
  "context": {
49046
49370
  "type": "variable",
@@ -49048,8 +49372,8 @@
49048
49372
  "value": "$kendo-selected-gradient",
49049
49373
  "scope": "default",
49050
49374
  "line": {
49051
- "start": 124,
49052
- "end": 124
49375
+ "start": 149,
49376
+ "end": 149
49053
49377
  }
49054
49378
  },
49055
49379
  "group": [
@@ -49066,8 +49390,8 @@
49066
49390
  {
49067
49391
  "description": "The box shadow of focused TreeView items.\n",
49068
49392
  "commentRange": {
49069
- "start": 126,
49070
- "end": 127
49393
+ "start": 151,
49394
+ "end": 152
49071
49395
  },
49072
49396
  "context": {
49073
49397
  "type": "variable",
@@ -49075,8 +49399,8 @@
49075
49399
  "value": "$kendo-focus-shadow",
49076
49400
  "scope": "default",
49077
49401
  "line": {
49078
- "start": 128,
49079
- "end": 128
49402
+ "start": 153,
49403
+ "end": 153
49080
49404
  }
49081
49405
  },
49082
49406
  "group": [
@@ -49093,8 +49417,8 @@
49093
49417
  {
49094
49418
  "description": "The border color of the Load More button in the TreeView.\n",
49095
49419
  "commentRange": {
49096
- "start": 130,
49097
- "end": 131
49420
+ "start": 155,
49421
+ "end": 156
49098
49422
  },
49099
49423
  "context": {
49100
49424
  "type": "variable",
@@ -49102,8 +49426,8 @@
49102
49426
  "value": "transparent",
49103
49427
  "scope": "default",
49104
49428
  "line": {
49105
- "start": 132,
49106
- "end": 132
49429
+ "start": 157,
49430
+ "end": 157
49107
49431
  }
49108
49432
  },
49109
49433
  "group": [
@@ -49120,8 +49444,8 @@
49120
49444
  {
49121
49445
  "description": "The text color of the Load More button in the TreeView.\n",
49122
49446
  "commentRange": {
49123
- "start": 133,
49124
- "end": 134
49447
+ "start": 158,
49448
+ "end": 159
49125
49449
  },
49126
49450
  "context": {
49127
49451
  "type": "variable",
@@ -49129,8 +49453,8 @@
49129
49453
  "value": "$kendo-link-text",
49130
49454
  "scope": "default",
49131
49455
  "line": {
49132
- "start": 135,
49133
- "end": 135
49456
+ "start": 160,
49457
+ "end": 160
49134
49458
  }
49135
49459
  },
49136
49460
  "group": [
@@ -49147,8 +49471,8 @@
49147
49471
  {
49148
49472
  "description": "The border color of the Load More button in the TreeView.\n",
49149
49473
  "commentRange": {
49150
- "start": 136,
49151
- "end": 137
49474
+ "start": 161,
49475
+ "end": 162
49152
49476
  },
49153
49477
  "context": {
49154
49478
  "type": "variable",
@@ -49156,8 +49480,8 @@
49156
49480
  "value": "null",
49157
49481
  "scope": "default",
49158
49482
  "line": {
49159
- "start": 138,
49160
- "end": 138
49483
+ "start": 163,
49484
+ "end": 163
49161
49485
  }
49162
49486
  },
49163
49487
  "group": [
@@ -49174,8 +49498,8 @@
49174
49498
  {
49175
49499
  "description": "The background color of the hovered Load More button in the TreeView.\n",
49176
49500
  "commentRange": {
49177
- "start": 140,
49178
- "end": 141
49501
+ "start": 165,
49502
+ "end": 166
49179
49503
  },
49180
49504
  "context": {
49181
49505
  "type": "variable",
@@ -49183,8 +49507,8 @@
49183
49507
  "value": "transparent",
49184
49508
  "scope": "default",
49185
49509
  "line": {
49186
- "start": 142,
49187
- "end": 142
49510
+ "start": 167,
49511
+ "end": 167
49188
49512
  }
49189
49513
  },
49190
49514
  "group": [
@@ -49201,8 +49525,8 @@
49201
49525
  {
49202
49526
  "description": "The text color of the hovered Load More button in the TreeView.\n",
49203
49527
  "commentRange": {
49204
- "start": 143,
49205
- "end": 144
49528
+ "start": 168,
49529
+ "end": 169
49206
49530
  },
49207
49531
  "context": {
49208
49532
  "type": "variable",
@@ -49210,8 +49534,8 @@
49210
49534
  "value": "$kendo-link-hover-text",
49211
49535
  "scope": "default",
49212
49536
  "line": {
49213
- "start": 145,
49214
- "end": 145
49537
+ "start": 170,
49538
+ "end": 170
49215
49539
  }
49216
49540
  },
49217
49541
  "group": [
@@ -49228,8 +49552,8 @@
49228
49552
  {
49229
49553
  "description": "The border color of the hovered Load More button in the TreeView.\n",
49230
49554
  "commentRange": {
49231
- "start": 146,
49232
- "end": 147
49555
+ "start": 171,
49556
+ "end": 172
49233
49557
  },
49234
49558
  "context": {
49235
49559
  "type": "variable",
@@ -49237,8 +49561,8 @@
49237
49561
  "value": "null",
49238
49562
  "scope": "default",
49239
49563
  "line": {
49240
- "start": 148,
49241
- "end": 148
49564
+ "start": 173,
49565
+ "end": 173
49242
49566
  }
49243
49567
  },
49244
49568
  "group": [
@@ -49255,8 +49579,8 @@
49255
49579
  {
49256
49580
  "description": "The background color of the focused Load More button in the TreeView.\n",
49257
49581
  "commentRange": {
49258
- "start": 150,
49259
- "end": 151
49582
+ "start": 175,
49583
+ "end": 176
49260
49584
  },
49261
49585
  "context": {
49262
49586
  "type": "variable",
@@ -49264,8 +49588,8 @@
49264
49588
  "value": "transparent",
49265
49589
  "scope": "default",
49266
49590
  "line": {
49267
- "start": 152,
49268
- "end": 152
49591
+ "start": 177,
49592
+ "end": 177
49269
49593
  }
49270
49594
  },
49271
49595
  "group": [
@@ -49282,8 +49606,8 @@
49282
49606
  {
49283
49607
  "description": "The text color of the focused Load More button in the TreeView.\n",
49284
49608
  "commentRange": {
49285
- "start": 153,
49286
- "end": 154
49609
+ "start": 178,
49610
+ "end": 179
49287
49611
  },
49288
49612
  "context": {
49289
49613
  "type": "variable",
@@ -49291,8 +49615,8 @@
49291
49615
  "value": "$kendo-link-hover-text",
49292
49616
  "scope": "default",
49293
49617
  "line": {
49294
- "start": 155,
49295
- "end": 155
49618
+ "start": 180,
49619
+ "end": 180
49296
49620
  }
49297
49621
  },
49298
49622
  "group": [
@@ -49309,8 +49633,8 @@
49309
49633
  {
49310
49634
  "description": "The border color of the focused Load More button in the TreeView.\n",
49311
49635
  "commentRange": {
49312
- "start": 156,
49313
- "end": 157
49636
+ "start": 181,
49637
+ "end": 182
49314
49638
  },
49315
49639
  "context": {
49316
49640
  "type": "variable",
@@ -49318,8 +49642,8 @@
49318
49642
  "value": "null",
49319
49643
  "scope": "default",
49320
49644
  "line": {
49321
- "start": 158,
49322
- "end": 158
49645
+ "start": 183,
49646
+ "end": 183
49323
49647
  }
49324
49648
  },
49325
49649
  "group": [
@@ -49336,8 +49660,8 @@
49336
49660
  {
49337
49661
  "description": "The box shadow of the focused Load More button in the TreeView.\n",
49338
49662
  "commentRange": {
49339
- "start": 159,
49340
- "end": 160
49663
+ "start": 184,
49664
+ "end": 185
49341
49665
  },
49342
49666
  "context": {
49343
49667
  "type": "variable",
@@ -49345,8 +49669,8 @@
49345
49669
  "value": "$kendo-treeview-item-focus-shadow",
49346
49670
  "scope": "default",
49347
49671
  "line": {
49348
- "start": 161,
49349
- "end": 161
49672
+ "start": 186,
49673
+ "end": 186
49350
49674
  }
49351
49675
  },
49352
49676
  "group": [