@progress/kendo-theme-default 5.0.0-next.5 → 5.1.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.
Files changed (264) hide show
  1. package/README.md +5 -8
  2. package/dist/all.css +9992 -12002
  3. package/dist/all.scss +14980 -15406
  4. package/dist/default-blue.scss +2 -2
  5. package/dist/default-dataviz-v4.scss +8 -0
  6. package/dist/default-green.scss +2 -2
  7. package/dist/default-main-dark.scss +7 -7
  8. package/dist/default-main.scss +7 -7
  9. package/dist/default-nordic.scss +2 -2
  10. package/dist/default-orange.scss +2 -2
  11. package/dist/default-purple.scss +2 -2
  12. package/dist/default-turquoise.scss +2 -2
  13. package/dist/default-urban.scss +2 -2
  14. package/lib/swatches/default-blue.json +2 -2
  15. package/lib/swatches/default-dataviz-v4.json +51 -0
  16. package/lib/swatches/default-green.json +2 -2
  17. package/lib/swatches/default-main-dark.json +7 -7
  18. package/lib/swatches/default-main.json +7 -7
  19. package/lib/swatches/default-nordic.json +2 -2
  20. package/lib/swatches/default-orange.json +2 -2
  21. package/lib/swatches/default-purple.json +2 -2
  22. package/lib/swatches/default-turquoise.json +2 -2
  23. package/lib/swatches/default-urban.json +2 -2
  24. package/package.json +2 -2
  25. package/scss/_layout.scss +0 -0
  26. package/scss/_variables.scss +2 -19
  27. package/scss/action-buttons/_layout.scss +9 -0
  28. package/scss/action-sheet/_layout.scss +6 -0
  29. package/scss/adaptive/_layout.scss +50 -86
  30. package/scss/adaptive/_theme.scss +0 -9
  31. package/scss/all.scss +1 -154
  32. package/scss/appbar/_layout.scss +28 -3
  33. package/scss/appbar/_variables.scss +1 -1
  34. package/scss/autocomplete/_index.scss +1 -0
  35. package/scss/autocomplete/_layout.scss +1 -53
  36. package/scss/autocomplete/_theme.scss +3 -75
  37. package/scss/autocomplete/_variables.scss +0 -24
  38. package/scss/avatar/_layout.scss +19 -17
  39. package/scss/avatar/_theme.scss +4 -4
  40. package/scss/avatar/_variables.scss +18 -8
  41. package/scss/avatar/index.md +0 -0
  42. package/scss/badge/_layout.scss +6 -0
  43. package/scss/bottom-navigation/_layout.scss +6 -0
  44. package/scss/breadcrumb/_layout.scss +6 -13
  45. package/scss/button/_index.scss +2 -0
  46. package/scss/button/_layout.scss +99 -169
  47. package/scss/button/_theme.scss +196 -201
  48. package/scss/button/_variables.scss +60 -28
  49. package/scss/calendar/_index.scss +1 -0
  50. package/scss/calendar/_layout.scss +2 -14
  51. package/scss/calendar/_theme.scss +1 -19
  52. package/scss/captcha/_layout.scss +6 -0
  53. package/scss/card/_layout.scss +10 -53
  54. package/scss/card/_theme.scss +2 -1
  55. package/scss/card/_variables.scss +4 -4
  56. package/scss/chat/_layout.scss +35 -32
  57. package/scss/chat/_theme.scss +0 -31
  58. package/scss/chat/_variables.scss +3 -18
  59. package/scss/checkbox/_index.scss +2 -0
  60. package/scss/checkbox/_layout.scss +112 -163
  61. package/scss/checkbox/_theme.scss +6 -4
  62. package/scss/checkbox/_variables.scss +65 -74
  63. package/scss/checkbox/index.md +0 -0
  64. package/scss/chip/_index.scss +1 -0
  65. package/scss/chip/_layout.scss +127 -127
  66. package/scss/chip/_theme.scss +90 -387
  67. package/scss/chip/_variables.scss +142 -191
  68. package/scss/chip/index.md +0 -0
  69. package/scss/color-preview/_layout.scss +51 -8
  70. package/scss/color-preview/_theme.scss +1 -15
  71. package/scss/color-preview/_variables.scss +1 -0
  72. package/scss/coloreditor/_layout.scss +11 -1
  73. package/scss/coloreditor/_variables.scss +3 -3
  74. package/scss/colorgradient/_layout.scss +13 -4
  75. package/scss/colorpalette/_layout.scss +6 -0
  76. package/scss/colorpicker/_index.scss +1 -2
  77. package/scss/colorpicker/_layout.scss +7 -130
  78. package/scss/colorpicker/_theme.scss +2 -64
  79. package/scss/colorpicker/_variables.scss +1 -22
  80. package/scss/combobox/_index.scss +1 -0
  81. package/scss/combobox/_layout.scss +3 -83
  82. package/scss/combobox/_theme.scss +3 -124
  83. package/scss/combobox/_variables.scss +1 -33
  84. package/scss/common/_base.scss +1 -0
  85. package/scss/common/_loading.scss +15 -13
  86. package/scss/core/_normalize.scss +0 -11
  87. package/scss/core/functions/_colors.scss +4 -1
  88. package/scss/core/mixins/_index.scss +1 -0
  89. package/scss/core/mixins/_module-system.scss +149 -0
  90. package/scss/dataviz/_index.scss +1 -0
  91. package/scss/dataviz/_variables.scss +6 -6
  92. package/scss/dateinput/_index.scss +11 -0
  93. package/scss/dateinput/_layout.scss +6 -0
  94. package/scss/dateinput/_theme.scss +6 -0
  95. package/scss/dateinput/_variables.scss +1 -0
  96. package/scss/datepicker/_index.scss +13 -0
  97. package/scss/datepicker/_layout.scss +6 -0
  98. package/scss/datepicker/_theme.scss +6 -0
  99. package/scss/datepicker/_variables.scss +1 -0
  100. package/scss/{datetime → daterangepicker}/_index.scss +1 -2
  101. package/scss/daterangepicker/_layout.scss +43 -0
  102. package/scss/daterangepicker/_theme.scss +3 -0
  103. package/scss/daterangepicker/_variables.scss +2 -0
  104. package/scss/datetimepicker/_index.scss +17 -0
  105. package/scss/datetimepicker/_layout.scss +56 -0
  106. package/scss/datetimepicker/_theme.scss +6 -0
  107. package/scss/datetimepicker/_variables.scss +2 -0
  108. package/scss/drawer/_index.scss +1 -0
  109. package/scss/drawer/_layout.scss +6 -0
  110. package/scss/drawer/_variables.scss +1 -1
  111. package/scss/dropdowngrid/_layout.scss +9 -4
  112. package/scss/dropdowngrid/_theme.scss +9 -2
  113. package/scss/dropdowngrid/index.md +0 -0
  114. package/scss/dropdownlist/_index.scss +1 -0
  115. package/scss/dropdownlist/_layout.scss +20 -100
  116. package/scss/dropdownlist/_theme.scss +3 -91
  117. package/scss/dropdowntree/_layout.scss +5 -14
  118. package/scss/dropdowntree/_theme.scss +2 -1
  119. package/scss/dropdowntree/_variables.scss +2 -4
  120. package/scss/dropzone/_layout.scss +0 -16
  121. package/scss/editor/_layout.scss +105 -72
  122. package/scss/editor/_theme.scss +9 -0
  123. package/scss/editor/_variables.scss +8 -0
  124. package/scss/expansion-panel/_index.scss +1 -0
  125. package/scss/expansion-panel/_layout.scss +6 -1
  126. package/scss/expansion-panel/_variables.scss +2 -2
  127. package/scss/fab/_layout.scss +30 -58
  128. package/scss/fab/_theme.scss +43 -48
  129. package/scss/fab/_variables.scss +129 -72
  130. package/scss/fab/index.md +0 -0
  131. package/scss/filemanager/_theme.scss +1 -1
  132. package/scss/filter/_index.scss +1 -1
  133. package/scss/filter/_layout.scss +20 -6
  134. package/scss/filter/_theme.scss +3 -1
  135. package/scss/floating-label/_layout.scss +7 -0
  136. package/scss/forms/_index.scss +1 -1
  137. package/scss/forms/_layout.scss +20 -97
  138. package/scss/gantt/_index.scss +1 -1
  139. package/scss/gantt/_layout.scss +6 -4
  140. package/scss/grid/_index.scss +2 -1
  141. package/scss/grid/_layout.scss +144 -162
  142. package/scss/grid/_theme.scss +14 -20
  143. package/scss/grid/_variables.scss +10 -10
  144. package/scss/icons/_layout.scss +6 -1
  145. package/scss/icons/font/WebComponentsIcons.scss +1 -1
  146. package/scss/icons/font/WebComponentsIcons.ttf +0 -0
  147. package/scss/imageeditor/_layout.scss +10 -8
  148. package/scss/imageeditor/_variables.scss +1 -0
  149. package/scss/index.scss +157 -0
  150. package/scss/input/_index.scss +1 -1
  151. package/scss/input/_layout.scss +249 -27
  152. package/scss/input/_theme.scss +82 -2
  153. package/scss/input/_variables.scss +80 -58
  154. package/scss/list/_index.scss +12 -0
  155. package/scss/list/_layout.scss +241 -0
  156. package/scss/list/_theme.scss +91 -0
  157. package/scss/list/_variables.scss +248 -0
  158. package/scss/list/index.md +0 -0
  159. package/scss/listbox/_index.scss +2 -0
  160. package/scss/listbox/_layout.scss +10 -0
  161. package/scss/listbox/_variables.scss +1 -1
  162. package/scss/listview/_layout.scss +2 -9
  163. package/scss/map/_layout.scss +24 -0
  164. package/scss/maskedtextbox/_layout.scss +1 -1
  165. package/scss/maskedtextbox/_theme.scss +1 -1
  166. package/scss/mediaplayer/_layout.scss +19 -1
  167. package/scss/menu/_index.scss +2 -0
  168. package/scss/menu/_layout.scss +134 -74
  169. package/scss/menu/_theme.scss +33 -25
  170. package/scss/menu/_variables.scss +124 -35
  171. package/scss/multiselect/_index.scss +2 -0
  172. package/scss/multiselect/_layout.scss +3 -199
  173. package/scss/multiselect/_theme.scss +3 -139
  174. package/scss/multiselect/_variables.scss +0 -36
  175. package/scss/notification/_layout.scss +6 -22
  176. package/scss/numerictextbox/_layout.scss +6 -2
  177. package/scss/numerictextbox/_theme.scss +1 -1
  178. package/scss/numerictextbox/_variables.scss +1 -1
  179. package/scss/orgchart/_layout.scss +6 -0
  180. package/scss/orgchart/_variables.scss +2 -2
  181. package/scss/pager/_index.scss +1 -0
  182. package/scss/pager/_layout.scss +10 -11
  183. package/scss/pager/_theme.scss +4 -4
  184. package/scss/pager/_variables.scss +6 -6
  185. package/scss/panelbar/_index.scss +1 -0
  186. package/scss/panelbar/_layout.scss +6 -54
  187. package/scss/panelbar/_theme.scss +9 -2
  188. package/scss/panelbar/_variables.scss +6 -2
  189. package/scss/pdf-viewer/_layout.scss +23 -16
  190. package/scss/pdf-viewer/_variables.scss +2 -5
  191. package/scss/pivotgrid/_index.scss +1 -0
  192. package/scss/pivotgrid/_layout.scss +77 -108
  193. package/scss/pivotgrid/_theme.scss +39 -73
  194. package/scss/pivotgrid/_variables.scss +1 -4
  195. package/scss/popover/_layout.scss +6 -1
  196. package/scss/popup/_index.scss +0 -4
  197. package/scss/popup/_layout.scss +6 -248
  198. package/scss/popup/_theme.scss +2 -159
  199. package/scss/popup/_variables.scss +2 -7
  200. package/scss/progressbar/_layout.scss +6 -0
  201. package/scss/radio/_index.scss +2 -0
  202. package/scss/radio/_layout.scss +123 -165
  203. package/scss/radio/_theme.scss +4 -4
  204. package/scss/radio/_variables.scss +70 -91
  205. package/scss/radio/index.md +0 -0
  206. package/scss/rating/_layout.scss +6 -9
  207. package/scss/scheduler/_index.scss +1 -1
  208. package/scss/scheduler/_layout.scss +32 -13
  209. package/scss/scrollview/_layout.scss +6 -1
  210. package/scss/skeleton/_layout.scss +1 -1
  211. package/scss/slider/_layout.scss +67 -137
  212. package/scss/slider/_theme.scss +0 -6
  213. package/scss/spreadsheet/_index.scss +2 -1
  214. package/scss/spreadsheet/_layout.scss +35 -36
  215. package/scss/spreadsheet/_theme.scss +6 -6
  216. package/scss/stepper/_layout.scss +6 -1
  217. package/scss/switch/_layout.scss +64 -53
  218. package/scss/switch/_theme.scss +73 -75
  219. package/scss/switch/_variables.scss +107 -169
  220. package/scss/switch/index.md +0 -0
  221. package/scss/table/_index.scss +19 -0
  222. package/scss/table/_layout.scss +275 -0
  223. package/scss/table/_theme.scss +82 -0
  224. package/scss/table/_variables.scss +141 -0
  225. package/scss/tabstrip/_index.scss +1 -0
  226. package/scss/tabstrip/_layout.scss +37 -5
  227. package/scss/tabstrip/_theme.scss +3 -0
  228. package/scss/tabstrip/_variables.scss +3 -3
  229. package/scss/taskboard/_layout.scss +8 -3
  230. package/scss/taskboard/_variables.scss +0 -2
  231. package/scss/textarea/_layout.scss +3 -1
  232. package/scss/timeline/_layout.scss +8 -4
  233. package/scss/timepicker/_index.scss +15 -0
  234. package/scss/timepicker/_layout.scss +6 -0
  235. package/scss/timepicker/_theme.scss +6 -0
  236. package/scss/timepicker/_variables.scss +1 -0
  237. package/scss/timeselector/_index.scss +13 -0
  238. package/scss/timeselector/_layout.scss +208 -0
  239. package/scss/timeselector/_theme.scss +70 -0
  240. package/scss/timeselector/_variables.scss +32 -0
  241. package/scss/toolbar/_index.scss +1 -0
  242. package/scss/toolbar/_layout.scss +45 -3
  243. package/scss/toolbar/_theme.scss +41 -7
  244. package/scss/toolbar/_variables.scss +2 -0
  245. package/scss/tooltip/_layout.scss +6 -1
  246. package/scss/treelist/_layout.scss +4 -0
  247. package/scss/treeview/_layout.scss +135 -122
  248. package/scss/treeview/_theme.scss +51 -42
  249. package/scss/treeview/_variables.scss +125 -46
  250. package/scss/typography/_variables.scss +3 -3
  251. package/scss/upload/_layout.scss +6 -81
  252. package/scss/utils/_border.scss +1 -2
  253. package/scss/utils/_flex.scss +11 -3
  254. package/scss/virtual-scroller/_index.scss +10 -0
  255. package/scss/virtual-scroller/_layout.scss +35 -0
  256. package/scss/virtual-scroller/_theme.scss +3 -0
  257. package/scss/virtual-scroller/_variables.scss +1 -0
  258. package/scss/window/_layout.scss +13 -2
  259. package/scss/window/_variables.scss +1 -1
  260. package/scss/wizard/_layout.scss +4 -0
  261. package/scss/datetime/_layout.scss +0 -525
  262. package/scss/datetime/_theme.scss +0 -297
  263. package/scss/datetime/_variables.scss +0 -53
  264. package/scss/no-flexbox.scss +0 -71
