@progress/kendo-theme-default 5.0.0-beta.0 → 5.0.0-beta.4

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.
Files changed (163) hide show
  1. package/README.md +5 -8
  2. package/dist/all.css +4136 -3907
  3. package/dist/all.scss +5825 -5184
  4. package/dist/default-dataviz-v4.scss +8 -0
  5. package/dist/default-main.scss +6 -6
  6. package/lib/swatches/default-dataviz-v4.json +51 -0
  7. package/lib/swatches/default-main.json +6 -6
  8. package/package.json +2 -2
  9. package/scss/_layout.scss +0 -0
  10. package/scss/adaptive/_layout.scss +44 -74
  11. package/scss/adaptive/_theme.scss +0 -9
  12. package/scss/appbar/_layout.scss +22 -3
  13. package/scss/appbar/_variables.scss +1 -1
  14. package/scss/autocomplete/_theme.scss +1 -1
  15. package/scss/autocomplete/_variables.scss +0 -19
  16. package/scss/avatar/index.md +0 -0
  17. package/scss/button/_layout.scss +83 -154
  18. package/scss/button/_theme.scss +175 -204
  19. package/scss/button/_variables.scss +58 -31
  20. package/scss/calendar/_layout.scss +2 -2
  21. package/scss/card/_variables.scss +4 -4
  22. package/scss/chat/_layout.scss +9 -9
  23. package/scss/chat/_theme.scss +0 -21
  24. package/scss/chat/_variables.scss +0 -7
  25. package/scss/checkbox/_index.scss +1 -1
  26. package/scss/checkbox/_layout.scss +112 -163
  27. package/scss/checkbox/_theme.scss +6 -4
  28. package/scss/checkbox/_variables.scss +64 -73
  29. package/scss/checkbox/index.md +0 -0
  30. package/scss/chip/_index.scss +1 -0
  31. package/scss/chip/_layout.scss +110 -32
  32. package/scss/chip/_theme.scss +7 -6
  33. package/scss/chip/_variables.scss +12 -12
  34. package/scss/chip/index.md +0 -0
  35. package/scss/color-preview/_layout.scss +27 -15
  36. package/scss/color-preview/_theme.scss +1 -14
  37. package/scss/color-preview/_variables.scss +1 -0
  38. package/scss/coloreditor/_layout.scss +5 -1
  39. package/scss/coloreditor/_variables.scss +3 -3
  40. package/scss/colorgradient/_layout.scss +0 -4
  41. package/scss/colorpicker/_index.scss +1 -2
  42. package/scss/colorpicker/_layout.scss +7 -2
  43. package/scss/colorpicker/_theme.scss +2 -2
  44. package/scss/colorpicker/_variables.scss +1 -20
  45. package/scss/combobox/_layout.scss +1 -1
  46. package/scss/combobox/_theme.scss +1 -1
  47. package/scss/combobox/_variables.scss +1 -31
  48. package/scss/common/_loading.scss +1 -13
  49. package/scss/dateinput/_index.scss +0 -4
  50. package/scss/dateinput/_variables.scss +1 -1
  51. package/scss/datepicker/_index.scss +1 -3
  52. package/scss/daterangepicker/_layout.scss +31 -1
  53. package/scss/datetimepicker/_index.scss +5 -3
  54. package/scss/datetimepicker/_layout.scss +40 -3
  55. package/scss/datetimepicker/_theme.scss +2 -2
  56. package/scss/datetimepicker/_variables.scss +2 -1
  57. package/scss/dropdowngrid/_layout.scss +5 -4
  58. package/scss/dropdowngrid/_theme.scss +6 -2
  59. package/scss/dropdowngrid/index.md +0 -0
  60. package/scss/dropdownlist/_layout.scss +15 -0
  61. package/scss/editor/_layout.scss +24 -11
  62. package/scss/fab/_layout.scss +24 -58
  63. package/scss/fab/_theme.scss +43 -48
  64. package/scss/fab/_variables.scss +129 -72
  65. package/scss/fab/index.md +0 -0
  66. package/scss/filter/_index.scss +1 -1
  67. package/scss/filter/_layout.scss +13 -2
  68. package/scss/filter/_theme.scss +3 -1
  69. package/scss/forms/_layout.scss +11 -10
  70. package/scss/gantt/_index.scss +1 -1
  71. package/scss/gantt/_layout.scss +1 -1
  72. package/scss/grid/_index.scss +1 -1
  73. package/scss/grid/_layout.scss +135 -127
  74. package/scss/grid/_theme.scss +0 -6
  75. package/scss/grid/_variables.scss +7 -7
  76. package/scss/imageeditor/_layout.scss +4 -8
  77. package/scss/imageeditor/_variables.scss +1 -0
  78. package/scss/index.scss +2 -1
  79. package/scss/input/_index.scss +1 -1
  80. package/scss/input/_layout.scss +111 -11
  81. package/scss/input/_theme.scss +33 -4
  82. package/scss/input/_variables.scss +16 -26
  83. package/scss/list/_index.scss +1 -0
  84. package/scss/list/_layout.scss +172 -136
  85. package/scss/list/_theme.scss +67 -30
  86. package/scss/list/_variables.scss +212 -45
  87. package/scss/list/index.md +0 -0
  88. package/scss/listbox/_index.scss +1 -0
  89. package/scss/listbox/_layout.scss +9 -0
  90. package/scss/listbox/_variables.scss +1 -1
  91. package/scss/listview/_layout.scss +2 -9
  92. package/scss/map/_layout.scss +17 -0
  93. package/scss/maskedtextbox/_layout.scss +1 -1
  94. package/scss/maskedtextbox/_theme.scss +1 -1
  95. package/scss/mediaplayer/_layout.scss +13 -1
  96. package/scss/menu/_index.scss +1 -0
  97. package/scss/menu/_layout.scss +58 -29
  98. package/scss/menu/_variables.scss +60 -50
  99. package/scss/multiselect/_index.scss +1 -1
  100. package/scss/multiselect/_layout.scss +4 -1
  101. package/scss/multiselect/_theme.scss +4 -1
  102. package/scss/numerictextbox/_layout.scss +12 -2
  103. package/scss/numerictextbox/_theme.scss +1 -1
  104. package/scss/numerictextbox/_variables.scss +1 -1
  105. package/scss/orgchart/_variables.scss +2 -2
  106. package/scss/pager/_variables.scss +1 -1
  107. package/scss/panelbar/_theme.scss +9 -2
  108. package/scss/panelbar/_variables.scss +4 -0
  109. package/scss/pdf-viewer/_layout.scss +23 -16
  110. package/scss/pdf-viewer/_variables.scss +2 -5
  111. package/scss/pivotgrid/_layout.scss +8 -8
  112. package/scss/pivotgrid/_variables.scss +0 -3
  113. package/scss/popover/_layout.scss +0 -1
  114. package/scss/popup/_index.scss +0 -1
  115. package/scss/popup/_layout.scss +2 -13
  116. package/scss/popup/_theme.scss +1 -2
  117. package/scss/popup/_variables.scss +2 -2
  118. package/scss/radio/_index.scss +1 -1
  119. package/scss/radio/_layout.scss +123 -165
  120. package/scss/radio/_theme.scss +4 -4
  121. package/scss/radio/_variables.scss +69 -90
  122. package/scss/radio/index.md +0 -0
  123. package/scss/scheduler/_index.scss +1 -1
  124. package/scss/scheduler/_layout.scss +26 -13
  125. package/scss/scrollview/_layout.scss +6 -1
  126. package/scss/skeleton/_layout.scss +1 -1
  127. package/scss/slider/_layout.scss +69 -125
  128. package/scss/slider/_theme.scss +0 -6
  129. package/scss/spreadsheet/_index.scss +1 -1
  130. package/scss/spreadsheet/_layout.scss +32 -22
  131. package/scss/switch/_layout.scss +4 -2
  132. package/scss/switch/index.md +0 -0
  133. package/scss/table/_layout.scss +203 -148
  134. package/scss/table/_theme.scss +59 -41
  135. package/scss/table/_variables.scss +101 -32
  136. package/scss/tabstrip/_layout.scss +6 -2
  137. package/scss/taskboard/_layout.scss +2 -1
  138. package/scss/taskboard/_variables.scss +0 -2
  139. package/scss/textarea/_layout.scss +3 -1
  140. package/scss/timepicker/_index.scss +3 -3
  141. package/scss/timepicker/_variables.scss +1 -1
  142. package/scss/{datetime → timeselector}/_index.scss +2 -5
  143. package/scss/timeselector/_layout.scss +208 -0
  144. package/scss/{datetime → timeselector}/_theme.scss +21 -21
  145. package/scss/timeselector/_variables.scss +32 -0
  146. package/scss/toolbar/_layout.scss +33 -2
  147. package/scss/toolbar/_theme.scss +35 -7
  148. package/scss/toolbar/_variables.scss +2 -0
  149. package/scss/treelist/_layout.scss +4 -0
  150. package/scss/treeview/_layout.scss +130 -123
  151. package/scss/treeview/_theme.scss +51 -42
  152. package/scss/treeview/_variables.scss +125 -46
  153. package/scss/typography/_variables.scss +3 -3
  154. package/scss/utils/_border.scss +1 -2
  155. package/scss/utils/_flex.scss +11 -3
  156. package/scss/virtual-scroller/_index.scss +10 -0
  157. package/scss/virtual-scroller/_layout.scss +35 -0
  158. package/scss/virtual-scroller/_theme.scss +3 -0
  159. package/scss/virtual-scroller/_variables.scss +1 -0
  160. package/scss/window/_layout.scss +12 -2
  161. package/scss/window/_variables.scss +1 -1
  162. package/scss/datetime/_layout.scss +0 -221
  163. package/scss/datetime/_variables.scss +0 -53
