@progress/kendo-theme-default 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 CHANGED
@@ -35459,6 +35459,15 @@ kendo-badge-container {
35459
35459
  display: none;
35460
35460
  }
35461
35461
 
35462
+ .k-toolbar.k-toolbar-flat {
35463
+ border-width: 1px 0;
35464
+ border-top-color: transparent !important;
35465
+ border-bottom-color: inherit;
35466
+ color: inherit;
35467
+ background: none !important;
35468
+ box-shadow: none;
35469
+ }
35470
+
35462
35471
  .k-toolbar {
35463
35472
  border-color: rgba(0, 0, 0, 0.08);
35464
35473
  color: #424242;
@@ -47887,72 +47896,22 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
47887
47896
  transform: translateY(-100%);
47888
47897
  }
47889
47898
 
47890
- .k-spreadsheet .k-tabstrip-wrapper {
47891
- border-width: 0 0 1px;
47892
- border-style: solid;
47893
- border-color: inherit;
47894
- position: relative;
47895
- }
47896
-
47897
- .k-spreadsheet-quick-access-toolbar {
47898
- padding: 8px;
47899
- display: inline-flex;
47900
- flex-direction: row;
47901
- position: absolute;
47902
- z-index: 2;
47903
- top: 0;
47904
- left: 0;
47905
- }
47906
-
47907
- .k-spreadsheet-tabstrip {
47908
- padding-top: 8px;
47909
- position: relative;
47910
- z-index: 1;
47911
- }
47912
-
47913
- .k-spreadsheet-tabstrip .k-tabstrip-items-wrapper {
47914
- margin: 0;
47915
- }
47916
-
47917
- .k-spreadsheet-tabstrip .k-loading {
47918
- display: none;
47919
- }
47920
-
47921
- .k-spreadsheet-tabstrip .k-content,
47922
- .k-spreadsheet-tabstrip .k-tabstrip-content {
47923
- border-radius: 0;
47924
- padding: 0;
47925
- border-width: 0;
47926
- overflow: hidden;
47927
- }
47928
-
47929
47899
  .k-spreadsheet-toolbar {
47930
47900
  border-width: 0;
47931
47901
  }
47932
47902
 
47933
- .k-spreadsheet-toolbar [data-tool="backgroundColor"],
47934
- .k-spreadsheet-toolbar [data-tool="textColor"],
47935
- .k-spreadsheet-toolbar [data-tool="borders"],
47936
- .k-spreadsheet-toolbar [data-tool="alignment"],
47937
- .k-spreadsheet-toolbar [data-tool="merge"],
47938
- .k-spreadsheet-toolbar [data-tool="freeze"] {
47939
- width: auto;
47940
- min-width: 1.4285714286em;
47941
- }
47942
-
47943
- .k-spreadsheet-toolbar .k-color-picker, .k-spreadsheet-toolbar .k-colorpicker {
47944
- width: min-content;
47945
- }
47946
-
47947
47903
  .k-spreadsheet-action-bar {
47948
47904
  border-width: 0 0 1px;
47949
47905
  border-style: solid;
47950
47906
  border-color: inherit;
47951
- font-size: 12px;
47907
+ padding-block: 4px;
47908
+ padding-inline: 8px;
47909
+ font-size: 14px;
47952
47910
  font-family: Arial, Verdana, sans-serif;
47953
47911
  position: relative;
47954
47912
  display: flex;
47955
47913
  flex-direction: row;
47914
+ gap: 8px;
47956
47915
  }
47957
47916
 
47958
47917
  .k-spreadsheet-name-editor {
@@ -47960,12 +47919,13 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
47960
47919
  }
47961
47920
 
47962
47921
  .k-spreadsheet-formula-bar {
47922
+ min-width: 0px;
47963
47923
  border-color: inherit;
47964
47924
  display: flex;
47965
47925
  flex-direction: row;
47966
47926
  align-items: center;
47967
47927
  flex: 1;
47968
- gap: 4px;
47928
+ gap: 8px;
47969
47929
  }
