@progress/kendo-theme-classic 9.1.1-dev.1 → 10.0.0-dev.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +11 -20
- package/dist/all.css +1 -1
- package/dist/all.scss +1 -64666
- package/dist/classic-green-dark.css +1 -1
- package/dist/classic-green-dark.scss +36 -36
- package/dist/classic-green.css +1 -1
- package/dist/classic-green.scss +36 -36
- package/dist/classic-lavender-dark.css +1 -1
- package/dist/classic-lavender-dark.scss +44 -45
- package/dist/classic-lavender.css +1 -1
- package/dist/classic-lavender.scss +40 -41
- package/dist/classic-main-dark.css +1 -1
- package/dist/classic-main-dark.scss +36 -36
- package/dist/classic-main.css +1 -1
- package/dist/classic-main.scss +35 -33
- package/dist/classic-metro-dark.css +1 -1
- package/dist/classic-metro-dark.scss +45 -46
- package/dist/classic-metro.css +1 -1
- package/dist/classic-metro.scss +44 -45
- package/dist/classic-moonlight.css +1 -1
- package/dist/classic-moonlight.scss +44 -45
- package/dist/classic-opal-dark.css +1 -1
- package/dist/classic-opal-dark.scss +41 -41
- package/dist/classic-opal.css +1 -1
- package/dist/classic-opal.scss +36 -36
- package/dist/classic-silver-dark.css +1 -1
- package/dist/classic-silver-dark.scss +36 -36
- package/dist/classic-silver.css +1 -1
- package/dist/classic-silver.scss +36 -36
- package/dist/classic-uniform.css +1 -1
- package/dist/classic-uniform.scss +38 -38
- package/dist/meta/sassdoc-data.json +28989 -26537
- package/dist/meta/sassdoc-raw-data.json +14034 -13208
- package/dist/meta/variables.json +5969 -8336
- package/lib/swatches/classic-green-dark.json +2 -2
- package/lib/swatches/classic-green.json +2 -2
- package/lib/swatches/classic-lavender-dark.json +4 -9
- package/lib/swatches/classic-lavender.json +4 -9
- package/lib/swatches/classic-main-dark.json +2 -2
- package/lib/swatches/classic-main.json +2 -2
- package/lib/swatches/classic-metro-dark.json +4 -9
- package/lib/swatches/classic-metro.json +4 -9
- package/lib/swatches/classic-moonlight.json +4 -9
- package/lib/swatches/classic-opal-dark.json +2 -2
- package/lib/swatches/classic-opal.json +2 -2
- package/lib/swatches/classic-silver-dark.json +2 -2
- package/lib/swatches/classic-silver.json +2 -2
- package/lib/swatches/classic-uniform.json +2 -2
- package/package.json +5 -6
- package/scss/_variables.scss +0 -27
- package/scss/action-buttons/_index.scss +9 -31
- package/scss/action-buttons/_layout.scss +1 -1
- package/scss/action-buttons/_theme.scss +1 -1
- package/scss/action-buttons/_variables.scss +15 -0
- package/scss/action-sheet/_index.scss +13 -33
- package/scss/action-sheet/_layout.scss +1 -1
- package/scss/action-sheet/_theme.scss +1 -1
- package/scss/action-sheet/_variables.scss +69 -0
- package/scss/adaptive/_index.scss +16 -36
- package/scss/adaptive/_layout.scss +1 -1
- package/scss/adaptive/_theme.scss +1 -1
- package/scss/adaptive/_variables.scss +25 -0
- package/scss/all.scss +3 -6
- package/scss/appbar/_index.scss +6 -25
- package/scss/appbar/_layout.scss +1 -1
- package/scss/appbar/_theme.scss +1 -1
- package/scss/appbar/_variables.scss +23 -0
- package/scss/autocomplete/_index.scss +16 -36
- package/scss/autocomplete/_layout.scss +1 -1
- package/scss/autocomplete/_theme.scss +1 -1
- package/scss/avatar/_index.scss +6 -27
- package/scss/avatar/_layout.scss +1 -1
- package/scss/avatar/_theme.scss +1 -1
- package/scss/avatar/_variables.scss +11 -0
- package/scss/badge/_index.scss +8 -28
- package/scss/badge/_layout.scss +1 -1
- package/scss/badge/_theme.scss +1 -1
- package/scss/badge/_variables.scss +29 -0
- package/scss/bottom-navigation/_index.scss +9 -29
- package/scss/bottom-navigation/_layout.scss +1 -1
- package/scss/bottom-navigation/_theme.scss +1 -1
- package/scss/bottom-navigation/_variables.scss +27 -1
- package/scss/breadcrumb/_index.scss +11 -31
- package/scss/breadcrumb/_layout.scss +1 -1
- package/scss/breadcrumb/_theme.scss +1 -1
- package/scss/breadcrumb/_variables.scss +68 -0
- package/scss/button/_index.scss +10 -30
- package/scss/button/_layout.scss +1 -1
- package/scss/button/_theme.scss +1 -1
- package/scss/button/_variables.scss +98 -1
- package/scss/calendar/_index.scss +13 -33
- package/scss/calendar/_layout.scss +1 -1
- package/scss/calendar/_theme.scss +1 -1
- package/scss/calendar/_variables.scss +105 -3
- package/scss/captcha/_index.scss +17 -38
- package/scss/captcha/_layout.scss +1 -1
- package/scss/captcha/_theme.scss +1 -1
- package/scss/captcha/_variables.scss +20 -0
- package/scss/card/_index.scss +13 -33
- package/scss/card/_layout.scss +1 -1
- package/scss/card/_theme.scss +1 -1
- package/scss/card/_variables.scss +61 -1
- package/scss/chart-wizard/_index.scss +27 -47
- package/scss/chart-wizard/_layout.scss +1 -1
- package/scss/chart-wizard/_theme.scss +1 -1
- package/scss/chart-wizard/_variables.scss +18 -0
- package/scss/chat/_index.scss +14 -36
- package/scss/chat/_layout.scss +1 -1
- package/scss/chat/_theme.scss +1 -1
- package/scss/chat/_variables.scss +72 -0
- package/scss/checkbox/_index.scss +6 -25
- package/scss/checkbox/_layout.scss +1 -1
- package/scss/checkbox/_theme.scss +1 -1
- package/scss/checkbox/_variables.scss +55 -2
- package/scss/chip/_index.scss +9 -30
- package/scss/chip/_layout.scss +1 -1
- package/scss/chip/_theme.scss +1 -1
- package/scss/chip/_variables.scss +55 -5
- package/scss/color-preview/_index.scss +6 -27
- package/scss/color-preview/_layout.scss +1 -1
- package/scss/color-preview/_theme.scss +1 -1
- package/scss/color-preview/_variables.scss +18 -0
- package/scss/coloreditor/_index.scss +14 -35
- package/scss/coloreditor/_layout.scss +1 -1
- package/scss/coloreditor/_theme.scss +1 -1
- package/scss/coloreditor/_variables.scss +30 -0
- package/scss/colorgradient/_index.scss +17 -37
- package/scss/colorgradient/_layout.scss +1 -1
- package/scss/colorgradient/_theme.scss +1 -1
- package/scss/colorgradient/_variables.scss +52 -2
- package/scss/colorpalette/_index.scss +6 -25
- package/scss/colorpalette/_layout.scss +1 -1
- package/scss/colorpalette/_theme.scss +1 -1
- package/scss/colorpalette/_variables.scss +14 -0
- package/scss/colorpicker/_index.scss +16 -36
- package/scss/colorpicker/_layout.scss +1 -1
- package/scss/colorpicker/_theme.scss +1 -1
- package/scss/combobox/_index.scss +16 -37
- package/scss/combobox/_layout.scss +1 -1
- package/scss/combobox/_theme.scss +1 -1
- package/scss/core/_index.scss +48 -22
- package/scss/core/border-radii/index.import.scss +50 -1
- package/scss/core/color-system/_palettes.scss +17 -15
- package/scss/core/color-system/_swatch-legacy.scss +345 -74
- package/scss/core/color-system/_swatch.scss +150 -365
- package/scss/core/color-system/index.import.scss +1 -0
- package/scss/core/elevation/index.import.scss +46 -0
- package/scss/core/functions/index.import.scss +1 -1
- package/scss/core/mixins/index.import.scss +1 -1
- package/scss/core/spacing/index.import.scss +48 -12
- package/scss/core/styles/index.import.scss +1 -1
- package/scss/core/typography/index.import.scss +184 -1
- package/scss/dataviz/_index.scss +10 -33
- package/scss/dataviz/_layout.scss +1 -1
- package/scss/dataviz/_theme.scss +1 -1
- package/scss/dataviz/_variables.scss +117 -2
- package/scss/dateinput/_index.scss +8 -30
- package/scss/dateinput/_layout.scss +1 -1
- package/scss/dateinput/_theme.scss +1 -1
- package/scss/datepicker/_index.scss +12 -35
- package/scss/datepicker/_layout.scss +1 -1
- package/scss/datepicker/_theme.scss +1 -1
- package/scss/daterangepicker/_index.scss +14 -37
- package/scss/daterangepicker/_layout.scss +1 -1
- package/scss/daterangepicker/_theme.scss +1 -1
- package/scss/daterangepicker/_variables.scss +5 -0
- package/scss/datetimepicker/_index.scss +20 -44
- package/scss/datetimepicker/_layout.scss +1 -1
- package/scss/datetimepicker/_theme.scss +1 -1
- package/scss/datetimepicker/_variables.scss +7 -0
- package/scss/dialog/_index.scss +8 -31
- package/scss/dialog/_layout.scss +1 -1
- package/scss/dialog/_theme.scss +1 -1
- package/scss/dialog/_variables.scss +22 -6
- package/scss/dock-manager/_index.scss +12 -27
- package/scss/dock-manager/_layout.scss +1 -1
- package/scss/dock-manager/_theme.scss +1 -1
- package/scss/dock-manager/_variables.scss +41 -0
- package/scss/draggable/_index.scss +6 -25
- package/scss/draggable/_layout.scss +1 -1
- package/scss/draggable/_theme.scss +1 -1
- package/scss/draggable/_variables.scss +31 -3
- package/scss/drawer/_index.scss +12 -32
- package/scss/drawer/_layout.scss +1 -1
- package/scss/drawer/_theme.scss +1 -1
- package/scss/drawer/_variables.scss +40 -1
- package/scss/dropdowngrid/_index.scss +16 -38
- package/scss/dropdowngrid/_layout.scss +1 -1
- package/scss/dropdowngrid/_theme.scss +1 -1
- package/scss/dropdownlist/_index.scss +14 -36
- package/scss/dropdownlist/_layout.scss +1 -1
- package/scss/dropdownlist/_theme.scss +1 -1
- package/scss/dropdowntree/_index.scss +19 -37
- package/scss/dropdowntree/_layout.scss +1 -1
- package/scss/dropdowntree/_theme.scss +1 -1
- package/scss/dropdowntree/_variables.scss +8 -0
- package/scss/dropzone/_index.scss +6 -25
- package/scss/dropzone/_layout.scss +1 -1
- package/scss/dropzone/_theme.scss +1 -1
- package/scss/dropzone/_variables.scss +26 -0
- package/scss/editor/_index.scss +22 -44
- package/scss/editor/_layout.scss +1 -1
- package/scss/editor/_theme.scss +1 -1
- package/scss/editor/_variables.scss +46 -0
- package/scss/expansion-panel/_index.scss +11 -31
- package/scss/expansion-panel/_layout.scss +1 -1
- package/scss/expansion-panel/_theme.scss +1 -1
- package/scss/expansion-panel/_variables.scss +30 -0
- package/scss/fab/_index.scss +13 -34
- package/scss/fab/_layout.scss +1 -1
- package/scss/fab/_theme.scss +1 -1
- package/scss/fab/_variables.scss +54 -0
- package/scss/filemanager/_index.scss +28 -49
- package/scss/filemanager/_layout.scss +1 -1
- package/scss/filemanager/_theme.scss +1 -1
- package/scss/filemanager/_variables.scss +65 -0
- package/scss/filter/_index.scss +20 -41
- package/scss/filter/_layout.scss +1 -1
- package/scss/filter/_theme.scss +1 -1
- package/scss/filter/_variables.scss +16 -2
- package/scss/floating-label/_index.scss +6 -28
- package/scss/floating-label/_layout.scss +1 -1
- package/scss/floating-label/_theme.scss +1 -1
- package/scss/floating-label/_variables.scss +21 -0
- package/scss/forms/_index.scss +11 -32
- package/scss/forms/_layout.scss +1 -1
- package/scss/forms/_theme.scss +1 -1
- package/scss/forms/_variables.scss +84 -6
- package/scss/gantt/_index.scss +23 -46
- package/scss/gantt/_layout.scss +1 -1
- package/scss/gantt/_theme.scss +1 -1
- package/scss/gantt/_variables.scss +97 -2
- package/scss/grid/_index.scss +51 -74
- package/scss/grid/_layout.scss +1 -1
- package/scss/grid/_theme.scss +1 -1
- package/scss/grid/_variables.scss +161 -10
- package/scss/icons/_index.scss +8 -24
- package/scss/icons/_layout.scss +1 -1
- package/scss/icons/_theme.scss +1 -1
- package/scss/icons/_variables.scss +32 -0
- package/scss/imageeditor/_index.scss +16 -36
- package/scss/imageeditor/_layout.scss +1 -1
- package/scss/imageeditor/_theme.scss +1 -1
- package/scss/imageeditor/_variables.scss +37 -0
- package/scss/index.scss +280 -122
- package/scss/input/_index.scss +8 -29
- package/scss/input/_layout.scss +1 -1
- package/scss/input/_theme.scss +1 -1
- package/scss/input/_variables.scss +138 -5
- package/scss/list/_index.scss +6 -31
- package/scss/list/_layout.scss +1 -1
- package/scss/list/_theme.scss +1 -1
- package/scss/list/_variables.scss +95 -1
- package/scss/listbox/_index.scss +14 -34
- package/scss/listbox/_layout.scss +1 -1
- package/scss/listbox/_theme.scss +1 -1
- package/scss/listbox/_variables.scss +21 -0
- package/scss/listgroup/_index.scss +8 -28
- package/scss/listgroup/_layout.scss +1 -1
- package/scss/listgroup/_theme.scss +1 -1
- package/scss/listgroup/_variables.scss +16 -0
- package/scss/listview/_index.scss +11 -31
- package/scss/listview/_layout.scss +1 -1
- package/scss/listview/_theme.scss +1 -1
- package/scss/listview/_variables.scss +24 -0
- package/scss/loader/_index.scss +9 -29
- package/scss/loader/_layout.scss +1 -1
- package/scss/loader/_theme.scss +1 -1
- package/scss/loader/_variables.scss +43 -0
- package/scss/map/_index.scss +12 -32
- package/scss/map/_layout.scss +1 -1
- package/scss/map/_theme.scss +1 -1
- package/scss/map/_variables.scss +32 -3
- package/scss/maskedtextbox/_index.scss +12 -32
- package/scss/maskedtextbox/_layout.scss +1 -1
- package/scss/maskedtextbox/_theme.scss +1 -1
- package/scss/mediaplayer/_index.scss +12 -34
- package/scss/mediaplayer/_layout.scss +1 -1
- package/scss/mediaplayer/_theme.scss +1 -1
- package/scss/mediaplayer/_variables.scss +19 -0
- package/scss/menu/_index.scss +14 -34
- package/scss/menu/_layout.scss +1 -1
- package/scss/menu/_theme.scss +1 -1
- package/scss/menu/_variables.scss +105 -7
- package/scss/menu-button/_index.scss +10 -31
- package/scss/menu-button/_layout.scss +1 -1
- package/scss/menu-button/_theme.scss +1 -1
- package/scss/menu-button/_variables.scss +7 -0
- package/scss/messagebox/_index.scss +8 -28
- package/scss/messagebox/_layout.scss +1 -1
- package/scss/messagebox/_theme.scss +1 -1
- package/scss/messagebox/_variables.scss +19 -2
- package/scss/multiselect/_index.scss +20 -40
- package/scss/multiselect/_layout.scss +1 -1
- package/scss/multiselect/_theme.scss +1 -1
- package/scss/no-data/_index.scss +6 -22
- package/scss/no-data/_layout.scss +1 -1
- package/scss/no-data/_theme.scss +1 -1
- package/scss/no-data/_variables.scss +8 -0
- package/scss/notification/_functions.scss +17 -0
- package/scss/notification/_index.scss +10 -31
- package/scss/notification/_layout.scss +1 -1
- package/scss/notification/_theme.scss +1 -1
- package/scss/notification/_variables.scss +24 -14
- package/scss/numerictextbox/_index.scss +12 -33
- package/scss/numerictextbox/_layout.scss +1 -1
- package/scss/numerictextbox/_theme.scss +1 -1
- package/scss/orgchart/_index.scss +23 -48
- package/scss/orgchart/_layout.scss +1 -1
- package/scss/orgchart/_theme.scss +1 -1
- package/scss/orgchart/_variables.scss +53 -1
- package/scss/overlay/_index.scss +6 -24
- package/scss/overlay/_layout.scss +1 -1
- package/scss/overlay/_theme.scss +1 -1
- package/scss/overlay/_variables.scss +9 -0
- package/scss/pager/_index.scss +12 -32
- package/scss/pager/_layout.scss +1 -1
- package/scss/pager/_theme.scss +1 -1
- package/scss/pager/_variables.scss +52 -2
- package/scss/panel/_index.scss +7 -26
- package/scss/panel/_layout.scss +1 -1
- package/scss/panel/_theme.scss +1 -1
- package/scss/panel/_variables.scss +27 -10
- package/scss/panelbar/_index.scss +10 -30
- package/scss/panelbar/_layout.scss +1 -1
- package/scss/panelbar/_theme.scss +1 -1
- package/scss/panelbar/_variables.scss +91 -0
- package/scss/pdf-viewer/_index.scss +21 -44
- package/scss/pdf-viewer/_layout.scss +1 -1
- package/scss/pdf-viewer/_theme.scss +1 -1
- package/scss/pdf-viewer/_variables.scss +50 -1
- package/scss/pivotgrid/_index.scss +17 -41
- package/scss/pivotgrid/_layout.scss +1 -1
- package/scss/pivotgrid/_theme.scss +1 -1
- package/scss/pivotgrid/_variables.scss +94 -2
- package/scss/popover/_index.scss +10 -33
- package/scss/popover/_layout.scss +1 -1
- package/scss/popover/_theme.scss +1 -1
- package/scss/popover/_variables.scss +34 -1
- package/scss/popup/_index.scss +6 -25
- package/scss/popup/_layout.scss +1 -1
- package/scss/popup/_theme.scss +1 -1
- package/scss/popup/_variables.scss +18 -0
- package/scss/progressbar/_index.scss +6 -25
- package/scss/progressbar/_layout.scss +1 -1
- package/scss/progressbar/_theme.scss +1 -1
- package/scss/progressbar/_variables.scss +29 -0
- package/scss/prompt/_index.scss +8 -24
- package/scss/prompt/_layout.scss +1 -1
- package/scss/prompt/_theme.scss +1 -1
- package/scss/prompt/_variables.scss +26 -0
- package/scss/radio/_index.scss +6 -25
- package/scss/radio/_layout.scss +1 -1
- package/scss/radio/_theme.scss +1 -1
- package/scss/radio/_variables.scss +53 -3
- package/scss/rating/_index.scss +8 -28
- package/scss/rating/_layout.scss +1 -1
- package/scss/rating/_theme.scss +1 -1
- package/scss/rating/_variables.scss +28 -5
- package/scss/responsivepanel/_index.scss +8 -28
- package/scss/responsivepanel/_layout.scss +1 -1
- package/scss/responsivepanel/_theme.scss +1 -1
- package/scss/ripple/_index.scss +6 -25
- package/scss/ripple/_layout.scss +1 -1
- package/scss/ripple/_theme.scss +1 -1
- package/scss/scheduler/_index.scss +21 -54
- package/scss/scheduler/_layout.scss +1 -1
- package/scss/scheduler/_theme.scss +1 -1
- package/scss/scheduler/_variables.scss +121 -2
- package/scss/scroller/_index.scss +8 -28
- package/scss/scroller/_layout.scss +1 -1
- package/scss/scroller/_theme.scss +1 -1
- package/scss/scrollview/_index.scss +10 -30
- package/scss/scrollview/_layout.scss +1 -1
- package/scss/scrollview/_theme.scss +1 -1
- package/scss/scrollview/_variables.scss +36 -0
- package/scss/searchbox/_index.scss +12 -33
- package/scss/searchbox/_layout.scss +1 -1
- package/scss/searchbox/_theme.scss +1 -1
- package/scss/signature/_index.scss +10 -33
- package/scss/signature/_layout.scss +1 -1
- package/scss/signature/_theme.scss +1 -1
- package/scss/signature/_variables.scss +32 -0
- package/scss/skeleton/_index.scss +6 -25
- package/scss/skeleton/_layout.scss +1 -1
- package/scss/skeleton/_theme.scss +1 -1
- package/scss/skeleton/_variables.scss +12 -0
- package/scss/slider/_index.scss +12 -32
- package/scss/slider/_layout.scss +1 -1
- package/scss/slider/_theme.scss +1 -1
- package/scss/slider/_variables.scss +44 -0
- package/scss/split-button/_index.scss +11 -28
- package/scss/split-button/_layout.scss +1 -1
- package/scss/split-button/_theme.scss +1 -1
- package/scss/split-button/_variables.scss +15 -0
- package/scss/splitter/_index.scss +9 -26
- package/scss/splitter/_layout.scss +1 -1
- package/scss/splitter/_theme.scss +1 -1
- package/scss/splitter/_variables.scss +26 -0
- package/scss/spreadsheet/_index.scss +37 -60
- package/scss/spreadsheet/_layout.scss +1 -1
- package/scss/spreadsheet/_theme.scss +1 -1
- package/scss/spreadsheet/_variables.scss +107 -0
- package/scss/stepper/_index.scss +10 -30
- package/scss/stepper/_layout.scss +1 -1
- package/scss/stepper/_theme.scss +1 -1
- package/scss/stepper/_variables.scss +78 -2
- package/scss/switch/_index.scss +6 -26
- package/scss/switch/_layout.scss +1 -1
- package/scss/switch/_theme.scss +1 -1
- package/scss/switch/_variables.scss +66 -3
- package/scss/table/_index.scss +6 -25
- package/scss/table/_layout.scss +1 -1
- package/scss/table/_theme.scss +1 -1
- package/scss/table/_variables.scss +47 -1
- package/scss/tabstrip/_index.scss +13 -34
- package/scss/tabstrip/_layout.scss +1 -1
- package/scss/tabstrip/_theme.scss +1 -1
- package/scss/tabstrip/_variables.scss +55 -0
- package/scss/taskboard/_index.scss +21 -49
- package/scss/taskboard/_layout.scss +1 -1
- package/scss/taskboard/_theme.scss +1 -1
- package/scss/taskboard/_variables.scss +84 -1
- package/scss/textarea/_index.scss +11 -33
- package/scss/textarea/_layout.scss +1 -1
- package/scss/textarea/_theme.scss +1 -1
- package/scss/textbox/_index.scss +10 -32
- package/scss/textbox/_layout.scss +1 -1
- package/scss/textbox/_theme.scss +1 -1
- package/scss/tilelayout/_index.scss +11 -32
- package/scss/tilelayout/_layout.scss +1 -1
- package/scss/tilelayout/_theme.scss +1 -1
- package/scss/tilelayout/_variables.scss +17 -0
- package/scss/time-marker/_index.scss +6 -22
- package/scss/time-marker/_layout.scss +1 -1
- package/scss/time-marker/_theme.scss +1 -1
- package/scss/time-marker/_variables.scss +6 -0
- package/scss/timedurationpicker/_index.scss +18 -39
- package/scss/timedurationpicker/_layout.scss +1 -1
- package/scss/timedurationpicker/_theme.scss +1 -1
- package/scss/timeline/_index.scss +12 -32
- package/scss/timeline/_layout.scss +1 -1
- package/scss/timeline/_theme.scss +1 -1
- package/scss/timeline/_variables.scss +60 -1
- package/scss/timepicker/_index.scss +16 -38
- package/scss/timepicker/_layout.scss +1 -1
- package/scss/timepicker/_theme.scss +1 -1
- package/scss/timeselector/_index.scss +12 -33
- package/scss/timeselector/_layout.scss +1 -1
- package/scss/timeselector/_theme.scss +1 -1
- package/scss/timeselector/_variables.scss +45 -0
- package/scss/toolbar/_index.scss +15 -37
- package/scss/toolbar/_layout.scss +1 -1
- package/scss/toolbar/_theme.scss +1 -1
- package/scss/toolbar/_variables.scss +43 -0
- package/scss/tooltip/_functions.scss +17 -0
- package/scss/tooltip/_index.scss +11 -31
- package/scss/tooltip/_layout.scss +1 -1
- package/scss/tooltip/_theme.scss +1 -1
- package/scss/tooltip/_variables.scss +26 -16
- package/scss/treelist/_index.scss +10 -30
- package/scss/treelist/_layout.scss +1 -1
- package/scss/treelist/_theme.scss +1 -1
- package/scss/treelist/_variables.scss +8 -0
- package/scss/treeview/_index.scss +10 -30
- package/scss/treeview/_layout.scss +1 -1
- package/scss/treeview/_theme.scss +1 -1
- package/scss/treeview/_variables.scss +55 -0
- package/scss/typography/_index.scss +7 -26
- package/scss/typography/_layout.scss +1 -1
- package/scss/typography/_theme.scss +1 -1
- package/scss/typography/_variables.scss +83 -1
- package/scss/upload/_index.scss +15 -31
- package/scss/upload/_layout.scss +1 -1
- package/scss/upload/_theme.scss +1 -1
- package/scss/upload/_variables.scss +46 -0
- package/scss/utils/_index.scss +1 -1
- package/scss/validator/_index.scss +11 -27
- package/scss/validator/_layout.scss +1 -1
- package/scss/validator/_theme.scss +1 -1
- package/scss/virtual-scroller/_index.scss +7 -22
- package/scss/virtual-scroller/_layout.scss +1 -1
- package/scss/virtual-scroller/_theme.scss +1 -1
- package/scss/window/_index.scss +16 -36
- package/scss/window/_layout.scss +1 -1
- package/scss/window/_theme.scss +1 -1
- package/scss/window/_variables.scss +40 -4
- package/scss/wizard/_index.scss +14 -34
- package/scss/wizard/_layout.scss +1 -1
- package/scss/wizard/_theme.scss +1 -1
- package/scss/wizard/_variables.scss +19 -3
- package/scss/core/module-system/index.import.scss +0 -1
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
@use "../core/_index.scss" as *;
|
|
2
|
+
@use "../dropzone/_variables.scss" as *;
|
|
3
|
+
@use "../toolbar/_variables.scss" as *;
|
|
4
|
+
@use "../window/_variables.scss" as *;
|
|
5
|
+
|
|
1
6
|
// PDFViewer
|
|
2
7
|
|
|
3
8
|
/// The border width of the PDFViewer.
|
|
@@ -92,7 +97,7 @@ $kendo-pdf-viewer-search-panel-border: $kendo-component-border !default;
|
|
|
92
97
|
$kendo-pdf-viewer-search-panel-shadow: $kendo-window-shadow !default;
|
|
93
98
|
/// The spacing of the matches container in the PDFViewer search panel.
|
|
94
99
|
/// @group pdf-viewer
|
|
95
|
-
$kendo-pdf-viewer-search-panel-matches-spacing:
|
|
100
|
+
$kendo-pdf-viewer-search-panel-matches-spacing: k-spacing(1) !default;
|
|
96
101
|
|
|
97
102
|
/// The line height of the PDFViewer selection.
|
|
98
103
|
/// @group pdf-viewer
|
|
@@ -131,3 +136,47 @@ $kendo-pdf-viewer-free-text-annotation-placeholder-text: rgba(124, 22, 27, 0.5)
|
|
|
131
136
|
/// The text color of the PDFViewer free text annotation.
|
|
132
137
|
/// @group pdf-viewer
|
|
133
138
|
$kendo-pdf-viewer-free-text-annotation-text: rgba(124, 22, 27, 0.7) !default;
|
|
139
|
+
|
|
140
|
+
|
|
141
|
+
@forward "@progress/kendo-theme-default/scss/pdf-viewer/_variables.scss" with (
|
|
142
|
+
$kendo-pdf-viewer-border-width: $kendo-pdf-viewer-border-width,
|
|
143
|
+
$kendo-pdf-viewer-font-family: $kendo-pdf-viewer-font-family,
|
|
144
|
+
$kendo-pdf-viewer-font-size: $kendo-pdf-viewer-font-size,
|
|
145
|
+
$kendo-pdf-viewer-line-height: $kendo-pdf-viewer-line-height,
|
|
146
|
+
$kendo-pdf-viewer-bg: $kendo-pdf-viewer-bg,
|
|
147
|
+
$kendo-pdf-viewer-text: $kendo-pdf-viewer-text,
|
|
148
|
+
$kendo-pdf-viewer-border: $kendo-pdf-viewer-border,
|
|
149
|
+
$kendo-pdf-viewer-toolbar-bg: $kendo-pdf-viewer-toolbar-bg,
|
|
150
|
+
$kendo-pdf-viewer-toolbar-text: $kendo-pdf-viewer-toolbar-text,
|
|
151
|
+
$kendo-pdf-viewer-toolbar-border: $kendo-pdf-viewer-toolbar-border,
|
|
152
|
+
$kendo-pdf-viewer-toolbar-gradient: $kendo-pdf-viewer-toolbar-gradient,
|
|
153
|
+
$kendo-pdf-viewer-canvas-bg: $kendo-pdf-viewer-canvas-bg,
|
|
154
|
+
$kendo-pdf-viewer-canvas-text: $kendo-pdf-viewer-canvas-text,
|
|
155
|
+
$kendo-pdf-viewer-canvas-border: $kendo-pdf-viewer-canvas-border,
|
|
156
|
+
$kendo-pdf-viewer-page-spacing: $kendo-pdf-viewer-page-spacing,
|
|
157
|
+
$kendo-pdf-viewer-page-bg: $kendo-pdf-viewer-page-bg,
|
|
158
|
+
$kendo-pdf-viewer-page-text: $kendo-pdf-viewer-page-text,
|
|
159
|
+
$kendo-pdf-viewer-page-border: $kendo-pdf-viewer-page-border,
|
|
160
|
+
$kendo-pdf-viewer-page-shadow: $kendo-pdf-viewer-page-shadow,
|
|
161
|
+
$kendo-pdf-viewer-search-panel-padding-x: $kendo-pdf-viewer-search-panel-padding-x,
|
|
162
|
+
$kendo-pdf-viewer-search-panel-padding-y: $kendo-pdf-viewer-search-panel-padding-y,
|
|
163
|
+
$kendo-pdf-viewer-search-panel-spacing: $kendo-pdf-viewer-search-panel-spacing,
|
|
164
|
+
$kendo-pdf-viewer-search-panel-border-width: $kendo-pdf-viewer-search-panel-border-width,
|
|
165
|
+
$kendo-pdf-viewer-search-panel-border-radius: $kendo-pdf-viewer-search-panel-border-radius,
|
|
166
|
+
$kendo-pdf-viewer-search-panel-bg: $kendo-pdf-viewer-search-panel-bg,
|
|
167
|
+
$kendo-pdf-viewer-search-panel-text: $kendo-pdf-viewer-search-panel-text,
|
|
168
|
+
$kendo-pdf-viewer-search-panel-border: $kendo-pdf-viewer-search-panel-border,
|
|
169
|
+
$kendo-pdf-viewer-search-panel-shadow: $kendo-pdf-viewer-search-panel-shadow,
|
|
170
|
+
$kendo-pdf-viewer-search-panel-matches-spacing: $kendo-pdf-viewer-search-panel-matches-spacing,
|
|
171
|
+
$kendo-pdf-viewer-selection-line-height: $kendo-pdf-viewer-selection-line-height,
|
|
172
|
+
$kendo-pdf-viewer-search-highlight-bg: $kendo-pdf-viewer-search-highlight-bg,
|
|
173
|
+
$kendo-pdf-viewer-search-highlight-mark-bg: $kendo-pdf-viewer-search-highlight-mark-bg,
|
|
174
|
+
$kendo-pdf-viewer-icon-text: $kendo-pdf-viewer-icon-text,
|
|
175
|
+
$kendo-pdf-viewer-popup-padding-x: $kendo-pdf-viewer-popup-padding-x,
|
|
176
|
+
$kendo-pdf-viewer-popup-padding-y: $kendo-pdf-viewer-popup-padding-y,
|
|
177
|
+
$kendo-pdf-viewer-highlight-annotation-border: $kendo-pdf-viewer-highlight-annotation-border,
|
|
178
|
+
$kendo-pdf-viewer-highlight-annotation-hover-border: $kendo-pdf-viewer-highlight-annotation-hover-border,
|
|
179
|
+
$kendo-pdf-viewer-free-text-annotation-border: $kendo-pdf-viewer-free-text-annotation-border,
|
|
180
|
+
$kendo-pdf-viewer-free-text-annotation-placeholder-text: $kendo-pdf-viewer-free-text-annotation-placeholder-text,
|
|
181
|
+
$kendo-pdf-viewer-free-text-annotation-text: $kendo-pdf-viewer-free-text-annotation-text
|
|
182
|
+
);
|
|
@@ -1,46 +1,26 @@
|
|
|
1
|
-
@import "../core/_index.scss";
|
|
2
|
-
@import "../utils/_index.scss";
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
// Module meta
|
|
6
|
-
$_kendo-module-meta: (
|
|
7
|
-
name: "pivotgrid",
|
|
8
|
-
dependencies: (
|
|
9
|
-
"action-buttons",
|
|
10
|
-
"button",
|
|
11
|
-
"chip",
|
|
12
|
-
"form",
|
|
13
|
-
"dialog",
|
|
14
|
-
"grid",
|
|
15
|
-
"icon",
|
|
16
|
-
"list",
|
|
17
|
-
"treeview"
|
|
18
|
-
)
|
|
19
|
-
);
|
|
20
|
-
|
|
21
|
-
|
|
22
1
|
// Dependencies
|
|
23
|
-
@
|
|
24
|
-
@
|
|
25
|
-
@
|
|
26
|
-
@
|
|
27
|
-
@
|
|
28
|
-
|
|
2
|
+
@use "../core/_index.scss" as *;
|
|
3
|
+
@use "../icons/_index.scss" as *;
|
|
4
|
+
@use "../utils/_index.scss" as *;
|
|
5
|
+
@use "../dialog/_index.scss" as *;
|
|
6
|
+
@use "../treeview/_index.scss" as *;
|
|
7
|
+
@use "../grid/_index.scss" as *;
|
|
8
|
+
@use "../list/_index.scss" as *;
|
|
29
9
|
|
|
30
10
|
// Component
|
|
31
|
-
@
|
|
32
|
-
@
|
|
33
|
-
@
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
// Register
|
|
37
|
-
@import "../core/module-system/index.import.scss";
|
|
38
|
-
@include module-register( $_kendo-module-meta... );
|
|
39
|
-
|
|
11
|
+
@forward "./_variables.scss";
|
|
12
|
+
@use "./_layout.scss" as *;
|
|
13
|
+
@use "./_theme.scss" as *;
|
|
40
14
|
|
|
41
15
|
// Expose
|
|
42
16
|
@mixin kendo-pivotgrid--styles() {
|
|
43
|
-
@include
|
|
17
|
+
@include import-once( "pivotgrid" ) {
|
|
18
|
+
@include core-styles();
|
|
19
|
+
@include kendo-dialog--styles();
|
|
20
|
+
@include kendo-treeview--styles();
|
|
21
|
+
@include kendo-grid--styles();
|
|
22
|
+
@include kendo-icon--styles();
|
|
23
|
+
@include kendo-list--styles();
|
|
44
24
|
@include kendo-pivotgrid--layout();
|
|
45
25
|
@include kendo-pivotgrid--theme();
|
|
46
26
|
@include kendo-utils--layout--display();
|
|
@@ -48,7 +28,3 @@ $_kendo-module-meta: (
|
|
|
48
28
|
@include kendo-utils--flex-grid--flex-direction();
|
|
49
29
|
}
|
|
50
30
|
}
|
|
51
|
-
|
|
52
|
-
@if $kendo-auto-bootstrap {
|
|
53
|
-
@include kendo-pivotgrid--styles();
|
|
54
|
-
}
|
|
@@ -1,7 +1,11 @@
|
|
|
1
|
-
@
|
|
2
|
-
|
|
1
|
+
@use "../core/_index.scss" as *;
|
|
2
|
+
@use "../core/functions/index.import.scss" as *;
|
|
3
|
+
@use "../table/_variables.scss" as *;
|
|
4
|
+
@use "../list/_variables.scss" as *;
|
|
5
|
+
@use "../grid/_variables.scss" as *;
|
|
3
6
|
|
|
4
7
|
// Pivot grid
|
|
8
|
+
|
|
5
9
|
/// The spacer of the PivotGrid.
|
|
6
10
|
/// @group pivotgrid
|
|
7
11
|
$kendo-pivotgrid-spacer: k-spacing(4) !default;
|
|
@@ -258,3 +262,91 @@ $kendo-pivotgrid-button-active-text: null !default;
|
|
|
258
262
|
|
|
259
263
|
$kendo-pivotgrid-remove-bg: null !default;
|
|
260
264
|
$kendo-pivotgrid-remove-text: null !default;
|
|
265
|
+
|
|
266
|
+
|
|
267
|
+
@forward "@progress/kendo-theme-default/scss/pivotgrid/_variables.scss" with (
|
|
268
|
+
$kendo-pivotgrid-spacer: $kendo-pivotgrid-spacer,
|
|
269
|
+
$kendo-pivotgrid-padding-x: $kendo-pivotgrid-padding-x,
|
|
270
|
+
$kendo-pivotgrid-padding-y: $kendo-pivotgrid-padding-y,
|
|
271
|
+
$kendo-pivotgrid-font-family: $kendo-pivotgrid-font-family,
|
|
272
|
+
$kendo-pivotgrid-font-size: $kendo-pivotgrid-font-size,
|
|
273
|
+
$kendo-pivotgrid-line-height: $kendo-pivotgrid-line-height,
|
|
274
|
+
$kendo-pivotgrid-border-width: $kendo-pivotgrid-border-width,
|
|
275
|
+
$kendo-pivotgrid-icon-spacing: $kendo-pivotgrid-icon-spacing,
|
|
276
|
+
$kendo-pivotgrid-row-header-width: $kendo-pivotgrid-row-header-width,
|
|
277
|
+
$kendo-pivotgrid-column-header-height: $kendo-pivotgrid-column-header-height,
|
|
278
|
+
$kendo-pivotgrid-cell-padding-x: $kendo-pivotgrid-cell-padding-x,
|
|
279
|
+
$kendo-pivotgrid-cell-padding-y: $kendo-pivotgrid-cell-padding-y,
|
|
280
|
+
$kendo-pivotgrid-cell-border-width: $kendo-pivotgrid-cell-border-width,
|
|
281
|
+
$kendo-pivotgrid-bg: $kendo-pivotgrid-bg,
|
|
282
|
+
$kendo-pivotgrid-text: $kendo-pivotgrid-text,
|
|
283
|
+
$kendo-pivotgrid-border: $kendo-pivotgrid-border,
|
|
284
|
+
$kendo-pivotgrid-alt-border: $kendo-pivotgrid-alt-border,
|
|
285
|
+
$kendo-pivotgrid-headers-bg: $kendo-pivotgrid-headers-bg,
|
|
286
|
+
$kendo-pivotgrid-headers-text: $kendo-pivotgrid-headers-text,
|
|
287
|
+
$kendo-pivotgrid-headers-border: $kendo-pivotgrid-headers-border,
|
|
288
|
+
$kendo-pivotgrid-total-bg: $kendo-pivotgrid-total-bg,
|
|
289
|
+
$kendo-pivotgrid-total-text: $kendo-pivotgrid-total-text,
|
|
290
|
+
$kendo-pivotgrid-total-border: $kendo-pivotgrid-total-border,
|
|
291
|
+
$kendo-pivotgrid-hover-bg: $kendo-pivotgrid-hover-bg,
|
|
292
|
+
$kendo-pivotgrid-hover-text: $kendo-pivotgrid-hover-text,
|
|
293
|
+
$kendo-pivotgrid-hover-border: $kendo-pivotgrid-hover-border,
|
|
294
|
+
$kendo-pivotgrid-selected-bg: $kendo-pivotgrid-selected-bg,
|
|
295
|
+
$kendo-pivotgrid-selected-text: $kendo-pivotgrid-selected-text,
|
|
296
|
+
$kendo-pivotgrid-selected-border: $kendo-pivotgrid-selected-border,
|
|
297
|
+
$kendo-pivotgrid-focus-shadow: $kendo-pivotgrid-focus-shadow,
|
|
298
|
+
$kendo-pivotgrid-configurator-padding-x: $kendo-pivotgrid-configurator-padding-x,
|
|
299
|
+
$kendo-pivotgrid-configurator-padding-y: $kendo-pivotgrid-configurator-padding-y,
|
|
300
|
+
$kendo-pivotgrid-configurator-border-width: $kendo-pivotgrid-configurator-border-width,
|
|
301
|
+
$kendo-pivotgrid-configurator-header-padding-x: $kendo-pivotgrid-configurator-header-padding-x,
|
|
302
|
+
$kendo-pivotgrid-configurator-header-padding-y: $kendo-pivotgrid-configurator-header-padding-y,
|
|
303
|
+
$kendo-pivotgrid-configurator-header-font-size: $kendo-pivotgrid-configurator-header-font-size,
|
|
304
|
+
$kendo-pivotgrid-configurator-header-font-weight: $kendo-pivotgrid-configurator-header-font-weight,
|
|
305
|
+
$kendo-pivotgrid-configurator-content-padding-x: $kendo-pivotgrid-configurator-content-padding-x,
|
|
306
|
+
$kendo-pivotgrid-configurator-content-padding-y: $kendo-pivotgrid-configurator-content-padding-y,
|
|
307
|
+
$kendo-pivotgrid-configurator-fields-margin-x: $kendo-pivotgrid-configurator-fields-margin-x,
|
|
308
|
+
$kendo-pivotgrid-configurator-fields-margin-y: $kendo-pivotgrid-configurator-fields-margin-y,
|
|
309
|
+
$kendo-pivotgrid-configurator-vertical-width: $kendo-pivotgrid-configurator-vertical-width,
|
|
310
|
+
$kendo-pivotgrid-configurator-horizontal-height: $kendo-pivotgrid-configurator-horizontal-height,
|
|
311
|
+
$kendo-pivotgrid-configurator-bg: $kendo-pivotgrid-configurator-bg,
|
|
312
|
+
$kendo-pivotgrid-configurator-text: $kendo-pivotgrid-configurator-text,
|
|
313
|
+
$kendo-pivotgrid-configurator-border: $kendo-pivotgrid-configurator-border,
|
|
314
|
+
$kendo-pivotgrid-configurator-header-bg: $kendo-pivotgrid-configurator-header-bg,
|
|
315
|
+
$kendo-pivotgrid-configurator-header-text: $kendo-pivotgrid-configurator-header-text,
|
|
316
|
+
$kendo-pivotgrid-configurator-header-border: $kendo-pivotgrid-configurator-header-border,
|
|
317
|
+
$kendo-pivotgrid-configurator-shadow: $kendo-pivotgrid-configurator-shadow,
|
|
318
|
+
$kendo-pivotgrid-configurator-end-shadow: $kendo-pivotgrid-configurator-end-shadow,
|
|
319
|
+
$kendo-pivotgrid-configurator-start-shadow: $kendo-pivotgrid-configurator-start-shadow,
|
|
320
|
+
$kendo-pivotgrid-configurator-top-shadow: $kendo-pivotgrid-configurator-top-shadow,
|
|
321
|
+
$kendo-pivotgrid-configurator-bottom-shadow: $kendo-pivotgrid-configurator-bottom-shadow,
|
|
322
|
+
$kendo-pivotgrid-configurator-button-padding-x: $kendo-pivotgrid-configurator-button-padding-x,
|
|
323
|
+
$kendo-pivotgrid-configurator-button-padding-y: $kendo-pivotgrid-configurator-button-padding-y,
|
|
324
|
+
$kendo-pivotgrid-configurator-button-border-width: $kendo-pivotgrid-configurator-button-border-width,
|
|
325
|
+
$kendo-pivotgrid-configurator-button-size: $kendo-pivotgrid-configurator-button-size,
|
|
326
|
+
$kendo-pivotgrid-calculated-field-padding-x: $kendo-pivotgrid-calculated-field-padding-x,
|
|
327
|
+
$kendo-pivotgrid-calculated-field-padding-y: $kendo-pivotgrid-calculated-field-padding-y,
|
|
328
|
+
$kendo-pivotgrid-calculated-field-border-width: $kendo-pivotgrid-calculated-field-border-width,
|
|
329
|
+
$kendo-pivotgrid-calculated-field-border-radius: $kendo-pivotgrid-calculated-field-border-radius,
|
|
330
|
+
$kendo-pivotgrid-calculated-field-gap: $kendo-pivotgrid-calculated-field-gap,
|
|
331
|
+
$kendo-pivotgrid-calculated-field-bg: $kendo-pivotgrid-calculated-field-bg,
|
|
332
|
+
$kendo-pivotgrid-calculated-field-text: $kendo-pivotgrid-calculated-field-text,
|
|
333
|
+
$kendo-pivotgrid-calculated-field-border: $kendo-pivotgrid-calculated-field-border,
|
|
334
|
+
$kendo-pivotgrid-calculated-field-header-bg: $kendo-pivotgrid-calculated-field-header-bg,
|
|
335
|
+
$kendo-pivotgrid-calculated-field-header-text: $kendo-pivotgrid-calculated-field-header-text,
|
|
336
|
+
$kendo-pivotgrid-calculated-field-header-border: $kendo-pivotgrid-calculated-field-header-border,
|
|
337
|
+
$kendo-pivotgrid-treeview-padding-x: $kendo-pivotgrid-treeview-padding-x,
|
|
338
|
+
$kendo-pivotgrid-treeview-padding-y: $kendo-pivotgrid-treeview-padding-y,
|
|
339
|
+
$kendo-pivotgrid-alt-bg: $kendo-pivotgrid-alt-bg,
|
|
340
|
+
$kendo-pivotgrid-alt-text: $kendo-pivotgrid-alt-text,
|
|
341
|
+
$kendo-pivotgrid-chrome-border: $kendo-pivotgrid-chrome-border,
|
|
342
|
+
$kendo-pivotgrid-container-bg: $kendo-pivotgrid-container-bg,
|
|
343
|
+
$kendo-pivotgrid-row-headers-bg: $kendo-pivotgrid-row-headers-bg,
|
|
344
|
+
$kendo-pivotgrid-button-bg: $kendo-pivotgrid-button-bg,
|
|
345
|
+
$kendo-pivotgrid-button-text: $kendo-pivotgrid-button-text,
|
|
346
|
+
$kendo-pivotgrid-button-hover-bg: $kendo-pivotgrid-button-hover-bg,
|
|
347
|
+
$kendo-pivotgrid-button-hover-text: $kendo-pivotgrid-button-hover-text,
|
|
348
|
+
$kendo-pivotgrid-button-active-bg: $kendo-pivotgrid-button-active-bg,
|
|
349
|
+
$kendo-pivotgrid-button-active-text: $kendo-pivotgrid-button-active-text,
|
|
350
|
+
$kendo-pivotgrid-remove-bg: $kendo-pivotgrid-remove-bg,
|
|
351
|
+
$kendo-pivotgrid-remove-text: $kendo-pivotgrid-remove-text
|
|
352
|
+
);
|
package/scss/popover/_index.scss
CHANGED
|
@@ -1,43 +1,20 @@
|
|
|
1
|
-
@import "../core/_index.scss";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
// Module meta
|
|
5
|
-
$_kendo-module-meta: (
|
|
6
|
-
name: "popover",
|
|
7
|
-
dependencies: (
|
|
8
|
-
"action-buttons",
|
|
9
|
-
"button",
|
|
10
|
-
"card",
|
|
11
|
-
"icon",
|
|
12
|
-
"popup"
|
|
13
|
-
)
|
|
14
|
-
);
|
|
15
|
-
|
|
16
|
-
|
|
17
1
|
// Dependencies
|
|
18
|
-
@
|
|
19
|
-
@
|
|
20
|
-
|
|
2
|
+
@use "../core/_index.scss" as *;
|
|
3
|
+
@use "../card/_index.scss" as *;
|
|
4
|
+
@use "../popup/_index.scss" as *;
|
|
21
5
|
|
|
22
6
|
// Component
|
|
23
|
-
@
|
|
24
|
-
@
|
|
25
|
-
@
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
// Register
|
|
29
|
-
@import "../core/module-system/index.import.scss";
|
|
30
|
-
@include module-register( $_kendo-module-meta... );
|
|
31
|
-
|
|
7
|
+
@forward "./_variables.scss";
|
|
8
|
+
@use "./_layout.scss" as *;
|
|
9
|
+
@use "./_theme.scss" as *;
|
|
32
10
|
|
|
33
11
|
// Expose
|
|
34
12
|
@mixin kendo-popover--styles() {
|
|
35
|
-
@include
|
|
13
|
+
@include import-once( "popover" ) {
|
|
14
|
+
@include core-styles();
|
|
15
|
+
@include kendo-card--styles();
|
|
16
|
+
@include kendo-popup--styles();
|
|
36
17
|
@include kendo-popover--layout();
|
|
37
18
|
@include kendo-popover--theme();
|
|
38
19
|
}
|
|
39
20
|
}
|
|
40
|
-
|
|
41
|
-
@if $kendo-auto-bootstrap {
|
|
42
|
-
@include kendo-popover--styles();
|
|
43
|
-
}
|
package/scss/popover/_theme.scss
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
@use "../core/_index.scss" as *;
|
|
2
|
+
@use "../card/_variables.scss" as *;
|
|
3
|
+
@use "../popup/_variables.scss" as *;
|
|
4
|
+
|
|
1
5
|
// Popover
|
|
2
6
|
|
|
3
7
|
/// The width of the border around the Popover.
|
|
@@ -82,4 +86,33 @@ $kendo-popover-callout-border-style: $kendo-popover-border-style !default;
|
|
|
82
86
|
$kendo-popover-callout-bg: $kendo-popover-bg !default;
|
|
83
87
|
/// The border color of the Popover callout.
|
|
84
88
|
/// @group popover
|
|
85
|
-
$kendo-popover-callout-border: $kendo-popover-border !default;
|
|
89
|
+
$kendo-popover-callout-border: $kendo-popover-border !default;
|
|
90
|
+
|
|
91
|
+
@forward "@progress/kendo-theme-default/scss/popover/_variables.scss" with (
|
|
92
|
+
$kendo-popover-border-width: $kendo-popover-border-width,
|
|
93
|
+
$kendo-popover-border-style: $kendo-popover-border-style,
|
|
94
|
+
$kendo-popover-border-radius: $kendo-popover-border-radius,
|
|
95
|
+
$kendo-popover-font-family: $kendo-popover-font-family,
|
|
96
|
+
$kendo-popover-font-size: $kendo-popover-font-size,
|
|
97
|
+
$kendo-popover-line-height: $kendo-popover-line-height,
|
|
98
|
+
$kendo-popover-text: $kendo-popover-text,
|
|
99
|
+
$kendo-popover-bg: $kendo-popover-bg,
|
|
100
|
+
$kendo-popover-border: $kendo-popover-border,
|
|
101
|
+
$kendo-popover-shadow: $kendo-popover-shadow,
|
|
102
|
+
$kendo-popover-header-padding-x: $kendo-popover-header-padding-x,
|
|
103
|
+
$kendo-popover-header-padding-y: $kendo-popover-header-padding-y,
|
|
104
|
+
$kendo-popover-header-border-width: $kendo-popover-header-border-width,
|
|
105
|
+
$kendo-popover-header-border-style: $kendo-popover-header-border-style,
|
|
106
|
+
$kendo-popover-header-text: $kendo-popover-header-text,
|
|
107
|
+
$kendo-popover-header-bg: $kendo-popover-header-bg,
|
|
108
|
+
$kendo-popover-header-border: $kendo-popover-header-border,
|
|
109
|
+
$kendo-popover-body-padding-x: $kendo-popover-body-padding-x,
|
|
110
|
+
$kendo-popover-body-padding-y: $kendo-popover-body-padding-y,
|
|
111
|
+
$kendo-popover-actions-border-width: $kendo-popover-actions-border-width,
|
|
112
|
+
$kendo-popover-callout-width: $kendo-popover-callout-width,
|
|
113
|
+
$kendo-popover-callout-height: $kendo-popover-callout-height,
|
|
114
|
+
$kendo-popover-callout-border-width: $kendo-popover-callout-border-width,
|
|
115
|
+
$kendo-popover-callout-border-style: $kendo-popover-callout-border-style,
|
|
116
|
+
$kendo-popover-callout-bg: $kendo-popover-callout-bg,
|
|
117
|
+
$kendo-popover-callout-border: $kendo-popover-callout-border
|
|
118
|
+
);
|
package/scss/popup/_index.scss
CHANGED
|
@@ -1,35 +1,16 @@
|
|
|
1
|
-
@import "../core/_index.scss";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
// Module meta
|
|
5
|
-
$_kendo-module-meta: (
|
|
6
|
-
name: "popup",
|
|
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-popup--styles() {
|
|
27
|
-
@include
|
|
11
|
+
@include import-once( "popup" ) {
|
|
12
|
+
@include core-styles();
|
|
28
13
|
@include kendo-popup--layout();
|
|
29
14
|
@include kendo-popup--theme();
|
|
30
15
|
}
|
|
31
16
|
}
|
|
32
|
-
|
|
33
|
-
@if $kendo-auto-bootstrap {
|
|
34
|
-
@include kendo-popup--styles();
|
|
35
|
-
}
|
package/scss/popup/_layout.scss
CHANGED
package/scss/popup/_theme.scss
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
@use "../core/_index.scss" as *;
|
|
2
|
+
|
|
1
3
|
/// Horizontal padding of the popup.
|
|
2
4
|
/// @group popup
|
|
3
5
|
$kendo-popup-padding-x: null !default;
|
|
@@ -37,3 +39,19 @@ $kendo-popup-border: $kendo-component-border !default;
|
|
|
37
39
|
/// Box shadow of the popup.
|
|
38
40
|
/// @group popup
|
|
39
41
|
$kendo-popup-shadow: k-elevation(4) !default;
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
@forward "@progress/kendo-theme-default/scss/popup/_variables.scss" with (
|
|
45
|
+
$kendo-popup-padding-x: $kendo-popup-padding-x,
|
|
46
|
+
$kendo-popup-padding-y: $kendo-popup-padding-y,
|
|
47
|
+
$kendo-popup-border-width: $kendo-popup-border-width,
|
|
48
|
+
$kendo-popup-border-radius: $kendo-popup-border-radius,
|
|
49
|
+
$kendo-popup-font-size: $kendo-popup-font-size,
|
|
50
|
+
$kendo-popup-line-height: $kendo-popup-line-height,
|
|
51
|
+
$kendo-popup-content-padding-x: $kendo-popup-content-padding-x,
|
|
52
|
+
$kendo-popup-content-padding-y: $kendo-popup-content-padding-y,
|
|
53
|
+
$kendo-popup-bg: $kendo-popup-bg,
|
|
54
|
+
$kendo-popup-text: $kendo-popup-text,
|
|
55
|
+
$kendo-popup-border: $kendo-popup-border,
|
|
56
|
+
$kendo-popup-shadow: $kendo-popup-shadow
|
|
57
|
+
);
|
|
@@ -1,35 +1,16 @@
|
|
|
1
|
-
@import "../core/_index.scss";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
// Module meta
|
|
5
|
-
$_kendo-module-meta: (
|
|
6
|
-
name: "progressbar",
|
|
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-progressbar--styles() {
|
|
27
|
-
@include
|
|
11
|
+
@include import-once( "progressbar" ) {
|
|
12
|
+
@include core-styles();
|
|
28
13
|
@include kendo-progressbar--layout();
|
|
29
14
|
@include kendo-progressbar--theme();
|
|
30
15
|
}
|
|
31
16
|
}
|
|
32
|
-
|
|
33
|
-
@if $kendo-auto-bootstrap {
|
|
34
|
-
@include kendo-progressbar--styles();
|
|
35
|
-
}
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
@use "../core/_index.scss" as *;
|
|
2
|
+
@use "../core/functions/index.import.scss" as *;
|
|
3
|
+
|
|
1
4
|
// ProgressBar
|
|
2
5
|
|
|
3
6
|
/// The height of the ProgressBar.
|
|
@@ -72,3 +75,29 @@ $kendo-circular-progressbar-arc-stroke: $kendo-color-primary !default;
|
|
|
72
75
|
/// The scale stroke background color of the circular ProgressBar.
|
|
73
76
|
/// @group progressbar
|
|
74
77
|
$kendo-circular-progressbar-scale-stroke: $kendo-progressbar-bg !default;
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
@forward "@progress/kendo-theme-default/scss/progressbar/_variables.scss" with (
|
|
81
|
+
$kendo-progressbar-height: $kendo-progressbar-height,
|
|
82
|
+
$kendo-progressbar-horizontal-width: $kendo-progressbar-horizontal-width,
|
|
83
|
+
$kendo-progressbar-animation-timing: $kendo-progressbar-animation-timing,
|
|
84
|
+
$kendo-progressbar-border-width: $kendo-progressbar-border-width,
|
|
85
|
+
$kendo-progressbar-font-family: $kendo-progressbar-font-family,
|
|
86
|
+
$kendo-progressbar-font-size: $kendo-progressbar-font-size,
|
|
87
|
+
$kendo-progressbar-line-height: $kendo-progressbar-line-height,
|
|
88
|
+
$kendo-progressbar-bg: $kendo-progressbar-bg,
|
|
89
|
+
$kendo-progressbar-text: $kendo-progressbar-text,
|
|
90
|
+
$kendo-progressbar-border: $kendo-progressbar-border,
|
|
91
|
+
$kendo-progressbar-gradient: $kendo-progressbar-gradient,
|
|
92
|
+
$kendo-progressbar-value-bg: $kendo-progressbar-value-bg,
|
|
93
|
+
$kendo-progressbar-value-text: $kendo-progressbar-value-text,
|
|
94
|
+
$kendo-progressbar-value-border: $kendo-progressbar-value-border,
|
|
95
|
+
$kendo-progressbar-value-gradient: $kendo-progressbar-value-gradient,
|
|
96
|
+
$kendo-progressbar-indeterminate-bg: $kendo-progressbar-indeterminate-bg,
|
|
97
|
+
$kendo-progressbar-indeterminate-text: $kendo-progressbar-indeterminate-text,
|
|
98
|
+
$kendo-progressbar-indeterminate-border: $kendo-progressbar-indeterminate-border,
|
|
99
|
+
$kendo-progressbar-indeterminate-gradient: $kendo-progressbar-indeterminate-gradient,
|
|
100
|
+
$kendo-progressbar-chunk-border: $kendo-progressbar-chunk-border,
|
|
101
|
+
$kendo-circular-progressbar-arc-stroke: $kendo-circular-progressbar-arc-stroke,
|
|
102
|
+
$kendo-circular-progressbar-scale-stroke: $kendo-circular-progressbar-scale-stroke
|
|
103
|
+
);
|
package/scss/prompt/_index.scss
CHANGED
|
@@ -1,34 +1,18 @@
|
|
|
1
|
-
|
|
2
|
-
@
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
// Module meta
|
|
6
|
-
$_kendo-module-meta: (
|
|
7
|
-
name: "prompt",
|
|
8
|
-
dependencies: ()
|
|
9
|
-
);
|
|
10
|
-
|
|
1
|
+
// Dependencies
|
|
2
|
+
@use "../core/_index.scss" as *;
|
|
3
|
+
@use "../utils/_index.scss" as *;
|
|
11
4
|
|
|
12
5
|
// Component
|
|
13
|
-
@
|
|
14
|
-
@
|
|
15
|
-
@
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
// Register
|
|
19
|
-
@import "../core/module-system/index.import.scss";
|
|
20
|
-
@include module-register( $_kendo-module-meta... );
|
|
21
|
-
|
|
6
|
+
@forward "./_variables.scss";
|
|
7
|
+
@use "./_layout.scss" as *;
|
|
8
|
+
@use "./_theme.scss" as *;
|
|
22
9
|
|
|
23
10
|
// Expose
|
|
24
11
|
@mixin kendo-prompt--styles() {
|
|
25
|
-
@include
|
|
12
|
+
@include import-once( "prompt" ) {
|
|
13
|
+
@include core-styles();
|
|
26
14
|
@include kendo-prompt--layout();
|
|
27
15
|
@include kendo-prompt--theme();
|
|
28
16
|
@include kendo-utils--flex-grid--flex-direction();
|
|
29
17
|
}
|
|
30
18
|
}
|
|
31
|
-
|
|
32
|
-
@if $kendo-auto-bootstrap {
|
|
33
|
-
@include kendo-prompt--styles();
|
|
34
|
-
}
|
package/scss/prompt/_layout.scss
CHANGED
package/scss/prompt/_theme.scss
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
@use "../core/_index.scss" as *;
|
|
2
|
+
|
|
1
3
|
// AIPrompt
|
|
2
4
|
|
|
3
5
|
/// The text color of the AIPrompt.
|
|
@@ -64,3 +66,27 @@ $kendo-prompt-suggestion-border: $kendo-component-border !default;
|
|
|
64
66
|
/// The elevation of the AIPrompt suggestion container.
|
|
65
67
|
/// @group prompt
|
|
66
68
|
$kendo-prompt-suggestion-shadow: k-elevation(1) !default;
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
@forward "@progress/kendo-theme-default/scss/prompt/_variables.scss" with (
|
|
72
|
+
$kendo-prompt-text: $kendo-prompt-text,
|
|
73
|
+
$kendo-prompt-bg: $kendo-prompt-bg,
|
|
74
|
+
$kendo-prompt-border: $kendo-prompt-border,
|
|
75
|
+
$kendo-prompt-header-text: $kendo-prompt-header-text,
|
|
76
|
+
$kendo-prompt-header-bg: $kendo-prompt-header-bg,
|
|
77
|
+
$kendo-prompt-header-border: $kendo-prompt-header-border,
|
|
78
|
+
$kendo-prompt-content-padding-y: $kendo-prompt-content-padding-y,
|
|
79
|
+
$kendo-prompt-content-padding-x: $kendo-prompt-content-padding-x,
|
|
80
|
+
$kendo-prompt-content-spacing: $kendo-prompt-content-spacing,
|
|
81
|
+
$kendo-prompt-content-text: $kendo-prompt-content-text,
|
|
82
|
+
$kendo-prompt-content-bg: $kendo-prompt-content-bg,
|
|
83
|
+
$kendo-prompt-content-border: $kendo-prompt-content-border,
|
|
84
|
+
$kendo-prompt-expander-spacing: $kendo-prompt-expander-spacing,
|
|
85
|
+
$kendo-prompt-suggestion-padding-y: $kendo-prompt-suggestion-padding-y,
|
|
86
|
+
$kendo-prompt-suggestion-padding-x: $kendo-prompt-suggestion-padding-x,
|
|
87
|
+
$kendo-prompt-suggestion-border-radius: $kendo-prompt-suggestion-border-radius,
|
|
88
|
+
$kendo-prompt-suggestion-text: $kendo-prompt-suggestion-text,
|
|
89
|
+
$kendo-prompt-suggestion-bg: $kendo-prompt-suggestion-bg,
|
|
90
|
+
$kendo-prompt-suggestion-border: $kendo-prompt-suggestion-border,
|
|
91
|
+
$kendo-prompt-suggestion-shadow: $kendo-prompt-suggestion-shadow
|
|
92
|
+
);
|