@progress/kendo-theme-default 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.
@@ -12711,7 +12711,7 @@
12711
12711
  "context": {
12712
12712
  "type": "variable",
12713
12713
  "name": "kendo-list-header-font-weight",
12714
- "value": "null",
12714
+ "value": "$kendo-font-weight-bold",
12715
12715
  "scope": "default",
12716
12716
  "line": {
12717
12717
  "start": 55,
@@ -12726,8 +12726,8 @@
12726
12726
  "path": "list/_variables.scss",
12727
12727
  "name": "_variables.scss"
12728
12728
  },
12729
- "resolvedValue": "null",
12730
- "resolvedType": "Null"
12729
+ "resolvedValue": "700",
12730
+ "resolvedType": "Number"
12731
12731
  },
12732
12732
  {
12733
12733
  "description": "The horizontal padding of the List items, when no size is set.\n",
@@ -12981,7 +12981,7 @@
12981
12981
  "context": {
12982
12982
  "type": "variable",
12983
12983
  "name": "kendo-list-group-item-font-weight",
12984
- "value": "null",
12984
+ "value": "$kendo-font-weight-bold",
12985
12985
  "scope": "default",
12986
12986
  "line": {
12987
12987
  "start": 119,
@@ -12996,8 +12996,8 @@
12996
12996
  "path": "list/_variables.scss",
12997
12997
  "name": "_variables.scss"
12998
12998
  },
12999
- "resolvedValue": "null",
13000
- "resolvedType": "Null"
12999
+ "resolvedValue": "700",
13000
+ "resolvedType": "Number"
13001
13001
  },
13002
13002
  {
13003
13003
  "description": "The map with the sizes of the List.\n",
@@ -24105,7 +24105,7 @@
24105
24105
  "context": {
24106
24106
  "type": "variable",
24107
24107
  "name": "kendo-treeview-indent",
24108
- "value": "16px",
24108
+ "value": "24px",
24109
24109
  "scope": "default",
24110
24110
  "line": {
24111
24111
  "start": 32,
@@ -24120,7 +24120,7 @@
24120
24120
  "path": "treeview/_variables.scss",
24121
24121
  "name": "_variables.scss"
24122
24122
  },
24123
- "resolvedValue": "16px",
24123
+ "resolvedValue": "24px",
24124
24124
  "resolvedType": "Number"
24125
24125
  },
24126
24126
  {
@@ -24393,20 +24393,182 @@
24393
24393
  "resolvedValue": "4px",
24394
24394
  "resolvedType": "Number"
24395
24395
  },
24396
+ {
24397
+ "description": "The horizontal padding of the checkbox in the small TreeView.\n",
24398
+ "commentRange": {
24399
+ "start": 65,
24400
+ "end": 66
24401
+ },
24402
+ "context": {
24403
+ "type": "variable",
24404
+ "name": "kendo-treeview-sm-checkbox-padding-x",
24405
+ "value": "k-map-get( $kendo-spacing, 1 )",
24406
+ "scope": "default",
24407
+ "line": {
24408
+ "start": 67,
24409
+ "end": 67
24410
+ }
24411
+ },
24412
+ "group": [
24413
+ "treeview"
24414
+ ],
24415
+ "access": "public",
24416
+ "file": {
24417
+ "path": "treeview/_variables.scss",
24418
+ "name": "_variables.scss"
24419
+ },
24420
+ "resolvedValue": "4px",
24421
+ "resolvedType": "Number"
24422
+ },
24423
+ {
24424
+ "description": "The horizontal padding of the checkbox in the medium TreeView.\n",
24425
+ "commentRange": {
24426
+ "start": 68,
24427
+ "end": 69
24428
+ },
24429
+ "context": {
24430
+ "type": "variable",
24431
+ "name": "kendo-treeview-md-checkbox-padding-x",
24432
+ "value": "$kendo-treeview-sm-checkbox-padding-x",
24433
+ "scope": "default",
24434
+ "line": {
24435
+ "start": 70,
24436
+ "end": 70
24437
+ }
24438
+ },
24439
+ "group": [
24440
+ "treeview"
24441
+ ],
24442
+ "access": "public",
24443
+ "file": {
24444
+ "path": "treeview/_variables.scss",
24445
+ "name": "_variables.scss"
24446
+ },
24447
+ "resolvedValue": "4px",
24448
+ "resolvedType": "Number"
24449
+ },
24450
+ {
24451
+ "description": "The horizontal padding of the checkbox in the large TreeView.\n",
24452
+ "commentRange": {
24453
+ "start": 71,
24454
+ "end": 72
24455
+ },
24456
+ "context": {
24457
+ "type": "variable",
24458
+ "name": "kendo-treeview-lg-checkbox-padding-x",
24459
+ "value": "$kendo-treeview-sm-checkbox-padding-x",
24460
+ "scope": "default",
24461
+ "line": {
24462
+ "start": 73,
24463
+ "end": 73
24464
+ }
24465
+ },
24466
+ "group": [
24467
+ "treeview"
24468
+ ],
24469
+ "access": "public",
24470
+ "file": {
24471
+ "path": "treeview/_variables.scss",
24472
+ "name": "_variables.scss"
24473
+ },
24474
+ "resolvedValue": "4px",
24475
+ "resolvedType": "Number"
24476
+ },
24477
+ {
24478
+ "description": "The vertical padding of the checkbox in the small TreeView.\n",
24479
+ "commentRange": {
24480
+ "start": 74,
24481
+ "end": 75
24482
+ },
24483
+ "context": {
24484
+ "type": "variable",
24485
+ "name": "kendo-treeview-sm-checkbox-padding-y",
24486
+ "value": "k-map-get( $kendo-spacing, .5 )",
24487
+ "scope": "default",
24488
+ "line": {
24489
+ "start": 76,
24490
+ "end": 76
24491
+ }
24492
+ },
24493
+ "group": [
24494
+ "treeview"
24495
+ ],
24496
+ "access": "public",
24497
+ "file": {
24498
+ "path": "treeview/_variables.scss",
24499
+ "name": "_variables.scss"
24500
+ },
24501
+ "resolvedValue": "2px",
24502
+ "resolvedType": "Number"
24503
+ },
24504
+ {
24505
+ "description": "The vertical padding of the checkbox in the medium TreeView.\n",
24506
+ "commentRange": {
24507
+ "start": 77,
24508
+ "end": 78
24509
+ },
24510
+ "context": {
24511
+ "type": "variable",
24512
+ "name": "kendo-treeview-md-checkbox-padding-y",
24513
+ "value": "$kendo-treeview-sm-checkbox-padding-y",
24514
+ "scope": "default",
24515
+ "line": {
24516
+ "start": 79,
24517
+ "end": 79
24518
+ }
24519
+ },
24520
+ "group": [
24521
+ "treeview"
24522
+ ],
24523
+ "access": "public",
24524
+ "file": {
24525
+ "path": "treeview/_variables.scss",
24526
+ "name": "_variables.scss"
24527
+ },
24528
+ "resolvedValue": "2px",
24529
+ "resolvedType": "Number"
24530
+ },
24531
+ {
24532
+ "description": "The vertical padding of the checkbox in the large TreeView.\n",
24533
+ "commentRange": {
24534
+ "start": 80,
24535
+ "end": 81
24536
+ },
24537
+ "context": {
24538
+ "type": "variable",
24539
+ "name": "kendo-treeview-lg-checkbox-padding-y",
24540
+ "value": "null",
24541
+ "scope": "default",
24542
+ "line": {
24543
+ "start": 82,
24544
+ "end": 82
24545
+ }
24546
+ },
24547
+ "group": [
24548
+ "treeview"
24549
+ ],
24550
+ "access": "public",
24551
+ "file": {
24552
+ "path": "treeview/_variables.scss",
24553
+ "name": "_variables.scss"
24554
+ },
24555
+ "resolvedValue": "null",
24556
+ "resolvedType": "Null"
24557
+ },
24396
24558
  {
24397
24559
  "description": "The sizes map of the TreeView.\n",
24398
24560
  "commentRange": {
24399
- "start": 66,
24400
- "end": 67
24561
+ "start": 85,
24562
+ "end": 86
24401
24563
  },
24402
24564
  "context": {
24403
24565
  "type": "variable",
24404
24566
  "name": "kendo-treeview-sizes",
24405
- "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)",
24567
+ "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)",
24406
24568
  "scope": "default",
24407
24569
  "line": {
24408
- "start": 68,
24409
- "end": 87
24570
+ "start": 87,
24571
+ "end": 112
24410
24572
  }
24411
24573
  },
24412
24574
  "group": [
@@ -24417,14 +24579,14 @@
24417
24579
  "path": "treeview/_variables.scss",
24418
24580
  "name": "_variables.scss"
24419
24581
  },
24420
- "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: 8px, item-padding-y: 8px))",
24582
+ "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: 8px, item-padding-y: 8px, checkbox-padding-x: 4px, checkbox-padding-y: null))",
24421
24583
  "resolvedType": "Map"
24422
24584
  },
24423
24585
  {
24424
24586
  "description": "The background color of the TreeView.\n",
24425
24587
  "commentRange": {
24426
- "start": 90,
24427
- "end": 91
24588
+ "start": 115,
24589
+ "end": 116
24428
24590
  },
24429
24591
  "context": {
24430
24592
  "type": "variable",
@@ -24432,8 +24594,8 @@
24432
24594
  "value": "null",
24433
24595
  "scope": "default",
24434
24596
  "line": {
24435
- "start": 92,
24436
- "end": 92
24597
+ "start": 117,
24598
+ "end": 117
24437
24599
  }
24438
24600
  },
24439
24601
  "group": [
@@ -24450,8 +24612,8 @@
24450
24612
  {
24451
24613
  "description": "The text color of the TreeView.\n",
24452
24614
  "commentRange": {
24453
- "start": 93,
24454
- "end": 94
24615
+ "start": 118,
24616
+ "end": 119
24455
24617
  },
24456
24618
  "context": {
24457
24619
  "type": "variable",
@@ -24459,8 +24621,8 @@
24459
24621
  "value": "$kendo-component-text",
24460
24622
  "scope": "default",
24461
24623
  "line": {
24462
- "start": 95,
24463
- "end": 95
24624
+ "start": 120,
24625
+ "end": 120
24464
24626
  }
24465
24627
  },
24466
24628
  "group": [
@@ -24477,8 +24639,8 @@
24477
24639
  {
24478
24640
  "description": "The border color of the TreeView.\n",
24479
24641
  "commentRange": {
24480
- "start": 96,
24481
- "end": 97
24642
+ "start": 121,
24643
+ "end": 122
24482
24644
  },
24483
24645
  "context": {
24484
24646
  "type": "variable",
@@ -24486,8 +24648,8 @@
24486
24648
  "value": "null",
24487
24649
  "scope": "default",
24488
24650
  "line": {
24489
- "start": 98,
24490
- "end": 98
24651
+ "start": 123,
24652
+ "end": 123
24491
24653
  }
24492
24654
  },
24493
24655
  "group": [
@@ -24504,8 +24666,8 @@
24504
24666
  {
24505
24667
  "description": "The background color of hovered TreeView items.\n",
24506
24668
  "commentRange": {
24507
- "start": 100,
24508
- "end": 101
24669
+ "start": 125,
24670
+ "end": 126
24509
24671
  },
24510
24672
  "context": {
24511
24673
  "type": "variable",
@@ -24513,8 +24675,8 @@
24513
24675
  "value": "$kendo-hover-bg",
24514
24676
  "scope": "default",
24515
24677
  "line": {
24516
- "start": 102,
24517
- "end": 102
24678
+ "start": 127,
24679
+ "end": 127
24518
24680
  }
24519
24681
  },
24520
24682
  "group": [
@@ -24531,8 +24693,8 @@
24531
24693
  {
24532
24694
  "description": "The text color of hovered TreeView items.\n",
24533
24695
  "commentRange": {
24534
- "start": 103,
24535
- "end": 104
24696
+ "start": 128,
24697
+ "end": 129
24536
24698
  },
24537
24699
  "context": {
24538
24700
  "type": "variable",
@@ -24540,8 +24702,8 @@
24540
24702
  "value": "$kendo-hover-text",
24541
24703
  "scope": "default",
24542
24704
  "line": {
24543
- "start": 105,
24544
- "end": 105
24705
+ "start": 130,
24706
+ "end": 130
24545
24707
  }
24546
24708
  },
24547
24709
  "group": [
@@ -24558,8 +24720,8 @@
24558
24720
  {
24559
24721
  "description": "The border color of hovered TreeView items.\n",
24560
24722
  "commentRange": {
24561
- "start": 106,
24562
- "end": 107
24723
+ "start": 131,
24724
+ "end": 132
24563
24725
  },
24564
24726
  "context": {
24565
24727
  "type": "variable",
@@ -24567,8 +24729,8 @@
24567
24729
  "value": "null",
24568
24730
  "scope": "default",
24569
24731
  "line": {
24570
- "start": 108,
24571
- "end": 108
24732
+ "start": 133,
24733
+ "end": 133
24572
24734
  }
24573
24735
  },
24574
24736
  "group": [
@@ -24585,8 +24747,8 @@
24585
24747
  {
24586
24748
  "description": "The background gradient of hovered TreeView items.\n",
24587
24749
  "commentRange": {
24588
- "start": 109,
24589
- "end": 110
24750
+ "start": 134,
24751
+ "end": 135
24590
24752
  },
24591
24753
  "context": {
24592
24754
  "type": "variable",
@@ -24594,8 +24756,8 @@
24594
24756
  "value": "null",
24595
24757
  "scope": "default",
24596
24758
  "line": {
24597
- "start": 111,
24598
- "end": 111
24759
+ "start": 136,
24760
+ "end": 136
24599
24761
  }
24600
24762
  },
24601
24763
  "group": [
@@ -24612,8 +24774,8 @@
24612
24774
  {
24613
24775
  "description": "The background color of selected TreeView items.\n",
24614
24776
  "commentRange": {
24615
- "start": 113,
24616
- "end": 114
24777
+ "start": 138,
24778
+ "end": 139
24617
24779
  },
24618
24780
  "context": {
24619
24781
  "type": "variable",
@@ -24621,8 +24783,8 @@
24621
24783
  "value": "$kendo-selected-bg",
24622
24784
  "scope": "default",
24623
24785
  "line": {
24624
- "start": 115,
24625
- "end": 115
24786
+ "start": 140,
24787
+ "end": 140
24626
24788
  }
24627
24789
  },
24628
24790
  "group": [
@@ -24639,8 +24801,8 @@
24639
24801
  {
24640
24802
  "description": "The text color of selected TreeView items.\n",
24641
24803
  "commentRange": {
24642
- "start": 116,
24643
- "end": 117
24804
+ "start": 141,
24805
+ "end": 142
24644
24806
  },
24645
24807
  "context": {
24646
24808
  "type": "variable",
@@ -24648,8 +24810,8 @@
24648
24810
  "value": "$kendo-selected-text",
24649
24811
  "scope": "default",
24650
24812
  "line": {
24651
- "start": 118,
24652
- "end": 118
24813
+ "start": 143,
24814
+ "end": 143
24653
24815
  }
24654
24816
  },
24655
24817
  "group": [
@@ -24666,8 +24828,8 @@
24666
24828
  {
24667
24829
  "description": "The border color of selected TreeView items.\n",
24668
24830
  "commentRange": {
24669
- "start": 119,
24670
- "end": 120
24831
+ "start": 144,
24832
+ "end": 145
24671
24833
  },
24672
24834
  "context": {
24673
24835
  "type": "variable",
@@ -24675,8 +24837,8 @@
24675
24837
  "value": "null",
24676
24838
  "scope": "default",
24677
24839
  "line": {
24678
- "start": 121,
24679
- "end": 121
24840
+ "start": 146,
24841
+ "end": 146
24680
24842
  }
24681
24843
  },
24682
24844
  "group": [
@@ -24693,8 +24855,8 @@
24693
24855
  {
24694
24856
  "description": "The background gradient of selected TreeView items.\n",
24695
24857
  "commentRange": {
24696
- "start": 122,
24697
- "end": 123
24858
+ "start": 147,
24859
+ "end": 148
24698
24860
  },
24699
24861
  "context": {
24700
24862
  "type": "variable",
@@ -24702,8 +24864,8 @@
24702
24864
  "value": "null",
24703
24865
  "scope": "default",
24704
24866
  "line": {
24705
- "start": 124,
24706
- "end": 124
24867
+ "start": 149,
24868
+ "end": 149
24707
24869
  }
24708
24870
  },
24709
24871
  "group": [
@@ -24720,8 +24882,8 @@
24720
24882
  {
24721
24883
  "description": "The box shadow of focused TreeView items.\n",
24722
24884
  "commentRange": {
24723
- "start": 126,
24724
- "end": 127
24885
+ "start": 151,
24886
+ "end": 152
24725
24887
  },
24726
24888
  "context": {
24727
24889
  "type": "variable",
@@ -24729,8 +24891,8 @@
24729
24891
  "value": "$kendo-focus-shadow",
24730
24892
  "scope": "default",
24731
24893
  "line": {
24732
- "start": 128,
24733
- "end": 128
24894
+ "start": 153,
24895
+ "end": 153
24734
24896
  }
24735
24897
  },
24736
24898
  "group": [
@@ -24747,8 +24909,8 @@
24747
24909
  {
24748
24910
  "description": "The background color of the Load More button in the TreeView\n",
24749
24911
  "commentRange": {
24750
- "start": 130,
24751
- "end": 131
24912
+ "start": 155,
24913
+ "end": 156
24752
24914
  },
24753
24915
  "context": {
24754
24916
  "type": "variable",
@@ -24756,8 +24918,8 @@
24756
24918
  "value": "transparent",
24757
24919
  "scope": "default",
24758
24920
  "line": {
24759
- "start": 132,
24760
- "end": 132
24921
+ "start": 157,
24922
+ "end": 157
24761
24923
  }
24762
24924
  },
24763
24925
  "group": [
@@ -24774,8 +24936,8 @@
24774
24936
  {
24775
24937
  "description": "The text color of the Load More button in the TreeView\n",
24776
24938
  "commentRange": {
24777
- "start": 133,
24778
- "end": 134
24939
+ "start": 158,
24940
+ "end": 159
24779
24941
  },
24780
24942
  "context": {
24781
24943
  "type": "variable",
@@ -24783,8 +24945,8 @@
24783
24945
  "value": "$kendo-link-text",
24784
24946
  "scope": "default",
24785
24947
  "line": {
24786
- "start": 135,
24787
- "end": 135
24948
+ "start": 160,
24949
+ "end": 160
24788
24950
  }
24789
24951
  },
24790
24952
  "group": [
@@ -24801,8 +24963,8 @@
24801
24963
  {
24802
24964
  "description": "The border color of the Load More button in the TreeView\n",
24803
24965
  "commentRange": {
24804
- "start": 136,
24805
- "end": 137
24966
+ "start": 161,
24967
+ "end": 162
24806
24968
  },
24807
24969
  "context": {
24808
24970
  "type": "variable",
@@ -24810,8 +24972,8 @@
24810
24972
  "value": "null",
24811
24973
  "scope": "default",
24812
24974
  "line": {
24813
- "start": 138,
24814
- "end": 138
24975
+ "start": 163,
24976
+ "end": 163
24815
24977
  }
24816
24978
  },
24817
24979
  "group": [
@@ -24828,8 +24990,8 @@
24828
24990
  {
24829
24991
  "description": "The background color of the hovered Load More button in the TreeView\n",
24830
24992
  "commentRange": {
24831
- "start": 140,
24832
- "end": 141
24993
+ "start": 165,
24994
+ "end": 166
24833
24995
  },
24834
24996
  "context": {
24835
24997
  "type": "variable",
@@ -24837,8 +24999,8 @@
24837
24999
  "value": "transparent",
24838
25000
  "scope": "default",
24839
25001
  "line": {
24840
- "start": 142,
24841
- "end": 142
25002
+ "start": 167,
25003
+ "end": 167
24842
25004
  }
24843
25005
  },
24844
25006
  "group": [
@@ -24855,8 +25017,8 @@
24855
25017
  {
24856
25018
  "description": "The text color of the hovered Load More button in the TreeView.\n",
24857
25019
  "commentRange": {
24858
- "start": 143,
24859
- "end": 144
25020
+ "start": 168,
25021
+ "end": 169
24860
25022
  },
24861
25023
  "context": {
24862
25024
  "type": "variable",
@@ -24864,8 +25026,8 @@
24864
25026
  "value": "$kendo-link-hover-text",
24865
25027
  "scope": "default",
24866
25028
  "line": {
24867
- "start": 145,
24868
- "end": 145
25029
+ "start": 170,
25030
+ "end": 170
24869
25031
  }
24870
25032
  },
24871
25033
  "group": [
@@ -24882,8 +25044,8 @@
24882
25044
  {
24883
25045
  "description": "The border color of the hovered Load More button in the TreeView.\n",
24884
25046
  "commentRange": {
24885
- "start": 146,
24886
- "end": 147
25047
+ "start": 171,
25048
+ "end": 172
24887
25049
  },
24888
25050
  "context": {
24889
25051
  "type": "variable",
@@ -24891,8 +25053,8 @@
24891
25053
  "value": "null",
24892
25054
  "scope": "default",
24893
25055
  "line": {
24894
- "start": 148,
24895
- "end": 148
25056
+ "start": 173,
25057
+ "end": 173
24896
25058
  }
24897
25059
  },
24898
25060
  "group": [
@@ -24909,8 +25071,8 @@
24909
25071
  {
24910
25072
  "description": "The background color of the focused Load More button in the TreeView.\n",
24911
25073
  "commentRange": {
24912
- "start": 150,
24913
- "end": 151
25074
+ "start": 175,
25075
+ "end": 176
24914
25076
  },
24915
25077
  "context": {
24916
25078
  "type": "variable",
@@ -24918,8 +25080,8 @@
24918
25080
  "value": "transparent",
24919
25081
  "scope": "default",
24920
25082
  "line": {
24921
- "start": 152,
24922
- "end": 152
25083
+ "start": 177,
25084
+ "end": 177
24923
25085
  }
24924
25086
  },
24925
25087
  "group": [
@@ -24936,8 +25098,8 @@
24936
25098
  {
24937
25099
  "description": "The text color of the focused Load More button in the TreeView.\n",
24938
25100
  "commentRange": {
24939
- "start": 153,
24940
- "end": 154
25101
+ "start": 178,
25102
+ "end": 179
24941
25103
  },
24942
25104
  "context": {
24943
25105
  "type": "variable",
@@ -24945,8 +25107,8 @@
24945
25107
  "value": "$kendo-link-hover-text",
24946
25108
  "scope": "default",
24947
25109
  "line": {
24948
- "start": 155,
24949
- "end": 155
25110
+ "start": 180,
25111
+ "end": 180
24950
25112
  }
24951
25113
  },
24952
25114
  "group": [
@@ -24963,8 +25125,8 @@
24963
25125
  {
24964
25126
  "description": "The border color of the focused Load More button in the TreeView.\n",
24965
25127
  "commentRange": {
24966
- "start": 156,
24967
- "end": 157
25128
+ "start": 181,
25129
+ "end": 182
24968
25130
  },
24969
25131
  "context": {
24970
25132
  "type": "variable",
@@ -24972,8 +25134,8 @@
24972
25134
  "value": "null",
24973
25135
  "scope": "default",
24974
25136
  "line": {
24975
- "start": 158,
24976
- "end": 158
25137
+ "start": 183,
25138
+ "end": 183
24977
25139
  }
24978
25140
  },
24979
25141
  "group": [
@@ -24990,8 +25152,8 @@
24990
25152
  {
24991
25153
  "description": "The box shadow of the focused Load More button in the TreeView.\n",
24992
25154
  "commentRange": {
24993
- "start": 159,
24994
- "end": 160
25155
+ "start": 184,
25156
+ "end": 185
24995
25157
  },
24996
25158
  "context": {
24997
25159
  "type": "variable",
@@ -24999,8 +25161,8 @@
24999
25161
  "value": "$kendo-treeview-item-focus-shadow",
25000
25162
  "scope": "default",
25001
25163
  "line": {
25002
- "start": 161,
25003
- "end": 161
25164
+ "start": 186,
25165
+ "end": 186
25004
25166
  }
25005
25167
  },
25006
25168
  "group": [
@@ -39532,7 +39694,7 @@
39532
39694
  "context": {
39533
39695
  "type": "variable",
39534
39696
  "name": "kendo-list-header-font-weight",
39535
- "value": "null",
39697
+ "value": "$kendo-font-weight-bold",
39536
39698
  "scope": "default",
39537
39699
  "line": {
39538
39700
  "start": 55,
@@ -39547,8 +39709,8 @@
39547
39709
  "path": "list/_variables.scss",
39548
39710
  "name": "_variables.scss"
39549
39711
  },
39550
- "resolvedValue": "null",
39551
- "resolvedType": "Null"
39712
+ "resolvedValue": "700",
39713
+ "resolvedType": "Number"
39552
39714
  },
39553
39715
  {
39554
39716
  "description": "The horizontal padding of the List items, when no size is set.\n",
@@ -39802,7 +39964,7 @@
39802
39964
  "context": {
39803
39965
  "type": "variable",
39804
39966
  "name": "kendo-list-group-item-font-weight",
39805
- "value": "null",
39967
+ "value": "$kendo-font-weight-bold",
39806
39968
  "scope": "default",
39807
39969
  "line": {
39808
39970
  "start": 119,
@@ -39817,8 +39979,8 @@
39817
39979
  "path": "list/_variables.scss",
39818
39980
  "name": "_variables.scss"
39819
39981
  },
39820
- "resolvedValue": "null",
39821
- "resolvedType": "Null"
39982
+ "resolvedValue": "700",
39983
+ "resolvedType": "Number"
39822
39984
  },
39823
39985
  {
39824
39986
  "description": "The map with the sizes of the List.\n",
@@ -51016,7 +51178,7 @@
51016
51178
  "context": {
51017
51179
  "type": "variable",
51018
51180
  "name": "kendo-treeview-indent",
51019
- "value": "16px",
51181
+ "value": "24px",
51020
51182
  "scope": "default",
51021
51183
  "line": {
51022
51184
  "start": 32,
@@ -51031,7 +51193,7 @@
51031
51193
  "path": "treeview/_variables.scss",
51032
51194
  "name": "_variables.scss"
51033
51195
  },
51034
- "resolvedValue": "16px",
51196
+ "resolvedValue": "24px",
51035
51197
  "resolvedType": "Number"
51036
51198
  },
51037
51199
  {
@@ -51304,20 +51466,182 @@
51304
51466
  "resolvedValue": "4px",
51305
51467
  "resolvedType": "Number"
51306
51468
  },
51469
+ {
51470
+ "description": "The horizontal padding of the checkbox in the small TreeView.\n",
51471
+ "commentRange": {
51472
+ "start": 65,
51473
+ "end": 66
51474
+ },
51475
+ "context": {
51476
+ "type": "variable",
51477
+ "name": "kendo-treeview-sm-checkbox-padding-x",
51478
+ "value": "k-map-get( $kendo-spacing, 1 )",
51479
+ "scope": "default",
51480
+ "line": {
51481
+ "start": 67,
51482
+ "end": 67
51483
+ }
51484
+ },
51485
+ "group": [
51486
+ "treeview"
51487
+ ],
51488
+ "access": "public",
51489
+ "file": {
51490
+ "path": "treeview/_variables.scss",
51491
+ "name": "_variables.scss"
51492
+ },
51493
+ "resolvedValue": "4px",
51494
+ "resolvedType": "Number"
51495
+ },
51496
+ {
51497
+ "description": "The horizontal padding of the checkbox in the medium TreeView.\n",
51498
+ "commentRange": {
51499
+ "start": 68,
51500
+ "end": 69
51501
+ },
51502
+ "context": {
51503
+ "type": "variable",
51504
+ "name": "kendo-treeview-md-checkbox-padding-x",
51505
+ "value": "$kendo-treeview-sm-checkbox-padding-x",
51506
+ "scope": "default",
51507
+ "line": {
51508
+ "start": 70,
51509
+ "end": 70
51510
+ }
51511
+ },
51512
+ "group": [
51513
+ "treeview"
51514
+ ],
51515
+ "access": "public",
51516
+ "file": {
51517
+ "path": "treeview/_variables.scss",
51518
+ "name": "_variables.scss"
51519
+ },
51520
+ "resolvedValue": "4px",
51521
+ "resolvedType": "Number"
51522
+ },
51523
+ {
51524
+ "description": "The horizontal padding of the checkbox in the large TreeView.\n",
51525
+ "commentRange": {
51526
+ "start": 71,
51527
+ "end": 72
51528
+ },
51529
+ "context": {
51530
+ "type": "variable",
51531
+ "name": "kendo-treeview-lg-checkbox-padding-x",
51532
+ "value": "$kendo-treeview-sm-checkbox-padding-x",
51533
+ "scope": "default",
51534
+ "line": {
51535
+ "start": 73,
51536
+ "end": 73
51537
+ }
51538
+ },
51539
+ "group": [
51540
+ "treeview"
51541
+ ],
51542
+ "access": "public",
51543
+ "file": {
51544
+ "path": "treeview/_variables.scss",
51545
+ "name": "_variables.scss"
51546
+ },
51547
+ "resolvedValue": "4px",
51548
+ "resolvedType": "Number"
51549
+ },
51550
+ {
51551
+ "description": "The vertical padding of the checkbox in the small TreeView.\n",
51552
+ "commentRange": {
51553
+ "start": 74,
51554
+ "end": 75
51555
+ },
51556
+ "context": {
51557
+ "type": "variable",
51558
+ "name": "kendo-treeview-sm-checkbox-padding-y",
51559
+ "value": "k-map-get( $kendo-spacing, .5 )",
51560
+ "scope": "default",
51561
+ "line": {
51562
+ "start": 76,
51563
+ "end": 76
51564
+ }
51565
+ },
51566
+ "group": [
51567
+ "treeview"
51568
+ ],
51569
+ "access": "public",
51570
+ "file": {
51571
+ "path": "treeview/_variables.scss",
51572
+ "name": "_variables.scss"
51573
+ },
51574
+ "resolvedValue": "2px",
51575
+ "resolvedType": "Number"
51576
+ },
51577
+ {
51578
+ "description": "The vertical padding of the checkbox in the medium TreeView.\n",
51579
+ "commentRange": {
51580
+ "start": 77,
51581
+ "end": 78
51582
+ },
51583
+ "context": {
51584
+ "type": "variable",
51585
+ "name": "kendo-treeview-md-checkbox-padding-y",
51586
+ "value": "$kendo-treeview-sm-checkbox-padding-y",
51587
+ "scope": "default",
51588
+ "line": {
51589
+ "start": 79,
51590
+ "end": 79
51591
+ }
51592
+ },
51593
+ "group": [
51594
+ "treeview"
51595
+ ],
51596
+ "access": "public",
51597
+ "file": {
51598
+ "path": "treeview/_variables.scss",
51599
+ "name": "_variables.scss"
51600
+ },
51601
+ "resolvedValue": "2px",
51602
+ "resolvedType": "Number"
51603
+ },
51604
+ {
51605
+ "description": "The vertical padding of the checkbox in the large TreeView.\n",
51606
+ "commentRange": {
51607
+ "start": 80,
51608
+ "end": 81
51609
+ },
51610
+ "context": {
51611
+ "type": "variable",
51612
+ "name": "kendo-treeview-lg-checkbox-padding-y",
51613
+ "value": "null",
51614
+ "scope": "default",
51615
+ "line": {
51616
+ "start": 82,
51617
+ "end": 82
51618
+ }
51619
+ },
51620
+ "group": [
51621
+ "treeview"
51622
+ ],
51623
+ "access": "public",
51624
+ "file": {
51625
+ "path": "treeview/_variables.scss",
51626
+ "name": "_variables.scss"
51627
+ },
51628
+ "resolvedValue": "null",
51629
+ "resolvedType": "Null"
51630
+ },
51307
51631
  {
51308
51632
  "description": "The sizes map of the TreeView.\n",
51309
51633
  "commentRange": {
51310
- "start": 66,
51311
- "end": 67
51634
+ "start": 85,
51635
+ "end": 86
51312
51636
  },
51313
51637
  "context": {
51314
51638
  "type": "variable",
51315
51639
  "name": "kendo-treeview-sizes",
51316
- "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)",
51640
+ "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)",
51317
51641
  "scope": "default",
51318
51642
  "line": {
51319
- "start": 68,
51320
- "end": 87
51643
+ "start": 87,
51644
+ "end": 112
51321
51645
  }
51322
51646
  },
51323
51647
  "group": [
@@ -51328,14 +51652,14 @@
51328
51652
  "path": "treeview/_variables.scss",
51329
51653
  "name": "_variables.scss"
51330
51654
  },
51331
- "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: 8px, item-padding-y: 8px))",
51655
+ "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: 8px, item-padding-y: 8px, checkbox-padding-x: 4px, checkbox-padding-y: null))",
51332
51656
  "resolvedType": "Map"
51333
51657
  },
51334
51658
  {
51335
51659
  "description": "The background color of the TreeView.\n",
51336
51660
  "commentRange": {
51337
- "start": 90,
51338
- "end": 91
51661
+ "start": 115,
51662
+ "end": 116
51339
51663
  },
51340
51664
  "context": {
51341
51665
  "type": "variable",
@@ -51343,8 +51667,8 @@
51343
51667
  "value": "null",
51344
51668
  "scope": "default",
51345
51669
  "line": {
51346
- "start": 92,
51347
- "end": 92
51670
+ "start": 117,
51671
+ "end": 117
51348
51672
  }
51349
51673
  },
51350
51674
  "group": [
@@ -51361,8 +51685,8 @@
51361
51685
  {
51362
51686
  "description": "The text color of the TreeView.\n",
51363
51687
  "commentRange": {
51364
- "start": 93,
51365
- "end": 94
51688
+ "start": 118,
51689
+ "end": 119
51366
51690
  },
51367
51691
  "context": {
51368
51692
  "type": "variable",
@@ -51370,8 +51694,8 @@
51370
51694
  "value": "$kendo-component-text",
51371
51695
  "scope": "default",
51372
51696
  "line": {
51373
- "start": 95,
51374
- "end": 95
51697
+ "start": 120,
51698
+ "end": 120
51375
51699
  }
51376
51700
  },
51377
51701
  "group": [
@@ -51388,8 +51712,8 @@
51388
51712
  {
51389
51713
  "description": "The border color of the TreeView.\n",
51390
51714
  "commentRange": {
51391
- "start": 96,
51392
- "end": 97
51715
+ "start": 121,
51716
+ "end": 122
51393
51717
  },
51394
51718
  "context": {
51395
51719
  "type": "variable",
@@ -51397,8 +51721,8 @@
51397
51721
  "value": "null",
51398
51722
  "scope": "default",
51399
51723
  "line": {
51400
- "start": 98,
51401
- "end": 98
51724
+ "start": 123,
51725
+ "end": 123
51402
51726
  }
51403
51727
  },
51404
51728
  "group": [
@@ -51415,8 +51739,8 @@
51415
51739
  {
51416
51740
  "description": "The background color of hovered TreeView items.\n",
51417
51741
  "commentRange": {
51418
- "start": 100,
51419
- "end": 101
51742
+ "start": 125,
51743
+ "end": 126
51420
51744
  },
51421
51745
  "context": {
51422
51746
  "type": "variable",
@@ -51424,8 +51748,8 @@
51424
51748
  "value": "$kendo-hover-bg",
51425
51749
  "scope": "default",
51426
51750
  "line": {
51427
- "start": 102,
51428
- "end": 102
51751
+ "start": 127,
51752
+ "end": 127
51429
51753
  }
51430
51754
  },
51431
51755
  "group": [
@@ -51442,8 +51766,8 @@
51442
51766
  {
51443
51767
  "description": "The text color of hovered TreeView items.\n",
51444
51768
  "commentRange": {
51445
- "start": 103,
51446
- "end": 104
51769
+ "start": 128,
51770
+ "end": 129
51447
51771
  },
51448
51772
  "context": {
51449
51773
  "type": "variable",
@@ -51451,8 +51775,8 @@
51451
51775
  "value": "$kendo-hover-text",
51452
51776
  "scope": "default",
51453
51777
  "line": {
51454
- "start": 105,
51455
- "end": 105
51778
+ "start": 130,
51779
+ "end": 130
51456
51780
  }
51457
51781
  },
51458
51782
  "group": [
@@ -51469,8 +51793,8 @@
51469
51793
  {
51470
51794
  "description": "The border color of hovered TreeView items.\n",
51471
51795
  "commentRange": {
51472
- "start": 106,
51473
- "end": 107
51796
+ "start": 131,
51797
+ "end": 132
51474
51798
  },
51475
51799
  "context": {
51476
51800
  "type": "variable",
@@ -51478,8 +51802,8 @@
51478
51802
  "value": "null",
51479
51803
  "scope": "default",
51480
51804
  "line": {
51481
- "start": 108,
51482
- "end": 108
51805
+ "start": 133,
51806
+ "end": 133
51483
51807
  }
51484
51808
  },
51485
51809
  "group": [
@@ -51496,8 +51820,8 @@
51496
51820
  {
51497
51821
  "description": "The background gradient of hovered TreeView items.\n",
51498
51822
  "commentRange": {
51499
- "start": 109,
51500
- "end": 110
51823
+ "start": 134,
51824
+ "end": 135
51501
51825
  },
51502
51826
  "context": {
51503
51827
  "type": "variable",
@@ -51505,8 +51829,8 @@
51505
51829
  "value": "null",
51506
51830
  "scope": "default",
51507
51831
  "line": {
51508
- "start": 111,
51509
- "end": 111
51832
+ "start": 136,
51833
+ "end": 136
51510
51834
  }
51511
51835
  },
51512
51836
  "group": [
@@ -51523,8 +51847,8 @@
51523
51847
  {
51524
51848
  "description": "The background color of selected TreeView items.\n",
51525
51849
  "commentRange": {
51526
- "start": 113,
51527
- "end": 114
51850
+ "start": 138,
51851
+ "end": 139
51528
51852
  },
51529
51853
  "context": {
51530
51854
  "type": "variable",
@@ -51532,8 +51856,8 @@
51532
51856
  "value": "$kendo-selected-bg",
51533
51857
  "scope": "default",
51534
51858
  "line": {
51535
- "start": 115,
51536
- "end": 115
51859
+ "start": 140,
51860
+ "end": 140
51537
51861
  }
51538
51862
  },
51539
51863
  "group": [
@@ -51550,8 +51874,8 @@
51550
51874
  {
51551
51875
  "description": "The text color of selected TreeView items.\n",
51552
51876
  "commentRange": {
51553
- "start": 116,
51554
- "end": 117
51877
+ "start": 141,
51878
+ "end": 142
51555
51879
  },
51556
51880
  "context": {
51557
51881
  "type": "variable",
@@ -51559,8 +51883,8 @@
51559
51883
  "value": "$kendo-selected-text",
51560
51884
  "scope": "default",
51561
51885
  "line": {
51562
- "start": 118,
51563
- "end": 118
51886
+ "start": 143,
51887
+ "end": 143
51564
51888
  }
51565
51889
  },
51566
51890
  "group": [
@@ -51577,8 +51901,8 @@
51577
51901
  {
51578
51902
  "description": "The border color of selected TreeView items.\n",
51579
51903
  "commentRange": {
51580
- "start": 119,
51581
- "end": 120
51904
+ "start": 144,
51905
+ "end": 145
51582
51906
  },
51583
51907
  "context": {
51584
51908
  "type": "variable",
@@ -51586,8 +51910,8 @@
51586
51910
  "value": "null",
51587
51911
  "scope": "default",
51588
51912
  "line": {
51589
- "start": 121,
51590
- "end": 121
51913
+ "start": 146,
51914
+ "end": 146
51591
51915
  }
51592
51916
  },
51593
51917
  "group": [
@@ -51604,8 +51928,8 @@
51604
51928
  {
51605
51929
  "description": "The background gradient of selected TreeView items.\n",
51606
51930
  "commentRange": {
51607
- "start": 122,
51608
- "end": 123
51931
+ "start": 147,
51932
+ "end": 148
51609
51933
  },
51610
51934
  "context": {
51611
51935
  "type": "variable",
@@ -51613,8 +51937,8 @@
51613
51937
  "value": "null",
51614
51938
  "scope": "default",
51615
51939
  "line": {
51616
- "start": 124,
51617
- "end": 124
51940
+ "start": 149,
51941
+ "end": 149
51618
51942
  }
51619
51943
  },
51620
51944
  "group": [
@@ -51631,8 +51955,8 @@
51631
51955
  {
51632
51956
  "description": "The box shadow of focused TreeView items.\n",
51633
51957
  "commentRange": {
51634
- "start": 126,
51635
- "end": 127
51958
+ "start": 151,
51959
+ "end": 152
51636
51960
  },
51637
51961
  "context": {
51638
51962
  "type": "variable",
@@ -51640,8 +51964,8 @@
51640
51964
  "value": "$kendo-focus-shadow",
51641
51965
  "scope": "default",
51642
51966
  "line": {
51643
- "start": 128,
51644
- "end": 128
51967
+ "start": 153,
51968
+ "end": 153
51645
51969
  }
51646
51970
  },
51647
51971
  "group": [
@@ -51658,8 +51982,8 @@
51658
51982
  {
51659
51983
  "description": "The background color of the Load More button in the TreeView\n",
51660
51984
  "commentRange": {
51661
- "start": 130,
51662
- "end": 131
51985
+ "start": 155,
51986
+ "end": 156
51663
51987
  },
51664
51988
  "context": {
51665
51989
  "type": "variable",
@@ -51667,8 +51991,8 @@
51667
51991
  "value": "transparent",
51668
51992
  "scope": "default",
51669
51993
  "line": {
51670
- "start": 132,
51671
- "end": 132
51994
+ "start": 157,
51995
+ "end": 157
51672
51996
  }
51673
51997
  },
51674
51998
  "group": [
@@ -51685,8 +52009,8 @@
51685
52009
  {
51686
52010
  "description": "The text color of the Load More button in the TreeView\n",
51687
52011
  "commentRange": {
51688
- "start": 133,
51689
- "end": 134
52012
+ "start": 158,
52013
+ "end": 159
51690
52014
  },
51691
52015
  "context": {
51692
52016
  "type": "variable",
@@ -51694,8 +52018,8 @@
51694
52018
  "value": "$kendo-link-text",
51695
52019
  "scope": "default",
51696
52020
  "line": {
51697
- "start": 135,
51698
- "end": 135
52021
+ "start": 160,
52022
+ "end": 160
51699
52023
  }
51700
52024
  },
51701
52025
  "group": [
@@ -51712,8 +52036,8 @@
51712
52036
  {
51713
52037
  "description": "The border color of the Load More button in the TreeView\n",
51714
52038
  "commentRange": {
51715
- "start": 136,
51716
- "end": 137
52039
+ "start": 161,
52040
+ "end": 162
51717
52041
  },
51718
52042
  "context": {
51719
52043
  "type": "variable",
@@ -51721,8 +52045,8 @@
51721
52045
  "value": "null",
51722
52046
  "scope": "default",
51723
52047
  "line": {
51724
- "start": 138,
51725
- "end": 138
52048
+ "start": 163,
52049
+ "end": 163
51726
52050
  }
51727
52051
  },
51728
52052
  "group": [
@@ -51739,8 +52063,8 @@
51739
52063
  {
51740
52064
  "description": "The background color of the hovered Load More button in the TreeView\n",
51741
52065
  "commentRange": {
51742
- "start": 140,
51743
- "end": 141
52066
+ "start": 165,
52067
+ "end": 166
51744
52068
  },
51745
52069
  "context": {
51746
52070
  "type": "variable",
@@ -51748,8 +52072,8 @@
51748
52072
  "value": "transparent",
51749
52073
  "scope": "default",
51750
52074
  "line": {
51751
- "start": 142,
51752
- "end": 142
52075
+ "start": 167,
52076
+ "end": 167
51753
52077
  }
51754
52078
  },
51755
52079
  "group": [
@@ -51766,8 +52090,8 @@
51766
52090
  {
51767
52091
  "description": "The text color of the hovered Load More button in the TreeView.\n",
51768
52092
  "commentRange": {
51769
- "start": 143,
51770
- "end": 144
52093
+ "start": 168,
52094
+ "end": 169
51771
52095
  },
51772
52096
  "context": {
51773
52097
  "type": "variable",
@@ -51775,8 +52099,8 @@
51775
52099
  "value": "$kendo-link-hover-text",
51776
52100
  "scope": "default",
51777
52101
  "line": {
51778
- "start": 145,
51779
- "end": 145
52102
+ "start": 170,
52103
+ "end": 170
51780
52104
  }
51781
52105
  },
51782
52106
  "group": [
@@ -51793,8 +52117,8 @@
51793
52117
  {
51794
52118
  "description": "The border color of the hovered Load More button in the TreeView.\n",
51795
52119
  "commentRange": {
51796
- "start": 146,
51797
- "end": 147
52120
+ "start": 171,
52121
+ "end": 172
51798
52122
  },
51799
52123
  "context": {
51800
52124
  "type": "variable",
@@ -51802,8 +52126,8 @@
51802
52126
  "value": "null",
51803
52127
  "scope": "default",
51804
52128
  "line": {
51805
- "start": 148,
51806
- "end": 148
52129
+ "start": 173,
52130
+ "end": 173
51807
52131
  }
51808
52132
  },
51809
52133
  "group": [
@@ -51820,8 +52144,8 @@
51820
52144
  {
51821
52145
  "description": "The background color of the focused Load More button in the TreeView.\n",
51822
52146
  "commentRange": {
51823
- "start": 150,
51824
- "end": 151
52147
+ "start": 175,
52148
+ "end": 176
51825
52149
  },
51826
52150
  "context": {
51827
52151
  "type": "variable",
@@ -51829,8 +52153,8 @@
51829
52153
  "value": "transparent",
51830
52154
  "scope": "default",
51831
52155
  "line": {
51832
- "start": 152,
51833
- "end": 152
52156
+ "start": 177,
52157
+ "end": 177
51834
52158
  }
51835
52159
  },
51836
52160
  "group": [
@@ -51847,8 +52171,8 @@
51847
52171
  {
51848
52172
  "description": "The text color of the focused Load More button in the TreeView.\n",
51849
52173
  "commentRange": {
51850
- "start": 153,
51851
- "end": 154
52174
+ "start": 178,
52175
+ "end": 179
51852
52176
  },
51853
52177
  "context": {
51854
52178
  "type": "variable",
@@ -51856,8 +52180,8 @@
51856
52180
  "value": "$kendo-link-hover-text",
51857
52181
  "scope": "default",
51858
52182
  "line": {
51859
- "start": 155,
51860
- "end": 155
52183
+ "start": 180,
52184
+ "end": 180
51861
52185
  }
51862
52186
  },
51863
52187
  "group": [
@@ -51874,8 +52198,8 @@
51874
52198
  {
51875
52199
  "description": "The border color of the focused Load More button in the TreeView.\n",
51876
52200
  "commentRange": {
51877
- "start": 156,
51878
- "end": 157
52201
+ "start": 181,
52202
+ "end": 182
51879
52203
  },
51880
52204
  "context": {
51881
52205
  "type": "variable",
@@ -51883,8 +52207,8 @@
51883
52207
  "value": "null",
51884
52208
  "scope": "default",
51885
52209
  "line": {
51886
- "start": 158,
51887
- "end": 158
52210
+ "start": 183,
52211
+ "end": 183
51888
52212
  }
51889
52213
  },
51890
52214
  "group": [
@@ -51901,8 +52225,8 @@
51901
52225
  {
51902
52226
  "description": "The box shadow of the focused Load More button in the TreeView.\n",
51903
52227
  "commentRange": {
51904
- "start": 159,
51905
- "end": 160
52228
+ "start": 184,
52229
+ "end": 185
51906
52230
  },
51907
52231
  "context": {
51908
52232
  "type": "variable",
@@ -51910,8 +52234,8 @@
51910
52234
  "value": "$kendo-treeview-item-focus-shadow",
51911
52235
  "scope": "default",
51912
52236
  "line": {
51913
- "start": 161,
51914
- "end": 161
52237
+ "start": 186,
52238
+ "end": 186
51915
52239
  }
51916
52240
  },
51917
52241
  "group": [