@progress/kendo-theme-default 10.1.0-dev.4 → 10.1.0-dev.6
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 +1 -1
- package/dist/default-blue.css +1 -1
- package/dist/default-dataviz-v4.css +1 -1
- package/dist/default-green.css +1 -1
- package/dist/default-main-dark.css +1 -1
- package/dist/default-main.css +1 -1
- package/dist/default-nordic.css +1 -1
- package/dist/default-ocean-blue-a11y.css +1 -1
- package/dist/default-ocean-blue.css +1 -1
- package/dist/default-orange.css +1 -1
- package/dist/default-purple.css +1 -1
- package/dist/default-turquoise.css +1 -1
- package/dist/default-urban.css +1 -1
- package/dist/meta/sassdoc-data.json +3348 -1460
- package/dist/meta/sassdoc-raw-data.json +1577 -727
- package/dist/meta/variables.json +221 -29
- package/lib/swatches/default-blue.json +1 -1
- package/lib/swatches/default-dataviz-v4.json +1 -1
- package/lib/swatches/default-green.json +1 -1
- package/lib/swatches/default-main-dark.json +1 -1
- package/lib/swatches/default-main.json +1 -1
- package/lib/swatches/default-nordic.json +1 -1
- package/lib/swatches/default-ocean-blue-a11y.json +1 -1
- package/lib/swatches/default-ocean-blue.json +1 -1
- package/lib/swatches/default-orange.json +1 -1
- package/lib/swatches/default-purple.json +1 -1
- package/lib/swatches/default-turquoise.json +1 -1
- package/lib/swatches/default-urban.json +1 -1
- package/package.json +4 -4
- package/scss/button/_variables.scss +8 -8
- package/scss/checkbox/_layout.scss +15 -3
- package/scss/checkbox/_variables.scss +2 -2
- package/scss/dock-manager/_layout.scss +4 -0
- package/scss/index.scss +3 -0
- package/scss/input/_layout.scss +52 -0
- package/scss/input/_theme.scss +1 -0
- package/scss/input/_variables.scss +7 -0
- package/scss/otp/_index.scss +18 -0
- package/scss/otp/_layout.scss +41 -0
- package/scss/otp/_theme.scss +12 -0
- package/scss/otp/_variables.scss +61 -0
- package/scss/pdf-viewer/_layout.scss +15 -0
- package/scss/radio/_layout.scss +12 -1
- package/scss/radio/_variables.scss +1 -1
- package/scss/tabstrip/_layout.scss +109 -1
- package/scss/tabstrip/_theme.scss +47 -0
- package/scss/tabstrip/_variables.scss +64 -0
- package/scss/toolbar/_layout.scss +99 -9
- package/scss/toolbar/_theme.scss +89 -8
- package/scss/toolbar/_variables.scss +34 -9
|
@@ -3608,7 +3608,7 @@
|
|
|
3608
3608
|
"context": {
|
|
3609
3609
|
"type": "variable",
|
|
3610
3610
|
"name": "kendo-button-calc-size",
|
|
3611
|
-
"value": "calc(
|
|
3611
|
+
"value": "calc( ( #{$kendo-button-line-height} * 1em ) + ( #{$kendo-button-padding-y} * 2 ) + ( #{$kendo-button-border-width} * 2 ) )",
|
|
3612
3612
|
"scope": "default",
|
|
3613
3613
|
"line": {
|
|
3614
3614
|
"start": 73,
|
|
@@ -3633,7 +3633,7 @@
|
|
|
3633
3633
|
"context": {
|
|
3634
3634
|
"type": "variable",
|
|
3635
3635
|
"name": "kendo-button-inner-calc-size",
|
|
3636
|
-
"value": "calc(
|
|
3636
|
+
"value": "calc( ( #{$kendo-button-line-height} * 1em ) + ( #{$kendo-button-padding-y} * 2 ) )",
|
|
3637
3637
|
"scope": "default",
|
|
3638
3638
|
"line": {
|
|
3639
3639
|
"start": 80,
|
|
@@ -11808,7 +11808,7 @@
|
|
|
11808
11808
|
"context": {
|
|
11809
11809
|
"type": "variable",
|
|
11810
11810
|
"name": "kendo-checkbox-checked-image",
|
|
11811
|
-
"value": "k-escape-svg( url(\"data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='#
|
|
11811
|
+
"value": "k-escape-svg( url(\"data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='#ffffff' stroke-linecap='square' stroke-linejoin='square' stroke-width='2' d='M3,8 l3,3 l7-7'/></svg>\") )",
|
|
11812
11812
|
"scope": "default",
|
|
11813
11813
|
"line": {
|
|
11814
11814
|
"start": 163,
|
|
@@ -11833,7 +11833,7 @@
|
|
|
11833
11833
|
"context": {
|
|
11834
11834
|
"type": "variable",
|
|
11835
11835
|
"name": "kendo-checkbox-indeterminate-image",
|
|
11836
|
-
"value": "k-escape-svg( url(\"data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='#
|
|
11836
|
+
"value": "k-escape-svg( url(\"data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='#ff6358' stroke-linecap='square' stroke-linejoin='square' stroke-width='2' d='M4,8 h8'/></svg>\") )",
|
|
11837
11837
|
"scope": "default",
|
|
11838
11838
|
"line": {
|
|
11839
11839
|
"start": 166,
|
|
@@ -26475,19 +26475,44 @@
|
|
|
26475
26475
|
}
|
|
26476
26476
|
},
|
|
26477
26477
|
{
|
|
26478
|
-
"description": "The
|
|
26478
|
+
"description": "The calculated height of the Input.\n",
|
|
26479
26479
|
"commentRange": {
|
|
26480
26480
|
"start": 75,
|
|
26481
26481
|
"end": 76
|
|
26482
26482
|
},
|
|
26483
|
+
"context": {
|
|
26484
|
+
"type": "variable",
|
|
26485
|
+
"name": "kendo-input-calc-size",
|
|
26486
|
+
"value": "calc( ( #{$kendo-input-line-height} * 1em ) + ( #{$kendo-input-padding-y} * 2 ) + ( #{$kendo-input-border-width * 2} ) )",
|
|
26487
|
+
"scope": "default",
|
|
26488
|
+
"line": {
|
|
26489
|
+
"start": 77,
|
|
26490
|
+
"end": 77
|
|
26491
|
+
}
|
|
26492
|
+
},
|
|
26493
|
+
"group": [
|
|
26494
|
+
"input"
|
|
26495
|
+
],
|
|
26496
|
+
"access": "public",
|
|
26497
|
+
"file": {
|
|
26498
|
+
"path": "input/_variables.scss",
|
|
26499
|
+
"name": "_variables.scss"
|
|
26500
|
+
}
|
|
26501
|
+
},
|
|
26502
|
+
{
|
|
26503
|
+
"description": "The sizes map for the Input components.\n",
|
|
26504
|
+
"commentRange": {
|
|
26505
|
+
"start": 82,
|
|
26506
|
+
"end": 83
|
|
26507
|
+
},
|
|
26483
26508
|
"context": {
|
|
26484
26509
|
"type": "variable",
|
|
26485
26510
|
"name": "kendo-input-sizes",
|
|
26486
26511
|
"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: $kendo-input-sm-padding-y,\n button-padding-y: $kendo-input-sm-padding-y\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: $kendo-input-md-padding-y,\n button-padding-y: $kendo-input-md-padding-y\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: $kendo-input-lg-padding-y,\n button-padding-y: $kendo-input-lg-padding-y\n )\n)",
|
|
26487
26512
|
"scope": "default",
|
|
26488
26513
|
"line": {
|
|
26489
|
-
"start":
|
|
26490
|
-
"end":
|
|
26514
|
+
"start": 84,
|
|
26515
|
+
"end": 109
|
|
26491
26516
|
}
|
|
26492
26517
|
},
|
|
26493
26518
|
"group": [
|
|
@@ -26502,8 +26527,8 @@
|
|
|
26502
26527
|
{
|
|
26503
26528
|
"description": "The background color of the Input components.\n",
|
|
26504
26529
|
"commentRange": {
|
|
26505
|
-
"start":
|
|
26506
|
-
"end":
|
|
26530
|
+
"start": 111,
|
|
26531
|
+
"end": 112
|
|
26507
26532
|
},
|
|
26508
26533
|
"context": {
|
|
26509
26534
|
"type": "variable",
|
|
@@ -26511,8 +26536,8 @@
|
|
|
26511
26536
|
"value": "$kendo-component-bg",
|
|
26512
26537
|
"scope": "default",
|
|
26513
26538
|
"line": {
|
|
26514
|
-
"start":
|
|
26515
|
-
"end":
|
|
26539
|
+
"start": 113,
|
|
26540
|
+
"end": 113
|
|
26516
26541
|
}
|
|
26517
26542
|
},
|
|
26518
26543
|
"group": [
|
|
@@ -26527,8 +26552,8 @@
|
|
|
26527
26552
|
{
|
|
26528
26553
|
"description": "The text color of the Input components.\n",
|
|
26529
26554
|
"commentRange": {
|
|
26530
|
-
"start":
|
|
26531
|
-
"end":
|
|
26555
|
+
"start": 114,
|
|
26556
|
+
"end": 115
|
|
26532
26557
|
},
|
|
26533
26558
|
"context": {
|
|
26534
26559
|
"type": "variable",
|
|
@@ -26536,8 +26561,8 @@
|
|
|
26536
26561
|
"value": "$kendo-component-text",
|
|
26537
26562
|
"scope": "default",
|
|
26538
26563
|
"line": {
|
|
26539
|
-
"start":
|
|
26540
|
-
"end":
|
|
26564
|
+
"start": 116,
|
|
26565
|
+
"end": 116
|
|
26541
26566
|
}
|
|
26542
26567
|
},
|
|
26543
26568
|
"group": [
|
|
@@ -26552,8 +26577,8 @@
|
|
|
26552
26577
|
{
|
|
26553
26578
|
"description": "The border color of the Input components.\n",
|
|
26554
26579
|
"commentRange": {
|
|
26555
|
-
"start":
|
|
26556
|
-
"end":
|
|
26580
|
+
"start": 117,
|
|
26581
|
+
"end": 118
|
|
26557
26582
|
},
|
|
26558
26583
|
"context": {
|
|
26559
26584
|
"type": "variable",
|
|
@@ -26561,8 +26586,8 @@
|
|
|
26561
26586
|
"value": "$kendo-component-border",
|
|
26562
26587
|
"scope": "default",
|
|
26563
26588
|
"line": {
|
|
26564
|
-
"start":
|
|
26565
|
-
"end":
|
|
26589
|
+
"start": 119,
|
|
26590
|
+
"end": 119
|
|
26566
26591
|
}
|
|
26567
26592
|
},
|
|
26568
26593
|
"group": [
|
|
@@ -26577,8 +26602,8 @@
|
|
|
26577
26602
|
{
|
|
26578
26603
|
"description": "The shadow of the Input components.\n",
|
|
26579
26604
|
"commentRange": {
|
|
26580
|
-
"start":
|
|
26581
|
-
"end":
|
|
26605
|
+
"start": 120,
|
|
26606
|
+
"end": 121
|
|
26582
26607
|
},
|
|
26583
26608
|
"context": {
|
|
26584
26609
|
"type": "variable",
|
|
@@ -26586,8 +26611,8 @@
|
|
|
26586
26611
|
"value": "null",
|
|
26587
26612
|
"scope": "default",
|
|
26588
26613
|
"line": {
|
|
26589
|
-
"start":
|
|
26590
|
-
"end":
|
|
26614
|
+
"start": 122,
|
|
26615
|
+
"end": 122
|
|
26591
26616
|
}
|
|
26592
26617
|
},
|
|
26593
26618
|
"group": [
|
|
@@ -26602,8 +26627,8 @@
|
|
|
26602
26627
|
{
|
|
26603
26628
|
"description": "The background color of the hovered Input components.\n",
|
|
26604
26629
|
"commentRange": {
|
|
26605
|
-
"start":
|
|
26606
|
-
"end":
|
|
26630
|
+
"start": 124,
|
|
26631
|
+
"end": 125
|
|
26607
26632
|
},
|
|
26608
26633
|
"context": {
|
|
26609
26634
|
"type": "variable",
|
|
@@ -26611,8 +26636,8 @@
|
|
|
26611
26636
|
"value": "null",
|
|
26612
26637
|
"scope": "default",
|
|
26613
26638
|
"line": {
|
|
26614
|
-
"start":
|
|
26615
|
-
"end":
|
|
26639
|
+
"start": 126,
|
|
26640
|
+
"end": 126
|
|
26616
26641
|
}
|
|
26617
26642
|
},
|
|
26618
26643
|
"group": [
|
|
@@ -26627,8 +26652,8 @@
|
|
|
26627
26652
|
{
|
|
26628
26653
|
"description": "The text color of the hovered Input components.\n",
|
|
26629
26654
|
"commentRange": {
|
|
26630
|
-
"start":
|
|
26631
|
-
"end":
|
|
26655
|
+
"start": 127,
|
|
26656
|
+
"end": 128
|
|
26632
26657
|
},
|
|
26633
26658
|
"context": {
|
|
26634
26659
|
"type": "variable",
|
|
@@ -26636,8 +26661,8 @@
|
|
|
26636
26661
|
"value": "null",
|
|
26637
26662
|
"scope": "default",
|
|
26638
26663
|
"line": {
|
|
26639
|
-
"start":
|
|
26640
|
-
"end":
|
|
26664
|
+
"start": 129,
|
|
26665
|
+
"end": 129
|
|
26641
26666
|
}
|
|
26642
26667
|
},
|
|
26643
26668
|
"group": [
|
|
@@ -26652,8 +26677,8 @@
|
|
|
26652
26677
|
{
|
|
26653
26678
|
"description": "The border color of the hovered Input components.\n",
|
|
26654
26679
|
"commentRange": {
|
|
26655
|
-
"start":
|
|
26656
|
-
"end":
|
|
26680
|
+
"start": 130,
|
|
26681
|
+
"end": 131
|
|
26657
26682
|
},
|
|
26658
26683
|
"context": {
|
|
26659
26684
|
"type": "variable",
|
|
@@ -26661,8 +26686,8 @@
|
|
|
26661
26686
|
"value": "if($kendo-enable-color-system, k-color( border-alt ), rgba( $kendo-input-border, .16 ))",
|
|
26662
26687
|
"scope": "default",
|
|
26663
26688
|
"line": {
|
|
26664
|
-
"start":
|
|
26665
|
-
"end":
|
|
26689
|
+
"start": 132,
|
|
26690
|
+
"end": 132
|
|
26666
26691
|
}
|
|
26667
26692
|
},
|
|
26668
26693
|
"group": [
|
|
@@ -26677,8 +26702,8 @@
|
|
|
26677
26702
|
{
|
|
26678
26703
|
"description": "The shadow of the hovered Input components.\n",
|
|
26679
26704
|
"commentRange": {
|
|
26680
|
-
"start":
|
|
26681
|
-
"end":
|
|
26705
|
+
"start": 133,
|
|
26706
|
+
"end": 134
|
|
26682
26707
|
},
|
|
26683
26708
|
"context": {
|
|
26684
26709
|
"type": "variable",
|
|
@@ -26686,8 +26711,8 @@
|
|
|
26686
26711
|
"value": "null",
|
|
26687
26712
|
"scope": "default",
|
|
26688
26713
|
"line": {
|
|
26689
|
-
"start":
|
|
26690
|
-
"end":
|
|
26714
|
+
"start": 135,
|
|
26715
|
+
"end": 135
|
|
26691
26716
|
}
|
|
26692
26717
|
},
|
|
26693
26718
|
"group": [
|
|
@@ -26702,8 +26727,8 @@
|
|
|
26702
26727
|
{
|
|
26703
26728
|
"description": "The background color of the focused Input components.\n",
|
|
26704
26729
|
"commentRange": {
|
|
26705
|
-
"start":
|
|
26706
|
-
"end":
|
|
26730
|
+
"start": 137,
|
|
26731
|
+
"end": 138
|
|
26707
26732
|
},
|
|
26708
26733
|
"context": {
|
|
26709
26734
|
"type": "variable",
|
|
@@ -26711,8 +26736,8 @@
|
|
|
26711
26736
|
"value": "null",
|
|
26712
26737
|
"scope": "default",
|
|
26713
26738
|
"line": {
|
|
26714
|
-
"start":
|
|
26715
|
-
"end":
|
|
26739
|
+
"start": 139,
|
|
26740
|
+
"end": 139
|
|
26716
26741
|
}
|
|
26717
26742
|
},
|
|
26718
26743
|
"group": [
|
|
@@ -26727,8 +26752,8 @@
|
|
|
26727
26752
|
{
|
|
26728
26753
|
"description": "The text color of the focused Input components.\n",
|
|
26729
26754
|
"commentRange": {
|
|
26730
|
-
"start":
|
|
26731
|
-
"end":
|
|
26755
|
+
"start": 140,
|
|
26756
|
+
"end": 141
|
|
26732
26757
|
},
|
|
26733
26758
|
"context": {
|
|
26734
26759
|
"type": "variable",
|
|
@@ -26736,8 +26761,8 @@
|
|
|
26736
26761
|
"value": "null",
|
|
26737
26762
|
"scope": "default",
|
|
26738
26763
|
"line": {
|
|
26739
|
-
"start":
|
|
26740
|
-
"end":
|
|
26764
|
+
"start": 142,
|
|
26765
|
+
"end": 142
|
|
26741
26766
|
}
|
|
26742
26767
|
},
|
|
26743
26768
|
"group": [
|
|
@@ -26752,8 +26777,8 @@
|
|
|
26752
26777
|
{
|
|
26753
26778
|
"description": "The border color of the focused Input components.\n",
|
|
26754
26779
|
"commentRange": {
|
|
26755
|
-
"start":
|
|
26756
|
-
"end":
|
|
26780
|
+
"start": 143,
|
|
26781
|
+
"end": 144
|
|
26757
26782
|
},
|
|
26758
26783
|
"context": {
|
|
26759
26784
|
"type": "variable",
|
|
@@ -26761,8 +26786,8 @@
|
|
|
26761
26786
|
"value": "$kendo-input-hover-border",
|
|
26762
26787
|
"scope": "default",
|
|
26763
26788
|
"line": {
|
|
26764
|
-
"start":
|
|
26765
|
-
"end":
|
|
26789
|
+
"start": 145,
|
|
26790
|
+
"end": 145
|
|
26766
26791
|
}
|
|
26767
26792
|
},
|
|
26768
26793
|
"group": [
|
|
@@ -26777,8 +26802,8 @@
|
|
|
26777
26802
|
{
|
|
26778
26803
|
"description": "The shadow of the focused Input components.\n",
|
|
26779
26804
|
"commentRange": {
|
|
26780
|
-
"start":
|
|
26781
|
-
"end":
|
|
26805
|
+
"start": 146,
|
|
26806
|
+
"end": 147
|
|
26782
26807
|
},
|
|
26783
26808
|
"context": {
|
|
26784
26809
|
"type": "variable",
|
|
@@ -26786,8 +26811,8 @@
|
|
|
26786
26811
|
"value": "0 0 0 2px if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 8%, transparent), rgba( $kendo-input-focus-border, .08 ))",
|
|
26787
26812
|
"scope": "default",
|
|
26788
26813
|
"line": {
|
|
26789
|
-
"start":
|
|
26790
|
-
"end":
|
|
26814
|
+
"start": 148,
|
|
26815
|
+
"end": 148
|
|
26791
26816
|
}
|
|
26792
26817
|
},
|
|
26793
26818
|
"group": [
|
|
@@ -26802,8 +26827,8 @@
|
|
|
26802
26827
|
{
|
|
26803
26828
|
"description": "The background color of the selected Input components.\n",
|
|
26804
26829
|
"commentRange": {
|
|
26805
|
-
"start":
|
|
26806
|
-
"end":
|
|
26830
|
+
"start": 150,
|
|
26831
|
+
"end": 151
|
|
26807
26832
|
},
|
|
26808
26833
|
"context": {
|
|
26809
26834
|
"type": "variable",
|
|
@@ -26811,8 +26836,8 @@
|
|
|
26811
26836
|
"value": "null",
|
|
26812
26837
|
"scope": "default",
|
|
26813
26838
|
"line": {
|
|
26814
|
-
"start":
|
|
26815
|
-
"end":
|
|
26839
|
+
"start": 152,
|
|
26840
|
+
"end": 152
|
|
26816
26841
|
}
|
|
26817
26842
|
},
|
|
26818
26843
|
"group": [
|
|
@@ -26827,8 +26852,8 @@
|
|
|
26827
26852
|
{
|
|
26828
26853
|
"description": "The text color of the selected Input components.\n",
|
|
26829
26854
|
"commentRange": {
|
|
26830
|
-
"start":
|
|
26831
|
-
"end":
|
|
26855
|
+
"start": 153,
|
|
26856
|
+
"end": 154
|
|
26832
26857
|
},
|
|
26833
26858
|
"context": {
|
|
26834
26859
|
"type": "variable",
|
|
@@ -26836,8 +26861,8 @@
|
|
|
26836
26861
|
"value": "null",
|
|
26837
26862
|
"scope": "default",
|
|
26838
26863
|
"line": {
|
|
26839
|
-
"start":
|
|
26840
|
-
"end":
|
|
26864
|
+
"start": 155,
|
|
26865
|
+
"end": 155
|
|
26841
26866
|
}
|
|
26842
26867
|
},
|
|
26843
26868
|
"group": [
|
|
@@ -26852,8 +26877,8 @@
|
|
|
26852
26877
|
{
|
|
26853
26878
|
"description": "The background color of the disabled Input components.\n",
|
|
26854
26879
|
"commentRange": {
|
|
26855
|
-
"start":
|
|
26856
|
-
"end":
|
|
26880
|
+
"start": 157,
|
|
26881
|
+
"end": 158
|
|
26857
26882
|
},
|
|
26858
26883
|
"context": {
|
|
26859
26884
|
"type": "variable",
|
|
@@ -26861,8 +26886,8 @@
|
|
|
26861
26886
|
"value": "null",
|
|
26862
26887
|
"scope": "default",
|
|
26863
26888
|
"line": {
|
|
26864
|
-
"start":
|
|
26865
|
-
"end":
|
|
26889
|
+
"start": 159,
|
|
26890
|
+
"end": 159
|
|
26866
26891
|
}
|
|
26867
26892
|
},
|
|
26868
26893
|
"group": [
|
|
@@ -26877,8 +26902,8 @@
|
|
|
26877
26902
|
{
|
|
26878
26903
|
"description": "The text color of the disabled Input components.\n",
|
|
26879
26904
|
"commentRange": {
|
|
26880
|
-
"start":
|
|
26881
|
-
"end":
|
|
26905
|
+
"start": 160,
|
|
26906
|
+
"end": 161
|
|
26882
26907
|
},
|
|
26883
26908
|
"context": {
|
|
26884
26909
|
"type": "variable",
|
|
@@ -26886,8 +26911,8 @@
|
|
|
26886
26911
|
"value": "null",
|
|
26887
26912
|
"scope": "default",
|
|
26888
26913
|
"line": {
|
|
26889
|
-
"start":
|
|
26890
|
-
"end":
|
|
26914
|
+
"start": 162,
|
|
26915
|
+
"end": 162
|
|
26891
26916
|
}
|
|
26892
26917
|
},
|
|
26893
26918
|
"group": [
|
|
@@ -26902,8 +26927,8 @@
|
|
|
26902
26927
|
{
|
|
26903
26928
|
"description": "The border color of the disabled Input components.\n",
|
|
26904
26929
|
"commentRange": {
|
|
26905
|
-
"start":
|
|
26906
|
-
"end":
|
|
26930
|
+
"start": 163,
|
|
26931
|
+
"end": 164
|
|
26907
26932
|
},
|
|
26908
26933
|
"context": {
|
|
26909
26934
|
"type": "variable",
|
|
@@ -26911,8 +26936,8 @@
|
|
|
26911
26936
|
"value": "null",
|
|
26912
26937
|
"scope": "default",
|
|
26913
26938
|
"line": {
|
|
26914
|
-
"start":
|
|
26915
|
-
"end":
|
|
26939
|
+
"start": 165,
|
|
26940
|
+
"end": 165
|
|
26916
26941
|
}
|
|
26917
26942
|
},
|
|
26918
26943
|
"group": [
|
|
@@ -26927,8 +26952,8 @@
|
|
|
26927
26952
|
{
|
|
26928
26953
|
"description": "The gradient of the disabled Input components.\n",
|
|
26929
26954
|
"commentRange": {
|
|
26930
|
-
"start":
|
|
26931
|
-
"end":
|
|
26955
|
+
"start": 166,
|
|
26956
|
+
"end": 167
|
|
26932
26957
|
},
|
|
26933
26958
|
"context": {
|
|
26934
26959
|
"type": "variable",
|
|
@@ -26936,8 +26961,8 @@
|
|
|
26936
26961
|
"value": "null",
|
|
26937
26962
|
"scope": "default",
|
|
26938
26963
|
"line": {
|
|
26939
|
-
"start":
|
|
26940
|
-
"end":
|
|
26964
|
+
"start": 168,
|
|
26965
|
+
"end": 168
|
|
26941
26966
|
}
|
|
26942
26967
|
},
|
|
26943
26968
|
"group": [
|
|
@@ -26952,8 +26977,8 @@
|
|
|
26952
26977
|
{
|
|
26953
26978
|
"description": "The shadow of the disabled Input components.\n",
|
|
26954
26979
|
"commentRange": {
|
|
26955
|
-
"start":
|
|
26956
|
-
"end":
|
|
26980
|
+
"start": 169,
|
|
26981
|
+
"end": 170
|
|
26957
26982
|
},
|
|
26958
26983
|
"context": {
|
|
26959
26984
|
"type": "variable",
|
|
@@ -26961,8 +26986,8 @@
|
|
|
26961
26986
|
"value": "null",
|
|
26962
26987
|
"scope": "default",
|
|
26963
26988
|
"line": {
|
|
26964
|
-
"start":
|
|
26965
|
-
"end":
|
|
26989
|
+
"start": 171,
|
|
26990
|
+
"end": 171
|
|
26966
26991
|
}
|
|
26967
26992
|
},
|
|
26968
26993
|
"group": [
|
|
@@ -26977,8 +27002,8 @@
|
|
|
26977
27002
|
{
|
|
26978
27003
|
"description": "The background color of the outline Input components.\n",
|
|
26979
27004
|
"commentRange": {
|
|
26980
|
-
"start":
|
|
26981
|
-
"end":
|
|
27005
|
+
"start": 173,
|
|
27006
|
+
"end": 174
|
|
26982
27007
|
},
|
|
26983
27008
|
"context": {
|
|
26984
27009
|
"type": "variable",
|
|
@@ -26986,8 +27011,8 @@
|
|
|
26986
27011
|
"value": "null",
|
|
26987
27012
|
"scope": "default",
|
|
26988
27013
|
"line": {
|
|
26989
|
-
"start":
|
|
26990
|
-
"end":
|
|
27014
|
+
"start": 175,
|
|
27015
|
+
"end": 175
|
|
26991
27016
|
}
|
|
26992
27017
|
},
|
|
26993
27018
|
"group": [
|
|
@@ -27002,8 +27027,8 @@
|
|
|
27002
27027
|
{
|
|
27003
27028
|
"description": "The text color of the outline Input components.\n",
|
|
27004
27029
|
"commentRange": {
|
|
27005
|
-
"start":
|
|
27006
|
-
"end":
|
|
27030
|
+
"start": 176,
|
|
27031
|
+
"end": 177
|
|
27007
27032
|
},
|
|
27008
27033
|
"context": {
|
|
27009
27034
|
"type": "variable",
|
|
@@ -27011,8 +27036,8 @@
|
|
|
27011
27036
|
"value": "$kendo-input-text",
|
|
27012
27037
|
"scope": "default",
|
|
27013
27038
|
"line": {
|
|
27014
|
-
"start":
|
|
27015
|
-
"end":
|
|
27039
|
+
"start": 178,
|
|
27040
|
+
"end": 178
|
|
27016
27041
|
}
|
|
27017
27042
|
},
|
|
27018
27043
|
"group": [
|
|
@@ -27027,8 +27052,8 @@
|
|
|
27027
27052
|
{
|
|
27028
27053
|
"description": "The border color of the outline Input components.\n",
|
|
27029
27054
|
"commentRange": {
|
|
27030
|
-
"start":
|
|
27031
|
-
"end":
|
|
27055
|
+
"start": 179,
|
|
27056
|
+
"end": 180
|
|
27032
27057
|
},
|
|
27033
27058
|
"context": {
|
|
27034
27059
|
"type": "variable",
|
|
@@ -27036,8 +27061,8 @@
|
|
|
27036
27061
|
"value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-base ) 50%, transparent), rgba( $kendo-button-text, .5))",
|
|
27037
27062
|
"scope": "default",
|
|
27038
27063
|
"line": {
|
|
27039
|
-
"start":
|
|
27040
|
-
"end":
|
|
27064
|
+
"start": 181,
|
|
27065
|
+
"end": 181
|
|
27041
27066
|
}
|
|
27042
27067
|
},
|
|
27043
27068
|
"group": [
|
|
@@ -27052,8 +27077,8 @@
|
|
|
27052
27077
|
{
|
|
27053
27078
|
"description": "The background color of the outline hovered Input components.\n",
|
|
27054
27079
|
"commentRange": {
|
|
27055
|
-
"start":
|
|
27056
|
-
"end":
|
|
27080
|
+
"start": 183,
|
|
27081
|
+
"end": 184
|
|
27057
27082
|
},
|
|
27058
27083
|
"context": {
|
|
27059
27084
|
"type": "variable",
|
|
@@ -27061,8 +27086,8 @@
|
|
|
27061
27086
|
"value": "null",
|
|
27062
27087
|
"scope": "default",
|
|
27063
27088
|
"line": {
|
|
27064
|
-
"start":
|
|
27065
|
-
"end":
|
|
27089
|
+
"start": 185,
|
|
27090
|
+
"end": 185
|
|
27066
27091
|
}
|
|
27067
27092
|
},
|
|
27068
27093
|
"group": [
|
|
@@ -27077,8 +27102,8 @@
|
|
|
27077
27102
|
{
|
|
27078
27103
|
"description": "The text color of the outline hovered Input components.\n",
|
|
27079
27104
|
"commentRange": {
|
|
27080
|
-
"start":
|
|
27081
|
-
"end":
|
|
27105
|
+
"start": 186,
|
|
27106
|
+
"end": 187
|
|
27082
27107
|
},
|
|
27083
27108
|
"context": {
|
|
27084
27109
|
"type": "variable",
|
|
@@ -27086,8 +27111,8 @@
|
|
|
27086
27111
|
"value": "null",
|
|
27087
27112
|
"scope": "default",
|
|
27088
27113
|
"line": {
|
|
27089
|
-
"start":
|
|
27090
|
-
"end":
|
|
27114
|
+
"start": 188,
|
|
27115
|
+
"end": 188
|
|
27091
27116
|
}
|
|
27092
27117
|
},
|
|
27093
27118
|
"group": [
|
|
@@ -27102,8 +27127,8 @@
|
|
|
27102
27127
|
{
|
|
27103
27128
|
"description": "The border color of the outline hovered Input components.\n",
|
|
27104
27129
|
"commentRange": {
|
|
27105
|
-
"start":
|
|
27106
|
-
"end":
|
|
27130
|
+
"start": 189,
|
|
27131
|
+
"end": 190
|
|
27107
27132
|
},
|
|
27108
27133
|
"context": {
|
|
27109
27134
|
"type": "variable",
|
|
@@ -27111,8 +27136,8 @@
|
|
|
27111
27136
|
"value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-base ) 80%, transparent), rgba( $kendo-button-text, .8))",
|
|
27112
27137
|
"scope": "default",
|
|
27113
27138
|
"line": {
|
|
27114
|
-
"start":
|
|
27115
|
-
"end":
|
|
27139
|
+
"start": 191,
|
|
27140
|
+
"end": 191
|
|
27116
27141
|
}
|
|
27117
27142
|
},
|
|
27118
27143
|
"group": [
|
|
@@ -27127,8 +27152,8 @@
|
|
|
27127
27152
|
{
|
|
27128
27153
|
"description": "The background color of the outline focused Input components.\n",
|
|
27129
27154
|
"commentRange": {
|
|
27130
|
-
"start":
|
|
27131
|
-
"end":
|
|
27155
|
+
"start": 193,
|
|
27156
|
+
"end": 194
|
|
27132
27157
|
},
|
|
27133
27158
|
"context": {
|
|
27134
27159
|
"type": "variable",
|
|
@@ -27136,8 +27161,8 @@
|
|
|
27136
27161
|
"value": "null",
|
|
27137
27162
|
"scope": "default",
|
|
27138
27163
|
"line": {
|
|
27139
|
-
"start":
|
|
27140
|
-
"end":
|
|
27164
|
+
"start": 195,
|
|
27165
|
+
"end": 195
|
|
27141
27166
|
}
|
|
27142
27167
|
},
|
|
27143
27168
|
"group": [
|
|
@@ -27152,8 +27177,8 @@
|
|
|
27152
27177
|
{
|
|
27153
27178
|
"description": "The text color of the outline focused Input components.\n",
|
|
27154
27179
|
"commentRange": {
|
|
27155
|
-
"start":
|
|
27156
|
-
"end":
|
|
27180
|
+
"start": 196,
|
|
27181
|
+
"end": 197
|
|
27157
27182
|
},
|
|
27158
27183
|
"context": {
|
|
27159
27184
|
"type": "variable",
|
|
@@ -27161,8 +27186,8 @@
|
|
|
27161
27186
|
"value": "null",
|
|
27162
27187
|
"scope": "default",
|
|
27163
27188
|
"line": {
|
|
27164
|
-
"start":
|
|
27165
|
-
"end":
|
|
27189
|
+
"start": 198,
|
|
27190
|
+
"end": 198
|
|
27166
27191
|
}
|
|
27167
27192
|
},
|
|
27168
27193
|
"group": [
|
|
@@ -27177,8 +27202,8 @@
|
|
|
27177
27202
|
{
|
|
27178
27203
|
"description": "The border color of the outline focused Input components.\n",
|
|
27179
27204
|
"commentRange": {
|
|
27180
|
-
"start":
|
|
27181
|
-
"end":
|
|
27205
|
+
"start": 199,
|
|
27206
|
+
"end": 200
|
|
27182
27207
|
},
|
|
27183
27208
|
"context": {
|
|
27184
27209
|
"type": "variable",
|
|
@@ -27186,8 +27211,8 @@
|
|
|
27186
27211
|
"value": "null",
|
|
27187
27212
|
"scope": "default",
|
|
27188
27213
|
"line": {
|
|
27189
|
-
"start":
|
|
27190
|
-
"end":
|
|
27214
|
+
"start": 201,
|
|
27215
|
+
"end": 201
|
|
27191
27216
|
}
|
|
27192
27217
|
},
|
|
27193
27218
|
"group": [
|
|
@@ -27202,8 +27227,8 @@
|
|
|
27202
27227
|
{
|
|
27203
27228
|
"description": "The shadow of the outline focused Input components.\n",
|
|
27204
27229
|
"commentRange": {
|
|
27205
|
-
"start":
|
|
27206
|
-
"end":
|
|
27230
|
+
"start": 202,
|
|
27231
|
+
"end": 203
|
|
27207
27232
|
},
|
|
27208
27233
|
"context": {
|
|
27209
27234
|
"type": "variable",
|
|
@@ -27211,8 +27236,8 @@
|
|
|
27211
27236
|
"value": "$kendo-input-focus-shadow",
|
|
27212
27237
|
"scope": "default",
|
|
27213
27238
|
"line": {
|
|
27214
|
-
"start":
|
|
27215
|
-
"end":
|
|
27239
|
+
"start": 204,
|
|
27240
|
+
"end": 204
|
|
27216
27241
|
}
|
|
27217
27242
|
},
|
|
27218
27243
|
"group": [
|
|
@@ -27227,8 +27252,8 @@
|
|
|
27227
27252
|
{
|
|
27228
27253
|
"description": "The background color of the flat Input components.\n",
|
|
27229
27254
|
"commentRange": {
|
|
27230
|
-
"start":
|
|
27231
|
-
"end":
|
|
27255
|
+
"start": 206,
|
|
27256
|
+
"end": 207
|
|
27232
27257
|
},
|
|
27233
27258
|
"context": {
|
|
27234
27259
|
"type": "variable",
|
|
@@ -27236,8 +27261,8 @@
|
|
|
27236
27261
|
"value": "null",
|
|
27237
27262
|
"scope": "default",
|
|
27238
27263
|
"line": {
|
|
27239
|
-
"start":
|
|
27240
|
-
"end":
|
|
27264
|
+
"start": 208,
|
|
27265
|
+
"end": 208
|
|
27241
27266
|
}
|
|
27242
27267
|
},
|
|
27243
27268
|
"group": [
|
|
@@ -27252,8 +27277,8 @@
|
|
|
27252
27277
|
{
|
|
27253
27278
|
"description": "The text color of the flat Input components.\n",
|
|
27254
27279
|
"commentRange": {
|
|
27255
|
-
"start":
|
|
27256
|
-
"end":
|
|
27280
|
+
"start": 209,
|
|
27281
|
+
"end": 210
|
|
27257
27282
|
},
|
|
27258
27283
|
"context": {
|
|
27259
27284
|
"type": "variable",
|
|
@@ -27261,8 +27286,8 @@
|
|
|
27261
27286
|
"value": "$kendo-input-text",
|
|
27262
27287
|
"scope": "default",
|
|
27263
27288
|
"line": {
|
|
27264
|
-
"start":
|
|
27265
|
-
"end":
|
|
27289
|
+
"start": 211,
|
|
27290
|
+
"end": 211
|
|
27266
27291
|
}
|
|
27267
27292
|
},
|
|
27268
27293
|
"group": [
|
|
@@ -27277,8 +27302,8 @@
|
|
|
27277
27302
|
{
|
|
27278
27303
|
"description": "The border color of the flat Input components.\n",
|
|
27279
27304
|
"commentRange": {
|
|
27280
|
-
"start":
|
|
27281
|
-
"end":
|
|
27305
|
+
"start": 212,
|
|
27306
|
+
"end": 213
|
|
27282
27307
|
},
|
|
27283
27308
|
"context": {
|
|
27284
27309
|
"type": "variable",
|
|
@@ -27286,8 +27311,8 @@
|
|
|
27286
27311
|
"value": "$kendo-input-border",
|
|
27287
27312
|
"scope": "default",
|
|
27288
27313
|
"line": {
|
|
27289
|
-
"start":
|
|
27290
|
-
"end":
|
|
27314
|
+
"start": 214,
|
|
27315
|
+
"end": 214
|
|
27291
27316
|
}
|
|
27292
27317
|
},
|
|
27293
27318
|
"group": [
|
|
@@ -27302,8 +27327,8 @@
|
|
|
27302
27327
|
{
|
|
27303
27328
|
"description": "The background color of the flat hovered Input components.\n",
|
|
27304
27329
|
"commentRange": {
|
|
27305
|
-
"start":
|
|
27306
|
-
"end":
|
|
27330
|
+
"start": 216,
|
|
27331
|
+
"end": 217
|
|
27307
27332
|
},
|
|
27308
27333
|
"context": {
|
|
27309
27334
|
"type": "variable",
|
|
@@ -27311,8 +27336,8 @@
|
|
|
27311
27336
|
"value": "null",
|
|
27312
27337
|
"scope": "default",
|
|
27313
27338
|
"line": {
|
|
27314
|
-
"start":
|
|
27315
|
-
"end":
|
|
27339
|
+
"start": 218,
|
|
27340
|
+
"end": 218
|
|
27316
27341
|
}
|
|
27317
27342
|
},
|
|
27318
27343
|
"group": [
|
|
@@ -27327,8 +27352,8 @@
|
|
|
27327
27352
|
{
|
|
27328
27353
|
"description": "The text color of the flat hovered Input components.\n",
|
|
27329
27354
|
"commentRange": {
|
|
27330
|
-
"start":
|
|
27331
|
-
"end":
|
|
27355
|
+
"start": 219,
|
|
27356
|
+
"end": 220
|
|
27332
27357
|
},
|
|
27333
27358
|
"context": {
|
|
27334
27359
|
"type": "variable",
|
|
@@ -27336,8 +27361,8 @@
|
|
|
27336
27361
|
"value": "null",
|
|
27337
27362
|
"scope": "default",
|
|
27338
27363
|
"line": {
|
|
27339
|
-
"start":
|
|
27340
|
-
"end":
|
|
27364
|
+
"start": 221,
|
|
27365
|
+
"end": 221
|
|
27341
27366
|
}
|
|
27342
27367
|
},
|
|
27343
27368
|
"group": [
|
|
@@ -27352,8 +27377,8 @@
|
|
|
27352
27377
|
{
|
|
27353
27378
|
"description": "The border color of the flat hovered Input components.\n",
|
|
27354
27379
|
"commentRange": {
|
|
27355
|
-
"start":
|
|
27356
|
-
"end":
|
|
27380
|
+
"start": 222,
|
|
27381
|
+
"end": 223
|
|
27357
27382
|
},
|
|
27358
27383
|
"context": {
|
|
27359
27384
|
"type": "variable",
|
|
@@ -27361,8 +27386,8 @@
|
|
|
27361
27386
|
"value": "$kendo-input-hover-border",
|
|
27362
27387
|
"scope": "default",
|
|
27363
27388
|
"line": {
|
|
27364
|
-
"start":
|
|
27365
|
-
"end":
|
|
27389
|
+
"start": 224,
|
|
27390
|
+
"end": 224
|
|
27366
27391
|
}
|
|
27367
27392
|
},
|
|
27368
27393
|
"group": [
|
|
@@ -27377,8 +27402,8 @@
|
|
|
27377
27402
|
{
|
|
27378
27403
|
"description": "The background color of the flat focused Input components.\n",
|
|
27379
27404
|
"commentRange": {
|
|
27380
|
-
"start":
|
|
27381
|
-
"end":
|
|
27405
|
+
"start": 226,
|
|
27406
|
+
"end": 227
|
|
27382
27407
|
},
|
|
27383
27408
|
"context": {
|
|
27384
27409
|
"type": "variable",
|
|
@@ -27386,8 +27411,8 @@
|
|
|
27386
27411
|
"value": "null",
|
|
27387
27412
|
"scope": "default",
|
|
27388
27413
|
"line": {
|
|
27389
|
-
"start":
|
|
27390
|
-
"end":
|
|
27414
|
+
"start": 228,
|
|
27415
|
+
"end": 228
|
|
27391
27416
|
}
|
|
27392
27417
|
},
|
|
27393
27418
|
"group": [
|
|
@@ -27402,8 +27427,8 @@
|
|
|
27402
27427
|
{
|
|
27403
27428
|
"description": "The text color of the flat focused Input components.\n",
|
|
27404
27429
|
"commentRange": {
|
|
27405
|
-
"start":
|
|
27406
|
-
"end":
|
|
27430
|
+
"start": 229,
|
|
27431
|
+
"end": 230
|
|
27407
27432
|
},
|
|
27408
27433
|
"context": {
|
|
27409
27434
|
"type": "variable",
|
|
@@ -27411,8 +27436,8 @@
|
|
|
27411
27436
|
"value": "null",
|
|
27412
27437
|
"scope": "default",
|
|
27413
27438
|
"line": {
|
|
27414
|
-
"start":
|
|
27415
|
-
"end":
|
|
27439
|
+
"start": 231,
|
|
27440
|
+
"end": 231
|
|
27416
27441
|
}
|
|
27417
27442
|
},
|
|
27418
27443
|
"group": [
|
|
@@ -27427,8 +27452,8 @@
|
|
|
27427
27452
|
{
|
|
27428
27453
|
"description": "The border color of the flat focused Input components.\n",
|
|
27429
27454
|
"commentRange": {
|
|
27430
|
-
"start":
|
|
27431
|
-
"end":
|
|
27455
|
+
"start": 232,
|
|
27456
|
+
"end": 233
|
|
27432
27457
|
},
|
|
27433
27458
|
"context": {
|
|
27434
27459
|
"type": "variable",
|
|
@@ -27436,8 +27461,8 @@
|
|
|
27436
27461
|
"value": "null",
|
|
27437
27462
|
"scope": "default",
|
|
27438
27463
|
"line": {
|
|
27439
|
-
"start":
|
|
27440
|
-
"end":
|
|
27464
|
+
"start": 234,
|
|
27465
|
+
"end": 234
|
|
27441
27466
|
}
|
|
27442
27467
|
},
|
|
27443
27468
|
"group": [
|
|
@@ -27452,8 +27477,8 @@
|
|
|
27452
27477
|
{
|
|
27453
27478
|
"description": "The shadow of the flat focused Input components.\n",
|
|
27454
27479
|
"commentRange": {
|
|
27455
|
-
"start":
|
|
27456
|
-
"end":
|
|
27480
|
+
"start": 235,
|
|
27481
|
+
"end": 236
|
|
27457
27482
|
},
|
|
27458
27483
|
"context": {
|
|
27459
27484
|
"type": "variable",
|
|
@@ -27461,8 +27486,8 @@
|
|
|
27461
27486
|
"value": "$kendo-input-focus-shadow",
|
|
27462
27487
|
"scope": "default",
|
|
27463
27488
|
"line": {
|
|
27464
|
-
"start":
|
|
27465
|
-
"end":
|
|
27489
|
+
"start": 237,
|
|
27490
|
+
"end": 237
|
|
27466
27491
|
}
|
|
27467
27492
|
},
|
|
27468
27493
|
"group": [
|
|
@@ -27477,8 +27502,8 @@
|
|
|
27477
27502
|
{
|
|
27478
27503
|
"description": "The text color of the Input placeholder.\n",
|
|
27479
27504
|
"commentRange": {
|
|
27480
|
-
"start":
|
|
27481
|
-
"end":
|
|
27505
|
+
"start": 239,
|
|
27506
|
+
"end": 240
|
|
27482
27507
|
},
|
|
27483
27508
|
"context": {
|
|
27484
27509
|
"type": "variable",
|
|
@@ -27486,8 +27511,8 @@
|
|
|
27486
27511
|
"value": "$kendo-subtle-text",
|
|
27487
27512
|
"scope": "default",
|
|
27488
27513
|
"line": {
|
|
27489
|
-
"start":
|
|
27490
|
-
"end":
|
|
27514
|
+
"start": 241,
|
|
27515
|
+
"end": 241
|
|
27491
27516
|
}
|
|
27492
27517
|
},
|
|
27493
27518
|
"group": [
|
|
@@ -27502,8 +27527,8 @@
|
|
|
27502
27527
|
{
|
|
27503
27528
|
"description": "The opacity of the Input placeholder.\n",
|
|
27504
27529
|
"commentRange": {
|
|
27505
|
-
"start":
|
|
27506
|
-
"end":
|
|
27530
|
+
"start": 242,
|
|
27531
|
+
"end": 243
|
|
27507
27532
|
},
|
|
27508
27533
|
"context": {
|
|
27509
27534
|
"type": "variable",
|
|
@@ -27511,8 +27536,8 @@
|
|
|
27511
27536
|
"value": "1",
|
|
27512
27537
|
"scope": "default",
|
|
27513
27538
|
"line": {
|
|
27514
|
-
"start":
|
|
27515
|
-
"end":
|
|
27539
|
+
"start": 244,
|
|
27540
|
+
"end": 244
|
|
27516
27541
|
}
|
|
27517
27542
|
},
|
|
27518
27543
|
"group": [
|
|
@@ -27527,8 +27552,8 @@
|
|
|
27527
27552
|
{
|
|
27528
27553
|
"description": "The color of the Input clear value icon.\n",
|
|
27529
27554
|
"commentRange": {
|
|
27530
|
-
"start":
|
|
27531
|
-
"end":
|
|
27555
|
+
"start": 246,
|
|
27556
|
+
"end": 247
|
|
27532
27557
|
},
|
|
27533
27558
|
"context": {
|
|
27534
27559
|
"type": "variable",
|
|
@@ -27536,8 +27561,8 @@
|
|
|
27536
27561
|
"value": "null",
|
|
27537
27562
|
"scope": "default",
|
|
27538
27563
|
"line": {
|
|
27539
|
-
"start":
|
|
27540
|
-
"end":
|
|
27564
|
+
"start": 248,
|
|
27565
|
+
"end": 248
|
|
27541
27566
|
}
|
|
27542
27567
|
},
|
|
27543
27568
|
"group": [
|
|
@@ -27552,8 +27577,8 @@
|
|
|
27552
27577
|
{
|
|
27553
27578
|
"description": "The opacity of the Input clear value icon.\n",
|
|
27554
27579
|
"commentRange": {
|
|
27555
|
-
"start":
|
|
27556
|
-
"end":
|
|
27580
|
+
"start": 249,
|
|
27581
|
+
"end": 250
|
|
27557
27582
|
},
|
|
27558
27583
|
"context": {
|
|
27559
27584
|
"type": "variable",
|
|
@@ -27561,8 +27586,8 @@
|
|
|
27561
27586
|
"value": ".5",
|
|
27562
27587
|
"scope": "default",
|
|
27563
27588
|
"line": {
|
|
27564
|
-
"start":
|
|
27565
|
-
"end":
|
|
27589
|
+
"start": 251,
|
|
27590
|
+
"end": 251
|
|
27566
27591
|
}
|
|
27567
27592
|
},
|
|
27568
27593
|
"group": [
|
|
@@ -27577,8 +27602,8 @@
|
|
|
27577
27602
|
{
|
|
27578
27603
|
"description": "The color of the hovered Input clear value icon.\n",
|
|
27579
27604
|
"commentRange": {
|
|
27580
|
-
"start":
|
|
27581
|
-
"end":
|
|
27605
|
+
"start": 252,
|
|
27606
|
+
"end": 253
|
|
27582
27607
|
},
|
|
27583
27608
|
"context": {
|
|
27584
27609
|
"type": "variable",
|
|
@@ -27586,8 +27611,8 @@
|
|
|
27586
27611
|
"value": "null",
|
|
27587
27612
|
"scope": "default",
|
|
27588
27613
|
"line": {
|
|
27589
|
-
"start":
|
|
27590
|
-
"end":
|
|
27614
|
+
"start": 254,
|
|
27615
|
+
"end": 254
|
|
27591
27616
|
}
|
|
27592
27617
|
},
|
|
27593
27618
|
"group": [
|
|
@@ -27602,8 +27627,8 @@
|
|
|
27602
27627
|
{
|
|
27603
27628
|
"description": "The opacity of the hovered Input clear value icon.\n",
|
|
27604
27629
|
"commentRange": {
|
|
27605
|
-
"start":
|
|
27606
|
-
"end":
|
|
27630
|
+
"start": 255,
|
|
27631
|
+
"end": 256
|
|
27607
27632
|
},
|
|
27608
27633
|
"context": {
|
|
27609
27634
|
"type": "variable",
|
|
@@ -27611,8 +27636,8 @@
|
|
|
27611
27636
|
"value": "1",
|
|
27612
27637
|
"scope": "default",
|
|
27613
27638
|
"line": {
|
|
27614
|
-
"start":
|
|
27615
|
-
"end":
|
|
27639
|
+
"start": 257,
|
|
27640
|
+
"end": 257
|
|
27616
27641
|
}
|
|
27617
27642
|
},
|
|
27618
27643
|
"group": [
|
|
@@ -27627,8 +27652,8 @@
|
|
|
27627
27652
|
{
|
|
27628
27653
|
"description": "The vertical margin of the clear value icon.\n",
|
|
27629
27654
|
"commentRange": {
|
|
27630
|
-
"start":
|
|
27631
|
-
"end":
|
|
27655
|
+
"start": 259,
|
|
27656
|
+
"end": 260
|
|
27632
27657
|
},
|
|
27633
27658
|
"context": {
|
|
27634
27659
|
"type": "variable",
|
|
@@ -27636,8 +27661,8 @@
|
|
|
27636
27661
|
"value": "k-spacing(0.5)",
|
|
27637
27662
|
"scope": "default",
|
|
27638
27663
|
"line": {
|
|
27639
|
-
"start":
|
|
27640
|
-
"end":
|
|
27664
|
+
"start": 261,
|
|
27665
|
+
"end": 261
|
|
27641
27666
|
}
|
|
27642
27667
|
},
|
|
27643
27668
|
"group": [
|
|
@@ -27652,8 +27677,8 @@
|
|
|
27652
27677
|
{
|
|
27653
27678
|
"description": "The horizontal margin of the clear value icon.\n",
|
|
27654
27679
|
"commentRange": {
|
|
27655
|
-
"start":
|
|
27656
|
-
"end":
|
|
27680
|
+
"start": 262,
|
|
27681
|
+
"end": 263
|
|
27657
27682
|
},
|
|
27658
27683
|
"context": {
|
|
27659
27684
|
"type": "variable",
|
|
@@ -27661,8 +27686,8 @@
|
|
|
27661
27686
|
"value": "$kendo-input-values-margin-y",
|
|
27662
27687
|
"scope": "default",
|
|
27663
27688
|
"line": {
|
|
27664
|
-
"start":
|
|
27665
|
-
"end":
|
|
27689
|
+
"start": 264,
|
|
27690
|
+
"end": 264
|
|
27666
27691
|
}
|
|
27667
27692
|
},
|
|
27668
27693
|
"group": [
|
|
@@ -27677,8 +27702,8 @@
|
|
|
27677
27702
|
{
|
|
27678
27703
|
"description": "The width of the Input button.\n",
|
|
27679
27704
|
"commentRange": {
|
|
27680
|
-
"start":
|
|
27681
|
-
"end":
|
|
27705
|
+
"start": 266,
|
|
27706
|
+
"end": 267
|
|
27682
27707
|
},
|
|
27683
27708
|
"context": {
|
|
27684
27709
|
"type": "variable",
|
|
@@ -27686,8 +27711,8 @@
|
|
|
27686
27711
|
"value": "$kendo-button-inner-calc-size",
|
|
27687
27712
|
"scope": "default",
|
|
27688
27713
|
"line": {
|
|
27689
|
-
"start":
|
|
27690
|
-
"end":
|
|
27714
|
+
"start": 268,
|
|
27715
|
+
"end": 268
|
|
27691
27716
|
}
|
|
27692
27717
|
},
|
|
27693
27718
|
"group": [
|
|
@@ -27702,8 +27727,8 @@
|
|
|
27702
27727
|
{
|
|
27703
27728
|
"description": "The border width of the Input button.\n",
|
|
27704
27729
|
"commentRange": {
|
|
27705
|
-
"start":
|
|
27706
|
-
"end":
|
|
27730
|
+
"start": 269,
|
|
27731
|
+
"end": 270
|
|
27707
27732
|
},
|
|
27708
27733
|
"context": {
|
|
27709
27734
|
"type": "variable",
|
|
@@ -27711,8 +27736,8 @@
|
|
|
27711
27736
|
"value": "1px",
|
|
27712
27737
|
"scope": "default",
|
|
27713
27738
|
"line": {
|
|
27714
|
-
"start":
|
|
27715
|
-
"end":
|
|
27739
|
+
"start": 271,
|
|
27740
|
+
"end": 271
|
|
27716
27741
|
}
|
|
27717
27742
|
},
|
|
27718
27743
|
"group": [
|
|
@@ -27726,64 +27751,14 @@
|
|
|
27726
27751
|
},
|
|
27727
27752
|
{
|
|
27728
27753
|
"description": "The width of the Input spinner button.\n",
|
|
27729
|
-
"commentRange": {
|
|
27730
|
-
"start": 265,
|
|
27731
|
-
"end": 266
|
|
27732
|
-
},
|
|
27733
|
-
"context": {
|
|
27734
|
-
"type": "variable",
|
|
27735
|
-
"name": "kendo-input-spinner-width",
|
|
27736
|
-
"value": "$kendo-button-inner-calc-size",
|
|
27737
|
-
"scope": "default",
|
|
27738
|
-
"line": {
|
|
27739
|
-
"start": 267,
|
|
27740
|
-
"end": 267
|
|
27741
|
-
}
|
|
27742
|
-
},
|
|
27743
|
-
"group": [
|
|
27744
|
-
"input"
|
|
27745
|
-
],
|
|
27746
|
-
"access": "public",
|
|
27747
|
-
"file": {
|
|
27748
|
-
"path": "input/_variables.scss",
|
|
27749
|
-
"name": "_variables.scss"
|
|
27750
|
-
}
|
|
27751
|
-
},
|
|
27752
|
-
{
|
|
27753
|
-
"description": "The icon offset of the Input spinner button.\n",
|
|
27754
|
-
"commentRange": {
|
|
27755
|
-
"start": 268,
|
|
27756
|
-
"end": 269
|
|
27757
|
-
},
|
|
27758
|
-
"context": {
|
|
27759
|
-
"type": "variable",
|
|
27760
|
-
"name": "kendo-input-spinner-icon-offset",
|
|
27761
|
-
"value": "null",
|
|
27762
|
-
"scope": "default",
|
|
27763
|
-
"line": {
|
|
27764
|
-
"start": 270,
|
|
27765
|
-
"end": 270
|
|
27766
|
-
}
|
|
27767
|
-
},
|
|
27768
|
-
"group": [
|
|
27769
|
-
"input"
|
|
27770
|
-
],
|
|
27771
|
-
"access": "public",
|
|
27772
|
-
"file": {
|
|
27773
|
-
"path": "input/_variables.scss",
|
|
27774
|
-
"name": "_variables.scss"
|
|
27775
|
-
}
|
|
27776
|
-
},
|
|
27777
|
-
{
|
|
27778
|
-
"description": "The color of the Input separator.\n",
|
|
27779
27754
|
"commentRange": {
|
|
27780
27755
|
"start": 272,
|
|
27781
27756
|
"end": 273
|
|
27782
27757
|
},
|
|
27783
27758
|
"context": {
|
|
27784
27759
|
"type": "variable",
|
|
27785
|
-
"name": "kendo-input-
|
|
27786
|
-
"value": "$kendo-
|
|
27760
|
+
"name": "kendo-input-spinner-width",
|
|
27761
|
+
"value": "$kendo-button-inner-calc-size",
|
|
27787
27762
|
"scope": "default",
|
|
27788
27763
|
"line": {
|
|
27789
27764
|
"start": 274,
|
|
@@ -27800,15 +27775,15 @@
|
|
|
27800
27775
|
}
|
|
27801
27776
|
},
|
|
27802
27777
|
{
|
|
27803
|
-
"description": "The
|
|
27778
|
+
"description": "The icon offset of the Input spinner button.\n",
|
|
27804
27779
|
"commentRange": {
|
|
27805
27780
|
"start": 275,
|
|
27806
27781
|
"end": 276
|
|
27807
27782
|
},
|
|
27808
27783
|
"context": {
|
|
27809
27784
|
"type": "variable",
|
|
27810
|
-
"name": "kendo-input-
|
|
27811
|
-
"value": "
|
|
27785
|
+
"name": "kendo-input-spinner-icon-offset",
|
|
27786
|
+
"value": "null",
|
|
27812
27787
|
"scope": "default",
|
|
27813
27788
|
"line": {
|
|
27814
27789
|
"start": 277,
|
|
@@ -27825,15 +27800,15 @@
|
|
|
27825
27800
|
}
|
|
27826
27801
|
},
|
|
27827
27802
|
{
|
|
27828
|
-
"description": "The
|
|
27803
|
+
"description": "The color of the Input separator.\n",
|
|
27829
27804
|
"commentRange": {
|
|
27830
27805
|
"start": 279,
|
|
27831
27806
|
"end": 280
|
|
27832
27807
|
},
|
|
27833
27808
|
"context": {
|
|
27834
27809
|
"type": "variable",
|
|
27835
|
-
"name": "kendo-input-
|
|
27836
|
-
"value": "$kendo-
|
|
27810
|
+
"name": "kendo-input-separator-text",
|
|
27811
|
+
"value": "$kendo-input-border",
|
|
27837
27812
|
"scope": "default",
|
|
27838
27813
|
"line": {
|
|
27839
27814
|
"start": 281,
|
|
@@ -27850,15 +27825,15 @@
|
|
|
27850
27825
|
}
|
|
27851
27826
|
},
|
|
27852
27827
|
{
|
|
27853
|
-
"description": "The
|
|
27828
|
+
"description": "The opacity of the Input separator.\n",
|
|
27854
27829
|
"commentRange": {
|
|
27855
27830
|
"start": 282,
|
|
27856
27831
|
"end": 283
|
|
27857
27832
|
},
|
|
27858
27833
|
"context": {
|
|
27859
27834
|
"type": "variable",
|
|
27860
|
-
"name": "kendo-input-
|
|
27861
|
-
"value": "
|
|
27835
|
+
"name": "kendo-input-separator-opacity",
|
|
27836
|
+
"value": ".5",
|
|
27862
27837
|
"scope": "default",
|
|
27863
27838
|
"line": {
|
|
27864
27839
|
"start": 284,
|
|
@@ -27925,15 +27900,15 @@
|
|
|
27925
27900
|
}
|
|
27926
27901
|
},
|
|
27927
27902
|
{
|
|
27928
|
-
"description": "The
|
|
27903
|
+
"description": "The text color of the Input prefix.\n",
|
|
27929
27904
|
"commentRange": {
|
|
27930
27905
|
"start": 293,
|
|
27931
27906
|
"end": 294
|
|
27932
27907
|
},
|
|
27933
27908
|
"context": {
|
|
27934
27909
|
"type": "variable",
|
|
27935
|
-
"name": "kendo-input-
|
|
27936
|
-
"value": "$kendo-
|
|
27910
|
+
"name": "kendo-input-prefix-text",
|
|
27911
|
+
"value": "$kendo-subtle-text",
|
|
27937
27912
|
"scope": "default",
|
|
27938
27913
|
"line": {
|
|
27939
27914
|
"start": 295,
|
|
@@ -27950,15 +27925,15 @@
|
|
|
27950
27925
|
}
|
|
27951
27926
|
},
|
|
27952
27927
|
{
|
|
27953
|
-
"description": "The
|
|
27928
|
+
"description": "The text color of the Input suffix.\n",
|
|
27954
27929
|
"commentRange": {
|
|
27955
27930
|
"start": 296,
|
|
27956
27931
|
"end": 297
|
|
27957
27932
|
},
|
|
27958
27933
|
"context": {
|
|
27959
27934
|
"type": "variable",
|
|
27960
|
-
"name": "kendo-input-
|
|
27961
|
-
"value": "$kendo-
|
|
27935
|
+
"name": "kendo-input-suffix-text",
|
|
27936
|
+
"value": "$kendo-subtle-text",
|
|
27962
27937
|
"scope": "default",
|
|
27963
27938
|
"line": {
|
|
27964
27939
|
"start": 298,
|
|
@@ -27974,6 +27949,56 @@
|
|
|
27974
27949
|
"name": "_variables.scss"
|
|
27975
27950
|
}
|
|
27976
27951
|
},
|
|
27952
|
+
{
|
|
27953
|
+
"description": "The border color of the invalid Input components.\n",
|
|
27954
|
+
"commentRange": {
|
|
27955
|
+
"start": 300,
|
|
27956
|
+
"end": 301
|
|
27957
|
+
},
|
|
27958
|
+
"context": {
|
|
27959
|
+
"type": "variable",
|
|
27960
|
+
"name": "kendo-input-invalid-border",
|
|
27961
|
+
"value": "$kendo-invalid-border",
|
|
27962
|
+
"scope": "default",
|
|
27963
|
+
"line": {
|
|
27964
|
+
"start": 302,
|
|
27965
|
+
"end": 302
|
|
27966
|
+
}
|
|
27967
|
+
},
|
|
27968
|
+
"group": [
|
|
27969
|
+
"input"
|
|
27970
|
+
],
|
|
27971
|
+
"access": "public",
|
|
27972
|
+
"file": {
|
|
27973
|
+
"path": "input/_variables.scss",
|
|
27974
|
+
"name": "_variables.scss"
|
|
27975
|
+
}
|
|
27976
|
+
},
|
|
27977
|
+
{
|
|
27978
|
+
"description": "The shadow of the invalid Input components.\n",
|
|
27979
|
+
"commentRange": {
|
|
27980
|
+
"start": 303,
|
|
27981
|
+
"end": 304
|
|
27982
|
+
},
|
|
27983
|
+
"context": {
|
|
27984
|
+
"type": "variable",
|
|
27985
|
+
"name": "kendo-input-invalid-shadow",
|
|
27986
|
+
"value": "$kendo-invalid-shadow",
|
|
27987
|
+
"scope": "default",
|
|
27988
|
+
"line": {
|
|
27989
|
+
"start": 305,
|
|
27990
|
+
"end": 305
|
|
27991
|
+
}
|
|
27992
|
+
},
|
|
27993
|
+
"group": [
|
|
27994
|
+
"input"
|
|
27995
|
+
],
|
|
27996
|
+
"access": "public",
|
|
27997
|
+
"file": {
|
|
27998
|
+
"path": "input/_variables.scss",
|
|
27999
|
+
"name": "_variables.scss"
|
|
28000
|
+
}
|
|
28001
|
+
},
|
|
27977
28002
|
{
|
|
27978
28003
|
"description": "The font family of the List components.\n",
|
|
27979
28004
|
"commentRange": {
|
|
@@ -33774,6 +33799,306 @@
|
|
|
33774
33799
|
"name": "_variables.scss"
|
|
33775
33800
|
}
|
|
33776
33801
|
},
|
|
33802
|
+
{
|
|
33803
|
+
"description": "The gap between the items in the OTP.\n",
|
|
33804
|
+
"commentRange": {
|
|
33805
|
+
"start": 6,
|
|
33806
|
+
"end": 7
|
|
33807
|
+
},
|
|
33808
|
+
"context": {
|
|
33809
|
+
"type": "variable",
|
|
33810
|
+
"name": "kendo-otp-gap",
|
|
33811
|
+
"value": "k-spacing(1.5)",
|
|
33812
|
+
"scope": "default",
|
|
33813
|
+
"line": {
|
|
33814
|
+
"start": 8,
|
|
33815
|
+
"end": 8
|
|
33816
|
+
}
|
|
33817
|
+
},
|
|
33818
|
+
"group": [
|
|
33819
|
+
"one-time-password"
|
|
33820
|
+
],
|
|
33821
|
+
"access": "public",
|
|
33822
|
+
"file": {
|
|
33823
|
+
"path": "otp/_variables.scss",
|
|
33824
|
+
"name": "_variables.scss"
|
|
33825
|
+
}
|
|
33826
|
+
},
|
|
33827
|
+
{
|
|
33828
|
+
"description": "The gap between the items in the small OTP.\n",
|
|
33829
|
+
"commentRange": {
|
|
33830
|
+
"start": 9,
|
|
33831
|
+
"end": 10
|
|
33832
|
+
},
|
|
33833
|
+
"context": {
|
|
33834
|
+
"type": "variable",
|
|
33835
|
+
"name": "kendo-otp-sm-gap",
|
|
33836
|
+
"value": "k-spacing(1)",
|
|
33837
|
+
"scope": "default",
|
|
33838
|
+
"line": {
|
|
33839
|
+
"start": 11,
|
|
33840
|
+
"end": 11
|
|
33841
|
+
}
|
|
33842
|
+
},
|
|
33843
|
+
"group": [
|
|
33844
|
+
"one-time-password"
|
|
33845
|
+
],
|
|
33846
|
+
"access": "public",
|
|
33847
|
+
"file": {
|
|
33848
|
+
"path": "otp/_variables.scss",
|
|
33849
|
+
"name": "_variables.scss"
|
|
33850
|
+
}
|
|
33851
|
+
},
|
|
33852
|
+
{
|
|
33853
|
+
"description": "The gap between the items in the medium OTP.\n",
|
|
33854
|
+
"commentRange": {
|
|
33855
|
+
"start": 12,
|
|
33856
|
+
"end": 13
|
|
33857
|
+
},
|
|
33858
|
+
"context": {
|
|
33859
|
+
"type": "variable",
|
|
33860
|
+
"name": "kendo-otp-md-gap",
|
|
33861
|
+
"value": "$kendo-otp-gap",
|
|
33862
|
+
"scope": "default",
|
|
33863
|
+
"line": {
|
|
33864
|
+
"start": 14,
|
|
33865
|
+
"end": 14
|
|
33866
|
+
}
|
|
33867
|
+
},
|
|
33868
|
+
"group": [
|
|
33869
|
+
"one-time-password"
|
|
33870
|
+
],
|
|
33871
|
+
"access": "public",
|
|
33872
|
+
"file": {
|
|
33873
|
+
"path": "otp/_variables.scss",
|
|
33874
|
+
"name": "_variables.scss"
|
|
33875
|
+
}
|
|
33876
|
+
},
|
|
33877
|
+
{
|
|
33878
|
+
"description": "The gap between the items in the large OTP.\n",
|
|
33879
|
+
"commentRange": {
|
|
33880
|
+
"start": 15,
|
|
33881
|
+
"end": 16
|
|
33882
|
+
},
|
|
33883
|
+
"context": {
|
|
33884
|
+
"type": "variable",
|
|
33885
|
+
"name": "kendo-otp-lg-gap",
|
|
33886
|
+
"value": "k-spacing(2)",
|
|
33887
|
+
"scope": "default",
|
|
33888
|
+
"line": {
|
|
33889
|
+
"start": 17,
|
|
33890
|
+
"end": 17
|
|
33891
|
+
}
|
|
33892
|
+
},
|
|
33893
|
+
"group": [
|
|
33894
|
+
"one-time-password"
|
|
33895
|
+
],
|
|
33896
|
+
"access": "public",
|
|
33897
|
+
"file": {
|
|
33898
|
+
"path": "otp/_variables.scss",
|
|
33899
|
+
"name": "_variables.scss"
|
|
33900
|
+
}
|
|
33901
|
+
},
|
|
33902
|
+
{
|
|
33903
|
+
"description": "The horizontal padding of the OTP separator.\n",
|
|
33904
|
+
"commentRange": {
|
|
33905
|
+
"start": 19,
|
|
33906
|
+
"end": 20
|
|
33907
|
+
},
|
|
33908
|
+
"context": {
|
|
33909
|
+
"type": "variable",
|
|
33910
|
+
"name": "kendo-otp-separator-padding-x",
|
|
33911
|
+
"value": "$kendo-otp-gap",
|
|
33912
|
+
"scope": "default",
|
|
33913
|
+
"line": {
|
|
33914
|
+
"start": 21,
|
|
33915
|
+
"end": 21
|
|
33916
|
+
}
|
|
33917
|
+
},
|
|
33918
|
+
"group": [
|
|
33919
|
+
"one-time-password"
|
|
33920
|
+
],
|
|
33921
|
+
"access": "public",
|
|
33922
|
+
"file": {
|
|
33923
|
+
"path": "otp/_variables.scss",
|
|
33924
|
+
"name": "_variables.scss"
|
|
33925
|
+
}
|
|
33926
|
+
},
|
|
33927
|
+
{
|
|
33928
|
+
"description": "The horizontal padding of the small OTP separator.\n",
|
|
33929
|
+
"commentRange": {
|
|
33930
|
+
"start": 22,
|
|
33931
|
+
"end": 23
|
|
33932
|
+
},
|
|
33933
|
+
"context": {
|
|
33934
|
+
"type": "variable",
|
|
33935
|
+
"name": "kendo-otp-sm-separator-padding-x",
|
|
33936
|
+
"value": "$kendo-otp-sm-gap",
|
|
33937
|
+
"scope": "default",
|
|
33938
|
+
"line": {
|
|
33939
|
+
"start": 24,
|
|
33940
|
+
"end": 24
|
|
33941
|
+
}
|
|
33942
|
+
},
|
|
33943
|
+
"group": [
|
|
33944
|
+
"one-time-password"
|
|
33945
|
+
],
|
|
33946
|
+
"access": "public",
|
|
33947
|
+
"file": {
|
|
33948
|
+
"path": "otp/_variables.scss",
|
|
33949
|
+
"name": "_variables.scss"
|
|
33950
|
+
}
|
|
33951
|
+
},
|
|
33952
|
+
{
|
|
33953
|
+
"description": "The horizontal padding of the medium OTP separator.\n",
|
|
33954
|
+
"commentRange": {
|
|
33955
|
+
"start": 25,
|
|
33956
|
+
"end": 26
|
|
33957
|
+
},
|
|
33958
|
+
"context": {
|
|
33959
|
+
"type": "variable",
|
|
33960
|
+
"name": "kendo-otp-md-separator-padding-x",
|
|
33961
|
+
"value": "$kendo-otp-separator-padding-x",
|
|
33962
|
+
"scope": "default",
|
|
33963
|
+
"line": {
|
|
33964
|
+
"start": 27,
|
|
33965
|
+
"end": 27
|
|
33966
|
+
}
|
|
33967
|
+
},
|
|
33968
|
+
"group": [
|
|
33969
|
+
"one-time-password"
|
|
33970
|
+
],
|
|
33971
|
+
"access": "public",
|
|
33972
|
+
"file": {
|
|
33973
|
+
"path": "otp/_variables.scss",
|
|
33974
|
+
"name": "_variables.scss"
|
|
33975
|
+
}
|
|
33976
|
+
},
|
|
33977
|
+
{
|
|
33978
|
+
"description": "The horizontal padding of the large OTP separator.\n",
|
|
33979
|
+
"commentRange": {
|
|
33980
|
+
"start": 28,
|
|
33981
|
+
"end": 29
|
|
33982
|
+
},
|
|
33983
|
+
"context": {
|
|
33984
|
+
"type": "variable",
|
|
33985
|
+
"name": "kendo-otp-lg-separator-padding-x",
|
|
33986
|
+
"value": "$kendo-otp-lg-gap",
|
|
33987
|
+
"scope": "default",
|
|
33988
|
+
"line": {
|
|
33989
|
+
"start": 30,
|
|
33990
|
+
"end": 30
|
|
33991
|
+
}
|
|
33992
|
+
},
|
|
33993
|
+
"group": [
|
|
33994
|
+
"one-time-password"
|
|
33995
|
+
],
|
|
33996
|
+
"access": "public",
|
|
33997
|
+
"file": {
|
|
33998
|
+
"path": "otp/_variables.scss",
|
|
33999
|
+
"name": "_variables.scss"
|
|
34000
|
+
}
|
|
34001
|
+
},
|
|
34002
|
+
{
|
|
34003
|
+
"description": "The horizontal padding of the OTP separator.\n",
|
|
34004
|
+
"commentRange": {
|
|
34005
|
+
"start": 32,
|
|
34006
|
+
"end": 33
|
|
34007
|
+
},
|
|
34008
|
+
"context": {
|
|
34009
|
+
"type": "variable",
|
|
34010
|
+
"name": "kendo-otp-input-width",
|
|
34011
|
+
"value": "$kendo-input-calc-size",
|
|
34012
|
+
"scope": "default",
|
|
34013
|
+
"line": {
|
|
34014
|
+
"start": 34,
|
|
34015
|
+
"end": 34
|
|
34016
|
+
}
|
|
34017
|
+
},
|
|
34018
|
+
"group": [
|
|
34019
|
+
"one-time-password"
|
|
34020
|
+
],
|
|
34021
|
+
"access": "public",
|
|
34022
|
+
"file": {
|
|
34023
|
+
"path": "otp/_variables.scss",
|
|
34024
|
+
"name": "_variables.scss"
|
|
34025
|
+
}
|
|
34026
|
+
},
|
|
34027
|
+
{
|
|
34028
|
+
"description": "The horizontal padding of the small OTP separator.\n",
|
|
34029
|
+
"commentRange": {
|
|
34030
|
+
"start": 35,
|
|
34031
|
+
"end": 36
|
|
34032
|
+
},
|
|
34033
|
+
"context": {
|
|
34034
|
+
"type": "variable",
|
|
34035
|
+
"name": "kendo-otp-sm-input-width",
|
|
34036
|
+
"value": "$kendo-input-sm-calc-size",
|
|
34037
|
+
"scope": "default",
|
|
34038
|
+
"line": {
|
|
34039
|
+
"start": 37,
|
|
34040
|
+
"end": 37
|
|
34041
|
+
}
|
|
34042
|
+
},
|
|
34043
|
+
"group": [
|
|
34044
|
+
"one-time-password"
|
|
34045
|
+
],
|
|
34046
|
+
"access": "public",
|
|
34047
|
+
"file": {
|
|
34048
|
+
"path": "otp/_variables.scss",
|
|
34049
|
+
"name": "_variables.scss"
|
|
34050
|
+
}
|
|
34051
|
+
},
|
|
34052
|
+
{
|
|
34053
|
+
"description": "The horizontal padding of the medium OTP separator.\n",
|
|
34054
|
+
"commentRange": {
|
|
34055
|
+
"start": 38,
|
|
34056
|
+
"end": 39
|
|
34057
|
+
},
|
|
34058
|
+
"context": {
|
|
34059
|
+
"type": "variable",
|
|
34060
|
+
"name": "kendo-otp-md-input-width",
|
|
34061
|
+
"value": "$kendo-otp-input-width",
|
|
34062
|
+
"scope": "default",
|
|
34063
|
+
"line": {
|
|
34064
|
+
"start": 40,
|
|
34065
|
+
"end": 40
|
|
34066
|
+
}
|
|
34067
|
+
},
|
|
34068
|
+
"group": [
|
|
34069
|
+
"one-time-password"
|
|
34070
|
+
],
|
|
34071
|
+
"access": "public",
|
|
34072
|
+
"file": {
|
|
34073
|
+
"path": "otp/_variables.scss",
|
|
34074
|
+
"name": "_variables.scss"
|
|
34075
|
+
}
|
|
34076
|
+
},
|
|
34077
|
+
{
|
|
34078
|
+
"description": "The horizontal padding of the large OTP separator.\n",
|
|
34079
|
+
"commentRange": {
|
|
34080
|
+
"start": 41,
|
|
34081
|
+
"end": 42
|
|
34082
|
+
},
|
|
34083
|
+
"context": {
|
|
34084
|
+
"type": "variable",
|
|
34085
|
+
"name": "kendo-otp-lg-input-width",
|
|
34086
|
+
"value": "$kendo-input-lg-calc-size",
|
|
34087
|
+
"scope": "default",
|
|
34088
|
+
"line": {
|
|
34089
|
+
"start": 43,
|
|
34090
|
+
"end": 43
|
|
34091
|
+
}
|
|
34092
|
+
},
|
|
34093
|
+
"group": [
|
|
34094
|
+
"one-time-password"
|
|
34095
|
+
],
|
|
34096
|
+
"access": "public",
|
|
34097
|
+
"file": {
|
|
34098
|
+
"path": "otp/_variables.scss",
|
|
34099
|
+
"name": "_variables.scss"
|
|
34100
|
+
}
|
|
34101
|
+
},
|
|
33777
34102
|
{
|
|
33778
34103
|
"description": "The spacing index of the OrgChart.\n",
|
|
33779
34104
|
"commentRange": {
|
|
@@ -39352,8 +39677,8 @@
|
|
|
39352
39677
|
{
|
|
39353
39678
|
"description": "The background color of the Picker components.\n",
|
|
39354
39679
|
"commentRange": {
|
|
39355
|
-
"start":
|
|
39356
|
-
"end":
|
|
39680
|
+
"start": 307,
|
|
39681
|
+
"end": 308
|
|
39357
39682
|
},
|
|
39358
39683
|
"context": {
|
|
39359
39684
|
"type": "variable",
|
|
@@ -39361,8 +39686,8 @@
|
|
|
39361
39686
|
"value": "$kendo-button-bg",
|
|
39362
39687
|
"scope": "default",
|
|
39363
39688
|
"line": {
|
|
39364
|
-
"start":
|
|
39365
|
-
"end":
|
|
39689
|
+
"start": 309,
|
|
39690
|
+
"end": 309
|
|
39366
39691
|
}
|
|
39367
39692
|
},
|
|
39368
39693
|
"group": [
|
|
@@ -39377,8 +39702,8 @@
|
|
|
39377
39702
|
{
|
|
39378
39703
|
"description": "The text color of the Picker components.\n",
|
|
39379
39704
|
"commentRange": {
|
|
39380
|
-
"start":
|
|
39381
|
-
"end":
|
|
39705
|
+
"start": 310,
|
|
39706
|
+
"end": 311
|
|
39382
39707
|
},
|
|
39383
39708
|
"context": {
|
|
39384
39709
|
"type": "variable",
|
|
@@ -39386,8 +39711,8 @@
|
|
|
39386
39711
|
"value": "$kendo-button-text",
|
|
39387
39712
|
"scope": "default",
|
|
39388
39713
|
"line": {
|
|
39389
|
-
"start":
|
|
39390
|
-
"end":
|
|
39714
|
+
"start": 312,
|
|
39715
|
+
"end": 312
|
|
39391
39716
|
}
|
|
39392
39717
|
},
|
|
39393
39718
|
"group": [
|
|
@@ -39402,8 +39727,8 @@
|
|
|
39402
39727
|
{
|
|
39403
39728
|
"description": "The border color of the Picker components.\n",
|
|
39404
39729
|
"commentRange": {
|
|
39405
|
-
"start":
|
|
39406
|
-
"end":
|
|
39730
|
+
"start": 313,
|
|
39731
|
+
"end": 314
|
|
39407
39732
|
},
|
|
39408
39733
|
"context": {
|
|
39409
39734
|
"type": "variable",
|
|
@@ -39411,8 +39736,8 @@
|
|
|
39411
39736
|
"value": "$kendo-button-border",
|
|
39412
39737
|
"scope": "default",
|
|
39413
39738
|
"line": {
|
|
39414
|
-
"start":
|
|
39415
|
-
"end":
|
|
39739
|
+
"start": 315,
|
|
39740
|
+
"end": 315
|
|
39416
39741
|
}
|
|
39417
39742
|
},
|
|
39418
39743
|
"group": [
|
|
@@ -39427,8 +39752,8 @@
|
|
|
39427
39752
|
{
|
|
39428
39753
|
"description": "The gradient of the Picker components.\n",
|
|
39429
39754
|
"commentRange": {
|
|
39430
|
-
"start":
|
|
39431
|
-
"end":
|
|
39755
|
+
"start": 316,
|
|
39756
|
+
"end": 317
|
|
39432
39757
|
},
|
|
39433
39758
|
"context": {
|
|
39434
39759
|
"type": "variable",
|
|
@@ -39436,8 +39761,8 @@
|
|
|
39436
39761
|
"value": "$kendo-button-gradient",
|
|
39437
39762
|
"scope": "default",
|
|
39438
39763
|
"line": {
|
|
39439
|
-
"start":
|
|
39440
|
-
"end":
|
|
39764
|
+
"start": 318,
|
|
39765
|
+
"end": 318
|
|
39441
39766
|
}
|
|
39442
39767
|
},
|
|
39443
39768
|
"group": [
|
|
@@ -39452,8 +39777,8 @@
|
|
|
39452
39777
|
{
|
|
39453
39778
|
"description": "The shadow of the Picker components.\n",
|
|
39454
39779
|
"commentRange": {
|
|
39455
|
-
"start":
|
|
39456
|
-
"end":
|
|
39780
|
+
"start": 319,
|
|
39781
|
+
"end": 320
|
|
39457
39782
|
},
|
|
39458
39783
|
"context": {
|
|
39459
39784
|
"type": "variable",
|
|
@@ -39461,8 +39786,8 @@
|
|
|
39461
39786
|
"value": "$kendo-button-shadow",
|
|
39462
39787
|
"scope": "default",
|
|
39463
39788
|
"line": {
|
|
39464
|
-
"start":
|
|
39465
|
-
"end":
|
|
39789
|
+
"start": 321,
|
|
39790
|
+
"end": 321
|
|
39466
39791
|
}
|
|
39467
39792
|
},
|
|
39468
39793
|
"group": [
|
|
@@ -39477,8 +39802,8 @@
|
|
|
39477
39802
|
{
|
|
39478
39803
|
"description": "The background color of the hovered Picker components.\n",
|
|
39479
39804
|
"commentRange": {
|
|
39480
|
-
"start":
|
|
39481
|
-
"end":
|
|
39805
|
+
"start": 323,
|
|
39806
|
+
"end": 324
|
|
39482
39807
|
},
|
|
39483
39808
|
"context": {
|
|
39484
39809
|
"type": "variable",
|
|
@@ -39486,8 +39811,8 @@
|
|
|
39486
39811
|
"value": "$kendo-button-hover-bg",
|
|
39487
39812
|
"scope": "default",
|
|
39488
39813
|
"line": {
|
|
39489
|
-
"start":
|
|
39490
|
-
"end":
|
|
39814
|
+
"start": 325,
|
|
39815
|
+
"end": 325
|
|
39491
39816
|
}
|
|
39492
39817
|
},
|
|
39493
39818
|
"group": [
|
|
@@ -39502,8 +39827,8 @@
|
|
|
39502
39827
|
{
|
|
39503
39828
|
"description": "The text color of the hovered Picker components.\n",
|
|
39504
39829
|
"commentRange": {
|
|
39505
|
-
"start":
|
|
39506
|
-
"end":
|
|
39830
|
+
"start": 326,
|
|
39831
|
+
"end": 327
|
|
39507
39832
|
},
|
|
39508
39833
|
"context": {
|
|
39509
39834
|
"type": "variable",
|
|
@@ -39511,8 +39836,8 @@
|
|
|
39511
39836
|
"value": "$kendo-button-hover-text",
|
|
39512
39837
|
"scope": "default",
|
|
39513
39838
|
"line": {
|
|
39514
|
-
"start":
|
|
39515
|
-
"end":
|
|
39839
|
+
"start": 328,
|
|
39840
|
+
"end": 328
|
|
39516
39841
|
}
|
|
39517
39842
|
},
|
|
39518
39843
|
"group": [
|
|
@@ -39527,8 +39852,8 @@
|
|
|
39527
39852
|
{
|
|
39528
39853
|
"description": "The border color of the hovered Picker components.\n",
|
|
39529
39854
|
"commentRange": {
|
|
39530
|
-
"start":
|
|
39531
|
-
"end":
|
|
39855
|
+
"start": 329,
|
|
39856
|
+
"end": 330
|
|
39532
39857
|
},
|
|
39533
39858
|
"context": {
|
|
39534
39859
|
"type": "variable",
|
|
@@ -39536,8 +39861,8 @@
|
|
|
39536
39861
|
"value": "$kendo-button-hover-border",
|
|
39537
39862
|
"scope": "default",
|
|
39538
39863
|
"line": {
|
|
39539
|
-
"start":
|
|
39540
|
-
"end":
|
|
39864
|
+
"start": 331,
|
|
39865
|
+
"end": 331
|
|
39541
39866
|
}
|
|
39542
39867
|
},
|
|
39543
39868
|
"group": [
|
|
@@ -39552,8 +39877,8 @@
|
|
|
39552
39877
|
{
|
|
39553
39878
|
"description": "The gradient of the hovered Picker components.\n",
|
|
39554
39879
|
"commentRange": {
|
|
39555
|
-
"start":
|
|
39556
|
-
"end":
|
|
39880
|
+
"start": 332,
|
|
39881
|
+
"end": 333
|
|
39557
39882
|
},
|
|
39558
39883
|
"context": {
|
|
39559
39884
|
"type": "variable",
|
|
@@ -39561,8 +39886,8 @@
|
|
|
39561
39886
|
"value": "$kendo-button-hover-gradient",
|
|
39562
39887
|
"scope": "default",
|
|
39563
39888
|
"line": {
|
|
39564
|
-
"start":
|
|
39565
|
-
"end":
|
|
39889
|
+
"start": 334,
|
|
39890
|
+
"end": 334
|
|
39566
39891
|
}
|
|
39567
39892
|
},
|
|
39568
39893
|
"group": [
|
|
@@ -39577,8 +39902,8 @@
|
|
|
39577
39902
|
{
|
|
39578
39903
|
"description": "The shadow of the hovered Picker components.\n",
|
|
39579
39904
|
"commentRange": {
|
|
39580
|
-
"start":
|
|
39581
|
-
"end":
|
|
39905
|
+
"start": 335,
|
|
39906
|
+
"end": 336
|
|
39582
39907
|
},
|
|
39583
39908
|
"context": {
|
|
39584
39909
|
"type": "variable",
|
|
@@ -39586,8 +39911,8 @@
|
|
|
39586
39911
|
"value": "$kendo-button-hover-shadow",
|
|
39587
39912
|
"scope": "default",
|
|
39588
39913
|
"line": {
|
|
39589
|
-
"start":
|
|
39590
|
-
"end":
|
|
39914
|
+
"start": 337,
|
|
39915
|
+
"end": 337
|
|
39591
39916
|
}
|
|
39592
39917
|
},
|
|
39593
39918
|
"group": [
|
|
@@ -39602,8 +39927,8 @@
|
|
|
39602
39927
|
{
|
|
39603
39928
|
"description": "The background color of the focused Picker components.\n",
|
|
39604
39929
|
"commentRange": {
|
|
39605
|
-
"start":
|
|
39606
|
-
"end":
|
|
39930
|
+
"start": 339,
|
|
39931
|
+
"end": 340
|
|
39607
39932
|
},
|
|
39608
39933
|
"context": {
|
|
39609
39934
|
"type": "variable",
|
|
@@ -39611,8 +39936,8 @@
|
|
|
39611
39936
|
"value": "$kendo-button-focus-bg",
|
|
39612
39937
|
"scope": "default",
|
|
39613
39938
|
"line": {
|
|
39614
|
-
"start":
|
|
39615
|
-
"end":
|
|
39939
|
+
"start": 341,
|
|
39940
|
+
"end": 341
|
|
39616
39941
|
}
|
|
39617
39942
|
},
|
|
39618
39943
|
"group": [
|
|
@@ -39627,8 +39952,8 @@
|
|
|
39627
39952
|
{
|
|
39628
39953
|
"description": "The text color of the focused Picker components.\n",
|
|
39629
39954
|
"commentRange": {
|
|
39630
|
-
"start":
|
|
39631
|
-
"end":
|
|
39955
|
+
"start": 342,
|
|
39956
|
+
"end": 343
|
|
39632
39957
|
},
|
|
39633
39958
|
"context": {
|
|
39634
39959
|
"type": "variable",
|
|
@@ -39636,8 +39961,8 @@
|
|
|
39636
39961
|
"value": "$kendo-button-focus-text",
|
|
39637
39962
|
"scope": "default",
|
|
39638
39963
|
"line": {
|
|
39639
|
-
"start":
|
|
39640
|
-
"end":
|
|
39964
|
+
"start": 344,
|
|
39965
|
+
"end": 344
|
|
39641
39966
|
}
|
|
39642
39967
|
},
|
|
39643
39968
|
"group": [
|
|
@@ -39652,8 +39977,8 @@
|
|
|
39652
39977
|
{
|
|
39653
39978
|
"description": "The border color of the focused Picker components.\n",
|
|
39654
39979
|
"commentRange": {
|
|
39655
|
-
"start":
|
|
39656
|
-
"end":
|
|
39980
|
+
"start": 345,
|
|
39981
|
+
"end": 346
|
|
39657
39982
|
},
|
|
39658
39983
|
"context": {
|
|
39659
39984
|
"type": "variable",
|
|
@@ -39661,8 +39986,8 @@
|
|
|
39661
39986
|
"value": "$kendo-button-focus-border",
|
|
39662
39987
|
"scope": "default",
|
|
39663
39988
|
"line": {
|
|
39664
|
-
"start":
|
|
39665
|
-
"end":
|
|
39989
|
+
"start": 347,
|
|
39990
|
+
"end": 347
|
|
39666
39991
|
}
|
|
39667
39992
|
},
|
|
39668
39993
|
"group": [
|
|
@@ -39677,8 +40002,8 @@
|
|
|
39677
40002
|
{
|
|
39678
40003
|
"description": "The gradient of the focused Picker components.\n",
|
|
39679
40004
|
"commentRange": {
|
|
39680
|
-
"start":
|
|
39681
|
-
"end":
|
|
40005
|
+
"start": 348,
|
|
40006
|
+
"end": 349
|
|
39682
40007
|
},
|
|
39683
40008
|
"context": {
|
|
39684
40009
|
"type": "variable",
|
|
@@ -39686,8 +40011,8 @@
|
|
|
39686
40011
|
"value": "$kendo-button-focus-gradient",
|
|
39687
40012
|
"scope": "default",
|
|
39688
40013
|
"line": {
|
|
39689
|
-
"start":
|
|
39690
|
-
"end":
|
|
40014
|
+
"start": 350,
|
|
40015
|
+
"end": 350
|
|
39691
40016
|
}
|
|
39692
40017
|
},
|
|
39693
40018
|
"group": [
|
|
@@ -39702,8 +40027,8 @@
|
|
|
39702
40027
|
{
|
|
39703
40028
|
"description": "The shadow of the focused Picker components.\n",
|
|
39704
40029
|
"commentRange": {
|
|
39705
|
-
"start":
|
|
39706
|
-
"end":
|
|
40030
|
+
"start": 351,
|
|
40031
|
+
"end": 352
|
|
39707
40032
|
},
|
|
39708
40033
|
"context": {
|
|
39709
40034
|
"type": "variable",
|
|
@@ -39711,8 +40036,8 @@
|
|
|
39711
40036
|
"value": "$kendo-button-focus-shadow",
|
|
39712
40037
|
"scope": "default",
|
|
39713
40038
|
"line": {
|
|
39714
|
-
"start":
|
|
39715
|
-
"end":
|
|
40039
|
+
"start": 353,
|
|
40040
|
+
"end": 353
|
|
39716
40041
|
}
|
|
39717
40042
|
},
|
|
39718
40043
|
"group": [
|
|
@@ -39727,8 +40052,8 @@
|
|
|
39727
40052
|
{
|
|
39728
40053
|
"description": "The background color of the disabled Picker components.\n",
|
|
39729
40054
|
"commentRange": {
|
|
39730
|
-
"start":
|
|
39731
|
-
"end":
|
|
40055
|
+
"start": 355,
|
|
40056
|
+
"end": 356
|
|
39732
40057
|
},
|
|
39733
40058
|
"context": {
|
|
39734
40059
|
"type": "variable",
|
|
@@ -39736,8 +40061,8 @@
|
|
|
39736
40061
|
"value": "null",
|
|
39737
40062
|
"scope": "default",
|
|
39738
40063
|
"line": {
|
|
39739
|
-
"start":
|
|
39740
|
-
"end":
|
|
40064
|
+
"start": 357,
|
|
40065
|
+
"end": 357
|
|
39741
40066
|
}
|
|
39742
40067
|
},
|
|
39743
40068
|
"group": [
|
|
@@ -39752,8 +40077,8 @@
|
|
|
39752
40077
|
{
|
|
39753
40078
|
"description": "The text color of the disabled Picker components.\n",
|
|
39754
40079
|
"commentRange": {
|
|
39755
|
-
"start":
|
|
39756
|
-
"end":
|
|
40080
|
+
"start": 358,
|
|
40081
|
+
"end": 359
|
|
39757
40082
|
},
|
|
39758
40083
|
"context": {
|
|
39759
40084
|
"type": "variable",
|
|
@@ -39761,8 +40086,8 @@
|
|
|
39761
40086
|
"value": "null",
|
|
39762
40087
|
"scope": "default",
|
|
39763
40088
|
"line": {
|
|
39764
|
-
"start":
|
|
39765
|
-
"end":
|
|
40089
|
+
"start": 360,
|
|
40090
|
+
"end": 360
|
|
39766
40091
|
}
|
|
39767
40092
|
},
|
|
39768
40093
|
"group": [
|
|
@@ -39777,8 +40102,8 @@
|
|
|
39777
40102
|
{
|
|
39778
40103
|
"description": "The border color of the disabled Picker components.\n",
|
|
39779
40104
|
"commentRange": {
|
|
39780
|
-
"start":
|
|
39781
|
-
"end":
|
|
40105
|
+
"start": 361,
|
|
40106
|
+
"end": 362
|
|
39782
40107
|
},
|
|
39783
40108
|
"context": {
|
|
39784
40109
|
"type": "variable",
|
|
@@ -39786,8 +40111,8 @@
|
|
|
39786
40111
|
"value": "null",
|
|
39787
40112
|
"scope": "default",
|
|
39788
40113
|
"line": {
|
|
39789
|
-
"start":
|
|
39790
|
-
"end":
|
|
40114
|
+
"start": 363,
|
|
40115
|
+
"end": 363
|
|
39791
40116
|
}
|
|
39792
40117
|
},
|
|
39793
40118
|
"group": [
|
|
@@ -39802,8 +40127,8 @@
|
|
|
39802
40127
|
{
|
|
39803
40128
|
"description": "The gradient of the disabled Picker components.\n",
|
|
39804
40129
|
"commentRange": {
|
|
39805
|
-
"start":
|
|
39806
|
-
"end":
|
|
40130
|
+
"start": 364,
|
|
40131
|
+
"end": 365
|
|
39807
40132
|
},
|
|
39808
40133
|
"context": {
|
|
39809
40134
|
"type": "variable",
|
|
@@ -39811,8 +40136,8 @@
|
|
|
39811
40136
|
"value": "null",
|
|
39812
40137
|
"scope": "default",
|
|
39813
40138
|
"line": {
|
|
39814
|
-
"start":
|
|
39815
|
-
"end":
|
|
40139
|
+
"start": 366,
|
|
40140
|
+
"end": 366
|
|
39816
40141
|
}
|
|
39817
40142
|
},
|
|
39818
40143
|
"group": [
|
|
@@ -39827,8 +40152,8 @@
|
|
|
39827
40152
|
{
|
|
39828
40153
|
"description": "The shadow of the disabled Picker components.\n",
|
|
39829
40154
|
"commentRange": {
|
|
39830
|
-
"start":
|
|
39831
|
-
"end":
|
|
40155
|
+
"start": 367,
|
|
40156
|
+
"end": 368
|
|
39832
40157
|
},
|
|
39833
40158
|
"context": {
|
|
39834
40159
|
"type": "variable",
|
|
@@ -39836,8 +40161,8 @@
|
|
|
39836
40161
|
"value": "null",
|
|
39837
40162
|
"scope": "default",
|
|
39838
40163
|
"line": {
|
|
39839
|
-
"start":
|
|
39840
|
-
"end":
|
|
40164
|
+
"start": 369,
|
|
40165
|
+
"end": 369
|
|
39841
40166
|
}
|
|
39842
40167
|
},
|
|
39843
40168
|
"group": [
|
|
@@ -39852,8 +40177,8 @@
|
|
|
39852
40177
|
{
|
|
39853
40178
|
"description": "The background color of the outline Picker components.\n",
|
|
39854
40179
|
"commentRange": {
|
|
39855
|
-
"start":
|
|
39856
|
-
"end":
|
|
40180
|
+
"start": 371,
|
|
40181
|
+
"end": 372
|
|
39857
40182
|
},
|
|
39858
40183
|
"context": {
|
|
39859
40184
|
"type": "variable",
|
|
@@ -39861,8 +40186,8 @@
|
|
|
39861
40186
|
"value": "null",
|
|
39862
40187
|
"scope": "default",
|
|
39863
40188
|
"line": {
|
|
39864
|
-
"start":
|
|
39865
|
-
"end":
|
|
40189
|
+
"start": 373,
|
|
40190
|
+
"end": 373
|
|
39866
40191
|
}
|
|
39867
40192
|
},
|
|
39868
40193
|
"group": [
|
|
@@ -39877,8 +40202,8 @@
|
|
|
39877
40202
|
{
|
|
39878
40203
|
"description": "The text color of the outline Picker components.\n",
|
|
39879
40204
|
"commentRange": {
|
|
39880
|
-
"start":
|
|
39881
|
-
"end":
|
|
40205
|
+
"start": 374,
|
|
40206
|
+
"end": 375
|
|
39882
40207
|
},
|
|
39883
40208
|
"context": {
|
|
39884
40209
|
"type": "variable",
|
|
@@ -39886,8 +40211,8 @@
|
|
|
39886
40211
|
"value": "$kendo-button-text",
|
|
39887
40212
|
"scope": "default",
|
|
39888
40213
|
"line": {
|
|
39889
|
-
"start":
|
|
39890
|
-
"end":
|
|
40214
|
+
"start": 376,
|
|
40215
|
+
"end": 376
|
|
39891
40216
|
}
|
|
39892
40217
|
},
|
|
39893
40218
|
"group": [
|
|
@@ -39902,8 +40227,8 @@
|
|
|
39902
40227
|
{
|
|
39903
40228
|
"description": "The border color of the outline Picker components.\n",
|
|
39904
40229
|
"commentRange": {
|
|
39905
|
-
"start":
|
|
39906
|
-
"end":
|
|
40230
|
+
"start": 377,
|
|
40231
|
+
"end": 378
|
|
39907
40232
|
},
|
|
39908
40233
|
"context": {
|
|
39909
40234
|
"type": "variable",
|
|
@@ -39911,8 +40236,8 @@
|
|
|
39911
40236
|
"value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-base ) 50%, transparent), rgba( $kendo-picker-outline-text, .5))",
|
|
39912
40237
|
"scope": "default",
|
|
39913
40238
|
"line": {
|
|
39914
|
-
"start":
|
|
39915
|
-
"end":
|
|
40239
|
+
"start": 379,
|
|
40240
|
+
"end": 379
|
|
39916
40241
|
}
|
|
39917
40242
|
},
|
|
39918
40243
|
"group": [
|
|
@@ -39927,8 +40252,8 @@
|
|
|
39927
40252
|
{
|
|
39928
40253
|
"description": "The background color of the outline hovered Picker components.\n",
|
|
39929
40254
|
"commentRange": {
|
|
39930
|
-
"start":
|
|
39931
|
-
"end":
|
|
40255
|
+
"start": 381,
|
|
40256
|
+
"end": 382
|
|
39932
40257
|
},
|
|
39933
40258
|
"context": {
|
|
39934
40259
|
"type": "variable",
|
|
@@ -39936,8 +40261,8 @@
|
|
|
39936
40261
|
"value": "$kendo-picker-outline-text",
|
|
39937
40262
|
"scope": "default",
|
|
39938
40263
|
"line": {
|
|
39939
|
-
"start":
|
|
39940
|
-
"end":
|
|
40264
|
+
"start": 383,
|
|
40265
|
+
"end": 383
|
|
39941
40266
|
}
|
|
39942
40267
|
},
|
|
39943
40268
|
"group": [
|
|
@@ -39952,8 +40277,8 @@
|
|
|
39952
40277
|
{
|
|
39953
40278
|
"description": "The text color of the outline hovered Picker components.\n",
|
|
39954
40279
|
"commentRange": {
|
|
39955
|
-
"start":
|
|
39956
|
-
"end":
|
|
40280
|
+
"start": 384,
|
|
40281
|
+
"end": 385
|
|
39957
40282
|
},
|
|
39958
40283
|
"context": {
|
|
39959
40284
|
"type": "variable",
|
|
@@ -39961,8 +40286,8 @@
|
|
|
39961
40286
|
"value": "if($kendo-enable-color-system, k-color( base ), k-contrast-legacy( $kendo-picker-outline-hover-bg ))",
|
|
39962
40287
|
"scope": "default",
|
|
39963
40288
|
"line": {
|
|
39964
|
-
"start":
|
|
39965
|
-
"end":
|
|
40289
|
+
"start": 386,
|
|
40290
|
+
"end": 386
|
|
39966
40291
|
}
|
|
39967
40292
|
},
|
|
39968
40293
|
"group": [
|
|
@@ -39977,8 +40302,8 @@
|
|
|
39977
40302
|
{
|
|
39978
40303
|
"description": "The border color of the outline hovered Picker components.\n",
|
|
39979
40304
|
"commentRange": {
|
|
39980
|
-
"start":
|
|
39981
|
-
"end":
|
|
40305
|
+
"start": 387,
|
|
40306
|
+
"end": 388
|
|
39982
40307
|
},
|
|
39983
40308
|
"context": {
|
|
39984
40309
|
"type": "variable",
|
|
@@ -39986,8 +40311,8 @@
|
|
|
39986
40311
|
"value": "$kendo-picker-outline-hover-bg",
|
|
39987
40312
|
"scope": "default",
|
|
39988
40313
|
"line": {
|
|
39989
|
-
"start":
|
|
39990
|
-
"end":
|
|
40314
|
+
"start": 389,
|
|
40315
|
+
"end": 389
|
|
39991
40316
|
}
|
|
39992
40317
|
},
|
|
39993
40318
|
"group": [
|
|
@@ -40002,8 +40327,8 @@
|
|
|
40002
40327
|
{
|
|
40003
40328
|
"description": "The background color of the outline focused Picker components.\n",
|
|
40004
40329
|
"commentRange": {
|
|
40005
|
-
"start":
|
|
40006
|
-
"end":
|
|
40330
|
+
"start": 391,
|
|
40331
|
+
"end": 392
|
|
40007
40332
|
},
|
|
40008
40333
|
"context": {
|
|
40009
40334
|
"type": "variable",
|
|
@@ -40011,8 +40336,8 @@
|
|
|
40011
40336
|
"value": "null",
|
|
40012
40337
|
"scope": "default",
|
|
40013
40338
|
"line": {
|
|
40014
|
-
"start":
|
|
40015
|
-
"end":
|
|
40339
|
+
"start": 393,
|
|
40340
|
+
"end": 393
|
|
40016
40341
|
}
|
|
40017
40342
|
},
|
|
40018
40343
|
"group": [
|
|
@@ -40027,8 +40352,8 @@
|
|
|
40027
40352
|
{
|
|
40028
40353
|
"description": "The text color of the outline focused Picker components.\n",
|
|
40029
40354
|
"commentRange": {
|
|
40030
|
-
"start":
|
|
40031
|
-
"end":
|
|
40355
|
+
"start": 394,
|
|
40356
|
+
"end": 395
|
|
40032
40357
|
},
|
|
40033
40358
|
"context": {
|
|
40034
40359
|
"type": "variable",
|
|
@@ -40036,8 +40361,8 @@
|
|
|
40036
40361
|
"value": "null",
|
|
40037
40362
|
"scope": "default",
|
|
40038
40363
|
"line": {
|
|
40039
|
-
"start":
|
|
40040
|
-
"end":
|
|
40364
|
+
"start": 396,
|
|
40365
|
+
"end": 396
|
|
40041
40366
|
}
|
|
40042
40367
|
},
|
|
40043
40368
|
"group": [
|
|
@@ -40052,8 +40377,8 @@
|
|
|
40052
40377
|
{
|
|
40053
40378
|
"description": "The border color of the outline focused Picker components.\n",
|
|
40054
40379
|
"commentRange": {
|
|
40055
|
-
"start":
|
|
40056
|
-
"end":
|
|
40380
|
+
"start": 397,
|
|
40381
|
+
"end": 398
|
|
40057
40382
|
},
|
|
40058
40383
|
"context": {
|
|
40059
40384
|
"type": "variable",
|
|
@@ -40061,8 +40386,8 @@
|
|
|
40061
40386
|
"value": "null",
|
|
40062
40387
|
"scope": "default",
|
|
40063
40388
|
"line": {
|
|
40064
|
-
"start":
|
|
40065
|
-
"end":
|
|
40389
|
+
"start": 399,
|
|
40390
|
+
"end": 399
|
|
40066
40391
|
}
|
|
40067
40392
|
},
|
|
40068
40393
|
"group": [
|
|
@@ -40077,8 +40402,8 @@
|
|
|
40077
40402
|
{
|
|
40078
40403
|
"description": "The shadow of the outline focused Picker components.\n",
|
|
40079
40404
|
"commentRange": {
|
|
40080
|
-
"start":
|
|
40081
|
-
"end":
|
|
40405
|
+
"start": 400,
|
|
40406
|
+
"end": 401
|
|
40082
40407
|
},
|
|
40083
40408
|
"context": {
|
|
40084
40409
|
"type": "variable",
|
|
@@ -40086,8 +40411,8 @@
|
|
|
40086
40411
|
"value": "$kendo-picker-focus-shadow",
|
|
40087
40412
|
"scope": "default",
|
|
40088
40413
|
"line": {
|
|
40089
|
-
"start":
|
|
40090
|
-
"end":
|
|
40414
|
+
"start": 402,
|
|
40415
|
+
"end": 402
|
|
40091
40416
|
}
|
|
40092
40417
|
},
|
|
40093
40418
|
"group": [
|
|
@@ -40102,8 +40427,8 @@
|
|
|
40102
40427
|
{
|
|
40103
40428
|
"description": "The background color of the outline hovered and focused Picker components.\n",
|
|
40104
40429
|
"commentRange": {
|
|
40105
|
-
"start":
|
|
40106
|
-
"end":
|
|
40430
|
+
"start": 404,
|
|
40431
|
+
"end": 405
|
|
40107
40432
|
},
|
|
40108
40433
|
"context": {
|
|
40109
40434
|
"type": "variable",
|
|
@@ -40111,8 +40436,8 @@
|
|
|
40111
40436
|
"value": "null",
|
|
40112
40437
|
"scope": "default",
|
|
40113
40438
|
"line": {
|
|
40114
|
-
"start":
|
|
40115
|
-
"end":
|
|
40439
|
+
"start": 406,
|
|
40440
|
+
"end": 406
|
|
40116
40441
|
}
|
|
40117
40442
|
},
|
|
40118
40443
|
"group": [
|
|
@@ -40127,8 +40452,8 @@
|
|
|
40127
40452
|
{
|
|
40128
40453
|
"description": "The text color of the outline hovered and focused Picker components.\n",
|
|
40129
40454
|
"commentRange": {
|
|
40130
|
-
"start":
|
|
40131
|
-
"end":
|
|
40455
|
+
"start": 407,
|
|
40456
|
+
"end": 408
|
|
40132
40457
|
},
|
|
40133
40458
|
"context": {
|
|
40134
40459
|
"type": "variable",
|
|
@@ -40136,8 +40461,8 @@
|
|
|
40136
40461
|
"value": "null",
|
|
40137
40462
|
"scope": "default",
|
|
40138
40463
|
"line": {
|
|
40139
|
-
"start":
|
|
40140
|
-
"end":
|
|
40464
|
+
"start": 409,
|
|
40465
|
+
"end": 409
|
|
40141
40466
|
}
|
|
40142
40467
|
},
|
|
40143
40468
|
"group": [
|
|
@@ -40152,8 +40477,8 @@
|
|
|
40152
40477
|
{
|
|
40153
40478
|
"description": "The border color of the outline hovered and focused Picker components.\n",
|
|
40154
40479
|
"commentRange": {
|
|
40155
|
-
"start":
|
|
40156
|
-
"end":
|
|
40480
|
+
"start": 410,
|
|
40481
|
+
"end": 411
|
|
40157
40482
|
},
|
|
40158
40483
|
"context": {
|
|
40159
40484
|
"type": "variable",
|
|
@@ -40161,8 +40486,8 @@
|
|
|
40161
40486
|
"value": "null",
|
|
40162
40487
|
"scope": "default",
|
|
40163
40488
|
"line": {
|
|
40164
|
-
"start":
|
|
40165
|
-
"end":
|
|
40489
|
+
"start": 412,
|
|
40490
|
+
"end": 412
|
|
40166
40491
|
}
|
|
40167
40492
|
},
|
|
40168
40493
|
"group": [
|
|
@@ -40177,8 +40502,8 @@
|
|
|
40177
40502
|
{
|
|
40178
40503
|
"description": "The background color of the flat Picker components.\n",
|
|
40179
40504
|
"commentRange": {
|
|
40180
|
-
"start":
|
|
40181
|
-
"end":
|
|
40505
|
+
"start": 414,
|
|
40506
|
+
"end": 415
|
|
40182
40507
|
},
|
|
40183
40508
|
"context": {
|
|
40184
40509
|
"type": "variable",
|
|
@@ -40186,8 +40511,8 @@
|
|
|
40186
40511
|
"value": "null",
|
|
40187
40512
|
"scope": "default",
|
|
40188
40513
|
"line": {
|
|
40189
|
-
"start":
|
|
40190
|
-
"end":
|
|
40514
|
+
"start": 416,
|
|
40515
|
+
"end": 416
|
|
40191
40516
|
}
|
|
40192
40517
|
},
|
|
40193
40518
|
"group": [
|
|
@@ -40202,8 +40527,8 @@
|
|
|
40202
40527
|
{
|
|
40203
40528
|
"description": "The text color of the flat Picker components.\n",
|
|
40204
40529
|
"commentRange": {
|
|
40205
|
-
"start":
|
|
40206
|
-
"end":
|
|
40530
|
+
"start": 417,
|
|
40531
|
+
"end": 418
|
|
40207
40532
|
},
|
|
40208
40533
|
"context": {
|
|
40209
40534
|
"type": "variable",
|
|
@@ -40211,8 +40536,8 @@
|
|
|
40211
40536
|
"value": "$kendo-button-text",
|
|
40212
40537
|
"scope": "default",
|
|
40213
40538
|
"line": {
|
|
40214
|
-
"start":
|
|
40215
|
-
"end":
|
|
40539
|
+
"start": 419,
|
|
40540
|
+
"end": 419
|
|
40216
40541
|
}
|
|
40217
40542
|
},
|
|
40218
40543
|
"group": [
|
|
@@ -40227,8 +40552,8 @@
|
|
|
40227
40552
|
{
|
|
40228
40553
|
"description": "The border color of the flat Picker components.\n",
|
|
40229
40554
|
"commentRange": {
|
|
40230
|
-
"start":
|
|
40231
|
-
"end":
|
|
40555
|
+
"start": 420,
|
|
40556
|
+
"end": 421
|
|
40232
40557
|
},
|
|
40233
40558
|
"context": {
|
|
40234
40559
|
"type": "variable",
|
|
@@ -40236,8 +40561,8 @@
|
|
|
40236
40561
|
"value": "$kendo-button-border",
|
|
40237
40562
|
"scope": "default",
|
|
40238
40563
|
"line": {
|
|
40239
|
-
"start":
|
|
40240
|
-
"end":
|
|
40564
|
+
"start": 422,
|
|
40565
|
+
"end": 422
|
|
40241
40566
|
}
|
|
40242
40567
|
},
|
|
40243
40568
|
"group": [
|
|
@@ -40252,8 +40577,8 @@
|
|
|
40252
40577
|
{
|
|
40253
40578
|
"description": "The background color of the flat hovered Picker components.\n",
|
|
40254
40579
|
"commentRange": {
|
|
40255
|
-
"start":
|
|
40256
|
-
"end":
|
|
40580
|
+
"start": 424,
|
|
40581
|
+
"end": 425
|
|
40257
40582
|
},
|
|
40258
40583
|
"context": {
|
|
40259
40584
|
"type": "variable",
|
|
@@ -40261,8 +40586,8 @@
|
|
|
40261
40586
|
"value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-base ) 4%, transparent), rgba( $kendo-button-text, .04 ))",
|
|
40262
40587
|
"scope": "default",
|
|
40263
40588
|
"line": {
|
|
40264
|
-
"start":
|
|
40265
|
-
"end":
|
|
40589
|
+
"start": 426,
|
|
40590
|
+
"end": 426
|
|
40266
40591
|
}
|
|
40267
40592
|
},
|
|
40268
40593
|
"group": [
|
|
@@ -40277,8 +40602,8 @@
|
|
|
40277
40602
|
{
|
|
40278
40603
|
"description": "The text color of the flat hovered Picker components.\n",
|
|
40279
40604
|
"commentRange": {
|
|
40280
|
-
"start":
|
|
40281
|
-
"end":
|
|
40605
|
+
"start": 427,
|
|
40606
|
+
"end": 428
|
|
40282
40607
|
},
|
|
40283
40608
|
"context": {
|
|
40284
40609
|
"type": "variable",
|
|
@@ -40286,8 +40611,8 @@
|
|
|
40286
40611
|
"value": "null",
|
|
40287
40612
|
"scope": "default",
|
|
40288
40613
|
"line": {
|
|
40289
|
-
"start":
|
|
40290
|
-
"end":
|
|
40614
|
+
"start": 429,
|
|
40615
|
+
"end": 429
|
|
40291
40616
|
}
|
|
40292
40617
|
},
|
|
40293
40618
|
"group": [
|
|
@@ -40302,8 +40627,8 @@
|
|
|
40302
40627
|
{
|
|
40303
40628
|
"description": "The border color of the flat hovered Picker components.\n",
|
|
40304
40629
|
"commentRange": {
|
|
40305
|
-
"start":
|
|
40306
|
-
"end":
|
|
40630
|
+
"start": 430,
|
|
40631
|
+
"end": 431
|
|
40307
40632
|
},
|
|
40308
40633
|
"context": {
|
|
40309
40634
|
"type": "variable",
|
|
@@ -40311,8 +40636,8 @@
|
|
|
40311
40636
|
"value": "if($kendo-enable-color-system, k-color( border-alt ), rgba( $kendo-button-border, .16 ))",
|
|
40312
40637
|
"scope": "default",
|
|
40313
40638
|
"line": {
|
|
40314
|
-
"start":
|
|
40315
|
-
"end":
|
|
40639
|
+
"start": 432,
|
|
40640
|
+
"end": 432
|
|
40316
40641
|
}
|
|
40317
40642
|
},
|
|
40318
40643
|
"group": [
|
|
@@ -40327,8 +40652,8 @@
|
|
|
40327
40652
|
{
|
|
40328
40653
|
"description": "The background color of the flat focused Picker components.\n",
|
|
40329
40654
|
"commentRange": {
|
|
40330
|
-
"start":
|
|
40331
|
-
"end":
|
|
40655
|
+
"start": 434,
|
|
40656
|
+
"end": 435
|
|
40332
40657
|
},
|
|
40333
40658
|
"context": {
|
|
40334
40659
|
"type": "variable",
|
|
@@ -40336,8 +40661,8 @@
|
|
|
40336
40661
|
"value": "null",
|
|
40337
40662
|
"scope": "default",
|
|
40338
40663
|
"line": {
|
|
40339
|
-
"start":
|
|
40340
|
-
"end":
|
|
40664
|
+
"start": 436,
|
|
40665
|
+
"end": 436
|
|
40341
40666
|
}
|
|
40342
40667
|
},
|
|
40343
40668
|
"group": [
|
|
@@ -40352,8 +40677,8 @@
|
|
|
40352
40677
|
{
|
|
40353
40678
|
"description": "The text color of the flat focused Picker components.\n",
|
|
40354
40679
|
"commentRange": {
|
|
40355
|
-
"start":
|
|
40356
|
-
"end":
|
|
40680
|
+
"start": 437,
|
|
40681
|
+
"end": 438
|
|
40357
40682
|
},
|
|
40358
40683
|
"context": {
|
|
40359
40684
|
"type": "variable",
|
|
@@ -40361,8 +40686,8 @@
|
|
|
40361
40686
|
"value": "null",
|
|
40362
40687
|
"scope": "default",
|
|
40363
40688
|
"line": {
|
|
40364
|
-
"start":
|
|
40365
|
-
"end":
|
|
40689
|
+
"start": 439,
|
|
40690
|
+
"end": 439
|
|
40366
40691
|
}
|
|
40367
40692
|
},
|
|
40368
40693
|
"group": [
|
|
@@ -40377,8 +40702,8 @@
|
|
|
40377
40702
|
{
|
|
40378
40703
|
"description": "The border color of the flat focused Picker components.\n",
|
|
40379
40704
|
"commentRange": {
|
|
40380
|
-
"start":
|
|
40381
|
-
"end":
|
|
40705
|
+
"start": 440,
|
|
40706
|
+
"end": 441
|
|
40382
40707
|
},
|
|
40383
40708
|
"context": {
|
|
40384
40709
|
"type": "variable",
|
|
@@ -40386,8 +40711,8 @@
|
|
|
40386
40711
|
"value": "null",
|
|
40387
40712
|
"scope": "default",
|
|
40388
40713
|
"line": {
|
|
40389
|
-
"start":
|
|
40390
|
-
"end":
|
|
40714
|
+
"start": 442,
|
|
40715
|
+
"end": 442
|
|
40391
40716
|
}
|
|
40392
40717
|
},
|
|
40393
40718
|
"group": [
|
|
@@ -40402,8 +40727,8 @@
|
|
|
40402
40727
|
{
|
|
40403
40728
|
"description": "The shadow of the flat focused Picker components.\n",
|
|
40404
40729
|
"commentRange": {
|
|
40405
|
-
"start":
|
|
40406
|
-
"end":
|
|
40730
|
+
"start": 443,
|
|
40731
|
+
"end": 444
|
|
40407
40732
|
},
|
|
40408
40733
|
"context": {
|
|
40409
40734
|
"type": "variable",
|
|
@@ -40411,8 +40736,8 @@
|
|
|
40411
40736
|
"value": "$kendo-picker-focus-shadow",
|
|
40412
40737
|
"scope": "default",
|
|
40413
40738
|
"line": {
|
|
40414
|
-
"start":
|
|
40415
|
-
"end":
|
|
40739
|
+
"start": 445,
|
|
40740
|
+
"end": 445
|
|
40416
40741
|
}
|
|
40417
40742
|
},
|
|
40418
40743
|
"group": [
|
|
@@ -40427,8 +40752,8 @@
|
|
|
40427
40752
|
{
|
|
40428
40753
|
"description": "The background color of the flat hovered and focused Picker components.\n",
|
|
40429
40754
|
"commentRange": {
|
|
40430
|
-
"start":
|
|
40431
|
-
"end":
|
|
40755
|
+
"start": 447,
|
|
40756
|
+
"end": 448
|
|
40432
40757
|
},
|
|
40433
40758
|
"context": {
|
|
40434
40759
|
"type": "variable",
|
|
@@ -40436,8 +40761,8 @@
|
|
|
40436
40761
|
"value": "null",
|
|
40437
40762
|
"scope": "default",
|
|
40438
40763
|
"line": {
|
|
40439
|
-
"start":
|
|
40440
|
-
"end":
|
|
40764
|
+
"start": 449,
|
|
40765
|
+
"end": 449
|
|
40441
40766
|
}
|
|
40442
40767
|
},
|
|
40443
40768
|
"group": [
|
|
@@ -40452,8 +40777,8 @@
|
|
|
40452
40777
|
{
|
|
40453
40778
|
"description": "The text color of the flat hovered and focused Picker components.\n",
|
|
40454
40779
|
"commentRange": {
|
|
40455
|
-
"start":
|
|
40456
|
-
"end":
|
|
40780
|
+
"start": 450,
|
|
40781
|
+
"end": 451
|
|
40457
40782
|
},
|
|
40458
40783
|
"context": {
|
|
40459
40784
|
"type": "variable",
|
|
@@ -40461,8 +40786,8 @@
|
|
|
40461
40786
|
"value": "null",
|
|
40462
40787
|
"scope": "default",
|
|
40463
40788
|
"line": {
|
|
40464
|
-
"start":
|
|
40465
|
-
"end":
|
|
40789
|
+
"start": 452,
|
|
40790
|
+
"end": 452
|
|
40466
40791
|
}
|
|
40467
40792
|
},
|
|
40468
40793
|
"group": [
|
|
@@ -40477,8 +40802,8 @@
|
|
|
40477
40802
|
{
|
|
40478
40803
|
"description": "The border color of the flat hovered and focused Picker components.\n",
|
|
40479
40804
|
"commentRange": {
|
|
40480
|
-
"start":
|
|
40481
|
-
"end":
|
|
40805
|
+
"start": 453,
|
|
40806
|
+
"end": 454
|
|
40482
40807
|
},
|
|
40483
40808
|
"context": {
|
|
40484
40809
|
"type": "variable",
|
|
@@ -40486,8 +40811,8 @@
|
|
|
40486
40811
|
"value": "null",
|
|
40487
40812
|
"scope": "default",
|
|
40488
40813
|
"line": {
|
|
40489
|
-
"start":
|
|
40490
|
-
"end":
|
|
40814
|
+
"start": 455,
|
|
40815
|
+
"end": 455
|
|
40491
40816
|
}
|
|
40492
40817
|
},
|
|
40493
40818
|
"group": [
|
|
@@ -45208,7 +45533,7 @@
|
|
|
45208
45533
|
"context": {
|
|
45209
45534
|
"type": "variable",
|
|
45210
45535
|
"name": "kendo-radio-checked-image",
|
|
45211
|
-
"value": "k-escape-svg( url(\"data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'><circle cx='50%' cy='50%' r='4' fill='#
|
|
45536
|
+
"value": "k-escape-svg( url(\"data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'><circle cx='50%' cy='50%' r='4' fill='#ffffff'/></svg>\") )",
|
|
45212
45537
|
"scope": "default",
|
|
45213
45538
|
"line": {
|
|
45214
45539
|
"start": 156,
|
|
@@ -56378,15 +56703,15 @@
|
|
|
56378
56703
|
}
|
|
56379
56704
|
},
|
|
56380
56705
|
{
|
|
56381
|
-
"description": "The
|
|
56706
|
+
"description": "The font size of the small TabStrip.\n",
|
|
56382
56707
|
"commentRange": {
|
|
56383
56708
|
"start": 30,
|
|
56384
56709
|
"end": 31
|
|
56385
56710
|
},
|
|
56386
56711
|
"context": {
|
|
56387
56712
|
"type": "variable",
|
|
56388
|
-
"name": "kendo-tabstrip-
|
|
56389
|
-
"value": "
|
|
56713
|
+
"name": "kendo-tabstrip-sm-font-size",
|
|
56714
|
+
"value": "$kendo-tabstrip-font-size",
|
|
56390
56715
|
"scope": "default",
|
|
56391
56716
|
"line": {
|
|
56392
56717
|
"start": 32,
|
|
@@ -56403,15 +56728,15 @@
|
|
|
56403
56728
|
}
|
|
56404
56729
|
},
|
|
56405
56730
|
{
|
|
56406
|
-
"description": "The
|
|
56731
|
+
"description": "The line height of the small TabStrip.\n",
|
|
56407
56732
|
"commentRange": {
|
|
56408
56733
|
"start": 33,
|
|
56409
56734
|
"end": 34
|
|
56410
56735
|
},
|
|
56411
56736
|
"context": {
|
|
56412
56737
|
"type": "variable",
|
|
56413
|
-
"name": "kendo-tabstrip-
|
|
56414
|
-
"value": "
|
|
56738
|
+
"name": "kendo-tabstrip-sm-line-height",
|
|
56739
|
+
"value": "$kendo-tabstrip-line-height",
|
|
56415
56740
|
"scope": "default",
|
|
56416
56741
|
"line": {
|
|
56417
56742
|
"start": 35,
|
|
@@ -56428,15 +56753,15 @@
|
|
|
56428
56753
|
}
|
|
56429
56754
|
},
|
|
56430
56755
|
{
|
|
56431
|
-
"description": "The
|
|
56756
|
+
"description": "The font size of the medium TabStrip.\n",
|
|
56432
56757
|
"commentRange": {
|
|
56433
56758
|
"start": 36,
|
|
56434
56759
|
"end": 37
|
|
56435
56760
|
},
|
|
56436
56761
|
"context": {
|
|
56437
56762
|
"type": "variable",
|
|
56438
|
-
"name": "kendo-tabstrip-
|
|
56439
|
-
"value": "
|
|
56763
|
+
"name": "kendo-tabstrip-md-font-size",
|
|
56764
|
+
"value": "$kendo-tabstrip-font-size",
|
|
56440
56765
|
"scope": "default",
|
|
56441
56766
|
"line": {
|
|
56442
56767
|
"start": 38,
|
|
@@ -56452,11 +56777,161 @@
|
|
|
56452
56777
|
"name": "_variables.scss"
|
|
56453
56778
|
}
|
|
56454
56779
|
},
|
|
56780
|
+
{
|
|
56781
|
+
"description": "The line height of the medium TabStrip.\n",
|
|
56782
|
+
"commentRange": {
|
|
56783
|
+
"start": 39,
|
|
56784
|
+
"end": 40
|
|
56785
|
+
},
|
|
56786
|
+
"context": {
|
|
56787
|
+
"type": "variable",
|
|
56788
|
+
"name": "kendo-tabstrip-md-line-height",
|
|
56789
|
+
"value": "$kendo-tabstrip-line-height",
|
|
56790
|
+
"scope": "default",
|
|
56791
|
+
"line": {
|
|
56792
|
+
"start": 41,
|
|
56793
|
+
"end": 41
|
|
56794
|
+
}
|
|
56795
|
+
},
|
|
56796
|
+
"group": [
|
|
56797
|
+
"tabstrip"
|
|
56798
|
+
],
|
|
56799
|
+
"access": "public",
|
|
56800
|
+
"file": {
|
|
56801
|
+
"path": "tabstrip/_variables.scss",
|
|
56802
|
+
"name": "_variables.scss"
|
|
56803
|
+
}
|
|
56804
|
+
},
|
|
56805
|
+
{
|
|
56806
|
+
"description": "The font size of the large TabStrip.\n",
|
|
56807
|
+
"commentRange": {
|
|
56808
|
+
"start": 42,
|
|
56809
|
+
"end": 43
|
|
56810
|
+
},
|
|
56811
|
+
"context": {
|
|
56812
|
+
"type": "variable",
|
|
56813
|
+
"name": "kendo-tabstrip-lg-font-size",
|
|
56814
|
+
"value": "var( --kendo-font-size-lg, inherit )",
|
|
56815
|
+
"scope": "default",
|
|
56816
|
+
"line": {
|
|
56817
|
+
"start": 44,
|
|
56818
|
+
"end": 44
|
|
56819
|
+
}
|
|
56820
|
+
},
|
|
56821
|
+
"group": [
|
|
56822
|
+
"tabstrip"
|
|
56823
|
+
],
|
|
56824
|
+
"access": "public",
|
|
56825
|
+
"file": {
|
|
56826
|
+
"path": "tabstrip/_variables.scss",
|
|
56827
|
+
"name": "_variables.scss"
|
|
56828
|
+
}
|
|
56829
|
+
},
|
|
56830
|
+
{
|
|
56831
|
+
"description": "The line height of the large TabStrip.\n",
|
|
56832
|
+
"commentRange": {
|
|
56833
|
+
"start": 45,
|
|
56834
|
+
"end": 46
|
|
56835
|
+
},
|
|
56836
|
+
"context": {
|
|
56837
|
+
"type": "variable",
|
|
56838
|
+
"name": "kendo-tabstrip-lg-line-height",
|
|
56839
|
+
"value": "var( --kendo-line-height-lg, normal )",
|
|
56840
|
+
"scope": "default",
|
|
56841
|
+
"line": {
|
|
56842
|
+
"start": 47,
|
|
56843
|
+
"end": 47
|
|
56844
|
+
}
|
|
56845
|
+
},
|
|
56846
|
+
"group": [
|
|
56847
|
+
"tabstrip"
|
|
56848
|
+
],
|
|
56849
|
+
"access": "public",
|
|
56850
|
+
"file": {
|
|
56851
|
+
"path": "tabstrip/_variables.scss",
|
|
56852
|
+
"name": "_variables.scss"
|
|
56853
|
+
}
|
|
56854
|
+
},
|
|
56855
|
+
{
|
|
56856
|
+
"description": "The background color of the TabStrip wrapper.\n",
|
|
56857
|
+
"commentRange": {
|
|
56858
|
+
"start": 49,
|
|
56859
|
+
"end": 50
|
|
56860
|
+
},
|
|
56861
|
+
"context": {
|
|
56862
|
+
"type": "variable",
|
|
56863
|
+
"name": "kendo-tabstrip-wrapper-bg",
|
|
56864
|
+
"value": "null",
|
|
56865
|
+
"scope": "default",
|
|
56866
|
+
"line": {
|
|
56867
|
+
"start": 51,
|
|
56868
|
+
"end": 51
|
|
56869
|
+
}
|
|
56870
|
+
},
|
|
56871
|
+
"group": [
|
|
56872
|
+
"tabstrip"
|
|
56873
|
+
],
|
|
56874
|
+
"access": "public",
|
|
56875
|
+
"file": {
|
|
56876
|
+
"path": "tabstrip/_variables.scss",
|
|
56877
|
+
"name": "_variables.scss"
|
|
56878
|
+
}
|
|
56879
|
+
},
|
|
56880
|
+
{
|
|
56881
|
+
"description": "The text color of the TabStrip wrapper.\n",
|
|
56882
|
+
"commentRange": {
|
|
56883
|
+
"start": 52,
|
|
56884
|
+
"end": 53
|
|
56885
|
+
},
|
|
56886
|
+
"context": {
|
|
56887
|
+
"type": "variable",
|
|
56888
|
+
"name": "kendo-tabstrip-wrapper-text",
|
|
56889
|
+
"value": "null",
|
|
56890
|
+
"scope": "default",
|
|
56891
|
+
"line": {
|
|
56892
|
+
"start": 54,
|
|
56893
|
+
"end": 54
|
|
56894
|
+
}
|
|
56895
|
+
},
|
|
56896
|
+
"group": [
|
|
56897
|
+
"tabstrip"
|
|
56898
|
+
],
|
|
56899
|
+
"access": "public",
|
|
56900
|
+
"file": {
|
|
56901
|
+
"path": "tabstrip/_variables.scss",
|
|
56902
|
+
"name": "_variables.scss"
|
|
56903
|
+
}
|
|
56904
|
+
},
|
|
56905
|
+
{
|
|
56906
|
+
"description": "The border color of the TabStrip wrapper.\n",
|
|
56907
|
+
"commentRange": {
|
|
56908
|
+
"start": 55,
|
|
56909
|
+
"end": 56
|
|
56910
|
+
},
|
|
56911
|
+
"context": {
|
|
56912
|
+
"type": "variable",
|
|
56913
|
+
"name": "kendo-tabstrip-wrapper-border",
|
|
56914
|
+
"value": "null",
|
|
56915
|
+
"scope": "default",
|
|
56916
|
+
"line": {
|
|
56917
|
+
"start": 57,
|
|
56918
|
+
"end": 57
|
|
56919
|
+
}
|
|
56920
|
+
},
|
|
56921
|
+
"group": [
|
|
56922
|
+
"tabstrip"
|
|
56923
|
+
],
|
|
56924
|
+
"access": "public",
|
|
56925
|
+
"file": {
|
|
56926
|
+
"path": "tabstrip/_variables.scss",
|
|
56927
|
+
"name": "_variables.scss"
|
|
56928
|
+
}
|
|
56929
|
+
},
|
|
56455
56930
|
{
|
|
56456
56931
|
"description": "The background color of the TabStrip.\n",
|
|
56457
56932
|
"commentRange": {
|
|
56458
|
-
"start":
|
|
56459
|
-
"end":
|
|
56933
|
+
"start": 59,
|
|
56934
|
+
"end": 60
|
|
56460
56935
|
},
|
|
56461
56936
|
"context": {
|
|
56462
56937
|
"type": "variable",
|
|
@@ -56464,8 +56939,8 @@
|
|
|
56464
56939
|
"value": "null",
|
|
56465
56940
|
"scope": "default",
|
|
56466
56941
|
"line": {
|
|
56467
|
-
"start":
|
|
56468
|
-
"end":
|
|
56942
|
+
"start": 61,
|
|
56943
|
+
"end": 61
|
|
56469
56944
|
}
|
|
56470
56945
|
},
|
|
56471
56946
|
"group": [
|
|
@@ -56480,8 +56955,8 @@
|
|
|
56480
56955
|
{
|
|
56481
56956
|
"description": "The text color of the TabStrip.\n",
|
|
56482
56957
|
"commentRange": {
|
|
56483
|
-
"start":
|
|
56484
|
-
"end":
|
|
56958
|
+
"start": 62,
|
|
56959
|
+
"end": 63
|
|
56485
56960
|
},
|
|
56486
56961
|
"context": {
|
|
56487
56962
|
"type": "variable",
|
|
@@ -56489,8 +56964,8 @@
|
|
|
56489
56964
|
"value": "$kendo-component-text",
|
|
56490
56965
|
"scope": "default",
|
|
56491
56966
|
"line": {
|
|
56492
|
-
"start":
|
|
56493
|
-
"end":
|
|
56967
|
+
"start": 64,
|
|
56968
|
+
"end": 64
|
|
56494
56969
|
}
|
|
56495
56970
|
},
|
|
56496
56971
|
"group": [
|
|
@@ -56505,8 +56980,8 @@
|
|
|
56505
56980
|
{
|
|
56506
56981
|
"description": "The border color of the TabStrip.\n",
|
|
56507
56982
|
"commentRange": {
|
|
56508
|
-
"start":
|
|
56509
|
-
"end":
|
|
56983
|
+
"start": 65,
|
|
56984
|
+
"end": 66
|
|
56510
56985
|
},
|
|
56511
56986
|
"context": {
|
|
56512
56987
|
"type": "variable",
|
|
@@ -56514,8 +56989,8 @@
|
|
|
56514
56989
|
"value": "$kendo-component-border",
|
|
56515
56990
|
"scope": "default",
|
|
56516
56991
|
"line": {
|
|
56517
|
-
"start":
|
|
56518
|
-
"end":
|
|
56992
|
+
"start": 67,
|
|
56993
|
+
"end": 67
|
|
56519
56994
|
}
|
|
56520
56995
|
},
|
|
56521
56996
|
"group": [
|
|
@@ -56530,8 +57005,8 @@
|
|
|
56530
57005
|
{
|
|
56531
57006
|
"description": "The horizontal padding of the TabStrip items.\n",
|
|
56532
57007
|
"commentRange": {
|
|
56533
|
-
"start":
|
|
56534
|
-
"end":
|
|
57008
|
+
"start": 69,
|
|
57009
|
+
"end": 70
|
|
56535
57010
|
},
|
|
56536
57011
|
"context": {
|
|
56537
57012
|
"type": "variable",
|
|
@@ -56539,8 +57014,8 @@
|
|
|
56539
57014
|
"value": "k-spacing(3)",
|
|
56540
57015
|
"scope": "default",
|
|
56541
57016
|
"line": {
|
|
56542
|
-
"start":
|
|
56543
|
-
"end":
|
|
57017
|
+
"start": 71,
|
|
57018
|
+
"end": 71
|
|
56544
57019
|
}
|
|
56545
57020
|
},
|
|
56546
57021
|
"group": [
|
|
@@ -56555,8 +57030,8 @@
|
|
|
56555
57030
|
{
|
|
56556
57031
|
"description": "The vertical padding of the TabStrip items.\n",
|
|
56557
57032
|
"commentRange": {
|
|
56558
|
-
"start":
|
|
56559
|
-
"end":
|
|
57033
|
+
"start": 72,
|
|
57034
|
+
"end": 73
|
|
56560
57035
|
},
|
|
56561
57036
|
"context": {
|
|
56562
57037
|
"type": "variable",
|
|
@@ -56564,8 +57039,8 @@
|
|
|
56564
57039
|
"value": "k-spacing(1.5)",
|
|
56565
57040
|
"scope": "default",
|
|
56566
57041
|
"line": {
|
|
56567
|
-
"start":
|
|
56568
|
-
"end":
|
|
57042
|
+
"start": 74,
|
|
57043
|
+
"end": 74
|
|
56569
57044
|
}
|
|
56570
57045
|
},
|
|
56571
57046
|
"group": [
|
|
@@ -56580,8 +57055,8 @@
|
|
|
56580
57055
|
{
|
|
56581
57056
|
"description": "The border width around the TabStrip items.\n",
|
|
56582
57057
|
"commentRange": {
|
|
56583
|
-
"start":
|
|
56584
|
-
"end":
|
|
57058
|
+
"start": 75,
|
|
57059
|
+
"end": 76
|
|
56585
57060
|
},
|
|
56586
57061
|
"context": {
|
|
56587
57062
|
"type": "variable",
|
|
@@ -56589,8 +57064,8 @@
|
|
|
56589
57064
|
"value": "1px",
|
|
56590
57065
|
"scope": "default",
|
|
56591
57066
|
"line": {
|
|
56592
|
-
"start":
|
|
56593
|
-
"end":
|
|
57067
|
+
"start": 77,
|
|
57068
|
+
"end": 77
|
|
56594
57069
|
}
|
|
56595
57070
|
},
|
|
56596
57071
|
"group": [
|
|
@@ -56605,8 +57080,8 @@
|
|
|
56605
57080
|
{
|
|
56606
57081
|
"description": "The border radius of the TabStrip items.\n",
|
|
56607
57082
|
"commentRange": {
|
|
56608
|
-
"start":
|
|
56609
|
-
"end":
|
|
57083
|
+
"start": 78,
|
|
57084
|
+
"end": 79
|
|
56610
57085
|
},
|
|
56611
57086
|
"context": {
|
|
56612
57087
|
"type": "variable",
|
|
@@ -56614,8 +57089,8 @@
|
|
|
56614
57089
|
"value": "k-border-radius(md)",
|
|
56615
57090
|
"scope": "default",
|
|
56616
57091
|
"line": {
|
|
56617
|
-
"start":
|
|
56618
|
-
"end":
|
|
57092
|
+
"start": 80,
|
|
57093
|
+
"end": 80
|
|
56619
57094
|
}
|
|
56620
57095
|
},
|
|
56621
57096
|
"group": [
|
|
@@ -56630,8 +57105,8 @@
|
|
|
56630
57105
|
{
|
|
56631
57106
|
"description": "The gap between the TabStrip items.\n",
|
|
56632
57107
|
"commentRange": {
|
|
56633
|
-
"start":
|
|
56634
|
-
"end":
|
|
57108
|
+
"start": 81,
|
|
57109
|
+
"end": 82
|
|
56635
57110
|
},
|
|
56636
57111
|
"context": {
|
|
56637
57112
|
"type": "variable",
|
|
@@ -56639,8 +57114,158 @@
|
|
|
56639
57114
|
"value": "k-spacing(0)",
|
|
56640
57115
|
"scope": "default",
|
|
56641
57116
|
"line": {
|
|
56642
|
-
"start":
|
|
56643
|
-
"end":
|
|
57117
|
+
"start": 83,
|
|
57118
|
+
"end": 83
|
|
57119
|
+
}
|
|
57120
|
+
},
|
|
57121
|
+
"group": [
|
|
57122
|
+
"tabstrip"
|
|
57123
|
+
],
|
|
57124
|
+
"access": "public",
|
|
57125
|
+
"file": {
|
|
57126
|
+
"path": "tabstrip/_variables.scss",
|
|
57127
|
+
"name": "_variables.scss"
|
|
57128
|
+
}
|
|
57129
|
+
},
|
|
57130
|
+
{
|
|
57131
|
+
"description": "The horizontal padding of the small TabStrip items.\n",
|
|
57132
|
+
"commentRange": {
|
|
57133
|
+
"start": 84,
|
|
57134
|
+
"end": 85
|
|
57135
|
+
},
|
|
57136
|
+
"context": {
|
|
57137
|
+
"type": "variable",
|
|
57138
|
+
"name": "kendo-tabstrip-sm-item-padding-x",
|
|
57139
|
+
"value": "k-spacing(3)",
|
|
57140
|
+
"scope": "default",
|
|
57141
|
+
"line": {
|
|
57142
|
+
"start": 86,
|
|
57143
|
+
"end": 86
|
|
57144
|
+
}
|
|
57145
|
+
},
|
|
57146
|
+
"group": [
|
|
57147
|
+
"tabstrip"
|
|
57148
|
+
],
|
|
57149
|
+
"access": "public",
|
|
57150
|
+
"file": {
|
|
57151
|
+
"path": "tabstrip/_variables.scss",
|
|
57152
|
+
"name": "_variables.scss"
|
|
57153
|
+
}
|
|
57154
|
+
},
|
|
57155
|
+
{
|
|
57156
|
+
"description": "The vertical padding of the small TabStrip items.\n",
|
|
57157
|
+
"commentRange": {
|
|
57158
|
+
"start": 87,
|
|
57159
|
+
"end": 88
|
|
57160
|
+
},
|
|
57161
|
+
"context": {
|
|
57162
|
+
"type": "variable",
|
|
57163
|
+
"name": "kendo-tabstrip-sm-item-padding-y",
|
|
57164
|
+
"value": "k-spacing(1)",
|
|
57165
|
+
"scope": "default",
|
|
57166
|
+
"line": {
|
|
57167
|
+
"start": 89,
|
|
57168
|
+
"end": 89
|
|
57169
|
+
}
|
|
57170
|
+
},
|
|
57171
|
+
"group": [
|
|
57172
|
+
"tabstrip"
|
|
57173
|
+
],
|
|
57174
|
+
"access": "public",
|
|
57175
|
+
"file": {
|
|
57176
|
+
"path": "tabstrip/_variables.scss",
|
|
57177
|
+
"name": "_variables.scss"
|
|
57178
|
+
}
|
|
57179
|
+
},
|
|
57180
|
+
{
|
|
57181
|
+
"description": "The horizontal padding of the medium TabStrip items.\n",
|
|
57182
|
+
"commentRange": {
|
|
57183
|
+
"start": 90,
|
|
57184
|
+
"end": 91
|
|
57185
|
+
},
|
|
57186
|
+
"context": {
|
|
57187
|
+
"type": "variable",
|
|
57188
|
+
"name": "kendo-tabstrip-md-item-padding-x",
|
|
57189
|
+
"value": "$kendo-tabstrip-item-padding-x",
|
|
57190
|
+
"scope": "default",
|
|
57191
|
+
"line": {
|
|
57192
|
+
"start": 92,
|
|
57193
|
+
"end": 92
|
|
57194
|
+
}
|
|
57195
|
+
},
|
|
57196
|
+
"group": [
|
|
57197
|
+
"tabstrip"
|
|
57198
|
+
],
|
|
57199
|
+
"access": "public",
|
|
57200
|
+
"file": {
|
|
57201
|
+
"path": "tabstrip/_variables.scss",
|
|
57202
|
+
"name": "_variables.scss"
|
|
57203
|
+
}
|
|
57204
|
+
},
|
|
57205
|
+
{
|
|
57206
|
+
"description": "The vertical padding of the medium TabStrip items.\n",
|
|
57207
|
+
"commentRange": {
|
|
57208
|
+
"start": 93,
|
|
57209
|
+
"end": 94
|
|
57210
|
+
},
|
|
57211
|
+
"context": {
|
|
57212
|
+
"type": "variable",
|
|
57213
|
+
"name": "kendo-tabstrip-md-item-padding-y",
|
|
57214
|
+
"value": "$kendo-tabstrip-item-padding-y",
|
|
57215
|
+
"scope": "default",
|
|
57216
|
+
"line": {
|
|
57217
|
+
"start": 95,
|
|
57218
|
+
"end": 95
|
|
57219
|
+
}
|
|
57220
|
+
},
|
|
57221
|
+
"group": [
|
|
57222
|
+
"tabstrip"
|
|
57223
|
+
],
|
|
57224
|
+
"access": "public",
|
|
57225
|
+
"file": {
|
|
57226
|
+
"path": "tabstrip/_variables.scss",
|
|
57227
|
+
"name": "_variables.scss"
|
|
57228
|
+
}
|
|
57229
|
+
},
|
|
57230
|
+
{
|
|
57231
|
+
"description": "The horizontal padding of the large TabStrip items.\n",
|
|
57232
|
+
"commentRange": {
|
|
57233
|
+
"start": 96,
|
|
57234
|
+
"end": 97
|
|
57235
|
+
},
|
|
57236
|
+
"context": {
|
|
57237
|
+
"type": "variable",
|
|
57238
|
+
"name": "kendo-tabstrip-lg-item-padding-x",
|
|
57239
|
+
"value": "k-spacing(3)",
|
|
57240
|
+
"scope": "default",
|
|
57241
|
+
"line": {
|
|
57242
|
+
"start": 98,
|
|
57243
|
+
"end": 98
|
|
57244
|
+
}
|
|
57245
|
+
},
|
|
57246
|
+
"group": [
|
|
57247
|
+
"tabstrip"
|
|
57248
|
+
],
|
|
57249
|
+
"access": "public",
|
|
57250
|
+
"file": {
|
|
57251
|
+
"path": "tabstrip/_variables.scss",
|
|
57252
|
+
"name": "_variables.scss"
|
|
57253
|
+
}
|
|
57254
|
+
},
|
|
57255
|
+
{
|
|
57256
|
+
"description": "The vertical padding of the large TabStrip items.\n",
|
|
57257
|
+
"commentRange": {
|
|
57258
|
+
"start": 99,
|
|
57259
|
+
"end": 100
|
|
57260
|
+
},
|
|
57261
|
+
"context": {
|
|
57262
|
+
"type": "variable",
|
|
57263
|
+
"name": "kendo-tabstrip-lg-item-padding-y",
|
|
57264
|
+
"value": "k-spacing(2.5)",
|
|
57265
|
+
"scope": "default",
|
|
57266
|
+
"line": {
|
|
57267
|
+
"start": 101,
|
|
57268
|
+
"end": 101
|
|
56644
57269
|
}
|
|
56645
57270
|
},
|
|
56646
57271
|
"group": [
|
|
@@ -56655,8 +57280,8 @@
|
|
|
56655
57280
|
{
|
|
56656
57281
|
"description": " The background color of the TabStrip items.\n",
|
|
56657
57282
|
"commentRange": {
|
|
56658
|
-
"start":
|
|
56659
|
-
"end":
|
|
57283
|
+
"start": 103,
|
|
57284
|
+
"end": 104
|
|
56660
57285
|
},
|
|
56661
57286
|
"context": {
|
|
56662
57287
|
"type": "variable",
|
|
@@ -56664,8 +57289,8 @@
|
|
|
56664
57289
|
"value": "null",
|
|
56665
57290
|
"scope": "default",
|
|
56666
57291
|
"line": {
|
|
56667
|
-
"start":
|
|
56668
|
-
"end":
|
|
57292
|
+
"start": 105,
|
|
57293
|
+
"end": 105
|
|
56669
57294
|
}
|
|
56670
57295
|
},
|
|
56671
57296
|
"group": [
|
|
@@ -56680,8 +57305,8 @@
|
|
|
56680
57305
|
{
|
|
56681
57306
|
"description": "The text color of the TabStrip items.\n",
|
|
56682
57307
|
"commentRange": {
|
|
56683
|
-
"start":
|
|
56684
|
-
"end":
|
|
57308
|
+
"start": 106,
|
|
57309
|
+
"end": 107
|
|
56685
57310
|
},
|
|
56686
57311
|
"context": {
|
|
56687
57312
|
"type": "variable",
|
|
@@ -56689,8 +57314,8 @@
|
|
|
56689
57314
|
"value": "$kendo-subtle-text",
|
|
56690
57315
|
"scope": "default",
|
|
56691
57316
|
"line": {
|
|
56692
|
-
"start":
|
|
56693
|
-
"end":
|
|
57317
|
+
"start": 108,
|
|
57318
|
+
"end": 108
|
|
56694
57319
|
}
|
|
56695
57320
|
},
|
|
56696
57321
|
"group": [
|
|
@@ -56705,8 +57330,8 @@
|
|
|
56705
57330
|
{
|
|
56706
57331
|
"description": "The border color of the TabStrip items.\n",
|
|
56707
57332
|
"commentRange": {
|
|
56708
|
-
"start":
|
|
56709
|
-
"end":
|
|
57333
|
+
"start": 109,
|
|
57334
|
+
"end": 110
|
|
56710
57335
|
},
|
|
56711
57336
|
"context": {
|
|
56712
57337
|
"type": "variable",
|
|
@@ -56714,8 +57339,8 @@
|
|
|
56714
57339
|
"value": "null",
|
|
56715
57340
|
"scope": "default",
|
|
56716
57341
|
"line": {
|
|
56717
|
-
"start":
|
|
56718
|
-
"end":
|
|
57342
|
+
"start": 111,
|
|
57343
|
+
"end": 111
|
|
56719
57344
|
}
|
|
56720
57345
|
},
|
|
56721
57346
|
"group": [
|
|
@@ -56730,8 +57355,8 @@
|
|
|
56730
57355
|
{
|
|
56731
57356
|
"description": "The gradient of the TabStrip items.\n",
|
|
56732
57357
|
"commentRange": {
|
|
56733
|
-
"start":
|
|
56734
|
-
"end":
|
|
57358
|
+
"start": 112,
|
|
57359
|
+
"end": 113
|
|
56735
57360
|
},
|
|
56736
57361
|
"context": {
|
|
56737
57362
|
"type": "variable",
|
|
@@ -56739,8 +57364,8 @@
|
|
|
56739
57364
|
"value": "null",
|
|
56740
57365
|
"scope": "default",
|
|
56741
57366
|
"line": {
|
|
56742
|
-
"start":
|
|
56743
|
-
"end":
|
|
57367
|
+
"start": 114,
|
|
57368
|
+
"end": 114
|
|
56744
57369
|
}
|
|
56745
57370
|
},
|
|
56746
57371
|
"group": [
|
|
@@ -56755,8 +57380,8 @@
|
|
|
56755
57380
|
{
|
|
56756
57381
|
"description": "The background color of the hovered TabStrip items.\n",
|
|
56757
57382
|
"commentRange": {
|
|
56758
|
-
"start":
|
|
56759
|
-
"end":
|
|
57383
|
+
"start": 116,
|
|
57384
|
+
"end": 117
|
|
56760
57385
|
},
|
|
56761
57386
|
"context": {
|
|
56762
57387
|
"type": "variable",
|
|
@@ -56764,8 +57389,8 @@
|
|
|
56764
57389
|
"value": "null",
|
|
56765
57390
|
"scope": "default",
|
|
56766
57391
|
"line": {
|
|
56767
|
-
"start":
|
|
56768
|
-
"end":
|
|
57392
|
+
"start": 118,
|
|
57393
|
+
"end": 118
|
|
56769
57394
|
}
|
|
56770
57395
|
},
|
|
56771
57396
|
"group": [
|
|
@@ -56780,8 +57405,8 @@
|
|
|
56780
57405
|
{
|
|
56781
57406
|
"description": "The text color of the hovered TabStrip items.\n",
|
|
56782
57407
|
"commentRange": {
|
|
56783
|
-
"start":
|
|
56784
|
-
"end":
|
|
57408
|
+
"start": 119,
|
|
57409
|
+
"end": 120
|
|
56785
57410
|
},
|
|
56786
57411
|
"context": {
|
|
56787
57412
|
"type": "variable",
|
|
@@ -56789,8 +57414,8 @@
|
|
|
56789
57414
|
"value": "$kendo-component-text",
|
|
56790
57415
|
"scope": "default",
|
|
56791
57416
|
"line": {
|
|
56792
|
-
"start":
|
|
56793
|
-
"end":
|
|
57417
|
+
"start": 121,
|
|
57418
|
+
"end": 121
|
|
56794
57419
|
}
|
|
56795
57420
|
},
|
|
56796
57421
|
"group": [
|
|
@@ -56805,8 +57430,8 @@
|
|
|
56805
57430
|
{
|
|
56806
57431
|
"description": "The border color of the hovered TabStrip items.\n",
|
|
56807
57432
|
"commentRange": {
|
|
56808
|
-
"start":
|
|
56809
|
-
"end":
|
|
57433
|
+
"start": 122,
|
|
57434
|
+
"end": 123
|
|
56810
57435
|
},
|
|
56811
57436
|
"context": {
|
|
56812
57437
|
"type": "variable",
|
|
@@ -56814,8 +57439,8 @@
|
|
|
56814
57439
|
"value": "null",
|
|
56815
57440
|
"scope": "default",
|
|
56816
57441
|
"line": {
|
|
56817
|
-
"start":
|
|
56818
|
-
"end":
|
|
57442
|
+
"start": 124,
|
|
57443
|
+
"end": 124
|
|
56819
57444
|
}
|
|
56820
57445
|
},
|
|
56821
57446
|
"group": [
|
|
@@ -56830,8 +57455,8 @@
|
|
|
56830
57455
|
{
|
|
56831
57456
|
"description": "The gradient of the hovered TabStrip items.\n",
|
|
56832
57457
|
"commentRange": {
|
|
56833
|
-
"start":
|
|
56834
|
-
"end":
|
|
57458
|
+
"start": 125,
|
|
57459
|
+
"end": 126
|
|
56835
57460
|
},
|
|
56836
57461
|
"context": {
|
|
56837
57462
|
"type": "variable",
|
|
@@ -56839,8 +57464,8 @@
|
|
|
56839
57464
|
"value": "null",
|
|
56840
57465
|
"scope": "default",
|
|
56841
57466
|
"line": {
|
|
56842
|
-
"start":
|
|
56843
|
-
"end":
|
|
57467
|
+
"start": 127,
|
|
57468
|
+
"end": 127
|
|
56844
57469
|
}
|
|
56845
57470
|
},
|
|
56846
57471
|
"group": [
|
|
@@ -56855,8 +57480,8 @@
|
|
|
56855
57480
|
{
|
|
56856
57481
|
"description": "The background color of the selected TabStrip items.\n",
|
|
56857
57482
|
"commentRange": {
|
|
56858
|
-
"start":
|
|
56859
|
-
"end":
|
|
57483
|
+
"start": 129,
|
|
57484
|
+
"end": 130
|
|
56860
57485
|
},
|
|
56861
57486
|
"context": {
|
|
56862
57487
|
"type": "variable",
|
|
@@ -56864,8 +57489,8 @@
|
|
|
56864
57489
|
"value": "$kendo-component-bg",
|
|
56865
57490
|
"scope": "default",
|
|
56866
57491
|
"line": {
|
|
56867
|
-
"start":
|
|
56868
|
-
"end":
|
|
57492
|
+
"start": 131,
|
|
57493
|
+
"end": 131
|
|
56869
57494
|
}
|
|
56870
57495
|
},
|
|
56871
57496
|
"group": [
|
|
@@ -56880,8 +57505,8 @@
|
|
|
56880
57505
|
{
|
|
56881
57506
|
"description": "The text color of the selected TabStrip items.\n",
|
|
56882
57507
|
"commentRange": {
|
|
56883
|
-
"start":
|
|
56884
|
-
"end":
|
|
57508
|
+
"start": 132,
|
|
57509
|
+
"end": 133
|
|
56885
57510
|
},
|
|
56886
57511
|
"context": {
|
|
56887
57512
|
"type": "variable",
|
|
@@ -56889,8 +57514,8 @@
|
|
|
56889
57514
|
"value": "$kendo-link-text",
|
|
56890
57515
|
"scope": "default",
|
|
56891
57516
|
"line": {
|
|
56892
|
-
"start":
|
|
56893
|
-
"end":
|
|
57517
|
+
"start": 134,
|
|
57518
|
+
"end": 134
|
|
56894
57519
|
}
|
|
56895
57520
|
},
|
|
56896
57521
|
"group": [
|
|
@@ -56905,8 +57530,8 @@
|
|
|
56905
57530
|
{
|
|
56906
57531
|
"description": "The border color of the selected TabStrip items.\n",
|
|
56907
57532
|
"commentRange": {
|
|
56908
|
-
"start":
|
|
56909
|
-
"end":
|
|
57533
|
+
"start": 135,
|
|
57534
|
+
"end": 136
|
|
56910
57535
|
},
|
|
56911
57536
|
"context": {
|
|
56912
57537
|
"type": "variable",
|
|
@@ -56914,8 +57539,8 @@
|
|
|
56914
57539
|
"value": "$kendo-component-border",
|
|
56915
57540
|
"scope": "default",
|
|
56916
57541
|
"line": {
|
|
56917
|
-
"start":
|
|
56918
|
-
"end":
|
|
57542
|
+
"start": 137,
|
|
57543
|
+
"end": 137
|
|
56919
57544
|
}
|
|
56920
57545
|
},
|
|
56921
57546
|
"group": [
|
|
@@ -56930,8 +57555,8 @@
|
|
|
56930
57555
|
{
|
|
56931
57556
|
"description": "The gradient of the selected TabStrip items.\n",
|
|
56932
57557
|
"commentRange": {
|
|
56933
|
-
"start":
|
|
56934
|
-
"end":
|
|
57558
|
+
"start": 138,
|
|
57559
|
+
"end": 139
|
|
56935
57560
|
},
|
|
56936
57561
|
"context": {
|
|
56937
57562
|
"type": "variable",
|
|
@@ -56939,8 +57564,8 @@
|
|
|
56939
57564
|
"value": "null",
|
|
56940
57565
|
"scope": "default",
|
|
56941
57566
|
"line": {
|
|
56942
|
-
"start":
|
|
56943
|
-
"end":
|
|
57567
|
+
"start": 140,
|
|
57568
|
+
"end": 140
|
|
56944
57569
|
}
|
|
56945
57570
|
},
|
|
56946
57571
|
"group": [
|
|
@@ -56955,8 +57580,8 @@
|
|
|
56955
57580
|
{
|
|
56956
57581
|
"description": "The font weight of the selected TabStrip items.\n",
|
|
56957
57582
|
"commentRange": {
|
|
56958
|
-
"start":
|
|
56959
|
-
"end":
|
|
57583
|
+
"start": 141,
|
|
57584
|
+
"end": 142
|
|
56960
57585
|
},
|
|
56961
57586
|
"context": {
|
|
56962
57587
|
"type": "variable",
|
|
@@ -56964,8 +57589,8 @@
|
|
|
56964
57589
|
"value": "null",
|
|
56965
57590
|
"scope": "default",
|
|
56966
57591
|
"line": {
|
|
56967
|
-
"start":
|
|
56968
|
-
"end":
|
|
57592
|
+
"start": 143,
|
|
57593
|
+
"end": 143
|
|
56969
57594
|
}
|
|
56970
57595
|
},
|
|
56971
57596
|
"group": [
|
|
@@ -56980,8 +57605,8 @@
|
|
|
56980
57605
|
{
|
|
56981
57606
|
"description": "The shadow of the focused TabStrip items.\n",
|
|
56982
57607
|
"commentRange": {
|
|
56983
|
-
"start":
|
|
56984
|
-
"end":
|
|
57608
|
+
"start": 146,
|
|
57609
|
+
"end": 147
|
|
56985
57610
|
},
|
|
56986
57611
|
"context": {
|
|
56987
57612
|
"type": "variable",
|
|
@@ -56989,8 +57614,8 @@
|
|
|
56989
57614
|
"value": "$kendo-list-item-focus-shadow",
|
|
56990
57615
|
"scope": "default",
|
|
56991
57616
|
"line": {
|
|
56992
|
-
"start":
|
|
56993
|
-
"end":
|
|
57617
|
+
"start": 148,
|
|
57618
|
+
"end": 148
|
|
56994
57619
|
}
|
|
56995
57620
|
},
|
|
56996
57621
|
"group": [
|
|
@@ -57005,8 +57630,8 @@
|
|
|
57005
57630
|
{
|
|
57006
57631
|
"description": "The shadow of the dragged TabStrip items.\n",
|
|
57007
57632
|
"commentRange": {
|
|
57008
|
-
"start":
|
|
57009
|
-
"end":
|
|
57633
|
+
"start": 150,
|
|
57634
|
+
"end": 151
|
|
57010
57635
|
},
|
|
57011
57636
|
"context": {
|
|
57012
57637
|
"type": "variable",
|
|
@@ -57014,8 +57639,8 @@
|
|
|
57014
57639
|
"value": "k-elevation(3)",
|
|
57015
57640
|
"scope": "default",
|
|
57016
57641
|
"line": {
|
|
57017
|
-
"start":
|
|
57018
|
-
"end":
|
|
57642
|
+
"start": 152,
|
|
57643
|
+
"end": 152
|
|
57019
57644
|
}
|
|
57020
57645
|
},
|
|
57021
57646
|
"group": [
|
|
@@ -57030,8 +57655,8 @@
|
|
|
57030
57655
|
{
|
|
57031
57656
|
"description": "The background color of the disabled TabStrip items.\n",
|
|
57032
57657
|
"commentRange": {
|
|
57033
|
-
"start":
|
|
57034
|
-
"end":
|
|
57658
|
+
"start": 154,
|
|
57659
|
+
"end": 155
|
|
57035
57660
|
},
|
|
57036
57661
|
"context": {
|
|
57037
57662
|
"type": "variable",
|
|
@@ -57039,8 +57664,8 @@
|
|
|
57039
57664
|
"value": "null",
|
|
57040
57665
|
"scope": "default",
|
|
57041
57666
|
"line": {
|
|
57042
|
-
"start":
|
|
57043
|
-
"end":
|
|
57667
|
+
"start": 156,
|
|
57668
|
+
"end": 156
|
|
57044
57669
|
}
|
|
57045
57670
|
},
|
|
57046
57671
|
"group": [
|
|
@@ -57055,8 +57680,8 @@
|
|
|
57055
57680
|
{
|
|
57056
57681
|
"description": "The text color of the disabled TabStrip items.\n",
|
|
57057
57682
|
"commentRange": {
|
|
57058
|
-
"start":
|
|
57059
|
-
"end":
|
|
57683
|
+
"start": 157,
|
|
57684
|
+
"end": 158
|
|
57060
57685
|
},
|
|
57061
57686
|
"context": {
|
|
57062
57687
|
"type": "variable",
|
|
@@ -57064,8 +57689,8 @@
|
|
|
57064
57689
|
"value": "null",
|
|
57065
57690
|
"scope": "default",
|
|
57066
57691
|
"line": {
|
|
57067
|
-
"start":
|
|
57068
|
-
"end":
|
|
57692
|
+
"start": 159,
|
|
57693
|
+
"end": 159
|
|
57069
57694
|
}
|
|
57070
57695
|
},
|
|
57071
57696
|
"group": [
|
|
@@ -57080,8 +57705,8 @@
|
|
|
57080
57705
|
{
|
|
57081
57706
|
"description": "The border color of the disabled TabStrip items.\n",
|
|
57082
57707
|
"commentRange": {
|
|
57083
|
-
"start":
|
|
57084
|
-
"end":
|
|
57708
|
+
"start": 160,
|
|
57709
|
+
"end": 161
|
|
57085
57710
|
},
|
|
57086
57711
|
"context": {
|
|
57087
57712
|
"type": "variable",
|
|
@@ -57089,8 +57714,8 @@
|
|
|
57089
57714
|
"value": "null",
|
|
57090
57715
|
"scope": "default",
|
|
57091
57716
|
"line": {
|
|
57092
|
-
"start":
|
|
57093
|
-
"end":
|
|
57717
|
+
"start": 162,
|
|
57718
|
+
"end": 162
|
|
57094
57719
|
}
|
|
57095
57720
|
},
|
|
57096
57721
|
"group": [
|
|
@@ -57105,8 +57730,8 @@
|
|
|
57105
57730
|
{
|
|
57106
57731
|
"description": "The gradient of the disabled TabStrip items.\n",
|
|
57107
57732
|
"commentRange": {
|
|
57108
|
-
"start":
|
|
57109
|
-
"end":
|
|
57733
|
+
"start": 163,
|
|
57734
|
+
"end": 164
|
|
57110
57735
|
},
|
|
57111
57736
|
"context": {
|
|
57112
57737
|
"type": "variable",
|
|
@@ -57114,8 +57739,8 @@
|
|
|
57114
57739
|
"value": "null",
|
|
57115
57740
|
"scope": "default",
|
|
57116
57741
|
"line": {
|
|
57117
|
-
"start":
|
|
57118
|
-
"end":
|
|
57742
|
+
"start": 165,
|
|
57743
|
+
"end": 165
|
|
57119
57744
|
}
|
|
57120
57745
|
},
|
|
57121
57746
|
"group": [
|
|
@@ -57130,8 +57755,8 @@
|
|
|
57130
57755
|
{
|
|
57131
57756
|
"description": "The opacity of the disabled TabStrip items.\n",
|
|
57132
57757
|
"commentRange": {
|
|
57133
|
-
"start":
|
|
57134
|
-
"end":
|
|
57758
|
+
"start": 166,
|
|
57759
|
+
"end": 167
|
|
57135
57760
|
},
|
|
57136
57761
|
"context": {
|
|
57137
57762
|
"type": "variable",
|
|
@@ -57139,8 +57764,8 @@
|
|
|
57139
57764
|
"value": "null",
|
|
57140
57765
|
"scope": "default",
|
|
57141
57766
|
"line": {
|
|
57142
|
-
"start":
|
|
57143
|
-
"end":
|
|
57767
|
+
"start": 168,
|
|
57768
|
+
"end": 168
|
|
57144
57769
|
}
|
|
57145
57770
|
},
|
|
57146
57771
|
"group": [
|
|
@@ -57155,8 +57780,8 @@
|
|
|
57155
57780
|
{
|
|
57156
57781
|
"description": "The filter of the disabled TabStrip items.\n",
|
|
57157
57782
|
"commentRange": {
|
|
57158
|
-
"start":
|
|
57159
|
-
"end":
|
|
57783
|
+
"start": 169,
|
|
57784
|
+
"end": 170
|
|
57160
57785
|
},
|
|
57161
57786
|
"context": {
|
|
57162
57787
|
"type": "variable",
|
|
@@ -57164,8 +57789,8 @@
|
|
|
57164
57789
|
"value": "null",
|
|
57165
57790
|
"scope": "default",
|
|
57166
57791
|
"line": {
|
|
57167
|
-
"start":
|
|
57168
|
-
"end":
|
|
57792
|
+
"start": 171,
|
|
57793
|
+
"end": 171
|
|
57169
57794
|
}
|
|
57170
57795
|
},
|
|
57171
57796
|
"group": [
|
|
@@ -57180,8 +57805,8 @@
|
|
|
57180
57805
|
{
|
|
57181
57806
|
"description": "The border width of the TabStrip indicator.\n",
|
|
57182
57807
|
"commentRange": {
|
|
57183
|
-
"start":
|
|
57184
|
-
"end":
|
|
57808
|
+
"start": 173,
|
|
57809
|
+
"end": 174
|
|
57185
57810
|
},
|
|
57186
57811
|
"context": {
|
|
57187
57812
|
"type": "variable",
|
|
@@ -57189,8 +57814,8 @@
|
|
|
57189
57814
|
"value": "null",
|
|
57190
57815
|
"scope": "default",
|
|
57191
57816
|
"line": {
|
|
57192
|
-
"start":
|
|
57193
|
-
"end":
|
|
57817
|
+
"start": 175,
|
|
57818
|
+
"end": 175
|
|
57194
57819
|
}
|
|
57195
57820
|
},
|
|
57196
57821
|
"group": [
|
|
@@ -57205,8 +57830,8 @@
|
|
|
57205
57830
|
{
|
|
57206
57831
|
"description": "The border color of the TabStrip ripple.\n",
|
|
57207
57832
|
"commentRange": {
|
|
57208
|
-
"start":
|
|
57209
|
-
"end":
|
|
57833
|
+
"start": 176,
|
|
57834
|
+
"end": 177
|
|
57210
57835
|
},
|
|
57211
57836
|
"context": {
|
|
57212
57837
|
"type": "variable",
|
|
@@ -57214,8 +57839,8 @@
|
|
|
57214
57839
|
"value": "null",
|
|
57215
57840
|
"scope": "default",
|
|
57216
57841
|
"line": {
|
|
57217
|
-
"start":
|
|
57218
|
-
"end":
|
|
57842
|
+
"start": 178,
|
|
57843
|
+
"end": 178
|
|
57219
57844
|
}
|
|
57220
57845
|
},
|
|
57221
57846
|
"group": [
|
|
@@ -57230,8 +57855,8 @@
|
|
|
57230
57855
|
{
|
|
57231
57856
|
"description": "The horizontal padding of the TabStrip content.\n",
|
|
57232
57857
|
"commentRange": {
|
|
57233
|
-
"start":
|
|
57234
|
-
"end":
|
|
57858
|
+
"start": 180,
|
|
57859
|
+
"end": 181
|
|
57235
57860
|
},
|
|
57236
57861
|
"context": {
|
|
57237
57862
|
"type": "variable",
|
|
@@ -57239,8 +57864,8 @@
|
|
|
57239
57864
|
"value": "k-spacing(4)",
|
|
57240
57865
|
"scope": "default",
|
|
57241
57866
|
"line": {
|
|
57242
|
-
"start":
|
|
57243
|
-
"end":
|
|
57867
|
+
"start": 182,
|
|
57868
|
+
"end": 182
|
|
57244
57869
|
}
|
|
57245
57870
|
},
|
|
57246
57871
|
"group": [
|
|
@@ -57255,8 +57880,8 @@
|
|
|
57255
57880
|
{
|
|
57256
57881
|
"description": "The vertical padding of the TabStrip content.\n",
|
|
57257
57882
|
"commentRange": {
|
|
57258
|
-
"start":
|
|
57259
|
-
"end":
|
|
57883
|
+
"start": 183,
|
|
57884
|
+
"end": 184
|
|
57260
57885
|
},
|
|
57261
57886
|
"context": {
|
|
57262
57887
|
"type": "variable",
|
|
@@ -57264,8 +57889,8 @@
|
|
|
57264
57889
|
"value": "k-spacing(4)",
|
|
57265
57890
|
"scope": "default",
|
|
57266
57891
|
"line": {
|
|
57267
|
-
"start":
|
|
57268
|
-
"end":
|
|
57892
|
+
"start": 185,
|
|
57893
|
+
"end": 185
|
|
57269
57894
|
}
|
|
57270
57895
|
},
|
|
57271
57896
|
"group": [
|
|
@@ -57280,8 +57905,8 @@
|
|
|
57280
57905
|
{
|
|
57281
57906
|
"description": "The border width around the TabStrip content.\n",
|
|
57282
57907
|
"commentRange": {
|
|
57283
|
-
"start":
|
|
57284
|
-
"end":
|
|
57908
|
+
"start": 186,
|
|
57909
|
+
"end": 187
|
|
57285
57910
|
},
|
|
57286
57911
|
"context": {
|
|
57287
57912
|
"type": "variable",
|
|
@@ -57289,8 +57914,8 @@
|
|
|
57289
57914
|
"value": "1px",
|
|
57290
57915
|
"scope": "default",
|
|
57291
57916
|
"line": {
|
|
57292
|
-
"start":
|
|
57293
|
-
"end":
|
|
57917
|
+
"start": 188,
|
|
57918
|
+
"end": 188
|
|
57294
57919
|
}
|
|
57295
57920
|
},
|
|
57296
57921
|
"group": [
|
|
@@ -57305,8 +57930,8 @@
|
|
|
57305
57930
|
{
|
|
57306
57931
|
"description": "The background color of the TabStrip content.\n",
|
|
57307
57932
|
"commentRange": {
|
|
57308
|
-
"start":
|
|
57309
|
-
"end":
|
|
57933
|
+
"start": 190,
|
|
57934
|
+
"end": 191
|
|
57310
57935
|
},
|
|
57311
57936
|
"context": {
|
|
57312
57937
|
"type": "variable",
|
|
@@ -57314,8 +57939,8 @@
|
|
|
57314
57939
|
"value": "$kendo-component-bg",
|
|
57315
57940
|
"scope": "default",
|
|
57316
57941
|
"line": {
|
|
57317
|
-
"start":
|
|
57318
|
-
"end":
|
|
57942
|
+
"start": 192,
|
|
57943
|
+
"end": 192
|
|
57319
57944
|
}
|
|
57320
57945
|
},
|
|
57321
57946
|
"group": [
|
|
@@ -57330,8 +57955,8 @@
|
|
|
57330
57955
|
{
|
|
57331
57956
|
"description": "The text color of the TabStrip content.\n",
|
|
57332
57957
|
"commentRange": {
|
|
57333
|
-
"start":
|
|
57334
|
-
"end":
|
|
57958
|
+
"start": 193,
|
|
57959
|
+
"end": 194
|
|
57335
57960
|
},
|
|
57336
57961
|
"context": {
|
|
57337
57962
|
"type": "variable",
|
|
@@ -57339,8 +57964,8 @@
|
|
|
57339
57964
|
"value": "$kendo-component-text",
|
|
57340
57965
|
"scope": "default",
|
|
57341
57966
|
"line": {
|
|
57342
|
-
"start":
|
|
57343
|
-
"end":
|
|
57967
|
+
"start": 195,
|
|
57968
|
+
"end": 195
|
|
57344
57969
|
}
|
|
57345
57970
|
},
|
|
57346
57971
|
"group": [
|
|
@@ -57355,8 +57980,8 @@
|
|
|
57355
57980
|
{
|
|
57356
57981
|
"description": "The border color of the TabStrip content.\n",
|
|
57357
57982
|
"commentRange": {
|
|
57358
|
-
"start":
|
|
57359
|
-
"end":
|
|
57983
|
+
"start": 196,
|
|
57984
|
+
"end": 197
|
|
57360
57985
|
},
|
|
57361
57986
|
"context": {
|
|
57362
57987
|
"type": "variable",
|
|
@@ -57364,8 +57989,8 @@
|
|
|
57364
57989
|
"value": "$kendo-component-border",
|
|
57365
57990
|
"scope": "default",
|
|
57366
57991
|
"line": {
|
|
57367
|
-
"start":
|
|
57368
|
-
"end":
|
|
57992
|
+
"start": 198,
|
|
57993
|
+
"end": 198
|
|
57369
57994
|
}
|
|
57370
57995
|
},
|
|
57371
57996
|
"group": [
|
|
@@ -57380,8 +58005,8 @@
|
|
|
57380
58005
|
{
|
|
57381
58006
|
"description": "The border color of the focused TabStrip content.\n",
|
|
57382
58007
|
"commentRange": {
|
|
57383
|
-
"start":
|
|
57384
|
-
"end":
|
|
58008
|
+
"start": 199,
|
|
58009
|
+
"end": 200
|
|
57385
58010
|
},
|
|
57386
58011
|
"context": {
|
|
57387
58012
|
"type": "variable",
|
|
@@ -57389,8 +58014,58 @@
|
|
|
57389
58014
|
"value": "$kendo-component-text",
|
|
57390
58015
|
"scope": "default",
|
|
57391
58016
|
"line": {
|
|
57392
|
-
"start":
|
|
57393
|
-
"end":
|
|
58017
|
+
"start": 201,
|
|
58018
|
+
"end": 201
|
|
58019
|
+
}
|
|
58020
|
+
},
|
|
58021
|
+
"group": [
|
|
58022
|
+
"tabstrip"
|
|
58023
|
+
],
|
|
58024
|
+
"access": "public",
|
|
58025
|
+
"file": {
|
|
58026
|
+
"path": "tabstrip/_variables.scss",
|
|
58027
|
+
"name": "_variables.scss"
|
|
58028
|
+
}
|
|
58029
|
+
},
|
|
58030
|
+
{
|
|
58031
|
+
"description": "The left and right scroll overlay of the TabStrip.\n",
|
|
58032
|
+
"commentRange": {
|
|
58033
|
+
"start": 203,
|
|
58034
|
+
"end": 204
|
|
58035
|
+
},
|
|
58036
|
+
"context": {
|
|
58037
|
+
"type": "variable",
|
|
58038
|
+
"name": "kendo-tabstrip-scroll-overlay",
|
|
58039
|
+
"value": "if($kendo-enable-color-system, k-color( app-surface ), rgba( $kendo-color-white, 0)), if($kendo-enable-color-system, color-mix(in srgb, k-color( app-surface ) 0%, transparent), rgba( $kendo-color-white, 0))",
|
|
58040
|
+
"scope": "default",
|
|
58041
|
+
"line": {
|
|
58042
|
+
"start": 205,
|
|
58043
|
+
"end": 205
|
|
58044
|
+
}
|
|
58045
|
+
},
|
|
58046
|
+
"group": [
|
|
58047
|
+
"tabstrip"
|
|
58048
|
+
],
|
|
58049
|
+
"access": "public",
|
|
58050
|
+
"file": {
|
|
58051
|
+
"path": "tabstrip/_variables.scss",
|
|
58052
|
+
"name": "_variables.scss"
|
|
58053
|
+
}
|
|
58054
|
+
},
|
|
58055
|
+
{
|
|
58056
|
+
"description": "The size map of the TabStrip.\n",
|
|
58057
|
+
"commentRange": {
|
|
58058
|
+
"start": 207,
|
|
58059
|
+
"end": 208
|
|
58060
|
+
},
|
|
58061
|
+
"context": {
|
|
58062
|
+
"type": "variable",
|
|
58063
|
+
"name": "kendo-tabstrip-sizes",
|
|
58064
|
+
"value": "(\n sm: (\n font-size: $kendo-tabstrip-sm-font-size,\n line-height: $kendo-tabstrip-sm-line-height,\n item-padding-x: $kendo-tabstrip-sm-item-padding-x,\n item-padding-y: $kendo-tabstrip-sm-item-padding-y\n ),\n md: (\n font-size: $kendo-tabstrip-md-font-size,\n line-height: $kendo-tabstrip-md-line-height,\n item-padding-x: $kendo-tabstrip-md-item-padding-x,\n item-padding-y: $kendo-tabstrip-md-item-padding-y\n ),\n lg: (\n font-size: $kendo-tabstrip-lg-font-size,\n line-height: $kendo-tabstrip-lg-line-height,\n item-padding-x: $kendo-tabstrip-lg-item-padding-x,\n item-padding-y: $kendo-tabstrip-lg-item-padding-y\n )\n)",
|
|
58065
|
+
"scope": "default",
|
|
58066
|
+
"line": {
|
|
58067
|
+
"start": 209,
|
|
58068
|
+
"end": 228
|
|
57394
58069
|
}
|
|
57395
58070
|
},
|
|
57396
58071
|
"group": [
|
|
@@ -60836,7 +61511,7 @@
|
|
|
60836
61511
|
"context": {
|
|
60837
61512
|
"type": "variable",
|
|
60838
61513
|
"name": "kendo-toolbar-padding-x",
|
|
60839
|
-
"value": "
|
|
61514
|
+
"value": "k-spacing(2)",
|
|
60840
61515
|
"scope": "default",
|
|
60841
61516
|
"line": {
|
|
60842
61517
|
"start": 9,
|
|
@@ -60886,7 +61561,7 @@
|
|
|
60886
61561
|
"context": {
|
|
60887
61562
|
"type": "variable",
|
|
60888
61563
|
"name": "kendo-toolbar-md-padding-x",
|
|
60889
|
-
"value": "
|
|
61564
|
+
"value": "$kendo-toolbar-padding-x",
|
|
60890
61565
|
"scope": "default",
|
|
60891
61566
|
"line": {
|
|
60892
61567
|
"start": 15,
|
|
@@ -60936,7 +61611,7 @@
|
|
|
60936
61611
|
"context": {
|
|
60937
61612
|
"type": "variable",
|
|
60938
61613
|
"name": "kendo-toolbar-padding-y",
|
|
60939
|
-
"value": "
|
|
61614
|
+
"value": "k-spacing(2)",
|
|
60940
61615
|
"scope": "default",
|
|
60941
61616
|
"line": {
|
|
60942
61617
|
"start": 22,
|
|
@@ -60986,7 +61661,7 @@
|
|
|
60986
61661
|
"context": {
|
|
60987
61662
|
"type": "variable",
|
|
60988
61663
|
"name": "kendo-toolbar-md-padding-y",
|
|
60989
|
-
"value": "
|
|
61664
|
+
"value": "$kendo-toolbar-padding-y",
|
|
60990
61665
|
"scope": "default",
|
|
60991
61666
|
"line": {
|
|
60992
61667
|
"start": 28,
|
|
@@ -61036,7 +61711,7 @@
|
|
|
61036
61711
|
"context": {
|
|
61037
61712
|
"type": "variable",
|
|
61038
61713
|
"name": "kendo-toolbar-spacing",
|
|
61039
|
-
"value": "
|
|
61714
|
+
"value": "k-spacing(2)",
|
|
61040
61715
|
"scope": "default",
|
|
61041
61716
|
"line": {
|
|
61042
61717
|
"start": 35,
|
|
@@ -61086,7 +61761,7 @@
|
|
|
61086
61761
|
"context": {
|
|
61087
61762
|
"type": "variable",
|
|
61088
61763
|
"name": "kendo-toolbar-md-spacing",
|
|
61089
|
-
"value": "
|
|
61764
|
+
"value": "$kendo-toolbar-spacing",
|
|
61090
61765
|
"scope": "default",
|
|
61091
61766
|
"line": {
|
|
61092
61767
|
"start": 41,
|
|
@@ -61128,15 +61803,15 @@
|
|
|
61128
61803
|
}
|
|
61129
61804
|
},
|
|
61130
61805
|
{
|
|
61131
|
-
"description": "The
|
|
61806
|
+
"description": "The height of the Toolbar button separator.\n",
|
|
61132
61807
|
"commentRange": {
|
|
61133
61808
|
"start": 46,
|
|
61134
61809
|
"end": 47
|
|
61135
61810
|
},
|
|
61136
61811
|
"context": {
|
|
61137
61812
|
"type": "variable",
|
|
61138
|
-
"name": "kendo-toolbar-
|
|
61139
|
-
"value": "
|
|
61813
|
+
"name": "kendo-toolbar-separator-height",
|
|
61814
|
+
"value": "$kendo-button-md-calc-size",
|
|
61140
61815
|
"scope": "default",
|
|
61141
61816
|
"line": {
|
|
61142
61817
|
"start": 48,
|
|
@@ -61153,15 +61828,15 @@
|
|
|
61153
61828
|
}
|
|
61154
61829
|
},
|
|
61155
61830
|
{
|
|
61156
|
-
"description": "The
|
|
61831
|
+
"description": "The height of the small Toolbar button separator.\n",
|
|
61157
61832
|
"commentRange": {
|
|
61158
61833
|
"start": 49,
|
|
61159
61834
|
"end": 50
|
|
61160
61835
|
},
|
|
61161
61836
|
"context": {
|
|
61162
61837
|
"type": "variable",
|
|
61163
|
-
"name": "kendo-toolbar-
|
|
61164
|
-
"value": "
|
|
61838
|
+
"name": "kendo-toolbar-sm-separator-height",
|
|
61839
|
+
"value": "$kendo-button-sm-calc-size",
|
|
61165
61840
|
"scope": "default",
|
|
61166
61841
|
"line": {
|
|
61167
61842
|
"start": 51,
|
|
@@ -61178,19 +61853,19 @@
|
|
|
61178
61853
|
}
|
|
61179
61854
|
},
|
|
61180
61855
|
{
|
|
61181
|
-
"description": "The
|
|
61856
|
+
"description": "The height of the medium Toolbar button separator.\n",
|
|
61182
61857
|
"commentRange": {
|
|
61183
|
-
"start":
|
|
61184
|
-
"end":
|
|
61858
|
+
"start": 52,
|
|
61859
|
+
"end": 53
|
|
61185
61860
|
},
|
|
61186
61861
|
"context": {
|
|
61187
61862
|
"type": "variable",
|
|
61188
|
-
"name": "kendo-toolbar-
|
|
61189
|
-
"value": "
|
|
61863
|
+
"name": "kendo-toolbar-md-separator-height",
|
|
61864
|
+
"value": "$kendo-toolbar-separator-height",
|
|
61190
61865
|
"scope": "default",
|
|
61191
61866
|
"line": {
|
|
61192
|
-
"start":
|
|
61193
|
-
"end":
|
|
61867
|
+
"start": 54,
|
|
61868
|
+
"end": 54
|
|
61194
61869
|
}
|
|
61195
61870
|
},
|
|
61196
61871
|
"group": [
|
|
@@ -61203,19 +61878,19 @@
|
|
|
61203
61878
|
}
|
|
61204
61879
|
},
|
|
61205
61880
|
{
|
|
61206
|
-
"description": "The
|
|
61881
|
+
"description": "The height of the large Toolbar button separator.\n",
|
|
61207
61882
|
"commentRange": {
|
|
61208
|
-
"start":
|
|
61209
|
-
"end":
|
|
61883
|
+
"start": 55,
|
|
61884
|
+
"end": 56
|
|
61210
61885
|
},
|
|
61211
61886
|
"context": {
|
|
61212
61887
|
"type": "variable",
|
|
61213
|
-
"name": "kendo-toolbar-
|
|
61214
|
-
"value": "
|
|
61888
|
+
"name": "kendo-toolbar-lg-separator-height",
|
|
61889
|
+
"value": "$kendo-button-lg-calc-size",
|
|
61215
61890
|
"scope": "default",
|
|
61216
61891
|
"line": {
|
|
61217
|
-
"start":
|
|
61218
|
-
"end":
|
|
61892
|
+
"start": 57,
|
|
61893
|
+
"end": 57
|
|
61219
61894
|
}
|
|
61220
61895
|
},
|
|
61221
61896
|
"group": [
|
|
@@ -61228,15 +61903,15 @@
|
|
|
61228
61903
|
}
|
|
61229
61904
|
},
|
|
61230
61905
|
{
|
|
61231
|
-
"description": "The
|
|
61906
|
+
"description": "The width of the border around the Toolbar.\n",
|
|
61232
61907
|
"commentRange": {
|
|
61233
61908
|
"start": 59,
|
|
61234
61909
|
"end": 60
|
|
61235
61910
|
},
|
|
61236
61911
|
"context": {
|
|
61237
61912
|
"type": "variable",
|
|
61238
|
-
"name": "kendo-toolbar-
|
|
61239
|
-
"value": "
|
|
61913
|
+
"name": "kendo-toolbar-border-width",
|
|
61914
|
+
"value": "1px",
|
|
61240
61915
|
"scope": "default",
|
|
61241
61916
|
"line": {
|
|
61242
61917
|
"start": 61,
|
|
@@ -61253,19 +61928,19 @@
|
|
|
61253
61928
|
}
|
|
61254
61929
|
},
|
|
61255
61930
|
{
|
|
61256
|
-
"description": "The
|
|
61931
|
+
"description": "The border radius of the Toolbar.\n",
|
|
61257
61932
|
"commentRange": {
|
|
61258
|
-
"start":
|
|
61259
|
-
"end":
|
|
61933
|
+
"start": 62,
|
|
61934
|
+
"end": 63
|
|
61260
61935
|
},
|
|
61261
61936
|
"context": {
|
|
61262
61937
|
"type": "variable",
|
|
61263
|
-
"name": "kendo-toolbar-
|
|
61264
|
-
"value": "
|
|
61938
|
+
"name": "kendo-toolbar-border-radius",
|
|
61939
|
+
"value": "null",
|
|
61265
61940
|
"scope": "default",
|
|
61266
61941
|
"line": {
|
|
61267
|
-
"start":
|
|
61268
|
-
"end":
|
|
61942
|
+
"start": 64,
|
|
61943
|
+
"end": 64
|
|
61269
61944
|
}
|
|
61270
61945
|
},
|
|
61271
61946
|
"group": [
|
|
@@ -61278,15 +61953,15 @@
|
|
|
61278
61953
|
}
|
|
61279
61954
|
},
|
|
61280
61955
|
{
|
|
61281
|
-
"description": "The
|
|
61956
|
+
"description": "The font family of the Toolbar.\n",
|
|
61282
61957
|
"commentRange": {
|
|
61283
61958
|
"start": 66,
|
|
61284
61959
|
"end": 67
|
|
61285
61960
|
},
|
|
61286
61961
|
"context": {
|
|
61287
61962
|
"type": "variable",
|
|
61288
|
-
"name": "kendo-toolbar-
|
|
61289
|
-
"value": "
|
|
61963
|
+
"name": "kendo-toolbar-font-family",
|
|
61964
|
+
"value": "var( --kendo-font-family, inherit )",
|
|
61290
61965
|
"scope": "default",
|
|
61291
61966
|
"line": {
|
|
61292
61967
|
"start": 68,
|
|
@@ -61303,15 +61978,15 @@
|
|
|
61303
61978
|
}
|
|
61304
61979
|
},
|
|
61305
61980
|
{
|
|
61306
|
-
"description": "The
|
|
61981
|
+
"description": "The font size of the Toolbar.\n",
|
|
61307
61982
|
"commentRange": {
|
|
61308
61983
|
"start": 69,
|
|
61309
61984
|
"end": 70
|
|
61310
61985
|
},
|
|
61311
61986
|
"context": {
|
|
61312
61987
|
"type": "variable",
|
|
61313
|
-
"name": "kendo-toolbar-
|
|
61314
|
-
"value": "
|
|
61988
|
+
"name": "kendo-toolbar-font-size",
|
|
61989
|
+
"value": "var( --kendo-font-size, inherit )",
|
|
61315
61990
|
"scope": "default",
|
|
61316
61991
|
"line": {
|
|
61317
61992
|
"start": 71,
|
|
@@ -61328,15 +62003,15 @@
|
|
|
61328
62003
|
}
|
|
61329
62004
|
},
|
|
61330
62005
|
{
|
|
61331
|
-
"description": "The
|
|
62006
|
+
"description": "The line height of the Toolbar.\n",
|
|
61332
62007
|
"commentRange": {
|
|
61333
62008
|
"start": 72,
|
|
61334
62009
|
"end": 73
|
|
61335
62010
|
},
|
|
61336
62011
|
"context": {
|
|
61337
62012
|
"type": "variable",
|
|
61338
|
-
"name": "kendo-toolbar-
|
|
61339
|
-
"value": "
|
|
62013
|
+
"name": "kendo-toolbar-line-height",
|
|
62014
|
+
"value": "var( --kendo-line-height, normal )",
|
|
61340
62015
|
"scope": "default",
|
|
61341
62016
|
"line": {
|
|
61342
62017
|
"start": 74,
|
|
@@ -61353,19 +62028,19 @@
|
|
|
61353
62028
|
}
|
|
61354
62029
|
},
|
|
61355
62030
|
{
|
|
61356
|
-
"description": "The
|
|
62031
|
+
"description": "The background color of the Toolbar.\n",
|
|
61357
62032
|
"commentRange": {
|
|
61358
|
-
"start":
|
|
61359
|
-
"end":
|
|
62033
|
+
"start": 76,
|
|
62034
|
+
"end": 77
|
|
61360
62035
|
},
|
|
61361
62036
|
"context": {
|
|
61362
62037
|
"type": "variable",
|
|
61363
|
-
"name": "kendo-toolbar-
|
|
61364
|
-
"value": "
|
|
62038
|
+
"name": "kendo-toolbar-bg",
|
|
62039
|
+
"value": "$kendo-base-bg",
|
|
61365
62040
|
"scope": "default",
|
|
61366
62041
|
"line": {
|
|
61367
|
-
"start":
|
|
61368
|
-
"end":
|
|
62042
|
+
"start": 78,
|
|
62043
|
+
"end": 78
|
|
61369
62044
|
}
|
|
61370
62045
|
},
|
|
61371
62046
|
"group": [
|
|
@@ -61378,15 +62053,15 @@
|
|
|
61378
62053
|
}
|
|
61379
62054
|
},
|
|
61380
62055
|
{
|
|
61381
|
-
"description": "The text color of the
|
|
62056
|
+
"description": "The text color of the Toolbar.\n",
|
|
61382
62057
|
"commentRange": {
|
|
61383
62058
|
"start": 79,
|
|
61384
62059
|
"end": 80
|
|
61385
62060
|
},
|
|
61386
62061
|
"context": {
|
|
61387
62062
|
"type": "variable",
|
|
61388
|
-
"name": "kendo-toolbar-
|
|
61389
|
-
"value": "$kendo-
|
|
62063
|
+
"name": "kendo-toolbar-text",
|
|
62064
|
+
"value": "$kendo-base-text",
|
|
61390
62065
|
"scope": "default",
|
|
61391
62066
|
"line": {
|
|
61392
62067
|
"start": 81,
|
|
@@ -61403,15 +62078,15 @@
|
|
|
61403
62078
|
}
|
|
61404
62079
|
},
|
|
61405
62080
|
{
|
|
61406
|
-
"description": "The color of the border around the
|
|
62081
|
+
"description": "The color of the border around the Toolbar.\n",
|
|
61407
62082
|
"commentRange": {
|
|
61408
62083
|
"start": 82,
|
|
61409
62084
|
"end": 83
|
|
61410
62085
|
},
|
|
61411
62086
|
"context": {
|
|
61412
62087
|
"type": "variable",
|
|
61413
|
-
"name": "kendo-toolbar-
|
|
61414
|
-
"value": "
|
|
62088
|
+
"name": "kendo-toolbar-border",
|
|
62089
|
+
"value": "$kendo-base-border",
|
|
61415
62090
|
"scope": "default",
|
|
61416
62091
|
"line": {
|
|
61417
62092
|
"start": 84,
|
|
@@ -61428,14 +62103,14 @@
|
|
|
61428
62103
|
}
|
|
61429
62104
|
},
|
|
61430
62105
|
{
|
|
61431
|
-
"description": "The gradient of the
|
|
62106
|
+
"description": "The gradient of the Toolbar.\n",
|
|
61432
62107
|
"commentRange": {
|
|
61433
62108
|
"start": 85,
|
|
61434
62109
|
"end": 86
|
|
61435
62110
|
},
|
|
61436
62111
|
"context": {
|
|
61437
62112
|
"type": "variable",
|
|
61438
|
-
"name": "kendo-toolbar-
|
|
62113
|
+
"name": "kendo-toolbar-gradient",
|
|
61439
62114
|
"value": "null",
|
|
61440
62115
|
"scope": "default",
|
|
61441
62116
|
"line": {
|
|
@@ -61453,14 +62128,14 @@
|
|
|
61453
62128
|
}
|
|
61454
62129
|
},
|
|
61455
62130
|
{
|
|
61456
|
-
"description": "The box shadow of the
|
|
62131
|
+
"description": "The box shadow of the Toolbar.\n",
|
|
61457
62132
|
"commentRange": {
|
|
61458
62133
|
"start": 88,
|
|
61459
62134
|
"end": 89
|
|
61460
62135
|
},
|
|
61461
62136
|
"context": {
|
|
61462
62137
|
"type": "variable",
|
|
61463
|
-
"name": "kendo-toolbar-
|
|
62138
|
+
"name": "kendo-toolbar-shadow",
|
|
61464
62139
|
"value": "null",
|
|
61465
62140
|
"scope": "default",
|
|
61466
62141
|
"line": {
|
|
@@ -61478,15 +62153,15 @@
|
|
|
61478
62153
|
}
|
|
61479
62154
|
},
|
|
61480
62155
|
{
|
|
61481
|
-
"description": "The
|
|
62156
|
+
"description": "The left and right scroll overlay of the Toolbar.\n",
|
|
61482
62157
|
"commentRange": {
|
|
61483
62158
|
"start": 91,
|
|
61484
62159
|
"end": 92
|
|
61485
62160
|
},
|
|
61486
62161
|
"context": {
|
|
61487
62162
|
"type": "variable",
|
|
61488
|
-
"name": "kendo-toolbar-
|
|
61489
|
-
"value": "$kendo-toolbar-
|
|
62163
|
+
"name": "kendo-toolbar-scroll-overlay",
|
|
62164
|
+
"value": "$kendo-toolbar-bg, if($kendo-enable-color-system, color-mix(in srgb, k-color( app-surface ) 0%, transparent), rgba( $kendo-color-white, 0))",
|
|
61490
62165
|
"scope": "default",
|
|
61491
62166
|
"line": {
|
|
61492
62167
|
"start": 93,
|
|
@@ -61503,15 +62178,15 @@
|
|
|
61503
62178
|
}
|
|
61504
62179
|
},
|
|
61505
62180
|
{
|
|
61506
|
-
"description": "The text color of the
|
|
62181
|
+
"description": "The text color of the outline Toolbar.\n",
|
|
61507
62182
|
"commentRange": {
|
|
61508
62183
|
"start": 95,
|
|
61509
62184
|
"end": 96
|
|
61510
62185
|
},
|
|
61511
62186
|
"context": {
|
|
61512
62187
|
"type": "variable",
|
|
61513
|
-
"name": "kendo-toolbar-
|
|
61514
|
-
"value": "
|
|
62188
|
+
"name": "kendo-toolbar-outline-text",
|
|
62189
|
+
"value": "$kendo-button-text",
|
|
61515
62190
|
"scope": "default",
|
|
61516
62191
|
"line": {
|
|
61517
62192
|
"start": 97,
|
|
@@ -61528,15 +62203,15 @@
|
|
|
61528
62203
|
}
|
|
61529
62204
|
},
|
|
61530
62205
|
{
|
|
61531
|
-
"description": "The color of the border around the
|
|
62206
|
+
"description": "The color of the border around the outline Toolbar.\n",
|
|
61532
62207
|
"commentRange": {
|
|
61533
62208
|
"start": 98,
|
|
61534
62209
|
"end": 99
|
|
61535
62210
|
},
|
|
61536
62211
|
"context": {
|
|
61537
62212
|
"type": "variable",
|
|
61538
|
-
"name": "kendo-toolbar-
|
|
61539
|
-
"value": "$kendo-toolbar-
|
|
62213
|
+
"name": "kendo-toolbar-outline-border",
|
|
62214
|
+
"value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-base ) 50%, transparent), rgba( $kendo-toolbar-outline-text, .5))",
|
|
61540
62215
|
"scope": "default",
|
|
61541
62216
|
"line": {
|
|
61542
62217
|
"start": 100,
|
|
@@ -61553,14 +62228,14 @@
|
|
|
61553
62228
|
}
|
|
61554
62229
|
},
|
|
61555
62230
|
{
|
|
61556
|
-
"description": "The gradient of the
|
|
62231
|
+
"description": "The gradient of the outline Toolbar.\n",
|
|
61557
62232
|
"commentRange": {
|
|
61558
62233
|
"start": 101,
|
|
61559
62234
|
"end": 102
|
|
61560
62235
|
},
|
|
61561
62236
|
"context": {
|
|
61562
62237
|
"type": "variable",
|
|
61563
|
-
"name": "kendo-toolbar-
|
|
62238
|
+
"name": "kendo-toolbar-outline-gradient",
|
|
61564
62239
|
"value": "null",
|
|
61565
62240
|
"scope": "default",
|
|
61566
62241
|
"line": {
|
|
@@ -61578,14 +62253,14 @@
|
|
|
61578
62253
|
}
|
|
61579
62254
|
},
|
|
61580
62255
|
{
|
|
61581
|
-
"description": "The box shadow of the
|
|
62256
|
+
"description": "The box shadow of the outline Toolbar.\n",
|
|
61582
62257
|
"commentRange": {
|
|
61583
62258
|
"start": 104,
|
|
61584
62259
|
"end": 105
|
|
61585
62260
|
},
|
|
61586
62261
|
"context": {
|
|
61587
62262
|
"type": "variable",
|
|
61588
|
-
"name": "kendo-toolbar-
|
|
62263
|
+
"name": "kendo-toolbar-outline-shadow",
|
|
61589
62264
|
"value": "null",
|
|
61590
62265
|
"scope": "default",
|
|
61591
62266
|
"line": {
|
|
@@ -61603,15 +62278,15 @@
|
|
|
61603
62278
|
}
|
|
61604
62279
|
},
|
|
61605
62280
|
{
|
|
61606
|
-
"description": "
|
|
62281
|
+
"description": "The width of the border around the outline Toolbar.\n",
|
|
61607
62282
|
"commentRange": {
|
|
61608
62283
|
"start": 107,
|
|
61609
62284
|
"end": 108
|
|
61610
62285
|
},
|
|
61611
62286
|
"context": {
|
|
61612
62287
|
"type": "variable",
|
|
61613
|
-
"name": "kendo-toolbar-
|
|
61614
|
-
"value": "
|
|
62288
|
+
"name": "kendo-toolbar-outline-border-width",
|
|
62289
|
+
"value": "$kendo-toolbar-border-width",
|
|
61615
62290
|
"scope": "default",
|
|
61616
62291
|
"line": {
|
|
61617
62292
|
"start": 109,
|
|
@@ -61627,11 +62302,186 @@
|
|
|
61627
62302
|
"name": "_variables.scss"
|
|
61628
62303
|
}
|
|
61629
62304
|
},
|
|
62305
|
+
{
|
|
62306
|
+
"description": "The left and right scroll overlay of the outline Toolbar.\n",
|
|
62307
|
+
"commentRange": {
|
|
62308
|
+
"start": 110,
|
|
62309
|
+
"end": 111
|
|
62310
|
+
},
|
|
62311
|
+
"context": {
|
|
62312
|
+
"type": "variable",
|
|
62313
|
+
"name": "kendo-toolbar-outline-scroll-overlay",
|
|
62314
|
+
"value": "if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white), if($kendo-enable-color-system, color-mix(in srgb, k-color( app-surface ) 0%, transparent), rgba( $kendo-color-white, 0))",
|
|
62315
|
+
"scope": "default",
|
|
62316
|
+
"line": {
|
|
62317
|
+
"start": 112,
|
|
62318
|
+
"end": 112
|
|
62319
|
+
}
|
|
62320
|
+
},
|
|
62321
|
+
"group": [
|
|
62322
|
+
"toolbar"
|
|
62323
|
+
],
|
|
62324
|
+
"access": "public",
|
|
62325
|
+
"file": {
|
|
62326
|
+
"path": "toolbar/_variables.scss",
|
|
62327
|
+
"name": "_variables.scss"
|
|
62328
|
+
}
|
|
62329
|
+
},
|
|
62330
|
+
{
|
|
62331
|
+
"description": "The text color of the flat Toolbar.\n",
|
|
62332
|
+
"commentRange": {
|
|
62333
|
+
"start": 114,
|
|
62334
|
+
"end": 115
|
|
62335
|
+
},
|
|
62336
|
+
"context": {
|
|
62337
|
+
"type": "variable",
|
|
62338
|
+
"name": "kendo-toolbar-flat-text",
|
|
62339
|
+
"value": "null",
|
|
62340
|
+
"scope": "default",
|
|
62341
|
+
"line": {
|
|
62342
|
+
"start": 116,
|
|
62343
|
+
"end": 116
|
|
62344
|
+
}
|
|
62345
|
+
},
|
|
62346
|
+
"group": [
|
|
62347
|
+
"toolbar"
|
|
62348
|
+
],
|
|
62349
|
+
"access": "public",
|
|
62350
|
+
"file": {
|
|
62351
|
+
"path": "toolbar/_variables.scss",
|
|
62352
|
+
"name": "_variables.scss"
|
|
62353
|
+
}
|
|
62354
|
+
},
|
|
62355
|
+
{
|
|
62356
|
+
"description": "The color of the border around the flat Toolbar.\n",
|
|
62357
|
+
"commentRange": {
|
|
62358
|
+
"start": 117,
|
|
62359
|
+
"end": 118
|
|
62360
|
+
},
|
|
62361
|
+
"context": {
|
|
62362
|
+
"type": "variable",
|
|
62363
|
+
"name": "kendo-toolbar-flat-border",
|
|
62364
|
+
"value": "$kendo-toolbar-border",
|
|
62365
|
+
"scope": "default",
|
|
62366
|
+
"line": {
|
|
62367
|
+
"start": 119,
|
|
62368
|
+
"end": 119
|
|
62369
|
+
}
|
|
62370
|
+
},
|
|
62371
|
+
"group": [
|
|
62372
|
+
"toolbar"
|
|
62373
|
+
],
|
|
62374
|
+
"access": "public",
|
|
62375
|
+
"file": {
|
|
62376
|
+
"path": "toolbar/_variables.scss",
|
|
62377
|
+
"name": "_variables.scss"
|
|
62378
|
+
}
|
|
62379
|
+
},
|
|
62380
|
+
{
|
|
62381
|
+
"description": "The gradient of the flat Toolbar.\n",
|
|
62382
|
+
"commentRange": {
|
|
62383
|
+
"start": 120,
|
|
62384
|
+
"end": 121
|
|
62385
|
+
},
|
|
62386
|
+
"context": {
|
|
62387
|
+
"type": "variable",
|
|
62388
|
+
"name": "kendo-toolbar-flat-gradient",
|
|
62389
|
+
"value": "null",
|
|
62390
|
+
"scope": "default",
|
|
62391
|
+
"line": {
|
|
62392
|
+
"start": 122,
|
|
62393
|
+
"end": 122
|
|
62394
|
+
}
|
|
62395
|
+
},
|
|
62396
|
+
"group": [
|
|
62397
|
+
"toolbar"
|
|
62398
|
+
],
|
|
62399
|
+
"access": "public",
|
|
62400
|
+
"file": {
|
|
62401
|
+
"path": "toolbar/_variables.scss",
|
|
62402
|
+
"name": "_variables.scss"
|
|
62403
|
+
}
|
|
62404
|
+
},
|
|
62405
|
+
{
|
|
62406
|
+
"description": "The box shadow of the flat Toolbar.\n",
|
|
62407
|
+
"commentRange": {
|
|
62408
|
+
"start": 123,
|
|
62409
|
+
"end": 124
|
|
62410
|
+
},
|
|
62411
|
+
"context": {
|
|
62412
|
+
"type": "variable",
|
|
62413
|
+
"name": "kendo-toolbar-flat-shadow",
|
|
62414
|
+
"value": "null",
|
|
62415
|
+
"scope": "default",
|
|
62416
|
+
"line": {
|
|
62417
|
+
"start": 125,
|
|
62418
|
+
"end": 125
|
|
62419
|
+
}
|
|
62420
|
+
},
|
|
62421
|
+
"group": [
|
|
62422
|
+
"toolbar"
|
|
62423
|
+
],
|
|
62424
|
+
"access": "public",
|
|
62425
|
+
"file": {
|
|
62426
|
+
"path": "toolbar/_variables.scss",
|
|
62427
|
+
"name": "_variables.scss"
|
|
62428
|
+
}
|
|
62429
|
+
},
|
|
62430
|
+
{
|
|
62431
|
+
"description": "Border width of the flat Toolbar.\n",
|
|
62432
|
+
"commentRange": {
|
|
62433
|
+
"start": 126,
|
|
62434
|
+
"end": 127
|
|
62435
|
+
},
|
|
62436
|
+
"context": {
|
|
62437
|
+
"type": "variable",
|
|
62438
|
+
"name": "kendo-toolbar-flat-border-width",
|
|
62439
|
+
"value": "1px",
|
|
62440
|
+
"scope": "default",
|
|
62441
|
+
"line": {
|
|
62442
|
+
"start": 128,
|
|
62443
|
+
"end": 128
|
|
62444
|
+
}
|
|
62445
|
+
},
|
|
62446
|
+
"group": [
|
|
62447
|
+
"toolbar"
|
|
62448
|
+
],
|
|
62449
|
+
"access": "public",
|
|
62450
|
+
"file": {
|
|
62451
|
+
"path": "toolbar/_variables.scss",
|
|
62452
|
+
"name": "_variables.scss"
|
|
62453
|
+
}
|
|
62454
|
+
},
|
|
62455
|
+
{
|
|
62456
|
+
"description": "The left and right scroll overlay of the flat Toolbar.\n",
|
|
62457
|
+
"commentRange": {
|
|
62458
|
+
"start": 129,
|
|
62459
|
+
"end": 130
|
|
62460
|
+
},
|
|
62461
|
+
"context": {
|
|
62462
|
+
"type": "variable",
|
|
62463
|
+
"name": "kendo-toolbar-flat-scroll-overlay",
|
|
62464
|
+
"value": "if($kendo-enable-color-system, k-color( app-surface ), $kendo-color-white), if($kendo-enable-color-system, color-mix(in srgb, k-color( app-surface ) 0%, transparent), rgba( $kendo-color-white, 0))",
|
|
62465
|
+
"scope": "default",
|
|
62466
|
+
"line": {
|
|
62467
|
+
"start": 131,
|
|
62468
|
+
"end": 131
|
|
62469
|
+
}
|
|
62470
|
+
},
|
|
62471
|
+
"group": [
|
|
62472
|
+
"toolbar"
|
|
62473
|
+
],
|
|
62474
|
+
"access": "public",
|
|
62475
|
+
"file": {
|
|
62476
|
+
"path": "toolbar/_variables.scss",
|
|
62477
|
+
"name": "_variables.scss"
|
|
62478
|
+
}
|
|
62479
|
+
},
|
|
61630
62480
|
{
|
|
61631
62481
|
"description": "The color of the separator border of the Toolbar.\n",
|
|
61632
62482
|
"commentRange": {
|
|
61633
|
-
"start":
|
|
61634
|
-
"end":
|
|
62483
|
+
"start": 133,
|
|
62484
|
+
"end": 134
|
|
61635
62485
|
},
|
|
61636
62486
|
"context": {
|
|
61637
62487
|
"type": "variable",
|
|
@@ -61639,8 +62489,8 @@
|
|
|
61639
62489
|
"value": "inherit",
|
|
61640
62490
|
"scope": "default",
|
|
61641
62491
|
"line": {
|
|
61642
|
-
"start":
|
|
61643
|
-
"end":
|
|
62492
|
+
"start": 135,
|
|
62493
|
+
"end": 135
|
|
61644
62494
|
}
|
|
61645
62495
|
},
|
|
61646
62496
|
"group": [
|
|
@@ -61655,8 +62505,8 @@
|
|
|
61655
62505
|
{
|
|
61656
62506
|
"description": "The width of the input in the Toolbar.\n",
|
|
61657
62507
|
"commentRange": {
|
|
61658
|
-
"start":
|
|
61659
|
-
"end":
|
|
62508
|
+
"start": 137,
|
|
62509
|
+
"end": 138
|
|
61660
62510
|
},
|
|
61661
62511
|
"context": {
|
|
61662
62512
|
"type": "variable",
|
|
@@ -61664,8 +62514,8 @@
|
|
|
61664
62514
|
"value": "10em",
|
|
61665
62515
|
"scope": "default",
|
|
61666
62516
|
"line": {
|
|
61667
|
-
"start":
|
|
61668
|
-
"end":
|
|
62517
|
+
"start": 139,
|
|
62518
|
+
"end": 139
|
|
61669
62519
|
}
|
|
61670
62520
|
},
|
|
61671
62521
|
"group": [
|
|
@@ -61680,8 +62530,8 @@
|
|
|
61680
62530
|
{
|
|
61681
62531
|
"description": "The box shadow of the focused Toolbar item.\n",
|
|
61682
62532
|
"commentRange": {
|
|
61683
|
-
"start":
|
|
61684
|
-
"end":
|
|
62533
|
+
"start": 141,
|
|
62534
|
+
"end": 142
|
|
61685
62535
|
},
|
|
61686
62536
|
"context": {
|
|
61687
62537
|
"type": "variable",
|
|
@@ -61689,8 +62539,8 @@
|
|
|
61689
62539
|
"value": "$kendo-button-focus-shadow",
|
|
61690
62540
|
"scope": "default",
|
|
61691
62541
|
"line": {
|
|
61692
|
-
"start":
|
|
61693
|
-
"end":
|
|
62542
|
+
"start": 143,
|
|
62543
|
+
"end": 143
|
|
61694
62544
|
}
|
|
61695
62545
|
},
|
|
61696
62546
|
"group": [
|
|
@@ -61705,8 +62555,8 @@
|
|
|
61705
62555
|
{
|
|
61706
62556
|
"description": "The font size of the Toolbar overflow container.\n",
|
|
61707
62557
|
"commentRange": {
|
|
61708
|
-
"start":
|
|
61709
|
-
"end":
|
|
62558
|
+
"start": 145,
|
|
62559
|
+
"end": 146
|
|
61710
62560
|
},
|
|
61711
62561
|
"context": {
|
|
61712
62562
|
"type": "variable",
|
|
@@ -61714,8 +62564,8 @@
|
|
|
61714
62564
|
"value": "$kendo-menu-popup-md-font-size",
|
|
61715
62565
|
"scope": "default",
|
|
61716
62566
|
"line": {
|
|
61717
|
-
"start":
|
|
61718
|
-
"end":
|
|
62567
|
+
"start": 147,
|
|
62568
|
+
"end": 147
|
|
61719
62569
|
}
|
|
61720
62570
|
},
|
|
61721
62571
|
"group": [
|
|
@@ -61730,8 +62580,8 @@
|
|
|
61730
62580
|
{
|
|
61731
62581
|
"description": "The line-height of the Toolbar overflow container.\n",
|
|
61732
62582
|
"commentRange": {
|
|
61733
|
-
"start":
|
|
61734
|
-
"end":
|
|
62583
|
+
"start": 148,
|
|
62584
|
+
"end": 149
|
|
61735
62585
|
},
|
|
61736
62586
|
"context": {
|
|
61737
62587
|
"type": "variable",
|
|
@@ -61739,8 +62589,8 @@
|
|
|
61739
62589
|
"value": "$kendo-menu-popup-md-line-height",
|
|
61740
62590
|
"scope": "default",
|
|
61741
62591
|
"line": {
|
|
61742
|
-
"start":
|
|
61743
|
-
"end":
|
|
62592
|
+
"start": 150,
|
|
62593
|
+
"end": 150
|
|
61744
62594
|
}
|
|
61745
62595
|
},
|
|
61746
62596
|
"group": [
|
|
@@ -61755,8 +62605,8 @@
|
|
|
61755
62605
|
{
|
|
61756
62606
|
"description": "The vertical padding of the Toolbar overflow button.\n",
|
|
61757
62607
|
"commentRange": {
|
|
61758
|
-
"start":
|
|
61759
|
-
"end":
|
|
62608
|
+
"start": 151,
|
|
62609
|
+
"end": 152
|
|
61760
62610
|
},
|
|
61761
62611
|
"context": {
|
|
61762
62612
|
"type": "variable",
|
|
@@ -61764,8 +62614,8 @@
|
|
|
61764
62614
|
"value": "$kendo-menu-popup-md-item-padding-y",
|
|
61765
62615
|
"scope": "default",
|
|
61766
62616
|
"line": {
|
|
61767
|
-
"start":
|
|
61768
|
-
"end":
|
|
62617
|
+
"start": 153,
|
|
62618
|
+
"end": 153
|
|
61769
62619
|
}
|
|
61770
62620
|
},
|
|
61771
62621
|
"group": [
|
|
@@ -61780,8 +62630,8 @@
|
|
|
61780
62630
|
{
|
|
61781
62631
|
"description": "The horizontal padding of the Toolbar overflow button.\n",
|
|
61782
62632
|
"commentRange": {
|
|
61783
|
-
"start":
|
|
61784
|
-
"end":
|
|
62633
|
+
"start": 154,
|
|
62634
|
+
"end": 155
|
|
61785
62635
|
},
|
|
61786
62636
|
"context": {
|
|
61787
62637
|
"type": "variable",
|
|
@@ -61789,8 +62639,8 @@
|
|
|
61789
62639
|
"value": "$kendo-menu-popup-md-item-padding-x",
|
|
61790
62640
|
"scope": "default",
|
|
61791
62641
|
"line": {
|
|
61792
|
-
"start":
|
|
61793
|
-
"end":
|
|
62642
|
+
"start": 156,
|
|
62643
|
+
"end": 156
|
|
61794
62644
|
}
|
|
61795
62645
|
},
|
|
61796
62646
|
"group": [
|
|
@@ -61805,17 +62655,17 @@
|
|
|
61805
62655
|
{
|
|
61806
62656
|
"description": "The sizes map for the Toolbar.\n",
|
|
61807
62657
|
"commentRange": {
|
|
61808
|
-
"start":
|
|
61809
|
-
"end":
|
|
62658
|
+
"start": 158,
|
|
62659
|
+
"end": 159
|
|
61810
62660
|
},
|
|
61811
62661
|
"context": {
|
|
61812
62662
|
"type": "variable",
|
|
61813
62663
|
"name": "kendo-toolbar-sizes",
|
|
61814
|
-
"value": "(\n sm: (\n padding-x: $kendo-toolbar-sm-padding-x,\n padding-y: $kendo-toolbar-sm-padding-y,\n spacing: $kendo-toolbar-sm-spacing\n ),\n md: (\n padding-x: $kendo-toolbar-md-padding-x,\n padding-y: $kendo-toolbar-md-padding-y,\n spacing: $kendo-toolbar-md-spacing\n ),\n lg: (\n padding-x: $kendo-toolbar-lg-padding-x,\n padding-y: $kendo-toolbar-lg-padding-y,\n spacing: $kendo-toolbar-lg-spacing\n )\n)",
|
|
62664
|
+
"value": "(\n sm: (\n padding-x: $kendo-toolbar-sm-padding-x,\n padding-y: $kendo-toolbar-sm-padding-y,\n spacing: $kendo-toolbar-sm-spacing,\n separator-height: $kendo-toolbar-sm-separator-height\n ),\n md: (\n padding-x: $kendo-toolbar-md-padding-x,\n padding-y: $kendo-toolbar-md-padding-y,\n spacing: $kendo-toolbar-md-spacing,\n separator-height: $kendo-toolbar-md-separator-height\n ),\n lg: (\n padding-x: $kendo-toolbar-lg-padding-x,\n padding-y: $kendo-toolbar-lg-padding-y,\n spacing: $kendo-toolbar-lg-spacing,\n separator-height: $kendo-toolbar-lg-separator-height\n )\n)",
|
|
61815
62665
|
"scope": "default",
|
|
61816
62666
|
"line": {
|
|
61817
|
-
"start":
|
|
61818
|
-
"end":
|
|
62667
|
+
"start": 160,
|
|
62668
|
+
"end": 179
|
|
61819
62669
|
}
|
|
61820
62670
|
},
|
|
61821
62671
|
"group": [
|