@@ -33,7 +33,7 @@ $menu-item-expanded-gradient: null !default;
33
33
 
34
34
  $menu-item-focus-shadow: $kendo-list-item-focus-shadow !default;
35
35
 
36
- $menu-separator-spacing: 0px !default;
36
+ $menu-separator-spacing: map-get( $spacing, 1 ) !default;
37
37
 
38
38
  $menu-scroll-button-bg: $component-bg !default;
39
39
  $menu-scroll-button-text: $link-text !default;
@@ -48,114 +48,124 @@ $menu-scroll-button-hover-gradient: null !default;
48
48
 
49
49
  // Menu popup
50
50
 
51
- /// Width of the border around the menu popup.
52
- /// @group menu-popup
53
- $kendo-menu-popup-border-width: $popup-border-width !default;
54
-
55
51
  /// Horizontal padding of the menu popup.
56
- /// @group menu-popup
57
- $kendo-menu-popup-padding-x: $popup-padding-x !default;
52
+ /// @group menu
53
+ $kendo-menu-popup-padding-x: null !default;
58
54
 
59
55
  /// Vertical padding of the menu popup.
60
- /// @group menu-popup
61
- $kendo-menu-popup-padding-y: $popup-padding-y !default;
56
+ /// @group menu
57
+ $kendo-menu-popup-padding-y: null !default;
58
+
59
+ /// Width of the border around the menu popup.
60
+ /// @group menu
61
+ $kendo-menu-popup-border-width: $popup-border-width !default;
62
62
 
