@progress/kendo-theme-fluent 14.2.0-dev.4 → 14.2.0-dev.6
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 +766 -658
- package/dist/meta/sassdoc-raw-data.json +374 -324
- package/dist/meta/variables.json +11 -3
- 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 +4 -5
- package/scss/badge/_theme.scss +3 -4
- package/scss/badge/_variables.scss +3 -3
- package/scss/grid/_layout.scss +13 -8
- package/scss/grid/_theme.scss +7 -0
- package/scss/grid/_variables.scss +8 -0
|
@@ -2898,7 +2898,7 @@
|
|
|
2898
2898
|
"context": {
|
|
2899
2899
|
"type": "variable",
|
|
2900
2900
|
"name": "kendo-badge-bg",
|
|
2901
|
-
"value": "var( --kendo-badge-bg, k-color(
|
|
2901
|
+
"value": "var( --kendo-badge-bg, k-color(base) )",
|
|
2902
2902
|
"scope": "default",
|
|
2903
2903
|
"line": {
|
|
2904
2904
|
"start": 23,
|
|
@@ -2913,7 +2913,7 @@
|
|
|
2913
2913
|
"path": "fluent/scss/badge/_variables.scss",
|
|
2914
2914
|
"name": "_variables.scss"
|
|
2915
2915
|
},
|
|
2916
|
-
"resolvedValue": "var(--kendo-badge-bg, var(--kendo-color-
|
|
2916
|
+
"resolvedValue": "var(--kendo-badge-bg, var(--kendo-color-base))",
|
|
2917
2917
|
"resolvedType": "String"
|
|
2918
2918
|
},
|
|
2919
2919
|
{
|
|
@@ -2925,7 +2925,7 @@
|
|
|
2925
2925
|
"context": {
|
|
2926
2926
|
"type": "variable",
|
|
2927
2927
|
"name": "kendo-badge-text",
|
|
2928
|
-
"value": "var( --kendo-badge-text, k-color(on-
|
|
2928
|
+
"value": "var( --kendo-badge-text, k-color(on-base) )",
|
|
2929
2929
|
"scope": "default",
|
|
2930
2930
|
"line": {
|
|
2931
2931
|
"start": 26,
|
|
@@ -2940,7 +2940,7 @@
|
|
|
2940
2940
|
"path": "fluent/scss/badge/_variables.scss",
|
|
2941
2941
|
"name": "_variables.scss"
|
|
2942
2942
|
},
|
|
2943
|
-
"resolvedValue": "var(--kendo-badge-text, var(--kendo-color-on-
|
|
2943
|
+
"resolvedValue": "var(--kendo-badge-text, var(--kendo-color-on-base))",
|
|
2944
2944
|
"resolvedType": "String"
|
|
2945
2945
|
},
|
|
2946
2946
|
{
|
|
@@ -2952,7 +2952,7 @@
|
|
|
2952
2952
|
"context": {
|
|
2953
2953
|
"type": "variable",
|
|
2954
2954
|
"name": "kendo-badge-border",
|
|
2955
|
-
"value": "var( --kendo-badge-border,
|
|
2955
|
+
"value": "var( --kendo-badge-border, k-color(base) )",
|
|
2956
2956
|
"scope": "default",
|
|
2957
2957
|
"line": {
|
|
2958
2958
|
"start": 29,
|
|
@@ -2967,7 +2967,7 @@
|
|
|
2967
2967
|
"path": "fluent/scss/badge/_variables.scss",
|
|
2968
2968
|
"name": "_variables.scss"
|
|
2969
2969
|
},
|
|
2970
|
-
"resolvedValue": "var(--kendo-badge-border,
|
|
2970
|
+
"resolvedValue": "var(--kendo-badge-border, var(--kendo-color-base))",
|
|
2971
2971
|
"resolvedType": "String"
|
|
2972
2972
|
},
|
|
2973
2973
|
{
|
|
@@ -41707,15 +41707,15 @@
|
|
|
41707
41707
|
"resolvedType": "String"
|
|
41708
41708
|
},
|
|
41709
41709
|
{
|
|
41710
|
-
"description": "The
|
|
41710
|
+
"description": "The indent size for nested grouping rows.\n",
|
|
41711
41711
|
"commentRange": {
|
|
41712
41712
|
"start": 317,
|
|
41713
41713
|
"end": 318
|
|
41714
41714
|
},
|
|
41715
41715
|
"context": {
|
|
41716
41716
|
"type": "variable",
|
|
41717
|
-
"name": "kendo-grid-grouping-
|
|
41718
|
-
"value": "
|
|
41717
|
+
"name": "kendo-grid-grouping-indent-size",
|
|
41718
|
+
"value": "k-spacing(6)",
|
|
41719
41719
|
"scope": "default",
|
|
41720
41720
|
"line": {
|
|
41721
41721
|
"start": 319,
|
|
@@ -41730,19 +41730,19 @@
|
|
|
41730
41730
|
"path": "fluent/scss/grid/_variables.scss",
|
|
41731
41731
|
"name": "_variables.scss"
|
|
41732
41732
|
},
|
|
41733
|
-
"resolvedValue": "var(--kendo-
|
|
41733
|
+
"resolvedValue": "var(--kendo-spacing-6)",
|
|
41734
41734
|
"resolvedType": "String"
|
|
41735
41735
|
},
|
|
41736
41736
|
{
|
|
41737
|
-
"description": "The
|
|
41737
|
+
"description": "The margin at the end of the checkbox in grouping rows.\n",
|
|
41738
41738
|
"commentRange": {
|
|
41739
41739
|
"start": 320,
|
|
41740
41740
|
"end": 321
|
|
41741
41741
|
},
|
|
41742
41742
|
"context": {
|
|
41743
41743
|
"type": "variable",
|
|
41744
|
-
"name": "kendo-grid-grouping-row-
|
|
41745
|
-
"value": "
|
|
41744
|
+
"name": "kendo-grid-grouping-row-checkbox-margin-end",
|
|
41745
|
+
"value": "k-spacing(3)",
|
|
41746
41746
|
"scope": "default",
|
|
41747
41747
|
"line": {
|
|
41748
41748
|
"start": 322,
|
|
@@ -41757,19 +41757,19 @@
|
|
|
41757
41757
|
"path": "fluent/scss/grid/_variables.scss",
|
|
41758
41758
|
"name": "_variables.scss"
|
|
41759
41759
|
},
|
|
41760
|
-
"resolvedValue": "var(--kendo-
|
|
41760
|
+
"resolvedValue": "var(--kendo-spacing-3)",
|
|
41761
41761
|
"resolvedType": "String"
|
|
41762
41762
|
},
|
|
41763
41763
|
{
|
|
41764
|
-
"description": "The
|
|
41764
|
+
"description": "The background color of the Grid grouping row.\n",
|
|
41765
41765
|
"commentRange": {
|
|
41766
41766
|
"start": 323,
|
|
41767
41767
|
"end": 324
|
|
41768
41768
|
},
|
|
41769
41769
|
"context": {
|
|
41770
41770
|
"type": "variable",
|
|
41771
|
-
"name": "kendo-grid-grouping-row-
|
|
41772
|
-
"value": "var( --kendo-grid-grouping-row-
|
|
41771
|
+
"name": "kendo-grid-grouping-row-bg",
|
|
41772
|
+
"value": "var( --kendo-grid-grouping-row-bg, #{$kendo-table-group-row-bg} )",
|
|
41773
41773
|
"scope": "default",
|
|
41774
41774
|
"line": {
|
|
41775
41775
|
"start": 325,
|
|
@@ -41784,14 +41784,68 @@
|
|
|
41784
41784
|
"path": "fluent/scss/grid/_variables.scss",
|
|
41785
41785
|
"name": "_variables.scss"
|
|
41786
41786
|
},
|
|
41787
|
+
"resolvedValue": "var(--kendo-grid-grouping-row-bg, var(--kendo-table-group-row-bg, var(--kendo-table-header-bg, var(--kendo-table-bg, var(--kendo-color-surface-alt)))))",
|
|
41788
|
+
"resolvedType": "String"
|
|
41789
|
+
},
|
|
41790
|
+
{
|
|
41791
|
+
"description": "The text color of the Grid grouping row.\n",
|
|
41792
|
+
"commentRange": {
|
|
41793
|
+
"start": 326,
|
|
41794
|
+
"end": 327
|
|
41795
|
+
},
|
|
41796
|
+
"context": {
|
|
41797
|
+
"type": "variable",
|
|
41798
|
+
"name": "kendo-grid-grouping-row-text",
|
|
41799
|
+
"value": "var( --kendo-grid-grouping-row-text, #{$kendo-table-group-row-text} )",
|
|
41800
|
+
"scope": "default",
|
|
41801
|
+
"line": {
|
|
41802
|
+
"start": 328,
|
|
41803
|
+
"end": 328
|
|
41804
|
+
}
|
|
41805
|
+
},
|
|
41806
|
+
"group": [
|
|
41807
|
+
"grid"
|
|
41808
|
+
],
|
|
41809
|
+
"access": "public",
|
|
41810
|
+
"file": {
|
|
41811
|
+
"path": "fluent/scss/grid/_variables.scss",
|
|
41812
|
+
"name": "_variables.scss"
|
|
41813
|
+
},
|
|
41814
|
+
"resolvedValue": "var(--kendo-grid-grouping-row-text, var(--kendo-table-group-row-text, var(--kendo-table-header-text, var(--kendo-color-on-app-surface))))",
|
|
41815
|
+
"resolvedType": "String"
|
|
41816
|
+
},
|
|
41817
|
+
{
|
|
41818
|
+
"description": "The border color of the Grid grouping row.\n",
|
|
41819
|
+
"commentRange": {
|
|
41820
|
+
"start": 329,
|
|
41821
|
+
"end": 330
|
|
41822
|
+
},
|
|
41823
|
+
"context": {
|
|
41824
|
+
"type": "variable",
|
|
41825
|
+
"name": "kendo-grid-grouping-row-border",
|
|
41826
|
+
"value": "var( --kendo-grid-grouping-row-border, #{$kendo-table-group-row-border} )",
|
|
41827
|
+
"scope": "default",
|
|
41828
|
+
"line": {
|
|
41829
|
+
"start": 331,
|
|
41830
|
+
"end": 331
|
|
41831
|
+
}
|
|
41832
|
+
},
|
|
41833
|
+
"group": [
|
|
41834
|
+
"grid"
|
|
41835
|
+
],
|
|
41836
|
+
"access": "public",
|
|
41837
|
+
"file": {
|
|
41838
|
+
"path": "fluent/scss/grid/_variables.scss",
|
|
41839
|
+
"name": "_variables.scss"
|
|
41840
|
+
},
|
|
41787
41841
|
"resolvedValue": "var(--kendo-grid-grouping-row-border, var(--kendo-table-group-row-border, var(--kendo-table-header-border, var(--kendo-table-border, color-mix(in srgb, var(--kendo-color-border) 16%, transparent)))))",
|
|
41788
41842
|
"resolvedType": "String"
|
|
41789
41843
|
},
|
|
41790
41844
|
{
|
|
41791
41845
|
"description": "The horizontal padding of the Grid filter cell.\n",
|
|
41792
41846
|
"commentRange": {
|
|
41793
|
-
"start":
|
|
41794
|
-
"end":
|
|
41847
|
+
"start": 333,
|
|
41848
|
+
"end": 334
|
|
41795
41849
|
},
|
|
41796
41850
|
"context": {
|
|
41797
41851
|
"type": "variable",
|
|
@@ -41799,8 +41853,8 @@
|
|
|
41799
41853
|
"value": "var( --kendo-grid-filter-cell-padding-x, #{$kendo-grid-padding-y} )",
|
|
41800
41854
|
"scope": "default",
|
|
41801
41855
|
"line": {
|
|
41802
|
-
"start":
|
|
41803
|
-
"end":
|
|
41856
|
+
"start": 335,
|
|
41857
|
+
"end": 335
|
|
41804
41858
|
}
|
|
41805
41859
|
},
|
|
41806
41860
|
"group": [
|
|
@@ -41817,8 +41871,8 @@
|
|
|
41817
41871
|
{
|
|
41818
41872
|
"description": "The vertical padding of the Grid filter cell.\n",
|
|
41819
41873
|
"commentRange": {
|
|
41820
|
-
"start":
|
|
41821
|
-
"end":
|
|
41874
|
+
"start": 336,
|
|
41875
|
+
"end": 337
|
|
41822
41876
|
},
|
|
41823
41877
|
"context": {
|
|
41824
41878
|
"type": "variable",
|
|
@@ -41826,8 +41880,8 @@
|
|
|
41826
41880
|
"value": "var( --kendo-grid-filter-cell-padding-y, #{$kendo-grid-filter-cell-padding-x} )",
|
|
41827
41881
|
"scope": "default",
|
|
41828
41882
|
"line": {
|
|
41829
|
-
"start":
|
|
41830
|
-
"end":
|
|
41883
|
+
"start": 338,
|
|
41884
|
+
"end": 338
|
|
41831
41885
|
}
|
|
41832
41886
|
},
|
|
41833
41887
|
"group": [
|
|
@@ -41844,8 +41898,8 @@
|
|
|
41844
41898
|
{
|
|
41845
41899
|
"description": "The border width of the Grid Toolbar.\n",
|
|
41846
41900
|
"commentRange": {
|
|
41847
|
-
"start":
|
|
41848
|
-
"end":
|
|
41901
|
+
"start": 340,
|
|
41902
|
+
"end": 341
|
|
41849
41903
|
},
|
|
41850
41904
|
"context": {
|
|
41851
41905
|
"type": "variable",
|
|
@@ -41853,8 +41907,8 @@
|
|
|
41853
41907
|
"value": "var( --kendo-grid-toolbar-border-width, #{$kendo-grid-border-width} )",
|
|
41854
41908
|
"scope": "default",
|
|
41855
41909
|
"line": {
|
|
41856
|
-
"start":
|
|
41857
|
-
"end":
|
|
41910
|
+
"start": 342,
|
|
41911
|
+
"end": 342
|
|
41858
41912
|
}
|
|
41859
41913
|
},
|
|
41860
41914
|
"group": [
|
|
@@ -41871,8 +41925,8 @@
|
|
|
41871
41925
|
{
|
|
41872
41926
|
"description": "The vertical border width of the Grid cell.\n",
|
|
41873
41927
|
"commentRange": {
|
|
41874
|
-
"start":
|
|
41875
|
-
"end":
|
|
41928
|
+
"start": 344,
|
|
41929
|
+
"end": 345
|
|
41876
41930
|
},
|
|
41877
41931
|
"context": {
|
|
41878
41932
|
"type": "variable",
|
|
@@ -41880,8 +41934,8 @@
|
|
|
41880
41934
|
"value": "$kendo-grid-border-width",
|
|
41881
41935
|
"scope": "default",
|
|
41882
41936
|
"line": {
|
|
41883
|
-
"start":
|
|
41884
|
-
"end":
|
|
41937
|
+
"start": 346,
|
|
41938
|
+
"end": 346
|
|
41885
41939
|
}
|
|
41886
41940
|
},
|
|
41887
41941
|
"group": [
|
|
@@ -41898,8 +41952,8 @@
|
|
|
41898
41952
|
{
|
|
41899
41953
|
"description": "The horizontal border width of the Grid cell.\n",
|
|
41900
41954
|
"commentRange": {
|
|
41901
|
-
"start":
|
|
41902
|
-
"end":
|
|
41955
|
+
"start": 347,
|
|
41956
|
+
"end": 348
|
|
41903
41957
|
},
|
|
41904
41958
|
"context": {
|
|
41905
41959
|
"type": "variable",
|
|
@@ -41907,8 +41961,8 @@
|
|
|
41907
41961
|
"value": "0px",
|
|
41908
41962
|
"scope": "default",
|
|
41909
41963
|
"line": {
|
|
41910
|
-
"start":
|
|
41911
|
-
"end":
|
|
41964
|
+
"start": 349,
|
|
41965
|
+
"end": 349
|
|
41912
41966
|
}
|
|
41913
41967
|
},
|
|
41914
41968
|
"group": [
|
|
@@ -41925,8 +41979,8 @@
|
|
|
41925
41979
|
{
|
|
41926
41980
|
"description": "The font size of the Grid sort index.\n",
|
|
41927
41981
|
"commentRange": {
|
|
41928
|
-
"start":
|
|
41929
|
-
"end":
|
|
41982
|
+
"start": 350,
|
|
41983
|
+
"end": 351
|
|
41930
41984
|
},
|
|
41931
41985
|
"context": {
|
|
41932
41986
|
"type": "variable",
|
|
@@ -41934,8 +41988,8 @@
|
|
|
41934
41988
|
"value": "var( --kendo-grid-sort-index-font-size, var(--kendo-font-size-sm) )",
|
|
41935
41989
|
"scope": "default",
|
|
41936
41990
|
"line": {
|
|
41937
|
-
"start":
|
|
41938
|
-
"end":
|
|
41991
|
+
"start": 352,
|
|
41992
|
+
"end": 352
|
|
41939
41993
|
}
|
|
41940
41994
|
},
|
|
41941
41995
|
"group": [
|
|
@@ -41952,8 +42006,8 @@
|
|
|
41952
42006
|
{
|
|
41953
42007
|
"description": "The vertical offset of the Grid sort index.\n",
|
|
41954
42008
|
"commentRange": {
|
|
41955
|
-
"start":
|
|
41956
|
-
"end":
|
|
42009
|
+
"start": 354,
|
|
42010
|
+
"end": 355
|
|
41957
42011
|
},
|
|
41958
42012
|
"context": {
|
|
41959
42013
|
"type": "variable",
|
|
@@ -41961,8 +42015,8 @@
|
|
|
41961
42015
|
"value": "var( --kendo-grid-sort-index-spacing-x, #{k-spacing(0.5)} )",
|
|
41962
42016
|
"scope": "default",
|
|
41963
42017
|
"line": {
|
|
41964
|
-
"start":
|
|
41965
|
-
"end":
|
|
42018
|
+
"start": 356,
|
|
42019
|
+
"end": 356
|
|
41966
42020
|
}
|
|
41967
42021
|
},
|
|
41968
42022
|
"group": [
|
|
@@ -41979,8 +42033,8 @@
|
|
|
41979
42033
|
{
|
|
41980
42034
|
"description": "The spacing of the Grid sort icon.\n",
|
|
41981
42035
|
"commentRange": {
|
|
41982
|
-
"start":
|
|
41983
|
-
"end":
|
|
42036
|
+
"start": 357,
|
|
42037
|
+
"end": 358
|
|
41984
42038
|
},
|
|
41985
42039
|
"context": {
|
|
41986
42040
|
"type": "variable",
|
|
@@ -41988,8 +42042,8 @@
|
|
|
41988
42042
|
"value": "var( --kendo-grid-sort-icon-spacing, var(--kendo-icon-lg-spacing, .5rem) )",
|
|
41989
42043
|
"scope": "default",
|
|
41990
42044
|
"line": {
|
|
41991
|
-
"start":
|
|
41992
|
-
"end":
|
|
42045
|
+
"start": 359,
|
|
42046
|
+
"end": 359
|
|
41993
42047
|
}
|
|
41994
42048
|
},
|
|
41995
42049
|
"group": [
|
|
@@ -42006,8 +42060,8 @@
|
|
|
42006
42060
|
{
|
|
42007
42061
|
"description": "The text color of the Grid sort indicator.\n",
|
|
42008
42062
|
"commentRange": {
|
|
42009
|
-
"start":
|
|
42010
|
-
"end":
|
|
42063
|
+
"start": 360,
|
|
42064
|
+
"end": 361
|
|
42011
42065
|
},
|
|
42012
42066
|
"context": {
|
|
42013
42067
|
"type": "variable",
|
|
@@ -42015,8 +42069,8 @@
|
|
|
42015
42069
|
"value": "var( --kendo-grid-sort-indicator-text, k-color(on-app-surface) )",
|
|
42016
42070
|
"scope": "default",
|
|
42017
42071
|
"line": {
|
|
42018
|
-
"start":
|
|
42019
|
-
"end":
|
|
42072
|
+
"start": 362,
|
|
42073
|
+
"end": 362
|
|
42020
42074
|
}
|
|
42021
42075
|
},
|
|
42022
42076
|
"group": [
|
|
@@ -42033,8 +42087,8 @@
|
|
|
42033
42087
|
{
|
|
42034
42088
|
"description": "The text color of the Grid sort order indicator.\n",
|
|
42035
42089
|
"commentRange": {
|
|
42036
|
-
"start":
|
|
42037
|
-
"end":
|
|
42090
|
+
"start": 363,
|
|
42091
|
+
"end": 364
|
|
42038
42092
|
},
|
|
42039
42093
|
"context": {
|
|
42040
42094
|
"type": "variable",
|
|
@@ -42042,8 +42096,8 @@
|
|
|
42042
42096
|
"value": "var( --kendo-grid-sort-indicator-order-text, #{k-color(primary)} )",
|
|
42043
42097
|
"scope": "default",
|
|
42044
42098
|
"line": {
|
|
42045
|
-
"start":
|
|
42046
|
-
"end":
|
|
42099
|
+
"start": 365,
|
|
42100
|
+
"end": 365
|
|
42047
42101
|
}
|
|
42048
42102
|
},
|
|
42049
42103
|
"group": [
|
|
@@ -42060,8 +42114,8 @@
|
|
|
42060
42114
|
{
|
|
42061
42115
|
"description": "The background color of the sorted Grid cells.\n",
|
|
42062
42116
|
"commentRange": {
|
|
42063
|
-
"start":
|
|
42064
|
-
"end":
|
|
42117
|
+
"start": 366,
|
|
42118
|
+
"end": 367
|
|
42065
42119
|
},
|
|
42066
42120
|
"context": {
|
|
42067
42121
|
"type": "variable",
|
|
@@ -42069,8 +42123,8 @@
|
|
|
42069
42123
|
"value": "var( --kendo-grid-sorted-bg, rgba(0, 0, 0, 0.04) )",
|
|
42070
42124
|
"scope": "default",
|
|
42071
42125
|
"line": {
|
|
42072
|
-
"start":
|
|
42073
|
-
"end":
|
|
42126
|
+
"start": 368,
|
|
42127
|
+
"end": 368
|
|
42074
42128
|
}
|
|
42075
42129
|
},
|
|
42076
42130
|
"group": [
|
|
@@ -42087,8 +42141,8 @@
|
|
|
42087
42141
|
{
|
|
42088
42142
|
"description": "The vertical padding of the Grid command cells.\n",
|
|
42089
42143
|
"commentRange": {
|
|
42090
|
-
"start":
|
|
42091
|
-
"end":
|
|
42144
|
+
"start": 370,
|
|
42145
|
+
"end": 371
|
|
42092
42146
|
},
|
|
42093
42147
|
"context": {
|
|
42094
42148
|
"type": "variable",
|
|
@@ -42096,8 +42150,8 @@
|
|
|
42096
42150
|
"value": "var( --kendo-grid-command-cell-button-spacing, #{k-spacing(2)} )",
|
|
42097
42151
|
"scope": "default",
|
|
42098
42152
|
"line": {
|
|
42099
|
-
"start":
|
|
42100
|
-
"end":
|
|
42153
|
+
"start": 372,
|
|
42154
|
+
"end": 372
|
|
42101
42155
|
}
|
|
42102
42156
|
},
|
|
42103
42157
|
"group": [
|
|
@@ -42114,8 +42168,8 @@
|
|
|
42114
42168
|
{
|
|
42115
42169
|
"description": "The horizontal border width of the Grid group footer.\n",
|
|
42116
42170
|
"commentRange": {
|
|
42117
|
-
"start":
|
|
42118
|
-
"end":
|
|
42171
|
+
"start": 374,
|
|
42172
|
+
"end": 375
|
|
42119
42173
|
},
|
|
42120
42174
|
"context": {
|
|
42121
42175
|
"type": "variable",
|
|
@@ -42123,8 +42177,8 @@
|
|
|
42123
42177
|
"value": "var( --kendo-grid-group-footer-border-width-y, 1px )",
|
|
42124
42178
|
"scope": "default",
|
|
42125
42179
|
"line": {
|
|
42126
|
-
"start":
|
|
42127
|
-
"end":
|
|
42180
|
+
"start": 376,
|
|
42181
|
+
"end": 376
|
|
42128
42182
|
}
|
|
42129
42183
|
},
|
|
42130
42184
|
"group": [
|
|
@@ -42141,8 +42195,8 @@
|
|
|
42141
42195
|
{
|
|
42142
42196
|
"description": "The vertical border width of the Grid group footer.\n",
|
|
42143
42197
|
"commentRange": {
|
|
42144
|
-
"start":
|
|
42145
|
-
"end":
|
|
42198
|
+
"start": 377,
|
|
42199
|
+
"end": 378
|
|
42146
42200
|
},
|
|
42147
42201
|
"context": {
|
|
42148
42202
|
"type": "variable",
|
|
@@ -42150,8 +42204,8 @@
|
|
|
42150
42204
|
"value": "var( --kendo-grid-group-footer-border-width-x, 0px )",
|
|
42151
42205
|
"scope": "default",
|
|
42152
42206
|
"line": {
|
|
42153
|
-
"start":
|
|
42154
|
-
"end":
|
|
42207
|
+
"start": 379,
|
|
42208
|
+
"end": 379
|
|
42155
42209
|
}
|
|
42156
42210
|
},
|
|
42157
42211
|
"group": [
|
|
@@ -42168,8 +42222,8 @@
|
|
|
42168
42222
|
{
|
|
42169
42223
|
"description": "The text color of the Grid group drop clue.\n",
|
|
42170
42224
|
"commentRange": {
|
|
42171
|
-
"start":
|
|
42172
|
-
"end":
|
|
42225
|
+
"start": 381,
|
|
42226
|
+
"end": 382
|
|
42173
42227
|
},
|
|
42174
42228
|
"context": {
|
|
42175
42229
|
"type": "variable",
|
|
@@ -42177,8 +42231,8 @@
|
|
|
42177
42231
|
"value": "var( --kendo-grid-group-drop-hint-bg, #{k-color(primary)} )",
|
|
42178
42232
|
"scope": "default",
|
|
42179
42233
|
"line": {
|
|
42180
|
-
"start":
|
|
42181
|
-
"end":
|
|
42234
|
+
"start": 383,
|
|
42235
|
+
"end": 383
|
|
42182
42236
|
}
|
|
42183
42237
|
},
|
|
42184
42238
|
"group": [
|
|
@@ -42195,8 +42249,8 @@
|
|
|
42195
42249
|
{
|
|
42196
42250
|
"description": "The border width of the Grid sticky cell.\n",
|
|
42197
42251
|
"commentRange": {
|
|
42198
|
-
"start":
|
|
42199
|
-
"end":
|
|
42252
|
+
"start": 385,
|
|
42253
|
+
"end": 386
|
|
42200
42254
|
},
|
|
42201
42255
|
"context": {
|
|
42202
42256
|
"type": "variable",
|
|
@@ -42204,8 +42258,8 @@
|
|
|
42204
42258
|
"value": "var( --kendo-grid-sticky-cell-border-width, #{$kendo-grid-border-width} )",
|
|
42205
42259
|
"scope": "default",
|
|
42206
42260
|
"line": {
|
|
42207
|
-
"start":
|
|
42208
|
-
"end":
|
|
42261
|
+
"start": 387,
|
|
42262
|
+
"end": 387
|
|
42209
42263
|
}
|
|
42210
42264
|
},
|
|
42211
42265
|
"group": [
|
|
@@ -42222,8 +42276,8 @@
|
|
|
42222
42276
|
{
|
|
42223
42277
|
"description": "The background color of the Grid sticky cell.\n",
|
|
42224
42278
|
"commentRange": {
|
|
42225
|
-
"start":
|
|
42226
|
-
"end":
|
|
42279
|
+
"start": 388,
|
|
42280
|
+
"end": 389
|
|
42227
42281
|
},
|
|
42228
42282
|
"context": {
|
|
42229
42283
|
"type": "variable",
|
|
@@ -42231,8 +42285,8 @@
|
|
|
42231
42285
|
"value": "var( --kendo-grid-sticky-bg, #{k-color(surface-alt)} )",
|
|
42232
42286
|
"scope": "default",
|
|
42233
42287
|
"line": {
|
|
42234
|
-
"start":
|
|
42235
|
-
"end":
|
|
42288
|
+
"start": 390,
|
|
42289
|
+
"end": 390
|
|
42236
42290
|
}
|
|
42237
42291
|
},
|
|
42238
42292
|
"group": [
|
|
@@ -42249,8 +42303,8 @@
|
|
|
42249
42303
|
{
|
|
42250
42304
|
"description": "The border color of the Grid sticky cell.\n",
|
|
42251
42305
|
"commentRange": {
|
|
42252
|
-
"start":
|
|
42253
|
-
"end":
|
|
42306
|
+
"start": 392,
|
|
42307
|
+
"end": 393
|
|
42254
42308
|
},
|
|
42255
42309
|
"context": {
|
|
42256
42310
|
"type": "variable",
|
|
@@ -42258,8 +42312,8 @@
|
|
|
42258
42312
|
"value": "var( --kendo-grid-sticky-border, color-mix(in srgb, #{k-color(border)} 80%, transparent) )",
|
|
42259
42313
|
"scope": "default",
|
|
42260
42314
|
"line": {
|
|
42261
|
-
"start":
|
|
42262
|
-
"end":
|
|
42315
|
+
"start": 394,
|
|
42316
|
+
"end": 394
|
|
42263
42317
|
}
|
|
42264
42318
|
},
|
|
42265
42319
|
"group": [
|
|
@@ -42276,8 +42330,8 @@
|
|
|
42276
42330
|
{
|
|
42277
42331
|
"description": "The alt background color of the Grid sticky cell.\n",
|
|
42278
42332
|
"commentRange": {
|
|
42279
|
-
"start":
|
|
42280
|
-
"end":
|
|
42333
|
+
"start": 395,
|
|
42334
|
+
"end": 396
|
|
42281
42335
|
},
|
|
42282
42336
|
"context": {
|
|
42283
42337
|
"type": "variable",
|
|
@@ -42285,8 +42339,8 @@
|
|
|
42285
42339
|
"value": "var( --kendo-grid-sticky-alt-bg, #{$kendo-grid-sticky-bg} )",
|
|
42286
42340
|
"scope": "default",
|
|
42287
42341
|
"line": {
|
|
42288
|
-
"start":
|
|
42289
|
-
"end":
|
|
42342
|
+
"start": 397,
|
|
42343
|
+
"end": 397
|
|
42290
42344
|
}
|
|
42291
42345
|
},
|
|
42292
42346
|
"group": [
|
|
@@ -42303,8 +42357,8 @@
|
|
|
42303
42357
|
{
|
|
42304
42358
|
"description": "The background color of the Grid sticky cell.\n",
|
|
42305
42359
|
"commentRange": {
|
|
42306
|
-
"start":
|
|
42307
|
-
"end":
|
|
42360
|
+
"start": 398,
|
|
42361
|
+
"end": 399
|
|
42308
42362
|
},
|
|
42309
42363
|
"context": {
|
|
42310
42364
|
"type": "variable",
|
|
@@ -42312,8 +42366,8 @@
|
|
|
42312
42366
|
"value": "var( --kendo-grid-sticky-hover-bg, k-color(base-hover) )",
|
|
42313
42367
|
"scope": "default",
|
|
42314
42368
|
"line": {
|
|
42315
|
-
"start":
|
|
42316
|
-
"end":
|
|
42369
|
+
"start": 400,
|
|
42370
|
+
"end": 400
|
|
42317
42371
|
}
|
|
42318
42372
|
},
|
|
42319
42373
|
"group": [
|
|
@@ -42330,8 +42384,8 @@
|
|
|
42330
42384
|
{
|
|
42331
42385
|
"description": "The background color of the Grid sticky header.\n",
|
|
42332
42386
|
"commentRange": {
|
|
42333
|
-
"start":
|
|
42334
|
-
"end":
|
|
42387
|
+
"start": 402,
|
|
42388
|
+
"end": 403
|
|
42335
42389
|
},
|
|
42336
42390
|
"context": {
|
|
42337
42391
|
"type": "variable",
|
|
@@ -42339,8 +42393,8 @@
|
|
|
42339
42393
|
"value": "var( --kendo-grid-sticky-header-bg, #{$kendo-grid-header-bg} )",
|
|
42340
42394
|
"scope": "default",
|
|
42341
42395
|
"line": {
|
|
42342
|
-
"start":
|
|
42343
|
-
"end":
|
|
42396
|
+
"start": 404,
|
|
42397
|
+
"end": 404
|
|
42344
42398
|
}
|
|
42345
42399
|
},
|
|
42346
42400
|
"group": [
|
|
@@ -42357,8 +42411,8 @@
|
|
|
42357
42411
|
{
|
|
42358
42412
|
"description": "The text color of the Grid sticky header.\n",
|
|
42359
42413
|
"commentRange": {
|
|
42360
|
-
"start":
|
|
42361
|
-
"end":
|
|
42414
|
+
"start": 405,
|
|
42415
|
+
"end": 406
|
|
42362
42416
|
},
|
|
42363
42417
|
"context": {
|
|
42364
42418
|
"type": "variable",
|
|
@@ -42366,8 +42420,8 @@
|
|
|
42366
42420
|
"value": "var( --kendo-grid-sticky-header-text, #{$kendo-grid-header-text} )",
|
|
42367
42421
|
"scope": "default",
|
|
42368
42422
|
"line": {
|
|
42369
|
-
"start":
|
|
42370
|
-
"end":
|
|
42423
|
+
"start": 407,
|
|
42424
|
+
"end": 407
|
|
42371
42425
|
}
|
|
42372
42426
|
},
|
|
42373
42427
|
"group": [
|
|
@@ -42384,8 +42438,8 @@
|
|
|
42384
42438
|
{
|
|
42385
42439
|
"description": "The border color of the Grid sticky header.\n",
|
|
42386
42440
|
"commentRange": {
|
|
42387
|
-
"start":
|
|
42388
|
-
"end":
|
|
42441
|
+
"start": 408,
|
|
42442
|
+
"end": 409
|
|
42389
42443
|
},
|
|
42390
42444
|
"context": {
|
|
42391
42445
|
"type": "variable",
|
|
@@ -42393,8 +42447,8 @@
|
|
|
42393
42447
|
"value": "var( --kendo-grid-sticky-header-border, #{$kendo-grid-sticky-border} )",
|
|
42394
42448
|
"scope": "default",
|
|
42395
42449
|
"line": {
|
|
42396
|
-
"start":
|
|
42397
|
-
"end":
|
|
42450
|
+
"start": 410,
|
|
42451
|
+
"end": 410
|
|
42398
42452
|
}
|
|
42399
42453
|
},
|
|
42400
42454
|
"group": [
|
|
@@ -42411,8 +42465,8 @@
|
|
|
42411
42465
|
{
|
|
42412
42466
|
"description": "The background color of the Grid sticky footer.\n",
|
|
42413
42467
|
"commentRange": {
|
|
42414
|
-
"start":
|
|
42415
|
-
"end":
|
|
42468
|
+
"start": 412,
|
|
42469
|
+
"end": 413
|
|
42416
42470
|
},
|
|
42417
42471
|
"context": {
|
|
42418
42472
|
"type": "variable",
|
|
@@ -42420,8 +42474,8 @@
|
|
|
42420
42474
|
"value": "var( --kendo-grid-sticky-footer-bg, #{$kendo-grid-header-bg} )",
|
|
42421
42475
|
"scope": "default",
|
|
42422
42476
|
"line": {
|
|
42423
|
-
"start":
|
|
42424
|
-
"end":
|
|
42477
|
+
"start": 414,
|
|
42478
|
+
"end": 414
|
|
42425
42479
|
}
|
|
42426
42480
|
},
|
|
42427
42481
|
"group": [
|
|
@@ -42438,8 +42492,8 @@
|
|
|
42438
42492
|
{
|
|
42439
42493
|
"description": "The box shadow of the sticky container in the Grid.\n",
|
|
42440
42494
|
"commentRange": {
|
|
42441
|
-
"start":
|
|
42442
|
-
"end":
|
|
42495
|
+
"start": 416,
|
|
42496
|
+
"end": 417
|
|
42443
42497
|
},
|
|
42444
42498
|
"context": {
|
|
42445
42499
|
"type": "variable",
|
|
@@ -42447,8 +42501,8 @@
|
|
|
42447
42501
|
"value": "0 2px 4px 0 rgba(0, 0, 0, 0.08)",
|
|
42448
42502
|
"scope": "default",
|
|
42449
42503
|
"line": {
|
|
42450
|
-
"start":
|
|
42451
|
-
"end":
|
|
42504
|
+
"start": 418,
|
|
42505
|
+
"end": 418
|
|
42452
42506
|
}
|
|
42453
42507
|
},
|
|
42454
42508
|
"group": [
|
|
@@ -42465,8 +42519,8 @@
|
|
|
42465
42519
|
{
|
|
42466
42520
|
"description": "The box shadow of the sticky container positioned at the bottom in the Grid.\n",
|
|
42467
42521
|
"commentRange": {
|
|
42468
|
-
"start":
|
|
42469
|
-
"end":
|
|
42522
|
+
"start": 419,
|
|
42523
|
+
"end": 420
|
|
42470
42524
|
},
|
|
42471
42525
|
"context": {
|
|
42472
42526
|
"type": "variable",
|
|
@@ -42474,8 +42528,8 @@
|
|
|
42474
42528
|
"value": "0 -2px 4px 0 rgba(0, 0, 0, 0.08)",
|
|
42475
42529
|
"scope": "default",
|
|
42476
42530
|
"line": {
|
|
42477
|
-
"start":
|
|
42478
|
-
"end":
|
|
42531
|
+
"start": 421,
|
|
42532
|
+
"end": 421
|
|
42479
42533
|
}
|
|
42480
42534
|
},
|
|
42481
42535
|
"group": [
|
|
@@ -42492,8 +42546,8 @@
|
|
|
42492
42546
|
{
|
|
42493
42547
|
"description": "The box shadow of the pinned container in the Grid.\n",
|
|
42494
42548
|
"commentRange": {
|
|
42495
|
-
"start":
|
|
42496
|
-
"end":
|
|
42549
|
+
"start": 423,
|
|
42550
|
+
"end": 424
|
|
42497
42551
|
},
|
|
42498
42552
|
"context": {
|
|
42499
42553
|
"type": "variable",
|
|
@@ -42501,8 +42555,8 @@
|
|
|
42501
42555
|
"value": "0 4px 8px 0 rgba(0, 0, 0, 0.08)",
|
|
42502
42556
|
"scope": "default",
|
|
42503
42557
|
"line": {
|
|
42504
|
-
"start":
|
|
42505
|
-
"end":
|
|
42558
|
+
"start": 425,
|
|
42559
|
+
"end": 425
|
|
42506
42560
|
}
|
|
42507
42561
|
},
|
|
42508
42562
|
"group": [
|
|
@@ -42519,8 +42573,8 @@
|
|
|
42519
42573
|
{
|
|
42520
42574
|
"description": "The box shadow of the pinned container positioned at the bottom in the Grid.\n",
|
|
42521
42575
|
"commentRange": {
|
|
42522
|
-
"start":
|
|
42523
|
-
"end":
|
|
42576
|
+
"start": 426,
|
|
42577
|
+
"end": 427
|
|
42524
42578
|
},
|
|
42525
42579
|
"context": {
|
|
42526
42580
|
"type": "variable",
|
|
@@ -42528,8 +42582,8 @@
|
|
|
42528
42582
|
"value": "0 -4px 8px 0 rgba(0, 0, 0, 0.08)",
|
|
42529
42583
|
"scope": "default",
|
|
42530
42584
|
"line": {
|
|
42531
|
-
"start":
|
|
42532
|
-
"end":
|
|
42585
|
+
"start": 428,
|
|
42586
|
+
"end": 428
|
|
42533
42587
|
}
|
|
42534
42588
|
},
|
|
42535
42589
|
"group": [
|
|
@@ -42546,8 +42600,8 @@
|
|
|
42546
42600
|
{
|
|
42547
42601
|
"description": "The horizontal padding of the Grid filter menu container.\n",
|
|
42548
42602
|
"commentRange": {
|
|
42549
|
-
"start":
|
|
42550
|
-
"end":
|
|
42603
|
+
"start": 430,
|
|
42604
|
+
"end": 431
|
|
42551
42605
|
},
|
|
42552
42606
|
"context": {
|
|
42553
42607
|
"type": "variable",
|
|
@@ -42555,8 +42609,8 @@
|
|
|
42555
42609
|
"value": "var( --kendo-filter-menu-container-padding-y, #{k-spacing(3)} )",
|
|
42556
42610
|
"scope": "default",
|
|
42557
42611
|
"line": {
|
|
42558
|
-
"start":
|
|
42559
|
-
"end":
|
|
42612
|
+
"start": 432,
|
|
42613
|
+
"end": 432
|
|
42560
42614
|
}
|
|
42561
42615
|
},
|
|
42562
42616
|
"group": [
|
|
@@ -42573,8 +42627,8 @@
|
|
|
42573
42627
|
{
|
|
42574
42628
|
"description": "The vertical padding of the Grid filter menu container.\n",
|
|
42575
42629
|
"commentRange": {
|
|
42576
|
-
"start":
|
|
42577
|
-
"end":
|
|
42630
|
+
"start": 433,
|
|
42631
|
+
"end": 434
|
|
42578
42632
|
},
|
|
42579
42633
|
"context": {
|
|
42580
42634
|
"type": "variable",
|
|
@@ -42582,8 +42636,8 @@
|
|
|
42582
42636
|
"value": "var( --kendo-filter-menu-container-padding-x, #{k-spacing(3)} )",
|
|
42583
42637
|
"scope": "default",
|
|
42584
42638
|
"line": {
|
|
42585
|
-
"start":
|
|
42586
|
-
"end":
|
|
42639
|
+
"start": 435,
|
|
42640
|
+
"end": 435
|
|
42587
42641
|
}
|
|
42588
42642
|
},
|
|
42589
42643
|
"group": [
|
|
@@ -42600,8 +42654,8 @@
|
|
|
42600
42654
|
{
|
|
42601
42655
|
"description": "The default width of the Grid column menu.\n",
|
|
42602
42656
|
"commentRange": {
|
|
42603
|
-
"start":
|
|
42604
|
-
"end":
|
|
42657
|
+
"start": 437,
|
|
42658
|
+
"end": 438
|
|
42605
42659
|
},
|
|
42606
42660
|
"context": {
|
|
42607
42661
|
"type": "variable",
|
|
@@ -42609,8 +42663,8 @@
|
|
|
42609
42663
|
"value": "var( --kendo-grid-column-menu-width, 230px )",
|
|
42610
42664
|
"scope": "default",
|
|
42611
42665
|
"line": {
|
|
42612
|
-
"start":
|
|
42613
|
-
"end":
|
|
42666
|
+
"start": 439,
|
|
42667
|
+
"end": 439
|
|
42614
42668
|
}
|
|
42615
42669
|
},
|
|
42616
42670
|
"group": [
|
|
@@ -42627,8 +42681,8 @@
|
|
|
42627
42681
|
{
|
|
42628
42682
|
"description": "The max width of the Grid column menu.\n",
|
|
42629
42683
|
"commentRange": {
|
|
42630
|
-
"start":
|
|
42631
|
-
"end":
|
|
42684
|
+
"start": 440,
|
|
42685
|
+
"end": 441
|
|
42632
42686
|
},
|
|
42633
42687
|
"context": {
|
|
42634
42688
|
"type": "variable",
|
|
@@ -42636,8 +42690,8 @@
|
|
|
42636
42690
|
"value": "var( --kendo-grid-column-menu-max-width, 320px )",
|
|
42637
42691
|
"scope": "default",
|
|
42638
42692
|
"line": {
|
|
42639
|
-
"start":
|
|
42640
|
-
"end":
|
|
42693
|
+
"start": 442,
|
|
42694
|
+
"end": 442
|
|
42641
42695
|
}
|
|
42642
42696
|
},
|
|
42643
42697
|
"group": [
|
|
@@ -42654,8 +42708,8 @@
|
|
|
42654
42708
|
{
|
|
42655
42709
|
"description": "The spacing of the Grid column menu.\n",
|
|
42656
42710
|
"commentRange": {
|
|
42657
|
-
"start":
|
|
42658
|
-
"end":
|
|
42711
|
+
"start": 443,
|
|
42712
|
+
"end": 444
|
|
42659
42713
|
},
|
|
42660
42714
|
"context": {
|
|
42661
42715
|
"type": "variable",
|
|
@@ -42663,8 +42717,8 @@
|
|
|
42663
42717
|
"value": "var( --kendo-grid-column-menu-spacing, #{k-spacing(2)} )",
|
|
42664
42718
|
"scope": "default",
|
|
42665
42719
|
"line": {
|
|
42666
|
-
"start":
|
|
42667
|
-
"end":
|
|
42720
|
+
"start": 445,
|
|
42721
|
+
"end": 445
|
|
42668
42722
|
}
|
|
42669
42723
|
},
|
|
42670
42724
|
"group": [
|
|
@@ -42681,8 +42735,8 @@
|
|
|
42681
42735
|
{
|
|
42682
42736
|
"description": "The focus shadow of the Grid column menu.\n",
|
|
42683
42737
|
"commentRange": {
|
|
42684
|
-
"start":
|
|
42685
|
-
"end":
|
|
42738
|
+
"start": 446,
|
|
42739
|
+
"end": 447
|
|
42686
42740
|
},
|
|
42687
42741
|
"context": {
|
|
42688
42742
|
"type": "variable",
|
|
@@ -42690,8 +42744,8 @@
|
|
|
42690
42744
|
"value": "var( --kendo-grid-column-menu-shadow, k-elevation(4) )",
|
|
42691
42745
|
"scope": "default",
|
|
42692
42746
|
"line": {
|
|
42693
|
-
"start":
|
|
42694
|
-
"end":
|
|
42747
|
+
"start": 448,
|
|
42748
|
+
"end": 448
|
|
42695
42749
|
}
|
|
42696
42750
|
},
|
|
42697
42751
|
"group": [
|
|
@@ -42708,8 +42762,8 @@
|
|
|
42708
42762
|
{
|
|
42709
42763
|
"description": "The background color of the Grid column menu.\n",
|
|
42710
42764
|
"commentRange": {
|
|
42711
|
-
"start":
|
|
42712
|
-
"end":
|
|
42765
|
+
"start": 449,
|
|
42766
|
+
"end": 450
|
|
42713
42767
|
},
|
|
42714
42768
|
"context": {
|
|
42715
42769
|
"type": "variable",
|
|
@@ -42717,8 +42771,8 @@
|
|
|
42717
42771
|
"value": "var( --kendo-grid-column-menu-bg, #{k-color(surface-alt)} )",
|
|
42718
42772
|
"scope": "default",
|
|
42719
42773
|
"line": {
|
|
42720
|
-
"start":
|
|
42721
|
-
"end":
|
|
42774
|
+
"start": 451,
|
|
42775
|
+
"end": 451
|
|
42722
42776
|
}
|
|
42723
42777
|
},
|
|
42724
42778
|
"group": [
|
|
@@ -42735,8 +42789,8 @@
|
|
|
42735
42789
|
{
|
|
42736
42790
|
"description": "The text color of the Grid column menu.\n",
|
|
42737
42791
|
"commentRange": {
|
|
42738
|
-
"start":
|
|
42739
|
-
"end":
|
|
42792
|
+
"start": 452,
|
|
42793
|
+
"end": 453
|
|
42740
42794
|
},
|
|
42741
42795
|
"context": {
|
|
42742
42796
|
"type": "variable",
|
|
@@ -42744,8 +42798,8 @@
|
|
|
42744
42798
|
"value": "var( --kendo-grid-column-menu-text, #{k-color(on-app-surface)} )",
|
|
42745
42799
|
"scope": "default",
|
|
42746
42800
|
"line": {
|
|
42747
|
-
"start":
|
|
42748
|
-
"end":
|
|
42801
|
+
"start": 454,
|
|
42802
|
+
"end": 454
|
|
42749
42803
|
}
|
|
42750
42804
|
},
|
|
42751
42805
|
"group": [
|
|
@@ -42762,8 +42816,8 @@
|
|
|
42762
42816
|
{
|
|
42763
42817
|
"description": "The border color of the Grid column menu.\n",
|
|
42764
42818
|
"commentRange": {
|
|
42765
|
-
"start":
|
|
42766
|
-
"end":
|
|
42819
|
+
"start": 455,
|
|
42820
|
+
"end": 456
|
|
42767
42821
|
},
|
|
42768
42822
|
"context": {
|
|
42769
42823
|
"type": "variable",
|
|
@@ -42771,8 +42825,8 @@
|
|
|
42771
42825
|
"value": "var( --kendo-grid-column-menu-border, color-mix(in srgb, #{k-color(border)} 16%, transparent) )",
|
|
42772
42826
|
"scope": "default",
|
|
42773
42827
|
"line": {
|
|
42774
|
-
"start":
|
|
42775
|
-
"end":
|
|
42828
|
+
"start": 457,
|
|
42829
|
+
"end": 457
|
|
42776
42830
|
}
|
|
42777
42831
|
},
|
|
42778
42832
|
"group": [
|
|
@@ -42789,8 +42843,8 @@
|
|
|
42789
42843
|
{
|
|
42790
42844
|
"description": "The font size of the Grid column menu checkbox container.\n",
|
|
42791
42845
|
"commentRange": {
|
|
42792
|
-
"start":
|
|
42793
|
-
"end":
|
|
42846
|
+
"start": 459,
|
|
42847
|
+
"end": 460
|
|
42794
42848
|
},
|
|
42795
42849
|
"context": {
|
|
42796
42850
|
"type": "variable",
|
|
@@ -42798,8 +42852,8 @@
|
|
|
42798
42852
|
"value": "var( --kendo-grid-column-menu-multicheck-font-size, #{$kendo-list-md-font-size} )",
|
|
42799
42853
|
"scope": "default",
|
|
42800
42854
|
"line": {
|
|
42801
|
-
"start":
|
|
42802
|
-
"end":
|
|
42855
|
+
"start": 461,
|
|
42856
|
+
"end": 461
|
|
42803
42857
|
}
|
|
42804
42858
|
},
|
|
42805
42859
|
"group": [
|
|
@@ -42816,8 +42870,8 @@
|
|
|
42816
42870
|
{
|
|
42817
42871
|
"description": "The line height of the Grid column menu checkbox container.\n",
|
|
42818
42872
|
"commentRange": {
|
|
42819
|
-
"start":
|
|
42820
|
-
"end":
|
|
42873
|
+
"start": 462,
|
|
42874
|
+
"end": 463
|
|
42821
42875
|
},
|
|
42822
42876
|
"context": {
|
|
42823
42877
|
"type": "variable",
|
|
@@ -42825,8 +42879,8 @@
|
|
|
42825
42879
|
"value": "var( --kendo-grid-column-menu-multicheck-line-height, #{$kendo-list-md-line-height} )",
|
|
42826
42880
|
"scope": "default",
|
|
42827
42881
|
"line": {
|
|
42828
|
-
"start":
|
|
42829
|
-
"end":
|
|
42882
|
+
"start": 464,
|
|
42883
|
+
"end": 464
|
|
42830
42884
|
}
|
|
42831
42885
|
},
|
|
42832
42886
|
"group": [
|
|
@@ -42843,8 +42897,8 @@
|
|
|
42843
42897
|
{
|
|
42844
42898
|
"description": "The vertical padding of the Grid column menu items wrap.\n",
|
|
42845
42899
|
"commentRange": {
|
|
42846
|
-
"start":
|
|
42847
|
-
"end":
|
|
42900
|
+
"start": 466,
|
|
42901
|
+
"end": 467
|
|
42848
42902
|
},
|
|
42849
42903
|
"context": {
|
|
42850
42904
|
"type": "variable",
|
|
@@ -42852,8 +42906,8 @@
|
|
|
42852
42906
|
"value": "var( --kendo-grid-column-menu-items-wrap-padding-y, #{k-spacing(2)} )",
|
|
42853
42907
|
"scope": "default",
|
|
42854
42908
|
"line": {
|
|
42855
|
-
"start":
|
|
42856
|
-
"end":
|
|
42909
|
+
"start": 468,
|
|
42910
|
+
"end": 468
|
|
42857
42911
|
}
|
|
42858
42912
|
},
|
|
42859
42913
|
"group": [
|
|
@@ -42870,8 +42924,8 @@
|
|
|
42870
42924
|
{
|
|
42871
42925
|
"description": "The horizontal padding of the Grid column menu items wrap.\n",
|
|
42872
42926
|
"commentRange": {
|
|
42873
|
-
"start":
|
|
42874
|
-
"end":
|
|
42927
|
+
"start": 469,
|
|
42928
|
+
"end": 470
|
|
42875
42929
|
},
|
|
42876
42930
|
"context": {
|
|
42877
42931
|
"type": "variable",
|
|
@@ -42879,8 +42933,8 @@
|
|
|
42879
42933
|
"value": "var( --kendo-grid-column-menu-items-wrap-padding-x, #{k-spacing(2)} )",
|
|
42880
42934
|
"scope": "default",
|
|
42881
42935
|
"line": {
|
|
42882
|
-
"start":
|
|
42883
|
-
"end":
|
|
42936
|
+
"start": 471,
|
|
42937
|
+
"end": 471
|
|
42884
42938
|
}
|
|
42885
42939
|
},
|
|
42886
42940
|
"group": [
|
|
@@ -42897,8 +42951,8 @@
|
|
|
42897
42951
|
{
|
|
42898
42952
|
"description": "The horizontal padding of the Grid column menu item.\n",
|
|
42899
42953
|
"commentRange": {
|
|
42900
|
-
"start":
|
|
42901
|
-
"end":
|
|
42954
|
+
"start": 473,
|
|
42955
|
+
"end": 474
|
|
42902
42956
|
},
|
|
42903
42957
|
"context": {
|
|
42904
42958
|
"type": "variable",
|
|
@@ -42906,8 +42960,8 @@
|
|
|
42906
42960
|
"value": "var( --kendo-grid-column-menu-item-padding-y, #{$kendo-list-md-item-padding-y} )",
|
|
42907
42961
|
"scope": "default",
|
|
42908
42962
|
"line": {
|
|
42909
|
-
"start":
|
|
42910
|
-
"end":
|
|
42963
|
+
"start": 475,
|
|
42964
|
+
"end": 475
|
|
42911
42965
|
}
|
|
42912
42966
|
},
|
|
42913
42967
|
"group": [
|
|
@@ -42924,8 +42978,8 @@
|
|
|
42924
42978
|
{
|
|
42925
42979
|
"description": "The vertical padding of the Grid column menu item.\n",
|
|
42926
42980
|
"commentRange": {
|
|
42927
|
-
"start":
|
|
42928
|
-
"end":
|
|
42981
|
+
"start": 476,
|
|
42982
|
+
"end": 477
|
|
42929
42983
|
},
|
|
42930
42984
|
"context": {
|
|
42931
42985
|
"type": "variable",
|
|
@@ -42933,8 +42987,8 @@
|
|
|
42933
42987
|
"value": "var( --kendo-grid-column-menu-item-padding-x, #{$kendo-list-md-item-padding-x} )",
|
|
42934
42988
|
"scope": "default",
|
|
42935
42989
|
"line": {
|
|
42936
|
-
"start":
|
|
42937
|
-
"end":
|
|
42990
|
+
"start": 478,
|
|
42991
|
+
"end": 478
|
|
42938
42992
|
}
|
|
42939
42993
|
},
|
|
42940
42994
|
"group": [
|
|
@@ -42951,8 +43005,8 @@
|
|
|
42951
43005
|
{
|
|
42952
43006
|
"description": "The spacing of the Grid column menu item.\n",
|
|
42953
43007
|
"commentRange": {
|
|
42954
|
-
"start":
|
|
42955
|
-
"end":
|
|
43008
|
+
"start": 479,
|
|
43009
|
+
"end": 480
|
|
42956
43010
|
},
|
|
42957
43011
|
"context": {
|
|
42958
43012
|
"type": "variable",
|
|
@@ -42960,8 +43014,8 @@
|
|
|
42960
43014
|
"value": "var( --kendo-grid-column-menu-item-gap, #{$kendo-list-md-item-padding-x} )",
|
|
42961
43015
|
"scope": "default",
|
|
42962
43016
|
"line": {
|
|
42963
|
-
"start":
|
|
42964
|
-
"end":
|
|
43017
|
+
"start": 481,
|
|
43018
|
+
"end": 481
|
|
42965
43019
|
}
|
|
42966
43020
|
},
|
|
42967
43021
|
"group": [
|
|
@@ -42978,8 +43032,8 @@
|
|
|
42978
43032
|
{
|
|
42979
43033
|
"description": "The background color of the Grid column menu item.\n",
|
|
42980
43034
|
"commentRange": {
|
|
42981
|
-
"start":
|
|
42982
|
-
"end":
|
|
43035
|
+
"start": 482,
|
|
43036
|
+
"end": 483
|
|
42983
43037
|
},
|
|
42984
43038
|
"context": {
|
|
42985
43039
|
"type": "variable",
|
|
@@ -42987,8 +43041,8 @@
|
|
|
42987
43041
|
"value": "var( --kendo-grid-column-menu-item-bg, #{$kendo-list-item-bg} )",
|
|
42988
43042
|
"scope": "default",
|
|
42989
43043
|
"line": {
|
|
42990
|
-
"start":
|
|
42991
|
-
"end":
|
|
43044
|
+
"start": 484,
|
|
43045
|
+
"end": 484
|
|
42992
43046
|
}
|
|
42993
43047
|
},
|
|
42994
43048
|
"group": [
|
|
@@ -43005,8 +43059,8 @@
|
|
|
43005
43059
|
{
|
|
43006
43060
|
"description": "The text color of the Grid column menu item.\n",
|
|
43007
43061
|
"commentRange": {
|
|
43008
|
-
"start":
|
|
43009
|
-
"end":
|
|
43062
|
+
"start": 485,
|
|
43063
|
+
"end": 486
|
|
43010
43064
|
},
|
|
43011
43065
|
"context": {
|
|
43012
43066
|
"type": "variable",
|
|
@@ -43014,8 +43068,8 @@
|
|
|
43014
43068
|
"value": "var( --kendo-grid-column-menu-item-text, #{$kendo-list-item-text} )",
|
|
43015
43069
|
"scope": "default",
|
|
43016
43070
|
"line": {
|
|
43017
|
-
"start":
|
|
43018
|
-
"end":
|
|
43071
|
+
"start": 487,
|
|
43072
|
+
"end": 487
|
|
43019
43073
|
}
|
|
43020
43074
|
},
|
|
43021
43075
|
"group": [
|
|
@@ -43032,8 +43086,8 @@
|
|
|
43032
43086
|
{
|
|
43033
43087
|
"description": "The text color of the Grid column menu item icon.\n",
|
|
43034
43088
|
"commentRange": {
|
|
43035
|
-
"start":
|
|
43036
|
-
"end":
|
|
43089
|
+
"start": 489,
|
|
43090
|
+
"end": 490
|
|
43037
43091
|
},
|
|
43038
43092
|
"context": {
|
|
43039
43093
|
"type": "variable",
|
|
@@ -43041,8 +43095,8 @@
|
|
|
43041
43095
|
"value": "var( --kendo-grid-column-menu-item-icon-text, #{$kendo-list-item-icon-text} )",
|
|
43042
43096
|
"scope": "default",
|
|
43043
43097
|
"line": {
|
|
43044
|
-
"start":
|
|
43045
|
-
"end":
|
|
43098
|
+
"start": 491,
|
|
43099
|
+
"end": 491
|
|
43046
43100
|
}
|
|
43047
43101
|
},
|
|
43048
43102
|
"group": [
|
|
@@ -43059,8 +43113,8 @@
|
|
|
43059
43113
|
{
|
|
43060
43114
|
"description": "The vertical padding of the Grid column menu group header.\n",
|
|
43061
43115
|
"commentRange": {
|
|
43062
|
-
"start":
|
|
43063
|
-
"end":
|
|
43116
|
+
"start": 493,
|
|
43117
|
+
"end": 494
|
|
43064
43118
|
},
|
|
43065
43119
|
"context": {
|
|
43066
43120
|
"type": "variable",
|
|
@@ -43068,8 +43122,8 @@
|
|
|
43068
43122
|
"value": "var( --kendo-grid-column-menu-group-header-padding-y, #{$kendo-grid-column-menu-item-padding-y} )",
|
|
43069
43123
|
"scope": "default",
|
|
43070
43124
|
"line": {
|
|
43071
|
-
"start":
|
|
43072
|
-
"end":
|
|
43125
|
+
"start": 495,
|
|
43126
|
+
"end": 495
|
|
43073
43127
|
}
|
|
43074
43128
|
},
|
|
43075
43129
|
"group": [
|
|
@@ -43086,8 +43140,8 @@
|
|
|
43086
43140
|
{
|
|
43087
43141
|
"description": "The horizontal padding of the Grid column menu group header.\n",
|
|
43088
43142
|
"commentRange": {
|
|
43089
|
-
"start":
|
|
43090
|
-
"end":
|
|
43143
|
+
"start": 496,
|
|
43144
|
+
"end": 497
|
|
43091
43145
|
},
|
|
43092
43146
|
"context": {
|
|
43093
43147
|
"type": "variable",
|
|
@@ -43095,8 +43149,8 @@
|
|
|
43095
43149
|
"value": "var( --kendo-grid-column-menu-group-header-padding-x, #{$kendo-grid-column-menu-item-padding-x} )",
|
|
43096
43150
|
"scope": "default",
|
|
43097
43151
|
"line": {
|
|
43098
|
-
"start":
|
|
43099
|
-
"end":
|
|
43152
|
+
"start": 498,
|
|
43153
|
+
"end": 498
|
|
43100
43154
|
}
|
|
43101
43155
|
},
|
|
43102
43156
|
"group": [
|
|
@@ -43113,8 +43167,8 @@
|
|
|
43113
43167
|
{
|
|
43114
43168
|
"description": "The border width of the Grid column menu group header.\n",
|
|
43115
43169
|
"commentRange": {
|
|
43116
|
-
"start":
|
|
43117
|
-
"end":
|
|
43170
|
+
"start": 499,
|
|
43171
|
+
"end": 500
|
|
43118
43172
|
},
|
|
43119
43173
|
"context": {
|
|
43120
43174
|
"type": "variable",
|
|
@@ -43122,8 +43176,8 @@
|
|
|
43122
43176
|
"value": "var( --kendo-grid-column-menu-group-header-border-width, 1px )",
|
|
43123
43177
|
"scope": "default",
|
|
43124
43178
|
"line": {
|
|
43125
|
-
"start":
|
|
43126
|
-
"end":
|
|
43179
|
+
"start": 501,
|
|
43180
|
+
"end": 501
|
|
43127
43181
|
}
|
|
43128
43182
|
},
|
|
43129
43183
|
"group": [
|
|
@@ -43140,8 +43194,8 @@
|
|
|
43140
43194
|
{
|
|
43141
43195
|
"description": "The border style of the Grid column menu group header.\n",
|
|
43142
43196
|
"commentRange": {
|
|
43143
|
-
"start":
|
|
43144
|
-
"end":
|
|
43197
|
+
"start": 502,
|
|
43198
|
+
"end": 503
|
|
43145
43199
|
},
|
|
43146
43200
|
"context": {
|
|
43147
43201
|
"type": "variable",
|
|
@@ -43149,8 +43203,8 @@
|
|
|
43149
43203
|
"value": "var( --kendo-grid-column-menu-group-header-border-style, solid )",
|
|
43150
43204
|
"scope": "default",
|
|
43151
43205
|
"line": {
|
|
43152
|
-
"start":
|
|
43153
|
-
"end":
|
|
43206
|
+
"start": 504,
|
|
43207
|
+
"end": 504
|
|
43154
43208
|
}
|
|
43155
43209
|
},
|
|
43156
43210
|
"group": [
|
|
@@ -43167,8 +43221,8 @@
|
|
|
43167
43221
|
{
|
|
43168
43222
|
"description": "The font size of the Grid column menu group header.\n",
|
|
43169
43223
|
"commentRange": {
|
|
43170
|
-
"start":
|
|
43171
|
-
"end":
|
|
43224
|
+
"start": 505,
|
|
43225
|
+
"end": 506
|
|
43172
43226
|
},
|
|
43173
43227
|
"context": {
|
|
43174
43228
|
"type": "variable",
|
|
@@ -43176,8 +43230,8 @@
|
|
|
43176
43230
|
"value": "var( --kendo-grid-column-menu-group-header-font-size, var(--kendo-font-size-sm) )",
|
|
43177
43231
|
"scope": "default",
|
|
43178
43232
|
"line": {
|
|
43179
|
-
"start":
|
|
43180
|
-
"end":
|
|
43233
|
+
"start": 507,
|
|
43234
|
+
"end": 507
|
|
43181
43235
|
}
|
|
43182
43236
|
},
|
|
43183
43237
|
"group": [
|
|
@@ -43194,8 +43248,8 @@
|
|
|
43194
43248
|
{
|
|
43195
43249
|
"description": "The font weight of the Grid column menu group header.\n",
|
|
43196
43250
|
"commentRange": {
|
|
43197
|
-
"start":
|
|
43198
|
-
"end":
|
|
43251
|
+
"start": 508,
|
|
43252
|
+
"end": 509
|
|
43199
43253
|
},
|
|
43200
43254
|
"context": {
|
|
43201
43255
|
"type": "variable",
|
|
@@ -43203,8 +43257,8 @@
|
|
|
43203
43257
|
"value": "var( --kendo-grid-column-menu-group-header-font-weight, var(--kendo-font-weight-bold) )",
|
|
43204
43258
|
"scope": "default",
|
|
43205
43259
|
"line": {
|
|
43206
|
-
"start":
|
|
43207
|
-
"end":
|
|
43260
|
+
"start": 510,
|
|
43261
|
+
"end": 510
|
|
43208
43262
|
}
|
|
43209
43263
|
},
|
|
43210
43264
|
"group": [
|
|
@@ -43221,8 +43275,8 @@
|
|
|
43221
43275
|
{
|
|
43222
43276
|
"description": "The mine height of the Grid column menu group header.\n",
|
|
43223
43277
|
"commentRange": {
|
|
43224
|
-
"start":
|
|
43225
|
-
"end":
|
|
43278
|
+
"start": 511,
|
|
43279
|
+
"end": 512
|
|
43226
43280
|
},
|
|
43227
43281
|
"context": {
|
|
43228
43282
|
"type": "variable",
|
|
@@ -43230,8 +43284,8 @@
|
|
|
43230
43284
|
"value": "var( --kendo-grid-column-menu-group-header-line-height, var(--kendo-line-height) )",
|
|
43231
43285
|
"scope": "default",
|
|
43232
43286
|
"line": {
|
|
43233
|
-
"start":
|
|
43234
|
-
"end":
|
|
43287
|
+
"start": 513,
|
|
43288
|
+
"end": 513
|
|
43235
43289
|
}
|
|
43236
43290
|
},
|
|
43237
43291
|
"group": [
|
|
@@ -43248,8 +43302,8 @@
|
|
|
43248
43302
|
{
|
|
43249
43303
|
"description": "The text transform of the Grid column menu group header.\n",
|
|
43250
43304
|
"commentRange": {
|
|
43251
|
-
"start":
|
|
43252
|
-
"end":
|
|
43305
|
+
"start": 514,
|
|
43306
|
+
"end": 515
|
|
43253
43307
|
},
|
|
43254
43308
|
"context": {
|
|
43255
43309
|
"type": "variable",
|
|
@@ -43257,8 +43311,8 @@
|
|
|
43257
43311
|
"value": "var( --kendo-grid-column-menu-group-header-text-transform, uppercase )",
|
|
43258
43312
|
"scope": "default",
|
|
43259
43313
|
"line": {
|
|
43260
|
-
"start":
|
|
43261
|
-
"end":
|
|
43314
|
+
"start": 516,
|
|
43315
|
+
"end": 516
|
|
43262
43316
|
}
|
|
43263
43317
|
},
|
|
43264
43318
|
"group": [
|
|
@@ -43275,8 +43329,8 @@
|
|
|
43275
43329
|
{
|
|
43276
43330
|
"description": "The background color of the Grid column menu group.\n",
|
|
43277
43331
|
"commentRange": {
|
|
43278
|
-
"start":
|
|
43279
|
-
"end":
|
|
43332
|
+
"start": 518,
|
|
43333
|
+
"end": 519
|
|
43280
43334
|
},
|
|
43281
43335
|
"context": {
|
|
43282
43336
|
"type": "variable",
|
|
@@ -43284,8 +43338,8 @@
|
|
|
43284
43338
|
"value": "var( --kendo-grid-column-menu-group-header-bg, #{k-color(surface-alt)} )",
|
|
43285
43339
|
"scope": "default",
|
|
43286
43340
|
"line": {
|
|
43287
|
-
"start":
|
|
43288
|
-
"end":
|
|
43341
|
+
"start": 520,
|
|
43342
|
+
"end": 520
|
|
43289
43343
|
}
|
|
43290
43344
|
},
|
|
43291
43345
|
"group": [
|
|
@@ -43302,8 +43356,8 @@
|
|
|
43302
43356
|
{
|
|
43303
43357
|
"description": "The text color of the Grid column menu group.\n",
|
|
43304
43358
|
"commentRange": {
|
|
43305
|
-
"start":
|
|
43306
|
-
"end":
|
|
43359
|
+
"start": 521,
|
|
43360
|
+
"end": 522
|
|
43307
43361
|
},
|
|
43308
43362
|
"context": {
|
|
43309
43363
|
"type": "variable",
|
|
@@ -43311,8 +43365,8 @@
|
|
|
43311
43365
|
"value": "var( --kendo-grid-column-menu-group-header-text, #{k-color(on-app-surface)} )",
|
|
43312
43366
|
"scope": "default",
|
|
43313
43367
|
"line": {
|
|
43314
|
-
"start":
|
|
43315
|
-
"end":
|
|
43368
|
+
"start": 523,
|
|
43369
|
+
"end": 523
|
|
43316
43370
|
}
|
|
43317
43371
|
},
|
|
43318
43372
|
"group": [
|
|
@@ -43329,8 +43383,8 @@
|
|
|
43329
43383
|
{
|
|
43330
43384
|
"description": "The border color of the Grid column menu group.\n",
|
|
43331
43385
|
"commentRange": {
|
|
43332
|
-
"start":
|
|
43333
|
-
"end":
|
|
43386
|
+
"start": 524,
|
|
43387
|
+
"end": 525
|
|
43334
43388
|
},
|
|
43335
43389
|
"context": {
|
|
43336
43390
|
"type": "variable",
|
|
@@ -43338,8 +43392,8 @@
|
|
|
43338
43392
|
"value": "var( --kendo-grid-column-menu-group-header-border, color-mix(in srgb, #{k-color(border)} 16%, transparent) )",
|
|
43339
43393
|
"scope": "default",
|
|
43340
43394
|
"line": {
|
|
43341
|
-
"start":
|
|
43342
|
-
"end":
|
|
43395
|
+
"start": 526,
|
|
43396
|
+
"end": 526
|
|
43343
43397
|
}
|
|
43344
43398
|
},
|
|
43345
43399
|
"group": [
|
|
@@ -43356,8 +43410,8 @@
|
|
|
43356
43410
|
{
|
|
43357
43411
|
"description": "The horizontal padding of the tabstrip content in the Grid tabbed column menu.\n",
|
|
43358
43412
|
"commentRange": {
|
|
43359
|
-
"start":
|
|
43360
|
-
"end":
|
|
43413
|
+
"start": 528,
|
|
43414
|
+
"end": 529
|
|
43361
43415
|
},
|
|
43362
43416
|
"context": {
|
|
43363
43417
|
"type": "variable",
|
|
@@ -43365,8 +43419,8 @@
|
|
|
43365
43419
|
"value": "var( --kendo-grid-column-menu-tabbed-tabstrip-content-padding-x, #{k-spacing(0)} )",
|
|
43366
43420
|
"scope": "default",
|
|
43367
43421
|
"line": {
|
|
43368
|
-
"start":
|
|
43369
|
-
"end":
|
|
43422
|
+
"start": 530,
|
|
43423
|
+
"end": 530
|
|
43370
43424
|
}
|
|
43371
43425
|
},
|
|
43372
43426
|
"group": [
|
|
@@ -43383,8 +43437,8 @@
|
|
|
43383
43437
|
{
|
|
43384
43438
|
"description": "The vertical padding of the tabstrip content in the Grid tabbed column menu.\n",
|
|
43385
43439
|
"commentRange": {
|
|
43386
|
-
"start":
|
|
43387
|
-
"end":
|
|
43440
|
+
"start": 531,
|
|
43441
|
+
"end": 532
|
|
43388
43442
|
},
|
|
43389
43443
|
"context": {
|
|
43390
43444
|
"type": "variable",
|
|
@@ -43392,8 +43446,8 @@
|
|
|
43392
43446
|
"value": "var( --kendo-grid-column-menu-tabbed-tabstrip-content-padding-y, #{k-spacing(3)} )",
|
|
43393
43447
|
"scope": "default",
|
|
43394
43448
|
"line": {
|
|
43395
|
-
"start":
|
|
43396
|
-
"end":
|
|
43449
|
+
"start": 533,
|
|
43450
|
+
"end": 533
|
|
43397
43451
|
}
|
|
43398
43452
|
},
|
|
43399
43453
|
"group": [
|
|
@@ -43410,8 +43464,8 @@
|
|
|
43410
43464
|
{
|
|
43411
43465
|
"description": "The background color of the Grid tabbed column menu.\n",
|
|
43412
43466
|
"commentRange": {
|
|
43413
|
-
"start":
|
|
43414
|
-
"end":
|
|
43467
|
+
"start": 535,
|
|
43468
|
+
"end": 536
|
|
43415
43469
|
},
|
|
43416
43470
|
"context": {
|
|
43417
43471
|
"type": "variable",
|
|
@@ -43419,8 +43473,8 @@
|
|
|
43419
43473
|
"value": "var( --kendo-grid-column-menu-tabbed-bg, k-color(surface) )",
|
|
43420
43474
|
"scope": "default",
|
|
43421
43475
|
"line": {
|
|
43422
|
-
"start":
|
|
43423
|
-
"end":
|
|
43476
|
+
"start": 537,
|
|
43477
|
+
"end": 537
|
|
43424
43478
|
}
|
|
43425
43479
|
},
|
|
43426
43480
|
"group": [
|
|
@@ -43437,8 +43491,8 @@
|
|
|
43437
43491
|
{
|
|
43438
43492
|
"description": "The default width of the Grid drag cell.\n",
|
|
43439
43493
|
"commentRange": {
|
|
43440
|
-
"start":
|
|
43441
|
-
"end":
|
|
43494
|
+
"start": 539,
|
|
43495
|
+
"end": 540
|
|
43442
43496
|
},
|
|
43443
43497
|
"context": {
|
|
43444
43498
|
"type": "variable",
|
|
@@ -43446,8 +43500,8 @@
|
|
|
43446
43500
|
"value": "var( --kendo-grid-drag-cell-width, calc( var( --kendo-icon-size, 1rem ) * 2.25 ) )",
|
|
43447
43501
|
"scope": "default",
|
|
43448
43502
|
"line": {
|
|
43449
|
-
"start":
|
|
43450
|
-
"end":
|
|
43503
|
+
"start": 541,
|
|
43504
|
+
"end": 541
|
|
43451
43505
|
}
|
|
43452
43506
|
},
|
|
43453
43507
|
"group": [
|
|
@@ -43464,8 +43518,8 @@
|
|
|
43464
43518
|
{
|
|
43465
43519
|
"description": "The default width of the Grid hierarchy cell.\n",
|
|
43466
43520
|
"commentRange": {
|
|
43467
|
-
"start":
|
|
43468
|
-
"end":
|
|
43521
|
+
"start": 542,
|
|
43522
|
+
"end": 543
|
|
43469
43523
|
},
|
|
43470
43524
|
"context": {
|
|
43471
43525
|
"type": "variable",
|
|
@@ -43473,8 +43527,8 @@
|
|
|
43473
43527
|
"value": "var( --kendo-grid-hierarchy-col-width, calc( var( --kendo-icon-size, 1rem ) * 2 ) )",
|
|
43474
43528
|
"scope": "default",
|
|
43475
43529
|
"line": {
|
|
43476
|
-
"start":
|
|
43477
|
-
"end":
|
|
43530
|
+
"start": 544,
|
|
43531
|
+
"end": 544
|
|
43478
43532
|
}
|
|
43479
43533
|
},
|
|
43480
43534
|
"group": [
|
|
@@ -43491,8 +43545,8 @@
|
|
|
43491
43545
|
{
|
|
43492
43546
|
"description": "The background color of the Grid row resize indicator.\n",
|
|
43493
43547
|
"commentRange": {
|
|
43494
|
-
"start":
|
|
43495
|
-
"end":
|
|
43548
|
+
"start": 546,
|
|
43549
|
+
"end": 547
|
|
43496
43550
|
},
|
|
43497
43551
|
"context": {
|
|
43498
43552
|
"type": "variable",
|
|
@@ -43500,8 +43554,8 @@
|
|
|
43500
43554
|
"value": "var( --kendo-grid-row-resizer-hover-bg, color-mix(in srgb, #{k-color(on-app-surface)} 46%, transparent) )",
|
|
43501
43555
|
"scope": "default",
|
|
43502
43556
|
"line": {
|
|
43503
|
-
"start":
|
|
43504
|
-
"end":
|
|
43557
|
+
"start": 548,
|
|
43558
|
+
"end": 548
|
|
43505
43559
|
}
|
|
43506
43560
|
},
|
|
43507
43561
|
"group": [
|
|
@@ -43518,8 +43572,8 @@
|
|
|
43518
43572
|
{
|
|
43519
43573
|
"description": "The background color of the active Grid row resize indicator.\n",
|
|
43520
43574
|
"commentRange": {
|
|
43521
|
-
"start":
|
|
43522
|
-
"end":
|
|
43575
|
+
"start": 549,
|
|
43576
|
+
"end": 550
|
|
43523
43577
|
},
|
|
43524
43578
|
"context": {
|
|
43525
43579
|
"type": "variable",
|
|
@@ -43527,8 +43581,8 @@
|
|
|
43527
43581
|
"value": "var( --kendo-grid-row-resizer-active-bg, #{k-color(primary)} )",
|
|
43528
43582
|
"scope": "default",
|
|
43529
43583
|
"line": {
|
|
43530
|
-
"start":
|
|
43531
|
-
"end":
|
|
43584
|
+
"start": 551,
|
|
43585
|
+
"end": 551
|
|
43532
43586
|
}
|
|
43533
43587
|
},
|
|
43534
43588
|
"group": [
|
|
@@ -43545,8 +43599,8 @@
|
|
|
43545
43599
|
{
|
|
43546
43600
|
"description": "The height of the Grid row resize indicator.\n",
|
|
43547
43601
|
"commentRange": {
|
|
43548
|
-
"start":
|
|
43549
|
-
"end":
|
|
43602
|
+
"start": 552,
|
|
43603
|
+
"end": 553
|
|
43550
43604
|
},
|
|
43551
43605
|
"context": {
|
|
43552
43606
|
"type": "variable",
|
|
@@ -43554,8 +43608,8 @@
|
|
|
43554
43608
|
"value": "var( --kendo-grid-row-resizer-height, #{k-spacing(0.5)} )",
|
|
43555
43609
|
"scope": "default",
|
|
43556
43610
|
"line": {
|
|
43557
|
-
"start":
|
|
43558
|
-
"end":
|
|
43611
|
+
"start": 554,
|
|
43612
|
+
"end": 554
|
|
43559
43613
|
}
|
|
43560
43614
|
},
|
|
43561
43615
|
"group": [
|
|
@@ -43572,8 +43626,8 @@
|
|
|
43572
43626
|
{
|
|
43573
43627
|
"description": "The horizontal padding of the Grid stack layout cells.\n",
|
|
43574
43628
|
"commentRange": {
|
|
43575
|
-
"start":
|
|
43576
|
-
"end":
|
|
43629
|
+
"start": 556,
|
|
43630
|
+
"end": 557
|
|
43577
43631
|
},
|
|
43578
43632
|
"context": {
|
|
43579
43633
|
"type": "variable",
|
|
@@ -43581,8 +43635,8 @@
|
|
|
43581
43635
|
"value": "var( --kendo-grid-stack-cell-padding-x, #{k-spacing(2)} )",
|
|
43582
43636
|
"scope": "default",
|
|
43583
43637
|
"line": {
|
|
43584
|
-
"start":
|
|
43585
|
-
"end":
|
|
43638
|
+
"start": 558,
|
|
43639
|
+
"end": 558
|
|
43586
43640
|
}
|
|
43587
43641
|
},
|
|
43588
43642
|
"group": [
|
|
@@ -43599,8 +43653,8 @@
|
|
|
43599
43653
|
{
|
|
43600
43654
|
"description": "The vertical padding of the Grid stack layout cells.\n",
|
|
43601
43655
|
"commentRange": {
|
|
43602
|
-
"start":
|
|
43603
|
-
"end":
|
|
43656
|
+
"start": 559,
|
|
43657
|
+
"end": 560
|
|
43604
43658
|
},
|
|
43605
43659
|
"context": {
|
|
43606
43660
|
"type": "variable",
|
|
@@ -43608,8 +43662,8 @@
|
|
|
43608
43662
|
"value": "var( --kendo-grid-stack-cell-padding-y, #{k-spacing(1.5)} )",
|
|
43609
43663
|
"scope": "default",
|
|
43610
43664
|
"line": {
|
|
43611
|
-
"start":
|
|
43612
|
-
"end":
|
|
43665
|
+
"start": 561,
|
|
43666
|
+
"end": 561
|
|
43613
43667
|
}
|
|
43614
43668
|
},
|
|
43615
43669
|
"group": [
|
|
@@ -43626,8 +43680,8 @@
|
|
|
43626
43680
|
{
|
|
43627
43681
|
"description": "The column gap of the Grid stack layout.\n",
|
|
43628
43682
|
"commentRange": {
|
|
43629
|
-
"start":
|
|
43630
|
-
"end":
|
|
43683
|
+
"start": 562,
|
|
43684
|
+
"end": 563
|
|
43631
43685
|
},
|
|
43632
43686
|
"context": {
|
|
43633
43687
|
"type": "variable",
|
|
@@ -43635,8 +43689,8 @@
|
|
|
43635
43689
|
"value": "var( --kendo-grid-stack-column-gap, #{k-spacing(1)} )",
|
|
43636
43690
|
"scope": "default",
|
|
43637
43691
|
"line": {
|
|
43638
|
-
"start":
|
|
43639
|
-
"end":
|
|
43692
|
+
"start": 564,
|
|
43693
|
+
"end": 564
|
|
43640
43694
|
}
|
|
43641
43695
|
},
|
|
43642
43696
|
"group": [
|
|
@@ -43653,8 +43707,8 @@
|
|
|
43653
43707
|
{
|
|
43654
43708
|
"description": "The column gap of the editable Grid stack layout.\n",
|
|
43655
43709
|
"commentRange": {
|
|
43656
|
-
"start":
|
|
43657
|
-
"end":
|
|
43710
|
+
"start": 565,
|
|
43711
|
+
"end": 566
|
|
43658
43712
|
},
|
|
43659
43713
|
"context": {
|
|
43660
43714
|
"type": "variable",
|
|
@@ -43662,8 +43716,8 @@
|
|
|
43662
43716
|
"value": "var( --kendo-grid-stack-editable-column-gap, #{k-spacing(2)} )",
|
|
43663
43717
|
"scope": "default",
|
|
43664
43718
|
"line": {
|
|
43665
|
-
"start":
|
|
43666
|
-
"end":
|
|
43719
|
+
"start": 567,
|
|
43720
|
+
"end": 567
|
|
43667
43721
|
}
|
|
43668
43722
|
},
|
|
43669
43723
|
"group": [
|
|
@@ -43680,8 +43734,8 @@
|
|
|
43680
43734
|
{
|
|
43681
43735
|
"description": "The width of the hierarchy column in the Grid stack layout.\n",
|
|
43682
43736
|
"commentRange": {
|
|
43683
|
-
"start":
|
|
43684
|
-
"end":
|
|
43737
|
+
"start": 568,
|
|
43738
|
+
"end": 569
|
|
43685
43739
|
},
|
|
43686
43740
|
"context": {
|
|
43687
43741
|
"type": "variable",
|
|
@@ -43689,8 +43743,8 @@
|
|
|
43689
43743
|
"value": "var( --kendo-grid-stack-hierarchy-col-width, #{k-spacing(2)} )",
|
|
43690
43744
|
"scope": "default",
|
|
43691
43745
|
"line": {
|
|
43692
|
-
"start":
|
|
43693
|
-
"end":
|
|
43746
|
+
"start": 570,
|
|
43747
|
+
"end": 570
|
|
43694
43748
|
}
|
|
43695
43749
|
},
|
|
43696
43750
|
"group": [
|
|
@@ -43707,8 +43761,8 @@
|
|
|
43707
43761
|
{
|
|
43708
43762
|
"description": "The font size of the Grid stack layout column header.\n",
|
|
43709
43763
|
"commentRange": {
|
|
43710
|
-
"start":
|
|
43711
|
-
"end":
|
|
43764
|
+
"start": 571,
|
|
43765
|
+
"end": 572
|
|
43712
43766
|
},
|
|
43713
43767
|
"context": {
|
|
43714
43768
|
"type": "variable",
|
|
@@ -43716,8 +43770,8 @@
|
|
|
43716
43770
|
"value": "var( --kendo-grid-stack-header-font-size, var(--kendo-font-size-sm) )",
|
|
43717
43771
|
"scope": "default",
|
|
43718
43772
|
"line": {
|
|
43719
|
-
"start":
|
|
43720
|
-
"end":
|
|
43773
|
+
"start": 573,
|
|
43774
|
+
"end": 573
|
|
43721
43775
|
}
|
|
43722
43776
|
},
|
|
43723
43777
|
"group": [
|
|
@@ -43734,8 +43788,8 @@
|
|
|
43734
43788
|
{
|
|
43735
43789
|
"description": "The font weight of the Grid stack layout column header.\n",
|
|
43736
43790
|
"commentRange": {
|
|
43737
|
-
"start":
|
|
43738
|
-
"end":
|
|
43791
|
+
"start": 574,
|
|
43792
|
+
"end": 575
|
|
43739
43793
|
},
|
|
43740
43794
|
"context": {
|
|
43741
43795
|
"type": "variable",
|
|
@@ -43743,8 +43797,8 @@
|
|
|
43743
43797
|
"value": "var( --kendo-grid-stack-header-font-weight, var(--kendo-font-weight-bold) )",
|
|
43744
43798
|
"scope": "default",
|
|
43745
43799
|
"line": {
|
|
43746
|
-
"start":
|
|
43747
|
-
"end":
|
|
43800
|
+
"start": 576,
|
|
43801
|
+
"end": 576
|
|
43748
43802
|
}
|
|
43749
43803
|
},
|
|
43750
43804
|
"group": [
|
|
@@ -43761,8 +43815,8 @@
|
|
|
43761
43815
|
{
|
|
43762
43816
|
"description": "The height of the Grid stack layout expandable row shadow.\n",
|
|
43763
43817
|
"commentRange": {
|
|
43764
|
-
"start":
|
|
43765
|
-
"end":
|
|
43818
|
+
"start": 577,
|
|
43819
|
+
"end": 578
|
|
43766
43820
|
},
|
|
43767
43821
|
"context": {
|
|
43768
43822
|
"type": "variable",
|
|
@@ -43770,8 +43824,8 @@
|
|
|
43770
43824
|
"value": "var( --kendo-grid-stack-expandable-shadow-height, #{k-spacing(2.5)} )",
|
|
43771
43825
|
"scope": "default",
|
|
43772
43826
|
"line": {
|
|
43773
|
-
"start":
|
|
43774
|
-
"end":
|
|
43827
|
+
"start": 579,
|
|
43828
|
+
"end": 579
|
|
43775
43829
|
}
|
|
43776
43830
|
},
|
|
43777
43831
|
"group": [
|
|
@@ -43788,8 +43842,8 @@
|
|
|
43788
43842
|
{
|
|
43789
43843
|
"description": "The color of the Grid stack layout column header.\n",
|
|
43790
43844
|
"commentRange": {
|
|
43791
|
-
"start":
|
|
43792
|
-
"end":
|
|
43845
|
+
"start": 580,
|
|
43846
|
+
"end": 581
|
|
43793
43847
|
},
|
|
43794
43848
|
"context": {
|
|
43795
43849
|
"type": "variable",
|
|
@@ -43797,8 +43851,8 @@
|
|
|
43797
43851
|
"value": "var( --kendo-grid-stack-header-color, #{k-color(subtle)} )",
|
|
43798
43852
|
"scope": "default",
|
|
43799
43853
|
"line": {
|
|
43800
|
-
"start":
|
|
43801
|
-
"end":
|
|
43854
|
+
"start": 582,
|
|
43855
|
+
"end": 582
|
|
43802
43856
|
}
|
|
43803
43857
|
},
|
|
43804
43858
|
"group": [
|
|
@@ -43815,8 +43869,8 @@
|
|
|
43815
43869
|
{
|
|
43816
43870
|
"description": "The outline color of the Grid stack layout focused cell.\n",
|
|
43817
43871
|
"commentRange": {
|
|
43818
|
-
"start":
|
|
43819
|
-
"end":
|
|
43872
|
+
"start": 583,
|
|
43873
|
+
"end": 584
|
|
43820
43874
|
},
|
|
43821
43875
|
"context": {
|
|
43822
43876
|
"type": "variable",
|
|
@@ -43824,8 +43878,8 @@
|
|
|
43824
43878
|
"value": "var( --kendo-grid-stack-focus-outline, #{k-color(base-emphasis)} )",
|
|
43825
43879
|
"scope": "default",
|
|
43826
43880
|
"line": {
|
|
43827
|
-
"start":
|
|
43828
|
-
"end":
|
|
43881
|
+
"start": 585,
|
|
43882
|
+
"end": 585
|
|
43829
43883
|
}
|
|
43830
43884
|
},
|
|
43831
43885
|
"group": [
|
|
@@ -43842,8 +43896,8 @@
|
|
|
43842
43896
|
{
|
|
43843
43897
|
"description": "The Grid stack layout expandable row shadow.\n",
|
|
43844
43898
|
"commentRange": {
|
|
43845
|
-
"start":
|
|
43846
|
-
"end":
|
|
43899
|
+
"start": 586,
|
|
43900
|
+
"end": 587
|
|
43847
43901
|
},
|
|
43848
43902
|
"context": {
|
|
43849
43903
|
"type": "variable",
|
|
@@ -43851,8 +43905,8 @@
|
|
|
43851
43905
|
"value": "var( --kendo-grid-stack-expandable-shadow, #{k-elevation(2)} )",
|
|
43852
43906
|
"scope": "default",
|
|
43853
43907
|
"line": {
|
|
43854
|
-
"start":
|
|
43855
|
-
"end":
|
|
43908
|
+
"start": 588,
|
|
43909
|
+
"end": 588
|
|
43856
43910
|
}
|
|
43857
43911
|
},
|
|
43858
43912
|
"group": [
|
|
@@ -43869,8 +43923,8 @@
|
|
|
43869
43923
|
{
|
|
43870
43924
|
"description": "The font weight of the pinned source row in the Grid.\n",
|
|
43871
43925
|
"commentRange": {
|
|
43872
|
-
"start":
|
|
43873
|
-
"end":
|
|
43926
|
+
"start": 590,
|
|
43927
|
+
"end": 591
|
|
43874
43928
|
},
|
|
43875
43929
|
"context": {
|
|
43876
43930
|
"type": "variable",
|
|
@@ -43878,8 +43932,8 @@
|
|
|
43878
43932
|
"value": "var(--kendo-font-weight-semibold)",
|
|
43879
43933
|
"scope": "default",
|
|
43880
43934
|
"line": {
|
|
43881
|
-
"start":
|
|
43882
|
-
"end":
|
|
43935
|
+
"start": 592,
|
|
43936
|
+
"end": 592
|
|
43883
43937
|
}
|
|
43884
43938
|
},
|
|
43885
43939
|
"group": [
|
|
@@ -104326,7 +104380,7 @@
|
|
|
104326
104380
|
"context": {
|
|
104327
104381
|
"type": "variable",
|
|
104328
104382
|
"name": "kendo-badge-bg",
|
|
104329
|
-
"value": "var( --kendo-badge-bg, k-color(
|
|
104383
|
+
"value": "var( --kendo-badge-bg, k-color(base) )",
|
|
104330
104384
|
"scope": "default",
|
|
104331
104385
|
"line": {
|
|
104332
104386
|
"start": 23,
|
|
@@ -104341,7 +104395,7 @@
|
|
|
104341
104395
|
"path": "fluent/scss/badge/_variables.scss",
|
|
104342
104396
|
"name": "_variables.scss"
|
|
104343
104397
|
},
|
|
104344
|
-
"resolvedValue": "var(--kendo-badge-bg, var(--kendo-color-
|
|
104398
|
+
"resolvedValue": "var(--kendo-badge-bg, var(--kendo-color-base))",
|
|
104345
104399
|
"resolvedType": "String"
|
|
104346
104400
|
},
|
|
104347
104401
|
{
|
|
@@ -104353,7 +104407,7 @@
|
|
|
104353
104407
|
"context": {
|
|
104354
104408
|
"type": "variable",
|
|
104355
104409
|
"name": "kendo-badge-text",
|
|
104356
|
-
"value": "var( --kendo-badge-text, k-color(on-
|
|
104410
|
+
"value": "var( --kendo-badge-text, k-color(on-base) )",
|
|
104357
104411
|
"scope": "default",
|
|
104358
104412
|
"line": {
|
|
104359
104413
|
"start": 26,
|
|
@@ -104368,7 +104422,7 @@
|
|
|
104368
104422
|
"path": "fluent/scss/badge/_variables.scss",
|
|
104369
104423
|
"name": "_variables.scss"
|
|
104370
104424
|
},
|
|
104371
|
-
"resolvedValue": "var(--kendo-badge-text, var(--kendo-color-on-
|
|
104425
|
+
"resolvedValue": "var(--kendo-badge-text, var(--kendo-color-on-base))",
|
|
104372
104426
|
"resolvedType": "String"
|
|
104373
104427
|
},
|
|
104374
104428
|
{
|
|
@@ -104380,7 +104434,7 @@
|
|
|
104380
104434
|
"context": {
|
|
104381
104435
|
"type": "variable",
|
|
104382
104436
|
"name": "kendo-badge-border",
|
|
104383
|
-
"value": "var( --kendo-badge-border,
|
|
104437
|
+
"value": "var( --kendo-badge-border, k-color(base) )",
|
|
104384
104438
|
"scope": "default",
|
|
104385
104439
|
"line": {
|
|
104386
104440
|
"start": 29,
|
|
@@ -104395,7 +104449,7 @@
|
|
|
104395
104449
|
"path": "fluent/scss/badge/_variables.scss",
|
|
104396
104450
|
"name": "_variables.scss"
|
|
104397
104451
|
},
|
|
104398
|
-
"resolvedValue": "var(--kendo-badge-border,
|
|
104452
|
+
"resolvedValue": "var(--kendo-badge-border, var(--kendo-color-base))",
|
|
104399
104453
|
"resolvedType": "String"
|
|
104400
104454
|
},
|
|
104401
104455
|
{
|
|
@@ -144553,15 +144607,15 @@
|
|
|
144553
144607
|
"resolvedType": "String"
|
|
144554
144608
|
},
|
|
144555
144609
|
{
|
|
144556
|
-
"description": "The
|
|
144610
|
+
"description": "The indent size for nested grouping rows.\n",
|
|
144557
144611
|
"commentRange": {
|
|
144558
144612
|
"start": 317,
|
|
144559
144613
|
"end": 318
|
|
144560
144614
|
},
|
|
144561
144615
|
"context": {
|
|
144562
144616
|
"type": "variable",
|
|
144563
|
-
"name": "kendo-grid-grouping-
|
|
144564
|
-
"value": "
|
|
144617
|
+
"name": "kendo-grid-grouping-indent-size",
|
|
144618
|
+
"value": "k-spacing(6)",
|
|
144565
144619
|
"scope": "default",
|
|
144566
144620
|
"line": {
|
|
144567
144621
|
"start": 319,
|
|
@@ -144576,19 +144630,19 @@
|
|
|
144576
144630
|
"path": "fluent/scss/grid/_variables.scss",
|
|
144577
144631
|
"name": "_variables.scss"
|
|
144578
144632
|
},
|
|
144579
|
-
"resolvedValue": "var(--kendo-
|
|
144633
|
+
"resolvedValue": "var(--kendo-spacing-6)",
|
|
144580
144634
|
"resolvedType": "String"
|
|
144581
144635
|
},
|
|
144582
144636
|
{
|
|
144583
|
-
"description": "The
|
|
144637
|
+
"description": "The margin at the end of the checkbox in grouping rows.\n",
|
|
144584
144638
|
"commentRange": {
|
|
144585
144639
|
"start": 320,
|
|
144586
144640
|
"end": 321
|
|
144587
144641
|
},
|
|
144588
144642
|
"context": {
|
|
144589
144643
|
"type": "variable",
|
|
144590
|
-
"name": "kendo-grid-grouping-row-
|
|
144591
|
-
"value": "
|
|
144644
|
+
"name": "kendo-grid-grouping-row-checkbox-margin-end",
|
|
144645
|
+
"value": "k-spacing(3)",
|
|
144592
144646
|
"scope": "default",
|
|
144593
144647
|
"line": {
|
|
144594
144648
|
"start": 322,
|
|
@@ -144603,19 +144657,19 @@
|
|
|
144603
144657
|
"path": "fluent/scss/grid/_variables.scss",
|
|
144604
144658
|
"name": "_variables.scss"
|
|
144605
144659
|
},
|
|
144606
|
-
"resolvedValue": "var(--kendo-
|
|
144660
|
+
"resolvedValue": "var(--kendo-spacing-3)",
|
|
144607
144661
|
"resolvedType": "String"
|
|
144608
144662
|
},
|
|
144609
144663
|
{
|
|
144610
|
-
"description": "The
|
|
144664
|
+
"description": "The background color of the Grid grouping row.\n",
|
|
144611
144665
|
"commentRange": {
|
|
144612
144666
|
"start": 323,
|
|
144613
144667
|
"end": 324
|
|
144614
144668
|
},
|
|
144615
144669
|
"context": {
|
|
144616
144670
|
"type": "variable",
|
|
144617
|
-
"name": "kendo-grid-grouping-row-
|
|
144618
|
-
"value": "var( --kendo-grid-grouping-row-
|
|
144671
|
+
"name": "kendo-grid-grouping-row-bg",
|
|
144672
|
+
"value": "var( --kendo-grid-grouping-row-bg, #{$kendo-table-group-row-bg} )",
|
|
144619
144673
|
"scope": "default",
|
|
144620
144674
|
"line": {
|
|
144621
144675
|
"start": 325,
|
|
@@ -144630,14 +144684,68 @@
|
|
|
144630
144684
|
"path": "fluent/scss/grid/_variables.scss",
|
|
144631
144685
|
"name": "_variables.scss"
|
|
144632
144686
|
},
|
|
144687
|
+
"resolvedValue": "var(--kendo-grid-grouping-row-bg, var(--kendo-table-group-row-bg, var(--kendo-table-header-bg, var(--kendo-table-bg, var(--kendo-color-surface-alt)))))",
|
|
144688
|
+
"resolvedType": "String"
|
|
144689
|
+
},
|
|
144690
|
+
{
|
|
144691
|
+
"description": "The text color of the Grid grouping row.\n",
|
|
144692
|
+
"commentRange": {
|
|
144693
|
+
"start": 326,
|
|
144694
|
+
"end": 327
|
|
144695
|
+
},
|
|
144696
|
+
"context": {
|
|
144697
|
+
"type": "variable",
|
|
144698
|
+
"name": "kendo-grid-grouping-row-text",
|
|
144699
|
+
"value": "var( --kendo-grid-grouping-row-text, #{$kendo-table-group-row-text} )",
|
|
144700
|
+
"scope": "default",
|
|
144701
|
+
"line": {
|
|
144702
|
+
"start": 328,
|
|
144703
|
+
"end": 328
|
|
144704
|
+
}
|
|
144705
|
+
},
|
|
144706
|
+
"group": [
|
|
144707
|
+
"grid"
|
|
144708
|
+
],
|
|
144709
|
+
"access": "public",
|
|
144710
|
+
"file": {
|
|
144711
|
+
"path": "fluent/scss/grid/_variables.scss",
|
|
144712
|
+
"name": "_variables.scss"
|
|
144713
|
+
},
|
|
144714
|
+
"resolvedValue": "var(--kendo-grid-grouping-row-text, var(--kendo-table-group-row-text, var(--kendo-table-header-text, var(--kendo-color-on-app-surface))))",
|
|
144715
|
+
"resolvedType": "String"
|
|
144716
|
+
},
|
|
144717
|
+
{
|
|
144718
|
+
"description": "The border color of the Grid grouping row.\n",
|
|
144719
|
+
"commentRange": {
|
|
144720
|
+
"start": 329,
|
|
144721
|
+
"end": 330
|
|
144722
|
+
},
|
|
144723
|
+
"context": {
|
|
144724
|
+
"type": "variable",
|
|
144725
|
+
"name": "kendo-grid-grouping-row-border",
|
|
144726
|
+
"value": "var( --kendo-grid-grouping-row-border, #{$kendo-table-group-row-border} )",
|
|
144727
|
+
"scope": "default",
|
|
144728
|
+
"line": {
|
|
144729
|
+
"start": 331,
|
|
144730
|
+
"end": 331
|
|
144731
|
+
}
|
|
144732
|
+
},
|
|
144733
|
+
"group": [
|
|
144734
|
+
"grid"
|
|
144735
|
+
],
|
|
144736
|
+
"access": "public",
|
|
144737
|
+
"file": {
|
|
144738
|
+
"path": "fluent/scss/grid/_variables.scss",
|
|
144739
|
+
"name": "_variables.scss"
|
|
144740
|
+
},
|
|
144633
144741
|
"resolvedValue": "var(--kendo-grid-grouping-row-border, var(--kendo-table-group-row-border, var(--kendo-table-header-border, var(--kendo-table-border, color-mix(in srgb, var(--kendo-color-border) 16%, transparent)))))",
|
|
144634
144742
|
"resolvedType": "String"
|
|
144635
144743
|
},
|
|
144636
144744
|
{
|
|
144637
144745
|
"description": "The horizontal padding of the Grid filter cell.\n",
|
|
144638
144746
|
"commentRange": {
|
|
144639
|
-
"start":
|
|
144640
|
-
"end":
|
|
144747
|
+
"start": 333,
|
|
144748
|
+
"end": 334
|
|
144641
144749
|
},
|
|
144642
144750
|
"context": {
|
|
144643
144751
|
"type": "variable",
|
|
@@ -144645,8 +144753,8 @@
|
|
|
144645
144753
|
"value": "var( --kendo-grid-filter-cell-padding-x, #{$kendo-grid-padding-y} )",
|
|
144646
144754
|
"scope": "default",
|
|
144647
144755
|
"line": {
|
|
144648
|
-
"start":
|
|
144649
|
-
"end":
|
|
144756
|
+
"start": 335,
|
|
144757
|
+
"end": 335
|
|
144650
144758
|
}
|
|
144651
144759
|
},
|
|
144652
144760
|
"group": [
|
|
@@ -144663,8 +144771,8 @@
|
|
|
144663
144771
|
{
|
|
144664
144772
|
"description": "The vertical padding of the Grid filter cell.\n",
|
|
144665
144773
|
"commentRange": {
|
|
144666
|
-
"start":
|
|
144667
|
-
"end":
|
|
144774
|
+
"start": 336,
|
|
144775
|
+
"end": 337
|
|
144668
144776
|
},
|
|
144669
144777
|
"context": {
|
|
144670
144778
|
"type": "variable",
|
|
@@ -144672,8 +144780,8 @@
|
|
|
144672
144780
|
"value": "var( --kendo-grid-filter-cell-padding-y, #{$kendo-grid-filter-cell-padding-x} )",
|
|
144673
144781
|
"scope": "default",
|
|
144674
144782
|
"line": {
|
|
144675
|
-
"start":
|
|
144676
|
-
"end":
|
|
144783
|
+
"start": 338,
|
|
144784
|
+
"end": 338
|
|
144677
144785
|
}
|
|
144678
144786
|
},
|
|
144679
144787
|
"group": [
|
|
@@ -144690,8 +144798,8 @@
|
|
|
144690
144798
|
{
|
|
144691
144799
|
"description": "The border width of the Grid Toolbar.\n",
|
|
144692
144800
|
"commentRange": {
|
|
144693
|
-
"start":
|
|
144694
|
-
"end":
|
|
144801
|
+
"start": 340,
|
|
144802
|
+
"end": 341
|
|
144695
144803
|
},
|
|
144696
144804
|
"context": {
|
|
144697
144805
|
"type": "variable",
|
|
@@ -144699,8 +144807,8 @@
|
|
|
144699
144807
|
"value": "var( --kendo-grid-toolbar-border-width, #{$kendo-grid-border-width} )",
|
|
144700
144808
|
"scope": "default",
|
|
144701
144809
|
"line": {
|
|
144702
|
-
"start":
|
|
144703
|
-
"end":
|
|
144810
|
+
"start": 342,
|
|
144811
|
+
"end": 342
|
|
144704
144812
|
}
|
|
144705
144813
|
},
|
|
144706
144814
|
"group": [
|
|
@@ -144717,8 +144825,8 @@
|
|
|
144717
144825
|
{
|
|
144718
144826
|
"description": "The vertical border width of the Grid cell.\n",
|
|
144719
144827
|
"commentRange": {
|
|
144720
|
-
"start":
|
|
144721
|
-
"end":
|
|
144828
|
+
"start": 344,
|
|
144829
|
+
"end": 345
|
|
144722
144830
|
},
|
|
144723
144831
|
"context": {
|
|
144724
144832
|
"type": "variable",
|
|
@@ -144726,8 +144834,8 @@
|
|
|
144726
144834
|
"value": "$kendo-grid-border-width",
|
|
144727
144835
|
"scope": "default",
|
|
144728
144836
|
"line": {
|
|
144729
|
-
"start":
|
|
144730
|
-
"end":
|
|
144837
|
+
"start": 346,
|
|
144838
|
+
"end": 346
|
|
144731
144839
|
}
|
|
144732
144840
|
},
|
|
144733
144841
|
"group": [
|
|
@@ -144744,8 +144852,8 @@
|
|
|
144744
144852
|
{
|
|
144745
144853
|
"description": "The horizontal border width of the Grid cell.\n",
|
|
144746
144854
|
"commentRange": {
|
|
144747
|
-
"start":
|
|
144748
|
-
"end":
|
|
144855
|
+
"start": 347,
|
|
144856
|
+
"end": 348
|
|
144749
144857
|
},
|
|
144750
144858
|
"context": {
|
|
144751
144859
|
"type": "variable",
|
|
@@ -144753,8 +144861,8 @@
|
|
|
144753
144861
|
"value": "0px",
|
|
144754
144862
|
"scope": "default",
|
|
144755
144863
|
"line": {
|
|
144756
|
-
"start":
|
|
144757
|
-
"end":
|
|
144864
|
+
"start": 349,
|
|
144865
|
+
"end": 349
|
|
144758
144866
|
}
|
|
144759
144867
|
},
|
|
144760
144868
|
"group": [
|
|
@@ -144771,8 +144879,8 @@
|
|
|
144771
144879
|
{
|
|
144772
144880
|
"description": "The font size of the Grid sort index.\n",
|
|
144773
144881
|
"commentRange": {
|
|
144774
|
-
"start":
|
|
144775
|
-
"end":
|
|
144882
|
+
"start": 350,
|
|
144883
|
+
"end": 351
|
|
144776
144884
|
},
|
|
144777
144885
|
"context": {
|
|
144778
144886
|
"type": "variable",
|
|
@@ -144780,8 +144888,8 @@
|
|
|
144780
144888
|
"value": "var( --kendo-grid-sort-index-font-size, var(--kendo-font-size-sm) )",
|
|
144781
144889
|
"scope": "default",
|
|
144782
144890
|
"line": {
|
|
144783
|
-
"start":
|
|
144784
|
-
"end":
|
|
144891
|
+
"start": 352,
|
|
144892
|
+
"end": 352
|
|
144785
144893
|
}
|
|
144786
144894
|
},
|
|
144787
144895
|
"group": [
|
|
@@ -144798,8 +144906,8 @@
|
|
|
144798
144906
|
{
|
|
144799
144907
|
"description": "The vertical offset of the Grid sort index.\n",
|
|
144800
144908
|
"commentRange": {
|
|
144801
|
-
"start":
|
|
144802
|
-
"end":
|
|
144909
|
+
"start": 354,
|
|
144910
|
+
"end": 355
|
|
144803
144911
|
},
|
|
144804
144912
|
"context": {
|
|
144805
144913
|
"type": "variable",
|
|
@@ -144807,8 +144915,8 @@
|
|
|
144807
144915
|
"value": "var( --kendo-grid-sort-index-spacing-x, #{k-spacing(0.5)} )",
|
|
144808
144916
|
"scope": "default",
|
|
144809
144917
|
"line": {
|
|
144810
|
-
"start":
|
|
144811
|
-
"end":
|
|
144918
|
+
"start": 356,
|
|
144919
|
+
"end": 356
|
|
144812
144920
|
}
|
|
144813
144921
|
},
|
|
144814
144922
|
"group": [
|
|
@@ -144825,8 +144933,8 @@
|
|
|
144825
144933
|
{
|
|
144826
144934
|
"description": "The spacing of the Grid sort icon.\n",
|
|
144827
144935
|
"commentRange": {
|
|
144828
|
-
"start":
|
|
144829
|
-
"end":
|
|
144936
|
+
"start": 357,
|
|
144937
|
+
"end": 358
|
|
144830
144938
|
},
|
|
144831
144939
|
"context": {
|
|
144832
144940
|
"type": "variable",
|
|
@@ -144834,8 +144942,8 @@
|
|
|
144834
144942
|
"value": "var( --kendo-grid-sort-icon-spacing, var(--kendo-icon-lg-spacing, .5rem) )",
|
|
144835
144943
|
"scope": "default",
|
|
144836
144944
|
"line": {
|
|
144837
|
-
"start":
|
|
144838
|
-
"end":
|
|
144945
|
+
"start": 359,
|
|
144946
|
+
"end": 359
|
|
144839
144947
|
}
|
|
144840
144948
|
},
|
|
144841
144949
|
"group": [
|
|
@@ -144852,8 +144960,8 @@
|
|
|
144852
144960
|
{
|
|
144853
144961
|
"description": "The text color of the Grid sort indicator.\n",
|
|
144854
144962
|
"commentRange": {
|
|
144855
|
-
"start":
|
|
144856
|
-
"end":
|
|
144963
|
+
"start": 360,
|
|
144964
|
+
"end": 361
|
|
144857
144965
|
},
|
|
144858
144966
|
"context": {
|
|
144859
144967
|
"type": "variable",
|
|
@@ -144861,8 +144969,8 @@
|
|
|
144861
144969
|
"value": "var( --kendo-grid-sort-indicator-text, k-color(on-app-surface) )",
|
|
144862
144970
|
"scope": "default",
|
|
144863
144971
|
"line": {
|
|
144864
|
-
"start":
|
|
144865
|
-
"end":
|
|
144972
|
+
"start": 362,
|
|
144973
|
+
"end": 362
|
|
144866
144974
|
}
|
|
144867
144975
|
},
|
|
144868
144976
|
"group": [
|
|
@@ -144879,8 +144987,8 @@
|
|
|
144879
144987
|
{
|
|
144880
144988
|
"description": "The text color of the Grid sort order indicator.\n",
|
|
144881
144989
|
"commentRange": {
|
|
144882
|
-
"start":
|
|
144883
|
-
"end":
|
|
144990
|
+
"start": 363,
|
|
144991
|
+
"end": 364
|
|
144884
144992
|
},
|
|
144885
144993
|
"context": {
|
|
144886
144994
|
"type": "variable",
|
|
@@ -144888,8 +144996,8 @@
|
|
|
144888
144996
|
"value": "var( --kendo-grid-sort-indicator-order-text, #{k-color(primary)} )",
|
|
144889
144997
|
"scope": "default",
|
|
144890
144998
|
"line": {
|
|
144891
|
-
"start":
|
|
144892
|
-
"end":
|
|
144999
|
+
"start": 365,
|
|
145000
|
+
"end": 365
|
|
144893
145001
|
}
|
|
144894
145002
|
},
|
|
144895
145003
|
"group": [
|
|
@@ -144906,8 +145014,8 @@
|
|
|
144906
145014
|
{
|
|
144907
145015
|
"description": "The background color of the sorted Grid cells.\n",
|
|
144908
145016
|
"commentRange": {
|
|
144909
|
-
"start":
|
|
144910
|
-
"end":
|
|
145017
|
+
"start": 366,
|
|
145018
|
+
"end": 367
|
|
144911
145019
|
},
|
|
144912
145020
|
"context": {
|
|
144913
145021
|
"type": "variable",
|
|
@@ -144915,8 +145023,8 @@
|
|
|
144915
145023
|
"value": "var( --kendo-grid-sorted-bg, rgba(0, 0, 0, 0.04) )",
|
|
144916
145024
|
"scope": "default",
|
|
144917
145025
|
"line": {
|
|
144918
|
-
"start":
|
|
144919
|
-
"end":
|
|
145026
|
+
"start": 368,
|
|
145027
|
+
"end": 368
|
|
144920
145028
|
}
|
|
144921
145029
|
},
|
|
144922
145030
|
"group": [
|
|
@@ -144933,8 +145041,8 @@
|
|
|
144933
145041
|
{
|
|
144934
145042
|
"description": "The vertical padding of the Grid command cells.\n",
|
|
144935
145043
|
"commentRange": {
|
|
144936
|
-
"start":
|
|
144937
|
-
"end":
|
|
145044
|
+
"start": 370,
|
|
145045
|
+
"end": 371
|
|
144938
145046
|
},
|
|
144939
145047
|
"context": {
|
|
144940
145048
|
"type": "variable",
|
|
@@ -144942,8 +145050,8 @@
|
|
|
144942
145050
|
"value": "var( --kendo-grid-command-cell-button-spacing, #{k-spacing(2)} )",
|
|
144943
145051
|
"scope": "default",
|
|
144944
145052
|
"line": {
|
|
144945
|
-
"start":
|
|
144946
|
-
"end":
|
|
145053
|
+
"start": 372,
|
|
145054
|
+
"end": 372
|
|
144947
145055
|
}
|
|
144948
145056
|
},
|
|
144949
145057
|
"group": [
|
|
@@ -144960,8 +145068,8 @@
|
|
|
144960
145068
|
{
|
|
144961
145069
|
"description": "The horizontal border width of the Grid group footer.\n",
|
|
144962
145070
|
"commentRange": {
|
|
144963
|
-
"start":
|
|
144964
|
-
"end":
|
|
145071
|
+
"start": 374,
|
|
145072
|
+
"end": 375
|
|
144965
145073
|
},
|
|
144966
145074
|
"context": {
|
|
144967
145075
|
"type": "variable",
|
|
@@ -144969,8 +145077,8 @@
|
|
|
144969
145077
|
"value": "var( --kendo-grid-group-footer-border-width-y, 1px )",
|
|
144970
145078
|
"scope": "default",
|
|
144971
145079
|
"line": {
|
|
144972
|
-
"start":
|
|
144973
|
-
"end":
|
|
145080
|
+
"start": 376,
|
|
145081
|
+
"end": 376
|
|
144974
145082
|
}
|
|
144975
145083
|
},
|
|
144976
145084
|
"group": [
|
|
@@ -144987,8 +145095,8 @@
|
|
|
144987
145095
|
{
|
|
144988
145096
|
"description": "The vertical border width of the Grid group footer.\n",
|
|
144989
145097
|
"commentRange": {
|
|
144990
|
-
"start":
|
|
144991
|
-
"end":
|
|
145098
|
+
"start": 377,
|
|
145099
|
+
"end": 378
|
|
144992
145100
|
},
|
|
144993
145101
|
"context": {
|
|
144994
145102
|
"type": "variable",
|
|
@@ -144996,8 +145104,8 @@
|
|
|
144996
145104
|
"value": "var( --kendo-grid-group-footer-border-width-x, 0px )",
|
|
144997
145105
|
"scope": "default",
|
|
144998
145106
|
"line": {
|
|
144999
|
-
"start":
|
|
145000
|
-
"end":
|
|
145107
|
+
"start": 379,
|
|
145108
|
+
"end": 379
|
|
145001
145109
|
}
|
|
145002
145110
|
},
|
|
145003
145111
|
"group": [
|
|
@@ -145014,8 +145122,8 @@
|
|
|
145014
145122
|
{
|
|
145015
145123
|
"description": "The text color of the Grid group drop clue.\n",
|
|
145016
145124
|
"commentRange": {
|
|
145017
|
-
"start":
|
|
145018
|
-
"end":
|
|
145125
|
+
"start": 381,
|
|
145126
|
+
"end": 382
|
|
145019
145127
|
},
|
|
145020
145128
|
"context": {
|
|
145021
145129
|
"type": "variable",
|
|
@@ -145023,8 +145131,8 @@
|
|
|
145023
145131
|
"value": "var( --kendo-grid-group-drop-hint-bg, #{k-color(primary)} )",
|
|
145024
145132
|
"scope": "default",
|
|
145025
145133
|
"line": {
|
|
145026
|
-
"start":
|
|
145027
|
-
"end":
|
|
145134
|
+
"start": 383,
|
|
145135
|
+
"end": 383
|
|
145028
145136
|
}
|
|
145029
145137
|
},
|
|
145030
145138
|
"group": [
|
|
@@ -145041,8 +145149,8 @@
|
|
|
145041
145149
|
{
|
|
145042
145150
|
"description": "The border width of the Grid sticky cell.\n",
|
|
145043
145151
|
"commentRange": {
|
|
145044
|
-
"start":
|
|
145045
|
-
"end":
|
|
145152
|
+
"start": 385,
|
|
145153
|
+
"end": 386
|
|
145046
145154
|
},
|
|
145047
145155
|
"context": {
|
|
145048
145156
|
"type": "variable",
|
|
@@ -145050,8 +145158,8 @@
|
|
|
145050
145158
|
"value": "var( --kendo-grid-sticky-cell-border-width, #{$kendo-grid-border-width} )",
|
|
145051
145159
|
"scope": "default",
|
|
145052
145160
|
"line": {
|
|
145053
|
-
"start":
|
|
145054
|
-
"end":
|
|
145161
|
+
"start": 387,
|
|
145162
|
+
"end": 387
|
|
145055
145163
|
}
|
|
145056
145164
|
},
|
|
145057
145165
|
"group": [
|
|
@@ -145068,8 +145176,8 @@
|
|
|
145068
145176
|
{
|
|
145069
145177
|
"description": "The background color of the Grid sticky cell.\n",
|
|
145070
145178
|
"commentRange": {
|
|
145071
|
-
"start":
|
|
145072
|
-
"end":
|
|
145179
|
+
"start": 388,
|
|
145180
|
+
"end": 389
|
|
145073
145181
|
},
|
|
145074
145182
|
"context": {
|
|
145075
145183
|
"type": "variable",
|
|
@@ -145077,8 +145185,8 @@
|
|
|
145077
145185
|
"value": "var( --kendo-grid-sticky-bg, #{k-color(surface-alt)} )",
|
|
145078
145186
|
"scope": "default",
|
|
145079
145187
|
"line": {
|
|
145080
|
-
"start":
|
|
145081
|
-
"end":
|
|
145188
|
+
"start": 390,
|
|
145189
|
+
"end": 390
|
|
145082
145190
|
}
|
|
145083
145191
|
},
|
|
145084
145192
|
"group": [
|
|
@@ -145095,8 +145203,8 @@
|
|
|
145095
145203
|
{
|
|
145096
145204
|
"description": "The border color of the Grid sticky cell.\n",
|
|
145097
145205
|
"commentRange": {
|
|
145098
|
-
"start":
|
|
145099
|
-
"end":
|
|
145206
|
+
"start": 392,
|
|
145207
|
+
"end": 393
|
|
145100
145208
|
},
|
|
145101
145209
|
"context": {
|
|
145102
145210
|
"type": "variable",
|
|
@@ -145104,8 +145212,8 @@
|
|
|
145104
145212
|
"value": "var( --kendo-grid-sticky-border, color-mix(in srgb, #{k-color(border)} 80%, transparent) )",
|
|
145105
145213
|
"scope": "default",
|
|
145106
145214
|
"line": {
|
|
145107
|
-
"start":
|
|
145108
|
-
"end":
|
|
145215
|
+
"start": 394,
|
|
145216
|
+
"end": 394
|
|
145109
145217
|
}
|
|
145110
145218
|
},
|
|
145111
145219
|
"group": [
|
|
@@ -145122,8 +145230,8 @@
|
|
|
145122
145230
|
{
|
|
145123
145231
|
"description": "The alt background color of the Grid sticky cell.\n",
|
|
145124
145232
|
"commentRange": {
|
|
145125
|
-
"start":
|
|
145126
|
-
"end":
|
|
145233
|
+
"start": 395,
|
|
145234
|
+
"end": 396
|
|
145127
145235
|
},
|
|
145128
145236
|
"context": {
|
|
145129
145237
|
"type": "variable",
|
|
@@ -145131,8 +145239,8 @@
|
|
|
145131
145239
|
"value": "var( --kendo-grid-sticky-alt-bg, #{$kendo-grid-sticky-bg} )",
|
|
145132
145240
|
"scope": "default",
|
|
145133
145241
|
"line": {
|
|
145134
|
-
"start":
|
|
145135
|
-
"end":
|
|
145242
|
+
"start": 397,
|
|
145243
|
+
"end": 397
|
|
145136
145244
|
}
|
|
145137
145245
|
},
|
|
145138
145246
|
"group": [
|
|
@@ -145149,8 +145257,8 @@
|
|
|
145149
145257
|
{
|
|
145150
145258
|
"description": "The background color of the Grid sticky cell.\n",
|
|
145151
145259
|
"commentRange": {
|
|
145152
|
-
"start":
|
|
145153
|
-
"end":
|
|
145260
|
+
"start": 398,
|
|
145261
|
+
"end": 399
|
|
145154
145262
|
},
|
|
145155
145263
|
"context": {
|
|
145156
145264
|
"type": "variable",
|
|
@@ -145158,8 +145266,8 @@
|
|
|
145158
145266
|
"value": "var( --kendo-grid-sticky-hover-bg, k-color(base-hover) )",
|
|
145159
145267
|
"scope": "default",
|
|
145160
145268
|
"line": {
|
|
145161
|
-
"start":
|
|
145162
|
-
"end":
|
|
145269
|
+
"start": 400,
|
|
145270
|
+
"end": 400
|
|
145163
145271
|
}
|
|
145164
145272
|
},
|
|
145165
145273
|
"group": [
|
|
@@ -145176,8 +145284,8 @@
|
|
|
145176
145284
|
{
|
|
145177
145285
|
"description": "The background color of the Grid sticky header.\n",
|
|
145178
145286
|
"commentRange": {
|
|
145179
|
-
"start":
|
|
145180
|
-
"end":
|
|
145287
|
+
"start": 402,
|
|
145288
|
+
"end": 403
|
|
145181
145289
|
},
|
|
145182
145290
|
"context": {
|
|
145183
145291
|
"type": "variable",
|
|
@@ -145185,8 +145293,8 @@
|
|
|
145185
145293
|
"value": "var( --kendo-grid-sticky-header-bg, #{$kendo-grid-header-bg} )",
|
|
145186
145294
|
"scope": "default",
|
|
145187
145295
|
"line": {
|
|
145188
|
-
"start":
|
|
145189
|
-
"end":
|
|
145296
|
+
"start": 404,
|
|
145297
|
+
"end": 404
|
|
145190
145298
|
}
|
|
145191
145299
|
},
|
|
145192
145300
|
"group": [
|
|
@@ -145203,8 +145311,8 @@
|
|
|
145203
145311
|
{
|
|
145204
145312
|
"description": "The text color of the Grid sticky header.\n",
|
|
145205
145313
|
"commentRange": {
|
|
145206
|
-
"start":
|
|
145207
|
-
"end":
|
|
145314
|
+
"start": 405,
|
|
145315
|
+
"end": 406
|
|
145208
145316
|
},
|
|
145209
145317
|
"context": {
|
|
145210
145318
|
"type": "variable",
|
|
@@ -145212,8 +145320,8 @@
|
|
|
145212
145320
|
"value": "var( --kendo-grid-sticky-header-text, #{$kendo-grid-header-text} )",
|
|
145213
145321
|
"scope": "default",
|
|
145214
145322
|
"line": {
|
|
145215
|
-
"start":
|
|
145216
|
-
"end":
|
|
145323
|
+
"start": 407,
|
|
145324
|
+
"end": 407
|
|
145217
145325
|
}
|
|
145218
145326
|
},
|
|
145219
145327
|
"group": [
|
|
@@ -145230,8 +145338,8 @@
|
|
|
145230
145338
|
{
|
|
145231
145339
|
"description": "The border color of the Grid sticky header.\n",
|
|
145232
145340
|
"commentRange": {
|
|
145233
|
-
"start":
|
|
145234
|
-
"end":
|
|
145341
|
+
"start": 408,
|
|
145342
|
+
"end": 409
|
|
145235
145343
|
},
|
|
145236
145344
|
"context": {
|
|
145237
145345
|
"type": "variable",
|
|
@@ -145239,8 +145347,8 @@
|
|
|
145239
145347
|
"value": "var( --kendo-grid-sticky-header-border, #{$kendo-grid-sticky-border} )",
|
|
145240
145348
|
"scope": "default",
|
|
145241
145349
|
"line": {
|
|
145242
|
-
"start":
|
|
145243
|
-
"end":
|
|
145350
|
+
"start": 410,
|
|
145351
|
+
"end": 410
|
|
145244
145352
|
}
|
|
145245
145353
|
},
|
|
145246
145354
|
"group": [
|
|
@@ -145257,8 +145365,8 @@
|
|
|
145257
145365
|
{
|
|
145258
145366
|
"description": "The background color of the Grid sticky footer.\n",
|
|
145259
145367
|
"commentRange": {
|
|
145260
|
-
"start":
|
|
145261
|
-
"end":
|
|
145368
|
+
"start": 412,
|
|
145369
|
+
"end": 413
|
|
145262
145370
|
},
|
|
145263
145371
|
"context": {
|
|
145264
145372
|
"type": "variable",
|
|
@@ -145266,8 +145374,8 @@
|
|
|
145266
145374
|
"value": "var( --kendo-grid-sticky-footer-bg, #{$kendo-grid-header-bg} )",
|
|
145267
145375
|
"scope": "default",
|
|
145268
145376
|
"line": {
|
|
145269
|
-
"start":
|
|
145270
|
-
"end":
|
|
145377
|
+
"start": 414,
|
|
145378
|
+
"end": 414
|
|
145271
145379
|
}
|
|
145272
145380
|
},
|
|
145273
145381
|
"group": [
|
|
@@ -145284,8 +145392,8 @@
|
|
|
145284
145392
|
{
|
|
145285
145393
|
"description": "The box shadow of the sticky container in the Grid.\n",
|
|
145286
145394
|
"commentRange": {
|
|
145287
|
-
"start":
|
|
145288
|
-
"end":
|
|
145395
|
+
"start": 416,
|
|
145396
|
+
"end": 417
|
|
145289
145397
|
},
|
|
145290
145398
|
"context": {
|
|
145291
145399
|
"type": "variable",
|
|
@@ -145293,8 +145401,8 @@
|
|
|
145293
145401
|
"value": "0 2px 4px 0 rgba(0, 0, 0, 0.08)",
|
|
145294
145402
|
"scope": "default",
|
|
145295
145403
|
"line": {
|
|
145296
|
-
"start":
|
|
145297
|
-
"end":
|
|
145404
|
+
"start": 418,
|
|
145405
|
+
"end": 418
|
|
145298
145406
|
}
|
|
145299
145407
|
},
|
|
145300
145408
|
"group": [
|
|
@@ -145311,8 +145419,8 @@
|
|
|
145311
145419
|
{
|
|
145312
145420
|
"description": "The box shadow of the sticky container positioned at the bottom in the Grid.\n",
|
|
145313
145421
|
"commentRange": {
|
|
145314
|
-
"start":
|
|
145315
|
-
"end":
|
|
145422
|
+
"start": 419,
|
|
145423
|
+
"end": 420
|
|
145316
145424
|
},
|
|
145317
145425
|
"context": {
|
|
145318
145426
|
"type": "variable",
|
|
@@ -145320,8 +145428,8 @@
|
|
|
145320
145428
|
"value": "0 -2px 4px 0 rgba(0, 0, 0, 0.08)",
|
|
145321
145429
|
"scope": "default",
|
|
145322
145430
|
"line": {
|
|
145323
|
-
"start":
|
|
145324
|
-
"end":
|
|
145431
|
+
"start": 421,
|
|
145432
|
+
"end": 421
|
|
145325
145433
|
}
|
|
145326
145434
|
},
|
|
145327
145435
|
"group": [
|
|
@@ -145338,8 +145446,8 @@
|
|
|
145338
145446
|
{
|
|
145339
145447
|
"description": "The box shadow of the pinned container in the Grid.\n",
|
|
145340
145448
|
"commentRange": {
|
|
145341
|
-
"start":
|
|
145342
|
-
"end":
|
|
145449
|
+
"start": 423,
|
|
145450
|
+
"end": 424
|
|
145343
145451
|
},
|
|
145344
145452
|
"context": {
|
|
145345
145453
|
"type": "variable",
|
|
@@ -145347,8 +145455,8 @@
|
|
|
145347
145455
|
"value": "0 4px 8px 0 rgba(0, 0, 0, 0.08)",
|
|
145348
145456
|
"scope": "default",
|
|
145349
145457
|
"line": {
|
|
145350
|
-
"start":
|
|
145351
|
-
"end":
|
|
145458
|
+
"start": 425,
|
|
145459
|
+
"end": 425
|
|
145352
145460
|
}
|
|
145353
145461
|
},
|
|
145354
145462
|
"group": [
|
|
@@ -145365,8 +145473,8 @@
|
|
|
145365
145473
|
{
|
|
145366
145474
|
"description": "The box shadow of the pinned container positioned at the bottom in the Grid.\n",
|
|
145367
145475
|
"commentRange": {
|
|
145368
|
-
"start":
|
|
145369
|
-
"end":
|
|
145476
|
+
"start": 426,
|
|
145477
|
+
"end": 427
|
|
145370
145478
|
},
|
|
145371
145479
|
"context": {
|
|
145372
145480
|
"type": "variable",
|
|
@@ -145374,8 +145482,8 @@
|
|
|
145374
145482
|
"value": "0 -4px 8px 0 rgba(0, 0, 0, 0.08)",
|
|
145375
145483
|
"scope": "default",
|
|
145376
145484
|
"line": {
|
|
145377
|
-
"start":
|
|
145378
|
-
"end":
|
|
145485
|
+
"start": 428,
|
|
145486
|
+
"end": 428
|
|
145379
145487
|
}
|
|
145380
145488
|
},
|
|
145381
145489
|
"group": [
|
|
@@ -145392,8 +145500,8 @@
|
|
|
145392
145500
|
{
|
|
145393
145501
|
"description": "The horizontal padding of the Grid filter menu container.\n",
|
|
145394
145502
|
"commentRange": {
|
|
145395
|
-
"start":
|
|
145396
|
-
"end":
|
|
145503
|
+
"start": 430,
|
|
145504
|
+
"end": 431
|
|
145397
145505
|
},
|
|
145398
145506
|
"context": {
|
|
145399
145507
|
"type": "variable",
|
|
@@ -145401,8 +145509,8 @@
|
|
|
145401
145509
|
"value": "var( --kendo-filter-menu-container-padding-y, #{k-spacing(3)} )",
|
|
145402
145510
|
"scope": "default",
|
|
145403
145511
|
"line": {
|
|
145404
|
-
"start":
|
|
145405
|
-
"end":
|
|
145512
|
+
"start": 432,
|
|
145513
|
+
"end": 432
|
|
145406
145514
|
}
|
|
145407
145515
|
},
|
|
145408
145516
|
"group": [
|
|
@@ -145419,8 +145527,8 @@
|
|
|
145419
145527
|
{
|
|
145420
145528
|
"description": "The vertical padding of the Grid filter menu container.\n",
|
|
145421
145529
|
"commentRange": {
|
|
145422
|
-
"start":
|
|
145423
|
-
"end":
|
|
145530
|
+
"start": 433,
|
|
145531
|
+
"end": 434
|
|
145424
145532
|
},
|
|
145425
145533
|
"context": {
|
|
145426
145534
|
"type": "variable",
|
|
@@ -145428,8 +145536,8 @@
|
|
|
145428
145536
|
"value": "var( --kendo-filter-menu-container-padding-x, #{k-spacing(3)} )",
|
|
145429
145537
|
"scope": "default",
|
|
145430
145538
|
"line": {
|
|
145431
|
-
"start":
|
|
145432
|
-
"end":
|
|
145539
|
+
"start": 435,
|
|
145540
|
+
"end": 435
|
|
145433
145541
|
}
|
|
145434
145542
|
},
|
|
145435
145543
|
"group": [
|
|
@@ -145446,8 +145554,8 @@
|
|
|
145446
145554
|
{
|
|
145447
145555
|
"description": "The default width of the Grid column menu.\n",
|
|
145448
145556
|
"commentRange": {
|
|
145449
|
-
"start":
|
|
145450
|
-
"end":
|
|
145557
|
+
"start": 437,
|
|
145558
|
+
"end": 438
|
|
145451
145559
|
},
|
|
145452
145560
|
"context": {
|
|
145453
145561
|
"type": "variable",
|
|
@@ -145455,8 +145563,8 @@
|
|
|
145455
145563
|
"value": "var( --kendo-grid-column-menu-width, 230px )",
|
|
145456
145564
|
"scope": "default",
|
|
145457
145565
|
"line": {
|
|
145458
|
-
"start":
|
|
145459
|
-
"end":
|
|
145566
|
+
"start": 439,
|
|
145567
|
+
"end": 439
|
|
145460
145568
|
}
|
|
145461
145569
|
},
|
|
145462
145570
|
"group": [
|
|
@@ -145473,8 +145581,8 @@
|
|
|
145473
145581
|
{
|
|
145474
145582
|
"description": "The max width of the Grid column menu.\n",
|
|
145475
145583
|
"commentRange": {
|
|
145476
|
-
"start":
|
|
145477
|
-
"end":
|
|
145584
|
+
"start": 440,
|
|
145585
|
+
"end": 441
|
|
145478
145586
|
},
|
|
145479
145587
|
"context": {
|
|
145480
145588
|
"type": "variable",
|
|
@@ -145482,8 +145590,8 @@
|
|
|
145482
145590
|
"value": "var( --kendo-grid-column-menu-max-width, 320px )",
|
|
145483
145591
|
"scope": "default",
|
|
145484
145592
|
"line": {
|
|
145485
|
-
"start":
|
|
145486
|
-
"end":
|
|
145593
|
+
"start": 442,
|
|
145594
|
+
"end": 442
|
|
145487
145595
|
}
|
|
145488
145596
|
},
|
|
145489
145597
|
"group": [
|
|
@@ -145500,8 +145608,8 @@
|
|
|
145500
145608
|
{
|
|
145501
145609
|
"description": "The spacing of the Grid column menu.\n",
|
|
145502
145610
|
"commentRange": {
|
|
145503
|
-
"start":
|
|
145504
|
-
"end":
|
|
145611
|
+
"start": 443,
|
|
145612
|
+
"end": 444
|
|
145505
145613
|
},
|
|
145506
145614
|
"context": {
|
|
145507
145615
|
"type": "variable",
|
|
@@ -145509,8 +145617,8 @@
|
|
|
145509
145617
|
"value": "var( --kendo-grid-column-menu-spacing, #{k-spacing(2)} )",
|
|
145510
145618
|
"scope": "default",
|
|
145511
145619
|
"line": {
|
|
145512
|
-
"start":
|
|
145513
|
-
"end":
|
|
145620
|
+
"start": 445,
|
|
145621
|
+
"end": 445
|
|
145514
145622
|
}
|
|
145515
145623
|
},
|
|
145516
145624
|
"group": [
|
|
@@ -145527,8 +145635,8 @@
|
|
|
145527
145635
|
{
|
|
145528
145636
|
"description": "The focus shadow of the Grid column menu.\n",
|
|
145529
145637
|
"commentRange": {
|
|
145530
|
-
"start":
|
|
145531
|
-
"end":
|
|
145638
|
+
"start": 446,
|
|
145639
|
+
"end": 447
|
|
145532
145640
|
},
|
|
145533
145641
|
"context": {
|
|
145534
145642
|
"type": "variable",
|
|
@@ -145536,8 +145644,8 @@
|
|
|
145536
145644
|
"value": "var( --kendo-grid-column-menu-shadow, k-elevation(4) )",
|
|
145537
145645
|
"scope": "default",
|
|
145538
145646
|
"line": {
|
|
145539
|
-
"start":
|
|
145540
|
-
"end":
|
|
145647
|
+
"start": 448,
|
|
145648
|
+
"end": 448
|
|
145541
145649
|
}
|
|
145542
145650
|
},
|
|
145543
145651
|
"group": [
|
|
@@ -145554,8 +145662,8 @@
|
|
|
145554
145662
|
{
|
|
145555
145663
|
"description": "The background color of the Grid column menu.\n",
|
|
145556
145664
|
"commentRange": {
|
|
145557
|
-
"start":
|
|
145558
|
-
"end":
|
|
145665
|
+
"start": 449,
|
|
145666
|
+
"end": 450
|
|
145559
145667
|
},
|
|
145560
145668
|
"context": {
|
|
145561
145669
|
"type": "variable",
|
|
@@ -145563,8 +145671,8 @@
|
|
|
145563
145671
|
"value": "var( --kendo-grid-column-menu-bg, #{k-color(surface-alt)} )",
|
|
145564
145672
|
"scope": "default",
|
|
145565
145673
|
"line": {
|
|
145566
|
-
"start":
|
|
145567
|
-
"end":
|
|
145674
|
+
"start": 451,
|
|
145675
|
+
"end": 451
|
|
145568
145676
|
}
|
|
145569
145677
|
},
|
|
145570
145678
|
"group": [
|
|
@@ -145581,8 +145689,8 @@
|
|
|
145581
145689
|
{
|
|
145582
145690
|
"description": "The text color of the Grid column menu.\n",
|
|
145583
145691
|
"commentRange": {
|
|
145584
|
-
"start":
|
|
145585
|
-
"end":
|
|
145692
|
+
"start": 452,
|
|
145693
|
+
"end": 453
|
|
145586
145694
|
},
|
|
145587
145695
|
"context": {
|
|
145588
145696
|
"type": "variable",
|
|
@@ -145590,8 +145698,8 @@
|
|
|
145590
145698
|
"value": "var( --kendo-grid-column-menu-text, #{k-color(on-app-surface)} )",
|
|
145591
145699
|
"scope": "default",
|
|
145592
145700
|
"line": {
|
|
145593
|
-
"start":
|
|
145594
|
-
"end":
|
|
145701
|
+
"start": 454,
|
|
145702
|
+
"end": 454
|
|
145595
145703
|
}
|
|
145596
145704
|
},
|
|
145597
145705
|
"group": [
|
|
@@ -145608,8 +145716,8 @@
|
|
|
145608
145716
|
{
|
|
145609
145717
|
"description": "The border color of the Grid column menu.\n",
|
|
145610
145718
|
"commentRange": {
|
|
145611
|
-
"start":
|
|
145612
|
-
"end":
|
|
145719
|
+
"start": 455,
|
|
145720
|
+
"end": 456
|
|
145613
145721
|
},
|
|
145614
145722
|
"context": {
|
|
145615
145723
|
"type": "variable",
|
|
@@ -145617,8 +145725,8 @@
|
|
|
145617
145725
|
"value": "var( --kendo-grid-column-menu-border, color-mix(in srgb, #{k-color(border)} 16%, transparent) )",
|
|
145618
145726
|
"scope": "default",
|
|
145619
145727
|
"line": {
|
|
145620
|
-
"start":
|
|
145621
|
-
"end":
|
|
145728
|
+
"start": 457,
|
|
145729
|
+
"end": 457
|
|
145622
145730
|
}
|
|
145623
145731
|
},
|
|
145624
145732
|
"group": [
|
|
@@ -145635,8 +145743,8 @@
|
|
|
145635
145743
|
{
|
|
145636
145744
|
"description": "The font size of the Grid column menu checkbox container.\n",
|
|
145637
145745
|
"commentRange": {
|
|
145638
|
-
"start":
|
|
145639
|
-
"end":
|
|
145746
|
+
"start": 459,
|
|
145747
|
+
"end": 460
|
|
145640
145748
|
},
|
|
145641
145749
|
"context": {
|
|
145642
145750
|
"type": "variable",
|
|
@@ -145644,8 +145752,8 @@
|
|
|
145644
145752
|
"value": "var( --kendo-grid-column-menu-multicheck-font-size, #{$kendo-list-md-font-size} )",
|
|
145645
145753
|
"scope": "default",
|
|
145646
145754
|
"line": {
|
|
145647
|
-
"start":
|
|
145648
|
-
"end":
|
|
145755
|
+
"start": 461,
|
|
145756
|
+
"end": 461
|
|
145649
145757
|
}
|
|
145650
145758
|
},
|
|
145651
145759
|
"group": [
|
|
@@ -145662,8 +145770,8 @@
|
|
|
145662
145770
|
{
|
|
145663
145771
|
"description": "The line height of the Grid column menu checkbox container.\n",
|
|
145664
145772
|
"commentRange": {
|
|
145665
|
-
"start":
|
|
145666
|
-
"end":
|
|
145773
|
+
"start": 462,
|
|
145774
|
+
"end": 463
|
|
145667
145775
|
},
|
|
145668
145776
|
"context": {
|
|
145669
145777
|
"type": "variable",
|
|
@@ -145671,8 +145779,8 @@
|
|
|
145671
145779
|
"value": "var( --kendo-grid-column-menu-multicheck-line-height, #{$kendo-list-md-line-height} )",
|
|
145672
145780
|
"scope": "default",
|
|
145673
145781
|
"line": {
|
|
145674
|
-
"start":
|
|
145675
|
-
"end":
|
|
145782
|
+
"start": 464,
|
|
145783
|
+
"end": 464
|
|
145676
145784
|
}
|
|
145677
145785
|
},
|
|
145678
145786
|
"group": [
|
|
@@ -145689,8 +145797,8 @@
|
|
|
145689
145797
|
{
|
|
145690
145798
|
"description": "The vertical padding of the Grid column menu items wrap.\n",
|
|
145691
145799
|
"commentRange": {
|
|
145692
|
-
"start":
|
|
145693
|
-
"end":
|
|
145800
|
+
"start": 466,
|
|
145801
|
+
"end": 467
|
|
145694
145802
|
},
|
|
145695
145803
|
"context": {
|
|
145696
145804
|
"type": "variable",
|
|
@@ -145698,8 +145806,8 @@
|
|
|
145698
145806
|
"value": "var( --kendo-grid-column-menu-items-wrap-padding-y, #{k-spacing(2)} )",
|
|
145699
145807
|
"scope": "default",
|
|
145700
145808
|
"line": {
|
|
145701
|
-
"start":
|
|
145702
|
-
"end":
|
|
145809
|
+
"start": 468,
|
|
145810
|
+
"end": 468
|
|
145703
145811
|
}
|
|
145704
145812
|
},
|
|
145705
145813
|
"group": [
|
|
@@ -145716,8 +145824,8 @@
|
|
|
145716
145824
|
{
|
|
145717
145825
|
"description": "The horizontal padding of the Grid column menu items wrap.\n",
|
|
145718
145826
|
"commentRange": {
|
|
145719
|
-
"start":
|
|
145720
|
-
"end":
|
|
145827
|
+
"start": 469,
|
|
145828
|
+
"end": 470
|
|
145721
145829
|
},
|
|
145722
145830
|
"context": {
|
|
145723
145831
|
"type": "variable",
|
|
@@ -145725,8 +145833,8 @@
|
|
|
145725
145833
|
"value": "var( --kendo-grid-column-menu-items-wrap-padding-x, #{k-spacing(2)} )",
|
|
145726
145834
|
"scope": "default",
|
|
145727
145835
|
"line": {
|
|
145728
|
-
"start":
|
|
145729
|
-
"end":
|
|
145836
|
+
"start": 471,
|
|
145837
|
+
"end": 471
|
|
145730
145838
|
}
|
|
145731
145839
|
},
|
|
145732
145840
|
"group": [
|
|
@@ -145743,8 +145851,8 @@
|
|
|
145743
145851
|
{
|
|
145744
145852
|
"description": "The horizontal padding of the Grid column menu item.\n",
|
|
145745
145853
|
"commentRange": {
|
|
145746
|
-
"start":
|
|
145747
|
-
"end":
|
|
145854
|
+
"start": 473,
|
|
145855
|
+
"end": 474
|
|
145748
145856
|
},
|
|
145749
145857
|
"context": {
|
|
145750
145858
|
"type": "variable",
|
|
@@ -145752,8 +145860,8 @@
|
|
|
145752
145860
|
"value": "var( --kendo-grid-column-menu-item-padding-y, #{$kendo-list-md-item-padding-y} )",
|
|
145753
145861
|
"scope": "default",
|
|
145754
145862
|
"line": {
|
|
145755
|
-
"start":
|
|
145756
|
-
"end":
|
|
145863
|
+
"start": 475,
|
|
145864
|
+
"end": 475
|
|
145757
145865
|
}
|
|
145758
145866
|
},
|
|
145759
145867
|
"group": [
|
|
@@ -145770,8 +145878,8 @@
|
|
|
145770
145878
|
{
|
|
145771
145879
|
"description": "The vertical padding of the Grid column menu item.\n",
|
|
145772
145880
|
"commentRange": {
|
|
145773
|
-
"start":
|
|
145774
|
-
"end":
|
|
145881
|
+
"start": 476,
|
|
145882
|
+
"end": 477
|
|
145775
145883
|
},
|
|
145776
145884
|
"context": {
|
|
145777
145885
|
"type": "variable",
|
|
@@ -145779,8 +145887,8 @@
|
|
|
145779
145887
|
"value": "var( --kendo-grid-column-menu-item-padding-x, #{$kendo-list-md-item-padding-x} )",
|
|
145780
145888
|
"scope": "default",
|
|
145781
145889
|
"line": {
|
|
145782
|
-
"start":
|
|
145783
|
-
"end":
|
|
145890
|
+
"start": 478,
|
|
145891
|
+
"end": 478
|
|
145784
145892
|
}
|
|
145785
145893
|
},
|
|
145786
145894
|
"group": [
|
|
@@ -145797,8 +145905,8 @@
|
|
|
145797
145905
|
{
|
|
145798
145906
|
"description": "The spacing of the Grid column menu item.\n",
|
|
145799
145907
|
"commentRange": {
|
|
145800
|
-
"start":
|
|
145801
|
-
"end":
|
|
145908
|
+
"start": 479,
|
|
145909
|
+
"end": 480
|
|
145802
145910
|
},
|
|
145803
145911
|
"context": {
|
|
145804
145912
|
"type": "variable",
|
|
@@ -145806,8 +145914,8 @@
|
|
|
145806
145914
|
"value": "var( --kendo-grid-column-menu-item-gap, #{$kendo-list-md-item-padding-x} )",
|
|
145807
145915
|
"scope": "default",
|
|
145808
145916
|
"line": {
|
|
145809
|
-
"start":
|
|
145810
|
-
"end":
|
|
145917
|
+
"start": 481,
|
|
145918
|
+
"end": 481
|
|
145811
145919
|
}
|
|
145812
145920
|
},
|
|
145813
145921
|
"group": [
|
|
@@ -145824,8 +145932,8 @@
|
|
|
145824
145932
|
{
|
|
145825
145933
|
"description": "The background color of the Grid column menu item.\n",
|
|
145826
145934
|
"commentRange": {
|
|
145827
|
-
"start":
|
|
145828
|
-
"end":
|
|
145935
|
+
"start": 482,
|
|
145936
|
+
"end": 483
|
|
145829
145937
|
},
|
|
145830
145938
|
"context": {
|
|
145831
145939
|
"type": "variable",
|
|
@@ -145833,8 +145941,8 @@
|
|
|
145833
145941
|
"value": "var( --kendo-grid-column-menu-item-bg, #{$kendo-list-item-bg} )",
|
|
145834
145942
|
"scope": "default",
|
|
145835
145943
|
"line": {
|
|
145836
|
-
"start":
|
|
145837
|
-
"end":
|
|
145944
|
+
"start": 484,
|
|
145945
|
+
"end": 484
|
|
145838
145946
|
}
|
|
145839
145947
|
},
|
|
145840
145948
|
"group": [
|
|
@@ -145851,8 +145959,8 @@
|
|
|
145851
145959
|
{
|
|
145852
145960
|
"description": "The text color of the Grid column menu item.\n",
|
|
145853
145961
|
"commentRange": {
|
|
145854
|
-
"start":
|
|
145855
|
-
"end":
|
|
145962
|
+
"start": 485,
|
|
145963
|
+
"end": 486
|
|
145856
145964
|
},
|
|
145857
145965
|
"context": {
|
|
145858
145966
|
"type": "variable",
|
|
@@ -145860,8 +145968,8 @@
|
|
|
145860
145968
|
"value": "var( --kendo-grid-column-menu-item-text, #{$kendo-list-item-text} )",
|
|
145861
145969
|
"scope": "default",
|
|
145862
145970
|
"line": {
|
|
145863
|
-
"start":
|
|
145864
|
-
"end":
|
|
145971
|
+
"start": 487,
|
|
145972
|
+
"end": 487
|
|
145865
145973
|
}
|
|
145866
145974
|
},
|
|
145867
145975
|
"group": [
|
|
@@ -145878,8 +145986,8 @@
|
|
|
145878
145986
|
{
|
|
145879
145987
|
"description": "The text color of the Grid column menu item icon.\n",
|
|
145880
145988
|
"commentRange": {
|
|
145881
|
-
"start":
|
|
145882
|
-
"end":
|
|
145989
|
+
"start": 489,
|
|
145990
|
+
"end": 490
|
|
145883
145991
|
},
|
|
145884
145992
|
"context": {
|
|
145885
145993
|
"type": "variable",
|
|
@@ -145887,8 +145995,8 @@
|
|
|
145887
145995
|
"value": "var( --kendo-grid-column-menu-item-icon-text, #{$kendo-list-item-icon-text} )",
|
|
145888
145996
|
"scope": "default",
|
|
145889
145997
|
"line": {
|
|
145890
|
-
"start":
|
|
145891
|
-
"end":
|
|
145998
|
+
"start": 491,
|
|
145999
|
+
"end": 491
|
|
145892
146000
|
}
|
|
145893
146001
|
},
|
|
145894
146002
|
"group": [
|
|
@@ -145905,8 +146013,8 @@
|
|
|
145905
146013
|
{
|
|
145906
146014
|
"description": "The vertical padding of the Grid column menu group header.\n",
|
|
145907
146015
|
"commentRange": {
|
|
145908
|
-
"start":
|
|
145909
|
-
"end":
|
|
146016
|
+
"start": 493,
|
|
146017
|
+
"end": 494
|
|
145910
146018
|
},
|
|
145911
146019
|
"context": {
|
|
145912
146020
|
"type": "variable",
|
|
@@ -145914,8 +146022,8 @@
|
|
|
145914
146022
|
"value": "var( --kendo-grid-column-menu-group-header-padding-y, #{$kendo-grid-column-menu-item-padding-y} )",
|
|
145915
146023
|
"scope": "default",
|
|
145916
146024
|
"line": {
|
|
145917
|
-
"start":
|
|
145918
|
-
"end":
|
|
146025
|
+
"start": 495,
|
|
146026
|
+
"end": 495
|
|
145919
146027
|
}
|
|
145920
146028
|
},
|
|
145921
146029
|
"group": [
|
|
@@ -145932,8 +146040,8 @@
|
|
|
145932
146040
|
{
|
|
145933
146041
|
"description": "The horizontal padding of the Grid column menu group header.\n",
|
|
145934
146042
|
"commentRange": {
|
|
145935
|
-
"start":
|
|
145936
|
-
"end":
|
|
146043
|
+
"start": 496,
|
|
146044
|
+
"end": 497
|
|
145937
146045
|
},
|
|
145938
146046
|
"context": {
|
|
145939
146047
|
"type": "variable",
|
|
@@ -145941,8 +146049,8 @@
|
|
|
145941
146049
|
"value": "var( --kendo-grid-column-menu-group-header-padding-x, #{$kendo-grid-column-menu-item-padding-x} )",
|
|
145942
146050
|
"scope": "default",
|
|
145943
146051
|
"line": {
|
|
145944
|
-
"start":
|
|
145945
|
-
"end":
|
|
146052
|
+
"start": 498,
|
|
146053
|
+
"end": 498
|
|
145946
146054
|
}
|
|
145947
146055
|
},
|
|
145948
146056
|
"group": [
|
|
@@ -145959,8 +146067,8 @@
|
|
|
145959
146067
|
{
|
|
145960
146068
|
"description": "The border width of the Grid column menu group header.\n",
|
|
145961
146069
|
"commentRange": {
|
|
145962
|
-
"start":
|
|
145963
|
-
"end":
|
|
146070
|
+
"start": 499,
|
|
146071
|
+
"end": 500
|
|
145964
146072
|
},
|
|
145965
146073
|
"context": {
|
|
145966
146074
|
"type": "variable",
|
|
@@ -145968,8 +146076,8 @@
|
|
|
145968
146076
|
"value": "var( --kendo-grid-column-menu-group-header-border-width, 1px )",
|
|
145969
146077
|
"scope": "default",
|
|
145970
146078
|
"line": {
|
|
145971
|
-
"start":
|
|
145972
|
-
"end":
|
|
146079
|
+
"start": 501,
|
|
146080
|
+
"end": 501
|
|
145973
146081
|
}
|
|
145974
146082
|
},
|
|
145975
146083
|
"group": [
|
|
@@ -145986,8 +146094,8 @@
|
|
|
145986
146094
|
{
|
|
145987
146095
|
"description": "The border style of the Grid column menu group header.\n",
|
|
145988
146096
|
"commentRange": {
|
|
145989
|
-
"start":
|
|
145990
|
-
"end":
|
|
146097
|
+
"start": 502,
|
|
146098
|
+
"end": 503
|
|
145991
146099
|
},
|
|
145992
146100
|
"context": {
|
|
145993
146101
|
"type": "variable",
|
|
@@ -145995,8 +146103,8 @@
|
|
|
145995
146103
|
"value": "var( --kendo-grid-column-menu-group-header-border-style, solid )",
|
|
145996
146104
|
"scope": "default",
|
|
145997
146105
|
"line": {
|
|
145998
|
-
"start":
|
|
145999
|
-
"end":
|
|
146106
|
+
"start": 504,
|
|
146107
|
+
"end": 504
|
|
146000
146108
|
}
|
|
146001
146109
|
},
|
|
146002
146110
|
"group": [
|
|
@@ -146013,8 +146121,8 @@
|
|
|
146013
146121
|
{
|
|
146014
146122
|
"description": "The font size of the Grid column menu group header.\n",
|
|
146015
146123
|
"commentRange": {
|
|
146016
|
-
"start":
|
|
146017
|
-
"end":
|
|
146124
|
+
"start": 505,
|
|
146125
|
+
"end": 506
|
|
146018
146126
|
},
|
|
146019
146127
|
"context": {
|
|
146020
146128
|
"type": "variable",
|
|
@@ -146022,8 +146130,8 @@
|
|
|
146022
146130
|
"value": "var( --kendo-grid-column-menu-group-header-font-size, var(--kendo-font-size-sm) )",
|
|
146023
146131
|
"scope": "default",
|
|
146024
146132
|
"line": {
|
|
146025
|
-
"start":
|
|
146026
|
-
"end":
|
|
146133
|
+
"start": 507,
|
|
146134
|
+
"end": 507
|
|
146027
146135
|
}
|
|
146028
146136
|
},
|
|
146029
146137
|
"group": [
|
|
@@ -146040,8 +146148,8 @@
|
|
|
146040
146148
|
{
|
|
146041
146149
|
"description": "The font weight of the Grid column menu group header.\n",
|
|
146042
146150
|
"commentRange": {
|
|
146043
|
-
"start":
|
|
146044
|
-
"end":
|
|
146151
|
+
"start": 508,
|
|
146152
|
+
"end": 509
|
|
146045
146153
|
},
|
|
146046
146154
|
"context": {
|
|
146047
146155
|
"type": "variable",
|
|
@@ -146049,8 +146157,8 @@
|
|
|
146049
146157
|
"value": "var( --kendo-grid-column-menu-group-header-font-weight, var(--kendo-font-weight-bold) )",
|
|
146050
146158
|
"scope": "default",
|
|
146051
146159
|
"line": {
|
|
146052
|
-
"start":
|
|
146053
|
-
"end":
|
|
146160
|
+
"start": 510,
|
|
146161
|
+
"end": 510
|
|
146054
146162
|
}
|
|
146055
146163
|
},
|
|
146056
146164
|
"group": [
|
|
@@ -146067,8 +146175,8 @@
|
|
|
146067
146175
|
{
|
|
146068
146176
|
"description": "The mine height of the Grid column menu group header.\n",
|
|
146069
146177
|
"commentRange": {
|
|
146070
|
-
"start":
|
|
146071
|
-
"end":
|
|
146178
|
+
"start": 511,
|
|
146179
|
+
"end": 512
|
|
146072
146180
|
},
|
|
146073
146181
|
"context": {
|
|
146074
146182
|
"type": "variable",
|
|
@@ -146076,8 +146184,8 @@
|
|
|
146076
146184
|
"value": "var( --kendo-grid-column-menu-group-header-line-height, var(--kendo-line-height) )",
|
|
146077
146185
|
"scope": "default",
|
|
146078
146186
|
"line": {
|
|
146079
|
-
"start":
|
|
146080
|
-
"end":
|
|
146187
|
+
"start": 513,
|
|
146188
|
+
"end": 513
|
|
146081
146189
|
}
|
|
146082
146190
|
},
|
|
146083
146191
|
"group": [
|
|
@@ -146094,8 +146202,8 @@
|
|
|
146094
146202
|
{
|
|
146095
146203
|
"description": "The text transform of the Grid column menu group header.\n",
|
|
146096
146204
|
"commentRange": {
|
|
146097
|
-
"start":
|
|
146098
|
-
"end":
|
|
146205
|
+
"start": 514,
|
|
146206
|
+
"end": 515
|
|
146099
146207
|
},
|
|
146100
146208
|
"context": {
|
|
146101
146209
|
"type": "variable",
|
|
@@ -146103,8 +146211,8 @@
|
|
|
146103
146211
|
"value": "var( --kendo-grid-column-menu-group-header-text-transform, uppercase )",
|
|
146104
146212
|
"scope": "default",
|
|
146105
146213
|
"line": {
|
|
146106
|
-
"start":
|
|
146107
|
-
"end":
|
|
146214
|
+
"start": 516,
|
|
146215
|
+
"end": 516
|
|
146108
146216
|
}
|
|
146109
146217
|
},
|
|
146110
146218
|
"group": [
|
|
@@ -146121,8 +146229,8 @@
|
|
|
146121
146229
|
{
|
|
146122
146230
|
"description": "The background color of the Grid column menu group.\n",
|
|
146123
146231
|
"commentRange": {
|
|
146124
|
-
"start":
|
|
146125
|
-
"end":
|
|
146232
|
+
"start": 518,
|
|
146233
|
+
"end": 519
|
|
146126
146234
|
},
|
|
146127
146235
|
"context": {
|
|
146128
146236
|
"type": "variable",
|
|
@@ -146130,8 +146238,8 @@
|
|
|
146130
146238
|
"value": "var( --kendo-grid-column-menu-group-header-bg, #{k-color(surface-alt)} )",
|
|
146131
146239
|
"scope": "default",
|
|
146132
146240
|
"line": {
|
|
146133
|
-
"start":
|
|
146134
|
-
"end":
|
|
146241
|
+
"start": 520,
|
|
146242
|
+
"end": 520
|
|
146135
146243
|
}
|
|
146136
146244
|
},
|
|
146137
146245
|
"group": [
|
|
@@ -146148,8 +146256,8 @@
|
|
|
146148
146256
|
{
|
|
146149
146257
|
"description": "The text color of the Grid column menu group.\n",
|
|
146150
146258
|
"commentRange": {
|
|
146151
|
-
"start":
|
|
146152
|
-
"end":
|
|
146259
|
+
"start": 521,
|
|
146260
|
+
"end": 522
|
|
146153
146261
|
},
|
|
146154
146262
|
"context": {
|
|
146155
146263
|
"type": "variable",
|
|
@@ -146157,8 +146265,8 @@
|
|
|
146157
146265
|
"value": "var( --kendo-grid-column-menu-group-header-text, #{k-color(on-app-surface)} )",
|
|
146158
146266
|
"scope": "default",
|
|
146159
146267
|
"line": {
|
|
146160
|
-
"start":
|
|
146161
|
-
"end":
|
|
146268
|
+
"start": 523,
|
|
146269
|
+
"end": 523
|
|
146162
146270
|
}
|
|
146163
146271
|
},
|
|
146164
146272
|
"group": [
|
|
@@ -146175,8 +146283,8 @@
|
|
|
146175
146283
|
{
|
|
146176
146284
|
"description": "The border color of the Grid column menu group.\n",
|
|
146177
146285
|
"commentRange": {
|
|
146178
|
-
"start":
|
|
146179
|
-
"end":
|
|
146286
|
+
"start": 524,
|
|
146287
|
+
"end": 525
|
|
146180
146288
|
},
|
|
146181
146289
|
"context": {
|
|
146182
146290
|
"type": "variable",
|
|
@@ -146184,8 +146292,8 @@
|
|
|
146184
146292
|
"value": "var( --kendo-grid-column-menu-group-header-border, color-mix(in srgb, #{k-color(border)} 16%, transparent) )",
|
|
146185
146293
|
"scope": "default",
|
|
146186
146294
|
"line": {
|
|
146187
|
-
"start":
|
|
146188
|
-
"end":
|
|
146295
|
+
"start": 526,
|
|
146296
|
+
"end": 526
|
|
146189
146297
|
}
|
|
146190
146298
|
},
|
|
146191
146299
|
"group": [
|
|
@@ -146202,8 +146310,8 @@
|
|
|
146202
146310
|
{
|
|
146203
146311
|
"description": "The horizontal padding of the tabstrip content in the Grid tabbed column menu.\n",
|
|
146204
146312
|
"commentRange": {
|
|
146205
|
-
"start":
|
|
146206
|
-
"end":
|
|
146313
|
+
"start": 528,
|
|
146314
|
+
"end": 529
|
|
146207
146315
|
},
|
|
146208
146316
|
"context": {
|
|
146209
146317
|
"type": "variable",
|
|
@@ -146211,8 +146319,8 @@
|
|
|
146211
146319
|
"value": "var( --kendo-grid-column-menu-tabbed-tabstrip-content-padding-x, #{k-spacing(0)} )",
|
|
146212
146320
|
"scope": "default",
|
|
146213
146321
|
"line": {
|
|
146214
|
-
"start":
|
|
146215
|
-
"end":
|
|
146322
|
+
"start": 530,
|
|
146323
|
+
"end": 530
|
|
146216
146324
|
}
|
|
146217
146325
|
},
|
|
146218
146326
|
"group": [
|
|
@@ -146229,8 +146337,8 @@
|
|
|
146229
146337
|
{
|
|
146230
146338
|
"description": "The vertical padding of the tabstrip content in the Grid tabbed column menu.\n",
|
|
146231
146339
|
"commentRange": {
|
|
146232
|
-
"start":
|
|
146233
|
-
"end":
|
|
146340
|
+
"start": 531,
|
|
146341
|
+
"end": 532
|
|
146234
146342
|
},
|
|
146235
146343
|
"context": {
|
|
146236
146344
|
"type": "variable",
|
|
@@ -146238,8 +146346,8 @@
|
|
|
146238
146346
|
"value": "var( --kendo-grid-column-menu-tabbed-tabstrip-content-padding-y, #{k-spacing(3)} )",
|
|
146239
146347
|
"scope": "default",
|
|
146240
146348
|
"line": {
|
|
146241
|
-
"start":
|
|
146242
|
-
"end":
|
|
146349
|
+
"start": 533,
|
|
146350
|
+
"end": 533
|
|
146243
146351
|
}
|
|
146244
146352
|
},
|
|
146245
146353
|
"group": [
|
|
@@ -146256,8 +146364,8 @@
|
|
|
146256
146364
|
{
|
|
146257
146365
|
"description": "The background color of the Grid tabbed column menu.\n",
|
|
146258
146366
|
"commentRange": {
|
|
146259
|
-
"start":
|
|
146260
|
-
"end":
|
|
146367
|
+
"start": 535,
|
|
146368
|
+
"end": 536
|
|
146261
146369
|
},
|
|
146262
146370
|
"context": {
|
|
146263
146371
|
"type": "variable",
|
|
@@ -146265,8 +146373,8 @@
|
|
|
146265
146373
|
"value": "var( --kendo-grid-column-menu-tabbed-bg, k-color(surface) )",
|
|
146266
146374
|
"scope": "default",
|
|
146267
146375
|
"line": {
|
|
146268
|
-
"start":
|
|
146269
|
-
"end":
|
|
146376
|
+
"start": 537,
|
|
146377
|
+
"end": 537
|
|
146270
146378
|
}
|
|
146271
146379
|
},
|
|
146272
146380
|
"group": [
|
|
@@ -146283,8 +146391,8 @@
|
|
|
146283
146391
|
{
|
|
146284
146392
|
"description": "The default width of the Grid drag cell.\n",
|
|
146285
146393
|
"commentRange": {
|
|
146286
|
-
"start":
|
|
146287
|
-
"end":
|
|
146394
|
+
"start": 539,
|
|
146395
|
+
"end": 540
|
|
146288
146396
|
},
|
|
146289
146397
|
"context": {
|
|
146290
146398
|
"type": "variable",
|
|
@@ -146292,8 +146400,8 @@
|
|
|
146292
146400
|
"value": "var( --kendo-grid-drag-cell-width, calc( var( --kendo-icon-size, 1rem ) * 2.25 ) )",
|
|
146293
146401
|
"scope": "default",
|
|
146294
146402
|
"line": {
|
|
146295
|
-
"start":
|
|
146296
|
-
"end":
|
|
146403
|
+
"start": 541,
|
|
146404
|
+
"end": 541
|
|
146297
146405
|
}
|
|
146298
146406
|
},
|
|
146299
146407
|
"group": [
|
|
@@ -146310,8 +146418,8 @@
|
|
|
146310
146418
|
{
|
|
146311
146419
|
"description": "The default width of the Grid hierarchy cell.\n",
|
|
146312
146420
|
"commentRange": {
|
|
146313
|
-
"start":
|
|
146314
|
-
"end":
|
|
146421
|
+
"start": 542,
|
|
146422
|
+
"end": 543
|
|
146315
146423
|
},
|
|
146316
146424
|
"context": {
|
|
146317
146425
|
"type": "variable",
|
|
@@ -146319,8 +146427,8 @@
|
|
|
146319
146427
|
"value": "var( --kendo-grid-hierarchy-col-width, calc( var( --kendo-icon-size, 1rem ) * 2 ) )",
|
|
146320
146428
|
"scope": "default",
|
|
146321
146429
|
"line": {
|
|
146322
|
-
"start":
|
|
146323
|
-
"end":
|
|
146430
|
+
"start": 544,
|
|
146431
|
+
"end": 544
|
|
146324
146432
|
}
|
|
146325
146433
|
},
|
|
146326
146434
|
"group": [
|
|
@@ -146337,8 +146445,8 @@
|
|
|
146337
146445
|
{
|
|
146338
146446
|
"description": "The background color of the Grid row resize indicator.\n",
|
|
146339
146447
|
"commentRange": {
|
|
146340
|
-
"start":
|
|
146341
|
-
"end":
|
|
146448
|
+
"start": 546,
|
|
146449
|
+
"end": 547
|
|
146342
146450
|
},
|
|
146343
146451
|
"context": {
|
|
146344
146452
|
"type": "variable",
|
|
@@ -146346,8 +146454,8 @@
|
|
|
146346
146454
|
"value": "var( --kendo-grid-row-resizer-hover-bg, color-mix(in srgb, #{k-color(on-app-surface)} 46%, transparent) )",
|
|
146347
146455
|
"scope": "default",
|
|
146348
146456
|
"line": {
|
|
146349
|
-
"start":
|
|
146350
|
-
"end":
|
|
146457
|
+
"start": 548,
|
|
146458
|
+
"end": 548
|
|
146351
146459
|
}
|
|
146352
146460
|
},
|
|
146353
146461
|
"group": [
|
|
@@ -146364,8 +146472,8 @@
|
|
|
146364
146472
|
{
|
|
146365
146473
|
"description": "The background color of the active Grid row resize indicator.\n",
|
|
146366
146474
|
"commentRange": {
|
|
146367
|
-
"start":
|
|
146368
|
-
"end":
|
|
146475
|
+
"start": 549,
|
|
146476
|
+
"end": 550
|
|
146369
146477
|
},
|
|
146370
146478
|
"context": {
|
|
146371
146479
|
"type": "variable",
|
|
@@ -146373,8 +146481,8 @@
|
|
|
146373
146481
|
"value": "var( --kendo-grid-row-resizer-active-bg, #{k-color(primary)} )",
|
|
146374
146482
|
"scope": "default",
|
|
146375
146483
|
"line": {
|
|
146376
|
-
"start":
|
|
146377
|
-
"end":
|
|
146484
|
+
"start": 551,
|
|
146485
|
+
"end": 551
|
|
146378
146486
|
}
|
|
146379
146487
|
},
|
|
146380
146488
|
"group": [
|
|
@@ -146391,8 +146499,8 @@
|
|
|
146391
146499
|
{
|
|
146392
146500
|
"description": "The height of the Grid row resize indicator.\n",
|
|
146393
146501
|
"commentRange": {
|
|
146394
|
-
"start":
|
|
146395
|
-
"end":
|
|
146502
|
+
"start": 552,
|
|
146503
|
+
"end": 553
|
|
146396
146504
|
},
|
|
146397
146505
|
"context": {
|
|
146398
146506
|
"type": "variable",
|
|
@@ -146400,8 +146508,8 @@
|
|
|
146400
146508
|
"value": "var( --kendo-grid-row-resizer-height, #{k-spacing(0.5)} )",
|
|
146401
146509
|
"scope": "default",
|
|
146402
146510
|
"line": {
|
|
146403
|
-
"start":
|
|
146404
|
-
"end":
|
|
146511
|
+
"start": 554,
|
|
146512
|
+
"end": 554
|
|
146405
146513
|
}
|
|
146406
146514
|
},
|
|
146407
146515
|
"group": [
|
|
@@ -146418,8 +146526,8 @@
|
|
|
146418
146526
|
{
|
|
146419
146527
|
"description": "The horizontal padding of the Grid stack layout cells.\n",
|
|
146420
146528
|
"commentRange": {
|
|
146421
|
-
"start":
|
|
146422
|
-
"end":
|
|
146529
|
+
"start": 556,
|
|
146530
|
+
"end": 557
|
|
146423
146531
|
},
|
|
146424
146532
|
"context": {
|
|
146425
146533
|
"type": "variable",
|
|
@@ -146427,8 +146535,8 @@
|
|
|
146427
146535
|
"value": "var( --kendo-grid-stack-cell-padding-x, #{k-spacing(2)} )",
|
|
146428
146536
|
"scope": "default",
|
|
146429
146537
|
"line": {
|
|
146430
|
-
"start":
|
|
146431
|
-
"end":
|
|
146538
|
+
"start": 558,
|
|
146539
|
+
"end": 558
|
|
146432
146540
|
}
|
|
146433
146541
|
},
|
|
146434
146542
|
"group": [
|
|
@@ -146445,8 +146553,8 @@
|
|
|
146445
146553
|
{
|
|
146446
146554
|
"description": "The vertical padding of the Grid stack layout cells.\n",
|
|
146447
146555
|
"commentRange": {
|
|
146448
|
-
"start":
|
|
146449
|
-
"end":
|
|
146556
|
+
"start": 559,
|
|
146557
|
+
"end": 560
|
|
146450
146558
|
},
|
|
146451
146559
|
"context": {
|
|
146452
146560
|
"type": "variable",
|
|
@@ -146454,8 +146562,8 @@
|
|
|
146454
146562
|
"value": "var( --kendo-grid-stack-cell-padding-y, #{k-spacing(1.5)} )",
|
|
146455
146563
|
"scope": "default",
|
|
146456
146564
|
"line": {
|
|
146457
|
-
"start":
|
|
146458
|
-
"end":
|
|
146565
|
+
"start": 561,
|
|
146566
|
+
"end": 561
|
|
146459
146567
|
}
|
|
146460
146568
|
},
|
|
146461
146569
|
"group": [
|
|
@@ -146472,8 +146580,8 @@
|
|
|
146472
146580
|
{
|
|
146473
146581
|
"description": "The column gap of the Grid stack layout.\n",
|
|
146474
146582
|
"commentRange": {
|
|
146475
|
-
"start":
|
|
146476
|
-
"end":
|
|
146583
|
+
"start": 562,
|
|
146584
|
+
"end": 563
|
|
146477
146585
|
},
|
|
146478
146586
|
"context": {
|
|
146479
146587
|
"type": "variable",
|
|
@@ -146481,8 +146589,8 @@
|
|
|
146481
146589
|
"value": "var( --kendo-grid-stack-column-gap, #{k-spacing(1)} )",
|
|
146482
146590
|
"scope": "default",
|
|
146483
146591
|
"line": {
|
|
146484
|
-
"start":
|
|
146485
|
-
"end":
|
|
146592
|
+
"start": 564,
|
|
146593
|
+
"end": 564
|
|
146486
146594
|
}
|
|
146487
146595
|
},
|
|
146488
146596
|
"group": [
|
|
@@ -146499,8 +146607,8 @@
|
|
|
146499
146607
|
{
|
|
146500
146608
|
"description": "The column gap of the editable Grid stack layout.\n",
|
|
146501
146609
|
"commentRange": {
|
|
146502
|
-
"start":
|
|
146503
|
-
"end":
|
|
146610
|
+
"start": 565,
|
|
146611
|
+
"end": 566
|
|
146504
146612
|
},
|
|
146505
146613
|
"context": {
|
|
146506
146614
|
"type": "variable",
|
|
@@ -146508,8 +146616,8 @@
|
|
|
146508
146616
|
"value": "var( --kendo-grid-stack-editable-column-gap, #{k-spacing(2)} )",
|
|
146509
146617
|
"scope": "default",
|
|
146510
146618
|
"line": {
|
|
146511
|
-
"start":
|
|
146512
|
-
"end":
|
|
146619
|
+
"start": 567,
|
|
146620
|
+
"end": 567
|
|
146513
146621
|
}
|
|
146514
146622
|
},
|
|
146515
146623
|
"group": [
|
|
@@ -146526,8 +146634,8 @@
|
|
|
146526
146634
|
{
|
|
146527
146635
|
"description": "The width of the hierarchy column in the Grid stack layout.\n",
|
|
146528
146636
|
"commentRange": {
|
|
146529
|
-
"start":
|
|
146530
|
-
"end":
|
|
146637
|
+
"start": 568,
|
|
146638
|
+
"end": 569
|
|
146531
146639
|
},
|
|
146532
146640
|
"context": {
|
|
146533
146641
|
"type": "variable",
|
|
@@ -146535,8 +146643,8 @@
|
|
|
146535
146643
|
"value": "var( --kendo-grid-stack-hierarchy-col-width, #{k-spacing(2)} )",
|
|
146536
146644
|
"scope": "default",
|
|
146537
146645
|
"line": {
|
|
146538
|
-
"start":
|
|
146539
|
-
"end":
|
|
146646
|
+
"start": 570,
|
|
146647
|
+
"end": 570
|
|
146540
146648
|
}
|
|
146541
146649
|
},
|
|
146542
146650
|
"group": [
|
|
@@ -146553,8 +146661,8 @@
|
|
|
146553
146661
|
{
|
|
146554
146662
|
"description": "The font size of the Grid stack layout column header.\n",
|
|
146555
146663
|
"commentRange": {
|
|
146556
|
-
"start":
|
|
146557
|
-
"end":
|
|
146664
|
+
"start": 571,
|
|
146665
|
+
"end": 572
|
|
146558
146666
|
},
|
|
146559
146667
|
"context": {
|
|
146560
146668
|
"type": "variable",
|
|
@@ -146562,8 +146670,8 @@
|
|
|
146562
146670
|
"value": "var( --kendo-grid-stack-header-font-size, var(--kendo-font-size-sm) )",
|
|
146563
146671
|
"scope": "default",
|
|
146564
146672
|
"line": {
|
|
146565
|
-
"start":
|
|
146566
|
-
"end":
|
|
146673
|
+
"start": 573,
|
|
146674
|
+
"end": 573
|
|
146567
146675
|
}
|
|
146568
146676
|
},
|
|
146569
146677
|
"group": [
|
|
@@ -146580,8 +146688,8 @@
|
|
|
146580
146688
|
{
|
|
146581
146689
|
"description": "The font weight of the Grid stack layout column header.\n",
|
|
146582
146690
|
"commentRange": {
|
|
146583
|
-
"start":
|
|
146584
|
-
"end":
|
|
146691
|
+
"start": 574,
|
|
146692
|
+
"end": 575
|
|
146585
146693
|
},
|
|
146586
146694
|
"context": {
|
|
146587
146695
|
"type": "variable",
|
|
@@ -146589,8 +146697,8 @@
|
|
|
146589
146697
|
"value": "var( --kendo-grid-stack-header-font-weight, var(--kendo-font-weight-bold) )",
|
|
146590
146698
|
"scope": "default",
|
|
146591
146699
|
"line": {
|
|
146592
|
-
"start":
|
|
146593
|
-
"end":
|
|
146700
|
+
"start": 576,
|
|
146701
|
+
"end": 576
|
|
146594
146702
|
}
|
|
146595
146703
|
},
|
|
146596
146704
|
"group": [
|
|
@@ -146607,8 +146715,8 @@
|
|
|
146607
146715
|
{
|
|
146608
146716
|
"description": "The height of the Grid stack layout expandable row shadow.\n",
|
|
146609
146717
|
"commentRange": {
|
|
146610
|
-
"start":
|
|
146611
|
-
"end":
|
|
146718
|
+
"start": 577,
|
|
146719
|
+
"end": 578
|
|
146612
146720
|
},
|
|
146613
146721
|
"context": {
|
|
146614
146722
|
"type": "variable",
|
|
@@ -146616,8 +146724,8 @@
|
|
|
146616
146724
|
"value": "var( --kendo-grid-stack-expandable-shadow-height, #{k-spacing(2.5)} )",
|
|
146617
146725
|
"scope": "default",
|
|
146618
146726
|
"line": {
|
|
146619
|
-
"start":
|
|
146620
|
-
"end":
|
|
146727
|
+
"start": 579,
|
|
146728
|
+
"end": 579
|
|
146621
146729
|
}
|
|
146622
146730
|
},
|
|
146623
146731
|
"group": [
|
|
@@ -146634,8 +146742,8 @@
|
|
|
146634
146742
|
{
|
|
146635
146743
|
"description": "The color of the Grid stack layout column header.\n",
|
|
146636
146744
|
"commentRange": {
|
|
146637
|
-
"start":
|
|
146638
|
-
"end":
|
|
146745
|
+
"start": 580,
|
|
146746
|
+
"end": 581
|
|
146639
146747
|
},
|
|
146640
146748
|
"context": {
|
|
146641
146749
|
"type": "variable",
|
|
@@ -146643,8 +146751,8 @@
|
|
|
146643
146751
|
"value": "var( --kendo-grid-stack-header-color, #{k-color(subtle)} )",
|
|
146644
146752
|
"scope": "default",
|
|
146645
146753
|
"line": {
|
|
146646
|
-
"start":
|
|
146647
|
-
"end":
|
|
146754
|
+
"start": 582,
|
|
146755
|
+
"end": 582
|
|
146648
146756
|
}
|
|
146649
146757
|
},
|
|
146650
146758
|
"group": [
|
|
@@ -146661,8 +146769,8 @@
|
|
|
146661
146769
|
{
|
|
146662
146770
|
"description": "The outline color of the Grid stack layout focused cell.\n",
|
|
146663
146771
|
"commentRange": {
|
|
146664
|
-
"start":
|
|
146665
|
-
"end":
|
|
146772
|
+
"start": 583,
|
|
146773
|
+
"end": 584
|
|
146666
146774
|
},
|
|
146667
146775
|
"context": {
|
|
146668
146776
|
"type": "variable",
|
|
@@ -146670,8 +146778,8 @@
|
|
|
146670
146778
|
"value": "var( --kendo-grid-stack-focus-outline, #{k-color(base-emphasis)} )",
|
|
146671
146779
|
"scope": "default",
|
|
146672
146780
|
"line": {
|
|
146673
|
-
"start":
|
|
146674
|
-
"end":
|
|
146781
|
+
"start": 585,
|
|
146782
|
+
"end": 585
|
|
146675
146783
|
}
|
|
146676
146784
|
},
|
|
146677
146785
|
"group": [
|
|
@@ -146688,8 +146796,8 @@
|
|
|
146688
146796
|
{
|
|
146689
146797
|
"description": "The Grid stack layout expandable row shadow.\n",
|
|
146690
146798
|
"commentRange": {
|
|
146691
|
-
"start":
|
|
146692
|
-
"end":
|
|
146799
|
+
"start": 586,
|
|
146800
|
+
"end": 587
|
|
146693
146801
|
},
|
|
146694
146802
|
"context": {
|
|
146695
146803
|
"type": "variable",
|
|
@@ -146697,8 +146805,8 @@
|
|
|
146697
146805
|
"value": "var( --kendo-grid-stack-expandable-shadow, #{k-elevation(2)} )",
|
|
146698
146806
|
"scope": "default",
|
|
146699
146807
|
"line": {
|
|
146700
|
-
"start":
|
|
146701
|
-
"end":
|
|
146808
|
+
"start": 588,
|
|
146809
|
+
"end": 588
|
|
146702
146810
|
}
|
|
146703
146811
|
},
|
|
146704
146812
|
"group": [
|
|
@@ -146715,8 +146823,8 @@
|
|
|
146715
146823
|
{
|
|
146716
146824
|
"description": "The font weight of the pinned source row in the Grid.\n",
|
|
146717
146825
|
"commentRange": {
|
|
146718
|
-
"start":
|
|
146719
|
-
"end":
|
|
146826
|
+
"start": 590,
|
|
146827
|
+
"end": 591
|
|
146720
146828
|
},
|
|
146721
146829
|
"context": {
|
|
146722
146830
|
"type": "variable",
|
|
@@ -146724,8 +146832,8 @@
|
|
|
146724
146832
|
"value": "var(--kendo-font-weight-semibold)",
|
|
146725
146833
|
"scope": "default",
|
|
146726
146834
|
"line": {
|
|
146727
|
-
"start":
|
|
146728
|
-
"end":
|
|
146835
|
+
"start": 592,
|
|
146836
|
+
"end": 592
|
|
146729
146837
|
}
|
|
146730
146838
|
},
|
|
146731
146839
|
"group": [
|