@progress/kendo-theme-bootstrap 9.1.1-dev.1 → 10.0.0-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/README.md +11 -20
- package/dist/all.css +1 -1
- package/dist/all.scss +1 -67568
- package/dist/bootstrap-3-dark.css +1 -1
- package/dist/bootstrap-3-dark.scss +37 -47
- package/dist/bootstrap-3.css +1 -1
- package/dist/bootstrap-3.scss +36 -46
- package/dist/bootstrap-4-dark.css +1 -1
- package/dist/bootstrap-4-dark.scss +37 -38
- package/dist/bootstrap-4.css +1 -1
- package/dist/bootstrap-4.scss +36 -37
- package/dist/bootstrap-dataviz-v4.css +1 -1
- package/dist/bootstrap-dataviz-v4.scss +13 -13
- package/dist/bootstrap-main-dark.css +1 -1
- package/dist/bootstrap-main-dark.scss +36 -37
- package/dist/bootstrap-main.css +1 -1
- package/dist/bootstrap-main.scss +35 -33
- package/dist/bootstrap-nordic.css +1 -1
- package/dist/bootstrap-nordic.scss +36 -37
- package/dist/bootstrap-turquoise-dark.css +1 -1
- package/dist/bootstrap-turquoise-dark.scss +36 -37
- package/dist/bootstrap-turquoise.css +1 -1
- package/dist/bootstrap-turquoise.scss +36 -37
- package/dist/bootstrap-urban.css +1 -1
- package/dist/bootstrap-urban.scss +36 -37
- package/dist/bootstrap-vintage.css +1 -1
- package/dist/bootstrap-vintage.scss +36 -37
- package/dist/meta/sassdoc-data.json +26504 -24816
- package/dist/meta/sassdoc-raw-data.json +12366 -11962
- package/dist/meta/variables.json +6155 -12189
- package/lib/swatches/bootstrap-3-dark.json +4 -58
- package/lib/swatches/bootstrap-3.json +3 -57
- package/lib/swatches/bootstrap-4-dark.json +4 -13
- package/lib/swatches/bootstrap-4.json +3 -12
- package/lib/swatches/bootstrap-dataviz-v4.json +2 -1
- package/lib/swatches/bootstrap-main-dark.json +6 -15
- package/lib/swatches/bootstrap-main.json +3 -2
- package/lib/swatches/bootstrap-nordic.json +4 -13
- package/lib/swatches/bootstrap-turquoise-dark.json +4 -13
- package/lib/swatches/bootstrap-turquoise.json +4 -13
- package/lib/swatches/bootstrap-urban.json +4 -13
- package/lib/swatches/bootstrap-vintage.json +3 -12
- package/package.json +5 -7
- package/scss/_variables.scss +0 -29
- package/scss/action-buttons/_index.scss +9 -29
- package/scss/action-buttons/_layout.scss +1 -1
- package/scss/action-buttons/_theme.scss +1 -1
- package/scss/action-buttons/_variables.scss +15 -0
- package/scss/action-sheet/_index.scss +13 -32
- package/scss/action-sheet/_layout.scss +1 -1
- package/scss/action-sheet/_theme.scss +1 -1
- package/scss/action-sheet/_variables.scss +71 -2
- package/scss/adaptive/_index.scss +16 -36
- package/scss/adaptive/_layout.scss +1 -1
- package/scss/adaptive/_theme.scss +1 -1
- package/scss/adaptive/_variables.scss +25 -1
- package/scss/all.scss +3 -5
- package/scss/appbar/_index.scss +6 -23
- package/scss/appbar/_layout.scss +1 -1
- package/scss/appbar/_theme.scss +1 -1
- package/scss/appbar/_variables.scss +23 -0
- package/scss/autocomplete/_index.scss +16 -35
- package/scss/autocomplete/_layout.scss +1 -1
- package/scss/autocomplete/_theme.scss +1 -1
- package/scss/avatar/_index.scss +6 -25
- package/scss/avatar/_layout.scss +1 -1
- package/scss/avatar/_theme.scss +1 -2
- package/scss/avatar/_variables.scss +13 -0
- package/scss/badge/_index.scss +8 -27
- package/scss/badge/_layout.scss +1 -1
- package/scss/badge/_theme.scss +1 -1
- package/scss/badge/_variables.scss +42 -13
- package/scss/bottom-navigation/_index.scss +9 -29
- package/scss/bottom-navigation/_layout.scss +1 -1
- package/scss/bottom-navigation/_theme.scss +1 -1
- package/scss/bottom-navigation/_variables.scss +27 -1
- package/scss/breadcrumb/_index.scss +11 -31
- package/scss/breadcrumb/_layout.scss +3 -4
- package/scss/breadcrumb/_theme.scss +1 -1
- package/scss/breadcrumb/_variables.scss +73 -4
- package/scss/button/_index.scss +10 -30
- package/scss/button/_layout.scss +1 -1
- package/scss/button/_theme.scss +1 -1
- package/scss/button/_variables.scss +115 -17
- package/scss/calendar/_index.scss +13 -33
- package/scss/calendar/_layout.scss +1 -1
- package/scss/calendar/_theme.scss +1 -1
- package/scss/calendar/_variables.scss +106 -4
- package/scss/captcha/_index.scss +17 -37
- package/scss/captcha/_layout.scss +1 -1
- package/scss/captcha/_theme.scss +1 -1
- package/scss/captcha/_variables.scss +20 -0
- package/scss/card/_index.scss +13 -33
- package/scss/card/_layout.scss +1 -1
- package/scss/card/_theme.scss +1 -1
- package/scss/card/_variables.scss +74 -12
- package/scss/chart-wizard/_index.scss +27 -47
- package/scss/chart-wizard/_layout.scss +1 -1
- package/scss/chart-wizard/_theme.scss +1 -1
- package/scss/chart-wizard/_variables.scss +18 -0
- package/scss/chat/_index.scss +14 -36
- package/scss/chat/_layout.scss +1 -1
- package/scss/chat/_theme.scss +1 -1
- package/scss/chat/_variables.scss +75 -2
- package/scss/checkbox/_index.scss +6 -25
- package/scss/checkbox/_layout.scss +2 -1
- package/scss/checkbox/_theme.scss +1 -1
- package/scss/checkbox/_variables.scss +57 -4
- package/scss/chip/_index.scss +9 -30
- package/scss/chip/_layout.scss +1 -1
- package/scss/chip/_theme.scss +3 -1
- package/scss/chip/_variables.scss +56 -7
- package/scss/color-preview/_index.scss +6 -27
- package/scss/color-preview/_layout.scss +1 -1
- package/scss/color-preview/_theme.scss +1 -1
- package/scss/color-preview/_variables.scss +18 -0
- package/scss/coloreditor/_index.scss +14 -35
- package/scss/coloreditor/_layout.scss +1 -1
- package/scss/coloreditor/_theme.scss +1 -1
- package/scss/coloreditor/_variables.scss +30 -0
- package/scss/colorgradient/_index.scss +17 -37
- package/scss/colorgradient/_layout.scss +1 -1
- package/scss/colorgradient/_theme.scss +1 -1
- package/scss/colorgradient/_variables.scss +55 -4
- package/scss/colorpalette/_index.scss +6 -25
- package/scss/colorpalette/_layout.scss +1 -1
- package/scss/colorpalette/_theme.scss +1 -1
- package/scss/colorpalette/_variables.scss +14 -0
- package/scss/colorpicker/_index.scss +16 -36
- package/scss/colorpicker/_layout.scss +1 -1
- package/scss/colorpicker/_theme.scss +1 -1
- package/scss/combobox/_index.scss +16 -37
- package/scss/combobox/_layout.scss +1 -1
- package/scss/combobox/_theme.scss +1 -1
- package/scss/core/_index.scss +41 -26
- package/scss/core/border-radii/index.import.scss +16 -10
- package/scss/core/color-system/_palettes.scss +12 -25
- package/scss/core/color-system/_swatch-legacy.scss +274 -82
- package/scss/core/color-system/_swatch.scss +150 -339
- package/scss/core/color-system/index.import.scss +1 -1
- package/scss/core/elevation/index.import.scss +4 -0
- package/scss/core/functions/index.import.scss +1 -1
- package/scss/core/mixins/index.import.scss +1 -1
- package/scss/core/spacing/index.import.scss +48 -12
- package/scss/core/styles/index.import.scss +1 -1
- package/scss/core/typography/index.import.scss +18 -16
- package/scss/dataviz/_index.scss +10 -33
- package/scss/dataviz/_layout.scss +1 -1
- package/scss/dataviz/_theme.scss +1 -1
- package/scss/dataviz/_variables.scss +123 -8
- package/scss/dateinput/_index.scss +8 -30
- package/scss/dateinput/_layout.scss +1 -1
- package/scss/dateinput/_theme.scss +1 -1
- package/scss/datepicker/_index.scss +12 -35
- package/scss/datepicker/_layout.scss +1 -1
- package/scss/datepicker/_theme.scss +1 -1
- package/scss/daterangepicker/_index.scss +14 -37
- package/scss/daterangepicker/_layout.scss +1 -1
- package/scss/daterangepicker/_theme.scss +1 -1
- package/scss/daterangepicker/_variables.scss +5 -0
- package/scss/datetimepicker/_index.scss +20 -44
- package/scss/datetimepicker/_layout.scss +1 -1
- package/scss/datetimepicker/_theme.scss +1 -1
- package/scss/datetimepicker/_variables.scss +7 -0
- package/scss/dialog/_index.scss +8 -31
- package/scss/dialog/_layout.scss +1 -1
- package/scss/dialog/_theme.scss +1 -1
- package/scss/dialog/_variables.scss +22 -6
- package/scss/dock-manager/_index.scss +12 -27
- package/scss/dock-manager/_layout.scss +1 -1
- package/scss/dock-manager/_theme.scss +1 -1
- package/scss/dock-manager/_variables.scss +43 -0
- package/scss/draggable/_index.scss +6 -25
- package/scss/draggable/_layout.scss +1 -1
- package/scss/draggable/_theme.scss +1 -1
- package/scss/draggable/_variables.scss +31 -3
- package/scss/drawer/_index.scss +12 -32
- package/scss/drawer/_layout.scss +1 -1
- package/scss/drawer/_theme.scss +1 -1
- package/scss/drawer/_variables.scss +42 -3
- package/scss/dropdowngrid/_index.scss +16 -38
- package/scss/dropdowngrid/_layout.scss +1 -1
- package/scss/dropdowngrid/_theme.scss +1 -1
- package/scss/dropdownlist/_index.scss +14 -35
- package/scss/dropdownlist/_layout.scss +1 -1
- package/scss/dropdownlist/_theme.scss +1 -1
- package/scss/dropdowntree/_index.scss +19 -37
- package/scss/dropdowntree/_layout.scss +1 -1
- package/scss/dropdowntree/_theme.scss +1 -1
- package/scss/dropdowntree/_variables.scss +7 -0
- package/scss/dropzone/_index.scss +6 -25
- package/scss/dropzone/_layout.scss +1 -1
- package/scss/dropzone/_theme.scss +1 -1
- package/scss/dropzone/_variables.scss +29 -2
- package/scss/editor/_index.scss +22 -44
- package/scss/editor/_layout.scss +1 -1
- package/scss/editor/_theme.scss +1 -1
- package/scss/editor/_variables.scss +47 -0
- package/scss/expansion-panel/_index.scss +11 -31
- package/scss/expansion-panel/_layout.scss +1 -1
- package/scss/expansion-panel/_theme.scss +1 -1
- package/scss/expansion-panel/_variables.scss +30 -1
- package/scss/fab/_index.scss +13 -34
- package/scss/fab/_layout.scss +1 -1
- package/scss/fab/_theme.scss +10 -7
- package/scss/fab/_variables.scss +56 -0
- package/scss/filemanager/_index.scss +28 -49
- package/scss/filemanager/_layout.scss +1 -1
- package/scss/filemanager/_theme.scss +1 -1
- package/scss/filemanager/_variables.scss +67 -0
- package/scss/filter/_index.scss +20 -40
- package/scss/filter/_layout.scss +1 -1
- package/scss/filter/_theme.scss +1 -1
- package/scss/filter/_variables.scss +17 -3
- package/scss/floating-label/_index.scss +6 -28
- package/scss/floating-label/_layout.scss +1 -1
- package/scss/floating-label/_theme.scss +1 -1
- package/scss/floating-label/_variables.scss +22 -0
- package/scss/forms/_index.scss +11 -32
- package/scss/forms/_layout.scss +10 -6
- package/scss/forms/_theme.scss +1 -1
- package/scss/forms/_variables.scss +84 -8
- package/scss/gantt/_index.scss +23 -46
- package/scss/gantt/_layout.scss +1 -1
- package/scss/gantt/_theme.scss +1 -1
- package/scss/gantt/_variables.scss +97 -5
- package/scss/grid/_index.scss +51 -74
- package/scss/grid/_layout.scss +1 -1
- package/scss/grid/_theme.scss +5 -1
- package/scss/grid/_variables.scss +161 -3
- package/scss/icons/_index.scss +8 -24
- package/scss/icons/_layout.scss +1 -1
- package/scss/icons/_theme.scss +1 -1
- package/scss/icons/_variables.scss +34 -0
- package/scss/imageeditor/_index.scss +16 -36
- package/scss/imageeditor/_layout.scss +1 -1
- package/scss/imageeditor/_theme.scss +1 -1
- package/scss/imageeditor/_variables.scss +37 -0
- package/scss/index.scss +284 -123
- package/scss/input/_index.scss +8 -29
- package/scss/input/_layout.scss +3 -1
- package/scss/input/_theme.scss +1 -1
- package/scss/input/_variables.scss +165 -32
- package/scss/list/_index.scss +6 -31
- package/scss/list/_layout.scss +1 -1
- package/scss/list/_theme.scss +1 -1
- package/scss/list/_variables.scss +97 -3
- package/scss/listbox/_index.scss +14 -33
- package/scss/listbox/_layout.scss +1 -1
- package/scss/listbox/_theme.scss +1 -1
- package/scss/listbox/_variables.scss +21 -0
- package/scss/listgroup/_index.scss +8 -28
- package/scss/listgroup/_layout.scss +1 -1
- package/scss/listgroup/_theme.scss +1 -1
- package/scss/listgroup/_variables.scss +16 -0
- package/scss/listview/_index.scss +11 -31
- package/scss/listview/_layout.scss +1 -1
- package/scss/listview/_theme.scss +1 -1
- package/scss/listview/_variables.scss +24 -0
- package/scss/loader/_index.scss +9 -29
- package/scss/loader/_layout.scss +2 -2
- package/scss/loader/_theme.scss +1 -1
- package/scss/loader/_variables.scss +43 -0
- package/scss/map/_index.scss +12 -32
- package/scss/map/_layout.scss +1 -1
- package/scss/map/_theme.scss +1 -1
- package/scss/map/_variables.scss +32 -3
- package/scss/maskedtextbox/_index.scss +12 -32
- package/scss/maskedtextbox/_layout.scss +1 -1
- package/scss/maskedtextbox/_theme.scss +1 -1
- package/scss/mediaplayer/_index.scss +12 -34
- package/scss/mediaplayer/_layout.scss +1 -1
- package/scss/mediaplayer/_theme.scss +1 -1
- package/scss/mediaplayer/_variables.scss +19 -0
- package/scss/menu/_index.scss +14 -34
- package/scss/menu/_layout.scss +4 -5
- package/scss/menu/_theme.scss +1 -1
- package/scss/menu/_variables.scss +104 -6
- package/scss/menu-button/_index.scss +10 -31
- package/scss/menu-button/_layout.scss +1 -1
- package/scss/menu-button/_theme.scss +1 -1
- package/scss/menu-button/_variables.scss +7 -0
- package/scss/messagebox/_index.scss +8 -28
- package/scss/messagebox/_layout.scss +1 -1
- package/scss/messagebox/_theme.scss +1 -1
- package/scss/messagebox/_variables.scss +19 -2
- package/scss/multiselect/_index.scss +20 -40
- package/scss/multiselect/_layout.scss +1 -1
- package/scss/multiselect/_theme.scss +1 -1
- package/scss/no-data/_index.scss +6 -22
- package/scss/no-data/_layout.scss +1 -1
- package/scss/no-data/_theme.scss +1 -1
- package/scss/no-data/_variables.scss +9 -1
- package/scss/notification/_functions.scss +17 -0
- package/scss/notification/_index.scss +10 -31
- package/scss/notification/_layout.scss +1 -1
- package/scss/notification/_theme.scss +1 -1
- package/scss/notification/_variables.scss +28 -18
- package/scss/numerictextbox/_index.scss +12 -33
- package/scss/numerictextbox/_layout.scss +1 -1
- package/scss/numerictextbox/_theme.scss +1 -1
- package/scss/orgchart/_index.scss +23 -48
- package/scss/orgchart/_layout.scss +1 -1
- package/scss/orgchart/_theme.scss +1 -1
- package/scss/orgchart/_variables.scss +54 -2
- package/scss/overlay/_index.scss +6 -25
- package/scss/overlay/_layout.scss +1 -1
- package/scss/overlay/_theme.scss +1 -1
- package/scss/overlay/_variables.scss +9 -0
- package/scss/pager/_index.scss +12 -32
- package/scss/pager/_layout.scss +3 -1
- package/scss/pager/_theme.scss +1 -1
- package/scss/pager/_variables.scss +53 -0
- package/scss/panel/_index.scss +7 -26
- package/scss/panel/_layout.scss +1 -1
- package/scss/panel/_theme.scss +1 -1
- package/scss/panel/_variables.scss +25 -10
- package/scss/panelbar/_index.scss +10 -30
- package/scss/panelbar/_layout.scss +1 -1
- package/scss/panelbar/_theme.scss +1 -1
- package/scss/panelbar/_variables.scss +91 -0
- package/scss/pdf-viewer/_index.scss +21 -44
- package/scss/pdf-viewer/_layout.scss +1 -1
- package/scss/pdf-viewer/_theme.scss +1 -1
- package/scss/pdf-viewer/_variables.scss +51 -2
- package/scss/pivotgrid/_index.scss +17 -45
- package/scss/pivotgrid/_layout.scss +1 -1
- package/scss/pivotgrid/_theme.scss +1 -1
- package/scss/pivotgrid/_variables.scss +93 -1
- package/scss/popover/_index.scss +10 -33
- package/scss/popover/_layout.scss +1 -1
- package/scss/popover/_theme.scss +1 -1
- package/scss/popover/_variables.scss +37 -4
- package/scss/popup/_index.scss +6 -25
- package/scss/popup/_layout.scss +1 -1
- package/scss/popup/_theme.scss +1 -1
- package/scss/popup/_variables.scss +18 -0
- package/scss/progressbar/_index.scss +6 -25
- package/scss/progressbar/_layout.scss +1 -1
- package/scss/progressbar/_theme.scss +1 -1
- package/scss/progressbar/_variables.scss +36 -7
- package/scss/prompt/_index.scss +8 -24
- package/scss/prompt/_layout.scss +1 -1
- package/scss/prompt/_theme.scss +1 -1
- package/scss/prompt/_variables.scss +26 -0
- package/scss/radio/_index.scss +6 -25
- package/scss/radio/_layout.scss +1 -1
- package/scss/radio/_theme.scss +1 -1
- package/scss/radio/_variables.scss +53 -3
- package/scss/rating/_index.scss +8 -28
- package/scss/rating/_layout.scss +1 -1
- package/scss/rating/_theme.scss +1 -1
- package/scss/rating/_variables.scss +28 -7
- package/scss/responsivepanel/_index.scss +8 -28
- package/scss/responsivepanel/_layout.scss +1 -1
- package/scss/responsivepanel/_theme.scss +1 -1
- package/scss/ripple/_index.scss +6 -25
- package/scss/ripple/_layout.scss +1 -1
- package/scss/ripple/_theme.scss +1 -1
- package/scss/scheduler/_index.scss +21 -54
- package/scss/scheduler/_layout.scss +6 -5
- package/scss/scheduler/_theme.scss +1 -1
- package/scss/scheduler/_variables.scss +120 -2
- package/scss/scroller/_index.scss +8 -28
- package/scss/scroller/_layout.scss +1 -1
- package/scss/scroller/_theme.scss +1 -1
- package/scss/scrollview/_index.scss +10 -30
- package/scss/scrollview/_layout.scss +1 -1
- package/scss/scrollview/_theme.scss +3 -1
- package/scss/scrollview/_variables.scss +35 -0
- package/scss/searchbox/_index.scss +12 -33
- package/scss/searchbox/_layout.scss +1 -1
- package/scss/searchbox/_theme.scss +1 -1
- package/scss/signature/_index.scss +10 -33
- package/scss/signature/_layout.scss +1 -1
- package/scss/signature/_theme.scss +1 -1
- package/scss/signature/_variables.scss +32 -0
- package/scss/skeleton/_index.scss +6 -25
- package/scss/skeleton/_layout.scss +1 -1
- package/scss/skeleton/_theme.scss +1 -1
- package/scss/skeleton/_variables.scss +12 -0
- package/scss/slider/_index.scss +12 -32
- package/scss/slider/_layout.scss +1 -1
- package/scss/slider/_theme.scss +1 -1
- package/scss/slider/_variables.scss +46 -1
- package/scss/split-button/_index.scss +11 -28
- package/scss/split-button/_layout.scss +1 -1
- package/scss/split-button/_theme.scss +1 -1
- package/scss/split-button/_variables.scss +15 -0
- package/scss/splitter/_index.scss +9 -26
- package/scss/splitter/_layout.scss +1 -1
- package/scss/splitter/_theme.scss +1 -1
- package/scss/splitter/_variables.scss +26 -0
- package/scss/spreadsheet/_index.scss +37 -60
- package/scss/spreadsheet/_layout.scss +3 -2
- package/scss/spreadsheet/_theme.scss +1 -1
- package/scss/spreadsheet/_variables.scss +103 -0
- package/scss/stepper/_index.scss +10 -29
- package/scss/stepper/_layout.scss +1 -1
- package/scss/stepper/_theme.scss +1 -1
- package/scss/stepper/_variables.scss +82 -6
- package/scss/switch/_index.scss +6 -26
- package/scss/switch/_layout.scss +1 -1
- package/scss/switch/_theme.scss +1 -1
- package/scss/switch/_variables.scss +78 -15
- package/scss/table/_index.scss +6 -24
- package/scss/table/_layout.scss +1 -1
- package/scss/table/_theme.scss +1 -1
- package/scss/table/_variables.scss +48 -4
- package/scss/tabstrip/_index.scss +13 -34
- package/scss/tabstrip/_layout.scss +1 -1
- package/scss/tabstrip/_theme.scss +1 -1
- package/scss/tabstrip/_variables.scss +58 -3
- package/scss/taskboard/_index.scss +21 -49
- package/scss/taskboard/_layout.scss +1 -1
- package/scss/taskboard/_theme.scss +1 -1
- package/scss/taskboard/_variables.scss +84 -1
- package/scss/textarea/_index.scss +11 -33
- package/scss/textarea/_layout.scss +1 -1
- package/scss/textarea/_theme.scss +1 -1
- package/scss/textbox/_index.scss +10 -32
- package/scss/textbox/_layout.scss +1 -1
- package/scss/textbox/_theme.scss +1 -1
- package/scss/tilelayout/_index.scss +11 -32
- package/scss/tilelayout/_layout.scss +1 -1
- package/scss/tilelayout/_theme.scss +1 -1
- package/scss/tilelayout/_variables.scss +18 -1
- package/scss/time-marker/_index.scss +6 -22
- package/scss/time-marker/_layout.scss +1 -1
- package/scss/time-marker/_theme.scss +1 -1
- package/scss/time-marker/_variables.scss +6 -0
- package/scss/timedurationpicker/_index.scss +18 -39
- package/scss/timedurationpicker/_layout.scss +1 -1
- package/scss/timedurationpicker/_theme.scss +1 -1
- package/scss/timeline/_index.scss +12 -31
- package/scss/timeline/_layout.scss +2 -1
- package/scss/timeline/_theme.scss +2 -1
- package/scss/timeline/_variables.scss +64 -5
- package/scss/timepicker/_index.scss +16 -38
- package/scss/timepicker/_layout.scss +1 -1
- package/scss/timepicker/_theme.scss +1 -1
- package/scss/timeselector/_index.scss +12 -33
- package/scss/timeselector/_layout.scss +1 -1
- package/scss/timeselector/_theme.scss +1 -1
- package/scss/timeselector/_variables.scss +46 -1
- package/scss/toolbar/_index.scss +15 -37
- package/scss/toolbar/_layout.scss +1 -2
- package/scss/toolbar/_theme.scss +1 -2
- package/scss/toolbar/_variables.scss +44 -0
- package/scss/tooltip/_functions.scss +17 -0
- package/scss/tooltip/_index.scss +11 -31
- package/scss/tooltip/_layout.scss +1 -1
- package/scss/tooltip/_theme.scss +1 -1
- package/scss/tooltip/_variables.scss +30 -19
- package/scss/treelist/_index.scss +10 -31
- package/scss/treelist/_layout.scss +1 -1
- package/scss/treelist/_theme.scss +2 -1
- package/scss/treelist/_variables.scss +9 -0
- package/scss/treeview/_index.scss +10 -30
- package/scss/treeview/_layout.scss +2 -1
- package/scss/treeview/_theme.scss +1 -1
- package/scss/treeview/_variables.scss +60 -2
- package/scss/typography/_index.scss +7 -26
- package/scss/typography/_layout.scss +1 -1
- package/scss/typography/_theme.scss +1 -1
- package/scss/typography/_variables.scss +131 -48
- package/scss/upload/_index.scss +15 -31
- package/scss/upload/_layout.scss +1 -1
- package/scss/upload/_theme.scss +1 -1
- package/scss/upload/_variables.scss +44 -1
- package/scss/utils/_index.scss +1 -1
- package/scss/validator/_index.scss +11 -26
- package/scss/validator/_layout.scss +1 -1
- package/scss/validator/_theme.scss +1 -1
- package/scss/virtual-scroller/_index.scss +7 -22
- package/scss/virtual-scroller/_layout.scss +1 -1
- package/scss/virtual-scroller/_theme.scss +1 -1
- package/scss/window/_index.scss +16 -36
- package/scss/window/_layout.scss +1 -1
- package/scss/window/_theme.scss +1 -1
- package/scss/window/_variables.scss +44 -8
- package/scss/wizard/_index.scss +14 -34
- package/scss/wizard/_layout.scss +1 -1
- package/scss/wizard/_theme.scss +1 -1
- package/scss/wizard/_variables.scss +19 -3
- package/scss/_bootstrap-overrides.scss +0 -20
- package/scss/bootstrap_dist.scss +0 -1
- package/scss/core/module-system/index.import.scss +0 -1
package/scss/input/_index.scss
CHANGED
|
@@ -1,39 +1,18 @@
|
|
|
1
|
-
@import "../core/_index.scss";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
// Module meta
|
|
5
|
-
$_kendo-module-meta: (
|
|
6
|
-
name: "input",
|
|
7
|
-
dependencies: (
|
|
8
|
-
"button",
|
|
9
|
-
"icon"
|
|
10
|
-
)
|
|
11
|
-
);
|
|
12
|
-
|
|
13
|
-
|
|
14
1
|
// Dependencies
|
|
15
|
-
@
|
|
16
|
-
|
|
2
|
+
@use "../core/_index.scss" as *;
|
|
3
|
+
@use "../button/_index.scss" as *;
|
|
17
4
|
|
|
18
5
|
// Component
|
|
19
|
-
@
|
|
20
|
-
@
|
|
21
|
-
@
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
// Register
|
|
25
|
-
@import "../core/module-system/index.import.scss";
|
|
26
|
-
@include module-register( $_kendo-module-meta... );
|
|
27
|
-
|
|
6
|
+
@forward "./_variables.scss";
|
|
7
|
+
@use "./_layout.scss" as *;
|
|
8
|
+
@use "./_theme.scss" as *;
|
|
28
9
|
|
|
29
10
|
// Expose
|
|
30
11
|
@mixin kendo-input--styles() {
|
|
31
|
-
@include
|
|
12
|
+
@include import-once( "input" ) {
|
|
13
|
+
@include core-styles();
|
|
14
|
+
@include kendo-button--styles();
|
|
32
15
|
@include kendo-input--layout();
|
|
33
16
|
@include kendo-input--theme();
|
|
34
17
|
}
|
|
35
18
|
}
|
|
36
|
-
|
|
37
|
-
@if $kendo-auto-bootstrap {
|
|
38
|
-
@include kendo-input--styles();
|
|
39
|
-
}
|
package/scss/input/_layout.scss
CHANGED
package/scss/input/_theme.scss
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
@use "sass:math";
|
|
2
|
+
|
|
3
|
+
@use "../button/_variables.scss" as *;
|
|
4
|
+
@use "../core/_index.scss" as *;
|
|
5
|
+
@use "../core/functions/index.import.scss" as *;
|
|
6
|
+
|
|
1
7
|
// Input
|
|
2
8
|
|
|
3
9
|
/// The default width of the Input components.
|
|
@@ -6,37 +12,37 @@ $kendo-input-default-width: 100% !default;
|
|
|
6
12
|
|
|
7
13
|
/// The border width of the Input components.
|
|
8
14
|
/// @group input
|
|
9
|
-
$kendo-input-border-width:
|
|
10
|
-
$kendo-input-border-height: ( $kendo-input-border-width * 2 ) !default;
|
|
15
|
+
$kendo-input-border-width: k-spacing(1px) !default;
|
|
16
|
+
$kendo-input-border-height: calc( #{ $kendo-input-border-width } * 2 ) !default;
|
|
11
17
|
/// The border radius of the Input components.
|
|
12
18
|
/// @group input
|
|
13
19
|
$kendo-input-border-radius: null !default;
|
|
14
20
|
|
|
15
21
|
/// The horizontal padding of the Input components.
|
|
16
22
|
/// @group input
|
|
17
|
-
$kendo-input-padding-x:
|
|
23
|
+
$kendo-input-padding-x: k-spacing(3) !default;
|
|
18
24
|
/// The horizontal padding of the small Input components.
|
|
19
25
|
/// @group input
|
|
20
|
-
$kendo-input-sm-padding-x:
|
|
26
|
+
$kendo-input-sm-padding-x: k-spacing(2) !default;
|
|
21
27
|
/// The horizontal padding of the medium Input components.
|
|
22
28
|
/// @group input
|
|
23
|
-
$kendo-input-md-padding-x:
|
|
29
|
+
$kendo-input-md-padding-x: k-spacing(3) !default;
|
|
24
30
|
/// The horizontal padding of the large Input components.
|
|
25
31
|
/// @group input
|
|
26
|
-
$kendo-input-lg-padding-x:
|
|
32
|
+
$kendo-input-lg-padding-x: k-spacing(4) !default;
|
|
27
33
|
|
|
28
34
|
/// The vertical padding of input components.
|
|
29
35
|
/// @group input
|
|
30
|
-
$kendo-input-padding-y:
|
|
36
|
+
$kendo-input-padding-y: k-spacing(1.5) !default;
|
|
31
37
|
/// The vertical padding of the small Input components.
|
|
32
38
|
/// @group input
|
|
33
|
-
$kendo-input-sm-padding-y:
|
|
39
|
+
$kendo-input-sm-padding-y: k-spacing(1) !default;
|
|
34
40
|
/// The vertical padding of the medium Input components.
|
|
35
41
|
/// @group input
|
|
36
|
-
$kendo-input-md-padding-y:
|
|
42
|
+
$kendo-input-md-padding-y: k-spacing(1.5) !default;
|
|
37
43
|
/// The vertical padding of the large Input components.
|
|
38
44
|
/// @group input
|
|
39
|
-
$kendo-input-lg-padding-y:
|
|
45
|
+
$kendo-input-lg-padding-y: k-spacing(2) !default;
|
|
40
46
|
|
|
41
47
|
/// The font family of input components.
|
|
42
48
|
/// @group input
|
|
@@ -57,10 +63,10 @@ $kendo-input-lg-font-size: var( --kendo-font-size, inherit ) !default;
|
|
|
57
63
|
|
|
58
64
|
/// The line height of input components.
|
|
59
65
|
/// @group input
|
|
60
|
-
$kendo-input-line-height:
|
|
66
|
+
$kendo-input-line-height: 1.5 !default;
|
|
61
67
|
/// The line height of the small Input components.
|
|
62
68
|
/// @group input
|
|
63
|
-
$kendo-input-sm-line-height:
|
|
69
|
+
$kendo-input-sm-line-height: math.div( 20, 14 ) !default;
|
|
64
70
|
/// The line height of the medium Input components.
|
|
65
71
|
/// @group input
|
|
66
72
|
$kendo-input-md-line-height: var( --kendo-line-height, normal) !default;
|
|
@@ -99,13 +105,13 @@ $kendo-input-sizes: (
|
|
|
99
105
|
|
|
100
106
|
/// The background color of the Input components.
|
|
101
107
|
/// @group input
|
|
102
|
-
$kendo-input-bg: $
|
|
108
|
+
$kendo-input-bg: $kendo-component-bg !default;
|
|
103
109
|
/// The text color of the Input components.
|
|
104
110
|
/// @group input
|
|
105
|
-
$kendo-input-text: $
|
|
111
|
+
$kendo-input-text: if($kendo-enable-color-system, k-color( on-app-surface ), $kendo-color-dark) !default;
|
|
106
112
|
/// The border color of the Input components.
|
|
107
113
|
/// @group input
|
|
108
|
-
$kendo-input-border: $
|
|
114
|
+
$kendo-input-border: if($kendo-enable-color-system, k-color( border-alt ), #ced4da) !default;
|
|
109
115
|
/// The shadow of the Input components.
|
|
110
116
|
/// @group input
|
|
111
117
|
$kendo-input-shadow: null !default;
|
|
@@ -118,23 +124,23 @@ $kendo-input-hover-bg: null !default;
|
|
|
118
124
|
$kendo-input-hover-text: null !default;
|
|
119
125
|
/// The border color of the hovered Input components.
|
|
120
126
|
/// @group input
|
|
121
|
-
$kendo-input-hover-border:
|
|
127
|
+
$kendo-input-hover-border: $kendo-input-border !default;
|
|
122
128
|
/// The shadow of the hovered Input components.
|
|
123
129
|
/// @group input
|
|
124
130
|
$kendo-input-hover-shadow: null !default;
|
|
125
131
|
|
|
126
132
|
/// The background color of the focused Input components.
|
|
127
133
|
/// @group input
|
|
128
|
-
$kendo-input-focus-bg: $input-
|
|
134
|
+
$kendo-input-focus-bg: $kendo-input-bg !default;
|
|
129
135
|
/// The text color of the focused Input components.
|
|
130
136
|
/// @group input
|
|
131
|
-
$kendo-input-focus-text: $input-
|
|
137
|
+
$kendo-input-focus-text: $kendo-input-text !default;
|
|
132
138
|
/// The border color of the focused Input components.
|
|
133
139
|
/// @group input
|
|
134
|
-
$kendo-input-focus-border: $
|
|
140
|
+
$kendo-input-focus-border: if($kendo-enable-color-system, k-color( primary-emphasis ), k-color-tint( $kendo-color-primary, 50% ) ) !default;
|
|
135
141
|
/// The shadow of the focused Input components.
|
|
136
142
|
/// @group input
|
|
137
|
-
$kendo-input-focus-shadow: $
|
|
143
|
+
$kendo-input-focus-shadow: 0 0 0 .25rem if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 25%, transparent), rgba( $kendo-color-primary, .25 )) !default;
|
|
138
144
|
|
|
139
145
|
/// The background color of the selected Input components.
|
|
140
146
|
/// @group input
|
|
@@ -167,8 +173,7 @@ $kendo-input-outline-bg: null !default;
|
|
|
167
173
|
$kendo-input-outline-text: $kendo-base-text !default;
|
|
168
174
|
/// The border color of the outline Input components.
|
|
169
175
|
/// @group input
|
|
170
|
-
$kendo-input-outline-border: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 50%, transparent),
|
|
171
|
-
|
|
176
|
+
$kendo-input-outline-border: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 50%, transparent), color-mix(in srgb, $kendo-base-text 50%, transparent)) !default;
|
|
172
177
|
/// The background color of the outline hovered Input components.
|
|
173
178
|
/// @group input
|
|
174
179
|
$kendo-input-outline-hover-bg: null !default;
|
|
@@ -177,7 +182,7 @@ $kendo-input-outline-hover-bg: null !default;
|
|
|
177
182
|
$kendo-input-outline-hover-text: null !default;
|
|
178
183
|
/// The border color of the outline hovered Input components.
|
|
179
184
|
/// @group input
|
|
180
|
-
$kendo-input-outline-hover-border:
|
|
185
|
+
$kendo-input-outline-hover-border: $kendo-input-outline-border !default;
|
|
181
186
|
|
|
182
187
|
/// The background color of the outline focused Input components.
|
|
183
188
|
/// @group input
|
|
@@ -227,7 +232,7 @@ $kendo-input-flat-focus-shadow: $kendo-input-focus-shadow !default;
|
|
|
227
232
|
|
|
228
233
|
/// The text color of the Input placeholder.
|
|
229
234
|
/// @group input
|
|
230
|
-
$kendo-input-placeholder-text: $
|
|
235
|
+
$kendo-input-placeholder-text: if($kendo-enable-color-system, k-color( subtle ) , $kendo-subtle-text) !default;
|
|
231
236
|
/// The opacity of the Input placeholder.
|
|
232
237
|
/// @group input
|
|
233
238
|
$kendo-input-placeholder-opacity: 1 !default;
|
|
@@ -254,13 +259,13 @@ $kendo-input-values-margin-x: $kendo-input-values-margin-y !default;
|
|
|
254
259
|
|
|
255
260
|
/// The width of the Input button.
|
|
256
261
|
/// @group input
|
|
257
|
-
$kendo-input-button-width:
|
|
262
|
+
$kendo-input-button-width: unset !default;
|
|
258
263
|
/// The border width of the Input button.
|
|
259
264
|
/// @group input
|
|
260
265
|
$kendo-input-button-border-width: 1px !default;
|
|
261
266
|
/// The width of the Input spinner button.
|
|
262
267
|
/// @group input
|
|
263
|
-
$kendo-input-spinner-width:
|
|
268
|
+
$kendo-input-spinner-width: unset !default;
|
|
264
269
|
/// The icon offset of the Input spinner button.
|
|
265
270
|
/// @group input
|
|
266
271
|
$kendo-input-spinner-icon-offset: null !default;
|
|
@@ -274,10 +279,10 @@ $kendo-input-separator-opacity: .5 !default;
|
|
|
274
279
|
|
|
275
280
|
/// The text color of the Input prefix.
|
|
276
281
|
/// @group input
|
|
277
|
-
$kendo-input-prefix-text: $kendo-subtle-text !default;
|
|
282
|
+
$kendo-input-prefix-text: if($kendo-enable-color-system, k-color( subtle ) , $kendo-subtle-text) !default;
|
|
278
283
|
/// The text color of the Input suffix.
|
|
279
284
|
/// @group input
|
|
280
|
-
$kendo-input-suffix-text: $kendo-subtle-text !default;
|
|
285
|
+
$kendo-input-suffix-text: if($kendo-enable-color-system, k-color( subtle ) , $kendo-subtle-text) !default;
|
|
281
286
|
|
|
282
287
|
/// The border color of the invalid Input components.
|
|
283
288
|
/// @group input
|
|
@@ -358,8 +363,7 @@ $kendo-picker-outline-bg: null !default;
|
|
|
358
363
|
$kendo-picker-outline-text: $kendo-button-text !default;
|
|
359
364
|
/// The border color of the outline Picker components.
|
|
360
365
|
/// @group picker
|
|
361
|
-
$kendo-picker-outline-border: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 50%, transparent),
|
|
362
|
-
|
|
366
|
+
$kendo-picker-outline-border: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 50%, transparent), color-mix(in srgb, $kendo-picker-outline-text 50%, transparent)) !default;
|
|
363
367
|
/// The background color of the outline hovered Picker components.
|
|
364
368
|
/// @group picker
|
|
365
369
|
$kendo-picker-outline-hover-bg: $kendo-picker-outline-text !default;
|
|
@@ -405,13 +409,13 @@ $kendo-picker-flat-border: $kendo-button-border !default;
|
|
|
405
409
|
|
|
406
410
|
/// The background color of the flat hovered Picker components.
|
|
407
411
|
/// @group picker
|
|
408
|
-
$kendo-picker-flat-hover-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 8%, transparent),
|
|
412
|
+
$kendo-picker-flat-hover-bg: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 8%, transparent), color-mix(in srgb, $kendo-button-text 80%, transparent)) !default;
|
|
409
413
|
/// The text color of the flat hovered Picker components.
|
|
410
414
|
/// @group picker
|
|
411
415
|
$kendo-picker-flat-hover-text: null !default;
|
|
412
416
|
/// The border color of the flat hovered Picker components.
|
|
413
417
|
/// @group picker
|
|
414
|
-
$kendo-picker-flat-hover-border:
|
|
418
|
+
$kendo-picker-flat-hover-border: $kendo-picker-flat-border !default;
|
|
415
419
|
|
|
416
420
|
/// The background color of the flat focused Picker components.
|
|
417
421
|
/// @group picker
|
|
@@ -436,3 +440,132 @@ $kendo-picker-flat-hover-focus-text: null !default;
|
|
|
436
440
|
/// @group picker
|
|
437
441
|
$kendo-picker-flat-hover-focus-border: null !default;
|
|
438
442
|
|
|
443
|
+
|
|
444
|
+
|
|
445
|
+
@forward "@progress/kendo-theme-default/scss/input/_variables.scss" with (
|
|
446
|
+
$kendo-input-default-width: $kendo-input-default-width,
|
|
447
|
+
$kendo-input-border-width: $kendo-input-border-width,
|
|
448
|
+
$kendo-input-border-height: $kendo-input-border-height,
|
|
449
|
+
$kendo-input-border-radius: $kendo-input-border-radius,
|
|
450
|
+
$kendo-input-padding-x: $kendo-input-padding-x,
|
|
451
|
+
$kendo-input-sm-padding-x: $kendo-input-sm-padding-x,
|
|
452
|
+
$kendo-input-md-padding-x: $kendo-input-md-padding-x,
|
|
453
|
+
$kendo-input-lg-padding-x: $kendo-input-lg-padding-x,
|
|
454
|
+
$kendo-input-padding-y: $kendo-input-padding-y,
|
|
455
|
+
$kendo-input-sm-padding-y: $kendo-input-sm-padding-y,
|
|
456
|
+
$kendo-input-md-padding-y: $kendo-input-md-padding-y,
|
|
457
|
+
$kendo-input-lg-padding-y: $kendo-input-lg-padding-y,
|
|
458
|
+
$kendo-input-font-family: $kendo-input-font-family,
|
|
459
|
+
$kendo-input-font-size: $kendo-input-font-size,
|
|
460
|
+
$kendo-input-sm-font-size: $kendo-input-sm-font-size,
|
|
461
|
+
$kendo-input-md-font-size: $kendo-input-md-font-size,
|
|
462
|
+
$kendo-input-lg-font-size: $kendo-input-lg-font-size,
|
|
463
|
+
$kendo-input-line-height: $kendo-input-line-height,
|
|
464
|
+
$kendo-input-sm-line-height: $kendo-input-sm-line-height,
|
|
465
|
+
$kendo-input-md-line-height: $kendo-input-md-line-height,
|
|
466
|
+
$kendo-input-lg-line-height: $kendo-input-lg-line-height,
|
|
467
|
+
$kendo-input-sizes: $kendo-input-sizes,
|
|
468
|
+
$kendo-input-bg: $kendo-input-bg,
|
|
469
|
+
$kendo-input-text: $kendo-input-text,
|
|
470
|
+
$kendo-input-border: $kendo-input-border,
|
|
471
|
+
$kendo-input-shadow: $kendo-input-shadow,
|
|
472
|
+
$kendo-input-hover-bg: $kendo-input-hover-bg,
|
|
473
|
+
$kendo-input-hover-text: $kendo-input-hover-text,
|
|
474
|
+
$kendo-input-hover-border: $kendo-input-hover-border,
|
|
475
|
+
$kendo-input-hover-shadow: $kendo-input-hover-shadow,
|
|
476
|
+
$kendo-input-focus-bg: $kendo-input-focus-bg,
|
|
477
|
+
$kendo-input-focus-text: $kendo-input-focus-text,
|
|
478
|
+
$kendo-input-focus-border: $kendo-input-focus-border,
|
|
479
|
+
$kendo-input-focus-shadow: $kendo-input-focus-shadow,
|
|
480
|
+
$kendo-input-selected-bg: $kendo-input-selected-bg,
|
|
481
|
+
$kendo-input-selected-text: $kendo-input-selected-text,
|
|
482
|
+
$kendo-input-disabled-bg: $kendo-input-disabled-bg,
|
|
483
|
+
$kendo-input-disabled-text: $kendo-input-disabled-text,
|
|
484
|
+
$kendo-input-disabled-border: $kendo-input-disabled-border,
|
|
485
|
+
$kendo-input-disabled-gradient: $kendo-input-disabled-gradient,
|
|
486
|
+
$kendo-input-disabled-shadow: $kendo-input-disabled-shadow,
|
|
487
|
+
$kendo-input-outline-bg: $kendo-input-outline-bg,
|
|
488
|
+
$kendo-input-outline-text: $kendo-input-outline-text,
|
|
489
|
+
$kendo-input-outline-border: $kendo-input-outline-border,
|
|
490
|
+
$kendo-input-outline-hover-bg: $kendo-input-outline-hover-bg,
|
|
491
|
+
$kendo-input-outline-hover-text: $kendo-input-outline-hover-text,
|
|
492
|
+
$kendo-input-outline-hover-border: $kendo-input-outline-hover-border,
|
|
493
|
+
$kendo-input-outline-focus-bg: $kendo-input-outline-focus-bg,
|
|
494
|
+
$kendo-input-outline-focus-text: $kendo-input-outline-focus-text,
|
|
495
|
+
$kendo-input-outline-focus-border: $kendo-input-outline-focus-border,
|
|
496
|
+
$kendo-input-outline-focus-shadow: $kendo-input-outline-focus-shadow,
|
|
497
|
+
$kendo-input-flat-bg: $kendo-input-flat-bg,
|
|
498
|
+
$kendo-input-flat-text: $kendo-input-flat-text,
|
|
499
|
+
$kendo-input-flat-border: $kendo-input-flat-border,
|
|
500
|
+
$kendo-input-flat-hover-bg: $kendo-input-flat-hover-bg,
|
|
501
|
+
$kendo-input-flat-hover-text: $kendo-input-flat-hover-text,
|
|
502
|
+
$kendo-input-flat-hover-border: $kendo-input-flat-hover-border,
|
|
503
|
+
$kendo-input-flat-focus-bg: $kendo-input-flat-focus-bg,
|
|
504
|
+
$kendo-input-flat-focus-text: $kendo-input-flat-focus-text,
|
|
505
|
+
$kendo-input-flat-focus-border: $kendo-input-flat-focus-border,
|
|
506
|
+
$kendo-input-flat-focus-shadow: $kendo-input-flat-focus-shadow,
|
|
507
|
+
$kendo-input-placeholder-text: $kendo-input-placeholder-text,
|
|
508
|
+
$kendo-input-placeholder-opacity: $kendo-input-placeholder-opacity,
|
|
509
|
+
$kendo-input-clear-value-text: $kendo-input-clear-value-text,
|
|
510
|
+
$kendo-input-clear-value-opacity: $kendo-input-clear-value-opacity,
|
|
511
|
+
$kendo-input-clear-value-hover-text: $kendo-input-clear-value-hover-text,
|
|
512
|
+
$kendo-input-clear-value-hover-opacity: $kendo-input-clear-value-hover-opacity,
|
|
513
|
+
$kendo-input-values-margin-y: $kendo-input-values-margin-y,
|
|
514
|
+
$kendo-input-values-margin-x: $kendo-input-values-margin-x,
|
|
515
|
+
$kendo-input-button-width: $kendo-input-button-width,
|
|
516
|
+
$kendo-input-button-border-width: $kendo-input-button-border-width,
|
|
517
|
+
$kendo-input-spinner-width: $kendo-input-spinner-width,
|
|
518
|
+
$kendo-input-spinner-icon-offset: $kendo-input-spinner-icon-offset,
|
|
519
|
+
$kendo-input-separator-text: $kendo-input-separator-text,
|
|
520
|
+
$kendo-input-separator-opacity: $kendo-input-separator-opacity,
|
|
521
|
+
$kendo-input-prefix-text: $kendo-input-prefix-text,
|
|
522
|
+
$kendo-input-suffix-text: $kendo-input-suffix-text,
|
|
523
|
+
$kendo-input-invalid-border: $kendo-input-invalid-border,
|
|
524
|
+
$kendo-input-invalid-shadow: $kendo-input-invalid-shadow,
|
|
525
|
+
$kendo-picker-bg: $kendo-picker-bg,
|
|
526
|
+
$kendo-picker-text: $kendo-picker-text,
|
|
527
|
+
$kendo-picker-border: $kendo-picker-border,
|
|
528
|
+
$kendo-picker-gradient: $kendo-picker-gradient,
|
|
529
|
+
$kendo-picker-shadow: $kendo-picker-shadow,
|
|
530
|
+
$kendo-picker-hover-bg: $kendo-picker-hover-bg,
|
|
531
|
+
$kendo-picker-hover-text: $kendo-picker-hover-text,
|
|
532
|
+
$kendo-picker-hover-border: $kendo-picker-hover-border,
|
|
533
|
+
$kendo-picker-hover-gradient: $kendo-picker-hover-gradient,
|
|
534
|
+
$kendo-picker-hover-shadow: $kendo-picker-hover-shadow,
|
|
535
|
+
$kendo-picker-focus-bg: $kendo-picker-focus-bg,
|
|
536
|
+
$kendo-picker-focus-text: $kendo-picker-focus-text,
|
|
537
|
+
$kendo-picker-focus-border: $kendo-picker-focus-border,
|
|
538
|
+
$kendo-picker-focus-gradient: $kendo-picker-focus-gradient,
|
|
539
|
+
$kendo-picker-focus-shadow: $kendo-picker-focus-shadow,
|
|
540
|
+
$kendo-picker-disabled-bg: $kendo-picker-disabled-bg,
|
|
541
|
+
$kendo-picker-disabled-text: $kendo-picker-disabled-text,
|
|
542
|
+
$kendo-picker-disabled-border: $kendo-picker-disabled-border,
|
|
543
|
+
$kendo-picker-disabled-gradient: $kendo-picker-disabled-gradient,
|
|
544
|
+
$kendo-picker-disabled-shadow: $kendo-picker-disabled-shadow,
|
|
545
|
+
$kendo-picker-outline-bg: $kendo-picker-outline-bg,
|
|
546
|
+
$kendo-picker-outline-text: $kendo-picker-outline-text,
|
|
547
|
+
$kendo-picker-outline-border: $kendo-picker-outline-border,
|
|
548
|
+
$kendo-picker-outline-hover-bg: $kendo-picker-outline-hover-bg,
|
|
549
|
+
$kendo-picker-outline-hover-text: $kendo-picker-outline-hover-text,
|
|
550
|
+
$kendo-picker-outline-hover-border: $kendo-picker-outline-hover-border,
|
|
551
|
+
$kendo-picker-outline-focus-bg: $kendo-picker-outline-focus-bg,
|
|
552
|
+
$kendo-picker-outline-focus-text: $kendo-picker-outline-focus-text,
|
|
553
|
+
$kendo-picker-outline-focus-border: $kendo-picker-outline-focus-border,
|
|
554
|
+
$kendo-picker-outline-focus-shadow: $kendo-picker-outline-focus-shadow,
|
|
555
|
+
$kendo-picker-outline-hover-focus-bg: $kendo-picker-outline-hover-focus-bg,
|
|
556
|
+
$kendo-picker-outline-hover-focus-text: $kendo-picker-outline-hover-focus-text,
|
|
557
|
+
$kendo-picker-outline-hover-focus-border: $kendo-picker-outline-hover-focus-border,
|
|
558
|
+
$kendo-picker-flat-bg: $kendo-picker-flat-bg,
|
|
559
|
+
$kendo-picker-flat-text: $kendo-picker-flat-text,
|
|
560
|
+
$kendo-picker-flat-border: $kendo-picker-flat-border,
|
|
561
|
+
$kendo-picker-flat-hover-bg: $kendo-picker-flat-hover-bg,
|
|
562
|
+
$kendo-picker-flat-hover-text: $kendo-picker-flat-hover-text,
|
|
563
|
+
$kendo-picker-flat-hover-border: $kendo-picker-flat-hover-border,
|
|
564
|
+
$kendo-picker-flat-focus-bg: $kendo-picker-flat-focus-bg,
|
|
565
|
+
$kendo-picker-flat-focus-text: $kendo-picker-flat-focus-text,
|
|
566
|
+
$kendo-picker-flat-focus-border: $kendo-picker-flat-focus-border,
|
|
567
|
+
$kendo-picker-flat-focus-shadow: $kendo-picker-flat-focus-shadow,
|
|
568
|
+
$kendo-picker-flat-hover-focus-bg: $kendo-picker-flat-hover-focus-bg,
|
|
569
|
+
$kendo-picker-flat-hover-focus-text: $kendo-picker-flat-hover-focus-text,
|
|
570
|
+
$kendo-picker-flat-hover-focus-border: $kendo-picker-flat-hover-focus-border
|
|
571
|
+
);
|
package/scss/list/_index.scss
CHANGED
|
@@ -1,41 +1,16 @@
|
|
|
1
|
-
@import "../core/_index.scss";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
// Module meta
|
|
5
|
-
$_kendo-module-meta: (
|
|
6
|
-
name: "list",
|
|
7
|
-
dependencies: (
|
|
8
|
-
"checkbox",
|
|
9
|
-
"icon",
|
|
10
|
-
"no-data"
|
|
11
|
-
)
|
|
12
|
-
);
|
|
13
|
-
|
|
14
|
-
|
|
15
1
|
// Dependencies
|
|
16
|
-
@
|
|
17
|
-
@import "../no-data/_index.scss";
|
|
18
|
-
|
|
2
|
+
@use "../core/_index.scss" as *;
|
|
19
3
|
|
|
20
4
|
// Component
|
|
21
|
-
@
|
|
22
|
-
@
|
|
23
|
-
@
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
// Register
|
|
27
|
-
@import "../core/module-system/index.import.scss";
|
|
28
|
-
@include module-register( $_kendo-module-meta... );
|
|
29
|
-
|
|
5
|
+
@forward "./_variables.scss";
|
|
6
|
+
@use "./_layout.scss" as *;
|
|
7
|
+
@use "./_theme.scss" as *;
|
|
30
8
|
|
|
31
9
|
// Expose
|
|
32
10
|
@mixin kendo-list--styles() {
|
|
33
|
-
@include
|
|
11
|
+
@include import-once( "list" ) {
|
|
12
|
+
@include core-styles();
|
|
34
13
|
@include kendo-list--layout();
|
|
35
14
|
@include kendo-list--theme();
|
|
36
15
|
}
|
|
37
16
|
}
|
|
38
|
-
|
|
39
|
-
@if $kendo-auto-bootstrap {
|
|
40
|
-
@include kendo-list--styles();
|
|
41
|
-
}
|
package/scss/list/_layout.scss
CHANGED
package/scss/list/_theme.scss
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
@use "sass:math";
|
|
2
|
+
@use "../core/_index.scss" as *;
|
|
3
|
+
|
|
1
4
|
// List
|
|
2
5
|
|
|
3
6
|
/// The font family of the List components.
|
|
@@ -14,7 +17,7 @@ $kendo-list-lg-font-size: var( --kendo-font-size, inherit ) !default;
|
|
|
14
17
|
/// The line height of the List component, if no size is set.
|
|
15
18
|
/// @group list
|
|
16
19
|
$kendo-list-line-height: null !default;
|
|
17
|
-
$kendo-list-sm-line-height:
|
|
20
|
+
$kendo-list-sm-line-height: math.div( 20, 14 ) !default;
|
|
18
21
|
$kendo-list-md-line-height: var( --kendo-line-height, normal ) !default;
|
|
19
22
|
$kendo-list-lg-line-height: var( --kendo-line-height, normal ) !default;
|
|
20
23
|
|
|
@@ -54,6 +57,9 @@ $kendo-list-lg-header-line-height: null !default;
|
|
|
54
57
|
/// @group list
|
|
55
58
|
$kendo-list-header-font-weight: var( --kendo-font-weight-bold, normal ) !default;
|
|
56
59
|
|
|
60
|
+
/// The padding of the the List filter input.
|
|
61
|
+
/// @group list
|
|
62
|
+
$kendo-list-filter-padding: k-spacing(4) !default;
|
|
57
63
|
/// The horizontal padding of the List items, when no size is set.
|
|
58
64
|
/// @group list
|
|
59
65
|
$kendo-list-item-padding-x: null !default;
|
|
@@ -195,7 +201,7 @@ $kendo-list-header-text: null !default;
|
|
|
195
201
|
$kendo-list-header-border: inherit !default;
|
|
196
202
|
/// The box shadow of the List header.
|
|
197
203
|
/// @group list
|
|
198
|
-
$kendo-list-header-shadow:
|
|
204
|
+
$kendo-list-header-shadow: none !default;
|
|
199
205
|
|
|
200
206
|
|
|
201
207
|
/// The background color of the List items.
|
|
@@ -244,4 +250,92 @@ $kendo-list-group-item-shadow: null !default;
|
|
|
244
250
|
|
|
245
251
|
/// The color of the 'Option Label' text.
|
|
246
252
|
/// @group list
|
|
247
|
-
$kendo-list-option-label-text: $kendo-subtle-text !default;
|
|
253
|
+
$kendo-list-option-label-text: if($kendo-enable-color-system, k-color( subtle ) , $kendo-subtle-text) !default;
|
|
254
|
+
|
|
255
|
+
|
|
256
|
+
@forward "@progress/kendo-theme-default/scss/list/_variables.scss" with (
|
|
257
|
+
$kendo-list-font-family: $kendo-list-font-family,
|
|
258
|
+
$kendo-list-font-size: $kendo-list-font-size,
|
|
259
|
+
$kendo-list-sm-font-size: $kendo-list-sm-font-size,
|
|
260
|
+
$kendo-list-md-font-size: $kendo-list-md-font-size,
|
|
261
|
+
$kendo-list-lg-font-size: $kendo-list-lg-font-size,
|
|
262
|
+
$kendo-list-line-height: $kendo-list-line-height,
|
|
263
|
+
$kendo-list-sm-line-height: $kendo-list-sm-line-height,
|
|
264
|
+
$kendo-list-md-line-height: $kendo-list-md-line-height,
|
|
265
|
+
$kendo-list-lg-line-height: $kendo-list-lg-line-height,
|
|
266
|
+
$kendo-list-header-padding-x: $kendo-list-header-padding-x,
|
|
267
|
+
$kendo-list-sm-header-padding-x: $kendo-list-sm-header-padding-x,
|
|
268
|
+
$kendo-list-md-header-padding-x: $kendo-list-md-header-padding-x,
|
|
269
|
+
$kendo-list-lg-header-padding-x: $kendo-list-lg-header-padding-x,
|
|
270
|
+
$kendo-list-header-padding-y: $kendo-list-header-padding-y,
|
|
271
|
+
$kendo-list-sm-header-padding-y: $kendo-list-sm-header-padding-y,
|
|
272
|
+
$kendo-list-md-header-padding-y: $kendo-list-md-header-padding-y,
|
|
273
|
+
$kendo-list-lg-header-padding-y: $kendo-list-lg-header-padding-y,
|
|
274
|
+
$kendo-list-header-border-width: $kendo-list-header-border-width,
|
|
275
|
+
$kendo-list-header-font-size: $kendo-list-header-font-size,
|
|
276
|
+
$kendo-list-sm-header-font-size: $kendo-list-sm-header-font-size,
|
|
277
|
+
$kendo-list-md-header-font-size: $kendo-list-md-header-font-size,
|
|
278
|
+
$kendo-list-lg-header-font-size: $kendo-list-lg-header-font-size,
|
|
279
|
+
$kendo-list-header-line-height: $kendo-list-header-line-height,
|
|
280
|
+
$kendo-list-sm-header-line-height: $kendo-list-sm-header-line-height,
|
|
281
|
+
$kendo-list-md-header-line-height: $kendo-list-md-header-line-height,
|
|
282
|
+
$kendo-list-lg-header-line-height: $kendo-list-lg-header-line-height,
|
|
283
|
+
$kendo-list-header-font-weight: $kendo-list-header-font-weight,
|
|
284
|
+
$kendo-list-filter-padding: $kendo-list-filter-padding,
|
|
285
|
+
$kendo-list-item-padding-x: $kendo-list-item-padding-x,
|
|
286
|
+
$kendo-list-sm-item-padding-x: $kendo-list-sm-item-padding-x,
|
|
287
|
+
$kendo-list-md-item-padding-x: $kendo-list-md-item-padding-x,
|
|
288
|
+
$kendo-list-lg-item-padding-x: $kendo-list-lg-item-padding-x,
|
|
289
|
+
$kendo-list-item-padding-y: $kendo-list-item-padding-y,
|
|
290
|
+
$kendo-list-sm-item-padding-y: $kendo-list-sm-item-padding-y,
|
|
291
|
+
$kendo-list-md-item-padding-y: $kendo-list-md-item-padding-y,
|
|
292
|
+
$kendo-list-lg-item-padding-y: $kendo-list-lg-item-padding-y,
|
|
293
|
+
$kendo-list-item-font-size: $kendo-list-item-font-size,
|
|
294
|
+
$kendo-list-sm-item-font-size: $kendo-list-sm-item-font-size,
|
|
295
|
+
$kendo-list-md-item-font-size: $kendo-list-md-item-font-size,
|
|
296
|
+
$kendo-list-lg-item-font-size: $kendo-list-lg-item-font-size,
|
|
297
|
+
$kendo-list-item-line-height: $kendo-list-item-line-height,
|
|
298
|
+
$kendo-list-sm-item-line-height: $kendo-list-sm-item-line-height,
|
|
299
|
+
$kendo-list-md-item-line-height: $kendo-list-md-item-line-height,
|
|
300
|
+
$kendo-list-lg-item-line-height: $kendo-list-lg-item-line-height,
|
|
301
|
+
$kendo-list-group-item-padding-x: $kendo-list-group-item-padding-x,
|
|
302
|
+
$kendo-list-sm-group-item-padding-x: $kendo-list-sm-group-item-padding-x,
|
|
303
|
+
$kendo-list-md-group-item-padding-x: $kendo-list-md-group-item-padding-x,
|
|
304
|
+
$kendo-list-lg-group-item-padding-x: $kendo-list-lg-group-item-padding-x,
|
|
305
|
+
$kendo-list-group-item-padding-y: $kendo-list-group-item-padding-y,
|
|
306
|
+
$kendo-list-sm-group-item-padding-y: $kendo-list-sm-group-item-padding-y,
|
|
307
|
+
$kendo-list-md-group-item-padding-y: $kendo-list-md-group-item-padding-y,
|
|
308
|
+
$kendo-list-lg-group-item-padding-y: $kendo-list-lg-group-item-padding-y,
|
|
309
|
+
$kendo-list-group-item-border-width: $kendo-list-group-item-border-width,
|
|
310
|
+
$kendo-list-group-item-font-size: $kendo-list-group-item-font-size,
|
|
311
|
+
$kendo-list-sm-group-item-font-size: $kendo-list-sm-group-item-font-size,
|
|
312
|
+
$kendo-list-md-group-item-font-size: $kendo-list-md-group-item-font-size,
|
|
313
|
+
$kendo-list-lg-group-item-font-size: $kendo-list-lg-group-item-font-size,
|
|
314
|
+
$kendo-list-group-item-line-height: $kendo-list-group-item-line-height,
|
|
315
|
+
$kendo-list-sm-group-item-line-height: $kendo-list-sm-group-item-line-height,
|
|
316
|
+
$kendo-list-md-group-item-line-height: $kendo-list-md-group-item-line-height,
|
|
317
|
+
$kendo-list-lg-group-item-line-height: $kendo-list-lg-group-item-line-height,
|
|
318
|
+
$kendo-list-group-item-font-weight: $kendo-list-group-item-font-weight,
|
|
319
|
+
$kendo-list-sizes: $kendo-list-sizes,
|
|
320
|
+
$kendo-list-bg: $kendo-list-bg,
|
|
321
|
+
$kendo-list-text: $kendo-list-text,
|
|
322
|
+
$kendo-list-border: $kendo-list-border,
|
|
323
|
+
$kendo-list-header-bg: $kendo-list-header-bg,
|
|
324
|
+
$kendo-list-header-text: $kendo-list-header-text,
|
|
325
|
+
$kendo-list-header-border: $kendo-list-header-border,
|
|
326
|
+
$kendo-list-header-shadow: $kendo-list-header-shadow,
|
|
327
|
+
$kendo-list-item-bg: $kendo-list-item-bg,
|
|
328
|
+
$kendo-list-item-text: $kendo-list-item-text,
|
|
329
|
+
$kendo-list-item-hover-bg: $kendo-list-item-hover-bg,
|
|
330
|
+
$kendo-list-item-hover-text: $kendo-list-item-hover-text,
|
|
331
|
+
$kendo-list-item-focus-bg: $kendo-list-item-focus-bg,
|
|
332
|
+
$kendo-list-item-focus-text: $kendo-list-item-focus-text,
|
|
333
|
+
$kendo-list-item-focus-shadow: $kendo-list-item-focus-shadow,
|
|
334
|
+
$kendo-list-item-selected-bg: $kendo-list-item-selected-bg,
|
|
335
|
+
$kendo-list-item-selected-text: $kendo-list-item-selected-text,
|
|
336
|
+
$kendo-list-group-item-bg: $kendo-list-group-item-bg,
|
|
337
|
+
$kendo-list-group-item-text: $kendo-list-group-item-text,
|
|
338
|
+
$kendo-list-group-item-border: $kendo-list-group-item-border,
|
|
339
|
+
$kendo-list-group-item-shadow: $kendo-list-group-item-shadow,
|
|
340
|
+
$kendo-list-option-label-text: $kendo-list-option-label-text
|
|
341
|
+
);
|
package/scss/listbox/_index.scss
CHANGED
|
@@ -1,43 +1,24 @@
|
|
|
1
|
-
@import "../core/_index.scss";
|
|
2
|
-
|
|
3
|
-
// Module meta
|
|
4
|
-
$_kendo-module-meta: (
|
|
5
|
-
name: "listbox",
|
|
6
|
-
dependencies: (
|
|
7
|
-
"button",
|
|
8
|
-
"checkbox",
|
|
9
|
-
"icon",
|
|
10
|
-
"list"
|
|
11
|
-
)
|
|
12
|
-
);
|
|
13
|
-
|
|
14
|
-
|
|
15
1
|
// Dependencies
|
|
16
|
-
@
|
|
17
|
-
@
|
|
18
|
-
@
|
|
19
|
-
@
|
|
20
|
-
|
|
2
|
+
@use "../core/_index.scss" as *;
|
|
3
|
+
@use "../icons/_index.scss" as *;
|
|
4
|
+
@use "../button/_index.scss" as *;
|
|
5
|
+
@use "../popup/_index.scss" as *;
|
|
6
|
+
@use "../list/_index.scss" as *;
|
|
21
7
|
|
|
22
8
|
// Component
|
|
23
|
-
@
|
|
24
|
-
@
|
|
25
|
-
@
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
// Register
|
|
29
|
-
@import "../core/module-system/index.import.scss";
|
|
30
|
-
@include module-register( $_kendo-module-meta... );
|
|
31
|
-
|
|
9
|
+
@forward "./_variables.scss";
|
|
10
|
+
@use "./_layout.scss" as *;
|
|
11
|
+
@use "./_theme.scss" as *;
|
|
32
12
|
|
|
33
13
|
// Expose
|
|
34
14
|
@mixin kendo-listbox--styles() {
|
|
35
|
-
@include
|
|
15
|
+
@include import-once( "listbox" ) {
|
|
16
|
+
@include core-styles();
|
|
17
|
+
@include kendo-button--styles();
|
|
18
|
+
@include kendo-popup--styles();
|
|
19
|
+
@include kendo-list--styles();
|
|
20
|
+
@include kendo-icon--styles();
|
|
36
21
|
@include kendo-listbox--layout();
|
|
37
22
|
@include kendo-listbox--theme();
|
|
38
23
|
}
|
|
39
24
|
}
|
|
40
|
-
|
|
41
|
-
@if $kendo-auto-bootstrap {
|
|
42
|
-
@include kendo-listbox--styles();
|
|
43
|
-
}
|
package/scss/listbox/_theme.scss
CHANGED