kendo-pager-default-size | "md" | "md" | Default: "md"Computed: "md" |
| Description: The default size of the Pager.
|
kendo-pager-sm-padding-x | k-spacing(1) | var(--kendo-spacing-1) | Default: k-spacing(1)Computed: var(--kendo-spacing-1) |
| Description: The horizontal padding of the small Pager.
|
kendo-pager-md-padding-x | k-spacing(2) | var(--kendo-spacing-2) | Default: k-spacing(2)Computed: var(--kendo-spacing-2) |
| Description: The horizontal padding of the medium Pager.
|
kendo-pager-lg-padding-x | k-spacing(2.5) | var(--kendo-spacing-2\.5) | Default: k-spacing(2.5)Computed: var(--kendo-spacing-2\.5) |
| Description: The horizontal padding of the large Pager.
|
kendo-pager-sm-padding-y | $kendo-pager-sm-padding-x | var(--kendo-spacing-1) | Default: $kendo-pager-sm-padding-xComputed: var(--kendo-spacing-1) |
| Description: The vertical padding of the small Pager.
|
kendo-pager-md-padding-y | $kendo-pager-md-padding-x | var(--kendo-spacing-2) | Default: $kendo-pager-md-padding-xComputed: var(--kendo-spacing-2) |
| Description: The vertical padding of the medium Pager.
|
kendo-pager-lg-padding-y | $kendo-pager-lg-padding-x | var(--kendo-spacing-2\.5) | Default: $kendo-pager-lg-padding-xComputed: var(--kendo-spacing-2\.5) |
| Description: The vertical padding of the large Pager.
|
kendo-pager-sm-item-min-width | $kendo-button-sm-calc-size | calc(var(--kendo-line-height) * 1em + var(--kendo-spacing-0\.5) * 2 + 1px * 2) | Default: $kendo-button-sm-calc-sizeComputed: calc(var(--kendo-line-height) * 1em + var(--kendo-spacing-0\.5) * 2 + 1px * 2) |
| Description: The minimum width of the items in the small Pager.
|
kendo-pager-md-item-min-width | $kendo-button-md-calc-size | calc(var(--kendo-line-height) * 1em + var(--kendo-spacing-1) * 2 + 1px * 2) | Default: $kendo-button-md-calc-sizeComputed: calc(var(--kendo-line-height) * 1em + var(--kendo-spacing-1) * 2 + 1px * 2) |
| Description: The minimum width of the items in the medium Pagers.
|
kendo-pager-lg-item-min-width | $kendo-button-lg-calc-size | calc(var(--kendo-line-height-lg) * 1em + var(--kendo-spacing-2) * 2 + 1px * 2) | Default: $kendo-button-lg-calc-sizeComputed: calc(var(--kendo-line-height-lg) * 1em + var(--kendo-spacing-2) * 2 + 1px * 2) |
| Description: The minimum width of the items in the large Pagers.
|
kendo-pager-sm-item-group-spacing | k-spacing(3) | var(--kendo-spacing-3) | Default: k-spacing(3)Computed: var(--kendo-spacing-3) |
| Description: The margin between the item groups in the small Pager.
|
kendo-pager-md-item-group-spacing | k-spacing(3.5) | var(--kendo-spacing-3\.5) | Default: k-spacing(3.5)Computed: var(--kendo-spacing-3\.5) |
| Description: The margin between the item groups in the medium Pager.
|
kendo-pager-lg-item-group-spacing | k-spacing(4) | var(--kendo-spacing-4) | Default: k-spacing(4)Computed: var(--kendo-spacing-4) |
| Description: The margin between the item groups in the large Pager.
|
kendo-pager-border-width | 1px | 1px | Default: 1pxComputed: 1px |
| Description: The border width of the Pager.
|
kendo-pager-font-family | var(--kendo-font-family) | var(--kendo-font-family) | Default: var(--kendo-font-family)Computed: var(--kendo-font-family) |
| Description: The font family of the Pager.
|
kendo-pager-font-size | var(--kendo-font-size) | var(--kendo-font-size) | Default: var(--kendo-font-size)Computed: var(--kendo-font-size) |
| Description: The font size of the Pager.
|
kendo-pager-line-height | var(--kendo-line-height) | var(--kendo-line-height) | Default: var(--kendo-line-height)Computed: var(--kendo-line-height) |
| Description: The line height of the Pager.
|
kendo-pager-bg | k-color(surface) | var(--kendo-color-surface) | Default: k-color(surface)Computed: var(--kendo-color-surface) |
| Description: The background color of the Pager.
|
kendo-pager-text | k-color(on-app-surface) | var(--kendo-color-on-app-surface) | Default: k-color(on-app-surface)Computed: var(--kendo-color-on-app-surface) |
| Description: The text color of the Pager.
|
kendo-pager-border | k-color(border) | var(--kendo-color-border) | Default: k-color(border)Computed: var(--kendo-color-border) |
| Description: The border color of the Pager.
|
kendo-pager-focus-bg | null | null | Default: nullComputed: null |
| Description: The background color of the focused Pager.
|
kendo-pager-focus-shadow | inset 0 0 0 2px k-color(border-alt) | (inset 0 0 0 2px var(--kendo-color-border-alt)) | Default: inset 0 0 0 2px k-color(border-alt)Computed: (inset 0 0 0 2px var(--kendo-color-border-alt)) |
| Description: The box shadow of the focused Pager.
|
kendo-pager-item-border-width | 0px | 0px | Default: 0pxComputed: 0px |
| Description: The border width of the Pager items.
|
kendo-pager-item-spacing | null | null | Default: nullComputed: null |
| Description: The spacing around the Pager items.
|
kendo-pager-input-width | 5em | 5em | Default: 5emComputed: 5em |
| Description: The width of the Inputs in the Pager.
|
kendo-pager-dropdown-width | 5em | 5em | Default: 5emComputed: 5em |
| Description: The width of the DropDowns in the Pager.
|
kendo-pager-sizes | | sm: | "padding-x":"var(--kendo-spacing-1)","padding-y":"var(--kendo-spacing-1)","item-group-spacing":"var(--kendo-spacing-3)","item-min-width":"calc(var(--kendo-line-height) * 1em + var(--kendo-spacing-0\\.5) * 2 + 1px * 2)" | | md: | "padding-x":"var(--kendo-spacing-2)","padding-y":"var(--kendo-spacing-2)","item-group-spacing":"var(--kendo-spacing-3\\.5)","item-min-width":"calc(var(--kendo-line-height) * 1em + var(--kendo-spacing-1) * 2 + 1px * 2)" | | lg: | "padding-x":"var(--kendo-spacing-2\\.5)","padding-y":"var(--kendo-spacing-2\\.5)","item-group-spacing":"var(--kendo-spacing-4)","item-min-width":"calc(var(--kendo-line-height-lg) * 1em + var(--kendo-spacing-2) * 2 + 1px * 2)" |
| Computed: (sm: (padding-x: var(--kendo-spacing-1), padding-y: var(--kendo-spacing-1), item-group-spacing: var(--kendo-spacing-3), item-min-width: calc(var(--kendo-line-height) * 1em + var(--kendo-spacing-0\.5) * 2 + 1px * 2)), md: (padding-x: var(--kendo-spacing-2), padding-y: var(--kendo-spacing-2), item-group-spacing: var(--kendo-spacing-3\.5), item-min-width: calc(var(--kendo-line-height) * 1em + var(--kendo-spacing-1) * 2 + 1px * 2)), lg: (padding-x: var(--kendo-spacing-2\.5), padding-y: var(--kendo-spacing-2\.5), item-group-spacing: var(--kendo-spacing-4), item-min-width: calc(var(--kendo-line-height-lg) * 1em + var(--kendo-spacing-2) * 2 + 1px * 2))) |
| Description: The sizes map of the Pager.
|