@adaptabletools/adaptable 16.0.3 → 16.0.5-canary.0
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 +3 -0
- package/base.css.map +1 -1
- package/bundle.cjs.js +155 -155
- package/index.css +5 -0
- package/index.css.map +1 -1
- package/package.json +1 -1
- package/publishTimestamp.d.ts +1 -1
- package/publishTimestamp.js +1 -1
- package/src/AdaptableOptions/AdaptableOptions.d.ts +1 -1
- package/src/AdaptableOptions/Fdc3Options.d.ts +71 -41
- package/src/AdaptableOptions/FilterOptions.d.ts +7 -0
- package/src/Api/ConfigApi.d.ts +6 -1
- package/src/Api/ExportApi.d.ts +12 -3
- package/src/Api/Fdc3Api.d.ts +1 -1
- package/src/Api/FilterApi.d.ts +7 -1
- package/src/Api/Implementation/ConfigApiImpl.d.ts +2 -1
- package/src/Api/Implementation/ConfigApiImpl.js +11 -0
- package/src/Api/Implementation/ExportApiImpl.d.ts +2 -0
- package/src/Api/Implementation/ExportApiImpl.js +6 -0
- package/src/Api/Implementation/FilterApiImpl.d.ts +2 -1
- package/src/Api/Implementation/FilterApiImpl.js +14 -1
- package/src/Api/Implementation/ScheduleApiImpl.js +1 -1
- package/src/PredefinedConfig/Common/AdaptableIcon.d.ts +1 -1
- package/src/PredefinedConfig/Common/AdaptablePredicate.js +7 -0
- package/src/PredefinedConfig/Common/ColumnFilter.d.ts +13 -0
- package/src/PredefinedConfig/Common/Fdc3Context.d.ts +6 -6
- package/src/PredefinedConfig/Common/Fdc3Context.js +6 -6
- package/src/PredefinedConfig/Common/Fdc3Intent.d.ts +4 -4
- package/src/PredefinedConfig/Common/Fdc3Intent.js +4 -4
- package/src/Redux/ActionsReducers/CommentsRedux.d.ts +8 -0
- package/src/Redux/ActionsReducers/CommentsRedux.js +10 -1
- package/src/Strategy/Fdc3Module.js +1 -1
- package/src/Utilities/Constants/GeneralConstants.d.ts +1 -0
- package/src/Utilities/Constants/GeneralConstants.js +3 -2
- package/src/Utilities/Defaults/DefaultAdaptableOptions.js +1 -0
- package/src/View/Components/FilterForm/ListBoxFilterForm.js +11 -2
- package/src/View/Export/ExportSelector.js +2 -2
- package/src/agGrid/Adaptable.js +7 -1
- package/src/components/icons/contact.d.ts +3 -0
- package/src/components/icons/contact.js +8 -0
- package/src/components/icons/index.js +10 -0
- package/src/components/icons/interactions.d.ts +3 -0
- package/src/components/icons/interactions.js +8 -0
- package/src/components/icons/money.d.ts +3 -0
- package/src/components/icons/money.js +8 -0
- package/src/components/icons/order.d.ts +3 -0
- package/src/components/icons/order.js +7 -0
- package/src/components/icons/organisation.d.ts +3 -0
- package/src/components/icons/organisation.js +8 -0
- package/src/metamodel/adaptable.metamodel.d.ts +90 -2
- package/src/metamodel/adaptable.metamodel.js +1 -1
- package/src/types.d.ts +2 -2
- package/themes/dark.css +2 -0
- package/themes/dark.css.map +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
package/src/types.d.ts
CHANGED
|
@@ -172,7 +172,7 @@ export type { ChartDefinition, ChartingState, ChartingAggFunc, } from './Predefi
|
|
|
172
172
|
export type { CustomSort, CustomSortState } from './PredefinedConfig/CustomSortState';
|
|
173
173
|
export type { DashboardState, DashboardTab, AdaptableCoordinate, } from './PredefinedConfig/DashboardState';
|
|
174
174
|
export type { ExportState, Report, ReportData, ReportSchedule, SystemReportName, SystemReportNames, ReportRowScope, ReportColumnScope, } from './PredefinedConfig/ExportState';
|
|
175
|
-
export type { ColumnFilter, ColumnFilterPredicate, SystemFilterPredicateIds, SystemFilterPredicateId, } from './PredefinedConfig/Common/ColumnFilter';
|
|
175
|
+
export type { ColumnFilter, ColumnFilterConfig, ColumnFilterPredicate, SystemFilterPredicateIds, SystemFilterPredicateId, } from './PredefinedConfig/Common/ColumnFilter';
|
|
176
176
|
export type { FormatColumn, FormatColumnState, FormatColumnRule, FormatColumnPredicate, SystemFormatColumnPredicateId, SystemFormatColumnPredicateIds, } from './PredefinedConfig/FormatColumnState';
|
|
177
177
|
export type { StyledColumn, StyledColumnState, PercentBarStyle, GradientStyle, CellColorRange, ColumnComparison, CellTextOptions, CellTextOption, NumericStyledColumn, RangeValueType, SparkLineStyle, BadgeStyle, BadgeStyleDefinition, BadgeStylePredicate, SystemBadgeStylePredicateId, SystemBadgeStylePredicateIds, } from './PredefinedConfig/StyledColumnState';
|
|
178
178
|
export type { FreeTextColumn, FreeTextColumnState, FreeTextStoredValue, FreeTextColumnSettings, } from './PredefinedConfig/FreeTextColumnState';
|
|
@@ -198,4 +198,4 @@ export type { ToolPanelState, AdaptableToolPanelDefinition, ToolPanelVisibilityM
|
|
|
198
198
|
export type { AdaptableFrameworkComponent, AngularFrameworkComponent, ReactFrameworkComponent, CustomRenderContext, } from './AdaptableOptions/AdaptableFrameworkComponent';
|
|
199
199
|
export type { Fdc3StandardContextType, Fdc3CustomContextType, InstrumentContext, InstrumentListContext, PositionContext, PortfolioContext, ContactContext, ContactListContext, CountryContext, OrganizationContext, Fdc3ContextType, Fdc3Context, ChartContextType, ChartContext, ChatInitSettingsContext, ChatInitSettingsContextType, ContactContextType, ContactListContextType, CurrencyContext, EmailContext, CountryContextType, CurrencyContextType, EmailContextType, InstrumentContextType, InstrumentListContextType, NothingContextType, OrganizationContextType, PortfolioContextType, PositionContextType, NothingContext, Fdc3CustomContext, ValuationContext, ValuationContextType, TimeRangeContextType, TimeRangeContext, } from './PredefinedConfig/Common/Fdc3Context';
|
|
200
200
|
export type { Fdc3IntentType, Fdc3StandardIntentType, Fdc3CustomIntentType, CompatibleContext, } from './PredefinedConfig/Common/Fdc3Intent';
|
|
201
|
-
export type { Fdc3Options, GridDataContextMapping, ActionColumnDefaultConfiguration, ResolveContextDataContext, RaiseIntentConfig, BroadcastConfig, HandleFdc3IntentContext, HandleFdc3Context, Fdc3ButtonContext, Fdc3AdaptableButton, HandleFdc3IntentResolutionContext, } from './AdaptableOptions/Fdc3Options';
|
|
201
|
+
export type { Fdc3Options, GridDataContextMapping, ActionColumnDefaultConfiguration, ResolveContextDataContext, RaiseIntentConfig, BroadcastConfig, HandleFdc3IntentContext, HandleFdc3Context, Fdc3ButtonContext, Fdc3AdaptableButton, HandleFdc3IntentResolutionContext, UIControlConfig, Fdc3IntentOptions, Fdc3ContextOptions, RaiseIntentConfiguration, BroadcastConfiguration, FDC3ActionColumn, } from './AdaptableOptions/Fdc3Options';
|
package/themes/dark.css
CHANGED
|
@@ -11,6 +11,8 @@ html.ab--theme-dark {
|
|
|
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
|
+
--ab-cmp-checkbox__border-color: var(--ab-color-text-on-primary);
|
|
15
|
+
--ab-cmp-checkbox--checked__border-color: var(--ab-color-accent);
|
|
14
16
|
}
|
|
15
17
|
html.ab--theme-dark input[type=number].ab-Input::-webkit-outer-spin-button,
|
|
16
18
|
html.ab--theme-dark input[type=number].ab-Input::-webkit-inner-spin-button {
|
package/themes/dark.css.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/themes/dark.scss","dark.css"],"names":[],"mappings":"AAAA;EACE,yCAAA;EACA,uBAAA;EAEA,6CAAA;EAEA,qCAAA;EACA,6CAAA;EAEA,2BAAA;EACA,gCAAA;EACA,+BAAA;EACA,mCAAA;EAQA,4BAAA;EACA,8DAAA;EAEA,wEAAA;
|
|
1
|
+
{"version":3,"sources":["../../src/themes/dark.scss","dark.css"],"names":[],"mappings":"AAAA;EACE,yCAAA;EACA,uBAAA;EAEA,6CAAA;EAEA,qCAAA;EACA,6CAAA;EAEA,2BAAA;EACA,gCAAA;EACA,+BAAA;EACA,mCAAA;EAQA,4BAAA;EACA,8DAAA;EAEA,wEAAA;EAEA,gEAAA;EACA,gEAAA;ACXF;ADaE;;EAEE,yTAAA;ACXJ","file":"dark.css"}
|
package/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: "16.0.
|
|
1
|
+
declare const _default: "16.0.5-canary.0";
|
|
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 = '16.0.
|
|
3
|
+
exports.default = '16.0.5-canary.0'; // PLEASE DONT UPDATE THIS!!! - will be updated at build time with the correct version
|