@progress/kendo-theme-bootstrap 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 +478 -92
- package/dist/bootstrap-3-dark.css +1 -1
- package/dist/bootstrap-3.css +1 -1
- package/dist/bootstrap-4-dark.css +1 -1
- package/dist/bootstrap-4.css +1 -1
- package/dist/bootstrap-dataviz-v4.css +1 -1
- package/dist/bootstrap-main-dark.css +1 -1
- package/dist/bootstrap-main.css +1 -1
- package/dist/bootstrap-nordic.css +1 -1
- package/dist/bootstrap-turquoise-dark.css +1 -1
- package/dist/bootstrap-turquoise.css +1 -1
- package/dist/bootstrap-urban.css +1 -1
- package/dist/bootstrap-vintage.css +1 -1
- package/dist/meta/sassdoc-data.json +1632 -654
- package/dist/meta/sassdoc-raw-data.json +750 -300
- package/dist/meta/variables.json +121 -29
- package/lib/swatches/bootstrap-3-dark.json +1 -1
- package/lib/swatches/bootstrap-3.json +1 -1
- package/lib/swatches/bootstrap-4-dark.json +1 -1
- package/lib/swatches/bootstrap-4.json +1 -1
- package/lib/swatches/bootstrap-dataviz-v4.json +1 -1
- package/lib/swatches/bootstrap-main-dark.json +1 -1
- package/lib/swatches/bootstrap-main.json +1 -1
- package/lib/swatches/bootstrap-nordic.json +1 -1
- package/lib/swatches/bootstrap-turquoise-dark.json +1 -1
- package/lib/swatches/bootstrap-turquoise.json +1 -1
- package/lib/swatches/bootstrap-urban.json +1 -1
- package/lib/swatches/bootstrap-vintage.json +1 -1
- package/package.json +5 -5
- package/scss/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/scheduler/_index.scss +3 -1
- package/scss/splitter/_variables.scss +1 -1
- package/scss/stepper/_variables.scss +3 -0
- package/scss/timeline/_variables.scss +5 -5
- package/scss/toolbar/_variables.scss +32 -4
|
@@ -32543,14 +32543,14 @@
|
|
|
32543
32543
|
"resolvedType": "Null"
|
|
32544
32544
|
},
|
|
32545
32545
|
{
|
|
32546
|
-
"description": "The color of the '
|
|
32546
|
+
"description": "The color of the 'Option Label' text.\n",
|
|
32547
32547
|
"commentRange": {
|
|
32548
32548
|
"start": 245,
|
|
32549
32549
|
"end": 246
|
|
32550
32550
|
},
|
|
32551
32551
|
"context": {
|
|
32552
32552
|
"type": "variable",
|
|
32553
|
-
"name": "kendo-list-
|
|
32553
|
+
"name": "kendo-list-option-label-text",
|
|
32554
32554
|
"value": "$kendo-subtle-text",
|
|
32555
32555
|
"scope": "default",
|
|
32556
32556
|
"line": {
|
|
@@ -32569,33 +32569,6 @@
|
|
|
32569
32569
|
"resolvedValue": "var(--kendo-color-subtle, #596169)",
|
|
32570
32570
|
"resolvedType": "String"
|
|
32571
32571
|
},
|
|
32572
|
-
{
|
|
32573
|
-
"description": "The color of the 'Option Label' text.\n",
|
|
32574
|
-
"commentRange": {
|
|
32575
|
-
"start": 249,
|
|
32576
|
-
"end": 250
|
|
32577
|
-
},
|
|
32578
|
-
"context": {
|
|
32579
|
-
"type": "variable",
|
|
32580
|
-
"name": "kendo-list-option-label-text",
|
|
32581
|
-
"value": "$kendo-subtle-text",
|
|
32582
|
-
"scope": "default",
|
|
32583
|
-
"line": {
|
|
32584
|
-
"start": 251,
|
|
32585
|
-
"end": 251
|
|
32586
|
-
}
|
|
32587
|
-
},
|
|
32588
|
-
"group": [
|
|
32589
|
-
"list"
|
|
32590
|
-
],
|
|
32591
|
-
"access": "public",
|
|
32592
|
-
"file": {
|
|
32593
|
-
"path": "bootstrap/scss/list/_variables.scss",
|
|
32594
|
-
"name": "_variables.scss"
|
|
32595
|
-
},
|
|
32596
|
-
"resolvedValue": "var(--kendo-color-subtle, #596169)",
|
|
32597
|
-
"resolvedType": "String"
|
|
32598
|
-
},
|
|
32599
32572
|
{
|
|
32600
32573
|
"description": "The spacing between the ListBox elements.\n",
|
|
32601
32574
|
"commentRange": {
|
|
@@ -37267,6 +37240,60 @@
|
|
|
37267
37240
|
"resolvedValue": "0.375rem",
|
|
37268
37241
|
"resolvedType": "Number"
|
|
37269
37242
|
},
|
|
37243
|
+
{
|
|
37244
|
+
"description": "The minimum height of the 'No Data' text container.\n",
|
|
37245
|
+
"commentRange": {
|
|
37246
|
+
"start": 1,
|
|
37247
|
+
"end": 2
|
|
37248
|
+
},
|
|
37249
|
+
"context": {
|
|
37250
|
+
"type": "variable",
|
|
37251
|
+
"name": "kendo-no-data-min-height",
|
|
37252
|
+
"value": "140px",
|
|
37253
|
+
"scope": "default",
|
|
37254
|
+
"line": {
|
|
37255
|
+
"start": 3,
|
|
37256
|
+
"end": 3
|
|
37257
|
+
}
|
|
37258
|
+
},
|
|
37259
|
+
"group": [
|
|
37260
|
+
"no-data"
|
|
37261
|
+
],
|
|
37262
|
+
"access": "public",
|
|
37263
|
+
"file": {
|
|
37264
|
+
"path": "bootstrap/scss/no-data/_variables.scss",
|
|
37265
|
+
"name": "_variables.scss"
|
|
37266
|
+
},
|
|
37267
|
+
"resolvedValue": "140px",
|
|
37268
|
+
"resolvedType": "Number"
|
|
37269
|
+
},
|
|
37270
|
+
{
|
|
37271
|
+
"description": "The color of the 'No Data' text.\n",
|
|
37272
|
+
"commentRange": {
|
|
37273
|
+
"start": 5,
|
|
37274
|
+
"end": 6
|
|
37275
|
+
},
|
|
37276
|
+
"context": {
|
|
37277
|
+
"type": "variable",
|
|
37278
|
+
"name": "kendo-no-data-text",
|
|
37279
|
+
"value": "$kendo-subtle-text",
|
|
37280
|
+
"scope": "default",
|
|
37281
|
+
"line": {
|
|
37282
|
+
"start": 7,
|
|
37283
|
+
"end": 7
|
|
37284
|
+
}
|
|
37285
|
+
},
|
|
37286
|
+
"group": [
|
|
37287
|
+
"no-data"
|
|
37288
|
+
],
|
|
37289
|
+
"access": "public",
|
|
37290
|
+
"file": {
|
|
37291
|
+
"path": "bootstrap/scss/no-data/_variables.scss",
|
|
37292
|
+
"name": "_variables.scss"
|
|
37293
|
+
},
|
|
37294
|
+
"resolvedValue": "var(--kendo-color-subtle, #596169)",
|
|
37295
|
+
"resolvedType": "String"
|
|
37296
|
+
},
|
|
37270
37297
|
{
|
|
37271
37298
|
"description": "The row-gap between the elements in the Notification group.\n",
|
|
37272
37299
|
"commentRange": {
|
|
@@ -38906,7 +38933,7 @@
|
|
|
38906
38933
|
"context": {
|
|
38907
38934
|
"type": "variable",
|
|
38908
38935
|
"name": "kendo-orgchart-line-v-height",
|
|
38909
|
-
"value": "
|
|
38936
|
+
"value": "k-spacing(6)",
|
|
38910
38937
|
"scope": "default",
|
|
38911
38938
|
"line": {
|
|
38912
38939
|
"start": 148,
|
|
@@ -38921,8 +38948,8 @@
|
|
|
38921
38948
|
"path": "bootstrap/scss/orgchart/_variables.scss",
|
|
38922
38949
|
"name": "_variables.scss"
|
|
38923
38950
|
},
|
|
38924
|
-
"resolvedValue": "
|
|
38925
|
-
"resolvedType": "
|
|
38951
|
+
"resolvedValue": "var(--kendo-spacing-6, 1.5rem)",
|
|
38952
|
+
"resolvedType": "String"
|
|
38926
38953
|
},
|
|
38927
38954
|
{
|
|
38928
38955
|
"description": "The horizontal padding of the Pager.\n",
|
|
@@ -43918,6 +43945,195 @@
|
|
|
43918
43945
|
"resolvedValue": "var(--kendo-color-subtle, #596169)",
|
|
43919
43946
|
"resolvedType": "String"
|
|
43920
43947
|
},
|
|
43948
|
+
{
|
|
43949
|
+
"description": "The vertical padding of the PDFViewer popup.\n",
|
|
43950
|
+
"commentRange": {
|
|
43951
|
+
"start": 112,
|
|
43952
|
+
"end": 113
|
|
43953
|
+
},
|
|
43954
|
+
"context": {
|
|
43955
|
+
"type": "variable",
|
|
43956
|
+
"name": "kendo-pdf-viewer-popup-padding-x",
|
|
43957
|
+
"value": "k-spacing(2)",
|
|
43958
|
+
"scope": "default",
|
|
43959
|
+
"line": {
|
|
43960
|
+
"start": 114,
|
|
43961
|
+
"end": 114
|
|
43962
|
+
}
|
|
43963
|
+
},
|
|
43964
|
+
"group": [
|
|
43965
|
+
"pdf-viewer"
|
|
43966
|
+
],
|
|
43967
|
+
"access": "public",
|
|
43968
|
+
"file": {
|
|
43969
|
+
"path": "bootstrap/scss/pdf-viewer/_variables.scss",
|
|
43970
|
+
"name": "_variables.scss"
|
|
43971
|
+
},
|
|
43972
|
+
"resolvedValue": "var(--kendo-spacing-2, 0.5rem)",
|
|
43973
|
+
"resolvedType": "String"
|
|
43974
|
+
},
|
|
43975
|
+
{
|
|
43976
|
+
"description": "The horizontal padding of the PDFViewer popup.\n",
|
|
43977
|
+
"commentRange": {
|
|
43978
|
+
"start": 115,
|
|
43979
|
+
"end": 116
|
|
43980
|
+
},
|
|
43981
|
+
"context": {
|
|
43982
|
+
"type": "variable",
|
|
43983
|
+
"name": "kendo-pdf-viewer-popup-padding-y",
|
|
43984
|
+
"value": "$kendo-pdf-viewer-popup-padding-x",
|
|
43985
|
+
"scope": "default",
|
|
43986
|
+
"line": {
|
|
43987
|
+
"start": 117,
|
|
43988
|
+
"end": 117
|
|
43989
|
+
}
|
|
43990
|
+
},
|
|
43991
|
+
"group": [
|
|
43992
|
+
"pdf-viewer"
|
|
43993
|
+
],
|
|
43994
|
+
"access": "public",
|
|
43995
|
+
"file": {
|
|
43996
|
+
"path": "bootstrap/scss/pdf-viewer/_variables.scss",
|
|
43997
|
+
"name": "_variables.scss"
|
|
43998
|
+
},
|
|
43999
|
+
"resolvedValue": "var(--kendo-spacing-2, 0.5rem)",
|
|
44000
|
+
"resolvedType": "String"
|
|
44001
|
+
},
|
|
44002
|
+
{
|
|
44003
|
+
"description": "The border color of the PDFViewer selected highlight annotation.\n",
|
|
44004
|
+
"commentRange": {
|
|
44005
|
+
"start": 119,
|
|
44006
|
+
"end": 120
|
|
44007
|
+
},
|
|
44008
|
+
"context": {
|
|
44009
|
+
"type": "variable",
|
|
44010
|
+
"name": "kendo-pdf-viewer-highlight-annotation-border",
|
|
44011
|
+
"value": "if($kendo-enable-color-system, k-color(primary), $kendo-color-primary)",
|
|
44012
|
+
"scope": "default",
|
|
44013
|
+
"line": {
|
|
44014
|
+
"start": 121,
|
|
44015
|
+
"end": 121
|
|
44016
|
+
}
|
|
44017
|
+
},
|
|
44018
|
+
"group": [
|
|
44019
|
+
"pdf-viewer"
|
|
44020
|
+
],
|
|
44021
|
+
"access": "public",
|
|
44022
|
+
"file": {
|
|
44023
|
+
"path": "bootstrap/scss/pdf-viewer/_variables.scss",
|
|
44024
|
+
"name": "_variables.scss"
|
|
44025
|
+
},
|
|
44026
|
+
"resolvedValue": "var(--kendo-color-primary, #0d6efd)",
|
|
44027
|
+
"resolvedType": "String"
|
|
44028
|
+
},
|
|
44029
|
+
{
|
|
44030
|
+
"description": "The background color of the PDFViewer hover highlight annotation.\n",
|
|
44031
|
+
"commentRange": {
|
|
44032
|
+
"start": 122,
|
|
44033
|
+
"end": 123
|
|
44034
|
+
},
|
|
44035
|
+
"context": {
|
|
44036
|
+
"type": "variable",
|
|
44037
|
+
"name": "kendo-pdf-viewer-highlight-annotation-hover-border",
|
|
44038
|
+
"value": "if($kendo-enable-color-system, k-color( primary-hover ), $kendo-color-primary-darker)",
|
|
44039
|
+
"scope": "default",
|
|
44040
|
+
"line": {
|
|
44041
|
+
"start": 124,
|
|
44042
|
+
"end": 124
|
|
44043
|
+
}
|
|
44044
|
+
},
|
|
44045
|
+
"group": [
|
|
44046
|
+
"pdf-viewer"
|
|
44047
|
+
],
|
|
44048
|
+
"access": "public",
|
|
44049
|
+
"file": {
|
|
44050
|
+
"path": "bootstrap/scss/pdf-viewer/_variables.scss",
|
|
44051
|
+
"name": "_variables.scss"
|
|
44052
|
+
},
|
|
44053
|
+
"resolvedValue": "var(--kendo-color-primary-hover, #0c64e4)",
|
|
44054
|
+
"resolvedType": "String"
|
|
44055
|
+
},
|
|
44056
|
+
{
|
|
44057
|
+
"description": "The border color of the PDFViewer selected free text annotation.\n",
|
|
44058
|
+
"commentRange": {
|
|
44059
|
+
"start": 125,
|
|
44060
|
+
"end": 126
|
|
44061
|
+
},
|
|
44062
|
+
"context": {
|
|
44063
|
+
"type": "variable",
|
|
44064
|
+
"name": "kendo-pdf-viewer-free-text-annotation-border",
|
|
44065
|
+
"value": "if($kendo-enable-color-system, k-color(primary), $kendo-color-primary)",
|
|
44066
|
+
"scope": "default",
|
|
44067
|
+
"line": {
|
|
44068
|
+
"start": 127,
|
|
44069
|
+
"end": 127
|
|
44070
|
+
}
|
|
44071
|
+
},
|
|
44072
|
+
"group": [
|
|
44073
|
+
"pdf-viewer"
|
|
44074
|
+
],
|
|
44075
|
+
"access": "public",
|
|
44076
|
+
"file": {
|
|
44077
|
+
"path": "bootstrap/scss/pdf-viewer/_variables.scss",
|
|
44078
|
+
"name": "_variables.scss"
|
|
44079
|
+
},
|
|
44080
|
+
"resolvedValue": "var(--kendo-color-primary, #0d6efd)",
|
|
44081
|
+
"resolvedType": "String"
|
|
44082
|
+
},
|
|
44083
|
+
{
|
|
44084
|
+
"description": "The placeholder text color of the PDFViewer free text annotation.\n",
|
|
44085
|
+
"commentRange": {
|
|
44086
|
+
"start": 128,
|
|
44087
|
+
"end": 129
|
|
44088
|
+
},
|
|
44089
|
+
"context": {
|
|
44090
|
+
"type": "variable",
|
|
44091
|
+
"name": "kendo-pdf-viewer-free-text-annotation-placeholder-text",
|
|
44092
|
+
"value": "rgba(124, 22, 27, 0.5)",
|
|
44093
|
+
"scope": "default",
|
|
44094
|
+
"line": {
|
|
44095
|
+
"start": 130,
|
|
44096
|
+
"end": 130
|
|
44097
|
+
}
|
|
44098
|
+
},
|
|
44099
|
+
"group": [
|
|
44100
|
+
"pdf-viewer"
|
|
44101
|
+
],
|
|
44102
|
+
"access": "public",
|
|
44103
|
+
"file": {
|
|
44104
|
+
"path": "bootstrap/scss/pdf-viewer/_variables.scss",
|
|
44105
|
+
"name": "_variables.scss"
|
|
44106
|
+
},
|
|
44107
|
+
"resolvedValue": "rgba(124, 22, 27, 0.5)",
|
|
44108
|
+
"resolvedType": "Color"
|
|
44109
|
+
},
|
|
44110
|
+
{
|
|
44111
|
+
"description": "The text color of the PDFViewer free text annotation.\n",
|
|
44112
|
+
"commentRange": {
|
|
44113
|
+
"start": 131,
|
|
44114
|
+
"end": 132
|
|
44115
|
+
},
|
|
44116
|
+
"context": {
|
|
44117
|
+
"type": "variable",
|
|
44118
|
+
"name": "kendo-pdf-viewer-free-text-annotation-text",
|
|
44119
|
+
"value": "rgba(124, 22, 27, 0.7)",
|
|
44120
|
+
"scope": "default",
|
|
44121
|
+
"line": {
|
|
44122
|
+
"start": 133,
|
|
44123
|
+
"end": 133
|
|
44124
|
+
}
|
|
44125
|
+
},
|
|
44126
|
+
"group": [
|
|
44127
|
+
"pdf-viewer"
|
|
44128
|
+
],
|
|
44129
|
+
"access": "public",
|
|
44130
|
+
"file": {
|
|
44131
|
+
"path": "bootstrap/scss/pdf-viewer/_variables.scss",
|
|
44132
|
+
"name": "_variables.scss"
|
|
44133
|
+
},
|
|
44134
|
+
"resolvedValue": "rgba(124, 22, 27, 0.7)",
|
|
44135
|
+
"resolvedType": "Color"
|
|
44136
|
+
},
|
|
43921
44137
|
{
|
|
43922
44138
|
"description": "The background color of the Picker components.\n",
|
|
43923
44139
|
"commentRange": {
|
|
@@ -55541,7 +55757,7 @@
|
|
|
55541
55757
|
"context": {
|
|
55542
55758
|
"type": "variable",
|
|
55543
55759
|
"name": "kendo-splitter-drag-icon-margin",
|
|
55544
|
-
"value": "
|
|
55760
|
+
"value": "k-spacing(2)",
|
|
55545
55761
|
"scope": "default",
|
|
55546
55762
|
"line": {
|
|
55547
55763
|
"start": 37,
|
|
@@ -55556,8 +55772,8 @@
|
|
|
55556
55772
|
"path": "bootstrap/scss/splitter/_variables.scss",
|
|
55557
55773
|
"name": "_variables.scss"
|
|
55558
55774
|
},
|
|
55559
|
-
"resolvedValue": "
|
|
55560
|
-
"resolvedType": "
|
|
55775
|
+
"resolvedValue": "var(--kendo-spacing-2, 0.5rem)",
|
|
55776
|
+
"resolvedType": "String"
|
|
55561
55777
|
},
|
|
55562
55778
|
{
|
|
55563
55779
|
"description": "The horizontal padding of the collapse icon in the Splitter.\n",
|
|
@@ -58098,15 +58314,15 @@
|
|
|
58098
58314
|
"resolvedType": "Calculation"
|
|
58099
58315
|
},
|
|
58100
58316
|
{
|
|
58101
|
-
"description": "The
|
|
58317
|
+
"description": "The border radius of the Stepper label.\n",
|
|
58102
58318
|
"commentRange": {
|
|
58103
58319
|
"start": 24,
|
|
58104
58320
|
"end": 25
|
|
58105
58321
|
},
|
|
58106
58322
|
"context": {
|
|
58107
58323
|
"type": "variable",
|
|
58108
|
-
"name": "kendo-stepper-border-
|
|
58109
|
-
"value": "
|
|
58324
|
+
"name": "kendo-stepper-label-border-radius",
|
|
58325
|
+
"value": "k-border-radius(xxl)",
|
|
58110
58326
|
"scope": "default",
|
|
58111
58327
|
"line": {
|
|
58112
58328
|
"start": 26,
|
|
@@ -58121,14 +58337,41 @@
|
|
|
58121
58337
|
"path": "bootstrap/scss/stepper/_variables.scss",
|
|
58122
58338
|
"name": "_variables.scss"
|
|
58123
58339
|
},
|
|
58340
|
+
"resolvedValue": "var(--kendo-border-radius-xxl, 1rem)",
|
|
58341
|
+
"resolvedType": "String"
|
|
58342
|
+
},
|
|
58343
|
+
{
|
|
58344
|
+
"description": "The width of the border around the Stepper.\n",
|
|
58345
|
+
"commentRange": {
|
|
58346
|
+
"start": 27,
|
|
58347
|
+
"end": 28
|
|
58348
|
+
},
|
|
58349
|
+
"context": {
|
|
58350
|
+
"type": "variable",
|
|
58351
|
+
"name": "kendo-stepper-border-width",
|
|
58352
|
+
"value": "0px",
|
|
58353
|
+
"scope": "default",
|
|
58354
|
+
"line": {
|
|
58355
|
+
"start": 29,
|
|
58356
|
+
"end": 29
|
|
58357
|
+
}
|
|
58358
|
+
},
|
|
58359
|
+
"group": [
|
|
58360
|
+
"stepper"
|
|
58361
|
+
],
|
|
58362
|
+
"access": "public",
|
|
58363
|
+
"file": {
|
|
58364
|
+
"path": "bootstrap/scss/stepper/_variables.scss",
|
|
58365
|
+
"name": "_variables.scss"
|
|
58366
|
+
},
|
|
58124
58367
|
"resolvedValue": "0px",
|
|
58125
58368
|
"resolvedType": "Number"
|
|
58126
58369
|
},
|
|
58127
58370
|
{
|
|
58128
58371
|
"description": "The horizontal padding of the Stepper content.\n",
|
|
58129
58372
|
"commentRange": {
|
|
58130
|
-
"start":
|
|
58131
|
-
"end":
|
|
58373
|
+
"start": 31,
|
|
58374
|
+
"end": 32
|
|
58132
58375
|
},
|
|
58133
58376
|
"context": {
|
|
58134
58377
|
"type": "variable",
|
|
@@ -58136,8 +58379,8 @@
|
|
|
58136
58379
|
"value": "k-spacing(5)",
|
|
58137
58380
|
"scope": "default",
|
|
58138
58381
|
"line": {
|
|
58139
|
-
"start":
|
|
58140
|
-
"end":
|
|
58382
|
+
"start": 33,
|
|
58383
|
+
"end": 33
|
|
58141
58384
|
}
|
|
58142
58385
|
},
|
|
58143
58386
|
"group": [
|
|
@@ -58154,8 +58397,8 @@
|
|
|
58154
58397
|
{
|
|
58155
58398
|
"description": "The vertical padding of the Stepper content.\n",
|
|
58156
58399
|
"commentRange": {
|
|
58157
|
-
"start":
|
|
58158
|
-
"end":
|
|
58400
|
+
"start": 34,
|
|
58401
|
+
"end": 35
|
|
58159
58402
|
},
|
|
58160
58403
|
"context": {
|
|
58161
58404
|
"type": "variable",
|
|
@@ -58163,8 +58406,8 @@
|
|
|
58163
58406
|
"value": "k-spacing(2.5)",
|
|
58164
58407
|
"scope": "default",
|
|
58165
58408
|
"line": {
|
|
58166
|
-
"start":
|
|
58167
|
-
"end":
|
|
58409
|
+
"start": 36,
|
|
58410
|
+
"end": 36
|
|
58168
58411
|
}
|
|
58169
58412
|
},
|
|
58170
58413
|
"group": [
|
|
@@ -58181,8 +58424,8 @@
|
|
|
58181
58424
|
{
|
|
58182
58425
|
"description": "",
|
|
58183
58426
|
"commentRange": {
|
|
58184
|
-
"start":
|
|
58185
|
-
"end":
|
|
58427
|
+
"start": 39,
|
|
58428
|
+
"end": 39
|
|
58186
58429
|
},
|
|
58187
58430
|
"context": {
|
|
58188
58431
|
"type": "variable",
|
|
@@ -58190,8 +58433,8 @@
|
|
|
58190
58433
|
"value": "var( --kendo-font-size, inherit )",
|
|
58191
58434
|
"scope": "default",
|
|
58192
58435
|
"line": {
|
|
58193
|
-
"start":
|
|
58194
|
-
"end":
|
|
58436
|
+
"start": 40,
|
|
58437
|
+
"end": 40
|
|
58195
58438
|
}
|
|
58196
58439
|
},
|
|
58197
58440
|
"group": [
|
|
@@ -58208,8 +58451,8 @@
|
|
|
58208
58451
|
{
|
|
58209
58452
|
"description": "",
|
|
58210
58453
|
"commentRange": {
|
|
58211
|
-
"start":
|
|
58212
|
-
"end":
|
|
58454
|
+
"start": 42,
|
|
58455
|
+
"end": 42
|
|
58213
58456
|
},
|
|
58214
58457
|
"context": {
|
|
58215
58458
|
"type": "variable",
|
|
@@ -58217,8 +58460,8 @@
|
|
|
58217
58460
|
"value": "var( --kendo-line-height, normal )",
|
|
58218
58461
|
"scope": "default",
|
|
58219
58462
|
"line": {
|
|
58220
|
-
"start":
|
|
58221
|
-
"end":
|
|
58463
|
+
"start": 43,
|
|
58464
|
+
"end": 43
|
|
58222
58465
|
}
|
|
58223
58466
|
},
|
|
58224
58467
|
"group": [
|
|
@@ -58235,8 +58478,8 @@
|
|
|
58235
58478
|
{
|
|
58236
58479
|
"description": "",
|
|
58237
58480
|
"commentRange": {
|
|
58238
|
-
"start":
|
|
58239
|
-
"end":
|
|
58481
|
+
"start": 45,
|
|
58482
|
+
"end": 45
|
|
58240
58483
|
},
|
|
58241
58484
|
"context": {
|
|
58242
58485
|
"type": "variable",
|
|
@@ -58244,8 +58487,8 @@
|
|
|
58244
58487
|
"value": "var( --kendo-font-family, inherit )",
|
|
58245
58488
|
"scope": "default",
|
|
58246
58489
|
"line": {
|
|
58247
|
-
"start":
|
|
58248
|
-
"end":
|
|
58490
|
+
"start": 46,
|
|
58491
|
+
"end": 46
|
|
58249
58492
|
}
|
|
58250
58493
|
},
|
|
58251
58494
|
"group": [
|
|
@@ -58262,8 +58505,8 @@
|
|
|
58262
58505
|
{
|
|
58263
58506
|
"description": "The background color of the Stepper.\n",
|
|
58264
58507
|
"commentRange": {
|
|
58265
|
-
"start":
|
|
58266
|
-
"end":
|
|
58508
|
+
"start": 48,
|
|
58509
|
+
"end": 49
|
|
58267
58510
|
},
|
|
58268
58511
|
"context": {
|
|
58269
58512
|
"type": "variable",
|
|
@@ -58271,8 +58514,8 @@
|
|
|
58271
58514
|
"value": "null",
|
|
58272
58515
|
"scope": "default",
|
|
58273
58516
|
"line": {
|
|
58274
|
-
"start":
|
|
58275
|
-
"end":
|
|
58517
|
+
"start": 50,
|
|
58518
|
+
"end": 50
|
|
58276
58519
|
}
|
|
58277
58520
|
},
|
|
58278
58521
|
"group": [
|
|
@@ -58289,8 +58532,8 @@
|
|
|
58289
58532
|
{
|
|
58290
58533
|
"description": "The text color of the Stepper.\n",
|
|
58291
58534
|
"commentRange": {
|
|
58292
|
-
"start":
|
|
58293
|
-
"end":
|
|
58535
|
+
"start": 51,
|
|
58536
|
+
"end": 52
|
|
58294
58537
|
},
|
|
58295
58538
|
"context": {
|
|
58296
58539
|
"type": "variable",
|
|
@@ -58298,8 +58541,8 @@
|
|
|
58298
58541
|
"value": "$kendo-component-text",
|
|
58299
58542
|
"scope": "default",
|
|
58300
58543
|
"line": {
|
|
58301
|
-
"start":
|
|
58302
|
-
"end":
|
|
58544
|
+
"start": 53,
|
|
58545
|
+
"end": 53
|
|
58303
58546
|
}
|
|
58304
58547
|
},
|
|
58305
58548
|
"group": [
|
|
@@ -58316,8 +58559,8 @@
|
|
|
58316
58559
|
{
|
|
58317
58560
|
"description": "The border color of the Stepper.\n",
|
|
58318
58561
|
"commentRange": {
|
|
58319
|
-
"start":
|
|
58320
|
-
"end":
|
|
58562
|
+
"start": 54,
|
|
58563
|
+
"end": 55
|
|
58321
58564
|
},
|
|
58322
58565
|
"context": {
|
|
58323
58566
|
"type": "variable",
|
|
@@ -58325,8 +58568,8 @@
|
|
|
58325
58568
|
"value": "null",
|
|
58326
58569
|
"scope": "default",
|
|
58327
58570
|
"line": {
|
|
58328
|
-
"start":
|
|
58329
|
-
"end":
|
|
58571
|
+
"start": 56,
|
|
58572
|
+
"end": 56
|
|
58330
58573
|
}
|
|
58331
58574
|
},
|
|
58332
58575
|
"group": [
|
|
@@ -58343,8 +58586,8 @@
|
|
|
58343
58586
|
{
|
|
58344
58587
|
"description": "The width of the Stepper indicator.\n",
|
|
58345
58588
|
"commentRange": {
|
|
58346
|
-
"start":
|
|
58347
|
-
"end":
|
|
58589
|
+
"start": 58,
|
|
58590
|
+
"end": 59
|
|
58348
58591
|
},
|
|
58349
58592
|
"context": {
|
|
58350
58593
|
"type": "variable",
|
|
@@ -58352,8 +58595,8 @@
|
|
|
58352
58595
|
"value": "28px",
|
|
58353
58596
|
"scope": "default",
|
|
58354
58597
|
"line": {
|
|
58355
|
-
"start":
|
|
58356
|
-
"end":
|
|
58598
|
+
"start": 60,
|
|
58599
|
+
"end": 60
|
|
58357
58600
|
}
|
|
58358
58601
|
},
|
|
58359
58602
|
"group": [
|
|
@@ -58370,8 +58613,8 @@
|
|
|
58370
58613
|
{
|
|
58371
58614
|
"description": "The height of the Stepper indicator.\n",
|
|
58372
58615
|
"commentRange": {
|
|
58373
|
-
"start":
|
|
58374
|
-
"end":
|
|
58616
|
+
"start": 61,
|
|
58617
|
+
"end": 62
|
|
58375
58618
|
},
|
|
58376
58619
|
"context": {
|
|
58377
58620
|
"type": "variable",
|
|
@@ -58379,8 +58622,8 @@
|
|
|
58379
58622
|
"value": "$kendo-stepper-indicator-width",
|
|
58380
58623
|
"scope": "default",
|
|
58381
58624
|
"line": {
|
|
58382
|
-
"start":
|
|
58383
|
-
"end":
|
|
58625
|
+
"start": 63,
|
|
58626
|
+
"end": 63
|
|
58384
58627
|
}
|
|
58385
58628
|
},
|
|
58386
58629
|
"group": [
|
|
@@ -58397,8 +58640,8 @@
|
|
|
58397
58640
|
{
|
|
58398
58641
|
"description": "The border radius of the Stepper indicator.\n",
|
|
58399
58642
|
"commentRange": {
|
|
58400
|
-
"start":
|
|
58401
|
-
"end":
|
|
58643
|
+
"start": 64,
|
|
58644
|
+
"end": 65
|
|
58402
58645
|
},
|
|
58403
58646
|
"context": {
|
|
58404
58647
|
"type": "variable",
|
|
@@ -58406,8 +58649,8 @@
|
|
|
58406
58649
|
"value": "50%",
|
|
58407
58650
|
"scope": "default",
|
|
58408
58651
|
"line": {
|
|
58409
|
-
"start":
|
|
58410
|
-
"end":
|
|
58652
|
+
"start": 66,
|
|
58653
|
+
"end": 66
|
|
58411
58654
|
}
|
|
58412
58655
|
},
|
|
58413
58656
|
"group": [
|
|
@@ -58424,8 +58667,8 @@
|
|
|
58424
58667
|
{
|
|
58425
58668
|
"description": "The border width of the Stepper indicator.\n",
|
|
58426
58669
|
"commentRange": {
|
|
58427
|
-
"start":
|
|
58428
|
-
"end":
|
|
58670
|
+
"start": 67,
|
|
58671
|
+
"end": 68
|
|
58429
58672
|
},
|
|
58430
58673
|
"context": {
|
|
58431
58674
|
"type": "variable",
|
|
@@ -58433,8 +58676,8 @@
|
|
|
58433
58676
|
"value": "1px",
|
|
58434
58677
|
"scope": "default",
|
|
58435
58678
|
"line": {
|
|
58436
|
-
"start":
|
|
58437
|
-
"end":
|
|
58679
|
+
"start": 69,
|
|
58680
|
+
"end": 69
|
|
58438
58681
|
}
|
|
58439
58682
|
},
|
|
58440
58683
|
"group": [
|
|
@@ -58451,8 +58694,8 @@
|
|
|
58451
58694
|
{
|
|
58452
58695
|
"description": "The border width of the focused Stepper indicator.\n",
|
|
58453
58696
|
"commentRange": {
|
|
58454
|
-
"start":
|
|
58455
|
-
"end":
|
|
58697
|
+
"start": 71,
|
|
58698
|
+
"end": 72
|
|
58456
58699
|
},
|
|
58457
58700
|
"context": {
|
|
58458
58701
|
"type": "variable",
|
|
@@ -58460,8 +58703,8 @@
|
|
|
58460
58703
|
"value": "1px",
|
|
58461
58704
|
"scope": "default",
|
|
58462
58705
|
"line": {
|
|
58463
|
-
"start":
|
|
58464
|
-
"end":
|
|
58706
|
+
"start": 73,
|
|
58707
|
+
"end": 73
|
|
58465
58708
|
}
|
|
58466
58709
|
},
|
|
58467
58710
|
"group": [
|
|
@@ -58478,8 +58721,8 @@
|
|
|
58478
58721
|
{
|
|
58479
58722
|
"description": "The size of the focused Stepper indicator.\n",
|
|
58480
58723
|
"commentRange": {
|
|
58481
|
-
"start":
|
|
58482
|
-
"end":
|
|
58724
|
+
"start": 74,
|
|
58725
|
+
"end": 75
|
|
58483
58726
|
},
|
|
58484
58727
|
"context": {
|
|
58485
58728
|
"type": "variable",
|
|
@@ -58487,8 +58730,8 @@
|
|
|
58487
58730
|
"value": "2px",
|
|
58488
58731
|
"scope": "default",
|
|
58489
58732
|
"line": {
|
|
58490
|
-
"start":
|
|
58491
|
-
"end":
|
|
58733
|
+
"start": 76,
|
|
58734
|
+
"end": 76
|
|
58492
58735
|
}
|
|
58493
58736
|
},
|
|
58494
58737
|
"group": [
|
|
@@ -58505,8 +58748,8 @@
|
|
|
58505
58748
|
{
|
|
58506
58749
|
"description": "The offset of the Stepper's focused indicator.\n",
|
|
58507
58750
|
"commentRange": {
|
|
58508
|
-
"start":
|
|
58509
|
-
"end":
|
|
58751
|
+
"start": 77,
|
|
58752
|
+
"end": 78
|
|
58510
58753
|
},
|
|
58511
58754
|
"context": {
|
|
58512
58755
|
"type": "variable",
|
|
@@ -58514,8 +58757,8 @@
|
|
|
58514
58757
|
"value": "3px",
|
|
58515
58758
|
"scope": "default",
|
|
58516
58759
|
"line": {
|
|
58517
|
-
"start":
|
|
58518
|
-
"end":
|
|
58760
|
+
"start": 79,
|
|
58761
|
+
"end": 79
|
|
58519
58762
|
}
|
|
58520
58763
|
},
|
|
58521
58764
|
"group": [
|
|
@@ -58532,8 +58775,8 @@
|
|
|
58532
58775
|
{
|
|
58533
58776
|
"description": "The calculated offset of the Stepper's focused indicator.\n",
|
|
58534
58777
|
"commentRange": {
|
|
58535
|
-
"start":
|
|
58536
|
-
"end":
|
|
58778
|
+
"start": 80,
|
|
58779
|
+
"end": 81
|
|
58537
58780
|
},
|
|
58538
58781
|
"context": {
|
|
58539
58782
|
"type": "variable",
|
|
@@ -58541,8 +58784,8 @@
|
|
|
58541
58784
|
"value": "calc( #{$kendo-stepper-indicator-focus-border-width} + #{$kendo-stepper-indicator-focus-offset} )",
|
|
58542
58785
|
"scope": "default",
|
|
58543
58786
|
"line": {
|
|
58544
|
-
"start":
|
|
58545
|
-
"end":
|
|
58787
|
+
"start": 82,
|
|
58788
|
+
"end": 82
|
|
58546
58789
|
}
|
|
58547
58790
|
},
|
|
58548
58791
|
"group": [
|
|
@@ -58559,8 +58802,8 @@
|
|
|
58559
58802
|
{
|
|
58560
58803
|
"description": "The background color of the Stepper indicator.\n",
|
|
58561
58804
|
"commentRange": {
|
|
58562
|
-
"start":
|
|
58563
|
-
"end":
|
|
58805
|
+
"start": 84,
|
|
58806
|
+
"end": 85
|
|
58564
58807
|
},
|
|
58565
58808
|
"context": {
|
|
58566
58809
|
"type": "variable",
|
|
@@ -58568,8 +58811,8 @@
|
|
|
58568
58811
|
"value": "$kendo-component-bg",
|
|
58569
58812
|
"scope": "default",
|
|
58570
58813
|
"line": {
|
|
58571
|
-
"start":
|
|
58572
|
-
"end":
|
|
58814
|
+
"start": 86,
|
|
58815
|
+
"end": 86
|
|
58573
58816
|
}
|
|
58574
58817
|
},
|
|
58575
58818
|
"group": [
|
|
@@ -58586,8 +58829,8 @@
|
|
|
58586
58829
|
{
|
|
58587
58830
|
"description": "The text color of the Stepper indicator.\n",
|
|
58588
58831
|
"commentRange": {
|
|
58589
|
-
"start":
|
|
58590
|
-
"end":
|
|
58832
|
+
"start": 87,
|
|
58833
|
+
"end": 88
|
|
58591
58834
|
},
|
|
58592
58835
|
"context": {
|
|
58593
58836
|
"type": "variable",
|
|
@@ -58595,8 +58838,8 @@
|
|
|
58595
58838
|
"value": "$kendo-component-text",
|
|
58596
58839
|
"scope": "default",
|
|
58597
58840
|
"line": {
|
|
58598
|
-
"start":
|
|
58599
|
-
"end":
|
|
58841
|
+
"start": 89,
|
|
58842
|
+
"end": 89
|
|
58600
58843
|
}
|
|
58601
58844
|
},
|
|
58602
58845
|
"group": [
|
|
@@ -58613,8 +58856,8 @@
|
|
|
58613
58856
|
{
|
|
58614
58857
|
"description": "The border color of the Stepper indicator.\n",
|
|
58615
58858
|
"commentRange": {
|
|
58616
|
-
"start":
|
|
58617
|
-
"end":
|
|
58859
|
+
"start": 90,
|
|
58860
|
+
"end": 91
|
|
58618
58861
|
},
|
|
58619
58862
|
"context": {
|
|
58620
58863
|
"type": "variable",
|
|
@@ -58622,8 +58865,8 @@
|
|
|
58622
58865
|
"value": "$kendo-component-border",
|
|
58623
58866
|
"scope": "default",
|
|
58624
58867
|
"line": {
|
|
58625
|
-
"start":
|
|
58626
|
-
"end":
|
|
58868
|
+
"start": 92,
|
|
58869
|
+
"end": 92
|
|
58627
58870
|
}
|
|
58628
58871
|
},
|
|
58629
58872
|
"group": [
|
|
@@ -58640,8 +58883,8 @@
|
|
|
58640
58883
|
{
|
|
58641
58884
|
"description": "The background color of the hovered Stepper indicator.\n",
|
|
58642
58885
|
"commentRange": {
|
|
58643
|
-
"start":
|
|
58644
|
-
"end":
|
|
58886
|
+
"start": 94,
|
|
58887
|
+
"end": 95
|
|
58645
58888
|
},
|
|
58646
58889
|
"context": {
|
|
58647
58890
|
"type": "variable",
|
|
@@ -58649,8 +58892,8 @@
|
|
|
58649
58892
|
"value": "if($kendo-enable-color-system, k-color( base-hover ), k-try-shade( $kendo-stepper-indicator-bg ))",
|
|
58650
58893
|
"scope": "default",
|
|
58651
58894
|
"line": {
|
|
58652
|
-
"start":
|
|
58653
|
-
"end":
|
|
58895
|
+
"start": 96,
|
|
58896
|
+
"end": 96
|
|
58654
58897
|
}
|
|
58655
58898
|
},
|
|
58656
58899
|
"group": [
|
|
@@ -58667,8 +58910,8 @@
|
|
|
58667
58910
|
{
|
|
58668
58911
|
"description": "The text color of the hovered Stepper indicator.\n",
|
|
58669
58912
|
"commentRange": {
|
|
58670
|
-
"start":
|
|
58671
|
-
"end":
|
|
58913
|
+
"start": 97,
|
|
58914
|
+
"end": 98
|
|
58672
58915
|
},
|
|
58673
58916
|
"context": {
|
|
58674
58917
|
"type": "variable",
|
|
@@ -58676,8 +58919,8 @@
|
|
|
58676
58919
|
"value": "null",
|
|
58677
58920
|
"scope": "default",
|
|
58678
58921
|
"line": {
|
|
58679
|
-
"start":
|
|
58680
|
-
"end":
|
|
58922
|
+
"start": 99,
|
|
58923
|
+
"end": 99
|
|
58681
58924
|
}
|
|
58682
58925
|
},
|
|
58683
58926
|
"group": [
|
|
@@ -58694,8 +58937,8 @@
|
|
|
58694
58937
|
{
|
|
58695
58938
|
"description": "The border color of the hovered Stepper indicator.\n",
|
|
58696
58939
|
"commentRange": {
|
|
58697
|
-
"start":
|
|
58698
|
-
"end":
|
|
58940
|
+
"start": 100,
|
|
58941
|
+
"end": 101
|
|
58699
58942
|
},
|
|
58700
58943
|
"context": {
|
|
58701
58944
|
"type": "variable",
|
|
@@ -58703,8 +58946,8 @@
|
|
|
58703
58946
|
"value": "null",
|
|
58704
58947
|
"scope": "default",
|
|
58705
58948
|
"line": {
|
|
58706
|
-
"start":
|
|
58707
|
-
"end":
|
|
58949
|
+
"start": 102,
|
|
58950
|
+
"end": 102
|
|
58708
58951
|
}
|
|
58709
58952
|
},
|
|
58710
58953
|
"group": [
|
|
@@ -58721,8 +58964,8 @@
|
|
|
58721
58964
|
{
|
|
58722
58965
|
"description": "The background color of the disabled Stepper indicator.\n",
|
|
58723
58966
|
"commentRange": {
|
|
58724
|
-
"start":
|
|
58725
|
-
"end":
|
|
58967
|
+
"start": 104,
|
|
58968
|
+
"end": 105
|
|
58726
58969
|
},
|
|
58727
58970
|
"context": {
|
|
58728
58971
|
"type": "variable",
|
|
@@ -58730,8 +58973,8 @@
|
|
|
58730
58973
|
"value": "null",
|
|
58731
58974
|
"scope": "default",
|
|
58732
58975
|
"line": {
|
|
58733
|
-
"start":
|
|
58734
|
-
"end":
|
|
58976
|
+
"start": 106,
|
|
58977
|
+
"end": 106
|
|
58735
58978
|
}
|
|
58736
58979
|
},
|
|
58737
58980
|
"group": [
|
|
@@ -58748,8 +58991,8 @@
|
|
|
58748
58991
|
{
|
|
58749
58992
|
"description": "The text color of the disabled Stepper indicator.\n",
|
|
58750
58993
|
"commentRange": {
|
|
58751
|
-
"start":
|
|
58752
|
-
"end":
|
|
58994
|
+
"start": 107,
|
|
58995
|
+
"end": 108
|
|
58753
58996
|
},
|
|
58754
58997
|
"context": {
|
|
58755
58998
|
"type": "variable",
|
|
@@ -58757,8 +59000,8 @@
|
|
|
58757
59000
|
"value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 65%, transparent), if( $kendo-is-dark-theme, $gray-600, $gray-500))",
|
|
58758
59001
|
"scope": "default",
|
|
58759
59002
|
"line": {
|
|
58760
|
-
"start":
|
|
58761
|
-
"end":
|
|
59003
|
+
"start": 109,
|
|
59004
|
+
"end": 109
|
|
58762
59005
|
}
|
|
58763
59006
|
},
|
|
58764
59007
|
"group": [
|
|
@@ -58775,8 +59018,8 @@
|
|
|
58775
59018
|
{
|
|
58776
59019
|
"description": "The border color of the disabled Stepper indicator.\n",
|
|
58777
59020
|
"commentRange": {
|
|
58778
|
-
"start":
|
|
58779
|
-
"end":
|
|
59021
|
+
"start": 110,
|
|
59022
|
+
"end": 111
|
|
58780
59023
|
},
|
|
58781
59024
|
"context": {
|
|
58782
59025
|
"type": "variable",
|
|
@@ -58784,8 +59027,8 @@
|
|
|
58784
59027
|
"value": "null",
|
|
58785
59028
|
"scope": "default",
|
|
58786
59029
|
"line": {
|
|
58787
|
-
"start":
|
|
58788
|
-
"end":
|
|
59030
|
+
"start": 112,
|
|
59031
|
+
"end": 112
|
|
58789
59032
|
}
|
|
58790
59033
|
},
|
|
58791
59034
|
"group": [
|
|
@@ -58802,8 +59045,8 @@
|
|
|
58802
59045
|
{
|
|
58803
59046
|
"description": "The background color of the Stepper's done indicator.\n",
|
|
58804
59047
|
"commentRange": {
|
|
58805
|
-
"start":
|
|
58806
|
-
"end":
|
|
59048
|
+
"start": 114,
|
|
59049
|
+
"end": 115
|
|
58807
59050
|
},
|
|
58808
59051
|
"context": {
|
|
58809
59052
|
"type": "variable",
|
|
@@ -58811,8 +59054,8 @@
|
|
|
58811
59054
|
"value": "$kendo-color-primary",
|
|
58812
59055
|
"scope": "default",
|
|
58813
59056
|
"line": {
|
|
58814
|
-
"start":
|
|
58815
|
-
"end":
|
|
59057
|
+
"start": 116,
|
|
59058
|
+
"end": 116
|
|
58816
59059
|
}
|
|
58817
59060
|
},
|
|
58818
59061
|
"group": [
|
|
@@ -58829,8 +59072,8 @@
|
|
|
58829
59072
|
{
|
|
58830
59073
|
"description": "The text color of the Stepper's done indicator.\n",
|
|
58831
59074
|
"commentRange": {
|
|
58832
|
-
"start":
|
|
58833
|
-
"end":
|
|
59075
|
+
"start": 117,
|
|
59076
|
+
"end": 118
|
|
58834
59077
|
},
|
|
58835
59078
|
"context": {
|
|
58836
59079
|
"type": "variable",
|
|
@@ -58838,8 +59081,8 @@
|
|
|
58838
59081
|
"value": "if($kendo-enable-color-system, k-color( on-primary ), k-contrast-color( $kendo-stepper-indicator-done-bg ))",
|
|
58839
59082
|
"scope": "default",
|
|
58840
59083
|
"line": {
|
|
58841
|
-
"start":
|
|
58842
|
-
"end":
|
|
59084
|
+
"start": 119,
|
|
59085
|
+
"end": 119
|
|
58843
59086
|
}
|
|
58844
59087
|
},
|
|
58845
59088
|
"group": [
|
|
@@ -58856,8 +59099,8 @@
|
|
|
58856
59099
|
{
|
|
58857
59100
|
"description": "The border color of the Stepper's done indicator.\n",
|
|
58858
59101
|
"commentRange": {
|
|
58859
|
-
"start":
|
|
58860
|
-
"end":
|
|
59102
|
+
"start": 120,
|
|
59103
|
+
"end": 121
|
|
58861
59104
|
},
|
|
58862
59105
|
"context": {
|
|
58863
59106
|
"type": "variable",
|
|
@@ -58865,8 +59108,8 @@
|
|
|
58865
59108
|
"value": "$kendo-stepper-indicator-done-bg",
|
|
58866
59109
|
"scope": "default",
|
|
58867
59110
|
"line": {
|
|
58868
|
-
"start":
|
|
58869
|
-
"end":
|
|
59111
|
+
"start": 122,
|
|
59112
|
+
"end": 122
|
|
58870
59113
|
}
|
|
58871
59114
|
},
|
|
58872
59115
|
"group": [
|
|
@@ -58883,8 +59126,8 @@
|
|
|
58883
59126
|
{
|
|
58884
59127
|
"description": "The background color of the Stepper's hovered done indicator.\n",
|
|
58885
59128
|
"commentRange": {
|
|
58886
|
-
"start":
|
|
58887
|
-
"end":
|
|
59129
|
+
"start": 124,
|
|
59130
|
+
"end": 125
|
|
58888
59131
|
},
|
|
58889
59132
|
"context": {
|
|
58890
59133
|
"type": "variable",
|
|
@@ -58892,8 +59135,8 @@
|
|
|
58892
59135
|
"value": "if($kendo-enable-color-system, k-color( primary-hover ), k-try-shade( $kendo-stepper-indicator-done-bg ))",
|
|
58893
59136
|
"scope": "default",
|
|
58894
59137
|
"line": {
|
|
58895
|
-
"start":
|
|
58896
|
-
"end":
|
|
59138
|
+
"start": 126,
|
|
59139
|
+
"end": 126
|
|
58897
59140
|
}
|
|
58898
59141
|
},
|
|
58899
59142
|
"group": [
|
|
@@ -58910,8 +59153,8 @@
|
|
|
58910
59153
|
{
|
|
58911
59154
|
"description": "The text color of the Stepper's hovered done indicator.\n",
|
|
58912
59155
|
"commentRange": {
|
|
58913
|
-
"start":
|
|
58914
|
-
"end":
|
|
59156
|
+
"start": 127,
|
|
59157
|
+
"end": 128
|
|
58915
59158
|
},
|
|
58916
59159
|
"context": {
|
|
58917
59160
|
"type": "variable",
|
|
@@ -58919,8 +59162,8 @@
|
|
|
58919
59162
|
"value": "null",
|
|
58920
59163
|
"scope": "default",
|
|
58921
59164
|
"line": {
|
|
58922
|
-
"start":
|
|
58923
|
-
"end":
|
|
59165
|
+
"start": 129,
|
|
59166
|
+
"end": 129
|
|
58924
59167
|
}
|
|
58925
59168
|
},
|
|
58926
59169
|
"group": [
|
|
@@ -58937,8 +59180,8 @@
|
|
|
58937
59180
|
{
|
|
58938
59181
|
"description": "The border color of the Stepper's hovered done indicator.\n",
|
|
58939
59182
|
"commentRange": {
|
|
58940
|
-
"start":
|
|
58941
|
-
"end":
|
|
59183
|
+
"start": 130,
|
|
59184
|
+
"end": 131
|
|
58942
59185
|
},
|
|
58943
59186
|
"context": {
|
|
58944
59187
|
"type": "variable",
|
|
@@ -58946,8 +59189,8 @@
|
|
|
58946
59189
|
"value": "null",
|
|
58947
59190
|
"scope": "default",
|
|
58948
59191
|
"line": {
|
|
58949
|
-
"start":
|
|
58950
|
-
"end":
|
|
59192
|
+
"start": 132,
|
|
59193
|
+
"end": 132
|
|
58951
59194
|
}
|
|
58952
59195
|
},
|
|
58953
59196
|
"group": [
|
|
@@ -58964,8 +59207,8 @@
|
|
|
58964
59207
|
{
|
|
58965
59208
|
"description": "The background color of the Stepper's disabled done indicator.\n",
|
|
58966
59209
|
"commentRange": {
|
|
58967
|
-
"start":
|
|
58968
|
-
"end":
|
|
59210
|
+
"start": 134,
|
|
59211
|
+
"end": 135
|
|
58969
59212
|
},
|
|
58970
59213
|
"context": {
|
|
58971
59214
|
"type": "variable",
|
|
@@ -58973,8 +59216,8 @@
|
|
|
58973
59216
|
"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%))",
|
|
58974
59217
|
"scope": "default",
|
|
58975
59218
|
"line": {
|
|
58976
|
-
"start":
|
|
58977
|
-
"end":
|
|
59219
|
+
"start": 136,
|
|
59220
|
+
"end": 136
|
|
58978
59221
|
}
|
|
58979
59222
|
},
|
|
58980
59223
|
"group": [
|
|
@@ -58991,8 +59234,8 @@
|
|
|
58991
59234
|
{
|
|
58992
59235
|
"description": "The text color of the Stepper's disabled done indicator.\n",
|
|
58993
59236
|
"commentRange": {
|
|
58994
|
-
"start":
|
|
58995
|
-
"end":
|
|
59237
|
+
"start": 137,
|
|
59238
|
+
"end": 138
|
|
58996
59239
|
},
|
|
58997
59240
|
"context": {
|
|
58998
59241
|
"type": "variable",
|
|
@@ -59000,8 +59243,8 @@
|
|
|
59000
59243
|
"value": "if($kendo-enable-color-system, k-color( on-primary ), k-contrast-color( $kendo-stepper-indicator-done-bg ))",
|
|
59001
59244
|
"scope": "default",
|
|
59002
59245
|
"line": {
|
|
59003
|
-
"start":
|
|
59004
|
-
"end":
|
|
59246
|
+
"start": 139,
|
|
59247
|
+
"end": 139
|
|
59005
59248
|
}
|
|
59006
59249
|
},
|
|
59007
59250
|
"group": [
|
|
@@ -59018,8 +59261,8 @@
|
|
|
59018
59261
|
{
|
|
59019
59262
|
"description": "The border color of the Stepper's disabled done indicator.\n",
|
|
59020
59263
|
"commentRange": {
|
|
59021
|
-
"start":
|
|
59022
|
-
"end":
|
|
59264
|
+
"start": 140,
|
|
59265
|
+
"end": 141
|
|
59023
59266
|
},
|
|
59024
59267
|
"context": {
|
|
59025
59268
|
"type": "variable",
|
|
@@ -59027,8 +59270,8 @@
|
|
|
59027
59270
|
"value": "$kendo-stepper-indicator-done-disabled-bg",
|
|
59028
59271
|
"scope": "default",
|
|
59029
59272
|
"line": {
|
|
59030
|
-
"start":
|
|
59031
|
-
"end":
|
|
59273
|
+
"start": 142,
|
|
59274
|
+
"end": 142
|
|
59032
59275
|
}
|
|
59033
59276
|
},
|
|
59034
59277
|
"group": [
|
|
@@ -59045,8 +59288,8 @@
|
|
|
59045
59288
|
{
|
|
59046
59289
|
"description": "The background color of the Stepper current indicator.\n",
|
|
59047
59290
|
"commentRange": {
|
|
59048
|
-
"start":
|
|
59049
|
-
"end":
|
|
59291
|
+
"start": 144,
|
|
59292
|
+
"end": 145
|
|
59050
59293
|
},
|
|
59051
59294
|
"context": {
|
|
59052
59295
|
"type": "variable",
|
|
@@ -59054,8 +59297,8 @@
|
|
|
59054
59297
|
"value": "$kendo-stepper-indicator-done-bg",
|
|
59055
59298
|
"scope": "default",
|
|
59056
59299
|
"line": {
|
|
59057
|
-
"start":
|
|
59058
|
-
"end":
|
|
59300
|
+
"start": 146,
|
|
59301
|
+
"end": 146
|
|
59059
59302
|
}
|
|
59060
59303
|
},
|
|
59061
59304
|
"group": [
|
|
@@ -59072,8 +59315,8 @@
|
|
|
59072
59315
|
{
|
|
59073
59316
|
"description": "The text color of the Stepper current indicator.\n",
|
|
59074
59317
|
"commentRange": {
|
|
59075
|
-
"start":
|
|
59076
|
-
"end":
|
|
59318
|
+
"start": 147,
|
|
59319
|
+
"end": 148
|
|
59077
59320
|
},
|
|
59078
59321
|
"context": {
|
|
59079
59322
|
"type": "variable",
|
|
@@ -59081,8 +59324,8 @@
|
|
|
59081
59324
|
"value": "$kendo-stepper-indicator-done-text",
|
|
59082
59325
|
"scope": "default",
|
|
59083
59326
|
"line": {
|
|
59084
|
-
"start":
|
|
59085
|
-
"end":
|
|
59327
|
+
"start": 149,
|
|
59328
|
+
"end": 149
|
|
59086
59329
|
}
|
|
59087
59330
|
},
|
|
59088
59331
|
"group": [
|
|
@@ -59099,8 +59342,8 @@
|
|
|
59099
59342
|
{
|
|
59100
59343
|
"description": "The border color of the Stepper current indicator.\n",
|
|
59101
59344
|
"commentRange": {
|
|
59102
|
-
"start":
|
|
59103
|
-
"end":
|
|
59345
|
+
"start": 150,
|
|
59346
|
+
"end": 151
|
|
59104
59347
|
},
|
|
59105
59348
|
"context": {
|
|
59106
59349
|
"type": "variable",
|
|
@@ -59108,8 +59351,8 @@
|
|
|
59108
59351
|
"value": "$kendo-stepper-indicator-done-border",
|
|
59109
59352
|
"scope": "default",
|
|
59110
59353
|
"line": {
|
|
59111
|
-
"start":
|
|
59112
|
-
"end":
|
|
59354
|
+
"start": 152,
|
|
59355
|
+
"end": 152
|
|
59113
59356
|
}
|
|
59114
59357
|
},
|
|
59115
59358
|
"group": [
|
|
@@ -59126,8 +59369,8 @@
|
|
|
59126
59369
|
{
|
|
59127
59370
|
"description": "The background color of the Stepper's hovered current indicator.\n",
|
|
59128
59371
|
"commentRange": {
|
|
59129
|
-
"start":
|
|
59130
|
-
"end":
|
|
59372
|
+
"start": 154,
|
|
59373
|
+
"end": 155
|
|
59131
59374
|
},
|
|
59132
59375
|
"context": {
|
|
59133
59376
|
"type": "variable",
|
|
@@ -59135,8 +59378,8 @@
|
|
|
59135
59378
|
"value": "$kendo-stepper-indicator-done-hover-bg",
|
|
59136
59379
|
"scope": "default",
|
|
59137
59380
|
"line": {
|
|
59138
|
-
"start":
|
|
59139
|
-
"end":
|
|
59381
|
+
"start": 156,
|
|
59382
|
+
"end": 156
|
|
59140
59383
|
}
|
|
59141
59384
|
},
|
|
59142
59385
|
"group": [
|
|
@@ -59153,8 +59396,8 @@
|
|
|
59153
59396
|
{
|
|
59154
59397
|
"description": "The text color of the Stepper's hovered current indicator.\n",
|
|
59155
59398
|
"commentRange": {
|
|
59156
|
-
"start":
|
|
59157
|
-
"end":
|
|
59399
|
+
"start": 157,
|
|
59400
|
+
"end": 158
|
|
59158
59401
|
},
|
|
59159
59402
|
"context": {
|
|
59160
59403
|
"type": "variable",
|
|
@@ -59162,8 +59405,8 @@
|
|
|
59162
59405
|
"value": "$kendo-stepper-indicator-done-hover-text",
|
|
59163
59406
|
"scope": "default",
|
|
59164
59407
|
"line": {
|
|
59165
|
-
"start":
|
|
59166
|
-
"end":
|
|
59408
|
+
"start": 159,
|
|
59409
|
+
"end": 159
|
|
59167
59410
|
}
|
|
59168
59411
|
},
|
|
59169
59412
|
"group": [
|
|
@@ -59180,8 +59423,8 @@
|
|
|
59180
59423
|
{
|
|
59181
59424
|
"description": "The border color of the Stepper's hovered current indicator.\n",
|
|
59182
59425
|
"commentRange": {
|
|
59183
|
-
"start":
|
|
59184
|
-
"end":
|
|
59426
|
+
"start": 160,
|
|
59427
|
+
"end": 161
|
|
59185
59428
|
},
|
|
59186
59429
|
"context": {
|
|
59187
59430
|
"type": "variable",
|
|
@@ -59189,8 +59432,8 @@
|
|
|
59189
59432
|
"value": "$kendo-stepper-indicator-done-hover-border",
|
|
59190
59433
|
"scope": "default",
|
|
59191
59434
|
"line": {
|
|
59192
|
-
"start":
|
|
59193
|
-
"end":
|
|
59435
|
+
"start": 162,
|
|
59436
|
+
"end": 162
|
|
59194
59437
|
}
|
|
59195
59438
|
},
|
|
59196
59439
|
"group": [
|
|
@@ -59207,8 +59450,8 @@
|
|
|
59207
59450
|
{
|
|
59208
59451
|
"description": "The background color of the Stepper's disabled current indicator.\n",
|
|
59209
59452
|
"commentRange": {
|
|
59210
|
-
"start":
|
|
59211
|
-
"end":
|
|
59453
|
+
"start": 164,
|
|
59454
|
+
"end": 165
|
|
59212
59455
|
},
|
|
59213
59456
|
"context": {
|
|
59214
59457
|
"type": "variable",
|
|
@@ -59216,8 +59459,8 @@
|
|
|
59216
59459
|
"value": "$kendo-stepper-indicator-done-disabled-bg",
|
|
59217
59460
|
"scope": "default",
|
|
59218
59461
|
"line": {
|
|
59219
|
-
"start":
|
|
59220
|
-
"end":
|
|
59462
|
+
"start": 166,
|
|
59463
|
+
"end": 166
|
|
59221
59464
|
}
|
|
59222
59465
|
},
|
|
59223
59466
|
"group": [
|
|
@@ -59234,8 +59477,8 @@
|
|
|
59234
59477
|
{
|
|
59235
59478
|
"description": "The text color of the Stepper's disabled current indicator.\n",
|
|
59236
59479
|
"commentRange": {
|
|
59237
|
-
"start":
|
|
59238
|
-
"end":
|
|
59480
|
+
"start": 167,
|
|
59481
|
+
"end": 168
|
|
59239
59482
|
},
|
|
59240
59483
|
"context": {
|
|
59241
59484
|
"type": "variable",
|
|
@@ -59243,8 +59486,8 @@
|
|
|
59243
59486
|
"value": "$kendo-stepper-indicator-done-disabled-text",
|
|
59244
59487
|
"scope": "default",
|
|
59245
59488
|
"line": {
|
|
59246
|
-
"start":
|
|
59247
|
-
"end":
|
|
59489
|
+
"start": 169,
|
|
59490
|
+
"end": 169
|
|
59248
59491
|
}
|
|
59249
59492
|
},
|
|
59250
59493
|
"group": [
|
|
@@ -59261,8 +59504,8 @@
|
|
|
59261
59504
|
{
|
|
59262
59505
|
"description": "The border color of the Stepper's disabled current indicator.\n",
|
|
59263
59506
|
"commentRange": {
|
|
59264
|
-
"start":
|
|
59265
|
-
"end":
|
|
59507
|
+
"start": 170,
|
|
59508
|
+
"end": 171
|
|
59266
59509
|
},
|
|
59267
59510
|
"context": {
|
|
59268
59511
|
"type": "variable",
|
|
@@ -59270,8 +59513,8 @@
|
|
|
59270
59513
|
"value": "$kendo-stepper-indicator-done-disabled-border",
|
|
59271
59514
|
"scope": "default",
|
|
59272
59515
|
"line": {
|
|
59273
|
-
"start":
|
|
59274
|
-
"end":
|
|
59516
|
+
"start": 172,
|
|
59517
|
+
"end": 172
|
|
59275
59518
|
}
|
|
59276
59519
|
},
|
|
59277
59520
|
"group": [
|
|
@@ -59288,8 +59531,8 @@
|
|
|
59288
59531
|
{
|
|
59289
59532
|
"description": "The text color of the Stepper label.\n",
|
|
59290
59533
|
"commentRange": {
|
|
59291
|
-
"start":
|
|
59292
|
-
"end":
|
|
59534
|
+
"start": 174,
|
|
59535
|
+
"end": 175
|
|
59293
59536
|
},
|
|
59294
59537
|
"context": {
|
|
59295
59538
|
"type": "variable",
|
|
@@ -59297,8 +59540,8 @@
|
|
|
59297
59540
|
"value": "null",
|
|
59298
59541
|
"scope": "default",
|
|
59299
59542
|
"line": {
|
|
59300
|
-
"start":
|
|
59301
|
-
"end":
|
|
59543
|
+
"start": 176,
|
|
59544
|
+
"end": 176
|
|
59302
59545
|
}
|
|
59303
59546
|
},
|
|
59304
59547
|
"group": [
|
|
@@ -59315,8 +59558,8 @@
|
|
|
59315
59558
|
{
|
|
59316
59559
|
"description": "The success text color of the Stepper label.\n",
|
|
59317
59560
|
"commentRange": {
|
|
59318
|
-
"start":
|
|
59319
|
-
"end":
|
|
59561
|
+
"start": 177,
|
|
59562
|
+
"end": 178
|
|
59320
59563
|
},
|
|
59321
59564
|
"context": {
|
|
59322
59565
|
"type": "variable",
|
|
@@ -59324,8 +59567,8 @@
|
|
|
59324
59567
|
"value": "$kendo-color-success",
|
|
59325
59568
|
"scope": "default",
|
|
59326
59569
|
"line": {
|
|
59327
|
-
"start":
|
|
59328
|
-
"end":
|
|
59570
|
+
"start": 179,
|
|
59571
|
+
"end": 179
|
|
59329
59572
|
}
|
|
59330
59573
|
},
|
|
59331
59574
|
"group": [
|
|
@@ -59342,8 +59585,8 @@
|
|
|
59342
59585
|
{
|
|
59343
59586
|
"description": "The error text color of the Stepper label.\n",
|
|
59344
59587
|
"commentRange": {
|
|
59345
|
-
"start":
|
|
59346
|
-
"end":
|
|
59588
|
+
"start": 180,
|
|
59589
|
+
"end": 181
|
|
59347
59590
|
},
|
|
59348
59591
|
"context": {
|
|
59349
59592
|
"type": "variable",
|
|
@@ -59351,8 +59594,8 @@
|
|
|
59351
59594
|
"value": "$kendo-color-error",
|
|
59352
59595
|
"scope": "default",
|
|
59353
59596
|
"line": {
|
|
59354
|
-
"start":
|
|
59355
|
-
"end":
|
|
59597
|
+
"start": 182,
|
|
59598
|
+
"end": 182
|
|
59356
59599
|
}
|
|
59357
59600
|
},
|
|
59358
59601
|
"group": [
|
|
@@ -59369,8 +59612,8 @@
|
|
|
59369
59612
|
{
|
|
59370
59613
|
"description": "The text color of the hovered Stepper label.\n",
|
|
59371
59614
|
"commentRange": {
|
|
59372
|
-
"start":
|
|
59373
|
-
"end":
|
|
59615
|
+
"start": 183,
|
|
59616
|
+
"end": 184
|
|
59374
59617
|
},
|
|
59375
59618
|
"context": {
|
|
59376
59619
|
"type": "variable",
|
|
@@ -59378,8 +59621,8 @@
|
|
|
59378
59621
|
"value": "null",
|
|
59379
59622
|
"scope": "default",
|
|
59380
59623
|
"line": {
|
|
59381
|
-
"start":
|
|
59382
|
-
"end":
|
|
59624
|
+
"start": 185,
|
|
59625
|
+
"end": 185
|
|
59383
59626
|
}
|
|
59384
59627
|
},
|
|
59385
59628
|
"group": [
|
|
@@ -59396,8 +59639,8 @@
|
|
|
59396
59639
|
{
|
|
59397
59640
|
"description": "The text color of the disabled Stepper label.\n",
|
|
59398
59641
|
"commentRange": {
|
|
59399
|
-
"start":
|
|
59400
|
-
"end":
|
|
59642
|
+
"start": 186,
|
|
59643
|
+
"end": 187
|
|
59401
59644
|
},
|
|
59402
59645
|
"context": {
|
|
59403
59646
|
"type": "variable",
|
|
@@ -59405,8 +59648,8 @@
|
|
|
59405
59648
|
"value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 65%, transparent), if( $kendo-is-dark-theme, $gray-600, $gray-500))",
|
|
59406
59649
|
"scope": "default",
|
|
59407
59650
|
"line": {
|
|
59408
|
-
"start":
|
|
59409
|
-
"end":
|
|
59651
|
+
"start": 188,
|
|
59652
|
+
"end": 188
|
|
59410
59653
|
}
|
|
59411
59654
|
},
|
|
59412
59655
|
"group": [
|
|
@@ -59423,8 +59666,8 @@
|
|
|
59423
59666
|
{
|
|
59424
59667
|
"description": "The text color of the optional Stepper label.\n",
|
|
59425
59668
|
"commentRange": {
|
|
59426
|
-
"start":
|
|
59427
|
-
"end":
|
|
59669
|
+
"start": 190,
|
|
59670
|
+
"end": 191
|
|
59428
59671
|
},
|
|
59429
59672
|
"context": {
|
|
59430
59673
|
"type": "variable",
|
|
@@ -59432,8 +59675,8 @@
|
|
|
59432
59675
|
"value": "$kendo-subtle-text",
|
|
59433
59676
|
"scope": "default",
|
|
59434
59677
|
"line": {
|
|
59435
|
-
"start":
|
|
59436
|
-
"end":
|
|
59678
|
+
"start": 192,
|
|
59679
|
+
"end": 192
|
|
59437
59680
|
}
|
|
59438
59681
|
},
|
|
59439
59682
|
"group": [
|
|
@@ -59450,8 +59693,8 @@
|
|
|
59450
59693
|
{
|
|
59451
59694
|
"description": "The opacity of the optional Stepper label.\n",
|
|
59452
59695
|
"commentRange": {
|
|
59453
|
-
"start":
|
|
59454
|
-
"end":
|
|
59696
|
+
"start": 193,
|
|
59697
|
+
"end": 194
|
|
59455
59698
|
},
|
|
59456
59699
|
"context": {
|
|
59457
59700
|
"type": "variable",
|
|
@@ -59459,8 +59702,8 @@
|
|
|
59459
59702
|
"value": "null",
|
|
59460
59703
|
"scope": "default",
|
|
59461
59704
|
"line": {
|
|
59462
|
-
"start":
|
|
59463
|
-
"end":
|
|
59705
|
+
"start": 195,
|
|
59706
|
+
"end": 195
|
|
59464
59707
|
}
|
|
59465
59708
|
},
|
|
59466
59709
|
"group": [
|
|
@@ -59477,8 +59720,8 @@
|
|
|
59477
59720
|
{
|
|
59478
59721
|
"description": "The font size of the optional Stepper label.\n",
|
|
59479
59722
|
"commentRange": {
|
|
59480
|
-
"start":
|
|
59481
|
-
"end":
|
|
59723
|
+
"start": 196,
|
|
59724
|
+
"end": 197
|
|
59482
59725
|
},
|
|
59483
59726
|
"context": {
|
|
59484
59727
|
"type": "variable",
|
|
@@ -59486,8 +59729,8 @@
|
|
|
59486
59729
|
"value": "var( --kendo-font-size-sm, inherit )",
|
|
59487
59730
|
"scope": "default",
|
|
59488
59731
|
"line": {
|
|
59489
|
-
"start":
|
|
59490
|
-
"end":
|
|
59732
|
+
"start": 198,
|
|
59733
|
+
"end": 198
|
|
59491
59734
|
}
|
|
59492
59735
|
},
|
|
59493
59736
|
"group": [
|
|
@@ -59504,8 +59747,8 @@
|
|
|
59504
59747
|
{
|
|
59505
59748
|
"description": "The font style of the optional Stepper label.\n",
|
|
59506
59749
|
"commentRange": {
|
|
59507
|
-
"start":
|
|
59508
|
-
"end":
|
|
59750
|
+
"start": 199,
|
|
59751
|
+
"end": 200
|
|
59509
59752
|
},
|
|
59510
59753
|
"context": {
|
|
59511
59754
|
"type": "variable",
|
|
@@ -59513,8 +59756,8 @@
|
|
|
59513
59756
|
"value": "null",
|
|
59514
59757
|
"scope": "default",
|
|
59515
59758
|
"line": {
|
|
59516
|
-
"start":
|
|
59517
|
-
"end":
|
|
59759
|
+
"start": 201,
|
|
59760
|
+
"end": 201
|
|
59518
59761
|
}
|
|
59519
59762
|
},
|
|
59520
59763
|
"group": [
|
|
@@ -59531,8 +59774,8 @@
|
|
|
59531
59774
|
{
|
|
59532
59775
|
"description": "The size of the Stepper ProgressBar.\n",
|
|
59533
59776
|
"commentRange": {
|
|
59534
|
-
"start":
|
|
59535
|
-
"end":
|
|
59777
|
+
"start": 203,
|
|
59778
|
+
"end": 204
|
|
59536
59779
|
},
|
|
59537
59780
|
"context": {
|
|
59538
59781
|
"type": "variable",
|
|
@@ -59540,8 +59783,8 @@
|
|
|
59540
59783
|
"value": "2px",
|
|
59541
59784
|
"scope": "default",
|
|
59542
59785
|
"line": {
|
|
59543
|
-
"start":
|
|
59544
|
-
"end":
|
|
59786
|
+
"start": 205,
|
|
59787
|
+
"end": 205
|
|
59545
59788
|
}
|
|
59546
59789
|
},
|
|
59547
59790
|
"group": [
|
|
@@ -59558,8 +59801,8 @@
|
|
|
59558
59801
|
{
|
|
59559
59802
|
"description": "The background color of the Stepper ProgressBar.\n",
|
|
59560
59803
|
"commentRange": {
|
|
59561
|
-
"start":
|
|
59562
|
-
"end":
|
|
59804
|
+
"start": 206,
|
|
59805
|
+
"end": 207
|
|
59563
59806
|
},
|
|
59564
59807
|
"context": {
|
|
59565
59808
|
"type": "variable",
|
|
@@ -59567,8 +59810,8 @@
|
|
|
59567
59810
|
"value": "null",
|
|
59568
59811
|
"scope": "default",
|
|
59569
59812
|
"line": {
|
|
59570
|
-
"start":
|
|
59571
|
-
"end":
|
|
59813
|
+
"start": 208,
|
|
59814
|
+
"end": 208
|
|
59572
59815
|
}
|
|
59573
59816
|
},
|
|
59574
59817
|
"group": [
|
|
@@ -59585,8 +59828,8 @@
|
|
|
59585
59828
|
{
|
|
59586
59829
|
"description": "The text color of the Stepper ProgressBar.\n",
|
|
59587
59830
|
"commentRange": {
|
|
59588
|
-
"start":
|
|
59589
|
-
"end":
|
|
59831
|
+
"start": 209,
|
|
59832
|
+
"end": 210
|
|
59590
59833
|
},
|
|
59591
59834
|
"context": {
|
|
59592
59835
|
"type": "variable",
|
|
@@ -59594,8 +59837,8 @@
|
|
|
59594
59837
|
"value": "null",
|
|
59595
59838
|
"scope": "default",
|
|
59596
59839
|
"line": {
|
|
59597
|
-
"start":
|
|
59598
|
-
"end":
|
|
59840
|
+
"start": 211,
|
|
59841
|
+
"end": 211
|
|
59599
59842
|
}
|
|
59600
59843
|
},
|
|
59601
59844
|
"group": [
|
|
@@ -59612,8 +59855,8 @@
|
|
|
59612
59855
|
{
|
|
59613
59856
|
"description": "The background color of the selected Stepper ProgressBar.\n",
|
|
59614
59857
|
"commentRange": {
|
|
59615
|
-
"start":
|
|
59616
|
-
"end":
|
|
59858
|
+
"start": 212,
|
|
59859
|
+
"end": 213
|
|
59617
59860
|
},
|
|
59618
59861
|
"context": {
|
|
59619
59862
|
"type": "variable",
|
|
@@ -59621,8 +59864,8 @@
|
|
|
59621
59864
|
"value": "null",
|
|
59622
59865
|
"scope": "default",
|
|
59623
59866
|
"line": {
|
|
59624
|
-
"start":
|
|
59625
|
-
"end":
|
|
59867
|
+
"start": 214,
|
|
59868
|
+
"end": 214
|
|
59626
59869
|
}
|
|
59627
59870
|
},
|
|
59628
59871
|
"group": [
|
|
@@ -59639,8 +59882,8 @@
|
|
|
59639
59882
|
{
|
|
59640
59883
|
"description": "The text color of the selected Stepper ProgressBar.\n",
|
|
59641
59884
|
"commentRange": {
|
|
59642
|
-
"start":
|
|
59643
|
-
"end":
|
|
59885
|
+
"start": 215,
|
|
59886
|
+
"end": 216
|
|
59644
59887
|
},
|
|
59645
59888
|
"context": {
|
|
59646
59889
|
"type": "variable",
|
|
@@ -59648,8 +59891,8 @@
|
|
|
59648
59891
|
"value": "null",
|
|
59649
59892
|
"scope": "default",
|
|
59650
59893
|
"line": {
|
|
59651
|
-
"start":
|
|
59652
|
-
"end":
|
|
59894
|
+
"start": 217,
|
|
59895
|
+
"end": 217
|
|
59653
59896
|
}
|
|
59654
59897
|
},
|
|
59655
59898
|
"group": [
|
|
@@ -59666,8 +59909,8 @@
|
|
|
59666
59909
|
{
|
|
59667
59910
|
"description": "The property name of the Stepper transition.\n",
|
|
59668
59911
|
"commentRange": {
|
|
59669
|
-
"start":
|
|
59670
|
-
"end":
|
|
59912
|
+
"start": 219,
|
|
59913
|
+
"end": 220
|
|
59671
59914
|
},
|
|
59672
59915
|
"context": {
|
|
59673
59916
|
"type": "variable",
|
|
@@ -59675,8 +59918,8 @@
|
|
|
59675
59918
|
"value": "height",
|
|
59676
59919
|
"scope": "default",
|
|
59677
59920
|
"line": {
|
|
59678
|
-
"start":
|
|
59679
|
-
"end":
|
|
59921
|
+
"start": 221,
|
|
59922
|
+
"end": 221
|
|
59680
59923
|
}
|
|
59681
59924
|
},
|
|
59682
59925
|
"group": [
|
|
@@ -59693,8 +59936,8 @@
|
|
|
59693
59936
|
{
|
|
59694
59937
|
"description": "The duration of the Stepper transition.\n",
|
|
59695
59938
|
"commentRange": {
|
|
59696
|
-
"start":
|
|
59697
|
-
"end":
|
|
59939
|
+
"start": 222,
|
|
59940
|
+
"end": 223
|
|
59698
59941
|
},
|
|
59699
59942
|
"context": {
|
|
59700
59943
|
"type": "variable",
|
|
@@ -59702,8 +59945,8 @@
|
|
|
59702
59945
|
"value": "300ms",
|
|
59703
59946
|
"scope": "default",
|
|
59704
59947
|
"line": {
|
|
59705
|
-
"start":
|
|
59706
|
-
"end":
|
|
59948
|
+
"start": 224,
|
|
59949
|
+
"end": 224
|
|
59707
59950
|
}
|
|
59708
59951
|
},
|
|
59709
59952
|
"group": [
|
|
@@ -59720,8 +59963,8 @@
|
|
|
59720
59963
|
{
|
|
59721
59964
|
"description": "The timing function of the Stepper transition.\n",
|
|
59722
59965
|
"commentRange": {
|
|
59723
|
-
"start":
|
|
59724
|
-
"end":
|
|
59966
|
+
"start": 225,
|
|
59967
|
+
"end": 226
|
|
59725
59968
|
},
|
|
59726
59969
|
"context": {
|
|
59727
59970
|
"type": "variable",
|
|
@@ -59729,8 +59972,8 @@
|
|
|
59729
59972
|
"value": "cubic-bezier(.4, 0, .2, 1) 0ms",
|
|
59730
59973
|
"scope": "default",
|
|
59731
59974
|
"line": {
|
|
59732
|
-
"start":
|
|
59733
|
-
"end":
|
|
59975
|
+
"start": 227,
|
|
59976
|
+
"end": 227
|
|
59734
59977
|
}
|
|
59735
59978
|
},
|
|
59736
59979
|
"group": [
|
|
@@ -66093,7 +66336,7 @@
|
|
|
66093
66336
|
"context": {
|
|
66094
66337
|
"type": "variable",
|
|
66095
66338
|
"name": "kendo-timeline-track-arrow-width",
|
|
66096
|
-
"value": "
|
|
66339
|
+
"value": "calc( #{k-spacing(19)} / 2 )",
|
|
66097
66340
|
"scope": "default",
|
|
66098
66341
|
"line": {
|
|
66099
66342
|
"start": 32,
|
|
@@ -66108,8 +66351,8 @@
|
|
|
66108
66351
|
"path": "bootstrap/scss/timeline/_variables.scss",
|
|
66109
66352
|
"name": "_variables.scss"
|
|
66110
66353
|
},
|
|
66111
|
-
"resolvedValue": "
|
|
66112
|
-
"resolvedType": "
|
|
66354
|
+
"resolvedValue": "calc(var(--kendo-spacing-19, 4.75rem) / 2)",
|
|
66355
|
+
"resolvedType": "Calculation"
|
|
66113
66356
|
},
|
|
66114
66357
|
{
|
|
66115
66358
|
"description": "The height of the Timeline track arrow.\n",
|
|
@@ -66120,7 +66363,7 @@
|
|
|
66120
66363
|
"context": {
|
|
66121
66364
|
"type": "variable",
|
|
66122
66365
|
"name": "kendo-timeline-track-arrow-height",
|
|
66123
|
-
"value": "
|
|
66366
|
+
"value": "calc( #{k-spacing(19)} / 2 )",
|
|
66124
66367
|
"scope": "default",
|
|
66125
66368
|
"line": {
|
|
66126
66369
|
"start": 35,
|
|
@@ -66135,8 +66378,8 @@
|
|
|
66135
66378
|
"path": "bootstrap/scss/timeline/_variables.scss",
|
|
66136
66379
|
"name": "_variables.scss"
|
|
66137
66380
|
},
|
|
66138
|
-
"resolvedValue": "
|
|
66139
|
-
"resolvedType": "
|
|
66381
|
+
"resolvedValue": "calc(var(--kendo-spacing-19, 4.75rem) / 2)",
|
|
66382
|
+
"resolvedType": "Calculation"
|
|
66140
66383
|
},
|
|
66141
66384
|
{
|
|
66142
66385
|
"description": "The background color of the disabled Timeline track arrow.\n",
|
|
@@ -66228,7 +66471,7 @@
|
|
|
66228
66471
|
"context": {
|
|
66229
66472
|
"type": "variable",
|
|
66230
66473
|
"name": "kendo-timeline-track-size",
|
|
66231
|
-
"value": "
|
|
66474
|
+
"value": "k-spacing(1.5)",
|
|
66232
66475
|
"scope": "default",
|
|
66233
66476
|
"line": {
|
|
66234
66477
|
"start": 49,
|
|
@@ -66243,8 +66486,8 @@
|
|
|
66243
66486
|
"path": "bootstrap/scss/timeline/_variables.scss",
|
|
66244
66487
|
"name": "_variables.scss"
|
|
66245
66488
|
},
|
|
66246
|
-
"resolvedValue": "
|
|
66247
|
-
"resolvedType": "
|
|
66489
|
+
"resolvedValue": "var(--kendo-spacing-1\\.5, 0.375rem)",
|
|
66490
|
+
"resolvedType": "String"
|
|
66248
66491
|
},
|
|
66249
66492
|
{
|
|
66250
66493
|
"description": "The bottom padding of the Timeline's track wrapper.\n",
|
|
@@ -66255,7 +66498,7 @@
|
|
|
66255
66498
|
"context": {
|
|
66256
66499
|
"type": "variable",
|
|
66257
66500
|
"name": "kendo-timeline-track-wrap-padding-bottom",
|
|
66258
|
-
"value": "
|
|
66501
|
+
"value": "calc( #{$kendo-timeline-track-size} / 2)",
|
|
66259
66502
|
"scope": "default",
|
|
66260
66503
|
"line": {
|
|
66261
66504
|
"start": 52,
|
|
@@ -66270,8 +66513,8 @@
|
|
|
66270
66513
|
"path": "bootstrap/scss/timeline/_variables.scss",
|
|
66271
66514
|
"name": "_variables.scss"
|
|
66272
66515
|
},
|
|
66273
|
-
"resolvedValue": "
|
|
66274
|
-
"resolvedType": "
|
|
66516
|
+
"resolvedValue": "calc(var(--kendo-spacing-1\\.5, 0.375rem) / 2)",
|
|
66517
|
+
"resolvedType": "Calculation"
|
|
66275
66518
|
},
|
|
66276
66519
|
{
|
|
66277
66520
|
"description": "The border width of the Timeline track.\n",
|
|
@@ -66336,7 +66579,7 @@
|
|
|
66336
66579
|
"context": {
|
|
66337
66580
|
"type": "variable",
|
|
66338
66581
|
"name": "kendo-timeline-track-bottom-calc",
|
|
66339
|
-
"value": "calc(#{
|
|
66582
|
+
"value": "calc( calc(#{ $kendo-timeline-track-arrow-height } / 2) + #{$kendo-timeline-track-wrap-padding-bottom})",
|
|
66340
66583
|
"scope": "default",
|
|
66341
66584
|
"line": {
|
|
66342
66585
|
"start": 61,
|
|
@@ -66351,7 +66594,7 @@
|
|
|
66351
66594
|
"path": "bootstrap/scss/timeline/_variables.scss",
|
|
66352
66595
|
"name": "_variables.scss"
|
|
66353
66596
|
},
|
|
66354
|
-
"resolvedValue": "calc(
|
|
66597
|
+
"resolvedValue": "calc(calc(var(--kendo-spacing-19, 4.75rem) / 2) / 2 + calc(var(--kendo-spacing-1\\.5, 0.375rem) / 2))",
|
|
66355
66598
|
"resolvedType": "Calculation"
|
|
66356
66599
|
},
|
|
66357
66600
|
{
|
|
@@ -66378,7 +66621,7 @@
|
|
|
66378
66621
|
"path": "bootstrap/scss/timeline/_variables.scss",
|
|
66379
66622
|
"name": "_variables.scss"
|
|
66380
66623
|
},
|
|
66381
|
-
"resolvedValue": "calc(
|
|
66624
|
+
"resolvedValue": "calc(calc(var(--kendo-spacing-19, 4.75rem) / 2) - 2 * 1px)",
|
|
66382
66625
|
"resolvedType": "Calculation"
|
|
66383
66626
|
},
|
|
66384
66627
|
{
|
|
@@ -66405,7 +66648,7 @@
|
|
|
66405
66648
|
"path": "bootstrap/scss/timeline/_variables.scss",
|
|
66406
66649
|
"name": "_variables.scss"
|
|
66407
66650
|
},
|
|
66408
|
-
"resolvedValue": "calc(
|
|
66651
|
+
"resolvedValue": "calc(calc(var(--kendo-spacing-19, 4.75rem) / 2) - 2 * 1px)",
|
|
66409
66652
|
"resolvedType": "Calculation"
|
|
66410
66653
|
},
|
|
66411
66654
|
{
|
|
@@ -66864,7 +67107,7 @@
|
|
|
66864
67107
|
"path": "bootstrap/scss/timeline/_variables.scss",
|
|
66865
67108
|
"name": "_variables.scss"
|
|
66866
67109
|
},
|
|
66867
|
-
"resolvedValue": "calc(
|
|
67110
|
+
"resolvedValue": "calc(var(--kendo-spacing-1\\.5, 0.375rem) + 2 * 1px + 4px + 10px)",
|
|
66868
67111
|
"resolvedType": "Calculation"
|
|
66869
67112
|
},
|
|
66870
67113
|
{
|
|
@@ -66945,7 +67188,7 @@
|
|
|
66945
67188
|
"path": "bootstrap/scss/timeline/_variables.scss",
|
|
66946
67189
|
"name": "_variables.scss"
|
|
66947
67190
|
},
|
|
66948
|
-
"resolvedValue": "calc(var(--kendo-spacing-10, 2.5rem) + (80px -
|
|
67191
|
+
"resolvedValue": "calc(var(--kendo-spacing-10, 2.5rem) + (80px - var(--kendo-spacing-1\\.5, 0.375rem)) / 2)",
|
|
66949
67192
|
"resolvedType": "Calculation"
|
|
66950
67193
|
},
|
|
66951
67194
|
{
|
|
@@ -66972,7 +67215,7 @@
|
|
|
66972
67215
|
"path": "bootstrap/scss/timeline/_variables.scss",
|
|
66973
67216
|
"name": "_variables.scss"
|
|
66974
67217
|
},
|
|
66975
|
-
"resolvedValue": "calc(calc(var(--kendo-spacing-10, 2.5rem) + (80px -
|
|
67218
|
+
"resolvedValue": "calc(calc(var(--kendo-spacing-10, 2.5rem) + (80px - var(--kendo-spacing-1\\.5, 0.375rem)) / 2) + 50px)",
|
|
66976
67219
|
"resolvedType": "Calculation"
|
|
66977
67220
|
},
|
|
66978
67221
|
{
|
|
@@ -66999,7 +67242,7 @@
|
|
|
66999
67242
|
"path": "bootstrap/scss/timeline/_variables.scss",
|
|
67000
67243
|
"name": "_variables.scss"
|
|
67001
67244
|
},
|
|
67002
|
-
"resolvedValue": "calc(var(--kendo-spacing-4, 1rem) + (80px -
|
|
67245
|
+
"resolvedValue": "calc(var(--kendo-spacing-4, 1rem) + (80px - var(--kendo-spacing-1\\.5, 0.375rem)) / 2)",
|
|
67003
67246
|
"resolvedType": "Calculation"
|
|
67004
67247
|
},
|
|
67005
67248
|
{
|
|
@@ -67026,7 +67269,7 @@
|
|
|
67026
67269
|
"path": "bootstrap/scss/timeline/_variables.scss",
|
|
67027
67270
|
"name": "_variables.scss"
|
|
67028
67271
|
},
|
|
67029
|
-
"resolvedValue": "calc(calc(var(--kendo-spacing-4, 1rem) + (80px -
|
|
67272
|
+
"resolvedValue": "calc(calc(var(--kendo-spacing-4, 1rem) + (80px - var(--kendo-spacing-1\\.5, 0.375rem)) / 2) + 50px)",
|
|
67030
67273
|
"resolvedType": "Calculation"
|
|
67031
67274
|
},
|
|
67032
67275
|
{
|
|
@@ -67813,15 +68056,15 @@
|
|
|
67813
68056
|
"resolvedType": "Null"
|
|
67814
68057
|
},
|
|
67815
68058
|
{
|
|
67816
|
-
"description": "The color of the
|
|
68059
|
+
"description": "The text color of the outline Toolbar.\n",
|
|
67817
68060
|
"commentRange": {
|
|
67818
68061
|
"start": 75,
|
|
67819
68062
|
"end": 76
|
|
67820
68063
|
},
|
|
67821
68064
|
"context": {
|
|
67822
68065
|
"type": "variable",
|
|
67823
|
-
"name": "kendo-toolbar-
|
|
67824
|
-
"value": "
|
|
68066
|
+
"name": "kendo-toolbar-outline-text",
|
|
68067
|
+
"value": "$kendo-button-text",
|
|
67825
68068
|
"scope": "default",
|
|
67826
68069
|
"line": {
|
|
67827
68070
|
"start": 77,
|
|
@@ -67836,23 +68079,23 @@
|
|
|
67836
68079
|
"path": "bootstrap/scss/toolbar/_variables.scss",
|
|
67837
68080
|
"name": "_variables.scss"
|
|
67838
68081
|
},
|
|
67839
|
-
"resolvedValue": "
|
|
68082
|
+
"resolvedValue": "var(--kendo-color-on-base, #212529)",
|
|
67840
68083
|
"resolvedType": "String"
|
|
67841
68084
|
},
|
|
67842
68085
|
{
|
|
67843
|
-
"description": "The
|
|
68086
|
+
"description": "The color of the border around the outline Toolbar.\n",
|
|
67844
68087
|
"commentRange": {
|
|
67845
|
-
"start":
|
|
67846
|
-
"end":
|
|
68088
|
+
"start": 78,
|
|
68089
|
+
"end": 79
|
|
67847
68090
|
},
|
|
67848
68091
|
"context": {
|
|
67849
68092
|
"type": "variable",
|
|
67850
|
-
"name": "kendo-toolbar-
|
|
67851
|
-
"value": "
|
|
68093
|
+
"name": "kendo-toolbar-outline-border",
|
|
68094
|
+
"value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 50%, transparent), rgba( $kendo-toolbar-outline-text, .5 ))",
|
|
67852
68095
|
"scope": "default",
|
|
67853
68096
|
"line": {
|
|
67854
|
-
"start":
|
|
67855
|
-
"end":
|
|
68097
|
+
"start": 80,
|
|
68098
|
+
"end": 80
|
|
67856
68099
|
}
|
|
67857
68100
|
},
|
|
67858
68101
|
"group": [
|
|
@@ -67863,23 +68106,23 @@
|
|
|
67863
68106
|
"path": "bootstrap/scss/toolbar/_variables.scss",
|
|
67864
68107
|
"name": "_variables.scss"
|
|
67865
68108
|
},
|
|
67866
|
-
"resolvedValue": "
|
|
67867
|
-
"resolvedType": "
|
|
68109
|
+
"resolvedValue": "color-mix(in srgb, var(--kendo-color-on-app-surface, #212529) 50%, transparent)",
|
|
68110
|
+
"resolvedType": "String"
|
|
67868
68111
|
},
|
|
67869
68112
|
{
|
|
67870
|
-
"description": "The
|
|
68113
|
+
"description": "The gradient of the outline Toolbar.\n",
|
|
67871
68114
|
"commentRange": {
|
|
67872
|
-
"start":
|
|
67873
|
-
"end":
|
|
68115
|
+
"start": 81,
|
|
68116
|
+
"end": 82
|
|
67874
68117
|
},
|
|
67875
68118
|
"context": {
|
|
67876
68119
|
"type": "variable",
|
|
67877
|
-
"name": "kendo-toolbar-
|
|
67878
|
-
"value": "
|
|
68120
|
+
"name": "kendo-toolbar-outline-gradient",
|
|
68121
|
+
"value": "null",
|
|
67879
68122
|
"scope": "default",
|
|
67880
68123
|
"line": {
|
|
67881
|
-
"start":
|
|
67882
|
-
"end":
|
|
68124
|
+
"start": 83,
|
|
68125
|
+
"end": 83
|
|
67883
68126
|
}
|
|
67884
68127
|
},
|
|
67885
68128
|
"group": [
|
|
@@ -67890,19 +68133,46 @@
|
|
|
67890
68133
|
"path": "bootstrap/scss/toolbar/_variables.scss",
|
|
67891
68134
|
"name": "_variables.scss"
|
|
67892
68135
|
},
|
|
67893
|
-
"resolvedValue": "
|
|
67894
|
-
"resolvedType": "
|
|
68136
|
+
"resolvedValue": "null",
|
|
68137
|
+
"resolvedType": "Null"
|
|
67895
68138
|
},
|
|
67896
68139
|
{
|
|
67897
|
-
"description": "
|
|
68140
|
+
"description": "The box shadow of the outline Toolbar.\n",
|
|
68141
|
+
"commentRange": {
|
|
68142
|
+
"start": 84,
|
|
68143
|
+
"end": 85
|
|
68144
|
+
},
|
|
68145
|
+
"context": {
|
|
68146
|
+
"type": "variable",
|
|
68147
|
+
"name": "kendo-toolbar-outline-shadow",
|
|
68148
|
+
"value": "null",
|
|
68149
|
+
"scope": "default",
|
|
68150
|
+
"line": {
|
|
68151
|
+
"start": 86,
|
|
68152
|
+
"end": 86
|
|
68153
|
+
}
|
|
68154
|
+
},
|
|
68155
|
+
"group": [
|
|
68156
|
+
"toolbar"
|
|
68157
|
+
],
|
|
68158
|
+
"access": "public",
|
|
68159
|
+
"file": {
|
|
68160
|
+
"path": "bootstrap/scss/toolbar/_variables.scss",
|
|
68161
|
+
"name": "_variables.scss"
|
|
68162
|
+
},
|
|
68163
|
+
"resolvedValue": "null",
|
|
68164
|
+
"resolvedType": "Null"
|
|
68165
|
+
},
|
|
68166
|
+
{
|
|
68167
|
+
"description": "The width of the border around the outline Toolbar.\n",
|
|
67898
68168
|
"commentRange": {
|
|
67899
68169
|
"start": 87,
|
|
67900
68170
|
"end": 88
|
|
67901
68171
|
},
|
|
67902
68172
|
"context": {
|
|
67903
68173
|
"type": "variable",
|
|
67904
|
-
"name": "kendo-toolbar-
|
|
67905
|
-
"value": "
|
|
68174
|
+
"name": "kendo-toolbar-outline-border-width",
|
|
68175
|
+
"value": "$kendo-toolbar-border-width",
|
|
67906
68176
|
"scope": "default",
|
|
67907
68177
|
"line": {
|
|
67908
68178
|
"start": 89,
|
|
@@ -67921,18 +68191,153 @@
|
|
|
67921
68191
|
"resolvedType": "Number"
|
|
67922
68192
|
},
|
|
67923
68193
|
{
|
|
67924
|
-
"description": "The
|
|
68194
|
+
"description": "The text color of the flat Toolbar.\n",
|
|
67925
68195
|
"commentRange": {
|
|
67926
68196
|
"start": 91,
|
|
67927
68197
|
"end": 92
|
|
67928
68198
|
},
|
|
67929
68199
|
"context": {
|
|
67930
68200
|
"type": "variable",
|
|
67931
|
-
"name": "kendo-toolbar-
|
|
67932
|
-
"value": "
|
|
68201
|
+
"name": "kendo-toolbar-flat-text",
|
|
68202
|
+
"value": "null",
|
|
67933
68203
|
"scope": "default",
|
|
67934
68204
|
"line": {
|
|
67935
68205
|
"start": 93,
|
|
68206
|
+
"end": 93
|
|
68207
|
+
}
|
|
68208
|
+
},
|
|
68209
|
+
"group": [
|
|
68210
|
+
"toolbar"
|
|
68211
|
+
],
|
|
68212
|
+
"access": "public",
|
|
68213
|
+
"file": {
|
|
68214
|
+
"path": "bootstrap/scss/toolbar/_variables.scss",
|
|
68215
|
+
"name": "_variables.scss"
|
|
68216
|
+
},
|
|
68217
|
+
"resolvedValue": "null",
|
|
68218
|
+
"resolvedType": "Null"
|
|
68219
|
+
},
|
|
68220
|
+
{
|
|
68221
|
+
"description": "The color of the border around the flat Toolbar.\n",
|
|
68222
|
+
"commentRange": {
|
|
68223
|
+
"start": 94,
|
|
68224
|
+
"end": 95
|
|
68225
|
+
},
|
|
68226
|
+
"context": {
|
|
68227
|
+
"type": "variable",
|
|
68228
|
+
"name": "kendo-toolbar-flat-border",
|
|
68229
|
+
"value": "$kendo-toolbar-border",
|
|
68230
|
+
"scope": "default",
|
|
68231
|
+
"line": {
|
|
68232
|
+
"start": 96,
|
|
68233
|
+
"end": 96
|
|
68234
|
+
}
|
|
68235
|
+
},
|
|
68236
|
+
"group": [
|
|
68237
|
+
"toolbar"
|
|
68238
|
+
],
|
|
68239
|
+
"access": "public",
|
|
68240
|
+
"file": {
|
|
68241
|
+
"path": "bootstrap/scss/toolbar/_variables.scss",
|
|
68242
|
+
"name": "_variables.scss"
|
|
68243
|
+
},
|
|
68244
|
+
"resolvedValue": "var(--kendo-color-border, rgba(33, 37, 41, 0.13))",
|
|
68245
|
+
"resolvedType": "String"
|
|
68246
|
+
},
|
|
68247
|
+
{
|
|
68248
|
+
"description": "The gradient of the flat Toolbar.\n",
|
|
68249
|
+
"commentRange": {
|
|
68250
|
+
"start": 97,
|
|
68251
|
+
"end": 98
|
|
68252
|
+
},
|
|
68253
|
+
"context": {
|
|
68254
|
+
"type": "variable",
|
|
68255
|
+
"name": "kendo-toolbar-flat-gradient",
|
|
68256
|
+
"value": "null",
|
|
68257
|
+
"scope": "default",
|
|
68258
|
+
"line": {
|
|
68259
|
+
"start": 99,
|
|
68260
|
+
"end": 99
|
|
68261
|
+
}
|
|
68262
|
+
},
|
|
68263
|
+
"group": [
|
|
68264
|
+
"toolbar"
|
|
68265
|
+
],
|
|
68266
|
+
"access": "public",
|
|
68267
|
+
"file": {
|
|
68268
|
+
"path": "bootstrap/scss/toolbar/_variables.scss",
|
|
68269
|
+
"name": "_variables.scss"
|
|
68270
|
+
},
|
|
68271
|
+
"resolvedValue": "null",
|
|
68272
|
+
"resolvedType": "Null"
|
|
68273
|
+
},
|
|
68274
|
+
{
|
|
68275
|
+
"description": "The box shadow of the flat Toolbar.\n",
|
|
68276
|
+
"commentRange": {
|
|
68277
|
+
"start": 100,
|
|
68278
|
+
"end": 101
|
|
68279
|
+
},
|
|
68280
|
+
"context": {
|
|
68281
|
+
"type": "variable",
|
|
68282
|
+
"name": "kendo-toolbar-flat-shadow",
|
|
68283
|
+
"value": "null",
|
|
68284
|
+
"scope": "default",
|
|
68285
|
+
"line": {
|
|
68286
|
+
"start": 102,
|
|
68287
|
+
"end": 102
|
|
68288
|
+
}
|
|
68289
|
+
},
|
|
68290
|
+
"group": [
|
|
68291
|
+
"toolbar"
|
|
68292
|
+
],
|
|
68293
|
+
"access": "public",
|
|
68294
|
+
"file": {
|
|
68295
|
+
"path": "bootstrap/scss/toolbar/_variables.scss",
|
|
68296
|
+
"name": "_variables.scss"
|
|
68297
|
+
},
|
|
68298
|
+
"resolvedValue": "null",
|
|
68299
|
+
"resolvedType": "Null"
|
|
68300
|
+
},
|
|
68301
|
+
{
|
|
68302
|
+
"description": "Border width of the flat Toolbar.\n",
|
|
68303
|
+
"commentRange": {
|
|
68304
|
+
"start": 103,
|
|
68305
|
+
"end": 104
|
|
68306
|
+
},
|
|
68307
|
+
"context": {
|
|
68308
|
+
"type": "variable",
|
|
68309
|
+
"name": "kendo-toolbar-flat-border-width",
|
|
68310
|
+
"value": "1px",
|
|
68311
|
+
"scope": "default",
|
|
68312
|
+
"line": {
|
|
68313
|
+
"start": 105,
|
|
68314
|
+
"end": 105
|
|
68315
|
+
}
|
|
68316
|
+
},
|
|
68317
|
+
"group": [
|
|
68318
|
+
"toolbar"
|
|
68319
|
+
],
|
|
68320
|
+
"access": "public",
|
|
68321
|
+
"file": {
|
|
68322
|
+
"path": "bootstrap/scss/toolbar/_variables.scss",
|
|
68323
|
+
"name": "_variables.scss"
|
|
68324
|
+
},
|
|
68325
|
+
"resolvedValue": "1px",
|
|
68326
|
+
"resolvedType": "Number"
|
|
68327
|
+
},
|
|
68328
|
+
{
|
|
68329
|
+
"description": "The color of the separator border of the Toolbar.\n",
|
|
68330
|
+
"commentRange": {
|
|
68331
|
+
"start": 107,
|
|
68332
|
+
"end": 108
|
|
68333
|
+
},
|
|
68334
|
+
"context": {
|
|
68335
|
+
"type": "variable",
|
|
68336
|
+
"name": "kendo-toolbar-separator-border",
|
|
68337
|
+
"value": "inherit",
|
|
68338
|
+
"scope": "default",
|
|
68339
|
+
"line": {
|
|
68340
|
+
"start": 109,
|
|
67936
68341
|
"end": 109
|
|
67937
68342
|
}
|
|
67938
68343
|
},
|
|
@@ -67944,6 +68349,87 @@
|
|
|
67944
68349
|
"path": "bootstrap/scss/toolbar/_variables.scss",
|
|
67945
68350
|
"name": "_variables.scss"
|
|
67946
68351
|
},
|
|
68352
|
+
"resolvedValue": "inherit",
|
|
68353
|
+
"resolvedType": "String"
|
|
68354
|
+
},
|
|
68355
|
+
{
|
|
68356
|
+
"description": "The width of the input in the Toolbar.\n",
|
|
68357
|
+
"commentRange": {
|
|
68358
|
+
"start": 111,
|
|
68359
|
+
"end": 112
|
|
68360
|
+
},
|
|
68361
|
+
"context": {
|
|
68362
|
+
"type": "variable",
|
|
68363
|
+
"name": "kendo-toolbar-input-width",
|
|
68364
|
+
"value": "10em",
|
|
68365
|
+
"scope": "default",
|
|
68366
|
+
"line": {
|
|
68367
|
+
"start": 113,
|
|
68368
|
+
"end": 113
|
|
68369
|
+
}
|
|
68370
|
+
},
|
|
68371
|
+
"group": [
|
|
68372
|
+
"toolbar"
|
|
68373
|
+
],
|
|
68374
|
+
"access": "public",
|
|
68375
|
+
"file": {
|
|
68376
|
+
"path": "bootstrap/scss/toolbar/_variables.scss",
|
|
68377
|
+
"name": "_variables.scss"
|
|
68378
|
+
},
|
|
68379
|
+
"resolvedValue": "10em",
|
|
68380
|
+
"resolvedType": "Number"
|
|
68381
|
+
},
|
|
68382
|
+
{
|
|
68383
|
+
"description": "The box shadow of the focused Toolbar item.\n",
|
|
68384
|
+
"commentRange": {
|
|
68385
|
+
"start": 115,
|
|
68386
|
+
"end": 116
|
|
68387
|
+
},
|
|
68388
|
+
"context": {
|
|
68389
|
+
"type": "variable",
|
|
68390
|
+
"name": "kendo-toolbar-item-shadow",
|
|
68391
|
+
"value": "0 0 0 .25rem if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 25%, transparent), rgba( $kendo-color-primary, .25 ))",
|
|
68392
|
+
"scope": "default",
|
|
68393
|
+
"line": {
|
|
68394
|
+
"start": 117,
|
|
68395
|
+
"end": 117
|
|
68396
|
+
}
|
|
68397
|
+
},
|
|
68398
|
+
"group": [
|
|
68399
|
+
"toolbar"
|
|
68400
|
+
],
|
|
68401
|
+
"access": "public",
|
|
68402
|
+
"file": {
|
|
68403
|
+
"path": "bootstrap/scss/toolbar/_variables.scss",
|
|
68404
|
+
"name": "_variables.scss"
|
|
68405
|
+
},
|
|
68406
|
+
"resolvedValue": "0 0 0 0.25rem color-mix(in srgb, var(--kendo-color-primary, #0d6efd) 25%, transparent)",
|
|
68407
|
+
"resolvedType": "List"
|
|
68408
|
+
},
|
|
68409
|
+
{
|
|
68410
|
+
"description": "The sizes map for the Toolbar.\n",
|
|
68411
|
+
"commentRange": {
|
|
68412
|
+
"start": 119,
|
|
68413
|
+
"end": 120
|
|
68414
|
+
},
|
|
68415
|
+
"context": {
|
|
68416
|
+
"type": "variable",
|
|
68417
|
+
"name": "kendo-toolbar-sizes",
|
|
68418
|
+
"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)",
|
|
68419
|
+
"scope": "default",
|
|
68420
|
+
"line": {
|
|
68421
|
+
"start": 121,
|
|
68422
|
+
"end": 137
|
|
68423
|
+
}
|
|
68424
|
+
},
|
|
68425
|
+
"group": [
|
|
68426
|
+
"toolbar"
|
|
68427
|
+
],
|
|
68428
|
+
"access": "public",
|
|
68429
|
+
"file": {
|
|
68430
|
+
"path": "bootstrap/scss/toolbar/_variables.scss",
|
|
68431
|
+
"name": "_variables.scss"
|
|
68432
|
+
},
|
|
67947
68433
|
"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)))",
|
|
67948
68434
|
"resolvedType": "Map",
|
|
67949
68435
|
"prettyValue": {
|
|
@@ -109831,14 +110317,14 @@
|
|
|
109831
110317
|
"resolvedType": "Null"
|
|
109832
110318
|
},
|
|
109833
110319
|
{
|
|
109834
|
-
"description": "The color of the '
|
|
110320
|
+
"description": "The color of the 'Option Label' text.\n",
|
|
109835
110321
|
"commentRange": {
|
|
109836
110322
|
"start": 245,
|
|
109837
110323
|
"end": 246
|
|
109838
110324
|
},
|
|
109839
110325
|
"context": {
|
|
109840
110326
|
"type": "variable",
|
|
109841
|
-
"name": "kendo-list-
|
|
110327
|
+
"name": "kendo-list-option-label-text",
|
|
109842
110328
|
"value": "$kendo-subtle-text",
|
|
109843
110329
|
"scope": "default",
|
|
109844
110330
|
"line": {
|
|
@@ -109856,33 +110342,6 @@
|
|
|
109856
110342
|
},
|
|
109857
110343
|
"resolvedValue": "var(--kendo-color-subtle, #596169)",
|
|
109858
110344
|
"resolvedType": "String"
|
|
109859
|
-
},
|
|
109860
|
-
{
|
|
109861
|
-
"description": "The color of the 'Option Label' text.\n",
|
|
109862
|
-
"commentRange": {
|
|
109863
|
-
"start": 249,
|
|
109864
|
-
"end": 250
|
|
109865
|
-
},
|
|
109866
|
-
"context": {
|
|
109867
|
-
"type": "variable",
|
|
109868
|
-
"name": "kendo-list-option-label-text",
|
|
109869
|
-
"value": "$kendo-subtle-text",
|
|
109870
|
-
"scope": "default",
|
|
109871
|
-
"line": {
|
|
109872
|
-
"start": 251,
|
|
109873
|
-
"end": 251
|
|
109874
|
-
}
|
|
109875
|
-
},
|
|
109876
|
-
"group": [
|
|
109877
|
-
"list"
|
|
109878
|
-
],
|
|
109879
|
-
"access": "public",
|
|
109880
|
-
"file": {
|
|
109881
|
-
"path": "bootstrap/scss/list/_variables.scss",
|
|
109882
|
-
"name": "_variables.scss"
|
|
109883
|
-
},
|
|
109884
|
-
"resolvedValue": "var(--kendo-color-subtle, #596169)",
|
|
109885
|
-
"resolvedType": "String"
|
|
109886
110345
|
}
|
|
109887
110346
|
]
|
|
109888
110347
|
},
|
|
@@ -114605,6 +115064,66 @@
|
|
|
114605
115064
|
}
|
|
114606
115065
|
]
|
|
114607
115066
|
},
|
|
115067
|
+
{
|
|
115068
|
+
"id": "no-data",
|
|
115069
|
+
"title": "NoData",
|
|
115070
|
+
"variables": [
|
|
115071
|
+
{
|
|
115072
|
+
"description": "The minimum height of the 'No Data' text container.\n",
|
|
115073
|
+
"commentRange": {
|
|
115074
|
+
"start": 1,
|
|
115075
|
+
"end": 2
|
|
115076
|
+
},
|
|
115077
|
+
"context": {
|
|
115078
|
+
"type": "variable",
|
|
115079
|
+
"name": "kendo-no-data-min-height",
|
|
115080
|
+
"value": "140px",
|
|
115081
|
+
"scope": "default",
|
|
115082
|
+
"line": {
|
|
115083
|
+
"start": 3,
|
|
115084
|
+
"end": 3
|
|
115085
|
+
}
|
|
115086
|
+
},
|
|
115087
|
+
"group": [
|
|
115088
|
+
"no-data"
|
|
115089
|
+
],
|
|
115090
|
+
"access": "public",
|
|
115091
|
+
"file": {
|
|
115092
|
+
"path": "bootstrap/scss/no-data/_variables.scss",
|
|
115093
|
+
"name": "_variables.scss"
|
|
115094
|
+
},
|
|
115095
|
+
"resolvedValue": "140px",
|
|
115096
|
+
"resolvedType": "Number"
|
|
115097
|
+
},
|
|
115098
|
+
{
|
|
115099
|
+
"description": "The color of the 'No Data' text.\n",
|
|
115100
|
+
"commentRange": {
|
|
115101
|
+
"start": 5,
|
|
115102
|
+
"end": 6
|
|
115103
|
+
},
|
|
115104
|
+
"context": {
|
|
115105
|
+
"type": "variable",
|
|
115106
|
+
"name": "kendo-no-data-text",
|
|
115107
|
+
"value": "$kendo-subtle-text",
|
|
115108
|
+
"scope": "default",
|
|
115109
|
+
"line": {
|
|
115110
|
+
"start": 7,
|
|
115111
|
+
"end": 7
|
|
115112
|
+
}
|
|
115113
|
+
},
|
|
115114
|
+
"group": [
|
|
115115
|
+
"no-data"
|
|
115116
|
+
],
|
|
115117
|
+
"access": "public",
|
|
115118
|
+
"file": {
|
|
115119
|
+
"path": "bootstrap/scss/no-data/_variables.scss",
|
|
115120
|
+
"name": "_variables.scss"
|
|
115121
|
+
},
|
|
115122
|
+
"resolvedValue": "var(--kendo-color-subtle, #596169)",
|
|
115123
|
+
"resolvedType": "String"
|
|
115124
|
+
}
|
|
115125
|
+
]
|
|
115126
|
+
},
|
|
114608
115127
|
{
|
|
114609
115128
|
"id": "notification",
|
|
114610
115129
|
"title": "Notification",
|
|
@@ -116254,7 +116773,7 @@
|
|
|
116254
116773
|
"context": {
|
|
116255
116774
|
"type": "variable",
|
|
116256
116775
|
"name": "kendo-orgchart-line-v-height",
|
|
116257
|
-
"value": "
|
|
116776
|
+
"value": "k-spacing(6)",
|
|
116258
116777
|
"scope": "default",
|
|
116259
116778
|
"line": {
|
|
116260
116779
|
"start": 148,
|
|
@@ -116269,8 +116788,8 @@
|
|
|
116269
116788
|
"path": "bootstrap/scss/orgchart/_variables.scss",
|
|
116270
116789
|
"name": "_variables.scss"
|
|
116271
116790
|
},
|
|
116272
|
-
"resolvedValue": "
|
|
116273
|
-
"resolvedType": "
|
|
116791
|
+
"resolvedValue": "var(--kendo-spacing-6, 1.5rem)",
|
|
116792
|
+
"resolvedType": "String"
|
|
116274
116793
|
}
|
|
116275
116794
|
]
|
|
116276
116795
|
},
|
|
@@ -117168,6 +117687,195 @@
|
|
|
117168
117687
|
},
|
|
117169
117688
|
"resolvedValue": "var(--kendo-color-subtle, #596169)",
|
|
117170
117689
|
"resolvedType": "String"
|
|
117690
|
+
},
|
|
117691
|
+
{
|
|
117692
|
+
"description": "The vertical padding of the PDFViewer popup.\n",
|
|
117693
|
+
"commentRange": {
|
|
117694
|
+
"start": 112,
|
|
117695
|
+
"end": 113
|
|
117696
|
+
},
|
|
117697
|
+
"context": {
|
|
117698
|
+
"type": "variable",
|
|
117699
|
+
"name": "kendo-pdf-viewer-popup-padding-x",
|
|
117700
|
+
"value": "k-spacing(2)",
|
|
117701
|
+
"scope": "default",
|
|
117702
|
+
"line": {
|
|
117703
|
+
"start": 114,
|
|
117704
|
+
"end": 114
|
|
117705
|
+
}
|
|
117706
|
+
},
|
|
117707
|
+
"group": [
|
|
117708
|
+
"pdf-viewer"
|
|
117709
|
+
],
|
|
117710
|
+
"access": "public",
|
|
117711
|
+
"file": {
|
|
117712
|
+
"path": "bootstrap/scss/pdf-viewer/_variables.scss",
|
|
117713
|
+
"name": "_variables.scss"
|
|
117714
|
+
},
|
|
117715
|
+
"resolvedValue": "var(--kendo-spacing-2, 0.5rem)",
|
|
117716
|
+
"resolvedType": "String"
|
|
117717
|
+
},
|
|
117718
|
+
{
|
|
117719
|
+
"description": "The horizontal padding of the PDFViewer popup.\n",
|
|
117720
|
+
"commentRange": {
|
|
117721
|
+
"start": 115,
|
|
117722
|
+
"end": 116
|
|
117723
|
+
},
|
|
117724
|
+
"context": {
|
|
117725
|
+
"type": "variable",
|
|
117726
|
+
"name": "kendo-pdf-viewer-popup-padding-y",
|
|
117727
|
+
"value": "$kendo-pdf-viewer-popup-padding-x",
|
|
117728
|
+
"scope": "default",
|
|
117729
|
+
"line": {
|
|
117730
|
+
"start": 117,
|
|
117731
|
+
"end": 117
|
|
117732
|
+
}
|
|
117733
|
+
},
|
|
117734
|
+
"group": [
|
|
117735
|
+
"pdf-viewer"
|
|
117736
|
+
],
|
|
117737
|
+
"access": "public",
|
|
117738
|
+
"file": {
|
|
117739
|
+
"path": "bootstrap/scss/pdf-viewer/_variables.scss",
|
|
117740
|
+
"name": "_variables.scss"
|
|
117741
|
+
},
|
|
117742
|
+
"resolvedValue": "var(--kendo-spacing-2, 0.5rem)",
|
|
117743
|
+
"resolvedType": "String"
|
|
117744
|
+
},
|
|
117745
|
+
{
|
|
117746
|
+
"description": "The border color of the PDFViewer selected highlight annotation.\n",
|
|
117747
|
+
"commentRange": {
|
|
117748
|
+
"start": 119,
|
|
117749
|
+
"end": 120
|
|
117750
|
+
},
|
|
117751
|
+
"context": {
|
|
117752
|
+
"type": "variable",
|
|
117753
|
+
"name": "kendo-pdf-viewer-highlight-annotation-border",
|
|
117754
|
+
"value": "if($kendo-enable-color-system, k-color(primary), $kendo-color-primary)",
|
|
117755
|
+
"scope": "default",
|
|
117756
|
+
"line": {
|
|
117757
|
+
"start": 121,
|
|
117758
|
+
"end": 121
|
|
117759
|
+
}
|
|
117760
|
+
},
|
|
117761
|
+
"group": [
|
|
117762
|
+
"pdf-viewer"
|
|
117763
|
+
],
|
|
117764
|
+
"access": "public",
|
|
117765
|
+
"file": {
|
|
117766
|
+
"path": "bootstrap/scss/pdf-viewer/_variables.scss",
|
|
117767
|
+
"name": "_variables.scss"
|
|
117768
|
+
},
|
|
117769
|
+
"resolvedValue": "var(--kendo-color-primary, #0d6efd)",
|
|
117770
|
+
"resolvedType": "String"
|
|
117771
|
+
},
|
|
117772
|
+
{
|
|
117773
|
+
"description": "The background color of the PDFViewer hover highlight annotation.\n",
|
|
117774
|
+
"commentRange": {
|
|
117775
|
+
"start": 122,
|
|
117776
|
+
"end": 123
|
|
117777
|
+
},
|
|
117778
|
+
"context": {
|
|
117779
|
+
"type": "variable",
|
|
117780
|
+
"name": "kendo-pdf-viewer-highlight-annotation-hover-border",
|
|
117781
|
+
"value": "if($kendo-enable-color-system, k-color( primary-hover ), $kendo-color-primary-darker)",
|
|
117782
|
+
"scope": "default",
|
|
117783
|
+
"line": {
|
|
117784
|
+
"start": 124,
|
|
117785
|
+
"end": 124
|
|
117786
|
+
}
|
|
117787
|
+
},
|
|
117788
|
+
"group": [
|
|
117789
|
+
"pdf-viewer"
|
|
117790
|
+
],
|
|
117791
|
+
"access": "public",
|
|
117792
|
+
"file": {
|
|
117793
|
+
"path": "bootstrap/scss/pdf-viewer/_variables.scss",
|
|
117794
|
+
"name": "_variables.scss"
|
|
117795
|
+
},
|
|
117796
|
+
"resolvedValue": "var(--kendo-color-primary-hover, #0c64e4)",
|
|
117797
|
+
"resolvedType": "String"
|
|
117798
|
+
},
|
|
117799
|
+
{
|
|
117800
|
+
"description": "The border color of the PDFViewer selected free text annotation.\n",
|
|
117801
|
+
"commentRange": {
|
|
117802
|
+
"start": 125,
|
|
117803
|
+
"end": 126
|
|
117804
|
+
},
|
|
117805
|
+
"context": {
|
|
117806
|
+
"type": "variable",
|
|
117807
|
+
"name": "kendo-pdf-viewer-free-text-annotation-border",
|
|
117808
|
+
"value": "if($kendo-enable-color-system, k-color(primary), $kendo-color-primary)",
|
|
117809
|
+
"scope": "default",
|
|
117810
|
+
"line": {
|
|
117811
|
+
"start": 127,
|
|
117812
|
+
"end": 127
|
|
117813
|
+
}
|
|
117814
|
+
},
|
|
117815
|
+
"group": [
|
|
117816
|
+
"pdf-viewer"
|
|
117817
|
+
],
|
|
117818
|
+
"access": "public",
|
|
117819
|
+
"file": {
|
|
117820
|
+
"path": "bootstrap/scss/pdf-viewer/_variables.scss",
|
|
117821
|
+
"name": "_variables.scss"
|
|
117822
|
+
},
|
|
117823
|
+
"resolvedValue": "var(--kendo-color-primary, #0d6efd)",
|
|
117824
|
+
"resolvedType": "String"
|
|
117825
|
+
},
|
|
117826
|
+
{
|
|
117827
|
+
"description": "The placeholder text color of the PDFViewer free text annotation.\n",
|
|
117828
|
+
"commentRange": {
|
|
117829
|
+
"start": 128,
|
|
117830
|
+
"end": 129
|
|
117831
|
+
},
|
|
117832
|
+
"context": {
|
|
117833
|
+
"type": "variable",
|
|
117834
|
+
"name": "kendo-pdf-viewer-free-text-annotation-placeholder-text",
|
|
117835
|
+
"value": "rgba(124, 22, 27, 0.5)",
|
|
117836
|
+
"scope": "default",
|
|
117837
|
+
"line": {
|
|
117838
|
+
"start": 130,
|
|
117839
|
+
"end": 130
|
|
117840
|
+
}
|
|
117841
|
+
},
|
|
117842
|
+
"group": [
|
|
117843
|
+
"pdf-viewer"
|
|
117844
|
+
],
|
|
117845
|
+
"access": "public",
|
|
117846
|
+
"file": {
|
|
117847
|
+
"path": "bootstrap/scss/pdf-viewer/_variables.scss",
|
|
117848
|
+
"name": "_variables.scss"
|
|
117849
|
+
},
|
|
117850
|
+
"resolvedValue": "rgba(124, 22, 27, 0.5)",
|
|
117851
|
+
"resolvedType": "Color"
|
|
117852
|
+
},
|
|
117853
|
+
{
|
|
117854
|
+
"description": "The text color of the PDFViewer free text annotation.\n",
|
|
117855
|
+
"commentRange": {
|
|
117856
|
+
"start": 131,
|
|
117857
|
+
"end": 132
|
|
117858
|
+
},
|
|
117859
|
+
"context": {
|
|
117860
|
+
"type": "variable",
|
|
117861
|
+
"name": "kendo-pdf-viewer-free-text-annotation-text",
|
|
117862
|
+
"value": "rgba(124, 22, 27, 0.7)",
|
|
117863
|
+
"scope": "default",
|
|
117864
|
+
"line": {
|
|
117865
|
+
"start": 133,
|
|
117866
|
+
"end": 133
|
|
117867
|
+
}
|
|
117868
|
+
},
|
|
117869
|
+
"group": [
|
|
117870
|
+
"pdf-viewer"
|
|
117871
|
+
],
|
|
117872
|
+
"access": "public",
|
|
117873
|
+
"file": {
|
|
117874
|
+
"path": "bootstrap/scss/pdf-viewer/_variables.scss",
|
|
117875
|
+
"name": "_variables.scss"
|
|
117876
|
+
},
|
|
117877
|
+
"resolvedValue": "rgba(124, 22, 27, 0.7)",
|
|
117878
|
+
"resolvedType": "Color"
|
|
117171
117879
|
}
|
|
117172
117880
|
]
|
|
117173
117881
|
},
|
|
@@ -132770,7 +133478,7 @@
|
|
|
132770
133478
|
"context": {
|
|
132771
133479
|
"type": "variable",
|
|
132772
133480
|
"name": "kendo-splitter-drag-icon-margin",
|
|
132773
|
-
"value": "
|
|
133481
|
+
"value": "k-spacing(2)",
|
|
132774
133482
|
"scope": "default",
|
|
132775
133483
|
"line": {
|
|
132776
133484
|
"start": 37,
|
|
@@ -132785,8 +133493,8 @@
|
|
|
132785
133493
|
"path": "bootstrap/scss/splitter/_variables.scss",
|
|
132786
133494
|
"name": "_variables.scss"
|
|
132787
133495
|
},
|
|
132788
|
-
"resolvedValue": "
|
|
132789
|
-
"resolvedType": "
|
|
133496
|
+
"resolvedValue": "var(--kendo-spacing-2, 0.5rem)",
|
|
133497
|
+
"resolvedType": "String"
|
|
132790
133498
|
},
|
|
132791
133499
|
{
|
|
132792
133500
|
"description": "The horizontal padding of the collapse icon in the Splitter.\n",
|
|
@@ -135339,15 +136047,15 @@
|
|
|
135339
136047
|
"resolvedType": "Calculation"
|
|
135340
136048
|
},
|
|
135341
136049
|
{
|
|
135342
|
-
"description": "The
|
|
136050
|
+
"description": "The border radius of the Stepper label.\n",
|
|
135343
136051
|
"commentRange": {
|
|
135344
136052
|
"start": 24,
|
|
135345
136053
|
"end": 25
|
|
135346
136054
|
},
|
|
135347
136055
|
"context": {
|
|
135348
136056
|
"type": "variable",
|
|
135349
|
-
"name": "kendo-stepper-border-
|
|
135350
|
-
"value": "
|
|
136057
|
+
"name": "kendo-stepper-label-border-radius",
|
|
136058
|
+
"value": "k-border-radius(xxl)",
|
|
135351
136059
|
"scope": "default",
|
|
135352
136060
|
"line": {
|
|
135353
136061
|
"start": 26,
|
|
@@ -135362,14 +136070,41 @@
|
|
|
135362
136070
|
"path": "bootstrap/scss/stepper/_variables.scss",
|
|
135363
136071
|
"name": "_variables.scss"
|
|
135364
136072
|
},
|
|
136073
|
+
"resolvedValue": "var(--kendo-border-radius-xxl, 1rem)",
|
|
136074
|
+
"resolvedType": "String"
|
|
136075
|
+
},
|
|
136076
|
+
{
|
|
136077
|
+
"description": "The width of the border around the Stepper.\n",
|
|
136078
|
+
"commentRange": {
|
|
136079
|
+
"start": 27,
|
|
136080
|
+
"end": 28
|
|
136081
|
+
},
|
|
136082
|
+
"context": {
|
|
136083
|
+
"type": "variable",
|
|
136084
|
+
"name": "kendo-stepper-border-width",
|
|
136085
|
+
"value": "0px",
|
|
136086
|
+
"scope": "default",
|
|
136087
|
+
"line": {
|
|
136088
|
+
"start": 29,
|
|
136089
|
+
"end": 29
|
|
136090
|
+
}
|
|
136091
|
+
},
|
|
136092
|
+
"group": [
|
|
136093
|
+
"stepper"
|
|
136094
|
+
],
|
|
136095
|
+
"access": "public",
|
|
136096
|
+
"file": {
|
|
136097
|
+
"path": "bootstrap/scss/stepper/_variables.scss",
|
|
136098
|
+
"name": "_variables.scss"
|
|
136099
|
+
},
|
|
135365
136100
|
"resolvedValue": "0px",
|
|
135366
136101
|
"resolvedType": "Number"
|
|
135367
136102
|
},
|
|
135368
136103
|
{
|
|
135369
136104
|
"description": "The horizontal padding of the Stepper content.\n",
|
|
135370
136105
|
"commentRange": {
|
|
135371
|
-
"start":
|
|
135372
|
-
"end":
|
|
136106
|
+
"start": 31,
|
|
136107
|
+
"end": 32
|
|
135373
136108
|
},
|
|
135374
136109
|
"context": {
|
|
135375
136110
|
"type": "variable",
|
|
@@ -135377,8 +136112,8 @@
|
|
|
135377
136112
|
"value": "k-spacing(5)",
|
|
135378
136113
|
"scope": "default",
|
|
135379
136114
|
"line": {
|
|
135380
|
-
"start":
|
|
135381
|
-
"end":
|
|
136115
|
+
"start": 33,
|
|
136116
|
+
"end": 33
|
|
135382
136117
|
}
|
|
135383
136118
|
},
|
|
135384
136119
|
"group": [
|
|
@@ -135395,8 +136130,8 @@
|
|
|
135395
136130
|
{
|
|
135396
136131
|
"description": "The vertical padding of the Stepper content.\n",
|
|
135397
136132
|
"commentRange": {
|
|
135398
|
-
"start":
|
|
135399
|
-
"end":
|
|
136133
|
+
"start": 34,
|
|
136134
|
+
"end": 35
|
|
135400
136135
|
},
|
|
135401
136136
|
"context": {
|
|
135402
136137
|
"type": "variable",
|
|
@@ -135404,8 +136139,8 @@
|
|
|
135404
136139
|
"value": "k-spacing(2.5)",
|
|
135405
136140
|
"scope": "default",
|
|
135406
136141
|
"line": {
|
|
135407
|
-
"start":
|
|
135408
|
-
"end":
|
|
136142
|
+
"start": 36,
|
|
136143
|
+
"end": 36
|
|
135409
136144
|
}
|
|
135410
136145
|
},
|
|
135411
136146
|
"group": [
|
|
@@ -135422,8 +136157,8 @@
|
|
|
135422
136157
|
{
|
|
135423
136158
|
"description": "",
|
|
135424
136159
|
"commentRange": {
|
|
135425
|
-
"start":
|
|
135426
|
-
"end":
|
|
136160
|
+
"start": 39,
|
|
136161
|
+
"end": 39
|
|
135427
136162
|
},
|
|
135428
136163
|
"context": {
|
|
135429
136164
|
"type": "variable",
|
|
@@ -135431,8 +136166,8 @@
|
|
|
135431
136166
|
"value": "var( --kendo-font-size, inherit )",
|
|
135432
136167
|
"scope": "default",
|
|
135433
136168
|
"line": {
|
|
135434
|
-
"start":
|
|
135435
|
-
"end":
|
|
136169
|
+
"start": 40,
|
|
136170
|
+
"end": 40
|
|
135436
136171
|
}
|
|
135437
136172
|
},
|
|
135438
136173
|
"group": [
|
|
@@ -135449,8 +136184,8 @@
|
|
|
135449
136184
|
{
|
|
135450
136185
|
"description": "",
|
|
135451
136186
|
"commentRange": {
|
|
135452
|
-
"start":
|
|
135453
|
-
"end":
|
|
136187
|
+
"start": 42,
|
|
136188
|
+
"end": 42
|
|
135454
136189
|
},
|
|
135455
136190
|
"context": {
|
|
135456
136191
|
"type": "variable",
|
|
@@ -135458,8 +136193,8 @@
|
|
|
135458
136193
|
"value": "var( --kendo-line-height, normal )",
|
|
135459
136194
|
"scope": "default",
|
|
135460
136195
|
"line": {
|
|
135461
|
-
"start":
|
|
135462
|
-
"end":
|
|
136196
|
+
"start": 43,
|
|
136197
|
+
"end": 43
|
|
135463
136198
|
}
|
|
135464
136199
|
},
|
|
135465
136200
|
"group": [
|
|
@@ -135476,8 +136211,8 @@
|
|
|
135476
136211
|
{
|
|
135477
136212
|
"description": "",
|
|
135478
136213
|
"commentRange": {
|
|
135479
|
-
"start":
|
|
135480
|
-
"end":
|
|
136214
|
+
"start": 45,
|
|
136215
|
+
"end": 45
|
|
135481
136216
|
},
|
|
135482
136217
|
"context": {
|
|
135483
136218
|
"type": "variable",
|
|
@@ -135485,8 +136220,8 @@
|
|
|
135485
136220
|
"value": "var( --kendo-font-family, inherit )",
|
|
135486
136221
|
"scope": "default",
|
|
135487
136222
|
"line": {
|
|
135488
|
-
"start":
|
|
135489
|
-
"end":
|
|
136223
|
+
"start": 46,
|
|
136224
|
+
"end": 46
|
|
135490
136225
|
}
|
|
135491
136226
|
},
|
|
135492
136227
|
"group": [
|
|
@@ -135503,8 +136238,8 @@
|
|
|
135503
136238
|
{
|
|
135504
136239
|
"description": "The background color of the Stepper.\n",
|
|
135505
136240
|
"commentRange": {
|
|
135506
|
-
"start":
|
|
135507
|
-
"end":
|
|
136241
|
+
"start": 48,
|
|
136242
|
+
"end": 49
|
|
135508
136243
|
},
|
|
135509
136244
|
"context": {
|
|
135510
136245
|
"type": "variable",
|
|
@@ -135512,8 +136247,8 @@
|
|
|
135512
136247
|
"value": "null",
|
|
135513
136248
|
"scope": "default",
|
|
135514
136249
|
"line": {
|
|
135515
|
-
"start":
|
|
135516
|
-
"end":
|
|
136250
|
+
"start": 50,
|
|
136251
|
+
"end": 50
|
|
135517
136252
|
}
|
|
135518
136253
|
},
|
|
135519
136254
|
"group": [
|
|
@@ -135530,8 +136265,8 @@
|
|
|
135530
136265
|
{
|
|
135531
136266
|
"description": "The text color of the Stepper.\n",
|
|
135532
136267
|
"commentRange": {
|
|
135533
|
-
"start":
|
|
135534
|
-
"end":
|
|
136268
|
+
"start": 51,
|
|
136269
|
+
"end": 52
|
|
135535
136270
|
},
|
|
135536
136271
|
"context": {
|
|
135537
136272
|
"type": "variable",
|
|
@@ -135539,8 +136274,8 @@
|
|
|
135539
136274
|
"value": "$kendo-component-text",
|
|
135540
136275
|
"scope": "default",
|
|
135541
136276
|
"line": {
|
|
135542
|
-
"start":
|
|
135543
|
-
"end":
|
|
136277
|
+
"start": 53,
|
|
136278
|
+
"end": 53
|
|
135544
136279
|
}
|
|
135545
136280
|
},
|
|
135546
136281
|
"group": [
|
|
@@ -135557,8 +136292,8 @@
|
|
|
135557
136292
|
{
|
|
135558
136293
|
"description": "The border color of the Stepper.\n",
|
|
135559
136294
|
"commentRange": {
|
|
135560
|
-
"start":
|
|
135561
|
-
"end":
|
|
136295
|
+
"start": 54,
|
|
136296
|
+
"end": 55
|
|
135562
136297
|
},
|
|
135563
136298
|
"context": {
|
|
135564
136299
|
"type": "variable",
|
|
@@ -135566,8 +136301,8 @@
|
|
|
135566
136301
|
"value": "null",
|
|
135567
136302
|
"scope": "default",
|
|
135568
136303
|
"line": {
|
|
135569
|
-
"start":
|
|
135570
|
-
"end":
|
|
136304
|
+
"start": 56,
|
|
136305
|
+
"end": 56
|
|
135571
136306
|
}
|
|
135572
136307
|
},
|
|
135573
136308
|
"group": [
|
|
@@ -135584,8 +136319,8 @@
|
|
|
135584
136319
|
{
|
|
135585
136320
|
"description": "The width of the Stepper indicator.\n",
|
|
135586
136321
|
"commentRange": {
|
|
135587
|
-
"start":
|
|
135588
|
-
"end":
|
|
136322
|
+
"start": 58,
|
|
136323
|
+
"end": 59
|
|
135589
136324
|
},
|
|
135590
136325
|
"context": {
|
|
135591
136326
|
"type": "variable",
|
|
@@ -135593,8 +136328,8 @@
|
|
|
135593
136328
|
"value": "28px",
|
|
135594
136329
|
"scope": "default",
|
|
135595
136330
|
"line": {
|
|
135596
|
-
"start":
|
|
135597
|
-
"end":
|
|
136331
|
+
"start": 60,
|
|
136332
|
+
"end": 60
|
|
135598
136333
|
}
|
|
135599
136334
|
},
|
|
135600
136335
|
"group": [
|
|
@@ -135611,8 +136346,8 @@
|
|
|
135611
136346
|
{
|
|
135612
136347
|
"description": "The height of the Stepper indicator.\n",
|
|
135613
136348
|
"commentRange": {
|
|
135614
|
-
"start":
|
|
135615
|
-
"end":
|
|
136349
|
+
"start": 61,
|
|
136350
|
+
"end": 62
|
|
135616
136351
|
},
|
|
135617
136352
|
"context": {
|
|
135618
136353
|
"type": "variable",
|
|
@@ -135620,8 +136355,8 @@
|
|
|
135620
136355
|
"value": "$kendo-stepper-indicator-width",
|
|
135621
136356
|
"scope": "default",
|
|
135622
136357
|
"line": {
|
|
135623
|
-
"start":
|
|
135624
|
-
"end":
|
|
136358
|
+
"start": 63,
|
|
136359
|
+
"end": 63
|
|
135625
136360
|
}
|
|
135626
136361
|
},
|
|
135627
136362
|
"group": [
|
|
@@ -135638,8 +136373,8 @@
|
|
|
135638
136373
|
{
|
|
135639
136374
|
"description": "The border radius of the Stepper indicator.\n",
|
|
135640
136375
|
"commentRange": {
|
|
135641
|
-
"start":
|
|
135642
|
-
"end":
|
|
136376
|
+
"start": 64,
|
|
136377
|
+
"end": 65
|
|
135643
136378
|
},
|
|
135644
136379
|
"context": {
|
|
135645
136380
|
"type": "variable",
|
|
@@ -135647,8 +136382,8 @@
|
|
|
135647
136382
|
"value": "50%",
|
|
135648
136383
|
"scope": "default",
|
|
135649
136384
|
"line": {
|
|
135650
|
-
"start":
|
|
135651
|
-
"end":
|
|
136385
|
+
"start": 66,
|
|
136386
|
+
"end": 66
|
|
135652
136387
|
}
|
|
135653
136388
|
},
|
|
135654
136389
|
"group": [
|
|
@@ -135665,8 +136400,8 @@
|
|
|
135665
136400
|
{
|
|
135666
136401
|
"description": "The border width of the Stepper indicator.\n",
|
|
135667
136402
|
"commentRange": {
|
|
135668
|
-
"start":
|
|
135669
|
-
"end":
|
|
136403
|
+
"start": 67,
|
|
136404
|
+
"end": 68
|
|
135670
136405
|
},
|
|
135671
136406
|
"context": {
|
|
135672
136407
|
"type": "variable",
|
|
@@ -135674,8 +136409,8 @@
|
|
|
135674
136409
|
"value": "1px",
|
|
135675
136410
|
"scope": "default",
|
|
135676
136411
|
"line": {
|
|
135677
|
-
"start":
|
|
135678
|
-
"end":
|
|
136412
|
+
"start": 69,
|
|
136413
|
+
"end": 69
|
|
135679
136414
|
}
|
|
135680
136415
|
},
|
|
135681
136416
|
"group": [
|
|
@@ -135692,8 +136427,8 @@
|
|
|
135692
136427
|
{
|
|
135693
136428
|
"description": "The border width of the focused Stepper indicator.\n",
|
|
135694
136429
|
"commentRange": {
|
|
135695
|
-
"start":
|
|
135696
|
-
"end":
|
|
136430
|
+
"start": 71,
|
|
136431
|
+
"end": 72
|
|
135697
136432
|
},
|
|
135698
136433
|
"context": {
|
|
135699
136434
|
"type": "variable",
|
|
@@ -135701,8 +136436,8 @@
|
|
|
135701
136436
|
"value": "1px",
|
|
135702
136437
|
"scope": "default",
|
|
135703
136438
|
"line": {
|
|
135704
|
-
"start":
|
|
135705
|
-
"end":
|
|
136439
|
+
"start": 73,
|
|
136440
|
+
"end": 73
|
|
135706
136441
|
}
|
|
135707
136442
|
},
|
|
135708
136443
|
"group": [
|
|
@@ -135719,8 +136454,8 @@
|
|
|
135719
136454
|
{
|
|
135720
136455
|
"description": "The size of the focused Stepper indicator.\n",
|
|
135721
136456
|
"commentRange": {
|
|
135722
|
-
"start":
|
|
135723
|
-
"end":
|
|
136457
|
+
"start": 74,
|
|
136458
|
+
"end": 75
|
|
135724
136459
|
},
|
|
135725
136460
|
"context": {
|
|
135726
136461
|
"type": "variable",
|
|
@@ -135728,8 +136463,8 @@
|
|
|
135728
136463
|
"value": "2px",
|
|
135729
136464
|
"scope": "default",
|
|
135730
136465
|
"line": {
|
|
135731
|
-
"start":
|
|
135732
|
-
"end":
|
|
136466
|
+
"start": 76,
|
|
136467
|
+
"end": 76
|
|
135733
136468
|
}
|
|
135734
136469
|
},
|
|
135735
136470
|
"group": [
|
|
@@ -135746,8 +136481,8 @@
|
|
|
135746
136481
|
{
|
|
135747
136482
|
"description": "The offset of the Stepper's focused indicator.\n",
|
|
135748
136483
|
"commentRange": {
|
|
135749
|
-
"start":
|
|
135750
|
-
"end":
|
|
136484
|
+
"start": 77,
|
|
136485
|
+
"end": 78
|
|
135751
136486
|
},
|
|
135752
136487
|
"context": {
|
|
135753
136488
|
"type": "variable",
|
|
@@ -135755,8 +136490,8 @@
|
|
|
135755
136490
|
"value": "3px",
|
|
135756
136491
|
"scope": "default",
|
|
135757
136492
|
"line": {
|
|
135758
|
-
"start":
|
|
135759
|
-
"end":
|
|
136493
|
+
"start": 79,
|
|
136494
|
+
"end": 79
|
|
135760
136495
|
}
|
|
135761
136496
|
},
|
|
135762
136497
|
"group": [
|
|
@@ -135773,8 +136508,8 @@
|
|
|
135773
136508
|
{
|
|
135774
136509
|
"description": "The calculated offset of the Stepper's focused indicator.\n",
|
|
135775
136510
|
"commentRange": {
|
|
135776
|
-
"start":
|
|
135777
|
-
"end":
|
|
136511
|
+
"start": 80,
|
|
136512
|
+
"end": 81
|
|
135778
136513
|
},
|
|
135779
136514
|
"context": {
|
|
135780
136515
|
"type": "variable",
|
|
@@ -135782,8 +136517,8 @@
|
|
|
135782
136517
|
"value": "calc( #{$kendo-stepper-indicator-focus-border-width} + #{$kendo-stepper-indicator-focus-offset} )",
|
|
135783
136518
|
"scope": "default",
|
|
135784
136519
|
"line": {
|
|
135785
|
-
"start":
|
|
135786
|
-
"end":
|
|
136520
|
+
"start": 82,
|
|
136521
|
+
"end": 82
|
|
135787
136522
|
}
|
|
135788
136523
|
},
|
|
135789
136524
|
"group": [
|
|
@@ -135800,8 +136535,8 @@
|
|
|
135800
136535
|
{
|
|
135801
136536
|
"description": "The background color of the Stepper indicator.\n",
|
|
135802
136537
|
"commentRange": {
|
|
135803
|
-
"start":
|
|
135804
|
-
"end":
|
|
136538
|
+
"start": 84,
|
|
136539
|
+
"end": 85
|
|
135805
136540
|
},
|
|
135806
136541
|
"context": {
|
|
135807
136542
|
"type": "variable",
|
|
@@ -135809,8 +136544,8 @@
|
|
|
135809
136544
|
"value": "$kendo-component-bg",
|
|
135810
136545
|
"scope": "default",
|
|
135811
136546
|
"line": {
|
|
135812
|
-
"start":
|
|
135813
|
-
"end":
|
|
136547
|
+
"start": 86,
|
|
136548
|
+
"end": 86
|
|
135814
136549
|
}
|
|
135815
136550
|
},
|
|
135816
136551
|
"group": [
|
|
@@ -135827,8 +136562,8 @@
|
|
|
135827
136562
|
{
|
|
135828
136563
|
"description": "The text color of the Stepper indicator.\n",
|
|
135829
136564
|
"commentRange": {
|
|
135830
|
-
"start":
|
|
135831
|
-
"end":
|
|
136565
|
+
"start": 87,
|
|
136566
|
+
"end": 88
|
|
135832
136567
|
},
|
|
135833
136568
|
"context": {
|
|
135834
136569
|
"type": "variable",
|
|
@@ -135836,8 +136571,8 @@
|
|
|
135836
136571
|
"value": "$kendo-component-text",
|
|
135837
136572
|
"scope": "default",
|
|
135838
136573
|
"line": {
|
|
135839
|
-
"start":
|
|
135840
|
-
"end":
|
|
136574
|
+
"start": 89,
|
|
136575
|
+
"end": 89
|
|
135841
136576
|
}
|
|
135842
136577
|
},
|
|
135843
136578
|
"group": [
|
|
@@ -135854,8 +136589,8 @@
|
|
|
135854
136589
|
{
|
|
135855
136590
|
"description": "The border color of the Stepper indicator.\n",
|
|
135856
136591
|
"commentRange": {
|
|
135857
|
-
"start":
|
|
135858
|
-
"end":
|
|
136592
|
+
"start": 90,
|
|
136593
|
+
"end": 91
|
|
135859
136594
|
},
|
|
135860
136595
|
"context": {
|
|
135861
136596
|
"type": "variable",
|
|
@@ -135863,8 +136598,8 @@
|
|
|
135863
136598
|
"value": "$kendo-component-border",
|
|
135864
136599
|
"scope": "default",
|
|
135865
136600
|
"line": {
|
|
135866
|
-
"start":
|
|
135867
|
-
"end":
|
|
136601
|
+
"start": 92,
|
|
136602
|
+
"end": 92
|
|
135868
136603
|
}
|
|
135869
136604
|
},
|
|
135870
136605
|
"group": [
|
|
@@ -135881,8 +136616,8 @@
|
|
|
135881
136616
|
{
|
|
135882
136617
|
"description": "The background color of the hovered Stepper indicator.\n",
|
|
135883
136618
|
"commentRange": {
|
|
135884
|
-
"start":
|
|
135885
|
-
"end":
|
|
136619
|
+
"start": 94,
|
|
136620
|
+
"end": 95
|
|
135886
136621
|
},
|
|
135887
136622
|
"context": {
|
|
135888
136623
|
"type": "variable",
|
|
@@ -135890,8 +136625,8 @@
|
|
|
135890
136625
|
"value": "if($kendo-enable-color-system, k-color( base-hover ), k-try-shade( $kendo-stepper-indicator-bg ))",
|
|
135891
136626
|
"scope": "default",
|
|
135892
136627
|
"line": {
|
|
135893
|
-
"start":
|
|
135894
|
-
"end":
|
|
136628
|
+
"start": 96,
|
|
136629
|
+
"end": 96
|
|
135895
136630
|
}
|
|
135896
136631
|
},
|
|
135897
136632
|
"group": [
|
|
@@ -135908,8 +136643,8 @@
|
|
|
135908
136643
|
{
|
|
135909
136644
|
"description": "The text color of the hovered Stepper indicator.\n",
|
|
135910
136645
|
"commentRange": {
|
|
135911
|
-
"start":
|
|
135912
|
-
"end":
|
|
136646
|
+
"start": 97,
|
|
136647
|
+
"end": 98
|
|
135913
136648
|
},
|
|
135914
136649
|
"context": {
|
|
135915
136650
|
"type": "variable",
|
|
@@ -135917,8 +136652,8 @@
|
|
|
135917
136652
|
"value": "null",
|
|
135918
136653
|
"scope": "default",
|
|
135919
136654
|
"line": {
|
|
135920
|
-
"start":
|
|
135921
|
-
"end":
|
|
136655
|
+
"start": 99,
|
|
136656
|
+
"end": 99
|
|
135922
136657
|
}
|
|
135923
136658
|
},
|
|
135924
136659
|
"group": [
|
|
@@ -135935,8 +136670,8 @@
|
|
|
135935
136670
|
{
|
|
135936
136671
|
"description": "The border color of the hovered Stepper indicator.\n",
|
|
135937
136672
|
"commentRange": {
|
|
135938
|
-
"start":
|
|
135939
|
-
"end":
|
|
136673
|
+
"start": 100,
|
|
136674
|
+
"end": 101
|
|
135940
136675
|
},
|
|
135941
136676
|
"context": {
|
|
135942
136677
|
"type": "variable",
|
|
@@ -135944,8 +136679,8 @@
|
|
|
135944
136679
|
"value": "null",
|
|
135945
136680
|
"scope": "default",
|
|
135946
136681
|
"line": {
|
|
135947
|
-
"start":
|
|
135948
|
-
"end":
|
|
136682
|
+
"start": 102,
|
|
136683
|
+
"end": 102
|
|
135949
136684
|
}
|
|
135950
136685
|
},
|
|
135951
136686
|
"group": [
|
|
@@ -135962,8 +136697,8 @@
|
|
|
135962
136697
|
{
|
|
135963
136698
|
"description": "The background color of the disabled Stepper indicator.\n",
|
|
135964
136699
|
"commentRange": {
|
|
135965
|
-
"start":
|
|
135966
|
-
"end":
|
|
136700
|
+
"start": 104,
|
|
136701
|
+
"end": 105
|
|
135967
136702
|
},
|
|
135968
136703
|
"context": {
|
|
135969
136704
|
"type": "variable",
|
|
@@ -135971,8 +136706,8 @@
|
|
|
135971
136706
|
"value": "null",
|
|
135972
136707
|
"scope": "default",
|
|
135973
136708
|
"line": {
|
|
135974
|
-
"start":
|
|
135975
|
-
"end":
|
|
136709
|
+
"start": 106,
|
|
136710
|
+
"end": 106
|
|
135976
136711
|
}
|
|
135977
136712
|
},
|
|
135978
136713
|
"group": [
|
|
@@ -135989,8 +136724,8 @@
|
|
|
135989
136724
|
{
|
|
135990
136725
|
"description": "The text color of the disabled Stepper indicator.\n",
|
|
135991
136726
|
"commentRange": {
|
|
135992
|
-
"start":
|
|
135993
|
-
"end":
|
|
136727
|
+
"start": 107,
|
|
136728
|
+
"end": 108
|
|
135994
136729
|
},
|
|
135995
136730
|
"context": {
|
|
135996
136731
|
"type": "variable",
|
|
@@ -135998,8 +136733,8 @@
|
|
|
135998
136733
|
"value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 65%, transparent), if( $kendo-is-dark-theme, $gray-600, $gray-500))",
|
|
135999
136734
|
"scope": "default",
|
|
136000
136735
|
"line": {
|
|
136001
|
-
"start":
|
|
136002
|
-
"end":
|
|
136736
|
+
"start": 109,
|
|
136737
|
+
"end": 109
|
|
136003
136738
|
}
|
|
136004
136739
|
},
|
|
136005
136740
|
"group": [
|
|
@@ -136016,8 +136751,8 @@
|
|
|
136016
136751
|
{
|
|
136017
136752
|
"description": "The border color of the disabled Stepper indicator.\n",
|
|
136018
136753
|
"commentRange": {
|
|
136019
|
-
"start":
|
|
136020
|
-
"end":
|
|
136754
|
+
"start": 110,
|
|
136755
|
+
"end": 111
|
|
136021
136756
|
},
|
|
136022
136757
|
"context": {
|
|
136023
136758
|
"type": "variable",
|
|
@@ -136025,8 +136760,8 @@
|
|
|
136025
136760
|
"value": "null",
|
|
136026
136761
|
"scope": "default",
|
|
136027
136762
|
"line": {
|
|
136028
|
-
"start":
|
|
136029
|
-
"end":
|
|
136763
|
+
"start": 112,
|
|
136764
|
+
"end": 112
|
|
136030
136765
|
}
|
|
136031
136766
|
},
|
|
136032
136767
|
"group": [
|
|
@@ -136043,8 +136778,8 @@
|
|
|
136043
136778
|
{
|
|
136044
136779
|
"description": "The background color of the Stepper's done indicator.\n",
|
|
136045
136780
|
"commentRange": {
|
|
136046
|
-
"start":
|
|
136047
|
-
"end":
|
|
136781
|
+
"start": 114,
|
|
136782
|
+
"end": 115
|
|
136048
136783
|
},
|
|
136049
136784
|
"context": {
|
|
136050
136785
|
"type": "variable",
|
|
@@ -136052,8 +136787,8 @@
|
|
|
136052
136787
|
"value": "$kendo-color-primary",
|
|
136053
136788
|
"scope": "default",
|
|
136054
136789
|
"line": {
|
|
136055
|
-
"start":
|
|
136056
|
-
"end":
|
|
136790
|
+
"start": 116,
|
|
136791
|
+
"end": 116
|
|
136057
136792
|
}
|
|
136058
136793
|
},
|
|
136059
136794
|
"group": [
|
|
@@ -136070,8 +136805,8 @@
|
|
|
136070
136805
|
{
|
|
136071
136806
|
"description": "The text color of the Stepper's done indicator.\n",
|
|
136072
136807
|
"commentRange": {
|
|
136073
|
-
"start":
|
|
136074
|
-
"end":
|
|
136808
|
+
"start": 117,
|
|
136809
|
+
"end": 118
|
|
136075
136810
|
},
|
|
136076
136811
|
"context": {
|
|
136077
136812
|
"type": "variable",
|
|
@@ -136079,8 +136814,8 @@
|
|
|
136079
136814
|
"value": "if($kendo-enable-color-system, k-color( on-primary ), k-contrast-color( $kendo-stepper-indicator-done-bg ))",
|
|
136080
136815
|
"scope": "default",
|
|
136081
136816
|
"line": {
|
|
136082
|
-
"start":
|
|
136083
|
-
"end":
|
|
136817
|
+
"start": 119,
|
|
136818
|
+
"end": 119
|
|
136084
136819
|
}
|
|
136085
136820
|
},
|
|
136086
136821
|
"group": [
|
|
@@ -136097,8 +136832,8 @@
|
|
|
136097
136832
|
{
|
|
136098
136833
|
"description": "The border color of the Stepper's done indicator.\n",
|
|
136099
136834
|
"commentRange": {
|
|
136100
|
-
"start":
|
|
136101
|
-
"end":
|
|
136835
|
+
"start": 120,
|
|
136836
|
+
"end": 121
|
|
136102
136837
|
},
|
|
136103
136838
|
"context": {
|
|
136104
136839
|
"type": "variable",
|
|
@@ -136106,8 +136841,8 @@
|
|
|
136106
136841
|
"value": "$kendo-stepper-indicator-done-bg",
|
|
136107
136842
|
"scope": "default",
|
|
136108
136843
|
"line": {
|
|
136109
|
-
"start":
|
|
136110
|
-
"end":
|
|
136844
|
+
"start": 122,
|
|
136845
|
+
"end": 122
|
|
136111
136846
|
}
|
|
136112
136847
|
},
|
|
136113
136848
|
"group": [
|
|
@@ -136124,8 +136859,8 @@
|
|
|
136124
136859
|
{
|
|
136125
136860
|
"description": "The background color of the Stepper's hovered done indicator.\n",
|
|
136126
136861
|
"commentRange": {
|
|
136127
|
-
"start":
|
|
136128
|
-
"end":
|
|
136862
|
+
"start": 124,
|
|
136863
|
+
"end": 125
|
|
136129
136864
|
},
|
|
136130
136865
|
"context": {
|
|
136131
136866
|
"type": "variable",
|
|
@@ -136133,8 +136868,8 @@
|
|
|
136133
136868
|
"value": "if($kendo-enable-color-system, k-color( primary-hover ), k-try-shade( $kendo-stepper-indicator-done-bg ))",
|
|
136134
136869
|
"scope": "default",
|
|
136135
136870
|
"line": {
|
|
136136
|
-
"start":
|
|
136137
|
-
"end":
|
|
136871
|
+
"start": 126,
|
|
136872
|
+
"end": 126
|
|
136138
136873
|
}
|
|
136139
136874
|
},
|
|
136140
136875
|
"group": [
|
|
@@ -136151,8 +136886,8 @@
|
|
|
136151
136886
|
{
|
|
136152
136887
|
"description": "The text color of the Stepper's hovered done indicator.\n",
|
|
136153
136888
|
"commentRange": {
|
|
136154
|
-
"start":
|
|
136155
|
-
"end":
|
|
136889
|
+
"start": 127,
|
|
136890
|
+
"end": 128
|
|
136156
136891
|
},
|
|
136157
136892
|
"context": {
|
|
136158
136893
|
"type": "variable",
|
|
@@ -136160,8 +136895,8 @@
|
|
|
136160
136895
|
"value": "null",
|
|
136161
136896
|
"scope": "default",
|
|
136162
136897
|
"line": {
|
|
136163
|
-
"start":
|
|
136164
|
-
"end":
|
|
136898
|
+
"start": 129,
|
|
136899
|
+
"end": 129
|
|
136165
136900
|
}
|
|
136166
136901
|
},
|
|
136167
136902
|
"group": [
|
|
@@ -136178,8 +136913,8 @@
|
|
|
136178
136913
|
{
|
|
136179
136914
|
"description": "The border color of the Stepper's hovered done indicator.\n",
|
|
136180
136915
|
"commentRange": {
|
|
136181
|
-
"start":
|
|
136182
|
-
"end":
|
|
136916
|
+
"start": 130,
|
|
136917
|
+
"end": 131
|
|
136183
136918
|
},
|
|
136184
136919
|
"context": {
|
|
136185
136920
|
"type": "variable",
|
|
@@ -136187,8 +136922,8 @@
|
|
|
136187
136922
|
"value": "null",
|
|
136188
136923
|
"scope": "default",
|
|
136189
136924
|
"line": {
|
|
136190
|
-
"start":
|
|
136191
|
-
"end":
|
|
136925
|
+
"start": 132,
|
|
136926
|
+
"end": 132
|
|
136192
136927
|
}
|
|
136193
136928
|
},
|
|
136194
136929
|
"group": [
|
|
@@ -136205,8 +136940,8 @@
|
|
|
136205
136940
|
{
|
|
136206
136941
|
"description": "The background color of the Stepper's disabled done indicator.\n",
|
|
136207
136942
|
"commentRange": {
|
|
136208
|
-
"start":
|
|
136209
|
-
"end":
|
|
136943
|
+
"start": 134,
|
|
136944
|
+
"end": 135
|
|
136210
136945
|
},
|
|
136211
136946
|
"context": {
|
|
136212
136947
|
"type": "variable",
|
|
@@ -136214,8 +136949,8 @@
|
|
|
136214
136949
|
"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%))",
|
|
136215
136950
|
"scope": "default",
|
|
136216
136951
|
"line": {
|
|
136217
|
-
"start":
|
|
136218
|
-
"end":
|
|
136952
|
+
"start": 136,
|
|
136953
|
+
"end": 136
|
|
136219
136954
|
}
|
|
136220
136955
|
},
|
|
136221
136956
|
"group": [
|
|
@@ -136232,8 +136967,8 @@
|
|
|
136232
136967
|
{
|
|
136233
136968
|
"description": "The text color of the Stepper's disabled done indicator.\n",
|
|
136234
136969
|
"commentRange": {
|
|
136235
|
-
"start":
|
|
136236
|
-
"end":
|
|
136970
|
+
"start": 137,
|
|
136971
|
+
"end": 138
|
|
136237
136972
|
},
|
|
136238
136973
|
"context": {
|
|
136239
136974
|
"type": "variable",
|
|
@@ -136241,8 +136976,8 @@
|
|
|
136241
136976
|
"value": "if($kendo-enable-color-system, k-color( on-primary ), k-contrast-color( $kendo-stepper-indicator-done-bg ))",
|
|
136242
136977
|
"scope": "default",
|
|
136243
136978
|
"line": {
|
|
136244
|
-
"start":
|
|
136245
|
-
"end":
|
|
136979
|
+
"start": 139,
|
|
136980
|
+
"end": 139
|
|
136246
136981
|
}
|
|
136247
136982
|
},
|
|
136248
136983
|
"group": [
|
|
@@ -136259,8 +136994,8 @@
|
|
|
136259
136994
|
{
|
|
136260
136995
|
"description": "The border color of the Stepper's disabled done indicator.\n",
|
|
136261
136996
|
"commentRange": {
|
|
136262
|
-
"start":
|
|
136263
|
-
"end":
|
|
136997
|
+
"start": 140,
|
|
136998
|
+
"end": 141
|
|
136264
136999
|
},
|
|
136265
137000
|
"context": {
|
|
136266
137001
|
"type": "variable",
|
|
@@ -136268,8 +137003,8 @@
|
|
|
136268
137003
|
"value": "$kendo-stepper-indicator-done-disabled-bg",
|
|
136269
137004
|
"scope": "default",
|
|
136270
137005
|
"line": {
|
|
136271
|
-
"start":
|
|
136272
|
-
"end":
|
|
137006
|
+
"start": 142,
|
|
137007
|
+
"end": 142
|
|
136273
137008
|
}
|
|
136274
137009
|
},
|
|
136275
137010
|
"group": [
|
|
@@ -136286,8 +137021,8 @@
|
|
|
136286
137021
|
{
|
|
136287
137022
|
"description": "The background color of the Stepper current indicator.\n",
|
|
136288
137023
|
"commentRange": {
|
|
136289
|
-
"start":
|
|
136290
|
-
"end":
|
|
137024
|
+
"start": 144,
|
|
137025
|
+
"end": 145
|
|
136291
137026
|
},
|
|
136292
137027
|
"context": {
|
|
136293
137028
|
"type": "variable",
|
|
@@ -136295,8 +137030,8 @@
|
|
|
136295
137030
|
"value": "$kendo-stepper-indicator-done-bg",
|
|
136296
137031
|
"scope": "default",
|
|
136297
137032
|
"line": {
|
|
136298
|
-
"start":
|
|
136299
|
-
"end":
|
|
137033
|
+
"start": 146,
|
|
137034
|
+
"end": 146
|
|
136300
137035
|
}
|
|
136301
137036
|
},
|
|
136302
137037
|
"group": [
|
|
@@ -136313,8 +137048,8 @@
|
|
|
136313
137048
|
{
|
|
136314
137049
|
"description": "The text color of the Stepper current indicator.\n",
|
|
136315
137050
|
"commentRange": {
|
|
136316
|
-
"start":
|
|
136317
|
-
"end":
|
|
137051
|
+
"start": 147,
|
|
137052
|
+
"end": 148
|
|
136318
137053
|
},
|
|
136319
137054
|
"context": {
|
|
136320
137055
|
"type": "variable",
|
|
@@ -136322,8 +137057,8 @@
|
|
|
136322
137057
|
"value": "$kendo-stepper-indicator-done-text",
|
|
136323
137058
|
"scope": "default",
|
|
136324
137059
|
"line": {
|
|
136325
|
-
"start":
|
|
136326
|
-
"end":
|
|
137060
|
+
"start": 149,
|
|
137061
|
+
"end": 149
|
|
136327
137062
|
}
|
|
136328
137063
|
},
|
|
136329
137064
|
"group": [
|
|
@@ -136340,8 +137075,8 @@
|
|
|
136340
137075
|
{
|
|
136341
137076
|
"description": "The border color of the Stepper current indicator.\n",
|
|
136342
137077
|
"commentRange": {
|
|
136343
|
-
"start":
|
|
136344
|
-
"end":
|
|
137078
|
+
"start": 150,
|
|
137079
|
+
"end": 151
|
|
136345
137080
|
},
|
|
136346
137081
|
"context": {
|
|
136347
137082
|
"type": "variable",
|
|
@@ -136349,8 +137084,8 @@
|
|
|
136349
137084
|
"value": "$kendo-stepper-indicator-done-border",
|
|
136350
137085
|
"scope": "default",
|
|
136351
137086
|
"line": {
|
|
136352
|
-
"start":
|
|
136353
|
-
"end":
|
|
137087
|
+
"start": 152,
|
|
137088
|
+
"end": 152
|
|
136354
137089
|
}
|
|
136355
137090
|
},
|
|
136356
137091
|
"group": [
|
|
@@ -136367,8 +137102,8 @@
|
|
|
136367
137102
|
{
|
|
136368
137103
|
"description": "The background color of the Stepper's hovered current indicator.\n",
|
|
136369
137104
|
"commentRange": {
|
|
136370
|
-
"start":
|
|
136371
|
-
"end":
|
|
137105
|
+
"start": 154,
|
|
137106
|
+
"end": 155
|
|
136372
137107
|
},
|
|
136373
137108
|
"context": {
|
|
136374
137109
|
"type": "variable",
|
|
@@ -136376,8 +137111,8 @@
|
|
|
136376
137111
|
"value": "$kendo-stepper-indicator-done-hover-bg",
|
|
136377
137112
|
"scope": "default",
|
|
136378
137113
|
"line": {
|
|
136379
|
-
"start":
|
|
136380
|
-
"end":
|
|
137114
|
+
"start": 156,
|
|
137115
|
+
"end": 156
|
|
136381
137116
|
}
|
|
136382
137117
|
},
|
|
136383
137118
|
"group": [
|
|
@@ -136394,8 +137129,8 @@
|
|
|
136394
137129
|
{
|
|
136395
137130
|
"description": "The text color of the Stepper's hovered current indicator.\n",
|
|
136396
137131
|
"commentRange": {
|
|
136397
|
-
"start":
|
|
136398
|
-
"end":
|
|
137132
|
+
"start": 157,
|
|
137133
|
+
"end": 158
|
|
136399
137134
|
},
|
|
136400
137135
|
"context": {
|
|
136401
137136
|
"type": "variable",
|
|
@@ -136403,8 +137138,8 @@
|
|
|
136403
137138
|
"value": "$kendo-stepper-indicator-done-hover-text",
|
|
136404
137139
|
"scope": "default",
|
|
136405
137140
|
"line": {
|
|
136406
|
-
"start":
|
|
136407
|
-
"end":
|
|
137141
|
+
"start": 159,
|
|
137142
|
+
"end": 159
|
|
136408
137143
|
}
|
|
136409
137144
|
},
|
|
136410
137145
|
"group": [
|
|
@@ -136421,8 +137156,8 @@
|
|
|
136421
137156
|
{
|
|
136422
137157
|
"description": "The border color of the Stepper's hovered current indicator.\n",
|
|
136423
137158
|
"commentRange": {
|
|
136424
|
-
"start":
|
|
136425
|
-
"end":
|
|
137159
|
+
"start": 160,
|
|
137160
|
+
"end": 161
|
|
136426
137161
|
},
|
|
136427
137162
|
"context": {
|
|
136428
137163
|
"type": "variable",
|
|
@@ -136430,8 +137165,8 @@
|
|
|
136430
137165
|
"value": "$kendo-stepper-indicator-done-hover-border",
|
|
136431
137166
|
"scope": "default",
|
|
136432
137167
|
"line": {
|
|
136433
|
-
"start":
|
|
136434
|
-
"end":
|
|
137168
|
+
"start": 162,
|
|
137169
|
+
"end": 162
|
|
136435
137170
|
}
|
|
136436
137171
|
},
|
|
136437
137172
|
"group": [
|
|
@@ -136448,8 +137183,8 @@
|
|
|
136448
137183
|
{
|
|
136449
137184
|
"description": "The background color of the Stepper's disabled current indicator.\n",
|
|
136450
137185
|
"commentRange": {
|
|
136451
|
-
"start":
|
|
136452
|
-
"end":
|
|
137186
|
+
"start": 164,
|
|
137187
|
+
"end": 165
|
|
136453
137188
|
},
|
|
136454
137189
|
"context": {
|
|
136455
137190
|
"type": "variable",
|
|
@@ -136457,8 +137192,8 @@
|
|
|
136457
137192
|
"value": "$kendo-stepper-indicator-done-disabled-bg",
|
|
136458
137193
|
"scope": "default",
|
|
136459
137194
|
"line": {
|
|
136460
|
-
"start":
|
|
136461
|
-
"end":
|
|
137195
|
+
"start": 166,
|
|
137196
|
+
"end": 166
|
|
136462
137197
|
}
|
|
136463
137198
|
},
|
|
136464
137199
|
"group": [
|
|
@@ -136475,8 +137210,8 @@
|
|
|
136475
137210
|
{
|
|
136476
137211
|
"description": "The text color of the Stepper's disabled current indicator.\n",
|
|
136477
137212
|
"commentRange": {
|
|
136478
|
-
"start":
|
|
136479
|
-
"end":
|
|
137213
|
+
"start": 167,
|
|
137214
|
+
"end": 168
|
|
136480
137215
|
},
|
|
136481
137216
|
"context": {
|
|
136482
137217
|
"type": "variable",
|
|
@@ -136484,8 +137219,8 @@
|
|
|
136484
137219
|
"value": "$kendo-stepper-indicator-done-disabled-text",
|
|
136485
137220
|
"scope": "default",
|
|
136486
137221
|
"line": {
|
|
136487
|
-
"start":
|
|
136488
|
-
"end":
|
|
137222
|
+
"start": 169,
|
|
137223
|
+
"end": 169
|
|
136489
137224
|
}
|
|
136490
137225
|
},
|
|
136491
137226
|
"group": [
|
|
@@ -136502,8 +137237,8 @@
|
|
|
136502
137237
|
{
|
|
136503
137238
|
"description": "The border color of the Stepper's disabled current indicator.\n",
|
|
136504
137239
|
"commentRange": {
|
|
136505
|
-
"start":
|
|
136506
|
-
"end":
|
|
137240
|
+
"start": 170,
|
|
137241
|
+
"end": 171
|
|
136507
137242
|
},
|
|
136508
137243
|
"context": {
|
|
136509
137244
|
"type": "variable",
|
|
@@ -136511,8 +137246,8 @@
|
|
|
136511
137246
|
"value": "$kendo-stepper-indicator-done-disabled-border",
|
|
136512
137247
|
"scope": "default",
|
|
136513
137248
|
"line": {
|
|
136514
|
-
"start":
|
|
136515
|
-
"end":
|
|
137249
|
+
"start": 172,
|
|
137250
|
+
"end": 172
|
|
136516
137251
|
}
|
|
136517
137252
|
},
|
|
136518
137253
|
"group": [
|
|
@@ -136529,8 +137264,8 @@
|
|
|
136529
137264
|
{
|
|
136530
137265
|
"description": "The text color of the Stepper label.\n",
|
|
136531
137266
|
"commentRange": {
|
|
136532
|
-
"start":
|
|
136533
|
-
"end":
|
|
137267
|
+
"start": 174,
|
|
137268
|
+
"end": 175
|
|
136534
137269
|
},
|
|
136535
137270
|
"context": {
|
|
136536
137271
|
"type": "variable",
|
|
@@ -136538,8 +137273,8 @@
|
|
|
136538
137273
|
"value": "null",
|
|
136539
137274
|
"scope": "default",
|
|
136540
137275
|
"line": {
|
|
136541
|
-
"start":
|
|
136542
|
-
"end":
|
|
137276
|
+
"start": 176,
|
|
137277
|
+
"end": 176
|
|
136543
137278
|
}
|
|
136544
137279
|
},
|
|
136545
137280
|
"group": [
|
|
@@ -136556,8 +137291,8 @@
|
|
|
136556
137291
|
{
|
|
136557
137292
|
"description": "The success text color of the Stepper label.\n",
|
|
136558
137293
|
"commentRange": {
|
|
136559
|
-
"start":
|
|
136560
|
-
"end":
|
|
137294
|
+
"start": 177,
|
|
137295
|
+
"end": 178
|
|
136561
137296
|
},
|
|
136562
137297
|
"context": {
|
|
136563
137298
|
"type": "variable",
|
|
@@ -136565,8 +137300,8 @@
|
|
|
136565
137300
|
"value": "$kendo-color-success",
|
|
136566
137301
|
"scope": "default",
|
|
136567
137302
|
"line": {
|
|
136568
|
-
"start":
|
|
136569
|
-
"end":
|
|
137303
|
+
"start": 179,
|
|
137304
|
+
"end": 179
|
|
136570
137305
|
}
|
|
136571
137306
|
},
|
|
136572
137307
|
"group": [
|
|
@@ -136583,8 +137318,8 @@
|
|
|
136583
137318
|
{
|
|
136584
137319
|
"description": "The error text color of the Stepper label.\n",
|
|
136585
137320
|
"commentRange": {
|
|
136586
|
-
"start":
|
|
136587
|
-
"end":
|
|
137321
|
+
"start": 180,
|
|
137322
|
+
"end": 181
|
|
136588
137323
|
},
|
|
136589
137324
|
"context": {
|
|
136590
137325
|
"type": "variable",
|
|
@@ -136592,8 +137327,8 @@
|
|
|
136592
137327
|
"value": "$kendo-color-error",
|
|
136593
137328
|
"scope": "default",
|
|
136594
137329
|
"line": {
|
|
136595
|
-
"start":
|
|
136596
|
-
"end":
|
|
137330
|
+
"start": 182,
|
|
137331
|
+
"end": 182
|
|
136597
137332
|
}
|
|
136598
137333
|
},
|
|
136599
137334
|
"group": [
|
|
@@ -136610,8 +137345,8 @@
|
|
|
136610
137345
|
{
|
|
136611
137346
|
"description": "The text color of the hovered Stepper label.\n",
|
|
136612
137347
|
"commentRange": {
|
|
136613
|
-
"start":
|
|
136614
|
-
"end":
|
|
137348
|
+
"start": 183,
|
|
137349
|
+
"end": 184
|
|
136615
137350
|
},
|
|
136616
137351
|
"context": {
|
|
136617
137352
|
"type": "variable",
|
|
@@ -136619,8 +137354,8 @@
|
|
|
136619
137354
|
"value": "null",
|
|
136620
137355
|
"scope": "default",
|
|
136621
137356
|
"line": {
|
|
136622
|
-
"start":
|
|
136623
|
-
"end":
|
|
137357
|
+
"start": 185,
|
|
137358
|
+
"end": 185
|
|
136624
137359
|
}
|
|
136625
137360
|
},
|
|
136626
137361
|
"group": [
|
|
@@ -136637,8 +137372,8 @@
|
|
|
136637
137372
|
{
|
|
136638
137373
|
"description": "The text color of the disabled Stepper label.\n",
|
|
136639
137374
|
"commentRange": {
|
|
136640
|
-
"start":
|
|
136641
|
-
"end":
|
|
137375
|
+
"start": 186,
|
|
137376
|
+
"end": 187
|
|
136642
137377
|
},
|
|
136643
137378
|
"context": {
|
|
136644
137379
|
"type": "variable",
|
|
@@ -136646,8 +137381,8 @@
|
|
|
136646
137381
|
"value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 65%, transparent), if( $kendo-is-dark-theme, $gray-600, $gray-500))",
|
|
136647
137382
|
"scope": "default",
|
|
136648
137383
|
"line": {
|
|
136649
|
-
"start":
|
|
136650
|
-
"end":
|
|
137384
|
+
"start": 188,
|
|
137385
|
+
"end": 188
|
|
136651
137386
|
}
|
|
136652
137387
|
},
|
|
136653
137388
|
"group": [
|
|
@@ -136664,8 +137399,8 @@
|
|
|
136664
137399
|
{
|
|
136665
137400
|
"description": "The text color of the optional Stepper label.\n",
|
|
136666
137401
|
"commentRange": {
|
|
136667
|
-
"start":
|
|
136668
|
-
"end":
|
|
137402
|
+
"start": 190,
|
|
137403
|
+
"end": 191
|
|
136669
137404
|
},
|
|
136670
137405
|
"context": {
|
|
136671
137406
|
"type": "variable",
|
|
@@ -136673,8 +137408,8 @@
|
|
|
136673
137408
|
"value": "$kendo-subtle-text",
|
|
136674
137409
|
"scope": "default",
|
|
136675
137410
|
"line": {
|
|
136676
|
-
"start":
|
|
136677
|
-
"end":
|
|
137411
|
+
"start": 192,
|
|
137412
|
+
"end": 192
|
|
136678
137413
|
}
|
|
136679
137414
|
},
|
|
136680
137415
|
"group": [
|
|
@@ -136691,8 +137426,8 @@
|
|
|
136691
137426
|
{
|
|
136692
137427
|
"description": "The opacity of the optional Stepper label.\n",
|
|
136693
137428
|
"commentRange": {
|
|
136694
|
-
"start":
|
|
136695
|
-
"end":
|
|
137429
|
+
"start": 193,
|
|
137430
|
+
"end": 194
|
|
136696
137431
|
},
|
|
136697
137432
|
"context": {
|
|
136698
137433
|
"type": "variable",
|
|
@@ -136700,8 +137435,8 @@
|
|
|
136700
137435
|
"value": "null",
|
|
136701
137436
|
"scope": "default",
|
|
136702
137437
|
"line": {
|
|
136703
|
-
"start":
|
|
136704
|
-
"end":
|
|
137438
|
+
"start": 195,
|
|
137439
|
+
"end": 195
|
|
136705
137440
|
}
|
|
136706
137441
|
},
|
|
136707
137442
|
"group": [
|
|
@@ -136718,8 +137453,8 @@
|
|
|
136718
137453
|
{
|
|
136719
137454
|
"description": "The font size of the optional Stepper label.\n",
|
|
136720
137455
|
"commentRange": {
|
|
136721
|
-
"start":
|
|
136722
|
-
"end":
|
|
137456
|
+
"start": 196,
|
|
137457
|
+
"end": 197
|
|
136723
137458
|
},
|
|
136724
137459
|
"context": {
|
|
136725
137460
|
"type": "variable",
|
|
@@ -136727,8 +137462,8 @@
|
|
|
136727
137462
|
"value": "var( --kendo-font-size-sm, inherit )",
|
|
136728
137463
|
"scope": "default",
|
|
136729
137464
|
"line": {
|
|
136730
|
-
"start":
|
|
136731
|
-
"end":
|
|
137465
|
+
"start": 198,
|
|
137466
|
+
"end": 198
|
|
136732
137467
|
}
|
|
136733
137468
|
},
|
|
136734
137469
|
"group": [
|
|
@@ -136745,8 +137480,8 @@
|
|
|
136745
137480
|
{
|
|
136746
137481
|
"description": "The font style of the optional Stepper label.\n",
|
|
136747
137482
|
"commentRange": {
|
|
136748
|
-
"start":
|
|
136749
|
-
"end":
|
|
137483
|
+
"start": 199,
|
|
137484
|
+
"end": 200
|
|
136750
137485
|
},
|
|
136751
137486
|
"context": {
|
|
136752
137487
|
"type": "variable",
|
|
@@ -136754,8 +137489,8 @@
|
|
|
136754
137489
|
"value": "null",
|
|
136755
137490
|
"scope": "default",
|
|
136756
137491
|
"line": {
|
|
136757
|
-
"start":
|
|
136758
|
-
"end":
|
|
137492
|
+
"start": 201,
|
|
137493
|
+
"end": 201
|
|
136759
137494
|
}
|
|
136760
137495
|
},
|
|
136761
137496
|
"group": [
|
|
@@ -136772,8 +137507,8 @@
|
|
|
136772
137507
|
{
|
|
136773
137508
|
"description": "The size of the Stepper ProgressBar.\n",
|
|
136774
137509
|
"commentRange": {
|
|
136775
|
-
"start":
|
|
136776
|
-
"end":
|
|
137510
|
+
"start": 203,
|
|
137511
|
+
"end": 204
|
|
136777
137512
|
},
|
|
136778
137513
|
"context": {
|
|
136779
137514
|
"type": "variable",
|
|
@@ -136781,8 +137516,8 @@
|
|
|
136781
137516
|
"value": "2px",
|
|
136782
137517
|
"scope": "default",
|
|
136783
137518
|
"line": {
|
|
136784
|
-
"start":
|
|
136785
|
-
"end":
|
|
137519
|
+
"start": 205,
|
|
137520
|
+
"end": 205
|
|
136786
137521
|
}
|
|
136787
137522
|
},
|
|
136788
137523
|
"group": [
|
|
@@ -136799,8 +137534,8 @@
|
|
|
136799
137534
|
{
|
|
136800
137535
|
"description": "The background color of the Stepper ProgressBar.\n",
|
|
136801
137536
|
"commentRange": {
|
|
136802
|
-
"start":
|
|
136803
|
-
"end":
|
|
137537
|
+
"start": 206,
|
|
137538
|
+
"end": 207
|
|
136804
137539
|
},
|
|
136805
137540
|
"context": {
|
|
136806
137541
|
"type": "variable",
|
|
@@ -136808,8 +137543,8 @@
|
|
|
136808
137543
|
"value": "null",
|
|
136809
137544
|
"scope": "default",
|
|
136810
137545
|
"line": {
|
|
136811
|
-
"start":
|
|
136812
|
-
"end":
|
|
137546
|
+
"start": 208,
|
|
137547
|
+
"end": 208
|
|
136813
137548
|
}
|
|
136814
137549
|
},
|
|
136815
137550
|
"group": [
|
|
@@ -136826,8 +137561,8 @@
|
|
|
136826
137561
|
{
|
|
136827
137562
|
"description": "The text color of the Stepper ProgressBar.\n",
|
|
136828
137563
|
"commentRange": {
|
|
136829
|
-
"start":
|
|
136830
|
-
"end":
|
|
137564
|
+
"start": 209,
|
|
137565
|
+
"end": 210
|
|
136831
137566
|
},
|
|
136832
137567
|
"context": {
|
|
136833
137568
|
"type": "variable",
|
|
@@ -136835,8 +137570,8 @@
|
|
|
136835
137570
|
"value": "null",
|
|
136836
137571
|
"scope": "default",
|
|
136837
137572
|
"line": {
|
|
136838
|
-
"start":
|
|
136839
|
-
"end":
|
|
137573
|
+
"start": 211,
|
|
137574
|
+
"end": 211
|
|
136840
137575
|
}
|
|
136841
137576
|
},
|
|
136842
137577
|
"group": [
|
|
@@ -136853,8 +137588,8 @@
|
|
|
136853
137588
|
{
|
|
136854
137589
|
"description": "The background color of the selected Stepper ProgressBar.\n",
|
|
136855
137590
|
"commentRange": {
|
|
136856
|
-
"start":
|
|
136857
|
-
"end":
|
|
137591
|
+
"start": 212,
|
|
137592
|
+
"end": 213
|
|
136858
137593
|
},
|
|
136859
137594
|
"context": {
|
|
136860
137595
|
"type": "variable",
|
|
@@ -136862,8 +137597,8 @@
|
|
|
136862
137597
|
"value": "null",
|
|
136863
137598
|
"scope": "default",
|
|
136864
137599
|
"line": {
|
|
136865
|
-
"start":
|
|
136866
|
-
"end":
|
|
137600
|
+
"start": 214,
|
|
137601
|
+
"end": 214
|
|
136867
137602
|
}
|
|
136868
137603
|
},
|
|
136869
137604
|
"group": [
|
|
@@ -136880,8 +137615,8 @@
|
|
|
136880
137615
|
{
|
|
136881
137616
|
"description": "The text color of the selected Stepper ProgressBar.\n",
|
|
136882
137617
|
"commentRange": {
|
|
136883
|
-
"start":
|
|
136884
|
-
"end":
|
|
137618
|
+
"start": 215,
|
|
137619
|
+
"end": 216
|
|
136885
137620
|
},
|
|
136886
137621
|
"context": {
|
|
136887
137622
|
"type": "variable",
|
|
@@ -136889,8 +137624,8 @@
|
|
|
136889
137624
|
"value": "null",
|
|
136890
137625
|
"scope": "default",
|
|
136891
137626
|
"line": {
|
|
136892
|
-
"start":
|
|
136893
|
-
"end":
|
|
137627
|
+
"start": 217,
|
|
137628
|
+
"end": 217
|
|
136894
137629
|
}
|
|
136895
137630
|
},
|
|
136896
137631
|
"group": [
|
|
@@ -136907,8 +137642,8 @@
|
|
|
136907
137642
|
{
|
|
136908
137643
|
"description": "The property name of the Stepper transition.\n",
|
|
136909
137644
|
"commentRange": {
|
|
136910
|
-
"start":
|
|
136911
|
-
"end":
|
|
137645
|
+
"start": 219,
|
|
137646
|
+
"end": 220
|
|
136912
137647
|
},
|
|
136913
137648
|
"context": {
|
|
136914
137649
|
"type": "variable",
|
|
@@ -136916,8 +137651,8 @@
|
|
|
136916
137651
|
"value": "height",
|
|
136917
137652
|
"scope": "default",
|
|
136918
137653
|
"line": {
|
|
136919
|
-
"start":
|
|
136920
|
-
"end":
|
|
137654
|
+
"start": 221,
|
|
137655
|
+
"end": 221
|
|
136921
137656
|
}
|
|
136922
137657
|
},
|
|
136923
137658
|
"group": [
|
|
@@ -136934,8 +137669,8 @@
|
|
|
136934
137669
|
{
|
|
136935
137670
|
"description": "The duration of the Stepper transition.\n",
|
|
136936
137671
|
"commentRange": {
|
|
136937
|
-
"start":
|
|
136938
|
-
"end":
|
|
137672
|
+
"start": 222,
|
|
137673
|
+
"end": 223
|
|
136939
137674
|
},
|
|
136940
137675
|
"context": {
|
|
136941
137676
|
"type": "variable",
|
|
@@ -136943,8 +137678,8 @@
|
|
|
136943
137678
|
"value": "300ms",
|
|
136944
137679
|
"scope": "default",
|
|
136945
137680
|
"line": {
|
|
136946
|
-
"start":
|
|
136947
|
-
"end":
|
|
137681
|
+
"start": 224,
|
|
137682
|
+
"end": 224
|
|
136948
137683
|
}
|
|
136949
137684
|
},
|
|
136950
137685
|
"group": [
|
|
@@ -136961,8 +137696,8 @@
|
|
|
136961
137696
|
{
|
|
136962
137697
|
"description": "The timing function of the Stepper transition.\n",
|
|
136963
137698
|
"commentRange": {
|
|
136964
|
-
"start":
|
|
136965
|
-
"end":
|
|
137699
|
+
"start": 225,
|
|
137700
|
+
"end": 226
|
|
136966
137701
|
},
|
|
136967
137702
|
"context": {
|
|
136968
137703
|
"type": "variable",
|
|
@@ -136970,8 +137705,8 @@
|
|
|
136970
137705
|
"value": "cubic-bezier(.4, 0, .2, 1) 0ms",
|
|
136971
137706
|
"scope": "default",
|
|
136972
137707
|
"line": {
|
|
136973
|
-
"start":
|
|
136974
|
-
"end":
|
|
137708
|
+
"start": 227,
|
|
137709
|
+
"end": 227
|
|
136975
137710
|
}
|
|
136976
137711
|
},
|
|
136977
137712
|
"group": [
|
|
@@ -143376,7 +144111,7 @@
|
|
|
143376
144111
|
"context": {
|
|
143377
144112
|
"type": "variable",
|
|
143378
144113
|
"name": "kendo-timeline-track-arrow-width",
|
|
143379
|
-
"value": "
|
|
144114
|
+
"value": "calc( #{k-spacing(19)} / 2 )",
|
|
143380
144115
|
"scope": "default",
|
|
143381
144116
|
"line": {
|
|
143382
144117
|
"start": 32,
|
|
@@ -143391,8 +144126,8 @@
|
|
|
143391
144126
|
"path": "bootstrap/scss/timeline/_variables.scss",
|
|
143392
144127
|
"name": "_variables.scss"
|
|
143393
144128
|
},
|
|
143394
|
-
"resolvedValue": "
|
|
143395
|
-
"resolvedType": "
|
|
144129
|
+
"resolvedValue": "calc(var(--kendo-spacing-19, 4.75rem) / 2)",
|
|
144130
|
+
"resolvedType": "Calculation"
|
|
143396
144131
|
},
|
|
143397
144132
|
{
|
|
143398
144133
|
"description": "The height of the Timeline track arrow.\n",
|
|
@@ -143403,7 +144138,7 @@
|
|
|
143403
144138
|
"context": {
|
|
143404
144139
|
"type": "variable",
|
|
143405
144140
|
"name": "kendo-timeline-track-arrow-height",
|
|
143406
|
-
"value": "
|
|
144141
|
+
"value": "calc( #{k-spacing(19)} / 2 )",
|
|
143407
144142
|
"scope": "default",
|
|
143408
144143
|
"line": {
|
|
143409
144144
|
"start": 35,
|
|
@@ -143418,8 +144153,8 @@
|
|
|
143418
144153
|
"path": "bootstrap/scss/timeline/_variables.scss",
|
|
143419
144154
|
"name": "_variables.scss"
|
|
143420
144155
|
},
|
|
143421
|
-
"resolvedValue": "
|
|
143422
|
-
"resolvedType": "
|
|
144156
|
+
"resolvedValue": "calc(var(--kendo-spacing-19, 4.75rem) / 2)",
|
|
144157
|
+
"resolvedType": "Calculation"
|
|
143423
144158
|
},
|
|
143424
144159
|
{
|
|
143425
144160
|
"description": "The background color of the disabled Timeline track arrow.\n",
|
|
@@ -143511,7 +144246,7 @@
|
|
|
143511
144246
|
"context": {
|
|
143512
144247
|
"type": "variable",
|
|
143513
144248
|
"name": "kendo-timeline-track-size",
|
|
143514
|
-
"value": "
|
|
144249
|
+
"value": "k-spacing(1.5)",
|
|
143515
144250
|
"scope": "default",
|
|
143516
144251
|
"line": {
|
|
143517
144252
|
"start": 49,
|
|
@@ -143526,8 +144261,8 @@
|
|
|
143526
144261
|
"path": "bootstrap/scss/timeline/_variables.scss",
|
|
143527
144262
|
"name": "_variables.scss"
|
|
143528
144263
|
},
|
|
143529
|
-
"resolvedValue": "
|
|
143530
|
-
"resolvedType": "
|
|
144264
|
+
"resolvedValue": "var(--kendo-spacing-1\\.5, 0.375rem)",
|
|
144265
|
+
"resolvedType": "String"
|
|
143531
144266
|
},
|
|
143532
144267
|
{
|
|
143533
144268
|
"description": "The bottom padding of the Timeline's track wrapper.\n",
|
|
@@ -143538,7 +144273,7 @@
|
|
|
143538
144273
|
"context": {
|
|
143539
144274
|
"type": "variable",
|
|
143540
144275
|
"name": "kendo-timeline-track-wrap-padding-bottom",
|
|
143541
|
-
"value": "
|
|
144276
|
+
"value": "calc( #{$kendo-timeline-track-size} / 2)",
|
|
143542
144277
|
"scope": "default",
|
|
143543
144278
|
"line": {
|
|
143544
144279
|
"start": 52,
|
|
@@ -143553,8 +144288,8 @@
|
|
|
143553
144288
|
"path": "bootstrap/scss/timeline/_variables.scss",
|
|
143554
144289
|
"name": "_variables.scss"
|
|
143555
144290
|
},
|
|
143556
|
-
"resolvedValue": "
|
|
143557
|
-
"resolvedType": "
|
|
144291
|
+
"resolvedValue": "calc(var(--kendo-spacing-1\\.5, 0.375rem) / 2)",
|
|
144292
|
+
"resolvedType": "Calculation"
|
|
143558
144293
|
},
|
|
143559
144294
|
{
|
|
143560
144295
|
"description": "The border width of the Timeline track.\n",
|
|
@@ -143619,7 +144354,7 @@
|
|
|
143619
144354
|
"context": {
|
|
143620
144355
|
"type": "variable",
|
|
143621
144356
|
"name": "kendo-timeline-track-bottom-calc",
|
|
143622
|
-
"value": "calc(#{
|
|
144357
|
+
"value": "calc( calc(#{ $kendo-timeline-track-arrow-height } / 2) + #{$kendo-timeline-track-wrap-padding-bottom})",
|
|
143623
144358
|
"scope": "default",
|
|
143624
144359
|
"line": {
|
|
143625
144360
|
"start": 61,
|
|
@@ -143634,7 +144369,7 @@
|
|
|
143634
144369
|
"path": "bootstrap/scss/timeline/_variables.scss",
|
|
143635
144370
|
"name": "_variables.scss"
|
|
143636
144371
|
},
|
|
143637
|
-
"resolvedValue": "calc(
|
|
144372
|
+
"resolvedValue": "calc(calc(var(--kendo-spacing-19, 4.75rem) / 2) / 2 + calc(var(--kendo-spacing-1\\.5, 0.375rem) / 2))",
|
|
143638
144373
|
"resolvedType": "Calculation"
|
|
143639
144374
|
},
|
|
143640
144375
|
{
|
|
@@ -143661,7 +144396,7 @@
|
|
|
143661
144396
|
"path": "bootstrap/scss/timeline/_variables.scss",
|
|
143662
144397
|
"name": "_variables.scss"
|
|
143663
144398
|
},
|
|
143664
|
-
"resolvedValue": "calc(
|
|
144399
|
+
"resolvedValue": "calc(calc(var(--kendo-spacing-19, 4.75rem) / 2) - 2 * 1px)",
|
|
143665
144400
|
"resolvedType": "Calculation"
|
|
143666
144401
|
},
|
|
143667
144402
|
{
|
|
@@ -143688,7 +144423,7 @@
|
|
|
143688
144423
|
"path": "bootstrap/scss/timeline/_variables.scss",
|
|
143689
144424
|
"name": "_variables.scss"
|
|
143690
144425
|
},
|
|
143691
|
-
"resolvedValue": "calc(
|
|
144426
|
+
"resolvedValue": "calc(calc(var(--kendo-spacing-19, 4.75rem) / 2) - 2 * 1px)",
|
|
143692
144427
|
"resolvedType": "Calculation"
|
|
143693
144428
|
},
|
|
143694
144429
|
{
|
|
@@ -144147,7 +144882,7 @@
|
|
|
144147
144882
|
"path": "bootstrap/scss/timeline/_variables.scss",
|
|
144148
144883
|
"name": "_variables.scss"
|
|
144149
144884
|
},
|
|
144150
|
-
"resolvedValue": "calc(
|
|
144885
|
+
"resolvedValue": "calc(var(--kendo-spacing-1\\.5, 0.375rem) + 2 * 1px + 4px + 10px)",
|
|
144151
144886
|
"resolvedType": "Calculation"
|
|
144152
144887
|
},
|
|
144153
144888
|
{
|
|
@@ -144228,7 +144963,7 @@
|
|
|
144228
144963
|
"path": "bootstrap/scss/timeline/_variables.scss",
|
|
144229
144964
|
"name": "_variables.scss"
|
|
144230
144965
|
},
|
|
144231
|
-
"resolvedValue": "calc(var(--kendo-spacing-10, 2.5rem) + (80px -
|
|
144966
|
+
"resolvedValue": "calc(var(--kendo-spacing-10, 2.5rem) + (80px - var(--kendo-spacing-1\\.5, 0.375rem)) / 2)",
|
|
144232
144967
|
"resolvedType": "Calculation"
|
|
144233
144968
|
},
|
|
144234
144969
|
{
|
|
@@ -144255,7 +144990,7 @@
|
|
|
144255
144990
|
"path": "bootstrap/scss/timeline/_variables.scss",
|
|
144256
144991
|
"name": "_variables.scss"
|
|
144257
144992
|
},
|
|
144258
|
-
"resolvedValue": "calc(calc(var(--kendo-spacing-10, 2.5rem) + (80px -
|
|
144993
|
+
"resolvedValue": "calc(calc(var(--kendo-spacing-10, 2.5rem) + (80px - var(--kendo-spacing-1\\.5, 0.375rem)) / 2) + 50px)",
|
|
144259
144994
|
"resolvedType": "Calculation"
|
|
144260
144995
|
},
|
|
144261
144996
|
{
|
|
@@ -144282,7 +145017,7 @@
|
|
|
144282
145017
|
"path": "bootstrap/scss/timeline/_variables.scss",
|
|
144283
145018
|
"name": "_variables.scss"
|
|
144284
145019
|
},
|
|
144285
|
-
"resolvedValue": "calc(var(--kendo-spacing-4, 1rem) + (80px -
|
|
145020
|
+
"resolvedValue": "calc(var(--kendo-spacing-4, 1rem) + (80px - var(--kendo-spacing-1\\.5, 0.375rem)) / 2)",
|
|
144286
145021
|
"resolvedType": "Calculation"
|
|
144287
145022
|
},
|
|
144288
145023
|
{
|
|
@@ -144309,7 +145044,7 @@
|
|
|
144309
145044
|
"path": "bootstrap/scss/timeline/_variables.scss",
|
|
144310
145045
|
"name": "_variables.scss"
|
|
144311
145046
|
},
|
|
144312
|
-
"resolvedValue": "calc(calc(var(--kendo-spacing-4, 1rem) + (80px -
|
|
145047
|
+
"resolvedValue": "calc(calc(var(--kendo-spacing-4, 1rem) + (80px - var(--kendo-spacing-1\\.5, 0.375rem)) / 2) + 50px)",
|
|
144313
145048
|
"resolvedType": "Calculation"
|
|
144314
145049
|
},
|
|
144315
145050
|
{
|
|
@@ -145102,15 +145837,15 @@
|
|
|
145102
145837
|
"resolvedType": "Null"
|
|
145103
145838
|
},
|
|
145104
145839
|
{
|
|
145105
|
-
"description": "The color of the
|
|
145840
|
+
"description": "The text color of the outline Toolbar.\n",
|
|
145106
145841
|
"commentRange": {
|
|
145107
145842
|
"start": 75,
|
|
145108
145843
|
"end": 76
|
|
145109
145844
|
},
|
|
145110
145845
|
"context": {
|
|
145111
145846
|
"type": "variable",
|
|
145112
|
-
"name": "kendo-toolbar-
|
|
145113
|
-
"value": "
|
|
145847
|
+
"name": "kendo-toolbar-outline-text",
|
|
145848
|
+
"value": "$kendo-button-text",
|
|
145114
145849
|
"scope": "default",
|
|
145115
145850
|
"line": {
|
|
145116
145851
|
"start": 77,
|
|
@@ -145125,23 +145860,23 @@
|
|
|
145125
145860
|
"path": "bootstrap/scss/toolbar/_variables.scss",
|
|
145126
145861
|
"name": "_variables.scss"
|
|
145127
145862
|
},
|
|
145128
|
-
"resolvedValue": "
|
|
145863
|
+
"resolvedValue": "var(--kendo-color-on-base, #212529)",
|
|
145129
145864
|
"resolvedType": "String"
|
|
145130
145865
|
},
|
|
145131
145866
|
{
|
|
145132
|
-
"description": "The
|
|
145867
|
+
"description": "The color of the border around the outline Toolbar.\n",
|
|
145133
145868
|
"commentRange": {
|
|
145134
|
-
"start":
|
|
145135
|
-
"end":
|
|
145869
|
+
"start": 78,
|
|
145870
|
+
"end": 79
|
|
145136
145871
|
},
|
|
145137
145872
|
"context": {
|
|
145138
145873
|
"type": "variable",
|
|
145139
|
-
"name": "kendo-toolbar-
|
|
145140
|
-
"value": "
|
|
145874
|
+
"name": "kendo-toolbar-outline-border",
|
|
145875
|
+
"value": "if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 50%, transparent), rgba( $kendo-toolbar-outline-text, .5 ))",
|
|
145141
145876
|
"scope": "default",
|
|
145142
145877
|
"line": {
|
|
145143
|
-
"start":
|
|
145144
|
-
"end":
|
|
145878
|
+
"start": 80,
|
|
145879
|
+
"end": 80
|
|
145145
145880
|
}
|
|
145146
145881
|
},
|
|
145147
145882
|
"group": [
|
|
@@ -145152,23 +145887,23 @@
|
|
|
145152
145887
|
"path": "bootstrap/scss/toolbar/_variables.scss",
|
|
145153
145888
|
"name": "_variables.scss"
|
|
145154
145889
|
},
|
|
145155
|
-
"resolvedValue": "
|
|
145156
|
-
"resolvedType": "
|
|
145890
|
+
"resolvedValue": "color-mix(in srgb, var(--kendo-color-on-app-surface, #212529) 50%, transparent)",
|
|
145891
|
+
"resolvedType": "String"
|
|
145157
145892
|
},
|
|
145158
145893
|
{
|
|
145159
|
-
"description": "The
|
|
145894
|
+
"description": "The gradient of the outline Toolbar.\n",
|
|
145160
145895
|
"commentRange": {
|
|
145161
|
-
"start":
|
|
145162
|
-
"end":
|
|
145896
|
+
"start": 81,
|
|
145897
|
+
"end": 82
|
|
145163
145898
|
},
|
|
145164
145899
|
"context": {
|
|
145165
145900
|
"type": "variable",
|
|
145166
|
-
"name": "kendo-toolbar-
|
|
145167
|
-
"value": "
|
|
145901
|
+
"name": "kendo-toolbar-outline-gradient",
|
|
145902
|
+
"value": "null",
|
|
145168
145903
|
"scope": "default",
|
|
145169
145904
|
"line": {
|
|
145170
|
-
"start":
|
|
145171
|
-
"end":
|
|
145905
|
+
"start": 83,
|
|
145906
|
+
"end": 83
|
|
145172
145907
|
}
|
|
145173
145908
|
},
|
|
145174
145909
|
"group": [
|
|
@@ -145179,19 +145914,46 @@
|
|
|
145179
145914
|
"path": "bootstrap/scss/toolbar/_variables.scss",
|
|
145180
145915
|
"name": "_variables.scss"
|
|
145181
145916
|
},
|
|
145182
|
-
"resolvedValue": "
|
|
145183
|
-
"resolvedType": "
|
|
145917
|
+
"resolvedValue": "null",
|
|
145918
|
+
"resolvedType": "Null"
|
|
145184
145919
|
},
|
|
145185
145920
|
{
|
|
145186
|
-
"description": "
|
|
145921
|
+
"description": "The box shadow of the outline Toolbar.\n",
|
|
145922
|
+
"commentRange": {
|
|
145923
|
+
"start": 84,
|
|
145924
|
+
"end": 85
|
|
145925
|
+
},
|
|
145926
|
+
"context": {
|
|
145927
|
+
"type": "variable",
|
|
145928
|
+
"name": "kendo-toolbar-outline-shadow",
|
|
145929
|
+
"value": "null",
|
|
145930
|
+
"scope": "default",
|
|
145931
|
+
"line": {
|
|
145932
|
+
"start": 86,
|
|
145933
|
+
"end": 86
|
|
145934
|
+
}
|
|
145935
|
+
},
|
|
145936
|
+
"group": [
|
|
145937
|
+
"toolbar"
|
|
145938
|
+
],
|
|
145939
|
+
"access": "public",
|
|
145940
|
+
"file": {
|
|
145941
|
+
"path": "bootstrap/scss/toolbar/_variables.scss",
|
|
145942
|
+
"name": "_variables.scss"
|
|
145943
|
+
},
|
|
145944
|
+
"resolvedValue": "null",
|
|
145945
|
+
"resolvedType": "Null"
|
|
145946
|
+
},
|
|
145947
|
+
{
|
|
145948
|
+
"description": "The width of the border around the outline Toolbar.\n",
|
|
145187
145949
|
"commentRange": {
|
|
145188
145950
|
"start": 87,
|
|
145189
145951
|
"end": 88
|
|
145190
145952
|
},
|
|
145191
145953
|
"context": {
|
|
145192
145954
|
"type": "variable",
|
|
145193
|
-
"name": "kendo-toolbar-
|
|
145194
|
-
"value": "
|
|
145955
|
+
"name": "kendo-toolbar-outline-border-width",
|
|
145956
|
+
"value": "$kendo-toolbar-border-width",
|
|
145195
145957
|
"scope": "default",
|
|
145196
145958
|
"line": {
|
|
145197
145959
|
"start": 89,
|
|
@@ -145210,18 +145972,153 @@
|
|
|
145210
145972
|
"resolvedType": "Number"
|
|
145211
145973
|
},
|
|
145212
145974
|
{
|
|
145213
|
-
"description": "The
|
|
145975
|
+
"description": "The text color of the flat Toolbar.\n",
|
|
145214
145976
|
"commentRange": {
|
|
145215
145977
|
"start": 91,
|
|
145216
145978
|
"end": 92
|
|
145217
145979
|
},
|
|
145218
145980
|
"context": {
|
|
145219
145981
|
"type": "variable",
|
|
145220
|
-
"name": "kendo-toolbar-
|
|
145221
|
-
"value": "
|
|
145982
|
+
"name": "kendo-toolbar-flat-text",
|
|
145983
|
+
"value": "null",
|
|
145222
145984
|
"scope": "default",
|
|
145223
145985
|
"line": {
|
|
145224
145986
|
"start": 93,
|
|
145987
|
+
"end": 93
|
|
145988
|
+
}
|
|
145989
|
+
},
|
|
145990
|
+
"group": [
|
|
145991
|
+
"toolbar"
|
|
145992
|
+
],
|
|
145993
|
+
"access": "public",
|
|
145994
|
+
"file": {
|
|
145995
|
+
"path": "bootstrap/scss/toolbar/_variables.scss",
|
|
145996
|
+
"name": "_variables.scss"
|
|
145997
|
+
},
|
|
145998
|
+
"resolvedValue": "null",
|
|
145999
|
+
"resolvedType": "Null"
|
|
146000
|
+
},
|
|
146001
|
+
{
|
|
146002
|
+
"description": "The color of the border around the flat Toolbar.\n",
|
|
146003
|
+
"commentRange": {
|
|
146004
|
+
"start": 94,
|
|
146005
|
+
"end": 95
|
|
146006
|
+
},
|
|
146007
|
+
"context": {
|
|
146008
|
+
"type": "variable",
|
|
146009
|
+
"name": "kendo-toolbar-flat-border",
|
|
146010
|
+
"value": "$kendo-toolbar-border",
|
|
146011
|
+
"scope": "default",
|
|
146012
|
+
"line": {
|
|
146013
|
+
"start": 96,
|
|
146014
|
+
"end": 96
|
|
146015
|
+
}
|
|
146016
|
+
},
|
|
146017
|
+
"group": [
|
|
146018
|
+
"toolbar"
|
|
146019
|
+
],
|
|
146020
|
+
"access": "public",
|
|
146021
|
+
"file": {
|
|
146022
|
+
"path": "bootstrap/scss/toolbar/_variables.scss",
|
|
146023
|
+
"name": "_variables.scss"
|
|
146024
|
+
},
|
|
146025
|
+
"resolvedValue": "var(--kendo-color-border, rgba(33, 37, 41, 0.13))",
|
|
146026
|
+
"resolvedType": "String"
|
|
146027
|
+
},
|
|
146028
|
+
{
|
|
146029
|
+
"description": "The gradient of the flat Toolbar.\n",
|
|
146030
|
+
"commentRange": {
|
|
146031
|
+
"start": 97,
|
|
146032
|
+
"end": 98
|
|
146033
|
+
},
|
|
146034
|
+
"context": {
|
|
146035
|
+
"type": "variable",
|
|
146036
|
+
"name": "kendo-toolbar-flat-gradient",
|
|
146037
|
+
"value": "null",
|
|
146038
|
+
"scope": "default",
|
|
146039
|
+
"line": {
|
|
146040
|
+
"start": 99,
|
|
146041
|
+
"end": 99
|
|
146042
|
+
}
|
|
146043
|
+
},
|
|
146044
|
+
"group": [
|
|
146045
|
+
"toolbar"
|
|
146046
|
+
],
|
|
146047
|
+
"access": "public",
|
|
146048
|
+
"file": {
|
|
146049
|
+
"path": "bootstrap/scss/toolbar/_variables.scss",
|
|
146050
|
+
"name": "_variables.scss"
|
|
146051
|
+
},
|
|
146052
|
+
"resolvedValue": "null",
|
|
146053
|
+
"resolvedType": "Null"
|
|
146054
|
+
},
|
|
146055
|
+
{
|
|
146056
|
+
"description": "The box shadow of the flat Toolbar.\n",
|
|
146057
|
+
"commentRange": {
|
|
146058
|
+
"start": 100,
|
|
146059
|
+
"end": 101
|
|
146060
|
+
},
|
|
146061
|
+
"context": {
|
|
146062
|
+
"type": "variable",
|
|
146063
|
+
"name": "kendo-toolbar-flat-shadow",
|
|
146064
|
+
"value": "null",
|
|
146065
|
+
"scope": "default",
|
|
146066
|
+
"line": {
|
|
146067
|
+
"start": 102,
|
|
146068
|
+
"end": 102
|
|
146069
|
+
}
|
|
146070
|
+
},
|
|
146071
|
+
"group": [
|
|
146072
|
+
"toolbar"
|
|
146073
|
+
],
|
|
146074
|
+
"access": "public",
|
|
146075
|
+
"file": {
|
|
146076
|
+
"path": "bootstrap/scss/toolbar/_variables.scss",
|
|
146077
|
+
"name": "_variables.scss"
|
|
146078
|
+
},
|
|
146079
|
+
"resolvedValue": "null",
|
|
146080
|
+
"resolvedType": "Null"
|
|
146081
|
+
},
|
|
146082
|
+
{
|
|
146083
|
+
"description": "Border width of the flat Toolbar.\n",
|
|
146084
|
+
"commentRange": {
|
|
146085
|
+
"start": 103,
|
|
146086
|
+
"end": 104
|
|
146087
|
+
},
|
|
146088
|
+
"context": {
|
|
146089
|
+
"type": "variable",
|
|
146090
|
+
"name": "kendo-toolbar-flat-border-width",
|
|
146091
|
+
"value": "1px",
|
|
146092
|
+
"scope": "default",
|
|
146093
|
+
"line": {
|
|
146094
|
+
"start": 105,
|
|
146095
|
+
"end": 105
|
|
146096
|
+
}
|
|
146097
|
+
},
|
|
146098
|
+
"group": [
|
|
146099
|
+
"toolbar"
|
|
146100
|
+
],
|
|
146101
|
+
"access": "public",
|
|
146102
|
+
"file": {
|
|
146103
|
+
"path": "bootstrap/scss/toolbar/_variables.scss",
|
|
146104
|
+
"name": "_variables.scss"
|
|
146105
|
+
},
|
|
146106
|
+
"resolvedValue": "1px",
|
|
146107
|
+
"resolvedType": "Number"
|
|
146108
|
+
},
|
|
146109
|
+
{
|
|
146110
|
+
"description": "The color of the separator border of the Toolbar.\n",
|
|
146111
|
+
"commentRange": {
|
|
146112
|
+
"start": 107,
|
|
146113
|
+
"end": 108
|
|
146114
|
+
},
|
|
146115
|
+
"context": {
|
|
146116
|
+
"type": "variable",
|
|
146117
|
+
"name": "kendo-toolbar-separator-border",
|
|
146118
|
+
"value": "inherit",
|
|
146119
|
+
"scope": "default",
|
|
146120
|
+
"line": {
|
|
146121
|
+
"start": 109,
|
|
145225
146122
|
"end": 109
|
|
145226
146123
|
}
|
|
145227
146124
|
},
|
|
@@ -145233,6 +146130,87 @@
|
|
|
145233
146130
|
"path": "bootstrap/scss/toolbar/_variables.scss",
|
|
145234
146131
|
"name": "_variables.scss"
|
|
145235
146132
|
},
|
|
146133
|
+
"resolvedValue": "inherit",
|
|
146134
|
+
"resolvedType": "String"
|
|
146135
|
+
},
|
|
146136
|
+
{
|
|
146137
|
+
"description": "The width of the input in the Toolbar.\n",
|
|
146138
|
+
"commentRange": {
|
|
146139
|
+
"start": 111,
|
|
146140
|
+
"end": 112
|
|
146141
|
+
},
|
|
146142
|
+
"context": {
|
|
146143
|
+
"type": "variable",
|
|
146144
|
+
"name": "kendo-toolbar-input-width",
|
|
146145
|
+
"value": "10em",
|
|
146146
|
+
"scope": "default",
|
|
146147
|
+
"line": {
|
|
146148
|
+
"start": 113,
|
|
146149
|
+
"end": 113
|
|
146150
|
+
}
|
|
146151
|
+
},
|
|
146152
|
+
"group": [
|
|
146153
|
+
"toolbar"
|
|
146154
|
+
],
|
|
146155
|
+
"access": "public",
|
|
146156
|
+
"file": {
|
|
146157
|
+
"path": "bootstrap/scss/toolbar/_variables.scss",
|
|
146158
|
+
"name": "_variables.scss"
|
|
146159
|
+
},
|
|
146160
|
+
"resolvedValue": "10em",
|
|
146161
|
+
"resolvedType": "Number"
|
|
146162
|
+
},
|
|
146163
|
+
{
|
|
146164
|
+
"description": "The box shadow of the focused Toolbar item.\n",
|
|
146165
|
+
"commentRange": {
|
|
146166
|
+
"start": 115,
|
|
146167
|
+
"end": 116
|
|
146168
|
+
},
|
|
146169
|
+
"context": {
|
|
146170
|
+
"type": "variable",
|
|
146171
|
+
"name": "kendo-toolbar-item-shadow",
|
|
146172
|
+
"value": "0 0 0 .25rem if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 25%, transparent), rgba( $kendo-color-primary, .25 ))",
|
|
146173
|
+
"scope": "default",
|
|
146174
|
+
"line": {
|
|
146175
|
+
"start": 117,
|
|
146176
|
+
"end": 117
|
|
146177
|
+
}
|
|
146178
|
+
},
|
|
146179
|
+
"group": [
|
|
146180
|
+
"toolbar"
|
|
146181
|
+
],
|
|
146182
|
+
"access": "public",
|
|
146183
|
+
"file": {
|
|
146184
|
+
"path": "bootstrap/scss/toolbar/_variables.scss",
|
|
146185
|
+
"name": "_variables.scss"
|
|
146186
|
+
},
|
|
146187
|
+
"resolvedValue": "0 0 0 0.25rem color-mix(in srgb, var(--kendo-color-primary, #0d6efd) 25%, transparent)",
|
|
146188
|
+
"resolvedType": "List"
|
|
146189
|
+
},
|
|
146190
|
+
{
|
|
146191
|
+
"description": "The sizes map for the Toolbar.\n",
|
|
146192
|
+
"commentRange": {
|
|
146193
|
+
"start": 119,
|
|
146194
|
+
"end": 120
|
|
146195
|
+
},
|
|
146196
|
+
"context": {
|
|
146197
|
+
"type": "variable",
|
|
146198
|
+
"name": "kendo-toolbar-sizes",
|
|
146199
|
+
"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)",
|
|
146200
|
+
"scope": "default",
|
|
146201
|
+
"line": {
|
|
146202
|
+
"start": 121,
|
|
146203
|
+
"end": 137
|
|
146204
|
+
}
|
|
146205
|
+
},
|
|
146206
|
+
"group": [
|
|
146207
|
+
"toolbar"
|
|
146208
|
+
],
|
|
146209
|
+
"access": "public",
|
|
146210
|
+
"file": {
|
|
146211
|
+
"path": "bootstrap/scss/toolbar/_variables.scss",
|
|
146212
|
+
"name": "_variables.scss"
|
|
146213
|
+
},
|
|
145236
146214
|
"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)))",
|
|
145237
146215
|
"resolvedType": "Map",
|
|
145238
146216
|
"prettyValue": {
|