@@ -83,14 +83,6 @@
83
83
  }
84
84
  }
85
85
 
86
- .k-grid-filter-menu {
87
-
88
- .k-filter-selected-items {
89
- margin: 1em;
90
- font-weight: normal;
91
- }
92
- }
93
-
94
86
  .k-grid-edit-form {
95
87
 
96
88
  .k-popup-edit-form,
@@ -99,10 +91,6 @@
99
91
  min-width: auto;
100
92
  }
101
93
  }
102
-
103
- .k-grid .k-grid-search {
104
- width: 100%;
105
- }
106
94
  }
107
95
 
108
96
  .k-grid.k-grid-mobile {
@@ -159,10 +147,6 @@
159
147
  .k-scheduler-recur-end-wrap {
160
148
  white-space: nowrap;
161
149
  }
162
-
163
- .k-edit-buttons {
164
- border-width: 0;
165
- }
166
150
  }
167
151
  }
168
152
 
@@ -213,6 +197,12 @@
213
197
  font-size: 12px;
214
198
  }
215
199
  }
200
+
201
+ .k-scheduler-views-wrapper {
202
+ .k-views-dropdown {
203
+ display: inline-block;
204
+ }
205
+ }
216
206
  }
217
207
 
218
208
  .k-scheduler-footer {
@@ -367,39 +357,18 @@
367
357
 
368
358
  .k-pane-wrapper {
369
359
 
370
- .k-grid-edit-form,
371
- .k-grid-column-menu,
372
- .k-grid-filter-menu,
373
- .k-scheduler-edit-form {
374
-
375
- > .k-header {
376
- display: flex;
377
- justify-content: space-between;
378
- padding: .3em .6em;
379
- width: auto;
380
- line-height: 2em;
381
-
382
- .k-header-done,
383
- .k-header-cancel {
384
- display: flex;
385
- flex-direction: row;
386
- align-items: center;
387
-
388
- .k-icon {
389
- font-size: 1.5em;
390
- }
391
- }
392
- }
360
+ .k-appbar {
361
+ padding: map-get( $spacing, 1 );
393
362
  }
394
363
 
395
364
  .k-list-title,
396
- .k-filter-help-text,
397
- .k-list-group-header {
365
+ .k-filter-help-text {
398
366
  padding: $listgroup-item-padding-y $listgroup-item-padding-x;
399
367
  display: block;
400
368
  }
401
369
 
402
- .k-list-group-header {
370
+ .k-listgroup-title {
371
+ padding: $listgroup-item-padding-y $listgroup-item-padding-x;
403
372
  font-weight: bold;
404
373
  text-transform: uppercase;
405
374
  }
@@ -411,23 +380,56 @@
411
380
  }
412
381
  }
413
382
  .k-listgroup + .k-listgroup {
414
- margin-top: 2em;
383
+ margin-top: map-get( $spacing, 4 );
415
384
  }
416
385
 
417
386
  // Column menu
418
387
  .k-column-menu {
388
+ padding: map-get( $spacing, 2 );
389
+ display: flex;
390
+ flex-flow: column nowrap;
391
+ gap: map-get( $spacing, 2 );
419
392
 
420
393
  .k-filter-item .k-filterable * {
421
394
  pointer-events: none;
422
395
  }
396
+
397
+ .k-list-title,
398
+ .k-listgroup-title {
399
+ padding: 0;
400
+ }
401
+
402
+ .k-listgroup {
403
+ margin-inline: -#{map-get( $spacing, 2 )};
404
+ }
423
405
  }
424
406
 
425
407
  // Filter menu
426
408
  .k-filter-menu {
409
+ padding: map-get( $spacing, 2 );
410
+ display: flex;
411
+ flex-flow: column nowrap;
412
+ gap: map-get( $spacing, 2 );
413
+
414
+ .k-list-title {
415
+ padding: 0;
416
+ }
417
+
418
+ .k-list-filter {
419
+ padding: 0;
420
+ display: flex;
421
+ flex-flow: column nowrap;
422
+ gap: inherit;
423
+ }
424
+
427
425
  .k-filter-tools {
428
- margin: 1em;
429
426
  display: flex;
430
- justify-content: space-between;
427
+ flex-flow: row nowrap;
428
+ gap: inherit;
429
+ }
430
+
431
+ .k-listgroup {
432
+ margin-inline: -#{map-get( $spacing, 2 )};
431
433
  }
432
434
  }
433
435
 
@@ -450,16 +452,7 @@
450
452
  overflow-y: auto;
451
453
  }
452
454
 
453
- .k-state-disabled {
454
- opacity: 1;
455
-
456
- > * {
457
- opacity: .7;
458
- }
459
- }
460
-
461
455
  // Pager
462
-
463
456
  .k-pager-wrap.k-pager-sm {
464
457
  justify-content: center;
465
458
 
@@ -469,39 +462,14 @@
469
462
 
470
463
  }
471
464
 
472
- // IE
473
-
474
- .k-ie & {
475
-
476
- .k-scheduler {
477
- .k-scheduler-toolbar,
478
- .k-scheduler-footer {
479
- line-height: 2em;
480
- }
481
- }
482
-
483
- .k-grid {
484
-
485
- .k-icon {
486
- text-indent: 0;
487
- }
488
- }
489
- }
490
-
491
465
  // RTL
492
-
493
466
  .k-rtl &,
494
467
  &[dir="rtl"],
495
468
  [dir="rtl"] & {
496
469
 
497
- .k-grid-edit-form,
498
- .k-grid-column-menu,
499
- .k-grid-filter-menu,
500
- .k-scheduler-edit-form {
501
-
502
- > .k-header {
503
- flex-direction: row-reverse;
504
- }
470
+ .k-header-cancel .k-i-arrow-chevron-left,
471
+ .k-listgroup-item .k-select .k-i-arrow-chevron-right {
472
+ transform: scaleX( -1 );
505
473
  }
506
474
 
507
475
  .k-scheduler-mobile {
@@ -523,10 +491,6 @@
523
491
  margin-right: 0;
524
492
  }
525
493
  }
526
-
527
- .k-scheduler-edit-form .k-item .k-i-arrow-chevron-right {
528
- transform: scaleX(-1);
529
- }
530
494
  }
531
495
  }
532
496
  }