47970
47930
 
47971
47931
  .k-spreadsheet-formula-bar > .k-icon,
@@ -47989,6 +47949,10 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
47989
47949
  padding-block: 4px;
47990
47950
  padding-inline: 8px;
47991
47951
  line-height: 1.4285714286;
47952
+ display: inline-block;
47953
+ white-space: nowrap;
47954
+ overflow: hidden;
47955
+ text-overflow: ellipsis;
47992
47956
  }
47993
47957
 
47994
47958
  .k-spreadsheet-formula-bar .k-spreadsheet-formula-input.k-spreadsheet-array-formula::before {
@@ -48038,26 +48002,35 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
48038
48002
  }
48039
48003
 
48040
48004
  .k-spreadsheet-cell-editor {
48041
- padding-block: 0;
48042
- padding-inline: 3px;
48005
+ padding-block: 0px;
48006
+ padding-inline: 4px;
48043
48007
  line-height: 20px;
48044
48008
  display: none;
48045
48009
  overflow: hidden;
48046
48010
  position: absolute;
48047
- z-index: 2000;
48011
+ z-index: 100;
48048
48012
  }
48049
48013
 
48050
48014
  .k-spreadsheet-sheets-bar {
48051
- padding: 0 0 4px 4px;
48015
+ padding-block-end: 8px;
48016
+ padding-inline: 8px;
48052
48017
  border-width: 1px 0 0;
48053
48018
  border-style: solid;
48054
48019
  border-color: inherit;
48055
48020
  display: flex;
48056
48021
  flex-direction: row;
48057
- align-items: flex-start;
48022
+ align-items: center;
48058
48023
  position: relative;
48059
48024
  }
48060
48025
 
48026
+ .k-spreadsheet-sheets {
48027
+ flex: 1 1 auto;
48028
+ }
48029
+
48030
+ .k-spreadsheet-sheets .k-tabstrip-items-wrapper {
48031
+ border-width: 0;
48032
+ }
48033
+
48061
48034
  .k-spreadsheet-sheets-bar-add {
48062
48035
  align-self: center;
48063
48036
  }
@@ -48096,8 +48069,8 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
48096
48069
  .k-spreadsheet-view {
48097
48070
  height: auto !important;
48098
48071
  border-color: inherit;
48099
- font-size: 12px;
48100
- font-family: Arial, Verdana, Sans-serif;
48072
+ font-size: 14px;
48073
+ font-family: Arial, Verdana, sans-serif;
48101
48074
  flex: 1;
48102
48075
  position: relative;
48103
48076
  overflow: hidden;
@@ -48108,8 +48081,8 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
48108
48081
  }
48109
48082
 
48110
48083
  .k-spreadsheet-fixed-container {
48111
- width: 100%;
48112
- height: 100%;
48084
+ width: calc(100% - var(--kendo-scrollbar-width, 17px));
48085
+ height: calc(100% - var(--kendo-scrollbar-width, 17px));
48113
48086
  border-color: inherit;
48114
48087
  box-sizing: border-box;
48115
48088
  -webkit-user-select: none;
@@ -48275,7 +48248,8 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
48275
48248
  }
48276
48249
 
48277
48250
  .k-spreadsheet-cell {
48278
- padding: 1px;
48251
+ padding-block: 4px;
48252
+ padding-inline: 4px;
48279
48253
  box-sizing: border-box;
48280
48254
  position: absolute;
48281
48255
  line-height: normal;
@@ -48283,7 +48257,7 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
48283
48257
  overflow: hidden;
48284
48258
  }
48285
48259
 
48286
- .k-spreadsheet-merged-cells-wrapers {
48260
+ .k-spreadsheet-merged-cells-wrapper {
48287
48261
  position: relative;
48288
48262
  }
48289
48263
 
@@ -48304,8 +48278,8 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
48304
48278
  }
48305
48279
 
