@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.
- package/dist/all.css +2225 -1287
- package/dist/all.scss +1827 -1434
- package/modules/@progress/kendo-theme-default/package.json +2 -2
- package/modules/@progress/kendo-theme-default/scss/action-buttons/_layout.scss +7 -0
- package/modules/@progress/kendo-theme-default/scss/action-sheet/_layout.scss +6 -0
- package/modules/@progress/kendo-theme-default/scss/appbar/_layout.scss +6 -1
- package/modules/@progress/kendo-theme-default/scss/autocomplete/_layout.scss +6 -0
- package/modules/@progress/kendo-theme-default/scss/avatar/_layout.scss +6 -0
- package/modules/@progress/kendo-theme-default/scss/badge/_layout.scss +6 -0
- package/modules/@progress/kendo-theme-default/scss/bottom-navigation/_layout.scss +6 -0
- package/modules/@progress/kendo-theme-default/scss/breadcrumb/_layout.scss +6 -0
- package/modules/@progress/kendo-theme-default/scss/button/_layout.scss +80 -92
- package/modules/@progress/kendo-theme-default/scss/button/_theme.scss +177 -112
- package/modules/@progress/kendo-theme-default/scss/button/_variables.scss +80 -14
- package/modules/@progress/kendo-theme-default/scss/captcha/_layout.scss +6 -0
- package/modules/@progress/kendo-theme-default/scss/card/_layout.scss +6 -0
- package/modules/@progress/kendo-theme-default/scss/chat/_layout.scss +9 -2
- package/modules/@progress/kendo-theme-default/scss/chip/_layout.scss +6 -0
- package/modules/@progress/kendo-theme-default/scss/color-preview/_layout.scss +6 -0
- package/modules/@progress/kendo-theme-default/scss/coloreditor/_layout.scss +6 -0
- package/modules/@progress/kendo-theme-default/scss/colorgradient/_layout.scss +6 -4
- package/modules/@progress/kendo-theme-default/scss/colorpalette/_layout.scss +6 -0
- package/modules/@progress/kendo-theme-default/scss/colorpicker/_layout.scss +6 -3
- package/modules/@progress/kendo-theme-default/scss/combobox/_layout.scss +6 -1
- package/modules/@progress/kendo-theme-default/scss/common/_loading.scss +15 -13
- package/modules/@progress/kendo-theme-default/scss/dateinput/_layout.scss +7 -1
- package/modules/@progress/kendo-theme-default/scss/datepicker/_layout.scss +6 -0
- package/modules/@progress/kendo-theme-default/scss/daterangepicker/_layout.scss +6 -0
- package/modules/@progress/kendo-theme-default/scss/datetimepicker/_layout.scss +6 -2
- package/modules/@progress/kendo-theme-default/scss/drawer/_layout.scss +6 -0
- package/modules/@progress/kendo-theme-default/scss/dropdownlist/_layout.scss +6 -1
- package/modules/@progress/kendo-theme-default/scss/expansion-panel/_layout.scss +6 -1
- package/modules/@progress/kendo-theme-default/scss/fab/_layout.scss +6 -0
- package/modules/@progress/kendo-theme-default/scss/filter/_layout.scss +8 -0
- package/modules/@progress/kendo-theme-default/scss/floating-label/_layout.scss +7 -0
- package/modules/@progress/kendo-theme-default/scss/grid/_layout.scss +4 -3
- package/modules/@progress/kendo-theme-default/scss/grid/_theme.scss +2 -8
- package/modules/@progress/kendo-theme-default/scss/imageeditor/_layout.scss +6 -0
- package/modules/@progress/kendo-theme-default/scss/list/_layout.scss +10 -28
- package/modules/@progress/kendo-theme-default/scss/list/_theme.scss +4 -4
- package/modules/@progress/kendo-theme-default/scss/listbox/_layout.scss +9 -0
- package/modules/@progress/kendo-theme-default/scss/map/_layout.scss +7 -0
- package/modules/@progress/kendo-theme-default/scss/maskedtextbox/_layout.scss +6 -0
- package/modules/@progress/kendo-theme-default/scss/mediaplayer/_layout.scss +14 -1
- package/modules/@progress/kendo-theme-default/scss/multiselect/_layout.scss +8 -2
- package/modules/@progress/kendo-theme-default/scss/notification/_layout.scss +6 -0
- package/modules/@progress/kendo-theme-default/scss/numerictextbox/_layout.scss +6 -2
- package/modules/@progress/kendo-theme-default/scss/orgchart/_layout.scss +6 -0
- package/modules/@progress/kendo-theme-default/scss/pager/_layout.scss +6 -2
- package/modules/@progress/kendo-theme-default/scss/panelbar/_layout.scss +6 -0
- package/modules/@progress/kendo-theme-default/scss/pivotgrid/_layout.scss +55 -83
- package/modules/@progress/kendo-theme-default/scss/pivotgrid/_theme.scss +39 -73
- package/modules/@progress/kendo-theme-default/scss/popover/_layout.scss +6 -0
- package/modules/@progress/kendo-theme-default/scss/progressbar/_layout.scss +6 -0
- package/modules/@progress/kendo-theme-default/scss/rating/_layout.scss +6 -1
- package/modules/@progress/kendo-theme-default/scss/scheduler/_layout.scss +6 -0
- package/modules/@progress/kendo-theme-default/scss/searchbox/_layout.scss +6 -0
- package/modules/@progress/kendo-theme-default/scss/slider/_layout.scss +71 -144
- package/modules/@progress/kendo-theme-default/scss/slider/_theme.scss +0 -6
- package/modules/@progress/kendo-theme-default/scss/spreadsheet/_layout.scss +1 -0
- package/modules/@progress/kendo-theme-default/scss/stepper/_layout.scss +6 -1
- package/modules/@progress/kendo-theme-default/scss/switch/_layout.scss +14 -9
- package/modules/@progress/kendo-theme-default/scss/switch/_variables.scss +127 -33
- package/modules/@progress/kendo-theme-default/scss/tabstrip/_layout.scss +26 -4
- package/modules/@progress/kendo-theme-default/scss/taskboard/_layout.scss +6 -2
- package/modules/@progress/kendo-theme-default/scss/textarea/_layout.scss +6 -0
- package/modules/@progress/kendo-theme-default/scss/textbox/_layout.scss +6 -0
- package/modules/@progress/kendo-theme-default/scss/timeline/_layout.scss +8 -4
- package/modules/@progress/kendo-theme-default/scss/timepicker/_layout.scss +6 -1
- package/modules/@progress/kendo-theme-default/scss/timeselector/_layout.scss +1 -0
- package/modules/@progress/kendo-theme-default/scss/toolbar/_index.scss +1 -0
- package/modules/@progress/kendo-theme-default/scss/toolbar/_layout.scss +1 -0
- package/modules/@progress/kendo-theme-default/scss/tooltip/_layout.scss +6 -1
- package/modules/@progress/kendo-theme-default/scss/treelist/_layout.scss +4 -0
- package/modules/@progress/kendo-theme-default/scss/treeview/_layout.scss +17 -18
- package/modules/@progress/kendo-theme-default/scss/upload/_layout.scss +6 -1
- package/modules/@progress/kendo-theme-default/scss/window/_layout.scss +2 -2
- package/modules/@progress/kendo-theme-default/scss/wizard/_layout.scss +4 -0
- package/package.json +3 -3
- package/scss/button/_variables.scss +84 -18
- package/scss/checkbox/_variables.scss +1 -1
- package/scss/switch/_variables.scss +142 -48
- package/scss/toolbar/_index.scss +1 -0
- 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
|
-
|
|
607
|
-
|
|
608
|
-
border-style: solid;
|
|
582
|
+
// jquery specific -- old pivot
|
|
583
|
+
.k-pivotgrid-wrapper {
|
|
609
584
|
box-sizing: border-box;
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
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
|
-
|
|
637
|
-
|
|
638
|
-
|
|
590
|
+
> .k-pivotgrid-configurator-panel {
|
|
591
|
+
max-width: 320px;
|
|
592
|
+
flex: none;
|
|
639
593
|
}
|
|
640
|
-
|
|
641
|
-
|
|
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
|
-
|
|
646
|
-
.k-treeview {
|
|
647
|
-
border-width: 0;
|
|
648
|
-
overflow: visible;
|
|
602
|
+
.k-pivotgrid-configurator {
|
|
603
|
+
height: 100%;
|
|
649
604
|
}
|
|
650
605
|
|
|
651
|
-
.k-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
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
|
-
|
|
660
|
-
|
|
661
|
-
|
|
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
|
-
|
|
667
|
-
|
|
621
|
+
|
|
622
|
+
.k-pivotgrid-configurator-section {
|
|
623
|
+
display: flex;
|
|
624
|
+
flex-flow: column nowrap;
|
|
625
|
+
gap: map-get( $spacing, 2 );
|
|
668
626
|
}
|
|
669
|
-
|
|
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-
|
|
674
|
-
|
|
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
|
-
|
|
166
|
-
.k-pivot-
|
|
167
|
-
|
|
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
|
-
|
|
171
|
-
|
|
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-
|
|
175
|
-
background-color: $pivotgrid-
|
|
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-
|
|
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
|
}
|
|
@@ -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 {
|