@progress/kendo-theme-material 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 -22
- package/dist/meta/variables.json +4 -0
- package/lib/swatches/material-aqua-dark.json +1 -1
- package/lib/swatches/material-arctic.json +1 -1
- package/lib/swatches/material-burnt-teal.json +1 -1
- package/lib/swatches/material-dataviz-v4.json +1 -1
- package/lib/swatches/material-eggplant.json +1 -1
- package/lib/swatches/material-lime-dark.json +1 -1
- package/lib/swatches/material-lime.json +1 -1
- package/lib/swatches/material-main-dark.json +1 -1
- package/lib/swatches/material-main.json +1 -1
- package/lib/swatches/material-nova.json +1 -1
- package/lib/swatches/material-pacific-dark.json +1 -1
- package/lib/swatches/material-pacific.json +1 -1
- package/lib/swatches/material-sky-dark.json +1 -1
- package/lib/swatches/material-sky.json +1 -1
- package/lib/swatches/material-smoke.json +1 -1
- package/package.json +6 -5
- package/scss/spreadsheet/_layout.scss +0 -1
- package/scss/spreadsheet/_theme.scss +0 -1
- package/scss/spreadsheet/_variables.scss +2 -0
package/dist/all.css
CHANGED
|
@@ -25642,6 +25642,54 @@ kendo-sortable {
|
|
|
25642
25642
|
fill: white !important;
|
|
25643
25643
|
}
|
|
25644
25644
|
|
|
25645
|
+
.k-stroke-none {
|
|
25646
|
+
stroke: none;
|
|
25647
|
+
}
|
|
25648
|
+
|
|
25649
|
+
.\!k-stroke-none {
|
|
25650
|
+
stroke: none !important;
|
|
25651
|
+
}
|
|
25652
|
+
|
|
25653
|
+
.k-stroke-inherit {
|
|
25654
|
+
stroke: inherit;
|
|
25655
|
+
}
|
|
25656
|
+
|
|
25657
|
+
.\!k-stroke-inherit {
|
|
25658
|
+
stroke: inherit !important;
|
|
25659
|
+
}
|
|
25660
|
+
|
|
25661
|
+
.k-stroke-current {
|
|
25662
|
+
stroke: currentColor;
|
|
25663
|
+
}
|
|
25664
|
+
|
|
25665
|
+
.\!k-stroke-current {
|
|
25666
|
+
stroke: currentColor !important;
|
|
25667
|
+
}
|
|
25668
|
+
|
|
25669
|
+
.k-stroke-transparent {
|
|
25670
|
+
stroke: transparent;
|
|
25671
|
+
}
|
|
25672
|
+
|
|
25673
|
+
.\!k-stroke-transparent {
|
|
25674
|
+
stroke: transparent !important;
|
|
25675
|
+
}
|
|
25676
|
+
|
|
25677
|
+
.k-stroke-black {
|
|
25678
|
+
stroke: black;
|
|
25679
|
+
}
|
|
25680
|
+
|
|
25681
|
+
.\!k-stroke-black {
|
|
25682
|
+
stroke: black !important;
|
|
25683
|
+
}
|
|
25684
|
+
|
|
25685
|
+
.k-stroke-white {
|
|
25686
|
+
stroke: white;
|
|
25687
|
+
}
|
|
25688
|
+
|
|
25689
|
+
.\!k-stroke-white {
|
|
25690
|
+
stroke: white !important;
|
|
25691
|
+
}
|
|
25692
|
+
|
|
25645
25693
|
.k-body,
|
|
25646
25694
|
.k-typography {
|
|
25647
25695
|
font-size: 14px;
|
|
@@ -47610,6 +47658,7 @@ div.k-grid-norecords {
|
|
|
47610
47658
|
position: absolute;
|
|
47611
47659
|
background: none;
|
|
47612
47660
|
cursor: row-resize;
|
|
47661
|
+
z-index: 2;
|
|
47613
47662
|
}
|
|
47614
47663
|
|
|
47615
47664
|
.k-grid-md .k-table-th {
|
|
@@ -47714,6 +47763,7 @@ div.k-grid-norecords {
|
|
|
47714
47763
|
position: absolute;
|
|
47715
47764
|
background: none;
|
|
47716
47765
|
cursor: row-resize;
|
|
47766
|
+
z-index: 2;
|
|
47717
47767
|
}
|
|
47718
47768
|
|
|
47719
47769
|
.k-loading-pdf-mask {
|
|
@@ -49029,9 +49079,6 @@ kendo-grid .k-grid-row-sticky .k-table-td {
|
|
|
49029
49079
|
|
|
49030
49080
|
.k-spreadsheet-name-editor {
|
|
49031
49081
|
width: 10em;
|
|
49032
|
-
border-width: 0 1px 0 0;
|
|
49033
|
-
border-style: solid;
|
|
49034
|
-
border-color: inherit;
|
|
49035
49082
|
}
|
|
49036
49083
|
|
|
49037
49084
|
.k-spreadsheet-formula-bar {
|
|
@@ -49040,6 +49087,7 @@ kendo-grid .k-grid-row-sticky .k-table-td {
|
|
|
49040
49087
|
flex-direction: row;
|
|
49041
49088
|
align-items: center;
|
|
49042
49089
|
flex: 1;
|
|
49090
|
+
gap: 4px;
|
|
49043
49091
|
}
|
|
49044
49092
|
|
|
49045
49093
|
.k-spreadsheet-formula-bar > .k-icon,
|
|
@@ -49612,12 +49660,10 @@ kendo-grid .k-grid-row-sticky .k-table-td {
|
|
|
49612
49660
|
}
|
|
49613
49661
|
|
|
49614
49662
|
.k-spreadsheet-popup .k-spreadsheet-border-type-palette {
|
|
49615
|
-
|
|
49616
|
-
|
|
49617
|
-
|
|
49618
|
-
|
|
49619
|
-
align-content: space-around;
|
|
49620
|
-
justify-content: space-around;
|
|
49663
|
+
padding: 8px;
|
|
49664
|
+
display: grid;
|
|
49665
|
+
grid-template-columns: repeat(5, max-content);
|
|
49666
|
+
gap: 8px;
|
|
49621
49667
|
}
|
|
49622
49668
|
|
|
49623
49669
|
.k-spreadsheet-format-popup .k-item {
|
|
@@ -49646,6 +49692,10 @@ kendo-grid .k-grid-row-sticky .k-table-td {
|
|
|
49646
49692
|
overflow: hidden;
|
|
49647
49693
|
}
|
|
49648
49694
|
|
|
49695
|
+
.k-spreadsheet-window .k-external-dropzone {
|
|
49696
|
+
margin-block-end: 8px;
|
|
49697
|
+
}
|
|
49698
|
+
|
|
49649
49699
|
.k-spreadsheet-window .k-edit-form-container {
|
|
49650
49700
|
width: auto;
|
|
49651
49701
|
min-width: 0;
|
|
@@ -54751,11 +54801,11 @@ kendo-scheduler .k-event .k-event-actions,
|
|
|
54751
54801
|
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
|
|
54752
54802
|
}
|
|
54753
54803
|
|
|
54754
|
-
.k-event-inverse {
|
|
54804
|
+
.k-event.k-event-inverse {
|
|
54755
54805
|
color: black;
|
|
54756
54806
|
}
|
|
54757
54807
|
|
|
54758
|
-
.k-event-ongoing {
|
|
54808
|
+
.k-event.k-event-ongoing {
|
|
54759
54809
|
box-shadow: inset 0px 0px 0px 1px #ff0000;
|
|
54760
54810
|
}
|
|
54761
54811
|
|
package/dist/all.scss
CHANGED
|
@@ -14053,7 +14053,7 @@ $kendo-utils: (
|
|
|
14053
14053
|
@mixin kendo-utils--svg--stroke() {
|
|
14054
14054
|
|
|
14055
14055
|
// stroke utility classes
|
|
14056
|
-
$kendo-utils-stroke: k-map-get( $kendo-utils, "
|
|
14056
|
+
$kendo-utils-stroke: k-map-get( $kendo-utils, "fill-stroke" ) !default;
|
|
14057
14057
|
@include generate-utils( stroke, stroke, $kendo-utils-stroke );
|
|
14058
14058
|
|
|
14059
14059
|
}
|
|
@@ -46536,6 +46536,7 @@ $kendo-grid-row-resizer-height: k-map-get( $kendo-spacing, .5 ) !default;
|
|
|
46536
46536
|
position: absolute;
|
|
46537
46537
|
background: none;
|
|
46538
46538
|
cursor: row-resize;
|
|
46539
|
+
z-index: 2;
|
|
46539
46540
|
}
|
|
46540
46541
|
}
|
|
46541
46542
|
|
|
@@ -48188,6 +48189,8 @@ $kendo-spreadsheet-drawing-outline-width: 2px !default;
|
|
|
48188
48189
|
|
|
48189
48190
|
$kendo-spreadsheet-drawing-anchor-bg: rgba( $kendo-selected-bg, .25 ) !default;
|
|
48190
48191
|
|
|
48192
|
+
$kendo-spreadsheet-dropzone-spacing-y: k-map-get( $kendo-spacing, 2 ) !default;
|
|
48193
|
+
|
|
48191
48194
|
// #endregion
|
|
48192
48195
|
// #region @import "./_layout.scss"; -> scss/spreadsheet/_layout.scss
|
|
48193
48196
|
// #region @import "@progress/kendo-theme-default/scss/spreadsheet/_layout.scss"; -> node_modules/@progress/kendo-theme-default/scss/spreadsheet/_layout.scss
|
|
@@ -48222,6 +48225,7 @@ $kendo-spreadsheet-drawing-anchor-bg: rgba( $kendo-selected-bg, .25 ) !default;
|
|
|
48222
48225
|
transform: translateY( -100% );
|
|
48223
48226
|
}
|
|
48224
48227
|
|
|
48228
|
+
|
|
48225
48229
|
}
|
|
48226
48230
|
|
|
48227
48231
|
|
|
@@ -48303,9 +48307,6 @@ $kendo-spreadsheet-drawing-anchor-bg: rgba( $kendo-selected-bg, .25 ) !default;
|
|
|
48303
48307
|
}
|
|
48304
48308
|
.k-spreadsheet-name-editor {
|
|
48305
48309
|
width: 10em;
|
|
48306
|
-
border-width: 0 1px 0 0;
|
|
48307
|
-
border-style: solid;
|
|
48308
|
-
border-color: inherit;
|
|
48309
48310
|
}
|
|
48310
48311
|
.k-spreadsheet-formula-bar {
|
|
48311
48312
|
border-color: inherit;
|
|
@@ -48313,6 +48314,7 @@ $kendo-spreadsheet-drawing-anchor-bg: rgba( $kendo-selected-bg, .25 ) !default;
|
|
|
48313
48314
|
flex-direction: row;
|
|
48314
48315
|
align-items: center;
|
|
48315
48316
|
flex: 1;
|
|
48317
|
+
gap: $kendo-padding-md-y;
|
|
48316
48318
|
|
|
48317
48319
|
> .k-icon,
|
|
48318
48320
|
> .k-svg-icon {
|
|
@@ -48869,14 +48871,11 @@ $kendo-spreadsheet-drawing-anchor-bg: rgba( $kendo-selected-bg, .25 ) !default;
|
|
|
48869
48871
|
.k-reset-color { border-bottom-width: 1px; }
|
|
48870
48872
|
.k-custom-color { border-top-width: 1px; }
|
|
48871
48873
|
.k-spreadsheet-border-type-palette {
|
|
48872
|
-
|
|
48873
|
-
|
|
48874
|
-
|
|
48875
|
-
|
|
48876
|
-
align-content: space-around;
|
|
48877
|
-
justify-content: space-around;
|
|
48874
|
+
padding: k-map-get( $kendo-spacing, 2 );
|
|
48875
|
+
display: grid;
|
|
48876
|
+
grid-template-columns: repeat(5, max-content);
|
|
48877
|
+
gap: k-map-get( $kendo-spacing, 2 );
|
|
48878
48878
|
}
|
|
48879
|
-
|
|
48880
48879
|
}
|
|
48881
48880
|
|
|
48882
48881
|
.k-spreadsheet-format-popup {
|
|
@@ -48887,7 +48886,6 @@ $kendo-spreadsheet-drawing-anchor-bg: rgba( $kendo-selected-bg, .25 ) !default;
|
|
|
48887
48886
|
opacity: .7;
|
|
48888
48887
|
}
|
|
48889
48888
|
|
|
48890
|
-
|
|
48891
48889
|
.k-spreadsheet-clipboard,
|
|
48892
48890
|
.k-spreadsheet-clipboard-paste {
|
|
48893
48891
|
margin: 0;
|
|
@@ -48905,7 +48903,10 @@ $kendo-spreadsheet-drawing-anchor-bg: rgba( $kendo-selected-bg, .25 ) !default;
|
|
|
48905
48903
|
|
|
48906
48904
|
|
|
48907
48905
|
// Spreadsheet window
|
|
48908
|
-
.k-spreadsheet-window {
|
|
48906
|
+
.k-spreadsheet-window .k-external-dropzone {
|
|
48907
|
+
margin-block-end: $kendo-spreadsheet-dropzone-spacing-y;
|
|
48908
|
+
}
|
|
48909
|
+
|
|
48909
48910
|
.k-spreadsheet-window .k-edit-form-container {
|
|
48910
48911
|
width: auto;
|
|
48911
48912
|
min-width: 0;
|
|
@@ -49150,7 +49151,6 @@ $kendo-spreadsheet-drawing-anchor-bg: rgba( $kendo-selected-bg, .25 ) !default;
|
|
|
49150
49151
|
display: block;
|
|
49151
49152
|
}
|
|
49152
49153
|
}
|
|
49153
|
-
|
|
49154
49154
|
}
|
|
49155
49155
|
|
|
49156
49156
|
// #endregion
|
|
@@ -49354,7 +49354,6 @@ $kendo-spreadsheet-drawing-anchor-bg: rgba( $kendo-selected-bg, .25 ) !default;
|
|
|
49354
49354
|
$kendo-list-item-selected-bg
|
|
49355
49355
|
);
|
|
49356
49356
|
}
|
|
49357
|
-
|
|
49358
49357
|
}
|
|
49359
49358
|
|
|
49360
49359
|
|
|
@@ -49662,7 +49661,6 @@ $kendo-spreadsheet-drawing-anchor-bg: rgba( $kendo-selected-bg, .25 ) !default;
|
|
|
49662
49661
|
$kendo-list-item-selected-bg
|
|
49663
49662
|
);
|
|
49664
49663
|
}
|
|
49665
|
-
|
|
49666
49664
|
}
|
|
49667
49665
|
|
|
49668
49666
|
|
|
@@ -56571,12 +56569,14 @@ $kendo-scheduler-tooltip-callout-text: $kendo-scheduler-tooltip-bg !default;
|
|
|
56571
56569
|
);
|
|
56572
56570
|
@include box-shadow( $kendo-scheduler-event-selected-shadow );
|
|
56573
56571
|
}
|
|
56574
|
-
|
|
56575
|
-
|
|
56576
|
-
|
|
56577
|
-
|
|
56578
|
-
|
|
56579
|
-
|
|
56572
|
+
|
|
56573
|
+
&.k-event-inverse {
|
|
56574
|
+
color: k-contrast-legacy( $kendo-scheduler-event-text );
|
|
56575
|
+
}
|
|
56576
|
+
|
|
56577
|
+
&.k-event-ongoing {
|
|
56578
|
+
@include box-shadow( $kendo-scheduler-event-ongoing-shadow );
|
|
56579
|
+
}
|
|
56580
56580
|
}
|
|
56581
56581
|
|
|
56582
56582
|
|
package/dist/meta/variables.json
CHANGED
|
@@ -9675,6 +9675,10 @@
|
|
|
9675
9675
|
"type": "Color",
|
|
9676
9676
|
"value": "rgba(229, 26, 95, 0.25)"
|
|
9677
9677
|
},
|
|
9678
|
+
"kendo-spreadsheet-dropzone-spacing-y": {
|
|
9679
|
+
"type": "Number",
|
|
9680
|
+
"value": "8px"
|
|
9681
|
+
},
|
|
9678
9682
|
"kendo-pivotgrid-spacer": {
|
|
9679
9683
|
"type": "Number",
|
|
9680
9684
|
"value": "16px"
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-material",
|
|
3
3
|
"description": "Material theme for Kendo UI",
|
|
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": [
|
|
@@ -39,6 +39,7 @@
|
|
|
39
39
|
},
|
|
40
40
|
"scripts": {
|
|
41
41
|
"build": "sass-build",
|
|
42
|
+
"watch": "node ../../scripts/watch-theme",
|
|
42
43
|
"sass": "sass-build",
|
|
43
44
|
"sass:standalone": "sass-build -c sass-standalone.config.js",
|
|
44
45
|
"docs": "node ../../scripts/sassdoc.js",
|
|
@@ -51,9 +52,9 @@
|
|
|
51
52
|
},
|
|
52
53
|
"dependencies": {
|
|
53
54
|
"@progress/kendo-font-icons": "1.5.0",
|
|
54
|
-
"@progress/kendo-theme-core": "6.4.0-dev.
|
|
55
|
-
"@progress/kendo-theme-default": "6.4.0-dev.
|
|
56
|
-
"@progress/kendo-theme-utils": "6.4.0-dev.
|
|
55
|
+
"@progress/kendo-theme-core": "6.4.0-dev.6",
|
|
56
|
+
"@progress/kendo-theme-default": "6.4.0-dev.6",
|
|
57
|
+
"@progress/kendo-theme-utils": "6.4.0-dev.6"
|
|
57
58
|
},
|
|
58
|
-
"gitHead": "
|
|
59
|
+
"gitHead": "819182cb70ea91feee6b2d63a676145e13f80d28"
|
|
59
60
|
}
|
|
@@ -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, 2 ) !default;
|