@@ -66,15 +66,6 @@
66
66
  .k-grid-filter-menu,
67
67
  .k-scheduler-edit-form {
68
68
 
69
- .k-header {
70
- color: $adaptive-menu-text;
71
- background-color: $adaptive-menu-bg;
72
-
73
- .k-link {
74
- color: inherit;
75
- }
76
- }
77
-
78
69
  .k-item,
79
70
  .k-link {
80
71
  color: $base-text;
package/scss/all.scss CHANGED
@@ -1,154 +1 @@
1
- @import "core/functions/_index.scss";
2
- @import "core/mixins/_index.scss";
3
- @import "_variables.scss";
4
-
5
-
6
- // Core
7
- // @import "core/_index.scss";
8
-
9
-
10
- // Dependencies
11
- @import "common/_index.scss";
12
-
13
-
14
- // Generic content
15
- @import "styling/_index.scss";
16
- @import "utils/_index.scss";
17
- @import "icons/_index.scss";
18
- @import "typography/_index.scss";
19
- @import "avatar/_index.scss";
20
- @import "badge/_index.scss";
21
- @import "loader/_index.scss";
22
- @import "chip/_index.scss";
23
- @import "cursor/_index.scss";
24
- // @import "list/_index.scss";
25
- @import "forms/_index.scss";
26
- @import "listgroup/_index.scss";
27
- @import "adaptive/_index.scss";
28
- // @import "loading/_index.scss";
29
- @import "progressbar/_index.scss";
30
- @import "ripple/_index.scss";
31
- // @import "table/_index.scss";
32
- @import "messagebox/_index.scss";
33
- @import "overlay/_index.scss";
34
-
35
-
36
- // Basic forms
37
- @import "button/_index.scss";
38
- @import "action-buttons/_index.scss";
39
- @import "input/_index.scss";
40
- @import "floating-label/_index.scss";
41
- @import "textbox/_index.scss";
42
- @import "textarea/_index.scss";
43
- @import "checkbox/_index.scss";
44
- @import "radio/_index.scss";
45
- @import "validator/_index.scss";
46
- @import "fab/_index.scss";
47
- @import "captcha/_index.scss";
48
-
49
-
50
- // Inputs
51
- @import "autocomplete/_index.scss";
52
- @import "color-preview/_index.scss";
53
- @import "colorpalette/_index.scss";
54
- @import "colorgradient/_index.scss";
55
- @import "coloreditor/_index.scss";
56
- @import "colorpicker/_index.scss";
57
- @import "combobox/_index.scss";
58
- @import "datetime/_index.scss";
59
- @import "dropdowngrid/_index.scss";
60
- @import "dropdownlist/_index.scss";
61
- @import "dropdowntree/_index.scss";
62
- @import "maskedtextbox/_index.scss";
63
- @import "multiselect/_index.scss";
64
- @import "numerictextbox/_index.scss";
65
- @import "searchbox/_index.scss";
66
- @import "upload/_index.scss";
67
- @import "dropzone/_index.scss";
68
-
69
-
70
- // Other forms
71
- @import "listbox/_index.scss";
72
- @import "slider/_index.scss";
73
- @import "switch/_index.scss";
74
- @import "rating/_index.scss";
75
-
76
-
77
- // Date time
78
- @import "calendar/_index.scss";
79
-
80
-
81
- // Command interfaces
82
- @import "appbar/_index.scss";
83
- @import "menu/_index.scss";
84
- @import "toolbar/_index.scss";
85
-
86
-
87
- // Popups and modals
88
- @import "dialog/_index.scss";
89
- @import "drawer/_index.scss";
90
- @import "notification/_index.scss";
91
- @import "popup/_index.scss";
92
- @import "responsivepanel/_index.scss";
93
- @import "tooltip/_index.scss";
94
- @import "window/_index.scss";
95
- @import "action-sheet/_index.scss";
96
- @import "popover/_index.scss";
97
-
98
-
99
- // Navigation
100
- @import "breadcrumb/_index.scss";
101
- @import "pager/_index.scss";
102
- @import "panelbar/_index.scss";
103
- @import "stepper/_index.scss";
104
- @import "wizard/_index.scss";
105
- @import "tabstrip/_index.scss";
106
- @import "treeview/_index.scss";
107
- @import "expansion-panel/_index.scss";
108
- @import "bottom-navigation/_index.scss";
109
-
110
-
111
- // Layout & containers
112
- @import "card/_index.scss";
113
- @import "splitter/_index.scss";
114
- @import "tilelayout/_index.scss";
115
-
116
-
117
- // Data management
118
- @import "grid/_index.scss";
119
- @import "listview/_index.scss";
120
- @import "spreadsheet/_index.scss";
121
- @import "pivotgrid/_index.scss";
122
- @import "treelist/_index.scss";
123
- @import "filter/_index.scss";
124
- @import "filemanager/_index.scss";
125
- @import "taskboard/_index.scss";
126
-
127
-
128
- // Editor
129
- @import "editor/_index.scss";
130
-
131
-
132
- // Image Editor
133
- @import "imageeditor/_index.scss";
134
-
135
-
136
- // Scheduling
137
- @import "gantt/_index.scss";
138
- @import "scheduler/_index.scss";
139
-
140
-
141
- // Misc
142
- @import "chat/_index.scss";
143
- @import "mediaplayer/_index.scss";
144
- @import "timeline/_index.scss";
145
- @import "pdf-viewer/_index.scss";
146
- @import "scroller/_index.scss";
147
- @import "scrollview/_index.scss";
148
- @import "skeleton/_index.scss";
149
-
150
-
151
- // Dataviz
152
- @import "dataviz/_index.scss";
153
- @import "map/_index.scss";
154
- @import "orgchart/_index.scss";
1
+ @import "index.scss";
@@ -20,9 +20,14 @@
20
20
  -webkit-touch-callout: none;
21
21
  -webkit-tap-highlight-color: $rgba-transparent;
22
22
 
23
+ *,
24
+ *::before,
25
+ *::after {
26
+ box-sizing: border-box;
27
+ }
28
+
23
29
  > * {
24
30
  flex-shrink: 0;
25
-
26
31
  }
27
32
 
28
33
  // Appbar section
@@ -32,15 +37,16 @@
32
37
  align-items: center;
33
38
  }
34
39
 
40
+
35
41
  // Appbar Spacer
36
42
  .k-appbar-spacer {
37
43
  flex: 1 0 auto;
38
44
  }
39
-
40
45
  .k-appbar-spacer-sized {
41
46
  flex-grow: 0;
42
47
  }
43
48
 
49
+
44
50
  // Separator
45
51
  .k-appbar-separator {
46
52
  margin: 0;
@@ -50,12 +56,27 @@
50
56
  border-width: 0 0 0 1px;
51
57
  display: inline-block;
52
58
  }
59
+
60
+
61
+ // Input
62
+ .k-input,
63
+ .k-picker {
64
+ width: 10em;
65
+ }
66
+ .k-color-picker {
67
+ width: min-content;
68
+ }
69
+
53
70
  }
