@progress/kendo-theme-fluent 14.2.0-dev.4 → 14.2.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/fluent-1-dark.css +1 -1
- package/dist/fluent-1.css +1 -1
- package/dist/fluent-main-dark.css +1 -1
- package/dist/fluent-main.css +1 -1
- package/dist/meta/sassdoc-data.json +754 -646
- package/dist/meta/sassdoc-raw-data.json +371 -321
- package/dist/meta/variables.json +8 -0
- package/lib/swatches/all.json +1 -1
- package/lib/swatches/fluent-1-dark.json +1 -1
- package/lib/swatches/fluent-1.json +1 -1
- package/lib/swatches/fluent-main-dark.json +1 -1
- package/lib/swatches/fluent-main.json +1 -1
- package/package.json +3 -3
- package/scss/grid/_layout.scss +13 -8
- package/scss/grid/_theme.scss +7 -0
- package/scss/grid/_variables.scss +8 -0
|
@@ -38501,15 +38501,15 @@
|
|
|
38501
38501
|
}
|
|
38502
38502
|
},
|
|
38503
38503
|
{
|
|
38504
|
-
"description": "The
|
|
38504
|
+
"description": "The indent size for nested grouping rows.\n",
|
|
38505
38505
|
"commentRange": {
|
|
38506
38506
|
"start": 317,
|
|
38507
38507
|
"end": 318
|
|
38508
38508
|
},
|
|
38509
38509
|
"context": {
|
|
38510
38510
|
"type": "variable",
|
|
38511
|
-
"name": "kendo-grid-grouping-
|
|
38512
|
-
"value": "
|
|
38511
|
+
"name": "kendo-grid-grouping-indent-size",
|
|
38512
|
+
"value": "k-spacing(6)",
|
|
38513
38513
|
"scope": "default",
|
|
38514
38514
|
"line": {
|
|
38515
38515
|
"start": 319,
|
|
@@ -38526,15 +38526,15 @@
|
|
|
38526
38526
|
}
|
|
38527
38527
|
},
|
|
38528
38528
|
{
|
|
38529
|
-
"description": "The
|
|
38529
|
+
"description": "The margin at the end of the checkbox in grouping rows.\n",
|
|
38530
38530
|
"commentRange": {
|
|
38531
38531
|
"start": 320,
|
|
38532
38532
|
"end": 321
|
|
38533
38533
|
},
|
|
38534
38534
|
"context": {
|
|
38535
38535
|
"type": "variable",
|
|
38536
|
-
"name": "kendo-grid-grouping-row-
|
|
38537
|
-
"value": "
|
|
38536
|
+
"name": "kendo-grid-grouping-row-checkbox-margin-end",
|
|
38537
|
+
"value": "k-spacing(3)",
|
|
38538
38538
|
"scope": "default",
|
|
38539
38539
|
"line": {
|
|
38540
38540
|
"start": 322,
|
|
@@ -38551,15 +38551,15 @@
|
|
|
38551
38551
|
}
|
|
38552
38552
|
},
|
|
38553
38553
|
{
|
|
38554
|
-
"description": "The
|
|
38554
|
+
"description": "The background color of the Grid grouping row.\n",
|
|
38555
38555
|
"commentRange": {
|
|
38556
38556
|
"start": 323,
|
|
38557
38557
|
"end": 324
|
|
38558
38558
|
},
|
|
38559
38559
|
"context": {
|
|
38560
38560
|
"type": "variable",
|
|
38561
|
-
"name": "kendo-grid-grouping-row-
|
|
38562
|
-
"value": "var( --kendo-grid-grouping-row-
|
|
38561
|
+
"name": "kendo-grid-grouping-row-bg",
|
|
38562
|
+
"value": "var( --kendo-grid-grouping-row-bg, #{$kendo-table-group-row-bg} )",
|
|
38563
38563
|
"scope": "default",
|
|
38564
38564
|
"line": {
|
|
38565
38565
|
"start": 325,
|
|
@@ -38575,11 +38575,61 @@
|
|
|
38575
38575
|
"name": "_variables.scss"
|
|
38576
38576
|
}
|
|
38577
38577
|
},
|
|
38578
|
+
{
|
|
38579
|
+
"description": "The text color of the Grid grouping row.\n",
|
|
38580
|
+
"commentRange": {
|
|
38581
|
+
"start": 326,
|
|
38582
|
+
"end": 327
|
|
38583
|
+
},
|
|
38584
|
+
"context": {
|
|
38585
|
+
"type": "variable",
|
|
38586
|
+
"name": "kendo-grid-grouping-row-text",
|
|
38587
|
+
"value": "var( --kendo-grid-grouping-row-text, #{$kendo-table-group-row-text} )",
|
|
38588
|
+
"scope": "default",
|
|
38589
|
+
"line": {
|
|
38590
|
+
"start": 328,
|
|
38591
|
+
"end": 328
|
|
38592
|
+
}
|
|
38593
|
+
},
|
|
38594
|
+
"group": [
|
|
38595
|
+
"grid"
|
|
38596
|
+
],
|
|
38597
|
+
"access": "public",
|
|
38598
|
+
"file": {
|
|
38599
|
+
"path": "grid/_variables.scss",
|
|
38600
|
+
"name": "_variables.scss"
|
|
38601
|
+
}
|
|
38602
|
+
},
|
|
38603
|
+
{
|
|
38604
|
+
"description": "The border color of the Grid grouping row.\n",
|
|
38605
|
+
"commentRange": {
|
|
38606
|
+
"start": 329,
|
|
38607
|
+
"end": 330
|
|
38608
|
+
},
|
|
38609
|
+
"context": {
|
|
38610
|
+
"type": "variable",
|
|
38611
|
+
"name": "kendo-grid-grouping-row-border",
|
|
38612
|
+
"value": "var( --kendo-grid-grouping-row-border, #{$kendo-table-group-row-border} )",
|
|
38613
|
+
"scope": "default",
|
|
38614
|
+
"line": {
|
|
38615
|
+
"start": 331,
|
|
38616
|
+
"end": 331
|
|
38617
|
+
}
|
|
38618
|
+
},
|
|
38619
|
+
"group": [
|
|
38620
|
+
"grid"
|
|
38621
|
+
],
|
|
38622
|
+
"access": "public",
|
|
38623
|
+
"file": {
|
|
38624
|
+
"path": "grid/_variables.scss",
|
|
38625
|
+
"name": "_variables.scss"
|
|
38626
|
+
}
|
|
38627
|
+
},
|
|
38578
38628
|
{
|
|
38579
38629
|
"description": "The horizontal padding of the Grid filter cell.\n",
|
|
38580
38630
|
"commentRange": {
|
|
38581
|
-
"start":
|
|
38582
|
-
"end":
|
|
38631
|
+
"start": 333,
|
|
38632
|
+
"end": 334
|
|
38583
38633
|
},
|
|
38584
38634
|
"context": {
|
|
38585
38635
|
"type": "variable",
|
|
@@ -38587,8 +38637,8 @@
|
|
|
38587
38637
|
"value": "var( --kendo-grid-filter-cell-padding-x, #{$kendo-grid-padding-y} )",
|
|
38588
38638
|
"scope": "default",
|
|
38589
38639
|
"line": {
|
|
38590
|
-
"start":
|
|
38591
|
-
"end":
|
|
38640
|
+
"start": 335,
|
|
38641
|
+
"end": 335
|
|
38592
38642
|
}
|
|
38593
38643
|
},
|
|
38594
38644
|
"group": [
|
|
@@ -38603,8 +38653,8 @@
|
|
|
38603
38653
|
{
|
|
38604
38654
|
"description": "The vertical padding of the Grid filter cell.\n",
|
|
38605
38655
|
"commentRange": {
|
|
38606
|
-
"start":
|
|
38607
|
-
"end":
|
|
38656
|
+
"start": 336,
|
|
38657
|
+
"end": 337
|
|
38608
38658
|
},
|
|
38609
38659
|
"context": {
|
|
38610
38660
|
"type": "variable",
|
|
@@ -38612,8 +38662,8 @@
|
|
|
38612
38662
|
"value": "var( --kendo-grid-filter-cell-padding-y, #{$kendo-grid-filter-cell-padding-x} )",
|
|
38613
38663
|
"scope": "default",
|
|
38614
38664
|
"line": {
|
|
38615
|
-
"start":
|
|
38616
|
-
"end":
|
|
38665
|
+
"start": 338,
|
|
38666
|
+
"end": 338
|
|
38617
38667
|
}
|
|
38618
38668
|
},
|
|
38619
38669
|
"group": [
|
|
@@ -38628,8 +38678,8 @@
|
|
|
38628
38678
|
{
|
|
38629
38679
|
"description": "The border width of the Grid Toolbar.\n",
|
|
38630
38680
|
"commentRange": {
|
|
38631
|
-
"start":
|
|
38632
|
-
"end":
|
|
38681
|
+
"start": 340,
|
|
38682
|
+
"end": 341
|
|
38633
38683
|
},
|
|
38634
38684
|
"context": {
|
|
38635
38685
|
"type": "variable",
|
|
@@ -38637,8 +38687,8 @@
|
|
|
38637
38687
|
"value": "var( --kendo-grid-toolbar-border-width, #{$kendo-grid-border-width} )",
|
|
38638
38688
|
"scope": "default",
|
|
38639
38689
|
"line": {
|
|
38640
|
-
"start":
|
|
38641
|
-
"end":
|
|
38690
|
+
"start": 342,
|
|
38691
|
+
"end": 342
|
|
38642
38692
|
}
|
|
38643
38693
|
},
|
|
38644
38694
|
"group": [
|
|
@@ -38653,8 +38703,8 @@
|
|
|
38653
38703
|
{
|
|
38654
38704
|
"description": "The vertical border width of the Grid cell.\n",
|
|
38655
38705
|
"commentRange": {
|
|
38656
|
-
"start":
|
|
38657
|
-
"end":
|
|
38706
|
+
"start": 344,
|
|
38707
|
+
"end": 345
|
|
38658
38708
|
},
|
|
38659
38709
|
"context": {
|
|
38660
38710
|
"type": "variable",
|
|
@@ -38662,8 +38712,8 @@
|
|
|
38662
38712
|
"value": "$kendo-grid-border-width",
|
|
38663
38713
|
"scope": "default",
|
|
38664
38714
|
"line": {
|
|
38665
|
-
"start":
|
|
38666
|
-
"end":
|
|
38715
|
+
"start": 346,
|
|
38716
|
+
"end": 346
|
|
38667
38717
|
}
|
|
38668
38718
|
},
|
|
38669
38719
|
"group": [
|
|
@@ -38678,8 +38728,8 @@
|
|
|
38678
38728
|
{
|
|
38679
38729
|
"description": "The horizontal border width of the Grid cell.\n",
|
|
38680
38730
|
"commentRange": {
|
|
38681
|
-
"start":
|
|
38682
|
-
"end":
|
|
38731
|
+
"start": 347,
|
|
38732
|
+
"end": 348
|
|
38683
38733
|
},
|
|
38684
38734
|
"context": {
|
|
38685
38735
|
"type": "variable",
|
|
@@ -38687,8 +38737,8 @@
|
|
|
38687
38737
|
"value": "0px",
|
|
38688
38738
|
"scope": "default",
|
|
38689
38739
|
"line": {
|
|
38690
|
-
"start":
|
|
38691
|
-
"end":
|
|
38740
|
+
"start": 349,
|
|
38741
|
+
"end": 349
|
|
38692
38742
|
}
|
|
38693
38743
|
},
|
|
38694
38744
|
"group": [
|
|
@@ -38703,8 +38753,8 @@
|
|
|
38703
38753
|
{
|
|
38704
38754
|
"description": "The font size of the Grid sort index.\n",
|
|
38705
38755
|
"commentRange": {
|
|
38706
|
-
"start":
|
|
38707
|
-
"end":
|
|
38756
|
+
"start": 350,
|
|
38757
|
+
"end": 351
|
|
38708
38758
|
},
|
|
38709
38759
|
"context": {
|
|
38710
38760
|
"type": "variable",
|
|
@@ -38712,8 +38762,8 @@
|
|
|
38712
38762
|
"value": "var( --kendo-grid-sort-index-font-size, var(--kendo-font-size-sm) )",
|
|
38713
38763
|
"scope": "default",
|
|
38714
38764
|
"line": {
|
|
38715
|
-
"start":
|
|
38716
|
-
"end":
|
|
38765
|
+
"start": 352,
|
|
38766
|
+
"end": 352
|
|
38717
38767
|
}
|
|
38718
38768
|
},
|
|
38719
38769
|
"group": [
|
|
@@ -38728,8 +38778,8 @@
|
|
|
38728
38778
|
{
|
|
38729
38779
|
"description": "The vertical offset of the Grid sort index.\n",
|
|
38730
38780
|
"commentRange": {
|
|
38731
|
-
"start":
|
|
38732
|
-
"end":
|
|
38781
|
+
"start": 354,
|
|
38782
|
+
"end": 355
|
|
38733
38783
|
},
|
|
38734
38784
|
"context": {
|
|
38735
38785
|
"type": "variable",
|
|
@@ -38737,8 +38787,8 @@
|
|
|
38737
38787
|
"value": "var( --kendo-grid-sort-index-spacing-x, #{k-spacing(0.5)} )",
|
|
38738
38788
|
"scope": "default",
|
|
38739
38789
|
"line": {
|
|
38740
|
-
"start":
|
|
38741
|
-
"end":
|
|
38790
|
+
"start": 356,
|
|
38791
|
+
"end": 356
|
|
38742
38792
|
}
|
|
38743
38793
|
},
|
|
38744
38794
|
"group": [
|
|
@@ -38753,8 +38803,8 @@
|
|
|
38753
38803
|
{
|
|
38754
38804
|
"description": "The spacing of the Grid sort icon.\n",
|
|
38755
38805
|
"commentRange": {
|
|
38756
|
-
"start":
|
|
38757
|
-
"end":
|
|
38806
|
+
"start": 357,
|
|
38807
|
+
"end": 358
|
|
38758
38808
|
},
|
|
38759
38809
|
"context": {
|
|
38760
38810
|
"type": "variable",
|
|
@@ -38762,8 +38812,8 @@
|
|
|
38762
38812
|
"value": "var( --kendo-grid-sort-icon-spacing, var(--kendo-icon-lg-spacing, .5rem) )",
|
|
38763
38813
|
"scope": "default",
|
|
38764
38814
|
"line": {
|
|
38765
|
-
"start":
|
|
38766
|
-
"end":
|
|
38815
|
+
"start": 359,
|
|
38816
|
+
"end": 359
|
|
38767
38817
|
}
|
|
38768
38818
|
},
|
|
38769
38819
|
"group": [
|
|
@@ -38778,8 +38828,8 @@
|
|
|
38778
38828
|
{
|
|
38779
38829
|
"description": "The text color of the Grid sort indicator.\n",
|
|
38780
38830
|
"commentRange": {
|
|
38781
|
-
"start":
|
|
38782
|
-
"end":
|
|
38831
|
+
"start": 360,
|
|
38832
|
+
"end": 361
|
|
38783
38833
|
},
|
|
38784
38834
|
"context": {
|
|
38785
38835
|
"type": "variable",
|
|
@@ -38787,8 +38837,8 @@
|
|
|
38787
38837
|
"value": "var( --kendo-grid-sort-indicator-text, k-color(on-app-surface) )",
|
|
38788
38838
|
"scope": "default",
|
|
38789
38839
|
"line": {
|
|
38790
|
-
"start":
|
|
38791
|
-
"end":
|
|
38840
|
+
"start": 362,
|
|
38841
|
+
"end": 362
|
|
38792
38842
|
}
|
|
38793
38843
|
},
|
|
38794
38844
|
"group": [
|
|
@@ -38803,8 +38853,8 @@
|
|
|
38803
38853
|
{
|
|
38804
38854
|
"description": "The text color of the Grid sort order indicator.\n",
|
|
38805
38855
|
"commentRange": {
|
|
38806
|
-
"start":
|
|
38807
|
-
"end":
|
|
38856
|
+
"start": 363,
|
|
38857
|
+
"end": 364
|
|
38808
38858
|
},
|
|
38809
38859
|
"context": {
|
|
38810
38860
|
"type": "variable",
|
|
@@ -38812,8 +38862,8 @@
|
|
|
38812
38862
|
"value": "var( --kendo-grid-sort-indicator-order-text, #{k-color(primary)} )",
|
|
38813
38863
|
"scope": "default",
|
|
38814
38864
|
"line": {
|
|
38815
|
-
"start":
|
|
38816
|
-
"end":
|
|
38865
|
+
"start": 365,
|
|
38866
|
+
"end": 365
|
|
38817
38867
|
}
|
|
38818
38868
|
},
|
|
38819
38869
|
"group": [
|
|
@@ -38828,8 +38878,8 @@
|
|
|
38828
38878
|
{
|
|
38829
38879
|
"description": "The background color of the sorted Grid cells.\n",
|
|
38830
38880
|
"commentRange": {
|
|
38831
|
-
"start":
|
|
38832
|
-
"end":
|
|
38881
|
+
"start": 366,
|
|
38882
|
+
"end": 367
|
|
38833
38883
|
},
|
|
38834
38884
|
"context": {
|
|
38835
38885
|
"type": "variable",
|
|
@@ -38837,8 +38887,8 @@
|
|
|
38837
38887
|
"value": "var( --kendo-grid-sorted-bg, rgba(0, 0, 0, 0.04) )",
|
|
38838
38888
|
"scope": "default",
|
|
38839
38889
|
"line": {
|
|
38840
|
-
"start":
|
|
38841
|
-
"end":
|
|
38890
|
+
"start": 368,
|
|
38891
|
+
"end": 368
|
|
38842
38892
|
}
|
|
38843
38893
|
},
|
|
38844
38894
|
"group": [
|
|
@@ -38853,8 +38903,8 @@
|
|
|
38853
38903
|
{
|
|
38854
38904
|
"description": "The vertical padding of the Grid command cells.\n",
|
|
38855
38905
|
"commentRange": {
|
|
38856
|
-
"start":
|
|
38857
|
-
"end":
|
|
38906
|
+
"start": 370,
|
|
38907
|
+
"end": 371
|
|
38858
38908
|
},
|
|
38859
38909
|
"context": {
|
|
38860
38910
|
"type": "variable",
|
|
@@ -38862,8 +38912,8 @@
|
|
|
38862
38912
|
"value": "var( --kendo-grid-command-cell-button-spacing, #{k-spacing(2)} )",
|
|
38863
38913
|
"scope": "default",
|
|
38864
38914
|
"line": {
|
|
38865
|
-
"start":
|
|
38866
|
-
"end":
|
|
38915
|
+
"start": 372,
|
|
38916
|
+
"end": 372
|
|
38867
38917
|
}
|
|
38868
38918
|
},
|
|
38869
38919
|
"group": [
|
|
@@ -38878,8 +38928,8 @@
|
|
|
38878
38928
|
{
|
|
38879
38929
|
"description": "The horizontal border width of the Grid group footer.\n",
|
|
38880
38930
|
"commentRange": {
|
|
38881
|
-
"start":
|
|
38882
|
-
"end":
|
|
38931
|
+
"start": 374,
|
|
38932
|
+
"end": 375
|
|
38883
38933
|
},
|
|
38884
38934
|
"context": {
|
|
38885
38935
|
"type": "variable",
|
|
@@ -38887,8 +38937,8 @@
|
|
|
38887
38937
|
"value": "var( --kendo-grid-group-footer-border-width-y, 1px )",
|
|
38888
38938
|
"scope": "default",
|
|
38889
38939
|
"line": {
|
|
38890
|
-
"start":
|
|
38891
|
-
"end":
|
|
38940
|
+
"start": 376,
|
|
38941
|
+
"end": 376
|
|
38892
38942
|
}
|
|
38893
38943
|
},
|
|
38894
38944
|
"group": [
|
|
@@ -38903,8 +38953,8 @@
|
|
|
38903
38953
|
{
|
|
38904
38954
|
"description": "The vertical border width of the Grid group footer.\n",
|
|
38905
38955
|
"commentRange": {
|
|
38906
|
-
"start":
|
|
38907
|
-
"end":
|
|
38956
|
+
"start": 377,
|
|
38957
|
+
"end": 378
|
|
38908
38958
|
},
|
|
38909
38959
|
"context": {
|
|
38910
38960
|
"type": "variable",
|
|
@@ -38912,8 +38962,8 @@
|
|
|
38912
38962
|
"value": "var( --kendo-grid-group-footer-border-width-x, 0px )",
|
|
38913
38963
|
"scope": "default",
|
|
38914
38964
|
"line": {
|
|
38915
|
-
"start":
|
|
38916
|
-
"end":
|
|
38965
|
+
"start": 379,
|
|
38966
|
+
"end": 379
|
|
38917
38967
|
}
|
|
38918
38968
|
},
|
|
38919
38969
|
"group": [
|
|
@@ -38928,8 +38978,8 @@
|
|
|
38928
38978
|
{
|
|
38929
38979
|
"description": "The text color of the Grid group drop clue.\n",
|
|
38930
38980
|
"commentRange": {
|
|
38931
|
-
"start":
|
|
38932
|
-
"end":
|
|
38981
|
+
"start": 381,
|
|
38982
|
+
"end": 382
|
|
38933
38983
|
},
|
|
38934
38984
|
"context": {
|
|
38935
38985
|
"type": "variable",
|
|
@@ -38937,8 +38987,8 @@
|
|
|
38937
38987
|
"value": "var( --kendo-grid-group-drop-hint-bg, #{k-color(primary)} )",
|
|
38938
38988
|
"scope": "default",
|
|
38939
38989
|
"line": {
|
|
38940
|
-
"start":
|
|
38941
|
-
"end":
|
|
38990
|
+
"start": 383,
|
|
38991
|
+
"end": 383
|
|
38942
38992
|
}
|
|
38943
38993
|
},
|
|
38944
38994
|
"group": [
|
|
@@ -38953,8 +39003,8 @@
|
|
|
38953
39003
|
{
|
|
38954
39004
|
"description": "The border width of the Grid sticky cell.\n",
|
|
38955
39005
|
"commentRange": {
|
|
38956
|
-
"start":
|
|
38957
|
-
"end":
|
|
39006
|
+
"start": 385,
|
|
39007
|
+
"end": 386
|
|
38958
39008
|
},
|
|
38959
39009
|
"context": {
|
|
38960
39010
|
"type": "variable",
|
|
@@ -38962,8 +39012,8 @@
|
|
|
38962
39012
|
"value": "var( --kendo-grid-sticky-cell-border-width, #{$kendo-grid-border-width} )",
|
|
38963
39013
|
"scope": "default",
|
|
38964
39014
|
"line": {
|
|
38965
|
-
"start":
|
|
38966
|
-
"end":
|
|
39015
|
+
"start": 387,
|
|
39016
|
+
"end": 387
|
|
38967
39017
|
}
|
|
38968
39018
|
},
|
|
38969
39019
|
"group": [
|
|
@@ -38978,8 +39028,8 @@
|
|
|
38978
39028
|
{
|
|
38979
39029
|
"description": "The background color of the Grid sticky cell.\n",
|
|
38980
39030
|
"commentRange": {
|
|
38981
|
-
"start":
|
|
38982
|
-
"end":
|
|
39031
|
+
"start": 388,
|
|
39032
|
+
"end": 389
|
|
38983
39033
|
},
|
|
38984
39034
|
"context": {
|
|
38985
39035
|
"type": "variable",
|
|
@@ -38987,8 +39037,8 @@
|
|
|
38987
39037
|
"value": "var( --kendo-grid-sticky-bg, #{k-color(surface-alt)} )",
|
|
38988
39038
|
"scope": "default",
|
|
38989
39039
|
"line": {
|
|
38990
|
-
"start":
|
|
38991
|
-
"end":
|
|
39040
|
+
"start": 390,
|
|
39041
|
+
"end": 390
|
|
38992
39042
|
}
|
|
38993
39043
|
},
|
|
38994
39044
|
"group": [
|
|
@@ -39003,8 +39053,8 @@
|
|
|
39003
39053
|
{
|
|
39004
39054
|
"description": "The border color of the Grid sticky cell.\n",
|
|
39005
39055
|
"commentRange": {
|
|
39006
|
-
"start":
|
|
39007
|
-
"end":
|
|
39056
|
+
"start": 392,
|
|
39057
|
+
"end": 393
|
|
39008
39058
|
},
|
|
39009
39059
|
"context": {
|
|
39010
39060
|
"type": "variable",
|
|
@@ -39012,8 +39062,8 @@
|
|
|
39012
39062
|
"value": "var( --kendo-grid-sticky-border, color-mix(in srgb, #{k-color(border)} 80%, transparent) )",
|
|
39013
39063
|
"scope": "default",
|
|
39014
39064
|
"line": {
|
|
39015
|
-
"start":
|
|
39016
|
-
"end":
|
|
39065
|
+
"start": 394,
|
|
39066
|
+
"end": 394
|
|
39017
39067
|
}
|
|
39018
39068
|
},
|
|
39019
39069
|
"group": [
|
|
@@ -39028,8 +39078,8 @@
|
|
|
39028
39078
|
{
|
|
39029
39079
|
"description": "The alt background color of the Grid sticky cell.\n",
|
|
39030
39080
|
"commentRange": {
|
|
39031
|
-
"start":
|
|
39032
|
-
"end":
|
|
39081
|
+
"start": 395,
|
|
39082
|
+
"end": 396
|
|
39033
39083
|
},
|
|
39034
39084
|
"context": {
|
|
39035
39085
|
"type": "variable",
|
|
@@ -39037,8 +39087,8 @@
|
|
|
39037
39087
|
"value": "var( --kendo-grid-sticky-alt-bg, #{$kendo-grid-sticky-bg} )",
|
|
39038
39088
|
"scope": "default",
|
|
39039
39089
|
"line": {
|
|
39040
|
-
"start":
|
|
39041
|
-
"end":
|
|
39090
|
+
"start": 397,
|
|
39091
|
+
"end": 397
|
|
39042
39092
|
}
|
|
39043
39093
|
},
|
|
39044
39094
|
"group": [
|
|
@@ -39053,8 +39103,8 @@
|
|
|
39053
39103
|
{
|
|
39054
39104
|
"description": "The background color of the Grid sticky cell.\n",
|
|
39055
39105
|
"commentRange": {
|
|
39056
|
-
"start":
|
|
39057
|
-
"end":
|
|
39106
|
+
"start": 398,
|
|
39107
|
+
"end": 399
|
|
39058
39108
|
},
|
|
39059
39109
|
"context": {
|
|
39060
39110
|
"type": "variable",
|
|
@@ -39062,8 +39112,8 @@
|
|
|
39062
39112
|
"value": "var( --kendo-grid-sticky-hover-bg, k-color(base-hover) )",
|
|
39063
39113
|
"scope": "default",
|
|
39064
39114
|
"line": {
|
|
39065
|
-
"start":
|
|
39066
|
-
"end":
|
|
39115
|
+
"start": 400,
|
|
39116
|
+
"end": 400
|
|
39067
39117
|
}
|
|
39068
39118
|
},
|
|
39069
39119
|
"group": [
|
|
@@ -39078,8 +39128,8 @@
|
|
|
39078
39128
|
{
|
|
39079
39129
|
"description": "The background color of the Grid sticky header.\n",
|
|
39080
39130
|
"commentRange": {
|
|
39081
|
-
"start":
|
|
39082
|
-
"end":
|
|
39131
|
+
"start": 402,
|
|
39132
|
+
"end": 403
|
|
39083
39133
|
},
|
|
39084
39134
|
"context": {
|
|
39085
39135
|
"type": "variable",
|
|
@@ -39087,8 +39137,8 @@
|
|
|
39087
39137
|
"value": "var( --kendo-grid-sticky-header-bg, #{$kendo-grid-header-bg} )",
|
|
39088
39138
|
"scope": "default",
|
|
39089
39139
|
"line": {
|
|
39090
|
-
"start":
|
|
39091
|
-
"end":
|
|
39140
|
+
"start": 404,
|
|
39141
|
+
"end": 404
|
|
39092
39142
|
}
|
|
39093
39143
|
},
|
|
39094
39144
|
"group": [
|
|
@@ -39103,8 +39153,8 @@
|
|
|
39103
39153
|
{
|
|
39104
39154
|
"description": "The text color of the Grid sticky header.\n",
|
|
39105
39155
|
"commentRange": {
|
|
39106
|
-
"start":
|
|
39107
|
-
"end":
|
|
39156
|
+
"start": 405,
|
|
39157
|
+
"end": 406
|
|
39108
39158
|
},
|
|
39109
39159
|
"context": {
|
|
39110
39160
|
"type": "variable",
|
|
@@ -39112,8 +39162,8 @@
|
|
|
39112
39162
|
"value": "var( --kendo-grid-sticky-header-text, #{$kendo-grid-header-text} )",
|
|
39113
39163
|
"scope": "default",
|
|
39114
39164
|
"line": {
|
|
39115
|
-
"start":
|
|
39116
|
-
"end":
|
|
39165
|
+
"start": 407,
|
|
39166
|
+
"end": 407
|
|
39117
39167
|
}
|
|
39118
39168
|
},
|
|
39119
39169
|
"group": [
|
|
@@ -39128,8 +39178,8 @@
|
|
|
39128
39178
|
{
|
|
39129
39179
|
"description": "The border color of the Grid sticky header.\n",
|
|
39130
39180
|
"commentRange": {
|
|
39131
|
-
"start":
|
|
39132
|
-
"end":
|
|
39181
|
+
"start": 408,
|
|
39182
|
+
"end": 409
|
|
39133
39183
|
},
|
|
39134
39184
|
"context": {
|
|
39135
39185
|
"type": "variable",
|
|
@@ -39137,8 +39187,8 @@
|
|
|
39137
39187
|
"value": "var( --kendo-grid-sticky-header-border, #{$kendo-grid-sticky-border} )",
|
|
39138
39188
|
"scope": "default",
|
|
39139
39189
|
"line": {
|
|
39140
|
-
"start":
|
|
39141
|
-
"end":
|
|
39190
|
+
"start": 410,
|
|
39191
|
+
"end": 410
|
|
39142
39192
|
}
|
|
39143
39193
|
},
|
|
39144
39194
|
"group": [
|
|
@@ -39153,8 +39203,8 @@
|
|
|
39153
39203
|
{
|
|
39154
39204
|
"description": "The background color of the Grid sticky footer.\n",
|
|
39155
39205
|
"commentRange": {
|
|
39156
|
-
"start":
|
|
39157
|
-
"end":
|
|
39206
|
+
"start": 412,
|
|
39207
|
+
"end": 413
|
|
39158
39208
|
},
|
|
39159
39209
|
"context": {
|
|
39160
39210
|
"type": "variable",
|
|
@@ -39162,8 +39212,8 @@
|
|
|
39162
39212
|
"value": "var( --kendo-grid-sticky-footer-bg, #{$kendo-grid-header-bg} )",
|
|
39163
39213
|
"scope": "default",
|
|
39164
39214
|
"line": {
|
|
39165
|
-
"start":
|
|
39166
|
-
"end":
|
|
39215
|
+
"start": 414,
|
|
39216
|
+
"end": 414
|
|
39167
39217
|
}
|
|
39168
39218
|
},
|
|
39169
39219
|
"group": [
|
|
@@ -39178,8 +39228,8 @@
|
|
|
39178
39228
|
{
|
|
39179
39229
|
"description": "The box shadow of the sticky container in the Grid.\n",
|
|
39180
39230
|
"commentRange": {
|
|
39181
|
-
"start":
|
|
39182
|
-
"end":
|
|
39231
|
+
"start": 416,
|
|
39232
|
+
"end": 417
|
|
39183
39233
|
},
|
|
39184
39234
|
"context": {
|
|
39185
39235
|
"type": "variable",
|
|
@@ -39187,8 +39237,8 @@
|
|
|
39187
39237
|
"value": "0 2px 4px 0 rgba(0, 0, 0, 0.08)",
|
|
39188
39238
|
"scope": "default",
|
|
39189
39239
|
"line": {
|
|
39190
|
-
"start":
|
|
39191
|
-
"end":
|
|
39240
|
+
"start": 418,
|
|
39241
|
+
"end": 418
|
|
39192
39242
|
}
|
|
39193
39243
|
},
|
|
39194
39244
|
"group": [
|
|
@@ -39203,8 +39253,8 @@
|
|
|
39203
39253
|
{
|
|
39204
39254
|
"description": "The box shadow of the sticky container positioned at the bottom in the Grid.\n",
|
|
39205
39255
|
"commentRange": {
|
|
39206
|
-
"start":
|
|
39207
|
-
"end":
|
|
39256
|
+
"start": 419,
|
|
39257
|
+
"end": 420
|
|
39208
39258
|
},
|
|
39209
39259
|
"context": {
|
|
39210
39260
|
"type": "variable",
|
|
@@ -39212,8 +39262,8 @@
|
|
|
39212
39262
|
"value": "0 -2px 4px 0 rgba(0, 0, 0, 0.08)",
|
|
39213
39263
|
"scope": "default",
|
|
39214
39264
|
"line": {
|
|
39215
|
-
"start":
|
|
39216
|
-
"end":
|
|
39265
|
+
"start": 421,
|
|
39266
|
+
"end": 421
|
|
39217
39267
|
}
|
|
39218
39268
|
},
|
|
39219
39269
|
"group": [
|
|
@@ -39228,8 +39278,8 @@
|
|
|
39228
39278
|
{
|
|
39229
39279
|
"description": "The box shadow of the pinned container in the Grid.\n",
|
|
39230
39280
|
"commentRange": {
|
|
39231
|
-
"start":
|
|
39232
|
-
"end":
|
|
39281
|
+
"start": 423,
|
|
39282
|
+
"end": 424
|
|
39233
39283
|
},
|
|
39234
39284
|
"context": {
|
|
39235
39285
|
"type": "variable",
|
|
@@ -39237,8 +39287,8 @@
|
|
|
39237
39287
|
"value": "0 4px 8px 0 rgba(0, 0, 0, 0.08)",
|
|
39238
39288
|
"scope": "default",
|
|
39239
39289
|
"line": {
|
|
39240
|
-
"start":
|
|
39241
|
-
"end":
|
|
39290
|
+
"start": 425,
|
|
39291
|
+
"end": 425
|
|
39242
39292
|
}
|
|
39243
39293
|
},
|
|
39244
39294
|
"group": [
|
|
@@ -39253,8 +39303,8 @@
|
|
|
39253
39303
|
{
|
|
39254
39304
|
"description": "The box shadow of the pinned container positioned at the bottom in the Grid.\n",
|
|
39255
39305
|
"commentRange": {
|
|
39256
|
-
"start":
|
|
39257
|
-
"end":
|
|
39306
|
+
"start": 426,
|
|
39307
|
+
"end": 427
|
|
39258
39308
|
},
|
|
39259
39309
|
"context": {
|
|
39260
39310
|
"type": "variable",
|
|
@@ -39262,8 +39312,8 @@
|
|
|
39262
39312
|
"value": "0 -4px 8px 0 rgba(0, 0, 0, 0.08)",
|
|
39263
39313
|
"scope": "default",
|
|
39264
39314
|
"line": {
|
|
39265
|
-
"start":
|
|
39266
|
-
"end":
|
|
39315
|
+
"start": 428,
|
|
39316
|
+
"end": 428
|
|
39267
39317
|
}
|
|
39268
39318
|
},
|
|
39269
39319
|
"group": [
|
|
@@ -39278,8 +39328,8 @@
|
|
|
39278
39328
|
{
|
|
39279
39329
|
"description": "The horizontal padding of the Grid filter menu container.\n",
|
|
39280
39330
|
"commentRange": {
|
|
39281
|
-
"start":
|
|
39282
|
-
"end":
|
|
39331
|
+
"start": 430,
|
|
39332
|
+
"end": 431
|
|
39283
39333
|
},
|
|
39284
39334
|
"context": {
|
|
39285
39335
|
"type": "variable",
|
|
@@ -39287,8 +39337,8 @@
|
|
|
39287
39337
|
"value": "var( --kendo-filter-menu-container-padding-y, #{k-spacing(3)} )",
|
|
39288
39338
|
"scope": "default",
|
|
39289
39339
|
"line": {
|
|
39290
|
-
"start":
|
|
39291
|
-
"end":
|
|
39340
|
+
"start": 432,
|
|
39341
|
+
"end": 432
|
|
39292
39342
|
}
|
|
39293
39343
|
},
|
|
39294
39344
|
"group": [
|
|
@@ -39303,8 +39353,8 @@
|
|
|
39303
39353
|
{
|
|
39304
39354
|
"description": "The vertical padding of the Grid filter menu container.\n",
|
|
39305
39355
|
"commentRange": {
|
|
39306
|
-
"start":
|
|
39307
|
-
"end":
|
|
39356
|
+
"start": 433,
|
|
39357
|
+
"end": 434
|
|
39308
39358
|
},
|
|
39309
39359
|
"context": {
|
|
39310
39360
|
"type": "variable",
|
|
@@ -39312,8 +39362,8 @@
|
|
|
39312
39362
|
"value": "var( --kendo-filter-menu-container-padding-x, #{k-spacing(3)} )",
|
|
39313
39363
|
"scope": "default",
|
|
39314
39364
|
"line": {
|
|
39315
|
-
"start":
|
|
39316
|
-
"end":
|
|
39365
|
+
"start": 435,
|
|
39366
|
+
"end": 435
|
|
39317
39367
|
}
|
|
39318
39368
|
},
|
|
39319
39369
|
"group": [
|
|
@@ -39328,8 +39378,8 @@
|
|
|
39328
39378
|
{
|
|
39329
39379
|
"description": "The default width of the Grid column menu.\n",
|
|
39330
39380
|
"commentRange": {
|
|
39331
|
-
"start":
|
|
39332
|
-
"end":
|
|
39381
|
+
"start": 437,
|
|
39382
|
+
"end": 438
|
|
39333
39383
|
},
|
|
39334
39384
|
"context": {
|
|
39335
39385
|
"type": "variable",
|
|
@@ -39337,8 +39387,8 @@
|
|
|
39337
39387
|
"value": "var( --kendo-grid-column-menu-width, 230px )",
|
|
39338
39388
|
"scope": "default",
|
|
39339
39389
|
"line": {
|
|
39340
|
-
"start":
|
|
39341
|
-
"end":
|
|
39390
|
+
"start": 439,
|
|
39391
|
+
"end": 439
|
|
39342
39392
|
}
|
|
39343
39393
|
},
|
|
39344
39394
|
"group": [
|
|
@@ -39353,8 +39403,8 @@
|
|
|
39353
39403
|
{
|
|
39354
39404
|
"description": "The max width of the Grid column menu.\n",
|
|
39355
39405
|
"commentRange": {
|
|
39356
|
-
"start":
|
|
39357
|
-
"end":
|
|
39406
|
+
"start": 440,
|
|
39407
|
+
"end": 441
|
|
39358
39408
|
},
|
|
39359
39409
|
"context": {
|
|
39360
39410
|
"type": "variable",
|
|
@@ -39362,8 +39412,8 @@
|
|
|
39362
39412
|
"value": "var( --kendo-grid-column-menu-max-width, 320px )",
|
|
39363
39413
|
"scope": "default",
|
|
39364
39414
|
"line": {
|
|
39365
|
-
"start":
|
|
39366
|
-
"end":
|
|
39415
|
+
"start": 442,
|
|
39416
|
+
"end": 442
|
|
39367
39417
|
}
|
|
39368
39418
|
},
|
|
39369
39419
|
"group": [
|
|
@@ -39378,8 +39428,8 @@
|
|
|
39378
39428
|
{
|
|
39379
39429
|
"description": "The spacing of the Grid column menu.\n",
|
|
39380
39430
|
"commentRange": {
|
|
39381
|
-
"start":
|
|
39382
|
-
"end":
|
|
39431
|
+
"start": 443,
|
|
39432
|
+
"end": 444
|
|
39383
39433
|
},
|
|
39384
39434
|
"context": {
|
|
39385
39435
|
"type": "variable",
|
|
@@ -39387,8 +39437,8 @@
|
|
|
39387
39437
|
"value": "var( --kendo-grid-column-menu-spacing, #{k-spacing(2)} )",
|
|
39388
39438
|
"scope": "default",
|
|
39389
39439
|
"line": {
|
|
39390
|
-
"start":
|
|
39391
|
-
"end":
|
|
39440
|
+
"start": 445,
|
|
39441
|
+
"end": 445
|
|
39392
39442
|
}
|
|
39393
39443
|
},
|
|
39394
39444
|
"group": [
|
|
@@ -39403,8 +39453,8 @@
|
|
|
39403
39453
|
{
|
|
39404
39454
|
"description": "The focus shadow of the Grid column menu.\n",
|
|
39405
39455
|
"commentRange": {
|
|
39406
|
-
"start":
|
|
39407
|
-
"end":
|
|
39456
|
+
"start": 446,
|
|
39457
|
+
"end": 447
|
|
39408
39458
|
},
|
|
39409
39459
|
"context": {
|
|
39410
39460
|
"type": "variable",
|
|
@@ -39412,8 +39462,8 @@
|
|
|
39412
39462
|
"value": "var( --kendo-grid-column-menu-shadow, k-elevation(4) )",
|
|
39413
39463
|
"scope": "default",
|
|
39414
39464
|
"line": {
|
|
39415
|
-
"start":
|
|
39416
|
-
"end":
|
|
39465
|
+
"start": 448,
|
|
39466
|
+
"end": 448
|
|
39417
39467
|
}
|
|
39418
39468
|
},
|
|
39419
39469
|
"group": [
|
|
@@ -39428,8 +39478,8 @@
|
|
|
39428
39478
|
{
|
|
39429
39479
|
"description": "The background color of the Grid column menu.\n",
|
|
39430
39480
|
"commentRange": {
|
|
39431
|
-
"start":
|
|
39432
|
-
"end":
|
|
39481
|
+
"start": 449,
|
|
39482
|
+
"end": 450
|
|
39433
39483
|
},
|
|
39434
39484
|
"context": {
|
|
39435
39485
|
"type": "variable",
|
|
@@ -39437,8 +39487,8 @@
|
|
|
39437
39487
|
"value": "var( --kendo-grid-column-menu-bg, #{k-color(surface-alt)} )",
|
|
39438
39488
|
"scope": "default",
|
|
39439
39489
|
"line": {
|
|
39440
|
-
"start":
|
|
39441
|
-
"end":
|
|
39490
|
+
"start": 451,
|
|
39491
|
+
"end": 451
|
|
39442
39492
|
}
|
|
39443
39493
|
},
|
|
39444
39494
|
"group": [
|
|
@@ -39453,8 +39503,8 @@
|
|
|
39453
39503
|
{
|
|
39454
39504
|
"description": "The text color of the Grid column menu.\n",
|
|
39455
39505
|
"commentRange": {
|
|
39456
|
-
"start":
|
|
39457
|
-
"end":
|
|
39506
|
+
"start": 452,
|
|
39507
|
+
"end": 453
|
|
39458
39508
|
},
|
|
39459
39509
|
"context": {
|
|
39460
39510
|
"type": "variable",
|
|
@@ -39462,8 +39512,8 @@
|
|
|
39462
39512
|
"value": "var( --kendo-grid-column-menu-text, #{k-color(on-app-surface)} )",
|
|
39463
39513
|
"scope": "default",
|
|
39464
39514
|
"line": {
|
|
39465
|
-
"start":
|
|
39466
|
-
"end":
|
|
39515
|
+
"start": 454,
|
|
39516
|
+
"end": 454
|
|
39467
39517
|
}
|
|
39468
39518
|
},
|
|
39469
39519
|
"group": [
|
|
@@ -39478,8 +39528,8 @@
|
|
|
39478
39528
|
{
|
|
39479
39529
|
"description": "The border color of the Grid column menu.\n",
|
|
39480
39530
|
"commentRange": {
|
|
39481
|
-
"start":
|
|
39482
|
-
"end":
|
|
39531
|
+
"start": 455,
|
|
39532
|
+
"end": 456
|
|
39483
39533
|
},
|
|
39484
39534
|
"context": {
|
|
39485
39535
|
"type": "variable",
|
|
@@ -39487,8 +39537,8 @@
|
|
|
39487
39537
|
"value": "var( --kendo-grid-column-menu-border, color-mix(in srgb, #{k-color(border)} 16%, transparent) )",
|
|
39488
39538
|
"scope": "default",
|
|
39489
39539
|
"line": {
|
|
39490
|
-
"start":
|
|
39491
|
-
"end":
|
|
39540
|
+
"start": 457,
|
|
39541
|
+
"end": 457
|
|
39492
39542
|
}
|
|
39493
39543
|
},
|
|
39494
39544
|
"group": [
|
|
@@ -39503,8 +39553,8 @@
|
|
|
39503
39553
|
{
|
|
39504
39554
|
"description": "The font size of the Grid column menu checkbox container.\n",
|
|
39505
39555
|
"commentRange": {
|
|
39506
|
-
"start":
|
|
39507
|
-
"end":
|
|
39556
|
+
"start": 459,
|
|
39557
|
+
"end": 460
|
|
39508
39558
|
},
|
|
39509
39559
|
"context": {
|
|
39510
39560
|
"type": "variable",
|
|
@@ -39512,8 +39562,8 @@
|
|
|
39512
39562
|
"value": "var( --kendo-grid-column-menu-multicheck-font-size, #{$kendo-list-md-font-size} )",
|
|
39513
39563
|
"scope": "default",
|
|
39514
39564
|
"line": {
|
|
39515
|
-
"start":
|
|
39516
|
-
"end":
|
|
39565
|
+
"start": 461,
|
|
39566
|
+
"end": 461
|
|
39517
39567
|
}
|
|
39518
39568
|
},
|
|
39519
39569
|
"group": [
|
|
@@ -39528,8 +39578,8 @@
|
|
|
39528
39578
|
{
|
|
39529
39579
|
"description": "The line height of the Grid column menu checkbox container.\n",
|
|
39530
39580
|
"commentRange": {
|
|
39531
|
-
"start":
|
|
39532
|
-
"end":
|
|
39581
|
+
"start": 462,
|
|
39582
|
+
"end": 463
|
|
39533
39583
|
},
|
|
39534
39584
|
"context": {
|
|
39535
39585
|
"type": "variable",
|
|
@@ -39537,8 +39587,8 @@
|
|
|
39537
39587
|
"value": "var( --kendo-grid-column-menu-multicheck-line-height, #{$kendo-list-md-line-height} )",
|
|
39538
39588
|
"scope": "default",
|
|
39539
39589
|
"line": {
|
|
39540
|
-
"start":
|
|
39541
|
-
"end":
|
|
39590
|
+
"start": 464,
|
|
39591
|
+
"end": 464
|
|
39542
39592
|
}
|
|
39543
39593
|
},
|
|
39544
39594
|
"group": [
|
|
@@ -39553,8 +39603,8 @@
|
|
|
39553
39603
|
{
|
|
39554
39604
|
"description": "The vertical padding of the Grid column menu items wrap.\n",
|
|
39555
39605
|
"commentRange": {
|
|
39556
|
-
"start":
|
|
39557
|
-
"end":
|
|
39606
|
+
"start": 466,
|
|
39607
|
+
"end": 467
|
|
39558
39608
|
},
|
|
39559
39609
|
"context": {
|
|
39560
39610
|
"type": "variable",
|
|
@@ -39562,8 +39612,8 @@
|
|
|
39562
39612
|
"value": "var( --kendo-grid-column-menu-items-wrap-padding-y, #{k-spacing(2)} )",
|
|
39563
39613
|
"scope": "default",
|
|
39564
39614
|
"line": {
|
|
39565
|
-
"start":
|
|
39566
|
-
"end":
|
|
39615
|
+
"start": 468,
|
|
39616
|
+
"end": 468
|
|
39567
39617
|
}
|
|
39568
39618
|
},
|
|
39569
39619
|
"group": [
|
|
@@ -39578,8 +39628,8 @@
|
|
|
39578
39628
|
{
|
|
39579
39629
|
"description": "The horizontal padding of the Grid column menu items wrap.\n",
|
|
39580
39630
|
"commentRange": {
|
|
39581
|
-
"start":
|
|
39582
|
-
"end":
|
|
39631
|
+
"start": 469,
|
|
39632
|
+
"end": 470
|
|
39583
39633
|
},
|
|
39584
39634
|
"context": {
|
|
39585
39635
|
"type": "variable",
|
|
@@ -39587,8 +39637,8 @@
|
|
|
39587
39637
|
"value": "var( --kendo-grid-column-menu-items-wrap-padding-x, #{k-spacing(2)} )",
|
|
39588
39638
|
"scope": "default",
|
|
39589
39639
|
"line": {
|
|
39590
|
-
"start":
|
|
39591
|
-
"end":
|
|
39640
|
+
"start": 471,
|
|
39641
|
+
"end": 471
|
|
39592
39642
|
}
|
|
39593
39643
|
},
|
|
39594
39644
|
"group": [
|
|
@@ -39603,8 +39653,8 @@
|
|
|
39603
39653
|
{
|
|
39604
39654
|
"description": "The horizontal padding of the Grid column menu item.\n",
|
|
39605
39655
|
"commentRange": {
|
|
39606
|
-
"start":
|
|
39607
|
-
"end":
|
|
39656
|
+
"start": 473,
|
|
39657
|
+
"end": 474
|
|
39608
39658
|
},
|
|
39609
39659
|
"context": {
|
|
39610
39660
|
"type": "variable",
|
|
@@ -39612,8 +39662,8 @@
|
|
|
39612
39662
|
"value": "var( --kendo-grid-column-menu-item-padding-y, #{$kendo-list-md-item-padding-y} )",
|
|
39613
39663
|
"scope": "default",
|
|
39614
39664
|
"line": {
|
|
39615
|
-
"start":
|
|
39616
|
-
"end":
|
|
39665
|
+
"start": 475,
|
|
39666
|
+
"end": 475
|
|
39617
39667
|
}
|
|
39618
39668
|
},
|
|
39619
39669
|
"group": [
|
|
@@ -39628,8 +39678,8 @@
|
|
|
39628
39678
|
{
|
|
39629
39679
|
"description": "The vertical padding of the Grid column menu item.\n",
|
|
39630
39680
|
"commentRange": {
|
|
39631
|
-
"start":
|
|
39632
|
-
"end":
|
|
39681
|
+
"start": 476,
|
|
39682
|
+
"end": 477
|
|
39633
39683
|
},
|
|
39634
39684
|
"context": {
|
|
39635
39685
|
"type": "variable",
|
|
@@ -39637,8 +39687,8 @@
|
|
|
39637
39687
|
"value": "var( --kendo-grid-column-menu-item-padding-x, #{$kendo-list-md-item-padding-x} )",
|
|
39638
39688
|
"scope": "default",
|
|
39639
39689
|
"line": {
|
|
39640
|
-
"start":
|
|
39641
|
-
"end":
|
|
39690
|
+
"start": 478,
|
|
39691
|
+
"end": 478
|
|
39642
39692
|
}
|
|
39643
39693
|
},
|
|
39644
39694
|
"group": [
|
|
@@ -39653,8 +39703,8 @@
|
|
|
39653
39703
|
{
|
|
39654
39704
|
"description": "The spacing of the Grid column menu item.\n",
|
|
39655
39705
|
"commentRange": {
|
|
39656
|
-
"start":
|
|
39657
|
-
"end":
|
|
39706
|
+
"start": 479,
|
|
39707
|
+
"end": 480
|
|
39658
39708
|
},
|
|
39659
39709
|
"context": {
|
|
39660
39710
|
"type": "variable",
|
|
@@ -39662,8 +39712,8 @@
|
|
|
39662
39712
|
"value": "var( --kendo-grid-column-menu-item-gap, #{$kendo-list-md-item-padding-x} )",
|
|
39663
39713
|
"scope": "default",
|
|
39664
39714
|
"line": {
|
|
39665
|
-
"start":
|
|
39666
|
-
"end":
|
|
39715
|
+
"start": 481,
|
|
39716
|
+
"end": 481
|
|
39667
39717
|
}
|
|
39668
39718
|
},
|
|
39669
39719
|
"group": [
|
|
@@ -39678,8 +39728,8 @@
|
|
|
39678
39728
|
{
|
|
39679
39729
|
"description": "The background color of the Grid column menu item.\n",
|
|
39680
39730
|
"commentRange": {
|
|
39681
|
-
"start":
|
|
39682
|
-
"end":
|
|
39731
|
+
"start": 482,
|
|
39732
|
+
"end": 483
|
|
39683
39733
|
},
|
|
39684
39734
|
"context": {
|
|
39685
39735
|
"type": "variable",
|
|
@@ -39687,8 +39737,8 @@
|
|
|
39687
39737
|
"value": "var( --kendo-grid-column-menu-item-bg, #{$kendo-list-item-bg} )",
|
|
39688
39738
|
"scope": "default",
|
|
39689
39739
|
"line": {
|
|
39690
|
-
"start":
|
|
39691
|
-
"end":
|
|
39740
|
+
"start": 484,
|
|
39741
|
+
"end": 484
|
|
39692
39742
|
}
|
|
39693
39743
|
},
|
|
39694
39744
|
"group": [
|
|
@@ -39703,8 +39753,8 @@
|
|
|
39703
39753
|
{
|
|
39704
39754
|
"description": "The text color of the Grid column menu item.\n",
|
|
39705
39755
|
"commentRange": {
|
|
39706
|
-
"start":
|
|
39707
|
-
"end":
|
|
39756
|
+
"start": 485,
|
|
39757
|
+
"end": 486
|
|
39708
39758
|
},
|
|
39709
39759
|
"context": {
|
|
39710
39760
|
"type": "variable",
|
|
@@ -39712,8 +39762,8 @@
|
|
|
39712
39762
|
"value": "var( --kendo-grid-column-menu-item-text, #{$kendo-list-item-text} )",
|
|
39713
39763
|
"scope": "default",
|
|
39714
39764
|
"line": {
|
|
39715
|
-
"start":
|
|
39716
|
-
"end":
|
|
39765
|
+
"start": 487,
|
|
39766
|
+
"end": 487
|
|
39717
39767
|
}
|
|
39718
39768
|
},
|
|
39719
39769
|
"group": [
|
|
@@ -39728,8 +39778,8 @@
|
|
|
39728
39778
|
{
|
|
39729
39779
|
"description": "The text color of the Grid column menu item icon.\n",
|
|
39730
39780
|
"commentRange": {
|
|
39731
|
-
"start":
|
|
39732
|
-
"end":
|
|
39781
|
+
"start": 489,
|
|
39782
|
+
"end": 490
|
|
39733
39783
|
},
|
|
39734
39784
|
"context": {
|
|
39735
39785
|
"type": "variable",
|
|
@@ -39737,8 +39787,8 @@
|
|
|
39737
39787
|
"value": "var( --kendo-grid-column-menu-item-icon-text, #{$kendo-list-item-icon-text} )",
|
|
39738
39788
|
"scope": "default",
|
|
39739
39789
|
"line": {
|
|
39740
|
-
"start":
|
|
39741
|
-
"end":
|
|
39790
|
+
"start": 491,
|
|
39791
|
+
"end": 491
|
|
39742
39792
|
}
|
|
39743
39793
|
},
|
|
39744
39794
|
"group": [
|
|
@@ -39753,8 +39803,8 @@
|
|
|
39753
39803
|
{
|
|
39754
39804
|
"description": "The vertical padding of the Grid column menu group header.\n",
|
|
39755
39805
|
"commentRange": {
|
|
39756
|
-
"start":
|
|
39757
|
-
"end":
|
|
39806
|
+
"start": 493,
|
|
39807
|
+
"end": 494
|
|
39758
39808
|
},
|
|
39759
39809
|
"context": {
|
|
39760
39810
|
"type": "variable",
|
|
@@ -39762,8 +39812,8 @@
|
|
|
39762
39812
|
"value": "var( --kendo-grid-column-menu-group-header-padding-y, #{$kendo-grid-column-menu-item-padding-y} )",
|
|
39763
39813
|
"scope": "default",
|
|
39764
39814
|
"line": {
|
|
39765
|
-
"start":
|
|
39766
|
-
"end":
|
|
39815
|
+
"start": 495,
|
|
39816
|
+
"end": 495
|
|
39767
39817
|
}
|
|
39768
39818
|
},
|
|
39769
39819
|
"group": [
|
|
@@ -39778,8 +39828,8 @@
|
|
|
39778
39828
|
{
|
|
39779
39829
|
"description": "The horizontal padding of the Grid column menu group header.\n",
|
|
39780
39830
|
"commentRange": {
|
|
39781
|
-
"start":
|
|
39782
|
-
"end":
|
|
39831
|
+
"start": 496,
|
|
39832
|
+
"end": 497
|
|
39783
39833
|
},
|
|
39784
39834
|
"context": {
|
|
39785
39835
|
"type": "variable",
|
|
@@ -39787,8 +39837,8 @@
|
|
|
39787
39837
|
"value": "var( --kendo-grid-column-menu-group-header-padding-x, #{$kendo-grid-column-menu-item-padding-x} )",
|
|
39788
39838
|
"scope": "default",
|
|
39789
39839
|
"line": {
|
|
39790
|
-
"start":
|
|
39791
|
-
"end":
|
|
39840
|
+
"start": 498,
|
|
39841
|
+
"end": 498
|
|
39792
39842
|
}
|
|
39793
39843
|
},
|
|
39794
39844
|
"group": [
|
|
@@ -39803,8 +39853,8 @@
|
|
|
39803
39853
|
{
|
|
39804
39854
|
"description": "The border width of the Grid column menu group header.\n",
|
|
39805
39855
|
"commentRange": {
|
|
39806
|
-
"start":
|
|
39807
|
-
"end":
|
|
39856
|
+
"start": 499,
|
|
39857
|
+
"end": 500
|
|
39808
39858
|
},
|
|
39809
39859
|
"context": {
|
|
39810
39860
|
"type": "variable",
|
|
@@ -39812,8 +39862,8 @@
|
|
|
39812
39862
|
"value": "var( --kendo-grid-column-menu-group-header-border-width, 1px )",
|
|
39813
39863
|
"scope": "default",
|
|
39814
39864
|
"line": {
|
|
39815
|
-
"start":
|
|
39816
|
-
"end":
|
|
39865
|
+
"start": 501,
|
|
39866
|
+
"end": 501
|
|
39817
39867
|
}
|
|
39818
39868
|
},
|
|
39819
39869
|
"group": [
|
|
@@ -39828,8 +39878,8 @@
|
|
|
39828
39878
|
{
|
|
39829
39879
|
"description": "The border style of the Grid column menu group header.\n",
|
|
39830
39880
|
"commentRange": {
|
|
39831
|
-
"start":
|
|
39832
|
-
"end":
|
|
39881
|
+
"start": 502,
|
|
39882
|
+
"end": 503
|
|
39833
39883
|
},
|
|
39834
39884
|
"context": {
|
|
39835
39885
|
"type": "variable",
|
|
@@ -39837,8 +39887,8 @@
|
|
|
39837
39887
|
"value": "var( --kendo-grid-column-menu-group-header-border-style, solid )",
|
|
39838
39888
|
"scope": "default",
|
|
39839
39889
|
"line": {
|
|
39840
|
-
"start":
|
|
39841
|
-
"end":
|
|
39890
|
+
"start": 504,
|
|
39891
|
+
"end": 504
|
|
39842
39892
|
}
|
|
39843
39893
|
},
|
|
39844
39894
|
"group": [
|
|
@@ -39853,8 +39903,8 @@
|
|
|
39853
39903
|
{
|
|
39854
39904
|
"description": "The font size of the Grid column menu group header.\n",
|
|
39855
39905
|
"commentRange": {
|
|
39856
|
-
"start":
|
|
39857
|
-
"end":
|
|
39906
|
+
"start": 505,
|
|
39907
|
+
"end": 506
|
|
39858
39908
|
},
|
|
39859
39909
|
"context": {
|
|
39860
39910
|
"type": "variable",
|
|
@@ -39862,8 +39912,8 @@
|
|
|
39862
39912
|
"value": "var( --kendo-grid-column-menu-group-header-font-size, var(--kendo-font-size-sm) )",
|
|
39863
39913
|
"scope": "default",
|
|
39864
39914
|
"line": {
|
|
39865
|
-
"start":
|
|
39866
|
-
"end":
|
|
39915
|
+
"start": 507,
|
|
39916
|
+
"end": 507
|
|
39867
39917
|
}
|
|
39868
39918
|
},
|
|
39869
39919
|
"group": [
|
|
@@ -39878,8 +39928,8 @@
|
|
|
39878
39928
|
{
|
|
39879
39929
|
"description": "The font weight of the Grid column menu group header.\n",
|
|
39880
39930
|
"commentRange": {
|
|
39881
|
-
"start":
|
|
39882
|
-
"end":
|
|
39931
|
+
"start": 508,
|
|
39932
|
+
"end": 509
|
|
39883
39933
|
},
|
|
39884
39934
|
"context": {
|
|
39885
39935
|
"type": "variable",
|
|
@@ -39887,8 +39937,8 @@
|
|
|
39887
39937
|
"value": "var( --kendo-grid-column-menu-group-header-font-weight, var(--kendo-font-weight-bold) )",
|
|
39888
39938
|
"scope": "default",
|
|
39889
39939
|
"line": {
|
|
39890
|
-
"start":
|
|
39891
|
-
"end":
|
|
39940
|
+
"start": 510,
|
|
39941
|
+
"end": 510
|
|
39892
39942
|
}
|
|
39893
39943
|
},
|
|
39894
39944
|
"group": [
|
|
@@ -39903,8 +39953,8 @@
|
|
|
39903
39953
|
{
|
|
39904
39954
|
"description": "The mine height of the Grid column menu group header.\n",
|
|
39905
39955
|
"commentRange": {
|
|
39906
|
-
"start":
|
|
39907
|
-
"end":
|
|
39956
|
+
"start": 511,
|
|
39957
|
+
"end": 512
|
|
39908
39958
|
},
|
|
39909
39959
|
"context": {
|
|
39910
39960
|
"type": "variable",
|
|
@@ -39912,8 +39962,8 @@
|
|
|
39912
39962
|
"value": "var( --kendo-grid-column-menu-group-header-line-height, var(--kendo-line-height) )",
|
|
39913
39963
|
"scope": "default",
|
|
39914
39964
|
"line": {
|
|
39915
|
-
"start":
|
|
39916
|
-
"end":
|
|
39965
|
+
"start": 513,
|
|
39966
|
+
"end": 513
|
|
39917
39967
|
}
|
|
39918
39968
|
},
|
|
39919
39969
|
"group": [
|
|
@@ -39928,8 +39978,8 @@
|
|
|
39928
39978
|
{
|
|
39929
39979
|
"description": "The text transform of the Grid column menu group header.\n",
|
|
39930
39980
|
"commentRange": {
|
|
39931
|
-
"start":
|
|
39932
|
-
"end":
|
|
39981
|
+
"start": 514,
|
|
39982
|
+
"end": 515
|
|
39933
39983
|
},
|
|
39934
39984
|
"context": {
|
|
39935
39985
|
"type": "variable",
|
|
@@ -39937,8 +39987,8 @@
|
|
|
39937
39987
|
"value": "var( --kendo-grid-column-menu-group-header-text-transform, uppercase )",
|
|
39938
39988
|
"scope": "default",
|
|
39939
39989
|
"line": {
|
|
39940
|
-
"start":
|
|
39941
|
-
"end":
|
|
39990
|
+
"start": 516,
|
|
39991
|
+
"end": 516
|
|
39942
39992
|
}
|
|
39943
39993
|
},
|
|
39944
39994
|
"group": [
|
|
@@ -39953,8 +40003,8 @@
|
|
|
39953
40003
|
{
|
|
39954
40004
|
"description": "The background color of the Grid column menu group.\n",
|
|
39955
40005
|
"commentRange": {
|
|
39956
|
-
"start":
|
|
39957
|
-
"end":
|
|
40006
|
+
"start": 518,
|
|
40007
|
+
"end": 519
|
|
39958
40008
|
},
|
|
39959
40009
|
"context": {
|
|
39960
40010
|
"type": "variable",
|
|
@@ -39962,8 +40012,8 @@
|
|
|
39962
40012
|
"value": "var( --kendo-grid-column-menu-group-header-bg, #{k-color(surface-alt)} )",
|
|
39963
40013
|
"scope": "default",
|
|
39964
40014
|
"line": {
|
|
39965
|
-
"start":
|
|
39966
|
-
"end":
|
|
40015
|
+
"start": 520,
|
|
40016
|
+
"end": 520
|
|
39967
40017
|
}
|
|
39968
40018
|
},
|
|
39969
40019
|
"group": [
|
|
@@ -39978,8 +40028,8 @@
|
|
|
39978
40028
|
{
|
|
39979
40029
|
"description": "The text color of the Grid column menu group.\n",
|
|
39980
40030
|
"commentRange": {
|
|
39981
|
-
"start":
|
|
39982
|
-
"end":
|
|
40031
|
+
"start": 521,
|
|
40032
|
+
"end": 522
|
|
39983
40033
|
},
|
|
39984
40034
|
"context": {
|
|
39985
40035
|
"type": "variable",
|
|
@@ -39987,8 +40037,8 @@
|
|
|
39987
40037
|
"value": "var( --kendo-grid-column-menu-group-header-text, #{k-color(on-app-surface)} )",
|
|
39988
40038
|
"scope": "default",
|
|
39989
40039
|
"line": {
|
|
39990
|
-
"start":
|
|
39991
|
-
"end":
|
|
40040
|
+
"start": 523,
|
|
40041
|
+
"end": 523
|
|
39992
40042
|
}
|
|
39993
40043
|
},
|
|
39994
40044
|
"group": [
|
|
@@ -40003,8 +40053,8 @@
|
|
|
40003
40053
|
{
|
|
40004
40054
|
"description": "The border color of the Grid column menu group.\n",
|
|
40005
40055
|
"commentRange": {
|
|
40006
|
-
"start":
|
|
40007
|
-
"end":
|
|
40056
|
+
"start": 524,
|
|
40057
|
+
"end": 525
|
|
40008
40058
|
},
|
|
40009
40059
|
"context": {
|
|
40010
40060
|
"type": "variable",
|
|
@@ -40012,8 +40062,8 @@
|
|
|
40012
40062
|
"value": "var( --kendo-grid-column-menu-group-header-border, color-mix(in srgb, #{k-color(border)} 16%, transparent) )",
|
|
40013
40063
|
"scope": "default",
|
|
40014
40064
|
"line": {
|
|
40015
|
-
"start":
|
|
40016
|
-
"end":
|
|
40065
|
+
"start": 526,
|
|
40066
|
+
"end": 526
|
|
40017
40067
|
}
|
|
40018
40068
|
},
|
|
40019
40069
|
"group": [
|
|
@@ -40028,8 +40078,8 @@
|
|
|
40028
40078
|
{
|
|
40029
40079
|
"description": "The horizontal padding of the tabstrip content in the Grid tabbed column menu.\n",
|
|
40030
40080
|
"commentRange": {
|
|
40031
|
-
"start":
|
|
40032
|
-
"end":
|
|
40081
|
+
"start": 528,
|
|
40082
|
+
"end": 529
|
|
40033
40083
|
},
|
|
40034
40084
|
"context": {
|
|
40035
40085
|
"type": "variable",
|
|
@@ -40037,8 +40087,8 @@
|
|
|
40037
40087
|
"value": "var( --kendo-grid-column-menu-tabbed-tabstrip-content-padding-x, #{k-spacing(0)} )",
|
|
40038
40088
|
"scope": "default",
|
|
40039
40089
|
"line": {
|
|
40040
|
-
"start":
|
|
40041
|
-
"end":
|
|
40090
|
+
"start": 530,
|
|
40091
|
+
"end": 530
|
|
40042
40092
|
}
|
|
40043
40093
|
},
|
|
40044
40094
|
"group": [
|
|
@@ -40053,8 +40103,8 @@
|
|
|
40053
40103
|
{
|
|
40054
40104
|
"description": "The vertical padding of the tabstrip content in the Grid tabbed column menu.\n",
|
|
40055
40105
|
"commentRange": {
|
|
40056
|
-
"start":
|
|
40057
|
-
"end":
|
|
40106
|
+
"start": 531,
|
|
40107
|
+
"end": 532
|
|
40058
40108
|
},
|
|
40059
40109
|
"context": {
|
|
40060
40110
|
"type": "variable",
|
|
@@ -40062,8 +40112,8 @@
|
|
|
40062
40112
|
"value": "var( --kendo-grid-column-menu-tabbed-tabstrip-content-padding-y, #{k-spacing(3)} )",
|
|
40063
40113
|
"scope": "default",
|
|
40064
40114
|
"line": {
|
|
40065
|
-
"start":
|
|
40066
|
-
"end":
|
|
40115
|
+
"start": 533,
|
|
40116
|
+
"end": 533
|
|
40067
40117
|
}
|
|
40068
40118
|
},
|
|
40069
40119
|
"group": [
|
|
@@ -40078,8 +40128,8 @@
|
|
|
40078
40128
|
{
|
|
40079
40129
|
"description": "The background color of the Grid tabbed column menu.\n",
|
|
40080
40130
|
"commentRange": {
|
|
40081
|
-
"start":
|
|
40082
|
-
"end":
|
|
40131
|
+
"start": 535,
|
|
40132
|
+
"end": 536
|
|
40083
40133
|
},
|
|
40084
40134
|
"context": {
|
|
40085
40135
|
"type": "variable",
|
|
@@ -40087,8 +40137,8 @@
|
|
|
40087
40137
|
"value": "var( --kendo-grid-column-menu-tabbed-bg, k-color(surface) )",
|
|
40088
40138
|
"scope": "default",
|
|
40089
40139
|
"line": {
|
|
40090
|
-
"start":
|
|
40091
|
-
"end":
|
|
40140
|
+
"start": 537,
|
|
40141
|
+
"end": 537
|
|
40092
40142
|
}
|
|
40093
40143
|
},
|
|
40094
40144
|
"group": [
|
|
@@ -40103,8 +40153,8 @@
|
|
|
40103
40153
|
{
|
|
40104
40154
|
"description": "The default width of the Grid drag cell.\n",
|
|
40105
40155
|
"commentRange": {
|
|
40106
|
-
"start":
|
|
40107
|
-
"end":
|
|
40156
|
+
"start": 539,
|
|
40157
|
+
"end": 540
|
|
40108
40158
|
},
|
|
40109
40159
|
"context": {
|
|
40110
40160
|
"type": "variable",
|
|
@@ -40112,8 +40162,8 @@
|
|
|
40112
40162
|
"value": "var( --kendo-grid-drag-cell-width, calc( var( --kendo-icon-size, 1rem ) * 2.25 ) )",
|
|
40113
40163
|
"scope": "default",
|
|
40114
40164
|
"line": {
|
|
40115
|
-
"start":
|
|
40116
|
-
"end":
|
|
40165
|
+
"start": 541,
|
|
40166
|
+
"end": 541
|
|
40117
40167
|
}
|
|
40118
40168
|
},
|
|
40119
40169
|
"group": [
|
|
@@ -40128,8 +40178,8 @@
|
|
|
40128
40178
|
{
|
|
40129
40179
|
"description": "The default width of the Grid hierarchy cell.\n",
|
|
40130
40180
|
"commentRange": {
|
|
40131
|
-
"start":
|
|
40132
|
-
"end":
|
|
40181
|
+
"start": 542,
|
|
40182
|
+
"end": 543
|
|
40133
40183
|
},
|
|
40134
40184
|
"context": {
|
|
40135
40185
|
"type": "variable",
|
|
@@ -40137,8 +40187,8 @@
|
|
|
40137
40187
|
"value": "var( --kendo-grid-hierarchy-col-width, calc( var( --kendo-icon-size, 1rem ) * 2 ) )",
|
|
40138
40188
|
"scope": "default",
|
|
40139
40189
|
"line": {
|
|
40140
|
-
"start":
|
|
40141
|
-
"end":
|
|
40190
|
+
"start": 544,
|
|
40191
|
+
"end": 544
|
|
40142
40192
|
}
|
|
40143
40193
|
},
|
|
40144
40194
|
"group": [
|
|
@@ -40153,8 +40203,8 @@
|
|
|
40153
40203
|
{
|
|
40154
40204
|
"description": "The background color of the Grid row resize indicator.\n",
|
|
40155
40205
|
"commentRange": {
|
|
40156
|
-
"start":
|
|
40157
|
-
"end":
|
|
40206
|
+
"start": 546,
|
|
40207
|
+
"end": 547
|
|
40158
40208
|
},
|
|
40159
40209
|
"context": {
|
|
40160
40210
|
"type": "variable",
|
|
@@ -40162,8 +40212,8 @@
|
|
|
40162
40212
|
"value": "var( --kendo-grid-row-resizer-hover-bg, color-mix(in srgb, #{k-color(on-app-surface)} 46%, transparent) )",
|
|
40163
40213
|
"scope": "default",
|
|
40164
40214
|
"line": {
|
|
40165
|
-
"start":
|
|
40166
|
-
"end":
|
|
40215
|
+
"start": 548,
|
|
40216
|
+
"end": 548
|
|
40167
40217
|
}
|
|
40168
40218
|
},
|
|
40169
40219
|
"group": [
|
|
@@ -40178,8 +40228,8 @@
|
|
|
40178
40228
|
{
|
|
40179
40229
|
"description": "The background color of the active Grid row resize indicator.\n",
|
|
40180
40230
|
"commentRange": {
|
|
40181
|
-
"start":
|
|
40182
|
-
"end":
|
|
40231
|
+
"start": 549,
|
|
40232
|
+
"end": 550
|
|
40183
40233
|
},
|
|
40184
40234
|
"context": {
|
|
40185
40235
|
"type": "variable",
|
|
@@ -40187,8 +40237,8 @@
|
|
|
40187
40237
|
"value": "var( --kendo-grid-row-resizer-active-bg, #{k-color(primary)} )",
|
|
40188
40238
|
"scope": "default",
|
|
40189
40239
|
"line": {
|
|
40190
|
-
"start":
|
|
40191
|
-
"end":
|
|
40240
|
+
"start": 551,
|
|
40241
|
+
"end": 551
|
|
40192
40242
|
}
|
|
40193
40243
|
},
|
|
40194
40244
|
"group": [
|
|
@@ -40203,8 +40253,8 @@
|
|
|
40203
40253
|
{
|
|
40204
40254
|
"description": "The height of the Grid row resize indicator.\n",
|
|
40205
40255
|
"commentRange": {
|
|
40206
|
-
"start":
|
|
40207
|
-
"end":
|
|
40256
|
+
"start": 552,
|
|
40257
|
+
"end": 553
|
|
40208
40258
|
},
|
|
40209
40259
|
"context": {
|
|
40210
40260
|
"type": "variable",
|
|
@@ -40212,8 +40262,8 @@
|
|
|
40212
40262
|
"value": "var( --kendo-grid-row-resizer-height, #{k-spacing(0.5)} )",
|
|
40213
40263
|
"scope": "default",
|
|
40214
40264
|
"line": {
|
|
40215
|
-
"start":
|
|
40216
|
-
"end":
|
|
40265
|
+
"start": 554,
|
|
40266
|
+
"end": 554
|
|
40217
40267
|
}
|
|
40218
40268
|
},
|
|
40219
40269
|
"group": [
|
|
@@ -40228,8 +40278,8 @@
|
|
|
40228
40278
|
{
|
|
40229
40279
|
"description": "The horizontal padding of the Grid stack layout cells.\n",
|
|
40230
40280
|
"commentRange": {
|
|
40231
|
-
"start":
|
|
40232
|
-
"end":
|
|
40281
|
+
"start": 556,
|
|
40282
|
+
"end": 557
|
|
40233
40283
|
},
|
|
40234
40284
|
"context": {
|
|
40235
40285
|
"type": "variable",
|
|
@@ -40237,8 +40287,8 @@
|
|
|
40237
40287
|
"value": "var( --kendo-grid-stack-cell-padding-x, #{k-spacing(2)} )",
|
|
40238
40288
|
"scope": "default",
|
|
40239
40289
|
"line": {
|
|
40240
|
-
"start":
|
|
40241
|
-
"end":
|
|
40290
|
+
"start": 558,
|
|
40291
|
+
"end": 558
|
|
40242
40292
|
}
|
|
40243
40293
|
},
|
|
40244
40294
|
"group": [
|
|
@@ -40253,8 +40303,8 @@
|
|
|
40253
40303
|
{
|
|
40254
40304
|
"description": "The vertical padding of the Grid stack layout cells.\n",
|
|
40255
40305
|
"commentRange": {
|
|
40256
|
-
"start":
|
|
40257
|
-
"end":
|
|
40306
|
+
"start": 559,
|
|
40307
|
+
"end": 560
|
|
40258
40308
|
},
|
|
40259
40309
|
"context": {
|
|
40260
40310
|
"type": "variable",
|
|
@@ -40262,8 +40312,8 @@
|
|
|
40262
40312
|
"value": "var( --kendo-grid-stack-cell-padding-y, #{k-spacing(1.5)} )",
|
|
40263
40313
|
"scope": "default",
|
|
40264
40314
|
"line": {
|
|
40265
|
-
"start":
|
|
40266
|
-
"end":
|
|
40315
|
+
"start": 561,
|
|
40316
|
+
"end": 561
|
|
40267
40317
|
}
|
|
40268
40318
|
},
|
|
40269
40319
|
"group": [
|
|
@@ -40278,8 +40328,8 @@
|
|
|
40278
40328
|
{
|
|
40279
40329
|
"description": "The column gap of the Grid stack layout.\n",
|
|
40280
40330
|
"commentRange": {
|
|
40281
|
-
"start":
|
|
40282
|
-
"end":
|
|
40331
|
+
"start": 562,
|
|
40332
|
+
"end": 563
|
|
40283
40333
|
},
|
|
40284
40334
|
"context": {
|
|
40285
40335
|
"type": "variable",
|
|
@@ -40287,8 +40337,8 @@
|
|
|
40287
40337
|
"value": "var( --kendo-grid-stack-column-gap, #{k-spacing(1)} )",
|
|
40288
40338
|
"scope": "default",
|
|
40289
40339
|
"line": {
|
|
40290
|
-
"start":
|
|
40291
|
-
"end":
|
|
40340
|
+
"start": 564,
|
|
40341
|
+
"end": 564
|
|
40292
40342
|
}
|
|
40293
40343
|
},
|
|
40294
40344
|
"group": [
|
|
@@ -40303,8 +40353,8 @@
|
|
|
40303
40353
|
{
|
|
40304
40354
|
"description": "The column gap of the editable Grid stack layout.\n",
|
|
40305
40355
|
"commentRange": {
|
|
40306
|
-
"start":
|
|
40307
|
-
"end":
|
|
40356
|
+
"start": 565,
|
|
40357
|
+
"end": 566
|
|
40308
40358
|
},
|
|
40309
40359
|
"context": {
|
|
40310
40360
|
"type": "variable",
|
|
@@ -40312,8 +40362,8 @@
|
|
|
40312
40362
|
"value": "var( --kendo-grid-stack-editable-column-gap, #{k-spacing(2)} )",
|
|
40313
40363
|
"scope": "default",
|
|
40314
40364
|
"line": {
|
|
40315
|
-
"start":
|
|
40316
|
-
"end":
|
|
40365
|
+
"start": 567,
|
|
40366
|
+
"end": 567
|
|
40317
40367
|
}
|
|
40318
40368
|
},
|
|
40319
40369
|
"group": [
|
|
@@ -40328,8 +40378,8 @@
|
|
|
40328
40378
|
{
|
|
40329
40379
|
"description": "The width of the hierarchy column in the Grid stack layout.\n",
|
|
40330
40380
|
"commentRange": {
|
|
40331
|
-
"start":
|
|
40332
|
-
"end":
|
|
40381
|
+
"start": 568,
|
|
40382
|
+
"end": 569
|
|
40333
40383
|
},
|
|
40334
40384
|
"context": {
|
|
40335
40385
|
"type": "variable",
|
|
@@ -40337,8 +40387,8 @@
|
|
|
40337
40387
|
"value": "var( --kendo-grid-stack-hierarchy-col-width, #{k-spacing(2)} )",
|
|
40338
40388
|
"scope": "default",
|
|
40339
40389
|
"line": {
|
|
40340
|
-
"start":
|
|
40341
|
-
"end":
|
|
40390
|
+
"start": 570,
|
|
40391
|
+
"end": 570
|
|
40342
40392
|
}
|
|
40343
40393
|
},
|
|
40344
40394
|
"group": [
|
|
@@ -40353,8 +40403,8 @@
|
|
|
40353
40403
|
{
|
|
40354
40404
|
"description": "The font size of the Grid stack layout column header.\n",
|
|
40355
40405
|
"commentRange": {
|
|
40356
|
-
"start":
|
|
40357
|
-
"end":
|
|
40406
|
+
"start": 571,
|
|
40407
|
+
"end": 572
|
|
40358
40408
|
},
|
|
40359
40409
|
"context": {
|
|
40360
40410
|
"type": "variable",
|
|
@@ -40362,8 +40412,8 @@
|
|
|
40362
40412
|
"value": "var( --kendo-grid-stack-header-font-size, var(--kendo-font-size-sm) )",
|
|
40363
40413
|
"scope": "default",
|
|
40364
40414
|
"line": {
|
|
40365
|
-
"start":
|
|
40366
|
-
"end":
|
|
40415
|
+
"start": 573,
|
|
40416
|
+
"end": 573
|
|
40367
40417
|
}
|
|
40368
40418
|
},
|
|
40369
40419
|
"group": [
|
|
@@ -40378,8 +40428,8 @@
|
|
|
40378
40428
|
{
|
|
40379
40429
|
"description": "The font weight of the Grid stack layout column header.\n",
|
|
40380
40430
|
"commentRange": {
|
|
40381
|
-
"start":
|
|
40382
|
-
"end":
|
|
40431
|
+
"start": 574,
|
|
40432
|
+
"end": 575
|
|
40383
40433
|
},
|
|
40384
40434
|
"context": {
|
|
40385
40435
|
"type": "variable",
|
|
@@ -40387,8 +40437,8 @@
|
|
|
40387
40437
|
"value": "var( --kendo-grid-stack-header-font-weight, var(--kendo-font-weight-bold) )",
|
|
40388
40438
|
"scope": "default",
|
|
40389
40439
|
"line": {
|
|
40390
|
-
"start":
|
|
40391
|
-
"end":
|
|
40440
|
+
"start": 576,
|
|
40441
|
+
"end": 576
|
|
40392
40442
|
}
|
|
40393
40443
|
},
|
|
40394
40444
|
"group": [
|
|
@@ -40403,8 +40453,8 @@
|
|
|
40403
40453
|
{
|
|
40404
40454
|
"description": "The height of the Grid stack layout expandable row shadow.\n",
|
|
40405
40455
|
"commentRange": {
|
|
40406
|
-
"start":
|
|
40407
|
-
"end":
|
|
40456
|
+
"start": 577,
|
|
40457
|
+
"end": 578
|
|
40408
40458
|
},
|
|
40409
40459
|
"context": {
|
|
40410
40460
|
"type": "variable",
|
|
@@ -40412,8 +40462,8 @@
|
|
|
40412
40462
|
"value": "var( --kendo-grid-stack-expandable-shadow-height, #{k-spacing(2.5)} )",
|
|
40413
40463
|
"scope": "default",
|
|
40414
40464
|
"line": {
|
|
40415
|
-
"start":
|
|
40416
|
-
"end":
|
|
40465
|
+
"start": 579,
|
|
40466
|
+
"end": 579
|
|
40417
40467
|
}
|
|
40418
40468
|
},
|
|
40419
40469
|
"group": [
|
|
@@ -40428,8 +40478,8 @@
|
|
|
40428
40478
|
{
|
|
40429
40479
|
"description": "The color of the Grid stack layout column header.\n",
|
|
40430
40480
|
"commentRange": {
|
|
40431
|
-
"start":
|
|
40432
|
-
"end":
|
|
40481
|
+
"start": 580,
|
|
40482
|
+
"end": 581
|
|
40433
40483
|
},
|
|
40434
40484
|
"context": {
|
|
40435
40485
|
"type": "variable",
|
|
@@ -40437,8 +40487,8 @@
|
|
|
40437
40487
|
"value": "var( --kendo-grid-stack-header-color, #{k-color(subtle)} )",
|
|
40438
40488
|
"scope": "default",
|
|
40439
40489
|
"line": {
|
|
40440
|
-
"start":
|
|
40441
|
-
"end":
|
|
40490
|
+
"start": 582,
|
|
40491
|
+
"end": 582
|
|
40442
40492
|
}
|
|
40443
40493
|
},
|
|
40444
40494
|
"group": [
|
|
@@ -40453,8 +40503,8 @@
|
|
|
40453
40503
|
{
|
|
40454
40504
|
"description": "The outline color of the Grid stack layout focused cell.\n",
|
|
40455
40505
|
"commentRange": {
|
|
40456
|
-
"start":
|
|
40457
|
-
"end":
|
|
40506
|
+
"start": 583,
|
|
40507
|
+
"end": 584
|
|
40458
40508
|
},
|
|
40459
40509
|
"context": {
|
|
40460
40510
|
"type": "variable",
|
|
@@ -40462,8 +40512,8 @@
|
|
|
40462
40512
|
"value": "var( --kendo-grid-stack-focus-outline, #{k-color(base-emphasis)} )",
|
|
40463
40513
|
"scope": "default",
|
|
40464
40514
|
"line": {
|
|
40465
|
-
"start":
|
|
40466
|
-
"end":
|
|
40515
|
+
"start": 585,
|
|
40516
|
+
"end": 585
|
|
40467
40517
|
}
|
|
40468
40518
|
},
|
|
40469
40519
|
"group": [
|
|
@@ -40478,8 +40528,8 @@
|
|
|
40478
40528
|
{
|
|
40479
40529
|
"description": "The Grid stack layout expandable row shadow.\n",
|
|
40480
40530
|
"commentRange": {
|
|
40481
|
-
"start":
|
|
40482
|
-
"end":
|
|
40531
|
+
"start": 586,
|
|
40532
|
+
"end": 587
|
|
40483
40533
|
},
|
|
40484
40534
|
"context": {
|
|
40485
40535
|
"type": "variable",
|
|
@@ -40487,8 +40537,8 @@
|
|
|
40487
40537
|
"value": "var( --kendo-grid-stack-expandable-shadow, #{k-elevation(2)} )",
|
|
40488
40538
|
"scope": "default",
|
|
40489
40539
|
"line": {
|
|
40490
|
-
"start":
|
|
40491
|
-
"end":
|
|
40540
|
+
"start": 588,
|
|
40541
|
+
"end": 588
|
|
40492
40542
|
}
|
|
40493
40543
|
},
|
|
40494
40544
|
"group": [
|
|
@@ -40503,8 +40553,8 @@
|
|
|
40503
40553
|
{
|
|
40504
40554
|
"description": "The font weight of the pinned source row in the Grid.\n",
|
|
40505
40555
|
"commentRange": {
|
|
40506
|
-
"start":
|
|
40507
|
-
"end":
|
|
40556
|
+
"start": 590,
|
|
40557
|
+
"end": 591
|
|
40508
40558
|
},
|
|
40509
40559
|
"context": {
|
|
40510
40560
|
"type": "variable",
|
|
@@ -40512,8 +40562,8 @@
|
|
|
40512
40562
|
"value": "var(--kendo-font-weight-semibold)",
|
|
40513
40563
|
"scope": "default",
|
|
40514
40564
|
"line": {
|
|
40515
|
-
"start":
|
|
40516
|
-
"end":
|
|
40565
|
+
"start": 592,
|
|
40566
|
+
"end": 592
|
|
40517
40567
|
}
|
|
40518
40568
|
},
|
|
40519
40569
|
"group": [
|