@odoo/o-spreadsheet 19.2.0-alpha.1 → 19.2.0-alpha.3

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.1
6
- * @date 2025-12-26T10:21:24.024Z
7
- * @hash 3296c7e
5
+ * @version 19.2.0-alpha.3
6
+ * @date 2026-01-14T10:03:05.411Z
7
+ * @hash e5cbf18
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
  }
@@ -797,7 +826,7 @@
797
826
  .o-table-style-list-item {
798
827
  margin: 2px 7px;
799
828
  padding: 6px 9px;
800
- .o-table-style-edit-template-preview {
829
+ .o-table-preview {
801
830
  width: 71px;
802
831
  height: 51px;
803
832
  }
@@ -1139,10 +1168,6 @@
1139
1168
  height: 70px;
1140
1169
  cursor: pointer;
1141
1170
 
1142
- .o-dv-container {
1143
- min-width: 0; /* otherwise flex won't shrink correctly */
1144
- }
1145
-
1146
1171
  .o-dv-preview-description {
1147
1172
  font-size: 13px;
1148
1173
  }
@@ -1151,13 +1176,27 @@
1151
1176
  background-color: var(--os-background-gray-color-hover);
1152
1177
  }
1153
1178
 
1154
- &:not(:hover) .o-dv-preview-delete {
1179
+ &:not(:hover) .o-dv-delete-button {
1155
1180
  display: none !important;
1156
1181
  }
1157
1182
  }
1158
1183
  }
1159
1184
  }
1160
1185
 
1186
+ /* Originates from src/components/side_panel/criterion_form/top_10_criterion/top_10_criterion.css */
1187
+ .o-spreadsheet {
1188
+ .o-top-10-criterion {
1189
+ .o-top-10-select-values.o-input,
1190
+ .o-top-10-select-mode.o-input {
1191
+ width: 60px;
1192
+ }
1193
+
1194
+ .o-top-10-select-mode.o-input {
1195
+ width: 80px;
1196
+ }
1197
+ }
1198
+ }
1199
+
1161
1200
  /* Originates from src/components/side_panel/criterion_form/criterion_input/criterion_input.css */
1162
1201
  .o-spreadsheet {
1163
1202
  .o-dv-input {
@@ -1188,7 +1227,7 @@
1188
1227
  }
1189
1228
 
1190
1229
  &:not(:hover) .o-cf-delete-button {
1191
- display: none;
1230
+ display: none !important;
1192
1231
  }
1193
1232
  .o-cf-preview-icon {
1194
1233
  height: 50px;
@@ -1231,7 +1270,7 @@
1231
1270
 
1232
1271
  /* Originates from src/components/side_panel/conditional_formatting/cf_editor/cf_editor.css */
1233
1272
  .o-spreadsheet {
1234
- .o-cf-ruleEditor {
1273
+ .o-cf-editor {
1235
1274
  .o-cf-preview-display {
1236
1275
  padding: 10px;
1237
1276
  }