@progress/kendo-theme-classic 9.1.1-dev.2 → 10.0.0-dev.1
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 -64666
- package/dist/classic-green-dark.css +1 -1
- package/dist/classic-green-dark.scss +36 -36
- package/dist/classic-green.css +1 -1
- package/dist/classic-green.scss +36 -36
- package/dist/classic-lavender-dark.css +1 -1
- package/dist/classic-lavender-dark.scss +44 -45
- package/dist/classic-lavender.css +1 -1
- package/dist/classic-lavender.scss +40 -41
- package/dist/classic-main-dark.css +1 -1
- package/dist/classic-main-dark.scss +36 -36
- package/dist/classic-main.css +1 -1
- package/dist/classic-main.scss +35 -33
- package/dist/classic-metro-dark.css +1 -1
- package/dist/classic-metro-dark.scss +45 -46
- package/dist/classic-metro.css +1 -1
- package/dist/classic-metro.scss +44 -45
- package/dist/classic-moonlight.css +1 -1
- package/dist/classic-moonlight.scss +44 -45
- package/dist/classic-opal-dark.css +1 -1
- package/dist/classic-opal-dark.scss +41 -41
- package/dist/classic-opal.css +1 -1
- package/dist/classic-opal.scss +36 -36
- package/dist/classic-silver-dark.css +1 -1
- package/dist/classic-silver-dark.scss +36 -36
- package/dist/classic-silver.css +1 -1
- package/dist/classic-silver.scss +36 -36
- package/dist/classic-uniform.css +1 -1
- package/dist/classic-uniform.scss +38 -38
- package/dist/meta/sassdoc-data.json +28989 -26537
- package/dist/meta/sassdoc-raw-data.json +14034 -13208
- package/dist/meta/variables.json +5969 -8336
- package/lib/swatches/classic-green-dark.json +2 -2
- package/lib/swatches/classic-green.json +2 -2
- package/lib/swatches/classic-lavender-dark.json +4 -9
- package/lib/swatches/classic-lavender.json +4 -9
- package/lib/swatches/classic-main-dark.json +2 -2
- package/lib/swatches/classic-main.json +2 -2
- package/lib/swatches/classic-metro-dark.json +4 -9
- package/lib/swatches/classic-metro.json +4 -9
- package/lib/swatches/classic-moonlight.json +4 -9
- package/lib/swatches/classic-opal-dark.json +2 -2
- package/lib/swatches/classic-opal.json +2 -2
- package/lib/swatches/classic-silver-dark.json +2 -2
- package/lib/swatches/classic-silver.json +2 -2
- package/lib/swatches/classic-uniform.json +2 -2
- package/package.json +5 -6
- package/scss/_variables.scss +0 -27
- package/scss/action-buttons/_index.scss +9 -31
- 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 -33
- package/scss/action-sheet/_layout.scss +1 -1
- package/scss/action-sheet/_theme.scss +1 -1
- package/scss/action-sheet/_variables.scss +69 -0
- 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 -0
- package/scss/all.scss +3 -6
- package/scss/appbar/_index.scss +6 -25
- 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 -36
- package/scss/autocomplete/_layout.scss +1 -1
- package/scss/autocomplete/_theme.scss +1 -1
- package/scss/avatar/_index.scss +6 -27
- package/scss/avatar/_layout.scss +1 -1
- package/scss/avatar/_theme.scss +1 -1
- package/scss/avatar/_variables.scss +11 -0
- package/scss/badge/_index.scss +8 -28
- package/scss/badge/_layout.scss +1 -1
- package/scss/badge/_theme.scss +1 -1
- package/scss/badge/_variables.scss +29 -0
- 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 +1 -1
- package/scss/breadcrumb/_theme.scss +1 -1
- package/scss/breadcrumb/_variables.scss +68 -0
- 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 +98 -1
- 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 +105 -3
- package/scss/captcha/_index.scss +17 -38
- 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 +61 -1
- 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 +72 -0
- package/scss/checkbox/_index.scss +6 -25
- package/scss/checkbox/_layout.scss +1 -1
- package/scss/checkbox/_theme.scss +1 -1
- package/scss/checkbox/_variables.scss +55 -2
- package/scss/chip/_index.scss +9 -30
- package/scss/chip/_layout.scss +1 -1
- package/scss/chip/_theme.scss +1 -1
- package/scss/chip/_variables.scss +55 -5
- 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 +52 -2
- 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 +48 -22
- package/scss/core/border-radii/index.import.scss +50 -1
- package/scss/core/color-system/_palettes.scss +17 -15
- package/scss/core/color-system/_swatch-legacy.scss +345 -74
- package/scss/core/color-system/_swatch.scss +150 -365
- package/scss/core/color-system/index.import.scss +1 -0
- package/scss/core/elevation/index.import.scss +46 -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 +184 -1
- 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 +117 -2
- 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 +41 -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 +40 -1
- 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 -36
- 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 +8 -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 +26 -0
- 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 +46 -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 -0
- package/scss/fab/_index.scss +13 -34
- package/scss/fab/_layout.scss +1 -1
- package/scss/fab/_theme.scss +1 -1
- package/scss/fab/_variables.scss +54 -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 +65 -0
- package/scss/filter/_index.scss +20 -41
- package/scss/filter/_layout.scss +1 -1
- package/scss/filter/_theme.scss +1 -1
- package/scss/filter/_variables.scss +16 -2
- 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 +21 -0
- package/scss/forms/_index.scss +11 -32
- package/scss/forms/_layout.scss +1 -1
- package/scss/forms/_theme.scss +1 -1
- package/scss/forms/_variables.scss +84 -6
- 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 -2
- package/scss/grid/_index.scss +51 -74
- package/scss/grid/_layout.scss +1 -1
- package/scss/grid/_theme.scss +1 -1
- package/scss/grid/_variables.scss +161 -10
- 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 +32 -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 +280 -122
- package/scss/input/_index.scss +8 -29
- package/scss/input/_layout.scss +1 -1
- package/scss/input/_theme.scss +1 -1
- package/scss/input/_variables.scss +138 -5
- 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 +95 -1
- package/scss/listbox/_index.scss +14 -34
- 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 +1 -1
- 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 +1 -1
- package/scss/menu/_theme.scss +1 -1
- package/scss/menu/_variables.scss +105 -7
- 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 +8 -0
- 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 +24 -14
- 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 +53 -1
- package/scss/overlay/_index.scss +6 -24
- 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 +1 -1
- package/scss/pager/_theme.scss +1 -1
- package/scss/pager/_variables.scss +52 -2
- 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 +27 -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 +50 -1
- package/scss/pivotgrid/_index.scss +17 -41
- package/scss/pivotgrid/_layout.scss +1 -1
- package/scss/pivotgrid/_theme.scss +1 -1
- package/scss/pivotgrid/_variables.scss +94 -2
- 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 +34 -1
- 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 +29 -0
- 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 -5
- 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 +1 -1
- package/scss/scheduler/_theme.scss +1 -1
- package/scss/scheduler/_variables.scss +121 -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 +1 -1
- package/scss/scrollview/_variables.scss +36 -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 +44 -0
- 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 +1 -1
- package/scss/spreadsheet/_theme.scss +1 -1
- package/scss/spreadsheet/_variables.scss +107 -0
- package/scss/stepper/_index.scss +10 -30
- package/scss/stepper/_layout.scss +1 -1
- package/scss/stepper/_theme.scss +1 -1
- package/scss/stepper/_variables.scss +78 -2
- 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 +66 -3
- package/scss/table/_index.scss +6 -25
- package/scss/table/_layout.scss +1 -1
- package/scss/table/_theme.scss +1 -1
- package/scss/table/_variables.scss +47 -1
- 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 +55 -0
- 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 +17 -0
- 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 -32
- package/scss/timeline/_layout.scss +1 -1
- package/scss/timeline/_theme.scss +1 -1
- package/scss/timeline/_variables.scss +60 -1
- 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 +45 -0
- package/scss/toolbar/_index.scss +15 -37
- package/scss/toolbar/_layout.scss +1 -1
- package/scss/toolbar/_theme.scss +1 -1
- package/scss/toolbar/_variables.scss +43 -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 +26 -16
- package/scss/treelist/_index.scss +10 -30
- package/scss/treelist/_layout.scss +1 -1
- package/scss/treelist/_theme.scss +1 -1
- package/scss/treelist/_variables.scss +8 -0
- package/scss/treeview/_index.scss +10 -30
- package/scss/treeview/_layout.scss +1 -1
- package/scss/treeview/_theme.scss +1 -1
- package/scss/treeview/_variables.scss +55 -0
- 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 +83 -1
- 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 +46 -0
- package/scss/utils/_index.scss +1 -1
- package/scss/validator/_index.scss +11 -27
- 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 +40 -4
- 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/core/module-system/index.import.scss +0 -1
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
@use "../core/_index.scss" as *;
|
|
2
|
+
@use "../core/functions/index.import.scss" as *;
|
|
3
|
+
@use "../button/_variables.scss" as *;
|
|
4
|
+
|
|
1
5
|
// Input
|
|
2
6
|
|
|
3
7
|
/// The default width of the Input components.
|
|
@@ -106,7 +110,7 @@ $kendo-input-bg: $kendo-component-bg !default;
|
|
|
106
110
|
$kendo-input-text: $kendo-component-text !default;
|
|
107
111
|
/// The border color of the Input components.
|
|
108
112
|
/// @group input
|
|
109
|
-
$kendo-input-border: $kendo-
|
|
113
|
+
$kendo-input-border: $kendo-component-border !default;
|
|
110
114
|
/// The shadow of the Input components.
|
|
111
115
|
/// @group input
|
|
112
116
|
$kendo-input-shadow: null !default;
|
|
@@ -119,7 +123,7 @@ $kendo-input-hover-bg: null !default;
|
|
|
119
123
|
$kendo-input-hover-text: null !default;
|
|
120
124
|
/// The border color of the hovered Input components.
|
|
121
125
|
/// @group input
|
|
122
|
-
$kendo-input-hover-border: $kendo-
|
|
126
|
+
$kendo-input-hover-border: if($kendo-enable-color-system, k-color( border-alt ), k-try-shade( $kendo-button-bg, 3 )) !default;
|
|
123
127
|
/// The shadow of the hovered Input components.
|
|
124
128
|
/// @group input
|
|
125
129
|
$kendo-input-hover-shadow: null !default;
|
|
@@ -165,7 +169,7 @@ $kendo-input-disabled-shadow: null !default;
|
|
|
165
169
|
$kendo-input-outline-bg: null !default;
|
|
166
170
|
/// The text color of the outline Input components.
|
|
167
171
|
/// @group input
|
|
168
|
-
$kendo-input-outline-text:
|
|
172
|
+
$kendo-input-outline-text: unset !default;
|
|
169
173
|
/// The border color of the outline Input components.
|
|
170
174
|
/// @group input
|
|
171
175
|
$kendo-input-outline-border: if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 50%, transparent), rgba( $kendo-button-text, .5)) !default;
|
|
@@ -257,13 +261,13 @@ $kendo-input-values-margin-x: $kendo-input-values-margin-y !default;
|
|
|
257
261
|
|
|
258
262
|
/// The width of the Input button.
|
|
259
263
|
/// @group input
|
|
260
|
-
$kendo-input-button-width:
|
|
264
|
+
$kendo-input-button-width: unset !default;
|
|
261
265
|
/// The border width of the Input button.
|
|
262
266
|
/// @group input
|
|
263
267
|
$kendo-input-button-border-width: 1px !default;
|
|
264
268
|
/// The width of the Input spinner button.
|
|
265
269
|
/// @group input
|
|
266
|
-
$kendo-input-spinner-width:
|
|
270
|
+
$kendo-input-spinner-width: unset !default;
|
|
267
271
|
/// The icon offset of the Input spinner button.
|
|
268
272
|
/// @group input
|
|
269
273
|
$kendo-input-spinner-icon-offset: null !default;
|
|
@@ -441,3 +445,132 @@ $kendo-picker-flat-hover-focus-text: null !default;
|
|
|
441
445
|
$kendo-picker-flat-hover-focus-border: null !default;
|
|
442
446
|
|
|
443
447
|
|
|
448
|
+
|
|
449
|
+
|
|
450
|
+
@forward "@progress/kendo-theme-default/scss/input/_variables.scss" with (
|
|
451
|
+
$kendo-input-default-width: $kendo-input-default-width,
|
|
452
|
+
$kendo-input-border-width: $kendo-input-border-width,
|
|
453
|
+
$kendo-input-border-height: $kendo-input-border-height,
|
|
454
|
+
$kendo-input-border-radius: $kendo-input-border-radius,
|
|
455
|
+
$kendo-input-padding-x: $kendo-input-padding-x,
|
|
456
|
+
$kendo-input-sm-padding-x: $kendo-input-sm-padding-x,
|
|
457
|
+
$kendo-input-md-padding-x: $kendo-input-md-padding-x,
|
|
458
|
+
$kendo-input-lg-padding-x: $kendo-input-lg-padding-x,
|
|
459
|
+
$kendo-input-padding-y: $kendo-input-padding-y,
|
|
460
|
+
$kendo-input-sm-padding-y: $kendo-input-sm-padding-y,
|
|
461
|
+
$kendo-input-md-padding-y: $kendo-input-md-padding-y,
|
|
462
|
+
$kendo-input-lg-padding-y: $kendo-input-lg-padding-y,
|
|
463
|
+
$kendo-input-font-family: $kendo-input-font-family,
|
|
464
|
+
$kendo-input-font-size: $kendo-input-font-size,
|
|
465
|
+
$kendo-input-sm-font-size: $kendo-input-sm-font-size,
|
|
466
|
+
$kendo-input-md-font-size: $kendo-input-md-font-size,
|
|
467
|
+
$kendo-input-lg-font-size: $kendo-input-lg-font-size,
|
|
468
|
+
$kendo-input-line-height: $kendo-input-line-height,
|
|
469
|
+
$kendo-input-sm-line-height: $kendo-input-sm-line-height,
|
|
470
|
+
$kendo-input-md-line-height: $kendo-input-md-line-height,
|
|
471
|
+
$kendo-input-lg-line-height: $kendo-input-lg-line-height,
|
|
472
|
+
$kendo-input-sizes: $kendo-input-sizes,
|
|
473
|
+
$kendo-input-bg: $kendo-input-bg,
|
|
474
|
+
$kendo-input-text: $kendo-input-text,
|
|
475
|
+
$kendo-input-border: $kendo-input-border,
|
|
476
|
+
$kendo-input-shadow: $kendo-input-shadow,
|
|
477
|
+
$kendo-input-hover-bg: $kendo-input-hover-bg,
|
|
478
|
+
$kendo-input-hover-text: $kendo-input-hover-text,
|
|
479
|
+
$kendo-input-hover-border: $kendo-input-hover-border,
|
|
480
|
+
$kendo-input-hover-shadow: $kendo-input-hover-shadow,
|
|
481
|
+
$kendo-input-focus-bg: $kendo-input-focus-bg,
|
|
482
|
+
$kendo-input-focus-text: $kendo-input-focus-text,
|
|
483
|
+
$kendo-input-focus-border: $kendo-input-focus-border,
|
|
484
|
+
$kendo-input-focus-shadow: $kendo-input-focus-shadow,
|
|
485
|
+
$kendo-input-selected-bg: $kendo-input-selected-bg,
|
|
486
|
+
$kendo-input-selected-text: $kendo-input-selected-text,
|
|
487
|
+
$kendo-input-disabled-bg: $kendo-input-disabled-bg,
|
|
488
|
+
$kendo-input-disabled-text: $kendo-input-disabled-text,
|
|
489
|
+
$kendo-input-disabled-border: $kendo-input-disabled-border,
|
|
490
|
+
$kendo-input-disabled-gradient: $kendo-input-disabled-gradient,
|
|
491
|
+
$kendo-input-disabled-shadow: $kendo-input-disabled-shadow,
|
|
492
|
+
$kendo-input-outline-bg: $kendo-input-outline-bg,
|
|
493
|
+
$kendo-input-outline-text: $kendo-input-outline-text,
|
|
494
|
+
$kendo-input-outline-border: $kendo-input-outline-border,
|
|
495
|
+
$kendo-input-outline-hover-bg: $kendo-input-outline-hover-bg,
|
|
496
|
+
$kendo-input-outline-hover-text: $kendo-input-outline-hover-text,
|
|
497
|
+
$kendo-input-outline-hover-border: $kendo-input-outline-hover-border,
|
|
498
|
+
$kendo-input-outline-focus-bg: $kendo-input-outline-focus-bg,
|
|
499
|
+
$kendo-input-outline-focus-text: $kendo-input-outline-focus-text,
|
|
500
|
+
$kendo-input-outline-focus-border: $kendo-input-outline-focus-border,
|
|
501
|
+
$kendo-input-outline-focus-shadow: $kendo-input-outline-focus-shadow,
|
|
502
|
+
$kendo-input-flat-bg: $kendo-input-flat-bg,
|
|
503
|
+
$kendo-input-flat-text: $kendo-input-flat-text,
|
|
504
|
+
$kendo-input-flat-border: $kendo-input-flat-border,
|
|
505
|
+
$kendo-input-flat-hover-bg: $kendo-input-flat-hover-bg,
|
|
506
|
+
$kendo-input-flat-hover-text: $kendo-input-flat-hover-text,
|
|
507
|
+
$kendo-input-flat-hover-border: $kendo-input-flat-hover-border,
|
|
508
|
+
$kendo-input-flat-focus-bg: $kendo-input-flat-focus-bg,
|
|
509
|
+
$kendo-input-flat-focus-text: $kendo-input-flat-focus-text,
|
|
510
|
+
$kendo-input-flat-focus-border: $kendo-input-flat-focus-border,
|
|
511
|
+
$kendo-input-flat-focus-shadow: $kendo-input-flat-focus-shadow,
|
|
512
|
+
$kendo-input-placeholder-text: $kendo-input-placeholder-text,
|
|
513
|
+
$kendo-input-placeholder-opacity: $kendo-input-placeholder-opacity,
|
|
514
|
+
$kendo-input-clear-value-text: $kendo-input-clear-value-text,
|
|
515
|
+
$kendo-input-clear-value-opacity: $kendo-input-clear-value-opacity,
|
|
516
|
+
$kendo-input-clear-value-hover-text: $kendo-input-clear-value-hover-text,
|
|
517
|
+
$kendo-input-clear-value-hover-opacity: $kendo-input-clear-value-hover-opacity,
|
|
518
|
+
$kendo-input-values-margin-y: $kendo-input-values-margin-y,
|
|
519
|
+
$kendo-input-values-margin-x: $kendo-input-values-margin-x,
|
|
520
|
+
$kendo-input-button-width: $kendo-input-button-width,
|
|
521
|
+
$kendo-input-button-border-width: $kendo-input-button-border-width,
|
|
522
|
+
$kendo-input-spinner-width: $kendo-input-spinner-width,
|
|
523
|
+
$kendo-input-spinner-icon-offset: $kendo-input-spinner-icon-offset,
|
|
524
|
+
$kendo-input-separator-text: $kendo-input-separator-text,
|
|
525
|
+
$kendo-input-separator-opacity: $kendo-input-separator-opacity,
|
|
526
|
+
$kendo-input-prefix-text: $kendo-input-prefix-text,
|
|
527
|
+
$kendo-input-suffix-text: $kendo-input-suffix-text,
|
|
528
|
+
$kendo-input-invalid-border: $kendo-input-invalid-border,
|
|
529
|
+
$kendo-input-invalid-shadow: $kendo-input-invalid-shadow,
|
|
530
|
+
$kendo-picker-bg: $kendo-picker-bg,
|
|
531
|
+
$kendo-picker-text: $kendo-picker-text,
|
|
532
|
+
$kendo-picker-border: $kendo-picker-border,
|
|
533
|
+
$kendo-picker-gradient: $kendo-picker-gradient,
|
|
534
|
+
$kendo-picker-shadow: $kendo-picker-shadow,
|
|
535
|
+
$kendo-picker-hover-bg: $kendo-picker-hover-bg,
|
|
536
|
+
$kendo-picker-hover-text: $kendo-picker-hover-text,
|
|
537
|
+
$kendo-picker-hover-border: $kendo-picker-hover-border,
|
|
538
|
+
$kendo-picker-hover-gradient: $kendo-picker-hover-gradient,
|
|
539
|
+
$kendo-picker-hover-shadow: $kendo-picker-hover-shadow,
|
|
540
|
+
$kendo-picker-focus-bg: $kendo-picker-focus-bg,
|
|
541
|
+
$kendo-picker-focus-text: $kendo-picker-focus-text,
|
|
542
|
+
$kendo-picker-focus-border: $kendo-picker-focus-border,
|
|
543
|
+
$kendo-picker-focus-gradient: $kendo-picker-focus-gradient,
|
|
544
|
+
$kendo-picker-focus-shadow: $kendo-picker-focus-shadow,
|
|
545
|
+
$kendo-picker-disabled-bg: $kendo-picker-disabled-bg,
|
|
546
|
+
$kendo-picker-disabled-text: $kendo-picker-disabled-text,
|
|
547
|
+
$kendo-picker-disabled-border: $kendo-picker-disabled-border,
|
|
548
|
+
$kendo-picker-disabled-gradient: $kendo-picker-disabled-gradient,
|
|
549
|
+
$kendo-picker-disabled-shadow: $kendo-picker-disabled-shadow,
|
|
550
|
+
$kendo-picker-outline-bg: $kendo-picker-outline-bg,
|
|
551
|
+
$kendo-picker-outline-text: $kendo-picker-outline-text,
|
|
552
|
+
$kendo-picker-outline-border: $kendo-picker-outline-border,
|
|
553
|
+
$kendo-picker-outline-hover-bg: $kendo-picker-outline-hover-bg,
|
|
554
|
+
$kendo-picker-outline-hover-text: $kendo-picker-outline-hover-text,
|
|
555
|
+
$kendo-picker-outline-hover-border: $kendo-picker-outline-hover-border,
|
|
556
|
+
$kendo-picker-outline-focus-bg: $kendo-picker-outline-focus-bg,
|
|
557
|
+
$kendo-picker-outline-focus-text: $kendo-picker-outline-focus-text,
|
|
558
|
+
$kendo-picker-outline-focus-border: $kendo-picker-outline-focus-border,
|
|
559
|
+
$kendo-picker-outline-focus-shadow: $kendo-picker-outline-focus-shadow,
|
|
560
|
+
$kendo-picker-outline-hover-focus-bg: $kendo-picker-outline-hover-focus-bg,
|
|
561
|
+
$kendo-picker-outline-hover-focus-text: $kendo-picker-outline-hover-focus-text,
|
|
562
|
+
$kendo-picker-outline-hover-focus-border: $kendo-picker-outline-hover-focus-border,
|
|
563
|
+
$kendo-picker-flat-bg: $kendo-picker-flat-bg,
|
|
564
|
+
$kendo-picker-flat-text: $kendo-picker-flat-text,
|
|
565
|
+
$kendo-picker-flat-border: $kendo-picker-flat-border,
|
|
566
|
+
$kendo-picker-flat-hover-bg: $kendo-picker-flat-hover-bg,
|
|
567
|
+
$kendo-picker-flat-hover-text: $kendo-picker-flat-hover-text,
|
|
568
|
+
$kendo-picker-flat-hover-border: $kendo-picker-flat-hover-border,
|
|
569
|
+
$kendo-picker-flat-focus-bg: $kendo-picker-flat-focus-bg,
|
|
570
|
+
$kendo-picker-flat-focus-text: $kendo-picker-flat-focus-text,
|
|
571
|
+
$kendo-picker-flat-focus-border: $kendo-picker-flat-focus-border,
|
|
572
|
+
$kendo-picker-flat-focus-shadow: $kendo-picker-flat-focus-shadow,
|
|
573
|
+
$kendo-picker-flat-hover-focus-bg: $kendo-picker-flat-hover-focus-bg,
|
|
574
|
+
$kendo-picker-flat-hover-focus-text: $kendo-picker-flat-hover-focus-text,
|
|
575
|
+
$kendo-picker-flat-hover-focus-border: $kendo-picker-flat-hover-focus-border
|
|
576
|
+
);
|
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,5 @@
|
|
|
1
|
+
@use "../core/_index.scss" as *;
|
|
2
|
+
|
|
1
3
|
// List
|
|
2
4
|
|
|
3
5
|
/// The font family of the List components.
|
|
@@ -54,6 +56,10 @@ $kendo-list-lg-header-line-height: null !default;
|
|
|
54
56
|
/// @group list
|
|
55
57
|
$kendo-list-header-font-weight: var( --kendo-font-weight-bold, normal ) !default;
|
|
56
58
|
|
|
59
|
+
/// The padding of the the List filter input.
|
|
60
|
+
/// @group list
|
|
61
|
+
$kendo-list-filter-padding: k-spacing(2) !default;
|
|
62
|
+
|
|
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.
|
|
@@ -245,3 +251,91 @@ $kendo-list-group-item-shadow: null !default;
|
|
|
245
251
|
/// The color of the 'Option Label' text.
|
|
246
252
|
/// @group list
|
|
247
253
|
$kendo-list-option-label-text: $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,44 +1,24 @@
|
|
|
1
|
-
@import "../core/_index.scss";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
// Module meta
|
|
5
|
-
$_kendo-module-meta: (
|
|
6
|
-
name: "listbox",
|
|
7
|
-
dependencies: (
|
|
8
|
-
"button",
|
|
9
|
-
"checkbox",
|
|
10
|
-
"icon",
|
|
11
|
-
"list"
|
|
12
|
-
)
|
|
13
|
-
);
|
|
14
|
-
|
|
15
|
-
|
|
16
1
|
// Dependencies
|
|
17
|
-
@
|
|
18
|
-
@
|
|
19
|
-
@
|
|
20
|
-
@
|
|
21
|
-
|
|
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 *;
|
|
22
7
|
|
|
23
8
|
// Component
|
|
24
|
-
@
|
|
25
|
-
@
|
|
26
|
-
@
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
// Register
|
|
30
|
-
@import "../core/module-system/index.import.scss";
|
|
31
|
-
@include module-register( $_kendo-module-meta... );
|
|
32
|
-
|
|
9
|
+
@forward "./_variables.scss";
|
|
10
|
+
@use "./_layout.scss" as *;
|
|
11
|
+
@use "./_theme.scss" as *;
|
|
33
12
|
|
|
34
13
|
// Expose
|
|
35
14
|
@mixin kendo-listbox--styles() {
|
|
36
|
-
@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();
|
|
37
21
|
@include kendo-listbox--layout();
|
|
38
22
|
@include kendo-listbox--theme();
|
|
39
23
|
}
|
|
40
24
|
}
|
|
41
|
-
|
|
42
|
-
@if $kendo-auto-bootstrap {
|
|
43
|
-
@include kendo-listbox--styles();
|
|
44
|
-
}
|
package/scss/listbox/_theme.scss
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
@use "../core/_index.scss" as *;
|
|
2
|
+
|
|
1
3
|
// ListBox
|
|
2
4
|
|
|
3
5
|
/// The spacing between the ListBox elements.
|
|
@@ -48,3 +50,22 @@ $kendo-listbox-drop-hint-width: 1px !default;
|
|
|
48
50
|
/// The width of the border around the ListBox drop hint.
|
|
49
51
|
/// @group listbox
|
|
50
52
|
$kendo-listbox-drop-hint-border-width: null !default;
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
@forward "@progress/kendo-theme-default/scss/listbox/_variables.scss" with (
|
|
56
|
+
$kendo-listbox-spacing: $kendo-listbox-spacing,
|
|
57
|
+
$kendo-listbox-button-spacing: $kendo-listbox-button-spacing,
|
|
58
|
+
$kendo-listbox-width: $kendo-listbox-width,
|
|
59
|
+
$kendo-listbox-default-height: $kendo-listbox-default-height,
|
|
60
|
+
$kendo-listbox-border-width: $kendo-listbox-border-width,
|
|
61
|
+
$kendo-listbox-font-family: $kendo-listbox-font-family,
|
|
62
|
+
$kendo-listbox-font-size: $kendo-listbox-font-size,
|
|
63
|
+
$kendo-listbox-line-height: $kendo-listbox-line-height,
|
|
64
|
+
$kendo-listbox-text: $kendo-listbox-text,
|
|
65
|
+
$kendo-listbox-bg: $kendo-listbox-bg,
|
|
66
|
+
$kendo-listbox-border: $kendo-listbox-border,
|
|
67
|
+
$kendo-listbox-item-padding-x: $kendo-listbox-item-padding-x,
|
|
68
|
+
$kendo-listbox-item-padding-y: $kendo-listbox-item-padding-y,
|
|
69
|
+
$kendo-listbox-drop-hint-width: $kendo-listbox-drop-hint-width,
|
|
70
|
+
$kendo-listbox-drop-hint-border-width: $kendo-listbox-drop-hint-border-width
|
|
71
|
+
);
|
|
@@ -1,38 +1,18 @@
|
|
|
1
|
-
@import "../core/_index.scss";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
// Module meta
|
|
5
|
-
$_kendo-module-meta: (
|
|
6
|
-
name: "listgroup",
|
|
7
|
-
dependencies: (
|
|
8
|
-
"icon"
|
|
9
|
-
)
|
|
10
|
-
);
|
|
11
|
-
|
|
12
|
-
|
|
13
1
|
// Dependencies
|
|
14
|
-
@
|
|
15
|
-
|
|
2
|
+
@use "../core/_index.scss" as *;
|
|
3
|
+
@use "../icons/_index.scss" as *;
|
|
16
4
|
|
|
17
5
|
// Component
|
|
18
|
-
@
|
|
19
|
-
@
|
|
20
|
-
@
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
// Register
|
|
24
|
-
@import "../core/module-system/index.import.scss";
|
|
25
|
-
@include module-register( $_kendo-module-meta... );
|
|
26
|
-
|
|
6
|
+
@forward "./_variables.scss";
|
|
7
|
+
@use "./_layout.scss" as *;
|
|
8
|
+
@use "./_theme.scss" as *;
|
|
27
9
|
|
|
28
10
|
// Expose
|
|
29
11
|
@mixin kendo-listgroup--styles() {
|
|
30
|
-
@include
|
|
12
|
+
@include import-once( "listgroup" ) {
|
|
13
|
+
@include core-styles();
|
|
14
|
+
@include kendo-icon--styles();
|
|
31
15
|
@include kendo-listgroup--layout();
|
|
32
16
|
@include kendo-listgroup--theme();
|
|
33
17
|
}
|
|
34
18
|
}
|
|
35
|
-
|
|
36
|
-
@if $kendo-auto-bootstrap {
|
|
37
|
-
@include kendo-listgroup--styles();
|
|
38
|
-
}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
@use "../core/_index.scss" as *;
|
|
2
|
+
|
|
1
3
|
// Listgroup
|
|
2
4
|
$kendo-listgroup-border-width: 1px !default;
|
|
3
5
|
$kendo-listgroup-border-radius: k-border-radius(md) !default;
|
|
@@ -12,3 +14,17 @@ $kendo-listgroup-border: $kendo-component-border !default;
|
|
|
12
14
|
$kendo-listgroup-item-padding-x: k-spacing(2) !default;
|
|
13
15
|
$kendo-listgroup-item-padding-y: k-spacing(2) !default;
|
|
14
16
|
$kendo-listgroup-item-border-width: 1px !default;
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
@forward "@progress/kendo-theme-default/scss/listgroup/_variables.scss" with (
|
|
20
|
+
$kendo-listgroup-border-width: $kendo-listgroup-border-width,
|
|
21
|
+
$kendo-listgroup-border-radius: $kendo-listgroup-border-radius,
|
|
22
|
+
$kendo-listgroup-font-size: $kendo-listgroup-font-size,
|
|
23
|
+
$kendo-listgroup-line-height: $kendo-listgroup-line-height,
|
|
24
|
+
$kendo-listgroup-bg: $kendo-listgroup-bg,
|
|
25
|
+
$kendo-listgroup-text: $kendo-listgroup-text,
|
|
26
|
+
$kendo-listgroup-border: $kendo-listgroup-border,
|
|
27
|
+
$kendo-listgroup-item-padding-x: $kendo-listgroup-item-padding-x,
|
|
28
|
+
$kendo-listgroup-item-padding-y: $kendo-listgroup-item-padding-y,
|
|
29
|
+
$kendo-listgroup-item-border-width: $kendo-listgroup-item-border-width
|
|
30
|
+
);
|
|
@@ -1,36 +1,20 @@
|
|
|
1
|
-
@import "../core/_index.scss";
|
|
2
|
-
@import "../utils/_index.scss";
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
// Module meta
|
|
6
|
-
$_kendo-module-meta: (
|
|
7
|
-
name: "listview",
|
|
8
|
-
dependencies: (
|
|
9
|
-
"icon",
|
|
10
|
-
"pager"
|
|
11
|
-
)
|
|
12
|
-
);
|
|
13
|
-
|
|
14
|
-
|
|
15
1
|
// Dependencies
|
|
16
|
-
@
|
|
17
|
-
@
|
|
18
|
-
|
|
2
|
+
@use "../core/_index.scss" as *;
|
|
3
|
+
@use "../icons/_index.scss" as *;
|
|
4
|
+
@use "../utils/_index.scss" as *;
|
|
5
|
+
@use "../pager/_index.scss" as *;
|
|
19
6
|
|
|
20
7
|
// Component
|
|
21
|
-
@
|
|
22
|
-
@
|
|
23
|
-
@
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
// Register
|
|
27
|
-
@import "../core/module-system/index.import.scss";
|
|
28
|
-
@include module-register( $_kendo-module-meta... );
|
|
29
|
-
|
|
8
|
+
@forward "./_variables.scss";
|
|
9
|
+
@use "./_layout.scss" as *;
|
|
10
|
+
@use "./_theme.scss" as *;
|
|
30
11
|
|
|
31
12
|
// Expose
|
|
32
13
|
@mixin kendo-listview--styles() {
|
|
33
|
-
@include
|
|
14
|
+
@include import-once( "listview" ) {
|
|
15
|
+
@include core-styles();
|
|
16
|
+
@include kendo-pager--styles();
|
|
17
|
+
@include kendo-icon--styles();
|
|
34
18
|
@include kendo-listview--layout();
|
|
35
19
|
@include kendo-listview--theme();
|
|
36
20
|
@include kendo-utils--layout--display();
|
|
@@ -39,7 +23,3 @@ $_kendo-module-meta: (
|
|
|
39
23
|
@include kendo-utils--flex-grid--flex-wrap();
|
|
40
24
|
}
|
|
41
25
|
}
|
|
42
|
-
|
|
43
|
-
@if $kendo-auto-bootstrap {
|
|
44
|
-
@include kendo-listview--styles();
|
|
45
|
-
}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
@use "../core/_index.scss" as *;
|
|
2
|
+
|
|
1
3
|
// ListView
|
|
2
4
|
|
|
3
5
|
/// The horizontal padding of the ListView.
|
|
@@ -58,3 +60,25 @@ $kendo-listview-item-focus-border: null !default;
|
|
|
58
60
|
/// The box shadow of the focused ListView items.
|
|
59
61
|
/// @group listview
|
|
60
62
|
$kendo-listview-item-focus-shadow: inset 0 0 0 2px rgba( black, .13 ) !default;
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
@forward "@progress/kendo-theme-default/scss/listview/_variables.scss" with (
|
|
66
|
+
$kendo-listview-padding-x: $kendo-listview-padding-x,
|
|
67
|
+
$kendo-listview-padding-y: $kendo-listview-padding-y,
|
|
68
|
+
$kendo-listview-border-width: $kendo-listview-border-width,
|
|
69
|
+
$kendo-listview-font-family: $kendo-listview-font-family,
|
|
70
|
+
$kendo-listview-font-size: $kendo-listview-font-size,
|
|
71
|
+
$kendo-listview-line-height: $kendo-listview-line-height,
|
|
72
|
+
$kendo-listview-text: $kendo-listview-text,
|
|
73
|
+
$kendo-listview-bg: $kendo-listview-bg,
|
|
74
|
+
$kendo-listview-border: $kendo-listview-border,
|
|
75
|
+
$kendo-listview-item-padding-x: $kendo-listview-item-padding-x,
|
|
76
|
+
$kendo-listview-item-padding-y: $kendo-listview-item-padding-y,
|
|
77
|
+
$kendo-listview-item-selected-text: $kendo-listview-item-selected-text,
|
|
78
|
+
$kendo-listview-item-selected-bg: $kendo-listview-item-selected-bg,
|
|
79
|
+
$kendo-listview-item-selected-border: $kendo-listview-item-selected-border,
|
|
80
|
+
$kendo-listview-item-focus-text: $kendo-listview-item-focus-text,
|
|
81
|
+
$kendo-listview-item-focus-bg: $kendo-listview-item-focus-bg,
|
|
82
|
+
$kendo-listview-item-focus-border: $kendo-listview-item-focus-border,
|
|
83
|
+
$kendo-listview-item-focus-shadow: $kendo-listview-item-focus-shadow
|
|
84
|
+
);
|