@progress/kendo-theme-default 4.42.1-dev.4 → 4.43.1-dev.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.
Files changed (136) hide show
  1. package/dist/all.css +4013 -5533
  2. package/dist/all.scss +5317 -4828
  3. package/package.json +2 -2
  4. package/scss/_variables.scss +0 -19
  5. package/scss/action-buttons/_layout.scss +1 -0
  6. package/scss/adaptive/_layout.scss +6 -12
  7. package/scss/autocomplete/_index.scss +1 -0
  8. package/scss/autocomplete/_theme.scss +7 -8
  9. package/scss/autocomplete/_variables.scss +0 -5
  10. package/scss/avatar/_layout.scss +4 -1
  11. package/scss/avatar/_variables.scss +1 -1
  12. package/scss/avatar/index.md +0 -0
  13. package/scss/button/_index.scss +2 -0
  14. package/scss/button/_variables.scss +21 -21
  15. package/scss/button/index.md +3 -0
  16. package/scss/calendar/_index.scss +1 -0
  17. package/scss/calendar/_theme.scss +0 -17
  18. package/scss/chat/_layout.scss +3 -5
  19. package/scss/chat/_theme.scss +0 -10
  20. package/scss/chat/_variables.scss +0 -8
  21. package/scss/checkbox/_index.scss +1 -0
  22. package/scss/checkbox/index.md +0 -0
  23. package/scss/chip/_layout.scss +103 -123
  24. package/scss/chip/_theme.scss +289 -300
  25. package/scss/chip/_variables.scss +7 -9
  26. package/scss/chip/index.md +0 -0
  27. package/scss/color-preview/_layout.scss +6 -2
  28. package/scss/color-preview/_theme.scss +3 -2
  29. package/scss/color-preview/_variables.scss +2 -1
  30. package/scss/colorgradient/_layout.scss +7 -0
  31. package/scss/colorpicker/_layout.scss +21 -58
  32. package/scss/colorpicker/_theme.scss +34 -35
  33. package/scss/colorpicker/_variables.scss +0 -2
  34. package/scss/combobox/_index.scss +1 -0
  35. package/scss/combobox/_layout.scss +4 -7
  36. package/scss/combobox/_theme.scss +20 -21
  37. package/scss/combobox/_variables.scss +0 -1
  38. package/scss/core/functions/_colors.scss +4 -1
  39. package/scss/dataviz/_index.scss +1 -0
  40. package/scss/dateinput/_index.scss +11 -0
  41. package/scss/dateinput/_layout.scss +81 -0
  42. package/scss/dateinput/_theme.scss +86 -0
  43. package/scss/dateinput/_variables.scss +1 -0
  44. package/scss/datepicker/_index.scss +13 -0
  45. package/scss/datepicker/_layout.scss +48 -0
  46. package/scss/datepicker/_theme.scss +87 -0
  47. package/scss/datepicker/_variables.scss +1 -0
  48. package/scss/{datetime → datetimepicker}/_index.scss +5 -4
  49. package/scss/datetimepicker/_layout.scss +120 -0
  50. package/scss/datetimepicker/_theme.scss +89 -0
  51. package/scss/datetimepicker/_variables.scss +2 -0
  52. package/scss/drawer/_index.scss +1 -0
  53. package/scss/dropdowngrid/_layout.scss +5 -4
  54. package/scss/dropdowngrid/_theme.scss +6 -2
  55. package/scss/dropdowngrid/index.md +0 -0
  56. package/scss/dropdownlist/_index.scss +1 -0
  57. package/scss/dropdownlist/_layout.scss +4 -5
  58. package/scss/dropdownlist/_theme.scss +8 -0
  59. package/scss/dropdowntree/_layout.scss +1 -9
  60. package/scss/editor/_layout.scss +2 -23
  61. package/scss/editor/_variables.scss +1 -1
  62. package/scss/expansion-panel/_index.scss +1 -0
  63. package/scss/filter/_index.scss +1 -1
  64. package/scss/filter/_layout.scss +9 -2
  65. package/scss/filter/_theme.scss +3 -1
  66. package/scss/forms/_index.scss +1 -1
  67. package/scss/forms/_layout.scss +3 -76
  68. package/scss/gantt/_index.scss +1 -1
  69. package/scss/gantt/_layout.scss +5 -3
  70. package/scss/grid/_index.scss +2 -1
  71. package/scss/grid/_layout.scss +14 -70
  72. package/scss/icons/_layout.scss +6 -0
  73. package/scss/icons/font/WebComponentsIcons.scss +1 -1
  74. package/scss/icons/font/WebComponentsIcons.ttf +0 -0
  75. package/scss/index.scss +7 -3
  76. package/scss/input/_layout.scss +25 -26
  77. package/scss/input/_variables.scss +15 -0
  78. package/scss/list/_index.scss +11 -0
  79. package/scss/list/_layout.scss +200 -0
  80. package/scss/list/_theme.scss +104 -0
  81. package/scss/list/_variables.scss +17 -0
  82. package/scss/list/index.md +0 -0
  83. package/scss/listbox/_index.scss +1 -0
  84. package/scss/maskedtextbox/_layout.scss +1 -0
  85. package/scss/maskedtextbox/_theme.scss +4 -0
  86. package/scss/menu/_index.scss +1 -0
  87. package/scss/menu/_layout.scss +4 -6
  88. package/scss/menu/_variables.scss +2 -2
  89. package/scss/multiselect/_index.scss +2 -0
  90. package/scss/multiselect/_layout.scss +1 -1
  91. package/scss/multiselect/_theme.scss +12 -0
  92. package/scss/numerictextbox/_layout.scss +4 -8
  93. package/scss/numerictextbox/_theme.scss +8 -0
  94. package/scss/numerictextbox/_variables.scss +0 -4
  95. package/scss/pager/_index.scss +1 -0
  96. package/scss/panelbar/_index.scss +1 -0
  97. package/scss/panelbar/_theme.scss +9 -2
  98. package/scss/panelbar/_variables.scss +4 -0
  99. package/scss/pivotgrid/_index.scss +1 -0
  100. package/scss/pivotgrid/_layout.scss +0 -24
  101. package/scss/pivotgrid/_variables.scss +0 -3
  102. package/scss/popover/_layout.scss +0 -1
  103. package/scss/popup/_index.scss +0 -4
  104. package/scss/popup/_layout.scss +2 -271
  105. package/scss/popup/_theme.scss +4 -148
  106. package/scss/popup/_variables.scss +2 -7
  107. package/scss/radio/_index.scss +1 -0
  108. package/scss/radio/index.md +0 -0
  109. package/scss/scheduler/_index.scss +1 -1
  110. package/scss/scrollview/_layout.scss +6 -1
  111. package/scss/searchbox/_theme.scss +16 -0
  112. package/scss/spreadsheet/_index.scss +2 -1
  113. package/scss/spreadsheet/_layout.scss +2 -4
  114. package/scss/switch/index.md +0 -0
  115. package/scss/table/_index.scss +19 -0
  116. package/scss/table/_layout.scss +228 -0
  117. package/scss/table/_theme.scss +81 -0
  118. package/scss/table/_variables.scss +114 -0
  119. package/scss/tabstrip/_index.scss +1 -0
  120. package/scss/tabstrip/_layout.scss +10 -0
  121. package/scss/tabstrip/_theme.scss +1 -0
  122. package/scss/tabstrip/_variables.scss +2 -2
  123. package/scss/textarea/_theme.scss +4 -0
  124. package/scss/textbox/_theme.scss +5 -1
  125. package/scss/timepicker/_index.scss +15 -0
  126. package/scss/timepicker/_layout.scss +48 -0
  127. package/scss/timepicker/_theme.scss +87 -0
  128. package/scss/timepicker/_variables.scss +1 -0
  129. package/scss/timeselector/_index.scss +13 -0
  130. package/scss/timeselector/_layout.scss +207 -0
  131. package/scss/timeselector/_theme.scss +70 -0
  132. package/scss/timeselector/_variables.scss +32 -0
  133. package/scss/utils/_border.scss +1 -2
  134. package/scss/datetime/_layout.scss +0 -483
  135. package/scss/datetime/_theme.scss +0 -297
  136. package/scss/datetime/_variables.scss +0 -53
