@progress/kendo-theme-fluent 5.7.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/LICENSE.md +17 -0
- package/README.md +72 -0
- package/dist/all.scss +7 -0
- package/package.json +54 -0
- package/scss/action-buttons/_layout.scss +54 -0
- package/scss/action-buttons/_theme.scss +14 -0
- package/scss/action-buttons/_variables.scss +24 -0
- package/scss/action-buttons/index.scss +26 -0
- package/scss/action-sheet/_layout.scss +233 -0
- package/scss/action-sheet/_theme.scss +89 -0
- package/scss/action-sheet/_variables.scss +163 -0
- package/scss/action-sheet/index.scss +27 -0
- package/scss/all.scss +4 -0
- package/scss/appbar/_layout.scss +119 -0
- package/scss/appbar/_theme.scss +40 -0
- package/scss/appbar/_variables.scss +106 -0
- package/scss/appbar/index.scss +25 -0
- package/scss/autocomplete/_layout.scss +4 -0
- package/scss/autocomplete/_theme.scss +4 -0
- package/scss/autocomplete/_variables.scss +1 -0
- package/scss/autocomplete/index.scss +28 -0
- package/scss/avatar/_layout.scss +77 -0
- package/scss/avatar/_theme.scss +20 -0
- package/scss/avatar/_variables.scss +105 -0
- package/scss/avatar/index.scss +25 -0
- package/scss/badge/_layout.scss +155 -0
- package/scss/badge/_theme.scss +31 -0
- package/scss/badge/_variables.scss +159 -0
- package/scss/badge/index.scss +23 -0
- package/scss/bottom-navigation/_layout.scss +130 -0
- package/scss/bottom-navigation/_theme.scss +92 -0
- package/scss/bottom-navigation/_variables.scss +178 -0
- package/scss/bottom-navigation/index.scss +25 -0
- package/scss/breadcrumb/_layout.scss +132 -0
- package/scss/breadcrumb/_theme.scss +134 -0
- package/scss/breadcrumb/_variables.scss +170 -0
- package/scss/breadcrumb/index.scss +26 -0
- package/scss/button/_layout.scss +329 -0
- package/scss/button/_theme.scss +155 -0
- package/scss/button/_variables.scss +392 -0
- package/scss/button/index.scss +25 -0
- package/scss/calendar/_layout.scss +456 -0
- package/scss/calendar/_theme.scss +203 -0
- package/scss/calendar/_variables.scss +267 -0
- package/scss/calendar/index.scss +25 -0
- package/scss/captcha/_layout.scss +63 -0
- package/scss/captcha/_theme.scss +15 -0
- package/scss/captcha/_variables.scss +45 -0
- package/scss/captcha/index.scss +29 -0
- package/scss/card/_layout.scss +364 -0
- package/scss/card/_theme.scss +116 -0
- package/scss/card/_variables.scss +170 -0
- package/scss/card/index.scss +29 -0
- package/scss/checkbox/_layout.scss +248 -0
- package/scss/checkbox/_theme.scss +142 -0
- package/scss/checkbox/_variables.scss +234 -0
- package/scss/checkbox/index.scss +25 -0
- package/scss/chip/_layout.scss +156 -0
- package/scss/chip/_theme.scss +97 -0
- package/scss/chip/_variables.scss +210 -0
- package/scss/chip/index.scss +26 -0
- package/scss/color-preview/_layout.scss +78 -0
- package/scss/color-preview/_theme.scss +32 -0
- package/scss/color-preview/_variables.scss +36 -0
- package/scss/color-preview/index.scss +25 -0
- package/scss/coloreditor/_layout.scss +82 -0
- package/scss/coloreditor/_theme.scss +27 -0
- package/scss/coloreditor/_variables.scss +75 -0
- package/scss/coloreditor/index.scss +29 -0
- package/scss/colorgradient/_layout.scss +184 -0
- package/scss/colorgradient/_theme.scss +118 -0
- package/scss/colorgradient/_variables.scss +149 -0
- package/scss/colorgradient/index.scss +29 -0
- package/scss/colorpalette/_layout.scss +60 -0
- package/scss/colorpalette/_theme.scss +53 -0
- package/scss/colorpalette/_variables.scss +48 -0
- package/scss/colorpalette/index.scss +23 -0
- package/scss/colorpicker/_layout.scss +15 -0
- package/scss/colorpicker/_theme.scss +5 -0
- package/scss/colorpicker/_variables.scss +1 -0
- package/scss/colorpicker/index.scss +29 -0
- package/scss/combobox/_layout.scss +4 -0
- package/scss/combobox/_theme.scss +4 -0
- package/scss/combobox/_variables.scss +1 -0
- package/scss/combobox/index.scss +28 -0
- package/scss/core/_index.scss +33 -0
- package/scss/core/_layout.scss +13 -0
- package/scss/core/_theme.scss +9 -0
- package/scss/core/_variables.scss +132 -0
- package/scss/core/color-system/_index.scss +3 -0
- package/scss/core/color-system/_palettes.scss +316 -0
- package/scss/core/color-system/_variables.scss +169 -0
- package/scss/core/color-system/utils/_functions.scss +67 -0
- package/scss/core/color-system/utils/_index.scss +2 -0
- package/scss/core/color-system/utils/_mixins.scss +9 -0
- package/scss/core/functions/_index.scss +3 -0
- package/scss/core/functions/_strings.scss +35 -0
- package/scss/core/helpers/_animations.scss +708 -0
- package/scss/core/helpers/_asp-fallback.scss +4 -0
- package/scss/core/helpers/_base.scss +146 -0
- package/scss/core/helpers/_extra.scss +22 -0
- package/scss/core/helpers/_index.scss +11 -0
- package/scss/core/helpers/_layout.scss +64 -0
- package/scss/core/helpers/_loading.scss +120 -0
- package/scss/core/helpers/_normalize.scss +11 -0
- package/scss/core/helpers/_reset.scss +19 -0
- package/scss/core/helpers/_resizing.scss +120 -0
- package/scss/core/helpers/_selection.scss +27 -0
- package/scss/core/helpers/_spacer.scss +13 -0
- package/scss/core/mixins/_border-radius.scss +60 -0
- package/scss/core/mixins/_box-shadow.scss +7 -0
- package/scss/core/mixins/_decoration.scss +27 -0
- package/scss/core/mixins/_disabled.scss +10 -0
- package/scss/core/mixins/_hide-scrollbar.scss +13 -0
- package/scss/core/mixins/_index.scss +6 -0
- package/scss/core/mixins/_typography.scss +17 -0
- package/scss/core/module-system/_components.scss +144 -0
- package/scss/core/module-system/index.scss +38 -0
- package/scss/dataviz/_layout.scss +474 -0
- package/scss/dataviz/_theme.scss +150 -0
- package/scss/dataviz/_variables.scss +242 -0
- package/scss/dataviz/index.scss +27 -0
- package/scss/dateinput/_layout.scss +4 -0
- package/scss/dateinput/_theme.scss +4 -0
- package/scss/dateinput/_variables.scss +1 -0
- package/scss/dateinput/index.scss +24 -0
- package/scss/datepicker/_layout.scss +4 -0
- package/scss/datepicker/_theme.scss +4 -0
- package/scss/datepicker/_variables.scss +1 -0
- package/scss/datepicker/index.scss +28 -0
- package/scss/daterangepicker/_layout.scss +39 -0
- package/scss/daterangepicker/_theme.scss +28 -0
- package/scss/daterangepicker/_variables.scss +5 -0
- package/scss/daterangepicker/index.scss +28 -0
- package/scss/datetimepicker/_layout.scss +60 -0
- package/scss/datetimepicker/_theme.scss +4 -0
- package/scss/datetimepicker/_variables.scss +3 -0
- package/scss/datetimepicker/index.scss +30 -0
- package/scss/dialog/_layout.scss +71 -0
- package/scss/dialog/_theme.scss +21 -0
- package/scss/dialog/_variables.scss +46 -0
- package/scss/dialog/index.scss +25 -0
- package/scss/draggable/_layout.scss +66 -0
- package/scss/draggable/_theme.scss +21 -0
- package/scss/draggable/_variables.scss +72 -0
- package/scss/draggable/index.scss +23 -0
- package/scss/drawer/_layout.scss +271 -0
- package/scss/drawer/_theme.scss +94 -0
- package/scss/drawer/_variables.scss +132 -0
- package/scss/drawer/index.scss +26 -0
- package/scss/dropdowngrid/_layout.scss +13 -0
- package/scss/dropdowngrid/_theme.scss +5 -0
- package/scss/dropdowngrid/_variables.scss +1 -0
- package/scss/dropdowngrid/index.scss +33 -0
- package/scss/dropdownlist/_layout.scss +36 -0
- package/scss/dropdownlist/_theme.scss +9 -0
- package/scss/dropdownlist/_variables.scss +1 -0
- package/scss/dropdownlist/index.scss +29 -0
- package/scss/dropdowntree/_layout.scss +22 -0
- package/scss/dropdowntree/_theme.scss +6 -0
- package/scss/dropdowntree/_variables.scss +5 -0
- package/scss/dropdowntree/index.scss +28 -0
- package/scss/dropzone/_layout.scss +49 -0
- package/scss/dropzone/_theme.scss +35 -0
- package/scss/dropzone/_variables.scss +75 -0
- package/scss/dropzone/index.scss +25 -0
- package/scss/editor/_layout.scss +688 -0
- package/scss/editor/_theme.scss +101 -0
- package/scss/editor/_variables.scss +81 -0
- package/scss/editor/index.scss +32 -0
- package/scss/expansion-panel/_layout.scss +83 -0
- package/scss/expansion-panel/_theme.scss +69 -0
- package/scss/expansion-panel/_variables.scss +99 -0
- package/scss/expansion-panel/index.scss +24 -0
- package/scss/fab/_layout.scss +173 -0
- package/scss/fab/_theme.scss +201 -0
- package/scss/fab/_variables.scss +180 -0
- package/scss/fab/index.scss +28 -0
- package/scss/filemanager/_layout.scss +248 -0
- package/scss/filemanager/_theme.scss +110 -0
- package/scss/filemanager/_variables.scss +185 -0
- package/scss/filemanager/index.scss +35 -0
- package/scss/filter/_layout.scss +93 -0
- package/scss/filter/_theme.scss +25 -0
- package/scss/filter/_variables.scss +35 -0
- package/scss/filter/index.scss +31 -0
- package/scss/floating-label/_layout.scss +94 -0
- package/scss/floating-label/_theme.scss +31 -0
- package/scss/floating-label/_variables.scss +67 -0
- package/scss/floating-label/index.scss +24 -0
- package/scss/forms/_layout.scss +326 -0
- package/scss/forms/_theme.scss +44 -0
- package/scss/forms/_variables.scss +143 -0
- package/scss/forms/index.scss +30 -0
- package/scss/grid/_layout.scss +1268 -0
- package/scss/grid/_theme.scss +488 -0
- package/scss/grid/_variables.scss +476 -0
- package/scss/grid/index.scss +45 -0
- package/scss/icon/_layout.scss +60 -0
- package/scss/icon/_theme.scss +1 -0
- package/scss/icon/_variables.scss +18 -0
- package/scss/icon/index.scss +23 -0
- package/scss/imageeditor/_layout.scss +160 -0
- package/scss/imageeditor/_theme.scss +49 -0
- package/scss/imageeditor/_variables.scss +108 -0
- package/scss/imageeditor/index.scss +28 -0
- package/scss/index.scss +320 -0
- package/scss/input/_layout.scss +441 -0
- package/scss/input/_theme.scss +202 -0
- package/scss/input/_variables.scss +612 -0
- package/scss/input/index.scss +26 -0
- package/scss/list/_layout.scss +255 -0
- package/scss/list/_theme.scss +104 -0
- package/scss/list/_variables.scss +273 -0
- package/scss/list/index.scss +26 -0
- package/scss/listbox/_layout.scss +119 -0
- package/scss/listbox/_theme.scss +19 -0
- package/scss/listbox/_variables.scss +45 -0
- package/scss/listbox/index.scss +28 -0
- package/scss/listgroup/_layout.scss +189 -0
- package/scss/listgroup/_theme.scss +14 -0
- package/scss/listgroup/_variables.scss +36 -0
- package/scss/listgroup/index.scss +25 -0
- package/scss/listview/_layout.scss +149 -0
- package/scss/listview/_theme.scss +50 -0
- package/scss/listview/_variables.scss +91 -0
- package/scss/listview/index.scss +27 -0
- package/scss/loader/_layout.scss +458 -0
- package/scss/loader/_theme.scss +18 -0
- package/scss/loader/_variables.scss +143 -0
- package/scss/loader/index.scss +25 -0
- package/scss/map/_index.scss +26 -0
- package/scss/map/_layout.scss +134 -0
- package/scss/map/_theme.scss +32 -0
- package/scss/map/_variables.scss +88 -0
- package/scss/maskedtextbox/_layout.scss +6 -0
- package/scss/maskedtextbox/_theme.scss +6 -0
- package/scss/maskedtextbox/_variables.scss +1 -0
- package/scss/maskedtextbox/index.scss +26 -0
- package/scss/mediaplayer/_layout.scss +102 -0
- package/scss/mediaplayer/_theme.scss +29 -0
- package/scss/mediaplayer/_variables.scss +46 -0
- package/scss/mediaplayer/index.scss +27 -0
- package/scss/menu/_layout.scss +343 -0
- package/scss/menu/_theme.scss +97 -0
- package/scss/menu/_variables.scss +255 -0
- package/scss/menu/index.scss +29 -0
- package/scss/menu-button/_layout.scss +20 -0
- package/scss/menu-button/_theme.scss +1 -0
- package/scss/menu-button/_variables.scss +1 -0
- package/scss/menu-button/index.scss +26 -0
- package/scss/messagebox/_layout.scss +22 -0
- package/scss/messagebox/_theme.scss +44 -0
- package/scss/messagebox/_variables.scss +40 -0
- package/scss/messagebox/index.scss +23 -0
- package/scss/multiselect/_layout.scss +6 -0
- package/scss/multiselect/_theme.scss +6 -0
- package/scss/multiselect/_variables.scss +1 -0
- package/scss/multiselect/index.scss +31 -0
- package/scss/notification/_layout.scss +73 -0
- package/scss/notification/_theme.scss +55 -0
- package/scss/notification/_variables.scss +102 -0
- package/scss/notification/index.scss +26 -0
- package/scss/numerictextbox/_layout.scss +10 -0
- package/scss/numerictextbox/_theme.scss +6 -0
- package/scss/numerictextbox/_variables.scss +1 -0
- package/scss/numerictextbox/index.scss +27 -0
- package/scss/orgchart/_layout.scss +121 -0
- package/scss/orgchart/_theme.scss +60 -0
- package/scss/orgchart/_variables.scss +152 -0
- package/scss/orgchart/index.scss +34 -0
- package/scss/overlay/_layout.scss +15 -0
- package/scss/overlay/_theme.scss +14 -0
- package/scss/overlay/_variables.scss +12 -0
- package/scss/overlay/index.scss +23 -0
- package/scss/pager/_layout.scss +240 -0
- package/scss/pager/_theme.scss +130 -0
- package/scss/pager/_variables.scss +194 -0
- package/scss/pager/index.scss +29 -0
- package/scss/panelbar/_layout.scss +152 -0
- package/scss/panelbar/_theme.scss +245 -0
- package/scss/panelbar/_variables.scss +235 -0
- package/scss/panelbar/index.scss +26 -0
- package/scss/popover/_layout.scss +101 -0
- package/scss/popover/_theme.scss +41 -0
- package/scss/popover/_variables.scss +90 -0
- package/scss/popover/index.scss +27 -0
- package/scss/popup/_layout.scss +53 -0
- package/scss/popup/_theme.scss +14 -0
- package/scss/popup/_variables.scss +42 -0
- package/scss/popup/index.scss +23 -0
- package/scss/progressbar/_layout.scss +279 -0
- package/scss/progressbar/_theme.scss +93 -0
- package/scss/progressbar/_variables.scss +114 -0
- package/scss/progressbar/index.scss +23 -0
- package/scss/radio/_layout.scss +277 -0
- package/scss/radio/_theme.scss +125 -0
- package/scss/radio/_variables.scss +203 -0
- package/scss/radio/index.scss +26 -0
- package/scss/rating/_layout.scss +98 -0
- package/scss/rating/_theme.scss +46 -0
- package/scss/rating/_variables.scss +50 -0
- package/scss/rating/index.scss +25 -0
- package/scss/responsivepanel/_layout.scss +51 -0
- package/scss/responsivepanel/_theme.scss +5 -0
- package/scss/responsivepanel/_variables.scss +1 -0
- package/scss/responsivepanel/index.scss +25 -0
- package/scss/ripple/_layout.scss +53 -0
- package/scss/ripple/_theme.scss +5 -0
- package/scss/ripple/_variables.scss +1 -0
- package/scss/ripple/index.scss +23 -0
- package/scss/scheduler/_layout.scss +979 -0
- package/scss/scheduler/_theme.scss +249 -0
- package/scss/scheduler/_variables.scss +260 -0
- package/scss/scheduler/index.scss +34 -0
- package/scss/scroller/_layout.scss +84 -0
- package/scss/scroller/_theme.scss +8 -0
- package/scss/scroller/_variables.scss +1 -0
- package/scss/scroller/index.scss +23 -0
- package/scss/searchbox/_layout.scss +22 -0
- package/scss/searchbox/_theme.scss +9 -0
- package/scss/searchbox/_variables.scss +5 -0
- package/scss/searchbox/index.scss +27 -0
- package/scss/signature/_layout.scss +68 -0
- package/scss/signature/_theme.scss +13 -0
- package/scss/signature/_variables.scss +73 -0
- package/scss/signature/index.scss +26 -0
- package/scss/skeleton/_layout.scss +76 -0
- package/scss/skeleton/_theme.scss +22 -0
- package/scss/skeleton/_variables.scss +22 -0
- package/scss/skeleton/index.scss +23 -0
- package/scss/slider/_layout.scss +392 -0
- package/scss/slider/_theme.scss +76 -0
- package/scss/slider/_variables.scss +136 -0
- package/scss/slider/index.scss +27 -0
- package/scss/split-button/_layout.scss +58 -0
- package/scss/split-button/_theme.scss +5 -0
- package/scss/split-button/_variables.scss +24 -0
- package/scss/split-button/index.scss +26 -0
- package/scss/splitter/_layout.scss +208 -0
- package/scss/splitter/_theme.scss +36 -0
- package/scss/splitter/_variables.scss +66 -0
- package/scss/splitter/index.scss +25 -0
- package/scss/stepper/_layout.scss +251 -0
- package/scss/stepper/_theme.scss +189 -0
- package/scss/stepper/_variables.scss +200 -0
- package/scss/stepper/index.scss +26 -0
- package/scss/switch/_layout.scss +164 -0
- package/scss/switch/_theme.scss +171 -0
- package/scss/switch/_variables.scss +173 -0
- package/scss/switch/index.scss +23 -0
- package/scss/table/_layout.scss +289 -0
- package/scss/table/_theme.scss +106 -0
- package/scss/table/_variables.scss +169 -0
- package/scss/table/index.scss +30 -0
- package/scss/tabstrip/_layout.scss +428 -0
- package/scss/tabstrip/_theme.scss +102 -0
- package/scss/tabstrip/_variables.scss +145 -0
- package/scss/tabstrip/index.scss +27 -0
- package/scss/taskboard/_layout.scss +205 -0
- package/scss/taskboard/_theme.scss +83 -0
- package/scss/taskboard/_variables.scss +207 -0
- package/scss/taskboard/index.scss +31 -0
- package/scss/textarea/_layout.scss +6 -0
- package/scss/textarea/_theme.scss +6 -0
- package/scss/textarea/_variables.scss +0 -0
- package/scss/textarea/index.scss +25 -0
- package/scss/textbox/_layout.scss +6 -0
- package/scss/textbox/_theme.scss +6 -0
- package/scss/textbox/_variables.scss +1 -0
- package/scss/textbox/index.scss +25 -0
- package/scss/tilelayout/_layout.scss +39 -0
- package/scss/tilelayout/_theme.scss +18 -0
- package/scss/tilelayout/_variables.scss +24 -0
- package/scss/tilelayout/index.scss +25 -0
- package/scss/timepicker/_layout.scss +6 -0
- package/scss/timepicker/_theme.scss +6 -0
- package/scss/timepicker/_variables.scss +1 -0
- package/scss/timepicker/index.scss +28 -0
- package/scss/timeselector/_layout.scss +237 -0
- package/scss/timeselector/_theme.scss +66 -0
- package/scss/timeselector/_variables.scss +130 -0
- package/scss/timeselector/index.scss +27 -0
- package/scss/toolbar/_layout.scss +214 -0
- package/scss/toolbar/_theme.scss +66 -0
- package/scss/toolbar/_variables.scss +40 -0
- package/scss/toolbar/index.scss +28 -0
- package/scss/tooltip/_layout.scss +108 -0
- package/scss/tooltip/_theme.scss +42 -0
- package/scss/tooltip/_variables.scss +98 -0
- package/scss/tooltip/index.scss +26 -0
- package/scss/treelist/_layout.scss +92 -0
- package/scss/treelist/_theme.scss +14 -0
- package/scss/treelist/_variables.scss +9 -0
- package/scss/treelist/index.scss +26 -0
- package/scss/treeview/_layout.scss +160 -0
- package/scss/treeview/_theme.scss +102 -0
- package/scss/treeview/_variables.scss +164 -0
- package/scss/treeview/index.scss +26 -0
- package/scss/typography/_layout.scss +110 -0
- package/scss/typography/_theme.scss +15 -0
- package/scss/typography/_variables.scss +126 -0
- package/scss/typography/index.scss +23 -0
- package/scss/upload/_layout.scss +275 -0
- package/scss/upload/_theme.scss +111 -0
- package/scss/upload/_variables.scss +107 -0
- package/scss/upload/index.scss +29 -0
- package/scss/utils/_layout.scss +7 -0
- package/scss/utils/_theme.scss +1 -0
- package/scss/utils/_variables.scss +13 -0
- package/scss/utils/index.scss +23 -0
- package/scss/validator/_layout.scss +19 -0
- package/scss/validator/_theme.scss +5 -0
- package/scss/validator/_variables.scss +1 -0
- package/scss/validator/index.scss +26 -0
- package/scss/virtual-scroller/_layout.scss +37 -0
- package/scss/virtual-scroller/_theme.scss +5 -0
- package/scss/virtual-scroller/_variables.scss +1 -0
- package/scss/virtual-scroller/index.scss +23 -0
- package/scss/window/_layout.scss +162 -0
- package/scss/window/_theme.scss +31 -0
- package/scss/window/_variables.scss +107 -0
- package/scss/window/index.scss +28 -0
- package/scss/wizard/_layout.scss +128 -0
- package/scss/wizard/_theme.scss +21 -0
- package/scss/wizard/_variables.scss +54 -0
- package/scss/wizard/index.scss +27 -0
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
@use "../core/" as *;
|
|
2
|
+
@use "../core/color-system" as *;
|
|
3
|
+
@use "../card/_variables.scss" as *;
|
|
4
|
+
@use "sass:color";
|
|
5
|
+
|
|
6
|
+
/// Width of the border around the tilelayout.
|
|
7
|
+
/// @group tilelayout
|
|
8
|
+
$kendo-tilelayout-border-width: 0px !default;
|
|
9
|
+
/// Background color of the tilelayout.
|
|
10
|
+
/// @group tilelayout
|
|
11
|
+
$kendo-tilelayout-bg: get-theme-color-var( neutral-10 ) !default;
|
|
12
|
+
|
|
13
|
+
/// Width of the border around the tilelayout hint.
|
|
14
|
+
/// @group tilelayout
|
|
15
|
+
$kendo-tilelayout-hint-border-width: 1px !default;
|
|
16
|
+
/// Color of the border around the tilelayout hint.
|
|
17
|
+
/// @group tilelayout
|
|
18
|
+
$kendo-tilelayout-hint-border: var( --kendo-component-border, initial ) !default;
|
|
19
|
+
/// Radius of the border around the tilelayout hint.
|
|
20
|
+
/// @group tilelayout
|
|
21
|
+
$kendo-tilelayout-hint-border-radius: var( --kendo-border-radius-lg, initial ) !default;
|
|
22
|
+
/// Background color of the tilelayout hint.
|
|
23
|
+
/// @group tilelayout
|
|
24
|
+
$kendo-tilelayout-hint-bg: rgba(255, 255, 255, .2) !default;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
// Module meta
|
|
2
|
+
$_kendo-module-meta: (
|
|
3
|
+
name: "tilelayout",
|
|
4
|
+
dependencies: (
|
|
5
|
+
"card"
|
|
6
|
+
)
|
|
7
|
+
);
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
// Component
|
|
11
|
+
@forward "_variables.scss";
|
|
12
|
+
@use "_layout.scss" as *;
|
|
13
|
+
@use "_theme.scss" as *;
|
|
14
|
+
|
|
15
|
+
// Register
|
|
16
|
+
@use "../core/module-system/" as module;
|
|
17
|
+
@include module.register( $_kendo-module-meta... );
|
|
18
|
+
|
|
19
|
+
// Expose
|
|
20
|
+
@mixin styles() {
|
|
21
|
+
@include module.render( "tilelayout" ) {
|
|
22
|
+
@include kendo-tilelayout--layout();
|
|
23
|
+
@include kendo-tilelayout--theme();
|
|
24
|
+
}
|
|
25
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
// Time picker
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
// Module meta
|
|
2
|
+
$_kendo-module-meta: (
|
|
3
|
+
name: "timepicker",
|
|
4
|
+
dependencies: (
|
|
5
|
+
"button",
|
|
6
|
+
"input",
|
|
7
|
+
"popup",
|
|
8
|
+
"list",
|
|
9
|
+
"timeselector"
|
|
10
|
+
)
|
|
11
|
+
);
|
|
12
|
+
|
|
13
|
+
// Component
|
|
14
|
+
@forward "_variables.scss";
|
|
15
|
+
@use "_layout.scss" as *;
|
|
16
|
+
@use "_theme.scss" as *;
|
|
17
|
+
|
|
18
|
+
// Register
|
|
19
|
+
@use "../core/module-system/" as module;
|
|
20
|
+
@include module.register( $_kendo-module-meta... );
|
|
21
|
+
|
|
22
|
+
// Expose
|
|
23
|
+
@mixin styles() {
|
|
24
|
+
@include module.render( "timepicker" ) {
|
|
25
|
+
@include kendo-timepicker--layout();
|
|
26
|
+
@include kendo-timepicker--theme();
|
|
27
|
+
}
|
|
28
|
+
}
|
|
@@ -0,0 +1,237 @@
|
|
|
1
|
+
@use "_variables.scss" as *;
|
|
2
|
+
@use "../core/color-system" as *;
|
|
3
|
+
@use "../core/mixins" as *;
|
|
4
|
+
@use "../button/_variables.scss" as *;
|
|
5
|
+
|
|
6
|
+
@mixin kendo-timeselector--layout() {
|
|
7
|
+
|
|
8
|
+
.k-timeselector {
|
|
9
|
+
border-width: var( --kendo-time-selector-border-width, $kendo-time-selector-border-width );
|
|
10
|
+
border-style: solid;
|
|
11
|
+
box-sizing: border-box;
|
|
12
|
+
outline: 0;
|
|
13
|
+
font-family: var( --kendo-time-selector-font-family, $kendo-time-selector-font-family );
|
|
14
|
+
font-size: var( --kendo-time-selector-font-size, $kendo-time-selector-font-size );
|
|
15
|
+
line-height: var( --kendo-time-selector-line-height, $kendo-time-selector-line-height );
|
|
16
|
+
position: relative;
|
|
17
|
+
overflow: hidden;
|
|
18
|
+
display: flex;
|
|
19
|
+
flex-flow: column nowrap;
|
|
20
|
+
user-select: none;
|
|
21
|
+
-webkit-touch-callout: none;
|
|
22
|
+
-webkit-tap-highlight-color: $rgba-transparent;
|
|
23
|
+
|
|
24
|
+
.k-popup > & {
|
|
25
|
+
border-width: 0;
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
// Time selector header
|
|
31
|
+
.k-time-header,
|
|
32
|
+
.k-time-selector-header {
|
|
33
|
+
padding: var( --kendo-time-selector-header-padding-y, $kendo-time-selector-header-padding-y ) var( --kendo-time-selector-header-padding-x, $kendo-time-selector-header-padding-x ) 0;
|
|
34
|
+
box-sizing: border-box;
|
|
35
|
+
display: flex;
|
|
36
|
+
align-items: center;
|
|
37
|
+
justify-content: space-between;
|
|
38
|
+
flex: 0 0 auto;
|
|
39
|
+
|
|
40
|
+
.k-title,
|
|
41
|
+
.k-time-selector-header-title {
|
|
42
|
+
padding: var( --kendo-button-padding-y-md, $kendo-button-padding-y-md ) var( --kendo-button-padding-x-md, $kendo-button-padding-x-md );
|
|
43
|
+
font-weight: bold;
|
|
44
|
+
display: inline-block;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
.k-time-now {
|
|
48
|
+
border-width: 0;
|
|
49
|
+
line-height: inherit;
|
|
50
|
+
cursor: pointer;
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
// Time selector footer
|
|
56
|
+
// .k-time-footer {}
|
|
57
|
+
// .k-time-selector-footer {}
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
// Time list container
|
|
61
|
+
.k-time-list-container {
|
|
62
|
+
display: flex;
|
|
63
|
+
position: relative;
|
|
64
|
+
flex: 1 1 auto;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
// Time list highlight
|
|
69
|
+
.k-time-highlight,
|
|
70
|
+
.k-time-list-highlight {
|
|
71
|
+
width: 100%;
|
|
72
|
+
height: var( --kendo-time-list-highlight-height, $kendo-time-list-highlight-height );
|
|
73
|
+
border-width: var( --kendo-time-list-highlight-border-width, $kendo-time-list-highlight-border-width );
|
|
74
|
+
border-style: solid;
|
|
75
|
+
box-sizing: border-box;
|
|
76
|
+
position: absolute;
|
|
77
|
+
top: calc( 50% + var( --kendo-time-list-title-height, $kendo-time-list-title-height ) / 2);
|
|
78
|
+
left: 0;
|
|
79
|
+
right: 0;
|
|
80
|
+
transform: translateY(-50%);
|
|
81
|
+
z-index: 1;
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
// Time list wrapper
|
|
86
|
+
.k-time-list-wrapper {
|
|
87
|
+
min-width: var( --kendo-time-list-width, $kendo-time-list-width );
|
|
88
|
+
height: var( --kendo-time-list-height, $kendo-time-list-height );
|
|
89
|
+
box-sizing: content-box;
|
|
90
|
+
display: inline-flex;
|
|
91
|
+
flex-flow: column nowrap;
|
|
92
|
+
align-items: stretch;
|
|
93
|
+
overflow: hidden;
|
|
94
|
+
position: relative;
|
|
95
|
+
text-align: center;
|
|
96
|
+
flex: 1 1 auto;
|
|
97
|
+
|
|
98
|
+
.k-title {
|
|
99
|
+
padding-block-end: var( --kendo-time-list-title-spacing, $kendo-time-list-title-spacing );
|
|
100
|
+
font-size: var( --kendo-time-list-title-font-size, $kendo-time-list-title-font-size );
|
|
101
|
+
line-height: var( --kendo-time-list-title-line-height, $kendo-time-list-title-line-height );
|
|
102
|
+
font-weight: 600;
|
|
103
|
+
text-align: center;
|
|
104
|
+
text-transform: capitalize;
|
|
105
|
+
display: block;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
&.k-focus {
|
|
109
|
+
&::before,
|
|
110
|
+
&::after {
|
|
111
|
+
display: block;
|
|
112
|
+
content: "\200b";
|
|
113
|
+
position: absolute;
|
|
114
|
+
width: 100%;
|
|
115
|
+
left: 0;
|
|
116
|
+
pointer-events: none;
|
|
117
|
+
height: calc( 50% - calc( var( --kendo-time-list-highlight-height, $kendo-time-list-highlight-height ) / 2) );
|
|
118
|
+
box-sizing: border-box;
|
|
119
|
+
border-width: 0;
|
|
120
|
+
border-style: solid;
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
&::before {
|
|
124
|
+
top: calc( var( --kendo-time-list-title-spacing, $kendo-time-list-title-spacing ) + var( --kendo-time-list-title-height, $kendo-time-list-title-height ) );
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
&::after {
|
|
128
|
+
bottom: 0;
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
|
|
134
|
+
// Time list
|
|
135
|
+
.k-time-list {
|
|
136
|
+
display: flex;
|
|
137
|
+
flex-flow: row nowrap;
|
|
138
|
+
align-items: stretch;
|
|
139
|
+
flex: 1;
|
|
140
|
+
position: relative;
|
|
141
|
+
z-index: 1;
|
|
142
|
+
outline: 0;
|
|
143
|
+
overflow: hidden;
|
|
144
|
+
|
|
145
|
+
&::before,
|
|
146
|
+
&::after {
|
|
147
|
+
display: block;
|
|
148
|
+
position: absolute;
|
|
149
|
+
content: "\200b";
|
|
150
|
+
height: 0;
|
|
151
|
+
line-height: 0;
|
|
152
|
+
z-index: 1;
|
|
153
|
+
width: 200%;
|
|
154
|
+
left: -50%;
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
&::before { top: 0; }
|
|
158
|
+
&::after { bottom: 0; }
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
|
|
162
|
+
// Time list content
|
|
163
|
+
.k-time-container,
|
|
164
|
+
.k-time-list-content {
|
|
165
|
+
position: relative;
|
|
166
|
+
flex: 1 1 auto;
|
|
167
|
+
display: block;
|
|
168
|
+
overflow-x: hidden;
|
|
169
|
+
overflow-y: scroll;
|
|
170
|
+
|
|
171
|
+
@include hide-scrollbar();
|
|
172
|
+
|
|
173
|
+
> ul {
|
|
174
|
+
height: auto;
|
|
175
|
+
width: var( --kendo-time-list-width, $kendo-time-list-width );
|
|
176
|
+
margin: auto;
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
.k-scrollable-placeholder {
|
|
180
|
+
position: absolute;
|
|
181
|
+
width: 1px;
|
|
182
|
+
top: 0;
|
|
183
|
+
right: 0;
|
|
184
|
+
}
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
|
|
188
|
+
// Time list item
|
|
189
|
+
.k-time-list-item,
|
|
190
|
+
.k-time-list .k-item {
|
|
191
|
+
padding: var( --kendo-time-list-item-padding-y, $kendo-time-list-item-padding-y ) var( --kendo-time-list-item-padding-x, $kendo-time-list-item-padding-x );
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
|
|
195
|
+
// Time separator
|
|
196
|
+
.k-time-separator {
|
|
197
|
+
width: 0;
|
|
198
|
+
height: var( --kendo-time-list-highlight-height, $kendo-time-list-highlight-height );
|
|
199
|
+
align-self: center;
|
|
200
|
+
display: inline-flex;
|
|
201
|
+
justify-content: center;
|
|
202
|
+
align-items: center;
|
|
203
|
+
position: relative;
|
|
204
|
+
z-index: 11;
|
|
205
|
+
top: calc( var( --kendo-time-list-title-height, $kendo-time-list-title-height ) / 2);
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
|
|
209
|
+
// Time selector sizes
|
|
210
|
+
@each $size, $size-props in $kendo-time-selector-sizes {
|
|
211
|
+
$_font-size: map-get( $size-props, font-size );
|
|
212
|
+
$_line-height: map-get( $size-props, line-height );
|
|
213
|
+
$_list-item-padding-x: map-get( $size-props, list-item-padding-x );
|
|
214
|
+
$_list-item-padding-y: map-get( $size-props, list-item-padding-y );
|
|
215
|
+
$_highlight-height: calc( #{$_font-size} * #{$_line-height} + #{ $_list-item-padding-y * 2} );
|
|
216
|
+
|
|
217
|
+
|
|
218
|
+
.k-timeselector-#{$size} {
|
|
219
|
+
font-size: var( --kendo-time-selector-#{$size}-font-size, #{$_font-size} );
|
|
220
|
+
line-height: var( --kendo-time-selector-#{$size}-line-height, #{$_line-height} );
|
|
221
|
+
|
|
222
|
+
.k-time-highlight,
|
|
223
|
+
.k-time-list-highlight {
|
|
224
|
+
height: var( --kendo-time-selector-#{$size}-highlight-height, #{$_highlight-height} );
|
|
225
|
+
}
|
|
226
|
+
|
|
227
|
+
.k-time-separator {
|
|
228
|
+
height: var( --kendo-time-selector-#{$size}-highlight-height, #{$_highlight-height} );
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
.k-time-list-item,
|
|
232
|
+
.k-time-list .k-item {
|
|
233
|
+
padding: var( --kendo-list-#{$size}-item-padding-y, #{$_list-item-padding-y} ) var( --kendo-list-#{$size}-item-padding-x, #{$_list-item-padding-x} );
|
|
234
|
+
}
|
|
235
|
+
}
|
|
236
|
+
}
|
|
237
|
+
}
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
@use "_variables.scss" as *;
|
|
2
|
+
@use "../core/color-system" as *;
|
|
3
|
+
@use "../core/mixins" as *;
|
|
4
|
+
|
|
5
|
+
@mixin kendo-timeselector--theme() {
|
|
6
|
+
// Time selector
|
|
7
|
+
.k-timeselector {
|
|
8
|
+
@include fill(
|
|
9
|
+
var( --kendo-time-selector-text, $kendo-time-selector-text ),
|
|
10
|
+
var( --kendo-time-selector-bg, $kendo-time-selector-bg ),
|
|
11
|
+
var( --kendo-time-selector-border, $kendo-time-selector-border )
|
|
12
|
+
);
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
// Time selector header
|
|
17
|
+
.k-time-header,
|
|
18
|
+
.k-time-selector-header {
|
|
19
|
+
|
|
20
|
+
.k-time-now {
|
|
21
|
+
color: var( --kendo-link-text, inherit );
|
|
22
|
+
}
|
|
23
|
+
.k-time-now:hover {
|
|
24
|
+
color: var( --kendo-link-hover-text, inherit );
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
// Time list wrapper
|
|
30
|
+
.k-time-list-wrapper {
|
|
31
|
+
|
|
32
|
+
.k-title {
|
|
33
|
+
color: var( --kendo-time-list-title-text, $kendo-time-list-title-text );
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
&.k-focus {
|
|
37
|
+
.k-title {
|
|
38
|
+
color: var( --kendo-time-list-title-focus-text, $kendo-time-list-title-focus-text );
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
&::before,
|
|
42
|
+
&::after {
|
|
43
|
+
background-color: var( --kendo-time-list-focused-bg, $kendo-time-list-focused-bg );
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
// Time list
|
|
50
|
+
.k-time-list {
|
|
51
|
+
.k-item:hover {
|
|
52
|
+
color: get-theme-color-var( primary-120 );
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
.k-time-container {
|
|
57
|
+
background: transparent;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
.k-time-highlight {
|
|
61
|
+
@include fill(
|
|
62
|
+
$bg: var( --kendo-time-list-highlight-bg, $kendo-time-list-highlight-bg ),
|
|
63
|
+
$border: var( --kendo-time-list-highlight-border, $kendo-time-list-highlight-border )
|
|
64
|
+
);
|
|
65
|
+
}
|
|
66
|
+
}
|
|
@@ -0,0 +1,130 @@
|
|
|
1
|
+
@use "../core/color-system" as *;
|
|
2
|
+
@use "../core/_variables.scss" as *;
|
|
3
|
+
@use "../list/_variables.scss" as *;
|
|
4
|
+
|
|
5
|
+
/// Width of the border around the time-selector.
|
|
6
|
+
/// @group time-selector
|
|
7
|
+
$kendo-time-selector-border-width: 1px !default;
|
|
8
|
+
/// Font family of the time-selector.
|
|
9
|
+
/// @group time-selector
|
|
10
|
+
$kendo-time-selector-font-family: var( --kendo-font-family, inherit ) !default;
|
|
11
|
+
/// Font size of the time-selector.
|
|
12
|
+
/// @group time-selector
|
|
13
|
+
$kendo-time-selector-font-size: var( --kendo-font-size, inherit ) !default;
|
|
14
|
+
/// Line height of the time-selector.
|
|
15
|
+
/// @group time-selector
|
|
16
|
+
$kendo-time-selector-line-height: var( --kendo-line-height, normal ) !default;
|
|
17
|
+
|
|
18
|
+
/// Background color of the time-selector.
|
|
19
|
+
/// @group time-selector
|
|
20
|
+
$kendo-time-selector-bg: var( --kendo-component-bg, initial ) !default;
|
|
21
|
+
/// Text color of the time-selector.
|
|
22
|
+
/// @group time-selector
|
|
23
|
+
$kendo-time-selector-text: var( --kendo-component-text, initial ) !default;
|
|
24
|
+
/// Border color of the time-selector.
|
|
25
|
+
/// @group time-selector
|
|
26
|
+
$kendo-time-selector-border: var( --kendo-component-border, initial ) !default;
|
|
27
|
+
|
|
28
|
+
/// Horizontal padding of the time-selector header.
|
|
29
|
+
/// @group time-selector
|
|
30
|
+
$kendo-time-selector-header-padding-x: map-get( $kendo-spacing, 3 ) !default;
|
|
31
|
+
/// Vertical padding color of the time-selector header.
|
|
32
|
+
/// @group time-selector
|
|
33
|
+
$kendo-time-selector-header-padding-y: map-get( $kendo-spacing, 3 ) !default;
|
|
34
|
+
/// Width of the border around the time-selector header.
|
|
35
|
+
/// @group time-selector
|
|
36
|
+
$kendo-time-selector-header-border-width: 0px !default;
|
|
37
|
+
|
|
38
|
+
/// Minimum width of the time-selector columns.
|
|
39
|
+
/// @group time-selector
|
|
40
|
+
$kendo-time-list-width: 4em !default;
|
|
41
|
+
/// Height of the time-selector columns.
|
|
42
|
+
/// @group time-selector
|
|
43
|
+
$kendo-time-list-height: 240px !default;
|
|
44
|
+
|
|
45
|
+
/// Spacing beneath the time selector titles.
|
|
46
|
+
/// @group time-selector
|
|
47
|
+
$kendo-time-list-title-spacing: map-get( $kendo-spacing, 3 ) !default;
|
|
48
|
+
/// Font size of the time-selector titles.
|
|
49
|
+
/// @group time-selector
|
|
50
|
+
$kendo-time-list-title-font-size: var( --kendo-font-size-xs, inherit ) !default;
|
|
51
|
+
/// Line height of the time-selector titles.
|
|
52
|
+
/// @group time-selector
|
|
53
|
+
$kendo-time-list-title-line-height: var( --kendo-line-height-lg, inherit ) !default;
|
|
54
|
+
$kendo-time-list-title-height: calc( $kendo-time-list-title-font-size * $kendo-time-list-title-line-height ) !default;
|
|
55
|
+
/// Text color of the time-selector titles.
|
|
56
|
+
/// @group time-selector
|
|
57
|
+
$kendo-time-list-title-text: var( --kendo-subtle-text, inherit ) !default;
|
|
58
|
+
/// Text color of the focused time-selector titles.
|
|
59
|
+
/// @group time-selector
|
|
60
|
+
$kendo-time-list-title-focus-text: $kendo-time-selector-text !default;
|
|
61
|
+
|
|
62
|
+
/// Horizontal padding of the time-selector list items.
|
|
63
|
+
/// @group time-selector
|
|
64
|
+
$kendo-time-list-item-padding-x: map-get( $kendo-spacing, 2 ) !default; //$kendo-list-item-padding-x-md
|
|
65
|
+
/// Vertical padding of the time-selector list items.
|
|
66
|
+
/// @group time-selector
|
|
67
|
+
$kendo-time-list-item-padding-y: map-get( $kendo-spacing, 1 ) !default; //$kendo-list-item-padding-y-md
|
|
68
|
+
|
|
69
|
+
/// Width of the border of the selected item in the time-selector.
|
|
70
|
+
/// @group time-selector
|
|
71
|
+
$kendo-time-list-highlight-border-width: 1px 0px !default;
|
|
72
|
+
$kendo-time-list-highlight-height: calc( #{$kendo-time-selector-font-size} * #{$kendo-time-selector-line-height} + #{ $kendo-time-list-item-padding-y * 2} ) !default;
|
|
73
|
+
/// Background color of the selected item in the time-selector.
|
|
74
|
+
/// @group time-selector
|
|
75
|
+
$kendo-time-list-highlight-bg: $kendo-time-selector-bg !default;
|
|
76
|
+
/// Border color of the selected item in the time-selector.
|
|
77
|
+
/// @group time-selector
|
|
78
|
+
$kendo-time-list-highlight-border: $kendo-time-selector-border !default;
|
|
79
|
+
|
|
80
|
+
/// Background color of the focused time-selector column.
|
|
81
|
+
/// @group time-selector
|
|
82
|
+
$kendo-time-list-focused-bg: rgba(0, 0, 0, .04) !default;
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
/// Font sizes of the time-selector.
|
|
86
|
+
/// @group time-selector
|
|
87
|
+
$kendo-time-selector-sm-font-size: $kendo-list-font-size-sm !default;
|
|
88
|
+
$kendo-time-selector-md-font-size: $kendo-list-font-size-md !default;
|
|
89
|
+
$kendo-time-selector-lg-font-size: $kendo-list-font-size-lg !default;
|
|
90
|
+
|
|
91
|
+
/// Line heights used along with $font-size.
|
|
92
|
+
/// @group time-selector
|
|
93
|
+
$kendo-time-selector-sm-line-height: $kendo-list-line-height-sm !default;
|
|
94
|
+
$kendo-time-selector-md-line-height: $kendo-list-line-height-md !default;
|
|
95
|
+
$kendo-time-selector-lg-line-height: $kendo-list-line-height-lg !default;
|
|
96
|
+
|
|
97
|
+
/// Horizontal padding of the time-selector items.
|
|
98
|
+
/// @group time-selector
|
|
99
|
+
$kendo-time-selector-sm-list-item-padding-x: $kendo-list-item-padding-x-sm !default;
|
|
100
|
+
$kendo-time-selector-md-list-item-padding-x: $kendo-list-item-padding-x-md !default;
|
|
101
|
+
$kendo-time-selector-lg-list-item-padding-x: $kendo-list-item-padding-x-lg !default;
|
|
102
|
+
|
|
103
|
+
/// Vertical padding of the time-selector items.
|
|
104
|
+
/// @group time-selector
|
|
105
|
+
$kendo-time-selector-sm-list-item-padding-y: $kendo-list-item-padding-y-sm !default;
|
|
106
|
+
$kendo-time-selector-md-list-item-padding-y: $kendo-list-item-padding-y-md !default;
|
|
107
|
+
$kendo-time-selector-lg-list-item-padding-y: $kendo-list-item-padding-y-lg !default;
|
|
108
|
+
|
|
109
|
+
/// Sizes map for the time-selector.
|
|
110
|
+
/// @group time-selector
|
|
111
|
+
$kendo-time-selector-sizes: (
|
|
112
|
+
sm: (
|
|
113
|
+
font-size: $kendo-time-selector-sm-font-size,
|
|
114
|
+
line-height: $kendo-time-selector-sm-line-height,
|
|
115
|
+
list-item-padding-x: $kendo-time-selector-sm-list-item-padding-x,
|
|
116
|
+
list-item-padding-y: $kendo-time-selector-sm-list-item-padding-y
|
|
117
|
+
),
|
|
118
|
+
md: (
|
|
119
|
+
font-size: $kendo-time-selector-md-font-size,
|
|
120
|
+
line-height: $kendo-time-selector-md-line-height,
|
|
121
|
+
list-item-padding-x: $kendo-time-selector-md-list-item-padding-x,
|
|
122
|
+
list-item-padding-y: $kendo-time-selector-md-list-item-padding-y
|
|
123
|
+
),
|
|
124
|
+
lg: (
|
|
125
|
+
font-size: $kendo-time-selector-lg-font-size,
|
|
126
|
+
line-height: $kendo-time-selector-lg-line-height,
|
|
127
|
+
list-item-padding-x: $kendo-time-selector-lg-list-item-padding-x,
|
|
128
|
+
list-item-padding-y: $kendo-time-selector-lg-list-item-padding-y
|
|
129
|
+
)
|
|
130
|
+
) !default;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
// Module meta
|
|
2
|
+
$_kendo-module-meta: (
|
|
3
|
+
name: "timeselector",
|
|
4
|
+
dependencies: (
|
|
5
|
+
"list",
|
|
6
|
+
"action-buttons",
|
|
7
|
+
"button"
|
|
8
|
+
)
|
|
9
|
+
);
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
// Component
|
|
13
|
+
@forward "_variables.scss";
|
|
14
|
+
@use "_layout.scss" as *;
|
|
15
|
+
@use "_theme.scss" as *;
|
|
16
|
+
|
|
17
|
+
// Register
|
|
18
|
+
@use "../core/module-system" as module;
|
|
19
|
+
@include module.register( $_kendo-module-meta... );
|
|
20
|
+
|
|
21
|
+
// Expose
|
|
22
|
+
@mixin styles() {
|
|
23
|
+
@include module.render( "timeselector" ) {
|
|
24
|
+
@include kendo-timeselector--layout();
|
|
25
|
+
@include kendo-timeselector--theme();
|
|
26
|
+
}
|
|
27
|
+
}
|