63
63
  /// Font sizes of the menu popup.
64
- /// @group menu-popup
65
- $kendo-menu-popup-font-size: $font-size !default;
66
- $kendo-menu-popup-font-size-sm: $font-size-sm !default;
67
- $kendo-menu-popup-font-size-md: $font-size !default;
64
+ /// @group menu
65
+ $kendo-menu-popup-font-size: $font-size-md !default;
66
+ $kendo-menu-popup-font-size-sm: $font-size-md !default;
67
+ $kendo-menu-popup-font-size-md: $font-size-md !default;
68
68
  $kendo-menu-popup-font-size-lg: $font-size-lg !default;
69
69
 
70
70
  /// Line heights used along with $font-size.
71
- /// @group menu-popup
72
- $kendo-menu-popup-line-height: $line-height !default;
73
- $kendo-menu-popup-line-height-sm: $line-height-lg !default;
74
- $kendo-menu-popup-line-height-md: $line-height !default;
75
- $kendo-menu-popup-line-height-lg: $line-height-lg !default;
71
+ /// @group menu
72
+ $kendo-menu-popup-line-height: $line-height-md !default;
73
+ $kendo-menu-popup-line-height-sm: $line-height-md !default;
74
+ $kendo-menu-popup-line-height-md: $line-height-md !default;
75
+ $kendo-menu-popup-line-height-lg: $line-height-md !default;
76
76
 
