@progress/kendo-theme-bootstrap 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 +216 -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/bootstrap-3-dark.json +1 -1
- package/lib/swatches/bootstrap-3.json +1 -1
- package/lib/swatches/bootstrap-4-dark.json +1 -1
- package/lib/swatches/bootstrap-4.json +1 -1
- package/lib/swatches/bootstrap-dataviz-v4.json +1 -1
- package/lib/swatches/bootstrap-main-dark.json +1 -1
- package/lib/swatches/bootstrap-main.json +1 -1
- package/lib/swatches/bootstrap-nordic.json +1 -1
- package/lib/swatches/bootstrap-turquoise-dark.json +1 -1
- package/lib/swatches/bootstrap-turquoise.json +1 -1
- package/lib/swatches/bootstrap-urban.json +1 -1
- package/lib/swatches/bootstrap-vintage.json +1 -1
- package/package.json +5 -5
- package/scss/_variables.scss +5 -0
- package/scss/input/_variables.scss +15 -1
|
@@ -22459,8 +22459,8 @@
|
|
|
22459
22459
|
},
|
|
22460
22460
|
"context": {
|
|
22461
22461
|
"type": "variable",
|
|
22462
|
-
"name": "kendo-input-separator-
|
|
22463
|
-
"value": "$kendo-
|
|
22462
|
+
"name": "kendo-input-separator-text",
|
|
22463
|
+
"value": "$kendo-component-border",
|
|
22464
22464
|
"scope": "default",
|
|
22465
22465
|
"line": {
|
|
22466
22466
|
"start": 270,
|
|
@@ -22475,7 +22475,7 @@
|
|
|
22475
22475
|
"path": "input/_variables.scss",
|
|
22476
22476
|
"name": "_variables.scss"
|
|
22477
22477
|
},
|
|
22478
|
-
"resolvedValue": "#
|
|
22478
|
+
"resolvedValue": "#dee2e6",
|
|
22479
22479
|
"resolvedType": "Color"
|
|
22480
22480
|
},
|
|
22481
22481
|
{
|
|
@@ -22506,15 +22506,15 @@
|
|
|
22506
22506
|
"resolvedType": "Number"
|
|
22507
22507
|
},
|
|
22508
22508
|
{
|
|
22509
|
-
"description": "The
|
|
22509
|
+
"description": "The text color of the Input prefix.\n",
|
|
22510
22510
|
"commentRange": {
|
|
22511
22511
|
"start": 275,
|
|
22512
22512
|
"end": 276
|
|
22513
22513
|
},
|
|
22514
22514
|
"context": {
|
|
22515
22515
|
"type": "variable",
|
|
22516
|
-
"name": "kendo-input-
|
|
22517
|
-
"value": "$kendo-
|
|
22516
|
+
"name": "kendo-input-prefix-text",
|
|
22517
|
+
"value": "$kendo-subtle-text",
|
|
22518
22518
|
"scope": "default",
|
|
22519
22519
|
"line": {
|
|
22520
22520
|
"start": 277,
|
|
@@ -22529,19 +22529,19 @@
|
|
|
22529
22529
|
"path": "input/_variables.scss",
|
|
22530
22530
|
"name": "_variables.scss"
|
|
22531
22531
|
},
|
|
22532
|
-
"resolvedValue": "#
|
|
22532
|
+
"resolvedValue": "#6c757d",
|
|
22533
22533
|
"resolvedType": "Color"
|
|
22534
22534
|
},
|
|
22535
22535
|
{
|
|
22536
|
-
"description": "The
|
|
22536
|
+
"description": "The text color of the Input suffix.\n",
|
|
22537
22537
|
"commentRange": {
|
|
22538
22538
|
"start": 278,
|
|
22539
22539
|
"end": 279
|
|
22540
22540
|
},
|
|
22541
22541
|
"context": {
|
|
22542
22542
|
"type": "variable",
|
|
22543
|
-
"name": "kendo-input-
|
|
22544
|
-
"value": "$kendo-
|
|
22543
|
+
"name": "kendo-input-suffix-text",
|
|
22544
|
+
"value": "$kendo-subtle-text",
|
|
22545
22545
|
"scope": "default",
|
|
22546
22546
|
"line": {
|
|
22547
22547
|
"start": 280,
|
|
@@ -22556,9 +22556,117 @@
|
|
|
22556
22556
|
"path": "input/_variables.scss",
|
|
22557
22557
|
"name": "_variables.scss"
|
|
22558
22558
|
},
|
|
22559
|
+
"resolvedValue": "#6c757d",
|
|
22560
|
+
"resolvedType": "Color"
|
|
22561
|
+
},
|
|
22562
|
+
{
|
|
22563
|
+
"description": "The border color of the invalid Input components.\n",
|
|
22564
|
+
"commentRange": {
|
|
22565
|
+
"start": 282,
|
|
22566
|
+
"end": 283
|
|
22567
|
+
},
|
|
22568
|
+
"context": {
|
|
22569
|
+
"type": "variable",
|
|
22570
|
+
"name": "kendo-input-invalid-border",
|
|
22571
|
+
"value": "$kendo-invalid-border",
|
|
22572
|
+
"scope": "default",
|
|
22573
|
+
"line": {
|
|
22574
|
+
"start": 284,
|
|
22575
|
+
"end": 284
|
|
22576
|
+
}
|
|
22577
|
+
},
|
|
22578
|
+
"group": [
|
|
22579
|
+
"input"
|
|
22580
|
+
],
|
|
22581
|
+
"access": "public",
|
|
22582
|
+
"file": {
|
|
22583
|
+
"path": "input/_variables.scss",
|
|
22584
|
+
"name": "_variables.scss"
|
|
22585
|
+
},
|
|
22586
|
+
"resolvedValue": "#dc3545",
|
|
22587
|
+
"resolvedType": "Color"
|
|
22588
|
+
},
|
|
22589
|
+
{
|
|
22590
|
+
"description": "The shadow of the invalid Input components.\n",
|
|
22591
|
+
"commentRange": {
|
|
22592
|
+
"start": 285,
|
|
22593
|
+
"end": 286
|
|
22594
|
+
},
|
|
22595
|
+
"context": {
|
|
22596
|
+
"type": "variable",
|
|
22597
|
+
"name": "kendo-input-invalid-shadow",
|
|
22598
|
+
"value": "$kendo-invalid-shadow",
|
|
22599
|
+
"scope": "default",
|
|
22600
|
+
"line": {
|
|
22601
|
+
"start": 287,
|
|
22602
|
+
"end": 287
|
|
22603
|
+
}
|
|
22604
|
+
},
|
|
22605
|
+
"group": [
|
|
22606
|
+
"input"
|
|
22607
|
+
],
|
|
22608
|
+
"access": "public",
|
|
22609
|
+
"file": {
|
|
22610
|
+
"path": "input/_variables.scss",
|
|
22611
|
+
"name": "_variables.scss"
|
|
22612
|
+
},
|
|
22559
22613
|
"resolvedValue": "0 0 0 0.25rem rgba(220, 53, 69, 0.25)",
|
|
22560
22614
|
"resolvedType": "List"
|
|
22561
22615
|
},
|
|
22616
|
+
{
|
|
22617
|
+
"description": "The border color of the valid Input components.\n",
|
|
22618
|
+
"commentRange": {
|
|
22619
|
+
"start": 289,
|
|
22620
|
+
"end": 290
|
|
22621
|
+
},
|
|
22622
|
+
"context": {
|
|
22623
|
+
"type": "variable",
|
|
22624
|
+
"name": "kendo-input-valid-border",
|
|
22625
|
+
"value": "$kendo-valid-border",
|
|
22626
|
+
"scope": "default",
|
|
22627
|
+
"line": {
|
|
22628
|
+
"start": 291,
|
|
22629
|
+
"end": 291
|
|
22630
|
+
}
|
|
22631
|
+
},
|
|
22632
|
+
"group": [
|
|
22633
|
+
"input"
|
|
22634
|
+
],
|
|
22635
|
+
"access": "public",
|
|
22636
|
+
"file": {
|
|
22637
|
+
"path": "input/_variables.scss",
|
|
22638
|
+
"name": "_variables.scss"
|
|
22639
|
+
},
|
|
22640
|
+
"resolvedValue": "#198754",
|
|
22641
|
+
"resolvedType": "Color"
|
|
22642
|
+
},
|
|
22643
|
+
{
|
|
22644
|
+
"description": "The shadow of the valid Input components.\n",
|
|
22645
|
+
"commentRange": {
|
|
22646
|
+
"start": 292,
|
|
22647
|
+
"end": 293
|
|
22648
|
+
},
|
|
22649
|
+
"context": {
|
|
22650
|
+
"type": "variable",
|
|
22651
|
+
"name": "kendo-input-valid-shadow",
|
|
22652
|
+
"value": "$kendo-valid-shadow",
|
|
22653
|
+
"scope": "default",
|
|
22654
|
+
"line": {
|
|
22655
|
+
"start": 294,
|
|
22656
|
+
"end": 294
|
|
22657
|
+
}
|
|
22658
|
+
},
|
|
22659
|
+
"group": [
|
|
22660
|
+
"input"
|
|
22661
|
+
],
|
|
22662
|
+
"access": "public",
|
|
22663
|
+
"file": {
|
|
22664
|
+
"path": "input/_variables.scss",
|
|
22665
|
+
"name": "_variables.scss"
|
|
22666
|
+
},
|
|
22667
|
+
"resolvedValue": "0 0 0 0.25rem rgba(25, 135, 84, 0.25)",
|
|
22668
|
+
"resolvedType": "List"
|
|
22669
|
+
},
|
|
22562
22670
|
{
|
|
22563
22671
|
"description": "The font family of the List components.\n",
|
|
22564
22672
|
"commentRange": {
|
|
@@ -28880,8 +28988,8 @@
|
|
|
28880
28988
|
{
|
|
28881
28989
|
"description": "The background color of the Picker components.\n",
|
|
28882
28990
|
"commentRange": {
|
|
28883
|
-
"start":
|
|
28884
|
-
"end":
|
|
28991
|
+
"start": 296,
|
|
28992
|
+
"end": 297
|
|
28885
28993
|
},
|
|
28886
28994
|
"context": {
|
|
28887
28995
|
"type": "variable",
|
|
@@ -28889,8 +28997,8 @@
|
|
|
28889
28997
|
"value": "$kendo-button-bg",
|
|
28890
28998
|
"scope": "default",
|
|
28891
28999
|
"line": {
|
|
28892
|
-
"start":
|
|
28893
|
-
"end":
|
|
29000
|
+
"start": 298,
|
|
29001
|
+
"end": 298
|
|
28894
29002
|
}
|
|
28895
29003
|
},
|
|
28896
29004
|
"group": [
|
|
@@ -28907,8 +29015,8 @@
|
|
|
28907
29015
|
{
|
|
28908
29016
|
"description": "The text color of the Picker components.\n",
|
|
28909
29017
|
"commentRange": {
|
|
28910
|
-
"start":
|
|
28911
|
-
"end":
|
|
29018
|
+
"start": 299,
|
|
29019
|
+
"end": 300
|
|
28912
29020
|
},
|
|
28913
29021
|
"context": {
|
|
28914
29022
|
"type": "variable",
|
|
@@ -28916,8 +29024,8 @@
|
|
|
28916
29024
|
"value": "$kendo-button-text",
|
|
28917
29025
|
"scope": "default",
|
|
28918
29026
|
"line": {
|
|
28919
|
-
"start":
|
|
28920
|
-
"end":
|
|
29027
|
+
"start": 301,
|
|
29028
|
+
"end": 301
|
|
28921
29029
|
}
|
|
28922
29030
|
},
|
|
28923
29031
|
"group": [
|
|
@@ -28934,8 +29042,8 @@
|
|
|
28934
29042
|
{
|
|
28935
29043
|
"description": "The border color of the Picker components.\n",
|
|
28936
29044
|
"commentRange": {
|
|
28937
|
-
"start":
|
|
28938
|
-
"end":
|
|
29045
|
+
"start": 302,
|
|
29046
|
+
"end": 303
|
|
28939
29047
|
},
|
|
28940
29048
|
"context": {
|
|
28941
29049
|
"type": "variable",
|
|
@@ -28943,8 +29051,8 @@
|
|
|
28943
29051
|
"value": "$kendo-button-border",
|
|
28944
29052
|
"scope": "default",
|
|
28945
29053
|
"line": {
|
|
28946
|
-
"start":
|
|
28947
|
-
"end":
|
|
29054
|
+
"start": 304,
|
|
29055
|
+
"end": 304
|
|
28948
29056
|
}
|
|
28949
29057
|
},
|
|
28950
29058
|
"group": [
|
|
@@ -28961,8 +29069,8 @@
|
|
|
28961
29069
|
{
|
|
28962
29070
|
"description": "The gradient of the Picker components.\n",
|
|
28963
29071
|
"commentRange": {
|
|
28964
|
-
"start":
|
|
28965
|
-
"end":
|
|
29072
|
+
"start": 305,
|
|
29073
|
+
"end": 306
|
|
28966
29074
|
},
|
|
28967
29075
|
"context": {
|
|
28968
29076
|
"type": "variable",
|
|
@@ -28970,8 +29078,8 @@
|
|
|
28970
29078
|
"value": "$kendo-button-gradient",
|
|
28971
29079
|
"scope": "default",
|
|
28972
29080
|
"line": {
|
|
28973
|
-
"start":
|
|
28974
|
-
"end":
|
|
29081
|
+
"start": 307,
|
|
29082
|
+
"end": 307
|
|
28975
29083
|
}
|
|
28976
29084
|
},
|
|
28977
29085
|
"group": [
|
|
@@ -28988,8 +29096,8 @@
|
|
|
28988
29096
|
{
|
|
28989
29097
|
"description": "The shadow of the Picker components.\n",
|
|
28990
29098
|
"commentRange": {
|
|
28991
|
-
"start":
|
|
28992
|
-
"end":
|
|
29099
|
+
"start": 308,
|
|
29100
|
+
"end": 309
|
|
28993
29101
|
},
|
|
28994
29102
|
"context": {
|
|
28995
29103
|
"type": "variable",
|
|
@@ -28997,8 +29105,8 @@
|
|
|
28997
29105
|
"value": "$kendo-button-shadow",
|
|
28998
29106
|
"scope": "default",
|
|
28999
29107
|
"line": {
|
|
29000
|
-
"start":
|
|
29001
|
-
"end":
|
|
29108
|
+
"start": 310,
|
|
29109
|
+
"end": 310
|
|
29002
29110
|
}
|
|
29003
29111
|
},
|
|
29004
29112
|
"group": [
|
|
@@ -29015,8 +29123,8 @@
|
|
|
29015
29123
|
{
|
|
29016
29124
|
"description": "The background color of the hovered Picker components.\n",
|
|
29017
29125
|
"commentRange": {
|
|
29018
|
-
"start":
|
|
29019
|
-
"end":
|
|
29126
|
+
"start": 312,
|
|
29127
|
+
"end": 313
|
|
29020
29128
|
},
|
|
29021
29129
|
"context": {
|
|
29022
29130
|
"type": "variable",
|
|
@@ -29024,8 +29132,8 @@
|
|
|
29024
29132
|
"value": "$kendo-button-hover-bg",
|
|
29025
29133
|
"scope": "default",
|
|
29026
29134
|
"line": {
|
|
29027
|
-
"start":
|
|
29028
|
-
"end":
|
|
29135
|
+
"start": 314,
|
|
29136
|
+
"end": 314
|
|
29029
29137
|
}
|
|
29030
29138
|
},
|
|
29031
29139
|
"group": [
|
|
@@ -29042,8 +29150,8 @@
|
|
|
29042
29150
|
{
|
|
29043
29151
|
"description": "The text color of the hovered Picker components.\n",
|
|
29044
29152
|
"commentRange": {
|
|
29045
|
-
"start":
|
|
29046
|
-
"end":
|
|
29153
|
+
"start": 315,
|
|
29154
|
+
"end": 316
|
|
29047
29155
|
},
|
|
29048
29156
|
"context": {
|
|
29049
29157
|
"type": "variable",
|
|
@@ -29051,8 +29159,8 @@
|
|
|
29051
29159
|
"value": "$kendo-button-hover-text",
|
|
29052
29160
|
"scope": "default",
|
|
29053
29161
|
"line": {
|
|
29054
|
-
"start":
|
|
29055
|
-
"end":
|
|
29162
|
+
"start": 317,
|
|
29163
|
+
"end": 317
|
|
29056
29164
|
}
|
|
29057
29165
|
},
|
|
29058
29166
|
"group": [
|
|
@@ -29069,8 +29177,8 @@
|
|
|
29069
29177
|
{
|
|
29070
29178
|
"description": "The border color of the hovered Picker components.\n",
|
|
29071
29179
|
"commentRange": {
|
|
29072
|
-
"start":
|
|
29073
|
-
"end":
|
|
29180
|
+
"start": 318,
|
|
29181
|
+
"end": 319
|
|
29074
29182
|
},
|
|
29075
29183
|
"context": {
|
|
29076
29184
|
"type": "variable",
|
|
@@ -29078,8 +29186,8 @@
|
|
|
29078
29186
|
"value": "$kendo-button-hover-border",
|
|
29079
29187
|
"scope": "default",
|
|
29080
29188
|
"line": {
|
|
29081
|
-
"start":
|
|
29082
|
-
"end":
|
|
29189
|
+
"start": 320,
|
|
29190
|
+
"end": 320
|
|
29083
29191
|
}
|
|
29084
29192
|
},
|
|
29085
29193
|
"group": [
|
|
@@ -29096,8 +29204,8 @@
|
|
|
29096
29204
|
{
|
|
29097
29205
|
"description": "The gradient of the hovered Picker components.\n",
|
|
29098
29206
|
"commentRange": {
|
|
29099
|
-
"start":
|
|
29100
|
-
"end":
|
|
29207
|
+
"start": 321,
|
|
29208
|
+
"end": 322
|
|
29101
29209
|
},
|
|
29102
29210
|
"context": {
|
|
29103
29211
|
"type": "variable",
|
|
@@ -29105,8 +29213,8 @@
|
|
|
29105
29213
|
"value": "$kendo-button-hover-gradient",
|
|
29106
29214
|
"scope": "default",
|
|
29107
29215
|
"line": {
|
|
29108
|
-
"start":
|
|
29109
|
-
"end":
|
|
29216
|
+
"start": 323,
|
|
29217
|
+
"end": 323
|
|
29110
29218
|
}
|
|
29111
29219
|
},
|
|
29112
29220
|
"group": [
|
|
@@ -29123,8 +29231,8 @@
|
|
|
29123
29231
|
{
|
|
29124
29232
|
"description": "The shadow of the hovered Picker components.\n",
|
|
29125
29233
|
"commentRange": {
|
|
29126
|
-
"start":
|
|
29127
|
-
"end":
|
|
29234
|
+
"start": 324,
|
|
29235
|
+
"end": 325
|
|
29128
29236
|
},
|
|
29129
29237
|
"context": {
|
|
29130
29238
|
"type": "variable",
|
|
@@ -29132,8 +29240,8 @@
|
|
|
29132
29240
|
"value": "$kendo-button-hover-shadow",
|
|
29133
29241
|
"scope": "default",
|
|
29134
29242
|
"line": {
|
|
29135
|
-
"start":
|
|
29136
|
-
"end":
|
|
29243
|
+
"start": 326,
|
|
29244
|
+
"end": 326
|
|
29137
29245
|
}
|
|
29138
29246
|
},
|
|
29139
29247
|
"group": [
|
|
@@ -29150,8 +29258,8 @@
|
|
|
29150
29258
|
{
|
|
29151
29259
|
"description": "The background color of the focused Picker components.\n",
|
|
29152
29260
|
"commentRange": {
|
|
29153
|
-
"start":
|
|
29154
|
-
"end":
|
|
29261
|
+
"start": 328,
|
|
29262
|
+
"end": 329
|
|
29155
29263
|
},
|
|
29156
29264
|
"context": {
|
|
29157
29265
|
"type": "variable",
|
|
@@ -29159,8 +29267,8 @@
|
|
|
29159
29267
|
"value": "$kendo-button-active-bg",
|
|
29160
29268
|
"scope": "default",
|
|
29161
29269
|
"line": {
|
|
29162
|
-
"start":
|
|
29163
|
-
"end":
|
|
29270
|
+
"start": 330,
|
|
29271
|
+
"end": 330
|
|
29164
29272
|
}
|
|
29165
29273
|
},
|
|
29166
29274
|
"group": [
|
|
@@ -29177,8 +29285,8 @@
|
|
|
29177
29285
|
{
|
|
29178
29286
|
"description": "The text color of the focused Picker components.\n",
|
|
29179
29287
|
"commentRange": {
|
|
29180
|
-
"start":
|
|
29181
|
-
"end":
|
|
29288
|
+
"start": 331,
|
|
29289
|
+
"end": 332
|
|
29182
29290
|
},
|
|
29183
29291
|
"context": {
|
|
29184
29292
|
"type": "variable",
|
|
@@ -29186,8 +29294,8 @@
|
|
|
29186
29294
|
"value": "$kendo-button-focus-text",
|
|
29187
29295
|
"scope": "default",
|
|
29188
29296
|
"line": {
|
|
29189
|
-
"start":
|
|
29190
|
-
"end":
|
|
29297
|
+
"start": 333,
|
|
29298
|
+
"end": 333
|
|
29191
29299
|
}
|
|
29192
29300
|
},
|
|
29193
29301
|
"group": [
|
|
@@ -29204,8 +29312,8 @@
|
|
|
29204
29312
|
{
|
|
29205
29313
|
"description": "The border color of the focused Picker components.\n",
|
|
29206
29314
|
"commentRange": {
|
|
29207
|
-
"start":
|
|
29208
|
-
"end":
|
|
29315
|
+
"start": 334,
|
|
29316
|
+
"end": 335
|
|
29209
29317
|
},
|
|
29210
29318
|
"context": {
|
|
29211
29319
|
"type": "variable",
|
|
@@ -29213,8 +29321,8 @@
|
|
|
29213
29321
|
"value": "$kendo-button-focus-border",
|
|
29214
29322
|
"scope": "default",
|
|
29215
29323
|
"line": {
|
|
29216
|
-
"start":
|
|
29217
|
-
"end":
|
|
29324
|
+
"start": 336,
|
|
29325
|
+
"end": 336
|
|
29218
29326
|
}
|
|
29219
29327
|
},
|
|
29220
29328
|
"group": [
|
|
@@ -29231,8 +29339,8 @@
|
|
|
29231
29339
|
{
|
|
29232
29340
|
"description": "The gradient of the focused Picker components.\n",
|
|
29233
29341
|
"commentRange": {
|
|
29234
|
-
"start":
|
|
29235
|
-
"end":
|
|
29342
|
+
"start": 337,
|
|
29343
|
+
"end": 338
|
|
29236
29344
|
},
|
|
29237
29345
|
"context": {
|
|
29238
29346
|
"type": "variable",
|
|
@@ -29240,8 +29348,8 @@
|
|
|
29240
29348
|
"value": "$kendo-button-focus-gradient",
|
|
29241
29349
|
"scope": "default",
|
|
29242
29350
|
"line": {
|
|
29243
|
-
"start":
|
|
29244
|
-
"end":
|
|
29351
|
+
"start": 339,
|
|
29352
|
+
"end": 339
|
|
29245
29353
|
}
|
|
29246
29354
|
},
|
|
29247
29355
|
"group": [
|
|
@@ -29258,8 +29366,8 @@
|
|
|
29258
29366
|
{
|
|
29259
29367
|
"description": "The shadow of the focused Picker components.\n",
|
|
29260
29368
|
"commentRange": {
|
|
29261
|
-
"start":
|
|
29262
|
-
"end":
|
|
29369
|
+
"start": 340,
|
|
29370
|
+
"end": 341
|
|
29263
29371
|
},
|
|
29264
29372
|
"context": {
|
|
29265
29373
|
"type": "variable",
|
|
@@ -29267,8 +29375,8 @@
|
|
|
29267
29375
|
"value": "$kendo-button-focus-shadow",
|
|
29268
29376
|
"scope": "default",
|
|
29269
29377
|
"line": {
|
|
29270
|
-
"start":
|
|
29271
|
-
"end":
|
|
29378
|
+
"start": 342,
|
|
29379
|
+
"end": 342
|
|
29272
29380
|
}
|
|
29273
29381
|
},
|
|
29274
29382
|
"group": [
|
|
@@ -29285,8 +29393,8 @@
|
|
|
29285
29393
|
{
|
|
29286
29394
|
"description": "The background color of the disabled Picker components.\n",
|
|
29287
29395
|
"commentRange": {
|
|
29288
|
-
"start":
|
|
29289
|
-
"end":
|
|
29396
|
+
"start": 344,
|
|
29397
|
+
"end": 345
|
|
29290
29398
|
},
|
|
29291
29399
|
"context": {
|
|
29292
29400
|
"type": "variable",
|
|
@@ -29294,8 +29402,8 @@
|
|
|
29294
29402
|
"value": "null",
|
|
29295
29403
|
"scope": "default",
|
|
29296
29404
|
"line": {
|
|
29297
|
-
"start":
|
|
29298
|
-
"end":
|
|
29405
|
+
"start": 346,
|
|
29406
|
+
"end": 346
|
|
29299
29407
|
}
|
|
29300
29408
|
},
|
|
29301
29409
|
"group": [
|
|
@@ -29312,8 +29420,8 @@
|
|
|
29312
29420
|
{
|
|
29313
29421
|
"description": "The text color of the disabled Picker components.\n",
|
|
29314
29422
|
"commentRange": {
|
|
29315
|
-
"start":
|
|
29316
|
-
"end":
|
|
29423
|
+
"start": 347,
|
|
29424
|
+
"end": 348
|
|
29317
29425
|
},
|
|
29318
29426
|
"context": {
|
|
29319
29427
|
"type": "variable",
|
|
@@ -29321,8 +29429,8 @@
|
|
|
29321
29429
|
"value": "null",
|
|
29322
29430
|
"scope": "default",
|
|
29323
29431
|
"line": {
|
|
29324
|
-
"start":
|
|
29325
|
-
"end":
|
|
29432
|
+
"start": 349,
|
|
29433
|
+
"end": 349
|
|
29326
29434
|
}
|
|
29327
29435
|
},
|
|
29328
29436
|
"group": [
|
|
@@ -29339,8 +29447,8 @@
|
|
|
29339
29447
|
{
|
|
29340
29448
|
"description": "The border color of the disabled Picker components.\n",
|
|
29341
29449
|
"commentRange": {
|
|
29342
|
-
"start":
|
|
29343
|
-
"end":
|
|
29450
|
+
"start": 350,
|
|
29451
|
+
"end": 351
|
|
29344
29452
|
},
|
|
29345
29453
|
"context": {
|
|
29346
29454
|
"type": "variable",
|
|
@@ -29348,8 +29456,8 @@
|
|
|
29348
29456
|
"value": "null",
|
|
29349
29457
|
"scope": "default",
|
|
29350
29458
|
"line": {
|
|
29351
|
-
"start":
|
|
29352
|
-
"end":
|
|
29459
|
+
"start": 352,
|
|
29460
|
+
"end": 352
|
|
29353
29461
|
}
|
|
29354
29462
|
},
|
|
29355
29463
|
"group": [
|
|
@@ -29366,8 +29474,8 @@
|
|
|
29366
29474
|
{
|
|
29367
29475
|
"description": "The gradient of the disabled Picker components.\n",
|
|
29368
29476
|
"commentRange": {
|
|
29369
|
-
"start":
|
|
29370
|
-
"end":
|
|
29477
|
+
"start": 353,
|
|
29478
|
+
"end": 354
|
|
29371
29479
|
},
|
|
29372
29480
|
"context": {
|
|
29373
29481
|
"type": "variable",
|
|
@@ -29375,8 +29483,8 @@
|
|
|
29375
29483
|
"value": "null",
|
|
29376
29484
|
"scope": "default",
|
|
29377
29485
|
"line": {
|
|
29378
|
-
"start":
|
|
29379
|
-
"end":
|
|
29486
|
+
"start": 355,
|
|
29487
|
+
"end": 355
|
|
29380
29488
|
}
|
|
29381
29489
|
},
|
|
29382
29490
|
"group": [
|
|
@@ -29393,8 +29501,8 @@
|
|
|
29393
29501
|
{
|
|
29394
29502
|
"description": "The shadow of the disabled Picker components.\n",
|
|
29395
29503
|
"commentRange": {
|
|
29396
|
-
"start":
|
|
29397
|
-
"end":
|
|
29504
|
+
"start": 356,
|
|
29505
|
+
"end": 357
|
|
29398
29506
|
},
|
|
29399
29507
|
"context": {
|
|
29400
29508
|
"type": "variable",
|
|
@@ -29402,8 +29510,8 @@
|
|
|
29402
29510
|
"value": "null",
|
|
29403
29511
|
"scope": "default",
|
|
29404
29512
|
"line": {
|
|
29405
|
-
"start":
|
|
29406
|
-
"end":
|
|
29513
|
+
"start": 358,
|
|
29514
|
+
"end": 358
|
|
29407
29515
|
}
|
|
29408
29516
|
},
|
|
29409
29517
|
"group": [
|
|
@@ -29420,8 +29528,8 @@
|
|
|
29420
29528
|
{
|
|
29421
29529
|
"description": "The background color of the outline Picker components.\n",
|
|
29422
29530
|
"commentRange": {
|
|
29423
|
-
"start":
|
|
29424
|
-
"end":
|
|
29531
|
+
"start": 360,
|
|
29532
|
+
"end": 361
|
|
29425
29533
|
},
|
|
29426
29534
|
"context": {
|
|
29427
29535
|
"type": "variable",
|
|
@@ -29429,8 +29537,8 @@
|
|
|
29429
29537
|
"value": "null",
|
|
29430
29538
|
"scope": "default",
|
|
29431
29539
|
"line": {
|
|
29432
|
-
"start":
|
|
29433
|
-
"end":
|
|
29540
|
+
"start": 362,
|
|
29541
|
+
"end": 362
|
|
29434
29542
|
}
|
|
29435
29543
|
},
|
|
29436
29544
|
"group": [
|
|
@@ -29447,8 +29555,8 @@
|
|
|
29447
29555
|
{
|
|
29448
29556
|
"description": "The text color of the outline Picker components.\n",
|
|
29449
29557
|
"commentRange": {
|
|
29450
|
-
"start":
|
|
29451
|
-
"end":
|
|
29558
|
+
"start": 363,
|
|
29559
|
+
"end": 364
|
|
29452
29560
|
},
|
|
29453
29561
|
"context": {
|
|
29454
29562
|
"type": "variable",
|
|
@@ -29456,8 +29564,8 @@
|
|
|
29456
29564
|
"value": "$kendo-button-text",
|
|
29457
29565
|
"scope": "default",
|
|
29458
29566
|
"line": {
|
|
29459
|
-
"start":
|
|
29460
|
-
"end":
|
|
29567
|
+
"start": 365,
|
|
29568
|
+
"end": 365
|
|
29461
29569
|
}
|
|
29462
29570
|
},
|
|
29463
29571
|
"group": [
|
|
@@ -29474,8 +29582,8 @@
|
|
|
29474
29582
|
{
|
|
29475
29583
|
"description": "The border color of the outline Picker components.\n",
|
|
29476
29584
|
"commentRange": {
|
|
29477
|
-
"start":
|
|
29478
|
-
"end":
|
|
29585
|
+
"start": 366,
|
|
29586
|
+
"end": 367
|
|
29479
29587
|
},
|
|
29480
29588
|
"context": {
|
|
29481
29589
|
"type": "variable",
|
|
@@ -29483,8 +29591,8 @@
|
|
|
29483
29591
|
"value": "rgba( $kendo-picker-outline-text, .5 )",
|
|
29484
29592
|
"scope": "default",
|
|
29485
29593
|
"line": {
|
|
29486
|
-
"start":
|
|
29487
|
-
"end":
|
|
29594
|
+
"start": 368,
|
|
29595
|
+
"end": 368
|
|
29488
29596
|
}
|
|
29489
29597
|
},
|
|
29490
29598
|
"group": [
|
|
@@ -29501,8 +29609,8 @@
|
|
|
29501
29609
|
{
|
|
29502
29610
|
"description": "The background color of the outline hovered Picker components.\n",
|
|
29503
29611
|
"commentRange": {
|
|
29504
|
-
"start":
|
|
29505
|
-
"end":
|
|
29612
|
+
"start": 370,
|
|
29613
|
+
"end": 371
|
|
29506
29614
|
},
|
|
29507
29615
|
"context": {
|
|
29508
29616
|
"type": "variable",
|
|
@@ -29510,8 +29618,8 @@
|
|
|
29510
29618
|
"value": "$kendo-picker-outline-text",
|
|
29511
29619
|
"scope": "default",
|
|
29512
29620
|
"line": {
|
|
29513
|
-
"start":
|
|
29514
|
-
"end":
|
|
29621
|
+
"start": 372,
|
|
29622
|
+
"end": 372
|
|
29515
29623
|
}
|
|
29516
29624
|
},
|
|
29517
29625
|
"group": [
|
|
@@ -29528,8 +29636,8 @@
|
|
|
29528
29636
|
{
|
|
29529
29637
|
"description": "The text color of the outline hovered Picker components.\n",
|
|
29530
29638
|
"commentRange": {
|
|
29531
|
-
"start":
|
|
29532
|
-
"end":
|
|
29639
|
+
"start": 373,
|
|
29640
|
+
"end": 374
|
|
29533
29641
|
},
|
|
29534
29642
|
"context": {
|
|
29535
29643
|
"type": "variable",
|
|
@@ -29537,8 +29645,8 @@
|
|
|
29537
29645
|
"value": "k-contrast-color( $kendo-picker-outline-hover-bg )",
|
|
29538
29646
|
"scope": "default",
|
|
29539
29647
|
"line": {
|
|
29540
|
-
"start":
|
|
29541
|
-
"end":
|
|
29648
|
+
"start": 375,
|
|
29649
|
+
"end": 375
|
|
29542
29650
|
}
|
|
29543
29651
|
},
|
|
29544
29652
|
"group": [
|
|
@@ -29555,8 +29663,8 @@
|
|
|
29555
29663
|
{
|
|
29556
29664
|
"description": "The border color of the outline hovered Picker components.\n",
|
|
29557
29665
|
"commentRange": {
|
|
29558
|
-
"start":
|
|
29559
|
-
"end":
|
|
29666
|
+
"start": 376,
|
|
29667
|
+
"end": 377
|
|
29560
29668
|
},
|
|
29561
29669
|
"context": {
|
|
29562
29670
|
"type": "variable",
|
|
@@ -29564,8 +29672,8 @@
|
|
|
29564
29672
|
"value": "$kendo-picker-outline-hover-bg",
|
|
29565
29673
|
"scope": "default",
|
|
29566
29674
|
"line": {
|
|
29567
|
-
"start":
|
|
29568
|
-
"end":
|
|
29675
|
+
"start": 378,
|
|
29676
|
+
"end": 378
|
|
29569
29677
|
}
|
|
29570
29678
|
},
|
|
29571
29679
|
"group": [
|
|
@@ -29582,8 +29690,8 @@
|
|
|
29582
29690
|
{
|
|
29583
29691
|
"description": "The background color of the outline focused Picker components.\n",
|
|
29584
29692
|
"commentRange": {
|
|
29585
|
-
"start":
|
|
29586
|
-
"end":
|
|
29693
|
+
"start": 380,
|
|
29694
|
+
"end": 381
|
|
29587
29695
|
},
|
|
29588
29696
|
"context": {
|
|
29589
29697
|
"type": "variable",
|
|
@@ -29591,8 +29699,8 @@
|
|
|
29591
29699
|
"value": "null",
|
|
29592
29700
|
"scope": "default",
|
|
29593
29701
|
"line": {
|
|
29594
|
-
"start":
|
|
29595
|
-
"end":
|
|
29702
|
+
"start": 382,
|
|
29703
|
+
"end": 382
|
|
29596
29704
|
}
|
|
29597
29705
|
},
|
|
29598
29706
|
"group": [
|
|
@@ -29609,8 +29717,8 @@
|
|
|
29609
29717
|
{
|
|
29610
29718
|
"description": "The text color of the outline focused Picker components.\n",
|
|
29611
29719
|
"commentRange": {
|
|
29612
|
-
"start":
|
|
29613
|
-
"end":
|
|
29720
|
+
"start": 383,
|
|
29721
|
+
"end": 384
|
|
29614
29722
|
},
|
|
29615
29723
|
"context": {
|
|
29616
29724
|
"type": "variable",
|
|
@@ -29618,8 +29726,8 @@
|
|
|
29618
29726
|
"value": "null",
|
|
29619
29727
|
"scope": "default",
|
|
29620
29728
|
"line": {
|
|
29621
|
-
"start":
|
|
29622
|
-
"end":
|
|
29729
|
+
"start": 385,
|
|
29730
|
+
"end": 385
|
|
29623
29731
|
}
|
|
29624
29732
|
},
|
|
29625
29733
|
"group": [
|
|
@@ -29636,8 +29744,8 @@
|
|
|
29636
29744
|
{
|
|
29637
29745
|
"description": "The border color of the outline focused Picker components.\n",
|
|
29638
29746
|
"commentRange": {
|
|
29639
|
-
"start":
|
|
29640
|
-
"end":
|
|
29747
|
+
"start": 386,
|
|
29748
|
+
"end": 387
|
|
29641
29749
|
},
|
|
29642
29750
|
"context": {
|
|
29643
29751
|
"type": "variable",
|
|
@@ -29645,8 +29753,8 @@
|
|
|
29645
29753
|
"value": "null",
|
|
29646
29754
|
"scope": "default",
|
|
29647
29755
|
"line": {
|
|
29648
|
-
"start":
|
|
29649
|
-
"end":
|
|
29756
|
+
"start": 388,
|
|
29757
|
+
"end": 388
|
|
29650
29758
|
}
|
|
29651
29759
|
},
|
|
29652
29760
|
"group": [
|
|
@@ -29663,8 +29771,8 @@
|
|
|
29663
29771
|
{
|
|
29664
29772
|
"description": "The shadow of the outline focused Picker components.\n",
|
|
29665
29773
|
"commentRange": {
|
|
29666
|
-
"start":
|
|
29667
|
-
"end":
|
|
29774
|
+
"start": 389,
|
|
29775
|
+
"end": 390
|
|
29668
29776
|
},
|
|
29669
29777
|
"context": {
|
|
29670
29778
|
"type": "variable",
|
|
@@ -29672,8 +29780,8 @@
|
|
|
29672
29780
|
"value": "$kendo-picker-focus-shadow",
|
|
29673
29781
|
"scope": "default",
|
|
29674
29782
|
"line": {
|
|
29675
|
-
"start":
|
|
29676
|
-
"end":
|
|
29783
|
+
"start": 391,
|
|
29784
|
+
"end": 391
|
|
29677
29785
|
}
|
|
29678
29786
|
},
|
|
29679
29787
|
"group": [
|
|
@@ -29690,8 +29798,8 @@
|
|
|
29690
29798
|
{
|
|
29691
29799
|
"description": "The background color of the outline hovered and focused Picker components.\n",
|
|
29692
29800
|
"commentRange": {
|
|
29693
|
-
"start":
|
|
29694
|
-
"end":
|
|
29801
|
+
"start": 393,
|
|
29802
|
+
"end": 394
|
|
29695
29803
|
},
|
|
29696
29804
|
"context": {
|
|
29697
29805
|
"type": "variable",
|
|
@@ -29699,8 +29807,8 @@
|
|
|
29699
29807
|
"value": "null",
|
|
29700
29808
|
"scope": "default",
|
|
29701
29809
|
"line": {
|
|
29702
|
-
"start":
|
|
29703
|
-
"end":
|
|
29810
|
+
"start": 395,
|
|
29811
|
+
"end": 395
|
|
29704
29812
|
}
|
|
29705
29813
|
},
|
|
29706
29814
|
"group": [
|
|
@@ -29717,8 +29825,8 @@
|
|
|
29717
29825
|
{
|
|
29718
29826
|
"description": "The text color of the outline hovered and focused Picker components.\n",
|
|
29719
29827
|
"commentRange": {
|
|
29720
|
-
"start":
|
|
29721
|
-
"end":
|
|
29828
|
+
"start": 396,
|
|
29829
|
+
"end": 397
|
|
29722
29830
|
},
|
|
29723
29831
|
"context": {
|
|
29724
29832
|
"type": "variable",
|
|
@@ -29726,8 +29834,8 @@
|
|
|
29726
29834
|
"value": "null",
|
|
29727
29835
|
"scope": "default",
|
|
29728
29836
|
"line": {
|
|
29729
|
-
"start":
|
|
29730
|
-
"end":
|
|
29837
|
+
"start": 398,
|
|
29838
|
+
"end": 398
|
|
29731
29839
|
}
|
|
29732
29840
|
},
|
|
29733
29841
|
"group": [
|
|
@@ -29744,8 +29852,8 @@
|
|
|
29744
29852
|
{
|
|
29745
29853
|
"description": "The border color of the outline hovered and focused Picker components.\n",
|
|
29746
29854
|
"commentRange": {
|
|
29747
|
-
"start":
|
|
29748
|
-
"end":
|
|
29855
|
+
"start": 399,
|
|
29856
|
+
"end": 400
|
|
29749
29857
|
},
|
|
29750
29858
|
"context": {
|
|
29751
29859
|
"type": "variable",
|
|
@@ -29753,8 +29861,8 @@
|
|
|
29753
29861
|
"value": "null",
|
|
29754
29862
|
"scope": "default",
|
|
29755
29863
|
"line": {
|
|
29756
|
-
"start":
|
|
29757
|
-
"end":
|
|
29864
|
+
"start": 401,
|
|
29865
|
+
"end": 401
|
|
29758
29866
|
}
|
|
29759
29867
|
},
|
|
29760
29868
|
"group": [
|
|
@@ -29771,8 +29879,8 @@
|
|
|
29771
29879
|
{
|
|
29772
29880
|
"description": "The background color of the flat Picker components.\n",
|
|
29773
29881
|
"commentRange": {
|
|
29774
|
-
"start":
|
|
29775
|
-
"end":
|
|
29882
|
+
"start": 403,
|
|
29883
|
+
"end": 404
|
|
29776
29884
|
},
|
|
29777
29885
|
"context": {
|
|
29778
29886
|
"type": "variable",
|
|
@@ -29780,8 +29888,8 @@
|
|
|
29780
29888
|
"value": "null",
|
|
29781
29889
|
"scope": "default",
|
|
29782
29890
|
"line": {
|
|
29783
|
-
"start":
|
|
29784
|
-
"end":
|
|
29891
|
+
"start": 405,
|
|
29892
|
+
"end": 405
|
|
29785
29893
|
}
|
|
29786
29894
|
},
|
|
29787
29895
|
"group": [
|
|
@@ -29798,8 +29906,8 @@
|
|
|
29798
29906
|
{
|
|
29799
29907
|
"description": "The text color of the flat Picker components.\n",
|
|
29800
29908
|
"commentRange": {
|
|
29801
|
-
"start":
|
|
29802
|
-
"end":
|
|
29909
|
+
"start": 406,
|
|
29910
|
+
"end": 407
|
|
29803
29911
|
},
|
|
29804
29912
|
"context": {
|
|
29805
29913
|
"type": "variable",
|
|
@@ -29807,8 +29915,8 @@
|
|
|
29807
29915
|
"value": "$kendo-button-text",
|
|
29808
29916
|
"scope": "default",
|
|
29809
29917
|
"line": {
|
|
29810
|
-
"start":
|
|
29811
|
-
"end":
|
|
29918
|
+
"start": 408,
|
|
29919
|
+
"end": 408
|
|
29812
29920
|
}
|
|
29813
29921
|
},
|
|
29814
29922
|
"group": [
|
|
@@ -29825,8 +29933,8 @@
|
|
|
29825
29933
|
{
|
|
29826
29934
|
"description": "The border color of the flat Picker components.\n",
|
|
29827
29935
|
"commentRange": {
|
|
29828
|
-
"start":
|
|
29829
|
-
"end":
|
|
29936
|
+
"start": 409,
|
|
29937
|
+
"end": 410
|
|
29830
29938
|
},
|
|
29831
29939
|
"context": {
|
|
29832
29940
|
"type": "variable",
|
|
@@ -29834,8 +29942,8 @@
|
|
|
29834
29942
|
"value": "$kendo-button-border",
|
|
29835
29943
|
"scope": "default",
|
|
29836
29944
|
"line": {
|
|
29837
|
-
"start":
|
|
29838
|
-
"end":
|
|
29945
|
+
"start": 411,
|
|
29946
|
+
"end": 411
|
|
29839
29947
|
}
|
|
29840
29948
|
},
|
|
29841
29949
|
"group": [
|
|
@@ -29852,8 +29960,8 @@
|
|
|
29852
29960
|
{
|
|
29853
29961
|
"description": "The background color of the flat hovered Picker components.\n",
|
|
29854
29962
|
"commentRange": {
|
|
29855
|
-
"start":
|
|
29856
|
-
"end":
|
|
29963
|
+
"start": 413,
|
|
29964
|
+
"end": 414
|
|
29857
29965
|
},
|
|
29858
29966
|
"context": {
|
|
29859
29967
|
"type": "variable",
|
|
@@ -29861,8 +29969,8 @@
|
|
|
29861
29969
|
"value": "rgba( $kendo-button-text, .08 )",
|
|
29862
29970
|
"scope": "default",
|
|
29863
29971
|
"line": {
|
|
29864
|
-
"start":
|
|
29865
|
-
"end":
|
|
29972
|
+
"start": 415,
|
|
29973
|
+
"end": 415
|
|
29866
29974
|
}
|
|
29867
29975
|
},
|
|
29868
29976
|
"group": [
|
|
@@ -29879,8 +29987,8 @@
|
|
|
29879
29987
|
{
|
|
29880
29988
|
"description": "The text color of the flat hovered Picker components.\n",
|
|
29881
29989
|
"commentRange": {
|
|
29882
|
-
"start":
|
|
29883
|
-
"end":
|
|
29990
|
+
"start": 416,
|
|
29991
|
+
"end": 417
|
|
29884
29992
|
},
|
|
29885
29993
|
"context": {
|
|
29886
29994
|
"type": "variable",
|
|
@@ -29888,8 +29996,8 @@
|
|
|
29888
29996
|
"value": "null",
|
|
29889
29997
|
"scope": "default",
|
|
29890
29998
|
"line": {
|
|
29891
|
-
"start":
|
|
29892
|
-
"end":
|
|
29999
|
+
"start": 418,
|
|
30000
|
+
"end": 418
|
|
29893
30001
|
}
|
|
29894
30002
|
},
|
|
29895
30003
|
"group": [
|
|
@@ -29906,8 +30014,8 @@
|
|
|
29906
30014
|
{
|
|
29907
30015
|
"description": "The border color of the flat hovered Picker components.\n",
|
|
29908
30016
|
"commentRange": {
|
|
29909
|
-
"start":
|
|
29910
|
-
"end":
|
|
30017
|
+
"start": 419,
|
|
30018
|
+
"end": 420
|
|
29911
30019
|
},
|
|
29912
30020
|
"context": {
|
|
29913
30021
|
"type": "variable",
|
|
@@ -29915,8 +30023,8 @@
|
|
|
29915
30023
|
"value": "null",
|
|
29916
30024
|
"scope": "default",
|
|
29917
30025
|
"line": {
|
|
29918
|
-
"start":
|
|
29919
|
-
"end":
|
|
30026
|
+
"start": 421,
|
|
30027
|
+
"end": 421
|
|
29920
30028
|
}
|
|
29921
30029
|
},
|
|
29922
30030
|
"group": [
|
|
@@ -29933,8 +30041,8 @@
|
|
|
29933
30041
|
{
|
|
29934
30042
|
"description": "The background color of the flat focused Picker components.\n",
|
|
29935
30043
|
"commentRange": {
|
|
29936
|
-
"start":
|
|
29937
|
-
"end":
|
|
30044
|
+
"start": 423,
|
|
30045
|
+
"end": 424
|
|
29938
30046
|
},
|
|
29939
30047
|
"context": {
|
|
29940
30048
|
"type": "variable",
|
|
@@ -29942,8 +30050,8 @@
|
|
|
29942
30050
|
"value": "null",
|
|
29943
30051
|
"scope": "default",
|
|
29944
30052
|
"line": {
|
|
29945
|
-
"start":
|
|
29946
|
-
"end":
|
|
30053
|
+
"start": 425,
|
|
30054
|
+
"end": 425
|
|
29947
30055
|
}
|
|
29948
30056
|
},
|
|
29949
30057
|
"group": [
|
|
@@ -29960,8 +30068,8 @@
|
|
|
29960
30068
|
{
|
|
29961
30069
|
"description": "The text color of the flat focused Picker components.\n",
|
|
29962
30070
|
"commentRange": {
|
|
29963
|
-
"start":
|
|
29964
|
-
"end":
|
|
30071
|
+
"start": 426,
|
|
30072
|
+
"end": 427
|
|
29965
30073
|
},
|
|
29966
30074
|
"context": {
|
|
29967
30075
|
"type": "variable",
|
|
@@ -29969,8 +30077,8 @@
|
|
|
29969
30077
|
"value": "null",
|
|
29970
30078
|
"scope": "default",
|
|
29971
30079
|
"line": {
|
|
29972
|
-
"start":
|
|
29973
|
-
"end":
|
|
30080
|
+
"start": 428,
|
|
30081
|
+
"end": 428
|
|
29974
30082
|
}
|
|
29975
30083
|
},
|
|
29976
30084
|
"group": [
|
|
@@ -29987,8 +30095,8 @@
|
|
|
29987
30095
|
{
|
|
29988
30096
|
"description": "The border color of the flat focused Picker components.\n",
|
|
29989
30097
|
"commentRange": {
|
|
29990
|
-
"start":
|
|
29991
|
-
"end":
|
|
30098
|
+
"start": 429,
|
|
30099
|
+
"end": 430
|
|
29992
30100
|
},
|
|
29993
30101
|
"context": {
|
|
29994
30102
|
"type": "variable",
|
|
@@ -29996,8 +30104,8 @@
|
|
|
29996
30104
|
"value": "null",
|
|
29997
30105
|
"scope": "default",
|
|
29998
30106
|
"line": {
|
|
29999
|
-
"start":
|
|
30000
|
-
"end":
|
|
30107
|
+
"start": 431,
|
|
30108
|
+
"end": 431
|
|
30001
30109
|
}
|
|
30002
30110
|
},
|
|
30003
30111
|
"group": [
|
|
@@ -30014,8 +30122,8 @@
|
|
|
30014
30122
|
{
|
|
30015
30123
|
"description": "The shadow of the flat focused Picker components.\n",
|
|
30016
30124
|
"commentRange": {
|
|
30017
|
-
"start":
|
|
30018
|
-
"end":
|
|
30125
|
+
"start": 432,
|
|
30126
|
+
"end": 433
|
|
30019
30127
|
},
|
|
30020
30128
|
"context": {
|
|
30021
30129
|
"type": "variable",
|
|
@@ -30023,8 +30131,8 @@
|
|
|
30023
30131
|
"value": "$kendo-picker-focus-shadow",
|
|
30024
30132
|
"scope": "default",
|
|
30025
30133
|
"line": {
|
|
30026
|
-
"start":
|
|
30027
|
-
"end":
|
|
30134
|
+
"start": 434,
|
|
30135
|
+
"end": 434
|
|
30028
30136
|
}
|
|
30029
30137
|
},
|
|
30030
30138
|
"group": [
|
|
@@ -30041,8 +30149,8 @@
|
|
|
30041
30149
|
{
|
|
30042
30150
|
"description": "The background color of the flat hovered and focused Picker components.\n",
|
|
30043
30151
|
"commentRange": {
|
|
30044
|
-
"start":
|
|
30045
|
-
"end":
|
|
30152
|
+
"start": 436,
|
|
30153
|
+
"end": 437
|
|
30046
30154
|
},
|
|
30047
30155
|
"context": {
|
|
30048
30156
|
"type": "variable",
|
|
@@ -30050,8 +30158,8 @@
|
|
|
30050
30158
|
"value": "null",
|
|
30051
30159
|
"scope": "default",
|
|
30052
30160
|
"line": {
|
|
30053
|
-
"start":
|
|
30054
|
-
"end":
|
|
30161
|
+
"start": 438,
|
|
30162
|
+
"end": 438
|
|
30055
30163
|
}
|
|
30056
30164
|
},
|
|
30057
30165
|
"group": [
|
|
@@ -30068,8 +30176,8 @@
|
|
|
30068
30176
|
{
|
|
30069
30177
|
"description": "The text color of the flat hovered and focused Picker components.\n",
|
|
30070
30178
|
"commentRange": {
|
|
30071
|
-
"start":
|
|
30072
|
-
"end":
|
|
30179
|
+
"start": 439,
|
|
30180
|
+
"end": 440
|
|
30073
30181
|
},
|
|
30074
30182
|
"context": {
|
|
30075
30183
|
"type": "variable",
|
|
@@ -30077,8 +30185,8 @@
|
|
|
30077
30185
|
"value": "null",
|
|
30078
30186
|
"scope": "default",
|
|
30079
30187
|
"line": {
|
|
30080
|
-
"start":
|
|
30081
|
-
"end":
|
|
30188
|
+
"start": 441,
|
|
30189
|
+
"end": 441
|
|
30082
30190
|
}
|
|
30083
30191
|
},
|
|
30084
30192
|
"group": [
|
|
@@ -30095,8 +30203,8 @@
|
|
|
30095
30203
|
{
|
|
30096
30204
|
"description": "The border color of the flat hovered and focused Picker components.\n",
|
|
30097
30205
|
"commentRange": {
|
|
30098
|
-
"start":
|
|
30099
|
-
"end":
|
|
30206
|
+
"start": 442,
|
|
30207
|
+
"end": 443
|
|
30100
30208
|
},
|
|
30101
30209
|
"context": {
|
|
30102
30210
|
"type": "variable",
|
|
@@ -30104,8 +30212,8 @@
|
|
|
30104
30212
|
"value": "null",
|
|
30105
30213
|
"scope": "default",
|
|
30106
30214
|
"line": {
|
|
30107
|
-
"start":
|
|
30108
|
-
"end":
|
|
30215
|
+
"start": 444,
|
|
30216
|
+
"end": 444
|
|
30109
30217
|
}
|
|
30110
30218
|
},
|
|
30111
30219
|
"group": [
|
|
@@ -66106,8 +66214,8 @@
|
|
|
66106
66214
|
},
|
|
66107
66215
|
"context": {
|
|
66108
66216
|
"type": "variable",
|
|
66109
|
-
"name": "kendo-input-separator-
|
|
66110
|
-
"value": "$kendo-
|
|
66217
|
+
"name": "kendo-input-separator-text",
|
|
66218
|
+
"value": "$kendo-component-border",
|
|
66111
66219
|
"scope": "default",
|
|
66112
66220
|
"line": {
|
|
66113
66221
|
"start": 270,
|
|
@@ -66122,7 +66230,7 @@
|
|
|
66122
66230
|
"path": "input/_variables.scss",
|
|
66123
66231
|
"name": "_variables.scss"
|
|
66124
66232
|
},
|
|
66125
|
-
"resolvedValue": "#
|
|
66233
|
+
"resolvedValue": "#dee2e6",
|
|
66126
66234
|
"resolvedType": "Color"
|
|
66127
66235
|
},
|
|
66128
66236
|
{
|
|
@@ -66153,15 +66261,15 @@
|
|
|
66153
66261
|
"resolvedType": "Number"
|
|
66154
66262
|
},
|
|
66155
66263
|
{
|
|
66156
|
-
"description": "The
|
|
66264
|
+
"description": "The text color of the Input prefix.\n",
|
|
66157
66265
|
"commentRange": {
|
|
66158
66266
|
"start": 275,
|
|
66159
66267
|
"end": 276
|
|
66160
66268
|
},
|
|
66161
66269
|
"context": {
|
|
66162
66270
|
"type": "variable",
|
|
66163
|
-
"name": "kendo-input-
|
|
66164
|
-
"value": "$kendo-
|
|
66271
|
+
"name": "kendo-input-prefix-text",
|
|
66272
|
+
"value": "$kendo-subtle-text",
|
|
66165
66273
|
"scope": "default",
|
|
66166
66274
|
"line": {
|
|
66167
66275
|
"start": 277,
|
|
@@ -66176,19 +66284,19 @@
|
|
|
66176
66284
|
"path": "input/_variables.scss",
|
|
66177
66285
|
"name": "_variables.scss"
|
|
66178
66286
|
},
|
|
66179
|
-
"resolvedValue": "#
|
|
66287
|
+
"resolvedValue": "#6c757d",
|
|
66180
66288
|
"resolvedType": "Color"
|
|
66181
66289
|
},
|
|
66182
66290
|
{
|
|
66183
|
-
"description": "The
|
|
66291
|
+
"description": "The text color of the Input suffix.\n",
|
|
66184
66292
|
"commentRange": {
|
|
66185
66293
|
"start": 278,
|
|
66186
66294
|
"end": 279
|
|
66187
66295
|
},
|
|
66188
66296
|
"context": {
|
|
66189
66297
|
"type": "variable",
|
|
66190
|
-
"name": "kendo-input-
|
|
66191
|
-
"value": "$kendo-
|
|
66298
|
+
"name": "kendo-input-suffix-text",
|
|
66299
|
+
"value": "$kendo-subtle-text",
|
|
66192
66300
|
"scope": "default",
|
|
66193
66301
|
"line": {
|
|
66194
66302
|
"start": 280,
|
|
@@ -66203,8 +66311,116 @@
|
|
|
66203
66311
|
"path": "input/_variables.scss",
|
|
66204
66312
|
"name": "_variables.scss"
|
|
66205
66313
|
},
|
|
66314
|
+
"resolvedValue": "#6c757d",
|
|
66315
|
+
"resolvedType": "Color"
|
|
66316
|
+
},
|
|
66317
|
+
{
|
|
66318
|
+
"description": "The border color of the invalid Input components.\n",
|
|
66319
|
+
"commentRange": {
|
|
66320
|
+
"start": 282,
|
|
66321
|
+
"end": 283
|
|
66322
|
+
},
|
|
66323
|
+
"context": {
|
|
66324
|
+
"type": "variable",
|
|
66325
|
+
"name": "kendo-input-invalid-border",
|
|
66326
|
+
"value": "$kendo-invalid-border",
|
|
66327
|
+
"scope": "default",
|
|
66328
|
+
"line": {
|
|
66329
|
+
"start": 284,
|
|
66330
|
+
"end": 284
|
|
66331
|
+
}
|
|
66332
|
+
},
|
|
66333
|
+
"group": [
|
|
66334
|
+
"input"
|
|
66335
|
+
],
|
|
66336
|
+
"access": "public",
|
|
66337
|
+
"file": {
|
|
66338
|
+
"path": "input/_variables.scss",
|
|
66339
|
+
"name": "_variables.scss"
|
|
66340
|
+
},
|
|
66341
|
+
"resolvedValue": "#dc3545",
|
|
66342
|
+
"resolvedType": "Color"
|
|
66343
|
+
},
|
|
66344
|
+
{
|
|
66345
|
+
"description": "The shadow of the invalid Input components.\n",
|
|
66346
|
+
"commentRange": {
|
|
66347
|
+
"start": 285,
|
|
66348
|
+
"end": 286
|
|
66349
|
+
},
|
|
66350
|
+
"context": {
|
|
66351
|
+
"type": "variable",
|
|
66352
|
+
"name": "kendo-input-invalid-shadow",
|
|
66353
|
+
"value": "$kendo-invalid-shadow",
|
|
66354
|
+
"scope": "default",
|
|
66355
|
+
"line": {
|
|
66356
|
+
"start": 287,
|
|
66357
|
+
"end": 287
|
|
66358
|
+
}
|
|
66359
|
+
},
|
|
66360
|
+
"group": [
|
|
66361
|
+
"input"
|
|
66362
|
+
],
|
|
66363
|
+
"access": "public",
|
|
66364
|
+
"file": {
|
|
66365
|
+
"path": "input/_variables.scss",
|
|
66366
|
+
"name": "_variables.scss"
|
|
66367
|
+
},
|
|
66206
66368
|
"resolvedValue": "0 0 0 0.25rem rgba(220, 53, 69, 0.25)",
|
|
66207
66369
|
"resolvedType": "List"
|
|
66370
|
+
},
|
|
66371
|
+
{
|
|
66372
|
+
"description": "The border color of the valid Input components.\n",
|
|
66373
|
+
"commentRange": {
|
|
66374
|
+
"start": 289,
|
|
66375
|
+
"end": 290
|
|
66376
|
+
},
|
|
66377
|
+
"context": {
|
|
66378
|
+
"type": "variable",
|
|
66379
|
+
"name": "kendo-input-valid-border",
|
|
66380
|
+
"value": "$kendo-valid-border",
|
|
66381
|
+
"scope": "default",
|
|
66382
|
+
"line": {
|
|
66383
|
+
"start": 291,
|
|
66384
|
+
"end": 291
|
|
66385
|
+
}
|
|
66386
|
+
},
|
|
66387
|
+
"group": [
|
|
66388
|
+
"input"
|
|
66389
|
+
],
|
|
66390
|
+
"access": "public",
|
|
66391
|
+
"file": {
|
|
66392
|
+
"path": "input/_variables.scss",
|
|
66393
|
+
"name": "_variables.scss"
|
|
66394
|
+
},
|
|
66395
|
+
"resolvedValue": "#198754",
|
|
66396
|
+
"resolvedType": "Color"
|
|
66397
|
+
},
|
|
66398
|
+
{
|
|
66399
|
+
"description": "The shadow of the valid Input components.\n",
|
|
66400
|
+
"commentRange": {
|
|
66401
|
+
"start": 292,
|
|
66402
|
+
"end": 293
|
|
66403
|
+
},
|
|
66404
|
+
"context": {
|
|
66405
|
+
"type": "variable",
|
|
66406
|
+
"name": "kendo-input-valid-shadow",
|
|
66407
|
+
"value": "$kendo-valid-shadow",
|
|
66408
|
+
"scope": "default",
|
|
66409
|
+
"line": {
|
|
66410
|
+
"start": 294,
|
|
66411
|
+
"end": 294
|
|
66412
|
+
}
|
|
66413
|
+
},
|
|
66414
|
+
"group": [
|
|
66415
|
+
"input"
|
|
66416
|
+
],
|
|
66417
|
+
"access": "public",
|
|
66418
|
+
"file": {
|
|
66419
|
+
"path": "input/_variables.scss",
|
|
66420
|
+
"name": "_variables.scss"
|
|
66421
|
+
},
|
|
66422
|
+
"resolvedValue": "0 0 0 0.25rem rgba(25, 135, 84, 0.25)",
|
|
66423
|
+
"resolvedType": "List"
|
|
66208
66424
|
}
|
|
66209
66425
|
]
|
|
66210
66426
|
},
|
|
@@ -72593,8 +72809,8 @@
|
|
|
72593
72809
|
{
|
|
72594
72810
|
"description": "The background color of the Picker components.\n",
|
|
72595
72811
|
"commentRange": {
|
|
72596
|
-
"start":
|
|
72597
|
-
"end":
|
|
72812
|
+
"start": 296,
|
|
72813
|
+
"end": 297
|
|
72598
72814
|
},
|
|
72599
72815
|
"context": {
|
|
72600
72816
|
"type": "variable",
|
|
@@ -72602,8 +72818,8 @@
|
|
|
72602
72818
|
"value": "$kendo-button-bg",
|
|
72603
72819
|
"scope": "default",
|
|
72604
72820
|
"line": {
|
|
72605
|
-
"start":
|
|
72606
|
-
"end":
|
|
72821
|
+
"start": 298,
|
|
72822
|
+
"end": 298
|
|
72607
72823
|
}
|
|
72608
72824
|
},
|
|
72609
72825
|
"group": [
|
|
@@ -72620,8 +72836,8 @@
|
|
|
72620
72836
|
{
|
|
72621
72837
|
"description": "The text color of the Picker components.\n",
|
|
72622
72838
|
"commentRange": {
|
|
72623
|
-
"start":
|
|
72624
|
-
"end":
|
|
72839
|
+
"start": 299,
|
|
72840
|
+
"end": 300
|
|
72625
72841
|
},
|
|
72626
72842
|
"context": {
|
|
72627
72843
|
"type": "variable",
|
|
@@ -72629,8 +72845,8 @@
|
|
|
72629
72845
|
"value": "$kendo-button-text",
|
|
72630
72846
|
"scope": "default",
|
|
72631
72847
|
"line": {
|
|
72632
|
-
"start":
|
|
72633
|
-
"end":
|
|
72848
|
+
"start": 301,
|
|
72849
|
+
"end": 301
|
|
72634
72850
|
}
|
|
72635
72851
|
},
|
|
72636
72852
|
"group": [
|
|
@@ -72647,8 +72863,8 @@
|
|
|
72647
72863
|
{
|
|
72648
72864
|
"description": "The border color of the Picker components.\n",
|
|
72649
72865
|
"commentRange": {
|
|
72650
|
-
"start":
|
|
72651
|
-
"end":
|
|
72866
|
+
"start": 302,
|
|
72867
|
+
"end": 303
|
|
72652
72868
|
},
|
|
72653
72869
|
"context": {
|
|
72654
72870
|
"type": "variable",
|
|
@@ -72656,8 +72872,8 @@
|
|
|
72656
72872
|
"value": "$kendo-button-border",
|
|
72657
72873
|
"scope": "default",
|
|
72658
72874
|
"line": {
|
|
72659
|
-
"start":
|
|
72660
|
-
"end":
|
|
72875
|
+
"start": 304,
|
|
72876
|
+
"end": 304
|
|
72661
72877
|
}
|
|
72662
72878
|
},
|
|
72663
72879
|
"group": [
|
|
@@ -72674,8 +72890,8 @@
|
|
|
72674
72890
|
{
|
|
72675
72891
|
"description": "The gradient of the Picker components.\n",
|
|
72676
72892
|
"commentRange": {
|
|
72677
|
-
"start":
|
|
72678
|
-
"end":
|
|
72893
|
+
"start": 305,
|
|
72894
|
+
"end": 306
|
|
72679
72895
|
},
|
|
72680
72896
|
"context": {
|
|
72681
72897
|
"type": "variable",
|
|
@@ -72683,8 +72899,8 @@
|
|
|
72683
72899
|
"value": "$kendo-button-gradient",
|
|
72684
72900
|
"scope": "default",
|
|
72685
72901
|
"line": {
|
|
72686
|
-
"start":
|
|
72687
|
-
"end":
|
|
72902
|
+
"start": 307,
|
|
72903
|
+
"end": 307
|
|
72688
72904
|
}
|
|
72689
72905
|
},
|
|
72690
72906
|
"group": [
|
|
@@ -72701,8 +72917,8 @@
|
|
|
72701
72917
|
{
|
|
72702
72918
|
"description": "The shadow of the Picker components.\n",
|
|
72703
72919
|
"commentRange": {
|
|
72704
|
-
"start":
|
|
72705
|
-
"end":
|
|
72920
|
+
"start": 308,
|
|
72921
|
+
"end": 309
|
|
72706
72922
|
},
|
|
72707
72923
|
"context": {
|
|
72708
72924
|
"type": "variable",
|
|
@@ -72710,8 +72926,8 @@
|
|
|
72710
72926
|
"value": "$kendo-button-shadow",
|
|
72711
72927
|
"scope": "default",
|
|
72712
72928
|
"line": {
|
|
72713
|
-
"start":
|
|
72714
|
-
"end":
|
|
72929
|
+
"start": 310,
|
|
72930
|
+
"end": 310
|
|
72715
72931
|
}
|
|
72716
72932
|
},
|
|
72717
72933
|
"group": [
|
|
@@ -72728,8 +72944,8 @@
|
|
|
72728
72944
|
{
|
|
72729
72945
|
"description": "The background color of the hovered Picker components.\n",
|
|
72730
72946
|
"commentRange": {
|
|
72731
|
-
"start":
|
|
72732
|
-
"end":
|
|
72947
|
+
"start": 312,
|
|
72948
|
+
"end": 313
|
|
72733
72949
|
},
|
|
72734
72950
|
"context": {
|
|
72735
72951
|
"type": "variable",
|
|
@@ -72737,8 +72953,8 @@
|
|
|
72737
72953
|
"value": "$kendo-button-hover-bg",
|
|
72738
72954
|
"scope": "default",
|
|
72739
72955
|
"line": {
|
|
72740
|
-
"start":
|
|
72741
|
-
"end":
|
|
72956
|
+
"start": 314,
|
|
72957
|
+
"end": 314
|
|
72742
72958
|
}
|
|
72743
72959
|
},
|
|
72744
72960
|
"group": [
|
|
@@ -72755,8 +72971,8 @@
|
|
|
72755
72971
|
{
|
|
72756
72972
|
"description": "The text color of the hovered Picker components.\n",
|
|
72757
72973
|
"commentRange": {
|
|
72758
|
-
"start":
|
|
72759
|
-
"end":
|
|
72974
|
+
"start": 315,
|
|
72975
|
+
"end": 316
|
|
72760
72976
|
},
|
|
72761
72977
|
"context": {
|
|
72762
72978
|
"type": "variable",
|
|
@@ -72764,8 +72980,8 @@
|
|
|
72764
72980
|
"value": "$kendo-button-hover-text",
|
|
72765
72981
|
"scope": "default",
|
|
72766
72982
|
"line": {
|
|
72767
|
-
"start":
|
|
72768
|
-
"end":
|
|
72983
|
+
"start": 317,
|
|
72984
|
+
"end": 317
|
|
72769
72985
|
}
|
|
72770
72986
|
},
|
|
72771
72987
|
"group": [
|
|
@@ -72782,8 +72998,8 @@
|
|
|
72782
72998
|
{
|
|
72783
72999
|
"description": "The border color of the hovered Picker components.\n",
|
|
72784
73000
|
"commentRange": {
|
|
72785
|
-
"start":
|
|
72786
|
-
"end":
|
|
73001
|
+
"start": 318,
|
|
73002
|
+
"end": 319
|
|
72787
73003
|
},
|
|
72788
73004
|
"context": {
|
|
72789
73005
|
"type": "variable",
|
|
@@ -72791,8 +73007,8 @@
|
|
|
72791
73007
|
"value": "$kendo-button-hover-border",
|
|
72792
73008
|
"scope": "default",
|
|
72793
73009
|
"line": {
|
|
72794
|
-
"start":
|
|
72795
|
-
"end":
|
|
73010
|
+
"start": 320,
|
|
73011
|
+
"end": 320
|
|
72796
73012
|
}
|
|
72797
73013
|
},
|
|
72798
73014
|
"group": [
|
|
@@ -72809,8 +73025,8 @@
|
|
|
72809
73025
|
{
|
|
72810
73026
|
"description": "The gradient of the hovered Picker components.\n",
|
|
72811
73027
|
"commentRange": {
|
|
72812
|
-
"start":
|
|
72813
|
-
"end":
|
|
73028
|
+
"start": 321,
|
|
73029
|
+
"end": 322
|
|
72814
73030
|
},
|
|
72815
73031
|
"context": {
|
|
72816
73032
|
"type": "variable",
|
|
@@ -72818,8 +73034,8 @@
|
|
|
72818
73034
|
"value": "$kendo-button-hover-gradient",
|
|
72819
73035
|
"scope": "default",
|
|
72820
73036
|
"line": {
|
|
72821
|
-
"start":
|
|
72822
|
-
"end":
|
|
73037
|
+
"start": 323,
|
|
73038
|
+
"end": 323
|
|
72823
73039
|
}
|
|
72824
73040
|
},
|
|
72825
73041
|
"group": [
|
|
@@ -72836,8 +73052,8 @@
|
|
|
72836
73052
|
{
|
|
72837
73053
|
"description": "The shadow of the hovered Picker components.\n",
|
|
72838
73054
|
"commentRange": {
|
|
72839
|
-
"start":
|
|
72840
|
-
"end":
|
|
73055
|
+
"start": 324,
|
|
73056
|
+
"end": 325
|
|
72841
73057
|
},
|
|
72842
73058
|
"context": {
|
|
72843
73059
|
"type": "variable",
|
|
@@ -72845,8 +73061,8 @@
|
|
|
72845
73061
|
"value": "$kendo-button-hover-shadow",
|
|
72846
73062
|
"scope": "default",
|
|
72847
73063
|
"line": {
|
|
72848
|
-
"start":
|
|
72849
|
-
"end":
|
|
73064
|
+
"start": 326,
|
|
73065
|
+
"end": 326
|
|
72850
73066
|
}
|
|
72851
73067
|
},
|
|
72852
73068
|
"group": [
|
|
@@ -72863,8 +73079,8 @@
|
|
|
72863
73079
|
{
|
|
72864
73080
|
"description": "The background color of the focused Picker components.\n",
|
|
72865
73081
|
"commentRange": {
|
|
72866
|
-
"start":
|
|
72867
|
-
"end":
|
|
73082
|
+
"start": 328,
|
|
73083
|
+
"end": 329
|
|
72868
73084
|
},
|
|
72869
73085
|
"context": {
|
|
72870
73086
|
"type": "variable",
|
|
@@ -72872,8 +73088,8 @@
|
|
|
72872
73088
|
"value": "$kendo-button-active-bg",
|
|
72873
73089
|
"scope": "default",
|
|
72874
73090
|
"line": {
|
|
72875
|
-
"start":
|
|
72876
|
-
"end":
|
|
73091
|
+
"start": 330,
|
|
73092
|
+
"end": 330
|
|
72877
73093
|
}
|
|
72878
73094
|
},
|
|
72879
73095
|
"group": [
|
|
@@ -72890,8 +73106,8 @@
|
|
|
72890
73106
|
{
|
|
72891
73107
|
"description": "The text color of the focused Picker components.\n",
|
|
72892
73108
|
"commentRange": {
|
|
72893
|
-
"start":
|
|
72894
|
-
"end":
|
|
73109
|
+
"start": 331,
|
|
73110
|
+
"end": 332
|
|
72895
73111
|
},
|
|
72896
73112
|
"context": {
|
|
72897
73113
|
"type": "variable",
|
|
@@ -72899,8 +73115,8 @@
|
|
|
72899
73115
|
"value": "$kendo-button-focus-text",
|
|
72900
73116
|
"scope": "default",
|
|
72901
73117
|
"line": {
|
|
72902
|
-
"start":
|
|
72903
|
-
"end":
|
|
73118
|
+
"start": 333,
|
|
73119
|
+
"end": 333
|
|
72904
73120
|
}
|
|
72905
73121
|
},
|
|
72906
73122
|
"group": [
|
|
@@ -72917,8 +73133,8 @@
|
|
|
72917
73133
|
{
|
|
72918
73134
|
"description": "The border color of the focused Picker components.\n",
|
|
72919
73135
|
"commentRange": {
|
|
72920
|
-
"start":
|
|
72921
|
-
"end":
|
|
73136
|
+
"start": 334,
|
|
73137
|
+
"end": 335
|
|
72922
73138
|
},
|
|
72923
73139
|
"context": {
|
|
72924
73140
|
"type": "variable",
|
|
@@ -72926,8 +73142,8 @@
|
|
|
72926
73142
|
"value": "$kendo-button-focus-border",
|
|
72927
73143
|
"scope": "default",
|
|
72928
73144
|
"line": {
|
|
72929
|
-
"start":
|
|
72930
|
-
"end":
|
|
73145
|
+
"start": 336,
|
|
73146
|
+
"end": 336
|
|
72931
73147
|
}
|
|
72932
73148
|
},
|
|
72933
73149
|
"group": [
|
|
@@ -72944,8 +73160,8 @@
|
|
|
72944
73160
|
{
|
|
72945
73161
|
"description": "The gradient of the focused Picker components.\n",
|
|
72946
73162
|
"commentRange": {
|
|
72947
|
-
"start":
|
|
72948
|
-
"end":
|
|
73163
|
+
"start": 337,
|
|
73164
|
+
"end": 338
|
|
72949
73165
|
},
|
|
72950
73166
|
"context": {
|
|
72951
73167
|
"type": "variable",
|
|
@@ -72953,8 +73169,8 @@
|
|
|
72953
73169
|
"value": "$kendo-button-focus-gradient",
|
|
72954
73170
|
"scope": "default",
|
|
72955
73171
|
"line": {
|
|
72956
|
-
"start":
|
|
72957
|
-
"end":
|
|
73172
|
+
"start": 339,
|
|
73173
|
+
"end": 339
|
|
72958
73174
|
}
|
|
72959
73175
|
},
|
|
72960
73176
|
"group": [
|
|
@@ -72971,8 +73187,8 @@
|
|
|
72971
73187
|
{
|
|
72972
73188
|
"description": "The shadow of the focused Picker components.\n",
|
|
72973
73189
|
"commentRange": {
|
|
72974
|
-
"start":
|
|
72975
|
-
"end":
|
|
73190
|
+
"start": 340,
|
|
73191
|
+
"end": 341
|
|
72976
73192
|
},
|
|
72977
73193
|
"context": {
|
|
72978
73194
|
"type": "variable",
|
|
@@ -72980,8 +73196,8 @@
|
|
|
72980
73196
|
"value": "$kendo-button-focus-shadow",
|
|
72981
73197
|
"scope": "default",
|
|
72982
73198
|
"line": {
|
|
72983
|
-
"start":
|
|
72984
|
-
"end":
|
|
73199
|
+
"start": 342,
|
|
73200
|
+
"end": 342
|
|
72985
73201
|
}
|
|
72986
73202
|
},
|
|
72987
73203
|
"group": [
|
|
@@ -72998,8 +73214,8 @@
|
|
|
72998
73214
|
{
|
|
72999
73215
|
"description": "The background color of the disabled Picker components.\n",
|
|
73000
73216
|
"commentRange": {
|
|
73001
|
-
"start":
|
|
73002
|
-
"end":
|
|
73217
|
+
"start": 344,
|
|
73218
|
+
"end": 345
|
|
73003
73219
|
},
|
|
73004
73220
|
"context": {
|
|
73005
73221
|
"type": "variable",
|
|
@@ -73007,8 +73223,8 @@
|
|
|
73007
73223
|
"value": "null",
|
|
73008
73224
|
"scope": "default",
|
|
73009
73225
|
"line": {
|
|
73010
|
-
"start":
|
|
73011
|
-
"end":
|
|
73226
|
+
"start": 346,
|
|
73227
|
+
"end": 346
|
|
73012
73228
|
}
|
|
73013
73229
|
},
|
|
73014
73230
|
"group": [
|
|
@@ -73025,8 +73241,8 @@
|
|
|
73025
73241
|
{
|
|
73026
73242
|
"description": "The text color of the disabled Picker components.\n",
|
|
73027
73243
|
"commentRange": {
|
|
73028
|
-
"start":
|
|
73029
|
-
"end":
|
|
73244
|
+
"start": 347,
|
|
73245
|
+
"end": 348
|
|
73030
73246
|
},
|
|
73031
73247
|
"context": {
|
|
73032
73248
|
"type": "variable",
|
|
@@ -73034,8 +73250,8 @@
|
|
|
73034
73250
|
"value": "null",
|
|
73035
73251
|
"scope": "default",
|
|
73036
73252
|
"line": {
|
|
73037
|
-
"start":
|
|
73038
|
-
"end":
|
|
73253
|
+
"start": 349,
|
|
73254
|
+
"end": 349
|
|
73039
73255
|
}
|
|
73040
73256
|
},
|
|
73041
73257
|
"group": [
|
|
@@ -73052,8 +73268,8 @@
|
|
|
73052
73268
|
{
|
|
73053
73269
|
"description": "The border color of the disabled Picker components.\n",
|
|
73054
73270
|
"commentRange": {
|
|
73055
|
-
"start":
|
|
73056
|
-
"end":
|
|
73271
|
+
"start": 350,
|
|
73272
|
+
"end": 351
|
|
73057
73273
|
},
|
|
73058
73274
|
"context": {
|
|
73059
73275
|
"type": "variable",
|
|
@@ -73061,8 +73277,8 @@
|
|
|
73061
73277
|
"value": "null",
|
|
73062
73278
|
"scope": "default",
|
|
73063
73279
|
"line": {
|
|
73064
|
-
"start":
|
|
73065
|
-
"end":
|
|
73280
|
+
"start": 352,
|
|
73281
|
+
"end": 352
|
|
73066
73282
|
}
|
|
73067
73283
|
},
|
|
73068
73284
|
"group": [
|
|
@@ -73079,8 +73295,8 @@
|
|
|
73079
73295
|
{
|
|
73080
73296
|
"description": "The gradient of the disabled Picker components.\n",
|
|
73081
73297
|
"commentRange": {
|
|
73082
|
-
"start":
|
|
73083
|
-
"end":
|
|
73298
|
+
"start": 353,
|
|
73299
|
+
"end": 354
|
|
73084
73300
|
},
|
|
73085
73301
|
"context": {
|
|
73086
73302
|
"type": "variable",
|
|
@@ -73088,8 +73304,8 @@
|
|
|
73088
73304
|
"value": "null",
|
|
73089
73305
|
"scope": "default",
|
|
73090
73306
|
"line": {
|
|
73091
|
-
"start":
|
|
73092
|
-
"end":
|
|
73307
|
+
"start": 355,
|
|
73308
|
+
"end": 355
|
|
73093
73309
|
}
|
|
73094
73310
|
},
|
|
73095
73311
|
"group": [
|
|
@@ -73106,8 +73322,8 @@
|
|
|
73106
73322
|
{
|
|
73107
73323
|
"description": "The shadow of the disabled Picker components.\n",
|
|
73108
73324
|
"commentRange": {
|
|
73109
|
-
"start":
|
|
73110
|
-
"end":
|
|
73325
|
+
"start": 356,
|
|
73326
|
+
"end": 357
|
|
73111
73327
|
},
|
|
73112
73328
|
"context": {
|
|
73113
73329
|
"type": "variable",
|
|
@@ -73115,8 +73331,8 @@
|
|
|
73115
73331
|
"value": "null",
|
|
73116
73332
|
"scope": "default",
|
|
73117
73333
|
"line": {
|
|
73118
|
-
"start":
|
|
73119
|
-
"end":
|
|
73334
|
+
"start": 358,
|
|
73335
|
+
"end": 358
|
|
73120
73336
|
}
|
|
73121
73337
|
},
|
|
73122
73338
|
"group": [
|
|
@@ -73133,8 +73349,8 @@
|
|
|
73133
73349
|
{
|
|
73134
73350
|
"description": "The background color of the outline Picker components.\n",
|
|
73135
73351
|
"commentRange": {
|
|
73136
|
-
"start":
|
|
73137
|
-
"end":
|
|
73352
|
+
"start": 360,
|
|
73353
|
+
"end": 361
|
|
73138
73354
|
},
|
|
73139
73355
|
"context": {
|
|
73140
73356
|
"type": "variable",
|
|
@@ -73142,8 +73358,8 @@
|
|
|
73142
73358
|
"value": "null",
|
|
73143
73359
|
"scope": "default",
|
|
73144
73360
|
"line": {
|
|
73145
|
-
"start":
|
|
73146
|
-
"end":
|
|
73361
|
+
"start": 362,
|
|
73362
|
+
"end": 362
|
|
73147
73363
|
}
|
|
73148
73364
|
},
|
|
73149
73365
|
"group": [
|
|
@@ -73160,8 +73376,8 @@
|
|
|
73160
73376
|
{
|
|
73161
73377
|
"description": "The text color of the outline Picker components.\n",
|
|
73162
73378
|
"commentRange": {
|
|
73163
|
-
"start":
|
|
73164
|
-
"end":
|
|
73379
|
+
"start": 363,
|
|
73380
|
+
"end": 364
|
|
73165
73381
|
},
|
|
73166
73382
|
"context": {
|
|
73167
73383
|
"type": "variable",
|
|
@@ -73169,8 +73385,8 @@
|
|
|
73169
73385
|
"value": "$kendo-button-text",
|
|
73170
73386
|
"scope": "default",
|
|
73171
73387
|
"line": {
|
|
73172
|
-
"start":
|
|
73173
|
-
"end":
|
|
73388
|
+
"start": 365,
|
|
73389
|
+
"end": 365
|
|
73174
73390
|
}
|
|
73175
73391
|
},
|
|
73176
73392
|
"group": [
|
|
@@ -73187,8 +73403,8 @@
|
|
|
73187
73403
|
{
|
|
73188
73404
|
"description": "The border color of the outline Picker components.\n",
|
|
73189
73405
|
"commentRange": {
|
|
73190
|
-
"start":
|
|
73191
|
-
"end":
|
|
73406
|
+
"start": 366,
|
|
73407
|
+
"end": 367
|
|
73192
73408
|
},
|
|
73193
73409
|
"context": {
|
|
73194
73410
|
"type": "variable",
|
|
@@ -73196,8 +73412,8 @@
|
|
|
73196
73412
|
"value": "rgba( $kendo-picker-outline-text, .5 )",
|
|
73197
73413
|
"scope": "default",
|
|
73198
73414
|
"line": {
|
|
73199
|
-
"start":
|
|
73200
|
-
"end":
|
|
73415
|
+
"start": 368,
|
|
73416
|
+
"end": 368
|
|
73201
73417
|
}
|
|
73202
73418
|
},
|
|
73203
73419
|
"group": [
|
|
@@ -73214,8 +73430,8 @@
|
|
|
73214
73430
|
{
|
|
73215
73431
|
"description": "The background color of the outline hovered Picker components.\n",
|
|
73216
73432
|
"commentRange": {
|
|
73217
|
-
"start":
|
|
73218
|
-
"end":
|
|
73433
|
+
"start": 370,
|
|
73434
|
+
"end": 371
|
|
73219
73435
|
},
|
|
73220
73436
|
"context": {
|
|
73221
73437
|
"type": "variable",
|
|
@@ -73223,8 +73439,8 @@
|
|
|
73223
73439
|
"value": "$kendo-picker-outline-text",
|
|
73224
73440
|
"scope": "default",
|
|
73225
73441
|
"line": {
|
|
73226
|
-
"start":
|
|
73227
|
-
"end":
|
|
73442
|
+
"start": 372,
|
|
73443
|
+
"end": 372
|
|
73228
73444
|
}
|
|
73229
73445
|
},
|
|
73230
73446
|
"group": [
|
|
@@ -73241,8 +73457,8 @@
|
|
|
73241
73457
|
{
|
|
73242
73458
|
"description": "The text color of the outline hovered Picker components.\n",
|
|
73243
73459
|
"commentRange": {
|
|
73244
|
-
"start":
|
|
73245
|
-
"end":
|
|
73460
|
+
"start": 373,
|
|
73461
|
+
"end": 374
|
|
73246
73462
|
},
|
|
73247
73463
|
"context": {
|
|
73248
73464
|
"type": "variable",
|
|
@@ -73250,8 +73466,8 @@
|
|
|
73250
73466
|
"value": "k-contrast-color( $kendo-picker-outline-hover-bg )",
|
|
73251
73467
|
"scope": "default",
|
|
73252
73468
|
"line": {
|
|
73253
|
-
"start":
|
|
73254
|
-
"end":
|
|
73469
|
+
"start": 375,
|
|
73470
|
+
"end": 375
|
|
73255
73471
|
}
|
|
73256
73472
|
},
|
|
73257
73473
|
"group": [
|
|
@@ -73268,8 +73484,8 @@
|
|
|
73268
73484
|
{
|
|
73269
73485
|
"description": "The border color of the outline hovered Picker components.\n",
|
|
73270
73486
|
"commentRange": {
|
|
73271
|
-
"start":
|
|
73272
|
-
"end":
|
|
73487
|
+
"start": 376,
|
|
73488
|
+
"end": 377
|
|
73273
73489
|
},
|
|
73274
73490
|
"context": {
|
|
73275
73491
|
"type": "variable",
|
|
@@ -73277,8 +73493,8 @@
|
|
|
73277
73493
|
"value": "$kendo-picker-outline-hover-bg",
|
|
73278
73494
|
"scope": "default",
|
|
73279
73495
|
"line": {
|
|
73280
|
-
"start":
|
|
73281
|
-
"end":
|
|
73496
|
+
"start": 378,
|
|
73497
|
+
"end": 378
|
|
73282
73498
|
}
|
|
73283
73499
|
},
|
|
73284
73500
|
"group": [
|
|
@@ -73295,8 +73511,8 @@
|
|
|
73295
73511
|
{
|
|
73296
73512
|
"description": "The background color of the outline focused Picker components.\n",
|
|
73297
73513
|
"commentRange": {
|
|
73298
|
-
"start":
|
|
73299
|
-
"end":
|
|
73514
|
+
"start": 380,
|
|
73515
|
+
"end": 381
|
|
73300
73516
|
},
|
|
73301
73517
|
"context": {
|
|
73302
73518
|
"type": "variable",
|
|
@@ -73304,8 +73520,8 @@
|
|
|
73304
73520
|
"value": "null",
|
|
73305
73521
|
"scope": "default",
|
|
73306
73522
|
"line": {
|
|
73307
|
-
"start":
|
|
73308
|
-
"end":
|
|
73523
|
+
"start": 382,
|
|
73524
|
+
"end": 382
|
|
73309
73525
|
}
|
|
73310
73526
|
},
|
|
73311
73527
|
"group": [
|
|
@@ -73322,8 +73538,8 @@
|
|
|
73322
73538
|
{
|
|
73323
73539
|
"description": "The text color of the outline focused Picker components.\n",
|
|
73324
73540
|
"commentRange": {
|
|
73325
|
-
"start":
|
|
73326
|
-
"end":
|
|
73541
|
+
"start": 383,
|
|
73542
|
+
"end": 384
|
|
73327
73543
|
},
|
|
73328
73544
|
"context": {
|
|
73329
73545
|
"type": "variable",
|
|
@@ -73331,8 +73547,8 @@
|
|
|
73331
73547
|
"value": "null",
|
|
73332
73548
|
"scope": "default",
|
|
73333
73549
|
"line": {
|
|
73334
|
-
"start":
|
|
73335
|
-
"end":
|
|
73550
|
+
"start": 385,
|
|
73551
|
+
"end": 385
|
|
73336
73552
|
}
|
|
73337
73553
|
},
|
|
73338
73554
|
"group": [
|
|
@@ -73349,8 +73565,8 @@
|
|
|
73349
73565
|
{
|
|
73350
73566
|
"description": "The border color of the outline focused Picker components.\n",
|
|
73351
73567
|
"commentRange": {
|
|
73352
|
-
"start":
|
|
73353
|
-
"end":
|
|
73568
|
+
"start": 386,
|
|
73569
|
+
"end": 387
|
|
73354
73570
|
},
|
|
73355
73571
|
"context": {
|
|
73356
73572
|
"type": "variable",
|
|
@@ -73358,8 +73574,8 @@
|
|
|
73358
73574
|
"value": "null",
|
|
73359
73575
|
"scope": "default",
|
|
73360
73576
|
"line": {
|
|
73361
|
-
"start":
|
|
73362
|
-
"end":
|
|
73577
|
+
"start": 388,
|
|
73578
|
+
"end": 388
|
|
73363
73579
|
}
|
|
73364
73580
|
},
|
|
73365
73581
|
"group": [
|
|
@@ -73376,8 +73592,8 @@
|
|
|
73376
73592
|
{
|
|
73377
73593
|
"description": "The shadow of the outline focused Picker components.\n",
|
|
73378
73594
|
"commentRange": {
|
|
73379
|
-
"start":
|
|
73380
|
-
"end":
|
|
73595
|
+
"start": 389,
|
|
73596
|
+
"end": 390
|
|
73381
73597
|
},
|
|
73382
73598
|
"context": {
|
|
73383
73599
|
"type": "variable",
|
|
@@ -73385,8 +73601,8 @@
|
|
|
73385
73601
|
"value": "$kendo-picker-focus-shadow",
|
|
73386
73602
|
"scope": "default",
|
|
73387
73603
|
"line": {
|
|
73388
|
-
"start":
|
|
73389
|
-
"end":
|
|
73604
|
+
"start": 391,
|
|
73605
|
+
"end": 391
|
|
73390
73606
|
}
|
|
73391
73607
|
},
|
|
73392
73608
|
"group": [
|
|
@@ -73403,8 +73619,8 @@
|
|
|
73403
73619
|
{
|
|
73404
73620
|
"description": "The background color of the outline hovered and focused Picker components.\n",
|
|
73405
73621
|
"commentRange": {
|
|
73406
|
-
"start":
|
|
73407
|
-
"end":
|
|
73622
|
+
"start": 393,
|
|
73623
|
+
"end": 394
|
|
73408
73624
|
},
|
|
73409
73625
|
"context": {
|
|
73410
73626
|
"type": "variable",
|
|
@@ -73412,8 +73628,8 @@
|
|
|
73412
73628
|
"value": "null",
|
|
73413
73629
|
"scope": "default",
|
|
73414
73630
|
"line": {
|
|
73415
|
-
"start":
|
|
73416
|
-
"end":
|
|
73631
|
+
"start": 395,
|
|
73632
|
+
"end": 395
|
|
73417
73633
|
}
|
|
73418
73634
|
},
|
|
73419
73635
|
"group": [
|
|
@@ -73430,8 +73646,8 @@
|
|
|
73430
73646
|
{
|
|
73431
73647
|
"description": "The text color of the outline hovered and focused Picker components.\n",
|
|
73432
73648
|
"commentRange": {
|
|
73433
|
-
"start":
|
|
73434
|
-
"end":
|
|
73649
|
+
"start": 396,
|
|
73650
|
+
"end": 397
|
|
73435
73651
|
},
|
|
73436
73652
|
"context": {
|
|
73437
73653
|
"type": "variable",
|
|
@@ -73439,8 +73655,8 @@
|
|
|
73439
73655
|
"value": "null",
|
|
73440
73656
|
"scope": "default",
|
|
73441
73657
|
"line": {
|
|
73442
|
-
"start":
|
|
73443
|
-
"end":
|
|
73658
|
+
"start": 398,
|
|
73659
|
+
"end": 398
|
|
73444
73660
|
}
|
|
73445
73661
|
},
|
|
73446
73662
|
"group": [
|
|
@@ -73457,8 +73673,8 @@
|
|
|
73457
73673
|
{
|
|
73458
73674
|
"description": "The border color of the outline hovered and focused Picker components.\n",
|
|
73459
73675
|
"commentRange": {
|
|
73460
|
-
"start":
|
|
73461
|
-
"end":
|
|
73676
|
+
"start": 399,
|
|
73677
|
+
"end": 400
|
|
73462
73678
|
},
|
|
73463
73679
|
"context": {
|
|
73464
73680
|
"type": "variable",
|
|
@@ -73466,8 +73682,8 @@
|
|
|
73466
73682
|
"value": "null",
|
|
73467
73683
|
"scope": "default",
|
|
73468
73684
|
"line": {
|
|
73469
|
-
"start":
|
|
73470
|
-
"end":
|
|
73685
|
+
"start": 401,
|
|
73686
|
+
"end": 401
|
|
73471
73687
|
}
|
|
73472
73688
|
},
|
|
73473
73689
|
"group": [
|
|
@@ -73484,8 +73700,8 @@
|
|
|
73484
73700
|
{
|
|
73485
73701
|
"description": "The background color of the flat Picker components.\n",
|
|
73486
73702
|
"commentRange": {
|
|
73487
|
-
"start":
|
|
73488
|
-
"end":
|
|
73703
|
+
"start": 403,
|
|
73704
|
+
"end": 404
|
|
73489
73705
|
},
|
|
73490
73706
|
"context": {
|
|
73491
73707
|
"type": "variable",
|
|
@@ -73493,8 +73709,8 @@
|
|
|
73493
73709
|
"value": "null",
|
|
73494
73710
|
"scope": "default",
|
|
73495
73711
|
"line": {
|
|
73496
|
-
"start":
|
|
73497
|
-
"end":
|
|
73712
|
+
"start": 405,
|
|
73713
|
+
"end": 405
|
|
73498
73714
|
}
|
|
73499
73715
|
},
|
|
73500
73716
|
"group": [
|
|
@@ -73511,8 +73727,8 @@
|
|
|
73511
73727
|
{
|
|
73512
73728
|
"description": "The text color of the flat Picker components.\n",
|
|
73513
73729
|
"commentRange": {
|
|
73514
|
-
"start":
|
|
73515
|
-
"end":
|
|
73730
|
+
"start": 406,
|
|
73731
|
+
"end": 407
|
|
73516
73732
|
},
|
|
73517
73733
|
"context": {
|
|
73518
73734
|
"type": "variable",
|
|
@@ -73520,8 +73736,8 @@
|
|
|
73520
73736
|
"value": "$kendo-button-text",
|
|
73521
73737
|
"scope": "default",
|
|
73522
73738
|
"line": {
|
|
73523
|
-
"start":
|
|
73524
|
-
"end":
|
|
73739
|
+
"start": 408,
|
|
73740
|
+
"end": 408
|
|
73525
73741
|
}
|
|
73526
73742
|
},
|
|
73527
73743
|
"group": [
|
|
@@ -73538,8 +73754,8 @@
|
|
|
73538
73754
|
{
|
|
73539
73755
|
"description": "The border color of the flat Picker components.\n",
|
|
73540
73756
|
"commentRange": {
|
|
73541
|
-
"start":
|
|
73542
|
-
"end":
|
|
73757
|
+
"start": 409,
|
|
73758
|
+
"end": 410
|
|
73543
73759
|
},
|
|
73544
73760
|
"context": {
|
|
73545
73761
|
"type": "variable",
|
|
@@ -73547,8 +73763,8 @@
|
|
|
73547
73763
|
"value": "$kendo-button-border",
|
|
73548
73764
|
"scope": "default",
|
|
73549
73765
|
"line": {
|
|
73550
|
-
"start":
|
|
73551
|
-
"end":
|
|
73766
|
+
"start": 411,
|
|
73767
|
+
"end": 411
|
|
73552
73768
|
}
|
|
73553
73769
|
},
|
|
73554
73770
|
"group": [
|
|
@@ -73565,8 +73781,8 @@
|
|
|
73565
73781
|
{
|
|
73566
73782
|
"description": "The background color of the flat hovered Picker components.\n",
|
|
73567
73783
|
"commentRange": {
|
|
73568
|
-
"start":
|
|
73569
|
-
"end":
|
|
73784
|
+
"start": 413,
|
|
73785
|
+
"end": 414
|
|
73570
73786
|
},
|
|
73571
73787
|
"context": {
|
|
73572
73788
|
"type": "variable",
|
|
@@ -73574,8 +73790,8 @@
|
|
|
73574
73790
|
"value": "rgba( $kendo-button-text, .08 )",
|
|
73575
73791
|
"scope": "default",
|
|
73576
73792
|
"line": {
|
|
73577
|
-
"start":
|
|
73578
|
-
"end":
|
|
73793
|
+
"start": 415,
|
|
73794
|
+
"end": 415
|
|
73579
73795
|
}
|
|
73580
73796
|
},
|
|
73581
73797
|
"group": [
|
|
@@ -73592,8 +73808,8 @@
|
|
|
73592
73808
|
{
|
|
73593
73809
|
"description": "The text color of the flat hovered Picker components.\n",
|
|
73594
73810
|
"commentRange": {
|
|
73595
|
-
"start":
|
|
73596
|
-
"end":
|
|
73811
|
+
"start": 416,
|
|
73812
|
+
"end": 417
|
|
73597
73813
|
},
|
|
73598
73814
|
"context": {
|
|
73599
73815
|
"type": "variable",
|
|
@@ -73601,8 +73817,8 @@
|
|
|
73601
73817
|
"value": "null",
|
|
73602
73818
|
"scope": "default",
|
|
73603
73819
|
"line": {
|
|
73604
|
-
"start":
|
|
73605
|
-
"end":
|
|
73820
|
+
"start": 418,
|
|
73821
|
+
"end": 418
|
|
73606
73822
|
}
|
|
73607
73823
|
},
|
|
73608
73824
|
"group": [
|
|
@@ -73619,8 +73835,8 @@
|
|
|
73619
73835
|
{
|
|
73620
73836
|
"description": "The border color of the flat hovered Picker components.\n",
|
|
73621
73837
|
"commentRange": {
|
|
73622
|
-
"start":
|
|
73623
|
-
"end":
|
|
73838
|
+
"start": 419,
|
|
73839
|
+
"end": 420
|
|
73624
73840
|
},
|
|
73625
73841
|
"context": {
|
|
73626
73842
|
"type": "variable",
|
|
@@ -73628,8 +73844,8 @@
|
|
|
73628
73844
|
"value": "null",
|
|
73629
73845
|
"scope": "default",
|
|
73630
73846
|
"line": {
|
|
73631
|
-
"start":
|
|
73632
|
-
"end":
|
|
73847
|
+
"start": 421,
|
|
73848
|
+
"end": 421
|
|
73633
73849
|
}
|
|
73634
73850
|
},
|
|
73635
73851
|
"group": [
|
|
@@ -73646,8 +73862,8 @@
|
|
|
73646
73862
|
{
|
|
73647
73863
|
"description": "The background color of the flat focused Picker components.\n",
|
|
73648
73864
|
"commentRange": {
|
|
73649
|
-
"start":
|
|
73650
|
-
"end":
|
|
73865
|
+
"start": 423,
|
|
73866
|
+
"end": 424
|
|
73651
73867
|
},
|
|
73652
73868
|
"context": {
|
|
73653
73869
|
"type": "variable",
|
|
@@ -73655,8 +73871,8 @@
|
|
|
73655
73871
|
"value": "null",
|
|
73656
73872
|
"scope": "default",
|
|
73657
73873
|
"line": {
|
|
73658
|
-
"start":
|
|
73659
|
-
"end":
|
|
73874
|
+
"start": 425,
|
|
73875
|
+
"end": 425
|
|
73660
73876
|
}
|
|
73661
73877
|
},
|
|
73662
73878
|
"group": [
|
|
@@ -73673,8 +73889,8 @@
|
|
|
73673
73889
|
{
|
|
73674
73890
|
"description": "The text color of the flat focused Picker components.\n",
|
|
73675
73891
|
"commentRange": {
|
|
73676
|
-
"start":
|
|
73677
|
-
"end":
|
|
73892
|
+
"start": 426,
|
|
73893
|
+
"end": 427
|
|
73678
73894
|
},
|
|
73679
73895
|
"context": {
|
|
73680
73896
|
"type": "variable",
|
|
@@ -73682,8 +73898,8 @@
|
|
|
73682
73898
|
"value": "null",
|
|
73683
73899
|
"scope": "default",
|
|
73684
73900
|
"line": {
|
|
73685
|
-
"start":
|
|
73686
|
-
"end":
|
|
73901
|
+
"start": 428,
|
|
73902
|
+
"end": 428
|
|
73687
73903
|
}
|
|
73688
73904
|
},
|
|
73689
73905
|
"group": [
|
|
@@ -73700,8 +73916,8 @@
|
|
|
73700
73916
|
{
|
|
73701
73917
|
"description": "The border color of the flat focused Picker components.\n",
|
|
73702
73918
|
"commentRange": {
|
|
73703
|
-
"start":
|
|
73704
|
-
"end":
|
|
73919
|
+
"start": 429,
|
|
73920
|
+
"end": 430
|
|
73705
73921
|
},
|
|
73706
73922
|
"context": {
|
|
73707
73923
|
"type": "variable",
|
|
@@ -73709,8 +73925,8 @@
|
|
|
73709
73925
|
"value": "null",
|
|
73710
73926
|
"scope": "default",
|
|
73711
73927
|
"line": {
|
|
73712
|
-
"start":
|
|
73713
|
-
"end":
|
|
73928
|
+
"start": 431,
|
|
73929
|
+
"end": 431
|
|
73714
73930
|
}
|
|
73715
73931
|
},
|
|
73716
73932
|
"group": [
|
|
@@ -73727,8 +73943,8 @@
|
|
|
73727
73943
|
{
|
|
73728
73944
|
"description": "The shadow of the flat focused Picker components.\n",
|
|
73729
73945
|
"commentRange": {
|
|
73730
|
-
"start":
|
|
73731
|
-
"end":
|
|
73946
|
+
"start": 432,
|
|
73947
|
+
"end": 433
|
|
73732
73948
|
},
|
|
73733
73949
|
"context": {
|
|
73734
73950
|
"type": "variable",
|
|
@@ -73736,8 +73952,8 @@
|
|
|
73736
73952
|
"value": "$kendo-picker-focus-shadow",
|
|
73737
73953
|
"scope": "default",
|
|
73738
73954
|
"line": {
|
|
73739
|
-
"start":
|
|
73740
|
-
"end":
|
|
73955
|
+
"start": 434,
|
|
73956
|
+
"end": 434
|
|
73741
73957
|
}
|
|
73742
73958
|
},
|
|
73743
73959
|
"group": [
|
|
@@ -73754,8 +73970,8 @@
|
|
|
73754
73970
|
{
|
|
73755
73971
|
"description": "The background color of the flat hovered and focused Picker components.\n",
|
|
73756
73972
|
"commentRange": {
|
|
73757
|
-
"start":
|
|
73758
|
-
"end":
|
|
73973
|
+
"start": 436,
|
|
73974
|
+
"end": 437
|
|
73759
73975
|
},
|
|
73760
73976
|
"context": {
|
|
73761
73977
|
"type": "variable",
|
|
@@ -73763,8 +73979,8 @@
|
|
|
73763
73979
|
"value": "null",
|
|
73764
73980
|
"scope": "default",
|
|
73765
73981
|
"line": {
|
|
73766
|
-
"start":
|
|
73767
|
-
"end":
|
|
73982
|
+
"start": 438,
|
|
73983
|
+
"end": 438
|
|
73768
73984
|
}
|
|
73769
73985
|
},
|
|
73770
73986
|
"group": [
|
|
@@ -73781,8 +73997,8 @@
|
|
|
73781
73997
|
{
|
|
73782
73998
|
"description": "The text color of the flat hovered and focused Picker components.\n",
|
|
73783
73999
|
"commentRange": {
|
|
73784
|
-
"start":
|
|
73785
|
-
"end":
|
|
74000
|
+
"start": 439,
|
|
74001
|
+
"end": 440
|
|
73786
74002
|
},
|
|
73787
74003
|
"context": {
|
|
73788
74004
|
"type": "variable",
|
|
@@ -73790,8 +74006,8 @@
|
|
|
73790
74006
|
"value": "null",
|
|
73791
74007
|
"scope": "default",
|
|
73792
74008
|
"line": {
|
|
73793
|
-
"start":
|
|
73794
|
-
"end":
|
|
74009
|
+
"start": 441,
|
|
74010
|
+
"end": 441
|
|
73795
74011
|
}
|
|
73796
74012
|
},
|
|
73797
74013
|
"group": [
|
|
@@ -73808,8 +74024,8 @@
|
|
|
73808
74024
|
{
|
|
73809
74025
|
"description": "The border color of the flat hovered and focused Picker components.\n",
|
|
73810
74026
|
"commentRange": {
|
|
73811
|
-
"start":
|
|
73812
|
-
"end":
|
|
74027
|
+
"start": 442,
|
|
74028
|
+
"end": 443
|
|
73813
74029
|
},
|
|
73814
74030
|
"context": {
|
|
73815
74031
|
"type": "variable",
|
|
@@ -73817,8 +74033,8 @@
|
|
|
73817
74033
|
"value": "null",
|
|
73818
74034
|
"scope": "default",
|
|
73819
74035
|
"line": {
|
|
73820
|
-
"start":
|
|
73821
|
-
"end":
|
|
74036
|
+
"start": 444,
|
|
74037
|
+
"end": 444
|
|
73822
74038
|
}
|
|
73823
74039
|
},
|
|
73824
74040
|
"group": [
|