@@ -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: 5px !default;
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;
@@ -6,6 +6,7 @@
6
6
  @import "../utils/_display.scss";
7
7
  @import "../utils/_spacer.scss";
8
8
  @import "../icons/_index.scss";
9
+ @import "../list/_index.scss";
9
10
 
10
11
 
11
12
  // Component
@@ -6,7 +6,7 @@
6
6
  @import "../button/_index.scss";
7
7
  @import "../input/_index.scss";
8
8
  @import "../checkbox/_index.scss";
9
- @import "../datetime/_index.scss";
9
+ @import "../datetimepicker/_index.scss";
10
10
  @import "../dropdownlist/_index.scss";
11
11
  @import "../numerictextbox/_index.scss";
12
12
  @import "../toolbar/_index.scss";
@@ -58,7 +58,9 @@
58
58
  }
59
59
  }
60
60
 
61
- .k-filter-lines .k-filter-item:last-child > .k-filter-toolbar::after {
61
+ // The second selector targets the Angular rendering
62
+ .k-filter-lines .k-filter-item:last-child > .k-filter-toolbar::after,
63
+ .k-filter-lines .k-filter-item:last-child > * > .k-filter-toolbar::after {
62
64
  content: "";
63
65
  position: absolute;
64
66
  width: $filter-line-size;
@@ -67,9 +69,12 @@
67
69
  left: -$filter-padding-x;
68
70
  }
69
71
 
72
+ // The forth and fifth selectors targets the Angular rendering
70
73
  .k-filter-group-main::before,
71
74
  .k-filter-group-main > .k-filter-toolbar::before,
72
75
  .k-filter-group-main > .k-filter-toolbar::after,
76
+ .k-filter-group-main > * > .k-filter-toolbar::before,
77
+ .k-filter-group-main > * > .k-filter-toolbar::after,
73
78
  .k-filter-lines .k-filter-item:last-child::before {
74
79
  display: none;
75
80
  }
@@ -99,7 +104,9 @@
99
104
  }
