@progress/kendo-theme-classic 4.43.1-dev.5 → 4.44.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 (84) hide show
  1. package/dist/all.css +2225 -1287
  2. package/dist/all.scss +1827 -1434
  3. package/modules/@progress/kendo-theme-default/package.json +2 -2
  4. package/modules/@progress/kendo-theme-default/scss/action-buttons/_layout.scss +7 -0
  5. package/modules/@progress/kendo-theme-default/scss/action-sheet/_layout.scss +6 -0
  6. package/modules/@progress/kendo-theme-default/scss/appbar/_layout.scss +6 -1
  7. package/modules/@progress/kendo-theme-default/scss/autocomplete/_layout.scss +6 -0
  8. package/modules/@progress/kendo-theme-default/scss/avatar/_layout.scss +6 -0
  9. package/modules/@progress/kendo-theme-default/scss/badge/_layout.scss +6 -0
  10. package/modules/@progress/kendo-theme-default/scss/bottom-navigation/_layout.scss +6 -0
  11. package/modules/@progress/kendo-theme-default/scss/breadcrumb/_layout.scss +6 -0
  12. package/modules/@progress/kendo-theme-default/scss/button/_layout.scss +80 -92
  13. package/modules/@progress/kendo-theme-default/scss/button/_theme.scss +177 -112
  14. package/modules/@progress/kendo-theme-default/scss/button/_variables.scss +80 -14
  15. package/modules/@progress/kendo-theme-default/scss/captcha/_layout.scss +6 -0
  16. package/modules/@progress/kendo-theme-default/scss/card/_layout.scss +6 -0
  17. package/modules/@progress/kendo-theme-default/scss/chat/_layout.scss +9 -2
  18. package/modules/@progress/kendo-theme-default/scss/chip/_layout.scss +6 -0
  19. package/modules/@progress/kendo-theme-default/scss/color-preview/_layout.scss +6 -0
  20. package/modules/@progress/kendo-theme-default/scss/coloreditor/_layout.scss +6 -0
  21. package/modules/@progress/kendo-theme-default/scss/colorgradient/_layout.scss +6 -4
  22. package/modules/@progress/kendo-theme-default/scss/colorpalette/_layout.scss +6 -0
  23. package/modules/@progress/kendo-theme-default/scss/colorpicker/_layout.scss +6 -3
  24. package/modules/@progress/kendo-theme-default/scss/combobox/_layout.scss +6 -1
  25. package/modules/@progress/kendo-theme-default/scss/common/_loading.scss +15 -13
  26. package/modules/@progress/kendo-theme-default/scss/dateinput/_layout.scss +7 -1
  27. package/modules/@progress/kendo-theme-default/scss/datepicker/_layout.scss +6 -0
  28. package/modules/@progress/kendo-theme-default/scss/daterangepicker/_layout.scss +6 -0
  29. package/modules/@progress/kendo-theme-default/scss/datetimepicker/_layout.scss +6 -2
  30. package/modules/@progress/kendo-theme-default/scss/drawer/_layout.scss +6 -0
  31. package/modules/@progress/kendo-theme-default/scss/dropdownlist/_layout.scss +6 -1
  32. package/modules/@progress/kendo-theme-default/scss/expansion-panel/_layout.scss +6 -1
  33. package/modules/@progress/kendo-theme-default/scss/fab/_layout.scss +6 -0
  34. package/modules/@progress/kendo-theme-default/scss/filter/_layout.scss +8 -0
  35. package/modules/@progress/kendo-theme-default/scss/floating-label/_layout.scss +7 -0
  36. package/modules/@progress/kendo-theme-default/scss/grid/_layout.scss +4 -3
  37. package/modules/@progress/kendo-theme-default/scss/grid/_theme.scss +2 -8
  38. package/modules/@progress/kendo-theme-default/scss/imageeditor/_layout.scss +6 -0
  39. package/modules/@progress/kendo-theme-default/scss/list/_layout.scss +10 -28
  40. package/modules/@progress/kendo-theme-default/scss/list/_theme.scss +4 -4
  41. package/modules/@progress/kendo-theme-default/scss/listbox/_layout.scss +9 -0
  42. package/modules/@progress/kendo-theme-default/scss/map/_layout.scss +7 -0
  43. package/modules/@progress/kendo-theme-default/scss/maskedtextbox/_layout.scss +6 -0
  44. package/modules/@progress/kendo-theme-default/scss/mediaplayer/_layout.scss +14 -1
  45. package/modules/@progress/kendo-theme-default/scss/multiselect/_layout.scss +8 -2
  46. package/modules/@progress/kendo-theme-default/scss/notification/_layout.scss +6 -0
  47. package/modules/@progress/kendo-theme-default/scss/numerictextbox/_layout.scss +6 -2
  48. package/modules/@progress/kendo-theme-default/scss/orgchart/_layout.scss +6 -0
  49. package/modules/@progress/kendo-theme-default/scss/pager/_layout.scss +6 -2
  50. package/modules/@progress/kendo-theme-default/scss/panelbar/_layout.scss +6 -0
  51. package/modules/@progress/kendo-theme-default/scss/pivotgrid/_layout.scss +55 -83
  52. package/modules/@progress/kendo-theme-default/scss/pivotgrid/_theme.scss +39 -73
  53. package/modules/@progress/kendo-theme-default/scss/popover/_layout.scss +6 -0
  54. package/modules/@progress/kendo-theme-default/scss/progressbar/_layout.scss +6 -0
  55. package/modules/@progress/kendo-theme-default/scss/rating/_layout.scss +6 -1
  56. package/modules/@progress/kendo-theme-default/scss/scheduler/_layout.scss +6 -0
  57. package/modules/@progress/kendo-theme-default/scss/searchbox/_layout.scss +6 -0
  58. package/modules/@progress/kendo-theme-default/scss/slider/_layout.scss +71 -144
  59. package/modules/@progress/kendo-theme-default/scss/slider/_theme.scss +0 -6
  60. package/modules/@progress/kendo-theme-default/scss/spreadsheet/_layout.scss +1 -0
  61. package/modules/@progress/kendo-theme-default/scss/stepper/_layout.scss +6 -1
  62. package/modules/@progress/kendo-theme-default/scss/switch/_layout.scss +14 -9
  63. package/modules/@progress/kendo-theme-default/scss/switch/_variables.scss +127 -33
  64. package/modules/@progress/kendo-theme-default/scss/tabstrip/_layout.scss +26 -4
  65. package/modules/@progress/kendo-theme-default/scss/taskboard/_layout.scss +6 -2
  66. package/modules/@progress/kendo-theme-default/scss/textarea/_layout.scss +6 -0
  67. package/modules/@progress/kendo-theme-default/scss/textbox/_layout.scss +6 -0
  68. package/modules/@progress/kendo-theme-default/scss/timeline/_layout.scss +8 -4
  69. package/modules/@progress/kendo-theme-default/scss/timepicker/_layout.scss +6 -1
  70. package/modules/@progress/kendo-theme-default/scss/timeselector/_layout.scss +1 -0
  71. package/modules/@progress/kendo-theme-default/scss/toolbar/_index.scss +1 -0
  72. package/modules/@progress/kendo-theme-default/scss/toolbar/_layout.scss +1 -0
  73. package/modules/@progress/kendo-theme-default/scss/tooltip/_layout.scss +6 -1
  74. package/modules/@progress/kendo-theme-default/scss/treelist/_layout.scss +4 -0
  75. package/modules/@progress/kendo-theme-default/scss/treeview/_layout.scss +17 -18
  76. package/modules/@progress/kendo-theme-default/scss/upload/_layout.scss +6 -1
  77. package/modules/@progress/kendo-theme-default/scss/window/_layout.scss +2 -2
  78. package/modules/@progress/kendo-theme-default/scss/wizard/_layout.scss +4 -0
  79. package/package.json +3 -3
  80. package/scss/button/_variables.scss +84 -18
  81. package/scss/checkbox/_variables.scss +1 -1
  82. package/scss/switch/_variables.scss +142 -48
  83. package/scss/toolbar/_index.scss +1 -0
  84. package/scss/treeview/_variables.scss +1 -1
