@progress/kendo-theme-classic 12.2.0-dev.0 → 12.2.0-dev.3
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/classic-green-dark.css +1 -1
- package/dist/classic-green.css +1 -1
- package/dist/classic-lavender-dark.css +1 -1
- package/dist/classic-lavender.css +1 -1
- package/dist/classic-main-dark.css +1 -1
- package/dist/classic-main.css +1 -1
- package/dist/classic-metro-dark.css +1 -1
- package/dist/classic-metro.css +1 -1
- package/dist/classic-moonlight.css +1 -1
- package/dist/classic-opal-dark.css +1 -1
- package/dist/classic-opal.css +1 -1
- package/dist/classic-silver-dark.css +1 -1
- package/dist/classic-silver.css +1 -1
- package/dist/classic-uniform.css +1 -1
- package/dist/meta/sassdoc-data.json +168 -174
- package/dist/meta/sassdoc-raw-data.json +75 -75
- package/dist/meta/variables.json +13 -16
- package/lib/swatches/classic-green-dark.json +1 -1
- package/lib/swatches/classic-green.json +1 -1
- package/lib/swatches/classic-lavender-dark.json +1 -1
- package/lib/swatches/classic-lavender.json +1 -1
- package/lib/swatches/classic-main-dark.json +1 -1
- package/lib/swatches/classic-main.json +1 -1
- package/lib/swatches/classic-metro-dark.json +1 -1
- package/lib/swatches/classic-metro.json +1 -1
- package/lib/swatches/classic-moonlight.json +1 -1
- package/lib/swatches/classic-opal-dark.json +1 -1
- package/lib/swatches/classic-opal.json +1 -1
- package/lib/swatches/classic-silver-dark.json +1 -1
- package/lib/swatches/classic-silver.json +1 -1
- package/lib/swatches/classic-uniform.json +1 -1
- package/package.json +4 -4
- package/scss/list/_variables.scss +9 -0
- package/scss/pager/_variables.scss +3 -14
|
@@ -34690,15 +34690,15 @@
|
|
|
34690
34690
|
"resolvedType": "String"
|
|
34691
34691
|
},
|
|
34692
34692
|
{
|
|
34693
|
-
"description": "The background color of the List
|
|
34693
|
+
"description": "The background color of the selected hovered List items.\n",
|
|
34694
34694
|
"commentRange": {
|
|
34695
34695
|
"start": 281,
|
|
34696
34696
|
"end": 282
|
|
34697
34697
|
},
|
|
34698
34698
|
"context": {
|
|
34699
34699
|
"type": "variable",
|
|
34700
|
-
"name": "kendo-list-
|
|
34701
|
-
"value": "
|
|
34700
|
+
"name": "kendo-list-item-selected-hover-bg",
|
|
34701
|
+
"value": "k-color(primary-hover)",
|
|
34702
34702
|
"scope": "default",
|
|
34703
34703
|
"line": {
|
|
34704
34704
|
"start": 283,
|
|
@@ -34713,14 +34713,68 @@
|
|
|
34713
34713
|
"path": "classic/scss/list/_variables.scss",
|
|
34714
34714
|
"name": "_variables.scss"
|
|
34715
34715
|
},
|
|
34716
|
+
"resolvedValue": "var(--kendo-color-primary-hover, #e05100)",
|
|
34717
|
+
"resolvedType": "String"
|
|
34718
|
+
},
|
|
34719
|
+
{
|
|
34720
|
+
"description": "The text color of the selected hovered List items.\n",
|
|
34721
|
+
"commentRange": {
|
|
34722
|
+
"start": 284,
|
|
34723
|
+
"end": 285
|
|
34724
|
+
},
|
|
34725
|
+
"context": {
|
|
34726
|
+
"type": "variable",
|
|
34727
|
+
"name": "kendo-list-item-selected-hover-text",
|
|
34728
|
+
"value": "k-color(on-primary)",
|
|
34729
|
+
"scope": "default",
|
|
34730
|
+
"line": {
|
|
34731
|
+
"start": 286,
|
|
34732
|
+
"end": 286
|
|
34733
|
+
}
|
|
34734
|
+
},
|
|
34735
|
+
"group": [
|
|
34736
|
+
"list"
|
|
34737
|
+
],
|
|
34738
|
+
"access": "public",
|
|
34739
|
+
"file": {
|
|
34740
|
+
"path": "classic/scss/list/_variables.scss",
|
|
34741
|
+
"name": "_variables.scss"
|
|
34742
|
+
},
|
|
34743
|
+
"resolvedValue": "var(--kendo-color-on-primary, #ffffff)",
|
|
34744
|
+
"resolvedType": "String"
|
|
34745
|
+
},
|
|
34746
|
+
{
|
|
34747
|
+
"description": "The background color of the List group items.\n",
|
|
34748
|
+
"commentRange": {
|
|
34749
|
+
"start": 288,
|
|
34750
|
+
"end": 289
|
|
34751
|
+
},
|
|
34752
|
+
"context": {
|
|
34753
|
+
"type": "variable",
|
|
34754
|
+
"name": "kendo-list-group-item-bg",
|
|
34755
|
+
"value": "null",
|
|
34756
|
+
"scope": "default",
|
|
34757
|
+
"line": {
|
|
34758
|
+
"start": 290,
|
|
34759
|
+
"end": 290
|
|
34760
|
+
}
|
|
34761
|
+
},
|
|
34762
|
+
"group": [
|
|
34763
|
+
"list"
|
|
34764
|
+
],
|
|
34765
|
+
"access": "public",
|
|
34766
|
+
"file": {
|
|
34767
|
+
"path": "classic/scss/list/_variables.scss",
|
|
34768
|
+
"name": "_variables.scss"
|
|
34769
|
+
},
|
|
34716
34770
|
"resolvedValue": "null",
|
|
34717
34771
|
"resolvedType": "Null"
|
|
34718
34772
|
},
|
|
34719
34773
|
{
|
|
34720
34774
|
"description": "The text color of the List group items.\n",
|
|
34721
34775
|
"commentRange": {
|
|
34722
|
-
"start":
|
|
34723
|
-
"end":
|
|
34776
|
+
"start": 291,
|
|
34777
|
+
"end": 292
|
|
34724
34778
|
},
|
|
34725
34779
|
"context": {
|
|
34726
34780
|
"type": "variable",
|
|
@@ -34728,8 +34782,8 @@
|
|
|
34728
34782
|
"value": "null",
|
|
34729
34783
|
"scope": "default",
|
|
34730
34784
|
"line": {
|
|
34731
|
-
"start":
|
|
34732
|
-
"end":
|
|
34785
|
+
"start": 293,
|
|
34786
|
+
"end": 293
|
|
34733
34787
|
}
|
|
34734
34788
|
},
|
|
34735
34789
|
"group": [
|
|
@@ -34746,8 +34800,8 @@
|
|
|
34746
34800
|
{
|
|
34747
34801
|
"description": "The border color of the List group items.\n",
|
|
34748
34802
|
"commentRange": {
|
|
34749
|
-
"start":
|
|
34750
|
-
"end":
|
|
34803
|
+
"start": 294,
|
|
34804
|
+
"end": 295
|
|
34751
34805
|
},
|
|
34752
34806
|
"context": {
|
|
34753
34807
|
"type": "variable",
|
|
@@ -34755,8 +34809,8 @@
|
|
|
34755
34809
|
"value": "inherit",
|
|
34756
34810
|
"scope": "default",
|
|
34757
34811
|
"line": {
|
|
34758
|
-
"start":
|
|
34759
|
-
"end":
|
|
34812
|
+
"start": 296,
|
|
34813
|
+
"end": 296
|
|
34760
34814
|
}
|
|
34761
34815
|
},
|
|
34762
34816
|
"group": [
|
|
@@ -34773,8 +34827,8 @@
|
|
|
34773
34827
|
{
|
|
34774
34828
|
"description": "The base shadow of the List group items.\n",
|
|
34775
34829
|
"commentRange": {
|
|
34776
|
-
"start":
|
|
34777
|
-
"end":
|
|
34830
|
+
"start": 297,
|
|
34831
|
+
"end": 298
|
|
34778
34832
|
},
|
|
34779
34833
|
"context": {
|
|
34780
34834
|
"type": "variable",
|
|
@@ -34782,8 +34836,8 @@
|
|
|
34782
34836
|
"value": "null",
|
|
34783
34837
|
"scope": "default",
|
|
34784
34838
|
"line": {
|
|
34785
|
-
"start":
|
|
34786
|
-
"end":
|
|
34839
|
+
"start": 299,
|
|
34840
|
+
"end": 299
|
|
34787
34841
|
}
|
|
34788
34842
|
},
|
|
34789
34843
|
"group": [
|
|
@@ -34800,8 +34854,8 @@
|
|
|
34800
34854
|
{
|
|
34801
34855
|
"description": "The color of the 'Option Label' text.\n",
|
|
34802
34856
|
"commentRange": {
|
|
34803
|
-
"start":
|
|
34804
|
-
"end":
|
|
34857
|
+
"start": 301,
|
|
34858
|
+
"end": 302
|
|
34805
34859
|
},
|
|
34806
34860
|
"context": {
|
|
34807
34861
|
"type": "variable",
|
|
@@ -34809,8 +34863,8 @@
|
|
|
34809
34863
|
"value": "k-color(subtle)",
|
|
34810
34864
|
"scope": "default",
|
|
34811
34865
|
"line": {
|
|
34812
|
-
"start":
|
|
34813
|
-
"end":
|
|
34866
|
+
"start": 303,
|
|
34867
|
+
"end": 303
|
|
34814
34868
|
}
|
|
34815
34869
|
},
|
|
34816
34870
|
"group": [
|
|
@@ -41828,14 +41882,14 @@
|
|
|
41828
41882
|
"resolvedType": "Number"
|
|
41829
41883
|
},
|
|
41830
41884
|
{
|
|
41831
|
-
"description": "The width of the DropDowns in the
|
|
41885
|
+
"description": "The width of the DropDowns in the Pager.\n",
|
|
41832
41886
|
"commentRange": {
|
|
41833
41887
|
"start": 86,
|
|
41834
41888
|
"end": 87
|
|
41835
41889
|
},
|
|
41836
41890
|
"context": {
|
|
41837
41891
|
"type": "variable",
|
|
41838
|
-
"name": "kendo-pager-
|
|
41892
|
+
"name": "kendo-pager-dropdown-width",
|
|
41839
41893
|
"value": "5em",
|
|
41840
41894
|
"scope": "default",
|
|
41841
41895
|
"line": {
|
|
@@ -41854,74 +41908,20 @@
|
|
|
41854
41908
|
"resolvedValue": "5em",
|
|
41855
41909
|
"resolvedType": "Number"
|
|
41856
41910
|
},
|
|
41857
|
-
{
|
|
41858
|
-
"description": "The width of the DropDowns in the medium Pager.\n",
|
|
41859
|
-
"commentRange": {
|
|
41860
|
-
"start": 89,
|
|
41861
|
-
"end": 90
|
|
41862
|
-
},
|
|
41863
|
-
"context": {
|
|
41864
|
-
"type": "variable",
|
|
41865
|
-
"name": "kendo-pager-md-dropdown-width",
|
|
41866
|
-
"value": "5em",
|
|
41867
|
-
"scope": "default",
|
|
41868
|
-
"line": {
|
|
41869
|
-
"start": 91,
|
|
41870
|
-
"end": 91
|
|
41871
|
-
}
|
|
41872
|
-
},
|
|
41873
|
-
"group": [
|
|
41874
|
-
"pager"
|
|
41875
|
-
],
|
|
41876
|
-
"access": "public",
|
|
41877
|
-
"file": {
|
|
41878
|
-
"path": "classic/scss/pager/_variables.scss",
|
|
41879
|
-
"name": "_variables.scss"
|
|
41880
|
-
},
|
|
41881
|
-
"resolvedValue": "5em",
|
|
41882
|
-
"resolvedType": "Number"
|
|
41883
|
-
},
|
|
41884
|
-
{
|
|
41885
|
-
"description": "The width of the DropDowns in the large Pager.\n",
|
|
41886
|
-
"commentRange": {
|
|
41887
|
-
"start": 92,
|
|
41888
|
-
"end": 93
|
|
41889
|
-
},
|
|
41890
|
-
"context": {
|
|
41891
|
-
"type": "variable",
|
|
41892
|
-
"name": "kendo-pager-lg-dropdown-width",
|
|
41893
|
-
"value": "5em",
|
|
41894
|
-
"scope": "default",
|
|
41895
|
-
"line": {
|
|
41896
|
-
"start": 94,
|
|
41897
|
-
"end": 94
|
|
41898
|
-
}
|
|
41899
|
-
},
|
|
41900
|
-
"group": [
|
|
41901
|
-
"pager"
|
|
41902
|
-
],
|
|
41903
|
-
"access": "public",
|
|
41904
|
-
"file": {
|
|
41905
|
-
"path": "classic/scss/pager/_variables.scss",
|
|
41906
|
-
"name": "_variables.scss"
|
|
41907
|
-
},
|
|
41908
|
-
"resolvedValue": "5em",
|
|
41909
|
-
"resolvedType": "Number"
|
|
41910
|
-
},
|
|
41911
41911
|
{
|
|
41912
41912
|
"description": "The sizes map of the Pager.\n",
|
|
41913
41913
|
"commentRange": {
|
|
41914
|
-
"start":
|
|
41915
|
-
"end":
|
|
41914
|
+
"start": 90,
|
|
41915
|
+
"end": 91
|
|
41916
41916
|
},
|
|
41917
41917
|
"context": {
|
|
41918
41918
|
"type": "variable",
|
|
41919
41919
|
"name": "kendo-pager-sizes",
|
|
41920
|
-
"value": "(\n sm: (\n padding-x: $kendo-pager-sm-padding-x,\n padding-y: $kendo-pager-sm-padding-y,\n item-group-spacing: $kendo-pager-sm-item-group-spacing,\n item-min-width: $kendo-pager-sm-item-min-width,\n
|
|
41920
|
+
"value": "(\n sm: (\n padding-x: $kendo-pager-sm-padding-x,\n padding-y: $kendo-pager-sm-padding-y,\n item-group-spacing: $kendo-pager-sm-item-group-spacing,\n item-min-width: $kendo-pager-sm-item-min-width,\n ),\n md: (\n padding-x: $kendo-pager-md-padding-x,\n padding-y: $kendo-pager-md-padding-y,\n item-group-spacing: $kendo-pager-md-item-group-spacing,\n item-min-width: $kendo-pager-md-item-min-width,\n ),\n lg: (\n padding-x: $kendo-pager-lg-padding-x,\n padding-y: $kendo-pager-lg-padding-y,\n item-group-spacing: $kendo-pager-lg-item-group-spacing,\n item-min-width: $kendo-pager-lg-item-min-width,\n )\n)",
|
|
41921
41921
|
"scope": "default",
|
|
41922
41922
|
"line": {
|
|
41923
|
-
"start":
|
|
41924
|
-
"end":
|
|
41923
|
+
"start": 92,
|
|
41924
|
+
"end": 111
|
|
41925
41925
|
}
|
|
41926
41926
|
},
|
|
41927
41927
|
"group": [
|
|
@@ -41932,29 +41932,26 @@
|
|
|
41932
41932
|
"path": "classic/scss/pager/_variables.scss",
|
|
41933
41933
|
"name": "_variables.scss"
|
|
41934
41934
|
},
|
|
41935
|
-
"resolvedValue": "(sm: (padding-x: var(--kendo-spacing-1, 0.25rem), padding-y: var(--kendo-spacing-1, 0.25rem), item-group-spacing: var(--kendo-spacing-3, 0.75rem), item-min-width: calc(var(--kendo-line-height, normal) * 1em + var(--kendo-spacing-0\\.5, 0.125rem) * 2 + 1px * 2)
|
|
41935
|
+
"resolvedValue": "(sm: (padding-x: var(--kendo-spacing-1, 0.25rem), padding-y: var(--kendo-spacing-1, 0.25rem), item-group-spacing: var(--kendo-spacing-3, 0.75rem), item-min-width: calc(var(--kendo-line-height, normal) * 1em + var(--kendo-spacing-0\\.5, 0.125rem) * 2 + 1px * 2)), md: (padding-x: var(--kendo-spacing-2, 0.5rem), padding-y: var(--kendo-spacing-2, 0.5rem), item-group-spacing: var(--kendo-spacing-3\\.5, 0.875rem), item-min-width: calc(var(--kendo-line-height, normal) * 1em + var(--kendo-spacing-1, 0.25rem) * 2 + 1px * 2)), lg: (padding-x: var(--kendo-spacing-2\\.5, 0.625rem), padding-y: var(--kendo-spacing-2\\.5, 0.625rem), item-group-spacing: var(--kendo-spacing-4, 1rem), item-min-width: calc(var(--kendo-line-height-lg, normal) * 1em + var(--kendo-spacing-2, 0.5rem) * 2 + 1px * 2)))",
|
|
41936
41936
|
"resolvedType": "Map",
|
|
41937
41937
|
"prettyValue": {
|
|
41938
41938
|
"sm": {
|
|
41939
41939
|
"padding-x": "var(--kendo-spacing-1, 0.25rem)",
|
|
41940
41940
|
"padding-y": "var(--kendo-spacing-1, 0.25rem)",
|
|
41941
41941
|
"item-group-spacing": "var(--kendo-spacing-3, 0.75rem)",
|
|
41942
|
-
"item-min-width": "calc(var(--kendo-line-height, normal) * 1em + var(--kendo-spacing-0\\.5, 0.125rem) * 2 + 1px * 2)"
|
|
41943
|
-
"pager-dropdown-width": "5em"
|
|
41942
|
+
"item-min-width": "calc(var(--kendo-line-height, normal) * 1em + var(--kendo-spacing-0\\.5, 0.125rem) * 2 + 1px * 2)"
|
|
41944
41943
|
},
|
|
41945
41944
|
"md": {
|
|
41946
41945
|
"padding-x": "var(--kendo-spacing-2, 0.5rem)",
|
|
41947
41946
|
"padding-y": "var(--kendo-spacing-2, 0.5rem)",
|
|
41948
41947
|
"item-group-spacing": "var(--kendo-spacing-3\\.5, 0.875rem)",
|
|
41949
|
-
"item-min-width": "calc(var(--kendo-line-height, normal) * 1em + var(--kendo-spacing-1, 0.25rem) * 2 + 1px * 2)"
|
|
41950
|
-
"pager-dropdown-width": "5em"
|
|
41948
|
+
"item-min-width": "calc(var(--kendo-line-height, normal) * 1em + var(--kendo-spacing-1, 0.25rem) * 2 + 1px * 2)"
|
|
41951
41949
|
},
|
|
41952
41950
|
"lg": {
|
|
41953
41951
|
"padding-x": "var(--kendo-spacing-2\\.5, 0.625rem)",
|
|
41954
41952
|
"padding-y": "var(--kendo-spacing-2\\.5, 0.625rem)",
|
|
41955
41953
|
"item-group-spacing": "var(--kendo-spacing-4, 1rem)",
|
|
41956
|
-
"item-min-width": "calc(var(--kendo-line-height-lg, normal) * 1em + var(--kendo-spacing-2, 0.5rem) * 2 + 1px * 2)"
|
|
41957
|
-
"pager-dropdown-width": "5em"
|
|
41954
|
+
"item-min-width": "calc(var(--kendo-line-height-lg, normal) * 1em + var(--kendo-spacing-2, 0.5rem) * 2 + 1px * 2)"
|
|
41958
41955
|
}
|
|
41959
41956
|
}
|
|
41960
41957
|
},
|
|
@@ -114705,15 +114702,15 @@
|
|
|
114705
114702
|
"resolvedType": "String"
|
|
114706
114703
|
},
|
|
114707
114704
|
{
|
|
114708
|
-
"description": "The background color of the List
|
|
114705
|
+
"description": "The background color of the selected hovered List items.\n",
|
|
114709
114706
|
"commentRange": {
|
|
114710
114707
|
"start": 281,
|
|
114711
114708
|
"end": 282
|
|
114712
114709
|
},
|
|
114713
114710
|
"context": {
|
|
114714
114711
|
"type": "variable",
|
|
114715
|
-
"name": "kendo-list-
|
|
114716
|
-
"value": "
|
|
114712
|
+
"name": "kendo-list-item-selected-hover-bg",
|
|
114713
|
+
"value": "k-color(primary-hover)",
|
|
114717
114714
|
"scope": "default",
|
|
114718
114715
|
"line": {
|
|
114719
114716
|
"start": 283,
|
|
@@ -114728,14 +114725,68 @@
|
|
|
114728
114725
|
"path": "classic/scss/list/_variables.scss",
|
|
114729
114726
|
"name": "_variables.scss"
|
|
114730
114727
|
},
|
|
114728
|
+
"resolvedValue": "var(--kendo-color-primary-hover, #e05100)",
|
|
114729
|
+
"resolvedType": "String"
|
|
114730
|
+
},
|
|
114731
|
+
{
|
|
114732
|
+
"description": "The text color of the selected hovered List items.\n",
|
|
114733
|
+
"commentRange": {
|
|
114734
|
+
"start": 284,
|
|
114735
|
+
"end": 285
|
|
114736
|
+
},
|
|
114737
|
+
"context": {
|
|
114738
|
+
"type": "variable",
|
|
114739
|
+
"name": "kendo-list-item-selected-hover-text",
|
|
114740
|
+
"value": "k-color(on-primary)",
|
|
114741
|
+
"scope": "default",
|
|
114742
|
+
"line": {
|
|
114743
|
+
"start": 286,
|
|
114744
|
+
"end": 286
|
|
114745
|
+
}
|
|
114746
|
+
},
|
|
114747
|
+
"group": [
|
|
114748
|
+
"list"
|
|
114749
|
+
],
|
|
114750
|
+
"access": "public",
|
|
114751
|
+
"file": {
|
|
114752
|
+
"path": "classic/scss/list/_variables.scss",
|
|
114753
|
+
"name": "_variables.scss"
|
|
114754
|
+
},
|
|
114755
|
+
"resolvedValue": "var(--kendo-color-on-primary, #ffffff)",
|
|
114756
|
+
"resolvedType": "String"
|
|
114757
|
+
},
|
|
114758
|
+
{
|
|
114759
|
+
"description": "The background color of the List group items.\n",
|
|
114760
|
+
"commentRange": {
|
|
114761
|
+
"start": 288,
|
|
114762
|
+
"end": 289
|
|
114763
|
+
},
|
|
114764
|
+
"context": {
|
|
114765
|
+
"type": "variable",
|
|
114766
|
+
"name": "kendo-list-group-item-bg",
|
|
114767
|
+
"value": "null",
|
|
114768
|
+
"scope": "default",
|
|
114769
|
+
"line": {
|
|
114770
|
+
"start": 290,
|
|
114771
|
+
"end": 290
|
|
114772
|
+
}
|
|
114773
|
+
},
|
|
114774
|
+
"group": [
|
|
114775
|
+
"list"
|
|
114776
|
+
],
|
|
114777
|
+
"access": "public",
|
|
114778
|
+
"file": {
|
|
114779
|
+
"path": "classic/scss/list/_variables.scss",
|
|
114780
|
+
"name": "_variables.scss"
|
|
114781
|
+
},
|
|
114731
114782
|
"resolvedValue": "null",
|
|
114732
114783
|
"resolvedType": "Null"
|
|
114733
114784
|
},
|
|
114734
114785
|
{
|
|
114735
114786
|
"description": "The text color of the List group items.\n",
|
|
114736
114787
|
"commentRange": {
|
|
114737
|
-
"start":
|
|
114738
|
-
"end":
|
|
114788
|
+
"start": 291,
|
|
114789
|
+
"end": 292
|
|
114739
114790
|
},
|
|
114740
114791
|
"context": {
|
|
114741
114792
|
"type": "variable",
|
|
@@ -114743,8 +114794,8 @@
|
|
|
114743
114794
|
"value": "null",
|
|
114744
114795
|
"scope": "default",
|
|
114745
114796
|
"line": {
|
|
114746
|
-
"start":
|
|
114747
|
-
"end":
|
|
114797
|
+
"start": 293,
|
|
114798
|
+
"end": 293
|
|
114748
114799
|
}
|
|
114749
114800
|
},
|
|
114750
114801
|
"group": [
|
|
@@ -114761,8 +114812,8 @@
|
|
|
114761
114812
|
{
|
|
114762
114813
|
"description": "The border color of the List group items.\n",
|
|
114763
114814
|
"commentRange": {
|
|
114764
|
-
"start":
|
|
114765
|
-
"end":
|
|
114815
|
+
"start": 294,
|
|
114816
|
+
"end": 295
|
|
114766
114817
|
},
|
|
114767
114818
|
"context": {
|
|
114768
114819
|
"type": "variable",
|
|
@@ -114770,8 +114821,8 @@
|
|
|
114770
114821
|
"value": "inherit",
|
|
114771
114822
|
"scope": "default",
|
|
114772
114823
|
"line": {
|
|
114773
|
-
"start":
|
|
114774
|
-
"end":
|
|
114824
|
+
"start": 296,
|
|
114825
|
+
"end": 296
|
|
114775
114826
|
}
|
|
114776
114827
|
},
|
|
114777
114828
|
"group": [
|
|
@@ -114788,8 +114839,8 @@
|
|
|
114788
114839
|
{
|
|
114789
114840
|
"description": "The base shadow of the List group items.\n",
|
|
114790
114841
|
"commentRange": {
|
|
114791
|
-
"start":
|
|
114792
|
-
"end":
|
|
114842
|
+
"start": 297,
|
|
114843
|
+
"end": 298
|
|
114793
114844
|
},
|
|
114794
114845
|
"context": {
|
|
114795
114846
|
"type": "variable",
|
|
@@ -114797,8 +114848,8 @@
|
|
|
114797
114848
|
"value": "null",
|
|
114798
114849
|
"scope": "default",
|
|
114799
114850
|
"line": {
|
|
114800
|
-
"start":
|
|
114801
|
-
"end":
|
|
114851
|
+
"start": 299,
|
|
114852
|
+
"end": 299
|
|
114802
114853
|
}
|
|
114803
114854
|
},
|
|
114804
114855
|
"group": [
|
|
@@ -114815,8 +114866,8 @@
|
|
|
114815
114866
|
{
|
|
114816
114867
|
"description": "The color of the 'Option Label' text.\n",
|
|
114817
114868
|
"commentRange": {
|
|
114818
|
-
"start":
|
|
114819
|
-
"end":
|
|
114869
|
+
"start": 301,
|
|
114870
|
+
"end": 302
|
|
114820
114871
|
},
|
|
114821
114872
|
"context": {
|
|
114822
114873
|
"type": "variable",
|
|
@@ -114824,8 +114875,8 @@
|
|
|
114824
114875
|
"value": "k-color(subtle)",
|
|
114825
114876
|
"scope": "default",
|
|
114826
114877
|
"line": {
|
|
114827
|
-
"start":
|
|
114828
|
-
"end":
|
|
114878
|
+
"start": 303,
|
|
114879
|
+
"end": 303
|
|
114829
114880
|
}
|
|
114830
114881
|
},
|
|
114831
114882
|
"group": [
|
|
@@ -123007,14 +123058,14 @@
|
|
|
123007
123058
|
"resolvedType": "Number"
|
|
123008
123059
|
},
|
|
123009
123060
|
{
|
|
123010
|
-
"description": "The width of the DropDowns in the
|
|
123061
|
+
"description": "The width of the DropDowns in the Pager.\n",
|
|
123011
123062
|
"commentRange": {
|
|
123012
123063
|
"start": 86,
|
|
123013
123064
|
"end": 87
|
|
123014
123065
|
},
|
|
123015
123066
|
"context": {
|
|
123016
123067
|
"type": "variable",
|
|
123017
|
-
"name": "kendo-pager-
|
|
123068
|
+
"name": "kendo-pager-dropdown-width",
|
|
123018
123069
|
"value": "5em",
|
|
123019
123070
|
"scope": "default",
|
|
123020
123071
|
"line": {
|
|
@@ -123033,74 +123084,20 @@
|
|
|
123033
123084
|
"resolvedValue": "5em",
|
|
123034
123085
|
"resolvedType": "Number"
|
|
123035
123086
|
},
|
|
123036
|
-
{
|
|
123037
|
-
"description": "The width of the DropDowns in the medium Pager.\n",
|
|
123038
|
-
"commentRange": {
|
|
123039
|
-
"start": 89,
|
|
123040
|
-
"end": 90
|
|
123041
|
-
},
|
|
123042
|
-
"context": {
|
|
123043
|
-
"type": "variable",
|
|
123044
|
-
"name": "kendo-pager-md-dropdown-width",
|
|
123045
|
-
"value": "5em",
|
|
123046
|
-
"scope": "default",
|
|
123047
|
-
"line": {
|
|
123048
|
-
"start": 91,
|
|
123049
|
-
"end": 91
|
|
123050
|
-
}
|
|
123051
|
-
},
|
|
123052
|
-
"group": [
|
|
123053
|
-
"pager"
|
|
123054
|
-
],
|
|
123055
|
-
"access": "public",
|
|
123056
|
-
"file": {
|
|
123057
|
-
"path": "classic/scss/pager/_variables.scss",
|
|
123058
|
-
"name": "_variables.scss"
|
|
123059
|
-
},
|
|
123060
|
-
"resolvedValue": "5em",
|
|
123061
|
-
"resolvedType": "Number"
|
|
123062
|
-
},
|
|
123063
|
-
{
|
|
123064
|
-
"description": "The width of the DropDowns in the large Pager.\n",
|
|
123065
|
-
"commentRange": {
|
|
123066
|
-
"start": 92,
|
|
123067
|
-
"end": 93
|
|
123068
|
-
},
|
|
123069
|
-
"context": {
|
|
123070
|
-
"type": "variable",
|
|
123071
|
-
"name": "kendo-pager-lg-dropdown-width",
|
|
123072
|
-
"value": "5em",
|
|
123073
|
-
"scope": "default",
|
|
123074
|
-
"line": {
|
|
123075
|
-
"start": 94,
|
|
123076
|
-
"end": 94
|
|
123077
|
-
}
|
|
123078
|
-
},
|
|
123079
|
-
"group": [
|
|
123080
|
-
"pager"
|
|
123081
|
-
],
|
|
123082
|
-
"access": "public",
|
|
123083
|
-
"file": {
|
|
123084
|
-
"path": "classic/scss/pager/_variables.scss",
|
|
123085
|
-
"name": "_variables.scss"
|
|
123086
|
-
},
|
|
123087
|
-
"resolvedValue": "5em",
|
|
123088
|
-
"resolvedType": "Number"
|
|
123089
|
-
},
|
|
123090
123087
|
{
|
|
123091
123088
|
"description": "The sizes map of the Pager.\n",
|
|
123092
123089
|
"commentRange": {
|
|
123093
|
-
"start":
|
|
123094
|
-
"end":
|
|
123090
|
+
"start": 90,
|
|
123091
|
+
"end": 91
|
|
123095
123092
|
},
|
|
123096
123093
|
"context": {
|
|
123097
123094
|
"type": "variable",
|
|
123098
123095
|
"name": "kendo-pager-sizes",
|
|
123099
|
-
"value": "(\n sm: (\n padding-x: $kendo-pager-sm-padding-x,\n padding-y: $kendo-pager-sm-padding-y,\n item-group-spacing: $kendo-pager-sm-item-group-spacing,\n item-min-width: $kendo-pager-sm-item-min-width,\n
|
|
123096
|
+
"value": "(\n sm: (\n padding-x: $kendo-pager-sm-padding-x,\n padding-y: $kendo-pager-sm-padding-y,\n item-group-spacing: $kendo-pager-sm-item-group-spacing,\n item-min-width: $kendo-pager-sm-item-min-width,\n ),\n md: (\n padding-x: $kendo-pager-md-padding-x,\n padding-y: $kendo-pager-md-padding-y,\n item-group-spacing: $kendo-pager-md-item-group-spacing,\n item-min-width: $kendo-pager-md-item-min-width,\n ),\n lg: (\n padding-x: $kendo-pager-lg-padding-x,\n padding-y: $kendo-pager-lg-padding-y,\n item-group-spacing: $kendo-pager-lg-item-group-spacing,\n item-min-width: $kendo-pager-lg-item-min-width,\n )\n)",
|
|
123100
123097
|
"scope": "default",
|
|
123101
123098
|
"line": {
|
|
123102
|
-
"start":
|
|
123103
|
-
"end":
|
|
123099
|
+
"start": 92,
|
|
123100
|
+
"end": 111
|
|
123104
123101
|
}
|
|
123105
123102
|
},
|
|
123106
123103
|
"group": [
|
|
@@ -123111,29 +123108,26 @@
|
|
|
123111
123108
|
"path": "classic/scss/pager/_variables.scss",
|
|
123112
123109
|
"name": "_variables.scss"
|
|
123113
123110
|
},
|
|
123114
|
-
"resolvedValue": "(sm: (padding-x: var(--kendo-spacing-1, 0.25rem), padding-y: var(--kendo-spacing-1, 0.25rem), item-group-spacing: var(--kendo-spacing-3, 0.75rem), item-min-width: calc(var(--kendo-line-height, normal) * 1em + var(--kendo-spacing-0\\.5, 0.125rem) * 2 + 1px * 2)
|
|
123111
|
+
"resolvedValue": "(sm: (padding-x: var(--kendo-spacing-1, 0.25rem), padding-y: var(--kendo-spacing-1, 0.25rem), item-group-spacing: var(--kendo-spacing-3, 0.75rem), item-min-width: calc(var(--kendo-line-height, normal) * 1em + var(--kendo-spacing-0\\.5, 0.125rem) * 2 + 1px * 2)), md: (padding-x: var(--kendo-spacing-2, 0.5rem), padding-y: var(--kendo-spacing-2, 0.5rem), item-group-spacing: var(--kendo-spacing-3\\.5, 0.875rem), item-min-width: calc(var(--kendo-line-height, normal) * 1em + var(--kendo-spacing-1, 0.25rem) * 2 + 1px * 2)), lg: (padding-x: var(--kendo-spacing-2\\.5, 0.625rem), padding-y: var(--kendo-spacing-2\\.5, 0.625rem), item-group-spacing: var(--kendo-spacing-4, 1rem), item-min-width: calc(var(--kendo-line-height-lg, normal) * 1em + var(--kendo-spacing-2, 0.5rem) * 2 + 1px * 2)))",
|
|
123115
123112
|
"resolvedType": "Map",
|
|
123116
123113
|
"prettyValue": {
|
|
123117
123114
|
"sm": {
|
|
123118
123115
|
"padding-x": "var(--kendo-spacing-1, 0.25rem)",
|
|
123119
123116
|
"padding-y": "var(--kendo-spacing-1, 0.25rem)",
|
|
123120
123117
|
"item-group-spacing": "var(--kendo-spacing-3, 0.75rem)",
|
|
123121
|
-
"item-min-width": "calc(var(--kendo-line-height, normal) * 1em + var(--kendo-spacing-0\\.5, 0.125rem) * 2 + 1px * 2)"
|
|
123122
|
-
"pager-dropdown-width": "5em"
|
|
123118
|
+
"item-min-width": "calc(var(--kendo-line-height, normal) * 1em + var(--kendo-spacing-0\\.5, 0.125rem) * 2 + 1px * 2)"
|
|
123123
123119
|
},
|
|
123124
123120
|
"md": {
|
|
123125
123121
|
"padding-x": "var(--kendo-spacing-2, 0.5rem)",
|
|
123126
123122
|
"padding-y": "var(--kendo-spacing-2, 0.5rem)",
|
|
123127
123123
|
"item-group-spacing": "var(--kendo-spacing-3\\.5, 0.875rem)",
|
|
123128
|
-
"item-min-width": "calc(var(--kendo-line-height, normal) * 1em + var(--kendo-spacing-1, 0.25rem) * 2 + 1px * 2)"
|
|
123129
|
-
"pager-dropdown-width": "5em"
|
|
123124
|
+
"item-min-width": "calc(var(--kendo-line-height, normal) * 1em + var(--kendo-spacing-1, 0.25rem) * 2 + 1px * 2)"
|
|
123130
123125
|
},
|
|
123131
123126
|
"lg": {
|
|
123132
123127
|
"padding-x": "var(--kendo-spacing-2\\.5, 0.625rem)",
|
|
123133
123128
|
"padding-y": "var(--kendo-spacing-2\\.5, 0.625rem)",
|
|
123134
123129
|
"item-group-spacing": "var(--kendo-spacing-4, 1rem)",
|
|
123135
|
-
"item-min-width": "calc(var(--kendo-line-height-lg, normal) * 1em + var(--kendo-spacing-2, 0.5rem) * 2 + 1px * 2)"
|
|
123136
|
-
"pager-dropdown-width": "5em"
|
|
123130
|
+
"item-min-width": "calc(var(--kendo-line-height-lg, normal) * 1em + var(--kendo-spacing-2, 0.5rem) * 2 + 1px * 2)"
|
|
123137
123131
|
}
|
|
123138
123132
|
}
|
|
123139
123133
|
}
|