@progress/kendo-theme-default 6.2.1-dev.151 → 6.2.1-dev.170
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 +84 -11
- package/dist/all.scss +126 -15
- package/dist/meta/sassdoc-data.json +668 -236
- package/dist/meta/sassdoc-raw-data.json +285 -85
- package/dist/meta/variables.json +62 -2
- package/lib/swatches/default-blue.json +1 -1
- package/lib/swatches/default-dataviz-v4.json +1 -1
- package/lib/swatches/default-green.json +1 -1
- package/lib/swatches/default-main-dark.json +1 -1
- package/lib/swatches/default-main.json +1 -1
- package/lib/swatches/default-nordic.json +1 -1
- package/lib/swatches/default-ocean-blue-a11y.json +1 -1
- package/lib/swatches/default-ocean-blue.json +1 -1
- package/lib/swatches/default-orange.json +1 -1
- package/lib/swatches/default-purple.json +1 -1
- package/lib/swatches/default-turquoise.json +1 -1
- package/lib/swatches/default-urban.json +1 -1
- package/package.json +4 -4
- package/scss/grid/_index.scss +2 -0
- package/scss/grid/_layout.scss +58 -5
- package/scss/grid/_theme.scss +23 -7
- package/scss/grid/_variables.scss +41 -3
|
@@ -7467,8 +7467,8 @@
|
|
|
7467
7467
|
{
|
|
7468
7468
|
"description": "Background color of the grid component\n",
|
|
7469
7469
|
"commentRange": {
|
|
7470
|
-
"start":
|
|
7471
|
-
"end":
|
|
7470
|
+
"start": 139,
|
|
7471
|
+
"end": 140
|
|
7472
7472
|
},
|
|
7473
7473
|
"context": {
|
|
7474
7474
|
"type": "variable",
|
|
@@ -7476,8 +7476,8 @@
|
|
|
7476
7476
|
"value": "$kendo-table-bg",
|
|
7477
7477
|
"scope": "default",
|
|
7478
7478
|
"line": {
|
|
7479
|
-
"start":
|
|
7480
|
-
"end":
|
|
7479
|
+
"start": 141,
|
|
7480
|
+
"end": 141
|
|
7481
7481
|
}
|
|
7482
7482
|
},
|
|
7483
7483
|
"group": [
|
|
@@ -7494,8 +7494,8 @@
|
|
|
7494
7494
|
{
|
|
7495
7495
|
"description": "Text color of the grid component\n",
|
|
7496
7496
|
"commentRange": {
|
|
7497
|
-
"start":
|
|
7498
|
-
"end":
|
|
7497
|
+
"start": 142,
|
|
7498
|
+
"end": 143
|
|
7499
7499
|
},
|
|
7500
7500
|
"context": {
|
|
7501
7501
|
"type": "variable",
|
|
@@ -7503,8 +7503,8 @@
|
|
|
7503
7503
|
"value": "$kendo-table-text",
|
|
7504
7504
|
"scope": "default",
|
|
7505
7505
|
"line": {
|
|
7506
|
-
"start":
|
|
7507
|
-
"end":
|
|
7506
|
+
"start": 144,
|
|
7507
|
+
"end": 144
|
|
7508
7508
|
}
|
|
7509
7509
|
},
|
|
7510
7510
|
"group": [
|
|
@@ -7521,8 +7521,8 @@
|
|
|
7521
7521
|
{
|
|
7522
7522
|
"description": "Border color of the grid component\n",
|
|
7523
7523
|
"commentRange": {
|
|
7524
|
-
"start":
|
|
7525
|
-
"end":
|
|
7524
|
+
"start": 145,
|
|
7525
|
+
"end": 146
|
|
7526
7526
|
},
|
|
7527
7527
|
"context": {
|
|
7528
7528
|
"type": "variable",
|
|
@@ -7530,8 +7530,8 @@
|
|
|
7530
7530
|
"value": "$kendo-table-border",
|
|
7531
7531
|
"scope": "default",
|
|
7532
7532
|
"line": {
|
|
7533
|
-
"start":
|
|
7534
|
-
"end":
|
|
7533
|
+
"start": 147,
|
|
7534
|
+
"end": 147
|
|
7535
7535
|
}
|
|
7536
7536
|
},
|
|
7537
7537
|
"group": [
|
|
@@ -7548,8 +7548,8 @@
|
|
|
7548
7548
|
{
|
|
7549
7549
|
"description": "Background color of grid header\n",
|
|
7550
7550
|
"commentRange": {
|
|
7551
|
-
"start":
|
|
7552
|
-
"end":
|
|
7551
|
+
"start": 149,
|
|
7552
|
+
"end": 150
|
|
7553
7553
|
},
|
|
7554
7554
|
"context": {
|
|
7555
7555
|
"type": "variable",
|
|
@@ -7557,8 +7557,8 @@
|
|
|
7557
7557
|
"value": "$kendo-table-header-bg",
|
|
7558
7558
|
"scope": "default",
|
|
7559
7559
|
"line": {
|
|
7560
|
-
"start":
|
|
7561
|
-
"end":
|
|
7560
|
+
"start": 151,
|
|
7561
|
+
"end": 151
|
|
7562
7562
|
}
|
|
7563
7563
|
},
|
|
7564
7564
|
"group": [
|
|
@@ -7575,8 +7575,8 @@
|
|
|
7575
7575
|
{
|
|
7576
7576
|
"description": "Text color of grid header\n",
|
|
7577
7577
|
"commentRange": {
|
|
7578
|
-
"start":
|
|
7579
|
-
"end":
|
|
7578
|
+
"start": 152,
|
|
7579
|
+
"end": 153
|
|
7580
7580
|
},
|
|
7581
7581
|
"context": {
|
|
7582
7582
|
"type": "variable",
|
|
@@ -7584,8 +7584,8 @@
|
|
|
7584
7584
|
"value": "$kendo-table-header-text",
|
|
7585
7585
|
"scope": "default",
|
|
7586
7586
|
"line": {
|
|
7587
|
-
"start":
|
|
7588
|
-
"end":
|
|
7587
|
+
"start": 154,
|
|
7588
|
+
"end": 154
|
|
7589
7589
|
}
|
|
7590
7590
|
},
|
|
7591
7591
|
"group": [
|
|
@@ -7602,8 +7602,8 @@
|
|
|
7602
7602
|
{
|
|
7603
7603
|
"description": "Border color of grid header\n",
|
|
7604
7604
|
"commentRange": {
|
|
7605
|
-
"start":
|
|
7606
|
-
"end":
|
|
7605
|
+
"start": 155,
|
|
7606
|
+
"end": 156
|
|
7607
7607
|
},
|
|
7608
7608
|
"context": {
|
|
7609
7609
|
"type": "variable",
|
|
@@ -7611,8 +7611,8 @@
|
|
|
7611
7611
|
"value": "$kendo-table-header-border",
|
|
7612
7612
|
"scope": "default",
|
|
7613
7613
|
"line": {
|
|
7614
|
-
"start":
|
|
7615
|
-
"end":
|
|
7614
|
+
"start": 157,
|
|
7615
|
+
"end": 157
|
|
7616
7616
|
}
|
|
7617
7617
|
},
|
|
7618
7618
|
"group": [
|
|
@@ -7629,8 +7629,8 @@
|
|
|
7629
7629
|
{
|
|
7630
7630
|
"description": "Background gradient of grid header\n",
|
|
7631
7631
|
"commentRange": {
|
|
7632
|
-
"start":
|
|
7633
|
-
"end":
|
|
7632
|
+
"start": 158,
|
|
7633
|
+
"end": 159
|
|
7634
7634
|
},
|
|
7635
7635
|
"context": {
|
|
7636
7636
|
"type": "variable",
|
|
@@ -7638,8 +7638,8 @@
|
|
|
7638
7638
|
"value": "$kendo-table-header-gradient",
|
|
7639
7639
|
"scope": "default",
|
|
7640
7640
|
"line": {
|
|
7641
|
-
"start":
|
|
7642
|
-
"end":
|
|
7641
|
+
"start": 160,
|
|
7642
|
+
"end": 160
|
|
7643
7643
|
}
|
|
7644
7644
|
},
|
|
7645
7645
|
"group": [
|
|
@@ -7656,8 +7656,8 @@
|
|
|
7656
7656
|
{
|
|
7657
7657
|
"description": "Background color of grid footer\n",
|
|
7658
7658
|
"commentRange": {
|
|
7659
|
-
"start":
|
|
7660
|
-
"end":
|
|
7659
|
+
"start": 162,
|
|
7660
|
+
"end": 163
|
|
7661
7661
|
},
|
|
7662
7662
|
"context": {
|
|
7663
7663
|
"type": "variable",
|
|
@@ -7665,8 +7665,8 @@
|
|
|
7665
7665
|
"value": "$kendo-grid-header-bg",
|
|
7666
7666
|
"scope": "default",
|
|
7667
7667
|
"line": {
|
|
7668
|
-
"start":
|
|
7669
|
-
"end":
|
|
7668
|
+
"start": 164,
|
|
7669
|
+
"end": 164
|
|
7670
7670
|
}
|
|
7671
7671
|
},
|
|
7672
7672
|
"group": [
|
|
@@ -7683,8 +7683,8 @@
|
|
|
7683
7683
|
{
|
|
7684
7684
|
"description": "Text color of grid footer\n",
|
|
7685
7685
|
"commentRange": {
|
|
7686
|
-
"start":
|
|
7687
|
-
"end":
|
|
7686
|
+
"start": 165,
|
|
7687
|
+
"end": 166
|
|
7688
7688
|
},
|
|
7689
7689
|
"context": {
|
|
7690
7690
|
"type": "variable",
|
|
@@ -7692,8 +7692,8 @@
|
|
|
7692
7692
|
"value": "$kendo-grid-header-text",
|
|
7693
7693
|
"scope": "default",
|
|
7694
7694
|
"line": {
|
|
7695
|
-
"start":
|
|
7696
|
-
"end":
|
|
7695
|
+
"start": 167,
|
|
7696
|
+
"end": 167
|
|
7697
7697
|
}
|
|
7698
7698
|
},
|
|
7699
7699
|
"group": [
|
|
@@ -7710,8 +7710,8 @@
|
|
|
7710
7710
|
{
|
|
7711
7711
|
"description": "Border color of grid footer\n",
|
|
7712
7712
|
"commentRange": {
|
|
7713
|
-
"start":
|
|
7714
|
-
"end":
|
|
7713
|
+
"start": 168,
|
|
7714
|
+
"end": 169
|
|
7715
7715
|
},
|
|
7716
7716
|
"context": {
|
|
7717
7717
|
"type": "variable",
|
|
@@ -7719,8 +7719,8 @@
|
|
|
7719
7719
|
"value": "$kendo-grid-header-border",
|
|
7720
7720
|
"scope": "default",
|
|
7721
7721
|
"line": {
|
|
7722
|
-
"start":
|
|
7723
|
-
"end":
|
|
7722
|
+
"start": 170,
|
|
7723
|
+
"end": 170
|
|
7724
7724
|
}
|
|
7725
7725
|
},
|
|
7726
7726
|
"group": [
|
|
@@ -7737,8 +7737,8 @@
|
|
|
7737
7737
|
{
|
|
7738
7738
|
"description": "Background color of alternating rows in grid\n",
|
|
7739
7739
|
"commentRange": {
|
|
7740
|
-
"start":
|
|
7741
|
-
"end":
|
|
7740
|
+
"start": 172,
|
|
7741
|
+
"end": 173
|
|
7742
7742
|
},
|
|
7743
7743
|
"context": {
|
|
7744
7744
|
"type": "variable",
|
|
@@ -7746,8 +7746,8 @@
|
|
|
7746
7746
|
"value": "$kendo-table-alt-row-bg",
|
|
7747
7747
|
"scope": "default",
|
|
7748
7748
|
"line": {
|
|
7749
|
-
"start":
|
|
7750
|
-
"end":
|
|
7749
|
+
"start": 174,
|
|
7750
|
+
"end": 174
|
|
7751
7751
|
}
|
|
7752
7752
|
},
|
|
7753
7753
|
"group": [
|
|
@@ -7764,8 +7764,8 @@
|
|
|
7764
7764
|
{
|
|
7765
7765
|
"description": "Text color of alternating rows in grid\n",
|
|
7766
7766
|
"commentRange": {
|
|
7767
|
-
"start":
|
|
7768
|
-
"end":
|
|
7767
|
+
"start": 175,
|
|
7768
|
+
"end": 176
|
|
7769
7769
|
},
|
|
7770
7770
|
"context": {
|
|
7771
7771
|
"type": "variable",
|
|
@@ -7773,8 +7773,8 @@
|
|
|
7773
7773
|
"value": "$kendo-table-alt-row-text",
|
|
7774
7774
|
"scope": "default",
|
|
7775
7775
|
"line": {
|
|
7776
|
-
"start":
|
|
7777
|
-
"end":
|
|
7776
|
+
"start": 177,
|
|
7777
|
+
"end": 177
|
|
7778
7778
|
}
|
|
7779
7779
|
},
|
|
7780
7780
|
"group": [
|
|
@@ -7791,8 +7791,8 @@
|
|
|
7791
7791
|
{
|
|
7792
7792
|
"description": "Border color of alternating rows in grid\n",
|
|
7793
7793
|
"commentRange": {
|
|
7794
|
-
"start":
|
|
7795
|
-
"end":
|
|
7794
|
+
"start": 178,
|
|
7795
|
+
"end": 179
|
|
7796
7796
|
},
|
|
7797
7797
|
"context": {
|
|
7798
7798
|
"type": "variable",
|
|
@@ -7800,8 +7800,8 @@
|
|
|
7800
7800
|
"value": "$kendo-table-alt-row-border",
|
|
7801
7801
|
"scope": "default",
|
|
7802
7802
|
"line": {
|
|
7803
|
-
"start":
|
|
7804
|
-
"end":
|
|
7803
|
+
"start": 180,
|
|
7804
|
+
"end": 180
|
|
7805
7805
|
}
|
|
7806
7806
|
},
|
|
7807
7807
|
"group": [
|
|
@@ -7818,8 +7818,8 @@
|
|
|
7818
7818
|
{
|
|
7819
7819
|
"description": "Background color of hovered rows in grid\n",
|
|
7820
7820
|
"commentRange": {
|
|
7821
|
-
"start":
|
|
7822
|
-
"end":
|
|
7821
|
+
"start": 182,
|
|
7822
|
+
"end": 183
|
|
7823
7823
|
},
|
|
7824
7824
|
"context": {
|
|
7825
7825
|
"type": "variable",
|
|
@@ -7827,8 +7827,8 @@
|
|
|
7827
7827
|
"value": "$kendo-table-hover-bg",
|
|
7828
7828
|
"scope": "default",
|
|
7829
7829
|
"line": {
|
|
7830
|
-
"start":
|
|
7831
|
-
"end":
|
|
7830
|
+
"start": 184,
|
|
7831
|
+
"end": 184
|
|
7832
7832
|
}
|
|
7833
7833
|
},
|
|
7834
7834
|
"group": [
|
|
@@ -7845,8 +7845,8 @@
|
|
|
7845
7845
|
{
|
|
7846
7846
|
"description": "Text color of hovered rows in grid\n",
|
|
7847
7847
|
"commentRange": {
|
|
7848
|
-
"start":
|
|
7849
|
-
"end":
|
|
7848
|
+
"start": 185,
|
|
7849
|
+
"end": 186
|
|
7850
7850
|
},
|
|
7851
7851
|
"context": {
|
|
7852
7852
|
"type": "variable",
|
|
@@ -7854,8 +7854,8 @@
|
|
|
7854
7854
|
"value": "$kendo-table-hover-text",
|
|
7855
7855
|
"scope": "default",
|
|
7856
7856
|
"line": {
|
|
7857
|
-
"start":
|
|
7858
|
-
"end":
|
|
7857
|
+
"start": 187,
|
|
7858
|
+
"end": 187
|
|
7859
7859
|
}
|
|
7860
7860
|
},
|
|
7861
7861
|
"group": [
|
|
@@ -7872,8 +7872,8 @@
|
|
|
7872
7872
|
{
|
|
7873
7873
|
"description": "Border color of hovered rows in grid\n",
|
|
7874
7874
|
"commentRange": {
|
|
7875
|
-
"start":
|
|
7876
|
-
"end":
|
|
7875
|
+
"start": 188,
|
|
7876
|
+
"end": 189
|
|
7877
7877
|
},
|
|
7878
7878
|
"context": {
|
|
7879
7879
|
"type": "variable",
|
|
@@ -7881,8 +7881,8 @@
|
|
|
7881
7881
|
"value": "$kendo-table-hover-border",
|
|
7882
7882
|
"scope": "default",
|
|
7883
7883
|
"line": {
|
|
7884
|
-
"start":
|
|
7885
|
-
"end":
|
|
7884
|
+
"start": 190,
|
|
7885
|
+
"end": 190
|
|
7886
7886
|
}
|
|
7887
7887
|
},
|
|
7888
7888
|
"group": [
|
|
@@ -7899,8 +7899,8 @@
|
|
|
7899
7899
|
{
|
|
7900
7900
|
"description": "Background color of selected rows in grid\n",
|
|
7901
7901
|
"commentRange": {
|
|
7902
|
-
"start":
|
|
7903
|
-
"end":
|
|
7902
|
+
"start": 192,
|
|
7903
|
+
"end": 193
|
|
7904
7904
|
},
|
|
7905
7905
|
"context": {
|
|
7906
7906
|
"type": "variable",
|
|
@@ -7908,8 +7908,8 @@
|
|
|
7908
7908
|
"value": "$kendo-table-selected-bg",
|
|
7909
7909
|
"scope": "default",
|
|
7910
7910
|
"line": {
|
|
7911
|
-
"start":
|
|
7912
|
-
"end":
|
|
7911
|
+
"start": 194,
|
|
7912
|
+
"end": 194
|
|
7913
7913
|
}
|
|
7914
7914
|
},
|
|
7915
7915
|
"group": [
|
|
@@ -7926,8 +7926,8 @@
|
|
|
7926
7926
|
{
|
|
7927
7927
|
"description": "Text color of selected rows in grid\n",
|
|
7928
7928
|
"commentRange": {
|
|
7929
|
-
"start":
|
|
7930
|
-
"end":
|
|
7929
|
+
"start": 195,
|
|
7930
|
+
"end": 196
|
|
7931
7931
|
},
|
|
7932
7932
|
"context": {
|
|
7933
7933
|
"type": "variable",
|
|
@@ -7935,8 +7935,8 @@
|
|
|
7935
7935
|
"value": "$kendo-table-selected-text",
|
|
7936
7936
|
"scope": "default",
|
|
7937
7937
|
"line": {
|
|
7938
|
-
"start":
|
|
7939
|
-
"end":
|
|
7938
|
+
"start": 197,
|
|
7939
|
+
"end": 197
|
|
7940
7940
|
}
|
|
7941
7941
|
},
|
|
7942
7942
|
"group": [
|
|
@@ -7953,8 +7953,8 @@
|
|
|
7953
7953
|
{
|
|
7954
7954
|
"description": "Border color of selected rows in grid\n",
|
|
7955
7955
|
"commentRange": {
|
|
7956
|
-
"start":
|
|
7957
|
-
"end":
|
|
7956
|
+
"start": 198,
|
|
7957
|
+
"end": 199
|
|
7958
7958
|
},
|
|
7959
7959
|
"context": {
|
|
7960
7960
|
"type": "variable",
|
|
@@ -7962,8 +7962,8 @@
|
|
|
7962
7962
|
"value": "$kendo-table-selected-border",
|
|
7963
7963
|
"scope": "default",
|
|
7964
7964
|
"line": {
|
|
7965
|
-
"start":
|
|
7966
|
-
"end":
|
|
7965
|
+
"start": 200,
|
|
7966
|
+
"end": 200
|
|
7967
7967
|
}
|
|
7968
7968
|
},
|
|
7969
7969
|
"group": [
|
|
@@ -7978,19 +7978,19 @@
|
|
|
7978
7978
|
"resolvedType": "Null"
|
|
7979
7979
|
},
|
|
7980
7980
|
{
|
|
7981
|
-
"description": "Background color of the
|
|
7981
|
+
"description": "Background color of the selection aggregates container\n",
|
|
7982
7982
|
"commentRange": {
|
|
7983
|
-
"start":
|
|
7984
|
-
"end":
|
|
7983
|
+
"start": 202,
|
|
7984
|
+
"end": 203
|
|
7985
7985
|
},
|
|
7986
7986
|
"context": {
|
|
7987
7987
|
"type": "variable",
|
|
7988
|
-
"name": "kendo-grid-
|
|
7989
|
-
"value": "
|
|
7988
|
+
"name": "kendo-grid-selection-aggregates-bg",
|
|
7989
|
+
"value": "$kendo-grid-header-bg",
|
|
7990
7990
|
"scope": "default",
|
|
7991
7991
|
"line": {
|
|
7992
|
-
"start":
|
|
7993
|
-
"end":
|
|
7992
|
+
"start": 204,
|
|
7993
|
+
"end": 204
|
|
7994
7994
|
}
|
|
7995
7995
|
},
|
|
7996
7996
|
"group": [
|
|
@@ -8001,23 +8001,23 @@
|
|
|
8001
8001
|
"path": "grid/_variables.scss",
|
|
8002
8002
|
"name": "_variables.scss"
|
|
8003
8003
|
},
|
|
8004
|
-
"resolvedValue": "
|
|
8004
|
+
"resolvedValue": "#fafafa",
|
|
8005
8005
|
"resolvedType": "Color"
|
|
8006
8006
|
},
|
|
8007
8007
|
{
|
|
8008
|
-
"description": "
|
|
8008
|
+
"description": "Text color of the selection aggregates container\n",
|
|
8009
8009
|
"commentRange": {
|
|
8010
|
-
"start":
|
|
8011
|
-
"end":
|
|
8010
|
+
"start": 205,
|
|
8011
|
+
"end": 206
|
|
8012
8012
|
},
|
|
8013
8013
|
"context": {
|
|
8014
8014
|
"type": "variable",
|
|
8015
|
-
"name": "kendo-grid-
|
|
8016
|
-
"value": "$kendo-
|
|
8015
|
+
"name": "kendo-grid-selection-aggregates-text",
|
|
8016
|
+
"value": "$kendo-grid-text",
|
|
8017
8017
|
"scope": "default",
|
|
8018
8018
|
"line": {
|
|
8019
|
-
"start":
|
|
8020
|
-
"end":
|
|
8019
|
+
"start": 207,
|
|
8020
|
+
"end": 207
|
|
8021
8021
|
}
|
|
8022
8022
|
},
|
|
8023
8023
|
"group": [
|
|
@@ -8028,162 +8028,378 @@
|
|
|
8028
8028
|
"path": "grid/_variables.scss",
|
|
8029
8029
|
"name": "_variables.scss"
|
|
8030
8030
|
},
|
|
8031
|
-
"resolvedValue": "#
|
|
8031
|
+
"resolvedValue": "#424242",
|
|
8032
8032
|
"resolvedType": "Color"
|
|
8033
8033
|
},
|
|
8034
8034
|
{
|
|
8035
|
-
"description": "
|
|
8035
|
+
"description": "Border color of the selection aggregates container\n",
|
|
8036
8036
|
"commentRange": {
|
|
8037
|
-
"start":
|
|
8038
|
-
"end":
|
|
8037
|
+
"start": 208,
|
|
8038
|
+
"end": 209
|
|
8039
8039
|
},
|
|
8040
8040
|
"context": {
|
|
8041
8041
|
"type": "variable",
|
|
8042
|
-
"name": "kendo-
|
|
8043
|
-
"value": "
|
|
8042
|
+
"name": "kendo-grid-selection-aggregates-border",
|
|
8043
|
+
"value": "$kendo-grid-border",
|
|
8044
8044
|
"scope": "default",
|
|
8045
8045
|
"line": {
|
|
8046
|
-
"start":
|
|
8047
|
-
"end":
|
|
8046
|
+
"start": 210,
|
|
8047
|
+
"end": 210
|
|
8048
8048
|
}
|
|
8049
8049
|
},
|
|
8050
8050
|
"group": [
|
|
8051
|
-
"
|
|
8051
|
+
"grid"
|
|
8052
8052
|
],
|
|
8053
8053
|
"access": "public",
|
|
8054
8054
|
"file": {
|
|
8055
|
-
"path": "
|
|
8055
|
+
"path": "grid/_variables.scss",
|
|
8056
8056
|
"name": "_variables.scss"
|
|
8057
8057
|
},
|
|
8058
|
-
"resolvedValue": "
|
|
8059
|
-
"resolvedType": "
|
|
8058
|
+
"resolvedValue": "rgba(0, 0, 0, 0.08)",
|
|
8059
|
+
"resolvedType": "Color"
|
|
8060
8060
|
},
|
|
8061
8061
|
{
|
|
8062
|
-
"description": "
|
|
8062
|
+
"description": "Border width of the selection aggregates container\n",
|
|
8063
8063
|
"commentRange": {
|
|
8064
|
-
"start":
|
|
8065
|
-
"end":
|
|
8064
|
+
"start": 211,
|
|
8065
|
+
"end": 212
|
|
8066
8066
|
},
|
|
8067
8067
|
"context": {
|
|
8068
8068
|
"type": "variable",
|
|
8069
|
-
"name": "kendo-
|
|
8070
|
-
"value": "
|
|
8069
|
+
"name": "kendo-grid-selection-aggregates-border-width",
|
|
8070
|
+
"value": "$kendo-grid-border-width",
|
|
8071
8071
|
"scope": "default",
|
|
8072
8072
|
"line": {
|
|
8073
|
-
"start":
|
|
8074
|
-
"end":
|
|
8073
|
+
"start": 213,
|
|
8074
|
+
"end": 213
|
|
8075
8075
|
}
|
|
8076
8076
|
},
|
|
8077
8077
|
"group": [
|
|
8078
|
-
"
|
|
8078
|
+
"grid"
|
|
8079
8079
|
],
|
|
8080
8080
|
"access": "public",
|
|
8081
8081
|
"file": {
|
|
8082
|
-
"path": "
|
|
8082
|
+
"path": "grid/_variables.scss",
|
|
8083
8083
|
"name": "_variables.scss"
|
|
8084
8084
|
},
|
|
8085
8085
|
"resolvedValue": "1px",
|
|
8086
8086
|
"resolvedType": "Number"
|
|
8087
8087
|
},
|
|
8088
8088
|
{
|
|
8089
|
-
"description": "
|
|
8089
|
+
"description": "Spacing between the selection aggregates items\n",
|
|
8090
8090
|
"commentRange": {
|
|
8091
|
-
"start":
|
|
8092
|
-
"end":
|
|
8091
|
+
"start": 214,
|
|
8092
|
+
"end": 215
|
|
8093
8093
|
},
|
|
8094
8094
|
"context": {
|
|
8095
8095
|
"type": "variable",
|
|
8096
|
-
"name": "kendo-
|
|
8097
|
-
"value": "
|
|
8096
|
+
"name": "kendo-grid-selection-aggregates-spacing",
|
|
8097
|
+
"value": "k-map-get( $kendo-spacing, 2 )",
|
|
8098
8098
|
"scope": "default",
|
|
8099
8099
|
"line": {
|
|
8100
|
-
"start":
|
|
8101
|
-
"end":
|
|
8100
|
+
"start": 216,
|
|
8101
|
+
"end": 216
|
|
8102
8102
|
}
|
|
8103
8103
|
},
|
|
8104
8104
|
"group": [
|
|
8105
|
-
"
|
|
8105
|
+
"grid"
|
|
8106
8106
|
],
|
|
8107
8107
|
"access": "public",
|
|
8108
8108
|
"file": {
|
|
8109
|
-
"path": "
|
|
8109
|
+
"path": "grid/_variables.scss",
|
|
8110
8110
|
"name": "_variables.scss"
|
|
8111
8111
|
},
|
|
8112
|
-
"resolvedValue": "
|
|
8113
|
-
"resolvedType": "
|
|
8112
|
+
"resolvedValue": "8px",
|
|
8113
|
+
"resolvedType": "Number"
|
|
8114
8114
|
},
|
|
8115
8115
|
{
|
|
8116
|
-
"description": "
|
|
8116
|
+
"description": "Line height of the selection aggregates container\n",
|
|
8117
8117
|
"commentRange": {
|
|
8118
|
-
"start":
|
|
8119
|
-
"end":
|
|
8118
|
+
"start": 217,
|
|
8119
|
+
"end": 218
|
|
8120
8120
|
},
|
|
8121
8121
|
"context": {
|
|
8122
8122
|
"type": "variable",
|
|
8123
|
-
"name": "kendo-
|
|
8124
|
-
"value": "
|
|
8123
|
+
"name": "kendo-grid-selection-aggregates-line-height",
|
|
8124
|
+
"value": "$kendo-grid-line-height",
|
|
8125
8125
|
"scope": "default",
|
|
8126
8126
|
"line": {
|
|
8127
|
-
"start":
|
|
8128
|
-
"end":
|
|
8127
|
+
"start": 219,
|
|
8128
|
+
"end": 219
|
|
8129
8129
|
}
|
|
8130
8130
|
},
|
|
8131
8131
|
"group": [
|
|
8132
|
-
"
|
|
8132
|
+
"grid"
|
|
8133
8133
|
],
|
|
8134
8134
|
"access": "public",
|
|
8135
8135
|
"file": {
|
|
8136
|
-
"path": "
|
|
8136
|
+
"path": "grid/_variables.scss",
|
|
8137
8137
|
"name": "_variables.scss"
|
|
8138
8138
|
},
|
|
8139
|
-
"resolvedValue": "
|
|
8139
|
+
"resolvedValue": "1.4285714286",
|
|
8140
8140
|
"resolvedType": "Number"
|
|
8141
8141
|
},
|
|
8142
8142
|
{
|
|
8143
|
-
"description": "
|
|
8143
|
+
"description": "Font weight of the selection aggregates container\n",
|
|
8144
8144
|
"commentRange": {
|
|
8145
|
-
"start":
|
|
8146
|
-
"end":
|
|
8145
|
+
"start": 220,
|
|
8146
|
+
"end": 221
|
|
8147
8147
|
},
|
|
8148
8148
|
"context": {
|
|
8149
8149
|
"type": "variable",
|
|
8150
|
-
"name": "kendo-
|
|
8151
|
-
"value": "
|
|
8150
|
+
"name": "kendo-grid-selection-aggregates-font-weight",
|
|
8151
|
+
"value": "$kendo-font-weight-bold",
|
|
8152
8152
|
"scope": "default",
|
|
8153
8153
|
"line": {
|
|
8154
|
-
"start":
|
|
8155
|
-
"end":
|
|
8154
|
+
"start": 222,
|
|
8155
|
+
"end": 222
|
|
8156
8156
|
}
|
|
8157
8157
|
},
|
|
8158
8158
|
"group": [
|
|
8159
|
-
"
|
|
8159
|
+
"grid"
|
|
8160
8160
|
],
|
|
8161
8161
|
"access": "public",
|
|
8162
8162
|
"file": {
|
|
8163
|
-
"path": "
|
|
8163
|
+
"path": "grid/_variables.scss",
|
|
8164
8164
|
"name": "_variables.scss"
|
|
8165
8165
|
},
|
|
8166
|
-
"resolvedValue": "
|
|
8166
|
+
"resolvedValue": "700",
|
|
8167
8167
|
"resolvedType": "Number"
|
|
8168
8168
|
},
|
|
8169
8169
|
{
|
|
8170
|
-
"description": "
|
|
8170
|
+
"description": "Background color of the grid row resize indicator\n",
|
|
8171
8171
|
"commentRange": {
|
|
8172
|
-
"start":
|
|
8173
|
-
"end":
|
|
8172
|
+
"start": 307,
|
|
8173
|
+
"end": 308
|
|
8174
8174
|
},
|
|
8175
8175
|
"context": {
|
|
8176
8176
|
"type": "variable",
|
|
8177
|
-
"name": "kendo-
|
|
8178
|
-
"value": "$kendo-
|
|
8177
|
+
"name": "kendo-grid-row-resizer-hover-bg",
|
|
8178
|
+
"value": "rgba( k-contrast-color( $kendo-grid-bg ), .12 )",
|
|
8179
8179
|
"scope": "default",
|
|
8180
8180
|
"line": {
|
|
8181
|
-
"start":
|
|
8182
|
-
"end":
|
|
8181
|
+
"start": 309,
|
|
8182
|
+
"end": 309
|
|
8183
8183
|
}
|
|
8184
8184
|
},
|
|
8185
8185
|
"group": [
|
|
8186
|
-
"
|
|
8186
|
+
"grid"
|
|
8187
|
+
],
|
|
8188
|
+
"access": "public",
|
|
8189
|
+
"file": {
|
|
8190
|
+
"path": "grid/_variables.scss",
|
|
8191
|
+
"name": "_variables.scss"
|
|
8192
|
+
},
|
|
8193
|
+
"resolvedValue": "rgba(0, 0, 0, 0.12)",
|
|
8194
|
+
"resolvedType": "Color"
|
|
8195
|
+
},
|
|
8196
|
+
{
|
|
8197
|
+
"description": "Active background color of the grid row resize indicator\n",
|
|
8198
|
+
"commentRange": {
|
|
8199
|
+
"start": 310,
|
|
8200
|
+
"end": 311
|
|
8201
|
+
},
|
|
8202
|
+
"context": {
|
|
8203
|
+
"type": "variable",
|
|
8204
|
+
"name": "kendo-grid-row-resizer-active-bg",
|
|
8205
|
+
"value": "$kendo-color-primary",
|
|
8206
|
+
"scope": "default",
|
|
8207
|
+
"line": {
|
|
8208
|
+
"start": 312,
|
|
8209
|
+
"end": 312
|
|
8210
|
+
}
|
|
8211
|
+
},
|
|
8212
|
+
"group": [
|
|
8213
|
+
"grid"
|
|
8214
|
+
],
|
|
8215
|
+
"access": "public",
|
|
8216
|
+
"file": {
|
|
8217
|
+
"path": "grid/_variables.scss",
|
|
8218
|
+
"name": "_variables.scss"
|
|
8219
|
+
},
|
|
8220
|
+
"resolvedValue": "#ff6358",
|
|
8221
|
+
"resolvedType": "Color"
|
|
8222
|
+
},
|
|
8223
|
+
{
|
|
8224
|
+
"description": "Height of the grid row resize indicator\n",
|
|
8225
|
+
"commentRange": {
|
|
8226
|
+
"start": 313,
|
|
8227
|
+
"end": 314
|
|
8228
|
+
},
|
|
8229
|
+
"context": {
|
|
8230
|
+
"type": "variable",
|
|
8231
|
+
"name": "kendo-grid-row-resizer-height",
|
|
8232
|
+
"value": "k-map-get( $kendo-spacing, .5 )",
|
|
8233
|
+
"scope": "default",
|
|
8234
|
+
"line": {
|
|
8235
|
+
"start": 315,
|
|
8236
|
+
"end": 315
|
|
8237
|
+
}
|
|
8238
|
+
},
|
|
8239
|
+
"group": [
|
|
8240
|
+
"grid"
|
|
8241
|
+
],
|
|
8242
|
+
"access": "public",
|
|
8243
|
+
"file": {
|
|
8244
|
+
"path": "grid/_variables.scss",
|
|
8245
|
+
"name": "_variables.scss"
|
|
8246
|
+
},
|
|
8247
|
+
"resolvedValue": "2px",
|
|
8248
|
+
"resolvedType": "Number"
|
|
8249
|
+
},
|
|
8250
|
+
{
|
|
8251
|
+
"description": "The default width of the Input components.\n",
|
|
8252
|
+
"commentRange": {
|
|
8253
|
+
"start": 3,
|
|
8254
|
+
"end": 4
|
|
8255
|
+
},
|
|
8256
|
+
"context": {
|
|
8257
|
+
"type": "variable",
|
|
8258
|
+
"name": "kendo-input-default-width",
|
|
8259
|
+
"value": "100%",
|
|
8260
|
+
"scope": "default",
|
|
8261
|
+
"line": {
|
|
8262
|
+
"start": 5,
|
|
8263
|
+
"end": 5
|
|
8264
|
+
}
|
|
8265
|
+
},
|
|
8266
|
+
"group": [
|
|
8267
|
+
"input"
|
|
8268
|
+
],
|
|
8269
|
+
"access": "public",
|
|
8270
|
+
"file": {
|
|
8271
|
+
"path": "input/_variables.scss",
|
|
8272
|
+
"name": "_variables.scss"
|
|
8273
|
+
},
|
|
8274
|
+
"resolvedValue": "100%",
|
|
8275
|
+
"resolvedType": "Number"
|
|
8276
|
+
},
|
|
8277
|
+
{
|
|
8278
|
+
"description": "The border width of the Input components.\n",
|
|
8279
|
+
"commentRange": {
|
|
8280
|
+
"start": 7,
|
|
8281
|
+
"end": 8
|
|
8282
|
+
},
|
|
8283
|
+
"context": {
|
|
8284
|
+
"type": "variable",
|
|
8285
|
+
"name": "kendo-input-border-width",
|
|
8286
|
+
"value": "1px",
|
|
8287
|
+
"scope": "default",
|
|
8288
|
+
"line": {
|
|
8289
|
+
"start": 9,
|
|
8290
|
+
"end": 9
|
|
8291
|
+
}
|
|
8292
|
+
},
|
|
8293
|
+
"group": [
|
|
8294
|
+
"input"
|
|
8295
|
+
],
|
|
8296
|
+
"access": "public",
|
|
8297
|
+
"file": {
|
|
8298
|
+
"path": "input/_variables.scss",
|
|
8299
|
+
"name": "_variables.scss"
|
|
8300
|
+
},
|
|
8301
|
+
"resolvedValue": "1px",
|
|
8302
|
+
"resolvedType": "Number"
|
|
8303
|
+
},
|
|
8304
|
+
{
|
|
8305
|
+
"description": "The border radius of the Input components.\n",
|
|
8306
|
+
"commentRange": {
|
|
8307
|
+
"start": 11,
|
|
8308
|
+
"end": 12
|
|
8309
|
+
},
|
|
8310
|
+
"context": {
|
|
8311
|
+
"type": "variable",
|
|
8312
|
+
"name": "kendo-input-border-radius",
|
|
8313
|
+
"value": "null",
|
|
8314
|
+
"scope": "default",
|
|
8315
|
+
"line": {
|
|
8316
|
+
"start": 13,
|
|
8317
|
+
"end": 13
|
|
8318
|
+
}
|
|
8319
|
+
},
|
|
8320
|
+
"group": [
|
|
8321
|
+
"input"
|
|
8322
|
+
],
|
|
8323
|
+
"access": "public",
|
|
8324
|
+
"file": {
|
|
8325
|
+
"path": "input/_variables.scss",
|
|
8326
|
+
"name": "_variables.scss"
|
|
8327
|
+
},
|
|
8328
|
+
"resolvedValue": "null",
|
|
8329
|
+
"resolvedType": "Null"
|
|
8330
|
+
},
|
|
8331
|
+
{
|
|
8332
|
+
"description": "The horizontal padding of the Input components.\n",
|
|
8333
|
+
"commentRange": {
|
|
8334
|
+
"start": 15,
|
|
8335
|
+
"end": 16
|
|
8336
|
+
},
|
|
8337
|
+
"context": {
|
|
8338
|
+
"type": "variable",
|
|
8339
|
+
"name": "kendo-input-padding-x",
|
|
8340
|
+
"value": "k-map-get( $kendo-spacing, 2 )",
|
|
8341
|
+
"scope": "default",
|
|
8342
|
+
"line": {
|
|
8343
|
+
"start": 17,
|
|
8344
|
+
"end": 17
|
|
8345
|
+
}
|
|
8346
|
+
},
|
|
8347
|
+
"group": [
|
|
8348
|
+
"input"
|
|
8349
|
+
],
|
|
8350
|
+
"access": "public",
|
|
8351
|
+
"file": {
|
|
8352
|
+
"path": "input/_variables.scss",
|
|
8353
|
+
"name": "_variables.scss"
|
|
8354
|
+
},
|
|
8355
|
+
"resolvedValue": "8px",
|
|
8356
|
+
"resolvedType": "Number"
|
|
8357
|
+
},
|
|
8358
|
+
{
|
|
8359
|
+
"description": "The horizontal padding of the small Input components.\n",
|
|
8360
|
+
"commentRange": {
|
|
8361
|
+
"start": 18,
|
|
8362
|
+
"end": 19
|
|
8363
|
+
},
|
|
8364
|
+
"context": {
|
|
8365
|
+
"type": "variable",
|
|
8366
|
+
"name": "kendo-input-sm-padding-x",
|
|
8367
|
+
"value": "k-map-get( $kendo-spacing, 2 )",
|
|
8368
|
+
"scope": "default",
|
|
8369
|
+
"line": {
|
|
8370
|
+
"start": 20,
|
|
8371
|
+
"end": 20
|
|
8372
|
+
}
|
|
8373
|
+
},
|
|
8374
|
+
"group": [
|
|
8375
|
+
"input"
|
|
8376
|
+
],
|
|
8377
|
+
"access": "public",
|
|
8378
|
+
"file": {
|
|
8379
|
+
"path": "input/_variables.scss",
|
|
8380
|
+
"name": "_variables.scss"
|
|
8381
|
+
},
|
|
8382
|
+
"resolvedValue": "8px",
|
|
8383
|
+
"resolvedType": "Number"
|
|
8384
|
+
},
|
|
8385
|
+
{
|
|
8386
|
+
"description": "The horizontal padding of the medium Input components.\n",
|
|
8387
|
+
"commentRange": {
|
|
8388
|
+
"start": 21,
|
|
8389
|
+
"end": 22
|
|
8390
|
+
},
|
|
8391
|
+
"context": {
|
|
8392
|
+
"type": "variable",
|
|
8393
|
+
"name": "kendo-input-md-padding-x",
|
|
8394
|
+
"value": "$kendo-input-padding-x",
|
|
8395
|
+
"scope": "default",
|
|
8396
|
+
"line": {
|
|
8397
|
+
"start": 23,
|
|
8398
|
+
"end": 23
|
|
8399
|
+
}
|
|
8400
|
+
},
|
|
8401
|
+
"group": [
|
|
8402
|
+
"input"
|
|
8187
8403
|
],
|
|
8188
8404
|
"access": "public",
|
|
8189
8405
|
"file": {
|
|
@@ -30910,8 +31126,8 @@
|
|
|
30910
31126
|
{
|
|
30911
31127
|
"description": "Background color of the grid component\n",
|
|
30912
31128
|
"commentRange": {
|
|
30913
|
-
"start":
|
|
30914
|
-
"end":
|
|
31129
|
+
"start": 139,
|
|
31130
|
+
"end": 140
|
|
30915
31131
|
},
|
|
30916
31132
|
"context": {
|
|
30917
31133
|
"type": "variable",
|
|
@@ -30919,8 +31135,8 @@
|
|
|
30919
31135
|
"value": "$kendo-table-bg",
|
|
30920
31136
|
"scope": "default",
|
|
30921
31137
|
"line": {
|
|
30922
|
-
"start":
|
|
30923
|
-
"end":
|
|
31138
|
+
"start": 141,
|
|
31139
|
+
"end": 141
|
|
30924
31140
|
}
|
|
30925
31141
|
},
|
|
30926
31142
|
"group": [
|
|
@@ -30937,8 +31153,8 @@
|
|
|
30937
31153
|
{
|
|
30938
31154
|
"description": "Text color of the grid component\n",
|
|
30939
31155
|
"commentRange": {
|
|
30940
|
-
"start":
|
|
30941
|
-
"end":
|
|
31156
|
+
"start": 142,
|
|
31157
|
+
"end": 143
|
|
30942
31158
|
},
|
|
30943
31159
|
"context": {
|
|
30944
31160
|
"type": "variable",
|
|
@@ -30946,8 +31162,8 @@
|
|
|
30946
31162
|
"value": "$kendo-table-text",
|
|
30947
31163
|
"scope": "default",
|
|
30948
31164
|
"line": {
|
|
30949
|
-
"start":
|
|
30950
|
-
"end":
|
|
31165
|
+
"start": 144,
|
|
31166
|
+
"end": 144
|
|
30951
31167
|
}
|
|
30952
31168
|
},
|
|
30953
31169
|
"group": [
|
|
@@ -30964,8 +31180,8 @@
|
|
|
30964
31180
|
{
|
|
30965
31181
|
"description": "Border color of the grid component\n",
|
|
30966
31182
|
"commentRange": {
|
|
30967
|
-
"start":
|
|
30968
|
-
"end":
|
|
31183
|
+
"start": 145,
|
|
31184
|
+
"end": 146
|
|
30969
31185
|
},
|
|
30970
31186
|
"context": {
|
|
30971
31187
|
"type": "variable",
|
|
@@ -30973,8 +31189,8 @@
|
|
|
30973
31189
|
"value": "$kendo-table-border",
|
|
30974
31190
|
"scope": "default",
|
|
30975
31191
|
"line": {
|
|
30976
|
-
"start":
|
|
30977
|
-
"end":
|
|
31192
|
+
"start": 147,
|
|
31193
|
+
"end": 147
|
|
30978
31194
|
}
|
|
30979
31195
|
},
|
|
30980
31196
|
"group": [
|
|
@@ -30991,8 +31207,8 @@
|
|
|
30991
31207
|
{
|
|
30992
31208
|
"description": "Background color of grid header\n",
|
|
30993
31209
|
"commentRange": {
|
|
30994
|
-
"start":
|
|
30995
|
-
"end":
|
|
31210
|
+
"start": 149,
|
|
31211
|
+
"end": 150
|
|
30996
31212
|
},
|
|
30997
31213
|
"context": {
|
|
30998
31214
|
"type": "variable",
|
|
@@ -31000,8 +31216,8 @@
|
|
|
31000
31216
|
"value": "$kendo-table-header-bg",
|
|
31001
31217
|
"scope": "default",
|
|
31002
31218
|
"line": {
|
|
31003
|
-
"start":
|
|
31004
|
-
"end":
|
|
31219
|
+
"start": 151,
|
|
31220
|
+
"end": 151
|
|
31005
31221
|
}
|
|
31006
31222
|
},
|
|
31007
31223
|
"group": [
|
|
@@ -31018,8 +31234,8 @@
|
|
|
31018
31234
|
{
|
|
31019
31235
|
"description": "Text color of grid header\n",
|
|
31020
31236
|
"commentRange": {
|
|
31021
|
-
"start":
|
|
31022
|
-
"end":
|
|
31237
|
+
"start": 152,
|
|
31238
|
+
"end": 153
|
|
31023
31239
|
},
|
|
31024
31240
|
"context": {
|
|
31025
31241
|
"type": "variable",
|
|
@@ -31027,8 +31243,8 @@
|
|
|
31027
31243
|
"value": "$kendo-table-header-text",
|
|
31028
31244
|
"scope": "default",
|
|
31029
31245
|
"line": {
|
|
31030
|
-
"start":
|
|
31031
|
-
"end":
|
|
31246
|
+
"start": 154,
|
|
31247
|
+
"end": 154
|
|
31032
31248
|
}
|
|
31033
31249
|
},
|
|
31034
31250
|
"group": [
|
|
@@ -31045,8 +31261,8 @@
|
|
|
31045
31261
|
{
|
|
31046
31262
|
"description": "Border color of grid header\n",
|
|
31047
31263
|
"commentRange": {
|
|
31048
|
-
"start":
|
|
31049
|
-
"end":
|
|
31264
|
+
"start": 155,
|
|
31265
|
+
"end": 156
|
|
31050
31266
|
},
|
|
31051
31267
|
"context": {
|
|
31052
31268
|
"type": "variable",
|
|
@@ -31054,8 +31270,8 @@
|
|
|
31054
31270
|
"value": "$kendo-table-header-border",
|
|
31055
31271
|
"scope": "default",
|
|
31056
31272
|
"line": {
|
|
31057
|
-
"start":
|
|
31058
|
-
"end":
|
|
31273
|
+
"start": 157,
|
|
31274
|
+
"end": 157
|
|
31059
31275
|
}
|
|
31060
31276
|
},
|
|
31061
31277
|
"group": [
|
|
@@ -31072,8 +31288,8 @@
|
|
|
31072
31288
|
{
|
|
31073
31289
|
"description": "Background gradient of grid header\n",
|
|
31074
31290
|
"commentRange": {
|
|
31075
|
-
"start":
|
|
31076
|
-
"end":
|
|
31291
|
+
"start": 158,
|
|
31292
|
+
"end": 159
|
|
31077
31293
|
},
|
|
31078
31294
|
"context": {
|
|
31079
31295
|
"type": "variable",
|
|
@@ -31081,8 +31297,8 @@
|
|
|
31081
31297
|
"value": "$kendo-table-header-gradient",
|
|
31082
31298
|
"scope": "default",
|
|
31083
31299
|
"line": {
|
|
31084
|
-
"start":
|
|
31085
|
-
"end":
|
|
31300
|
+
"start": 160,
|
|
31301
|
+
"end": 160
|
|
31086
31302
|
}
|
|
31087
31303
|
},
|
|
31088
31304
|
"group": [
|
|
@@ -31099,8 +31315,8 @@
|
|
|
31099
31315
|
{
|
|
31100
31316
|
"description": "Background color of grid footer\n",
|
|
31101
31317
|
"commentRange": {
|
|
31102
|
-
"start":
|
|
31103
|
-
"end":
|
|
31318
|
+
"start": 162,
|
|
31319
|
+
"end": 163
|
|
31104
31320
|
},
|
|
31105
31321
|
"context": {
|
|
31106
31322
|
"type": "variable",
|
|
@@ -31108,8 +31324,8 @@
|
|
|
31108
31324
|
"value": "$kendo-grid-header-bg",
|
|
31109
31325
|
"scope": "default",
|
|
31110
31326
|
"line": {
|
|
31111
|
-
"start":
|
|
31112
|
-
"end":
|
|
31327
|
+
"start": 164,
|
|
31328
|
+
"end": 164
|
|
31113
31329
|
}
|
|
31114
31330
|
},
|
|
31115
31331
|
"group": [
|
|
@@ -31126,8 +31342,8 @@
|
|
|
31126
31342
|
{
|
|
31127
31343
|
"description": "Text color of grid footer\n",
|
|
31128
31344
|
"commentRange": {
|
|
31129
|
-
"start":
|
|
31130
|
-
"end":
|
|
31345
|
+
"start": 165,
|
|
31346
|
+
"end": 166
|
|
31131
31347
|
},
|
|
31132
31348
|
"context": {
|
|
31133
31349
|
"type": "variable",
|
|
@@ -31135,8 +31351,8 @@
|
|
|
31135
31351
|
"value": "$kendo-grid-header-text",
|
|
31136
31352
|
"scope": "default",
|
|
31137
31353
|
"line": {
|
|
31138
|
-
"start":
|
|
31139
|
-
"end":
|
|
31354
|
+
"start": 167,
|
|
31355
|
+
"end": 167
|
|
31140
31356
|
}
|
|
31141
31357
|
},
|
|
31142
31358
|
"group": [
|
|
@@ -31153,8 +31369,8 @@
|
|
|
31153
31369
|
{
|
|
31154
31370
|
"description": "Border color of grid footer\n",
|
|
31155
31371
|
"commentRange": {
|
|
31156
|
-
"start":
|
|
31157
|
-
"end":
|
|
31372
|
+
"start": 168,
|
|
31373
|
+
"end": 169
|
|
31158
31374
|
},
|
|
31159
31375
|
"context": {
|
|
31160
31376
|
"type": "variable",
|
|
@@ -31162,8 +31378,8 @@
|
|
|
31162
31378
|
"value": "$kendo-grid-header-border",
|
|
31163
31379
|
"scope": "default",
|
|
31164
31380
|
"line": {
|
|
31165
|
-
"start":
|
|
31166
|
-
"end":
|
|
31381
|
+
"start": 170,
|
|
31382
|
+
"end": 170
|
|
31167
31383
|
}
|
|
31168
31384
|
},
|
|
31169
31385
|
"group": [
|
|
@@ -31180,8 +31396,8 @@
|
|
|
31180
31396
|
{
|
|
31181
31397
|
"description": "Background color of alternating rows in grid\n",
|
|
31182
31398
|
"commentRange": {
|
|
31183
|
-
"start":
|
|
31184
|
-
"end":
|
|
31399
|
+
"start": 172,
|
|
31400
|
+
"end": 173
|
|
31185
31401
|
},
|
|
31186
31402
|
"context": {
|
|
31187
31403
|
"type": "variable",
|
|
@@ -31189,8 +31405,8 @@
|
|
|
31189
31405
|
"value": "$kendo-table-alt-row-bg",
|
|
31190
31406
|
"scope": "default",
|
|
31191
31407
|
"line": {
|
|
31192
|
-
"start":
|
|
31193
|
-
"end":
|
|
31408
|
+
"start": 174,
|
|
31409
|
+
"end": 174
|
|
31194
31410
|
}
|
|
31195
31411
|
},
|
|
31196
31412
|
"group": [
|
|
@@ -31207,8 +31423,8 @@
|
|
|
31207
31423
|
{
|
|
31208
31424
|
"description": "Text color of alternating rows in grid\n",
|
|
31209
31425
|
"commentRange": {
|
|
31210
|
-
"start":
|
|
31211
|
-
"end":
|
|
31426
|
+
"start": 175,
|
|
31427
|
+
"end": 176
|
|
31212
31428
|
},
|
|
31213
31429
|
"context": {
|
|
31214
31430
|
"type": "variable",
|
|
@@ -31216,8 +31432,8 @@
|
|
|
31216
31432
|
"value": "$kendo-table-alt-row-text",
|
|
31217
31433
|
"scope": "default",
|
|
31218
31434
|
"line": {
|
|
31219
|
-
"start":
|
|
31220
|
-
"end":
|
|
31435
|
+
"start": 177,
|
|
31436
|
+
"end": 177
|
|
31221
31437
|
}
|
|
31222
31438
|
},
|
|
31223
31439
|
"group": [
|
|
@@ -31234,8 +31450,8 @@
|
|
|
31234
31450
|
{
|
|
31235
31451
|
"description": "Border color of alternating rows in grid\n",
|
|
31236
31452
|
"commentRange": {
|
|
31237
|
-
"start":
|
|
31238
|
-
"end":
|
|
31453
|
+
"start": 178,
|
|
31454
|
+
"end": 179
|
|
31239
31455
|
},
|
|
31240
31456
|
"context": {
|
|
31241
31457
|
"type": "variable",
|
|
@@ -31243,8 +31459,8 @@
|
|
|
31243
31459
|
"value": "$kendo-table-alt-row-border",
|
|
31244
31460
|
"scope": "default",
|
|
31245
31461
|
"line": {
|
|
31246
|
-
"start":
|
|
31247
|
-
"end":
|
|
31462
|
+
"start": 180,
|
|
31463
|
+
"end": 180
|
|
31248
31464
|
}
|
|
31249
31465
|
},
|
|
31250
31466
|
"group": [
|
|
@@ -31261,8 +31477,8 @@
|
|
|
31261
31477
|
{
|
|
31262
31478
|
"description": "Background color of hovered rows in grid\n",
|
|
31263
31479
|
"commentRange": {
|
|
31264
|
-
"start":
|
|
31265
|
-
"end":
|
|
31480
|
+
"start": 182,
|
|
31481
|
+
"end": 183
|
|
31266
31482
|
},
|
|
31267
31483
|
"context": {
|
|
31268
31484
|
"type": "variable",
|
|
@@ -31270,8 +31486,8 @@
|
|
|
31270
31486
|
"value": "$kendo-table-hover-bg",
|
|
31271
31487
|
"scope": "default",
|
|
31272
31488
|
"line": {
|
|
31273
|
-
"start":
|
|
31274
|
-
"end":
|
|
31489
|
+
"start": 184,
|
|
31490
|
+
"end": 184
|
|
31275
31491
|
}
|
|
31276
31492
|
},
|
|
31277
31493
|
"group": [
|
|
@@ -31288,8 +31504,8 @@
|
|
|
31288
31504
|
{
|
|
31289
31505
|
"description": "Text color of hovered rows in grid\n",
|
|
31290
31506
|
"commentRange": {
|
|
31291
|
-
"start":
|
|
31292
|
-
"end":
|
|
31507
|
+
"start": 185,
|
|
31508
|
+
"end": 186
|
|
31293
31509
|
},
|
|
31294
31510
|
"context": {
|
|
31295
31511
|
"type": "variable",
|
|
@@ -31297,8 +31513,8 @@
|
|
|
31297
31513
|
"value": "$kendo-table-hover-text",
|
|
31298
31514
|
"scope": "default",
|
|
31299
31515
|
"line": {
|
|
31300
|
-
"start":
|
|
31301
|
-
"end":
|
|
31516
|
+
"start": 187,
|
|
31517
|
+
"end": 187
|
|
31302
31518
|
}
|
|
31303
31519
|
},
|
|
31304
31520
|
"group": [
|
|
@@ -31315,8 +31531,8 @@
|
|
|
31315
31531
|
{
|
|
31316
31532
|
"description": "Border color of hovered rows in grid\n",
|
|
31317
31533
|
"commentRange": {
|
|
31318
|
-
"start":
|
|
31319
|
-
"end":
|
|
31534
|
+
"start": 188,
|
|
31535
|
+
"end": 189
|
|
31320
31536
|
},
|
|
31321
31537
|
"context": {
|
|
31322
31538
|
"type": "variable",
|
|
@@ -31324,8 +31540,8 @@
|
|
|
31324
31540
|
"value": "$kendo-table-hover-border",
|
|
31325
31541
|
"scope": "default",
|
|
31326
31542
|
"line": {
|
|
31327
|
-
"start":
|
|
31328
|
-
"end":
|
|
31543
|
+
"start": 190,
|
|
31544
|
+
"end": 190
|
|
31329
31545
|
}
|
|
31330
31546
|
},
|
|
31331
31547
|
"group": [
|
|
@@ -31342,8 +31558,8 @@
|
|
|
31342
31558
|
{
|
|
31343
31559
|
"description": "Background color of selected rows in grid\n",
|
|
31344
31560
|
"commentRange": {
|
|
31345
|
-
"start":
|
|
31346
|
-
"end":
|
|
31561
|
+
"start": 192,
|
|
31562
|
+
"end": 193
|
|
31347
31563
|
},
|
|
31348
31564
|
"context": {
|
|
31349
31565
|
"type": "variable",
|
|
@@ -31351,8 +31567,8 @@
|
|
|
31351
31567
|
"value": "$kendo-table-selected-bg",
|
|
31352
31568
|
"scope": "default",
|
|
31353
31569
|
"line": {
|
|
31354
|
-
"start":
|
|
31355
|
-
"end":
|
|
31570
|
+
"start": 194,
|
|
31571
|
+
"end": 194
|
|
31356
31572
|
}
|
|
31357
31573
|
},
|
|
31358
31574
|
"group": [
|
|
@@ -31369,8 +31585,8 @@
|
|
|
31369
31585
|
{
|
|
31370
31586
|
"description": "Text color of selected rows in grid\n",
|
|
31371
31587
|
"commentRange": {
|
|
31372
|
-
"start":
|
|
31373
|
-
"end":
|
|
31588
|
+
"start": 195,
|
|
31589
|
+
"end": 196
|
|
31374
31590
|
},
|
|
31375
31591
|
"context": {
|
|
31376
31592
|
"type": "variable",
|
|
@@ -31378,8 +31594,8 @@
|
|
|
31378
31594
|
"value": "$kendo-table-selected-text",
|
|
31379
31595
|
"scope": "default",
|
|
31380
31596
|
"line": {
|
|
31381
|
-
"start":
|
|
31382
|
-
"end":
|
|
31597
|
+
"start": 197,
|
|
31598
|
+
"end": 197
|
|
31383
31599
|
}
|
|
31384
31600
|
},
|
|
31385
31601
|
"group": [
|
|
@@ -31396,8 +31612,8 @@
|
|
|
31396
31612
|
{
|
|
31397
31613
|
"description": "Border color of selected rows in grid\n",
|
|
31398
31614
|
"commentRange": {
|
|
31399
|
-
"start":
|
|
31400
|
-
"end":
|
|
31615
|
+
"start": 198,
|
|
31616
|
+
"end": 199
|
|
31401
31617
|
},
|
|
31402
31618
|
"context": {
|
|
31403
31619
|
"type": "variable",
|
|
@@ -31405,8 +31621,8 @@
|
|
|
31405
31621
|
"value": "$kendo-table-selected-border",
|
|
31406
31622
|
"scope": "default",
|
|
31407
31623
|
"line": {
|
|
31408
|
-
"start":
|
|
31409
|
-
"end":
|
|
31624
|
+
"start": 200,
|
|
31625
|
+
"end": 200
|
|
31410
31626
|
}
|
|
31411
31627
|
},
|
|
31412
31628
|
"group": [
|
|
@@ -31420,20 +31636,209 @@
|
|
|
31420
31636
|
"resolvedValue": "null",
|
|
31421
31637
|
"resolvedType": "Null"
|
|
31422
31638
|
},
|
|
31639
|
+
{
|
|
31640
|
+
"description": "Background color of the selection aggregates container\n",
|
|
31641
|
+
"commentRange": {
|
|
31642
|
+
"start": 202,
|
|
31643
|
+
"end": 203
|
|
31644
|
+
},
|
|
31645
|
+
"context": {
|
|
31646
|
+
"type": "variable",
|
|
31647
|
+
"name": "kendo-grid-selection-aggregates-bg",
|
|
31648
|
+
"value": "$kendo-grid-header-bg",
|
|
31649
|
+
"scope": "default",
|
|
31650
|
+
"line": {
|
|
31651
|
+
"start": 204,
|
|
31652
|
+
"end": 204
|
|
31653
|
+
}
|
|
31654
|
+
},
|
|
31655
|
+
"group": [
|
|
31656
|
+
"grid"
|
|
31657
|
+
],
|
|
31658
|
+
"access": "public",
|
|
31659
|
+
"file": {
|
|
31660
|
+
"path": "grid/_variables.scss",
|
|
31661
|
+
"name": "_variables.scss"
|
|
31662
|
+
},
|
|
31663
|
+
"resolvedValue": "#fafafa",
|
|
31664
|
+
"resolvedType": "Color"
|
|
31665
|
+
},
|
|
31666
|
+
{
|
|
31667
|
+
"description": "Text color of the selection aggregates container\n",
|
|
31668
|
+
"commentRange": {
|
|
31669
|
+
"start": 205,
|
|
31670
|
+
"end": 206
|
|
31671
|
+
},
|
|
31672
|
+
"context": {
|
|
31673
|
+
"type": "variable",
|
|
31674
|
+
"name": "kendo-grid-selection-aggregates-text",
|
|
31675
|
+
"value": "$kendo-grid-text",
|
|
31676
|
+
"scope": "default",
|
|
31677
|
+
"line": {
|
|
31678
|
+
"start": 207,
|
|
31679
|
+
"end": 207
|
|
31680
|
+
}
|
|
31681
|
+
},
|
|
31682
|
+
"group": [
|
|
31683
|
+
"grid"
|
|
31684
|
+
],
|
|
31685
|
+
"access": "public",
|
|
31686
|
+
"file": {
|
|
31687
|
+
"path": "grid/_variables.scss",
|
|
31688
|
+
"name": "_variables.scss"
|
|
31689
|
+
},
|
|
31690
|
+
"resolvedValue": "#424242",
|
|
31691
|
+
"resolvedType": "Color"
|
|
31692
|
+
},
|
|
31693
|
+
{
|
|
31694
|
+
"description": "Border color of the selection aggregates container\n",
|
|
31695
|
+
"commentRange": {
|
|
31696
|
+
"start": 208,
|
|
31697
|
+
"end": 209
|
|
31698
|
+
},
|
|
31699
|
+
"context": {
|
|
31700
|
+
"type": "variable",
|
|
31701
|
+
"name": "kendo-grid-selection-aggregates-border",
|
|
31702
|
+
"value": "$kendo-grid-border",
|
|
31703
|
+
"scope": "default",
|
|
31704
|
+
"line": {
|
|
31705
|
+
"start": 210,
|
|
31706
|
+
"end": 210
|
|
31707
|
+
}
|
|
31708
|
+
},
|
|
31709
|
+
"group": [
|
|
31710
|
+
"grid"
|
|
31711
|
+
],
|
|
31712
|
+
"access": "public",
|
|
31713
|
+
"file": {
|
|
31714
|
+
"path": "grid/_variables.scss",
|
|
31715
|
+
"name": "_variables.scss"
|
|
31716
|
+
},
|
|
31717
|
+
"resolvedValue": "rgba(0, 0, 0, 0.08)",
|
|
31718
|
+
"resolvedType": "Color"
|
|
31719
|
+
},
|
|
31720
|
+
{
|
|
31721
|
+
"description": "Border width of the selection aggregates container\n",
|
|
31722
|
+
"commentRange": {
|
|
31723
|
+
"start": 211,
|
|
31724
|
+
"end": 212
|
|
31725
|
+
},
|
|
31726
|
+
"context": {
|
|
31727
|
+
"type": "variable",
|
|
31728
|
+
"name": "kendo-grid-selection-aggregates-border-width",
|
|
31729
|
+
"value": "$kendo-grid-border-width",
|
|
31730
|
+
"scope": "default",
|
|
31731
|
+
"line": {
|
|
31732
|
+
"start": 213,
|
|
31733
|
+
"end": 213
|
|
31734
|
+
}
|
|
31735
|
+
},
|
|
31736
|
+
"group": [
|
|
31737
|
+
"grid"
|
|
31738
|
+
],
|
|
31739
|
+
"access": "public",
|
|
31740
|
+
"file": {
|
|
31741
|
+
"path": "grid/_variables.scss",
|
|
31742
|
+
"name": "_variables.scss"
|
|
31743
|
+
},
|
|
31744
|
+
"resolvedValue": "1px",
|
|
31745
|
+
"resolvedType": "Number"
|
|
31746
|
+
},
|
|
31747
|
+
{
|
|
31748
|
+
"description": "Spacing between the selection aggregates items\n",
|
|
31749
|
+
"commentRange": {
|
|
31750
|
+
"start": 214,
|
|
31751
|
+
"end": 215
|
|
31752
|
+
},
|
|
31753
|
+
"context": {
|
|
31754
|
+
"type": "variable",
|
|
31755
|
+
"name": "kendo-grid-selection-aggregates-spacing",
|
|
31756
|
+
"value": "k-map-get( $kendo-spacing, 2 )",
|
|
31757
|
+
"scope": "default",
|
|
31758
|
+
"line": {
|
|
31759
|
+
"start": 216,
|
|
31760
|
+
"end": 216
|
|
31761
|
+
}
|
|
31762
|
+
},
|
|
31763
|
+
"group": [
|
|
31764
|
+
"grid"
|
|
31765
|
+
],
|
|
31766
|
+
"access": "public",
|
|
31767
|
+
"file": {
|
|
31768
|
+
"path": "grid/_variables.scss",
|
|
31769
|
+
"name": "_variables.scss"
|
|
31770
|
+
},
|
|
31771
|
+
"resolvedValue": "8px",
|
|
31772
|
+
"resolvedType": "Number"
|
|
31773
|
+
},
|
|
31774
|
+
{
|
|
31775
|
+
"description": "Line height of the selection aggregates container\n",
|
|
31776
|
+
"commentRange": {
|
|
31777
|
+
"start": 217,
|
|
31778
|
+
"end": 218
|
|
31779
|
+
},
|
|
31780
|
+
"context": {
|
|
31781
|
+
"type": "variable",
|
|
31782
|
+
"name": "kendo-grid-selection-aggregates-line-height",
|
|
31783
|
+
"value": "$kendo-grid-line-height",
|
|
31784
|
+
"scope": "default",
|
|
31785
|
+
"line": {
|
|
31786
|
+
"start": 219,
|
|
31787
|
+
"end": 219
|
|
31788
|
+
}
|
|
31789
|
+
},
|
|
31790
|
+
"group": [
|
|
31791
|
+
"grid"
|
|
31792
|
+
],
|
|
31793
|
+
"access": "public",
|
|
31794
|
+
"file": {
|
|
31795
|
+
"path": "grid/_variables.scss",
|
|
31796
|
+
"name": "_variables.scss"
|
|
31797
|
+
},
|
|
31798
|
+
"resolvedValue": "1.4285714286",
|
|
31799
|
+
"resolvedType": "Number"
|
|
31800
|
+
},
|
|
31801
|
+
{
|
|
31802
|
+
"description": "Font weight of the selection aggregates container\n",
|
|
31803
|
+
"commentRange": {
|
|
31804
|
+
"start": 220,
|
|
31805
|
+
"end": 221
|
|
31806
|
+
},
|
|
31807
|
+
"context": {
|
|
31808
|
+
"type": "variable",
|
|
31809
|
+
"name": "kendo-grid-selection-aggregates-font-weight",
|
|
31810
|
+
"value": "$kendo-font-weight-bold",
|
|
31811
|
+
"scope": "default",
|
|
31812
|
+
"line": {
|
|
31813
|
+
"start": 222,
|
|
31814
|
+
"end": 222
|
|
31815
|
+
}
|
|
31816
|
+
},
|
|
31817
|
+
"group": [
|
|
31818
|
+
"grid"
|
|
31819
|
+
],
|
|
31820
|
+
"access": "public",
|
|
31821
|
+
"file": {
|
|
31822
|
+
"path": "grid/_variables.scss",
|
|
31823
|
+
"name": "_variables.scss"
|
|
31824
|
+
},
|
|
31825
|
+
"resolvedValue": "700",
|
|
31826
|
+
"resolvedType": "Number"
|
|
31827
|
+
},
|
|
31423
31828
|
{
|
|
31424
31829
|
"description": "Background color of the grid row resize indicator\n",
|
|
31425
31830
|
"commentRange": {
|
|
31426
|
-
"start":
|
|
31427
|
-
"end":
|
|
31831
|
+
"start": 307,
|
|
31832
|
+
"end": 308
|
|
31428
31833
|
},
|
|
31429
31834
|
"context": {
|
|
31430
31835
|
"type": "variable",
|
|
31431
|
-
"name": "kendo-grid-row-resizer-bg",
|
|
31836
|
+
"name": "kendo-grid-row-resizer-hover-bg",
|
|
31432
31837
|
"value": "rgba( k-contrast-color( $kendo-grid-bg ), .12 )",
|
|
31433
31838
|
"scope": "default",
|
|
31434
31839
|
"line": {
|
|
31435
|
-
"start":
|
|
31436
|
-
"end":
|
|
31840
|
+
"start": 309,
|
|
31841
|
+
"end": 309
|
|
31437
31842
|
}
|
|
31438
31843
|
},
|
|
31439
31844
|
"group": [
|
|
@@ -31450,8 +31855,8 @@
|
|
|
31450
31855
|
{
|
|
31451
31856
|
"description": "Active background color of the grid row resize indicator\n",
|
|
31452
31857
|
"commentRange": {
|
|
31453
|
-
"start":
|
|
31454
|
-
"end":
|
|
31858
|
+
"start": 310,
|
|
31859
|
+
"end": 311
|
|
31455
31860
|
},
|
|
31456
31861
|
"context": {
|
|
31457
31862
|
"type": "variable",
|
|
@@ -31459,8 +31864,8 @@
|
|
|
31459
31864
|
"value": "$kendo-color-primary",
|
|
31460
31865
|
"scope": "default",
|
|
31461
31866
|
"line": {
|
|
31462
|
-
"start":
|
|
31463
|
-
"end":
|
|
31867
|
+
"start": 312,
|
|
31868
|
+
"end": 312
|
|
31464
31869
|
}
|
|
31465
31870
|
},
|
|
31466
31871
|
"group": [
|
|
@@ -31473,6 +31878,33 @@
|
|
|
31473
31878
|
},
|
|
31474
31879
|
"resolvedValue": "#ff6358",
|
|
31475
31880
|
"resolvedType": "Color"
|
|
31881
|
+
},
|
|
31882
|
+
{
|
|
31883
|
+
"description": "Height of the grid row resize indicator\n",
|
|
31884
|
+
"commentRange": {
|
|
31885
|
+
"start": 313,
|
|
31886
|
+
"end": 314
|
|
31887
|
+
},
|
|
31888
|
+
"context": {
|
|
31889
|
+
"type": "variable",
|
|
31890
|
+
"name": "kendo-grid-row-resizer-height",
|
|
31891
|
+
"value": "k-map-get( $kendo-spacing, .5 )",
|
|
31892
|
+
"scope": "default",
|
|
31893
|
+
"line": {
|
|
31894
|
+
"start": 315,
|
|
31895
|
+
"end": 315
|
|
31896
|
+
}
|
|
31897
|
+
},
|
|
31898
|
+
"group": [
|
|
31899
|
+
"grid"
|
|
31900
|
+
],
|
|
31901
|
+
"access": "public",
|
|
31902
|
+
"file": {
|
|
31903
|
+
"path": "grid/_variables.scss",
|
|
31904
|
+
"name": "_variables.scss"
|
|
31905
|
+
},
|
|
31906
|
+
"resolvedValue": "2px",
|
|
31907
|
+
"resolvedType": "Number"
|
|
31476
31908
|
}
|
|
31477
31909
|
]
|
|
31478
31910
|
},
|