@odoo/o-spreadsheet 19.5.0-alpha.11 → 19.5.0-alpha.12
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/material_symbols_outlined.css +9 -0
- package/dist/o_spreadsheet.cjs +2313 -656
- package/dist/o_spreadsheet.css +169 -33
- package/dist/o_spreadsheet.esm.js +2305 -648
- package/dist/o_spreadsheet.iife.js +2313 -656
- package/dist/o_spreadsheet.min.iife.js +344 -344
- package/dist/o_spreadsheet.xml +209 -128
- package/dist/types/actions/data_actions.d.ts +1 -0
- package/dist/types/components/bottom_bar/bottom_bar_statistic/bottom_bar_statistic.d.ts +3 -0
- package/dist/types/components/dashboard/clickable_cell_sort_icon/clickable_cell_sort_icon.d.ts +1 -1
- package/dist/types/components/figures/figure/figure.d.ts +1 -0
- package/dist/types/components/figures/figure_carousel/figure_carousel.d.ts +10 -0
- package/dist/types/components/figures/figure_container/figure_container.d.ts +1 -2
- package/dist/types/components/grid/grid.d.ts +1 -0
- package/dist/types/components/helpers/chart_drag_and_drop.d.ts +15 -0
- package/dist/types/components/helpers/dom_helpers.d.ts +3 -2
- package/dist/types/components/link/link_editor/link_editor.d.ts +1 -1
- package/dist/types/components/side_panel/carousel_panel/carousel_panel.d.ts +1 -1
- package/dist/types/components/side_panel/chart/building_blocks/color_scale/color_scale_picker.d.ts +1 -1
- package/dist/types/components/side_panel/data_analysis/chart_suggestion_preview.d.ts +19 -0
- package/dist/types/components/side_panel/data_analysis/data_analysis_panel.d.ts +17 -0
- package/dist/types/components/side_panel/data_analysis/data_analysis_store.d.ts +15 -0
- package/dist/types/components/side_panel/pivot/pivot_layout_configurator/pivot_layout_configurator.d.ts +1 -6
- package/dist/types/components/side_panel/side_panel/side_panel_store.d.ts +2 -1
- package/dist/types/components/standalone_grid_canvas/carousel_data_view_print.d.ts +32 -0
- package/dist/types/components/standalone_grid_canvas/standalone_grid_canvas.d.ts +6 -0
- package/dist/types/components/standalone_viewport/standalone_viewport.d.ts +6 -3
- package/dist/types/components/standalone_viewport/standalone_viewport_store.d.ts +2 -1
- package/dist/types/components/tables/hovered_table_store.d.ts +6 -7
- package/dist/types/constants.d.ts +13 -1
- package/dist/types/functions/helpers.d.ts +4 -0
- package/dist/types/functions/module_operators.d.ts +1 -1
- package/dist/types/functions/module_text.d.ts +11 -11
- package/dist/types/functions/module_web.d.ts +1 -1
- package/dist/types/helpers/carousel_helpers.d.ts +8 -1
- package/dist/types/helpers/data_analysis.d.ts +16 -0
- package/dist/types/helpers/figures/charts/chart_data_source_helpers.d.ts +10 -0
- package/dist/types/helpers/figures/charts/chart_suggestion_engine.d.ts +8 -0
- package/dist/types/helpers/figures/charts/chart_ui_common.d.ts +8 -1
- package/dist/types/helpers/figures/charts/charts_suggestions_constants.d.ts +37 -0
- package/dist/types/helpers/figures/charts/gauge_chart_rendering.d.ts +6 -2
- package/dist/types/helpers/text_helper.d.ts +1 -1
- package/dist/types/index.d.ts +3 -1
- package/dist/types/registries/figures_registry.d.ts +1 -0
- package/dist/types/stores/cell_hover_overlay_store.d.ts +15 -0
- package/dist/types/stores/chart_drag_store.d.ts +10 -0
- package/dist/types/stores/grid_renderer_store.d.ts +3 -2
- package/dist/types/types/chart/chart_suggestion.d.ts +136 -0
- package/dist/types/types/commands.d.ts +16 -9
- package/package.json +4 -4
package/dist/o_spreadsheet.xml
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
<!--
|
|
2
2
|
This file is generated by o-spreadsheet build tools. Do not edit it.
|
|
3
3
|
@see https://github.com/odoo/o-spreadsheet
|
|
4
|
-
@version 19.5.0-alpha.
|
|
5
|
-
@date 2026-08-
|
|
6
|
-
@hash
|
|
4
|
+
@version 19.5.0-alpha.12
|
|
5
|
+
@date 2026-08-19T09:47:04.804Z
|
|
6
|
+
@hash 68ca68e
|
|
7
7
|
-->
|
|
8
8
|
<odoo>
|
|
9
9
|
<t t-name="o-spreadsheet-ValidationMessages">
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
t-if="this.env.model.getters.isReadonly()"
|
|
78
78
|
class="o-readonly-toolbar d-flex flex-grow-1 align-items-center text-muted">
|
|
79
79
|
<span>
|
|
80
|
-
<i class="
|
|
80
|
+
<i class="oi" data-icon="visibility"/>
|
|
81
81
|
Readonly Access
|
|
82
82
|
</span>
|
|
83
83
|
</div>
|
|
@@ -122,23 +122,25 @@
|
|
|
122
122
|
</div>
|
|
123
123
|
<div
|
|
124
124
|
t-if="this.fingerprints.isEnabled"
|
|
125
|
-
class="topbar-banner irregularity-map d-flex align-items-
|
|
125
|
+
class="topbar-banner irregularity-map d-flex align-items-stretch justify-content-between border-top">
|
|
126
126
|
<div
|
|
127
127
|
t-on-click="() => this.fingerprints.disable()"
|
|
128
128
|
role="button"
|
|
129
129
|
title="This tool analyzes spreadsheet formulas for patterns and highlights inconsistencies. Irregularities may indicate potential errors in formula structures, references, or arguments. (Click to turn off)"
|
|
130
|
-
class="
|
|
131
|
-
<
|
|
130
|
+
class="d-flex align-items-center text-info px-3 text-nowrap">
|
|
131
|
+
<span class="pe-2">
|
|
132
|
+
<t t-call="o-spreadsheet-Icon.IRREGULARITY_MAP"/>
|
|
133
|
+
</span>
|
|
132
134
|
Irregularity map
|
|
133
135
|
</div>
|
|
134
136
|
<div
|
|
135
|
-
class="ps-3
|
|
137
|
+
class="ps-3 flex-fill d-flex justify-content-between align-items-center rounded-0 alert alert-info ps-0 py-1 my-0">
|
|
136
138
|
<span class="d-flex align-items-center">
|
|
137
139
|
This tool analyzes formulas for patterns and highlights inconsistencies. Irregularities
|
|
138
140
|
may indicate potential errors in formula structures, references or arguments.
|
|
139
141
|
</span>
|
|
140
142
|
<div
|
|
141
|
-
class="ps-3 btn o-button-link flex-shrink-0"
|
|
143
|
+
class="ps-3 btn o-button-link flex-shrink-0 py-0"
|
|
142
144
|
t-on-click="() => this.fingerprints.disable()">
|
|
143
145
|
Turn off
|
|
144
146
|
</div>
|
|
@@ -146,18 +148,18 @@
|
|
|
146
148
|
</div>
|
|
147
149
|
<div
|
|
148
150
|
t-if="!this.env.model.getters.isAutomaticEvaluationEnabled()"
|
|
149
|
-
class="topbar-banner manual-evaluation d-flex align-items-
|
|
150
|
-
<div class="
|
|
151
|
-
<i class="
|
|
151
|
+
class="topbar-banner manual-evaluation d-flex align-items-stretch justify-content-between border-top">
|
|
152
|
+
<div class="d-flex align-items-center text-warning px-3 text-nowrap">
|
|
153
|
+
<i class="oi me-2" data-icon="pause_circle"/>
|
|
152
154
|
Manual calculation
|
|
153
155
|
</div>
|
|
154
156
|
<div
|
|
155
|
-
class="ps-3
|
|
157
|
+
class="ps-3 flex-fill d-flex justify-content-between align-items-center rounded-0 alert alert-warning ps-0 py-1 my-0">
|
|
156
158
|
<span class="d-flex align-items-center">
|
|
157
159
|
Automatic evaluation is disabled. Press F9 to recalculate.
|
|
158
160
|
</span>
|
|
159
161
|
<div
|
|
160
|
-
class="ps-3 btn o-button-link flex-shrink-0"
|
|
162
|
+
class="ps-3 btn o-button-link flex-shrink-0 py-0"
|
|
161
163
|
t-on-click="() => this.env.model.dispatch('SET_AUTOMATIC_EVALUATION', { enabled: true })">
|
|
162
164
|
Re-enable
|
|
163
165
|
</div>
|
|
@@ -477,6 +479,9 @@
|
|
|
477
479
|
|
|
478
480
|
<t t-name="o-spreadsheet-StandaloneGridCanvas">
|
|
479
481
|
<canvas t-ref="this.canvasRef"/>
|
|
482
|
+
<t t-foreach="this.carouselDataViews" t-as="carouselDataView" t-key="carouselDataView_index">
|
|
483
|
+
<CarouselDataViewPrint t-props="carouselDataView"/>
|
|
484
|
+
</t>
|
|
480
485
|
</t>
|
|
481
486
|
|
|
482
487
|
<t t-name="o-spreadsheet-SpreadsheetPrint">
|
|
@@ -660,7 +665,7 @@
|
|
|
660
665
|
<div class="d-flex flex-fill align-items-center bottom-bar-menu border-top border-bottom">
|
|
661
666
|
<Ripple>
|
|
662
667
|
<div class="py-1 px-1 mx-2 ribbon-toggler" t-on-click="this.toggleRibbon">
|
|
663
|
-
<i class="o-icon
|
|
668
|
+
<i class="o-icon oi oi-filled" data-icon="settings"/>
|
|
664
669
|
</div>
|
|
665
670
|
</Ripple>
|
|
666
671
|
<BottomBar onClick="this.props.onClick"/>
|
|
@@ -676,7 +681,7 @@
|
|
|
676
681
|
class="o-previous-button px-3 py-1 mx-2 rounded"
|
|
677
682
|
t-on-click="this.onClickBack"
|
|
678
683
|
t-att-title="this.backTitle">
|
|
679
|
-
<i class="
|
|
684
|
+
<i class="oi" data-icon="keyboard_arrow_left"/>
|
|
680
685
|
</div>
|
|
681
686
|
<span class="d-flex align-items-center" t-out="this.state.title"/>
|
|
682
687
|
</div>
|
|
@@ -913,14 +918,14 @@
|
|
|
913
918
|
t-if="this.props.onToggleCollapsePanel"
|
|
914
919
|
class="o-collapse-panel o-sidePanelAction rounded"
|
|
915
920
|
t-on-click="this.props.onToggleCollapsePanel">
|
|
916
|
-
<i class="
|
|
921
|
+
<i class="oi" data-icon="keyboard_double_arrow_right"/>
|
|
917
922
|
</div>
|
|
918
923
|
<div class="o-sidePanelTitle o-fw-bold ms-2" t-out="this.getTitle()"/>
|
|
919
924
|
<div
|
|
920
925
|
t-if="this.props.isPinned"
|
|
921
926
|
class="o-pin-panel o-sidePanelAction ms-auto rounded active"
|
|
922
927
|
t-on-click="this.props.onTogglePinPanel">
|
|
923
|
-
<i class="
|
|
928
|
+
<i class="oi" data-icon="keep"/>
|
|
924
929
|
</div>
|
|
925
930
|
<div
|
|
926
931
|
class="o-sidePanelClose o-sidePanelAction rounded"
|
|
@@ -959,13 +964,13 @@
|
|
|
959
964
|
<div
|
|
960
965
|
t-if="this.props.onToggleCollapsePanel"
|
|
961
966
|
class="o-collapse-panel o-sidePanelAction rounded mb-1">
|
|
962
|
-
<i class="
|
|
967
|
+
<i class="oi" data-icon="keyboard_double_arrow_left"/>
|
|
963
968
|
</div>
|
|
964
969
|
<div
|
|
965
970
|
t-if="this.props.isPinned"
|
|
966
971
|
class="o-pin-panel o-sidePanelAction ms-auto rounded active"
|
|
967
972
|
t-on-click="this.props.onTogglePinPanel">
|
|
968
|
-
<i class="
|
|
973
|
+
<i class="oi" data-icon="keep"/>
|
|
969
974
|
</div>
|
|
970
975
|
<div
|
|
971
976
|
class="o-sidePanelClose o-sidePanelAction rounded mb-1"
|
|
@@ -1087,14 +1092,14 @@
|
|
|
1087
1092
|
class="o-sidePanel-tab o-panel-configuration d-flew flex-grow-1 text-center"
|
|
1088
1093
|
t-att-class="this.state.panel !== 'configuration' ? 'inactive' : ''"
|
|
1089
1094
|
t-on-click="this.switchPanel.bind(this, 'configuration')">
|
|
1090
|
-
<i class="
|
|
1095
|
+
<i class="oi me-1" data-icon="tune"/>
|
|
1091
1096
|
Configuration
|
|
1092
1097
|
</div>
|
|
1093
1098
|
<div
|
|
1094
1099
|
class="o-sidePanel-tab o-panel-design d-flew flex-grow-1 text-center"
|
|
1095
1100
|
t-att-class="this.state.panel !== 'design' ? 'inactive' : ''"
|
|
1096
1101
|
t-on-click="this.switchPanel.bind(this, 'design')">
|
|
1097
|
-
<i class="
|
|
1102
|
+
<i class="oi me-1" data-icon="design_services"/>
|
|
1098
1103
|
Design
|
|
1099
1104
|
</div>
|
|
1100
1105
|
</div>
|
|
@@ -1372,7 +1377,8 @@
|
|
|
1372
1377
|
<t t-set="errorMessage" t-value="this.getHugeDimensionErrorMessage(col)"/>
|
|
1373
1378
|
<i
|
|
1374
1379
|
t-if="errorMessage"
|
|
1375
|
-
class="text-warning
|
|
1380
|
+
class="text-warning oi"
|
|
1381
|
+
data-icon="warning"
|
|
1376
1382
|
t-att-title="errorMessage"
|
|
1377
1383
|
/>
|
|
1378
1384
|
</t>
|
|
@@ -1413,7 +1419,8 @@
|
|
|
1413
1419
|
<t t-set="errorMessage" t-value="this.getHugeDimensionErrorMessage(row)"/>
|
|
1414
1420
|
<i
|
|
1415
1421
|
t-if="errorMessage"
|
|
1416
|
-
class="text-warning
|
|
1422
|
+
class="text-warning oi"
|
|
1423
|
+
data-icon="warning"
|
|
1417
1424
|
t-att-title="errorMessage"
|
|
1418
1425
|
/>
|
|
1419
1426
|
</t>
|
|
@@ -1504,13 +1511,14 @@
|
|
|
1504
1511
|
<t t-if="measure.isHidden" t-set="hideTitle">Show</t>
|
|
1505
1512
|
<t t-else="" t-set="hideTitle">Hide</t>
|
|
1506
1513
|
<i
|
|
1507
|
-
t-att-
|
|
1514
|
+
t-att-data-icon="measure.isHidden ? 'visibility_off' : 'visibility'"
|
|
1508
1515
|
t-att-title="hideTitle"
|
|
1509
|
-
class="o-button-icon pe-1 ps-2"
|
|
1516
|
+
class="o-button-icon pe-1 ps-2 oi"
|
|
1510
1517
|
t-on-click="this.toggleMeasureVisibility"
|
|
1511
1518
|
/>
|
|
1512
1519
|
<i
|
|
1513
|
-
class="o-button-icon pe-1 ps-2
|
|
1520
|
+
class="o-button-icon pe-1 ps-2 oi oi-filled"
|
|
1521
|
+
data-icon="settings"
|
|
1514
1522
|
title="Show values as"
|
|
1515
1523
|
t-on-click="this.openShowValuesAs"
|
|
1516
1524
|
/>
|
|
@@ -1598,7 +1606,8 @@
|
|
|
1598
1606
|
<div class="d-flex flex-rows">
|
|
1599
1607
|
<t t-call-slot="upper-right-icons"/>
|
|
1600
1608
|
<i
|
|
1601
|
-
class="o-button-icon
|
|
1609
|
+
class="o-button-icon oi oi-filled pe-1 ps-2"
|
|
1610
|
+
data-icon="delete"
|
|
1602
1611
|
t-if="this.props.onRemoved"
|
|
1603
1612
|
t-on-click="() => this.props.onRemoved(this.props.dimension)"
|
|
1604
1613
|
/>
|
|
@@ -1678,7 +1687,8 @@
|
|
|
1678
1687
|
/>
|
|
1679
1688
|
<div t-if="this.props.isDirty" class="d-flex align-items-center">
|
|
1680
1689
|
<i
|
|
1681
|
-
class="o-button-icon pe-0
|
|
1690
|
+
class="o-button-icon pe-0 oi"
|
|
1691
|
+
data-icon="undo"
|
|
1682
1692
|
title="Discard all changes"
|
|
1683
1693
|
t-on-click="() => this.props.discard()"
|
|
1684
1694
|
/>
|
|
@@ -1711,7 +1721,8 @@
|
|
|
1711
1721
|
selectContentOnFocus="true"
|
|
1712
1722
|
/>
|
|
1713
1723
|
<i
|
|
1714
|
-
class="o-button-icon ps-3
|
|
1724
|
+
class="o-button-icon ps-3 oi oi-filled"
|
|
1725
|
+
data-icon="delete"
|
|
1715
1726
|
t-on-click="() => this.onDeleteGroup(group_index)"
|
|
1716
1727
|
/>
|
|
1717
1728
|
</div>
|
|
@@ -1746,7 +1757,7 @@
|
|
|
1746
1757
|
<div class="d-flex flex-column gap-1">
|
|
1747
1758
|
<div class="d-flex justify-content-center mb-3">
|
|
1748
1759
|
<button class="o-button" t-on-click="this.startProfiling">
|
|
1749
|
-
<i class="
|
|
1760
|
+
<i class="oi me-1" data-icon="refresh"/>
|
|
1750
1761
|
Re-analyze
|
|
1751
1762
|
</button>
|
|
1752
1763
|
</div>
|
|
@@ -2193,6 +2204,41 @@
|
|
|
2193
2204
|
</div>
|
|
2194
2205
|
</t>
|
|
2195
2206
|
|
|
2207
|
+
<div t-name="o-spreadsheet-DataAnalysisPanel" class="o-data-analysis-panel">
|
|
2208
|
+
<Section title.translate="Suggested charts">
|
|
2209
|
+
<div t-if="this.store.hasData" class="px-2 pb-2">
|
|
2210
|
+
<div t-if="this.store.chartSuggestions.length" class="o-chart-suggestions-grid">
|
|
2211
|
+
<t t-foreach="this.store.chartSuggestions" t-as="suggestion" t-key="suggestion_index">
|
|
2212
|
+
<ChartSuggestionPreview
|
|
2213
|
+
definition="suggestion.definition"
|
|
2214
|
+
description="suggestion.description"
|
|
2215
|
+
onPointerDown="(ev) => this.onStartChartSuggestionDrag(suggestion.definition, ev)"
|
|
2216
|
+
/>
|
|
2217
|
+
</t>
|
|
2218
|
+
</div>
|
|
2219
|
+
<div t-else="" class="o-data-analysis-empty text-muted p-3 text-center">
|
|
2220
|
+
No chart suggestions available for the selected data.
|
|
2221
|
+
</div>
|
|
2222
|
+
</div>
|
|
2223
|
+
<div t-else="" class="o-data-analysis-empty text-muted p-3 text-center">
|
|
2224
|
+
Select cells containing data to see chart suggestions. Note that the order of selected
|
|
2225
|
+
columns can impact chart suggestions.
|
|
2226
|
+
</div>
|
|
2227
|
+
</Section>
|
|
2228
|
+
</div>
|
|
2229
|
+
|
|
2230
|
+
<t t-name="o-spreadsheet-ChartSuggestionPreview">
|
|
2231
|
+
<div
|
|
2232
|
+
class="o-suggestion-canvas-wrap os-theme-dependant overflow-hidden position-relative border rounded"
|
|
2233
|
+
t-on-pointerdown="(ev) => this.props.onPointerDown(ev)"
|
|
2234
|
+
t-att-title="this.props.description">
|
|
2235
|
+
<canvas class="w-100 h-100" t-ref="this.chartCanvasRef"/>
|
|
2236
|
+
<div class="o-suggestion-insert-icon d-flex align-items-center justify-content-center">
|
|
2237
|
+
<t t-call="o-spreadsheet-Icon.INSERT_CHART_SUGGESTION"/>
|
|
2238
|
+
</div>
|
|
2239
|
+
</div>
|
|
2240
|
+
</t>
|
|
2241
|
+
|
|
2196
2242
|
<t t-name="o-spreadsheet-ValueInRangeCriterionForm">
|
|
2197
2243
|
<SelectionInput
|
|
2198
2244
|
ranges="[this.props.criterion.values[0] || '']"
|
|
@@ -2381,7 +2427,8 @@
|
|
|
2381
2427
|
<t t-name="o-spreadsheet-CalendarButton">
|
|
2382
2428
|
<div class="o-calendar-button ms-1">
|
|
2383
2429
|
<button type="button" class="o-button btn" t-on-click="this.openCalendar">
|
|
2384
|
-
|
|
2430
|
+
<!-- TODORAR see how we can make filled versions -->
|
|
2431
|
+
<i class="oi oi-filled" data-icon="calendar_today"/>
|
|
2385
2432
|
</button>
|
|
2386
2433
|
<input
|
|
2387
2434
|
type="date"
|
|
@@ -2895,17 +2942,17 @@
|
|
|
2895
2942
|
|
|
2896
2943
|
<t t-name="o-spreadsheet-SidePanelCollapsible">
|
|
2897
2944
|
<div class="" t-att-class="this.props.class">
|
|
2898
|
-
<div
|
|
2899
|
-
class="o_side_panel_collapsible_title o-fw-bold d-flex align-items-center"
|
|
2900
|
-
t-on-click="() => this.toggle()">
|
|
2945
|
+
<div class="o_side_panel_collapsible_title o-fw-bold d-flex align-items-center">
|
|
2901
2946
|
<div
|
|
2902
2947
|
class="collapsor w-100 d-flex align-items-center ps-1"
|
|
2903
|
-
t-att-class="this.state.isCollapsed ? 'collapsed' : ''"
|
|
2948
|
+
t-att-class="this.state.isCollapsed ? 'collapsed' : ''"
|
|
2949
|
+
t-on-click="() => this.toggle()">
|
|
2904
2950
|
<span class="collapsor-arrow">
|
|
2905
2951
|
<t t-call="o-spreadsheet-Icon.ANGLE_DOWN"/>
|
|
2906
2952
|
</span>
|
|
2907
2953
|
<div class="ps-2" t-out="this.props.title"/>
|
|
2908
2954
|
</div>
|
|
2955
|
+
<t t-call-slot="titleButton"/>
|
|
2909
2956
|
</div>
|
|
2910
2957
|
<Collapse isCollapsed="this.state.isCollapsed">
|
|
2911
2958
|
<div class="pt-2">
|
|
@@ -2923,7 +2970,8 @@
|
|
|
2923
2970
|
|
|
2924
2971
|
<t t-name="o-spreadsheet-CogWheelMenu">
|
|
2925
2972
|
<span
|
|
2926
|
-
class="
|
|
2973
|
+
class="oi oi-filled os-cog-wheel-menu-icon o-button-icon"
|
|
2974
|
+
data-icon="settings"
|
|
2927
2975
|
t-on-click="this.toggleMenu"
|
|
2928
2976
|
t-ref="this.buttonRef"
|
|
2929
2977
|
/>
|
|
@@ -3547,14 +3595,14 @@
|
|
|
3547
3595
|
class="o-sidePanel-tab o-panel-configuration d-flew flex-grow-1 text-center"
|
|
3548
3596
|
t-att-class="this.store.panel !== 'configuration' ? 'inactive' : ''"
|
|
3549
3597
|
t-on-click="this.switchPanel.bind(this, 'configuration')">
|
|
3550
|
-
<i class="
|
|
3598
|
+
<i class="oi me-1" data-icon="tune"/>
|
|
3551
3599
|
Configuration
|
|
3552
3600
|
</div>
|
|
3553
3601
|
<div
|
|
3554
3602
|
class="o-sidePanel-tab o-panel-design d-flew flex-grow-1 text-center"
|
|
3555
3603
|
t-att-class="this.store.panel !== 'design' ? 'inactive' : ''"
|
|
3556
3604
|
t-on-click="this.switchPanel.bind(this, 'design')">
|
|
3557
|
-
<i class="
|
|
3605
|
+
<i class="oi me-1" data-icon="design_services"/>
|
|
3558
3606
|
Design
|
|
3559
3607
|
</div>
|
|
3560
3608
|
</div>
|
|
@@ -5830,7 +5878,7 @@
|
|
|
5830
5878
|
t-on-click="this.removeLink"
|
|
5831
5879
|
class="o-remove-url o-button-icon"
|
|
5832
5880
|
t-translation="off">
|
|
5833
|
-
<i class="
|
|
5881
|
+
<i class="oi" data-icon="close"/>
|
|
5834
5882
|
</button>
|
|
5835
5883
|
</div>
|
|
5836
5884
|
</div>
|
|
@@ -6007,12 +6055,12 @@
|
|
|
6007
6055
|
</t>
|
|
6008
6056
|
<t t-name="o-spreadsheet-Icon.CLIPBOARD">
|
|
6009
6057
|
<div class="o-icon">
|
|
6010
|
-
<i class="
|
|
6058
|
+
<i class="oi" data-icon="assignment"/>
|
|
6011
6059
|
</div>
|
|
6012
6060
|
</t>
|
|
6013
6061
|
<t t-name="o-spreadsheet-Icon.COPY">
|
|
6014
6062
|
<div class="o-icon">
|
|
6015
|
-
<i class="
|
|
6063
|
+
<i class="oi" data-icon="content_copy"/>
|
|
6016
6064
|
</div>
|
|
6017
6065
|
</t>
|
|
6018
6066
|
<t t-name="o-spreadsheet-Icon.CUT">
|
|
@@ -6070,7 +6118,7 @@
|
|
|
6070
6118
|
</t>
|
|
6071
6119
|
<t t-name="o-spreadsheet-Icon.SHOW">
|
|
6072
6120
|
<div class="o-icon">
|
|
6073
|
-
<i class="
|
|
6121
|
+
<i class="oi" data-icon="visibility"/>
|
|
6074
6122
|
</div>
|
|
6075
6123
|
</t>
|
|
6076
6124
|
<t t-name="o-spreadsheet-Icon.FORMULA">
|
|
@@ -6203,22 +6251,22 @@
|
|
|
6203
6251
|
</t>
|
|
6204
6252
|
<t t-name="o-spreadsheet-Icon.INSERT_CHART">
|
|
6205
6253
|
<div class="o-icon">
|
|
6206
|
-
<i class="
|
|
6254
|
+
<i class="oi" data-icon="bar_chart"/>
|
|
6207
6255
|
</div>
|
|
6208
6256
|
</t>
|
|
6209
6257
|
<t t-name="o-spreadsheet-Icon.INSERT_IMAGE">
|
|
6210
6258
|
<div class="o-icon">
|
|
6211
|
-
<i class="
|
|
6259
|
+
<i class="oi" data-icon="image"/>
|
|
6212
6260
|
</div>
|
|
6213
6261
|
</t>
|
|
6214
6262
|
<t t-name="o-spreadsheet-Icon.INSERT_LINK">
|
|
6215
6263
|
<div class="o-icon">
|
|
6216
|
-
<i class="
|
|
6264
|
+
<i class="oi" data-icon="link"/>
|
|
6217
6265
|
</div>
|
|
6218
6266
|
</t>
|
|
6219
6267
|
<t t-name="o-spreadsheet-Icon.INSERT_CHECKBOX">
|
|
6220
6268
|
<div class="o-icon">
|
|
6221
|
-
<i class="
|
|
6269
|
+
<i class="oi" data-icon="check_box"/>
|
|
6222
6270
|
</div>
|
|
6223
6271
|
</t>
|
|
6224
6272
|
<t t-name="o-spreadsheet-Icon.INSERT_DROPDOWN">
|
|
@@ -6326,7 +6374,7 @@
|
|
|
6326
6374
|
</t>
|
|
6327
6375
|
<t t-name="o-spreadsheet-Icon.IRREGULARITY_MAP">
|
|
6328
6376
|
<div class="o-icon">
|
|
6329
|
-
<i class="
|
|
6377
|
+
<i class="oi oi-rotate-270" data-icon="format_align_center"/>
|
|
6330
6378
|
</div>
|
|
6331
6379
|
</t>
|
|
6332
6380
|
<t t-name="o-spreadsheet-Icon.ALIGN_RIGHT">
|
|
@@ -6509,67 +6557,67 @@
|
|
|
6509
6557
|
|
|
6510
6558
|
<t t-name="o-spreadsheet-Icon.FULLSCREEN_OUT">
|
|
6511
6559
|
<div class="o-icon">
|
|
6512
|
-
<i class="
|
|
6560
|
+
<i class="oi" data-icon="close_fullscreen"/>
|
|
6513
6561
|
</div>
|
|
6514
6562
|
</t>
|
|
6515
6563
|
<t t-name="o-spreadsheet-Icon.FULLSCREEN_IN">
|
|
6516
6564
|
<div class="o-icon">
|
|
6517
|
-
<i class="
|
|
6565
|
+
<i class="oi" data-icon="open_in_full"/>
|
|
6518
6566
|
</div>
|
|
6519
6567
|
</t>
|
|
6520
6568
|
<t t-name="o-spreadsheet-Icon.EDIT">
|
|
6521
6569
|
<div class="o-icon">
|
|
6522
|
-
<i class="
|
|
6570
|
+
<i class="oi" data-icon="edit_square"/>
|
|
6523
6571
|
</div>
|
|
6524
6572
|
</t>
|
|
6525
6573
|
<t t-name="o-spreadsheet-Icon.EXTERNAL">
|
|
6526
6574
|
<div class="o-icon">
|
|
6527
|
-
<i class="
|
|
6575
|
+
<i class="oi" data-icon="open_in_new"/>
|
|
6528
6576
|
</div>
|
|
6529
6577
|
</t>
|
|
6530
6578
|
<t t-name="o-spreadsheet-Icon.UNLINK">
|
|
6531
6579
|
<div class="o-icon">
|
|
6532
|
-
<i class="
|
|
6580
|
+
<i class="oi" data-icon="link_off"/>
|
|
6533
6581
|
</div>
|
|
6534
6582
|
</t>
|
|
6535
6583
|
<t t-name="o-spreadsheet-Icon.CARET_UP">
|
|
6536
|
-
<div class="o-icon
|
|
6537
|
-
<i class="
|
|
6584
|
+
<div class="o-icon">
|
|
6585
|
+
<i class="oi" data-icon="arrow_drop_up"/>
|
|
6538
6586
|
</div>
|
|
6539
6587
|
</t>
|
|
6540
6588
|
<t t-name="o-spreadsheet-Icon.CARET_DOWN">
|
|
6541
|
-
<div class="o-icon
|
|
6542
|
-
<i class="
|
|
6589
|
+
<div class="o-icon">
|
|
6590
|
+
<i class="oi" data-icon="arrow_drop_down"/>
|
|
6543
6591
|
</div>
|
|
6544
6592
|
</t>
|
|
6545
6593
|
<t t-name="o-spreadsheet-Icon.CARET_RIGHT">
|
|
6546
|
-
<div class="o-icon
|
|
6547
|
-
<i class="
|
|
6594
|
+
<div class="o-icon">
|
|
6595
|
+
<i class="oi" data-icon="arrow_right"/>
|
|
6548
6596
|
</div>
|
|
6549
6597
|
</t>
|
|
6550
6598
|
<t t-name="o-spreadsheet-Icon.CARET_LEFT">
|
|
6551
|
-
<div class="o-icon
|
|
6552
|
-
<i class="
|
|
6599
|
+
<div class="o-icon">
|
|
6600
|
+
<i class="oi" data-icon="arrow_left"/>
|
|
6553
6601
|
</div>
|
|
6554
6602
|
</t>
|
|
6555
6603
|
<t t-name="o-spreadsheet-Icon.TRASH">
|
|
6556
6604
|
<div class="o-icon">
|
|
6557
|
-
<i class="
|
|
6605
|
+
<i class="oi" data-icon="delete"/>
|
|
6558
6606
|
</div>
|
|
6559
6607
|
</t>
|
|
6560
6608
|
<t t-name="o-spreadsheet-Icon.TRASH_FILLED">
|
|
6561
6609
|
<div class="o-icon">
|
|
6562
|
-
<i class="
|
|
6610
|
+
<i class="oi oi-filled" data-icon="delete"/>
|
|
6563
6611
|
</div>
|
|
6564
6612
|
</t>
|
|
6565
6613
|
<t t-name="o-spreadsheet-Icon.REFRESH">
|
|
6566
6614
|
<div class="o-icon">
|
|
6567
|
-
<i class="
|
|
6615
|
+
<i class="oi" data-icon="refresh"/>
|
|
6568
6616
|
</div>
|
|
6569
6617
|
</t>
|
|
6570
6618
|
<t t-name="o-spreadsheet-Icon.EXCHANGE">
|
|
6571
6619
|
<div class="o-icon">
|
|
6572
|
-
<i class="
|
|
6620
|
+
<i class="oi" data-icon="swap_horiz"/>
|
|
6573
6621
|
</div>
|
|
6574
6622
|
</t>
|
|
6575
6623
|
<t t-name="o-spreadsheet-Icon.ARROW_DOWN">
|
|
@@ -6672,17 +6720,17 @@
|
|
|
6672
6720
|
</t>
|
|
6673
6721
|
<t t-name="o-spreadsheet-Icon.SORT_ASCENDING">
|
|
6674
6722
|
<div class="o-icon">
|
|
6675
|
-
<i class="
|
|
6723
|
+
<i class="oi" data-icon="sort_by_alpha"/>
|
|
6676
6724
|
</div>
|
|
6677
6725
|
</t>
|
|
6678
6726
|
<t t-name="o-spreadsheet-Icon.SORT_DESCENDING">
|
|
6679
6727
|
<div class="o-icon">
|
|
6680
|
-
<i class="
|
|
6728
|
+
<i class="oi" data-icon="sort_by_alpha"/>
|
|
6681
6729
|
</div>
|
|
6682
6730
|
</t>
|
|
6683
6731
|
<t t-name="o-spreadsheet-Icon.DATA_CLEANUP">
|
|
6684
6732
|
<div class="o-icon">
|
|
6685
|
-
<i class="
|
|
6733
|
+
<i class="oi" data-icon="wand_stars"/>
|
|
6686
6734
|
</div>
|
|
6687
6735
|
</t>
|
|
6688
6736
|
<t t-name="o-spreadsheet-Icon.FILTER_ICON">
|
|
@@ -6695,17 +6743,17 @@
|
|
|
6695
6743
|
</t>
|
|
6696
6744
|
<t t-name="o-spreadsheet-Icon.FILTER_ICON_ACTIVE">
|
|
6697
6745
|
<div class="o-icon filter-icon-active">
|
|
6698
|
-
<i class="
|
|
6746
|
+
<i class="oi oi-filled" data-icon="filter_alt"/>
|
|
6699
6747
|
</div>
|
|
6700
6748
|
</t>
|
|
6701
6749
|
<t t-name="o-spreadsheet-Icon.SEARCH">
|
|
6702
6750
|
<div class="o-icon">
|
|
6703
|
-
<i class="
|
|
6751
|
+
<i class="oi" data-icon="search"/>
|
|
6704
6752
|
</div>
|
|
6705
6753
|
</t>
|
|
6706
6754
|
<t t-name="o-spreadsheet-Icon.ZOOM">
|
|
6707
6755
|
<div class="o-icon">
|
|
6708
|
-
<i class="
|
|
6756
|
+
<i class="oi" data-icon="zoom_in"/>
|
|
6709
6757
|
</div>
|
|
6710
6758
|
</t>
|
|
6711
6759
|
<t t-name="o-spreadsheet-Icon.CHECK">
|
|
@@ -6739,8 +6787,8 @@
|
|
|
6739
6787
|
</svg>
|
|
6740
6788
|
</t>
|
|
6741
6789
|
<t t-name="o-spreadsheet-Icon.TRIANGLE_EXCLAMATION">
|
|
6742
|
-
<div class="o-icon
|
|
6743
|
-
<i class="
|
|
6790
|
+
<div class="o-icon">
|
|
6791
|
+
<i class="oi" data-icon="warning"/>
|
|
6744
6792
|
</div>
|
|
6745
6793
|
</t>
|
|
6746
6794
|
<t t-name="o-spreadsheet-Icon.SPLIT_TEXT">
|
|
@@ -6753,7 +6801,7 @@
|
|
|
6753
6801
|
</t>
|
|
6754
6802
|
<t t-name="o-spreadsheet-Icon.ERROR">
|
|
6755
6803
|
<div class="o-icon">
|
|
6756
|
-
<i class="
|
|
6804
|
+
<i class="oi" data-icon="error"/>
|
|
6757
6805
|
</div>
|
|
6758
6806
|
</t>
|
|
6759
6807
|
<t t-name="o-spreadsheet-Icon.DISPLAY_HEADER">
|
|
@@ -6891,7 +6939,7 @@
|
|
|
6891
6939
|
</t>
|
|
6892
6940
|
<t t-name="o-spreadsheet-Icon.INFO">
|
|
6893
6941
|
<div class="o-icon">
|
|
6894
|
-
<i class="
|
|
6942
|
+
<i class="oi" data-icon="info"/>
|
|
6895
6943
|
</div>
|
|
6896
6944
|
</t>
|
|
6897
6945
|
<t t-name="o-spreadsheet-Icon.PIVOT">
|
|
@@ -6981,12 +7029,12 @@
|
|
|
6981
7029
|
</t>
|
|
6982
7030
|
<t t-name="o-spreadsheet-Icon.HIDE_SHEET">
|
|
6983
7031
|
<div class="o-icon">
|
|
6984
|
-
<i class="
|
|
7032
|
+
<i class="oi" data-icon="visibility_off"/>
|
|
6985
7033
|
</div>
|
|
6986
7034
|
</t>
|
|
6987
7035
|
<t t-name="o-spreadsheet-Icon.DOWNLOAD">
|
|
6988
7036
|
<div class="o-icon">
|
|
6989
|
-
<i class="
|
|
7037
|
+
<i class="oi" data-icon="download"/>
|
|
6990
7038
|
</div>
|
|
6991
7039
|
</t>
|
|
6992
7040
|
<t t-name="o-spreadsheet-Icon.CAROUSEL">
|
|
@@ -7031,7 +7079,7 @@
|
|
|
7031
7079
|
</t>
|
|
7032
7080
|
<t t-name="o-spreadsheet-Icon.DARK_MODE">
|
|
7033
7081
|
<div class="o-icon">
|
|
7034
|
-
<i class="
|
|
7082
|
+
<i class="oi" data-icon="dark_mode"/>
|
|
7035
7083
|
</div>
|
|
7036
7084
|
</t>
|
|
7037
7085
|
<t t-name="o-spreadsheet-Icon.ROTATION-0">
|
|
@@ -7077,26 +7125,26 @@
|
|
|
7077
7125
|
</t>
|
|
7078
7126
|
<t t-name="o-spreadsheet-Icon.THUMB_TACK">
|
|
7079
7127
|
<div class="o-icon">
|
|
7080
|
-
<i class="
|
|
7128
|
+
<i class="oi" data-icon="push_pin"/>
|
|
7081
7129
|
</div>
|
|
7082
7130
|
</t>
|
|
7083
7131
|
<t t-name="o-spreadsheet-Icon.LOCK">
|
|
7084
7132
|
<div class="o-icon">
|
|
7085
|
-
<i class="
|
|
7133
|
+
<i class="oi" data-icon="lock"/>
|
|
7086
7134
|
</div>
|
|
7087
7135
|
</t>
|
|
7088
7136
|
<t t-name="o-spreadsheet-Icon.UNLOCK">
|
|
7089
7137
|
<div class="o-icon">
|
|
7090
|
-
<i class="
|
|
7138
|
+
<i class="oi" data-icon="lock_open"/>
|
|
7091
7139
|
</div>
|
|
7092
7140
|
</t>
|
|
7093
7141
|
<t t-name="o-spreadsheet-Icon.PRINT">
|
|
7094
7142
|
<div class="o-icon">
|
|
7095
|
-
<i class="
|
|
7143
|
+
<i class="oi" data-icon="print"/>
|
|
7096
7144
|
</div>
|
|
7097
7145
|
</t>
|
|
7098
7146
|
<t t-name="o-spreadsheet-Icon.COLUMN_STATS">
|
|
7099
|
-
<svg
|
|
7147
|
+
<svg class="o-icon" viewBox="0 0 512 512">
|
|
7100
7148
|
<path
|
|
7101
7149
|
d="M319 174c71 0 129 58 129 129 0 27-8 52-23 73l66 66-33 33-66-66c-21 14-46 23-73 23-71 0-129-58-129-129s57-129 129-129m0 47c-45 0-82 37-82 82s36 82 82 82 82-37 82-82-37-82-82-82m-152 70a155 155 0 0 0 0 12c0 12 1 24 4 35H25v-47zM119 33v235H49V33zm94 94v66c-21 20-36 46-43 75h-28V127zm94-47v71a152 152 0 0 0-70 24V80zm94 23v71a152 152 0 0 0-70-24v-47z"
|
|
7102
7150
|
fill="currentColor"
|
|
@@ -7153,9 +7201,23 @@
|
|
|
7153
7201
|
</t>
|
|
7154
7202
|
<t t-name="o-spreadsheet-Icon.CALCULATOR">
|
|
7155
7203
|
<div class="o-icon">
|
|
7156
|
-
<i class="
|
|
7204
|
+
<i class="oi" data-icon="calculate"/>
|
|
7157
7205
|
</div>
|
|
7158
7206
|
</t>
|
|
7207
|
+
<t t-name="o-spreadsheet-Icon.INSERT_CHART_SUGGESTION">
|
|
7208
|
+
<svg
|
|
7209
|
+
class="o-icon"
|
|
7210
|
+
fill="currentColor"
|
|
7211
|
+
viewBox="0 -960 960 960"
|
|
7212
|
+
xmlns="http://www.w3.org/2000/svg">
|
|
7213
|
+
<!-- Material icon add_chart.
|
|
7214
|
+
TODO remove when we use Material icons directly -->
|
|
7215
|
+
<path
|
|
7216
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
7217
|
+
d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h360v80H200v560h560v-360h80v360q0 33-23.5 56.5T760-120H200Zm80-160h80v-280h-80v280Zm160 0h80v-400h-80v400Zm160 0h80v-160h-80v160Zm80-320v-80h-80v-80h80v-80h80v80h80v80h-80v80h-80ZM480-480Z"
|
|
7218
|
+
/>
|
|
7219
|
+
</svg>
|
|
7220
|
+
</t>
|
|
7159
7221
|
|
|
7160
7222
|
<t t-name="o-spreadsheet-IconPicker">
|
|
7161
7223
|
<div class="o-icon-picker bg-white">
|
|
@@ -7615,7 +7677,7 @@
|
|
|
7615
7677
|
onClose="() => this.closeMenu()"
|
|
7616
7678
|
/>
|
|
7617
7679
|
<t
|
|
7618
|
-
t-if="
|
|
7680
|
+
t-if="this.displayTableResizer"
|
|
7619
7681
|
t-foreach="this.staticTables"
|
|
7620
7682
|
t-as="table"
|
|
7621
7683
|
t-key="table.id">
|
|
@@ -7853,14 +7915,16 @@
|
|
|
7853
7915
|
|
|
7854
7916
|
<t t-name="o-spreadsheet-ImageFigure">
|
|
7855
7917
|
<img t-att-src="this.getImagePath" class="w-100 h-100"/>
|
|
7856
|
-
<div
|
|
7918
|
+
<div
|
|
7919
|
+
class="o-figure-menu position-absolute m-2 align-items-center"
|
|
7920
|
+
t-if="this.shouldShowMenuButton">
|
|
7857
7921
|
<div
|
|
7858
|
-
class="o-figure-menu-item
|
|
7922
|
+
class="o-figure-menu-item btn oi rounded p-1"
|
|
7923
|
+
data-icon="more_vert"
|
|
7859
7924
|
t-on-click="this.showMenu"
|
|
7860
7925
|
t-ref="this.menuButtonRef"
|
|
7861
|
-
t-on-contextmenu.prevent.stop="this.showMenu"
|
|
7862
|
-
|
|
7863
|
-
</div>
|
|
7926
|
+
t-on-contextmenu.prevent.stop="this.showMenu"
|
|
7927
|
+
/>
|
|
7864
7928
|
</div>
|
|
7865
7929
|
</t>
|
|
7866
7930
|
|
|
@@ -7925,11 +7989,13 @@
|
|
|
7925
7989
|
|
|
7926
7990
|
<t t-name="o-spreadsheet-CarouselFigure">
|
|
7927
7991
|
<div
|
|
7928
|
-
class="o-carousel w-100 h-100
|
|
7992
|
+
class="o-carousel w-100 h-100 position-relative"
|
|
7929
7993
|
t-att-style="this.carouselStyle"
|
|
7930
7994
|
t-on-dblclick="this.onCarouselDoubleClick">
|
|
7931
7995
|
<t t-set="selectedItem" t-value="this.selectedCarouselItem"/>
|
|
7932
|
-
<div
|
|
7996
|
+
<div
|
|
7997
|
+
class="o-carousel-header d-flex align-items-baseline position-absolute"
|
|
7998
|
+
t-att-style="this.headerStyle">
|
|
7933
7999
|
<div
|
|
7934
8000
|
class="o-carousel-title text-truncate flex-shrink-0 pe-2"
|
|
7935
8001
|
t-out="this.title"
|
|
@@ -7945,7 +8011,7 @@
|
|
|
7945
8011
|
t-key="item_index"
|
|
7946
8012
|
t-if="this.carousel.items.length > 1">
|
|
7947
8013
|
<div
|
|
7948
|
-
class="o-carousel-tab text-truncate px-2
|
|
8014
|
+
class="o-carousel-tab text-truncate px-2 flex-shrink-0"
|
|
7949
8015
|
t-att-class="{ 'selected': this.isItemSelected(item) }"
|
|
7950
8016
|
t-att-data-type="item.type"
|
|
7951
8017
|
t-out="this.getItemTitle(item)"
|
|
@@ -7954,11 +8020,11 @@
|
|
|
7954
8020
|
</t>
|
|
7955
8021
|
</div>
|
|
7956
8022
|
<div
|
|
7957
|
-
class="o-carousel-
|
|
8023
|
+
class="o-carousel-button o-carousel-tabs-dropdown flex-shrink-0 rounded"
|
|
7958
8024
|
t-att-class="{'active': this.menuState.isOpen}"
|
|
7959
8025
|
t-ref="this.carouselTabsDropdownRef"
|
|
7960
8026
|
t-on-click="this.toggleMenu">
|
|
7961
|
-
<div class="
|
|
8027
|
+
<div class="oi" data-icon="keyboard_arrow_down"/>
|
|
7962
8028
|
<MenuPopover
|
|
7963
8029
|
t-if="this.menuState.isOpen"
|
|
7964
8030
|
menuId="this.menuId"
|
|
@@ -7971,28 +8037,32 @@
|
|
|
7971
8037
|
<div
|
|
7972
8038
|
t-if="this.env.model.getters.isDashboard()"
|
|
7973
8039
|
t-att-title="this.fullScreenButtonTitle"
|
|
7974
|
-
class="o-carousel-full-screen-button
|
|
7975
|
-
t-att-
|
|
7976
|
-
'fa-compress': this.props.isFullScreen,
|
|
7977
|
-
'fa-expand': !this.props.isFullScreen,
|
|
7978
|
-
}"
|
|
8040
|
+
class="o-carousel-full-screen-button oi o-carousel-button rounded p-1 ms-1"
|
|
8041
|
+
t-att-data-icon="this.props.isFullScreen ? 'close_fullscreen' : 'open_in_full'"
|
|
7979
8042
|
t-on-click="this.toggleFullScreen"
|
|
7980
8043
|
/>
|
|
7981
8044
|
<div
|
|
7982
8045
|
t-if="!this.env.model.getters.isDashboard()"
|
|
7983
|
-
class="o-carousel-menu-button o-carousel-button
|
|
7984
|
-
t-on-click="this.openContextMenu"
|
|
7985
|
-
|
|
8046
|
+
class="o-carousel-menu-button o-carousel-button rounded ms-1"
|
|
8047
|
+
t-on-click="this.openContextMenu">
|
|
8048
|
+
<div class="oi" data-icon="more_vert"/>
|
|
8049
|
+
</div>
|
|
7986
8050
|
</div>
|
|
7987
|
-
<div
|
|
8051
|
+
<div
|
|
8052
|
+
t-if="this.separatorStyle"
|
|
8053
|
+
class="o-carousel-separator position-absolute"
|
|
8054
|
+
t-att-style="this.separatorStyle"
|
|
8055
|
+
/>
|
|
7988
8056
|
<div
|
|
7989
8057
|
t-if="!selectedItem"
|
|
7990
|
-
class="o-carousel-empty o-carousel-content
|
|
8058
|
+
class="o-carousel-empty o-carousel-content position-absolute d-flex align-items-center justify-content-center"
|
|
8059
|
+
t-att-style="this.contentStyle">
|
|
7991
8060
|
<t t-call="o-spreadsheet-Icon.CAROUSEL"/>
|
|
7992
8061
|
</div>
|
|
7993
8062
|
<div
|
|
7994
8063
|
t-elif="selectedItem.type === 'chart'"
|
|
7995
|
-
class="o-carousel-content
|
|
8064
|
+
class="o-carousel-content position-absolute"
|
|
8065
|
+
t-att-style="this.contentStyle">
|
|
7996
8066
|
<div
|
|
7997
8067
|
class="o-chart-container w-100 h-100"
|
|
7998
8068
|
t-on-dblclick.stop="this.onCarouselChartDoubleClick">
|
|
@@ -8012,12 +8082,14 @@
|
|
|
8012
8082
|
</div>
|
|
8013
8083
|
<div
|
|
8014
8084
|
t-elif="selectedItem.type === 'carouselDataView' and selectedItem.range"
|
|
8015
|
-
class="o-carousel-content
|
|
8085
|
+
class="o-carousel-content position-absolute overflow-hidden"
|
|
8086
|
+
t-att-style="this.contentStyle">
|
|
8016
8087
|
<StandaloneViewport
|
|
8017
8088
|
range="this.removeEmptyHeadersFromRange(selectedItem.range)"
|
|
8018
8089
|
columnWeights="selectedItem.columnWeights"
|
|
8019
8090
|
canResizeColumns="this.canResizeDataViewColumns"
|
|
8020
8091
|
onResizeColumns.bind="this.onResizeColumns"
|
|
8092
|
+
size="this.carouselLayout.contentRect"
|
|
8021
8093
|
/>
|
|
8022
8094
|
</div>
|
|
8023
8095
|
</div>
|
|
@@ -8025,8 +8097,8 @@
|
|
|
8025
8097
|
|
|
8026
8098
|
<t t-name="o-spreadsheet-FigureComponent">
|
|
8027
8099
|
<div
|
|
8028
|
-
class="o-figure-wrapper
|
|
8029
|
-
t-att-class="{'o-figure-selected': this.isSelected}"
|
|
8100
|
+
class="o-figure-wrapper"
|
|
8101
|
+
t-att-class="{'o-figure-selected': this.isSelected, 'os-theme-dependant': this.isThemeDependant}"
|
|
8030
8102
|
t-att-style="this.wrapperStyle">
|
|
8031
8103
|
<div
|
|
8032
8104
|
class="o-figure w-100 h-100 overflow-hidden"
|
|
@@ -8119,7 +8191,7 @@
|
|
|
8119
8191
|
<t t-name="o-spreadsheet-ChartMenu">
|
|
8120
8192
|
<div class="o-chart-menu position-absolute top-0 end-0" t-on-click.stop="">
|
|
8121
8193
|
<div class="d-flex align-items-center gap-1 p-1 rounded" t-att-style="backgroundColor">
|
|
8122
|
-
<t t-if="this.regionOptions.length > 1">
|
|
8194
|
+
<t t-if="this.env.model.getters.isDashboard() and this.regionOptions.length > 1">
|
|
8123
8195
|
<Select
|
|
8124
8196
|
class="'o-chart-menu-item w-auto py-0 px-1 text-muted text-nowrap rounded border-0'"
|
|
8125
8197
|
popoverClass="'w-auto'"
|
|
@@ -8139,7 +8211,8 @@
|
|
|
8139
8211
|
</t>
|
|
8140
8212
|
<t t-if="this.isMenuAvailable()">
|
|
8141
8213
|
<button
|
|
8142
|
-
class="o-chart-menu-item btn text-muted lh-1 p-1
|
|
8214
|
+
class="o-chart-menu-item btn text-muted lh-1 p-1 oi"
|
|
8215
|
+
data-icon="more_vert"
|
|
8143
8216
|
t-on-click="this.openContextMenu"
|
|
8144
8217
|
/>
|
|
8145
8218
|
</t>
|
|
@@ -8433,9 +8506,9 @@
|
|
|
8433
8506
|
t-on-click.stop="this.openAssistant"
|
|
8434
8507
|
t-on-pointerdown.prevent.stop=""
|
|
8435
8508
|
t-on-pointerup.stop=""
|
|
8436
|
-
class="
|
|
8437
|
-
<i class="
|
|
8438
|
-
<i class="
|
|
8509
|
+
class="oi-stack position-absolute translate-middle force-open-assistant fs-4">
|
|
8510
|
+
<i class="oi oi-filled oi-stack-1x o-composer-assistant-icon-bg" data-icon="circle"/>
|
|
8511
|
+
<i class="oi oi-filled oi-stack-1x" data-icon="help"/>
|
|
8439
8512
|
</span>
|
|
8440
8513
|
<div
|
|
8441
8514
|
class="o-composer w-100 text-start"
|
|
@@ -8476,9 +8549,9 @@
|
|
|
8476
8549
|
role="button"
|
|
8477
8550
|
t-on-click="this.closeAssistant"
|
|
8478
8551
|
t-on-pointerdown.prevent.stop=""
|
|
8479
|
-
class="
|
|
8480
|
-
<i class="
|
|
8481
|
-
<i class="
|
|
8552
|
+
class="oi-stack position-absolute top-0 start-100 translate-middle fs-4">
|
|
8553
|
+
<i class="oi oi-filled oi-stack-1x o-composer-assistant-icon-bg" data-icon="circle"/>
|
|
8554
|
+
<i class="oi oi-filled oi-stack-1x" data-icon="cancel"/>
|
|
8482
8555
|
</span>
|
|
8483
8556
|
<div class="o-composer-assistant overflow-auto" t-att-style="this.assistantStyle">
|
|
8484
8557
|
<FunctionDescriptionProvider
|
|
@@ -8625,7 +8698,7 @@
|
|
|
8625
8698
|
class="eyedropper d-flex align-items-center justify-content-center rounded-circle"
|
|
8626
8699
|
t-if="this.canUseEyeDropper"
|
|
8627
8700
|
t-on-click.stop="this.activateEyedropper">
|
|
8628
|
-
<i class="
|
|
8701
|
+
<i class="oi" data-icon="colorize"/>
|
|
8629
8702
|
</div>
|
|
8630
8703
|
</div>
|
|
8631
8704
|
<div t-if="this.state.showGradient" class="o-custom-selector">
|
|
@@ -8802,16 +8875,24 @@
|
|
|
8802
8875
|
|
|
8803
8876
|
<t t-name="o-spreadsheet-BottomBarStatistic">
|
|
8804
8877
|
<t t-set="selectedStatistic" t-value="this.getSelectedStatistic()"/>
|
|
8805
|
-
<
|
|
8806
|
-
<
|
|
8807
|
-
|
|
8808
|
-
|
|
8809
|
-
|
|
8810
|
-
|
|
8811
|
-
<
|
|
8812
|
-
|
|
8813
|
-
|
|
8814
|
-
|
|
8878
|
+
<div class="ms-auto d-flex o-bottom-bar-statistic">
|
|
8879
|
+
<Ripple t-if="selectedStatistic !== undefined">
|
|
8880
|
+
<div
|
|
8881
|
+
class="o-selection-statistic text-truncate user-select-none me-4 bg-white rounded shadow d-flex align-items-center"
|
|
8882
|
+
t-on-click="this.listSelectionStatistics">
|
|
8883
|
+
<t t-out="selectedStatistic"/>
|
|
8884
|
+
<span class="ms-2">
|
|
8885
|
+
<t t-call="o-spreadsheet-Icon.CARET_DOWN"/>
|
|
8886
|
+
</span>
|
|
8887
|
+
</div>
|
|
8888
|
+
</Ripple>
|
|
8889
|
+
<span
|
|
8890
|
+
class="o-data-analysis-button me-4 rounded"
|
|
8891
|
+
t-att-class="{ 'active': this.isDataAnalysisOpen }"
|
|
8892
|
+
t-on-click="this.toggleDataAnalysisPanel">
|
|
8893
|
+
<t t-call="o-spreadsheet-Icon.COLUMN_STATS"/>
|
|
8894
|
+
</span>
|
|
8895
|
+
</div>
|
|
8815
8896
|
</t>
|
|
8816
8897
|
|
|
8817
8898
|
<t t-name="o-spreadsheet-BottomBarSheet">
|