@adaptabletools/adaptable 14.1.0 → 15.0.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.
- package/bundle.cjs.js +200 -215
- package/package.json +2 -2
- package/publishTimestamp.d.ts +1 -1
- package/publishTimestamp.js +1 -1
- package/src/AdaptableInterfaces/IAdaptable.d.ts +42 -42
- package/src/AdaptableOptions/ActionOptions.d.ts +5 -5
- package/src/AdaptableOptions/ChartingOptions.d.ts +6 -0
- package/src/AdaptableOptions/UserInterfaceOptions.d.ts +2 -2
- package/src/Api/ChartingApi.d.ts +12 -8
- package/src/Api/ColumnApi.d.ts +3 -3
- package/src/Api/DashboardApi.d.ts +4 -6
- package/src/Api/Events/ActionRowSubmitted.d.ts +4 -4
- package/src/Api/Events/ChartChanged.d.ts +30 -1
- package/src/Api/Events/DashboardChanged.d.ts +8 -0
- package/src/Api/Events/GridDataChanged.d.ts +2 -2
- package/src/Api/FilterApi.d.ts +2 -2
- package/src/Api/FinanceApi.d.ts +9 -9
- package/src/Api/FormatColumnApi.d.ts +6 -6
- package/src/Api/FreeTextColumnApi.d.ts +3 -3
- package/src/Api/GridApi.d.ts +28 -28
- package/src/Api/Implementation/ChartingApiImpl.d.ts +2 -0
- package/src/Api/Implementation/ChartingApiImpl.js +6 -0
- package/src/Api/Implementation/ColumnApiImpl.d.ts +3 -3
- package/src/Api/Implementation/DashboardApiImpl.d.ts +0 -1
- package/src/Api/Implementation/DashboardApiImpl.js +3 -18
- package/src/Api/Implementation/FilterApiImpl.d.ts +2 -2
- package/src/Api/Implementation/FormatColumnApiImpl.d.ts +6 -6
- package/src/Api/Implementation/FreeTextColumnApiImpl.d.ts +3 -3
- package/src/Api/Implementation/GridApiImpl.d.ts +29 -29
- package/src/Api/Implementation/StyledColumnApiImpl.d.ts +2 -0
- package/src/Api/Implementation/StyledColumnApiImpl.js +6 -0
- package/src/Api/Implementation/ThemeApiImpl.js +4 -1
- package/src/Api/Internal/ActionInternalApi.d.ts +3 -3
- package/src/Api/Internal/AdaptableInternalApi.d.ts +3 -3
- package/src/Api/Internal/AlertInternalApi.d.ts +3 -3
- package/src/Api/Internal/DashboardInternalApi.d.ts +1 -0
- package/src/Api/Internal/DashboardInternalApi.js +28 -3
- package/src/Api/Internal/ExportInternalApi.d.ts +1 -0
- package/src/Api/Internal/ExportInternalApi.js +6 -0
- package/src/Api/Internal/FilterInternalApi.d.ts +2 -2
- package/src/Api/Internal/FormatColumnInternalApi.d.ts +7 -7
- package/src/Api/Internal/GridInternalApi.d.ts +4 -4
- package/src/Api/Internal/LayoutInternalApi.d.ts +1 -0
- package/src/Api/Internal/LayoutInternalApi.js +7 -0
- package/src/Api/Internal/StyledColumnInternalApi.d.ts +3 -3
- package/src/Api/StyledColumnApi.d.ts +10 -0
- package/src/PredefinedConfig/Common/AdaptableComparerFunction.d.ts +3 -4
- package/src/PredefinedConfig/Common/AdaptablePredicate.d.ts +2 -2
- package/src/PredefinedConfig/Common/CellDataChangedInfo.d.ts +2 -2
- package/src/PredefinedConfig/Common/Menu.d.ts +2 -2
- package/src/PredefinedConfig/Selection/GridCell.d.ts +2 -2
- package/src/PredefinedConfig/Selection/GridRow.d.ts +2 -2
- package/src/Redux/ActionsReducers/AlertRedux.d.ts +14 -0
- package/src/Redux/ActionsReducers/AlertRedux.js +23 -1
- package/src/Redux/ActionsReducers/CustomSortRedux.d.ts +14 -0
- package/src/Redux/ActionsReducers/CustomSortRedux.js +23 -1
- package/src/Redux/ActionsReducers/FlashingCellRedux.d.ts +15 -1
- package/src/Redux/ActionsReducers/FlashingCellRedux.js +23 -1
- package/src/Redux/ActionsReducers/FormatColumnRedux.d.ts +14 -0
- package/src/Redux/ActionsReducers/FormatColumnRedux.js +26 -1
- package/src/Redux/ActionsReducers/GridRedux.d.ts +3 -3
- package/src/Redux/ActionsReducers/PlusMinusRedux.d.ts +14 -0
- package/src/Redux/ActionsReducers/PlusMinusRedux.js +23 -1
- package/src/Redux/ActionsReducers/ScheduleRedux.d.ts +70 -0
- package/src/Redux/ActionsReducers/ScheduleRedux.js +112 -2
- package/src/Redux/ActionsReducers/ShortcutRedux.d.ts +14 -0
- package/src/Redux/ActionsReducers/ShortcutRedux.js +23 -1
- package/src/Redux/ActionsReducers/StyledColumnRedux.d.ts +14 -0
- package/src/Redux/ActionsReducers/StyledColumnRedux.js +23 -1
- package/src/Redux/ActionsReducers/utils.d.ts +2 -0
- package/src/Redux/ActionsReducers/utils.js +20 -2
- package/src/Redux/Store/AdaptableStore.js +45 -4
- package/src/Strategy/AlertModule.js +2 -0
- package/src/Strategy/CustomSortModule.d.ts +2 -0
- package/src/Strategy/CustomSortModule.js +2 -0
- package/src/Strategy/FlashingCellModule.js +2 -0
- package/src/Strategy/FormatColumnModule.js +2 -0
- package/src/Strategy/PlusMinusModule.js +2 -0
- package/src/Strategy/ShortcutModule.js +2 -0
- package/src/Strategy/StyledColumnModule.js +2 -0
- package/src/Utilities/Defaults/DefaultAdaptableOptions.js +1 -0
- package/src/Utilities/ExpressionFunctions/aggregatedScalarExpressionFunctions.d.ts +3 -3
- package/src/Utilities/Interface/Preview.d.ts +2 -2
- package/src/Utilities/ObjectFactory.d.ts +2 -2
- package/src/Utilities/Services/AggregatedScalarLiveValue.d.ts +2 -2
- package/src/Utilities/Services/AlertService.d.ts +2 -0
- package/src/Utilities/Services/AlertService.js +6 -0
- package/src/Utilities/Services/CalculatedColumnExpressionService.d.ts +2 -2
- package/src/Utilities/Services/Interface/IAlertService.d.ts +2 -0
- package/src/Utilities/Services/Interface/ICalculatedColumnExpressionService.d.ts +2 -2
- package/src/Utilities/Services/Interface/IQueryLanguageService.d.ts +3 -3
- package/src/Utilities/Services/Interface/IReportService.d.ts +3 -3
- package/src/Utilities/Services/QueryLanguageService.d.ts +2 -2
- package/src/Utilities/Services/ReportService.d.ts +4 -4
- package/src/Utilities/license/hashing.js +1 -1
- package/src/Utilities/logDeprecation.d.ts +1 -1
- package/src/View/Alert/Wizard/AlertMessageWizardSection.js +2 -2
- package/src/View/Charting/ShowChartButton.js +3 -2
- package/src/View/Charting/useChartingElements.js +6 -5
- package/src/View/Components/Popups/AdaptablePopup/AdaptablePopupModuleView.js +22 -1
- package/src/View/DataChangeHistory/buildActionColumnButton.d.ts +2 -2
- package/src/View/Export/ExportSelector.js +1 -0
- package/src/View/Export/ExportViewPanel.js +1 -0
- package/src/View/Export/ReportExportDropdown.js +1 -0
- package/src/View/Theme/ThemePopup.d.ts +0 -3
- package/src/View/Theme/ThemePopup.js +1 -9
- package/src/View/Theme/ThemeViewPanel.js +4 -3
- package/src/agGrid/ActionColumnRenderer.js +1 -0
- package/src/agGrid/Adaptable.d.ts +41 -41
- package/src/agGrid/Adaptable.js +13 -11
- package/src/metamodel/adaptable.metamodel.d.ts +36 -0
- package/src/metamodel/adaptable.metamodel.js +1 -1
- package/src/types.d.ts +2 -2
- package/version.d.ts +1 -1
- package/version.js +1 -1
package/src/types.d.ts
CHANGED
|
@@ -53,7 +53,7 @@ export type { CalculatedColumnApi } from './Api/CalculatedColumnApi';
|
|
|
53
53
|
export type { CellSummaryApi } from './Api/CellSummaryApi';
|
|
54
54
|
export type { ColumnApi } from './Api/ColumnApi';
|
|
55
55
|
export type { ActionApi } from './Api/ActionApi';
|
|
56
|
-
export type { ChartingApi
|
|
56
|
+
export type { ChartingApi } from './Api/ChartingApi';
|
|
57
57
|
export type { ConfigApi } from './Api/ConfigApi';
|
|
58
58
|
export type { CustomSortApi } from './Api/CustomSortApi';
|
|
59
59
|
export type { DashboardApi } from './Api/DashboardApi';
|
|
@@ -103,7 +103,7 @@ export type { LayoutChangedInfo } from './Api/Events/LayoutChanged';
|
|
|
103
103
|
export type { CheckboxColumnClickedInfo } from './Api/Events/ChexboxColumnClicked';
|
|
104
104
|
export type { CustomToolbarConfiguredInfo } from './Api/Events/CustomToolbarConfigured';
|
|
105
105
|
export type { LiveDataChangedInfo, LiveReport } from './Api/Events/LiveDataChanged';
|
|
106
|
-
export type { ChartChangedInfo } from './Api/Events/ChartChanged';
|
|
106
|
+
export type { ChartChangedInfo, ChartingOpenState, ChartDisplayedInfo, } from './Api/Events/ChartChanged';
|
|
107
107
|
export type { ActionRowSubmittedInfo, ActionRowType, CreatedActionRowInfo, EditedActionRowInfo, DeletedActionRowInfo, } from './Api/Events/ActionRowSubmitted';
|
|
108
108
|
export type { FilterAppliedInfo } from './Api/Events/FilterApplied';
|
|
109
109
|
export type { QueryRunInfo } from './Api/Events/QueryRun';
|
package/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: "
|
|
1
|
+
declare const _default: "15.0.0-canary.1";
|
|
2
2
|
export default _default;
|
package/version.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.default = '
|
|
3
|
+
exports.default = '15.0.0-canary.1'; // PLEASE DONT UPDATE THIS!!! - will be updated at build time with the correct version
|