@adaptabletools/adaptable 14.0.0-canary.2 → 14.0.0-canary.3

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 (83) hide show
  1. package/bundle.cjs.js +197 -197
  2. package/package.json +1 -1
  3. package/publishTimestamp.d.ts +1 -1
  4. package/publishTimestamp.js +1 -1
  5. package/src/Api/AdaptableApi.d.ts +12 -12
  6. package/src/Api/ColumnApi.d.ts +2 -10
  7. package/src/Api/Implementation/ColumnApiImpl.d.ts +0 -2
  8. package/src/Api/Implementation/ColumnApiImpl.js +0 -8
  9. package/src/Api/Internal/AdaptableInternalApi.d.ts +1 -1
  10. package/src/Api/Internal/AdaptableInternalApi.js +2 -1
  11. package/src/Api/Internal/ExportInternalApi.d.ts +8 -0
  12. package/src/Api/Internal/ExportInternalApi.js +51 -0
  13. package/src/Api/Internal/FormatColumnInternalApi.d.ts +11 -0
  14. package/src/Api/Internal/FormatColumnInternalApi.js +10 -0
  15. package/src/Api/OptionsApi.d.ts +1 -1
  16. package/src/PredefinedConfig/Common/FDC3Context.d.ts +4 -0
  17. package/src/PredefinedConfig/SystemState.d.ts +3 -0
  18. package/src/Redux/ActionsReducers/SystemRedux.d.ts +8 -0
  19. package/src/Redux/ActionsReducers/SystemRedux.js +26 -2
  20. package/src/Redux/Store/AdaptableStore.js +6 -0
  21. package/src/Strategy/AdaptableModuleBase.js +1 -1
  22. package/src/Strategy/AlertModule.js +1 -2
  23. package/src/Strategy/DashboardModule.js +1 -1
  24. package/src/Strategy/DataChangeHistoryModule.js +2 -4
  25. package/src/Strategy/DataSetModule.js +1 -1
  26. package/src/Strategy/ExportModule.js +8 -1
  27. package/src/Strategy/FilterModule.js +1 -1
  28. package/src/Strategy/FlashingCellModule.js +1 -2
  29. package/src/Strategy/FreeTextColumnModule.js +1 -2
  30. package/src/Strategy/LayoutModule.js +6 -6
  31. package/src/Strategy/SettingsPanelModule.js +1 -1
  32. package/src/Utilities/ExpressionFunctions/observableExpressionFunctions.js +1 -2
  33. package/src/Utilities/Services/CalculatedColumnExpressionService.js +2 -4
  34. package/src/Utilities/Services/ChartingService.js +1 -1
  35. package/src/Utilities/Services/EntitlementService.js +4 -4
  36. package/src/Utilities/Services/Interface/IReportService.d.ts +7 -1
  37. package/src/Utilities/Services/QueryLanguageService.js +3 -3
  38. package/src/Utilities/Services/ReportService.d.ts +10 -2
  39. package/src/Utilities/Services/ReportService.js +40 -31
  40. package/src/Utilities/Services/TeamSharingService.js +3 -3
  41. package/src/Utilities/Services/ValidationService.js +6 -6
  42. package/src/View/AdaptableView.js +1 -1
  43. package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/ColumnsList.js +11 -2
  44. package/src/View/Alert/Wizard/isValidAlertRules.js +6 -27
  45. package/src/View/Components/AdaptableObjectList/AdaptableObjectList.js +1 -1
  46. package/src/View/Components/EntityRulesEditor/Utilities.d.ts +2 -2
  47. package/src/View/Components/EntityRulesEditor/Utilities.js +19 -12
  48. package/src/View/Components/FilterForm/FilterForm.js +6 -7
  49. package/src/View/Components/FilterForm/QuickFilterForm.js +7 -9
  50. package/src/View/Components/Popups/AdaptablePopup/AdaptablePopupBody.js +1 -1
  51. package/src/View/Components/Popups/AdaptablePopup/TopBar.js +1 -1
  52. package/src/View/Components/Popups/AdaptableToaster.js +1 -1
  53. package/src/View/Components/ToolPanel/AdaptableToolPanel.js +1 -1
  54. package/src/View/Components/ToolPanel/ToolPanelPopup.js +1 -2
  55. package/src/View/CustomSort/Wizard/CustomSortColumnWizardSection.js +1 -2
  56. package/src/View/Dashboard/Dashboard.js +5 -5
  57. package/src/View/Dashboard/DashboardPopup.js +2 -3
  58. package/src/View/Dashboard/DashboardViewPanel.js +1 -1
  59. package/src/View/DataChangeHistory/DataChangeHistoryGrid.js +1 -1
  60. package/src/View/DataChangeHistory/DataChangeHistoryPopup.js +1 -2
  61. package/src/View/DataChangeHistory/DataChangeHistoryViewPanel.js +1 -1
  62. package/src/View/Filter/FilterViewPanel.js +3 -3
  63. package/src/View/FlashingCell/Wizard/isValidFlashingCellRules.js +5 -14
  64. package/src/View/FormatColumn/Wizard/FormatColumnFormatWizardSection.js +4 -2
  65. package/src/View/FormatColumn/Wizard/FormatColumnWizard.js +4 -1
  66. package/src/View/FreeTextColumn/Wizard/FreeTextColumnSettingsWizardSection.js +1 -1
  67. package/src/View/GridInfo/GridInfoPopup.js +1 -1
  68. package/src/View/Layout/PivotDetailsPopoup.js +3 -3
  69. package/src/View/PlusMinus/Wizard/PlusMinusSettingsWizardSection.d.ts +2 -2
  70. package/src/View/PlusMinus/Wizard/PlusMinusSettingsWizardSection.js +9 -3
  71. package/src/View/QuickSearch/QuickSearchPopup.js +3 -3
  72. package/src/View/QuickSearch/QuickSearchStatusBarContent.js +1 -1
  73. package/src/View/QuickSearch/QuickSearchViewPanel.js +1 -1
  74. package/src/View/SpecialColumnSettingsWizardStep.js +2 -3
  75. package/src/agGrid/Adaptable.d.ts +1 -1
  76. package/src/agGrid/Adaptable.js +119 -38
  77. package/src/agGrid/PercentBarRenderer.js +1 -1
  78. package/src/components/ExpressionEditor/BaseEditorInput.js +1 -1
  79. package/src/metamodel/adaptable.metamodel.d.ts +7 -0
  80. package/src/metamodel/adaptable.metamodel.js +1 -1
  81. package/src/types.d.ts +1 -1
  82. package/version.d.ts +1 -1
  83. 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.