@adaptabletools/adaptable 11.1.2 → 11.1.5

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 (95) hide show
  1. package/bundle.cjs.js +120 -120
  2. package/package.json +3 -3
  3. package/publishTimestamp.d.ts +1 -1
  4. package/publishTimestamp.js +1 -1
  5. package/src/AdaptableInterfaces/IAdaptable.d.ts +1 -1
  6. package/src/AdaptableOptions/AdaptableOptions.d.ts +49 -49
  7. package/src/AdaptableOptions/ContainerOptions.d.ts +1 -1
  8. package/src/AdaptableOptions/DashboardOptions.d.ts +1 -1
  9. package/src/AdaptableOptions/EditOptions.d.ts +4 -0
  10. package/src/AdaptableOptions/NotificationsOptions.d.ts +2 -2
  11. package/src/AdaptableOptions/SmartEdit.d.ts +34 -0
  12. package/src/AdaptableOptions/SmartEdit.js +2 -0
  13. package/src/Api/Implementation/ColumnApiImpl.js +1 -1
  14. package/src/Api/Implementation/FilterApiImpl.js +8 -2
  15. package/src/Api/Implementation/GridApiImpl.d.ts +3 -3
  16. package/src/Api/Implementation/GridApiImpl.js +6 -8
  17. package/src/Api/Implementation/InternalApiImpl.d.ts +4 -0
  18. package/src/Api/Implementation/InternalApiImpl.js +9 -0
  19. package/src/Api/Implementation/SmartEditApiImpl.d.ts +3 -2
  20. package/src/Api/Implementation/ThemeApiImpl.d.ts +1 -0
  21. package/src/Api/Implementation/ThemeApiImpl.js +3 -0
  22. package/src/Api/InternalApi.d.ts +4 -0
  23. package/src/Api/SmartEditApi.d.ts +3 -2
  24. package/src/Api/ThemeApi.d.ts +4 -0
  25. package/src/PredefinedConfig/ExportState.d.ts +0 -5
  26. package/src/PredefinedConfig/PopupState.d.ts +2 -1
  27. package/src/PredefinedConfig/SystemState.d.ts +2 -5
  28. package/src/Redux/ActionsReducers/PopupRedux.d.ts +22 -3
  29. package/src/Redux/ActionsReducers/PopupRedux.js +42 -8
  30. package/src/Redux/ActionsReducers/SystemRedux.d.ts +5 -23
  31. package/src/Redux/ActionsReducers/SystemRedux.js +3 -32
  32. package/src/Strategy/AlertModule.js +29 -9
  33. package/src/Strategy/CalculatedColumnModule.js +1 -1
  34. package/src/Strategy/ExportModule.js +14 -4
  35. package/src/Strategy/SmartEditModule.d.ts +2 -2
  36. package/src/Strategy/SmartEditModule.js +24 -13
  37. package/src/Strategy/Utilities/getExportColumnsViewItems.js +1 -1
  38. package/src/Utilities/ExpressionFunctions/aggregatedBooleanExpressionFunctions.js +1 -1
  39. package/src/Utilities/ExpressionFunctions/booleanExpressionFunctions.js +4 -2
  40. package/src/Utilities/ExpressionFunctions/observableExpressionFunctions.js +1 -1
  41. package/src/Utilities/ExpressionFunctions/scalarExpressionFunctions.js +0 -3
  42. package/src/Utilities/Interface/MessagePopups.d.ts +12 -0
  43. package/src/Utilities/Services/AlertService.d.ts +3 -3
  44. package/src/Utilities/Services/AlertService.js +6 -6
  45. package/src/Utilities/Services/CalculatedColumnExpressionService.d.ts +3 -3
  46. package/src/Utilities/Services/CalculatedColumnExpressionService.js +20 -20
  47. package/src/Utilities/Services/EntitlementService.d.ts +3 -3
  48. package/src/Utilities/Services/EntitlementService.js +12 -8
  49. package/src/Utilities/Services/Interface/IReportService.d.ts +1 -1
  50. package/src/Utilities/Services/MetamodelService.d.ts +3 -3
  51. package/src/Utilities/Services/MetamodelService.js +4 -4
  52. package/src/Utilities/Services/ModuleService.d.ts +3 -3
  53. package/src/Utilities/Services/ModuleService.js +12 -12
  54. package/src/Utilities/Services/QueryLanguageService.d.ts +3 -3
  55. package/src/Utilities/Services/QueryLanguageService.js +20 -19
  56. package/src/Utilities/Services/ReportService.d.ts +4 -4
  57. package/src/Utilities/Services/ReportService.js +50 -44
  58. package/src/Utilities/Services/TeamSharingService.d.ts +3 -3
  59. package/src/Utilities/Services/TeamSharingService.js +19 -16
  60. package/src/Utilities/Services/ValidationService.d.ts +3 -3
  61. package/src/Utilities/Services/ValidationService.js +19 -17
  62. package/src/View/AdaptableView.js +2 -2
  63. package/src/View/Alert/Wizard/AlertBehaviourWizardSection.js +46 -9
  64. package/src/View/Alert/Wizard/AlertWizard.js +22 -24
  65. package/src/View/CalculatedColumn/Wizard/CalculatedColumnSettingsWizardSection.js +5 -5
  66. package/src/View/Components/AdaptableObjectList/AdaptableObjectList.js +3 -3
  67. package/src/View/Components/Popups/FormPopups/FormPopups.d.ts +10 -0
  68. package/src/View/Components/Popups/FormPopups/FormPopups.js +37 -0
  69. package/src/View/Components/Popups/WindowPopups/WindowPopups.js +1 -1
  70. package/src/View/DataChangeHistory/DataChangeHistoryPopup.js +1 -3
  71. package/src/View/DataSource/DataSourceViewPanel.d.ts +3 -3
  72. package/src/View/DataSource/DataSourceViewPanel.js +15 -13
  73. package/src/View/Export/ExportViewPanel.d.ts +1 -3
  74. package/src/View/Export/ExportViewPanel.js +1 -17
  75. package/src/View/GridInfo/AdaptableObjectsSummary.js +1 -1
  76. package/src/View/GridInfo/GridInfoPopup.js +4 -4
  77. package/src/View/Layout/Wizard/LayoutEditor/index.js +1 -4
  78. package/src/View/Layout/Wizard/LayoutEditorWizard.js +6 -1
  79. package/src/View/SmartEdit/SmartEditPopup.d.ts +3 -3
  80. package/src/View/SmartEdit/SmartEditPopup.js +15 -3
  81. package/src/View/SmartEdit/SmartEditViewPanel.d.ts +3 -4
  82. package/src/View/SmartEdit/SmartEditViewPanel.js +15 -6
  83. package/src/View/Wizard/OnePageAdaptableWizard.js +1 -1
  84. package/src/agGrid/Adaptable.d.ts +5 -4
  85. package/src/agGrid/Adaptable.js +56 -49
  86. package/src/components/StylePreview.js +2 -2
  87. package/src/metamodel/adaptable.metamodel.d.ts +5 -0
  88. package/src/metamodel/adaptable.metamodel.js +16 -5
  89. package/src/types.d.ts +1 -1
  90. package/version.d.ts +1 -1
  91. package/version.js +1 -1
  92. package/src/View/Export/ExportCustomDestinationDialog.d.ts +0 -11
  93. package/src/View/Export/ExportCustomDestinationDialog.js +0 -47
  94. package/src/View/Export/ExportCustomDestinationFormPopups.d.ts +0 -5
  95. package/src/View/Export/ExportCustomDestinationFormPopups.js +0 -15

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.