@progress/kendo-theme-material 7.1.0-dev.6 → 7.1.0-dev.7
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 +168 -11
- package/dist/all.scss +228 -10
- package/dist/meta/sassdoc-data.json +604 -388
- package/dist/meta/sassdoc-raw-data.json +292 -192
- package/dist/meta/variables.json +34 -2
- package/lib/swatches/material-aqua-dark.json +1 -1
- package/lib/swatches/material-arctic.json +1 -1
- package/lib/swatches/material-burnt-teal.json +1 -1
- package/lib/swatches/material-dataviz-v4.json +1 -1
- package/lib/swatches/material-eggplant.json +1 -1
- package/lib/swatches/material-lime-dark.json +1 -1
- package/lib/swatches/material-lime.json +1 -1
- package/lib/swatches/material-main-dark.json +1 -1
- package/lib/swatches/material-main.json +1 -1
- package/lib/swatches/material-nova.json +1 -1
- package/lib/swatches/material-pacific-dark.json +1 -1
- package/lib/swatches/material-pacific.json +1 -1
- package/lib/swatches/material-sky-dark.json +1 -1
- package/lib/swatches/material-sky.json +1 -1
- package/lib/swatches/material-smoke.json +1 -1
- package/package.json +5 -5
- package/scss/_variables.scss +5 -0
- package/scss/input/_variables.scss +15 -1
|
@@ -20748,8 +20748,8 @@
|
|
|
20748
20748
|
},
|
|
20749
20749
|
"context": {
|
|
20750
20750
|
"type": "variable",
|
|
20751
|
-
"name": "kendo-input-separator-
|
|
20752
|
-
"value": "$kendo-
|
|
20751
|
+
"name": "kendo-input-separator-text",
|
|
20752
|
+
"value": "rgba( $kendo-component-border, .12 )",
|
|
20753
20753
|
"scope": "default",
|
|
20754
20754
|
"line": {
|
|
20755
20755
|
"start": 271,
|
|
@@ -20791,15 +20791,15 @@
|
|
|
20791
20791
|
}
|
|
20792
20792
|
},
|
|
20793
20793
|
{
|
|
20794
|
-
"description": "The
|
|
20794
|
+
"description": "The text color of the Input prefix.\n",
|
|
20795
20795
|
"commentRange": {
|
|
20796
20796
|
"start": 276,
|
|
20797
20797
|
"end": 277
|
|
20798
20798
|
},
|
|
20799
20799
|
"context": {
|
|
20800
20800
|
"type": "variable",
|
|
20801
|
-
"name": "kendo-input-
|
|
20802
|
-
"value": "$kendo-
|
|
20801
|
+
"name": "kendo-input-prefix-text",
|
|
20802
|
+
"value": "$kendo-subtle-text",
|
|
20803
20803
|
"scope": "default",
|
|
20804
20804
|
"line": {
|
|
20805
20805
|
"start": 278,
|
|
@@ -20816,15 +20816,15 @@
|
|
|
20816
20816
|
}
|
|
20817
20817
|
},
|
|
20818
20818
|
{
|
|
20819
|
-
"description": "The
|
|
20819
|
+
"description": "The text color of the Input suffix.\n",
|
|
20820
20820
|
"commentRange": {
|
|
20821
20821
|
"start": 279,
|
|
20822
20822
|
"end": 280
|
|
20823
20823
|
},
|
|
20824
20824
|
"context": {
|
|
20825
20825
|
"type": "variable",
|
|
20826
|
-
"name": "kendo-input-
|
|
20827
|
-
"value": "$kendo-
|
|
20826
|
+
"name": "kendo-input-suffix-text",
|
|
20827
|
+
"value": "$kendo-subtle-text",
|
|
20828
20828
|
"scope": "default",
|
|
20829
20829
|
"line": {
|
|
20830
20830
|
"start": 281,
|
|
@@ -20840,6 +20840,106 @@
|
|
|
20840
20840
|
"name": "_variables.scss"
|
|
20841
20841
|
}
|
|
20842
20842
|
},
|
|
20843
|
+
{
|
|
20844
|
+
"description": "The border color of the invalid Input components.\n",
|
|
20845
|
+
"commentRange": {
|
|
20846
|
+
"start": 283,
|
|
20847
|
+
"end": 284
|
|
20848
|
+
},
|
|
20849
|
+
"context": {
|
|
20850
|
+
"type": "variable",
|
|
20851
|
+
"name": "kendo-input-invalid-border",
|
|
20852
|
+
"value": "$kendo-invalid-border",
|
|
20853
|
+
"scope": "default",
|
|
20854
|
+
"line": {
|
|
20855
|
+
"start": 285,
|
|
20856
|
+
"end": 285
|
|
20857
|
+
}
|
|
20858
|
+
},
|
|
20859
|
+
"group": [
|
|
20860
|
+
"input"
|
|
20861
|
+
],
|
|
20862
|
+
"access": "public",
|
|
20863
|
+
"file": {
|
|
20864
|
+
"path": "input/_variables.scss",
|
|
20865
|
+
"name": "_variables.scss"
|
|
20866
|
+
}
|
|
20867
|
+
},
|
|
20868
|
+
{
|
|
20869
|
+
"description": "The shadow of the invalid Input components.\n",
|
|
20870
|
+
"commentRange": {
|
|
20871
|
+
"start": 286,
|
|
20872
|
+
"end": 287
|
|
20873
|
+
},
|
|
20874
|
+
"context": {
|
|
20875
|
+
"type": "variable",
|
|
20876
|
+
"name": "kendo-input-invalid-shadow",
|
|
20877
|
+
"value": "$kendo-invalid-shadow",
|
|
20878
|
+
"scope": "default",
|
|
20879
|
+
"line": {
|
|
20880
|
+
"start": 288,
|
|
20881
|
+
"end": 288
|
|
20882
|
+
}
|
|
20883
|
+
},
|
|
20884
|
+
"group": [
|
|
20885
|
+
"input"
|
|
20886
|
+
],
|
|
20887
|
+
"access": "public",
|
|
20888
|
+
"file": {
|
|
20889
|
+
"path": "input/_variables.scss",
|
|
20890
|
+
"name": "_variables.scss"
|
|
20891
|
+
}
|
|
20892
|
+
},
|
|
20893
|
+
{
|
|
20894
|
+
"description": "The border color of the valid Input components.\n",
|
|
20895
|
+
"commentRange": {
|
|
20896
|
+
"start": 290,
|
|
20897
|
+
"end": 291
|
|
20898
|
+
},
|
|
20899
|
+
"context": {
|
|
20900
|
+
"type": "variable",
|
|
20901
|
+
"name": "kendo-input-valid-border",
|
|
20902
|
+
"value": "$kendo-valid-border",
|
|
20903
|
+
"scope": "default",
|
|
20904
|
+
"line": {
|
|
20905
|
+
"start": 292,
|
|
20906
|
+
"end": 292
|
|
20907
|
+
}
|
|
20908
|
+
},
|
|
20909
|
+
"group": [
|
|
20910
|
+
"input"
|
|
20911
|
+
],
|
|
20912
|
+
"access": "public",
|
|
20913
|
+
"file": {
|
|
20914
|
+
"path": "input/_variables.scss",
|
|
20915
|
+
"name": "_variables.scss"
|
|
20916
|
+
}
|
|
20917
|
+
},
|
|
20918
|
+
{
|
|
20919
|
+
"description": "The shadow of the valid Input components.\n",
|
|
20920
|
+
"commentRange": {
|
|
20921
|
+
"start": 293,
|
|
20922
|
+
"end": 294
|
|
20923
|
+
},
|
|
20924
|
+
"context": {
|
|
20925
|
+
"type": "variable",
|
|
20926
|
+
"name": "kendo-input-valid-shadow",
|
|
20927
|
+
"value": "$kendo-valid-shadow",
|
|
20928
|
+
"scope": "default",
|
|
20929
|
+
"line": {
|
|
20930
|
+
"start": 295,
|
|
20931
|
+
"end": 295
|
|
20932
|
+
}
|
|
20933
|
+
},
|
|
20934
|
+
"group": [
|
|
20935
|
+
"input"
|
|
20936
|
+
],
|
|
20937
|
+
"access": "public",
|
|
20938
|
+
"file": {
|
|
20939
|
+
"path": "input/_variables.scss",
|
|
20940
|
+
"name": "_variables.scss"
|
|
20941
|
+
}
|
|
20942
|
+
},
|
|
20843
20943
|
{
|
|
20844
20944
|
"description": "The font family of the List components.\n",
|
|
20845
20945
|
"commentRange": {
|
|
@@ -26668,8 +26768,8 @@
|
|
|
26668
26768
|
{
|
|
26669
26769
|
"description": "The background color of the Picker components.\n",
|
|
26670
26770
|
"commentRange": {
|
|
26671
|
-
"start":
|
|
26672
|
-
"end":
|
|
26771
|
+
"start": 297,
|
|
26772
|
+
"end": 298
|
|
26673
26773
|
},
|
|
26674
26774
|
"context": {
|
|
26675
26775
|
"type": "variable",
|
|
@@ -26677,8 +26777,8 @@
|
|
|
26677
26777
|
"value": "$kendo-input-bg",
|
|
26678
26778
|
"scope": "default",
|
|
26679
26779
|
"line": {
|
|
26680
|
-
"start":
|
|
26681
|
-
"end":
|
|
26780
|
+
"start": 299,
|
|
26781
|
+
"end": 299
|
|
26682
26782
|
}
|
|
26683
26783
|
},
|
|
26684
26784
|
"group": [
|
|
@@ -26693,8 +26793,8 @@
|
|
|
26693
26793
|
{
|
|
26694
26794
|
"description": "The text color of the Picker components.\n",
|
|
26695
26795
|
"commentRange": {
|
|
26696
|
-
"start":
|
|
26697
|
-
"end":
|
|
26796
|
+
"start": 300,
|
|
26797
|
+
"end": 301
|
|
26698
26798
|
},
|
|
26699
26799
|
"context": {
|
|
26700
26800
|
"type": "variable",
|
|
@@ -26702,8 +26802,8 @@
|
|
|
26702
26802
|
"value": "$kendo-input-text",
|
|
26703
26803
|
"scope": "default",
|
|
26704
26804
|
"line": {
|
|
26705
|
-
"start":
|
|
26706
|
-
"end":
|
|
26805
|
+
"start": 302,
|
|
26806
|
+
"end": 302
|
|
26707
26807
|
}
|
|
26708
26808
|
},
|
|
26709
26809
|
"group": [
|
|
@@ -26718,8 +26818,8 @@
|
|
|
26718
26818
|
{
|
|
26719
26819
|
"description": "The border color of the Picker components.\n",
|
|
26720
26820
|
"commentRange": {
|
|
26721
|
-
"start":
|
|
26722
|
-
"end":
|
|
26821
|
+
"start": 303,
|
|
26822
|
+
"end": 304
|
|
26723
26823
|
},
|
|
26724
26824
|
"context": {
|
|
26725
26825
|
"type": "variable",
|
|
@@ -26727,8 +26827,8 @@
|
|
|
26727
26827
|
"value": "$kendo-input-border",
|
|
26728
26828
|
"scope": "default",
|
|
26729
26829
|
"line": {
|
|
26730
|
-
"start":
|
|
26731
|
-
"end":
|
|
26830
|
+
"start": 305,
|
|
26831
|
+
"end": 305
|
|
26732
26832
|
}
|
|
26733
26833
|
},
|
|
26734
26834
|
"group": [
|
|
@@ -26743,8 +26843,8 @@
|
|
|
26743
26843
|
{
|
|
26744
26844
|
"description": "The gradient of the Picker components.\n",
|
|
26745
26845
|
"commentRange": {
|
|
26746
|
-
"start":
|
|
26747
|
-
"end":
|
|
26846
|
+
"start": 306,
|
|
26847
|
+
"end": 307
|
|
26748
26848
|
},
|
|
26749
26849
|
"context": {
|
|
26750
26850
|
"type": "variable",
|
|
@@ -26752,8 +26852,8 @@
|
|
|
26752
26852
|
"value": "null",
|
|
26753
26853
|
"scope": "default",
|
|
26754
26854
|
"line": {
|
|
26755
|
-
"start":
|
|
26756
|
-
"end":
|
|
26855
|
+
"start": 308,
|
|
26856
|
+
"end": 308
|
|
26757
26857
|
}
|
|
26758
26858
|
},
|
|
26759
26859
|
"group": [
|
|
@@ -26768,8 +26868,8 @@
|
|
|
26768
26868
|
{
|
|
26769
26869
|
"description": "The shadow of the Picker components.\n",
|
|
26770
26870
|
"commentRange": {
|
|
26771
|
-
"start":
|
|
26772
|
-
"end":
|
|
26871
|
+
"start": 309,
|
|
26872
|
+
"end": 310
|
|
26773
26873
|
},
|
|
26774
26874
|
"context": {
|
|
26775
26875
|
"type": "variable",
|
|
@@ -26777,8 +26877,8 @@
|
|
|
26777
26877
|
"value": "$kendo-input-shadow",
|
|
26778
26878
|
"scope": "default",
|
|
26779
26879
|
"line": {
|
|
26780
|
-
"start":
|
|
26781
|
-
"end":
|
|
26880
|
+
"start": 311,
|
|
26881
|
+
"end": 311
|
|
26782
26882
|
}
|
|
26783
26883
|
},
|
|
26784
26884
|
"group": [
|
|
@@ -26793,8 +26893,8 @@
|
|
|
26793
26893
|
{
|
|
26794
26894
|
"description": "The background color of the hovered Picker components.\n",
|
|
26795
26895
|
"commentRange": {
|
|
26796
|
-
"start":
|
|
26797
|
-
"end":
|
|
26896
|
+
"start": 313,
|
|
26897
|
+
"end": 314
|
|
26798
26898
|
},
|
|
26799
26899
|
"context": {
|
|
26800
26900
|
"type": "variable",
|
|
@@ -26802,8 +26902,8 @@
|
|
|
26802
26902
|
"value": "$kendo-input-hover-bg",
|
|
26803
26903
|
"scope": "default",
|
|
26804
26904
|
"line": {
|
|
26805
|
-
"start":
|
|
26806
|
-
"end":
|
|
26905
|
+
"start": 315,
|
|
26906
|
+
"end": 315
|
|
26807
26907
|
}
|
|
26808
26908
|
},
|
|
26809
26909
|
"group": [
|
|
@@ -26818,8 +26918,8 @@
|
|
|
26818
26918
|
{
|
|
26819
26919
|
"description": "The text color of the hovered Picker components.\n",
|
|
26820
26920
|
"commentRange": {
|
|
26821
|
-
"start":
|
|
26822
|
-
"end":
|
|
26921
|
+
"start": 316,
|
|
26922
|
+
"end": 317
|
|
26823
26923
|
},
|
|
26824
26924
|
"context": {
|
|
26825
26925
|
"type": "variable",
|
|
@@ -26827,8 +26927,8 @@
|
|
|
26827
26927
|
"value": "$kendo-input-hover-text",
|
|
26828
26928
|
"scope": "default",
|
|
26829
26929
|
"line": {
|
|
26830
|
-
"start":
|
|
26831
|
-
"end":
|
|
26930
|
+
"start": 318,
|
|
26931
|
+
"end": 318
|
|
26832
26932
|
}
|
|
26833
26933
|
},
|
|
26834
26934
|
"group": [
|
|
@@ -26843,8 +26943,8 @@
|
|
|
26843
26943
|
{
|
|
26844
26944
|
"description": "The border color of the hovered Picker components.\n",
|
|
26845
26945
|
"commentRange": {
|
|
26846
|
-
"start":
|
|
26847
|
-
"end":
|
|
26946
|
+
"start": 319,
|
|
26947
|
+
"end": 320
|
|
26848
26948
|
},
|
|
26849
26949
|
"context": {
|
|
26850
26950
|
"type": "variable",
|
|
@@ -26852,8 +26952,8 @@
|
|
|
26852
26952
|
"value": "$kendo-input-hover-border",
|
|
26853
26953
|
"scope": "default",
|
|
26854
26954
|
"line": {
|
|
26855
|
-
"start":
|
|
26856
|
-
"end":
|
|
26955
|
+
"start": 321,
|
|
26956
|
+
"end": 321
|
|
26857
26957
|
}
|
|
26858
26958
|
},
|
|
26859
26959
|
"group": [
|
|
@@ -26868,8 +26968,8 @@
|
|
|
26868
26968
|
{
|
|
26869
26969
|
"description": "The gradient of the hovered Picker components.\n",
|
|
26870
26970
|
"commentRange": {
|
|
26871
|
-
"start":
|
|
26872
|
-
"end":
|
|
26971
|
+
"start": 322,
|
|
26972
|
+
"end": 323
|
|
26873
26973
|
},
|
|
26874
26974
|
"context": {
|
|
26875
26975
|
"type": "variable",
|
|
@@ -26877,8 +26977,8 @@
|
|
|
26877
26977
|
"value": "null",
|
|
26878
26978
|
"scope": "default",
|
|
26879
26979
|
"line": {
|
|
26880
|
-
"start":
|
|
26881
|
-
"end":
|
|
26980
|
+
"start": 324,
|
|
26981
|
+
"end": 324
|
|
26882
26982
|
}
|
|
26883
26983
|
},
|
|
26884
26984
|
"group": [
|
|
@@ -26893,8 +26993,8 @@
|
|
|
26893
26993
|
{
|
|
26894
26994
|
"description": "The shadow of the hovered Picker components.\n",
|
|
26895
26995
|
"commentRange": {
|
|
26896
|
-
"start":
|
|
26897
|
-
"end":
|
|
26996
|
+
"start": 325,
|
|
26997
|
+
"end": 326
|
|
26898
26998
|
},
|
|
26899
26999
|
"context": {
|
|
26900
27000
|
"type": "variable",
|
|
@@ -26902,8 +27002,8 @@
|
|
|
26902
27002
|
"value": "$kendo-input-hover-shadow",
|
|
26903
27003
|
"scope": "default",
|
|
26904
27004
|
"line": {
|
|
26905
|
-
"start":
|
|
26906
|
-
"end":
|
|
27005
|
+
"start": 327,
|
|
27006
|
+
"end": 327
|
|
26907
27007
|
}
|
|
26908
27008
|
},
|
|
26909
27009
|
"group": [
|
|
@@ -26918,8 +27018,8 @@
|
|
|
26918
27018
|
{
|
|
26919
27019
|
"description": "The background color of the focused Picker components.\n",
|
|
26920
27020
|
"commentRange": {
|
|
26921
|
-
"start":
|
|
26922
|
-
"end":
|
|
27021
|
+
"start": 329,
|
|
27022
|
+
"end": 330
|
|
26923
27023
|
},
|
|
26924
27024
|
"context": {
|
|
26925
27025
|
"type": "variable",
|
|
@@ -26927,8 +27027,8 @@
|
|
|
26927
27027
|
"value": "$kendo-input-focus-bg",
|
|
26928
27028
|
"scope": "default",
|
|
26929
27029
|
"line": {
|
|
26930
|
-
"start":
|
|
26931
|
-
"end":
|
|
27030
|
+
"start": 331,
|
|
27031
|
+
"end": 331
|
|
26932
27032
|
}
|
|
26933
27033
|
},
|
|
26934
27034
|
"group": [
|
|
@@ -26943,8 +27043,8 @@
|
|
|
26943
27043
|
{
|
|
26944
27044
|
"description": "The text color of the focused Picker components.\n",
|
|
26945
27045
|
"commentRange": {
|
|
26946
|
-
"start":
|
|
26947
|
-
"end":
|
|
27046
|
+
"start": 332,
|
|
27047
|
+
"end": 333
|
|
26948
27048
|
},
|
|
26949
27049
|
"context": {
|
|
26950
27050
|
"type": "variable",
|
|
@@ -26952,8 +27052,8 @@
|
|
|
26952
27052
|
"value": "$kendo-input-focus-text",
|
|
26953
27053
|
"scope": "default",
|
|
26954
27054
|
"line": {
|
|
26955
|
-
"start":
|
|
26956
|
-
"end":
|
|
27055
|
+
"start": 334,
|
|
27056
|
+
"end": 334
|
|
26957
27057
|
}
|
|
26958
27058
|
},
|
|
26959
27059
|
"group": [
|
|
@@ -26968,8 +27068,8 @@
|
|
|
26968
27068
|
{
|
|
26969
27069
|
"description": "The border color of the focused Picker components.\n",
|
|
26970
27070
|
"commentRange": {
|
|
26971
|
-
"start":
|
|
26972
|
-
"end":
|
|
27071
|
+
"start": 335,
|
|
27072
|
+
"end": 336
|
|
26973
27073
|
},
|
|
26974
27074
|
"context": {
|
|
26975
27075
|
"type": "variable",
|
|
@@ -26977,8 +27077,8 @@
|
|
|
26977
27077
|
"value": "$kendo-input-focus-border",
|
|
26978
27078
|
"scope": "default",
|
|
26979
27079
|
"line": {
|
|
26980
|
-
"start":
|
|
26981
|
-
"end":
|
|
27080
|
+
"start": 337,
|
|
27081
|
+
"end": 337
|
|
26982
27082
|
}
|
|
26983
27083
|
},
|
|
26984
27084
|
"group": [
|
|
@@ -26993,8 +27093,8 @@
|
|
|
26993
27093
|
{
|
|
26994
27094
|
"description": "The gradient of the focused Picker components.\n",
|
|
26995
27095
|
"commentRange": {
|
|
26996
|
-
"start":
|
|
26997
|
-
"end":
|
|
27096
|
+
"start": 338,
|
|
27097
|
+
"end": 339
|
|
26998
27098
|
},
|
|
26999
27099
|
"context": {
|
|
27000
27100
|
"type": "variable",
|
|
@@ -27002,8 +27102,8 @@
|
|
|
27002
27102
|
"value": "null",
|
|
27003
27103
|
"scope": "default",
|
|
27004
27104
|
"line": {
|
|
27005
|
-
"start":
|
|
27006
|
-
"end":
|
|
27105
|
+
"start": 340,
|
|
27106
|
+
"end": 340
|
|
27007
27107
|
}
|
|
27008
27108
|
},
|
|
27009
27109
|
"group": [
|
|
@@ -27018,8 +27118,8 @@
|
|
|
27018
27118
|
{
|
|
27019
27119
|
"description": "The shadow of the focused Picker components.\n",
|
|
27020
27120
|
"commentRange": {
|
|
27021
|
-
"start":
|
|
27022
|
-
"end":
|
|
27121
|
+
"start": 341,
|
|
27122
|
+
"end": 342
|
|
27023
27123
|
},
|
|
27024
27124
|
"context": {
|
|
27025
27125
|
"type": "variable",
|
|
@@ -27027,8 +27127,8 @@
|
|
|
27027
27127
|
"value": "$kendo-input-focus-shadow",
|
|
27028
27128
|
"scope": "default",
|
|
27029
27129
|
"line": {
|
|
27030
|
-
"start":
|
|
27031
|
-
"end":
|
|
27130
|
+
"start": 343,
|
|
27131
|
+
"end": 343
|
|
27032
27132
|
}
|
|
27033
27133
|
},
|
|
27034
27134
|
"group": [
|
|
@@ -27043,8 +27143,8 @@
|
|
|
27043
27143
|
{
|
|
27044
27144
|
"description": "The background color of the disabled Picker components.\n",
|
|
27045
27145
|
"commentRange": {
|
|
27046
|
-
"start":
|
|
27047
|
-
"end":
|
|
27146
|
+
"start": 345,
|
|
27147
|
+
"end": 346
|
|
27048
27148
|
},
|
|
27049
27149
|
"context": {
|
|
27050
27150
|
"type": "variable",
|
|
@@ -27052,8 +27152,8 @@
|
|
|
27052
27152
|
"value": "$kendo-input-disabled-bg",
|
|
27053
27153
|
"scope": "default",
|
|
27054
27154
|
"line": {
|
|
27055
|
-
"start":
|
|
27056
|
-
"end":
|
|
27155
|
+
"start": 347,
|
|
27156
|
+
"end": 347
|
|
27057
27157
|
}
|
|
27058
27158
|
},
|
|
27059
27159
|
"group": [
|
|
@@ -27068,8 +27168,8 @@
|
|
|
27068
27168
|
{
|
|
27069
27169
|
"description": "The text color of the disabled Picker components.\n",
|
|
27070
27170
|
"commentRange": {
|
|
27071
|
-
"start":
|
|
27072
|
-
"end":
|
|
27171
|
+
"start": 348,
|
|
27172
|
+
"end": 349
|
|
27073
27173
|
},
|
|
27074
27174
|
"context": {
|
|
27075
27175
|
"type": "variable",
|
|
@@ -27077,8 +27177,8 @@
|
|
|
27077
27177
|
"value": "$kendo-input-disabled-text",
|
|
27078
27178
|
"scope": "default",
|
|
27079
27179
|
"line": {
|
|
27080
|
-
"start":
|
|
27081
|
-
"end":
|
|
27180
|
+
"start": 350,
|
|
27181
|
+
"end": 350
|
|
27082
27182
|
}
|
|
27083
27183
|
},
|
|
27084
27184
|
"group": [
|
|
@@ -27093,8 +27193,8 @@
|
|
|
27093
27193
|
{
|
|
27094
27194
|
"description": "The border color of the disabled Picker components.\n",
|
|
27095
27195
|
"commentRange": {
|
|
27096
|
-
"start":
|
|
27097
|
-
"end":
|
|
27196
|
+
"start": 351,
|
|
27197
|
+
"end": 352
|
|
27098
27198
|
},
|
|
27099
27199
|
"context": {
|
|
27100
27200
|
"type": "variable",
|
|
@@ -27102,8 +27202,8 @@
|
|
|
27102
27202
|
"value": "$kendo-input-disabled-border",
|
|
27103
27203
|
"scope": "default",
|
|
27104
27204
|
"line": {
|
|
27105
|
-
"start":
|
|
27106
|
-
"end":
|
|
27205
|
+
"start": 353,
|
|
27206
|
+
"end": 353
|
|
27107
27207
|
}
|
|
27108
27208
|
},
|
|
27109
27209
|
"group": [
|
|
@@ -27118,8 +27218,8 @@
|
|
|
27118
27218
|
{
|
|
27119
27219
|
"description": "The gradient of the disabled Picker components.\n",
|
|
27120
27220
|
"commentRange": {
|
|
27121
|
-
"start":
|
|
27122
|
-
"end":
|
|
27221
|
+
"start": 354,
|
|
27222
|
+
"end": 355
|
|
27123
27223
|
},
|
|
27124
27224
|
"context": {
|
|
27125
27225
|
"type": "variable",
|
|
@@ -27127,8 +27227,8 @@
|
|
|
27127
27227
|
"value": "null",
|
|
27128
27228
|
"scope": "default",
|
|
27129
27229
|
"line": {
|
|
27130
|
-
"start":
|
|
27131
|
-
"end":
|
|
27230
|
+
"start": 356,
|
|
27231
|
+
"end": 356
|
|
27132
27232
|
}
|
|
27133
27233
|
},
|
|
27134
27234
|
"group": [
|
|
@@ -27143,8 +27243,8 @@
|
|
|
27143
27243
|
{
|
|
27144
27244
|
"description": "The shadow of the disabled Picker components.\n",
|
|
27145
27245
|
"commentRange": {
|
|
27146
|
-
"start":
|
|
27147
|
-
"end":
|
|
27246
|
+
"start": 357,
|
|
27247
|
+
"end": 358
|
|
27148
27248
|
},
|
|
27149
27249
|
"context": {
|
|
27150
27250
|
"type": "variable",
|
|
@@ -27152,8 +27252,8 @@
|
|
|
27152
27252
|
"value": "null",
|
|
27153
27253
|
"scope": "default",
|
|
27154
27254
|
"line": {
|
|
27155
|
-
"start":
|
|
27156
|
-
"end":
|
|
27255
|
+
"start": 359,
|
|
27256
|
+
"end": 359
|
|
27157
27257
|
}
|
|
27158
27258
|
},
|
|
27159
27259
|
"group": [
|
|
@@ -27168,8 +27268,8 @@
|
|
|
27168
27268
|
{
|
|
27169
27269
|
"description": "The background color of the outline Picker components.\n",
|
|
27170
27270
|
"commentRange": {
|
|
27171
|
-
"start":
|
|
27172
|
-
"end":
|
|
27271
|
+
"start": 361,
|
|
27272
|
+
"end": 362
|
|
27173
27273
|
},
|
|
27174
27274
|
"context": {
|
|
27175
27275
|
"type": "variable",
|
|
@@ -27177,8 +27277,8 @@
|
|
|
27177
27277
|
"value": "null",
|
|
27178
27278
|
"scope": "default",
|
|
27179
27279
|
"line": {
|
|
27180
|
-
"start":
|
|
27181
|
-
"end":
|
|
27280
|
+
"start": 363,
|
|
27281
|
+
"end": 363
|
|
27182
27282
|
}
|
|
27183
27283
|
},
|
|
27184
27284
|
"group": [
|
|
@@ -27193,8 +27293,8 @@
|
|
|
27193
27293
|
{
|
|
27194
27294
|
"description": "The text color of the outline Picker components.\n",
|
|
27195
27295
|
"commentRange": {
|
|
27196
|
-
"start":
|
|
27197
|
-
"end":
|
|
27296
|
+
"start": 364,
|
|
27297
|
+
"end": 365
|
|
27198
27298
|
},
|
|
27199
27299
|
"context": {
|
|
27200
27300
|
"type": "variable",
|
|
@@ -27202,8 +27302,8 @@
|
|
|
27202
27302
|
"value": "$kendo-picker-text",
|
|
27203
27303
|
"scope": "default",
|
|
27204
27304
|
"line": {
|
|
27205
|
-
"start":
|
|
27206
|
-
"end":
|
|
27305
|
+
"start": 366,
|
|
27306
|
+
"end": 366
|
|
27207
27307
|
}
|
|
27208
27308
|
},
|
|
27209
27309
|
"group": [
|
|
@@ -27218,8 +27318,8 @@
|
|
|
27218
27318
|
{
|
|
27219
27319
|
"description": "The border color of the outline Picker components.\n",
|
|
27220
27320
|
"commentRange": {
|
|
27221
|
-
"start":
|
|
27222
|
-
"end":
|
|
27321
|
+
"start": 367,
|
|
27322
|
+
"end": 368
|
|
27223
27323
|
},
|
|
27224
27324
|
"context": {
|
|
27225
27325
|
"type": "variable",
|
|
@@ -27227,8 +27327,8 @@
|
|
|
27227
27327
|
"value": "$kendo-picker-border",
|
|
27228
27328
|
"scope": "default",
|
|
27229
27329
|
"line": {
|
|
27230
|
-
"start":
|
|
27231
|
-
"end":
|
|
27330
|
+
"start": 369,
|
|
27331
|
+
"end": 369
|
|
27232
27332
|
}
|
|
27233
27333
|
},
|
|
27234
27334
|
"group": [
|
|
@@ -27243,8 +27343,8 @@
|
|
|
27243
27343
|
{
|
|
27244
27344
|
"description": "The background color of the outline hovered Picker components.\n",
|
|
27245
27345
|
"commentRange": {
|
|
27246
|
-
"start":
|
|
27247
|
-
"end":
|
|
27346
|
+
"start": 371,
|
|
27347
|
+
"end": 372
|
|
27248
27348
|
},
|
|
27249
27349
|
"context": {
|
|
27250
27350
|
"type": "variable",
|
|
@@ -27252,8 +27352,8 @@
|
|
|
27252
27352
|
"value": "null",
|
|
27253
27353
|
"scope": "default",
|
|
27254
27354
|
"line": {
|
|
27255
|
-
"start":
|
|
27256
|
-
"end":
|
|
27355
|
+
"start": 373,
|
|
27356
|
+
"end": 373
|
|
27257
27357
|
}
|
|
27258
27358
|
},
|
|
27259
27359
|
"group": [
|
|
@@ -27268,8 +27368,8 @@
|
|
|
27268
27368
|
{
|
|
27269
27369
|
"description": "The text color of the outline hovered Picker components.\n",
|
|
27270
27370
|
"commentRange": {
|
|
27271
|
-
"start":
|
|
27272
|
-
"end":
|
|
27371
|
+
"start": 374,
|
|
27372
|
+
"end": 375
|
|
27273
27373
|
},
|
|
27274
27374
|
"context": {
|
|
27275
27375
|
"type": "variable",
|
|
@@ -27277,8 +27377,8 @@
|
|
|
27277
27377
|
"value": "null",
|
|
27278
27378
|
"scope": "default",
|
|
27279
27379
|
"line": {
|
|
27280
|
-
"start":
|
|
27281
|
-
"end":
|
|
27380
|
+
"start": 376,
|
|
27381
|
+
"end": 376
|
|
27282
27382
|
}
|
|
27283
27383
|
},
|
|
27284
27384
|
"group": [
|
|
@@ -27293,8 +27393,8 @@
|
|
|
27293
27393
|
{
|
|
27294
27394
|
"description": "The border color of the outline hovered Picker components.\n",
|
|
27295
27395
|
"commentRange": {
|
|
27296
|
-
"start":
|
|
27297
|
-
"end":
|
|
27396
|
+
"start": 377,
|
|
27397
|
+
"end": 378
|
|
27298
27398
|
},
|
|
27299
27399
|
"context": {
|
|
27300
27400
|
"type": "variable",
|
|
@@ -27302,8 +27402,8 @@
|
|
|
27302
27402
|
"value": "$kendo-picker-hover-border",
|
|
27303
27403
|
"scope": "default",
|
|
27304
27404
|
"line": {
|
|
27305
|
-
"start":
|
|
27306
|
-
"end":
|
|
27405
|
+
"start": 379,
|
|
27406
|
+
"end": 379
|
|
27307
27407
|
}
|
|
27308
27408
|
},
|
|
27309
27409
|
"group": [
|
|
@@ -27318,8 +27418,8 @@
|
|
|
27318
27418
|
{
|
|
27319
27419
|
"description": "The background color of the outline focused Picker components.\n",
|
|
27320
27420
|
"commentRange": {
|
|
27321
|
-
"start":
|
|
27322
|
-
"end":
|
|
27421
|
+
"start": 381,
|
|
27422
|
+
"end": 382
|
|
27323
27423
|
},
|
|
27324
27424
|
"context": {
|
|
27325
27425
|
"type": "variable",
|
|
@@ -27327,8 +27427,8 @@
|
|
|
27327
27427
|
"value": "nul",
|
|
27328
27428
|
"scope": "default",
|
|
27329
27429
|
"line": {
|
|
27330
|
-
"start":
|
|
27331
|
-
"end":
|
|
27430
|
+
"start": 383,
|
|
27431
|
+
"end": 383
|
|
27332
27432
|
}
|
|
27333
27433
|
},
|
|
27334
27434
|
"group": [
|
|
@@ -27343,8 +27443,8 @@
|
|
|
27343
27443
|
{
|
|
27344
27444
|
"description": "The text color of the outline focused Picker components.\n",
|
|
27345
27445
|
"commentRange": {
|
|
27346
|
-
"start":
|
|
27347
|
-
"end":
|
|
27446
|
+
"start": 384,
|
|
27447
|
+
"end": 385
|
|
27348
27448
|
},
|
|
27349
27449
|
"context": {
|
|
27350
27450
|
"type": "variable",
|
|
@@ -27352,8 +27452,8 @@
|
|
|
27352
27452
|
"value": "null",
|
|
27353
27453
|
"scope": "default",
|
|
27354
27454
|
"line": {
|
|
27355
|
-
"start":
|
|
27356
|
-
"end":
|
|
27455
|
+
"start": 386,
|
|
27456
|
+
"end": 386
|
|
27357
27457
|
}
|
|
27358
27458
|
},
|
|
27359
27459
|
"group": [
|
|
@@ -27368,8 +27468,8 @@
|
|
|
27368
27468
|
{
|
|
27369
27469
|
"description": "The border color of the outline focused Picker components.\n",
|
|
27370
27470
|
"commentRange": {
|
|
27371
|
-
"start":
|
|
27372
|
-
"end":
|
|
27471
|
+
"start": 387,
|
|
27472
|
+
"end": 388
|
|
27373
27473
|
},
|
|
27374
27474
|
"context": {
|
|
27375
27475
|
"type": "variable",
|
|
@@ -27377,8 +27477,8 @@
|
|
|
27377
27477
|
"value": "$kendo-picker-focus-border",
|
|
27378
27478
|
"scope": "default",
|
|
27379
27479
|
"line": {
|
|
27380
|
-
"start":
|
|
27381
|
-
"end":
|
|
27480
|
+
"start": 389,
|
|
27481
|
+
"end": 389
|
|
27382
27482
|
}
|
|
27383
27483
|
},
|
|
27384
27484
|
"group": [
|
|
@@ -27393,8 +27493,8 @@
|
|
|
27393
27493
|
{
|
|
27394
27494
|
"description": "The shadow of the outline focused Picker components.\n",
|
|
27395
27495
|
"commentRange": {
|
|
27396
|
-
"start":
|
|
27397
|
-
"end":
|
|
27496
|
+
"start": 390,
|
|
27497
|
+
"end": 391
|
|
27398
27498
|
},
|
|
27399
27499
|
"context": {
|
|
27400
27500
|
"type": "variable",
|
|
@@ -27402,8 +27502,8 @@
|
|
|
27402
27502
|
"value": "null",
|
|
27403
27503
|
"scope": "default",
|
|
27404
27504
|
"line": {
|
|
27405
|
-
"start":
|
|
27406
|
-
"end":
|
|
27505
|
+
"start": 392,
|
|
27506
|
+
"end": 392
|
|
27407
27507
|
}
|
|
27408
27508
|
},
|
|
27409
27509
|
"group": [
|
|
@@ -27418,8 +27518,8 @@
|
|
|
27418
27518
|
{
|
|
27419
27519
|
"description": "The background color of the outline hovered and focused Picker components.\n",
|
|
27420
27520
|
"commentRange": {
|
|
27421
|
-
"start":
|
|
27422
|
-
"end":
|
|
27521
|
+
"start": 394,
|
|
27522
|
+
"end": 395
|
|
27423
27523
|
},
|
|
27424
27524
|
"context": {
|
|
27425
27525
|
"type": "variable",
|
|
@@ -27427,8 +27527,8 @@
|
|
|
27427
27527
|
"value": "null",
|
|
27428
27528
|
"scope": "default",
|
|
27429
27529
|
"line": {
|
|
27430
|
-
"start":
|
|
27431
|
-
"end":
|
|
27530
|
+
"start": 396,
|
|
27531
|
+
"end": 396
|
|
27432
27532
|
}
|
|
27433
27533
|
},
|
|
27434
27534
|
"group": [
|
|
@@ -27443,8 +27543,8 @@
|
|
|
27443
27543
|
{
|
|
27444
27544
|
"description": "The text color of the outline hovered and focused Picker components.\n",
|
|
27445
27545
|
"commentRange": {
|
|
27446
|
-
"start":
|
|
27447
|
-
"end":
|
|
27546
|
+
"start": 397,
|
|
27547
|
+
"end": 398
|
|
27448
27548
|
},
|
|
27449
27549
|
"context": {
|
|
27450
27550
|
"type": "variable",
|
|
@@ -27452,8 +27552,8 @@
|
|
|
27452
27552
|
"value": "null",
|
|
27453
27553
|
"scope": "default",
|
|
27454
27554
|
"line": {
|
|
27455
|
-
"start":
|
|
27456
|
-
"end":
|
|
27555
|
+
"start": 399,
|
|
27556
|
+
"end": 399
|
|
27457
27557
|
}
|
|
27458
27558
|
},
|
|
27459
27559
|
"group": [
|
|
@@ -27468,8 +27568,8 @@
|
|
|
27468
27568
|
{
|
|
27469
27569
|
"description": "The border color of the outline hovered and focused Picker components.\n",
|
|
27470
27570
|
"commentRange": {
|
|
27471
|
-
"start":
|
|
27472
|
-
"end":
|
|
27571
|
+
"start": 400,
|
|
27572
|
+
"end": 401
|
|
27473
27573
|
},
|
|
27474
27574
|
"context": {
|
|
27475
27575
|
"type": "variable",
|
|
@@ -27477,8 +27577,8 @@
|
|
|
27477
27577
|
"value": "null",
|
|
27478
27578
|
"scope": "default",
|
|
27479
27579
|
"line": {
|
|
27480
|
-
"start":
|
|
27481
|
-
"end":
|
|
27580
|
+
"start": 402,
|
|
27581
|
+
"end": 402
|
|
27482
27582
|
}
|
|
27483
27583
|
},
|
|
27484
27584
|
"group": [
|
|
@@ -27493,8 +27593,8 @@
|
|
|
27493
27593
|
{
|
|
27494
27594
|
"description": "The background color of the flat Picker components.\n",
|
|
27495
27595
|
"commentRange": {
|
|
27496
|
-
"start":
|
|
27497
|
-
"end":
|
|
27596
|
+
"start": 404,
|
|
27597
|
+
"end": 405
|
|
27498
27598
|
},
|
|
27499
27599
|
"context": {
|
|
27500
27600
|
"type": "variable",
|
|
@@ -27502,8 +27602,8 @@
|
|
|
27502
27602
|
"value": "null",
|
|
27503
27603
|
"scope": "default",
|
|
27504
27604
|
"line": {
|
|
27505
|
-
"start":
|
|
27506
|
-
"end":
|
|
27605
|
+
"start": 406,
|
|
27606
|
+
"end": 406
|
|
27507
27607
|
}
|
|
27508
27608
|
},
|
|
27509
27609
|
"group": [
|
|
@@ -27518,8 +27618,8 @@
|
|
|
27518
27618
|
{
|
|
27519
27619
|
"description": "The text color of the flat Picker components.\n",
|
|
27520
27620
|
"commentRange": {
|
|
27521
|
-
"start":
|
|
27522
|
-
"end":
|
|
27621
|
+
"start": 407,
|
|
27622
|
+
"end": 408
|
|
27523
27623
|
},
|
|
27524
27624
|
"context": {
|
|
27525
27625
|
"type": "variable",
|
|
@@ -27527,8 +27627,8 @@
|
|
|
27527
27627
|
"value": "$kendo-picker-text",
|
|
27528
27628
|
"scope": "default",
|
|
27529
27629
|
"line": {
|
|
27530
|
-
"start":
|
|
27531
|
-
"end":
|
|
27630
|
+
"start": 409,
|
|
27631
|
+
"end": 409
|
|
27532
27632
|
}
|
|
27533
27633
|
},
|
|
27534
27634
|
"group": [
|
|
@@ -27543,8 +27643,8 @@
|
|
|
27543
27643
|
{
|
|
27544
27644
|
"description": "The border color of the flat Picker components.\n",
|
|
27545
27645
|
"commentRange": {
|
|
27546
|
-
"start":
|
|
27547
|
-
"end":
|
|
27646
|
+
"start": 410,
|
|
27647
|
+
"end": 411
|
|
27548
27648
|
},
|
|
27549
27649
|
"context": {
|
|
27550
27650
|
"type": "variable",
|
|
@@ -27552,8 +27652,8 @@
|
|
|
27552
27652
|
"value": "$kendo-picker-border",
|
|
27553
27653
|
"scope": "default",
|
|
27554
27654
|
"line": {
|
|
27555
|
-
"start":
|
|
27556
|
-
"end":
|
|
27655
|
+
"start": 412,
|
|
27656
|
+
"end": 412
|
|
27557
27657
|
}
|
|
27558
27658
|
},
|
|
27559
27659
|
"group": [
|
|
@@ -27568,8 +27668,8 @@
|
|
|
27568
27668
|
{
|
|
27569
27669
|
"description": "The background color of the flat hovered Picker components.\n",
|
|
27570
27670
|
"commentRange": {
|
|
27571
|
-
"start":
|
|
27572
|
-
"end":
|
|
27671
|
+
"start": 414,
|
|
27672
|
+
"end": 415
|
|
27573
27673
|
},
|
|
27574
27674
|
"context": {
|
|
27575
27675
|
"type": "variable",
|
|
@@ -27577,8 +27677,8 @@
|
|
|
27577
27677
|
"value": "null",
|
|
27578
27678
|
"scope": "default",
|
|
27579
27679
|
"line": {
|
|
27580
|
-
"start":
|
|
27581
|
-
"end":
|
|
27680
|
+
"start": 416,
|
|
27681
|
+
"end": 416
|
|
27582
27682
|
}
|
|
27583
27683
|
},
|
|
27584
27684
|
"group": [
|
|
@@ -27593,8 +27693,8 @@
|
|
|
27593
27693
|
{
|
|
27594
27694
|
"description": "The text color of the flat hovered Picker components.\n",
|
|
27595
27695
|
"commentRange": {
|
|
27596
|
-
"start":
|
|
27597
|
-
"end":
|
|
27696
|
+
"start": 417,
|
|
27697
|
+
"end": 418
|
|
27598
27698
|
},
|
|
27599
27699
|
"context": {
|
|
27600
27700
|
"type": "variable",
|
|
@@ -27602,8 +27702,8 @@
|
|
|
27602
27702
|
"value": "null",
|
|
27603
27703
|
"scope": "default",
|
|
27604
27704
|
"line": {
|
|
27605
|
-
"start":
|
|
27606
|
-
"end":
|
|
27705
|
+
"start": 419,
|
|
27706
|
+
"end": 419
|
|
27607
27707
|
}
|
|
27608
27708
|
},
|
|
27609
27709
|
"group": [
|
|
@@ -27618,8 +27718,8 @@
|
|
|
27618
27718
|
{
|
|
27619
27719
|
"description": "The background color of the flat focused Picker components.\n",
|
|
27620
27720
|
"commentRange": {
|
|
27621
|
-
"start":
|
|
27622
|
-
"end":
|
|
27721
|
+
"start": 424,
|
|
27722
|
+
"end": 425
|
|
27623
27723
|
},
|
|
27624
27724
|
"context": {
|
|
27625
27725
|
"type": "variable",
|
|
@@ -27627,8 +27727,8 @@
|
|
|
27627
27727
|
"value": "null",
|
|
27628
27728
|
"scope": "default",
|
|
27629
27729
|
"line": {
|
|
27630
|
-
"start":
|
|
27631
|
-
"end":
|
|
27730
|
+
"start": 426,
|
|
27731
|
+
"end": 426
|
|
27632
27732
|
}
|
|
27633
27733
|
},
|
|
27634
27734
|
"group": [
|
|
@@ -27643,8 +27743,8 @@
|
|
|
27643
27743
|
{
|
|
27644
27744
|
"description": "The text color of the flat focused Picker components.\n",
|
|
27645
27745
|
"commentRange": {
|
|
27646
|
-
"start":
|
|
27647
|
-
"end":
|
|
27746
|
+
"start": 427,
|
|
27747
|
+
"end": 428
|
|
27648
27748
|
},
|
|
27649
27749
|
"context": {
|
|
27650
27750
|
"type": "variable",
|
|
@@ -27652,8 +27752,8 @@
|
|
|
27652
27752
|
"value": "null",
|
|
27653
27753
|
"scope": "default",
|
|
27654
27754
|
"line": {
|
|
27655
|
-
"start":
|
|
27656
|
-
"end":
|
|
27755
|
+
"start": 429,
|
|
27756
|
+
"end": 429
|
|
27657
27757
|
}
|
|
27658
27758
|
},
|
|
27659
27759
|
"group": [
|
|
@@ -27668,8 +27768,8 @@
|
|
|
27668
27768
|
{
|
|
27669
27769
|
"description": "The border color of the flat focused Picker components.\n",
|
|
27670
27770
|
"commentRange": {
|
|
27671
|
-
"start":
|
|
27672
|
-
"end":
|
|
27771
|
+
"start": 430,
|
|
27772
|
+
"end": 431
|
|
27673
27773
|
},
|
|
27674
27774
|
"context": {
|
|
27675
27775
|
"type": "variable",
|
|
@@ -27677,8 +27777,8 @@
|
|
|
27677
27777
|
"value": "$kendo-picker-focus-border",
|
|
27678
27778
|
"scope": "default",
|
|
27679
27779
|
"line": {
|
|
27680
|
-
"start":
|
|
27681
|
-
"end":
|
|
27780
|
+
"start": 432,
|
|
27781
|
+
"end": 432
|
|
27682
27782
|
}
|
|
27683
27783
|
},
|
|
27684
27784
|
"group": [
|
|
@@ -27693,8 +27793,8 @@
|
|
|
27693
27793
|
{
|
|
27694
27794
|
"description": "The shadow of the flat focused Picker components.\n",
|
|
27695
27795
|
"commentRange": {
|
|
27696
|
-
"start":
|
|
27697
|
-
"end":
|
|
27796
|
+
"start": 433,
|
|
27797
|
+
"end": 434
|
|
27698
27798
|
},
|
|
27699
27799
|
"context": {
|
|
27700
27800
|
"type": "variable",
|
|
@@ -27702,8 +27802,8 @@
|
|
|
27702
27802
|
"value": "null",
|
|
27703
27803
|
"scope": "default",
|
|
27704
27804
|
"line": {
|
|
27705
|
-
"start":
|
|
27706
|
-
"end":
|
|
27805
|
+
"start": 435,
|
|
27806
|
+
"end": 435
|
|
27707
27807
|
}
|
|
27708
27808
|
},
|
|
27709
27809
|
"group": [
|
|
@@ -27718,8 +27818,8 @@
|
|
|
27718
27818
|
{
|
|
27719
27819
|
"description": "The background color of the flat hovered and focused Picker components.\n",
|
|
27720
27820
|
"commentRange": {
|
|
27721
|
-
"start":
|
|
27722
|
-
"end":
|
|
27821
|
+
"start": 437,
|
|
27822
|
+
"end": 438
|
|
27723
27823
|
},
|
|
27724
27824
|
"context": {
|
|
27725
27825
|
"type": "variable",
|
|
@@ -27727,8 +27827,8 @@
|
|
|
27727
27827
|
"value": "null",
|
|
27728
27828
|
"scope": "default",
|
|
27729
27829
|
"line": {
|
|
27730
|
-
"start":
|
|
27731
|
-
"end":
|
|
27830
|
+
"start": 439,
|
|
27831
|
+
"end": 439
|
|
27732
27832
|
}
|
|
27733
27833
|
},
|
|
27734
27834
|
"group": [
|
|
@@ -27743,8 +27843,8 @@
|
|
|
27743
27843
|
{
|
|
27744
27844
|
"description": "The text color of the flat hovered and focused Picker components.\n",
|
|
27745
27845
|
"commentRange": {
|
|
27746
|
-
"start":
|
|
27747
|
-
"end":
|
|
27846
|
+
"start": 440,
|
|
27847
|
+
"end": 441
|
|
27748
27848
|
},
|
|
27749
27849
|
"context": {
|
|
27750
27850
|
"type": "variable",
|
|
@@ -27752,8 +27852,8 @@
|
|
|
27752
27852
|
"value": "null",
|
|
27753
27853
|
"scope": "default",
|
|
27754
27854
|
"line": {
|
|
27755
|
-
"start":
|
|
27756
|
-
"end":
|
|
27855
|
+
"start": 442,
|
|
27856
|
+
"end": 442
|
|
27757
27857
|
}
|
|
27758
27858
|
},
|
|
27759
27859
|
"group": [
|
|
@@ -27768,8 +27868,8 @@
|
|
|
27768
27868
|
{
|
|
27769
27869
|
"description": "The border color of the flat hovered and focused Picker components.\n",
|
|
27770
27870
|
"commentRange": {
|
|
27771
|
-
"start":
|
|
27772
|
-
"end":
|
|
27871
|
+
"start": 443,
|
|
27872
|
+
"end": 444
|
|
27773
27873
|
},
|
|
27774
27874
|
"context": {
|
|
27775
27875
|
"type": "variable",
|
|
@@ -27777,8 +27877,8 @@
|
|
|
27777
27877
|
"value": "null",
|
|
27778
27878
|
"scope": "default",
|
|
27779
27879
|
"line": {
|
|
27780
|
-
"start":
|
|
27781
|
-
"end":
|
|
27880
|
+
"start": 445,
|
|
27881
|
+
"end": 445
|
|
27782
27882
|
}
|
|
27783
27883
|
},
|
|
27784
27884
|
"group": [
|
|
@@ -27793,8 +27893,8 @@
|
|
|
27793
27893
|
{
|
|
27794
27894
|
"description": "The border color of the flat hovered Picker components.\n",
|
|
27795
27895
|
"commentRange": {
|
|
27796
|
-
"start":
|
|
27797
|
-
"end":
|
|
27896
|
+
"start": 420,
|
|
27897
|
+
"end": 421
|
|
27798
27898
|
},
|
|
27799
27899
|
"context": {
|
|
27800
27900
|
"type": "variable",
|
|
@@ -27802,8 +27902,8 @@
|
|
|
27802
27902
|
"value": "$kendo-picker-hover-border",
|
|
27803
27903
|
"scope": "default",
|
|
27804
27904
|
"line": {
|
|
27805
|
-
"start":
|
|
27806
|
-
"end":
|
|
27905
|
+
"start": 422,
|
|
27906
|
+
"end": 422
|
|
27807
27907
|
}
|
|
27808
27908
|
},
|
|
27809
27909
|
"group": [
|