@odoo/o-spreadsheet 19.5.0-alpha.17 → 19.5.0-alpha.18
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.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-09-
|
|
6
|
-
@hash
|
|
4
|
+
@version 19.5.0-alpha.18
|
|
5
|
+
@date 2026-09-07T12:43:30.682Z
|
|
6
|
+
@hash 54a0597
|
|
7
7
|
-->
|
|
8
8
|
<odoo>
|
|
9
9
|
<t t-name="o-spreadsheet-ValidationMessages">
|
package/dist/types/index.d.ts
CHANGED
|
@@ -237,6 +237,7 @@ import { Composer } from "./components/composer/composer/composer";
|
|
|
237
237
|
import { StandaloneComposer } from "./components/composer/standalone_composer/standalone_composer";
|
|
238
238
|
import { CarouselFigure } from "./components/figures/figure_carousel/figure_carousel";
|
|
239
239
|
import { getBoundingRectWithMargins, hasInteractiveElementInEventTree, isMobileOS } from "./components/helpers/dom_helpers";
|
|
240
|
+
import { PopoverContainerPlugin } from "./components/popover/popover_container_owl_plugin";
|
|
240
241
|
import { Select } from "./components/select/select";
|
|
241
242
|
import { ChartRangeDataSourceComponent } from "./components/side_panel/chart/building_blocks/range_data_source/range_data_source";
|
|
242
243
|
import { CalendarButton } from "./components/side_panel/criterion_form/calendar_button/calendar_button";
|
|
@@ -446,6 +447,9 @@ export declare const stores: {
|
|
|
446
447
|
ZoomStore: typeof ZoomStore;
|
|
447
448
|
globalStores: import(".").Registry<import(".").StoreConstructor<SpreadsheetStore, any[]>>;
|
|
448
449
|
};
|
|
450
|
+
export declare const owlPlugins: {
|
|
451
|
+
PopoverContainerPlugin: typeof PopoverContainerPlugin;
|
|
452
|
+
};
|
|
449
453
|
export { getCaretDownSvg, getCaretUpSvg } from "./components/icons/icons";
|
|
450
454
|
export { createAutocompleteArgumentsProvider } from "./functions/autocomplete_arguments_provider";
|
|
451
455
|
export type { FunctionRegistry, NonSquishableFunctionRegistry, } from "./functions/function_registry";
|