@adaptabletools/adaptable 11.0.0-canary.1 → 11.0.0-canary.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.
- package/base.css +138 -68
- package/bundle.cjs.js +97 -93
- package/index.css +140 -68
- package/package.json +33 -33
- package/publishTimestamp.d.ts +1 -1
- package/publishTimestamp.js +1 -1
- package/src/AdaptableInterfaces/AdaptableNoCodeWizard.d.ts +7 -5
- package/src/AdaptableOptions/AdaptableFrameworkComponent.d.ts +1 -3
- package/src/AdaptableOptions/AdaptableOptions.d.ts +10 -1
- package/src/AdaptableOptions/AlertOptions.d.ts +82 -0
- package/src/AdaptableOptions/AlertOptions.js +2 -0
- package/src/AdaptableOptions/ContainerOptions.d.ts +1 -1
- package/src/AdaptableOptions/EntitlementOptions.d.ts +1 -1
- package/src/AdaptableOptions/FilterOptions.d.ts +1 -1
- package/src/AdaptableOptions/NotificationsOptions.d.ts +1 -78
- package/src/AdaptableOptions/QueryLanguageOptions.d.ts +0 -4
- package/src/AdaptableOptions/StateOptions.d.ts +2 -1
- package/src/AdaptableOptions/TeamSharingOptions.d.ts +2 -2
- package/src/AdaptableOptions/ToolPanelOptions.d.ts +0 -3
- package/src/AdaptableOptions/UserInterfaceOptions.d.ts +2 -2
- package/src/Api/AdaptableApi.d.ts +1 -0
- package/src/Api/AlertApi.d.ts +2 -3
- package/src/Api/EventApi.d.ts +8 -3
- package/src/Api/Events/GridDataChanged.d.ts +4 -2
- package/src/Api/Events/SystemStatusMessageDisplayed.d.ts +1 -1
- package/src/Api/FreeTextColumnApi.d.ts +0 -12
- package/src/Api/GridApi.d.ts +5 -4
- package/src/Api/IPushPullApi.d.ts +1 -1
- package/src/Api/Implementation/AlertApiImpl.d.ts +1 -2
- package/src/Api/Implementation/AlertApiImpl.js +15 -9
- package/src/Api/Implementation/ApiBase.d.ts +2 -0
- package/src/Api/Implementation/ApiBase.js +3 -0
- package/src/Api/Implementation/DashboardApiImpl.js +1 -1
- package/src/Api/Implementation/FlashingCellApiImpl.js +2 -4
- package/src/Api/Implementation/FreeTextColumnApiImpl.d.ts +0 -5
- package/src/Api/Implementation/FreeTextColumnApiImpl.js +0 -9
- package/src/Api/Implementation/GridApiImpl.d.ts +5 -4
- package/src/Api/Implementation/GridApiImpl.js +4 -0
- package/src/Api/Implementation/InternalApiImpl.js +2 -2
- package/src/Api/Implementation/LayoutApiImpl.d.ts +2 -0
- package/src/Api/Implementation/LayoutApiImpl.js +12 -1
- package/src/Api/Implementation/QueryApiImpl.js +4 -1
- package/src/Api/Implementation/QueryLanguageApiImpl.js +4 -5
- package/src/Api/LayoutApi.d.ts +7 -0
- package/src/Api/OpenFinApi.d.ts +5 -0
- package/src/Api/PluginsApi.d.ts +29 -0
- package/src/Api/UserInterfaceApi.d.ts +5 -2
- package/src/PredefinedConfig/AlertState.d.ts +2 -4
- package/src/PredefinedConfig/CalculatedColumnState.d.ts +0 -1
- package/src/PredefinedConfig/Common/CellHighlightInfo.d.ts +1 -12
- package/src/PredefinedConfig/Common/DataChangedInfo.d.ts +1 -1
- package/src/PredefinedConfig/Common/FDC3Context.d.ts +4 -12
- package/src/PredefinedConfig/Common/RowHighlightInfo.d.ts +15 -0
- package/src/PredefinedConfig/Common/RowHighlightInfo.js +2 -0
- package/src/PredefinedConfig/Common/Types.d.ts +1 -1
- package/src/PredefinedConfig/CustomSortState.d.ts +0 -1
- package/src/PredefinedConfig/FlashingCellState.d.ts +5 -2
- package/src/PredefinedConfig/FreeTextColumnState.d.ts +1 -1
- package/src/PredefinedConfig/LayoutState.d.ts +0 -2
- package/src/PredefinedConfig/PredefinedConfig.d.ts +5 -2
- package/src/PredefinedConfig/SystemState.d.ts +2 -1
- package/src/Redux/ActionsReducers/ApplicationRedux.js +9 -3
- package/src/Redux/ActionsReducers/FlashingCellRedux.js +4 -8
- package/src/Redux/ActionsReducers/GridRedux.js +3 -1
- package/src/Redux/ActionsReducers/PopupRedux.js +13 -3
- package/src/Redux/ActionsReducers/QuickSearchRedux.js +3 -1
- package/src/Redux/ActionsReducers/SystemRedux.d.ts +6 -5
- package/src/Redux/ActionsReducers/SystemRedux.js +16 -14
- package/src/Redux/ActionsReducers/ThemeRedux.js +3 -1
- package/src/Redux/Store/AdaptableReduxLocalStorageEngine.js +1 -1
- package/src/Redux/Store/AdaptableReduxMerger.js +5 -5
- package/src/Redux/Store/AdaptableStore.js +18 -6
- package/src/Strategy/AlertModule.js +5 -4
- package/src/Strategy/ConditionalStyleModule.js +4 -0
- package/src/Strategy/DataChangeHistoryModule.js +1 -1
- package/src/Strategy/FlashingCellModule.d.ts +1 -1
- package/src/Strategy/FlashingCellModule.js +34 -18
- package/src/Strategy/FreeTextColumnModule.d.ts +2 -2
- package/src/Strategy/FreeTextColumnModule.js +10 -0
- package/src/Strategy/LayoutModule.js +1 -6
- package/src/Strategy/TeamSharingModule.js +1 -1
- package/src/Strategy/ToolPanelModule.js +5 -3
- package/src/Strategy/Utilities/getFlashingTargetViewItems.d.ts +1 -1
- package/src/Strategy/Utilities/getFlashingTargetViewItems.js +3 -1
- package/src/Strategy/Utilities/getFormatColumnSettingsViewItems.js +1 -1
- package/src/Strategy/Utilities/getRuleViewItems.d.ts +0 -1
- package/src/Strategy/Utilities/getRuleViewItems.js +0 -1
- package/src/Utilities/Defaults/DefaultAdaptableOptions.js +6 -4
- package/src/Utilities/ExpressionFunctions/aggregationExpressionFunctions.js +1 -1
- package/src/Utilities/ExpressionFunctions/dateUtils.d.ts +1 -0
- package/src/Utilities/ExpressionFunctions/dateUtils.js +13 -0
- package/src/Utilities/ExpressionFunctions/expressionFunctionUtils.js +1 -1
- package/src/Utilities/ExpressionFunctions/observableExpressionFunctions.js +2 -3
- package/src/Utilities/ExpressionFunctions/scalarExpressionFunctions.js +13 -4
- package/src/Utilities/Extensions/StringExtensions.js +1 -1
- package/src/Utilities/Helpers/AdaptableHelper.js +3 -2
- package/src/Utilities/Helpers/CalendarHelper.js +220 -55
- package/src/Utilities/Interface/MessagePopups.d.ts +6 -2
- package/src/Utilities/ObjectFactory.js +5 -2
- package/src/Utilities/Services/DataService.js +6 -1
- package/src/Utilities/Services/LicenseService.js +1 -1
- package/src/Utilities/Services/QueryLanguageService.js +16 -11
- package/src/Utilities/Services/ReportService.js +7 -3
- package/src/Utilities/Services/TeamSharingService.js +5 -3
- package/src/View/AdaptablePopover/index.js +6 -1
- package/src/View/AdaptableView.js +1 -1
- package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/ColumnsList.js +5 -1
- package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/ConfigurationForm.js +5 -2
- package/src/View/AdaptableWizardView/AdaptableConfigurationDialog/index.js +4 -1
- package/src/View/AdaptableWizardView/helper.js +3 -1
- package/src/View/Alert/Wizard/AlertButtonsEditor.d.ts +1 -1
- package/src/View/Alert/Wizard/AlertButtonsEditor.js +5 -1
- package/src/View/Alert/Wizard/AlertRulesWizardSection.d.ts +1 -1
- package/src/View/Alert/Wizard/BaseAlertRulesWizardSection.d.ts +2 -3
- package/src/View/Alert/Wizard/BaseAlertRulesWizardSection.js +1 -3
- package/src/View/CalculatedColumn/Wizard/CalculatedColumnWizard.js +15 -4
- package/src/View/CellSummary/CellSummaryViewPanel.js +1 -2
- package/src/View/Components/AdaptableObjectList/AdaptableObjectList.js +5 -2
- package/src/View/Components/FilterForm/FilterForm.js +0 -2
- package/src/View/Components/FilterForm/QuickFilterForm.js +8 -7
- package/src/View/Components/FilterForm/getDefaultColumnFilterPredicate.d.ts +1 -1
- package/src/View/Components/ModuleValueSelector/index.js +1 -1
- package/src/View/Components/Panels/PanelWithImage.d.ts +1 -1
- package/src/View/Components/Popups/AdaptablePopup/AdaptablePopup.d.ts +0 -3
- package/src/View/Components/Popups/AdaptablePopup/AdaptablePopup.js +45 -87
- package/src/View/Components/Popups/AdaptablePopup/AdaptablePopupDialog.d.ts +11 -0
- package/src/View/Components/Popups/AdaptablePopup/AdaptablePopupDialog.js +78 -0
- package/src/View/Components/Popups/AdaptablePopup/AdaptablePopupModuleView.d.ts +3 -1
- package/src/View/Components/Popups/AdaptablePopup/AdaptablePopupModuleView.js +19 -6
- package/src/View/Components/Popups/AdaptablePopup/Navigation.d.ts +1 -3
- package/src/View/Components/Popups/AdaptablePopup/Navigation.js +5 -13
- package/src/View/Components/Popups/AdaptablePopup/TopBar.js +5 -4
- package/src/View/Components/Popups/AdaptablePopup/useMenuItems.d.ts +2 -0
- package/src/View/Components/Popups/AdaptablePopup/useMenuItems.js +44 -0
- package/src/View/Components/Popups/AdaptablePopupConfirmation.js +3 -1
- package/src/View/Components/Popups/AdaptablePopupPrompt.d.ts +5 -12
- package/src/View/Components/Popups/AdaptablePopupPrompt.js +38 -37
- package/src/View/Components/Popups/AdaptablePopupTeamSharing.js +4 -1
- package/src/View/Components/ScopeComponent.js +4 -1
- package/src/View/Components/SharedProps/ModuleViewPopupProps.d.ts +1 -1
- package/src/View/Components/ToolPanel/AdaptableToolPanel.js +1 -1
- package/src/View/Components/ToolPanel/CustomToolPanelContent.js +6 -2
- package/src/View/Components/ToolPanel/ToolPanelPopup.js +7 -5
- package/src/View/Components/ToolPanel/ToolPanelWrapper.js +1 -1
- package/src/View/Components/ValueSelector/index.d.ts +2 -1
- package/src/View/Components/ValueSelector/index.js +5 -5
- package/src/View/ConditionalStyle/Wizard/ConditionalStyleSettingsWizardSettings.d.ts +8 -0
- package/src/View/ConditionalStyle/Wizard/ConditionalStyleSettingsWizardSettings.js +27 -0
- package/src/View/ConditionalStyle/Wizard/ConditionalStyleWizard.js +17 -5
- package/src/View/CustomSort/Wizard/CustomSortValuesWizardSection.js +3 -1
- package/src/View/CustomSort/Wizard/CustomSortWizard.js +16 -4
- package/src/View/Dashboard/CustomToolbarWrapper.js +5 -1
- package/src/View/Dashboard/Dashboard.js +5 -5
- package/src/View/Dashboard/DashboardPopup.js +8 -6
- package/src/View/DataChangeHistory/DataChangeHistoryGrid.js +2 -1
- package/src/View/Export/Wizard/NewReportWizard.js +13 -3
- package/src/View/Export/Wizard/ReportColumnTypeWizard.js +3 -1
- package/src/View/Export/Wizard/ReportRowTypeWizard.js +3 -1
- package/src/View/Filter/FilterViewPanel.d.ts +1 -4
- package/src/View/Filter/FilterViewPanel.js +1 -3
- package/src/View/FlashingCell/Wizard/FlashingCellRulesWizardSection.js +17 -26
- package/src/View/FlashingCell/Wizard/FlashingCellScopeWizardSection.js +19 -2
- package/src/View/FlashingCell/Wizard/FlashingCellSettingsWizardSection.js +20 -5
- package/src/View/FlashingCell/Wizard/FlashingCellWizard.js +1 -1
- package/src/View/FormatColumn/Wizard/FormatColumnFormatWizardSection.js +2 -2
- package/src/View/FormatColumn/Wizard/FormatColumnWizard.js +10 -5
- package/src/View/FreeTextColumn/FreeTextColumnSummary.js +1 -2
- package/src/View/FreeTextColumn/Wizard/FreeTextColumnWizard.js +12 -5
- package/src/View/GridInfo/AdaptableOptionsComponent.js +4 -1
- package/src/View/Layout/Wizard/LayoutEditor/index.js +5 -1
- package/src/View/Layout/Wizard/LayoutEditorWizard.js +7 -1
- package/src/View/PlusMinus/Wizard/PlusMinusWizard.js +8 -2
- package/src/View/Query/ExpandedQueryPopup.js +9 -2
- package/src/View/Query/QueryViewPanel.js +15 -10
- package/src/View/Query/Wizard/NamedQueryWizard.js +3 -1
- package/src/View/QuickSearch/QuickSearchPopup.js +3 -3
- package/src/View/QuickSearch/useQuickSearchDebounced.js +1 -1
- package/src/View/Schedule/Wizard/ScheduleSettingsWizard/ScheduleSettingsSummary.js +12 -2
- package/src/View/Schedule/Wizard/ScheduleWizard.js +14 -14
- package/src/View/SpecialColumnSettingsWizardStep.js +1 -1
- package/src/View/UIHelper.js +4 -1
- package/src/View/Wizard/AdaptableWizard.js +13 -4
- package/src/View/Wizard/Interface/IAdaptableWizard.d.ts +2 -0
- package/src/View/Wizard/OnePageAdaptableWizard.js +6 -2
- package/src/agGrid/Adaptable.d.ts +2 -5
- package/src/agGrid/Adaptable.js +126 -73
- package/src/agGrid/agGridHelper.js +2 -3
- package/src/agGrid/agGridMenuHelper.js +5 -9
- package/src/agGrid/editors/AdaptableDateEditor/index.js +1 -1
- package/src/agGrid/editors/AdaptableNumberEditor/index.js +1 -1
- package/src/components/ApplicationIcon.d.ts +1 -0
- package/src/components/ApplicationIcon.js +2 -2
- package/src/components/Dashboard/Dashboard.js +4 -1
- package/src/components/Dashboard/DashboardManager.d.ts +5 -3
- package/src/components/Dashboard/DashboardManager.js +33 -27
- package/src/components/Dropdown/index.js +8 -1
- package/src/components/DropdownButton/renderItem.js +1 -1
- package/src/components/ExpressionEditor/EditorInputReactive.js +3 -1
- package/src/components/ExpressionEditor/ExpressionFunctionDocumentation.js +4 -1
- package/src/components/ExpressionEditor/index.js +9 -2
- package/src/components/FormLayout/index.js +1 -1
- package/src/components/OverlayTrigger/Overlay.js +1 -1
- package/src/components/SizedContainer/index.js +7 -1
- package/src/components/WindowModal/WindowModal.js +4 -1
- package/src/metamodel/adaptable.metamodel.d.ts +64 -24
- package/src/metamodel/adaptable.metamodel.js +187 -99
- package/src/types.d.ts +4 -2
- package/themes/dark.css +4 -4
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -296,13 +296,6 @@ exports.ADAPTABLE_METAMODEL = {
|
|
|
296
296
|
"uiLabel": "Grid Api",
|
|
297
297
|
"reference": "GridApi"
|
|
298
298
|
},
|
|
299
|
-
{
|
|
300
|
-
"name": "internalApi",
|
|
301
|
-
"kind": "REFERENCE",
|
|
302
|
-
"description": "Api methods used *internally* within AdapTable.",
|
|
303
|
-
"uiLabel": "Internal Api",
|
|
304
|
-
"reference": "unknown"
|
|
305
|
-
},
|
|
306
299
|
{
|
|
307
300
|
"name": "layoutApi",
|
|
308
301
|
"kind": "REFERENCE",
|
|
@@ -931,6 +924,15 @@ exports.ADAPTABLE_METAMODEL = {
|
|
|
931
924
|
"gridInfo": "item",
|
|
932
925
|
"defaultValue": "`adaptableId` value"
|
|
933
926
|
},
|
|
927
|
+
{
|
|
928
|
+
"name": "alertOptions",
|
|
929
|
+
"kind": "REFERENCE",
|
|
930
|
+
"description": "Options for managing Alerts in AdapTable",
|
|
931
|
+
"uiLabel": "Alert Options",
|
|
932
|
+
"isOptional": true,
|
|
933
|
+
"gridInfo": "container",
|
|
934
|
+
"reference": "AlertOptions"
|
|
935
|
+
},
|
|
934
936
|
{
|
|
935
937
|
"name": "autogeneratePrimaryKey",
|
|
936
938
|
"kind": "boolean",
|
|
@@ -1061,6 +1063,13 @@ exports.ADAPTABLE_METAMODEL = {
|
|
|
1061
1063
|
"gridInfo": "container",
|
|
1062
1064
|
"reference": "MenuOptions"
|
|
1063
1065
|
},
|
|
1066
|
+
{
|
|
1067
|
+
"name": "modules",
|
|
1068
|
+
"kind": "unknown",
|
|
1069
|
+
"description": "AG Grid Modules that should be provided - needs to be provided separately",
|
|
1070
|
+
"uiLabel": "Modules",
|
|
1071
|
+
"isOptional": true
|
|
1072
|
+
},
|
|
1064
1073
|
{
|
|
1065
1074
|
"name": "notificationsOptions",
|
|
1066
1075
|
"kind": "REFERENCE",
|
|
@@ -1812,6 +1821,61 @@ exports.ADAPTABLE_METAMODEL = {
|
|
|
1812
1821
|
"kind": "TypeAlias",
|
|
1813
1822
|
"description": "Form to show in an Alert"
|
|
1814
1823
|
},
|
|
1824
|
+
"AlertOptions": {
|
|
1825
|
+
"name": "AlertOptions",
|
|
1826
|
+
"kind": "Interface",
|
|
1827
|
+
"description": "Options related to Alerts in Adaptable.",
|
|
1828
|
+
"properties": [
|
|
1829
|
+
{
|
|
1830
|
+
"name": "actionHandlers",
|
|
1831
|
+
"kind": "unknown",
|
|
1832
|
+
"description": "onClick Handlers for Alert Buttons (defined in Alert State)",
|
|
1833
|
+
"uiLabel": "Action Handlers",
|
|
1834
|
+
"isOptional": true
|
|
1835
|
+
},
|
|
1836
|
+
{
|
|
1837
|
+
"name": "alertForms",
|
|
1838
|
+
"kind": "unknown",
|
|
1839
|
+
"description": "Full definitions of Alert Forms - the names of which are provided in Alert State",
|
|
1840
|
+
"uiLabel": "Alert Forms",
|
|
1841
|
+
"isOptional": true
|
|
1842
|
+
},
|
|
1843
|
+
{
|
|
1844
|
+
"name": "alertMessageText",
|
|
1845
|
+
"kind": "unknown",
|
|
1846
|
+
"description": "Function providing Message to display in Alert; if empty, AdapTable provides dynamically",
|
|
1847
|
+
"uiLabel": "Alert Message Text",
|
|
1848
|
+
"isOptional": true
|
|
1849
|
+
},
|
|
1850
|
+
{
|
|
1851
|
+
"name": "cellHighlightDuration",
|
|
1852
|
+
"kind": "number",
|
|
1853
|
+
"description": "How long (in ms) a cell will be highlighted",
|
|
1854
|
+
"uiLabel": "Cell Highlight Duration",
|
|
1855
|
+
"isOptional": true,
|
|
1856
|
+
"gridInfo": "item",
|
|
1857
|
+
"defaultValue": "3000"
|
|
1858
|
+
},
|
|
1859
|
+
{
|
|
1860
|
+
"name": "dataChangeDetectionPolicy",
|
|
1861
|
+
"kind": "unknown",
|
|
1862
|
+
"description": "Whether Alert rule is evaluated against the `rawValue` or `formattedValue` of the changed cell data",
|
|
1863
|
+
"uiLabel": "Data Change Detection Policy",
|
|
1864
|
+
"isOptional": true,
|
|
1865
|
+
"gridInfo": "item",
|
|
1866
|
+
"defaultValue": "'rawValue'"
|
|
1867
|
+
},
|
|
1868
|
+
{
|
|
1869
|
+
"name": "maxAlertsInStore",
|
|
1870
|
+
"kind": "number",
|
|
1871
|
+
"description": "How many alerts held in State at any one time; when limit is breached, oldest alert will be removed",
|
|
1872
|
+
"uiLabel": "Max Alerts In Store",
|
|
1873
|
+
"isOptional": true,
|
|
1874
|
+
"gridInfo": "item",
|
|
1875
|
+
"defaultValue": "20"
|
|
1876
|
+
}
|
|
1877
|
+
]
|
|
1878
|
+
},
|
|
1815
1879
|
"AlertProperties": {
|
|
1816
1880
|
"name": "AlertProperties",
|
|
1817
1881
|
"kind": "Interface",
|
|
@@ -1855,9 +1919,10 @@ exports.ADAPTABLE_METAMODEL = {
|
|
|
1855
1919
|
{
|
|
1856
1920
|
"name": "PreventEdit",
|
|
1857
1921
|
"kind": "boolean",
|
|
1858
|
-
"description": "Automatically prevent any cell edit which triggered the Alert (i.e. validation)
|
|
1922
|
+
"description": "Automatically prevent any cell edit which triggered the Alert (i.e. validation)",
|
|
1859
1923
|
"uiLabel": "Prevent Edit",
|
|
1860
|
-
"isOptional": true
|
|
1924
|
+
"isOptional": true,
|
|
1925
|
+
"defaultValue": "false"
|
|
1861
1926
|
},
|
|
1862
1927
|
{
|
|
1863
1928
|
"name": "ShowInDiv",
|
|
@@ -1878,8 +1943,7 @@ exports.ADAPTABLE_METAMODEL = {
|
|
|
1878
1943
|
"kind": "unknown",
|
|
1879
1944
|
"description": "Alert Definitions - will trigger Alerts when rule is met",
|
|
1880
1945
|
"uiLabel": "Alert Definitions",
|
|
1881
|
-
"isOptional": true
|
|
1882
|
-
"defaultValue": "null"
|
|
1946
|
+
"isOptional": true
|
|
1883
1947
|
}
|
|
1884
1948
|
]
|
|
1885
1949
|
},
|
|
@@ -2215,8 +2279,7 @@ exports.ADAPTABLE_METAMODEL = {
|
|
|
2215
2279
|
"kind": "unknown",
|
|
2216
2280
|
"description": "Collection of Calculated Columns",
|
|
2217
2281
|
"uiLabel": "Calculated Columns",
|
|
2218
|
-
"isOptional": true
|
|
2219
|
-
"defaultValue": "empty"
|
|
2282
|
+
"isOptional": true
|
|
2220
2283
|
}
|
|
2221
2284
|
]
|
|
2222
2285
|
},
|
|
@@ -2245,6 +2308,13 @@ exports.ADAPTABLE_METAMODEL = {
|
|
|
2245
2308
|
"description": "Id of Column containing Cell",
|
|
2246
2309
|
"uiLabel": "Column Id"
|
|
2247
2310
|
},
|
|
2311
|
+
{
|
|
2312
|
+
"name": "highlightStyle",
|
|
2313
|
+
"kind": "REFERENCE",
|
|
2314
|
+
"description": "Adaptable Style to use in the Cell Highlight",
|
|
2315
|
+
"uiLabel": "Highlight Style",
|
|
2316
|
+
"reference": "AdaptableStyle"
|
|
2317
|
+
},
|
|
2248
2318
|
{
|
|
2249
2319
|
"name": "primaryKeyValue",
|
|
2250
2320
|
"kind": "unknown",
|
|
@@ -3257,7 +3327,7 @@ exports.ADAPTABLE_METAMODEL = {
|
|
|
3257
3327
|
},
|
|
3258
3328
|
{
|
|
3259
3329
|
"name": "modalContainer",
|
|
3260
|
-
"kind": "
|
|
3330
|
+
"kind": "unknown",
|
|
3261
3331
|
"description": "Name of div where modals appear (if null, will be centre of page)",
|
|
3262
3332
|
"uiLabel": "Modal Container",
|
|
3263
3333
|
"isOptional": true,
|
|
@@ -3520,8 +3590,7 @@ exports.ADAPTABLE_METAMODEL = {
|
|
|
3520
3590
|
"kind": "unknown",
|
|
3521
3591
|
"description": "Collection of Custom Sort objects.",
|
|
3522
3592
|
"uiLabel": "Custom Sorts",
|
|
3523
|
-
"isOptional": true
|
|
3524
|
-
"defaultValue": "[]"
|
|
3593
|
+
"isOptional": true
|
|
3525
3594
|
}
|
|
3526
3595
|
]
|
|
3527
3596
|
},
|
|
@@ -4443,7 +4512,7 @@ exports.ADAPTABLE_METAMODEL = {
|
|
|
4443
4512
|
{
|
|
4444
4513
|
"name": "defaultAccessLevel",
|
|
4445
4514
|
"kind": "unknown",
|
|
4446
|
-
"description": "AccessLevel to use when an Entitlement is not explicitly set;
|
|
4515
|
+
"description": "AccessLevel to use when an Entitlement is not explicitly set; can be hardcoded value or a function to invoke",
|
|
4447
4516
|
"uiLabel": "Default Access Level",
|
|
4448
4517
|
"isOptional": true,
|
|
4449
4518
|
"gridInfo": "item",
|
|
@@ -5048,12 +5117,6 @@ exports.ADAPTABLE_METAMODEL = {
|
|
|
5048
5117
|
"kind": "Interface",
|
|
5049
5118
|
"description": "General-purpose context type, as defined by [FDC3](https://fdc3.finos.org/docs/1.0/context-intro). A context object is a well-understood datum that is streamable between FDC3 participants. As a result it has a field describing what type it is, and data indicating its identity. Use this as a base to derive your own with any custom properties or metadata.",
|
|
5050
5119
|
"properties": [
|
|
5051
|
-
{
|
|
5052
|
-
"name": "(indexer)",
|
|
5053
|
-
"kind": "indexType",
|
|
5054
|
-
"description": "Custom properties and metadata. This can be extended in specific context object.",
|
|
5055
|
-
"uiLabel": "(indexer)"
|
|
5056
|
-
},
|
|
5057
5120
|
{
|
|
5058
5121
|
"name": "id",
|
|
5059
5122
|
"kind": "unknown",
|
|
@@ -5410,7 +5473,7 @@ exports.ADAPTABLE_METAMODEL = {
|
|
|
5410
5473
|
{
|
|
5411
5474
|
"name": "useAgGridFilterFormStyle",
|
|
5412
5475
|
"kind": "boolean",
|
|
5413
|
-
"description": "Styles Adaptable Filter Form to match AG Grid's
|
|
5476
|
+
"description": "Styles Adaptable Filter Form to match AG Grid's styling (if using Balham theme)",
|
|
5414
5477
|
"uiLabel": "Use Ag Grid Filter Form Style",
|
|
5415
5478
|
"isOptional": true,
|
|
5416
5479
|
"gridInfo": "item",
|
|
@@ -5426,9 +5489,10 @@ exports.ADAPTABLE_METAMODEL = {
|
|
|
5426
5489
|
{
|
|
5427
5490
|
"name": "suppressFilterSearchBar",
|
|
5428
5491
|
"kind": "boolean",
|
|
5429
|
-
"description": "Prevents AdapTable from filtering the list of values client-side; When true, values is called each time the search bar is changed
|
|
5492
|
+
"description": "Prevents AdapTable from filtering the list of values client-side; When true, values is called each time the search bar is changed",
|
|
5430
5493
|
"uiLabel": "Suppress Filter Search Bar",
|
|
5431
|
-
"isOptional": true
|
|
5494
|
+
"isOptional": true,
|
|
5495
|
+
"defaultValue": "false"
|
|
5432
5496
|
}
|
|
5433
5497
|
]
|
|
5434
5498
|
},
|
|
@@ -5723,8 +5787,7 @@ exports.ADAPTABLE_METAMODEL = {
|
|
|
5723
5787
|
"kind": "unknown",
|
|
5724
5788
|
"description": "Flashing Cell Definitions - will colour cells/rows when rule is met",
|
|
5725
5789
|
"uiLabel": "Flashing Cell Definitions",
|
|
5726
|
-
"isOptional": true
|
|
5727
|
-
"defaultValue": "null"
|
|
5790
|
+
"isOptional": true
|
|
5728
5791
|
}
|
|
5729
5792
|
]
|
|
5730
5793
|
},
|
|
@@ -6011,7 +6074,6 @@ exports.ADAPTABLE_METAMODEL = {
|
|
|
6011
6074
|
"kind": "unknown",
|
|
6012
6075
|
"description": "Whether Column is String, Number, Boolean or Date",
|
|
6013
6076
|
"uiLabel": "Data Type",
|
|
6014
|
-
"isOptional": true,
|
|
6015
6077
|
"defaultValue": "'String'"
|
|
6016
6078
|
},
|
|
6017
6079
|
{
|
|
@@ -6082,12 +6144,6 @@ exports.ADAPTABLE_METAMODEL = {
|
|
|
6082
6144
|
"description": "Checks if a User Edit was in a Free Text Column",
|
|
6083
6145
|
"uiLabel": "Check Free Text Column For Data Change"
|
|
6084
6146
|
},
|
|
6085
|
-
{
|
|
6086
|
-
"name": "createFreeTextColumn",
|
|
6087
|
-
"kind": "function",
|
|
6088
|
-
"description": "Creates new FreeTextColumn and adds it to Adaptable State",
|
|
6089
|
-
"uiLabel": "Create Free Text Column"
|
|
6090
|
-
},
|
|
6091
6147
|
{
|
|
6092
6148
|
"name": "deleteFreeTextColumn",
|
|
6093
6149
|
"kind": "function",
|
|
@@ -7067,9 +7123,15 @@ exports.ADAPTABLE_METAMODEL = {
|
|
|
7067
7123
|
{
|
|
7068
7124
|
"name": "dataRows",
|
|
7069
7125
|
"kind": "unknown",
|
|
7070
|
-
"description": "
|
|
7126
|
+
"description": "Data rows that have been added, updated, or deleted",
|
|
7071
7127
|
"uiLabel": "Data Rows"
|
|
7072
7128
|
},
|
|
7129
|
+
{
|
|
7130
|
+
"name": "rowNodes",
|
|
7131
|
+
"kind": "unknown",
|
|
7132
|
+
"description": "AG Grid Row Nodes that were affected by the Change",
|
|
7133
|
+
"uiLabel": "Row Nodes"
|
|
7134
|
+
},
|
|
7073
7135
|
{
|
|
7074
7136
|
"name": "rowTrigger",
|
|
7075
7137
|
"kind": "unknown",
|
|
@@ -7196,19 +7258,19 @@ exports.ADAPTABLE_METAMODEL = {
|
|
|
7196
7258
|
{
|
|
7197
7259
|
"name": "id",
|
|
7198
7260
|
"kind": "unknown",
|
|
7199
|
-
"description": "The instrument data
|
|
7261
|
+
"description": "The instrument data",
|
|
7200
7262
|
"uiLabel": "Id"
|
|
7201
7263
|
},
|
|
7202
7264
|
{
|
|
7203
7265
|
"name": "name",
|
|
7204
7266
|
"kind": "string",
|
|
7205
|
-
"description": "Free text name of
|
|
7267
|
+
"description": "Free text name of instrument",
|
|
7206
7268
|
"uiLabel": "Name"
|
|
7207
7269
|
},
|
|
7208
7270
|
{
|
|
7209
7271
|
"name": "type",
|
|
7210
7272
|
"kind": "unknown",
|
|
7211
|
-
"description": "
|
|
7273
|
+
"description": "Context type is always 'instrument'",
|
|
7212
7274
|
"uiLabel": "Type"
|
|
7213
7275
|
}
|
|
7214
7276
|
]
|
|
@@ -7749,6 +7811,12 @@ exports.ADAPTABLE_METAMODEL = {
|
|
|
7749
7811
|
"description": "Whether this Layout should be auto saved (based on Layout State and Layout Options)",
|
|
7750
7812
|
"uiLabel": "Should Auto Save Layout"
|
|
7751
7813
|
},
|
|
7814
|
+
{
|
|
7815
|
+
"name": "showChangeColumnCaption",
|
|
7816
|
+
"kind": "function",
|
|
7817
|
+
"description": "Opens change column caption popup",
|
|
7818
|
+
"uiLabel": "Show Change Column Caption"
|
|
7819
|
+
},
|
|
7752
7820
|
{
|
|
7753
7821
|
"name": "showLayoutPopup",
|
|
7754
7822
|
"kind": "function",
|
|
@@ -7846,16 +7914,14 @@ exports.ADAPTABLE_METAMODEL = {
|
|
|
7846
7914
|
"kind": "string",
|
|
7847
7915
|
"description": "Layout which will be loaded when AdapTable starts - must match `Name` property in Layout",
|
|
7848
7916
|
"uiLabel": "Current Layout",
|
|
7849
|
-
"isOptional": true
|
|
7850
|
-
"defaultValue": "''"
|
|
7917
|
+
"isOptional": true
|
|
7851
7918
|
},
|
|
7852
7919
|
{
|
|
7853
7920
|
"name": "Layouts",
|
|
7854
7921
|
"kind": "unknown",
|
|
7855
7922
|
"description": "Collection of Layout objects - listed in Layout toolbar and Tool Panel",
|
|
7856
7923
|
"uiLabel": "Layouts",
|
|
7857
|
-
"isOptional": true
|
|
7858
|
-
"defaultValue": "null"
|
|
7924
|
+
"isOptional": true
|
|
7859
7925
|
}
|
|
7860
7926
|
]
|
|
7861
7927
|
},
|
|
@@ -7998,38 +8064,8 @@ exports.ADAPTABLE_METAMODEL = {
|
|
|
7998
8064
|
"NotificationsOptions": {
|
|
7999
8065
|
"name": "NotificationsOptions",
|
|
8000
8066
|
"kind": "Interface",
|
|
8001
|
-
"description": "Options related to
|
|
8067
|
+
"description": "Options related to System Status Messages and Notifications in Adaptable.",
|
|
8002
8068
|
"properties": [
|
|
8003
|
-
{
|
|
8004
|
-
"name": "actionHandlers",
|
|
8005
|
-
"kind": "unknown",
|
|
8006
|
-
"description": "onClick Handlers for Alert Buttons (defined in Alert State)",
|
|
8007
|
-
"uiLabel": "Action Handlers",
|
|
8008
|
-
"isOptional": true
|
|
8009
|
-
},
|
|
8010
|
-
{
|
|
8011
|
-
"name": "alertForms",
|
|
8012
|
-
"kind": "unknown",
|
|
8013
|
-
"description": "Full definitions of Alert Forms - the names of which are provided in Alert State",
|
|
8014
|
-
"uiLabel": "Alert Forms",
|
|
8015
|
-
"isOptional": true
|
|
8016
|
-
},
|
|
8017
|
-
{
|
|
8018
|
-
"name": "alertMessageText",
|
|
8019
|
-
"kind": "unknown",
|
|
8020
|
-
"description": "Function providing Message to display in Alert; if empty, AdapTable provides dynamically",
|
|
8021
|
-
"uiLabel": "Alert Message Text",
|
|
8022
|
-
"isOptional": true
|
|
8023
|
-
},
|
|
8024
|
-
{
|
|
8025
|
-
"name": "cellHighlightDuration",
|
|
8026
|
-
"kind": "number",
|
|
8027
|
-
"description": "How long (in ms) a cell will be highlighted",
|
|
8028
|
-
"uiLabel": "Cell Highlight Duration",
|
|
8029
|
-
"isOptional": true,
|
|
8030
|
-
"gridInfo": "item",
|
|
8031
|
-
"defaultValue": "3000"
|
|
8032
|
-
},
|
|
8033
8069
|
{
|
|
8034
8070
|
"name": "closeWhenClicked",
|
|
8035
8071
|
"kind": "boolean",
|
|
@@ -8039,15 +8075,6 @@ exports.ADAPTABLE_METAMODEL = {
|
|
|
8039
8075
|
"gridInfo": "item",
|
|
8040
8076
|
"defaultValue": "false"
|
|
8041
8077
|
},
|
|
8042
|
-
{
|
|
8043
|
-
"name": "dataChangeDetectionPolicy",
|
|
8044
|
-
"kind": "unknown",
|
|
8045
|
-
"description": "Whether Alert rule is evaluated against the `rawValue` or `formattedValue` of the changed cell data",
|
|
8046
|
-
"uiLabel": "Data Change Detection Policy",
|
|
8047
|
-
"isOptional": true,
|
|
8048
|
-
"gridInfo": "item",
|
|
8049
|
-
"defaultValue": "'rawValue'"
|
|
8050
|
-
},
|
|
8051
8078
|
{
|
|
8052
8079
|
"name": "duration",
|
|
8053
8080
|
"kind": "unknown",
|
|
@@ -8066,15 +8093,6 @@ exports.ADAPTABLE_METAMODEL = {
|
|
|
8066
8093
|
"gridInfo": "item",
|
|
8067
8094
|
"defaultValue": "false"
|
|
8068
8095
|
},
|
|
8069
|
-
{
|
|
8070
|
-
"name": "maxAlertsInStore",
|
|
8071
|
-
"kind": "number",
|
|
8072
|
-
"description": "How many alerts held in State at any one time; when limit is breached, oldest alert will be removed",
|
|
8073
|
-
"uiLabel": "Max Alerts In Store",
|
|
8074
|
-
"isOptional": true,
|
|
8075
|
-
"gridInfo": "item",
|
|
8076
|
-
"defaultValue": "20"
|
|
8077
|
-
},
|
|
8078
8096
|
{
|
|
8079
8097
|
"name": "maxNotifications",
|
|
8080
8098
|
"kind": "number",
|
|
@@ -8230,6 +8248,12 @@ exports.ADAPTABLE_METAMODEL = {
|
|
|
8230
8248
|
"description": "Clears any objects in internal OpenFin state created by AdapTable",
|
|
8231
8249
|
"uiLabel": "Clear Open Fin Internal State"
|
|
8232
8250
|
},
|
|
8251
|
+
{
|
|
8252
|
+
"name": "getAlertOptions",
|
|
8253
|
+
"kind": "function",
|
|
8254
|
+
"description": "Gets the Alert section from Adaptable Options",
|
|
8255
|
+
"uiLabel": "Get Alert Options"
|
|
8256
|
+
},
|
|
8233
8257
|
{
|
|
8234
8258
|
"name": "getCurrentLiveOpenFinReport",
|
|
8235
8259
|
"kind": "function",
|
|
@@ -8426,7 +8450,57 @@ exports.ADAPTABLE_METAMODEL = {
|
|
|
8426
8450
|
"PluginsApi": {
|
|
8427
8451
|
"name": "PluginsApi",
|
|
8428
8452
|
"kind": "Interface",
|
|
8429
|
-
"description": "API methods dealing with AdapTable plugins"
|
|
8453
|
+
"description": "API methods dealing with AdapTable plugins",
|
|
8454
|
+
"properties": [
|
|
8455
|
+
{
|
|
8456
|
+
"name": "getFinancePluginApi",
|
|
8457
|
+
"kind": "function",
|
|
8458
|
+
"description": "Returns Finance API class in Adaptable API",
|
|
8459
|
+
"uiLabel": "Get Finance Plugin Api"
|
|
8460
|
+
},
|
|
8461
|
+
{
|
|
8462
|
+
"name": "getGlue42PluginApi",
|
|
8463
|
+
"kind": "function",
|
|
8464
|
+
"description": "Returns Glue42 API class in Adaptable API",
|
|
8465
|
+
"uiLabel": "Get Glue42Plugin Api"
|
|
8466
|
+
},
|
|
8467
|
+
{
|
|
8468
|
+
"name": "getipushpullPluginApi",
|
|
8469
|
+
"kind": "function",
|
|
8470
|
+
"description": "Returns ipushpull API class in Adaptable API",
|
|
8471
|
+
"uiLabel": "Getipushpull Plugin Api"
|
|
8472
|
+
},
|
|
8473
|
+
{
|
|
8474
|
+
"name": "getOpenFinPluginApi",
|
|
8475
|
+
"kind": "function",
|
|
8476
|
+
"description": "Returns OpenFin API class in Adaptable API",
|
|
8477
|
+
"uiLabel": "Get Open Fin Plugin Api"
|
|
8478
|
+
},
|
|
8479
|
+
{
|
|
8480
|
+
"name": "getPluginsState",
|
|
8481
|
+
"kind": "function",
|
|
8482
|
+
"description": "Retrieves the Plugin State (internal only)",
|
|
8483
|
+
"uiLabel": "Get Plugins State"
|
|
8484
|
+
},
|
|
8485
|
+
{
|
|
8486
|
+
"name": "getPluginState",
|
|
8487
|
+
"kind": "function",
|
|
8488
|
+
"description": "Gets the State for a given Plugin",
|
|
8489
|
+
"uiLabel": "Get Plugin State"
|
|
8490
|
+
},
|
|
8491
|
+
{
|
|
8492
|
+
"name": "registerPlugin",
|
|
8493
|
+
"kind": "function",
|
|
8494
|
+
"description": "Registers a Plugin (internal method)",
|
|
8495
|
+
"uiLabel": "Register Plugin"
|
|
8496
|
+
},
|
|
8497
|
+
{
|
|
8498
|
+
"name": "setPluginState",
|
|
8499
|
+
"kind": "function",
|
|
8500
|
+
"description": "Sets the initial state for a given plugin (internal method)",
|
|
8501
|
+
"uiLabel": "Set Plugin State"
|
|
8502
|
+
}
|
|
8503
|
+
]
|
|
8430
8504
|
},
|
|
8431
8505
|
"PlusMinusApi": {
|
|
8432
8506
|
"name": "PlusMinusApi",
|
|
@@ -8557,7 +8631,7 @@ exports.ADAPTABLE_METAMODEL = {
|
|
|
8557
8631
|
{
|
|
8558
8632
|
"name": "Alert",
|
|
8559
8633
|
"kind": "REFERENCE",
|
|
8560
|
-
"description": "
|
|
8634
|
+
"description": "Collection of `AlertDefinitions` which will fire Alerts when the rule is met",
|
|
8561
8635
|
"uiLabel": "Alert",
|
|
8562
8636
|
"isOptional": true,
|
|
8563
8637
|
"reference": "AlertState"
|
|
@@ -8626,6 +8700,14 @@ exports.ADAPTABLE_METAMODEL = {
|
|
|
8626
8700
|
"isOptional": true,
|
|
8627
8701
|
"reference": "FilterState"
|
|
8628
8702
|
},
|
|
8703
|
+
{
|
|
8704
|
+
"name": "FlashingCell",
|
|
8705
|
+
"kind": "REFERENCE",
|
|
8706
|
+
"description": "* Objects which define which cells flash in response to data changes",
|
|
8707
|
+
"uiLabel": "Flashing Cell",
|
|
8708
|
+
"isOptional": true,
|
|
8709
|
+
"reference": "FlashingCellState"
|
|
8710
|
+
},
|
|
8629
8711
|
{
|
|
8630
8712
|
"name": "FormatColumn",
|
|
8631
8713
|
"kind": "REFERENCE",
|
|
@@ -10321,7 +10403,7 @@ exports.ADAPTABLE_METAMODEL = {
|
|
|
10321
10403
|
"SystemStatusMessageDisplayedInfo": {
|
|
10322
10404
|
"name": "SystemStatusMessageDisplayedInfo",
|
|
10323
10405
|
"kind": "Interface",
|
|
10324
|
-
"description": "Object returned by the SystemStatusMessageDisplayed
|
|
10406
|
+
"description": "Object returned by the `SystemStatusMessageDisplayed` event",
|
|
10325
10407
|
"properties": [
|
|
10326
10408
|
{
|
|
10327
10409
|
"name": "systemStatusMessageInfo",
|
|
@@ -10445,14 +10527,14 @@ exports.ADAPTABLE_METAMODEL = {
|
|
|
10445
10527
|
{
|
|
10446
10528
|
"name": "getSharedEntities",
|
|
10447
10529
|
"kind": "unknown",
|
|
10448
|
-
"description": "
|
|
10530
|
+
"description": "Async function which retrieves available Shared Entities that user can download and merge automatically with Adaptable State",
|
|
10449
10531
|
"uiLabel": "Get Shared Entities",
|
|
10450
10532
|
"defaultValue": "null"
|
|
10451
10533
|
},
|
|
10452
10534
|
{
|
|
10453
10535
|
"name": "setSharedEntities",
|
|
10454
10536
|
"kind": "unknown",
|
|
10455
|
-
"description": "
|
|
10537
|
+
"description": "Async function which uploads Shared Entities so they can be downloaded by other members of the team",
|
|
10456
10538
|
"uiLabel": "Set Shared Entities",
|
|
10457
10539
|
"defaultValue": "null"
|
|
10458
10540
|
},
|
|
@@ -10844,6 +10926,12 @@ exports.ADAPTABLE_METAMODEL = {
|
|
|
10844
10926
|
"description": "Retrieves `permittedValues` property from User Interface Options",
|
|
10845
10927
|
"uiLabel": "Get All Permitted Values Items"
|
|
10846
10928
|
},
|
|
10929
|
+
{
|
|
10930
|
+
"name": "getBulkUpdatePermittedValuesForColumn",
|
|
10931
|
+
"kind": "function",
|
|
10932
|
+
"description": "Retrieves Permitted values for Bulk Update Module",
|
|
10933
|
+
"uiLabel": "Get Bulk Update Permitted Values For Column"
|
|
10934
|
+
},
|
|
10847
10935
|
{
|
|
10848
10936
|
"name": "getColorPalette",
|
|
10849
10937
|
"kind": "function",
|
|
@@ -10853,7 +10941,7 @@ exports.ADAPTABLE_METAMODEL = {
|
|
|
10853
10941
|
{
|
|
10854
10942
|
"name": "getCustomSortPermittedValuesForColumn",
|
|
10855
10943
|
"kind": "function",
|
|
10856
|
-
"description": "Retrieves Permitted values for Custom
|
|
10944
|
+
"description": "Retrieves Permitted values for Custom Sort Module",
|
|
10857
10945
|
"uiLabel": "Get Custom Sort Permitted Values For Column"
|
|
10858
10946
|
},
|
|
10859
10947
|
{
|
|
@@ -10877,7 +10965,7 @@ exports.ADAPTABLE_METAMODEL = {
|
|
|
10877
10965
|
{
|
|
10878
10966
|
"name": "getFilterPermittedValuesForColumn",
|
|
10879
10967
|
"kind": "function",
|
|
10880
|
-
"description": "Retrieves Permitted values for filtering by column values in Floating Filter and
|
|
10968
|
+
"description": "Retrieves Permitted values for filtering by column values in Floating Filter and Quick Filter Bar",
|
|
10881
10969
|
"uiLabel": "Get Filter Permitted Values For Column"
|
|
10882
10970
|
},
|
|
10883
10971
|
{
|
package/src/types.d.ts
CHANGED
|
@@ -4,7 +4,8 @@ export type { AdaptableOptions } from './AdaptableOptions/AdaptableOptions';
|
|
|
4
4
|
export { AdaptablePlugin } from './AdaptableOptions/AdaptablePlugin';
|
|
5
5
|
export type { ContainerOptions } from './AdaptableOptions/ContainerOptions';
|
|
6
6
|
export type { FlashingCellOptions } from './AdaptableOptions/FlashingCellOptions';
|
|
7
|
-
export type {
|
|
7
|
+
export type { NotificationsOptions } from './AdaptableOptions/NotificationsOptions';
|
|
8
|
+
export type { AlertOptions, ActionHandler, AlertForm, AlertButtonContext, } from './AdaptableOptions/AlertOptions';
|
|
8
9
|
export type { DashboardOptions, CustomToolbar, DashboardButtonContext, CustomToolbarButtonContext, } from './AdaptableOptions/DashboardOptions';
|
|
9
10
|
export type { EditOptions, ValidationResult } from './AdaptableOptions/EditOptions';
|
|
10
11
|
export type { ExportOptions, SystemExportDestination, SystemExportDestinations, CustomDestination, CustomReport, DataFormatType, ExportButtonContext, } from './AdaptableOptions/ExportOptions';
|
|
@@ -107,7 +108,8 @@ export type { FDC3Context, InstrumentContext } from './PredefinedConfig/Common/F
|
|
|
107
108
|
export type { AdaptableScope } from './PredefinedConfig/Common/AdaptableScope';
|
|
108
109
|
export type { AdaptableStyle } from './PredefinedConfig/Common/AdaptableStyle';
|
|
109
110
|
export type { AdaptableIcon } from './PredefinedConfig/Common/AdaptableIcon';
|
|
110
|
-
export type { CellHighlightInfo
|
|
111
|
+
export type { CellHighlightInfo } from './PredefinedConfig/Common/CellHighlightInfo';
|
|
112
|
+
export type { RowHighlightInfo } from './PredefinedConfig/Common/RowHighlightInfo';
|
|
111
113
|
export type { ColumnSort } from './PredefinedConfig/Common/ColumnSort';
|
|
112
114
|
export type { DataChangedInfo } from './PredefinedConfig/Common/DataChangedInfo';
|
|
113
115
|
export type { DataUpdateConfig } from './PredefinedConfig/Common/DataUpdateConfig';
|
package/themes/dark.css
CHANGED
|
@@ -3,14 +3,14 @@ html.ab--theme-dark {
|
|
|
3
3
|
--ab-theme-loaded: dark;
|
|
4
4
|
--ab-cmp-input--disabled__background: #232323;
|
|
5
5
|
--ab-color-defaultbackground: #3e444c;
|
|
6
|
-
--ab-color-text-on-defaultbackground:
|
|
6
|
+
--ab-color-text-on-defaultbackground: #e2e2e2;
|
|
7
7
|
--ab-color-primary: #262d2f;
|
|
8
8
|
--ab-color-primarylight: #2d3537;
|
|
9
9
|
--ab-color-primarydark: #1c2021;
|
|
10
|
-
--ab-color-text-on-primary: #
|
|
10
|
+
--ab-color-text-on-primary: #e2e2e2;
|
|
11
11
|
--ab-dashboard__border: #555;
|
|
12
12
|
--ab-cmp-dropdownbutton-list-separator__border: 1px solid #555;
|
|
13
13
|
--ab-gridheader--filtered__background: var(--ab-color-defaultbackground); }
|
|
14
|
-
html.ab--theme-dark input[type=
|
|
15
|
-
html.ab--theme-dark input[type=
|
|
14
|
+
html.ab--theme-dark input[type='number'].ab-Input::-webkit-outer-spin-button,
|
|
15
|
+
html.ab--theme-dark input[type='number'].ab-Input::-webkit-inner-spin-button {
|
|
16
16
|
background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="20" viewBox="4 0 18 18" version="1.1"><path fill="%23f7f7f7" d="M7 10l5 5 5-5z" transform="translate(0, 2)"/><path fill="%23f7f7f7" d="M7 14l5-5 5 5z" transform="translate(0, -6)"/></svg>') no-repeat center center; }
|
package/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: "11.0.0-canary.
|
|
1
|
+
declare const _default: "11.0.0-canary.5";
|
|
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 = '11.0.0-canary.
|
|
3
|
+
exports.default = '11.0.0-canary.5'; // PLEASE DONT UPDATE THIS!!! - will be updated at build time with the correct version
|