@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.
- package/dist/all.css +55 -23
- package/dist/all.scss +69 -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/default-blue.json +1 -1
- package/lib/swatches/default-dataviz-v4.json +1 -1
- package/lib/swatches/default-green.json +1 -1
- package/lib/swatches/default-main-dark.json +1 -1
- package/lib/swatches/default-main.json +1 -1
- package/lib/swatches/default-nordic.json +1 -1
- package/lib/swatches/default-ocean-blue-a11y.json +1 -1
- package/lib/swatches/default-ocean-blue.json +1 -1
- package/lib/swatches/default-orange.json +1 -1
- package/lib/swatches/default-purple.json +1 -1
- package/lib/swatches/default-turquoise.json +1 -1
- package/lib/swatches/default-urban.json +1 -1
- package/package.json +4 -4
- package/scss/chip/_layout.scss +4 -0
- package/scss/dropdowntree/_layout.scss +4 -5
- package/scss/icons/_layout.scss +4 -0
- package/scss/list/_layout.scss +1 -0
- package/scss/list/_variables.scss +2 -2
- package/scss/scheduler/_layout.scss +1 -0
- package/scss/splitter/_layout.scss +1 -0
- package/scss/splitter/_variables.scss +2 -0
- package/scss/spreadsheet/_variables.scss +1 -0
- package/scss/treelist/_layout.scss +6 -0
- package/scss/treeview/_layout.scss +13 -9
- package/scss/treeview/_variables.scss +30 -4
|
@@ -11770,7 +11770,7 @@
|
|
|
11770
11770
|
"context": {
|
|
11771
11771
|
"type": "variable",
|
|
11772
11772
|
"name": "kendo-list-header-font-weight",
|
|
11773
|
-
"value": "
|
|
11773
|
+
"value": "$kendo-font-weight-bold",
|
|
11774
11774
|
"scope": "default",
|
|
11775
11775
|
"line": {
|
|
11776
11776
|
"start": 55,
|
|
@@ -12020,7 +12020,7 @@
|
|
|
12020
12020
|
"context": {
|
|
12021
12021
|
"type": "variable",
|
|
12022
12022
|
"name": "kendo-list-group-item-font-weight",
|
|
12023
|
-
"value": "
|
|
12023
|
+
"value": "$kendo-font-weight-bold",
|
|
12024
12024
|
"scope": "default",
|
|
12025
12025
|
"line": {
|
|
12026
12026
|
"start": 119,
|
|
@@ -22320,7 +22320,7 @@
|
|
|
22320
22320
|
"context": {
|
|
22321
22321
|
"type": "variable",
|
|
22322
22322
|
"name": "kendo-treeview-indent",
|
|
22323
|
-
"value": "
|
|
22323
|
+
"value": "24px",
|
|
22324
22324
|
"scope": "default",
|
|
22325
22325
|
"line": {
|
|
22326
22326
|
"start": 32,
|
|
@@ -22586,20 +22586,170 @@
|
|
|
22586
22586
|
"name": "_variables.scss"
|
|
22587
22587
|
}
|
|
22588
22588
|
},
|
|
22589
|
+
{
|
|
22590
|
+
"description": "The horizontal padding of the checkbox in the small TreeView.\n",
|
|
22591
|
+
"commentRange": {
|
|
22592
|
+
"start": 65,
|
|
22593
|
+
"end": 66
|
|
22594
|
+
},
|
|
22595
|
+
"context": {
|
|
22596
|
+
"type": "variable",
|
|
22597
|
+
"name": "kendo-treeview-sm-checkbox-padding-x",
|
|
22598
|
+
"value": "k-map-get( $kendo-spacing, 1 )",
|
|
22599
|
+
"scope": "default",
|
|
22600
|
+
"line": {
|
|
22601
|
+
"start": 67,
|
|
22602
|
+
"end": 67
|
|
22603
|
+
}
|
|
22604
|
+
},
|
|
22605
|
+
"group": [
|
|
22606
|
+
"treeview"
|
|
22607
|
+
],
|
|
22608
|
+
"access": "public",
|
|
22609
|
+
"file": {
|
|
22610
|
+
"path": "treeview/_variables.scss",
|
|
22611
|
+
"name": "_variables.scss"
|
|
22612
|
+
}
|
|
22613
|
+
},
|
|
22614
|
+
{
|
|
22615
|
+
"description": "The horizontal padding of the checkbox in the medium TreeView.\n",
|
|
22616
|
+
"commentRange": {
|
|
22617
|
+
"start": 68,
|
|
22618
|
+
"end": 69
|
|
22619
|
+
},
|
|
22620
|
+
"context": {
|
|
22621
|
+
"type": "variable",
|
|
22622
|
+
"name": "kendo-treeview-md-checkbox-padding-x",
|
|
22623
|
+
"value": "$kendo-treeview-sm-checkbox-padding-x",
|
|
22624
|
+
"scope": "default",
|
|
22625
|
+
"line": {
|
|
22626
|
+
"start": 70,
|
|
22627
|
+
"end": 70
|
|
22628
|
+
}
|
|
22629
|
+
},
|
|
22630
|
+
"group": [
|
|
22631
|
+
"treeview"
|
|
22632
|
+
],
|
|
22633
|
+
"access": "public",
|
|
22634
|
+
"file": {
|
|
22635
|
+
"path": "treeview/_variables.scss",
|
|
22636
|
+
"name": "_variables.scss"
|
|
22637
|
+
}
|
|
22638
|
+
},
|
|
22639
|
+
{
|
|
22640
|
+
"description": "The horizontal padding of the checkbox in the large TreeView.\n",
|
|
22641
|
+
"commentRange": {
|
|
22642
|
+
"start": 71,
|
|
22643
|
+
"end": 72
|
|
22644
|
+
},
|
|
22645
|
+
"context": {
|
|
22646
|
+
"type": "variable",
|
|
22647
|
+
"name": "kendo-treeview-lg-checkbox-padding-x",
|
|
22648
|
+
"value": "$kendo-treeview-sm-checkbox-padding-x",
|
|
22649
|
+
"scope": "default",
|
|
22650
|
+
"line": {
|
|
22651
|
+
"start": 73,
|
|
22652
|
+
"end": 73
|
|
22653
|
+
}
|
|
22654
|
+
},
|
|
22655
|
+
"group": [
|
|
22656
|
+
"treeview"
|
|
22657
|
+
],
|
|
22658
|
+
"access": "public",
|
|
22659
|
+
"file": {
|
|
22660
|
+
"path": "treeview/_variables.scss",
|
|
22661
|
+
"name": "_variables.scss"
|
|
22662
|
+
}
|
|
22663
|
+
},
|
|
22664
|
+
{
|
|
22665
|
+
"description": "The vertical padding of the checkbox in the small TreeView.\n",
|
|
22666
|
+
"commentRange": {
|
|
22667
|
+
"start": 74,
|
|
22668
|
+
"end": 75
|
|
22669
|
+
},
|
|
22670
|
+
"context": {
|
|
22671
|
+
"type": "variable",
|
|
22672
|
+
"name": "kendo-treeview-sm-checkbox-padding-y",
|
|
22673
|
+
"value": "k-map-get( $kendo-spacing, .5 )",
|
|
22674
|
+
"scope": "default",
|
|
22675
|
+
"line": {
|
|
22676
|
+
"start": 76,
|
|
22677
|
+
"end": 76
|
|
22678
|
+
}
|
|
22679
|
+
},
|
|
22680
|
+
"group": [
|
|
22681
|
+
"treeview"
|
|
22682
|
+
],
|
|
22683
|
+
"access": "public",
|
|
22684
|
+
"file": {
|
|
22685
|
+
"path": "treeview/_variables.scss",
|
|
22686
|
+
"name": "_variables.scss"
|
|
22687
|
+
}
|
|
22688
|
+
},
|
|
22689
|
+
{
|
|
22690
|
+
"description": "The vertical padding of the checkbox in the medium TreeView.\n",
|
|
22691
|
+
"commentRange": {
|
|
22692
|
+
"start": 77,
|
|
22693
|
+
"end": 78
|
|
22694
|
+
},
|
|
22695
|
+
"context": {
|
|
22696
|
+
"type": "variable",
|
|
22697
|
+
"name": "kendo-treeview-md-checkbox-padding-y",
|
|
22698
|
+
"value": "$kendo-treeview-sm-checkbox-padding-y",
|
|
22699
|
+
"scope": "default",
|
|
22700
|
+
"line": {
|
|
22701
|
+
"start": 79,
|
|
22702
|
+
"end": 79
|
|
22703
|
+
}
|
|
22704
|
+
},
|
|
22705
|
+
"group": [
|
|
22706
|
+
"treeview"
|
|
22707
|
+
],
|
|
22708
|
+
"access": "public",
|
|
22709
|
+
"file": {
|
|
22710
|
+
"path": "treeview/_variables.scss",
|
|
22711
|
+
"name": "_variables.scss"
|
|
22712
|
+
}
|
|
22713
|
+
},
|
|
22714
|
+
{
|
|
22715
|
+
"description": "The vertical padding of the checkbox in the large TreeView.\n",
|
|
22716
|
+
"commentRange": {
|
|
22717
|
+
"start": 80,
|
|
22718
|
+
"end": 81
|
|
22719
|
+
},
|
|
22720
|
+
"context": {
|
|
22721
|
+
"type": "variable",
|
|
22722
|
+
"name": "kendo-treeview-lg-checkbox-padding-y",
|
|
22723
|
+
"value": "null",
|
|
22724
|
+
"scope": "default",
|
|
22725
|
+
"line": {
|
|
22726
|
+
"start": 82,
|
|
22727
|
+
"end": 82
|
|
22728
|
+
}
|
|
22729
|
+
},
|
|
22730
|
+
"group": [
|
|
22731
|
+
"treeview"
|
|
22732
|
+
],
|
|
22733
|
+
"access": "public",
|
|
22734
|
+
"file": {
|
|
22735
|
+
"path": "treeview/_variables.scss",
|
|
22736
|
+
"name": "_variables.scss"
|
|
22737
|
+
}
|
|
22738
|
+
},
|
|
22589
22739
|
{
|
|
22590
22740
|
"description": "The sizes map of the TreeView.\n",
|
|
22591
22741
|
"commentRange": {
|
|
22592
|
-
"start":
|
|
22593
|
-
"end":
|
|
22742
|
+
"start": 85,
|
|
22743
|
+
"end": 86
|
|
22594
22744
|
},
|
|
22595
22745
|
"context": {
|
|
22596
22746
|
"type": "variable",
|
|
22597
22747
|
"name": "kendo-treeview-sizes",
|
|
22598
|
-
"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)",
|
|
22748
|
+
"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)",
|
|
22599
22749
|
"scope": "default",
|
|
22600
22750
|
"line": {
|
|
22601
|
-
"start":
|
|
22602
|
-
"end":
|
|
22751
|
+
"start": 87,
|
|
22752
|
+
"end": 112
|
|
22603
22753
|
}
|
|
22604
22754
|
},
|
|
22605
22755
|
"group": [
|
|
@@ -22614,8 +22764,8 @@
|
|
|
22614
22764
|
{
|
|
22615
22765
|
"description": "The background color of the TreeView.\n",
|
|
22616
22766
|
"commentRange": {
|
|
22617
|
-
"start":
|
|
22618
|
-
"end":
|
|
22767
|
+
"start": 115,
|
|
22768
|
+
"end": 116
|
|
22619
22769
|
},
|
|
22620
22770
|
"context": {
|
|
22621
22771
|
"type": "variable",
|
|
@@ -22623,8 +22773,8 @@
|
|
|
22623
22773
|
"value": "null",
|
|
22624
22774
|
"scope": "default",
|
|
22625
22775
|
"line": {
|
|
22626
|
-
"start":
|
|
22627
|
-
"end":
|
|
22776
|
+
"start": 117,
|
|
22777
|
+
"end": 117
|
|
22628
22778
|
}
|
|
22629
22779
|
},
|
|
22630
22780
|
"group": [
|
|
@@ -22639,8 +22789,8 @@
|
|
|
22639
22789
|
{
|
|
22640
22790
|
"description": "The text color of the TreeView.\n",
|
|
22641
22791
|
"commentRange": {
|
|
22642
|
-
"start":
|
|
22643
|
-
"end":
|
|
22792
|
+
"start": 118,
|
|
22793
|
+
"end": 119
|
|
22644
22794
|
},
|
|
22645
22795
|
"context": {
|
|
22646
22796
|
"type": "variable",
|
|
@@ -22648,8 +22798,8 @@
|
|
|
22648
22798
|
"value": "$kendo-component-text",
|
|
22649
22799
|
"scope": "default",
|
|
22650
22800
|
"line": {
|
|
22651
|
-
"start":
|
|
22652
|
-
"end":
|
|
22801
|
+
"start": 120,
|
|
22802
|
+
"end": 120
|
|
22653
22803
|
}
|
|
22654
22804
|
},
|
|
22655
22805
|
"group": [
|
|
@@ -22664,8 +22814,8 @@
|
|
|
22664
22814
|
{
|
|
22665
22815
|
"description": "The border color of the TreeView.\n",
|
|
22666
22816
|
"commentRange": {
|
|
22667
|
-
"start":
|
|
22668
|
-
"end":
|
|
22817
|
+
"start": 121,
|
|
22818
|
+
"end": 122
|
|
22669
22819
|
},
|
|
22670
22820
|
"context": {
|
|
22671
22821
|
"type": "variable",
|
|
@@ -22673,8 +22823,8 @@
|
|
|
22673
22823
|
"value": "null",
|
|
22674
22824
|
"scope": "default",
|
|
22675
22825
|
"line": {
|
|
22676
|
-
"start":
|
|
22677
|
-
"end":
|
|
22826
|
+
"start": 123,
|
|
22827
|
+
"end": 123
|
|
22678
22828
|
}
|
|
22679
22829
|
},
|
|
22680
22830
|
"group": [
|
|
@@ -22689,8 +22839,8 @@
|
|
|
22689
22839
|
{
|
|
22690
22840
|
"description": "The background color of hovered TreeView items.\n",
|
|
22691
22841
|
"commentRange": {
|
|
22692
|
-
"start":
|
|
22693
|
-
"end":
|
|
22842
|
+
"start": 125,
|
|
22843
|
+
"end": 126
|
|
22694
22844
|
},
|
|
22695
22845
|
"context": {
|
|
22696
22846
|
"type": "variable",
|
|
@@ -22698,8 +22848,8 @@
|
|
|
22698
22848
|
"value": "$kendo-hover-bg",
|
|
22699
22849
|
"scope": "default",
|
|
22700
22850
|
"line": {
|
|
22701
|
-
"start":
|
|
22702
|
-
"end":
|
|
22851
|
+
"start": 127,
|
|
22852
|
+
"end": 127
|
|
22703
22853
|
}
|
|
22704
22854
|
},
|
|
22705
22855
|
"group": [
|
|
@@ -22714,8 +22864,8 @@
|
|
|
22714
22864
|
{
|
|
22715
22865
|
"description": "The text color of hovered TreeView items.\n",
|
|
22716
22866
|
"commentRange": {
|
|
22717
|
-
"start":
|
|
22718
|
-
"end":
|
|
22867
|
+
"start": 128,
|
|
22868
|
+
"end": 129
|
|
22719
22869
|
},
|
|
22720
22870
|
"context": {
|
|
22721
22871
|
"type": "variable",
|
|
@@ -22723,8 +22873,8 @@
|
|
|
22723
22873
|
"value": "$kendo-hover-text",
|
|
22724
22874
|
"scope": "default",
|
|
22725
22875
|
"line": {
|
|
22726
|
-
"start":
|
|
22727
|
-
"end":
|
|
22876
|
+
"start": 130,
|
|
22877
|
+
"end": 130
|
|
22728
22878
|
}
|
|
22729
22879
|
},
|
|
22730
22880
|
"group": [
|
|
@@ -22739,8 +22889,8 @@
|
|
|
22739
22889
|
{
|
|
22740
22890
|
"description": "The border color of hovered TreeView items.\n",
|
|
22741
22891
|
"commentRange": {
|
|
22742
|
-
"start":
|
|
22743
|
-
"end":
|
|
22892
|
+
"start": 131,
|
|
22893
|
+
"end": 132
|
|
22744
22894
|
},
|
|
22745
22895
|
"context": {
|
|
22746
22896
|
"type": "variable",
|
|
@@ -22748,8 +22898,8 @@
|
|
|
22748
22898
|
"value": "null",
|
|
22749
22899
|
"scope": "default",
|
|
22750
22900
|
"line": {
|
|
22751
|
-
"start":
|
|
22752
|
-
"end":
|
|
22901
|
+
"start": 133,
|
|
22902
|
+
"end": 133
|
|
22753
22903
|
}
|
|
22754
22904
|
},
|
|
22755
22905
|
"group": [
|
|
@@ -22764,8 +22914,8 @@
|
|
|
22764
22914
|
{
|
|
22765
22915
|
"description": "The background gradient of hovered TreeView items.\n",
|
|
22766
22916
|
"commentRange": {
|
|
22767
|
-
"start":
|
|
22768
|
-
"end":
|
|
22917
|
+
"start": 134,
|
|
22918
|
+
"end": 135
|
|
22769
22919
|
},
|
|
22770
22920
|
"context": {
|
|
22771
22921
|
"type": "variable",
|
|
@@ -22773,8 +22923,8 @@
|
|
|
22773
22923
|
"value": "null",
|
|
22774
22924
|
"scope": "default",
|
|
22775
22925
|
"line": {
|
|
22776
|
-
"start":
|
|
22777
|
-
"end":
|
|
22926
|
+
"start": 136,
|
|
22927
|
+
"end": 136
|
|
22778
22928
|
}
|
|
22779
22929
|
},
|
|
22780
22930
|
"group": [
|
|
@@ -22789,8 +22939,8 @@
|
|
|
22789
22939
|
{
|
|
22790
22940
|
"description": "The background color of selected TreeView items.\n",
|
|
22791
22941
|
"commentRange": {
|
|
22792
|
-
"start":
|
|
22793
|
-
"end":
|
|
22942
|
+
"start": 138,
|
|
22943
|
+
"end": 139
|
|
22794
22944
|
},
|
|
22795
22945
|
"context": {
|
|
22796
22946
|
"type": "variable",
|
|
@@ -22798,8 +22948,8 @@
|
|
|
22798
22948
|
"value": "$kendo-selected-bg",
|
|
22799
22949
|
"scope": "default",
|
|
22800
22950
|
"line": {
|
|
22801
|
-
"start":
|
|
22802
|
-
"end":
|
|
22951
|
+
"start": 140,
|
|
22952
|
+
"end": 140
|
|
22803
22953
|
}
|
|
22804
22954
|
},
|
|
22805
22955
|
"group": [
|
|
@@ -22814,8 +22964,8 @@
|
|
|
22814
22964
|
{
|
|
22815
22965
|
"description": "The text color of selected TreeView items.\n",
|
|
22816
22966
|
"commentRange": {
|
|
22817
|
-
"start":
|
|
22818
|
-
"end":
|
|
22967
|
+
"start": 141,
|
|
22968
|
+
"end": 142
|
|
22819
22969
|
},
|
|
22820
22970
|
"context": {
|
|
22821
22971
|
"type": "variable",
|
|
@@ -22823,8 +22973,8 @@
|
|
|
22823
22973
|
"value": "$kendo-selected-text",
|
|
22824
22974
|
"scope": "default",
|
|
22825
22975
|
"line": {
|
|
22826
|
-
"start":
|
|
22827
|
-
"end":
|
|
22976
|
+
"start": 143,
|
|
22977
|
+
"end": 143
|
|
22828
22978
|
}
|
|
22829
22979
|
},
|
|
22830
22980
|
"group": [
|
|
@@ -22839,8 +22989,8 @@
|
|
|
22839
22989
|
{
|
|
22840
22990
|
"description": "The border color of selected TreeView items.\n",
|
|
22841
22991
|
"commentRange": {
|
|
22842
|
-
"start":
|
|
22843
|
-
"end":
|
|
22992
|
+
"start": 144,
|
|
22993
|
+
"end": 145
|
|
22844
22994
|
},
|
|
22845
22995
|
"context": {
|
|
22846
22996
|
"type": "variable",
|
|
@@ -22848,8 +22998,8 @@
|
|
|
22848
22998
|
"value": "null",
|
|
22849
22999
|
"scope": "default",
|
|
22850
23000
|
"line": {
|
|
22851
|
-
"start":
|
|
22852
|
-
"end":
|
|
23001
|
+
"start": 146,
|
|
23002
|
+
"end": 146
|
|
22853
23003
|
}
|
|
22854
23004
|
},
|
|
22855
23005
|
"group": [
|
|
@@ -22864,8 +23014,8 @@
|
|
|
22864
23014
|
{
|
|
22865
23015
|
"description": "The background gradient of selected TreeView items.\n",
|
|
22866
23016
|
"commentRange": {
|
|
22867
|
-
"start":
|
|
22868
|
-
"end":
|
|
23017
|
+
"start": 147,
|
|
23018
|
+
"end": 148
|
|
22869
23019
|
},
|
|
22870
23020
|
"context": {
|
|
22871
23021
|
"type": "variable",
|
|
@@ -22873,8 +23023,8 @@
|
|
|
22873
23023
|
"value": "null",
|
|
22874
23024
|
"scope": "default",
|
|
22875
23025
|
"line": {
|
|
22876
|
-
"start":
|
|
22877
|
-
"end":
|
|
23026
|
+
"start": 149,
|
|
23027
|
+
"end": 149
|
|
22878
23028
|
}
|
|
22879
23029
|
},
|
|
22880
23030
|
"group": [
|
|
@@ -22889,8 +23039,8 @@
|
|
|
22889
23039
|
{
|
|
22890
23040
|
"description": "The box shadow of focused TreeView items.\n",
|
|
22891
23041
|
"commentRange": {
|
|
22892
|
-
"start":
|
|
22893
|
-
"end":
|
|
23042
|
+
"start": 151,
|
|
23043
|
+
"end": 152
|
|
22894
23044
|
},
|
|
22895
23045
|
"context": {
|
|
22896
23046
|
"type": "variable",
|
|
@@ -22898,8 +23048,8 @@
|
|
|
22898
23048
|
"value": "$kendo-focus-shadow",
|
|
22899
23049
|
"scope": "default",
|
|
22900
23050
|
"line": {
|
|
22901
|
-
"start":
|
|
22902
|
-
"end":
|
|
23051
|
+
"start": 153,
|
|
23052
|
+
"end": 153
|
|
22903
23053
|
}
|
|
22904
23054
|
},
|
|
22905
23055
|
"group": [
|
|
@@ -22914,8 +23064,8 @@
|
|
|
22914
23064
|
{
|
|
22915
23065
|
"description": "The background color of the Load More button in the TreeView\n",
|
|
22916
23066
|
"commentRange": {
|
|
22917
|
-
"start":
|
|
22918
|
-
"end":
|
|
23067
|
+
"start": 155,
|
|
23068
|
+
"end": 156
|
|
22919
23069
|
},
|
|
22920
23070
|
"context": {
|
|
22921
23071
|
"type": "variable",
|
|
@@ -22923,8 +23073,8 @@
|
|
|
22923
23073
|
"value": "transparent",
|
|
22924
23074
|
"scope": "default",
|
|
22925
23075
|
"line": {
|
|
22926
|
-
"start":
|
|
22927
|
-
"end":
|
|
23076
|
+
"start": 157,
|
|
23077
|
+
"end": 157
|
|
22928
23078
|
}
|
|
22929
23079
|
},
|
|
22930
23080
|
"group": [
|
|
@@ -22939,8 +23089,8 @@
|
|
|
22939
23089
|
{
|
|
22940
23090
|
"description": "The text color of the Load More button in the TreeView\n",
|
|
22941
23091
|
"commentRange": {
|
|
22942
|
-
"start":
|
|
22943
|
-
"end":
|
|
23092
|
+
"start": 158,
|
|
23093
|
+
"end": 159
|
|
22944
23094
|
},
|
|
22945
23095
|
"context": {
|
|
22946
23096
|
"type": "variable",
|
|
@@ -22948,8 +23098,8 @@
|
|
|
22948
23098
|
"value": "$kendo-link-text",
|
|
22949
23099
|
"scope": "default",
|
|
22950
23100
|
"line": {
|
|
22951
|
-
"start":
|
|
22952
|
-
"end":
|
|
23101
|
+
"start": 160,
|
|
23102
|
+
"end": 160
|
|
22953
23103
|
}
|
|
22954
23104
|
},
|
|
22955
23105
|
"group": [
|
|
@@ -22964,8 +23114,8 @@
|
|
|
22964
23114
|
{
|
|
22965
23115
|
"description": "The border color of the Load More button in the TreeView\n",
|
|
22966
23116
|
"commentRange": {
|
|
22967
|
-
"start":
|
|
22968
|
-
"end":
|
|
23117
|
+
"start": 161,
|
|
23118
|
+
"end": 162
|
|
22969
23119
|
},
|
|
22970
23120
|
"context": {
|
|
22971
23121
|
"type": "variable",
|
|
@@ -22973,8 +23123,8 @@
|
|
|
22973
23123
|
"value": "null",
|
|
22974
23124
|
"scope": "default",
|
|
22975
23125
|
"line": {
|
|
22976
|
-
"start":
|
|
22977
|
-
"end":
|
|
23126
|
+
"start": 163,
|
|
23127
|
+
"end": 163
|
|
22978
23128
|
}
|
|
22979
23129
|
},
|
|
22980
23130
|
"group": [
|
|
@@ -22989,8 +23139,8 @@
|
|
|
22989
23139
|
{
|
|
22990
23140
|
"description": "The background color of the hovered Load More button in the TreeView\n",
|
|
22991
23141
|
"commentRange": {
|
|
22992
|
-
"start":
|
|
22993
|
-
"end":
|
|
23142
|
+
"start": 165,
|
|
23143
|
+
"end": 166
|
|
22994
23144
|
},
|
|
22995
23145
|
"context": {
|
|
22996
23146
|
"type": "variable",
|
|
@@ -22998,8 +23148,8 @@
|
|
|
22998
23148
|
"value": "transparent",
|
|
22999
23149
|
"scope": "default",
|
|
23000
23150
|
"line": {
|
|
23001
|
-
"start":
|
|
23002
|
-
"end":
|
|
23151
|
+
"start": 167,
|
|
23152
|
+
"end": 167
|
|
23003
23153
|
}
|
|
23004
23154
|
},
|
|
23005
23155
|
"group": [
|
|
@@ -23014,8 +23164,8 @@
|
|
|
23014
23164
|
{
|
|
23015
23165
|
"description": "The text color of the hovered Load More button in the TreeView.\n",
|
|
23016
23166
|
"commentRange": {
|
|
23017
|
-
"start":
|
|
23018
|
-
"end":
|
|
23167
|
+
"start": 168,
|
|
23168
|
+
"end": 169
|
|
23019
23169
|
},
|
|
23020
23170
|
"context": {
|
|
23021
23171
|
"type": "variable",
|
|
@@ -23023,8 +23173,8 @@
|
|
|
23023
23173
|
"value": "$kendo-link-hover-text",
|
|
23024
23174
|
"scope": "default",
|
|
23025
23175
|
"line": {
|
|
23026
|
-
"start":
|
|
23027
|
-
"end":
|
|
23176
|
+
"start": 170,
|
|
23177
|
+
"end": 170
|
|
23028
23178
|
}
|
|
23029
23179
|
},
|
|
23030
23180
|
"group": [
|
|
@@ -23039,8 +23189,8 @@
|
|
|
23039
23189
|
{
|
|
23040
23190
|
"description": "The border color of the hovered Load More button in the TreeView.\n",
|
|
23041
23191
|
"commentRange": {
|
|
23042
|
-
"start":
|
|
23043
|
-
"end":
|
|
23192
|
+
"start": 171,
|
|
23193
|
+
"end": 172
|
|
23044
23194
|
},
|
|
23045
23195
|
"context": {
|
|
23046
23196
|
"type": "variable",
|
|
@@ -23048,8 +23198,8 @@
|
|
|
23048
23198
|
"value": "null",
|
|
23049
23199
|
"scope": "default",
|
|
23050
23200
|
"line": {
|
|
23051
|
-
"start":
|
|
23052
|
-
"end":
|
|
23201
|
+
"start": 173,
|
|
23202
|
+
"end": 173
|
|
23053
23203
|
}
|
|
23054
23204
|
},
|
|
23055
23205
|
"group": [
|
|
@@ -23064,8 +23214,8 @@
|
|
|
23064
23214
|
{
|
|
23065
23215
|
"description": "The background color of the focused Load More button in the TreeView.\n",
|
|
23066
23216
|
"commentRange": {
|
|
23067
|
-
"start":
|
|
23068
|
-
"end":
|
|
23217
|
+
"start": 175,
|
|
23218
|
+
"end": 176
|
|
23069
23219
|
},
|
|
23070
23220
|
"context": {
|
|
23071
23221
|
"type": "variable",
|
|
@@ -23073,8 +23223,8 @@
|
|
|
23073
23223
|
"value": "transparent",
|
|
23074
23224
|
"scope": "default",
|
|
23075
23225
|
"line": {
|
|
23076
|
-
"start":
|
|
23077
|
-
"end":
|
|
23226
|
+
"start": 177,
|
|
23227
|
+
"end": 177
|
|
23078
23228
|
}
|
|
23079
23229
|
},
|
|
23080
23230
|
"group": [
|
|
@@ -23089,8 +23239,8 @@
|
|
|
23089
23239
|
{
|
|
23090
23240
|
"description": "The text color of the focused Load More button in the TreeView.\n",
|
|
23091
23241
|
"commentRange": {
|
|
23092
|
-
"start":
|
|
23093
|
-
"end":
|
|
23242
|
+
"start": 178,
|
|
23243
|
+
"end": 179
|
|
23094
23244
|
},
|
|
23095
23245
|
"context": {
|
|
23096
23246
|
"type": "variable",
|
|
@@ -23098,8 +23248,8 @@
|
|
|
23098
23248
|
"value": "$kendo-link-hover-text",
|
|
23099
23249
|
"scope": "default",
|
|
23100
23250
|
"line": {
|
|
23101
|
-
"start":
|
|
23102
|
-
"end":
|
|
23251
|
+
"start": 180,
|
|
23252
|
+
"end": 180
|
|
23103
23253
|
}
|
|
23104
23254
|
},
|
|
23105
23255
|
"group": [
|
|
@@ -23114,8 +23264,8 @@
|
|
|
23114
23264
|
{
|
|
23115
23265
|
"description": "The border color of the focused Load More button in the TreeView.\n",
|
|
23116
23266
|
"commentRange": {
|
|
23117
|
-
"start":
|
|
23118
|
-
"end":
|
|
23267
|
+
"start": 181,
|
|
23268
|
+
"end": 182
|
|
23119
23269
|
},
|
|
23120
23270
|
"context": {
|
|
23121
23271
|
"type": "variable",
|
|
@@ -23123,8 +23273,8 @@
|
|
|
23123
23273
|
"value": "null",
|
|
23124
23274
|
"scope": "default",
|
|
23125
23275
|
"line": {
|
|
23126
|
-
"start":
|
|
23127
|
-
"end":
|
|
23276
|
+
"start": 183,
|
|
23277
|
+
"end": 183
|
|
23128
23278
|
}
|
|
23129
23279
|
},
|
|
23130
23280
|
"group": [
|
|
@@ -23139,8 +23289,8 @@
|
|
|
23139
23289
|
{
|
|
23140
23290
|
"description": "The box shadow of the focused Load More button in the TreeView.\n",
|
|
23141
23291
|
"commentRange": {
|
|
23142
|
-
"start":
|
|
23143
|
-
"end":
|
|
23292
|
+
"start": 184,
|
|
23293
|
+
"end": 185
|
|
23144
23294
|
},
|
|
23145
23295
|
"context": {
|
|
23146
23296
|
"type": "variable",
|
|
@@ -23148,8 +23298,8 @@
|
|
|
23148
23298
|
"value": "$kendo-treeview-item-focus-shadow",
|
|
23149
23299
|
"scope": "default",
|
|
23150
23300
|
"line": {
|
|
23151
|
-
"start":
|
|
23152
|
-
"end":
|
|
23301
|
+
"start": 186,
|
|
23302
|
+
"end": 186
|
|
23153
23303
|
}
|
|
23154
23304
|
},
|
|
23155
23305
|
"group": [
|