@progress/kendo-theme-default 6.1.1-dev.8 → 6.2.1-dev.0
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 +1473 -663
- package/dist/all.scss +4994 -1942
- package/dist/meta/sassdoc-data.json +45044 -0
- package/dist/meta/sassdoc-raw-data.json +20764 -0
- package/dist/meta/variables.json +12658 -0
- package/dist/meta/variables.scss +10 -0
- package/lib/swatches/default-blue.json +1 -1
- package/lib/swatches/default-dataviz-v4.json +1 -1
- package/lib/swatches/default-green.json +1 -1
- package/lib/swatches/default-main-dark.json +1 -1
- package/lib/swatches/default-main.json +1 -1
- package/lib/swatches/default-nordic.json +1 -1
- package/lib/swatches/default-ocean-blue-a11y.json +1 -1
- package/lib/swatches/default-ocean-blue.json +1 -1
- package/lib/swatches/default-orange.json +1 -1
- package/lib/swatches/default-purple.json +1 -1
- package/lib/swatches/default-turquoise.json +1 -1
- package/lib/swatches/default-urban.json +1 -1
- package/package.json +4 -4
- package/scss/_variables.scss +104 -12
- package/scss/action-buttons/_index.scss +8 -0
- package/scss/action-buttons/_layout.scss +3 -2
- package/scss/action-sheet/_index.scss +11 -0
- package/scss/action-sheet/_layout.scss +10 -5
- package/scss/adaptive/_index.scss +14 -0
- package/scss/adaptive/_layout.scss +10 -5
- package/scss/appbar/_index.scss +8 -0
- package/scss/appbar/_layout.scss +4 -2
- package/scss/autocomplete/_index.scss +13 -0
- package/scss/avatar/_index.scss +8 -0
- package/scss/badge/_index.scss +11 -0
- package/scss/badge/_layout.scss +2 -1
- package/scss/bottom-navigation/_index.scss +11 -0
- package/scss/bottom-navigation/_layout.scss +8 -4
- package/scss/breadcrumb/_index.scss +11 -0
- package/scss/breadcrumb/_layout.scss +12 -27
- package/scss/button/_index.scss +11 -0
- package/scss/button/_layout.scss +3 -2
- package/scss/button/_variables.scss +1 -1
- package/scss/calendar/_index.scss +12 -0
- package/scss/calendar/_layout.scss +23 -19
- package/scss/captcha/_index.scss +18 -0
- package/scss/card/_index.scss +13 -0
- package/scss/card/_layout.scss +8 -4
- package/scss/chat/_index.scss +14 -0
- package/scss/chat/_layout.scss +10 -10
- package/scss/checkbox/_index.scss +8 -0
- package/scss/checkbox/_layout.scss +2 -1
- package/scss/chip/_index.scss +11 -0
- package/scss/chip/_layout.scss +15 -5
- package/scss/color-preview/_index.scss +10 -0
- package/scss/coloreditor/_index.scss +13 -0
- package/scss/coloreditor/_layout.scss +2 -1
- package/scss/colorgradient/_index.scss +16 -0
- package/scss/colorgradient/_layout.scss +5 -3
- package/scss/colorpalette/_index.scss +10 -0
- package/scss/colorpicker/_index.scss +14 -0
- package/scss/colorpicker/_layout.scss +1 -1
- package/scss/combobox/_index.scss +13 -0
- package/scss/common/_base.scss +1 -2
- package/scss/common/_dragdrop.scss +2 -1
- package/scss/dataviz/_index.scss +12 -0
- package/scss/dataviz/_layout.scss +10 -6
- package/scss/dateinput/_index.scss +11 -0
- package/scss/datepicker/_index.scss +13 -0
- package/scss/daterangepicker/_index.scss +17 -0
- package/scss/daterangepicker/_layout.scss +2 -2
- package/scss/datetimepicker/_index.scss +17 -0
- package/scss/datetimepicker/_layout.scss +2 -1
- package/scss/dialog/_index.scss +12 -0
- package/scss/dialog/_layout.scss +2 -1
- package/scss/draggable/_index.scss +8 -0
- package/scss/draggable/_layout.scss +2 -1
- package/scss/drawer/_index.scss +12 -0
- package/scss/drawer/_layout.scss +6 -3
- package/scss/dropdowngrid/_index.scss +13 -0
- package/scss/dropdownlist/_index.scss +13 -0
- package/scss/dropdowntree/_index.scss +13 -0
- package/scss/dropdowntree/_layout.scss +2 -1
- package/scss/dropzone/_index.scss +8 -0
- package/scss/dropzone/_layout.scss +7 -2
- package/scss/editor/_index.scss +19 -0
- package/scss/editor/_layout.scss +27 -12
- package/scss/expansion-panel/_index.scss +12 -0
- package/scss/expansion-panel/_layout.scss +4 -2
- package/scss/fab/_index.scss +13 -0
- package/scss/fab/_layout.scss +12 -6
- package/scss/filemanager/_index.scss +20 -0
- package/scss/filemanager/_layout.scss +7 -6
- package/scss/filter/_index.scss +16 -0
- package/scss/filter/_layout.scss +2 -1
- package/scss/floating-label/_index.scss +10 -0
- package/scss/floating-label/_layout.scss +1 -1
- package/scss/floating-label/_variables.scss +1 -0
- package/scss/forms/_index.scss +12 -0
- package/scss/forms/_layout.scss +7 -6
- package/scss/gantt/_index.scss +18 -0
- package/scss/gantt/_layout.scss +21 -15
- package/scss/grid/_index.scss +32 -0
- package/scss/grid/_layout.scss +57 -28
- package/scss/grid/_theme.scss +6 -3
- package/scss/icons/_index.scss +8 -0
- package/scss/icons/_layout.scss +4 -4
- package/scss/imageeditor/_index.scss +14 -0
- package/scss/imageeditor/_layout.scss +8 -4
- package/scss/input/_index.scss +11 -0
- package/scss/input/_layout.scss +24 -11
- package/scss/input/_variables.scss +228 -32
- package/scss/list/_index.scss +11 -0
- package/scss/list/_layout.scss +15 -8
- package/scss/list/_variables.scss +1 -1
- package/scss/listbox/_index.scss +13 -0
- package/scss/listgroup/_index.scss +10 -0
- package/scss/listgroup/_layout.scss +14 -7
- package/scss/listview/_index.scss +12 -0
- package/scss/listview/_layout.scss +8 -4
- package/scss/loader/_index.scss +11 -0
- package/scss/map/_index.scss +13 -0
- package/scss/map/_layout.scss +4 -2
- package/scss/maskedtextbox/_index.scss +11 -0
- package/scss/mediaplayer/_index.scss +12 -0
- package/scss/mediaplayer/_layout.scss +2 -1
- package/scss/menu/_index.scss +13 -0
- package/scss/menu/_layout.scss +22 -11
- package/scss/menu-button/_index.scss +12 -0
- package/scss/messagebox/_index.scss +10 -0
- package/scss/messagebox/_layout.scss +2 -1
- package/scss/multiselect/_index.scss +15 -0
- package/scss/notification/_index.scss +11 -0
- package/scss/notification/_layout.scss +2 -1
- package/scss/numerictextbox/_index.scss +11 -0
- package/scss/orgchart/_index.scss +18 -0
- package/scss/orgchart/_layout.scss +8 -4
- package/scss/overlay/_index.scss +8 -0
- package/scss/pager/_index.scss +12 -0
- package/scss/pager/_layout.scss +8 -7
- package/scss/panelbar/_index.scss +11 -0
- package/scss/panelbar/_layout.scss +4 -2
- package/scss/panelbar/_theme.scss +2 -0
- package/scss/pdf-viewer/_index.scss +16 -0
- package/scss/pdf-viewer/_layout.scss +8 -2
- package/scss/pdf-viewer/_theme.scss +2 -1
- package/scss/pivotgrid/_index.scss +14 -0
- package/scss/pivotgrid/_layout.scss +31 -15
- package/scss/pivotgrid/_theme.scss +1 -1
- package/scss/popover/_index.scss +11 -0
- package/scss/popover/_layout.scss +4 -2
- package/scss/popup/_index.scss +8 -0
- package/scss/popup/_layout.scss +4 -2
- package/scss/popup/_variables.scss +24 -1
- package/scss/progressbar/_index.scss +8 -0
- package/scss/progressbar/_layout.scss +1 -1
- package/scss/radio/_index.scss +8 -0
- package/scss/radio/_layout.scss +2 -1
- package/scss/rating/_index.scss +10 -0
- package/scss/rating/_layout.scss +10 -3
- package/scss/rating/_theme.scss +6 -0
- package/scss/responsivepanel/_index.scss +10 -0
- package/scss/ripple/_index.scss +8 -0
- package/scss/scheduler/_index.scss +16 -0
- package/scss/scheduler/_layout.scss +19 -12
- package/scss/scroller/_index.scss +10 -0
- package/scss/scroller/_layout.scss +1 -1
- package/scss/scrollview/_index.scss +11 -0
- package/scss/scrollview/_layout.scss +7 -1
- package/scss/searchbox/_index.scss +12 -0
- package/scss/signature/_index.scss +13 -0
- package/scss/skeleton/_index.scss +8 -0
- package/scss/slider/_index.scss +12 -0
- package/scss/slider/_layout.scss +6 -4
- package/scss/split-button/_index.scss +12 -0
- package/scss/split-button/_layout.scss +8 -4
- package/scss/split-button/_variables.scss +12 -0
- package/scss/splitter/_index.scss +12 -0
- package/scss/splitter/_layout.scss +4 -0
- package/scss/spreadsheet/_index.scss +24 -0
- package/scss/spreadsheet/_layout.scss +18 -7
- package/scss/stepper/_index.scss +11 -0
- package/scss/stepper/_layout.scss +15 -6
- package/scss/stepper/_theme.scss +2 -1
- package/scss/switch/_index.scss +8 -0
- package/scss/table/_index.scss +8 -0
- package/scss/table/_layout.scss +7 -5
- package/scss/tabstrip/_index.scss +12 -0
- package/scss/tabstrip/_layout.scss +88 -59
- package/scss/tabstrip/_theme.scss +12 -0
- package/scss/tabstrip/_variables.scss +7 -0
- package/scss/taskboard/_index.scss +16 -0
- package/scss/taskboard/_layout.scss +20 -10
- package/scss/textarea/_index.scss +11 -0
- package/scss/textbox/_index.scss +11 -0
- package/scss/tilelayout/_index.scss +11 -0
- package/scss/timedurationpicker/_index.scss +15 -0
- package/scss/timeline/_index.scss +12 -0
- package/scss/timeline/_layout.scss +18 -10
- package/scss/timepicker/_index.scss +15 -0
- package/scss/timeselector/_index.scss +13 -0
- package/scss/timeselector/_layout.scss +8 -4
- package/scss/toolbar/_index.scss +13 -0
- package/scss/toolbar/_layout.scss +8 -4
- package/scss/tooltip/_index.scss +11 -0
- package/scss/tooltip/_layout.scss +4 -2
- package/scss/treelist/_index.scss +11 -0
- package/scss/treelist/_layout.scss +4 -2
- package/scss/treeview/_index.scss +11 -0
- package/scss/treeview/_layout.scss +6 -2
- package/scss/treeview/_variables.scss +1 -1
- package/scss/typography/_index.scss +8 -0
- package/scss/typography/_layout.scss +14 -12
- package/scss/upload/_index.scss +13 -0
- package/scss/upload/_layout.scss +6 -3
- package/scss/utils/_index.scss +7 -0
- package/scss/validator/_index.scss +11 -0
- package/scss/virtual-scroller/_index.scss +8 -0
- package/scss/window/_index.scss +14 -0
- package/scss/window/_layout.scss +12 -6
- package/scss/wizard/_index.scss +13 -0
- package/scss/wizard/_layout.scss +2 -1
- package/scss/avatar/index.md +0 -0
- package/scss/button/index.md +0 -3
- package/scss/checkbox/index.md +0 -0
- package/scss/chip/index.md +0 -0
- package/scss/dropdowngrid/index.md +0 -0
- package/scss/fab/index.md +0 -0
- package/scss/list/index.md +0 -0
- package/scss/radio/index.md +0 -0
- package/scss/switch/index.md +0 -0
- package/scss/utils/README.md +0 -344
package/scss/utils/README.md
DELETED
|
@@ -1,344 +0,0 @@
|
|
|
1
|
-
<!-- DO NOT EDIT THIS FILE. -->
|
|
2
|
-
<!-- This is an auto-generated file. -->
|
|
3
|
-
# Kendo UI Themes Utility Classes
|
|
4
|
-
|
|
5
|
-
This article lists documentation regarding the Kendo UI utility classes.
|
|
6
|
-
|
|
7
|
-
## In This Article
|
|
8
|
-
|
|
9
|
-
* [Aria](#aria)
|
|
10
|
-
* [Display](#display)
|
|
11
|
-
* [Flex-layout](#flex-layout)
|
|
12
|
-
* [Float](#float)
|
|
13
|
-
* [Grid-layout](#grid-layout)
|
|
14
|
-
* [Order](#order)
|
|
15
|
-
* [Overflow](#overflow)
|
|
16
|
-
* [Pointer-events](#pointer-events)
|
|
17
|
-
* [Position](#position)
|
|
18
|
-
* [Resize](#resize)
|
|
19
|
-
* [Spacer](#spacer)
|
|
20
|
-
* [Spacing](#spacing)
|
|
21
|
-
* [Table-layout](#table-layout)
|
|
22
|
-
* [Text](#text)
|
|
23
|
-
* [Touch-action](#touch-action)
|
|
24
|
-
* [Transform](#transform)
|
|
25
|
-
* [User-select](#user-select)
|
|
26
|
-
|
|
27
|
-
## Aria
|
|
28
|
-
|
|
29
|
-
#### k-sr-only
|
|
30
|
-
This class could be assigned to elements which should be visually hidden, but remain accessible for screen readers.
|
|
31
|
-
|
|
32
|
-
## Display
|
|
33
|
-
|
|
34
|
-
#### k-display-inline
|
|
35
|
-
This is equivalent to `display: inline;`. The element generates one or more inline element boxes that do not generate line breaks before or after themselves. In normal flow, the next element will be on the same line if there is space.
|
|
36
|
-
#### k-display-block
|
|
37
|
-
This is equivalent to `display: block;`. The element generates a block element box, generating line breaks both before and after the element when in the normal flow.
|
|
38
|
-
#### k-display-inline-block
|
|
39
|
-
This is equivalent to `display: inline-block;`. The element generates a block element box that will be flowed with surrounding content as if it were a single inline box (behaving much like a replaced element would).
|
|
40
|
-
#### k-display-flex
|
|
41
|
-
This is equivalent to `display: flex;`. The element behaves like a block element and lays out its content according to the flexbox model.
|
|
42
|
-
#### k-display-inline-flex
|
|
43
|
-
This is equivalent to `display: inline-flex;`. The element behaves like an inline element and lays out its content according to the flexbox model.
|
|
44
|
-
#### k-display-table
|
|
45
|
-
This is equivalent to `display: table;`. These elements behave like HTML `<table>` elements. It defines a block-level box.
|
|
46
|
-
#### k-display-inline-table
|
|
47
|
-
This is equivalent to `display: inline-table;`. The inline-table value does not have a direct mapping in HTML. It behaves like an HTML `<table>` element, but as an inline box, rather than a block-level box. Inside the table box is a block-level context.
|
|
48
|
-
#### k-display-none
|
|
49
|
-
This is equivalent to `display: none;`. Turns off the display of an element so that it has no effect on layout (the document is rendered as though the element did not exist). All descendant elements also have their display turned off.
|
|
50
|
-
#### k-hidden
|
|
51
|
-
This is an alias of `k-display-none`.
|
|
52
|
-
|
|
53
|
-
## Flex-layout
|
|
54
|
-
|
|
55
|
-
#### k-d-flex
|
|
56
|
-
This is equivalent to `display: flex`. It defines a flex container and enables a flex context for all its direct children. Think of flex items as primarily laying out either in horizontal rows or vertical columns.
|
|
57
|
-
#### k-d-inline-flex
|
|
58
|
-
This is equivalent to `display: inline-flex`. It defines a flex container and enables a flex context for all its direct children. Think of flex items as primarily laying out either in horizontal rows or vertical columns.
|
|
59
|
-
#### k-d-flex-row
|
|
60
|
-
This is equivalent to `display: inline-flex` and `flex-direction: row`.
|
|
61
|
-
#### k-d-flex-col
|
|
62
|
-
This is equivalent to `display: inline-flex` and `flex-direction: column`.
|
|
63
|
-
#### k-flex-row
|
|
64
|
-
This is equivalent to `flex-direction: row`. This establishes the main-axis to be horizontal, thus defining the direction flex items are placed in the flex container: left to right in `ltr`; right to left in `rtl`.
|
|
65
|
-
#### k-flex-row-reverse
|
|
66
|
-
This is equivalent to `flex-direction: row-reverse`. This establishes the main-axis to be horizontal, thus defining the direction flex items are placed in the flex container: right to left in `ltr`; left to right in `rtl`.
|
|
67
|
-
#### k-flex-col
|
|
68
|
-
This is equivalent to `flex-direction: column`. This establishes the main-axis to be vertical, thus defining the direction flex items are placed in the flex container: top to bottom.
|
|
69
|
-
#### k-flex-col-reverse
|
|
70
|
-
This is equivalent to `flex-direction: column-reverse`. This establishes the main-axis to be vertical, thus defining the direction flex items are placed in the flex container: bottom to top.
|
|
71
|
-
#### k-flex-wrap
|
|
72
|
-
This is equivalent to `flex-wrap: wrap`. It allows flex items to wrap as needed onto multiple lines, from top to bottom.
|
|
73
|
-
#### k-flex-nowrap
|
|
74
|
-
This is equivalent to `flex-wrap: nowrap`. All flex items will be on one line.
|
|
75
|
-
#### k-flex-wrap-reverse
|
|
76
|
-
This is equivalent to `flex-wrap: wrap-reverse`. It allows flex items to wrap as needed onto multiple lines, from bottom to top.
|
|
77
|
-
#### k-flex-initial
|
|
78
|
-
This is the same as `flex: initial;` and the shorthand for the default value: `flex: 0 1 auto`. It sizes the item based on its `width`/`height` properties (or its content if not set). It makes the flex item inflexible when there is some free space left, but allows it to shrink to its minimum when there is not enough space. The alignment abilities or `auto` margins can be used to align flex items along the main axis.
|
|
79
|
-
#### k-flex-1
|
|
80
|
-
This is equivalent to `flex: 1 1 0%`. It sizes the item not based on its `width`/`height` properties, but based on the available space. This is similar to `flex: 1 1 auto` execpt it is allowed to shrink beyond its initial size.
|
|
81
|
-
#### k-flex-auto
|
|
82
|
-
This is equivalent to `flex: 1 1 auto`. Beware, this is not the default value. It sizes the item based on its `width`/`height` properties, but makes it fully flexible so that they absorb any extra space along the main axis. If all items are either `flex: auto`, `flex: initial`, or `flex: none`, any remaining space after the items have been sized will be distributed evenly to the items with `flex: auto`.
|
|
83
|
-
#### k-flex-none
|
|
84
|
-
This is equivalent to `flex: 0 0 auto`. It sizes the item according to its `width`/`height` properties, but makes it fully inflexible. This is similar to `flex: initial` except it is not allowed to shrink, even in an overflow situation.
|
|
85
|
-
#### k-flex-grow
|
|
86
|
-
This is equivalent to `flex-grow: 1`. It defines the ability for a flex item to grow if necessary. It accepts a unitless value that serves as a proportion. It dictates what amount of the available space inside the flex container the item should take up.
|
|
87
|
-
#### k-flex-grow-0
|
|
88
|
-
This is equivalent to `flex-grow: 0`. The item will not grow.
|
|
89
|
-
#### k-flex-shrink
|
|
90
|
-
This is equivalent to `flex-shrink: 1`. It determines how much the flex item will shrink relative to the rest of the flex items in the flex container when there isn't enough space on the row.
|
|
91
|
-
#### k-flex-shrink-0
|
|
92
|
-
This is equivalent to `flex-shrink: 0`. The item will not srhink.
|
|
93
|
-
#### k-flex-basis-auto
|
|
94
|
-
This is equivalent to `flex-basis: auto`. It specifies the initial size of the flex item, before any available space is distributed according to the flex factors. It sizes the element according to its size property.
|
|
95
|
-
#### k-flex-basis-0
|
|
96
|
-
This is equivalent to `flex-basis: 0`. It specifies the initial size of the flex item, before any available space is distributed according to the flex factors. It disregards the element' size property.
|
|
97
|
-
|
|
98
|
-
## Float
|
|
99
|
-
|
|
100
|
-
#### k-float-left
|
|
101
|
-
This is equivalent to `float: left;`. The element must float on the left side of its containing block.
|
|
102
|
-
#### k-float-right
|
|
103
|
-
This is equivalent to `float: right;`. The element must float on the right side of its containing block.
|
|
104
|
-
#### k-float-none
|
|
105
|
-
This is equivalent to `float: none;`. The element must not float.
|
|
106
|
-
#### k-clear-left
|
|
107
|
-
This is equivalent to `clear: left;`. Is a keyword indicating that the element is moved down to clear past left floats.
|
|
108
|
-
#### k-clear-right
|
|
109
|
-
This is equivalent to `clear: right;`. Is a keyword indicating that the element is moved down to clear past right floats.
|
|
110
|
-
#### k-clear-both
|
|
111
|
-
This is equivalent to `clear: both;`. Is a keyword indicating that the element is moved down to clear past both left and right floats.
|
|
112
|
-
#### k-clear-none
|
|
113
|
-
This is equivalent to `clear: none;`. Is a keyword indicating that the element is not moved down to clear past floating elements.
|
|
114
|
-
|
|
115
|
-
## Grid-layout
|
|
116
|
-
|
|
117
|
-
#### k-d-grid
|
|
118
|
-
This is equivalent to `display: grid`. It defines the element as a grid container and establishes a new grid formatting context for its contents.
|
|
119
|
-
|
|
120
|
-
## Order
|
|
121
|
-
|
|
122
|
-
#### k-order-first
|
|
123
|
-
This is equivalent to `order: -9999;`.
|
|
124
|
-
#### k-order-last
|
|
125
|
-
This is equivalent to `order: 9999;`.
|
|
126
|
-
#### k-order-none
|
|
127
|
-
This is equivalent to `order: 0;`.
|
|
128
|
-
#### from k-order-1 to k-order-12
|
|
129
|
-
This is equivalent to `order: 1;`, `order: 2;`, `order: 12;`, etc.
|
|
130
|
-
|
|
131
|
-
## Overflow
|
|
132
|
-
|
|
133
|
-
#### k-overflow-auto
|
|
134
|
-
This is equivalent to `overflow: auto;`. Depends on the user agent. If content fits inside the padding box, it looks the same as visible, but still establishes a new block formatting context. Desktop browsers provide scrollbars if content overflows.
|
|
135
|
-
#### k-overflow-hidden
|
|
136
|
-
This is equivalent to `overflow: hidden;`. Content is clipped if necessary to fit the padding box. No scrollbars are provided, and no support for allowing the user to scroll (such as by dragging or using a scroll wheel) is allowed. The content can be scrolled programmatically (for example, by setting the value of a property such as offsetLeft), so the element is still a scroll container.
|
|
137
|
-
#### k-overflow-visible
|
|
138
|
-
This is equivalent to `overflow: visible;`. Content is not clipped and may be rendered outside the padding box.
|
|
139
|
-
#### k-overflow-scroll
|
|
140
|
-
This is equivalent to `overflow: scroll;`. Content is clipped if necessary to fit the padding box. Browsers always display scrollbars whether or not any content is actually clipped, preventing scrollbars from appearing or disappearing as content changes. Printers may still print overflowing content.
|
|
141
|
-
#### k-overflow-clip
|
|
142
|
-
This is equivalent to `overflow: clip;`. Like for hidden, the content is clipped to the element's padding box. The difference between clip and hidden is that the clip keyword also forbids all scrolling, including programmatic scrolling.
|
|
143
|
-
#### k-overflow-x-VALUE
|
|
144
|
-
This is equivalent to `overflow-x: VALUE;`. Sets what shows when content overflows a block-level element's left and right edges. The `VALUE` could be set to `auto`, `hidden`, `visible`, `scroll`, and `clip`.
|
|
145
|
-
#### k-overflow-y-VALUE
|
|
146
|
-
This is equivalent to `overflow-y: VALUE;`. Sets what shows when content overflows a block-level element's top and bottom edges. The `VALUE` could be set to `auto`, `hidden`, `visible`, `scroll`, and `clip`.
|
|
147
|
-
#### k-overflow-VALUE_X-VALUE_Y
|
|
148
|
-
This is equivalent to `overflow: VALUE_X VALUE_Y;`. This is a shorthand for `overflow-x: VALUE_X; overflow-y: VALUE_Y;`. The `VALUE_X` and `VALUE_Y` could be set to `auto`, `hidden`, `visible`, `scroll`, and `clip`.
|
|
149
|
-
|
|
150
|
-
## Pointer-events
|
|
151
|
-
|
|
152
|
-
#### k-pointer-events-none
|
|
153
|
-
This is equivalent to `pointer-events: none;`. The element is never the target of pointer events; however, pointer events may target its descendant elements if those descendants have pointer-events set to some other value. In these circumstances, pointer events will trigger event listeners on this parent element as appropriate on their way to/from the descendant during the event capture/bubble phases.
|
|
154
|
-
#### k-pointer-events-auto
|
|
155
|
-
This is equivalent to `pointer-events: auto;`. The element behaves as it would if the pointer-events property were not specified. In SVG content, this value and the value visiblePainted have the same effect.
|
|
156
|
-
|
|
157
|
-
## Position
|
|
158
|
-
|
|
159
|
-
#### k-pos-static
|
|
160
|
-
This is equivalent to `position: static;`. The element is positioned according to the normal flow of the document. The top, right, bottom, left, and z-index properties have no effect. This is the default value.
|
|
161
|
-
#### k-pos-relative
|
|
162
|
-
This is equivalent to `position: relative;`. The element is positioned according to the normal flow of the document, and then offset relative to itself based on the values of top, right, bottom, and left. The offset does not affect the position of any other elements; thus, the space given for the element in the page layout is the same as if position were static.
|
|
163
|
-
#### k-pos-absolute
|
|
164
|
-
This is equivalent to `position: absolute;`. The element is removed from the normal document flow, and no space is created for the element in the page layout. It is positioned relative to its closest positioned ancestor, if any; otherwise, it is placed relative to the initial containing block. Its final position is determined by the values of top, right, bottom, and left.
|
|
165
|
-
#### k-pos-fixed
|
|
166
|
-
This is equivalent to `position: fixed;`. The element is removed from the normal document flow, and no space is created for the element in the page layout. It is positioned relative to the initial containing block established by the viewport, except when one of its ancestors has a transform, perspective, or filter property set to something other than none (see the CSS Transforms Spec), in which case that ancestor behaves as the containing block. (Note that there are browser inconsistencies with perspective and filter contributing to containing block formation.) Its final position is determined by the values of top, right, bottom, and left.
|
|
167
|
-
#### k-pos-sticky
|
|
168
|
-
This is equivalent to `position: sticky;`. The element is positioned according to the normal flow of the document, and then offset relative to its nearest scrolling ancestor and containing block (nearest block-level ancestor), including table-related elements, based on the values of top, right, bottom, and left. The offset does not affect the position of any other elements.
|
|
169
|
-
#### k-pos-top
|
|
170
|
-
This is equivalent to `top: 0;`.
|
|
171
|
-
#### k-pos-right
|
|
172
|
-
This is equivalent to `right: 0;`.
|
|
173
|
-
#### k-pos-bottom
|
|
174
|
-
This is equivalent to `bottom: 0;`.
|
|
175
|
-
#### k-pos-left
|
|
176
|
-
This is equivalent to `left: 0;`.
|
|
177
|
-
#### k-pos-top-start
|
|
178
|
-
This is equivalent to `top: 0; left: 0;`.
|
|
179
|
-
#### k-pos-top-center
|
|
180
|
-
This is equivalent to `top: 0; left: 50%; transform: translateX(-50%);`.
|
|
181
|
-
#### k-pos-top-end
|
|
182
|
-
This is equivalent to `top: 0; right: 0;`.
|
|
183
|
-
#### k-pos-middle-start
|
|
184
|
-
This is equivalent to `top: 50%; left: 0; transform: translateY(-50%);`.
|
|
185
|
-
#### k-pos-middle-center
|
|
186
|
-
This is equivalent to `top: 50%; left: 50%; transform: translate(-50%, -50%);`.
|
|
187
|
-
#### k-pos-middle-end
|
|
188
|
-
This is equivalent to `top: 50%; right: 0; transform: translateY(-50%);`.
|
|
189
|
-
#### k-pos-bottom-start
|
|
190
|
-
This is equivalent to `bottom: 0; left: 0;`.
|
|
191
|
-
#### k-pos-bottom-center
|
|
192
|
-
This is equivalent to `bottom: 0; left: 50%; translateX(-50%);`.
|
|
193
|
-
#### k-pos-bottom-end
|
|
194
|
-
This is equivalent to `bottom: 0; right: 0;`.
|
|
195
|
-
|
|
196
|
-
## Resize
|
|
197
|
-
|
|
198
|
-
#### k-resize-none
|
|
199
|
-
This is equivalent to `resize: none;`. The element offers no user-controllable method for resizing it.
|
|
200
|
-
#### k-resize-both
|
|
201
|
-
This is equivalent to `resize: both;`. The element displays a mechanism for allowing the user to resize it, which may be resized both horizontally and vertically.
|
|
202
|
-
#### k-resize-horizontal
|
|
203
|
-
This is equivalent to `resize: horizontal;`. The element displays a mechanism for allowing the user to resize it in the horizontal direction.
|
|
204
|
-
#### k-resize-vertical
|
|
205
|
-
This is equivalent to `resize: vertical;`. The element displays a mechanism for allowing the user to resize it in the vertical direction.
|
|
206
|
-
|
|
207
|
-
## Spacer
|
|
208
|
-
|
|
209
|
-
#### k-spacer
|
|
210
|
-
This is equivalent to `flex: 1 0 auto;`. If every other element has a fixed size in a flex container, the spacer will take up the remaining space.
|
|
211
|
-
#### k-spacer-sized
|
|
212
|
-
This is equivalent to `flex-grow: 0;`. The spacer will not take any of the remaining space in a flex container.
|
|
213
|
-
|
|
214
|
-
## Spacing
|
|
215
|
-
|
|
216
|
-
#### Available Padding and Margin Values
|
|
217
|
-
From `0`(0) to `24`(96px or 6rem), `xs`(4px or .25rem), `sm`(8px or .5rem), `md`(12px or .75rem), `lg`(16px or 1rem), `xl`(24px or 1.5rem), `thin`(2px or .125rem), and `hair`(1px or .0625rem). Numeric values examples - `1`(4px or .25rem), `5`(20px or 1.25rem), `10`(40px or 2.5rem), `20`(80px or 5rem).
|
|
218
|
-
#### k-m-VALUE
|
|
219
|
-
This is equivalent to `margin: VALUE;`. Margin area on all four sides of the element.
|
|
220
|
-
#### k-mt-VALUE
|
|
221
|
-
This is equivalent to `margin-top: VALUE;`. Margin area on top of the element.
|
|
222
|
-
#### k-mr-VALUE
|
|
223
|
-
This is equivalent to `margin-right: VALUE;`. Margin area on right of the element.
|
|
224
|
-
#### k-mb-VALUE
|
|
225
|
-
This is equivalent to `margin-bottom: VALUE;`. Margin area on bottom of the element.
|
|
226
|
-
#### k-ml-VALUE
|
|
227
|
-
This is equivalent to `margin-left: VALUE;`. Margin area on left of the element.
|
|
228
|
-
#### k-mx-VALUE
|
|
229
|
-
This is equivalent to `margin-left: VALUE; margin-right: VALUE;`. Margin area on left and right of the element.
|
|
230
|
-
#### k-my-VALUE
|
|
231
|
-
This is equivalent to `margin-top: VALUE; margin-bottom: VALUE;``. Margin area on top and bottom of the element.
|
|
232
|
-
#### k-p-VALUE
|
|
233
|
-
This is equivalent to `padding: VALUE;`. Padding area on all four sides of the element.
|
|
234
|
-
#### k-pt-VALUE
|
|
235
|
-
This is equivalent to `padding-top: VALUE;`. Padding area on top of the element.
|
|
236
|
-
#### k-pr-VALUE
|
|
237
|
-
This is equivalent to `padding-right: VALUE;`. Padding area on right of the element.
|
|
238
|
-
#### k-pb-VALUE
|
|
239
|
-
This is equivalent to `padding-bottom: VALUE;`. Padding area on bottom of the element.
|
|
240
|
-
#### k-pl-VALUE
|
|
241
|
-
This is equivalent to `padding-left: VALUE;`. Padding area on left of the element.
|
|
242
|
-
#### k-px-VALUE
|
|
243
|
-
This is equivalent to `padding-left: VALUE; padding-right: VALUE;`. Padding area on left and right of the element.
|
|
244
|
-
#### k-py-VALUE
|
|
245
|
-
This is equivalent to `padding-top: VALUE; padding-bottom: VALUE;``. Padding area on top and bottom of the element.
|
|
246
|
-
|
|
247
|
-
## Table-layout
|
|
248
|
-
|
|
249
|
-
#### k-table-layout-fixed
|
|
250
|
-
This is equivalent to `table-layout: fixed;`. Table and column widths are set by the widths of table and col elements or by the width of the first row of cells. Cells in subsequent rows do not affect column widths.
|
|
251
|
-
#### k-table-layout-auto
|
|
252
|
-
This is equivalent to `table-layout: auto;`. By default, most browsers use an automatic table layout algorithm. The widths of the table and its cells are adjusted to fit the content.
|
|
253
|
-
|
|
254
|
-
## Text
|
|
255
|
-
|
|
256
|
-
#### k-text-nowrap
|
|
257
|
-
This is equivalent to `white-space: nowrap;`. Collapses white space as for normal, but suppresses line breaks (text wrapping) within the source.
|
|
258
|
-
#### k-text-ellipsis
|
|
259
|
-
This is equivalent to `white-space: nowrap; overflow: hidden; text-overflow: ellipsis;`.
|
|
260
|
-
#### k-text-left
|
|
261
|
-
This is equivalent to `text-align: left;`. The inline contents are aligned to the left edge of the line box.
|
|
262
|
-
#### k-text-right
|
|
263
|
-
This is equivalent to `text-align: right;`. The inline contents are aligned to the right edge of the line box.
|
|
264
|
-
#### k-text-center
|
|
265
|
-
This is equivalent to `text-align: center;`. The inline contents are centered within the line box.
|
|
266
|
-
#### k-text-justify
|
|
267
|
-
This is equivalent to `text-align: justify;`. The inline contents are justified. Text should be spaced to line up its left and right edges to the left and right edges of the line box, except for the last line.
|
|
268
|
-
#### k-text-lowercase
|
|
269
|
-
This is equivalent to `text-transform: lowercase;`. Is a keyword that converts all characters to lowercase.
|
|
270
|
-
#### k-text-uppercase
|
|
271
|
-
This is equivalent to `text-transform: uppercase;`. Is a keyword that converts all characters to uppercase.
|
|
272
|
-
#### k-text-capitalize
|
|
273
|
-
This is equivalent to `text-transform: capitalize;`. Is a keyword that converts the first letter of each word to uppercase. Other characters remain unchanged (they retain their original case as written in the element's text).
|
|
274
|
-
#### k-font-weight-light
|
|
275
|
-
This is equivalent to `font-weight: 300;`. The value of `300` may be different for each Kendo UI Theme.
|
|
276
|
-
#### k-font-weight-normal
|
|
277
|
-
This is equivalent to `font-weight: 400;`. The value of `400` may be different for each Kendo UI Theme.
|
|
278
|
-
#### k-font-weight-bold
|
|
279
|
-
This is equivalent to `font-weight: 700;`. The value of `700` may be different for each Kendo UI Theme.
|
|
280
|
-
|
|
281
|
-
## Touch-action
|
|
282
|
-
|
|
283
|
-
#### k-touch-action-none
|
|
284
|
-
This is equivalent to `touch-action: none;`. Disable browser handling of all panning and zooming gestures.
|
|
285
|
-
#### k-touch-action-auto
|
|
286
|
-
This is equivalent to `touch-action: auto;`. Enable browser handling of all panning and zooming gestures.
|
|
287
|
-
|
|
288
|
-
## Transform
|
|
289
|
-
|
|
290
|
-
#### k-flip-h
|
|
291
|
-
This is equivalent to `transform: scaleX( -1 );`. Flips the element horizontally.
|
|
292
|
-
#### k-flip-v
|
|
293
|
-
This is equivalent to `transform: scaleY( -1 );`. Flips the element vertically.
|
|
294
|
-
#### k-rotate-45
|
|
295
|
-
This is equivalent to `transform: rotate( 45deg );`. Rotates the element by 45 degrees.
|
|
296
|
-
#### k-rotate-90
|
|
297
|
-
This is equivalent to `transform: rotate( 90deg );`. Rotates the element by 90 degrees.
|
|
298
|
-
#### k-rotate-135
|
|
299
|
-
This is equivalent to `transform: rotate( 135deg );`. Rotates the element by 135 degrees.
|
|
300
|
-
#### k-rotate-180
|
|
301
|
-
This is equivalent to `transform: rotate( 180deg );`. Rotates the element by 180 degrees.
|
|
302
|
-
#### k-rotate-225
|
|
303
|
-
This is equivalent to `transform: rotate( 225deg );`. Rotates the element by 225 degrees.
|
|
304
|
-
#### k-rotate-270
|
|
305
|
-
This is equivalent to `transform: rotate( 270deg );`. Rotates the element by 270 degrees.
|
|
306
|
-
#### k-rotate-315
|
|
307
|
-
This is equivalent to `transform: rotate( 315deg );`. Rotates the element by 315 degrees.
|
|
308
|
-
#### k-scale-0
|
|
309
|
-
This is equivalent to `transform: scale( 0, 0 );`. The element is shrunk and no longer visible.
|
|
310
|
-
#### k-scale-1
|
|
311
|
-
This is equivalent to `transform: scale( 1, 1 );`. The element has its default scale.
|
|
312
|
-
#### k-scale-2
|
|
313
|
-
This is equivalent to `transform: scale( 2, 2 );`. The element is scaling two times in both directions.
|
|
314
|
-
#### k-translate-0
|
|
315
|
-
This is equivalent to `transform: translate( 0, 0 );`. The element does not move.
|
|
316
|
-
#### k-translate-0-50
|
|
317
|
-
This is equivalent to `transform: translate( 0, 50% );`. The element moves vertically by 50% of its height.
|
|
318
|
-
#### k-translate-0-100
|
|
319
|
-
This is equivalent to `transform: translate( 0, 100% );`. The element moves vertically by 100% of its height.
|
|
320
|
-
#### k-translate-50-0
|
|
321
|
-
This is equivalent to `transform: translate( 50%, 0 );`. The element moves horizontally by 50% of its width.
|
|
322
|
-
#### k-translate-50-50
|
|
323
|
-
This is equivalent to `transform: translate( 50%, 50% );`. The element moves horizontally by 50% of its width and vertically by 50% of its height.
|
|
324
|
-
#### k-translate-50-100
|
|
325
|
-
This is equivalent to `transform: translate( 50%, 100% );`. The element moves horizontally by 50% of its width and vertically by 100% of its height.
|
|
326
|
-
#### k-translate-100-0
|
|
327
|
-
This is equivalent to `transform: translate( 100%, 0 );`. The element moves horizontally by 100% of its width.
|
|
328
|
-
#### k-translate-100-50
|
|
329
|
-
This is equivalent to `transform: translate( 100%, 50% );`. The element moves horizontally by 100% of its width and vertically by 50% of its height.
|
|
330
|
-
#### k-translate-100-100
|
|
331
|
-
This is equivalent to `transform: translate( 100%, 100% );`. The element moves horizontally by 100% of its width and vertically by 100% of its height.
|
|
332
|
-
|
|
333
|
-
## User-select
|
|
334
|
-
|
|
335
|
-
#### k-user-select-none
|
|
336
|
-
This is equivalent to `user-select: none;`. The text of the element and its sub-elements is not selectable. Note that the Selection object can contain these elements.
|
|
337
|
-
#### k-user-select-auto
|
|
338
|
-
This is equivalent to `user-select: auto;`. This is the default value of the `user-select` property.
|
|
339
|
-
#### k-user-select-text
|
|
340
|
-
This is equivalent to `user-select: text;`. The text can be selected by the user.
|
|
341
|
-
#### k-user-select-all
|
|
342
|
-
This is equivalent to `user-select: all;`. The content of the element shall be selected atomically: If a selection would contain part of the element, then the selection must contain the entire element including all its descendants. If a double-click or context-click occurred in sub-elements, the highest ancestor with this value will be selected.
|
|
343
|
-
#### k-user-select-contain
|
|
344
|
-
This is equivalent to `user-select: contain;`. Enables selection to start within the element; however, the selection will be contained by the bounds of that element.
|