@odoo/o-spreadsheet 17.2.0-alpha.8 → 17.3.0-alpha.0
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 +375 -256
- package/dist/o-spreadsheet.d.ts +1 -0
- package/dist/o-spreadsheet.esm.js +375 -256
- package/dist/o-spreadsheet.iife.js +375 -256
- package/dist/o-spreadsheet.iife.min.js +262 -262
- package/dist/o_spreadsheet.xml +3 -3
- package/package.json +1 -1
package/dist/o-spreadsheet.d.ts
CHANGED
|
@@ -4581,6 +4581,7 @@ type Getters = {
|
|
|
4581
4581
|
|
|
4582
4582
|
type ArgType = "ANY" | "BOOLEAN" | "NUMBER" | "STRING" | "DATE" | "RANGE" | "RANGE<BOOLEAN>" | "RANGE<NUMBER>" | "RANGE<DATE>" | "RANGE<STRING>" | "RANGE<ANY>" | "META";
|
|
4583
4583
|
interface ArgDefinition {
|
|
4584
|
+
acceptMatrix?: boolean;
|
|
4584
4585
|
repeating?: boolean;
|
|
4585
4586
|
optional?: boolean;
|
|
4586
4587
|
description: string;
|