54
71
 
72
+
73
+ // Static appbar
55
74
  .k-appbar-static {
56
75
  position: static;
57
76
  }
58
77
 
78
+
79
+ // Sticky appbar
59
80
  .k-appbar-sticky {
60
81
  width: 100%;
61
82
  position: sticky;
@@ -63,17 +84,20 @@
63
84
  z-index: $appbar-zindex;
64
85
  }
65
86
 
87
+
88
+ // Fixed appbar
66
89
  .k-appbar-fixed {
67
90
  width: 100%;
68
91
  position: fixed;
69
92
  z-index: 1;
70
93
  }
71
94
 
95
+
96
+ // Appbar position
72
97
  .k-appbar-top {
73
98
  top: 0;
74
99
  bottom: auto;
75
100
  }
76
-
77
101
  .k-appbar-bottom {
78
102
  top: auto;
79
103
  bottom: 0;
@@ -82,4 +106,5 @@
82
106
  bottom: 0;
83
107
  }
84
108
  }
109
+
85
110
  }
@@ -2,7 +2,7 @@
2
2
  $appbar-margin-y: null !default;
3
3
  $appbar-margin-x: null !default;
4
4
  $appbar-padding-y: map-get( $spacing, 2 ) !default;
5
- $appbar-padding-x: map-get( $spacing, 4 ) !default;
5
+ $appbar-padding-x: map-get( $spacing, 2 ) !default;
6
6
  $appbar-border-width: 0px !default;
