@progress/kendo-theme-classic 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
@@ -35462,6 +35462,15 @@ kendo-badge-container {
35462
35462
  display: none;
35463
35463
  }
35464
35464
 
35465
+ .k-toolbar.k-toolbar-flat {
35466
+ border-width: 1px 0;
35467
+ border-top-color: transparent !important;
35468
+ border-bottom-color: inherit;
35469
+ color: inherit;
35470
+ background: none !important;
35471
+ box-shadow: none;
35472
+ }
35473
+
35465
35474
  .k-toolbar {
35466
35475
  border-color: #cacaca;
35467
35476
  color: #272727;
@@ -47900,72 +47909,22 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
47900
47909
  transform: translateY(-100%);
47901
47910
  }
47902
47911
 
47903
- .k-spreadsheet .k-tabstrip-wrapper {
47904
- border-width: 0 0 1px;
47905
- border-style: solid;
47906
- border-color: inherit;
47907
- position: relative;
47908
- }
47909
-
47910
- .k-spreadsheet-quick-access-toolbar {
47911
- padding: 8px;
47912
- display: inline-flex;
47913
- flex-direction: row;
47914
- position: absolute;
47915
- z-index: 2;
47916
- top: 0;
47917
- left: 0;
47918
- }
47919
-
47920
- .k-spreadsheet-tabstrip {
47921
- padding-top: 8px;
47922
- position: relative;
47923
- z-index: 1;
47924
- }
47925
-
47926
- .k-spreadsheet-tabstrip .k-tabstrip-items-wrapper {
47927
- margin: 0;
47928
- }
47929
-
47930
- .k-spreadsheet-tabstrip .k-loading {
47931
- display: none;
47932
- }
47933
-
47934
- .k-spreadsheet-tabstrip .k-content,
47935
- .k-spreadsheet-tabstrip .k-tabstrip-content {
47936
- border-radius: 0;
47937
- padding: 0;
47938
- border-width: 0;
47939
- overflow: hidden;
47940
- }
47941
-
47942
47912
  .k-spreadsheet-toolbar {
47943
47913
  border-width: 0;
47944
47914
  }
47945
47915
 
47946
- .k-spreadsheet-toolbar [data-tool="backgroundColor"],
47947
- .k-spreadsheet-toolbar [data-tool="textColor"],
47948
- .k-spreadsheet-toolbar [data-tool="borders"],
47949
- .k-spreadsheet-toolbar [data-tool="alignment"],
47950
- .k-spreadsheet-toolbar [data-tool="merge"],
47951
- .k-spreadsheet-toolbar [data-tool="freeze"] {
47952
- width: auto;
47953
- min-width: 1.4285714286em;
47954
- }
47955
-
47956
- .k-spreadsheet-toolbar .k-color-picker, .k-spreadsheet-toolbar .k-colorpicker {
47957
- width: min-content;
47958
- }
47959
-
47960
47916
  .k-spreadsheet-action-bar {
47961
47917
  border-width: 0 0 1px;
47962
47918
  border-style: solid;
47963
47919
  border-color: inherit;
47964
- font-size: 12px;
47920
+ padding-block: 4px;
47921
+ padding-inline: 8px;
47922
+ font-size: 14px;
47965
47923
  font-family: Arial, Verdana, sans-serif;
47966
47924
  position: relative;
47967
47925
  display: flex;
47968
47926
  flex-direction: row;
47927
+ gap: 8px;
47969
47928
  }
47970
47929
 
47971
47930
  .k-spreadsheet-name-editor {
@@ -47973,12 +47932,13 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
47973
47932
  }
47974
47933
 
47975
47934
  .k-spreadsheet-formula-bar {
47935
+ min-width: 0px;
47976
47936
  border-color: inherit;
47977
47937
  display: flex;
47978
47938
  flex-direction: row;
47979
47939
  align-items: center;
47980
47940
  flex: 1;
47981
- gap: 4px;
47941
+ gap: 8px;
47982
47942
  }
