@progress/kendo-theme-classic 6.4.0-dev.4 → 6.4.0-dev.6
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 +61 -11
- package/dist/all.scss +22 -20
- package/dist/meta/variables.json +4 -0
- package/lib/swatches/classic-green-dark.json +1 -1
- package/lib/swatches/classic-green.json +1 -1
- package/lib/swatches/classic-lavender-dark.json +1 -1
- package/lib/swatches/classic-lavender.json +1 -1
- package/lib/swatches/classic-main-dark.json +1 -1
- package/lib/swatches/classic-main.json +1 -1
- package/lib/swatches/classic-metro-dark.json +1 -1
- package/lib/swatches/classic-metro.json +1 -1
- package/lib/swatches/classic-moonlight.json +1 -1
- package/lib/swatches/classic-opal-dark.json +1 -1
- package/lib/swatches/classic-opal.json +1 -1
- package/lib/swatches/classic-silver-dark.json +1 -1
- package/lib/swatches/classic-silver.json +1 -1
- package/lib/swatches/classic-uniform.json +1 -1
- package/package.json +6 -5
- package/scss/spreadsheet/_variables.scss +2 -0
package/dist/all.css
CHANGED
|
@@ -25643,6 +25643,54 @@ kendo-sortable {
|
|
|
25643
25643
|
fill: white !important;
|
|
25644
25644
|
}
|
|
25645
25645
|
|
|
25646
|
+
.k-stroke-none {
|
|
25647
|
+
stroke: none;
|
|
25648
|
+
}
|
|
25649
|
+
|
|
25650
|
+
.\!k-stroke-none {
|
|
25651
|
+
stroke: none !important;
|
|
25652
|
+
}
|
|
25653
|
+
|
|
25654
|
+
.k-stroke-inherit {
|
|
25655
|
+
stroke: inherit;
|
|
25656
|
+
}
|
|
25657
|
+
|
|
25658
|
+
.\!k-stroke-inherit {
|
|
25659
|
+
stroke: inherit !important;
|
|
25660
|
+
}
|
|
25661
|
+
|
|
25662
|
+
.k-stroke-current {
|
|
25663
|
+
stroke: currentColor;
|
|
25664
|
+
}
|
|
25665
|
+
|
|
25666
|
+
.\!k-stroke-current {
|
|
25667
|
+
stroke: currentColor !important;
|
|
25668
|
+
}
|
|
25669
|
+
|
|
25670
|
+
.k-stroke-transparent {
|
|
25671
|
+
stroke: transparent;
|
|
25672
|
+
}
|
|
25673
|
+
|
|
25674
|
+
.\!k-stroke-transparent {
|
|
25675
|
+
stroke: transparent !important;
|
|
25676
|
+
}
|
|
25677
|
+
|
|
25678
|
+
.k-stroke-black {
|
|
25679
|
+
stroke: black;
|
|
25680
|
+
}
|
|
25681
|
+
|
|
25682
|
+
.\!k-stroke-black {
|
|
25683
|
+
stroke: black !important;
|
|
25684
|
+
}
|
|
25685
|
+
|
|
25686
|
+
.k-stroke-white {
|
|
25687
|
+
stroke: white;
|
|
25688
|
+
}
|
|
25689
|
+
|
|
25690
|
+
.\!k-stroke-white {
|
|
25691
|
+
stroke: white !important;
|
|
25692
|
+
}
|
|
25693
|
+
|
|
25646
25694
|
.k-body,
|
|
25647
25695
|
.k-typography {
|
|
25648
25696
|
font-size: 14px;
|
|
@@ -46461,6 +46509,7 @@ div.k-grid-norecords {
|
|
|
46461
46509
|
position: absolute;
|
|
46462
46510
|
background: none;
|
|
46463
46511
|
cursor: row-resize;
|
|
46512
|
+
z-index: 2;
|
|
46464
46513
|
}
|
|
46465
46514
|
|
|
46466
46515
|
.k-grid-md .k-table-th {
|
|
@@ -46565,6 +46614,7 @@ div.k-grid-norecords {
|
|
|
46565
46614
|
position: absolute;
|
|
46566
46615
|
background: none;
|
|
46567
46616
|
cursor: row-resize;
|
|
46617
|
+
z-index: 2;
|
|
46568
46618
|
}
|
|
46569
46619
|
|
|
46570
46620
|
.k-loading-pdf-mask {
|
|
@@ -47556,9 +47606,6 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
47556
47606
|
|
|
47557
47607
|
.k-spreadsheet-name-editor {
|
|
47558
47608
|
width: 10em;
|
|
47559
|
-
border-width: 0 1px 0 0;
|
|
47560
|
-
border-style: solid;
|
|
47561
|
-
border-color: inherit;
|
|
47562
47609
|
}
|
|
47563
47610
|
|
|
47564
47611
|
.k-spreadsheet-formula-bar {
|
|
@@ -47567,6 +47614,7 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
47567
47614
|
flex-direction: row;
|
|
47568
47615
|
align-items: center;
|
|
47569
47616
|
flex: 1;
|
|
47617
|
+
gap: 4px;
|
|
47570
47618
|
}
|
|
47571
47619
|
|
|
47572
47620
|
.k-spreadsheet-formula-bar > .k-icon,
|
|
@@ -48139,12 +48187,10 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
48139
48187
|
}
|
|
48140
48188
|
|
|
48141
48189
|
.k-spreadsheet-popup .k-spreadsheet-border-type-palette {
|
|
48142
|
-
|
|
48143
|
-
|
|
48144
|
-
|
|
48145
|
-
|
|
48146
|
-
align-content: space-around;
|
|
48147
|
-
justify-content: space-around;
|
|
48190
|
+
padding: 8px;
|
|
48191
|
+
display: grid;
|
|
48192
|
+
grid-template-columns: repeat(5, max-content);
|
|
48193
|
+
gap: 8px;
|
|
48148
48194
|
}
|
|
48149
48195
|
|
|
48150
48196
|
.k-spreadsheet-format-popup .k-item {
|
|
@@ -48173,6 +48219,10 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
|
|
|
48173
48219
|
overflow: hidden;
|
|
48174
48220
|
}
|
|
48175
48221
|
|
|
48222
|
+
.k-spreadsheet-window .k-external-dropzone {
|
|
48223
|
+
margin-block-end: 16px;
|
|
48224
|
+
}
|
|
48225
|
+
|
|
48176
48226
|
.k-spreadsheet-window .k-edit-form-container {
|
|
48177
48227
|
width: auto;
|
|
48178
48228
|
min-width: 0;
|
|
@@ -53038,11 +53088,11 @@ kendo-scheduler .k-recurrence-editor {
|
|
|
53038
53088
|
box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13);
|
|
53039
53089
|
}
|
|
53040
53090
|
|
|
53041
|
-
.k-event-inverse {
|
|
53091
|
+
.k-event.k-event-inverse {
|
|
53042
53092
|
color: black;
|
|
53043
53093
|
}
|
|
53044
53094
|
|
|
53045
|
-
.k-event-ongoing {
|
|
53095
|
+
.k-event.k-event-ongoing {
|
|
53046
53096
|
box-shadow: inset 0px 0px 0px 1px #ff0000;
|
|
53047
53097
|
}
|
|
53048
53098
|
|
package/dist/all.scss
CHANGED
|
@@ -13211,7 +13211,7 @@ $kendo-utils: (
|
|
|
13211
13211
|
@mixin kendo-utils--svg--stroke() {
|
|
13212
13212
|
|
|
13213
13213
|
// stroke utility classes
|
|
13214
|
-
$kendo-utils-stroke: k-map-get( $kendo-utils, "
|
|
13214
|
+
$kendo-utils-stroke: k-map-get( $kendo-utils, "fill-stroke" ) !default;
|
|
13215
13215
|
@include generate-utils( stroke, stroke, $kendo-utils-stroke );
|
|
13216
13216
|
|
|
13217
13217
|
}
|
|
@@ -44438,6 +44438,7 @@ $kendo-grid-row-resizer-height: k-map-get( $kendo-spacing, .5 ) !default;
|
|
|
44438
44438
|
position: absolute;
|
|
44439
44439
|
background: none;
|
|
44440
44440
|
cursor: row-resize;
|
|
44441
|
+
z-index: 2;
|
|
44441
44442
|
}
|
|
44442
44443
|
}
|
|
44443
44444
|
|
|
@@ -45737,6 +45738,8 @@ $kendo-spreadsheet-drawing-outline-width: 2px !default;
|
|
|
45737
45738
|
|
|
45738
45739
|
$kendo-spreadsheet-drawing-anchor-bg: rgba( $kendo-selected-bg, .25 ) !default;
|
|
45739
45740
|
|
|
45741
|
+
$kendo-spreadsheet-dropzone-spacing-y: k-map-get( $kendo-spacing, 4 ) !default;
|
|
45742
|
+
|
|
45740
45743
|
// #endregion
|
|
45741
45744
|
// #region @import "./_layout.scss"; -> scss/spreadsheet/_layout.scss
|
|
45742
45745
|
// #region @import "@progress/kendo-theme-default/scss/spreadsheet/_layout.scss"; -> node_modules/@progress/kendo-theme-default/scss/spreadsheet/_layout.scss
|
|
@@ -45771,6 +45774,7 @@ $kendo-spreadsheet-drawing-anchor-bg: rgba( $kendo-selected-bg, .25 ) !default;
|
|
|
45771
45774
|
transform: translateY( -100% );
|
|
45772
45775
|
}
|
|
45773
45776
|
|
|
45777
|
+
|
|
45774
45778
|
}
|
|
45775
45779
|
|
|
45776
45780
|
|
|
@@ -45852,9 +45856,6 @@ $kendo-spreadsheet-drawing-anchor-bg: rgba( $kendo-selected-bg, .25 ) !default;
|
|
|
45852
45856
|
}
|
|
45853
45857
|
.k-spreadsheet-name-editor {
|
|
45854
45858
|
width: 10em;
|
|
45855
|
-
border-width: 0 1px 0 0;
|
|
45856
|
-
border-style: solid;
|
|
45857
|
-
border-color: inherit;
|
|
45858
45859
|
}
|
|
45859
45860
|
.k-spreadsheet-formula-bar {
|
|
45860
45861
|
border-color: inherit;
|
|
@@ -45862,6 +45863,7 @@ $kendo-spreadsheet-drawing-anchor-bg: rgba( $kendo-selected-bg, .25 ) !default;
|
|
|
45862
45863
|
flex-direction: row;
|
|
45863
45864
|
align-items: center;
|
|
45864
45865
|
flex: 1;
|
|
45866
|
+
gap: $kendo-padding-md-y;
|
|
45865
45867
|
|
|
45866
45868
|
> .k-icon,
|
|
45867
45869
|
> .k-svg-icon {
|
|
@@ -46418,14 +46420,11 @@ $kendo-spreadsheet-drawing-anchor-bg: rgba( $kendo-selected-bg, .25 ) !default;
|
|
|
46418
46420
|
.k-reset-color { border-bottom-width: 1px; }
|
|
46419
46421
|
.k-custom-color { border-top-width: 1px; }
|
|
46420
46422
|
.k-spreadsheet-border-type-palette {
|
|
46421
|
-
|
|
46422
|
-
|
|
46423
|
-
|
|
46424
|
-
|
|
46425
|
-
align-content: space-around;
|
|
46426
|
-
justify-content: space-around;
|
|
46423
|
+
padding: k-map-get( $kendo-spacing, 2 );
|
|
46424
|
+
display: grid;
|
|
46425
|
+
grid-template-columns: repeat(5, max-content);
|
|
46426
|
+
gap: k-map-get( $kendo-spacing, 2 );
|
|
46427
46427
|
}
|
|
46428
|
-
|
|
46429
46428
|
}
|
|
46430
46429
|
|
|
46431
46430
|
.k-spreadsheet-format-popup {
|
|
@@ -46436,7 +46435,6 @@ $kendo-spreadsheet-drawing-anchor-bg: rgba( $kendo-selected-bg, .25 ) !default;
|
|
|
46436
46435
|
opacity: .7;
|
|
46437
46436
|
}
|
|
46438
46437
|
|
|
46439
|
-
|
|
46440
46438
|
.k-spreadsheet-clipboard,
|
|
46441
46439
|
.k-spreadsheet-clipboard-paste {
|
|
46442
46440
|
margin: 0;
|
|
@@ -46454,7 +46452,10 @@ $kendo-spreadsheet-drawing-anchor-bg: rgba( $kendo-selected-bg, .25 ) !default;
|
|
|
46454
46452
|
|
|
46455
46453
|
|
|
46456
46454
|
// Spreadsheet window
|
|
46457
|
-
.k-spreadsheet-window {
|
|
46455
|
+
.k-spreadsheet-window .k-external-dropzone {
|
|
46456
|
+
margin-block-end: $kendo-spreadsheet-dropzone-spacing-y;
|
|
46457
|
+
}
|
|
46458
|
+
|
|
46458
46459
|
.k-spreadsheet-window .k-edit-form-container {
|
|
46459
46460
|
width: auto;
|
|
46460
46461
|
min-width: 0;
|
|
@@ -46854,7 +46855,6 @@ $kendo-spreadsheet-drawing-anchor-bg: rgba( $kendo-selected-bg, .25 ) !default;
|
|
|
46854
46855
|
$kendo-list-item-selected-bg
|
|
46855
46856
|
);
|
|
46856
46857
|
}
|
|
46857
|
-
|
|
46858
46858
|
}
|
|
46859
46859
|
|
|
46860
46860
|
|
|
@@ -53537,12 +53537,14 @@ $kendo-scheduler-tooltip-callout-text: $kendo-scheduler-tooltip-bg !default;
|
|
|
53537
53537
|
);
|
|
53538
53538
|
@include box-shadow( $kendo-scheduler-event-selected-shadow );
|
|
53539
53539
|
}
|
|
53540
|
-
|
|
53541
|
-
|
|
53542
|
-
|
|
53543
|
-
|
|
53544
|
-
|
|
53545
|
-
|
|
53540
|
+
|
|
53541
|
+
&.k-event-inverse {
|
|
53542
|
+
color: k-contrast-legacy( $kendo-scheduler-event-text );
|
|
53543
|
+
}
|
|
53544
|
+
|
|
53545
|
+
&.k-event-ongoing {
|
|
53546
|
+
@include box-shadow( $kendo-scheduler-event-ongoing-shadow );
|
|
53547
|
+
}
|
|
53546
53548
|
}
|
|
53547
53549
|
|
|
53548
53550
|
|
package/dist/meta/variables.json
CHANGED
|
@@ -9583,6 +9583,10 @@
|
|
|
9583
9583
|
"type": "Color",
|
|
9584
9584
|
"value": "rgba(243, 88, 0, 0.25)"
|
|
9585
9585
|
},
|
|
9586
|
+
"kendo-spreadsheet-dropzone-spacing-y": {
|
|
9587
|
+
"type": "Number",
|
|
9588
|
+
"value": "16px"
|
|
9589
|
+
},
|
|
9586
9590
|
"kendo-pivotgrid-spacer": {
|
|
9587
9591
|
"type": "Number",
|
|
9588
9592
|
"value": "16px"
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-classic",
|
|
3
3
|
"description": "Sass port of less based themes for Kendo UI theme",
|
|
4
|
-
"version": "6.4.0-dev.
|
|
4
|
+
"version": "6.4.0-dev.6",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -38,6 +38,7 @@
|
|
|
38
38
|
},
|
|
39
39
|
"scripts": {
|
|
40
40
|
"build": "sass-build",
|
|
41
|
+
"watch": "node ../../scripts/watch-theme",
|
|
41
42
|
"sass": "sass-build",
|
|
42
43
|
"sass:standalone": "sass-build -c sass-standalone.config.js",
|
|
43
44
|
"docs": "node ../../scripts/sassdoc.js",
|
|
@@ -50,9 +51,9 @@
|
|
|
50
51
|
},
|
|
51
52
|
"dependencies": {
|
|
52
53
|
"@progress/kendo-font-icons": "1.5.0",
|
|
53
|
-
"@progress/kendo-theme-core": "6.4.0-dev.
|
|
54
|
-
"@progress/kendo-theme-default": "6.4.0-dev.
|
|
55
|
-
"@progress/kendo-theme-utils": "6.4.0-dev.
|
|
54
|
+
"@progress/kendo-theme-core": "6.4.0-dev.6",
|
|
55
|
+
"@progress/kendo-theme-default": "6.4.0-dev.6",
|
|
56
|
+
"@progress/kendo-theme-utils": "6.4.0-dev.6"
|
|
56
57
|
},
|
|
57
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "819182cb70ea91feee6b2d63a676145e13f80d28"
|
|
58
59
|
}
|
|
@@ -36,3 +36,5 @@ $kendo-spreadsheet-drawing-outline-style: solid !default;
|
|
|
36
36
|
$kendo-spreadsheet-drawing-outline-width: 2px !default;
|
|
37
37
|
|
|
38
38
|
$kendo-spreadsheet-drawing-anchor-bg: rgba( $kendo-selected-bg, .25 ) !default;
|
|
39
|
+
|
|
40
|
+
$kendo-spreadsheet-dropzone-spacing-y: k-map-get( $kendo-spacing, 4 ) !default;
|