@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
package/scss/radio/_index.scss
CHANGED
|
@@ -1,35 +1,16 @@
|
|
|
1
|
-
@import "../core/_index.scss";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
// Module meta
|
|
5
|
-
$_kendo-module-meta: (
|
|
6
|
-
name: "radio",
|
|
7
|
-
dependencies: ()
|
|
8
|
-
);
|
|
9
|
-
|
|
10
|
-
|
|
11
1
|
// Dependencies
|
|
12
|
-
|
|
2
|
+
@use "../core/_index.scss" as *;
|
|
13
3
|
|
|
14
4
|
// Component
|
|
15
|
-
@
|
|
16
|
-
@
|
|
17
|
-
@
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
// Register
|
|
21
|
-
@import "../core/module-system/index.import.scss";
|
|
22
|
-
@include module-register( $_kendo-module-meta... );
|
|
23
|
-
|
|
5
|
+
@forward "./_variables.scss";
|
|
6
|
+
@use "./_layout.scss" as *;
|
|
7
|
+
@use "./_theme.scss" as *;
|
|
24
8
|
|
|
25
9
|
// Expose
|
|
26
10
|
@mixin kendo-radio--styles() {
|
|
27
|
-
@include
|
|
11
|
+
@include import-once( "radio" ) {
|
|
12
|
+
@include core-styles();
|
|
28
13
|
@include kendo-radio--layout();
|
|
29
14
|
@include kendo-radio--theme();
|
|
30
15
|
}
|
|
31
16
|
}
|
|
32
|
-
|
|
33
|
-
@if $kendo-auto-bootstrap {
|
|
34
|
-
@include kendo-radio--styles();
|
|
35
|
-
}
|
package/scss/radio/_layout.scss
CHANGED
package/scss/radio/_theme.scss
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
3
|
-
|
|
1
|
+
@use "../core/_index.scss" as *;
|
|
2
|
+
@use "../core/functions/index.import.scss" as *;
|
|
3
|
+
@use "../list/_variables.scss" as *;
|
|
4
|
+
@use "../checkbox/_variables.scss" as *;
|
|
4
5
|
|
|
5
6
|
// Radio button
|
|
6
7
|
|
|
@@ -185,3 +186,52 @@ $kendo-radio-ripple-bg: $kendo-radio-checked-bg !default;
|
|
|
185
186
|
/// The opacity of the RadioButton ripple.
|
|
186
187
|
/// @group radio
|
|
187
188
|
$kendo-radio-ripple-opacity: .25 !default;
|
|
189
|
+
|
|
190
|
+
|
|
191
|
+
@forward "@progress/kendo-theme-default/scss/radio/_variables.scss" with (
|
|
192
|
+
$kendo-radio-radius: $kendo-radio-radius,
|
|
193
|
+
$kendo-radio-border-width: $kendo-radio-border-width,
|
|
194
|
+
$kendo-radio-sm-size: $kendo-radio-sm-size,
|
|
195
|
+
$kendo-radio-md-size: $kendo-radio-md-size,
|
|
196
|
+
$kendo-radio-lg-size: $kendo-radio-lg-size,
|
|
197
|
+
$kendo-radio-sm-glyph-size: $kendo-radio-sm-glyph-size,
|
|
198
|
+
$kendo-radio-md-glyph-size: $kendo-radio-md-glyph-size,
|
|
199
|
+
$kendo-radio-lg-glyph-size: $kendo-radio-lg-glyph-size,
|
|
200
|
+
$kendo-radio-sm-ripple-size: $kendo-radio-sm-ripple-size,
|
|
201
|
+
$kendo-radio-md-ripple-size: $kendo-radio-md-ripple-size,
|
|
202
|
+
$kendo-radio-lg-ripple-size: $kendo-radio-lg-ripple-size,
|
|
203
|
+
$kendo-radio-sizes: $kendo-radio-sizes,
|
|
204
|
+
$kendo-radio-bg: $kendo-radio-bg,
|
|
205
|
+
$kendo-radio-text: $kendo-radio-text,
|
|
206
|
+
$kendo-radio-border: $kendo-radio-border,
|
|
207
|
+
$kendo-radio-hover-bg: $kendo-radio-hover-bg,
|
|
208
|
+
$kendo-radio-hover-text: $kendo-radio-hover-text,
|
|
209
|
+
$kendo-radio-hover-border: $kendo-radio-hover-border,
|
|
210
|
+
$kendo-radio-checked-bg: $kendo-radio-checked-bg,
|
|
211
|
+
$kendo-radio-checked-text: $kendo-radio-checked-text,
|
|
212
|
+
$kendo-radio-checked-border: $kendo-radio-checked-border,
|
|
213
|
+
$kendo-radio-focus-border: $kendo-radio-focus-border,
|
|
214
|
+
$kendo-radio-focus-shadow: $kendo-radio-focus-shadow,
|
|
215
|
+
$kendo-radio-focus-checked-border: $kendo-radio-focus-checked-border,
|
|
216
|
+
$kendo-radio-focus-checked-shadow: $kendo-radio-focus-checked-shadow,
|
|
217
|
+
$kendo-radio-disabled-bg: $kendo-radio-disabled-bg,
|
|
218
|
+
$kendo-radio-disabled-text: $kendo-radio-disabled-text,
|
|
219
|
+
$kendo-radio-disabled-border: $kendo-radio-disabled-border,
|
|
220
|
+
$kendo-radio-disabled-checked-bg: $kendo-radio-disabled-checked-bg,
|
|
221
|
+
$kendo-radio-disabled-checked-text: $kendo-radio-disabled-checked-text,
|
|
222
|
+
$kendo-radio-disabled-checked-border: $kendo-radio-disabled-checked-border,
|
|
223
|
+
$kendo-radio-invalid-bg: $kendo-radio-invalid-bg,
|
|
224
|
+
$kendo-radio-invalid-text: $kendo-radio-invalid-text,
|
|
225
|
+
$kendo-radio-invalid-border: $kendo-radio-invalid-border,
|
|
226
|
+
$kendo-radio-indicator-type: $kendo-radio-indicator-type,
|
|
227
|
+
$kendo-radio-glyph-font-family: $kendo-radio-glyph-font-family,
|
|
228
|
+
$kendo-radio-checked-glyph: $kendo-radio-checked-glyph,
|
|
229
|
+
$kendo-radio-checked-image: $kendo-radio-checked-image,
|
|
230
|
+
$kendo-radio-disabled-checked-image: $kendo-radio-disabled-checked-image,
|
|
231
|
+
$kendo-radio-label-margin-x: $kendo-radio-label-margin-x,
|
|
232
|
+
$kendo-radio-list-spacing: $kendo-radio-list-spacing,
|
|
233
|
+
$kendo-radio-list-item-padding-x: $kendo-radio-list-item-padding-x,
|
|
234
|
+
$kendo-radio-list-item-padding-y: $kendo-radio-list-item-padding-y,
|
|
235
|
+
$kendo-radio-ripple-bg: $kendo-radio-ripple-bg,
|
|
236
|
+
$kendo-radio-ripple-opacity: $kendo-radio-ripple-opacity
|
|
237
|
+
);
|
package/scss/rating/_index.scss
CHANGED
|
@@ -1,38 +1,18 @@
|
|
|
1
|
-
@import "../core/_index.scss";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
// Module meta
|
|
5
|
-
$_kendo-module-meta: (
|
|
6
|
-
name: "rating",
|
|
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-rating--styles() {
|
|
30
|
-
@include
|
|
12
|
+
@include import-once( "rating" ) {
|
|
13
|
+
@include core-styles();
|
|
14
|
+
@include kendo-icon--styles();
|
|
31
15
|
@include kendo-rating--layout();
|
|
32
16
|
@include kendo-rating--theme();
|
|
33
17
|
}
|
|
34
18
|
}
|
|
35
|
-
|
|
36
|
-
@if $kendo-auto-bootstrap {
|
|
37
|
-
@include kendo-rating--styles();
|
|
38
|
-
}
|
package/scss/rating/_layout.scss
CHANGED
package/scss/rating/_theme.scss
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
@use "../core/_index.scss" as *;
|
|
2
|
+
@use "../icons/_variables.scss" as *;
|
|
3
|
+
@use "../core/_index.scss" as *;
|
|
4
|
+
|
|
1
5
|
// Rating
|
|
2
6
|
|
|
3
7
|
/// The font family of the Rating.
|
|
@@ -12,21 +16,21 @@ $kendo-rating-line-height: var( --kendo-line-height, normal ) !default;
|
|
|
12
16
|
|
|
13
17
|
/// The horizontal margin of the Rating container.
|
|
14
18
|
/// @group rating
|
|
15
|
-
$kendo-rating-container-margin-x:
|
|
19
|
+
$kendo-rating-container-margin-x: k-spacing(1) !default;
|
|
16
20
|
|
|
17
21
|
/// The horizontal padding of the Rating item.
|
|
18
22
|
/// @group rating
|
|
19
|
-
$kendo-rating-item-padding-x:
|
|
23
|
+
$kendo-rating-item-padding-x: k-spacing(1) !default;
|
|
20
24
|
/// The vertical padding of the Rating item.
|
|
21
25
|
/// @group rating
|
|
22
|
-
$kendo-rating-item-padding-y:
|
|
26
|
+
$kendo-rating-item-padding-y: k-spacing(1) !default;
|
|
23
27
|
|
|
24
28
|
/// The horizontal margin of the Rating label.
|
|
25
29
|
/// @group rating
|
|
26
|
-
$kendo-rating-label-margin-x:
|
|
30
|
+
$kendo-rating-label-margin-x: k-spacing(2) !default;
|
|
27
31
|
/// The vertical margin of the Rating label.
|
|
28
32
|
/// @group rating
|
|
29
|
-
$kendo-rating-label-margin-y:
|
|
33
|
+
$kendo-rating-label-margin-y: k-spacing(1) !default;
|
|
30
34
|
/// The line height of the Rating label.
|
|
31
35
|
/// @group rating
|
|
32
36
|
$kendo-rating-label-line-height: $kendo-line-height-lg !default;
|
|
@@ -50,3 +54,22 @@ $kendo-rating-icon-focus-shadow: 0 2px 4px rgba( black, .1 ) !default;
|
|
|
50
54
|
/// The shadow of the focused and selected Rating icon.
|
|
51
55
|
/// @group rating
|
|
52
56
|
$kendo-rating-icon-focus-selected-shadow: 0 2px 4px rgba( black, .1) !default;
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
@forward "@progress/kendo-theme-default/scss/rating/_variables.scss" with (
|
|
60
|
+
$kendo-rating-font-family: $kendo-rating-font-family,
|
|
61
|
+
$kendo-rating-font-size: $kendo-rating-font-size,
|
|
62
|
+
$kendo-rating-line-height: $kendo-rating-line-height,
|
|
63
|
+
$kendo-rating-container-margin-x: $kendo-rating-container-margin-x,
|
|
64
|
+
$kendo-rating-item-padding-x: $kendo-rating-item-padding-x,
|
|
65
|
+
$kendo-rating-item-padding-y: $kendo-rating-item-padding-y,
|
|
66
|
+
$kendo-rating-label-margin-x: $kendo-rating-label-margin-x,
|
|
67
|
+
$kendo-rating-label-margin-y: $kendo-rating-label-margin-y,
|
|
68
|
+
$kendo-rating-label-line-height: $kendo-rating-label-line-height,
|
|
69
|
+
$kendo-rating-icon-text: $kendo-rating-icon-text,
|
|
70
|
+
$kendo-rating-icon-selected-text: $kendo-rating-icon-selected-text,
|
|
71
|
+
$kendo-rating-icon-hover-text: $kendo-rating-icon-hover-text,
|
|
72
|
+
$kendo-rating-icon-focus-text: $kendo-rating-icon-focus-text,
|
|
73
|
+
$kendo-rating-icon-focus-shadow: $kendo-rating-icon-focus-shadow,
|
|
74
|
+
$kendo-rating-icon-focus-selected-shadow: $kendo-rating-icon-focus-selected-shadow
|
|
75
|
+
);
|
|
@@ -1,38 +1,18 @@
|
|
|
1
|
-
@import "../core/_index.scss";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
// Module meta
|
|
5
|
-
$_kendo-module-meta: (
|
|
6
|
-
name: "responsive-panel",
|
|
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-responsive-panel--styles() {
|
|
30
|
-
@include
|
|
12
|
+
@include import-once( "responsive-panel" ) {
|
|
13
|
+
@include core-styles();
|
|
14
|
+
@include kendo-icon--styles();
|
|
31
15
|
@include kendo-responsive-panel--layout();
|
|
32
16
|
@include kendo-responsive-panel--theme();
|
|
33
17
|
}
|
|
34
18
|
}
|
|
35
|
-
|
|
36
|
-
@if $kendo-auto-bootstrap {
|
|
37
|
-
@include kendo-responsive-panel--styles();
|
|
38
|
-
}
|
package/scss/ripple/_index.scss
CHANGED
|
@@ -1,35 +1,16 @@
|
|
|
1
|
-
@import "../core/_index.scss";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
// Module meta
|
|
5
|
-
$_kendo-module-meta: (
|
|
6
|
-
name: "ripple",
|
|
7
|
-
dependencies: ()
|
|
8
|
-
);
|
|
9
|
-
|
|
10
|
-
|
|
11
1
|
// Dependencies
|
|
12
|
-
|
|
2
|
+
@use "../core/_index.scss" as *;
|
|
13
3
|
|
|
14
4
|
// Component
|
|
15
|
-
@
|
|
16
|
-
@
|
|
17
|
-
@
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
// Register
|
|
21
|
-
@import "../core/module-system/index.import.scss";
|
|
22
|
-
@include module-register( $_kendo-module-meta... );
|
|
23
|
-
|
|
5
|
+
@forward "./_variables.scss";
|
|
6
|
+
@use "./_layout.scss" as *;
|
|
7
|
+
@use "./_theme.scss" as *;
|
|
24
8
|
|
|
25
9
|
// Expose
|
|
26
10
|
@mixin kendo-ripple--styles() {
|
|
27
|
-
@include
|
|
11
|
+
@include import-once( "ripple" ) {
|
|
12
|
+
@include core-styles();
|
|
28
13
|
@include kendo-ripple--layout();
|
|
29
14
|
@include kendo-ripple--theme();
|
|
30
15
|
}
|
|
31
16
|
}
|
|
32
|
-
|
|
33
|
-
@if $kendo-auto-bootstrap {
|
|
34
|
-
@include kendo-ripple--styles();
|
|
35
|
-
}
|
package/scss/ripple/_layout.scss
CHANGED
package/scss/ripple/_theme.scss
CHANGED
|
@@ -1,65 +1,32 @@
|
|
|
1
|
-
@import "../core/_index.scss";
|
|
2
|
-
@import "../utils/_index.scss";
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
// Module meta
|
|
6
|
-
$_kendo-module-meta: (
|
|
7
|
-
name: "scheduler",
|
|
8
|
-
dependencies: (
|
|
9
|
-
"action-buttons",
|
|
10
|
-
"adaptive",
|
|
11
|
-
"button",
|
|
12
|
-
"calendar",
|
|
13
|
-
"checkbox",
|
|
14
|
-
"date-time-picker",
|
|
15
|
-
"dialog",
|
|
16
|
-
"dropdown-list",
|
|
17
|
-
"form",
|
|
18
|
-
"icon",
|
|
19
|
-
"numeric-textbox",
|
|
20
|
-
"radio",
|
|
21
|
-
"textarea",
|
|
22
|
-
"textbox",
|
|
23
|
-
"toolbar",
|
|
24
|
-
"tooltip",
|
|
25
|
-
"time-marker",
|
|
26
|
-
"window",
|
|
27
|
-
"no-data"
|
|
28
|
-
)
|
|
29
|
-
);
|
|
30
|
-
|
|
31
|
-
|
|
32
1
|
// Dependencies
|
|
33
|
-
@
|
|
34
|
-
@
|
|
35
|
-
@
|
|
36
|
-
@
|
|
37
|
-
@
|
|
38
|
-
@
|
|
39
|
-
@
|
|
40
|
-
@
|
|
41
|
-
|
|
2
|
+
@use "../core/_index.scss" as *;
|
|
3
|
+
@use "../icons/_index.scss" as *;
|
|
4
|
+
@use "../utils/_index.scss" as *;
|
|
5
|
+
@use "../adaptive/_index.scss" as *;
|
|
6
|
+
@use "../button/_index.scss" as *;
|
|
7
|
+
@use "../datetimepicker/_index.scss" as *;
|
|
8
|
+
@use "../dropdownlist/_index.scss" as *;
|
|
9
|
+
@use "../dialog/_index.scss" as *;
|
|
10
|
+
@use "../tooltip/_index.scss" as *;
|
|
42
11
|
|
|
43
12
|
// Component
|
|
44
|
-
@
|
|
45
|
-
@
|
|
46
|
-
@
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
// Register
|
|
50
|
-
@import "../core/module-system/index.import.scss";
|
|
51
|
-
@include module-register( $_kendo-module-meta... );
|
|
52
|
-
|
|
13
|
+
@forward "./_variables.scss";
|
|
14
|
+
@use "./_layout.scss" as *;
|
|
15
|
+
@use "./_theme.scss" as *;
|
|
53
16
|
|
|
54
17
|
// Expose
|
|
55
18
|
@mixin kendo-scheduler--styles() {
|
|
56
|
-
@include
|
|
19
|
+
@include import-once( "scheduler" ) {
|
|
20
|
+
@include core-styles();
|
|
21
|
+
@include kendo-icon--styles();
|
|
22
|
+
@include kendo-adaptive--styles();
|
|
23
|
+
@include kendo-button--styles();
|
|
24
|
+
@include kendo-date-time-picker--styles();
|
|
25
|
+
@include kendo-dropdown-list--styles();
|
|
26
|
+
@include kendo-dialog--styles();
|
|
27
|
+
@include kendo-tooltip--styles();
|
|
57
28
|
@include kendo-scheduler--layout();
|
|
58
29
|
@include kendo-scheduler--theme();
|
|
59
30
|
@include kendo-utils--typography--text-overflow();
|
|
60
31
|
}
|
|
61
32
|
}
|
|
62
|
-
|
|
63
|
-
@if $kendo-auto-bootstrap {
|
|
64
|
-
@include kendo-scheduler--styles();
|
|
65
|
-
}
|
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
@use "sass:math";
|
|
2
|
+
@use "../core/_index.scss" as *;
|
|
3
|
+
@use "../core/functions/index.import.scss" as *;
|
|
4
|
+
@use "../toolbar/_variables.scss" as *;
|
|
5
|
+
@use "../calendar/_variables.scss" as *;
|
|
6
|
+
|
|
1
7
|
// Scheduler
|
|
2
8
|
|
|
3
9
|
/// The width of the border around the Scheduler.
|
|
@@ -57,7 +63,7 @@ $kendo-scheduler-event-min-height: 25px !default;
|
|
|
57
63
|
$kendo-scheduler-event-border-radius: k-border-radius(md) !default;
|
|
58
64
|
/// The line height of the Scheduler event.
|
|
59
65
|
/// @group scheduler
|
|
60
|
-
$kendo-scheduler-event-line-height: calc( #{$kendo-scheduler-event-min-height} - (2 * #{
|
|
66
|
+
$kendo-scheduler-event-line-height: calc( #{$kendo-scheduler-event-min-height} - (2 * #{k-spacing(1)}) ) !default;
|
|
61
67
|
|
|
62
68
|
/// The background color of the Scheduler event.
|
|
63
69
|
/// @group scheduler
|
|
@@ -167,7 +173,7 @@ $kendo-scheduler-yearview-indicator-size: 3px !default;
|
|
|
167
173
|
$kendo-scheduler-yearview-indicator-calc-offset-top: calc( #{$kendo-calendar-cell-size} - (#{$kendo-calendar-cell-padding-y} * 2)) !default;
|
|
168
174
|
/// The left position of the days with events indicator of the year view in the Scheduler.
|
|
169
175
|
/// @group scheduler
|
|
170
|
-
$kendo-scheduler-yearview-indicator-calc-offset-left: calc( 50% - #{
|
|
176
|
+
$kendo-scheduler-yearview-indicator-calc-offset-left: calc( 50% - #{math.div( $kendo-scheduler-yearview-indicator-size, 2 )} ) !default;
|
|
171
177
|
/// The border radius of the days with events indicator of the year view in the Scheduler.
|
|
172
178
|
/// @group scheduler
|
|
173
179
|
$kendo-scheduler-yearview-indicator-border-radius: 50% !default;
|
|
@@ -235,3 +241,116 @@ $kendo-scheduler-tooltip-event-gap: k-spacing(1) !default;
|
|
|
235
241
|
/// The color of the Scheduler Tooltip callout.
|
|
236
242
|
/// @group scheduler
|
|
237
243
|
$kendo-scheduler-tooltip-callout-text: $kendo-scheduler-tooltip-bg !default;
|
|
244
|
+
|
|
245
|
+
|
|
246
|
+
/// The padding of the Scheduler appointments.
|
|
247
|
+
/// @group scheduler
|
|
248
|
+
$kendo-scheduler-appointments-padding: k-spacing(2) !default;
|
|
249
|
+
|
|
250
|
+
/// The horizontal padding of the Scheduler event template.
|
|
251
|
+
/// @group scheduler
|
|
252
|
+
$kendo-scheduler-event-template-padding-x: k-spacing(2) !default;
|
|
253
|
+
/// The vertical padding of the Scheduler event template.
|
|
254
|
+
/// @group scheduler
|
|
255
|
+
$kendo-scheduler-event-template-padding-y: k-spacing(1) !default;
|
|
256
|
+
|
|
257
|
+
/// The inline inset of the Scheduler event actions.
|
|
258
|
+
/// @group scheduler
|
|
259
|
+
$kendo-scheduler-event-actions-inset-x: k-spacing(2) !default;
|
|
260
|
+
|
|
261
|
+
/// The margin of the Scheduler event indicators.
|
|
262
|
+
/// @group scheduler
|
|
263
|
+
$kendo-scheduler-indicators-margin: k-spacing(0.5) .4ex 0 k-spacing(1) !default;
|
|
264
|
+
/// The margin of the Scheduler event indicators in rtl.
|
|
265
|
+
/// @group scheduler
|
|
266
|
+
$kendo-scheduler-rtl-indicators-margin: k-spacing(0.5) 0 k-spacing(1) .4ex !default;
|
|
267
|
+
|
|
268
|
+
/// The inline inset of the Scheduler marquee labels.
|
|
269
|
+
/// @group scheduler
|
|
270
|
+
$kendo-scheduler-marquee-label-inset-x: k-spacing(1) !default;
|
|
271
|
+
/// The block inset of the Scheduler marquee labels.
|
|
272
|
+
/// @group scheduler
|
|
273
|
+
$kendo-scheduler-marquee-label-inset-y: k-spacing(0.5) !default;
|
|
274
|
+
|
|
275
|
+
|
|
276
|
+
@forward "@progress/kendo-theme-default/scss/scheduler/_variables.scss" with (
|
|
277
|
+
$kendo-scheduler-border-width: $kendo-scheduler-border-width,
|
|
278
|
+
$kendo-scheduler-font-family: $kendo-scheduler-font-family,
|
|
279
|
+
$kendo-scheduler-font-size: $kendo-scheduler-font-size,
|
|
280
|
+
$kendo-scheduler-line-height: $kendo-scheduler-line-height,
|
|
281
|
+
$kendo-scheduler-bg: $kendo-scheduler-bg,
|
|
282
|
+
$kendo-scheduler-text: $kendo-scheduler-text,
|
|
283
|
+
$kendo-scheduler-border: $kendo-scheduler-border,
|
|
284
|
+
$kendo-scheduler-toolbar-bg: $kendo-scheduler-toolbar-bg,
|
|
285
|
+
$kendo-scheduler-toolbar-text: $kendo-scheduler-toolbar-text,
|
|
286
|
+
$kendo-scheduler-toolbar-border: $kendo-scheduler-toolbar-border,
|
|
287
|
+
$kendo-scheduler-toolbar-gradient: $kendo-scheduler-toolbar-gradient,
|
|
288
|
+
$kendo-scheduler-footer-bg: $kendo-scheduler-footer-bg,
|
|
289
|
+
$kendo-scheduler-footer-text: $kendo-scheduler-footer-text,
|
|
290
|
+
$kendo-scheduler-footer-border: $kendo-scheduler-footer-border,
|
|
291
|
+
$kendo-scheduler-footer-gradient: $kendo-scheduler-footer-gradient,
|
|
292
|
+
$kendo-scheduler-event-min-height: $kendo-scheduler-event-min-height,
|
|
293
|
+
$kendo-scheduler-event-border-radius: $kendo-scheduler-event-border-radius,
|
|
294
|
+
$kendo-scheduler-event-line-height: $kendo-scheduler-event-line-height,
|
|
295
|
+
$kendo-scheduler-event-bg: $kendo-scheduler-event-bg,
|
|
296
|
+
$kendo-scheduler-event-text: $kendo-scheduler-event-text,
|
|
297
|
+
$kendo-scheduler-event-border: $kendo-scheduler-event-border,
|
|
298
|
+
$kendo-scheduler-event-gradient: $kendo-scheduler-event-gradient,
|
|
299
|
+
$kendo-scheduler-event-shadow: $kendo-scheduler-event-shadow,
|
|
300
|
+
$kendo-scheduler-event-hover-bg: $kendo-scheduler-event-hover-bg,
|
|
301
|
+
$kendo-scheduler-event-hover-text: $kendo-scheduler-event-hover-text,
|
|
302
|
+
$kendo-scheduler-event-hover-border: $kendo-scheduler-event-hover-border,
|
|
303
|
+
$kendo-scheduler-event-hover-gradient: $kendo-scheduler-event-hover-gradient,
|
|
304
|
+
$kendo-scheduler-event-hover-shadow: $kendo-scheduler-event-hover-shadow,
|
|
305
|
+
$kendo-scheduler-event-selected-bg: $kendo-scheduler-event-selected-bg,
|
|
306
|
+
$kendo-scheduler-event-selected-text: $kendo-scheduler-event-selected-text,
|
|
307
|
+
$kendo-scheduler-event-selected-border: $kendo-scheduler-event-selected-border,
|
|
308
|
+
$kendo-scheduler-event-selected-gradient: $kendo-scheduler-event-selected-gradient,
|
|
309
|
+
$kendo-scheduler-event-selected-shadow: $kendo-scheduler-event-selected-shadow,
|
|
310
|
+
$kendo-scheduler-event-ongoing-shadow: $kendo-scheduler-event-ongoing-shadow,
|
|
311
|
+
$kendo-scheduler-cell-padding-x: $kendo-scheduler-cell-padding-x,
|
|
312
|
+
$kendo-scheduler-cell-padding-y: $kendo-scheduler-cell-padding-y,
|
|
313
|
+
$kendo-scheduler-cell-height: $kendo-scheduler-cell-height,
|
|
314
|
+
$kendo-scheduler-datecolumn-width: $kendo-scheduler-datecolumn-width,
|
|
315
|
+
$kendo-scheduler-timecolumn-width: $kendo-scheduler-timecolumn-width,
|
|
316
|
+
$kendo-scheduler-nonwork-bg: $kendo-scheduler-nonwork-bg,
|
|
317
|
+
$kendo-scheduler-nonwork-text: $kendo-scheduler-nonwork-text,
|
|
318
|
+
$kendo-scheduler-weekend-bg: $kendo-scheduler-weekend-bg,
|
|
319
|
+
$kendo-scheduler-weekend-text: $kendo-scheduler-weekend-text,
|
|
320
|
+
$kendo-scheduler-othermonth-bg: $kendo-scheduler-othermonth-bg,
|
|
321
|
+
$kendo-scheduler-othermonth-text: $kendo-scheduler-othermonth-text,
|
|
322
|
+
$kendo-scheduler-yearview-padding-x: $kendo-scheduler-yearview-padding-x,
|
|
323
|
+
$kendo-scheduler-yearview-padding-y: $kendo-scheduler-yearview-padding-y,
|
|
324
|
+
$kendo-scheduler-yearview-calendar-gap: $kendo-scheduler-yearview-calendar-gap,
|
|
325
|
+
$kendo-scheduler-yearview-indicator-size: $kendo-scheduler-yearview-indicator-size,
|
|
326
|
+
$kendo-scheduler-yearview-indicator-calc-offset-top: $kendo-scheduler-yearview-indicator-calc-offset-top,
|
|
327
|
+
$kendo-scheduler-yearview-indicator-calc-offset-left: $kendo-scheduler-yearview-indicator-calc-offset-left,
|
|
328
|
+
$kendo-scheduler-yearview-indicator-border-radius: $kendo-scheduler-yearview-indicator-border-radius,
|
|
329
|
+
$kendo-scheduler-yearview-indicator-bg: $kendo-scheduler-yearview-indicator-bg,
|
|
330
|
+
$kendo-scheduler-yearview-indicator-selected-bg: $kendo-scheduler-yearview-indicator-selected-bg,
|
|
331
|
+
$kendo-scheduler-tooltip-padding-x: $kendo-scheduler-tooltip-padding-x,
|
|
332
|
+
$kendo-scheduler-tooltip-padding-y: $kendo-scheduler-tooltip-padding-y,
|
|
333
|
+
$kendo-scheduler-tooltip-border-width: $kendo-scheduler-tooltip-border-width,
|
|
334
|
+
$kendo-scheduler-tooltip-bg: $kendo-scheduler-tooltip-bg,
|
|
335
|
+
$kendo-scheduler-tooltip-text: $kendo-scheduler-tooltip-text,
|
|
336
|
+
$kendo-scheduler-tooltip-border: $kendo-scheduler-tooltip-border,
|
|
337
|
+
$kendo-scheduler-tooltip-shadow: $kendo-scheduler-tooltip-shadow,
|
|
338
|
+
$kendo-scheduler-tooltip-title-margin-y: $kendo-scheduler-tooltip-title-margin-y,
|
|
339
|
+
$kendo-scheduler-tooltip-month-font-size: $kendo-scheduler-tooltip-month-font-size,
|
|
340
|
+
$kendo-scheduler-tooltip-day-font-size: $kendo-scheduler-tooltip-day-font-size,
|
|
341
|
+
$kendo-scheduler-tooltip-events-max-height: $kendo-scheduler-tooltip-events-max-height,
|
|
342
|
+
$kendo-scheduler-tooltip-events-gap: $kendo-scheduler-tooltip-events-gap,
|
|
343
|
+
$kendo-scheduler-tooltip-event-padding-x: $kendo-scheduler-tooltip-event-padding-x,
|
|
344
|
+
$kendo-scheduler-tooltip-event-padding-y: $kendo-scheduler-tooltip-event-padding-y,
|
|
345
|
+
$kendo-scheduler-tooltip-event-border-radius: $kendo-scheduler-tooltip-event-border-radius,
|
|
346
|
+
$kendo-scheduler-tooltip-event-gap: $kendo-scheduler-tooltip-event-gap,
|
|
347
|
+
$kendo-scheduler-tooltip-callout-text: $kendo-scheduler-tooltip-callout-text,
|
|
348
|
+
$kendo-scheduler-appointments-padding: $kendo-scheduler-appointments-padding,
|
|
349
|
+
$kendo-scheduler-event-template-padding-x: $kendo-scheduler-event-template-padding-x,
|
|
350
|
+
$kendo-scheduler-event-template-padding-y: $kendo-scheduler-event-template-padding-y,
|
|
351
|
+
$kendo-scheduler-event-actions-inset-x: $kendo-scheduler-event-actions-inset-x,
|
|
352
|
+
$kendo-scheduler-indicators-margin: $kendo-scheduler-indicators-margin,
|
|
353
|
+
$kendo-scheduler-rtl-indicators-margin: $kendo-scheduler-rtl-indicators-margin,
|
|
354
|
+
$kendo-scheduler-marquee-label-inset-x: $kendo-scheduler-marquee-label-inset-x,
|
|
355
|
+
$kendo-scheduler-marquee-label-inset-y: $kendo-scheduler-marquee-label-inset-y
|
|
356
|
+
);
|
|
@@ -1,38 +1,18 @@
|
|
|
1
|
-
@import "../core/_index.scss";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
// Module meta
|
|
5
|
-
$_kendo-module-meta: (
|
|
6
|
-
name: "scroller",
|
|
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-scroller--styles() {
|
|
30
|
-
@include
|
|
12
|
+
@include import-once( "scroller" ) {
|
|
13
|
+
@include core-styles();
|
|
14
|
+
@include kendo-icon--styles();
|
|
31
15
|
@include kendo-scroller--layout();
|
|
32
16
|
@include kendo-scroller--theme();
|
|
33
17
|
}
|
|
34
18
|
}
|
|
35
|
-
|
|
36
|
-
@if $kendo-auto-bootstrap {
|
|
37
|
-
@include kendo-scroller--styles();
|
|
38
|
-
}
|