@odoo/o-spreadsheet 19.0.6 → 19.0.8
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.js +616 -286
- package/dist/o-spreadsheet.d.ts +8 -1
- package/dist/o-spreadsheet.esm.js +616 -286
- package/dist/o-spreadsheet.iife.js +616 -286
- package/dist/o-spreadsheet.iife.min.js +413 -413
- package/dist/o_spreadsheet.xml +23 -13
- package/package.json +1 -1
- package/readme.md +1 -0
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.0.
|
|
5
|
-
@date 2025-10-
|
|
6
|
-
@hash
|
|
4
|
+
@version 19.0.8
|
|
5
|
+
@date 2025-10-30T12:25:55.569Z
|
|
6
|
+
@hash 559e4e5
|
|
7
7
|
-->
|
|
8
8
|
<odoo>
|
|
9
9
|
<t t-name="o-spreadsheet-ValidationMessages">
|
|
@@ -2390,6 +2390,9 @@
|
|
|
2390
2390
|
className="'mb-2'"
|
|
2391
2391
|
/>
|
|
2392
2392
|
</Section>
|
|
2393
|
+
<Section class="'pt-0'" title.translate="Number formatting">
|
|
2394
|
+
<ChartHumanizeNumbers t-props="props"/>
|
|
2395
|
+
</Section>
|
|
2393
2396
|
</t>
|
|
2394
2397
|
</GeneralDesignEditor>
|
|
2395
2398
|
<SeriesWithAxisDesignEditor t-props="props"/>
|
|
@@ -2429,7 +2432,7 @@
|
|
|
2429
2432
|
className="'mb-2'"
|
|
2430
2433
|
/>
|
|
2431
2434
|
</Section>
|
|
2432
|
-
<Section class="'pt-
|
|
2435
|
+
<Section class="'pt-0'" title.translate="Number formatting">
|
|
2433
2436
|
<ChartHumanizeNumbers t-props="props"/>
|
|
2434
2437
|
</Section>
|
|
2435
2438
|
</t>
|
|
@@ -2568,6 +2571,9 @@
|
|
|
2568
2571
|
hasVerticalAlign="true"
|
|
2569
2572
|
/>
|
|
2570
2573
|
</Section>
|
|
2574
|
+
<Section class="'pt-0'" title.translate="Number formatting">
|
|
2575
|
+
<ChartHumanizeNumbers t-props="props"/>
|
|
2576
|
+
</Section>
|
|
2571
2577
|
</t>
|
|
2572
2578
|
</SidePanelCollapsible>
|
|
2573
2579
|
</t>
|
|
@@ -2628,6 +2634,9 @@
|
|
|
2628
2634
|
<GeneralDesignEditor t-props="props">
|
|
2629
2635
|
<t t-set-slot="general-extension">
|
|
2630
2636
|
<ChartLegend t-props="props"/>
|
|
2637
|
+
<Section class="'pt-0'" title.translate="Number formatting">
|
|
2638
|
+
<ChartHumanizeNumbers t-props="props"/>
|
|
2639
|
+
</Section>
|
|
2631
2640
|
</t>
|
|
2632
2641
|
</GeneralDesignEditor>
|
|
2633
2642
|
|
|
@@ -2679,7 +2688,7 @@
|
|
|
2679
2688
|
<t t-set="color_down">Color Down</t>
|
|
2680
2689
|
<GeneralDesignEditor t-props="props" defaultChartTitleFontSize="defaultScorecardTitleFontSize">
|
|
2681
2690
|
<t t-set-slot="general-extension">
|
|
2682
|
-
<Section class="'pt-
|
|
2691
|
+
<Section class="'pt-0'" title.translate="Number formatting">
|
|
2683
2692
|
<ChartHumanizeNumbers t-props="props"/>
|
|
2684
2693
|
</Section>
|
|
2685
2694
|
</t>
|
|
@@ -2793,7 +2802,7 @@
|
|
|
2793
2802
|
<ChartShowValues t-props="props"/>
|
|
2794
2803
|
<ChartShowDataMarkers t-props="props"/>
|
|
2795
2804
|
</Section>
|
|
2796
|
-
<Section class="'pt-
|
|
2805
|
+
<Section class="'pt-0'" title.translate="Number formatting">
|
|
2797
2806
|
<ChartHumanizeNumbers t-props="props"/>
|
|
2798
2807
|
</Section>
|
|
2799
2808
|
</t>
|
|
@@ -2808,7 +2817,7 @@
|
|
|
2808
2817
|
<Section class="'pt-0'" title.translate="Values">
|
|
2809
2818
|
<ChartShowValues t-props="props"/>
|
|
2810
2819
|
</Section>
|
|
2811
|
-
<Section class="'pt-
|
|
2820
|
+
<Section class="'pt-0'" title.translate="Number formatting">
|
|
2812
2821
|
<ChartHumanizeNumbers t-props="props"/>
|
|
2813
2822
|
</Section>
|
|
2814
2823
|
<PieHoleSize
|
|
@@ -2883,7 +2892,7 @@
|
|
|
2883
2892
|
className="'mb-2'"
|
|
2884
2893
|
/>
|
|
2885
2894
|
</Section>
|
|
2886
|
-
<Section class="'pt-
|
|
2895
|
+
<Section class="'pt-0'" title.translate="Number formatting">
|
|
2887
2896
|
<ChartHumanizeNumbers t-props="props"/>
|
|
2888
2897
|
</Section>
|
|
2889
2898
|
</t>
|
|
@@ -2992,7 +3001,7 @@
|
|
|
2992
3001
|
<option value="left">Bottom left</option>
|
|
2993
3002
|
</select>
|
|
2994
3003
|
</Section>
|
|
2995
|
-
<Section class="'pt-
|
|
3004
|
+
<Section class="'pt-0'" title.translate="Number formatting">
|
|
2996
3005
|
<ChartHumanizeNumbers t-props="props"/>
|
|
2997
3006
|
</Section>
|
|
2998
3007
|
</t>
|
|
@@ -3085,7 +3094,7 @@
|
|
|
3085
3094
|
<t t-name="o-spreadsheet-GaugeChartDesignPanel">
|
|
3086
3095
|
<GeneralDesignEditor t-props="props">
|
|
3087
3096
|
<t t-set-slot="general-extension">
|
|
3088
|
-
<Section class="'pt-
|
|
3097
|
+
<Section class="'pt-0'" title.translate="Number formatting">
|
|
3089
3098
|
<ChartHumanizeNumbers t-props="props"/>
|
|
3090
3099
|
</Section>
|
|
3091
3100
|
</t>
|
|
@@ -3231,7 +3240,7 @@
|
|
|
3231
3240
|
<Section class="'pt-0'" title.translate="Values">
|
|
3232
3241
|
<ChartShowValues t-props="props"/>
|
|
3233
3242
|
</Section>
|
|
3234
|
-
<Section class="'pt-
|
|
3243
|
+
<Section class="'pt-0'" title.translate="Number formatting">
|
|
3235
3244
|
<ChartHumanizeNumbers t-props="props"/>
|
|
3236
3245
|
</Section>
|
|
3237
3246
|
</t>
|
|
@@ -3271,7 +3280,7 @@
|
|
|
3271
3280
|
className="'mb-2'"
|
|
3272
3281
|
/>
|
|
3273
3282
|
</Section>
|
|
3274
|
-
<Section class="'pt-
|
|
3283
|
+
<Section class="'pt-0'" title.translate="Number formatting">
|
|
3275
3284
|
<ChartHumanizeNumbers t-props="props"/>
|
|
3276
3285
|
</Section>
|
|
3277
3286
|
</t>
|
|
@@ -3951,7 +3960,8 @@
|
|
|
3951
3960
|
<t t-name="o-spreadsheet-ChartHumanizeNumbers">
|
|
3952
3961
|
<Checkbox
|
|
3953
3962
|
name="'humanizeNumbers'"
|
|
3954
|
-
label.translate="
|
|
3963
|
+
label.translate="Use compact format"
|
|
3964
|
+
title="title"
|
|
3955
3965
|
value="props.definition.humanize ?? true"
|
|
3956
3966
|
onChange="(humanize) => props.updateChart(this.props.chartId, { humanize })"
|
|
3957
3967
|
/>
|
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -39,6 +39,7 @@ npm run test -- --watch # run all tests, rerun on file change
|
|
|
39
39
|
3. [Model creation](doc/integrating/integration.md#model-creation)
|
|
40
40
|
4. [Collaborative edition](doc/integrating/integration.md#collaborative-edition)
|
|
41
41
|
5. [Translation](doc/integrating/integration.md#translation)
|
|
42
|
+
6. [Data model (json)](doc/data-model.md)
|
|
42
43
|
<!--
|
|
43
44
|
|
|
44
45
|
- use with other UI library
|