@progress/kendo-theme-material 6.7.1-dev.1 → 6.8.0-dev.0

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
@@ -35968,6 +35968,15 @@ kendo-badge-container {
35968
35968
  display: none;
35969
35969
  }
35970
35970
 
35971
+ .k-toolbar.k-toolbar-flat {
35972
+ border-width: 1px 0;
35973
+ border-top-color: transparent !important;
35974
+ border-bottom-color: inherit;
35975
+ color: inherit;
35976
+ background: none !important;
35977
+ box-shadow: none;
35978
+ }
35979
+
35971
35980
  .k-toolbar .k-button {
35972
35981
  box-shadow: none;
35973
35982
  }
@@ -49373,72 +49382,22 @@ kendo-grid .k-grid-row-sticky .k-table-td {
49373
49382
  transform: translateY(-100%);
49374
49383
  }
49375
49384
 
49376
- .k-spreadsheet .k-tabstrip-wrapper {
49377
- border-width: 0 0 1px;
49378
- border-style: solid;
49379
- border-color: inherit;
49380
- position: relative;
49381
- }
49382
-
49383
- .k-spreadsheet-quick-access-toolbar {
49384
- padding: 8px;
49385
- display: inline-flex;
49386
- flex-direction: row;
49387
- position: absolute;
49388
- z-index: 2;
49389
- top: 0;
49390
- left: 0;
49391
- }
49392
-
49393
- .k-spreadsheet-tabstrip {
49394
- padding-top: 8px;
49395
- position: relative;
49396
- z-index: 1;
49397
- }
49398
-
49399
- .k-spreadsheet-tabstrip .k-tabstrip-items-wrapper {
49400
- margin: 0;
49401
- }
49402
-
49403
- .k-spreadsheet-tabstrip .k-loading {
49404
- display: none;
49405
- }
49406
-
49407
- .k-spreadsheet-tabstrip .k-content,
49408
- .k-spreadsheet-tabstrip .k-tabstrip-content {
49409
- border-radius: 0;
49410
- padding: 0;
49411
- border-width: 0;
49412
- overflow: hidden;
49413
- }
49414
-
49415
49385
  .k-spreadsheet-toolbar {
49416
49386
  border-width: 0;
49417
49387
  }
49418
49388
 
49419
- .k-spreadsheet-toolbar [data-tool="backgroundColor"],
49420
- .k-spreadsheet-toolbar [data-tool="textColor"],
49421
- .k-spreadsheet-toolbar [data-tool="borders"],
49422
- .k-spreadsheet-toolbar [data-tool="alignment"],
49423
- .k-spreadsheet-toolbar [data-tool="merge"],
49424
- .k-spreadsheet-toolbar [data-tool="freeze"] {
49425
- width: auto;
49426
- min-width: 2em;
49427
- }
49428
-
49429
- .k-spreadsheet-toolbar .k-color-picker, .k-spreadsheet-toolbar .k-colorpicker {
49430
- width: min-content;
49431
- }
49432
-
49433
49389
  .k-spreadsheet-action-bar {
49434
49390
  border-width: 0 0 1px;
49435
49391
  border-style: solid;
49436
49392
  border-color: inherit;
49437
- font-size: 12px;
49393
+ padding-block: 4px;
49394
+ padding-inline: 8px;
49395
+ font-size: 14px;
49438
49396
  font-family: Arial, Verdana, sans-serif;
49439
49397
  position: relative;
49440
49398
  display: flex;
49441
49399
  flex-direction: row;
49400
+ gap: 8px;
49442
49401
  }
49443
49402
 
