@progress/kendo-theme-classic 6.4.1-dev.1 → 6.5.0-dev.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/all.css +55 -23
- 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/classic-green-dark.json +1 -1
- package/lib/swatches/classic-green.json +1 -1
- package/lib/swatches/classic-lavender-dark.json +1 -1
- package/lib/swatches/classic-lavender.json +1 -1
- package/lib/swatches/classic-main-dark.json +1 -1
- package/lib/swatches/classic-main.json +1 -1
- package/lib/swatches/classic-metro-dark.json +1 -1
- package/lib/swatches/classic-metro.json +1 -1
- package/lib/swatches/classic-moonlight.json +1 -1
- package/lib/swatches/classic-opal-dark.json +1 -1
- package/lib/swatches/classic-opal.json +1 -1
- package/lib/swatches/classic-silver-dark.json +1 -1
- package/lib/swatches/classic-silver.json +1 -1
- package/lib/swatches/classic-uniform.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
|
@@ -10970,7 +10970,7 @@
|
|
|
10970
10970
|
"context": {
|
|
10971
10971
|
"type": "variable",
|
|
10972
10972
|
"name": "kendo-list-header-font-weight",
|
|
10973
|
-
"value": "
|
|
10973
|
+
"value": "$kendo-font-weight-bold",
|
|
10974
10974
|
"scope": "default",
|
|
10975
10975
|
"line": {
|
|
10976
10976
|
"start": 55,
|
|
@@ -11220,7 +11220,7 @@
|
|
|
11220
11220
|
"context": {
|
|
11221
11221
|
"type": "variable",
|
|
11222
11222
|
"name": "kendo-list-group-item-font-weight",
|
|
11223
|
-
"value": "
|
|
11223
|
+
"value": "$kendo-font-weight-bold",
|
|
11224
11224
|
"scope": "default",
|
|
11225
11225
|
"line": {
|
|
11226
11226
|
"start": 119,
|
|
@@ -21520,7 +21520,7 @@
|
|
|
21520
21520
|
"context": {
|
|
21521
21521
|
"type": "variable",
|
|
21522
21522
|
"name": "kendo-treeview-indent",
|
|
21523
|
-
"value": "
|
|
21523
|
+
"value": "24px",
|
|
21524
21524
|
"scope": "default",
|
|
21525
21525
|
"line": {
|
|
21526
21526
|
"start": 32,
|
|
@@ -21786,20 +21786,170 @@
|
|
|
21786
21786
|
"name": "_variables.scss"
|
|
21787
21787
|
}
|
|
21788
21788
|
},
|
|
21789
|
+
{
|
|
21790
|
+
"description": "The horizontal padding of the checkbox in the small TreeView.\n",
|
|
21791
|
+
"commentRange": {
|
|
21792
|
+
"start": 65,
|
|
21793
|
+
"end": 66
|
|
21794
|
+
},
|
|
21795
|
+
"context": {
|
|
21796
|
+
"type": "variable",
|
|
21797
|
+
"name": "kendo-treeview-sm-checkbox-padding-x",
|
|
21798
|
+
"value": "k-map-get( $kendo-spacing, 1 )",
|
|
21799
|
+
"scope": "default",
|
|
21800
|
+
"line": {
|
|
21801
|
+
"start": 67,
|
|
21802
|
+
"end": 67
|
|
21803
|
+
}
|
|
21804
|
+
},
|
|
21805
|
+
"group": [
|
|
21806
|
+
"treeview"
|
|
21807
|
+
],
|
|
21808
|
+
"access": "public",
|
|
21809
|
+
"file": {
|
|
21810
|
+
"path": "treeview/_variables.scss",
|
|
21811
|
+
"name": "_variables.scss"
|
|
21812
|
+
}
|
|
21813
|
+
},
|
|
21814
|
+
{
|
|
21815
|
+
"description": "The horizontal padding of the checkbox in the medium TreeView.\n",
|
|
21816
|
+
"commentRange": {
|
|
21817
|
+
"start": 68,
|
|
21818
|
+
"end": 69
|
|
21819
|
+
},
|
|
21820
|
+
"context": {
|
|
21821
|
+
"type": "variable",
|
|
21822
|
+
"name": "kendo-treeview-md-checkbox-padding-x",
|
|
21823
|
+
"value": "$kendo-treeview-sm-checkbox-padding-x",
|
|
21824
|
+
"scope": "default",
|
|
21825
|
+
"line": {
|
|
21826
|
+
"start": 70,
|
|
21827
|
+
"end": 70
|
|
21828
|
+
}
|
|
21829
|
+
},
|
|
21830
|
+
"group": [
|
|
21831
|
+
"treeview"
|
|
21832
|
+
],
|
|
21833
|
+
"access": "public",
|
|
21834
|
+
"file": {
|
|
21835
|
+
"path": "treeview/_variables.scss",
|
|
21836
|
+
"name": "_variables.scss"
|
|
21837
|
+
}
|
|
21838
|
+
},
|
|
21839
|
+
{
|
|
21840
|
+
"description": "The horizontal padding of the checkbox in the large TreeView.\n",
|
|
21841
|
+
"commentRange": {
|
|
21842
|
+
"start": 71,
|
|
21843
|
+
"end": 72
|
|
21844
|
+
},
|
|
21845
|
+
"context": {
|
|
21846
|
+
"type": "variable",
|
|
21847
|
+
"name": "kendo-treeview-lg-checkbox-padding-x",
|
|
21848
|
+
"value": "$kendo-treeview-sm-checkbox-padding-x",
|
|
21849
|
+
"scope": "default",
|
|
21850
|
+
"line": {
|
|
21851
|
+
"start": 73,
|
|
21852
|
+
"end": 73
|
|
21853
|
+
}
|
|
21854
|
+
},
|
|
21855
|
+
"group": [
|
|
21856
|
+
"treeview"
|
|
21857
|
+
],
|
|
21858
|
+
"access": "public",
|
|
21859
|
+
"file": {
|
|
21860
|
+
"path": "treeview/_variables.scss",
|
|
21861
|
+
"name": "_variables.scss"
|
|
21862
|
+
}
|
|
21863
|
+
},
|
|
21864
|
+
{
|
|
21865
|
+
"description": "The vertical padding of the checkbox in the small TreeView.\n",
|
|
21866
|
+
"commentRange": {
|
|
21867
|
+
"start": 74,
|
|
21868
|
+
"end": 75
|
|
21869
|
+
},
|
|
21870
|
+
"context": {
|
|
21871
|
+
"type": "variable",
|
|
21872
|
+
"name": "kendo-treeview-sm-checkbox-padding-y",
|
|
21873
|
+
"value": "k-map-get( $kendo-spacing, .5 )",
|
|
21874
|
+
"scope": "default",
|
|
21875
|
+
"line": {
|
|
21876
|
+
"start": 76,
|
|
21877
|
+
"end": 76
|
|
21878
|
+
}
|
|
21879
|
+
},
|
|
21880
|
+
"group": [
|
|
21881
|
+
"treeview"
|
|
21882
|
+
],
|
|
21883
|
+
"access": "public",
|
|
21884
|
+
"file": {
|
|
21885
|
+
"path": "treeview/_variables.scss",
|
|
21886
|
+
"name": "_variables.scss"
|
|
21887
|
+
}
|
|
21888
|
+
},
|
|
21889
|
+
{
|
|
21890
|
+
"description": "The vertical padding of the checkbox in the medium TreeView.\n",
|
|
21891
|
+
"commentRange": {
|
|
21892
|
+
"start": 77,
|
|
21893
|
+
"end": 78
|
|
21894
|
+
},
|
|
21895
|
+
"context": {
|
|
21896
|
+
"type": "variable",
|
|
21897
|
+
"name": "kendo-treeview-md-checkbox-padding-y",
|
|
21898
|
+
"value": "$kendo-treeview-sm-checkbox-padding-y",
|
|
21899
|
+
"scope": "default",
|
|
21900
|
+
"line": {
|
|
21901
|
+
"start": 79,
|
|
21902
|
+
"end": 79
|
|
21903
|
+
}
|
|
21904
|
+
},
|
|
21905
|
+
"group": [
|
|
21906
|
+
"treeview"
|
|
21907
|
+
],
|
|
21908
|
+
"access": "public",
|
|
21909
|
+
"file": {
|
|
21910
|
+
"path": "treeview/_variables.scss",
|
|
21911
|
+
"name": "_variables.scss"
|
|
21912
|
+
}
|
|
21913
|
+
},
|
|
21914
|
+
{
|
|
21915
|
+
"description": "The vertical padding of the checkbox in the large TreeView.\n",
|
|
21916
|
+
"commentRange": {
|
|
21917
|
+
"start": 80,
|
|
21918
|
+
"end": 81
|
|
21919
|
+
},
|
|
21920
|
+
"context": {
|
|
21921
|
+
"type": "variable",
|
|
21922
|
+
"name": "kendo-treeview-lg-checkbox-padding-y",
|
|
21923
|
+
"value": "null",
|
|
21924
|
+
"scope": "default",
|
|
21925
|
+
"line": {
|
|
21926
|
+
"start": 82,
|
|
21927
|
+
"end": 82
|
|
21928
|
+
}
|
|
21929
|
+
},
|
|
21930
|
+
"group": [
|
|
21931
|
+
"treeview"
|
|
21932
|
+
],
|
|
21933
|
+
"access": "public",
|
|
21934
|
+
"file": {
|
|
21935
|
+
"path": "treeview/_variables.scss",
|
|
21936
|
+
"name": "_variables.scss"
|
|
21937
|
+
}
|
|
21938
|
+
},
|
|
21789
21939
|
{
|
|
21790
21940
|
"description": "The sizes map of the TreeView.\n",
|
|
21791
21941
|
"commentRange": {
|
|
21792
|
-
"start":
|
|
21793
|
-
"end":
|
|
21942
|
+
"start": 85,
|
|
21943
|
+
"end": 86
|
|
21794
21944
|
},
|
|
21795
21945
|
"context": {
|
|
21796
21946
|
"type": "variable",
|
|
21797
21947
|
"name": "kendo-treeview-sizes",
|
|
21798
|
-
"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)",
|
|
21948
|
+
"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)",
|
|
21799
21949
|
"scope": "default",
|
|
21800
21950
|
"line": {
|
|
21801
|
-
"start":
|
|
21802
|
-
"end":
|
|
21951
|
+
"start": 87,
|
|
21952
|
+
"end": 112
|
|
21803
21953
|
}
|
|
21804
21954
|
},
|
|
21805
21955
|
"group": [
|
|
@@ -21814,8 +21964,8 @@
|
|
|
21814
21964
|
{
|
|
21815
21965
|
"description": "The background color of the TreeView.\n",
|
|
21816
21966
|
"commentRange": {
|
|
21817
|
-
"start":
|
|
21818
|
-
"end":
|
|
21967
|
+
"start": 115,
|
|
21968
|
+
"end": 116
|
|
21819
21969
|
},
|
|
21820
21970
|
"context": {
|
|
21821
21971
|
"type": "variable",
|
|
@@ -21823,8 +21973,8 @@
|
|
|
21823
21973
|
"value": "null",
|
|
21824
21974
|
"scope": "default",
|
|
21825
21975
|
"line": {
|
|
21826
|
-
"start":
|
|
21827
|
-
"end":
|
|
21976
|
+
"start": 117,
|
|
21977
|
+
"end": 117
|
|
21828
21978
|
}
|
|
21829
21979
|
},
|
|
21830
21980
|
"group": [
|
|
@@ -21839,8 +21989,8 @@
|
|
|
21839
21989
|
{
|
|
21840
21990
|
"description": "The text color of the TreeView.\n",
|
|
21841
21991
|
"commentRange": {
|
|
21842
|
-
"start":
|
|
21843
|
-
"end":
|
|
21992
|
+
"start": 118,
|
|
21993
|
+
"end": 119
|
|
21844
21994
|
},
|
|
21845
21995
|
"context": {
|
|
21846
21996
|
"type": "variable",
|
|
@@ -21848,8 +21998,8 @@
|
|
|
21848
21998
|
"value": "$kendo-component-text",
|
|
21849
21999
|
"scope": "default",
|
|
21850
22000
|
"line": {
|
|
21851
|
-
"start":
|
|
21852
|
-
"end":
|
|
22001
|
+
"start": 120,
|
|
22002
|
+
"end": 120
|
|
21853
22003
|
}
|
|
21854
22004
|
},
|
|
21855
22005
|
"group": [
|
|
@@ -21864,8 +22014,8 @@
|
|
|
21864
22014
|
{
|
|
21865
22015
|
"description": "The border color of the TreeView.\n",
|
|
21866
22016
|
"commentRange": {
|
|
21867
|
-
"start":
|
|
21868
|
-
"end":
|
|
22017
|
+
"start": 121,
|
|
22018
|
+
"end": 122
|
|
21869
22019
|
},
|
|
21870
22020
|
"context": {
|
|
21871
22021
|
"type": "variable",
|
|
@@ -21873,8 +22023,8 @@
|
|
|
21873
22023
|
"value": "null",
|
|
21874
22024
|
"scope": "default",
|
|
21875
22025
|
"line": {
|
|
21876
|
-
"start":
|
|
21877
|
-
"end":
|
|
22026
|
+
"start": 123,
|
|
22027
|
+
"end": 123
|
|
21878
22028
|
}
|
|
21879
22029
|
},
|
|
21880
22030
|
"group": [
|
|
@@ -21889,8 +22039,8 @@
|
|
|
21889
22039
|
{
|
|
21890
22040
|
"description": "The background color of hovered TreeView items.\n",
|
|
21891
22041
|
"commentRange": {
|
|
21892
|
-
"start":
|
|
21893
|
-
"end":
|
|
22042
|
+
"start": 125,
|
|
22043
|
+
"end": 126
|
|
21894
22044
|
},
|
|
21895
22045
|
"context": {
|
|
21896
22046
|
"type": "variable",
|
|
@@ -21898,8 +22048,8 @@
|
|
|
21898
22048
|
"value": "$kendo-hover-bg",
|
|
21899
22049
|
"scope": "default",
|
|
21900
22050
|
"line": {
|
|
21901
|
-
"start":
|
|
21902
|
-
"end":
|
|
22051
|
+
"start": 127,
|
|
22052
|
+
"end": 127
|
|
21903
22053
|
}
|
|
21904
22054
|
},
|
|
21905
22055
|
"group": [
|
|
@@ -21914,8 +22064,8 @@
|
|
|
21914
22064
|
{
|
|
21915
22065
|
"description": "The text color of hovered TreeView items.\n",
|
|
21916
22066
|
"commentRange": {
|
|
21917
|
-
"start":
|
|
21918
|
-
"end":
|
|
22067
|
+
"start": 128,
|
|
22068
|
+
"end": 129
|
|
21919
22069
|
},
|
|
21920
22070
|
"context": {
|
|
21921
22071
|
"type": "variable",
|
|
@@ -21923,8 +22073,8 @@
|
|
|
21923
22073
|
"value": "$kendo-hover-text",
|
|
21924
22074
|
"scope": "default",
|
|
21925
22075
|
"line": {
|
|
21926
|
-
"start":
|
|
21927
|
-
"end":
|
|
22076
|
+
"start": 130,
|
|
22077
|
+
"end": 130
|
|
21928
22078
|
}
|
|
21929
22079
|
},
|
|
21930
22080
|
"group": [
|
|
@@ -21939,8 +22089,8 @@
|
|
|
21939
22089
|
{
|
|
21940
22090
|
"description": "The border color of hovered TreeView items.\n",
|
|
21941
22091
|
"commentRange": {
|
|
21942
|
-
"start":
|
|
21943
|
-
"end":
|
|
22092
|
+
"start": 131,
|
|
22093
|
+
"end": 132
|
|
21944
22094
|
},
|
|
21945
22095
|
"context": {
|
|
21946
22096
|
"type": "variable",
|
|
@@ -21948,8 +22098,8 @@
|
|
|
21948
22098
|
"value": "$kendo-hover-border",
|
|
21949
22099
|
"scope": "default",
|
|
21950
22100
|
"line": {
|
|
21951
|
-
"start":
|
|
21952
|
-
"end":
|
|
22101
|
+
"start": 133,
|
|
22102
|
+
"end": 133
|
|
21953
22103
|
}
|
|
21954
22104
|
},
|
|
21955
22105
|
"group": [
|
|
@@ -21964,8 +22114,8 @@
|
|
|
21964
22114
|
{
|
|
21965
22115
|
"description": "The background gradient of hovered TreeView items.\n",
|
|
21966
22116
|
"commentRange": {
|
|
21967
|
-
"start":
|
|
21968
|
-
"end":
|
|
22117
|
+
"start": 134,
|
|
22118
|
+
"end": 135
|
|
21969
22119
|
},
|
|
21970
22120
|
"context": {
|
|
21971
22121
|
"type": "variable",
|
|
@@ -21973,8 +22123,8 @@
|
|
|
21973
22123
|
"value": "$kendo-hover-gradient",
|
|
21974
22124
|
"scope": "default",
|
|
21975
22125
|
"line": {
|
|
21976
|
-
"start":
|
|
21977
|
-
"end":
|
|
22126
|
+
"start": 136,
|
|
22127
|
+
"end": 136
|
|
21978
22128
|
}
|
|
21979
22129
|
},
|
|
21980
22130
|
"group": [
|
|
@@ -21989,8 +22139,8 @@
|
|
|
21989
22139
|
{
|
|
21990
22140
|
"description": "The background color of selected TreeView items.\n",
|
|
21991
22141
|
"commentRange": {
|
|
21992
|
-
"start":
|
|
21993
|
-
"end":
|
|
22142
|
+
"start": 138,
|
|
22143
|
+
"end": 139
|
|
21994
22144
|
},
|
|
21995
22145
|
"context": {
|
|
21996
22146
|
"type": "variable",
|
|
@@ -21998,8 +22148,8 @@
|
|
|
21998
22148
|
"value": "$kendo-selected-bg",
|
|
21999
22149
|
"scope": "default",
|
|
22000
22150
|
"line": {
|
|
22001
|
-
"start":
|
|
22002
|
-
"end":
|
|
22151
|
+
"start": 140,
|
|
22152
|
+
"end": 140
|
|
22003
22153
|
}
|
|
22004
22154
|
},
|
|
22005
22155
|
"group": [
|
|
@@ -22014,8 +22164,8 @@
|
|
|
22014
22164
|
{
|
|
22015
22165
|
"description": "The text color of selected TreeView items.\n",
|
|
22016
22166
|
"commentRange": {
|
|
22017
|
-
"start":
|
|
22018
|
-
"end":
|
|
22167
|
+
"start": 141,
|
|
22168
|
+
"end": 142
|
|
22019
22169
|
},
|
|
22020
22170
|
"context": {
|
|
22021
22171
|
"type": "variable",
|
|
@@ -22023,8 +22173,8 @@
|
|
|
22023
22173
|
"value": "$kendo-selected-text",
|
|
22024
22174
|
"scope": "default",
|
|
22025
22175
|
"line": {
|
|
22026
|
-
"start":
|
|
22027
|
-
"end":
|
|
22176
|
+
"start": 143,
|
|
22177
|
+
"end": 143
|
|
22028
22178
|
}
|
|
22029
22179
|
},
|
|
22030
22180
|
"group": [
|
|
@@ -22039,8 +22189,8 @@
|
|
|
22039
22189
|
{
|
|
22040
22190
|
"description": "The border color of selected TreeView items.\n",
|
|
22041
22191
|
"commentRange": {
|
|
22042
|
-
"start":
|
|
22043
|
-
"end":
|
|
22192
|
+
"start": 144,
|
|
22193
|
+
"end": 145
|
|
22044
22194
|
},
|
|
22045
22195
|
"context": {
|
|
22046
22196
|
"type": "variable",
|
|
@@ -22048,8 +22198,8 @@
|
|
|
22048
22198
|
"value": "$kendo-selected-border",
|
|
22049
22199
|
"scope": "default",
|
|
22050
22200
|
"line": {
|
|
22051
|
-
"start":
|
|
22052
|
-
"end":
|
|
22201
|
+
"start": 146,
|
|
22202
|
+
"end": 146
|
|
22053
22203
|
}
|
|
22054
22204
|
},
|
|
22055
22205
|
"group": [
|
|
@@ -22064,8 +22214,8 @@
|
|
|
22064
22214
|
{
|
|
22065
22215
|
"description": "The background gradient of selected TreeView items.\n",
|
|
22066
22216
|
"commentRange": {
|
|
22067
|
-
"start":
|
|
22068
|
-
"end":
|
|
22217
|
+
"start": 147,
|
|
22218
|
+
"end": 148
|
|
22069
22219
|
},
|
|
22070
22220
|
"context": {
|
|
22071
22221
|
"type": "variable",
|
|
@@ -22073,8 +22223,8 @@
|
|
|
22073
22223
|
"value": "$kendo-selected-gradient",
|
|
22074
22224
|
"scope": "default",
|
|
22075
22225
|
"line": {
|
|
22076
|
-
"start":
|
|
22077
|
-
"end":
|
|
22226
|
+
"start": 149,
|
|
22227
|
+
"end": 149
|
|
22078
22228
|
}
|
|
22079
22229
|
},
|
|
22080
22230
|
"group": [
|
|
@@ -22089,8 +22239,8 @@
|
|
|
22089
22239
|
{
|
|
22090
22240
|
"description": "The box shadow of focused TreeView items.\n",
|
|
22091
22241
|
"commentRange": {
|
|
22092
|
-
"start":
|
|
22093
|
-
"end":
|
|
22242
|
+
"start": 151,
|
|
22243
|
+
"end": 152
|
|
22094
22244
|
},
|
|
22095
22245
|
"context": {
|
|
22096
22246
|
"type": "variable",
|
|
@@ -22098,8 +22248,8 @@
|
|
|
22098
22248
|
"value": "$kendo-focus-shadow",
|
|
22099
22249
|
"scope": "default",
|
|
22100
22250
|
"line": {
|
|
22101
|
-
"start":
|
|
22102
|
-
"end":
|
|
22251
|
+
"start": 153,
|
|
22252
|
+
"end": 153
|
|
22103
22253
|
}
|
|
22104
22254
|
},
|
|
22105
22255
|
"group": [
|
|
@@ -22114,8 +22264,8 @@
|
|
|
22114
22264
|
{
|
|
22115
22265
|
"description": "The border color of the Load More button in the TreeView.\n",
|
|
22116
22266
|
"commentRange": {
|
|
22117
|
-
"start":
|
|
22118
|
-
"end":
|
|
22267
|
+
"start": 155,
|
|
22268
|
+
"end": 156
|
|
22119
22269
|
},
|
|
22120
22270
|
"context": {
|
|
22121
22271
|
"type": "variable",
|
|
@@ -22123,8 +22273,8 @@
|
|
|
22123
22273
|
"value": "transparent",
|
|
22124
22274
|
"scope": "default",
|
|
22125
22275
|
"line": {
|
|
22126
|
-
"start":
|
|
22127
|
-
"end":
|
|
22276
|
+
"start": 157,
|
|
22277
|
+
"end": 157
|
|
22128
22278
|
}
|
|
22129
22279
|
},
|
|
22130
22280
|
"group": [
|
|
@@ -22139,8 +22289,8 @@
|
|
|
22139
22289
|
{
|
|
22140
22290
|
"description": "The text color of the Load More button in the TreeView.\n",
|
|
22141
22291
|
"commentRange": {
|
|
22142
|
-
"start":
|
|
22143
|
-
"end":
|
|
22292
|
+
"start": 158,
|
|
22293
|
+
"end": 159
|
|
22144
22294
|
},
|
|
22145
22295
|
"context": {
|
|
22146
22296
|
"type": "variable",
|
|
@@ -22148,8 +22298,8 @@
|
|
|
22148
22298
|
"value": "$kendo-link-text",
|
|
22149
22299
|
"scope": "default",
|
|
22150
22300
|
"line": {
|
|
22151
|
-
"start":
|
|
22152
|
-
"end":
|
|
22301
|
+
"start": 160,
|
|
22302
|
+
"end": 160
|
|
22153
22303
|
}
|
|
22154
22304
|
},
|
|
22155
22305
|
"group": [
|
|
@@ -22164,8 +22314,8 @@
|
|
|
22164
22314
|
{
|
|
22165
22315
|
"description": "The border color of the Load More button in the TreeView.\n",
|
|
22166
22316
|
"commentRange": {
|
|
22167
|
-
"start":
|
|
22168
|
-
"end":
|
|
22317
|
+
"start": 161,
|
|
22318
|
+
"end": 162
|
|
22169
22319
|
},
|
|
22170
22320
|
"context": {
|
|
22171
22321
|
"type": "variable",
|
|
@@ -22173,8 +22323,8 @@
|
|
|
22173
22323
|
"value": "null",
|
|
22174
22324
|
"scope": "default",
|
|
22175
22325
|
"line": {
|
|
22176
|
-
"start":
|
|
22177
|
-
"end":
|
|
22326
|
+
"start": 163,
|
|
22327
|
+
"end": 163
|
|
22178
22328
|
}
|
|
22179
22329
|
},
|
|
22180
22330
|
"group": [
|
|
@@ -22189,8 +22339,8 @@
|
|
|
22189
22339
|
{
|
|
22190
22340
|
"description": "The background color of the hovered Load More button in the TreeView.\n",
|
|
22191
22341
|
"commentRange": {
|
|
22192
|
-
"start":
|
|
22193
|
-
"end":
|
|
22342
|
+
"start": 165,
|
|
22343
|
+
"end": 166
|
|
22194
22344
|
},
|
|
22195
22345
|
"context": {
|
|
22196
22346
|
"type": "variable",
|
|
@@ -22198,8 +22348,8 @@
|
|
|
22198
22348
|
"value": "transparent",
|
|
22199
22349
|
"scope": "default",
|
|
22200
22350
|
"line": {
|
|
22201
|
-
"start":
|
|
22202
|
-
"end":
|
|
22351
|
+
"start": 167,
|
|
22352
|
+
"end": 167
|
|
22203
22353
|
}
|
|
22204
22354
|
},
|
|
22205
22355
|
"group": [
|
|
@@ -22214,8 +22364,8 @@
|
|
|
22214
22364
|
{
|
|
22215
22365
|
"description": "The text color of the hovered Load More button in the TreeView.\n",
|
|
22216
22366
|
"commentRange": {
|
|
22217
|
-
"start":
|
|
22218
|
-
"end":
|
|
22367
|
+
"start": 168,
|
|
22368
|
+
"end": 169
|
|
22219
22369
|
},
|
|
22220
22370
|
"context": {
|
|
22221
22371
|
"type": "variable",
|
|
@@ -22223,8 +22373,8 @@
|
|
|
22223
22373
|
"value": "$kendo-link-hover-text",
|
|
22224
22374
|
"scope": "default",
|
|
22225
22375
|
"line": {
|
|
22226
|
-
"start":
|
|
22227
|
-
"end":
|
|
22376
|
+
"start": 170,
|
|
22377
|
+
"end": 170
|
|
22228
22378
|
}
|
|
22229
22379
|
},
|
|
22230
22380
|
"group": [
|
|
@@ -22239,8 +22389,8 @@
|
|
|
22239
22389
|
{
|
|
22240
22390
|
"description": "The border color of the hovered Load More button in the TreeView.\n",
|
|
22241
22391
|
"commentRange": {
|
|
22242
|
-
"start":
|
|
22243
|
-
"end":
|
|
22392
|
+
"start": 171,
|
|
22393
|
+
"end": 172
|
|
22244
22394
|
},
|
|
22245
22395
|
"context": {
|
|
22246
22396
|
"type": "variable",
|
|
@@ -22248,8 +22398,8 @@
|
|
|
22248
22398
|
"value": "null",
|
|
22249
22399
|
"scope": "default",
|
|
22250
22400
|
"line": {
|
|
22251
|
-
"start":
|
|
22252
|
-
"end":
|
|
22401
|
+
"start": 173,
|
|
22402
|
+
"end": 173
|
|
22253
22403
|
}
|
|
22254
22404
|
},
|
|
22255
22405
|
"group": [
|
|
@@ -22264,8 +22414,8 @@
|
|
|
22264
22414
|
{
|
|
22265
22415
|
"description": "The background color of the focused Load More button in the TreeView.\n",
|
|
22266
22416
|
"commentRange": {
|
|
22267
|
-
"start":
|
|
22268
|
-
"end":
|
|
22417
|
+
"start": 175,
|
|
22418
|
+
"end": 176
|
|
22269
22419
|
},
|
|
22270
22420
|
"context": {
|
|
22271
22421
|
"type": "variable",
|
|
@@ -22273,8 +22423,8 @@
|
|
|
22273
22423
|
"value": "transparent",
|
|
22274
22424
|
"scope": "default",
|
|
22275
22425
|
"line": {
|
|
22276
|
-
"start":
|
|
22277
|
-
"end":
|
|
22426
|
+
"start": 177,
|
|
22427
|
+
"end": 177
|
|
22278
22428
|
}
|
|
22279
22429
|
},
|
|
22280
22430
|
"group": [
|
|
@@ -22289,8 +22439,8 @@
|
|
|
22289
22439
|
{
|
|
22290
22440
|
"description": "The text color of the focused Load More button in the TreeView.\n",
|
|
22291
22441
|
"commentRange": {
|
|
22292
|
-
"start":
|
|
22293
|
-
"end":
|
|
22442
|
+
"start": 178,
|
|
22443
|
+
"end": 179
|
|
22294
22444
|
},
|
|
22295
22445
|
"context": {
|
|
22296
22446
|
"type": "variable",
|
|
@@ -22298,8 +22448,8 @@
|
|
|
22298
22448
|
"value": "$kendo-link-hover-text",
|
|
22299
22449
|
"scope": "default",
|
|
22300
22450
|
"line": {
|
|
22301
|
-
"start":
|
|
22302
|
-
"end":
|
|
22451
|
+
"start": 180,
|
|
22452
|
+
"end": 180
|
|
22303
22453
|
}
|
|
22304
22454
|
},
|
|
22305
22455
|
"group": [
|
|
@@ -22314,8 +22464,8 @@
|
|
|
22314
22464
|
{
|
|
22315
22465
|
"description": "The border color of the focused Load More button in the TreeView.\n",
|
|
22316
22466
|
"commentRange": {
|
|
22317
|
-
"start":
|
|
22318
|
-
"end":
|
|
22467
|
+
"start": 181,
|
|
22468
|
+
"end": 182
|
|
22319
22469
|
},
|
|
22320
22470
|
"context": {
|
|
22321
22471
|
"type": "variable",
|
|
@@ -22323,8 +22473,8 @@
|
|
|
22323
22473
|
"value": "null",
|
|
22324
22474
|
"scope": "default",
|
|
22325
22475
|
"line": {
|
|
22326
|
-
"start":
|
|
22327
|
-
"end":
|
|
22476
|
+
"start": 183,
|
|
22477
|
+
"end": 183
|
|
22328
22478
|
}
|
|
22329
22479
|
},
|
|
22330
22480
|
"group": [
|
|
@@ -22339,8 +22489,8 @@
|
|
|
22339
22489
|
{
|
|
22340
22490
|
"description": "The box shadow of the focused Load More button in the TreeView.\n",
|
|
22341
22491
|
"commentRange": {
|
|
22342
|
-
"start":
|
|
22343
|
-
"end":
|
|
22492
|
+
"start": 184,
|
|
22493
|
+
"end": 185
|
|
22344
22494
|
},
|
|
22345
22495
|
"context": {
|
|
22346
22496
|
"type": "variable",
|
|
@@ -22348,8 +22498,8 @@
|
|
|
22348
22498
|
"value": "$kendo-treeview-item-focus-shadow",
|
|
22349
22499
|
"scope": "default",
|
|
22350
22500
|
"line": {
|
|
22351
|
-
"start":
|
|
22352
|
-
"end":
|
|
22501
|
+
"start": 186,
|
|
22502
|
+
"end": 186
|
|
22353
22503
|
}
|
|
22354
22504
|
},
|
|
22355
22505
|
"group": [
|