@progress/kendo-theme-material 6.2.1-dev.0 → 6.2.1-dev.151
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 +4449 -173
- package/dist/all.scss +11152 -1352
- package/dist/meta/sassdoc-data.json +18424 -9340
- package/dist/meta/sassdoc-raw-data.json +7852 -3652
- package/dist/meta/variables.json +218 -130
- 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 +6 -6
- package/scss/_variables.scss +2 -0
- package/scss/action-buttons/_index.scss +18 -0
- package/scss/action-buttons/_layout.scss +6 -1
- package/scss/action-buttons/_theme.scss +5 -1
- package/scss/action-buttons/_variables.scss +3 -0
- package/scss/action-sheet/_index.scss +18 -0
- package/scss/action-sheet/_layout.scss +5 -0
- package/scss/action-sheet/_theme.scss +5 -0
- package/scss/adaptive/_index.scss +18 -0
- package/scss/adaptive/_layout.scss +5 -0
- package/scss/adaptive/_theme.scss +5 -0
- package/scss/all.scss +6 -0
- package/scss/appbar/_index.scss +18 -0
- package/scss/appbar/_layout.scss +5 -0
- package/scss/appbar/_theme.scss +4 -0
- package/scss/autocomplete/_index.scss +18 -0
- package/scss/autocomplete/_layout.scss +5 -0
- package/scss/autocomplete/_theme.scss +5 -0
- package/scss/avatar/_index.scss +18 -0
- package/scss/avatar/_layout.scss +5 -0
- package/scss/avatar/_theme.scss +5 -0
- package/scss/badge/_index.scss +18 -0
- package/scss/badge/_layout.scss +5 -0
- package/scss/badge/_theme.scss +5 -0
- package/scss/bottom-navigation/_index.scss +18 -0
- package/scss/bottom-navigation/_layout.scss +5 -0
- package/scss/bottom-navigation/_theme.scss +5 -0
- package/scss/breadcrumb/_index.scss +18 -0
- package/scss/breadcrumb/_layout.scss +5 -0
- package/scss/breadcrumb/_theme.scss +5 -0
- package/scss/button/_index.scss +18 -0
- package/scss/button/_layout.scss +4 -1
- package/scss/button/_theme.scss +4 -1
- package/scss/button/_variables.scss +88 -61
- package/scss/calendar/_index.scss +18 -0
- package/scss/calendar/_layout.scss +5 -1
- package/scss/calendar/_theme.scss +6 -1
- package/scss/captcha/_index.scss +18 -2
- package/scss/captcha/_layout.scss +5 -0
- package/scss/captcha/_theme.scss +5 -0
- package/scss/card/_index.scss +18 -0
- package/scss/card/_layout.scss +5 -0
- package/scss/card/_theme.scss +5 -0
- package/scss/chat/_index.scss +18 -0
- package/scss/chat/_layout.scss +5 -0
- package/scss/chat/_theme.scss +5 -0
- package/scss/checkbox/_index.scss +18 -0
- package/scss/checkbox/_layout.scss +5 -0
- package/scss/checkbox/_theme.scss +4 -1
- package/scss/checkbox/_variables.scss +83 -53
- package/scss/chip/_index.scss +18 -0
- package/scss/chip/_layout.scss +5 -0
- package/scss/chip/_theme.scss +4 -1
- package/scss/chip/_variables.scss +54 -30
- package/scss/color-preview/_index.scss +18 -2
- package/scss/color-preview/_layout.scss +5 -0
- package/scss/color-preview/_theme.scss +5 -0
- package/scss/coloreditor/_index.scss +18 -0
- package/scss/coloreditor/_layout.scss +5 -0
- package/scss/coloreditor/_theme.scss +5 -0
- package/scss/colorgradient/_index.scss +18 -1
- package/scss/colorgradient/_layout.scss +5 -0
- package/scss/colorgradient/_theme.scss +5 -0
- package/scss/colorgradient/_variables.scss +3 -0
- package/scss/colorpalette/_index.scss +18 -0
- package/scss/colorpalette/_layout.scss +5 -0
- package/scss/colorpalette/_theme.scss +5 -0
- package/scss/colorpicker/_index.scss +18 -0
- package/scss/colorpicker/_layout.scss +5 -0
- package/scss/colorpicker/_theme.scss +5 -0
- package/scss/combobox/_index.scss +18 -0
- package/scss/combobox/_layout.scss +5 -0
- package/scss/combobox/_theme.scss +5 -0
- package/scss/dataviz/_index.scss +18 -0
- package/scss/dataviz/_layout.scss +5 -0
- package/scss/dataviz/_theme.scss +5 -0
- package/scss/dateinput/_index.scss +18 -0
- package/scss/dateinput/_layout.scss +5 -0
- package/scss/dateinput/_theme.scss +5 -0
- package/scss/datepicker/_index.scss +18 -0
- package/scss/datepicker/_layout.scss +5 -0
- package/scss/datepicker/_theme.scss +5 -0
- package/scss/daterangepicker/_index.scss +18 -2
- package/scss/daterangepicker/_layout.scss +5 -0
- package/scss/daterangepicker/_theme.scss +5 -0
- package/scss/datetimepicker/_index.scss +18 -0
- package/scss/datetimepicker/_layout.scss +5 -0
- package/scss/datetimepicker/_theme.scss +5 -0
- package/scss/dialog/_index.scss +18 -0
- package/scss/dialog/_layout.scss +5 -1
- package/scss/dialog/_theme.scss +7 -2
- package/scss/draggable/_index.scss +18 -0
- package/scss/draggable/_layout.scss +5 -0
- package/scss/draggable/_theme.scss +5 -0
- package/scss/drawer/_index.scss +18 -0
- package/scss/drawer/_layout.scss +5 -0
- package/scss/drawer/_theme.scss +4 -1
- package/scss/dropdowngrid/_index.scss +18 -0
- package/scss/dropdowngrid/_layout.scss +5 -0
- package/scss/dropdowngrid/_theme.scss +5 -0
- package/scss/dropdownlist/_index.scss +18 -0
- package/scss/dropdownlist/_layout.scss +5 -0
- package/scss/dropdownlist/_theme.scss +5 -0
- package/scss/dropdowntree/_index.scss +18 -0
- package/scss/dropdowntree/_layout.scss +5 -0
- package/scss/dropdowntree/_theme.scss +5 -0
- package/scss/dropzone/_index.scss +18 -0
- package/scss/dropzone/_layout.scss +5 -0
- package/scss/dropzone/_theme.scss +5 -0
- package/scss/editor/_index.scss +18 -0
- package/scss/editor/_layout.scss +4 -1
- package/scss/editor/_theme.scss +5 -0
- package/scss/expansion-panel/_index.scss +18 -0
- package/scss/expansion-panel/_layout.scss +5 -0
- package/scss/expansion-panel/_theme.scss +5 -0
- package/scss/fab/_index.scss +18 -0
- package/scss/fab/_layout.scss +4 -1
- package/scss/fab/_theme.scss +5 -1
- package/scss/fab/_variables.scss +17 -0
- package/scss/filemanager/_index.scss +18 -0
- package/scss/filemanager/_layout.scss +5 -0
- package/scss/filemanager/_theme.scss +5 -0
- package/scss/filter/_index.scss +18 -0
- package/scss/filter/_layout.scss +5 -0
- package/scss/filter/_theme.scss +5 -0
- package/scss/floating-label/_index.scss +18 -0
- package/scss/floating-label/_layout.scss +2 -1
- package/scss/floating-label/_theme.scss +3 -1
- package/scss/forms/_index.scss +18 -0
- package/scss/forms/_layout.scss +4 -1
- package/scss/forms/_theme.scss +5 -0
- package/scss/gantt/_index.scss +18 -0
- package/scss/gantt/_layout.scss +4 -1
- package/scss/gantt/_theme.scss +3 -1
- package/scss/grid/_index.scss +18 -0
- package/scss/grid/_layout.scss +7 -1
- package/scss/grid/_theme.scss +6 -1
- package/scss/grid/_variables.scss +7 -0
- package/scss/icons/_index.scss +19 -4
- package/scss/icons/_layout.scss +5 -0
- package/scss/icons/_theme.scss +6 -0
- package/scss/icons/_variables.scss +0 -0
- package/scss/imageeditor/_index.scss +18 -0
- package/scss/imageeditor/_layout.scss +5 -0
- package/scss/imageeditor/_theme.scss +5 -0
- package/scss/index.scss +171 -1
- package/scss/input/_index.scss +18 -0
- package/scss/input/_layout.scss +4 -1
- package/scss/input/_theme.scss +5 -0
- package/scss/input/_variables.scss +275 -51
- package/scss/list/_index.scss +18 -0
- package/scss/list/_layout.scss +5 -0
- package/scss/list/_theme.scss +5 -0
- package/scss/list/_variables.scss +41 -40
- package/scss/listbox/_index.scss +18 -0
- package/scss/listbox/_layout.scss +4 -1
- package/scss/listbox/_theme.scss +5 -0
- package/scss/listgroup/_index.scss +18 -0
- package/scss/listgroup/_layout.scss +5 -0
- package/scss/listgroup/_theme.scss +5 -0
- package/scss/listview/_index.scss +18 -0
- package/scss/listview/_layout.scss +5 -0
- package/scss/listview/_theme.scss +4 -1
- package/scss/loader/_index.scss +18 -0
- package/scss/loader/_layout.scss +5 -0
- package/scss/loader/_theme.scss +5 -0
- package/scss/map/_index.scss +18 -1
- package/scss/map/_layout.scss +5 -0
- package/scss/map/_theme.scss +5 -0
- package/scss/map/_variables.scss +3 -0
- package/scss/maskedtextbox/_index.scss +18 -0
- package/scss/maskedtextbox/_layout.scss +5 -0
- package/scss/maskedtextbox/_theme.scss +5 -0
- package/scss/mediaplayer/_index.scss +18 -0
- package/scss/mediaplayer/_layout.scss +5 -0
- package/scss/mediaplayer/_theme.scss +5 -0
- package/scss/menu/_index.scss +18 -0
- package/scss/menu/_layout.scss +6 -1
- package/scss/menu/_theme.scss +4 -1
- package/scss/menu-button/_index.scss +18 -0
- package/scss/menu-button/_layout.scss +5 -0
- package/scss/menu-button/_theme.scss +5 -0
- package/scss/messagebox/_index.scss +18 -0
- package/scss/messagebox/_layout.scss +5 -0
- package/scss/messagebox/_theme.scss +5 -0
- package/scss/multiselect/_index.scss +18 -0
- package/scss/multiselect/_layout.scss +5 -0
- package/scss/multiselect/_theme.scss +5 -0
- package/scss/notification/_index.scss +18 -0
- package/scss/notification/_layout.scss +5 -0
- package/scss/notification/_theme.scss +5 -0
- package/scss/numerictextbox/_index.scss +18 -0
- package/scss/numerictextbox/_layout.scss +5 -0
- package/scss/numerictextbox/_theme.scss +5 -0
- package/scss/orgchart/_index.scss +18 -0
- package/scss/orgchart/_layout.scss +5 -0
- package/scss/orgchart/_theme.scss +5 -0
- package/scss/overlay/_index.scss +18 -0
- package/scss/overlay/_layout.scss +5 -0
- package/scss/overlay/_theme.scss +5 -0
- package/scss/pager/_index.scss +18 -0
- package/scss/pager/_layout.scss +5 -1
- package/scss/pager/_theme.scss +4 -0
- package/scss/panelbar/_index.scss +18 -0
- package/scss/panelbar/_layout.scss +5 -0
- package/scss/panelbar/_theme.scss +5 -0
- package/scss/pdf-viewer/_index.scss +18 -0
- package/scss/pdf-viewer/_layout.scss +5 -0
- package/scss/pdf-viewer/_theme.scss +5 -0
- package/scss/pivotgrid/_index.scss +18 -0
- package/scss/pivotgrid/_layout.scss +4 -1
- package/scss/pivotgrid/_theme.scss +4 -1
- package/scss/popover/_index.scss +18 -0
- package/scss/popover/_layout.scss +5 -0
- package/scss/popover/_theme.scss +5 -0
- package/scss/popup/_index.scss +18 -0
- package/scss/popup/_layout.scss +5 -0
- package/scss/popup/_theme.scss +5 -0
- package/scss/progressbar/_index.scss +18 -0
- package/scss/progressbar/_layout.scss +5 -1
- package/scss/progressbar/_theme.scss +10 -6
- package/scss/radio/_index.scss +18 -0
- package/scss/radio/_layout.scss +4 -1
- package/scss/radio/_theme.scss +4 -1
- package/scss/radio/_variables.scss +77 -45
- package/scss/rating/_index.scss +18 -0
- package/scss/rating/_layout.scss +5 -0
- package/scss/rating/_theme.scss +5 -0
- package/scss/responsivepanel/_index.scss +18 -0
- package/scss/responsivepanel/_layout.scss +5 -0
- package/scss/responsivepanel/_theme.scss +5 -0
- package/scss/ripple/_index.scss +18 -0
- package/scss/ripple/_layout.scss +5 -0
- package/scss/ripple/_theme.scss +5 -0
- package/scss/scheduler/_index.scss +18 -0
- package/scss/scheduler/_layout.scss +4 -14
- package/scss/scheduler/_theme.scss +4 -8
- package/scss/scroller/_index.scss +18 -0
- package/scss/scroller/_layout.scss +5 -0
- package/scss/scroller/_theme.scss +5 -0
- package/scss/scrollview/_index.scss +18 -0
- package/scss/scrollview/_layout.scss +5 -0
- package/scss/scrollview/_theme.scss +5 -0
- package/scss/searchbox/_index.scss +18 -0
- package/scss/searchbox/_layout.scss +5 -0
- package/scss/searchbox/_theme.scss +5 -0
- package/scss/signature/_index.scss +18 -0
- package/scss/signature/_layout.scss +5 -0
- package/scss/signature/_theme.scss +5 -0
- package/scss/skeleton/_index.scss +18 -0
- package/scss/skeleton/_layout.scss +5 -0
- package/scss/skeleton/_theme.scss +5 -0
- package/scss/slider/_index.scss +18 -2
- package/scss/slider/_layout.scss +6 -1
- package/scss/slider/_theme.scss +5 -1
- package/scss/slider/_variables.scss +4 -0
- package/scss/split-button/_index.scss +18 -0
- package/scss/split-button/_layout.scss +5 -0
- package/scss/split-button/_theme.scss +5 -0
- package/scss/split-button/_variables.scss +15 -3
- package/scss/splitter/_index.scss +18 -0
- package/scss/splitter/_layout.scss +5 -0
- package/scss/splitter/_theme.scss +5 -0
- package/scss/spreadsheet/_index.scss +18 -1
- package/scss/spreadsheet/_layout.scss +3 -1
- package/scss/spreadsheet/_theme.scss +4 -25
- package/scss/spreadsheet/_variables.scss +3 -0
- package/scss/stepper/_index.scss +18 -0
- package/scss/stepper/_layout.scss +4 -1
- package/scss/stepper/_theme.scss +5 -0
- package/scss/switch/_index.scss +18 -0
- package/scss/switch/_layout.scss +4 -1
- package/scss/switch/_theme.scss +4 -1
- package/scss/switch/_variables.scss +56 -56
- package/scss/table/_index.scss +18 -0
- package/scss/table/_layout.scss +5 -0
- package/scss/table/_theme.scss +4 -1
- package/scss/tabstrip/_index.scss +18 -0
- package/scss/tabstrip/_layout.scss +4 -1
- package/scss/tabstrip/_theme.scss +5 -0
- package/scss/taskboard/_index.scss +18 -0
- package/scss/taskboard/_layout.scss +5 -0
- package/scss/taskboard/_theme.scss +5 -0
- package/scss/textarea/_index.scss +18 -0
- package/scss/textarea/_layout.scss +5 -0
- package/scss/textarea/_theme.scss +5 -0
- package/scss/textbox/_index.scss +18 -0
- package/scss/textbox/_layout.scss +5 -0
- package/scss/textbox/_theme.scss +5 -0
- package/scss/tilelayout/_index.scss +18 -0
- package/scss/tilelayout/_layout.scss +5 -0
- package/scss/tilelayout/_theme.scss +5 -0
- package/scss/timedurationpicker/_index.scss +18 -0
- package/scss/timedurationpicker/_layout.scss +5 -0
- package/scss/timedurationpicker/_theme.scss +5 -0
- package/scss/timeline/_index.scss +18 -0
- package/scss/timeline/_layout.scss +6 -1
- package/scss/timeline/_theme.scss +4 -0
- package/scss/timepicker/_index.scss +18 -0
- package/scss/timepicker/_layout.scss +5 -0
- package/scss/timepicker/_theme.scss +4 -0
- package/scss/timeselector/_index.scss +18 -0
- package/scss/timeselector/_layout.scss +5 -0
- package/scss/timeselector/_theme.scss +4 -1
- package/scss/toolbar/_index.scss +18 -0
- package/scss/toolbar/_layout.scss +4 -10
- package/scss/toolbar/_theme.scss +4 -1
- package/scss/tooltip/_index.scss +18 -0
- package/scss/tooltip/_layout.scss +5 -0
- package/scss/tooltip/_theme.scss +5 -0
- package/scss/treelist/_index.scss +18 -0
- package/scss/treelist/_layout.scss +6 -1
- package/scss/treelist/_theme.scss +5 -1
- package/scss/treeview/_index.scss +18 -0
- package/scss/treeview/_layout.scss +5 -0
- package/scss/treeview/_theme.scss +4 -1
- package/scss/typography/_index.scss +18 -0
- package/scss/typography/_layout.scss +5 -0
- package/scss/typography/_theme.scss +5 -0
- package/scss/upload/_index.scss +18 -0
- package/scss/upload/_layout.scss +5 -0
- package/scss/upload/_theme.scss +5 -1
- package/scss/utils/_index.scss +14 -2
- package/scss/validator/_index.scss +18 -0
- package/scss/validator/_layout.scss +5 -0
- package/scss/validator/_theme.scss +5 -0
- package/scss/virtual-scroller/_index.scss +18 -0
- package/scss/virtual-scroller/_layout.scss +5 -0
- package/scss/virtual-scroller/_theme.scss +5 -0
- package/scss/window/_index.scss +18 -0
- package/scss/window/_layout.scss +5 -0
- package/scss/window/_theme.scss +5 -0
- package/scss/wizard/_index.scss +18 -0
- package/scss/wizard/_layout.scss +5 -0
- package/scss/wizard/_theme.scss +5 -0
package/scss/input/_theme.scss
CHANGED
|
@@ -1,48 +1,75 @@
|
|
|
1
1
|
// Input
|
|
2
2
|
|
|
3
|
-
///
|
|
3
|
+
/// The default width of the Input components.
|
|
4
4
|
/// @group input
|
|
5
5
|
$kendo-input-default-width: 100% !default;
|
|
6
6
|
|
|
7
|
-
///
|
|
7
|
+
/// The border width of the Input components.
|
|
8
8
|
/// @group input
|
|
9
9
|
$kendo-input-border-width: 1px !default;
|
|
10
10
|
$kendo-input-border-height: 1px !default;
|
|
11
|
-
///
|
|
11
|
+
/// The border radius of the Input components.
|
|
12
12
|
/// @group input
|
|
13
13
|
$kendo-input-border-radius: null !default;
|
|
14
14
|
|
|
15
|
-
///
|
|
15
|
+
/// The horizontal padding of the Input components.
|
|
16
16
|
/// @group input
|
|
17
17
|
$kendo-input-padding-x: k-map-get( $kendo-spacing, 4 ) !default;
|
|
18
|
-
///
|
|
18
|
+
/// The horizontal padding of the small Input components.
|
|
19
|
+
/// @group input
|
|
20
|
+
$kendo-input-sm-padding-x: k-map-get( $kendo-spacing, 4 ) !default;
|
|
21
|
+
/// The horizontal padding of the medium Input components.
|
|
22
|
+
/// @group input
|
|
23
|
+
$kendo-input-md-padding-x: k-map-get( $kendo-spacing, 4 ) !default;
|
|
24
|
+
/// The horizontal padding of the large Input components.
|
|
25
|
+
/// @group input
|
|
26
|
+
$kendo-input-lg-padding-x: k-map-get( $kendo-spacing, 4 ) !default;
|
|
27
|
+
|
|
28
|
+
/// The vertical padding of the Input components.
|
|
19
29
|
/// @group input
|
|
20
30
|
$kendo-input-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
|
|
21
|
-
///
|
|
31
|
+
/// The vertical padding of the small Input components.
|
|
32
|
+
/// @group input
|
|
33
|
+
$kendo-input-sm-padding-y: k-map-get( $kendo-spacing, 1.5 ) !default;
|
|
34
|
+
/// The vertical padding of the medium Input components.
|
|
35
|
+
/// @group input
|
|
36
|
+
$kendo-input-md-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
|
|
37
|
+
/// The vertical padding of the large Input components.
|
|
38
|
+
/// @group input
|
|
39
|
+
$kendo-input-lg-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
|
|
40
|
+
|
|
41
|
+
/// The font family of the Input components.
|
|
22
42
|
/// @group input
|
|
23
43
|
$kendo-input-font-family: $kendo-font-family !default;
|
|
24
|
-
|
|
44
|
+
|
|
45
|
+
/// The font size of the Input components.
|
|
25
46
|
/// @group input
|
|
26
47
|
$kendo-input-font-size: $kendo-font-size-lg !default;
|
|
27
|
-
///
|
|
48
|
+
/// The font size of the small Input components.
|
|
28
49
|
/// @group input
|
|
29
|
-
$kendo-input-line-height: 1.25 !default;
|
|
30
|
-
|
|
31
|
-
$kendo-input-sm-padding-x: k-map-get( $kendo-spacing, 4 ) !default;
|
|
32
|
-
$kendo-input-sm-padding-y: k-map-get( $kendo-spacing, 1.5 ) !default;
|
|
33
50
|
$kendo-input-sm-font-size: $kendo-font-size-lg !default;
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
$kendo-input-md-padding-x: k-map-get( $kendo-spacing, 4 ) !default;
|
|
37
|
-
$kendo-input-md-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
|
|
51
|
+
/// The font size of the medium Input components.
|
|
52
|
+
/// @group input
|
|
38
53
|
$kendo-input-md-font-size: $kendo-font-size-lg !default;
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
$kendo-input-lg-padding-x: k-map-get( $kendo-spacing, 4 ) !default;
|
|
42
|
-
$kendo-input-lg-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
|
|
54
|
+
/// The font size of the large Input components.
|
|
55
|
+
/// @group input
|
|
43
56
|
$kendo-input-lg-font-size: $kendo-font-size-lg !default;
|
|
57
|
+
|
|
58
|
+
/// The line height of the Input components.
|
|
59
|
+
/// @group input
|
|
60
|
+
$kendo-input-line-height: 1.25 !default;
|
|
61
|
+
/// The line height of the small Input components.
|
|
62
|
+
/// @group input
|
|
63
|
+
$kendo-input-sm-line-height: 1.25 !default;
|
|
64
|
+
/// The line height of the medium Input components.
|
|
65
|
+
/// @group input
|
|
66
|
+
$kendo-input-md-line-height: 1.25 !default;
|
|
67
|
+
/// The line height of the large Input components.
|
|
68
|
+
/// @group input
|
|
44
69
|
$kendo-input-lg-line-height: 1.5 !default;
|
|
45
70
|
|
|
71
|
+
/// The sizes map for the Input components.
|
|
72
|
+
/// @group input
|
|
46
73
|
$kendo-input-sizes: (
|
|
47
74
|
sm: (
|
|
48
75
|
padding-x: $kendo-input-sm-padding-x,
|
|
@@ -73,138 +100,335 @@ $kendo-input-sizes: (
|
|
|
73
100
|
)
|
|
74
101
|
) !default;
|
|
75
102
|
|
|
103
|
+
/// The background color of the Input components.
|
|
104
|
+
/// @group input
|
|
76
105
|
$kendo-input-bg: k-try-shade( $kendo-component-bg, .5 ) !default;
|
|
106
|
+
/// The text color of the Input components.
|
|
107
|
+
/// @group input
|
|
77
108
|
$kendo-input-text: $kendo-component-text !default;
|
|
109
|
+
/// The border color of the Input components.
|
|
110
|
+
/// @group input
|
|
78
111
|
$kendo-input-border: rgba( $kendo-component-border, .38 ) !default;
|
|
112
|
+
/// The shadow of the Input components.
|
|
113
|
+
/// @group input
|
|
79
114
|
$kendo-input-shadow: null !default;
|
|
80
115
|
|
|
116
|
+
/// The background color of the hovered Input components.
|
|
117
|
+
/// @group input
|
|
81
118
|
$kendo-input-hover-bg: null !default;
|
|
119
|
+
/// The text color of the hovered Input components.
|
|
120
|
+
/// @group input
|
|
82
121
|
$kendo-input-hover-text: null !default;
|
|
122
|
+
/// The border color of the hovered Input components.
|
|
123
|
+
/// @group input
|
|
83
124
|
$kendo-input-hover-border: $kendo-input-text !default;
|
|
125
|
+
/// The shadow of the hovered Input components.
|
|
126
|
+
/// @group input
|
|
84
127
|
$kendo-input-hover-shadow: null !default;
|
|
85
128
|
|
|
129
|
+
/// The background color of the focused Input components.
|
|
130
|
+
/// @group input
|
|
86
131
|
$kendo-input-focus-bg: null !default;
|
|
132
|
+
/// The text color of the focused Input components.
|
|
133
|
+
/// @group input
|
|
87
134
|
$kendo-input-focus-text: null !default;
|
|
135
|
+
/// The border color of the focused Input components.
|
|
136
|
+
/// @group input
|
|
88
137
|
$kendo-input-focus-border: $kendo-color-primary !default;
|
|
138
|
+
/// The shadow of the focused Input components.
|
|
139
|
+
/// @group input
|
|
89
140
|
$kendo-input-focus-shadow: null !default;
|
|
90
141
|
|
|
142
|
+
/// The background color of the selected Input components.
|
|
143
|
+
/// @group input
|
|
144
|
+
$kendo-input-selected-bg: null !default;
|
|
145
|
+
/// The text color of the selected Input components.
|
|
146
|
+
/// @group input
|
|
147
|
+
$kendo-input-selected-text: null !default;
|
|
148
|
+
|
|
149
|
+
/// The background color of the disabled Input components.
|
|
150
|
+
/// @group input
|
|
91
151
|
$kendo-input-disabled-bg: k-try-shade( $kendo-component-bg, .25 ) !default;
|
|
152
|
+
/// The text color of the disabled Input components.
|
|
153
|
+
/// @group input
|
|
92
154
|
$kendo-input-disabled-text: $kendo-disabled-text !default;
|
|
155
|
+
/// The border color of the disabled Input components.
|
|
156
|
+
/// @group input
|
|
93
157
|
$kendo-input-disabled-border: rgba( $kendo-component-border, k-math-div( k-color-alpha( $kendo-component-border ), 2 ) ) !default;
|
|
158
|
+
/// The gradient of the disabled Input components.
|
|
159
|
+
/// @group input
|
|
94
160
|
$kendo-input-disabled-gradient: null !default;
|
|
161
|
+
/// The shadow of the disabled Input components.
|
|
162
|
+
/// @group input
|
|
95
163
|
$kendo-input-disabled-shadow: null !default;
|
|
96
164
|
|
|
165
|
+
/// The background color of the outline Input components.
|
|
166
|
+
/// @group input
|
|
97
167
|
$kendo-input-outline-bg: null !default;
|
|
168
|
+
/// The text color of the outline Input components.
|
|
169
|
+
/// @group input
|
|
98
170
|
$kendo-input-outline-text: $kendo-input-text !default;
|
|
171
|
+
/// The border color of the outline Input components.
|
|
172
|
+
/// @group input
|
|
99
173
|
$kendo-input-outline-border: $kendo-input-border !default;
|
|
100
174
|
|
|
175
|
+
/// The background color of the outline hovered Input components.
|
|
176
|
+
/// @group input
|
|
101
177
|
$kendo-input-outline-hover-bg: null !default;
|
|
178
|
+
/// The text color of the outline hovered Input components.
|
|
179
|
+
/// @group input
|
|
102
180
|
$kendo-input-outline-hover-text: null !default;
|
|
181
|
+
/// The border color of the outline hovered Input components.
|
|
182
|
+
/// @group input
|
|
103
183
|
$kendo-input-outline-hover-border: $kendo-input-hover-border !default;
|
|
104
184
|
|
|
185
|
+
/// The background color of the outline focused Input components.
|
|
186
|
+
/// @group input
|
|
105
187
|
$kendo-input-outline-focus-bg: null !default;
|
|
188
|
+
/// The text color of the outline focused Input components.
|
|
189
|
+
/// @group input
|
|
106
190
|
$kendo-input-outline-focus-text: null !default;
|
|
191
|
+
/// The border color of the outline focused Input components.
|
|
192
|
+
/// @group input
|
|
107
193
|
$kendo-input-outline-focus-border: $kendo-input-focus-border !default;
|
|
194
|
+
/// The shadow of the outline focused Input components.
|
|
195
|
+
/// @group input
|
|
108
196
|
$kendo-input-outline-focus-shadow: $kendo-input-focus-shadow !default;
|
|
109
197
|
|
|
198
|
+
/// The background color of the flat Input components.
|
|
199
|
+
/// @group input
|
|
110
200
|
$kendo-input-flat-bg: null !default;
|
|
201
|
+
/// The text color of the flat Input components.
|
|
202
|
+
/// @group input
|
|
111
203
|
$kendo-input-flat-text: $kendo-input-text !default;
|
|
204
|
+
/// The border color of the flat Input components.
|
|
205
|
+
/// @group input
|
|
112
206
|
$kendo-input-flat-border: $kendo-input-border !default;
|
|
113
207
|
|
|
208
|
+
/// The background color of the flat hovered Input components.
|
|
209
|
+
/// @group input
|
|
114
210
|
$kendo-input-flat-hover-bg: null !default;
|
|
211
|
+
/// The text color of the flat hovered Input components.
|
|
212
|
+
/// @group input
|
|
115
213
|
$kendo-input-flat-hover-text: null !default;
|
|
214
|
+
/// The border color of the flat hovered Input components.
|
|
215
|
+
/// @group input
|
|
116
216
|
$kendo-input-flat-hover-border: $kendo-input-hover-border !default;
|
|
117
217
|
|
|
218
|
+
/// The background color of the flat focused Input components.
|
|
219
|
+
/// @group input
|
|
118
220
|
$kendo-input-flat-focus-bg: null !default;
|
|
221
|
+
/// The text color of the flat focused Input components.
|
|
222
|
+
/// @group input
|
|
119
223
|
$kendo-input-flat-focus-text: null !default;
|
|
224
|
+
/// The border color of the flat focused Input components.
|
|
225
|
+
/// @group input
|
|
120
226
|
$kendo-input-flat-focus-border: $kendo-input-focus-border !default;
|
|
227
|
+
/// The shadow of the flat focused Input components.
|
|
228
|
+
/// @group input
|
|
121
229
|
$kendo-input-flat-focus-shadow: $kendo-input-focus-shadow !default;
|
|
122
230
|
|
|
231
|
+
/// The text color of the Input placeholder.
|
|
232
|
+
/// @group input
|
|
233
|
+
$kendo-input-placeholder-text: $kendo-subtle-text !default;
|
|
234
|
+
/// The opacity of the Input placeholder.
|
|
235
|
+
/// @group input
|
|
236
|
+
$kendo-input-placeholder-opacity: 1 !default;
|
|
237
|
+
|
|
238
|
+
|
|
239
|
+
/// The color of the Input clear value icon.
|
|
240
|
+
/// @group input
|
|
241
|
+
$kendo-input-clear-value-text: null !default;
|
|
242
|
+
/// The opacity of the Input clear value icon.
|
|
243
|
+
/// @group input
|
|
244
|
+
$kendo-input-clear-value-opacity: .5 !default;
|
|
245
|
+
/// The color of the hovered Input clear value icon.
|
|
246
|
+
/// @group input
|
|
247
|
+
$kendo-input-clear-value-hover-text: null !default;
|
|
248
|
+
/// The opacity of the hovered Input clear value icon.
|
|
249
|
+
/// @group input
|
|
250
|
+
$kendo-input-clear-value-hover-opacity: 1 !default;
|
|
251
|
+
|
|
252
|
+
/// The vertical margin of the clear value icon.
|
|
253
|
+
/// @group input
|
|
254
|
+
$kendo-input-values-margin-y: k-map-get( $kendo-spacing, 0.5 ) !default; // sass-lint:disable-line leading-zero
|
|
255
|
+
/// The horizontal margin of the clear value icon.
|
|
256
|
+
/// @group input
|
|
257
|
+
$kendo-input-values-margin-x: $kendo-input-values-margin-y !default;
|
|
258
|
+
|
|
259
|
+
/// The width of the Input button.
|
|
260
|
+
/// @group input
|
|
261
|
+
$kendo-input-button-width: null !default;
|
|
262
|
+
/// The border width of the Input button.
|
|
263
|
+
/// @group input
|
|
264
|
+
$kendo-input-button-border-width: 1px !default;
|
|
265
|
+
/// The width of the Input spinner button.
|
|
266
|
+
/// @group input
|
|
267
|
+
$kendo-input-spinner-width: null !default;
|
|
268
|
+
/// The icon offset of the Input spinner button.
|
|
269
|
+
/// @group input
|
|
270
|
+
$kendo-input-spinner-icon-offset: null !default;
|
|
271
|
+
|
|
272
|
+
/// The color of the Input separator.
|
|
273
|
+
/// @group input
|
|
274
|
+
$kendo-input-separator-color: $kendo-input-text !default;
|
|
275
|
+
/// The opacity of the Input separator.
|
|
276
|
+
/// @group input
|
|
277
|
+
$kendo-input-separator-opacity: .5 !default;
|
|
278
|
+
|
|
279
|
+
/// The border color of the invalid Input components.
|
|
280
|
+
/// @group input
|
|
281
|
+
$kendo-input-invalid-border: $kendo-invalid-border !default;
|
|
282
|
+
/// The shadow of the invalid Input components.
|
|
283
|
+
/// @group input
|
|
284
|
+
$kendo-input-invalid-shadow: $kendo-invalid-shadow !default;
|
|
285
|
+
|
|
286
|
+
/// The background color of the Picker components.
|
|
287
|
+
/// @group picker
|
|
123
288
|
$kendo-picker-bg: $kendo-input-bg !default;
|
|
289
|
+
/// The text color of the Picker components.
|
|
290
|
+
/// @group picker
|
|
124
291
|
$kendo-picker-text: $kendo-input-text !default;
|
|
292
|
+
/// The border color of the Picker components.
|
|
293
|
+
/// @group picker
|
|
125
294
|
$kendo-picker-border: $kendo-input-border !default;
|
|
295
|
+
/// The gradient of the Picker components.
|
|
296
|
+
/// @group picker
|
|
126
297
|
$kendo-picker-gradient: null !default;
|
|
298
|
+
/// The shadow of the Picker components.
|
|
299
|
+
/// @group picker
|
|
127
300
|
$kendo-picker-shadow: $kendo-input-shadow !default;
|
|
128
301
|
|
|
302
|
+
/// The background color of the hovered Picker components.
|
|
303
|
+
/// @group picker
|
|
129
304
|
$kendo-picker-hover-bg: $kendo-input-hover-bg !default;
|
|
305
|
+
/// The text color of the hovered Picker components.
|
|
306
|
+
/// @group picker
|
|
130
307
|
$kendo-picker-hover-text: $kendo-input-hover-text !default;
|
|
308
|
+
/// The border color of the hovered Picker components.
|
|
309
|
+
/// @group picker
|
|
131
310
|
$kendo-picker-hover-border: $kendo-input-hover-border !default;
|
|
311
|
+
/// The gradient of the hovered Picker components.
|
|
312
|
+
/// @group picker
|
|
132
313
|
$kendo-picker-hover-gradient: null !default;
|
|
314
|
+
/// The shadow of the hovered Picker components.
|
|
315
|
+
/// @group picker
|
|
133
316
|
$kendo-picker-hover-shadow: $kendo-input-hover-shadow !default;
|
|
134
317
|
|
|
318
|
+
/// The background color of the focused Picker components.
|
|
319
|
+
/// @group picker
|
|
135
320
|
$kendo-picker-focus-bg: $kendo-input-focus-bg !default;
|
|
321
|
+
/// The text color of the focused Picker components.
|
|
322
|
+
/// @group picker
|
|
136
323
|
$kendo-picker-focus-text: $kendo-input-focus-text !default;
|
|
324
|
+
/// The border color of the focused Picker components.
|
|
325
|
+
/// @group picker
|
|
137
326
|
$kendo-picker-focus-border: $kendo-input-focus-border !default;
|
|
327
|
+
/// The gradient of the focused Picker components.
|
|
328
|
+
/// @group picker
|
|
138
329
|
$kendo-picker-focus-gradient: null !default;
|
|
330
|
+
/// The shadow of the focused Picker components.
|
|
331
|
+
/// @group picker
|
|
139
332
|
$kendo-picker-focus-shadow: $kendo-input-focus-shadow !default;
|
|
140
333
|
|
|
334
|
+
/// The background color of the disabled Picker components.
|
|
335
|
+
/// @group picker
|
|
141
336
|
$kendo-picker-disabled-bg: $kendo-input-disabled-bg !default;
|
|
337
|
+
/// The text color of the disabled Picker components.
|
|
338
|
+
/// @group picker
|
|
142
339
|
$kendo-picker-disabled-text: $kendo-input-disabled-text !default;
|
|
340
|
+
/// The border color of the disabled Picker components.
|
|
341
|
+
/// @group picker
|
|
143
342
|
$kendo-picker-disabled-border: $kendo-input-disabled-border !default;
|
|
343
|
+
/// The gradient of the disabled Picker components.
|
|
344
|
+
/// @group picker
|
|
144
345
|
$kendo-picker-disabled-gradient: null !default;
|
|
346
|
+
/// The shadow of the disabled Picker components.
|
|
347
|
+
/// @group picker
|
|
145
348
|
$kendo-picker-disabled-shadow: null !default;
|
|
146
349
|
|
|
350
|
+
/// The background color of the outline Picker components.
|
|
351
|
+
/// @group picker
|
|
147
352
|
$kendo-picker-outline-bg: null !default;
|
|
353
|
+
/// The text color of the outline Picker components.
|
|
354
|
+
/// @group picker
|
|
148
355
|
$kendo-picker-outline-text: $kendo-picker-text !default;
|
|
356
|
+
/// The border color of the outline Picker components.
|
|
357
|
+
/// @group picker
|
|
149
358
|
$kendo-picker-outline-border: $kendo-picker-border !default;
|
|
150
359
|
|
|
360
|
+
/// The background color of the outline hovered Picker components.
|
|
361
|
+
/// @group picker
|
|
151
362
|
$kendo-picker-outline-hover-bg: null !default;
|
|
363
|
+
/// The text color of the outline hovered Picker components.
|
|
364
|
+
/// @group picker
|
|
152
365
|
$kendo-picker-outline-hover-text: null !default;
|
|
366
|
+
/// The border color of the outline hovered Picker components.
|
|
367
|
+
/// @group picker
|
|
153
368
|
$kendo-picker-outline-hover-border: $kendo-picker-hover-border !default;
|
|
154
369
|
|
|
370
|
+
/// The background color of the outline focused Picker components.
|
|
371
|
+
/// @group picker
|
|
155
372
|
$kendo-picker-outline-focus-bg: nul !default;
|
|
373
|
+
/// The text color of the outline focused Picker components.
|
|
374
|
+
/// @group picker
|
|
156
375
|
$kendo-picker-outline-focus-text: null !default;
|
|
376
|
+
/// The border color of the outline focused Picker components.
|
|
377
|
+
/// @group picker
|
|
157
378
|
$kendo-picker-outline-focus-border: $kendo-picker-focus-border !default;
|
|
379
|
+
/// The shadow of the outline focused Picker components.
|
|
380
|
+
/// @group picker
|
|
158
381
|
$kendo-picker-outline-focus-shadow: null !default;
|
|
159
382
|
|
|
383
|
+
/// The background color of the outline hovered and focused Picker components.
|
|
384
|
+
/// @group picker
|
|
160
385
|
$kendo-picker-outline-hover-focus-bg: null !default;
|
|
386
|
+
/// The text color of the outline hovered and focused Picker components.
|
|
387
|
+
/// @group picker
|
|
161
388
|
$kendo-picker-outline-hover-focus-text: null !default;
|
|
389
|
+
/// The border color of the outline hovered and focused Picker components.
|
|
390
|
+
/// @group picker
|
|
162
391
|
$kendo-picker-outline-hover-focus-border: null !default;
|
|
163
392
|
|
|
393
|
+
/// The background color of the flat Picker components.
|
|
394
|
+
/// @group picker
|
|
164
395
|
$kendo-picker-flat-bg: null !default;
|
|
396
|
+
/// The text color of the flat Picker components.
|
|
397
|
+
/// @group picker
|
|
165
398
|
$kendo-picker-flat-text: $kendo-picker-text !default;
|
|
399
|
+
/// The border color of the flat Picker components.
|
|
400
|
+
/// @group picker
|
|
166
401
|
$kendo-picker-flat-border: $kendo-picker-border !default;
|
|
167
402
|
|
|
403
|
+
/// The background color of the flat hovered Picker components.
|
|
404
|
+
/// @group picker
|
|
168
405
|
$kendo-picker-flat-hover-bg: null !default;
|
|
406
|
+
/// The text color of the flat hovered Picker components.
|
|
407
|
+
/// @group picker
|
|
169
408
|
$kendo-picker-flat-hover-text: null !default;
|
|
409
|
+
/// The border color of the flat hovered Picker components.
|
|
410
|
+
/// @group pickers
|
|
170
411
|
$kendo-picker-flat-hover-border: $kendo-picker-hover-border !default;
|
|
171
412
|
|
|
413
|
+
/// The background color of the flat focused Picker components.
|
|
414
|
+
/// @group picker
|
|
172
415
|
$kendo-picker-flat-focus-bg: null !default;
|
|
416
|
+
/// The text color of the flat focused Picker components.
|
|
417
|
+
/// @group picker
|
|
173
418
|
$kendo-picker-flat-focus-text: null !default;
|
|
419
|
+
/// The border color of the flat focused Picker components.
|
|
420
|
+
/// @group picker
|
|
174
421
|
$kendo-picker-flat-focus-border: $kendo-picker-focus-border !default;
|
|
422
|
+
/// The shadow of the flat focused Picker components.
|
|
423
|
+
/// @group picker
|
|
175
424
|
$kendo-picker-flat-focus-shadow: null !default;
|
|
176
425
|
|
|
426
|
+
/// The background color of the flat hovered and focused Picker components.
|
|
427
|
+
/// @group picker
|
|
177
428
|
$kendo-picker-flat-hover-focus-bg: null !default;
|
|
429
|
+
/// The text color of the flat hovered and focused Picker components.
|
|
430
|
+
/// @group picker
|
|
178
431
|
$kendo-picker-flat-hover-focus-text: null !default;
|
|
432
|
+
/// The border color of the flat hovered and focused Picker components.
|
|
433
|
+
/// @group picker
|
|
179
434
|
$kendo-picker-flat-hover-focus-border: null !default;
|
|
180
|
-
|
|
181
|
-
$kendo-input-placeholder-text: $kendo-subtle-text !default;
|
|
182
|
-
$kendo-input-placeholder-opacity: 1 !default;
|
|
183
|
-
|
|
184
|
-
$kendo-input-selected-bg: null !default;
|
|
185
|
-
$kendo-input-selected-text: null !default;
|
|
186
|
-
|
|
187
|
-
$kendo-input-clear-value-text: null !default;
|
|
188
|
-
$kendo-input-clear-value-opacity: .5 !default;
|
|
189
|
-
$kendo-input-clear-value-hover-text: null !default;
|
|
190
|
-
$kendo-input-clear-value-hover-opacity: 1 !default;
|
|
191
|
-
|
|
192
|
-
$kendo-input-values-margin-y: k-map-get( $kendo-spacing, 0.5 ) !default; // sass-lint:disable-line leading-zero
|
|
193
|
-
$kendo-input-values-margin-x: $kendo-input-values-margin-y !default;
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
// Input actions
|
|
197
|
-
$kendo-input-button-width: null !default;
|
|
198
|
-
$kendo-input-button-border-width: 1px !default;
|
|
199
|
-
$kendo-input-spinner-width: null !default;
|
|
200
|
-
$kendo-input-spinner-icon-offset: null !default;
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
// Input separator
|
|
204
|
-
$kendo-input-separator-color: $kendo-input-text !default;
|
|
205
|
-
$kendo-input-separator-opacity: .5 !default;
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
// Invalid
|
|
209
|
-
$kendo-input-invalid-border: $kendo-invalid-border !default;
|
|
210
|
-
$kendo-input-invalid-shadow: $kendo-invalid-shadow !default;
|
package/scss/list/_index.scss
CHANGED
|
@@ -21,3 +21,21 @@ $_kendo-module-meta: (
|
|
|
21
21
|
@import "./_variables.scss";
|
|
22
22
|
@import "./_layout.scss";
|
|
23
23
|
@import "./_theme.scss";
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
// Register
|
|
27
|
+
@import "../core/module-system/index.import.scss";
|
|
28
|
+
@include module-register( $_kendo-module-meta... );
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
// Expose
|
|
32
|
+
@mixin kendo-list--styles() {
|
|
33
|
+
@include module-render( "list" ) {
|
|
34
|
+
@include kendo-list--layout();
|
|
35
|
+
@include kendo-list--theme();
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
@if $kendo-auto-bootstrap {
|
|
40
|
+
@include kendo-list--styles();
|
|
41
|
+
}
|
package/scss/list/_layout.scss
CHANGED