@adaptabletools/adaptable 11.1.4 → 11.1.7

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 (87) hide show
  1. package/bundle.cjs.js +129 -129
  2. package/package.json +1 -1
  3. package/publishTimestamp.d.ts +1 -1
  4. package/publishTimestamp.js +1 -1
  5. package/src/AdaptableOptions/FinancePluginOptions.d.ts +139 -9
  6. package/src/AdaptableOptions/OpenFinPluginOptions.d.ts +3 -3
  7. package/src/AdaptableOptions/SmartEdit.d.ts +2 -2
  8. package/src/Api/AdaptableApi.d.ts +4 -1
  9. package/src/Api/EventApi.d.ts +1 -1
  10. package/src/Api/Implementation/ColumnApiImpl.js +4 -1
  11. package/src/Api/Implementation/FormatColumnApiImpl.d.ts +1 -1
  12. package/src/Api/Implementation/FormatColumnApiImpl.js +11 -7
  13. package/src/Api/Implementation/InternalApiImpl.d.ts +4 -0
  14. package/src/Api/Implementation/InternalApiImpl.js +9 -0
  15. package/src/Api/Implementation/ScopeApiImpl.d.ts +2 -0
  16. package/src/Api/Implementation/ScopeApiImpl.js +12 -0
  17. package/src/Api/Implementation/ThemeApiImpl.d.ts +1 -0
  18. package/src/Api/Implementation/ThemeApiImpl.js +3 -0
  19. package/src/Api/InternalApi.d.ts +4 -0
  20. package/src/Api/ScopeApi.d.ts +10 -0
  21. package/src/Api/ThemeApi.d.ts +4 -0
  22. package/src/PredefinedConfig/Common/AdaptableFormat.d.ts +8 -0
  23. package/src/PredefinedConfig/Common/FDC3Context.d.ts +144 -3
  24. package/src/PredefinedConfig/Common/Menu.d.ts +4 -0
  25. package/src/Redux/Store/AdaptableStore.js +11 -1
  26. package/src/Strategy/AlertModule.js +1 -3
  27. package/src/Strategy/CalculatedColumnModule.js +1 -1
  28. package/src/Strategy/SmartEditModule.js +1 -1
  29. package/src/Strategy/Utilities/getExportColumnsViewItems.js +1 -1
  30. package/src/Utilities/ExpressionFunctions/aggregatedBooleanExpressionFunctions.js +1 -1
  31. package/src/Utilities/ExpressionFunctions/observableExpressionFunctions.js +1 -1
  32. package/src/Utilities/Helpers/FormatHelper.js +6 -0
  33. package/src/Utilities/Services/AlertService.d.ts +3 -3
  34. package/src/Utilities/Services/AlertService.js +6 -6
  35. package/src/Utilities/Services/CalculatedColumnExpressionService.d.ts +3 -3
  36. package/src/Utilities/Services/CalculatedColumnExpressionService.js +20 -20
  37. package/src/Utilities/Services/EntitlementService.d.ts +3 -3
  38. package/src/Utilities/Services/EntitlementService.js +12 -8
  39. package/src/Utilities/Services/Interface/IReportService.d.ts +1 -1
  40. package/src/Utilities/Services/MetamodelService.d.ts +3 -3
  41. package/src/Utilities/Services/MetamodelService.js +4 -4
  42. package/src/Utilities/Services/ModuleService.d.ts +3 -3
  43. package/src/Utilities/Services/ModuleService.js +12 -12
  44. package/src/Utilities/Services/QueryLanguageService.d.ts +3 -3
  45. package/src/Utilities/Services/QueryLanguageService.js +20 -19
  46. package/src/Utilities/Services/ReportService.d.ts +4 -4
  47. package/src/Utilities/Services/ReportService.js +50 -44
  48. package/src/Utilities/Services/TeamSharingService.d.ts +3 -3
  49. package/src/Utilities/Services/TeamSharingService.js +19 -16
  50. package/src/Utilities/Services/ValidationService.d.ts +3 -3
  51. package/src/Utilities/Services/ValidationService.js +19 -17
  52. package/src/View/Alert/Wizard/AlertBehaviourWizardSection.js +46 -9
  53. package/src/View/Alert/Wizard/AlertWizard.js +22 -24
  54. package/src/View/CalculatedColumn/Wizard/CalculatedColumnSettingsWizardSection.js +5 -5
  55. package/src/View/Components/AdaptableObjectList/AdaptableObjectList.js +3 -3
  56. package/src/View/Components/Popups/AdaptablePopup/AdaptablePopupModuleView.js +1 -1
  57. package/src/View/Components/Selectors/ColumnSelector.js +1 -1
  58. package/src/View/DataChangeHistory/DataChangeHistoryPopup.js +1 -3
  59. package/src/View/FormatColumn/Wizard/FormatColumnFormatWizardSection.js +5 -1
  60. package/src/View/FormatColumn/Wizard/FormatColumnStyleWizardSection.d.ts +1 -1
  61. package/src/View/FormatColumn/Wizard/FormatColumnStyleWizardSection.js +15 -2
  62. package/src/View/FormatColumn/Wizard/FormatColumnWizard.js +2 -1
  63. package/src/View/GridInfo/AdaptableObjectsSummary.js +1 -1
  64. package/src/View/Wizard/OnePageAdaptableWizard.js +1 -1
  65. package/src/agGrid/Adaptable.js +12 -12
  66. package/src/agGrid/agGridMenuHelper.js +1 -0
  67. package/src/components/StylePreview.js +2 -2
  68. package/src/components/icons/analysis.d.ts +3 -0
  69. package/src/components/icons/analysis.js +8 -0
  70. package/src/components/icons/call.d.ts +3 -0
  71. package/src/components/icons/call.js +7 -0
  72. package/src/components/icons/chat.d.ts +3 -0
  73. package/src/components/icons/chat.js +8 -0
  74. package/src/components/icons/index.js +14 -0
  75. package/src/components/icons/instrument.d.ts +3 -0
  76. package/src/components/icons/instrument.js +8 -0
  77. package/src/components/icons/news.d.ts +3 -0
  78. package/src/components/icons/news.js +8 -0
  79. package/src/components/icons/person.d.ts +3 -0
  80. package/src/components/icons/person.js +7 -0
  81. package/src/components/icons/quote.d.ts +3 -0
  82. package/src/components/icons/quote.js +7 -0
  83. package/src/metamodel/adaptable.metamodel.d.ts +112 -5
  84. package/src/metamodel/adaptable.metamodel.js +218 -21
  85. package/src/types.d.ts +2 -2
  86. package/version.d.ts +1 -1
  87. 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.