@progress/kendo-theme-default 13.0.0-dev.0 → 13.0.0-dev.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/all.css +1 -1
- package/dist/default-blue.css +1 -1
- package/dist/default-dataviz-v4.css +1 -1
- package/dist/default-green.css +1 -1
- package/dist/default-main-dark.css +1 -1
- package/dist/default-main.css +1 -1
- package/dist/default-nordic.css +1 -1
- package/dist/default-ocean-blue-a11y.css +1 -1
- package/dist/default-ocean-blue.css +1 -1
- package/dist/default-orange.css +1 -1
- package/dist/default-purple.css +1 -1
- package/dist/default-turquoise.css +1 -1
- package/dist/default-urban.css +1 -1
- package/dist/meta/sassdoc-data.json +438 -330
- package/dist/meta/sassdoc-raw-data.json +211 -161
- package/dist/meta/variables.json +12 -4
- package/lib/swatches/default-blue.json +1 -1
- package/lib/swatches/default-dataviz-v4.json +1 -1
- package/lib/swatches/default-green.json +1 -1
- package/lib/swatches/default-main-dark.json +1 -1
- package/lib/swatches/default-main.json +1 -1
- package/lib/swatches/default-nordic.json +1 -1
- package/lib/swatches/default-ocean-blue-a11y.json +1 -1
- package/lib/swatches/default-ocean-blue.json +1 -1
- package/lib/swatches/default-orange.json +1 -1
- package/lib/swatches/default-purple.json +1 -1
- package/lib/swatches/default-turquoise.json +1 -1
- package/lib/swatches/default-urban.json +1 -1
- package/package.json +5 -5
- package/scss/grid/_variables.scss +12 -2
|
@@ -38808,7 +38808,7 @@
|
|
|
38808
38808
|
"context": {
|
|
38809
38809
|
"type": "variable",
|
|
38810
38810
|
"name": "kendo-grid-sticky-border",
|
|
38811
|
-
"value": "
|
|
38811
|
+
"value": "color-mix(in srgb, k-color(on-app-surface) 30%, transparent)",
|
|
38812
38812
|
"scope": "default",
|
|
38813
38813
|
"line": {
|
|
38814
38814
|
"start": 330,
|
|
@@ -38823,8 +38823,8 @@
|
|
|
38823
38823
|
"path": "default/scss/grid/_variables.scss",
|
|
38824
38824
|
"name": "_variables.scss"
|
|
38825
38825
|
},
|
|
38826
|
-
"resolvedValue": "
|
|
38827
|
-
"resolvedType": "
|
|
38826
|
+
"resolvedValue": "color-mix(in srgb, var(--kendo-color-on-app-surface, #3d3d3d) 30%, transparent)",
|
|
38827
|
+
"resolvedType": "String"
|
|
38828
38828
|
},
|
|
38829
38829
|
{
|
|
38830
38830
|
"description": "The background color of the sticky header in the Grid.\n",
|
|
@@ -38904,8 +38904,8 @@
|
|
|
38904
38904
|
"path": "default/scss/grid/_variables.scss",
|
|
38905
38905
|
"name": "_variables.scss"
|
|
38906
38906
|
},
|
|
38907
|
-
"resolvedValue": "
|
|
38908
|
-
"resolvedType": "
|
|
38907
|
+
"resolvedValue": "color-mix(in srgb, var(--kendo-color-on-app-surface, #3d3d3d) 30%, transparent)",
|
|
38908
|
+
"resolvedType": "String"
|
|
38909
38909
|
},
|
|
38910
38910
|
{
|
|
38911
38911
|
"description": "The background color of the sticky footer in the Grid.\n",
|
|
@@ -38934,11 +38934,38 @@
|
|
|
38934
38934
|
"resolvedValue": "var(--kendo-color-surface, #fafafa)",
|
|
38935
38935
|
"resolvedType": "String"
|
|
38936
38936
|
},
|
|
38937
|
+
{
|
|
38938
|
+
"description": "The box shadow of the sticky container in the Grid.\n",
|
|
38939
|
+
"commentRange": {
|
|
38940
|
+
"start": 346,
|
|
38941
|
+
"end": 347
|
|
38942
|
+
},
|
|
38943
|
+
"context": {
|
|
38944
|
+
"type": "variable",
|
|
38945
|
+
"name": "kendo-grid-sticky-container-shadow",
|
|
38946
|
+
"value": "k-elevation(3)",
|
|
38947
|
+
"scope": "default",
|
|
38948
|
+
"line": {
|
|
38949
|
+
"start": 348,
|
|
38950
|
+
"end": 348
|
|
38951
|
+
}
|
|
38952
|
+
},
|
|
38953
|
+
"group": [
|
|
38954
|
+
"grid"
|
|
38955
|
+
],
|
|
38956
|
+
"access": "public",
|
|
38957
|
+
"file": {
|
|
38958
|
+
"path": "default/scss/grid/_variables.scss",
|
|
38959
|
+
"name": "_variables.scss"
|
|
38960
|
+
},
|
|
38961
|
+
"resolvedValue": "var(--kendo-elevation-3, 0 6px 8px rgba(0, 0, 0, 0.08), 0 4px 16px rgba(0, 0, 0, 0.12))",
|
|
38962
|
+
"resolvedType": "String"
|
|
38963
|
+
},
|
|
38937
38964
|
{
|
|
38938
38965
|
"description": "The width of the Grid column menu.\n",
|
|
38939
38966
|
"commentRange": {
|
|
38940
|
-
"start":
|
|
38941
|
-
"end":
|
|
38967
|
+
"start": 351,
|
|
38968
|
+
"end": 352
|
|
38942
38969
|
},
|
|
38943
38970
|
"context": {
|
|
38944
38971
|
"type": "variable",
|
|
@@ -38946,8 +38973,8 @@
|
|
|
38946
38973
|
"value": "230px",
|
|
38947
38974
|
"scope": "default",
|
|
38948
38975
|
"line": {
|
|
38949
|
-
"start":
|
|
38950
|
-
"end":
|
|
38976
|
+
"start": 353,
|
|
38977
|
+
"end": 353
|
|
38951
38978
|
}
|
|
38952
38979
|
},
|
|
38953
38980
|
"group": [
|
|
@@ -38964,8 +38991,8 @@
|
|
|
38964
38991
|
{
|
|
38965
38992
|
"description": "The maximum width of the Grid column menu.\n",
|
|
38966
38993
|
"commentRange": {
|
|
38967
|
-
"start":
|
|
38968
|
-
"end":
|
|
38994
|
+
"start": 354,
|
|
38995
|
+
"end": 355
|
|
38969
38996
|
},
|
|
38970
38997
|
"context": {
|
|
38971
38998
|
"type": "variable",
|
|
@@ -38973,8 +39000,8 @@
|
|
|
38973
39000
|
"value": "320px",
|
|
38974
39001
|
"scope": "default",
|
|
38975
39002
|
"line": {
|
|
38976
|
-
"start":
|
|
38977
|
-
"end":
|
|
39003
|
+
"start": 356,
|
|
39004
|
+
"end": 356
|
|
38978
39005
|
}
|
|
38979
39006
|
},
|
|
38980
39007
|
"group": [
|
|
@@ -38991,8 +39018,8 @@
|
|
|
38991
39018
|
{
|
|
38992
39019
|
"description": "The horizontal padding of the Grid popup.\n",
|
|
38993
39020
|
"commentRange": {
|
|
38994
|
-
"start":
|
|
38995
|
-
"end":
|
|
39021
|
+
"start": 359,
|
|
39022
|
+
"end": 360
|
|
38996
39023
|
},
|
|
38997
39024
|
"context": {
|
|
38998
39025
|
"type": "variable",
|
|
@@ -39000,8 +39027,8 @@
|
|
|
39000
39027
|
"value": "null",
|
|
39001
39028
|
"scope": "default",
|
|
39002
39029
|
"line": {
|
|
39003
|
-
"start":
|
|
39004
|
-
"end":
|
|
39030
|
+
"start": 361,
|
|
39031
|
+
"end": 361
|
|
39005
39032
|
}
|
|
39006
39033
|
},
|
|
39007
39034
|
"group": [
|
|
@@ -39018,8 +39045,8 @@
|
|
|
39018
39045
|
{
|
|
39019
39046
|
"description": "The vertical padding of the Grid popup.\n",
|
|
39020
39047
|
"commentRange": {
|
|
39021
|
-
"start":
|
|
39022
|
-
"end":
|
|
39048
|
+
"start": 362,
|
|
39049
|
+
"end": 363
|
|
39023
39050
|
},
|
|
39024
39051
|
"context": {
|
|
39025
39052
|
"type": "variable",
|
|
@@ -39027,8 +39054,8 @@
|
|
|
39027
39054
|
"value": "null",
|
|
39028
39055
|
"scope": "default",
|
|
39029
39056
|
"line": {
|
|
39030
|
-
"start":
|
|
39031
|
-
"end":
|
|
39057
|
+
"start": 364,
|
|
39058
|
+
"end": 364
|
|
39032
39059
|
}
|
|
39033
39060
|
},
|
|
39034
39061
|
"group": [
|
|
@@ -39045,8 +39072,8 @@
|
|
|
39045
39072
|
{
|
|
39046
39073
|
"description": "The horizontal padding of the Grid item.\n",
|
|
39047
39074
|
"commentRange": {
|
|
39048
|
-
"start":
|
|
39049
|
-
"end":
|
|
39075
|
+
"start": 366,
|
|
39076
|
+
"end": 367
|
|
39050
39077
|
},
|
|
39051
39078
|
"context": {
|
|
39052
39079
|
"type": "variable",
|
|
@@ -39054,8 +39081,8 @@
|
|
|
39054
39081
|
"value": "$kendo-menu-popup-md-item-padding-x",
|
|
39055
39082
|
"scope": "default",
|
|
39056
39083
|
"line": {
|
|
39057
|
-
"start":
|
|
39058
|
-
"end":
|
|
39084
|
+
"start": 368,
|
|
39085
|
+
"end": 368
|
|
39059
39086
|
}
|
|
39060
39087
|
},
|
|
39061
39088
|
"group": [
|
|
@@ -39072,8 +39099,8 @@
|
|
|
39072
39099
|
{
|
|
39073
39100
|
"description": "The vertical padding of the Grid item.\n",
|
|
39074
39101
|
"commentRange": {
|
|
39075
|
-
"start":
|
|
39076
|
-
"end":
|
|
39102
|
+
"start": 369,
|
|
39103
|
+
"end": 370
|
|
39077
39104
|
},
|
|
39078
39105
|
"context": {
|
|
39079
39106
|
"type": "variable",
|
|
@@ -39081,8 +39108,8 @@
|
|
|
39081
39108
|
"value": "$kendo-menu-popup-md-item-padding-y",
|
|
39082
39109
|
"scope": "default",
|
|
39083
39110
|
"line": {
|
|
39084
|
-
"start":
|
|
39085
|
-
"end":
|
|
39111
|
+
"start": 371,
|
|
39112
|
+
"end": 371
|
|
39086
39113
|
}
|
|
39087
39114
|
},
|
|
39088
39115
|
"group": [
|
|
@@ -39099,8 +39126,8 @@
|
|
|
39099
39126
|
{
|
|
39100
39127
|
"description": "The horizontal padding of the Grid item.\n",
|
|
39101
39128
|
"commentRange": {
|
|
39102
|
-
"start":
|
|
39103
|
-
"end":
|
|
39129
|
+
"start": 373,
|
|
39130
|
+
"end": 374
|
|
39104
39131
|
},
|
|
39105
39132
|
"context": {
|
|
39106
39133
|
"type": "variable",
|
|
@@ -39108,8 +39135,8 @@
|
|
|
39108
39135
|
"value": "$kendo-list-md-item-padding-x",
|
|
39109
39136
|
"scope": "default",
|
|
39110
39137
|
"line": {
|
|
39111
|
-
"start":
|
|
39112
|
-
"end":
|
|
39138
|
+
"start": 375,
|
|
39139
|
+
"end": 375
|
|
39113
39140
|
}
|
|
39114
39141
|
},
|
|
39115
39142
|
"group": [
|
|
@@ -39126,8 +39153,8 @@
|
|
|
39126
39153
|
{
|
|
39127
39154
|
"description": "The vertical padding of the Grid item.\n",
|
|
39128
39155
|
"commentRange": {
|
|
39129
|
-
"start":
|
|
39130
|
-
"end":
|
|
39156
|
+
"start": 376,
|
|
39157
|
+
"end": 377
|
|
39131
39158
|
},
|
|
39132
39159
|
"context": {
|
|
39133
39160
|
"type": "variable",
|
|
@@ -39135,8 +39162,8 @@
|
|
|
39135
39162
|
"value": "$kendo-list-md-item-padding-y",
|
|
39136
39163
|
"scope": "default",
|
|
39137
39164
|
"line": {
|
|
39138
|
-
"start":
|
|
39139
|
-
"end":
|
|
39165
|
+
"start": 378,
|
|
39166
|
+
"end": 378
|
|
39140
39167
|
}
|
|
39141
39168
|
},
|
|
39142
39169
|
"group": [
|
|
@@ -39153,8 +39180,8 @@
|
|
|
39153
39180
|
{
|
|
39154
39181
|
"description": "The horizontal padding of the Grid.\n",
|
|
39155
39182
|
"commentRange": {
|
|
39156
|
-
"start":
|
|
39157
|
-
"end":
|
|
39183
|
+
"start": 380,
|
|
39184
|
+
"end": 381
|
|
39158
39185
|
},
|
|
39159
39186
|
"context": {
|
|
39160
39187
|
"type": "variable",
|
|
@@ -39162,8 +39189,8 @@
|
|
|
39162
39189
|
"value": "k-spacing(0)",
|
|
39163
39190
|
"scope": "default",
|
|
39164
39191
|
"line": {
|
|
39165
|
-
"start":
|
|
39166
|
-
"end":
|
|
39192
|
+
"start": 382,
|
|
39193
|
+
"end": 382
|
|
39167
39194
|
}
|
|
39168
39195
|
},
|
|
39169
39196
|
"group": [
|
|
@@ -39180,8 +39207,8 @@
|
|
|
39180
39207
|
{
|
|
39181
39208
|
"description": "The vertical padding of the Grid.\n",
|
|
39182
39209
|
"commentRange": {
|
|
39183
|
-
"start":
|
|
39184
|
-
"end":
|
|
39210
|
+
"start": 383,
|
|
39211
|
+
"end": 384
|
|
39185
39212
|
},
|
|
39186
39213
|
"context": {
|
|
39187
39214
|
"type": "variable",
|
|
@@ -39189,8 +39216,8 @@
|
|
|
39189
39216
|
"value": "k-spacing(1.5)",
|
|
39190
39217
|
"scope": "default",
|
|
39191
39218
|
"line": {
|
|
39192
|
-
"start":
|
|
39193
|
-
"end":
|
|
39219
|
+
"start": 385,
|
|
39220
|
+
"end": 385
|
|
39194
39221
|
}
|
|
39195
39222
|
},
|
|
39196
39223
|
"group": [
|
|
@@ -39207,8 +39234,8 @@
|
|
|
39207
39234
|
{
|
|
39208
39235
|
"description": "The horizontal padding of the Grid header.\n",
|
|
39209
39236
|
"commentRange": {
|
|
39210
|
-
"start":
|
|
39211
|
-
"end":
|
|
39237
|
+
"start": 387,
|
|
39238
|
+
"end": 388
|
|
39212
39239
|
},
|
|
39213
39240
|
"context": {
|
|
39214
39241
|
"type": "variable",
|
|
@@ -39216,8 +39243,8 @@
|
|
|
39216
39243
|
"value": "$kendo-menu-popup-md-item-padding-x",
|
|
39217
39244
|
"scope": "default",
|
|
39218
39245
|
"line": {
|
|
39219
|
-
"start":
|
|
39220
|
-
"end":
|
|
39246
|
+
"start": 389,
|
|
39247
|
+
"end": 389
|
|
39221
39248
|
}
|
|
39222
39249
|
},
|
|
39223
39250
|
"group": [
|
|
@@ -39234,8 +39261,8 @@
|
|
|
39234
39261
|
{
|
|
39235
39262
|
"description": "The vertical padding of the Grid header.\n",
|
|
39236
39263
|
"commentRange": {
|
|
39237
|
-
"start":
|
|
39238
|
-
"end":
|
|
39264
|
+
"start": 390,
|
|
39265
|
+
"end": 391
|
|
39239
39266
|
},
|
|
39240
39267
|
"context": {
|
|
39241
39268
|
"type": "variable",
|
|
@@ -39243,8 +39270,8 @@
|
|
|
39243
39270
|
"value": "$kendo-menu-popup-md-item-padding-y",
|
|
39244
39271
|
"scope": "default",
|
|
39245
39272
|
"line": {
|
|
39246
|
-
"start":
|
|
39247
|
-
"end":
|
|
39273
|
+
"start": 392,
|
|
39274
|
+
"end": 392
|
|
39248
39275
|
}
|
|
39249
39276
|
},
|
|
39250
39277
|
"group": [
|
|
@@ -39261,8 +39288,8 @@
|
|
|
39261
39288
|
{
|
|
39262
39289
|
"description": "The font size of the Grid header.\n",
|
|
39263
39290
|
"commentRange": {
|
|
39264
|
-
"start":
|
|
39265
|
-
"end":
|
|
39291
|
+
"start": 394,
|
|
39292
|
+
"end": 395
|
|
39266
39293
|
},
|
|
39267
39294
|
"context": {
|
|
39268
39295
|
"type": "variable",
|
|
@@ -39270,8 +39297,8 @@
|
|
|
39270
39297
|
"value": "var( --kendo-font-size-sm, inherit )",
|
|
39271
39298
|
"scope": "default",
|
|
39272
39299
|
"line": {
|
|
39273
|
-
"start":
|
|
39274
|
-
"end":
|
|
39300
|
+
"start": 396,
|
|
39301
|
+
"end": 396
|
|
39275
39302
|
}
|
|
39276
39303
|
},
|
|
39277
39304
|
"group": [
|
|
@@ -39288,8 +39315,8 @@
|
|
|
39288
39315
|
{
|
|
39289
39316
|
"description": "The height of the Grid header.\n",
|
|
39290
39317
|
"commentRange": {
|
|
39291
|
-
"start":
|
|
39292
|
-
"end":
|
|
39318
|
+
"start": 397,
|
|
39319
|
+
"end": 398
|
|
39293
39320
|
},
|
|
39294
39321
|
"context": {
|
|
39295
39322
|
"type": "variable",
|
|
@@ -39297,8 +39324,8 @@
|
|
|
39297
39324
|
"value": "var( --kendo-line-height, normal )",
|
|
39298
39325
|
"scope": "default",
|
|
39299
39326
|
"line": {
|
|
39300
|
-
"start":
|
|
39301
|
-
"end":
|
|
39327
|
+
"start": 399,
|
|
39328
|
+
"end": 399
|
|
39302
39329
|
}
|
|
39303
39330
|
},
|
|
39304
39331
|
"group": [
|
|
@@ -39315,8 +39342,8 @@
|
|
|
39315
39342
|
{
|
|
39316
39343
|
"description": "The text color of the Grid header.\n",
|
|
39317
39344
|
"commentRange": {
|
|
39318
|
-
"start":
|
|
39319
|
-
"end":
|
|
39345
|
+
"start": 400,
|
|
39346
|
+
"end": 401
|
|
39320
39347
|
},
|
|
39321
39348
|
"context": {
|
|
39322
39349
|
"type": "variable",
|
|
@@ -39324,8 +39351,8 @@
|
|
|
39324
39351
|
"value": "uppercase",
|
|
39325
39352
|
"scope": "default",
|
|
39326
39353
|
"line": {
|
|
39327
|
-
"start":
|
|
39328
|
-
"end":
|
|
39354
|
+
"start": 402,
|
|
39355
|
+
"end": 402
|
|
39329
39356
|
}
|
|
39330
39357
|
},
|
|
39331
39358
|
"group": [
|
|
@@ -39342,8 +39369,8 @@
|
|
|
39342
39369
|
{
|
|
39343
39370
|
"description": "The width of the Grid header.\n",
|
|
39344
39371
|
"commentRange": {
|
|
39345
|
-
"start":
|
|
39346
|
-
"end":
|
|
39372
|
+
"start": 403,
|
|
39373
|
+
"end": 404
|
|
39347
39374
|
},
|
|
39348
39375
|
"context": {
|
|
39349
39376
|
"type": "variable",
|
|
@@ -39351,8 +39378,8 @@
|
|
|
39351
39378
|
"value": "1px",
|
|
39352
39379
|
"scope": "default",
|
|
39353
39380
|
"line": {
|
|
39354
|
-
"start":
|
|
39355
|
-
"end":
|
|
39381
|
+
"start": 405,
|
|
39382
|
+
"end": 405
|
|
39356
39383
|
}
|
|
39357
39384
|
},
|
|
39358
39385
|
"group": [
|
|
@@ -39369,8 +39396,8 @@
|
|
|
39369
39396
|
{
|
|
39370
39397
|
"description": "The background color of the Grid header.\n",
|
|
39371
39398
|
"commentRange": {
|
|
39372
|
-
"start":
|
|
39373
|
-
"end":
|
|
39399
|
+
"start": 407,
|
|
39400
|
+
"end": 408
|
|
39374
39401
|
},
|
|
39375
39402
|
"context": {
|
|
39376
39403
|
"type": "variable",
|
|
@@ -39378,8 +39405,8 @@
|
|
|
39378
39405
|
"value": "null",
|
|
39379
39406
|
"scope": "default",
|
|
39380
39407
|
"line": {
|
|
39381
|
-
"start":
|
|
39382
|
-
"end":
|
|
39408
|
+
"start": 409,
|
|
39409
|
+
"end": 409
|
|
39383
39410
|
}
|
|
39384
39411
|
},
|
|
39385
39412
|
"group": [
|
|
@@ -39396,8 +39423,8 @@
|
|
|
39396
39423
|
{
|
|
39397
39424
|
"description": "The text color of the Grid header.\n",
|
|
39398
39425
|
"commentRange": {
|
|
39399
|
-
"start":
|
|
39400
|
-
"end":
|
|
39426
|
+
"start": 410,
|
|
39427
|
+
"end": 411
|
|
39401
39428
|
},
|
|
39402
39429
|
"context": {
|
|
39403
39430
|
"type": "variable",
|
|
@@ -39405,8 +39432,8 @@
|
|
|
39405
39432
|
"value": "$kendo-popup-text",
|
|
39406
39433
|
"scope": "default",
|
|
39407
39434
|
"line": {
|
|
39408
|
-
"start":
|
|
39409
|
-
"end":
|
|
39435
|
+
"start": 412,
|
|
39436
|
+
"end": 412
|
|
39410
39437
|
}
|
|
39411
39438
|
},
|
|
39412
39439
|
"group": [
|
|
@@ -39423,8 +39450,8 @@
|
|
|
39423
39450
|
{
|
|
39424
39451
|
"description": "The border color of the Grid header.\n",
|
|
39425
39452
|
"commentRange": {
|
|
39426
|
-
"start":
|
|
39427
|
-
"end":
|
|
39453
|
+
"start": 413,
|
|
39454
|
+
"end": 414
|
|
39428
39455
|
},
|
|
39429
39456
|
"context": {
|
|
39430
39457
|
"type": "variable",
|
|
@@ -39432,8 +39459,8 @@
|
|
|
39432
39459
|
"value": "$kendo-popup-border",
|
|
39433
39460
|
"scope": "default",
|
|
39434
39461
|
"line": {
|
|
39435
|
-
"start":
|
|
39436
|
-
"end":
|
|
39462
|
+
"start": 415,
|
|
39463
|
+
"end": 415
|
|
39437
39464
|
}
|
|
39438
39465
|
},
|
|
39439
39466
|
"group": [
|
|
@@ -39450,8 +39477,8 @@
|
|
|
39450
39477
|
{
|
|
39451
39478
|
"description": "The horizontal padding of the Grid content.\n",
|
|
39452
39479
|
"commentRange": {
|
|
39453
|
-
"start":
|
|
39454
|
-
"end":
|
|
39480
|
+
"start": 417,
|
|
39481
|
+
"end": 418
|
|
39455
39482
|
},
|
|
39456
39483
|
"context": {
|
|
39457
39484
|
"type": "variable",
|
|
@@ -39459,8 +39486,8 @@
|
|
|
39459
39486
|
"value": "k-spacing(0)",
|
|
39460
39487
|
"scope": "default",
|
|
39461
39488
|
"line": {
|
|
39462
|
-
"start":
|
|
39463
|
-
"end":
|
|
39489
|
+
"start": 419,
|
|
39490
|
+
"end": 419
|
|
39464
39491
|
}
|
|
39465
39492
|
},
|
|
39466
39493
|
"group": [
|
|
@@ -39477,8 +39504,8 @@
|
|
|
39477
39504
|
{
|
|
39478
39505
|
"description": "The vertical padding of the Grid content.\n",
|
|
39479
39506
|
"commentRange": {
|
|
39480
|
-
"start":
|
|
39481
|
-
"end":
|
|
39507
|
+
"start": 420,
|
|
39508
|
+
"end": 421
|
|
39482
39509
|
},
|
|
39483
39510
|
"context": {
|
|
39484
39511
|
"type": "variable",
|
|
@@ -39486,8 +39513,8 @@
|
|
|
39486
39513
|
"value": "k-spacing(2)",
|
|
39487
39514
|
"scope": "default",
|
|
39488
39515
|
"line": {
|
|
39489
|
-
"start":
|
|
39490
|
-
"end":
|
|
39516
|
+
"start": 422,
|
|
39517
|
+
"end": 422
|
|
39491
39518
|
}
|
|
39492
39519
|
},
|
|
39493
39520
|
"group": [
|
|
@@ -39504,8 +39531,8 @@
|
|
|
39504
39531
|
{
|
|
39505
39532
|
"description": "The background color of the Grid.\n",
|
|
39506
39533
|
"commentRange": {
|
|
39507
|
-
"start":
|
|
39508
|
-
"end":
|
|
39534
|
+
"start": 424,
|
|
39535
|
+
"end": 425
|
|
39509
39536
|
},
|
|
39510
39537
|
"context": {
|
|
39511
39538
|
"type": "variable",
|
|
@@ -39513,8 +39540,8 @@
|
|
|
39513
39540
|
"value": "k-color(surface)",
|
|
39514
39541
|
"scope": "default",
|
|
39515
39542
|
"line": {
|
|
39516
|
-
"start":
|
|
39517
|
-
"end":
|
|
39543
|
+
"start": 426,
|
|
39544
|
+
"end": 426
|
|
39518
39545
|
}
|
|
39519
39546
|
},
|
|
39520
39547
|
"group": [
|
|
@@ -39531,8 +39558,8 @@
|
|
|
39531
39558
|
{
|
|
39532
39559
|
"description": "The width of the Grid cell.\n",
|
|
39533
39560
|
"commentRange": {
|
|
39534
|
-
"start":
|
|
39535
|
-
"end":
|
|
39561
|
+
"start": 428,
|
|
39562
|
+
"end": 429
|
|
39536
39563
|
},
|
|
39537
39564
|
"context": {
|
|
39538
39565
|
"type": "variable",
|
|
@@ -39540,8 +39567,8 @@
|
|
|
39540
39567
|
"value": "($kendo-icon-size * 2.25)",
|
|
39541
39568
|
"scope": "default",
|
|
39542
39569
|
"line": {
|
|
39543
|
-
"start":
|
|
39544
|
-
"end":
|
|
39570
|
+
"start": 430,
|
|
39571
|
+
"end": 430
|
|
39545
39572
|
}
|
|
39546
39573
|
},
|
|
39547
39574
|
"group": [
|
|
@@ -39558,8 +39585,8 @@
|
|
|
39558
39585
|
{
|
|
39559
39586
|
"description": "The width of the Grid.\n",
|
|
39560
39587
|
"commentRange": {
|
|
39561
|
-
"start":
|
|
39562
|
-
"end":
|
|
39588
|
+
"start": 432,
|
|
39589
|
+
"end": 433
|
|
39563
39590
|
},
|
|
39564
39591
|
"context": {
|
|
39565
39592
|
"type": "variable",
|
|
@@ -39567,8 +39594,8 @@
|
|
|
39567
39594
|
"value": "($kendo-icon-size * 2)",
|
|
39568
39595
|
"scope": "default",
|
|
39569
39596
|
"line": {
|
|
39570
|
-
"start":
|
|
39571
|
-
"end":
|
|
39597
|
+
"start": 434,
|
|
39598
|
+
"end": 434
|
|
39572
39599
|
}
|
|
39573
39600
|
},
|
|
39574
39601
|
"group": [
|
|
@@ -39585,8 +39612,8 @@
|
|
|
39585
39612
|
{
|
|
39586
39613
|
"description": "The grouping border top of the Grid row.\n",
|
|
39587
39614
|
"commentRange": {
|
|
39588
|
-
"start":
|
|
39589
|
-
"end":
|
|
39615
|
+
"start": 436,
|
|
39616
|
+
"end": 437
|
|
39590
39617
|
},
|
|
39591
39618
|
"context": {
|
|
39592
39619
|
"type": "variable",
|
|
@@ -39594,8 +39621,8 @@
|
|
|
39594
39621
|
"value": "1px",
|
|
39595
39622
|
"scope": "default",
|
|
39596
39623
|
"line": {
|
|
39597
|
-
"start":
|
|
39598
|
-
"end":
|
|
39624
|
+
"start": 438,
|
|
39625
|
+
"end": 438
|
|
39599
39626
|
}
|
|
39600
39627
|
},
|
|
39601
39628
|
"group": [
|
|
@@ -39612,8 +39639,8 @@
|
|
|
39612
39639
|
{
|
|
39613
39640
|
"description": "The vertical border of the Grid footer.\n",
|
|
39614
39641
|
"commentRange": {
|
|
39615
|
-
"start":
|
|
39616
|
-
"end":
|
|
39642
|
+
"start": 439,
|
|
39643
|
+
"end": 440
|
|
39617
39644
|
},
|
|
39618
39645
|
"context": {
|
|
39619
39646
|
"type": "variable",
|
|
@@ -39621,8 +39648,8 @@
|
|
|
39621
39648
|
"value": "1px",
|
|
39622
39649
|
"scope": "default",
|
|
39623
39650
|
"line": {
|
|
39624
|
-
"start":
|
|
39625
|
-
"end":
|
|
39651
|
+
"start": 441,
|
|
39652
|
+
"end": 441
|
|
39626
39653
|
}
|
|
39627
39654
|
},
|
|
39628
39655
|
"group": [
|
|
@@ -39639,8 +39666,8 @@
|
|
|
39639
39666
|
{
|
|
39640
39667
|
"description": "The background color of the Grid row resize indicator.\n",
|
|
39641
39668
|
"commentRange": {
|
|
39642
|
-
"start":
|
|
39643
|
-
"end":
|
|
39669
|
+
"start": 443,
|
|
39670
|
+
"end": 444
|
|
39644
39671
|
},
|
|
39645
39672
|
"context": {
|
|
39646
39673
|
"type": "variable",
|
|
@@ -39648,8 +39675,8 @@
|
|
|
39648
39675
|
"value": "color-mix(in srgb, k-color(on-base) 20%, transparent)",
|
|
39649
39676
|
"scope": "default",
|
|
39650
39677
|
"line": {
|
|
39651
|
-
"start":
|
|
39652
|
-
"end":
|
|
39678
|
+
"start": 445,
|
|
39679
|
+
"end": 445
|
|
39653
39680
|
}
|
|
39654
39681
|
},
|
|
39655
39682
|
"group": [
|
|
@@ -39666,8 +39693,8 @@
|
|
|
39666
39693
|
{
|
|
39667
39694
|
"description": "The background color of the active Grid row resize indicator.\n",
|
|
39668
39695
|
"commentRange": {
|
|
39669
|
-
"start":
|
|
39670
|
-
"end":
|
|
39696
|
+
"start": 446,
|
|
39697
|
+
"end": 447
|
|
39671
39698
|
},
|
|
39672
39699
|
"context": {
|
|
39673
39700
|
"type": "variable",
|
|
@@ -39675,8 +39702,8 @@
|
|
|
39675
39702
|
"value": "k-color(primary)",
|
|
39676
39703
|
"scope": "default",
|
|
39677
39704
|
"line": {
|
|
39678
|
-
"start":
|
|
39679
|
-
"end":
|
|
39705
|
+
"start": 448,
|
|
39706
|
+
"end": 448
|
|
39680
39707
|
}
|
|
39681
39708
|
},
|
|
39682
39709
|
"group": [
|
|
@@ -39693,8 +39720,8 @@
|
|
|
39693
39720
|
{
|
|
39694
39721
|
"description": "The height of the Grid row resize indicator.\n",
|
|
39695
39722
|
"commentRange": {
|
|
39696
|
-
"start":
|
|
39697
|
-
"end":
|
|
39723
|
+
"start": 449,
|
|
39724
|
+
"end": 450
|
|
39698
39725
|
},
|
|
39699
39726
|
"context": {
|
|
39700
39727
|
"type": "variable",
|
|
@@ -39702,8 +39729,8 @@
|
|
|
39702
39729
|
"value": "k-spacing(0.5)",
|
|
39703
39730
|
"scope": "default",
|
|
39704
39731
|
"line": {
|
|
39705
|
-
"start":
|
|
39706
|
-
"end":
|
|
39732
|
+
"start": 451,
|
|
39733
|
+
"end": 451
|
|
39707
39734
|
}
|
|
39708
39735
|
},
|
|
39709
39736
|
"group": [
|
|
@@ -39720,8 +39747,8 @@
|
|
|
39720
39747
|
{
|
|
39721
39748
|
"description": "The horizontal padding of the Grid stack layout cells.\n",
|
|
39722
39749
|
"commentRange": {
|
|
39723
|
-
"start":
|
|
39724
|
-
"end":
|
|
39750
|
+
"start": 453,
|
|
39751
|
+
"end": 454
|
|
39725
39752
|
},
|
|
39726
39753
|
"context": {
|
|
39727
39754
|
"type": "variable",
|
|
@@ -39729,8 +39756,8 @@
|
|
|
39729
39756
|
"value": "k-spacing(2)",
|
|
39730
39757
|
"scope": "default",
|
|
39731
39758
|
"line": {
|
|
39732
|
-
"start":
|
|
39733
|
-
"end":
|
|
39759
|
+
"start": 455,
|
|
39760
|
+
"end": 455
|
|
39734
39761
|
}
|
|
39735
39762
|
},
|
|
39736
39763
|
"group": [
|
|
@@ -39747,8 +39774,8 @@
|
|
|
39747
39774
|
{
|
|
39748
39775
|
"description": "The vertical padding of the Grid stack layout cells.\n",
|
|
39749
39776
|
"commentRange": {
|
|
39750
|
-
"start":
|
|
39751
|
-
"end":
|
|
39777
|
+
"start": 456,
|
|
39778
|
+
"end": 457
|
|
39752
39779
|
},
|
|
39753
39780
|
"context": {
|
|
39754
39781
|
"type": "variable",
|
|
@@ -39756,8 +39783,8 @@
|
|
|
39756
39783
|
"value": "k-spacing(1.5)",
|
|
39757
39784
|
"scope": "default",
|
|
39758
39785
|
"line": {
|
|
39759
|
-
"start":
|
|
39760
|
-
"end":
|
|
39786
|
+
"start": 458,
|
|
39787
|
+
"end": 458
|
|
39761
39788
|
}
|
|
39762
39789
|
},
|
|
39763
39790
|
"group": [
|
|
@@ -39774,8 +39801,8 @@
|
|
|
39774
39801
|
{
|
|
39775
39802
|
"description": "The column gap of the Grid stack layout.\n",
|
|
39776
39803
|
"commentRange": {
|
|
39777
|
-
"start":
|
|
39778
|
-
"end":
|
|
39804
|
+
"start": 460,
|
|
39805
|
+
"end": 461
|
|
39779
39806
|
},
|
|
39780
39807
|
"context": {
|
|
39781
39808
|
"type": "variable",
|
|
@@ -39783,8 +39810,8 @@
|
|
|
39783
39810
|
"value": "k-spacing(1)",
|
|
39784
39811
|
"scope": "default",
|
|
39785
39812
|
"line": {
|
|
39786
|
-
"start":
|
|
39787
|
-
"end":
|
|
39813
|
+
"start": 462,
|
|
39814
|
+
"end": 462
|
|
39788
39815
|
}
|
|
39789
39816
|
},
|
|
39790
39817
|
"group": [
|
|
@@ -39801,8 +39828,8 @@
|
|
|
39801
39828
|
{
|
|
39802
39829
|
"description": "The column gap of the editable Grid stack layout.\n",
|
|
39803
39830
|
"commentRange": {
|
|
39804
|
-
"start":
|
|
39805
|
-
"end":
|
|
39831
|
+
"start": 463,
|
|
39832
|
+
"end": 464
|
|
39806
39833
|
},
|
|
39807
39834
|
"context": {
|
|
39808
39835
|
"type": "variable",
|
|
@@ -39810,8 +39837,8 @@
|
|
|
39810
39837
|
"value": "k-spacing(2)",
|
|
39811
39838
|
"scope": "default",
|
|
39812
39839
|
"line": {
|
|
39813
|
-
"start":
|
|
39814
|
-
"end":
|
|
39840
|
+
"start": 465,
|
|
39841
|
+
"end": 465
|
|
39815
39842
|
}
|
|
39816
39843
|
},
|
|
39817
39844
|
"group": [
|
|
@@ -39828,8 +39855,8 @@
|
|
|
39828
39855
|
{
|
|
39829
39856
|
"description": "The width of the hierarchy column in the Grid stack layout.\n",
|
|
39830
39857
|
"commentRange": {
|
|
39831
|
-
"start":
|
|
39832
|
-
"end":
|
|
39858
|
+
"start": 467,
|
|
39859
|
+
"end": 468
|
|
39833
39860
|
},
|
|
39834
39861
|
"context": {
|
|
39835
39862
|
"type": "variable",
|
|
@@ -39837,8 +39864,8 @@
|
|
|
39837
39864
|
"value": "k-spacing(2)",
|
|
39838
39865
|
"scope": "default",
|
|
39839
39866
|
"line": {
|
|
39840
|
-
"start":
|
|
39841
|
-
"end":
|
|
39867
|
+
"start": 469,
|
|
39868
|
+
"end": 469
|
|
39842
39869
|
}
|
|
39843
39870
|
},
|
|
39844
39871
|
"group": [
|
|
@@ -39855,8 +39882,8 @@
|
|
|
39855
39882
|
{
|
|
39856
39883
|
"description": "The font size of the Grid stack layout column header.\n",
|
|
39857
39884
|
"commentRange": {
|
|
39858
|
-
"start":
|
|
39859
|
-
"end":
|
|
39885
|
+
"start": 471,
|
|
39886
|
+
"end": 472
|
|
39860
39887
|
},
|
|
39861
39888
|
"context": {
|
|
39862
39889
|
"type": "variable",
|
|
@@ -39864,8 +39891,8 @@
|
|
|
39864
39891
|
"value": "var( --kendo-font-size-sm, inherit )",
|
|
39865
39892
|
"scope": "default",
|
|
39866
39893
|
"line": {
|
|
39867
|
-
"start":
|
|
39868
|
-
"end":
|
|
39894
|
+
"start": 473,
|
|
39895
|
+
"end": 473
|
|
39869
39896
|
}
|
|
39870
39897
|
},
|
|
39871
39898
|
"group": [
|
|
@@ -39882,8 +39909,8 @@
|
|
|
39882
39909
|
{
|
|
39883
39910
|
"description": "The font weight of the Grid stack layout column header.\n",
|
|
39884
39911
|
"commentRange": {
|
|
39885
|
-
"start":
|
|
39886
|
-
"end":
|
|
39912
|
+
"start": 474,
|
|
39913
|
+
"end": 475
|
|
39887
39914
|
},
|
|
39888
39915
|
"context": {
|
|
39889
39916
|
"type": "variable",
|
|
@@ -39891,8 +39918,8 @@
|
|
|
39891
39918
|
"value": "var( --kendo-font-weight-bold, bold )",
|
|
39892
39919
|
"scope": "default",
|
|
39893
39920
|
"line": {
|
|
39894
|
-
"start":
|
|
39895
|
-
"end":
|
|
39921
|
+
"start": 476,
|
|
39922
|
+
"end": 476
|
|
39896
39923
|
}
|
|
39897
39924
|
},
|
|
39898
39925
|
"group": [
|
|
@@ -39909,8 +39936,8 @@
|
|
|
39909
39936
|
{
|
|
39910
39937
|
"description": "The height of the Grid stack layout expandable row shadow.\n",
|
|
39911
39938
|
"commentRange": {
|
|
39912
|
-
"start":
|
|
39913
|
-
"end":
|
|
39939
|
+
"start": 477,
|
|
39940
|
+
"end": 478
|
|
39914
39941
|
},
|
|
39915
39942
|
"context": {
|
|
39916
39943
|
"type": "variable",
|
|
@@ -39918,8 +39945,8 @@
|
|
|
39918
39945
|
"value": "k-spacing(2.5)",
|
|
39919
39946
|
"scope": "default",
|
|
39920
39947
|
"line": {
|
|
39921
|
-
"start":
|
|
39922
|
-
"end":
|
|
39948
|
+
"start": 479,
|
|
39949
|
+
"end": 479
|
|
39923
39950
|
}
|
|
39924
39951
|
},
|
|
39925
39952
|
"group": [
|
|
@@ -39936,8 +39963,8 @@
|
|
|
39936
39963
|
{
|
|
39937
39964
|
"description": "The color of the Grid stack layout column header.\n",
|
|
39938
39965
|
"commentRange": {
|
|
39939
|
-
"start":
|
|
39940
|
-
"end":
|
|
39966
|
+
"start": 481,
|
|
39967
|
+
"end": 482
|
|
39941
39968
|
},
|
|
39942
39969
|
"context": {
|
|
39943
39970
|
"type": "variable",
|
|
@@ -39945,8 +39972,8 @@
|
|
|
39945
39972
|
"value": "k-color(subtle)",
|
|
39946
39973
|
"scope": "default",
|
|
39947
39974
|
"line": {
|
|
39948
|
-
"start":
|
|
39949
|
-
"end":
|
|
39975
|
+
"start": 483,
|
|
39976
|
+
"end": 483
|
|
39950
39977
|
}
|
|
39951
39978
|
},
|
|
39952
39979
|
"group": [
|
|
@@ -39963,8 +39990,8 @@
|
|
|
39963
39990
|
{
|
|
39964
39991
|
"description": "The outline color of the Grid stack layout focused cell.\n",
|
|
39965
39992
|
"commentRange": {
|
|
39966
|
-
"start":
|
|
39967
|
-
"end":
|
|
39993
|
+
"start": 484,
|
|
39994
|
+
"end": 485
|
|
39968
39995
|
},
|
|
39969
39996
|
"context": {
|
|
39970
39997
|
"type": "variable",
|
|
@@ -39972,8 +39999,8 @@
|
|
|
39972
39999
|
"value": "color-mix(in srgb, k-color(on-app-surface) 12%, transparent)",
|
|
39973
40000
|
"scope": "default",
|
|
39974
40001
|
"line": {
|
|
39975
|
-
"start":
|
|
39976
|
-
"end":
|
|
40002
|
+
"start": 486,
|
|
40003
|
+
"end": 486
|
|
39977
40004
|
}
|
|
39978
40005
|
},
|
|
39979
40006
|
"group": [
|
|
@@ -39990,8 +40017,8 @@
|
|
|
39990
40017
|
{
|
|
39991
40018
|
"description": "The Grid stack layout expandable row shadow.\n",
|
|
39992
40019
|
"commentRange": {
|
|
39993
|
-
"start":
|
|
39994
|
-
"end":
|
|
40020
|
+
"start": 487,
|
|
40021
|
+
"end": 488
|
|
39995
40022
|
},
|
|
39996
40023
|
"context": {
|
|
39997
40024
|
"type": "variable",
|
|
@@ -39999,8 +40026,8 @@
|
|
|
39999
40026
|
"value": "k-elevation(2)",
|
|
40000
40027
|
"scope": "default",
|
|
40001
40028
|
"line": {
|
|
40002
|
-
"start":
|
|
40003
|
-
"end":
|
|
40029
|
+
"start": 489,
|
|
40030
|
+
"end": 489
|
|
40004
40031
|
}
|
|
40005
40032
|
},
|
|
40006
40033
|
"group": [
|
|
@@ -40014,6 +40041,33 @@
|
|
|
40014
40041
|
"resolvedValue": "var(--kendo-elevation-2, 0 4px 6px rgba(0, 0, 0, 0.06), 0 4px 16px rgba(0, 0, 0, 0.12))",
|
|
40015
40042
|
"resolvedType": "String"
|
|
40016
40043
|
},
|
|
40044
|
+
{
|
|
40045
|
+
"description": "The font weight of the pinned source row in the Grid.\n",
|
|
40046
|
+
"commentRange": {
|
|
40047
|
+
"start": 491,
|
|
40048
|
+
"end": 492
|
|
40049
|
+
},
|
|
40050
|
+
"context": {
|
|
40051
|
+
"type": "variable",
|
|
40052
|
+
"name": "kendo-grid-pinned-source-font-weight",
|
|
40053
|
+
"value": "var( --kendo-font-weight-bold, 700 )",
|
|
40054
|
+
"scope": "default",
|
|
40055
|
+
"line": {
|
|
40056
|
+
"start": 493,
|
|
40057
|
+
"end": 493
|
|
40058
|
+
}
|
|
40059
|
+
},
|
|
40060
|
+
"group": [
|
|
40061
|
+
"grid"
|
|
40062
|
+
],
|
|
40063
|
+
"access": "public",
|
|
40064
|
+
"file": {
|
|
40065
|
+
"path": "default/scss/grid/_variables.scss",
|
|
40066
|
+
"name": "_variables.scss"
|
|
40067
|
+
},
|
|
40068
|
+
"resolvedValue": "var(--kendo-font-weight-bold, 700)",
|
|
40069
|
+
"resolvedType": "String"
|
|
40070
|
+
},
|
|
40017
40071
|
{
|
|
40018
40072
|
"description": "The default size of the Icon.\n",
|
|
40019
40073
|
"commentRange": {
|
|
@@ -138703,7 +138757,7 @@
|
|
|
138703
138757
|
"context": {
|
|
138704
138758
|
"type": "variable",
|
|
138705
138759
|
"name": "kendo-grid-sticky-border",
|
|
138706
|
-
"value": "
|
|
138760
|
+
"value": "color-mix(in srgb, k-color(on-app-surface) 30%, transparent)",
|
|
138707
138761
|
"scope": "default",
|
|
138708
138762
|
"line": {
|
|
138709
138763
|
"start": 330,
|
|
@@ -138718,8 +138772,8 @@
|
|
|
138718
138772
|
"path": "default/scss/grid/_variables.scss",
|
|
138719
138773
|
"name": "_variables.scss"
|
|
138720
138774
|
},
|
|
138721
|
-
"resolvedValue": "
|
|
138722
|
-
"resolvedType": "
|
|
138775
|
+
"resolvedValue": "color-mix(in srgb, var(--kendo-color-on-app-surface, #3d3d3d) 30%, transparent)",
|
|
138776
|
+
"resolvedType": "String"
|
|
138723
138777
|
},
|
|
138724
138778
|
{
|
|
138725
138779
|
"description": "The background color of the sticky header in the Grid.\n",
|
|
@@ -138799,8 +138853,8 @@
|
|
|
138799
138853
|
"path": "default/scss/grid/_variables.scss",
|
|
138800
138854
|
"name": "_variables.scss"
|
|
138801
138855
|
},
|
|
138802
|
-
"resolvedValue": "
|
|
138803
|
-
"resolvedType": "
|
|
138856
|
+
"resolvedValue": "color-mix(in srgb, var(--kendo-color-on-app-surface, #3d3d3d) 30%, transparent)",
|
|
138857
|
+
"resolvedType": "String"
|
|
138804
138858
|
},
|
|
138805
138859
|
{
|
|
138806
138860
|
"description": "The background color of the sticky footer in the Grid.\n",
|
|
@@ -138829,11 +138883,38 @@
|
|
|
138829
138883
|
"resolvedValue": "var(--kendo-color-surface, #fafafa)",
|
|
138830
138884
|
"resolvedType": "String"
|
|
138831
138885
|
},
|
|
138886
|
+
{
|
|
138887
|
+
"description": "The box shadow of the sticky container in the Grid.\n",
|
|
138888
|
+
"commentRange": {
|
|
138889
|
+
"start": 346,
|
|
138890
|
+
"end": 347
|
|
138891
|
+
},
|
|
138892
|
+
"context": {
|
|
138893
|
+
"type": "variable",
|
|
138894
|
+
"name": "kendo-grid-sticky-container-shadow",
|
|
138895
|
+
"value": "k-elevation(3)",
|
|
138896
|
+
"scope": "default",
|
|
138897
|
+
"line": {
|
|
138898
|
+
"start": 348,
|
|
138899
|
+
"end": 348
|
|
138900
|
+
}
|
|
138901
|
+
},
|
|
138902
|
+
"group": [
|
|
138903
|
+
"grid"
|
|
138904
|
+
],
|
|
138905
|
+
"access": "public",
|
|
138906
|
+
"file": {
|
|
138907
|
+
"path": "default/scss/grid/_variables.scss",
|
|
138908
|
+
"name": "_variables.scss"
|
|
138909
|
+
},
|
|
138910
|
+
"resolvedValue": "var(--kendo-elevation-3, 0 6px 8px rgba(0, 0, 0, 0.08), 0 4px 16px rgba(0, 0, 0, 0.12))",
|
|
138911
|
+
"resolvedType": "String"
|
|
138912
|
+
},
|
|
138832
138913
|
{
|
|
138833
138914
|
"description": "The width of the Grid column menu.\n",
|
|
138834
138915
|
"commentRange": {
|
|
138835
|
-
"start":
|
|
138836
|
-
"end":
|
|
138916
|
+
"start": 351,
|
|
138917
|
+
"end": 352
|
|
138837
138918
|
},
|
|
138838
138919
|
"context": {
|
|
138839
138920
|
"type": "variable",
|
|
@@ -138841,8 +138922,8 @@
|
|
|
138841
138922
|
"value": "230px",
|
|
138842
138923
|
"scope": "default",
|
|
138843
138924
|
"line": {
|
|
138844
|
-
"start":
|
|
138845
|
-
"end":
|
|
138925
|
+
"start": 353,
|
|
138926
|
+
"end": 353
|
|
138846
138927
|
}
|
|
138847
138928
|
},
|
|
138848
138929
|
"group": [
|
|
@@ -138859,8 +138940,8 @@
|
|
|
138859
138940
|
{
|
|
138860
138941
|
"description": "The maximum width of the Grid column menu.\n",
|
|
138861
138942
|
"commentRange": {
|
|
138862
|
-
"start":
|
|
138863
|
-
"end":
|
|
138943
|
+
"start": 354,
|
|
138944
|
+
"end": 355
|
|
138864
138945
|
},
|
|
138865
138946
|
"context": {
|
|
138866
138947
|
"type": "variable",
|
|
@@ -138868,8 +138949,8 @@
|
|
|
138868
138949
|
"value": "320px",
|
|
138869
138950
|
"scope": "default",
|
|
138870
138951
|
"line": {
|
|
138871
|
-
"start":
|
|
138872
|
-
"end":
|
|
138952
|
+
"start": 356,
|
|
138953
|
+
"end": 356
|
|
138873
138954
|
}
|
|
138874
138955
|
},
|
|
138875
138956
|
"group": [
|
|
@@ -138886,8 +138967,8 @@
|
|
|
138886
138967
|
{
|
|
138887
138968
|
"description": "The horizontal padding of the Grid popup.\n",
|
|
138888
138969
|
"commentRange": {
|
|
138889
|
-
"start":
|
|
138890
|
-
"end":
|
|
138970
|
+
"start": 359,
|
|
138971
|
+
"end": 360
|
|
138891
138972
|
},
|
|
138892
138973
|
"context": {
|
|
138893
138974
|
"type": "variable",
|
|
@@ -138895,8 +138976,8 @@
|
|
|
138895
138976
|
"value": "null",
|
|
138896
138977
|
"scope": "default",
|
|
138897
138978
|
"line": {
|
|
138898
|
-
"start":
|
|
138899
|
-
"end":
|
|
138979
|
+
"start": 361,
|
|
138980
|
+
"end": 361
|
|
138900
138981
|
}
|
|
138901
138982
|
},
|
|
138902
138983
|
"group": [
|
|
@@ -138913,8 +138994,8 @@
|
|
|
138913
138994
|
{
|
|
138914
138995
|
"description": "The vertical padding of the Grid popup.\n",
|
|
138915
138996
|
"commentRange": {
|
|
138916
|
-
"start":
|
|
138917
|
-
"end":
|
|
138997
|
+
"start": 362,
|
|
138998
|
+
"end": 363
|
|
138918
138999
|
},
|
|
138919
139000
|
"context": {
|
|
138920
139001
|
"type": "variable",
|
|
@@ -138922,8 +139003,8 @@
|
|
|
138922
139003
|
"value": "null",
|
|
138923
139004
|
"scope": "default",
|
|
138924
139005
|
"line": {
|
|
138925
|
-
"start":
|
|
138926
|
-
"end":
|
|
139006
|
+
"start": 364,
|
|
139007
|
+
"end": 364
|
|
138927
139008
|
}
|
|
138928
139009
|
},
|
|
138929
139010
|
"group": [
|
|
@@ -138940,8 +139021,8 @@
|
|
|
138940
139021
|
{
|
|
138941
139022
|
"description": "The horizontal padding of the Grid item.\n",
|
|
138942
139023
|
"commentRange": {
|
|
138943
|
-
"start":
|
|
138944
|
-
"end":
|
|
139024
|
+
"start": 366,
|
|
139025
|
+
"end": 367
|
|
138945
139026
|
},
|
|
138946
139027
|
"context": {
|
|
138947
139028
|
"type": "variable",
|
|
@@ -138949,8 +139030,8 @@
|
|
|
138949
139030
|
"value": "$kendo-menu-popup-md-item-padding-x",
|
|
138950
139031
|
"scope": "default",
|
|
138951
139032
|
"line": {
|
|
138952
|
-
"start":
|
|
138953
|
-
"end":
|
|
139033
|
+
"start": 368,
|
|
139034
|
+
"end": 368
|
|
138954
139035
|
}
|
|
138955
139036
|
},
|
|
138956
139037
|
"group": [
|
|
@@ -138967,8 +139048,8 @@
|
|
|
138967
139048
|
{
|
|
138968
139049
|
"description": "The vertical padding of the Grid item.\n",
|
|
138969
139050
|
"commentRange": {
|
|
138970
|
-
"start":
|
|
138971
|
-
"end":
|
|
139051
|
+
"start": 369,
|
|
139052
|
+
"end": 370
|
|
138972
139053
|
},
|
|
138973
139054
|
"context": {
|
|
138974
139055
|
"type": "variable",
|
|
@@ -138976,8 +139057,8 @@
|
|
|
138976
139057
|
"value": "$kendo-menu-popup-md-item-padding-y",
|
|
138977
139058
|
"scope": "default",
|
|
138978
139059
|
"line": {
|
|
138979
|
-
"start":
|
|
138980
|
-
"end":
|
|
139060
|
+
"start": 371,
|
|
139061
|
+
"end": 371
|
|
138981
139062
|
}
|
|
138982
139063
|
},
|
|
138983
139064
|
"group": [
|
|
@@ -138994,8 +139075,8 @@
|
|
|
138994
139075
|
{
|
|
138995
139076
|
"description": "The horizontal padding of the Grid item.\n",
|
|
138996
139077
|
"commentRange": {
|
|
138997
|
-
"start":
|
|
138998
|
-
"end":
|
|
139078
|
+
"start": 373,
|
|
139079
|
+
"end": 374
|
|
138999
139080
|
},
|
|
139000
139081
|
"context": {
|
|
139001
139082
|
"type": "variable",
|
|
@@ -139003,8 +139084,8 @@
|
|
|
139003
139084
|
"value": "$kendo-list-md-item-padding-x",
|
|
139004
139085
|
"scope": "default",
|
|
139005
139086
|
"line": {
|
|
139006
|
-
"start":
|
|
139007
|
-
"end":
|
|
139087
|
+
"start": 375,
|
|
139088
|
+
"end": 375
|
|
139008
139089
|
}
|
|
139009
139090
|
},
|
|
139010
139091
|
"group": [
|
|
@@ -139021,8 +139102,8 @@
|
|
|
139021
139102
|
{
|
|
139022
139103
|
"description": "The vertical padding of the Grid item.\n",
|
|
139023
139104
|
"commentRange": {
|
|
139024
|
-
"start":
|
|
139025
|
-
"end":
|
|
139105
|
+
"start": 376,
|
|
139106
|
+
"end": 377
|
|
139026
139107
|
},
|
|
139027
139108
|
"context": {
|
|
139028
139109
|
"type": "variable",
|
|
@@ -139030,8 +139111,8 @@
|
|
|
139030
139111
|
"value": "$kendo-list-md-item-padding-y",
|
|
139031
139112
|
"scope": "default",
|
|
139032
139113
|
"line": {
|
|
139033
|
-
"start":
|
|
139034
|
-
"end":
|
|
139114
|
+
"start": 378,
|
|
139115
|
+
"end": 378
|
|
139035
139116
|
}
|
|
139036
139117
|
},
|
|
139037
139118
|
"group": [
|
|
@@ -139048,8 +139129,8 @@
|
|
|
139048
139129
|
{
|
|
139049
139130
|
"description": "The horizontal padding of the Grid.\n",
|
|
139050
139131
|
"commentRange": {
|
|
139051
|
-
"start":
|
|
139052
|
-
"end":
|
|
139132
|
+
"start": 380,
|
|
139133
|
+
"end": 381
|
|
139053
139134
|
},
|
|
139054
139135
|
"context": {
|
|
139055
139136
|
"type": "variable",
|
|
@@ -139057,8 +139138,8 @@
|
|
|
139057
139138
|
"value": "k-spacing(0)",
|
|
139058
139139
|
"scope": "default",
|
|
139059
139140
|
"line": {
|
|
139060
|
-
"start":
|
|
139061
|
-
"end":
|
|
139141
|
+
"start": 382,
|
|
139142
|
+
"end": 382
|
|
139062
139143
|
}
|
|
139063
139144
|
},
|
|
139064
139145
|
"group": [
|
|
@@ -139075,8 +139156,8 @@
|
|
|
139075
139156
|
{
|
|
139076
139157
|
"description": "The vertical padding of the Grid.\n",
|
|
139077
139158
|
"commentRange": {
|
|
139078
|
-
"start":
|
|
139079
|
-
"end":
|
|
139159
|
+
"start": 383,
|
|
139160
|
+
"end": 384
|
|
139080
139161
|
},
|
|
139081
139162
|
"context": {
|
|
139082
139163
|
"type": "variable",
|
|
@@ -139084,8 +139165,8 @@
|
|
|
139084
139165
|
"value": "k-spacing(1.5)",
|
|
139085
139166
|
"scope": "default",
|
|
139086
139167
|
"line": {
|
|
139087
|
-
"start":
|
|
139088
|
-
"end":
|
|
139168
|
+
"start": 385,
|
|
139169
|
+
"end": 385
|
|
139089
139170
|
}
|
|
139090
139171
|
},
|
|
139091
139172
|
"group": [
|
|
@@ -139102,8 +139183,8 @@
|
|
|
139102
139183
|
{
|
|
139103
139184
|
"description": "The horizontal padding of the Grid header.\n",
|
|
139104
139185
|
"commentRange": {
|
|
139105
|
-
"start":
|
|
139106
|
-
"end":
|
|
139186
|
+
"start": 387,
|
|
139187
|
+
"end": 388
|
|
139107
139188
|
},
|
|
139108
139189
|
"context": {
|
|
139109
139190
|
"type": "variable",
|
|
@@ -139111,8 +139192,8 @@
|
|
|
139111
139192
|
"value": "$kendo-menu-popup-md-item-padding-x",
|
|
139112
139193
|
"scope": "default",
|
|
139113
139194
|
"line": {
|
|
139114
|
-
"start":
|
|
139115
|
-
"end":
|
|
139195
|
+
"start": 389,
|
|
139196
|
+
"end": 389
|
|
139116
139197
|
}
|
|
139117
139198
|
},
|
|
139118
139199
|
"group": [
|
|
@@ -139129,8 +139210,8 @@
|
|
|
139129
139210
|
{
|
|
139130
139211
|
"description": "The vertical padding of the Grid header.\n",
|
|
139131
139212
|
"commentRange": {
|
|
139132
|
-
"start":
|
|
139133
|
-
"end":
|
|
139213
|
+
"start": 390,
|
|
139214
|
+
"end": 391
|
|
139134
139215
|
},
|
|
139135
139216
|
"context": {
|
|
139136
139217
|
"type": "variable",
|
|
@@ -139138,8 +139219,8 @@
|
|
|
139138
139219
|
"value": "$kendo-menu-popup-md-item-padding-y",
|
|
139139
139220
|
"scope": "default",
|
|
139140
139221
|
"line": {
|
|
139141
|
-
"start":
|
|
139142
|
-
"end":
|
|
139222
|
+
"start": 392,
|
|
139223
|
+
"end": 392
|
|
139143
139224
|
}
|
|
139144
139225
|
},
|
|
139145
139226
|
"group": [
|
|
@@ -139156,8 +139237,8 @@
|
|
|
139156
139237
|
{
|
|
139157
139238
|
"description": "The font size of the Grid header.\n",
|
|
139158
139239
|
"commentRange": {
|
|
139159
|
-
"start":
|
|
139160
|
-
"end":
|
|
139240
|
+
"start": 394,
|
|
139241
|
+
"end": 395
|
|
139161
139242
|
},
|
|
139162
139243
|
"context": {
|
|
139163
139244
|
"type": "variable",
|
|
@@ -139165,8 +139246,8 @@
|
|
|
139165
139246
|
"value": "var( --kendo-font-size-sm, inherit )",
|
|
139166
139247
|
"scope": "default",
|
|
139167
139248
|
"line": {
|
|
139168
|
-
"start":
|
|
139169
|
-
"end":
|
|
139249
|
+
"start": 396,
|
|
139250
|
+
"end": 396
|
|
139170
139251
|
}
|
|
139171
139252
|
},
|
|
139172
139253
|
"group": [
|
|
@@ -139183,8 +139264,8 @@
|
|
|
139183
139264
|
{
|
|
139184
139265
|
"description": "The height of the Grid header.\n",
|
|
139185
139266
|
"commentRange": {
|
|
139186
|
-
"start":
|
|
139187
|
-
"end":
|
|
139267
|
+
"start": 397,
|
|
139268
|
+
"end": 398
|
|
139188
139269
|
},
|
|
139189
139270
|
"context": {
|
|
139190
139271
|
"type": "variable",
|
|
@@ -139192,8 +139273,8 @@
|
|
|
139192
139273
|
"value": "var( --kendo-line-height, normal )",
|
|
139193
139274
|
"scope": "default",
|
|
139194
139275
|
"line": {
|
|
139195
|
-
"start":
|
|
139196
|
-
"end":
|
|
139276
|
+
"start": 399,
|
|
139277
|
+
"end": 399
|
|
139197
139278
|
}
|
|
139198
139279
|
},
|
|
139199
139280
|
"group": [
|
|
@@ -139210,8 +139291,8 @@
|
|
|
139210
139291
|
{
|
|
139211
139292
|
"description": "The text color of the Grid header.\n",
|
|
139212
139293
|
"commentRange": {
|
|
139213
|
-
"start":
|
|
139214
|
-
"end":
|
|
139294
|
+
"start": 400,
|
|
139295
|
+
"end": 401
|
|
139215
139296
|
},
|
|
139216
139297
|
"context": {
|
|
139217
139298
|
"type": "variable",
|
|
@@ -139219,8 +139300,8 @@
|
|
|
139219
139300
|
"value": "uppercase",
|
|
139220
139301
|
"scope": "default",
|
|
139221
139302
|
"line": {
|
|
139222
|
-
"start":
|
|
139223
|
-
"end":
|
|
139303
|
+
"start": 402,
|
|
139304
|
+
"end": 402
|
|
139224
139305
|
}
|
|
139225
139306
|
},
|
|
139226
139307
|
"group": [
|
|
@@ -139237,8 +139318,8 @@
|
|
|
139237
139318
|
{
|
|
139238
139319
|
"description": "The width of the Grid header.\n",
|
|
139239
139320
|
"commentRange": {
|
|
139240
|
-
"start":
|
|
139241
|
-
"end":
|
|
139321
|
+
"start": 403,
|
|
139322
|
+
"end": 404
|
|
139242
139323
|
},
|
|
139243
139324
|
"context": {
|
|
139244
139325
|
"type": "variable",
|
|
@@ -139246,8 +139327,8 @@
|
|
|
139246
139327
|
"value": "1px",
|
|
139247
139328
|
"scope": "default",
|
|
139248
139329
|
"line": {
|
|
139249
|
-
"start":
|
|
139250
|
-
"end":
|
|
139330
|
+
"start": 405,
|
|
139331
|
+
"end": 405
|
|
139251
139332
|
}
|
|
139252
139333
|
},
|
|
139253
139334
|
"group": [
|
|
@@ -139264,8 +139345,8 @@
|
|
|
139264
139345
|
{
|
|
139265
139346
|
"description": "The background color of the Grid header.\n",
|
|
139266
139347
|
"commentRange": {
|
|
139267
|
-
"start":
|
|
139268
|
-
"end":
|
|
139348
|
+
"start": 407,
|
|
139349
|
+
"end": 408
|
|
139269
139350
|
},
|
|
139270
139351
|
"context": {
|
|
139271
139352
|
"type": "variable",
|
|
@@ -139273,8 +139354,8 @@
|
|
|
139273
139354
|
"value": "null",
|
|
139274
139355
|
"scope": "default",
|
|
139275
139356
|
"line": {
|
|
139276
|
-
"start":
|
|
139277
|
-
"end":
|
|
139357
|
+
"start": 409,
|
|
139358
|
+
"end": 409
|
|
139278
139359
|
}
|
|
139279
139360
|
},
|
|
139280
139361
|
"group": [
|
|
@@ -139291,8 +139372,8 @@
|
|
|
139291
139372
|
{
|
|
139292
139373
|
"description": "The text color of the Grid header.\n",
|
|
139293
139374
|
"commentRange": {
|
|
139294
|
-
"start":
|
|
139295
|
-
"end":
|
|
139375
|
+
"start": 410,
|
|
139376
|
+
"end": 411
|
|
139296
139377
|
},
|
|
139297
139378
|
"context": {
|
|
139298
139379
|
"type": "variable",
|
|
@@ -139300,8 +139381,8 @@
|
|
|
139300
139381
|
"value": "$kendo-popup-text",
|
|
139301
139382
|
"scope": "default",
|
|
139302
139383
|
"line": {
|
|
139303
|
-
"start":
|
|
139304
|
-
"end":
|
|
139384
|
+
"start": 412,
|
|
139385
|
+
"end": 412
|
|
139305
139386
|
}
|
|
139306
139387
|
},
|
|
139307
139388
|
"group": [
|
|
@@ -139318,8 +139399,8 @@
|
|
|
139318
139399
|
{
|
|
139319
139400
|
"description": "The border color of the Grid header.\n",
|
|
139320
139401
|
"commentRange": {
|
|
139321
|
-
"start":
|
|
139322
|
-
"end":
|
|
139402
|
+
"start": 413,
|
|
139403
|
+
"end": 414
|
|
139323
139404
|
},
|
|
139324
139405
|
"context": {
|
|
139325
139406
|
"type": "variable",
|
|
@@ -139327,8 +139408,8 @@
|
|
|
139327
139408
|
"value": "$kendo-popup-border",
|
|
139328
139409
|
"scope": "default",
|
|
139329
139410
|
"line": {
|
|
139330
|
-
"start":
|
|
139331
|
-
"end":
|
|
139411
|
+
"start": 415,
|
|
139412
|
+
"end": 415
|
|
139332
139413
|
}
|
|
139333
139414
|
},
|
|
139334
139415
|
"group": [
|
|
@@ -139345,8 +139426,8 @@
|
|
|
139345
139426
|
{
|
|
139346
139427
|
"description": "The horizontal padding of the Grid content.\n",
|
|
139347
139428
|
"commentRange": {
|
|
139348
|
-
"start":
|
|
139349
|
-
"end":
|
|
139429
|
+
"start": 417,
|
|
139430
|
+
"end": 418
|
|
139350
139431
|
},
|
|
139351
139432
|
"context": {
|
|
139352
139433
|
"type": "variable",
|
|
@@ -139354,8 +139435,8 @@
|
|
|
139354
139435
|
"value": "k-spacing(0)",
|
|
139355
139436
|
"scope": "default",
|
|
139356
139437
|
"line": {
|
|
139357
|
-
"start":
|
|
139358
|
-
"end":
|
|
139438
|
+
"start": 419,
|
|
139439
|
+
"end": 419
|
|
139359
139440
|
}
|
|
139360
139441
|
},
|
|
139361
139442
|
"group": [
|
|
@@ -139372,8 +139453,8 @@
|
|
|
139372
139453
|
{
|
|
139373
139454
|
"description": "The vertical padding of the Grid content.\n",
|
|
139374
139455
|
"commentRange": {
|
|
139375
|
-
"start":
|
|
139376
|
-
"end":
|
|
139456
|
+
"start": 420,
|
|
139457
|
+
"end": 421
|
|
139377
139458
|
},
|
|
139378
139459
|
"context": {
|
|
139379
139460
|
"type": "variable",
|
|
@@ -139381,8 +139462,8 @@
|
|
|
139381
139462
|
"value": "k-spacing(2)",
|
|
139382
139463
|
"scope": "default",
|
|
139383
139464
|
"line": {
|
|
139384
|
-
"start":
|
|
139385
|
-
"end":
|
|
139465
|
+
"start": 422,
|
|
139466
|
+
"end": 422
|
|
139386
139467
|
}
|
|
139387
139468
|
},
|
|
139388
139469
|
"group": [
|
|
@@ -139399,8 +139480,8 @@
|
|
|
139399
139480
|
{
|
|
139400
139481
|
"description": "The background color of the Grid.\n",
|
|
139401
139482
|
"commentRange": {
|
|
139402
|
-
"start":
|
|
139403
|
-
"end":
|
|
139483
|
+
"start": 424,
|
|
139484
|
+
"end": 425
|
|
139404
139485
|
},
|
|
139405
139486
|
"context": {
|
|
139406
139487
|
"type": "variable",
|
|
@@ -139408,8 +139489,8 @@
|
|
|
139408
139489
|
"value": "k-color(surface)",
|
|
139409
139490
|
"scope": "default",
|
|
139410
139491
|
"line": {
|
|
139411
|
-
"start":
|
|
139412
|
-
"end":
|
|
139492
|
+
"start": 426,
|
|
139493
|
+
"end": 426
|
|
139413
139494
|
}
|
|
139414
139495
|
},
|
|
139415
139496
|
"group": [
|
|
@@ -139426,8 +139507,8 @@
|
|
|
139426
139507
|
{
|
|
139427
139508
|
"description": "The width of the Grid cell.\n",
|
|
139428
139509
|
"commentRange": {
|
|
139429
|
-
"start":
|
|
139430
|
-
"end":
|
|
139510
|
+
"start": 428,
|
|
139511
|
+
"end": 429
|
|
139431
139512
|
},
|
|
139432
139513
|
"context": {
|
|
139433
139514
|
"type": "variable",
|
|
@@ -139435,8 +139516,8 @@
|
|
|
139435
139516
|
"value": "($kendo-icon-size * 2.25)",
|
|
139436
139517
|
"scope": "default",
|
|
139437
139518
|
"line": {
|
|
139438
|
-
"start":
|
|
139439
|
-
"end":
|
|
139519
|
+
"start": 430,
|
|
139520
|
+
"end": 430
|
|
139440
139521
|
}
|
|
139441
139522
|
},
|
|
139442
139523
|
"group": [
|
|
@@ -139453,8 +139534,8 @@
|
|
|
139453
139534
|
{
|
|
139454
139535
|
"description": "The width of the Grid.\n",
|
|
139455
139536
|
"commentRange": {
|
|
139456
|
-
"start":
|
|
139457
|
-
"end":
|
|
139537
|
+
"start": 432,
|
|
139538
|
+
"end": 433
|
|
139458
139539
|
},
|
|
139459
139540
|
"context": {
|
|
139460
139541
|
"type": "variable",
|
|
@@ -139462,8 +139543,8 @@
|
|
|
139462
139543
|
"value": "($kendo-icon-size * 2)",
|
|
139463
139544
|
"scope": "default",
|
|
139464
139545
|
"line": {
|
|
139465
|
-
"start":
|
|
139466
|
-
"end":
|
|
139546
|
+
"start": 434,
|
|
139547
|
+
"end": 434
|
|
139467
139548
|
}
|
|
139468
139549
|
},
|
|
139469
139550
|
"group": [
|
|
@@ -139480,8 +139561,8 @@
|
|
|
139480
139561
|
{
|
|
139481
139562
|
"description": "The grouping border top of the Grid row.\n",
|
|
139482
139563
|
"commentRange": {
|
|
139483
|
-
"start":
|
|
139484
|
-
"end":
|
|
139564
|
+
"start": 436,
|
|
139565
|
+
"end": 437
|
|
139485
139566
|
},
|
|
139486
139567
|
"context": {
|
|
139487
139568
|
"type": "variable",
|
|
@@ -139489,8 +139570,8 @@
|
|
|
139489
139570
|
"value": "1px",
|
|
139490
139571
|
"scope": "default",
|
|
139491
139572
|
"line": {
|
|
139492
|
-
"start":
|
|
139493
|
-
"end":
|
|
139573
|
+
"start": 438,
|
|
139574
|
+
"end": 438
|
|
139494
139575
|
}
|
|
139495
139576
|
},
|
|
139496
139577
|
"group": [
|
|
@@ -139507,8 +139588,8 @@
|
|
|
139507
139588
|
{
|
|
139508
139589
|
"description": "The vertical border of the Grid footer.\n",
|
|
139509
139590
|
"commentRange": {
|
|
139510
|
-
"start":
|
|
139511
|
-
"end":
|
|
139591
|
+
"start": 439,
|
|
139592
|
+
"end": 440
|
|
139512
139593
|
},
|
|
139513
139594
|
"context": {
|
|
139514
139595
|
"type": "variable",
|
|
@@ -139516,8 +139597,8 @@
|
|
|
139516
139597
|
"value": "1px",
|
|
139517
139598
|
"scope": "default",
|
|
139518
139599
|
"line": {
|
|
139519
|
-
"start":
|
|
139520
|
-
"end":
|
|
139600
|
+
"start": 441,
|
|
139601
|
+
"end": 441
|
|
139521
139602
|
}
|
|
139522
139603
|
},
|
|
139523
139604
|
"group": [
|
|
@@ -139534,8 +139615,8 @@
|
|
|
139534
139615
|
{
|
|
139535
139616
|
"description": "The background color of the Grid row resize indicator.\n",
|
|
139536
139617
|
"commentRange": {
|
|
139537
|
-
"start":
|
|
139538
|
-
"end":
|
|
139618
|
+
"start": 443,
|
|
139619
|
+
"end": 444
|
|
139539
139620
|
},
|
|
139540
139621
|
"context": {
|
|
139541
139622
|
"type": "variable",
|
|
@@ -139543,8 +139624,8 @@
|
|
|
139543
139624
|
"value": "color-mix(in srgb, k-color(on-base) 20%, transparent)",
|
|
139544
139625
|
"scope": "default",
|
|
139545
139626
|
"line": {
|
|
139546
|
-
"start":
|
|
139547
|
-
"end":
|
|
139627
|
+
"start": 445,
|
|
139628
|
+
"end": 445
|
|
139548
139629
|
}
|
|
139549
139630
|
},
|
|
139550
139631
|
"group": [
|
|
@@ -139561,8 +139642,8 @@
|
|
|
139561
139642
|
{
|
|
139562
139643
|
"description": "The background color of the active Grid row resize indicator.\n",
|
|
139563
139644
|
"commentRange": {
|
|
139564
|
-
"start":
|
|
139565
|
-
"end":
|
|
139645
|
+
"start": 446,
|
|
139646
|
+
"end": 447
|
|
139566
139647
|
},
|
|
139567
139648
|
"context": {
|
|
139568
139649
|
"type": "variable",
|
|
@@ -139570,8 +139651,8 @@
|
|
|
139570
139651
|
"value": "k-color(primary)",
|
|
139571
139652
|
"scope": "default",
|
|
139572
139653
|
"line": {
|
|
139573
|
-
"start":
|
|
139574
|
-
"end":
|
|
139654
|
+
"start": 448,
|
|
139655
|
+
"end": 448
|
|
139575
139656
|
}
|
|
139576
139657
|
},
|
|
139577
139658
|
"group": [
|
|
@@ -139588,8 +139669,8 @@
|
|
|
139588
139669
|
{
|
|
139589
139670
|
"description": "The height of the Grid row resize indicator.\n",
|
|
139590
139671
|
"commentRange": {
|
|
139591
|
-
"start":
|
|
139592
|
-
"end":
|
|
139672
|
+
"start": 449,
|
|
139673
|
+
"end": 450
|
|
139593
139674
|
},
|
|
139594
139675
|
"context": {
|
|
139595
139676
|
"type": "variable",
|
|
@@ -139597,8 +139678,8 @@
|
|
|
139597
139678
|
"value": "k-spacing(0.5)",
|
|
139598
139679
|
"scope": "default",
|
|
139599
139680
|
"line": {
|
|
139600
|
-
"start":
|
|
139601
|
-
"end":
|
|
139681
|
+
"start": 451,
|
|
139682
|
+
"end": 451
|
|
139602
139683
|
}
|
|
139603
139684
|
},
|
|
139604
139685
|
"group": [
|
|
@@ -139615,8 +139696,8 @@
|
|
|
139615
139696
|
{
|
|
139616
139697
|
"description": "The horizontal padding of the Grid stack layout cells.\n",
|
|
139617
139698
|
"commentRange": {
|
|
139618
|
-
"start":
|
|
139619
|
-
"end":
|
|
139699
|
+
"start": 453,
|
|
139700
|
+
"end": 454
|
|
139620
139701
|
},
|
|
139621
139702
|
"context": {
|
|
139622
139703
|
"type": "variable",
|
|
@@ -139624,8 +139705,8 @@
|
|
|
139624
139705
|
"value": "k-spacing(2)",
|
|
139625
139706
|
"scope": "default",
|
|
139626
139707
|
"line": {
|
|
139627
|
-
"start":
|
|
139628
|
-
"end":
|
|
139708
|
+
"start": 455,
|
|
139709
|
+
"end": 455
|
|
139629
139710
|
}
|
|
139630
139711
|
},
|
|
139631
139712
|
"group": [
|
|
@@ -139642,8 +139723,8 @@
|
|
|
139642
139723
|
{
|
|
139643
139724
|
"description": "The vertical padding of the Grid stack layout cells.\n",
|
|
139644
139725
|
"commentRange": {
|
|
139645
|
-
"start":
|
|
139646
|
-
"end":
|
|
139726
|
+
"start": 456,
|
|
139727
|
+
"end": 457
|
|
139647
139728
|
},
|
|
139648
139729
|
"context": {
|
|
139649
139730
|
"type": "variable",
|
|
@@ -139651,8 +139732,8 @@
|
|
|
139651
139732
|
"value": "k-spacing(1.5)",
|
|
139652
139733
|
"scope": "default",
|
|
139653
139734
|
"line": {
|
|
139654
|
-
"start":
|
|
139655
|
-
"end":
|
|
139735
|
+
"start": 458,
|
|
139736
|
+
"end": 458
|
|
139656
139737
|
}
|
|
139657
139738
|
},
|
|
139658
139739
|
"group": [
|
|
@@ -139669,8 +139750,8 @@
|
|
|
139669
139750
|
{
|
|
139670
139751
|
"description": "The column gap of the Grid stack layout.\n",
|
|
139671
139752
|
"commentRange": {
|
|
139672
|
-
"start":
|
|
139673
|
-
"end":
|
|
139753
|
+
"start": 460,
|
|
139754
|
+
"end": 461
|
|
139674
139755
|
},
|
|
139675
139756
|
"context": {
|
|
139676
139757
|
"type": "variable",
|
|
@@ -139678,8 +139759,8 @@
|
|
|
139678
139759
|
"value": "k-spacing(1)",
|
|
139679
139760
|
"scope": "default",
|
|
139680
139761
|
"line": {
|
|
139681
|
-
"start":
|
|
139682
|
-
"end":
|
|
139762
|
+
"start": 462,
|
|
139763
|
+
"end": 462
|
|
139683
139764
|
}
|
|
139684
139765
|
},
|
|
139685
139766
|
"group": [
|
|
@@ -139696,8 +139777,8 @@
|
|
|
139696
139777
|
{
|
|
139697
139778
|
"description": "The column gap of the editable Grid stack layout.\n",
|
|
139698
139779
|
"commentRange": {
|
|
139699
|
-
"start":
|
|
139700
|
-
"end":
|
|
139780
|
+
"start": 463,
|
|
139781
|
+
"end": 464
|
|
139701
139782
|
},
|
|
139702
139783
|
"context": {
|
|
139703
139784
|
"type": "variable",
|
|
@@ -139705,8 +139786,8 @@
|
|
|
139705
139786
|
"value": "k-spacing(2)",
|
|
139706
139787
|
"scope": "default",
|
|
139707
139788
|
"line": {
|
|
139708
|
-
"start":
|
|
139709
|
-
"end":
|
|
139789
|
+
"start": 465,
|
|
139790
|
+
"end": 465
|
|
139710
139791
|
}
|
|
139711
139792
|
},
|
|
139712
139793
|
"group": [
|
|
@@ -139723,8 +139804,8 @@
|
|
|
139723
139804
|
{
|
|
139724
139805
|
"description": "The width of the hierarchy column in the Grid stack layout.\n",
|
|
139725
139806
|
"commentRange": {
|
|
139726
|
-
"start":
|
|
139727
|
-
"end":
|
|
139807
|
+
"start": 467,
|
|
139808
|
+
"end": 468
|
|
139728
139809
|
},
|
|
139729
139810
|
"context": {
|
|
139730
139811
|
"type": "variable",
|
|
@@ -139732,8 +139813,8 @@
|
|
|
139732
139813
|
"value": "k-spacing(2)",
|
|
139733
139814
|
"scope": "default",
|
|
139734
139815
|
"line": {
|
|
139735
|
-
"start":
|
|
139736
|
-
"end":
|
|
139816
|
+
"start": 469,
|
|
139817
|
+
"end": 469
|
|
139737
139818
|
}
|
|
139738
139819
|
},
|
|
139739
139820
|
"group": [
|
|
@@ -139750,8 +139831,8 @@
|
|
|
139750
139831
|
{
|
|
139751
139832
|
"description": "The font size of the Grid stack layout column header.\n",
|
|
139752
139833
|
"commentRange": {
|
|
139753
|
-
"start":
|
|
139754
|
-
"end":
|
|
139834
|
+
"start": 471,
|
|
139835
|
+
"end": 472
|
|
139755
139836
|
},
|
|
139756
139837
|
"context": {
|
|
139757
139838
|
"type": "variable",
|
|
@@ -139759,8 +139840,8 @@
|
|
|
139759
139840
|
"value": "var( --kendo-font-size-sm, inherit )",
|
|
139760
139841
|
"scope": "default",
|
|
139761
139842
|
"line": {
|
|
139762
|
-
"start":
|
|
139763
|
-
"end":
|
|
139843
|
+
"start": 473,
|
|
139844
|
+
"end": 473
|
|
139764
139845
|
}
|
|
139765
139846
|
},
|
|
139766
139847
|
"group": [
|
|
@@ -139777,8 +139858,8 @@
|
|
|
139777
139858
|
{
|
|
139778
139859
|
"description": "The font weight of the Grid stack layout column header.\n",
|
|
139779
139860
|
"commentRange": {
|
|
139780
|
-
"start":
|
|
139781
|
-
"end":
|
|
139861
|
+
"start": 474,
|
|
139862
|
+
"end": 475
|
|
139782
139863
|
},
|
|
139783
139864
|
"context": {
|
|
139784
139865
|
"type": "variable",
|
|
@@ -139786,8 +139867,8 @@
|
|
|
139786
139867
|
"value": "var( --kendo-font-weight-bold, bold )",
|
|
139787
139868
|
"scope": "default",
|
|
139788
139869
|
"line": {
|
|
139789
|
-
"start":
|
|
139790
|
-
"end":
|
|
139870
|
+
"start": 476,
|
|
139871
|
+
"end": 476
|
|
139791
139872
|
}
|
|
139792
139873
|
},
|
|
139793
139874
|
"group": [
|
|
@@ -139804,8 +139885,8 @@
|
|
|
139804
139885
|
{
|
|
139805
139886
|
"description": "The height of the Grid stack layout expandable row shadow.\n",
|
|
139806
139887
|
"commentRange": {
|
|
139807
|
-
"start":
|
|
139808
|
-
"end":
|
|
139888
|
+
"start": 477,
|
|
139889
|
+
"end": 478
|
|
139809
139890
|
},
|
|
139810
139891
|
"context": {
|
|
139811
139892
|
"type": "variable",
|
|
@@ -139813,8 +139894,8 @@
|
|
|
139813
139894
|
"value": "k-spacing(2.5)",
|
|
139814
139895
|
"scope": "default",
|
|
139815
139896
|
"line": {
|
|
139816
|
-
"start":
|
|
139817
|
-
"end":
|
|
139897
|
+
"start": 479,
|
|
139898
|
+
"end": 479
|
|
139818
139899
|
}
|
|
139819
139900
|
},
|
|
139820
139901
|
"group": [
|
|
@@ -139831,8 +139912,8 @@
|
|
|
139831
139912
|
{
|
|
139832
139913
|
"description": "The color of the Grid stack layout column header.\n",
|
|
139833
139914
|
"commentRange": {
|
|
139834
|
-
"start":
|
|
139835
|
-
"end":
|
|
139915
|
+
"start": 481,
|
|
139916
|
+
"end": 482
|
|
139836
139917
|
},
|
|
139837
139918
|
"context": {
|
|
139838
139919
|
"type": "variable",
|
|
@@ -139840,8 +139921,8 @@
|
|
|
139840
139921
|
"value": "k-color(subtle)",
|
|
139841
139922
|
"scope": "default",
|
|
139842
139923
|
"line": {
|
|
139843
|
-
"start":
|
|
139844
|
-
"end":
|
|
139924
|
+
"start": 483,
|
|
139925
|
+
"end": 483
|
|
139845
139926
|
}
|
|
139846
139927
|
},
|
|
139847
139928
|
"group": [
|
|
@@ -139858,8 +139939,8 @@
|
|
|
139858
139939
|
{
|
|
139859
139940
|
"description": "The outline color of the Grid stack layout focused cell.\n",
|
|
139860
139941
|
"commentRange": {
|
|
139861
|
-
"start":
|
|
139862
|
-
"end":
|
|
139942
|
+
"start": 484,
|
|
139943
|
+
"end": 485
|
|
139863
139944
|
},
|
|
139864
139945
|
"context": {
|
|
139865
139946
|
"type": "variable",
|
|
@@ -139867,8 +139948,8 @@
|
|
|
139867
139948
|
"value": "color-mix(in srgb, k-color(on-app-surface) 12%, transparent)",
|
|
139868
139949
|
"scope": "default",
|
|
139869
139950
|
"line": {
|
|
139870
|
-
"start":
|
|
139871
|
-
"end":
|
|
139951
|
+
"start": 486,
|
|
139952
|
+
"end": 486
|
|
139872
139953
|
}
|
|
139873
139954
|
},
|
|
139874
139955
|
"group": [
|
|
@@ -139885,8 +139966,8 @@
|
|
|
139885
139966
|
{
|
|
139886
139967
|
"description": "The Grid stack layout expandable row shadow.\n",
|
|
139887
139968
|
"commentRange": {
|
|
139888
|
-
"start":
|
|
139889
|
-
"end":
|
|
139969
|
+
"start": 487,
|
|
139970
|
+
"end": 488
|
|
139890
139971
|
},
|
|
139891
139972
|
"context": {
|
|
139892
139973
|
"type": "variable",
|
|
@@ -139894,8 +139975,8 @@
|
|
|
139894
139975
|
"value": "k-elevation(2)",
|
|
139895
139976
|
"scope": "default",
|
|
139896
139977
|
"line": {
|
|
139897
|
-
"start":
|
|
139898
|
-
"end":
|
|
139978
|
+
"start": 489,
|
|
139979
|
+
"end": 489
|
|
139899
139980
|
}
|
|
139900
139981
|
},
|
|
139901
139982
|
"group": [
|
|
@@ -139909,6 +139990,33 @@
|
|
|
139909
139990
|
"resolvedValue": "var(--kendo-elevation-2, 0 4px 6px rgba(0, 0, 0, 0.06), 0 4px 16px rgba(0, 0, 0, 0.12))",
|
|
139910
139991
|
"resolvedType": "String"
|
|
139911
139992
|
},
|
|
139993
|
+
{
|
|
139994
|
+
"description": "The font weight of the pinned source row in the Grid.\n",
|
|
139995
|
+
"commentRange": {
|
|
139996
|
+
"start": 491,
|
|
139997
|
+
"end": 492
|
|
139998
|
+
},
|
|
139999
|
+
"context": {
|
|
140000
|
+
"type": "variable",
|
|
140001
|
+
"name": "kendo-grid-pinned-source-font-weight",
|
|
140002
|
+
"value": "var( --kendo-font-weight-bold, 700 )",
|
|
140003
|
+
"scope": "default",
|
|
140004
|
+
"line": {
|
|
140005
|
+
"start": 493,
|
|
140006
|
+
"end": 493
|
|
140007
|
+
}
|
|
140008
|
+
},
|
|
140009
|
+
"group": [
|
|
140010
|
+
"grid"
|
|
140011
|
+
],
|
|
140012
|
+
"access": "public",
|
|
140013
|
+
"file": {
|
|
140014
|
+
"path": "default/scss/grid/_variables.scss",
|
|
140015
|
+
"name": "_variables.scss"
|
|
140016
|
+
},
|
|
140017
|
+
"resolvedValue": "var(--kendo-font-weight-bold, 700)",
|
|
140018
|
+
"resolvedType": "String"
|
|
140019
|
+
},
|
|
139912
140020
|
{
|
|
139913
140021
|
"description": "The sizes map of the Grid.\n",
|
|
139914
140022
|
"commentRange": {
|