@progress/kendo-theme-bootstrap 6.4.1-dev.0 → 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.
- package/dist/all.css +54 -25
- package/dist/all.scss +68 -20
- package/dist/meta/sassdoc-data.json +528 -204
- package/dist/meta/sassdoc-raw-data.json +246 -96
- package/dist/meta/variables.json +38 -6
- package/lib/swatches/bootstrap-3-dark.json +1 -1
- package/lib/swatches/bootstrap-3.json +1 -1
- package/lib/swatches/bootstrap-4-dark.json +1 -1
- package/lib/swatches/bootstrap-4.json +1 -1
- package/lib/swatches/bootstrap-dataviz-v4.json +1 -1
- package/lib/swatches/bootstrap-main-dark.json +1 -1
- package/lib/swatches/bootstrap-main.json +1 -1
- package/lib/swatches/bootstrap-nordic.json +1 -1
- package/lib/swatches/bootstrap-turquoise-dark.json +1 -1
- package/lib/swatches/bootstrap-turquoise.json +1 -1
- package/lib/swatches/bootstrap-urban.json +1 -1
- package/lib/swatches/bootstrap-vintage.json +1 -1
- package/package.json +5 -5
- package/scss/list/_variables.scss +2 -2
- package/scss/splitter/_variables.scss +2 -0
- package/scss/treeview/_variables.scss +30 -4
|
@@ -11793,7 +11793,7 @@
|
|
|
11793
11793
|
"context": {
|
|
11794
11794
|
"type": "variable",
|
|
11795
11795
|
"name": "kendo-list-header-font-weight",
|
|
11796
|
-
"value": "bold",
|
|
11796
|
+
"value": "$kendo-font-weight-bold",
|
|
11797
11797
|
"scope": "default",
|
|
11798
11798
|
"line": {
|
|
11799
11799
|
"start": 55,
|
|
@@ -11808,8 +11808,8 @@
|
|
|
11808
11808
|
"path": "list/_variables.scss",
|
|
11809
11809
|
"name": "_variables.scss"
|
|
11810
11810
|
},
|
|
11811
|
-
"resolvedValue": "
|
|
11812
|
-
"resolvedType": "
|
|
11811
|
+
"resolvedValue": "700",
|
|
11812
|
+
"resolvedType": "Number"
|
|
11813
11813
|
},
|
|
11814
11814
|
{
|
|
11815
11815
|
"description": "The horizontal padding of the List items, when no size is set.\n",
|
|
@@ -12063,7 +12063,7 @@
|
|
|
12063
12063
|
"context": {
|
|
12064
12064
|
"type": "variable",
|
|
12065
12065
|
"name": "kendo-list-group-item-font-weight",
|
|
12066
|
-
"value": "bold",
|
|
12066
|
+
"value": "$kendo-font-weight-bold",
|
|
12067
12067
|
"scope": "default",
|
|
12068
12068
|
"line": {
|
|
12069
12069
|
"start": 119,
|
|
@@ -12078,8 +12078,8 @@
|
|
|
12078
12078
|
"path": "list/_variables.scss",
|
|
12079
12079
|
"name": "_variables.scss"
|
|
12080
12080
|
},
|
|
12081
|
-
"resolvedValue": "
|
|
12082
|
-
"resolvedType": "
|
|
12081
|
+
"resolvedValue": "700",
|
|
12082
|
+
"resolvedType": "Number"
|
|
12083
12083
|
},
|
|
12084
12084
|
{
|
|
12085
12085
|
"description": "The map with the sizes of the List.\n",
|
|
@@ -23187,7 +23187,7 @@
|
|
|
23187
23187
|
"context": {
|
|
23188
23188
|
"type": "variable",
|
|
23189
23189
|
"name": "kendo-treeview-indent",
|
|
23190
|
-
"value": "
|
|
23190
|
+
"value": "24px",
|
|
23191
23191
|
"scope": "default",
|
|
23192
23192
|
"line": {
|
|
23193
23193
|
"start": 33,
|
|
@@ -23202,7 +23202,7 @@
|
|
|
23202
23202
|
"path": "treeview/_variables.scss",
|
|
23203
23203
|
"name": "_variables.scss"
|
|
23204
23204
|
},
|
|
23205
|
-
"resolvedValue": "
|
|
23205
|
+
"resolvedValue": "24px",
|
|
23206
23206
|
"resolvedType": "Number"
|
|
23207
23207
|
},
|
|
23208
23208
|
{
|
|
@@ -23475,20 +23475,182 @@
|
|
|
23475
23475
|
"resolvedValue": "0.25rem",
|
|
23476
23476
|
"resolvedType": "Number"
|
|
23477
23477
|
},
|
|
23478
|
+
{
|
|
23479
|
+
"description": "The horizontal padding of the checkbox in the small TreeView.\n",
|
|
23480
|
+
"commentRange": {
|
|
23481
|
+
"start": 66,
|
|
23482
|
+
"end": 67
|
|
23483
|
+
},
|
|
23484
|
+
"context": {
|
|
23485
|
+
"type": "variable",
|
|
23486
|
+
"name": "kendo-treeview-sm-checkbox-padding-x",
|
|
23487
|
+
"value": "k-map-get( $kendo-spacing, 1 )",
|
|
23488
|
+
"scope": "default",
|
|
23489
|
+
"line": {
|
|
23490
|
+
"start": 68,
|
|
23491
|
+
"end": 68
|
|
23492
|
+
}
|
|
23493
|
+
},
|
|
23494
|
+
"group": [
|
|
23495
|
+
"treeview"
|
|
23496
|
+
],
|
|
23497
|
+
"access": "public",
|
|
23498
|
+
"file": {
|
|
23499
|
+
"path": "treeview/_variables.scss",
|
|
23500
|
+
"name": "_variables.scss"
|
|
23501
|
+
},
|
|
23502
|
+
"resolvedValue": "0.25rem",
|
|
23503
|
+
"resolvedType": "Number"
|
|
23504
|
+
},
|
|
23505
|
+
{
|
|
23506
|
+
"description": "The horizontal padding of the checkbox in the medium TreeView.\n",
|
|
23507
|
+
"commentRange": {
|
|
23508
|
+
"start": 69,
|
|
23509
|
+
"end": 70
|
|
23510
|
+
},
|
|
23511
|
+
"context": {
|
|
23512
|
+
"type": "variable",
|
|
23513
|
+
"name": "kendo-treeview-md-checkbox-padding-x",
|
|
23514
|
+
"value": "$kendo-treeview-sm-checkbox-padding-x",
|
|
23515
|
+
"scope": "default",
|
|
23516
|
+
"line": {
|
|
23517
|
+
"start": 71,
|
|
23518
|
+
"end": 71
|
|
23519
|
+
}
|
|
23520
|
+
},
|
|
23521
|
+
"group": [
|
|
23522
|
+
"treeview"
|
|
23523
|
+
],
|
|
23524
|
+
"access": "public",
|
|
23525
|
+
"file": {
|
|
23526
|
+
"path": "treeview/_variables.scss",
|
|
23527
|
+
"name": "_variables.scss"
|
|
23528
|
+
},
|
|
23529
|
+
"resolvedValue": "0.25rem",
|
|
23530
|
+
"resolvedType": "Number"
|
|
23531
|
+
},
|
|
23532
|
+
{
|
|
23533
|
+
"description": "The horizontal padding of the checkbox in the large TreeView.\n",
|
|
23534
|
+
"commentRange": {
|
|
23535
|
+
"start": 72,
|
|
23536
|
+
"end": 73
|
|
23537
|
+
},
|
|
23538
|
+
"context": {
|
|
23539
|
+
"type": "variable",
|
|
23540
|
+
"name": "kendo-treeview-lg-checkbox-padding-x",
|
|
23541
|
+
"value": "$kendo-treeview-sm-checkbox-padding-x",
|
|
23542
|
+
"scope": "default",
|
|
23543
|
+
"line": {
|
|
23544
|
+
"start": 74,
|
|
23545
|
+
"end": 74
|
|
23546
|
+
}
|
|
23547
|
+
},
|
|
23548
|
+
"group": [
|
|
23549
|
+
"treeview"
|
|
23550
|
+
],
|
|
23551
|
+
"access": "public",
|
|
23552
|
+
"file": {
|
|
23553
|
+
"path": "treeview/_variables.scss",
|
|
23554
|
+
"name": "_variables.scss"
|
|
23555
|
+
},
|
|
23556
|
+
"resolvedValue": "0.25rem",
|
|
23557
|
+
"resolvedType": "Number"
|
|
23558
|
+
},
|
|
23559
|
+
{
|
|
23560
|
+
"description": "The vertical padding of the checkbox in the small TreeView.\n",
|
|
23561
|
+
"commentRange": {
|
|
23562
|
+
"start": 75,
|
|
23563
|
+
"end": 76
|
|
23564
|
+
},
|
|
23565
|
+
"context": {
|
|
23566
|
+
"type": "variable",
|
|
23567
|
+
"name": "kendo-treeview-sm-checkbox-padding-y",
|
|
23568
|
+
"value": "k-map-get( $kendo-spacing, .5 )",
|
|
23569
|
+
"scope": "default",
|
|
23570
|
+
"line": {
|
|
23571
|
+
"start": 77,
|
|
23572
|
+
"end": 77
|
|
23573
|
+
}
|
|
23574
|
+
},
|
|
23575
|
+
"group": [
|
|
23576
|
+
"treeview"
|
|
23577
|
+
],
|
|
23578
|
+
"access": "public",
|
|
23579
|
+
"file": {
|
|
23580
|
+
"path": "treeview/_variables.scss",
|
|
23581
|
+
"name": "_variables.scss"
|
|
23582
|
+
},
|
|
23583
|
+
"resolvedValue": "0.125rem",
|
|
23584
|
+
"resolvedType": "Number"
|
|
23585
|
+
},
|
|
23586
|
+
{
|
|
23587
|
+
"description": "The vertical padding of the checkbox in the medium TreeView.\n",
|
|
23588
|
+
"commentRange": {
|
|
23589
|
+
"start": 78,
|
|
23590
|
+
"end": 79
|
|
23591
|
+
},
|
|
23592
|
+
"context": {
|
|
23593
|
+
"type": "variable",
|
|
23594
|
+
"name": "kendo-treeview-md-checkbox-padding-y",
|
|
23595
|
+
"value": "null",
|
|
23596
|
+
"scope": "default",
|
|
23597
|
+
"line": {
|
|
23598
|
+
"start": 80,
|
|
23599
|
+
"end": 80
|
|
23600
|
+
}
|
|
23601
|
+
},
|
|
23602
|
+
"group": [
|
|
23603
|
+
"treeview"
|
|
23604
|
+
],
|
|
23605
|
+
"access": "public",
|
|
23606
|
+
"file": {
|
|
23607
|
+
"path": "treeview/_variables.scss",
|
|
23608
|
+
"name": "_variables.scss"
|
|
23609
|
+
},
|
|
23610
|
+
"resolvedValue": "null",
|
|
23611
|
+
"resolvedType": "Null"
|
|
23612
|
+
},
|
|
23613
|
+
{
|
|
23614
|
+
"description": "The vertical padding of the checkbox in the large TreeView.\n",
|
|
23615
|
+
"commentRange": {
|
|
23616
|
+
"start": 81,
|
|
23617
|
+
"end": 82
|
|
23618
|
+
},
|
|
23619
|
+
"context": {
|
|
23620
|
+
"type": "variable",
|
|
23621
|
+
"name": "kendo-treeview-lg-checkbox-padding-y",
|
|
23622
|
+
"value": "null",
|
|
23623
|
+
"scope": "default",
|
|
23624
|
+
"line": {
|
|
23625
|
+
"start": 83,
|
|
23626
|
+
"end": 83
|
|
23627
|
+
}
|
|
23628
|
+
},
|
|
23629
|
+
"group": [
|
|
23630
|
+
"treeview"
|
|
23631
|
+
],
|
|
23632
|
+
"access": "public",
|
|
23633
|
+
"file": {
|
|
23634
|
+
"path": "treeview/_variables.scss",
|
|
23635
|
+
"name": "_variables.scss"
|
|
23636
|
+
},
|
|
23637
|
+
"resolvedValue": "null",
|
|
23638
|
+
"resolvedType": "Null"
|
|
23639
|
+
},
|
|
23478
23640
|
{
|
|
23479
23641
|
"description": "The sizes map of the TreeView.\n",
|
|
23480
23642
|
"commentRange": {
|
|
23481
|
-
"start":
|
|
23482
|
-
"end":
|
|
23643
|
+
"start": 86,
|
|
23644
|
+
"end": 87
|
|
23483
23645
|
},
|
|
23484
23646
|
"context": {
|
|
23485
23647
|
"type": "variable",
|
|
23486
23648
|
"name": "kendo-treeview-sizes",
|
|
23487
|
-
"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)",
|
|
23649
|
+
"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)",
|
|
23488
23650
|
"scope": "default",
|
|
23489
23651
|
"line": {
|
|
23490
|
-
"start":
|
|
23491
|
-
"end":
|
|
23652
|
+
"start": 88,
|
|
23653
|
+
"end": 113
|
|
23492
23654
|
}
|
|
23493
23655
|
},
|
|
23494
23656
|
"group": [
|
|
@@ -23499,14 +23661,14 @@
|
|
|
23499
23661
|
"path": "treeview/_variables.scss",
|
|
23500
23662
|
"name": "_variables.scss"
|
|
23501
23663
|
},
|
|
23502
|
-
"resolvedValue": "(sm: (font-size: 0.875rem, line-height: 1.4285714286, item-padding-x: 0.5rem, item-padding-y: 0.25rem), md: (font-size: 1rem, line-height: 1.5, item-padding-x: 0.75rem, item-padding-y: 0.25rem), lg: (font-size: 1rem, line-height: 1.5, item-padding-x: 0.75rem, item-padding-y: 0.5rem))",
|
|
23664
|
+
"resolvedValue": "(sm: (font-size: 0.875rem, line-height: 1.4285714286, item-padding-x: 0.5rem, item-padding-y: 0.25rem, checkbox-padding-x: 0.25rem, checkbox-padding-y: 0.125rem), md: (font-size: 1rem, line-height: 1.5, item-padding-x: 0.75rem, item-padding-y: 0.25rem, checkbox-padding-x: 0.25rem, checkbox-padding-y: null), lg: (font-size: 1rem, line-height: 1.5, item-padding-x: 0.75rem, item-padding-y: 0.5rem, checkbox-padding-x: 0.25rem, checkbox-padding-y: null))",
|
|
23503
23665
|
"resolvedType": "Map"
|
|
23504
23666
|
},
|
|
23505
23667
|
{
|
|
23506
23668
|
"description": "The background color of the TreeView.\n",
|
|
23507
23669
|
"commentRange": {
|
|
23508
|
-
"start":
|
|
23509
|
-
"end":
|
|
23670
|
+
"start": 116,
|
|
23671
|
+
"end": 117
|
|
23510
23672
|
},
|
|
23511
23673
|
"context": {
|
|
23512
23674
|
"type": "variable",
|
|
@@ -23514,8 +23676,8 @@
|
|
|
23514
23676
|
"value": "null",
|
|
23515
23677
|
"scope": "default",
|
|
23516
23678
|
"line": {
|
|
23517
|
-
"start":
|
|
23518
|
-
"end":
|
|
23679
|
+
"start": 118,
|
|
23680
|
+
"end": 118
|
|
23519
23681
|
}
|
|
23520
23682
|
},
|
|
23521
23683
|
"group": [
|
|
@@ -23532,8 +23694,8 @@
|
|
|
23532
23694
|
{
|
|
23533
23695
|
"description": "The text color of the TreeView.\n",
|
|
23534
23696
|
"commentRange": {
|
|
23535
|
-
"start":
|
|
23536
|
-
"end":
|
|
23697
|
+
"start": 119,
|
|
23698
|
+
"end": 120
|
|
23537
23699
|
},
|
|
23538
23700
|
"context": {
|
|
23539
23701
|
"type": "variable",
|
|
@@ -23541,8 +23703,8 @@
|
|
|
23541
23703
|
"value": "$kendo-component-text",
|
|
23542
23704
|
"scope": "default",
|
|
23543
23705
|
"line": {
|
|
23544
|
-
"start":
|
|
23545
|
-
"end":
|
|
23706
|
+
"start": 121,
|
|
23707
|
+
"end": 121
|
|
23546
23708
|
}
|
|
23547
23709
|
},
|
|
23548
23710
|
"group": [
|
|
@@ -23559,8 +23721,8 @@
|
|
|
23559
23721
|
{
|
|
23560
23722
|
"description": "The border color of the TreeView.\n",
|
|
23561
23723
|
"commentRange": {
|
|
23562
|
-
"start":
|
|
23563
|
-
"end":
|
|
23724
|
+
"start": 122,
|
|
23725
|
+
"end": 123
|
|
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":
|
|
23572
|
-
"end":
|
|
23733
|
+
"start": 124,
|
|
23734
|
+
"end": 124
|
|
23573
23735
|
}
|
|
23574
23736
|
},
|
|
23575
23737
|
"group": [
|
|
@@ -23586,8 +23748,8 @@
|
|
|
23586
23748
|
{
|
|
23587
23749
|
"description": "The background color of hovered TreeView items.\n",
|
|
23588
23750
|
"commentRange": {
|
|
23589
|
-
"start":
|
|
23590
|
-
"end":
|
|
23751
|
+
"start": 126,
|
|
23752
|
+
"end": 127
|
|
23591
23753
|
},
|
|
23592
23754
|
"context": {
|
|
23593
23755
|
"type": "variable",
|
|
@@ -23595,8 +23757,8 @@
|
|
|
23595
23757
|
"value": "$kendo-hover-bg",
|
|
23596
23758
|
"scope": "default",
|
|
23597
23759
|
"line": {
|
|
23598
|
-
"start":
|
|
23599
|
-
"end":
|
|
23760
|
+
"start": 128,
|
|
23761
|
+
"end": 128
|
|
23600
23762
|
}
|
|
23601
23763
|
},
|
|
23602
23764
|
"group": [
|
|
@@ -23613,8 +23775,8 @@
|
|
|
23613
23775
|
{
|
|
23614
23776
|
"description": "The text color of hovered TreeView items.\n",
|
|
23615
23777
|
"commentRange": {
|
|
23616
|
-
"start":
|
|
23617
|
-
"end":
|
|
23778
|
+
"start": 129,
|
|
23779
|
+
"end": 130
|
|
23618
23780
|
},
|
|
23619
23781
|
"context": {
|
|
23620
23782
|
"type": "variable",
|
|
@@ -23622,8 +23784,8 @@
|
|
|
23622
23784
|
"value": "$kendo-hover-text",
|
|
23623
23785
|
"scope": "default",
|
|
23624
23786
|
"line": {
|
|
23625
|
-
"start":
|
|
23626
|
-
"end":
|
|
23787
|
+
"start": 131,
|
|
23788
|
+
"end": 131
|
|
23627
23789
|
}
|
|
23628
23790
|
},
|
|
23629
23791
|
"group": [
|
|
@@ -23640,8 +23802,8 @@
|
|
|
23640
23802
|
{
|
|
23641
23803
|
"description": "The border color of hovered TreeView items.\n",
|
|
23642
23804
|
"commentRange": {
|
|
23643
|
-
"start":
|
|
23644
|
-
"end":
|
|
23805
|
+
"start": 132,
|
|
23806
|
+
"end": 133
|
|
23645
23807
|
},
|
|
23646
23808
|
"context": {
|
|
23647
23809
|
"type": "variable",
|
|
@@ -23649,8 +23811,8 @@
|
|
|
23649
23811
|
"value": "$kendo-treeview-item-hover-bg",
|
|
23650
23812
|
"scope": "default",
|
|
23651
23813
|
"line": {
|
|
23652
|
-
"start":
|
|
23653
|
-
"end":
|
|
23814
|
+
"start": 134,
|
|
23815
|
+
"end": 134
|
|
23654
23816
|
}
|
|
23655
23817
|
},
|
|
23656
23818
|
"group": [
|
|
@@ -23667,8 +23829,8 @@
|
|
|
23667
23829
|
{
|
|
23668
23830
|
"description": "The background gradient of hovered TreeView items.\n",
|
|
23669
23831
|
"commentRange": {
|
|
23670
|
-
"start":
|
|
23671
|
-
"end":
|
|
23832
|
+
"start": 135,
|
|
23833
|
+
"end": 136
|
|
23672
23834
|
},
|
|
23673
23835
|
"context": {
|
|
23674
23836
|
"type": "variable",
|
|
@@ -23676,8 +23838,8 @@
|
|
|
23676
23838
|
"value": "null",
|
|
23677
23839
|
"scope": "default",
|
|
23678
23840
|
"line": {
|
|
23679
|
-
"start":
|
|
23680
|
-
"end":
|
|
23841
|
+
"start": 137,
|
|
23842
|
+
"end": 137
|
|
23681
23843
|
}
|
|
23682
23844
|
},
|
|
23683
23845
|
"group": [
|
|
@@ -23694,8 +23856,8 @@
|
|
|
23694
23856
|
{
|
|
23695
23857
|
"description": "The background color of selected TreeView items.\n",
|
|
23696
23858
|
"commentRange": {
|
|
23697
|
-
"start":
|
|
23698
|
-
"end":
|
|
23859
|
+
"start": 139,
|
|
23860
|
+
"end": 140
|
|
23699
23861
|
},
|
|
23700
23862
|
"context": {
|
|
23701
23863
|
"type": "variable",
|
|
@@ -23703,8 +23865,8 @@
|
|
|
23703
23865
|
"value": "$kendo-selected-bg",
|
|
23704
23866
|
"scope": "default",
|
|
23705
23867
|
"line": {
|
|
23706
|
-
"start":
|
|
23707
|
-
"end":
|
|
23868
|
+
"start": 141,
|
|
23869
|
+
"end": 141
|
|
23708
23870
|
}
|
|
23709
23871
|
},
|
|
23710
23872
|
"group": [
|
|
@@ -23721,8 +23883,8 @@
|
|
|
23721
23883
|
{
|
|
23722
23884
|
"description": "The text color of selected TreeView items.\n",
|
|
23723
23885
|
"commentRange": {
|
|
23724
|
-
"start":
|
|
23725
|
-
"end":
|
|
23886
|
+
"start": 142,
|
|
23887
|
+
"end": 143
|
|
23726
23888
|
},
|
|
23727
23889
|
"context": {
|
|
23728
23890
|
"type": "variable",
|
|
@@ -23730,8 +23892,8 @@
|
|
|
23730
23892
|
"value": "$kendo-selected-text",
|
|
23731
23893
|
"scope": "default",
|
|
23732
23894
|
"line": {
|
|
23733
|
-
"start":
|
|
23734
|
-
"end":
|
|
23895
|
+
"start": 144,
|
|
23896
|
+
"end": 144
|
|
23735
23897
|
}
|
|
23736
23898
|
},
|
|
23737
23899
|
"group": [
|
|
@@ -23748,8 +23910,8 @@
|
|
|
23748
23910
|
{
|
|
23749
23911
|
"description": "The border color of selected TreeView items.\n",
|
|
23750
23912
|
"commentRange": {
|
|
23751
|
-
"start":
|
|
23752
|
-
"end":
|
|
23913
|
+
"start": 145,
|
|
23914
|
+
"end": 146
|
|
23753
23915
|
},
|
|
23754
23916
|
"context": {
|
|
23755
23917
|
"type": "variable",
|
|
@@ -23757,8 +23919,8 @@
|
|
|
23757
23919
|
"value": "$kendo-treeview-item-selected-bg",
|
|
23758
23920
|
"scope": "default",
|
|
23759
23921
|
"line": {
|
|
23760
|
-
"start":
|
|
23761
|
-
"end":
|
|
23922
|
+
"start": 147,
|
|
23923
|
+
"end": 147
|
|
23762
23924
|
}
|
|
23763
23925
|
},
|
|
23764
23926
|
"group": [
|
|
@@ -23775,8 +23937,8 @@
|
|
|
23775
23937
|
{
|
|
23776
23938
|
"description": "The background gradient of selected TreeView items.\n",
|
|
23777
23939
|
"commentRange": {
|
|
23778
|
-
"start":
|
|
23779
|
-
"end":
|
|
23940
|
+
"start": 148,
|
|
23941
|
+
"end": 149
|
|
23780
23942
|
},
|
|
23781
23943
|
"context": {
|
|
23782
23944
|
"type": "variable",
|
|
@@ -23784,8 +23946,8 @@
|
|
|
23784
23946
|
"value": "null",
|
|
23785
23947
|
"scope": "default",
|
|
23786
23948
|
"line": {
|
|
23787
|
-
"start":
|
|
23788
|
-
"end":
|
|
23949
|
+
"start": 150,
|
|
23950
|
+
"end": 150
|
|
23789
23951
|
}
|
|
23790
23952
|
},
|
|
23791
23953
|
"group": [
|
|
@@ -23802,8 +23964,8 @@
|
|
|
23802
23964
|
{
|
|
23803
23965
|
"description": "The box shadow of focused TreeView items.\n",
|
|
23804
23966
|
"commentRange": {
|
|
23805
|
-
"start":
|
|
23806
|
-
"end":
|
|
23967
|
+
"start": 152,
|
|
23968
|
+
"end": 153
|
|
23807
23969
|
},
|
|
23808
23970
|
"context": {
|
|
23809
23971
|
"type": "variable",
|
|
@@ -23811,8 +23973,8 @@
|
|
|
23811
23973
|
"value": "inset 0 0 0 2px rgba( $kendo-treeview-text, .15 )",
|
|
23812
23974
|
"scope": "default",
|
|
23813
23975
|
"line": {
|
|
23814
|
-
"start":
|
|
23815
|
-
"end":
|
|
23976
|
+
"start": 154,
|
|
23977
|
+
"end": 154
|
|
23816
23978
|
}
|
|
23817
23979
|
},
|
|
23818
23980
|
"group": [
|
|
@@ -23829,8 +23991,8 @@
|
|
|
23829
23991
|
{
|
|
23830
23992
|
"description": "The background color of the Load More button in the TreeView.\n",
|
|
23831
23993
|
"commentRange": {
|
|
23832
|
-
"start":
|
|
23833
|
-
"end":
|
|
23994
|
+
"start": 156,
|
|
23995
|
+
"end": 157
|
|
23834
23996
|
},
|
|
23835
23997
|
"context": {
|
|
23836
23998
|
"type": "variable",
|
|
@@ -23838,8 +24000,8 @@
|
|
|
23838
24000
|
"value": "transparent",
|
|
23839
24001
|
"scope": "default",
|
|
23840
24002
|
"line": {
|
|
23841
|
-
"start":
|
|
23842
|
-
"end":
|
|
24003
|
+
"start": 158,
|
|
24004
|
+
"end": 158
|
|
23843
24005
|
}
|
|
23844
24006
|
},
|
|
23845
24007
|
"group": [
|
|
@@ -23856,8 +24018,8 @@
|
|
|
23856
24018
|
{
|
|
23857
24019
|
"description": "The text color of the Load More button in the TreeView.\n",
|
|
23858
24020
|
"commentRange": {
|
|
23859
|
-
"start":
|
|
23860
|
-
"end":
|
|
24021
|
+
"start": 159,
|
|
24022
|
+
"end": 160
|
|
23861
24023
|
},
|
|
23862
24024
|
"context": {
|
|
23863
24025
|
"type": "variable",
|
|
@@ -23865,8 +24027,8 @@
|
|
|
23865
24027
|
"value": "$kendo-link-text",
|
|
23866
24028
|
"scope": "default",
|
|
23867
24029
|
"line": {
|
|
23868
|
-
"start":
|
|
23869
|
-
"end":
|
|
24030
|
+
"start": 161,
|
|
24031
|
+
"end": 161
|
|
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":
|
|
23887
|
-
"end":
|
|
24048
|
+
"start": 162,
|
|
24049
|
+
"end": 163
|
|
23888
24050
|
},
|
|
23889
24051
|
"context": {
|
|
23890
24052
|
"type": "variable",
|
|
@@ -23892,8 +24054,8 @@
|
|
|
23892
24054
|
"value": "null",
|
|
23893
24055
|
"scope": "default",
|
|
23894
24056
|
"line": {
|
|
23895
|
-
"start":
|
|
23896
|
-
"end":
|
|
24057
|
+
"start": 164,
|
|
24058
|
+
"end": 164
|
|
23897
24059
|
}
|
|
23898
24060
|
},
|
|
23899
24061
|
"group": [
|
|
@@ -23910,8 +24072,8 @@
|
|
|
23910
24072
|
{
|
|
23911
24073
|
"description": "The background color of the hovered Load More button in the TreeView.\n",
|
|
23912
24074
|
"commentRange": {
|
|
23913
|
-
"start":
|
|
23914
|
-
"end":
|
|
24075
|
+
"start": 166,
|
|
24076
|
+
"end": 167
|
|
23915
24077
|
},
|
|
23916
24078
|
"context": {
|
|
23917
24079
|
"type": "variable",
|
|
@@ -23919,8 +24081,8 @@
|
|
|
23919
24081
|
"value": "transparent",
|
|
23920
24082
|
"scope": "default",
|
|
23921
24083
|
"line": {
|
|
23922
|
-
"start":
|
|
23923
|
-
"end":
|
|
24084
|
+
"start": 168,
|
|
24085
|
+
"end": 168
|
|
23924
24086
|
}
|
|
23925
24087
|
},
|
|
23926
24088
|
"group": [
|
|
@@ -23937,8 +24099,8 @@
|
|
|
23937
24099
|
{
|
|
23938
24100
|
"description": "The text color of the hovered Load More button in the TreeView.\n",
|
|
23939
24101
|
"commentRange": {
|
|
23940
|
-
"start":
|
|
23941
|
-
"end":
|
|
24102
|
+
"start": 169,
|
|
24103
|
+
"end": 170
|
|
23942
24104
|
},
|
|
23943
24105
|
"context": {
|
|
23944
24106
|
"type": "variable",
|
|
@@ -23946,8 +24108,8 @@
|
|
|
23946
24108
|
"value": "$kendo-link-hover-text",
|
|
23947
24109
|
"scope": "default",
|
|
23948
24110
|
"line": {
|
|
23949
|
-
"start":
|
|
23950
|
-
"end":
|
|
24111
|
+
"start": 171,
|
|
24112
|
+
"end": 171
|
|
23951
24113
|
}
|
|
23952
24114
|
},
|
|
23953
24115
|
"group": [
|
|
@@ -23964,8 +24126,8 @@
|
|
|
23964
24126
|
{
|
|
23965
24127
|
"description": "The border color of the hovered Load More button in the TreeView.\n",
|
|
23966
24128
|
"commentRange": {
|
|
23967
|
-
"start":
|
|
23968
|
-
"end":
|
|
24129
|
+
"start": 172,
|
|
24130
|
+
"end": 173
|
|
23969
24131
|
},
|
|
23970
24132
|
"context": {
|
|
23971
24133
|
"type": "variable",
|
|
@@ -23973,8 +24135,8 @@
|
|
|
23973
24135
|
"value": "null",
|
|
23974
24136
|
"scope": "default",
|
|
23975
24137
|
"line": {
|
|
23976
|
-
"start":
|
|
23977
|
-
"end":
|
|
24138
|
+
"start": 174,
|
|
24139
|
+
"end": 174
|
|
23978
24140
|
}
|
|
23979
24141
|
},
|
|
23980
24142
|
"group": [
|
|
@@ -23991,8 +24153,8 @@
|
|
|
23991
24153
|
{
|
|
23992
24154
|
"description": "The background color of the focused Load More button in the TreeView.\n",
|
|
23993
24155
|
"commentRange": {
|
|
23994
|
-
"start":
|
|
23995
|
-
"end":
|
|
24156
|
+
"start": 176,
|
|
24157
|
+
"end": 177
|
|
23996
24158
|
},
|
|
23997
24159
|
"context": {
|
|
23998
24160
|
"type": "variable",
|
|
@@ -24000,8 +24162,8 @@
|
|
|
24000
24162
|
"value": "transparent",
|
|
24001
24163
|
"scope": "default",
|
|
24002
24164
|
"line": {
|
|
24003
|
-
"start":
|
|
24004
|
-
"end":
|
|
24165
|
+
"start": 178,
|
|
24166
|
+
"end": 178
|
|
24005
24167
|
}
|
|
24006
24168
|
},
|
|
24007
24169
|
"group": [
|
|
@@ -24018,8 +24180,8 @@
|
|
|
24018
24180
|
{
|
|
24019
24181
|
"description": "The text color of the focused Load More button in the TreeView.\n",
|
|
24020
24182
|
"commentRange": {
|
|
24021
|
-
"start":
|
|
24022
|
-
"end":
|
|
24183
|
+
"start": 179,
|
|
24184
|
+
"end": 180
|
|
24023
24185
|
},
|
|
24024
24186
|
"context": {
|
|
24025
24187
|
"type": "variable",
|
|
@@ -24027,8 +24189,8 @@
|
|
|
24027
24189
|
"value": "$kendo-link-hover-text",
|
|
24028
24190
|
"scope": "default",
|
|
24029
24191
|
"line": {
|
|
24030
|
-
"start":
|
|
24031
|
-
"end":
|
|
24192
|
+
"start": 181,
|
|
24193
|
+
"end": 181
|
|
24032
24194
|
}
|
|
24033
24195
|
},
|
|
24034
24196
|
"group": [
|
|
@@ -24045,8 +24207,8 @@
|
|
|
24045
24207
|
{
|
|
24046
24208
|
"description": "The border color of the focused Load More button in the TreeView.\n",
|
|
24047
24209
|
"commentRange": {
|
|
24048
|
-
"start":
|
|
24049
|
-
"end":
|
|
24210
|
+
"start": 182,
|
|
24211
|
+
"end": 183
|
|
24050
24212
|
},
|
|
24051
24213
|
"context": {
|
|
24052
24214
|
"type": "variable",
|
|
@@ -24054,8 +24216,8 @@
|
|
|
24054
24216
|
"value": "null",
|
|
24055
24217
|
"scope": "default",
|
|
24056
24218
|
"line": {
|
|
24057
|
-
"start":
|
|
24058
|
-
"end":
|
|
24219
|
+
"start": 184,
|
|
24220
|
+
"end": 184
|
|
24059
24221
|
}
|
|
24060
24222
|
},
|
|
24061
24223
|
"group": [
|
|
@@ -24072,8 +24234,8 @@
|
|
|
24072
24234
|
{
|
|
24073
24235
|
"description": "The box shadow of the focused Load More button in the TreeView.\n",
|
|
24074
24236
|
"commentRange": {
|
|
24075
|
-
"start":
|
|
24076
|
-
"end":
|
|
24237
|
+
"start": 185,
|
|
24238
|
+
"end": 186
|
|
24077
24239
|
},
|
|
24078
24240
|
"context": {
|
|
24079
24241
|
"type": "variable",
|
|
@@ -24081,8 +24243,8 @@
|
|
|
24081
24243
|
"value": "$kendo-treeview-item-focus-shadow",
|
|
24082
24244
|
"scope": "default",
|
|
24083
24245
|
"line": {
|
|
24084
|
-
"start":
|
|
24085
|
-
"end":
|
|
24246
|
+
"start": 187,
|
|
24247
|
+
"end": 187
|
|
24086
24248
|
}
|
|
24087
24249
|
},
|
|
24088
24250
|
"group": [
|
|
@@ -36913,7 +37075,7 @@
|
|
|
36913
37075
|
"context": {
|
|
36914
37076
|
"type": "variable",
|
|
36915
37077
|
"name": "kendo-list-header-font-weight",
|
|
36916
|
-
"value": "bold",
|
|
37078
|
+
"value": "$kendo-font-weight-bold",
|
|
36917
37079
|
"scope": "default",
|
|
36918
37080
|
"line": {
|
|
36919
37081
|
"start": 55,
|
|
@@ -36928,8 +37090,8 @@
|
|
|
36928
37090
|
"path": "list/_variables.scss",
|
|
36929
37091
|
"name": "_variables.scss"
|
|
36930
37092
|
},
|
|
36931
|
-
"resolvedValue": "
|
|
36932
|
-
"resolvedType": "
|
|
37093
|
+
"resolvedValue": "700",
|
|
37094
|
+
"resolvedType": "Number"
|
|
36933
37095
|
},
|
|
36934
37096
|
{
|
|
36935
37097
|
"description": "The horizontal padding of the List items, when no size is set.\n",
|
|
@@ -37183,7 +37345,7 @@
|
|
|
37183
37345
|
"context": {
|
|
37184
37346
|
"type": "variable",
|
|
37185
37347
|
"name": "kendo-list-group-item-font-weight",
|
|
37186
|
-
"value": "bold",
|
|
37348
|
+
"value": "$kendo-font-weight-bold",
|
|
37187
37349
|
"scope": "default",
|
|
37188
37350
|
"line": {
|
|
37189
37351
|
"start": 119,
|
|
@@ -37198,8 +37360,8 @@
|
|
|
37198
37360
|
"path": "list/_variables.scss",
|
|
37199
37361
|
"name": "_variables.scss"
|
|
37200
37362
|
},
|
|
37201
|
-
"resolvedValue": "
|
|
37202
|
-
"resolvedType": "
|
|
37363
|
+
"resolvedValue": "700",
|
|
37364
|
+
"resolvedType": "Number"
|
|
37203
37365
|
},
|
|
37204
37366
|
{
|
|
37205
37367
|
"description": "The map with the sizes of the List.\n",
|
|
@@ -48397,7 +48559,7 @@
|
|
|
48397
48559
|
"context": {
|
|
48398
48560
|
"type": "variable",
|
|
48399
48561
|
"name": "kendo-treeview-indent",
|
|
48400
|
-
"value": "
|
|
48562
|
+
"value": "24px",
|
|
48401
48563
|
"scope": "default",
|
|
48402
48564
|
"line": {
|
|
48403
48565
|
"start": 33,
|
|
@@ -48412,7 +48574,7 @@
|
|
|
48412
48574
|
"path": "treeview/_variables.scss",
|
|
48413
48575
|
"name": "_variables.scss"
|
|
48414
48576
|
},
|
|
48415
|
-
"resolvedValue": "
|
|
48577
|
+
"resolvedValue": "24px",
|
|
48416
48578
|
"resolvedType": "Number"
|
|
48417
48579
|
},
|
|
48418
48580
|
{
|
|
@@ -48685,20 +48847,182 @@
|
|
|
48685
48847
|
"resolvedValue": "0.25rem",
|
|
48686
48848
|
"resolvedType": "Number"
|
|
48687
48849
|
},
|
|
48850
|
+
{
|
|
48851
|
+
"description": "The horizontal padding of the checkbox in the small TreeView.\n",
|
|
48852
|
+
"commentRange": {
|
|
48853
|
+
"start": 66,
|
|
48854
|
+
"end": 67
|
|
48855
|
+
},
|
|
48856
|
+
"context": {
|
|
48857
|
+
"type": "variable",
|
|
48858
|
+
"name": "kendo-treeview-sm-checkbox-padding-x",
|
|
48859
|
+
"value": "k-map-get( $kendo-spacing, 1 )",
|
|
48860
|
+
"scope": "default",
|
|
48861
|
+
"line": {
|
|
48862
|
+
"start": 68,
|
|
48863
|
+
"end": 68
|
|
48864
|
+
}
|
|
48865
|
+
},
|
|
48866
|
+
"group": [
|
|
48867
|
+
"treeview"
|
|
48868
|
+
],
|
|
48869
|
+
"access": "public",
|
|
48870
|
+
"file": {
|
|
48871
|
+
"path": "treeview/_variables.scss",
|
|
48872
|
+
"name": "_variables.scss"
|
|
48873
|
+
},
|
|
48874
|
+
"resolvedValue": "0.25rem",
|
|
48875
|
+
"resolvedType": "Number"
|
|
48876
|
+
},
|
|
48877
|
+
{
|
|
48878
|
+
"description": "The horizontal padding of the checkbox in the medium TreeView.\n",
|
|
48879
|
+
"commentRange": {
|
|
48880
|
+
"start": 69,
|
|
48881
|
+
"end": 70
|
|
48882
|
+
},
|
|
48883
|
+
"context": {
|
|
48884
|
+
"type": "variable",
|
|
48885
|
+
"name": "kendo-treeview-md-checkbox-padding-x",
|
|
48886
|
+
"value": "$kendo-treeview-sm-checkbox-padding-x",
|
|
48887
|
+
"scope": "default",
|
|
48888
|
+
"line": {
|
|
48889
|
+
"start": 71,
|
|
48890
|
+
"end": 71
|
|
48891
|
+
}
|
|
48892
|
+
},
|
|
48893
|
+
"group": [
|
|
48894
|
+
"treeview"
|
|
48895
|
+
],
|
|
48896
|
+
"access": "public",
|
|
48897
|
+
"file": {
|
|
48898
|
+
"path": "treeview/_variables.scss",
|
|
48899
|
+
"name": "_variables.scss"
|
|
48900
|
+
},
|
|
48901
|
+
"resolvedValue": "0.25rem",
|
|
48902
|
+
"resolvedType": "Number"
|
|
48903
|
+
},
|
|
48904
|
+
{
|
|
48905
|
+
"description": "The horizontal padding of the checkbox in the large TreeView.\n",
|
|
48906
|
+
"commentRange": {
|
|
48907
|
+
"start": 72,
|
|
48908
|
+
"end": 73
|
|
48909
|
+
},
|
|
48910
|
+
"context": {
|
|
48911
|
+
"type": "variable",
|
|
48912
|
+
"name": "kendo-treeview-lg-checkbox-padding-x",
|
|
48913
|
+
"value": "$kendo-treeview-sm-checkbox-padding-x",
|
|
48914
|
+
"scope": "default",
|
|
48915
|
+
"line": {
|
|
48916
|
+
"start": 74,
|
|
48917
|
+
"end": 74
|
|
48918
|
+
}
|
|
48919
|
+
},
|
|
48920
|
+
"group": [
|
|
48921
|
+
"treeview"
|
|
48922
|
+
],
|
|
48923
|
+
"access": "public",
|
|
48924
|
+
"file": {
|
|
48925
|
+
"path": "treeview/_variables.scss",
|
|
48926
|
+
"name": "_variables.scss"
|
|
48927
|
+
},
|
|
48928
|
+
"resolvedValue": "0.25rem",
|
|
48929
|
+
"resolvedType": "Number"
|
|
48930
|
+
},
|
|
48931
|
+
{
|
|
48932
|
+
"description": "The vertical padding of the checkbox in the small TreeView.\n",
|
|
48933
|
+
"commentRange": {
|
|
48934
|
+
"start": 75,
|
|
48935
|
+
"end": 76
|
|
48936
|
+
},
|
|
48937
|
+
"context": {
|
|
48938
|
+
"type": "variable",
|
|
48939
|
+
"name": "kendo-treeview-sm-checkbox-padding-y",
|
|
48940
|
+
"value": "k-map-get( $kendo-spacing, .5 )",
|
|
48941
|
+
"scope": "default",
|
|
48942
|
+
"line": {
|
|
48943
|
+
"start": 77,
|
|
48944
|
+
"end": 77
|
|
48945
|
+
}
|
|
48946
|
+
},
|
|
48947
|
+
"group": [
|
|
48948
|
+
"treeview"
|
|
48949
|
+
],
|
|
48950
|
+
"access": "public",
|
|
48951
|
+
"file": {
|
|
48952
|
+
"path": "treeview/_variables.scss",
|
|
48953
|
+
"name": "_variables.scss"
|
|
48954
|
+
},
|
|
48955
|
+
"resolvedValue": "0.125rem",
|
|
48956
|
+
"resolvedType": "Number"
|
|
48957
|
+
},
|
|
48958
|
+
{
|
|
48959
|
+
"description": "The vertical padding of the checkbox in the medium TreeView.\n",
|
|
48960
|
+
"commentRange": {
|
|
48961
|
+
"start": 78,
|
|
48962
|
+
"end": 79
|
|
48963
|
+
},
|
|
48964
|
+
"context": {
|
|
48965
|
+
"type": "variable",
|
|
48966
|
+
"name": "kendo-treeview-md-checkbox-padding-y",
|
|
48967
|
+
"value": "null",
|
|
48968
|
+
"scope": "default",
|
|
48969
|
+
"line": {
|
|
48970
|
+
"start": 80,
|
|
48971
|
+
"end": 80
|
|
48972
|
+
}
|
|
48973
|
+
},
|
|
48974
|
+
"group": [
|
|
48975
|
+
"treeview"
|
|
48976
|
+
],
|
|
48977
|
+
"access": "public",
|
|
48978
|
+
"file": {
|
|
48979
|
+
"path": "treeview/_variables.scss",
|
|
48980
|
+
"name": "_variables.scss"
|
|
48981
|
+
},
|
|
48982
|
+
"resolvedValue": "null",
|
|
48983
|
+
"resolvedType": "Null"
|
|
48984
|
+
},
|
|
48985
|
+
{
|
|
48986
|
+
"description": "The vertical padding of the checkbox in the large TreeView.\n",
|
|
48987
|
+
"commentRange": {
|
|
48988
|
+
"start": 81,
|
|
48989
|
+
"end": 82
|
|
48990
|
+
},
|
|
48991
|
+
"context": {
|
|
48992
|
+
"type": "variable",
|
|
48993
|
+
"name": "kendo-treeview-lg-checkbox-padding-y",
|
|
48994
|
+
"value": "null",
|
|
48995
|
+
"scope": "default",
|
|
48996
|
+
"line": {
|
|
48997
|
+
"start": 83,
|
|
48998
|
+
"end": 83
|
|
48999
|
+
}
|
|
49000
|
+
},
|
|
49001
|
+
"group": [
|
|
49002
|
+
"treeview"
|
|
49003
|
+
],
|
|
49004
|
+
"access": "public",
|
|
49005
|
+
"file": {
|
|
49006
|
+
"path": "treeview/_variables.scss",
|
|
49007
|
+
"name": "_variables.scss"
|
|
49008
|
+
},
|
|
49009
|
+
"resolvedValue": "null",
|
|
49010
|
+
"resolvedType": "Null"
|
|
49011
|
+
},
|
|
48688
49012
|
{
|
|
48689
49013
|
"description": "The sizes map of the TreeView.\n",
|
|
48690
49014
|
"commentRange": {
|
|
48691
|
-
"start":
|
|
48692
|
-
"end":
|
|
49015
|
+
"start": 86,
|
|
49016
|
+
"end": 87
|
|
48693
49017
|
},
|
|
48694
49018
|
"context": {
|
|
48695
49019
|
"type": "variable",
|
|
48696
49020
|
"name": "kendo-treeview-sizes",
|
|
48697
|
-
"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)",
|
|
49021
|
+
"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)",
|
|
48698
49022
|
"scope": "default",
|
|
48699
49023
|
"line": {
|
|
48700
|
-
"start":
|
|
48701
|
-
"end":
|
|
49024
|
+
"start": 88,
|
|
49025
|
+
"end": 113
|
|
48702
49026
|
}
|
|
48703
49027
|
},
|
|
48704
49028
|
"group": [
|
|
@@ -48709,14 +49033,14 @@
|
|
|
48709
49033
|
"path": "treeview/_variables.scss",
|
|
48710
49034
|
"name": "_variables.scss"
|
|
48711
49035
|
},
|
|
48712
|
-
"resolvedValue": "(sm: (font-size: 0.875rem, line-height: 1.4285714286, item-padding-x: 0.5rem, item-padding-y: 0.25rem), md: (font-size: 1rem, line-height: 1.5, item-padding-x: 0.75rem, item-padding-y: 0.25rem), lg: (font-size: 1rem, line-height: 1.5, item-padding-x: 0.75rem, item-padding-y: 0.5rem))",
|
|
49036
|
+
"resolvedValue": "(sm: (font-size: 0.875rem, line-height: 1.4285714286, item-padding-x: 0.5rem, item-padding-y: 0.25rem, checkbox-padding-x: 0.25rem, checkbox-padding-y: 0.125rem), md: (font-size: 1rem, line-height: 1.5, item-padding-x: 0.75rem, item-padding-y: 0.25rem, checkbox-padding-x: 0.25rem, checkbox-padding-y: null), lg: (font-size: 1rem, line-height: 1.5, item-padding-x: 0.75rem, item-padding-y: 0.5rem, checkbox-padding-x: 0.25rem, checkbox-padding-y: null))",
|
|
48713
49037
|
"resolvedType": "Map"
|
|
48714
49038
|
},
|
|
48715
49039
|
{
|
|
48716
49040
|
"description": "The background color of the TreeView.\n",
|
|
48717
49041
|
"commentRange": {
|
|
48718
|
-
"start":
|
|
48719
|
-
"end":
|
|
49042
|
+
"start": 116,
|
|
49043
|
+
"end": 117
|
|
48720
49044
|
},
|
|
48721
49045
|
"context": {
|
|
48722
49046
|
"type": "variable",
|
|
@@ -48724,8 +49048,8 @@
|
|
|
48724
49048
|
"value": "null",
|
|
48725
49049
|
"scope": "default",
|
|
48726
49050
|
"line": {
|
|
48727
|
-
"start":
|
|
48728
|
-
"end":
|
|
49051
|
+
"start": 118,
|
|
49052
|
+
"end": 118
|
|
48729
49053
|
}
|
|
48730
49054
|
},
|
|
48731
49055
|
"group": [
|
|
@@ -48742,8 +49066,8 @@
|
|
|
48742
49066
|
{
|
|
48743
49067
|
"description": "The text color of the TreeView.\n",
|
|
48744
49068
|
"commentRange": {
|
|
48745
|
-
"start":
|
|
48746
|
-
"end":
|
|
49069
|
+
"start": 119,
|
|
49070
|
+
"end": 120
|
|
48747
49071
|
},
|
|
48748
49072
|
"context": {
|
|
48749
49073
|
"type": "variable",
|
|
@@ -48751,8 +49075,8 @@
|
|
|
48751
49075
|
"value": "$kendo-component-text",
|
|
48752
49076
|
"scope": "default",
|
|
48753
49077
|
"line": {
|
|
48754
|
-
"start":
|
|
48755
|
-
"end":
|
|
49078
|
+
"start": 121,
|
|
49079
|
+
"end": 121
|
|
48756
49080
|
}
|
|
48757
49081
|
},
|
|
48758
49082
|
"group": [
|
|
@@ -48769,8 +49093,8 @@
|
|
|
48769
49093
|
{
|
|
48770
49094
|
"description": "The border color of the TreeView.\n",
|
|
48771
49095
|
"commentRange": {
|
|
48772
|
-
"start":
|
|
48773
|
-
"end":
|
|
49096
|
+
"start": 122,
|
|
49097
|
+
"end": 123
|
|
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":
|
|
48782
|
-
"end":
|
|
49105
|
+
"start": 124,
|
|
49106
|
+
"end": 124
|
|
48783
49107
|
}
|
|
48784
49108
|
},
|
|
48785
49109
|
"group": [
|
|
@@ -48796,8 +49120,8 @@
|
|
|
48796
49120
|
{
|
|
48797
49121
|
"description": "The background color of hovered TreeView items.\n",
|
|
48798
49122
|
"commentRange": {
|
|
48799
|
-
"start":
|
|
48800
|
-
"end":
|
|
49123
|
+
"start": 126,
|
|
49124
|
+
"end": 127
|
|
48801
49125
|
},
|
|
48802
49126
|
"context": {
|
|
48803
49127
|
"type": "variable",
|
|
@@ -48805,8 +49129,8 @@
|
|
|
48805
49129
|
"value": "$kendo-hover-bg",
|
|
48806
49130
|
"scope": "default",
|
|
48807
49131
|
"line": {
|
|
48808
|
-
"start":
|
|
48809
|
-
"end":
|
|
49132
|
+
"start": 128,
|
|
49133
|
+
"end": 128
|
|
48810
49134
|
}
|
|
48811
49135
|
},
|
|
48812
49136
|
"group": [
|
|
@@ -48823,8 +49147,8 @@
|
|
|
48823
49147
|
{
|
|
48824
49148
|
"description": "The text color of hovered TreeView items.\n",
|
|
48825
49149
|
"commentRange": {
|
|
48826
|
-
"start":
|
|
48827
|
-
"end":
|
|
49150
|
+
"start": 129,
|
|
49151
|
+
"end": 130
|
|
48828
49152
|
},
|
|
48829
49153
|
"context": {
|
|
48830
49154
|
"type": "variable",
|
|
@@ -48832,8 +49156,8 @@
|
|
|
48832
49156
|
"value": "$kendo-hover-text",
|
|
48833
49157
|
"scope": "default",
|
|
48834
49158
|
"line": {
|
|
48835
|
-
"start":
|
|
48836
|
-
"end":
|
|
49159
|
+
"start": 131,
|
|
49160
|
+
"end": 131
|
|
48837
49161
|
}
|
|
48838
49162
|
},
|
|
48839
49163
|
"group": [
|
|
@@ -48850,8 +49174,8 @@
|
|
|
48850
49174
|
{
|
|
48851
49175
|
"description": "The border color of hovered TreeView items.\n",
|
|
48852
49176
|
"commentRange": {
|
|
48853
|
-
"start":
|
|
48854
|
-
"end":
|
|
49177
|
+
"start": 132,
|
|
49178
|
+
"end": 133
|
|
48855
49179
|
},
|
|
48856
49180
|
"context": {
|
|
48857
49181
|
"type": "variable",
|
|
@@ -48859,8 +49183,8 @@
|
|
|
48859
49183
|
"value": "$kendo-treeview-item-hover-bg",
|
|
48860
49184
|
"scope": "default",
|
|
48861
49185
|
"line": {
|
|
48862
|
-
"start":
|
|
48863
|
-
"end":
|
|
49186
|
+
"start": 134,
|
|
49187
|
+
"end": 134
|
|
48864
49188
|
}
|
|
48865
49189
|
},
|
|
48866
49190
|
"group": [
|
|
@@ -48877,8 +49201,8 @@
|
|
|
48877
49201
|
{
|
|
48878
49202
|
"description": "The background gradient of hovered TreeView items.\n",
|
|
48879
49203
|
"commentRange": {
|
|
48880
|
-
"start":
|
|
48881
|
-
"end":
|
|
49204
|
+
"start": 135,
|
|
49205
|
+
"end": 136
|
|
48882
49206
|
},
|
|
48883
49207
|
"context": {
|
|
48884
49208
|
"type": "variable",
|
|
@@ -48886,8 +49210,8 @@
|
|
|
48886
49210
|
"value": "null",
|
|
48887
49211
|
"scope": "default",
|
|
48888
49212
|
"line": {
|
|
48889
|
-
"start":
|
|
48890
|
-
"end":
|
|
49213
|
+
"start": 137,
|
|
49214
|
+
"end": 137
|
|
48891
49215
|
}
|
|
48892
49216
|
},
|
|
48893
49217
|
"group": [
|
|
@@ -48904,8 +49228,8 @@
|
|
|
48904
49228
|
{
|
|
48905
49229
|
"description": "The background color of selected TreeView items.\n",
|
|
48906
49230
|
"commentRange": {
|
|
48907
|
-
"start":
|
|
48908
|
-
"end":
|
|
49231
|
+
"start": 139,
|
|
49232
|
+
"end": 140
|
|
48909
49233
|
},
|
|
48910
49234
|
"context": {
|
|
48911
49235
|
"type": "variable",
|
|
@@ -48913,8 +49237,8 @@
|
|
|
48913
49237
|
"value": "$kendo-selected-bg",
|
|
48914
49238
|
"scope": "default",
|
|
48915
49239
|
"line": {
|
|
48916
|
-
"start":
|
|
48917
|
-
"end":
|
|
49240
|
+
"start": 141,
|
|
49241
|
+
"end": 141
|
|
48918
49242
|
}
|
|
48919
49243
|
},
|
|
48920
49244
|
"group": [
|
|
@@ -48931,8 +49255,8 @@
|
|
|
48931
49255
|
{
|
|
48932
49256
|
"description": "The text color of selected TreeView items.\n",
|
|
48933
49257
|
"commentRange": {
|
|
48934
|
-
"start":
|
|
48935
|
-
"end":
|
|
49258
|
+
"start": 142,
|
|
49259
|
+
"end": 143
|
|
48936
49260
|
},
|
|
48937
49261
|
"context": {
|
|
48938
49262
|
"type": "variable",
|
|
@@ -48940,8 +49264,8 @@
|
|
|
48940
49264
|
"value": "$kendo-selected-text",
|
|
48941
49265
|
"scope": "default",
|
|
48942
49266
|
"line": {
|
|
48943
|
-
"start":
|
|
48944
|
-
"end":
|
|
49267
|
+
"start": 144,
|
|
49268
|
+
"end": 144
|
|
48945
49269
|
}
|
|
48946
49270
|
},
|
|
48947
49271
|
"group": [
|
|
@@ -48958,8 +49282,8 @@
|
|
|
48958
49282
|
{
|
|
48959
49283
|
"description": "The border color of selected TreeView items.\n",
|
|
48960
49284
|
"commentRange": {
|
|
48961
|
-
"start":
|
|
48962
|
-
"end":
|
|
49285
|
+
"start": 145,
|
|
49286
|
+
"end": 146
|
|
48963
49287
|
},
|
|
48964
49288
|
"context": {
|
|
48965
49289
|
"type": "variable",
|
|
@@ -48967,8 +49291,8 @@
|
|
|
48967
49291
|
"value": "$kendo-treeview-item-selected-bg",
|
|
48968
49292
|
"scope": "default",
|
|
48969
49293
|
"line": {
|
|
48970
|
-
"start":
|
|
48971
|
-
"end":
|
|
49294
|
+
"start": 147,
|
|
49295
|
+
"end": 147
|
|
48972
49296
|
}
|
|
48973
49297
|
},
|
|
48974
49298
|
"group": [
|
|
@@ -48985,8 +49309,8 @@
|
|
|
48985
49309
|
{
|
|
48986
49310
|
"description": "The background gradient of selected TreeView items.\n",
|
|
48987
49311
|
"commentRange": {
|
|
48988
|
-
"start":
|
|
48989
|
-
"end":
|
|
49312
|
+
"start": 148,
|
|
49313
|
+
"end": 149
|
|
48990
49314
|
},
|
|
48991
49315
|
"context": {
|
|
48992
49316
|
"type": "variable",
|
|
@@ -48994,8 +49318,8 @@
|
|
|
48994
49318
|
"value": "null",
|
|
48995
49319
|
"scope": "default",
|
|
48996
49320
|
"line": {
|
|
48997
|
-
"start":
|
|
48998
|
-
"end":
|
|
49321
|
+
"start": 150,
|
|
49322
|
+
"end": 150
|
|
48999
49323
|
}
|
|
49000
49324
|
},
|
|
49001
49325
|
"group": [
|
|
@@ -49012,8 +49336,8 @@
|
|
|
49012
49336
|
{
|
|
49013
49337
|
"description": "The box shadow of focused TreeView items.\n",
|
|
49014
49338
|
"commentRange": {
|
|
49015
|
-
"start":
|
|
49016
|
-
"end":
|
|
49339
|
+
"start": 152,
|
|
49340
|
+
"end": 153
|
|
49017
49341
|
},
|
|
49018
49342
|
"context": {
|
|
49019
49343
|
"type": "variable",
|
|
@@ -49021,8 +49345,8 @@
|
|
|
49021
49345
|
"value": "inset 0 0 0 2px rgba( $kendo-treeview-text, .15 )",
|
|
49022
49346
|
"scope": "default",
|
|
49023
49347
|
"line": {
|
|
49024
|
-
"start":
|
|
49025
|
-
"end":
|
|
49348
|
+
"start": 154,
|
|
49349
|
+
"end": 154
|
|
49026
49350
|
}
|
|
49027
49351
|
},
|
|
49028
49352
|
"group": [
|
|
@@ -49039,8 +49363,8 @@
|
|
|
49039
49363
|
{
|
|
49040
49364
|
"description": "The background color of the Load More button in the TreeView.\n",
|
|
49041
49365
|
"commentRange": {
|
|
49042
|
-
"start":
|
|
49043
|
-
"end":
|
|
49366
|
+
"start": 156,
|
|
49367
|
+
"end": 157
|
|
49044
49368
|
},
|
|
49045
49369
|
"context": {
|
|
49046
49370
|
"type": "variable",
|
|
@@ -49048,8 +49372,8 @@
|
|
|
49048
49372
|
"value": "transparent",
|
|
49049
49373
|
"scope": "default",
|
|
49050
49374
|
"line": {
|
|
49051
|
-
"start":
|
|
49052
|
-
"end":
|
|
49375
|
+
"start": 158,
|
|
49376
|
+
"end": 158
|
|
49053
49377
|
}
|
|
49054
49378
|
},
|
|
49055
49379
|
"group": [
|
|
@@ -49066,8 +49390,8 @@
|
|
|
49066
49390
|
{
|
|
49067
49391
|
"description": "The text color of the Load More button in the TreeView.\n",
|
|
49068
49392
|
"commentRange": {
|
|
49069
|
-
"start":
|
|
49070
|
-
"end":
|
|
49393
|
+
"start": 159,
|
|
49394
|
+
"end": 160
|
|
49071
49395
|
},
|
|
49072
49396
|
"context": {
|
|
49073
49397
|
"type": "variable",
|
|
@@ -49075,8 +49399,8 @@
|
|
|
49075
49399
|
"value": "$kendo-link-text",
|
|
49076
49400
|
"scope": "default",
|
|
49077
49401
|
"line": {
|
|
49078
|
-
"start":
|
|
49079
|
-
"end":
|
|
49402
|
+
"start": 161,
|
|
49403
|
+
"end": 161
|
|
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":
|
|
49097
|
-
"end":
|
|
49420
|
+
"start": 162,
|
|
49421
|
+
"end": 163
|
|
49098
49422
|
},
|
|
49099
49423
|
"context": {
|
|
49100
49424
|
"type": "variable",
|
|
@@ -49102,8 +49426,8 @@
|
|
|
49102
49426
|
"value": "null",
|
|
49103
49427
|
"scope": "default",
|
|
49104
49428
|
"line": {
|
|
49105
|
-
"start":
|
|
49106
|
-
"end":
|
|
49429
|
+
"start": 164,
|
|
49430
|
+
"end": 164
|
|
49107
49431
|
}
|
|
49108
49432
|
},
|
|
49109
49433
|
"group": [
|
|
@@ -49120,8 +49444,8 @@
|
|
|
49120
49444
|
{
|
|
49121
49445
|
"description": "The background color of the hovered Load More button in the TreeView.\n",
|
|
49122
49446
|
"commentRange": {
|
|
49123
|
-
"start":
|
|
49124
|
-
"end":
|
|
49447
|
+
"start": 166,
|
|
49448
|
+
"end": 167
|
|
49125
49449
|
},
|
|
49126
49450
|
"context": {
|
|
49127
49451
|
"type": "variable",
|
|
@@ -49129,8 +49453,8 @@
|
|
|
49129
49453
|
"value": "transparent",
|
|
49130
49454
|
"scope": "default",
|
|
49131
49455
|
"line": {
|
|
49132
|
-
"start":
|
|
49133
|
-
"end":
|
|
49456
|
+
"start": 168,
|
|
49457
|
+
"end": 168
|
|
49134
49458
|
}
|
|
49135
49459
|
},
|
|
49136
49460
|
"group": [
|
|
@@ -49147,8 +49471,8 @@
|
|
|
49147
49471
|
{
|
|
49148
49472
|
"description": "The text color of the hovered Load More button in the TreeView.\n",
|
|
49149
49473
|
"commentRange": {
|
|
49150
|
-
"start":
|
|
49151
|
-
"end":
|
|
49474
|
+
"start": 169,
|
|
49475
|
+
"end": 170
|
|
49152
49476
|
},
|
|
49153
49477
|
"context": {
|
|
49154
49478
|
"type": "variable",
|
|
@@ -49156,8 +49480,8 @@
|
|
|
49156
49480
|
"value": "$kendo-link-hover-text",
|
|
49157
49481
|
"scope": "default",
|
|
49158
49482
|
"line": {
|
|
49159
|
-
"start":
|
|
49160
|
-
"end":
|
|
49483
|
+
"start": 171,
|
|
49484
|
+
"end": 171
|
|
49161
49485
|
}
|
|
49162
49486
|
},
|
|
49163
49487
|
"group": [
|
|
@@ -49174,8 +49498,8 @@
|
|
|
49174
49498
|
{
|
|
49175
49499
|
"description": "The border color of the hovered Load More button in the TreeView.\n",
|
|
49176
49500
|
"commentRange": {
|
|
49177
|
-
"start":
|
|
49178
|
-
"end":
|
|
49501
|
+
"start": 172,
|
|
49502
|
+
"end": 173
|
|
49179
49503
|
},
|
|
49180
49504
|
"context": {
|
|
49181
49505
|
"type": "variable",
|
|
@@ -49183,8 +49507,8 @@
|
|
|
49183
49507
|
"value": "null",
|
|
49184
49508
|
"scope": "default",
|
|
49185
49509
|
"line": {
|
|
49186
|
-
"start":
|
|
49187
|
-
"end":
|
|
49510
|
+
"start": 174,
|
|
49511
|
+
"end": 174
|
|
49188
49512
|
}
|
|
49189
49513
|
},
|
|
49190
49514
|
"group": [
|
|
@@ -49201,8 +49525,8 @@
|
|
|
49201
49525
|
{
|
|
49202
49526
|
"description": "The background color of the focused Load More button in the TreeView.\n",
|
|
49203
49527
|
"commentRange": {
|
|
49204
|
-
"start":
|
|
49205
|
-
"end":
|
|
49528
|
+
"start": 176,
|
|
49529
|
+
"end": 177
|
|
49206
49530
|
},
|
|
49207
49531
|
"context": {
|
|
49208
49532
|
"type": "variable",
|
|
@@ -49210,8 +49534,8 @@
|
|
|
49210
49534
|
"value": "transparent",
|
|
49211
49535
|
"scope": "default",
|
|
49212
49536
|
"line": {
|
|
49213
|
-
"start":
|
|
49214
|
-
"end":
|
|
49537
|
+
"start": 178,
|
|
49538
|
+
"end": 178
|
|
49215
49539
|
}
|
|
49216
49540
|
},
|
|
49217
49541
|
"group": [
|
|
@@ -49228,8 +49552,8 @@
|
|
|
49228
49552
|
{
|
|
49229
49553
|
"description": "The text color of the focused Load More button in the TreeView.\n",
|
|
49230
49554
|
"commentRange": {
|
|
49231
|
-
"start":
|
|
49232
|
-
"end":
|
|
49555
|
+
"start": 179,
|
|
49556
|
+
"end": 180
|
|
49233
49557
|
},
|
|
49234
49558
|
"context": {
|
|
49235
49559
|
"type": "variable",
|
|
@@ -49237,8 +49561,8 @@
|
|
|
49237
49561
|
"value": "$kendo-link-hover-text",
|
|
49238
49562
|
"scope": "default",
|
|
49239
49563
|
"line": {
|
|
49240
|
-
"start":
|
|
49241
|
-
"end":
|
|
49564
|
+
"start": 181,
|
|
49565
|
+
"end": 181
|
|
49242
49566
|
}
|
|
49243
49567
|
},
|
|
49244
49568
|
"group": [
|
|
@@ -49255,8 +49579,8 @@
|
|
|
49255
49579
|
{
|
|
49256
49580
|
"description": "The border color of the focused Load More button in the TreeView.\n",
|
|
49257
49581
|
"commentRange": {
|
|
49258
|
-
"start":
|
|
49259
|
-
"end":
|
|
49582
|
+
"start": 182,
|
|
49583
|
+
"end": 183
|
|
49260
49584
|
},
|
|
49261
49585
|
"context": {
|
|
49262
49586
|
"type": "variable",
|
|
@@ -49264,8 +49588,8 @@
|
|
|
49264
49588
|
"value": "null",
|
|
49265
49589
|
"scope": "default",
|
|
49266
49590
|
"line": {
|
|
49267
|
-
"start":
|
|
49268
|
-
"end":
|
|
49591
|
+
"start": 184,
|
|
49592
|
+
"end": 184
|
|
49269
49593
|
}
|
|
49270
49594
|
},
|
|
49271
49595
|
"group": [
|
|
@@ -49282,8 +49606,8 @@
|
|
|
49282
49606
|
{
|
|
49283
49607
|
"description": "The box shadow of the focused Load More button in the TreeView.\n",
|
|
49284
49608
|
"commentRange": {
|
|
49285
|
-
"start":
|
|
49286
|
-
"end":
|
|
49609
|
+
"start": 185,
|
|
49610
|
+
"end": 186
|
|
49287
49611
|
},
|
|
49288
49612
|
"context": {
|
|
49289
49613
|
"type": "variable",
|
|
@@ -49291,8 +49615,8 @@
|
|
|
49291
49615
|
"value": "$kendo-treeview-item-focus-shadow",
|
|
49292
49616
|
"scope": "default",
|
|
49293
49617
|
"line": {
|
|
49294
|
-
"start":
|
|
49295
|
-
"end":
|
|
49618
|
+
"start": 187,
|
|
49619
|
+
"end": 187
|
|
49296
49620
|
}
|
|
49297
49621
|
},
|
|
49298
49622
|
"group": [
|