@progress/kendo-theme-default 6.8.0-dev.1 → 7.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/dist/all.css +410 -133
- package/dist/all.scss +676 -138
- package/dist/meta/sassdoc-data.json +16698 -14694
- package/dist/meta/sassdoc-raw-data.json +1041 -116
- package/dist/meta/variables.json +240 -104
- package/lib/swatches/default-blue.json +1 -1
- package/lib/swatches/default-dataviz-v4.json +1 -1
- package/lib/swatches/default-green.json +1 -1
- package/lib/swatches/default-main-dark.json +1 -1
- package/lib/swatches/default-main.json +1 -1
- package/lib/swatches/default-nordic.json +1 -1
- package/lib/swatches/default-ocean-blue-a11y.json +1 -1
- package/lib/swatches/default-ocean-blue.json +1 -1
- package/lib/swatches/default-orange.json +1 -1
- package/lib/swatches/default-purple.json +1 -1
- package/lib/swatches/default-turquoise.json +1 -1
- package/lib/swatches/default-urban.json +1 -1
- package/package.json +4 -4
- package/scss/_variables.scss +1 -1
- package/scss/action-sheet/_variables.scss +1 -1
- package/scss/appbar/_variables.scss +2 -2
- package/scss/bottom-navigation/_layout.scss +1 -0
- package/scss/bottom-navigation/_variables.scss +2 -2
- package/scss/calendar/_theme.scss +1 -0
- package/scss/calendar/_variables.scss +1 -0
- package/scss/card/_variables.scss +2 -1
- package/scss/chat/_variables.scss +6 -6
- package/scss/coloreditor/_variables.scss +3 -2
- package/scss/colorgradient/_layout.scss +2 -0
- package/scss/colorgradient/_theme.scss +4 -2
- package/scss/colorgradient/_variables.scss +14 -8
- package/scss/common/_index.scss +1 -0
- package/scss/common/_indicators.scss +39 -0
- package/scss/core/_index.scss +3 -0
- package/scss/dock-manager/_index.scss +38 -0
- package/scss/dock-manager/_layout.scss +230 -0
- package/scss/dock-manager/_theme.scss +47 -0
- package/scss/dock-manager/_variables.scss +113 -0
- package/scss/fab/_variables.scss +2 -2
- package/scss/index.scss +4 -0
- package/scss/list/_variables.scss +1 -1
- package/scss/listview/_variables.scss +1 -1
- package/scss/orgchart/_variables.scss +2 -2
- package/scss/pdf-viewer/_layout.scss +15 -33
- package/scss/pdf-viewer/_theme.scss +0 -4
- package/scss/pdf-viewer/_variables.scss +4 -5
- package/scss/pivotgrid/_variables.scss +5 -4
- package/scss/popup/_variables.scss +1 -1
- package/scss/rating/_theme.scss +2 -2
- package/scss/rating/_variables.scss +2 -2
- package/scss/scheduler/_layout.scss +0 -14
- package/scss/scheduler/_theme.scss +0 -17
- package/scss/scheduler/_variables.scss +1 -3
- package/scss/splitter/_layout.scss +1 -0
- package/scss/tabstrip/_variables.scss +1 -1
- package/scss/timeline/_variables.scss +1 -1
- package/scss/tooltip/_theme.scss +1 -1
- package/scss/tooltip/_variables.scss +2 -0
- package/scss/window/_variables.scss +2 -2
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-default",
|
|
3
3
|
"description": "SASS resources for the default Kendo UI theme",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "7.0.0-dev.0",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -50,8 +50,8 @@
|
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
52
|
"@progress/kendo-font-icons": "1.9.0",
|
|
53
|
-
"@progress/kendo-theme-core": "
|
|
54
|
-
"@progress/kendo-theme-utils": "
|
|
53
|
+
"@progress/kendo-theme-core": "7.0.0-dev.0",
|
|
54
|
+
"@progress/kendo-theme-utils": "7.0.0-dev.0"
|
|
55
55
|
},
|
|
56
|
-
"gitHead": "
|
|
56
|
+
"gitHead": "228be168555ed9f71c328cefd10924e3fd037023"
|
|
57
57
|
}
|
package/scss/_variables.scss
CHANGED
|
@@ -17,7 +17,7 @@ $kendo-actionsheet-line-height: $kendo-line-height-md !default;
|
|
|
17
17
|
$kendo-actionsheet-bg: $kendo-component-bg !default;
|
|
18
18
|
$kendo-actionsheet-text: $kendo-component-text !default;
|
|
19
19
|
$kendo-actionsheet-border: $kendo-component-border !default;
|
|
20
|
-
$kendo-actionsheet-shadow:
|
|
20
|
+
$kendo-actionsheet-shadow: k-elevation(7) !default;
|
|
21
21
|
|
|
22
22
|
|
|
23
23
|
// Actionsheet header
|
|
@@ -48,7 +48,7 @@ $kendo-appbar-dark-text: k-contrast-legacy( $kendo-color-dark ) !default;
|
|
|
48
48
|
|
|
49
49
|
/// The box shadow of the AppBar.
|
|
50
50
|
/// @group appbar
|
|
51
|
-
$kendo-appbar-box-shadow:
|
|
51
|
+
$kendo-appbar-box-shadow: k-elevation(4) !default;
|
|
52
52
|
/// The box shadow of the AppBar with bottom position.
|
|
53
53
|
/// @group appbar
|
|
54
|
-
$kendo-appbar-bottom-box-shadow:
|
|
54
|
+
$kendo-appbar-bottom-box-shadow: $kendo-appbar-box-shadow !default;
|
|
@@ -49,7 +49,7 @@ $kendo-bottom-nav-item-gap: 0 k-map-get( $kendo-spacing, 1 ) !default;
|
|
|
49
49
|
|
|
50
50
|
/// The box shadow of the BottomNavigation.
|
|
51
51
|
/// @group bottom-navigation
|
|
52
|
-
$kendo-bottom-nav-shadow:
|
|
52
|
+
$kendo-bottom-nav-shadow: k-elevation(4) !default;
|
|
53
53
|
|
|
54
54
|
/// The text color of the flat BottomNavigation.
|
|
55
55
|
/// @group bottom-navigation
|
|
@@ -59,4 +59,4 @@ $kendo-bottom-nav-flat-text: $kendo-component-text !default;
|
|
|
59
59
|
$kendo-bottom-nav-flat-bg: $kendo-component-bg !default;
|
|
60
60
|
/// The border color of the flat BottomNavigation.
|
|
61
61
|
/// @group bottom-navigation
|
|
62
|
-
$kendo-bottom-nav-flat-border: $kendo-component-border !default;
|
|
62
|
+
$kendo-bottom-nav-flat-border: $kendo-component-border !default;
|
|
@@ -19,6 +19,7 @@ $kendo-calendar-header-bg: $kendo-component-header-bg !default;
|
|
|
19
19
|
$kendo-calendar-header-text: $kendo-component-header-text !default;
|
|
20
20
|
$kendo-calendar-header-border: $kendo-component-header-border !default;
|
|
21
21
|
$kendo-calendar-header-gradient: $kendo-component-header-gradient !default;
|
|
22
|
+
// TODO: variable is used, but the selector using it is not! Potentially remove;
|
|
22
23
|
$kendo-calendar-header-shadow: 0 1px 3px 1px rgba(black, .1) !default;
|
|
23
24
|
|
|
24
25
|
$kendo-calendar-nav-gap: null !default;
|
|
@@ -20,7 +20,8 @@ $kendo-card-shadow: null !default;
|
|
|
20
20
|
$kendo-card-focus-bg: null !default;
|
|
21
21
|
$kendo-card-focus-text: null !default;
|
|
22
22
|
$kendo-card-focus-border: rgba( black, .15 ) !default;
|
|
23
|
-
|
|
23
|
+
// TODO: double-check: the default theme is not supposed to elevate the card on focus
|
|
24
|
+
$kendo-card-focus-shadow: null !default;
|
|
24
25
|
|
|
25
26
|
$kendo-card-header-padding-x: $kendo-card-padding-x !default;
|
|
26
27
|
$kendo-card-header-padding-y: $kendo-card-padding-y !default;
|
|
@@ -52,16 +52,16 @@ $kendo-chat-border: $kendo-app-border !default;
|
|
|
52
52
|
$kendo-chat-bubble-bg: $kendo-component-bg !default;
|
|
53
53
|
$kendo-chat-bubble-text: $kendo-component-text !default;
|
|
54
54
|
$kendo-chat-bubble-border: $kendo-chat-bubble-bg !default;
|
|
55
|
-
$kendo-chat-bubble-shadow:
|
|
56
|
-
$kendo-chat-bubble-hover-shadow:
|
|
57
|
-
$kendo-chat-bubble-selected-shadow:
|
|
55
|
+
$kendo-chat-bubble-shadow: k-elevation(1) !default;
|
|
56
|
+
$kendo-chat-bubble-hover-shadow: k-elevation(2) !default;
|
|
57
|
+
$kendo-chat-bubble-selected-shadow: k-elevation(3) !default;
|
|
58
58
|
|
|
59
59
|
$kendo-chat-alt-bubble-bg: $kendo-color-primary !default;
|
|
60
60
|
$kendo-chat-alt-bubble-text: k-contrast-legacy( $kendo-chat-alt-bubble-bg ) !default;
|
|
61
61
|
$kendo-chat-alt-bubble-border: $kendo-chat-alt-bubble-bg !default;
|
|
62
|
-
$kendo-chat-alt-bubble-shadow:
|
|
63
|
-
$kendo-chat-alt-bubble-hover-shadow:
|
|
64
|
-
$kendo-chat-alt-bubble-selected-shadow:
|
|
62
|
+
$kendo-chat-alt-bubble-shadow: k-elevation(1) !default;
|
|
63
|
+
$kendo-chat-alt-bubble-hover-shadow: k-elevation(2) !default;
|
|
64
|
+
$kendo-chat-alt-bubble-selected-shadow: k-elevation(3) !default;
|
|
65
65
|
|
|
66
66
|
$kendo-chat-quick-reply-bg: transparent !default;
|
|
67
67
|
$kendo-chat-quick-reply-text: $kendo-color-primary !default;
|
|
@@ -35,9 +35,10 @@ $kendo-color-editor-border: $kendo-component-border !default;
|
|
|
35
35
|
/// The border color of the focused ColorEditor.
|
|
36
36
|
/// @group coloreditor
|
|
37
37
|
$kendo-color-editor-focus-border: null !default;
|
|
38
|
+
// TODO: does this ever get focused? Isn't it always in a popup?
|
|
38
39
|
/// The box shadow of the focused ColorEditor.
|
|
39
40
|
/// @group coloreditor
|
|
40
|
-
$kendo-color-editor-focus-shadow: 1px 1px 7px 1px rgba(0, 0, 0, .3)
|
|
41
|
+
$kendo-color-editor-focus-shadow: null !default; // 1px 1px 7px 1px rgba(0, 0, 0, .3)
|
|
41
42
|
|
|
42
43
|
/// The vertical padding of the ColorEditor header.
|
|
43
44
|
/// @group coloreditor
|
|
@@ -77,4 +78,4 @@ $kendo-color-editor-color-gradient-focus-outline-color: rgba(0, 0, 0, .3) !defau
|
|
|
77
78
|
$kendo-color-editor-color-gradient-focus-outline: 2px !default;
|
|
78
79
|
/// The outline offset of the focused ColorGradient.
|
|
79
80
|
/// @group coloreditor
|
|
80
|
-
$kendo-color-editor-color-gradient-focus-outline-offset: 4px !default;
|
|
81
|
+
$kendo-color-editor-color-gradient-focus-outline-offset: 4px !default;
|
|
@@ -67,6 +67,8 @@
|
|
|
67
67
|
height: $kendo-color-gradient-draghandle-height;
|
|
68
68
|
border-width: $kendo-color-gradient-draghandle-border-width;
|
|
69
69
|
border-style: solid;
|
|
70
|
+
outline-width: $kendo-color-gradient-draghandle-outline-width;
|
|
71
|
+
outline-style: solid;
|
|
70
72
|
box-sizing: border-box;
|
|
71
73
|
}
|
|
72
74
|
|
|
@@ -27,12 +27,14 @@
|
|
|
27
27
|
$kendo-color-gradient-draghandle-bg,
|
|
28
28
|
$kendo-color-gradient-draghandle-border
|
|
29
29
|
);
|
|
30
|
+
outline-color: $kendo-color-gradient-draghandle-focus-shadow;
|
|
30
31
|
@include box-shadow( $kendo-color-gradient-draghandle-shadow );
|
|
31
32
|
|
|
32
33
|
&:focus,
|
|
33
34
|
&.k-focus {
|
|
34
35
|
@include fill( $bg: transparent, $border: $kendo-color-white );
|
|
35
|
-
|
|
36
|
+
outline-color: $kendo-color-gradient-draghandle-focus-shadow;
|
|
37
|
+
@include focus-indicator( $kendo-color-gradient-draghandle-shadow );
|
|
36
38
|
}
|
|
37
39
|
|
|
38
40
|
&:hover,
|
|
@@ -40,7 +42,7 @@
|
|
|
40
42
|
&.k-active,
|
|
41
43
|
&:active {
|
|
42
44
|
@include fill( $bg: transparent, $border: $kendo-color-white );
|
|
43
|
-
|
|
45
|
+
outline-color: $kendo-color-gradient-draghandle-hover-shadow;
|
|
44
46
|
}
|
|
45
47
|
}
|
|
46
48
|
|
|
@@ -48,7 +48,7 @@ $kendo-color-gradient-border: $kendo-component-border !default;
|
|
|
48
48
|
$kendo-color-gradient-focus-border: null !default;
|
|
49
49
|
/// The box shadow of the focused ColorGradient.
|
|
50
50
|
/// @group cologradient
|
|
51
|
-
$kendo-color-gradient-focus-shadow:
|
|
51
|
+
$kendo-color-gradient-focus-shadow: k-elevation(3) !default;
|
|
52
52
|
|
|
53
53
|
/// The border radius of the ColorGradient canvas.
|
|
54
54
|
/// @group cologradient
|
|
@@ -86,6 +86,9 @@ $kendo-color-gradient-draghandle-height: 14px !default;
|
|
|
86
86
|
/// The width of the border around the ColorGradient canvas drag handle.
|
|
87
87
|
/// @group cologradient
|
|
88
88
|
$kendo-color-gradient-draghandle-border-width: 1px !default;
|
|
89
|
+
/// The width of the outline around the ColorGradient canvas drag handle.
|
|
90
|
+
/// @group cologradient
|
|
91
|
+
$kendo-color-gradient-draghandle-outline-width: 1px !default;
|
|
89
92
|
/// The border radius of the ColorGradient canvas drag handle.
|
|
90
93
|
/// @group cologradient
|
|
91
94
|
$kendo-color-gradient-draghandle-border-radius: 50% !default;
|
|
@@ -98,15 +101,18 @@ $kendo-color-gradient-draghandle-bg: transparent !default;
|
|
|
98
101
|
/// The color of the border around the ColorGradient canvas drag handle.
|
|
99
102
|
/// @group cologradient
|
|
100
103
|
$kendo-color-gradient-draghandle-border: rgba( $kendo-color-white, .8) !default;
|
|
101
|
-
/// The
|
|
104
|
+
/// The color of the outline around the ColorGradient canvas drag handle.
|
|
102
105
|
/// @group cologradient
|
|
103
|
-
$kendo-color-gradient-draghandle-shadow:
|
|
104
|
-
/// The
|
|
106
|
+
$kendo-color-gradient-draghandle-shadow: rgba( $kendo-color-black, .5 ) !default;
|
|
107
|
+
/// The focus color of the outline around the ColorGradient canvas drag handle.
|
|
105
108
|
/// @group cologradient
|
|
106
|
-
$kendo-color-gradient-draghandle-focus-shadow:
|
|
107
|
-
/// The
|
|
109
|
+
$kendo-color-gradient-draghandle-focus-shadow: $kendo-color-black !default;
|
|
110
|
+
/// The hover color of the outline around the ColorGradient canvas drag handle.
|
|
111
|
+
/// @group cologradient
|
|
112
|
+
$kendo-color-gradient-draghandle-hover-shadow: $kendo-color-black !default;
|
|
113
|
+
/// The box shadow of the ColorGradient canvas drag handle.
|
|
108
114
|
/// @group cologradient
|
|
109
|
-
$kendo-color-gradient-draghandle-
|
|
115
|
+
$kendo-color-gradient-draghandle-shadow: k-elevation(2) !default;
|
|
110
116
|
|
|
111
117
|
/// The vertical margin of the ColorGradient canvas drag handle.
|
|
112
118
|
/// @group cologradient
|
|
@@ -133,4 +139,4 @@ $kendo-color-gradient-input-label-text: $kendo-subtle-text !default;
|
|
|
133
139
|
$kendo-color-gradient-contrast-ratio-font-weight: $kendo-font-weight-bold !default;
|
|
134
140
|
/// The spacing between the items in the ColorGradient contrast tool.
|
|
135
141
|
/// @group cologradient
|
|
136
|
-
$kendo-color-gradient-contrast-spacer: k-math-div( $kendo-color-gradient-spacer, 1.5 ) !default;
|
|
142
|
+
$kendo-color-gradient-contrast-spacer: k-math-div( $kendo-color-gradient-spacer, 1.5 ) !default;
|
package/scss/common/_index.scss
CHANGED
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
@include exports( "common/indicators/current-time" ) {
|
|
2
|
+
|
|
3
|
+
$kendo-current-time-width: 1px !default;
|
|
4
|
+
$kendo-current-time-color: #ff0000 !default;
|
|
5
|
+
|
|
6
|
+
// Layout
|
|
7
|
+
.k-current-time {
|
|
8
|
+
width: $kendo-current-time-width;
|
|
9
|
+
position: absolute;
|
|
10
|
+
|
|
11
|
+
&.k-current-time-arrow-left,
|
|
12
|
+
&.k-current-time-arrow-right,
|
|
13
|
+
&.k-current-time-arrow-down {
|
|
14
|
+
width: 0;
|
|
15
|
+
height: 0;
|
|
16
|
+
background: transparent;
|
|
17
|
+
border: 4px solid transparent;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
// Theme
|
|
23
|
+
.k-current-time {
|
|
24
|
+
background: $kendo-current-time-color;
|
|
25
|
+
|
|
26
|
+
&.k-current-time-arrow-left {
|
|
27
|
+
border-right-color: $kendo-current-time-color;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
&.k-current-time-arrow-right {
|
|
31
|
+
border-left-color: $kendo-current-time-color;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
&.k-current-time-arrow-down {
|
|
35
|
+
border-top-color: $kendo-current-time-color;
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
}
|
package/scss/core/_index.scss
CHANGED
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
@import "../core/_index.scss";
|
|
2
|
+
@import "../utils/_index.scss";
|
|
3
|
+
|
|
4
|
+
// Module meta
|
|
5
|
+
$_kendo-module-meta: (
|
|
6
|
+
name: "dock-manager",
|
|
7
|
+
dependencies: (
|
|
8
|
+
"splitter",
|
|
9
|
+
"toolbar",
|
|
10
|
+
"tabstrip"
|
|
11
|
+
)
|
|
12
|
+
);
|
|
13
|
+
|
|
14
|
+
// Dependencies
|
|
15
|
+
@import "../splitter/_index.scss";
|
|
16
|
+
@import "../toolbar/_index.scss";
|
|
17
|
+
@import "../tabstrip/_index.scss";
|
|
18
|
+
|
|
19
|
+
// Component
|
|
20
|
+
@import "./_variables.scss";
|
|
21
|
+
@import "./_layout.scss";
|
|
22
|
+
@import "./_theme.scss";
|
|
23
|
+
|
|
24
|
+
// Register
|
|
25
|
+
@import "../core/module-system/index.import.scss";
|
|
26
|
+
@include module-register( $_kendo-module-meta... );
|
|
27
|
+
|
|
28
|
+
// Expose
|
|
29
|
+
@mixin kendo-dock-manager--styles() {
|
|
30
|
+
@include module-render("dock-manager") {
|
|
31
|
+
@include kendo-dock-manager--layout();
|
|
32
|
+
@include kendo-dock-manager--theme();
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
@if $kendo-auto-bootstrap {
|
|
37
|
+
@include kendo-dock-manager--styles();
|
|
38
|
+
}
|
|
@@ -0,0 +1,230 @@
|
|
|
1
|
+
@mixin kendo-dock-manager--layout-base() {
|
|
2
|
+
|
|
3
|
+
// DockManager
|
|
4
|
+
.k-dock-manager {
|
|
5
|
+
width: 100%;
|
|
6
|
+
height: 100%;
|
|
7
|
+
border-width: $kendo-dock-manager-border-width;
|
|
8
|
+
border-style: $kendo-dock-manager-border-style;
|
|
9
|
+
position: relative;
|
|
10
|
+
display: flex;
|
|
11
|
+
flex-flow: row nowrap;
|
|
12
|
+
overflow: auto;
|
|
13
|
+
box-sizing: border-box;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
// Toolbar
|
|
17
|
+
.k-dock-manager-toolbar {
|
|
18
|
+
border-width: 0 $kendo-dock-manager-border-width 0 0;
|
|
19
|
+
border-color: inherit;
|
|
20
|
+
flex-shrink: 0;
|
|
21
|
+
writing-mode: vertical-lr;
|
|
22
|
+
box-shadow: none;
|
|
23
|
+
|
|
24
|
+
&::before {
|
|
25
|
+
height: 0;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.k-separator-horizontal {
|
|
29
|
+
width: $kendo-line-height-em;
|
|
30
|
+
height: 0;
|
|
31
|
+
border-width: $kendo-dock-manager-border-width 0 0;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
// Needed because of a bug in Chrome - Issue 1473554
|
|
35
|
+
// A fix will be shipped likely in milestone 118 and then we can revisit this
|
|
36
|
+
@supports (not (-ms-ime-mode: none)) and (not (overflow: -webkit-marquee)) and (not (-moz-appearance:none)) {
|
|
37
|
+
.k-toolbar-button {
|
|
38
|
+
padding-block: $kendo-button-padding-x;
|
|
39
|
+
padding-inline: $kendo-button-padding-y;
|
|
40
|
+
}
|
|
41
|
+
.k-toolbar-button .k-button-text {
|
|
42
|
+
writing-mode: vertical-lr;
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
// Panes
|
|
48
|
+
.k-dock-manager-pane-container {
|
|
49
|
+
width: 100%;
|
|
50
|
+
height: 100%;
|
|
51
|
+
display: flex;
|
|
52
|
+
flex-grow: 1;
|
|
53
|
+
overflow: hidden;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
// Splitter
|
|
57
|
+
.k-dock-manager-splitter,
|
|
58
|
+
.k-dock-manager-unpinned-container {
|
|
59
|
+
height: 100%;
|
|
60
|
+
border-width: 0;
|
|
61
|
+
align-items: stretch;
|
|
62
|
+
|
|
63
|
+
> .k-pane {
|
|
64
|
+
height: auto;
|
|
65
|
+
flex-direction: column;
|
|
66
|
+
border-color: inherit;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
.k-pane-header {
|
|
70
|
+
display: flex;
|
|
71
|
+
align-items: center;
|
|
72
|
+
justify-content: center;
|
|
73
|
+
padding-block: $kendo-dock-manager-pane-header-padding-y;
|
|
74
|
+
padding-inline: $kendo-dock-manager-pane-header-padding-x;
|
|
75
|
+
border-block-end-width: $kendo-dock-manager-pane-header-border-width;
|
|
76
|
+
border-block-end-style: $kendo-dock-manager-pane-header-border-style;
|
|
77
|
+
border-color: inherit;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
.k-pane-title {
|
|
81
|
+
padding-block: $kendo-dock-manager-pane-title-padding-y;
|
|
82
|
+
padding-inline: $kendo-dock-manager-pane-title-padding-x;
|
|
83
|
+
font-family: $kendo-dock-manager-pane-title-font-family;
|
|
84
|
+
font-size: $kendo-dock-manager-pane-title-font-size;
|
|
85
|
+
line-height: $kendo-dock-manager-pane-title-line-height;
|
|
86
|
+
font-weight: $kendo-dock-manager-pane-title-font-weight;
|
|
87
|
+
flex: 1 1 auto;
|
|
88
|
+
white-space: nowrap;
|
|
89
|
+
text-overflow: ellipsis;
|
|
90
|
+
overflow: hidden;
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
.k-pane-scrollable {
|
|
94
|
+
height: 100%;
|
|
95
|
+
display: flex;
|
|
96
|
+
flex-direction: column;
|
|
97
|
+
border-color: inherit;
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
.k-pane-content {
|
|
101
|
+
height: 100%;
|
|
102
|
+
padding-block: $kendo-dock-manager-pane-content-padding-y;
|
|
103
|
+
padding-inline: $kendo-dock-manager-pane-content-padding-x;
|
|
104
|
+
overflow: auto;
|
|
105
|
+
flex: 1;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
.k-pane-actions {
|
|
109
|
+
display: flex;
|
|
110
|
+
flex-flow: row nowrap;
|
|
111
|
+
align-items: center;
|
|
112
|
+
justify-content: center;
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
.k-pane-tabbed {
|
|
116
|
+
padding-block-start: $kendo-dock-manager-tabbed-pane-padding-y;
|
|
117
|
+
padding-block-end: $kendo-dock-manager-tabbed-pane-padding-x;
|
|
118
|
+
padding-inline: $kendo-dock-manager-tabbed-pane-padding-x;
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
.k-splitbar {
|
|
122
|
+
border-width: 0 1px;
|
|
123
|
+
border-style: solid;
|
|
124
|
+
border-color: inherit;
|
|
125
|
+
}
|
|
126
|
+
.k-splitbar-vertical {
|
|
127
|
+
border-width: 1px 0;
|
|
128
|
+
}
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
// Unpinned pane
|
|
132
|
+
.k-dock-manager-unpinned-container {
|
|
133
|
+
width: $kendo-dock-manager-unpinned-container-width;
|
|
134
|
+
position: absolute;
|
|
135
|
+
display: flex;
|
|
136
|
+
height: 100%;
|
|
137
|
+
border-color: inherit;
|
|
138
|
+
z-index: 20;
|
|
139
|
+
|
|
140
|
+
.k-pane {
|
|
141
|
+
display: inline-flex;
|
|
142
|
+
flex-direction: column;
|
|
143
|
+
position: relative;
|
|
144
|
+
flex: 1 1 auto;
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
.k-splitbar {
|
|
148
|
+
height: 100%;
|
|
149
|
+
position: relative;
|
|
150
|
+
flex: none;
|
|
151
|
+
}
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
// Docking preview
|
|
155
|
+
.k-docking-preview {
|
|
156
|
+
width: 100%;
|
|
157
|
+
height: 100%;
|
|
158
|
+
box-sizing: border-box;
|
|
159
|
+
display: flex;
|
|
160
|
+
position: absolute;
|
|
161
|
+
top: 0;
|
|
162
|
+
left: 0;
|
|
163
|
+
border-width: $kendo-dock-manager-dock-preview-border-width;
|
|
164
|
+
border-style: $kendo-dock-manager-dock-preview-border-style;
|
|
165
|
+
border-radius: $kendo-dock-manager-dock-preview-border-radius;
|
|
166
|
+
z-index: 10;
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
@mixin kendo-dock-navigator--layout() {
|
|
172
|
+
|
|
173
|
+
// DockNavigator
|
|
174
|
+
.k-dock-navigator-container {
|
|
175
|
+
width: 100%;
|
|
176
|
+
height: 100%;
|
|
177
|
+
display: flex;
|
|
178
|
+
flex-direction: column;
|
|
179
|
+
align-items: center;
|
|
180
|
+
position: absolute;
|
|
181
|
+
z-index: 10001;
|
|
182
|
+
pointer-events: none;
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
.k-dock-navigator {
|
|
186
|
+
display: grid;
|
|
187
|
+
grid-template-columns: repeat(3, auto);
|
|
188
|
+
grid-template-rows: repeat(3, auto);
|
|
189
|
+
justify-content: center;
|
|
190
|
+
position: absolute;
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
.k-dock-indicator {
|
|
194
|
+
padding: $kendo-dock-indicator-padding;
|
|
195
|
+
display: inline-flex;
|
|
196
|
+
align-items: center;
|
|
197
|
+
justify-content: center;
|
|
198
|
+
box-sizing: border-box;
|
|
199
|
+
position: relative;
|
|
200
|
+
pointer-events: all;
|
|
201
|
+
outline-width: $kendo-dock-indicator-outline-width;
|
|
202
|
+
outline-style: $kendo-dock-indicator-outline-style;
|
|
203
|
+
|
|
204
|
+
&.k-dock-indicator-middle {
|
|
205
|
+
filter: none;
|
|
206
|
+
}
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
.k-dock-indicator-top {
|
|
210
|
+
grid-area: 1 / 2 / auto;
|
|
211
|
+
}
|
|
212
|
+
.k-dock-indicator-right {
|
|
213
|
+
grid-area: 2 / 3 / auto;
|
|
214
|
+
}
|
|
215
|
+
.k-dock-indicator-bottom {
|
|
216
|
+
grid-area: 3 / 2 / auto;
|
|
217
|
+
}
|
|
218
|
+
.k-dock-indicator-left {
|
|
219
|
+
grid-area: 2 / 1 / auto;
|
|
220
|
+
}
|
|
221
|
+
.k-dock-indicator-middle {
|
|
222
|
+
grid-area: 2 / 2 / auto;
|
|
223
|
+
}
|
|
224
|
+
|
|
225
|
+
}
|
|
226
|
+
|
|
227
|
+
@mixin kendo-dock-manager--layout() {
|
|
228
|
+
@include kendo-dock-manager--layout-base();
|
|
229
|
+
@include kendo-dock-navigator--layout();
|
|
230
|
+
}
|