@progress/kendo-theme-meridian 14.0.0-dev.4 → 14.0.0-dev.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/all.css +1 -1
- package/dist/meridian-main-dark.css +1 -1
- package/dist/meridian-main.css +1 -1
- package/dist/meta/sassdoc-data.json +782 -566
- package/dist/meta/sassdoc-raw-data.json +353 -253
- package/dist/meta/variables.json +27 -11
- package/lib/swatches/meridian-main-dark.json +1 -1
- package/lib/swatches/meridian-main.json +1 -1
- package/package.json +4 -4
- package/scss/action-sheet/_layout.scss +0 -4
- package/scss/bottom-navigation/_layout.scss +0 -4
- package/scss/breadcrumb/_layout.scss +0 -5
- package/scss/bubble/_layout.scss +0 -4
- package/scss/button/_theme.scss +15 -3
- package/scss/calendar/_layout.scss +0 -4
- package/scss/chart-wizard/_layout.scss +0 -6
- package/scss/checkbox/_layout.scss +0 -4
- package/scss/chip/_layout.scss +0 -4
- package/scss/colorpalette/_layout.scss +0 -4
- package/scss/colorpalette/_theme.scss +14 -0
- package/scss/colorpalette/_variables.scss +10 -1
- package/scss/colorpicker/_layout.scss +22 -0
- package/scss/drawer/_layout.scss +0 -1
- package/scss/fab/_layout.scss +0 -1
- package/scss/filter/_layout.scss +0 -4
- package/scss/grid/_layout.scss +18 -0
- package/scss/input/_layout.scss +2 -3
- package/scss/list/_layout.scss +0 -5
- package/scss/menu/_layout.scss +0 -2
- package/scss/menu/_theme.scss +8 -0
- package/scss/menu/_variables.scss +1 -1
- package/scss/panelbar/_layout.scss +0 -2
- package/scss/pivotgrid/_variables.scss +1 -1
- package/scss/radio/_layout.scss +0 -4
- package/scss/scrollview/_layout.scss +0 -4
- package/scss/slider/_layout.scss +0 -14
- package/scss/spreadsheet/_layout.scss +0 -4
- package/scss/suggestion/_layout.scss +0 -4
- package/scss/tabstrip/_layout.scss +0 -4
- package/scss/taskboard/_variables.scss +6 -2
- package/scss/treeview/_layout.scss +0 -4
|
@@ -25521,7 +25521,7 @@
|
|
|
25521
25521
|
"context": {
|
|
25522
25522
|
"type": "variable",
|
|
25523
25523
|
"name": "kendo-color-palette-tile-focus-shadow",
|
|
25524
|
-
"value": "
|
|
25524
|
+
"value": "none",
|
|
25525
25525
|
"scope": "default",
|
|
25526
25526
|
"line": {
|
|
25527
25527
|
"start": 47,
|
|
@@ -25536,19 +25536,19 @@
|
|
|
25536
25536
|
"path": "meridian/scss/colorpalette/_variables.scss",
|
|
25537
25537
|
"name": "_variables.scss"
|
|
25538
25538
|
},
|
|
25539
|
-
"resolvedValue": "
|
|
25540
|
-
"resolvedType": "
|
|
25539
|
+
"resolvedValue": "none",
|
|
25540
|
+
"resolvedType": "String"
|
|
25541
25541
|
},
|
|
25542
25542
|
{
|
|
25543
|
-
"description": "The
|
|
25543
|
+
"description": "The outline color of the ColorPalette focused tile.\n",
|
|
25544
25544
|
"commentRange": {
|
|
25545
25545
|
"start": 48,
|
|
25546
25546
|
"end": 49
|
|
25547
25547
|
},
|
|
25548
25548
|
"context": {
|
|
25549
25549
|
"type": "variable",
|
|
25550
|
-
"name": "kendo-color-palette-tile-
|
|
25551
|
-
"value": "
|
|
25550
|
+
"name": "kendo-color-palette-tile-focus-outline-color",
|
|
25551
|
+
"value": "k-color(subtle)",
|
|
25552
25552
|
"scope": "default",
|
|
25553
25553
|
"line": {
|
|
25554
25554
|
"start": 50,
|
|
@@ -25563,14 +25563,95 @@
|
|
|
25563
25563
|
"path": "meridian/scss/colorpalette/_variables.scss",
|
|
25564
25564
|
"name": "_variables.scss"
|
|
25565
25565
|
},
|
|
25566
|
+
"resolvedValue": "var(--kendo-color-subtle)",
|
|
25567
|
+
"resolvedType": "String"
|
|
25568
|
+
},
|
|
25569
|
+
{
|
|
25570
|
+
"description": "The outline width of the ColorPalette focused tile.\n",
|
|
25571
|
+
"commentRange": {
|
|
25572
|
+
"start": 51,
|
|
25573
|
+
"end": 52
|
|
25574
|
+
},
|
|
25575
|
+
"context": {
|
|
25576
|
+
"type": "variable",
|
|
25577
|
+
"name": "kendo-color-palette-tile-focus-outline-width",
|
|
25578
|
+
"value": "1px",
|
|
25579
|
+
"scope": "default",
|
|
25580
|
+
"line": {
|
|
25581
|
+
"start": 53,
|
|
25582
|
+
"end": 53
|
|
25583
|
+
}
|
|
25584
|
+
},
|
|
25585
|
+
"group": [
|
|
25586
|
+
"color-palette"
|
|
25587
|
+
],
|
|
25588
|
+
"access": "public",
|
|
25589
|
+
"file": {
|
|
25590
|
+
"path": "meridian/scss/colorpalette/_variables.scss",
|
|
25591
|
+
"name": "_variables.scss"
|
|
25592
|
+
},
|
|
25593
|
+
"resolvedValue": "1px",
|
|
25594
|
+
"resolvedType": "Number"
|
|
25595
|
+
},
|
|
25596
|
+
{
|
|
25597
|
+
"description": "The outline offset of the ColorPalette focused tile.\n",
|
|
25598
|
+
"commentRange": {
|
|
25599
|
+
"start": 54,
|
|
25600
|
+
"end": 55
|
|
25601
|
+
},
|
|
25602
|
+
"context": {
|
|
25603
|
+
"type": "variable",
|
|
25604
|
+
"name": "kendo-color-palette-tile-focus-outline-offset",
|
|
25605
|
+
"value": "1px",
|
|
25606
|
+
"scope": "default",
|
|
25607
|
+
"line": {
|
|
25608
|
+
"start": 56,
|
|
25609
|
+
"end": 56
|
|
25610
|
+
}
|
|
25611
|
+
},
|
|
25612
|
+
"group": [
|
|
25613
|
+
"color-palette"
|
|
25614
|
+
],
|
|
25615
|
+
"access": "public",
|
|
25616
|
+
"file": {
|
|
25617
|
+
"path": "meridian/scss/colorpalette/_variables.scss",
|
|
25618
|
+
"name": "_variables.scss"
|
|
25619
|
+
},
|
|
25620
|
+
"resolvedValue": "1px",
|
|
25621
|
+
"resolvedType": "Number"
|
|
25622
|
+
},
|
|
25623
|
+
{
|
|
25624
|
+
"description": "The shadow of the ColorPalette hovered tile.\n",
|
|
25625
|
+
"commentRange": {
|
|
25626
|
+
"start": 57,
|
|
25627
|
+
"end": 58
|
|
25628
|
+
},
|
|
25629
|
+
"context": {
|
|
25630
|
+
"type": "variable",
|
|
25631
|
+
"name": "kendo-color-palette-tile-hover-shadow",
|
|
25632
|
+
"value": "0 0 3px 1px k-color(inverse), inset 0 0 0 1px color-mix(in srgb, k-color(on-inverse) 80%, transparent)",
|
|
25633
|
+
"scope": "default",
|
|
25634
|
+
"line": {
|
|
25635
|
+
"start": 59,
|
|
25636
|
+
"end": 59
|
|
25637
|
+
}
|
|
25638
|
+
},
|
|
25639
|
+
"group": [
|
|
25640
|
+
"color-palette"
|
|
25641
|
+
],
|
|
25642
|
+
"access": "public",
|
|
25643
|
+
"file": {
|
|
25644
|
+
"path": "meridian/scss/colorpalette/_variables.scss",
|
|
25645
|
+
"name": "_variables.scss"
|
|
25646
|
+
},
|
|
25566
25647
|
"resolvedValue": "(0 0 3px 1px var(--kendo-color-inverse), inset 0 0 0 1px color-mix(in srgb, var(--kendo-color-on-inverse) 80%, transparent))",
|
|
25567
25648
|
"resolvedType": "List"
|
|
25568
25649
|
},
|
|
25569
25650
|
{
|
|
25570
25651
|
"description": "The shadow of the ColorPalette selected tile.\n",
|
|
25571
25652
|
"commentRange": {
|
|
25572
|
-
"start":
|
|
25573
|
-
"end":
|
|
25653
|
+
"start": 60,
|
|
25654
|
+
"end": 61
|
|
25574
25655
|
},
|
|
25575
25656
|
"context": {
|
|
25576
25657
|
"type": "variable",
|
|
@@ -25578,8 +25659,8 @@
|
|
|
25578
25659
|
"value": "0 1px 3px 1px k-color(inverse), inset 0 0 0 1px k-color(on-inverse)",
|
|
25579
25660
|
"scope": "default",
|
|
25580
25661
|
"line": {
|
|
25581
|
-
"start":
|
|
25582
|
-
"end":
|
|
25662
|
+
"start": 62,
|
|
25663
|
+
"end": 62
|
|
25583
25664
|
}
|
|
25584
25665
|
},
|
|
25585
25666
|
"group": [
|
|
@@ -53580,7 +53661,7 @@
|
|
|
53580
53661
|
"context": {
|
|
53581
53662
|
"type": "variable",
|
|
53582
53663
|
"name": "kendo-menu-item-text",
|
|
53583
|
-
"value": "k-color(
|
|
53664
|
+
"value": "k-color(on-app-surface)",
|
|
53584
53665
|
"scope": "default",
|
|
53585
53666
|
"line": {
|
|
53586
53667
|
"start": 65,
|
|
@@ -53595,7 +53676,7 @@
|
|
|
53595
53676
|
"path": "meridian/scss/menu/_variables.scss",
|
|
53596
53677
|
"name": "_variables.scss"
|
|
53597
53678
|
},
|
|
53598
|
-
"resolvedValue": "var(--kendo-color-
|
|
53679
|
+
"resolvedValue": "var(--kendo-color-on-app-surface)",
|
|
53599
53680
|
"resolvedType": "String"
|
|
53600
53681
|
},
|
|
53601
53682
|
{
|
|
@@ -64557,7 +64638,7 @@
|
|
|
64557
64638
|
"context": {
|
|
64558
64639
|
"type": "variable",
|
|
64559
64640
|
"name": "kendo-pivotgrid-border-radius",
|
|
64560
|
-
"value": "
|
|
64641
|
+
"value": "null",
|
|
64561
64642
|
"scope": "default",
|
|
64562
64643
|
"line": {
|
|
64563
64644
|
"start": 31,
|
|
@@ -64572,8 +64653,8 @@
|
|
|
64572
64653
|
"path": "meridian/scss/pivotgrid/_variables.scss",
|
|
64573
64654
|
"name": "_variables.scss"
|
|
64574
64655
|
},
|
|
64575
|
-
"resolvedValue": "
|
|
64576
|
-
"resolvedType": "
|
|
64656
|
+
"resolvedValue": "null",
|
|
64657
|
+
"resolvedType": "Null"
|
|
64577
64658
|
},
|
|
64578
64659
|
{
|
|
64579
64660
|
"description": "The icon spacing of the PivotGrid.\n",
|
|
@@ -88019,7 +88100,7 @@
|
|
|
88019
88100
|
"context": {
|
|
88020
88101
|
"type": "variable",
|
|
88021
88102
|
"name": "kendo-taskboard-toolbar-padding-y",
|
|
88022
|
-
"value": "
|
|
88103
|
+
"value": "k-spacing(3.5)",
|
|
88023
88104
|
"scope": "default",
|
|
88024
88105
|
"line": {
|
|
88025
88106
|
"start": 36,
|
|
@@ -88034,8 +88115,8 @@
|
|
|
88034
88115
|
"path": "meridian/scss/taskboard/_variables.scss",
|
|
88035
88116
|
"name": "_variables.scss"
|
|
88036
88117
|
},
|
|
88037
|
-
"resolvedValue": "
|
|
88038
|
-
"resolvedType": "
|
|
88118
|
+
"resolvedValue": "var(--kendo-spacing-3\\.5)",
|
|
88119
|
+
"resolvedType": "String"
|
|
88039
88120
|
},
|
|
88040
88121
|
{
|
|
88041
88122
|
"description": "The horizontal padding of the TaskBoard Toolbar.\n",
|
|
@@ -88061,8 +88142,8 @@
|
|
|
88061
88142
|
"path": "meridian/scss/taskboard/_variables.scss",
|
|
88062
88143
|
"name": "_variables.scss"
|
|
88063
88144
|
},
|
|
88064
|
-
"resolvedValue": "
|
|
88065
|
-
"resolvedType": "
|
|
88145
|
+
"resolvedValue": "var(--kendo-spacing-3\\.5)",
|
|
88146
|
+
"resolvedType": "String"
|
|
88066
88147
|
},
|
|
88067
88148
|
{
|
|
88068
88149
|
"description": "The background color of the TaskBoard Toolbar.\n",
|
|
@@ -88181,7 +88262,7 @@
|
|
|
88181
88262
|
"context": {
|
|
88182
88263
|
"type": "variable",
|
|
88183
88264
|
"name": "kendo-taskboard-content-padding-y",
|
|
88184
|
-
"value": "$kendo-taskboard-spacer",
|
|
88265
|
+
"value": "0 $kendo-taskboard-spacer",
|
|
88185
88266
|
"scope": "default",
|
|
88186
88267
|
"line": {
|
|
88187
88268
|
"start": 55,
|
|
@@ -88196,23 +88277,23 @@
|
|
|
88196
88277
|
"path": "meridian/scss/taskboard/_variables.scss",
|
|
88197
88278
|
"name": "_variables.scss"
|
|
88198
88279
|
},
|
|
88199
|
-
"resolvedValue": "var(--kendo-spacing-4)",
|
|
88200
|
-
"resolvedType": "
|
|
88280
|
+
"resolvedValue": "(0 var(--kendo-spacing-4))",
|
|
88281
|
+
"resolvedType": "List"
|
|
88201
88282
|
},
|
|
88202
88283
|
{
|
|
88203
|
-
"description": "The
|
|
88284
|
+
"description": "The horizontal padding of the TaskBoard content.\n",
|
|
88204
88285
|
"commentRange": {
|
|
88205
|
-
"start":
|
|
88206
|
-
"end":
|
|
88286
|
+
"start": 56,
|
|
88287
|
+
"end": 57
|
|
88207
88288
|
},
|
|
88208
88289
|
"context": {
|
|
88209
88290
|
"type": "variable",
|
|
88210
|
-
"name": "kendo-taskboard-
|
|
88211
|
-
"value": "
|
|
88291
|
+
"name": "kendo-taskboard-content-padding-x",
|
|
88292
|
+
"value": "0",
|
|
88212
88293
|
"scope": "default",
|
|
88213
88294
|
"line": {
|
|
88214
|
-
"start":
|
|
88215
|
-
"end":
|
|
88295
|
+
"start": 58,
|
|
88296
|
+
"end": 58
|
|
88216
88297
|
}
|
|
88217
88298
|
},
|
|
88218
88299
|
"group": [
|
|
@@ -88223,18 +88304,18 @@
|
|
|
88223
88304
|
"path": "meridian/scss/taskboard/_variables.scss",
|
|
88224
88305
|
"name": "_variables.scss"
|
|
88225
88306
|
},
|
|
88226
|
-
"resolvedValue": "
|
|
88227
|
-
"resolvedType": "
|
|
88307
|
+
"resolvedValue": "0",
|
|
88308
|
+
"resolvedType": "Number"
|
|
88228
88309
|
},
|
|
88229
88310
|
{
|
|
88230
|
-
"description": "The vertical
|
|
88311
|
+
"description": "The vertical spacing of the TaskBoard column container.\n",
|
|
88231
88312
|
"commentRange": {
|
|
88232
88313
|
"start": 60,
|
|
88233
88314
|
"end": 61
|
|
88234
88315
|
},
|
|
88235
88316
|
"context": {
|
|
88236
88317
|
"type": "variable",
|
|
88237
|
-
"name": "kendo-taskboard-column-container-
|
|
88318
|
+
"name": "kendo-taskboard-column-container-spacing-y",
|
|
88238
88319
|
"value": "calc( #{$kendo-taskboard-spacer} / 2 )",
|
|
88239
88320
|
"scope": "default",
|
|
88240
88321
|
"line": {
|
|
@@ -88254,14 +88335,14 @@
|
|
|
88254
88335
|
"resolvedType": "Calculation"
|
|
88255
88336
|
},
|
|
88256
88337
|
{
|
|
88257
|
-
"description": "The
|
|
88338
|
+
"description": "The vertical padding of the TaskBoard column container.\n",
|
|
88258
88339
|
"commentRange": {
|
|
88259
88340
|
"start": 63,
|
|
88260
88341
|
"end": 64
|
|
88261
88342
|
},
|
|
88262
88343
|
"context": {
|
|
88263
88344
|
"type": "variable",
|
|
88264
|
-
"name": "kendo-taskboard-column-container-padding-
|
|
88345
|
+
"name": "kendo-taskboard-column-container-padding-y",
|
|
88265
88346
|
"value": "calc( #{$kendo-taskboard-spacer} / 2 )",
|
|
88266
88347
|
"scope": "default",
|
|
88267
88348
|
"line": {
|
|
@@ -88281,15 +88362,15 @@
|
|
|
88281
88362
|
"resolvedType": "Calculation"
|
|
88282
88363
|
},
|
|
88283
88364
|
{
|
|
88284
|
-
"description": "The
|
|
88365
|
+
"description": "The horizontal padding of the TaskBoard column container.\n",
|
|
88285
88366
|
"commentRange": {
|
|
88286
88367
|
"start": 66,
|
|
88287
88368
|
"end": 67
|
|
88288
88369
|
},
|
|
88289
88370
|
"context": {
|
|
88290
88371
|
"type": "variable",
|
|
88291
|
-
"name": "kendo-taskboard-
|
|
88292
|
-
"value": "$kendo-taskboard-spacer",
|
|
88372
|
+
"name": "kendo-taskboard-column-container-padding-x",
|
|
88373
|
+
"value": "calc( #{$kendo-taskboard-spacer} / 2 )",
|
|
88293
88374
|
"scope": "default",
|
|
88294
88375
|
"line": {
|
|
88295
88376
|
"start": 68,
|
|
@@ -88304,14 +88385,41 @@
|
|
|
88304
88385
|
"path": "meridian/scss/taskboard/_variables.scss",
|
|
88305
88386
|
"name": "_variables.scss"
|
|
88306
88387
|
},
|
|
88388
|
+
"resolvedValue": "calc(var(--kendo-spacing-4) / 2)",
|
|
88389
|
+
"resolvedType": "Calculation"
|
|
88390
|
+
},
|
|
88391
|
+
{
|
|
88392
|
+
"description": "The spacing of the TaskBoard columns container.\n",
|
|
88393
|
+
"commentRange": {
|
|
88394
|
+
"start": 69,
|
|
88395
|
+
"end": 70
|
|
88396
|
+
},
|
|
88397
|
+
"context": {
|
|
88398
|
+
"type": "variable",
|
|
88399
|
+
"name": "kendo-taskboard-columns-container-gap",
|
|
88400
|
+
"value": "$kendo-taskboard-spacer",
|
|
88401
|
+
"scope": "default",
|
|
88402
|
+
"line": {
|
|
88403
|
+
"start": 71,
|
|
88404
|
+
"end": 71
|
|
88405
|
+
}
|
|
88406
|
+
},
|
|
88407
|
+
"group": [
|
|
88408
|
+
"taskboard"
|
|
88409
|
+
],
|
|
88410
|
+
"access": "public",
|
|
88411
|
+
"file": {
|
|
88412
|
+
"path": "meridian/scss/taskboard/_variables.scss",
|
|
88413
|
+
"name": "_variables.scss"
|
|
88414
|
+
},
|
|
88307
88415
|
"resolvedValue": "var(--kendo-spacing-4)",
|
|
88308
88416
|
"resolvedType": "String"
|
|
88309
88417
|
},
|
|
88310
88418
|
{
|
|
88311
88419
|
"description": "The default width of the TaskBoard column.\n",
|
|
88312
88420
|
"commentRange": {
|
|
88313
|
-
"start":
|
|
88314
|
-
"end":
|
|
88421
|
+
"start": 73,
|
|
88422
|
+
"end": 74
|
|
88315
88423
|
},
|
|
88316
88424
|
"context": {
|
|
88317
88425
|
"type": "variable",
|
|
@@ -88319,8 +88427,8 @@
|
|
|
88319
88427
|
"value": "320px",
|
|
88320
88428
|
"scope": "default",
|
|
88321
88429
|
"line": {
|
|
88322
|
-
"start":
|
|
88323
|
-
"end":
|
|
88430
|
+
"start": 75,
|
|
88431
|
+
"end": 75
|
|
88324
88432
|
}
|
|
88325
88433
|
},
|
|
88326
88434
|
"group": [
|
|
@@ -88337,8 +88445,8 @@
|
|
|
88337
88445
|
{
|
|
88338
88446
|
"description": "The border width of the TaskBoard column.\n",
|
|
88339
88447
|
"commentRange": {
|
|
88340
|
-
"start":
|
|
88341
|
-
"end":
|
|
88448
|
+
"start": 76,
|
|
88449
|
+
"end": 77
|
|
88342
88450
|
},
|
|
88343
88451
|
"context": {
|
|
88344
88452
|
"type": "variable",
|
|
@@ -88346,8 +88454,8 @@
|
|
|
88346
88454
|
"value": "1px",
|
|
88347
88455
|
"scope": "default",
|
|
88348
88456
|
"line": {
|
|
88349
|
-
"start":
|
|
88350
|
-
"end":
|
|
88457
|
+
"start": 78,
|
|
88458
|
+
"end": 78
|
|
88351
88459
|
}
|
|
88352
88460
|
},
|
|
88353
88461
|
"group": [
|
|
@@ -88364,8 +88472,8 @@
|
|
|
88364
88472
|
{
|
|
88365
88473
|
"description": "The border radius of the TaskBoard column.\n",
|
|
88366
88474
|
"commentRange": {
|
|
88367
|
-
"start":
|
|
88368
|
-
"end":
|
|
88475
|
+
"start": 79,
|
|
88476
|
+
"end": 80
|
|
88369
88477
|
},
|
|
88370
88478
|
"context": {
|
|
88371
88479
|
"type": "variable",
|
|
@@ -88373,8 +88481,8 @@
|
|
|
88373
88481
|
"value": "k-border-radius(xxl)",
|
|
88374
88482
|
"scope": "default",
|
|
88375
88483
|
"line": {
|
|
88376
|
-
"start":
|
|
88377
|
-
"end":
|
|
88484
|
+
"start": 81,
|
|
88485
|
+
"end": 81
|
|
88378
88486
|
}
|
|
88379
88487
|
},
|
|
88380
88488
|
"group": [
|
|
@@ -88391,8 +88499,8 @@
|
|
|
88391
88499
|
{
|
|
88392
88500
|
"description": "The background color of the TaskBoard column.\n",
|
|
88393
88501
|
"commentRange": {
|
|
88394
|
-
"start":
|
|
88395
|
-
"end":
|
|
88502
|
+
"start": 82,
|
|
88503
|
+
"end": 83
|
|
88396
88504
|
},
|
|
88397
88505
|
"context": {
|
|
88398
88506
|
"type": "variable",
|
|
@@ -88400,8 +88508,8 @@
|
|
|
88400
88508
|
"value": "k-color(surface)",
|
|
88401
88509
|
"scope": "default",
|
|
88402
88510
|
"line": {
|
|
88403
|
-
"start":
|
|
88404
|
-
"end":
|
|
88511
|
+
"start": 84,
|
|
88512
|
+
"end": 84
|
|
88405
88513
|
}
|
|
88406
88514
|
},
|
|
88407
88515
|
"group": [
|
|
@@ -88418,8 +88526,8 @@
|
|
|
88418
88526
|
{
|
|
88419
88527
|
"description": "The text color of the TaskBoard column.\n",
|
|
88420
88528
|
"commentRange": {
|
|
88421
|
-
"start":
|
|
88422
|
-
"end":
|
|
88529
|
+
"start": 85,
|
|
88530
|
+
"end": 86
|
|
88423
88531
|
},
|
|
88424
88532
|
"context": {
|
|
88425
88533
|
"type": "variable",
|
|
@@ -88427,8 +88535,8 @@
|
|
|
88427
88535
|
"value": "null",
|
|
88428
88536
|
"scope": "default",
|
|
88429
88537
|
"line": {
|
|
88430
|
-
"start":
|
|
88431
|
-
"end":
|
|
88538
|
+
"start": 87,
|
|
88539
|
+
"end": 87
|
|
88432
88540
|
}
|
|
88433
88541
|
},
|
|
88434
88542
|
"group": [
|
|
@@ -88445,8 +88553,8 @@
|
|
|
88445
88553
|
{
|
|
88446
88554
|
"description": "The border color of the TaskBoard column.\n",
|
|
88447
88555
|
"commentRange": {
|
|
88448
|
-
"start":
|
|
88449
|
-
"end":
|
|
88556
|
+
"start": 88,
|
|
88557
|
+
"end": 89
|
|
88450
88558
|
},
|
|
88451
88559
|
"context": {
|
|
88452
88560
|
"type": "variable",
|
|
@@ -88454,8 +88562,8 @@
|
|
|
88454
88562
|
"value": "transparent",
|
|
88455
88563
|
"scope": "default",
|
|
88456
88564
|
"line": {
|
|
88457
|
-
"start":
|
|
88458
|
-
"end":
|
|
88565
|
+
"start": 90,
|
|
88566
|
+
"end": 90
|
|
88459
88567
|
}
|
|
88460
88568
|
},
|
|
88461
88569
|
"group": [
|
|
@@ -88472,8 +88580,8 @@
|
|
|
88472
88580
|
{
|
|
88473
88581
|
"description": "The background color of the focused TaskBoard column.\n",
|
|
88474
88582
|
"commentRange": {
|
|
88475
|
-
"start":
|
|
88476
|
-
"end":
|
|
88583
|
+
"start": 92,
|
|
88584
|
+
"end": 93
|
|
88477
88585
|
},
|
|
88478
88586
|
"context": {
|
|
88479
88587
|
"type": "variable",
|
|
@@ -88481,8 +88589,8 @@
|
|
|
88481
88589
|
"value": "null",
|
|
88482
88590
|
"scope": "default",
|
|
88483
88591
|
"line": {
|
|
88484
|
-
"start":
|
|
88485
|
-
"end":
|
|
88592
|
+
"start": 94,
|
|
88593
|
+
"end": 94
|
|
88486
88594
|
}
|
|
88487
88595
|
},
|
|
88488
88596
|
"group": [
|
|
@@ -88499,8 +88607,8 @@
|
|
|
88499
88607
|
{
|
|
88500
88608
|
"description": "The text color of the focused TaskBoard column.\n",
|
|
88501
88609
|
"commentRange": {
|
|
88502
|
-
"start":
|
|
88503
|
-
"end":
|
|
88610
|
+
"start": 95,
|
|
88611
|
+
"end": 96
|
|
88504
88612
|
},
|
|
88505
88613
|
"context": {
|
|
88506
88614
|
"type": "variable",
|
|
@@ -88508,8 +88616,8 @@
|
|
|
88508
88616
|
"value": "null",
|
|
88509
88617
|
"scope": "default",
|
|
88510
88618
|
"line": {
|
|
88511
|
-
"start":
|
|
88512
|
-
"end":
|
|
88619
|
+
"start": 97,
|
|
88620
|
+
"end": 97
|
|
88513
88621
|
}
|
|
88514
88622
|
},
|
|
88515
88623
|
"group": [
|
|
@@ -88526,8 +88634,8 @@
|
|
|
88526
88634
|
{
|
|
88527
88635
|
"description": "The border color of the focused TaskBoard column.\n",
|
|
88528
88636
|
"commentRange": {
|
|
88529
|
-
"start":
|
|
88530
|
-
"end":
|
|
88637
|
+
"start": 98,
|
|
88638
|
+
"end": 99
|
|
88531
88639
|
},
|
|
88532
88640
|
"context": {
|
|
88533
88641
|
"type": "variable",
|
|
@@ -88535,8 +88643,8 @@
|
|
|
88535
88643
|
"value": "null",
|
|
88536
88644
|
"scope": "default",
|
|
88537
88645
|
"line": {
|
|
88538
|
-
"start":
|
|
88539
|
-
"end":
|
|
88646
|
+
"start": 100,
|
|
88647
|
+
"end": 100
|
|
88540
88648
|
}
|
|
88541
88649
|
},
|
|
88542
88650
|
"group": [
|
|
@@ -88553,8 +88661,8 @@
|
|
|
88553
88661
|
{
|
|
88554
88662
|
"description": "The outline color of the focused TaskBoard column.\n",
|
|
88555
88663
|
"commentRange": {
|
|
88556
|
-
"start":
|
|
88557
|
-
"end":
|
|
88664
|
+
"start": 101,
|
|
88665
|
+
"end": 102
|
|
88558
88666
|
},
|
|
88559
88667
|
"context": {
|
|
88560
88668
|
"type": "variable",
|
|
@@ -88562,8 +88670,8 @@
|
|
|
88562
88670
|
"value": "k-color(subtle)",
|
|
88563
88671
|
"scope": "default",
|
|
88564
88672
|
"line": {
|
|
88565
|
-
"start":
|
|
88566
|
-
"end":
|
|
88673
|
+
"start": 103,
|
|
88674
|
+
"end": 103
|
|
88567
88675
|
}
|
|
88568
88676
|
},
|
|
88569
88677
|
"group": [
|
|
@@ -88580,8 +88688,8 @@
|
|
|
88580
88688
|
{
|
|
88581
88689
|
"description": "The outline width of the focused TaskBoard column.\n",
|
|
88582
88690
|
"commentRange": {
|
|
88583
|
-
"start":
|
|
88584
|
-
"end":
|
|
88691
|
+
"start": 104,
|
|
88692
|
+
"end": 105
|
|
88585
88693
|
},
|
|
88586
88694
|
"context": {
|
|
88587
88695
|
"type": "variable",
|
|
@@ -88589,8 +88697,8 @@
|
|
|
88589
88697
|
"value": "1px",
|
|
88590
88698
|
"scope": "default",
|
|
88591
88699
|
"line": {
|
|
88592
|
-
"start":
|
|
88593
|
-
"end":
|
|
88700
|
+
"start": 106,
|
|
88701
|
+
"end": 106
|
|
88594
88702
|
}
|
|
88595
88703
|
},
|
|
88596
88704
|
"group": [
|
|
@@ -88607,8 +88715,8 @@
|
|
|
88607
88715
|
{
|
|
88608
88716
|
"description": "The outline offset of the focused TaskBoard column.\n",
|
|
88609
88717
|
"commentRange": {
|
|
88610
|
-
"start":
|
|
88611
|
-
"end":
|
|
88718
|
+
"start": 107,
|
|
88719
|
+
"end": 108
|
|
88612
88720
|
},
|
|
88613
88721
|
"context": {
|
|
88614
88722
|
"type": "variable",
|
|
@@ -88616,8 +88724,8 @@
|
|
|
88616
88724
|
"value": "1px",
|
|
88617
88725
|
"scope": "default",
|
|
88618
88726
|
"line": {
|
|
88619
|
-
"start":
|
|
88620
|
-
"end":
|
|
88727
|
+
"start": 109,
|
|
88728
|
+
"end": 109
|
|
88621
88729
|
}
|
|
88622
88730
|
},
|
|
88623
88731
|
"group": [
|
|
@@ -88634,8 +88742,8 @@
|
|
|
88634
88742
|
{
|
|
88635
88743
|
"description": "The vertical padding of the TaskBoard column header.\n",
|
|
88636
88744
|
"commentRange": {
|
|
88637
|
-
"start":
|
|
88638
|
-
"end":
|
|
88745
|
+
"start": 111,
|
|
88746
|
+
"end": 112
|
|
88639
88747
|
},
|
|
88640
88748
|
"context": {
|
|
88641
88749
|
"type": "variable",
|
|
@@ -88643,8 +88751,8 @@
|
|
|
88643
88751
|
"value": "$kendo-taskboard-spacer",
|
|
88644
88752
|
"scope": "default",
|
|
88645
88753
|
"line": {
|
|
88646
|
-
"start":
|
|
88647
|
-
"end":
|
|
88754
|
+
"start": 113,
|
|
88755
|
+
"end": 113
|
|
88648
88756
|
}
|
|
88649
88757
|
},
|
|
88650
88758
|
"group": [
|
|
@@ -88661,8 +88769,8 @@
|
|
|
88661
88769
|
{
|
|
88662
88770
|
"description": "The horizontal padding of the TaskBoard column header.\n",
|
|
88663
88771
|
"commentRange": {
|
|
88664
|
-
"start":
|
|
88665
|
-
"end":
|
|
88772
|
+
"start": 114,
|
|
88773
|
+
"end": 115
|
|
88666
88774
|
},
|
|
88667
88775
|
"context": {
|
|
88668
88776
|
"type": "variable",
|
|
@@ -88670,8 +88778,8 @@
|
|
|
88670
88778
|
"value": "$kendo-taskboard-column-header-padding-y",
|
|
88671
88779
|
"scope": "default",
|
|
88672
88780
|
"line": {
|
|
88673
|
-
"start":
|
|
88674
|
-
"end":
|
|
88781
|
+
"start": 116,
|
|
88782
|
+
"end": 116
|
|
88675
88783
|
}
|
|
88676
88784
|
},
|
|
88677
88785
|
"group": [
|
|
@@ -88688,8 +88796,8 @@
|
|
|
88688
88796
|
{
|
|
88689
88797
|
"description": "The spacing of the TaskBoard column header.\n",
|
|
88690
88798
|
"commentRange": {
|
|
88691
|
-
"start":
|
|
88692
|
-
"end":
|
|
88799
|
+
"start": 117,
|
|
88800
|
+
"end": 118
|
|
88693
88801
|
},
|
|
88694
88802
|
"context": {
|
|
88695
88803
|
"type": "variable",
|
|
@@ -88697,8 +88805,8 @@
|
|
|
88697
88805
|
"value": "calc( #{$kendo-taskboard-spacer} * .625 )",
|
|
88698
88806
|
"scope": "default",
|
|
88699
88807
|
"line": {
|
|
88700
|
-
"start":
|
|
88701
|
-
"end":
|
|
88808
|
+
"start": 119,
|
|
88809
|
+
"end": 119
|
|
88702
88810
|
}
|
|
88703
88811
|
},
|
|
88704
88812
|
"group": [
|
|
@@ -88715,8 +88823,8 @@
|
|
|
88715
88823
|
{
|
|
88716
88824
|
"description": "The spacing of the TaskBoard column header actions.\n",
|
|
88717
88825
|
"commentRange": {
|
|
88718
|
-
"start":
|
|
88719
|
-
"end":
|
|
88826
|
+
"start": 120,
|
|
88827
|
+
"end": 121
|
|
88720
88828
|
},
|
|
88721
88829
|
"context": {
|
|
88722
88830
|
"type": "variable",
|
|
@@ -88724,8 +88832,8 @@
|
|
|
88724
88832
|
"value": "k-spacing(2)",
|
|
88725
88833
|
"scope": "default",
|
|
88726
88834
|
"line": {
|
|
88727
|
-
"start":
|
|
88728
|
-
"end":
|
|
88835
|
+
"start": 122,
|
|
88836
|
+
"end": 122
|
|
88729
88837
|
}
|
|
88730
88838
|
},
|
|
88731
88839
|
"group": [
|
|
@@ -88742,8 +88850,8 @@
|
|
|
88742
88850
|
{
|
|
88743
88851
|
"description": "The font weight of the TaskBoard column header.\n",
|
|
88744
88852
|
"commentRange": {
|
|
88745
|
-
"start":
|
|
88746
|
-
"end":
|
|
88853
|
+
"start": 123,
|
|
88854
|
+
"end": 124
|
|
88747
88855
|
},
|
|
88748
88856
|
"context": {
|
|
88749
88857
|
"type": "variable",
|
|
@@ -88751,8 +88859,8 @@
|
|
|
88751
88859
|
"value": "500",
|
|
88752
88860
|
"scope": "default",
|
|
88753
88861
|
"line": {
|
|
88754
|
-
"start":
|
|
88755
|
-
"end":
|
|
88862
|
+
"start": 125,
|
|
88863
|
+
"end": 125
|
|
88756
88864
|
}
|
|
88757
88865
|
},
|
|
88758
88866
|
"group": [
|
|
@@ -88769,8 +88877,8 @@
|
|
|
88769
88877
|
{
|
|
88770
88878
|
"description": "The text color of the TaskBoard column header.\n",
|
|
88771
88879
|
"commentRange": {
|
|
88772
|
-
"start":
|
|
88773
|
-
"end":
|
|
88880
|
+
"start": 126,
|
|
88881
|
+
"end": 127
|
|
88774
88882
|
},
|
|
88775
88883
|
"context": {
|
|
88776
88884
|
"type": "variable",
|
|
@@ -88778,8 +88886,8 @@
|
|
|
88778
88886
|
"value": "k-color(on-app-surface)",
|
|
88779
88887
|
"scope": "default",
|
|
88780
88888
|
"line": {
|
|
88781
|
-
"start":
|
|
88782
|
-
"end":
|
|
88889
|
+
"start": 128,
|
|
88890
|
+
"end": 128
|
|
88783
88891
|
}
|
|
88784
88892
|
},
|
|
88785
88893
|
"group": [
|
|
@@ -88796,8 +88904,8 @@
|
|
|
88796
88904
|
{
|
|
88797
88905
|
"description": "The vertical padding of the TaskBoard column Card wrapper.\n",
|
|
88798
88906
|
"commentRange": {
|
|
88799
|
-
"start":
|
|
88800
|
-
"end":
|
|
88907
|
+
"start": 130,
|
|
88908
|
+
"end": 131
|
|
88801
88909
|
},
|
|
88802
88910
|
"context": {
|
|
88803
88911
|
"type": "variable",
|
|
@@ -88805,8 +88913,8 @@
|
|
|
88805
88913
|
"value": "null",
|
|
88806
88914
|
"scope": "default",
|
|
88807
88915
|
"line": {
|
|
88808
|
-
"start":
|
|
88809
|
-
"end":
|
|
88916
|
+
"start": 132,
|
|
88917
|
+
"end": 132
|
|
88810
88918
|
}
|
|
88811
88919
|
},
|
|
88812
88920
|
"group": [
|
|
@@ -88823,8 +88931,8 @@
|
|
|
88823
88931
|
{
|
|
88824
88932
|
"description": "The horizontal padding of the TaskBoard column Card wrapper.\n",
|
|
88825
88933
|
"commentRange": {
|
|
88826
|
-
"start":
|
|
88827
|
-
"end":
|
|
88934
|
+
"start": 133,
|
|
88935
|
+
"end": 134
|
|
88828
88936
|
},
|
|
88829
88937
|
"context": {
|
|
88830
88938
|
"type": "variable",
|
|
@@ -88832,8 +88940,8 @@
|
|
|
88832
88940
|
"value": "null",
|
|
88833
88941
|
"scope": "default",
|
|
88834
88942
|
"line": {
|
|
88835
|
-
"start":
|
|
88836
|
-
"end":
|
|
88943
|
+
"start": 135,
|
|
88944
|
+
"end": 135
|
|
88837
88945
|
}
|
|
88838
88946
|
},
|
|
88839
88947
|
"group": [
|
|
@@ -88850,8 +88958,8 @@
|
|
|
88850
88958
|
{
|
|
88851
88959
|
"description": "The spacing of the TaskBoard column Card wrapper.\n",
|
|
88852
88960
|
"commentRange": {
|
|
88853
|
-
"start":
|
|
88854
|
-
"end":
|
|
88961
|
+
"start": 136,
|
|
88962
|
+
"end": 137
|
|
88855
88963
|
},
|
|
88856
88964
|
"context": {
|
|
88857
88965
|
"type": "variable",
|
|
@@ -88859,8 +88967,8 @@
|
|
|
88859
88967
|
"value": "calc( #{$kendo-taskboard-spacer} / 2 )",
|
|
88860
88968
|
"scope": "default",
|
|
88861
88969
|
"line": {
|
|
88862
|
-
"start":
|
|
88863
|
-
"end":
|
|
88970
|
+
"start": 138,
|
|
88971
|
+
"end": 138
|
|
88864
88972
|
}
|
|
88865
88973
|
},
|
|
88866
88974
|
"group": [
|
|
@@ -88877,8 +88985,8 @@
|
|
|
88877
88985
|
{
|
|
88878
88986
|
"description": "The default width of the TaskBoard pane.\n",
|
|
88879
88987
|
"commentRange": {
|
|
88880
|
-
"start":
|
|
88881
|
-
"end":
|
|
88988
|
+
"start": 140,
|
|
88989
|
+
"end": 141
|
|
88882
88990
|
},
|
|
88883
88991
|
"context": {
|
|
88884
88992
|
"type": "variable",
|
|
@@ -88886,8 +88994,8 @@
|
|
|
88886
88994
|
"value": "$kendo-taskboard-column-width",
|
|
88887
88995
|
"scope": "default",
|
|
88888
88996
|
"line": {
|
|
88889
|
-
"start":
|
|
88890
|
-
"end":
|
|
88997
|
+
"start": 142,
|
|
88998
|
+
"end": 142
|
|
88891
88999
|
}
|
|
88892
89000
|
},
|
|
88893
89001
|
"group": [
|
|
@@ -88904,8 +89012,8 @@
|
|
|
88904
89012
|
{
|
|
88905
89013
|
"description": "The vertical padding of the TaskBoard pane.\n",
|
|
88906
89014
|
"commentRange": {
|
|
88907
|
-
"start":
|
|
88908
|
-
"end":
|
|
89015
|
+
"start": 143,
|
|
89016
|
+
"end": 144
|
|
88909
89017
|
},
|
|
88910
89018
|
"context": {
|
|
88911
89019
|
"type": "variable",
|
|
@@ -88913,8 +89021,8 @@
|
|
|
88913
89021
|
"value": "null",
|
|
88914
89022
|
"scope": "default",
|
|
88915
89023
|
"line": {
|
|
88916
|
-
"start":
|
|
88917
|
-
"end":
|
|
89024
|
+
"start": 145,
|
|
89025
|
+
"end": 145
|
|
88918
89026
|
}
|
|
88919
89027
|
},
|
|
88920
89028
|
"group": [
|
|
@@ -88931,8 +89039,8 @@
|
|
|
88931
89039
|
{
|
|
88932
89040
|
"description": "The horizontal padding of the TaskBoard pane.\n",
|
|
88933
89041
|
"commentRange": {
|
|
88934
|
-
"start":
|
|
88935
|
-
"end":
|
|
89042
|
+
"start": 146,
|
|
89043
|
+
"end": 147
|
|
88936
89044
|
},
|
|
88937
89045
|
"context": {
|
|
88938
89046
|
"type": "variable",
|
|
@@ -88940,8 +89048,8 @@
|
|
|
88940
89048
|
"value": "null",
|
|
88941
89049
|
"scope": "default",
|
|
88942
89050
|
"line": {
|
|
88943
|
-
"start":
|
|
88944
|
-
"end":
|
|
89051
|
+
"start": 148,
|
|
89052
|
+
"end": 148
|
|
88945
89053
|
}
|
|
88946
89054
|
},
|
|
88947
89055
|
"group": [
|
|
@@ -88958,8 +89066,8 @@
|
|
|
88958
89066
|
{
|
|
88959
89067
|
"description": "The border width of the TaskBoard pane.\n",
|
|
88960
89068
|
"commentRange": {
|
|
88961
|
-
"start":
|
|
88962
|
-
"end":
|
|
89069
|
+
"start": 149,
|
|
89070
|
+
"end": 150
|
|
88963
89071
|
},
|
|
88964
89072
|
"context": {
|
|
88965
89073
|
"type": "variable",
|
|
@@ -88967,8 +89075,8 @@
|
|
|
88967
89075
|
"value": "1px",
|
|
88968
89076
|
"scope": "default",
|
|
88969
89077
|
"line": {
|
|
88970
|
-
"start":
|
|
88971
|
-
"end":
|
|
89078
|
+
"start": 151,
|
|
89079
|
+
"end": 151
|
|
88972
89080
|
}
|
|
88973
89081
|
},
|
|
88974
89082
|
"group": [
|
|
@@ -88985,8 +89093,8 @@
|
|
|
88985
89093
|
{
|
|
88986
89094
|
"description": "The border radius of the TaskBoard pane.\n",
|
|
88987
89095
|
"commentRange": {
|
|
88988
|
-
"start":
|
|
88989
|
-
"end":
|
|
89096
|
+
"start": 152,
|
|
89097
|
+
"end": 153
|
|
88990
89098
|
},
|
|
88991
89099
|
"context": {
|
|
88992
89100
|
"type": "variable",
|
|
@@ -88994,8 +89102,8 @@
|
|
|
88994
89102
|
"value": "k-border-radius(xxl)",
|
|
88995
89103
|
"scope": "default",
|
|
88996
89104
|
"line": {
|
|
88997
|
-
"start":
|
|
88998
|
-
"end":
|
|
89105
|
+
"start": 154,
|
|
89106
|
+
"end": 154
|
|
88999
89107
|
}
|
|
89000
89108
|
},
|
|
89001
89109
|
"group": [
|
|
@@ -89012,8 +89120,8 @@
|
|
|
89012
89120
|
{
|
|
89013
89121
|
"description": "The background color of the TaskBoard pane.\n",
|
|
89014
89122
|
"commentRange": {
|
|
89015
|
-
"start":
|
|
89016
|
-
"end":
|
|
89123
|
+
"start": 155,
|
|
89124
|
+
"end": 156
|
|
89017
89125
|
},
|
|
89018
89126
|
"context": {
|
|
89019
89127
|
"type": "variable",
|
|
@@ -89021,8 +89129,8 @@
|
|
|
89021
89129
|
"value": "k-color(surface-alt)",
|
|
89022
89130
|
"scope": "default",
|
|
89023
89131
|
"line": {
|
|
89024
|
-
"start":
|
|
89025
|
-
"end":
|
|
89132
|
+
"start": 157,
|
|
89133
|
+
"end": 157
|
|
89026
89134
|
}
|
|
89027
89135
|
},
|
|
89028
89136
|
"group": [
|
|
@@ -89039,8 +89147,8 @@
|
|
|
89039
89147
|
{
|
|
89040
89148
|
"description": "The text color of the TaskBoard pane.\n",
|
|
89041
89149
|
"commentRange": {
|
|
89042
|
-
"start":
|
|
89043
|
-
"end":
|
|
89150
|
+
"start": 158,
|
|
89151
|
+
"end": 159
|
|
89044
89152
|
},
|
|
89045
89153
|
"context": {
|
|
89046
89154
|
"type": "variable",
|
|
@@ -89048,8 +89156,8 @@
|
|
|
89048
89156
|
"value": "k-color(on-app-surface)",
|
|
89049
89157
|
"scope": "default",
|
|
89050
89158
|
"line": {
|
|
89051
|
-
"start":
|
|
89052
|
-
"end":
|
|
89159
|
+
"start": 160,
|
|
89160
|
+
"end": 160
|
|
89053
89161
|
}
|
|
89054
89162
|
},
|
|
89055
89163
|
"group": [
|
|
@@ -89066,8 +89174,8 @@
|
|
|
89066
89174
|
{
|
|
89067
89175
|
"description": "The border color of the TaskBoard pane.\n",
|
|
89068
89176
|
"commentRange": {
|
|
89069
|
-
"start":
|
|
89070
|
-
"end":
|
|
89177
|
+
"start": 161,
|
|
89178
|
+
"end": 162
|
|
89071
89179
|
},
|
|
89072
89180
|
"context": {
|
|
89073
89181
|
"type": "variable",
|
|
@@ -89075,8 +89183,8 @@
|
|
|
89075
89183
|
"value": "k-color(border)",
|
|
89076
89184
|
"scope": "default",
|
|
89077
89185
|
"line": {
|
|
89078
|
-
"start":
|
|
89079
|
-
"end":
|
|
89186
|
+
"start": 163,
|
|
89187
|
+
"end": 163
|
|
89080
89188
|
}
|
|
89081
89189
|
},
|
|
89082
89190
|
"group": [
|
|
@@ -89093,8 +89201,8 @@
|
|
|
89093
89201
|
{
|
|
89094
89202
|
"description": "The vertical padding of the TaskBoard pane header.\n",
|
|
89095
89203
|
"commentRange": {
|
|
89096
|
-
"start":
|
|
89097
|
-
"end":
|
|
89204
|
+
"start": 165,
|
|
89205
|
+
"end": 166
|
|
89098
89206
|
},
|
|
89099
89207
|
"context": {
|
|
89100
89208
|
"type": "variable",
|
|
@@ -89102,8 +89210,8 @@
|
|
|
89102
89210
|
"value": "$kendo-taskboard-spacer",
|
|
89103
89211
|
"scope": "default",
|
|
89104
89212
|
"line": {
|
|
89105
|
-
"start":
|
|
89106
|
-
"end":
|
|
89213
|
+
"start": 167,
|
|
89214
|
+
"end": 167
|
|
89107
89215
|
}
|
|
89108
89216
|
},
|
|
89109
89217
|
"group": [
|
|
@@ -89120,8 +89228,8 @@
|
|
|
89120
89228
|
{
|
|
89121
89229
|
"description": "The horizontal padding of the TaskBoard pane header.\n",
|
|
89122
89230
|
"commentRange": {
|
|
89123
|
-
"start":
|
|
89124
|
-
"end":
|
|
89231
|
+
"start": 168,
|
|
89232
|
+
"end": 169
|
|
89125
89233
|
},
|
|
89126
89234
|
"context": {
|
|
89127
89235
|
"type": "variable",
|
|
@@ -89129,8 +89237,8 @@
|
|
|
89129
89237
|
"value": "$kendo-taskboard-spacer",
|
|
89130
89238
|
"scope": "default",
|
|
89131
89239
|
"line": {
|
|
89132
|
-
"start":
|
|
89133
|
-
"end":
|
|
89240
|
+
"start": 170,
|
|
89241
|
+
"end": 170
|
|
89134
89242
|
}
|
|
89135
89243
|
},
|
|
89136
89244
|
"group": [
|
|
@@ -89147,8 +89255,8 @@
|
|
|
89147
89255
|
{
|
|
89148
89256
|
"description": "The font weight of the TaskBoard pane header.\n",
|
|
89149
89257
|
"commentRange": {
|
|
89150
|
-
"start":
|
|
89151
|
-
"end":
|
|
89258
|
+
"start": 171,
|
|
89259
|
+
"end": 172
|
|
89152
89260
|
},
|
|
89153
89261
|
"context": {
|
|
89154
89262
|
"type": "variable",
|
|
@@ -89156,8 +89264,8 @@
|
|
|
89156
89264
|
"value": "500",
|
|
89157
89265
|
"scope": "default",
|
|
89158
89266
|
"line": {
|
|
89159
|
-
"start":
|
|
89160
|
-
"end":
|
|
89267
|
+
"start": 173,
|
|
89268
|
+
"end": 173
|
|
89161
89269
|
}
|
|
89162
89270
|
},
|
|
89163
89271
|
"group": [
|
|
@@ -89174,8 +89282,8 @@
|
|
|
89174
89282
|
{
|
|
89175
89283
|
"description": "The text color of the TaskBoard pane header.\n",
|
|
89176
89284
|
"commentRange": {
|
|
89177
|
-
"start":
|
|
89178
|
-
"end":
|
|
89285
|
+
"start": 174,
|
|
89286
|
+
"end": 175
|
|
89179
89287
|
},
|
|
89180
89288
|
"context": {
|
|
89181
89289
|
"type": "variable",
|
|
@@ -89183,8 +89291,8 @@
|
|
|
89183
89291
|
"value": "k-color(on-app-surface)",
|
|
89184
89292
|
"scope": "default",
|
|
89185
89293
|
"line": {
|
|
89186
|
-
"start":
|
|
89187
|
-
"end":
|
|
89294
|
+
"start": 176,
|
|
89295
|
+
"end": 176
|
|
89188
89296
|
}
|
|
89189
89297
|
},
|
|
89190
89298
|
"group": [
|
|
@@ -89201,8 +89309,8 @@
|
|
|
89201
89309
|
{
|
|
89202
89310
|
"description": "The vertical padding of the TaskBoard pane content.\n",
|
|
89203
89311
|
"commentRange": {
|
|
89204
|
-
"start":
|
|
89205
|
-
"end":
|
|
89312
|
+
"start": 178,
|
|
89313
|
+
"end": 179
|
|
89206
89314
|
},
|
|
89207
89315
|
"context": {
|
|
89208
89316
|
"type": "variable",
|
|
@@ -89210,8 +89318,8 @@
|
|
|
89210
89318
|
"value": "k-spacing(0)",
|
|
89211
89319
|
"scope": "default",
|
|
89212
89320
|
"line": {
|
|
89213
|
-
"start":
|
|
89214
|
-
"end":
|
|
89321
|
+
"start": 180,
|
|
89322
|
+
"end": 180
|
|
89215
89323
|
}
|
|
89216
89324
|
},
|
|
89217
89325
|
"group": [
|
|
@@ -89228,8 +89336,8 @@
|
|
|
89228
89336
|
{
|
|
89229
89337
|
"description": "The horizontal padding of the TaskBoard pane content.\n",
|
|
89230
89338
|
"commentRange": {
|
|
89231
|
-
"start":
|
|
89232
|
-
"end":
|
|
89339
|
+
"start": 181,
|
|
89340
|
+
"end": 182
|
|
89233
89341
|
},
|
|
89234
89342
|
"context": {
|
|
89235
89343
|
"type": "variable",
|
|
@@ -89237,8 +89345,8 @@
|
|
|
89237
89345
|
"value": "$kendo-taskboard-spacer",
|
|
89238
89346
|
"scope": "default",
|
|
89239
89347
|
"line": {
|
|
89240
|
-
"start":
|
|
89241
|
-
"end":
|
|
89348
|
+
"start": 183,
|
|
89349
|
+
"end": 183
|
|
89242
89350
|
}
|
|
89243
89351
|
},
|
|
89244
89352
|
"group": [
|
|
@@ -89255,8 +89363,8 @@
|
|
|
89255
89363
|
{
|
|
89256
89364
|
"description": "The vertical padding of the TaskBoard pane actions.\n",
|
|
89257
89365
|
"commentRange": {
|
|
89258
|
-
"start":
|
|
89259
|
-
"end":
|
|
89366
|
+
"start": 185,
|
|
89367
|
+
"end": 186
|
|
89260
89368
|
},
|
|
89261
89369
|
"context": {
|
|
89262
89370
|
"type": "variable",
|
|
@@ -89264,8 +89372,8 @@
|
|
|
89264
89372
|
"value": "calc( #{$kendo-taskboard-spacer} * .75 )",
|
|
89265
89373
|
"scope": "default",
|
|
89266
89374
|
"line": {
|
|
89267
|
-
"start":
|
|
89268
|
-
"end":
|
|
89375
|
+
"start": 187,
|
|
89376
|
+
"end": 187
|
|
89269
89377
|
}
|
|
89270
89378
|
},
|
|
89271
89379
|
"group": [
|
|
@@ -89282,8 +89390,8 @@
|
|
|
89282
89390
|
{
|
|
89283
89391
|
"description": "The horizontal padding of the TaskBoard pane actions.\n",
|
|
89284
89392
|
"commentRange": {
|
|
89285
|
-
"start":
|
|
89286
|
-
"end":
|
|
89393
|
+
"start": 188,
|
|
89394
|
+
"end": 189
|
|
89287
89395
|
},
|
|
89288
89396
|
"context": {
|
|
89289
89397
|
"type": "variable",
|
|
@@ -89291,8 +89399,8 @@
|
|
|
89291
89399
|
"value": "$kendo-taskboard-spacer",
|
|
89292
89400
|
"scope": "default",
|
|
89293
89401
|
"line": {
|
|
89294
|
-
"start":
|
|
89295
|
-
"end":
|
|
89402
|
+
"start": 190,
|
|
89403
|
+
"end": 190
|
|
89296
89404
|
}
|
|
89297
89405
|
},
|
|
89298
89406
|
"group": [
|
|
@@ -89309,8 +89417,8 @@
|
|
|
89309
89417
|
{
|
|
89310
89418
|
"description": "The vertical padding of the TaskBoard Card.\n",
|
|
89311
89419
|
"commentRange": {
|
|
89312
|
-
"start":
|
|
89313
|
-
"end":
|
|
89420
|
+
"start": 192,
|
|
89421
|
+
"end": 193
|
|
89314
89422
|
},
|
|
89315
89423
|
"context": {
|
|
89316
89424
|
"type": "variable",
|
|
@@ -89318,8 +89426,8 @@
|
|
|
89318
89426
|
"value": "$kendo-taskboard-spacer",
|
|
89319
89427
|
"scope": "default",
|
|
89320
89428
|
"line": {
|
|
89321
|
-
"start":
|
|
89322
|
-
"end":
|
|
89429
|
+
"start": 194,
|
|
89430
|
+
"end": 194
|
|
89323
89431
|
}
|
|
89324
89432
|
},
|
|
89325
89433
|
"group": [
|
|
@@ -89336,8 +89444,8 @@
|
|
|
89336
89444
|
{
|
|
89337
89445
|
"description": "The horizontal padding of the TaskBoard Card.\n",
|
|
89338
89446
|
"commentRange": {
|
|
89339
|
-
"start":
|
|
89340
|
-
"end":
|
|
89447
|
+
"start": 195,
|
|
89448
|
+
"end": 196
|
|
89341
89449
|
},
|
|
89342
89450
|
"context": {
|
|
89343
89451
|
"type": "variable",
|
|
@@ -89345,8 +89453,8 @@
|
|
|
89345
89453
|
"value": "$kendo-taskboard-card-padding-y",
|
|
89346
89454
|
"scope": "default",
|
|
89347
89455
|
"line": {
|
|
89348
|
-
"start":
|
|
89349
|
-
"end":
|
|
89456
|
+
"start": 197,
|
|
89457
|
+
"end": 197
|
|
89350
89458
|
}
|
|
89351
89459
|
},
|
|
89352
89460
|
"group": [
|
|
@@ -89363,8 +89471,8 @@
|
|
|
89363
89471
|
{
|
|
89364
89472
|
"description": "The border width of the TaskBoard Card.\n",
|
|
89365
89473
|
"commentRange": {
|
|
89366
|
-
"start":
|
|
89367
|
-
"end":
|
|
89474
|
+
"start": 198,
|
|
89475
|
+
"end": 199
|
|
89368
89476
|
},
|
|
89369
89477
|
"context": {
|
|
89370
89478
|
"type": "variable",
|
|
@@ -89372,8 +89480,8 @@
|
|
|
89372
89480
|
"value": "$kendo-card-border-width",
|
|
89373
89481
|
"scope": "default",
|
|
89374
89482
|
"line": {
|
|
89375
|
-
"start":
|
|
89376
|
-
"end":
|
|
89483
|
+
"start": 200,
|
|
89484
|
+
"end": 200
|
|
89377
89485
|
}
|
|
89378
89486
|
},
|
|
89379
89487
|
"group": [
|
|
@@ -89390,8 +89498,8 @@
|
|
|
89390
89498
|
{
|
|
89391
89499
|
"description": "The border radius of the TaskBoard Card.\n",
|
|
89392
89500
|
"commentRange": {
|
|
89393
|
-
"start":
|
|
89394
|
-
"end":
|
|
89501
|
+
"start": 201,
|
|
89502
|
+
"end": 202
|
|
89395
89503
|
},
|
|
89396
89504
|
"context": {
|
|
89397
89505
|
"type": "variable",
|
|
@@ -89399,8 +89507,8 @@
|
|
|
89399
89507
|
"value": "k-border-radius(xxl)",
|
|
89400
89508
|
"scope": "default",
|
|
89401
89509
|
"line": {
|
|
89402
|
-
"start":
|
|
89403
|
-
"end":
|
|
89510
|
+
"start": 203,
|
|
89511
|
+
"end": 203
|
|
89404
89512
|
}
|
|
89405
89513
|
},
|
|
89406
89514
|
"group": [
|
|
@@ -89417,8 +89525,8 @@
|
|
|
89417
89525
|
{
|
|
89418
89526
|
"description": "The shadow of the TaskBoard Card.\n",
|
|
89419
89527
|
"commentRange": {
|
|
89420
|
-
"start":
|
|
89421
|
-
"end":
|
|
89528
|
+
"start": 204,
|
|
89529
|
+
"end": 205
|
|
89422
89530
|
},
|
|
89423
89531
|
"context": {
|
|
89424
89532
|
"type": "variable",
|
|
@@ -89426,8 +89534,8 @@
|
|
|
89426
89534
|
"value": "none",
|
|
89427
89535
|
"scope": "default",
|
|
89428
89536
|
"line": {
|
|
89429
|
-
"start":
|
|
89430
|
-
"end":
|
|
89537
|
+
"start": 206,
|
|
89538
|
+
"end": 206
|
|
89431
89539
|
}
|
|
89432
89540
|
},
|
|
89433
89541
|
"group": [
|
|
@@ -89444,8 +89552,8 @@
|
|
|
89444
89552
|
{
|
|
89445
89553
|
"description": "The background color of the TaskBoard Card.\n",
|
|
89446
89554
|
"commentRange": {
|
|
89447
|
-
"start":
|
|
89448
|
-
"end":
|
|
89555
|
+
"start": 207,
|
|
89556
|
+
"end": 208
|
|
89449
89557
|
},
|
|
89450
89558
|
"context": {
|
|
89451
89559
|
"type": "variable",
|
|
@@ -89453,8 +89561,8 @@
|
|
|
89453
89561
|
"value": "k-color(surface-alt)",
|
|
89454
89562
|
"scope": "default",
|
|
89455
89563
|
"line": {
|
|
89456
|
-
"start":
|
|
89457
|
-
"end":
|
|
89564
|
+
"start": 209,
|
|
89565
|
+
"end": 209
|
|
89458
89566
|
}
|
|
89459
89567
|
},
|
|
89460
89568
|
"group": [
|
|
@@ -89471,8 +89579,8 @@
|
|
|
89471
89579
|
{
|
|
89472
89580
|
"description": "The text color of the TaskBoard Card.\n",
|
|
89473
89581
|
"commentRange": {
|
|
89474
|
-
"start":
|
|
89475
|
-
"end":
|
|
89582
|
+
"start": 210,
|
|
89583
|
+
"end": 211
|
|
89476
89584
|
},
|
|
89477
89585
|
"context": {
|
|
89478
89586
|
"type": "variable",
|
|
@@ -89480,8 +89588,8 @@
|
|
|
89480
89588
|
"value": "$kendo-card-text",
|
|
89481
89589
|
"scope": "default",
|
|
89482
89590
|
"line": {
|
|
89483
|
-
"start":
|
|
89484
|
-
"end":
|
|
89591
|
+
"start": 212,
|
|
89592
|
+
"end": 212
|
|
89485
89593
|
}
|
|
89486
89594
|
},
|
|
89487
89595
|
"group": [
|
|
@@ -89498,8 +89606,8 @@
|
|
|
89498
89606
|
{
|
|
89499
89607
|
"description": "The border color of the TaskBoard Card.\n",
|
|
89500
89608
|
"commentRange": {
|
|
89501
|
-
"start":
|
|
89502
|
-
"end":
|
|
89609
|
+
"start": 213,
|
|
89610
|
+
"end": 214
|
|
89503
89611
|
},
|
|
89504
89612
|
"context": {
|
|
89505
89613
|
"type": "variable",
|
|
@@ -89507,8 +89615,8 @@
|
|
|
89507
89615
|
"value": "$kendo-card-border",
|
|
89508
89616
|
"scope": "default",
|
|
89509
89617
|
"line": {
|
|
89510
|
-
"start":
|
|
89511
|
-
"end":
|
|
89618
|
+
"start": 215,
|
|
89619
|
+
"end": 215
|
|
89512
89620
|
}
|
|
89513
89621
|
},
|
|
89514
89622
|
"group": [
|
|
@@ -89525,8 +89633,8 @@
|
|
|
89525
89633
|
{
|
|
89526
89634
|
"description": "The border width of the TaskBoard Card category.\n",
|
|
89527
89635
|
"commentRange": {
|
|
89528
|
-
"start":
|
|
89529
|
-
"end":
|
|
89636
|
+
"start": 217,
|
|
89637
|
+
"end": 218
|
|
89530
89638
|
},
|
|
89531
89639
|
"context": {
|
|
89532
89640
|
"type": "variable",
|
|
@@ -89534,8 +89642,8 @@
|
|
|
89534
89642
|
"value": "4px",
|
|
89535
89643
|
"scope": "default",
|
|
89536
89644
|
"line": {
|
|
89537
|
-
"start":
|
|
89538
|
-
"end":
|
|
89645
|
+
"start": 219,
|
|
89646
|
+
"end": 219
|
|
89539
89647
|
}
|
|
89540
89648
|
},
|
|
89541
89649
|
"group": [
|
|
@@ -89552,8 +89660,8 @@
|
|
|
89552
89660
|
{
|
|
89553
89661
|
"description": "The border color of the hovered TaskBoard Card.\n",
|
|
89554
89662
|
"commentRange": {
|
|
89555
|
-
"start":
|
|
89556
|
-
"end":
|
|
89663
|
+
"start": 221,
|
|
89664
|
+
"end": 222
|
|
89557
89665
|
},
|
|
89558
89666
|
"context": {
|
|
89559
89667
|
"type": "variable",
|
|
@@ -89561,8 +89669,8 @@
|
|
|
89561
89669
|
"value": "k-color(border-alt)",
|
|
89562
89670
|
"scope": "default",
|
|
89563
89671
|
"line": {
|
|
89564
|
-
"start":
|
|
89565
|
-
"end":
|
|
89672
|
+
"start": 223,
|
|
89673
|
+
"end": 223
|
|
89566
89674
|
}
|
|
89567
89675
|
},
|
|
89568
89676
|
"group": [
|
|
@@ -89579,8 +89687,8 @@
|
|
|
89579
89687
|
{
|
|
89580
89688
|
"description": "The border color of the focused TaskBoard Card.\n",
|
|
89581
89689
|
"commentRange": {
|
|
89582
|
-
"start":
|
|
89583
|
-
"end":
|
|
89690
|
+
"start": 225,
|
|
89691
|
+
"end": 226
|
|
89584
89692
|
},
|
|
89585
89693
|
"context": {
|
|
89586
89694
|
"type": "variable",
|
|
@@ -89588,8 +89696,8 @@
|
|
|
89588
89696
|
"value": "null",
|
|
89589
89697
|
"scope": "default",
|
|
89590
89698
|
"line": {
|
|
89591
|
-
"start":
|
|
89592
|
-
"end":
|
|
89699
|
+
"start": 227,
|
|
89700
|
+
"end": 227
|
|
89593
89701
|
}
|
|
89594
89702
|
},
|
|
89595
89703
|
"group": [
|
|
@@ -89606,8 +89714,8 @@
|
|
|
89606
89714
|
{
|
|
89607
89715
|
"description": "The shadow of the focused TaskBoard Card.\n",
|
|
89608
89716
|
"commentRange": {
|
|
89609
|
-
"start":
|
|
89610
|
-
"end":
|
|
89717
|
+
"start": 228,
|
|
89718
|
+
"end": 229
|
|
89611
89719
|
},
|
|
89612
89720
|
"context": {
|
|
89613
89721
|
"type": "variable",
|
|
@@ -89615,8 +89723,8 @@
|
|
|
89615
89723
|
"value": "none",
|
|
89616
89724
|
"scope": "default",
|
|
89617
89725
|
"line": {
|
|
89618
|
-
"start":
|
|
89619
|
-
"end":
|
|
89726
|
+
"start": 230,
|
|
89727
|
+
"end": 230
|
|
89620
89728
|
}
|
|
89621
89729
|
},
|
|
89622
89730
|
"group": [
|
|
@@ -89633,8 +89741,8 @@
|
|
|
89633
89741
|
{
|
|
89634
89742
|
"description": "The border of the selected TaskBoard Card.\n",
|
|
89635
89743
|
"commentRange": {
|
|
89636
|
-
"start":
|
|
89637
|
-
"end":
|
|
89744
|
+
"start": 232,
|
|
89745
|
+
"end": 233
|
|
89638
89746
|
},
|
|
89639
89747
|
"context": {
|
|
89640
89748
|
"type": "variable",
|
|
@@ -89642,8 +89750,8 @@
|
|
|
89642
89750
|
"value": "k-color(primary)",
|
|
89643
89751
|
"scope": "default",
|
|
89644
89752
|
"line": {
|
|
89645
|
-
"start":
|
|
89646
|
-
"end":
|
|
89753
|
+
"start": 234,
|
|
89754
|
+
"end": 234
|
|
89647
89755
|
}
|
|
89648
89756
|
},
|
|
89649
89757
|
"group": [
|
|
@@ -89660,8 +89768,8 @@
|
|
|
89660
89768
|
{
|
|
89661
89769
|
"description": "The shadow of the selected TaskBoard Card.\n",
|
|
89662
89770
|
"commentRange": {
|
|
89663
|
-
"start":
|
|
89664
|
-
"end":
|
|
89771
|
+
"start": 235,
|
|
89772
|
+
"end": 236
|
|
89665
89773
|
},
|
|
89666
89774
|
"context": {
|
|
89667
89775
|
"type": "variable",
|
|
@@ -89669,8 +89777,8 @@
|
|
|
89669
89777
|
"value": "none",
|
|
89670
89778
|
"scope": "default",
|
|
89671
89779
|
"line": {
|
|
89672
|
-
"start":
|
|
89673
|
-
"end":
|
|
89780
|
+
"start": 237,
|
|
89781
|
+
"end": 237
|
|
89674
89782
|
}
|
|
89675
89783
|
},
|
|
89676
89784
|
"group": [
|
|
@@ -89687,8 +89795,8 @@
|
|
|
89687
89795
|
{
|
|
89688
89796
|
"description": "The text color of the TaskBoard Card header text.\n",
|
|
89689
89797
|
"commentRange": {
|
|
89690
|
-
"start":
|
|
89691
|
-
"end":
|
|
89798
|
+
"start": 239,
|
|
89799
|
+
"end": 240
|
|
89692
89800
|
},
|
|
89693
89801
|
"context": {
|
|
89694
89802
|
"type": "variable",
|
|
@@ -89696,8 +89804,8 @@
|
|
|
89696
89804
|
"value": "k-color(primary)",
|
|
89697
89805
|
"scope": "default",
|
|
89698
89806
|
"line": {
|
|
89699
|
-
"start":
|
|
89700
|
-
"end":
|
|
89807
|
+
"start": 241,
|
|
89808
|
+
"end": 241
|
|
89701
89809
|
}
|
|
89702
89810
|
},
|
|
89703
89811
|
"group": [
|
|
@@ -89714,8 +89822,8 @@
|
|
|
89714
89822
|
{
|
|
89715
89823
|
"description": "The text color of the hovered TaskBoard Card header text.\n",
|
|
89716
89824
|
"commentRange": {
|
|
89717
|
-
"start":
|
|
89718
|
-
"end":
|
|
89825
|
+
"start": 242,
|
|
89826
|
+
"end": 243
|
|
89719
89827
|
},
|
|
89720
89828
|
"context": {
|
|
89721
89829
|
"type": "variable",
|
|
@@ -89723,8 +89831,8 @@
|
|
|
89723
89831
|
"value": "k-color(primary-hover)",
|
|
89724
89832
|
"scope": "default",
|
|
89725
89833
|
"line": {
|
|
89726
|
-
"start":
|
|
89727
|
-
"end":
|
|
89834
|
+
"start": 244,
|
|
89835
|
+
"end": 244
|
|
89728
89836
|
}
|
|
89729
89837
|
},
|
|
89730
89838
|
"group": [
|
|
@@ -89741,8 +89849,8 @@
|
|
|
89741
89849
|
{
|
|
89742
89850
|
"description": "The text color of the focused TaskBoard Card header text.\n",
|
|
89743
89851
|
"commentRange": {
|
|
89744
|
-
"start":
|
|
89745
|
-
"end":
|
|
89852
|
+
"start": 245,
|
|
89853
|
+
"end": 246
|
|
89746
89854
|
},
|
|
89747
89855
|
"context": {
|
|
89748
89856
|
"type": "variable",
|
|
@@ -89750,8 +89858,8 @@
|
|
|
89750
89858
|
"value": "k-color(primary-hover)",
|
|
89751
89859
|
"scope": "default",
|
|
89752
89860
|
"line": {
|
|
89753
|
-
"start":
|
|
89754
|
-
"end":
|
|
89861
|
+
"start": 247,
|
|
89862
|
+
"end": 247
|
|
89755
89863
|
}
|
|
89756
89864
|
},
|
|
89757
89865
|
"group": [
|
|
@@ -89768,8 +89876,8 @@
|
|
|
89768
89876
|
{
|
|
89769
89877
|
"description": "The outline color of the focused TaskBoard Card.\n",
|
|
89770
89878
|
"commentRange": {
|
|
89771
|
-
"start":
|
|
89772
|
-
"end":
|
|
89879
|
+
"start": 249,
|
|
89880
|
+
"end": 250
|
|
89773
89881
|
},
|
|
89774
89882
|
"context": {
|
|
89775
89883
|
"type": "variable",
|
|
@@ -89777,8 +89885,8 @@
|
|
|
89777
89885
|
"value": "k-color(subtle)",
|
|
89778
89886
|
"scope": "default",
|
|
89779
89887
|
"line": {
|
|
89780
|
-
"start":
|
|
89781
|
-
"end":
|
|
89888
|
+
"start": 251,
|
|
89889
|
+
"end": 251
|
|
89782
89890
|
}
|
|
89783
89891
|
},
|
|
89784
89892
|
"group": [
|
|
@@ -89795,8 +89903,8 @@
|
|
|
89795
89903
|
{
|
|
89796
89904
|
"description": "The outline width of the focused TaskBoard Card.\n",
|
|
89797
89905
|
"commentRange": {
|
|
89798
|
-
"start":
|
|
89799
|
-
"end":
|
|
89906
|
+
"start": 252,
|
|
89907
|
+
"end": 253
|
|
89800
89908
|
},
|
|
89801
89909
|
"context": {
|
|
89802
89910
|
"type": "variable",
|
|
@@ -89804,8 +89912,8 @@
|
|
|
89804
89912
|
"value": "1px",
|
|
89805
89913
|
"scope": "default",
|
|
89806
89914
|
"line": {
|
|
89807
|
-
"start":
|
|
89808
|
-
"end":
|
|
89915
|
+
"start": 254,
|
|
89916
|
+
"end": 254
|
|
89809
89917
|
}
|
|
89810
89918
|
},
|
|
89811
89919
|
"group": [
|
|
@@ -89822,8 +89930,8 @@
|
|
|
89822
89930
|
{
|
|
89823
89931
|
"description": "The outline offset of the focused TaskBoard Card.\n",
|
|
89824
89932
|
"commentRange": {
|
|
89825
|
-
"start":
|
|
89826
|
-
"end":
|
|
89933
|
+
"start": 255,
|
|
89934
|
+
"end": 256
|
|
89827
89935
|
},
|
|
89828
89936
|
"context": {
|
|
89829
89937
|
"type": "variable",
|
|
@@ -89831,8 +89939,8 @@
|
|
|
89831
89939
|
"value": "1px",
|
|
89832
89940
|
"scope": "default",
|
|
89833
89941
|
"line": {
|
|
89834
|
-
"start":
|
|
89835
|
-
"end":
|
|
89942
|
+
"start": 257,
|
|
89943
|
+
"end": 257
|
|
89836
89944
|
}
|
|
89837
89945
|
},
|
|
89838
89946
|
"group": [
|
|
@@ -89849,8 +89957,8 @@
|
|
|
89849
89957
|
{
|
|
89850
89958
|
"description": "The border width of the TaskBoard Card placeholder.\n",
|
|
89851
89959
|
"commentRange": {
|
|
89852
|
-
"start":
|
|
89853
|
-
"end":
|
|
89960
|
+
"start": 259,
|
|
89961
|
+
"end": 260
|
|
89854
89962
|
},
|
|
89855
89963
|
"context": {
|
|
89856
89964
|
"type": "variable",
|
|
@@ -89858,8 +89966,8 @@
|
|
|
89858
89966
|
"value": "1px",
|
|
89859
89967
|
"scope": "default",
|
|
89860
89968
|
"line": {
|
|
89861
|
-
"start":
|
|
89862
|
-
"end":
|
|
89969
|
+
"start": 261,
|
|
89970
|
+
"end": 261
|
|
89863
89971
|
}
|
|
89864
89972
|
},
|
|
89865
89973
|
"group": [
|
|
@@ -89876,8 +89984,8 @@
|
|
|
89876
89984
|
{
|
|
89877
89985
|
"description": "The border radius of the TaskBoard Card placeholder.\n",
|
|
89878
89986
|
"commentRange": {
|
|
89879
|
-
"start":
|
|
89880
|
-
"end":
|
|
89987
|
+
"start": 262,
|
|
89988
|
+
"end": 263
|
|
89881
89989
|
},
|
|
89882
89990
|
"context": {
|
|
89883
89991
|
"type": "variable",
|
|
@@ -89885,8 +89993,8 @@
|
|
|
89885
89993
|
"value": "$kendo-taskboard-card-border-radius",
|
|
89886
89994
|
"scope": "default",
|
|
89887
89995
|
"line": {
|
|
89888
|
-
"start":
|
|
89889
|
-
"end":
|
|
89996
|
+
"start": 264,
|
|
89997
|
+
"end": 264
|
|
89890
89998
|
}
|
|
89891
89999
|
},
|
|
89892
90000
|
"group": [
|
|
@@ -89903,8 +90011,8 @@
|
|
|
89903
90011
|
{
|
|
89904
90012
|
"description": "The background color of the TaskBoard Card placeholder.\n",
|
|
89905
90013
|
"commentRange": {
|
|
89906
|
-
"start":
|
|
89907
|
-
"end":
|
|
90014
|
+
"start": 265,
|
|
90015
|
+
"end": 266
|
|
89908
90016
|
},
|
|
89909
90017
|
"context": {
|
|
89910
90018
|
"type": "variable",
|
|
@@ -89912,8 +90020,8 @@
|
|
|
89912
90020
|
"value": "rgba(255, 255, 255, .2)",
|
|
89913
90021
|
"scope": "default",
|
|
89914
90022
|
"line": {
|
|
89915
|
-
"start":
|
|
89916
|
-
"end":
|
|
90023
|
+
"start": 267,
|
|
90024
|
+
"end": 267
|
|
89917
90025
|
}
|
|
89918
90026
|
},
|
|
89919
90027
|
"group": [
|
|
@@ -89930,8 +90038,8 @@
|
|
|
89930
90038
|
{
|
|
89931
90039
|
"description": "The border color of the TaskBoard Card placeholder.\n",
|
|
89932
90040
|
"commentRange": {
|
|
89933
|
-
"start":
|
|
89934
|
-
"end":
|
|
90041
|
+
"start": 268,
|
|
90042
|
+
"end": 269
|
|
89935
90043
|
},
|
|
89936
90044
|
"context": {
|
|
89937
90045
|
"type": "variable",
|
|
@@ -89939,8 +90047,8 @@
|
|
|
89939
90047
|
"value": "k-color(border)",
|
|
89940
90048
|
"scope": "default",
|
|
89941
90049
|
"line": {
|
|
89942
|
-
"start":
|
|
89943
|
-
"end":
|
|
90050
|
+
"start": 270,
|
|
90051
|
+
"end": 270
|
|
89944
90052
|
}
|
|
89945
90053
|
},
|
|
89946
90054
|
"group": [
|
|
@@ -131287,7 +131395,7 @@
|
|
|
131287
131395
|
"context": {
|
|
131288
131396
|
"type": "variable",
|
|
131289
131397
|
"name": "kendo-color-palette-tile-focus-shadow",
|
|
131290
|
-
"value": "
|
|
131398
|
+
"value": "none",
|
|
131291
131399
|
"scope": "default",
|
|
131292
131400
|
"line": {
|
|
131293
131401
|
"start": 47,
|
|
@@ -131302,19 +131410,19 @@
|
|
|
131302
131410
|
"path": "meridian/scss/colorpalette/_variables.scss",
|
|
131303
131411
|
"name": "_variables.scss"
|
|
131304
131412
|
},
|
|
131305
|
-
"resolvedValue": "
|
|
131306
|
-
"resolvedType": "
|
|
131413
|
+
"resolvedValue": "none",
|
|
131414
|
+
"resolvedType": "String"
|
|
131307
131415
|
},
|
|
131308
131416
|
{
|
|
131309
|
-
"description": "The
|
|
131417
|
+
"description": "The outline color of the ColorPalette focused tile.\n",
|
|
131310
131418
|
"commentRange": {
|
|
131311
131419
|
"start": 48,
|
|
131312
131420
|
"end": 49
|
|
131313
131421
|
},
|
|
131314
131422
|
"context": {
|
|
131315
131423
|
"type": "variable",
|
|
131316
|
-
"name": "kendo-color-palette-tile-
|
|
131317
|
-
"value": "
|
|
131424
|
+
"name": "kendo-color-palette-tile-focus-outline-color",
|
|
131425
|
+
"value": "k-color(subtle)",
|
|
131318
131426
|
"scope": "default",
|
|
131319
131427
|
"line": {
|
|
131320
131428
|
"start": 50,
|
|
@@ -131329,14 +131437,95 @@
|
|
|
131329
131437
|
"path": "meridian/scss/colorpalette/_variables.scss",
|
|
131330
131438
|
"name": "_variables.scss"
|
|
131331
131439
|
},
|
|
131440
|
+
"resolvedValue": "var(--kendo-color-subtle)",
|
|
131441
|
+
"resolvedType": "String"
|
|
131442
|
+
},
|
|
131443
|
+
{
|
|
131444
|
+
"description": "The outline width of the ColorPalette focused tile.\n",
|
|
131445
|
+
"commentRange": {
|
|
131446
|
+
"start": 51,
|
|
131447
|
+
"end": 52
|
|
131448
|
+
},
|
|
131449
|
+
"context": {
|
|
131450
|
+
"type": "variable",
|
|
131451
|
+
"name": "kendo-color-palette-tile-focus-outline-width",
|
|
131452
|
+
"value": "1px",
|
|
131453
|
+
"scope": "default",
|
|
131454
|
+
"line": {
|
|
131455
|
+
"start": 53,
|
|
131456
|
+
"end": 53
|
|
131457
|
+
}
|
|
131458
|
+
},
|
|
131459
|
+
"group": [
|
|
131460
|
+
"color-palette"
|
|
131461
|
+
],
|
|
131462
|
+
"access": "public",
|
|
131463
|
+
"file": {
|
|
131464
|
+
"path": "meridian/scss/colorpalette/_variables.scss",
|
|
131465
|
+
"name": "_variables.scss"
|
|
131466
|
+
},
|
|
131467
|
+
"resolvedValue": "1px",
|
|
131468
|
+
"resolvedType": "Number"
|
|
131469
|
+
},
|
|
131470
|
+
{
|
|
131471
|
+
"description": "The outline offset of the ColorPalette focused tile.\n",
|
|
131472
|
+
"commentRange": {
|
|
131473
|
+
"start": 54,
|
|
131474
|
+
"end": 55
|
|
131475
|
+
},
|
|
131476
|
+
"context": {
|
|
131477
|
+
"type": "variable",
|
|
131478
|
+
"name": "kendo-color-palette-tile-focus-outline-offset",
|
|
131479
|
+
"value": "1px",
|
|
131480
|
+
"scope": "default",
|
|
131481
|
+
"line": {
|
|
131482
|
+
"start": 56,
|
|
131483
|
+
"end": 56
|
|
131484
|
+
}
|
|
131485
|
+
},
|
|
131486
|
+
"group": [
|
|
131487
|
+
"color-palette"
|
|
131488
|
+
],
|
|
131489
|
+
"access": "public",
|
|
131490
|
+
"file": {
|
|
131491
|
+
"path": "meridian/scss/colorpalette/_variables.scss",
|
|
131492
|
+
"name": "_variables.scss"
|
|
131493
|
+
},
|
|
131494
|
+
"resolvedValue": "1px",
|
|
131495
|
+
"resolvedType": "Number"
|
|
131496
|
+
},
|
|
131497
|
+
{
|
|
131498
|
+
"description": "The shadow of the ColorPalette hovered tile.\n",
|
|
131499
|
+
"commentRange": {
|
|
131500
|
+
"start": 57,
|
|
131501
|
+
"end": 58
|
|
131502
|
+
},
|
|
131503
|
+
"context": {
|
|
131504
|
+
"type": "variable",
|
|
131505
|
+
"name": "kendo-color-palette-tile-hover-shadow",
|
|
131506
|
+
"value": "0 0 3px 1px k-color(inverse), inset 0 0 0 1px color-mix(in srgb, k-color(on-inverse) 80%, transparent)",
|
|
131507
|
+
"scope": "default",
|
|
131508
|
+
"line": {
|
|
131509
|
+
"start": 59,
|
|
131510
|
+
"end": 59
|
|
131511
|
+
}
|
|
131512
|
+
},
|
|
131513
|
+
"group": [
|
|
131514
|
+
"color-palette"
|
|
131515
|
+
],
|
|
131516
|
+
"access": "public",
|
|
131517
|
+
"file": {
|
|
131518
|
+
"path": "meridian/scss/colorpalette/_variables.scss",
|
|
131519
|
+
"name": "_variables.scss"
|
|
131520
|
+
},
|
|
131332
131521
|
"resolvedValue": "(0 0 3px 1px var(--kendo-color-inverse), inset 0 0 0 1px color-mix(in srgb, var(--kendo-color-on-inverse) 80%, transparent))",
|
|
131333
131522
|
"resolvedType": "List"
|
|
131334
131523
|
},
|
|
131335
131524
|
{
|
|
131336
131525
|
"description": "The shadow of the ColorPalette selected tile.\n",
|
|
131337
131526
|
"commentRange": {
|
|
131338
|
-
"start":
|
|
131339
|
-
"end":
|
|
131527
|
+
"start": 60,
|
|
131528
|
+
"end": 61
|
|
131340
131529
|
},
|
|
131341
131530
|
"context": {
|
|
131342
131531
|
"type": "variable",
|
|
@@ -131344,8 +131533,8 @@
|
|
|
131344
131533
|
"value": "0 1px 3px 1px k-color(inverse), inset 0 0 0 1px k-color(on-inverse)",
|
|
131345
131534
|
"scope": "default",
|
|
131346
131535
|
"line": {
|
|
131347
|
-
"start":
|
|
131348
|
-
"end":
|
|
131536
|
+
"start": 62,
|
|
131537
|
+
"end": 62
|
|
131349
131538
|
}
|
|
131350
131539
|
},
|
|
131351
131540
|
"group": [
|
|
@@ -158989,7 +159178,7 @@
|
|
|
158989
159178
|
"context": {
|
|
158990
159179
|
"type": "variable",
|
|
158991
159180
|
"name": "kendo-menu-item-text",
|
|
158992
|
-
"value": "k-color(
|
|
159181
|
+
"value": "k-color(on-app-surface)",
|
|
158993
159182
|
"scope": "default",
|
|
158994
159183
|
"line": {
|
|
158995
159184
|
"start": 65,
|
|
@@ -159004,7 +159193,7 @@
|
|
|
159004
159193
|
"path": "meridian/scss/menu/_variables.scss",
|
|
159005
159194
|
"name": "_variables.scss"
|
|
159006
159195
|
},
|
|
159007
|
-
"resolvedValue": "var(--kendo-color-
|
|
159196
|
+
"resolvedValue": "var(--kendo-color-on-app-surface)",
|
|
159008
159197
|
"resolvedType": "String"
|
|
159009
159198
|
},
|
|
159010
159199
|
{
|
|
@@ -170236,7 +170425,7 @@
|
|
|
170236
170425
|
"context": {
|
|
170237
170426
|
"type": "variable",
|
|
170238
170427
|
"name": "kendo-pivotgrid-border-radius",
|
|
170239
|
-
"value": "
|
|
170428
|
+
"value": "null",
|
|
170240
170429
|
"scope": "default",
|
|
170241
170430
|
"line": {
|
|
170242
170431
|
"start": 31,
|
|
@@ -170251,8 +170440,8 @@
|
|
|
170251
170440
|
"path": "meridian/scss/pivotgrid/_variables.scss",
|
|
170252
170441
|
"name": "_variables.scss"
|
|
170253
170442
|
},
|
|
170254
|
-
"resolvedValue": "
|
|
170255
|
-
"resolvedType": "
|
|
170443
|
+
"resolvedValue": "null",
|
|
170444
|
+
"resolvedType": "Null"
|
|
170256
170445
|
},
|
|
170257
170446
|
{
|
|
170258
170447
|
"description": "The icon spacing of the PivotGrid.\n",
|
|
@@ -193890,7 +194079,7 @@
|
|
|
193890
194079
|
"context": {
|
|
193891
194080
|
"type": "variable",
|
|
193892
194081
|
"name": "kendo-taskboard-toolbar-padding-y",
|
|
193893
|
-
"value": "
|
|
194082
|
+
"value": "k-spacing(3.5)",
|
|
193894
194083
|
"scope": "default",
|
|
193895
194084
|
"line": {
|
|
193896
194085
|
"start": 36,
|
|
@@ -193905,8 +194094,8 @@
|
|
|
193905
194094
|
"path": "meridian/scss/taskboard/_variables.scss",
|
|
193906
194095
|
"name": "_variables.scss"
|
|
193907
194096
|
},
|
|
193908
|
-
"resolvedValue": "
|
|
193909
|
-
"resolvedType": "
|
|
194097
|
+
"resolvedValue": "var(--kendo-spacing-3\\.5)",
|
|
194098
|
+
"resolvedType": "String"
|
|
193910
194099
|
},
|
|
193911
194100
|
{
|
|
193912
194101
|
"description": "The horizontal padding of the TaskBoard Toolbar.\n",
|
|
@@ -193932,8 +194121,8 @@
|
|
|
193932
194121
|
"path": "meridian/scss/taskboard/_variables.scss",
|
|
193933
194122
|
"name": "_variables.scss"
|
|
193934
194123
|
},
|
|
193935
|
-
"resolvedValue": "
|
|
193936
|
-
"resolvedType": "
|
|
194124
|
+
"resolvedValue": "var(--kendo-spacing-3\\.5)",
|
|
194125
|
+
"resolvedType": "String"
|
|
193937
194126
|
},
|
|
193938
194127
|
{
|
|
193939
194128
|
"description": "The background color of the TaskBoard Toolbar.\n",
|
|
@@ -194052,7 +194241,7 @@
|
|
|
194052
194241
|
"context": {
|
|
194053
194242
|
"type": "variable",
|
|
194054
194243
|
"name": "kendo-taskboard-content-padding-y",
|
|
194055
|
-
"value": "$kendo-taskboard-spacer",
|
|
194244
|
+
"value": "0 $kendo-taskboard-spacer",
|
|
194056
194245
|
"scope": "default",
|
|
194057
194246
|
"line": {
|
|
194058
194247
|
"start": 55,
|
|
@@ -194067,23 +194256,23 @@
|
|
|
194067
194256
|
"path": "meridian/scss/taskboard/_variables.scss",
|
|
194068
194257
|
"name": "_variables.scss"
|
|
194069
194258
|
},
|
|
194070
|
-
"resolvedValue": "var(--kendo-spacing-4)",
|
|
194071
|
-
"resolvedType": "
|
|
194259
|
+
"resolvedValue": "(0 var(--kendo-spacing-4))",
|
|
194260
|
+
"resolvedType": "List"
|
|
194072
194261
|
},
|
|
194073
194262
|
{
|
|
194074
|
-
"description": "The
|
|
194263
|
+
"description": "The horizontal padding of the TaskBoard content.\n",
|
|
194075
194264
|
"commentRange": {
|
|
194076
|
-
"start":
|
|
194077
|
-
"end":
|
|
194265
|
+
"start": 56,
|
|
194266
|
+
"end": 57
|
|
194078
194267
|
},
|
|
194079
194268
|
"context": {
|
|
194080
194269
|
"type": "variable",
|
|
194081
|
-
"name": "kendo-taskboard-
|
|
194082
|
-
"value": "
|
|
194270
|
+
"name": "kendo-taskboard-content-padding-x",
|
|
194271
|
+
"value": "0",
|
|
194083
194272
|
"scope": "default",
|
|
194084
194273
|
"line": {
|
|
194085
|
-
"start":
|
|
194086
|
-
"end":
|
|
194274
|
+
"start": 58,
|
|
194275
|
+
"end": 58
|
|
194087
194276
|
}
|
|
194088
194277
|
},
|
|
194089
194278
|
"group": [
|
|
@@ -194094,18 +194283,18 @@
|
|
|
194094
194283
|
"path": "meridian/scss/taskboard/_variables.scss",
|
|
194095
194284
|
"name": "_variables.scss"
|
|
194096
194285
|
},
|
|
194097
|
-
"resolvedValue": "
|
|
194098
|
-
"resolvedType": "
|
|
194286
|
+
"resolvedValue": "0",
|
|
194287
|
+
"resolvedType": "Number"
|
|
194099
194288
|
},
|
|
194100
194289
|
{
|
|
194101
|
-
"description": "The vertical
|
|
194290
|
+
"description": "The vertical spacing of the TaskBoard column container.\n",
|
|
194102
194291
|
"commentRange": {
|
|
194103
194292
|
"start": 60,
|
|
194104
194293
|
"end": 61
|
|
194105
194294
|
},
|
|
194106
194295
|
"context": {
|
|
194107
194296
|
"type": "variable",
|
|
194108
|
-
"name": "kendo-taskboard-column-container-
|
|
194297
|
+
"name": "kendo-taskboard-column-container-spacing-y",
|
|
194109
194298
|
"value": "calc( #{$kendo-taskboard-spacer} / 2 )",
|
|
194110
194299
|
"scope": "default",
|
|
194111
194300
|
"line": {
|
|
@@ -194125,14 +194314,14 @@
|
|
|
194125
194314
|
"resolvedType": "Calculation"
|
|
194126
194315
|
},
|
|
194127
194316
|
{
|
|
194128
|
-
"description": "The
|
|
194317
|
+
"description": "The vertical padding of the TaskBoard column container.\n",
|
|
194129
194318
|
"commentRange": {
|
|
194130
194319
|
"start": 63,
|
|
194131
194320
|
"end": 64
|
|
194132
194321
|
},
|
|
194133
194322
|
"context": {
|
|
194134
194323
|
"type": "variable",
|
|
194135
|
-
"name": "kendo-taskboard-column-container-padding-
|
|
194324
|
+
"name": "kendo-taskboard-column-container-padding-y",
|
|
194136
194325
|
"value": "calc( #{$kendo-taskboard-spacer} / 2 )",
|
|
194137
194326
|
"scope": "default",
|
|
194138
194327
|
"line": {
|
|
@@ -194152,15 +194341,15 @@
|
|
|
194152
194341
|
"resolvedType": "Calculation"
|
|
194153
194342
|
},
|
|
194154
194343
|
{
|
|
194155
|
-
"description": "The
|
|
194344
|
+
"description": "The horizontal padding of the TaskBoard column container.\n",
|
|
194156
194345
|
"commentRange": {
|
|
194157
194346
|
"start": 66,
|
|
194158
194347
|
"end": 67
|
|
194159
194348
|
},
|
|
194160
194349
|
"context": {
|
|
194161
194350
|
"type": "variable",
|
|
194162
|
-
"name": "kendo-taskboard-
|
|
194163
|
-
"value": "$kendo-taskboard-spacer",
|
|
194351
|
+
"name": "kendo-taskboard-column-container-padding-x",
|
|
194352
|
+
"value": "calc( #{$kendo-taskboard-spacer} / 2 )",
|
|
194164
194353
|
"scope": "default",
|
|
194165
194354
|
"line": {
|
|
194166
194355
|
"start": 68,
|
|
@@ -194175,14 +194364,41 @@
|
|
|
194175
194364
|
"path": "meridian/scss/taskboard/_variables.scss",
|
|
194176
194365
|
"name": "_variables.scss"
|
|
194177
194366
|
},
|
|
194367
|
+
"resolvedValue": "calc(var(--kendo-spacing-4) / 2)",
|
|
194368
|
+
"resolvedType": "Calculation"
|
|
194369
|
+
},
|
|
194370
|
+
{
|
|
194371
|
+
"description": "The spacing of the TaskBoard columns container.\n",
|
|
194372
|
+
"commentRange": {
|
|
194373
|
+
"start": 69,
|
|
194374
|
+
"end": 70
|
|
194375
|
+
},
|
|
194376
|
+
"context": {
|
|
194377
|
+
"type": "variable",
|
|
194378
|
+
"name": "kendo-taskboard-columns-container-gap",
|
|
194379
|
+
"value": "$kendo-taskboard-spacer",
|
|
194380
|
+
"scope": "default",
|
|
194381
|
+
"line": {
|
|
194382
|
+
"start": 71,
|
|
194383
|
+
"end": 71
|
|
194384
|
+
}
|
|
194385
|
+
},
|
|
194386
|
+
"group": [
|
|
194387
|
+
"taskboard"
|
|
194388
|
+
],
|
|
194389
|
+
"access": "public",
|
|
194390
|
+
"file": {
|
|
194391
|
+
"path": "meridian/scss/taskboard/_variables.scss",
|
|
194392
|
+
"name": "_variables.scss"
|
|
194393
|
+
},
|
|
194178
194394
|
"resolvedValue": "var(--kendo-spacing-4)",
|
|
194179
194395
|
"resolvedType": "String"
|
|
194180
194396
|
},
|
|
194181
194397
|
{
|
|
194182
194398
|
"description": "The default width of the TaskBoard column.\n",
|
|
194183
194399
|
"commentRange": {
|
|
194184
|
-
"start":
|
|
194185
|
-
"end":
|
|
194400
|
+
"start": 73,
|
|
194401
|
+
"end": 74
|
|
194186
194402
|
},
|
|
194187
194403
|
"context": {
|
|
194188
194404
|
"type": "variable",
|
|
@@ -194190,8 +194406,8 @@
|
|
|
194190
194406
|
"value": "320px",
|
|
194191
194407
|
"scope": "default",
|
|
194192
194408
|
"line": {
|
|
194193
|
-
"start":
|
|
194194
|
-
"end":
|
|
194409
|
+
"start": 75,
|
|
194410
|
+
"end": 75
|
|
194195
194411
|
}
|
|
194196
194412
|
},
|
|
194197
194413
|
"group": [
|
|
@@ -194208,8 +194424,8 @@
|
|
|
194208
194424
|
{
|
|
194209
194425
|
"description": "The border width of the TaskBoard column.\n",
|
|
194210
194426
|
"commentRange": {
|
|
194211
|
-
"start":
|
|
194212
|
-
"end":
|
|
194427
|
+
"start": 76,
|
|
194428
|
+
"end": 77
|
|
194213
194429
|
},
|
|
194214
194430
|
"context": {
|
|
194215
194431
|
"type": "variable",
|
|
@@ -194217,8 +194433,8 @@
|
|
|
194217
194433
|
"value": "1px",
|
|
194218
194434
|
"scope": "default",
|
|
194219
194435
|
"line": {
|
|
194220
|
-
"start":
|
|
194221
|
-
"end":
|
|
194436
|
+
"start": 78,
|
|
194437
|
+
"end": 78
|
|
194222
194438
|
}
|
|
194223
194439
|
},
|
|
194224
194440
|
"group": [
|
|
@@ -194235,8 +194451,8 @@
|
|
|
194235
194451
|
{
|
|
194236
194452
|
"description": "The border radius of the TaskBoard column.\n",
|
|
194237
194453
|
"commentRange": {
|
|
194238
|
-
"start":
|
|
194239
|
-
"end":
|
|
194454
|
+
"start": 79,
|
|
194455
|
+
"end": 80
|
|
194240
194456
|
},
|
|
194241
194457
|
"context": {
|
|
194242
194458
|
"type": "variable",
|
|
@@ -194244,8 +194460,8 @@
|
|
|
194244
194460
|
"value": "k-border-radius(xxl)",
|
|
194245
194461
|
"scope": "default",
|
|
194246
194462
|
"line": {
|
|
194247
|
-
"start":
|
|
194248
|
-
"end":
|
|
194463
|
+
"start": 81,
|
|
194464
|
+
"end": 81
|
|
194249
194465
|
}
|
|
194250
194466
|
},
|
|
194251
194467
|
"group": [
|
|
@@ -194262,8 +194478,8 @@
|
|
|
194262
194478
|
{
|
|
194263
194479
|
"description": "The background color of the TaskBoard column.\n",
|
|
194264
194480
|
"commentRange": {
|
|
194265
|
-
"start":
|
|
194266
|
-
"end":
|
|
194481
|
+
"start": 82,
|
|
194482
|
+
"end": 83
|
|
194267
194483
|
},
|
|
194268
194484
|
"context": {
|
|
194269
194485
|
"type": "variable",
|
|
@@ -194271,8 +194487,8 @@
|
|
|
194271
194487
|
"value": "k-color(surface)",
|
|
194272
194488
|
"scope": "default",
|
|
194273
194489
|
"line": {
|
|
194274
|
-
"start":
|
|
194275
|
-
"end":
|
|
194490
|
+
"start": 84,
|
|
194491
|
+
"end": 84
|
|
194276
194492
|
}
|
|
194277
194493
|
},
|
|
194278
194494
|
"group": [
|
|
@@ -194289,8 +194505,8 @@
|
|
|
194289
194505
|
{
|
|
194290
194506
|
"description": "The text color of the TaskBoard column.\n",
|
|
194291
194507
|
"commentRange": {
|
|
194292
|
-
"start":
|
|
194293
|
-
"end":
|
|
194508
|
+
"start": 85,
|
|
194509
|
+
"end": 86
|
|
194294
194510
|
},
|
|
194295
194511
|
"context": {
|
|
194296
194512
|
"type": "variable",
|
|
@@ -194298,8 +194514,8 @@
|
|
|
194298
194514
|
"value": "null",
|
|
194299
194515
|
"scope": "default",
|
|
194300
194516
|
"line": {
|
|
194301
|
-
"start":
|
|
194302
|
-
"end":
|
|
194517
|
+
"start": 87,
|
|
194518
|
+
"end": 87
|
|
194303
194519
|
}
|
|
194304
194520
|
},
|
|
194305
194521
|
"group": [
|
|
@@ -194316,8 +194532,8 @@
|
|
|
194316
194532
|
{
|
|
194317
194533
|
"description": "The border color of the TaskBoard column.\n",
|
|
194318
194534
|
"commentRange": {
|
|
194319
|
-
"start":
|
|
194320
|
-
"end":
|
|
194535
|
+
"start": 88,
|
|
194536
|
+
"end": 89
|
|
194321
194537
|
},
|
|
194322
194538
|
"context": {
|
|
194323
194539
|
"type": "variable",
|
|
@@ -194325,8 +194541,8 @@
|
|
|
194325
194541
|
"value": "transparent",
|
|
194326
194542
|
"scope": "default",
|
|
194327
194543
|
"line": {
|
|
194328
|
-
"start":
|
|
194329
|
-
"end":
|
|
194544
|
+
"start": 90,
|
|
194545
|
+
"end": 90
|
|
194330
194546
|
}
|
|
194331
194547
|
},
|
|
194332
194548
|
"group": [
|
|
@@ -194343,8 +194559,8 @@
|
|
|
194343
194559
|
{
|
|
194344
194560
|
"description": "The background color of the focused TaskBoard column.\n",
|
|
194345
194561
|
"commentRange": {
|
|
194346
|
-
"start":
|
|
194347
|
-
"end":
|
|
194562
|
+
"start": 92,
|
|
194563
|
+
"end": 93
|
|
194348
194564
|
},
|
|
194349
194565
|
"context": {
|
|
194350
194566
|
"type": "variable",
|
|
@@ -194352,8 +194568,8 @@
|
|
|
194352
194568
|
"value": "null",
|
|
194353
194569
|
"scope": "default",
|
|
194354
194570
|
"line": {
|
|
194355
|
-
"start":
|
|
194356
|
-
"end":
|
|
194571
|
+
"start": 94,
|
|
194572
|
+
"end": 94
|
|
194357
194573
|
}
|
|
194358
194574
|
},
|
|
194359
194575
|
"group": [
|
|
@@ -194370,8 +194586,8 @@
|
|
|
194370
194586
|
{
|
|
194371
194587
|
"description": "The text color of the focused TaskBoard column.\n",
|
|
194372
194588
|
"commentRange": {
|
|
194373
|
-
"start":
|
|
194374
|
-
"end":
|
|
194589
|
+
"start": 95,
|
|
194590
|
+
"end": 96
|
|
194375
194591
|
},
|
|
194376
194592
|
"context": {
|
|
194377
194593
|
"type": "variable",
|
|
@@ -194379,8 +194595,8 @@
|
|
|
194379
194595
|
"value": "null",
|
|
194380
194596
|
"scope": "default",
|
|
194381
194597
|
"line": {
|
|
194382
|
-
"start":
|
|
194383
|
-
"end":
|
|
194598
|
+
"start": 97,
|
|
194599
|
+
"end": 97
|
|
194384
194600
|
}
|
|
194385
194601
|
},
|
|
194386
194602
|
"group": [
|
|
@@ -194397,8 +194613,8 @@
|
|
|
194397
194613
|
{
|
|
194398
194614
|
"description": "The border color of the focused TaskBoard column.\n",
|
|
194399
194615
|
"commentRange": {
|
|
194400
|
-
"start":
|
|
194401
|
-
"end":
|
|
194616
|
+
"start": 98,
|
|
194617
|
+
"end": 99
|
|
194402
194618
|
},
|
|
194403
194619
|
"context": {
|
|
194404
194620
|
"type": "variable",
|
|
@@ -194406,8 +194622,8 @@
|
|
|
194406
194622
|
"value": "null",
|
|
194407
194623
|
"scope": "default",
|
|
194408
194624
|
"line": {
|
|
194409
|
-
"start":
|
|
194410
|
-
"end":
|
|
194625
|
+
"start": 100,
|
|
194626
|
+
"end": 100
|
|
194411
194627
|
}
|
|
194412
194628
|
},
|
|
194413
194629
|
"group": [
|
|
@@ -194424,8 +194640,8 @@
|
|
|
194424
194640
|
{
|
|
194425
194641
|
"description": "The outline color of the focused TaskBoard column.\n",
|
|
194426
194642
|
"commentRange": {
|
|
194427
|
-
"start":
|
|
194428
|
-
"end":
|
|
194643
|
+
"start": 101,
|
|
194644
|
+
"end": 102
|
|
194429
194645
|
},
|
|
194430
194646
|
"context": {
|
|
194431
194647
|
"type": "variable",
|
|
@@ -194433,8 +194649,8 @@
|
|
|
194433
194649
|
"value": "k-color(subtle)",
|
|
194434
194650
|
"scope": "default",
|
|
194435
194651
|
"line": {
|
|
194436
|
-
"start":
|
|
194437
|
-
"end":
|
|
194652
|
+
"start": 103,
|
|
194653
|
+
"end": 103
|
|
194438
194654
|
}
|
|
194439
194655
|
},
|
|
194440
194656
|
"group": [
|
|
@@ -194451,8 +194667,8 @@
|
|
|
194451
194667
|
{
|
|
194452
194668
|
"description": "The outline width of the focused TaskBoard column.\n",
|
|
194453
194669
|
"commentRange": {
|
|
194454
|
-
"start":
|
|
194455
|
-
"end":
|
|
194670
|
+
"start": 104,
|
|
194671
|
+
"end": 105
|
|
194456
194672
|
},
|
|
194457
194673
|
"context": {
|
|
194458
194674
|
"type": "variable",
|
|
@@ -194460,8 +194676,8 @@
|
|
|
194460
194676
|
"value": "1px",
|
|
194461
194677
|
"scope": "default",
|
|
194462
194678
|
"line": {
|
|
194463
|
-
"start":
|
|
194464
|
-
"end":
|
|
194679
|
+
"start": 106,
|
|
194680
|
+
"end": 106
|
|
194465
194681
|
}
|
|
194466
194682
|
},
|
|
194467
194683
|
"group": [
|
|
@@ -194478,8 +194694,8 @@
|
|
|
194478
194694
|
{
|
|
194479
194695
|
"description": "The outline offset of the focused TaskBoard column.\n",
|
|
194480
194696
|
"commentRange": {
|
|
194481
|
-
"start":
|
|
194482
|
-
"end":
|
|
194697
|
+
"start": 107,
|
|
194698
|
+
"end": 108
|
|
194483
194699
|
},
|
|
194484
194700
|
"context": {
|
|
194485
194701
|
"type": "variable",
|
|
@@ -194487,8 +194703,8 @@
|
|
|
194487
194703
|
"value": "1px",
|
|
194488
194704
|
"scope": "default",
|
|
194489
194705
|
"line": {
|
|
194490
|
-
"start":
|
|
194491
|
-
"end":
|
|
194706
|
+
"start": 109,
|
|
194707
|
+
"end": 109
|
|
194492
194708
|
}
|
|
194493
194709
|
},
|
|
194494
194710
|
"group": [
|
|
@@ -194505,8 +194721,8 @@
|
|
|
194505
194721
|
{
|
|
194506
194722
|
"description": "The vertical padding of the TaskBoard column header.\n",
|
|
194507
194723
|
"commentRange": {
|
|
194508
|
-
"start":
|
|
194509
|
-
"end":
|
|
194724
|
+
"start": 111,
|
|
194725
|
+
"end": 112
|
|
194510
194726
|
},
|
|
194511
194727
|
"context": {
|
|
194512
194728
|
"type": "variable",
|
|
@@ -194514,8 +194730,8 @@
|
|
|
194514
194730
|
"value": "$kendo-taskboard-spacer",
|
|
194515
194731
|
"scope": "default",
|
|
194516
194732
|
"line": {
|
|
194517
|
-
"start":
|
|
194518
|
-
"end":
|
|
194733
|
+
"start": 113,
|
|
194734
|
+
"end": 113
|
|
194519
194735
|
}
|
|
194520
194736
|
},
|
|
194521
194737
|
"group": [
|
|
@@ -194532,8 +194748,8 @@
|
|
|
194532
194748
|
{
|
|
194533
194749
|
"description": "The horizontal padding of the TaskBoard column header.\n",
|
|
194534
194750
|
"commentRange": {
|
|
194535
|
-
"start":
|
|
194536
|
-
"end":
|
|
194751
|
+
"start": 114,
|
|
194752
|
+
"end": 115
|
|
194537
194753
|
},
|
|
194538
194754
|
"context": {
|
|
194539
194755
|
"type": "variable",
|
|
@@ -194541,8 +194757,8 @@
|
|
|
194541
194757
|
"value": "$kendo-taskboard-column-header-padding-y",
|
|
194542
194758
|
"scope": "default",
|
|
194543
194759
|
"line": {
|
|
194544
|
-
"start":
|
|
194545
|
-
"end":
|
|
194760
|
+
"start": 116,
|
|
194761
|
+
"end": 116
|
|
194546
194762
|
}
|
|
194547
194763
|
},
|
|
194548
194764
|
"group": [
|
|
@@ -194559,8 +194775,8 @@
|
|
|
194559
194775
|
{
|
|
194560
194776
|
"description": "The spacing of the TaskBoard column header.\n",
|
|
194561
194777
|
"commentRange": {
|
|
194562
|
-
"start":
|
|
194563
|
-
"end":
|
|
194778
|
+
"start": 117,
|
|
194779
|
+
"end": 118
|
|
194564
194780
|
},
|
|
194565
194781
|
"context": {
|
|
194566
194782
|
"type": "variable",
|
|
@@ -194568,8 +194784,8 @@
|
|
|
194568
194784
|
"value": "calc( #{$kendo-taskboard-spacer} * .625 )",
|
|
194569
194785
|
"scope": "default",
|
|
194570
194786
|
"line": {
|
|
194571
|
-
"start":
|
|
194572
|
-
"end":
|
|
194787
|
+
"start": 119,
|
|
194788
|
+
"end": 119
|
|
194573
194789
|
}
|
|
194574
194790
|
},
|
|
194575
194791
|
"group": [
|
|
@@ -194586,8 +194802,8 @@
|
|
|
194586
194802
|
{
|
|
194587
194803
|
"description": "The spacing of the TaskBoard column header actions.\n",
|
|
194588
194804
|
"commentRange": {
|
|
194589
|
-
"start":
|
|
194590
|
-
"end":
|
|
194805
|
+
"start": 120,
|
|
194806
|
+
"end": 121
|
|
194591
194807
|
},
|
|
194592
194808
|
"context": {
|
|
194593
194809
|
"type": "variable",
|
|
@@ -194595,8 +194811,8 @@
|
|
|
194595
194811
|
"value": "k-spacing(2)",
|
|
194596
194812
|
"scope": "default",
|
|
194597
194813
|
"line": {
|
|
194598
|
-
"start":
|
|
194599
|
-
"end":
|
|
194814
|
+
"start": 122,
|
|
194815
|
+
"end": 122
|
|
194600
194816
|
}
|
|
194601
194817
|
},
|
|
194602
194818
|
"group": [
|
|
@@ -194613,8 +194829,8 @@
|
|
|
194613
194829
|
{
|
|
194614
194830
|
"description": "The font weight of the TaskBoard column header.\n",
|
|
194615
194831
|
"commentRange": {
|
|
194616
|
-
"start":
|
|
194617
|
-
"end":
|
|
194832
|
+
"start": 123,
|
|
194833
|
+
"end": 124
|
|
194618
194834
|
},
|
|
194619
194835
|
"context": {
|
|
194620
194836
|
"type": "variable",
|
|
@@ -194622,8 +194838,8 @@
|
|
|
194622
194838
|
"value": "500",
|
|
194623
194839
|
"scope": "default",
|
|
194624
194840
|
"line": {
|
|
194625
|
-
"start":
|
|
194626
|
-
"end":
|
|
194841
|
+
"start": 125,
|
|
194842
|
+
"end": 125
|
|
194627
194843
|
}
|
|
194628
194844
|
},
|
|
194629
194845
|
"group": [
|
|
@@ -194640,8 +194856,8 @@
|
|
|
194640
194856
|
{
|
|
194641
194857
|
"description": "The text color of the TaskBoard column header.\n",
|
|
194642
194858
|
"commentRange": {
|
|
194643
|
-
"start":
|
|
194644
|
-
"end":
|
|
194859
|
+
"start": 126,
|
|
194860
|
+
"end": 127
|
|
194645
194861
|
},
|
|
194646
194862
|
"context": {
|
|
194647
194863
|
"type": "variable",
|
|
@@ -194649,8 +194865,8 @@
|
|
|
194649
194865
|
"value": "k-color(on-app-surface)",
|
|
194650
194866
|
"scope": "default",
|
|
194651
194867
|
"line": {
|
|
194652
|
-
"start":
|
|
194653
|
-
"end":
|
|
194868
|
+
"start": 128,
|
|
194869
|
+
"end": 128
|
|
194654
194870
|
}
|
|
194655
194871
|
},
|
|
194656
194872
|
"group": [
|
|
@@ -194667,8 +194883,8 @@
|
|
|
194667
194883
|
{
|
|
194668
194884
|
"description": "The vertical padding of the TaskBoard column Card wrapper.\n",
|
|
194669
194885
|
"commentRange": {
|
|
194670
|
-
"start":
|
|
194671
|
-
"end":
|
|
194886
|
+
"start": 130,
|
|
194887
|
+
"end": 131
|
|
194672
194888
|
},
|
|
194673
194889
|
"context": {
|
|
194674
194890
|
"type": "variable",
|
|
@@ -194676,8 +194892,8 @@
|
|
|
194676
194892
|
"value": "null",
|
|
194677
194893
|
"scope": "default",
|
|
194678
194894
|
"line": {
|
|
194679
|
-
"start":
|
|
194680
|
-
"end":
|
|
194895
|
+
"start": 132,
|
|
194896
|
+
"end": 132
|
|
194681
194897
|
}
|
|
194682
194898
|
},
|
|
194683
194899
|
"group": [
|
|
@@ -194694,8 +194910,8 @@
|
|
|
194694
194910
|
{
|
|
194695
194911
|
"description": "The horizontal padding of the TaskBoard column Card wrapper.\n",
|
|
194696
194912
|
"commentRange": {
|
|
194697
|
-
"start":
|
|
194698
|
-
"end":
|
|
194913
|
+
"start": 133,
|
|
194914
|
+
"end": 134
|
|
194699
194915
|
},
|
|
194700
194916
|
"context": {
|
|
194701
194917
|
"type": "variable",
|
|
@@ -194703,8 +194919,8 @@
|
|
|
194703
194919
|
"value": "null",
|
|
194704
194920
|
"scope": "default",
|
|
194705
194921
|
"line": {
|
|
194706
|
-
"start":
|
|
194707
|
-
"end":
|
|
194922
|
+
"start": 135,
|
|
194923
|
+
"end": 135
|
|
194708
194924
|
}
|
|
194709
194925
|
},
|
|
194710
194926
|
"group": [
|
|
@@ -194721,8 +194937,8 @@
|
|
|
194721
194937
|
{
|
|
194722
194938
|
"description": "The spacing of the TaskBoard column Card wrapper.\n",
|
|
194723
194939
|
"commentRange": {
|
|
194724
|
-
"start":
|
|
194725
|
-
"end":
|
|
194940
|
+
"start": 136,
|
|
194941
|
+
"end": 137
|
|
194726
194942
|
},
|
|
194727
194943
|
"context": {
|
|
194728
194944
|
"type": "variable",
|
|
@@ -194730,8 +194946,8 @@
|
|
|
194730
194946
|
"value": "calc( #{$kendo-taskboard-spacer} / 2 )",
|
|
194731
194947
|
"scope": "default",
|
|
194732
194948
|
"line": {
|
|
194733
|
-
"start":
|
|
194734
|
-
"end":
|
|
194949
|
+
"start": 138,
|
|
194950
|
+
"end": 138
|
|
194735
194951
|
}
|
|
194736
194952
|
},
|
|
194737
194953
|
"group": [
|
|
@@ -194748,8 +194964,8 @@
|
|
|
194748
194964
|
{
|
|
194749
194965
|
"description": "The default width of the TaskBoard pane.\n",
|
|
194750
194966
|
"commentRange": {
|
|
194751
|
-
"start":
|
|
194752
|
-
"end":
|
|
194967
|
+
"start": 140,
|
|
194968
|
+
"end": 141
|
|
194753
194969
|
},
|
|
194754
194970
|
"context": {
|
|
194755
194971
|
"type": "variable",
|
|
@@ -194757,8 +194973,8 @@
|
|
|
194757
194973
|
"value": "$kendo-taskboard-column-width",
|
|
194758
194974
|
"scope": "default",
|
|
194759
194975
|
"line": {
|
|
194760
|
-
"start":
|
|
194761
|
-
"end":
|
|
194976
|
+
"start": 142,
|
|
194977
|
+
"end": 142
|
|
194762
194978
|
}
|
|
194763
194979
|
},
|
|
194764
194980
|
"group": [
|
|
@@ -194775,8 +194991,8 @@
|
|
|
194775
194991
|
{
|
|
194776
194992
|
"description": "The vertical padding of the TaskBoard pane.\n",
|
|
194777
194993
|
"commentRange": {
|
|
194778
|
-
"start":
|
|
194779
|
-
"end":
|
|
194994
|
+
"start": 143,
|
|
194995
|
+
"end": 144
|
|
194780
194996
|
},
|
|
194781
194997
|
"context": {
|
|
194782
194998
|
"type": "variable",
|
|
@@ -194784,8 +195000,8 @@
|
|
|
194784
195000
|
"value": "null",
|
|
194785
195001
|
"scope": "default",
|
|
194786
195002
|
"line": {
|
|
194787
|
-
"start":
|
|
194788
|
-
"end":
|
|
195003
|
+
"start": 145,
|
|
195004
|
+
"end": 145
|
|
194789
195005
|
}
|
|
194790
195006
|
},
|
|
194791
195007
|
"group": [
|
|
@@ -194802,8 +195018,8 @@
|
|
|
194802
195018
|
{
|
|
194803
195019
|
"description": "The horizontal padding of the TaskBoard pane.\n",
|
|
194804
195020
|
"commentRange": {
|
|
194805
|
-
"start":
|
|
194806
|
-
"end":
|
|
195021
|
+
"start": 146,
|
|
195022
|
+
"end": 147
|
|
194807
195023
|
},
|
|
194808
195024
|
"context": {
|
|
194809
195025
|
"type": "variable",
|
|
@@ -194811,8 +195027,8 @@
|
|
|
194811
195027
|
"value": "null",
|
|
194812
195028
|
"scope": "default",
|
|
194813
195029
|
"line": {
|
|
194814
|
-
"start":
|
|
194815
|
-
"end":
|
|
195030
|
+
"start": 148,
|
|
195031
|
+
"end": 148
|
|
194816
195032
|
}
|
|
194817
195033
|
},
|
|
194818
195034
|
"group": [
|
|
@@ -194829,8 +195045,8 @@
|
|
|
194829
195045
|
{
|
|
194830
195046
|
"description": "The border width of the TaskBoard pane.\n",
|
|
194831
195047
|
"commentRange": {
|
|
194832
|
-
"start":
|
|
194833
|
-
"end":
|
|
195048
|
+
"start": 149,
|
|
195049
|
+
"end": 150
|
|
194834
195050
|
},
|
|
194835
195051
|
"context": {
|
|
194836
195052
|
"type": "variable",
|
|
@@ -194838,8 +195054,8 @@
|
|
|
194838
195054
|
"value": "1px",
|
|
194839
195055
|
"scope": "default",
|
|
194840
195056
|
"line": {
|
|
194841
|
-
"start":
|
|
194842
|
-
"end":
|
|
195057
|
+
"start": 151,
|
|
195058
|
+
"end": 151
|
|
194843
195059
|
}
|
|
194844
195060
|
},
|
|
194845
195061
|
"group": [
|
|
@@ -194856,8 +195072,8 @@
|
|
|
194856
195072
|
{
|
|
194857
195073
|
"description": "The border radius of the TaskBoard pane.\n",
|
|
194858
195074
|
"commentRange": {
|
|
194859
|
-
"start":
|
|
194860
|
-
"end":
|
|
195075
|
+
"start": 152,
|
|
195076
|
+
"end": 153
|
|
194861
195077
|
},
|
|
194862
195078
|
"context": {
|
|
194863
195079
|
"type": "variable",
|
|
@@ -194865,8 +195081,8 @@
|
|
|
194865
195081
|
"value": "k-border-radius(xxl)",
|
|
194866
195082
|
"scope": "default",
|
|
194867
195083
|
"line": {
|
|
194868
|
-
"start":
|
|
194869
|
-
"end":
|
|
195084
|
+
"start": 154,
|
|
195085
|
+
"end": 154
|
|
194870
195086
|
}
|
|
194871
195087
|
},
|
|
194872
195088
|
"group": [
|
|
@@ -194883,8 +195099,8 @@
|
|
|
194883
195099
|
{
|
|
194884
195100
|
"description": "The background color of the TaskBoard pane.\n",
|
|
194885
195101
|
"commentRange": {
|
|
194886
|
-
"start":
|
|
194887
|
-
"end":
|
|
195102
|
+
"start": 155,
|
|
195103
|
+
"end": 156
|
|
194888
195104
|
},
|
|
194889
195105
|
"context": {
|
|
194890
195106
|
"type": "variable",
|
|
@@ -194892,8 +195108,8 @@
|
|
|
194892
195108
|
"value": "k-color(surface-alt)",
|
|
194893
195109
|
"scope": "default",
|
|
194894
195110
|
"line": {
|
|
194895
|
-
"start":
|
|
194896
|
-
"end":
|
|
195111
|
+
"start": 157,
|
|
195112
|
+
"end": 157
|
|
194897
195113
|
}
|
|
194898
195114
|
},
|
|
194899
195115
|
"group": [
|
|
@@ -194910,8 +195126,8 @@
|
|
|
194910
195126
|
{
|
|
194911
195127
|
"description": "The text color of the TaskBoard pane.\n",
|
|
194912
195128
|
"commentRange": {
|
|
194913
|
-
"start":
|
|
194914
|
-
"end":
|
|
195129
|
+
"start": 158,
|
|
195130
|
+
"end": 159
|
|
194915
195131
|
},
|
|
194916
195132
|
"context": {
|
|
194917
195133
|
"type": "variable",
|
|
@@ -194919,8 +195135,8 @@
|
|
|
194919
195135
|
"value": "k-color(on-app-surface)",
|
|
194920
195136
|
"scope": "default",
|
|
194921
195137
|
"line": {
|
|
194922
|
-
"start":
|
|
194923
|
-
"end":
|
|
195138
|
+
"start": 160,
|
|
195139
|
+
"end": 160
|
|
194924
195140
|
}
|
|
194925
195141
|
},
|
|
194926
195142
|
"group": [
|
|
@@ -194937,8 +195153,8 @@
|
|
|
194937
195153
|
{
|
|
194938
195154
|
"description": "The border color of the TaskBoard pane.\n",
|
|
194939
195155
|
"commentRange": {
|
|
194940
|
-
"start":
|
|
194941
|
-
"end":
|
|
195156
|
+
"start": 161,
|
|
195157
|
+
"end": 162
|
|
194942
195158
|
},
|
|
194943
195159
|
"context": {
|
|
194944
195160
|
"type": "variable",
|
|
@@ -194946,8 +195162,8 @@
|
|
|
194946
195162
|
"value": "k-color(border)",
|
|
194947
195163
|
"scope": "default",
|
|
194948
195164
|
"line": {
|
|
194949
|
-
"start":
|
|
194950
|
-
"end":
|
|
195165
|
+
"start": 163,
|
|
195166
|
+
"end": 163
|
|
194951
195167
|
}
|
|
194952
195168
|
},
|
|
194953
195169
|
"group": [
|
|
@@ -194964,8 +195180,8 @@
|
|
|
194964
195180
|
{
|
|
194965
195181
|
"description": "The vertical padding of the TaskBoard pane header.\n",
|
|
194966
195182
|
"commentRange": {
|
|
194967
|
-
"start":
|
|
194968
|
-
"end":
|
|
195183
|
+
"start": 165,
|
|
195184
|
+
"end": 166
|
|
194969
195185
|
},
|
|
194970
195186
|
"context": {
|
|
194971
195187
|
"type": "variable",
|
|
@@ -194973,8 +195189,8 @@
|
|
|
194973
195189
|
"value": "$kendo-taskboard-spacer",
|
|
194974
195190
|
"scope": "default",
|
|
194975
195191
|
"line": {
|
|
194976
|
-
"start":
|
|
194977
|
-
"end":
|
|
195192
|
+
"start": 167,
|
|
195193
|
+
"end": 167
|
|
194978
195194
|
}
|
|
194979
195195
|
},
|
|
194980
195196
|
"group": [
|
|
@@ -194991,8 +195207,8 @@
|
|
|
194991
195207
|
{
|
|
194992
195208
|
"description": "The horizontal padding of the TaskBoard pane header.\n",
|
|
194993
195209
|
"commentRange": {
|
|
194994
|
-
"start":
|
|
194995
|
-
"end":
|
|
195210
|
+
"start": 168,
|
|
195211
|
+
"end": 169
|
|
194996
195212
|
},
|
|
194997
195213
|
"context": {
|
|
194998
195214
|
"type": "variable",
|
|
@@ -195000,8 +195216,8 @@
|
|
|
195000
195216
|
"value": "$kendo-taskboard-spacer",
|
|
195001
195217
|
"scope": "default",
|
|
195002
195218
|
"line": {
|
|
195003
|
-
"start":
|
|
195004
|
-
"end":
|
|
195219
|
+
"start": 170,
|
|
195220
|
+
"end": 170
|
|
195005
195221
|
}
|
|
195006
195222
|
},
|
|
195007
195223
|
"group": [
|
|
@@ -195018,8 +195234,8 @@
|
|
|
195018
195234
|
{
|
|
195019
195235
|
"description": "The font weight of the TaskBoard pane header.\n",
|
|
195020
195236
|
"commentRange": {
|
|
195021
|
-
"start":
|
|
195022
|
-
"end":
|
|
195237
|
+
"start": 171,
|
|
195238
|
+
"end": 172
|
|
195023
195239
|
},
|
|
195024
195240
|
"context": {
|
|
195025
195241
|
"type": "variable",
|
|
@@ -195027,8 +195243,8 @@
|
|
|
195027
195243
|
"value": "500",
|
|
195028
195244
|
"scope": "default",
|
|
195029
195245
|
"line": {
|
|
195030
|
-
"start":
|
|
195031
|
-
"end":
|
|
195246
|
+
"start": 173,
|
|
195247
|
+
"end": 173
|
|
195032
195248
|
}
|
|
195033
195249
|
},
|
|
195034
195250
|
"group": [
|
|
@@ -195045,8 +195261,8 @@
|
|
|
195045
195261
|
{
|
|
195046
195262
|
"description": "The text color of the TaskBoard pane header.\n",
|
|
195047
195263
|
"commentRange": {
|
|
195048
|
-
"start":
|
|
195049
|
-
"end":
|
|
195264
|
+
"start": 174,
|
|
195265
|
+
"end": 175
|
|
195050
195266
|
},
|
|
195051
195267
|
"context": {
|
|
195052
195268
|
"type": "variable",
|
|
@@ -195054,8 +195270,8 @@
|
|
|
195054
195270
|
"value": "k-color(on-app-surface)",
|
|
195055
195271
|
"scope": "default",
|
|
195056
195272
|
"line": {
|
|
195057
|
-
"start":
|
|
195058
|
-
"end":
|
|
195273
|
+
"start": 176,
|
|
195274
|
+
"end": 176
|
|
195059
195275
|
}
|
|
195060
195276
|
},
|
|
195061
195277
|
"group": [
|
|
@@ -195072,8 +195288,8 @@
|
|
|
195072
195288
|
{
|
|
195073
195289
|
"description": "The vertical padding of the TaskBoard pane content.\n",
|
|
195074
195290
|
"commentRange": {
|
|
195075
|
-
"start":
|
|
195076
|
-
"end":
|
|
195291
|
+
"start": 178,
|
|
195292
|
+
"end": 179
|
|
195077
195293
|
},
|
|
195078
195294
|
"context": {
|
|
195079
195295
|
"type": "variable",
|
|
@@ -195081,8 +195297,8 @@
|
|
|
195081
195297
|
"value": "k-spacing(0)",
|
|
195082
195298
|
"scope": "default",
|
|
195083
195299
|
"line": {
|
|
195084
|
-
"start":
|
|
195085
|
-
"end":
|
|
195300
|
+
"start": 180,
|
|
195301
|
+
"end": 180
|
|
195086
195302
|
}
|
|
195087
195303
|
},
|
|
195088
195304
|
"group": [
|
|
@@ -195099,8 +195315,8 @@
|
|
|
195099
195315
|
{
|
|
195100
195316
|
"description": "The horizontal padding of the TaskBoard pane content.\n",
|
|
195101
195317
|
"commentRange": {
|
|
195102
|
-
"start":
|
|
195103
|
-
"end":
|
|
195318
|
+
"start": 181,
|
|
195319
|
+
"end": 182
|
|
195104
195320
|
},
|
|
195105
195321
|
"context": {
|
|
195106
195322
|
"type": "variable",
|
|
@@ -195108,8 +195324,8 @@
|
|
|
195108
195324
|
"value": "$kendo-taskboard-spacer",
|
|
195109
195325
|
"scope": "default",
|
|
195110
195326
|
"line": {
|
|
195111
|
-
"start":
|
|
195112
|
-
"end":
|
|
195327
|
+
"start": 183,
|
|
195328
|
+
"end": 183
|
|
195113
195329
|
}
|
|
195114
195330
|
},
|
|
195115
195331
|
"group": [
|
|
@@ -195126,8 +195342,8 @@
|
|
|
195126
195342
|
{
|
|
195127
195343
|
"description": "The vertical padding of the TaskBoard pane actions.\n",
|
|
195128
195344
|
"commentRange": {
|
|
195129
|
-
"start":
|
|
195130
|
-
"end":
|
|
195345
|
+
"start": 185,
|
|
195346
|
+
"end": 186
|
|
195131
195347
|
},
|
|
195132
195348
|
"context": {
|
|
195133
195349
|
"type": "variable",
|
|
@@ -195135,8 +195351,8 @@
|
|
|
195135
195351
|
"value": "calc( #{$kendo-taskboard-spacer} * .75 )",
|
|
195136
195352
|
"scope": "default",
|
|
195137
195353
|
"line": {
|
|
195138
|
-
"start":
|
|
195139
|
-
"end":
|
|
195354
|
+
"start": 187,
|
|
195355
|
+
"end": 187
|
|
195140
195356
|
}
|
|
195141
195357
|
},
|
|
195142
195358
|
"group": [
|
|
@@ -195153,8 +195369,8 @@
|
|
|
195153
195369
|
{
|
|
195154
195370
|
"description": "The horizontal padding of the TaskBoard pane actions.\n",
|
|
195155
195371
|
"commentRange": {
|
|
195156
|
-
"start":
|
|
195157
|
-
"end":
|
|
195372
|
+
"start": 188,
|
|
195373
|
+
"end": 189
|
|
195158
195374
|
},
|
|
195159
195375
|
"context": {
|
|
195160
195376
|
"type": "variable",
|
|
@@ -195162,8 +195378,8 @@
|
|
|
195162
195378
|
"value": "$kendo-taskboard-spacer",
|
|
195163
195379
|
"scope": "default",
|
|
195164
195380
|
"line": {
|
|
195165
|
-
"start":
|
|
195166
|
-
"end":
|
|
195381
|
+
"start": 190,
|
|
195382
|
+
"end": 190
|
|
195167
195383
|
}
|
|
195168
195384
|
},
|
|
195169
195385
|
"group": [
|
|
@@ -195180,8 +195396,8 @@
|
|
|
195180
195396
|
{
|
|
195181
195397
|
"description": "The vertical padding of the TaskBoard Card.\n",
|
|
195182
195398
|
"commentRange": {
|
|
195183
|
-
"start":
|
|
195184
|
-
"end":
|
|
195399
|
+
"start": 192,
|
|
195400
|
+
"end": 193
|
|
195185
195401
|
},
|
|
195186
195402
|
"context": {
|
|
195187
195403
|
"type": "variable",
|
|
@@ -195189,8 +195405,8 @@
|
|
|
195189
195405
|
"value": "$kendo-taskboard-spacer",
|
|
195190
195406
|
"scope": "default",
|
|
195191
195407
|
"line": {
|
|
195192
|
-
"start":
|
|
195193
|
-
"end":
|
|
195408
|
+
"start": 194,
|
|
195409
|
+
"end": 194
|
|
195194
195410
|
}
|
|
195195
195411
|
},
|
|
195196
195412
|
"group": [
|
|
@@ -195207,8 +195423,8 @@
|
|
|
195207
195423
|
{
|
|
195208
195424
|
"description": "The horizontal padding of the TaskBoard Card.\n",
|
|
195209
195425
|
"commentRange": {
|
|
195210
|
-
"start":
|
|
195211
|
-
"end":
|
|
195426
|
+
"start": 195,
|
|
195427
|
+
"end": 196
|
|
195212
195428
|
},
|
|
195213
195429
|
"context": {
|
|
195214
195430
|
"type": "variable",
|
|
@@ -195216,8 +195432,8 @@
|
|
|
195216
195432
|
"value": "$kendo-taskboard-card-padding-y",
|
|
195217
195433
|
"scope": "default",
|
|
195218
195434
|
"line": {
|
|
195219
|
-
"start":
|
|
195220
|
-
"end":
|
|
195435
|
+
"start": 197,
|
|
195436
|
+
"end": 197
|
|
195221
195437
|
}
|
|
195222
195438
|
},
|
|
195223
195439
|
"group": [
|
|
@@ -195234,8 +195450,8 @@
|
|
|
195234
195450
|
{
|
|
195235
195451
|
"description": "The border width of the TaskBoard Card.\n",
|
|
195236
195452
|
"commentRange": {
|
|
195237
|
-
"start":
|
|
195238
|
-
"end":
|
|
195453
|
+
"start": 198,
|
|
195454
|
+
"end": 199
|
|
195239
195455
|
},
|
|
195240
195456
|
"context": {
|
|
195241
195457
|
"type": "variable",
|
|
@@ -195243,8 +195459,8 @@
|
|
|
195243
195459
|
"value": "$kendo-card-border-width",
|
|
195244
195460
|
"scope": "default",
|
|
195245
195461
|
"line": {
|
|
195246
|
-
"start":
|
|
195247
|
-
"end":
|
|
195462
|
+
"start": 200,
|
|
195463
|
+
"end": 200
|
|
195248
195464
|
}
|
|
195249
195465
|
},
|
|
195250
195466
|
"group": [
|
|
@@ -195261,8 +195477,8 @@
|
|
|
195261
195477
|
{
|
|
195262
195478
|
"description": "The border radius of the TaskBoard Card.\n",
|
|
195263
195479
|
"commentRange": {
|
|
195264
|
-
"start":
|
|
195265
|
-
"end":
|
|
195480
|
+
"start": 201,
|
|
195481
|
+
"end": 202
|
|
195266
195482
|
},
|
|
195267
195483
|
"context": {
|
|
195268
195484
|
"type": "variable",
|
|
@@ -195270,8 +195486,8 @@
|
|
|
195270
195486
|
"value": "k-border-radius(xxl)",
|
|
195271
195487
|
"scope": "default",
|
|
195272
195488
|
"line": {
|
|
195273
|
-
"start":
|
|
195274
|
-
"end":
|
|
195489
|
+
"start": 203,
|
|
195490
|
+
"end": 203
|
|
195275
195491
|
}
|
|
195276
195492
|
},
|
|
195277
195493
|
"group": [
|
|
@@ -195288,8 +195504,8 @@
|
|
|
195288
195504
|
{
|
|
195289
195505
|
"description": "The shadow of the TaskBoard Card.\n",
|
|
195290
195506
|
"commentRange": {
|
|
195291
|
-
"start":
|
|
195292
|
-
"end":
|
|
195507
|
+
"start": 204,
|
|
195508
|
+
"end": 205
|
|
195293
195509
|
},
|
|
195294
195510
|
"context": {
|
|
195295
195511
|
"type": "variable",
|
|
@@ -195297,8 +195513,8 @@
|
|
|
195297
195513
|
"value": "none",
|
|
195298
195514
|
"scope": "default",
|
|
195299
195515
|
"line": {
|
|
195300
|
-
"start":
|
|
195301
|
-
"end":
|
|
195516
|
+
"start": 206,
|
|
195517
|
+
"end": 206
|
|
195302
195518
|
}
|
|
195303
195519
|
},
|
|
195304
195520
|
"group": [
|
|
@@ -195315,8 +195531,8 @@
|
|
|
195315
195531
|
{
|
|
195316
195532
|
"description": "The background color of the TaskBoard Card.\n",
|
|
195317
195533
|
"commentRange": {
|
|
195318
|
-
"start":
|
|
195319
|
-
"end":
|
|
195534
|
+
"start": 207,
|
|
195535
|
+
"end": 208
|
|
195320
195536
|
},
|
|
195321
195537
|
"context": {
|
|
195322
195538
|
"type": "variable",
|
|
@@ -195324,8 +195540,8 @@
|
|
|
195324
195540
|
"value": "k-color(surface-alt)",
|
|
195325
195541
|
"scope": "default",
|
|
195326
195542
|
"line": {
|
|
195327
|
-
"start":
|
|
195328
|
-
"end":
|
|
195543
|
+
"start": 209,
|
|
195544
|
+
"end": 209
|
|
195329
195545
|
}
|
|
195330
195546
|
},
|
|
195331
195547
|
"group": [
|
|
@@ -195342,8 +195558,8 @@
|
|
|
195342
195558
|
{
|
|
195343
195559
|
"description": "The text color of the TaskBoard Card.\n",
|
|
195344
195560
|
"commentRange": {
|
|
195345
|
-
"start":
|
|
195346
|
-
"end":
|
|
195561
|
+
"start": 210,
|
|
195562
|
+
"end": 211
|
|
195347
195563
|
},
|
|
195348
195564
|
"context": {
|
|
195349
195565
|
"type": "variable",
|
|
@@ -195351,8 +195567,8 @@
|
|
|
195351
195567
|
"value": "$kendo-card-text",
|
|
195352
195568
|
"scope": "default",
|
|
195353
195569
|
"line": {
|
|
195354
|
-
"start":
|
|
195355
|
-
"end":
|
|
195570
|
+
"start": 212,
|
|
195571
|
+
"end": 212
|
|
195356
195572
|
}
|
|
195357
195573
|
},
|
|
195358
195574
|
"group": [
|
|
@@ -195369,8 +195585,8 @@
|
|
|
195369
195585
|
{
|
|
195370
195586
|
"description": "The border color of the TaskBoard Card.\n",
|
|
195371
195587
|
"commentRange": {
|
|
195372
|
-
"start":
|
|
195373
|
-
"end":
|
|
195588
|
+
"start": 213,
|
|
195589
|
+
"end": 214
|
|
195374
195590
|
},
|
|
195375
195591
|
"context": {
|
|
195376
195592
|
"type": "variable",
|
|
@@ -195378,8 +195594,8 @@
|
|
|
195378
195594
|
"value": "$kendo-card-border",
|
|
195379
195595
|
"scope": "default",
|
|
195380
195596
|
"line": {
|
|
195381
|
-
"start":
|
|
195382
|
-
"end":
|
|
195597
|
+
"start": 215,
|
|
195598
|
+
"end": 215
|
|
195383
195599
|
}
|
|
195384
195600
|
},
|
|
195385
195601
|
"group": [
|
|
@@ -195396,8 +195612,8 @@
|
|
|
195396
195612
|
{
|
|
195397
195613
|
"description": "The border width of the TaskBoard Card category.\n",
|
|
195398
195614
|
"commentRange": {
|
|
195399
|
-
"start":
|
|
195400
|
-
"end":
|
|
195615
|
+
"start": 217,
|
|
195616
|
+
"end": 218
|
|
195401
195617
|
},
|
|
195402
195618
|
"context": {
|
|
195403
195619
|
"type": "variable",
|
|
@@ -195405,8 +195621,8 @@
|
|
|
195405
195621
|
"value": "4px",
|
|
195406
195622
|
"scope": "default",
|
|
195407
195623
|
"line": {
|
|
195408
|
-
"start":
|
|
195409
|
-
"end":
|
|
195624
|
+
"start": 219,
|
|
195625
|
+
"end": 219
|
|
195410
195626
|
}
|
|
195411
195627
|
},
|
|
195412
195628
|
"group": [
|
|
@@ -195423,8 +195639,8 @@
|
|
|
195423
195639
|
{
|
|
195424
195640
|
"description": "The border color of the hovered TaskBoard Card.\n",
|
|
195425
195641
|
"commentRange": {
|
|
195426
|
-
"start":
|
|
195427
|
-
"end":
|
|
195642
|
+
"start": 221,
|
|
195643
|
+
"end": 222
|
|
195428
195644
|
},
|
|
195429
195645
|
"context": {
|
|
195430
195646
|
"type": "variable",
|
|
@@ -195432,8 +195648,8 @@
|
|
|
195432
195648
|
"value": "k-color(border-alt)",
|
|
195433
195649
|
"scope": "default",
|
|
195434
195650
|
"line": {
|
|
195435
|
-
"start":
|
|
195436
|
-
"end":
|
|
195651
|
+
"start": 223,
|
|
195652
|
+
"end": 223
|
|
195437
195653
|
}
|
|
195438
195654
|
},
|
|
195439
195655
|
"group": [
|
|
@@ -195450,8 +195666,8 @@
|
|
|
195450
195666
|
{
|
|
195451
195667
|
"description": "The border color of the focused TaskBoard Card.\n",
|
|
195452
195668
|
"commentRange": {
|
|
195453
|
-
"start":
|
|
195454
|
-
"end":
|
|
195669
|
+
"start": 225,
|
|
195670
|
+
"end": 226
|
|
195455
195671
|
},
|
|
195456
195672
|
"context": {
|
|
195457
195673
|
"type": "variable",
|
|
@@ -195459,8 +195675,8 @@
|
|
|
195459
195675
|
"value": "null",
|
|
195460
195676
|
"scope": "default",
|
|
195461
195677
|
"line": {
|
|
195462
|
-
"start":
|
|
195463
|
-
"end":
|
|
195678
|
+
"start": 227,
|
|
195679
|
+
"end": 227
|
|
195464
195680
|
}
|
|
195465
195681
|
},
|
|
195466
195682
|
"group": [
|
|
@@ -195477,8 +195693,8 @@
|
|
|
195477
195693
|
{
|
|
195478
195694
|
"description": "The shadow of the focused TaskBoard Card.\n",
|
|
195479
195695
|
"commentRange": {
|
|
195480
|
-
"start":
|
|
195481
|
-
"end":
|
|
195696
|
+
"start": 228,
|
|
195697
|
+
"end": 229
|
|
195482
195698
|
},
|
|
195483
195699
|
"context": {
|
|
195484
195700
|
"type": "variable",
|
|
@@ -195486,8 +195702,8 @@
|
|
|
195486
195702
|
"value": "none",
|
|
195487
195703
|
"scope": "default",
|
|
195488
195704
|
"line": {
|
|
195489
|
-
"start":
|
|
195490
|
-
"end":
|
|
195705
|
+
"start": 230,
|
|
195706
|
+
"end": 230
|
|
195491
195707
|
}
|
|
195492
195708
|
},
|
|
195493
195709
|
"group": [
|
|
@@ -195504,8 +195720,8 @@
|
|
|
195504
195720
|
{
|
|
195505
195721
|
"description": "The border of the selected TaskBoard Card.\n",
|
|
195506
195722
|
"commentRange": {
|
|
195507
|
-
"start":
|
|
195508
|
-
"end":
|
|
195723
|
+
"start": 232,
|
|
195724
|
+
"end": 233
|
|
195509
195725
|
},
|
|
195510
195726
|
"context": {
|
|
195511
195727
|
"type": "variable",
|
|
@@ -195513,8 +195729,8 @@
|
|
|
195513
195729
|
"value": "k-color(primary)",
|
|
195514
195730
|
"scope": "default",
|
|
195515
195731
|
"line": {
|
|
195516
|
-
"start":
|
|
195517
|
-
"end":
|
|
195732
|
+
"start": 234,
|
|
195733
|
+
"end": 234
|
|
195518
195734
|
}
|
|
195519
195735
|
},
|
|
195520
195736
|
"group": [
|
|
@@ -195531,8 +195747,8 @@
|
|
|
195531
195747
|
{
|
|
195532
195748
|
"description": "The shadow of the selected TaskBoard Card.\n",
|
|
195533
195749
|
"commentRange": {
|
|
195534
|
-
"start":
|
|
195535
|
-
"end":
|
|
195750
|
+
"start": 235,
|
|
195751
|
+
"end": 236
|
|
195536
195752
|
},
|
|
195537
195753
|
"context": {
|
|
195538
195754
|
"type": "variable",
|
|
@@ -195540,8 +195756,8 @@
|
|
|
195540
195756
|
"value": "none",
|
|
195541
195757
|
"scope": "default",
|
|
195542
195758
|
"line": {
|
|
195543
|
-
"start":
|
|
195544
|
-
"end":
|
|
195759
|
+
"start": 237,
|
|
195760
|
+
"end": 237
|
|
195545
195761
|
}
|
|
195546
195762
|
},
|
|
195547
195763
|
"group": [
|
|
@@ -195558,8 +195774,8 @@
|
|
|
195558
195774
|
{
|
|
195559
195775
|
"description": "The text color of the TaskBoard Card header text.\n",
|
|
195560
195776
|
"commentRange": {
|
|
195561
|
-
"start":
|
|
195562
|
-
"end":
|
|
195777
|
+
"start": 239,
|
|
195778
|
+
"end": 240
|
|
195563
195779
|
},
|
|
195564
195780
|
"context": {
|
|
195565
195781
|
"type": "variable",
|
|
@@ -195567,8 +195783,8 @@
|
|
|
195567
195783
|
"value": "k-color(primary)",
|
|
195568
195784
|
"scope": "default",
|
|
195569
195785
|
"line": {
|
|
195570
|
-
"start":
|
|
195571
|
-
"end":
|
|
195786
|
+
"start": 241,
|
|
195787
|
+
"end": 241
|
|
195572
195788
|
}
|
|
195573
195789
|
},
|
|
195574
195790
|
"group": [
|
|
@@ -195585,8 +195801,8 @@
|
|
|
195585
195801
|
{
|
|
195586
195802
|
"description": "The text color of the hovered TaskBoard Card header text.\n",
|
|
195587
195803
|
"commentRange": {
|
|
195588
|
-
"start":
|
|
195589
|
-
"end":
|
|
195804
|
+
"start": 242,
|
|
195805
|
+
"end": 243
|
|
195590
195806
|
},
|
|
195591
195807
|
"context": {
|
|
195592
195808
|
"type": "variable",
|
|
@@ -195594,8 +195810,8 @@
|
|
|
195594
195810
|
"value": "k-color(primary-hover)",
|
|
195595
195811
|
"scope": "default",
|
|
195596
195812
|
"line": {
|
|
195597
|
-
"start":
|
|
195598
|
-
"end":
|
|
195813
|
+
"start": 244,
|
|
195814
|
+
"end": 244
|
|
195599
195815
|
}
|
|
195600
195816
|
},
|
|
195601
195817
|
"group": [
|
|
@@ -195612,8 +195828,8 @@
|
|
|
195612
195828
|
{
|
|
195613
195829
|
"description": "The text color of the focused TaskBoard Card header text.\n",
|
|
195614
195830
|
"commentRange": {
|
|
195615
|
-
"start":
|
|
195616
|
-
"end":
|
|
195831
|
+
"start": 245,
|
|
195832
|
+
"end": 246
|
|
195617
195833
|
},
|
|
195618
195834
|
"context": {
|
|
195619
195835
|
"type": "variable",
|
|
@@ -195621,8 +195837,8 @@
|
|
|
195621
195837
|
"value": "k-color(primary-hover)",
|
|
195622
195838
|
"scope": "default",
|
|
195623
195839
|
"line": {
|
|
195624
|
-
"start":
|
|
195625
|
-
"end":
|
|
195840
|
+
"start": 247,
|
|
195841
|
+
"end": 247
|
|
195626
195842
|
}
|
|
195627
195843
|
},
|
|
195628
195844
|
"group": [
|
|
@@ -195639,8 +195855,8 @@
|
|
|
195639
195855
|
{
|
|
195640
195856
|
"description": "The outline color of the focused TaskBoard Card.\n",
|
|
195641
195857
|
"commentRange": {
|
|
195642
|
-
"start":
|
|
195643
|
-
"end":
|
|
195858
|
+
"start": 249,
|
|
195859
|
+
"end": 250
|
|
195644
195860
|
},
|
|
195645
195861
|
"context": {
|
|
195646
195862
|
"type": "variable",
|
|
@@ -195648,8 +195864,8 @@
|
|
|
195648
195864
|
"value": "k-color(subtle)",
|
|
195649
195865
|
"scope": "default",
|
|
195650
195866
|
"line": {
|
|
195651
|
-
"start":
|
|
195652
|
-
"end":
|
|
195867
|
+
"start": 251,
|
|
195868
|
+
"end": 251
|
|
195653
195869
|
}
|
|
195654
195870
|
},
|
|
195655
195871
|
"group": [
|
|
@@ -195666,8 +195882,8 @@
|
|
|
195666
195882
|
{
|
|
195667
195883
|
"description": "The outline width of the focused TaskBoard Card.\n",
|
|
195668
195884
|
"commentRange": {
|
|
195669
|
-
"start":
|
|
195670
|
-
"end":
|
|
195885
|
+
"start": 252,
|
|
195886
|
+
"end": 253
|
|
195671
195887
|
},
|
|
195672
195888
|
"context": {
|
|
195673
195889
|
"type": "variable",
|
|
@@ -195675,8 +195891,8 @@
|
|
|
195675
195891
|
"value": "1px",
|
|
195676
195892
|
"scope": "default",
|
|
195677
195893
|
"line": {
|
|
195678
|
-
"start":
|
|
195679
|
-
"end":
|
|
195894
|
+
"start": 254,
|
|
195895
|
+
"end": 254
|
|
195680
195896
|
}
|
|
195681
195897
|
},
|
|
195682
195898
|
"group": [
|
|
@@ -195693,8 +195909,8 @@
|
|
|
195693
195909
|
{
|
|
195694
195910
|
"description": "The outline offset of the focused TaskBoard Card.\n",
|
|
195695
195911
|
"commentRange": {
|
|
195696
|
-
"start":
|
|
195697
|
-
"end":
|
|
195912
|
+
"start": 255,
|
|
195913
|
+
"end": 256
|
|
195698
195914
|
},
|
|
195699
195915
|
"context": {
|
|
195700
195916
|
"type": "variable",
|
|
@@ -195702,8 +195918,8 @@
|
|
|
195702
195918
|
"value": "1px",
|
|
195703
195919
|
"scope": "default",
|
|
195704
195920
|
"line": {
|
|
195705
|
-
"start":
|
|
195706
|
-
"end":
|
|
195921
|
+
"start": 257,
|
|
195922
|
+
"end": 257
|
|
195707
195923
|
}
|
|
195708
195924
|
},
|
|
195709
195925
|
"group": [
|
|
@@ -195720,8 +195936,8 @@
|
|
|
195720
195936
|
{
|
|
195721
195937
|
"description": "The border width of the TaskBoard Card placeholder.\n",
|
|
195722
195938
|
"commentRange": {
|
|
195723
|
-
"start":
|
|
195724
|
-
"end":
|
|
195939
|
+
"start": 259,
|
|
195940
|
+
"end": 260
|
|
195725
195941
|
},
|
|
195726
195942
|
"context": {
|
|
195727
195943
|
"type": "variable",
|
|
@@ -195729,8 +195945,8 @@
|
|
|
195729
195945
|
"value": "1px",
|
|
195730
195946
|
"scope": "default",
|
|
195731
195947
|
"line": {
|
|
195732
|
-
"start":
|
|
195733
|
-
"end":
|
|
195948
|
+
"start": 261,
|
|
195949
|
+
"end": 261
|
|
195734
195950
|
}
|
|
195735
195951
|
},
|
|
195736
195952
|
"group": [
|
|
@@ -195747,8 +195963,8 @@
|
|
|
195747
195963
|
{
|
|
195748
195964
|
"description": "The border radius of the TaskBoard Card placeholder.\n",
|
|
195749
195965
|
"commentRange": {
|
|
195750
|
-
"start":
|
|
195751
|
-
"end":
|
|
195966
|
+
"start": 262,
|
|
195967
|
+
"end": 263
|
|
195752
195968
|
},
|
|
195753
195969
|
"context": {
|
|
195754
195970
|
"type": "variable",
|
|
@@ -195756,8 +195972,8 @@
|
|
|
195756
195972
|
"value": "$kendo-taskboard-card-border-radius",
|
|
195757
195973
|
"scope": "default",
|
|
195758
195974
|
"line": {
|
|
195759
|
-
"start":
|
|
195760
|
-
"end":
|
|
195975
|
+
"start": 264,
|
|
195976
|
+
"end": 264
|
|
195761
195977
|
}
|
|
195762
195978
|
},
|
|
195763
195979
|
"group": [
|
|
@@ -195774,8 +195990,8 @@
|
|
|
195774
195990
|
{
|
|
195775
195991
|
"description": "The background color of the TaskBoard Card placeholder.\n",
|
|
195776
195992
|
"commentRange": {
|
|
195777
|
-
"start":
|
|
195778
|
-
"end":
|
|
195993
|
+
"start": 265,
|
|
195994
|
+
"end": 266
|
|
195779
195995
|
},
|
|
195780
195996
|
"context": {
|
|
195781
195997
|
"type": "variable",
|
|
@@ -195783,8 +195999,8 @@
|
|
|
195783
195999
|
"value": "rgba(255, 255, 255, .2)",
|
|
195784
196000
|
"scope": "default",
|
|
195785
196001
|
"line": {
|
|
195786
|
-
"start":
|
|
195787
|
-
"end":
|
|
196002
|
+
"start": 267,
|
|
196003
|
+
"end": 267
|
|
195788
196004
|
}
|
|
195789
196005
|
},
|
|
195790
196006
|
"group": [
|
|
@@ -195801,8 +196017,8 @@
|
|
|
195801
196017
|
{
|
|
195802
196018
|
"description": "The border color of the TaskBoard Card placeholder.\n",
|
|
195803
196019
|
"commentRange": {
|
|
195804
|
-
"start":
|
|
195805
|
-
"end":
|
|
196020
|
+
"start": 268,
|
|
196021
|
+
"end": 269
|
|
195806
196022
|
},
|
|
195807
196023
|
"context": {
|
|
195808
196024
|
"type": "variable",
|
|
@@ -195810,8 +196026,8 @@
|
|
|
195810
196026
|
"value": "k-color(border)",
|
|
195811
196027
|
"scope": "default",
|
|
195812
196028
|
"line": {
|
|
195813
|
-
"start":
|
|
195814
|
-
"end":
|
|
196029
|
+
"start": 270,
|
|
196030
|
+
"end": 270
|
|
195815
196031
|
}
|
|
195816
196032
|
},
|
|
195817
196033
|
"group": [
|