@progress/kendo-theme-material 9.1.0-dev.3 → 9.1.0-dev.5
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/all.scss +480 -94
- package/dist/material-aqua-dark.css +1 -1
- package/dist/material-arctic.css +1 -1
- package/dist/material-burnt-teal.css +1 -1
- package/dist/material-dataviz-v4.css +1 -1
- package/dist/material-eggplant.css +1 -1
- package/dist/material-lime-dark.css +1 -1
- package/dist/material-lime.css +1 -1
- package/dist/material-main-dark.css +1 -1
- package/dist/material-main.css +1 -1
- package/dist/material-nova.css +1 -1
- package/dist/material-pacific-dark.css +1 -1
- package/dist/material-pacific.css +1 -1
- package/dist/material-sky-dark.css +1 -1
- package/dist/material-sky.css +1 -1
- package/dist/material-smoke.css +1 -1
- package/dist/meta/sassdoc-data.json +1642 -664
- package/dist/meta/sassdoc-raw-data.json +751 -301
- package/dist/meta/variables.json +126 -34
- package/lib/swatches/material-aqua-dark.json +1 -1
- package/lib/swatches/material-arctic.json +1 -1
- package/lib/swatches/material-burnt-teal.json +1 -1
- package/lib/swatches/material-dataviz-v4.json +1 -1
- package/lib/swatches/material-eggplant.json +1 -1
- package/lib/swatches/material-lime-dark.json +1 -1
- package/lib/swatches/material-lime.json +1 -1
- package/lib/swatches/material-main-dark.json +1 -1
- package/lib/swatches/material-main.json +1 -1
- package/lib/swatches/material-nova.json +1 -1
- package/lib/swatches/material-pacific-dark.json +1 -1
- package/lib/swatches/material-pacific.json +1 -1
- package/lib/swatches/material-sky-dark.json +1 -1
- package/lib/swatches/material-sky.json +1 -1
- package/lib/swatches/material-smoke.json +1 -1
- package/package.json +5 -5
- package/scss/dataviz/_index.scss +3 -1
- package/scss/dataviz/_variables.scss +9 -0
- package/scss/index.scss +2 -0
- package/scss/list/_index.scss +3 -1
- package/scss/list/_variables.scss +0 -4
- package/scss/no-data/_index.scss +32 -0
- package/scss/no-data/_layout.scss +5 -0
- package/scss/no-data/_theme.scss +5 -0
- package/scss/no-data/_variables.scss +7 -0
- package/scss/orgchart/_variables.scss +1 -1
- package/scss/pdf-viewer/_variables.scss +23 -0
- package/scss/splitter/_variables.scss +1 -1
- package/scss/stepper/_variables.scss +3 -0
- package/scss/timeline/_variables.scss +5 -5
- package/scss/toolbar/_layout.scss +4 -0
- package/scss/toolbar/_variables.scss +34 -6
- package/scss/tooltip/_variables.scss +1 -1
|
@@ -32277,14 +32277,14 @@
|
|
|
32277
32277
|
"resolvedType": "Null"
|
|
32278
32278
|
},
|
|
32279
32279
|
{
|
|
32280
|
-
"description": "The color of the '
|
|
32280
|
+
"description": "The color of the 'Option Label' text.\n",
|
|
32281
32281
|
"commentRange": {
|
|
32282
32282
|
"start": 245,
|
|
32283
32283
|
"end": 246
|
|
32284
32284
|
},
|
|
32285
32285
|
"context": {
|
|
32286
32286
|
"type": "variable",
|
|
32287
|
-
"name": "kendo-list-
|
|
32287
|
+
"name": "kendo-list-option-label-text",
|
|
32288
32288
|
"value": "$kendo-subtle-text",
|
|
32289
32289
|
"scope": "default",
|
|
32290
32290
|
"line": {
|
|
@@ -32303,33 +32303,6 @@
|
|
|
32303
32303
|
"resolvedValue": "var(--kendo-color-subtle, #757575)",
|
|
32304
32304
|
"resolvedType": "String"
|
|
32305
32305
|
},
|
|
32306
|
-
{
|
|
32307
|
-
"description": "The color of the 'Option Label' text.\n",
|
|
32308
|
-
"commentRange": {
|
|
32309
|
-
"start": 249,
|
|
32310
|
-
"end": 250
|
|
32311
|
-
},
|
|
32312
|
-
"context": {
|
|
32313
|
-
"type": "variable",
|
|
32314
|
-
"name": "kendo-list-option-label-text",
|
|
32315
|
-
"value": "$kendo-subtle-text",
|
|
32316
|
-
"scope": "default",
|
|
32317
|
-
"line": {
|
|
32318
|
-
"start": 251,
|
|
32319
|
-
"end": 251
|
|
32320
|
-
}
|
|
32321
|
-
},
|
|
32322
|
-
"group": [
|
|
32323
|
-
"list"
|
|
32324
|
-
],
|
|
32325
|
-
"access": "public",
|
|
32326
|
-
"file": {
|
|
32327
|
-
"path": "material/scss/list/_variables.scss",
|
|
32328
|
-
"name": "_variables.scss"
|
|
32329
|
-
},
|
|
32330
|
-
"resolvedValue": "var(--kendo-color-subtle, #757575)",
|
|
32331
|
-
"resolvedType": "String"
|
|
32332
|
-
},
|
|
32333
32306
|
{
|
|
32334
32307
|
"description": "The spacing between the ListBox elements.\n",
|
|
32335
32308
|
"commentRange": {
|
|
@@ -37001,6 +36974,60 @@
|
|
|
37001
36974
|
"resolvedValue": "var(--kendo-spacing-1, 0.25rem)",
|
|
37002
36975
|
"resolvedType": "String"
|
|
37003
36976
|
},
|
|
36977
|
+
{
|
|
36978
|
+
"description": "The minimum height of the 'No Data' text container.\n",
|
|
36979
|
+
"commentRange": {
|
|
36980
|
+
"start": 1,
|
|
36981
|
+
"end": 2
|
|
36982
|
+
},
|
|
36983
|
+
"context": {
|
|
36984
|
+
"type": "variable",
|
|
36985
|
+
"name": "kendo-no-data-min-height",
|
|
36986
|
+
"value": "140px",
|
|
36987
|
+
"scope": "default",
|
|
36988
|
+
"line": {
|
|
36989
|
+
"start": 3,
|
|
36990
|
+
"end": 3
|
|
36991
|
+
}
|
|
36992
|
+
},
|
|
36993
|
+
"group": [
|
|
36994
|
+
"no-data"
|
|
36995
|
+
],
|
|
36996
|
+
"access": "public",
|
|
36997
|
+
"file": {
|
|
36998
|
+
"path": "material/scss/no-data/_variables.scss",
|
|
36999
|
+
"name": "_variables.scss"
|
|
37000
|
+
},
|
|
37001
|
+
"resolvedValue": "140px",
|
|
37002
|
+
"resolvedType": "Number"
|
|
37003
|
+
},
|
|
37004
|
+
{
|
|
37005
|
+
"description": "The color of the 'No Data' text.\n",
|
|
37006
|
+
"commentRange": {
|
|
37007
|
+
"start": 5,
|
|
37008
|
+
"end": 6
|
|
37009
|
+
},
|
|
37010
|
+
"context": {
|
|
37011
|
+
"type": "variable",
|
|
37012
|
+
"name": "kendo-no-data-text",
|
|
37013
|
+
"value": "$kendo-subtle-text",
|
|
37014
|
+
"scope": "default",
|
|
37015
|
+
"line": {
|
|
37016
|
+
"start": 7,
|
|
37017
|
+
"end": 7
|
|
37018
|
+
}
|
|
37019
|
+
},
|
|
37020
|
+
"group": [
|
|
37021
|
+
"no-data"
|
|
37022
|
+
],
|
|
37023
|
+
"access": "public",
|
|
37024
|
+
"file": {
|
|
37025
|
+
"path": "material/scss/no-data/_variables.scss",
|
|
37026
|
+
"name": "_variables.scss"
|
|
37027
|
+
},
|
|
37028
|
+
"resolvedValue": "var(--kendo-color-subtle, #757575)",
|
|
37029
|
+
"resolvedType": "String"
|
|
37030
|
+
},
|
|
37004
37031
|
{
|
|
37005
37032
|
"description": "The row-gap between the elements in the Notification group.\n",
|
|
37006
37033
|
"commentRange": {
|
|
@@ -38640,7 +38667,7 @@
|
|
|
38640
38667
|
"context": {
|
|
38641
38668
|
"type": "variable",
|
|
38642
38669
|
"name": "kendo-orgchart-line-v-height",
|
|
38643
|
-
"value": "
|
|
38670
|
+
"value": "k-spacing(6)",
|
|
38644
38671
|
"scope": "default",
|
|
38645
38672
|
"line": {
|
|
38646
38673
|
"start": 146,
|
|
@@ -38655,8 +38682,8 @@
|
|
|
38655
38682
|
"path": "material/scss/orgchart/_variables.scss",
|
|
38656
38683
|
"name": "_variables.scss"
|
|
38657
38684
|
},
|
|
38658
|
-
"resolvedValue": "
|
|
38659
|
-
"resolvedType": "
|
|
38685
|
+
"resolvedValue": "var(--kendo-spacing-6, 1.5rem)",
|
|
38686
|
+
"resolvedType": "String"
|
|
38660
38687
|
},
|
|
38661
38688
|
{
|
|
38662
38689
|
"description": "The horizontal padding of the Pager.\n",
|
|
@@ -43916,6 +43943,195 @@
|
|
|
43916
43943
|
"resolvedValue": "var(--kendo-color-subtle, #757575)",
|
|
43917
43944
|
"resolvedType": "String"
|
|
43918
43945
|
},
|
|
43946
|
+
{
|
|
43947
|
+
"description": "The vertical padding of the PDFViewer popup.\n",
|
|
43948
|
+
"commentRange": {
|
|
43949
|
+
"start": 112,
|
|
43950
|
+
"end": 113
|
|
43951
|
+
},
|
|
43952
|
+
"context": {
|
|
43953
|
+
"type": "variable",
|
|
43954
|
+
"name": "kendo-pdf-viewer-popup-padding-x",
|
|
43955
|
+
"value": "k-spacing(2)",
|
|
43956
|
+
"scope": "default",
|
|
43957
|
+
"line": {
|
|
43958
|
+
"start": 114,
|
|
43959
|
+
"end": 114
|
|
43960
|
+
}
|
|
43961
|
+
},
|
|
43962
|
+
"group": [
|
|
43963
|
+
"pdf-viewer"
|
|
43964
|
+
],
|
|
43965
|
+
"access": "public",
|
|
43966
|
+
"file": {
|
|
43967
|
+
"path": "material/scss/pdf-viewer/_variables.scss",
|
|
43968
|
+
"name": "_variables.scss"
|
|
43969
|
+
},
|
|
43970
|
+
"resolvedValue": "var(--kendo-spacing-2, 0.5rem)",
|
|
43971
|
+
"resolvedType": "String"
|
|
43972
|
+
},
|
|
43973
|
+
{
|
|
43974
|
+
"description": "The horizontal padding of the PDFViewer popup.\n",
|
|
43975
|
+
"commentRange": {
|
|
43976
|
+
"start": 115,
|
|
43977
|
+
"end": 116
|
|
43978
|
+
},
|
|
43979
|
+
"context": {
|
|
43980
|
+
"type": "variable",
|
|
43981
|
+
"name": "kendo-pdf-viewer-popup-padding-y",
|
|
43982
|
+
"value": "$kendo-pdf-viewer-popup-padding-x",
|
|
43983
|
+
"scope": "default",
|
|
43984
|
+
"line": {
|
|
43985
|
+
"start": 117,
|
|
43986
|
+
"end": 117
|
|
43987
|
+
}
|
|
43988
|
+
},
|
|
43989
|
+
"group": [
|
|
43990
|
+
"pdf-viewer"
|
|
43991
|
+
],
|
|
43992
|
+
"access": "public",
|
|
43993
|
+
"file": {
|
|
43994
|
+
"path": "material/scss/pdf-viewer/_variables.scss",
|
|
43995
|
+
"name": "_variables.scss"
|
|
43996
|
+
},
|
|
43997
|
+
"resolvedValue": "var(--kendo-spacing-2, 0.5rem)",
|
|
43998
|
+
"resolvedType": "String"
|
|
43999
|
+
},
|
|
44000
|
+
{
|
|
44001
|
+
"description": "The border color of the PDFViewer selected highlight annotation.\n",
|
|
44002
|
+
"commentRange": {
|
|
44003
|
+
"start": 119,
|
|
44004
|
+
"end": 120
|
|
44005
|
+
},
|
|
44006
|
+
"context": {
|
|
44007
|
+
"type": "variable",
|
|
44008
|
+
"name": "kendo-pdf-viewer-highlight-annotation-border",
|
|
44009
|
+
"value": "if($kendo-enable-color-system, k-color(primary), $kendo-color-primary)",
|
|
44010
|
+
"scope": "default",
|
|
44011
|
+
"line": {
|
|
44012
|
+
"start": 121,
|
|
44013
|
+
"end": 121
|
|
44014
|
+
}
|
|
44015
|
+
},
|
|
44016
|
+
"group": [
|
|
44017
|
+
"pdf-viewer"
|
|
44018
|
+
],
|
|
44019
|
+
"access": "public",
|
|
44020
|
+
"file": {
|
|
44021
|
+
"path": "material/scss/pdf-viewer/_variables.scss",
|
|
44022
|
+
"name": "_variables.scss"
|
|
44023
|
+
},
|
|
44024
|
+
"resolvedValue": "var(--kendo-color-primary, #3f51b5)",
|
|
44025
|
+
"resolvedType": "String"
|
|
44026
|
+
},
|
|
44027
|
+
{
|
|
44028
|
+
"description": "The background color of the PDFViewer hover highlight annotation.\n",
|
|
44029
|
+
"commentRange": {
|
|
44030
|
+
"start": 122,
|
|
44031
|
+
"end": 123
|
|
44032
|
+
},
|
|
44033
|
+
"context": {
|
|
44034
|
+
"type": "variable",
|
|
44035
|
+
"name": "kendo-pdf-viewer-highlight-annotation-hover-border",
|
|
44036
|
+
"value": "if($kendo-enable-color-system, k-color( primary-hover ), $kendo-color-primary-darker)",
|
|
44037
|
+
"scope": "default",
|
|
44038
|
+
"line": {
|
|
44039
|
+
"start": 124,
|
|
44040
|
+
"end": 124
|
|
44041
|
+
}
|
|
44042
|
+
},
|
|
44043
|
+
"group": [
|
|
44044
|
+
"pdf-viewer"
|
|
44045
|
+
],
|
|
44046
|
+
"access": "public",
|
|
44047
|
+
"file": {
|
|
44048
|
+
"path": "material/scss/pdf-viewer/_variables.scss",
|
|
44049
|
+
"name": "_variables.scss"
|
|
44050
|
+
},
|
|
44051
|
+
"resolvedValue": "var(--kendo-color-primary-hover, #3a4ba7)",
|
|
44052
|
+
"resolvedType": "String"
|
|
44053
|
+
},
|
|
44054
|
+
{
|
|
44055
|
+
"description": "The border color of the PDFViewer selected free text annotation.\n",
|
|
44056
|
+
"commentRange": {
|
|
44057
|
+
"start": 125,
|
|
44058
|
+
"end": 126
|
|
44059
|
+
},
|
|
44060
|
+
"context": {
|
|
44061
|
+
"type": "variable",
|
|
44062
|
+
"name": "kendo-pdf-viewer-free-text-annotation-border",
|
|
44063
|
+
"value": "if($kendo-enable-color-system, k-color(primary), $kendo-color-primary)",
|
|
44064
|
+
"scope": "default",
|
|
44065
|
+
"line": {
|
|
44066
|
+
"start": 127,
|
|
44067
|
+
"end": 127
|
|
44068
|
+
}
|
|
44069
|
+
},
|
|
44070
|
+
"group": [
|
|
44071
|
+
"pdf-viewer"
|
|
44072
|
+
],
|
|
44073
|
+
"access": "public",
|
|
44074
|
+
"file": {
|
|
44075
|
+
"path": "material/scss/pdf-viewer/_variables.scss",
|
|
44076
|
+
"name": "_variables.scss"
|
|
44077
|
+
},
|
|
44078
|
+
"resolvedValue": "var(--kendo-color-primary, #3f51b5)",
|
|
44079
|
+
"resolvedType": "String"
|
|
44080
|
+
},
|
|
44081
|
+
{
|
|
44082
|
+
"description": "The placeholder text color of the PDFViewer free text annotation.\n",
|
|
44083
|
+
"commentRange": {
|
|
44084
|
+
"start": 128,
|
|
44085
|
+
"end": 129
|
|
44086
|
+
},
|
|
44087
|
+
"context": {
|
|
44088
|
+
"type": "variable",
|
|
44089
|
+
"name": "kendo-pdf-viewer-free-text-annotation-placeholder-text",
|
|
44090
|
+
"value": "rgba(124, 22, 27, 0.5)",
|
|
44091
|
+
"scope": "default",
|
|
44092
|
+
"line": {
|
|
44093
|
+
"start": 130,
|
|
44094
|
+
"end": 130
|
|
44095
|
+
}
|
|
44096
|
+
},
|
|
44097
|
+
"group": [
|
|
44098
|
+
"pdf-viewer"
|
|
44099
|
+
],
|
|
44100
|
+
"access": "public",
|
|
44101
|
+
"file": {
|
|
44102
|
+
"path": "material/scss/pdf-viewer/_variables.scss",
|
|
44103
|
+
"name": "_variables.scss"
|
|
44104
|
+
},
|
|
44105
|
+
"resolvedValue": "rgba(124, 22, 27, 0.5)",
|
|
44106
|
+
"resolvedType": "Color"
|
|
44107
|
+
},
|
|
44108
|
+
{
|
|
44109
|
+
"description": "The text color of the PDFViewer free text annotation.\n",
|
|
44110
|
+
"commentRange": {
|
|
44111
|
+
"start": 131,
|
|
44112
|
+
"end": 132
|
|
44113
|
+
},
|
|
44114
|
+
"context": {
|
|
44115
|
+
"type": "variable",
|
|
44116
|
+
"name": "kendo-pdf-viewer-free-text-annotation-text",
|
|
44117
|
+
"value": "rgba(124, 22, 27, 0.7)",
|
|
44118
|
+
"scope": "default",
|
|
44119
|
+
"line": {
|
|
44120
|
+
"start": 133,
|
|
44121
|
+
"end": 133
|
|
44122
|
+
}
|
|
44123
|
+
},
|
|
44124
|
+
"group": [
|
|
44125
|
+
"pdf-viewer"
|
|
44126
|
+
],
|
|
44127
|
+
"access": "public",
|
|
44128
|
+
"file": {
|
|
44129
|
+
"path": "material/scss/pdf-viewer/_variables.scss",
|
|
44130
|
+
"name": "_variables.scss"
|
|
44131
|
+
},
|
|
44132
|
+
"resolvedValue": "rgba(124, 22, 27, 0.7)",
|
|
44133
|
+
"resolvedType": "Color"
|
|
44134
|
+
},
|
|
43919
44135
|
{
|
|
43920
44136
|
"description": "The background color of the Picker components.\n",
|
|
43921
44137
|
"commentRange": {
|
|
@@ -55764,7 +55980,7 @@
|
|
|
55764
55980
|
"context": {
|
|
55765
55981
|
"type": "variable",
|
|
55766
55982
|
"name": "kendo-splitter-drag-icon-margin",
|
|
55767
|
-
"value": "
|
|
55983
|
+
"value": "k-spacing(2)",
|
|
55768
55984
|
"scope": "default",
|
|
55769
55985
|
"line": {
|
|
55770
55986
|
"start": 37,
|
|
@@ -55779,8 +55995,8 @@
|
|
|
55779
55995
|
"path": "material/scss/splitter/_variables.scss",
|
|
55780
55996
|
"name": "_variables.scss"
|
|
55781
55997
|
},
|
|
55782
|
-
"resolvedValue": "
|
|
55783
|
-
"resolvedType": "
|
|
55998
|
+
"resolvedValue": "var(--kendo-spacing-2, 0.5rem)",
|
|
55999
|
+
"resolvedType": "String"
|
|
55784
56000
|
},
|
|
55785
56001
|
{
|
|
55786
56002
|
"description": "The horizontal padding of the collapse icon in the Splitter.\n",
|
|
@@ -58321,15 +58537,15 @@
|
|
|
58321
58537
|
"resolvedType": "Calculation"
|
|
58322
58538
|
},
|
|
58323
58539
|
{
|
|
58324
|
-
"description": "The
|
|
58540
|
+
"description": "The border radius of the Stepper label.\n",
|
|
58325
58541
|
"commentRange": {
|
|
58326
58542
|
"start": 24,
|
|
58327
58543
|
"end": 25
|
|
58328
58544
|
},
|
|
58329
58545
|
"context": {
|
|
58330
58546
|
"type": "variable",
|
|
58331
|
-
"name": "kendo-stepper-border-
|
|
58332
|
-
"value": "
|
|
58547
|
+
"name": "kendo-stepper-label-border-radius",
|
|
58548
|
+
"value": "k-border-radius(xxl)",
|
|
58333
58549
|
"scope": "default",
|
|
58334
58550
|
"line": {
|
|
58335
58551
|
"start": 26,
|
|
@@ -58344,14 +58560,41 @@
|
|
|
58344
58560
|
"path": "material/scss/stepper/_variables.scss",
|
|
58345
58561
|
"name": "_variables.scss"
|
|
58346
58562
|
},
|
|
58563
|
+
"resolvedValue": "var(--kendo-border-radius-xxl, 1rem)",
|
|
58564
|
+
"resolvedType": "String"
|
|
58565
|
+
},
|
|
58566
|
+
{
|
|
58567
|
+
"description": "The width of the border around the Stepper.\n",
|
|
58568
|
+
"commentRange": {
|
|
58569
|
+
"start": 27,
|
|
58570
|
+
"end": 28
|
|
58571
|
+
},
|
|
58572
|
+
"context": {
|
|
58573
|
+
"type": "variable",
|
|
58574
|
+
"name": "kendo-stepper-border-width",
|
|
58575
|
+
"value": "0px",
|
|
58576
|
+
"scope": "default",
|
|
58577
|
+
"line": {
|
|
58578
|
+
"start": 29,
|
|
58579
|
+
"end": 29
|
|
58580
|
+
}
|
|
58581
|
+
},
|
|
58582
|
+
"group": [
|
|
58583
|
+
"stepper"
|
|
58584
|
+
],
|
|
58585
|
+
"access": "public",
|
|
58586
|
+
"file": {
|
|
58587
|
+
"path": "material/scss/stepper/_variables.scss",
|
|
58588
|
+
"name": "_variables.scss"
|
|
58589
|
+
},
|
|
58347
58590
|
"resolvedValue": "0px",
|
|
58348
58591
|
"resolvedType": "Number"
|
|
58349
58592
|
},
|
|
58350
58593
|
{
|
|
58351
58594
|
"description": "The horizontal padding of the Stepper content.\n",
|
|
58352
58595
|
"commentRange": {
|
|
58353
|
-
"start":
|
|
58354
|
-
"end":
|
|
58596
|
+
"start": 31,
|
|
58597
|
+
"end": 32
|
|
58355
58598
|
},
|
|
58356
58599
|
"context": {
|
|
58357
58600
|
"type": "variable",
|
|
@@ -58359,8 +58602,8 @@
|
|
|
58359
58602
|
"value": "k-spacing(5)",
|
|
58360
58603
|
"scope": "default",
|
|
58361
58604
|
"line": {
|
|
58362
|
-
"start":
|
|
58363
|
-
"end":
|
|
58605
|
+
"start": 33,
|
|
58606
|
+
"end": 33
|
|
58364
58607
|
}
|
|
58365
58608
|
},
|
|
58366
58609
|
"group": [
|
|
@@ -58377,8 +58620,8 @@
|
|
|
58377
58620
|
{
|
|
58378
58621
|
"description": "The vertical padding of the Stepper content.\n",
|
|
58379
58622
|
"commentRange": {
|
|
58380
|
-
"start":
|
|
58381
|
-
"end":
|
|
58623
|
+
"start": 34,
|
|
58624
|
+
"end": 35
|
|
58382
58625
|
},
|
|
58383
58626
|
"context": {
|
|
58384
58627
|
"type": "variable",
|
|
@@ -58386,8 +58629,8 @@
|
|
|
58386
58629
|
"value": "k-spacing(2.5)",
|
|
58387
58630
|
"scope": "default",
|
|
58388
58631
|
"line": {
|
|
58389
|
-
"start":
|
|
58390
|
-
"end":
|
|
58632
|
+
"start": 36,
|
|
58633
|
+
"end": 36
|
|
58391
58634
|
}
|
|
58392
58635
|
},
|
|
58393
58636
|
"group": [
|
|
@@ -58404,8 +58647,8 @@
|
|
|
58404
58647
|
{
|
|
58405
58648
|
"description": "",
|
|
58406
58649
|
"commentRange": {
|
|
58407
|
-
"start":
|
|
58408
|
-
"end":
|
|
58650
|
+
"start": 39,
|
|
58651
|
+
"end": 39
|
|
58409
58652
|
},
|
|
58410
58653
|
"context": {
|
|
58411
58654
|
"type": "variable",
|
|
@@ -58413,8 +58656,8 @@
|
|
|
58413
58656
|
"value": "var( --kendo-font-size, inherit )",
|
|
58414
58657
|
"scope": "default",
|
|
58415
58658
|
"line": {
|
|
58416
|
-
"start":
|
|
58417
|
-
"end":
|
|
58659
|
+
"start": 40,
|
|
58660
|
+
"end": 40
|
|
58418
58661
|
}
|
|
58419
58662
|
},
|
|
58420
58663
|
"group": [
|
|
@@ -58431,8 +58674,8 @@
|
|
|
58431
58674
|
{
|
|
58432
58675
|
"description": "",
|
|
58433
58676
|
"commentRange": {
|
|
58434
|
-
"start":
|
|
58435
|
-
"end":
|
|
58677
|
+
"start": 42,
|
|
58678
|
+
"end": 42
|
|
58436
58679
|
},
|
|
58437
58680
|
"context": {
|
|
58438
58681
|
"type": "variable",
|
|
@@ -58440,8 +58683,8 @@
|
|
|
58440
58683
|
"value": "k-math-div( 20, 14 )",
|
|
58441
58684
|
"scope": "default",
|
|
58442
58685
|
"line": {
|
|
58443
|
-
"start":
|
|
58444
|
-
"end":
|
|
58686
|
+
"start": 43,
|
|
58687
|
+
"end": 43
|
|
58445
58688
|
}
|
|
58446
58689
|
},
|
|
58447
58690
|
"group": [
|
|
@@ -58458,8 +58701,8 @@
|
|
|
58458
58701
|
{
|
|
58459
58702
|
"description": "",
|
|
58460
58703
|
"commentRange": {
|
|
58461
|
-
"start":
|
|
58462
|
-
"end":
|
|
58704
|
+
"start": 45,
|
|
58705
|
+
"end": 45
|
|
58463
58706
|
},
|
|
58464
58707
|
"context": {
|
|
58465
58708
|
"type": "variable",
|
|
@@ -58467,8 +58710,8 @@
|
|
|
58467
58710
|
"value": "var( --kendo-font-family, inherit )",
|
|
58468
58711
|
"scope": "default",
|
|
58469
58712
|
"line": {
|
|
58470
|
-
"start":
|
|
58471
|
-
"end":
|
|
58713
|
+
"start": 46,
|
|
58714
|
+
"end": 46
|
|
58472
58715
|
}
|
|
58473
58716
|
},
|
|
58474
58717
|
"group": [
|
|
@@ -58485,8 +58728,8 @@
|
|
|
58485
58728
|
{
|
|
58486
58729
|
"description": "The background color of the Stepper.\n",
|
|
58487
58730
|
"commentRange": {
|
|
58488
|
-
"start":
|
|
58489
|
-
"end":
|
|
58731
|
+
"start": 48,
|
|
58732
|
+
"end": 49
|
|
58490
58733
|
},
|
|
58491
58734
|
"context": {
|
|
58492
58735
|
"type": "variable",
|
|
@@ -58494,8 +58737,8 @@
|
|
|
58494
58737
|
"value": "null",
|
|
58495
58738
|
"scope": "default",
|
|
58496
58739
|
"line": {
|
|
58497
|
-
"start":
|
|
58498
|
-
"end":
|
|
58740
|
+
"start": 50,
|
|
58741
|
+
"end": 50
|
|
58499
58742
|
}
|
|
58500
58743
|
},
|
|
58501
58744
|
"group": [
|
|
@@ -58512,8 +58755,8 @@
|
|
|
58512
58755
|
{
|
|
58513
58756
|
"description": "The text color of the Stepper.\n",
|
|
58514
58757
|
"commentRange": {
|
|
58515
|
-
"start":
|
|
58516
|
-
"end":
|
|
58758
|
+
"start": 51,
|
|
58759
|
+
"end": 52
|
|
58517
58760
|
},
|
|
58518
58761
|
"context": {
|
|
58519
58762
|
"type": "variable",
|
|
@@ -58521,8 +58764,8 @@
|
|
|
58521
58764
|
"value": "$kendo-component-text",
|
|
58522
58765
|
"scope": "default",
|
|
58523
58766
|
"line": {
|
|
58524
|
-
"start":
|
|
58525
|
-
"end":
|
|
58767
|
+
"start": 53,
|
|
58768
|
+
"end": 53
|
|
58526
58769
|
}
|
|
58527
58770
|
},
|
|
58528
58771
|
"group": [
|
|
@@ -58539,8 +58782,8 @@
|
|
|
58539
58782
|
{
|
|
58540
58783
|
"description": "The border color of the Stepper.\n",
|
|
58541
58784
|
"commentRange": {
|
|
58542
|
-
"start":
|
|
58543
|
-
"end":
|
|
58785
|
+
"start": 54,
|
|
58786
|
+
"end": 55
|
|
58544
58787
|
},
|
|
58545
58788
|
"context": {
|
|
58546
58789
|
"type": "variable",
|
|
@@ -58548,8 +58791,8 @@
|
|
|
58548
58791
|
"value": "null",
|
|
58549
58792
|
"scope": "default",
|
|
58550
58793
|
"line": {
|
|
58551
|
-
"start":
|
|
58552
|
-
"end":
|
|
58794
|
+
"start": 56,
|
|
58795
|
+
"end": 56
|
|
58553
58796
|
}
|
|
58554
58797
|
},
|
|
58555
58798
|
"group": [
|
|
@@ -58566,8 +58809,8 @@
|
|
|
58566
58809
|
{
|
|
58567
58810
|
"description": "The width of the Stepper indicator.\n",
|
|
58568
58811
|
"commentRange": {
|
|
58569
|
-
"start":
|
|
58570
|
-
"end":
|
|
58812
|
+
"start": 58,
|
|
58813
|
+
"end": 59
|
|
58571
58814
|
},
|
|
58572
58815
|
"context": {
|
|
58573
58816
|
"type": "variable",
|
|
@@ -58575,8 +58818,8 @@
|
|
|
58575
58818
|
"value": "28px",
|
|
58576
58819
|
"scope": "default",
|
|
58577
58820
|
"line": {
|
|
58578
|
-
"start":
|
|
58579
|
-
"end":
|
|
58821
|
+
"start": 60,
|
|
58822
|
+
"end": 60
|
|
58580
58823
|
}
|
|
58581
58824
|
},
|
|
58582
58825
|
"group": [
|
|
@@ -58593,8 +58836,8 @@
|
|
|
58593
58836
|
{
|
|
58594
58837
|
"description": "The height of the Stepper indicator.\n",
|
|
58595
58838
|
"commentRange": {
|
|
58596
|
-
"start":
|
|
58597
|
-
"end":
|
|
58839
|
+
"start": 61,
|
|
58840
|
+
"end": 62
|
|
58598
58841
|
},
|
|
58599
58842
|
"context": {
|
|
58600
58843
|
"type": "variable",
|
|
@@ -58602,8 +58845,8 @@
|
|
|
58602
58845
|
"value": "$kendo-stepper-indicator-width",
|
|
58603
58846
|
"scope": "default",
|
|
58604
58847
|
"line": {
|
|
58605
|
-
"start":
|
|
58606
|
-
"end":
|
|
58848
|
+
"start": 63,
|
|
58849
|
+
"end": 63
|
|
58607
58850
|
}
|
|
58608
58851
|
},
|
|
58609
58852
|
"group": [
|
|
@@ -58620,8 +58863,8 @@
|
|
|
58620
58863
|
{
|
|
58621
58864
|
"description": "The border radius of the Stepper indicator.\n",
|
|
58622
58865
|
"commentRange": {
|
|
58623
|
-
"start":
|
|
58624
|
-
"end":
|
|
58866
|
+
"start": 64,
|
|
58867
|
+
"end": 65
|
|
58625
58868
|
},
|
|
58626
58869
|
"context": {
|
|
58627
58870
|
"type": "variable",
|
|
@@ -58629,8 +58872,8 @@
|
|
|
58629
58872
|
"value": "50%",
|
|
58630
58873
|
"scope": "default",
|
|
58631
58874
|
"line": {
|
|
58632
|
-
"start":
|
|
58633
|
-
"end":
|
|
58875
|
+
"start": 66,
|
|
58876
|
+
"end": 66
|
|
58634
58877
|
}
|
|
58635
58878
|
},
|
|
58636
58879
|
"group": [
|
|
@@ -58647,8 +58890,8 @@
|
|
|
58647
58890
|
{
|
|
58648
58891
|
"description": "The border width of the Stepper indicator.\n",
|
|
58649
58892
|
"commentRange": {
|
|
58650
|
-
"start":
|
|
58651
|
-
"end":
|
|
58893
|
+
"start": 67,
|
|
58894
|
+
"end": 68
|
|
58652
58895
|
},
|
|
58653
58896
|
"context": {
|
|
58654
58897
|
"type": "variable",
|
|
@@ -58656,8 +58899,8 @@
|
|
|
58656
58899
|
"value": "1px",
|
|
58657
58900
|
"scope": "default",
|
|
58658
58901
|
"line": {
|
|
58659
|
-
"start":
|
|
58660
|
-
"end":
|
|
58902
|
+
"start": 69,
|
|
58903
|
+
"end": 69
|
|
58661
58904
|
}
|
|
58662
58905
|
},
|
|
58663
58906
|
"group": [
|
|
@@ -58674,8 +58917,8 @@
|
|
|
58674
58917
|
{
|
|
58675
58918
|
"description": "The border width of the focused Stepper indicator.\n",
|
|
58676
58919
|
"commentRange": {
|
|
58677
|
-
"start":
|
|
58678
|
-
"end":
|
|
58920
|
+
"start": 71,
|
|
58921
|
+
"end": 72
|
|
58679
58922
|
},
|
|
58680
58923
|
"context": {
|
|
58681
58924
|
"type": "variable",
|
|
@@ -58683,8 +58926,8 @@
|
|
|
58683
58926
|
"value": "1px",
|
|
58684
58927
|
"scope": "default",
|
|
58685
58928
|
"line": {
|
|
58686
|
-
"start":
|
|
58687
|
-
"end":
|
|
58929
|
+
"start": 73,
|
|
58930
|
+
"end": 73
|
|
58688
58931
|
}
|
|
58689
58932
|
},
|
|
58690
58933
|
"group": [
|
|
@@ -58701,8 +58944,8 @@
|
|
|
58701
58944
|
{
|
|
58702
58945
|
"description": "The size of the focused Stepper indicator.\n",
|
|
58703
58946
|
"commentRange": {
|
|
58704
|
-
"start":
|
|
58705
|
-
"end":
|
|
58947
|
+
"start": 74,
|
|
58948
|
+
"end": 75
|
|
58706
58949
|
},
|
|
58707
58950
|
"context": {
|
|
58708
58951
|
"type": "variable",
|
|
@@ -58710,8 +58953,8 @@
|
|
|
58710
58953
|
"value": "2px",
|
|
58711
58954
|
"scope": "default",
|
|
58712
58955
|
"line": {
|
|
58713
|
-
"start":
|
|
58714
|
-
"end":
|
|
58956
|
+
"start": 76,
|
|
58957
|
+
"end": 76
|
|
58715
58958
|
}
|
|
58716
58959
|
},
|
|
58717
58960
|
"group": [
|
|
@@ -58728,8 +58971,8 @@
|
|
|
58728
58971
|
{
|
|
58729
58972
|
"description": "The offset of the Stepper's focused indicator.\n",
|
|
58730
58973
|
"commentRange": {
|
|
58731
|
-
"start":
|
|
58732
|
-
"end":
|
|
58974
|
+
"start": 77,
|
|
58975
|
+
"end": 78
|
|
58733
58976
|
},
|
|
58734
58977
|
"context": {
|
|
58735
58978
|
"type": "variable",
|
|
@@ -58737,8 +58980,8 @@
|
|
|
58737
58980
|
"value": "3px",
|
|
58738
58981
|
"scope": "default",
|
|
58739
58982
|
"line": {
|
|
58740
|
-
"start":
|
|
58741
|
-
"end":
|
|
58983
|
+
"start": 79,
|
|
58984
|
+
"end": 79
|
|
58742
58985
|
}
|
|
58743
58986
|
},
|
|
58744
58987
|
"group": [
|
|
@@ -58755,8 +58998,8 @@
|
|
|
58755
58998
|
{
|
|
58756
58999
|
"description": "The calculated offset of the Stepper's focused indicator.\n",
|
|
58757
59000
|
"commentRange": {
|
|
58758
|
-
"start":
|
|
58759
|
-
"end":
|
|
59001
|
+
"start": 80,
|
|
59002
|
+
"end": 81
|
|
58760
59003
|
},
|
|
58761
59004
|
"context": {
|
|
58762
59005
|
"type": "variable",
|
|
@@ -58764,8 +59007,8 @@
|
|
|
58764
59007
|
"value": "calc( #{$kendo-stepper-indicator-focus-border-width} + #{$kendo-stepper-indicator-focus-offset} )",
|
|
58765
59008
|
"scope": "default",
|
|
58766
59009
|
"line": {
|
|
58767
|
-
"start":
|
|
58768
|
-
"end":
|
|
59010
|
+
"start": 82,
|
|
59011
|
+
"end": 82
|
|
58769
59012
|
}
|
|
58770
59013
|
},
|
|
58771
59014
|
"group": [
|
|
@@ -58782,8 +59025,8 @@
|
|
|
58782
59025
|
{
|
|
58783
59026
|
"description": "The background color of the Stepper indicator.\n",
|
|
58784
59027
|
"commentRange": {
|
|
58785
|
-
"start":
|
|
58786
|
-
"end":
|
|
59028
|
+
"start": 84,
|
|
59029
|
+
"end": 85
|
|
58787
59030
|
},
|
|
58788
59031
|
"context": {
|
|
58789
59032
|
"type": "variable",
|
|
@@ -58791,8 +59034,8 @@
|
|
|
58791
59034
|
"value": "$kendo-component-bg",
|
|
58792
59035
|
"scope": "default",
|
|
58793
59036
|
"line": {
|
|
58794
|
-
"start":
|
|
58795
|
-
"end":
|
|
59037
|
+
"start": 86,
|
|
59038
|
+
"end": 86
|
|
58796
59039
|
}
|
|
58797
59040
|
},
|
|
58798
59041
|
"group": [
|
|
@@ -58809,8 +59052,8 @@
|
|
|
58809
59052
|
{
|
|
58810
59053
|
"description": "The text color of the Stepper indicator.\n",
|
|
58811
59054
|
"commentRange": {
|
|
58812
|
-
"start":
|
|
58813
|
-
"end":
|
|
59055
|
+
"start": 87,
|
|
59056
|
+
"end": 88
|
|
58814
59057
|
},
|
|
58815
59058
|
"context": {
|
|
58816
59059
|
"type": "variable",
|
|
@@ -58818,8 +59061,8 @@
|
|
|
58818
59061
|
"value": "$kendo-component-text",
|
|
58819
59062
|
"scope": "default",
|
|
58820
59063
|
"line": {
|
|
58821
|
-
"start":
|
|
58822
|
-
"end":
|
|
59064
|
+
"start": 89,
|
|
59065
|
+
"end": 89
|
|
58823
59066
|
}
|
|
58824
59067
|
},
|
|
58825
59068
|
"group": [
|
|
@@ -58836,8 +59079,8 @@
|
|
|
58836
59079
|
{
|
|
58837
59080
|
"description": "The border color of the Stepper indicator.\n",
|
|
58838
59081
|
"commentRange": {
|
|
58839
|
-
"start":
|
|
58840
|
-
"end":
|
|
59082
|
+
"start": 90,
|
|
59083
|
+
"end": 91
|
|
58841
59084
|
},
|
|
58842
59085
|
"context": {
|
|
58843
59086
|
"type": "variable",
|
|
@@ -58845,8 +59088,8 @@
|
|
|
58845
59088
|
"value": "$kendo-component-border",
|
|
58846
59089
|
"scope": "default",
|
|
58847
59090
|
"line": {
|
|
58848
|
-
"start":
|
|
58849
|
-
"end":
|
|
59091
|
+
"start": 92,
|
|
59092
|
+
"end": 92
|
|
58850
59093
|
}
|
|
58851
59094
|
},
|
|
58852
59095
|
"group": [
|
|
@@ -58863,8 +59106,8 @@
|
|
|
58863
59106
|
{
|
|
58864
59107
|
"description": "The background color of the hovered Stepper indicator.\n",
|
|
58865
59108
|
"commentRange": {
|
|
58866
|
-
"start":
|
|
58867
|
-
"end":
|
|
59109
|
+
"start": 94,
|
|
59110
|
+
"end": 95
|
|
58868
59111
|
},
|
|
58869
59112
|
"context": {
|
|
58870
59113
|
"type": "variable",
|
|
@@ -58872,8 +59115,8 @@
|
|
|
58872
59115
|
"value": "if($kendo-enable-color-system, k-color( base-hover ), k-try-shade( $kendo-stepper-indicator-bg ))",
|
|
58873
59116
|
"scope": "default",
|
|
58874
59117
|
"line": {
|
|
58875
|
-
"start":
|
|
58876
|
-
"end":
|
|
59118
|
+
"start": 96,
|
|
59119
|
+
"end": 96
|
|
58877
59120
|
}
|
|
58878
59121
|
},
|
|
58879
59122
|
"group": [
|
|
@@ -58890,8 +59133,8 @@
|
|
|
58890
59133
|
{
|
|
58891
59134
|
"description": "The text color of the hovered Stepper indicator.\n",
|
|
58892
59135
|
"commentRange": {
|
|
58893
|
-
"start":
|
|
58894
|
-
"end":
|
|
59136
|
+
"start": 97,
|
|
59137
|
+
"end": 98
|
|
58895
59138
|
},
|
|
58896
59139
|
"context": {
|
|
58897
59140
|
"type": "variable",
|
|
@@ -58899,8 +59142,8 @@
|
|
|
58899
59142
|
"value": "null",
|
|
58900
59143
|
"scope": "default",
|
|
58901
59144
|
"line": {
|
|
58902
|
-
"start":
|
|
58903
|
-
"end":
|
|
59145
|
+
"start": 99,
|
|
59146
|
+
"end": 99
|
|
58904
59147
|
}
|
|
58905
59148
|
},
|
|
58906
59149
|
"group": [
|
|
@@ -58917,8 +59160,8 @@
|
|
|
58917
59160
|
{
|
|
58918
59161
|
"description": "The border color of the hovered Stepper indicator.\n",
|
|
58919
59162
|
"commentRange": {
|
|
58920
|
-
"start":
|
|
58921
|
-
"end":
|
|
59163
|
+
"start": 100,
|
|
59164
|
+
"end": 101
|
|
58922
59165
|
},
|
|
58923
59166
|
"context": {
|
|
58924
59167
|
"type": "variable",
|
|
@@ -58926,8 +59169,8 @@
|
|
|
58926
59169
|
"value": "null",
|
|
58927
59170
|
"scope": "default",
|
|
58928
59171
|
"line": {
|
|
58929
|
-
"start":
|
|
58930
|
-
"end":
|
|
59172
|
+
"start": 102,
|
|
59173
|
+
"end": 102
|
|
58931
59174
|
}
|
|
58932
59175
|
},
|
|
58933
59176
|
"group": [
|
|
@@ -58944,8 +59187,8 @@
|
|
|
58944
59187
|
{
|
|
58945
59188
|
"description": "The background color of the disabled Stepper indicator.\n",
|
|
58946
59189
|
"commentRange": {
|
|
58947
|
-
"start":
|
|
58948
|
-
"end":
|
|
59190
|
+
"start": 104,
|
|
59191
|
+
"end": 105
|
|
58949
59192
|
},
|
|
58950
59193
|
"context": {
|
|
58951
59194
|
"type": "variable",
|
|
@@ -58953,8 +59196,8 @@
|
|
|
58953
59196
|
"value": "null",
|
|
58954
59197
|
"scope": "default",
|
|
58955
59198
|
"line": {
|
|
58956
|
-
"start":
|
|
58957
|
-
"end":
|
|
59199
|
+
"start": 106,
|
|
59200
|
+
"end": 106
|
|
58958
59201
|
}
|
|
58959
59202
|
},
|
|
58960
59203
|
"group": [
|
|
@@ -58971,8 +59214,8 @@
|
|
|
58971
59214
|
{
|
|
58972
59215
|
"description": "The text color of the disabled Stepper indicator.\n",
|
|
58973
59216
|
"commentRange": {
|
|
58974
|
-
"start":
|
|
58975
|
-
"end":
|
|
59217
|
+
"start": 107,
|
|
59218
|
+
"end": 108
|
|
58976
59219
|
},
|
|
58977
59220
|
"context": {
|
|
58978
59221
|
"type": "variable",
|
|
@@ -58980,8 +59223,8 @@
|
|
|
58980
59223
|
"value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 32%, transparent), if($kendo-is-dark-theme, $light-disabled-text, $dark-disabled-text ))",
|
|
58981
59224
|
"scope": "default",
|
|
58982
59225
|
"line": {
|
|
58983
|
-
"start":
|
|
58984
|
-
"end":
|
|
59226
|
+
"start": 109,
|
|
59227
|
+
"end": 109
|
|
58985
59228
|
}
|
|
58986
59229
|
},
|
|
58987
59230
|
"group": [
|
|
@@ -58998,8 +59241,8 @@
|
|
|
58998
59241
|
{
|
|
58999
59242
|
"description": "The border color of the disabled Stepper indicator.\n",
|
|
59000
59243
|
"commentRange": {
|
|
59001
|
-
"start":
|
|
59002
|
-
"end":
|
|
59244
|
+
"start": 110,
|
|
59245
|
+
"end": 111
|
|
59003
59246
|
},
|
|
59004
59247
|
"context": {
|
|
59005
59248
|
"type": "variable",
|
|
@@ -59007,8 +59250,8 @@
|
|
|
59007
59250
|
"value": "null",
|
|
59008
59251
|
"scope": "default",
|
|
59009
59252
|
"line": {
|
|
59010
|
-
"start":
|
|
59011
|
-
"end":
|
|
59253
|
+
"start": 112,
|
|
59254
|
+
"end": 112
|
|
59012
59255
|
}
|
|
59013
59256
|
},
|
|
59014
59257
|
"group": [
|
|
@@ -59025,8 +59268,8 @@
|
|
|
59025
59268
|
{
|
|
59026
59269
|
"description": "The background color of the Stepper's done indicator.\n",
|
|
59027
59270
|
"commentRange": {
|
|
59028
|
-
"start":
|
|
59029
|
-
"end":
|
|
59271
|
+
"start": 114,
|
|
59272
|
+
"end": 115
|
|
59030
59273
|
},
|
|
59031
59274
|
"context": {
|
|
59032
59275
|
"type": "variable",
|
|
@@ -59034,8 +59277,8 @@
|
|
|
59034
59277
|
"value": "$kendo-color-primary",
|
|
59035
59278
|
"scope": "default",
|
|
59036
59279
|
"line": {
|
|
59037
|
-
"start":
|
|
59038
|
-
"end":
|
|
59280
|
+
"start": 116,
|
|
59281
|
+
"end": 116
|
|
59039
59282
|
}
|
|
59040
59283
|
},
|
|
59041
59284
|
"group": [
|
|
@@ -59052,8 +59295,8 @@
|
|
|
59052
59295
|
{
|
|
59053
59296
|
"description": "The text color of the Stepper's done indicator.\n",
|
|
59054
59297
|
"commentRange": {
|
|
59055
|
-
"start":
|
|
59056
|
-
"end":
|
|
59298
|
+
"start": 117,
|
|
59299
|
+
"end": 118
|
|
59057
59300
|
},
|
|
59058
59301
|
"context": {
|
|
59059
59302
|
"type": "variable",
|
|
@@ -59061,8 +59304,8 @@
|
|
|
59061
59304
|
"value": "if($kendo-enable-color-system, k-color( on-primary ), k-contrast-color( $kendo-stepper-indicator-done-bg ))",
|
|
59062
59305
|
"scope": "default",
|
|
59063
59306
|
"line": {
|
|
59064
|
-
"start":
|
|
59065
|
-
"end":
|
|
59307
|
+
"start": 119,
|
|
59308
|
+
"end": 119
|
|
59066
59309
|
}
|
|
59067
59310
|
},
|
|
59068
59311
|
"group": [
|
|
@@ -59079,8 +59322,8 @@
|
|
|
59079
59322
|
{
|
|
59080
59323
|
"description": "The border color of the Stepper's done indicator.\n",
|
|
59081
59324
|
"commentRange": {
|
|
59082
|
-
"start":
|
|
59083
|
-
"end":
|
|
59325
|
+
"start": 120,
|
|
59326
|
+
"end": 121
|
|
59084
59327
|
},
|
|
59085
59328
|
"context": {
|
|
59086
59329
|
"type": "variable",
|
|
@@ -59088,8 +59331,8 @@
|
|
|
59088
59331
|
"value": "$kendo-stepper-indicator-done-bg",
|
|
59089
59332
|
"scope": "default",
|
|
59090
59333
|
"line": {
|
|
59091
|
-
"start":
|
|
59092
|
-
"end":
|
|
59334
|
+
"start": 122,
|
|
59335
|
+
"end": 122
|
|
59093
59336
|
}
|
|
59094
59337
|
},
|
|
59095
59338
|
"group": [
|
|
@@ -59106,8 +59349,8 @@
|
|
|
59106
59349
|
{
|
|
59107
59350
|
"description": "The background color of the Stepper's hovered done indicator.\n",
|
|
59108
59351
|
"commentRange": {
|
|
59109
|
-
"start":
|
|
59110
|
-
"end":
|
|
59352
|
+
"start": 124,
|
|
59353
|
+
"end": 125
|
|
59111
59354
|
},
|
|
59112
59355
|
"context": {
|
|
59113
59356
|
"type": "variable",
|
|
@@ -59115,8 +59358,8 @@
|
|
|
59115
59358
|
"value": "if($kendo-enable-color-system, k-color( primary-hover ), k-try-shade( $kendo-stepper-indicator-done-bg ))",
|
|
59116
59359
|
"scope": "default",
|
|
59117
59360
|
"line": {
|
|
59118
|
-
"start":
|
|
59119
|
-
"end":
|
|
59361
|
+
"start": 126,
|
|
59362
|
+
"end": 126
|
|
59120
59363
|
}
|
|
59121
59364
|
},
|
|
59122
59365
|
"group": [
|
|
@@ -59133,8 +59376,8 @@
|
|
|
59133
59376
|
{
|
|
59134
59377
|
"description": "The text color of the Stepper's hovered done indicator.\n",
|
|
59135
59378
|
"commentRange": {
|
|
59136
|
-
"start":
|
|
59137
|
-
"end":
|
|
59379
|
+
"start": 127,
|
|
59380
|
+
"end": 128
|
|
59138
59381
|
},
|
|
59139
59382
|
"context": {
|
|
59140
59383
|
"type": "variable",
|
|
@@ -59142,8 +59385,8 @@
|
|
|
59142
59385
|
"value": "null",
|
|
59143
59386
|
"scope": "default",
|
|
59144
59387
|
"line": {
|
|
59145
|
-
"start":
|
|
59146
|
-
"end":
|
|
59388
|
+
"start": 129,
|
|
59389
|
+
"end": 129
|
|
59147
59390
|
}
|
|
59148
59391
|
},
|
|
59149
59392
|
"group": [
|
|
@@ -59160,8 +59403,8 @@
|
|
|
59160
59403
|
{
|
|
59161
59404
|
"description": "The border color of the Stepper's hovered done indicator.\n",
|
|
59162
59405
|
"commentRange": {
|
|
59163
|
-
"start":
|
|
59164
|
-
"end":
|
|
59406
|
+
"start": 130,
|
|
59407
|
+
"end": 131
|
|
59165
59408
|
},
|
|
59166
59409
|
"context": {
|
|
59167
59410
|
"type": "variable",
|
|
@@ -59169,8 +59412,8 @@
|
|
|
59169
59412
|
"value": "null",
|
|
59170
59413
|
"scope": "default",
|
|
59171
59414
|
"line": {
|
|
59172
|
-
"start":
|
|
59173
|
-
"end":
|
|
59415
|
+
"start": 132,
|
|
59416
|
+
"end": 132
|
|
59174
59417
|
}
|
|
59175
59418
|
},
|
|
59176
59419
|
"group": [
|
|
@@ -59187,8 +59430,8 @@
|
|
|
59187
59430
|
{
|
|
59188
59431
|
"description": "The background color of the Stepper's disabled done indicator.\n",
|
|
59189
59432
|
"commentRange": {
|
|
59190
|
-
"start":
|
|
59191
|
-
"end":
|
|
59433
|
+
"start": 134,
|
|
59434
|
+
"end": 135
|
|
59192
59435
|
},
|
|
59193
59436
|
"context": {
|
|
59194
59437
|
"type": "variable",
|
|
@@ -59196,8 +59439,8 @@
|
|
|
59196
59439
|
"value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 60%, transparent), k-color-mix( $kendo-stepper-indicator-done-bg, $kendo-component-bg, 60%))",
|
|
59197
59440
|
"scope": "default",
|
|
59198
59441
|
"line": {
|
|
59199
|
-
"start":
|
|
59200
|
-
"end":
|
|
59442
|
+
"start": 136,
|
|
59443
|
+
"end": 136
|
|
59201
59444
|
}
|
|
59202
59445
|
},
|
|
59203
59446
|
"group": [
|
|
@@ -59214,8 +59457,8 @@
|
|
|
59214
59457
|
{
|
|
59215
59458
|
"description": "The text color of the Stepper's disabled done indicator.\n",
|
|
59216
59459
|
"commentRange": {
|
|
59217
|
-
"start":
|
|
59218
|
-
"end":
|
|
59460
|
+
"start": 137,
|
|
59461
|
+
"end": 138
|
|
59219
59462
|
},
|
|
59220
59463
|
"context": {
|
|
59221
59464
|
"type": "variable",
|
|
@@ -59223,8 +59466,8 @@
|
|
|
59223
59466
|
"value": "if($kendo-enable-color-system, k-color( on-primary ), k-contrast-color( $kendo-stepper-indicator-done-bg ))",
|
|
59224
59467
|
"scope": "default",
|
|
59225
59468
|
"line": {
|
|
59226
|
-
"start":
|
|
59227
|
-
"end":
|
|
59469
|
+
"start": 139,
|
|
59470
|
+
"end": 139
|
|
59228
59471
|
}
|
|
59229
59472
|
},
|
|
59230
59473
|
"group": [
|
|
@@ -59241,8 +59484,8 @@
|
|
|
59241
59484
|
{
|
|
59242
59485
|
"description": "The border color of the Stepper's disabled done indicator.\n",
|
|
59243
59486
|
"commentRange": {
|
|
59244
|
-
"start":
|
|
59245
|
-
"end":
|
|
59487
|
+
"start": 140,
|
|
59488
|
+
"end": 141
|
|
59246
59489
|
},
|
|
59247
59490
|
"context": {
|
|
59248
59491
|
"type": "variable",
|
|
@@ -59250,8 +59493,8 @@
|
|
|
59250
59493
|
"value": "$kendo-stepper-indicator-done-disabled-bg",
|
|
59251
59494
|
"scope": "default",
|
|
59252
59495
|
"line": {
|
|
59253
|
-
"start":
|
|
59254
|
-
"end":
|
|
59496
|
+
"start": 142,
|
|
59497
|
+
"end": 142
|
|
59255
59498
|
}
|
|
59256
59499
|
},
|
|
59257
59500
|
"group": [
|
|
@@ -59268,8 +59511,8 @@
|
|
|
59268
59511
|
{
|
|
59269
59512
|
"description": "The background color of the Stepper current indicator.\n",
|
|
59270
59513
|
"commentRange": {
|
|
59271
|
-
"start":
|
|
59272
|
-
"end":
|
|
59514
|
+
"start": 144,
|
|
59515
|
+
"end": 145
|
|
59273
59516
|
},
|
|
59274
59517
|
"context": {
|
|
59275
59518
|
"type": "variable",
|
|
@@ -59277,8 +59520,8 @@
|
|
|
59277
59520
|
"value": "$kendo-stepper-indicator-done-bg",
|
|
59278
59521
|
"scope": "default",
|
|
59279
59522
|
"line": {
|
|
59280
|
-
"start":
|
|
59281
|
-
"end":
|
|
59523
|
+
"start": 146,
|
|
59524
|
+
"end": 146
|
|
59282
59525
|
}
|
|
59283
59526
|
},
|
|
59284
59527
|
"group": [
|
|
@@ -59295,8 +59538,8 @@
|
|
|
59295
59538
|
{
|
|
59296
59539
|
"description": "The text color of the Stepper current indicator.\n",
|
|
59297
59540
|
"commentRange": {
|
|
59298
|
-
"start":
|
|
59299
|
-
"end":
|
|
59541
|
+
"start": 147,
|
|
59542
|
+
"end": 148
|
|
59300
59543
|
},
|
|
59301
59544
|
"context": {
|
|
59302
59545
|
"type": "variable",
|
|
@@ -59304,8 +59547,8 @@
|
|
|
59304
59547
|
"value": "$kendo-stepper-indicator-done-text",
|
|
59305
59548
|
"scope": "default",
|
|
59306
59549
|
"line": {
|
|
59307
|
-
"start":
|
|
59308
|
-
"end":
|
|
59550
|
+
"start": 149,
|
|
59551
|
+
"end": 149
|
|
59309
59552
|
}
|
|
59310
59553
|
},
|
|
59311
59554
|
"group": [
|
|
@@ -59322,8 +59565,8 @@
|
|
|
59322
59565
|
{
|
|
59323
59566
|
"description": "The border color of the Stepper current indicator.\n",
|
|
59324
59567
|
"commentRange": {
|
|
59325
|
-
"start":
|
|
59326
|
-
"end":
|
|
59568
|
+
"start": 150,
|
|
59569
|
+
"end": 151
|
|
59327
59570
|
},
|
|
59328
59571
|
"context": {
|
|
59329
59572
|
"type": "variable",
|
|
@@ -59331,8 +59574,8 @@
|
|
|
59331
59574
|
"value": "$kendo-stepper-indicator-done-border",
|
|
59332
59575
|
"scope": "default",
|
|
59333
59576
|
"line": {
|
|
59334
|
-
"start":
|
|
59335
|
-
"end":
|
|
59577
|
+
"start": 152,
|
|
59578
|
+
"end": 152
|
|
59336
59579
|
}
|
|
59337
59580
|
},
|
|
59338
59581
|
"group": [
|
|
@@ -59349,8 +59592,8 @@
|
|
|
59349
59592
|
{
|
|
59350
59593
|
"description": "The background color of the Stepper's hovered current indicator.\n",
|
|
59351
59594
|
"commentRange": {
|
|
59352
|
-
"start":
|
|
59353
|
-
"end":
|
|
59595
|
+
"start": 154,
|
|
59596
|
+
"end": 155
|
|
59354
59597
|
},
|
|
59355
59598
|
"context": {
|
|
59356
59599
|
"type": "variable",
|
|
@@ -59358,8 +59601,8 @@
|
|
|
59358
59601
|
"value": "$kendo-stepper-indicator-done-hover-bg",
|
|
59359
59602
|
"scope": "default",
|
|
59360
59603
|
"line": {
|
|
59361
|
-
"start":
|
|
59362
|
-
"end":
|
|
59604
|
+
"start": 156,
|
|
59605
|
+
"end": 156
|
|
59363
59606
|
}
|
|
59364
59607
|
},
|
|
59365
59608
|
"group": [
|
|
@@ -59376,8 +59619,8 @@
|
|
|
59376
59619
|
{
|
|
59377
59620
|
"description": "The text color of the Stepper's hovered current indicator.\n",
|
|
59378
59621
|
"commentRange": {
|
|
59379
|
-
"start":
|
|
59380
|
-
"end":
|
|
59622
|
+
"start": 157,
|
|
59623
|
+
"end": 158
|
|
59381
59624
|
},
|
|
59382
59625
|
"context": {
|
|
59383
59626
|
"type": "variable",
|
|
@@ -59385,8 +59628,8 @@
|
|
|
59385
59628
|
"value": "$kendo-stepper-indicator-done-hover-text",
|
|
59386
59629
|
"scope": "default",
|
|
59387
59630
|
"line": {
|
|
59388
|
-
"start":
|
|
59389
|
-
"end":
|
|
59631
|
+
"start": 159,
|
|
59632
|
+
"end": 159
|
|
59390
59633
|
}
|
|
59391
59634
|
},
|
|
59392
59635
|
"group": [
|
|
@@ -59403,8 +59646,8 @@
|
|
|
59403
59646
|
{
|
|
59404
59647
|
"description": "The border color of the Stepper's hovered current indicator.\n",
|
|
59405
59648
|
"commentRange": {
|
|
59406
|
-
"start":
|
|
59407
|
-
"end":
|
|
59649
|
+
"start": 160,
|
|
59650
|
+
"end": 161
|
|
59408
59651
|
},
|
|
59409
59652
|
"context": {
|
|
59410
59653
|
"type": "variable",
|
|
@@ -59412,8 +59655,8 @@
|
|
|
59412
59655
|
"value": "$kendo-stepper-indicator-done-hover-border",
|
|
59413
59656
|
"scope": "default",
|
|
59414
59657
|
"line": {
|
|
59415
|
-
"start":
|
|
59416
|
-
"end":
|
|
59658
|
+
"start": 162,
|
|
59659
|
+
"end": 162
|
|
59417
59660
|
}
|
|
59418
59661
|
},
|
|
59419
59662
|
"group": [
|
|
@@ -59430,8 +59673,8 @@
|
|
|
59430
59673
|
{
|
|
59431
59674
|
"description": "The background color of the Stepper's disabled current indicator.\n",
|
|
59432
59675
|
"commentRange": {
|
|
59433
|
-
"start":
|
|
59434
|
-
"end":
|
|
59676
|
+
"start": 164,
|
|
59677
|
+
"end": 165
|
|
59435
59678
|
},
|
|
59436
59679
|
"context": {
|
|
59437
59680
|
"type": "variable",
|
|
@@ -59439,8 +59682,8 @@
|
|
|
59439
59682
|
"value": "$kendo-stepper-indicator-done-disabled-bg",
|
|
59440
59683
|
"scope": "default",
|
|
59441
59684
|
"line": {
|
|
59442
|
-
"start":
|
|
59443
|
-
"end":
|
|
59685
|
+
"start": 166,
|
|
59686
|
+
"end": 166
|
|
59444
59687
|
}
|
|
59445
59688
|
},
|
|
59446
59689
|
"group": [
|
|
@@ -59457,8 +59700,8 @@
|
|
|
59457
59700
|
{
|
|
59458
59701
|
"description": "The text color of the Stepper's disabled current indicator.\n",
|
|
59459
59702
|
"commentRange": {
|
|
59460
|
-
"start":
|
|
59461
|
-
"end":
|
|
59703
|
+
"start": 167,
|
|
59704
|
+
"end": 168
|
|
59462
59705
|
},
|
|
59463
59706
|
"context": {
|
|
59464
59707
|
"type": "variable",
|
|
@@ -59466,8 +59709,8 @@
|
|
|
59466
59709
|
"value": "$kendo-stepper-indicator-done-disabled-text",
|
|
59467
59710
|
"scope": "default",
|
|
59468
59711
|
"line": {
|
|
59469
|
-
"start":
|
|
59470
|
-
"end":
|
|
59712
|
+
"start": 169,
|
|
59713
|
+
"end": 169
|
|
59471
59714
|
}
|
|
59472
59715
|
},
|
|
59473
59716
|
"group": [
|
|
@@ -59484,8 +59727,8 @@
|
|
|
59484
59727
|
{
|
|
59485
59728
|
"description": "The border color of the Stepper's disabled current indicator.\n",
|
|
59486
59729
|
"commentRange": {
|
|
59487
|
-
"start":
|
|
59488
|
-
"end":
|
|
59730
|
+
"start": 170,
|
|
59731
|
+
"end": 171
|
|
59489
59732
|
},
|
|
59490
59733
|
"context": {
|
|
59491
59734
|
"type": "variable",
|
|
@@ -59493,8 +59736,8 @@
|
|
|
59493
59736
|
"value": "$kendo-stepper-indicator-done-disabled-border",
|
|
59494
59737
|
"scope": "default",
|
|
59495
59738
|
"line": {
|
|
59496
|
-
"start":
|
|
59497
|
-
"end":
|
|
59739
|
+
"start": 172,
|
|
59740
|
+
"end": 172
|
|
59498
59741
|
}
|
|
59499
59742
|
},
|
|
59500
59743
|
"group": [
|
|
@@ -59511,8 +59754,8 @@
|
|
|
59511
59754
|
{
|
|
59512
59755
|
"description": "The text color of the Stepper label.\n",
|
|
59513
59756
|
"commentRange": {
|
|
59514
|
-
"start":
|
|
59515
|
-
"end":
|
|
59757
|
+
"start": 174,
|
|
59758
|
+
"end": 175
|
|
59516
59759
|
},
|
|
59517
59760
|
"context": {
|
|
59518
59761
|
"type": "variable",
|
|
@@ -59520,8 +59763,8 @@
|
|
|
59520
59763
|
"value": "null",
|
|
59521
59764
|
"scope": "default",
|
|
59522
59765
|
"line": {
|
|
59523
|
-
"start":
|
|
59524
|
-
"end":
|
|
59766
|
+
"start": 176,
|
|
59767
|
+
"end": 176
|
|
59525
59768
|
}
|
|
59526
59769
|
},
|
|
59527
59770
|
"group": [
|
|
@@ -59538,8 +59781,8 @@
|
|
|
59538
59781
|
{
|
|
59539
59782
|
"description": "The success text color of the Stepper label.\n",
|
|
59540
59783
|
"commentRange": {
|
|
59541
|
-
"start":
|
|
59542
|
-
"end":
|
|
59784
|
+
"start": 177,
|
|
59785
|
+
"end": 178
|
|
59543
59786
|
},
|
|
59544
59787
|
"context": {
|
|
59545
59788
|
"type": "variable",
|
|
@@ -59547,8 +59790,8 @@
|
|
|
59547
59790
|
"value": "$kendo-color-success",
|
|
59548
59791
|
"scope": "default",
|
|
59549
59792
|
"line": {
|
|
59550
|
-
"start":
|
|
59551
|
-
"end":
|
|
59793
|
+
"start": 179,
|
|
59794
|
+
"end": 179
|
|
59552
59795
|
}
|
|
59553
59796
|
},
|
|
59554
59797
|
"group": [
|
|
@@ -59565,8 +59808,8 @@
|
|
|
59565
59808
|
{
|
|
59566
59809
|
"description": "The error text color of the Stepper label.\n",
|
|
59567
59810
|
"commentRange": {
|
|
59568
|
-
"start":
|
|
59569
|
-
"end":
|
|
59811
|
+
"start": 180,
|
|
59812
|
+
"end": 181
|
|
59570
59813
|
},
|
|
59571
59814
|
"context": {
|
|
59572
59815
|
"type": "variable",
|
|
@@ -59574,8 +59817,8 @@
|
|
|
59574
59817
|
"value": "$kendo-color-error",
|
|
59575
59818
|
"scope": "default",
|
|
59576
59819
|
"line": {
|
|
59577
|
-
"start":
|
|
59578
|
-
"end":
|
|
59820
|
+
"start": 182,
|
|
59821
|
+
"end": 182
|
|
59579
59822
|
}
|
|
59580
59823
|
},
|
|
59581
59824
|
"group": [
|
|
@@ -59592,8 +59835,8 @@
|
|
|
59592
59835
|
{
|
|
59593
59836
|
"description": "The text color of the hovered Stepper label.\n",
|
|
59594
59837
|
"commentRange": {
|
|
59595
|
-
"start":
|
|
59596
|
-
"end":
|
|
59838
|
+
"start": 183,
|
|
59839
|
+
"end": 184
|
|
59597
59840
|
},
|
|
59598
59841
|
"context": {
|
|
59599
59842
|
"type": "variable",
|
|
@@ -59601,8 +59844,8 @@
|
|
|
59601
59844
|
"value": "null",
|
|
59602
59845
|
"scope": "default",
|
|
59603
59846
|
"line": {
|
|
59604
|
-
"start":
|
|
59605
|
-
"end":
|
|
59847
|
+
"start": 185,
|
|
59848
|
+
"end": 185
|
|
59606
59849
|
}
|
|
59607
59850
|
},
|
|
59608
59851
|
"group": [
|
|
@@ -59619,8 +59862,8 @@
|
|
|
59619
59862
|
{
|
|
59620
59863
|
"description": "The text color of the disabled Stepper label.\n",
|
|
59621
59864
|
"commentRange": {
|
|
59622
|
-
"start":
|
|
59623
|
-
"end":
|
|
59865
|
+
"start": 186,
|
|
59866
|
+
"end": 187
|
|
59624
59867
|
},
|
|
59625
59868
|
"context": {
|
|
59626
59869
|
"type": "variable",
|
|
@@ -59628,8 +59871,8 @@
|
|
|
59628
59871
|
"value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 32%, transparent), k-map-get( $theme, disabled-text ))",
|
|
59629
59872
|
"scope": "default",
|
|
59630
59873
|
"line": {
|
|
59631
|
-
"start":
|
|
59632
|
-
"end":
|
|
59874
|
+
"start": 188,
|
|
59875
|
+
"end": 188
|
|
59633
59876
|
}
|
|
59634
59877
|
},
|
|
59635
59878
|
"group": [
|
|
@@ -59646,8 +59889,8 @@
|
|
|
59646
59889
|
{
|
|
59647
59890
|
"description": "The text color of the optional Stepper label.\n",
|
|
59648
59891
|
"commentRange": {
|
|
59649
|
-
"start":
|
|
59650
|
-
"end":
|
|
59892
|
+
"start": 190,
|
|
59893
|
+
"end": 191
|
|
59651
59894
|
},
|
|
59652
59895
|
"context": {
|
|
59653
59896
|
"type": "variable",
|
|
@@ -59655,8 +59898,8 @@
|
|
|
59655
59898
|
"value": "$kendo-subtle-text",
|
|
59656
59899
|
"scope": "default",
|
|
59657
59900
|
"line": {
|
|
59658
|
-
"start":
|
|
59659
|
-
"end":
|
|
59901
|
+
"start": 192,
|
|
59902
|
+
"end": 192
|
|
59660
59903
|
}
|
|
59661
59904
|
},
|
|
59662
59905
|
"group": [
|
|
@@ -59673,8 +59916,8 @@
|
|
|
59673
59916
|
{
|
|
59674
59917
|
"description": "The opacity of the optional Stepper label.\n",
|
|
59675
59918
|
"commentRange": {
|
|
59676
|
-
"start":
|
|
59677
|
-
"end":
|
|
59919
|
+
"start": 193,
|
|
59920
|
+
"end": 194
|
|
59678
59921
|
},
|
|
59679
59922
|
"context": {
|
|
59680
59923
|
"type": "variable",
|
|
@@ -59682,8 +59925,8 @@
|
|
|
59682
59925
|
"value": "null",
|
|
59683
59926
|
"scope": "default",
|
|
59684
59927
|
"line": {
|
|
59685
|
-
"start":
|
|
59686
|
-
"end":
|
|
59928
|
+
"start": 195,
|
|
59929
|
+
"end": 195
|
|
59687
59930
|
}
|
|
59688
59931
|
},
|
|
59689
59932
|
"group": [
|
|
@@ -59700,8 +59943,8 @@
|
|
|
59700
59943
|
{
|
|
59701
59944
|
"description": "The font size of the optional Stepper label.\n",
|
|
59702
59945
|
"commentRange": {
|
|
59703
|
-
"start":
|
|
59704
|
-
"end":
|
|
59946
|
+
"start": 196,
|
|
59947
|
+
"end": 197
|
|
59705
59948
|
},
|
|
59706
59949
|
"context": {
|
|
59707
59950
|
"type": "variable",
|
|
@@ -59709,8 +59952,8 @@
|
|
|
59709
59952
|
"value": "var( --kendo-font-size-sm, inherit )",
|
|
59710
59953
|
"scope": "default",
|
|
59711
59954
|
"line": {
|
|
59712
|
-
"start":
|
|
59713
|
-
"end":
|
|
59955
|
+
"start": 198,
|
|
59956
|
+
"end": 198
|
|
59714
59957
|
}
|
|
59715
59958
|
},
|
|
59716
59959
|
"group": [
|
|
@@ -59727,8 +59970,8 @@
|
|
|
59727
59970
|
{
|
|
59728
59971
|
"description": "The font style of the optional Stepper label.\n",
|
|
59729
59972
|
"commentRange": {
|
|
59730
|
-
"start":
|
|
59731
|
-
"end":
|
|
59973
|
+
"start": 199,
|
|
59974
|
+
"end": 200
|
|
59732
59975
|
},
|
|
59733
59976
|
"context": {
|
|
59734
59977
|
"type": "variable",
|
|
@@ -59736,8 +59979,8 @@
|
|
|
59736
59979
|
"value": "null",
|
|
59737
59980
|
"scope": "default",
|
|
59738
59981
|
"line": {
|
|
59739
|
-
"start":
|
|
59740
|
-
"end":
|
|
59982
|
+
"start": 201,
|
|
59983
|
+
"end": 201
|
|
59741
59984
|
}
|
|
59742
59985
|
},
|
|
59743
59986
|
"group": [
|
|
@@ -59754,8 +59997,8 @@
|
|
|
59754
59997
|
{
|
|
59755
59998
|
"description": "The size of the Stepper ProgressBar.\n",
|
|
59756
59999
|
"commentRange": {
|
|
59757
|
-
"start":
|
|
59758
|
-
"end":
|
|
60000
|
+
"start": 203,
|
|
60001
|
+
"end": 204
|
|
59759
60002
|
},
|
|
59760
60003
|
"context": {
|
|
59761
60004
|
"type": "variable",
|
|
@@ -59763,8 +60006,8 @@
|
|
|
59763
60006
|
"value": "2px",
|
|
59764
60007
|
"scope": "default",
|
|
59765
60008
|
"line": {
|
|
59766
|
-
"start":
|
|
59767
|
-
"end":
|
|
60009
|
+
"start": 205,
|
|
60010
|
+
"end": 205
|
|
59768
60011
|
}
|
|
59769
60012
|
},
|
|
59770
60013
|
"group": [
|
|
@@ -59781,8 +60024,8 @@
|
|
|
59781
60024
|
{
|
|
59782
60025
|
"description": "The background color of the Stepper ProgressBar.\n",
|
|
59783
60026
|
"commentRange": {
|
|
59784
|
-
"start":
|
|
59785
|
-
"end":
|
|
60027
|
+
"start": 206,
|
|
60028
|
+
"end": 207
|
|
59786
60029
|
},
|
|
59787
60030
|
"context": {
|
|
59788
60031
|
"type": "variable",
|
|
@@ -59790,8 +60033,8 @@
|
|
|
59790
60033
|
"value": "null",
|
|
59791
60034
|
"scope": "default",
|
|
59792
60035
|
"line": {
|
|
59793
|
-
"start":
|
|
59794
|
-
"end":
|
|
60036
|
+
"start": 208,
|
|
60037
|
+
"end": 208
|
|
59795
60038
|
}
|
|
59796
60039
|
},
|
|
59797
60040
|
"group": [
|
|
@@ -59808,8 +60051,8 @@
|
|
|
59808
60051
|
{
|
|
59809
60052
|
"description": "The text color of the Stepper ProgressBar.\n",
|
|
59810
60053
|
"commentRange": {
|
|
59811
|
-
"start":
|
|
59812
|
-
"end":
|
|
60054
|
+
"start": 209,
|
|
60055
|
+
"end": 210
|
|
59813
60056
|
},
|
|
59814
60057
|
"context": {
|
|
59815
60058
|
"type": "variable",
|
|
@@ -59817,8 +60060,8 @@
|
|
|
59817
60060
|
"value": "null",
|
|
59818
60061
|
"scope": "default",
|
|
59819
60062
|
"line": {
|
|
59820
|
-
"start":
|
|
59821
|
-
"end":
|
|
60063
|
+
"start": 211,
|
|
60064
|
+
"end": 211
|
|
59822
60065
|
}
|
|
59823
60066
|
},
|
|
59824
60067
|
"group": [
|
|
@@ -59835,8 +60078,8 @@
|
|
|
59835
60078
|
{
|
|
59836
60079
|
"description": "The background color of the selected Stepper ProgressBar.\n",
|
|
59837
60080
|
"commentRange": {
|
|
59838
|
-
"start":
|
|
59839
|
-
"end":
|
|
60081
|
+
"start": 212,
|
|
60082
|
+
"end": 213
|
|
59840
60083
|
},
|
|
59841
60084
|
"context": {
|
|
59842
60085
|
"type": "variable",
|
|
@@ -59844,8 +60087,8 @@
|
|
|
59844
60087
|
"value": "null",
|
|
59845
60088
|
"scope": "default",
|
|
59846
60089
|
"line": {
|
|
59847
|
-
"start":
|
|
59848
|
-
"end":
|
|
60090
|
+
"start": 214,
|
|
60091
|
+
"end": 214
|
|
59849
60092
|
}
|
|
59850
60093
|
},
|
|
59851
60094
|
"group": [
|
|
@@ -59862,8 +60105,8 @@
|
|
|
59862
60105
|
{
|
|
59863
60106
|
"description": "The text color of the selected Stepper ProgressBar.\n",
|
|
59864
60107
|
"commentRange": {
|
|
59865
|
-
"start":
|
|
59866
|
-
"end":
|
|
60108
|
+
"start": 215,
|
|
60109
|
+
"end": 216
|
|
59867
60110
|
},
|
|
59868
60111
|
"context": {
|
|
59869
60112
|
"type": "variable",
|
|
@@ -59871,8 +60114,8 @@
|
|
|
59871
60114
|
"value": "null",
|
|
59872
60115
|
"scope": "default",
|
|
59873
60116
|
"line": {
|
|
59874
|
-
"start":
|
|
59875
|
-
"end":
|
|
60117
|
+
"start": 217,
|
|
60118
|
+
"end": 217
|
|
59876
60119
|
}
|
|
59877
60120
|
},
|
|
59878
60121
|
"group": [
|
|
@@ -59889,8 +60132,8 @@
|
|
|
59889
60132
|
{
|
|
59890
60133
|
"description": "The property name of the Stepper transition.\n",
|
|
59891
60134
|
"commentRange": {
|
|
59892
|
-
"start":
|
|
59893
|
-
"end":
|
|
60135
|
+
"start": 219,
|
|
60136
|
+
"end": 220
|
|
59894
60137
|
},
|
|
59895
60138
|
"context": {
|
|
59896
60139
|
"type": "variable",
|
|
@@ -59898,8 +60141,8 @@
|
|
|
59898
60141
|
"value": "height",
|
|
59899
60142
|
"scope": "default",
|
|
59900
60143
|
"line": {
|
|
59901
|
-
"start":
|
|
59902
|
-
"end":
|
|
60144
|
+
"start": 221,
|
|
60145
|
+
"end": 221
|
|
59903
60146
|
}
|
|
59904
60147
|
},
|
|
59905
60148
|
"group": [
|
|
@@ -59916,8 +60159,8 @@
|
|
|
59916
60159
|
{
|
|
59917
60160
|
"description": "The duration of the Stepper transition.\n",
|
|
59918
60161
|
"commentRange": {
|
|
59919
|
-
"start":
|
|
59920
|
-
"end":
|
|
60162
|
+
"start": 222,
|
|
60163
|
+
"end": 223
|
|
59921
60164
|
},
|
|
59922
60165
|
"context": {
|
|
59923
60166
|
"type": "variable",
|
|
@@ -59925,8 +60168,8 @@
|
|
|
59925
60168
|
"value": "300ms",
|
|
59926
60169
|
"scope": "default",
|
|
59927
60170
|
"line": {
|
|
59928
|
-
"start":
|
|
59929
|
-
"end":
|
|
60171
|
+
"start": 224,
|
|
60172
|
+
"end": 224
|
|
59930
60173
|
}
|
|
59931
60174
|
},
|
|
59932
60175
|
"group": [
|
|
@@ -59943,8 +60186,8 @@
|
|
|
59943
60186
|
{
|
|
59944
60187
|
"description": "The timing function of the Stepper transition.\n",
|
|
59945
60188
|
"commentRange": {
|
|
59946
|
-
"start":
|
|
59947
|
-
"end":
|
|
60189
|
+
"start": 225,
|
|
60190
|
+
"end": 226
|
|
59948
60191
|
},
|
|
59949
60192
|
"context": {
|
|
59950
60193
|
"type": "variable",
|
|
@@ -59952,8 +60195,8 @@
|
|
|
59952
60195
|
"value": "cubic-bezier(.4, 0, .2, 1) 0ms",
|
|
59953
60196
|
"scope": "default",
|
|
59954
60197
|
"line": {
|
|
59955
|
-
"start":
|
|
59956
|
-
"end":
|
|
60198
|
+
"start": 227,
|
|
60199
|
+
"end": 227
|
|
59957
60200
|
}
|
|
59958
60201
|
},
|
|
59959
60202
|
"group": [
|
|
@@ -66316,7 +66559,7 @@
|
|
|
66316
66559
|
"context": {
|
|
66317
66560
|
"type": "variable",
|
|
66318
66561
|
"name": "kendo-timeline-track-arrow-width",
|
|
66319
|
-
"value": "
|
|
66562
|
+
"value": "k-spacing(9)",
|
|
66320
66563
|
"scope": "default",
|
|
66321
66564
|
"line": {
|
|
66322
66565
|
"start": 32,
|
|
@@ -66331,8 +66574,8 @@
|
|
|
66331
66574
|
"path": "material/scss/timeline/_variables.scss",
|
|
66332
66575
|
"name": "_variables.scss"
|
|
66333
66576
|
},
|
|
66334
|
-
"resolvedValue": "
|
|
66335
|
-
"resolvedType": "
|
|
66577
|
+
"resolvedValue": "var(--kendo-spacing-9, 2.25rem)",
|
|
66578
|
+
"resolvedType": "String"
|
|
66336
66579
|
},
|
|
66337
66580
|
{
|
|
66338
66581
|
"description": "The height of the Timeline track arrow.\n",
|
|
@@ -66343,7 +66586,7 @@
|
|
|
66343
66586
|
"context": {
|
|
66344
66587
|
"type": "variable",
|
|
66345
66588
|
"name": "kendo-timeline-track-arrow-height",
|
|
66346
|
-
"value": "
|
|
66589
|
+
"value": "k-spacing(9)",
|
|
66347
66590
|
"scope": "default",
|
|
66348
66591
|
"line": {
|
|
66349
66592
|
"start": 35,
|
|
@@ -66358,8 +66601,8 @@
|
|
|
66358
66601
|
"path": "material/scss/timeline/_variables.scss",
|
|
66359
66602
|
"name": "_variables.scss"
|
|
66360
66603
|
},
|
|
66361
|
-
"resolvedValue": "
|
|
66362
|
-
"resolvedType": "
|
|
66604
|
+
"resolvedValue": "var(--kendo-spacing-9, 2.25rem)",
|
|
66605
|
+
"resolvedType": "String"
|
|
66363
66606
|
},
|
|
66364
66607
|
{
|
|
66365
66608
|
"description": "The background color of the disabled Timeline track arrow.\n",
|
|
@@ -66451,7 +66694,7 @@
|
|
|
66451
66694
|
"context": {
|
|
66452
66695
|
"type": "variable",
|
|
66453
66696
|
"name": "kendo-timeline-track-size",
|
|
66454
|
-
"value": "
|
|
66697
|
+
"value": "k-spacing(1.5)",
|
|
66455
66698
|
"scope": "default",
|
|
66456
66699
|
"line": {
|
|
66457
66700
|
"start": 49,
|
|
@@ -66466,8 +66709,8 @@
|
|
|
66466
66709
|
"path": "material/scss/timeline/_variables.scss",
|
|
66467
66710
|
"name": "_variables.scss"
|
|
66468
66711
|
},
|
|
66469
|
-
"resolvedValue": "
|
|
66470
|
-
"resolvedType": "
|
|
66712
|
+
"resolvedValue": "var(--kendo-spacing-1\\.5, 0.375rem)",
|
|
66713
|
+
"resolvedType": "String"
|
|
66471
66714
|
},
|
|
66472
66715
|
{
|
|
66473
66716
|
"description": "The bottom padding of the Timeline's track wrapper.\n",
|
|
@@ -66478,7 +66721,7 @@
|
|
|
66478
66721
|
"context": {
|
|
66479
66722
|
"type": "variable",
|
|
66480
66723
|
"name": "kendo-timeline-track-wrap-padding-bottom",
|
|
66481
|
-
"value": "
|
|
66724
|
+
"value": "calc( #{$kendo-timeline-track-size} / 2 )",
|
|
66482
66725
|
"scope": "default",
|
|
66483
66726
|
"line": {
|
|
66484
66727
|
"start": 52,
|
|
@@ -66493,8 +66736,8 @@
|
|
|
66493
66736
|
"path": "material/scss/timeline/_variables.scss",
|
|
66494
66737
|
"name": "_variables.scss"
|
|
66495
66738
|
},
|
|
66496
|
-
"resolvedValue": "
|
|
66497
|
-
"resolvedType": "
|
|
66739
|
+
"resolvedValue": "calc(var(--kendo-spacing-1\\.5, 0.375rem) / 2)",
|
|
66740
|
+
"resolvedType": "Calculation"
|
|
66498
66741
|
},
|
|
66499
66742
|
{
|
|
66500
66743
|
"description": "The border width of the Timeline track.\n",
|
|
@@ -66559,7 +66802,7 @@
|
|
|
66559
66802
|
"context": {
|
|
66560
66803
|
"type": "variable",
|
|
66561
66804
|
"name": "kendo-timeline-track-bottom-calc",
|
|
66562
|
-
"value": "calc(#{
|
|
66805
|
+
"value": "calc( calc( #{$kendo-timeline-track-arrow-height} / 2) + #{$kendo-timeline-track-wrap-padding-bottom})",
|
|
66563
66806
|
"scope": "default",
|
|
66564
66807
|
"line": {
|
|
66565
66808
|
"start": 61,
|
|
@@ -66574,7 +66817,7 @@
|
|
|
66574
66817
|
"path": "material/scss/timeline/_variables.scss",
|
|
66575
66818
|
"name": "_variables.scss"
|
|
66576
66819
|
},
|
|
66577
|
-
"resolvedValue": "calc(
|
|
66820
|
+
"resolvedValue": "calc(var(--kendo-spacing-9, 2.25rem) / 2 + calc(var(--kendo-spacing-1\\.5, 0.375rem) / 2))",
|
|
66578
66821
|
"resolvedType": "Calculation"
|
|
66579
66822
|
},
|
|
66580
66823
|
{
|
|
@@ -66601,7 +66844,7 @@
|
|
|
66601
66844
|
"path": "material/scss/timeline/_variables.scss",
|
|
66602
66845
|
"name": "_variables.scss"
|
|
66603
66846
|
},
|
|
66604
|
-
"resolvedValue": "calc(
|
|
66847
|
+
"resolvedValue": "calc(var(--kendo-spacing-9, 2.25rem) - 2 * 1px)",
|
|
66605
66848
|
"resolvedType": "Calculation"
|
|
66606
66849
|
},
|
|
66607
66850
|
{
|
|
@@ -66628,7 +66871,7 @@
|
|
|
66628
66871
|
"path": "material/scss/timeline/_variables.scss",
|
|
66629
66872
|
"name": "_variables.scss"
|
|
66630
66873
|
},
|
|
66631
|
-
"resolvedValue": "calc(
|
|
66874
|
+
"resolvedValue": "calc(var(--kendo-spacing-9, 2.25rem) - 2 * 1px)",
|
|
66632
66875
|
"resolvedType": "Calculation"
|
|
66633
66876
|
},
|
|
66634
66877
|
{
|
|
@@ -67087,7 +67330,7 @@
|
|
|
67087
67330
|
"path": "material/scss/timeline/_variables.scss",
|
|
67088
67331
|
"name": "_variables.scss"
|
|
67089
67332
|
},
|
|
67090
|
-
"resolvedValue": "calc(
|
|
67333
|
+
"resolvedValue": "calc(var(--kendo-spacing-1\\.5, 0.375rem) + 2 * 1px + 4px + 10px)",
|
|
67091
67334
|
"resolvedType": "Calculation"
|
|
67092
67335
|
},
|
|
67093
67336
|
{
|
|
@@ -67168,7 +67411,7 @@
|
|
|
67168
67411
|
"path": "material/scss/timeline/_variables.scss",
|
|
67169
67412
|
"name": "_variables.scss"
|
|
67170
67413
|
},
|
|
67171
|
-
"resolvedValue": "calc(var(--kendo-spacing-10, 2.5rem) + (80px -
|
|
67414
|
+
"resolvedValue": "calc(var(--kendo-spacing-10, 2.5rem) + (80px - var(--kendo-spacing-1\\.5, 0.375rem)) / 2)",
|
|
67172
67415
|
"resolvedType": "Calculation"
|
|
67173
67416
|
},
|
|
67174
67417
|
{
|
|
@@ -67195,7 +67438,7 @@
|
|
|
67195
67438
|
"path": "material/scss/timeline/_variables.scss",
|
|
67196
67439
|
"name": "_variables.scss"
|
|
67197
67440
|
},
|
|
67198
|
-
"resolvedValue": "calc(calc(var(--kendo-spacing-10, 2.5rem) + (80px -
|
|
67441
|
+
"resolvedValue": "calc(calc(var(--kendo-spacing-10, 2.5rem) + (80px - var(--kendo-spacing-1\\.5, 0.375rem)) / 2) + 50px)",
|
|
67199
67442
|
"resolvedType": "Calculation"
|
|
67200
67443
|
},
|
|
67201
67444
|
{
|
|
@@ -67222,7 +67465,7 @@
|
|
|
67222
67465
|
"path": "material/scss/timeline/_variables.scss",
|
|
67223
67466
|
"name": "_variables.scss"
|
|
67224
67467
|
},
|
|
67225
|
-
"resolvedValue": "calc(var(--kendo-spacing-4, 1rem) + (80px -
|
|
67468
|
+
"resolvedValue": "calc(var(--kendo-spacing-4, 1rem) + (80px - var(--kendo-spacing-1\\.5, 0.375rem)) / 2)",
|
|
67226
67469
|
"resolvedType": "Calculation"
|
|
67227
67470
|
},
|
|
67228
67471
|
{
|
|
@@ -67249,7 +67492,7 @@
|
|
|
67249
67492
|
"path": "material/scss/timeline/_variables.scss",
|
|
67250
67493
|
"name": "_variables.scss"
|
|
67251
67494
|
},
|
|
67252
|
-
"resolvedValue": "calc(calc(var(--kendo-spacing-4, 1rem) + (80px -
|
|
67495
|
+
"resolvedValue": "calc(calc(var(--kendo-spacing-4, 1rem) + (80px - var(--kendo-spacing-1\\.5, 0.375rem)) / 2) + 50px)",
|
|
67253
67496
|
"resolvedType": "Calculation"
|
|
67254
67497
|
},
|
|
67255
67498
|
{
|
|
@@ -67963,7 +68206,7 @@
|
|
|
67963
68206
|
"context": {
|
|
67964
68207
|
"type": "variable",
|
|
67965
68208
|
"name": "kendo-toolbar-border",
|
|
67966
|
-
"value": "
|
|
68209
|
+
"value": "$kendo-component-border",
|
|
67967
68210
|
"scope": "default",
|
|
67968
68211
|
"line": {
|
|
67969
68212
|
"start": 67,
|
|
@@ -67978,8 +68221,8 @@
|
|
|
67978
68221
|
"path": "material/scss/toolbar/_variables.scss",
|
|
67979
68222
|
"name": "_variables.scss"
|
|
67980
68223
|
},
|
|
67981
|
-
"resolvedValue": "
|
|
67982
|
-
"resolvedType": "
|
|
68224
|
+
"resolvedValue": "var(--kendo-color-border, rgba(0, 0, 0, 0.12))",
|
|
68225
|
+
"resolvedType": "String"
|
|
67983
68226
|
},
|
|
67984
68227
|
{
|
|
67985
68228
|
"description": "The gradient of the Toolbar.\n",
|
|
@@ -68036,15 +68279,15 @@
|
|
|
68036
68279
|
"resolvedType": "String"
|
|
68037
68280
|
},
|
|
68038
68281
|
{
|
|
68039
|
-
"description": "The color of the
|
|
68282
|
+
"description": "The text color of the outline Toolbar.\n",
|
|
68040
68283
|
"commentRange": {
|
|
68041
68284
|
"start": 75,
|
|
68042
68285
|
"end": 76
|
|
68043
68286
|
},
|
|
68044
68287
|
"context": {
|
|
68045
68288
|
"type": "variable",
|
|
68046
|
-
"name": "kendo-toolbar-
|
|
68047
|
-
"value": "
|
|
68289
|
+
"name": "kendo-toolbar-outline-text",
|
|
68290
|
+
"value": "null",
|
|
68048
68291
|
"scope": "default",
|
|
68049
68292
|
"line": {
|
|
68050
68293
|
"start": 77,
|
|
@@ -68059,23 +68302,50 @@
|
|
|
68059
68302
|
"path": "material/scss/toolbar/_variables.scss",
|
|
68060
68303
|
"name": "_variables.scss"
|
|
68061
68304
|
},
|
|
68062
|
-
"resolvedValue": "
|
|
68305
|
+
"resolvedValue": "null",
|
|
68306
|
+
"resolvedType": "Null"
|
|
68307
|
+
},
|
|
68308
|
+
{
|
|
68309
|
+
"description": "The color of the border around the outline Toolbar.\n",
|
|
68310
|
+
"commentRange": {
|
|
68311
|
+
"start": 78,
|
|
68312
|
+
"end": 79
|
|
68313
|
+
},
|
|
68314
|
+
"context": {
|
|
68315
|
+
"type": "variable",
|
|
68316
|
+
"name": "kendo-toolbar-outline-border",
|
|
68317
|
+
"value": "currentColor",
|
|
68318
|
+
"scope": "default",
|
|
68319
|
+
"line": {
|
|
68320
|
+
"start": 80,
|
|
68321
|
+
"end": 80
|
|
68322
|
+
}
|
|
68323
|
+
},
|
|
68324
|
+
"group": [
|
|
68325
|
+
"toolbar"
|
|
68326
|
+
],
|
|
68327
|
+
"access": "public",
|
|
68328
|
+
"file": {
|
|
68329
|
+
"path": "material/scss/toolbar/_variables.scss",
|
|
68330
|
+
"name": "_variables.scss"
|
|
68331
|
+
},
|
|
68332
|
+
"resolvedValue": "currentColor",
|
|
68063
68333
|
"resolvedType": "String"
|
|
68064
68334
|
},
|
|
68065
68335
|
{
|
|
68066
|
-
"description": "The
|
|
68336
|
+
"description": "The gradient of the outline Toolbar.\n",
|
|
68067
68337
|
"commentRange": {
|
|
68068
|
-
"start":
|
|
68069
|
-
"end":
|
|
68338
|
+
"start": 81,
|
|
68339
|
+
"end": 82
|
|
68070
68340
|
},
|
|
68071
68341
|
"context": {
|
|
68072
68342
|
"type": "variable",
|
|
68073
|
-
"name": "kendo-toolbar-
|
|
68074
|
-
"value": "
|
|
68343
|
+
"name": "kendo-toolbar-outline-gradient",
|
|
68344
|
+
"value": "null",
|
|
68075
68345
|
"scope": "default",
|
|
68076
68346
|
"line": {
|
|
68077
|
-
"start":
|
|
68078
|
-
"end":
|
|
68347
|
+
"start": 83,
|
|
68348
|
+
"end": 83
|
|
68079
68349
|
}
|
|
68080
68350
|
},
|
|
68081
68351
|
"group": [
|
|
@@ -68086,23 +68356,23 @@
|
|
|
68086
68356
|
"path": "material/scss/toolbar/_variables.scss",
|
|
68087
68357
|
"name": "_variables.scss"
|
|
68088
68358
|
},
|
|
68089
|
-
"resolvedValue": "
|
|
68090
|
-
"resolvedType": "
|
|
68359
|
+
"resolvedValue": "null",
|
|
68360
|
+
"resolvedType": "Null"
|
|
68091
68361
|
},
|
|
68092
68362
|
{
|
|
68093
|
-
"description": "The box shadow of the
|
|
68363
|
+
"description": "The box shadow of the outline Toolbar.\n",
|
|
68094
68364
|
"commentRange": {
|
|
68095
|
-
"start":
|
|
68096
|
-
"end":
|
|
68365
|
+
"start": 84,
|
|
68366
|
+
"end": 85
|
|
68097
68367
|
},
|
|
68098
68368
|
"context": {
|
|
68099
68369
|
"type": "variable",
|
|
68100
|
-
"name": "kendo-toolbar-
|
|
68101
|
-
"value": "
|
|
68370
|
+
"name": "kendo-toolbar-outline-shadow",
|
|
68371
|
+
"value": "none",
|
|
68102
68372
|
"scope": "default",
|
|
68103
68373
|
"line": {
|
|
68104
|
-
"start":
|
|
68105
|
-
"end":
|
|
68374
|
+
"start": 86,
|
|
68375
|
+
"end": 86
|
|
68106
68376
|
}
|
|
68107
68377
|
},
|
|
68108
68378
|
"group": [
|
|
@@ -68113,18 +68383,18 @@
|
|
|
68113
68383
|
"path": "material/scss/toolbar/_variables.scss",
|
|
68114
68384
|
"name": "_variables.scss"
|
|
68115
68385
|
},
|
|
68116
|
-
"resolvedValue": "
|
|
68117
|
-
"resolvedType": "
|
|
68386
|
+
"resolvedValue": "none",
|
|
68387
|
+
"resolvedType": "String"
|
|
68118
68388
|
},
|
|
68119
68389
|
{
|
|
68120
|
-
"description": "
|
|
68390
|
+
"description": "The width of the border around the outline Toolbar.\n",
|
|
68121
68391
|
"commentRange": {
|
|
68122
68392
|
"start": 87,
|
|
68123
68393
|
"end": 88
|
|
68124
68394
|
},
|
|
68125
68395
|
"context": {
|
|
68126
68396
|
"type": "variable",
|
|
68127
|
-
"name": "kendo-toolbar-
|
|
68397
|
+
"name": "kendo-toolbar-outline-border-width",
|
|
68128
68398
|
"value": "1px",
|
|
68129
68399
|
"scope": "default",
|
|
68130
68400
|
"line": {
|
|
@@ -68144,18 +68414,153 @@
|
|
|
68144
68414
|
"resolvedType": "Number"
|
|
68145
68415
|
},
|
|
68146
68416
|
{
|
|
68147
|
-
"description": "The
|
|
68417
|
+
"description": "The text color of the flat Toolbar.\n",
|
|
68148
68418
|
"commentRange": {
|
|
68149
68419
|
"start": 91,
|
|
68150
68420
|
"end": 92
|
|
68151
68421
|
},
|
|
68152
68422
|
"context": {
|
|
68153
68423
|
"type": "variable",
|
|
68154
|
-
"name": "kendo-toolbar-
|
|
68155
|
-
"value": "
|
|
68424
|
+
"name": "kendo-toolbar-flat-text",
|
|
68425
|
+
"value": "null",
|
|
68156
68426
|
"scope": "default",
|
|
68157
68427
|
"line": {
|
|
68158
68428
|
"start": 93,
|
|
68429
|
+
"end": 93
|
|
68430
|
+
}
|
|
68431
|
+
},
|
|
68432
|
+
"group": [
|
|
68433
|
+
"toolbar"
|
|
68434
|
+
],
|
|
68435
|
+
"access": "public",
|
|
68436
|
+
"file": {
|
|
68437
|
+
"path": "material/scss/toolbar/_variables.scss",
|
|
68438
|
+
"name": "_variables.scss"
|
|
68439
|
+
},
|
|
68440
|
+
"resolvedValue": "null",
|
|
68441
|
+
"resolvedType": "Null"
|
|
68442
|
+
},
|
|
68443
|
+
{
|
|
68444
|
+
"description": "The color of the border around the flat Toolbar.\n",
|
|
68445
|
+
"commentRange": {
|
|
68446
|
+
"start": 94,
|
|
68447
|
+
"end": 95
|
|
68448
|
+
},
|
|
68449
|
+
"context": {
|
|
68450
|
+
"type": "variable",
|
|
68451
|
+
"name": "kendo-toolbar-flat-border",
|
|
68452
|
+
"value": "$kendo-toolbar-border",
|
|
68453
|
+
"scope": "default",
|
|
68454
|
+
"line": {
|
|
68455
|
+
"start": 96,
|
|
68456
|
+
"end": 96
|
|
68457
|
+
}
|
|
68458
|
+
},
|
|
68459
|
+
"group": [
|
|
68460
|
+
"toolbar"
|
|
68461
|
+
],
|
|
68462
|
+
"access": "public",
|
|
68463
|
+
"file": {
|
|
68464
|
+
"path": "material/scss/toolbar/_variables.scss",
|
|
68465
|
+
"name": "_variables.scss"
|
|
68466
|
+
},
|
|
68467
|
+
"resolvedValue": "var(--kendo-color-border, rgba(0, 0, 0, 0.12))",
|
|
68468
|
+
"resolvedType": "String"
|
|
68469
|
+
},
|
|
68470
|
+
{
|
|
68471
|
+
"description": "The gradient of the flat Toolbar.\n",
|
|
68472
|
+
"commentRange": {
|
|
68473
|
+
"start": 97,
|
|
68474
|
+
"end": 98
|
|
68475
|
+
},
|
|
68476
|
+
"context": {
|
|
68477
|
+
"type": "variable",
|
|
68478
|
+
"name": "kendo-toolbar-flat-gradient",
|
|
68479
|
+
"value": "null",
|
|
68480
|
+
"scope": "default",
|
|
68481
|
+
"line": {
|
|
68482
|
+
"start": 99,
|
|
68483
|
+
"end": 99
|
|
68484
|
+
}
|
|
68485
|
+
},
|
|
68486
|
+
"group": [
|
|
68487
|
+
"toolbar"
|
|
68488
|
+
],
|
|
68489
|
+
"access": "public",
|
|
68490
|
+
"file": {
|
|
68491
|
+
"path": "material/scss/toolbar/_variables.scss",
|
|
68492
|
+
"name": "_variables.scss"
|
|
68493
|
+
},
|
|
68494
|
+
"resolvedValue": "null",
|
|
68495
|
+
"resolvedType": "Null"
|
|
68496
|
+
},
|
|
68497
|
+
{
|
|
68498
|
+
"description": "The box shadow of the flat Toolbar.\n",
|
|
68499
|
+
"commentRange": {
|
|
68500
|
+
"start": 100,
|
|
68501
|
+
"end": 101
|
|
68502
|
+
},
|
|
68503
|
+
"context": {
|
|
68504
|
+
"type": "variable",
|
|
68505
|
+
"name": "kendo-toolbar-flat-shadow",
|
|
68506
|
+
"value": "0 2px 0 -1px $kendo-component-border",
|
|
68507
|
+
"scope": "default",
|
|
68508
|
+
"line": {
|
|
68509
|
+
"start": 102,
|
|
68510
|
+
"end": 102
|
|
68511
|
+
}
|
|
68512
|
+
},
|
|
68513
|
+
"group": [
|
|
68514
|
+
"toolbar"
|
|
68515
|
+
],
|
|
68516
|
+
"access": "public",
|
|
68517
|
+
"file": {
|
|
68518
|
+
"path": "material/scss/toolbar/_variables.scss",
|
|
68519
|
+
"name": "_variables.scss"
|
|
68520
|
+
},
|
|
68521
|
+
"resolvedValue": "0 2px 0 -1px var(--kendo-color-border, rgba(0, 0, 0, 0.12))",
|
|
68522
|
+
"resolvedType": "List"
|
|
68523
|
+
},
|
|
68524
|
+
{
|
|
68525
|
+
"description": "Border width of the flat Toolbar.\n",
|
|
68526
|
+
"commentRange": {
|
|
68527
|
+
"start": 103,
|
|
68528
|
+
"end": 104
|
|
68529
|
+
},
|
|
68530
|
+
"context": {
|
|
68531
|
+
"type": "variable",
|
|
68532
|
+
"name": "kendo-toolbar-flat-border-width",
|
|
68533
|
+
"value": "1px",
|
|
68534
|
+
"scope": "default",
|
|
68535
|
+
"line": {
|
|
68536
|
+
"start": 105,
|
|
68537
|
+
"end": 105
|
|
68538
|
+
}
|
|
68539
|
+
},
|
|
68540
|
+
"group": [
|
|
68541
|
+
"toolbar"
|
|
68542
|
+
],
|
|
68543
|
+
"access": "public",
|
|
68544
|
+
"file": {
|
|
68545
|
+
"path": "material/scss/toolbar/_variables.scss",
|
|
68546
|
+
"name": "_variables.scss"
|
|
68547
|
+
},
|
|
68548
|
+
"resolvedValue": "1px",
|
|
68549
|
+
"resolvedType": "Number"
|
|
68550
|
+
},
|
|
68551
|
+
{
|
|
68552
|
+
"description": "The color of the separator border of the Toolbar.\n",
|
|
68553
|
+
"commentRange": {
|
|
68554
|
+
"start": 107,
|
|
68555
|
+
"end": 108
|
|
68556
|
+
},
|
|
68557
|
+
"context": {
|
|
68558
|
+
"type": "variable",
|
|
68559
|
+
"name": "kendo-toolbar-separator-border",
|
|
68560
|
+
"value": "inherit",
|
|
68561
|
+
"scope": "default",
|
|
68562
|
+
"line": {
|
|
68563
|
+
"start": 109,
|
|
68159
68564
|
"end": 109
|
|
68160
68565
|
}
|
|
68161
68566
|
},
|
|
@@ -68167,6 +68572,87 @@
|
|
|
68167
68572
|
"path": "material/scss/toolbar/_variables.scss",
|
|
68168
68573
|
"name": "_variables.scss"
|
|
68169
68574
|
},
|
|
68575
|
+
"resolvedValue": "inherit",
|
|
68576
|
+
"resolvedType": "String"
|
|
68577
|
+
},
|
|
68578
|
+
{
|
|
68579
|
+
"description": "The width of the input in the Toolbar.\n",
|
|
68580
|
+
"commentRange": {
|
|
68581
|
+
"start": 111,
|
|
68582
|
+
"end": 112
|
|
68583
|
+
},
|
|
68584
|
+
"context": {
|
|
68585
|
+
"type": "variable",
|
|
68586
|
+
"name": "kendo-toolbar-input-width",
|
|
68587
|
+
"value": "10em",
|
|
68588
|
+
"scope": "default",
|
|
68589
|
+
"line": {
|
|
68590
|
+
"start": 113,
|
|
68591
|
+
"end": 113
|
|
68592
|
+
}
|
|
68593
|
+
},
|
|
68594
|
+
"group": [
|
|
68595
|
+
"toolbar"
|
|
68596
|
+
],
|
|
68597
|
+
"access": "public",
|
|
68598
|
+
"file": {
|
|
68599
|
+
"path": "material/scss/toolbar/_variables.scss",
|
|
68600
|
+
"name": "_variables.scss"
|
|
68601
|
+
},
|
|
68602
|
+
"resolvedValue": "10em",
|
|
68603
|
+
"resolvedType": "Number"
|
|
68604
|
+
},
|
|
68605
|
+
{
|
|
68606
|
+
"description": "The box shadow of the focused Toolbar item.\n",
|
|
68607
|
+
"commentRange": {
|
|
68608
|
+
"start": 115,
|
|
68609
|
+
"end": 116
|
|
68610
|
+
},
|
|
68611
|
+
"context": {
|
|
68612
|
+
"type": "variable",
|
|
68613
|
+
"name": "kendo-toolbar-item-shadow",
|
|
68614
|
+
"value": "0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px rgba(0, 0, 0, .14), 0 1px 10px rgba(0, 0, 0, .12)",
|
|
68615
|
+
"scope": "default",
|
|
68616
|
+
"line": {
|
|
68617
|
+
"start": 117,
|
|
68618
|
+
"end": 117
|
|
68619
|
+
}
|
|
68620
|
+
},
|
|
68621
|
+
"group": [
|
|
68622
|
+
"toolbar"
|
|
68623
|
+
],
|
|
68624
|
+
"access": "public",
|
|
68625
|
+
"file": {
|
|
68626
|
+
"path": "material/scss/toolbar/_variables.scss",
|
|
68627
|
+
"name": "_variables.scss"
|
|
68628
|
+
},
|
|
68629
|
+
"resolvedValue": "0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px rgba(0, 0, 0, 0.14), 0 1px 10px rgba(0, 0, 0, 0.12)",
|
|
68630
|
+
"resolvedType": "List"
|
|
68631
|
+
},
|
|
68632
|
+
{
|
|
68633
|
+
"description": "The sizes map for the Toolbar.\n",
|
|
68634
|
+
"commentRange": {
|
|
68635
|
+
"start": 119,
|
|
68636
|
+
"end": 120
|
|
68637
|
+
},
|
|
68638
|
+
"context": {
|
|
68639
|
+
"type": "variable",
|
|
68640
|
+
"name": "kendo-toolbar-sizes",
|
|
68641
|
+
"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)",
|
|
68642
|
+
"scope": "default",
|
|
68643
|
+
"line": {
|
|
68644
|
+
"start": 121,
|
|
68645
|
+
"end": 137
|
|
68646
|
+
}
|
|
68647
|
+
},
|
|
68648
|
+
"group": [
|
|
68649
|
+
"toolbar"
|
|
68650
|
+
],
|
|
68651
|
+
"access": "public",
|
|
68652
|
+
"file": {
|
|
68653
|
+
"path": "material/scss/toolbar/_variables.scss",
|
|
68654
|
+
"name": "_variables.scss"
|
|
68655
|
+
},
|
|
68170
68656
|
"resolvedValue": "(sm: (padding-x: var(--kendo-spacing-1, 0.25rem), padding-y: var(--kendo-spacing-1, 0.25rem), spacing: var(--kendo-spacing-1\\.5, 0.375rem)), md: (padding-x: var(--kendo-spacing-2, 0.5rem), padding-y: var(--kendo-spacing-2, 0.5rem), spacing: var(--kendo-spacing-2, 0.5rem)), lg: (padding-x: var(--kendo-spacing-2\\.5, 0.625rem), padding-y: var(--kendo-spacing-2\\.5, 0.625rem), spacing: var(--kendo-spacing-2\\.5, 0.625rem)))",
|
|
68171
68657
|
"resolvedType": "Map",
|
|
68172
68658
|
"prettyValue": {
|
|
@@ -68196,7 +68682,7 @@
|
|
|
68196
68682
|
"context": {
|
|
68197
68683
|
"type": "variable",
|
|
68198
68684
|
"name": "kendo-tooltip-padding-y",
|
|
68199
|
-
"value": "
|
|
68685
|
+
"value": "k-spacing(.5)",
|
|
68200
68686
|
"scope": "default",
|
|
68201
68687
|
"line": {
|
|
68202
68688
|
"start": 5,
|
|
@@ -68211,8 +68697,8 @@
|
|
|
68211
68697
|
"path": "material/scss/tooltip/_variables.scss",
|
|
68212
68698
|
"name": "_variables.scss"
|
|
68213
68699
|
},
|
|
68214
|
-
"resolvedValue": "
|
|
68215
|
-
"resolvedType": "
|
|
68700
|
+
"resolvedValue": "var(--kendo-spacing-0\\.5, 0.125rem)",
|
|
68701
|
+
"resolvedType": "String"
|
|
68216
68702
|
},
|
|
68217
68703
|
{
|
|
68218
68704
|
"description": "The horizontal padding of the Tooltip.\n",
|
|
@@ -109995,14 +110481,14 @@
|
|
|
109995
110481
|
"resolvedType": "Null"
|
|
109996
110482
|
},
|
|
109997
110483
|
{
|
|
109998
|
-
"description": "The color of the '
|
|
110484
|
+
"description": "The color of the 'Option Label' text.\n",
|
|
109999
110485
|
"commentRange": {
|
|
110000
110486
|
"start": 245,
|
|
110001
110487
|
"end": 246
|
|
110002
110488
|
},
|
|
110003
110489
|
"context": {
|
|
110004
110490
|
"type": "variable",
|
|
110005
|
-
"name": "kendo-list-
|
|
110491
|
+
"name": "kendo-list-option-label-text",
|
|
110006
110492
|
"value": "$kendo-subtle-text",
|
|
110007
110493
|
"scope": "default",
|
|
110008
110494
|
"line": {
|
|
@@ -110020,33 +110506,6 @@
|
|
|
110020
110506
|
},
|
|
110021
110507
|
"resolvedValue": "var(--kendo-color-subtle, #757575)",
|
|
110022
110508
|
"resolvedType": "String"
|
|
110023
|
-
},
|
|
110024
|
-
{
|
|
110025
|
-
"description": "The color of the 'Option Label' text.\n",
|
|
110026
|
-
"commentRange": {
|
|
110027
|
-
"start": 249,
|
|
110028
|
-
"end": 250
|
|
110029
|
-
},
|
|
110030
|
-
"context": {
|
|
110031
|
-
"type": "variable",
|
|
110032
|
-
"name": "kendo-list-option-label-text",
|
|
110033
|
-
"value": "$kendo-subtle-text",
|
|
110034
|
-
"scope": "default",
|
|
110035
|
-
"line": {
|
|
110036
|
-
"start": 251,
|
|
110037
|
-
"end": 251
|
|
110038
|
-
}
|
|
110039
|
-
},
|
|
110040
|
-
"group": [
|
|
110041
|
-
"list"
|
|
110042
|
-
],
|
|
110043
|
-
"access": "public",
|
|
110044
|
-
"file": {
|
|
110045
|
-
"path": "material/scss/list/_variables.scss",
|
|
110046
|
-
"name": "_variables.scss"
|
|
110047
|
-
},
|
|
110048
|
-
"resolvedValue": "var(--kendo-color-subtle, #757575)",
|
|
110049
|
-
"resolvedType": "String"
|
|
110050
110509
|
}
|
|
110051
110510
|
]
|
|
110052
110511
|
},
|
|
@@ -114769,6 +115228,66 @@
|
|
|
114769
115228
|
}
|
|
114770
115229
|
]
|
|
114771
115230
|
},
|
|
115231
|
+
{
|
|
115232
|
+
"id": "no-data",
|
|
115233
|
+
"title": "NoData",
|
|
115234
|
+
"variables": [
|
|
115235
|
+
{
|
|
115236
|
+
"description": "The minimum height of the 'No Data' text container.\n",
|
|
115237
|
+
"commentRange": {
|
|
115238
|
+
"start": 1,
|
|
115239
|
+
"end": 2
|
|
115240
|
+
},
|
|
115241
|
+
"context": {
|
|
115242
|
+
"type": "variable",
|
|
115243
|
+
"name": "kendo-no-data-min-height",
|
|
115244
|
+
"value": "140px",
|
|
115245
|
+
"scope": "default",
|
|
115246
|
+
"line": {
|
|
115247
|
+
"start": 3,
|
|
115248
|
+
"end": 3
|
|
115249
|
+
}
|
|
115250
|
+
},
|
|
115251
|
+
"group": [
|
|
115252
|
+
"no-data"
|
|
115253
|
+
],
|
|
115254
|
+
"access": "public",
|
|
115255
|
+
"file": {
|
|
115256
|
+
"path": "material/scss/no-data/_variables.scss",
|
|
115257
|
+
"name": "_variables.scss"
|
|
115258
|
+
},
|
|
115259
|
+
"resolvedValue": "140px",
|
|
115260
|
+
"resolvedType": "Number"
|
|
115261
|
+
},
|
|
115262
|
+
{
|
|
115263
|
+
"description": "The color of the 'No Data' text.\n",
|
|
115264
|
+
"commentRange": {
|
|
115265
|
+
"start": 5,
|
|
115266
|
+
"end": 6
|
|
115267
|
+
},
|
|
115268
|
+
"context": {
|
|
115269
|
+
"type": "variable",
|
|
115270
|
+
"name": "kendo-no-data-text",
|
|
115271
|
+
"value": "$kendo-subtle-text",
|
|
115272
|
+
"scope": "default",
|
|
115273
|
+
"line": {
|
|
115274
|
+
"start": 7,
|
|
115275
|
+
"end": 7
|
|
115276
|
+
}
|
|
115277
|
+
},
|
|
115278
|
+
"group": [
|
|
115279
|
+
"no-data"
|
|
115280
|
+
],
|
|
115281
|
+
"access": "public",
|
|
115282
|
+
"file": {
|
|
115283
|
+
"path": "material/scss/no-data/_variables.scss",
|
|
115284
|
+
"name": "_variables.scss"
|
|
115285
|
+
},
|
|
115286
|
+
"resolvedValue": "var(--kendo-color-subtle, #757575)",
|
|
115287
|
+
"resolvedType": "String"
|
|
115288
|
+
}
|
|
115289
|
+
]
|
|
115290
|
+
},
|
|
114772
115291
|
{
|
|
114773
115292
|
"id": "notification",
|
|
114774
115293
|
"title": "Notification",
|
|
@@ -116418,7 +116937,7 @@
|
|
|
116418
116937
|
"context": {
|
|
116419
116938
|
"type": "variable",
|
|
116420
116939
|
"name": "kendo-orgchart-line-v-height",
|
|
116421
|
-
"value": "
|
|
116940
|
+
"value": "k-spacing(6)",
|
|
116422
116941
|
"scope": "default",
|
|
116423
116942
|
"line": {
|
|
116424
116943
|
"start": 146,
|
|
@@ -116433,8 +116952,8 @@
|
|
|
116433
116952
|
"path": "material/scss/orgchart/_variables.scss",
|
|
116434
116953
|
"name": "_variables.scss"
|
|
116435
116954
|
},
|
|
116436
|
-
"resolvedValue": "
|
|
116437
|
-
"resolvedType": "
|
|
116955
|
+
"resolvedValue": "var(--kendo-spacing-6, 1.5rem)",
|
|
116956
|
+
"resolvedType": "String"
|
|
116438
116957
|
}
|
|
116439
116958
|
]
|
|
116440
116959
|
},
|
|
@@ -117332,6 +117851,195 @@
|
|
|
117332
117851
|
},
|
|
117333
117852
|
"resolvedValue": "var(--kendo-color-subtle, #757575)",
|
|
117334
117853
|
"resolvedType": "String"
|
|
117854
|
+
},
|
|
117855
|
+
{
|
|
117856
|
+
"description": "The vertical padding of the PDFViewer popup.\n",
|
|
117857
|
+
"commentRange": {
|
|
117858
|
+
"start": 112,
|
|
117859
|
+
"end": 113
|
|
117860
|
+
},
|
|
117861
|
+
"context": {
|
|
117862
|
+
"type": "variable",
|
|
117863
|
+
"name": "kendo-pdf-viewer-popup-padding-x",
|
|
117864
|
+
"value": "k-spacing(2)",
|
|
117865
|
+
"scope": "default",
|
|
117866
|
+
"line": {
|
|
117867
|
+
"start": 114,
|
|
117868
|
+
"end": 114
|
|
117869
|
+
}
|
|
117870
|
+
},
|
|
117871
|
+
"group": [
|
|
117872
|
+
"pdf-viewer"
|
|
117873
|
+
],
|
|
117874
|
+
"access": "public",
|
|
117875
|
+
"file": {
|
|
117876
|
+
"path": "material/scss/pdf-viewer/_variables.scss",
|
|
117877
|
+
"name": "_variables.scss"
|
|
117878
|
+
},
|
|
117879
|
+
"resolvedValue": "var(--kendo-spacing-2, 0.5rem)",
|
|
117880
|
+
"resolvedType": "String"
|
|
117881
|
+
},
|
|
117882
|
+
{
|
|
117883
|
+
"description": "The horizontal padding of the PDFViewer popup.\n",
|
|
117884
|
+
"commentRange": {
|
|
117885
|
+
"start": 115,
|
|
117886
|
+
"end": 116
|
|
117887
|
+
},
|
|
117888
|
+
"context": {
|
|
117889
|
+
"type": "variable",
|
|
117890
|
+
"name": "kendo-pdf-viewer-popup-padding-y",
|
|
117891
|
+
"value": "$kendo-pdf-viewer-popup-padding-x",
|
|
117892
|
+
"scope": "default",
|
|
117893
|
+
"line": {
|
|
117894
|
+
"start": 117,
|
|
117895
|
+
"end": 117
|
|
117896
|
+
}
|
|
117897
|
+
},
|
|
117898
|
+
"group": [
|
|
117899
|
+
"pdf-viewer"
|
|
117900
|
+
],
|
|
117901
|
+
"access": "public",
|
|
117902
|
+
"file": {
|
|
117903
|
+
"path": "material/scss/pdf-viewer/_variables.scss",
|
|
117904
|
+
"name": "_variables.scss"
|
|
117905
|
+
},
|
|
117906
|
+
"resolvedValue": "var(--kendo-spacing-2, 0.5rem)",
|
|
117907
|
+
"resolvedType": "String"
|
|
117908
|
+
},
|
|
117909
|
+
{
|
|
117910
|
+
"description": "The border color of the PDFViewer selected highlight annotation.\n",
|
|
117911
|
+
"commentRange": {
|
|
117912
|
+
"start": 119,
|
|
117913
|
+
"end": 120
|
|
117914
|
+
},
|
|
117915
|
+
"context": {
|
|
117916
|
+
"type": "variable",
|
|
117917
|
+
"name": "kendo-pdf-viewer-highlight-annotation-border",
|
|
117918
|
+
"value": "if($kendo-enable-color-system, k-color(primary), $kendo-color-primary)",
|
|
117919
|
+
"scope": "default",
|
|
117920
|
+
"line": {
|
|
117921
|
+
"start": 121,
|
|
117922
|
+
"end": 121
|
|
117923
|
+
}
|
|
117924
|
+
},
|
|
117925
|
+
"group": [
|
|
117926
|
+
"pdf-viewer"
|
|
117927
|
+
],
|
|
117928
|
+
"access": "public",
|
|
117929
|
+
"file": {
|
|
117930
|
+
"path": "material/scss/pdf-viewer/_variables.scss",
|
|
117931
|
+
"name": "_variables.scss"
|
|
117932
|
+
},
|
|
117933
|
+
"resolvedValue": "var(--kendo-color-primary, #3f51b5)",
|
|
117934
|
+
"resolvedType": "String"
|
|
117935
|
+
},
|
|
117936
|
+
{
|
|
117937
|
+
"description": "The background color of the PDFViewer hover highlight annotation.\n",
|
|
117938
|
+
"commentRange": {
|
|
117939
|
+
"start": 122,
|
|
117940
|
+
"end": 123
|
|
117941
|
+
},
|
|
117942
|
+
"context": {
|
|
117943
|
+
"type": "variable",
|
|
117944
|
+
"name": "kendo-pdf-viewer-highlight-annotation-hover-border",
|
|
117945
|
+
"value": "if($kendo-enable-color-system, k-color( primary-hover ), $kendo-color-primary-darker)",
|
|
117946
|
+
"scope": "default",
|
|
117947
|
+
"line": {
|
|
117948
|
+
"start": 124,
|
|
117949
|
+
"end": 124
|
|
117950
|
+
}
|
|
117951
|
+
},
|
|
117952
|
+
"group": [
|
|
117953
|
+
"pdf-viewer"
|
|
117954
|
+
],
|
|
117955
|
+
"access": "public",
|
|
117956
|
+
"file": {
|
|
117957
|
+
"path": "material/scss/pdf-viewer/_variables.scss",
|
|
117958
|
+
"name": "_variables.scss"
|
|
117959
|
+
},
|
|
117960
|
+
"resolvedValue": "var(--kendo-color-primary-hover, #3a4ba7)",
|
|
117961
|
+
"resolvedType": "String"
|
|
117962
|
+
},
|
|
117963
|
+
{
|
|
117964
|
+
"description": "The border color of the PDFViewer selected free text annotation.\n",
|
|
117965
|
+
"commentRange": {
|
|
117966
|
+
"start": 125,
|
|
117967
|
+
"end": 126
|
|
117968
|
+
},
|
|
117969
|
+
"context": {
|
|
117970
|
+
"type": "variable",
|
|
117971
|
+
"name": "kendo-pdf-viewer-free-text-annotation-border",
|
|
117972
|
+
"value": "if($kendo-enable-color-system, k-color(primary), $kendo-color-primary)",
|
|
117973
|
+
"scope": "default",
|
|
117974
|
+
"line": {
|
|
117975
|
+
"start": 127,
|
|
117976
|
+
"end": 127
|
|
117977
|
+
}
|
|
117978
|
+
},
|
|
117979
|
+
"group": [
|
|
117980
|
+
"pdf-viewer"
|
|
117981
|
+
],
|
|
117982
|
+
"access": "public",
|
|
117983
|
+
"file": {
|
|
117984
|
+
"path": "material/scss/pdf-viewer/_variables.scss",
|
|
117985
|
+
"name": "_variables.scss"
|
|
117986
|
+
},
|
|
117987
|
+
"resolvedValue": "var(--kendo-color-primary, #3f51b5)",
|
|
117988
|
+
"resolvedType": "String"
|
|
117989
|
+
},
|
|
117990
|
+
{
|
|
117991
|
+
"description": "The placeholder text color of the PDFViewer free text annotation.\n",
|
|
117992
|
+
"commentRange": {
|
|
117993
|
+
"start": 128,
|
|
117994
|
+
"end": 129
|
|
117995
|
+
},
|
|
117996
|
+
"context": {
|
|
117997
|
+
"type": "variable",
|
|
117998
|
+
"name": "kendo-pdf-viewer-free-text-annotation-placeholder-text",
|
|
117999
|
+
"value": "rgba(124, 22, 27, 0.5)",
|
|
118000
|
+
"scope": "default",
|
|
118001
|
+
"line": {
|
|
118002
|
+
"start": 130,
|
|
118003
|
+
"end": 130
|
|
118004
|
+
}
|
|
118005
|
+
},
|
|
118006
|
+
"group": [
|
|
118007
|
+
"pdf-viewer"
|
|
118008
|
+
],
|
|
118009
|
+
"access": "public",
|
|
118010
|
+
"file": {
|
|
118011
|
+
"path": "material/scss/pdf-viewer/_variables.scss",
|
|
118012
|
+
"name": "_variables.scss"
|
|
118013
|
+
},
|
|
118014
|
+
"resolvedValue": "rgba(124, 22, 27, 0.5)",
|
|
118015
|
+
"resolvedType": "Color"
|
|
118016
|
+
},
|
|
118017
|
+
{
|
|
118018
|
+
"description": "The text color of the PDFViewer free text annotation.\n",
|
|
118019
|
+
"commentRange": {
|
|
118020
|
+
"start": 131,
|
|
118021
|
+
"end": 132
|
|
118022
|
+
},
|
|
118023
|
+
"context": {
|
|
118024
|
+
"type": "variable",
|
|
118025
|
+
"name": "kendo-pdf-viewer-free-text-annotation-text",
|
|
118026
|
+
"value": "rgba(124, 22, 27, 0.7)",
|
|
118027
|
+
"scope": "default",
|
|
118028
|
+
"line": {
|
|
118029
|
+
"start": 133,
|
|
118030
|
+
"end": 133
|
|
118031
|
+
}
|
|
118032
|
+
},
|
|
118033
|
+
"group": [
|
|
118034
|
+
"pdf-viewer"
|
|
118035
|
+
],
|
|
118036
|
+
"access": "public",
|
|
118037
|
+
"file": {
|
|
118038
|
+
"path": "material/scss/pdf-viewer/_variables.scss",
|
|
118039
|
+
"name": "_variables.scss"
|
|
118040
|
+
},
|
|
118041
|
+
"resolvedValue": "rgba(124, 22, 27, 0.7)",
|
|
118042
|
+
"resolvedType": "Color"
|
|
117335
118043
|
}
|
|
117336
118044
|
]
|
|
117337
118045
|
},
|
|
@@ -133462,7 +134170,7 @@
|
|
|
133462
134170
|
"context": {
|
|
133463
134171
|
"type": "variable",
|
|
133464
134172
|
"name": "kendo-splitter-drag-icon-margin",
|
|
133465
|
-
"value": "
|
|
134173
|
+
"value": "k-spacing(2)",
|
|
133466
134174
|
"scope": "default",
|
|
133467
134175
|
"line": {
|
|
133468
134176
|
"start": 37,
|
|
@@ -133477,8 +134185,8 @@
|
|
|
133477
134185
|
"path": "material/scss/splitter/_variables.scss",
|
|
133478
134186
|
"name": "_variables.scss"
|
|
133479
134187
|
},
|
|
133480
|
-
"resolvedValue": "
|
|
133481
|
-
"resolvedType": "
|
|
134188
|
+
"resolvedValue": "var(--kendo-spacing-2, 0.5rem)",
|
|
134189
|
+
"resolvedType": "String"
|
|
133482
134190
|
},
|
|
133483
134191
|
{
|
|
133484
134192
|
"description": "The horizontal padding of the collapse icon in the Splitter.\n",
|
|
@@ -136031,15 +136739,15 @@
|
|
|
136031
136739
|
"resolvedType": "Calculation"
|
|
136032
136740
|
},
|
|
136033
136741
|
{
|
|
136034
|
-
"description": "The
|
|
136742
|
+
"description": "The border radius of the Stepper label.\n",
|
|
136035
136743
|
"commentRange": {
|
|
136036
136744
|
"start": 24,
|
|
136037
136745
|
"end": 25
|
|
136038
136746
|
},
|
|
136039
136747
|
"context": {
|
|
136040
136748
|
"type": "variable",
|
|
136041
|
-
"name": "kendo-stepper-border-
|
|
136042
|
-
"value": "
|
|
136749
|
+
"name": "kendo-stepper-label-border-radius",
|
|
136750
|
+
"value": "k-border-radius(xxl)",
|
|
136043
136751
|
"scope": "default",
|
|
136044
136752
|
"line": {
|
|
136045
136753
|
"start": 26,
|
|
@@ -136054,14 +136762,41 @@
|
|
|
136054
136762
|
"path": "material/scss/stepper/_variables.scss",
|
|
136055
136763
|
"name": "_variables.scss"
|
|
136056
136764
|
},
|
|
136765
|
+
"resolvedValue": "var(--kendo-border-radius-xxl, 1rem)",
|
|
136766
|
+
"resolvedType": "String"
|
|
136767
|
+
},
|
|
136768
|
+
{
|
|
136769
|
+
"description": "The width of the border around the Stepper.\n",
|
|
136770
|
+
"commentRange": {
|
|
136771
|
+
"start": 27,
|
|
136772
|
+
"end": 28
|
|
136773
|
+
},
|
|
136774
|
+
"context": {
|
|
136775
|
+
"type": "variable",
|
|
136776
|
+
"name": "kendo-stepper-border-width",
|
|
136777
|
+
"value": "0px",
|
|
136778
|
+
"scope": "default",
|
|
136779
|
+
"line": {
|
|
136780
|
+
"start": 29,
|
|
136781
|
+
"end": 29
|
|
136782
|
+
}
|
|
136783
|
+
},
|
|
136784
|
+
"group": [
|
|
136785
|
+
"stepper"
|
|
136786
|
+
],
|
|
136787
|
+
"access": "public",
|
|
136788
|
+
"file": {
|
|
136789
|
+
"path": "material/scss/stepper/_variables.scss",
|
|
136790
|
+
"name": "_variables.scss"
|
|
136791
|
+
},
|
|
136057
136792
|
"resolvedValue": "0px",
|
|
136058
136793
|
"resolvedType": "Number"
|
|
136059
136794
|
},
|
|
136060
136795
|
{
|
|
136061
136796
|
"description": "The horizontal padding of the Stepper content.\n",
|
|
136062
136797
|
"commentRange": {
|
|
136063
|
-
"start":
|
|
136064
|
-
"end":
|
|
136798
|
+
"start": 31,
|
|
136799
|
+
"end": 32
|
|
136065
136800
|
},
|
|
136066
136801
|
"context": {
|
|
136067
136802
|
"type": "variable",
|
|
@@ -136069,8 +136804,8 @@
|
|
|
136069
136804
|
"value": "k-spacing(5)",
|
|
136070
136805
|
"scope": "default",
|
|
136071
136806
|
"line": {
|
|
136072
|
-
"start":
|
|
136073
|
-
"end":
|
|
136807
|
+
"start": 33,
|
|
136808
|
+
"end": 33
|
|
136074
136809
|
}
|
|
136075
136810
|
},
|
|
136076
136811
|
"group": [
|
|
@@ -136087,8 +136822,8 @@
|
|
|
136087
136822
|
{
|
|
136088
136823
|
"description": "The vertical padding of the Stepper content.\n",
|
|
136089
136824
|
"commentRange": {
|
|
136090
|
-
"start":
|
|
136091
|
-
"end":
|
|
136825
|
+
"start": 34,
|
|
136826
|
+
"end": 35
|
|
136092
136827
|
},
|
|
136093
136828
|
"context": {
|
|
136094
136829
|
"type": "variable",
|
|
@@ -136096,8 +136831,8 @@
|
|
|
136096
136831
|
"value": "k-spacing(2.5)",
|
|
136097
136832
|
"scope": "default",
|
|
136098
136833
|
"line": {
|
|
136099
|
-
"start":
|
|
136100
|
-
"end":
|
|
136834
|
+
"start": 36,
|
|
136835
|
+
"end": 36
|
|
136101
136836
|
}
|
|
136102
136837
|
},
|
|
136103
136838
|
"group": [
|
|
@@ -136114,8 +136849,8 @@
|
|
|
136114
136849
|
{
|
|
136115
136850
|
"description": "",
|
|
136116
136851
|
"commentRange": {
|
|
136117
|
-
"start":
|
|
136118
|
-
"end":
|
|
136852
|
+
"start": 39,
|
|
136853
|
+
"end": 39
|
|
136119
136854
|
},
|
|
136120
136855
|
"context": {
|
|
136121
136856
|
"type": "variable",
|
|
@@ -136123,8 +136858,8 @@
|
|
|
136123
136858
|
"value": "var( --kendo-font-size, inherit )",
|
|
136124
136859
|
"scope": "default",
|
|
136125
136860
|
"line": {
|
|
136126
|
-
"start":
|
|
136127
|
-
"end":
|
|
136861
|
+
"start": 40,
|
|
136862
|
+
"end": 40
|
|
136128
136863
|
}
|
|
136129
136864
|
},
|
|
136130
136865
|
"group": [
|
|
@@ -136141,8 +136876,8 @@
|
|
|
136141
136876
|
{
|
|
136142
136877
|
"description": "",
|
|
136143
136878
|
"commentRange": {
|
|
136144
|
-
"start":
|
|
136145
|
-
"end":
|
|
136879
|
+
"start": 42,
|
|
136880
|
+
"end": 42
|
|
136146
136881
|
},
|
|
136147
136882
|
"context": {
|
|
136148
136883
|
"type": "variable",
|
|
@@ -136150,8 +136885,8 @@
|
|
|
136150
136885
|
"value": "k-math-div( 20, 14 )",
|
|
136151
136886
|
"scope": "default",
|
|
136152
136887
|
"line": {
|
|
136153
|
-
"start":
|
|
136154
|
-
"end":
|
|
136888
|
+
"start": 43,
|
|
136889
|
+
"end": 43
|
|
136155
136890
|
}
|
|
136156
136891
|
},
|
|
136157
136892
|
"group": [
|
|
@@ -136168,8 +136903,8 @@
|
|
|
136168
136903
|
{
|
|
136169
136904
|
"description": "",
|
|
136170
136905
|
"commentRange": {
|
|
136171
|
-
"start":
|
|
136172
|
-
"end":
|
|
136906
|
+
"start": 45,
|
|
136907
|
+
"end": 45
|
|
136173
136908
|
},
|
|
136174
136909
|
"context": {
|
|
136175
136910
|
"type": "variable",
|
|
@@ -136177,8 +136912,8 @@
|
|
|
136177
136912
|
"value": "var( --kendo-font-family, inherit )",
|
|
136178
136913
|
"scope": "default",
|
|
136179
136914
|
"line": {
|
|
136180
|
-
"start":
|
|
136181
|
-
"end":
|
|
136915
|
+
"start": 46,
|
|
136916
|
+
"end": 46
|
|
136182
136917
|
}
|
|
136183
136918
|
},
|
|
136184
136919
|
"group": [
|
|
@@ -136195,8 +136930,8 @@
|
|
|
136195
136930
|
{
|
|
136196
136931
|
"description": "The background color of the Stepper.\n",
|
|
136197
136932
|
"commentRange": {
|
|
136198
|
-
"start":
|
|
136199
|
-
"end":
|
|
136933
|
+
"start": 48,
|
|
136934
|
+
"end": 49
|
|
136200
136935
|
},
|
|
136201
136936
|
"context": {
|
|
136202
136937
|
"type": "variable",
|
|
@@ -136204,8 +136939,8 @@
|
|
|
136204
136939
|
"value": "null",
|
|
136205
136940
|
"scope": "default",
|
|
136206
136941
|
"line": {
|
|
136207
|
-
"start":
|
|
136208
|
-
"end":
|
|
136942
|
+
"start": 50,
|
|
136943
|
+
"end": 50
|
|
136209
136944
|
}
|
|
136210
136945
|
},
|
|
136211
136946
|
"group": [
|
|
@@ -136222,8 +136957,8 @@
|
|
|
136222
136957
|
{
|
|
136223
136958
|
"description": "The text color of the Stepper.\n",
|
|
136224
136959
|
"commentRange": {
|
|
136225
|
-
"start":
|
|
136226
|
-
"end":
|
|
136960
|
+
"start": 51,
|
|
136961
|
+
"end": 52
|
|
136227
136962
|
},
|
|
136228
136963
|
"context": {
|
|
136229
136964
|
"type": "variable",
|
|
@@ -136231,8 +136966,8 @@
|
|
|
136231
136966
|
"value": "$kendo-component-text",
|
|
136232
136967
|
"scope": "default",
|
|
136233
136968
|
"line": {
|
|
136234
|
-
"start":
|
|
136235
|
-
"end":
|
|
136969
|
+
"start": 53,
|
|
136970
|
+
"end": 53
|
|
136236
136971
|
}
|
|
136237
136972
|
},
|
|
136238
136973
|
"group": [
|
|
@@ -136249,8 +136984,8 @@
|
|
|
136249
136984
|
{
|
|
136250
136985
|
"description": "The border color of the Stepper.\n",
|
|
136251
136986
|
"commentRange": {
|
|
136252
|
-
"start":
|
|
136253
|
-
"end":
|
|
136987
|
+
"start": 54,
|
|
136988
|
+
"end": 55
|
|
136254
136989
|
},
|
|
136255
136990
|
"context": {
|
|
136256
136991
|
"type": "variable",
|
|
@@ -136258,8 +136993,8 @@
|
|
|
136258
136993
|
"value": "null",
|
|
136259
136994
|
"scope": "default",
|
|
136260
136995
|
"line": {
|
|
136261
|
-
"start":
|
|
136262
|
-
"end":
|
|
136996
|
+
"start": 56,
|
|
136997
|
+
"end": 56
|
|
136263
136998
|
}
|
|
136264
136999
|
},
|
|
136265
137000
|
"group": [
|
|
@@ -136276,8 +137011,8 @@
|
|
|
136276
137011
|
{
|
|
136277
137012
|
"description": "The width of the Stepper indicator.\n",
|
|
136278
137013
|
"commentRange": {
|
|
136279
|
-
"start":
|
|
136280
|
-
"end":
|
|
137014
|
+
"start": 58,
|
|
137015
|
+
"end": 59
|
|
136281
137016
|
},
|
|
136282
137017
|
"context": {
|
|
136283
137018
|
"type": "variable",
|
|
@@ -136285,8 +137020,8 @@
|
|
|
136285
137020
|
"value": "28px",
|
|
136286
137021
|
"scope": "default",
|
|
136287
137022
|
"line": {
|
|
136288
|
-
"start":
|
|
136289
|
-
"end":
|
|
137023
|
+
"start": 60,
|
|
137024
|
+
"end": 60
|
|
136290
137025
|
}
|
|
136291
137026
|
},
|
|
136292
137027
|
"group": [
|
|
@@ -136303,8 +137038,8 @@
|
|
|
136303
137038
|
{
|
|
136304
137039
|
"description": "The height of the Stepper indicator.\n",
|
|
136305
137040
|
"commentRange": {
|
|
136306
|
-
"start":
|
|
136307
|
-
"end":
|
|
137041
|
+
"start": 61,
|
|
137042
|
+
"end": 62
|
|
136308
137043
|
},
|
|
136309
137044
|
"context": {
|
|
136310
137045
|
"type": "variable",
|
|
@@ -136312,8 +137047,8 @@
|
|
|
136312
137047
|
"value": "$kendo-stepper-indicator-width",
|
|
136313
137048
|
"scope": "default",
|
|
136314
137049
|
"line": {
|
|
136315
|
-
"start":
|
|
136316
|
-
"end":
|
|
137050
|
+
"start": 63,
|
|
137051
|
+
"end": 63
|
|
136317
137052
|
}
|
|
136318
137053
|
},
|
|
136319
137054
|
"group": [
|
|
@@ -136330,8 +137065,8 @@
|
|
|
136330
137065
|
{
|
|
136331
137066
|
"description": "The border radius of the Stepper indicator.\n",
|
|
136332
137067
|
"commentRange": {
|
|
136333
|
-
"start":
|
|
136334
|
-
"end":
|
|
137068
|
+
"start": 64,
|
|
137069
|
+
"end": 65
|
|
136335
137070
|
},
|
|
136336
137071
|
"context": {
|
|
136337
137072
|
"type": "variable",
|
|
@@ -136339,8 +137074,8 @@
|
|
|
136339
137074
|
"value": "50%",
|
|
136340
137075
|
"scope": "default",
|
|
136341
137076
|
"line": {
|
|
136342
|
-
"start":
|
|
136343
|
-
"end":
|
|
137077
|
+
"start": 66,
|
|
137078
|
+
"end": 66
|
|
136344
137079
|
}
|
|
136345
137080
|
},
|
|
136346
137081
|
"group": [
|
|
@@ -136357,8 +137092,8 @@
|
|
|
136357
137092
|
{
|
|
136358
137093
|
"description": "The border width of the Stepper indicator.\n",
|
|
136359
137094
|
"commentRange": {
|
|
136360
|
-
"start":
|
|
136361
|
-
"end":
|
|
137095
|
+
"start": 67,
|
|
137096
|
+
"end": 68
|
|
136362
137097
|
},
|
|
136363
137098
|
"context": {
|
|
136364
137099
|
"type": "variable",
|
|
@@ -136366,8 +137101,8 @@
|
|
|
136366
137101
|
"value": "1px",
|
|
136367
137102
|
"scope": "default",
|
|
136368
137103
|
"line": {
|
|
136369
|
-
"start":
|
|
136370
|
-
"end":
|
|
137104
|
+
"start": 69,
|
|
137105
|
+
"end": 69
|
|
136371
137106
|
}
|
|
136372
137107
|
},
|
|
136373
137108
|
"group": [
|
|
@@ -136384,8 +137119,8 @@
|
|
|
136384
137119
|
{
|
|
136385
137120
|
"description": "The border width of the focused Stepper indicator.\n",
|
|
136386
137121
|
"commentRange": {
|
|
136387
|
-
"start":
|
|
136388
|
-
"end":
|
|
137122
|
+
"start": 71,
|
|
137123
|
+
"end": 72
|
|
136389
137124
|
},
|
|
136390
137125
|
"context": {
|
|
136391
137126
|
"type": "variable",
|
|
@@ -136393,8 +137128,8 @@
|
|
|
136393
137128
|
"value": "1px",
|
|
136394
137129
|
"scope": "default",
|
|
136395
137130
|
"line": {
|
|
136396
|
-
"start":
|
|
136397
|
-
"end":
|
|
137131
|
+
"start": 73,
|
|
137132
|
+
"end": 73
|
|
136398
137133
|
}
|
|
136399
137134
|
},
|
|
136400
137135
|
"group": [
|
|
@@ -136411,8 +137146,8 @@
|
|
|
136411
137146
|
{
|
|
136412
137147
|
"description": "The size of the focused Stepper indicator.\n",
|
|
136413
137148
|
"commentRange": {
|
|
136414
|
-
"start":
|
|
136415
|
-
"end":
|
|
137149
|
+
"start": 74,
|
|
137150
|
+
"end": 75
|
|
136416
137151
|
},
|
|
136417
137152
|
"context": {
|
|
136418
137153
|
"type": "variable",
|
|
@@ -136420,8 +137155,8 @@
|
|
|
136420
137155
|
"value": "2px",
|
|
136421
137156
|
"scope": "default",
|
|
136422
137157
|
"line": {
|
|
136423
|
-
"start":
|
|
136424
|
-
"end":
|
|
137158
|
+
"start": 76,
|
|
137159
|
+
"end": 76
|
|
136425
137160
|
}
|
|
136426
137161
|
},
|
|
136427
137162
|
"group": [
|
|
@@ -136438,8 +137173,8 @@
|
|
|
136438
137173
|
{
|
|
136439
137174
|
"description": "The offset of the Stepper's focused indicator.\n",
|
|
136440
137175
|
"commentRange": {
|
|
136441
|
-
"start":
|
|
136442
|
-
"end":
|
|
137176
|
+
"start": 77,
|
|
137177
|
+
"end": 78
|
|
136443
137178
|
},
|
|
136444
137179
|
"context": {
|
|
136445
137180
|
"type": "variable",
|
|
@@ -136447,8 +137182,8 @@
|
|
|
136447
137182
|
"value": "3px",
|
|
136448
137183
|
"scope": "default",
|
|
136449
137184
|
"line": {
|
|
136450
|
-
"start":
|
|
136451
|
-
"end":
|
|
137185
|
+
"start": 79,
|
|
137186
|
+
"end": 79
|
|
136452
137187
|
}
|
|
136453
137188
|
},
|
|
136454
137189
|
"group": [
|
|
@@ -136465,8 +137200,8 @@
|
|
|
136465
137200
|
{
|
|
136466
137201
|
"description": "The calculated offset of the Stepper's focused indicator.\n",
|
|
136467
137202
|
"commentRange": {
|
|
136468
|
-
"start":
|
|
136469
|
-
"end":
|
|
137203
|
+
"start": 80,
|
|
137204
|
+
"end": 81
|
|
136470
137205
|
},
|
|
136471
137206
|
"context": {
|
|
136472
137207
|
"type": "variable",
|
|
@@ -136474,8 +137209,8 @@
|
|
|
136474
137209
|
"value": "calc( #{$kendo-stepper-indicator-focus-border-width} + #{$kendo-stepper-indicator-focus-offset} )",
|
|
136475
137210
|
"scope": "default",
|
|
136476
137211
|
"line": {
|
|
136477
|
-
"start":
|
|
136478
|
-
"end":
|
|
137212
|
+
"start": 82,
|
|
137213
|
+
"end": 82
|
|
136479
137214
|
}
|
|
136480
137215
|
},
|
|
136481
137216
|
"group": [
|
|
@@ -136492,8 +137227,8 @@
|
|
|
136492
137227
|
{
|
|
136493
137228
|
"description": "The background color of the Stepper indicator.\n",
|
|
136494
137229
|
"commentRange": {
|
|
136495
|
-
"start":
|
|
136496
|
-
"end":
|
|
137230
|
+
"start": 84,
|
|
137231
|
+
"end": 85
|
|
136497
137232
|
},
|
|
136498
137233
|
"context": {
|
|
136499
137234
|
"type": "variable",
|
|
@@ -136501,8 +137236,8 @@
|
|
|
136501
137236
|
"value": "$kendo-component-bg",
|
|
136502
137237
|
"scope": "default",
|
|
136503
137238
|
"line": {
|
|
136504
|
-
"start":
|
|
136505
|
-
"end":
|
|
137239
|
+
"start": 86,
|
|
137240
|
+
"end": 86
|
|
136506
137241
|
}
|
|
136507
137242
|
},
|
|
136508
137243
|
"group": [
|
|
@@ -136519,8 +137254,8 @@
|
|
|
136519
137254
|
{
|
|
136520
137255
|
"description": "The text color of the Stepper indicator.\n",
|
|
136521
137256
|
"commentRange": {
|
|
136522
|
-
"start":
|
|
136523
|
-
"end":
|
|
137257
|
+
"start": 87,
|
|
137258
|
+
"end": 88
|
|
136524
137259
|
},
|
|
136525
137260
|
"context": {
|
|
136526
137261
|
"type": "variable",
|
|
@@ -136528,8 +137263,8 @@
|
|
|
136528
137263
|
"value": "$kendo-component-text",
|
|
136529
137264
|
"scope": "default",
|
|
136530
137265
|
"line": {
|
|
136531
|
-
"start":
|
|
136532
|
-
"end":
|
|
137266
|
+
"start": 89,
|
|
137267
|
+
"end": 89
|
|
136533
137268
|
}
|
|
136534
137269
|
},
|
|
136535
137270
|
"group": [
|
|
@@ -136546,8 +137281,8 @@
|
|
|
136546
137281
|
{
|
|
136547
137282
|
"description": "The border color of the Stepper indicator.\n",
|
|
136548
137283
|
"commentRange": {
|
|
136549
|
-
"start":
|
|
136550
|
-
"end":
|
|
137284
|
+
"start": 90,
|
|
137285
|
+
"end": 91
|
|
136551
137286
|
},
|
|
136552
137287
|
"context": {
|
|
136553
137288
|
"type": "variable",
|
|
@@ -136555,8 +137290,8 @@
|
|
|
136555
137290
|
"value": "$kendo-component-border",
|
|
136556
137291
|
"scope": "default",
|
|
136557
137292
|
"line": {
|
|
136558
|
-
"start":
|
|
136559
|
-
"end":
|
|
137293
|
+
"start": 92,
|
|
137294
|
+
"end": 92
|
|
136560
137295
|
}
|
|
136561
137296
|
},
|
|
136562
137297
|
"group": [
|
|
@@ -136573,8 +137308,8 @@
|
|
|
136573
137308
|
{
|
|
136574
137309
|
"description": "The background color of the hovered Stepper indicator.\n",
|
|
136575
137310
|
"commentRange": {
|
|
136576
|
-
"start":
|
|
136577
|
-
"end":
|
|
137311
|
+
"start": 94,
|
|
137312
|
+
"end": 95
|
|
136578
137313
|
},
|
|
136579
137314
|
"context": {
|
|
136580
137315
|
"type": "variable",
|
|
@@ -136582,8 +137317,8 @@
|
|
|
136582
137317
|
"value": "if($kendo-enable-color-system, k-color( base-hover ), k-try-shade( $kendo-stepper-indicator-bg ))",
|
|
136583
137318
|
"scope": "default",
|
|
136584
137319
|
"line": {
|
|
136585
|
-
"start":
|
|
136586
|
-
"end":
|
|
137320
|
+
"start": 96,
|
|
137321
|
+
"end": 96
|
|
136587
137322
|
}
|
|
136588
137323
|
},
|
|
136589
137324
|
"group": [
|
|
@@ -136600,8 +137335,8 @@
|
|
|
136600
137335
|
{
|
|
136601
137336
|
"description": "The text color of the hovered Stepper indicator.\n",
|
|
136602
137337
|
"commentRange": {
|
|
136603
|
-
"start":
|
|
136604
|
-
"end":
|
|
137338
|
+
"start": 97,
|
|
137339
|
+
"end": 98
|
|
136605
137340
|
},
|
|
136606
137341
|
"context": {
|
|
136607
137342
|
"type": "variable",
|
|
@@ -136609,8 +137344,8 @@
|
|
|
136609
137344
|
"value": "null",
|
|
136610
137345
|
"scope": "default",
|
|
136611
137346
|
"line": {
|
|
136612
|
-
"start":
|
|
136613
|
-
"end":
|
|
137347
|
+
"start": 99,
|
|
137348
|
+
"end": 99
|
|
136614
137349
|
}
|
|
136615
137350
|
},
|
|
136616
137351
|
"group": [
|
|
@@ -136627,8 +137362,8 @@
|
|
|
136627
137362
|
{
|
|
136628
137363
|
"description": "The border color of the hovered Stepper indicator.\n",
|
|
136629
137364
|
"commentRange": {
|
|
136630
|
-
"start":
|
|
136631
|
-
"end":
|
|
137365
|
+
"start": 100,
|
|
137366
|
+
"end": 101
|
|
136632
137367
|
},
|
|
136633
137368
|
"context": {
|
|
136634
137369
|
"type": "variable",
|
|
@@ -136636,8 +137371,8 @@
|
|
|
136636
137371
|
"value": "null",
|
|
136637
137372
|
"scope": "default",
|
|
136638
137373
|
"line": {
|
|
136639
|
-
"start":
|
|
136640
|
-
"end":
|
|
137374
|
+
"start": 102,
|
|
137375
|
+
"end": 102
|
|
136641
137376
|
}
|
|
136642
137377
|
},
|
|
136643
137378
|
"group": [
|
|
@@ -136654,8 +137389,8 @@
|
|
|
136654
137389
|
{
|
|
136655
137390
|
"description": "The background color of the disabled Stepper indicator.\n",
|
|
136656
137391
|
"commentRange": {
|
|
136657
|
-
"start":
|
|
136658
|
-
"end":
|
|
137392
|
+
"start": 104,
|
|
137393
|
+
"end": 105
|
|
136659
137394
|
},
|
|
136660
137395
|
"context": {
|
|
136661
137396
|
"type": "variable",
|
|
@@ -136663,8 +137398,8 @@
|
|
|
136663
137398
|
"value": "null",
|
|
136664
137399
|
"scope": "default",
|
|
136665
137400
|
"line": {
|
|
136666
|
-
"start":
|
|
136667
|
-
"end":
|
|
137401
|
+
"start": 106,
|
|
137402
|
+
"end": 106
|
|
136668
137403
|
}
|
|
136669
137404
|
},
|
|
136670
137405
|
"group": [
|
|
@@ -136681,8 +137416,8 @@
|
|
|
136681
137416
|
{
|
|
136682
137417
|
"description": "The text color of the disabled Stepper indicator.\n",
|
|
136683
137418
|
"commentRange": {
|
|
136684
|
-
"start":
|
|
136685
|
-
"end":
|
|
137419
|
+
"start": 107,
|
|
137420
|
+
"end": 108
|
|
136686
137421
|
},
|
|
136687
137422
|
"context": {
|
|
136688
137423
|
"type": "variable",
|
|
@@ -136690,8 +137425,8 @@
|
|
|
136690
137425
|
"value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 32%, transparent), if($kendo-is-dark-theme, $light-disabled-text, $dark-disabled-text ))",
|
|
136691
137426
|
"scope": "default",
|
|
136692
137427
|
"line": {
|
|
136693
|
-
"start":
|
|
136694
|
-
"end":
|
|
137428
|
+
"start": 109,
|
|
137429
|
+
"end": 109
|
|
136695
137430
|
}
|
|
136696
137431
|
},
|
|
136697
137432
|
"group": [
|
|
@@ -136708,8 +137443,8 @@
|
|
|
136708
137443
|
{
|
|
136709
137444
|
"description": "The border color of the disabled Stepper indicator.\n",
|
|
136710
137445
|
"commentRange": {
|
|
136711
|
-
"start":
|
|
136712
|
-
"end":
|
|
137446
|
+
"start": 110,
|
|
137447
|
+
"end": 111
|
|
136713
137448
|
},
|
|
136714
137449
|
"context": {
|
|
136715
137450
|
"type": "variable",
|
|
@@ -136717,8 +137452,8 @@
|
|
|
136717
137452
|
"value": "null",
|
|
136718
137453
|
"scope": "default",
|
|
136719
137454
|
"line": {
|
|
136720
|
-
"start":
|
|
136721
|
-
"end":
|
|
137455
|
+
"start": 112,
|
|
137456
|
+
"end": 112
|
|
136722
137457
|
}
|
|
136723
137458
|
},
|
|
136724
137459
|
"group": [
|
|
@@ -136735,8 +137470,8 @@
|
|
|
136735
137470
|
{
|
|
136736
137471
|
"description": "The background color of the Stepper's done indicator.\n",
|
|
136737
137472
|
"commentRange": {
|
|
136738
|
-
"start":
|
|
136739
|
-
"end":
|
|
137473
|
+
"start": 114,
|
|
137474
|
+
"end": 115
|
|
136740
137475
|
},
|
|
136741
137476
|
"context": {
|
|
136742
137477
|
"type": "variable",
|
|
@@ -136744,8 +137479,8 @@
|
|
|
136744
137479
|
"value": "$kendo-color-primary",
|
|
136745
137480
|
"scope": "default",
|
|
136746
137481
|
"line": {
|
|
136747
|
-
"start":
|
|
136748
|
-
"end":
|
|
137482
|
+
"start": 116,
|
|
137483
|
+
"end": 116
|
|
136749
137484
|
}
|
|
136750
137485
|
},
|
|
136751
137486
|
"group": [
|
|
@@ -136762,8 +137497,8 @@
|
|
|
136762
137497
|
{
|
|
136763
137498
|
"description": "The text color of the Stepper's done indicator.\n",
|
|
136764
137499
|
"commentRange": {
|
|
136765
|
-
"start":
|
|
136766
|
-
"end":
|
|
137500
|
+
"start": 117,
|
|
137501
|
+
"end": 118
|
|
136767
137502
|
},
|
|
136768
137503
|
"context": {
|
|
136769
137504
|
"type": "variable",
|
|
@@ -136771,8 +137506,8 @@
|
|
|
136771
137506
|
"value": "if($kendo-enable-color-system, k-color( on-primary ), k-contrast-color( $kendo-stepper-indicator-done-bg ))",
|
|
136772
137507
|
"scope": "default",
|
|
136773
137508
|
"line": {
|
|
136774
|
-
"start":
|
|
136775
|
-
"end":
|
|
137509
|
+
"start": 119,
|
|
137510
|
+
"end": 119
|
|
136776
137511
|
}
|
|
136777
137512
|
},
|
|
136778
137513
|
"group": [
|
|
@@ -136789,8 +137524,8 @@
|
|
|
136789
137524
|
{
|
|
136790
137525
|
"description": "The border color of the Stepper's done indicator.\n",
|
|
136791
137526
|
"commentRange": {
|
|
136792
|
-
"start":
|
|
136793
|
-
"end":
|
|
137527
|
+
"start": 120,
|
|
137528
|
+
"end": 121
|
|
136794
137529
|
},
|
|
136795
137530
|
"context": {
|
|
136796
137531
|
"type": "variable",
|
|
@@ -136798,8 +137533,8 @@
|
|
|
136798
137533
|
"value": "$kendo-stepper-indicator-done-bg",
|
|
136799
137534
|
"scope": "default",
|
|
136800
137535
|
"line": {
|
|
136801
|
-
"start":
|
|
136802
|
-
"end":
|
|
137536
|
+
"start": 122,
|
|
137537
|
+
"end": 122
|
|
136803
137538
|
}
|
|
136804
137539
|
},
|
|
136805
137540
|
"group": [
|
|
@@ -136816,8 +137551,8 @@
|
|
|
136816
137551
|
{
|
|
136817
137552
|
"description": "The background color of the Stepper's hovered done indicator.\n",
|
|
136818
137553
|
"commentRange": {
|
|
136819
|
-
"start":
|
|
136820
|
-
"end":
|
|
137554
|
+
"start": 124,
|
|
137555
|
+
"end": 125
|
|
136821
137556
|
},
|
|
136822
137557
|
"context": {
|
|
136823
137558
|
"type": "variable",
|
|
@@ -136825,8 +137560,8 @@
|
|
|
136825
137560
|
"value": "if($kendo-enable-color-system, k-color( primary-hover ), k-try-shade( $kendo-stepper-indicator-done-bg ))",
|
|
136826
137561
|
"scope": "default",
|
|
136827
137562
|
"line": {
|
|
136828
|
-
"start":
|
|
136829
|
-
"end":
|
|
137563
|
+
"start": 126,
|
|
137564
|
+
"end": 126
|
|
136830
137565
|
}
|
|
136831
137566
|
},
|
|
136832
137567
|
"group": [
|
|
@@ -136843,8 +137578,8 @@
|
|
|
136843
137578
|
{
|
|
136844
137579
|
"description": "The text color of the Stepper's hovered done indicator.\n",
|
|
136845
137580
|
"commentRange": {
|
|
136846
|
-
"start":
|
|
136847
|
-
"end":
|
|
137581
|
+
"start": 127,
|
|
137582
|
+
"end": 128
|
|
136848
137583
|
},
|
|
136849
137584
|
"context": {
|
|
136850
137585
|
"type": "variable",
|
|
@@ -136852,8 +137587,8 @@
|
|
|
136852
137587
|
"value": "null",
|
|
136853
137588
|
"scope": "default",
|
|
136854
137589
|
"line": {
|
|
136855
|
-
"start":
|
|
136856
|
-
"end":
|
|
137590
|
+
"start": 129,
|
|
137591
|
+
"end": 129
|
|
136857
137592
|
}
|
|
136858
137593
|
},
|
|
136859
137594
|
"group": [
|
|
@@ -136870,8 +137605,8 @@
|
|
|
136870
137605
|
{
|
|
136871
137606
|
"description": "The border color of the Stepper's hovered done indicator.\n",
|
|
136872
137607
|
"commentRange": {
|
|
136873
|
-
"start":
|
|
136874
|
-
"end":
|
|
137608
|
+
"start": 130,
|
|
137609
|
+
"end": 131
|
|
136875
137610
|
},
|
|
136876
137611
|
"context": {
|
|
136877
137612
|
"type": "variable",
|
|
@@ -136879,8 +137614,8 @@
|
|
|
136879
137614
|
"value": "null",
|
|
136880
137615
|
"scope": "default",
|
|
136881
137616
|
"line": {
|
|
136882
|
-
"start":
|
|
136883
|
-
"end":
|
|
137617
|
+
"start": 132,
|
|
137618
|
+
"end": 132
|
|
136884
137619
|
}
|
|
136885
137620
|
},
|
|
136886
137621
|
"group": [
|
|
@@ -136897,8 +137632,8 @@
|
|
|
136897
137632
|
{
|
|
136898
137633
|
"description": "The background color of the Stepper's disabled done indicator.\n",
|
|
136899
137634
|
"commentRange": {
|
|
136900
|
-
"start":
|
|
136901
|
-
"end":
|
|
137635
|
+
"start": 134,
|
|
137636
|
+
"end": 135
|
|
136902
137637
|
},
|
|
136903
137638
|
"context": {
|
|
136904
137639
|
"type": "variable",
|
|
@@ -136906,8 +137641,8 @@
|
|
|
136906
137641
|
"value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 60%, transparent), k-color-mix( $kendo-stepper-indicator-done-bg, $kendo-component-bg, 60%))",
|
|
136907
137642
|
"scope": "default",
|
|
136908
137643
|
"line": {
|
|
136909
|
-
"start":
|
|
136910
|
-
"end":
|
|
137644
|
+
"start": 136,
|
|
137645
|
+
"end": 136
|
|
136911
137646
|
}
|
|
136912
137647
|
},
|
|
136913
137648
|
"group": [
|
|
@@ -136924,8 +137659,8 @@
|
|
|
136924
137659
|
{
|
|
136925
137660
|
"description": "The text color of the Stepper's disabled done indicator.\n",
|
|
136926
137661
|
"commentRange": {
|
|
136927
|
-
"start":
|
|
136928
|
-
"end":
|
|
137662
|
+
"start": 137,
|
|
137663
|
+
"end": 138
|
|
136929
137664
|
},
|
|
136930
137665
|
"context": {
|
|
136931
137666
|
"type": "variable",
|
|
@@ -136933,8 +137668,8 @@
|
|
|
136933
137668
|
"value": "if($kendo-enable-color-system, k-color( on-primary ), k-contrast-color( $kendo-stepper-indicator-done-bg ))",
|
|
136934
137669
|
"scope": "default",
|
|
136935
137670
|
"line": {
|
|
136936
|
-
"start":
|
|
136937
|
-
"end":
|
|
137671
|
+
"start": 139,
|
|
137672
|
+
"end": 139
|
|
136938
137673
|
}
|
|
136939
137674
|
},
|
|
136940
137675
|
"group": [
|
|
@@ -136951,8 +137686,8 @@
|
|
|
136951
137686
|
{
|
|
136952
137687
|
"description": "The border color of the Stepper's disabled done indicator.\n",
|
|
136953
137688
|
"commentRange": {
|
|
136954
|
-
"start":
|
|
136955
|
-
"end":
|
|
137689
|
+
"start": 140,
|
|
137690
|
+
"end": 141
|
|
136956
137691
|
},
|
|
136957
137692
|
"context": {
|
|
136958
137693
|
"type": "variable",
|
|
@@ -136960,8 +137695,8 @@
|
|
|
136960
137695
|
"value": "$kendo-stepper-indicator-done-disabled-bg",
|
|
136961
137696
|
"scope": "default",
|
|
136962
137697
|
"line": {
|
|
136963
|
-
"start":
|
|
136964
|
-
"end":
|
|
137698
|
+
"start": 142,
|
|
137699
|
+
"end": 142
|
|
136965
137700
|
}
|
|
136966
137701
|
},
|
|
136967
137702
|
"group": [
|
|
@@ -136978,8 +137713,8 @@
|
|
|
136978
137713
|
{
|
|
136979
137714
|
"description": "The background color of the Stepper current indicator.\n",
|
|
136980
137715
|
"commentRange": {
|
|
136981
|
-
"start":
|
|
136982
|
-
"end":
|
|
137716
|
+
"start": 144,
|
|
137717
|
+
"end": 145
|
|
136983
137718
|
},
|
|
136984
137719
|
"context": {
|
|
136985
137720
|
"type": "variable",
|
|
@@ -136987,8 +137722,8 @@
|
|
|
136987
137722
|
"value": "$kendo-stepper-indicator-done-bg",
|
|
136988
137723
|
"scope": "default",
|
|
136989
137724
|
"line": {
|
|
136990
|
-
"start":
|
|
136991
|
-
"end":
|
|
137725
|
+
"start": 146,
|
|
137726
|
+
"end": 146
|
|
136992
137727
|
}
|
|
136993
137728
|
},
|
|
136994
137729
|
"group": [
|
|
@@ -137005,8 +137740,8 @@
|
|
|
137005
137740
|
{
|
|
137006
137741
|
"description": "The text color of the Stepper current indicator.\n",
|
|
137007
137742
|
"commentRange": {
|
|
137008
|
-
"start":
|
|
137009
|
-
"end":
|
|
137743
|
+
"start": 147,
|
|
137744
|
+
"end": 148
|
|
137010
137745
|
},
|
|
137011
137746
|
"context": {
|
|
137012
137747
|
"type": "variable",
|
|
@@ -137014,8 +137749,8 @@
|
|
|
137014
137749
|
"value": "$kendo-stepper-indicator-done-text",
|
|
137015
137750
|
"scope": "default",
|
|
137016
137751
|
"line": {
|
|
137017
|
-
"start":
|
|
137018
|
-
"end":
|
|
137752
|
+
"start": 149,
|
|
137753
|
+
"end": 149
|
|
137019
137754
|
}
|
|
137020
137755
|
},
|
|
137021
137756
|
"group": [
|
|
@@ -137032,8 +137767,8 @@
|
|
|
137032
137767
|
{
|
|
137033
137768
|
"description": "The border color of the Stepper current indicator.\n",
|
|
137034
137769
|
"commentRange": {
|
|
137035
|
-
"start":
|
|
137036
|
-
"end":
|
|
137770
|
+
"start": 150,
|
|
137771
|
+
"end": 151
|
|
137037
137772
|
},
|
|
137038
137773
|
"context": {
|
|
137039
137774
|
"type": "variable",
|
|
@@ -137041,8 +137776,8 @@
|
|
|
137041
137776
|
"value": "$kendo-stepper-indicator-done-border",
|
|
137042
137777
|
"scope": "default",
|
|
137043
137778
|
"line": {
|
|
137044
|
-
"start":
|
|
137045
|
-
"end":
|
|
137779
|
+
"start": 152,
|
|
137780
|
+
"end": 152
|
|
137046
137781
|
}
|
|
137047
137782
|
},
|
|
137048
137783
|
"group": [
|
|
@@ -137059,8 +137794,8 @@
|
|
|
137059
137794
|
{
|
|
137060
137795
|
"description": "The background color of the Stepper's hovered current indicator.\n",
|
|
137061
137796
|
"commentRange": {
|
|
137062
|
-
"start":
|
|
137063
|
-
"end":
|
|
137797
|
+
"start": 154,
|
|
137798
|
+
"end": 155
|
|
137064
137799
|
},
|
|
137065
137800
|
"context": {
|
|
137066
137801
|
"type": "variable",
|
|
@@ -137068,8 +137803,8 @@
|
|
|
137068
137803
|
"value": "$kendo-stepper-indicator-done-hover-bg",
|
|
137069
137804
|
"scope": "default",
|
|
137070
137805
|
"line": {
|
|
137071
|
-
"start":
|
|
137072
|
-
"end":
|
|
137806
|
+
"start": 156,
|
|
137807
|
+
"end": 156
|
|
137073
137808
|
}
|
|
137074
137809
|
},
|
|
137075
137810
|
"group": [
|
|
@@ -137086,8 +137821,8 @@
|
|
|
137086
137821
|
{
|
|
137087
137822
|
"description": "The text color of the Stepper's hovered current indicator.\n",
|
|
137088
137823
|
"commentRange": {
|
|
137089
|
-
"start":
|
|
137090
|
-
"end":
|
|
137824
|
+
"start": 157,
|
|
137825
|
+
"end": 158
|
|
137091
137826
|
},
|
|
137092
137827
|
"context": {
|
|
137093
137828
|
"type": "variable",
|
|
@@ -137095,8 +137830,8 @@
|
|
|
137095
137830
|
"value": "$kendo-stepper-indicator-done-hover-text",
|
|
137096
137831
|
"scope": "default",
|
|
137097
137832
|
"line": {
|
|
137098
|
-
"start":
|
|
137099
|
-
"end":
|
|
137833
|
+
"start": 159,
|
|
137834
|
+
"end": 159
|
|
137100
137835
|
}
|
|
137101
137836
|
},
|
|
137102
137837
|
"group": [
|
|
@@ -137113,8 +137848,8 @@
|
|
|
137113
137848
|
{
|
|
137114
137849
|
"description": "The border color of the Stepper's hovered current indicator.\n",
|
|
137115
137850
|
"commentRange": {
|
|
137116
|
-
"start":
|
|
137117
|
-
"end":
|
|
137851
|
+
"start": 160,
|
|
137852
|
+
"end": 161
|
|
137118
137853
|
},
|
|
137119
137854
|
"context": {
|
|
137120
137855
|
"type": "variable",
|
|
@@ -137122,8 +137857,8 @@
|
|
|
137122
137857
|
"value": "$kendo-stepper-indicator-done-hover-border",
|
|
137123
137858
|
"scope": "default",
|
|
137124
137859
|
"line": {
|
|
137125
|
-
"start":
|
|
137126
|
-
"end":
|
|
137860
|
+
"start": 162,
|
|
137861
|
+
"end": 162
|
|
137127
137862
|
}
|
|
137128
137863
|
},
|
|
137129
137864
|
"group": [
|
|
@@ -137140,8 +137875,8 @@
|
|
|
137140
137875
|
{
|
|
137141
137876
|
"description": "The background color of the Stepper's disabled current indicator.\n",
|
|
137142
137877
|
"commentRange": {
|
|
137143
|
-
"start":
|
|
137144
|
-
"end":
|
|
137878
|
+
"start": 164,
|
|
137879
|
+
"end": 165
|
|
137145
137880
|
},
|
|
137146
137881
|
"context": {
|
|
137147
137882
|
"type": "variable",
|
|
@@ -137149,8 +137884,8 @@
|
|
|
137149
137884
|
"value": "$kendo-stepper-indicator-done-disabled-bg",
|
|
137150
137885
|
"scope": "default",
|
|
137151
137886
|
"line": {
|
|
137152
|
-
"start":
|
|
137153
|
-
"end":
|
|
137887
|
+
"start": 166,
|
|
137888
|
+
"end": 166
|
|
137154
137889
|
}
|
|
137155
137890
|
},
|
|
137156
137891
|
"group": [
|
|
@@ -137167,8 +137902,8 @@
|
|
|
137167
137902
|
{
|
|
137168
137903
|
"description": "The text color of the Stepper's disabled current indicator.\n",
|
|
137169
137904
|
"commentRange": {
|
|
137170
|
-
"start":
|
|
137171
|
-
"end":
|
|
137905
|
+
"start": 167,
|
|
137906
|
+
"end": 168
|
|
137172
137907
|
},
|
|
137173
137908
|
"context": {
|
|
137174
137909
|
"type": "variable",
|
|
@@ -137176,8 +137911,8 @@
|
|
|
137176
137911
|
"value": "$kendo-stepper-indicator-done-disabled-text",
|
|
137177
137912
|
"scope": "default",
|
|
137178
137913
|
"line": {
|
|
137179
|
-
"start":
|
|
137180
|
-
"end":
|
|
137914
|
+
"start": 169,
|
|
137915
|
+
"end": 169
|
|
137181
137916
|
}
|
|
137182
137917
|
},
|
|
137183
137918
|
"group": [
|
|
@@ -137194,8 +137929,8 @@
|
|
|
137194
137929
|
{
|
|
137195
137930
|
"description": "The border color of the Stepper's disabled current indicator.\n",
|
|
137196
137931
|
"commentRange": {
|
|
137197
|
-
"start":
|
|
137198
|
-
"end":
|
|
137932
|
+
"start": 170,
|
|
137933
|
+
"end": 171
|
|
137199
137934
|
},
|
|
137200
137935
|
"context": {
|
|
137201
137936
|
"type": "variable",
|
|
@@ -137203,8 +137938,8 @@
|
|
|
137203
137938
|
"value": "$kendo-stepper-indicator-done-disabled-border",
|
|
137204
137939
|
"scope": "default",
|
|
137205
137940
|
"line": {
|
|
137206
|
-
"start":
|
|
137207
|
-
"end":
|
|
137941
|
+
"start": 172,
|
|
137942
|
+
"end": 172
|
|
137208
137943
|
}
|
|
137209
137944
|
},
|
|
137210
137945
|
"group": [
|
|
@@ -137221,8 +137956,8 @@
|
|
|
137221
137956
|
{
|
|
137222
137957
|
"description": "The text color of the Stepper label.\n",
|
|
137223
137958
|
"commentRange": {
|
|
137224
|
-
"start":
|
|
137225
|
-
"end":
|
|
137959
|
+
"start": 174,
|
|
137960
|
+
"end": 175
|
|
137226
137961
|
},
|
|
137227
137962
|
"context": {
|
|
137228
137963
|
"type": "variable",
|
|
@@ -137230,8 +137965,8 @@
|
|
|
137230
137965
|
"value": "null",
|
|
137231
137966
|
"scope": "default",
|
|
137232
137967
|
"line": {
|
|
137233
|
-
"start":
|
|
137234
|
-
"end":
|
|
137968
|
+
"start": 176,
|
|
137969
|
+
"end": 176
|
|
137235
137970
|
}
|
|
137236
137971
|
},
|
|
137237
137972
|
"group": [
|
|
@@ -137248,8 +137983,8 @@
|
|
|
137248
137983
|
{
|
|
137249
137984
|
"description": "The success text color of the Stepper label.\n",
|
|
137250
137985
|
"commentRange": {
|
|
137251
|
-
"start":
|
|
137252
|
-
"end":
|
|
137986
|
+
"start": 177,
|
|
137987
|
+
"end": 178
|
|
137253
137988
|
},
|
|
137254
137989
|
"context": {
|
|
137255
137990
|
"type": "variable",
|
|
@@ -137257,8 +137992,8 @@
|
|
|
137257
137992
|
"value": "$kendo-color-success",
|
|
137258
137993
|
"scope": "default",
|
|
137259
137994
|
"line": {
|
|
137260
|
-
"start":
|
|
137261
|
-
"end":
|
|
137995
|
+
"start": 179,
|
|
137996
|
+
"end": 179
|
|
137262
137997
|
}
|
|
137263
137998
|
},
|
|
137264
137999
|
"group": [
|
|
@@ -137275,8 +138010,8 @@
|
|
|
137275
138010
|
{
|
|
137276
138011
|
"description": "The error text color of the Stepper label.\n",
|
|
137277
138012
|
"commentRange": {
|
|
137278
|
-
"start":
|
|
137279
|
-
"end":
|
|
138013
|
+
"start": 180,
|
|
138014
|
+
"end": 181
|
|
137280
138015
|
},
|
|
137281
138016
|
"context": {
|
|
137282
138017
|
"type": "variable",
|
|
@@ -137284,8 +138019,8 @@
|
|
|
137284
138019
|
"value": "$kendo-color-error",
|
|
137285
138020
|
"scope": "default",
|
|
137286
138021
|
"line": {
|
|
137287
|
-
"start":
|
|
137288
|
-
"end":
|
|
138022
|
+
"start": 182,
|
|
138023
|
+
"end": 182
|
|
137289
138024
|
}
|
|
137290
138025
|
},
|
|
137291
138026
|
"group": [
|
|
@@ -137302,8 +138037,8 @@
|
|
|
137302
138037
|
{
|
|
137303
138038
|
"description": "The text color of the hovered Stepper label.\n",
|
|
137304
138039
|
"commentRange": {
|
|
137305
|
-
"start":
|
|
137306
|
-
"end":
|
|
138040
|
+
"start": 183,
|
|
138041
|
+
"end": 184
|
|
137307
138042
|
},
|
|
137308
138043
|
"context": {
|
|
137309
138044
|
"type": "variable",
|
|
@@ -137311,8 +138046,8 @@
|
|
|
137311
138046
|
"value": "null",
|
|
137312
138047
|
"scope": "default",
|
|
137313
138048
|
"line": {
|
|
137314
|
-
"start":
|
|
137315
|
-
"end":
|
|
138049
|
+
"start": 185,
|
|
138050
|
+
"end": 185
|
|
137316
138051
|
}
|
|
137317
138052
|
},
|
|
137318
138053
|
"group": [
|
|
@@ -137329,8 +138064,8 @@
|
|
|
137329
138064
|
{
|
|
137330
138065
|
"description": "The text color of the disabled Stepper label.\n",
|
|
137331
138066
|
"commentRange": {
|
|
137332
|
-
"start":
|
|
137333
|
-
"end":
|
|
138067
|
+
"start": 186,
|
|
138068
|
+
"end": 187
|
|
137334
138069
|
},
|
|
137335
138070
|
"context": {
|
|
137336
138071
|
"type": "variable",
|
|
@@ -137338,8 +138073,8 @@
|
|
|
137338
138073
|
"value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 32%, transparent), k-map-get( $theme, disabled-text ))",
|
|
137339
138074
|
"scope": "default",
|
|
137340
138075
|
"line": {
|
|
137341
|
-
"start":
|
|
137342
|
-
"end":
|
|
138076
|
+
"start": 188,
|
|
138077
|
+
"end": 188
|
|
137343
138078
|
}
|
|
137344
138079
|
},
|
|
137345
138080
|
"group": [
|
|
@@ -137356,8 +138091,8 @@
|
|
|
137356
138091
|
{
|
|
137357
138092
|
"description": "The text color of the optional Stepper label.\n",
|
|
137358
138093
|
"commentRange": {
|
|
137359
|
-
"start":
|
|
137360
|
-
"end":
|
|
138094
|
+
"start": 190,
|
|
138095
|
+
"end": 191
|
|
137361
138096
|
},
|
|
137362
138097
|
"context": {
|
|
137363
138098
|
"type": "variable",
|
|
@@ -137365,8 +138100,8 @@
|
|
|
137365
138100
|
"value": "$kendo-subtle-text",
|
|
137366
138101
|
"scope": "default",
|
|
137367
138102
|
"line": {
|
|
137368
|
-
"start":
|
|
137369
|
-
"end":
|
|
138103
|
+
"start": 192,
|
|
138104
|
+
"end": 192
|
|
137370
138105
|
}
|
|
137371
138106
|
},
|
|
137372
138107
|
"group": [
|
|
@@ -137383,8 +138118,8 @@
|
|
|
137383
138118
|
{
|
|
137384
138119
|
"description": "The opacity of the optional Stepper label.\n",
|
|
137385
138120
|
"commentRange": {
|
|
137386
|
-
"start":
|
|
137387
|
-
"end":
|
|
138121
|
+
"start": 193,
|
|
138122
|
+
"end": 194
|
|
137388
138123
|
},
|
|
137389
138124
|
"context": {
|
|
137390
138125
|
"type": "variable",
|
|
@@ -137392,8 +138127,8 @@
|
|
|
137392
138127
|
"value": "null",
|
|
137393
138128
|
"scope": "default",
|
|
137394
138129
|
"line": {
|
|
137395
|
-
"start":
|
|
137396
|
-
"end":
|
|
138130
|
+
"start": 195,
|
|
138131
|
+
"end": 195
|
|
137397
138132
|
}
|
|
137398
138133
|
},
|
|
137399
138134
|
"group": [
|
|
@@ -137410,8 +138145,8 @@
|
|
|
137410
138145
|
{
|
|
137411
138146
|
"description": "The font size of the optional Stepper label.\n",
|
|
137412
138147
|
"commentRange": {
|
|
137413
|
-
"start":
|
|
137414
|
-
"end":
|
|
138148
|
+
"start": 196,
|
|
138149
|
+
"end": 197
|
|
137415
138150
|
},
|
|
137416
138151
|
"context": {
|
|
137417
138152
|
"type": "variable",
|
|
@@ -137419,8 +138154,8 @@
|
|
|
137419
138154
|
"value": "var( --kendo-font-size-sm, inherit )",
|
|
137420
138155
|
"scope": "default",
|
|
137421
138156
|
"line": {
|
|
137422
|
-
"start":
|
|
137423
|
-
"end":
|
|
138157
|
+
"start": 198,
|
|
138158
|
+
"end": 198
|
|
137424
138159
|
}
|
|
137425
138160
|
},
|
|
137426
138161
|
"group": [
|
|
@@ -137437,8 +138172,8 @@
|
|
|
137437
138172
|
{
|
|
137438
138173
|
"description": "The font style of the optional Stepper label.\n",
|
|
137439
138174
|
"commentRange": {
|
|
137440
|
-
"start":
|
|
137441
|
-
"end":
|
|
138175
|
+
"start": 199,
|
|
138176
|
+
"end": 200
|
|
137442
138177
|
},
|
|
137443
138178
|
"context": {
|
|
137444
138179
|
"type": "variable",
|
|
@@ -137446,8 +138181,8 @@
|
|
|
137446
138181
|
"value": "null",
|
|
137447
138182
|
"scope": "default",
|
|
137448
138183
|
"line": {
|
|
137449
|
-
"start":
|
|
137450
|
-
"end":
|
|
138184
|
+
"start": 201,
|
|
138185
|
+
"end": 201
|
|
137451
138186
|
}
|
|
137452
138187
|
},
|
|
137453
138188
|
"group": [
|
|
@@ -137464,8 +138199,8 @@
|
|
|
137464
138199
|
{
|
|
137465
138200
|
"description": "The size of the Stepper ProgressBar.\n",
|
|
137466
138201
|
"commentRange": {
|
|
137467
|
-
"start":
|
|
137468
|
-
"end":
|
|
138202
|
+
"start": 203,
|
|
138203
|
+
"end": 204
|
|
137469
138204
|
},
|
|
137470
138205
|
"context": {
|
|
137471
138206
|
"type": "variable",
|
|
@@ -137473,8 +138208,8 @@
|
|
|
137473
138208
|
"value": "2px",
|
|
137474
138209
|
"scope": "default",
|
|
137475
138210
|
"line": {
|
|
137476
|
-
"start":
|
|
137477
|
-
"end":
|
|
138211
|
+
"start": 205,
|
|
138212
|
+
"end": 205
|
|
137478
138213
|
}
|
|
137479
138214
|
},
|
|
137480
138215
|
"group": [
|
|
@@ -137491,8 +138226,8 @@
|
|
|
137491
138226
|
{
|
|
137492
138227
|
"description": "The background color of the Stepper ProgressBar.\n",
|
|
137493
138228
|
"commentRange": {
|
|
137494
|
-
"start":
|
|
137495
|
-
"end":
|
|
138229
|
+
"start": 206,
|
|
138230
|
+
"end": 207
|
|
137496
138231
|
},
|
|
137497
138232
|
"context": {
|
|
137498
138233
|
"type": "variable",
|
|
@@ -137500,8 +138235,8 @@
|
|
|
137500
138235
|
"value": "null",
|
|
137501
138236
|
"scope": "default",
|
|
137502
138237
|
"line": {
|
|
137503
|
-
"start":
|
|
137504
|
-
"end":
|
|
138238
|
+
"start": 208,
|
|
138239
|
+
"end": 208
|
|
137505
138240
|
}
|
|
137506
138241
|
},
|
|
137507
138242
|
"group": [
|
|
@@ -137518,8 +138253,8 @@
|
|
|
137518
138253
|
{
|
|
137519
138254
|
"description": "The text color of the Stepper ProgressBar.\n",
|
|
137520
138255
|
"commentRange": {
|
|
137521
|
-
"start":
|
|
137522
|
-
"end":
|
|
138256
|
+
"start": 209,
|
|
138257
|
+
"end": 210
|
|
137523
138258
|
},
|
|
137524
138259
|
"context": {
|
|
137525
138260
|
"type": "variable",
|
|
@@ -137527,8 +138262,8 @@
|
|
|
137527
138262
|
"value": "null",
|
|
137528
138263
|
"scope": "default",
|
|
137529
138264
|
"line": {
|
|
137530
|
-
"start":
|
|
137531
|
-
"end":
|
|
138265
|
+
"start": 211,
|
|
138266
|
+
"end": 211
|
|
137532
138267
|
}
|
|
137533
138268
|
},
|
|
137534
138269
|
"group": [
|
|
@@ -137545,8 +138280,8 @@
|
|
|
137545
138280
|
{
|
|
137546
138281
|
"description": "The background color of the selected Stepper ProgressBar.\n",
|
|
137547
138282
|
"commentRange": {
|
|
137548
|
-
"start":
|
|
137549
|
-
"end":
|
|
138283
|
+
"start": 212,
|
|
138284
|
+
"end": 213
|
|
137550
138285
|
},
|
|
137551
138286
|
"context": {
|
|
137552
138287
|
"type": "variable",
|
|
@@ -137554,8 +138289,8 @@
|
|
|
137554
138289
|
"value": "null",
|
|
137555
138290
|
"scope": "default",
|
|
137556
138291
|
"line": {
|
|
137557
|
-
"start":
|
|
137558
|
-
"end":
|
|
138292
|
+
"start": 214,
|
|
138293
|
+
"end": 214
|
|
137559
138294
|
}
|
|
137560
138295
|
},
|
|
137561
138296
|
"group": [
|
|
@@ -137572,8 +138307,8 @@
|
|
|
137572
138307
|
{
|
|
137573
138308
|
"description": "The text color of the selected Stepper ProgressBar.\n",
|
|
137574
138309
|
"commentRange": {
|
|
137575
|
-
"start":
|
|
137576
|
-
"end":
|
|
138310
|
+
"start": 215,
|
|
138311
|
+
"end": 216
|
|
137577
138312
|
},
|
|
137578
138313
|
"context": {
|
|
137579
138314
|
"type": "variable",
|
|
@@ -137581,8 +138316,8 @@
|
|
|
137581
138316
|
"value": "null",
|
|
137582
138317
|
"scope": "default",
|
|
137583
138318
|
"line": {
|
|
137584
|
-
"start":
|
|
137585
|
-
"end":
|
|
138319
|
+
"start": 217,
|
|
138320
|
+
"end": 217
|
|
137586
138321
|
}
|
|
137587
138322
|
},
|
|
137588
138323
|
"group": [
|
|
@@ -137599,8 +138334,8 @@
|
|
|
137599
138334
|
{
|
|
137600
138335
|
"description": "The property name of the Stepper transition.\n",
|
|
137601
138336
|
"commentRange": {
|
|
137602
|
-
"start":
|
|
137603
|
-
"end":
|
|
138337
|
+
"start": 219,
|
|
138338
|
+
"end": 220
|
|
137604
138339
|
},
|
|
137605
138340
|
"context": {
|
|
137606
138341
|
"type": "variable",
|
|
@@ -137608,8 +138343,8 @@
|
|
|
137608
138343
|
"value": "height",
|
|
137609
138344
|
"scope": "default",
|
|
137610
138345
|
"line": {
|
|
137611
|
-
"start":
|
|
137612
|
-
"end":
|
|
138346
|
+
"start": 221,
|
|
138347
|
+
"end": 221
|
|
137613
138348
|
}
|
|
137614
138349
|
},
|
|
137615
138350
|
"group": [
|
|
@@ -137626,8 +138361,8 @@
|
|
|
137626
138361
|
{
|
|
137627
138362
|
"description": "The duration of the Stepper transition.\n",
|
|
137628
138363
|
"commentRange": {
|
|
137629
|
-
"start":
|
|
137630
|
-
"end":
|
|
138364
|
+
"start": 222,
|
|
138365
|
+
"end": 223
|
|
137631
138366
|
},
|
|
137632
138367
|
"context": {
|
|
137633
138368
|
"type": "variable",
|
|
@@ -137635,8 +138370,8 @@
|
|
|
137635
138370
|
"value": "300ms",
|
|
137636
138371
|
"scope": "default",
|
|
137637
138372
|
"line": {
|
|
137638
|
-
"start":
|
|
137639
|
-
"end":
|
|
138373
|
+
"start": 224,
|
|
138374
|
+
"end": 224
|
|
137640
138375
|
}
|
|
137641
138376
|
},
|
|
137642
138377
|
"group": [
|
|
@@ -137653,8 +138388,8 @@
|
|
|
137653
138388
|
{
|
|
137654
138389
|
"description": "The timing function of the Stepper transition.\n",
|
|
137655
138390
|
"commentRange": {
|
|
137656
|
-
"start":
|
|
137657
|
-
"end":
|
|
138391
|
+
"start": 225,
|
|
138392
|
+
"end": 226
|
|
137658
138393
|
},
|
|
137659
138394
|
"context": {
|
|
137660
138395
|
"type": "variable",
|
|
@@ -137662,8 +138397,8 @@
|
|
|
137662
138397
|
"value": "cubic-bezier(.4, 0, .2, 1) 0ms",
|
|
137663
138398
|
"scope": "default",
|
|
137664
138399
|
"line": {
|
|
137665
|
-
"start":
|
|
137666
|
-
"end":
|
|
138400
|
+
"start": 227,
|
|
138401
|
+
"end": 227
|
|
137667
138402
|
}
|
|
137668
138403
|
},
|
|
137669
138404
|
"group": [
|
|
@@ -144068,7 +144803,7 @@
|
|
|
144068
144803
|
"context": {
|
|
144069
144804
|
"type": "variable",
|
|
144070
144805
|
"name": "kendo-timeline-track-arrow-width",
|
|
144071
|
-
"value": "
|
|
144806
|
+
"value": "k-spacing(9)",
|
|
144072
144807
|
"scope": "default",
|
|
144073
144808
|
"line": {
|
|
144074
144809
|
"start": 32,
|
|
@@ -144083,8 +144818,8 @@
|
|
|
144083
144818
|
"path": "material/scss/timeline/_variables.scss",
|
|
144084
144819
|
"name": "_variables.scss"
|
|
144085
144820
|
},
|
|
144086
|
-
"resolvedValue": "
|
|
144087
|
-
"resolvedType": "
|
|
144821
|
+
"resolvedValue": "var(--kendo-spacing-9, 2.25rem)",
|
|
144822
|
+
"resolvedType": "String"
|
|
144088
144823
|
},
|
|
144089
144824
|
{
|
|
144090
144825
|
"description": "The height of the Timeline track arrow.\n",
|
|
@@ -144095,7 +144830,7 @@
|
|
|
144095
144830
|
"context": {
|
|
144096
144831
|
"type": "variable",
|
|
144097
144832
|
"name": "kendo-timeline-track-arrow-height",
|
|
144098
|
-
"value": "
|
|
144833
|
+
"value": "k-spacing(9)",
|
|
144099
144834
|
"scope": "default",
|
|
144100
144835
|
"line": {
|
|
144101
144836
|
"start": 35,
|
|
@@ -144110,8 +144845,8 @@
|
|
|
144110
144845
|
"path": "material/scss/timeline/_variables.scss",
|
|
144111
144846
|
"name": "_variables.scss"
|
|
144112
144847
|
},
|
|
144113
|
-
"resolvedValue": "
|
|
144114
|
-
"resolvedType": "
|
|
144848
|
+
"resolvedValue": "var(--kendo-spacing-9, 2.25rem)",
|
|
144849
|
+
"resolvedType": "String"
|
|
144115
144850
|
},
|
|
144116
144851
|
{
|
|
144117
144852
|
"description": "The background color of the disabled Timeline track arrow.\n",
|
|
@@ -144203,7 +144938,7 @@
|
|
|
144203
144938
|
"context": {
|
|
144204
144939
|
"type": "variable",
|
|
144205
144940
|
"name": "kendo-timeline-track-size",
|
|
144206
|
-
"value": "
|
|
144941
|
+
"value": "k-spacing(1.5)",
|
|
144207
144942
|
"scope": "default",
|
|
144208
144943
|
"line": {
|
|
144209
144944
|
"start": 49,
|
|
@@ -144218,8 +144953,8 @@
|
|
|
144218
144953
|
"path": "material/scss/timeline/_variables.scss",
|
|
144219
144954
|
"name": "_variables.scss"
|
|
144220
144955
|
},
|
|
144221
|
-
"resolvedValue": "
|
|
144222
|
-
"resolvedType": "
|
|
144956
|
+
"resolvedValue": "var(--kendo-spacing-1\\.5, 0.375rem)",
|
|
144957
|
+
"resolvedType": "String"
|
|
144223
144958
|
},
|
|
144224
144959
|
{
|
|
144225
144960
|
"description": "The bottom padding of the Timeline's track wrapper.\n",
|
|
@@ -144230,7 +144965,7 @@
|
|
|
144230
144965
|
"context": {
|
|
144231
144966
|
"type": "variable",
|
|
144232
144967
|
"name": "kendo-timeline-track-wrap-padding-bottom",
|
|
144233
|
-
"value": "
|
|
144968
|
+
"value": "calc( #{$kendo-timeline-track-size} / 2 )",
|
|
144234
144969
|
"scope": "default",
|
|
144235
144970
|
"line": {
|
|
144236
144971
|
"start": 52,
|
|
@@ -144245,8 +144980,8 @@
|
|
|
144245
144980
|
"path": "material/scss/timeline/_variables.scss",
|
|
144246
144981
|
"name": "_variables.scss"
|
|
144247
144982
|
},
|
|
144248
|
-
"resolvedValue": "
|
|
144249
|
-
"resolvedType": "
|
|
144983
|
+
"resolvedValue": "calc(var(--kendo-spacing-1\\.5, 0.375rem) / 2)",
|
|
144984
|
+
"resolvedType": "Calculation"
|
|
144250
144985
|
},
|
|
144251
144986
|
{
|
|
144252
144987
|
"description": "The border width of the Timeline track.\n",
|
|
@@ -144311,7 +145046,7 @@
|
|
|
144311
145046
|
"context": {
|
|
144312
145047
|
"type": "variable",
|
|
144313
145048
|
"name": "kendo-timeline-track-bottom-calc",
|
|
144314
|
-
"value": "calc(#{
|
|
145049
|
+
"value": "calc( calc( #{$kendo-timeline-track-arrow-height} / 2) + #{$kendo-timeline-track-wrap-padding-bottom})",
|
|
144315
145050
|
"scope": "default",
|
|
144316
145051
|
"line": {
|
|
144317
145052
|
"start": 61,
|
|
@@ -144326,7 +145061,7 @@
|
|
|
144326
145061
|
"path": "material/scss/timeline/_variables.scss",
|
|
144327
145062
|
"name": "_variables.scss"
|
|
144328
145063
|
},
|
|
144329
|
-
"resolvedValue": "calc(
|
|
145064
|
+
"resolvedValue": "calc(var(--kendo-spacing-9, 2.25rem) / 2 + calc(var(--kendo-spacing-1\\.5, 0.375rem) / 2))",
|
|
144330
145065
|
"resolvedType": "Calculation"
|
|
144331
145066
|
},
|
|
144332
145067
|
{
|
|
@@ -144353,7 +145088,7 @@
|
|
|
144353
145088
|
"path": "material/scss/timeline/_variables.scss",
|
|
144354
145089
|
"name": "_variables.scss"
|
|
144355
145090
|
},
|
|
144356
|
-
"resolvedValue": "calc(
|
|
145091
|
+
"resolvedValue": "calc(var(--kendo-spacing-9, 2.25rem) - 2 * 1px)",
|
|
144357
145092
|
"resolvedType": "Calculation"
|
|
144358
145093
|
},
|
|
144359
145094
|
{
|
|
@@ -144380,7 +145115,7 @@
|
|
|
144380
145115
|
"path": "material/scss/timeline/_variables.scss",
|
|
144381
145116
|
"name": "_variables.scss"
|
|
144382
145117
|
},
|
|
144383
|
-
"resolvedValue": "calc(
|
|
145118
|
+
"resolvedValue": "calc(var(--kendo-spacing-9, 2.25rem) - 2 * 1px)",
|
|
144384
145119
|
"resolvedType": "Calculation"
|
|
144385
145120
|
},
|
|
144386
145121
|
{
|
|
@@ -144839,7 +145574,7 @@
|
|
|
144839
145574
|
"path": "material/scss/timeline/_variables.scss",
|
|
144840
145575
|
"name": "_variables.scss"
|
|
144841
145576
|
},
|
|
144842
|
-
"resolvedValue": "calc(
|
|
145577
|
+
"resolvedValue": "calc(var(--kendo-spacing-1\\.5, 0.375rem) + 2 * 1px + 4px + 10px)",
|
|
144843
145578
|
"resolvedType": "Calculation"
|
|
144844
145579
|
},
|
|
144845
145580
|
{
|
|
@@ -144920,7 +145655,7 @@
|
|
|
144920
145655
|
"path": "material/scss/timeline/_variables.scss",
|
|
144921
145656
|
"name": "_variables.scss"
|
|
144922
145657
|
},
|
|
144923
|
-
"resolvedValue": "calc(var(--kendo-spacing-10, 2.5rem) + (80px -
|
|
145658
|
+
"resolvedValue": "calc(var(--kendo-spacing-10, 2.5rem) + (80px - var(--kendo-spacing-1\\.5, 0.375rem)) / 2)",
|
|
144924
145659
|
"resolvedType": "Calculation"
|
|
144925
145660
|
},
|
|
144926
145661
|
{
|
|
@@ -144947,7 +145682,7 @@
|
|
|
144947
145682
|
"path": "material/scss/timeline/_variables.scss",
|
|
144948
145683
|
"name": "_variables.scss"
|
|
144949
145684
|
},
|
|
144950
|
-
"resolvedValue": "calc(calc(var(--kendo-spacing-10, 2.5rem) + (80px -
|
|
145685
|
+
"resolvedValue": "calc(calc(var(--kendo-spacing-10, 2.5rem) + (80px - var(--kendo-spacing-1\\.5, 0.375rem)) / 2) + 50px)",
|
|
144951
145686
|
"resolvedType": "Calculation"
|
|
144952
145687
|
},
|
|
144953
145688
|
{
|
|
@@ -144974,7 +145709,7 @@
|
|
|
144974
145709
|
"path": "material/scss/timeline/_variables.scss",
|
|
144975
145710
|
"name": "_variables.scss"
|
|
144976
145711
|
},
|
|
144977
|
-
"resolvedValue": "calc(var(--kendo-spacing-4, 1rem) + (80px -
|
|
145712
|
+
"resolvedValue": "calc(var(--kendo-spacing-4, 1rem) + (80px - var(--kendo-spacing-1\\.5, 0.375rem)) / 2)",
|
|
144978
145713
|
"resolvedType": "Calculation"
|
|
144979
145714
|
},
|
|
144980
145715
|
{
|
|
@@ -145001,7 +145736,7 @@
|
|
|
145001
145736
|
"path": "material/scss/timeline/_variables.scss",
|
|
145002
145737
|
"name": "_variables.scss"
|
|
145003
145738
|
},
|
|
145004
|
-
"resolvedValue": "calc(calc(var(--kendo-spacing-4, 1rem) + (80px -
|
|
145739
|
+
"resolvedValue": "calc(calc(var(--kendo-spacing-4, 1rem) + (80px - var(--kendo-spacing-1\\.5, 0.375rem)) / 2) + 50px)",
|
|
145005
145740
|
"resolvedType": "Calculation"
|
|
145006
145741
|
},
|
|
145007
145742
|
{
|
|
@@ -145721,7 +146456,7 @@
|
|
|
145721
146456
|
"context": {
|
|
145722
146457
|
"type": "variable",
|
|
145723
146458
|
"name": "kendo-toolbar-border",
|
|
145724
|
-
"value": "
|
|
146459
|
+
"value": "$kendo-component-border",
|
|
145725
146460
|
"scope": "default",
|
|
145726
146461
|
"line": {
|
|
145727
146462
|
"start": 67,
|
|
@@ -145736,8 +146471,8 @@
|
|
|
145736
146471
|
"path": "material/scss/toolbar/_variables.scss",
|
|
145737
146472
|
"name": "_variables.scss"
|
|
145738
146473
|
},
|
|
145739
|
-
"resolvedValue": "
|
|
145740
|
-
"resolvedType": "
|
|
146474
|
+
"resolvedValue": "var(--kendo-color-border, rgba(0, 0, 0, 0.12))",
|
|
146475
|
+
"resolvedType": "String"
|
|
145741
146476
|
},
|
|
145742
146477
|
{
|
|
145743
146478
|
"description": "The gradient of the Toolbar.\n",
|
|
@@ -145794,15 +146529,15 @@
|
|
|
145794
146529
|
"resolvedType": "String"
|
|
145795
146530
|
},
|
|
145796
146531
|
{
|
|
145797
|
-
"description": "The color of the
|
|
146532
|
+
"description": "The text color of the outline Toolbar.\n",
|
|
145798
146533
|
"commentRange": {
|
|
145799
146534
|
"start": 75,
|
|
145800
146535
|
"end": 76
|
|
145801
146536
|
},
|
|
145802
146537
|
"context": {
|
|
145803
146538
|
"type": "variable",
|
|
145804
|
-
"name": "kendo-toolbar-
|
|
145805
|
-
"value": "
|
|
146539
|
+
"name": "kendo-toolbar-outline-text",
|
|
146540
|
+
"value": "null",
|
|
145806
146541
|
"scope": "default",
|
|
145807
146542
|
"line": {
|
|
145808
146543
|
"start": 77,
|
|
@@ -145817,23 +146552,50 @@
|
|
|
145817
146552
|
"path": "material/scss/toolbar/_variables.scss",
|
|
145818
146553
|
"name": "_variables.scss"
|
|
145819
146554
|
},
|
|
145820
|
-
"resolvedValue": "
|
|
146555
|
+
"resolvedValue": "null",
|
|
146556
|
+
"resolvedType": "Null"
|
|
146557
|
+
},
|
|
146558
|
+
{
|
|
146559
|
+
"description": "The color of the border around the outline Toolbar.\n",
|
|
146560
|
+
"commentRange": {
|
|
146561
|
+
"start": 78,
|
|
146562
|
+
"end": 79
|
|
146563
|
+
},
|
|
146564
|
+
"context": {
|
|
146565
|
+
"type": "variable",
|
|
146566
|
+
"name": "kendo-toolbar-outline-border",
|
|
146567
|
+
"value": "currentColor",
|
|
146568
|
+
"scope": "default",
|
|
146569
|
+
"line": {
|
|
146570
|
+
"start": 80,
|
|
146571
|
+
"end": 80
|
|
146572
|
+
}
|
|
146573
|
+
},
|
|
146574
|
+
"group": [
|
|
146575
|
+
"toolbar"
|
|
146576
|
+
],
|
|
146577
|
+
"access": "public",
|
|
146578
|
+
"file": {
|
|
146579
|
+
"path": "material/scss/toolbar/_variables.scss",
|
|
146580
|
+
"name": "_variables.scss"
|
|
146581
|
+
},
|
|
146582
|
+
"resolvedValue": "currentColor",
|
|
145821
146583
|
"resolvedType": "String"
|
|
145822
146584
|
},
|
|
145823
146585
|
{
|
|
145824
|
-
"description": "The
|
|
146586
|
+
"description": "The gradient of the outline Toolbar.\n",
|
|
145825
146587
|
"commentRange": {
|
|
145826
|
-
"start":
|
|
145827
|
-
"end":
|
|
146588
|
+
"start": 81,
|
|
146589
|
+
"end": 82
|
|
145828
146590
|
},
|
|
145829
146591
|
"context": {
|
|
145830
146592
|
"type": "variable",
|
|
145831
|
-
"name": "kendo-toolbar-
|
|
145832
|
-
"value": "
|
|
146593
|
+
"name": "kendo-toolbar-outline-gradient",
|
|
146594
|
+
"value": "null",
|
|
145833
146595
|
"scope": "default",
|
|
145834
146596
|
"line": {
|
|
145835
|
-
"start":
|
|
145836
|
-
"end":
|
|
146597
|
+
"start": 83,
|
|
146598
|
+
"end": 83
|
|
145837
146599
|
}
|
|
145838
146600
|
},
|
|
145839
146601
|
"group": [
|
|
@@ -145844,23 +146606,23 @@
|
|
|
145844
146606
|
"path": "material/scss/toolbar/_variables.scss",
|
|
145845
146607
|
"name": "_variables.scss"
|
|
145846
146608
|
},
|
|
145847
|
-
"resolvedValue": "
|
|
145848
|
-
"resolvedType": "
|
|
146609
|
+
"resolvedValue": "null",
|
|
146610
|
+
"resolvedType": "Null"
|
|
145849
146611
|
},
|
|
145850
146612
|
{
|
|
145851
|
-
"description": "The box shadow of the
|
|
146613
|
+
"description": "The box shadow of the outline Toolbar.\n",
|
|
145852
146614
|
"commentRange": {
|
|
145853
|
-
"start":
|
|
145854
|
-
"end":
|
|
146615
|
+
"start": 84,
|
|
146616
|
+
"end": 85
|
|
145855
146617
|
},
|
|
145856
146618
|
"context": {
|
|
145857
146619
|
"type": "variable",
|
|
145858
|
-
"name": "kendo-toolbar-
|
|
145859
|
-
"value": "
|
|
146620
|
+
"name": "kendo-toolbar-outline-shadow",
|
|
146621
|
+
"value": "none",
|
|
145860
146622
|
"scope": "default",
|
|
145861
146623
|
"line": {
|
|
145862
|
-
"start":
|
|
145863
|
-
"end":
|
|
146624
|
+
"start": 86,
|
|
146625
|
+
"end": 86
|
|
145864
146626
|
}
|
|
145865
146627
|
},
|
|
145866
146628
|
"group": [
|
|
@@ -145871,18 +146633,18 @@
|
|
|
145871
146633
|
"path": "material/scss/toolbar/_variables.scss",
|
|
145872
146634
|
"name": "_variables.scss"
|
|
145873
146635
|
},
|
|
145874
|
-
"resolvedValue": "
|
|
145875
|
-
"resolvedType": "
|
|
146636
|
+
"resolvedValue": "none",
|
|
146637
|
+
"resolvedType": "String"
|
|
145876
146638
|
},
|
|
145877
146639
|
{
|
|
145878
|
-
"description": "
|
|
146640
|
+
"description": "The width of the border around the outline Toolbar.\n",
|
|
145879
146641
|
"commentRange": {
|
|
145880
146642
|
"start": 87,
|
|
145881
146643
|
"end": 88
|
|
145882
146644
|
},
|
|
145883
146645
|
"context": {
|
|
145884
146646
|
"type": "variable",
|
|
145885
|
-
"name": "kendo-toolbar-
|
|
146647
|
+
"name": "kendo-toolbar-outline-border-width",
|
|
145886
146648
|
"value": "1px",
|
|
145887
146649
|
"scope": "default",
|
|
145888
146650
|
"line": {
|
|
@@ -145902,18 +146664,153 @@
|
|
|
145902
146664
|
"resolvedType": "Number"
|
|
145903
146665
|
},
|
|
145904
146666
|
{
|
|
145905
|
-
"description": "The
|
|
146667
|
+
"description": "The text color of the flat Toolbar.\n",
|
|
145906
146668
|
"commentRange": {
|
|
145907
146669
|
"start": 91,
|
|
145908
146670
|
"end": 92
|
|
145909
146671
|
},
|
|
145910
146672
|
"context": {
|
|
145911
146673
|
"type": "variable",
|
|
145912
|
-
"name": "kendo-toolbar-
|
|
145913
|
-
"value": "
|
|
146674
|
+
"name": "kendo-toolbar-flat-text",
|
|
146675
|
+
"value": "null",
|
|
145914
146676
|
"scope": "default",
|
|
145915
146677
|
"line": {
|
|
145916
146678
|
"start": 93,
|
|
146679
|
+
"end": 93
|
|
146680
|
+
}
|
|
146681
|
+
},
|
|
146682
|
+
"group": [
|
|
146683
|
+
"toolbar"
|
|
146684
|
+
],
|
|
146685
|
+
"access": "public",
|
|
146686
|
+
"file": {
|
|
146687
|
+
"path": "material/scss/toolbar/_variables.scss",
|
|
146688
|
+
"name": "_variables.scss"
|
|
146689
|
+
},
|
|
146690
|
+
"resolvedValue": "null",
|
|
146691
|
+
"resolvedType": "Null"
|
|
146692
|
+
},
|
|
146693
|
+
{
|
|
146694
|
+
"description": "The color of the border around the flat Toolbar.\n",
|
|
146695
|
+
"commentRange": {
|
|
146696
|
+
"start": 94,
|
|
146697
|
+
"end": 95
|
|
146698
|
+
},
|
|
146699
|
+
"context": {
|
|
146700
|
+
"type": "variable",
|
|
146701
|
+
"name": "kendo-toolbar-flat-border",
|
|
146702
|
+
"value": "$kendo-toolbar-border",
|
|
146703
|
+
"scope": "default",
|
|
146704
|
+
"line": {
|
|
146705
|
+
"start": 96,
|
|
146706
|
+
"end": 96
|
|
146707
|
+
}
|
|
146708
|
+
},
|
|
146709
|
+
"group": [
|
|
146710
|
+
"toolbar"
|
|
146711
|
+
],
|
|
146712
|
+
"access": "public",
|
|
146713
|
+
"file": {
|
|
146714
|
+
"path": "material/scss/toolbar/_variables.scss",
|
|
146715
|
+
"name": "_variables.scss"
|
|
146716
|
+
},
|
|
146717
|
+
"resolvedValue": "var(--kendo-color-border, rgba(0, 0, 0, 0.12))",
|
|
146718
|
+
"resolvedType": "String"
|
|
146719
|
+
},
|
|
146720
|
+
{
|
|
146721
|
+
"description": "The gradient of the flat Toolbar.\n",
|
|
146722
|
+
"commentRange": {
|
|
146723
|
+
"start": 97,
|
|
146724
|
+
"end": 98
|
|
146725
|
+
},
|
|
146726
|
+
"context": {
|
|
146727
|
+
"type": "variable",
|
|
146728
|
+
"name": "kendo-toolbar-flat-gradient",
|
|
146729
|
+
"value": "null",
|
|
146730
|
+
"scope": "default",
|
|
146731
|
+
"line": {
|
|
146732
|
+
"start": 99,
|
|
146733
|
+
"end": 99
|
|
146734
|
+
}
|
|
146735
|
+
},
|
|
146736
|
+
"group": [
|
|
146737
|
+
"toolbar"
|
|
146738
|
+
],
|
|
146739
|
+
"access": "public",
|
|
146740
|
+
"file": {
|
|
146741
|
+
"path": "material/scss/toolbar/_variables.scss",
|
|
146742
|
+
"name": "_variables.scss"
|
|
146743
|
+
},
|
|
146744
|
+
"resolvedValue": "null",
|
|
146745
|
+
"resolvedType": "Null"
|
|
146746
|
+
},
|
|
146747
|
+
{
|
|
146748
|
+
"description": "The box shadow of the flat Toolbar.\n",
|
|
146749
|
+
"commentRange": {
|
|
146750
|
+
"start": 100,
|
|
146751
|
+
"end": 101
|
|
146752
|
+
},
|
|
146753
|
+
"context": {
|
|
146754
|
+
"type": "variable",
|
|
146755
|
+
"name": "kendo-toolbar-flat-shadow",
|
|
146756
|
+
"value": "0 2px 0 -1px $kendo-component-border",
|
|
146757
|
+
"scope": "default",
|
|
146758
|
+
"line": {
|
|
146759
|
+
"start": 102,
|
|
146760
|
+
"end": 102
|
|
146761
|
+
}
|
|
146762
|
+
},
|
|
146763
|
+
"group": [
|
|
146764
|
+
"toolbar"
|
|
146765
|
+
],
|
|
146766
|
+
"access": "public",
|
|
146767
|
+
"file": {
|
|
146768
|
+
"path": "material/scss/toolbar/_variables.scss",
|
|
146769
|
+
"name": "_variables.scss"
|
|
146770
|
+
},
|
|
146771
|
+
"resolvedValue": "0 2px 0 -1px var(--kendo-color-border, rgba(0, 0, 0, 0.12))",
|
|
146772
|
+
"resolvedType": "List"
|
|
146773
|
+
},
|
|
146774
|
+
{
|
|
146775
|
+
"description": "Border width of the flat Toolbar.\n",
|
|
146776
|
+
"commentRange": {
|
|
146777
|
+
"start": 103,
|
|
146778
|
+
"end": 104
|
|
146779
|
+
},
|
|
146780
|
+
"context": {
|
|
146781
|
+
"type": "variable",
|
|
146782
|
+
"name": "kendo-toolbar-flat-border-width",
|
|
146783
|
+
"value": "1px",
|
|
146784
|
+
"scope": "default",
|
|
146785
|
+
"line": {
|
|
146786
|
+
"start": 105,
|
|
146787
|
+
"end": 105
|
|
146788
|
+
}
|
|
146789
|
+
},
|
|
146790
|
+
"group": [
|
|
146791
|
+
"toolbar"
|
|
146792
|
+
],
|
|
146793
|
+
"access": "public",
|
|
146794
|
+
"file": {
|
|
146795
|
+
"path": "material/scss/toolbar/_variables.scss",
|
|
146796
|
+
"name": "_variables.scss"
|
|
146797
|
+
},
|
|
146798
|
+
"resolvedValue": "1px",
|
|
146799
|
+
"resolvedType": "Number"
|
|
146800
|
+
},
|
|
146801
|
+
{
|
|
146802
|
+
"description": "The color of the separator border of the Toolbar.\n",
|
|
146803
|
+
"commentRange": {
|
|
146804
|
+
"start": 107,
|
|
146805
|
+
"end": 108
|
|
146806
|
+
},
|
|
146807
|
+
"context": {
|
|
146808
|
+
"type": "variable",
|
|
146809
|
+
"name": "kendo-toolbar-separator-border",
|
|
146810
|
+
"value": "inherit",
|
|
146811
|
+
"scope": "default",
|
|
146812
|
+
"line": {
|
|
146813
|
+
"start": 109,
|
|
145917
146814
|
"end": 109
|
|
145918
146815
|
}
|
|
145919
146816
|
},
|
|
@@ -145925,6 +146822,87 @@
|
|
|
145925
146822
|
"path": "material/scss/toolbar/_variables.scss",
|
|
145926
146823
|
"name": "_variables.scss"
|
|
145927
146824
|
},
|
|
146825
|
+
"resolvedValue": "inherit",
|
|
146826
|
+
"resolvedType": "String"
|
|
146827
|
+
},
|
|
146828
|
+
{
|
|
146829
|
+
"description": "The width of the input in the Toolbar.\n",
|
|
146830
|
+
"commentRange": {
|
|
146831
|
+
"start": 111,
|
|
146832
|
+
"end": 112
|
|
146833
|
+
},
|
|
146834
|
+
"context": {
|
|
146835
|
+
"type": "variable",
|
|
146836
|
+
"name": "kendo-toolbar-input-width",
|
|
146837
|
+
"value": "10em",
|
|
146838
|
+
"scope": "default",
|
|
146839
|
+
"line": {
|
|
146840
|
+
"start": 113,
|
|
146841
|
+
"end": 113
|
|
146842
|
+
}
|
|
146843
|
+
},
|
|
146844
|
+
"group": [
|
|
146845
|
+
"toolbar"
|
|
146846
|
+
],
|
|
146847
|
+
"access": "public",
|
|
146848
|
+
"file": {
|
|
146849
|
+
"path": "material/scss/toolbar/_variables.scss",
|
|
146850
|
+
"name": "_variables.scss"
|
|
146851
|
+
},
|
|
146852
|
+
"resolvedValue": "10em",
|
|
146853
|
+
"resolvedType": "Number"
|
|
146854
|
+
},
|
|
146855
|
+
{
|
|
146856
|
+
"description": "The box shadow of the focused Toolbar item.\n",
|
|
146857
|
+
"commentRange": {
|
|
146858
|
+
"start": 115,
|
|
146859
|
+
"end": 116
|
|
146860
|
+
},
|
|
146861
|
+
"context": {
|
|
146862
|
+
"type": "variable",
|
|
146863
|
+
"name": "kendo-toolbar-item-shadow",
|
|
146864
|
+
"value": "0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px rgba(0, 0, 0, .14), 0 1px 10px rgba(0, 0, 0, .12)",
|
|
146865
|
+
"scope": "default",
|
|
146866
|
+
"line": {
|
|
146867
|
+
"start": 117,
|
|
146868
|
+
"end": 117
|
|
146869
|
+
}
|
|
146870
|
+
},
|
|
146871
|
+
"group": [
|
|
146872
|
+
"toolbar"
|
|
146873
|
+
],
|
|
146874
|
+
"access": "public",
|
|
146875
|
+
"file": {
|
|
146876
|
+
"path": "material/scss/toolbar/_variables.scss",
|
|
146877
|
+
"name": "_variables.scss"
|
|
146878
|
+
},
|
|
146879
|
+
"resolvedValue": "0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px rgba(0, 0, 0, 0.14), 0 1px 10px rgba(0, 0, 0, 0.12)",
|
|
146880
|
+
"resolvedType": "List"
|
|
146881
|
+
},
|
|
146882
|
+
{
|
|
146883
|
+
"description": "The sizes map for the Toolbar.\n",
|
|
146884
|
+
"commentRange": {
|
|
146885
|
+
"start": 119,
|
|
146886
|
+
"end": 120
|
|
146887
|
+
},
|
|
146888
|
+
"context": {
|
|
146889
|
+
"type": "variable",
|
|
146890
|
+
"name": "kendo-toolbar-sizes",
|
|
146891
|
+
"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)",
|
|
146892
|
+
"scope": "default",
|
|
146893
|
+
"line": {
|
|
146894
|
+
"start": 121,
|
|
146895
|
+
"end": 137
|
|
146896
|
+
}
|
|
146897
|
+
},
|
|
146898
|
+
"group": [
|
|
146899
|
+
"toolbar"
|
|
146900
|
+
],
|
|
146901
|
+
"access": "public",
|
|
146902
|
+
"file": {
|
|
146903
|
+
"path": "material/scss/toolbar/_variables.scss",
|
|
146904
|
+
"name": "_variables.scss"
|
|
146905
|
+
},
|
|
145928
146906
|
"resolvedValue": "(sm: (padding-x: var(--kendo-spacing-1, 0.25rem), padding-y: var(--kendo-spacing-1, 0.25rem), spacing: var(--kendo-spacing-1\\.5, 0.375rem)), md: (padding-x: var(--kendo-spacing-2, 0.5rem), padding-y: var(--kendo-spacing-2, 0.5rem), spacing: var(--kendo-spacing-2, 0.5rem)), lg: (padding-x: var(--kendo-spacing-2\\.5, 0.625rem), padding-y: var(--kendo-spacing-2\\.5, 0.625rem), spacing: var(--kendo-spacing-2\\.5, 0.625rem)))",
|
|
145929
146907
|
"resolvedType": "Map",
|
|
145930
146908
|
"prettyValue": {
|
|
@@ -145960,7 +146938,7 @@
|
|
|
145960
146938
|
"context": {
|
|
145961
146939
|
"type": "variable",
|
|
145962
146940
|
"name": "kendo-tooltip-padding-y",
|
|
145963
|
-
"value": "
|
|
146941
|
+
"value": "k-spacing(.5)",
|
|
145964
146942
|
"scope": "default",
|
|
145965
146943
|
"line": {
|
|
145966
146944
|
"start": 5,
|
|
@@ -145975,8 +146953,8 @@
|
|
|
145975
146953
|
"path": "material/scss/tooltip/_variables.scss",
|
|
145976
146954
|
"name": "_variables.scss"
|
|
145977
146955
|
},
|
|
145978
|
-
"resolvedValue": "
|
|
145979
|
-
"resolvedType": "
|
|
146956
|
+
"resolvedValue": "var(--kendo-spacing-0\\.5, 0.125rem)",
|
|
146957
|
+
"resolvedType": "String"
|
|
145980
146958
|
},
|
|
145981
146959
|
{
|
|
145982
146960
|
"description": "The horizontal padding of the Tooltip.\n",
|