@progress/kendo-theme-default 5.0.0-alpha.2 → 5.0.0-beta.2
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 +8420 -10054
- package/dist/all.scss +13531 -13419
- package/package.json +2 -2
- package/scss/_variables.scss +0 -19
- package/scss/action-buttons/_layout.scss +1 -0
- package/scss/adaptive/_layout.scss +7 -19
- package/scss/all.scss +1 -159
- package/scss/autocomplete/_index.scss +1 -0
- package/scss/autocomplete/_variables.scss +0 -5
- package/scss/avatar/_layout.scss +13 -17
- package/scss/avatar/_theme.scss +4 -4
- package/scss/avatar/_variables.scss +18 -8
- package/scss/avatar/index.md +0 -0
- package/scss/breadcrumb/_layout.scss +0 -13
- package/scss/button/_index.scss +2 -0
- package/scss/button/_layout.scss +23 -62
- package/scss/button/_variables.scss +7 -5
- package/scss/calendar/_index.scss +1 -0
- package/scss/calendar/_theme.scss +1 -2
- package/scss/chat/_layout.scss +3 -5
- package/scss/chat/_theme.scss +0 -10
- package/scss/chat/_variables.scss +0 -8
- package/scss/checkbox/_index.scss +2 -0
- package/scss/checkbox/_variables.scss +1 -1
- package/scss/checkbox/index.md +0 -0
- package/scss/chip/_index.scss +1 -0
- package/scss/chip/_layout.scss +124 -131
- package/scss/chip/_theme.scss +90 -388
- package/scss/chip/_variables.scss +127 -191
- package/scss/chip/index.md +0 -0
- package/scss/color-preview/_layout.scss +47 -9
- package/scss/color-preview/_theme.scss +4 -4
- package/scss/color-preview/_variables.scss +1 -0
- package/scss/colorgradient/_layout.scss +7 -0
- package/scss/colorpicker/_index.scss +1 -2
- package/scss/colorpicker/_layout.scss +1 -1
- package/scss/colorpicker/_theme.scss +1 -1
- package/scss/colorpicker/_variables.scss +1 -22
- package/scss/combobox/_index.scss +1 -0
- package/scss/combobox/_variables.scss +0 -2
- package/scss/core/functions/_colors.scss +4 -1
- package/scss/core/mixins/_index.scss +1 -0
- package/scss/core/mixins/_module-system.scss +149 -0
- package/scss/dataviz/_index.scss +1 -0
- package/scss/dateinput/_index.scss +0 -4
- package/scss/dateinput/_variables.scss +1 -1
- package/scss/datepicker/_index.scss +1 -3
- package/scss/datetimepicker/_index.scss +5 -3
- package/scss/datetimepicker/_layout.scss +2 -2
- package/scss/datetimepicker/_theme.scss +2 -2
- package/scss/datetimepicker/_variables.scss +2 -1
- package/scss/drawer/_index.scss +1 -0
- package/scss/drawer/_variables.scss +1 -1
- package/scss/dropdowngrid/_layout.scss +5 -4
- package/scss/dropdowngrid/_theme.scss +6 -2
- package/scss/dropdowngrid/index.md +0 -0
- package/scss/dropdownlist/_index.scss +1 -0
- package/scss/dropdownlist/_layout.scss +11 -0
- package/scss/dropzone/_layout.scss +0 -16
- package/scss/editor/_layout.scss +2 -47
- package/scss/editor/_variables.scss +1 -1
- package/scss/expansion-panel/_index.scss +1 -0
- package/scss/expansion-panel/_variables.scss +2 -2
- package/scss/filemanager/_theme.scss +1 -1
- package/scss/filter/_index.scss +1 -1
- package/scss/filter/_layout.scss +9 -2
- package/scss/filter/_theme.scss +3 -1
- package/scss/forms/_index.scss +1 -1
- package/scss/forms/_layout.scss +9 -78
- package/scss/gantt/_index.scss +1 -1
- package/scss/gantt/_layout.scss +5 -3
- package/scss/grid/_index.scss +2 -1
- package/scss/grid/_layout.scss +23 -46
- package/scss/grid/_theme.scss +12 -12
- package/scss/grid/_variables.scss +3 -3
- package/scss/icons/_layout.scss +6 -1
- package/scss/icons/font/WebComponentsIcons.scss +1 -1
- package/scss/icons/font/WebComponentsIcons.ttf +0 -0
- package/scss/index.scss +156 -0
- package/scss/input/_index.scss +1 -1
- package/scss/input/_layout.scss +151 -17
- package/scss/input/_theme.scss +13 -2
- package/scss/input/_variables.scss +45 -44
- package/scss/list/_index.scss +11 -0
- package/scss/list/_layout.scss +219 -0
- package/scss/list/_theme.scss +91 -0
- package/scss/list/_variables.scss +248 -0
- package/scss/list/index.md +0 -0
- package/scss/listbox/_index.scss +2 -0
- package/scss/menu/_index.scss +2 -0
- package/scss/menu/_layout.scss +72 -41
- package/scss/menu/_theme.scss +27 -24
- package/scss/menu/_variables.scss +114 -35
- package/scss/multiselect/_index.scss +2 -0
- package/scss/multiselect/_layout.scss +0 -180
- package/scss/multiselect/_theme.scss +0 -139
- package/scss/multiselect/_variables.scss +0 -36
- package/scss/notification/_layout.scss +0 -22
- package/scss/pager/_index.scss +1 -0
- package/scss/pager/_theme.scss +4 -4
- package/scss/pager/_variables.scss +5 -5
- package/scss/panelbar/_index.scss +1 -0
- package/scss/panelbar/_layout.scss +0 -53
- package/scss/panelbar/_theme.scss +9 -2
- package/scss/panelbar/_variables.scss +6 -2
- package/scss/pivotgrid/_index.scss +1 -0
- package/scss/pivotgrid/_layout.scss +1 -45
- package/scss/pivotgrid/_theme.scss +1 -2
- package/scss/pivotgrid/_variables.scss +1 -4
- package/scss/popover/_layout.scss +0 -1
- package/scss/popup/_index.scss +0 -4
- package/scss/popup/_layout.scss +2 -242
- package/scss/popup/_theme.scss +2 -159
- package/scss/popup/_variables.scss +2 -7
- package/scss/radio/_index.scss +2 -0
- package/scss/radio/_variables.scss +1 -1
- package/scss/radio/index.md +0 -0
- package/scss/rating/_layout.scss +0 -8
- package/scss/scheduler/_index.scss +1 -1
- package/scss/scrollview/_layout.scss +6 -1
- package/scss/slider/_layout.scss +2 -18
- package/scss/spreadsheet/_index.scss +2 -1
- package/scss/spreadsheet/_layout.scss +3 -5
- package/scss/spreadsheet/_theme.scss +6 -6
- package/scss/switch/_layout.scss +4 -2
- package/scss/switch/index.md +0 -0
- package/scss/{datetime → table}/_index.scss +5 -2
- package/scss/table/_layout.scss +254 -0
- package/scss/table/_theme.scss +81 -0
- package/scss/table/_variables.scss +141 -0
- package/scss/tabstrip/_index.scss +1 -0
- package/scss/tabstrip/_layout.scss +10 -0
- package/scss/tabstrip/_theme.scss +1 -0
- package/scss/tabstrip/_variables.scss +3 -3
- package/scss/taskboard/_layout.scss +2 -1
- package/scss/taskboard/_variables.scss +0 -2
- package/scss/timepicker/_index.scss +3 -3
- package/scss/timepicker/_variables.scss +1 -1
- package/scss/timeselector/_index.scss +13 -0
- package/scss/timeselector/_layout.scss +207 -0
- package/scss/{datetime → timeselector}/_theme.scss +21 -21
- package/scss/timeselector/_variables.scss +32 -0
- package/scss/toolbar/_layout.scss +2 -1
- package/scss/treeview/_layout.scss +49 -33
- package/scss/treeview/_theme.scss +31 -32
- package/scss/treeview/_variables.scss +142 -46
- package/scss/upload/_layout.scss +0 -80
- package/scss/utils/_border.scss +1 -2
- package/scss/utils/_flex.scss +11 -3
- package/scss/datetime/_layout.scss +0 -222
- package/scss/datetime/_variables.scss +0 -53
- package/scss/no-flexbox.scss +0 -38
|
@@ -0,0 +1,149 @@
|
|
|
1
|
+
// Load all modules by default
|
|
2
|
+
$kendo-components: (
|
|
3
|
+
// Typography and utils
|
|
4
|
+
"typography",
|
|
5
|
+
"utils",
|
|
6
|
+
"cursor",
|
|
7
|
+
|
|
8
|
+
// Generic content
|
|
9
|
+
"styling",
|
|
10
|
+
"icon",
|
|
11
|
+
"messagebox",
|
|
12
|
+
|
|
13
|
+
// Primitive components
|
|
14
|
+
"list",
|
|
15
|
+
"listgroup",
|
|
16
|
+
"overlay",
|
|
17
|
+
"popup",
|
|
18
|
+
"ripple",
|
|
19
|
+
"table",
|
|
20
|
+
|
|
21
|
+
// Indicators
|
|
22
|
+
"avatar",
|
|
23
|
+
"badge",
|
|
24
|
+
"chip",
|
|
25
|
+
"color-preview",
|
|
26
|
+
"loader",
|
|
27
|
+
"loading",
|
|
28
|
+
"skeleton",
|
|
29
|
+
|
|
30
|
+
// Form helpers
|
|
31
|
+
"form",
|
|
32
|
+
"validator",
|
|
33
|
+
"floating-label",
|
|
34
|
+
|
|
35
|
+
// Native forms
|
|
36
|
+
"button",
|
|
37
|
+
"input",
|
|
38
|
+
"textbox",
|
|
39
|
+
"textarea",
|
|
40
|
+
"checkbox",
|
|
41
|
+
"listbox",
|
|
42
|
+
"progressbar",
|
|
43
|
+
"radio",
|
|
44
|
+
"slider",
|
|
45
|
+
|
|
46
|
+
// Form requirements
|
|
47
|
+
"calendar",
|
|
48
|
+
|
|
49
|
+
// Augmented inputs
|
|
50
|
+
"autocomplete",
|
|
51
|
+
"captcha",
|
|
52
|
+
"color-palette",
|
|
53
|
+
"color-gradient",
|
|
54
|
+
"color-editor",
|
|
55
|
+
"color-picker",
|
|
56
|
+
"combobox",
|
|
57
|
+
"datetime",
|
|
58
|
+
"dropdowngrid",
|
|
59
|
+
"dropdownlist",
|
|
60
|
+
"dropdowntree",
|
|
61
|
+
"maskedtextbox",
|
|
62
|
+
"multiselect",
|
|
63
|
+
"numerictextbox",
|
|
64
|
+
"rating",
|
|
65
|
+
"searchbox",
|
|
66
|
+
"switch",
|
|
67
|
+
"upload",
|
|
68
|
+
"dropzone",
|
|
69
|
+
|
|
70
|
+
// Command interfaces
|
|
71
|
+
"actions",
|
|
72
|
+
"appbar",
|
|
73
|
+
"fab",
|
|
74
|
+
"menu",
|
|
75
|
+
"toolbar",
|
|
76
|
+
|
|
77
|
+
// Popups and modals
|
|
78
|
+
"action-sheet",
|
|
79
|
+
"dialog",
|
|
80
|
+
"drawer",
|
|
81
|
+
"notification",
|
|
82
|
+
"popover",
|
|
83
|
+
"responsivepanel",
|
|
84
|
+
"tooltip",
|
|
85
|
+
"window",
|
|
86
|
+
|
|
87
|
+
// Navigation
|
|
88
|
+
"bottom-nav",
|
|
89
|
+
"breadcrumb",
|
|
90
|
+
"pager",
|
|
91
|
+
"stepper",
|
|
92
|
+
"tabstrip",
|
|
93
|
+
"treeview",
|
|
94
|
+
"wizard",
|
|
95
|
+
|
|
96
|
+
// Layout & containers
|
|
97
|
+
"card",
|
|
98
|
+
"expander",
|
|
99
|
+
"panelbar",
|
|
100
|
+
"splitter",
|
|
101
|
+
"tilelayout",
|
|
102
|
+
|
|
103
|
+
// Data management
|
|
104
|
+
"grid",
|
|
105
|
+
"listview",
|
|
106
|
+
"spreadsheet",
|
|
107
|
+
"pivotgrid",
|
|
108
|
+
"treelist",
|
|
109
|
+
"filter",
|
|
110
|
+
"filemanager",
|
|
111
|
+
"taskboard",
|
|
112
|
+
|
|
113
|
+
// Editors
|
|
114
|
+
"editor",
|
|
115
|
+
"imageeditor",
|
|
116
|
+
|
|
117
|
+
// Scheduling
|
|
118
|
+
"gantt",
|
|
119
|
+
"scheduler",
|
|
120
|
+
|
|
121
|
+
// Misc
|
|
122
|
+
"adaptive",
|
|
123
|
+
"chat",
|
|
124
|
+
"mediaplayer",
|
|
125
|
+
"timeline",
|
|
126
|
+
"pdf-viewer",
|
|
127
|
+
"scroller",
|
|
128
|
+
"scrollview",
|
|
129
|
+
|
|
130
|
+
// Dataviz
|
|
131
|
+
"dataviz",
|
|
132
|
+
"map",
|
|
133
|
+
"orgchart"
|
|
134
|
+
|
|
135
|
+
) !default;
|
|
136
|
+
|
|
137
|
+
$_kendo-imported-modules: ();
|
|
138
|
+
|
|
139
|
+
@mixin register-module( $name: null, $dependencies: null ) {
|
|
140
|
+
@if ( index( $kendo-components, $name ) != null ) and ( index( $_kendo-imported-modules, $name ) == null) {
|
|
141
|
+
$_kendo-imported-modules: append( $_kendo-imported-modules, $name ) !global;
|
|
142
|
+
@content;
|
|
143
|
+
}
|
|
144
|
+
}
|
|
145
|
+
@mixin load-modules( $names... ) {
|
|
146
|
+
@each $name in $names {
|
|
147
|
+
$kendo-components: append( $kendo-components, $name ) !global;
|
|
148
|
+
}
|
|
149
|
+
}
|
package/scss/dataviz/_index.scss
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
//
|
|
1
|
+
// Date input
|
|
@@ -2,11 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
// Dependencies
|
|
5
|
-
@import "../common/_index.scss";
|
|
6
5
|
@import "../input/_index.scss";
|
|
7
|
-
@import "../floating-label/_index.scss";
|
|
8
6
|
@import "../popup/_index.scss";
|
|
9
|
-
@import "../
|
|
7
|
+
@import "../calendar/_index.scss";
|
|
10
8
|
|
|
11
9
|
|
|
12
10
|
// Component
|
|
@@ -2,11 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
// Dependencies
|
|
5
|
-
@import "../common/_index.scss";
|
|
6
5
|
@import "../input/_index.scss";
|
|
7
|
-
@import "../
|
|
6
|
+
@import "../button/_index.scss";
|
|
8
7
|
@import "../popup/_index.scss";
|
|
9
|
-
@import "../
|
|
8
|
+
@import "../list/_index.scss";
|
|
9
|
+
@import "../calendar/_index.scss";
|
|
10
|
+
@import "../timeselector/_index.scss";
|
|
11
|
+
@import "../action-buttons/_index.scss";
|
|
10
12
|
|
|
11
13
|
|
|
12
14
|
// Component
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
//
|
|
1
|
+
// DateTime
|
|
2
|
+
$datetime-width: calc( #{$calendar-cell-size * 8} + #{$infinite-calendar-view-padding-x * 2}) !default;
|
package/scss/drawer/_index.scss
CHANGED
|
@@ -27,7 +27,7 @@ $drawer-hovered-bg: $hovered-bg !default;
|
|
|
27
27
|
$drawer-hovered-text: $hovered-text !default;
|
|
28
28
|
|
|
29
29
|
$drawer-focused-bg: $drawer-bg !default;
|
|
30
|
-
$drawer-focused-shadow: $list-item-
|
|
30
|
+
$drawer-focused-shadow: $kendo-list-item-focus-shadow !default;
|
|
31
31
|
|
|
32
32
|
$drawer-selected-bg: $selected-bg !default;
|
|
33
33
|
$drawer-selected-text: $selected-text !default;
|
|
@@ -16,6 +16,8 @@
|
|
|
16
16
|
|
|
17
17
|
// Grid list
|
|
18
18
|
.k-grid-list {
|
|
19
|
+
margin: 0;
|
|
20
|
+
padding: 0;
|
|
19
21
|
width: 100%;
|
|
20
22
|
max-width: none;
|
|
21
23
|
border-width: 0;
|
|
@@ -25,6 +27,7 @@
|
|
|
25
27
|
empty-cells: show;
|
|
26
28
|
outline: none;
|
|
27
29
|
display: table;
|
|
30
|
+
list-style: none;
|
|
28
31
|
}
|
|
29
32
|
|
|
30
33
|
|
|
@@ -119,12 +122,10 @@
|
|
|
119
122
|
margin: 0;
|
|
120
123
|
padding: $grid-header-padding-y $grid-header-padding-x;
|
|
121
124
|
min-height: auto;
|
|
125
|
+
font-size: inherit;
|
|
122
126
|
text-align: left;
|
|
123
127
|
font-weight: bold;
|
|
124
128
|
}
|
|
125
|
-
.k-dropdowngrid-popup .k-outer-group-header.k-first {
|
|
126
|
-
border-bottom-width: 1px;
|
|
127
|
-
}
|
|
128
129
|
.k-grid-list > .k-item.k-first {
|
|
129
130
|
border-top: 1px solid currentColor;
|
|
130
131
|
}
|
|
@@ -139,7 +140,7 @@
|
|
|
139
140
|
}
|
|
140
141
|
.k-grid-list > .k-item > .k-group-cell > span {
|
|
141
142
|
padding: 0 ($grid-cell-padding-x / 2);
|
|
142
|
-
font-size: .
|
|
143
|
+
font-size: .75em;
|
|
143
144
|
position: absolute;
|
|
144
145
|
top: 0;
|
|
145
146
|
right: 0;
|
|
@@ -30,11 +30,16 @@
|
|
|
30
30
|
|
|
31
31
|
// Group header
|
|
32
32
|
.k-dropdowngrid-popup .k-group-header,
|
|
33
|
-
.k-dropdowngrid-popup .k-outer-group-header
|
|
33
|
+
.k-dropdowngrid-popup .k-outer-group-header {
|
|
34
34
|
border-color: $grid-header-border;
|
|
35
35
|
color: $grid-header-text;
|
|
36
36
|
background-color: $grid-header-bg;
|
|
37
37
|
}
|
|
38
|
+
.k-grid-list > .k-group-header,
|
|
39
|
+
.k-grid-list > .k-outer-group-header {
|
|
40
|
+
background: none;
|
|
41
|
+
box-shadow: none;
|
|
42
|
+
}
|
|
38
43
|
|
|
39
44
|
|
|
40
45
|
// Alt
|
|
@@ -42,7 +47,6 @@
|
|
|
42
47
|
background-color: $grid-alt-bg;
|
|
43
48
|
}
|
|
44
49
|
.k-grid-list > .k-outer-group-header:nth-child(2n) {
|
|
45
|
-
background: none;
|
|
46
50
|
|
|
47
51
|
> strong {
|
|
48
52
|
background-color: $grid-alt-bg;
|
|
File without changes
|
|
@@ -41,20 +41,4 @@
|
|
|
41
41
|
}
|
|
42
42
|
}
|
|
43
43
|
|
|
44
|
-
|
|
45
|
-
// No flexbox
|
|
46
|
-
.k-no-flexbox {
|
|
47
|
-
.k-dropzone-inner {
|
|
48
|
-
padding-top: ( $dropzone-padding-y * 6 );
|
|
49
|
-
padding-bottom: ( $dropzone-padding-y * 6 );
|
|
50
|
-
width: 100%;
|
|
51
|
-
height: 100%;
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
.k-dropzone-hint,
|
|
55
|
-
.k-dropzone-note {
|
|
56
|
-
display: block;
|
|
57
|
-
}
|
|
58
|
-
}
|
|
59
|
-
|
|
60
44
|
}
|
package/scss/editor/_layout.scss
CHANGED
|
@@ -78,6 +78,7 @@
|
|
|
78
78
|
height: $editor-resize-handle-size;
|
|
79
79
|
border-width: $editor-resize-handle-border-width;
|
|
80
80
|
border-style: solid;
|
|
81
|
+
box-sizing: border-box;
|
|
81
82
|
position: absolute;
|
|
82
83
|
visibility: visible;
|
|
83
84
|
z-index: 100;
|
|
@@ -162,13 +163,6 @@
|
|
|
162
163
|
.k-editor-toolbar {
|
|
163
164
|
border-width: 0 0 $toolbar-border-width 0;
|
|
164
165
|
|
|
165
|
-
// Group
|
|
166
|
-
.k-tool-group {
|
|
167
|
-
.k-widget ~ .k-widget {
|
|
168
|
-
margin-inline-start: $toolbar-spacing;
|
|
169
|
-
}
|
|
170
|
-
}
|
|
171
|
-
|
|
172
166
|
// Tool
|
|
173
167
|
.k-tool {
|
|
174
168
|
padding: $kendo-button-padding-y;
|
|
@@ -245,26 +239,13 @@
|
|
|
245
239
|
}
|
|
246
240
|
}
|
|
247
241
|
}
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
// Editable area
|
|
251
|
-
.k-editable-area {
|
|
242
|
+
td.k-editor-content {
|
|
252
243
|
padding: $kendo-input-padding-y;
|
|
253
244
|
width: 100%;
|
|
254
245
|
height: 100%;
|
|
255
246
|
border-width: 0;
|
|
256
247
|
outline: 0;
|
|
257
248
|
|
|
258
|
-
iframe.k-content {
|
|
259
|
-
margin: 0;
|
|
260
|
-
padding: 0;
|
|
261
|
-
width: 100%;
|
|
262
|
-
height: 100%;
|
|
263
|
-
border-width: 0;
|
|
264
|
-
background: none;
|
|
265
|
-
display: block;
|
|
266
|
-
}
|
|
267
|
-
|
|
268
249
|
.k-resizable & {
|
|
269
250
|
padding: $kendo-input-padding-y $kendo-input-padding-y 16px;
|
|
270
251
|
}
|
|
@@ -383,8 +364,6 @@
|
|
|
383
364
|
.k-edit-field {
|
|
384
365
|
width: 66%;
|
|
385
366
|
}
|
|
386
|
-
|
|
387
|
-
.k-edit-buttons {}
|
|
388
367
|
}
|
|
389
368
|
|
|
390
369
|
// View HTML dialog using flex to fit child textarea
|
|
@@ -586,30 +565,6 @@
|
|
|
586
565
|
}
|
|
587
566
|
}
|
|
588
567
|
|
|
589
|
-
|
|
590
|
-
.k-popup.k-align {
|
|
591
|
-
|
|
592
|
-
.k-list {
|
|
593
|
-
display: flex;
|
|
594
|
-
flex-flow: row wrap;
|
|
595
|
-
}
|
|
596
|
-
.k-list .k-item {
|
|
597
|
-
padding: $kendo-button-padding-y;
|
|
598
|
-
height: $kendo-button-calc-size;
|
|
599
|
-
box-sizing: border-box;
|
|
600
|
-
justify-content: center;
|
|
601
|
-
flex: 1 0 33%;
|
|
602
|
-
|
|
603
|
-
.k-icon {
|
|
604
|
-
margin: 0;
|
|
605
|
-
}
|
|
606
|
-
}
|
|
607
|
-
.k-list .k-item:last-child {
|
|
608
|
-
flex: 1 0 100%;
|
|
609
|
-
}
|
|
610
|
-
|
|
611
|
-
}
|
|
612
|
-
|
|
613
568
|
.k-editor-inline {
|
|
614
569
|
|
|
615
570
|
.k-table {
|
|
@@ -14,7 +14,7 @@ $editor-highlighted-bg: mix($primary, #ffffff, 20%) !default;
|
|
|
14
14
|
|
|
15
15
|
$editor-export-tool-icon-margin-x: .25em !default;
|
|
16
16
|
|
|
17
|
-
$editor-resize-handle-size:
|
|
17
|
+
$editor-resize-handle-size: 8px !default;
|
|
18
18
|
$editor-resize-handle-border-width: 1px !default;
|
|
19
19
|
$editor-resize-handle-border: #000000 !default;
|
|
20
20
|
$editor-resize-handle-bg: #ffffff !default;
|
|
@@ -14,7 +14,7 @@ $expander-bg: $component-bg !default;
|
|
|
14
14
|
$expander-text: $component-text !default;
|
|
15
15
|
$expander-border: $component-border !default;
|
|
16
16
|
|
|
17
|
-
$expander-focus-shadow: $list-item-
|
|
17
|
+
$expander-focus-shadow: $kendo-list-item-focus-shadow !default;
|
|
18
18
|
|
|
19
19
|
$expander-header-bg: transparent !default;
|
|
20
20
|
$expander-header-text: $expander-text !default;
|
|
@@ -23,7 +23,7 @@ $expander-header-border: null !default;
|
|
|
23
23
|
$expander-header-hover-bg: rgba(0, 0, 0, .04) !default;
|
|
24
24
|
|
|
25
25
|
$expander-header-focused-bg: null !default;
|
|
26
|
-
$expander-header-focused-shadow: $list-item-
|
|
26
|
+
$expander-header-focused-shadow: $kendo-list-item-focus-shadow !default;
|
|
27
27
|
|
|
28
28
|
$expander-title-text: $primary !default;
|
|
29
29
|
|
package/scss/filter/_index.scss
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
@import "../button/_index.scss";
|
|
7
7
|
@import "../input/_index.scss";
|
|
8
8
|
@import "../checkbox/_index.scss";
|
|
9
|
-
@import "../
|
|
9
|
+
@import "../datetimepicker/_index.scss";
|
|
10
10
|
@import "../dropdownlist/_index.scss";
|
|
11
11
|
@import "../numerictextbox/_index.scss";
|
|
12
12
|
@import "../toolbar/_index.scss";
|
package/scss/filter/_layout.scss
CHANGED
|
@@ -54,7 +54,9 @@
|
|
|
54
54
|
}
|
|
55
55
|
}
|
|
56
56
|
|
|
57
|
-
|
|
57
|
+
// The second selector targets the Angular rendering
|
|
58
|
+
.k-filter-lines .k-filter-item:last-child > .k-filter-toolbar::after,
|
|
59
|
+
.k-filter-lines .k-filter-item:last-child > * > .k-filter-toolbar::after {
|
|
58
60
|
content: "";
|
|
59
61
|
position: absolute;
|
|
60
62
|
width: $filter-line-size;
|
|
@@ -63,9 +65,12 @@
|
|
|
63
65
|
left: -$filter-padding-x;
|
|
64
66
|
}
|
|
65
67
|
|
|
68
|
+
// The forth and fifth selectors targets the Angular rendering
|
|
66
69
|
.k-filter-group-main::before,
|
|
67
70
|
.k-filter-group-main > .k-filter-toolbar::before,
|
|
68
71
|
.k-filter-group-main > .k-filter-toolbar::after,
|
|
72
|
+
.k-filter-group-main > * > .k-filter-toolbar::before,
|
|
73
|
+
.k-filter-group-main > * > .k-filter-toolbar::after,
|
|
69
74
|
.k-filter-lines .k-filter-item:last-child::before {
|
|
70
75
|
display: none;
|
|
71
76
|
}
|
|
@@ -95,7 +100,9 @@
|
|
|
95
100
|
}
|
|
96
101
|
}
|
|
97
102
|
|
|
98
|
-
|
|
103
|
+
// The second selector targets the Angular rendering
|
|
104
|
+
.k-filter-lines .k-filter-item:last-child > .k-filter-toolbar::after,
|
|
105
|
+
.k-filter-lines .k-filter-item:last-child > * > .k-filter-toolbar::after {
|
|
99
106
|
left: auto;
|
|
100
107
|
right: -$filter-padding-x;
|
|
101
108
|
}
|
package/scss/filter/_theme.scss
CHANGED
|
@@ -11,9 +11,11 @@
|
|
|
11
11
|
color: $filter-preview-operator-text;
|
|
12
12
|
}
|
|
13
13
|
|
|
14
|
+
// The last selector targets the Angular rendering
|
|
14
15
|
.k-filter-item::before,
|
|
15
16
|
.k-filter-toolbar::before,
|
|
16
|
-
.k-filter-lines .k-filter-item:last-child > .k-filter-toolbar::after
|
|
17
|
+
.k-filter-lines .k-filter-item:last-child > .k-filter-toolbar::after,
|
|
18
|
+
.k-filter-lines .k-filter-item:last-child > * > .k-filter-toolbar::after {
|
|
17
19
|
background-color: $component-border;
|
|
18
20
|
}
|
|
19
21
|
}
|
package/scss/forms/_index.scss
CHANGED