100
105
  }
101
106
 
102
- .k-filter-lines .k-filter-item:last-child > .k-filter-toolbar::after {
107
+ // The second selector targets the Angular rendering
108
+ .k-filter-lines .k-filter-item:last-child > .k-filter-toolbar::after,
109
+ .k-filter-lines .k-filter-item:last-child > * > .k-filter-toolbar::after {
103
110
  left: auto;
104
111
  right: -$filter-padding-x;
105
112
  }
@@ -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
  }
@@ -7,7 +7,7 @@
7
7
  @import "../button/_variables.scss";
8
8
  @import "../input/_variables.scss";
9
9
  @import "../toolbar/_index.scss";
10
- @import "../action-buttons/_variables.scss";
10
+ @import "../action-buttons/_index.scss";
11
11
  @import "../window/_variables.scss";
12
12
 
13
13
 
@@ -106,7 +106,6 @@
106
106
  }
107
107
 
108
108
  .k-form-field,
109
- .k-form-buttons,
110
109
  .k-daterangepicker .k-textbox-container {
111
110
  margin-top: $form-field-margin-top;
112
111
  }
@@ -170,15 +169,9 @@
170
169
 
171
170
  // Form Buttons Container
172
171
  .k-form-buttons {
173
- display: flex;
174
-
175
- > * {
176
- margin-right: $form-button-margin-x;
177
-
178
- &:last-child {
179
- margin-right: 0;
180
- }
181
- }
172
+ @extend .k-actions;
173
+ margin-top: 2 * $form-field-margin-top;
174
+ padding: 0;
182
175
  }
183
176
 
184
177
  // Form Hint/Error Messages
@@ -235,28 +228,12 @@
235
228
  max-width: $horizontal-form-field-wrap-max-width;
236
229
  flex: 1 1 auto;
237
230
  }
238
-
239
- .k-form-buttons {
240
- margin-top: 2 * $form-field-margin-top;
241
- }
242
231
  }
243
232
 
244
233
  // RTL Adjustments
