@progress/kendo-theme-material 6.7.1-dev.1 → 6.8.0-dev.1
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 +172 -189
- package/dist/all.scss +257 -458
- package/dist/meta/sassdoc-data.json +60 -6
- package/dist/meta/sassdoc-raw-data.json +28 -3
- package/dist/meta/variables.json +200 -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 +5 -5
- package/scss/spreadsheet/_layout.scss +0 -4
- package/scss/spreadsheet/_theme.scss +1 -233
- package/scss/spreadsheet/_variables.scss +66 -0
- package/scss/toolbar/_variables.scss +4 -0
package/dist/all.scss
CHANGED
|
@@ -24276,6 +24276,10 @@ $kendo-toolbar-input-width: 10em !default;
|
|
|
24276
24276
|
/// @group toolbar
|
|
24277
24277
|
$kendo-toolbar-item-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px rgba(0, 0, 0, .14), 0 1px 10px rgba(0, 0, 0, .12) !default;
|
|
24278
24278
|
|
|
24279
|
+
/// Border width of the flat Toolbar.
|
|
24280
|
+
/// @group toolbar
|
|
24281
|
+
$kendo-toolbar-flat-border-width: 1px !default;
|
|
24282
|
+
|
|
24279
24283
|
/// The sizes map for the Toolbar.
|
|
24280
24284
|
/// @group toolbar
|
|
24281
24285
|
$kendo-toolbar-sizes: (
|
|
@@ -24549,6 +24553,16 @@ $kendo-toolbar-sizes: (
|
|
|
24549
24553
|
}
|
|
24550
24554
|
}
|
|
24551
24555
|
|
|
24556
|
+
// Flat Toolbar
|
|
24557
|
+
.k-toolbar.k-toolbar-flat {
|
|
24558
|
+
border-width: $kendo-toolbar-flat-border-width 0;
|
|
24559
|
+
border-top-color: transparent !important; // stylelint-disable-line declaration-no-important
|
|
24560
|
+
border-bottom-color: inherit;
|
|
24561
|
+
color: inherit;
|
|
24562
|
+
background: none !important; // stylelint-disable-line declaration-no-important
|
|
24563
|
+
box-shadow: none;
|
|
24564
|
+
}
|
|
24565
|
+
|
|
24552
24566
|
}
|
|
24553
24567
|
|
|
24554
24568
|
|
|
@@ -49646,6 +49660,72 @@ $kendo-spreadsheet-bg: $kendo-component-bg !default;
|
|
|
49646
49660
|
$kendo-spreadsheet-text: $kendo-component-text !default;
|
|
49647
49661
|
$kendo-spreadsheet-border: $kendo-component-border !default;
|
|
49648
49662
|
|
|
49663
|
+
$kendo-spreadsheet-header-bg: $kendo-component-bg !default;
|
|
49664
|
+
$kendo-spreadsheet-header-text: $kendo-component-text !default;
|
|
49665
|
+
$kendo-spreadsheet-header-border: $kendo-component-border !default;
|
|
49666
|
+
$kendo-spreadsheet-header-gradient: null !default;
|
|
49667
|
+
|
|
49668
|
+
$kendo-spreadsheet-table-header-bg: material-color( gray, 100 ) !default;
|
|
49669
|
+
$kendo-spreadsheet-table-header-text: $kendo-component-header-text !default;
|
|
49670
|
+
$kendo-spreadsheet-table-header-border: $kendo-component-header-border !default;
|
|
49671
|
+
$kendo-spreadsheet-table-header-gradient: null !default;
|
|
49672
|
+
|
|
49673
|
+
$kendo-spreadsheet-action-bar-border-width: 1px !default;
|
|
49674
|
+
$kendo-spreadsheet-action-bar-padding-y: k-map-get( $kendo-spacing, 1 ) !default;
|
|
49675
|
+
$kendo-spreadsheet-action-bar-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
|
|
49676
|
+
$kendo-spreadsheet-action-bar-font-size: $kendo-spreadsheet-font-size !default;
|
|
49677
|
+
$kendo-spreadsheet-action-bar-font-family: Arial, Verdana, sans-serif !default;
|
|
49678
|
+
$kendo-spreadsheet-action-bar-spacing: k-map-get( $kendo-spacing, 2 ) !default;
|
|
49679
|
+
|
|
49680
|
+
$kendo-spreadsheet-formula-bar-gap: k-map-get( $kendo-spacing, 2 ) !default;
|
|
49681
|
+
|
|
49682
|
+
$kendo-spreadsheet-formula-input-padding-x: $kendo-input-padding-x !default;
|
|
49683
|
+
$kendo-spreadsheet-formula-input-padding-y: $kendo-input-padding-y !default;
|
|
49684
|
+
$kendo-spreadsheet-formula-input-line-height: $kendo-input-line-height !default;
|
|
49685
|
+
|
|
49686
|
+
$kendo-spreadsheet-view-font-family: Arial, Verdana, sans-serif !default;
|
|
49687
|
+
$kendo-spreadsheet-view-font-size: $kendo-spreadsheet-font-size !default;
|
|
49688
|
+
|
|
49689
|
+
$kendo-spreadsheet-selection-bg: rgba( $kendo-color-primary, .25 ) !default;
|
|
49690
|
+
$kendo-spreadsheet-selection-text: null !default;
|
|
49691
|
+
$kendo-spreadsheet-selection-border: $kendo-color-primary !default;
|
|
49692
|
+
$kendo-spreadsheet-selection-shadow: inset 0 0 0 1px $kendo-color-primary !default;
|
|
49693
|
+
|
|
49694
|
+
$kendo-spreadsheet-single-selection-bg: $kendo-color-primary !default;
|
|
49695
|
+
$kendo-spreadsheet-single-selection-text: null !default;
|
|
49696
|
+
$kendo-spreadsheet-single-selection-border: $kendo-spreadsheet-bg !default;
|
|
49697
|
+
|
|
49698
|
+
$kendo-spreadsheet-partial-selection-bg: rgba( black, .04 ) !default;
|
|
49699
|
+
|
|
49700
|
+
$kendo-spreadsheet-active-cell-bg: $kendo-component-bg !default;
|
|
49701
|
+
$kendo-spreadsheet-active-cell-shadow: inset 0 0 0 1px $kendo-color-primary !default;
|
|
49702
|
+
|
|
49703
|
+
$kendo-spreadsheet-auto-fill-bg: rgba( $kendo-color-primary, .25 ) !default;
|
|
49704
|
+
$kendo-spreadsheet-auto-fill-text: null !default;
|
|
49705
|
+
$kendo-spreadsheet-auto-fill-border: $kendo-color-primary !default;
|
|
49706
|
+
$kendo-spreadsheet-auto-fill-shadow: inset 0 0 0 1px $kendo-color-primary !default;
|
|
49707
|
+
$kendo-spreadsheet-auto-fill-punch-bg: rgba( $kendo-component-bg, .5 ) !default;
|
|
49708
|
+
|
|
49709
|
+
$kendo-spreadsheet-cell-padding-y: k-map-get( $kendo-spacing, 1 ) !default;
|
|
49710
|
+
$kendo-spreadsheet-cell-padding-x: $kendo-spreadsheet-cell-padding-y !default;
|
|
49711
|
+
|
|
49712
|
+
$kendo-spreadsheet-cell-editor-line-height: 20px !default;
|
|
49713
|
+
$kendo-spreadsheet-cell-editor-padding-x: k-map-get( $kendo-spacing, 1 ) !default;
|
|
49714
|
+
$kendo-spreadsheet-cell-editor-padding-y: 0px !default;
|
|
49715
|
+
$kendo-spreadsheet-cell-editor-bg: $kendo-spreadsheet-bg !default;
|
|
49716
|
+
$kendo-spreadsheet-cell-editor-text: $kendo-spreadsheet-text !default;
|
|
49717
|
+
$kendo-spreadsheet-cell-editor-border: null !default;
|
|
49718
|
+
|
|
49719
|
+
$kendo-spreadsheet-resize-handle-bg: $kendo-color-primary !default;
|
|
49720
|
+
|
|
49721
|
+
$kendo-spreadsheet-cell-comment-border: $kendo-color-primary !default;
|
|
49722
|
+
|
|
49723
|
+
$kendo-spreadsheet-cell-dirty-border: $kendo-color-error !default;
|
|
49724
|
+
|
|
49725
|
+
$kendo-spreadsheet-sheets-bar-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
|
|
49726
|
+
$kendo-spreadsheet-sheets-bar-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
|
|
49727
|
+
$kendo-spreadsheet-sheets-bar-border-width: 1px !default;
|
|
49728
|
+
|
|
49649
49729
|
$kendo-spreadsheet-insert-image-dialog-border-style: dashed !default;
|
|
49650
49730
|
$kendo-spreadsheet-insert-image-dialog-border-width: 2px !default;
|
|
49651
49731
|
$kendo-spreadsheet-insert-image-dialog-text-margin-bottom: 30px !default;
|
|
@@ -49707,98 +49787,41 @@ $kendo-spreadsheet-dropzone-spacing-y: k-map-get( $kendo-spacing, 2 ) !default;
|
|
|
49707
49787
|
top: 100%;
|
|
49708
49788
|
transform: translateY( -100% );
|
|
49709
49789
|
}
|
|
49710
|
-
|
|
49711
|
-
|
|
49712
|
-
}
|
|
49713
|
-
|
|
49714
|
-
|
|
49715
|
-
// Header
|
|
49716
|
-
.k-spreadsheet .k-tabstrip-wrapper {
|
|
49717
|
-
border-width: 0 0 1px;
|
|
49718
|
-
border-style: solid;
|
|
49719
|
-
border-color: inherit;
|
|
49720
|
-
position: relative;
|
|
49721
49790
|
}
|
|
49722
49791
|
|
|
49723
|
-
|
|
49724
|
-
// Quick access toolbar
|
|
49725
|
-
.k-spreadsheet-quick-access-toolbar {
|
|
49726
|
-
padding: $kendo-toolbar-md-padding-y;
|
|
49727
|
-
display: inline-flex;
|
|
49728
|
-
flex-direction: row;
|
|
49729
|
-
position: absolute;
|
|
49730
|
-
z-index: 2;
|
|
49731
|
-
top: 0;
|
|
49732
|
-
left: 0;
|
|
49733
|
-
}
|
|
49734
|
-
|
|
49735
|
-
|
|
49736
|
-
// Tabstrip
|
|
49737
|
-
.k-spreadsheet-tabstrip {
|
|
49738
|
-
padding-top: $kendo-toolbar-md-padding-y;
|
|
49739
|
-
position: relative;
|
|
49740
|
-
z-index: 1;
|
|
49741
|
-
}
|
|
49742
|
-
.k-spreadsheet-tabstrip .k-tabstrip-items-wrapper {
|
|
49743
|
-
margin: 0;
|
|
49744
|
-
}
|
|
49745
|
-
.k-spreadsheet-tabstrip .k-loading {
|
|
49746
|
-
// TODO: better name
|
|
49747
|
-
display: none;
|
|
49748
|
-
}
|
|
49749
|
-
.k-spreadsheet-tabstrip .k-content,
|
|
49750
|
-
.k-spreadsheet-tabstrip .k-tabstrip-content {
|
|
49751
|
-
@include border-radius( 0 );
|
|
49752
|
-
padding: 0;
|
|
49753
|
-
border-width: 0;
|
|
49754
|
-
overflow: hidden;
|
|
49755
|
-
}
|
|
49756
|
-
|
|
49757
|
-
|
|
49758
49792
|
// Toolbar
|
|
49759
49793
|
.k-spreadsheet-toolbar {
|
|
49760
49794
|
border-width: 0;
|
|
49761
|
-
|
|
49762
|
-
|
|
49763
|
-
// Tools
|
|
49764
|
-
[data-tool="backgroundColor"],
|
|
49765
|
-
[data-tool="textColor"],
|
|
49766
|
-
[data-tool="borders"],
|
|
49767
|
-
[data-tool="alignment"],
|
|
49768
|
-
[data-tool="merge"],
|
|
49769
|
-
[data-tool="freeze"] {
|
|
49770
|
-
width: auto;
|
|
49771
|
-
min-width: calc( #{$kendo-form-line-height} * 1em );
|
|
49772
|
-
}
|
|
49773
|
-
|
|
49774
|
-
.k-color-picker {
|
|
49775
|
-
width: min-content;
|
|
49776
|
-
}
|
|
49777
49795
|
}
|
|
49778
49796
|
|
|
49779
|
-
|
|
49780
49797
|
// Action bar
|
|
49781
49798
|
.k-spreadsheet-action-bar {
|
|
49782
|
-
border-width: 0 0
|
|
49799
|
+
border-width: 0 0 $kendo-spreadsheet-action-bar-border-width;
|
|
49783
49800
|
border-style: solid;
|
|
49784
49801
|
border-color: inherit;
|
|
49785
|
-
|
|
49786
|
-
|
|
49802
|
+
padding-block: $kendo-spreadsheet-action-bar-padding-y;
|
|
49803
|
+
padding-inline: $kendo-spreadsheet-action-bar-padding-x;
|
|
49804
|
+
font-size: $kendo-spreadsheet-action-bar-font-size;
|
|
49805
|
+
font-family: $kendo-spreadsheet-action-bar-font-family;
|
|
49787
49806
|
position: relative;
|
|
49788
49807
|
display: flex;
|
|
49789
49808
|
flex-direction: row;
|
|
49809
|
+
gap: $kendo-spreadsheet-action-bar-spacing;
|
|
49790
49810
|
}
|
|
49811
|
+
// Todo check
|
|
49791
49812
|
.k-spreadsheet-name-editor {
|
|
49792
49813
|
width: 10em;
|
|
49793
49814
|
}
|
|
49794
49815
|
.k-spreadsheet-formula-bar {
|
|
49816
|
+
min-width: 0px;
|
|
49795
49817
|
border-color: inherit;
|
|
49796
49818
|
display: flex;
|
|
49797
49819
|
flex-direction: row;
|
|
49798
49820
|
align-items: center;
|
|
49799
49821
|
flex: 1;
|
|
49800
|
-
gap: $kendo-
|
|
49822
|
+
gap: $kendo-spreadsheet-formula-bar-gap;
|
|
49801
49823
|
|
|
49824
|
+
// move to legacy selector
|
|
49802
49825
|
> .k-icon,
|
|
49803
49826
|
> .k-svg-icon {
|
|
49804
49827
|
padding-block: 0;
|
|
@@ -49810,6 +49833,7 @@ $kendo-spreadsheet-dropzone-spacing-y: k-map-get( $kendo-spacing, 2 ) !default;
|
|
|
49810
49833
|
flex-shrink: 0;
|
|
49811
49834
|
}
|
|
49812
49835
|
|
|
49836
|
+
// add k-hidden from component
|
|
49813
49837
|
.k-tooltip,
|
|
49814
49838
|
.k-group-header,
|
|
49815
49839
|
.k-list-scroller {
|
|
@@ -49817,9 +49841,13 @@ $kendo-spreadsheet-dropzone-spacing-y: k-map-get( $kendo-spacing, 2 ) !default;
|
|
|
49817
49841
|
}
|
|
49818
49842
|
|
|
49819
49843
|
.k-spreadsheet-formula-input {
|
|
49820
|
-
padding-block: $kendo-input-padding-y;
|
|
49821
|
-
padding-inline: $kendo-input-padding-x;
|
|
49822
|
-
line-height: $kendo-input-line-height;
|
|
49844
|
+
padding-block: $kendo-spreadsheet-formula-input-padding-y;
|
|
49845
|
+
padding-inline: $kendo-spreadsheet-formula-input-padding-x;
|
|
49846
|
+
line-height: $kendo-spreadsheet-formula-input-line-height;
|
|
49847
|
+
display: inline-block;
|
|
49848
|
+
white-space: nowrap;
|
|
49849
|
+
overflow: hidden;
|
|
49850
|
+
text-overflow: ellipsis;
|
|
49823
49851
|
|
|
49824
49852
|
&.k-spreadsheet-array-formula {
|
|
49825
49853
|
&::before {
|
|
@@ -49870,27 +49898,36 @@ $kendo-spreadsheet-dropzone-spacing-y: k-map-get( $kendo-spacing, 2 ) !default;
|
|
|
49870
49898
|
|
|
49871
49899
|
// Cell editor
|
|
49872
49900
|
.k-spreadsheet-cell-editor {
|
|
49873
|
-
padding-block:
|
|
49874
|
-
padding-inline:
|
|
49875
|
-
line-height:
|
|
49901
|
+
padding-block: $kendo-spreadsheet-cell-editor-padding-y;
|
|
49902
|
+
padding-inline: $kendo-spreadsheet-cell-editor-padding-x;
|
|
49903
|
+
line-height: $kendo-spreadsheet-cell-editor-line-height;
|
|
49876
49904
|
display: none;
|
|
49877
49905
|
overflow: hidden;
|
|
49878
49906
|
position: absolute;
|
|
49879
|
-
z-index:
|
|
49907
|
+
z-index: 100;
|
|
49880
49908
|
}
|
|
49881
49909
|
|
|
49882
49910
|
|
|
49883
49911
|
// Sheets bar
|
|
49884
49912
|
.k-spreadsheet-sheets-bar {
|
|
49885
|
-
padding
|
|
49886
|
-
|
|
49913
|
+
padding-block-end: $kendo-spreadsheet-sheets-bar-padding-y;
|
|
49914
|
+
padding-inline: $kendo-spreadsheet-sheets-bar-padding-x;
|
|
49915
|
+
border-width: $kendo-spreadsheet-sheets-bar-border-width 0 0;
|
|
49887
49916
|
border-style: solid;
|
|
49888
49917
|
border-color: inherit;
|
|
49889
49918
|
display: flex;
|
|
49890
49919
|
flex-direction: row;
|
|
49891
|
-
align-items:
|
|
49920
|
+
align-items: center;
|
|
49892
49921
|
position: relative;
|
|
49893
49922
|
}
|
|
49923
|
+
|
|
49924
|
+
.k-spreadsheet-sheets {
|
|
49925
|
+
flex: 1 1 auto;
|
|
49926
|
+
}
|
|
49927
|
+
.k-spreadsheet-sheets .k-tabstrip-items-wrapper {
|
|
49928
|
+
border-width: 0;
|
|
49929
|
+
}
|
|
49930
|
+
|
|
49894
49931
|
.k-spreadsheet-sheets-bar-add {
|
|
49895
49932
|
align-self: center;
|
|
49896
49933
|
|
|
@@ -49900,6 +49937,7 @@ $kendo-spreadsheet-dropzone-spacing-y: k-map-get( $kendo-spacing, 2 ) !default;
|
|
|
49900
49937
|
background: none;
|
|
49901
49938
|
}
|
|
49902
49939
|
}
|
|
49940
|
+
|
|
49903
49941
|
.k-spreadsheet-sheets-items {
|
|
49904
49942
|
flex: 1;
|
|
49905
49943
|
overflow: hidden;
|
|
@@ -49932,8 +49970,8 @@ $kendo-spreadsheet-dropzone-spacing-y: k-map-get( $kendo-spacing, 2 ) !default;
|
|
|
49932
49970
|
.k-spreadsheet-view {
|
|
49933
49971
|
height: auto !important; // stylelint-disable-line declaration-no-important
|
|
49934
49972
|
border-color: inherit;
|
|
49935
|
-
font-size:
|
|
49936
|
-
font-family:
|
|
49973
|
+
font-size: $kendo-spreadsheet-view-font-size;
|
|
49974
|
+
font-family: $kendo-spreadsheet-view-font-family;
|
|
49937
49975
|
flex: 1;
|
|
49938
49976
|
position: relative;
|
|
49939
49977
|
overflow: hidden;
|
|
@@ -49945,8 +49983,8 @@ $kendo-spreadsheet-dropzone-spacing-y: k-map-get( $kendo-spacing, 2 ) !default;
|
|
|
49945
49983
|
}
|
|
49946
49984
|
|
|
49947
49985
|
.k-spreadsheet-fixed-container {
|
|
49948
|
-
width: 100
|
|
49949
|
-
height: 100
|
|
49986
|
+
width: calc( 100% - var(--kendo-scrollbar-width, #{$kendo-scrollbar-width}) );
|
|
49987
|
+
height: calc( 100% - var(--kendo-scrollbar-width, #{$kendo-scrollbar-width}) );
|
|
49950
49988
|
border-color: inherit;
|
|
49951
49989
|
box-sizing: border-box;
|
|
49952
49990
|
user-select: none;
|
|
@@ -49954,6 +49992,8 @@ $kendo-spreadsheet-dropzone-spacing-y: k-map-get( $kendo-spacing, 2 ) !default;
|
|
|
49954
49992
|
z-index: 2;
|
|
49955
49993
|
overflow: hidden;
|
|
49956
49994
|
}
|
|
49995
|
+
|
|
49996
|
+
// todo check if used - probably not
|
|
49957
49997
|
.k-spreadsheet-overflow {
|
|
49958
49998
|
position: absolute;
|
|
49959
49999
|
top: 0;
|
|
@@ -49963,6 +50003,7 @@ $kendo-spreadsheet-dropzone-spacing-y: k-map-get( $kendo-spacing, 2 ) !default;
|
|
|
49963
50003
|
overflow: hidden;
|
|
49964
50004
|
border-color: inherit;
|
|
49965
50005
|
}
|
|
50006
|
+
|
|
49966
50007
|
.k-spreadsheet-pane {
|
|
49967
50008
|
padding: 0 1px 0 0;
|
|
49968
50009
|
border-width: 2px 0 0 2px;
|
|
@@ -49977,6 +50018,7 @@ $kendo-spreadsheet-dropzone-spacing-y: k-map-get( $kendo-spacing, 2 ) !default;
|
|
|
49977
50018
|
}
|
|
49978
50019
|
|
|
49979
50020
|
}
|
|
50021
|
+
|
|
49980
50022
|
.k-spreadsheet-top-corner {
|
|
49981
50023
|
border-width: 0 1px 1px 0;
|
|
49982
50024
|
border-style: solid;
|
|
@@ -50000,6 +50042,7 @@ $kendo-spreadsheet-dropzone-spacing-y: k-map-get( $kendo-spacing, 2 ) !default;
|
|
|
50000
50042
|
border-bottom-color: inherit;
|
|
50001
50043
|
}
|
|
50002
50044
|
}
|
|
50045
|
+
|
|
50003
50046
|
.k-spreadsheet-scroller {
|
|
50004
50047
|
width: 100%;
|
|
50005
50048
|
height: 100%;
|
|
@@ -50100,14 +50143,15 @@ $kendo-spreadsheet-dropzone-spacing-y: k-map-get( $kendo-spacing, 2 ) !default;
|
|
|
50100
50143
|
|
|
50101
50144
|
// Cells
|
|
50102
50145
|
.k-spreadsheet-cell {
|
|
50103
|
-
padding:
|
|
50146
|
+
padding-block: $kendo-spreadsheet-cell-padding-y;
|
|
50147
|
+
padding-inline: $kendo-spreadsheet-cell-padding-x;
|
|
50104
50148
|
box-sizing: border-box;
|
|
50105
50149
|
position: absolute;
|
|
50106
50150
|
line-height: normal;
|
|
50107
50151
|
white-space: pre;
|
|
50108
50152
|
overflow: hidden;
|
|
50109
50153
|
}
|
|
50110
|
-
.k-spreadsheet-merged-cells-
|
|
50154
|
+
.k-spreadsheet-merged-cells-wrapper {
|
|
50111
50155
|
position: relative;
|
|
50112
50156
|
}
|
|
50113
50157
|
|
|
@@ -50127,8 +50171,8 @@ $kendo-spreadsheet-dropzone-spacing-y: k-map-get( $kendo-spacing, 2 ) !default;
|
|
|
50127
50171
|
position: absolute;
|
|
50128
50172
|
}
|
|
50129
50173
|
.k-spreadsheet .k-spreadsheet-selection-highlight {
|
|
50130
|
-
border-width:
|
|
50131
|
-
border-style:
|
|
50174
|
+
border-width: 2px;
|
|
50175
|
+
border-style: dashed;
|
|
50132
50176
|
box-sizing: border-box;
|
|
50133
50177
|
position: absolute;
|
|
50134
50178
|
}
|
|
@@ -50173,7 +50217,7 @@ $kendo-spreadsheet-dropzone-spacing-y: k-map-get( $kendo-spacing, 2 ) !default;
|
|
|
50173
50217
|
position: absolute;
|
|
50174
50218
|
bottom: 0;
|
|
50175
50219
|
right: 0;
|
|
50176
|
-
z-index:
|
|
50220
|
+
z-index: 300;
|
|
50177
50221
|
cursor: crosshair;
|
|
50178
50222
|
}
|
|
50179
50223
|
|
|
@@ -50212,35 +50256,34 @@ $kendo-spreadsheet-dropzone-spacing-y: k-map-get( $kendo-spacing, 2 ) !default;
|
|
|
50212
50256
|
display: block;
|
|
50213
50257
|
position: absolute;
|
|
50214
50258
|
top: 0;
|
|
50215
|
-
|
|
50216
|
-
|
|
50259
|
+
inset-inline-end: 0;
|
|
50260
|
+
inset-inline-start: auto;
|
|
50217
50261
|
border-width: 3px;
|
|
50218
50262
|
border-style: solid;
|
|
50219
50263
|
}
|
|
50220
50264
|
|
|
50265
|
+
|
|
50221
50266
|
// Validation
|
|
50222
|
-
.k-dirty {
|
|
50223
|
-
|
|
50224
|
-
|
|
50267
|
+
.k-spreadsheet-cell .k-dirty {
|
|
50268
|
+
inset-inline-start: 0;
|
|
50269
|
+
inset-inline-end: auto;
|
|
50225
50270
|
}
|
|
50226
50271
|
|
|
50227
50272
|
|
|
50228
|
-
// Spreadsheet filter
|
|
50229
|
-
$kendo-filter-menu-padding-left: calc( #{$kendo-icon-size} + #{2 * $kendo-padding-md-y} );
|
|
50230
|
-
|
|
50231
50273
|
// Filter button
|
|
50232
50274
|
.k-spreadsheet .k-filter-wrapper {
|
|
50233
50275
|
position: relative;
|
|
50234
50276
|
z-index: 50;
|
|
50235
50277
|
}
|
|
50236
50278
|
.k-spreadsheet .k-filter-range {
|
|
50237
|
-
border-width:
|
|
50279
|
+
border-width: 2px;
|
|
50238
50280
|
border-style: solid;
|
|
50239
50281
|
position: absolute;
|
|
50240
50282
|
box-sizing: border-box;
|
|
50241
50283
|
}
|
|
50242
50284
|
.k-spreadsheet-filter {
|
|
50243
50285
|
@include border-radius( $kendo-border-radius );
|
|
50286
|
+
padding: $kendo-padding-y;
|
|
50244
50287
|
line-height: 1;
|
|
50245
50288
|
position: absolute;
|
|
50246
50289
|
cursor: pointer;
|
|
@@ -50265,7 +50308,7 @@ $kendo-spreadsheet-dropzone-spacing-y: k-map-get( $kendo-spacing, 2 ) !default;
|
|
|
50265
50308
|
color: inherit;
|
|
50266
50309
|
}
|
|
50267
50310
|
.k-link {
|
|
50268
|
-
padding-left: $kendo-
|
|
50311
|
+
padding-left: calc( #{$kendo-icon-size} + #{2 * $kendo-padding-md-y} );
|
|
50269
50312
|
}
|
|
50270
50313
|
.k-icon,
|
|
50271
50314
|
.k-svg-icon {
|
|
@@ -50333,8 +50376,6 @@ $kendo-spreadsheet-dropzone-spacing-y: k-map-get( $kendo-spacing, 2 ) !default;
|
|
|
50333
50376
|
}
|
|
50334
50377
|
}
|
|
50335
50378
|
|
|
50336
|
-
|
|
50337
|
-
|
|
50338
50379
|
// Spreadsheet toolbar
|
|
50339
50380
|
.k-spreadsheet-popup {
|
|
50340
50381
|
padding: 0;
|
|
@@ -50361,13 +50402,6 @@ $kendo-spreadsheet-dropzone-spacing-y: k-map-get( $kendo-spacing, 2 ) !default;
|
|
|
50361
50402
|
}
|
|
50362
50403
|
}
|
|
50363
50404
|
|
|
50364
|
-
.k-spreadsheet-format-popup {
|
|
50365
|
-
.k-item { justify-content: space-between; }
|
|
50366
|
-
.k-spreadsheet-sample { order: 1; }
|
|
50367
|
-
}
|
|
50368
|
-
.k-spreadsheet-sample {
|
|
50369
|
-
opacity: .7;
|
|
50370
|
-
}
|
|
50371
50405
|
|
|
50372
50406
|
.k-spreadsheet-clipboard,
|
|
50373
50407
|
.k-spreadsheet-clipboard-paste {
|
|
@@ -50453,7 +50487,7 @@ $kendo-spreadsheet-dropzone-spacing-y: k-map-get( $kendo-spacing, 2 ) !default;
|
|
|
50453
50487
|
height: auto;
|
|
50454
50488
|
}
|
|
50455
50489
|
|
|
50456
|
-
// Insert image dialog
|
|
50490
|
+
// Insert image dialog - Delete after new rendering adoption R3 23
|
|
50457
50491
|
.k-spreadsheet-insert-image-dialog {
|
|
50458
50492
|
@include border-radius( $kendo-spreadsheet-insert-image-dialog-preview-border-radius );
|
|
50459
50493
|
border-style: $kendo-spreadsheet-insert-image-dialog-border-style;
|
|
@@ -50557,21 +50591,67 @@ $kendo-spreadsheet-dropzone-spacing-y: k-map-get( $kendo-spacing, 2 ) !default;
|
|
|
50557
50591
|
}
|
|
50558
50592
|
|
|
50559
50593
|
|
|
50594
|
+
// Legacy styles
|
|
50595
|
+
.k-spreadsheet-legacy {
|
|
50596
|
+
.k-spreadsheet,
|
|
50597
|
+
.k-spreadsheet-action-bar,
|
|
50598
|
+
.k-spreadsheet-view {
|
|
50599
|
+
font-size: 12px;
|
|
50600
|
+
}
|
|
50560
50601
|
|
|
50561
|
-
|
|
50562
|
-
|
|
50563
|
-
|
|
50602
|
+
.k-spreadsheet-cell {
|
|
50603
|
+
padding: 1px;
|
|
50604
|
+
}
|
|
50564
50605
|
|
|
50565
|
-
.k-
|
|
50566
|
-
|
|
50567
|
-
left: auto;
|
|
50606
|
+
.k-spreadsheet-filter {
|
|
50607
|
+
padding: 0px;
|
|
50568
50608
|
}
|
|
50569
50609
|
|
|
50570
|
-
.k-
|
|
50571
|
-
|
|
50572
|
-
right: auto;
|
|
50610
|
+
.k-filter-range {
|
|
50611
|
+
border-width: 1px;
|
|
50573
50612
|
}
|
|
50574
50613
|
|
|
50614
|
+
.k-spreadsheet .k-spreadsheet-selection-highlight {
|
|
50615
|
+
border-width: 1px;
|
|
50616
|
+
border-style: solid;
|
|
50617
|
+
}
|
|
50618
|
+
}
|
|
50619
|
+
|
|
50620
|
+
// Tabstrip
|
|
50621
|
+
.k-spreadsheet .k-tabstrip-wrapper {
|
|
50622
|
+
border-width: 0 0 1px;
|
|
50623
|
+
border-style: solid;
|
|
50624
|
+
border-color: inherit;
|
|
50625
|
+
position: relative;
|
|
50626
|
+
}
|
|
50627
|
+
|
|
50628
|
+
.k-spreadsheet-quick-access-toolbar {
|
|
50629
|
+
padding: $kendo-toolbar-md-padding-y;
|
|
50630
|
+
display: inline-flex;
|
|
50631
|
+
flex-direction: row;
|
|
50632
|
+
position: absolute;
|
|
50633
|
+
z-index: 2;
|
|
50634
|
+
top: 0;
|
|
50635
|
+
left: 0;
|
|
50636
|
+
}
|
|
50637
|
+
|
|
50638
|
+
.k-spreadsheet-tabstrip {
|
|
50639
|
+
padding-top: $kendo-toolbar-md-padding-y;
|
|
50640
|
+
position: relative;
|
|
50641
|
+
z-index: 1;
|
|
50642
|
+
}
|
|
50643
|
+
.k-spreadsheet-tabstrip .k-tabstrip-items-wrapper {
|
|
50644
|
+
margin: 0;
|
|
50645
|
+
}
|
|
50646
|
+
.k-spreadsheet-tabstrip .k-loading {
|
|
50647
|
+
display: none;
|
|
50648
|
+
}
|
|
50649
|
+
.k-spreadsheet-tabstrip .k-content,
|
|
50650
|
+
.k-spreadsheet-tabstrip .k-tabstrip-content {
|
|
50651
|
+
@include border-radius( 0 );
|
|
50652
|
+
padding: 0;
|
|
50653
|
+
border-width: 0;
|
|
50654
|
+
overflow: hidden;
|
|
50575
50655
|
}
|
|
50576
50656
|
|
|
50577
50657
|
}
|
|
@@ -50601,7 +50681,6 @@ $kendo-spreadsheet-dropzone-spacing-y: k-map-get( $kendo-spacing, 2 ) !default;
|
|
|
50601
50681
|
|
|
50602
50682
|
}
|
|
50603
50683
|
|
|
50604
|
-
|
|
50605
50684
|
// Spreadsheet tabstrip
|
|
50606
50685
|
.k-spreadsheet-tabstrip {
|
|
50607
50686
|
padding-top: 0;
|
|
@@ -50611,10 +50690,8 @@ $kendo-spreadsheet-dropzone-spacing-y: k-map-get( $kendo-spacing, 2 ) !default;
|
|
|
50611
50690
|
}
|
|
50612
50691
|
}
|
|
50613
50692
|
|
|
50614
|
-
|
|
50615
50693
|
// Spreadsheet footer
|
|
50616
50694
|
.k-spreadsheet-sheets-bar {
|
|
50617
|
-
padding: 0;
|
|
50618
50695
|
|
|
50619
50696
|
.k-spreadsheet-sheets-bar-add {
|
|
50620
50697
|
margin: k-map-get( $kendo-spacing, 1 );
|
|
@@ -50626,7 +50703,6 @@ $kendo-spreadsheet-dropzone-spacing-y: k-map-get( $kendo-spacing, 2 ) !default;
|
|
|
50626
50703
|
|
|
50627
50704
|
}
|
|
50628
50705
|
|
|
50629
|
-
|
|
50630
50706
|
// Selection
|
|
50631
50707
|
.k-spreadsheet .k-selection-full,
|
|
50632
50708
|
.k-spreadsheet .k-selection-partial {
|
|
@@ -50650,114 +50726,104 @@ $kendo-spreadsheet-dropzone-spacing-y: k-map-get( $kendo-spacing, 2 ) !default;
|
|
|
50650
50726
|
);
|
|
50651
50727
|
}
|
|
50652
50728
|
|
|
50653
|
-
|
|
50654
50729
|
// Header
|
|
50655
|
-
.k-spreadsheet
|
|
50656
|
-
|
|
50657
|
-
|
|
50658
|
-
|
|
50659
|
-
|
|
50660
|
-
|
|
50730
|
+
.k-spreadsheet-header {
|
|
50731
|
+
@include fill(
|
|
50732
|
+
$kendo-spreadsheet-header-text,
|
|
50733
|
+
$kendo-spreadsheet-header-bg,
|
|
50734
|
+
$kendo-spreadsheet-header-border,
|
|
50735
|
+
$kendo-spreadsheet-header-gradient
|
|
50736
|
+
);
|
|
50737
|
+
}
|
|
50661
50738
|
|
|
50662
|
-
// Row /
|
|
50739
|
+
// Row / Column Headers
|
|
50663
50740
|
.k-spreadsheet-top-corner,
|
|
50664
50741
|
.k-spreadsheet-row-header,
|
|
50665
50742
|
.k-spreadsheet-column-header {
|
|
50666
50743
|
@include fill(
|
|
50667
|
-
$kendo-
|
|
50668
|
-
$kendo-
|
|
50669
|
-
$kendo-
|
|
50670
|
-
$kendo-
|
|
50744
|
+
$kendo-spreadsheet-table-header-text,
|
|
50745
|
+
$kendo-spreadsheet-table-header-bg,
|
|
50746
|
+
$kendo-spreadsheet-table-header-border,
|
|
50747
|
+
$kendo-spreadsheet-table-header-gradient
|
|
50671
50748
|
);
|
|
50672
50749
|
}
|
|
50673
50750
|
|
|
50674
|
-
|
|
50675
|
-
// Formula bar
|
|
50676
|
-
.k-spreadsheet-formula-list {}
|
|
50677
|
-
.k-syntax-ref { color: #ff8822; }
|
|
50678
|
-
.k-syntax-num { color: #0099ff; }
|
|
50679
|
-
.k-syntax-str { color: #38b714; }
|
|
50680
|
-
.k-syntax-error { color: red; }
|
|
50681
|
-
.k-syntax-bool { color: #a9169c; }
|
|
50682
|
-
.k-syntax-paren-match { background-color: #caf200; }
|
|
50683
|
-
|
|
50684
|
-
|
|
50685
50751
|
// Cell editor
|
|
50686
50752
|
.k-spreadsheet-cell-editor {
|
|
50687
|
-
|
|
50688
|
-
|
|
50753
|
+
@include fill(
|
|
50754
|
+
$kendo-spreadsheet-cell-editor-text,
|
|
50755
|
+
$kendo-spreadsheet-cell-editor-bg,
|
|
50756
|
+
$kendo-spreadsheet-cell-editor-border
|
|
50757
|
+
)
|
|
50689
50758
|
}
|
|
50690
50759
|
|
|
50691
|
-
|
|
50692
50760
|
// Cells
|
|
50693
50761
|
.k-spreadsheet-merged-cell {
|
|
50694
|
-
|
|
50762
|
+
@include fill( $bg: $kendo-spreadsheet-bg );
|
|
50695
50763
|
}
|
|
50696
50764
|
.k-spreadsheet-disabled-mask {
|
|
50697
|
-
|
|
50765
|
+
@include fill( $bg: $kendo-spreadsheet-bg );
|
|
50698
50766
|
}
|
|
50699
50767
|
|
|
50700
50768
|
// Selection
|
|
50701
50769
|
.k-spreadsheet .k-selection-full,
|
|
50702
50770
|
.k-spreadsheet .k-selection-partial {
|
|
50703
|
-
|
|
50704
|
-
background-color: rgba( $kendo-selected-bg, .25 );
|
|
50771
|
+
@include fill( $bg: $kendo-spreadsheet-partial-selection-bg );
|
|
50705
50772
|
}
|
|
50706
50773
|
.k-spreadsheet-selection {
|
|
50707
|
-
|
|
50708
|
-
|
|
50709
|
-
|
|
50774
|
+
@include fill(
|
|
50775
|
+
$kendo-spreadsheet-selection-text,
|
|
50776
|
+
$kendo-spreadsheet-selection-bg,
|
|
50777
|
+
$kendo-spreadsheet-selection-border
|
|
50778
|
+
);
|
|
50779
|
+
@include box-shadow( $kendo-spreadsheet-selection-shadow );
|
|
50780
|
+
}
|
|
50781
|
+
.k-spreadsheet-selection-highlight {
|
|
50782
|
+
@include fill( $border: $kendo-spreadsheet-selection-border );
|
|
50710
50783
|
}
|
|
50711
50784
|
.k-spreadsheet .k-single-selection::after {
|
|
50712
|
-
|
|
50713
|
-
|
|
50785
|
+
@include fill(
|
|
50786
|
+
$kendo-spreadsheet-single-selection-text,
|
|
50787
|
+
$kendo-spreadsheet-single-selection-bg,
|
|
50788
|
+
$kendo-spreadsheet-single-selection-border
|
|
50789
|
+
)
|
|
50714
50790
|
}
|
|
50715
50791
|
.k-spreadsheet-active-cell {
|
|
50716
|
-
|
|
50717
|
-
|
|
50718
|
-
|
|
50719
|
-
&.k-right {
|
|
50720
|
-
box-shadow: inset 0 0 0 1px $kendo-selected-bg, inset -1px 0 0 1px $kendo-selected-bg;
|
|
50721
|
-
}
|
|
50722
|
-
|
|
50723
|
-
&.k-bottom {
|
|
50724
|
-
box-shadow: inset 0 0 0 1px $kendo-selected-bg, inset 0 -1px 0 1px $kendo-selected-bg;
|
|
50725
|
-
}
|
|
50726
|
-
|
|
50727
|
-
&.k-bottom.k-right {
|
|
50728
|
-
box-shadow: inset 0 0 0 1px $kendo-selected-bg, inset -1px -1px 0 1px $kendo-selected-bg;
|
|
50729
|
-
}
|
|
50792
|
+
@include fill ( $bg: $kendo-spreadsheet-active-cell-bg );
|
|
50793
|
+
@include box-shadow( $kendo-spreadsheet-active-cell-shadow );
|
|
50730
50794
|
}
|
|
50731
50795
|
|
|
50732
50796
|
.k-spreadsheet .k-auto-fill {
|
|
50733
|
-
|
|
50734
|
-
|
|
50735
|
-
|
|
50797
|
+
@include fill(
|
|
50798
|
+
$kendo-spreadsheet-auto-fill-text,
|
|
50799
|
+
$kendo-spreadsheet-auto-fill-bg,
|
|
50800
|
+
$kendo-spreadsheet-auto-fill-border
|
|
50801
|
+
);
|
|
50802
|
+
@include box-shadow( $kendo-spreadsheet-auto-fill-shadow );
|
|
50736
50803
|
}
|
|
50737
50804
|
.k-spreadsheet .k-auto-fill-punch {
|
|
50738
|
-
|
|
50805
|
+
@include fill( $bg: $kendo-spreadsheet-auto-fill-punch-bg );
|
|
50739
50806
|
}
|
|
50740
50807
|
|
|
50741
|
-
|
|
50742
50808
|
// Resize handle
|
|
50743
50809
|
.k-spreadsheet .k-resize-handle,
|
|
50744
50810
|
.k-spreadsheet .k-resize-hint-handle,
|
|
50745
50811
|
.k-spreadsheet .k-resize-hint-marker {
|
|
50746
|
-
|
|
50812
|
+
@include fill( $bg: $kendo-spreadsheet-resize-handle-bg );
|
|
50747
50813
|
}
|
|
50748
50814
|
|
|
50749
50815
|
// Comments
|
|
50750
50816
|
.k-spreadsheet-has-comment::after {
|
|
50751
|
-
border-color: $kendo-
|
|
50817
|
+
border-block-color: $kendo-spreadsheet-cell-comment-border transparent;
|
|
50818
|
+
border-inline-color: transparent $kendo-spreadsheet-cell-comment-border;
|
|
50752
50819
|
}
|
|
50753
50820
|
|
|
50754
50821
|
// Validation
|
|
50755
|
-
.k-dirty {
|
|
50756
|
-
border-color: $kendo-
|
|
50822
|
+
.k-spreadsheet-cell .k-dirty {
|
|
50823
|
+
border-block-color: $kendo-spreadsheet-cell-dirty-border transparent;
|
|
50824
|
+
border-inline-color: $kendo-spreadsheet-cell-dirty-border transparent;
|
|
50757
50825
|
}
|
|
50758
50826
|
|
|
50759
|
-
|
|
50760
|
-
|
|
50761
50827
|
// Filter button
|
|
50762
50828
|
.k-spreadsheet .k-filter-range {
|
|
50763
50829
|
border-color: $kendo-color-primary;
|
|
@@ -50790,10 +50856,8 @@ $kendo-spreadsheet-dropzone-spacing-y: k-map-get( $kendo-spacing, 2 ) !default;
|
|
|
50790
50856
|
}
|
|
50791
50857
|
}
|
|
50792
50858
|
|
|
50793
|
-
|
|
50794
|
-
// Filter menu
|
|
50859
|
+
// Filter menu legacy - delete after new rendering adoption R3 23
|
|
50795
50860
|
.k-spreadsheet-filter-menu {
|
|
50796
|
-
|
|
50797
50861
|
> .k-menu,
|
|
50798
50862
|
> .k-menu:not(.k-context-menu) {
|
|
50799
50863
|
|
|
@@ -50815,32 +50879,7 @@ $kendo-spreadsheet-dropzone-spacing-y: k-map-get( $kendo-spacing, 2 ) !default;
|
|
|
50815
50879
|
}
|
|
50816
50880
|
}
|
|
50817
50881
|
|
|
50818
|
-
|
|
50819
|
-
|
|
50820
|
-
.k-spreadsheet-popup {
|
|
50821
|
-
|
|
50822
|
-
// Buttons
|
|
50823
|
-
.k-button {}
|
|
50824
|
-
|
|
50825
|
-
.k-button:hover,
|
|
50826
|
-
.k-button.k-hover {
|
|
50827
|
-
@include fill(
|
|
50828
|
-
$kendo-list-item-hover-text,
|
|
50829
|
-
$kendo-list-item-hover-bg
|
|
50830
|
-
);
|
|
50831
|
-
}
|
|
50832
|
-
.k-button:active,
|
|
50833
|
-
.k-button.k-active,
|
|
50834
|
-
.k-button.k-selected {
|
|
50835
|
-
@include fill(
|
|
50836
|
-
$kendo-list-item-selected-text,
|
|
50837
|
-
$kendo-list-item-selected-bg
|
|
50838
|
-
);
|
|
50839
|
-
}
|
|
50840
|
-
}
|
|
50841
|
-
|
|
50842
|
-
|
|
50843
|
-
|
|
50882
|
+
// Delete after new rendering adoption R3 23
|
|
50844
50883
|
.k-spreadsheet-insert-image-dialog {
|
|
50845
50884
|
border-color: $kendo-spreadsheet-insert-image-dialog-preview-border;
|
|
50846
50885
|
|
|
@@ -50857,6 +50896,7 @@ $kendo-spreadsheet-dropzone-spacing-y: k-map-get( $kendo-spacing, 2 ) !default;
|
|
|
50857
50896
|
}
|
|
50858
50897
|
}
|
|
50859
50898
|
|
|
50899
|
+
// Drawing
|
|
50860
50900
|
.k-spreadsheet-drawing {
|
|
50861
50901
|
&.k-spreadsheet-active-drawing {
|
|
50862
50902
|
outline-color: $kendo-spreadsheet-drawing-handle-outline-color;
|
|
@@ -50872,26 +50912,17 @@ $kendo-spreadsheet-dropzone-spacing-y: k-map-get( $kendo-spacing, 2 ) !default;
|
|
|
50872
50912
|
background: $kendo-spreadsheet-drawing-anchor-bg;
|
|
50873
50913
|
}
|
|
50874
50914
|
|
|
50875
|
-
|
|
50876
|
-
|
|
50877
|
-
.k-
|
|
50878
|
-
.k-
|
|
50879
|
-
|
|
50880
|
-
|
|
50881
|
-
|
|
50882
|
-
|
|
50883
|
-
}
|
|
50884
|
-
|
|
50885
|
-
.k-dirty {
|
|
50886
|
-
border-color: $kendo-color-error $kendo-color-error transparent transparent;
|
|
50887
|
-
}
|
|
50888
|
-
|
|
50889
|
-
}
|
|
50915
|
+
// Formula bar
|
|
50916
|
+
.k-spreadsheet-formula-list {}
|
|
50917
|
+
.k-syntax-ref { color: #ff8822; }
|
|
50918
|
+
.k-syntax-num { color: #0099ff; }
|
|
50919
|
+
.k-syntax-str { color: #38b714; }
|
|
50920
|
+
.k-syntax-error { color: red; }
|
|
50921
|
+
.k-syntax-bool { color: #a9169c; }
|
|
50922
|
+
.k-syntax-paren-match { background-color: #caf200; }
|
|
50890
50923
|
|
|
50891
50924
|
}
|
|
50892
50925
|
|
|
50893
|
-
|
|
50894
|
-
|
|
50895
50926
|
@mixin kendo-spreadsheet--theme() {
|
|
50896
50927
|
@include kendo-spreadsheet--theme-base();
|
|
50897
50928
|
}
|
|
@@ -50900,16 +50931,7 @@ $kendo-spreadsheet-dropzone-spacing-y: k-map-get( $kendo-spacing, 2 ) !default;
|
|
|
50900
50931
|
|
|
50901
50932
|
|
|
50902
50933
|
@mixin kendo-spreadsheet--theme() {
|
|
50903
|
-
|
|
50904
|
-
// Spreadsheet
|
|
50905
|
-
.k-spreadsheet {
|
|
50906
|
-
@include fill(
|
|
50907
|
-
$kendo-spreadsheet-text,
|
|
50908
|
-
$kendo-spreadsheet-bg,
|
|
50909
|
-
$kendo-spreadsheet-border
|
|
50910
|
-
);
|
|
50911
|
-
}
|
|
50912
|
-
|
|
50934
|
+
@include kendo-spreadsheet--theme-base();
|
|
50913
50935
|
|
|
50914
50936
|
// Spreadsheet header
|
|
50915
50937
|
.k-spreadsheet > .k-tabstrip-wrapper {
|
|
@@ -50926,241 +50948,18 @@ $kendo-spreadsheet-dropzone-spacing-y: k-map-get( $kendo-spacing, 2 ) !default;
|
|
|
50926
50948
|
}
|
|
50927
50949
|
}
|
|
50928
50950
|
|
|
50929
|
-
|
|
50930
50951
|
// Quick access toolbar
|
|
50931
50952
|
.k-spreadsheet-quick-access-toolbar {
|
|
50932
50953
|
color: $kendo-color-primary-contrast;
|
|
50933
50954
|
background-color: $kendo-color-primary;
|
|
50934
50955
|
}
|
|
50935
50956
|
|
|
50936
|
-
|
|
50937
|
-
// Spreadsheet footer
|
|
50938
|
-
.k-spreadsheet-sheets-bar {
|
|
50939
|
-
@include fill(
|
|
50940
|
-
$kendo-toolbar-text,
|
|
50941
|
-
k-try-shade( $kendo-toolbar-bg, .5 ),
|
|
50942
|
-
inherit,
|
|
50943
|
-
$kendo-toolbar-gradient
|
|
50944
|
-
);
|
|
50945
|
-
|
|
50946
|
-
.k-tabstrip-items .k-item.k-active {
|
|
50947
|
-
border-color: $kendo-color-secondary;
|
|
50948
|
-
}
|
|
50949
|
-
}
|
|
50950
|
-
|
|
50951
|
-
|
|
50952
|
-
// Row / column headers
|
|
50953
|
-
.k-spreadsheet-top-corner,
|
|
50954
|
-
.k-spreadsheet-row-header,
|
|
50955
|
-
.k-spreadsheet-column-header {
|
|
50956
|
-
border-color: $kendo-component-border;
|
|
50957
|
-
background-color: k-try-shade( $kendo-component-bg, 1 );
|
|
50958
|
-
}
|
|
50959
|
-
|
|
50960
|
-
|
|
50961
|
-
// Formula bar
|
|
50962
|
-
.k-spreadsheet-formula-list {}
|
|
50963
|
-
.k-syntax-ref { color: #ff8822; }
|
|
50964
|
-
.k-syntax-num { color: #0099ff; }
|
|
50965
|
-
.k-syntax-str { color: #38b714; }
|
|
50966
|
-
.k-syntax-error { color: red; }
|
|
50967
|
-
.k-syntax-bool { color: #a9169c; }
|
|
50968
|
-
.k-syntax-paren-match { background-color: #caf200; }
|
|
50969
|
-
|
|
50970
|
-
|
|
50971
|
-
// Cell editor
|
|
50972
|
-
.k-spreadsheet-cell-editor {
|
|
50973
|
-
color: $kendo-component-text;
|
|
50974
|
-
background-color: $kendo-component-bg;
|
|
50975
|
-
}
|
|
50976
|
-
|
|
50977
|
-
|
|
50978
|
-
// Cells
|
|
50979
|
-
.k-spreadsheet-merged-cell {
|
|
50980
|
-
background-color: $kendo-component-bg;
|
|
50981
|
-
}
|
|
50982
|
-
|
|
50983
|
-
|
|
50984
50957
|
// Selection
|
|
50985
50958
|
.k-spreadsheet .k-selection-full,
|
|
50986
50959
|
.k-spreadsheet .k-selection-partial {
|
|
50987
|
-
background-color: rgba( black, .04 );
|
|
50988
|
-
|
|
50989
50960
|
&::after { border-color: $kendo-color-secondary; }
|
|
50990
50961
|
}
|
|
50991
50962
|
|
|
50992
|
-
|
|
50993
|
-
.k-spreadsheet-selection {
|
|
50994
|
-
border-color: $kendo-color-primary;
|
|
50995
|
-
background-color: rgba( $kendo-color-primary, .25 );
|
|
50996
|
-
box-shadow: inset 0 0 0 1px $kendo-color-primary;
|
|
50997
|
-
}
|
|
50998
|
-
|
|
50999
|
-
.k-spreadsheet .k-single-selection::after {
|
|
51000
|
-
border-color: $kendo-component-bg;
|
|
51001
|
-
background-color: $kendo-color-primary;
|
|
51002
|
-
}
|
|
51003
|
-
.k-spreadsheet-active-cell {
|
|
51004
|
-
box-shadow: inset 0 0 0 1px $kendo-color-primary;
|
|
51005
|
-
background-color: $kendo-component-bg;
|
|
51006
|
-
|
|
51007
|
-
&.k-right {
|
|
51008
|
-
box-shadow: inset 0 0 0 1px $kendo-color-primary, inset -1px 0 0 1px $kendo-color-primary;
|
|
51009
|
-
}
|
|
51010
|
-
|
|
51011
|
-
&.k-bottom {
|
|
51012
|
-
box-shadow: inset 0 0 0 1px $kendo-color-primary, inset 0 -1px 0 1px $kendo-color-primary;
|
|
51013
|
-
}
|
|
51014
|
-
|
|
51015
|
-
&.k-bottom.k-right {
|
|
51016
|
-
box-shadow: inset 0 0 0 1px $kendo-color-primary, inset -1px -1px 0 1px $kendo-color-primary;
|
|
51017
|
-
}
|
|
51018
|
-
}
|
|
51019
|
-
|
|
51020
|
-
.k-spreadsheet .k-auto-fill {
|
|
51021
|
-
border-color: $kendo-color-primary;
|
|
51022
|
-
background-color: rgba( $kendo-color-primary, .25 );
|
|
51023
|
-
box-shadow: inset 0 0 0 1px $kendo-color-primary;
|
|
51024
|
-
}
|
|
51025
|
-
.k-spreadsheet .k-auto-fill-punch {
|
|
51026
|
-
background-color: rgba( $kendo-component-bg, .5 );
|
|
51027
|
-
}
|
|
51028
|
-
|
|
51029
|
-
|
|
51030
|
-
// Resize handle
|
|
51031
|
-
.k-spreadsheet .k-resize-handle,
|
|
51032
|
-
.k-spreadsheet .k-resize-hint-handle,
|
|
51033
|
-
.k-spreadsheet .k-resize-hint-marker {
|
|
51034
|
-
background-color: $kendo-color-primary;
|
|
51035
|
-
}
|
|
51036
|
-
|
|
51037
|
-
// Comments
|
|
51038
|
-
.k-spreadsheet-has-comment::after {
|
|
51039
|
-
border-color: $kendo-color-primary $kendo-color-primary transparent transparent;
|
|
51040
|
-
}
|
|
51041
|
-
|
|
51042
|
-
// Validation
|
|
51043
|
-
.k-dirty {
|
|
51044
|
-
border-color: $kendo-color-error transparent transparent $kendo-color-error;
|
|
51045
|
-
}
|
|
51046
|
-
|
|
51047
|
-
|
|
51048
|
-
// Filter button
|
|
51049
|
-
.k-spreadsheet .k-filter-range {
|
|
51050
|
-
border-color: $kendo-color-primary;
|
|
51051
|
-
}
|
|
51052
|
-
.k-spreadsheet-filter {
|
|
51053
|
-
@include fill(
|
|
51054
|
-
$kendo-button-text,
|
|
51055
|
-
$kendo-button-bg,
|
|
51056
|
-
$kendo-button-border,
|
|
51057
|
-
$kendo-button-gradient
|
|
51058
|
-
);
|
|
51059
|
-
box-shadow: inset 0 0 0 1px $kendo-button-border;
|
|
51060
|
-
|
|
51061
|
-
&.k-active {
|
|
51062
|
-
@include fill(
|
|
51063
|
-
$kendo-button-active-text,
|
|
51064
|
-
$kendo-button-active-bg,
|
|
51065
|
-
$kendo-button-active-border,
|
|
51066
|
-
$kendo-button-active-gradient
|
|
51067
|
-
);
|
|
51068
|
-
@include box-shadow( $kendo-button-active-shadow );
|
|
51069
|
-
}
|
|
51070
|
-
|
|
51071
|
-
&:hover {
|
|
51072
|
-
@include fill(
|
|
51073
|
-
$kendo-button-hover-text,
|
|
51074
|
-
$kendo-button-hover-bg,
|
|
51075
|
-
$kendo-button-hover-border,
|
|
51076
|
-
$kendo-button-hover-gradient
|
|
51077
|
-
);
|
|
51078
|
-
}
|
|
51079
|
-
}
|
|
51080
|
-
|
|
51081
|
-
|
|
51082
|
-
// Filter menu
|
|
51083
|
-
.k-spreadsheet-filter-menu {
|
|
51084
|
-
|
|
51085
|
-
.k-spreadsheet-value-treeview-wrapper {
|
|
51086
|
-
@include fill(
|
|
51087
|
-
$kendo-component-text,
|
|
51088
|
-
$kendo-component-bg,
|
|
51089
|
-
$kendo-component-border
|
|
51090
|
-
);
|
|
51091
|
-
}
|
|
51092
|
-
}
|
|
51093
|
-
|
|
51094
|
-
|
|
51095
|
-
.k-spreadsheet-insert-image-dialog {
|
|
51096
|
-
border-color: $kendo-spreadsheet-insert-image-dialog-preview-border;
|
|
51097
|
-
|
|
51098
|
-
.k-spreadsheet-has-image {
|
|
51099
|
-
&:hover,
|
|
51100
|
-
&.k-hover {
|
|
51101
|
-
box-shadow: $kendo-spreadsheet-insert-image-dialog-preview-overlay-shadow;
|
|
51102
|
-
}
|
|
51103
|
-
|
|
51104
|
-
&:hover div,
|
|
51105
|
-
&.k-hover div {
|
|
51106
|
-
color: $kendo-spreadsheet-insert-image-dialog-overlay-hover-text;
|
|
51107
|
-
}
|
|
51108
|
-
}
|
|
51109
|
-
}
|
|
51110
|
-
|
|
51111
|
-
.k-spreadsheet-drawing {
|
|
51112
|
-
&.k-spreadsheet-active-drawing {
|
|
51113
|
-
outline-color: $kendo-spreadsheet-drawing-handle-outline-color;
|
|
51114
|
-
}
|
|
51115
|
-
|
|
51116
|
-
.k-spreadsheet-drawing-handle {
|
|
51117
|
-
border-color: $kendo-spreadsheet-drawing-handle-border-color;
|
|
51118
|
-
background-color: $kendo-spreadsheet-drawing-handle-bg;
|
|
51119
|
-
}
|
|
51120
|
-
}
|
|
51121
|
-
|
|
51122
|
-
.k-spreadsheet-drawing-anchor-cell {
|
|
51123
|
-
background: $kendo-spreadsheet-drawing-anchor-bg;
|
|
51124
|
-
}
|
|
51125
|
-
|
|
51126
|
-
|
|
51127
|
-
.k-spreadsheet-popup {
|
|
51128
|
-
|
|
51129
|
-
// Buttons
|
|
51130
|
-
.k-button {}
|
|
51131
|
-
|
|
51132
|
-
.k-button:hover,
|
|
51133
|
-
.k-button.k-hover {
|
|
51134
|
-
@include fill(
|
|
51135
|
-
$kendo-list-item-hover-text,
|
|
51136
|
-
$kendo-list-item-hover-bg
|
|
51137
|
-
);
|
|
51138
|
-
}
|
|
51139
|
-
.k-button:active,
|
|
51140
|
-
.k-button.k-active,
|
|
51141
|
-
.k-button.k-selected {
|
|
51142
|
-
@include fill(
|
|
51143
|
-
$kendo-list-item-selected-text,
|
|
51144
|
-
$kendo-list-item-selected-bg
|
|
51145
|
-
);
|
|
51146
|
-
}
|
|
51147
|
-
}
|
|
51148
|
-
|
|
51149
|
-
|
|
51150
|
-
.k-rtl .k-spreadsheet,
|
|
51151
|
-
.k-spreadsheet[dir="rtl"],
|
|
51152
|
-
[dir="rtl"] .k-spreadsheet {
|
|
51153
|
-
|
|
51154
|
-
.k-spreadsheet-has-comment::after {
|
|
51155
|
-
border-color: $kendo-color-primary transparent transparent $kendo-color-primary;
|
|
51156
|
-
}
|
|
51157
|
-
|
|
51158
|
-
.k-dirty {
|
|
51159
|
-
border-color: $kendo-color-error $kendo-color-error transparent transparent;
|
|
51160
|
-
}
|
|
51161
|
-
|
|
51162
|
-
}
|
|
51163
|
-
|
|
51164
50963
|
}
|
|
51165
50964
|
|
|
51166
50965
|
// #endregion
|