7
7
 
8
8
  $appbar-zindex: 1000 !default;
@@ -6,6 +6,7 @@
6
6
  @import "../input/_index.scss";
7
7
  @import "../floating-label/_index.scss";
8
8
  @import "../popup/_index.scss";
9
+ @import "../list/_index.scss";
9
10
  @import "../icons/_index.scss";
10
11
 
11
12
 
@@ -1,58 +1,6 @@
1
1
  @include exports( "autocomplete/layout" ) {
2
2
 
3
3
  // Autocomplete
4
- .k-autocomplete {
5
- @include border-radius( $kendo-input-border-radius );
6
- border-width: $kendo-input-border-width;
7
- border-style: solid;
8
- outline: 0;
9
- box-sizing: border-box;
10
- font-family: $kendo-input-font-family;
11
- font-size: $kendo-input-font-size;
12
- line-height: $kendo-input-line-height;
13
- white-space: nowrap;
14
- display: inline-flex;
15
- flex-flow: row nowrap;
16
- align-items: stretch;
17
- vertical-align: middle;
18
- transition: all .1s ease; // sass-lint:disable-block no-transition-all
19
- position: relative;
20
- cursor: default;
21
- -webkit-touch-callout: none;
22
- -webkit-tap-highlight-color: $rgba-transparent;
23
-
24
-
25
- // Input
26
- .k-input {}
27
-
28
-
29
- // Loading icon
30
- .k-i-loading {
31
- width: $kendo-input-icon-width;
32
- height: $kendo-input-icon-height;
33
- }
34
-
35
-
36
- // Clear value
37
- .k-clear-value {
38
- visibility: hidden;
39
- }
40
- &:hover,
41
- // &:focus-within,
42
- &.k-state-hover,
43
- &.k-state-focused,
44
- &.k-state-focus {
45
- .k-clear-value {
46
- visibility: visible;
47
- }
48
- }
49
- &:focus-within {
50
- .k-clear-value {
51
- visibility: visible;
52
- }
53
- }
54
-
55
- }
56
-
4
+ .k-autocomplete {}
57
5
 
58
6
  }