49444
49403
  .k-spreadsheet-name-editor {
@@ -49446,12 +49405,13 @@ kendo-grid .k-grid-row-sticky .k-table-td {
49446
49405
  }
49447
49406
 
49448
49407
  .k-spreadsheet-formula-bar {
49408
+ min-width: 0px;
49449
49409
  border-color: inherit;
49450
49410
  display: flex;
49451
49411
  flex-direction: row;
49452
49412
  align-items: center;
49453
49413
  flex: 1;
49454
- gap: 4px;
49414
+ gap: 8px;
49455
49415
  }
49456
49416
 
49457
49417
  .k-spreadsheet-formula-bar > .k-icon,
@@ -49475,6 +49435,10 @@ kendo-grid .k-grid-row-sticky .k-table-td {
49475
49435
  padding-block: 8px;
49476
49436
  padding-inline: 16px;
49477
49437
  line-height: 1.25;
49438
+ display: inline-block;
49439
+ white-space: nowrap;
49440
+ overflow: hidden;
49441
+ text-overflow: ellipsis;
49478
49442
  }
49479
49443
 
49480
49444
  .k-spreadsheet-formula-bar .k-spreadsheet-formula-input.k-spreadsheet-array-formula::before {
@@ -49524,26 +49488,35 @@ kendo-grid .k-grid-row-sticky .k-table-td {
49524
49488
  }
49525
49489
 
49526
49490
  .k-spreadsheet-cell-editor {
49527
- padding-block: 0;
49528
- padding-inline: 3px;
49491
+ padding-block: 0px;
49492
+ padding-inline: 4px;
49529
49493
  line-height: 20px;
49530
49494
  display: none;
49531
49495
  overflow: hidden;
49532
49496
  position: absolute;
49533
- z-index: 2000;
49497
+ z-index: 100;
49534
49498
  }
49535
49499
 
49536
49500
  .k-spreadsheet-sheets-bar {
49537
- padding: 0 0 4px 4px;
49501
+ padding-block-end: 8px;
49502
+ padding-inline: 8px;
49538
49503
  border-width: 1px 0 0;
49539
49504
  border-style: solid;
49540
49505
  border-color: inherit;
49541
49506
  display: flex;
49542
49507
  flex-direction: row;
49543
- align-items: flex-start;
49508
+ align-items: center;
49544
49509
  position: relative;
49545
49510
  }
49546
49511
 
49512
+ .k-spreadsheet-sheets {
49513
+ flex: 1 1 auto;
49514
+ }
49515
+
49516
+ .k-spreadsheet-sheets .k-tabstrip-items-wrapper {
49517
+ border-width: 0;
49518
+ }
49519
+
49547
49520
  .k-spreadsheet-sheets-bar-add {
49548
49521
  align-self: center;
49549
49522
  }
@@ -49582,8 +49555,8 @@ kendo-grid .k-grid-row-sticky .k-table-td {
49582
49555
  .k-spreadsheet-view {
49583
49556
  height: auto !important;
49584
49557
  border-color: inherit;
49585
- font-size: 12px;
49586
- font-family: Arial, Verdana, Sans-serif;
49558
+ font-size: 14px;
49559
+ font-family: Arial, Verdana, sans-serif;
49587
49560
  flex: 1;
49588
49561
  position: relative;
49589
49562
  overflow: hidden;
@@ -49594,8 +49567,8 @@ kendo-grid .k-grid-row-sticky .k-table-td {
49594
49567
  }
49595
49568
 
49596
49569
  .k-spreadsheet-fixed-container {
49597
- width: 100%;
49598
- height: 100%;
49570
+ width: calc(100% - var(--kendo-scrollbar-width, 17px));
49571
+ height: calc(100% - var(--kendo-scrollbar-width, 17px));
49599
49572
  border-color: inherit;
49600
49573
  box-sizing: border-box;
49601
49574
  -webkit-user-select: none;
@@ -49761,7 +49734,8 @@ kendo-grid .k-grid-row-sticky .k-table-td {
49761
49734
  }
49762
49735
 
49763
49736
  .k-spreadsheet-cell {
49764
- padding: 1px;
49737
+ padding-block: 4px;
49738
+ padding-inline: 4px;
49765
49739
  box-sizing: border-box;
49766
49740
  position: absolute;
49767
49741
  line-height: normal;
@@ -49769,7 +49743,7 @@ kendo-grid .k-grid-row-sticky .k-table-td {
49769
49743
  overflow: hidden;
49770
49744
  }
49771
49745
 
49772
- .k-spreadsheet-merged-cells-wrapers {
49746
+ .k-spreadsheet-merged-cells-wrapper {
49773
49747
  position: relative;
49774
49748
  }
49775
49749
 
@@ -49790,8 +49764,8 @@ kendo-grid .k-grid-row-sticky .k-table-td {
49790
49764
  }
49791
49765
 
49792
49766
  .k-spreadsheet .k-spreadsheet-selection-highlight {
49793
- border-width: 1px;
49794
- border-style: solid;
49767
+ border-width: 2px;
49768
+ border-style: dashed;
49795
49769
  box-sizing: border-box;
49796
49770
  position: absolute;
49797
49771
  }
@@ -49837,7 +49811,7 @@ kendo-grid .k-grid-row-sticky .k-table-td {
49837
49811
  position: absolute;
49838
49812
  bottom: 0;
49839
49813
  right: 0;
49840
- z-index: 100;
49814
+ z-index: 300;
49841
49815
  cursor: crosshair;
49842
49816
  }
49843
49817
 
@@ -49868,15 +49842,15 @@ kendo-grid .k-grid-row-sticky .k-table-td {
49868
49842
  display: block;
49869
49843
  position: absolute;
49870
49844
  top: 0;
49871
- right: 0;
49872
- left: auto;
49845
+ inset-inline-end: 0;
49846
+ inset-inline-start: auto;
49873
49847
  border-width: 3px;
49874
49848
  border-style: solid;
49875
49849
  }
49876
49850
 
49877
- .k-dirty {
49878
- left: 0;
49879
- right: auto;
49851
+ .k-spreadsheet-cell .k-dirty {
49852
+ inset-inline-start: 0;
49853
+ inset-inline-end: auto;
49880
49854
  }
49881
49855
 
49882
49856
  .k-spreadsheet .k-filter-wrapper {
@@ -49885,7 +49859,7 @@ kendo-grid .k-grid-row-sticky .k-table-td {
49885
49859
  }
49886
49860
 
49887
49861
  .k-spreadsheet .k-filter-range {
49888
- border-width: 1px;
49862
+ border-width: 2px;
49889
49863
  border-style: solid;
49890
49864
  position: absolute;
49891
49865
  box-sizing: border-box;
@@ -49893,6 +49867,7 @@ kendo-grid .k-grid-row-sticky .k-table-td {
49893
49867
 
49894
49868
  .k-spreadsheet-filter {
49895
49869
  border-radius: 4px;
49870
+ padding: 4px;
49896
49871
  line-height: 1;
49897
49872
  position: absolute;
49898
49873
  cursor: pointer;
@@ -50030,18 +50005,6 @@ kendo-grid .k-grid-row-sticky .k-table-td {
50030
50005
  gap: 8px;
50031
50006
  }
50032
50007
 
50033
- .k-spreadsheet-format-popup .k-item {
50034
- justify-content: space-between;
50035
- }
50036
-
50037
- .k-spreadsheet-format-popup .k-spreadsheet-sample {
50038
- order: 1;
50039
- }
50040
-
50041
- .k-spreadsheet-sample {
50042
- opacity: .7;
50043
- }
50044
-
50045
50008
  .k-spreadsheet-clipboard,
50046
50009
  .k-spreadsheet-clipboard-paste {
50047
50010
  margin: 0;
@@ -50244,16 +50207,66 @@ kendo-grid .k-grid-row-sticky .k-table-td {
50244
50207
  border-radius: 4px;
50245
50208
  }
50246
50209
 
50247
- .k-rtl .k-spreadsheet .k-dirty,
50248
- .k-spreadsheet[dir="rtl"] .k-dirty {
50249
- right: 0;
50250
- left: auto;
50210
+ .k-spreadsheet-legacy .k-spreadsheet,
50211
+ .k-spreadsheet-legacy .k-spreadsheet-action-bar,
50212
+ .k-spreadsheet-legacy .k-spreadsheet-view {
50213
+ font-size: 12px;
50214
+ }
50215
+
50216
+ .k-spreadsheet-legacy .k-spreadsheet-cell {
50217
+ padding: 1px;
50218
+ }
50219
+
50220
+ .k-spreadsheet-legacy .k-spreadsheet-filter {
50221
+ padding: 0px;
50222
+ }
50223
+
50224
+ .k-spreadsheet-legacy .k-filter-range {
50225
+ border-width: 1px;
50226
+ }
50227
+
50228
+ .k-spreadsheet-legacy .k-spreadsheet .k-spreadsheet-selection-highlight {
50229
+ border-width: 1px;
50230
+ border-style: solid;
50251
50231
  }
50252
50232
 
50253
- .k-rtl .k-spreadsheet .k-spreadsheet-has-comment::after,
50254
- .k-spreadsheet[dir="rtl"] .k-spreadsheet-has-comment::after {
50233
+ .k-spreadsheet .k-tabstrip-wrapper {
50234
+ border-width: 0 0 1px;
50235
+ border-style: solid;
50236
+ border-color: inherit;
50237
+ position: relative;
50238
+ }
50239
+
50240
+ .k-spreadsheet-quick-access-toolbar {
50241
+ padding: 8px;
50242
+ display: inline-flex;
50243
+ flex-direction: row;
50244
+ position: absolute;
50245
+ z-index: 2;
50246
+ top: 0;
50255
50247
  left: 0;
50256
- right: auto;
50248
+ }
50249
+
50250
+ .k-spreadsheet-tabstrip {
50251
+ padding-top: 8px;
50252
+ position: relative;
50253
+ z-index: 1;
50254
+ }
50255
+
50256
+ .k-spreadsheet-tabstrip .k-tabstrip-items-wrapper {
50257
+ margin: 0;
50258
+ }
50259
+
50260
+ .k-spreadsheet-tabstrip .k-loading {
50261
+ display: none;
50262
+ }
50263
+
50264
+ .k-spreadsheet-tabstrip .k-content,
50265
+ .k-spreadsheet-tabstrip .k-tabstrip-content {
50266
+ border-radius: 0;
50267
+ padding: 0;
50268
+ border-width: 0;
50269
+ overflow: hidden;
50257
50270
  }
50258
50271
 
50259
50272
  .k-spreadsheet-quick-access-toolbar {
@@ -50275,10 +50288,6 @@ kendo-grid .k-grid-row-sticky .k-table-td {
50275
50288
  border-width: 0;
50276
50289
  }
50277
50290
 
50278
- .k-spreadsheet-sheets-bar {
50279
- padding: 0;
50280
- }
50281
-
50282
50291
  .k-spreadsheet-sheets-bar .k-spreadsheet-sheets-bar-add {
50283
50292
  margin: 4px;
50284
50293
  border-radius: 50%;
@@ -50298,63 +50307,18 @@ kendo-grid .k-grid-row-sticky .k-table-td {
50298
50307
  background-color: #ffffff;
50299
50308
  }
50300
50309
 
50301
- .k-spreadsheet > .k-tabstrip-wrapper .k-tabstrip-items-wrapper {
50302
- color: white;
50303
- background-color: #3f51b5;
50304
- }
50305
-
50306
- .k-spreadsheet > .k-tabstrip-wrapper .k-tabstrip-items .k-item {
50307
- color: inherit;
50308
- }
50309
-
50310
- .k-spreadsheet > .k-tabstrip-wrapper .k-tabstrip-items .k-item.k-active::after {
50311
- border-color: white;
50312
- }
50313
-
50314
- .k-spreadsheet-quick-access-toolbar {
50315
- color: white;
50316
- background-color: #3f51b5;
50317
- }
50318
-
50319
- .k-spreadsheet-sheets-bar {
50320
- border-color: inherit;
50310
+ .k-spreadsheet-header {
50311
+ border-color: rgba(0, 0, 0, 0.12);
50321
50312
  color: rgba(0, 0, 0, 0.87);
50322
- background-color: whitesmoke;
50323
- }
50324
-
50325
- .k-spreadsheet-sheets-bar .k-tabstrip-items .k-item.k-active {
50326
- border-color: #e51a5f;
50313
+ background-color: #ffffff;
50327
50314
  }
50328
50315
 
50329
50316
  .k-spreadsheet-top-corner,
50330
50317
  .k-spreadsheet-row-header,
50331
50318
  .k-spreadsheet-column-header {
50332
- border-color: rgba(0, 0, 0, 0.12);
50333
- background-color: #ebebeb;
50334
- }
50335
-
50336
- .k-syntax-ref {
50337
- color: #ff8822;
50338
- }
50339
-
50340
- .k-syntax-num {
50341
- color: #0099ff;
50342
- }
50343
-
50344
- .k-syntax-str {
50345
- color: #38b714;
50346
- }
50347
-
50348
- .k-syntax-error {
50349
- color: red;
50350
- }
50351
-
50352
- .k-syntax-bool {
50353
- color: #a9169c;
50354
- }
50355
-
50356
- .k-syntax-paren-match {
50357
- background-color: #caf200;
50319
+ border-color: rgba(0, 0, 0, 0.08);
50320
+ color: rgba(0, 0, 0, 0.87);
50321
+ background-color: whitesmoke;
50358
50322
  }
50359
50323
 
50360
50324
  .k-spreadsheet-cell-editor {
@@ -50366,42 +50330,33 @@ kendo-grid .k-grid-row-sticky .k-table-td {
50366
50330
  background-color: #ffffff;
50367
50331
  }
50368
50332
 
50333
+ .k-spreadsheet-disabled-mask {
50334
+ background-color: #ffffff;
50335
+ }
50336
+
50369
50337
  .k-spreadsheet .k-selection-full,
50370
50338
  .k-spreadsheet .k-selection-partial {
50371
50339
  background-color: rgba(0, 0, 0, 0.04);
50372
50340
  }
50373
50341
 
50374
- .k-spreadsheet .k-selection-full::after,
50375
- .k-spreadsheet .k-selection-partial::after {
50376
- border-color: #e51a5f;
50377
- }
50378
-
50379
50342
  .k-spreadsheet-selection {
50380
50343
  border-color: #3f51b5;
50381
50344
  background-color: rgba(63, 81, 181, 0.25);
50382
50345
  box-shadow: inset 0 0 0 1px #3f51b5;
50383
50346
  }
50384
50347
 
50348
+ .k-spreadsheet-selection-highlight {
50349
+ border-color: #3f51b5;
50350
+ }
50351
+
50385
50352
  .k-spreadsheet .k-single-selection::after {
50386
50353
  border-color: #ffffff;
50387
50354
  background-color: #3f51b5;
50388
50355
  }
50389
50356
 
50390
50357
  .k-spreadsheet-active-cell {
50391
- box-shadow: inset 0 0 0 1px #3f51b5;
50392
50358
  background-color: #ffffff;
50393
- }
50394
-
50395
- .k-spreadsheet-active-cell.k-right {
50396
- box-shadow: inset 0 0 0 1px #3f51b5, inset -1px 0 0 1px #3f51b5;
50397
- }
50398
-
50399
- .k-spreadsheet-active-cell.k-bottom {
50400
- box-shadow: inset 0 0 0 1px #3f51b5, inset 0 -1px 0 1px #3f51b5;
50401
- }
50402
-
50403
- .k-spreadsheet-active-cell.k-bottom.k-right {
50404
- box-shadow: inset 0 0 0 1px #3f51b5, inset -1px -1px 0 1px #3f51b5;
50359
+ box-shadow: inset 0 0 0 1px #3f51b5;
50405
50360
  }
50406
50361
 
50407
50362
  .k-spreadsheet .k-auto-fill {
@@ -50421,11 +50376,13 @@ kendo-grid .k-grid-row-sticky .k-table-td {
50421
50376
  }
50422
50377
 
50423
50378
  .k-spreadsheet-has-comment::after {
50424
- border-color: #3f51b5 #3f51b5 transparent transparent;
50379
+ border-block-color: #3f51b5 transparent;
50380
+ border-inline-color: transparent #3f51b5;
50425
50381
  }
50426
50382
 
50427
- .k-dirty {
50428
- border-color: #f31700 transparent transparent #f31700;
50383
+ .k-spreadsheet-cell .k-dirty {
50384
+ border-block-color: #f31700 transparent;
50385
+ border-inline-color: #f31700 transparent;
50429
50386
  }
50430
50387
 
50431
50388
  .k-spreadsheet .k-filter-range {
@@ -50439,8 +50396,12 @@ kendo-grid .k-grid-row-sticky .k-table-td {
50439
50396
  box-shadow: inset 0 0 0 1px #ffffff;
50440
50397
  }
50441
50398
 
50442
- .k-spreadsheet-filter.k-active {
50443
- 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);
50399
+ .k-spreadsheet-filter-menu > .k-menu .k-item:hover,
50400
+ .k-spreadsheet-filter-menu > .k-menu .k-item.k-hover,
50401
+ .k-spreadsheet-filter-menu > .k-menu:not(.k-context-menu) .k-item:hover,
50402
+ .k-spreadsheet-filter-menu > .k-menu:not(.k-context-menu) .k-item.k-hover {
50403
+ color: rgba(0, 0, 0, 0.87);
50404
+ background-color: rgba(0, 0, 0, 0.04);
50444
50405
  }
50445
50406
 
50446
50407
  .k-spreadsheet-filter-menu .k-spreadsheet-value-treeview-wrapper {
@@ -50475,29 +50436,51 @@ kendo-grid .k-grid-row-sticky .k-table-td {
50475
50436
  background: rgba(229, 26, 95, 0.25);
50476
50437
  }
50477
50438
 
50478
- .k-spreadsheet-popup .k-button:hover,
50479
- .k-spreadsheet-popup .k-button.k-hover {
50480
- color: rgba(0, 0, 0, 0.87);
50481
- background-color: rgba(0, 0, 0, 0.04);
50439
+ .k-syntax-ref {
50440
+ color: #ff8822;
50482
50441
  }
50483
50442
 
50484
- .k-spreadsheet-popup .k-button:active,
50485
- .k-spreadsheet-popup .k-button.k-active,
50486
- .k-spreadsheet-popup .k-button.k-selected {
50487
- color: #e51a5f;
50488
- background-color: #ffffff;
50443
+ .k-syntax-num {
50444
+ color: #0099ff;
50489
50445
  }
50490
50446
 
50491
- .k-rtl .k-spreadsheet .k-spreadsheet-has-comment::after,
50492
- .k-spreadsheet[dir="rtl"] .k-spreadsheet-has-comment::after,
50493
- [dir="rtl"] .k-spreadsheet .k-spreadsheet-has-comment::after {
50494
- border-color: #3f51b5 transparent transparent #3f51b5;
50447
+ .k-syntax-str {
50448
+ color: #38b714;
50495
50449
  }
50496
50450
 
50497
- .k-rtl .k-spreadsheet .k-dirty,
50498
- .k-spreadsheet[dir="rtl"] .k-dirty,
50499
- [dir="rtl"] .k-spreadsheet .k-dirty {
50500
- border-color: #f31700 #f31700 transparent transparent;
50451
+ .k-syntax-error {
50452
+ color: red;
50453
+ }
50454
+
50455
+ .k-syntax-bool {
50456
+ color: #a9169c;
50457
+ }
50458
+
50459
+ .k-syntax-paren-match {
50460
+ background-color: #caf200;
50461
+ }
50462
+
50463
+ .k-spreadsheet > .k-tabstrip-wrapper .k-tabstrip-items-wrapper {
50464
+ color: white;
50465
+ background-color: #3f51b5;
50466
+ }
50467
+
50468
+ .k-spreadsheet > .k-tabstrip-wrapper .k-tabstrip-items .k-item {
50469
+ color: inherit;
50470
+ }
50471
+
50472
+ .k-spreadsheet > .k-tabstrip-wrapper .k-tabstrip-items .k-item.k-active::after {
50473
+ border-color: white;
50474
+ }
50475
+
50476
+ .k-spreadsheet-quick-access-toolbar {
50477
+ color: white;
50478
+ background-color: #3f51b5;
50479
+ }
50480
+
50481
+ .k-spreadsheet .k-selection-full::after,
50482
+ .k-spreadsheet .k-selection-partial::after {
50483
+ border-color: #e51a5f;
50501
50484
  }
50502
50485
 
50503
50486
  .k-pivotgrid {