77
77
  /// The background of the menu popup.
78
- /// @group menu-popup
78
+ /// @group menu
79
79
  $kendo-menu-popup-bg: $popup-bg !default;
80
80
  /// The text color of the menu popup.
81
- /// @group menu-popup
81
+ /// @group menu
82
82
  $kendo-menu-popup-text: $popup-text !default;
83
83
  /// The border color of the menu popup.
84
- /// @group menu-popup
84
+ /// @group menu
85
85
  $kendo-menu-popup-border: $popup-border !default;
86
86
  /// The background gradient of the menu popup.
87
- /// @group menu-popup
87
+ /// @group menu
88
88
  $kendo-menu-popup-gradient: null !default;
89
89
 
90
90
 
91
91
  // Menu popup item
92
92
 
93
93
  /// Horizontal padding of the menu item in popup.
94
- /// @group menu-popup-item
95
- $kendo-menu-popup-item-padding-x: null !default;
96
- $kendo-menu-popup-item-padding-x-base: map-get( $spacing, 2 ) !default;
97
- $kendo-menu-popup-item-padding-x-sm: ( $kendo-menu-popup-item-padding-x-base * .75 ) !default;
98
- $kendo-menu-popup-item-padding-x-md: $kendo-menu-popup-item-padding-x-base !default;
99
- $kendo-menu-popup-item-padding-x-lg: ( $kendo-menu-popup-item-padding-x-base * 1.25 ) !default;
94
+ /// @group menu
95
+ $kendo-menu-popup-item-padding-x: map-get( $spacing, 2 ) !default;
96
+ $kendo-menu-popup-item-padding-x-sm: map-get( $spacing, 2 ) !default;
97
+ $kendo-menu-popup-item-padding-x-md: map-get( $spacing, 2 ) !default;
98
+ $kendo-menu-popup-item-padding-x-lg: map-get( $spacing, 2 ) !default;
100
99
 
101
100
  /// Vertical padding of the menu item in popup.
102
- /// @group menu-popup-item
103
- $kendo-menu-popup-item-padding-y: null !default;
104
- $kendo-menu-popup-item-padding-y-base: map-get( $spacing, 1 ) !default;
105
- $kendo-menu-popup-item-padding-y-sm: ( $kendo-menu-popup-item-padding-y-base * .75 ) !default;
106
- $kendo-menu-popup-item-padding-y-md: $kendo-menu-popup-item-padding-y-base !default;
107
- $kendo-menu-popup-item-padding-y-lg: ( $kendo-menu-popup-item-padding-y-base * 1.25 ) !default;
101
+ /// @group menu
102
+ $kendo-menu-popup-item-padding-y: map-get( $spacing, 1 ) !default;
103
+ $kendo-menu-popup-item-padding-y-sm: map-get( $spacing, 1 ) - map-get( $spacing, thin ) !default;
104
+ $kendo-menu-popup-item-padding-y-md: map-get( $spacing, 1 ) !default;
105
+ $kendo-menu-popup-item-padding-y-lg: map-get( $spacing, 1 ) + map-get( $spacing, thin ) !default;
108
106
 
109
107
  /// The end padding of the menu item in popup.
