@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
|
@@ -5974,6 +5974,31 @@
|
|
|
5974
5974
|
"name": "_variables.scss"
|
|
5975
5975
|
}
|
|
5976
5976
|
},
|
|
5977
|
+
{
|
|
5978
|
+
"description": "Background color of the calendar header cell.\n",
|
|
5979
|
+
"commentRange": {
|
|
5980
|
+
"start": 97,
|
|
5981
|
+
"end": 98
|
|
5982
|
+
},
|
|
5983
|
+
"context": {
|
|
5984
|
+
"type": "variable",
|
|
5985
|
+
"name": "kendo-calendar-header-cell-bg",
|
|
5986
|
+
"value": "inherit",
|
|
5987
|
+
"scope": "default",
|
|
5988
|
+
"line": {
|
|
5989
|
+
"start": 99,
|
|
5990
|
+
"end": 99
|
|
5991
|
+
}
|
|
5992
|
+
},
|
|
5993
|
+
"group": [
|
|
5994
|
+
"calendar"
|
|
5995
|
+
],
|
|
5996
|
+
"access": "public",
|
|
5997
|
+
"file": {
|
|
5998
|
+
"path": "calendar/_variables.scss",
|
|
5999
|
+
"name": "_variables.scss"
|
|
6000
|
+
}
|
|
6001
|
+
},
|
|
5977
6002
|
{
|
|
5978
6003
|
"description": "Text color of the calendar header cell.\n",
|
|
5979
6004
|
"commentRange": {
|
|
@@ -29224,15 +29249,15 @@
|
|
|
29224
29249
|
}
|
|
29225
29250
|
},
|
|
29226
29251
|
{
|
|
29227
|
-
"description": "
|
|
29252
|
+
"description": "Max width of the grid column menu.\n",
|
|
29228
29253
|
"commentRange": {
|
|
29229
29254
|
"start": 453,
|
|
29230
29255
|
"end": 454
|
|
29231
29256
|
},
|
|
29232
29257
|
"context": {
|
|
29233
29258
|
"type": "variable",
|
|
29234
|
-
"name": "kendo-grid-column-menu-
|
|
29235
|
-
"value": "
|
|
29259
|
+
"name": "kendo-grid-column-menu-max-width",
|
|
29260
|
+
"value": "320px",
|
|
29236
29261
|
"scope": "default",
|
|
29237
29262
|
"line": {
|
|
29238
29263
|
"start": 455,
|
|
@@ -29249,15 +29274,15 @@
|
|
|
29249
29274
|
}
|
|
29250
29275
|
},
|
|
29251
29276
|
{
|
|
29252
|
-
"description": "
|
|
29277
|
+
"description": "Spacing of the grid column menu.\n",
|
|
29253
29278
|
"commentRange": {
|
|
29254
29279
|
"start": 456,
|
|
29255
29280
|
"end": 457
|
|
29256
29281
|
},
|
|
29257
29282
|
"context": {
|
|
29258
29283
|
"type": "variable",
|
|
29259
|
-
"name": "kendo-grid-column-menu-
|
|
29260
|
-
"value": "
|
|
29284
|
+
"name": "kendo-grid-column-menu-spacing",
|
|
29285
|
+
"value": "map.get( $kendo-spacing, 2 )",
|
|
29261
29286
|
"scope": "default",
|
|
29262
29287
|
"line": {
|
|
29263
29288
|
"start": 458,
|
|
@@ -29274,15 +29299,15 @@
|
|
|
29274
29299
|
}
|
|
29275
29300
|
},
|
|
29276
29301
|
{
|
|
29277
|
-
"description": "
|
|
29302
|
+
"description": "Focus shadow of the grid column menu.\n",
|
|
29278
29303
|
"commentRange": {
|
|
29279
29304
|
"start": 459,
|
|
29280
29305
|
"end": 460
|
|
29281
29306
|
},
|
|
29282
29307
|
"context": {
|
|
29283
29308
|
"type": "variable",
|
|
29284
|
-
"name": "kendo-grid-column-menu-
|
|
29285
|
-
"value": "var( --kendo-
|
|
29309
|
+
"name": "kendo-grid-column-menu-shadow",
|
|
29310
|
+
"value": "var( --kendo-box-shadow-depth-1, none )",
|
|
29286
29311
|
"scope": "default",
|
|
29287
29312
|
"line": {
|
|
29288
29313
|
"start": 461,
|
|
@@ -29299,15 +29324,15 @@
|
|
|
29299
29324
|
}
|
|
29300
29325
|
},
|
|
29301
29326
|
{
|
|
29302
|
-
"description": "
|
|
29327
|
+
"description": "Background color of the grid column menu.\n",
|
|
29303
29328
|
"commentRange": {
|
|
29304
29329
|
"start": 462,
|
|
29305
29330
|
"end": 463
|
|
29306
29331
|
},
|
|
29307
29332
|
"context": {
|
|
29308
29333
|
"type": "variable",
|
|
29309
|
-
"name": "kendo-grid-column-menu-
|
|
29310
|
-
"value": "var( --kendo-component-
|
|
29334
|
+
"name": "kendo-grid-column-menu-bg",
|
|
29335
|
+
"value": "var( --kendo-component-bg, inherit )",
|
|
29311
29336
|
"scope": "default",
|
|
29312
29337
|
"line": {
|
|
29313
29338
|
"start": 464,
|
|
@@ -29324,15 +29349,15 @@
|
|
|
29324
29349
|
}
|
|
29325
29350
|
},
|
|
29326
29351
|
{
|
|
29327
|
-
"description": "
|
|
29352
|
+
"description": "Text color of the grid column menu.\n",
|
|
29328
29353
|
"commentRange": {
|
|
29329
29354
|
"start": 465,
|
|
29330
29355
|
"end": 466
|
|
29331
29356
|
},
|
|
29332
29357
|
"context": {
|
|
29333
29358
|
"type": "variable",
|
|
29334
|
-
"name": "kendo-grid-column-menu-
|
|
29335
|
-
"value": "var( --kendo-component-
|
|
29359
|
+
"name": "kendo-grid-column-menu-text",
|
|
29360
|
+
"value": "var( --kendo-component-text, inherit )",
|
|
29336
29361
|
"scope": "default",
|
|
29337
29362
|
"line": {
|
|
29338
29363
|
"start": 467,
|
|
@@ -29349,19 +29374,19 @@
|
|
|
29349
29374
|
}
|
|
29350
29375
|
},
|
|
29351
29376
|
{
|
|
29352
|
-
"description": "
|
|
29377
|
+
"description": "Border color of the grid column menu.\n",
|
|
29353
29378
|
"commentRange": {
|
|
29354
|
-
"start":
|
|
29355
|
-
"end":
|
|
29379
|
+
"start": 468,
|
|
29380
|
+
"end": 469
|
|
29356
29381
|
},
|
|
29357
29382
|
"context": {
|
|
29358
29383
|
"type": "variable",
|
|
29359
|
-
"name": "kendo-grid-column-menu-
|
|
29360
|
-
"value": "
|
|
29384
|
+
"name": "kendo-grid-column-menu-border",
|
|
29385
|
+
"value": "var( --kendo-component-border, inherit )",
|
|
29361
29386
|
"scope": "default",
|
|
29362
29387
|
"line": {
|
|
29363
|
-
"start":
|
|
29364
|
-
"end":
|
|
29388
|
+
"start": 470,
|
|
29389
|
+
"end": 470
|
|
29365
29390
|
}
|
|
29366
29391
|
},
|
|
29367
29392
|
"group": [
|
|
@@ -29374,15 +29399,15 @@
|
|
|
29374
29399
|
}
|
|
29375
29400
|
},
|
|
29376
29401
|
{
|
|
29377
|
-
"description": "
|
|
29402
|
+
"description": "Font size of the grid column menu checkbox container.\n",
|
|
29378
29403
|
"commentRange": {
|
|
29379
29404
|
"start": 472,
|
|
29380
29405
|
"end": 473
|
|
29381
29406
|
},
|
|
29382
29407
|
"context": {
|
|
29383
29408
|
"type": "variable",
|
|
29384
|
-
"name": "kendo-grid-column-menu-multicheck-
|
|
29385
|
-
"value": "$kendo-list-md-
|
|
29409
|
+
"name": "kendo-grid-column-menu-multicheck-font-size",
|
|
29410
|
+
"value": "$kendo-list-md-font-size",
|
|
29386
29411
|
"scope": "default",
|
|
29387
29412
|
"line": {
|
|
29388
29413
|
"start": 474,
|
|
@@ -29399,19 +29424,19 @@
|
|
|
29399
29424
|
}
|
|
29400
29425
|
},
|
|
29401
29426
|
{
|
|
29402
|
-
"description": "
|
|
29427
|
+
"description": "Line height of the grid column menu checkbox container.\n",
|
|
29403
29428
|
"commentRange": {
|
|
29404
|
-
"start":
|
|
29405
|
-
"end":
|
|
29429
|
+
"start": 475,
|
|
29430
|
+
"end": 476
|
|
29406
29431
|
},
|
|
29407
29432
|
"context": {
|
|
29408
29433
|
"type": "variable",
|
|
29409
|
-
"name": "kendo-grid-column-menu-
|
|
29410
|
-
"value": "
|
|
29434
|
+
"name": "kendo-grid-column-menu-multicheck-line-height",
|
|
29435
|
+
"value": "$kendo-list-md-line-height",
|
|
29411
29436
|
"scope": "default",
|
|
29412
29437
|
"line": {
|
|
29413
|
-
"start":
|
|
29414
|
-
"end":
|
|
29438
|
+
"start": 477,
|
|
29439
|
+
"end": 477
|
|
29415
29440
|
}
|
|
29416
29441
|
},
|
|
29417
29442
|
"group": [
|
|
@@ -29424,14 +29449,14 @@
|
|
|
29424
29449
|
}
|
|
29425
29450
|
},
|
|
29426
29451
|
{
|
|
29427
|
-
"description": "
|
|
29452
|
+
"description": "Vertical padding of the grid column menu items wrap.\n",
|
|
29428
29453
|
"commentRange": {
|
|
29429
29454
|
"start": 479,
|
|
29430
29455
|
"end": 480
|
|
29431
29456
|
},
|
|
29432
29457
|
"context": {
|
|
29433
29458
|
"type": "variable",
|
|
29434
|
-
"name": "kendo-grid-column-menu-items-wrap-padding-
|
|
29459
|
+
"name": "kendo-grid-column-menu-items-wrap-padding-y",
|
|
29435
29460
|
"value": "map.get( $kendo-spacing, 2 )",
|
|
29436
29461
|
"scope": "default",
|
|
29437
29462
|
"line": {
|
|
@@ -29449,19 +29474,19 @@
|
|
|
29449
29474
|
}
|
|
29450
29475
|
},
|
|
29451
29476
|
{
|
|
29452
|
-
"description": "Horizontal padding of the grid column menu
|
|
29477
|
+
"description": "Horizontal padding of the grid column menu items wrap.\n",
|
|
29453
29478
|
"commentRange": {
|
|
29454
|
-
"start":
|
|
29455
|
-
"end":
|
|
29479
|
+
"start": 482,
|
|
29480
|
+
"end": 483
|
|
29456
29481
|
},
|
|
29457
29482
|
"context": {
|
|
29458
29483
|
"type": "variable",
|
|
29459
|
-
"name": "kendo-grid-column-menu-
|
|
29460
|
-
"value": "$kendo-
|
|
29484
|
+
"name": "kendo-grid-column-menu-items-wrap-padding-x",
|
|
29485
|
+
"value": "map.get( $kendo-spacing, 2 )",
|
|
29461
29486
|
"scope": "default",
|
|
29462
29487
|
"line": {
|
|
29463
|
-
"start":
|
|
29464
|
-
"end":
|
|
29488
|
+
"start": 484,
|
|
29489
|
+
"end": 484
|
|
29465
29490
|
}
|
|
29466
29491
|
},
|
|
29467
29492
|
"group": [
|
|
@@ -29474,15 +29499,15 @@
|
|
|
29474
29499
|
}
|
|
29475
29500
|
},
|
|
29476
29501
|
{
|
|
29477
|
-
"description": "
|
|
29502
|
+
"description": "Horizontal padding of the grid column menu item.\n",
|
|
29478
29503
|
"commentRange": {
|
|
29479
29504
|
"start": 486,
|
|
29480
29505
|
"end": 487
|
|
29481
29506
|
},
|
|
29482
29507
|
"context": {
|
|
29483
29508
|
"type": "variable",
|
|
29484
|
-
"name": "kendo-grid-column-menu-item-padding-
|
|
29485
|
-
"value": "$kendo-list-md-item-padding-
|
|
29509
|
+
"name": "kendo-grid-column-menu-item-padding-y",
|
|
29510
|
+
"value": "$kendo-list-md-item-padding-y",
|
|
29486
29511
|
"scope": "default",
|
|
29487
29512
|
"line": {
|
|
29488
29513
|
"start": 488,
|
|
@@ -29499,14 +29524,14 @@
|
|
|
29499
29524
|
}
|
|
29500
29525
|
},
|
|
29501
29526
|
{
|
|
29502
|
-
"description": "
|
|
29527
|
+
"description": "Vertical padding of the grid column menu item.\n",
|
|
29503
29528
|
"commentRange": {
|
|
29504
29529
|
"start": 489,
|
|
29505
29530
|
"end": 490
|
|
29506
29531
|
},
|
|
29507
29532
|
"context": {
|
|
29508
29533
|
"type": "variable",
|
|
29509
|
-
"name": "kendo-grid-column-menu-item-
|
|
29534
|
+
"name": "kendo-grid-column-menu-item-padding-x",
|
|
29510
29535
|
"value": "$kendo-list-md-item-padding-x",
|
|
29511
29536
|
"scope": "default",
|
|
29512
29537
|
"line": {
|
|
@@ -29524,15 +29549,15 @@
|
|
|
29524
29549
|
}
|
|
29525
29550
|
},
|
|
29526
29551
|
{
|
|
29527
|
-
"description": "
|
|
29552
|
+
"description": "Spacing of the grid column menu item.\n",
|
|
29528
29553
|
"commentRange": {
|
|
29529
29554
|
"start": 492,
|
|
29530
29555
|
"end": 493
|
|
29531
29556
|
},
|
|
29532
29557
|
"context": {
|
|
29533
29558
|
"type": "variable",
|
|
29534
|
-
"name": "kendo-grid-column-menu-item-
|
|
29535
|
-
"value": "
|
|
29559
|
+
"name": "kendo-grid-column-menu-item-gap",
|
|
29560
|
+
"value": "$kendo-list-md-item-padding-x",
|
|
29536
29561
|
"scope": "default",
|
|
29537
29562
|
"line": {
|
|
29538
29563
|
"start": 494,
|
|
@@ -29549,15 +29574,15 @@
|
|
|
29549
29574
|
}
|
|
29550
29575
|
},
|
|
29551
29576
|
{
|
|
29552
|
-
"description": "
|
|
29577
|
+
"description": "Icon spacing of the grid column menu item.\n",
|
|
29553
29578
|
"commentRange": {
|
|
29554
29579
|
"start": 495,
|
|
29555
29580
|
"end": 496
|
|
29556
29581
|
},
|
|
29557
29582
|
"context": {
|
|
29558
29583
|
"type": "variable",
|
|
29559
|
-
"name": "kendo-grid-column-menu-item-
|
|
29560
|
-
"value": "
|
|
29584
|
+
"name": "kendo-grid-column-menu-item-icon-spacing",
|
|
29585
|
+
"value": "var( --kendo-icon-spacing, .5rem )",
|
|
29561
29586
|
"scope": "default",
|
|
29562
29587
|
"line": {
|
|
29563
29588
|
"start": 497,
|
|
@@ -29574,15 +29599,15 @@
|
|
|
29574
29599
|
}
|
|
29575
29600
|
},
|
|
29576
29601
|
{
|
|
29577
|
-
"description": "
|
|
29602
|
+
"description": "Background color of the grid column menu item.\n",
|
|
29578
29603
|
"commentRange": {
|
|
29579
29604
|
"start": 498,
|
|
29580
29605
|
"end": 499
|
|
29581
29606
|
},
|
|
29582
29607
|
"context": {
|
|
29583
29608
|
"type": "variable",
|
|
29584
|
-
"name": "kendo-grid-column-menu-item-
|
|
29585
|
-
"value": "$kendo-list-item-
|
|
29609
|
+
"name": "kendo-grid-column-menu-item-bg",
|
|
29610
|
+
"value": "$kendo-list-item-bg",
|
|
29586
29611
|
"scope": "default",
|
|
29587
29612
|
"line": {
|
|
29588
29613
|
"start": 500,
|
|
@@ -29599,15 +29624,15 @@
|
|
|
29599
29624
|
}
|
|
29600
29625
|
},
|
|
29601
29626
|
{
|
|
29602
|
-
"description": "
|
|
29627
|
+
"description": "Text color of the grid column menu item.\n",
|
|
29603
29628
|
"commentRange": {
|
|
29604
29629
|
"start": 501,
|
|
29605
29630
|
"end": 502
|
|
29606
29631
|
},
|
|
29607
29632
|
"context": {
|
|
29608
29633
|
"type": "variable",
|
|
29609
|
-
"name": "kendo-grid-column-menu-item-
|
|
29610
|
-
"value": "$kendo-list-item-
|
|
29634
|
+
"name": "kendo-grid-column-menu-item-text",
|
|
29635
|
+
"value": "$kendo-list-item-text",
|
|
29611
29636
|
"scope": "default",
|
|
29612
29637
|
"line": {
|
|
29613
29638
|
"start": 503,
|
|
@@ -29624,15 +29649,15 @@
|
|
|
29624
29649
|
}
|
|
29625
29650
|
},
|
|
29626
29651
|
{
|
|
29627
|
-
"description": "Hover
|
|
29652
|
+
"description": "Hover background color of the grid column menu item.\n",
|
|
29628
29653
|
"commentRange": {
|
|
29629
29654
|
"start": 504,
|
|
29630
29655
|
"end": 505
|
|
29631
29656
|
},
|
|
29632
29657
|
"context": {
|
|
29633
29658
|
"type": "variable",
|
|
29634
|
-
"name": "kendo-grid-column-menu-item-hover-
|
|
29635
|
-
"value": "$kendo-list-item-hover-
|
|
29659
|
+
"name": "kendo-grid-column-menu-item-hover-bg",
|
|
29660
|
+
"value": "$kendo-list-item-hover-bg",
|
|
29636
29661
|
"scope": "default",
|
|
29637
29662
|
"line": {
|
|
29638
29663
|
"start": 506,
|
|
@@ -29649,15 +29674,15 @@
|
|
|
29649
29674
|
}
|
|
29650
29675
|
},
|
|
29651
29676
|
{
|
|
29652
|
-
"description": "
|
|
29677
|
+
"description": "Hover text color of the grid column menu item.\n",
|
|
29653
29678
|
"commentRange": {
|
|
29654
29679
|
"start": 507,
|
|
29655
29680
|
"end": 508
|
|
29656
29681
|
},
|
|
29657
29682
|
"context": {
|
|
29658
29683
|
"type": "variable",
|
|
29659
|
-
"name": "kendo-grid-column-menu-item-
|
|
29660
|
-
"value": "$kendo-list-item-
|
|
29684
|
+
"name": "kendo-grid-column-menu-item-hover-text",
|
|
29685
|
+
"value": "$kendo-list-item-hover-text",
|
|
29661
29686
|
"scope": "default",
|
|
29662
29687
|
"line": {
|
|
29663
29688
|
"start": 509,
|
|
@@ -29674,15 +29699,15 @@
|
|
|
29674
29699
|
}
|
|
29675
29700
|
},
|
|
29676
29701
|
{
|
|
29677
|
-
"description": "Selected
|
|
29702
|
+
"description": "Selected background color of the grid column menu item.\n",
|
|
29678
29703
|
"commentRange": {
|
|
29679
29704
|
"start": 510,
|
|
29680
29705
|
"end": 511
|
|
29681
29706
|
},
|
|
29682
29707
|
"context": {
|
|
29683
29708
|
"type": "variable",
|
|
29684
|
-
"name": "kendo-grid-column-menu-item-selected-
|
|
29685
|
-
"value": "$kendo-list-item-selected-
|
|
29709
|
+
"name": "kendo-grid-column-menu-item-selected-bg",
|
|
29710
|
+
"value": "$kendo-list-item-selected-bg",
|
|
29686
29711
|
"scope": "default",
|
|
29687
29712
|
"line": {
|
|
29688
29713
|
"start": 512,
|
|
@@ -29699,15 +29724,15 @@
|
|
|
29699
29724
|
}
|
|
29700
29725
|
},
|
|
29701
29726
|
{
|
|
29702
|
-
"description": "
|
|
29727
|
+
"description": "Selected text color of the grid column menu item.\n",
|
|
29703
29728
|
"commentRange": {
|
|
29704
29729
|
"start": 513,
|
|
29705
29730
|
"end": 514
|
|
29706
29731
|
},
|
|
29707
29732
|
"context": {
|
|
29708
29733
|
"type": "variable",
|
|
29709
|
-
"name": "kendo-grid-column-menu-item-
|
|
29710
|
-
"value": "$kendo-list-item-
|
|
29734
|
+
"name": "kendo-grid-column-menu-item-selected-text",
|
|
29735
|
+
"value": "$kendo-list-item-selected-text",
|
|
29711
29736
|
"scope": "default",
|
|
29712
29737
|
"line": {
|
|
29713
29738
|
"start": 515,
|
|
@@ -29724,15 +29749,15 @@
|
|
|
29724
29749
|
}
|
|
29725
29750
|
},
|
|
29726
29751
|
{
|
|
29727
|
-
"description": "
|
|
29752
|
+
"description": "Focus shadow of the grid column menu item.\n",
|
|
29728
29753
|
"commentRange": {
|
|
29729
29754
|
"start": 516,
|
|
29730
29755
|
"end": 517
|
|
29731
29756
|
},
|
|
29732
29757
|
"context": {
|
|
29733
29758
|
"type": "variable",
|
|
29734
|
-
"name": "kendo-grid-column-menu-item-
|
|
29735
|
-
"value": "$kendo-list-item-
|
|
29759
|
+
"name": "kendo-grid-column-menu-item-focus-shadow",
|
|
29760
|
+
"value": "$kendo-list-item-focus-shadow",
|
|
29736
29761
|
"scope": "default",
|
|
29737
29762
|
"line": {
|
|
29738
29763
|
"start": 518,
|
|
@@ -29749,19 +29774,19 @@
|
|
|
29749
29774
|
}
|
|
29750
29775
|
},
|
|
29751
29776
|
{
|
|
29752
|
-
"description": "
|
|
29777
|
+
"description": "Text color of the grid column menu item icon.\n",
|
|
29753
29778
|
"commentRange": {
|
|
29754
|
-
"start":
|
|
29755
|
-
"end":
|
|
29779
|
+
"start": 519,
|
|
29780
|
+
"end": 520
|
|
29756
29781
|
},
|
|
29757
29782
|
"context": {
|
|
29758
29783
|
"type": "variable",
|
|
29759
|
-
"name": "kendo-grid-column-menu-
|
|
29760
|
-
"value": "$kendo-
|
|
29784
|
+
"name": "kendo-grid-column-menu-item-icon-text",
|
|
29785
|
+
"value": "$kendo-list-item-icon-text",
|
|
29761
29786
|
"scope": "default",
|
|
29762
29787
|
"line": {
|
|
29763
|
-
"start":
|
|
29764
|
-
"end":
|
|
29788
|
+
"start": 521,
|
|
29789
|
+
"end": 521
|
|
29765
29790
|
}
|
|
29766
29791
|
},
|
|
29767
29792
|
"group": [
|
|
@@ -29774,15 +29799,15 @@
|
|
|
29774
29799
|
}
|
|
29775
29800
|
},
|
|
29776
29801
|
{
|
|
29777
|
-
"description": "
|
|
29802
|
+
"description": "Vertical padding of the grid column menu group header.\n",
|
|
29778
29803
|
"commentRange": {
|
|
29779
29804
|
"start": 523,
|
|
29780
29805
|
"end": 524
|
|
29781
29806
|
},
|
|
29782
29807
|
"context": {
|
|
29783
29808
|
"type": "variable",
|
|
29784
|
-
"name": "kendo-grid-column-menu-group-header-padding-
|
|
29785
|
-
"value": "$kendo-grid-column-menu-item-padding-
|
|
29809
|
+
"name": "kendo-grid-column-menu-group-header-padding-y",
|
|
29810
|
+
"value": "$kendo-grid-column-menu-item-padding-y",
|
|
29786
29811
|
"scope": "default",
|
|
29787
29812
|
"line": {
|
|
29788
29813
|
"start": 525,
|
|
@@ -29799,15 +29824,15 @@
|
|
|
29799
29824
|
}
|
|
29800
29825
|
},
|
|
29801
29826
|
{
|
|
29802
|
-
"description": "
|
|
29827
|
+
"description": "Horizontal padding of the grid column menu group header.\n",
|
|
29803
29828
|
"commentRange": {
|
|
29804
29829
|
"start": 526,
|
|
29805
29830
|
"end": 527
|
|
29806
29831
|
},
|
|
29807
29832
|
"context": {
|
|
29808
29833
|
"type": "variable",
|
|
29809
|
-
"name": "kendo-grid-column-menu-group-header-
|
|
29810
|
-
"value": "
|
|
29834
|
+
"name": "kendo-grid-column-menu-group-header-padding-x",
|
|
29835
|
+
"value": "$kendo-grid-column-menu-item-padding-x",
|
|
29811
29836
|
"scope": "default",
|
|
29812
29837
|
"line": {
|
|
29813
29838
|
"start": 528,
|
|
@@ -29824,15 +29849,15 @@
|
|
|
29824
29849
|
}
|
|
29825
29850
|
},
|
|
29826
29851
|
{
|
|
29827
|
-
"description": "Border
|
|
29852
|
+
"description": "Border width of the grid column menu group header.\n",
|
|
29828
29853
|
"commentRange": {
|
|
29829
29854
|
"start": 529,
|
|
29830
29855
|
"end": 530
|
|
29831
29856
|
},
|
|
29832
29857
|
"context": {
|
|
29833
29858
|
"type": "variable",
|
|
29834
|
-
"name": "kendo-grid-column-menu-group-header-border-
|
|
29835
|
-
"value": "
|
|
29859
|
+
"name": "kendo-grid-column-menu-group-header-border-width",
|
|
29860
|
+
"value": "1px",
|
|
29836
29861
|
"scope": "default",
|
|
29837
29862
|
"line": {
|
|
29838
29863
|
"start": 531,
|
|
@@ -29849,15 +29874,15 @@
|
|
|
29849
29874
|
}
|
|
29850
29875
|
},
|
|
29851
29876
|
{
|
|
29852
|
-
"description": "
|
|
29877
|
+
"description": "Border style of the grid column menu group header.\n",
|
|
29853
29878
|
"commentRange": {
|
|
29854
29879
|
"start": 532,
|
|
29855
29880
|
"end": 533
|
|
29856
29881
|
},
|
|
29857
29882
|
"context": {
|
|
29858
29883
|
"type": "variable",
|
|
29859
|
-
"name": "kendo-grid-column-menu-group-header-
|
|
29860
|
-
"value": "
|
|
29884
|
+
"name": "kendo-grid-column-menu-group-header-border-style",
|
|
29885
|
+
"value": "solid",
|
|
29861
29886
|
"scope": "default",
|
|
29862
29887
|
"line": {
|
|
29863
29888
|
"start": 534,
|
|
@@ -29874,15 +29899,15 @@
|
|
|
29874
29899
|
}
|
|
29875
29900
|
},
|
|
29876
29901
|
{
|
|
29877
|
-
"description": "Font
|
|
29902
|
+
"description": "Font size of the grid column menu group header.\n",
|
|
29878
29903
|
"commentRange": {
|
|
29879
29904
|
"start": 535,
|
|
29880
29905
|
"end": 536
|
|
29881
29906
|
},
|
|
29882
29907
|
"context": {
|
|
29883
29908
|
"type": "variable",
|
|
29884
|
-
"name": "kendo-grid-column-menu-group-header-font-
|
|
29885
|
-
"value": "var( --kendo-font-
|
|
29909
|
+
"name": "kendo-grid-column-menu-group-header-font-size",
|
|
29910
|
+
"value": "var( --kendo-font-size-sm, inherit )",
|
|
29886
29911
|
"scope": "default",
|
|
29887
29912
|
"line": {
|
|
29888
29913
|
"start": 537,
|
|
@@ -29899,15 +29924,15 @@
|
|
|
29899
29924
|
}
|
|
29900
29925
|
},
|
|
29901
29926
|
{
|
|
29902
|
-
"description": "
|
|
29927
|
+
"description": "Font weight of the grid column menu group header.\n",
|
|
29903
29928
|
"commentRange": {
|
|
29904
29929
|
"start": 538,
|
|
29905
29930
|
"end": 539
|
|
29906
29931
|
},
|
|
29907
29932
|
"context": {
|
|
29908
29933
|
"type": "variable",
|
|
29909
|
-
"name": "kendo-grid-column-menu-group-header-
|
|
29910
|
-
"value": "var( --kendo-
|
|
29934
|
+
"name": "kendo-grid-column-menu-group-header-font-weight",
|
|
29935
|
+
"value": "var( --kendo-font-weight-bold, normal )",
|
|
29911
29936
|
"scope": "default",
|
|
29912
29937
|
"line": {
|
|
29913
29938
|
"start": 540,
|
|
@@ -29924,15 +29949,15 @@
|
|
|
29924
29949
|
}
|
|
29925
29950
|
},
|
|
29926
29951
|
{
|
|
29927
|
-
"description": "
|
|
29952
|
+
"description": "Line height of the grid column menu group header.\n",
|
|
29928
29953
|
"commentRange": {
|
|
29929
29954
|
"start": 541,
|
|
29930
29955
|
"end": 542
|
|
29931
29956
|
},
|
|
29932
29957
|
"context": {
|
|
29933
29958
|
"type": "variable",
|
|
29934
|
-
"name": "kendo-grid-column-menu-group-header-
|
|
29935
|
-
"value": "
|
|
29959
|
+
"name": "kendo-grid-column-menu-group-header-line-height",
|
|
29960
|
+
"value": "var( --kendo-line-height, normal )",
|
|
29936
29961
|
"scope": "default",
|
|
29937
29962
|
"line": {
|
|
29938
29963
|
"start": 543,
|
|
@@ -29948,11 +29973,36 @@
|
|
|
29948
29973
|
"name": "_variables.scss"
|
|
29949
29974
|
}
|
|
29950
29975
|
},
|
|
29976
|
+
{
|
|
29977
|
+
"description": "Text transform of the grid column menu group header.\n",
|
|
29978
|
+
"commentRange": {
|
|
29979
|
+
"start": 544,
|
|
29980
|
+
"end": 545
|
|
29981
|
+
},
|
|
29982
|
+
"context": {
|
|
29983
|
+
"type": "variable",
|
|
29984
|
+
"name": "kendo-grid-column-menu-group-header-text-transform",
|
|
29985
|
+
"value": "uppercase",
|
|
29986
|
+
"scope": "default",
|
|
29987
|
+
"line": {
|
|
29988
|
+
"start": 546,
|
|
29989
|
+
"end": 546
|
|
29990
|
+
}
|
|
29991
|
+
},
|
|
29992
|
+
"group": [
|
|
29993
|
+
"grid"
|
|
29994
|
+
],
|
|
29995
|
+
"access": "public",
|
|
29996
|
+
"file": {
|
|
29997
|
+
"path": "grid/_variables.scss",
|
|
29998
|
+
"name": "_variables.scss"
|
|
29999
|
+
}
|
|
30000
|
+
},
|
|
29951
30001
|
{
|
|
29952
30002
|
"description": "Background color of the grid column menu group.\n",
|
|
29953
30003
|
"commentRange": {
|
|
29954
|
-
"start":
|
|
29955
|
-
"end":
|
|
30004
|
+
"start": 548,
|
|
30005
|
+
"end": 549
|
|
29956
30006
|
},
|
|
29957
30007
|
"context": {
|
|
29958
30008
|
"type": "variable",
|
|
@@ -29960,8 +30010,8 @@
|
|
|
29960
30010
|
"value": "var( --kendo-component-bg, inherit )",
|
|
29961
30011
|
"scope": "default",
|
|
29962
30012
|
"line": {
|
|
29963
|
-
"start":
|
|
29964
|
-
"end":
|
|
30013
|
+
"start": 550,
|
|
30014
|
+
"end": 550
|
|
29965
30015
|
}
|
|
29966
30016
|
},
|
|
29967
30017
|
"group": [
|
|
@@ -29976,8 +30026,8 @@
|
|
|
29976
30026
|
{
|
|
29977
30027
|
"description": "Text color of the grid column menu group.\n",
|
|
29978
30028
|
"commentRange": {
|
|
29979
|
-
"start":
|
|
29980
|
-
"end":
|
|
30029
|
+
"start": 551,
|
|
30030
|
+
"end": 552
|
|
29981
30031
|
},
|
|
29982
30032
|
"context": {
|
|
29983
30033
|
"type": "variable",
|
|
@@ -29985,8 +30035,8 @@
|
|
|
29985
30035
|
"value": "var( --kendo-component-text, inherit )",
|
|
29986
30036
|
"scope": "default",
|
|
29987
30037
|
"line": {
|
|
29988
|
-
"start":
|
|
29989
|
-
"end":
|
|
30038
|
+
"start": 553,
|
|
30039
|
+
"end": 553
|
|
29990
30040
|
}
|
|
29991
30041
|
},
|
|
29992
30042
|
"group": [
|
|
@@ -30001,8 +30051,8 @@
|
|
|
30001
30051
|
{
|
|
30002
30052
|
"description": "Border color of the grid column menu group.\n",
|
|
30003
30053
|
"commentRange": {
|
|
30004
|
-
"start":
|
|
30005
|
-
"end":
|
|
30054
|
+
"start": 554,
|
|
30055
|
+
"end": 555
|
|
30006
30056
|
},
|
|
30007
30057
|
"context": {
|
|
30008
30058
|
"type": "variable",
|
|
@@ -30010,8 +30060,8 @@
|
|
|
30010
30060
|
"value": "var( --kendo-component-border, inherit)",
|
|
30011
30061
|
"scope": "default",
|
|
30012
30062
|
"line": {
|
|
30013
|
-
"start":
|
|
30014
|
-
"end":
|
|
30063
|
+
"start": 556,
|
|
30064
|
+
"end": 556
|
|
30015
30065
|
}
|
|
30016
30066
|
},
|
|
30017
30067
|
"group": [
|
|
@@ -30026,8 +30076,8 @@
|
|
|
30026
30076
|
{
|
|
30027
30077
|
"description": "Horizontal padding of the tabstrip content in the grid tabbed column menu.\n",
|
|
30028
30078
|
"commentRange": {
|
|
30029
|
-
"start":
|
|
30030
|
-
"end":
|
|
30079
|
+
"start": 558,
|
|
30080
|
+
"end": 559
|
|
30031
30081
|
},
|
|
30032
30082
|
"context": {
|
|
30033
30083
|
"type": "variable",
|
|
@@ -30035,8 +30085,8 @@
|
|
|
30035
30085
|
"value": "0",
|
|
30036
30086
|
"scope": "default",
|
|
30037
30087
|
"line": {
|
|
30038
|
-
"start":
|
|
30039
|
-
"end":
|
|
30088
|
+
"start": 560,
|
|
30089
|
+
"end": 560
|
|
30040
30090
|
}
|
|
30041
30091
|
},
|
|
30042
30092
|
"group": [
|
|
@@ -30051,8 +30101,8 @@
|
|
|
30051
30101
|
{
|
|
30052
30102
|
"description": "Vertical padding of the tabstrip content in the grid tabbed column menu.\n",
|
|
30053
30103
|
"commentRange": {
|
|
30054
|
-
"start":
|
|
30055
|
-
"end":
|
|
30104
|
+
"start": 561,
|
|
30105
|
+
"end": 562
|
|
30056
30106
|
},
|
|
30057
30107
|
"context": {
|
|
30058
30108
|
"type": "variable",
|
|
@@ -30060,8 +30110,8 @@
|
|
|
30060
30110
|
"value": "map.get( $kendo-spacing, 3 )",
|
|
30061
30111
|
"scope": "default",
|
|
30062
30112
|
"line": {
|
|
30063
|
-
"start":
|
|
30064
|
-
"end":
|
|
30113
|
+
"start": 563,
|
|
30114
|
+
"end": 563
|
|
30065
30115
|
}
|
|
30066
30116
|
},
|
|
30067
30117
|
"group": [
|
|
@@ -30076,8 +30126,8 @@
|
|
|
30076
30126
|
{
|
|
30077
30127
|
"description": "Background color of the grid tabbed column menu.\n",
|
|
30078
30128
|
"commentRange": {
|
|
30079
|
-
"start":
|
|
30080
|
-
"end":
|
|
30129
|
+
"start": 565,
|
|
30130
|
+
"end": 566
|
|
30081
30131
|
},
|
|
30082
30132
|
"context": {
|
|
30083
30133
|
"type": "variable",
|
|
@@ -30085,8 +30135,8 @@
|
|
|
30085
30135
|
"value": "var( --kendo-base-bg, inherit )",
|
|
30086
30136
|
"scope": "default",
|
|
30087
30137
|
"line": {
|
|
30088
|
-
"start":
|
|
30089
|
-
"end":
|
|
30138
|
+
"start": 567,
|
|
30139
|
+
"end": 567
|
|
30090
30140
|
}
|
|
30091
30141
|
},
|
|
30092
30142
|
"group": [
|
|
@@ -30101,8 +30151,8 @@
|
|
|
30101
30151
|
{
|
|
30102
30152
|
"description": "Default width of the grid drag cell.\n",
|
|
30103
30153
|
"commentRange": {
|
|
30104
|
-
"start":
|
|
30105
|
-
"end":
|
|
30154
|
+
"start": 569,
|
|
30155
|
+
"end": 570
|
|
30106
30156
|
},
|
|
30107
30157
|
"context": {
|
|
30108
30158
|
"type": "variable",
|
|
@@ -30110,8 +30160,8 @@
|
|
|
30110
30160
|
"value": "calc( var( --kendo-icon-size, 1rem ) * 2.25 )",
|
|
30111
30161
|
"scope": "default",
|
|
30112
30162
|
"line": {
|
|
30113
|
-
"start":
|
|
30114
|
-
"end":
|
|
30163
|
+
"start": 571,
|
|
30164
|
+
"end": 571
|
|
30115
30165
|
}
|
|
30116
30166
|
},
|
|
30117
30167
|
"group": [
|
|
@@ -30126,8 +30176,8 @@
|
|
|
30126
30176
|
{
|
|
30127
30177
|
"description": "Default width of the grid hierarchy cell.\n",
|
|
30128
30178
|
"commentRange": {
|
|
30129
|
-
"start":
|
|
30130
|
-
"end":
|
|
30179
|
+
"start": 572,
|
|
30180
|
+
"end": 573
|
|
30131
30181
|
},
|
|
30132
30182
|
"context": {
|
|
30133
30183
|
"type": "variable",
|
|
@@ -30135,8 +30185,8 @@
|
|
|
30135
30185
|
"value": "calc( var( --kendo-icon-size, 1rem ) * 2 )",
|
|
30136
30186
|
"scope": "default",
|
|
30137
30187
|
"line": {
|
|
30138
|
-
"start":
|
|
30139
|
-
"end":
|
|
30188
|
+
"start": 574,
|
|
30189
|
+
"end": 574
|
|
30140
30190
|
}
|
|
30141
30191
|
},
|
|
30142
30192
|
"group": [
|
|
@@ -30151,8 +30201,8 @@
|
|
|
30151
30201
|
{
|
|
30152
30202
|
"description": "Spacing of the grid filterable icon.\n",
|
|
30153
30203
|
"commentRange": {
|
|
30154
|
-
"start":
|
|
30155
|
-
"end":
|
|
30204
|
+
"start": 575,
|
|
30205
|
+
"end": 576
|
|
30156
30206
|
},
|
|
30157
30207
|
"context": {
|
|
30158
30208
|
"type": "variable",
|
|
@@ -30160,8 +30210,8 @@
|
|
|
30160
30210
|
"value": "calc( #{$kendo-button-calc-size} + #{$kendo-grid-header-menu-spacing} )",
|
|
30161
30211
|
"scope": "default",
|
|
30162
30212
|
"line": {
|
|
30163
|
-
"start":
|
|
30164
|
-
"end":
|
|
30213
|
+
"start": 577,
|
|
30214
|
+
"end": 577
|
|
30165
30215
|
}
|
|
30166
30216
|
},
|
|
30167
30217
|
"group": [
|
|
@@ -30176,8 +30226,8 @@
|
|
|
30176
30226
|
{
|
|
30177
30227
|
"description": "Background color of the grid row resize indicator\n",
|
|
30178
30228
|
"commentRange": {
|
|
30179
|
-
"start":
|
|
30180
|
-
"end":
|
|
30229
|
+
"start": 579,
|
|
30230
|
+
"end": 580
|
|
30181
30231
|
},
|
|
30182
30232
|
"context": {
|
|
30183
30233
|
"type": "variable",
|
|
@@ -30185,8 +30235,8 @@
|
|
|
30185
30235
|
"value": "get-theme-color-var( neutral-90 )",
|
|
30186
30236
|
"scope": "default",
|
|
30187
30237
|
"line": {
|
|
30188
|
-
"start":
|
|
30189
|
-
"end":
|
|
30238
|
+
"start": 581,
|
|
30239
|
+
"end": 581
|
|
30190
30240
|
}
|
|
30191
30241
|
},
|
|
30192
30242
|
"group": [
|
|
@@ -30201,8 +30251,8 @@
|
|
|
30201
30251
|
{
|
|
30202
30252
|
"description": "Active background color of the grid row indicator\n",
|
|
30203
30253
|
"commentRange": {
|
|
30204
|
-
"start":
|
|
30205
|
-
"end":
|
|
30254
|
+
"start": 582,
|
|
30255
|
+
"end": 583
|
|
30206
30256
|
},
|
|
30207
30257
|
"context": {
|
|
30208
30258
|
"type": "variable",
|
|
@@ -30210,8 +30260,8 @@
|
|
|
30210
30260
|
"value": "get-theme-color-var( primary-100 )",
|
|
30211
30261
|
"scope": "default",
|
|
30212
30262
|
"line": {
|
|
30213
|
-
"start":
|
|
30214
|
-
"end":
|
|
30263
|
+
"start": 584,
|
|
30264
|
+
"end": 584
|
|
30215
30265
|
}
|
|
30216
30266
|
},
|
|
30217
30267
|
"group": [
|
|
@@ -30226,17 +30276,17 @@
|
|
|
30226
30276
|
{
|
|
30227
30277
|
"description": "Height of the grid row resize indicator\n",
|
|
30228
30278
|
"commentRange": {
|
|
30229
|
-
"start":
|
|
30230
|
-
"end":
|
|
30279
|
+
"start": 585,
|
|
30280
|
+
"end": 586
|
|
30231
30281
|
},
|
|
30232
30282
|
"context": {
|
|
30233
30283
|
"type": "variable",
|
|
30234
30284
|
"name": "kendo-grid-row-resizer-height",
|
|
30235
|
-
"value": "map
|
|
30285
|
+
"value": "map.get( $kendo-spacing, 0.5 )",
|
|
30236
30286
|
"scope": "default",
|
|
30237
30287
|
"line": {
|
|
30238
|
-
"start":
|
|
30239
|
-
"end":
|
|
30288
|
+
"start": 587,
|
|
30289
|
+
"end": 587
|
|
30240
30290
|
}
|
|
30241
30291
|
},
|
|
30242
30292
|
"group": [
|
|
@@ -36882,7 +36932,7 @@
|
|
|
36882
36932
|
"context": {
|
|
36883
36933
|
"type": "variable",
|
|
36884
36934
|
"name": "kendo-loader-equilateral-height",
|
|
36885
|
-
"value": ".
|
|
36935
|
+
"value": ".8660",
|
|
36886
36936
|
"scope": "default",
|
|
36887
36937
|
"line": {
|
|
36888
36938
|
"start": 29,
|
|
@@ -39598,6 +39648,31 @@
|
|
|
39598
39648
|
"name": "_variables.scss"
|
|
39599
39649
|
}
|
|
39600
39650
|
},
|
|
39651
|
+
{
|
|
39652
|
+
"description": "The color of menu items icon.\n",
|
|
39653
|
+
"commentRange": {
|
|
39654
|
+
"start": 252,
|
|
39655
|
+
"end": 253
|
|
39656
|
+
},
|
|
39657
|
+
"context": {
|
|
39658
|
+
"type": "variable",
|
|
39659
|
+
"name": "kendo-menu-icon-color",
|
|
39660
|
+
"value": "get-theme-color-var( primary-100 )",
|
|
39661
|
+
"scope": "default",
|
|
39662
|
+
"line": {
|
|
39663
|
+
"start": 254,
|
|
39664
|
+
"end": 254
|
|
39665
|
+
}
|
|
39666
|
+
},
|
|
39667
|
+
"group": [
|
|
39668
|
+
"menu"
|
|
39669
|
+
],
|
|
39670
|
+
"access": "public",
|
|
39671
|
+
"file": {
|
|
39672
|
+
"path": "menu/_variables.scss",
|
|
39673
|
+
"name": "_variables.scss"
|
|
39674
|
+
}
|
|
39675
|
+
},
|
|
39601
39676
|
{
|
|
39602
39677
|
"description": "Margin around the message box.\n",
|
|
39603
39678
|
"commentRange": {
|
|
@@ -67496,31 +67571,6 @@
|
|
|
67496
67571
|
"name": "_variables.scss"
|
|
67497
67572
|
}
|
|
67498
67573
|
},
|
|
67499
|
-
{
|
|
67500
|
-
"description": "Background color of the calendar header cell.\n @group calendar\n",
|
|
67501
|
-
"commentRange": {
|
|
67502
|
-
"start": 97,
|
|
67503
|
-
"end": 98
|
|
67504
|
-
},
|
|
67505
|
-
"context": {
|
|
67506
|
-
"type": "variable",
|
|
67507
|
-
"name": "kendo-calendar-header-cell-bg",
|
|
67508
|
-
"value": "inherit",
|
|
67509
|
-
"scope": "default",
|
|
67510
|
-
"line": {
|
|
67511
|
-
"start": 99,
|
|
67512
|
-
"end": 99
|
|
67513
|
-
}
|
|
67514
|
-
},
|
|
67515
|
-
"access": "public",
|
|
67516
|
-
"group": [
|
|
67517
|
-
"undefined"
|
|
67518
|
-
],
|
|
67519
|
-
"file": {
|
|
67520
|
-
"path": "calendar/_variables.scss",
|
|
67521
|
-
"name": "_variables.scss"
|
|
67522
|
-
}
|
|
67523
|
-
},
|
|
67524
67574
|
{
|
|
67525
67575
|
"description": "Theme variations for the card.\n",
|
|
67526
67576
|
"commentRange": {
|
|
@@ -67599,8 +67649,8 @@
|
|
|
67599
67649
|
{
|
|
67600
67650
|
"description": "Base font size across all components.\n",
|
|
67601
67651
|
"commentRange": {
|
|
67602
|
-
"start":
|
|
67603
|
-
"end":
|
|
67652
|
+
"start": 53,
|
|
67653
|
+
"end": 53
|
|
67604
67654
|
},
|
|
67605
67655
|
"context": {
|
|
67606
67656
|
"type": "variable",
|
|
@@ -67608,8 +67658,8 @@
|
|
|
67608
67658
|
"value": "14px",
|
|
67609
67659
|
"scope": "default",
|
|
67610
67660
|
"line": {
|
|
67611
|
-
"start":
|
|
67612
|
-
"end":
|
|
67661
|
+
"start": 54,
|
|
67662
|
+
"end": 54
|
|
67613
67663
|
}
|
|
67614
67664
|
},
|
|
67615
67665
|
"access": "public",
|
|
@@ -67624,8 +67674,8 @@
|
|
|
67624
67674
|
{
|
|
67625
67675
|
"description": "Font family across all components.\n",
|
|
67626
67676
|
"commentRange": {
|
|
67627
|
-
"start":
|
|
67628
|
-
"end":
|
|
67677
|
+
"start": 70,
|
|
67678
|
+
"end": 70
|
|
67629
67679
|
},
|
|
67630
67680
|
"context": {
|
|
67631
67681
|
"type": "variable",
|
|
@@ -67633,8 +67683,8 @@
|
|
|
67633
67683
|
"value": "\"Segoe UI\", -apple-system, BlinkMacSystemFont, Roboto, \"Helvetica Neue\", sans-serif",
|
|
67634
67684
|
"scope": "default",
|
|
67635
67685
|
"line": {
|
|
67636
|
-
"start":
|
|
67637
|
-
"end":
|
|
67686
|
+
"start": 71,
|
|
67687
|
+
"end": 71
|
|
67638
67688
|
}
|
|
67639
67689
|
},
|
|
67640
67690
|
"access": "public",
|
|
@@ -67649,8 +67699,8 @@
|
|
|
67649
67699
|
{
|
|
67650
67700
|
"description": "Line height used along with $kendo-font-size.\n",
|
|
67651
67701
|
"commentRange": {
|
|
67652
|
-
"start":
|
|
67653
|
-
"end":
|
|
67702
|
+
"start": 74,
|
|
67703
|
+
"end": 74
|
|
67654
67704
|
},
|
|
67655
67705
|
"context": {
|
|
67656
67706
|
"type": "variable",
|
|
@@ -67658,8 +67708,8 @@
|
|
|
67658
67708
|
"value": "math.div( 20, 14 )",
|
|
67659
67709
|
"scope": "default",
|
|
67660
67710
|
"line": {
|
|
67661
|
-
"start":
|
|
67662
|
-
"end":
|
|
67711
|
+
"start": 75,
|
|
67712
|
+
"end": 75
|
|
67663
67713
|
}
|
|
67664
67714
|
},
|
|
67665
67715
|
"access": "public",
|
|
@@ -67674,8 +67724,8 @@
|
|
|
67674
67724
|
{
|
|
67675
67725
|
"description": "Font weight.\n",
|
|
67676
67726
|
"commentRange": {
|
|
67677
|
-
"start":
|
|
67678
|
-
"end":
|
|
67727
|
+
"start": 83,
|
|
67728
|
+
"end": 83
|
|
67679
67729
|
},
|
|
67680
67730
|
"context": {
|
|
67681
67731
|
"type": "variable",
|
|
@@ -67683,8 +67733,8 @@
|
|
|
67683
67733
|
"value": "400",
|
|
67684
67734
|
"scope": "default",
|
|
67685
67735
|
"line": {
|
|
67686
|
-
"start":
|
|
67687
|
-
"end":
|
|
67736
|
+
"start": 84,
|
|
67737
|
+
"end": 84
|
|
67688
67738
|
}
|
|
67689
67739
|
},
|
|
67690
67740
|
"access": "public",
|
|
@@ -67699,8 +67749,8 @@
|
|
|
67699
67749
|
{
|
|
67700
67750
|
"description": "Border radius for all components.\n",
|
|
67701
67751
|
"commentRange": {
|
|
67702
|
-
"start":
|
|
67703
|
-
"end":
|
|
67752
|
+
"start": 92,
|
|
67753
|
+
"end": 92
|
|
67704
67754
|
},
|
|
67705
67755
|
"context": {
|
|
67706
67756
|
"type": "variable",
|
|
@@ -67708,8 +67758,8 @@
|
|
|
67708
67758
|
"value": "map.get( $kendo-spacing, 0.5 )",
|
|
67709
67759
|
"scope": "default",
|
|
67710
67760
|
"line": {
|
|
67711
|
-
"start":
|
|
67712
|
-
"end":
|
|
67761
|
+
"start": 93,
|
|
67762
|
+
"end": 93
|
|
67713
67763
|
}
|
|
67714
67764
|
},
|
|
67715
67765
|
"access": "public",
|
|
@@ -67921,31 +67971,6 @@
|
|
|
67921
67971
|
"name": "_variables.scss"
|
|
67922
67972
|
}
|
|
67923
67973
|
},
|
|
67924
|
-
{
|
|
67925
|
-
"description": "The color of menu items icon.\n @group menu\n",
|
|
67926
|
-
"commentRange": {
|
|
67927
|
-
"start": 252,
|
|
67928
|
-
"end": 253
|
|
67929
|
-
},
|
|
67930
|
-
"context": {
|
|
67931
|
-
"type": "variable",
|
|
67932
|
-
"name": "kendo-menu-icon-color",
|
|
67933
|
-
"value": "get-theme-color-var( primary-100 )",
|
|
67934
|
-
"scope": "default",
|
|
67935
|
-
"line": {
|
|
67936
|
-
"start": 254,
|
|
67937
|
-
"end": 254
|
|
67938
|
-
}
|
|
67939
|
-
},
|
|
67940
|
-
"access": "public",
|
|
67941
|
-
"group": [
|
|
67942
|
-
"undefined"
|
|
67943
|
-
],
|
|
67944
|
-
"file": {
|
|
67945
|
-
"path": "menu/_variables.scss",
|
|
67946
|
-
"name": "_variables.scss"
|
|
67947
|
-
}
|
|
67948
|
-
},
|
|
67949
67974
|
{
|
|
67950
67975
|
"description": "Theme variations for the notification.\n",
|
|
67951
67976
|
"commentRange": {
|