@progress/kendo-theme-default 7.1.0-dev.6 → 7.1.0-dev.8
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 +231 -10
- package/dist/meta/sassdoc-data.json +928 -388
- package/dist/meta/sassdoc-raw-data.json +442 -192
- package/dist/meta/variables.json +34 -2
- 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/_variables.scss +13 -0
- package/scss/drawer/_layout.scss +1 -0
- package/scss/dropdowntree/_layout.scss +16 -0
- package/scss/input/_layout.scss +35 -9
- package/scss/input/_theme.scss +139 -0
- package/scss/input/_variables.scss +22 -1
|
@@ -11886,6 +11886,106 @@
|
|
|
11886
11886
|
"name": "_variables.scss"
|
|
11887
11887
|
}
|
|
11888
11888
|
},
|
|
11889
|
+
{
|
|
11890
|
+
"description": "Background color of the valid items.\n",
|
|
11891
|
+
"commentRange": {
|
|
11892
|
+
"start": 450,
|
|
11893
|
+
"end": 451
|
|
11894
|
+
},
|
|
11895
|
+
"context": {
|
|
11896
|
+
"type": "variable",
|
|
11897
|
+
"name": "kendo-valid-bg",
|
|
11898
|
+
"value": "null",
|
|
11899
|
+
"scope": "default",
|
|
11900
|
+
"line": {
|
|
11901
|
+
"start": 452,
|
|
11902
|
+
"end": 452
|
|
11903
|
+
}
|
|
11904
|
+
},
|
|
11905
|
+
"group": [
|
|
11906
|
+
"component"
|
|
11907
|
+
],
|
|
11908
|
+
"access": "public",
|
|
11909
|
+
"file": {
|
|
11910
|
+
"path": "_variables.scss",
|
|
11911
|
+
"name": "_variables.scss"
|
|
11912
|
+
}
|
|
11913
|
+
},
|
|
11914
|
+
{
|
|
11915
|
+
"description": "Text color of the valid items.\n",
|
|
11916
|
+
"commentRange": {
|
|
11917
|
+
"start": 453,
|
|
11918
|
+
"end": 454
|
|
11919
|
+
},
|
|
11920
|
+
"context": {
|
|
11921
|
+
"type": "variable",
|
|
11922
|
+
"name": "kendo-valid-text",
|
|
11923
|
+
"value": "$kendo-color-success",
|
|
11924
|
+
"scope": "default",
|
|
11925
|
+
"line": {
|
|
11926
|
+
"start": 455,
|
|
11927
|
+
"end": 455
|
|
11928
|
+
}
|
|
11929
|
+
},
|
|
11930
|
+
"group": [
|
|
11931
|
+
"component"
|
|
11932
|
+
],
|
|
11933
|
+
"access": "public",
|
|
11934
|
+
"file": {
|
|
11935
|
+
"path": "_variables.scss",
|
|
11936
|
+
"name": "_variables.scss"
|
|
11937
|
+
}
|
|
11938
|
+
},
|
|
11939
|
+
{
|
|
11940
|
+
"description": "Border color of the valid items.\n",
|
|
11941
|
+
"commentRange": {
|
|
11942
|
+
"start": 456,
|
|
11943
|
+
"end": 457
|
|
11944
|
+
},
|
|
11945
|
+
"context": {
|
|
11946
|
+
"type": "variable",
|
|
11947
|
+
"name": "kendo-valid-border",
|
|
11948
|
+
"value": "$kendo-color-success",
|
|
11949
|
+
"scope": "default",
|
|
11950
|
+
"line": {
|
|
11951
|
+
"start": 458,
|
|
11952
|
+
"end": 458
|
|
11953
|
+
}
|
|
11954
|
+
},
|
|
11955
|
+
"group": [
|
|
11956
|
+
"component"
|
|
11957
|
+
],
|
|
11958
|
+
"access": "public",
|
|
11959
|
+
"file": {
|
|
11960
|
+
"path": "_variables.scss",
|
|
11961
|
+
"name": "_variables.scss"
|
|
11962
|
+
}
|
|
11963
|
+
},
|
|
11964
|
+
{
|
|
11965
|
+
"description": "Shadow of the valid items.\n",
|
|
11966
|
+
"commentRange": {
|
|
11967
|
+
"start": 459,
|
|
11968
|
+
"end": 460
|
|
11969
|
+
},
|
|
11970
|
+
"context": {
|
|
11971
|
+
"type": "variable",
|
|
11972
|
+
"name": "kendo-valid-shadow",
|
|
11973
|
+
"value": "null",
|
|
11974
|
+
"scope": "default",
|
|
11975
|
+
"line": {
|
|
11976
|
+
"start": 461,
|
|
11977
|
+
"end": 461
|
|
11978
|
+
}
|
|
11979
|
+
},
|
|
11980
|
+
"group": [
|
|
11981
|
+
"component"
|
|
11982
|
+
],
|
|
11983
|
+
"access": "public",
|
|
11984
|
+
"file": {
|
|
11985
|
+
"path": "_variables.scss",
|
|
11986
|
+
"name": "_variables.scss"
|
|
11987
|
+
}
|
|
11988
|
+
},
|
|
11889
11989
|
{
|
|
11890
11990
|
"description": "The background color of the Dialog titlebar.\n",
|
|
11891
11991
|
"commentRange": {
|
|
@@ -21569,8 +21669,8 @@
|
|
|
21569
21669
|
},
|
|
21570
21670
|
"context": {
|
|
21571
21671
|
"type": "variable",
|
|
21572
|
-
"name": "kendo-input-separator-
|
|
21573
|
-
"value": "$kendo-input-
|
|
21672
|
+
"name": "kendo-input-separator-text",
|
|
21673
|
+
"value": "$kendo-input-border",
|
|
21574
21674
|
"scope": "default",
|
|
21575
21675
|
"line": {
|
|
21576
21676
|
"start": 270,
|
|
@@ -21612,15 +21712,15 @@
|
|
|
21612
21712
|
}
|
|
21613
21713
|
},
|
|
21614
21714
|
{
|
|
21615
|
-
"description": "The
|
|
21715
|
+
"description": "The text color of the Input prefix.\n",
|
|
21616
21716
|
"commentRange": {
|
|
21617
21717
|
"start": 275,
|
|
21618
21718
|
"end": 276
|
|
21619
21719
|
},
|
|
21620
21720
|
"context": {
|
|
21621
21721
|
"type": "variable",
|
|
21622
|
-
"name": "kendo-input-
|
|
21623
|
-
"value": "$kendo-
|
|
21722
|
+
"name": "kendo-input-prefix-text",
|
|
21723
|
+
"value": "$kendo-subtle-text",
|
|
21624
21724
|
"scope": "default",
|
|
21625
21725
|
"line": {
|
|
21626
21726
|
"start": 277,
|
|
@@ -21637,15 +21737,15 @@
|
|
|
21637
21737
|
}
|
|
21638
21738
|
},
|
|
21639
21739
|
{
|
|
21640
|
-
"description": "The
|
|
21740
|
+
"description": "The text color of the Input suffix.\n",
|
|
21641
21741
|
"commentRange": {
|
|
21642
21742
|
"start": 278,
|
|
21643
21743
|
"end": 279
|
|
21644
21744
|
},
|
|
21645
21745
|
"context": {
|
|
21646
21746
|
"type": "variable",
|
|
21647
|
-
"name": "kendo-input-
|
|
21648
|
-
"value": "$kendo-
|
|
21747
|
+
"name": "kendo-input-suffix-text",
|
|
21748
|
+
"value": "$kendo-subtle-text",
|
|
21649
21749
|
"scope": "default",
|
|
21650
21750
|
"line": {
|
|
21651
21751
|
"start": 280,
|
|
@@ -21661,6 +21761,156 @@
|
|
|
21661
21761
|
"name": "_variables.scss"
|
|
21662
21762
|
}
|
|
21663
21763
|
},
|
|
21764
|
+
{
|
|
21765
|
+
"description": "The text color of the Input prefix.\n",
|
|
21766
|
+
"commentRange": {
|
|
21767
|
+
"start": 282,
|
|
21768
|
+
"end": 283
|
|
21769
|
+
},
|
|
21770
|
+
"context": {
|
|
21771
|
+
"type": "variable",
|
|
21772
|
+
"name": "kendo-input-prefix-text",
|
|
21773
|
+
"value": "$kendo-subtle-text",
|
|
21774
|
+
"scope": "default",
|
|
21775
|
+
"line": {
|
|
21776
|
+
"start": 284,
|
|
21777
|
+
"end": 284
|
|
21778
|
+
}
|
|
21779
|
+
},
|
|
21780
|
+
"group": [
|
|
21781
|
+
"input"
|
|
21782
|
+
],
|
|
21783
|
+
"access": "public",
|
|
21784
|
+
"file": {
|
|
21785
|
+
"path": "input/_variables.scss",
|
|
21786
|
+
"name": "_variables.scss"
|
|
21787
|
+
}
|
|
21788
|
+
},
|
|
21789
|
+
{
|
|
21790
|
+
"description": "The text color of the Input suffix.\n",
|
|
21791
|
+
"commentRange": {
|
|
21792
|
+
"start": 285,
|
|
21793
|
+
"end": 286
|
|
21794
|
+
},
|
|
21795
|
+
"context": {
|
|
21796
|
+
"type": "variable",
|
|
21797
|
+
"name": "kendo-input-suffix-text",
|
|
21798
|
+
"value": "$kendo-subtle-text",
|
|
21799
|
+
"scope": "default",
|
|
21800
|
+
"line": {
|
|
21801
|
+
"start": 287,
|
|
21802
|
+
"end": 287
|
|
21803
|
+
}
|
|
21804
|
+
},
|
|
21805
|
+
"group": [
|
|
21806
|
+
"input"
|
|
21807
|
+
],
|
|
21808
|
+
"access": "public",
|
|
21809
|
+
"file": {
|
|
21810
|
+
"path": "input/_variables.scss",
|
|
21811
|
+
"name": "_variables.scss"
|
|
21812
|
+
}
|
|
21813
|
+
},
|
|
21814
|
+
{
|
|
21815
|
+
"description": "The border color of the invalid Input components.\n",
|
|
21816
|
+
"commentRange": {
|
|
21817
|
+
"start": 289,
|
|
21818
|
+
"end": 290
|
|
21819
|
+
},
|
|
21820
|
+
"context": {
|
|
21821
|
+
"type": "variable",
|
|
21822
|
+
"name": "kendo-input-invalid-border",
|
|
21823
|
+
"value": "$kendo-invalid-border",
|
|
21824
|
+
"scope": "default",
|
|
21825
|
+
"line": {
|
|
21826
|
+
"start": 291,
|
|
21827
|
+
"end": 291
|
|
21828
|
+
}
|
|
21829
|
+
},
|
|
21830
|
+
"group": [
|
|
21831
|
+
"input"
|
|
21832
|
+
],
|
|
21833
|
+
"access": "public",
|
|
21834
|
+
"file": {
|
|
21835
|
+
"path": "input/_variables.scss",
|
|
21836
|
+
"name": "_variables.scss"
|
|
21837
|
+
}
|
|
21838
|
+
},
|
|
21839
|
+
{
|
|
21840
|
+
"description": "The shadow of the invalid Input components.\n",
|
|
21841
|
+
"commentRange": {
|
|
21842
|
+
"start": 292,
|
|
21843
|
+
"end": 293
|
|
21844
|
+
},
|
|
21845
|
+
"context": {
|
|
21846
|
+
"type": "variable",
|
|
21847
|
+
"name": "kendo-input-invalid-shadow",
|
|
21848
|
+
"value": "$kendo-invalid-shadow",
|
|
21849
|
+
"scope": "default",
|
|
21850
|
+
"line": {
|
|
21851
|
+
"start": 294,
|
|
21852
|
+
"end": 294
|
|
21853
|
+
}
|
|
21854
|
+
},
|
|
21855
|
+
"group": [
|
|
21856
|
+
"input"
|
|
21857
|
+
],
|
|
21858
|
+
"access": "public",
|
|
21859
|
+
"file": {
|
|
21860
|
+
"path": "input/_variables.scss",
|
|
21861
|
+
"name": "_variables.scss"
|
|
21862
|
+
}
|
|
21863
|
+
},
|
|
21864
|
+
{
|
|
21865
|
+
"description": "The border color of the valid Input components.\n",
|
|
21866
|
+
"commentRange": {
|
|
21867
|
+
"start": 296,
|
|
21868
|
+
"end": 297
|
|
21869
|
+
},
|
|
21870
|
+
"context": {
|
|
21871
|
+
"type": "variable",
|
|
21872
|
+
"name": "kendo-input-valid-border",
|
|
21873
|
+
"value": "$kendo-valid-border",
|
|
21874
|
+
"scope": "default",
|
|
21875
|
+
"line": {
|
|
21876
|
+
"start": 298,
|
|
21877
|
+
"end": 298
|
|
21878
|
+
}
|
|
21879
|
+
},
|
|
21880
|
+
"group": [
|
|
21881
|
+
"input"
|
|
21882
|
+
],
|
|
21883
|
+
"access": "public",
|
|
21884
|
+
"file": {
|
|
21885
|
+
"path": "input/_variables.scss",
|
|
21886
|
+
"name": "_variables.scss"
|
|
21887
|
+
}
|
|
21888
|
+
},
|
|
21889
|
+
{
|
|
21890
|
+
"description": "The shadow of the valid Input components.\n",
|
|
21891
|
+
"commentRange": {
|
|
21892
|
+
"start": 299,
|
|
21893
|
+
"end": 300
|
|
21894
|
+
},
|
|
21895
|
+
"context": {
|
|
21896
|
+
"type": "variable",
|
|
21897
|
+
"name": "kendo-input-valid-shadow",
|
|
21898
|
+
"value": "$kendo-valid-shadow",
|
|
21899
|
+
"scope": "default",
|
|
21900
|
+
"line": {
|
|
21901
|
+
"start": 301,
|
|
21902
|
+
"end": 301
|
|
21903
|
+
}
|
|
21904
|
+
},
|
|
21905
|
+
"group": [
|
|
21906
|
+
"input"
|
|
21907
|
+
],
|
|
21908
|
+
"access": "public",
|
|
21909
|
+
"file": {
|
|
21910
|
+
"path": "input/_variables.scss",
|
|
21911
|
+
"name": "_variables.scss"
|
|
21912
|
+
}
|
|
21913
|
+
},
|
|
21664
21914
|
{
|
|
21665
21915
|
"description": "The font family of the List components.\n",
|
|
21666
21916
|
"commentRange": {
|
|
@@ -27489,8 +27739,8 @@
|
|
|
27489
27739
|
{
|
|
27490
27740
|
"description": "The background color of the Picker components.\n",
|
|
27491
27741
|
"commentRange": {
|
|
27492
|
-
"start":
|
|
27493
|
-
"end":
|
|
27742
|
+
"start": 303,
|
|
27743
|
+
"end": 304
|
|
27494
27744
|
},
|
|
27495
27745
|
"context": {
|
|
27496
27746
|
"type": "variable",
|
|
@@ -27498,8 +27748,8 @@
|
|
|
27498
27748
|
"value": "$kendo-button-bg",
|
|
27499
27749
|
"scope": "default",
|
|
27500
27750
|
"line": {
|
|
27501
|
-
"start":
|
|
27502
|
-
"end":
|
|
27751
|
+
"start": 305,
|
|
27752
|
+
"end": 305
|
|
27503
27753
|
}
|
|
27504
27754
|
},
|
|
27505
27755
|
"group": [
|
|
@@ -27514,8 +27764,8 @@
|
|
|
27514
27764
|
{
|
|
27515
27765
|
"description": "The text color of the Picker components.\n",
|
|
27516
27766
|
"commentRange": {
|
|
27517
|
-
"start":
|
|
27518
|
-
"end":
|
|
27767
|
+
"start": 306,
|
|
27768
|
+
"end": 307
|
|
27519
27769
|
},
|
|
27520
27770
|
"context": {
|
|
27521
27771
|
"type": "variable",
|
|
@@ -27523,8 +27773,8 @@
|
|
|
27523
27773
|
"value": "$kendo-button-text",
|
|
27524
27774
|
"scope": "default",
|
|
27525
27775
|
"line": {
|
|
27526
|
-
"start":
|
|
27527
|
-
"end":
|
|
27776
|
+
"start": 308,
|
|
27777
|
+
"end": 308
|
|
27528
27778
|
}
|
|
27529
27779
|
},
|
|
27530
27780
|
"group": [
|
|
@@ -27539,8 +27789,8 @@
|
|
|
27539
27789
|
{
|
|
27540
27790
|
"description": "The border color of the Picker components.\n",
|
|
27541
27791
|
"commentRange": {
|
|
27542
|
-
"start":
|
|
27543
|
-
"end":
|
|
27792
|
+
"start": 309,
|
|
27793
|
+
"end": 310
|
|
27544
27794
|
},
|
|
27545
27795
|
"context": {
|
|
27546
27796
|
"type": "variable",
|
|
@@ -27548,8 +27798,8 @@
|
|
|
27548
27798
|
"value": "$kendo-button-border",
|
|
27549
27799
|
"scope": "default",
|
|
27550
27800
|
"line": {
|
|
27551
|
-
"start":
|
|
27552
|
-
"end":
|
|
27801
|
+
"start": 311,
|
|
27802
|
+
"end": 311
|
|
27553
27803
|
}
|
|
27554
27804
|
},
|
|
27555
27805
|
"group": [
|
|
@@ -27564,8 +27814,8 @@
|
|
|
27564
27814
|
{
|
|
27565
27815
|
"description": "The gradient of the Picker components.\n",
|
|
27566
27816
|
"commentRange": {
|
|
27567
|
-
"start":
|
|
27568
|
-
"end":
|
|
27817
|
+
"start": 312,
|
|
27818
|
+
"end": 313
|
|
27569
27819
|
},
|
|
27570
27820
|
"context": {
|
|
27571
27821
|
"type": "variable",
|
|
@@ -27573,8 +27823,8 @@
|
|
|
27573
27823
|
"value": "$kendo-button-gradient",
|
|
27574
27824
|
"scope": "default",
|
|
27575
27825
|
"line": {
|
|
27576
|
-
"start":
|
|
27577
|
-
"end":
|
|
27826
|
+
"start": 314,
|
|
27827
|
+
"end": 314
|
|
27578
27828
|
}
|
|
27579
27829
|
},
|
|
27580
27830
|
"group": [
|
|
@@ -27589,8 +27839,8 @@
|
|
|
27589
27839
|
{
|
|
27590
27840
|
"description": "The shadow of the Picker components.\n",
|
|
27591
27841
|
"commentRange": {
|
|
27592
|
-
"start":
|
|
27593
|
-
"end":
|
|
27842
|
+
"start": 315,
|
|
27843
|
+
"end": 316
|
|
27594
27844
|
},
|
|
27595
27845
|
"context": {
|
|
27596
27846
|
"type": "variable",
|
|
@@ -27598,8 +27848,8 @@
|
|
|
27598
27848
|
"value": "$kendo-button-shadow",
|
|
27599
27849
|
"scope": "default",
|
|
27600
27850
|
"line": {
|
|
27601
|
-
"start":
|
|
27602
|
-
"end":
|
|
27851
|
+
"start": 317,
|
|
27852
|
+
"end": 317
|
|
27603
27853
|
}
|
|
27604
27854
|
},
|
|
27605
27855
|
"group": [
|
|
@@ -27614,8 +27864,8 @@
|
|
|
27614
27864
|
{
|
|
27615
27865
|
"description": "The background color of the hovered Picker components.\n",
|
|
27616
27866
|
"commentRange": {
|
|
27617
|
-
"start":
|
|
27618
|
-
"end":
|
|
27867
|
+
"start": 319,
|
|
27868
|
+
"end": 320
|
|
27619
27869
|
},
|
|
27620
27870
|
"context": {
|
|
27621
27871
|
"type": "variable",
|
|
@@ -27623,8 +27873,8 @@
|
|
|
27623
27873
|
"value": "$kendo-button-hover-bg",
|
|
27624
27874
|
"scope": "default",
|
|
27625
27875
|
"line": {
|
|
27626
|
-
"start":
|
|
27627
|
-
"end":
|
|
27876
|
+
"start": 321,
|
|
27877
|
+
"end": 321
|
|
27628
27878
|
}
|
|
27629
27879
|
},
|
|
27630
27880
|
"group": [
|
|
@@ -27639,8 +27889,8 @@
|
|
|
27639
27889
|
{
|
|
27640
27890
|
"description": "The text color of the hovered Picker components.\n",
|
|
27641
27891
|
"commentRange": {
|
|
27642
|
-
"start":
|
|
27643
|
-
"end":
|
|
27892
|
+
"start": 322,
|
|
27893
|
+
"end": 323
|
|
27644
27894
|
},
|
|
27645
27895
|
"context": {
|
|
27646
27896
|
"type": "variable",
|
|
@@ -27648,8 +27898,8 @@
|
|
|
27648
27898
|
"value": "$kendo-button-hover-text",
|
|
27649
27899
|
"scope": "default",
|
|
27650
27900
|
"line": {
|
|
27651
|
-
"start":
|
|
27652
|
-
"end":
|
|
27901
|
+
"start": 324,
|
|
27902
|
+
"end": 324
|
|
27653
27903
|
}
|
|
27654
27904
|
},
|
|
27655
27905
|
"group": [
|
|
@@ -27664,8 +27914,8 @@
|
|
|
27664
27914
|
{
|
|
27665
27915
|
"description": "The border color of the hovered Picker components.\n",
|
|
27666
27916
|
"commentRange": {
|
|
27667
|
-
"start":
|
|
27668
|
-
"end":
|
|
27917
|
+
"start": 325,
|
|
27918
|
+
"end": 326
|
|
27669
27919
|
},
|
|
27670
27920
|
"context": {
|
|
27671
27921
|
"type": "variable",
|
|
@@ -27673,8 +27923,8 @@
|
|
|
27673
27923
|
"value": "$kendo-button-hover-border",
|
|
27674
27924
|
"scope": "default",
|
|
27675
27925
|
"line": {
|
|
27676
|
-
"start":
|
|
27677
|
-
"end":
|
|
27926
|
+
"start": 327,
|
|
27927
|
+
"end": 327
|
|
27678
27928
|
}
|
|
27679
27929
|
},
|
|
27680
27930
|
"group": [
|
|
@@ -27689,8 +27939,8 @@
|
|
|
27689
27939
|
{
|
|
27690
27940
|
"description": "The gradient of the hovered Picker components.\n",
|
|
27691
27941
|
"commentRange": {
|
|
27692
|
-
"start":
|
|
27693
|
-
"end":
|
|
27942
|
+
"start": 328,
|
|
27943
|
+
"end": 329
|
|
27694
27944
|
},
|
|
27695
27945
|
"context": {
|
|
27696
27946
|
"type": "variable",
|
|
@@ -27698,8 +27948,8 @@
|
|
|
27698
27948
|
"value": "$kendo-button-hover-gradient",
|
|
27699
27949
|
"scope": "default",
|
|
27700
27950
|
"line": {
|
|
27701
|
-
"start":
|
|
27702
|
-
"end":
|
|
27951
|
+
"start": 330,
|
|
27952
|
+
"end": 330
|
|
27703
27953
|
}
|
|
27704
27954
|
},
|
|
27705
27955
|
"group": [
|
|
@@ -27714,8 +27964,8 @@
|
|
|
27714
27964
|
{
|
|
27715
27965
|
"description": "The shadow of the hovered Picker components.\n",
|
|
27716
27966
|
"commentRange": {
|
|
27717
|
-
"start":
|
|
27718
|
-
"end":
|
|
27967
|
+
"start": 331,
|
|
27968
|
+
"end": 332
|
|
27719
27969
|
},
|
|
27720
27970
|
"context": {
|
|
27721
27971
|
"type": "variable",
|
|
@@ -27723,8 +27973,8 @@
|
|
|
27723
27973
|
"value": "$kendo-button-hover-shadow",
|
|
27724
27974
|
"scope": "default",
|
|
27725
27975
|
"line": {
|
|
27726
|
-
"start":
|
|
27727
|
-
"end":
|
|
27976
|
+
"start": 333,
|
|
27977
|
+
"end": 333
|
|
27728
27978
|
}
|
|
27729
27979
|
},
|
|
27730
27980
|
"group": [
|
|
@@ -27739,8 +27989,8 @@
|
|
|
27739
27989
|
{
|
|
27740
27990
|
"description": "The background color of the focused Picker components.\n",
|
|
27741
27991
|
"commentRange": {
|
|
27742
|
-
"start":
|
|
27743
|
-
"end":
|
|
27992
|
+
"start": 335,
|
|
27993
|
+
"end": 336
|
|
27744
27994
|
},
|
|
27745
27995
|
"context": {
|
|
27746
27996
|
"type": "variable",
|
|
@@ -27748,8 +27998,8 @@
|
|
|
27748
27998
|
"value": "$kendo-button-focus-bg",
|
|
27749
27999
|
"scope": "default",
|
|
27750
28000
|
"line": {
|
|
27751
|
-
"start":
|
|
27752
|
-
"end":
|
|
28001
|
+
"start": 337,
|
|
28002
|
+
"end": 337
|
|
27753
28003
|
}
|
|
27754
28004
|
},
|
|
27755
28005
|
"group": [
|
|
@@ -27764,8 +28014,8 @@
|
|
|
27764
28014
|
{
|
|
27765
28015
|
"description": "The text color of the focused Picker components.\n",
|
|
27766
28016
|
"commentRange": {
|
|
27767
|
-
"start":
|
|
27768
|
-
"end":
|
|
28017
|
+
"start": 338,
|
|
28018
|
+
"end": 339
|
|
27769
28019
|
},
|
|
27770
28020
|
"context": {
|
|
27771
28021
|
"type": "variable",
|
|
@@ -27773,8 +28023,8 @@
|
|
|
27773
28023
|
"value": "$kendo-button-focus-text",
|
|
27774
28024
|
"scope": "default",
|
|
27775
28025
|
"line": {
|
|
27776
|
-
"start":
|
|
27777
|
-
"end":
|
|
28026
|
+
"start": 340,
|
|
28027
|
+
"end": 340
|
|
27778
28028
|
}
|
|
27779
28029
|
},
|
|
27780
28030
|
"group": [
|
|
@@ -27789,8 +28039,8 @@
|
|
|
27789
28039
|
{
|
|
27790
28040
|
"description": "The border color of the focused Picker components.\n",
|
|
27791
28041
|
"commentRange": {
|
|
27792
|
-
"start":
|
|
27793
|
-
"end":
|
|
28042
|
+
"start": 341,
|
|
28043
|
+
"end": 342
|
|
27794
28044
|
},
|
|
27795
28045
|
"context": {
|
|
27796
28046
|
"type": "variable",
|
|
@@ -27798,8 +28048,8 @@
|
|
|
27798
28048
|
"value": "$kendo-button-focus-border",
|
|
27799
28049
|
"scope": "default",
|
|
27800
28050
|
"line": {
|
|
27801
|
-
"start":
|
|
27802
|
-
"end":
|
|
28051
|
+
"start": 343,
|
|
28052
|
+
"end": 343
|
|
27803
28053
|
}
|
|
27804
28054
|
},
|
|
27805
28055
|
"group": [
|
|
@@ -27814,8 +28064,8 @@
|
|
|
27814
28064
|
{
|
|
27815
28065
|
"description": "The gradient of the focused Picker components.\n",
|
|
27816
28066
|
"commentRange": {
|
|
27817
|
-
"start":
|
|
27818
|
-
"end":
|
|
28067
|
+
"start": 344,
|
|
28068
|
+
"end": 345
|
|
27819
28069
|
},
|
|
27820
28070
|
"context": {
|
|
27821
28071
|
"type": "variable",
|
|
@@ -27823,8 +28073,8 @@
|
|
|
27823
28073
|
"value": "$kendo-button-focus-gradient",
|
|
27824
28074
|
"scope": "default",
|
|
27825
28075
|
"line": {
|
|
27826
|
-
"start":
|
|
27827
|
-
"end":
|
|
28076
|
+
"start": 346,
|
|
28077
|
+
"end": 346
|
|
27828
28078
|
}
|
|
27829
28079
|
},
|
|
27830
28080
|
"group": [
|
|
@@ -27839,8 +28089,8 @@
|
|
|
27839
28089
|
{
|
|
27840
28090
|
"description": "The shadow of the focused Picker components.\n",
|
|
27841
28091
|
"commentRange": {
|
|
27842
|
-
"start":
|
|
27843
|
-
"end":
|
|
28092
|
+
"start": 347,
|
|
28093
|
+
"end": 348
|
|
27844
28094
|
},
|
|
27845
28095
|
"context": {
|
|
27846
28096
|
"type": "variable",
|
|
@@ -27848,8 +28098,8 @@
|
|
|
27848
28098
|
"value": "$kendo-button-focus-shadow",
|
|
27849
28099
|
"scope": "default",
|
|
27850
28100
|
"line": {
|
|
27851
|
-
"start":
|
|
27852
|
-
"end":
|
|
28101
|
+
"start": 349,
|
|
28102
|
+
"end": 349
|
|
27853
28103
|
}
|
|
27854
28104
|
},
|
|
27855
28105
|
"group": [
|
|
@@ -27864,8 +28114,8 @@
|
|
|
27864
28114
|
{
|
|
27865
28115
|
"description": "The background color of the disabled Picker components.\n",
|
|
27866
28116
|
"commentRange": {
|
|
27867
|
-
"start":
|
|
27868
|
-
"end":
|
|
28117
|
+
"start": 351,
|
|
28118
|
+
"end": 352
|
|
27869
28119
|
},
|
|
27870
28120
|
"context": {
|
|
27871
28121
|
"type": "variable",
|
|
@@ -27873,8 +28123,8 @@
|
|
|
27873
28123
|
"value": "null",
|
|
27874
28124
|
"scope": "default",
|
|
27875
28125
|
"line": {
|
|
27876
|
-
"start":
|
|
27877
|
-
"end":
|
|
28126
|
+
"start": 353,
|
|
28127
|
+
"end": 353
|
|
27878
28128
|
}
|
|
27879
28129
|
},
|
|
27880
28130
|
"group": [
|
|
@@ -27889,8 +28139,8 @@
|
|
|
27889
28139
|
{
|
|
27890
28140
|
"description": "The text color of the disabled Picker components.\n",
|
|
27891
28141
|
"commentRange": {
|
|
27892
|
-
"start":
|
|
27893
|
-
"end":
|
|
28142
|
+
"start": 354,
|
|
28143
|
+
"end": 355
|
|
27894
28144
|
},
|
|
27895
28145
|
"context": {
|
|
27896
28146
|
"type": "variable",
|
|
@@ -27898,8 +28148,8 @@
|
|
|
27898
28148
|
"value": "null",
|
|
27899
28149
|
"scope": "default",
|
|
27900
28150
|
"line": {
|
|
27901
|
-
"start":
|
|
27902
|
-
"end":
|
|
28151
|
+
"start": 356,
|
|
28152
|
+
"end": 356
|
|
27903
28153
|
}
|
|
27904
28154
|
},
|
|
27905
28155
|
"group": [
|
|
@@ -27914,8 +28164,8 @@
|
|
|
27914
28164
|
{
|
|
27915
28165
|
"description": "The border color of the disabled Picker components.\n",
|
|
27916
28166
|
"commentRange": {
|
|
27917
|
-
"start":
|
|
27918
|
-
"end":
|
|
28167
|
+
"start": 357,
|
|
28168
|
+
"end": 358
|
|
27919
28169
|
},
|
|
27920
28170
|
"context": {
|
|
27921
28171
|
"type": "variable",
|
|
@@ -27923,8 +28173,8 @@
|
|
|
27923
28173
|
"value": "null",
|
|
27924
28174
|
"scope": "default",
|
|
27925
28175
|
"line": {
|
|
27926
|
-
"start":
|
|
27927
|
-
"end":
|
|
28176
|
+
"start": 359,
|
|
28177
|
+
"end": 359
|
|
27928
28178
|
}
|
|
27929
28179
|
},
|
|
27930
28180
|
"group": [
|
|
@@ -27939,8 +28189,8 @@
|
|
|
27939
28189
|
{
|
|
27940
28190
|
"description": "The gradient of the disabled Picker components.\n",
|
|
27941
28191
|
"commentRange": {
|
|
27942
|
-
"start":
|
|
27943
|
-
"end":
|
|
28192
|
+
"start": 360,
|
|
28193
|
+
"end": 361
|
|
27944
28194
|
},
|
|
27945
28195
|
"context": {
|
|
27946
28196
|
"type": "variable",
|
|
@@ -27948,8 +28198,8 @@
|
|
|
27948
28198
|
"value": "null",
|
|
27949
28199
|
"scope": "default",
|
|
27950
28200
|
"line": {
|
|
27951
|
-
"start":
|
|
27952
|
-
"end":
|
|
28201
|
+
"start": 362,
|
|
28202
|
+
"end": 362
|
|
27953
28203
|
}
|
|
27954
28204
|
},
|
|
27955
28205
|
"group": [
|
|
@@ -27964,8 +28214,8 @@
|
|
|
27964
28214
|
{
|
|
27965
28215
|
"description": "The shadow of the disabled Picker components.\n",
|
|
27966
28216
|
"commentRange": {
|
|
27967
|
-
"start":
|
|
27968
|
-
"end":
|
|
28217
|
+
"start": 363,
|
|
28218
|
+
"end": 364
|
|
27969
28219
|
},
|
|
27970
28220
|
"context": {
|
|
27971
28221
|
"type": "variable",
|
|
@@ -27973,8 +28223,8 @@
|
|
|
27973
28223
|
"value": "null",
|
|
27974
28224
|
"scope": "default",
|
|
27975
28225
|
"line": {
|
|
27976
|
-
"start":
|
|
27977
|
-
"end":
|
|
28226
|
+
"start": 365,
|
|
28227
|
+
"end": 365
|
|
27978
28228
|
}
|
|
27979
28229
|
},
|
|
27980
28230
|
"group": [
|
|
@@ -27989,8 +28239,8 @@
|
|
|
27989
28239
|
{
|
|
27990
28240
|
"description": "The background color of the outline Picker components.\n",
|
|
27991
28241
|
"commentRange": {
|
|
27992
|
-
"start":
|
|
27993
|
-
"end":
|
|
28242
|
+
"start": 367,
|
|
28243
|
+
"end": 368
|
|
27994
28244
|
},
|
|
27995
28245
|
"context": {
|
|
27996
28246
|
"type": "variable",
|
|
@@ -27998,8 +28248,8 @@
|
|
|
27998
28248
|
"value": "null",
|
|
27999
28249
|
"scope": "default",
|
|
28000
28250
|
"line": {
|
|
28001
|
-
"start":
|
|
28002
|
-
"end":
|
|
28251
|
+
"start": 369,
|
|
28252
|
+
"end": 369
|
|
28003
28253
|
}
|
|
28004
28254
|
},
|
|
28005
28255
|
"group": [
|
|
@@ -28014,8 +28264,8 @@
|
|
|
28014
28264
|
{
|
|
28015
28265
|
"description": "The text color of the outline Picker components.\n",
|
|
28016
28266
|
"commentRange": {
|
|
28017
|
-
"start":
|
|
28018
|
-
"end":
|
|
28267
|
+
"start": 370,
|
|
28268
|
+
"end": 371
|
|
28019
28269
|
},
|
|
28020
28270
|
"context": {
|
|
28021
28271
|
"type": "variable",
|
|
@@ -28023,8 +28273,8 @@
|
|
|
28023
28273
|
"value": "$kendo-button-text",
|
|
28024
28274
|
"scope": "default",
|
|
28025
28275
|
"line": {
|
|
28026
|
-
"start":
|
|
28027
|
-
"end":
|
|
28276
|
+
"start": 372,
|
|
28277
|
+
"end": 372
|
|
28028
28278
|
}
|
|
28029
28279
|
},
|
|
28030
28280
|
"group": [
|
|
@@ -28039,8 +28289,8 @@
|
|
|
28039
28289
|
{
|
|
28040
28290
|
"description": "The border color of the outline Picker components.\n",
|
|
28041
28291
|
"commentRange": {
|
|
28042
|
-
"start":
|
|
28043
|
-
"end":
|
|
28292
|
+
"start": 373,
|
|
28293
|
+
"end": 374
|
|
28044
28294
|
},
|
|
28045
28295
|
"context": {
|
|
28046
28296
|
"type": "variable",
|
|
@@ -28048,8 +28298,8 @@
|
|
|
28048
28298
|
"value": "rgba( $kendo-picker-outline-text, .5)",
|
|
28049
28299
|
"scope": "default",
|
|
28050
28300
|
"line": {
|
|
28051
|
-
"start":
|
|
28052
|
-
"end":
|
|
28301
|
+
"start": 375,
|
|
28302
|
+
"end": 375
|
|
28053
28303
|
}
|
|
28054
28304
|
},
|
|
28055
28305
|
"group": [
|
|
@@ -28064,8 +28314,8 @@
|
|
|
28064
28314
|
{
|
|
28065
28315
|
"description": "The background color of the outline hovered Picker components.\n",
|
|
28066
28316
|
"commentRange": {
|
|
28067
|
-
"start":
|
|
28068
|
-
"end":
|
|
28317
|
+
"start": 377,
|
|
28318
|
+
"end": 378
|
|
28069
28319
|
},
|
|
28070
28320
|
"context": {
|
|
28071
28321
|
"type": "variable",
|
|
@@ -28073,8 +28323,8 @@
|
|
|
28073
28323
|
"value": "$kendo-picker-outline-text",
|
|
28074
28324
|
"scope": "default",
|
|
28075
28325
|
"line": {
|
|
28076
|
-
"start":
|
|
28077
|
-
"end":
|
|
28326
|
+
"start": 379,
|
|
28327
|
+
"end": 379
|
|
28078
28328
|
}
|
|
28079
28329
|
},
|
|
28080
28330
|
"group": [
|
|
@@ -28089,8 +28339,8 @@
|
|
|
28089
28339
|
{
|
|
28090
28340
|
"description": "The text color of the outline hovered Picker components.\n",
|
|
28091
28341
|
"commentRange": {
|
|
28092
|
-
"start":
|
|
28093
|
-
"end":
|
|
28342
|
+
"start": 380,
|
|
28343
|
+
"end": 381
|
|
28094
28344
|
},
|
|
28095
28345
|
"context": {
|
|
28096
28346
|
"type": "variable",
|
|
@@ -28098,8 +28348,8 @@
|
|
|
28098
28348
|
"value": "k-contrast-legacy( $kendo-picker-outline-hover-bg )",
|
|
28099
28349
|
"scope": "default",
|
|
28100
28350
|
"line": {
|
|
28101
|
-
"start":
|
|
28102
|
-
"end":
|
|
28351
|
+
"start": 382,
|
|
28352
|
+
"end": 382
|
|
28103
28353
|
}
|
|
28104
28354
|
},
|
|
28105
28355
|
"group": [
|
|
@@ -28114,8 +28364,8 @@
|
|
|
28114
28364
|
{
|
|
28115
28365
|
"description": "The border color of the outline hovered Picker components.\n",
|
|
28116
28366
|
"commentRange": {
|
|
28117
|
-
"start":
|
|
28118
|
-
"end":
|
|
28367
|
+
"start": 383,
|
|
28368
|
+
"end": 384
|
|
28119
28369
|
},
|
|
28120
28370
|
"context": {
|
|
28121
28371
|
"type": "variable",
|
|
@@ -28123,8 +28373,8 @@
|
|
|
28123
28373
|
"value": "$kendo-picker-outline-hover-bg",
|
|
28124
28374
|
"scope": "default",
|
|
28125
28375
|
"line": {
|
|
28126
|
-
"start":
|
|
28127
|
-
"end":
|
|
28376
|
+
"start": 385,
|
|
28377
|
+
"end": 385
|
|
28128
28378
|
}
|
|
28129
28379
|
},
|
|
28130
28380
|
"group": [
|
|
@@ -28139,8 +28389,8 @@
|
|
|
28139
28389
|
{
|
|
28140
28390
|
"description": "The background color of the outline focused Picker components.\n",
|
|
28141
28391
|
"commentRange": {
|
|
28142
|
-
"start":
|
|
28143
|
-
"end":
|
|
28392
|
+
"start": 387,
|
|
28393
|
+
"end": 388
|
|
28144
28394
|
},
|
|
28145
28395
|
"context": {
|
|
28146
28396
|
"type": "variable",
|
|
@@ -28148,8 +28398,8 @@
|
|
|
28148
28398
|
"value": "null",
|
|
28149
28399
|
"scope": "default",
|
|
28150
28400
|
"line": {
|
|
28151
|
-
"start":
|
|
28152
|
-
"end":
|
|
28401
|
+
"start": 389,
|
|
28402
|
+
"end": 389
|
|
28153
28403
|
}
|
|
28154
28404
|
},
|
|
28155
28405
|
"group": [
|
|
@@ -28164,8 +28414,8 @@
|
|
|
28164
28414
|
{
|
|
28165
28415
|
"description": "The text color of the outline focused Picker components.\n",
|
|
28166
28416
|
"commentRange": {
|
|
28167
|
-
"start":
|
|
28168
|
-
"end":
|
|
28417
|
+
"start": 390,
|
|
28418
|
+
"end": 391
|
|
28169
28419
|
},
|
|
28170
28420
|
"context": {
|
|
28171
28421
|
"type": "variable",
|
|
@@ -28173,8 +28423,8 @@
|
|
|
28173
28423
|
"value": "null",
|
|
28174
28424
|
"scope": "default",
|
|
28175
28425
|
"line": {
|
|
28176
|
-
"start":
|
|
28177
|
-
"end":
|
|
28426
|
+
"start": 392,
|
|
28427
|
+
"end": 392
|
|
28178
28428
|
}
|
|
28179
28429
|
},
|
|
28180
28430
|
"group": [
|
|
@@ -28189,8 +28439,8 @@
|
|
|
28189
28439
|
{
|
|
28190
28440
|
"description": "The border color of the outline focused Picker components.\n",
|
|
28191
28441
|
"commentRange": {
|
|
28192
|
-
"start":
|
|
28193
|
-
"end":
|
|
28442
|
+
"start": 393,
|
|
28443
|
+
"end": 394
|
|
28194
28444
|
},
|
|
28195
28445
|
"context": {
|
|
28196
28446
|
"type": "variable",
|
|
@@ -28198,8 +28448,8 @@
|
|
|
28198
28448
|
"value": "null",
|
|
28199
28449
|
"scope": "default",
|
|
28200
28450
|
"line": {
|
|
28201
|
-
"start":
|
|
28202
|
-
"end":
|
|
28451
|
+
"start": 395,
|
|
28452
|
+
"end": 395
|
|
28203
28453
|
}
|
|
28204
28454
|
},
|
|
28205
28455
|
"group": [
|
|
@@ -28214,8 +28464,8 @@
|
|
|
28214
28464
|
{
|
|
28215
28465
|
"description": "The shadow of the outline focused Picker components.\n",
|
|
28216
28466
|
"commentRange": {
|
|
28217
|
-
"start":
|
|
28218
|
-
"end":
|
|
28467
|
+
"start": 396,
|
|
28468
|
+
"end": 397
|
|
28219
28469
|
},
|
|
28220
28470
|
"context": {
|
|
28221
28471
|
"type": "variable",
|
|
@@ -28223,8 +28473,8 @@
|
|
|
28223
28473
|
"value": "$kendo-picker-focus-shadow",
|
|
28224
28474
|
"scope": "default",
|
|
28225
28475
|
"line": {
|
|
28226
|
-
"start":
|
|
28227
|
-
"end":
|
|
28476
|
+
"start": 398,
|
|
28477
|
+
"end": 398
|
|
28228
28478
|
}
|
|
28229
28479
|
},
|
|
28230
28480
|
"group": [
|
|
@@ -28239,8 +28489,8 @@
|
|
|
28239
28489
|
{
|
|
28240
28490
|
"description": "The background color of the outline hovered and focused Picker components.\n",
|
|
28241
28491
|
"commentRange": {
|
|
28242
|
-
"start":
|
|
28243
|
-
"end":
|
|
28492
|
+
"start": 400,
|
|
28493
|
+
"end": 401
|
|
28244
28494
|
},
|
|
28245
28495
|
"context": {
|
|
28246
28496
|
"type": "variable",
|
|
@@ -28248,8 +28498,8 @@
|
|
|
28248
28498
|
"value": "null",
|
|
28249
28499
|
"scope": "default",
|
|
28250
28500
|
"line": {
|
|
28251
|
-
"start":
|
|
28252
|
-
"end":
|
|
28501
|
+
"start": 402,
|
|
28502
|
+
"end": 402
|
|
28253
28503
|
}
|
|
28254
28504
|
},
|
|
28255
28505
|
"group": [
|
|
@@ -28264,8 +28514,8 @@
|
|
|
28264
28514
|
{
|
|
28265
28515
|
"description": "The text color of the outline hovered and focused Picker components.\n",
|
|
28266
28516
|
"commentRange": {
|
|
28267
|
-
"start":
|
|
28268
|
-
"end":
|
|
28517
|
+
"start": 403,
|
|
28518
|
+
"end": 404
|
|
28269
28519
|
},
|
|
28270
28520
|
"context": {
|
|
28271
28521
|
"type": "variable",
|
|
@@ -28273,8 +28523,8 @@
|
|
|
28273
28523
|
"value": "null",
|
|
28274
28524
|
"scope": "default",
|
|
28275
28525
|
"line": {
|
|
28276
|
-
"start":
|
|
28277
|
-
"end":
|
|
28526
|
+
"start": 405,
|
|
28527
|
+
"end": 405
|
|
28278
28528
|
}
|
|
28279
28529
|
},
|
|
28280
28530
|
"group": [
|
|
@@ -28289,8 +28539,8 @@
|
|
|
28289
28539
|
{
|
|
28290
28540
|
"description": "The border color of the outline hovered and focused Picker components.\n",
|
|
28291
28541
|
"commentRange": {
|
|
28292
|
-
"start":
|
|
28293
|
-
"end":
|
|
28542
|
+
"start": 406,
|
|
28543
|
+
"end": 407
|
|
28294
28544
|
},
|
|
28295
28545
|
"context": {
|
|
28296
28546
|
"type": "variable",
|
|
@@ -28298,8 +28548,8 @@
|
|
|
28298
28548
|
"value": "null",
|
|
28299
28549
|
"scope": "default",
|
|
28300
28550
|
"line": {
|
|
28301
|
-
"start":
|
|
28302
|
-
"end":
|
|
28551
|
+
"start": 408,
|
|
28552
|
+
"end": 408
|
|
28303
28553
|
}
|
|
28304
28554
|
},
|
|
28305
28555
|
"group": [
|
|
@@ -28314,8 +28564,8 @@
|
|
|
28314
28564
|
{
|
|
28315
28565
|
"description": "The background color of the flat Picker components.\n",
|
|
28316
28566
|
"commentRange": {
|
|
28317
|
-
"start":
|
|
28318
|
-
"end":
|
|
28567
|
+
"start": 410,
|
|
28568
|
+
"end": 411
|
|
28319
28569
|
},
|
|
28320
28570
|
"context": {
|
|
28321
28571
|
"type": "variable",
|
|
@@ -28323,8 +28573,8 @@
|
|
|
28323
28573
|
"value": "null",
|
|
28324
28574
|
"scope": "default",
|
|
28325
28575
|
"line": {
|
|
28326
|
-
"start":
|
|
28327
|
-
"end":
|
|
28576
|
+
"start": 412,
|
|
28577
|
+
"end": 412
|
|
28328
28578
|
}
|
|
28329
28579
|
},
|
|
28330
28580
|
"group": [
|
|
@@ -28339,8 +28589,8 @@
|
|
|
28339
28589
|
{
|
|
28340
28590
|
"description": "The text color of the flat Picker components.\n",
|
|
28341
28591
|
"commentRange": {
|
|
28342
|
-
"start":
|
|
28343
|
-
"end":
|
|
28592
|
+
"start": 413,
|
|
28593
|
+
"end": 414
|
|
28344
28594
|
},
|
|
28345
28595
|
"context": {
|
|
28346
28596
|
"type": "variable",
|
|
@@ -28348,8 +28598,8 @@
|
|
|
28348
28598
|
"value": "$kendo-button-text",
|
|
28349
28599
|
"scope": "default",
|
|
28350
28600
|
"line": {
|
|
28351
|
-
"start":
|
|
28352
|
-
"end":
|
|
28601
|
+
"start": 415,
|
|
28602
|
+
"end": 415
|
|
28353
28603
|
}
|
|
28354
28604
|
},
|
|
28355
28605
|
"group": [
|
|
@@ -28364,8 +28614,8 @@
|
|
|
28364
28614
|
{
|
|
28365
28615
|
"description": "The border color of the flat Picker components.\n",
|
|
28366
28616
|
"commentRange": {
|
|
28367
|
-
"start":
|
|
28368
|
-
"end":
|
|
28617
|
+
"start": 416,
|
|
28618
|
+
"end": 417
|
|
28369
28619
|
},
|
|
28370
28620
|
"context": {
|
|
28371
28621
|
"type": "variable",
|
|
@@ -28373,8 +28623,8 @@
|
|
|
28373
28623
|
"value": "$kendo-button-border",
|
|
28374
28624
|
"scope": "default",
|
|
28375
28625
|
"line": {
|
|
28376
|
-
"start":
|
|
28377
|
-
"end":
|
|
28626
|
+
"start": 418,
|
|
28627
|
+
"end": 418
|
|
28378
28628
|
}
|
|
28379
28629
|
},
|
|
28380
28630
|
"group": [
|
|
@@ -28389,8 +28639,8 @@
|
|
|
28389
28639
|
{
|
|
28390
28640
|
"description": "The background color of the flat hovered Picker components.\n",
|
|
28391
28641
|
"commentRange": {
|
|
28392
|
-
"start":
|
|
28393
|
-
"end":
|
|
28642
|
+
"start": 420,
|
|
28643
|
+
"end": 421
|
|
28394
28644
|
},
|
|
28395
28645
|
"context": {
|
|
28396
28646
|
"type": "variable",
|
|
@@ -28398,8 +28648,8 @@
|
|
|
28398
28648
|
"value": "rgba( $kendo-button-text, .04 )",
|
|
28399
28649
|
"scope": "default",
|
|
28400
28650
|
"line": {
|
|
28401
|
-
"start":
|
|
28402
|
-
"end":
|
|
28651
|
+
"start": 422,
|
|
28652
|
+
"end": 422
|
|
28403
28653
|
}
|
|
28404
28654
|
},
|
|
28405
28655
|
"group": [
|
|
@@ -28414,8 +28664,8 @@
|
|
|
28414
28664
|
{
|
|
28415
28665
|
"description": "The text color of the flat hovered Picker components.\n",
|
|
28416
28666
|
"commentRange": {
|
|
28417
|
-
"start":
|
|
28418
|
-
"end":
|
|
28667
|
+
"start": 423,
|
|
28668
|
+
"end": 424
|
|
28419
28669
|
},
|
|
28420
28670
|
"context": {
|
|
28421
28671
|
"type": "variable",
|
|
@@ -28423,8 +28673,8 @@
|
|
|
28423
28673
|
"value": "null",
|
|
28424
28674
|
"scope": "default",
|
|
28425
28675
|
"line": {
|
|
28426
|
-
"start":
|
|
28427
|
-
"end":
|
|
28676
|
+
"start": 425,
|
|
28677
|
+
"end": 425
|
|
28428
28678
|
}
|
|
28429
28679
|
},
|
|
28430
28680
|
"group": [
|
|
@@ -28439,8 +28689,8 @@
|
|
|
28439
28689
|
{
|
|
28440
28690
|
"description": "The border color of the flat hovered Picker components.\n",
|
|
28441
28691
|
"commentRange": {
|
|
28442
|
-
"start":
|
|
28443
|
-
"end":
|
|
28692
|
+
"start": 426,
|
|
28693
|
+
"end": 427
|
|
28444
28694
|
},
|
|
28445
28695
|
"context": {
|
|
28446
28696
|
"type": "variable",
|
|
@@ -28448,8 +28698,8 @@
|
|
|
28448
28698
|
"value": "rgba( $kendo-button-border, .16 )",
|
|
28449
28699
|
"scope": "default",
|
|
28450
28700
|
"line": {
|
|
28451
|
-
"start":
|
|
28452
|
-
"end":
|
|
28701
|
+
"start": 428,
|
|
28702
|
+
"end": 428
|
|
28453
28703
|
}
|
|
28454
28704
|
},
|
|
28455
28705
|
"group": [
|
|
@@ -28464,8 +28714,8 @@
|
|
|
28464
28714
|
{
|
|
28465
28715
|
"description": "The background color of the flat focused Picker components.\n",
|
|
28466
28716
|
"commentRange": {
|
|
28467
|
-
"start":
|
|
28468
|
-
"end":
|
|
28717
|
+
"start": 430,
|
|
28718
|
+
"end": 431
|
|
28469
28719
|
},
|
|
28470
28720
|
"context": {
|
|
28471
28721
|
"type": "variable",
|
|
@@ -28473,8 +28723,8 @@
|
|
|
28473
28723
|
"value": "null",
|
|
28474
28724
|
"scope": "default",
|
|
28475
28725
|
"line": {
|
|
28476
|
-
"start":
|
|
28477
|
-
"end":
|
|
28726
|
+
"start": 432,
|
|
28727
|
+
"end": 432
|
|
28478
28728
|
}
|
|
28479
28729
|
},
|
|
28480
28730
|
"group": [
|
|
@@ -28489,8 +28739,8 @@
|
|
|
28489
28739
|
{
|
|
28490
28740
|
"description": "The text color of the flat focused Picker components.\n",
|
|
28491
28741
|
"commentRange": {
|
|
28492
|
-
"start":
|
|
28493
|
-
"end":
|
|
28742
|
+
"start": 433,
|
|
28743
|
+
"end": 434
|
|
28494
28744
|
},
|
|
28495
28745
|
"context": {
|
|
28496
28746
|
"type": "variable",
|
|
@@ -28498,8 +28748,8 @@
|
|
|
28498
28748
|
"value": "null",
|
|
28499
28749
|
"scope": "default",
|
|
28500
28750
|
"line": {
|
|
28501
|
-
"start":
|
|
28502
|
-
"end":
|
|
28751
|
+
"start": 435,
|
|
28752
|
+
"end": 435
|
|
28503
28753
|
}
|
|
28504
28754
|
},
|
|
28505
28755
|
"group": [
|
|
@@ -28514,8 +28764,8 @@
|
|
|
28514
28764
|
{
|
|
28515
28765
|
"description": "The border color of the flat focused Picker components.\n",
|
|
28516
28766
|
"commentRange": {
|
|
28517
|
-
"start":
|
|
28518
|
-
"end":
|
|
28767
|
+
"start": 436,
|
|
28768
|
+
"end": 437
|
|
28519
28769
|
},
|
|
28520
28770
|
"context": {
|
|
28521
28771
|
"type": "variable",
|
|
@@ -28523,8 +28773,8 @@
|
|
|
28523
28773
|
"value": "null",
|
|
28524
28774
|
"scope": "default",
|
|
28525
28775
|
"line": {
|
|
28526
|
-
"start":
|
|
28527
|
-
"end":
|
|
28776
|
+
"start": 438,
|
|
28777
|
+
"end": 438
|
|
28528
28778
|
}
|
|
28529
28779
|
},
|
|
28530
28780
|
"group": [
|
|
@@ -28539,8 +28789,8 @@
|
|
|
28539
28789
|
{
|
|
28540
28790
|
"description": "The shadow of the flat focused Picker components.\n",
|
|
28541
28791
|
"commentRange": {
|
|
28542
|
-
"start":
|
|
28543
|
-
"end":
|
|
28792
|
+
"start": 439,
|
|
28793
|
+
"end": 440
|
|
28544
28794
|
},
|
|
28545
28795
|
"context": {
|
|
28546
28796
|
"type": "variable",
|
|
@@ -28548,8 +28798,8 @@
|
|
|
28548
28798
|
"value": "$kendo-picker-focus-shadow",
|
|
28549
28799
|
"scope": "default",
|
|
28550
28800
|
"line": {
|
|
28551
|
-
"start":
|
|
28552
|
-
"end":
|
|
28801
|
+
"start": 441,
|
|
28802
|
+
"end": 441
|
|
28553
28803
|
}
|
|
28554
28804
|
},
|
|
28555
28805
|
"group": [
|
|
@@ -28564,8 +28814,8 @@
|
|
|
28564
28814
|
{
|
|
28565
28815
|
"description": "The background color of the flat hovered and focused Picker components.\n",
|
|
28566
28816
|
"commentRange": {
|
|
28567
|
-
"start":
|
|
28568
|
-
"end":
|
|
28817
|
+
"start": 443,
|
|
28818
|
+
"end": 444
|
|
28569
28819
|
},
|
|
28570
28820
|
"context": {
|
|
28571
28821
|
"type": "variable",
|
|
@@ -28573,8 +28823,8 @@
|
|
|
28573
28823
|
"value": "null",
|
|
28574
28824
|
"scope": "default",
|
|
28575
28825
|
"line": {
|
|
28576
|
-
"start":
|
|
28577
|
-
"end":
|
|
28826
|
+
"start": 445,
|
|
28827
|
+
"end": 445
|
|
28578
28828
|
}
|
|
28579
28829
|
},
|
|
28580
28830
|
"group": [
|
|
@@ -28589,8 +28839,8 @@
|
|
|
28589
28839
|
{
|
|
28590
28840
|
"description": "The text color of the flat hovered and focused Picker components.\n",
|
|
28591
28841
|
"commentRange": {
|
|
28592
|
-
"start":
|
|
28593
|
-
"end":
|
|
28842
|
+
"start": 446,
|
|
28843
|
+
"end": 447
|
|
28594
28844
|
},
|
|
28595
28845
|
"context": {
|
|
28596
28846
|
"type": "variable",
|
|
@@ -28598,8 +28848,8 @@
|
|
|
28598
28848
|
"value": "null",
|
|
28599
28849
|
"scope": "default",
|
|
28600
28850
|
"line": {
|
|
28601
|
-
"start":
|
|
28602
|
-
"end":
|
|
28851
|
+
"start": 448,
|
|
28852
|
+
"end": 448
|
|
28603
28853
|
}
|
|
28604
28854
|
},
|
|
28605
28855
|
"group": [
|
|
@@ -28614,8 +28864,8 @@
|
|
|
28614
28864
|
{
|
|
28615
28865
|
"description": "The border color of the flat hovered and focused Picker components.\n",
|
|
28616
28866
|
"commentRange": {
|
|
28617
|
-
"start":
|
|
28618
|
-
"end":
|
|
28867
|
+
"start": 449,
|
|
28868
|
+
"end": 450
|
|
28619
28869
|
},
|
|
28620
28870
|
"context": {
|
|
28621
28871
|
"type": "variable",
|
|
@@ -28623,8 +28873,8 @@
|
|
|
28623
28873
|
"value": "null",
|
|
28624
28874
|
"scope": "default",
|
|
28625
28875
|
"line": {
|
|
28626
|
-
"start":
|
|
28627
|
-
"end":
|
|
28876
|
+
"start": 451,
|
|
28877
|
+
"end": 451
|
|
28628
28878
|
}
|
|
28629
28879
|
},
|
|
28630
28880
|
"group": [
|