245
234
  .k-form {
246
235
  [dir="rtl"],
247
236
  .k-rtl & {
248
- .k-form-buttons,
249
- &.k-form-buttons {
250
- > * {
251
- margin-right: 0;
252
- margin-left: $form-button-margin-x;
253
-
254
- &:last-child {
255
- margin-left: 0;
256
- }
257
- }
258
- }
259
-
260
237
  .k-label-optional {
261
238
  margin-left: 0;
262
239
  margin-right: $label-optional-margin-x;
@@ -364,40 +341,6 @@
364
341
  }
365
342
 
366
343
 
367
- // Tabstrip
368
- .k-edit-form-container .k-tabstrip-wrapper {
369
- margin: (-$window-inner-padding-y) (-$window-inner-padding-x);
370
- }
371
- .k-edit-form-container .k-tabstrip.k-root-tabs {
372
- margin-bottom: $window-inner-padding-y;
373
- }
374
- .k-edit-form-container .k-tabstrip .k-tabstrip-items {
375
- padding: $window-inner-padding-y $window-inner-padding-x 0;
376
- }
377
- .k-edit-form-container .k-tabstrip .k-content {
378
- padding: $window-inner-padding-y $window-inner-padding-x;
379
- border-width: 0;
380
- }
381
-
382
-
383
- // Edit buttons
384
- .k-edit-buttons {
385
- padding: $toolbar-padding-y $toolbar-padding-x;
386
- border-width: 1px 0 0;
387
- border-style: solid;
388
- border-color: inherit;
389
- text-align: right;
390
- clear: both;
391
- }
392
- .k-edit-buttons .k-button + .k-button {
393
- margin-left: ( $spacer-x / 2 );
394
- }
395
- .k-edit-form-container .k-edit-buttons {
396
- margin: $window-inner-padding-y (-$window-inner-padding-x) (-$window-inner-padding-y);
397
- padding: $window-inner-padding-y $window-inner-padding-x;
398
- }
399
-
400
-
401
344
  // Action buttons
402
345
  .k-popup-edit-form > .k-actions,
403
346
  .k-edit-form-container .k-actions {
@@ -458,19 +401,3 @@
458
401
  }
459
402
 
460
403
  }
461
-
462
- @include exports("edit-form/rtl") {
463
-
464
- .k-rtl {
465
-
466
- .k-edit-buttons {
467
- text-align: left;
468
-
469
- .k-button + .k-button {
470
- margin-left: 0;
471
- margin-right: .5em;
472
- }
473
- }
474
- }
475
-
476
- }
@@ -6,7 +6,7 @@
6
6
  @import "../button/_index.scss";
7
7
  @import "../input/_index.scss";
8
8
  @import "../validator/_index.scss";
9
- @import "../datetime/_index.scss";
9
+ @import "../datetimepicker/_index.scss";
10
10
  @import "../numerictextbox/_index.scss";
11
11
  @import "../window/_index.scss";
12
12
  @import "../splitter/_index.scss";
@@ -121,10 +121,11 @@
121
121
  background: none;
122
122
 
123
123
  .k-task-milestone-content {
124
- width: .875em;
125
- height: .875em;
124
+ width: 100%;
125
+ height: 100%;
126
126
  border-width: 1px;
127
127
  border-style: solid;
128
+ box-sizing: border-box;
128
129
  transform: rotate(45deg);
129
130
  }
130
131
  }
@@ -455,6 +456,7 @@
455
456
  height: 1em;
456
457
  border-width: 1px;
457
458
  border-style: solid;
459
+ box-sizing: border-box;
458
460
  transform: rotate(45deg);
459
461
  }
460
462
 
@@ -507,6 +509,7 @@
507
509
  @include border-radius( $border-radius );
508
510
  border-width: $gantt-task-border-width;
509
511
  border-style: solid;
512
+ box-sizing: border-box;
510
513
  cursor: default;
511
514
 
512
515
  .k-resize-handle {
@@ -743,7 +746,6 @@
743
746
 
744
747
  .k-gantt-edit-form {}
745
748
 
746
- .k-gantt-edit-form .k-edit-buttons {}
747
749
  .k-gantt-edit-form .k-gantt-update {}
748
750
  .k-gantt-edit-form .k-gantt-cancel {}
749
751
  .k-gantt-edit-form .k-gantt-delete {
@@ -14,7 +14,7 @@
14
14
  @import "../radio/_index.scss";
15
15
  @import "../validator/_index.scss";
16
16
  @import "../autocomplete/_index.scss";
17
- @import "../datetime/_index.scss";
17
+ @import "../datetimepicker/_index.scss";
18
18
  @import "../dropdownlist/_index.scss";
19
19
  @import "../numerictextbox/_index.scss";
20
20
  @import "../menu/_index.scss";
@@ -23,6 +23,7 @@
23
23
  @import "../skeleton/_index.scss";
24
24
  @import "../utils/_float.scss";
25
25
  @import "../utils/_spacer.scss";
26
+ @import "../list/_index.scss";
26
27
 
27
28
 
28
29
  // Component
@@ -320,11 +320,6 @@
320
320
  border-right-width: 0;
321
321
  }
322
322
 
323
- .k-filtercell-operator {
324
- margin-left: 0;
325
- margin-right: $table-cell-padding-y / 2;
326
- }
327
-
328
323
  .k-dirty {
329
324
  border-color: currentColor currentColor transparent transparent;
330
325
  left: auto;
@@ -510,10 +505,6 @@
510
505
  }
511
506
  }
512
507
 
513
- .k-group-indicator {
514
- margin-right: ( $grid-group-indicator-gap / 2 );
515
- }
516
-
517
508
  .k-group-indicator + .k-group-indicator {
518
509
  margin-left: ( $grid-group-indicator-gap / 2 );
519
510
  }
