@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,102 @@
|
|
|
1
|
+
@use "sass:map";
|
|
2
|
+
@use "../core/color-system" as *;
|
|
3
|
+
@use "../core/_variables.scss" as *;
|
|
4
|
+
|
|
5
|
+
/// Vertical padding of the notification container.
|
|
6
|
+
/// @group notification
|
|
7
|
+
$kendo-notification-container-padding-y: $kendo-padding-y-sm !default;
|
|
8
|
+
|
|
9
|
+
/// Horizontal padding of the notification.
|
|
10
|
+
/// @group notification
|
|
11
|
+
$kendo-notification-padding-x: map-get( $kendo-spacing, 3 ) !default;
|
|
12
|
+
/// Vertical padding of the notification.
|
|
13
|
+
/// @group notification
|
|
14
|
+
$kendo-notification-padding-y: map-get( $kendo-spacing, 2 ) !default;
|
|
15
|
+
// Width of the border around the notification.
|
|
16
|
+
/// @group notification
|
|
17
|
+
$kendo-notification-border-width: map-get( $kendo-spacing, hair ) !default;
|
|
18
|
+
/// Border radius of the notification.
|
|
19
|
+
/// @group notification
|
|
20
|
+
$kendo-notification-border-radius: map-get( $kendo-spacing, thin ) !default;
|
|
21
|
+
/// Font family of the notification.
|
|
22
|
+
/// @group notification
|
|
23
|
+
$kendo-notification-font-family: var( --kendo-font-family, inherit ) !default;
|
|
24
|
+
/// Font size of the notification.
|
|
25
|
+
/// @group notification
|
|
26
|
+
$kendo-notification-font-size: var( --kendo-font-size-sm, inherit ) !default;
|
|
27
|
+
/// Line height of the notification.
|
|
28
|
+
/// @group notification
|
|
29
|
+
$kendo-notification-line-height: var( --kendo-line-height, normal ) !default;
|
|
30
|
+
/// Background color of the notification.
|
|
31
|
+
/// @group notification
|
|
32
|
+
$kendo-notification-bg: var( --kendo-component-bg, inherit ) !default;
|
|
33
|
+
/// Text color of the notification.
|
|
34
|
+
/// @group notification
|
|
35
|
+
$kendo-notification-text: var( --kendo-component-text, inherit ) !default;
|
|
36
|
+
/// Border color of the notification.
|
|
37
|
+
/// @group notification
|
|
38
|
+
$kendo-notification-border: var( --kendo-component-border, inherit ) !default;
|
|
39
|
+
/// Box shadow of the notification.
|
|
40
|
+
/// @group notification
|
|
41
|
+
$kendo-notification-box-shadow: none !default;
|
|
42
|
+
|
|
43
|
+
/// Horizontal spacing of the notification icon.
|
|
44
|
+
/// @group notification
|
|
45
|
+
$kendo-notification-icon-spacing: map-get( $kendo-spacing, 2 ) !default;
|
|
46
|
+
/// Horizontal spacing of the notification close icon.
|
|
47
|
+
/// @group notification
|
|
48
|
+
$kendo-notification-close-icon-spacing: map-get( $kendo-spacing, 4 ) !default;
|
|
49
|
+
/// Color of the notification icon.
|
|
50
|
+
/// @group notification
|
|
51
|
+
$kendo-notification-icon-text: var( --kendo-component-text, inherit ) !default;
|
|
52
|
+
|
|
53
|
+
/// Theme variations for the notification.
|
|
54
|
+
$kendo-notification-brand-colors: (
|
|
55
|
+
primary: primary,
|
|
56
|
+
error: error,
|
|
57
|
+
warning: warning,
|
|
58
|
+
success: success,
|
|
59
|
+
info: info,
|
|
60
|
+
secondary: neutral,
|
|
61
|
+
tertiary: tertiary,
|
|
62
|
+
);
|
|
63
|
+
|
|
64
|
+
// Matrix with notification theme colors in the order: bg, color, border
|
|
65
|
+
$_tc-notification-matrix: (
|
|
66
|
+
(normal: (20, 190, 20)),
|
|
67
|
+
);
|
|
68
|
+
|
|
69
|
+
$_tc-notification-dark-matrix: (
|
|
70
|
+
(normal: (160, $white, 160)),
|
|
71
|
+
);
|
|
72
|
+
|
|
73
|
+
$_tc-notification-light-matrix: (
|
|
74
|
+
(normal: (50, 160, 50)),
|
|
75
|
+
);
|
|
76
|
+
|
|
77
|
+
/// Theme colors map for the notification variations.
|
|
78
|
+
$kendo-notification-theme-colors: ();
|
|
79
|
+
|
|
80
|
+
@each $ui-states in $_tc-notification-matrix {
|
|
81
|
+
@each $brand-color, $palette in $kendo-notification-brand-colors {
|
|
82
|
+
$kendo-notification-theme-colors: map.deep-merge(
|
|
83
|
+
$kendo-notification-theme-colors,
|
|
84
|
+
generate-theme-variation( $brand-color, $palette, $ui-states )
|
|
85
|
+
);
|
|
86
|
+
};
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
@each $ui-states in $_tc-notification-dark-matrix {
|
|
90
|
+
$kendo-notification-theme-colors: map.deep-merge(
|
|
91
|
+
$kendo-notification-theme-colors,
|
|
92
|
+
generate-theme-variation( dark, neutral, $ui-states )
|
|
93
|
+
);
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
@each $ui-states in $_tc-notification-light-matrix {
|
|
97
|
+
$kendo-notification-theme-colors: map.deep-merge(
|
|
98
|
+
$kendo-notification-theme-colors,
|
|
99
|
+
generate-theme-variation( light, neutral, $ui-states )
|
|
100
|
+
);
|
|
101
|
+
}
|
|
102
|
+
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
// Module meta
|
|
2
|
+
$_kendo-module-meta: (
|
|
3
|
+
name: "notification",
|
|
4
|
+
dependencies: (
|
|
5
|
+
"icon",
|
|
6
|
+
"popup"
|
|
7
|
+
)
|
|
8
|
+
);
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
// Component
|
|
12
|
+
@forward "_variables.scss";
|
|
13
|
+
@use "_layout.scss" as *;
|
|
14
|
+
@use "_theme.scss" as *;
|
|
15
|
+
|
|
16
|
+
// Register
|
|
17
|
+
@use "../core/module-system/" as module;
|
|
18
|
+
@include module.register( $_kendo-module-meta... );
|
|
19
|
+
|
|
20
|
+
// Expose
|
|
21
|
+
@mixin styles() {
|
|
22
|
+
@include module.render( "notification" ) {
|
|
23
|
+
@include kendo-notification--layout();
|
|
24
|
+
@include kendo-notification--theme();
|
|
25
|
+
}
|
|
26
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
// Numeric Textbox
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
// Module meta
|
|
2
|
+
$_kendo-module-meta: (
|
|
3
|
+
name: "numerictextbox",
|
|
4
|
+
dependencies: (
|
|
5
|
+
"button",
|
|
6
|
+
"input",
|
|
7
|
+
"floating-label",
|
|
8
|
+
"icon"
|
|
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( "numerictextbox" ) {
|
|
24
|
+
@include kendo-numerictextbox--layout();
|
|
25
|
+
@include kendo-numerictextbox--theme();
|
|
26
|
+
}
|
|
27
|
+
}
|
|
@@ -0,0 +1,121 @@
|
|
|
1
|
+
@use "_variables.scss" as *;
|
|
2
|
+
|
|
3
|
+
@mixin kendo-orgchart--layout() {
|
|
4
|
+
|
|
5
|
+
.k-orgchart {
|
|
6
|
+
width: 100%;
|
|
7
|
+
padding-inline: var( --kendo-orgchart-padding-x, #{$kendo-orgchart-padding-x} );
|
|
8
|
+
padding-block: var( --kendo-orgchart-padding-y, #{$kendo-orgchart-padding-y} );
|
|
9
|
+
box-sizing: border-box;
|
|
10
|
+
font-family: var( --kendo-orgchart-font-family, #{$kendo-orgchart-font-family} );
|
|
11
|
+
font-size: var( --kendo-orgchart-font-size, #{$kendo-orgchart-font-size} );
|
|
12
|
+
line-height: var( --kendo-orgchart-line-height, #{$kendo-orgchart-line-height} );
|
|
13
|
+
overflow: auto;
|
|
14
|
+
|
|
15
|
+
*,
|
|
16
|
+
*::before,
|
|
17
|
+
*::after {
|
|
18
|
+
box-sizing: border-box;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.k-orgchart-container {
|
|
23
|
+
margin: 0 auto;
|
|
24
|
+
width: 100%;
|
|
25
|
+
height: 100%;
|
|
26
|
+
position: relative;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
// Nodes
|
|
30
|
+
.k-orgchart-group {
|
|
31
|
+
gap: var( --kendo-orgchart-group-spacing, #{$kendo-orgchart-group-spacing} );
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.k-orgchart-group.k-vstack > .k-orgchart-node-container {
|
|
35
|
+
gap: 0;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.k-orgchart-node-container {
|
|
39
|
+
gap: var( --kendo-orgchart-node-spacing, #{$kendo-orgchart-node-spacing} );
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.k-orgchart-node-group-container {
|
|
43
|
+
border-radius: var( --kendo-orgchart-node-group-border-radius, #{$kendo-orgchart-node-group-border-radius} );
|
|
44
|
+
padding-inline: var( --kendo-orgchart-node-group-padding-x, #{$kendo-orgchart-node-group-padding-x} );
|
|
45
|
+
padding-block: var( --kendo-orgchart-node-group-padding-y, #{$kendo-orgchart-node-group-padding-y} );
|
|
46
|
+
border-width: var( --kendo-orgchart-node-group-border-width, #{$kendo-orgchart-node-group-border-width} );
|
|
47
|
+
border-style: solid;
|
|
48
|
+
outline: 0;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
.k-orgchart-node-group-title {
|
|
52
|
+
margin-inline: 0;
|
|
53
|
+
margin-block-start: 0;
|
|
54
|
+
margin-block-end: var( --kendo-orgchart-node-group-title-margin-y, #{$kendo-orgchart-node-group-title-margin-y} );
|
|
55
|
+
font-size: var( --kendo-orgchart-node-group-title-font-size, #{$kendo-orgchart-node-group-title-font-size} );
|
|
56
|
+
line-height: var( --kendo-orgchart-node-group-title-line-height, #{$kendo-orgchart-node-group-title-line-height} );
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
.k-orgchart-node-group-subtitle {
|
|
60
|
+
margin-inline: 0;
|
|
61
|
+
margin-block-start: 0;
|
|
62
|
+
margin-block-end: var( --kendo-orgchart-node-group-subtitle-margin-y, #{$kendo-orgchart-node-group-subtitle-margin-y} );
|
|
63
|
+
font-size: var( --kendo-orgchart-node-group-subtitle-font-size, #{$kendo-orgchart-node-group-subtitle-font-size} );
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
// Card
|
|
67
|
+
.k-orgchart-card {
|
|
68
|
+
width: var( --kendo-orgchart-card-width, #{$kendo-orgchart-card-width} );
|
|
69
|
+
border-width: var( --kendo-orgchart-card-border-width, #{$kendo-orgchart-card-border-width} );
|
|
70
|
+
|
|
71
|
+
.k-card-title {
|
|
72
|
+
margin-block-end: var( --kendo-orgchart-card-title-margin-y, #{$kendo-orgchart-card-title-margin-y} );
|
|
73
|
+
font-size: var( --kendo-orgchart-card-title-font-size, #{$kendo-orgchart-card-title-font-size} );
|
|
74
|
+
line-height: var( --kendo-orgchart-card-title-line-height, #{$kendo-orgchart-card-title-line-height} );
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
.k-card-subtitle {
|
|
78
|
+
margin-block-end: var( --kendo-orgchart-card-subtitle-margin-y, #{$kendo-orgchart-card-subtitle-margin-y} );
|
|
79
|
+
font-size: var( --kendo-orgchart-card-subtitle-font-size, #{$kendo-orgchart-card-subtitle-font-size} );
|
|
80
|
+
line-height: var( --kendo-orgchart-card-subtitle-line-height, #{$kendo-orgchart-card-subtitle-line-height} );
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
.k-card-body {
|
|
84
|
+
padding-inline: var( --kendo-orgchart-card-body-padding-x, #{$kendo-orgchart-card-body-padding-x} );
|
|
85
|
+
padding-block: var( --kendo-orgchart-card-body-padding-y, #{$kendo-orgchart-card-body-padding-y} );
|
|
86
|
+
border-width: var( --kendo-orgchart-card-body-border-width, #{$kendo-orgchart-card-body-border-width} );
|
|
87
|
+
border-style: solid;
|
|
88
|
+
flex-grow: 0;
|
|
89
|
+
}
|
|
90
|
+
.k-card-body .k-card-title-wrap {
|
|
91
|
+
margin-inline-end: var( --kendo-orgchart-card-body-vbox-margin-x, #{$kendo-orgchart-card-body-vbox-margin-x} );
|
|
92
|
+
min-width: 0;
|
|
93
|
+
min-height: var( --kendo-orgchart-card-body-vbox-min-height, #{$kendo-orgchart-card-body-vbox-min-height} );
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
.k-card-title-wrap .k-card-title + .k-spacer {
|
|
97
|
+
flex: 0;
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
// Lines
|
|
102
|
+
.k-orgchart-line {
|
|
103
|
+
background-color: currentColor;
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
.k-orgchart-line-h {
|
|
107
|
+
height: var( --kendo-orgchart-line-size, #{$kendo-orgchart-line-size} );
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
.k-orgchart-line-v {
|
|
111
|
+
margin: 0 auto;
|
|
112
|
+
width: var( --kendo-orgchart-line-size, #{$kendo-orgchart-line-size} );
|
|
113
|
+
height: var( --kendo-orgchart-line-v-height, #{$kendo-orgchart-line-v-height} );
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
// Buttons
|
|
117
|
+
.k-orgchart-button {
|
|
118
|
+
z-index: 1;
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
@use "../core/mixins" as *;
|
|
2
|
+
@use "_variables.scss" as *;
|
|
3
|
+
|
|
4
|
+
@mixin kendo-orgchart--theme() {
|
|
5
|
+
|
|
6
|
+
.k-orgchart {
|
|
7
|
+
@include fill (
|
|
8
|
+
var( --kendo-orgchart-text, #{$kendo-orgchart-text} ),
|
|
9
|
+
var( --kendo-orgchart-bg, #{$kendo-orgchart-bg} ),
|
|
10
|
+
var( --kendo-orgchart-border, #{$kendo-orgchart-border} )
|
|
11
|
+
);
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
// Card
|
|
15
|
+
.k-orgchart-card {
|
|
16
|
+
@include box-shadow( var( --kendo-orgchart-card-shadow, #{$kendo-orgchart-card-shadow} ) );
|
|
17
|
+
|
|
18
|
+
.k-card-body {
|
|
19
|
+
@include fill(
|
|
20
|
+
$border: var( --kendo-orgchart-card-body-border-color, #{$kendo-orgchart-card-body-border-color} )
|
|
21
|
+
);
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
&:focus,
|
|
25
|
+
&.k-focus {
|
|
26
|
+
@include box-shadow( var( --kendo-orgchart-card-focus-shadow, #{$kendo-orgchart-card-focus-shadow} ) );
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
// Group
|
|
31
|
+
.k-orgchart-node-group-container {
|
|
32
|
+
@include fill (
|
|
33
|
+
var( --kendo-orgchart-node-group-text, #{$kendo-orgchart-node-group-text} ),
|
|
34
|
+
var( --kendo-orgchart-node-group-bg, #{$kendo-orgchart-node-group-bg} ),
|
|
35
|
+
var( --kendo-orgchart-node-group-border, #{$kendo-orgchart-node-group-border} )
|
|
36
|
+
);
|
|
37
|
+
}
|
|
38
|
+
.k-orgchart-node-group-container:focus,
|
|
39
|
+
.k-orgchart-node-group-container.k-focus {
|
|
40
|
+
@include box-shadow( var( --kendo-orgchart-node-group-focus-shadow, #{$kendo-orgchart-node-group-focus-shadow} ) );
|
|
41
|
+
@include fill (
|
|
42
|
+
$border: var( --kendo-orgchart-node-group-focus-border, #{$kendo-orgchart-node-group-focus-border} )
|
|
43
|
+
);
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
.k-orgchart-node-group-subtitle {
|
|
47
|
+
@include fill(
|
|
48
|
+
$color: var( --kendo-orgchart-node-group-subtitle-text, #{$kendo-orgchart-node-group-subtitle-text} )
|
|
49
|
+
);
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
// Lines
|
|
53
|
+
.k-orgchart-line-h,
|
|
54
|
+
.k-orgchart-line-v {
|
|
55
|
+
@include fill(
|
|
56
|
+
$color: var( --kendo-orgchart-line-text, #{$kendo-orgchart-line-text} )
|
|
57
|
+
);
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
}
|
|
@@ -0,0 +1,152 @@
|
|
|
1
|
+
@use "../core/color-system" as *;
|
|
2
|
+
@use "../core/_variables.scss" as *;
|
|
3
|
+
@use "../card/_variables.scss" as *;
|
|
4
|
+
|
|
5
|
+
/// Spacing index of the orgchart.
|
|
6
|
+
/// @group orgchart
|
|
7
|
+
$kendo-orgchart-spacer: map-get( $kendo-spacing, 6) !default;
|
|
8
|
+
/// Vertical padding of the orgchart.
|
|
9
|
+
/// @group orgchart
|
|
10
|
+
$kendo-orgchart-padding-y: $kendo-orgchart-spacer !default;
|
|
11
|
+
/// Horizontal padding of the orgchart.
|
|
12
|
+
/// @group orgchart
|
|
13
|
+
$kendo-orgchart-padding-x: $kendo-orgchart-padding-y !default;
|
|
14
|
+
/// Font family of the orgchart.
|
|
15
|
+
/// @group orgchart
|
|
16
|
+
$kendo-orgchart-font-family: var( --kendo-font-family, inherit ) !default;
|
|
17
|
+
/// Font size of the orgchart.
|
|
18
|
+
/// @group orgchart
|
|
19
|
+
$kendo-orgchart-font-size: var( --kendo-font-size, inherit ) !default;
|
|
20
|
+
/// Line height of the orgchart.
|
|
21
|
+
/// @group orgchart
|
|
22
|
+
$kendo-orgchart-line-height: var( --kendo-line-height, normal ) !default;
|
|
23
|
+
/// Background color of the orgchart.
|
|
24
|
+
/// @group orgchart
|
|
25
|
+
$kendo-orgchart-bg: var( --kendo-component-bg, initial ) !default;
|
|
26
|
+
/// Text color of the orgchart.
|
|
27
|
+
/// @group orgchart
|
|
28
|
+
$kendo-orgchart-text: var( --kendo-component-text, initial ) !default;
|
|
29
|
+
/// Border color of the orgchart.
|
|
30
|
+
/// @group orgchart
|
|
31
|
+
$kendo-orgchart-border: var( --kendo-component-border, initial ) !default;
|
|
32
|
+
|
|
33
|
+
/// Spacing of the orgchart node.
|
|
34
|
+
/// @group orgchart
|
|
35
|
+
$kendo-orgchart-node-spacing: $kendo-orgchart-spacer !default;
|
|
36
|
+
/// Spacing of the orgchart group.
|
|
37
|
+
/// @group orgchart
|
|
38
|
+
$kendo-orgchart-group-spacing: $kendo-orgchart-spacer !default;
|
|
39
|
+
/// Spacing of the orgchart node container.
|
|
40
|
+
/// @group orgchart
|
|
41
|
+
$kendo-orgchart-node-container-spacing: $kendo-orgchart-spacer !default;
|
|
42
|
+
|
|
43
|
+
/// Vertical padding of the orgchart node group.
|
|
44
|
+
/// @group orgchart
|
|
45
|
+
$kendo-orgchart-node-group-padding-y: $kendo-orgchart-spacer !default;
|
|
46
|
+
/// Horizontal padding of the orgchart node group.
|
|
47
|
+
/// @group orgchart
|
|
48
|
+
$kendo-orgchart-node-group-padding-x: $kendo-orgchart-node-group-padding-y !default;
|
|
49
|
+
/// Border width of the orgchart node group.
|
|
50
|
+
/// @group orgchart
|
|
51
|
+
$kendo-orgchart-node-group-border-width: 1px !default;
|
|
52
|
+
/// Border radius of the orgchart node group.
|
|
53
|
+
/// @group orgchart
|
|
54
|
+
$kendo-orgchart-node-group-border-radius: var( --kendo-border-radius-md, 0 ) !default;
|
|
55
|
+
/// Background color of the orgchart node group.
|
|
56
|
+
/// @group orgchart
|
|
57
|
+
$kendo-orgchart-node-group-bg: get-theme-color-var( neutral-10 ) !default;
|
|
58
|
+
/// Text color of the orgchart node group.
|
|
59
|
+
/// @group orgchart
|
|
60
|
+
$kendo-orgchart-node-group-text: get-theme-color-var( neutral-190 ) !default;
|
|
61
|
+
/// Border color of the orgchart node group.
|
|
62
|
+
/// @group orgchart
|
|
63
|
+
$kendo-orgchart-node-group-border: get-theme-color-var( neutral-30 ) !default;
|
|
64
|
+
/// Focus border color of the orgchart node group.
|
|
65
|
+
/// @group orgchart
|
|
66
|
+
$kendo-orgchart-node-group-focus-border: $kendo-card-focus-border !default;
|
|
67
|
+
/// Focus shadow of the orgchart node group.
|
|
68
|
+
/// @group orgchart
|
|
69
|
+
$kendo-orgchart-node-group-focus-shadow: $kendo-card-focus-shadow !default;
|
|
70
|
+
|
|
71
|
+
/// Vertical margin of the orgchart node group title.
|
|
72
|
+
/// @group orgchart
|
|
73
|
+
$kendo-orgchart-node-group-title-margin-y: 0px !default;
|
|
74
|
+
/// Font size of the orgchart node group title.
|
|
75
|
+
/// @group orgchart
|
|
76
|
+
$kendo-orgchart-node-group-title-font-size: var( --kendo-font-size-xl, inherit ) !default;
|
|
77
|
+
/// Line height of the orgchart node group title.
|
|
78
|
+
/// @group orgchart
|
|
79
|
+
$kendo-orgchart-node-group-title-line-height: var( --kendo-line-height-md, normal ) !default;
|
|
80
|
+
|
|
81
|
+
/// Vertical margin of the orgchart node group subtitle.
|
|
82
|
+
/// @group orgchart
|
|
83
|
+
$kendo-orgchart-node-group-subtitle-margin-y: $kendo-orgchart-spacer - map-get( $kendo-spacing, 1 ) !default;
|
|
84
|
+
/// Font size of the orgchart node group subtitle.
|
|
85
|
+
/// @group orgchart
|
|
86
|
+
$kendo-orgchart-node-group-subtitle-font-size: var( --kendo-font-size, inherit ) !default;
|
|
87
|
+
/// Line height of the orgchart node group subtitle.
|
|
88
|
+
/// @group orgchart
|
|
89
|
+
$kendo-orgchart-node-group-subtitle-text: var( --kendo-subtle-text, inherit ) !default;
|
|
90
|
+
|
|
91
|
+
/// Width of the orgchart card.
|
|
92
|
+
/// @group orgchart
|
|
93
|
+
$kendo-orgchart-card-width: 300px !default;
|
|
94
|
+
/// Border width of the orgchart card.
|
|
95
|
+
/// @group orgchart
|
|
96
|
+
$kendo-orgchart-card-border-width: $kendo-card-border-width !default;
|
|
97
|
+
/// Shadow of the orgchart card.
|
|
98
|
+
/// @group orgchart
|
|
99
|
+
$kendo-orgchart-card-shadow: $kendo-card-shadow !default;
|
|
100
|
+
/// Focus shadow of the orgchart card.
|
|
101
|
+
/// @group orgchart
|
|
102
|
+
$kendo-orgchart-card-focus-shadow: $kendo-card-focus-shadow !default;
|
|
103
|
+
|
|
104
|
+
/// Vertical margin of the orgchart card title.
|
|
105
|
+
/// @group orgchart
|
|
106
|
+
$kendo-orgchart-card-title-margin-y: 0px !default;
|
|
107
|
+
/// Font size of the orgchart card title.
|
|
108
|
+
/// @group orgchart
|
|
109
|
+
$kendo-orgchart-card-title-font-size: var( --kendo-font-size, inherit ) !default;
|
|
110
|
+
/// Line height of the orgchart card title.
|
|
111
|
+
/// @group orgchart
|
|
112
|
+
$kendo-orgchart-card-title-line-height: var( --kendo-line-height, normal ) !default;
|
|
113
|
+
|
|
114
|
+
/// Vertical margin of the orgchart card subtitle.
|
|
115
|
+
/// @group orgchart
|
|
116
|
+
$kendo-orgchart-card-subtitle-margin-y: 0px !default;
|
|
117
|
+
/// Font size of the orgchart card subtitle.
|
|
118
|
+
/// @group orgchart
|
|
119
|
+
$kendo-orgchart-card-subtitle-font-size: var( --kendo-font-size-sm, inherit ) !default;
|
|
120
|
+
/// Line height of the orgchart card subtitle.
|
|
121
|
+
/// @group orgchart
|
|
122
|
+
$kendo-orgchart-card-subtitle-line-height: var( --kendo-line-height-md, inherit ) !default;
|
|
123
|
+
|
|
124
|
+
/// Vertical padding of the orgchart card body.
|
|
125
|
+
/// @group orgchart
|
|
126
|
+
$kendo-orgchart-card-body-padding-y: $kendo-orgchart-spacer - map-get( $kendo-spacing, 2 ) !default;
|
|
127
|
+
/// Horizontal padding of the orgchart card body.
|
|
128
|
+
/// @group orgchart
|
|
129
|
+
$kendo-orgchart-card-body-padding-x: $kendo-orgchart-card-body-padding-y !default;
|
|
130
|
+
/// Top border width of the orgchart card body.
|
|
131
|
+
/// @group orgchart
|
|
132
|
+
$kendo-orgchart-card-body-border-width: 2px 0 0 !default;
|
|
133
|
+
/// Border color of the orgchart card body.
|
|
134
|
+
/// @group orgchart
|
|
135
|
+
$kendo-orgchart-card-body-border-color: transparent !default;
|
|
136
|
+
|
|
137
|
+
/// Horizontal margin of the orgchart card body title wrap.
|
|
138
|
+
/// @group orgchart
|
|
139
|
+
$kendo-orgchart-card-body-vbox-margin-x: $kendo-orgchart-spacer - map-get( $kendo-spacing, 2 ) !default;
|
|
140
|
+
/// Min height of the orgchart card body title wrap.
|
|
141
|
+
/// @group orgchart
|
|
142
|
+
$kendo-orgchart-card-body-vbox-min-height: $kendo-card-avatar-size !default;
|
|
143
|
+
|
|
144
|
+
/// Size of the orgchart connecting line.
|
|
145
|
+
/// @group orgchart
|
|
146
|
+
$kendo-orgchart-line-size: 1px !default;
|
|
147
|
+
/// Fill color of the orgchart connecting line.
|
|
148
|
+
/// @group orgchart
|
|
149
|
+
$kendo-orgchart-line-text: get-theme-color-var( neutral-30 ) !default;
|
|
150
|
+
/// Height of the orgchart connecting line.
|
|
151
|
+
/// @group orgchart
|
|
152
|
+
$kendo-orgchart-line-v-height: 25px !default;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
// Module meta
|
|
2
|
+
$_kendo-module-meta: (
|
|
3
|
+
name: "orgchart",
|
|
4
|
+
dependencies: (
|
|
5
|
+
"icon",
|
|
6
|
+
"avatar",
|
|
7
|
+
"button",
|
|
8
|
+
"forms",
|
|
9
|
+
"textbox",
|
|
10
|
+
"dropdownlist",
|
|
11
|
+
"upload",
|
|
12
|
+
"menu",
|
|
13
|
+
"card",
|
|
14
|
+
"window"
|
|
15
|
+
)
|
|
16
|
+
);
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
// Component
|
|
20
|
+
@forward "_variables.scss";
|
|
21
|
+
@use "_layout.scss" as *;
|
|
22
|
+
@use "_theme.scss" as *;
|
|
23
|
+
|
|
24
|
+
// Register
|
|
25
|
+
@use "../core/module-system/" as module;
|
|
26
|
+
@include module.register( $_kendo-module-meta... );
|
|
27
|
+
|
|
28
|
+
// Expose
|
|
29
|
+
@mixin styles() {
|
|
30
|
+
@include module.render( "orgchart" ) {
|
|
31
|
+
@include kendo-orgchart--layout();
|
|
32
|
+
@include kendo-orgchart--theme();
|
|
33
|
+
}
|
|
34
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
@use "_variables.scss" as *;
|
|
2
|
+
|
|
3
|
+
@mixin kendo-overlay--layout() {
|
|
4
|
+
|
|
5
|
+
.k-overlay {
|
|
6
|
+
width: 100%;
|
|
7
|
+
height: 100%;
|
|
8
|
+
opacity: var( --kendo-overlay-opacity, #{$kendo-overlay-opacity} );
|
|
9
|
+
position: fixed;
|
|
10
|
+
top: 0;
|
|
11
|
+
left: 0;
|
|
12
|
+
z-index: 10001;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
@use "_variables.scss" as *;
|
|
2
|
+
|
|
3
|
+
@mixin kendo-overlay--theme() {
|
|
4
|
+
|
|
5
|
+
.k-overlay,
|
|
6
|
+
.k-overlay-dark {
|
|
7
|
+
background-color: var( --kendo-overlay-dark, #{$kendo-overlay-dark} );
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.k-overlay-light {
|
|
11
|
+
background-color: var( --kendo-overlay-light, #{$kendo-overlay-light} );
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
@use "../core/color-system" as *;
|
|
2
|
+
|
|
3
|
+
/// Opacity of the overlay.
|
|
4
|
+
/// @group overlay
|
|
5
|
+
$kendo-overlay-opacity: .4 !default;
|
|
6
|
+
|
|
7
|
+
/// Background color of the dark overlay.
|
|
8
|
+
/// @group overlay
|
|
9
|
+
$kendo-overlay-dark: $black !default;
|
|
10
|
+
/// Background color of the light overlay.
|
|
11
|
+
/// @group overlay
|
|
12
|
+
$kendo-overlay-light: $white !default;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
// Module meta
|
|
2
|
+
$_kendo-module-meta: (
|
|
3
|
+
name: "overlay",
|
|
4
|
+
dependencies: ()
|
|
5
|
+
);
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
// Component
|
|
9
|
+
@forward "_variables.scss";
|
|
10
|
+
@use "_layout.scss" as *;
|
|
11
|
+
@use "_theme.scss" as *;
|
|
12
|
+
|
|
13
|
+
// Register
|
|
14
|
+
@use "../core/module-system/" as module;
|
|
15
|
+
@include module.register( $_kendo-module-meta... );
|
|
16
|
+
|
|
17
|
+
// Expose
|
|
18
|
+
@mixin styles() {
|
|
19
|
+
@include module.render( "overlay" ) {
|
|
20
|
+
@include kendo-overlay--layout();
|
|
21
|
+
@include kendo-overlay--theme();
|
|
22
|
+
}
|
|
23
|
+
}
|