47983
47943
 
47984
47944
  .k-spreadsheet-formula-bar > .k-icon,
@@ -48002,6 +47962,10 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
48002
47962
  padding-block: 4px;
48003
47963
  padding-inline: 8px;
48004
47964
  line-height: 1.4285714286;
47965
+ display: inline-block;
47966
+ white-space: nowrap;
47967
+ overflow: hidden;
47968
+ text-overflow: ellipsis;
48005
47969
  }
48006
47970
 
48007
47971
  .k-spreadsheet-formula-bar .k-spreadsheet-formula-input.k-spreadsheet-array-formula::before {
@@ -48051,26 +48015,35 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
48051
48015
  }
48052
48016
 
48053
48017
  .k-spreadsheet-cell-editor {
48054
- padding-block: 0;
48055
- padding-inline: 3px;
48018
+ padding-block: 0px;
48019
+ padding-inline: 4px;
48056
48020
  line-height: 20px;
48057
48021
  display: none;
48058
48022
  overflow: hidden;
48059
48023
  position: absolute;
48060
- z-index: 2000;
48024
+ z-index: 100;
48061
48025
  }
48062
48026
 
48063
48027
  .k-spreadsheet-sheets-bar {
48064
- padding: 0 0 4px 4px;
48028
+ padding-block-end: 8px;
48029
+ padding-inline: 8px;
48065
48030
  border-width: 1px 0 0;
48066
48031
  border-style: solid;
48067
48032
  border-color: inherit;
48068
48033
  display: flex;
48069
48034
  flex-direction: row;
48070
- align-items: flex-start;
48035
+ align-items: center;
48071
48036
  position: relative;
48072
48037
  }
48073
48038
 
48039
+ .k-spreadsheet-sheets {
48040
+ flex: 1 1 auto;
48041
+ }
48042
+
48043
+ .k-spreadsheet-sheets .k-tabstrip-items-wrapper {
48044
+ border-width: 0;
48045
+ }
48046
+
48074
48047
  .k-spreadsheet-sheets-bar-add {
48075
48048
  align-self: center;
48076
48049
  }
@@ -48109,8 +48082,8 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
48109
48082
  .k-spreadsheet-view {
48110
48083
  height: auto !important;
48111
48084
  border-color: inherit;
48112
- font-size: 12px;
48113
- font-family: Arial, Verdana, Sans-serif;
48085
+ font-size: 14px;
48086
+ font-family: Arial, Verdana, sans-serif;
48114
48087
  flex: 1;
48115
48088
  position: relative;
48116
48089
  overflow: hidden;
@@ -48121,8 +48094,8 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
48121
48094
  }
48122
48095
 
48123
48096
  .k-spreadsheet-fixed-container {
48124
- width: 100%;
48125
- height: 100%;
48097
+ width: calc(100% - var(--kendo-scrollbar-width, 17px));
48098
+ height: calc(100% - var(--kendo-scrollbar-width, 17px));
48126
48099
  border-color: inherit;
48127
48100
  box-sizing: border-box;
48128
48101
  -webkit-user-select: none;
@@ -48288,7 +48261,8 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
48288
48261
  }
48289
48262
 
48290
48263
  .k-spreadsheet-cell {
48291
- padding: 1px;
48264
+ padding-block: 4px;
48265
+ padding-inline: 4px;
48292
48266
  box-sizing: border-box;
48293
48267
  position: absolute;
48294
48268
  line-height: normal;
@@ -48296,7 +48270,7 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
48296
48270
  overflow: hidden;
48297
48271
  }
48298
48272
 
48299
- .k-spreadsheet-merged-cells-wrapers {
48273
+ .k-spreadsheet-merged-cells-wrapper {
48300
48274
  position: relative;
48301
48275
  }
48302
48276
 
@@ -48317,8 +48291,8 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
48317
48291
  }
48318
48292
 
