@progress/kendo-theme-material 12.2.0-dev.0 → 12.2.0-dev.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/all.css +1 -1
- package/dist/material-2-dark.css +1 -1
- package/dist/material-2.css +1 -1
- package/dist/material-aqua-dark.css +1 -1
- package/dist/material-arctic.css +1 -1
- package/dist/material-burnt-teal.css +1 -1
- package/dist/material-dataviz-v4.css +1 -1
- package/dist/material-eggplant.css +1 -1
- package/dist/material-lime-dark.css +1 -1
- package/dist/material-lime.css +1 -1
- package/dist/material-main-dark.css +1 -1
- package/dist/material-main.css +1 -1
- package/dist/material-nova.css +1 -1
- package/dist/material-pacific-dark.css +1 -1
- package/dist/material-pacific.css +1 -1
- package/dist/material-sky-dark.css +1 -1
- package/dist/material-sky.css +1 -1
- package/dist/material-smoke.css +1 -1
- package/dist/meta/sassdoc-data.json +168 -174
- package/dist/meta/sassdoc-raw-data.json +75 -75
- package/dist/meta/variables.json +13 -16
- package/lib/swatches/material-2-dark.json +1 -1
- package/lib/swatches/material-2.json +1 -1
- package/lib/swatches/material-aqua-dark.json +1 -1
- package/lib/swatches/material-arctic.json +1 -1
- package/lib/swatches/material-burnt-teal.json +1 -1
- package/lib/swatches/material-dataviz-v4.json +1 -1
- package/lib/swatches/material-eggplant.json +1 -1
- package/lib/swatches/material-lime-dark.json +1 -1
- package/lib/swatches/material-lime.json +1 -1
- package/lib/swatches/material-main-dark.json +1 -1
- package/lib/swatches/material-main.json +1 -1
- package/lib/swatches/material-nova.json +1 -1
- package/lib/swatches/material-pacific-dark.json +1 -1
- package/lib/swatches/material-pacific.json +1 -1
- package/lib/swatches/material-sky-dark.json +1 -1
- package/lib/swatches/material-sky.json +1 -1
- package/lib/swatches/material-smoke.json +1 -1
- package/package.json +4 -4
- package/scss/list/_theme.scss +0 -8
- package/scss/list/_variables.scss +9 -0
- package/scss/pager/_variables.scss +3 -14
|
@@ -31569,15 +31569,15 @@
|
|
|
31569
31569
|
}
|
|
31570
31570
|
},
|
|
31571
31571
|
{
|
|
31572
|
-
"description": "The background color of the List
|
|
31572
|
+
"description": "The background color of the selected hovered List items.\n",
|
|
31573
31573
|
"commentRange": {
|
|
31574
31574
|
"start": 285,
|
|
31575
31575
|
"end": 286
|
|
31576
31576
|
},
|
|
31577
31577
|
"context": {
|
|
31578
31578
|
"type": "variable",
|
|
31579
|
-
"name": "kendo-list-
|
|
31580
|
-
"value": "
|
|
31579
|
+
"name": "kendo-list-item-selected-hover-bg",
|
|
31580
|
+
"value": "color-mix(in srgb, k-color(on-app-surface) 8%, transparent)",
|
|
31581
31581
|
"scope": "default",
|
|
31582
31582
|
"line": {
|
|
31583
31583
|
"start": 287,
|
|
@@ -31594,15 +31594,15 @@
|
|
|
31594
31594
|
}
|
|
31595
31595
|
},
|
|
31596
31596
|
{
|
|
31597
|
-
"description": "The text color of the List
|
|
31597
|
+
"description": "The text color of the selected hovered List items.\n",
|
|
31598
31598
|
"commentRange": {
|
|
31599
31599
|
"start": 288,
|
|
31600
31600
|
"end": 289
|
|
31601
31601
|
},
|
|
31602
31602
|
"context": {
|
|
31603
31603
|
"type": "variable",
|
|
31604
|
-
"name": "kendo-list-
|
|
31605
|
-
"value": "
|
|
31604
|
+
"name": "kendo-list-item-selected-hover-text",
|
|
31605
|
+
"value": "k-color(primary-on-surface)",
|
|
31606
31606
|
"scope": "default",
|
|
31607
31607
|
"line": {
|
|
31608
31608
|
"start": 290,
|
|
@@ -31618,11 +31618,61 @@
|
|
|
31618
31618
|
"name": "_variables.scss"
|
|
31619
31619
|
}
|
|
31620
31620
|
},
|
|
31621
|
+
{
|
|
31622
|
+
"description": "The background color of the List group items.\n",
|
|
31623
|
+
"commentRange": {
|
|
31624
|
+
"start": 292,
|
|
31625
|
+
"end": 293
|
|
31626
|
+
},
|
|
31627
|
+
"context": {
|
|
31628
|
+
"type": "variable",
|
|
31629
|
+
"name": "kendo-list-group-item-bg",
|
|
31630
|
+
"value": "null",
|
|
31631
|
+
"scope": "default",
|
|
31632
|
+
"line": {
|
|
31633
|
+
"start": 294,
|
|
31634
|
+
"end": 294
|
|
31635
|
+
}
|
|
31636
|
+
},
|
|
31637
|
+
"group": [
|
|
31638
|
+
"list"
|
|
31639
|
+
],
|
|
31640
|
+
"access": "public",
|
|
31641
|
+
"file": {
|
|
31642
|
+
"path": "list/_variables.scss",
|
|
31643
|
+
"name": "_variables.scss"
|
|
31644
|
+
}
|
|
31645
|
+
},
|
|
31646
|
+
{
|
|
31647
|
+
"description": "The text color of the List group items.\n",
|
|
31648
|
+
"commentRange": {
|
|
31649
|
+
"start": 295,
|
|
31650
|
+
"end": 296
|
|
31651
|
+
},
|
|
31652
|
+
"context": {
|
|
31653
|
+
"type": "variable",
|
|
31654
|
+
"name": "kendo-list-group-item-text",
|
|
31655
|
+
"value": "null",
|
|
31656
|
+
"scope": "default",
|
|
31657
|
+
"line": {
|
|
31658
|
+
"start": 297,
|
|
31659
|
+
"end": 297
|
|
31660
|
+
}
|
|
31661
|
+
},
|
|
31662
|
+
"group": [
|
|
31663
|
+
"list"
|
|
31664
|
+
],
|
|
31665
|
+
"access": "public",
|
|
31666
|
+
"file": {
|
|
31667
|
+
"path": "list/_variables.scss",
|
|
31668
|
+
"name": "_variables.scss"
|
|
31669
|
+
}
|
|
31670
|
+
},
|
|
31621
31671
|
{
|
|
31622
31672
|
"description": "The border color of the List group items.\n",
|
|
31623
31673
|
"commentRange": {
|
|
31624
|
-
"start":
|
|
31625
|
-
"end":
|
|
31674
|
+
"start": 298,
|
|
31675
|
+
"end": 299
|
|
31626
31676
|
},
|
|
31627
31677
|
"context": {
|
|
31628
31678
|
"type": "variable",
|
|
@@ -31630,8 +31680,8 @@
|
|
|
31630
31680
|
"value": "inherit",
|
|
31631
31681
|
"scope": "default",
|
|
31632
31682
|
"line": {
|
|
31633
|
-
"start":
|
|
31634
|
-
"end":
|
|
31683
|
+
"start": 300,
|
|
31684
|
+
"end": 300
|
|
31635
31685
|
}
|
|
31636
31686
|
},
|
|
31637
31687
|
"group": [
|
|
@@ -31646,8 +31696,8 @@
|
|
|
31646
31696
|
{
|
|
31647
31697
|
"description": "The base shadow of the List group items.\n",
|
|
31648
31698
|
"commentRange": {
|
|
31649
|
-
"start":
|
|
31650
|
-
"end":
|
|
31699
|
+
"start": 301,
|
|
31700
|
+
"end": 302
|
|
31651
31701
|
},
|
|
31652
31702
|
"context": {
|
|
31653
31703
|
"type": "variable",
|
|
@@ -31655,8 +31705,8 @@
|
|
|
31655
31705
|
"value": "null",
|
|
31656
31706
|
"scope": "default",
|
|
31657
31707
|
"line": {
|
|
31658
|
-
"start":
|
|
31659
|
-
"end":
|
|
31708
|
+
"start": 303,
|
|
31709
|
+
"end": 303
|
|
31660
31710
|
}
|
|
31661
31711
|
},
|
|
31662
31712
|
"group": [
|
|
@@ -31671,8 +31721,8 @@
|
|
|
31671
31721
|
{
|
|
31672
31722
|
"description": "The color of the 'Option Label' text.\n",
|
|
31673
31723
|
"commentRange": {
|
|
31674
|
-
"start":
|
|
31675
|
-
"end":
|
|
31724
|
+
"start": 305,
|
|
31725
|
+
"end": 306
|
|
31676
31726
|
},
|
|
31677
31727
|
"context": {
|
|
31678
31728
|
"type": "variable",
|
|
@@ -31680,8 +31730,8 @@
|
|
|
31680
31730
|
"value": "k-color(subtle)",
|
|
31681
31731
|
"scope": "default",
|
|
31682
31732
|
"line": {
|
|
31683
|
-
"start":
|
|
31684
|
-
"end":
|
|
31733
|
+
"start": 307,
|
|
31734
|
+
"end": 307
|
|
31685
31735
|
}
|
|
31686
31736
|
},
|
|
31687
31737
|
"group": [
|
|
@@ -38194,14 +38244,14 @@
|
|
|
38194
38244
|
}
|
|
38195
38245
|
},
|
|
38196
38246
|
{
|
|
38197
|
-
"description": "The width of the DropDowns in the
|
|
38247
|
+
"description": "The width of the DropDowns in the Pager.\n",
|
|
38198
38248
|
"commentRange": {
|
|
38199
38249
|
"start": 91,
|
|
38200
38250
|
"end": 92
|
|
38201
38251
|
},
|
|
38202
38252
|
"context": {
|
|
38203
38253
|
"type": "variable",
|
|
38204
|
-
"name": "kendo-pager-
|
|
38254
|
+
"name": "kendo-pager-dropdown-width",
|
|
38205
38255
|
"value": "5em",
|
|
38206
38256
|
"scope": "default",
|
|
38207
38257
|
"line": {
|
|
@@ -38218,70 +38268,20 @@
|
|
|
38218
38268
|
"name": "_variables.scss"
|
|
38219
38269
|
}
|
|
38220
38270
|
},
|
|
38221
|
-
{
|
|
38222
|
-
"description": "The width of the DropDowns in the medium Pager.\n",
|
|
38223
|
-
"commentRange": {
|
|
38224
|
-
"start": 94,
|
|
38225
|
-
"end": 95
|
|
38226
|
-
},
|
|
38227
|
-
"context": {
|
|
38228
|
-
"type": "variable",
|
|
38229
|
-
"name": "kendo-pager-md-dropdown-width",
|
|
38230
|
-
"value": "5em",
|
|
38231
|
-
"scope": "default",
|
|
38232
|
-
"line": {
|
|
38233
|
-
"start": 96,
|
|
38234
|
-
"end": 96
|
|
38235
|
-
}
|
|
38236
|
-
},
|
|
38237
|
-
"group": [
|
|
38238
|
-
"pager"
|
|
38239
|
-
],
|
|
38240
|
-
"access": "public",
|
|
38241
|
-
"file": {
|
|
38242
|
-
"path": "pager/_variables.scss",
|
|
38243
|
-
"name": "_variables.scss"
|
|
38244
|
-
}
|
|
38245
|
-
},
|
|
38246
|
-
{
|
|
38247
|
-
"description": "The width of the DropDowns in the large Pager.\n",
|
|
38248
|
-
"commentRange": {
|
|
38249
|
-
"start": 97,
|
|
38250
|
-
"end": 98
|
|
38251
|
-
},
|
|
38252
|
-
"context": {
|
|
38253
|
-
"type": "variable",
|
|
38254
|
-
"name": "kendo-pager-lg-dropdown-width",
|
|
38255
|
-
"value": "5em",
|
|
38256
|
-
"scope": "default",
|
|
38257
|
-
"line": {
|
|
38258
|
-
"start": 99,
|
|
38259
|
-
"end": 99
|
|
38260
|
-
}
|
|
38261
|
-
},
|
|
38262
|
-
"group": [
|
|
38263
|
-
"pager"
|
|
38264
|
-
],
|
|
38265
|
-
"access": "public",
|
|
38266
|
-
"file": {
|
|
38267
|
-
"path": "pager/_variables.scss",
|
|
38268
|
-
"name": "_variables.scss"
|
|
38269
|
-
}
|
|
38270
|
-
},
|
|
38271
38271
|
{
|
|
38272
38272
|
"description": "The sizes map of the Pager.\n",
|
|
38273
38273
|
"commentRange": {
|
|
38274
|
-
"start":
|
|
38275
|
-
"end":
|
|
38274
|
+
"start": 95,
|
|
38275
|
+
"end": 96
|
|
38276
38276
|
},
|
|
38277
38277
|
"context": {
|
|
38278
38278
|
"type": "variable",
|
|
38279
38279
|
"name": "kendo-pager-sizes",
|
|
38280
|
-
"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
|
|
38280
|
+
"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)",
|
|
38281
38281
|
"scope": "default",
|
|
38282
38282
|
"line": {
|
|
38283
|
-
"start":
|
|
38284
|
-
"end":
|
|
38283
|
+
"start": 97,
|
|
38284
|
+
"end": 116
|
|
38285
38285
|
}
|
|
38286
38286
|
},
|
|
38287
38287
|
"group": [
|
package/dist/meta/variables.json
CHANGED
|
@@ -2199,6 +2199,14 @@
|
|
|
2199
2199
|
"type": "String",
|
|
2200
2200
|
"value": "var(--kendo-color-primary-on-surface, #65558F)"
|
|
2201
2201
|
},
|
|
2202
|
+
"kendo-list-item-selected-hover-bg": {
|
|
2203
|
+
"type": "String",
|
|
2204
|
+
"value": "color-mix(in srgb, var(--kendo-color-on-app-surface, #1D1B20) 8%, transparent)"
|
|
2205
|
+
},
|
|
2206
|
+
"kendo-list-item-selected-hover-text": {
|
|
2207
|
+
"type": "String",
|
|
2208
|
+
"value": "var(--kendo-color-primary-on-surface, #65558F)"
|
|
2209
|
+
},
|
|
2202
2210
|
"kendo-list-group-item-bg": {
|
|
2203
2211
|
"type": "Null",
|
|
2204
2212
|
"value": "null"
|
|
@@ -9702,42 +9710,31 @@
|
|
|
9702
9710
|
"type": "Number",
|
|
9703
9711
|
"value": "5em"
|
|
9704
9712
|
},
|
|
9705
|
-
"kendo-pager-
|
|
9706
|
-
"type": "Number",
|
|
9707
|
-
"value": "5em"
|
|
9708
|
-
},
|
|
9709
|
-
"kendo-pager-md-dropdown-width": {
|
|
9710
|
-
"type": "Number",
|
|
9711
|
-
"value": "5em"
|
|
9712
|
-
},
|
|
9713
|
-
"kendo-pager-lg-dropdown-width": {
|
|
9713
|
+
"kendo-pager-dropdown-width": {
|
|
9714
9714
|
"type": "Number",
|
|
9715
9715
|
"value": "5em"
|
|
9716
9716
|
},
|
|
9717
9717
|
"kendo-pager-sizes": {
|
|
9718
9718
|
"type": "Map",
|
|
9719
|
-
"value": "(sm: (padding-x: var(--kendo-spacing-1, 0.25rem), padding-y: var(--kendo-spacing-1, 0.25rem), item-group-spacing: var(--kendo-spacing-1\\.5, 0.375rem), item-min-width: calc(var(--kendo-line-height, normal) * 1em + calc(var(--kendo-spacing-3\\.5, 0.875rem) / 2) * 2 + 1px * 2)
|
|
9719
|
+
"value": "(sm: (padding-x: var(--kendo-spacing-1, 0.25rem), padding-y: var(--kendo-spacing-1, 0.25rem), item-group-spacing: var(--kendo-spacing-1\\.5, 0.375rem), item-min-width: calc(var(--kendo-line-height, normal) * 1em + calc(var(--kendo-spacing-3\\.5, 0.875rem) / 2) * 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-2, 0.5rem), item-min-width: calc(var(--kendo-line-height, normal) * 1em + calc(var(--kendo-spacing-4\\.5, 1.125rem) / 2) * 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-2\\.5, 0.625rem), item-min-width: calc(var(--kendo-line-height, normal) * 1em + calc(var(--kendo-spacing-5\\.5, 1.375rem) / 2) * 2 + 1px * 2)))",
|
|
9720
9720
|
"prettyValue": {
|
|
9721
9721
|
"sm": {
|
|
9722
9722
|
"padding-x": "var(--kendo-spacing-1, 0.25rem)",
|
|
9723
9723
|
"padding-y": "var(--kendo-spacing-1, 0.25rem)",
|
|
9724
9724
|
"item-group-spacing": "var(--kendo-spacing-1\\.5, 0.375rem)",
|
|
9725
|
-
"item-min-width": "calc(var(--kendo-line-height, normal) * 1em + calc(var(--kendo-spacing-3\\.5, 0.875rem) / 2) * 2 + 1px * 2)"
|
|
9726
|
-
"pager-dropdown-width": "5em"
|
|
9725
|
+
"item-min-width": "calc(var(--kendo-line-height, normal) * 1em + calc(var(--kendo-spacing-3\\.5, 0.875rem) / 2) * 2 + 1px * 2)"
|
|
9727
9726
|
},
|
|
9728
9727
|
"md": {
|
|
9729
9728
|
"padding-x": "var(--kendo-spacing-2, 0.5rem)",
|
|
9730
9729
|
"padding-y": "var(--kendo-spacing-2, 0.5rem)",
|
|
9731
9730
|
"item-group-spacing": "var(--kendo-spacing-2, 0.5rem)",
|
|
9732
|
-
"item-min-width": "calc(var(--kendo-line-height, normal) * 1em + calc(var(--kendo-spacing-4\\.5, 1.125rem) / 2) * 2 + 1px * 2)"
|
|
9733
|
-
"pager-dropdown-width": "5em"
|
|
9731
|
+
"item-min-width": "calc(var(--kendo-line-height, normal) * 1em + calc(var(--kendo-spacing-4\\.5, 1.125rem) / 2) * 2 + 1px * 2)"
|
|
9734
9732
|
},
|
|
9735
9733
|
"lg": {
|
|
9736
9734
|
"padding-x": "var(--kendo-spacing-2\\.5, 0.625rem)",
|
|
9737
9735
|
"padding-y": "var(--kendo-spacing-2\\.5, 0.625rem)",
|
|
9738
9736
|
"item-group-spacing": "var(--kendo-spacing-2\\.5, 0.625rem)",
|
|
9739
|
-
"item-min-width": "calc(var(--kendo-line-height, normal) * 1em + calc(var(--kendo-spacing-5\\.5, 1.375rem) / 2) * 2 + 1px * 2)"
|
|
9740
|
-
"pager-dropdown-width": "5em"
|
|
9737
|
+
"item-min-width": "calc(var(--kendo-line-height, normal) * 1em + calc(var(--kendo-spacing-5\\.5, 1.375rem) / 2) * 2 + 1px * 2)"
|
|
9741
9738
|
}
|
|
9742
9739
|
}
|
|
9743
9740
|
},
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-material",
|
|
3
3
|
"description": "Material theme for Kendo UI",
|
|
4
|
-
"version": "12.2.0-dev.
|
|
4
|
+
"version": "12.2.0-dev.2",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -55,12 +55,12 @@
|
|
|
55
55
|
},
|
|
56
56
|
"dependencies": {
|
|
57
57
|
"@progress/kendo-svg-icons": "^4.5.0",
|
|
58
|
-
"@progress/kendo-theme-core": "12.2.0-dev.
|
|
59
|
-
"@progress/kendo-theme-utils": "12.2.0-dev.
|
|
58
|
+
"@progress/kendo-theme-core": "12.2.0-dev.2",
|
|
59
|
+
"@progress/kendo-theme-utils": "12.2.0-dev.2"
|
|
60
60
|
},
|
|
61
61
|
"directories": {
|
|
62
62
|
"doc": "docs",
|
|
63
63
|
"lib": "lib"
|
|
64
64
|
},
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "918845c4b6e60435531f8b2fef5c0d0110b54c6d"
|
|
66
66
|
}
|
package/scss/list/_theme.scss
CHANGED
|
@@ -282,6 +282,13 @@ $kendo-list-item-selected-bg: null !default;
|
|
|
282
282
|
/// @group list
|
|
283
283
|
$kendo-list-item-selected-text: k-color(primary-on-surface) !default;
|
|
284
284
|
|
|
285
|
+
/// The background color of the selected hovered List items.
|
|
286
|
+
/// @group list
|
|
287
|
+
$kendo-list-item-selected-hover-bg: color-mix(in srgb, k-color(on-app-surface) 8%, transparent) !default;
|
|
288
|
+
/// The text color of the selected hovered List items.
|
|
289
|
+
/// @group list
|
|
290
|
+
$kendo-list-item-selected-hover-text: k-color(primary-on-surface) !default;
|
|
291
|
+
|
|
285
292
|
/// The background color of the List group items.
|
|
286
293
|
/// @group list
|
|
287
294
|
$kendo-list-group-item-bg: null !default;
|
|
@@ -390,6 +397,8 @@ $kendo-list-option-label-text: k-color(subtle) !default;
|
|
|
390
397
|
$kendo-list-item-focus-shadow: $kendo-list-item-focus-shadow,
|
|
391
398
|
$kendo-list-item-selected-bg: $kendo-list-item-selected-bg,
|
|
392
399
|
$kendo-list-item-selected-text: $kendo-list-item-selected-text,
|
|
400
|
+
$kendo-list-item-selected-hover-bg: $kendo-list-item-selected-hover-bg,
|
|
401
|
+
$kendo-list-item-selected-hover-text: $kendo-list-item-selected-hover-text,
|
|
393
402
|
$kendo-list-group-item-bg: $kendo-list-group-item-bg,
|
|
394
403
|
$kendo-list-group-item-text: $kendo-list-group-item-text,
|
|
395
404
|
$kendo-list-group-item-border: $kendo-list-group-item-border,
|
|
@@ -88,15 +88,9 @@ $kendo-pager-number-border-radius: k-border-radius( md ) !default;
|
|
|
88
88
|
/// @group pager
|
|
89
89
|
$kendo-pager-input-width: 5em !default;
|
|
90
90
|
|
|
91
|
-
/// The width of the DropDowns in the
|
|
91
|
+
/// The width of the DropDowns in the Pager.
|
|
92
92
|
/// @group pager
|
|
93
|
-
$kendo-pager-
|
|
94
|
-
/// The width of the DropDowns in the medium Pager.
|
|
95
|
-
/// @group pager
|
|
96
|
-
$kendo-pager-md-dropdown-width: 5em !default;
|
|
97
|
-
/// The width of the DropDowns in the large Pager.
|
|
98
|
-
/// @group pager
|
|
99
|
-
$kendo-pager-lg-dropdown-width: 5em !default;
|
|
93
|
+
$kendo-pager-dropdown-width: 5em !default;
|
|
100
94
|
|
|
101
95
|
/// The sizes map of the Pager.
|
|
102
96
|
/// @group pager
|
|
@@ -106,21 +100,18 @@ $kendo-pager-sizes: (
|
|
|
106
100
|
padding-y: $kendo-pager-sm-padding-y,
|
|
107
101
|
item-group-spacing: $kendo-pager-sm-item-group-spacing,
|
|
108
102
|
item-min-width: $kendo-pager-sm-item-min-width,
|
|
109
|
-
pager-dropdown-width: $kendo-pager-sm-dropdown-width
|
|
110
103
|
),
|
|
111
104
|
md: (
|
|
112
105
|
padding-x: $kendo-pager-md-padding-x,
|
|
113
106
|
padding-y: $kendo-pager-md-padding-y,
|
|
114
107
|
item-group-spacing: $kendo-pager-md-item-group-spacing,
|
|
115
108
|
item-min-width: $kendo-pager-md-item-min-width,
|
|
116
|
-
pager-dropdown-width: $kendo-pager-md-dropdown-width
|
|
117
109
|
),
|
|
118
110
|
lg: (
|
|
119
111
|
padding-x: $kendo-pager-lg-padding-x,
|
|
120
112
|
padding-y: $kendo-pager-lg-padding-y,
|
|
121
113
|
item-group-spacing: $kendo-pager-lg-item-group-spacing,
|
|
122
114
|
item-min-width: $kendo-pager-lg-item-min-width,
|
|
123
|
-
pager-dropdown-width: $kendo-pager-lg-dropdown-width
|
|
124
115
|
)
|
|
125
116
|
) !default;
|
|
126
117
|
|
|
@@ -149,8 +140,6 @@ $kendo-pager-sizes: (
|
|
|
149
140
|
$kendo-pager-item-border-width: $kendo-pager-item-border-width,
|
|
150
141
|
$kendo-pager-item-spacing: $kendo-pager-item-spacing,
|
|
151
142
|
$kendo-pager-input-width: $kendo-pager-input-width,
|
|
152
|
-
$kendo-pager-
|
|
153
|
-
$kendo-pager-md-dropdown-width: $kendo-pager-md-dropdown-width,
|
|
154
|
-
$kendo-pager-lg-dropdown-width: $kendo-pager-lg-dropdown-width,
|
|
143
|
+
$kendo-pager-dropdown-width: $kendo-pager-dropdown-width,
|
|
155
144
|
$kendo-pager-sizes: $kendo-pager-sizes
|
|
156
145
|
);
|