@odoo/o-spreadsheet 19.2.0-alpha.2 → 19.2.0-alpha.4

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.
@@ -2,9 +2,9 @@
2
2
  /*
3
3
  * This file is generated by o-spreadsheet build tools. Do not edit it.
4
4
  * @see https://github.com/odoo/o-spreadsheet
5
- * @version 19.2.0-alpha.2
6
- * @date 2026-01-07T16:22:29.228Z
7
- * @hash ac2fa3e
5
+ * @version 19.2.0-alpha.4
6
+ * @date 2026-01-21T11:09:21.385Z
7
+ * @hash fa080c2
8
8
  */
9
9
  :root {
10
10
  --os-gray-100: light-dark(#f9fafb, #1b1d26);
@@ -344,14 +344,24 @@
344
344
  padding: 3px;
345
345
  }
346
346
 
347
- .o-table-style-popover-preview {
348
- width: 66px;
349
- height: 51px;
347
+ .o-pivot-previews {
348
+ .o-table-preview {
349
+ width: 66px;
350
+ height: 57px;
351
+ }
352
+ }
353
+
354
+ .o-table-previews {
355
+ .o-table-preview {
356
+ width: 66px;
357
+ height: 51px;
358
+ }
350
359
  }
351
360
 
352
361
  .o-new-table-style {
353
362
  font-size: 36px;
354
363
  color: var(--os-text-body-muted);
364
+
355
365
  &:hover {
356
366
  background: var(--os-button-hover-bg);
357
367
  }
@@ -400,10 +410,29 @@
400
410
  .o-table-style-list-item {
401
411
  padding: 5px 6px;
402
412
  margin: 5px 2px;
413
+ }
403
414
 
404
- .o-table-style-picker-preview {
405
- width: 51px;
406
- height: 36px;
415
+ .o-pivot-previews {
416
+ .o-table-style-list-item {
417
+ padding: 5px 4px;
418
+ margin: 5px 2px;
419
+
420
+ .o-table-preview {
421
+ width: 56px;
422
+ height: 49px;
423
+ }
424
+ }
425
+ }
426
+
427
+ .o-table-previews {
428
+ .o-table-style-list-item {
429
+ padding: 5px 6px;
430
+ margin: 5px 2px;
431
+
432
+ .o-table-preview {
433
+ width: 51px;
434
+ height: 36px;
435
+ }
407
436
  }
408
437
  }
409
438
  }
@@ -554,8 +583,10 @@
554
583
  }
555
584
  }
556
585
 
557
- select.o-input {
586
+ select.o-input,
587
+ .o-select {
558
588
  cursor: pointer;
589
+ border-style: solid;
559
590
  border-width: 0 0 1px 0;
560
591
  padding: 1px 6px 1px 0px;
561
592
 
@@ -702,7 +733,8 @@
702
733
  }
703
734
 
704
735
  .o-spreadsheet.dark {
705
- select.o-input {
736
+ select.o-input,
737
+ .o-select {
706
738
  background: transparent
707
739
  url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20width%3D%277%27%20height%3D%274%27%20viewBox%3D%270%200%207%204%27%3E%3Cpolygon%20fill%3D%27%23e4e4e4%27%20points%3D%273.5%204%207%200%200%200%27/%3E%3C/svg%3E")
708
740
  no-repeat right center;
@@ -797,7 +829,7 @@
797
829
  .o-table-style-list-item {
798
830
  margin: 2px 7px;
799
831
  padding: 6px 9px;
800
- .o-table-style-edit-template-preview {
832
+ .o-table-preview {
801
833
  width: 71px;
802
834
  height: 51px;
803
835
  }
@@ -1158,10 +1190,7 @@
1158
1190
  .o-spreadsheet {
1159
1191
  .o-top-10-criterion {
1160
1192
  .o-top-10-select-values.o-input,
1161
- .o-top-10-select-mode.o-input {
1162
- width: 60px;
1163
- }
1164
-
1193
+ .o-top-10-select-mode.o-input,
1165
1194
  .o-top-10-select-mode.o-input {
1166
1195
  width: 80px;
1167
1196
  }
@@ -1321,6 +1350,10 @@
1321
1350
  color: var(--os-green-arrow-color);
1322
1351
  }
1323
1352
  }
1353
+
1354
+ .o-select-dropdown.o-icon-set-type-select-dropdown {
1355
+ min-width: 100px;
1356
+ }
1324
1357
  }
1325
1358
 
1326
1359
  /* Originates from src/components/side_panel/components/round_color_picker/round_color_picker.css */
@@ -1666,6 +1699,28 @@
1666
1699
  }
1667
1700
  }
1668
1701
 
1702
+ /* Originates from src/components/select/select.css */
1703
+ .o-spreadsheet {
1704
+ .o-select-dropdown {
1705
+ min-width: 40px;
1706
+
1707
+ .o-select-option {
1708
+ cursor: pointer;
1709
+ user-select: none;
1710
+ height: var(--os-desktop-menu-item-height);
1711
+ padding: var(--os-menu-item-padding-vertical) var(--os-menu-item-padding-horizontal);
1712
+ overflow: hidden;
1713
+ text-overflow: ellipsis;
1714
+ white-space: nowrap;
1715
+
1716
+ &.o-active {
1717
+ background-color: var(--os-button-active-bg);
1718
+ color: var(--os-button-active-text-color);
1719
+ }
1720
+ }
1721
+ }
1722
+ }
1723
+
1669
1724
  /* Originates from src/components/scrollbar/scrollbar.css */
1670
1725
  .o-spreadsheet {
1671
1726
  .o-scrollbar {