@progress/kendo-theme-meridian 14.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/LICENSE.md +17 -0
- package/README.md +120 -0
- package/dist/all.css +1 -0
- package/dist/all.scss +1 -0
- package/dist/meridian-main-dark.css +1 -0
- package/dist/meridian-main-dark.scss +137 -0
- package/dist/meridian-main.css +1 -0
- package/dist/meridian-main.scss +4 -0
- package/dist/meta/_variables.scss +11 -0
- package/dist/meta/sassdoc-data.json +206364 -0
- package/dist/meta/sassdoc-raw-data.json +94235 -0
- package/dist/meta/variables.json +16743 -0
- package/lib/swatches/index.js +2 -0
- package/lib/swatches/meridian-main-dark.json +657 -0
- package/lib/swatches/meridian-main.json +16 -0
- package/package.json +64 -0
- package/scss/_layout.scss +0 -0
- package/scss/_variables.scss +6 -0
- package/scss/action-buttons/_index.scss +19 -0
- package/scss/action-buttons/_layout.scss +6 -0
- package/scss/action-buttons/_theme.scss +6 -0
- package/scss/action-buttons/_variables.scss +44 -0
- package/scss/action-sheet/_index.scss +24 -0
- package/scss/action-sheet/_layout.scss +17 -0
- package/scss/action-sheet/_theme.scss +6 -0
- package/scss/action-sheet/_variables.scss +327 -0
- package/scss/adaptive/_index.scss +26 -0
- package/scss/adaptive/_layout.scss +6 -0
- package/scss/adaptive/_theme.scss +6 -0
- package/scss/adaptive/_variables.scss +90 -0
- package/scss/all.scss +4 -0
- package/scss/appbar/_index.scss +16 -0
- package/scss/appbar/_layout.scss +6 -0
- package/scss/appbar/_theme.scss +22 -0
- package/scss/appbar/_variables.scss +69 -0
- package/scss/autocomplete/_index.scss +26 -0
- package/scss/autocomplete/_layout.scss +6 -0
- package/scss/autocomplete/_theme.scss +6 -0
- package/scss/autocomplete/_variables.scss +1 -0
- package/scss/avatar/_index.scss +16 -0
- package/scss/avatar/_layout.scss +6 -0
- package/scss/avatar/_theme.scss +6 -0
- package/scss/avatar/_variables.scss +62 -0
- package/scss/badge/_index.scss +18 -0
- package/scss/badge/_layout.scss +6 -0
- package/scss/badge/_theme.scss +6 -0
- package/scss/badge/_variables.scss +110 -0
- package/scss/bottom-navigation/_index.scss +20 -0
- package/scss/bottom-navigation/_layout.scss +11 -0
- package/scss/bottom-navigation/_theme.scss +70 -0
- package/scss/bottom-navigation/_variables.scss +109 -0
- package/scss/breadcrumb/_index.scss +23 -0
- package/scss/breadcrumb/_layout.scss +12 -0
- package/scss/breadcrumb/_theme.scss +15 -0
- package/scss/breadcrumb/_variables.scss +263 -0
- package/scss/bubble/_index.scss +16 -0
- package/scss/bubble/_layout.scss +11 -0
- package/scss/bubble/_theme.scss +21 -0
- package/scss/bubble/_variables.scss +103 -0
- package/scss/button/_index.scss +20 -0
- package/scss/button/_layout.scss +14 -0
- package/scss/button/_theme.scss +188 -0
- package/scss/button/_variables.scss +364 -0
- package/scss/calendar/_index.scss +26 -0
- package/scss/calendar/_layout.scss +36 -0
- package/scss/calendar/_theme.scss +83 -0
- package/scss/calendar/_variables.scss +444 -0
- package/scss/captcha/_index.scss +29 -0
- package/scss/captcha/_layout.scss +12 -0
- package/scss/captcha/_theme.scss +6 -0
- package/scss/captcha/_variables.scss +66 -0
- package/scss/card/_index.scss +26 -0
- package/scss/card/_layout.scss +73 -0
- package/scss/card/_theme.scss +11 -0
- package/scss/card/_variables.scss +240 -0
- package/scss/chart-wizard/_index.scss +37 -0
- package/scss/chart-wizard/_layout.scss +12 -0
- package/scss/chart-wizard/_theme.scss +23 -0
- package/scss/chart-wizard/_variables.scss +81 -0
- package/scss/chat/_index.scss +44 -0
- package/scss/chat/_layout.scss +46 -0
- package/scss/chat/_theme.scss +32 -0
- package/scss/chat/_variables.scss +315 -0
- package/scss/checkbox/_index.scss +16 -0
- package/scss/checkbox/_layout.scss +11 -0
- package/scss/checkbox/_theme.scss +30 -0
- package/scss/checkbox/_variables.scss +256 -0
- package/scss/chip/_index.scss +20 -0
- package/scss/chip/_layout.scss +11 -0
- package/scss/chip/_theme.scss +110 -0
- package/scss/chip/_variables.scss +215 -0
- package/scss/color-preview/_index.scss +16 -0
- package/scss/color-preview/_layout.scss +6 -0
- package/scss/color-preview/_theme.scss +6 -0
- package/scss/color-preview/_variables.scss +49 -0
- package/scss/coloreditor/_index.scss +24 -0
- package/scss/coloreditor/_layout.scss +6 -0
- package/scss/coloreditor/_theme.scss +6 -0
- package/scss/coloreditor/_variables.scss +198 -0
- package/scss/colorgradient/_index.scss +30 -0
- package/scss/colorgradient/_layout.scss +36 -0
- package/scss/colorgradient/_theme.scss +37 -0
- package/scss/colorgradient/_variables.scss +318 -0
- package/scss/colorpalette/_index.scss +16 -0
- package/scss/colorpalette/_layout.scss +11 -0
- package/scss/colorpalette/_theme.scss +6 -0
- package/scss/colorpalette/_variables.scss +71 -0
- package/scss/colorpicker/_index.scss +26 -0
- package/scss/colorpicker/_layout.scss +5 -0
- package/scss/colorpicker/_theme.scss +6 -0
- package/scss/colorpicker/_variables.scss +1 -0
- package/scss/column-menu/_index.scss +16 -0
- package/scss/column-menu/_layout.scss +5 -0
- package/scss/column-menu/_theme.scss +5 -0
- package/scss/column-menu/_variables.scss +105 -0
- package/scss/combobox/_index.scss +26 -0
- package/scss/combobox/_layout.scss +45 -0
- package/scss/combobox/_theme.scss +16 -0
- package/scss/combobox/_variables.scss +1 -0
- package/scss/core/_index.scss +76 -0
- package/scss/core/border-radii/index.scss +52 -0
- package/scss/core/color-system/_swatch.scss +377 -0
- package/scss/core/elevation/index.scss +34 -0
- package/scss/core/functions/index.scss +1 -0
- package/scss/core/mixins/index.scss +1 -0
- package/scss/core/motion/index.scss +175 -0
- package/scss/core/spacing/index.scss +48 -0
- package/scss/core/styles/index.scss +1 -0
- package/scss/core/typography/index.scss +185 -0
- package/scss/core/z-index/index.scss +1 -0
- package/scss/dataviz/_index.scss +20 -0
- package/scss/dataviz/_layout.scss +6 -0
- package/scss/dataviz/_theme.scss +6 -0
- package/scss/dataviz/_variables.scss +496 -0
- package/scss/dateinput/_index.scss +18 -0
- package/scss/dateinput/_layout.scss +6 -0
- package/scss/dateinput/_theme.scss +6 -0
- package/scss/dateinput/_variables.scss +1 -0
- package/scss/datepicker/_index.scss +22 -0
- package/scss/datepicker/_layout.scss +6 -0
- package/scss/datepicker/_theme.scss +11 -0
- package/scss/datepicker/_variables.scss +1 -0
- package/scss/daterangepicker/_index.scss +24 -0
- package/scss/daterangepicker/_layout.scss +6 -0
- package/scss/daterangepicker/_theme.scss +11 -0
- package/scss/daterangepicker/_variables.scss +8 -0
- package/scss/datetimepicker/_index.scss +30 -0
- package/scss/datetimepicker/_layout.scss +14 -0
- package/scss/datetimepicker/_theme.scss +15 -0
- package/scss/datetimepicker/_variables.scss +30 -0
- package/scss/dialog/_index.scss +18 -0
- package/scss/dialog/_layout.scss +6 -0
- package/scss/dialog/_theme.scss +6 -0
- package/scss/dialog/_variables.scss +43 -0
- package/scss/dock-manager/_index.scss +22 -0
- package/scss/dock-manager/_layout.scss +10 -0
- package/scss/dock-manager/_theme.scss +6 -0
- package/scss/dock-manager/_variables.scss +157 -0
- package/scss/draggable/_index.scss +16 -0
- package/scss/draggable/_layout.scss +6 -0
- package/scss/draggable/_theme.scss +6 -0
- package/scss/draggable/_variables.scss +93 -0
- package/scss/drawer/_index.scss +22 -0
- package/scss/drawer/_layout.scss +21 -0
- package/scss/drawer/_theme.scss +19 -0
- package/scss/drawer/_variables.scss +175 -0
- package/scss/dropdowngrid/_index.scss +26 -0
- package/scss/dropdowngrid/_layout.scss +6 -0
- package/scss/dropdowngrid/_theme.scss +6 -0
- package/scss/dropdowngrid/_variables.scss +1 -0
- package/scss/dropdownlist/_index.scss +24 -0
- package/scss/dropdownlist/_layout.scss +6 -0
- package/scss/dropdownlist/_theme.scss +6 -0
- package/scss/dropdownlist/_variables.scss +1 -0
- package/scss/dropdowntree/_index.scss +30 -0
- package/scss/dropdowntree/_layout.scss +6 -0
- package/scss/dropdowntree/_theme.scss +6 -0
- package/scss/dropdowntree/_variables.scss +24 -0
- package/scss/dropzone/_index.scss +16 -0
- package/scss/dropzone/_layout.scss +6 -0
- package/scss/dropzone/_theme.scss +6 -0
- package/scss/dropzone/_variables.scss +93 -0
- package/scss/editor/_index.scss +32 -0
- package/scss/editor/_layout.scss +16 -0
- package/scss/editor/_theme.scss +15 -0
- package/scss/editor/_variables.scss +119 -0
- package/scss/expansion-panel/_index.scss +22 -0
- package/scss/expansion-panel/_layout.scss +27 -0
- package/scss/expansion-panel/_theme.scss +24 -0
- package/scss/expansion-panel/_variables.scss +127 -0
- package/scss/fab/_index.scss +26 -0
- package/scss/fab/_layout.scss +22 -0
- package/scss/fab/_theme.scss +71 -0
- package/scss/fab/_variables.scss +217 -0
- package/scss/file-box/_index.scss +16 -0
- package/scss/file-box/_layout.scss +10 -0
- package/scss/file-box/_theme.scss +6 -0
- package/scss/file-box/_variables.scss +82 -0
- package/scss/filemanager/_index.scss +38 -0
- package/scss/filemanager/_layout.scss +15 -0
- package/scss/filemanager/_theme.scss +15 -0
- package/scss/filemanager/_variables.scss +240 -0
- package/scss/filter/_index.scss +30 -0
- package/scss/filter/_layout.scss +11 -0
- package/scss/filter/_theme.scss +5 -0
- package/scss/filter/_variables.scss +48 -0
- package/scss/floating-label/_index.scss +16 -0
- package/scss/floating-label/_layout.scss +6 -0
- package/scss/floating-label/_theme.scss +6 -0
- package/scss/floating-label/_variables.scss +72 -0
- package/scss/forms/_index.scss +24 -0
- package/scss/forms/_layout.scss +6 -0
- package/scss/forms/_theme.scss +10 -0
- package/scss/forms/_variables.scss +215 -0
- package/scss/gantt/_index.scss +37 -0
- package/scss/gantt/_layout.scss +16 -0
- package/scss/gantt/_theme.scss +15 -0
- package/scss/gantt/_variables.scss +325 -0
- package/scss/grid/_index.scss +68 -0
- package/scss/grid/_layout.scss +52 -0
- package/scss/grid/_theme.scss +63 -0
- package/scss/grid/_variables.scss +669 -0
- package/scss/gridlayout/_index.scss +19 -0
- package/scss/gridlayout/_layout.scss +5 -0
- package/scss/gridlayout/_theme.scss +5 -0
- package/scss/gridlayout/_variables.scss +1 -0
- package/scss/icons/_index.scss +20 -0
- package/scss/icons/_layout.scss +6 -0
- package/scss/icons/_theme.scss +6 -0
- package/scss/icons/_variables.scss +55 -0
- package/scss/imageeditor/_index.scss +26 -0
- package/scss/imageeditor/_layout.scss +15 -0
- package/scss/imageeditor/_theme.scss +6 -0
- package/scss/imageeditor/_variables.scss +144 -0
- package/scss/index.scss +486 -0
- package/scss/input/_index.scss +18 -0
- package/scss/input/_layout.scss +93 -0
- package/scss/input/_theme.scss +81 -0
- package/scss/input/_variables.scss +585 -0
- package/scss/list/_index.scss +16 -0
- package/scss/list/_layout.scss +12 -0
- package/scss/list/_theme.scss +16 -0
- package/scss/list/_variables.scss +475 -0
- package/scss/listbox/_index.scss +24 -0
- package/scss/listbox/_layout.scss +13 -0
- package/scss/listbox/_theme.scss +10 -0
- package/scss/listbox/_variables.scss +70 -0
- package/scss/listgroup/_index.scss +18 -0
- package/scss/listgroup/_layout.scss +6 -0
- package/scss/listgroup/_theme.scss +6 -0
- package/scss/listgroup/_variables.scss +49 -0
- package/scss/listview/_index.scss +25 -0
- package/scss/listview/_layout.scss +6 -0
- package/scss/listview/_theme.scss +20 -0
- package/scss/listview/_variables.scss +98 -0
- package/scss/loader/_index.scss +20 -0
- package/scss/loader/_layout.scss +7 -0
- package/scss/loader/_theme.scss +6 -0
- package/scss/loader/_variables.scss +179 -0
- package/scss/map/_index.scss +22 -0
- package/scss/map/_layout.scss +6 -0
- package/scss/map/_theme.scss +13 -0
- package/scss/map/_variables.scss +83 -0
- package/scss/marquee/_index.scss +16 -0
- package/scss/marquee/_layout.scss +6 -0
- package/scss/marquee/_theme.scss +6 -0
- package/scss/marquee/_variables.scss +17 -0
- package/scss/maskedtextbox/_index.scss +22 -0
- package/scss/maskedtextbox/_layout.scss +6 -0
- package/scss/maskedtextbox/_theme.scss +6 -0
- package/scss/maskedtextbox/_variables.scss +1 -0
- package/scss/mediaplayer/_index.scss +22 -0
- package/scss/mediaplayer/_layout.scss +24 -0
- package/scss/mediaplayer/_theme.scss +6 -0
- package/scss/mediaplayer/_variables.scss +70 -0
- package/scss/menu/_index.scss +24 -0
- package/scss/menu/_layout.scss +29 -0
- package/scss/menu/_theme.scss +20 -0
- package/scss/menu/_variables.scss +404 -0
- package/scss/menu-button/_index.scss +20 -0
- package/scss/menu-button/_layout.scss +6 -0
- package/scss/menu-button/_theme.scss +6 -0
- package/scss/menu-button/_variables.scss +11 -0
- package/scss/messagebox/_index.scss +18 -0
- package/scss/messagebox/_layout.scss +6 -0
- package/scss/messagebox/_theme.scss +6 -0
- package/scss/messagebox/_variables.scss +64 -0
- package/scss/multiselect/_index.scss +30 -0
- package/scss/multiselect/_layout.scss +29 -0
- package/scss/multiselect/_theme.scss +6 -0
- package/scss/multiselect/_variables.scss +1 -0
- package/scss/no-data/_index.scss +16 -0
- package/scss/no-data/_layout.scss +5 -0
- package/scss/no-data/_theme.scss +5 -0
- package/scss/no-data/_variables.scss +14 -0
- package/scss/notification/_functions.scss +17 -0
- package/scss/notification/_index.scss +20 -0
- package/scss/notification/_layout.scss +4 -0
- package/scss/notification/_theme.scss +6 -0
- package/scss/notification/_variables.scss +88 -0
- package/scss/numerictextbox/_index.scss +22 -0
- package/scss/numerictextbox/_layout.scss +6 -0
- package/scss/numerictextbox/_theme.scss +6 -0
- package/scss/numerictextbox/_variables.scss +1 -0
- package/scss/orgchart/_index.scss +37 -0
- package/scss/orgchart/_layout.scss +6 -0
- package/scss/orgchart/_theme.scss +6 -0
- package/scss/orgchart/_variables.scss +185 -0
- package/scss/otp/_index.scss +18 -0
- package/scss/otp/_layout.scss +5 -0
- package/scss/otp/_theme.scss +5 -0
- package/scss/otp/_variables.scss +46 -0
- package/scss/overlay/_index.scss +16 -0
- package/scss/overlay/_layout.scss +6 -0
- package/scss/overlay/_theme.scss +6 -0
- package/scss/overlay/_variables.scss +14 -0
- package/scss/pager/_index.scss +22 -0
- package/scss/pager/_layout.scss +16 -0
- package/scss/pager/_theme.scss +11 -0
- package/scss/pager/_variables.scss +126 -0
- package/scss/panel/_index.scss +17 -0
- package/scss/panel/_layout.scss +5 -0
- package/scss/panel/_theme.scss +5 -0
- package/scss/panel/_variables.scss +48 -0
- package/scss/panelbar/_index.scss +20 -0
- package/scss/panelbar/_layout.scss +31 -0
- package/scss/panelbar/_theme.scss +38 -0
- package/scss/panelbar/_variables.scss +388 -0
- package/scss/pdf-viewer/_index.scss +33 -0
- package/scss/pdf-viewer/_layout.scss +12 -0
- package/scss/pdf-viewer/_theme.scss +6 -0
- package/scss/pdf-viewer/_variables.scss +186 -0
- package/scss/pivotgrid/_index.scss +30 -0
- package/scss/pivotgrid/_layout.scss +11 -0
- package/scss/pivotgrid/_theme.scss +6 -0
- package/scss/pivotgrid/_variables.scss +344 -0
- package/scss/popover/_index.scss +20 -0
- package/scss/popover/_layout.scss +39 -0
- package/scss/popover/_theme.scss +11 -0
- package/scss/popover/_variables.scss +120 -0
- package/scss/popup/_index.scss +16 -0
- package/scss/popup/_layout.scss +6 -0
- package/scss/popup/_theme.scss +11 -0
- package/scss/popup/_variables.scss +53 -0
- package/scss/progressbar/_index.scss +16 -0
- package/scss/progressbar/_layout.scss +6 -0
- package/scss/progressbar/_theme.scss +6 -0
- package/scss/progressbar/_variables.scss +99 -0
- package/scss/prompt/_index.scss +20 -0
- package/scss/prompt/_layout.scss +10 -0
- package/scss/prompt/_theme.scss +6 -0
- package/scss/prompt/_variables.scss +105 -0
- package/scss/prompt-box/_index.scss +24 -0
- package/scss/prompt-box/_layout.scss +6 -0
- package/scss/prompt-box/_theme.scss +12 -0
- package/scss/prompt-box/_variables.scss +34 -0
- package/scss/radio/_index.scss +16 -0
- package/scss/radio/_layout.scss +11 -0
- package/scss/radio/_theme.scss +30 -0
- package/scss/radio/_variables.scss +239 -0
- package/scss/rating/_index.scss +18 -0
- package/scss/rating/_layout.scss +6 -0
- package/scss/rating/_theme.scss +20 -0
- package/scss/rating/_variables.scss +84 -0
- package/scss/responsivepanel/_index.scss +18 -0
- package/scss/responsivepanel/_layout.scss +6 -0
- package/scss/responsivepanel/_theme.scss +6 -0
- package/scss/responsivepanel/_variables.scss +1 -0
- package/scss/ripple/_index.scss +16 -0
- package/scss/ripple/_layout.scss +6 -0
- package/scss/ripple/_theme.scss +6 -0
- package/scss/ripple/_variables.scss +1 -0
- package/scss/scheduler/_index.scss +34 -0
- package/scss/scheduler/_layout.scss +22 -0
- package/scss/scheduler/_theme.scss +21 -0
- package/scss/scheduler/_variables.scss +351 -0
- package/scss/scroller/_index.scss +18 -0
- package/scss/scroller/_layout.scss +6 -0
- package/scss/scroller/_theme.scss +6 -0
- package/scss/scroller/_variables.scss +1 -0
- package/scss/scrollview/_index.scss +20 -0
- package/scss/scrollview/_layout.scss +11 -0
- package/scss/scrollview/_theme.scss +6 -0
- package/scss/scrollview/_variables.scss +126 -0
- package/scss/searchbox/_index.scss +22 -0
- package/scss/searchbox/_layout.scss +6 -0
- package/scss/searchbox/_theme.scss +6 -0
- package/scss/searchbox/_variables.scss +1 -0
- package/scss/segmented-control/_index.scss +16 -0
- package/scss/segmented-control/_layout.scss +6 -0
- package/scss/segmented-control/_theme.scss +22 -0
- package/scss/segmented-control/_variables.scss +143 -0
- package/scss/signature/_index.scss +20 -0
- package/scss/signature/_layout.scss +6 -0
- package/scss/signature/_theme.scss +6 -0
- package/scss/signature/_variables.scss +93 -0
- package/scss/skeleton/_index.scss +16 -0
- package/scss/skeleton/_layout.scss +6 -0
- package/scss/skeleton/_theme.scss +6 -0
- package/scss/skeleton/_variables.scss +34 -0
- package/scss/slider/_index.scss +22 -0
- package/scss/slider/_layout.scss +21 -0
- package/scss/slider/_theme.scss +33 -0
- package/scss/slider/_variables.scss +163 -0
- package/scss/smart-box/_index.scss +25 -0
- package/scss/smart-box/_layout.scss +6 -0
- package/scss/smart-box/_theme.scss +6 -0
- package/scss/smart-box/_variables.scss +70 -0
- package/scss/speech-to-text-button/_index.scss +18 -0
- package/scss/speech-to-text-button/_layout.scss +5 -0
- package/scss/speech-to-text-button/_theme.scss +5 -0
- package/scss/speech-to-text-button/_variables.scss +1 -0
- package/scss/split-button/_index.scss +24 -0
- package/scss/split-button/_layout.scss +27 -0
- package/scss/split-button/_theme.scss +6 -0
- package/scss/split-button/_variables.scss +46 -0
- package/scss/splitter/_index.scss +22 -0
- package/scss/splitter/_layout.scss +6 -0
- package/scss/splitter/_theme.scss +6 -0
- package/scss/splitter/_variables.scss +89 -0
- package/scss/spreadsheet/_index.scss +48 -0
- package/scss/spreadsheet/_layout.scss +15 -0
- package/scss/spreadsheet/_theme.scss +26 -0
- package/scss/spreadsheet/_variables.scss +371 -0
- package/scss/spreadsheet/images/image-default.png +0 -0
- package/scss/stacklayout/_index.scss +19 -0
- package/scss/stacklayout/_layout.scss +6 -0
- package/scss/stacklayout/_theme.scss +6 -0
- package/scss/stacklayout/_variables.scss +1 -0
- package/scss/stepper/_index.scss +20 -0
- package/scss/stepper/_layout.scss +6 -0
- package/scss/stepper/_theme.scss +6 -0
- package/scss/stepper/_variables.scss +307 -0
- package/scss/suggestion/_index.scss +16 -0
- package/scss/suggestion/_layout.scss +11 -0
- package/scss/suggestion/_theme.scss +52 -0
- package/scss/suggestion/_variables.scss +78 -0
- package/scss/switch/_index.scss +16 -0
- package/scss/switch/_layout.scss +6 -0
- package/scss/switch/_theme.scss +45 -0
- package/scss/switch/_variables.scss +398 -0
- package/scss/table/_index.scss +16 -0
- package/scss/table/_layout.scss +6 -0
- package/scss/table/_theme.scss +6 -0
- package/scss/table/_variables.scss +229 -0
- package/scss/tabstrip/_index.scss +25 -0
- package/scss/tabstrip/_layout.scss +43 -0
- package/scss/tabstrip/_theme.scss +27 -0
- package/scss/tabstrip/_variables.scss +273 -0
- package/scss/taskboard/_index.scss +32 -0
- package/scss/taskboard/_layout.scss +6 -0
- package/scss/taskboard/_theme.scss +20 -0
- package/scss/taskboard/_variables.scss +336 -0
- package/scss/textarea/_index.scss +27 -0
- package/scss/textarea/_layout.scss +6 -0
- package/scss/textarea/_theme.scss +6 -0
- package/scss/textarea/_variables.scss +1 -0
- package/scss/textbox/_index.scss +20 -0
- package/scss/textbox/_layout.scss +6 -0
- package/scss/textbox/_theme.scss +6 -0
- package/scss/textbox/_variables.scss +1 -0
- package/scss/tilelayout/_index.scss +24 -0
- package/scss/tilelayout/_layout.scss +12 -0
- package/scss/tilelayout/_theme.scss +6 -0
- package/scss/tilelayout/_variables.scss +58 -0
- package/scss/time-marker/_index.scss +16 -0
- package/scss/time-marker/_layout.scss +5 -0
- package/scss/time-marker/_theme.scss +6 -0
- package/scss/time-marker/_variables.scss +13 -0
- package/scss/timedurationpicker/_index.scss +28 -0
- package/scss/timedurationpicker/_layout.scss +14 -0
- package/scss/timedurationpicker/_theme.scss +13 -0
- package/scss/timedurationpicker/_variables.scss +1 -0
- package/scss/timeline/_index.scss +22 -0
- package/scss/timeline/_layout.scss +6 -0
- package/scss/timeline/_theme.scss +11 -0
- package/scss/timeline/_variables.scss +223 -0
- package/scss/timepicker/_index.scss +26 -0
- package/scss/timepicker/_layout.scss +10 -0
- package/scss/timepicker/_theme.scss +6 -0
- package/scss/timepicker/_variables.scss +1 -0
- package/scss/timeselector/_index.scss +22 -0
- package/scss/timeselector/_layout.scss +23 -0
- package/scss/timeselector/_theme.scss +16 -0
- package/scss/timeselector/_variables.scss +197 -0
- package/scss/toolbar/_index.scss +27 -0
- package/scss/toolbar/_layout.scss +6 -0
- package/scss/toolbar/_theme.scss +11 -0
- package/scss/toolbar/_variables.scss +196 -0
- package/scss/tooltip/_functions.scss +17 -0
- package/scss/tooltip/_index.scss +22 -0
- package/scss/tooltip/_layout.scss +10 -0
- package/scss/tooltip/_theme.scss +11 -0
- package/scss/tooltip/_variables.scss +81 -0
- package/scss/treelist/_index.scss +20 -0
- package/scss/treelist/_layout.scss +10 -0
- package/scss/treelist/_theme.scss +11 -0
- package/scss/treelist/_variables.scss +15 -0
- package/scss/treeview/_index.scss +20 -0
- package/scss/treeview/_layout.scss +15 -0
- package/scss/treeview/_theme.scss +22 -0
- package/scss/treeview/_variables.scss +227 -0
- package/scss/typography/_index.scss +18 -0
- package/scss/typography/_layout.scss +6 -0
- package/scss/typography/_theme.scss +6 -0
- package/scss/typography/_variables.scss +419 -0
- package/scss/upload/_index.scss +28 -0
- package/scss/upload/_layout.scss +15 -0
- package/scss/upload/_theme.scss +6 -0
- package/scss/upload/_variables.scss +152 -0
- package/scss/utils/_index.scss +1 -0
- package/scss/validator/_index.scss +24 -0
- package/scss/validator/_layout.scss +6 -0
- package/scss/validator/_theme.scss +6 -0
- package/scss/validator/_variables.scss +0 -0
- package/scss/virtual-scroller/_index.scss +20 -0
- package/scss/virtual-scroller/_layout.scss +6 -0
- package/scss/virtual-scroller/_theme.scss +6 -0
- package/scss/virtual-scroller/_variables.scss +1 -0
- package/scss/window/_index.scss +26 -0
- package/scss/window/_layout.scss +25 -0
- package/scss/window/_theme.scss +20 -0
- package/scss/window/_variables.scss +134 -0
- package/scss/wizard/_index.scss +24 -0
- package/scss/wizard/_layout.scss +6 -0
- package/scss/wizard/_theme.scss +6 -0
- package/scss/wizard/_variables.scss +49 -0
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
@use "../core/_index.scss" as *;
|
|
2
|
+
@use "../icons/_variables.scss" as *;
|
|
3
|
+
@use "../core/_index.scss" as *;
|
|
4
|
+
|
|
5
|
+
// Rating
|
|
6
|
+
|
|
7
|
+
/// The font family of the Rating.
|
|
8
|
+
/// @group rating
|
|
9
|
+
$kendo-rating-font-family: var( --kendo-font-family, inherit ) !default;
|
|
10
|
+
/// The font size of the Rating.
|
|
11
|
+
/// @group rating
|
|
12
|
+
$kendo-rating-font-size: var( --kendo-font-size, inherit ) !default;
|
|
13
|
+
/// The line height of the Rating.
|
|
14
|
+
/// @group rating
|
|
15
|
+
$kendo-rating-line-height: var( --kendo-line-height, normal ) !default;
|
|
16
|
+
|
|
17
|
+
/// The horizontal margin of the Rating container.
|
|
18
|
+
/// @group rating
|
|
19
|
+
$kendo-rating-container-margin-x: k-spacing(1) !default;
|
|
20
|
+
|
|
21
|
+
/// The horizontal padding of the Rating item.
|
|
22
|
+
/// @group rating
|
|
23
|
+
$kendo-rating-item-padding-x: k-spacing(1) !default;
|
|
24
|
+
/// The vertical padding of the Rating item.
|
|
25
|
+
/// @group rating
|
|
26
|
+
$kendo-rating-item-padding-y: k-spacing(1) !default;
|
|
27
|
+
|
|
28
|
+
/// The horizontal margin of the Rating label.
|
|
29
|
+
/// @group rating
|
|
30
|
+
$kendo-rating-label-margin-x: k-spacing(2) !default;
|
|
31
|
+
/// The vertical margin of the Rating label.
|
|
32
|
+
/// @group rating
|
|
33
|
+
$kendo-rating-label-margin-y: k-spacing(1) !default;
|
|
34
|
+
/// The line height of the Rating label.
|
|
35
|
+
/// @group rating
|
|
36
|
+
$kendo-rating-label-line-height: var( --kendo-line-height-lg, normal ) !default;
|
|
37
|
+
|
|
38
|
+
/// The text color of the Rating icon.
|
|
39
|
+
/// @group rating
|
|
40
|
+
$kendo-rating-icon-text: k-color(on-app-surface) !default;
|
|
41
|
+
/// The text color of the selected Rating icon.
|
|
42
|
+
/// @group rating
|
|
43
|
+
$kendo-rating-icon-selected-text: k-color(secondary) !default;
|
|
44
|
+
/// The text color of the hovered Rating icon.
|
|
45
|
+
/// @group rating
|
|
46
|
+
$kendo-rating-icon-hover-text: k-color(secondary) !default;
|
|
47
|
+
/// The text color of the focused Rating icon.
|
|
48
|
+
/// @group rating
|
|
49
|
+
$kendo-rating-icon-focus-text: k-color(secondary) !default;
|
|
50
|
+
|
|
51
|
+
/// The shadow of the focused Rating icon.
|
|
52
|
+
/// @group rating
|
|
53
|
+
$kendo-rating-icon-focus-shadow: none !default;
|
|
54
|
+
/// The shadow of the focused and selected Rating icon.
|
|
55
|
+
/// @group rating
|
|
56
|
+
$kendo-rating-icon-focus-selected-shadow: none !default;
|
|
57
|
+
|
|
58
|
+
/// The outline color of the focused Rating.
|
|
59
|
+
/// @group rating
|
|
60
|
+
$kendo-rating-focus-outline-color: k-color(subtle) !default;
|
|
61
|
+
/// The outline width of the focused Rating.
|
|
62
|
+
/// @group rating
|
|
63
|
+
$kendo-rating-focus-outline-width: 1px !default;
|
|
64
|
+
/// The outline offset of the focused Rating.
|
|
65
|
+
/// @group rating
|
|
66
|
+
$kendo-rating-focus-outline-offset: 1px !default;
|
|
67
|
+
|
|
68
|
+
@forward "@progress/kendo-theme-core/scss/components/rating/_variables.scss" with (
|
|
69
|
+
$kendo-rating-font-family: $kendo-rating-font-family,
|
|
70
|
+
$kendo-rating-font-size: $kendo-rating-font-size,
|
|
71
|
+
$kendo-rating-line-height: $kendo-rating-line-height,
|
|
72
|
+
$kendo-rating-container-margin-x: $kendo-rating-container-margin-x,
|
|
73
|
+
$kendo-rating-item-padding-x: $kendo-rating-item-padding-x,
|
|
74
|
+
$kendo-rating-item-padding-y: $kendo-rating-item-padding-y,
|
|
75
|
+
$kendo-rating-label-margin-x: $kendo-rating-label-margin-x,
|
|
76
|
+
$kendo-rating-label-margin-y: $kendo-rating-label-margin-y,
|
|
77
|
+
$kendo-rating-label-line-height: $kendo-rating-label-line-height,
|
|
78
|
+
$kendo-rating-icon-text: $kendo-rating-icon-text,
|
|
79
|
+
$kendo-rating-icon-selected-text: $kendo-rating-icon-selected-text,
|
|
80
|
+
$kendo-rating-icon-hover-text: $kendo-rating-icon-hover-text,
|
|
81
|
+
$kendo-rating-icon-focus-text: $kendo-rating-icon-focus-text,
|
|
82
|
+
$kendo-rating-icon-focus-shadow: $kendo-rating-icon-focus-shadow,
|
|
83
|
+
$kendo-rating-icon-focus-selected-shadow: $kendo-rating-icon-focus-selected-shadow
|
|
84
|
+
);
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
// Dependencies
|
|
2
|
+
@use "../core/_index.scss" as *;
|
|
3
|
+
@use "../icons/_index.scss" as *;
|
|
4
|
+
|
|
5
|
+
// Component
|
|
6
|
+
@forward "./_variables.scss";
|
|
7
|
+
@use "./_layout.scss" as *;
|
|
8
|
+
@use "./_theme.scss" as *;
|
|
9
|
+
|
|
10
|
+
// Expose
|
|
11
|
+
@mixin kendo-responsive-panel--styles() {
|
|
12
|
+
@include import-once( "responsive-panel" ) {
|
|
13
|
+
@include core-styles();
|
|
14
|
+
@include kendo-icon--styles();
|
|
15
|
+
@include kendo-responsive-panel--layout();
|
|
16
|
+
@include kendo-responsive-panel--theme();
|
|
17
|
+
}
|
|
18
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
// Responsive panel
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
// Dependencies
|
|
2
|
+
@use "../core/_index.scss" as *;
|
|
3
|
+
|
|
4
|
+
// Component
|
|
5
|
+
@forward "./_variables.scss";
|
|
6
|
+
@use "./_layout.scss" as *;
|
|
7
|
+
@use "./_theme.scss" as *;
|
|
8
|
+
|
|
9
|
+
// Expose
|
|
10
|
+
@mixin kendo-ripple--styles() {
|
|
11
|
+
@include import-once( "ripple" ) {
|
|
12
|
+
@include core-styles();
|
|
13
|
+
@include kendo-ripple--layout();
|
|
14
|
+
@include kendo-ripple--theme();
|
|
15
|
+
}
|
|
16
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
// Ripple
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
// Dependencies
|
|
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 *;
|
|
11
|
+
@use "../time-marker/_index.scss" as *;
|
|
12
|
+
|
|
13
|
+
// Component
|
|
14
|
+
@forward "./_variables.scss";
|
|
15
|
+
@use "./_layout.scss" as *;
|
|
16
|
+
@use "./_theme.scss" as *;
|
|
17
|
+
|
|
18
|
+
// Expose
|
|
19
|
+
@mixin kendo-scheduler--styles() {
|
|
20
|
+
@include import-once( "scheduler" ) {
|
|
21
|
+
@include core-styles();
|
|
22
|
+
@include kendo-icon--styles();
|
|
23
|
+
@include kendo-adaptive--styles();
|
|
24
|
+
@include kendo-button--styles();
|
|
25
|
+
@include kendo-date-time-picker--styles();
|
|
26
|
+
@include kendo-dropdown-list--styles();
|
|
27
|
+
@include kendo-dialog--styles();
|
|
28
|
+
@include kendo-tooltip--styles();
|
|
29
|
+
@include kendo-time-marker--styles();
|
|
30
|
+
@include kendo-scheduler--layout();
|
|
31
|
+
@include kendo-scheduler--theme();
|
|
32
|
+
@include kendo-utils--typography--text-overflow();
|
|
33
|
+
}
|
|
34
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
@use "@progress/kendo-theme-core/scss/components/scheduler/_layout.scss" as *;
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
@mixin kendo-scheduler--layout() {
|
|
5
|
+
@include kendo-scheduler--layout-base();
|
|
6
|
+
|
|
7
|
+
.k-scheduler-header .k-scheduler-cell {
|
|
8
|
+
font-size: var(--kendo-font-size-sm);
|
|
9
|
+
font-weight: var(--kendo-font-weight-medium);
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
.k-scheduler-times .k-scheduler-cell {
|
|
13
|
+
font-size: var(--kendo-font-size-sm);
|
|
14
|
+
line-height: var(--kendo-line-height-xs);
|
|
15
|
+
font-weight: var(--kendo-font-weight-normal);
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.k-scheduler-toolbar,
|
|
19
|
+
.k-scheduler-footer {
|
|
20
|
+
border-radius: 0;
|
|
21
|
+
}
|
|
22
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
@use "../core/_index.scss" as *;
|
|
2
|
+
@use "variables.scss" as *;
|
|
3
|
+
@use "@progress/kendo-theme-core/scss/components/scheduler/_theme.scss" as *;
|
|
4
|
+
@use "./variables.scss" as *;
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
@mixin kendo-scheduler--theme() {
|
|
8
|
+
@include kendo-scheduler--theme-base();
|
|
9
|
+
|
|
10
|
+
.k-scheduler-times {
|
|
11
|
+
color: $kendo-scheduler-timecolumn-text;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.k-scheduler {
|
|
15
|
+
background-color: unset;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.k-scheduler-layout {
|
|
19
|
+
background-color: $kendo-scheduler-bg;
|
|
20
|
+
}
|
|
21
|
+
}
|
|
@@ -0,0 +1,351 @@
|
|
|
1
|
+
@use "sass:math";
|
|
2
|
+
@use "../core/_index.scss" as *;
|
|
3
|
+
@use "../toolbar/_variables.scss" as *;
|
|
4
|
+
@use "../calendar/_variables.scss" as *;
|
|
5
|
+
|
|
6
|
+
// Scheduler
|
|
7
|
+
|
|
8
|
+
/// The width of the border around the Scheduler.
|
|
9
|
+
/// @group scheduler
|
|
10
|
+
$kendo-scheduler-border-width: 1px !default;
|
|
11
|
+
/// The border radius of the Scheduler.
|
|
12
|
+
/// @group scheduler
|
|
13
|
+
$kendo-scheduler-border-radius: k-border-radius(xxl) !default;
|
|
14
|
+
/// The font family of the Scheduler.
|
|
15
|
+
/// @group scheduler
|
|
16
|
+
$kendo-scheduler-font-family: var( --kendo-font-family, inherit ) !default;
|
|
17
|
+
/// The font size of the Scheduler.
|
|
18
|
+
/// @group scheduler
|
|
19
|
+
$kendo-scheduler-font-size: var( --kendo-font-size, inherit ) !default;
|
|
20
|
+
/// The line height of the Scheduler.
|
|
21
|
+
/// @group scheduler
|
|
22
|
+
$kendo-scheduler-line-height: var( --kendo-line-height, normal ) !default;
|
|
23
|
+
|
|
24
|
+
/// The background color of the Scheduler.
|
|
25
|
+
/// @group scheduler
|
|
26
|
+
$kendo-scheduler-bg: k-color(surface-alt) !default;
|
|
27
|
+
/// The text color of the Scheduler.
|
|
28
|
+
/// @group scheduler
|
|
29
|
+
$kendo-scheduler-text: k-color(on-app-surface) !default;
|
|
30
|
+
/// The border color of the Scheduler.
|
|
31
|
+
/// @group scheduler
|
|
32
|
+
$kendo-scheduler-border: k-color(border) !default;
|
|
33
|
+
|
|
34
|
+
/// The background color of the Scheduler ToolBar.
|
|
35
|
+
/// @group scheduler
|
|
36
|
+
$kendo-scheduler-toolbar-bg: k-translucency-bg($kendo-toolbar-bg) !default;
|
|
37
|
+
/// The text color of the Scheduler ToolBar.
|
|
38
|
+
/// @group scheduler
|
|
39
|
+
$kendo-scheduler-toolbar-text: $kendo-toolbar-text !default;
|
|
40
|
+
/// The border color of the Scheduler ToolBar.
|
|
41
|
+
/// @group scheduler
|
|
42
|
+
$kendo-scheduler-toolbar-border: $kendo-toolbar-border !default;
|
|
43
|
+
/// The gradient of the Scheduler ToolBar.
|
|
44
|
+
/// @group scheduler
|
|
45
|
+
$kendo-scheduler-toolbar-gradient: $kendo-toolbar-gradient !default;
|
|
46
|
+
|
|
47
|
+
/// The background color of the Scheduler footer.
|
|
48
|
+
/// @group scheduler
|
|
49
|
+
$kendo-scheduler-footer-bg: k-translucency-bg($kendo-toolbar-bg) !default;
|
|
50
|
+
/// The text color of the Scheduler footer.
|
|
51
|
+
/// @group scheduler
|
|
52
|
+
$kendo-scheduler-footer-text: $kendo-toolbar-text !default;
|
|
53
|
+
/// The border color of the Scheduler footer.
|
|
54
|
+
/// @group scheduler
|
|
55
|
+
$kendo-scheduler-footer-border: $kendo-toolbar-border !default;
|
|
56
|
+
/// The gradient of the Scheduler footer.
|
|
57
|
+
/// @group scheduler
|
|
58
|
+
$kendo-scheduler-footer-gradient: $kendo-toolbar-gradient !default;
|
|
59
|
+
|
|
60
|
+
/// The minimum height of the Scheduler event.
|
|
61
|
+
/// @group scheduler
|
|
62
|
+
$kendo-scheduler-event-min-height: 25px !default;
|
|
63
|
+
/// The border radius of the Scheduler event.
|
|
64
|
+
/// @group scheduler
|
|
65
|
+
$kendo-scheduler-event-border-radius: k-border-radius(sm) !default;
|
|
66
|
+
/// The line height of the Scheduler event.
|
|
67
|
+
/// @group scheduler
|
|
68
|
+
$kendo-scheduler-event-line-height: calc( #{$kendo-scheduler-event-min-height} - (2 * #{k-spacing(1)}) ) !default;
|
|
69
|
+
|
|
70
|
+
/// The background color of the Scheduler event.
|
|
71
|
+
/// @group scheduler
|
|
72
|
+
$kendo-scheduler-event-bg: k-color(secondary-subtle) !default;
|
|
73
|
+
/// The text color of the Scheduler event.
|
|
74
|
+
/// @group scheduler
|
|
75
|
+
$kendo-scheduler-event-text: k-color(secondary-on-subtle) !default;
|
|
76
|
+
/// The border color of the Scheduler event.
|
|
77
|
+
/// @group scheduler
|
|
78
|
+
$kendo-scheduler-event-border: k-color(secondary-subtle) !default;
|
|
79
|
+
/// The gradient of the Scheduler event.
|
|
80
|
+
/// @group scheduler
|
|
81
|
+
$kendo-scheduler-event-gradient: null !default;
|
|
82
|
+
/// The shadow of the Scheduler event.
|
|
83
|
+
/// @group scheduler
|
|
84
|
+
$kendo-scheduler-event-shadow: inset 3px 0 0 0 k-color(secondary) !default;
|
|
85
|
+
|
|
86
|
+
/// The background color of the hovered Scheduler event.
|
|
87
|
+
/// @group scheduler
|
|
88
|
+
$kendo-scheduler-event-hover-bg: null !default;
|
|
89
|
+
/// The text color of the hovered Scheduler event.
|
|
90
|
+
/// @group scheduler
|
|
91
|
+
$kendo-scheduler-event-hover-text: null !default;
|
|
92
|
+
/// The border color of the hovered Scheduler event.
|
|
93
|
+
/// @group scheduler
|
|
94
|
+
$kendo-scheduler-event-hover-border: null !default;
|
|
95
|
+
/// The gradient of the hovered Scheduler event.
|
|
96
|
+
/// @group scheduler
|
|
97
|
+
$kendo-scheduler-event-hover-gradient: null !default;
|
|
98
|
+
/// The shadow of the hovered Scheduler event.
|
|
99
|
+
/// @group scheduler
|
|
100
|
+
$kendo-scheduler-event-hover-shadow: null !default;
|
|
101
|
+
|
|
102
|
+
/// The background color of the selected Scheduler event.
|
|
103
|
+
/// @group scheduler
|
|
104
|
+
$kendo-scheduler-event-selected-bg: k-color(secondary-subtle) !default;
|
|
105
|
+
/// The text color of the selected Scheduler event.
|
|
106
|
+
/// @group scheduler
|
|
107
|
+
$kendo-scheduler-event-selected-text: k-color(secondary-on-subtle) !default;
|
|
108
|
+
/// The border color of the selected Scheduler event.
|
|
109
|
+
/// @group scheduler
|
|
110
|
+
$kendo-scheduler-event-selected-border: null !default;
|
|
111
|
+
/// The gradient of the selected Scheduler event.
|
|
112
|
+
/// @group scheduler
|
|
113
|
+
$kendo-scheduler-event-selected-gradient: null !default;
|
|
114
|
+
/// The shadow of the selected Scheduler event.
|
|
115
|
+
/// @group scheduler
|
|
116
|
+
$kendo-scheduler-event-selected-shadow: inset 3px 0 0 0 k-color(secondary), 0 0 0 1px white, 0 0 0 2px k-color(secondary-on-surface) !default;
|
|
117
|
+
|
|
118
|
+
/// The shadow of the ongoing Scheduler event.
|
|
119
|
+
/// @group scheduler
|
|
120
|
+
$kendo-scheduler-event-ongoing-shadow: inset 0px 0px 0px 1px #ff0000 !default;
|
|
121
|
+
|
|
122
|
+
/// The horizontal padding of the Scheduler cell.
|
|
123
|
+
/// @group scheduler
|
|
124
|
+
$kendo-scheduler-cell-padding-x: k-spacing(2.5) !default;
|
|
125
|
+
/// The vertical padding of the Scheduler cell.
|
|
126
|
+
/// @group scheduler
|
|
127
|
+
$kendo-scheduler-cell-padding-y: k-spacing(2.5) !default;
|
|
128
|
+
/// The height of the Scheduler cell.
|
|
129
|
+
/// @group scheduler
|
|
130
|
+
$kendo-scheduler-cell-height: $kendo-line-height-em !default;
|
|
131
|
+
/// The width of the Scheduler date column.
|
|
132
|
+
/// @group scheduler
|
|
133
|
+
$kendo-scheduler-datecolumn-width: 12em !default;
|
|
134
|
+
/// The width of the Scheduler time column.
|
|
135
|
+
/// @group scheduler
|
|
136
|
+
$kendo-scheduler-timecolumn-width: 11em !default;
|
|
137
|
+
|
|
138
|
+
/// The background color of the non-working hours in the Scheduler.
|
|
139
|
+
/// @group scheduler
|
|
140
|
+
$kendo-scheduler-nonwork-bg: k-color(base) !default;
|
|
141
|
+
/// The text color of the non-working hours in the Scheduler.
|
|
142
|
+
/// @group scheduler
|
|
143
|
+
$kendo-scheduler-nonwork-text: null !default;
|
|
144
|
+
|
|
145
|
+
/// The text color of the Scheduler time column.
|
|
146
|
+
/// @group scheduler
|
|
147
|
+
$kendo-scheduler-timecolumn-text: k-color(subtle) !default;
|
|
148
|
+
|
|
149
|
+
/// The background color of the preceding/subsequent month cells in the Calendar.
|
|
150
|
+
/// @group scheduler
|
|
151
|
+
$kendo-scheduler-othermonth-bg: k-color(base) !default;
|
|
152
|
+
/// The text color of the preceding/subsequent month cells in the Calendar.
|
|
153
|
+
/// @group scheduler
|
|
154
|
+
$kendo-scheduler-othermonth-text: null !default;
|
|
155
|
+
|
|
156
|
+
/// The horizontal padding of the year view in the Scheduler.
|
|
157
|
+
/// @group scheduler
|
|
158
|
+
$kendo-scheduler-yearview-padding-x: k-spacing(3) !default;
|
|
159
|
+
/// The vertical padding of the year view in the Scheduler.
|
|
160
|
+
/// @group scheduler
|
|
161
|
+
$kendo-scheduler-yearview-padding-y: $kendo-scheduler-yearview-padding-x !default;
|
|
162
|
+
|
|
163
|
+
/// The spacing between the calendars of the year view in the Scheduler.
|
|
164
|
+
/// @group scheduler
|
|
165
|
+
$kendo-scheduler-yearview-calendar-gap: k-spacing(3) !default;
|
|
166
|
+
|
|
167
|
+
/// The days with events indicator size of the year view in the Scheduler.
|
|
168
|
+
/// @group scheduler
|
|
169
|
+
$kendo-scheduler-yearview-indicator-size: 3px !default;
|
|
170
|
+
/// The top position of the days with events indicator of the year view in the Scheduler.
|
|
171
|
+
/// @group scheduler
|
|
172
|
+
$kendo-scheduler-yearview-indicator-calc-offset-top: calc( #{$kendo-calendar-cell-size} - (#{$kendo-calendar-cell-padding-y} * 2)) !default;
|
|
173
|
+
/// The left position of the days with events indicator of the year view in the Scheduler.
|
|
174
|
+
/// @group scheduler
|
|
175
|
+
$kendo-scheduler-yearview-indicator-calc-offset-left: calc( 50% - #{math.div( $kendo-scheduler-yearview-indicator-size, 2 )} ) !default;
|
|
176
|
+
/// The border radius of the days with events indicator of the year view in the Scheduler.
|
|
177
|
+
/// @group scheduler
|
|
178
|
+
$kendo-scheduler-yearview-indicator-border-radius: 50% !default;
|
|
179
|
+
/// The background color of the days with events indicator of the year view in the Scheduler.
|
|
180
|
+
/// @group scheduler
|
|
181
|
+
$kendo-scheduler-yearview-indicator-bg: k-color(primary) !default;
|
|
182
|
+
/// The background color of the selected days with events indicator of the year view in the Scheduler.
|
|
183
|
+
/// @group scheduler
|
|
184
|
+
$kendo-scheduler-yearview-indicator-selected-bg: k-color(on-primary) !default;
|
|
185
|
+
|
|
186
|
+
/// The horizontal padding of the Scheduler Tooltip.
|
|
187
|
+
/// @group scheduler
|
|
188
|
+
$kendo-scheduler-tooltip-padding-x: k-spacing(2) !default;
|
|
189
|
+
/// The vertical padding of the Scheduler Tooltip.
|
|
190
|
+
/// @group scheduler
|
|
191
|
+
$kendo-scheduler-tooltip-padding-y: k-spacing(2) !default;
|
|
192
|
+
/// The width of the border of the Scheduler Tooltip.
|
|
193
|
+
/// @group scheduler
|
|
194
|
+
$kendo-scheduler-tooltip-border-width: 0 !default;
|
|
195
|
+
/// The background color of the Scheduler Tooltip.
|
|
196
|
+
/// @group scheduler
|
|
197
|
+
$kendo-scheduler-tooltip-bg: k-color(on-primary) !default;
|
|
198
|
+
/// The text color of the Scheduler Tooltip.
|
|
199
|
+
/// @group scheduler
|
|
200
|
+
$kendo-scheduler-tooltip-text: k-color(on-app-surface) !default;
|
|
201
|
+
/// The border color of the Scheduler Tooltip.
|
|
202
|
+
/// @group scheduler
|
|
203
|
+
$kendo-scheduler-tooltip-border: null !default;
|
|
204
|
+
/// The shadow of the Scheduler Tooltip.
|
|
205
|
+
/// @group scheduler
|
|
206
|
+
$kendo-scheduler-tooltip-shadow: k-elevation(2) !default;
|
|
207
|
+
|
|
208
|
+
/// The vertical margin of the Scheduler Tooltip title.
|
|
209
|
+
/// @group scheduler
|
|
210
|
+
$kendo-scheduler-tooltip-title-margin-y: k-spacing(3) !default;
|
|
211
|
+
/// The font size of the month inside the Scheduler Tooltip.
|
|
212
|
+
/// @group scheduler
|
|
213
|
+
$kendo-scheduler-tooltip-month-font-size: var( --kendo-font-size-sm, inherit ) !default;
|
|
214
|
+
/// The font size of the day inside the Scheduler Tooltip.
|
|
215
|
+
/// @group scheduler
|
|
216
|
+
$kendo-scheduler-tooltip-day-font-size: calc( var( --kendo-font-size-sm, .75rem ) * 2 ) !default;
|
|
217
|
+
|
|
218
|
+
/// The max height of the events inside the Scheduler Tooltip.
|
|
219
|
+
/// @group scheduler
|
|
220
|
+
$kendo-scheduler-tooltip-events-max-height: 250px !default;
|
|
221
|
+
/// The spacing between the events inside the Scheduler Tooltip.
|
|
222
|
+
/// @group scheduler
|
|
223
|
+
$kendo-scheduler-tooltip-events-gap: k-spacing(1) !default;
|
|
224
|
+
|
|
225
|
+
/// The horizontal padding of the events inside the Scheduler Tooltip.
|
|
226
|
+
/// @group scheduler
|
|
227
|
+
$kendo-scheduler-tooltip-event-padding-x: k-spacing(2) !default;
|
|
228
|
+
/// The vertical padding of the events inside the Scheduler Tooltip.
|
|
229
|
+
/// @group scheduler
|
|
230
|
+
$kendo-scheduler-tooltip-event-padding-y: k-spacing(1) !default;
|
|
231
|
+
/// The border radius of the events inside the Scheduler Tooltip.
|
|
232
|
+
/// @group scheduler
|
|
233
|
+
$kendo-scheduler-tooltip-event-border-radius: k-border-radius(md) !default;
|
|
234
|
+
/// The spacing between the events items inside the Scheduler Tooltip.
|
|
235
|
+
/// @group scheduler
|
|
236
|
+
$kendo-scheduler-tooltip-event-gap: k-spacing(1) !default;
|
|
237
|
+
|
|
238
|
+
/// The color of the Scheduler Tooltip callout.
|
|
239
|
+
/// @group scheduler
|
|
240
|
+
$kendo-scheduler-tooltip-callout-text: $kendo-scheduler-tooltip-bg !default;
|
|
241
|
+
|
|
242
|
+
/// The padding of the Scheduler appointments.
|
|
243
|
+
/// @group scheduler
|
|
244
|
+
$kendo-scheduler-appointments-padding: k-spacing(2) !default;
|
|
245
|
+
|
|
246
|
+
/// The horizontal padding of the Scheduler event template.
|
|
247
|
+
/// @group scheduler
|
|
248
|
+
$kendo-scheduler-event-template-padding-x: k-spacing(2) !default;
|
|
249
|
+
/// The vertical padding of the Scheduler event template.
|
|
250
|
+
/// @group scheduler
|
|
251
|
+
$kendo-scheduler-event-template-padding-y: k-spacing(1) !default;
|
|
252
|
+
|
|
253
|
+
/// The inline inset of the Scheduler event actions.
|
|
254
|
+
/// @group scheduler
|
|
255
|
+
$kendo-scheduler-event-actions-inset-x: k-spacing(2) !default;
|
|
256
|
+
|
|
257
|
+
/// The margin of the Scheduler event indicators.
|
|
258
|
+
/// @group scheduler
|
|
259
|
+
$kendo-scheduler-indicators-margin: k-spacing(0.5) k-spacing(1) !default;
|
|
260
|
+
|
|
261
|
+
/// The inline inset of the Scheduler marquee labels.
|
|
262
|
+
/// @group scheduler
|
|
263
|
+
$kendo-scheduler-marquee-label-inset-x: k-spacing(1) !default;
|
|
264
|
+
/// The block inset of the Scheduler marquee labels.
|
|
265
|
+
/// @group scheduler
|
|
266
|
+
$kendo-scheduler-marquee-label-inset-y: k-spacing(0.5) !default;
|
|
267
|
+
|
|
268
|
+
/// The background color of the Scheduler header.
|
|
269
|
+
/// @group scheduler
|
|
270
|
+
$kendo-scheduler-header-bg: k-translucency-bg(k-color(surface)) !default;
|
|
271
|
+
|
|
272
|
+
@forward "@progress/kendo-theme-core/scss/components/scheduler/_variables.scss" with (
|
|
273
|
+
$kendo-scheduler-border-width: $kendo-scheduler-border-width,
|
|
274
|
+
$kendo-scheduler-border-radius: $kendo-scheduler-border-radius,
|
|
275
|
+
$kendo-scheduler-font-family: $kendo-scheduler-font-family,
|
|
276
|
+
$kendo-scheduler-font-size: $kendo-scheduler-font-size,
|
|
277
|
+
$kendo-scheduler-line-height: $kendo-scheduler-line-height,
|
|
278
|
+
$kendo-scheduler-bg: $kendo-scheduler-bg,
|
|
279
|
+
$kendo-scheduler-text: $kendo-scheduler-text,
|
|
280
|
+
$kendo-scheduler-border: $kendo-scheduler-border,
|
|
281
|
+
$kendo-scheduler-toolbar-bg: $kendo-scheduler-toolbar-bg,
|
|
282
|
+
$kendo-scheduler-toolbar-text: $kendo-scheduler-toolbar-text,
|
|
283
|
+
$kendo-scheduler-toolbar-border: $kendo-scheduler-toolbar-border,
|
|
284
|
+
$kendo-scheduler-toolbar-gradient: $kendo-scheduler-toolbar-gradient,
|
|
285
|
+
$kendo-scheduler-footer-bg: $kendo-scheduler-footer-bg,
|
|
286
|
+
$kendo-scheduler-footer-text: $kendo-scheduler-footer-text,
|
|
287
|
+
$kendo-scheduler-footer-border: $kendo-scheduler-footer-border,
|
|
288
|
+
$kendo-scheduler-footer-gradient: $kendo-scheduler-footer-gradient,
|
|
289
|
+
$kendo-scheduler-event-min-height: $kendo-scheduler-event-min-height,
|
|
290
|
+
$kendo-scheduler-event-border-radius: $kendo-scheduler-event-border-radius,
|
|
291
|
+
$kendo-scheduler-event-line-height: $kendo-scheduler-event-line-height,
|
|
292
|
+
$kendo-scheduler-event-bg: $kendo-scheduler-event-bg,
|
|
293
|
+
$kendo-scheduler-event-text: $kendo-scheduler-event-text,
|
|
294
|
+
$kendo-scheduler-event-border: $kendo-scheduler-event-border,
|
|
295
|
+
$kendo-scheduler-event-gradient: $kendo-scheduler-event-gradient,
|
|
296
|
+
$kendo-scheduler-event-shadow: $kendo-scheduler-event-shadow,
|
|
297
|
+
$kendo-scheduler-event-hover-bg: $kendo-scheduler-event-hover-bg,
|
|
298
|
+
$kendo-scheduler-event-hover-text: $kendo-scheduler-event-hover-text,
|
|
299
|
+
$kendo-scheduler-event-hover-border: $kendo-scheduler-event-hover-border,
|
|
300
|
+
$kendo-scheduler-event-hover-gradient: $kendo-scheduler-event-hover-gradient,
|
|
301
|
+
$kendo-scheduler-event-hover-shadow: $kendo-scheduler-event-hover-shadow,
|
|
302
|
+
$kendo-scheduler-event-selected-bg: $kendo-scheduler-event-selected-bg,
|
|
303
|
+
$kendo-scheduler-event-selected-text: $kendo-scheduler-event-selected-text,
|
|
304
|
+
$kendo-scheduler-event-selected-border: $kendo-scheduler-event-selected-border,
|
|
305
|
+
$kendo-scheduler-event-selected-gradient: $kendo-scheduler-event-selected-gradient,
|
|
306
|
+
$kendo-scheduler-event-selected-shadow: $kendo-scheduler-event-selected-shadow,
|
|
307
|
+
$kendo-scheduler-event-ongoing-shadow: $kendo-scheduler-event-ongoing-shadow,
|
|
308
|
+
$kendo-scheduler-cell-padding-x: $kendo-scheduler-cell-padding-x,
|
|
309
|
+
$kendo-scheduler-cell-padding-y: $kendo-scheduler-cell-padding-y,
|
|
310
|
+
$kendo-scheduler-cell-height: $kendo-scheduler-cell-height,
|
|
311
|
+
$kendo-scheduler-datecolumn-width: $kendo-scheduler-datecolumn-width,
|
|
312
|
+
$kendo-scheduler-timecolumn-width: $kendo-scheduler-timecolumn-width,
|
|
313
|
+
$kendo-scheduler-nonwork-bg: $kendo-scheduler-nonwork-bg,
|
|
314
|
+
$kendo-scheduler-nonwork-text: $kendo-scheduler-nonwork-text,
|
|
315
|
+
$kendo-scheduler-othermonth-bg: $kendo-scheduler-othermonth-bg,
|
|
316
|
+
$kendo-scheduler-othermonth-text: $kendo-scheduler-othermonth-text,
|
|
317
|
+
$kendo-scheduler-yearview-padding-x: $kendo-scheduler-yearview-padding-x,
|
|
318
|
+
$kendo-scheduler-yearview-padding-y: $kendo-scheduler-yearview-padding-y,
|
|
319
|
+
$kendo-scheduler-yearview-calendar-gap: $kendo-scheduler-yearview-calendar-gap,
|
|
320
|
+
$kendo-scheduler-yearview-indicator-size: $kendo-scheduler-yearview-indicator-size,
|
|
321
|
+
$kendo-scheduler-yearview-indicator-calc-offset-top: $kendo-scheduler-yearview-indicator-calc-offset-top,
|
|
322
|
+
$kendo-scheduler-yearview-indicator-calc-offset-left: $kendo-scheduler-yearview-indicator-calc-offset-left,
|
|
323
|
+
$kendo-scheduler-yearview-indicator-border-radius: $kendo-scheduler-yearview-indicator-border-radius,
|
|
324
|
+
$kendo-scheduler-yearview-indicator-bg: $kendo-scheduler-yearview-indicator-bg,
|
|
325
|
+
$kendo-scheduler-yearview-indicator-selected-bg: $kendo-scheduler-yearview-indicator-selected-bg,
|
|
326
|
+
$kendo-scheduler-tooltip-padding-x: $kendo-scheduler-tooltip-padding-x,
|
|
327
|
+
$kendo-scheduler-tooltip-padding-y: $kendo-scheduler-tooltip-padding-y,
|
|
328
|
+
$kendo-scheduler-tooltip-border-width: $kendo-scheduler-tooltip-border-width,
|
|
329
|
+
$kendo-scheduler-tooltip-bg: $kendo-scheduler-tooltip-bg,
|
|
330
|
+
$kendo-scheduler-tooltip-text: $kendo-scheduler-tooltip-text,
|
|
331
|
+
$kendo-scheduler-tooltip-border: $kendo-scheduler-tooltip-border,
|
|
332
|
+
$kendo-scheduler-tooltip-shadow: $kendo-scheduler-tooltip-shadow,
|
|
333
|
+
$kendo-scheduler-tooltip-title-margin-y: $kendo-scheduler-tooltip-title-margin-y,
|
|
334
|
+
$kendo-scheduler-tooltip-month-font-size: $kendo-scheduler-tooltip-month-font-size,
|
|
335
|
+
$kendo-scheduler-tooltip-day-font-size: $kendo-scheduler-tooltip-day-font-size,
|
|
336
|
+
$kendo-scheduler-tooltip-events-max-height: $kendo-scheduler-tooltip-events-max-height,
|
|
337
|
+
$kendo-scheduler-tooltip-events-gap: $kendo-scheduler-tooltip-events-gap,
|
|
338
|
+
$kendo-scheduler-tooltip-event-padding-x: $kendo-scheduler-tooltip-event-padding-x,
|
|
339
|
+
$kendo-scheduler-tooltip-event-padding-y: $kendo-scheduler-tooltip-event-padding-y,
|
|
340
|
+
$kendo-scheduler-tooltip-event-border-radius: $kendo-scheduler-tooltip-event-border-radius,
|
|
341
|
+
$kendo-scheduler-tooltip-event-gap: $kendo-scheduler-tooltip-event-gap,
|
|
342
|
+
$kendo-scheduler-tooltip-callout-text: $kendo-scheduler-tooltip-callout-text,
|
|
343
|
+
$kendo-scheduler-appointments-padding: $kendo-scheduler-appointments-padding,
|
|
344
|
+
$kendo-scheduler-event-template-padding-x: $kendo-scheduler-event-template-padding-x,
|
|
345
|
+
$kendo-scheduler-event-template-padding-y: $kendo-scheduler-event-template-padding-y,
|
|
346
|
+
$kendo-scheduler-event-actions-inset-x: $kendo-scheduler-event-actions-inset-x,
|
|
347
|
+
$kendo-scheduler-indicators-margin: $kendo-scheduler-indicators-margin,
|
|
348
|
+
$kendo-scheduler-marquee-label-inset-x: $kendo-scheduler-marquee-label-inset-x,
|
|
349
|
+
$kendo-scheduler-marquee-label-inset-y: $kendo-scheduler-marquee-label-inset-y,
|
|
350
|
+
$kendo-scheduler-header-bg: $kendo-scheduler-header-bg
|
|
351
|
+
);
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
// Dependencies
|
|
2
|
+
@use "../core/_index.scss" as *;
|
|
3
|
+
@use "../icons/_index.scss" as *;
|
|
4
|
+
|
|
5
|
+
// Component
|
|
6
|
+
@forward "./_variables.scss";
|
|
7
|
+
@use "./_layout.scss" as *;
|
|
8
|
+
@use "./_theme.scss" as *;
|
|
9
|
+
|
|
10
|
+
// Expose
|
|
11
|
+
@mixin kendo-scroller--styles() {
|
|
12
|
+
@include import-once( "scroller" ) {
|
|
13
|
+
@include core-styles();
|
|
14
|
+
@include kendo-icon--styles();
|
|
15
|
+
@include kendo-scroller--layout();
|
|
16
|
+
@include kendo-scroller--theme();
|
|
17
|
+
}
|
|
18
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
// Scroller
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
// Dependencies
|
|
2
|
+
@use "../core/_index.scss" as *;
|
|
3
|
+
@use "../icons/_index.scss" as *;
|
|
4
|
+
@use "../button/_index.scss" as *;
|
|
5
|
+
|
|
6
|
+
// Component
|
|
7
|
+
@forward "./_variables.scss";
|
|
8
|
+
@use "./_layout.scss" as *;
|
|
9
|
+
@use "./_theme.scss" as *;
|
|
10
|
+
|
|
11
|
+
// Expose
|
|
12
|
+
@mixin kendo-scrollview--styles() {
|
|
13
|
+
@include import-once( "scrollview" ) {
|
|
14
|
+
@include core-styles();
|
|
15
|
+
@include kendo-button--styles();
|
|
16
|
+
@include kendo-icon--styles();
|
|
17
|
+
@include kendo-scrollview--layout();
|
|
18
|
+
@include kendo-scrollview--theme();
|
|
19
|
+
}
|
|
20
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
@use "@progress/kendo-theme-core/scss/components/scrollview/_layout.scss" as *;
|
|
2
|
+
@use "../core/index.scss" as *;
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
@mixin kendo-scrollview--layout() {
|
|
6
|
+
@include kendo-scrollview--layout-base();
|
|
7
|
+
|
|
8
|
+
.k-scrollview-nav > .k-link {
|
|
9
|
+
transition: background-color k-transition(rapid), border-color k-transition(rapid), outline k-transition(rapid);
|
|
10
|
+
}
|
|
11
|
+
}
|