@adaptabletools/adaptable 12.1.8-canary.0 → 12.2.0-canary.1

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.
Files changed (93) hide show
  1. package/base.css +116 -22
  2. package/bundle.cjs.js +108 -108
  3. package/index.css +132 -23
  4. package/package.json +1 -1
  5. package/publishTimestamp.d.ts +1 -1
  6. package/publishTimestamp.js +1 -1
  7. package/src/AdaptableOptions/AdaptableQLOptions.d.ts +44 -10
  8. package/src/AdaptableOptions/FinancePluginOptions.d.ts +5 -11
  9. package/src/AdaptableOptions/GeneralOptions.d.ts +19 -1
  10. package/src/AdaptableOptions/StateOptions.d.ts +1 -1
  11. package/src/Api/Implementation/AlertApiImpl.js +1 -2
  12. package/src/Api/Implementation/CellSummaryApiImpl.d.ts +5 -0
  13. package/src/Api/Implementation/CellSummaryApiImpl.js +23 -1
  14. package/src/Api/Implementation/InternalApiImpl.d.ts +3 -1
  15. package/src/Api/Implementation/InternalApiImpl.js +34 -0
  16. package/src/Api/Implementation/LayoutApiImpl.js +2 -2
  17. package/src/Api/Implementation/QueryLanguageApiImpl.d.ts +1 -0
  18. package/src/Api/Implementation/QueryLanguageApiImpl.js +5 -0
  19. package/src/Api/InternalApi.d.ts +6 -1
  20. package/src/Api/QueryLanguageApi.d.ts +5 -0
  21. package/src/Strategy/BulkUpdateModule.d.ts +1 -1
  22. package/src/Strategy/CalculatedColumnModule.js +1 -1
  23. package/src/Strategy/QueryModule.js +1 -1
  24. package/src/Strategy/Utilities/Export/getExportRowsViewItems.js +0 -13
  25. package/src/Strategy/Utilities/getExpressionViewItems.d.ts +3 -4
  26. package/src/Strategy/Utilities/getExpressionViewItems.js +3 -3
  27. package/src/Strategy/Utilities/getRuleViewItems.js +1 -1
  28. package/src/Utilities/Defaults/DefaultAdaptableOptions.js +2 -0
  29. package/src/Utilities/ExpressionFunctions/aggregatedScalarExpressionFunctions.js +1 -1
  30. package/src/Utilities/ExpressionFunctions/expressionFunctionUtils.js +2 -0
  31. package/src/Utilities/ExpressionFunctions/scalarExpressionFunctions.d.ts +1 -1
  32. package/src/Utilities/ExpressionFunctions/scalarExpressionFunctions.js +14 -0
  33. package/src/Utilities/Services/Interface/IQueryLanguageService.d.ts +2 -0
  34. package/src/Utilities/Services/QueryLanguageService.d.ts +2 -1
  35. package/src/Utilities/Services/QueryLanguageService.js +45 -19
  36. package/src/Utilities/Services/ReportService.js +1 -2
  37. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/AdaptableOptionsForm.d.ts +1 -1
  38. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/AdaptableOptionsForm.js +10 -10
  39. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/Components/FormBox.d.ts +3 -0
  40. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/Components/FormBox.js +9 -0
  41. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/ConfigurationWizard.js +13 -15
  42. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/EntitlementsForm.d.ts +1 -1
  43. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/EntitlementsForm.js +2 -2
  44. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/FinanceForm/FinanceForm.d.ts +7 -0
  45. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/FinanceForm/FinanceForm.js +280 -0
  46. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/FinanceForm/index.d.ts +1 -0
  47. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/FinanceForm/index.js +5 -0
  48. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/GridOptionsForm.d.ts +1 -1
  49. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/GridOptionsForm.js +4 -4
  50. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/UIOptions/UIOptionsStatusbarForm.js +2 -8
  51. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/UIOptions/UiOptionsForm.d.ts +1 -1
  52. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/UIOptions/UiOptionsForm.js +3 -3
  53. package/src/View/AdaptableWizardView/Wizard.js +2 -2
  54. package/src/View/CalculatedColumn/CalculatedColumnSummary.d.ts +0 -1
  55. package/src/View/CalculatedColumn/CalculatedColumnSummary.js +1 -8
  56. package/src/View/CalculatedColumn/Wizard/CalculatedColumnExpressionWizardSection.js +6 -5
  57. package/src/View/CellSummary/CellSummaryViewPanel.js +1 -1
  58. package/src/View/Components/AdaptableObjectCollection/index.d.ts +3 -4
  59. package/src/View/Components/AdaptableObjectCollection/index.js +7 -8
  60. package/src/View/Components/AdaptableObjectRow/index.js +1 -4
  61. package/src/View/Components/EntityRulesEditor/index.js +3 -3
  62. package/src/View/Components/FilterForm/QuickFilterForm.js +9 -1
  63. package/src/View/Components/Popups/AdaptablePopup/PopupPanel.d.ts +1 -0
  64. package/src/View/Components/Popups/AdaptablePopup/PopupPanel.js +2 -1
  65. package/src/View/Components/ValueSelector/index.js +8 -19
  66. package/src/View/CustomSort/CustomSortSummary.js +1 -1
  67. package/src/View/Dashboard/DashboardPopup.js +11 -10
  68. package/src/View/Export/ExportViewPanel.js +2 -2
  69. package/src/View/Export/Wizard/ReportRowsWizardSection.js +4 -3
  70. package/src/View/Filter/FilterViewPanel.js +3 -2
  71. package/src/View/GridInfo/AdaptableObjectsSummary.js +5 -3
  72. package/src/View/GridInfo/AdaptableOptionsComponent.js +1 -1
  73. package/src/View/GridInfo/GridInfoPopup.js +6 -7
  74. package/src/View/Query/Wizard/NamedQueryExpressionWizardSection.js +3 -4
  75. package/src/View/StateManagement/StateManagementPopup.js +18 -19
  76. package/src/agGrid/Adaptable.d.ts +2 -0
  77. package/src/agGrid/Adaptable.js +78 -30
  78. package/src/agGrid/weightedAverage.d.ts +2 -0
  79. package/src/agGrid/weightedAverage.js +52 -1
  80. package/src/bundle-dependencies/bundles/react-toastify/index.js +1 -1
  81. package/src/components/DragAndDropContext/ModuleManager.js +3 -4
  82. package/src/components/DragAndDropContext/TabList.js +9 -30
  83. package/src/components/DragAndDropContext/UnusedPanel.js +1 -7
  84. package/src/components/DropdownButton/index.js +2 -2
  85. package/src/components/EmptyContent/index.js +2 -2
  86. package/src/components/ExpressionEditor/BaseEditorInput.js +1 -0
  87. package/src/components/ExpressionEditor/index.js +24 -14
  88. package/src/metamodel/adaptable.metamodel.d.ts +34 -10
  89. package/src/metamodel/adaptable.metamodel.js +1 -1
  90. package/src/parser/src/types.d.ts +14 -10
  91. package/src/types.d.ts +1 -1
  92. package/version.d.ts +1 -1
  93. package/version.js +1 -1

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.