@@ -481,6 +481,7 @@
481
481
  border-style: solid;
482
482
  align-items: flex-start;
483
483
  flex-wrap: wrap;
484
+ box-shadow: none;
484
485
 
485
486
  > * {
486
487
  max-width: 100%;
@@ -491,33 +492,6 @@
491
492
  }
492
493
  }
493
494
 
494
- .k-pivot-toolbar .k-button,
495
- .k-fieldselector .k-list li.k-item {
496
- @include border-radius( $border-radius );
497
- padding: $button-padding-y $button-padding-x;
498
- padding-right: calc( #{$button-padding-x} + #{$icon-size * 3} );
499
- min-height: auto;
500
- font-size: $font-size;
501
- line-height: $button-line-height;
502
- text-align: left;
503
- white-space: normal;
504
- word-break: break-word;
505
- position: relative;
506
- cursor: move;
507
-
508
- .k-field-actions .k-setting-delete {
509
- box-sizing: content-box;
510
- }
511
- }
512
-
513
- .k-field-actions {
514
- position: absolute;
515
- right: $button-padding-y;
516
- top: $button-padding-y;
517
- line-height: 1;
518
- cursor: pointer;
519
- }
520
-
521
495
  .k-pivot-layout {
522
496
  border-spacing: 0;
523
497
  table-layout: auto;
@@ -540,6 +514,8 @@
540
514
  .k-pivot-rowheaders > .k-grid,
541
515
  .k-pivot-table > .k-grid {
542
516
  border-width: 0;
517
+ color: inherit;
518
+ background: none;
543
519
  }
544
520
 
545
521
  .k-pivot-rowheaders > .k-grid td:first-child,
@@ -603,77 +579,73 @@
603
579
  @include exports("pivotgrid/configurator/layout/legacy") {
604
580
 
605
581
 
606
- .k-fieldselector {
607
- border-width: 1px;
608
- border-style: solid;
582
+ // jquery specific -- old pivot
583
+ .k-pivotgrid-wrapper {
609
584
  box-sizing: border-box;
610
- outline: 0;
611
- font-family: $pivotgrid-font-family;
612
- font-size: $pivotgrid-font-size;
613
- line-height: $pivotgrid-line-height;
614
- -webkit-touch-callout: none;
615
- -webkit-tap-highlight-color: $rgba-transparent;
616
-
617
- .k-columns {
618
- display: flex;
619
- align-items: stretch;
620
-
621
- > div {
622
- padding: $table-cell-padding-y;
623
- width: 50%;
624
- box-sizing: border-box;
625
- border-width: 0;
626
- border-style: solid;
627
- float: left;
628
- overflow: auto;
629
- }
630
- > div + div {
631
- border-left-width: 1px;
632
- }
633
- }
634
-
585
+ display: flex;
586
+ flex-flow: row nowrap;
587
+ align-items: flex-start;
588
+ gap: map-get( $spacing, 2 );
635
589
 
636
- p {
637
- margin: 0 0 $padding-y-sm;
638
- text-transform: uppercase;
590
+ > .k-pivotgrid-configurator-panel {
591
+ max-width: 320px;
592
+ flex: none;
639
593
  }
640
- p .k-icon {
641
- margin: 0 $icon-spacing 0 0;
594
+ > .k-pivot {
595
+ flex: 1;
642
596
  }
597
+ }
598
+ .k-pivotgrid-configurator-panel.kendo-jquery {
599
+ box-sizing: border-box;
600
+ display: inline-flex;
643
601
 
644
-
645
- // Treeview
646
- .k-treeview {
647
- border-width: 0;
648
- overflow: visible;
602
+ .k-pivotgrid-configurator {
603
+ height: 100%;
649
604
  }
650
605
 
651
- .k-edit-label {
652
- width: 16%;
653
- }
654
- .k-edit-field {
655
- width: 77%;
606
+ .k-pivotgrid-configurator-content {
607
+ padding: map-get( $spacing, 4 );
608
+ max-height: 100%;
609
+ display: flex;
610
+ flex-flow: column nowrap;
611
+ gap: map-get( $spacing, 4 );
612
+ overflow-x: hidden;
613
+ overflow-y: auto;
656
614
  }
657
615
 
658
-
659
- // List container
660
- .k-list-container {
661
- margin-bottom: $spacer;
662
- padding: $padding-y-sm;
663
- border-width: 1px;
664
- border-style: solid;
616
+ .k-pivotgrid-targets {
617
+ display: flex;
618
+ flex-flow: column nowrap;
619
+ gap: map-get( $spacing, 4 );
665
620
  }
666
- .k-list {
667
- padding-bottom: $spacer;
621
+
622
+ .k-pivotgrid-configurator-section {
623
+ display: flex;
624
+ flex-flow: column nowrap;
625
+ gap: map-get( $spacing, 2 );
668
626
  }
669
- .k-list .k-item {
627
+
628
+ .k-column-fields {
629
+ margin: 0;
630
+ padding: map-get( $spacing, 1 );
631
+ max-height: 200px;
670
632
  border-width: 1px;
671
633
  border-style: solid;
634
+ display: flex;
635
+ flex-flow: row wrap;
636
+ gap: map-get( $spacing, 1 );
637
+ overflow-x: hidden;
638
+ overflow-y: auto;
639
+
640
+ > * {
641
+ margin: 0;
642
+ }
672
643
  }
673
- .k-list .k-item + .k-item {
674
- margin-top: ($spacer / 2);
644
+ .k-ie & .k-column-fields {
645
+ > * {
646
+ margin: 2px;
647
+ }
675
648
  }
676
-
677
649
  }
678
650
 
679
651
  }
@@ -159,103 +159,59 @@
159
159
  @include exports("pivotgrid/theme/legacy") {
160
160
 
161
161
  .k-pivot {
162
+ @include fill (
163
+ $pivotgrid-text,
164
+ $pivotgrid-bg,
165
+ $pivotgrid-border
166
+ );
167
+ }
168
+ .k-pivot-table {
162
169
  border-color: $pivotgrid-border;
163
170
  }
164
171
 
165
- .k-alt,
166
- .k-pivot-layout > tbody > tr:first-child > td:first-child {
167
- background-color: $pivotgrid-alt-bg;
172
+ // Pivotgrid header
173
+ .k-pivot-rowheaders {
174
+ @include fill(
175
+ $pivotgrid-headers-text,
176
+ $pivotgrid-headers-bg,
177
+ $pivotgrid-headers-border
178
+ );
168
179
  }
169
180
 
170
- .k-fieldselector {
171
- color: $pivotgrid-configurator-text;
181
+
182
+ // Pivotgrid toolbar
183
+ .k-pivot-toolbar {
184
+ @include fill(
185
+ $pivotgrid-headers-text,
186
+ $pivotgrid-headers-bg,
187
+ $pivotgrid-headers-border
188
+ );
189
+
190
+ .k-empty {
191
+ color: $subtle-text;
192
+ }
172
193
  }
173
194
 
174
- .k-fieldselector .k-list-container {
175
- background-color: $pivotgrid-container-bg;
195
+ .k-alt {
196
+ background-color: $pivotgrid-alt-bg;
176
197
  }
177
198
 
178
199
  .k-pivot-toolbar,
179
200
  .k-pivot-table,
180
- .k-fieldselector,
181
- .k-fieldselector .k-list-container,
182
- .k-fieldselector .k-columns > div,
183
201
  .k-pivot-rowheaders > .k-grid td:first-child,
184
202
  .k-pivot-table .k-grid-header .k-header.k-first {
185
203
  border-color: $pivotgrid-chrome-border;
186
204
  }
187
205
 
188
- .k-pivot-rowheaders .k-alt .k-alt,
189
206
  .k-header.k-alt {
190
207
  background-color: $pivotgrid-row-headers-bg;
191
208
  }
192
209
 
193
- .k-pivot-toolbar .k-button,
194
- .k-fieldselector .k-list li.k-item {
195
- @include fill(
196
- $button-text,
197
- $button-bg,
198
- $button-border,
199
- $button-gradient
200
- );
201
-
202
- &:hover,
203
- &.k-state-hover {
204
- @include fill(
205
- $button-hovered-text,
206
- $button-hovered-bg,
207
- $button-hovered-border,
208
- $button-hovered-gradient
209
- );
210
- }
211
-
212
- // Pressed state
213
- &:active,
214
- &.k-state-active {
215
- @include fill(
216
- $button-active-text,
217
- $button-active-bg,
218
- $button-active-border,
219
- $button-active-gradient
220
- );
221
- }
222
-
223
- // Focused state
224
- &:focus,
225
- &.k-state-focus,
226
- &.k-state-focused {
227
- box-shadow: $button-focused-shadow;
228
- }
229
-
230
- &.k-empty {
231
- color: $subtle-text;
232
- }
233
- }
234
-
235
- .k-pivot-toolbar {
236
- .k-empty {
237
- color: $subtle-text;
238
- }
239
- }
240
-
241
- .k-pivot-layout .k-grid-footer,
242
- .k-pivot-layout .k-grid.k-alt {
210
+ .k-pivot-layout .k-grid-footer {
243
211
  color: $pivotgrid-alt-text;
244
212
  background-color: $pivotgrid-alt-bg;
245
213
  }
246
214
 
247
- // Loading indicator
248
- .k-fieldselector {
249
- .k-i-loading {
250
- border-color: $header-bg;
251
- }
252
-
253
- .k-i-loading::before,
254
- .k-i-loading::after {
255
- background-color: $header-bg;
256
- }
257
- }
258
-
259
215
  // KPI icons
260
216
  .k-i-kpi-trend-increase,
261
217
  .k-i-kpi-trend-decrease,
@@ -274,4 +230,14 @@
274
230
  .k-i-kpi-status-open {
275
231
  color: $success;
276
232
  }
233
+
234
+
235
+ // Configurator
236
+ .k-pivotgrid-configurator-panel.kendo-jquery {
237
+
238
+ .k-column-fields {
239
+ border-color: $component-border;
240
+ }
241
+
242
+ }
277
243
  }
@@ -16,6 +16,12 @@
16
16
  z-index: 12000;
17
17
  -webkit-touch-callout: none;
18
18
  -webkit-tap-highlight-color: $rgba-transparent;
19
+
20
+ *,
21
+ *::before,
22
+ *::after {
23
+ box-sizing: border-box;
24
+ }
19
25
  }
20
26
 
21
27
  // Header
@@ -18,6 +18,12 @@
18
18
  -webkit-touch-callout: none;
19
19
  -webkit-tap-highlight-color: $rgba-transparent;
20
20
 
21
+ *,
22
+ *::before,
23
+ *::after {
24
+ box-sizing: border-box;
25
+ }
26
+
21
27
 
22
28
  // Selection
23
29
  > .k-state-selected {
@@ -14,6 +14,12 @@
14
14
  -webkit-touch-callout: none;
15
15
  -webkit-tap-highlight-color: $rgba-transparent;
16
16
 
17
+ *,
18
+ *::before,
19
+ *::after {
20
+ box-sizing: border-box;
21
+ }
22
+
17
23
  &.k-state-readonly {
18
24
  pointer-events: none;
19
25
  }
@@ -22,7 +28,6 @@
22
28
  .k-rating-container {
23
29
  flex: 0 1 auto;
24
30
  position: relative;
25
- box-sizing: border-box;
26
31
  margin: 0 $rating-container-margin-x;
27
32
 
28
33
  .k-rating-item {
@@ -1095,6 +1095,12 @@
1095
1095
  flex-shrink: 0;
1096
1096
  font-size: inherit;
1097
1097
  }
1098
+
1099
+ .k-no-data {
1100
+ height: auto;
1101
+ min-height: auto;
1102
+ color: inherit;
1103
+ }
1098
1104
  }
1099
1105
 
1100
1106
  }
@@ -22,6 +22,12 @@
22
22
  -webkit-touch-callout: none;
23
23
  -webkit-tap-highlight-color: $rgba-transparent;
24
24
 
25
+ *,
26
+ *::before,
27
+ *::after {
28
+ box-sizing: border-box;
29
+ }
30
+
25
31
  // Input
26
32
  > .k-input {
27
33
  padding: $input-padding-y $input-padding-x;