@@ -664,14 +655,6 @@
664
655
  bottom: calc( #{ $grid-header-padding-y } + #{ $line-height-em / 2 } - #{ $button-inner-calc-size / 2 } );
665
656
  z-index: 1;
666
657
 
667
- .k-ie & {
668
- position: static;
669
- float: right;
670
- margin-top: calc( (#{ $button-calc-size } - #{ $form-line-height * 1em}) / -2);
671
- margin-bottom: calc( (#{ $button-calc-size } - #{ $form-line-height * 1em}) / -2);
672
- margin-right: calc( -1 * #{ $button-calc-size });
673
- }
674
-
675
658
  &:hover {
676
659
  cursor: pointer;
677
660
  }
@@ -757,77 +740,38 @@
757
740
  .k-multiselect {
758
741
  height: auto;
759
742
  }
760
-
761
- .k-filtercell .k-widget.k-sized-input {
762
- flex: 0 1 auto;
763
- }
764
743
  }
765
744
 
766
745
  .k-filtercell {
767
746
  width: auto;
768
747
  display: flex;
748
+ flex-flow: row nowrap;
749
+ align-items: center;
769
750
 
770
751
  > span,
771
752
  .k-filtercell-wrapper {
772
753
  display: flex;
754
+ flex-flow: row nowrap;
755
+ align-items: center;
756
+ gap: ( $grid-cell-padding-y / 2 );
773
757
  flex: 1 1 auto;
774
758
 
775
- > label {
776
- vertical-align: middle;
777
- }
778
- }
779
-
780
- .k-filtercell-wrapper > .k-widget {
781
- width: 100%;
782
- }
783
-
784
- > span {
785
- .k-button {
786
- visibility: visible;
787
- pointer-events: all;
759
+ > .k-widget,
760
+ > .k-textbox {
761
+ width: 100%;
788
762
  }
789
763
 
790
- .k-button,
764
+ .k-colorpicker,
791
765
  .k-dropdown-operator {
792
- margin-left: $grid-cell-padding-y / 2;
793
-
794
- .k-ie & {
795
- min-width: $button-inner-calc-size;
796
- }
797
- }
798
-
799
- .k-widget {
800
- width: auto;
801
- }
802
- }
803
-
804
- .k-filtercell-operator {
805
- > .k-button.k-clear-button-visible {
806
- visibility: visible;
807
- height: $button-calc-size;
766
+ width: min-content;
767
+ flex: none;
808
768
  }
809
769
 
810
- > .k-button:not(.k-clear-button-visible) {
811
- visibility: hidden;
812
- pointer-events: none;
770
+ > .k-button {
771
+ flex: none;
813
772
  }
814
773
  }
815
774
 
816
- .k-filtercell-operator {
817
- margin-left: $grid-cell-padding-y / 2;
818
- }
819
-
820
- .k-widget:not(.k-dropdown-operator),
821
- .k-filtercell-wrapper > .k-textbox {
822
- display: flex;
823
- flex: 1 1 auto;
824
- }
825
-
826
- .k-filtercell-wrapper > .k-textbox {
827
- width: 100%;
828
- min-width: 0;
829
- }
830
-
831
775
  }
832
776
 
833
777
  // Grid content
@@ -1056,7 +1000,7 @@
1056
1000
  }
1057
1001
 
1058
1002
  .k-grid-header .k-grid-column-menu {
1059
- z-index: 5;
1003
+ z-index: 1;
1060
1004
  }
1061
1005
  }
1062
1006
 
@@ -281,6 +281,8 @@
281
281
  .k-i-display-inline-flex::before { content: "\e059"; }
282
282
  .k-i-gap-column::before { content: "\e05a"; }
283
283
  .k-i-gap-row::before { content: "\e05b"; }
284
+ .k-i-handle-resize-alt::before { content: "\e05c"; }
285
+ .k-i-handle-resize::before { content: "\e05d"; }
284
286
  .k-i-undo::before { content: "\e100"; }
285
287
  .k-i-undo-large::before { content: "\e100"; }
286
288
  .k-i-redo::before { content: "\e101"; }
@@ -1067,6 +1069,10 @@
1067
1069
  .k-i-replace-all::before { content: "\e6ad"; }
1068
1070
  .k-i-letter-space::before { content: "\e6ae"; }
1069
1071
  .k-i-line-height::before { content: "\e6af"; }
1072
+ .k-i-blockquote::before { content: "\e6b0"; }
1073
+ .k-i-list-latin-big::before { content: "\e6b1"; }
1074
+ .k-i-list-latin-small::before { content: "\e6b2"; }
1075
+ .k-i-list-unordered-square::before { content: "\e6b3"; }
1070
1076
  .k-i-graph::before { content: "\ea00"; }
1071
1077
  .k-i-chart-column-clustered::before { content: "\ea01"; }
1072
1078
  .k-i-chart-column-stacked::before { content: "\ea02"; }