@progress/kendo-theme-meridian 14.2.0-dev.4 → 14.2.0-dev.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/all.css +1 -1
- package/dist/meridian-main-dark.css +1 -1
- package/dist/meridian-main.css +1 -1
- package/dist/meta/sassdoc-data.json +234 -126
- package/dist/meta/sassdoc-raw-data.json +113 -63
- package/dist/meta/variables.json +8 -0
- package/lib/swatches/meridian-main-dark.json +1 -1
- package/lib/swatches/meridian-main.json +1 -1
- package/package.json +4 -5
- package/scss/grid/_layout.scss +13 -9
- package/scss/grid/_variables.scss +8 -0
|
@@ -42883,15 +42883,15 @@
|
|
|
42883
42883
|
"resolvedType": "Number"
|
|
42884
42884
|
},
|
|
42885
42885
|
{
|
|
42886
|
-
"description": "The
|
|
42886
|
+
"description": "The indent size for nested grouping rows.\n",
|
|
42887
42887
|
"commentRange": {
|
|
42888
42888
|
"start": 482,
|
|
42889
42889
|
"end": 483
|
|
42890
42890
|
},
|
|
42891
42891
|
"context": {
|
|
42892
42892
|
"type": "variable",
|
|
42893
|
-
"name": "kendo-grid-
|
|
42894
|
-
"value": "
|
|
42893
|
+
"name": "kendo-grid-grouping-indent-size",
|
|
42894
|
+
"value": "k-spacing(6)",
|
|
42895
42895
|
"scope": "default",
|
|
42896
42896
|
"line": {
|
|
42897
42897
|
"start": 484,
|
|
@@ -42906,14 +42906,68 @@
|
|
|
42906
42906
|
"path": "meridian/scss/grid/_variables.scss",
|
|
42907
42907
|
"name": "_variables.scss"
|
|
42908
42908
|
},
|
|
42909
|
+
"resolvedValue": "var(--kendo-spacing-6)",
|
|
42910
|
+
"resolvedType": "String"
|
|
42911
|
+
},
|
|
42912
|
+
{
|
|
42913
|
+
"description": "The margin at the end of the checkbox in grouping rows.\n",
|
|
42914
|
+
"commentRange": {
|
|
42915
|
+
"start": 485,
|
|
42916
|
+
"end": 486
|
|
42917
|
+
},
|
|
42918
|
+
"context": {
|
|
42919
|
+
"type": "variable",
|
|
42920
|
+
"name": "kendo-grid-grouping-row-checkbox-margin-end",
|
|
42921
|
+
"value": "k-spacing(3)",
|
|
42922
|
+
"scope": "default",
|
|
42923
|
+
"line": {
|
|
42924
|
+
"start": 487,
|
|
42925
|
+
"end": 487
|
|
42926
|
+
}
|
|
42927
|
+
},
|
|
42928
|
+
"group": [
|
|
42929
|
+
"grid"
|
|
42930
|
+
],
|
|
42931
|
+
"access": "public",
|
|
42932
|
+
"file": {
|
|
42933
|
+
"path": "meridian/scss/grid/_variables.scss",
|
|
42934
|
+
"name": "_variables.scss"
|
|
42935
|
+
},
|
|
42936
|
+
"resolvedValue": "var(--kendo-spacing-3)",
|
|
42937
|
+
"resolvedType": "String"
|
|
42938
|
+
},
|
|
42939
|
+
{
|
|
42940
|
+
"description": "The vertical border of the Grid footer.\n",
|
|
42941
|
+
"commentRange": {
|
|
42942
|
+
"start": 488,
|
|
42943
|
+
"end": 489
|
|
42944
|
+
},
|
|
42945
|
+
"context": {
|
|
42946
|
+
"type": "variable",
|
|
42947
|
+
"name": "kendo-grid-group-footer-border-y",
|
|
42948
|
+
"value": "1px",
|
|
42949
|
+
"scope": "default",
|
|
42950
|
+
"line": {
|
|
42951
|
+
"start": 490,
|
|
42952
|
+
"end": 490
|
|
42953
|
+
}
|
|
42954
|
+
},
|
|
42955
|
+
"group": [
|
|
42956
|
+
"grid"
|
|
42957
|
+
],
|
|
42958
|
+
"access": "public",
|
|
42959
|
+
"file": {
|
|
42960
|
+
"path": "meridian/scss/grid/_variables.scss",
|
|
42961
|
+
"name": "_variables.scss"
|
|
42962
|
+
},
|
|
42909
42963
|
"resolvedValue": "1px",
|
|
42910
42964
|
"resolvedType": "Number"
|
|
42911
42965
|
},
|
|
42912
42966
|
{
|
|
42913
42967
|
"description": "The background color of the Grid row resize indicator.\n",
|
|
42914
42968
|
"commentRange": {
|
|
42915
|
-
"start":
|
|
42916
|
-
"end":
|
|
42969
|
+
"start": 492,
|
|
42970
|
+
"end": 493
|
|
42917
42971
|
},
|
|
42918
42972
|
"context": {
|
|
42919
42973
|
"type": "variable",
|
|
@@ -42921,8 +42975,8 @@
|
|
|
42921
42975
|
"value": "color-mix(in srgb, k-color(on-base) 20%, transparent)",
|
|
42922
42976
|
"scope": "default",
|
|
42923
42977
|
"line": {
|
|
42924
|
-
"start":
|
|
42925
|
-
"end":
|
|
42978
|
+
"start": 494,
|
|
42979
|
+
"end": 494
|
|
42926
42980
|
}
|
|
42927
42981
|
},
|
|
42928
42982
|
"group": [
|
|
@@ -42939,8 +42993,8 @@
|
|
|
42939
42993
|
{
|
|
42940
42994
|
"description": "The background color of the active Grid row resize indicator.\n",
|
|
42941
42995
|
"commentRange": {
|
|
42942
|
-
"start":
|
|
42943
|
-
"end":
|
|
42996
|
+
"start": 495,
|
|
42997
|
+
"end": 496
|
|
42944
42998
|
},
|
|
42945
42999
|
"context": {
|
|
42946
43000
|
"type": "variable",
|
|
@@ -42948,8 +43002,8 @@
|
|
|
42948
43002
|
"value": "k-color(primary)",
|
|
42949
43003
|
"scope": "default",
|
|
42950
43004
|
"line": {
|
|
42951
|
-
"start":
|
|
42952
|
-
"end":
|
|
43005
|
+
"start": 497,
|
|
43006
|
+
"end": 497
|
|
42953
43007
|
}
|
|
42954
43008
|
},
|
|
42955
43009
|
"group": [
|
|
@@ -42966,8 +43020,8 @@
|
|
|
42966
43020
|
{
|
|
42967
43021
|
"description": "The height of the Grid row resize indicator.\n",
|
|
42968
43022
|
"commentRange": {
|
|
42969
|
-
"start":
|
|
42970
|
-
"end":
|
|
43023
|
+
"start": 498,
|
|
43024
|
+
"end": 499
|
|
42971
43025
|
},
|
|
42972
43026
|
"context": {
|
|
42973
43027
|
"type": "variable",
|
|
@@ -42975,8 +43029,8 @@
|
|
|
42975
43029
|
"value": "k-spacing(0.5)",
|
|
42976
43030
|
"scope": "default",
|
|
42977
43031
|
"line": {
|
|
42978
|
-
"start":
|
|
42979
|
-
"end":
|
|
43032
|
+
"start": 500,
|
|
43033
|
+
"end": 500
|
|
42980
43034
|
}
|
|
42981
43035
|
},
|
|
42982
43036
|
"group": [
|
|
@@ -42993,8 +43047,8 @@
|
|
|
42993
43047
|
{
|
|
42994
43048
|
"description": "The horizontal padding of the Grid stack layout cells.\n",
|
|
42995
43049
|
"commentRange": {
|
|
42996
|
-
"start":
|
|
42997
|
-
"end":
|
|
43050
|
+
"start": 502,
|
|
43051
|
+
"end": 503
|
|
42998
43052
|
},
|
|
42999
43053
|
"context": {
|
|
43000
43054
|
"type": "variable",
|
|
@@ -43002,8 +43056,8 @@
|
|
|
43002
43056
|
"value": "k-spacing(2)",
|
|
43003
43057
|
"scope": "default",
|
|
43004
43058
|
"line": {
|
|
43005
|
-
"start":
|
|
43006
|
-
"end":
|
|
43059
|
+
"start": 504,
|
|
43060
|
+
"end": 504
|
|
43007
43061
|
}
|
|
43008
43062
|
},
|
|
43009
43063
|
"group": [
|
|
@@ -43020,8 +43074,8 @@
|
|
|
43020
43074
|
{
|
|
43021
43075
|
"description": "The vertical padding of the Grid stack layout cells.\n",
|
|
43022
43076
|
"commentRange": {
|
|
43023
|
-
"start":
|
|
43024
|
-
"end":
|
|
43077
|
+
"start": 505,
|
|
43078
|
+
"end": 506
|
|
43025
43079
|
},
|
|
43026
43080
|
"context": {
|
|
43027
43081
|
"type": "variable",
|
|
@@ -43029,8 +43083,8 @@
|
|
|
43029
43083
|
"value": "k-spacing(1.5)",
|
|
43030
43084
|
"scope": "default",
|
|
43031
43085
|
"line": {
|
|
43032
|
-
"start":
|
|
43033
|
-
"end":
|
|
43086
|
+
"start": 507,
|
|
43087
|
+
"end": 507
|
|
43034
43088
|
}
|
|
43035
43089
|
},
|
|
43036
43090
|
"group": [
|
|
@@ -43047,8 +43101,8 @@
|
|
|
43047
43101
|
{
|
|
43048
43102
|
"description": "The column gap of the Grid stack layout.\n",
|
|
43049
43103
|
"commentRange": {
|
|
43050
|
-
"start":
|
|
43051
|
-
"end":
|
|
43104
|
+
"start": 509,
|
|
43105
|
+
"end": 510
|
|
43052
43106
|
},
|
|
43053
43107
|
"context": {
|
|
43054
43108
|
"type": "variable",
|
|
@@ -43056,8 +43110,8 @@
|
|
|
43056
43110
|
"value": "k-spacing(1)",
|
|
43057
43111
|
"scope": "default",
|
|
43058
43112
|
"line": {
|
|
43059
|
-
"start":
|
|
43060
|
-
"end":
|
|
43113
|
+
"start": 511,
|
|
43114
|
+
"end": 511
|
|
43061
43115
|
}
|
|
43062
43116
|
},
|
|
43063
43117
|
"group": [
|
|
@@ -43074,8 +43128,8 @@
|
|
|
43074
43128
|
{
|
|
43075
43129
|
"description": "The column gap of the editable Grid stack layout.\n",
|
|
43076
43130
|
"commentRange": {
|
|
43077
|
-
"start":
|
|
43078
|
-
"end":
|
|
43131
|
+
"start": 512,
|
|
43132
|
+
"end": 513
|
|
43079
43133
|
},
|
|
43080
43134
|
"context": {
|
|
43081
43135
|
"type": "variable",
|
|
@@ -43083,8 +43137,8 @@
|
|
|
43083
43137
|
"value": "k-spacing(2)",
|
|
43084
43138
|
"scope": "default",
|
|
43085
43139
|
"line": {
|
|
43086
|
-
"start":
|
|
43087
|
-
"end":
|
|
43140
|
+
"start": 514,
|
|
43141
|
+
"end": 514
|
|
43088
43142
|
}
|
|
43089
43143
|
},
|
|
43090
43144
|
"group": [
|
|
@@ -43101,8 +43155,8 @@
|
|
|
43101
43155
|
{
|
|
43102
43156
|
"description": "The width of the hierarchy column in the Grid stack layout.\n",
|
|
43103
43157
|
"commentRange": {
|
|
43104
|
-
"start":
|
|
43105
|
-
"end":
|
|
43158
|
+
"start": 516,
|
|
43159
|
+
"end": 517
|
|
43106
43160
|
},
|
|
43107
43161
|
"context": {
|
|
43108
43162
|
"type": "variable",
|
|
@@ -43110,8 +43164,8 @@
|
|
|
43110
43164
|
"value": "k-spacing(2)",
|
|
43111
43165
|
"scope": "default",
|
|
43112
43166
|
"line": {
|
|
43113
|
-
"start":
|
|
43114
|
-
"end":
|
|
43167
|
+
"start": 518,
|
|
43168
|
+
"end": 518
|
|
43115
43169
|
}
|
|
43116
43170
|
},
|
|
43117
43171
|
"group": [
|
|
@@ -43128,8 +43182,8 @@
|
|
|
43128
43182
|
{
|
|
43129
43183
|
"description": "The font size of the Grid stack layout column header.\n",
|
|
43130
43184
|
"commentRange": {
|
|
43131
|
-
"start":
|
|
43132
|
-
"end":
|
|
43185
|
+
"start": 520,
|
|
43186
|
+
"end": 521
|
|
43133
43187
|
},
|
|
43134
43188
|
"context": {
|
|
43135
43189
|
"type": "variable",
|
|
@@ -43137,8 +43191,8 @@
|
|
|
43137
43191
|
"value": "var( --kendo-font-size-sm, inherit )",
|
|
43138
43192
|
"scope": "default",
|
|
43139
43193
|
"line": {
|
|
43140
|
-
"start":
|
|
43141
|
-
"end":
|
|
43194
|
+
"start": 522,
|
|
43195
|
+
"end": 522
|
|
43142
43196
|
}
|
|
43143
43197
|
},
|
|
43144
43198
|
"group": [
|
|
@@ -43155,8 +43209,8 @@
|
|
|
43155
43209
|
{
|
|
43156
43210
|
"description": "The font weight of the Grid stack layout column header.\n",
|
|
43157
43211
|
"commentRange": {
|
|
43158
|
-
"start":
|
|
43159
|
-
"end":
|
|
43212
|
+
"start": 523,
|
|
43213
|
+
"end": 524
|
|
43160
43214
|
},
|
|
43161
43215
|
"context": {
|
|
43162
43216
|
"type": "variable",
|
|
@@ -43164,8 +43218,8 @@
|
|
|
43164
43218
|
"value": "var( --kendo-font-weight-bold, bold )",
|
|
43165
43219
|
"scope": "default",
|
|
43166
43220
|
"line": {
|
|
43167
|
-
"start":
|
|
43168
|
-
"end":
|
|
43221
|
+
"start": 525,
|
|
43222
|
+
"end": 525
|
|
43169
43223
|
}
|
|
43170
43224
|
},
|
|
43171
43225
|
"group": [
|
|
@@ -43182,8 +43236,8 @@
|
|
|
43182
43236
|
{
|
|
43183
43237
|
"description": "The height of the Grid stack layout expandable row shadow.\n",
|
|
43184
43238
|
"commentRange": {
|
|
43185
|
-
"start":
|
|
43186
|
-
"end":
|
|
43239
|
+
"start": 526,
|
|
43240
|
+
"end": 527
|
|
43187
43241
|
},
|
|
43188
43242
|
"context": {
|
|
43189
43243
|
"type": "variable",
|
|
@@ -43191,8 +43245,8 @@
|
|
|
43191
43245
|
"value": "k-spacing(2.5)",
|
|
43192
43246
|
"scope": "default",
|
|
43193
43247
|
"line": {
|
|
43194
|
-
"start":
|
|
43195
|
-
"end":
|
|
43248
|
+
"start": 528,
|
|
43249
|
+
"end": 528
|
|
43196
43250
|
}
|
|
43197
43251
|
},
|
|
43198
43252
|
"group": [
|
|
@@ -43209,8 +43263,8 @@
|
|
|
43209
43263
|
{
|
|
43210
43264
|
"description": "The color of the Grid stack layout column header.\n",
|
|
43211
43265
|
"commentRange": {
|
|
43212
|
-
"start":
|
|
43213
|
-
"end":
|
|
43266
|
+
"start": 530,
|
|
43267
|
+
"end": 531
|
|
43214
43268
|
},
|
|
43215
43269
|
"context": {
|
|
43216
43270
|
"type": "variable",
|
|
@@ -43218,8 +43272,8 @@
|
|
|
43218
43272
|
"value": "color-mix(in srgb, k-color(subtle) 75%, k-color(on-app-surface))",
|
|
43219
43273
|
"scope": "default",
|
|
43220
43274
|
"line": {
|
|
43221
|
-
"start":
|
|
43222
|
-
"end":
|
|
43275
|
+
"start": 532,
|
|
43276
|
+
"end": 532
|
|
43223
43277
|
}
|
|
43224
43278
|
},
|
|
43225
43279
|
"group": [
|
|
@@ -43236,8 +43290,8 @@
|
|
|
43236
43290
|
{
|
|
43237
43291
|
"description": "The outline color of the Grid stack layout focused cell.\n",
|
|
43238
43292
|
"commentRange": {
|
|
43239
|
-
"start":
|
|
43240
|
-
"end":
|
|
43293
|
+
"start": 533,
|
|
43294
|
+
"end": 534
|
|
43241
43295
|
},
|
|
43242
43296
|
"context": {
|
|
43243
43297
|
"type": "variable",
|
|
@@ -43245,8 +43299,8 @@
|
|
|
43245
43299
|
"value": "k-color(subtle)",
|
|
43246
43300
|
"scope": "default",
|
|
43247
43301
|
"line": {
|
|
43248
|
-
"start":
|
|
43249
|
-
"end":
|
|
43302
|
+
"start": 535,
|
|
43303
|
+
"end": 535
|
|
43250
43304
|
}
|
|
43251
43305
|
},
|
|
43252
43306
|
"group": [
|
|
@@ -43263,8 +43317,8 @@
|
|
|
43263
43317
|
{
|
|
43264
43318
|
"description": "The Grid stack layout expandable row shadow.\n",
|
|
43265
43319
|
"commentRange": {
|
|
43266
|
-
"start":
|
|
43267
|
-
"end":
|
|
43320
|
+
"start": 536,
|
|
43321
|
+
"end": 537
|
|
43268
43322
|
},
|
|
43269
43323
|
"context": {
|
|
43270
43324
|
"type": "variable",
|
|
@@ -43272,8 +43326,8 @@
|
|
|
43272
43326
|
"value": "k-elevation(2)",
|
|
43273
43327
|
"scope": "default",
|
|
43274
43328
|
"line": {
|
|
43275
|
-
"start":
|
|
43276
|
-
"end":
|
|
43329
|
+
"start": 538,
|
|
43330
|
+
"end": 538
|
|
43277
43331
|
}
|
|
43278
43332
|
},
|
|
43279
43333
|
"group": [
|
|
@@ -43290,8 +43344,8 @@
|
|
|
43290
43344
|
{
|
|
43291
43345
|
"description": "The font weight of the pinned source row in the Grid.\n",
|
|
43292
43346
|
"commentRange": {
|
|
43293
|
-
"start":
|
|
43294
|
-
"end":
|
|
43347
|
+
"start": 540,
|
|
43348
|
+
"end": 541
|
|
43295
43349
|
},
|
|
43296
43350
|
"context": {
|
|
43297
43351
|
"type": "variable",
|
|
@@ -43299,8 +43353,8 @@
|
|
|
43299
43353
|
"value": "var( --kendo-font-weight-bold, 700 )",
|
|
43300
43354
|
"scope": "default",
|
|
43301
43355
|
"line": {
|
|
43302
|
-
"start":
|
|
43303
|
-
"end":
|
|
43356
|
+
"start": 542,
|
|
43357
|
+
"end": 542
|
|
43304
43358
|
}
|
|
43305
43359
|
},
|
|
43306
43360
|
"group": [
|
|
@@ -147784,15 +147838,15 @@
|
|
|
147784
147838
|
"resolvedType": "Number"
|
|
147785
147839
|
},
|
|
147786
147840
|
{
|
|
147787
|
-
"description": "The
|
|
147841
|
+
"description": "The indent size for nested grouping rows.\n",
|
|
147788
147842
|
"commentRange": {
|
|
147789
147843
|
"start": 482,
|
|
147790
147844
|
"end": 483
|
|
147791
147845
|
},
|
|
147792
147846
|
"context": {
|
|
147793
147847
|
"type": "variable",
|
|
147794
|
-
"name": "kendo-grid-
|
|
147795
|
-
"value": "
|
|
147848
|
+
"name": "kendo-grid-grouping-indent-size",
|
|
147849
|
+
"value": "k-spacing(6)",
|
|
147796
147850
|
"scope": "default",
|
|
147797
147851
|
"line": {
|
|
147798
147852
|
"start": 484,
|
|
@@ -147807,14 +147861,68 @@
|
|
|
147807
147861
|
"path": "meridian/scss/grid/_variables.scss",
|
|
147808
147862
|
"name": "_variables.scss"
|
|
147809
147863
|
},
|
|
147864
|
+
"resolvedValue": "var(--kendo-spacing-6)",
|
|
147865
|
+
"resolvedType": "String"
|
|
147866
|
+
},
|
|
147867
|
+
{
|
|
147868
|
+
"description": "The margin at the end of the checkbox in grouping rows.\n",
|
|
147869
|
+
"commentRange": {
|
|
147870
|
+
"start": 485,
|
|
147871
|
+
"end": 486
|
|
147872
|
+
},
|
|
147873
|
+
"context": {
|
|
147874
|
+
"type": "variable",
|
|
147875
|
+
"name": "kendo-grid-grouping-row-checkbox-margin-end",
|
|
147876
|
+
"value": "k-spacing(3)",
|
|
147877
|
+
"scope": "default",
|
|
147878
|
+
"line": {
|
|
147879
|
+
"start": 487,
|
|
147880
|
+
"end": 487
|
|
147881
|
+
}
|
|
147882
|
+
},
|
|
147883
|
+
"group": [
|
|
147884
|
+
"grid"
|
|
147885
|
+
],
|
|
147886
|
+
"access": "public",
|
|
147887
|
+
"file": {
|
|
147888
|
+
"path": "meridian/scss/grid/_variables.scss",
|
|
147889
|
+
"name": "_variables.scss"
|
|
147890
|
+
},
|
|
147891
|
+
"resolvedValue": "var(--kendo-spacing-3)",
|
|
147892
|
+
"resolvedType": "String"
|
|
147893
|
+
},
|
|
147894
|
+
{
|
|
147895
|
+
"description": "The vertical border of the Grid footer.\n",
|
|
147896
|
+
"commentRange": {
|
|
147897
|
+
"start": 488,
|
|
147898
|
+
"end": 489
|
|
147899
|
+
},
|
|
147900
|
+
"context": {
|
|
147901
|
+
"type": "variable",
|
|
147902
|
+
"name": "kendo-grid-group-footer-border-y",
|
|
147903
|
+
"value": "1px",
|
|
147904
|
+
"scope": "default",
|
|
147905
|
+
"line": {
|
|
147906
|
+
"start": 490,
|
|
147907
|
+
"end": 490
|
|
147908
|
+
}
|
|
147909
|
+
},
|
|
147910
|
+
"group": [
|
|
147911
|
+
"grid"
|
|
147912
|
+
],
|
|
147913
|
+
"access": "public",
|
|
147914
|
+
"file": {
|
|
147915
|
+
"path": "meridian/scss/grid/_variables.scss",
|
|
147916
|
+
"name": "_variables.scss"
|
|
147917
|
+
},
|
|
147810
147918
|
"resolvedValue": "1px",
|
|
147811
147919
|
"resolvedType": "Number"
|
|
147812
147920
|
},
|
|
147813
147921
|
{
|
|
147814
147922
|
"description": "The background color of the Grid row resize indicator.\n",
|
|
147815
147923
|
"commentRange": {
|
|
147816
|
-
"start":
|
|
147817
|
-
"end":
|
|
147924
|
+
"start": 492,
|
|
147925
|
+
"end": 493
|
|
147818
147926
|
},
|
|
147819
147927
|
"context": {
|
|
147820
147928
|
"type": "variable",
|
|
@@ -147822,8 +147930,8 @@
|
|
|
147822
147930
|
"value": "color-mix(in srgb, k-color(on-base) 20%, transparent)",
|
|
147823
147931
|
"scope": "default",
|
|
147824
147932
|
"line": {
|
|
147825
|
-
"start":
|
|
147826
|
-
"end":
|
|
147933
|
+
"start": 494,
|
|
147934
|
+
"end": 494
|
|
147827
147935
|
}
|
|
147828
147936
|
},
|
|
147829
147937
|
"group": [
|
|
@@ -147840,8 +147948,8 @@
|
|
|
147840
147948
|
{
|
|
147841
147949
|
"description": "The background color of the active Grid row resize indicator.\n",
|
|
147842
147950
|
"commentRange": {
|
|
147843
|
-
"start":
|
|
147844
|
-
"end":
|
|
147951
|
+
"start": 495,
|
|
147952
|
+
"end": 496
|
|
147845
147953
|
},
|
|
147846
147954
|
"context": {
|
|
147847
147955
|
"type": "variable",
|
|
@@ -147849,8 +147957,8 @@
|
|
|
147849
147957
|
"value": "k-color(primary)",
|
|
147850
147958
|
"scope": "default",
|
|
147851
147959
|
"line": {
|
|
147852
|
-
"start":
|
|
147853
|
-
"end":
|
|
147960
|
+
"start": 497,
|
|
147961
|
+
"end": 497
|
|
147854
147962
|
}
|
|
147855
147963
|
},
|
|
147856
147964
|
"group": [
|
|
@@ -147867,8 +147975,8 @@
|
|
|
147867
147975
|
{
|
|
147868
147976
|
"description": "The height of the Grid row resize indicator.\n",
|
|
147869
147977
|
"commentRange": {
|
|
147870
|
-
"start":
|
|
147871
|
-
"end":
|
|
147978
|
+
"start": 498,
|
|
147979
|
+
"end": 499
|
|
147872
147980
|
},
|
|
147873
147981
|
"context": {
|
|
147874
147982
|
"type": "variable",
|
|
@@ -147876,8 +147984,8 @@
|
|
|
147876
147984
|
"value": "k-spacing(0.5)",
|
|
147877
147985
|
"scope": "default",
|
|
147878
147986
|
"line": {
|
|
147879
|
-
"start":
|
|
147880
|
-
"end":
|
|
147987
|
+
"start": 500,
|
|
147988
|
+
"end": 500
|
|
147881
147989
|
}
|
|
147882
147990
|
},
|
|
147883
147991
|
"group": [
|
|
@@ -147894,8 +148002,8 @@
|
|
|
147894
148002
|
{
|
|
147895
148003
|
"description": "The horizontal padding of the Grid stack layout cells.\n",
|
|
147896
148004
|
"commentRange": {
|
|
147897
|
-
"start":
|
|
147898
|
-
"end":
|
|
148005
|
+
"start": 502,
|
|
148006
|
+
"end": 503
|
|
147899
148007
|
},
|
|
147900
148008
|
"context": {
|
|
147901
148009
|
"type": "variable",
|
|
@@ -147903,8 +148011,8 @@
|
|
|
147903
148011
|
"value": "k-spacing(2)",
|
|
147904
148012
|
"scope": "default",
|
|
147905
148013
|
"line": {
|
|
147906
|
-
"start":
|
|
147907
|
-
"end":
|
|
148014
|
+
"start": 504,
|
|
148015
|
+
"end": 504
|
|
147908
148016
|
}
|
|
147909
148017
|
},
|
|
147910
148018
|
"group": [
|
|
@@ -147921,8 +148029,8 @@
|
|
|
147921
148029
|
{
|
|
147922
148030
|
"description": "The vertical padding of the Grid stack layout cells.\n",
|
|
147923
148031
|
"commentRange": {
|
|
147924
|
-
"start":
|
|
147925
|
-
"end":
|
|
148032
|
+
"start": 505,
|
|
148033
|
+
"end": 506
|
|
147926
148034
|
},
|
|
147927
148035
|
"context": {
|
|
147928
148036
|
"type": "variable",
|
|
@@ -147930,8 +148038,8 @@
|
|
|
147930
148038
|
"value": "k-spacing(1.5)",
|
|
147931
148039
|
"scope": "default",
|
|
147932
148040
|
"line": {
|
|
147933
|
-
"start":
|
|
147934
|
-
"end":
|
|
148041
|
+
"start": 507,
|
|
148042
|
+
"end": 507
|
|
147935
148043
|
}
|
|
147936
148044
|
},
|
|
147937
148045
|
"group": [
|
|
@@ -147948,8 +148056,8 @@
|
|
|
147948
148056
|
{
|
|
147949
148057
|
"description": "The column gap of the Grid stack layout.\n",
|
|
147950
148058
|
"commentRange": {
|
|
147951
|
-
"start":
|
|
147952
|
-
"end":
|
|
148059
|
+
"start": 509,
|
|
148060
|
+
"end": 510
|
|
147953
148061
|
},
|
|
147954
148062
|
"context": {
|
|
147955
148063
|
"type": "variable",
|
|
@@ -147957,8 +148065,8 @@
|
|
|
147957
148065
|
"value": "k-spacing(1)",
|
|
147958
148066
|
"scope": "default",
|
|
147959
148067
|
"line": {
|
|
147960
|
-
"start":
|
|
147961
|
-
"end":
|
|
148068
|
+
"start": 511,
|
|
148069
|
+
"end": 511
|
|
147962
148070
|
}
|
|
147963
148071
|
},
|
|
147964
148072
|
"group": [
|
|
@@ -147975,8 +148083,8 @@
|
|
|
147975
148083
|
{
|
|
147976
148084
|
"description": "The column gap of the editable Grid stack layout.\n",
|
|
147977
148085
|
"commentRange": {
|
|
147978
|
-
"start":
|
|
147979
|
-
"end":
|
|
148086
|
+
"start": 512,
|
|
148087
|
+
"end": 513
|
|
147980
148088
|
},
|
|
147981
148089
|
"context": {
|
|
147982
148090
|
"type": "variable",
|
|
@@ -147984,8 +148092,8 @@
|
|
|
147984
148092
|
"value": "k-spacing(2)",
|
|
147985
148093
|
"scope": "default",
|
|
147986
148094
|
"line": {
|
|
147987
|
-
"start":
|
|
147988
|
-
"end":
|
|
148095
|
+
"start": 514,
|
|
148096
|
+
"end": 514
|
|
147989
148097
|
}
|
|
147990
148098
|
},
|
|
147991
148099
|
"group": [
|
|
@@ -148002,8 +148110,8 @@
|
|
|
148002
148110
|
{
|
|
148003
148111
|
"description": "The width of the hierarchy column in the Grid stack layout.\n",
|
|
148004
148112
|
"commentRange": {
|
|
148005
|
-
"start":
|
|
148006
|
-
"end":
|
|
148113
|
+
"start": 516,
|
|
148114
|
+
"end": 517
|
|
148007
148115
|
},
|
|
148008
148116
|
"context": {
|
|
148009
148117
|
"type": "variable",
|
|
@@ -148011,8 +148119,8 @@
|
|
|
148011
148119
|
"value": "k-spacing(2)",
|
|
148012
148120
|
"scope": "default",
|
|
148013
148121
|
"line": {
|
|
148014
|
-
"start":
|
|
148015
|
-
"end":
|
|
148122
|
+
"start": 518,
|
|
148123
|
+
"end": 518
|
|
148016
148124
|
}
|
|
148017
148125
|
},
|
|
148018
148126
|
"group": [
|
|
@@ -148029,8 +148137,8 @@
|
|
|
148029
148137
|
{
|
|
148030
148138
|
"description": "The font size of the Grid stack layout column header.\n",
|
|
148031
148139
|
"commentRange": {
|
|
148032
|
-
"start":
|
|
148033
|
-
"end":
|
|
148140
|
+
"start": 520,
|
|
148141
|
+
"end": 521
|
|
148034
148142
|
},
|
|
148035
148143
|
"context": {
|
|
148036
148144
|
"type": "variable",
|
|
@@ -148038,8 +148146,8 @@
|
|
|
148038
148146
|
"value": "var( --kendo-font-size-sm, inherit )",
|
|
148039
148147
|
"scope": "default",
|
|
148040
148148
|
"line": {
|
|
148041
|
-
"start":
|
|
148042
|
-
"end":
|
|
148149
|
+
"start": 522,
|
|
148150
|
+
"end": 522
|
|
148043
148151
|
}
|
|
148044
148152
|
},
|
|
148045
148153
|
"group": [
|
|
@@ -148056,8 +148164,8 @@
|
|
|
148056
148164
|
{
|
|
148057
148165
|
"description": "The font weight of the Grid stack layout column header.\n",
|
|
148058
148166
|
"commentRange": {
|
|
148059
|
-
"start":
|
|
148060
|
-
"end":
|
|
148167
|
+
"start": 523,
|
|
148168
|
+
"end": 524
|
|
148061
148169
|
},
|
|
148062
148170
|
"context": {
|
|
148063
148171
|
"type": "variable",
|
|
@@ -148065,8 +148173,8 @@
|
|
|
148065
148173
|
"value": "var( --kendo-font-weight-bold, bold )",
|
|
148066
148174
|
"scope": "default",
|
|
148067
148175
|
"line": {
|
|
148068
|
-
"start":
|
|
148069
|
-
"end":
|
|
148176
|
+
"start": 525,
|
|
148177
|
+
"end": 525
|
|
148070
148178
|
}
|
|
148071
148179
|
},
|
|
148072
148180
|
"group": [
|
|
@@ -148083,8 +148191,8 @@
|
|
|
148083
148191
|
{
|
|
148084
148192
|
"description": "The height of the Grid stack layout expandable row shadow.\n",
|
|
148085
148193
|
"commentRange": {
|
|
148086
|
-
"start":
|
|
148087
|
-
"end":
|
|
148194
|
+
"start": 526,
|
|
148195
|
+
"end": 527
|
|
148088
148196
|
},
|
|
148089
148197
|
"context": {
|
|
148090
148198
|
"type": "variable",
|
|
@@ -148092,8 +148200,8 @@
|
|
|
148092
148200
|
"value": "k-spacing(2.5)",
|
|
148093
148201
|
"scope": "default",
|
|
148094
148202
|
"line": {
|
|
148095
|
-
"start":
|
|
148096
|
-
"end":
|
|
148203
|
+
"start": 528,
|
|
148204
|
+
"end": 528
|
|
148097
148205
|
}
|
|
148098
148206
|
},
|
|
148099
148207
|
"group": [
|
|
@@ -148110,8 +148218,8 @@
|
|
|
148110
148218
|
{
|
|
148111
148219
|
"description": "The color of the Grid stack layout column header.\n",
|
|
148112
148220
|
"commentRange": {
|
|
148113
|
-
"start":
|
|
148114
|
-
"end":
|
|
148221
|
+
"start": 530,
|
|
148222
|
+
"end": 531
|
|
148115
148223
|
},
|
|
148116
148224
|
"context": {
|
|
148117
148225
|
"type": "variable",
|
|
@@ -148119,8 +148227,8 @@
|
|
|
148119
148227
|
"value": "color-mix(in srgb, k-color(subtle) 75%, k-color(on-app-surface))",
|
|
148120
148228
|
"scope": "default",
|
|
148121
148229
|
"line": {
|
|
148122
|
-
"start":
|
|
148123
|
-
"end":
|
|
148230
|
+
"start": 532,
|
|
148231
|
+
"end": 532
|
|
148124
148232
|
}
|
|
148125
148233
|
},
|
|
148126
148234
|
"group": [
|
|
@@ -148137,8 +148245,8 @@
|
|
|
148137
148245
|
{
|
|
148138
148246
|
"description": "The outline color of the Grid stack layout focused cell.\n",
|
|
148139
148247
|
"commentRange": {
|
|
148140
|
-
"start":
|
|
148141
|
-
"end":
|
|
148248
|
+
"start": 533,
|
|
148249
|
+
"end": 534
|
|
148142
148250
|
},
|
|
148143
148251
|
"context": {
|
|
148144
148252
|
"type": "variable",
|
|
@@ -148146,8 +148254,8 @@
|
|
|
148146
148254
|
"value": "k-color(subtle)",
|
|
148147
148255
|
"scope": "default",
|
|
148148
148256
|
"line": {
|
|
148149
|
-
"start":
|
|
148150
|
-
"end":
|
|
148257
|
+
"start": 535,
|
|
148258
|
+
"end": 535
|
|
148151
148259
|
}
|
|
148152
148260
|
},
|
|
148153
148261
|
"group": [
|
|
@@ -148164,8 +148272,8 @@
|
|
|
148164
148272
|
{
|
|
148165
148273
|
"description": "The Grid stack layout expandable row shadow.\n",
|
|
148166
148274
|
"commentRange": {
|
|
148167
|
-
"start":
|
|
148168
|
-
"end":
|
|
148275
|
+
"start": 536,
|
|
148276
|
+
"end": 537
|
|
148169
148277
|
},
|
|
148170
148278
|
"context": {
|
|
148171
148279
|
"type": "variable",
|
|
@@ -148173,8 +148281,8 @@
|
|
|
148173
148281
|
"value": "k-elevation(2)",
|
|
148174
148282
|
"scope": "default",
|
|
148175
148283
|
"line": {
|
|
148176
|
-
"start":
|
|
148177
|
-
"end":
|
|
148284
|
+
"start": 538,
|
|
148285
|
+
"end": 538
|
|
148178
148286
|
}
|
|
148179
148287
|
},
|
|
148180
148288
|
"group": [
|
|
@@ -148191,8 +148299,8 @@
|
|
|
148191
148299
|
{
|
|
148192
148300
|
"description": "The font weight of the pinned source row in the Grid.\n",
|
|
148193
148301
|
"commentRange": {
|
|
148194
|
-
"start":
|
|
148195
|
-
"end":
|
|
148302
|
+
"start": 540,
|
|
148303
|
+
"end": 541
|
|
148196
148304
|
},
|
|
148197
148305
|
"context": {
|
|
148198
148306
|
"type": "variable",
|
|
@@ -148200,8 +148308,8 @@
|
|
|
148200
148308
|
"value": "var( --kendo-font-weight-bold, 700 )",
|
|
148201
148309
|
"scope": "default",
|
|
148202
148310
|
"line": {
|
|
148203
|
-
"start":
|
|
148204
|
-
"end":
|
|
148311
|
+
"start": 542,
|
|
148312
|
+
"end": 542
|
|
148205
148313
|
}
|
|
148206
148314
|
},
|
|
148207
148315
|
"group": [
|