@@ -1,78 +1,6 @@
1
- @include exports("autocomplete/theme") {
1
+ @include exports( "autocomplete/theme" ) {
2
2
 
3
- // Remove first selector when https://github.com/telerik/kendo-angular-dropdowns/issues/656 is done.
4
- .k-autocomplete.k-header,
5
- .k-autocomplete {
6
- @include fill(
7
- $autocomplete-text,
8
- $autocomplete-bg,
9
- $autocomplete-border
10
- );
11
- @include box-shadow( $autocomplete-shadow );
12
-
13
- // Hover state
14
- &:hover,
15
- &.k-state-hover {
16
- @include fill(
17
- $autocomplete-hovered-text,
18
- $autocomplete-hovered-bg,
19
- $autocomplete-hovered-border
20
- );
21
- @include box-shadow( $autocomplete-hovered-shadow );
22
- }
23
-
24
- // Focus state
25
- // &:focus-within,
26
- &.k-state-open,
27
- &.k-state-focused,
28
- &.k-state-focus {
29
- @include fill(
30
- $autocomplete-focused-text,
31
- $autocomplete-focused-bg,
32
- $autocomplete-focused-border
33
- );
34
- @include box-shadow( $autocomplete-focused-shadow );
35
- }
36
- &:focus-within {
37
- @include fill(
38
- $autocomplete-focused-text,
39
- $autocomplete-focused-bg,
40
- $autocomplete-focused-border
41
- );
42
- @include box-shadow( $autocomplete-focused-shadow );
43
- }
44
-
45
- // Disabled state
46
- &:disabled,
47
- &.k-state-disabled {
48
- @include fill(
49
- $autocomplete-disabled-text,
50
- $autocomplete-disabled-bg,
51
- $autocomplete-disabled-border
52
- );
53
- @include box-shadow( $autocomplete-disabled-shadow );
54
- }
55
-
56
- // Invalid state
57
- &.k-invalid,
58
- &.k-state-invalid,
59
- &.ng-invalid.ng-touched,
60
- &.ng-invalid.ng-dirty {
61
- @include fill(
62
- $autocomplete-invalid-text,
63
- $autocomplete-invalid-bg,
64
- $autocomplete-invalid-border
65
- );
66
-
67
- // &:focus-within,
68
- &.k-state-focused,
69
- &.k-state-focus {
70
- @include box-shadow( $autocomplete-invalid-shadow );
71
- }
72
- &:focus-within {
73
- @include box-shadow( $autocomplete-invalid-shadow );
74
- }
75
- }
76
- }
3
+ // Autocomplete
4
+ .k-autocomplete {}
77
5
 
78
6
  }
@@ -1,25 +1 @@
1
1
  // Autocomplete
2
- $autocomplete-bg: $kendo-input-bg !default;
3
- $autocomplete-text: $kendo-input-text !default;
4
- $autocomplete-border: $kendo-input-border !default;
5
- $autocomplete-shadow: $kendo-input-shadow !default;
6
-
7
- $autocomplete-hovered-bg: $kendo-input-hover-bg !default;
8
- $autocomplete-hovered-text: $kendo-input-hover-text !default;
9
- $autocomplete-hovered-border: $kendo-input-hover-border !default;
10
- $autocomplete-hovered-shadow: $kendo-input-hover-shadow !default;
11
-
12
- $autocomplete-focused-bg: $kendo-input-focus-bg !default;
13
- $autocomplete-focused-text: $kendo-input-focus-text !default;
14
- $autocomplete-focused-border: $kendo-input-focus-border !default;
15
- $autocomplete-focused-shadow: $kendo-input-focus-shadow !default;
16
-
17
- $autocomplete-disabled-bg: null !default;
18
- $autocomplete-disabled-text: null !default;
19
- $autocomplete-disabled-border: null !default;
20
- $autocomplete-disabled-shadow: null !default;
21
-
22
- $autocomplete-invalid-bg: null !default;
23
- $autocomplete-invalid-text: null !default;
24
- $autocomplete-invalid-border: $invalid-border !default;
25
- $autocomplete-invalid-shadow: $invalid-shadow !default;