48306
48280
  .k-spreadsheet .k-spreadsheet-selection-highlight {
48307
- border-width: 1px;
48308
- border-style: solid;
48281
+ border-width: 2px;
48282
+ border-style: dashed;
48309
48283
  box-sizing: border-box;
48310
48284
  position: absolute;
48311
48285
  }
@@ -48351,7 +48325,7 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
48351
48325
  position: absolute;
48352
48326
  bottom: 0;
48353
48327
  right: 0;
48354
- z-index: 100;
48328
+ z-index: 300;
48355
48329
  cursor: crosshair;
48356
48330
  }
48357
48331
 
@@ -48382,15 +48356,15 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
48382
48356
  display: block;
48383
48357
  position: absolute;
48384
48358
  top: 0;
48385
- right: 0;
48386
- left: auto;
48359
+ inset-inline-end: 0;
48360
+ inset-inline-start: auto;
48387
48361
  border-width: 3px;
48388
48362
  border-style: solid;
48389
48363
  }
48390
48364
 
48391
- .k-dirty {
48392
- left: 0;
48393
- right: auto;
48365
+ .k-spreadsheet-cell .k-dirty {
48366
+ inset-inline-start: 0;
48367
+ inset-inline-end: auto;
48394
48368
  }
48395
48369
 
48396
48370
  .k-spreadsheet .k-filter-wrapper {
@@ -48399,7 +48373,7 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
48399
48373
  }
48400
48374
 
48401
48375
  .k-spreadsheet .k-filter-range {
48402
- border-width: 1px;
48376
+ border-width: 2px;
48403
48377
  border-style: solid;
48404
48378
  position: absolute;
48405
48379
  box-sizing: border-box;
@@ -48407,6 +48381,7 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
48407
48381
 
48408
48382
  .k-spreadsheet-filter {
48409
48383
  border-radius: 4px;
48384
+ padding: 4px;
48410
48385
  line-height: 1;
48411
48386
  position: absolute;
48412
48387
  cursor: pointer;
@@ -48544,18 +48519,6 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
48544
48519
  gap: 8px;
48545
48520
  }
48546
48521
 
48547
- .k-spreadsheet-format-popup .k-item {
48548
- justify-content: space-between;
48549
- }
48550
-
48551
- .k-spreadsheet-format-popup .k-spreadsheet-sample {
48552
- order: 1;
48553
- }
48554
-
48555
- .k-spreadsheet-sample {
48556
- opacity: .7;
48557
- }
48558
-
48559
48522
  .k-spreadsheet-clipboard,
48560
48523
  .k-spreadsheet-clipboard-paste {
48561
48524
  margin: 0;
@@ -48758,54 +48721,86 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
48758
48721
  border-radius: 4px;
48759
48722
  }
48760
48723
 
48761
- .k-rtl .k-spreadsheet .k-dirty,
48762
- .k-spreadsheet[dir="rtl"] .k-dirty {
48763
- right: 0;
48764
- left: auto;
48724
+ .k-spreadsheet-legacy .k-spreadsheet,
48725
+ .k-spreadsheet-legacy .k-spreadsheet-action-bar,
48726
+ .k-spreadsheet-legacy .k-spreadsheet-view {
48727
+ font-size: 12px;
48765
48728
  }
48766
48729
 
48767
- .k-rtl .k-spreadsheet .k-spreadsheet-has-comment::after,
48768
- .k-spreadsheet[dir="rtl"] .k-spreadsheet-has-comment::after {
48769
- left: 0;
48770
- right: auto;
48730
+ .k-spreadsheet-legacy .k-spreadsheet-cell {
48731
+ padding: 1px;
48771
48732
  }
48772
48733
 
48773
- .k-spreadsheet {
48774
- border-color: rgba(0, 0, 0, 0.08);
48775
- color: #424242;
48776
- background-color: #ffffff;
48734
+ .k-spreadsheet-legacy .k-spreadsheet-filter {
48735
+ padding: 0px;
48777
48736
  }
48778
48737
 
48779
- .k-spreadsheet-top-corner,
48780
- .k-spreadsheet-row-header,
48781
- .k-spreadsheet-column-header {
48782
- border-color: rgba(0, 0, 0, 0.08);
48783
- color: #424242;
48784
- background-color: #fafafa;
48738
+ .k-spreadsheet-legacy .k-filter-range {
48739
+ border-width: 1px;
48785
48740
  }
48786
48741
 
48787
- .k-syntax-ref {
48788
- color: #ff8822;
48742
+ .k-spreadsheet-legacy .k-spreadsheet .k-spreadsheet-selection-highlight {
48743
+ border-width: 1px;
48744
+ border-style: solid;
48789
48745
  }
48790
48746
 
48791
- .k-syntax-num {
48792
- color: #0099ff;
48747
+ .k-spreadsheet .k-tabstrip-wrapper {
48748
+ border-width: 0 0 1px;
48749
+ border-style: solid;
48750
+ border-color: inherit;
48751
+ position: relative;
48793
48752
  }
48794
48753
 
48795
- .k-syntax-str {
48796
- color: #38b714;
48754
+ .k-spreadsheet-quick-access-toolbar {
48755
+ padding: 8px;
48756
+ display: inline-flex;
48757
+ flex-direction: row;
48758
+ position: absolute;
48759
+ z-index: 2;
48760
+ top: 0;
48761
+ left: 0;
48797
48762
  }
48798
48763
 
48799
- .k-syntax-error {
48800
- color: red;
48764
+ .k-spreadsheet-tabstrip {
48765
+ padding-top: 8px;
48766
+ position: relative;
48767
+ z-index: 1;
48801
48768
  }
48802
48769
 
48803
- .k-syntax-bool {
48804
- color: #a9169c;
48770
+ .k-spreadsheet-tabstrip .k-tabstrip-items-wrapper {
48771
+ margin: 0;
48805
48772
  }
48806
48773
 
48807
- .k-syntax-paren-match {
48808
- background-color: #caf200;
48774
+ .k-spreadsheet-tabstrip .k-loading {
48775
+ display: none;
48776
+ }
48777
+
48778
+ .k-spreadsheet-tabstrip .k-content,
48779
+ .k-spreadsheet-tabstrip .k-tabstrip-content {
48780
+ border-radius: 0;
48781
+ padding: 0;
48782
+ border-width: 0;
48783
+ overflow: hidden;
48784
+ }
48785
+
48786
+ .k-spreadsheet {
48787
+ border-color: rgba(0, 0, 0, 0.08);
48788
+ color: #424242;
48789
+ background-color: #ffffff;
48790
+ }
48791
+
48792
+ .k-spreadsheet-header {
48793
+ border-color: rgba(0, 0, 0, 0.08);
48794
+ color: #424242;
48795
+ background-color: #fafafa;
48796
+ }
48797
+
48798
+ .k-spreadsheet-top-corner,
48799
+ .k-spreadsheet-row-header,
48800
+ .k-spreadsheet-column-header {
48801
+ border-color: rgba(0, 0, 0, 0.08);
48802
+ color: #424242;
48803
+ background-color: #fafafa;
48809
48804
  }
48810
48805
 
48811
48806
  .k-spreadsheet-cell-editor {
@@ -48832,26 +48827,18 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
48832
48827
  box-shadow: inset 0 0 0 1px #ff6358;
48833
48828
  }
48834
48829
 
48830
+ .k-spreadsheet-selection-highlight {
48831
+ border-color: #ff6358;
48832
+ }
48833
+
48835
48834
  .k-spreadsheet .k-single-selection::after {
48836
48835
  border-color: #ffffff;
48837
48836
  background-color: #ff6358;
48838
48837
  }
48839
48838
 
48840
48839
  .k-spreadsheet-active-cell {
48841
- box-shadow: inset 0 0 0 1px #ff6358;
48842
48840
  background-color: #ffffff;
48843
- }
48844
-
48845
- .k-spreadsheet-active-cell.k-right {
48846
- box-shadow: inset 0 0 0 1px #ff6358, inset -1px 0 0 1px #ff6358;
48847
- }
48848
-
48849
- .k-spreadsheet-active-cell.k-bottom {
48850
- box-shadow: inset 0 0 0 1px #ff6358, inset 0 -1px 0 1px #ff6358;
48851
- }
48852
-
48853
- .k-spreadsheet-active-cell.k-bottom.k-right {
48854
- box-shadow: inset 0 0 0 1px #ff6358, inset -1px -1px 0 1px #ff6358;
48841
+ box-shadow: inset 0 0 0 1px #ff6358;
48855
48842
  }
48856
48843
 
48857
48844
  .k-spreadsheet .k-auto-fill {
@@ -48871,11 +48858,13 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
48871
48858
  }
48872
48859
 
48873
48860
  .k-spreadsheet-has-comment::after {
48874
- border-color: #ff6358 #ff6358 transparent transparent;
48861
+ border-block-color: #ff6358 transparent;
48862
+ border-inline-color: transparent #ff6358;
48875
48863
  }
48876
48864
 
48877
- .k-dirty {
48878
- border-color: #f31700 transparent transparent #f31700;
48865
+ .k-spreadsheet-cell .k-dirty {
48866
+ border-block-color: #f31700 transparent;
48867
+ border-inline-color: #f31700 transparent;
48879
48868
  }
48880
48869
 
48881
48870
  .k-spreadsheet .k-filter-range {
@@ -48912,19 +48901,6 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
48912
48901
  background-color: #ffffff;
48913
48902
  }
48914
48903
 
48915
- .k-spreadsheet-popup .k-button:hover,
48916
- .k-spreadsheet-popup .k-button.k-hover {
48917
- color: #424242;
48918
- background-color: #f0f0f0;
48919
- }
48920
-
48921
- .k-spreadsheet-popup .k-button:active,
48922
- .k-spreadsheet-popup .k-button.k-active,
48923
- .k-spreadsheet-popup .k-button.k-selected {
48924
- color: white;
48925
- background-color: #ff6358;
48926
- }
48927
-
48928
48904
  .k-spreadsheet-insert-image-dialog {
48929
48905
  border-color: rgba(0, 0, 0, 0.08);
48930
48906
  }
@@ -48951,16 +48927,28 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
48951
48927
  background: rgba(255, 99, 88, 0.25);
48952
48928
  }
48953
48929
 
48954
- .k-rtl .k-spreadsheet .k-spreadsheet-has-comment::after,
48955
- .k-spreadsheet[dir="rtl"] .k-spreadsheet-has-comment::after,
48956
- [dir="rtl"] .k-spreadsheet .k-spreadsheet-has-comment::after {
48957
- border-color: #ff6358 transparent transparent #ff6358;
48930
+ .k-syntax-ref {
48931
+ color: #ff8822;
48958
48932
  }
48959
48933
 
48960
- .k-rtl .k-spreadsheet .k-dirty,
48961
- .k-spreadsheet[dir="rtl"] .k-dirty,
48962
- [dir="rtl"] .k-spreadsheet .k-dirty {
48963
- border-color: #f31700 #f31700 transparent transparent;
48934
+ .k-syntax-num {
48935
+ color: #0099ff;
48936
+ }
48937
+
48938
+ .k-syntax-str {
48939
+ color: #38b714;
48940
+ }
48941
+
48942
+ .k-syntax-error {
48943
+ color: red;
48944
+ }
48945
+
48946
+ .k-syntax-bool {
48947
+ color: #a9169c;
48948
+ }
48949
+
48950
+ .k-syntax-paren-match {
48951
+ background-color: #caf200;
48964
48952
  }
48965
48953
 
48966
48954
  .k-pivotgrid {