@odoo/o-spreadsheet 19.5.0-alpha.12 → 19.5.0-alpha.13
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/o_spreadsheet.cjs +281 -260
- package/dist/o_spreadsheet.css +26 -21
- package/dist/o_spreadsheet.esm.js +281 -260
- package/dist/o_spreadsheet.iife.js +281 -260
- package/dist/o_spreadsheet.min.iife.js +22 -22
- package/dist/o_spreadsheet.xml +67 -60
- package/dist/types/components/side_panel/chart/scorecard_chart_panel/scorecard_chart_config_panel.d.ts +6 -10
- package/dist/types/helpers/figures/chart.d.ts +1 -1
- package/dist/types/stores/main_viewport_store.d.ts +3 -0
- package/dist/types/stores/viewports_store.d.ts +0 -1
- package/dist/types/types/chart/chart.d.ts +3 -1
- package/dist/types/types/chart/scorecard_chart.d.ts +3 -4
- package/dist/types/types/commands.d.ts +0 -2
- package/package.json +3 -2
package/dist/o_spreadsheet.css
CHANGED
|
@@ -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.5.0-alpha.
|
|
6
|
-
* @date 2026-08-
|
|
7
|
-
* @hash
|
|
5
|
+
* @version 19.5.0-alpha.13
|
|
6
|
+
* @date 2026-08-21T15:33:45.937Z
|
|
7
|
+
* @hash a73559e
|
|
8
8
|
*/
|
|
9
9
|
:root {
|
|
10
10
|
--os-gray-100: light-dark(#f9fafb, #1b1d26);
|
|
@@ -139,7 +139,7 @@
|
|
|
139
139
|
--os-components-importance-figure-snap-line: 1001;
|
|
140
140
|
--os-components-importance-figure-tooltip: 1002;
|
|
141
141
|
|
|
142
|
-
--os-icon-font-size:
|
|
142
|
+
--os-icon-font-size: 14px;
|
|
143
143
|
}
|
|
144
144
|
|
|
145
145
|
/* Originates from src/components/validation_messages/validation_messages.css */
|
|
@@ -310,6 +310,7 @@
|
|
|
310
310
|
.os-input {
|
|
311
311
|
border-width: 0 0 1px 0;
|
|
312
312
|
border-color: transparent;
|
|
313
|
+
border-style: solid;
|
|
313
314
|
outline: none;
|
|
314
315
|
text-overflow: ellipsis;
|
|
315
316
|
color: var(--os-text-body);
|
|
@@ -675,6 +676,7 @@
|
|
|
675
676
|
width: 100%;
|
|
676
677
|
outline: none;
|
|
677
678
|
border-color: var(--os-border-color);
|
|
679
|
+
border-style: solid;
|
|
678
680
|
color: var(--os-gray-900);
|
|
679
681
|
|
|
680
682
|
&::placeholder {
|
|
@@ -2144,6 +2146,11 @@
|
|
|
2144
2146
|
line-height: calc(
|
|
2145
2147
|
var(--os-desktop-menu-item-height) - 2 * var(--os-menu-item-padding-vertical)
|
|
2146
2148
|
);
|
|
2149
|
+
display: inline-block;
|
|
2150
|
+
margin: 0px 8px 0px 0px;
|
|
2151
|
+
.oi {
|
|
2152
|
+
--os-icon-font-size: calc(var(--os-icon-edge-length) - 1px);
|
|
2153
|
+
}
|
|
2147
2154
|
}
|
|
2148
2155
|
& {
|
|
2149
2156
|
&.o-menu-item-active {
|
|
@@ -2163,10 +2170,6 @@
|
|
|
2163
2170
|
.o-menu-item-name {
|
|
2164
2171
|
min-width: 40%;
|
|
2165
2172
|
}
|
|
2166
|
-
.o-menu-item-icon {
|
|
2167
|
-
display: inline-block;
|
|
2168
|
-
margin: 0px 8px 0px 0px;
|
|
2169
|
-
}
|
|
2170
2173
|
}
|
|
2171
2174
|
}
|
|
2172
2175
|
&.o-spreadsheet-mobile {
|
|
@@ -2293,6 +2296,7 @@
|
|
|
2293
2296
|
width: var(--os-icon-edge-length);
|
|
2294
2297
|
height: var(--os-icon-edge-length);
|
|
2295
2298
|
font-size: var(--os-icon-edge-length);
|
|
2299
|
+
--os-icon-font-size: var(--os-icon-edge-length);
|
|
2296
2300
|
.small-text {
|
|
2297
2301
|
font: bold 9px sans-serif;
|
|
2298
2302
|
}
|
|
@@ -2311,20 +2315,17 @@
|
|
|
2311
2315
|
* the `material-symbols` package whose variable font exposes a FILL axis.
|
|
2312
2316
|
*/
|
|
2313
2317
|
.oi {
|
|
2314
|
-
display:
|
|
2315
|
-
justify-content: center;
|
|
2316
|
-
align-items: center;
|
|
2318
|
+
display: inline-block;
|
|
2317
2319
|
font-family: var(--icon-font-family, "Material Symbols Outlined");
|
|
2318
2320
|
font-style: normal;
|
|
2319
|
-
font-size: var(--
|
|
2321
|
+
font-size: var(--os-icon-font-size, 1em);
|
|
2320
2322
|
font-weight: 400 !important;
|
|
2321
|
-
line-height:
|
|
2323
|
+
line-height: inherit; /* override of Odoo, we want to keep the line height consistent with the surrounding text */
|
|
2322
2324
|
letter-spacing: normal;
|
|
2323
2325
|
text-transform: none;
|
|
2324
2326
|
white-space: nowrap;
|
|
2325
2327
|
word-wrap: normal;
|
|
2326
2328
|
direction: ltr;
|
|
2327
|
-
speak: never;
|
|
2328
2329
|
-webkit-font-smoothing: antialiased;
|
|
2329
2330
|
-moz-osx-font-smoothing: grayscale;
|
|
2330
2331
|
}
|
|
@@ -2641,7 +2642,7 @@
|
|
|
2641
2642
|
.o-spreadsheet .o-filter-menu {
|
|
2642
2643
|
.o-search-icon {
|
|
2643
2644
|
right: 5px;
|
|
2644
|
-
top:
|
|
2645
|
+
top: 8px;
|
|
2645
2646
|
opacity: 0.4;
|
|
2646
2647
|
|
|
2647
2648
|
svg {
|
|
@@ -2729,6 +2730,7 @@
|
|
|
2729
2730
|
color: var(--os-gray-900) !important;
|
|
2730
2731
|
height: 20px;
|
|
2731
2732
|
width: 20px;
|
|
2733
|
+
--os-icon-edge-length: 14px;
|
|
2732
2734
|
&.active,
|
|
2733
2735
|
&:hover,
|
|
2734
2736
|
&:target {
|
|
@@ -2821,6 +2823,7 @@
|
|
|
2821
2823
|
|
|
2822
2824
|
.o-carousel-button {
|
|
2823
2825
|
cursor: pointer;
|
|
2826
|
+
--os-icon-edge-length: 14px;
|
|
2824
2827
|
|
|
2825
2828
|
&.o-carousel-full-screen-button {
|
|
2826
2829
|
margin: 1px;
|
|
@@ -2828,7 +2831,7 @@
|
|
|
2828
2831
|
|
|
2829
2832
|
&.o-carousel-menu-button,
|
|
2830
2833
|
&.o-carousel-tabs-dropdown {
|
|
2831
|
-
padding:
|
|
2834
|
+
padding: 3px 2px;
|
|
2832
2835
|
}
|
|
2833
2836
|
|
|
2834
2837
|
&.active,
|
|
@@ -2973,9 +2976,7 @@
|
|
|
2973
2976
|
}
|
|
2974
2977
|
|
|
2975
2978
|
.o-icon {
|
|
2976
|
-
|
|
2977
|
-
height: 14px;
|
|
2978
|
-
font-size: 14px !important;
|
|
2979
|
+
--os-icon-edge-length: 14px;
|
|
2979
2980
|
}
|
|
2980
2981
|
|
|
2981
2982
|
.o-chart-preview {
|
|
@@ -3258,7 +3259,7 @@
|
|
|
3258
3259
|
left: -1px;
|
|
3259
3260
|
top: -1px;
|
|
3260
3261
|
|
|
3261
|
-
[data-icon="
|
|
3262
|
+
[data-icon="help_f"] {
|
|
3262
3263
|
color: var(--os-primary-button-bg);
|
|
3263
3264
|
}
|
|
3264
3265
|
}
|
|
@@ -3275,7 +3276,7 @@
|
|
|
3275
3276
|
}
|
|
3276
3277
|
|
|
3277
3278
|
.o-composer-assistant-container {
|
|
3278
|
-
[data-icon="
|
|
3279
|
+
[data-icon="cancel_f"] {
|
|
3279
3280
|
color: var(--os-primary-button-bg);
|
|
3280
3281
|
}
|
|
3281
3282
|
}
|
|
@@ -3663,6 +3664,10 @@
|
|
|
3663
3664
|
z-index: 1;
|
|
3664
3665
|
width: calc(100% - 1px);
|
|
3665
3666
|
}
|
|
3667
|
+
|
|
3668
|
+
.lock-icon {
|
|
3669
|
+
--os-icon-edge-length: 14px;
|
|
3670
|
+
}
|
|
3666
3671
|
}
|
|
3667
3672
|
|
|
3668
3673
|
.o-spreadshet-mobile .o-sheet {
|