@progress/kendo-theme-classic 4.42.1-dev.2 → 4.43.1-dev.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 +8217 -10025
- package/dist/all.scss +12213 -12407
- package/modules/@progress/kendo-theme-default/package.json +2 -2
- package/modules/@progress/kendo-theme-default/scss/action-buttons/_layout.scss +1 -0
- package/modules/@progress/kendo-theme-default/scss/adaptive/_layout.scss +6 -12
- package/modules/@progress/kendo-theme-default/scss/all.scss +1 -154
- package/modules/@progress/kendo-theme-default/scss/autocomplete/_theme.scss +7 -8
- package/modules/@progress/kendo-theme-default/scss/autocomplete/_variables.scss +0 -5
- package/modules/@progress/kendo-theme-default/scss/avatar/_layout.scss +4 -1
- package/modules/@progress/kendo-theme-default/scss/avatar/_variables.scss +1 -1
- package/modules/@progress/kendo-theme-default/scss/breadcrumb/_layout.scss +0 -13
- package/modules/@progress/kendo-theme-default/scss/button/_layout.scss +0 -12
- package/modules/@progress/kendo-theme-default/scss/button/_variables.scss +21 -21
- package/modules/@progress/kendo-theme-default/scss/calendar/_theme.scss +5 -2
- package/modules/@progress/kendo-theme-default/scss/chat/_layout.scss +3 -5
- package/modules/@progress/kendo-theme-default/scss/chat/_theme.scss +0 -10
- package/modules/@progress/kendo-theme-default/scss/chat/_variables.scss +0 -8
- package/modules/@progress/kendo-theme-default/scss/chip/_variables.scss +4 -4
- package/modules/@progress/kendo-theme-default/scss/color-preview/_layout.scss +5 -1
- package/modules/@progress/kendo-theme-default/scss/colorgradient/_layout.scss +7 -0
- package/modules/@progress/kendo-theme-default/scss/colorpicker/_layout.scss +5 -14
- package/modules/@progress/kendo-theme-default/scss/colorpicker/_theme.scss +8 -0
- package/modules/@progress/kendo-theme-default/scss/colorpicker/_variables.scss +0 -2
- package/modules/@progress/kendo-theme-default/scss/combobox/_layout.scss +4 -7
- package/modules/@progress/kendo-theme-default/scss/combobox/_theme.scss +20 -21
- package/modules/@progress/kendo-theme-default/scss/combobox/_variables.scss +0 -1
- package/modules/@progress/kendo-theme-default/scss/core/functions/_colors.scss +4 -1
- package/modules/@progress/kendo-theme-default/scss/core/mixins/_index.scss +1 -0
- package/modules/@progress/kendo-theme-default/scss/core/mixins/_module-system.scss +149 -0
- package/modules/@progress/kendo-theme-default/scss/datetime/_layout.scss +11 -32
- package/modules/@progress/kendo-theme-default/scss/datetime/_theme.scss +24 -0
- package/modules/@progress/kendo-theme-default/scss/dropdownlist/_layout.scss +4 -5
- package/modules/@progress/kendo-theme-default/scss/dropdownlist/_theme.scss +8 -0
- package/modules/@progress/kendo-theme-default/scss/dropzone/_layout.scss +0 -16
- package/modules/@progress/kendo-theme-default/scss/editor/_layout.scss +2 -23
- package/modules/@progress/kendo-theme-default/scss/editor/_variables.scss +1 -1
- package/modules/@progress/kendo-theme-default/scss/filemanager/_theme.scss +1 -1
- package/modules/@progress/kendo-theme-default/scss/forms/_index.scss +1 -1
- package/modules/@progress/kendo-theme-default/scss/forms/_layout.scss +3 -76
- package/modules/@progress/kendo-theme-default/scss/gantt/_layout.scss +5 -3
- package/modules/@progress/kendo-theme-default/scss/grid/_layout.scss +14 -58
- package/modules/@progress/kendo-theme-default/scss/icons/_layout.scss +6 -1
- package/modules/@progress/kendo-theme-default/scss/icons/font/WebComponentsIcons.scss +1 -1
- package/modules/@progress/kendo-theme-default/scss/icons/font/WebComponentsIcons.ttf +0 -0
- package/modules/@progress/kendo-theme-default/scss/index.scss +151 -0
- package/modules/@progress/kendo-theme-default/scss/maskedtextbox/_layout.scss +1 -0
- package/modules/@progress/kendo-theme-default/scss/maskedtextbox/_theme.scss +4 -0
- package/modules/@progress/kendo-theme-default/scss/multiselect/_layout.scss +1 -1
- package/modules/@progress/kendo-theme-default/scss/multiselect/_theme.scss +12 -0
- package/modules/@progress/kendo-theme-default/scss/notification/_layout.scss +0 -22
- package/modules/@progress/kendo-theme-default/scss/numerictextbox/_layout.scss +4 -8
- package/modules/@progress/kendo-theme-default/scss/numerictextbox/_theme.scss +8 -0
- package/modules/@progress/kendo-theme-default/scss/numerictextbox/_variables.scss +0 -4
- package/modules/@progress/kendo-theme-default/scss/panelbar/_layout.scss +0 -53
- package/modules/@progress/kendo-theme-default/scss/pivotgrid/_layout.scss +0 -8
- package/modules/@progress/kendo-theme-default/scss/rating/_layout.scss +0 -8
- package/modules/@progress/kendo-theme-default/scss/searchbox/_theme.scss +16 -0
- package/modules/@progress/kendo-theme-default/scss/slider/_layout.scss +0 -18
- package/modules/@progress/kendo-theme-default/scss/spreadsheet/_layout.scss +2 -1
- package/modules/@progress/kendo-theme-default/scss/switch/_layout.scss +0 -26
- package/modules/@progress/kendo-theme-default/scss/tabstrip/_layout.scss +10 -0
- package/modules/@progress/kendo-theme-default/scss/tabstrip/_theme.scss +1 -0
- package/modules/@progress/kendo-theme-default/scss/tabstrip/_variables.scss +2 -2
- package/modules/@progress/kendo-theme-default/scss/textarea/_theme.scss +4 -0
- package/modules/@progress/kendo-theme-default/scss/textbox/_theme.scss +5 -1
- package/modules/@progress/kendo-theme-default/scss/toolbar/_layout.scss +2 -1
- package/modules/@progress/kendo-theme-default/scss/upload/_layout.scss +0 -80
- package/package.json +3 -3
- package/scss/all.scss +1 -154
- package/scss/autocomplete/_variables.scss +0 -5
- package/scss/button/_variables.scss +21 -21
- package/scss/chat/_variables.scss +0 -8
- package/scss/colorpicker/_variables.scss +0 -2
- package/scss/combobox/_variables.scss +0 -1
- package/scss/editor/_variables.scss +1 -1
- package/scss/forms/_index.scss +1 -1
- package/scss/index.scss +151 -0
- package/scss/numerictextbox/_variables.scss +0 -4
- package/scss/tabstrip/_variables.scss +2 -2
- package/modules/@progress/kendo-theme-default/scss/no-flexbox.scss +0 -72
|
@@ -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
|
-
|
|
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
|
-
}
|
|
@@ -121,10 +121,11 @@
|
|
|
121
121
|
background: none;
|
|
122
122
|
|
|
123
123
|
.k-task-milestone-content {
|
|
124
|
-
width:
|
|
125
|
-
height:
|
|
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 {
|
|
@@ -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;
|
|
@@ -757,77 +752,38 @@
|
|
|
757
752
|
.k-multiselect {
|
|
758
753
|
height: auto;
|
|
759
754
|
}
|
|
760
|
-
|
|
761
|
-
.k-filtercell .k-widget.k-sized-input {
|
|
762
|
-
flex: 0 1 auto;
|
|
763
|
-
}
|
|
764
755
|
}
|
|
765
756
|
|
|
766
757
|
.k-filtercell {
|
|
767
758
|
width: auto;
|
|
768
759
|
display: flex;
|
|
760
|
+
flex-flow: row nowrap;
|
|
761
|
+
align-items: center;
|
|
769
762
|
|
|
770
763
|
> span,
|
|
771
764
|
.k-filtercell-wrapper {
|
|
772
765
|
display: flex;
|
|
766
|
+
flex-flow: row nowrap;
|
|
767
|
+
align-items: center;
|
|
768
|
+
gap: ( $grid-cell-padding-y / 2 );
|
|
773
769
|
flex: 1 1 auto;
|
|
774
770
|
|
|
775
|
-
>
|
|
776
|
-
|
|
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;
|
|
771
|
+
> .k-widget,
|
|
772
|
+
> .k-textbox {
|
|
773
|
+
width: 100%;
|
|
788
774
|
}
|
|
789
775
|
|
|
790
|
-
.k-
|
|
776
|
+
.k-colorpicker,
|
|
791
777
|
.k-dropdown-operator {
|
|
792
|
-
|
|
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;
|
|
778
|
+
width: min-content;
|
|
779
|
+
flex: none;
|
|
808
780
|
}
|
|
809
781
|
|
|
810
|
-
> .k-button
|
|
811
|
-
|
|
812
|
-
pointer-events: none;
|
|
782
|
+
> .k-button {
|
|
783
|
+
flex: none;
|
|
813
784
|
}
|
|
814
785
|
}
|
|
815
786
|
|
|
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
787
|
}
|
|
832
788
|
|
|
833
789
|
// Grid content
|
|
@@ -1056,7 +1012,7 @@
|
|
|
1056
1012
|
}
|
|
1057
1013
|
|
|
1058
1014
|
.k-grid-header .k-grid-column-menu {
|
|
1059
|
-
z-index:
|
|
1015
|
+
z-index: 1;
|
|
1060
1016
|
}
|
|
1061
1017
|
}
|
|
1062
1018
|
|
|
@@ -41,7 +41,6 @@
|
|
|
41
41
|
text-decoration: none;
|
|
42
42
|
}
|
|
43
43
|
}
|
|
44
|
-
.k-no-flexbox { display: inline-block; }
|
|
45
44
|
|
|
46
45
|
.k-svg-icon {
|
|
47
46
|
width: 1em;
|
|
@@ -282,6 +281,8 @@
|
|
|
282
281
|
.k-i-display-inline-flex::before { content: "\e059"; }
|
|
283
282
|
.k-i-gap-column::before { content: "\e05a"; }
|
|
284
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"; }
|
|
285
286
|
.k-i-undo::before { content: "\e100"; }
|
|
286
287
|
.k-i-undo-large::before { content: "\e100"; }
|
|
287
288
|
.k-i-redo::before { content: "\e101"; }
|
|
@@ -1068,6 +1069,10 @@
|
|
|
1068
1069
|
.k-i-replace-all::before { content: "\e6ad"; }
|
|
1069
1070
|
.k-i-letter-space::before { content: "\e6ae"; }
|
|
1070
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"; }
|
|
1071
1076
|
.k-i-graph::before { content: "\ea00"; }
|
|
1072
1077
|
.k-i-chart-column-clustered::before { content: "\ea01"; }
|
|
1073
1078
|
.k-i-chart-column-stacked::before { content: "\ea02"; }
|