@progress/kendo-theme-material 6.3.1-dev.0 → 6.4.0-dev.1
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 +348 -154
- package/dist/all.scss +246 -149
- package/dist/meta/sassdoc-data.json +949 -1057
- package/dist/meta/sassdoc-raw-data.json +469 -519
- package/dist/meta/variables.json +16 -16
- package/lib/swatches/material-aqua-dark.json +1 -1
- package/lib/swatches/material-arctic.json +1 -1
- package/lib/swatches/material-burnt-teal.json +1 -1
- package/lib/swatches/material-dataviz-v4.json +1 -1
- package/lib/swatches/material-eggplant.json +1 -1
- package/lib/swatches/material-lime-dark.json +1 -1
- package/lib/swatches/material-lime.json +1 -1
- package/lib/swatches/material-main-dark.json +1 -1
- package/lib/swatches/material-main.json +1 -1
- package/lib/swatches/material-nova.json +1 -1
- package/lib/swatches/material-pacific-dark.json +1 -1
- package/lib/swatches/material-pacific.json +1 -1
- package/lib/swatches/material-sky-dark.json +1 -1
- package/lib/swatches/material-sky.json +1 -1
- package/lib/swatches/material-smoke.json +1 -1
- package/package.json +5 -5
- package/scss/drawer/_variables.scss +2 -0
- package/scss/fab/_theme.scss +1 -1
- package/scss/fab/_variables.scss +5 -11
- package/scss/input/_variables.scss +0 -3
|
@@ -4887,15 +4887,15 @@
|
|
|
4887
4887
|
}
|
|
4888
4888
|
},
|
|
4889
4889
|
{
|
|
4890
|
-
"description": "FAB icon
|
|
4890
|
+
"description": "Horizontal padding of the FAB icon.\n",
|
|
4891
4891
|
"commentRange": {
|
|
4892
4892
|
"start": 34,
|
|
4893
4893
|
"end": 35
|
|
4894
4894
|
},
|
|
4895
4895
|
"context": {
|
|
4896
4896
|
"type": "variable",
|
|
4897
|
-
"name": "kendo-fab-icon-
|
|
4898
|
-
"value": "
|
|
4897
|
+
"name": "kendo-fab-icon-padding-x",
|
|
4898
|
+
"value": "k-map-get( $kendo-spacing, 0.5 )",
|
|
4899
4899
|
"scope": "default",
|
|
4900
4900
|
"line": {
|
|
4901
4901
|
"start": 36,
|
|
@@ -4912,15 +4912,15 @@
|
|
|
4912
4912
|
}
|
|
4913
4913
|
},
|
|
4914
4914
|
{
|
|
4915
|
-
"description": "FAB icon
|
|
4915
|
+
"description": "Vertical padding of the FAB icon.\n",
|
|
4916
4916
|
"commentRange": {
|
|
4917
4917
|
"start": 37,
|
|
4918
4918
|
"end": 38
|
|
4919
4919
|
},
|
|
4920
4920
|
"context": {
|
|
4921
4921
|
"type": "variable",
|
|
4922
|
-
"name": "kendo-fab-icon-
|
|
4923
|
-
"value": "$kendo-fab-icon-
|
|
4922
|
+
"name": "kendo-fab-icon-padding-y",
|
|
4923
|
+
"value": "$kendo-fab-icon-padding-x",
|
|
4924
4924
|
"scope": "default",
|
|
4925
4925
|
"line": {
|
|
4926
4926
|
"start": 39,
|
|
@@ -5170,7 +5170,7 @@
|
|
|
5170
5170
|
"context": {
|
|
5171
5171
|
"type": "variable",
|
|
5172
5172
|
"name": "kendo-fab-item-icon-padding-x",
|
|
5173
|
-
"value": "k-map-get( $kendo-spacing, 2 )",
|
|
5173
|
+
"value": "k-map-get( $kendo-spacing, 2 ) + $kendo-fab-icon-padding-x",
|
|
5174
5174
|
"scope": "default",
|
|
5175
5175
|
"line": {
|
|
5176
5176
|
"start": 72,
|
|
@@ -5261,61 +5261,11 @@
|
|
|
5261
5261
|
"name": "_variables.scss"
|
|
5262
5262
|
}
|
|
5263
5263
|
},
|
|
5264
|
-
{
|
|
5265
|
-
"description": "Width of the FAB item icon.\n",
|
|
5266
|
-
"commentRange": {
|
|
5267
|
-
"start": 82,
|
|
5268
|
-
"end": 83
|
|
5269
|
-
},
|
|
5270
|
-
"context": {
|
|
5271
|
-
"type": "variable",
|
|
5272
|
-
"name": "kendo-fab-item-icon-width",
|
|
5273
|
-
"value": "20px",
|
|
5274
|
-
"scope": "default",
|
|
5275
|
-
"line": {
|
|
5276
|
-
"start": 84,
|
|
5277
|
-
"end": 84
|
|
5278
|
-
}
|
|
5279
|
-
},
|
|
5280
|
-
"group": [
|
|
5281
|
-
"floating-action-button"
|
|
5282
|
-
],
|
|
5283
|
-
"access": "public",
|
|
5284
|
-
"file": {
|
|
5285
|
-
"path": "fab/_variables.scss",
|
|
5286
|
-
"name": "_variables.scss"
|
|
5287
|
-
}
|
|
5288
|
-
},
|
|
5289
|
-
{
|
|
5290
|
-
"description": "Height of the FAB item icon.\n",
|
|
5291
|
-
"commentRange": {
|
|
5292
|
-
"start": 85,
|
|
5293
|
-
"end": 86
|
|
5294
|
-
},
|
|
5295
|
-
"context": {
|
|
5296
|
-
"type": "variable",
|
|
5297
|
-
"name": "kendo-fab-item-icon-height",
|
|
5298
|
-
"value": "$kendo-fab-item-icon-width",
|
|
5299
|
-
"scope": "default",
|
|
5300
|
-
"line": {
|
|
5301
|
-
"start": 87,
|
|
5302
|
-
"end": 87
|
|
5303
|
-
}
|
|
5304
|
-
},
|
|
5305
|
-
"group": [
|
|
5306
|
-
"floating-action-button"
|
|
5307
|
-
],
|
|
5308
|
-
"access": "public",
|
|
5309
|
-
"file": {
|
|
5310
|
-
"path": "fab/_variables.scss",
|
|
5311
|
-
"name": "_variables.scss"
|
|
5312
|
-
}
|
|
5313
|
-
},
|
|
5314
5264
|
{
|
|
5315
5265
|
"description": "Theme colors map for the FAB.\n",
|
|
5316
5266
|
"commentRange": {
|
|
5317
|
-
"start":
|
|
5318
|
-
"end":
|
|
5267
|
+
"start": 83,
|
|
5268
|
+
"end": 84
|
|
5319
5269
|
},
|
|
5320
5270
|
"context": {
|
|
5321
5271
|
"type": "variable",
|
|
@@ -5323,8 +5273,8 @@
|
|
|
5323
5273
|
"value": "$kendo-theme-colors",
|
|
5324
5274
|
"scope": "default",
|
|
5325
5275
|
"line": {
|
|
5326
|
-
"start":
|
|
5327
|
-
"end":
|
|
5276
|
+
"start": 85,
|
|
5277
|
+
"end": 85
|
|
5328
5278
|
}
|
|
5329
5279
|
},
|
|
5330
5280
|
"group": [
|
|
@@ -5339,8 +5289,8 @@
|
|
|
5339
5289
|
{
|
|
5340
5290
|
"description": "Size map for the FAB.\n",
|
|
5341
5291
|
"commentRange": {
|
|
5342
|
-
"start":
|
|
5343
|
-
"end":
|
|
5292
|
+
"start": 87,
|
|
5293
|
+
"end": 88
|
|
5344
5294
|
},
|
|
5345
5295
|
"context": {
|
|
5346
5296
|
"type": "variable",
|
|
@@ -5348,8 +5298,8 @@
|
|
|
5348
5298
|
"value": "(\n sm: (\n padding-x: $kendo-fab-sm-padding-x,\n padding-y: $kendo-fab-sm-padding-y\n ),\n md: (\n padding-x: $kendo-fab-md-padding-x,\n padding-y: $kendo-fab-md-padding-y\n ),\n lg: (\n padding-x: $kendo-fab-lg-padding-x,\n padding-y: $kendo-fab-lg-padding-y\n )\n)",
|
|
5349
5299
|
"scope": "default",
|
|
5350
5300
|
"line": {
|
|
5351
|
-
"start":
|
|
5352
|
-
"end":
|
|
5301
|
+
"start": 89,
|
|
5302
|
+
"end": 102
|
|
5353
5303
|
}
|
|
5354
5304
|
},
|
|
5355
5305
|
"group": [
|
|
@@ -5364,8 +5314,8 @@
|
|
|
5364
5314
|
{
|
|
5365
5315
|
"description": "The base shadow of the FAB.\n",
|
|
5366
5316
|
"commentRange": {
|
|
5367
|
-
"start":
|
|
5368
|
-
"end":
|
|
5317
|
+
"start": 104,
|
|
5318
|
+
"end": 105
|
|
5369
5319
|
},
|
|
5370
5320
|
"context": {
|
|
5371
5321
|
"type": "variable",
|
|
@@ -5373,8 +5323,8 @@
|
|
|
5373
5323
|
"value": "0px 3px 5px -1px rgba( black, .2 ), 0px 6px 10px rgba( black, .14 ), 0px 1px 18px rgba( black, .12 )",
|
|
5374
5324
|
"scope": "default",
|
|
5375
5325
|
"line": {
|
|
5376
|
-
"start":
|
|
5377
|
-
"end":
|
|
5326
|
+
"start": 106,
|
|
5327
|
+
"end": 106
|
|
5378
5328
|
}
|
|
5379
5329
|
},
|
|
5380
5330
|
"group": [
|
|
@@ -5389,8 +5339,8 @@
|
|
|
5389
5339
|
{
|
|
5390
5340
|
"description": "The disabled shadow of the FAB.\n",
|
|
5391
5341
|
"commentRange": {
|
|
5392
|
-
"start":
|
|
5393
|
-
"end":
|
|
5342
|
+
"start": 107,
|
|
5343
|
+
"end": 108
|
|
5394
5344
|
},
|
|
5395
5345
|
"context": {
|
|
5396
5346
|
"type": "variable",
|
|
@@ -5398,8 +5348,8 @@
|
|
|
5398
5348
|
"value": "0px 3px 5px -1px k-try-tint( rgba( black, .2 ), .5 ), 0px 6px 10px k-try-tint( rgba( black, .14 ), .5 ), 0px 1px 18px k-try-tint( rgba( black, .12 ), .5 )",
|
|
5399
5349
|
"scope": "default",
|
|
5400
5350
|
"line": {
|
|
5401
|
-
"start":
|
|
5402
|
-
"end":
|
|
5351
|
+
"start": 109,
|
|
5352
|
+
"end": 109
|
|
5403
5353
|
}
|
|
5404
5354
|
},
|
|
5405
5355
|
"group": [
|
|
@@ -5414,8 +5364,8 @@
|
|
|
5414
5364
|
{
|
|
5415
5365
|
"description": "The active shadow of the FAB.\n",
|
|
5416
5366
|
"commentRange": {
|
|
5417
|
-
"start":
|
|
5418
|
-
"end":
|
|
5367
|
+
"start": 110,
|
|
5368
|
+
"end": 111
|
|
5419
5369
|
},
|
|
5420
5370
|
"context": {
|
|
5421
5371
|
"type": "variable",
|
|
@@ -5423,8 +5373,8 @@
|
|
|
5423
5373
|
"value": "0px 5px 5px -3px rgba( black, .2 ), 0px 8px 10px 1px rgba( black, .14 ), 0px 3px 14px 2px rgba( black, .12 )",
|
|
5424
5374
|
"scope": "default",
|
|
5425
5375
|
"line": {
|
|
5426
|
-
"start":
|
|
5427
|
-
"end":
|
|
5376
|
+
"start": 112,
|
|
5377
|
+
"end": 112
|
|
5428
5378
|
}
|
|
5429
5379
|
},
|
|
5430
5380
|
"group": [
|
|
@@ -5439,8 +5389,8 @@
|
|
|
5439
5389
|
{
|
|
5440
5390
|
"description": "The base text color of the FAB item.\n",
|
|
5441
5391
|
"commentRange": {
|
|
5442
|
-
"start":
|
|
5443
|
-
"end":
|
|
5392
|
+
"start": 114,
|
|
5393
|
+
"end": 115
|
|
5444
5394
|
},
|
|
5445
5395
|
"context": {
|
|
5446
5396
|
"type": "variable",
|
|
@@ -5448,8 +5398,8 @@
|
|
|
5448
5398
|
"value": "$kendo-component-text",
|
|
5449
5399
|
"scope": "default",
|
|
5450
5400
|
"line": {
|
|
5451
|
-
"start":
|
|
5452
|
-
"end":
|
|
5401
|
+
"start": 116,
|
|
5402
|
+
"end": 116
|
|
5453
5403
|
}
|
|
5454
5404
|
},
|
|
5455
5405
|
"group": [
|
|
@@ -5464,8 +5414,8 @@
|
|
|
5464
5414
|
{
|
|
5465
5415
|
"description": "The base background color of the FAB item.\n",
|
|
5466
5416
|
"commentRange": {
|
|
5467
|
-
"start":
|
|
5468
|
-
"end":
|
|
5417
|
+
"start": 117,
|
|
5418
|
+
"end": 118
|
|
5469
5419
|
},
|
|
5470
5420
|
"context": {
|
|
5471
5421
|
"type": "variable",
|
|
@@ -5473,8 +5423,8 @@
|
|
|
5473
5423
|
"value": "$kendo-component-bg",
|
|
5474
5424
|
"scope": "default",
|
|
5475
5425
|
"line": {
|
|
5476
|
-
"start":
|
|
5477
|
-
"end":
|
|
5426
|
+
"start": 119,
|
|
5427
|
+
"end": 119
|
|
5478
5428
|
}
|
|
5479
5429
|
},
|
|
5480
5430
|
"group": [
|
|
@@ -5489,8 +5439,8 @@
|
|
|
5489
5439
|
{
|
|
5490
5440
|
"description": "The base border color of the FAB item.\n",
|
|
5491
5441
|
"commentRange": {
|
|
5492
|
-
"start":
|
|
5493
|
-
"end":
|
|
5442
|
+
"start": 120,
|
|
5443
|
+
"end": 121
|
|
5494
5444
|
},
|
|
5495
5445
|
"context": {
|
|
5496
5446
|
"type": "variable",
|
|
@@ -5498,8 +5448,8 @@
|
|
|
5498
5448
|
"value": "$kendo-component-border",
|
|
5499
5449
|
"scope": "default",
|
|
5500
5450
|
"line": {
|
|
5501
|
-
"start":
|
|
5502
|
-
"end":
|
|
5451
|
+
"start": 122,
|
|
5452
|
+
"end": 122
|
|
5503
5453
|
}
|
|
5504
5454
|
},
|
|
5505
5455
|
"group": [
|
|
@@ -5514,8 +5464,8 @@
|
|
|
5514
5464
|
{
|
|
5515
5465
|
"description": "The base text color of the FAB item icon.\n",
|
|
5516
5466
|
"commentRange": {
|
|
5517
|
-
"start":
|
|
5518
|
-
"end":
|
|
5467
|
+
"start": 124,
|
|
5468
|
+
"end": 125
|
|
5519
5469
|
},
|
|
5520
5470
|
"context": {
|
|
5521
5471
|
"type": "variable",
|
|
@@ -5523,8 +5473,8 @@
|
|
|
5523
5473
|
"value": "$kendo-button-text",
|
|
5524
5474
|
"scope": "default",
|
|
5525
5475
|
"line": {
|
|
5526
|
-
"start":
|
|
5527
|
-
"end":
|
|
5476
|
+
"start": 126,
|
|
5477
|
+
"end": 126
|
|
5528
5478
|
}
|
|
5529
5479
|
},
|
|
5530
5480
|
"group": [
|
|
@@ -5539,8 +5489,8 @@
|
|
|
5539
5489
|
{
|
|
5540
5490
|
"description": "The base background color of the FAB item icon.\n",
|
|
5541
5491
|
"commentRange": {
|
|
5542
|
-
"start":
|
|
5543
|
-
"end":
|
|
5492
|
+
"start": 127,
|
|
5493
|
+
"end": 128
|
|
5544
5494
|
},
|
|
5545
5495
|
"context": {
|
|
5546
5496
|
"type": "variable",
|
|
@@ -5548,8 +5498,8 @@
|
|
|
5548
5498
|
"value": "$kendo-button-bg",
|
|
5549
5499
|
"scope": "default",
|
|
5550
5500
|
"line": {
|
|
5551
|
-
"start":
|
|
5552
|
-
"end":
|
|
5501
|
+
"start": 129,
|
|
5502
|
+
"end": 129
|
|
5553
5503
|
}
|
|
5554
5504
|
},
|
|
5555
5505
|
"group": [
|
|
@@ -5564,8 +5514,8 @@
|
|
|
5564
5514
|
{
|
|
5565
5515
|
"description": "The base border color of the FAB item icon.\n",
|
|
5566
5516
|
"commentRange": {
|
|
5567
|
-
"start":
|
|
5568
|
-
"end":
|
|
5517
|
+
"start": 130,
|
|
5518
|
+
"end": 131
|
|
5569
5519
|
},
|
|
5570
5520
|
"context": {
|
|
5571
5521
|
"type": "variable",
|
|
@@ -5573,8 +5523,8 @@
|
|
|
5573
5523
|
"value": "$kendo-button-border",
|
|
5574
5524
|
"scope": "default",
|
|
5575
5525
|
"line": {
|
|
5576
|
-
"start":
|
|
5577
|
-
"end":
|
|
5526
|
+
"start": 132,
|
|
5527
|
+
"end": 132
|
|
5578
5528
|
}
|
|
5579
5529
|
},
|
|
5580
5530
|
"group": [
|
|
@@ -5589,8 +5539,8 @@
|
|
|
5589
5539
|
{
|
|
5590
5540
|
"description": "The base shadow of the FAB item.\n",
|
|
5591
5541
|
"commentRange": {
|
|
5592
|
-
"start":
|
|
5593
|
-
"end":
|
|
5542
|
+
"start": 134,
|
|
5543
|
+
"end": 135
|
|
5594
5544
|
},
|
|
5595
5545
|
"context": {
|
|
5596
5546
|
"type": "variable",
|
|
@@ -5598,8 +5548,8 @@
|
|
|
5598
5548
|
"value": "$kendo-fab-shadow",
|
|
5599
5549
|
"scope": "default",
|
|
5600
5550
|
"line": {
|
|
5601
|
-
"start":
|
|
5602
|
-
"end":
|
|
5551
|
+
"start": 136,
|
|
5552
|
+
"end": 136
|
|
5603
5553
|
}
|
|
5604
5554
|
},
|
|
5605
5555
|
"group": [
|
|
@@ -5614,8 +5564,8 @@
|
|
|
5614
5564
|
{
|
|
5615
5565
|
"description": "The disabled shadow of the FAB item.\n",
|
|
5616
5566
|
"commentRange": {
|
|
5617
|
-
"start":
|
|
5618
|
-
"end":
|
|
5567
|
+
"start": 137,
|
|
5568
|
+
"end": 138
|
|
5619
5569
|
},
|
|
5620
5570
|
"context": {
|
|
5621
5571
|
"type": "variable",
|
|
@@ -5623,8 +5573,8 @@
|
|
|
5623
5573
|
"value": "$kendo-fab-disabled-shadow",
|
|
5624
5574
|
"scope": "default",
|
|
5625
5575
|
"line": {
|
|
5626
|
-
"start":
|
|
5627
|
-
"end":
|
|
5576
|
+
"start": 139,
|
|
5577
|
+
"end": 139
|
|
5628
5578
|
}
|
|
5629
5579
|
},
|
|
5630
5580
|
"group": [
|
|
@@ -5639,8 +5589,8 @@
|
|
|
5639
5589
|
{
|
|
5640
5590
|
"description": "The active shadow of the FAB item.\n",
|
|
5641
5591
|
"commentRange": {
|
|
5642
|
-
"start":
|
|
5643
|
-
"end":
|
|
5592
|
+
"start": 140,
|
|
5593
|
+
"end": 141
|
|
5644
5594
|
},
|
|
5645
5595
|
"context": {
|
|
5646
5596
|
"type": "variable",
|
|
@@ -5648,8 +5598,8 @@
|
|
|
5648
5598
|
"value": "$kendo-fab-active-shadow",
|
|
5649
5599
|
"scope": "default",
|
|
5650
5600
|
"line": {
|
|
5651
|
-
"start":
|
|
5652
|
-
"end":
|
|
5601
|
+
"start": 142,
|
|
5602
|
+
"end": 142
|
|
5653
5603
|
}
|
|
5654
5604
|
},
|
|
5655
5605
|
"group": [
|
|
@@ -7195,11 +7145,11 @@
|
|
|
7195
7145
|
"context": {
|
|
7196
7146
|
"type": "variable",
|
|
7197
7147
|
"name": "kendo-input-sizes",
|
|
7198
|
-
"value": "(\n sm: (\n padding-x: $kendo-input-sm-padding-x,\n padding-y: $kendo-input-sm-padding-y,\n font-size: $kendo-input-sm-font-size,\n line-height: $kendo-input-sm-line-height,\n
|
|
7148
|
+
"value": "(\n sm: (\n padding-x: $kendo-input-sm-padding-x,\n padding-y: $kendo-input-sm-padding-y,\n font-size: $kendo-input-sm-font-size,\n line-height: $kendo-input-sm-line-height,\n button-padding-x: k-map-get( $kendo-spacing, 1 ),\n button-padding-y: k-map-get( $kendo-spacing, 1 )\n ),\n md: (\n padding-x: $kendo-input-md-padding-x,\n padding-y: $kendo-input-md-padding-y,\n font-size: $kendo-input-md-font-size,\n line-height: $kendo-input-md-line-height,\n button-padding-x: k-map-get( $kendo-spacing, 1 ),\n button-padding-y: k-map-get( $kendo-spacing, 1 )\n ),\n lg: (\n padding-x: $kendo-input-lg-padding-x,\n padding-y: $kendo-input-lg-padding-y,\n font-size: $kendo-input-lg-font-size,\n line-height: $kendo-input-lg-line-height,\n button-padding-x: k-map-get( $kendo-spacing, 1 ),\n button-padding-y: k-map-get( $kendo-spacing, 1 )\n )\n)",
|
|
7199
7149
|
"scope": "default",
|
|
7200
7150
|
"line": {
|
|
7201
7151
|
"start": 73,
|
|
7202
|
-
"end":
|
|
7152
|
+
"end": 98
|
|
7203
7153
|
}
|
|
7204
7154
|
},
|
|
7205
7155
|
"group": [
|
|
@@ -7214,8 +7164,8 @@
|
|
|
7214
7164
|
{
|
|
7215
7165
|
"description": "The background color of the Input components.\n",
|
|
7216
7166
|
"commentRange": {
|
|
7217
|
-
"start":
|
|
7218
|
-
"end":
|
|
7167
|
+
"start": 100,
|
|
7168
|
+
"end": 101
|
|
7219
7169
|
},
|
|
7220
7170
|
"context": {
|
|
7221
7171
|
"type": "variable",
|
|
@@ -7223,8 +7173,8 @@
|
|
|
7223
7173
|
"value": "k-try-shade( $kendo-component-bg, .5 )",
|
|
7224
7174
|
"scope": "default",
|
|
7225
7175
|
"line": {
|
|
7226
|
-
"start":
|
|
7227
|
-
"end":
|
|
7176
|
+
"start": 102,
|
|
7177
|
+
"end": 102
|
|
7228
7178
|
}
|
|
7229
7179
|
},
|
|
7230
7180
|
"group": [
|
|
@@ -7239,8 +7189,8 @@
|
|
|
7239
7189
|
{
|
|
7240
7190
|
"description": "The text color of the Input components.\n",
|
|
7241
7191
|
"commentRange": {
|
|
7242
|
-
"start":
|
|
7243
|
-
"end":
|
|
7192
|
+
"start": 103,
|
|
7193
|
+
"end": 104
|
|
7244
7194
|
},
|
|
7245
7195
|
"context": {
|
|
7246
7196
|
"type": "variable",
|
|
@@ -7248,8 +7198,8 @@
|
|
|
7248
7198
|
"value": "$kendo-component-text",
|
|
7249
7199
|
"scope": "default",
|
|
7250
7200
|
"line": {
|
|
7251
|
-
"start":
|
|
7252
|
-
"end":
|
|
7201
|
+
"start": 105,
|
|
7202
|
+
"end": 105
|
|
7253
7203
|
}
|
|
7254
7204
|
},
|
|
7255
7205
|
"group": [
|
|
@@ -7264,8 +7214,8 @@
|
|
|
7264
7214
|
{
|
|
7265
7215
|
"description": "The border color of the Input components.\n",
|
|
7266
7216
|
"commentRange": {
|
|
7267
|
-
"start":
|
|
7268
|
-
"end":
|
|
7217
|
+
"start": 106,
|
|
7218
|
+
"end": 107
|
|
7269
7219
|
},
|
|
7270
7220
|
"context": {
|
|
7271
7221
|
"type": "variable",
|
|
@@ -7273,8 +7223,8 @@
|
|
|
7273
7223
|
"value": "rgba( $kendo-component-border, .38 )",
|
|
7274
7224
|
"scope": "default",
|
|
7275
7225
|
"line": {
|
|
7276
|
-
"start":
|
|
7277
|
-
"end":
|
|
7226
|
+
"start": 108,
|
|
7227
|
+
"end": 108
|
|
7278
7228
|
}
|
|
7279
7229
|
},
|
|
7280
7230
|
"group": [
|
|
@@ -7289,8 +7239,8 @@
|
|
|
7289
7239
|
{
|
|
7290
7240
|
"description": "The shadow of the Input components.\n",
|
|
7291
7241
|
"commentRange": {
|
|
7292
|
-
"start":
|
|
7293
|
-
"end":
|
|
7242
|
+
"start": 109,
|
|
7243
|
+
"end": 110
|
|
7294
7244
|
},
|
|
7295
7245
|
"context": {
|
|
7296
7246
|
"type": "variable",
|
|
@@ -7298,8 +7248,8 @@
|
|
|
7298
7248
|
"value": "null",
|
|
7299
7249
|
"scope": "default",
|
|
7300
7250
|
"line": {
|
|
7301
|
-
"start":
|
|
7302
|
-
"end":
|
|
7251
|
+
"start": 111,
|
|
7252
|
+
"end": 111
|
|
7303
7253
|
}
|
|
7304
7254
|
},
|
|
7305
7255
|
"group": [
|
|
@@ -7314,8 +7264,8 @@
|
|
|
7314
7264
|
{
|
|
7315
7265
|
"description": "The background color of the hovered Input components.\n",
|
|
7316
7266
|
"commentRange": {
|
|
7317
|
-
"start":
|
|
7318
|
-
"end":
|
|
7267
|
+
"start": 113,
|
|
7268
|
+
"end": 114
|
|
7319
7269
|
},
|
|
7320
7270
|
"context": {
|
|
7321
7271
|
"type": "variable",
|
|
@@ -7323,8 +7273,8 @@
|
|
|
7323
7273
|
"value": "null",
|
|
7324
7274
|
"scope": "default",
|
|
7325
7275
|
"line": {
|
|
7326
|
-
"start":
|
|
7327
|
-
"end":
|
|
7276
|
+
"start": 115,
|
|
7277
|
+
"end": 115
|
|
7328
7278
|
}
|
|
7329
7279
|
},
|
|
7330
7280
|
"group": [
|
|
@@ -7339,8 +7289,8 @@
|
|
|
7339
7289
|
{
|
|
7340
7290
|
"description": "The text color of the hovered Input components.\n",
|
|
7341
7291
|
"commentRange": {
|
|
7342
|
-
"start":
|
|
7343
|
-
"end":
|
|
7292
|
+
"start": 116,
|
|
7293
|
+
"end": 117
|
|
7344
7294
|
},
|
|
7345
7295
|
"context": {
|
|
7346
7296
|
"type": "variable",
|
|
@@ -7348,8 +7298,8 @@
|
|
|
7348
7298
|
"value": "null",
|
|
7349
7299
|
"scope": "default",
|
|
7350
7300
|
"line": {
|
|
7351
|
-
"start":
|
|
7352
|
-
"end":
|
|
7301
|
+
"start": 118,
|
|
7302
|
+
"end": 118
|
|
7353
7303
|
}
|
|
7354
7304
|
},
|
|
7355
7305
|
"group": [
|
|
@@ -7364,8 +7314,8 @@
|
|
|
7364
7314
|
{
|
|
7365
7315
|
"description": "The border color of the hovered Input components.\n",
|
|
7366
7316
|
"commentRange": {
|
|
7367
|
-
"start":
|
|
7368
|
-
"end":
|
|
7317
|
+
"start": 119,
|
|
7318
|
+
"end": 120
|
|
7369
7319
|
},
|
|
7370
7320
|
"context": {
|
|
7371
7321
|
"type": "variable",
|
|
@@ -7373,8 +7323,8 @@
|
|
|
7373
7323
|
"value": "$kendo-input-text",
|
|
7374
7324
|
"scope": "default",
|
|
7375
7325
|
"line": {
|
|
7376
|
-
"start":
|
|
7377
|
-
"end":
|
|
7326
|
+
"start": 121,
|
|
7327
|
+
"end": 121
|
|
7378
7328
|
}
|
|
7379
7329
|
},
|
|
7380
7330
|
"group": [
|
|
@@ -7389,8 +7339,8 @@
|
|
|
7389
7339
|
{
|
|
7390
7340
|
"description": "The shadow of the hovered Input components.\n",
|
|
7391
7341
|
"commentRange": {
|
|
7392
|
-
"start":
|
|
7393
|
-
"end":
|
|
7342
|
+
"start": 122,
|
|
7343
|
+
"end": 123
|
|
7394
7344
|
},
|
|
7395
7345
|
"context": {
|
|
7396
7346
|
"type": "variable",
|
|
@@ -7398,8 +7348,8 @@
|
|
|
7398
7348
|
"value": "null",
|
|
7399
7349
|
"scope": "default",
|
|
7400
7350
|
"line": {
|
|
7401
|
-
"start":
|
|
7402
|
-
"end":
|
|
7351
|
+
"start": 124,
|
|
7352
|
+
"end": 124
|
|
7403
7353
|
}
|
|
7404
7354
|
},
|
|
7405
7355
|
"group": [
|
|
@@ -7414,8 +7364,8 @@
|
|
|
7414
7364
|
{
|
|
7415
7365
|
"description": "The background color of the focused Input components.\n",
|
|
7416
7366
|
"commentRange": {
|
|
7417
|
-
"start":
|
|
7418
|
-
"end":
|
|
7367
|
+
"start": 126,
|
|
7368
|
+
"end": 127
|
|
7419
7369
|
},
|
|
7420
7370
|
"context": {
|
|
7421
7371
|
"type": "variable",
|
|
@@ -7423,8 +7373,8 @@
|
|
|
7423
7373
|
"value": "null",
|
|
7424
7374
|
"scope": "default",
|
|
7425
7375
|
"line": {
|
|
7426
|
-
"start":
|
|
7427
|
-
"end":
|
|
7376
|
+
"start": 128,
|
|
7377
|
+
"end": 128
|
|
7428
7378
|
}
|
|
7429
7379
|
},
|
|
7430
7380
|
"group": [
|
|
@@ -7439,8 +7389,8 @@
|
|
|
7439
7389
|
{
|
|
7440
7390
|
"description": "The text color of the focused Input components.\n",
|
|
7441
7391
|
"commentRange": {
|
|
7442
|
-
"start":
|
|
7443
|
-
"end":
|
|
7392
|
+
"start": 129,
|
|
7393
|
+
"end": 130
|
|
7444
7394
|
},
|
|
7445
7395
|
"context": {
|
|
7446
7396
|
"type": "variable",
|
|
@@ -7448,8 +7398,8 @@
|
|
|
7448
7398
|
"value": "null",
|
|
7449
7399
|
"scope": "default",
|
|
7450
7400
|
"line": {
|
|
7451
|
-
"start":
|
|
7452
|
-
"end":
|
|
7401
|
+
"start": 131,
|
|
7402
|
+
"end": 131
|
|
7453
7403
|
}
|
|
7454
7404
|
},
|
|
7455
7405
|
"group": [
|
|
@@ -7464,8 +7414,8 @@
|
|
|
7464
7414
|
{
|
|
7465
7415
|
"description": "The border color of the focused Input components.\n",
|
|
7466
7416
|
"commentRange": {
|
|
7467
|
-
"start":
|
|
7468
|
-
"end":
|
|
7417
|
+
"start": 132,
|
|
7418
|
+
"end": 133
|
|
7469
7419
|
},
|
|
7470
7420
|
"context": {
|
|
7471
7421
|
"type": "variable",
|
|
@@ -7473,8 +7423,8 @@
|
|
|
7473
7423
|
"value": "$kendo-color-primary",
|
|
7474
7424
|
"scope": "default",
|
|
7475
7425
|
"line": {
|
|
7476
|
-
"start":
|
|
7477
|
-
"end":
|
|
7426
|
+
"start": 134,
|
|
7427
|
+
"end": 134
|
|
7478
7428
|
}
|
|
7479
7429
|
},
|
|
7480
7430
|
"group": [
|
|
@@ -7489,8 +7439,8 @@
|
|
|
7489
7439
|
{
|
|
7490
7440
|
"description": "The shadow of the focused Input components.\n",
|
|
7491
7441
|
"commentRange": {
|
|
7492
|
-
"start":
|
|
7493
|
-
"end":
|
|
7442
|
+
"start": 135,
|
|
7443
|
+
"end": 136
|
|
7494
7444
|
},
|
|
7495
7445
|
"context": {
|
|
7496
7446
|
"type": "variable",
|
|
@@ -7498,8 +7448,8 @@
|
|
|
7498
7448
|
"value": "null",
|
|
7499
7449
|
"scope": "default",
|
|
7500
7450
|
"line": {
|
|
7501
|
-
"start":
|
|
7502
|
-
"end":
|
|
7451
|
+
"start": 137,
|
|
7452
|
+
"end": 137
|
|
7503
7453
|
}
|
|
7504
7454
|
},
|
|
7505
7455
|
"group": [
|
|
@@ -7514,8 +7464,8 @@
|
|
|
7514
7464
|
{
|
|
7515
7465
|
"description": "The background color of the selected Input components.\n",
|
|
7516
7466
|
"commentRange": {
|
|
7517
|
-
"start":
|
|
7518
|
-
"end":
|
|
7467
|
+
"start": 139,
|
|
7468
|
+
"end": 140
|
|
7519
7469
|
},
|
|
7520
7470
|
"context": {
|
|
7521
7471
|
"type": "variable",
|
|
@@ -7523,8 +7473,8 @@
|
|
|
7523
7473
|
"value": "null",
|
|
7524
7474
|
"scope": "default",
|
|
7525
7475
|
"line": {
|
|
7526
|
-
"start":
|
|
7527
|
-
"end":
|
|
7476
|
+
"start": 141,
|
|
7477
|
+
"end": 141
|
|
7528
7478
|
}
|
|
7529
7479
|
},
|
|
7530
7480
|
"group": [
|
|
@@ -7539,8 +7489,8 @@
|
|
|
7539
7489
|
{
|
|
7540
7490
|
"description": "The text color of the selected Input components.\n",
|
|
7541
7491
|
"commentRange": {
|
|
7542
|
-
"start":
|
|
7543
|
-
"end":
|
|
7492
|
+
"start": 142,
|
|
7493
|
+
"end": 143
|
|
7544
7494
|
},
|
|
7545
7495
|
"context": {
|
|
7546
7496
|
"type": "variable",
|
|
@@ -7548,8 +7498,8 @@
|
|
|
7548
7498
|
"value": "null",
|
|
7549
7499
|
"scope": "default",
|
|
7550
7500
|
"line": {
|
|
7551
|
-
"start":
|
|
7552
|
-
"end":
|
|
7501
|
+
"start": 144,
|
|
7502
|
+
"end": 144
|
|
7553
7503
|
}
|
|
7554
7504
|
},
|
|
7555
7505
|
"group": [
|
|
@@ -7564,8 +7514,8 @@
|
|
|
7564
7514
|
{
|
|
7565
7515
|
"description": "The background color of the disabled Input components.\n",
|
|
7566
7516
|
"commentRange": {
|
|
7567
|
-
"start":
|
|
7568
|
-
"end":
|
|
7517
|
+
"start": 146,
|
|
7518
|
+
"end": 147
|
|
7569
7519
|
},
|
|
7570
7520
|
"context": {
|
|
7571
7521
|
"type": "variable",
|
|
@@ -7573,8 +7523,8 @@
|
|
|
7573
7523
|
"value": "k-try-shade( $kendo-component-bg, .25 )",
|
|
7574
7524
|
"scope": "default",
|
|
7575
7525
|
"line": {
|
|
7576
|
-
"start":
|
|
7577
|
-
"end":
|
|
7526
|
+
"start": 148,
|
|
7527
|
+
"end": 148
|
|
7578
7528
|
}
|
|
7579
7529
|
},
|
|
7580
7530
|
"group": [
|
|
@@ -7589,8 +7539,8 @@
|
|
|
7589
7539
|
{
|
|
7590
7540
|
"description": "The text color of the disabled Input components.\n",
|
|
7591
7541
|
"commentRange": {
|
|
7592
|
-
"start":
|
|
7593
|
-
"end":
|
|
7542
|
+
"start": 149,
|
|
7543
|
+
"end": 150
|
|
7594
7544
|
},
|
|
7595
7545
|
"context": {
|
|
7596
7546
|
"type": "variable",
|
|
@@ -7598,8 +7548,8 @@
|
|
|
7598
7548
|
"value": "$kendo-disabled-text",
|
|
7599
7549
|
"scope": "default",
|
|
7600
7550
|
"line": {
|
|
7601
|
-
"start":
|
|
7602
|
-
"end":
|
|
7551
|
+
"start": 151,
|
|
7552
|
+
"end": 151
|
|
7603
7553
|
}
|
|
7604
7554
|
},
|
|
7605
7555
|
"group": [
|
|
@@ -7614,8 +7564,8 @@
|
|
|
7614
7564
|
{
|
|
7615
7565
|
"description": "The border color of the disabled Input components.\n",
|
|
7616
7566
|
"commentRange": {
|
|
7617
|
-
"start":
|
|
7618
|
-
"end":
|
|
7567
|
+
"start": 152,
|
|
7568
|
+
"end": 153
|
|
7619
7569
|
},
|
|
7620
7570
|
"context": {
|
|
7621
7571
|
"type": "variable",
|
|
@@ -7623,8 +7573,8 @@
|
|
|
7623
7573
|
"value": "rgba( $kendo-component-border, k-math-div( k-color-alpha( $kendo-component-border ), 2 ) )",
|
|
7624
7574
|
"scope": "default",
|
|
7625
7575
|
"line": {
|
|
7626
|
-
"start":
|
|
7627
|
-
"end":
|
|
7576
|
+
"start": 154,
|
|
7577
|
+
"end": 154
|
|
7628
7578
|
}
|
|
7629
7579
|
},
|
|
7630
7580
|
"group": [
|
|
@@ -7639,8 +7589,8 @@
|
|
|
7639
7589
|
{
|
|
7640
7590
|
"description": "The gradient of the disabled Input components.\n",
|
|
7641
7591
|
"commentRange": {
|
|
7642
|
-
"start":
|
|
7643
|
-
"end":
|
|
7592
|
+
"start": 155,
|
|
7593
|
+
"end": 156
|
|
7644
7594
|
},
|
|
7645
7595
|
"context": {
|
|
7646
7596
|
"type": "variable",
|
|
@@ -7648,8 +7598,8 @@
|
|
|
7648
7598
|
"value": "null",
|
|
7649
7599
|
"scope": "default",
|
|
7650
7600
|
"line": {
|
|
7651
|
-
"start":
|
|
7652
|
-
"end":
|
|
7601
|
+
"start": 157,
|
|
7602
|
+
"end": 157
|
|
7653
7603
|
}
|
|
7654
7604
|
},
|
|
7655
7605
|
"group": [
|
|
@@ -7664,8 +7614,8 @@
|
|
|
7664
7614
|
{
|
|
7665
7615
|
"description": "The shadow of the disabled Input components.\n",
|
|
7666
7616
|
"commentRange": {
|
|
7667
|
-
"start":
|
|
7668
|
-
"end":
|
|
7617
|
+
"start": 158,
|
|
7618
|
+
"end": 159
|
|
7669
7619
|
},
|
|
7670
7620
|
"context": {
|
|
7671
7621
|
"type": "variable",
|
|
@@ -7673,8 +7623,8 @@
|
|
|
7673
7623
|
"value": "null",
|
|
7674
7624
|
"scope": "default",
|
|
7675
7625
|
"line": {
|
|
7676
|
-
"start":
|
|
7677
|
-
"end":
|
|
7626
|
+
"start": 160,
|
|
7627
|
+
"end": 160
|
|
7678
7628
|
}
|
|
7679
7629
|
},
|
|
7680
7630
|
"group": [
|
|
@@ -7689,8 +7639,8 @@
|
|
|
7689
7639
|
{
|
|
7690
7640
|
"description": "The background color of the outline Input components.\n",
|
|
7691
7641
|
"commentRange": {
|
|
7692
|
-
"start":
|
|
7693
|
-
"end":
|
|
7642
|
+
"start": 162,
|
|
7643
|
+
"end": 163
|
|
7694
7644
|
},
|
|
7695
7645
|
"context": {
|
|
7696
7646
|
"type": "variable",
|
|
@@ -7698,8 +7648,8 @@
|
|
|
7698
7648
|
"value": "null",
|
|
7699
7649
|
"scope": "default",
|
|
7700
7650
|
"line": {
|
|
7701
|
-
"start":
|
|
7702
|
-
"end":
|
|
7651
|
+
"start": 164,
|
|
7652
|
+
"end": 164
|
|
7703
7653
|
}
|
|
7704
7654
|
},
|
|
7705
7655
|
"group": [
|
|
@@ -7714,8 +7664,8 @@
|
|
|
7714
7664
|
{
|
|
7715
7665
|
"description": "The text color of the outline Input components.\n",
|
|
7716
7666
|
"commentRange": {
|
|
7717
|
-
"start":
|
|
7718
|
-
"end":
|
|
7667
|
+
"start": 165,
|
|
7668
|
+
"end": 166
|
|
7719
7669
|
},
|
|
7720
7670
|
"context": {
|
|
7721
7671
|
"type": "variable",
|
|
@@ -7723,8 +7673,8 @@
|
|
|
7723
7673
|
"value": "$kendo-input-text",
|
|
7724
7674
|
"scope": "default",
|
|
7725
7675
|
"line": {
|
|
7726
|
-
"start":
|
|
7727
|
-
"end":
|
|
7676
|
+
"start": 167,
|
|
7677
|
+
"end": 167
|
|
7728
7678
|
}
|
|
7729
7679
|
},
|
|
7730
7680
|
"group": [
|
|
@@ -7739,8 +7689,8 @@
|
|
|
7739
7689
|
{
|
|
7740
7690
|
"description": "The border color of the outline Input components.\n",
|
|
7741
7691
|
"commentRange": {
|
|
7742
|
-
"start":
|
|
7743
|
-
"end":
|
|
7692
|
+
"start": 168,
|
|
7693
|
+
"end": 169
|
|
7744
7694
|
},
|
|
7745
7695
|
"context": {
|
|
7746
7696
|
"type": "variable",
|
|
@@ -7748,8 +7698,8 @@
|
|
|
7748
7698
|
"value": "$kendo-input-border",
|
|
7749
7699
|
"scope": "default",
|
|
7750
7700
|
"line": {
|
|
7751
|
-
"start":
|
|
7752
|
-
"end":
|
|
7701
|
+
"start": 170,
|
|
7702
|
+
"end": 170
|
|
7753
7703
|
}
|
|
7754
7704
|
},
|
|
7755
7705
|
"group": [
|
|
@@ -7764,8 +7714,8 @@
|
|
|
7764
7714
|
{
|
|
7765
7715
|
"description": "The background color of the outline hovered Input components.\n",
|
|
7766
7716
|
"commentRange": {
|
|
7767
|
-
"start":
|
|
7768
|
-
"end":
|
|
7717
|
+
"start": 172,
|
|
7718
|
+
"end": 173
|
|
7769
7719
|
},
|
|
7770
7720
|
"context": {
|
|
7771
7721
|
"type": "variable",
|
|
@@ -7773,8 +7723,8 @@
|
|
|
7773
7723
|
"value": "null",
|
|
7774
7724
|
"scope": "default",
|
|
7775
7725
|
"line": {
|
|
7776
|
-
"start":
|
|
7777
|
-
"end":
|
|
7726
|
+
"start": 174,
|
|
7727
|
+
"end": 174
|
|
7778
7728
|
}
|
|
7779
7729
|
},
|
|
7780
7730
|
"group": [
|
|
@@ -7789,8 +7739,8 @@
|
|
|
7789
7739
|
{
|
|
7790
7740
|
"description": "The text color of the outline hovered Input components.\n",
|
|
7791
7741
|
"commentRange": {
|
|
7792
|
-
"start":
|
|
7793
|
-
"end":
|
|
7742
|
+
"start": 175,
|
|
7743
|
+
"end": 176
|
|
7794
7744
|
},
|
|
7795
7745
|
"context": {
|
|
7796
7746
|
"type": "variable",
|
|
@@ -7798,8 +7748,8 @@
|
|
|
7798
7748
|
"value": "null",
|
|
7799
7749
|
"scope": "default",
|
|
7800
7750
|
"line": {
|
|
7801
|
-
"start":
|
|
7802
|
-
"end":
|
|
7751
|
+
"start": 177,
|
|
7752
|
+
"end": 177
|
|
7803
7753
|
}
|
|
7804
7754
|
},
|
|
7805
7755
|
"group": [
|
|
@@ -7814,8 +7764,8 @@
|
|
|
7814
7764
|
{
|
|
7815
7765
|
"description": "The border color of the outline hovered Input components.\n",
|
|
7816
7766
|
"commentRange": {
|
|
7817
|
-
"start":
|
|
7818
|
-
"end":
|
|
7767
|
+
"start": 178,
|
|
7768
|
+
"end": 179
|
|
7819
7769
|
},
|
|
7820
7770
|
"context": {
|
|
7821
7771
|
"type": "variable",
|
|
@@ -7823,8 +7773,8 @@
|
|
|
7823
7773
|
"value": "$kendo-input-hover-border",
|
|
7824
7774
|
"scope": "default",
|
|
7825
7775
|
"line": {
|
|
7826
|
-
"start":
|
|
7827
|
-
"end":
|
|
7776
|
+
"start": 180,
|
|
7777
|
+
"end": 180
|
|
7828
7778
|
}
|
|
7829
7779
|
},
|
|
7830
7780
|
"group": [
|
|
@@ -7839,8 +7789,8 @@
|
|
|
7839
7789
|
{
|
|
7840
7790
|
"description": "The background color of the outline focused Input components.\n",
|
|
7841
7791
|
"commentRange": {
|
|
7842
|
-
"start":
|
|
7843
|
-
"end":
|
|
7792
|
+
"start": 182,
|
|
7793
|
+
"end": 183
|
|
7844
7794
|
},
|
|
7845
7795
|
"context": {
|
|
7846
7796
|
"type": "variable",
|
|
@@ -7848,8 +7798,8 @@
|
|
|
7848
7798
|
"value": "null",
|
|
7849
7799
|
"scope": "default",
|
|
7850
7800
|
"line": {
|
|
7851
|
-
"start":
|
|
7852
|
-
"end":
|
|
7801
|
+
"start": 184,
|
|
7802
|
+
"end": 184
|
|
7853
7803
|
}
|
|
7854
7804
|
},
|
|
7855
7805
|
"group": [
|
|
@@ -7864,8 +7814,8 @@
|
|
|
7864
7814
|
{
|
|
7865
7815
|
"description": "The text color of the outline focused Input components.\n",
|
|
7866
7816
|
"commentRange": {
|
|
7867
|
-
"start":
|
|
7868
|
-
"end":
|
|
7817
|
+
"start": 185,
|
|
7818
|
+
"end": 186
|
|
7869
7819
|
},
|
|
7870
7820
|
"context": {
|
|
7871
7821
|
"type": "variable",
|
|
@@ -7873,8 +7823,8 @@
|
|
|
7873
7823
|
"value": "null",
|
|
7874
7824
|
"scope": "default",
|
|
7875
7825
|
"line": {
|
|
7876
|
-
"start":
|
|
7877
|
-
"end":
|
|
7826
|
+
"start": 187,
|
|
7827
|
+
"end": 187
|
|
7878
7828
|
}
|
|
7879
7829
|
},
|
|
7880
7830
|
"group": [
|
|
@@ -7889,8 +7839,8 @@
|
|
|
7889
7839
|
{
|
|
7890
7840
|
"description": "The border color of the outline focused Input components.\n",
|
|
7891
7841
|
"commentRange": {
|
|
7892
|
-
"start":
|
|
7893
|
-
"end":
|
|
7842
|
+
"start": 188,
|
|
7843
|
+
"end": 189
|
|
7894
7844
|
},
|
|
7895
7845
|
"context": {
|
|
7896
7846
|
"type": "variable",
|
|
@@ -7898,8 +7848,8 @@
|
|
|
7898
7848
|
"value": "$kendo-input-focus-border",
|
|
7899
7849
|
"scope": "default",
|
|
7900
7850
|
"line": {
|
|
7901
|
-
"start":
|
|
7902
|
-
"end":
|
|
7851
|
+
"start": 190,
|
|
7852
|
+
"end": 190
|
|
7903
7853
|
}
|
|
7904
7854
|
},
|
|
7905
7855
|
"group": [
|
|
@@ -7914,8 +7864,8 @@
|
|
|
7914
7864
|
{
|
|
7915
7865
|
"description": "The shadow of the outline focused Input components.\n",
|
|
7916
7866
|
"commentRange": {
|
|
7917
|
-
"start":
|
|
7918
|
-
"end":
|
|
7867
|
+
"start": 191,
|
|
7868
|
+
"end": 192
|
|
7919
7869
|
},
|
|
7920
7870
|
"context": {
|
|
7921
7871
|
"type": "variable",
|
|
@@ -7923,8 +7873,8 @@
|
|
|
7923
7873
|
"value": "$kendo-input-focus-shadow",
|
|
7924
7874
|
"scope": "default",
|
|
7925
7875
|
"line": {
|
|
7926
|
-
"start":
|
|
7927
|
-
"end":
|
|
7876
|
+
"start": 193,
|
|
7877
|
+
"end": 193
|
|
7928
7878
|
}
|
|
7929
7879
|
},
|
|
7930
7880
|
"group": [
|
|
@@ -7939,8 +7889,8 @@
|
|
|
7939
7889
|
{
|
|
7940
7890
|
"description": "The background color of the flat Input components.\n",
|
|
7941
7891
|
"commentRange": {
|
|
7942
|
-
"start":
|
|
7943
|
-
"end":
|
|
7892
|
+
"start": 195,
|
|
7893
|
+
"end": 196
|
|
7944
7894
|
},
|
|
7945
7895
|
"context": {
|
|
7946
7896
|
"type": "variable",
|
|
@@ -7948,8 +7898,8 @@
|
|
|
7948
7898
|
"value": "null",
|
|
7949
7899
|
"scope": "default",
|
|
7950
7900
|
"line": {
|
|
7951
|
-
"start":
|
|
7952
|
-
"end":
|
|
7901
|
+
"start": 197,
|
|
7902
|
+
"end": 197
|
|
7953
7903
|
}
|
|
7954
7904
|
},
|
|
7955
7905
|
"group": [
|
|
@@ -7964,8 +7914,8 @@
|
|
|
7964
7914
|
{
|
|
7965
7915
|
"description": "The text color of the flat Input components.\n",
|
|
7966
7916
|
"commentRange": {
|
|
7967
|
-
"start":
|
|
7968
|
-
"end":
|
|
7917
|
+
"start": 198,
|
|
7918
|
+
"end": 199
|
|
7969
7919
|
},
|
|
7970
7920
|
"context": {
|
|
7971
7921
|
"type": "variable",
|
|
@@ -7973,8 +7923,8 @@
|
|
|
7973
7923
|
"value": "$kendo-input-text",
|
|
7974
7924
|
"scope": "default",
|
|
7975
7925
|
"line": {
|
|
7976
|
-
"start":
|
|
7977
|
-
"end":
|
|
7926
|
+
"start": 200,
|
|
7927
|
+
"end": 200
|
|
7978
7928
|
}
|
|
7979
7929
|
},
|
|
7980
7930
|
"group": [
|
|
@@ -7989,8 +7939,8 @@
|
|
|
7989
7939
|
{
|
|
7990
7940
|
"description": "The border color of the flat Input components.\n",
|
|
7991
7941
|
"commentRange": {
|
|
7992
|
-
"start":
|
|
7993
|
-
"end":
|
|
7942
|
+
"start": 201,
|
|
7943
|
+
"end": 202
|
|
7994
7944
|
},
|
|
7995
7945
|
"context": {
|
|
7996
7946
|
"type": "variable",
|
|
@@ -7998,8 +7948,8 @@
|
|
|
7998
7948
|
"value": "$kendo-input-border",
|
|
7999
7949
|
"scope": "default",
|
|
8000
7950
|
"line": {
|
|
8001
|
-
"start":
|
|
8002
|
-
"end":
|
|
7951
|
+
"start": 203,
|
|
7952
|
+
"end": 203
|
|
8003
7953
|
}
|
|
8004
7954
|
},
|
|
8005
7955
|
"group": [
|
|
@@ -8014,8 +7964,8 @@
|
|
|
8014
7964
|
{
|
|
8015
7965
|
"description": "The background color of the flat hovered Input components.\n",
|
|
8016
7966
|
"commentRange": {
|
|
8017
|
-
"start":
|
|
8018
|
-
"end":
|
|
7967
|
+
"start": 205,
|
|
7968
|
+
"end": 206
|
|
8019
7969
|
},
|
|
8020
7970
|
"context": {
|
|
8021
7971
|
"type": "variable",
|
|
@@ -8023,8 +7973,8 @@
|
|
|
8023
7973
|
"value": "null",
|
|
8024
7974
|
"scope": "default",
|
|
8025
7975
|
"line": {
|
|
8026
|
-
"start":
|
|
8027
|
-
"end":
|
|
7976
|
+
"start": 207,
|
|
7977
|
+
"end": 207
|
|
8028
7978
|
}
|
|
8029
7979
|
},
|
|
8030
7980
|
"group": [
|
|
@@ -8039,8 +7989,8 @@
|
|
|
8039
7989
|
{
|
|
8040
7990
|
"description": "The text color of the flat hovered Input components.\n",
|
|
8041
7991
|
"commentRange": {
|
|
8042
|
-
"start":
|
|
8043
|
-
"end":
|
|
7992
|
+
"start": 208,
|
|
7993
|
+
"end": 209
|
|
8044
7994
|
},
|
|
8045
7995
|
"context": {
|
|
8046
7996
|
"type": "variable",
|
|
@@ -8048,8 +7998,8 @@
|
|
|
8048
7998
|
"value": "null",
|
|
8049
7999
|
"scope": "default",
|
|
8050
8000
|
"line": {
|
|
8051
|
-
"start":
|
|
8052
|
-
"end":
|
|
8001
|
+
"start": 210,
|
|
8002
|
+
"end": 210
|
|
8053
8003
|
}
|
|
8054
8004
|
},
|
|
8055
8005
|
"group": [
|
|
@@ -8064,8 +8014,8 @@
|
|
|
8064
8014
|
{
|
|
8065
8015
|
"description": "The border color of the flat hovered Input components.\n",
|
|
8066
8016
|
"commentRange": {
|
|
8067
|
-
"start":
|
|
8068
|
-
"end":
|
|
8017
|
+
"start": 211,
|
|
8018
|
+
"end": 212
|
|
8069
8019
|
},
|
|
8070
8020
|
"context": {
|
|
8071
8021
|
"type": "variable",
|
|
@@ -8073,8 +8023,8 @@
|
|
|
8073
8023
|
"value": "$kendo-input-hover-border",
|
|
8074
8024
|
"scope": "default",
|
|
8075
8025
|
"line": {
|
|
8076
|
-
"start":
|
|
8077
|
-
"end":
|
|
8026
|
+
"start": 213,
|
|
8027
|
+
"end": 213
|
|
8078
8028
|
}
|
|
8079
8029
|
},
|
|
8080
8030
|
"group": [
|
|
@@ -8089,8 +8039,8 @@
|
|
|
8089
8039
|
{
|
|
8090
8040
|
"description": "The background color of the flat focused Input components.\n",
|
|
8091
8041
|
"commentRange": {
|
|
8092
|
-
"start":
|
|
8093
|
-
"end":
|
|
8042
|
+
"start": 215,
|
|
8043
|
+
"end": 216
|
|
8094
8044
|
},
|
|
8095
8045
|
"context": {
|
|
8096
8046
|
"type": "variable",
|
|
@@ -8098,8 +8048,8 @@
|
|
|
8098
8048
|
"value": "null",
|
|
8099
8049
|
"scope": "default",
|
|
8100
8050
|
"line": {
|
|
8101
|
-
"start":
|
|
8102
|
-
"end":
|
|
8051
|
+
"start": 217,
|
|
8052
|
+
"end": 217
|
|
8103
8053
|
}
|
|
8104
8054
|
},
|
|
8105
8055
|
"group": [
|
|
@@ -8114,8 +8064,8 @@
|
|
|
8114
8064
|
{
|
|
8115
8065
|
"description": "The text color of the flat focused Input components.\n",
|
|
8116
8066
|
"commentRange": {
|
|
8117
|
-
"start":
|
|
8118
|
-
"end":
|
|
8067
|
+
"start": 218,
|
|
8068
|
+
"end": 219
|
|
8119
8069
|
},
|
|
8120
8070
|
"context": {
|
|
8121
8071
|
"type": "variable",
|
|
@@ -8123,8 +8073,8 @@
|
|
|
8123
8073
|
"value": "null",
|
|
8124
8074
|
"scope": "default",
|
|
8125
8075
|
"line": {
|
|
8126
|
-
"start":
|
|
8127
|
-
"end":
|
|
8076
|
+
"start": 220,
|
|
8077
|
+
"end": 220
|
|
8128
8078
|
}
|
|
8129
8079
|
},
|
|
8130
8080
|
"group": [
|
|
@@ -8139,8 +8089,8 @@
|
|
|
8139
8089
|
{
|
|
8140
8090
|
"description": "The border color of the flat focused Input components.\n",
|
|
8141
8091
|
"commentRange": {
|
|
8142
|
-
"start":
|
|
8143
|
-
"end":
|
|
8092
|
+
"start": 221,
|
|
8093
|
+
"end": 222
|
|
8144
8094
|
},
|
|
8145
8095
|
"context": {
|
|
8146
8096
|
"type": "variable",
|
|
@@ -8148,8 +8098,8 @@
|
|
|
8148
8098
|
"value": "$kendo-input-focus-border",
|
|
8149
8099
|
"scope": "default",
|
|
8150
8100
|
"line": {
|
|
8151
|
-
"start":
|
|
8152
|
-
"end":
|
|
8101
|
+
"start": 223,
|
|
8102
|
+
"end": 223
|
|
8153
8103
|
}
|
|
8154
8104
|
},
|
|
8155
8105
|
"group": [
|
|
@@ -8164,8 +8114,8 @@
|
|
|
8164
8114
|
{
|
|
8165
8115
|
"description": "The shadow of the flat focused Input components.\n",
|
|
8166
8116
|
"commentRange": {
|
|
8167
|
-
"start":
|
|
8168
|
-
"end":
|
|
8117
|
+
"start": 224,
|
|
8118
|
+
"end": 225
|
|
8169
8119
|
},
|
|
8170
8120
|
"context": {
|
|
8171
8121
|
"type": "variable",
|
|
@@ -8173,8 +8123,8 @@
|
|
|
8173
8123
|
"value": "$kendo-input-focus-shadow",
|
|
8174
8124
|
"scope": "default",
|
|
8175
8125
|
"line": {
|
|
8176
|
-
"start":
|
|
8177
|
-
"end":
|
|
8126
|
+
"start": 226,
|
|
8127
|
+
"end": 226
|
|
8178
8128
|
}
|
|
8179
8129
|
},
|
|
8180
8130
|
"group": [
|
|
@@ -8189,8 +8139,8 @@
|
|
|
8189
8139
|
{
|
|
8190
8140
|
"description": "The text color of the Input placeholder.\n",
|
|
8191
8141
|
"commentRange": {
|
|
8192
|
-
"start":
|
|
8193
|
-
"end":
|
|
8142
|
+
"start": 228,
|
|
8143
|
+
"end": 229
|
|
8194
8144
|
},
|
|
8195
8145
|
"context": {
|
|
8196
8146
|
"type": "variable",
|
|
@@ -8198,8 +8148,8 @@
|
|
|
8198
8148
|
"value": "$kendo-subtle-text",
|
|
8199
8149
|
"scope": "default",
|
|
8200
8150
|
"line": {
|
|
8201
|
-
"start":
|
|
8202
|
-
"end":
|
|
8151
|
+
"start": 230,
|
|
8152
|
+
"end": 230
|
|
8203
8153
|
}
|
|
8204
8154
|
},
|
|
8205
8155
|
"group": [
|
|
@@ -8214,8 +8164,8 @@
|
|
|
8214
8164
|
{
|
|
8215
8165
|
"description": "The opacity of the Input placeholder.\n",
|
|
8216
8166
|
"commentRange": {
|
|
8217
|
-
"start":
|
|
8218
|
-
"end":
|
|
8167
|
+
"start": 231,
|
|
8168
|
+
"end": 232
|
|
8219
8169
|
},
|
|
8220
8170
|
"context": {
|
|
8221
8171
|
"type": "variable",
|
|
@@ -8223,8 +8173,8 @@
|
|
|
8223
8173
|
"value": "1",
|
|
8224
8174
|
"scope": "default",
|
|
8225
8175
|
"line": {
|
|
8226
|
-
"start":
|
|
8227
|
-
"end":
|
|
8176
|
+
"start": 233,
|
|
8177
|
+
"end": 233
|
|
8228
8178
|
}
|
|
8229
8179
|
},
|
|
8230
8180
|
"group": [
|
|
@@ -8239,8 +8189,8 @@
|
|
|
8239
8189
|
{
|
|
8240
8190
|
"description": "The color of the Input clear value icon.\n",
|
|
8241
8191
|
"commentRange": {
|
|
8242
|
-
"start":
|
|
8243
|
-
"end":
|
|
8192
|
+
"start": 236,
|
|
8193
|
+
"end": 237
|
|
8244
8194
|
},
|
|
8245
8195
|
"context": {
|
|
8246
8196
|
"type": "variable",
|
|
@@ -8248,8 +8198,8 @@
|
|
|
8248
8198
|
"value": "null",
|
|
8249
8199
|
"scope": "default",
|
|
8250
8200
|
"line": {
|
|
8251
|
-
"start":
|
|
8252
|
-
"end":
|
|
8201
|
+
"start": 238,
|
|
8202
|
+
"end": 238
|
|
8253
8203
|
}
|
|
8254
8204
|
},
|
|
8255
8205
|
"group": [
|
|
@@ -8264,8 +8214,8 @@
|
|
|
8264
8214
|
{
|
|
8265
8215
|
"description": "The opacity of the Input clear value icon.\n",
|
|
8266
8216
|
"commentRange": {
|
|
8267
|
-
"start":
|
|
8268
|
-
"end":
|
|
8217
|
+
"start": 239,
|
|
8218
|
+
"end": 240
|
|
8269
8219
|
},
|
|
8270
8220
|
"context": {
|
|
8271
8221
|
"type": "variable",
|
|
@@ -8273,8 +8223,8 @@
|
|
|
8273
8223
|
"value": ".5",
|
|
8274
8224
|
"scope": "default",
|
|
8275
8225
|
"line": {
|
|
8276
|
-
"start":
|
|
8277
|
-
"end":
|
|
8226
|
+
"start": 241,
|
|
8227
|
+
"end": 241
|
|
8278
8228
|
}
|
|
8279
8229
|
},
|
|
8280
8230
|
"group": [
|
|
@@ -8289,8 +8239,8 @@
|
|
|
8289
8239
|
{
|
|
8290
8240
|
"description": "The color of the hovered Input clear value icon.\n",
|
|
8291
8241
|
"commentRange": {
|
|
8292
|
-
"start":
|
|
8293
|
-
"end":
|
|
8242
|
+
"start": 242,
|
|
8243
|
+
"end": 243
|
|
8294
8244
|
},
|
|
8295
8245
|
"context": {
|
|
8296
8246
|
"type": "variable",
|
|
@@ -8298,8 +8248,8 @@
|
|
|
8298
8248
|
"value": "null",
|
|
8299
8249
|
"scope": "default",
|
|
8300
8250
|
"line": {
|
|
8301
|
-
"start":
|
|
8302
|
-
"end":
|
|
8251
|
+
"start": 244,
|
|
8252
|
+
"end": 244
|
|
8303
8253
|
}
|
|
8304
8254
|
},
|
|
8305
8255
|
"group": [
|
|
@@ -8314,8 +8264,8 @@
|
|
|
8314
8264
|
{
|
|
8315
8265
|
"description": "The opacity of the hovered Input clear value icon.\n",
|
|
8316
8266
|
"commentRange": {
|
|
8317
|
-
"start":
|
|
8318
|
-
"end":
|
|
8267
|
+
"start": 245,
|
|
8268
|
+
"end": 246
|
|
8319
8269
|
},
|
|
8320
8270
|
"context": {
|
|
8321
8271
|
"type": "variable",
|
|
@@ -8323,8 +8273,8 @@
|
|
|
8323
8273
|
"value": "1",
|
|
8324
8274
|
"scope": "default",
|
|
8325
8275
|
"line": {
|
|
8326
|
-
"start":
|
|
8327
|
-
"end":
|
|
8276
|
+
"start": 247,
|
|
8277
|
+
"end": 247
|
|
8328
8278
|
}
|
|
8329
8279
|
},
|
|
8330
8280
|
"group": [
|
|
@@ -8339,8 +8289,8 @@
|
|
|
8339
8289
|
{
|
|
8340
8290
|
"description": "The vertical margin of the clear value icon.\n",
|
|
8341
8291
|
"commentRange": {
|
|
8342
|
-
"start":
|
|
8343
|
-
"end":
|
|
8292
|
+
"start": 249,
|
|
8293
|
+
"end": 250
|
|
8344
8294
|
},
|
|
8345
8295
|
"context": {
|
|
8346
8296
|
"type": "variable",
|
|
@@ -8348,8 +8298,8 @@
|
|
|
8348
8298
|
"value": "k-map-get( $kendo-spacing, 0.5 )",
|
|
8349
8299
|
"scope": "default",
|
|
8350
8300
|
"line": {
|
|
8351
|
-
"start":
|
|
8352
|
-
"end":
|
|
8301
|
+
"start": 251,
|
|
8302
|
+
"end": 251
|
|
8353
8303
|
}
|
|
8354
8304
|
},
|
|
8355
8305
|
"group": [
|
|
@@ -8364,8 +8314,8 @@
|
|
|
8364
8314
|
{
|
|
8365
8315
|
"description": "The horizontal margin of the clear value icon.\n",
|
|
8366
8316
|
"commentRange": {
|
|
8367
|
-
"start":
|
|
8368
|
-
"end":
|
|
8317
|
+
"start": 252,
|
|
8318
|
+
"end": 253
|
|
8369
8319
|
},
|
|
8370
8320
|
"context": {
|
|
8371
8321
|
"type": "variable",
|
|
@@ -8373,8 +8323,8 @@
|
|
|
8373
8323
|
"value": "$kendo-input-values-margin-y",
|
|
8374
8324
|
"scope": "default",
|
|
8375
8325
|
"line": {
|
|
8376
|
-
"start":
|
|
8377
|
-
"end":
|
|
8326
|
+
"start": 254,
|
|
8327
|
+
"end": 254
|
|
8378
8328
|
}
|
|
8379
8329
|
},
|
|
8380
8330
|
"group": [
|
|
@@ -8389,8 +8339,8 @@
|
|
|
8389
8339
|
{
|
|
8390
8340
|
"description": "The width of the Input button.\n",
|
|
8391
8341
|
"commentRange": {
|
|
8392
|
-
"start":
|
|
8393
|
-
"end":
|
|
8342
|
+
"start": 256,
|
|
8343
|
+
"end": 257
|
|
8394
8344
|
},
|
|
8395
8345
|
"context": {
|
|
8396
8346
|
"type": "variable",
|
|
@@ -8398,8 +8348,8 @@
|
|
|
8398
8348
|
"value": "null",
|
|
8399
8349
|
"scope": "default",
|
|
8400
8350
|
"line": {
|
|
8401
|
-
"start":
|
|
8402
|
-
"end":
|
|
8351
|
+
"start": 258,
|
|
8352
|
+
"end": 258
|
|
8403
8353
|
}
|
|
8404
8354
|
},
|
|
8405
8355
|
"group": [
|
|
@@ -8414,8 +8364,8 @@
|
|
|
8414
8364
|
{
|
|
8415
8365
|
"description": "The border width of the Input button.\n",
|
|
8416
8366
|
"commentRange": {
|
|
8417
|
-
"start":
|
|
8418
|
-
"end":
|
|
8367
|
+
"start": 259,
|
|
8368
|
+
"end": 260
|
|
8419
8369
|
},
|
|
8420
8370
|
"context": {
|
|
8421
8371
|
"type": "variable",
|
|
@@ -8423,8 +8373,8 @@
|
|
|
8423
8373
|
"value": "1px",
|
|
8424
8374
|
"scope": "default",
|
|
8425
8375
|
"line": {
|
|
8426
|
-
"start":
|
|
8427
|
-
"end":
|
|
8376
|
+
"start": 261,
|
|
8377
|
+
"end": 261
|
|
8428
8378
|
}
|
|
8429
8379
|
},
|
|
8430
8380
|
"group": [
|
|
@@ -8439,8 +8389,8 @@
|
|
|
8439
8389
|
{
|
|
8440
8390
|
"description": "The width of the Input spinner button.\n",
|
|
8441
8391
|
"commentRange": {
|
|
8442
|
-
"start":
|
|
8443
|
-
"end":
|
|
8392
|
+
"start": 262,
|
|
8393
|
+
"end": 263
|
|
8444
8394
|
},
|
|
8445
8395
|
"context": {
|
|
8446
8396
|
"type": "variable",
|
|
@@ -8448,8 +8398,8 @@
|
|
|
8448
8398
|
"value": "null",
|
|
8449
8399
|
"scope": "default",
|
|
8450
8400
|
"line": {
|
|
8451
|
-
"start":
|
|
8452
|
-
"end":
|
|
8401
|
+
"start": 264,
|
|
8402
|
+
"end": 264
|
|
8453
8403
|
}
|
|
8454
8404
|
},
|
|
8455
8405
|
"group": [
|
|
@@ -8464,8 +8414,8 @@
|
|
|
8464
8414
|
{
|
|
8465
8415
|
"description": "The icon offset of the Input spinner button.\n",
|
|
8466
8416
|
"commentRange": {
|
|
8467
|
-
"start":
|
|
8468
|
-
"end":
|
|
8417
|
+
"start": 265,
|
|
8418
|
+
"end": 266
|
|
8469
8419
|
},
|
|
8470
8420
|
"context": {
|
|
8471
8421
|
"type": "variable",
|
|
@@ -8473,8 +8423,8 @@
|
|
|
8473
8423
|
"value": "null",
|
|
8474
8424
|
"scope": "default",
|
|
8475
8425
|
"line": {
|
|
8476
|
-
"start":
|
|
8477
|
-
"end":
|
|
8426
|
+
"start": 267,
|
|
8427
|
+
"end": 267
|
|
8478
8428
|
}
|
|
8479
8429
|
},
|
|
8480
8430
|
"group": [
|
|
@@ -8489,8 +8439,8 @@
|
|
|
8489
8439
|
{
|
|
8490
8440
|
"description": "The color of the Input separator.\n",
|
|
8491
8441
|
"commentRange": {
|
|
8492
|
-
"start":
|
|
8493
|
-
"end":
|
|
8442
|
+
"start": 269,
|
|
8443
|
+
"end": 270
|
|
8494
8444
|
},
|
|
8495
8445
|
"context": {
|
|
8496
8446
|
"type": "variable",
|
|
@@ -8498,8 +8448,8 @@
|
|
|
8498
8448
|
"value": "$kendo-input-text",
|
|
8499
8449
|
"scope": "default",
|
|
8500
8450
|
"line": {
|
|
8501
|
-
"start":
|
|
8502
|
-
"end":
|
|
8451
|
+
"start": 271,
|
|
8452
|
+
"end": 271
|
|
8503
8453
|
}
|
|
8504
8454
|
},
|
|
8505
8455
|
"group": [
|
|
@@ -8514,8 +8464,8 @@
|
|
|
8514
8464
|
{
|
|
8515
8465
|
"description": "The opacity of the Input separator.\n",
|
|
8516
8466
|
"commentRange": {
|
|
8517
|
-
"start":
|
|
8518
|
-
"end":
|
|
8467
|
+
"start": 272,
|
|
8468
|
+
"end": 273
|
|
8519
8469
|
},
|
|
8520
8470
|
"context": {
|
|
8521
8471
|
"type": "variable",
|
|
@@ -8523,8 +8473,8 @@
|
|
|
8523
8473
|
"value": ".5",
|
|
8524
8474
|
"scope": "default",
|
|
8525
8475
|
"line": {
|
|
8526
|
-
"start":
|
|
8527
|
-
"end":
|
|
8476
|
+
"start": 274,
|
|
8477
|
+
"end": 274
|
|
8528
8478
|
}
|
|
8529
8479
|
},
|
|
8530
8480
|
"group": [
|
|
@@ -8539,8 +8489,8 @@
|
|
|
8539
8489
|
{
|
|
8540
8490
|
"description": "The border color of the invalid Input components.\n",
|
|
8541
8491
|
"commentRange": {
|
|
8542
|
-
"start":
|
|
8543
|
-
"end":
|
|
8492
|
+
"start": 276,
|
|
8493
|
+
"end": 277
|
|
8544
8494
|
},
|
|
8545
8495
|
"context": {
|
|
8546
8496
|
"type": "variable",
|
|
@@ -8548,8 +8498,8 @@
|
|
|
8548
8498
|
"value": "$kendo-invalid-border",
|
|
8549
8499
|
"scope": "default",
|
|
8550
8500
|
"line": {
|
|
8551
|
-
"start":
|
|
8552
|
-
"end":
|
|
8501
|
+
"start": 278,
|
|
8502
|
+
"end": 278
|
|
8553
8503
|
}
|
|
8554
8504
|
},
|
|
8555
8505
|
"group": [
|
|
@@ -8564,8 +8514,8 @@
|
|
|
8564
8514
|
{
|
|
8565
8515
|
"description": "The shadow of the invalid Input components.\n",
|
|
8566
8516
|
"commentRange": {
|
|
8567
|
-
"start":
|
|
8568
|
-
"end":
|
|
8517
|
+
"start": 279,
|
|
8518
|
+
"end": 280
|
|
8569
8519
|
},
|
|
8570
8520
|
"context": {
|
|
8571
8521
|
"type": "variable",
|
|
@@ -8573,8 +8523,8 @@
|
|
|
8573
8523
|
"value": "$kendo-invalid-shadow",
|
|
8574
8524
|
"scope": "default",
|
|
8575
8525
|
"line": {
|
|
8576
|
-
"start":
|
|
8577
|
-
"end":
|
|
8526
|
+
"start": 281,
|
|
8527
|
+
"end": 281
|
|
8578
8528
|
}
|
|
8579
8529
|
},
|
|
8580
8530
|
"group": [
|
|
@@ -11814,8 +11764,8 @@
|
|
|
11814
11764
|
{
|
|
11815
11765
|
"description": "The background color of the Picker components.\n",
|
|
11816
11766
|
"commentRange": {
|
|
11817
|
-
"start":
|
|
11818
|
-
"end":
|
|
11767
|
+
"start": 283,
|
|
11768
|
+
"end": 284
|
|
11819
11769
|
},
|
|
11820
11770
|
"context": {
|
|
11821
11771
|
"type": "variable",
|
|
@@ -11823,8 +11773,8 @@
|
|
|
11823
11773
|
"value": "$kendo-input-bg",
|
|
11824
11774
|
"scope": "default",
|
|
11825
11775
|
"line": {
|
|
11826
|
-
"start":
|
|
11827
|
-
"end":
|
|
11776
|
+
"start": 285,
|
|
11777
|
+
"end": 285
|
|
11828
11778
|
}
|
|
11829
11779
|
},
|
|
11830
11780
|
"group": [
|
|
@@ -11839,8 +11789,8 @@
|
|
|
11839
11789
|
{
|
|
11840
11790
|
"description": "The text color of the Picker components.\n",
|
|
11841
11791
|
"commentRange": {
|
|
11842
|
-
"start":
|
|
11843
|
-
"end":
|
|
11792
|
+
"start": 286,
|
|
11793
|
+
"end": 287
|
|
11844
11794
|
},
|
|
11845
11795
|
"context": {
|
|
11846
11796
|
"type": "variable",
|
|
@@ -11848,8 +11798,8 @@
|
|
|
11848
11798
|
"value": "$kendo-input-text",
|
|
11849
11799
|
"scope": "default",
|
|
11850
11800
|
"line": {
|
|
11851
|
-
"start":
|
|
11852
|
-
"end":
|
|
11801
|
+
"start": 288,
|
|
11802
|
+
"end": 288
|
|
11853
11803
|
}
|
|
11854
11804
|
},
|
|
11855
11805
|
"group": [
|
|
@@ -11864,8 +11814,8 @@
|
|
|
11864
11814
|
{
|
|
11865
11815
|
"description": "The border color of the Picker components.\n",
|
|
11866
11816
|
"commentRange": {
|
|
11867
|
-
"start":
|
|
11868
|
-
"end":
|
|
11817
|
+
"start": 289,
|
|
11818
|
+
"end": 290
|
|
11869
11819
|
},
|
|
11870
11820
|
"context": {
|
|
11871
11821
|
"type": "variable",
|
|
@@ -11873,8 +11823,8 @@
|
|
|
11873
11823
|
"value": "$kendo-input-border",
|
|
11874
11824
|
"scope": "default",
|
|
11875
11825
|
"line": {
|
|
11876
|
-
"start":
|
|
11877
|
-
"end":
|
|
11826
|
+
"start": 291,
|
|
11827
|
+
"end": 291
|
|
11878
11828
|
}
|
|
11879
11829
|
},
|
|
11880
11830
|
"group": [
|
|
@@ -11889,8 +11839,8 @@
|
|
|
11889
11839
|
{
|
|
11890
11840
|
"description": "The gradient of the Picker components.\n",
|
|
11891
11841
|
"commentRange": {
|
|
11892
|
-
"start":
|
|
11893
|
-
"end":
|
|
11842
|
+
"start": 292,
|
|
11843
|
+
"end": 293
|
|
11894
11844
|
},
|
|
11895
11845
|
"context": {
|
|
11896
11846
|
"type": "variable",
|
|
@@ -11898,8 +11848,8 @@
|
|
|
11898
11848
|
"value": "null",
|
|
11899
11849
|
"scope": "default",
|
|
11900
11850
|
"line": {
|
|
11901
|
-
"start":
|
|
11902
|
-
"end":
|
|
11851
|
+
"start": 294,
|
|
11852
|
+
"end": 294
|
|
11903
11853
|
}
|
|
11904
11854
|
},
|
|
11905
11855
|
"group": [
|
|
@@ -11914,8 +11864,8 @@
|
|
|
11914
11864
|
{
|
|
11915
11865
|
"description": "The shadow of the Picker components.\n",
|
|
11916
11866
|
"commentRange": {
|
|
11917
|
-
"start":
|
|
11918
|
-
"end":
|
|
11867
|
+
"start": 295,
|
|
11868
|
+
"end": 296
|
|
11919
11869
|
},
|
|
11920
11870
|
"context": {
|
|
11921
11871
|
"type": "variable",
|
|
@@ -11923,8 +11873,8 @@
|
|
|
11923
11873
|
"value": "$kendo-input-shadow",
|
|
11924
11874
|
"scope": "default",
|
|
11925
11875
|
"line": {
|
|
11926
|
-
"start":
|
|
11927
|
-
"end":
|
|
11876
|
+
"start": 297,
|
|
11877
|
+
"end": 297
|
|
11928
11878
|
}
|
|
11929
11879
|
},
|
|
11930
11880
|
"group": [
|
|
@@ -11939,8 +11889,8 @@
|
|
|
11939
11889
|
{
|
|
11940
11890
|
"description": "The background color of the hovered Picker components.\n",
|
|
11941
11891
|
"commentRange": {
|
|
11942
|
-
"start":
|
|
11943
|
-
"end":
|
|
11892
|
+
"start": 299,
|
|
11893
|
+
"end": 300
|
|
11944
11894
|
},
|
|
11945
11895
|
"context": {
|
|
11946
11896
|
"type": "variable",
|
|
@@ -11948,8 +11898,8 @@
|
|
|
11948
11898
|
"value": "$kendo-input-hover-bg",
|
|
11949
11899
|
"scope": "default",
|
|
11950
11900
|
"line": {
|
|
11951
|
-
"start":
|
|
11952
|
-
"end":
|
|
11901
|
+
"start": 301,
|
|
11902
|
+
"end": 301
|
|
11953
11903
|
}
|
|
11954
11904
|
},
|
|
11955
11905
|
"group": [
|
|
@@ -11964,8 +11914,8 @@
|
|
|
11964
11914
|
{
|
|
11965
11915
|
"description": "The text color of the hovered Picker components.\n",
|
|
11966
11916
|
"commentRange": {
|
|
11967
|
-
"start":
|
|
11968
|
-
"end":
|
|
11917
|
+
"start": 302,
|
|
11918
|
+
"end": 303
|
|
11969
11919
|
},
|
|
11970
11920
|
"context": {
|
|
11971
11921
|
"type": "variable",
|
|
@@ -11973,8 +11923,8 @@
|
|
|
11973
11923
|
"value": "$kendo-input-hover-text",
|
|
11974
11924
|
"scope": "default",
|
|
11975
11925
|
"line": {
|
|
11976
|
-
"start":
|
|
11977
|
-
"end":
|
|
11926
|
+
"start": 304,
|
|
11927
|
+
"end": 304
|
|
11978
11928
|
}
|
|
11979
11929
|
},
|
|
11980
11930
|
"group": [
|
|
@@ -11989,8 +11939,8 @@
|
|
|
11989
11939
|
{
|
|
11990
11940
|
"description": "The border color of the hovered Picker components.\n",
|
|
11991
11941
|
"commentRange": {
|
|
11992
|
-
"start":
|
|
11993
|
-
"end":
|
|
11942
|
+
"start": 305,
|
|
11943
|
+
"end": 306
|
|
11994
11944
|
},
|
|
11995
11945
|
"context": {
|
|
11996
11946
|
"type": "variable",
|
|
@@ -11998,8 +11948,8 @@
|
|
|
11998
11948
|
"value": "$kendo-input-hover-border",
|
|
11999
11949
|
"scope": "default",
|
|
12000
11950
|
"line": {
|
|
12001
|
-
"start":
|
|
12002
|
-
"end":
|
|
11951
|
+
"start": 307,
|
|
11952
|
+
"end": 307
|
|
12003
11953
|
}
|
|
12004
11954
|
},
|
|
12005
11955
|
"group": [
|
|
@@ -12014,8 +11964,8 @@
|
|
|
12014
11964
|
{
|
|
12015
11965
|
"description": "The gradient of the hovered Picker components.\n",
|
|
12016
11966
|
"commentRange": {
|
|
12017
|
-
"start":
|
|
12018
|
-
"end":
|
|
11967
|
+
"start": 308,
|
|
11968
|
+
"end": 309
|
|
12019
11969
|
},
|
|
12020
11970
|
"context": {
|
|
12021
11971
|
"type": "variable",
|
|
@@ -12023,8 +11973,8 @@
|
|
|
12023
11973
|
"value": "null",
|
|
12024
11974
|
"scope": "default",
|
|
12025
11975
|
"line": {
|
|
12026
|
-
"start":
|
|
12027
|
-
"end":
|
|
11976
|
+
"start": 310,
|
|
11977
|
+
"end": 310
|
|
12028
11978
|
}
|
|
12029
11979
|
},
|
|
12030
11980
|
"group": [
|
|
@@ -12039,8 +11989,8 @@
|
|
|
12039
11989
|
{
|
|
12040
11990
|
"description": "The shadow of the hovered Picker components.\n",
|
|
12041
11991
|
"commentRange": {
|
|
12042
|
-
"start":
|
|
12043
|
-
"end":
|
|
11992
|
+
"start": 311,
|
|
11993
|
+
"end": 312
|
|
12044
11994
|
},
|
|
12045
11995
|
"context": {
|
|
12046
11996
|
"type": "variable",
|
|
@@ -12048,8 +11998,8 @@
|
|
|
12048
11998
|
"value": "$kendo-input-hover-shadow",
|
|
12049
11999
|
"scope": "default",
|
|
12050
12000
|
"line": {
|
|
12051
|
-
"start":
|
|
12052
|
-
"end":
|
|
12001
|
+
"start": 313,
|
|
12002
|
+
"end": 313
|
|
12053
12003
|
}
|
|
12054
12004
|
},
|
|
12055
12005
|
"group": [
|
|
@@ -12064,8 +12014,8 @@
|
|
|
12064
12014
|
{
|
|
12065
12015
|
"description": "The background color of the focused Picker components.\n",
|
|
12066
12016
|
"commentRange": {
|
|
12067
|
-
"start":
|
|
12068
|
-
"end":
|
|
12017
|
+
"start": 315,
|
|
12018
|
+
"end": 316
|
|
12069
12019
|
},
|
|
12070
12020
|
"context": {
|
|
12071
12021
|
"type": "variable",
|
|
@@ -12073,8 +12023,8 @@
|
|
|
12073
12023
|
"value": "$kendo-input-focus-bg",
|
|
12074
12024
|
"scope": "default",
|
|
12075
12025
|
"line": {
|
|
12076
|
-
"start":
|
|
12077
|
-
"end":
|
|
12026
|
+
"start": 317,
|
|
12027
|
+
"end": 317
|
|
12078
12028
|
}
|
|
12079
12029
|
},
|
|
12080
12030
|
"group": [
|
|
@@ -12089,8 +12039,8 @@
|
|
|
12089
12039
|
{
|
|
12090
12040
|
"description": "The text color of the focused Picker components.\n",
|
|
12091
12041
|
"commentRange": {
|
|
12092
|
-
"start":
|
|
12093
|
-
"end":
|
|
12042
|
+
"start": 318,
|
|
12043
|
+
"end": 319
|
|
12094
12044
|
},
|
|
12095
12045
|
"context": {
|
|
12096
12046
|
"type": "variable",
|
|
@@ -12098,8 +12048,8 @@
|
|
|
12098
12048
|
"value": "$kendo-input-focus-text",
|
|
12099
12049
|
"scope": "default",
|
|
12100
12050
|
"line": {
|
|
12101
|
-
"start":
|
|
12102
|
-
"end":
|
|
12051
|
+
"start": 320,
|
|
12052
|
+
"end": 320
|
|
12103
12053
|
}
|
|
12104
12054
|
},
|
|
12105
12055
|
"group": [
|
|
@@ -12114,8 +12064,8 @@
|
|
|
12114
12064
|
{
|
|
12115
12065
|
"description": "The border color of the focused Picker components.\n",
|
|
12116
12066
|
"commentRange": {
|
|
12117
|
-
"start":
|
|
12118
|
-
"end":
|
|
12067
|
+
"start": 321,
|
|
12068
|
+
"end": 322
|
|
12119
12069
|
},
|
|
12120
12070
|
"context": {
|
|
12121
12071
|
"type": "variable",
|
|
@@ -12123,8 +12073,8 @@
|
|
|
12123
12073
|
"value": "$kendo-input-focus-border",
|
|
12124
12074
|
"scope": "default",
|
|
12125
12075
|
"line": {
|
|
12126
|
-
"start":
|
|
12127
|
-
"end":
|
|
12076
|
+
"start": 323,
|
|
12077
|
+
"end": 323
|
|
12128
12078
|
}
|
|
12129
12079
|
},
|
|
12130
12080
|
"group": [
|
|
@@ -12139,8 +12089,8 @@
|
|
|
12139
12089
|
{
|
|
12140
12090
|
"description": "The gradient of the focused Picker components.\n",
|
|
12141
12091
|
"commentRange": {
|
|
12142
|
-
"start":
|
|
12143
|
-
"end":
|
|
12092
|
+
"start": 324,
|
|
12093
|
+
"end": 325
|
|
12144
12094
|
},
|
|
12145
12095
|
"context": {
|
|
12146
12096
|
"type": "variable",
|
|
@@ -12148,8 +12098,8 @@
|
|
|
12148
12098
|
"value": "null",
|
|
12149
12099
|
"scope": "default",
|
|
12150
12100
|
"line": {
|
|
12151
|
-
"start":
|
|
12152
|
-
"end":
|
|
12101
|
+
"start": 326,
|
|
12102
|
+
"end": 326
|
|
12153
12103
|
}
|
|
12154
12104
|
},
|
|
12155
12105
|
"group": [
|
|
@@ -12164,8 +12114,8 @@
|
|
|
12164
12114
|
{
|
|
12165
12115
|
"description": "The shadow of the focused Picker components.\n",
|
|
12166
12116
|
"commentRange": {
|
|
12167
|
-
"start":
|
|
12168
|
-
"end":
|
|
12117
|
+
"start": 327,
|
|
12118
|
+
"end": 328
|
|
12169
12119
|
},
|
|
12170
12120
|
"context": {
|
|
12171
12121
|
"type": "variable",
|
|
@@ -12173,8 +12123,8 @@
|
|
|
12173
12123
|
"value": "$kendo-input-focus-shadow",
|
|
12174
12124
|
"scope": "default",
|
|
12175
12125
|
"line": {
|
|
12176
|
-
"start":
|
|
12177
|
-
"end":
|
|
12126
|
+
"start": 329,
|
|
12127
|
+
"end": 329
|
|
12178
12128
|
}
|
|
12179
12129
|
},
|
|
12180
12130
|
"group": [
|
|
@@ -12189,8 +12139,8 @@
|
|
|
12189
12139
|
{
|
|
12190
12140
|
"description": "The background color of the disabled Picker components.\n",
|
|
12191
12141
|
"commentRange": {
|
|
12192
|
-
"start":
|
|
12193
|
-
"end":
|
|
12142
|
+
"start": 331,
|
|
12143
|
+
"end": 332
|
|
12194
12144
|
},
|
|
12195
12145
|
"context": {
|
|
12196
12146
|
"type": "variable",
|
|
@@ -12198,8 +12148,8 @@
|
|
|
12198
12148
|
"value": "$kendo-input-disabled-bg",
|
|
12199
12149
|
"scope": "default",
|
|
12200
12150
|
"line": {
|
|
12201
|
-
"start":
|
|
12202
|
-
"end":
|
|
12151
|
+
"start": 333,
|
|
12152
|
+
"end": 333
|
|
12203
12153
|
}
|
|
12204
12154
|
},
|
|
12205
12155
|
"group": [
|
|
@@ -12214,8 +12164,8 @@
|
|
|
12214
12164
|
{
|
|
12215
12165
|
"description": "The text color of the disabled Picker components.\n",
|
|
12216
12166
|
"commentRange": {
|
|
12217
|
-
"start":
|
|
12218
|
-
"end":
|
|
12167
|
+
"start": 334,
|
|
12168
|
+
"end": 335
|
|
12219
12169
|
},
|
|
12220
12170
|
"context": {
|
|
12221
12171
|
"type": "variable",
|
|
@@ -12223,8 +12173,8 @@
|
|
|
12223
12173
|
"value": "$kendo-input-disabled-text",
|
|
12224
12174
|
"scope": "default",
|
|
12225
12175
|
"line": {
|
|
12226
|
-
"start":
|
|
12227
|
-
"end":
|
|
12176
|
+
"start": 336,
|
|
12177
|
+
"end": 336
|
|
12228
12178
|
}
|
|
12229
12179
|
},
|
|
12230
12180
|
"group": [
|
|
@@ -12239,8 +12189,8 @@
|
|
|
12239
12189
|
{
|
|
12240
12190
|
"description": "The border color of the disabled Picker components.\n",
|
|
12241
12191
|
"commentRange": {
|
|
12242
|
-
"start":
|
|
12243
|
-
"end":
|
|
12192
|
+
"start": 337,
|
|
12193
|
+
"end": 338
|
|
12244
12194
|
},
|
|
12245
12195
|
"context": {
|
|
12246
12196
|
"type": "variable",
|
|
@@ -12248,8 +12198,8 @@
|
|
|
12248
12198
|
"value": "$kendo-input-disabled-border",
|
|
12249
12199
|
"scope": "default",
|
|
12250
12200
|
"line": {
|
|
12251
|
-
"start":
|
|
12252
|
-
"end":
|
|
12201
|
+
"start": 339,
|
|
12202
|
+
"end": 339
|
|
12253
12203
|
}
|
|
12254
12204
|
},
|
|
12255
12205
|
"group": [
|
|
@@ -12264,8 +12214,8 @@
|
|
|
12264
12214
|
{
|
|
12265
12215
|
"description": "The gradient of the disabled Picker components.\n",
|
|
12266
12216
|
"commentRange": {
|
|
12267
|
-
"start":
|
|
12268
|
-
"end":
|
|
12217
|
+
"start": 340,
|
|
12218
|
+
"end": 341
|
|
12269
12219
|
},
|
|
12270
12220
|
"context": {
|
|
12271
12221
|
"type": "variable",
|
|
@@ -12273,8 +12223,8 @@
|
|
|
12273
12223
|
"value": "null",
|
|
12274
12224
|
"scope": "default",
|
|
12275
12225
|
"line": {
|
|
12276
|
-
"start":
|
|
12277
|
-
"end":
|
|
12226
|
+
"start": 342,
|
|
12227
|
+
"end": 342
|
|
12278
12228
|
}
|
|
12279
12229
|
},
|
|
12280
12230
|
"group": [
|
|
@@ -12289,8 +12239,8 @@
|
|
|
12289
12239
|
{
|
|
12290
12240
|
"description": "The shadow of the disabled Picker components.\n",
|
|
12291
12241
|
"commentRange": {
|
|
12292
|
-
"start":
|
|
12293
|
-
"end":
|
|
12242
|
+
"start": 343,
|
|
12243
|
+
"end": 344
|
|
12294
12244
|
},
|
|
12295
12245
|
"context": {
|
|
12296
12246
|
"type": "variable",
|
|
@@ -12298,8 +12248,8 @@
|
|
|
12298
12248
|
"value": "null",
|
|
12299
12249
|
"scope": "default",
|
|
12300
12250
|
"line": {
|
|
12301
|
-
"start":
|
|
12302
|
-
"end":
|
|
12251
|
+
"start": 345,
|
|
12252
|
+
"end": 345
|
|
12303
12253
|
}
|
|
12304
12254
|
},
|
|
12305
12255
|
"group": [
|
|
@@ -12314,8 +12264,8 @@
|
|
|
12314
12264
|
{
|
|
12315
12265
|
"description": "The background color of the outline Picker components.\n",
|
|
12316
12266
|
"commentRange": {
|
|
12317
|
-
"start":
|
|
12318
|
-
"end":
|
|
12267
|
+
"start": 347,
|
|
12268
|
+
"end": 348
|
|
12319
12269
|
},
|
|
12320
12270
|
"context": {
|
|
12321
12271
|
"type": "variable",
|
|
@@ -12323,8 +12273,8 @@
|
|
|
12323
12273
|
"value": "null",
|
|
12324
12274
|
"scope": "default",
|
|
12325
12275
|
"line": {
|
|
12326
|
-
"start":
|
|
12327
|
-
"end":
|
|
12276
|
+
"start": 349,
|
|
12277
|
+
"end": 349
|
|
12328
12278
|
}
|
|
12329
12279
|
},
|
|
12330
12280
|
"group": [
|
|
@@ -12339,8 +12289,8 @@
|
|
|
12339
12289
|
{
|
|
12340
12290
|
"description": "The text color of the outline Picker components.\n",
|
|
12341
12291
|
"commentRange": {
|
|
12342
|
-
"start":
|
|
12343
|
-
"end":
|
|
12292
|
+
"start": 350,
|
|
12293
|
+
"end": 351
|
|
12344
12294
|
},
|
|
12345
12295
|
"context": {
|
|
12346
12296
|
"type": "variable",
|
|
@@ -12348,8 +12298,8 @@
|
|
|
12348
12298
|
"value": "$kendo-picker-text",
|
|
12349
12299
|
"scope": "default",
|
|
12350
12300
|
"line": {
|
|
12351
|
-
"start":
|
|
12352
|
-
"end":
|
|
12301
|
+
"start": 352,
|
|
12302
|
+
"end": 352
|
|
12353
12303
|
}
|
|
12354
12304
|
},
|
|
12355
12305
|
"group": [
|
|
@@ -12364,8 +12314,8 @@
|
|
|
12364
12314
|
{
|
|
12365
12315
|
"description": "The border color of the outline Picker components.\n",
|
|
12366
12316
|
"commentRange": {
|
|
12367
|
-
"start":
|
|
12368
|
-
"end":
|
|
12317
|
+
"start": 353,
|
|
12318
|
+
"end": 354
|
|
12369
12319
|
},
|
|
12370
12320
|
"context": {
|
|
12371
12321
|
"type": "variable",
|
|
@@ -12373,8 +12323,8 @@
|
|
|
12373
12323
|
"value": "$kendo-picker-border",
|
|
12374
12324
|
"scope": "default",
|
|
12375
12325
|
"line": {
|
|
12376
|
-
"start":
|
|
12377
|
-
"end":
|
|
12326
|
+
"start": 355,
|
|
12327
|
+
"end": 355
|
|
12378
12328
|
}
|
|
12379
12329
|
},
|
|
12380
12330
|
"group": [
|
|
@@ -12389,8 +12339,8 @@
|
|
|
12389
12339
|
{
|
|
12390
12340
|
"description": "The background color of the outline hovered Picker components.\n",
|
|
12391
12341
|
"commentRange": {
|
|
12392
|
-
"start":
|
|
12393
|
-
"end":
|
|
12342
|
+
"start": 357,
|
|
12343
|
+
"end": 358
|
|
12394
12344
|
},
|
|
12395
12345
|
"context": {
|
|
12396
12346
|
"type": "variable",
|
|
@@ -12398,8 +12348,8 @@
|
|
|
12398
12348
|
"value": "null",
|
|
12399
12349
|
"scope": "default",
|
|
12400
12350
|
"line": {
|
|
12401
|
-
"start":
|
|
12402
|
-
"end":
|
|
12351
|
+
"start": 359,
|
|
12352
|
+
"end": 359
|
|
12403
12353
|
}
|
|
12404
12354
|
},
|
|
12405
12355
|
"group": [
|
|
@@ -12414,8 +12364,8 @@
|
|
|
12414
12364
|
{
|
|
12415
12365
|
"description": "The text color of the outline hovered Picker components.\n",
|
|
12416
12366
|
"commentRange": {
|
|
12417
|
-
"start":
|
|
12418
|
-
"end":
|
|
12367
|
+
"start": 360,
|
|
12368
|
+
"end": 361
|
|
12419
12369
|
},
|
|
12420
12370
|
"context": {
|
|
12421
12371
|
"type": "variable",
|
|
@@ -12423,8 +12373,8 @@
|
|
|
12423
12373
|
"value": "null",
|
|
12424
12374
|
"scope": "default",
|
|
12425
12375
|
"line": {
|
|
12426
|
-
"start":
|
|
12427
|
-
"end":
|
|
12376
|
+
"start": 362,
|
|
12377
|
+
"end": 362
|
|
12428
12378
|
}
|
|
12429
12379
|
},
|
|
12430
12380
|
"group": [
|
|
@@ -12439,8 +12389,8 @@
|
|
|
12439
12389
|
{
|
|
12440
12390
|
"description": "The border color of the outline hovered Picker components.\n",
|
|
12441
12391
|
"commentRange": {
|
|
12442
|
-
"start":
|
|
12443
|
-
"end":
|
|
12392
|
+
"start": 363,
|
|
12393
|
+
"end": 364
|
|
12444
12394
|
},
|
|
12445
12395
|
"context": {
|
|
12446
12396
|
"type": "variable",
|
|
@@ -12448,8 +12398,8 @@
|
|
|
12448
12398
|
"value": "$kendo-picker-hover-border",
|
|
12449
12399
|
"scope": "default",
|
|
12450
12400
|
"line": {
|
|
12451
|
-
"start":
|
|
12452
|
-
"end":
|
|
12401
|
+
"start": 365,
|
|
12402
|
+
"end": 365
|
|
12453
12403
|
}
|
|
12454
12404
|
},
|
|
12455
12405
|
"group": [
|
|
@@ -12464,8 +12414,8 @@
|
|
|
12464
12414
|
{
|
|
12465
12415
|
"description": "The background color of the outline focused Picker components.\n",
|
|
12466
12416
|
"commentRange": {
|
|
12467
|
-
"start":
|
|
12468
|
-
"end":
|
|
12417
|
+
"start": 367,
|
|
12418
|
+
"end": 368
|
|
12469
12419
|
},
|
|
12470
12420
|
"context": {
|
|
12471
12421
|
"type": "variable",
|
|
@@ -12473,8 +12423,8 @@
|
|
|
12473
12423
|
"value": "nul",
|
|
12474
12424
|
"scope": "default",
|
|
12475
12425
|
"line": {
|
|
12476
|
-
"start":
|
|
12477
|
-
"end":
|
|
12426
|
+
"start": 369,
|
|
12427
|
+
"end": 369
|
|
12478
12428
|
}
|
|
12479
12429
|
},
|
|
12480
12430
|
"group": [
|
|
@@ -12489,8 +12439,8 @@
|
|
|
12489
12439
|
{
|
|
12490
12440
|
"description": "The text color of the outline focused Picker components.\n",
|
|
12491
12441
|
"commentRange": {
|
|
12492
|
-
"start":
|
|
12493
|
-
"end":
|
|
12442
|
+
"start": 370,
|
|
12443
|
+
"end": 371
|
|
12494
12444
|
},
|
|
12495
12445
|
"context": {
|
|
12496
12446
|
"type": "variable",
|
|
@@ -12498,8 +12448,8 @@
|
|
|
12498
12448
|
"value": "null",
|
|
12499
12449
|
"scope": "default",
|
|
12500
12450
|
"line": {
|
|
12501
|
-
"start":
|
|
12502
|
-
"end":
|
|
12451
|
+
"start": 372,
|
|
12452
|
+
"end": 372
|
|
12503
12453
|
}
|
|
12504
12454
|
},
|
|
12505
12455
|
"group": [
|
|
@@ -12514,8 +12464,8 @@
|
|
|
12514
12464
|
{
|
|
12515
12465
|
"description": "The border color of the outline focused Picker components.\n",
|
|
12516
12466
|
"commentRange": {
|
|
12517
|
-
"start":
|
|
12518
|
-
"end":
|
|
12467
|
+
"start": 373,
|
|
12468
|
+
"end": 374
|
|
12519
12469
|
},
|
|
12520
12470
|
"context": {
|
|
12521
12471
|
"type": "variable",
|
|
@@ -12523,8 +12473,8 @@
|
|
|
12523
12473
|
"value": "$kendo-picker-focus-border",
|
|
12524
12474
|
"scope": "default",
|
|
12525
12475
|
"line": {
|
|
12526
|
-
"start":
|
|
12527
|
-
"end":
|
|
12476
|
+
"start": 375,
|
|
12477
|
+
"end": 375
|
|
12528
12478
|
}
|
|
12529
12479
|
},
|
|
12530
12480
|
"group": [
|
|
@@ -12539,8 +12489,8 @@
|
|
|
12539
12489
|
{
|
|
12540
12490
|
"description": "The shadow of the outline focused Picker components.\n",
|
|
12541
12491
|
"commentRange": {
|
|
12542
|
-
"start":
|
|
12543
|
-
"end":
|
|
12492
|
+
"start": 376,
|
|
12493
|
+
"end": 377
|
|
12544
12494
|
},
|
|
12545
12495
|
"context": {
|
|
12546
12496
|
"type": "variable",
|
|
@@ -12548,8 +12498,8 @@
|
|
|
12548
12498
|
"value": "null",
|
|
12549
12499
|
"scope": "default",
|
|
12550
12500
|
"line": {
|
|
12551
|
-
"start":
|
|
12552
|
-
"end":
|
|
12501
|
+
"start": 378,
|
|
12502
|
+
"end": 378
|
|
12553
12503
|
}
|
|
12554
12504
|
},
|
|
12555
12505
|
"group": [
|
|
@@ -12564,8 +12514,8 @@
|
|
|
12564
12514
|
{
|
|
12565
12515
|
"description": "The background color of the outline hovered and focused Picker components.\n",
|
|
12566
12516
|
"commentRange": {
|
|
12567
|
-
"start":
|
|
12568
|
-
"end":
|
|
12517
|
+
"start": 380,
|
|
12518
|
+
"end": 381
|
|
12569
12519
|
},
|
|
12570
12520
|
"context": {
|
|
12571
12521
|
"type": "variable",
|
|
@@ -12573,8 +12523,8 @@
|
|
|
12573
12523
|
"value": "null",
|
|
12574
12524
|
"scope": "default",
|
|
12575
12525
|
"line": {
|
|
12576
|
-
"start":
|
|
12577
|
-
"end":
|
|
12526
|
+
"start": 382,
|
|
12527
|
+
"end": 382
|
|
12578
12528
|
}
|
|
12579
12529
|
},
|
|
12580
12530
|
"group": [
|
|
@@ -12589,8 +12539,8 @@
|
|
|
12589
12539
|
{
|
|
12590
12540
|
"description": "The text color of the outline hovered and focused Picker components.\n",
|
|
12591
12541
|
"commentRange": {
|
|
12592
|
-
"start":
|
|
12593
|
-
"end":
|
|
12542
|
+
"start": 383,
|
|
12543
|
+
"end": 384
|
|
12594
12544
|
},
|
|
12595
12545
|
"context": {
|
|
12596
12546
|
"type": "variable",
|
|
@@ -12598,8 +12548,8 @@
|
|
|
12598
12548
|
"value": "null",
|
|
12599
12549
|
"scope": "default",
|
|
12600
12550
|
"line": {
|
|
12601
|
-
"start":
|
|
12602
|
-
"end":
|
|
12551
|
+
"start": 385,
|
|
12552
|
+
"end": 385
|
|
12603
12553
|
}
|
|
12604
12554
|
},
|
|
12605
12555
|
"group": [
|
|
@@ -12614,8 +12564,8 @@
|
|
|
12614
12564
|
{
|
|
12615
12565
|
"description": "The border color of the outline hovered and focused Picker components.\n",
|
|
12616
12566
|
"commentRange": {
|
|
12617
|
-
"start":
|
|
12618
|
-
"end":
|
|
12567
|
+
"start": 386,
|
|
12568
|
+
"end": 387
|
|
12619
12569
|
},
|
|
12620
12570
|
"context": {
|
|
12621
12571
|
"type": "variable",
|
|
@@ -12623,8 +12573,8 @@
|
|
|
12623
12573
|
"value": "null",
|
|
12624
12574
|
"scope": "default",
|
|
12625
12575
|
"line": {
|
|
12626
|
-
"start":
|
|
12627
|
-
"end":
|
|
12576
|
+
"start": 388,
|
|
12577
|
+
"end": 388
|
|
12628
12578
|
}
|
|
12629
12579
|
},
|
|
12630
12580
|
"group": [
|
|
@@ -12639,8 +12589,8 @@
|
|
|
12639
12589
|
{
|
|
12640
12590
|
"description": "The background color of the flat Picker components.\n",
|
|
12641
12591
|
"commentRange": {
|
|
12642
|
-
"start":
|
|
12643
|
-
"end":
|
|
12592
|
+
"start": 390,
|
|
12593
|
+
"end": 391
|
|
12644
12594
|
},
|
|
12645
12595
|
"context": {
|
|
12646
12596
|
"type": "variable",
|
|
@@ -12648,8 +12598,8 @@
|
|
|
12648
12598
|
"value": "null",
|
|
12649
12599
|
"scope": "default",
|
|
12650
12600
|
"line": {
|
|
12651
|
-
"start":
|
|
12652
|
-
"end":
|
|
12601
|
+
"start": 392,
|
|
12602
|
+
"end": 392
|
|
12653
12603
|
}
|
|
12654
12604
|
},
|
|
12655
12605
|
"group": [
|
|
@@ -12664,8 +12614,8 @@
|
|
|
12664
12614
|
{
|
|
12665
12615
|
"description": "The text color of the flat Picker components.\n",
|
|
12666
12616
|
"commentRange": {
|
|
12667
|
-
"start":
|
|
12668
|
-
"end":
|
|
12617
|
+
"start": 393,
|
|
12618
|
+
"end": 394
|
|
12669
12619
|
},
|
|
12670
12620
|
"context": {
|
|
12671
12621
|
"type": "variable",
|
|
@@ -12673,8 +12623,8 @@
|
|
|
12673
12623
|
"value": "$kendo-picker-text",
|
|
12674
12624
|
"scope": "default",
|
|
12675
12625
|
"line": {
|
|
12676
|
-
"start":
|
|
12677
|
-
"end":
|
|
12626
|
+
"start": 395,
|
|
12627
|
+
"end": 395
|
|
12678
12628
|
}
|
|
12679
12629
|
},
|
|
12680
12630
|
"group": [
|
|
@@ -12689,8 +12639,8 @@
|
|
|
12689
12639
|
{
|
|
12690
12640
|
"description": "The border color of the flat Picker components.\n",
|
|
12691
12641
|
"commentRange": {
|
|
12692
|
-
"start":
|
|
12693
|
-
"end":
|
|
12642
|
+
"start": 396,
|
|
12643
|
+
"end": 397
|
|
12694
12644
|
},
|
|
12695
12645
|
"context": {
|
|
12696
12646
|
"type": "variable",
|
|
@@ -12698,8 +12648,8 @@
|
|
|
12698
12648
|
"value": "$kendo-picker-border",
|
|
12699
12649
|
"scope": "default",
|
|
12700
12650
|
"line": {
|
|
12701
|
-
"start":
|
|
12702
|
-
"end":
|
|
12651
|
+
"start": 398,
|
|
12652
|
+
"end": 398
|
|
12703
12653
|
}
|
|
12704
12654
|
},
|
|
12705
12655
|
"group": [
|
|
@@ -12714,8 +12664,8 @@
|
|
|
12714
12664
|
{
|
|
12715
12665
|
"description": "The background color of the flat hovered Picker components.\n",
|
|
12716
12666
|
"commentRange": {
|
|
12717
|
-
"start":
|
|
12718
|
-
"end":
|
|
12667
|
+
"start": 400,
|
|
12668
|
+
"end": 401
|
|
12719
12669
|
},
|
|
12720
12670
|
"context": {
|
|
12721
12671
|
"type": "variable",
|
|
@@ -12723,8 +12673,8 @@
|
|
|
12723
12673
|
"value": "null",
|
|
12724
12674
|
"scope": "default",
|
|
12725
12675
|
"line": {
|
|
12726
|
-
"start":
|
|
12727
|
-
"end":
|
|
12676
|
+
"start": 402,
|
|
12677
|
+
"end": 402
|
|
12728
12678
|
}
|
|
12729
12679
|
},
|
|
12730
12680
|
"group": [
|
|
@@ -12739,8 +12689,8 @@
|
|
|
12739
12689
|
{
|
|
12740
12690
|
"description": "The text color of the flat hovered Picker components.\n",
|
|
12741
12691
|
"commentRange": {
|
|
12742
|
-
"start":
|
|
12743
|
-
"end":
|
|
12692
|
+
"start": 403,
|
|
12693
|
+
"end": 404
|
|
12744
12694
|
},
|
|
12745
12695
|
"context": {
|
|
12746
12696
|
"type": "variable",
|
|
@@ -12748,8 +12698,8 @@
|
|
|
12748
12698
|
"value": "null",
|
|
12749
12699
|
"scope": "default",
|
|
12750
12700
|
"line": {
|
|
12751
|
-
"start":
|
|
12752
|
-
"end":
|
|
12701
|
+
"start": 405,
|
|
12702
|
+
"end": 405
|
|
12753
12703
|
}
|
|
12754
12704
|
},
|
|
12755
12705
|
"group": [
|
|
@@ -12764,8 +12714,8 @@
|
|
|
12764
12714
|
{
|
|
12765
12715
|
"description": "The background color of the flat focused Picker components.\n",
|
|
12766
12716
|
"commentRange": {
|
|
12767
|
-
"start":
|
|
12768
|
-
"end":
|
|
12717
|
+
"start": 410,
|
|
12718
|
+
"end": 411
|
|
12769
12719
|
},
|
|
12770
12720
|
"context": {
|
|
12771
12721
|
"type": "variable",
|
|
@@ -12773,8 +12723,8 @@
|
|
|
12773
12723
|
"value": "null",
|
|
12774
12724
|
"scope": "default",
|
|
12775
12725
|
"line": {
|
|
12776
|
-
"start":
|
|
12777
|
-
"end":
|
|
12726
|
+
"start": 412,
|
|
12727
|
+
"end": 412
|
|
12778
12728
|
}
|
|
12779
12729
|
},
|
|
12780
12730
|
"group": [
|
|
@@ -12789,8 +12739,8 @@
|
|
|
12789
12739
|
{
|
|
12790
12740
|
"description": "The text color of the flat focused Picker components.\n",
|
|
12791
12741
|
"commentRange": {
|
|
12792
|
-
"start":
|
|
12793
|
-
"end":
|
|
12742
|
+
"start": 413,
|
|
12743
|
+
"end": 414
|
|
12794
12744
|
},
|
|
12795
12745
|
"context": {
|
|
12796
12746
|
"type": "variable",
|
|
@@ -12798,8 +12748,8 @@
|
|
|
12798
12748
|
"value": "null",
|
|
12799
12749
|
"scope": "default",
|
|
12800
12750
|
"line": {
|
|
12801
|
-
"start":
|
|
12802
|
-
"end":
|
|
12751
|
+
"start": 415,
|
|
12752
|
+
"end": 415
|
|
12803
12753
|
}
|
|
12804
12754
|
},
|
|
12805
12755
|
"group": [
|
|
@@ -12814,8 +12764,8 @@
|
|
|
12814
12764
|
{
|
|
12815
12765
|
"description": "The border color of the flat focused Picker components.\n",
|
|
12816
12766
|
"commentRange": {
|
|
12817
|
-
"start":
|
|
12818
|
-
"end":
|
|
12767
|
+
"start": 416,
|
|
12768
|
+
"end": 417
|
|
12819
12769
|
},
|
|
12820
12770
|
"context": {
|
|
12821
12771
|
"type": "variable",
|
|
@@ -12823,8 +12773,8 @@
|
|
|
12823
12773
|
"value": "$kendo-picker-focus-border",
|
|
12824
12774
|
"scope": "default",
|
|
12825
12775
|
"line": {
|
|
12826
|
-
"start":
|
|
12827
|
-
"end":
|
|
12776
|
+
"start": 418,
|
|
12777
|
+
"end": 418
|
|
12828
12778
|
}
|
|
12829
12779
|
},
|
|
12830
12780
|
"group": [
|
|
@@ -12839,8 +12789,8 @@
|
|
|
12839
12789
|
{
|
|
12840
12790
|
"description": "The shadow of the flat focused Picker components.\n",
|
|
12841
12791
|
"commentRange": {
|
|
12842
|
-
"start":
|
|
12843
|
-
"end":
|
|
12792
|
+
"start": 419,
|
|
12793
|
+
"end": 420
|
|
12844
12794
|
},
|
|
12845
12795
|
"context": {
|
|
12846
12796
|
"type": "variable",
|
|
@@ -12848,8 +12798,8 @@
|
|
|
12848
12798
|
"value": "null",
|
|
12849
12799
|
"scope": "default",
|
|
12850
12800
|
"line": {
|
|
12851
|
-
"start":
|
|
12852
|
-
"end":
|
|
12801
|
+
"start": 421,
|
|
12802
|
+
"end": 421
|
|
12853
12803
|
}
|
|
12854
12804
|
},
|
|
12855
12805
|
"group": [
|
|
@@ -12864,8 +12814,8 @@
|
|
|
12864
12814
|
{
|
|
12865
12815
|
"description": "The background color of the flat hovered and focused Picker components.\n",
|
|
12866
12816
|
"commentRange": {
|
|
12867
|
-
"start":
|
|
12868
|
-
"end":
|
|
12817
|
+
"start": 423,
|
|
12818
|
+
"end": 424
|
|
12869
12819
|
},
|
|
12870
12820
|
"context": {
|
|
12871
12821
|
"type": "variable",
|
|
@@ -12873,8 +12823,8 @@
|
|
|
12873
12823
|
"value": "null",
|
|
12874
12824
|
"scope": "default",
|
|
12875
12825
|
"line": {
|
|
12876
|
-
"start":
|
|
12877
|
-
"end":
|
|
12826
|
+
"start": 425,
|
|
12827
|
+
"end": 425
|
|
12878
12828
|
}
|
|
12879
12829
|
},
|
|
12880
12830
|
"group": [
|
|
@@ -12889,8 +12839,8 @@
|
|
|
12889
12839
|
{
|
|
12890
12840
|
"description": "The text color of the flat hovered and focused Picker components.\n",
|
|
12891
12841
|
"commentRange": {
|
|
12892
|
-
"start":
|
|
12893
|
-
"end":
|
|
12842
|
+
"start": 426,
|
|
12843
|
+
"end": 427
|
|
12894
12844
|
},
|
|
12895
12845
|
"context": {
|
|
12896
12846
|
"type": "variable",
|
|
@@ -12898,8 +12848,8 @@
|
|
|
12898
12848
|
"value": "null",
|
|
12899
12849
|
"scope": "default",
|
|
12900
12850
|
"line": {
|
|
12901
|
-
"start":
|
|
12902
|
-
"end":
|
|
12851
|
+
"start": 428,
|
|
12852
|
+
"end": 428
|
|
12903
12853
|
}
|
|
12904
12854
|
},
|
|
12905
12855
|
"group": [
|
|
@@ -12914,8 +12864,8 @@
|
|
|
12914
12864
|
{
|
|
12915
12865
|
"description": "The border color of the flat hovered and focused Picker components.\n",
|
|
12916
12866
|
"commentRange": {
|
|
12917
|
-
"start":
|
|
12918
|
-
"end":
|
|
12867
|
+
"start": 429,
|
|
12868
|
+
"end": 430
|
|
12919
12869
|
},
|
|
12920
12870
|
"context": {
|
|
12921
12871
|
"type": "variable",
|
|
@@ -12923,8 +12873,8 @@
|
|
|
12923
12873
|
"value": "null",
|
|
12924
12874
|
"scope": "default",
|
|
12925
12875
|
"line": {
|
|
12926
|
-
"start":
|
|
12927
|
-
"end":
|
|
12876
|
+
"start": 431,
|
|
12877
|
+
"end": 431
|
|
12928
12878
|
}
|
|
12929
12879
|
},
|
|
12930
12880
|
"group": [
|
|
@@ -12939,8 +12889,8 @@
|
|
|
12939
12889
|
{
|
|
12940
12890
|
"description": "The border color of the flat hovered Picker components.\n",
|
|
12941
12891
|
"commentRange": {
|
|
12942
|
-
"start":
|
|
12943
|
-
"end":
|
|
12892
|
+
"start": 406,
|
|
12893
|
+
"end": 407
|
|
12944
12894
|
},
|
|
12945
12895
|
"context": {
|
|
12946
12896
|
"type": "variable",
|
|
@@ -12948,8 +12898,8 @@
|
|
|
12948
12898
|
"value": "$kendo-picker-hover-border",
|
|
12949
12899
|
"scope": "default",
|
|
12950
12900
|
"line": {
|
|
12951
|
-
"start":
|
|
12952
|
-
"end":
|
|
12901
|
+
"start": 408,
|
|
12902
|
+
"end": 408
|
|
12953
12903
|
}
|
|
12954
12904
|
},
|
|
12955
12905
|
"group": [
|