@odoo/o-spreadsheet 17.4.0-alpha.10 → 17.4.0-alpha.11

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.
@@ -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 17.4.0-alpha.10
6
- * @date 2024-07-02T09:04:04.564Z
7
- * @hash a68d9f2
5
+ * @version 17.4.0-alpha.11
6
+ * @date 2024-07-02T10:38:50.116Z
7
+ * @hash 9fe9477
8
8
  */
9
9
 
10
10
  'use strict';
@@ -42401,6 +42401,8 @@ const NON_RETROCOMPATIBLE_FUNCTIONS = [
42401
42401
  "BITOR",
42402
42402
  "BITRSHIFT",
42403
42403
  "BITXOR",
42404
+ "BYCOL",
42405
+ "BYROW",
42404
42406
  "CEILING.MATH",
42405
42407
  "CEILING.PRECISE",
42406
42408
  "CHISQ.DIST",
@@ -42408,6 +42410,8 @@ const NON_RETROCOMPATIBLE_FUNCTIONS = [
42408
42410
  "CHISQ.INV",
42409
42411
  "CHISQ.INV.RT",
42410
42412
  "CHISQ.TEST",
42413
+ "CHOOSECOLS",
42414
+ "CHOOSEROWS",
42411
42415
  "COMBINA",
42412
42416
  "CONCAT",
42413
42417
  "CONFIDENCE.NORM",
@@ -42420,14 +42424,17 @@ const NON_RETROCOMPATIBLE_FUNCTIONS = [
42420
42424
  "CSCH",
42421
42425
  "DAYS",
42422
42426
  "DECIMAL",
42427
+ "DROP",
42423
42428
  "ERF.PRECISE",
42424
42429
  "ERFC.PRECISE",
42430
+ "EXPAND",
42425
42431
  "EXPON.DIST",
42426
42432
  "F.DIST",
42427
42433
  "F.DIST.RT",
42428
42434
  "F.INV",
42429
42435
  "F.INV.RT",
42430
42436
  "F.TEST",
42437
+ "FIELDVALUE",
42431
42438
  "FILTERXML",
42432
42439
  "FLOOR.MATH",
42433
42440
  "FLOOR.PRECISE",
@@ -42442,6 +42449,7 @@ const NON_RETROCOMPATIBLE_FUNCTIONS = [
42442
42449
  "GAMMA.INV",
42443
42450
  "GAMMALN.PRECISE",
42444
42451
  "GAUSS",
42452
+ "HSTACK",
42445
42453
  "HYPGEOM.DIST",
42446
42454
  "IFNA",
42447
42455
  "IFS",
@@ -42454,9 +42462,14 @@ const NON_RETROCOMPATIBLE_FUNCTIONS = [
42454
42462
  "IMSINH",
42455
42463
  "IMTAN",
42456
42464
  "ISFORMULA",
42465
+ "ISOMITTED",
42457
42466
  "ISOWEEKNUM",
42467
+ "LAMBDA",
42468
+ "LET",
42458
42469
  "LOGNORM.DIST",
42459
42470
  "LOGNORM.INV",
42471
+ "MAKEARRAY",
42472
+ "MAP",
42460
42473
  "MAXIFS",
42461
42474
  "MINIFS",
42462
42475
  "MODE.MULT",
@@ -42476,17 +42489,26 @@ const NON_RETROCOMPATIBLE_FUNCTIONS = [
42476
42489
  "PERMUTATIONA",
42477
42490
  "PHI",
42478
42491
  "POISSON.DIST",
42492
+ "PQSOURCE",
42493
+ "PYTHON_STR",
42494
+ "PYTHON_TYPE",
42495
+ "PYTHON_TYPENAME",
42479
42496
  "QUARTILE.EXC",
42480
42497
  "QUARTILE.INC",
42481
42498
  "QUERYSTRING",
42499
+ "RANDARRAY",
42482
42500
  "RANK.AVG",
42483
42501
  "RANK.EQ",
42502
+ "REDUCE",
42484
42503
  "RRI",
42504
+ "SCAN",
42485
42505
  "SEC",
42486
42506
  "SECH",
42507
+ "SEQUENCE",
42487
42508
  "SHEET",
42488
42509
  "SHEETS",
42489
42510
  "SKEW.P",
42511
+ "SORTBY",
42490
42512
  "STDEV.P",
42491
42513
  "STDEV.S",
42492
42514
  "SWITCH",
@@ -42496,13 +42518,24 @@ const NON_RETROCOMPATIBLE_FUNCTIONS = [
42496
42518
  "T.INV",
42497
42519
  "T.INV.2T",
42498
42520
  "T.TEST",
42521
+ "TAKE",
42522
+ "TEXTAFTER",
42523
+ "TEXTBEFORE",
42499
42524
  "TEXTJOIN",
42525
+ "TEXTSPLIT",
42526
+ "TOCOL",
42527
+ "TOROW",
42500
42528
  "UNICHAR",
42501
42529
  "UNICODE",
42530
+ "UNIQUE",
42502
42531
  "VAR.P",
42503
42532
  "VAR.S",
42533
+ "VSTACK",
42504
42534
  "WEBSERVICE",
42505
42535
  "WEIBULL.DIST",
42536
+ "WRAPCOLS",
42537
+ "WRAPROWS",
42538
+ "XLOOKUP",
42506
42539
  "XOR",
42507
42540
  "Z.TEST",
42508
42541
  ];
@@ -67738,6 +67771,6 @@ exports.tokenColors = tokenColors;
67738
67771
  exports.tokenize = tokenize;
67739
67772
 
67740
67773
 
67741
- __info__.version = "17.4.0-alpha.10";
67742
- __info__.date = "2024-07-02T09:04:04.564Z";
67743
- __info__.hash = "a68d9f2";
67774
+ __info__.version = "17.4.0-alpha.11";
67775
+ __info__.date = "2024-07-02T10:38:50.116Z";
67776
+ __info__.hash = "9fe9477";
@@ -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 17.4.0-alpha.10
6
- * @date 2024-07-02T09:04:04.564Z
7
- * @hash a68d9f2
5
+ * @version 17.4.0-alpha.11
6
+ * @date 2024-07-02T10:38:50.116Z
7
+ * @hash 9fe9477
8
8
  */
9
9
 
10
10
  import { useEnv, useSubEnv, onWillUnmount, useComponent, status, Component, useRef, onMounted, useEffect, useState, onPatched, onWillPatch, onWillUpdateProps, useExternalListener, onWillStart, xml, useChildSubEnv, markRaw, toRaw } from '@odoo/owl';
@@ -42399,6 +42399,8 @@ const NON_RETROCOMPATIBLE_FUNCTIONS = [
42399
42399
  "BITOR",
42400
42400
  "BITRSHIFT",
42401
42401
  "BITXOR",
42402
+ "BYCOL",
42403
+ "BYROW",
42402
42404
  "CEILING.MATH",
42403
42405
  "CEILING.PRECISE",
42404
42406
  "CHISQ.DIST",
@@ -42406,6 +42408,8 @@ const NON_RETROCOMPATIBLE_FUNCTIONS = [
42406
42408
  "CHISQ.INV",
42407
42409
  "CHISQ.INV.RT",
42408
42410
  "CHISQ.TEST",
42411
+ "CHOOSECOLS",
42412
+ "CHOOSEROWS",
42409
42413
  "COMBINA",
42410
42414
  "CONCAT",
42411
42415
  "CONFIDENCE.NORM",
@@ -42418,14 +42422,17 @@ const NON_RETROCOMPATIBLE_FUNCTIONS = [
42418
42422
  "CSCH",
42419
42423
  "DAYS",
42420
42424
  "DECIMAL",
42425
+ "DROP",
42421
42426
  "ERF.PRECISE",
42422
42427
  "ERFC.PRECISE",
42428
+ "EXPAND",
42423
42429
  "EXPON.DIST",
42424
42430
  "F.DIST",
42425
42431
  "F.DIST.RT",
42426
42432
  "F.INV",
42427
42433
  "F.INV.RT",
42428
42434
  "F.TEST",
42435
+ "FIELDVALUE",
42429
42436
  "FILTERXML",
42430
42437
  "FLOOR.MATH",
42431
42438
  "FLOOR.PRECISE",
@@ -42440,6 +42447,7 @@ const NON_RETROCOMPATIBLE_FUNCTIONS = [
42440
42447
  "GAMMA.INV",
42441
42448
  "GAMMALN.PRECISE",
42442
42449
  "GAUSS",
42450
+ "HSTACK",
42443
42451
  "HYPGEOM.DIST",
42444
42452
  "IFNA",
42445
42453
  "IFS",
@@ -42452,9 +42460,14 @@ const NON_RETROCOMPATIBLE_FUNCTIONS = [
42452
42460
  "IMSINH",
42453
42461
  "IMTAN",
42454
42462
  "ISFORMULA",
42463
+ "ISOMITTED",
42455
42464
  "ISOWEEKNUM",
42465
+ "LAMBDA",
42466
+ "LET",
42456
42467
  "LOGNORM.DIST",
42457
42468
  "LOGNORM.INV",
42469
+ "MAKEARRAY",
42470
+ "MAP",
42458
42471
  "MAXIFS",
42459
42472
  "MINIFS",
42460
42473
  "MODE.MULT",
@@ -42474,17 +42487,26 @@ const NON_RETROCOMPATIBLE_FUNCTIONS = [
42474
42487
  "PERMUTATIONA",
42475
42488
  "PHI",
42476
42489
  "POISSON.DIST",
42490
+ "PQSOURCE",
42491
+ "PYTHON_STR",
42492
+ "PYTHON_TYPE",
42493
+ "PYTHON_TYPENAME",
42477
42494
  "QUARTILE.EXC",
42478
42495
  "QUARTILE.INC",
42479
42496
  "QUERYSTRING",
42497
+ "RANDARRAY",
42480
42498
  "RANK.AVG",
42481
42499
  "RANK.EQ",
42500
+ "REDUCE",
42482
42501
  "RRI",
42502
+ "SCAN",
42483
42503
  "SEC",
42484
42504
  "SECH",
42505
+ "SEQUENCE",
42485
42506
  "SHEET",
42486
42507
  "SHEETS",
42487
42508
  "SKEW.P",
42509
+ "SORTBY",
42488
42510
  "STDEV.P",
42489
42511
  "STDEV.S",
42490
42512
  "SWITCH",
@@ -42494,13 +42516,24 @@ const NON_RETROCOMPATIBLE_FUNCTIONS = [
42494
42516
  "T.INV",
42495
42517
  "T.INV.2T",
42496
42518
  "T.TEST",
42519
+ "TAKE",
42520
+ "TEXTAFTER",
42521
+ "TEXTBEFORE",
42497
42522
  "TEXTJOIN",
42523
+ "TEXTSPLIT",
42524
+ "TOCOL",
42525
+ "TOROW",
42498
42526
  "UNICHAR",
42499
42527
  "UNICODE",
42528
+ "UNIQUE",
42500
42529
  "VAR.P",
42501
42530
  "VAR.S",
42531
+ "VSTACK",
42502
42532
  "WEBSERVICE",
42503
42533
  "WEIBULL.DIST",
42534
+ "WRAPCOLS",
42535
+ "WRAPROWS",
42536
+ "XLOOKUP",
42504
42537
  "XOR",
42505
42538
  "Z.TEST",
42506
42539
  ];
@@ -67693,6 +67726,6 @@ const constants = {
67693
67726
  export { AbstractCellClipboardHandler, AbstractChart, AbstractFigureClipboardHandler, CellErrorType, CommandResult, CorePlugin, DispatchResult, EvaluationError, Model, PivotRuntimeDefinition, Registry, Revision, SPREADSHEET_DIMENSIONS, Spreadsheet, SpreadsheetPivotTable, UIPlugin, __info__, addFunction, addRenderingLayer, astToFormula, compile, compileTokens, components, constants, convertAstNodes, coreTypes, findCellInNewZone, functionCache, helpers, hooks, invalidateCFEvaluationCommands, invalidateDependenciesCommands, invalidateEvaluationCommands, iterateAstNodes, links, load, parse, parseTokens, readonlyAllowedCommands, registries, setDefaultSheetViewSize, setTranslationMethod, stores, tokenColors, tokenize };
67694
67727
 
67695
67728
 
67696
- __info__.version = "17.4.0-alpha.10";
67697
- __info__.date = "2024-07-02T09:04:04.564Z";
67698
- __info__.hash = "a68d9f2";
67729
+ __info__.version = "17.4.0-alpha.11";
67730
+ __info__.date = "2024-07-02T10:38:50.116Z";
67731
+ __info__.hash = "9fe9477";
@@ -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 17.4.0-alpha.10
6
- * @date 2024-07-02T09:04:04.564Z
7
- * @hash a68d9f2
5
+ * @version 17.4.0-alpha.11
6
+ * @date 2024-07-02T10:38:50.116Z
7
+ * @hash 9fe9477
8
8
  */
9
9
 
10
10
  (function (exports, owl) {
@@ -42400,6 +42400,8 @@ stores.inject(MyMetaStore, storeInstance);
42400
42400
  "BITOR",
42401
42401
  "BITRSHIFT",
42402
42402
  "BITXOR",
42403
+ "BYCOL",
42404
+ "BYROW",
42403
42405
  "CEILING.MATH",
42404
42406
  "CEILING.PRECISE",
42405
42407
  "CHISQ.DIST",
@@ -42407,6 +42409,8 @@ stores.inject(MyMetaStore, storeInstance);
42407
42409
  "CHISQ.INV",
42408
42410
  "CHISQ.INV.RT",
42409
42411
  "CHISQ.TEST",
42412
+ "CHOOSECOLS",
42413
+ "CHOOSEROWS",
42410
42414
  "COMBINA",
42411
42415
  "CONCAT",
42412
42416
  "CONFIDENCE.NORM",
@@ -42419,14 +42423,17 @@ stores.inject(MyMetaStore, storeInstance);
42419
42423
  "CSCH",
42420
42424
  "DAYS",
42421
42425
  "DECIMAL",
42426
+ "DROP",
42422
42427
  "ERF.PRECISE",
42423
42428
  "ERFC.PRECISE",
42429
+ "EXPAND",
42424
42430
  "EXPON.DIST",
42425
42431
  "F.DIST",
42426
42432
  "F.DIST.RT",
42427
42433
  "F.INV",
42428
42434
  "F.INV.RT",
42429
42435
  "F.TEST",
42436
+ "FIELDVALUE",
42430
42437
  "FILTERXML",
42431
42438
  "FLOOR.MATH",
42432
42439
  "FLOOR.PRECISE",
@@ -42441,6 +42448,7 @@ stores.inject(MyMetaStore, storeInstance);
42441
42448
  "GAMMA.INV",
42442
42449
  "GAMMALN.PRECISE",
42443
42450
  "GAUSS",
42451
+ "HSTACK",
42444
42452
  "HYPGEOM.DIST",
42445
42453
  "IFNA",
42446
42454
  "IFS",
@@ -42453,9 +42461,14 @@ stores.inject(MyMetaStore, storeInstance);
42453
42461
  "IMSINH",
42454
42462
  "IMTAN",
42455
42463
  "ISFORMULA",
42464
+ "ISOMITTED",
42456
42465
  "ISOWEEKNUM",
42466
+ "LAMBDA",
42467
+ "LET",
42457
42468
  "LOGNORM.DIST",
42458
42469
  "LOGNORM.INV",
42470
+ "MAKEARRAY",
42471
+ "MAP",
42459
42472
  "MAXIFS",
42460
42473
  "MINIFS",
42461
42474
  "MODE.MULT",
@@ -42475,17 +42488,26 @@ stores.inject(MyMetaStore, storeInstance);
42475
42488
  "PERMUTATIONA",
42476
42489
  "PHI",
42477
42490
  "POISSON.DIST",
42491
+ "PQSOURCE",
42492
+ "PYTHON_STR",
42493
+ "PYTHON_TYPE",
42494
+ "PYTHON_TYPENAME",
42478
42495
  "QUARTILE.EXC",
42479
42496
  "QUARTILE.INC",
42480
42497
  "QUERYSTRING",
42498
+ "RANDARRAY",
42481
42499
  "RANK.AVG",
42482
42500
  "RANK.EQ",
42501
+ "REDUCE",
42483
42502
  "RRI",
42503
+ "SCAN",
42484
42504
  "SEC",
42485
42505
  "SECH",
42506
+ "SEQUENCE",
42486
42507
  "SHEET",
42487
42508
  "SHEETS",
42488
42509
  "SKEW.P",
42510
+ "SORTBY",
42489
42511
  "STDEV.P",
42490
42512
  "STDEV.S",
42491
42513
  "SWITCH",
@@ -42495,13 +42517,24 @@ stores.inject(MyMetaStore, storeInstance);
42495
42517
  "T.INV",
42496
42518
  "T.INV.2T",
42497
42519
  "T.TEST",
42520
+ "TAKE",
42521
+ "TEXTAFTER",
42522
+ "TEXTBEFORE",
42498
42523
  "TEXTJOIN",
42524
+ "TEXTSPLIT",
42525
+ "TOCOL",
42526
+ "TOROW",
42499
42527
  "UNICHAR",
42500
42528
  "UNICODE",
42529
+ "UNIQUE",
42501
42530
  "VAR.P",
42502
42531
  "VAR.S",
42532
+ "VSTACK",
42503
42533
  "WEBSERVICE",
42504
42534
  "WEIBULL.DIST",
42535
+ "WRAPCOLS",
42536
+ "WRAPROWS",
42537
+ "XLOOKUP",
42505
42538
  "XOR",
42506
42539
  "Z.TEST",
42507
42540
  ];
@@ -67737,9 +67770,9 @@ stores.inject(MyMetaStore, storeInstance);
67737
67770
  exports.tokenize = tokenize;
67738
67771
 
67739
67772
 
67740
- __info__.version = "17.4.0-alpha.10";
67741
- __info__.date = "2024-07-02T09:04:04.564Z";
67742
- __info__.hash = "a68d9f2";
67773
+ __info__.version = "17.4.0-alpha.11";
67774
+ __info__.date = "2024-07-02T10:38:50.116Z";
67775
+ __info__.hash = "9fe9477";
67743
67776
 
67744
67777
 
67745
67778
  })(this.o_spreadsheet = this.o_spreadsheet || {}, owl);