110
- /// @group menu-popup-item
111
- $kendo-menu-popup-item-padding-end: null !default;
108
+ /// @group menu
109
+ $kendo-menu-popup-item-padding-end: calc( #{$kendo-menu-popup-item-padding-x * 2} + #{$icon-size} ) !default;
112
110
  $kendo-menu-popup-item-padding-end-sm: calc( #{$kendo-menu-popup-item-padding-x-sm * 2} + #{$icon-size} ) !default;
113
111
  $kendo-menu-popup-item-padding-end-md: calc( #{$kendo-menu-popup-item-padding-x-md * 2} + #{$icon-size} ) !default;
114
112
  $kendo-menu-popup-item-padding-end-lg: calc( #{$kendo-menu-popup-item-padding-x-lg * 2} + #{$icon-size} ) !default;
115
113
 
114
+ /// The start margin of the menu item expand icon.
115
+ /// @group menu
116
+ $kendo-menu-popup-item-icon-margin-start-sm: $kendo-menu-popup-item-padding-x-sm !default;
117
+ $kendo-menu-popup-item-icon-margin-start: $kendo-menu-popup-item-padding-x-md !default;
118
+ $kendo-menu-popup-item-icon-margin-start-lg: $kendo-menu-popup-item-padding-x-lg !default;
119
+
120
+ /// The end margin of the menu item expand icon.
121
+ /// @group menu
122
+ $kendo-menu-popup-item-icon-margin-end-sm: calc( -1 * (#{$kendo-menu-popup-item-padding-end-sm} - #{$kendo-menu-popup-item-padding-x-sm / 2}) ) !default;
123
+ $kendo-menu-popup-item-icon-margin-end: calc( -1 * (#{$kendo-menu-popup-item-padding-end-md} - #{$kendo-menu-popup-item-padding-x-md / 2}) ) !default;
124
+ $kendo-menu-popup-item-icon-margin-end-lg: calc( -1 * (#{$kendo-menu-popup-item-padding-end-lg} - #{$kendo-menu-popup-item-padding-x-lg / 2}) ) !default;
125
+
116
126
  /// The spacing between the menu items in popup.
117
- /// @group menu-popup-item
127
+ /// @group menu
118
128
  $kendo-menu-popup-item-spacing: 0px !default;
119
129
 
120
130
  /// The background of the menu item in popup.
121
- /// @group menu-popup-item
131
+ /// @group menu
122
132
  $kendo-menu-popup-item-bg: null !default;
123
133
  /// The text color of the menu item in popup.
124
- /// @group menu-popup-item
134
+ /// @group menu
125
135
  $kendo-menu-popup-item-text: null !default;
126
136
  /// The border color of the menu item in popup.
127
- /// @group menu-popup-item
137
+ /// @group menu
128
138
  $kendo-menu-popup-item-border: null !default;
129
139
  /// The background gradient of the menu item in popup.
130
- /// @group menu-popup-item
140
+ /// @group menu
131
141
  $kendo-menu-popup-item-gradient: null !default;
132
142
 
133
143
  /// The background of hovered menu item in popup.
134
- /// @group menu-popup-item
144
+ /// @group menu
135
145
  $kendo-menu-popup-item-hover-bg: $kendo-list-item-hover-bg !default;
136
146
  /// The text color of hovered menu item in popup.
137
- /// @group menu-popup-item
147
+ /// @group menu
138
148
  $kendo-menu-popup-item-hover-text: $kendo-list-item-hover-text !default;
139
149
  /// The border color of hovered menu item in popup.
140
- /// @group menu-popup-item
150
+ /// @group menu
141
151
  $kendo-menu-popup-item-hover-border: null !default;
142
152
  /// The background gradient of hovered menu item in popup.
143
- /// @group menu-popup-item
153
+ /// @group menu
144
154
  $kendo-menu-popup-item-hover-gradient: null !default;
145
155
 
146
156
  /// The background of expanded menu item in popup.
147
- /// @group menu-popup-item
157
+ /// @group menu
148
158
  $kendo-menu-popup-item-expanded-bg: $kendo-list-item-selected-bg !default;
149
159
  /// The text color of expanded menu item in popup.
150
- /// @group menu-popup-item
160
+ /// @group menu
151
161
  $kendo-menu-popup-item-expanded-text: $kendo-list-item-selected-text !default;
152
162
  /// The border color of expanded menu item in popup.
153
- /// @group menu-popup-item
163
+ /// @group menu
154
164
  $kendo-menu-popup-item-expanded-border: null !default;
155
165
  /// The background gradient of expanded menu item in popup.
156
- /// @group menu-popup-item
166
+ /// @group menu
157
167
  $kendo-menu-popup-item-expanded-gradient: null !default;
158
168
 
159
169
  /// The base shadow of focused menu item in popup.
160
- /// @group menu-popup-item
170
+ /// @group menu
161
171
  $kendo-menu-popup-item-focus-shadow: $menu-item-focus-shadow !default;
@@ -3,6 +3,7 @@
3
3
 
4
4
  // Dependencies
5
5
  @import "../common/_index.scss";
6
+ @import "../forms/_variables.scss";
6
7
  @import "../button/_index.scss";
7
8
  @import "../input/_index.scss";
8
9
  @import "../chip/_index.scss";
@@ -10,7 +11,6 @@
10
11
  @import "../popup/_index.scss";
11
12
  @import "../list/_index.scss";
12
13
  @import "../icons/_index.scss";
13
- @import "../forms/_variables.scss";
14
14
 
15
15
 
16
16
  // Component
@@ -1,3 +1,6 @@
1
- @include exports("multiselect/layout") {
1
+ @include exports( "multiselect/layout" ) {
2
+
3
+ // Multiselect
4
+ .k-multiselect {}
2
5
 
3
6
  }
@@ -1,3 +1,6 @@
1
- @include exports("multiselect/theme") {
1
+ @include exports( "multiselect/theme" ) {
2
+
3
+ // Multiselect
4
+ .k-multiselect {}
2
5
 
3
6
  }
@@ -1,6 +1,16 @@
1
- @include exports("numerictextbox/layout") {
1
+ @include exports( "numerictextbox/layout" ) {
2
2
 
3
3
  // Numeric textbox
4
- .k-numerictextbox {}
4
+ .k-numeric-textbox {
5
+
6
+ .k-input-inner {
7
+ text-overflow: clip;
8
+ }
9
+
10
+ }
11
+
12
+
13
+ // Alias
14
+ .k-numerictextbox { @extend .k-numeric-textbox; }
5
15
 
6
16
  }
@@ -1,6 +1,6 @@
1
1
  @include exports( "numerictextbox/theme" ) {
2
2
 
3
3
  // Numeric textbox
4
- .k-numerictextbox {}
4
+ .k-numeric-textbox {}
5
5
 
6
6
  }
@@ -1 +1 @@
1
- // Numeric textbox
1
+ // Numeric Textbox
@@ -40,10 +40,10 @@ $orgchart-card-shadow: $card-shadow !default;
40
40
  $orgchart-card-focus-shadow: $card-focus-shadow !default;
41
41
 
42
42
  $orgchart-card-title-margin-bottom: 0px !default;
43
- $orgchart-card-title-font-size: $font-size-lg !default;
43
+ $orgchart-card-title-font-size: null !default;
44
44
 
45
45
  $orgchart-card-subtitle-margin-bottom: 0px !default;
46
- $orgchart-card-subtitle-font-size: $font-size !default;
46
+ $orgchart-card-subtitle-font-size: null !default;
47
47
 
48
48
  $orgchart-card-body-border-width: 2px 0 0 !default;
49
49
  $orgchart-card-body-border-color: transparent !default;
@@ -62,5 +62,5 @@ $pager-number-focus-opacity: .12 !default;
62
62
  $pager-number-focus-bg: transparent !default;
63
63
  $pager-number-focus-shadow: inset 0 0 0 2px rgba($pager-number-selected-bg, $pager-number-focus-opacity) !default;
64
64
 
65
- $pager-input-width: 3em !default;
65
+ $pager-input-width: 5em !default;
66
66
  $pager-dropdown-width: 5em !default;
@@ -12,6 +12,15 @@
12
12
  > .k-item,
13
13
  > .k-panelbar-header {
14
14
 
15
+ &.k-state-expanded.k-level-0 > .k-link {
16
+ @include fill(
17
+ $panelbar-header-expanded-text,
18
+ $panelbar-header-expanded-bg,
19
+ $panelbar-header-expanded-border,
20
+ $panelbar-header-expanded-gradient
21
+ );
22
+ }
23
+
15
24
  // Normal
16
25
  > .k-link {
17
26
  @include fill(
@@ -48,7 +57,6 @@
48
57
  $panelbar-header-focused-border,
49
58
  $panelbar-header-focused-gradient
50
59
  );
51
-
52
60
  box-shadow: $panelbar-header-focused-shadow;
53
61
  }
54
62
 
@@ -145,7 +153,6 @@
145
153
  $panelbar-item-focused-border,
146
154
  $panelbar-item-focused-gradient
147
155
  );
148
-
149
156
  box-shadow: $panelbar-item-focused-shadow;
150
157
  }
151
158
 
@@ -95,3 +95,7 @@ $panelbar-item-selected-hovered-focused-text: null !default;
95
95
  $panelbar-item-selected-hovered-focused-border: null !default;
96
96
  $panelbar-item-selected-hovered-focused-gradient: null !default;
97
97
 
98
+ $panelbar-header-expanded-bg: null !default;
99
+ $panelbar-header-expanded-text: null !default;
100
+ $panelbar-header-expanded-border: null !default;
101
+ $panelbar-header-expanded-gradient: null !default;
@@ -86,36 +86,43 @@
86
86
 
87
87
  // Search
88
88
  .k-pdf-viewer-search-dialog {
89
- padding: $pdf-viewer-search-dialog-spacing;
89
+ padding: $pdf-viewer-search-dialog-padding;
90
90
 
91
91
  .k-search-container {
92
92
  display: flex;
93
+ gap: $pdf-viewer-search-dialog-spacing;
94
+ flex-flow: row nowrap;
93
95
  flex: 0 0 auto;
94
96
  justify-content: flex-start;
95
97
  align-items: center;
96
98
 
97
- .k-match-case-button {
98
- display: inline-flex;
99
- height: $pdf-viewer-search-dialog-input-button-height;
100
- justify-content: center;
99
+ .k-search-dialog-draghandle {
100
+ cursor: move;
101
+ margin-left: 0;
101
102
  }
102
103
 
103
- .k-search-matches {
104
- display: inline-block;
105
- min-width: $pdf-viewer-search-dialog-matches-width;
106
- margin: 0 $pdf-viewer-search-dialog-spacing 0 $pdf-viewer-search-dialog-button-spacing;
107
- vertical-align: middle;
108
- }
104
+ .k-textbox {
105
+ width: 10em;
106
+ flex: none;
109
107
 
110
- > .k-button {
111
- margin-left: $pdf-viewer-search-dialog-button-spacing;
108
+ .k-button {
109
+ border-width: 0;
110
+ }
112
111
  }
113
112
 
114
- .k-search-dialog-draghandle {
115
- cursor: move;
116
- margin-left: 0;
113
+ .k-search-matches {
114
+ flex: 1 1 auto;
117
115
  }
118
116
  }
119
117
  }
120
118
 
119
+
120
+ // IE
121
+ .k-ie .k-pdf-viewer-search-dialog {
122
+
123
+ .k-search-container > * + * {
124
+ margin-left: $pdf-viewer-search-dialog-spacing;
125
+ }
126
+ }
127
+
121
128
  }
@@ -24,11 +24,8 @@ $pdf-viewer-page-text: $component-text !default;
24
24
  $pdf-viewer-page-border: $component-border !default;
25
25
  $pdf-viewer-page-shadow: 0 0 ($pdf-viewer-page-spacing / 2) $pdf-viewer-page-border !default;
26
26
 
27
- $pdf-viewer-search-dialog-spacing: $toolbar-padding-x !default;
28
- $pdf-viewer-search-dialog-button-spacing: $pdf-viewer-search-dialog-spacing !default;
29
- $pdf-viewer-search-dialog-textbox-padding-x: $kendo-input-padding-y !default;
30
- $pdf-viewer-search-dialog-input-button-height: $line-height-em !default;
31
- $pdf-viewer-search-dialog-matches-width: 4.5em !default;
27
+ $pdf-viewer-search-dialog-padding: $toolbar-padding-x !default;
28
+ $pdf-viewer-search-dialog-spacing: $toolbar-spacing !default;
32
29
 
33
30
  $pdf-viewer-selection-line-height: $line-height-sm !default;
34
31
 
@@ -255,6 +255,14 @@
255
255
  }
256
256
  }
257
257
 
258
+ // Rows, Cols and Filters
259
+ .k-row-fields,
260
+ .k-column-fields,
261
+ .k-filter-fields {
262
+ margin-top: $pivotgrid-configurator-fields-margin-y;
263
+ flex-wrap: wrap;
264
+ }
265
+
258
266
  // Values
259
267
  .k-value-fields {
260
268
  margin: $pivotgrid-configurator-fields-margin-y $pivotgrid-configurator-fields-margin-x;
@@ -281,20 +289,12 @@
281
289
  text-align: center;
282
290
  }
283
291
 
284
- .k-chip-content {
285
- padding-inline-end: map-get($spacing, 1);
286
- }
287
-
288
292
  .k-treeview {
289
293
  padding: $pivotgrid-treeview-padding-y $pivotgrid-treeview-padding-x;
290
294
  overflow: auto;
291
295
  }
292
296
  }
293
297
 
294
- .k-pivotgrid-configurator-actions {
295
- padding: $pivotgrid-configurator-actions-padding-y $pivotgrid-configurator-actions-padding-x;
296
- }
297
-
298
298
 
299
299
  // Calculated field
300
300
  .k-calculated-field {
@@ -54,9 +54,6 @@ $pivotgrid-configurator-content-padding-y: 2px !default;
54
54
  $pivotgrid-configurator-fields-margin-x: 0px !default;
55
55
  $pivotgrid-configurator-fields-margin-y: ( $pivotgrid-spacer / 2 ) !default;
56
56
 
57
- $pivotgrid-configurator-actions-padding-x: ( $pivotgrid-spacer / 2 ) !default;
58
- $pivotgrid-configurator-actions-padding-y: ( $pivotgrid-spacer * .75 ) !default;
59
-
60
57
  $pivotgrid-configurator-vertical-width: 320px !default;
61
58
  $pivotgrid-configurator-horizontal-height: 420px !default;
62
59
 
@@ -13,7 +13,6 @@
13
13
  line-height: $popover-line-height;
14
14
  display: flex;
15
15
  flex-flow: column nowrap;
16
- position: absolute;
17
16
  z-index: 12000;
18
17
  -webkit-touch-callout: none;
19
18
  -webkit-tap-highlight-color: $rgba-transparent;
@@ -3,7 +3,6 @@
3
3
 
4
4
  // Dependencies
5
5
  @import "../common/_index.scss";
6
- @import "../list/_index.scss";
7
6
 
8
7
 
9
8
  // Component
@@ -3,7 +3,8 @@
3
3
  .k-popup {
4
4
  @include border-radius( $popup-border-radius );
5
5
  margin: 0;
6
- padding: $popup-padding-y $popup-padding-x;
6
+ padding: 0;
7
+ // padding: $popup-padding-y $popup-padding-x;
7
8
  border-width: $popup-border-width;
8
9
  border-style: solid;
9
10
  box-sizing: border-box;
@@ -20,13 +21,6 @@
20
21
  .k-item {
21
22
  outline: none;
22
23
  }
23
-
24
- .k-rtl,
25
- [dir="rtl"] & {
26
- .k-list-optionlabel {
27
- text-align: right;
28
- }
29
- }
30
24
  }
31
25
  .k-animation-container {
32
26
  @include border-bottom-radius-only( $border-radius );
@@ -38,11 +32,6 @@
38
32
  overflow: visible;
39
33
  }
40
34
 
41
- // Virtual list -> K1 - virtuallist.less
42
- .k-popup .k-item.k-first {
43
- position: relative;
44
- }
45
-
46
35
  .k-popup > .k-colorpalette {
47
36
  padding: $popup-content-padding-y $popup-content-padding-x;
48
37
  }
@@ -1,4 +1,4 @@
1
- @include exports("popup/theme") {
1
+ @include exports( "popup/theme" ) {
2
2
 
3
3
  .k-popup {
4
4
  @include fill(
@@ -9,7 +9,6 @@
9
9
  @include box-shadow( $popup-shadow );
10
10
  }
11
11
 
12
-
13
12
  .k-animation-container {
14
13
  @include border-bottom-radius-only( $border-radius );
15
14
  }
@@ -1,6 +1,6 @@
1
1
  // Popup
2
- $popup-padding-x: 0px !default;
3
- $popup-padding-y: 0px !default;
2
+ $popup-padding-x: null !default;
3
+ $popup-padding-y: null !default;
4
4
  $popup-border-width: 1px !default;
5
5
  $popup-border-radius: null !default;
6
6
 
@@ -2,7 +2,7 @@
2
2
 
3
3
 
4
4
  // Dependencies
5
- @import "../common/_index.scss";
5
+ @import "../typography/_variables.scss";
6
6
  @import "../list/_variables.scss";
7
7
  @import "../checkbox/_variables.scss";
8
8