48319
48293
  .k-spreadsheet .k-spreadsheet-selection-highlight {
48320
- border-width: 1px;
48321
- border-style: solid;
48294
+ border-width: 2px;
48295
+ border-style: dashed;
48322
48296
  box-sizing: border-box;
48323
48297
  position: absolute;
48324
48298
  }
@@ -48364,7 +48338,7 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
48364
48338
  position: absolute;
48365
48339
  bottom: 0;
48366
48340
  right: 0;
48367
- z-index: 100;
48341
+ z-index: 300;
48368
48342
  cursor: crosshair;
48369
48343
  }
48370
48344
 
@@ -48395,15 +48369,15 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
48395
48369
  display: block;
48396
48370
  position: absolute;
48397
48371
  top: 0;
48398
- right: 0;
48399
- left: auto;
48372
+ inset-inline-end: 0;
48373
+ inset-inline-start: auto;
48400
48374
  border-width: 3px;
48401
48375
  border-style: solid;
48402
48376
  }
48403
48377
 
48404
- .k-dirty {
48405
- left: 0;
48406
- right: auto;
48378
+ .k-spreadsheet-cell .k-dirty {
48379
+ inset-inline-start: 0;
48380
+ inset-inline-end: auto;
48407
48381
  }
48408
48382
 
48409
48383
  .k-spreadsheet .k-filter-wrapper {
@@ -48412,7 +48386,7 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
48412
48386
  }
48413
48387
 
48414
48388
  .k-spreadsheet .k-filter-range {
48415
- border-width: 1px;
48389
+ border-width: 2px;
48416
48390
  border-style: solid;
48417
48391
  position: absolute;
48418
48392
  box-sizing: border-box;
@@ -48420,6 +48394,7 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
48420
48394
 
48421
48395
  .k-spreadsheet-filter {
48422
48396
  border-radius: 4px;
48397
+ padding: 4px;
48423
48398
  line-height: 1;
48424
48399
  position: absolute;
48425
48400
  cursor: pointer;
@@ -48557,18 +48532,6 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
48557
48532
  gap: 8px;
48558
48533
  }
48559
48534
 
48560
- .k-spreadsheet-format-popup .k-item {
48561
- justify-content: space-between;
48562
- }
48563
-
48564
- .k-spreadsheet-format-popup .k-spreadsheet-sample {
48565
- order: 1;
48566
- }
48567
-
48568
- .k-spreadsheet-sample {
48569
- opacity: .7;
48570
- }
48571
-
48572
48535
  .k-spreadsheet-clipboard,
48573
48536
  .k-spreadsheet-clipboard-paste {
48574
48537
  margin: 0;
@@ -48771,55 +48734,88 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
48771
48734
  border-radius: 4px;
48772
48735
  }
48773
48736
 
48774
- .k-rtl .k-spreadsheet .k-dirty,
48775
- .k-spreadsheet[dir="rtl"] .k-dirty {
48776
- right: 0;
48777
- left: auto;
48737
+ .k-spreadsheet-legacy .k-spreadsheet,
48738
+ .k-spreadsheet-legacy .k-spreadsheet-action-bar,
48739
+ .k-spreadsheet-legacy .k-spreadsheet-view {
48740
+ font-size: 12px;
48778
48741
  }
48779
48742
 
48780
- .k-rtl .k-spreadsheet .k-spreadsheet-has-comment::after,
48781
- .k-spreadsheet[dir="rtl"] .k-spreadsheet-has-comment::after {
48782
- left: 0;
48783
- right: auto;
48743
+ .k-spreadsheet-legacy .k-spreadsheet-cell {
48744
+ padding: 1px;
48784
48745
  }
48785
48746
 
48786
- .k-spreadsheet {
48787
- border-color: #cacaca;
48788
- color: #272727;
48789
- background-color: #ffffff;
48747
+ .k-spreadsheet-legacy .k-spreadsheet-filter {
48748
+ padding: 0px;
48790
48749
  }
48791
48750
 
48792
- .k-spreadsheet-top-corner,
48793
- .k-spreadsheet-row-header,
48794
- .k-spreadsheet-column-header {
48795
- border-color: #cacaca;
48796
- color: #272727;
48797
- background-color: #f0f0f0;
48798
- background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
48751
+ .k-spreadsheet-legacy .k-filter-range {
48752
+ border-width: 1px;
48799
48753
  }
48800
48754
 
48801
- .k-syntax-ref {
48802
- color: #ff8822;
48755
+ .k-spreadsheet-legacy .k-spreadsheet .k-spreadsheet-selection-highlight {
48756
+ border-width: 1px;
48757
+ border-style: solid;
48803
48758
  }
48804
48759
 
48805
- .k-syntax-num {
48806
- color: #0099ff;
48760
+ .k-spreadsheet .k-tabstrip-wrapper {
48761
+ border-width: 0 0 1px;
48762
+ border-style: solid;
48763
+ border-color: inherit;
48764
+ position: relative;
48807
48765
  }
48808
48766
 
48809
- .k-syntax-str {
48810
- color: #38b714;
48767
+ .k-spreadsheet-quick-access-toolbar {
48768
+ padding: 8px;
48769
+ display: inline-flex;
48770
+ flex-direction: row;
48771
+ position: absolute;
48772
+ z-index: 2;
48773
+ top: 0;
48774
+ left: 0;
48811
48775
  }
48812
48776
 
48813
- .k-syntax-error {
48814
- color: red;
48777
+ .k-spreadsheet-tabstrip {
48778
+ padding-top: 8px;
48779
+ position: relative;
48780
+ z-index: 1;
48815
48781
  }
48816
48782
 
48817
- .k-syntax-bool {
48818
- color: #a9169c;
48783
+ .k-spreadsheet-tabstrip .k-tabstrip-items-wrapper {
48784
+ margin: 0;
48819
48785
  }
48820
48786
 
48821
- .k-syntax-paren-match {
48822
- background-color: #caf200;
48787
+ .k-spreadsheet-tabstrip .k-loading {
48788
+ display: none;
48789
+ }
48790
+
48791
+ .k-spreadsheet-tabstrip .k-content,
48792
+ .k-spreadsheet-tabstrip .k-tabstrip-content {
48793
+ border-radius: 0;
48794
+ padding: 0;
48795
+ border-width: 0;
48796
+ overflow: hidden;
48797
+ }
48798
+
48799
+ .k-spreadsheet {
48800
+ border-color: #cacaca;
48801
+ color: #272727;
48802
+ background-color: #ffffff;
48803
+ }
48804
+
48805
+ .k-spreadsheet-header {
48806
+ border-color: #cacaca;
48807
+ color: #272727;
48808
+ background-color: #f0f0f0;
48809
+ background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
48810
+ }
48811
+
48812
+ .k-spreadsheet-top-corner,
48813
+ .k-spreadsheet-row-header,
48814
+ .k-spreadsheet-column-header {
48815
+ border-color: #cacaca;
48816
+ color: #272727;
48817
+ background-color: #f0f0f0;
48818
+ background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
48823
48819
  }
48824
48820
 
48825
48821
  .k-spreadsheet-cell-editor {
@@ -48846,26 +48842,18 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
48846
48842
  box-shadow: inset 0 0 0 1px #f35800;
48847
48843
  }
48848
48844
 
48845
+ .k-spreadsheet-selection-highlight {
48846
+ border-color: #f35800;
48847
+ }
48848
+
48849
48849
  .k-spreadsheet .k-single-selection::after {
48850
48850
  border-color: #ffffff;
48851
48851
  background-color: #f35800;
48852
48852
  }
48853
48853
 
48854
48854
  .k-spreadsheet-active-cell {
48855
- box-shadow: inset 0 0 0 1px #f35800;
48856
48855
  background-color: #ffffff;
48857
- }
48858
-
48859
- .k-spreadsheet-active-cell.k-right {
48860
- box-shadow: inset 0 0 0 1px #f35800, inset -1px 0 0 1px #f35800;
48861
- }
48862
-
48863
- .k-spreadsheet-active-cell.k-bottom {
48864
- box-shadow: inset 0 0 0 1px #f35800, inset 0 -1px 0 1px #f35800;
48865
- }
48866
-
48867
- .k-spreadsheet-active-cell.k-bottom.k-right {
48868
- box-shadow: inset 0 0 0 1px #f35800, inset -1px -1px 0 1px #f35800;
48856
+ box-shadow: inset 0 0 0 1px #f35800;
48869
48857
  }
48870
48858
 
48871
48859
  .k-spreadsheet .k-auto-fill {
@@ -48885,11 +48873,13 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
48885
48873
  }
48886
48874
 
48887
48875
  .k-spreadsheet-has-comment::after {
48888
- border-color: #f35800 #f35800 transparent transparent;
48876
+ border-block-color: #f35800 transparent;
48877
+ border-inline-color: transparent #f35800;
48889
48878
  }
48890
48879
 
48891
- .k-dirty {
48892
- border-color: #d92800 transparent transparent #d92800;
48880
+ .k-spreadsheet-cell .k-dirty {
48881
+ border-block-color: #d92800 transparent;
48882
+ border-inline-color: #d92800 transparent;
48893
48883
  }
48894
48884
 
48895
48885
  .k-spreadsheet .k-filter-range {
@@ -48928,19 +48918,6 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
48928
48918
  background-color: #ffffff;
48929
48919
  }
48930
48920
 
48931
- .k-spreadsheet-popup .k-button:hover,
48932
- .k-spreadsheet-popup .k-button.k-hover {
48933
- color: #272727;
48934
- background-color: #dddddd;
48935
- }
48936
-
48937
- .k-spreadsheet-popup .k-button:active,
48938
- .k-spreadsheet-popup .k-button.k-active,
48939
- .k-spreadsheet-popup .k-button.k-selected {
48940
- color: white;
48941
- background-color: #f35800;
48942
- }
48943
-
48944
48921
  .k-spreadsheet-insert-image-dialog {
48945
48922
  border-color: #cacaca;
48946
48923
  }
@@ -48967,16 +48944,28 @@ kendo-grid.k-grid .k-table-row.k-hover .k-grid-content-sticky.k-selected {
48967
48944
  background: rgba(243, 88, 0, 0.25);
48968
48945
  }
48969
48946
 
48970
- .k-rtl .k-spreadsheet .k-spreadsheet-has-comment::after,
48971
- .k-spreadsheet[dir="rtl"] .k-spreadsheet-has-comment::after,
48972
- [dir="rtl"] .k-spreadsheet .k-spreadsheet-has-comment::after {
48973
- border-color: #f35800 transparent transparent #f35800;
48947
+ .k-syntax-ref {
48948
+ color: #ff8822;
48974
48949
  }
48975
48950
 
48976
- .k-rtl .k-spreadsheet .k-dirty,
48977
- .k-spreadsheet[dir="rtl"] .k-dirty,
48978
- [dir="rtl"] .k-spreadsheet .k-dirty {
48979
- border-color: #d92800 #d92800 transparent transparent;
48951
+ .k-syntax-num {
48952
+ color: #0099ff;
48953
+ }
48954
+
48955
+ .k-syntax-str {
48956
+ color: #38b714;
48957
+ }
48958
+
48959
+ .k-syntax-error {
48960
+ color: red;
48961
+ }
48962
+
48963
+ .k-syntax-bool {
48964
+ color: #a9169c;
48965
+ }
48966
+
48967
+ .k-syntax-paren-match {
48968
+ background-color: #caf200;
48980
48969
  }
48981
48970
 
48982
48971
  .k-pivotgrid {