@progress/kendo-theme-fluent 6.4.0-dev.2 → 6.4.0-dev.4
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/README.md +5 -3
- package/dist/all.css +56 -151
- package/dist/meta/sassdoc-data.json +492 -442
- package/dist/meta/sassdoc-raw-data.json +246 -221
- package/dist/meta/variables.scss +1 -1
- package/lib/swatches/all.json +1 -1
- package/lib/swatches/fluent-main.json +1 -1
- package/package.json +4 -4
- package/scss/action-sheet/_variables.scss +1 -1
- package/scss/adaptive/_theme.scss +1 -1
- package/scss/badge/_variables.scss +2 -2
- package/scss/bottom-navigation/_variables.scss +2 -2
- package/scss/button/_layout.scss +7 -7
- package/scss/button/_variables.scss +2 -2
- package/scss/calendar/_layout.scss +0 -13
- package/scss/calendar/_variables.scss +4 -4
- package/scss/chat/_layout.scss +3 -3
- package/scss/chat/_variables.scss +1 -1
- package/scss/checkbox/_layout.scss +4 -4
- package/scss/chip/_layout.scss +1 -2
- package/scss/chip/_variables.scss +2 -2
- package/scss/color-preview/_layout.scss +1 -2
- package/scss/core/_variables.scss +2 -3
- package/scss/core/color-system/_variables.scss +2 -4
- package/scss/core/helpers/_animations.scss +7 -9
- package/scss/core/helpers/_base.scss +1 -2
- package/scss/core/helpers/_extra.scss +1 -1
- package/scss/core/helpers/_layout.scss +2 -2
- package/scss/core/helpers/_loading.scss +1 -1
- package/scss/core/helpers/_normalize.scss +2 -2
- package/scss/core/mixins/_decoration.scss +1 -2
- package/scss/core/module-system/index.scss +2 -0
- package/scss/dataviz/_layout.scss +4 -2
- package/scss/dataviz/_theme.scss +2 -0
- package/scss/drawer/_layout.scss +2 -2
- package/scss/drawer/_variables.scss +1 -1
- package/scss/editor/_layout.scss +6 -4
- package/scss/editor/_theme.scss +3 -3
- package/scss/editor/_variables.scss +1 -1
- package/scss/fab/_variables.scss +2 -2
- package/scss/floating-label/_layout.scss +1 -1
- package/scss/forms/_layout.scss +3 -3
- package/scss/forms/_variables.scss +1 -1
- package/scss/gantt/_layout.scss +8 -8
- package/scss/gantt/_variables.scss +1 -1
- package/scss/grid/_layout.scss +28 -13
- package/scss/grid/_variables.scss +6 -3
- package/scss/icon/_layout.scss +3 -12
- package/scss/input/_layout.scss +10 -10
- package/scss/list/_layout.scss +2 -2
- package/scss/list/_variables.scss +2 -2
- package/scss/listbox/_layout.scss +0 -9
- package/scss/listgroup/_layout.scss +0 -10
- package/scss/loader/_variables.scss +1 -1
- package/scss/map/_variables.scss +1 -1
- package/scss/mediaplayer/_layout.scss +3 -7
- package/scss/menu/_layout.scss +5 -5
- package/scss/menu/_variables.scss +2 -2
- package/scss/notification/_variables.scss +1 -1
- package/scss/pager/_layout.scss +0 -8
- package/scss/panelbar/_layout.scss +2 -2
- package/scss/panelbar/_theme.scss +2 -2
- package/scss/pdf-viewer/_layout.scss +3 -2
- package/scss/pdf-viewer/_variables.scss +2 -2
- package/scss/pivotgrid/_layout.scss +1 -1
- package/scss/pivotgrid/_variables.scss +1 -1
- package/scss/popover/_variables.scss +2 -2
- package/scss/progressbar/_layout.scss +3 -3
- package/scss/progressbar/_variables.scss +1 -1
- package/scss/radio/_layout.scss +4 -4
- package/scss/rating/_variables.scss +1 -1
- package/scss/responsivepanel/_layout.scss +1 -3
- package/scss/scheduler/_layout.scss +6 -18
- package/scss/scheduler/_theme.scss +2 -4
- package/scss/scheduler/_variables.scss +2 -2
- package/scss/scrollview/_layout.scss +0 -11
- package/scss/signature/_variables.scss +2 -2
- package/scss/slider/_layout.scss +0 -7
- package/scss/slider/_variables.scss +2 -2
- package/scss/splitter/_layout.scss +3 -13
- package/scss/splitter/_variables.scss +1 -1
- package/scss/spreadsheet/_layout.scss +5 -7
- package/scss/spreadsheet/_variables.scss +3 -3
- package/scss/stepper/_variables.scss +2 -2
- package/scss/table/_layout.scss +9 -9
- package/scss/tabstrip/_layout.scss +2 -7
- package/scss/tabstrip/_variables.scss +1 -1
- package/scss/taskboard/_layout.scss +0 -2
- package/scss/timeline/_layout.scss +1 -1
- package/scss/timeline/_variables.scss +2 -2
- package/scss/timeselector/_variables.scss +1 -1
- package/scss/toolbar/_layout.scss +4 -3
- package/scss/toolbar/_theme.scss +2 -2
- package/scss/upload/_layout.scss +1 -1
- package/scss/upload/_variables.scss +2 -2
|
@@ -5975,6 +5975,31 @@
|
|
|
5975
5975
|
"name": "_variables.scss"
|
|
5976
5976
|
}
|
|
5977
5977
|
},
|
|
5978
|
+
{
|
|
5979
|
+
"description": "Background color of the calendar header cell.\n",
|
|
5980
|
+
"commentRange": {
|
|
5981
|
+
"start": 97,
|
|
5982
|
+
"end": 98
|
|
5983
|
+
},
|
|
5984
|
+
"context": {
|
|
5985
|
+
"type": "variable",
|
|
5986
|
+
"name": "kendo-calendar-header-cell-bg",
|
|
5987
|
+
"value": "inherit",
|
|
5988
|
+
"scope": "default",
|
|
5989
|
+
"line": {
|
|
5990
|
+
"start": 99,
|
|
5991
|
+
"end": 99
|
|
5992
|
+
}
|
|
5993
|
+
},
|
|
5994
|
+
"group": [
|
|
5995
|
+
"calendar"
|
|
5996
|
+
],
|
|
5997
|
+
"access": "public",
|
|
5998
|
+
"file": {
|
|
5999
|
+
"path": "calendar/_variables.scss",
|
|
6000
|
+
"name": "_variables.scss"
|
|
6001
|
+
}
|
|
6002
|
+
},
|
|
5978
6003
|
{
|
|
5979
6004
|
"description": "Text color of the calendar header cell.\n",
|
|
5980
6005
|
"commentRange": {
|
|
@@ -29201,15 +29226,15 @@
|
|
|
29201
29226
|
}
|
|
29202
29227
|
},
|
|
29203
29228
|
{
|
|
29204
|
-
"description": "
|
|
29229
|
+
"description": "Max width of the grid column menu.\n",
|
|
29205
29230
|
"commentRange": {
|
|
29206
29231
|
"start": 453,
|
|
29207
29232
|
"end": 454
|
|
29208
29233
|
},
|
|
29209
29234
|
"context": {
|
|
29210
29235
|
"type": "variable",
|
|
29211
|
-
"name": "kendo-grid-column-menu-
|
|
29212
|
-
"value": "
|
|
29236
|
+
"name": "kendo-grid-column-menu-max-width",
|
|
29237
|
+
"value": "320px",
|
|
29213
29238
|
"scope": "default",
|
|
29214
29239
|
"line": {
|
|
29215
29240
|
"start": 455,
|
|
@@ -29226,15 +29251,15 @@
|
|
|
29226
29251
|
}
|
|
29227
29252
|
},
|
|
29228
29253
|
{
|
|
29229
|
-
"description": "
|
|
29254
|
+
"description": "Spacing of the grid column menu.\n",
|
|
29230
29255
|
"commentRange": {
|
|
29231
29256
|
"start": 456,
|
|
29232
29257
|
"end": 457
|
|
29233
29258
|
},
|
|
29234
29259
|
"context": {
|
|
29235
29260
|
"type": "variable",
|
|
29236
|
-
"name": "kendo-grid-column-menu-
|
|
29237
|
-
"value": "
|
|
29261
|
+
"name": "kendo-grid-column-menu-spacing",
|
|
29262
|
+
"value": "map.get( $kendo-spacing, 2 )",
|
|
29238
29263
|
"scope": "default",
|
|
29239
29264
|
"line": {
|
|
29240
29265
|
"start": 458,
|
|
@@ -29251,15 +29276,15 @@
|
|
|
29251
29276
|
}
|
|
29252
29277
|
},
|
|
29253
29278
|
{
|
|
29254
|
-
"description": "
|
|
29279
|
+
"description": "Focus shadow of the grid column menu.\n",
|
|
29255
29280
|
"commentRange": {
|
|
29256
29281
|
"start": 459,
|
|
29257
29282
|
"end": 460
|
|
29258
29283
|
},
|
|
29259
29284
|
"context": {
|
|
29260
29285
|
"type": "variable",
|
|
29261
|
-
"name": "kendo-grid-column-menu-
|
|
29262
|
-
"value": "var( --kendo-
|
|
29286
|
+
"name": "kendo-grid-column-menu-shadow",
|
|
29287
|
+
"value": "var( --kendo-box-shadow-depth-1, none )",
|
|
29263
29288
|
"scope": "default",
|
|
29264
29289
|
"line": {
|
|
29265
29290
|
"start": 461,
|
|
@@ -29276,15 +29301,15 @@
|
|
|
29276
29301
|
}
|
|
29277
29302
|
},
|
|
29278
29303
|
{
|
|
29279
|
-
"description": "
|
|
29304
|
+
"description": "Background color of the grid column menu.\n",
|
|
29280
29305
|
"commentRange": {
|
|
29281
29306
|
"start": 462,
|
|
29282
29307
|
"end": 463
|
|
29283
29308
|
},
|
|
29284
29309
|
"context": {
|
|
29285
29310
|
"type": "variable",
|
|
29286
|
-
"name": "kendo-grid-column-menu-
|
|
29287
|
-
"value": "var( --kendo-component-
|
|
29311
|
+
"name": "kendo-grid-column-menu-bg",
|
|
29312
|
+
"value": "var( --kendo-component-bg, inherit )",
|
|
29288
29313
|
"scope": "default",
|
|
29289
29314
|
"line": {
|
|
29290
29315
|
"start": 464,
|
|
@@ -29301,15 +29326,15 @@
|
|
|
29301
29326
|
}
|
|
29302
29327
|
},
|
|
29303
29328
|
{
|
|
29304
|
-
"description": "
|
|
29329
|
+
"description": "Text color of the grid column menu.\n",
|
|
29305
29330
|
"commentRange": {
|
|
29306
29331
|
"start": 465,
|
|
29307
29332
|
"end": 466
|
|
29308
29333
|
},
|
|
29309
29334
|
"context": {
|
|
29310
29335
|
"type": "variable",
|
|
29311
|
-
"name": "kendo-grid-column-menu-
|
|
29312
|
-
"value": "var( --kendo-component-
|
|
29336
|
+
"name": "kendo-grid-column-menu-text",
|
|
29337
|
+
"value": "var( --kendo-component-text, inherit )",
|
|
29313
29338
|
"scope": "default",
|
|
29314
29339
|
"line": {
|
|
29315
29340
|
"start": 467,
|
|
@@ -29326,19 +29351,19 @@
|
|
|
29326
29351
|
}
|
|
29327
29352
|
},
|
|
29328
29353
|
{
|
|
29329
|
-
"description": "
|
|
29354
|
+
"description": "Border color of the grid column menu.\n",
|
|
29330
29355
|
"commentRange": {
|
|
29331
|
-
"start":
|
|
29332
|
-
"end":
|
|
29356
|
+
"start": 468,
|
|
29357
|
+
"end": 469
|
|
29333
29358
|
},
|
|
29334
29359
|
"context": {
|
|
29335
29360
|
"type": "variable",
|
|
29336
|
-
"name": "kendo-grid-column-menu-
|
|
29337
|
-
"value": "
|
|
29361
|
+
"name": "kendo-grid-column-menu-border",
|
|
29362
|
+
"value": "var( --kendo-component-border, inherit )",
|
|
29338
29363
|
"scope": "default",
|
|
29339
29364
|
"line": {
|
|
29340
|
-
"start":
|
|
29341
|
-
"end":
|
|
29365
|
+
"start": 470,
|
|
29366
|
+
"end": 470
|
|
29342
29367
|
}
|
|
29343
29368
|
},
|
|
29344
29369
|
"group": [
|
|
@@ -29351,15 +29376,15 @@
|
|
|
29351
29376
|
}
|
|
29352
29377
|
},
|
|
29353
29378
|
{
|
|
29354
|
-
"description": "
|
|
29379
|
+
"description": "Font size of the grid column menu checkbox container.\n",
|
|
29355
29380
|
"commentRange": {
|
|
29356
29381
|
"start": 472,
|
|
29357
29382
|
"end": 473
|
|
29358
29383
|
},
|
|
29359
29384
|
"context": {
|
|
29360
29385
|
"type": "variable",
|
|
29361
|
-
"name": "kendo-grid-column-menu-multicheck-
|
|
29362
|
-
"value": "$kendo-list-md-
|
|
29386
|
+
"name": "kendo-grid-column-menu-multicheck-font-size",
|
|
29387
|
+
"value": "$kendo-list-md-font-size",
|
|
29363
29388
|
"scope": "default",
|
|
29364
29389
|
"line": {
|
|
29365
29390
|
"start": 474,
|
|
@@ -29376,19 +29401,19 @@
|
|
|
29376
29401
|
}
|
|
29377
29402
|
},
|
|
29378
29403
|
{
|
|
29379
|
-
"description": "
|
|
29404
|
+
"description": "Line height of the grid column menu checkbox container.\n",
|
|
29380
29405
|
"commentRange": {
|
|
29381
|
-
"start":
|
|
29382
|
-
"end":
|
|
29406
|
+
"start": 475,
|
|
29407
|
+
"end": 476
|
|
29383
29408
|
},
|
|
29384
29409
|
"context": {
|
|
29385
29410
|
"type": "variable",
|
|
29386
|
-
"name": "kendo-grid-column-menu-
|
|
29387
|
-
"value": "
|
|
29411
|
+
"name": "kendo-grid-column-menu-multicheck-line-height",
|
|
29412
|
+
"value": "$kendo-list-md-line-height",
|
|
29388
29413
|
"scope": "default",
|
|
29389
29414
|
"line": {
|
|
29390
|
-
"start":
|
|
29391
|
-
"end":
|
|
29415
|
+
"start": 477,
|
|
29416
|
+
"end": 477
|
|
29392
29417
|
}
|
|
29393
29418
|
},
|
|
29394
29419
|
"group": [
|
|
@@ -29401,14 +29426,14 @@
|
|
|
29401
29426
|
}
|
|
29402
29427
|
},
|
|
29403
29428
|
{
|
|
29404
|
-
"description": "
|
|
29429
|
+
"description": "Vertical padding of the grid column menu items wrap.\n",
|
|
29405
29430
|
"commentRange": {
|
|
29406
29431
|
"start": 479,
|
|
29407
29432
|
"end": 480
|
|
29408
29433
|
},
|
|
29409
29434
|
"context": {
|
|
29410
29435
|
"type": "variable",
|
|
29411
|
-
"name": "kendo-grid-column-menu-items-wrap-padding-
|
|
29436
|
+
"name": "kendo-grid-column-menu-items-wrap-padding-y",
|
|
29412
29437
|
"value": "map.get( $kendo-spacing, 2 )",
|
|
29413
29438
|
"scope": "default",
|
|
29414
29439
|
"line": {
|
|
@@ -29426,19 +29451,19 @@
|
|
|
29426
29451
|
}
|
|
29427
29452
|
},
|
|
29428
29453
|
{
|
|
29429
|
-
"description": "Horizontal padding of the grid column menu
|
|
29454
|
+
"description": "Horizontal padding of the grid column menu items wrap.\n",
|
|
29430
29455
|
"commentRange": {
|
|
29431
|
-
"start":
|
|
29432
|
-
"end":
|
|
29456
|
+
"start": 482,
|
|
29457
|
+
"end": 483
|
|
29433
29458
|
},
|
|
29434
29459
|
"context": {
|
|
29435
29460
|
"type": "variable",
|
|
29436
|
-
"name": "kendo-grid-column-menu-
|
|
29437
|
-
"value": "$kendo-
|
|
29461
|
+
"name": "kendo-grid-column-menu-items-wrap-padding-x",
|
|
29462
|
+
"value": "map.get( $kendo-spacing, 2 )",
|
|
29438
29463
|
"scope": "default",
|
|
29439
29464
|
"line": {
|
|
29440
|
-
"start":
|
|
29441
|
-
"end":
|
|
29465
|
+
"start": 484,
|
|
29466
|
+
"end": 484
|
|
29442
29467
|
}
|
|
29443
29468
|
},
|
|
29444
29469
|
"group": [
|
|
@@ -29451,15 +29476,15 @@
|
|
|
29451
29476
|
}
|
|
29452
29477
|
},
|
|
29453
29478
|
{
|
|
29454
|
-
"description": "
|
|
29479
|
+
"description": "Horizontal padding of the grid column menu item.\n",
|
|
29455
29480
|
"commentRange": {
|
|
29456
29481
|
"start": 486,
|
|
29457
29482
|
"end": 487
|
|
29458
29483
|
},
|
|
29459
29484
|
"context": {
|
|
29460
29485
|
"type": "variable",
|
|
29461
|
-
"name": "kendo-grid-column-menu-item-padding-
|
|
29462
|
-
"value": "$kendo-list-md-item-padding-
|
|
29486
|
+
"name": "kendo-grid-column-menu-item-padding-y",
|
|
29487
|
+
"value": "$kendo-list-md-item-padding-y",
|
|
29463
29488
|
"scope": "default",
|
|
29464
29489
|
"line": {
|
|
29465
29490
|
"start": 488,
|
|
@@ -29476,14 +29501,14 @@
|
|
|
29476
29501
|
}
|
|
29477
29502
|
},
|
|
29478
29503
|
{
|
|
29479
|
-
"description": "
|
|
29504
|
+
"description": "Vertical padding of the grid column menu item.\n",
|
|
29480
29505
|
"commentRange": {
|
|
29481
29506
|
"start": 489,
|
|
29482
29507
|
"end": 490
|
|
29483
29508
|
},
|
|
29484
29509
|
"context": {
|
|
29485
29510
|
"type": "variable",
|
|
29486
|
-
"name": "kendo-grid-column-menu-item-
|
|
29511
|
+
"name": "kendo-grid-column-menu-item-padding-x",
|
|
29487
29512
|
"value": "$kendo-list-md-item-padding-x",
|
|
29488
29513
|
"scope": "default",
|
|
29489
29514
|
"line": {
|
|
@@ -29501,15 +29526,15 @@
|
|
|
29501
29526
|
}
|
|
29502
29527
|
},
|
|
29503
29528
|
{
|
|
29504
|
-
"description": "
|
|
29529
|
+
"description": "Spacing of the grid column menu item.\n",
|
|
29505
29530
|
"commentRange": {
|
|
29506
29531
|
"start": 492,
|
|
29507
29532
|
"end": 493
|
|
29508
29533
|
},
|
|
29509
29534
|
"context": {
|
|
29510
29535
|
"type": "variable",
|
|
29511
|
-
"name": "kendo-grid-column-menu-item-
|
|
29512
|
-
"value": "
|
|
29536
|
+
"name": "kendo-grid-column-menu-item-gap",
|
|
29537
|
+
"value": "$kendo-list-md-item-padding-x",
|
|
29513
29538
|
"scope": "default",
|
|
29514
29539
|
"line": {
|
|
29515
29540
|
"start": 494,
|
|
@@ -29526,15 +29551,15 @@
|
|
|
29526
29551
|
}
|
|
29527
29552
|
},
|
|
29528
29553
|
{
|
|
29529
|
-
"description": "
|
|
29554
|
+
"description": "Icon spacing of the grid column menu item.\n",
|
|
29530
29555
|
"commentRange": {
|
|
29531
29556
|
"start": 495,
|
|
29532
29557
|
"end": 496
|
|
29533
29558
|
},
|
|
29534
29559
|
"context": {
|
|
29535
29560
|
"type": "variable",
|
|
29536
|
-
"name": "kendo-grid-column-menu-item-
|
|
29537
|
-
"value": "
|
|
29561
|
+
"name": "kendo-grid-column-menu-item-icon-spacing",
|
|
29562
|
+
"value": "var( --kendo-icon-spacing, .5rem )",
|
|
29538
29563
|
"scope": "default",
|
|
29539
29564
|
"line": {
|
|
29540
29565
|
"start": 497,
|
|
@@ -29551,15 +29576,15 @@
|
|
|
29551
29576
|
}
|
|
29552
29577
|
},
|
|
29553
29578
|
{
|
|
29554
|
-
"description": "
|
|
29579
|
+
"description": "Background color of the grid column menu item.\n",
|
|
29555
29580
|
"commentRange": {
|
|
29556
29581
|
"start": 498,
|
|
29557
29582
|
"end": 499
|
|
29558
29583
|
},
|
|
29559
29584
|
"context": {
|
|
29560
29585
|
"type": "variable",
|
|
29561
|
-
"name": "kendo-grid-column-menu-item-
|
|
29562
|
-
"value": "$kendo-list-item-
|
|
29586
|
+
"name": "kendo-grid-column-menu-item-bg",
|
|
29587
|
+
"value": "$kendo-list-item-bg",
|
|
29563
29588
|
"scope": "default",
|
|
29564
29589
|
"line": {
|
|
29565
29590
|
"start": 500,
|
|
@@ -29576,15 +29601,15 @@
|
|
|
29576
29601
|
}
|
|
29577
29602
|
},
|
|
29578
29603
|
{
|
|
29579
|
-
"description": "
|
|
29604
|
+
"description": "Text color of the grid column menu item.\n",
|
|
29580
29605
|
"commentRange": {
|
|
29581
29606
|
"start": 501,
|
|
29582
29607
|
"end": 502
|
|
29583
29608
|
},
|
|
29584
29609
|
"context": {
|
|
29585
29610
|
"type": "variable",
|
|
29586
|
-
"name": "kendo-grid-column-menu-item-
|
|
29587
|
-
"value": "$kendo-list-item-
|
|
29611
|
+
"name": "kendo-grid-column-menu-item-text",
|
|
29612
|
+
"value": "$kendo-list-item-text",
|
|
29588
29613
|
"scope": "default",
|
|
29589
29614
|
"line": {
|
|
29590
29615
|
"start": 503,
|
|
@@ -29601,15 +29626,15 @@
|
|
|
29601
29626
|
}
|
|
29602
29627
|
},
|
|
29603
29628
|
{
|
|
29604
|
-
"description": "Hover
|
|
29629
|
+
"description": "Hover background color of the grid column menu item.\n",
|
|
29605
29630
|
"commentRange": {
|
|
29606
29631
|
"start": 504,
|
|
29607
29632
|
"end": 505
|
|
29608
29633
|
},
|
|
29609
29634
|
"context": {
|
|
29610
29635
|
"type": "variable",
|
|
29611
|
-
"name": "kendo-grid-column-menu-item-hover-
|
|
29612
|
-
"value": "$kendo-list-item-hover-
|
|
29636
|
+
"name": "kendo-grid-column-menu-item-hover-bg",
|
|
29637
|
+
"value": "$kendo-list-item-hover-bg",
|
|
29613
29638
|
"scope": "default",
|
|
29614
29639
|
"line": {
|
|
29615
29640
|
"start": 506,
|
|
@@ -29626,15 +29651,15 @@
|
|
|
29626
29651
|
}
|
|
29627
29652
|
},
|
|
29628
29653
|
{
|
|
29629
|
-
"description": "
|
|
29654
|
+
"description": "Hover text color of the grid column menu item.\n",
|
|
29630
29655
|
"commentRange": {
|
|
29631
29656
|
"start": 507,
|
|
29632
29657
|
"end": 508
|
|
29633
29658
|
},
|
|
29634
29659
|
"context": {
|
|
29635
29660
|
"type": "variable",
|
|
29636
|
-
"name": "kendo-grid-column-menu-item-
|
|
29637
|
-
"value": "$kendo-list-item-
|
|
29661
|
+
"name": "kendo-grid-column-menu-item-hover-text",
|
|
29662
|
+
"value": "$kendo-list-item-hover-text",
|
|
29638
29663
|
"scope": "default",
|
|
29639
29664
|
"line": {
|
|
29640
29665
|
"start": 509,
|
|
@@ -29651,15 +29676,15 @@
|
|
|
29651
29676
|
}
|
|
29652
29677
|
},
|
|
29653
29678
|
{
|
|
29654
|
-
"description": "Selected
|
|
29679
|
+
"description": "Selected background color of the grid column menu item.\n",
|
|
29655
29680
|
"commentRange": {
|
|
29656
29681
|
"start": 510,
|
|
29657
29682
|
"end": 511
|
|
29658
29683
|
},
|
|
29659
29684
|
"context": {
|
|
29660
29685
|
"type": "variable",
|
|
29661
|
-
"name": "kendo-grid-column-menu-item-selected-
|
|
29662
|
-
"value": "$kendo-list-item-selected-
|
|
29686
|
+
"name": "kendo-grid-column-menu-item-selected-bg",
|
|
29687
|
+
"value": "$kendo-list-item-selected-bg",
|
|
29663
29688
|
"scope": "default",
|
|
29664
29689
|
"line": {
|
|
29665
29690
|
"start": 512,
|
|
@@ -29676,15 +29701,15 @@
|
|
|
29676
29701
|
}
|
|
29677
29702
|
},
|
|
29678
29703
|
{
|
|
29679
|
-
"description": "
|
|
29704
|
+
"description": "Selected text color of the grid column menu item.\n",
|
|
29680
29705
|
"commentRange": {
|
|
29681
29706
|
"start": 513,
|
|
29682
29707
|
"end": 514
|
|
29683
29708
|
},
|
|
29684
29709
|
"context": {
|
|
29685
29710
|
"type": "variable",
|
|
29686
|
-
"name": "kendo-grid-column-menu-item-
|
|
29687
|
-
"value": "$kendo-list-item-
|
|
29711
|
+
"name": "kendo-grid-column-menu-item-selected-text",
|
|
29712
|
+
"value": "$kendo-list-item-selected-text",
|
|
29688
29713
|
"scope": "default",
|
|
29689
29714
|
"line": {
|
|
29690
29715
|
"start": 515,
|
|
@@ -29701,15 +29726,15 @@
|
|
|
29701
29726
|
}
|
|
29702
29727
|
},
|
|
29703
29728
|
{
|
|
29704
|
-
"description": "
|
|
29729
|
+
"description": "Focus shadow of the grid column menu item.\n",
|
|
29705
29730
|
"commentRange": {
|
|
29706
29731
|
"start": 516,
|
|
29707
29732
|
"end": 517
|
|
29708
29733
|
},
|
|
29709
29734
|
"context": {
|
|
29710
29735
|
"type": "variable",
|
|
29711
|
-
"name": "kendo-grid-column-menu-item-
|
|
29712
|
-
"value": "$kendo-list-item-
|
|
29736
|
+
"name": "kendo-grid-column-menu-item-focus-shadow",
|
|
29737
|
+
"value": "$kendo-list-item-focus-shadow",
|
|
29713
29738
|
"scope": "default",
|
|
29714
29739
|
"line": {
|
|
29715
29740
|
"start": 518,
|
|
@@ -29726,19 +29751,19 @@
|
|
|
29726
29751
|
}
|
|
29727
29752
|
},
|
|
29728
29753
|
{
|
|
29729
|
-
"description": "
|
|
29754
|
+
"description": "Text color of the grid column menu item icon.\n",
|
|
29730
29755
|
"commentRange": {
|
|
29731
|
-
"start":
|
|
29732
|
-
"end":
|
|
29756
|
+
"start": 519,
|
|
29757
|
+
"end": 520
|
|
29733
29758
|
},
|
|
29734
29759
|
"context": {
|
|
29735
29760
|
"type": "variable",
|
|
29736
|
-
"name": "kendo-grid-column-menu-
|
|
29737
|
-
"value": "$kendo-
|
|
29761
|
+
"name": "kendo-grid-column-menu-item-icon-text",
|
|
29762
|
+
"value": "$kendo-list-item-icon-text",
|
|
29738
29763
|
"scope": "default",
|
|
29739
29764
|
"line": {
|
|
29740
|
-
"start":
|
|
29741
|
-
"end":
|
|
29765
|
+
"start": 521,
|
|
29766
|
+
"end": 521
|
|
29742
29767
|
}
|
|
29743
29768
|
},
|
|
29744
29769
|
"group": [
|
|
@@ -29751,15 +29776,15 @@
|
|
|
29751
29776
|
}
|
|
29752
29777
|
},
|
|
29753
29778
|
{
|
|
29754
|
-
"description": "
|
|
29779
|
+
"description": "Vertical padding of the grid column menu group header.\n",
|
|
29755
29780
|
"commentRange": {
|
|
29756
29781
|
"start": 523,
|
|
29757
29782
|
"end": 524
|
|
29758
29783
|
},
|
|
29759
29784
|
"context": {
|
|
29760
29785
|
"type": "variable",
|
|
29761
|
-
"name": "kendo-grid-column-menu-group-header-padding-
|
|
29762
|
-
"value": "$kendo-grid-column-menu-item-padding-
|
|
29786
|
+
"name": "kendo-grid-column-menu-group-header-padding-y",
|
|
29787
|
+
"value": "$kendo-grid-column-menu-item-padding-y",
|
|
29763
29788
|
"scope": "default",
|
|
29764
29789
|
"line": {
|
|
29765
29790
|
"start": 525,
|
|
@@ -29776,15 +29801,15 @@
|
|
|
29776
29801
|
}
|
|
29777
29802
|
},
|
|
29778
29803
|
{
|
|
29779
|
-
"description": "
|
|
29804
|
+
"description": "Horizontal padding of the grid column menu group header.\n",
|
|
29780
29805
|
"commentRange": {
|
|
29781
29806
|
"start": 526,
|
|
29782
29807
|
"end": 527
|
|
29783
29808
|
},
|
|
29784
29809
|
"context": {
|
|
29785
29810
|
"type": "variable",
|
|
29786
|
-
"name": "kendo-grid-column-menu-group-header-
|
|
29787
|
-
"value": "
|
|
29811
|
+
"name": "kendo-grid-column-menu-group-header-padding-x",
|
|
29812
|
+
"value": "$kendo-grid-column-menu-item-padding-x",
|
|
29788
29813
|
"scope": "default",
|
|
29789
29814
|
"line": {
|
|
29790
29815
|
"start": 528,
|
|
@@ -29801,15 +29826,15 @@
|
|
|
29801
29826
|
}
|
|
29802
29827
|
},
|
|
29803
29828
|
{
|
|
29804
|
-
"description": "Border
|
|
29829
|
+
"description": "Border width of the grid column menu group header.\n",
|
|
29805
29830
|
"commentRange": {
|
|
29806
29831
|
"start": 529,
|
|
29807
29832
|
"end": 530
|
|
29808
29833
|
},
|
|
29809
29834
|
"context": {
|
|
29810
29835
|
"type": "variable",
|
|
29811
|
-
"name": "kendo-grid-column-menu-group-header-border-
|
|
29812
|
-
"value": "
|
|
29836
|
+
"name": "kendo-grid-column-menu-group-header-border-width",
|
|
29837
|
+
"value": "1px",
|
|
29813
29838
|
"scope": "default",
|
|
29814
29839
|
"line": {
|
|
29815
29840
|
"start": 531,
|
|
@@ -29826,15 +29851,15 @@
|
|
|
29826
29851
|
}
|
|
29827
29852
|
},
|
|
29828
29853
|
{
|
|
29829
|
-
"description": "
|
|
29854
|
+
"description": "Border style of the grid column menu group header.\n",
|
|
29830
29855
|
"commentRange": {
|
|
29831
29856
|
"start": 532,
|
|
29832
29857
|
"end": 533
|
|
29833
29858
|
},
|
|
29834
29859
|
"context": {
|
|
29835
29860
|
"type": "variable",
|
|
29836
|
-
"name": "kendo-grid-column-menu-group-header-
|
|
29837
|
-
"value": "
|
|
29861
|
+
"name": "kendo-grid-column-menu-group-header-border-style",
|
|
29862
|
+
"value": "solid",
|
|
29838
29863
|
"scope": "default",
|
|
29839
29864
|
"line": {
|
|
29840
29865
|
"start": 534,
|
|
@@ -29851,15 +29876,15 @@
|
|
|
29851
29876
|
}
|
|
29852
29877
|
},
|
|
29853
29878
|
{
|
|
29854
|
-
"description": "Font
|
|
29879
|
+
"description": "Font size of the grid column menu group header.\n",
|
|
29855
29880
|
"commentRange": {
|
|
29856
29881
|
"start": 535,
|
|
29857
29882
|
"end": 536
|
|
29858
29883
|
},
|
|
29859
29884
|
"context": {
|
|
29860
29885
|
"type": "variable",
|
|
29861
|
-
"name": "kendo-grid-column-menu-group-header-font-
|
|
29862
|
-
"value": "var( --kendo-font-
|
|
29886
|
+
"name": "kendo-grid-column-menu-group-header-font-size",
|
|
29887
|
+
"value": "var( --kendo-font-size-sm, inherit )",
|
|
29863
29888
|
"scope": "default",
|
|
29864
29889
|
"line": {
|
|
29865
29890
|
"start": 537,
|
|
@@ -29876,15 +29901,15 @@
|
|
|
29876
29901
|
}
|
|
29877
29902
|
},
|
|
29878
29903
|
{
|
|
29879
|
-
"description": "
|
|
29904
|
+
"description": "Font weight of the grid column menu group header.\n",
|
|
29880
29905
|
"commentRange": {
|
|
29881
29906
|
"start": 538,
|
|
29882
29907
|
"end": 539
|
|
29883
29908
|
},
|
|
29884
29909
|
"context": {
|
|
29885
29910
|
"type": "variable",
|
|
29886
|
-
"name": "kendo-grid-column-menu-group-header-
|
|
29887
|
-
"value": "var( --kendo-
|
|
29911
|
+
"name": "kendo-grid-column-menu-group-header-font-weight",
|
|
29912
|
+
"value": "var( --kendo-font-weight-bold, normal )",
|
|
29888
29913
|
"scope": "default",
|
|
29889
29914
|
"line": {
|
|
29890
29915
|
"start": 540,
|
|
@@ -29901,15 +29926,15 @@
|
|
|
29901
29926
|
}
|
|
29902
29927
|
},
|
|
29903
29928
|
{
|
|
29904
|
-
"description": "
|
|
29929
|
+
"description": "Line height of the grid column menu group header.\n",
|
|
29905
29930
|
"commentRange": {
|
|
29906
29931
|
"start": 541,
|
|
29907
29932
|
"end": 542
|
|
29908
29933
|
},
|
|
29909
29934
|
"context": {
|
|
29910
29935
|
"type": "variable",
|
|
29911
|
-
"name": "kendo-grid-column-menu-group-header-
|
|
29912
|
-
"value": "
|
|
29936
|
+
"name": "kendo-grid-column-menu-group-header-line-height",
|
|
29937
|
+
"value": "var( --kendo-line-height, normal )",
|
|
29913
29938
|
"scope": "default",
|
|
29914
29939
|
"line": {
|
|
29915
29940
|
"start": 543,
|
|
@@ -29925,11 +29950,36 @@
|
|
|
29925
29950
|
"name": "_variables.scss"
|
|
29926
29951
|
}
|
|
29927
29952
|
},
|
|
29953
|
+
{
|
|
29954
|
+
"description": "Text transform of the grid column menu group header.\n",
|
|
29955
|
+
"commentRange": {
|
|
29956
|
+
"start": 544,
|
|
29957
|
+
"end": 545
|
|
29958
|
+
},
|
|
29959
|
+
"context": {
|
|
29960
|
+
"type": "variable",
|
|
29961
|
+
"name": "kendo-grid-column-menu-group-header-text-transform",
|
|
29962
|
+
"value": "uppercase",
|
|
29963
|
+
"scope": "default",
|
|
29964
|
+
"line": {
|
|
29965
|
+
"start": 546,
|
|
29966
|
+
"end": 546
|
|
29967
|
+
}
|
|
29968
|
+
},
|
|
29969
|
+
"group": [
|
|
29970
|
+
"grid"
|
|
29971
|
+
],
|
|
29972
|
+
"access": "public",
|
|
29973
|
+
"file": {
|
|
29974
|
+
"path": "grid/_variables.scss",
|
|
29975
|
+
"name": "_variables.scss"
|
|
29976
|
+
}
|
|
29977
|
+
},
|
|
29928
29978
|
{
|
|
29929
29979
|
"description": "Background color of the grid column menu group.\n",
|
|
29930
29980
|
"commentRange": {
|
|
29931
|
-
"start":
|
|
29932
|
-
"end":
|
|
29981
|
+
"start": 548,
|
|
29982
|
+
"end": 549
|
|
29933
29983
|
},
|
|
29934
29984
|
"context": {
|
|
29935
29985
|
"type": "variable",
|
|
@@ -29937,8 +29987,8 @@
|
|
|
29937
29987
|
"value": "var( --kendo-component-bg, inherit )",
|
|
29938
29988
|
"scope": "default",
|
|
29939
29989
|
"line": {
|
|
29940
|
-
"start":
|
|
29941
|
-
"end":
|
|
29990
|
+
"start": 550,
|
|
29991
|
+
"end": 550
|
|
29942
29992
|
}
|
|
29943
29993
|
},
|
|
29944
29994
|
"group": [
|
|
@@ -29953,8 +30003,8 @@
|
|
|
29953
30003
|
{
|
|
29954
30004
|
"description": "Text color of the grid column menu group.\n",
|
|
29955
30005
|
"commentRange": {
|
|
29956
|
-
"start":
|
|
29957
|
-
"end":
|
|
30006
|
+
"start": 551,
|
|
30007
|
+
"end": 552
|
|
29958
30008
|
},
|
|
29959
30009
|
"context": {
|
|
29960
30010
|
"type": "variable",
|
|
@@ -29962,8 +30012,8 @@
|
|
|
29962
30012
|
"value": "var( --kendo-component-text, inherit )",
|
|
29963
30013
|
"scope": "default",
|
|
29964
30014
|
"line": {
|
|
29965
|
-
"start":
|
|
29966
|
-
"end":
|
|
30015
|
+
"start": 553,
|
|
30016
|
+
"end": 553
|
|
29967
30017
|
}
|
|
29968
30018
|
},
|
|
29969
30019
|
"group": [
|
|
@@ -29978,8 +30028,8 @@
|
|
|
29978
30028
|
{
|
|
29979
30029
|
"description": "Border color of the grid column menu group.\n",
|
|
29980
30030
|
"commentRange": {
|
|
29981
|
-
"start":
|
|
29982
|
-
"end":
|
|
30031
|
+
"start": 554,
|
|
30032
|
+
"end": 555
|
|
29983
30033
|
},
|
|
29984
30034
|
"context": {
|
|
29985
30035
|
"type": "variable",
|
|
@@ -29987,8 +30037,8 @@
|
|
|
29987
30037
|
"value": "var( --kendo-component-border, inherit)",
|
|
29988
30038
|
"scope": "default",
|
|
29989
30039
|
"line": {
|
|
29990
|
-
"start":
|
|
29991
|
-
"end":
|
|
30040
|
+
"start": 556,
|
|
30041
|
+
"end": 556
|
|
29992
30042
|
}
|
|
29993
30043
|
},
|
|
29994
30044
|
"group": [
|
|
@@ -30003,8 +30053,8 @@
|
|
|
30003
30053
|
{
|
|
30004
30054
|
"description": "Horizontal padding of the tabstrip content in the grid tabbed column menu.\n",
|
|
30005
30055
|
"commentRange": {
|
|
30006
|
-
"start":
|
|
30007
|
-
"end":
|
|
30056
|
+
"start": 558,
|
|
30057
|
+
"end": 559
|
|
30008
30058
|
},
|
|
30009
30059
|
"context": {
|
|
30010
30060
|
"type": "variable",
|
|
@@ -30012,8 +30062,8 @@
|
|
|
30012
30062
|
"value": "0",
|
|
30013
30063
|
"scope": "default",
|
|
30014
30064
|
"line": {
|
|
30015
|
-
"start":
|
|
30016
|
-
"end":
|
|
30065
|
+
"start": 560,
|
|
30066
|
+
"end": 560
|
|
30017
30067
|
}
|
|
30018
30068
|
},
|
|
30019
30069
|
"group": [
|
|
@@ -30028,8 +30078,8 @@
|
|
|
30028
30078
|
{
|
|
30029
30079
|
"description": "Vertical padding of the tabstrip content in the grid tabbed column menu.\n",
|
|
30030
30080
|
"commentRange": {
|
|
30031
|
-
"start":
|
|
30032
|
-
"end":
|
|
30081
|
+
"start": 561,
|
|
30082
|
+
"end": 562
|
|
30033
30083
|
},
|
|
30034
30084
|
"context": {
|
|
30035
30085
|
"type": "variable",
|
|
@@ -30037,8 +30087,8 @@
|
|
|
30037
30087
|
"value": "map.get( $kendo-spacing, 3 )",
|
|
30038
30088
|
"scope": "default",
|
|
30039
30089
|
"line": {
|
|
30040
|
-
"start":
|
|
30041
|
-
"end":
|
|
30090
|
+
"start": 563,
|
|
30091
|
+
"end": 563
|
|
30042
30092
|
}
|
|
30043
30093
|
},
|
|
30044
30094
|
"group": [
|
|
@@ -30053,8 +30103,8 @@
|
|
|
30053
30103
|
{
|
|
30054
30104
|
"description": "Background color of the grid tabbed column menu.\n",
|
|
30055
30105
|
"commentRange": {
|
|
30056
|
-
"start":
|
|
30057
|
-
"end":
|
|
30106
|
+
"start": 565,
|
|
30107
|
+
"end": 566
|
|
30058
30108
|
},
|
|
30059
30109
|
"context": {
|
|
30060
30110
|
"type": "variable",
|
|
@@ -30062,8 +30112,8 @@
|
|
|
30062
30112
|
"value": "var( --kendo-base-bg, inherit )",
|
|
30063
30113
|
"scope": "default",
|
|
30064
30114
|
"line": {
|
|
30065
|
-
"start":
|
|
30066
|
-
"end":
|
|
30115
|
+
"start": 567,
|
|
30116
|
+
"end": 567
|
|
30067
30117
|
}
|
|
30068
30118
|
},
|
|
30069
30119
|
"group": [
|
|
@@ -30078,8 +30128,8 @@
|
|
|
30078
30128
|
{
|
|
30079
30129
|
"description": "Default width of the grid drag cell.\n",
|
|
30080
30130
|
"commentRange": {
|
|
30081
|
-
"start":
|
|
30082
|
-
"end":
|
|
30131
|
+
"start": 569,
|
|
30132
|
+
"end": 570
|
|
30083
30133
|
},
|
|
30084
30134
|
"context": {
|
|
30085
30135
|
"type": "variable",
|
|
@@ -30087,8 +30137,8 @@
|
|
|
30087
30137
|
"value": "calc( var( --kendo-icon-size, 1rem ) * 2.25 )",
|
|
30088
30138
|
"scope": "default",
|
|
30089
30139
|
"line": {
|
|
30090
|
-
"start":
|
|
30091
|
-
"end":
|
|
30140
|
+
"start": 571,
|
|
30141
|
+
"end": 571
|
|
30092
30142
|
}
|
|
30093
30143
|
},
|
|
30094
30144
|
"group": [
|
|
@@ -30103,8 +30153,8 @@
|
|
|
30103
30153
|
{
|
|
30104
30154
|
"description": "Default width of the grid hierarchy cell.\n",
|
|
30105
30155
|
"commentRange": {
|
|
30106
|
-
"start":
|
|
30107
|
-
"end":
|
|
30156
|
+
"start": 572,
|
|
30157
|
+
"end": 573
|
|
30108
30158
|
},
|
|
30109
30159
|
"context": {
|
|
30110
30160
|
"type": "variable",
|
|
@@ -30112,8 +30162,8 @@
|
|
|
30112
30162
|
"value": "calc( var( --kendo-icon-size, 1rem ) * 2 )",
|
|
30113
30163
|
"scope": "default",
|
|
30114
30164
|
"line": {
|
|
30115
|
-
"start":
|
|
30116
|
-
"end":
|
|
30165
|
+
"start": 574,
|
|
30166
|
+
"end": 574
|
|
30117
30167
|
}
|
|
30118
30168
|
},
|
|
30119
30169
|
"group": [
|
|
@@ -30128,8 +30178,8 @@
|
|
|
30128
30178
|
{
|
|
30129
30179
|
"description": "Spacing of the grid filterable icon.\n",
|
|
30130
30180
|
"commentRange": {
|
|
30131
|
-
"start":
|
|
30132
|
-
"end":
|
|
30181
|
+
"start": 575,
|
|
30182
|
+
"end": 576
|
|
30133
30183
|
},
|
|
30134
30184
|
"context": {
|
|
30135
30185
|
"type": "variable",
|
|
@@ -30137,8 +30187,8 @@
|
|
|
30137
30187
|
"value": "calc( #{$kendo-button-calc-size} + #{$kendo-grid-header-menu-spacing} )",
|
|
30138
30188
|
"scope": "default",
|
|
30139
30189
|
"line": {
|
|
30140
|
-
"start":
|
|
30141
|
-
"end":
|
|
30190
|
+
"start": 577,
|
|
30191
|
+
"end": 577
|
|
30142
30192
|
}
|
|
30143
30193
|
},
|
|
30144
30194
|
"group": [
|
|
@@ -30153,8 +30203,8 @@
|
|
|
30153
30203
|
{
|
|
30154
30204
|
"description": "Background color of the grid row resize indicator\n",
|
|
30155
30205
|
"commentRange": {
|
|
30156
|
-
"start":
|
|
30157
|
-
"end":
|
|
30206
|
+
"start": 579,
|
|
30207
|
+
"end": 580
|
|
30158
30208
|
},
|
|
30159
30209
|
"context": {
|
|
30160
30210
|
"type": "variable",
|
|
@@ -30162,8 +30212,8 @@
|
|
|
30162
30212
|
"value": "get-theme-color-var( neutral-90 )",
|
|
30163
30213
|
"scope": "default",
|
|
30164
30214
|
"line": {
|
|
30165
|
-
"start":
|
|
30166
|
-
"end":
|
|
30215
|
+
"start": 581,
|
|
30216
|
+
"end": 581
|
|
30167
30217
|
}
|
|
30168
30218
|
},
|
|
30169
30219
|
"group": [
|
|
@@ -30178,8 +30228,8 @@
|
|
|
30178
30228
|
{
|
|
30179
30229
|
"description": "Active background color of the grid row indicator\n",
|
|
30180
30230
|
"commentRange": {
|
|
30181
|
-
"start":
|
|
30182
|
-
"end":
|
|
30231
|
+
"start": 582,
|
|
30232
|
+
"end": 583
|
|
30183
30233
|
},
|
|
30184
30234
|
"context": {
|
|
30185
30235
|
"type": "variable",
|
|
@@ -30187,8 +30237,8 @@
|
|
|
30187
30237
|
"value": "get-theme-color-var( primary-100 )",
|
|
30188
30238
|
"scope": "default",
|
|
30189
30239
|
"line": {
|
|
30190
|
-
"start":
|
|
30191
|
-
"end":
|
|
30240
|
+
"start": 584,
|
|
30241
|
+
"end": 584
|
|
30192
30242
|
}
|
|
30193
30243
|
},
|
|
30194
30244
|
"group": [
|
|
@@ -30203,17 +30253,17 @@
|
|
|
30203
30253
|
{
|
|
30204
30254
|
"description": "Height of the grid row resize indicator\n",
|
|
30205
30255
|
"commentRange": {
|
|
30206
|
-
"start":
|
|
30207
|
-
"end":
|
|
30256
|
+
"start": 585,
|
|
30257
|
+
"end": 586
|
|
30208
30258
|
},
|
|
30209
30259
|
"context": {
|
|
30210
30260
|
"type": "variable",
|
|
30211
30261
|
"name": "kendo-grid-row-resizer-height",
|
|
30212
|
-
"value": "map
|
|
30262
|
+
"value": "map.get( $kendo-spacing, 0.5 )",
|
|
30213
30263
|
"scope": "default",
|
|
30214
30264
|
"line": {
|
|
30215
|
-
"start":
|
|
30216
|
-
"end":
|
|
30265
|
+
"start": 587,
|
|
30266
|
+
"end": 587
|
|
30217
30267
|
}
|
|
30218
30268
|
},
|
|
30219
30269
|
"group": [
|
|
@@ -36859,7 +36909,7 @@
|
|
|
36859
36909
|
"context": {
|
|
36860
36910
|
"type": "variable",
|
|
36861
36911
|
"name": "kendo-loader-equilateral-height",
|
|
36862
|
-
"value": ".
|
|
36912
|
+
"value": ".8660",
|
|
36863
36913
|
"scope": "default",
|
|
36864
36914
|
"line": {
|
|
36865
36915
|
"start": 29,
|
|
@@ -39575,6 +39625,31 @@
|
|
|
39575
39625
|
"name": "_variables.scss"
|
|
39576
39626
|
}
|
|
39577
39627
|
},
|
|
39628
|
+
{
|
|
39629
|
+
"description": "The color of menu items icon.\n",
|
|
39630
|
+
"commentRange": {
|
|
39631
|
+
"start": 252,
|
|
39632
|
+
"end": 253
|
|
39633
|
+
},
|
|
39634
|
+
"context": {
|
|
39635
|
+
"type": "variable",
|
|
39636
|
+
"name": "kendo-menu-icon-color",
|
|
39637
|
+
"value": "get-theme-color-var( primary-100 )",
|
|
39638
|
+
"scope": "default",
|
|
39639
|
+
"line": {
|
|
39640
|
+
"start": 254,
|
|
39641
|
+
"end": 254
|
|
39642
|
+
}
|
|
39643
|
+
},
|
|
39644
|
+
"group": [
|
|
39645
|
+
"menu"
|
|
39646
|
+
],
|
|
39647
|
+
"access": "public",
|
|
39648
|
+
"file": {
|
|
39649
|
+
"path": "menu/_variables.scss",
|
|
39650
|
+
"name": "_variables.scss"
|
|
39651
|
+
}
|
|
39652
|
+
},
|
|
39578
39653
|
{
|
|
39579
39654
|
"description": "Margin around the message box.\n",
|
|
39580
39655
|
"commentRange": {
|
|
@@ -67425,31 +67500,6 @@
|
|
|
67425
67500
|
"name": "_variables.scss"
|
|
67426
67501
|
}
|
|
67427
67502
|
},
|
|
67428
|
-
{
|
|
67429
|
-
"description": "Background color of the calendar header cell.\n @group calendar\n",
|
|
67430
|
-
"commentRange": {
|
|
67431
|
-
"start": 97,
|
|
67432
|
-
"end": 98
|
|
67433
|
-
},
|
|
67434
|
-
"context": {
|
|
67435
|
-
"type": "variable",
|
|
67436
|
-
"name": "kendo-calendar-header-cell-bg",
|
|
67437
|
-
"value": "inherit",
|
|
67438
|
-
"scope": "default",
|
|
67439
|
-
"line": {
|
|
67440
|
-
"start": 99,
|
|
67441
|
-
"end": 99
|
|
67442
|
-
}
|
|
67443
|
-
},
|
|
67444
|
-
"access": "public",
|
|
67445
|
-
"group": [
|
|
67446
|
-
"undefined"
|
|
67447
|
-
],
|
|
67448
|
-
"file": {
|
|
67449
|
-
"path": "calendar/_variables.scss",
|
|
67450
|
-
"name": "_variables.scss"
|
|
67451
|
-
}
|
|
67452
|
-
},
|
|
67453
67503
|
{
|
|
67454
67504
|
"description": "Theme variations for the card.\n",
|
|
67455
67505
|
"commentRange": {
|
|
@@ -67528,8 +67578,8 @@
|
|
|
67528
67578
|
{
|
|
67529
67579
|
"description": "Base font size across all components.\n",
|
|
67530
67580
|
"commentRange": {
|
|
67531
|
-
"start":
|
|
67532
|
-
"end":
|
|
67581
|
+
"start": 53,
|
|
67582
|
+
"end": 53
|
|
67533
67583
|
},
|
|
67534
67584
|
"context": {
|
|
67535
67585
|
"type": "variable",
|
|
@@ -67537,8 +67587,8 @@
|
|
|
67537
67587
|
"value": "14px",
|
|
67538
67588
|
"scope": "default",
|
|
67539
67589
|
"line": {
|
|
67540
|
-
"start":
|
|
67541
|
-
"end":
|
|
67590
|
+
"start": 54,
|
|
67591
|
+
"end": 54
|
|
67542
67592
|
}
|
|
67543
67593
|
},
|
|
67544
67594
|
"access": "public",
|
|
@@ -67553,8 +67603,8 @@
|
|
|
67553
67603
|
{
|
|
67554
67604
|
"description": "Font family across all components.\n",
|
|
67555
67605
|
"commentRange": {
|
|
67556
|
-
"start":
|
|
67557
|
-
"end":
|
|
67606
|
+
"start": 70,
|
|
67607
|
+
"end": 70
|
|
67558
67608
|
},
|
|
67559
67609
|
"context": {
|
|
67560
67610
|
"type": "variable",
|
|
@@ -67562,8 +67612,8 @@
|
|
|
67562
67612
|
"value": "\"Segoe UI\", -apple-system, BlinkMacSystemFont, Roboto, \"Helvetica Neue\", sans-serif",
|
|
67563
67613
|
"scope": "default",
|
|
67564
67614
|
"line": {
|
|
67565
|
-
"start":
|
|
67566
|
-
"end":
|
|
67615
|
+
"start": 71,
|
|
67616
|
+
"end": 71
|
|
67567
67617
|
}
|
|
67568
67618
|
},
|
|
67569
67619
|
"access": "public",
|
|
@@ -67578,8 +67628,8 @@
|
|
|
67578
67628
|
{
|
|
67579
67629
|
"description": "Line height used along with $kendo-font-size.\n",
|
|
67580
67630
|
"commentRange": {
|
|
67581
|
-
"start":
|
|
67582
|
-
"end":
|
|
67631
|
+
"start": 74,
|
|
67632
|
+
"end": 74
|
|
67583
67633
|
},
|
|
67584
67634
|
"context": {
|
|
67585
67635
|
"type": "variable",
|
|
@@ -67587,8 +67637,8 @@
|
|
|
67587
67637
|
"value": "math.div( 20, 14 )",
|
|
67588
67638
|
"scope": "default",
|
|
67589
67639
|
"line": {
|
|
67590
|
-
"start":
|
|
67591
|
-
"end":
|
|
67640
|
+
"start": 75,
|
|
67641
|
+
"end": 75
|
|
67592
67642
|
}
|
|
67593
67643
|
},
|
|
67594
67644
|
"access": "public",
|
|
@@ -67603,8 +67653,8 @@
|
|
|
67603
67653
|
{
|
|
67604
67654
|
"description": "Font weight.\n",
|
|
67605
67655
|
"commentRange": {
|
|
67606
|
-
"start":
|
|
67607
|
-
"end":
|
|
67656
|
+
"start": 83,
|
|
67657
|
+
"end": 83
|
|
67608
67658
|
},
|
|
67609
67659
|
"context": {
|
|
67610
67660
|
"type": "variable",
|
|
@@ -67612,8 +67662,8 @@
|
|
|
67612
67662
|
"value": "400",
|
|
67613
67663
|
"scope": "default",
|
|
67614
67664
|
"line": {
|
|
67615
|
-
"start":
|
|
67616
|
-
"end":
|
|
67665
|
+
"start": 84,
|
|
67666
|
+
"end": 84
|
|
67617
67667
|
}
|
|
67618
67668
|
},
|
|
67619
67669
|
"access": "public",
|
|
@@ -67628,8 +67678,8 @@
|
|
|
67628
67678
|
{
|
|
67629
67679
|
"description": "Border radius for all components.\n",
|
|
67630
67680
|
"commentRange": {
|
|
67631
|
-
"start":
|
|
67632
|
-
"end":
|
|
67681
|
+
"start": 92,
|
|
67682
|
+
"end": 92
|
|
67633
67683
|
},
|
|
67634
67684
|
"context": {
|
|
67635
67685
|
"type": "variable",
|
|
@@ -67637,8 +67687,8 @@
|
|
|
67637
67687
|
"value": "map.get( $kendo-spacing, 0.5 )",
|
|
67638
67688
|
"scope": "default",
|
|
67639
67689
|
"line": {
|
|
67640
|
-
"start":
|
|
67641
|
-
"end":
|
|
67690
|
+
"start": 93,
|
|
67691
|
+
"end": 93
|
|
67642
67692
|
}
|
|
67643
67693
|
},
|
|
67644
67694
|
"access": "public",
|
|
@@ -67850,31 +67900,6 @@
|
|
|
67850
67900
|
"name": "_variables.scss"
|
|
67851
67901
|
}
|
|
67852
67902
|
},
|
|
67853
|
-
{
|
|
67854
|
-
"description": "The color of menu items icon.\n @group menu\n",
|
|
67855
|
-
"commentRange": {
|
|
67856
|
-
"start": 252,
|
|
67857
|
-
"end": 253
|
|
67858
|
-
},
|
|
67859
|
-
"context": {
|
|
67860
|
-
"type": "variable",
|
|
67861
|
-
"name": "kendo-menu-icon-color",
|
|
67862
|
-
"value": "get-theme-color-var( primary-100 )",
|
|
67863
|
-
"scope": "default",
|
|
67864
|
-
"line": {
|
|
67865
|
-
"start": 254,
|
|
67866
|
-
"end": 254
|
|
67867
|
-
}
|
|
67868
|
-
},
|
|
67869
|
-
"access": "public",
|
|
67870
|
-
"group": [
|
|
67871
|
-
"undefined"
|
|
67872
|
-
],
|
|
67873
|
-
"file": {
|
|
67874
|
-
"path": "menu/_variables.scss",
|
|
67875
|
-
"name": "_variables.scss"
|
|
67876
|
-
}
|
|
67877
|
-
},
|
|
67878
67903
|
{
|
|
67879
67904
|
"description": "Theme variations for the notification.\n",
|
|
67880
67905
|
"commentRange": {
|
|
@@ -70033,31 +70058,6 @@
|
|
|
70033
70058
|
"name": "_variables.scss"
|
|
70034
70059
|
}
|
|
70035
70060
|
},
|
|
70036
|
-
{
|
|
70037
|
-
"description": "Background color of the calendar header cell.\n @group calendar\n",
|
|
70038
|
-
"commentRange": {
|
|
70039
|
-
"start": 97,
|
|
70040
|
-
"end": 98
|
|
70041
|
-
},
|
|
70042
|
-
"context": {
|
|
70043
|
-
"type": "variable",
|
|
70044
|
-
"name": "kendo-calendar-header-cell-bg",
|
|
70045
|
-
"value": "inherit",
|
|
70046
|
-
"scope": "default",
|
|
70047
|
-
"line": {
|
|
70048
|
-
"start": 99,
|
|
70049
|
-
"end": 99
|
|
70050
|
-
}
|
|
70051
|
-
},
|
|
70052
|
-
"access": "public",
|
|
70053
|
-
"group": [
|
|
70054
|
-
"undefined"
|
|
70055
|
-
],
|
|
70056
|
-
"file": {
|
|
70057
|
-
"path": "calendar/_variables.scss",
|
|
70058
|
-
"name": "_variables.scss"
|
|
70059
|
-
}
|
|
70060
|
-
},
|
|
70061
70061
|
{
|
|
70062
70062
|
"description": "Theme variations for the card.\n",
|
|
70063
70063
|
"commentRange": {
|
|
@@ -70136,8 +70136,8 @@
|
|
|
70136
70136
|
{
|
|
70137
70137
|
"description": "Base font size across all components.\n",
|
|
70138
70138
|
"commentRange": {
|
|
70139
|
-
"start":
|
|
70140
|
-
"end":
|
|
70139
|
+
"start": 53,
|
|
70140
|
+
"end": 53
|
|
70141
70141
|
},
|
|
70142
70142
|
"context": {
|
|
70143
70143
|
"type": "variable",
|
|
@@ -70145,8 +70145,8 @@
|
|
|
70145
70145
|
"value": "14px",
|
|
70146
70146
|
"scope": "default",
|
|
70147
70147
|
"line": {
|
|
70148
|
-
"start":
|
|
70149
|
-
"end":
|
|
70148
|
+
"start": 54,
|
|
70149
|
+
"end": 54
|
|
70150
70150
|
}
|
|
70151
70151
|
},
|
|
70152
70152
|
"access": "public",
|
|
@@ -70161,8 +70161,8 @@
|
|
|
70161
70161
|
{
|
|
70162
70162
|
"description": "Font family across all components.\n",
|
|
70163
70163
|
"commentRange": {
|
|
70164
|
-
"start":
|
|
70165
|
-
"end":
|
|
70164
|
+
"start": 70,
|
|
70165
|
+
"end": 70
|
|
70166
70166
|
},
|
|
70167
70167
|
"context": {
|
|
70168
70168
|
"type": "variable",
|
|
@@ -70170,8 +70170,8 @@
|
|
|
70170
70170
|
"value": "\"Segoe UI\", -apple-system, BlinkMacSystemFont, Roboto, \"Helvetica Neue\", sans-serif",
|
|
70171
70171
|
"scope": "default",
|
|
70172
70172
|
"line": {
|
|
70173
|
-
"start":
|
|
70174
|
-
"end":
|
|
70173
|
+
"start": 71,
|
|
70174
|
+
"end": 71
|
|
70175
70175
|
}
|
|
70176
70176
|
},
|
|
70177
70177
|
"access": "public",
|
|
@@ -70186,8 +70186,8 @@
|
|
|
70186
70186
|
{
|
|
70187
70187
|
"description": "Line height used along with $kendo-font-size.\n",
|
|
70188
70188
|
"commentRange": {
|
|
70189
|
-
"start":
|
|
70190
|
-
"end":
|
|
70189
|
+
"start": 74,
|
|
70190
|
+
"end": 74
|
|
70191
70191
|
},
|
|
70192
70192
|
"context": {
|
|
70193
70193
|
"type": "variable",
|
|
@@ -70195,8 +70195,8 @@
|
|
|
70195
70195
|
"value": "math.div( 20, 14 )",
|
|
70196
70196
|
"scope": "default",
|
|
70197
70197
|
"line": {
|
|
70198
|
-
"start":
|
|
70199
|
-
"end":
|
|
70198
|
+
"start": 75,
|
|
70199
|
+
"end": 75
|
|
70200
70200
|
}
|
|
70201
70201
|
},
|
|
70202
70202
|
"access": "public",
|
|
@@ -70211,8 +70211,8 @@
|
|
|
70211
70211
|
{
|
|
70212
70212
|
"description": "Font weight.\n",
|
|
70213
70213
|
"commentRange": {
|
|
70214
|
-
"start":
|
|
70215
|
-
"end":
|
|
70214
|
+
"start": 83,
|
|
70215
|
+
"end": 83
|
|
70216
70216
|
},
|
|
70217
70217
|
"context": {
|
|
70218
70218
|
"type": "variable",
|
|
@@ -70220,8 +70220,8 @@
|
|
|
70220
70220
|
"value": "400",
|
|
70221
70221
|
"scope": "default",
|
|
70222
70222
|
"line": {
|
|
70223
|
-
"start":
|
|
70224
|
-
"end":
|
|
70223
|
+
"start": 84,
|
|
70224
|
+
"end": 84
|
|
70225
70225
|
}
|
|
70226
70226
|
},
|
|
70227
70227
|
"access": "public",
|
|
@@ -70236,8 +70236,8 @@
|
|
|
70236
70236
|
{
|
|
70237
70237
|
"description": "Border radius for all components.\n",
|
|
70238
70238
|
"commentRange": {
|
|
70239
|
-
"start":
|
|
70240
|
-
"end":
|
|
70239
|
+
"start": 92,
|
|
70240
|
+
"end": 92
|
|
70241
70241
|
},
|
|
70242
70242
|
"context": {
|
|
70243
70243
|
"type": "variable",
|
|
@@ -70245,8 +70245,8 @@
|
|
|
70245
70245
|
"value": "map.get( $kendo-spacing, 0.5 )",
|
|
70246
70246
|
"scope": "default",
|
|
70247
70247
|
"line": {
|
|
70248
|
-
"start":
|
|
70249
|
-
"end":
|
|
70248
|
+
"start": 93,
|
|
70249
|
+
"end": 93
|
|
70250
70250
|
}
|
|
70251
70251
|
},
|
|
70252
70252
|
"access": "public",
|
|
@@ -70458,31 +70458,6 @@
|
|
|
70458
70458
|
"name": "_variables.scss"
|
|
70459
70459
|
}
|
|
70460
70460
|
},
|
|
70461
|
-
{
|
|
70462
|
-
"description": "The color of menu items icon.\n @group menu\n",
|
|
70463
|
-
"commentRange": {
|
|
70464
|
-
"start": 252,
|
|
70465
|
-
"end": 253
|
|
70466
|
-
},
|
|
70467
|
-
"context": {
|
|
70468
|
-
"type": "variable",
|
|
70469
|
-
"name": "kendo-menu-icon-color",
|
|
70470
|
-
"value": "get-theme-color-var( primary-100 )",
|
|
70471
|
-
"scope": "default",
|
|
70472
|
-
"line": {
|
|
70473
|
-
"start": 254,
|
|
70474
|
-
"end": 254
|
|
70475
|
-
}
|
|
70476
|
-
},
|
|
70477
|
-
"access": "public",
|
|
70478
|
-
"group": [
|
|
70479
|
-
"undefined"
|
|
70480
|
-
],
|
|
70481
|
-
"file": {
|
|
70482
|
-
"path": "menu/_variables.scss",
|
|
70483
|
-
"name": "_variables.scss"
|
|
70484
|
-
}
|
|
70485
|
-
},
|
|
70486
70461
|
{
|
|
70487
70462
|
"description": "Theme variations for the notification.\n",
|
|
70488
70463
|
"commentRange": {
|
|
@@ -76668,6 +76643,31 @@
|
|
|
76668
76643
|
"name": "_variables.scss"
|
|
76669
76644
|
}
|
|
76670
76645
|
},
|
|
76646
|
+
{
|
|
76647
|
+
"description": "Background color of the calendar header cell.\n",
|
|
76648
|
+
"commentRange": {
|
|
76649
|
+
"start": 97,
|
|
76650
|
+
"end": 98
|
|
76651
|
+
},
|
|
76652
|
+
"context": {
|
|
76653
|
+
"type": "variable",
|
|
76654
|
+
"name": "kendo-calendar-header-cell-bg",
|
|
76655
|
+
"value": "inherit",
|
|
76656
|
+
"scope": "default",
|
|
76657
|
+
"line": {
|
|
76658
|
+
"start": 99,
|
|
76659
|
+
"end": 99
|
|
76660
|
+
}
|
|
76661
|
+
},
|
|
76662
|
+
"group": [
|
|
76663
|
+
"calendar"
|
|
76664
|
+
],
|
|
76665
|
+
"access": "public",
|
|
76666
|
+
"file": {
|
|
76667
|
+
"path": "calendar/_variables.scss",
|
|
76668
|
+
"name": "_variables.scss"
|
|
76669
|
+
}
|
|
76670
|
+
},
|
|
76671
76671
|
{
|
|
76672
76672
|
"description": "Text color of the calendar header cell.\n",
|
|
76673
76673
|
"commentRange": {
|
|
@@ -100050,15 +100050,15 @@
|
|
|
100050
100050
|
}
|
|
100051
100051
|
},
|
|
100052
100052
|
{
|
|
100053
|
-
"description": "
|
|
100053
|
+
"description": "Max width of the grid column menu.\n",
|
|
100054
100054
|
"commentRange": {
|
|
100055
100055
|
"start": 453,
|
|
100056
100056
|
"end": 454
|
|
100057
100057
|
},
|
|
100058
100058
|
"context": {
|
|
100059
100059
|
"type": "variable",
|
|
100060
|
-
"name": "kendo-grid-column-menu-
|
|
100061
|
-
"value": "
|
|
100060
|
+
"name": "kendo-grid-column-menu-max-width",
|
|
100061
|
+
"value": "320px",
|
|
100062
100062
|
"scope": "default",
|
|
100063
100063
|
"line": {
|
|
100064
100064
|
"start": 455,
|
|
@@ -100075,15 +100075,15 @@
|
|
|
100075
100075
|
}
|
|
100076
100076
|
},
|
|
100077
100077
|
{
|
|
100078
|
-
"description": "
|
|
100078
|
+
"description": "Spacing of the grid column menu.\n",
|
|
100079
100079
|
"commentRange": {
|
|
100080
100080
|
"start": 456,
|
|
100081
100081
|
"end": 457
|
|
100082
100082
|
},
|
|
100083
100083
|
"context": {
|
|
100084
100084
|
"type": "variable",
|
|
100085
|
-
"name": "kendo-grid-column-menu-
|
|
100086
|
-
"value": "
|
|
100085
|
+
"name": "kendo-grid-column-menu-spacing",
|
|
100086
|
+
"value": "map.get( $kendo-spacing, 2 )",
|
|
100087
100087
|
"scope": "default",
|
|
100088
100088
|
"line": {
|
|
100089
100089
|
"start": 458,
|
|
@@ -100100,15 +100100,15 @@
|
|
|
100100
100100
|
}
|
|
100101
100101
|
},
|
|
100102
100102
|
{
|
|
100103
|
-
"description": "
|
|
100103
|
+
"description": "Focus shadow of the grid column menu.\n",
|
|
100104
100104
|
"commentRange": {
|
|
100105
100105
|
"start": 459,
|
|
100106
100106
|
"end": 460
|
|
100107
100107
|
},
|
|
100108
100108
|
"context": {
|
|
100109
100109
|
"type": "variable",
|
|
100110
|
-
"name": "kendo-grid-column-menu-
|
|
100111
|
-
"value": "var( --kendo-
|
|
100110
|
+
"name": "kendo-grid-column-menu-shadow",
|
|
100111
|
+
"value": "var( --kendo-box-shadow-depth-1, none )",
|
|
100112
100112
|
"scope": "default",
|
|
100113
100113
|
"line": {
|
|
100114
100114
|
"start": 461,
|
|
@@ -100125,15 +100125,15 @@
|
|
|
100125
100125
|
}
|
|
100126
100126
|
},
|
|
100127
100127
|
{
|
|
100128
|
-
"description": "
|
|
100128
|
+
"description": "Background color of the grid column menu.\n",
|
|
100129
100129
|
"commentRange": {
|
|
100130
100130
|
"start": 462,
|
|
100131
100131
|
"end": 463
|
|
100132
100132
|
},
|
|
100133
100133
|
"context": {
|
|
100134
100134
|
"type": "variable",
|
|
100135
|
-
"name": "kendo-grid-column-menu-
|
|
100136
|
-
"value": "var( --kendo-component-
|
|
100135
|
+
"name": "kendo-grid-column-menu-bg",
|
|
100136
|
+
"value": "var( --kendo-component-bg, inherit )",
|
|
100137
100137
|
"scope": "default",
|
|
100138
100138
|
"line": {
|
|
100139
100139
|
"start": 464,
|
|
@@ -100150,15 +100150,15 @@
|
|
|
100150
100150
|
}
|
|
100151
100151
|
},
|
|
100152
100152
|
{
|
|
100153
|
-
"description": "
|
|
100153
|
+
"description": "Text color of the grid column menu.\n",
|
|
100154
100154
|
"commentRange": {
|
|
100155
100155
|
"start": 465,
|
|
100156
100156
|
"end": 466
|
|
100157
100157
|
},
|
|
100158
100158
|
"context": {
|
|
100159
100159
|
"type": "variable",
|
|
100160
|
-
"name": "kendo-grid-column-menu-
|
|
100161
|
-
"value": "var( --kendo-component-
|
|
100160
|
+
"name": "kendo-grid-column-menu-text",
|
|
100161
|
+
"value": "var( --kendo-component-text, inherit )",
|
|
100162
100162
|
"scope": "default",
|
|
100163
100163
|
"line": {
|
|
100164
100164
|
"start": 467,
|
|
@@ -100175,19 +100175,19 @@
|
|
|
100175
100175
|
}
|
|
100176
100176
|
},
|
|
100177
100177
|
{
|
|
100178
|
-
"description": "
|
|
100178
|
+
"description": "Border color of the grid column menu.\n",
|
|
100179
100179
|
"commentRange": {
|
|
100180
|
-
"start":
|
|
100181
|
-
"end":
|
|
100180
|
+
"start": 468,
|
|
100181
|
+
"end": 469
|
|
100182
100182
|
},
|
|
100183
100183
|
"context": {
|
|
100184
100184
|
"type": "variable",
|
|
100185
|
-
"name": "kendo-grid-column-menu-
|
|
100186
|
-
"value": "
|
|
100185
|
+
"name": "kendo-grid-column-menu-border",
|
|
100186
|
+
"value": "var( --kendo-component-border, inherit )",
|
|
100187
100187
|
"scope": "default",
|
|
100188
100188
|
"line": {
|
|
100189
|
-
"start":
|
|
100190
|
-
"end":
|
|
100189
|
+
"start": 470,
|
|
100190
|
+
"end": 470
|
|
100191
100191
|
}
|
|
100192
100192
|
},
|
|
100193
100193
|
"group": [
|
|
@@ -100200,15 +100200,15 @@
|
|
|
100200
100200
|
}
|
|
100201
100201
|
},
|
|
100202
100202
|
{
|
|
100203
|
-
"description": "
|
|
100203
|
+
"description": "Font size of the grid column menu checkbox container.\n",
|
|
100204
100204
|
"commentRange": {
|
|
100205
100205
|
"start": 472,
|
|
100206
100206
|
"end": 473
|
|
100207
100207
|
},
|
|
100208
100208
|
"context": {
|
|
100209
100209
|
"type": "variable",
|
|
100210
|
-
"name": "kendo-grid-column-menu-multicheck-
|
|
100211
|
-
"value": "$kendo-list-md-
|
|
100210
|
+
"name": "kendo-grid-column-menu-multicheck-font-size",
|
|
100211
|
+
"value": "$kendo-list-md-font-size",
|
|
100212
100212
|
"scope": "default",
|
|
100213
100213
|
"line": {
|
|
100214
100214
|
"start": 474,
|
|
@@ -100225,19 +100225,19 @@
|
|
|
100225
100225
|
}
|
|
100226
100226
|
},
|
|
100227
100227
|
{
|
|
100228
|
-
"description": "
|
|
100228
|
+
"description": "Line height of the grid column menu checkbox container.\n",
|
|
100229
100229
|
"commentRange": {
|
|
100230
|
-
"start":
|
|
100231
|
-
"end":
|
|
100230
|
+
"start": 475,
|
|
100231
|
+
"end": 476
|
|
100232
100232
|
},
|
|
100233
100233
|
"context": {
|
|
100234
100234
|
"type": "variable",
|
|
100235
|
-
"name": "kendo-grid-column-menu-
|
|
100236
|
-
"value": "
|
|
100235
|
+
"name": "kendo-grid-column-menu-multicheck-line-height",
|
|
100236
|
+
"value": "$kendo-list-md-line-height",
|
|
100237
100237
|
"scope": "default",
|
|
100238
100238
|
"line": {
|
|
100239
|
-
"start":
|
|
100240
|
-
"end":
|
|
100239
|
+
"start": 477,
|
|
100240
|
+
"end": 477
|
|
100241
100241
|
}
|
|
100242
100242
|
},
|
|
100243
100243
|
"group": [
|
|
@@ -100250,14 +100250,14 @@
|
|
|
100250
100250
|
}
|
|
100251
100251
|
},
|
|
100252
100252
|
{
|
|
100253
|
-
"description": "
|
|
100253
|
+
"description": "Vertical padding of the grid column menu items wrap.\n",
|
|
100254
100254
|
"commentRange": {
|
|
100255
100255
|
"start": 479,
|
|
100256
100256
|
"end": 480
|
|
100257
100257
|
},
|
|
100258
100258
|
"context": {
|
|
100259
100259
|
"type": "variable",
|
|
100260
|
-
"name": "kendo-grid-column-menu-items-wrap-padding-
|
|
100260
|
+
"name": "kendo-grid-column-menu-items-wrap-padding-y",
|
|
100261
100261
|
"value": "map.get( $kendo-spacing, 2 )",
|
|
100262
100262
|
"scope": "default",
|
|
100263
100263
|
"line": {
|
|
@@ -100275,19 +100275,19 @@
|
|
|
100275
100275
|
}
|
|
100276
100276
|
},
|
|
100277
100277
|
{
|
|
100278
|
-
"description": "Horizontal padding of the grid column menu
|
|
100278
|
+
"description": "Horizontal padding of the grid column menu items wrap.\n",
|
|
100279
100279
|
"commentRange": {
|
|
100280
|
-
"start":
|
|
100281
|
-
"end":
|
|
100280
|
+
"start": 482,
|
|
100281
|
+
"end": 483
|
|
100282
100282
|
},
|
|
100283
100283
|
"context": {
|
|
100284
100284
|
"type": "variable",
|
|
100285
|
-
"name": "kendo-grid-column-menu-
|
|
100286
|
-
"value": "$kendo-
|
|
100285
|
+
"name": "kendo-grid-column-menu-items-wrap-padding-x",
|
|
100286
|
+
"value": "map.get( $kendo-spacing, 2 )",
|
|
100287
100287
|
"scope": "default",
|
|
100288
100288
|
"line": {
|
|
100289
|
-
"start":
|
|
100290
|
-
"end":
|
|
100289
|
+
"start": 484,
|
|
100290
|
+
"end": 484
|
|
100291
100291
|
}
|
|
100292
100292
|
},
|
|
100293
100293
|
"group": [
|
|
@@ -100300,15 +100300,15 @@
|
|
|
100300
100300
|
}
|
|
100301
100301
|
},
|
|
100302
100302
|
{
|
|
100303
|
-
"description": "
|
|
100303
|
+
"description": "Horizontal padding of the grid column menu item.\n",
|
|
100304
100304
|
"commentRange": {
|
|
100305
100305
|
"start": 486,
|
|
100306
100306
|
"end": 487
|
|
100307
100307
|
},
|
|
100308
100308
|
"context": {
|
|
100309
100309
|
"type": "variable",
|
|
100310
|
-
"name": "kendo-grid-column-menu-item-padding-
|
|
100311
|
-
"value": "$kendo-list-md-item-padding-
|
|
100310
|
+
"name": "kendo-grid-column-menu-item-padding-y",
|
|
100311
|
+
"value": "$kendo-list-md-item-padding-y",
|
|
100312
100312
|
"scope": "default",
|
|
100313
100313
|
"line": {
|
|
100314
100314
|
"start": 488,
|
|
@@ -100325,14 +100325,14 @@
|
|
|
100325
100325
|
}
|
|
100326
100326
|
},
|
|
100327
100327
|
{
|
|
100328
|
-
"description": "
|
|
100328
|
+
"description": "Vertical padding of the grid column menu item.\n",
|
|
100329
100329
|
"commentRange": {
|
|
100330
100330
|
"start": 489,
|
|
100331
100331
|
"end": 490
|
|
100332
100332
|
},
|
|
100333
100333
|
"context": {
|
|
100334
100334
|
"type": "variable",
|
|
100335
|
-
"name": "kendo-grid-column-menu-item-
|
|
100335
|
+
"name": "kendo-grid-column-menu-item-padding-x",
|
|
100336
100336
|
"value": "$kendo-list-md-item-padding-x",
|
|
100337
100337
|
"scope": "default",
|
|
100338
100338
|
"line": {
|
|
@@ -100350,15 +100350,15 @@
|
|
|
100350
100350
|
}
|
|
100351
100351
|
},
|
|
100352
100352
|
{
|
|
100353
|
-
"description": "
|
|
100353
|
+
"description": "Spacing of the grid column menu item.\n",
|
|
100354
100354
|
"commentRange": {
|
|
100355
100355
|
"start": 492,
|
|
100356
100356
|
"end": 493
|
|
100357
100357
|
},
|
|
100358
100358
|
"context": {
|
|
100359
100359
|
"type": "variable",
|
|
100360
|
-
"name": "kendo-grid-column-menu-item-
|
|
100361
|
-
"value": "
|
|
100360
|
+
"name": "kendo-grid-column-menu-item-gap",
|
|
100361
|
+
"value": "$kendo-list-md-item-padding-x",
|
|
100362
100362
|
"scope": "default",
|
|
100363
100363
|
"line": {
|
|
100364
100364
|
"start": 494,
|
|
@@ -100375,15 +100375,15 @@
|
|
|
100375
100375
|
}
|
|
100376
100376
|
},
|
|
100377
100377
|
{
|
|
100378
|
-
"description": "
|
|
100378
|
+
"description": "Icon spacing of the grid column menu item.\n",
|
|
100379
100379
|
"commentRange": {
|
|
100380
100380
|
"start": 495,
|
|
100381
100381
|
"end": 496
|
|
100382
100382
|
},
|
|
100383
100383
|
"context": {
|
|
100384
100384
|
"type": "variable",
|
|
100385
|
-
"name": "kendo-grid-column-menu-item-
|
|
100386
|
-
"value": "
|
|
100385
|
+
"name": "kendo-grid-column-menu-item-icon-spacing",
|
|
100386
|
+
"value": "var( --kendo-icon-spacing, .5rem )",
|
|
100387
100387
|
"scope": "default",
|
|
100388
100388
|
"line": {
|
|
100389
100389
|
"start": 497,
|
|
@@ -100400,15 +100400,15 @@
|
|
|
100400
100400
|
}
|
|
100401
100401
|
},
|
|
100402
100402
|
{
|
|
100403
|
-
"description": "
|
|
100403
|
+
"description": "Background color of the grid column menu item.\n",
|
|
100404
100404
|
"commentRange": {
|
|
100405
100405
|
"start": 498,
|
|
100406
100406
|
"end": 499
|
|
100407
100407
|
},
|
|
100408
100408
|
"context": {
|
|
100409
100409
|
"type": "variable",
|
|
100410
|
-
"name": "kendo-grid-column-menu-item-
|
|
100411
|
-
"value": "$kendo-list-item-
|
|
100410
|
+
"name": "kendo-grid-column-menu-item-bg",
|
|
100411
|
+
"value": "$kendo-list-item-bg",
|
|
100412
100412
|
"scope": "default",
|
|
100413
100413
|
"line": {
|
|
100414
100414
|
"start": 500,
|
|
@@ -100425,15 +100425,15 @@
|
|
|
100425
100425
|
}
|
|
100426
100426
|
},
|
|
100427
100427
|
{
|
|
100428
|
-
"description": "
|
|
100428
|
+
"description": "Text color of the grid column menu item.\n",
|
|
100429
100429
|
"commentRange": {
|
|
100430
100430
|
"start": 501,
|
|
100431
100431
|
"end": 502
|
|
100432
100432
|
},
|
|
100433
100433
|
"context": {
|
|
100434
100434
|
"type": "variable",
|
|
100435
|
-
"name": "kendo-grid-column-menu-item-
|
|
100436
|
-
"value": "$kendo-list-item-
|
|
100435
|
+
"name": "kendo-grid-column-menu-item-text",
|
|
100436
|
+
"value": "$kendo-list-item-text",
|
|
100437
100437
|
"scope": "default",
|
|
100438
100438
|
"line": {
|
|
100439
100439
|
"start": 503,
|
|
@@ -100450,15 +100450,15 @@
|
|
|
100450
100450
|
}
|
|
100451
100451
|
},
|
|
100452
100452
|
{
|
|
100453
|
-
"description": "Hover
|
|
100453
|
+
"description": "Hover background color of the grid column menu item.\n",
|
|
100454
100454
|
"commentRange": {
|
|
100455
100455
|
"start": 504,
|
|
100456
100456
|
"end": 505
|
|
100457
100457
|
},
|
|
100458
100458
|
"context": {
|
|
100459
100459
|
"type": "variable",
|
|
100460
|
-
"name": "kendo-grid-column-menu-item-hover-
|
|
100461
|
-
"value": "$kendo-list-item-hover-
|
|
100460
|
+
"name": "kendo-grid-column-menu-item-hover-bg",
|
|
100461
|
+
"value": "$kendo-list-item-hover-bg",
|
|
100462
100462
|
"scope": "default",
|
|
100463
100463
|
"line": {
|
|
100464
100464
|
"start": 506,
|
|
@@ -100475,15 +100475,15 @@
|
|
|
100475
100475
|
}
|
|
100476
100476
|
},
|
|
100477
100477
|
{
|
|
100478
|
-
"description": "
|
|
100478
|
+
"description": "Hover text color of the grid column menu item.\n",
|
|
100479
100479
|
"commentRange": {
|
|
100480
100480
|
"start": 507,
|
|
100481
100481
|
"end": 508
|
|
100482
100482
|
},
|
|
100483
100483
|
"context": {
|
|
100484
100484
|
"type": "variable",
|
|
100485
|
-
"name": "kendo-grid-column-menu-item-
|
|
100486
|
-
"value": "$kendo-list-item-
|
|
100485
|
+
"name": "kendo-grid-column-menu-item-hover-text",
|
|
100486
|
+
"value": "$kendo-list-item-hover-text",
|
|
100487
100487
|
"scope": "default",
|
|
100488
100488
|
"line": {
|
|
100489
100489
|
"start": 509,
|
|
@@ -100500,15 +100500,15 @@
|
|
|
100500
100500
|
}
|
|
100501
100501
|
},
|
|
100502
100502
|
{
|
|
100503
|
-
"description": "Selected
|
|
100503
|
+
"description": "Selected background color of the grid column menu item.\n",
|
|
100504
100504
|
"commentRange": {
|
|
100505
100505
|
"start": 510,
|
|
100506
100506
|
"end": 511
|
|
100507
100507
|
},
|
|
100508
100508
|
"context": {
|
|
100509
100509
|
"type": "variable",
|
|
100510
|
-
"name": "kendo-grid-column-menu-item-selected-
|
|
100511
|
-
"value": "$kendo-list-item-selected-
|
|
100510
|
+
"name": "kendo-grid-column-menu-item-selected-bg",
|
|
100511
|
+
"value": "$kendo-list-item-selected-bg",
|
|
100512
100512
|
"scope": "default",
|
|
100513
100513
|
"line": {
|
|
100514
100514
|
"start": 512,
|
|
@@ -100525,15 +100525,15 @@
|
|
|
100525
100525
|
}
|
|
100526
100526
|
},
|
|
100527
100527
|
{
|
|
100528
|
-
"description": "
|
|
100528
|
+
"description": "Selected text color of the grid column menu item.\n",
|
|
100529
100529
|
"commentRange": {
|
|
100530
100530
|
"start": 513,
|
|
100531
100531
|
"end": 514
|
|
100532
100532
|
},
|
|
100533
100533
|
"context": {
|
|
100534
100534
|
"type": "variable",
|
|
100535
|
-
"name": "kendo-grid-column-menu-item-
|
|
100536
|
-
"value": "$kendo-list-item-
|
|
100535
|
+
"name": "kendo-grid-column-menu-item-selected-text",
|
|
100536
|
+
"value": "$kendo-list-item-selected-text",
|
|
100537
100537
|
"scope": "default",
|
|
100538
100538
|
"line": {
|
|
100539
100539
|
"start": 515,
|
|
@@ -100550,15 +100550,15 @@
|
|
|
100550
100550
|
}
|
|
100551
100551
|
},
|
|
100552
100552
|
{
|
|
100553
|
-
"description": "
|
|
100553
|
+
"description": "Focus shadow of the grid column menu item.\n",
|
|
100554
100554
|
"commentRange": {
|
|
100555
100555
|
"start": 516,
|
|
100556
100556
|
"end": 517
|
|
100557
100557
|
},
|
|
100558
100558
|
"context": {
|
|
100559
100559
|
"type": "variable",
|
|
100560
|
-
"name": "kendo-grid-column-menu-item-
|
|
100561
|
-
"value": "$kendo-list-item-
|
|
100560
|
+
"name": "kendo-grid-column-menu-item-focus-shadow",
|
|
100561
|
+
"value": "$kendo-list-item-focus-shadow",
|
|
100562
100562
|
"scope": "default",
|
|
100563
100563
|
"line": {
|
|
100564
100564
|
"start": 518,
|
|
@@ -100575,19 +100575,19 @@
|
|
|
100575
100575
|
}
|
|
100576
100576
|
},
|
|
100577
100577
|
{
|
|
100578
|
-
"description": "
|
|
100578
|
+
"description": "Text color of the grid column menu item icon.\n",
|
|
100579
100579
|
"commentRange": {
|
|
100580
|
-
"start":
|
|
100581
|
-
"end":
|
|
100580
|
+
"start": 519,
|
|
100581
|
+
"end": 520
|
|
100582
100582
|
},
|
|
100583
100583
|
"context": {
|
|
100584
100584
|
"type": "variable",
|
|
100585
|
-
"name": "kendo-grid-column-menu-
|
|
100586
|
-
"value": "$kendo-
|
|
100585
|
+
"name": "kendo-grid-column-menu-item-icon-text",
|
|
100586
|
+
"value": "$kendo-list-item-icon-text",
|
|
100587
100587
|
"scope": "default",
|
|
100588
100588
|
"line": {
|
|
100589
|
-
"start":
|
|
100590
|
-
"end":
|
|
100589
|
+
"start": 521,
|
|
100590
|
+
"end": 521
|
|
100591
100591
|
}
|
|
100592
100592
|
},
|
|
100593
100593
|
"group": [
|
|
@@ -100600,15 +100600,15 @@
|
|
|
100600
100600
|
}
|
|
100601
100601
|
},
|
|
100602
100602
|
{
|
|
100603
|
-
"description": "
|
|
100603
|
+
"description": "Vertical padding of the grid column menu group header.\n",
|
|
100604
100604
|
"commentRange": {
|
|
100605
100605
|
"start": 523,
|
|
100606
100606
|
"end": 524
|
|
100607
100607
|
},
|
|
100608
100608
|
"context": {
|
|
100609
100609
|
"type": "variable",
|
|
100610
|
-
"name": "kendo-grid-column-menu-group-header-padding-
|
|
100611
|
-
"value": "$kendo-grid-column-menu-item-padding-
|
|
100610
|
+
"name": "kendo-grid-column-menu-group-header-padding-y",
|
|
100611
|
+
"value": "$kendo-grid-column-menu-item-padding-y",
|
|
100612
100612
|
"scope": "default",
|
|
100613
100613
|
"line": {
|
|
100614
100614
|
"start": 525,
|
|
@@ -100625,15 +100625,15 @@
|
|
|
100625
100625
|
}
|
|
100626
100626
|
},
|
|
100627
100627
|
{
|
|
100628
|
-
"description": "
|
|
100628
|
+
"description": "Horizontal padding of the grid column menu group header.\n",
|
|
100629
100629
|
"commentRange": {
|
|
100630
100630
|
"start": 526,
|
|
100631
100631
|
"end": 527
|
|
100632
100632
|
},
|
|
100633
100633
|
"context": {
|
|
100634
100634
|
"type": "variable",
|
|
100635
|
-
"name": "kendo-grid-column-menu-group-header-
|
|
100636
|
-
"value": "
|
|
100635
|
+
"name": "kendo-grid-column-menu-group-header-padding-x",
|
|
100636
|
+
"value": "$kendo-grid-column-menu-item-padding-x",
|
|
100637
100637
|
"scope": "default",
|
|
100638
100638
|
"line": {
|
|
100639
100639
|
"start": 528,
|
|
@@ -100650,15 +100650,15 @@
|
|
|
100650
100650
|
}
|
|
100651
100651
|
},
|
|
100652
100652
|
{
|
|
100653
|
-
"description": "Border
|
|
100653
|
+
"description": "Border width of the grid column menu group header.\n",
|
|
100654
100654
|
"commentRange": {
|
|
100655
100655
|
"start": 529,
|
|
100656
100656
|
"end": 530
|
|
100657
100657
|
},
|
|
100658
100658
|
"context": {
|
|
100659
100659
|
"type": "variable",
|
|
100660
|
-
"name": "kendo-grid-column-menu-group-header-border-
|
|
100661
|
-
"value": "
|
|
100660
|
+
"name": "kendo-grid-column-menu-group-header-border-width",
|
|
100661
|
+
"value": "1px",
|
|
100662
100662
|
"scope": "default",
|
|
100663
100663
|
"line": {
|
|
100664
100664
|
"start": 531,
|
|
@@ -100675,15 +100675,15 @@
|
|
|
100675
100675
|
}
|
|
100676
100676
|
},
|
|
100677
100677
|
{
|
|
100678
|
-
"description": "
|
|
100678
|
+
"description": "Border style of the grid column menu group header.\n",
|
|
100679
100679
|
"commentRange": {
|
|
100680
100680
|
"start": 532,
|
|
100681
100681
|
"end": 533
|
|
100682
100682
|
},
|
|
100683
100683
|
"context": {
|
|
100684
100684
|
"type": "variable",
|
|
100685
|
-
"name": "kendo-grid-column-menu-group-header-
|
|
100686
|
-
"value": "
|
|
100685
|
+
"name": "kendo-grid-column-menu-group-header-border-style",
|
|
100686
|
+
"value": "solid",
|
|
100687
100687
|
"scope": "default",
|
|
100688
100688
|
"line": {
|
|
100689
100689
|
"start": 534,
|
|
@@ -100700,15 +100700,15 @@
|
|
|
100700
100700
|
}
|
|
100701
100701
|
},
|
|
100702
100702
|
{
|
|
100703
|
-
"description": "Font
|
|
100703
|
+
"description": "Font size of the grid column menu group header.\n",
|
|
100704
100704
|
"commentRange": {
|
|
100705
100705
|
"start": 535,
|
|
100706
100706
|
"end": 536
|
|
100707
100707
|
},
|
|
100708
100708
|
"context": {
|
|
100709
100709
|
"type": "variable",
|
|
100710
|
-
"name": "kendo-grid-column-menu-group-header-font-
|
|
100711
|
-
"value": "var( --kendo-font-
|
|
100710
|
+
"name": "kendo-grid-column-menu-group-header-font-size",
|
|
100711
|
+
"value": "var( --kendo-font-size-sm, inherit )",
|
|
100712
100712
|
"scope": "default",
|
|
100713
100713
|
"line": {
|
|
100714
100714
|
"start": 537,
|
|
@@ -100725,15 +100725,15 @@
|
|
|
100725
100725
|
}
|
|
100726
100726
|
},
|
|
100727
100727
|
{
|
|
100728
|
-
"description": "
|
|
100728
|
+
"description": "Font weight of the grid column menu group header.\n",
|
|
100729
100729
|
"commentRange": {
|
|
100730
100730
|
"start": 538,
|
|
100731
100731
|
"end": 539
|
|
100732
100732
|
},
|
|
100733
100733
|
"context": {
|
|
100734
100734
|
"type": "variable",
|
|
100735
|
-
"name": "kendo-grid-column-menu-group-header-
|
|
100736
|
-
"value": "var( --kendo-
|
|
100735
|
+
"name": "kendo-grid-column-menu-group-header-font-weight",
|
|
100736
|
+
"value": "var( --kendo-font-weight-bold, normal )",
|
|
100737
100737
|
"scope": "default",
|
|
100738
100738
|
"line": {
|
|
100739
100739
|
"start": 540,
|
|
@@ -100750,15 +100750,15 @@
|
|
|
100750
100750
|
}
|
|
100751
100751
|
},
|
|
100752
100752
|
{
|
|
100753
|
-
"description": "
|
|
100753
|
+
"description": "Line height of the grid column menu group header.\n",
|
|
100754
100754
|
"commentRange": {
|
|
100755
100755
|
"start": 541,
|
|
100756
100756
|
"end": 542
|
|
100757
100757
|
},
|
|
100758
100758
|
"context": {
|
|
100759
100759
|
"type": "variable",
|
|
100760
|
-
"name": "kendo-grid-column-menu-group-header-
|
|
100761
|
-
"value": "
|
|
100760
|
+
"name": "kendo-grid-column-menu-group-header-line-height",
|
|
100761
|
+
"value": "var( --kendo-line-height, normal )",
|
|
100762
100762
|
"scope": "default",
|
|
100763
100763
|
"line": {
|
|
100764
100764
|
"start": 543,
|
|
@@ -100774,11 +100774,36 @@
|
|
|
100774
100774
|
"name": "_variables.scss"
|
|
100775
100775
|
}
|
|
100776
100776
|
},
|
|
100777
|
+
{
|
|
100778
|
+
"description": "Text transform of the grid column menu group header.\n",
|
|
100779
|
+
"commentRange": {
|
|
100780
|
+
"start": 544,
|
|
100781
|
+
"end": 545
|
|
100782
|
+
},
|
|
100783
|
+
"context": {
|
|
100784
|
+
"type": "variable",
|
|
100785
|
+
"name": "kendo-grid-column-menu-group-header-text-transform",
|
|
100786
|
+
"value": "uppercase",
|
|
100787
|
+
"scope": "default",
|
|
100788
|
+
"line": {
|
|
100789
|
+
"start": 546,
|
|
100790
|
+
"end": 546
|
|
100791
|
+
}
|
|
100792
|
+
},
|
|
100793
|
+
"group": [
|
|
100794
|
+
"grid"
|
|
100795
|
+
],
|
|
100796
|
+
"access": "public",
|
|
100797
|
+
"file": {
|
|
100798
|
+
"path": "grid/_variables.scss",
|
|
100799
|
+
"name": "_variables.scss"
|
|
100800
|
+
}
|
|
100801
|
+
},
|
|
100777
100802
|
{
|
|
100778
100803
|
"description": "Background color of the grid column menu group.\n",
|
|
100779
100804
|
"commentRange": {
|
|
100780
|
-
"start":
|
|
100781
|
-
"end":
|
|
100805
|
+
"start": 548,
|
|
100806
|
+
"end": 549
|
|
100782
100807
|
},
|
|
100783
100808
|
"context": {
|
|
100784
100809
|
"type": "variable",
|
|
@@ -100786,8 +100811,8 @@
|
|
|
100786
100811
|
"value": "var( --kendo-component-bg, inherit )",
|
|
100787
100812
|
"scope": "default",
|
|
100788
100813
|
"line": {
|
|
100789
|
-
"start":
|
|
100790
|
-
"end":
|
|
100814
|
+
"start": 550,
|
|
100815
|
+
"end": 550
|
|
100791
100816
|
}
|
|
100792
100817
|
},
|
|
100793
100818
|
"group": [
|
|
@@ -100802,8 +100827,8 @@
|
|
|
100802
100827
|
{
|
|
100803
100828
|
"description": "Text color of the grid column menu group.\n",
|
|
100804
100829
|
"commentRange": {
|
|
100805
|
-
"start":
|
|
100806
|
-
"end":
|
|
100830
|
+
"start": 551,
|
|
100831
|
+
"end": 552
|
|
100807
100832
|
},
|
|
100808
100833
|
"context": {
|
|
100809
100834
|
"type": "variable",
|
|
@@ -100811,8 +100836,8 @@
|
|
|
100811
100836
|
"value": "var( --kendo-component-text, inherit )",
|
|
100812
100837
|
"scope": "default",
|
|
100813
100838
|
"line": {
|
|
100814
|
-
"start":
|
|
100815
|
-
"end":
|
|
100839
|
+
"start": 553,
|
|
100840
|
+
"end": 553
|
|
100816
100841
|
}
|
|
100817
100842
|
},
|
|
100818
100843
|
"group": [
|
|
@@ -100827,8 +100852,8 @@
|
|
|
100827
100852
|
{
|
|
100828
100853
|
"description": "Border color of the grid column menu group.\n",
|
|
100829
100854
|
"commentRange": {
|
|
100830
|
-
"start":
|
|
100831
|
-
"end":
|
|
100855
|
+
"start": 554,
|
|
100856
|
+
"end": 555
|
|
100832
100857
|
},
|
|
100833
100858
|
"context": {
|
|
100834
100859
|
"type": "variable",
|
|
@@ -100836,8 +100861,8 @@
|
|
|
100836
100861
|
"value": "var( --kendo-component-border, inherit)",
|
|
100837
100862
|
"scope": "default",
|
|
100838
100863
|
"line": {
|
|
100839
|
-
"start":
|
|
100840
|
-
"end":
|
|
100864
|
+
"start": 556,
|
|
100865
|
+
"end": 556
|
|
100841
100866
|
}
|
|
100842
100867
|
},
|
|
100843
100868
|
"group": [
|
|
@@ -100852,8 +100877,8 @@
|
|
|
100852
100877
|
{
|
|
100853
100878
|
"description": "Horizontal padding of the tabstrip content in the grid tabbed column menu.\n",
|
|
100854
100879
|
"commentRange": {
|
|
100855
|
-
"start":
|
|
100856
|
-
"end":
|
|
100880
|
+
"start": 558,
|
|
100881
|
+
"end": 559
|
|
100857
100882
|
},
|
|
100858
100883
|
"context": {
|
|
100859
100884
|
"type": "variable",
|
|
@@ -100861,8 +100886,8 @@
|
|
|
100861
100886
|
"value": "0",
|
|
100862
100887
|
"scope": "default",
|
|
100863
100888
|
"line": {
|
|
100864
|
-
"start":
|
|
100865
|
-
"end":
|
|
100889
|
+
"start": 560,
|
|
100890
|
+
"end": 560
|
|
100866
100891
|
}
|
|
100867
100892
|
},
|
|
100868
100893
|
"group": [
|
|
@@ -100877,8 +100902,8 @@
|
|
|
100877
100902
|
{
|
|
100878
100903
|
"description": "Vertical padding of the tabstrip content in the grid tabbed column menu.\n",
|
|
100879
100904
|
"commentRange": {
|
|
100880
|
-
"start":
|
|
100881
|
-
"end":
|
|
100905
|
+
"start": 561,
|
|
100906
|
+
"end": 562
|
|
100882
100907
|
},
|
|
100883
100908
|
"context": {
|
|
100884
100909
|
"type": "variable",
|
|
@@ -100886,8 +100911,8 @@
|
|
|
100886
100911
|
"value": "map.get( $kendo-spacing, 3 )",
|
|
100887
100912
|
"scope": "default",
|
|
100888
100913
|
"line": {
|
|
100889
|
-
"start":
|
|
100890
|
-
"end":
|
|
100914
|
+
"start": 563,
|
|
100915
|
+
"end": 563
|
|
100891
100916
|
}
|
|
100892
100917
|
},
|
|
100893
100918
|
"group": [
|
|
@@ -100902,8 +100927,8 @@
|
|
|
100902
100927
|
{
|
|
100903
100928
|
"description": "Background color of the grid tabbed column menu.\n",
|
|
100904
100929
|
"commentRange": {
|
|
100905
|
-
"start":
|
|
100906
|
-
"end":
|
|
100930
|
+
"start": 565,
|
|
100931
|
+
"end": 566
|
|
100907
100932
|
},
|
|
100908
100933
|
"context": {
|
|
100909
100934
|
"type": "variable",
|
|
@@ -100911,8 +100936,8 @@
|
|
|
100911
100936
|
"value": "var( --kendo-base-bg, inherit )",
|
|
100912
100937
|
"scope": "default",
|
|
100913
100938
|
"line": {
|
|
100914
|
-
"start":
|
|
100915
|
-
"end":
|
|
100939
|
+
"start": 567,
|
|
100940
|
+
"end": 567
|
|
100916
100941
|
}
|
|
100917
100942
|
},
|
|
100918
100943
|
"group": [
|
|
@@ -100927,8 +100952,8 @@
|
|
|
100927
100952
|
{
|
|
100928
100953
|
"description": "Default width of the grid drag cell.\n",
|
|
100929
100954
|
"commentRange": {
|
|
100930
|
-
"start":
|
|
100931
|
-
"end":
|
|
100955
|
+
"start": 569,
|
|
100956
|
+
"end": 570
|
|
100932
100957
|
},
|
|
100933
100958
|
"context": {
|
|
100934
100959
|
"type": "variable",
|
|
@@ -100936,8 +100961,8 @@
|
|
|
100936
100961
|
"value": "calc( var( --kendo-icon-size, 1rem ) * 2.25 )",
|
|
100937
100962
|
"scope": "default",
|
|
100938
100963
|
"line": {
|
|
100939
|
-
"start":
|
|
100940
|
-
"end":
|
|
100964
|
+
"start": 571,
|
|
100965
|
+
"end": 571
|
|
100941
100966
|
}
|
|
100942
100967
|
},
|
|
100943
100968
|
"group": [
|
|
@@ -100952,8 +100977,8 @@
|
|
|
100952
100977
|
{
|
|
100953
100978
|
"description": "Default width of the grid hierarchy cell.\n",
|
|
100954
100979
|
"commentRange": {
|
|
100955
|
-
"start":
|
|
100956
|
-
"end":
|
|
100980
|
+
"start": 572,
|
|
100981
|
+
"end": 573
|
|
100957
100982
|
},
|
|
100958
100983
|
"context": {
|
|
100959
100984
|
"type": "variable",
|
|
@@ -100961,8 +100986,8 @@
|
|
|
100961
100986
|
"value": "calc( var( --kendo-icon-size, 1rem ) * 2 )",
|
|
100962
100987
|
"scope": "default",
|
|
100963
100988
|
"line": {
|
|
100964
|
-
"start":
|
|
100965
|
-
"end":
|
|
100989
|
+
"start": 574,
|
|
100990
|
+
"end": 574
|
|
100966
100991
|
}
|
|
100967
100992
|
},
|
|
100968
100993
|
"group": [
|
|
@@ -100977,8 +101002,8 @@
|
|
|
100977
101002
|
{
|
|
100978
101003
|
"description": "Spacing of the grid filterable icon.\n",
|
|
100979
101004
|
"commentRange": {
|
|
100980
|
-
"start":
|
|
100981
|
-
"end":
|
|
101005
|
+
"start": 575,
|
|
101006
|
+
"end": 576
|
|
100982
101007
|
},
|
|
100983
101008
|
"context": {
|
|
100984
101009
|
"type": "variable",
|
|
@@ -100986,8 +101011,8 @@
|
|
|
100986
101011
|
"value": "calc( #{$kendo-button-calc-size} + #{$kendo-grid-header-menu-spacing} )",
|
|
100987
101012
|
"scope": "default",
|
|
100988
101013
|
"line": {
|
|
100989
|
-
"start":
|
|
100990
|
-
"end":
|
|
101014
|
+
"start": 577,
|
|
101015
|
+
"end": 577
|
|
100991
101016
|
}
|
|
100992
101017
|
},
|
|
100993
101018
|
"group": [
|
|
@@ -101002,8 +101027,8 @@
|
|
|
101002
101027
|
{
|
|
101003
101028
|
"description": "Background color of the grid row resize indicator\n",
|
|
101004
101029
|
"commentRange": {
|
|
101005
|
-
"start":
|
|
101006
|
-
"end":
|
|
101030
|
+
"start": 579,
|
|
101031
|
+
"end": 580
|
|
101007
101032
|
},
|
|
101008
101033
|
"context": {
|
|
101009
101034
|
"type": "variable",
|
|
@@ -101011,8 +101036,8 @@
|
|
|
101011
101036
|
"value": "get-theme-color-var( neutral-90 )",
|
|
101012
101037
|
"scope": "default",
|
|
101013
101038
|
"line": {
|
|
101014
|
-
"start":
|
|
101015
|
-
"end":
|
|
101039
|
+
"start": 581,
|
|
101040
|
+
"end": 581
|
|
101016
101041
|
}
|
|
101017
101042
|
},
|
|
101018
101043
|
"group": [
|
|
@@ -101027,8 +101052,8 @@
|
|
|
101027
101052
|
{
|
|
101028
101053
|
"description": "Active background color of the grid row indicator\n",
|
|
101029
101054
|
"commentRange": {
|
|
101030
|
-
"start":
|
|
101031
|
-
"end":
|
|
101055
|
+
"start": 582,
|
|
101056
|
+
"end": 583
|
|
101032
101057
|
},
|
|
101033
101058
|
"context": {
|
|
101034
101059
|
"type": "variable",
|
|
@@ -101036,8 +101061,8 @@
|
|
|
101036
101061
|
"value": "get-theme-color-var( primary-100 )",
|
|
101037
101062
|
"scope": "default",
|
|
101038
101063
|
"line": {
|
|
101039
|
-
"start":
|
|
101040
|
-
"end":
|
|
101064
|
+
"start": 584,
|
|
101065
|
+
"end": 584
|
|
101041
101066
|
}
|
|
101042
101067
|
},
|
|
101043
101068
|
"group": [
|
|
@@ -101052,17 +101077,17 @@
|
|
|
101052
101077
|
{
|
|
101053
101078
|
"description": "Height of the grid row resize indicator\n",
|
|
101054
101079
|
"commentRange": {
|
|
101055
|
-
"start":
|
|
101056
|
-
"end":
|
|
101080
|
+
"start": 585,
|
|
101081
|
+
"end": 586
|
|
101057
101082
|
},
|
|
101058
101083
|
"context": {
|
|
101059
101084
|
"type": "variable",
|
|
101060
101085
|
"name": "kendo-grid-row-resizer-height",
|
|
101061
|
-
"value": "map
|
|
101086
|
+
"value": "map.get( $kendo-spacing, 0.5 )",
|
|
101062
101087
|
"scope": "default",
|
|
101063
101088
|
"line": {
|
|
101064
|
-
"start":
|
|
101065
|
-
"end":
|
|
101089
|
+
"start": 587,
|
|
101090
|
+
"end": 587
|
|
101066
101091
|
}
|
|
101067
101092
|
},
|
|
101068
101093
|
"group": [
|
|
@@ -107756,7 +107781,7 @@
|
|
|
107756
107781
|
"context": {
|
|
107757
107782
|
"type": "variable",
|
|
107758
107783
|
"name": "kendo-loader-equilateral-height",
|
|
107759
|
-
"value": ".
|
|
107784
|
+
"value": ".8660",
|
|
107760
107785
|
"scope": "default",
|
|
107761
107786
|
"line": {
|
|
107762
107787
|
"start": 29,
|
|
@@ -110489,6 +110514,31 @@
|
|
|
110489
110514
|
"path": "menu/_variables.scss",
|
|
110490
110515
|
"name": "_variables.scss"
|
|
110491
110516
|
}
|
|
110517
|
+
},
|
|
110518
|
+
{
|
|
110519
|
+
"description": "The color of menu items icon.\n",
|
|
110520
|
+
"commentRange": {
|
|
110521
|
+
"start": 252,
|
|
110522
|
+
"end": 253
|
|
110523
|
+
},
|
|
110524
|
+
"context": {
|
|
110525
|
+
"type": "variable",
|
|
110526
|
+
"name": "kendo-menu-icon-color",
|
|
110527
|
+
"value": "get-theme-color-var( primary-100 )",
|
|
110528
|
+
"scope": "default",
|
|
110529
|
+
"line": {
|
|
110530
|
+
"start": 254,
|
|
110531
|
+
"end": 254
|
|
110532
|
+
}
|
|
110533
|
+
},
|
|
110534
|
+
"group": [
|
|
110535
|
+
"menu"
|
|
110536
|
+
],
|
|
110537
|
+
"access": "public",
|
|
110538
|
+
"file": {
|
|
110539
|
+
"path": "menu/_variables.scss",
|
|
110540
|
+
"name": "_variables.scss"
|
|
110541
|
+
}
|
|
110492
110542
|
}
|
|
110493
110543
|
]
|
|
110494
110544
|
},
|