@progress/kendo-theme-default 5.0.0-alpha.1 → 5.0.0-alpha.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.
@@ -0,0 +1,15 @@
1
+ @import "../core/_index.scss";
2
+
3
+
4
+ // Dependencies
5
+ @import "../common/_index.scss";
6
+ @import "../input/_index.scss";
7
+ @import "../floating-label/_index.scss";
8
+ @import "../popup/_index.scss";
9
+ @import "../icons/_index.scss";
10
+
11
+
12
+ // Component
13
+ @import "_variables.scss";
14
+ @import "_layout.scss";
15
+ @import "_theme.scss";
@@ -0,0 +1,6 @@
1
+ @include exports("datetimepicker/layout") {
2
+
3
+ // Date time picker
4
+ .k-datetimepicker {}
5
+
6
+ }
@@ -0,0 +1,6 @@
1
+ @include exports("datetimepicker/theme") {
2
+
3
+ // Date time picker
4
+ .k-datetimepicker {}
5
+
6
+ }
@@ -0,0 +1 @@
1
+ // Datetimepicker
@@ -142,11 +142,6 @@
142
142
 
143
143
 
144
144
  .k-multiselect,
145
- .k-dateinput,
146
- .k-datepicker,
147
- .k-datetimepicker,
148
- .k-daterangepicker-wrap,
149
- .k-timepicker,
150
145
  .k-floating-label-container {
151
146
  display: inline-flex;
152
147
  width: 100%;
@@ -18,38 +18,6 @@
18
18
  }
19
19
  }
20
20
 
21
- .k-dateinput-wrap,
22
- .k-picker-wrap {
23
- $k-select-width: 2em;
24
- display: block;
25
-
26
- .k-input {
27
- width: calc(100% - #{$k-select-width});
28
- display: inline-block;
29
- vertical-align: middle;
30
- }
31
- .k-select {
32
- display: inline-block;
33
- vertical-align: middle;
34
- }
35
- }
36
-
37
- .k-timepicker,
38
- .k-datepicker {
39
- display: inline-block;
40
-
41
- .k-dateinput-wrap {
42
- display: inline-block;
43
- }
44
-
45
- .k-select {
46
- position: absolute;
47
- top: 0;
48
- right: 0;
49
- bottom: 0;
50
- }
51
- }
52
-
53
21
  .k-time-list-wrapper,
54
22
  .k-time-separator {
55
23
  display: inline-block;
@@ -0,0 +1,15 @@
1
+ @import "../core/_index.scss";
2
+
3
+
4
+ // Dependencies
5
+ @import "../common/_index.scss";
6
+ @import "../input/_index.scss";
7
+ @import "../floating-label/_index.scss";
8
+ @import "../popup/_index.scss";
9
+ @import "../icons/_index.scss";
10
+
11
+
12
+ // Component
13
+ @import "_variables.scss";
14
+ @import "_layout.scss";
15
+ @import "_theme.scss";
@@ -0,0 +1,6 @@
1
+ @include exports("timepicker/layout") {
2
+
3
+ // Time picker
4
+ .k-timepicker {}
5
+
6
+ }
@@ -0,0 +1,6 @@
1
+ @include exports("timepicker/theme") {
2
+
3
+ // Time picker
4
+ .k-timepicker {}
5
+
6
+ }
@@ -0,0 +1 @@
1
+ // Timepicker