@progress/kendo-theme-material 14.0.0-dev.3 → 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/material-2-dark.css +1 -1
- package/dist/material-2.css +1 -1
- package/dist/material-aqua-dark.css +1 -1
- package/dist/material-arctic.css +1 -1
- package/dist/material-burnt-teal.css +1 -1
- package/dist/material-dataviz-v4.css +1 -1
- package/dist/material-eggplant.css +1 -1
- package/dist/material-lime-dark.css +1 -1
- package/dist/material-lime.css +1 -1
- package/dist/material-main-dark.css +1 -1
- package/dist/material-main.css +1 -1
- package/dist/material-nova.css +1 -1
- package/dist/material-pacific-dark.css +1 -1
- package/dist/material-pacific.css +1 -1
- package/dist/material-sky-dark.css +1 -1
- package/dist/material-sky.css +1 -1
- package/dist/material-smoke.css +1 -1
- package/dist/meta/sassdoc-data.json +528 -474
- package/dist/meta/sassdoc-raw-data.json +253 -228
- package/dist/meta/variables.json +4 -0
- package/lib/swatches/material-2-dark.json +1 -1
- package/lib/swatches/material-2.json +1 -1
- package/lib/swatches/material-aqua-dark.json +1 -1
- package/lib/swatches/material-arctic.json +1 -1
- package/lib/swatches/material-burnt-teal.json +1 -1
- package/lib/swatches/material-dataviz-v4.json +1 -1
- package/lib/swatches/material-eggplant.json +1 -1
- package/lib/swatches/material-lime-dark.json +1 -1
- package/lib/swatches/material-lime.json +1 -1
- package/lib/swatches/material-main-dark.json +1 -1
- package/lib/swatches/material-main.json +1 -1
- package/lib/swatches/material-nova.json +1 -1
- package/lib/swatches/material-pacific-dark.json +1 -1
- package/lib/swatches/material-pacific.json +1 -1
- package/lib/swatches/material-sky-dark.json +1 -1
- package/lib/swatches/material-sky.json +1 -1
- package/lib/swatches/material-smoke.json +1 -1
- package/package.json +4 -4
- package/scss/taskboard/_variables.scss +5 -1
|
@@ -85502,7 +85502,7 @@
|
|
|
85502
85502
|
"context": {
|
|
85503
85503
|
"type": "variable",
|
|
85504
85504
|
"name": "kendo-taskboard-content-padding-y",
|
|
85505
|
-
"value": "$kendo-taskboard-spacer",
|
|
85505
|
+
"value": "0 $kendo-taskboard-spacer",
|
|
85506
85506
|
"scope": "default",
|
|
85507
85507
|
"line": {
|
|
85508
85508
|
"start": 56,
|
|
@@ -85517,14 +85517,41 @@
|
|
|
85517
85517
|
"path": "material/scss/taskboard/_variables.scss",
|
|
85518
85518
|
"name": "_variables.scss"
|
|
85519
85519
|
},
|
|
85520
|
+
"resolvedValue": "(0 var(--kendo-spacing-4))",
|
|
85521
|
+
"resolvedType": "List"
|
|
85522
|
+
},
|
|
85523
|
+
{
|
|
85524
|
+
"description": "The horizontal padding of the TaskBoard content.\n",
|
|
85525
|
+
"commentRange": {
|
|
85526
|
+
"start": 57,
|
|
85527
|
+
"end": 58
|
|
85528
|
+
},
|
|
85529
|
+
"context": {
|
|
85530
|
+
"type": "variable",
|
|
85531
|
+
"name": "kendo-taskboard-content-padding-x",
|
|
85532
|
+
"value": "$kendo-taskboard-spacer",
|
|
85533
|
+
"scope": "default",
|
|
85534
|
+
"line": {
|
|
85535
|
+
"start": 59,
|
|
85536
|
+
"end": 59
|
|
85537
|
+
}
|
|
85538
|
+
},
|
|
85539
|
+
"group": [
|
|
85540
|
+
"taskboard"
|
|
85541
|
+
],
|
|
85542
|
+
"access": "public",
|
|
85543
|
+
"file": {
|
|
85544
|
+
"path": "material/scss/taskboard/_variables.scss",
|
|
85545
|
+
"name": "_variables.scss"
|
|
85546
|
+
},
|
|
85520
85547
|
"resolvedValue": "var(--kendo-spacing-4)",
|
|
85521
85548
|
"resolvedType": "String"
|
|
85522
85549
|
},
|
|
85523
85550
|
{
|
|
85524
85551
|
"description": "The vertical spacing of the TaskBoard column container.\n",
|
|
85525
85552
|
"commentRange": {
|
|
85526
|
-
"start":
|
|
85527
|
-
"end":
|
|
85553
|
+
"start": 61,
|
|
85554
|
+
"end": 62
|
|
85528
85555
|
},
|
|
85529
85556
|
"context": {
|
|
85530
85557
|
"type": "variable",
|
|
@@ -85532,8 +85559,8 @@
|
|
|
85532
85559
|
"value": "calc( #{$kendo-taskboard-spacer} / 2 )",
|
|
85533
85560
|
"scope": "default",
|
|
85534
85561
|
"line": {
|
|
85535
|
-
"start":
|
|
85536
|
-
"end":
|
|
85562
|
+
"start": 63,
|
|
85563
|
+
"end": 63
|
|
85537
85564
|
}
|
|
85538
85565
|
},
|
|
85539
85566
|
"group": [
|
|
@@ -85550,8 +85577,8 @@
|
|
|
85550
85577
|
{
|
|
85551
85578
|
"description": "The vertical padding of the TaskBoard column container.\n",
|
|
85552
85579
|
"commentRange": {
|
|
85553
|
-
"start":
|
|
85554
|
-
"end":
|
|
85580
|
+
"start": 64,
|
|
85581
|
+
"end": 65
|
|
85555
85582
|
},
|
|
85556
85583
|
"context": {
|
|
85557
85584
|
"type": "variable",
|
|
@@ -85559,8 +85586,8 @@
|
|
|
85559
85586
|
"value": "k-spacing(0)",
|
|
85560
85587
|
"scope": "default",
|
|
85561
85588
|
"line": {
|
|
85562
|
-
"start":
|
|
85563
|
-
"end":
|
|
85589
|
+
"start": 66,
|
|
85590
|
+
"end": 66
|
|
85564
85591
|
}
|
|
85565
85592
|
},
|
|
85566
85593
|
"group": [
|
|
@@ -85577,8 +85604,8 @@
|
|
|
85577
85604
|
{
|
|
85578
85605
|
"description": "The horizontal padding of the TaskBoard column container.\n",
|
|
85579
85606
|
"commentRange": {
|
|
85580
|
-
"start":
|
|
85581
|
-
"end":
|
|
85607
|
+
"start": 67,
|
|
85608
|
+
"end": 68
|
|
85582
85609
|
},
|
|
85583
85610
|
"context": {
|
|
85584
85611
|
"type": "variable",
|
|
@@ -85586,8 +85613,8 @@
|
|
|
85586
85613
|
"value": "calc( #{$kendo-taskboard-spacer} / 2 )",
|
|
85587
85614
|
"scope": "default",
|
|
85588
85615
|
"line": {
|
|
85589
|
-
"start":
|
|
85590
|
-
"end":
|
|
85616
|
+
"start": 69,
|
|
85617
|
+
"end": 69
|
|
85591
85618
|
}
|
|
85592
85619
|
},
|
|
85593
85620
|
"group": [
|
|
@@ -85604,8 +85631,8 @@
|
|
|
85604
85631
|
{
|
|
85605
85632
|
"description": "The spacing of the TaskBoard columns container.\n",
|
|
85606
85633
|
"commentRange": {
|
|
85607
|
-
"start":
|
|
85608
|
-
"end":
|
|
85634
|
+
"start": 70,
|
|
85635
|
+
"end": 71
|
|
85609
85636
|
},
|
|
85610
85637
|
"context": {
|
|
85611
85638
|
"type": "variable",
|
|
@@ -85613,8 +85640,8 @@
|
|
|
85613
85640
|
"value": "$kendo-taskboard-spacer",
|
|
85614
85641
|
"scope": "default",
|
|
85615
85642
|
"line": {
|
|
85616
|
-
"start":
|
|
85617
|
-
"end":
|
|
85643
|
+
"start": 72,
|
|
85644
|
+
"end": 72
|
|
85618
85645
|
}
|
|
85619
85646
|
},
|
|
85620
85647
|
"group": [
|
|
@@ -85631,8 +85658,8 @@
|
|
|
85631
85658
|
{
|
|
85632
85659
|
"description": "The default width of the TaskBoard column.\n",
|
|
85633
85660
|
"commentRange": {
|
|
85634
|
-
"start":
|
|
85635
|
-
"end":
|
|
85661
|
+
"start": 74,
|
|
85662
|
+
"end": 75
|
|
85636
85663
|
},
|
|
85637
85664
|
"context": {
|
|
85638
85665
|
"type": "variable",
|
|
@@ -85640,8 +85667,8 @@
|
|
|
85640
85667
|
"value": "320px",
|
|
85641
85668
|
"scope": "default",
|
|
85642
85669
|
"line": {
|
|
85643
|
-
"start":
|
|
85644
|
-
"end":
|
|
85670
|
+
"start": 76,
|
|
85671
|
+
"end": 76
|
|
85645
85672
|
}
|
|
85646
85673
|
},
|
|
85647
85674
|
"group": [
|
|
@@ -85658,8 +85685,8 @@
|
|
|
85658
85685
|
{
|
|
85659
85686
|
"description": "The border width of the TaskBoard column.\n",
|
|
85660
85687
|
"commentRange": {
|
|
85661
|
-
"start":
|
|
85662
|
-
"end":
|
|
85688
|
+
"start": 77,
|
|
85689
|
+
"end": 78
|
|
85663
85690
|
},
|
|
85664
85691
|
"context": {
|
|
85665
85692
|
"type": "variable",
|
|
@@ -85667,8 +85694,8 @@
|
|
|
85667
85694
|
"value": "1px",
|
|
85668
85695
|
"scope": "default",
|
|
85669
85696
|
"line": {
|
|
85670
|
-
"start":
|
|
85671
|
-
"end":
|
|
85697
|
+
"start": 79,
|
|
85698
|
+
"end": 79
|
|
85672
85699
|
}
|
|
85673
85700
|
},
|
|
85674
85701
|
"group": [
|
|
@@ -85685,8 +85712,8 @@
|
|
|
85685
85712
|
{
|
|
85686
85713
|
"description": "The border radius of the TaskBoard column.\n",
|
|
85687
85714
|
"commentRange": {
|
|
85688
|
-
"start":
|
|
85689
|
-
"end":
|
|
85715
|
+
"start": 80,
|
|
85716
|
+
"end": 81
|
|
85690
85717
|
},
|
|
85691
85718
|
"context": {
|
|
85692
85719
|
"type": "variable",
|
|
@@ -85694,8 +85721,8 @@
|
|
|
85694
85721
|
"value": "k-border-radius(md)",
|
|
85695
85722
|
"scope": "default",
|
|
85696
85723
|
"line": {
|
|
85697
|
-
"start":
|
|
85698
|
-
"end":
|
|
85724
|
+
"start": 82,
|
|
85725
|
+
"end": 82
|
|
85699
85726
|
}
|
|
85700
85727
|
},
|
|
85701
85728
|
"group": [
|
|
@@ -85712,8 +85739,8 @@
|
|
|
85712
85739
|
{
|
|
85713
85740
|
"description": "The background color of the TaskBoard column.\n",
|
|
85714
85741
|
"commentRange": {
|
|
85715
|
-
"start":
|
|
85716
|
-
"end":
|
|
85742
|
+
"start": 83,
|
|
85743
|
+
"end": 84
|
|
85717
85744
|
},
|
|
85718
85745
|
"context": {
|
|
85719
85746
|
"type": "variable",
|
|
@@ -85721,8 +85748,8 @@
|
|
|
85721
85748
|
"value": "k-color(app-surface)",
|
|
85722
85749
|
"scope": "default",
|
|
85723
85750
|
"line": {
|
|
85724
|
-
"start":
|
|
85725
|
-
"end":
|
|
85751
|
+
"start": 85,
|
|
85752
|
+
"end": 85
|
|
85726
85753
|
}
|
|
85727
85754
|
},
|
|
85728
85755
|
"group": [
|
|
@@ -85739,8 +85766,8 @@
|
|
|
85739
85766
|
{
|
|
85740
85767
|
"description": "The text color of the TaskBoard column.\n",
|
|
85741
85768
|
"commentRange": {
|
|
85742
|
-
"start":
|
|
85743
|
-
"end":
|
|
85769
|
+
"start": 86,
|
|
85770
|
+
"end": 87
|
|
85744
85771
|
},
|
|
85745
85772
|
"context": {
|
|
85746
85773
|
"type": "variable",
|
|
@@ -85748,8 +85775,8 @@
|
|
|
85748
85775
|
"value": "null",
|
|
85749
85776
|
"scope": "default",
|
|
85750
85777
|
"line": {
|
|
85751
|
-
"start":
|
|
85752
|
-
"end":
|
|
85778
|
+
"start": 88,
|
|
85779
|
+
"end": 88
|
|
85753
85780
|
}
|
|
85754
85781
|
},
|
|
85755
85782
|
"group": [
|
|
@@ -85766,8 +85793,8 @@
|
|
|
85766
85793
|
{
|
|
85767
85794
|
"description": "The border color of the TaskBoard column.\n",
|
|
85768
85795
|
"commentRange": {
|
|
85769
|
-
"start":
|
|
85770
|
-
"end":
|
|
85796
|
+
"start": 89,
|
|
85797
|
+
"end": 90
|
|
85771
85798
|
},
|
|
85772
85799
|
"context": {
|
|
85773
85800
|
"type": "variable",
|
|
@@ -85775,8 +85802,8 @@
|
|
|
85775
85802
|
"value": "transparent",
|
|
85776
85803
|
"scope": "default",
|
|
85777
85804
|
"line": {
|
|
85778
|
-
"start":
|
|
85779
|
-
"end":
|
|
85805
|
+
"start": 91,
|
|
85806
|
+
"end": 91
|
|
85780
85807
|
}
|
|
85781
85808
|
},
|
|
85782
85809
|
"group": [
|
|
@@ -85793,8 +85820,8 @@
|
|
|
85793
85820
|
{
|
|
85794
85821
|
"description": "The background color of the focused TaskBoard column.\n",
|
|
85795
85822
|
"commentRange": {
|
|
85796
|
-
"start":
|
|
85797
|
-
"end":
|
|
85823
|
+
"start": 93,
|
|
85824
|
+
"end": 94
|
|
85798
85825
|
},
|
|
85799
85826
|
"context": {
|
|
85800
85827
|
"type": "variable",
|
|
@@ -85802,8 +85829,8 @@
|
|
|
85802
85829
|
"value": "null",
|
|
85803
85830
|
"scope": "default",
|
|
85804
85831
|
"line": {
|
|
85805
|
-
"start":
|
|
85806
|
-
"end":
|
|
85832
|
+
"start": 95,
|
|
85833
|
+
"end": 95
|
|
85807
85834
|
}
|
|
85808
85835
|
},
|
|
85809
85836
|
"group": [
|
|
@@ -85820,8 +85847,8 @@
|
|
|
85820
85847
|
{
|
|
85821
85848
|
"description": "The text color of the focused TaskBoard column.\n",
|
|
85822
85849
|
"commentRange": {
|
|
85823
|
-
"start":
|
|
85824
|
-
"end":
|
|
85850
|
+
"start": 96,
|
|
85851
|
+
"end": 97
|
|
85825
85852
|
},
|
|
85826
85853
|
"context": {
|
|
85827
85854
|
"type": "variable",
|
|
@@ -85829,8 +85856,8 @@
|
|
|
85829
85856
|
"value": "null",
|
|
85830
85857
|
"scope": "default",
|
|
85831
85858
|
"line": {
|
|
85832
|
-
"start":
|
|
85833
|
-
"end":
|
|
85859
|
+
"start": 98,
|
|
85860
|
+
"end": 98
|
|
85834
85861
|
}
|
|
85835
85862
|
},
|
|
85836
85863
|
"group": [
|
|
@@ -85847,8 +85874,8 @@
|
|
|
85847
85874
|
{
|
|
85848
85875
|
"description": "The border color of the focused TaskBoard column.\n",
|
|
85849
85876
|
"commentRange": {
|
|
85850
|
-
"start":
|
|
85851
|
-
"end":
|
|
85877
|
+
"start": 99,
|
|
85878
|
+
"end": 100
|
|
85852
85879
|
},
|
|
85853
85880
|
"context": {
|
|
85854
85881
|
"type": "variable",
|
|
@@ -85856,8 +85883,8 @@
|
|
|
85856
85883
|
"value": "k-color(border-alt)",
|
|
85857
85884
|
"scope": "default",
|
|
85858
85885
|
"line": {
|
|
85859
|
-
"start":
|
|
85860
|
-
"end":
|
|
85886
|
+
"start": 101,
|
|
85887
|
+
"end": 101
|
|
85861
85888
|
}
|
|
85862
85889
|
},
|
|
85863
85890
|
"group": [
|
|
@@ -85874,8 +85901,8 @@
|
|
|
85874
85901
|
{
|
|
85875
85902
|
"description": "The vertical padding of the TaskBoard column header.\n",
|
|
85876
85903
|
"commentRange": {
|
|
85877
|
-
"start":
|
|
85878
|
-
"end":
|
|
85904
|
+
"start": 103,
|
|
85905
|
+
"end": 104
|
|
85879
85906
|
},
|
|
85880
85907
|
"context": {
|
|
85881
85908
|
"type": "variable",
|
|
@@ -85883,8 +85910,8 @@
|
|
|
85883
85910
|
"value": "calc( #{$kendo-taskboard-spacer} / 2 )",
|
|
85884
85911
|
"scope": "default",
|
|
85885
85912
|
"line": {
|
|
85886
|
-
"start":
|
|
85887
|
-
"end":
|
|
85913
|
+
"start": 105,
|
|
85914
|
+
"end": 105
|
|
85888
85915
|
}
|
|
85889
85916
|
},
|
|
85890
85917
|
"group": [
|
|
@@ -85901,8 +85928,8 @@
|
|
|
85901
85928
|
{
|
|
85902
85929
|
"description": "The horizontal padding of the TaskBoard column header.\n",
|
|
85903
85930
|
"commentRange": {
|
|
85904
|
-
"start":
|
|
85905
|
-
"end":
|
|
85931
|
+
"start": 106,
|
|
85932
|
+
"end": 107
|
|
85906
85933
|
},
|
|
85907
85934
|
"context": {
|
|
85908
85935
|
"type": "variable",
|
|
@@ -85910,8 +85937,8 @@
|
|
|
85910
85937
|
"value": "$kendo-taskboard-column-header-padding-y",
|
|
85911
85938
|
"scope": "default",
|
|
85912
85939
|
"line": {
|
|
85913
|
-
"start":
|
|
85914
|
-
"end":
|
|
85940
|
+
"start": 108,
|
|
85941
|
+
"end": 108
|
|
85915
85942
|
}
|
|
85916
85943
|
},
|
|
85917
85944
|
"group": [
|
|
@@ -85928,8 +85955,8 @@
|
|
|
85928
85955
|
{
|
|
85929
85956
|
"description": "The spacing of the TaskBoard column header.\n",
|
|
85930
85957
|
"commentRange": {
|
|
85931
|
-
"start":
|
|
85932
|
-
"end":
|
|
85958
|
+
"start": 109,
|
|
85959
|
+
"end": 110
|
|
85933
85960
|
},
|
|
85934
85961
|
"context": {
|
|
85935
85962
|
"type": "variable",
|
|
@@ -85937,8 +85964,8 @@
|
|
|
85937
85964
|
"value": "calc( #{$kendo-taskboard-spacer} / 4 )",
|
|
85938
85965
|
"scope": "default",
|
|
85939
85966
|
"line": {
|
|
85940
|
-
"start":
|
|
85941
|
-
"end":
|
|
85967
|
+
"start": 111,
|
|
85968
|
+
"end": 111
|
|
85942
85969
|
}
|
|
85943
85970
|
},
|
|
85944
85971
|
"group": [
|
|
@@ -85955,8 +85982,8 @@
|
|
|
85955
85982
|
{
|
|
85956
85983
|
"description": "The spacing of the TaskBoard column header actions.\n",
|
|
85957
85984
|
"commentRange": {
|
|
85958
|
-
"start":
|
|
85959
|
-
"end":
|
|
85985
|
+
"start": 112,
|
|
85986
|
+
"end": 113
|
|
85960
85987
|
},
|
|
85961
85988
|
"context": {
|
|
85962
85989
|
"type": "variable",
|
|
@@ -85964,8 +85991,8 @@
|
|
|
85964
85991
|
"value": "calc( #{$kendo-taskboard-spacer} / 2 )",
|
|
85965
85992
|
"scope": "default",
|
|
85966
85993
|
"line": {
|
|
85967
|
-
"start":
|
|
85968
|
-
"end":
|
|
85994
|
+
"start": 114,
|
|
85995
|
+
"end": 114
|
|
85969
85996
|
}
|
|
85970
85997
|
},
|
|
85971
85998
|
"group": [
|
|
@@ -85982,8 +86009,8 @@
|
|
|
85982
86009
|
{
|
|
85983
86010
|
"description": "The font weight of the TaskBoard column header.\n",
|
|
85984
86011
|
"commentRange": {
|
|
85985
|
-
"start":
|
|
85986
|
-
"end":
|
|
86012
|
+
"start": 115,
|
|
86013
|
+
"end": 116
|
|
85987
86014
|
},
|
|
85988
86015
|
"context": {
|
|
85989
86016
|
"type": "variable",
|
|
@@ -85991,8 +86018,8 @@
|
|
|
85991
86018
|
"value": "500",
|
|
85992
86019
|
"scope": "default",
|
|
85993
86020
|
"line": {
|
|
85994
|
-
"start":
|
|
85995
|
-
"end":
|
|
86021
|
+
"start": 117,
|
|
86022
|
+
"end": 117
|
|
85996
86023
|
}
|
|
85997
86024
|
},
|
|
85998
86025
|
"group": [
|
|
@@ -86009,8 +86036,8 @@
|
|
|
86009
86036
|
{
|
|
86010
86037
|
"description": "The text color of the TaskBoard column header.\n",
|
|
86011
86038
|
"commentRange": {
|
|
86012
|
-
"start":
|
|
86013
|
-
"end":
|
|
86039
|
+
"start": 118,
|
|
86040
|
+
"end": 119
|
|
86014
86041
|
},
|
|
86015
86042
|
"context": {
|
|
86016
86043
|
"type": "variable",
|
|
@@ -86018,8 +86045,8 @@
|
|
|
86018
86045
|
"value": "k-color(on-app-surface)",
|
|
86019
86046
|
"scope": "default",
|
|
86020
86047
|
"line": {
|
|
86021
|
-
"start":
|
|
86022
|
-
"end":
|
|
86048
|
+
"start": 120,
|
|
86049
|
+
"end": 120
|
|
86023
86050
|
}
|
|
86024
86051
|
},
|
|
86025
86052
|
"group": [
|
|
@@ -86036,8 +86063,8 @@
|
|
|
86036
86063
|
{
|
|
86037
86064
|
"description": "The vertical padding of the TaskBoard column Card wrapper.\n",
|
|
86038
86065
|
"commentRange": {
|
|
86039
|
-
"start":
|
|
86040
|
-
"end":
|
|
86066
|
+
"start": 122,
|
|
86067
|
+
"end": 123
|
|
86041
86068
|
},
|
|
86042
86069
|
"context": {
|
|
86043
86070
|
"type": "variable",
|
|
@@ -86045,8 +86072,8 @@
|
|
|
86045
86072
|
"value": "null",
|
|
86046
86073
|
"scope": "default",
|
|
86047
86074
|
"line": {
|
|
86048
|
-
"start":
|
|
86049
|
-
"end":
|
|
86075
|
+
"start": 124,
|
|
86076
|
+
"end": 124
|
|
86050
86077
|
}
|
|
86051
86078
|
},
|
|
86052
86079
|
"group": [
|
|
@@ -86063,8 +86090,8 @@
|
|
|
86063
86090
|
{
|
|
86064
86091
|
"description": "The horizontal padding of the TaskBoard column Card wrapper.\n",
|
|
86065
86092
|
"commentRange": {
|
|
86066
|
-
"start":
|
|
86067
|
-
"end":
|
|
86093
|
+
"start": 125,
|
|
86094
|
+
"end": 126
|
|
86068
86095
|
},
|
|
86069
86096
|
"context": {
|
|
86070
86097
|
"type": "variable",
|
|
@@ -86072,8 +86099,8 @@
|
|
|
86072
86099
|
"value": "null",
|
|
86073
86100
|
"scope": "default",
|
|
86074
86101
|
"line": {
|
|
86075
|
-
"start":
|
|
86076
|
-
"end":
|
|
86102
|
+
"start": 127,
|
|
86103
|
+
"end": 127
|
|
86077
86104
|
}
|
|
86078
86105
|
},
|
|
86079
86106
|
"group": [
|
|
@@ -86090,8 +86117,8 @@
|
|
|
86090
86117
|
{
|
|
86091
86118
|
"description": "The spacing of the TaskBoard column Card wrapper.\n",
|
|
86092
86119
|
"commentRange": {
|
|
86093
|
-
"start":
|
|
86094
|
-
"end":
|
|
86120
|
+
"start": 128,
|
|
86121
|
+
"end": 129
|
|
86095
86122
|
},
|
|
86096
86123
|
"context": {
|
|
86097
86124
|
"type": "variable",
|
|
@@ -86099,8 +86126,8 @@
|
|
|
86099
86126
|
"value": "calc( #{$kendo-taskboard-spacer} / 2 )",
|
|
86100
86127
|
"scope": "default",
|
|
86101
86128
|
"line": {
|
|
86102
|
-
"start":
|
|
86103
|
-
"end":
|
|
86129
|
+
"start": 130,
|
|
86130
|
+
"end": 130
|
|
86104
86131
|
}
|
|
86105
86132
|
},
|
|
86106
86133
|
"group": [
|
|
@@ -86117,8 +86144,8 @@
|
|
|
86117
86144
|
{
|
|
86118
86145
|
"description": "The default width of the TaskBoard pane.\n",
|
|
86119
86146
|
"commentRange": {
|
|
86120
|
-
"start":
|
|
86121
|
-
"end":
|
|
86147
|
+
"start": 132,
|
|
86148
|
+
"end": 133
|
|
86122
86149
|
},
|
|
86123
86150
|
"context": {
|
|
86124
86151
|
"type": "variable",
|
|
@@ -86126,8 +86153,8 @@
|
|
|
86126
86153
|
"value": "$kendo-taskboard-column-width",
|
|
86127
86154
|
"scope": "default",
|
|
86128
86155
|
"line": {
|
|
86129
|
-
"start":
|
|
86130
|
-
"end":
|
|
86156
|
+
"start": 134,
|
|
86157
|
+
"end": 134
|
|
86131
86158
|
}
|
|
86132
86159
|
},
|
|
86133
86160
|
"group": [
|
|
@@ -86144,8 +86171,8 @@
|
|
|
86144
86171
|
{
|
|
86145
86172
|
"description": "The vertical padding of the TaskBoard pane.\n",
|
|
86146
86173
|
"commentRange": {
|
|
86147
|
-
"start":
|
|
86148
|
-
"end":
|
|
86174
|
+
"start": 135,
|
|
86175
|
+
"end": 136
|
|
86149
86176
|
},
|
|
86150
86177
|
"context": {
|
|
86151
86178
|
"type": "variable",
|
|
@@ -86153,8 +86180,8 @@
|
|
|
86153
86180
|
"value": "null",
|
|
86154
86181
|
"scope": "default",
|
|
86155
86182
|
"line": {
|
|
86156
|
-
"start":
|
|
86157
|
-
"end":
|
|
86183
|
+
"start": 137,
|
|
86184
|
+
"end": 137
|
|
86158
86185
|
}
|
|
86159
86186
|
},
|
|
86160
86187
|
"group": [
|
|
@@ -86171,8 +86198,8 @@
|
|
|
86171
86198
|
{
|
|
86172
86199
|
"description": "The horizontal padding of the TaskBoard pane.\n",
|
|
86173
86200
|
"commentRange": {
|
|
86174
|
-
"start":
|
|
86175
|
-
"end":
|
|
86201
|
+
"start": 138,
|
|
86202
|
+
"end": 139
|
|
86176
86203
|
},
|
|
86177
86204
|
"context": {
|
|
86178
86205
|
"type": "variable",
|
|
@@ -86180,8 +86207,8 @@
|
|
|
86180
86207
|
"value": "null",
|
|
86181
86208
|
"scope": "default",
|
|
86182
86209
|
"line": {
|
|
86183
|
-
"start":
|
|
86184
|
-
"end":
|
|
86210
|
+
"start": 140,
|
|
86211
|
+
"end": 140
|
|
86185
86212
|
}
|
|
86186
86213
|
},
|
|
86187
86214
|
"group": [
|
|
@@ -86198,8 +86225,8 @@
|
|
|
86198
86225
|
{
|
|
86199
86226
|
"description": "The border width of the TaskBoard pane.\n",
|
|
86200
86227
|
"commentRange": {
|
|
86201
|
-
"start":
|
|
86202
|
-
"end":
|
|
86228
|
+
"start": 141,
|
|
86229
|
+
"end": 142
|
|
86203
86230
|
},
|
|
86204
86231
|
"context": {
|
|
86205
86232
|
"type": "variable",
|
|
@@ -86207,8 +86234,8 @@
|
|
|
86207
86234
|
"value": "1px",
|
|
86208
86235
|
"scope": "default",
|
|
86209
86236
|
"line": {
|
|
86210
|
-
"start":
|
|
86211
|
-
"end":
|
|
86237
|
+
"start": 143,
|
|
86238
|
+
"end": 143
|
|
86212
86239
|
}
|
|
86213
86240
|
},
|
|
86214
86241
|
"group": [
|
|
@@ -86225,8 +86252,8 @@
|
|
|
86225
86252
|
{
|
|
86226
86253
|
"description": "The border radius of the TaskBoard pane.\n",
|
|
86227
86254
|
"commentRange": {
|
|
86228
|
-
"start":
|
|
86229
|
-
"end":
|
|
86255
|
+
"start": 144,
|
|
86256
|
+
"end": 145
|
|
86230
86257
|
},
|
|
86231
86258
|
"context": {
|
|
86232
86259
|
"type": "variable",
|
|
@@ -86234,8 +86261,8 @@
|
|
|
86234
86261
|
"value": "null",
|
|
86235
86262
|
"scope": "default",
|
|
86236
86263
|
"line": {
|
|
86237
|
-
"start":
|
|
86238
|
-
"end":
|
|
86264
|
+
"start": 146,
|
|
86265
|
+
"end": 146
|
|
86239
86266
|
}
|
|
86240
86267
|
},
|
|
86241
86268
|
"group": [
|
|
@@ -86252,8 +86279,8 @@
|
|
|
86252
86279
|
{
|
|
86253
86280
|
"description": "The background color of the TaskBoard pane.\n",
|
|
86254
86281
|
"commentRange": {
|
|
86255
|
-
"start":
|
|
86256
|
-
"end":
|
|
86282
|
+
"start": 147,
|
|
86283
|
+
"end": 148
|
|
86257
86284
|
},
|
|
86258
86285
|
"context": {
|
|
86259
86286
|
"type": "variable",
|
|
@@ -86261,8 +86288,8 @@
|
|
|
86261
86288
|
"value": "k-color(surface)",
|
|
86262
86289
|
"scope": "default",
|
|
86263
86290
|
"line": {
|
|
86264
|
-
"start":
|
|
86265
|
-
"end":
|
|
86291
|
+
"start": 149,
|
|
86292
|
+
"end": 149
|
|
86266
86293
|
}
|
|
86267
86294
|
},
|
|
86268
86295
|
"group": [
|
|
@@ -86279,8 +86306,8 @@
|
|
|
86279
86306
|
{
|
|
86280
86307
|
"description": "The text color of the TaskBoard pane.\n",
|
|
86281
86308
|
"commentRange": {
|
|
86282
|
-
"start":
|
|
86283
|
-
"end":
|
|
86309
|
+
"start": 150,
|
|
86310
|
+
"end": 151
|
|
86284
86311
|
},
|
|
86285
86312
|
"context": {
|
|
86286
86313
|
"type": "variable",
|
|
@@ -86288,8 +86315,8 @@
|
|
|
86288
86315
|
"value": "k-color(on-app-surface)",
|
|
86289
86316
|
"scope": "default",
|
|
86290
86317
|
"line": {
|
|
86291
|
-
"start":
|
|
86292
|
-
"end":
|
|
86318
|
+
"start": 152,
|
|
86319
|
+
"end": 152
|
|
86293
86320
|
}
|
|
86294
86321
|
},
|
|
86295
86322
|
"group": [
|
|
@@ -86306,8 +86333,8 @@
|
|
|
86306
86333
|
{
|
|
86307
86334
|
"description": "The border color of the TaskBoard pane.\n",
|
|
86308
86335
|
"commentRange": {
|
|
86309
|
-
"start":
|
|
86310
|
-
"end":
|
|
86336
|
+
"start": 153,
|
|
86337
|
+
"end": 154
|
|
86311
86338
|
},
|
|
86312
86339
|
"context": {
|
|
86313
86340
|
"type": "variable",
|
|
@@ -86315,8 +86342,8 @@
|
|
|
86315
86342
|
"value": "k-color(border)",
|
|
86316
86343
|
"scope": "default",
|
|
86317
86344
|
"line": {
|
|
86318
|
-
"start":
|
|
86319
|
-
"end":
|
|
86345
|
+
"start": 155,
|
|
86346
|
+
"end": 155
|
|
86320
86347
|
}
|
|
86321
86348
|
},
|
|
86322
86349
|
"group": [
|
|
@@ -86333,8 +86360,8 @@
|
|
|
86333
86360
|
{
|
|
86334
86361
|
"description": "The vertical padding of the TaskBoard pane header.\n",
|
|
86335
86362
|
"commentRange": {
|
|
86336
|
-
"start":
|
|
86337
|
-
"end":
|
|
86363
|
+
"start": 157,
|
|
86364
|
+
"end": 158
|
|
86338
86365
|
},
|
|
86339
86366
|
"context": {
|
|
86340
86367
|
"type": "variable",
|
|
@@ -86342,8 +86369,8 @@
|
|
|
86342
86369
|
"value": "calc( #{$kendo-taskboard-spacer} * .75 )",
|
|
86343
86370
|
"scope": "default",
|
|
86344
86371
|
"line": {
|
|
86345
|
-
"start":
|
|
86346
|
-
"end":
|
|
86372
|
+
"start": 159,
|
|
86373
|
+
"end": 159
|
|
86347
86374
|
}
|
|
86348
86375
|
},
|
|
86349
86376
|
"group": [
|
|
@@ -86360,8 +86387,8 @@
|
|
|
86360
86387
|
{
|
|
86361
86388
|
"description": "The horizontal padding of the TaskBoard pane header.\n",
|
|
86362
86389
|
"commentRange": {
|
|
86363
|
-
"start":
|
|
86364
|
-
"end":
|
|
86390
|
+
"start": 160,
|
|
86391
|
+
"end": 161
|
|
86365
86392
|
},
|
|
86366
86393
|
"context": {
|
|
86367
86394
|
"type": "variable",
|
|
@@ -86369,8 +86396,8 @@
|
|
|
86369
86396
|
"value": "$kendo-taskboard-spacer",
|
|
86370
86397
|
"scope": "default",
|
|
86371
86398
|
"line": {
|
|
86372
|
-
"start":
|
|
86373
|
-
"end":
|
|
86399
|
+
"start": 162,
|
|
86400
|
+
"end": 162
|
|
86374
86401
|
}
|
|
86375
86402
|
},
|
|
86376
86403
|
"group": [
|
|
@@ -86387,8 +86414,8 @@
|
|
|
86387
86414
|
{
|
|
86388
86415
|
"description": "The font weight of the TaskBoard pane header.\n",
|
|
86389
86416
|
"commentRange": {
|
|
86390
|
-
"start":
|
|
86391
|
-
"end":
|
|
86417
|
+
"start": 163,
|
|
86418
|
+
"end": 164
|
|
86392
86419
|
},
|
|
86393
86420
|
"context": {
|
|
86394
86421
|
"type": "variable",
|
|
@@ -86396,8 +86423,8 @@
|
|
|
86396
86423
|
"value": "500",
|
|
86397
86424
|
"scope": "default",
|
|
86398
86425
|
"line": {
|
|
86399
|
-
"start":
|
|
86400
|
-
"end":
|
|
86426
|
+
"start": 165,
|
|
86427
|
+
"end": 165
|
|
86401
86428
|
}
|
|
86402
86429
|
},
|
|
86403
86430
|
"group": [
|
|
@@ -86414,8 +86441,8 @@
|
|
|
86414
86441
|
{
|
|
86415
86442
|
"description": "The text color of the TaskBoard pane header.\n",
|
|
86416
86443
|
"commentRange": {
|
|
86417
|
-
"start":
|
|
86418
|
-
"end":
|
|
86444
|
+
"start": 166,
|
|
86445
|
+
"end": 167
|
|
86419
86446
|
},
|
|
86420
86447
|
"context": {
|
|
86421
86448
|
"type": "variable",
|
|
@@ -86423,8 +86450,8 @@
|
|
|
86423
86450
|
"value": "k-color(on-app-surface)",
|
|
86424
86451
|
"scope": "default",
|
|
86425
86452
|
"line": {
|
|
86426
|
-
"start":
|
|
86427
|
-
"end":
|
|
86453
|
+
"start": 168,
|
|
86454
|
+
"end": 168
|
|
86428
86455
|
}
|
|
86429
86456
|
},
|
|
86430
86457
|
"group": [
|
|
@@ -86441,8 +86468,8 @@
|
|
|
86441
86468
|
{
|
|
86442
86469
|
"description": "The vertical padding of the TaskBoard pane content.\n",
|
|
86443
86470
|
"commentRange": {
|
|
86444
|
-
"start":
|
|
86445
|
-
"end":
|
|
86471
|
+
"start": 170,
|
|
86472
|
+
"end": 171
|
|
86446
86473
|
},
|
|
86447
86474
|
"context": {
|
|
86448
86475
|
"type": "variable",
|
|
@@ -86450,8 +86477,8 @@
|
|
|
86450
86477
|
"value": "k-spacing(0)",
|
|
86451
86478
|
"scope": "default",
|
|
86452
86479
|
"line": {
|
|
86453
|
-
"start":
|
|
86454
|
-
"end":
|
|
86480
|
+
"start": 172,
|
|
86481
|
+
"end": 172
|
|
86455
86482
|
}
|
|
86456
86483
|
},
|
|
86457
86484
|
"group": [
|
|
@@ -86468,8 +86495,8 @@
|
|
|
86468
86495
|
{
|
|
86469
86496
|
"description": "The horizontal padding of the TaskBoard pane content.\n",
|
|
86470
86497
|
"commentRange": {
|
|
86471
|
-
"start":
|
|
86472
|
-
"end":
|
|
86498
|
+
"start": 173,
|
|
86499
|
+
"end": 174
|
|
86473
86500
|
},
|
|
86474
86501
|
"context": {
|
|
86475
86502
|
"type": "variable",
|
|
@@ -86477,8 +86504,8 @@
|
|
|
86477
86504
|
"value": "$kendo-taskboard-spacer",
|
|
86478
86505
|
"scope": "default",
|
|
86479
86506
|
"line": {
|
|
86480
|
-
"start":
|
|
86481
|
-
"end":
|
|
86507
|
+
"start": 175,
|
|
86508
|
+
"end": 175
|
|
86482
86509
|
}
|
|
86483
86510
|
},
|
|
86484
86511
|
"group": [
|
|
@@ -86495,8 +86522,8 @@
|
|
|
86495
86522
|
{
|
|
86496
86523
|
"description": "The vertical padding of the TaskBoard pane actions.\n",
|
|
86497
86524
|
"commentRange": {
|
|
86498
|
-
"start":
|
|
86499
|
-
"end":
|
|
86525
|
+
"start": 177,
|
|
86526
|
+
"end": 178
|
|
86500
86527
|
},
|
|
86501
86528
|
"context": {
|
|
86502
86529
|
"type": "variable",
|
|
@@ -86504,8 +86531,8 @@
|
|
|
86504
86531
|
"value": "calc( #{$kendo-taskboard-spacer} * .75 )",
|
|
86505
86532
|
"scope": "default",
|
|
86506
86533
|
"line": {
|
|
86507
|
-
"start":
|
|
86508
|
-
"end":
|
|
86534
|
+
"start": 179,
|
|
86535
|
+
"end": 179
|
|
86509
86536
|
}
|
|
86510
86537
|
},
|
|
86511
86538
|
"group": [
|
|
@@ -86522,8 +86549,8 @@
|
|
|
86522
86549
|
{
|
|
86523
86550
|
"description": "The horizontal padding of the TaskBoard pane actions.\n",
|
|
86524
86551
|
"commentRange": {
|
|
86525
|
-
"start":
|
|
86526
|
-
"end":
|
|
86552
|
+
"start": 180,
|
|
86553
|
+
"end": 181
|
|
86527
86554
|
},
|
|
86528
86555
|
"context": {
|
|
86529
86556
|
"type": "variable",
|
|
@@ -86531,8 +86558,8 @@
|
|
|
86531
86558
|
"value": "$kendo-taskboard-spacer",
|
|
86532
86559
|
"scope": "default",
|
|
86533
86560
|
"line": {
|
|
86534
|
-
"start":
|
|
86535
|
-
"end":
|
|
86561
|
+
"start": 182,
|
|
86562
|
+
"end": 182
|
|
86536
86563
|
}
|
|
86537
86564
|
},
|
|
86538
86565
|
"group": [
|
|
@@ -86549,8 +86576,8 @@
|
|
|
86549
86576
|
{
|
|
86550
86577
|
"description": "The vertical padding of the TaskBoard Card.\n",
|
|
86551
86578
|
"commentRange": {
|
|
86552
|
-
"start":
|
|
86553
|
-
"end":
|
|
86579
|
+
"start": 184,
|
|
86580
|
+
"end": 185
|
|
86554
86581
|
},
|
|
86555
86582
|
"context": {
|
|
86556
86583
|
"type": "variable",
|
|
@@ -86558,8 +86585,8 @@
|
|
|
86558
86585
|
"value": "calc( #{$kendo-taskboard-spacer} / 2 )",
|
|
86559
86586
|
"scope": "default",
|
|
86560
86587
|
"line": {
|
|
86561
|
-
"start":
|
|
86562
|
-
"end":
|
|
86588
|
+
"start": 186,
|
|
86589
|
+
"end": 186
|
|
86563
86590
|
}
|
|
86564
86591
|
},
|
|
86565
86592
|
"group": [
|
|
@@ -86576,8 +86603,8 @@
|
|
|
86576
86603
|
{
|
|
86577
86604
|
"description": "The horizontal padding of the TaskBoard Card.\n",
|
|
86578
86605
|
"commentRange": {
|
|
86579
|
-
"start":
|
|
86580
|
-
"end":
|
|
86606
|
+
"start": 187,
|
|
86607
|
+
"end": 188
|
|
86581
86608
|
},
|
|
86582
86609
|
"context": {
|
|
86583
86610
|
"type": "variable",
|
|
@@ -86585,8 +86612,8 @@
|
|
|
86585
86612
|
"value": "$kendo-taskboard-card-padding-y",
|
|
86586
86613
|
"scope": "default",
|
|
86587
86614
|
"line": {
|
|
86588
|
-
"start":
|
|
86589
|
-
"end":
|
|
86615
|
+
"start": 189,
|
|
86616
|
+
"end": 189
|
|
86590
86617
|
}
|
|
86591
86618
|
},
|
|
86592
86619
|
"group": [
|
|
@@ -86603,8 +86630,8 @@
|
|
|
86603
86630
|
{
|
|
86604
86631
|
"description": "The border width of the TaskBoard Card.\n",
|
|
86605
86632
|
"commentRange": {
|
|
86606
|
-
"start":
|
|
86607
|
-
"end":
|
|
86633
|
+
"start": 190,
|
|
86634
|
+
"end": 191
|
|
86608
86635
|
},
|
|
86609
86636
|
"context": {
|
|
86610
86637
|
"type": "variable",
|
|
@@ -86612,8 +86639,8 @@
|
|
|
86612
86639
|
"value": "1px",
|
|
86613
86640
|
"scope": "default",
|
|
86614
86641
|
"line": {
|
|
86615
|
-
"start":
|
|
86616
|
-
"end":
|
|
86642
|
+
"start": 192,
|
|
86643
|
+
"end": 192
|
|
86617
86644
|
}
|
|
86618
86645
|
},
|
|
86619
86646
|
"group": [
|
|
@@ -86630,8 +86657,8 @@
|
|
|
86630
86657
|
{
|
|
86631
86658
|
"description": "The border radius of the TaskBoard Card.\n",
|
|
86632
86659
|
"commentRange": {
|
|
86633
|
-
"start":
|
|
86634
|
-
"end":
|
|
86660
|
+
"start": 193,
|
|
86661
|
+
"end": 194
|
|
86635
86662
|
},
|
|
86636
86663
|
"context": {
|
|
86637
86664
|
"type": "variable",
|
|
@@ -86639,8 +86666,8 @@
|
|
|
86639
86666
|
"value": "$kendo-card-border-radius",
|
|
86640
86667
|
"scope": "default",
|
|
86641
86668
|
"line": {
|
|
86642
|
-
"start":
|
|
86643
|
-
"end":
|
|
86669
|
+
"start": 195,
|
|
86670
|
+
"end": 195
|
|
86644
86671
|
}
|
|
86645
86672
|
},
|
|
86646
86673
|
"group": [
|
|
@@ -86657,8 +86684,8 @@
|
|
|
86657
86684
|
{
|
|
86658
86685
|
"description": "The background color of the TaskBoard Card.\n",
|
|
86659
86686
|
"commentRange": {
|
|
86660
|
-
"start":
|
|
86661
|
-
"end":
|
|
86687
|
+
"start": 196,
|
|
86688
|
+
"end": 197
|
|
86662
86689
|
},
|
|
86663
86690
|
"context": {
|
|
86664
86691
|
"type": "variable",
|
|
@@ -86666,8 +86693,8 @@
|
|
|
86666
86693
|
"value": "$kendo-card-bg",
|
|
86667
86694
|
"scope": "default",
|
|
86668
86695
|
"line": {
|
|
86669
|
-
"start":
|
|
86670
|
-
"end":
|
|
86696
|
+
"start": 198,
|
|
86697
|
+
"end": 198
|
|
86671
86698
|
}
|
|
86672
86699
|
},
|
|
86673
86700
|
"group": [
|
|
@@ -86684,8 +86711,8 @@
|
|
|
86684
86711
|
{
|
|
86685
86712
|
"description": "The text color of the TaskBoard Card.\n",
|
|
86686
86713
|
"commentRange": {
|
|
86687
|
-
"start":
|
|
86688
|
-
"end":
|
|
86714
|
+
"start": 199,
|
|
86715
|
+
"end": 200
|
|
86689
86716
|
},
|
|
86690
86717
|
"context": {
|
|
86691
86718
|
"type": "variable",
|
|
@@ -86693,8 +86720,8 @@
|
|
|
86693
86720
|
"value": "$kendo-card-text",
|
|
86694
86721
|
"scope": "default",
|
|
86695
86722
|
"line": {
|
|
86696
|
-
"start":
|
|
86697
|
-
"end":
|
|
86723
|
+
"start": 201,
|
|
86724
|
+
"end": 201
|
|
86698
86725
|
}
|
|
86699
86726
|
},
|
|
86700
86727
|
"group": [
|
|
@@ -86711,8 +86738,8 @@
|
|
|
86711
86738
|
{
|
|
86712
86739
|
"description": "The border color of the TaskBoard Card.\n",
|
|
86713
86740
|
"commentRange": {
|
|
86714
|
-
"start":
|
|
86715
|
-
"end":
|
|
86741
|
+
"start": 202,
|
|
86742
|
+
"end": 203
|
|
86716
86743
|
},
|
|
86717
86744
|
"context": {
|
|
86718
86745
|
"type": "variable",
|
|
@@ -86720,8 +86747,8 @@
|
|
|
86720
86747
|
"value": "k-color(border)",
|
|
86721
86748
|
"scope": "default",
|
|
86722
86749
|
"line": {
|
|
86723
|
-
"start":
|
|
86724
|
-
"end":
|
|
86750
|
+
"start": 204,
|
|
86751
|
+
"end": 204
|
|
86725
86752
|
}
|
|
86726
86753
|
},
|
|
86727
86754
|
"group": [
|
|
@@ -86738,8 +86765,8 @@
|
|
|
86738
86765
|
{
|
|
86739
86766
|
"description": "The shadow of the TaskBoard Card.\n",
|
|
86740
86767
|
"commentRange": {
|
|
86741
|
-
"start":
|
|
86742
|
-
"end":
|
|
86768
|
+
"start": 205,
|
|
86769
|
+
"end": 206
|
|
86743
86770
|
},
|
|
86744
86771
|
"context": {
|
|
86745
86772
|
"type": "variable",
|
|
@@ -86747,8 +86774,8 @@
|
|
|
86747
86774
|
"value": "none",
|
|
86748
86775
|
"scope": "default",
|
|
86749
86776
|
"line": {
|
|
86750
|
-
"start":
|
|
86751
|
-
"end":
|
|
86777
|
+
"start": 207,
|
|
86778
|
+
"end": 207
|
|
86752
86779
|
}
|
|
86753
86780
|
},
|
|
86754
86781
|
"group": [
|
|
@@ -86765,8 +86792,8 @@
|
|
|
86765
86792
|
{
|
|
86766
86793
|
"description": "The border width of the TaskBoard Card category.\n",
|
|
86767
86794
|
"commentRange": {
|
|
86768
|
-
"start":
|
|
86769
|
-
"end":
|
|
86795
|
+
"start": 209,
|
|
86796
|
+
"end": 210
|
|
86770
86797
|
},
|
|
86771
86798
|
"context": {
|
|
86772
86799
|
"type": "variable",
|
|
@@ -86774,8 +86801,8 @@
|
|
|
86774
86801
|
"value": "4px",
|
|
86775
86802
|
"scope": "default",
|
|
86776
86803
|
"line": {
|
|
86777
|
-
"start":
|
|
86778
|
-
"end":
|
|
86804
|
+
"start": 211,
|
|
86805
|
+
"end": 211
|
|
86779
86806
|
}
|
|
86780
86807
|
},
|
|
86781
86808
|
"group": [
|
|
@@ -86792,8 +86819,8 @@
|
|
|
86792
86819
|
{
|
|
86793
86820
|
"description": "The border color of the hovered TaskBoard Card.\n",
|
|
86794
86821
|
"commentRange": {
|
|
86795
|
-
"start":
|
|
86796
|
-
"end":
|
|
86822
|
+
"start": 213,
|
|
86823
|
+
"end": 214
|
|
86797
86824
|
},
|
|
86798
86825
|
"context": {
|
|
86799
86826
|
"type": "variable",
|
|
@@ -86801,8 +86828,8 @@
|
|
|
86801
86828
|
"value": "k-color(border-alt)",
|
|
86802
86829
|
"scope": "default",
|
|
86803
86830
|
"line": {
|
|
86804
|
-
"start":
|
|
86805
|
-
"end":
|
|
86831
|
+
"start": 215,
|
|
86832
|
+
"end": 215
|
|
86806
86833
|
}
|
|
86807
86834
|
},
|
|
86808
86835
|
"group": [
|
|
@@ -86819,8 +86846,8 @@
|
|
|
86819
86846
|
{
|
|
86820
86847
|
"description": "The border color of the focused TaskBoard Card.\n",
|
|
86821
86848
|
"commentRange": {
|
|
86822
|
-
"start":
|
|
86823
|
-
"end":
|
|
86849
|
+
"start": 217,
|
|
86850
|
+
"end": 218
|
|
86824
86851
|
},
|
|
86825
86852
|
"context": {
|
|
86826
86853
|
"type": "variable",
|
|
@@ -86828,8 +86855,8 @@
|
|
|
86828
86855
|
"value": "k-color(border-alt)",
|
|
86829
86856
|
"scope": "default",
|
|
86830
86857
|
"line": {
|
|
86831
|
-
"start":
|
|
86832
|
-
"end":
|
|
86858
|
+
"start": 219,
|
|
86859
|
+
"end": 219
|
|
86833
86860
|
}
|
|
86834
86861
|
},
|
|
86835
86862
|
"group": [
|
|
@@ -86846,8 +86873,8 @@
|
|
|
86846
86873
|
{
|
|
86847
86874
|
"description": "The shadow of the focused TaskBoard Card.\n",
|
|
86848
86875
|
"commentRange": {
|
|
86849
|
-
"start":
|
|
86850
|
-
"end":
|
|
86876
|
+
"start": 220,
|
|
86877
|
+
"end": 221
|
|
86851
86878
|
},
|
|
86852
86879
|
"context": {
|
|
86853
86880
|
"type": "variable",
|
|
@@ -86855,8 +86882,8 @@
|
|
|
86855
86882
|
"value": "none",
|
|
86856
86883
|
"scope": "default",
|
|
86857
86884
|
"line": {
|
|
86858
|
-
"start":
|
|
86859
|
-
"end":
|
|
86885
|
+
"start": 222,
|
|
86886
|
+
"end": 222
|
|
86860
86887
|
}
|
|
86861
86888
|
},
|
|
86862
86889
|
"group": [
|
|
@@ -86873,8 +86900,8 @@
|
|
|
86873
86900
|
{
|
|
86874
86901
|
"description": "The border of the selected TaskBoard Card.\n",
|
|
86875
86902
|
"commentRange": {
|
|
86876
|
-
"start":
|
|
86877
|
-
"end":
|
|
86903
|
+
"start": 225,
|
|
86904
|
+
"end": 226
|
|
86878
86905
|
},
|
|
86879
86906
|
"context": {
|
|
86880
86907
|
"type": "variable",
|
|
@@ -86882,8 +86909,8 @@
|
|
|
86882
86909
|
"value": "color-mix(in srgb, k-color(primary) 60%, transparent)",
|
|
86883
86910
|
"scope": "default",
|
|
86884
86911
|
"line": {
|
|
86885
|
-
"start":
|
|
86886
|
-
"end":
|
|
86912
|
+
"start": 227,
|
|
86913
|
+
"end": 227
|
|
86887
86914
|
}
|
|
86888
86915
|
},
|
|
86889
86916
|
"group": [
|
|
@@ -86900,8 +86927,8 @@
|
|
|
86900
86927
|
{
|
|
86901
86928
|
"description": "The shadow of the selected TaskBoard Card.\n",
|
|
86902
86929
|
"commentRange": {
|
|
86903
|
-
"start":
|
|
86904
|
-
"end":
|
|
86930
|
+
"start": 228,
|
|
86931
|
+
"end": 229
|
|
86905
86932
|
},
|
|
86906
86933
|
"context": {
|
|
86907
86934
|
"type": "variable",
|
|
@@ -86909,8 +86936,8 @@
|
|
|
86909
86936
|
"value": "none",
|
|
86910
86937
|
"scope": "default",
|
|
86911
86938
|
"line": {
|
|
86912
|
-
"start":
|
|
86913
|
-
"end":
|
|
86939
|
+
"start": 230,
|
|
86940
|
+
"end": 230
|
|
86914
86941
|
}
|
|
86915
86942
|
},
|
|
86916
86943
|
"group": [
|
|
@@ -86927,8 +86954,8 @@
|
|
|
86927
86954
|
{
|
|
86928
86955
|
"description": "The text color of the TaskBoard Card header text.\n",
|
|
86929
86956
|
"commentRange": {
|
|
86930
|
-
"start":
|
|
86931
|
-
"end":
|
|
86957
|
+
"start": 232,
|
|
86958
|
+
"end": 233
|
|
86932
86959
|
},
|
|
86933
86960
|
"context": {
|
|
86934
86961
|
"type": "variable",
|
|
@@ -86936,8 +86963,8 @@
|
|
|
86936
86963
|
"value": "null",
|
|
86937
86964
|
"scope": "default",
|
|
86938
86965
|
"line": {
|
|
86939
|
-
"start":
|
|
86940
|
-
"end":
|
|
86966
|
+
"start": 234,
|
|
86967
|
+
"end": 234
|
|
86941
86968
|
}
|
|
86942
86969
|
},
|
|
86943
86970
|
"group": [
|
|
@@ -86954,8 +86981,8 @@
|
|
|
86954
86981
|
{
|
|
86955
86982
|
"description": "The text color of the hovered TaskBoard Card header text.\n",
|
|
86956
86983
|
"commentRange": {
|
|
86957
|
-
"start":
|
|
86958
|
-
"end":
|
|
86984
|
+
"start": 235,
|
|
86985
|
+
"end": 236
|
|
86959
86986
|
},
|
|
86960
86987
|
"context": {
|
|
86961
86988
|
"type": "variable",
|
|
@@ -86963,8 +86990,8 @@
|
|
|
86963
86990
|
"value": "null",
|
|
86964
86991
|
"scope": "default",
|
|
86965
86992
|
"line": {
|
|
86966
|
-
"start":
|
|
86967
|
-
"end":
|
|
86993
|
+
"start": 237,
|
|
86994
|
+
"end": 237
|
|
86968
86995
|
}
|
|
86969
86996
|
},
|
|
86970
86997
|
"group": [
|
|
@@ -86981,8 +87008,8 @@
|
|
|
86981
87008
|
{
|
|
86982
87009
|
"description": "The text color of the focused TaskBoard Card header text.\n",
|
|
86983
87010
|
"commentRange": {
|
|
86984
|
-
"start":
|
|
86985
|
-
"end":
|
|
87011
|
+
"start": 238,
|
|
87012
|
+
"end": 239
|
|
86986
87013
|
},
|
|
86987
87014
|
"context": {
|
|
86988
87015
|
"type": "variable",
|
|
@@ -86990,8 +87017,8 @@
|
|
|
86990
87017
|
"value": "null",
|
|
86991
87018
|
"scope": "default",
|
|
86992
87019
|
"line": {
|
|
86993
|
-
"start":
|
|
86994
|
-
"end":
|
|
87020
|
+
"start": 240,
|
|
87021
|
+
"end": 240
|
|
86995
87022
|
}
|
|
86996
87023
|
},
|
|
86997
87024
|
"group": [
|
|
@@ -87008,8 +87035,8 @@
|
|
|
87008
87035
|
{
|
|
87009
87036
|
"description": "The border width of the TaskBoard Card placeholder.\n",
|
|
87010
87037
|
"commentRange": {
|
|
87011
|
-
"start":
|
|
87012
|
-
"end":
|
|
87038
|
+
"start": 242,
|
|
87039
|
+
"end": 243
|
|
87013
87040
|
},
|
|
87014
87041
|
"context": {
|
|
87015
87042
|
"type": "variable",
|
|
@@ -87017,8 +87044,8 @@
|
|
|
87017
87044
|
"value": "1px",
|
|
87018
87045
|
"scope": "default",
|
|
87019
87046
|
"line": {
|
|
87020
|
-
"start":
|
|
87021
|
-
"end":
|
|
87047
|
+
"start": 244,
|
|
87048
|
+
"end": 244
|
|
87022
87049
|
}
|
|
87023
87050
|
},
|
|
87024
87051
|
"group": [
|
|
@@ -87035,8 +87062,8 @@
|
|
|
87035
87062
|
{
|
|
87036
87063
|
"description": "The border radius of the TaskBoard Card placeholder.\n",
|
|
87037
87064
|
"commentRange": {
|
|
87038
|
-
"start":
|
|
87039
|
-
"end":
|
|
87065
|
+
"start": 245,
|
|
87066
|
+
"end": 246
|
|
87040
87067
|
},
|
|
87041
87068
|
"context": {
|
|
87042
87069
|
"type": "variable",
|
|
@@ -87044,8 +87071,8 @@
|
|
|
87044
87071
|
"value": "$kendo-taskboard-card-border-radius",
|
|
87045
87072
|
"scope": "default",
|
|
87046
87073
|
"line": {
|
|
87047
|
-
"start":
|
|
87048
|
-
"end":
|
|
87074
|
+
"start": 247,
|
|
87075
|
+
"end": 247
|
|
87049
87076
|
}
|
|
87050
87077
|
},
|
|
87051
87078
|
"group": [
|
|
@@ -87062,8 +87089,8 @@
|
|
|
87062
87089
|
{
|
|
87063
87090
|
"description": "The background color of the TaskBoard Card placeholder.\n",
|
|
87064
87091
|
"commentRange": {
|
|
87065
|
-
"start":
|
|
87066
|
-
"end":
|
|
87092
|
+
"start": 248,
|
|
87093
|
+
"end": 249
|
|
87067
87094
|
},
|
|
87068
87095
|
"context": {
|
|
87069
87096
|
"type": "variable",
|
|
@@ -87071,8 +87098,8 @@
|
|
|
87071
87098
|
"value": "color-mix(in srgb, k-color(on-inverse) 20%, transparent)",
|
|
87072
87099
|
"scope": "default",
|
|
87073
87100
|
"line": {
|
|
87074
|
-
"start":
|
|
87075
|
-
"end":
|
|
87101
|
+
"start": 250,
|
|
87102
|
+
"end": 250
|
|
87076
87103
|
}
|
|
87077
87104
|
},
|
|
87078
87105
|
"group": [
|
|
@@ -87089,8 +87116,8 @@
|
|
|
87089
87116
|
{
|
|
87090
87117
|
"description": "The border color of the TaskBoard Card placeholder.\n",
|
|
87091
87118
|
"commentRange": {
|
|
87092
|
-
"start":
|
|
87093
|
-
"end":
|
|
87119
|
+
"start": 251,
|
|
87120
|
+
"end": 252
|
|
87094
87121
|
},
|
|
87095
87122
|
"context": {
|
|
87096
87123
|
"type": "variable",
|
|
@@ -87098,8 +87125,8 @@
|
|
|
87098
87125
|
"value": "k-color(border)",
|
|
87099
87126
|
"scope": "default",
|
|
87100
87127
|
"line": {
|
|
87101
|
-
"start":
|
|
87102
|
-
"end":
|
|
87128
|
+
"start": 253,
|
|
87129
|
+
"end": 253
|
|
87103
87130
|
}
|
|
87104
87131
|
},
|
|
87105
87132
|
"group": [
|
|
@@ -187982,7 +188009,7 @@
|
|
|
187982
188009
|
"context": {
|
|
187983
188010
|
"type": "variable",
|
|
187984
188011
|
"name": "kendo-taskboard-content-padding-y",
|
|
187985
|
-
"value": "$kendo-taskboard-spacer",
|
|
188012
|
+
"value": "0 $kendo-taskboard-spacer",
|
|
187986
188013
|
"scope": "default",
|
|
187987
188014
|
"line": {
|
|
187988
188015
|
"start": 56,
|
|
@@ -187997,14 +188024,41 @@
|
|
|
187997
188024
|
"path": "material/scss/taskboard/_variables.scss",
|
|
187998
188025
|
"name": "_variables.scss"
|
|
187999
188026
|
},
|
|
188027
|
+
"resolvedValue": "(0 var(--kendo-spacing-4))",
|
|
188028
|
+
"resolvedType": "List"
|
|
188029
|
+
},
|
|
188030
|
+
{
|
|
188031
|
+
"description": "The horizontal padding of the TaskBoard content.\n",
|
|
188032
|
+
"commentRange": {
|
|
188033
|
+
"start": 57,
|
|
188034
|
+
"end": 58
|
|
188035
|
+
},
|
|
188036
|
+
"context": {
|
|
188037
|
+
"type": "variable",
|
|
188038
|
+
"name": "kendo-taskboard-content-padding-x",
|
|
188039
|
+
"value": "$kendo-taskboard-spacer",
|
|
188040
|
+
"scope": "default",
|
|
188041
|
+
"line": {
|
|
188042
|
+
"start": 59,
|
|
188043
|
+
"end": 59
|
|
188044
|
+
}
|
|
188045
|
+
},
|
|
188046
|
+
"group": [
|
|
188047
|
+
"taskboard"
|
|
188048
|
+
],
|
|
188049
|
+
"access": "public",
|
|
188050
|
+
"file": {
|
|
188051
|
+
"path": "material/scss/taskboard/_variables.scss",
|
|
188052
|
+
"name": "_variables.scss"
|
|
188053
|
+
},
|
|
188000
188054
|
"resolvedValue": "var(--kendo-spacing-4)",
|
|
188001
188055
|
"resolvedType": "String"
|
|
188002
188056
|
},
|
|
188003
188057
|
{
|
|
188004
188058
|
"description": "The vertical spacing of the TaskBoard column container.\n",
|
|
188005
188059
|
"commentRange": {
|
|
188006
|
-
"start":
|
|
188007
|
-
"end":
|
|
188060
|
+
"start": 61,
|
|
188061
|
+
"end": 62
|
|
188008
188062
|
},
|
|
188009
188063
|
"context": {
|
|
188010
188064
|
"type": "variable",
|
|
@@ -188012,8 +188066,8 @@
|
|
|
188012
188066
|
"value": "calc( #{$kendo-taskboard-spacer} / 2 )",
|
|
188013
188067
|
"scope": "default",
|
|
188014
188068
|
"line": {
|
|
188015
|
-
"start":
|
|
188016
|
-
"end":
|
|
188069
|
+
"start": 63,
|
|
188070
|
+
"end": 63
|
|
188017
188071
|
}
|
|
188018
188072
|
},
|
|
188019
188073
|
"group": [
|
|
@@ -188030,8 +188084,8 @@
|
|
|
188030
188084
|
{
|
|
188031
188085
|
"description": "The vertical padding of the TaskBoard column container.\n",
|
|
188032
188086
|
"commentRange": {
|
|
188033
|
-
"start":
|
|
188034
|
-
"end":
|
|
188087
|
+
"start": 64,
|
|
188088
|
+
"end": 65
|
|
188035
188089
|
},
|
|
188036
188090
|
"context": {
|
|
188037
188091
|
"type": "variable",
|
|
@@ -188039,8 +188093,8 @@
|
|
|
188039
188093
|
"value": "k-spacing(0)",
|
|
188040
188094
|
"scope": "default",
|
|
188041
188095
|
"line": {
|
|
188042
|
-
"start":
|
|
188043
|
-
"end":
|
|
188096
|
+
"start": 66,
|
|
188097
|
+
"end": 66
|
|
188044
188098
|
}
|
|
188045
188099
|
},
|
|
188046
188100
|
"group": [
|
|
@@ -188057,8 +188111,8 @@
|
|
|
188057
188111
|
{
|
|
188058
188112
|
"description": "The horizontal padding of the TaskBoard column container.\n",
|
|
188059
188113
|
"commentRange": {
|
|
188060
|
-
"start":
|
|
188061
|
-
"end":
|
|
188114
|
+
"start": 67,
|
|
188115
|
+
"end": 68
|
|
188062
188116
|
},
|
|
188063
188117
|
"context": {
|
|
188064
188118
|
"type": "variable",
|
|
@@ -188066,8 +188120,8 @@
|
|
|
188066
188120
|
"value": "calc( #{$kendo-taskboard-spacer} / 2 )",
|
|
188067
188121
|
"scope": "default",
|
|
188068
188122
|
"line": {
|
|
188069
|
-
"start":
|
|
188070
|
-
"end":
|
|
188123
|
+
"start": 69,
|
|
188124
|
+
"end": 69
|
|
188071
188125
|
}
|
|
188072
188126
|
},
|
|
188073
188127
|
"group": [
|
|
@@ -188084,8 +188138,8 @@
|
|
|
188084
188138
|
{
|
|
188085
188139
|
"description": "The spacing of the TaskBoard columns container.\n",
|
|
188086
188140
|
"commentRange": {
|
|
188087
|
-
"start":
|
|
188088
|
-
"end":
|
|
188141
|
+
"start": 70,
|
|
188142
|
+
"end": 71
|
|
188089
188143
|
},
|
|
188090
188144
|
"context": {
|
|
188091
188145
|
"type": "variable",
|
|
@@ -188093,8 +188147,8 @@
|
|
|
188093
188147
|
"value": "$kendo-taskboard-spacer",
|
|
188094
188148
|
"scope": "default",
|
|
188095
188149
|
"line": {
|
|
188096
|
-
"start":
|
|
188097
|
-
"end":
|
|
188150
|
+
"start": 72,
|
|
188151
|
+
"end": 72
|
|
188098
188152
|
}
|
|
188099
188153
|
},
|
|
188100
188154
|
"group": [
|
|
@@ -188111,8 +188165,8 @@
|
|
|
188111
188165
|
{
|
|
188112
188166
|
"description": "The default width of the TaskBoard column.\n",
|
|
188113
188167
|
"commentRange": {
|
|
188114
|
-
"start":
|
|
188115
|
-
"end":
|
|
188168
|
+
"start": 74,
|
|
188169
|
+
"end": 75
|
|
188116
188170
|
},
|
|
188117
188171
|
"context": {
|
|
188118
188172
|
"type": "variable",
|
|
@@ -188120,8 +188174,8 @@
|
|
|
188120
188174
|
"value": "320px",
|
|
188121
188175
|
"scope": "default",
|
|
188122
188176
|
"line": {
|
|
188123
|
-
"start":
|
|
188124
|
-
"end":
|
|
188177
|
+
"start": 76,
|
|
188178
|
+
"end": 76
|
|
188125
188179
|
}
|
|
188126
188180
|
},
|
|
188127
188181
|
"group": [
|
|
@@ -188138,8 +188192,8 @@
|
|
|
188138
188192
|
{
|
|
188139
188193
|
"description": "The border width of the TaskBoard column.\n",
|
|
188140
188194
|
"commentRange": {
|
|
188141
|
-
"start":
|
|
188142
|
-
"end":
|
|
188195
|
+
"start": 77,
|
|
188196
|
+
"end": 78
|
|
188143
188197
|
},
|
|
188144
188198
|
"context": {
|
|
188145
188199
|
"type": "variable",
|
|
@@ -188147,8 +188201,8 @@
|
|
|
188147
188201
|
"value": "1px",
|
|
188148
188202
|
"scope": "default",
|
|
188149
188203
|
"line": {
|
|
188150
|
-
"start":
|
|
188151
|
-
"end":
|
|
188204
|
+
"start": 79,
|
|
188205
|
+
"end": 79
|
|
188152
188206
|
}
|
|
188153
188207
|
},
|
|
188154
188208
|
"group": [
|
|
@@ -188165,8 +188219,8 @@
|
|
|
188165
188219
|
{
|
|
188166
188220
|
"description": "The border radius of the TaskBoard column.\n",
|
|
188167
188221
|
"commentRange": {
|
|
188168
|
-
"start":
|
|
188169
|
-
"end":
|
|
188222
|
+
"start": 80,
|
|
188223
|
+
"end": 81
|
|
188170
188224
|
},
|
|
188171
188225
|
"context": {
|
|
188172
188226
|
"type": "variable",
|
|
@@ -188174,8 +188228,8 @@
|
|
|
188174
188228
|
"value": "k-border-radius(md)",
|
|
188175
188229
|
"scope": "default",
|
|
188176
188230
|
"line": {
|
|
188177
|
-
"start":
|
|
188178
|
-
"end":
|
|
188231
|
+
"start": 82,
|
|
188232
|
+
"end": 82
|
|
188179
188233
|
}
|
|
188180
188234
|
},
|
|
188181
188235
|
"group": [
|
|
@@ -188192,8 +188246,8 @@
|
|
|
188192
188246
|
{
|
|
188193
188247
|
"description": "The background color of the TaskBoard column.\n",
|
|
188194
188248
|
"commentRange": {
|
|
188195
|
-
"start":
|
|
188196
|
-
"end":
|
|
188249
|
+
"start": 83,
|
|
188250
|
+
"end": 84
|
|
188197
188251
|
},
|
|
188198
188252
|
"context": {
|
|
188199
188253
|
"type": "variable",
|
|
@@ -188201,8 +188255,8 @@
|
|
|
188201
188255
|
"value": "k-color(app-surface)",
|
|
188202
188256
|
"scope": "default",
|
|
188203
188257
|
"line": {
|
|
188204
|
-
"start":
|
|
188205
|
-
"end":
|
|
188258
|
+
"start": 85,
|
|
188259
|
+
"end": 85
|
|
188206
188260
|
}
|
|
188207
188261
|
},
|
|
188208
188262
|
"group": [
|
|
@@ -188219,8 +188273,8 @@
|
|
|
188219
188273
|
{
|
|
188220
188274
|
"description": "The text color of the TaskBoard column.\n",
|
|
188221
188275
|
"commentRange": {
|
|
188222
|
-
"start":
|
|
188223
|
-
"end":
|
|
188276
|
+
"start": 86,
|
|
188277
|
+
"end": 87
|
|
188224
188278
|
},
|
|
188225
188279
|
"context": {
|
|
188226
188280
|
"type": "variable",
|
|
@@ -188228,8 +188282,8 @@
|
|
|
188228
188282
|
"value": "null",
|
|
188229
188283
|
"scope": "default",
|
|
188230
188284
|
"line": {
|
|
188231
|
-
"start":
|
|
188232
|
-
"end":
|
|
188285
|
+
"start": 88,
|
|
188286
|
+
"end": 88
|
|
188233
188287
|
}
|
|
188234
188288
|
},
|
|
188235
188289
|
"group": [
|
|
@@ -188246,8 +188300,8 @@
|
|
|
188246
188300
|
{
|
|
188247
188301
|
"description": "The border color of the TaskBoard column.\n",
|
|
188248
188302
|
"commentRange": {
|
|
188249
|
-
"start":
|
|
188250
|
-
"end":
|
|
188303
|
+
"start": 89,
|
|
188304
|
+
"end": 90
|
|
188251
188305
|
},
|
|
188252
188306
|
"context": {
|
|
188253
188307
|
"type": "variable",
|
|
@@ -188255,8 +188309,8 @@
|
|
|
188255
188309
|
"value": "transparent",
|
|
188256
188310
|
"scope": "default",
|
|
188257
188311
|
"line": {
|
|
188258
|
-
"start":
|
|
188259
|
-
"end":
|
|
188312
|
+
"start": 91,
|
|
188313
|
+
"end": 91
|
|
188260
188314
|
}
|
|
188261
188315
|
},
|
|
188262
188316
|
"group": [
|
|
@@ -188273,8 +188327,8 @@
|
|
|
188273
188327
|
{
|
|
188274
188328
|
"description": "The background color of the focused TaskBoard column.\n",
|
|
188275
188329
|
"commentRange": {
|
|
188276
|
-
"start":
|
|
188277
|
-
"end":
|
|
188330
|
+
"start": 93,
|
|
188331
|
+
"end": 94
|
|
188278
188332
|
},
|
|
188279
188333
|
"context": {
|
|
188280
188334
|
"type": "variable",
|
|
@@ -188282,8 +188336,8 @@
|
|
|
188282
188336
|
"value": "null",
|
|
188283
188337
|
"scope": "default",
|
|
188284
188338
|
"line": {
|
|
188285
|
-
"start":
|
|
188286
|
-
"end":
|
|
188339
|
+
"start": 95,
|
|
188340
|
+
"end": 95
|
|
188287
188341
|
}
|
|
188288
188342
|
},
|
|
188289
188343
|
"group": [
|
|
@@ -188300,8 +188354,8 @@
|
|
|
188300
188354
|
{
|
|
188301
188355
|
"description": "The text color of the focused TaskBoard column.\n",
|
|
188302
188356
|
"commentRange": {
|
|
188303
|
-
"start":
|
|
188304
|
-
"end":
|
|
188357
|
+
"start": 96,
|
|
188358
|
+
"end": 97
|
|
188305
188359
|
},
|
|
188306
188360
|
"context": {
|
|
188307
188361
|
"type": "variable",
|
|
@@ -188309,8 +188363,8 @@
|
|
|
188309
188363
|
"value": "null",
|
|
188310
188364
|
"scope": "default",
|
|
188311
188365
|
"line": {
|
|
188312
|
-
"start":
|
|
188313
|
-
"end":
|
|
188366
|
+
"start": 98,
|
|
188367
|
+
"end": 98
|
|
188314
188368
|
}
|
|
188315
188369
|
},
|
|
188316
188370
|
"group": [
|
|
@@ -188327,8 +188381,8 @@
|
|
|
188327
188381
|
{
|
|
188328
188382
|
"description": "The border color of the focused TaskBoard column.\n",
|
|
188329
188383
|
"commentRange": {
|
|
188330
|
-
"start":
|
|
188331
|
-
"end":
|
|
188384
|
+
"start": 99,
|
|
188385
|
+
"end": 100
|
|
188332
188386
|
},
|
|
188333
188387
|
"context": {
|
|
188334
188388
|
"type": "variable",
|
|
@@ -188336,8 +188390,8 @@
|
|
|
188336
188390
|
"value": "k-color(border-alt)",
|
|
188337
188391
|
"scope": "default",
|
|
188338
188392
|
"line": {
|
|
188339
|
-
"start":
|
|
188340
|
-
"end":
|
|
188393
|
+
"start": 101,
|
|
188394
|
+
"end": 101
|
|
188341
188395
|
}
|
|
188342
188396
|
},
|
|
188343
188397
|
"group": [
|
|
@@ -188354,8 +188408,8 @@
|
|
|
188354
188408
|
{
|
|
188355
188409
|
"description": "The vertical padding of the TaskBoard column header.\n",
|
|
188356
188410
|
"commentRange": {
|
|
188357
|
-
"start":
|
|
188358
|
-
"end":
|
|
188411
|
+
"start": 103,
|
|
188412
|
+
"end": 104
|
|
188359
188413
|
},
|
|
188360
188414
|
"context": {
|
|
188361
188415
|
"type": "variable",
|
|
@@ -188363,8 +188417,8 @@
|
|
|
188363
188417
|
"value": "calc( #{$kendo-taskboard-spacer} / 2 )",
|
|
188364
188418
|
"scope": "default",
|
|
188365
188419
|
"line": {
|
|
188366
|
-
"start":
|
|
188367
|
-
"end":
|
|
188420
|
+
"start": 105,
|
|
188421
|
+
"end": 105
|
|
188368
188422
|
}
|
|
188369
188423
|
},
|
|
188370
188424
|
"group": [
|
|
@@ -188381,8 +188435,8 @@
|
|
|
188381
188435
|
{
|
|
188382
188436
|
"description": "The horizontal padding of the TaskBoard column header.\n",
|
|
188383
188437
|
"commentRange": {
|
|
188384
|
-
"start":
|
|
188385
|
-
"end":
|
|
188438
|
+
"start": 106,
|
|
188439
|
+
"end": 107
|
|
188386
188440
|
},
|
|
188387
188441
|
"context": {
|
|
188388
188442
|
"type": "variable",
|
|
@@ -188390,8 +188444,8 @@
|
|
|
188390
188444
|
"value": "$kendo-taskboard-column-header-padding-y",
|
|
188391
188445
|
"scope": "default",
|
|
188392
188446
|
"line": {
|
|
188393
|
-
"start":
|
|
188394
|
-
"end":
|
|
188447
|
+
"start": 108,
|
|
188448
|
+
"end": 108
|
|
188395
188449
|
}
|
|
188396
188450
|
},
|
|
188397
188451
|
"group": [
|
|
@@ -188408,8 +188462,8 @@
|
|
|
188408
188462
|
{
|
|
188409
188463
|
"description": "The spacing of the TaskBoard column header.\n",
|
|
188410
188464
|
"commentRange": {
|
|
188411
|
-
"start":
|
|
188412
|
-
"end":
|
|
188465
|
+
"start": 109,
|
|
188466
|
+
"end": 110
|
|
188413
188467
|
},
|
|
188414
188468
|
"context": {
|
|
188415
188469
|
"type": "variable",
|
|
@@ -188417,8 +188471,8 @@
|
|
|
188417
188471
|
"value": "calc( #{$kendo-taskboard-spacer} / 4 )",
|
|
188418
188472
|
"scope": "default",
|
|
188419
188473
|
"line": {
|
|
188420
|
-
"start":
|
|
188421
|
-
"end":
|
|
188474
|
+
"start": 111,
|
|
188475
|
+
"end": 111
|
|
188422
188476
|
}
|
|
188423
188477
|
},
|
|
188424
188478
|
"group": [
|
|
@@ -188435,8 +188489,8 @@
|
|
|
188435
188489
|
{
|
|
188436
188490
|
"description": "The spacing of the TaskBoard column header actions.\n",
|
|
188437
188491
|
"commentRange": {
|
|
188438
|
-
"start":
|
|
188439
|
-
"end":
|
|
188492
|
+
"start": 112,
|
|
188493
|
+
"end": 113
|
|
188440
188494
|
},
|
|
188441
188495
|
"context": {
|
|
188442
188496
|
"type": "variable",
|
|
@@ -188444,8 +188498,8 @@
|
|
|
188444
188498
|
"value": "calc( #{$kendo-taskboard-spacer} / 2 )",
|
|
188445
188499
|
"scope": "default",
|
|
188446
188500
|
"line": {
|
|
188447
|
-
"start":
|
|
188448
|
-
"end":
|
|
188501
|
+
"start": 114,
|
|
188502
|
+
"end": 114
|
|
188449
188503
|
}
|
|
188450
188504
|
},
|
|
188451
188505
|
"group": [
|
|
@@ -188462,8 +188516,8 @@
|
|
|
188462
188516
|
{
|
|
188463
188517
|
"description": "The font weight of the TaskBoard column header.\n",
|
|
188464
188518
|
"commentRange": {
|
|
188465
|
-
"start":
|
|
188466
|
-
"end":
|
|
188519
|
+
"start": 115,
|
|
188520
|
+
"end": 116
|
|
188467
188521
|
},
|
|
188468
188522
|
"context": {
|
|
188469
188523
|
"type": "variable",
|
|
@@ -188471,8 +188525,8 @@
|
|
|
188471
188525
|
"value": "500",
|
|
188472
188526
|
"scope": "default",
|
|
188473
188527
|
"line": {
|
|
188474
|
-
"start":
|
|
188475
|
-
"end":
|
|
188528
|
+
"start": 117,
|
|
188529
|
+
"end": 117
|
|
188476
188530
|
}
|
|
188477
188531
|
},
|
|
188478
188532
|
"group": [
|
|
@@ -188489,8 +188543,8 @@
|
|
|
188489
188543
|
{
|
|
188490
188544
|
"description": "The text color of the TaskBoard column header.\n",
|
|
188491
188545
|
"commentRange": {
|
|
188492
|
-
"start":
|
|
188493
|
-
"end":
|
|
188546
|
+
"start": 118,
|
|
188547
|
+
"end": 119
|
|
188494
188548
|
},
|
|
188495
188549
|
"context": {
|
|
188496
188550
|
"type": "variable",
|
|
@@ -188498,8 +188552,8 @@
|
|
|
188498
188552
|
"value": "k-color(on-app-surface)",
|
|
188499
188553
|
"scope": "default",
|
|
188500
188554
|
"line": {
|
|
188501
|
-
"start":
|
|
188502
|
-
"end":
|
|
188555
|
+
"start": 120,
|
|
188556
|
+
"end": 120
|
|
188503
188557
|
}
|
|
188504
188558
|
},
|
|
188505
188559
|
"group": [
|
|
@@ -188516,8 +188570,8 @@
|
|
|
188516
188570
|
{
|
|
188517
188571
|
"description": "The vertical padding of the TaskBoard column Card wrapper.\n",
|
|
188518
188572
|
"commentRange": {
|
|
188519
|
-
"start":
|
|
188520
|
-
"end":
|
|
188573
|
+
"start": 122,
|
|
188574
|
+
"end": 123
|
|
188521
188575
|
},
|
|
188522
188576
|
"context": {
|
|
188523
188577
|
"type": "variable",
|
|
@@ -188525,8 +188579,8 @@
|
|
|
188525
188579
|
"value": "null",
|
|
188526
188580
|
"scope": "default",
|
|
188527
188581
|
"line": {
|
|
188528
|
-
"start":
|
|
188529
|
-
"end":
|
|
188582
|
+
"start": 124,
|
|
188583
|
+
"end": 124
|
|
188530
188584
|
}
|
|
188531
188585
|
},
|
|
188532
188586
|
"group": [
|
|
@@ -188543,8 +188597,8 @@
|
|
|
188543
188597
|
{
|
|
188544
188598
|
"description": "The horizontal padding of the TaskBoard column Card wrapper.\n",
|
|
188545
188599
|
"commentRange": {
|
|
188546
|
-
"start":
|
|
188547
|
-
"end":
|
|
188600
|
+
"start": 125,
|
|
188601
|
+
"end": 126
|
|
188548
188602
|
},
|
|
188549
188603
|
"context": {
|
|
188550
188604
|
"type": "variable",
|
|
@@ -188552,8 +188606,8 @@
|
|
|
188552
188606
|
"value": "null",
|
|
188553
188607
|
"scope": "default",
|
|
188554
188608
|
"line": {
|
|
188555
|
-
"start":
|
|
188556
|
-
"end":
|
|
188609
|
+
"start": 127,
|
|
188610
|
+
"end": 127
|
|
188557
188611
|
}
|
|
188558
188612
|
},
|
|
188559
188613
|
"group": [
|
|
@@ -188570,8 +188624,8 @@
|
|
|
188570
188624
|
{
|
|
188571
188625
|
"description": "The spacing of the TaskBoard column Card wrapper.\n",
|
|
188572
188626
|
"commentRange": {
|
|
188573
|
-
"start":
|
|
188574
|
-
"end":
|
|
188627
|
+
"start": 128,
|
|
188628
|
+
"end": 129
|
|
188575
188629
|
},
|
|
188576
188630
|
"context": {
|
|
188577
188631
|
"type": "variable",
|
|
@@ -188579,8 +188633,8 @@
|
|
|
188579
188633
|
"value": "calc( #{$kendo-taskboard-spacer} / 2 )",
|
|
188580
188634
|
"scope": "default",
|
|
188581
188635
|
"line": {
|
|
188582
|
-
"start":
|
|
188583
|
-
"end":
|
|
188636
|
+
"start": 130,
|
|
188637
|
+
"end": 130
|
|
188584
188638
|
}
|
|
188585
188639
|
},
|
|
188586
188640
|
"group": [
|
|
@@ -188597,8 +188651,8 @@
|
|
|
188597
188651
|
{
|
|
188598
188652
|
"description": "The default width of the TaskBoard pane.\n",
|
|
188599
188653
|
"commentRange": {
|
|
188600
|
-
"start":
|
|
188601
|
-
"end":
|
|
188654
|
+
"start": 132,
|
|
188655
|
+
"end": 133
|
|
188602
188656
|
},
|
|
188603
188657
|
"context": {
|
|
188604
188658
|
"type": "variable",
|
|
@@ -188606,8 +188660,8 @@
|
|
|
188606
188660
|
"value": "$kendo-taskboard-column-width",
|
|
188607
188661
|
"scope": "default",
|
|
188608
188662
|
"line": {
|
|
188609
|
-
"start":
|
|
188610
|
-
"end":
|
|
188663
|
+
"start": 134,
|
|
188664
|
+
"end": 134
|
|
188611
188665
|
}
|
|
188612
188666
|
},
|
|
188613
188667
|
"group": [
|
|
@@ -188624,8 +188678,8 @@
|
|
|
188624
188678
|
{
|
|
188625
188679
|
"description": "The vertical padding of the TaskBoard pane.\n",
|
|
188626
188680
|
"commentRange": {
|
|
188627
|
-
"start":
|
|
188628
|
-
"end":
|
|
188681
|
+
"start": 135,
|
|
188682
|
+
"end": 136
|
|
188629
188683
|
},
|
|
188630
188684
|
"context": {
|
|
188631
188685
|
"type": "variable",
|
|
@@ -188633,8 +188687,8 @@
|
|
|
188633
188687
|
"value": "null",
|
|
188634
188688
|
"scope": "default",
|
|
188635
188689
|
"line": {
|
|
188636
|
-
"start":
|
|
188637
|
-
"end":
|
|
188690
|
+
"start": 137,
|
|
188691
|
+
"end": 137
|
|
188638
188692
|
}
|
|
188639
188693
|
},
|
|
188640
188694
|
"group": [
|
|
@@ -188651,8 +188705,8 @@
|
|
|
188651
188705
|
{
|
|
188652
188706
|
"description": "The horizontal padding of the TaskBoard pane.\n",
|
|
188653
188707
|
"commentRange": {
|
|
188654
|
-
"start":
|
|
188655
|
-
"end":
|
|
188708
|
+
"start": 138,
|
|
188709
|
+
"end": 139
|
|
188656
188710
|
},
|
|
188657
188711
|
"context": {
|
|
188658
188712
|
"type": "variable",
|
|
@@ -188660,8 +188714,8 @@
|
|
|
188660
188714
|
"value": "null",
|
|
188661
188715
|
"scope": "default",
|
|
188662
188716
|
"line": {
|
|
188663
|
-
"start":
|
|
188664
|
-
"end":
|
|
188717
|
+
"start": 140,
|
|
188718
|
+
"end": 140
|
|
188665
188719
|
}
|
|
188666
188720
|
},
|
|
188667
188721
|
"group": [
|
|
@@ -188678,8 +188732,8 @@
|
|
|
188678
188732
|
{
|
|
188679
188733
|
"description": "The border width of the TaskBoard pane.\n",
|
|
188680
188734
|
"commentRange": {
|
|
188681
|
-
"start":
|
|
188682
|
-
"end":
|
|
188735
|
+
"start": 141,
|
|
188736
|
+
"end": 142
|
|
188683
188737
|
},
|
|
188684
188738
|
"context": {
|
|
188685
188739
|
"type": "variable",
|
|
@@ -188687,8 +188741,8 @@
|
|
|
188687
188741
|
"value": "1px",
|
|
188688
188742
|
"scope": "default",
|
|
188689
188743
|
"line": {
|
|
188690
|
-
"start":
|
|
188691
|
-
"end":
|
|
188744
|
+
"start": 143,
|
|
188745
|
+
"end": 143
|
|
188692
188746
|
}
|
|
188693
188747
|
},
|
|
188694
188748
|
"group": [
|
|
@@ -188705,8 +188759,8 @@
|
|
|
188705
188759
|
{
|
|
188706
188760
|
"description": "The border radius of the TaskBoard pane.\n",
|
|
188707
188761
|
"commentRange": {
|
|
188708
|
-
"start":
|
|
188709
|
-
"end":
|
|
188762
|
+
"start": 144,
|
|
188763
|
+
"end": 145
|
|
188710
188764
|
},
|
|
188711
188765
|
"context": {
|
|
188712
188766
|
"type": "variable",
|
|
@@ -188714,8 +188768,8 @@
|
|
|
188714
188768
|
"value": "null",
|
|
188715
188769
|
"scope": "default",
|
|
188716
188770
|
"line": {
|
|
188717
|
-
"start":
|
|
188718
|
-
"end":
|
|
188771
|
+
"start": 146,
|
|
188772
|
+
"end": 146
|
|
188719
188773
|
}
|
|
188720
188774
|
},
|
|
188721
188775
|
"group": [
|
|
@@ -188732,8 +188786,8 @@
|
|
|
188732
188786
|
{
|
|
188733
188787
|
"description": "The background color of the TaskBoard pane.\n",
|
|
188734
188788
|
"commentRange": {
|
|
188735
|
-
"start":
|
|
188736
|
-
"end":
|
|
188789
|
+
"start": 147,
|
|
188790
|
+
"end": 148
|
|
188737
188791
|
},
|
|
188738
188792
|
"context": {
|
|
188739
188793
|
"type": "variable",
|
|
@@ -188741,8 +188795,8 @@
|
|
|
188741
188795
|
"value": "k-color(surface)",
|
|
188742
188796
|
"scope": "default",
|
|
188743
188797
|
"line": {
|
|
188744
|
-
"start":
|
|
188745
|
-
"end":
|
|
188798
|
+
"start": 149,
|
|
188799
|
+
"end": 149
|
|
188746
188800
|
}
|
|
188747
188801
|
},
|
|
188748
188802
|
"group": [
|
|
@@ -188759,8 +188813,8 @@
|
|
|
188759
188813
|
{
|
|
188760
188814
|
"description": "The text color of the TaskBoard pane.\n",
|
|
188761
188815
|
"commentRange": {
|
|
188762
|
-
"start":
|
|
188763
|
-
"end":
|
|
188816
|
+
"start": 150,
|
|
188817
|
+
"end": 151
|
|
188764
188818
|
},
|
|
188765
188819
|
"context": {
|
|
188766
188820
|
"type": "variable",
|
|
@@ -188768,8 +188822,8 @@
|
|
|
188768
188822
|
"value": "k-color(on-app-surface)",
|
|
188769
188823
|
"scope": "default",
|
|
188770
188824
|
"line": {
|
|
188771
|
-
"start":
|
|
188772
|
-
"end":
|
|
188825
|
+
"start": 152,
|
|
188826
|
+
"end": 152
|
|
188773
188827
|
}
|
|
188774
188828
|
},
|
|
188775
188829
|
"group": [
|
|
@@ -188786,8 +188840,8 @@
|
|
|
188786
188840
|
{
|
|
188787
188841
|
"description": "The border color of the TaskBoard pane.\n",
|
|
188788
188842
|
"commentRange": {
|
|
188789
|
-
"start":
|
|
188790
|
-
"end":
|
|
188843
|
+
"start": 153,
|
|
188844
|
+
"end": 154
|
|
188791
188845
|
},
|
|
188792
188846
|
"context": {
|
|
188793
188847
|
"type": "variable",
|
|
@@ -188795,8 +188849,8 @@
|
|
|
188795
188849
|
"value": "k-color(border)",
|
|
188796
188850
|
"scope": "default",
|
|
188797
188851
|
"line": {
|
|
188798
|
-
"start":
|
|
188799
|
-
"end":
|
|
188852
|
+
"start": 155,
|
|
188853
|
+
"end": 155
|
|
188800
188854
|
}
|
|
188801
188855
|
},
|
|
188802
188856
|
"group": [
|
|
@@ -188813,8 +188867,8 @@
|
|
|
188813
188867
|
{
|
|
188814
188868
|
"description": "The vertical padding of the TaskBoard pane header.\n",
|
|
188815
188869
|
"commentRange": {
|
|
188816
|
-
"start":
|
|
188817
|
-
"end":
|
|
188870
|
+
"start": 157,
|
|
188871
|
+
"end": 158
|
|
188818
188872
|
},
|
|
188819
188873
|
"context": {
|
|
188820
188874
|
"type": "variable",
|
|
@@ -188822,8 +188876,8 @@
|
|
|
188822
188876
|
"value": "calc( #{$kendo-taskboard-spacer} * .75 )",
|
|
188823
188877
|
"scope": "default",
|
|
188824
188878
|
"line": {
|
|
188825
|
-
"start":
|
|
188826
|
-
"end":
|
|
188879
|
+
"start": 159,
|
|
188880
|
+
"end": 159
|
|
188827
188881
|
}
|
|
188828
188882
|
},
|
|
188829
188883
|
"group": [
|
|
@@ -188840,8 +188894,8 @@
|
|
|
188840
188894
|
{
|
|
188841
188895
|
"description": "The horizontal padding of the TaskBoard pane header.\n",
|
|
188842
188896
|
"commentRange": {
|
|
188843
|
-
"start":
|
|
188844
|
-
"end":
|
|
188897
|
+
"start": 160,
|
|
188898
|
+
"end": 161
|
|
188845
188899
|
},
|
|
188846
188900
|
"context": {
|
|
188847
188901
|
"type": "variable",
|
|
@@ -188849,8 +188903,8 @@
|
|
|
188849
188903
|
"value": "$kendo-taskboard-spacer",
|
|
188850
188904
|
"scope": "default",
|
|
188851
188905
|
"line": {
|
|
188852
|
-
"start":
|
|
188853
|
-
"end":
|
|
188906
|
+
"start": 162,
|
|
188907
|
+
"end": 162
|
|
188854
188908
|
}
|
|
188855
188909
|
},
|
|
188856
188910
|
"group": [
|
|
@@ -188867,8 +188921,8 @@
|
|
|
188867
188921
|
{
|
|
188868
188922
|
"description": "The font weight of the TaskBoard pane header.\n",
|
|
188869
188923
|
"commentRange": {
|
|
188870
|
-
"start":
|
|
188871
|
-
"end":
|
|
188924
|
+
"start": 163,
|
|
188925
|
+
"end": 164
|
|
188872
188926
|
},
|
|
188873
188927
|
"context": {
|
|
188874
188928
|
"type": "variable",
|
|
@@ -188876,8 +188930,8 @@
|
|
|
188876
188930
|
"value": "500",
|
|
188877
188931
|
"scope": "default",
|
|
188878
188932
|
"line": {
|
|
188879
|
-
"start":
|
|
188880
|
-
"end":
|
|
188933
|
+
"start": 165,
|
|
188934
|
+
"end": 165
|
|
188881
188935
|
}
|
|
188882
188936
|
},
|
|
188883
188937
|
"group": [
|
|
@@ -188894,8 +188948,8 @@
|
|
|
188894
188948
|
{
|
|
188895
188949
|
"description": "The text color of the TaskBoard pane header.\n",
|
|
188896
188950
|
"commentRange": {
|
|
188897
|
-
"start":
|
|
188898
|
-
"end":
|
|
188951
|
+
"start": 166,
|
|
188952
|
+
"end": 167
|
|
188899
188953
|
},
|
|
188900
188954
|
"context": {
|
|
188901
188955
|
"type": "variable",
|
|
@@ -188903,8 +188957,8 @@
|
|
|
188903
188957
|
"value": "k-color(on-app-surface)",
|
|
188904
188958
|
"scope": "default",
|
|
188905
188959
|
"line": {
|
|
188906
|
-
"start":
|
|
188907
|
-
"end":
|
|
188960
|
+
"start": 168,
|
|
188961
|
+
"end": 168
|
|
188908
188962
|
}
|
|
188909
188963
|
},
|
|
188910
188964
|
"group": [
|
|
@@ -188921,8 +188975,8 @@
|
|
|
188921
188975
|
{
|
|
188922
188976
|
"description": "The vertical padding of the TaskBoard pane content.\n",
|
|
188923
188977
|
"commentRange": {
|
|
188924
|
-
"start":
|
|
188925
|
-
"end":
|
|
188978
|
+
"start": 170,
|
|
188979
|
+
"end": 171
|
|
188926
188980
|
},
|
|
188927
188981
|
"context": {
|
|
188928
188982
|
"type": "variable",
|
|
@@ -188930,8 +188984,8 @@
|
|
|
188930
188984
|
"value": "k-spacing(0)",
|
|
188931
188985
|
"scope": "default",
|
|
188932
188986
|
"line": {
|
|
188933
|
-
"start":
|
|
188934
|
-
"end":
|
|
188987
|
+
"start": 172,
|
|
188988
|
+
"end": 172
|
|
188935
188989
|
}
|
|
188936
188990
|
},
|
|
188937
188991
|
"group": [
|
|
@@ -188948,8 +189002,8 @@
|
|
|
188948
189002
|
{
|
|
188949
189003
|
"description": "The horizontal padding of the TaskBoard pane content.\n",
|
|
188950
189004
|
"commentRange": {
|
|
188951
|
-
"start":
|
|
188952
|
-
"end":
|
|
189005
|
+
"start": 173,
|
|
189006
|
+
"end": 174
|
|
188953
189007
|
},
|
|
188954
189008
|
"context": {
|
|
188955
189009
|
"type": "variable",
|
|
@@ -188957,8 +189011,8 @@
|
|
|
188957
189011
|
"value": "$kendo-taskboard-spacer",
|
|
188958
189012
|
"scope": "default",
|
|
188959
189013
|
"line": {
|
|
188960
|
-
"start":
|
|
188961
|
-
"end":
|
|
189014
|
+
"start": 175,
|
|
189015
|
+
"end": 175
|
|
188962
189016
|
}
|
|
188963
189017
|
},
|
|
188964
189018
|
"group": [
|
|
@@ -188975,8 +189029,8 @@
|
|
|
188975
189029
|
{
|
|
188976
189030
|
"description": "The vertical padding of the TaskBoard pane actions.\n",
|
|
188977
189031
|
"commentRange": {
|
|
188978
|
-
"start":
|
|
188979
|
-
"end":
|
|
189032
|
+
"start": 177,
|
|
189033
|
+
"end": 178
|
|
188980
189034
|
},
|
|
188981
189035
|
"context": {
|
|
188982
189036
|
"type": "variable",
|
|
@@ -188984,8 +189038,8 @@
|
|
|
188984
189038
|
"value": "calc( #{$kendo-taskboard-spacer} * .75 )",
|
|
188985
189039
|
"scope": "default",
|
|
188986
189040
|
"line": {
|
|
188987
|
-
"start":
|
|
188988
|
-
"end":
|
|
189041
|
+
"start": 179,
|
|
189042
|
+
"end": 179
|
|
188989
189043
|
}
|
|
188990
189044
|
},
|
|
188991
189045
|
"group": [
|
|
@@ -189002,8 +189056,8 @@
|
|
|
189002
189056
|
{
|
|
189003
189057
|
"description": "The horizontal padding of the TaskBoard pane actions.\n",
|
|
189004
189058
|
"commentRange": {
|
|
189005
|
-
"start":
|
|
189006
|
-
"end":
|
|
189059
|
+
"start": 180,
|
|
189060
|
+
"end": 181
|
|
189007
189061
|
},
|
|
189008
189062
|
"context": {
|
|
189009
189063
|
"type": "variable",
|
|
@@ -189011,8 +189065,8 @@
|
|
|
189011
189065
|
"value": "$kendo-taskboard-spacer",
|
|
189012
189066
|
"scope": "default",
|
|
189013
189067
|
"line": {
|
|
189014
|
-
"start":
|
|
189015
|
-
"end":
|
|
189068
|
+
"start": 182,
|
|
189069
|
+
"end": 182
|
|
189016
189070
|
}
|
|
189017
189071
|
},
|
|
189018
189072
|
"group": [
|
|
@@ -189029,8 +189083,8 @@
|
|
|
189029
189083
|
{
|
|
189030
189084
|
"description": "The vertical padding of the TaskBoard Card.\n",
|
|
189031
189085
|
"commentRange": {
|
|
189032
|
-
"start":
|
|
189033
|
-
"end":
|
|
189086
|
+
"start": 184,
|
|
189087
|
+
"end": 185
|
|
189034
189088
|
},
|
|
189035
189089
|
"context": {
|
|
189036
189090
|
"type": "variable",
|
|
@@ -189038,8 +189092,8 @@
|
|
|
189038
189092
|
"value": "calc( #{$kendo-taskboard-spacer} / 2 )",
|
|
189039
189093
|
"scope": "default",
|
|
189040
189094
|
"line": {
|
|
189041
|
-
"start":
|
|
189042
|
-
"end":
|
|
189095
|
+
"start": 186,
|
|
189096
|
+
"end": 186
|
|
189043
189097
|
}
|
|
189044
189098
|
},
|
|
189045
189099
|
"group": [
|
|
@@ -189056,8 +189110,8 @@
|
|
|
189056
189110
|
{
|
|
189057
189111
|
"description": "The horizontal padding of the TaskBoard Card.\n",
|
|
189058
189112
|
"commentRange": {
|
|
189059
|
-
"start":
|
|
189060
|
-
"end":
|
|
189113
|
+
"start": 187,
|
|
189114
|
+
"end": 188
|
|
189061
189115
|
},
|
|
189062
189116
|
"context": {
|
|
189063
189117
|
"type": "variable",
|
|
@@ -189065,8 +189119,8 @@
|
|
|
189065
189119
|
"value": "$kendo-taskboard-card-padding-y",
|
|
189066
189120
|
"scope": "default",
|
|
189067
189121
|
"line": {
|
|
189068
|
-
"start":
|
|
189069
|
-
"end":
|
|
189122
|
+
"start": 189,
|
|
189123
|
+
"end": 189
|
|
189070
189124
|
}
|
|
189071
189125
|
},
|
|
189072
189126
|
"group": [
|
|
@@ -189083,8 +189137,8 @@
|
|
|
189083
189137
|
{
|
|
189084
189138
|
"description": "The border width of the TaskBoard Card.\n",
|
|
189085
189139
|
"commentRange": {
|
|
189086
|
-
"start":
|
|
189087
|
-
"end":
|
|
189140
|
+
"start": 190,
|
|
189141
|
+
"end": 191
|
|
189088
189142
|
},
|
|
189089
189143
|
"context": {
|
|
189090
189144
|
"type": "variable",
|
|
@@ -189092,8 +189146,8 @@
|
|
|
189092
189146
|
"value": "1px",
|
|
189093
189147
|
"scope": "default",
|
|
189094
189148
|
"line": {
|
|
189095
|
-
"start":
|
|
189096
|
-
"end":
|
|
189149
|
+
"start": 192,
|
|
189150
|
+
"end": 192
|
|
189097
189151
|
}
|
|
189098
189152
|
},
|
|
189099
189153
|
"group": [
|
|
@@ -189110,8 +189164,8 @@
|
|
|
189110
189164
|
{
|
|
189111
189165
|
"description": "The border radius of the TaskBoard Card.\n",
|
|
189112
189166
|
"commentRange": {
|
|
189113
|
-
"start":
|
|
189114
|
-
"end":
|
|
189167
|
+
"start": 193,
|
|
189168
|
+
"end": 194
|
|
189115
189169
|
},
|
|
189116
189170
|
"context": {
|
|
189117
189171
|
"type": "variable",
|
|
@@ -189119,8 +189173,8 @@
|
|
|
189119
189173
|
"value": "$kendo-card-border-radius",
|
|
189120
189174
|
"scope": "default",
|
|
189121
189175
|
"line": {
|
|
189122
|
-
"start":
|
|
189123
|
-
"end":
|
|
189176
|
+
"start": 195,
|
|
189177
|
+
"end": 195
|
|
189124
189178
|
}
|
|
189125
189179
|
},
|
|
189126
189180
|
"group": [
|
|
@@ -189137,8 +189191,8 @@
|
|
|
189137
189191
|
{
|
|
189138
189192
|
"description": "The background color of the TaskBoard Card.\n",
|
|
189139
189193
|
"commentRange": {
|
|
189140
|
-
"start":
|
|
189141
|
-
"end":
|
|
189194
|
+
"start": 196,
|
|
189195
|
+
"end": 197
|
|
189142
189196
|
},
|
|
189143
189197
|
"context": {
|
|
189144
189198
|
"type": "variable",
|
|
@@ -189146,8 +189200,8 @@
|
|
|
189146
189200
|
"value": "$kendo-card-bg",
|
|
189147
189201
|
"scope": "default",
|
|
189148
189202
|
"line": {
|
|
189149
|
-
"start":
|
|
189150
|
-
"end":
|
|
189203
|
+
"start": 198,
|
|
189204
|
+
"end": 198
|
|
189151
189205
|
}
|
|
189152
189206
|
},
|
|
189153
189207
|
"group": [
|
|
@@ -189164,8 +189218,8 @@
|
|
|
189164
189218
|
{
|
|
189165
189219
|
"description": "The text color of the TaskBoard Card.\n",
|
|
189166
189220
|
"commentRange": {
|
|
189167
|
-
"start":
|
|
189168
|
-
"end":
|
|
189221
|
+
"start": 199,
|
|
189222
|
+
"end": 200
|
|
189169
189223
|
},
|
|
189170
189224
|
"context": {
|
|
189171
189225
|
"type": "variable",
|
|
@@ -189173,8 +189227,8 @@
|
|
|
189173
189227
|
"value": "$kendo-card-text",
|
|
189174
189228
|
"scope": "default",
|
|
189175
189229
|
"line": {
|
|
189176
|
-
"start":
|
|
189177
|
-
"end":
|
|
189230
|
+
"start": 201,
|
|
189231
|
+
"end": 201
|
|
189178
189232
|
}
|
|
189179
189233
|
},
|
|
189180
189234
|
"group": [
|
|
@@ -189191,8 +189245,8 @@
|
|
|
189191
189245
|
{
|
|
189192
189246
|
"description": "The border color of the TaskBoard Card.\n",
|
|
189193
189247
|
"commentRange": {
|
|
189194
|
-
"start":
|
|
189195
|
-
"end":
|
|
189248
|
+
"start": 202,
|
|
189249
|
+
"end": 203
|
|
189196
189250
|
},
|
|
189197
189251
|
"context": {
|
|
189198
189252
|
"type": "variable",
|
|
@@ -189200,8 +189254,8 @@
|
|
|
189200
189254
|
"value": "k-color(border)",
|
|
189201
189255
|
"scope": "default",
|
|
189202
189256
|
"line": {
|
|
189203
|
-
"start":
|
|
189204
|
-
"end":
|
|
189257
|
+
"start": 204,
|
|
189258
|
+
"end": 204
|
|
189205
189259
|
}
|
|
189206
189260
|
},
|
|
189207
189261
|
"group": [
|
|
@@ -189218,8 +189272,8 @@
|
|
|
189218
189272
|
{
|
|
189219
189273
|
"description": "The shadow of the TaskBoard Card.\n",
|
|
189220
189274
|
"commentRange": {
|
|
189221
|
-
"start":
|
|
189222
|
-
"end":
|
|
189275
|
+
"start": 205,
|
|
189276
|
+
"end": 206
|
|
189223
189277
|
},
|
|
189224
189278
|
"context": {
|
|
189225
189279
|
"type": "variable",
|
|
@@ -189227,8 +189281,8 @@
|
|
|
189227
189281
|
"value": "none",
|
|
189228
189282
|
"scope": "default",
|
|
189229
189283
|
"line": {
|
|
189230
|
-
"start":
|
|
189231
|
-
"end":
|
|
189284
|
+
"start": 207,
|
|
189285
|
+
"end": 207
|
|
189232
189286
|
}
|
|
189233
189287
|
},
|
|
189234
189288
|
"group": [
|
|
@@ -189245,8 +189299,8 @@
|
|
|
189245
189299
|
{
|
|
189246
189300
|
"description": "The border width of the TaskBoard Card category.\n",
|
|
189247
189301
|
"commentRange": {
|
|
189248
|
-
"start":
|
|
189249
|
-
"end":
|
|
189302
|
+
"start": 209,
|
|
189303
|
+
"end": 210
|
|
189250
189304
|
},
|
|
189251
189305
|
"context": {
|
|
189252
189306
|
"type": "variable",
|
|
@@ -189254,8 +189308,8 @@
|
|
|
189254
189308
|
"value": "4px",
|
|
189255
189309
|
"scope": "default",
|
|
189256
189310
|
"line": {
|
|
189257
|
-
"start":
|
|
189258
|
-
"end":
|
|
189311
|
+
"start": 211,
|
|
189312
|
+
"end": 211
|
|
189259
189313
|
}
|
|
189260
189314
|
},
|
|
189261
189315
|
"group": [
|
|
@@ -189272,8 +189326,8 @@
|
|
|
189272
189326
|
{
|
|
189273
189327
|
"description": "The border color of the hovered TaskBoard Card.\n",
|
|
189274
189328
|
"commentRange": {
|
|
189275
|
-
"start":
|
|
189276
|
-
"end":
|
|
189329
|
+
"start": 213,
|
|
189330
|
+
"end": 214
|
|
189277
189331
|
},
|
|
189278
189332
|
"context": {
|
|
189279
189333
|
"type": "variable",
|
|
@@ -189281,8 +189335,8 @@
|
|
|
189281
189335
|
"value": "k-color(border-alt)",
|
|
189282
189336
|
"scope": "default",
|
|
189283
189337
|
"line": {
|
|
189284
|
-
"start":
|
|
189285
|
-
"end":
|
|
189338
|
+
"start": 215,
|
|
189339
|
+
"end": 215
|
|
189286
189340
|
}
|
|
189287
189341
|
},
|
|
189288
189342
|
"group": [
|
|
@@ -189299,8 +189353,8 @@
|
|
|
189299
189353
|
{
|
|
189300
189354
|
"description": "The border color of the focused TaskBoard Card.\n",
|
|
189301
189355
|
"commentRange": {
|
|
189302
|
-
"start":
|
|
189303
|
-
"end":
|
|
189356
|
+
"start": 217,
|
|
189357
|
+
"end": 218
|
|
189304
189358
|
},
|
|
189305
189359
|
"context": {
|
|
189306
189360
|
"type": "variable",
|
|
@@ -189308,8 +189362,8 @@
|
|
|
189308
189362
|
"value": "k-color(border-alt)",
|
|
189309
189363
|
"scope": "default",
|
|
189310
189364
|
"line": {
|
|
189311
|
-
"start":
|
|
189312
|
-
"end":
|
|
189365
|
+
"start": 219,
|
|
189366
|
+
"end": 219
|
|
189313
189367
|
}
|
|
189314
189368
|
},
|
|
189315
189369
|
"group": [
|
|
@@ -189326,8 +189380,8 @@
|
|
|
189326
189380
|
{
|
|
189327
189381
|
"description": "The shadow of the focused TaskBoard Card.\n",
|
|
189328
189382
|
"commentRange": {
|
|
189329
|
-
"start":
|
|
189330
|
-
"end":
|
|
189383
|
+
"start": 220,
|
|
189384
|
+
"end": 221
|
|
189331
189385
|
},
|
|
189332
189386
|
"context": {
|
|
189333
189387
|
"type": "variable",
|
|
@@ -189335,8 +189389,8 @@
|
|
|
189335
189389
|
"value": "none",
|
|
189336
189390
|
"scope": "default",
|
|
189337
189391
|
"line": {
|
|
189338
|
-
"start":
|
|
189339
|
-
"end":
|
|
189392
|
+
"start": 222,
|
|
189393
|
+
"end": 222
|
|
189340
189394
|
}
|
|
189341
189395
|
},
|
|
189342
189396
|
"group": [
|
|
@@ -189353,8 +189407,8 @@
|
|
|
189353
189407
|
{
|
|
189354
189408
|
"description": "The border of the selected TaskBoard Card.\n",
|
|
189355
189409
|
"commentRange": {
|
|
189356
|
-
"start":
|
|
189357
|
-
"end":
|
|
189410
|
+
"start": 225,
|
|
189411
|
+
"end": 226
|
|
189358
189412
|
},
|
|
189359
189413
|
"context": {
|
|
189360
189414
|
"type": "variable",
|
|
@@ -189362,8 +189416,8 @@
|
|
|
189362
189416
|
"value": "color-mix(in srgb, k-color(primary) 60%, transparent)",
|
|
189363
189417
|
"scope": "default",
|
|
189364
189418
|
"line": {
|
|
189365
|
-
"start":
|
|
189366
|
-
"end":
|
|
189419
|
+
"start": 227,
|
|
189420
|
+
"end": 227
|
|
189367
189421
|
}
|
|
189368
189422
|
},
|
|
189369
189423
|
"group": [
|
|
@@ -189380,8 +189434,8 @@
|
|
|
189380
189434
|
{
|
|
189381
189435
|
"description": "The shadow of the selected TaskBoard Card.\n",
|
|
189382
189436
|
"commentRange": {
|
|
189383
|
-
"start":
|
|
189384
|
-
"end":
|
|
189437
|
+
"start": 228,
|
|
189438
|
+
"end": 229
|
|
189385
189439
|
},
|
|
189386
189440
|
"context": {
|
|
189387
189441
|
"type": "variable",
|
|
@@ -189389,8 +189443,8 @@
|
|
|
189389
189443
|
"value": "none",
|
|
189390
189444
|
"scope": "default",
|
|
189391
189445
|
"line": {
|
|
189392
|
-
"start":
|
|
189393
|
-
"end":
|
|
189446
|
+
"start": 230,
|
|
189447
|
+
"end": 230
|
|
189394
189448
|
}
|
|
189395
189449
|
},
|
|
189396
189450
|
"group": [
|
|
@@ -189407,8 +189461,8 @@
|
|
|
189407
189461
|
{
|
|
189408
189462
|
"description": "The text color of the TaskBoard Card header text.\n",
|
|
189409
189463
|
"commentRange": {
|
|
189410
|
-
"start":
|
|
189411
|
-
"end":
|
|
189464
|
+
"start": 232,
|
|
189465
|
+
"end": 233
|
|
189412
189466
|
},
|
|
189413
189467
|
"context": {
|
|
189414
189468
|
"type": "variable",
|
|
@@ -189416,8 +189470,8 @@
|
|
|
189416
189470
|
"value": "null",
|
|
189417
189471
|
"scope": "default",
|
|
189418
189472
|
"line": {
|
|
189419
|
-
"start":
|
|
189420
|
-
"end":
|
|
189473
|
+
"start": 234,
|
|
189474
|
+
"end": 234
|
|
189421
189475
|
}
|
|
189422
189476
|
},
|
|
189423
189477
|
"group": [
|
|
@@ -189434,8 +189488,8 @@
|
|
|
189434
189488
|
{
|
|
189435
189489
|
"description": "The text color of the hovered TaskBoard Card header text.\n",
|
|
189436
189490
|
"commentRange": {
|
|
189437
|
-
"start":
|
|
189438
|
-
"end":
|
|
189491
|
+
"start": 235,
|
|
189492
|
+
"end": 236
|
|
189439
189493
|
},
|
|
189440
189494
|
"context": {
|
|
189441
189495
|
"type": "variable",
|
|
@@ -189443,8 +189497,8 @@
|
|
|
189443
189497
|
"value": "null",
|
|
189444
189498
|
"scope": "default",
|
|
189445
189499
|
"line": {
|
|
189446
|
-
"start":
|
|
189447
|
-
"end":
|
|
189500
|
+
"start": 237,
|
|
189501
|
+
"end": 237
|
|
189448
189502
|
}
|
|
189449
189503
|
},
|
|
189450
189504
|
"group": [
|
|
@@ -189461,8 +189515,8 @@
|
|
|
189461
189515
|
{
|
|
189462
189516
|
"description": "The text color of the focused TaskBoard Card header text.\n",
|
|
189463
189517
|
"commentRange": {
|
|
189464
|
-
"start":
|
|
189465
|
-
"end":
|
|
189518
|
+
"start": 238,
|
|
189519
|
+
"end": 239
|
|
189466
189520
|
},
|
|
189467
189521
|
"context": {
|
|
189468
189522
|
"type": "variable",
|
|
@@ -189470,8 +189524,8 @@
|
|
|
189470
189524
|
"value": "null",
|
|
189471
189525
|
"scope": "default",
|
|
189472
189526
|
"line": {
|
|
189473
|
-
"start":
|
|
189474
|
-
"end":
|
|
189527
|
+
"start": 240,
|
|
189528
|
+
"end": 240
|
|
189475
189529
|
}
|
|
189476
189530
|
},
|
|
189477
189531
|
"group": [
|
|
@@ -189488,8 +189542,8 @@
|
|
|
189488
189542
|
{
|
|
189489
189543
|
"description": "The border width of the TaskBoard Card placeholder.\n",
|
|
189490
189544
|
"commentRange": {
|
|
189491
|
-
"start":
|
|
189492
|
-
"end":
|
|
189545
|
+
"start": 242,
|
|
189546
|
+
"end": 243
|
|
189493
189547
|
},
|
|
189494
189548
|
"context": {
|
|
189495
189549
|
"type": "variable",
|
|
@@ -189497,8 +189551,8 @@
|
|
|
189497
189551
|
"value": "1px",
|
|
189498
189552
|
"scope": "default",
|
|
189499
189553
|
"line": {
|
|
189500
|
-
"start":
|
|
189501
|
-
"end":
|
|
189554
|
+
"start": 244,
|
|
189555
|
+
"end": 244
|
|
189502
189556
|
}
|
|
189503
189557
|
},
|
|
189504
189558
|
"group": [
|
|
@@ -189515,8 +189569,8 @@
|
|
|
189515
189569
|
{
|
|
189516
189570
|
"description": "The border radius of the TaskBoard Card placeholder.\n",
|
|
189517
189571
|
"commentRange": {
|
|
189518
|
-
"start":
|
|
189519
|
-
"end":
|
|
189572
|
+
"start": 245,
|
|
189573
|
+
"end": 246
|
|
189520
189574
|
},
|
|
189521
189575
|
"context": {
|
|
189522
189576
|
"type": "variable",
|
|
@@ -189524,8 +189578,8 @@
|
|
|
189524
189578
|
"value": "$kendo-taskboard-card-border-radius",
|
|
189525
189579
|
"scope": "default",
|
|
189526
189580
|
"line": {
|
|
189527
|
-
"start":
|
|
189528
|
-
"end":
|
|
189581
|
+
"start": 247,
|
|
189582
|
+
"end": 247
|
|
189529
189583
|
}
|
|
189530
189584
|
},
|
|
189531
189585
|
"group": [
|
|
@@ -189542,8 +189596,8 @@
|
|
|
189542
189596
|
{
|
|
189543
189597
|
"description": "The background color of the TaskBoard Card placeholder.\n",
|
|
189544
189598
|
"commentRange": {
|
|
189545
|
-
"start":
|
|
189546
|
-
"end":
|
|
189599
|
+
"start": 248,
|
|
189600
|
+
"end": 249
|
|
189547
189601
|
},
|
|
189548
189602
|
"context": {
|
|
189549
189603
|
"type": "variable",
|
|
@@ -189551,8 +189605,8 @@
|
|
|
189551
189605
|
"value": "color-mix(in srgb, k-color(on-inverse) 20%, transparent)",
|
|
189552
189606
|
"scope": "default",
|
|
189553
189607
|
"line": {
|
|
189554
|
-
"start":
|
|
189555
|
-
"end":
|
|
189608
|
+
"start": 250,
|
|
189609
|
+
"end": 250
|
|
189556
189610
|
}
|
|
189557
189611
|
},
|
|
189558
189612
|
"group": [
|
|
@@ -189569,8 +189623,8 @@
|
|
|
189569
189623
|
{
|
|
189570
189624
|
"description": "The border color of the TaskBoard Card placeholder.\n",
|
|
189571
189625
|
"commentRange": {
|
|
189572
|
-
"start":
|
|
189573
|
-
"end":
|
|
189626
|
+
"start": 251,
|
|
189627
|
+
"end": 252
|
|
189574
189628
|
},
|
|
189575
189629
|
"context": {
|
|
189576
189630
|
"type": "variable",
|
|
@@ -189578,8 +189632,8 @@
|
|
|
189578
189632
|
"value": "k-color(border)",
|
|
189579
189633
|
"scope": "default",
|
|
189580
189634
|
"line": {
|
|
189581
|
-
"start":
|
|
189582
|
-
"end":
|
|
189635
|
+
"start": 253,
|
|
189636
|
+
"end": 253
|
|
189583
189637
|
}
|
|
189584
189638
|
},
|
|
189585
189639
|
"group": [
|