@adaptabletools/adaptable 11.1.0 → 11.1.1-canary.2
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/LICENSE.md +5 -5
- package/agGrid.d.ts +2 -2
- package/base.css +4 -6
- package/bundle.cjs.js +67 -67
- package/index.css +4 -6
- package/package.json +1 -1
- package/publishTimestamp.d.ts +1 -1
- package/publishTimestamp.js +1 -1
- package/src/AdaptableInterfaces/IAdaptable.d.ts +2 -2
- package/src/AdaptableOptions/AlertOptions.d.ts +2 -2
- package/src/AdaptableOptions/DataChangeHistoryOptions.d.ts +2 -2
- package/src/AdaptableOptions/EditOptions.d.ts +2 -2
- package/src/AdaptableOptions/UserInterfaceOptions.d.ts +8 -12
- package/src/Api/AlertApi.d.ts +3 -5
- package/src/Api/DataChangeHistoryApi.d.ts +3 -3
- package/src/Api/Events/CellChanged.d.ts +2 -2
- package/src/Api/ExportApi.d.ts +3 -3
- package/src/Api/FreeTextColumnApi.d.ts +3 -3
- package/src/Api/GridApi.d.ts +4 -4
- package/src/Api/Implementation/AlertApiImpl.d.ts +3 -3
- package/src/Api/Implementation/AlertApiImpl.js +20 -20
- package/src/Api/Implementation/DataChangeHistoryApiImpl.d.ts +3 -3
- package/src/Api/Implementation/EventApiImpl.js +1 -1
- package/src/Api/Implementation/ExportApiImpl.d.ts +2 -2
- package/src/Api/Implementation/ExportApiImpl.js +7 -8
- package/src/Api/Implementation/FreeTextColumnApiImpl.d.ts +2 -2
- package/src/Api/Implementation/FreeTextColumnApiImpl.js +7 -7
- package/src/Api/Implementation/GridApiImpl.d.ts +3 -3
- package/src/Api/Implementation/GridApiImpl.js +5 -5
- package/src/Api/Implementation/InternalApiImpl.d.ts +2 -2
- package/src/Api/Implementation/InternalApiImpl.js +6 -6
- package/src/Api/Implementation/UserInterfaceApiImpl.js +3 -1
- package/src/Api/InternalApi.d.ts +2 -2
- package/src/PredefinedConfig/Common/AdaptableAlert.d.ts +2 -2
- package/src/PredefinedConfig/Common/AdaptableFlashingCell.d.ts +2 -2
- package/src/PredefinedConfig/Common/{DataChangedInfo.d.ts → CellDataChangedInfo.d.ts} +1 -5
- package/src/PredefinedConfig/Common/{DataChangedInfo.js → CellDataChangedInfo.js} +0 -0
- package/src/PredefinedConfig/Common/DataChangedScope.d.ts +4 -0
- package/src/PredefinedConfig/Common/DataChangedScope.js +2 -0
- package/src/PredefinedConfig/SystemState.d.ts +2 -2
- package/src/Redux/ActionsReducers/GridRedux.d.ts +5 -5
- package/src/Redux/ActionsReducers/SystemRedux.d.ts +5 -5
- package/src/Redux/ActionsReducers/SystemRedux.js +5 -5
- package/src/Redux/Store/AdaptableStore.js +15 -15
- package/src/Strategy/AlertModule.js +12 -10
- package/src/Strategy/BulkUpdateModule.js +2 -2
- package/src/Strategy/DataChangeHistoryModule.js +8 -6
- package/src/Strategy/FlashingCellModule.d.ts +2 -2
- package/src/Strategy/FlashingCellModule.js +21 -15
- package/src/Strategy/FormatColumnModule.js +4 -2
- package/src/Utilities/Emitter.d.ts +1 -1
- package/src/Utilities/Emitter.js +6 -3
- package/src/Utilities/ExpressionFunctions/aggregatedBooleanExpressionFunctions.d.ts +1 -1
- package/src/Utilities/ExpressionFunctions/expressionFunctionUtils.d.ts +2 -2
- package/src/Utilities/ExpressionFunctions/expressionFunctionUtils.js +1 -1
- package/src/Utilities/ExpressionFunctions/observableExpressionFunctions.d.ts +1 -1
- package/src/Utilities/ObjectFactory.d.ts +2 -2
- package/src/Utilities/ObjectFactory.js +2 -2
- package/src/Utilities/Services/CalculatedColumnExpressionService.js +3 -3
- package/src/Utilities/Services/DataService.d.ts +5 -5
- package/src/Utilities/Services/DataService.js +12 -10
- package/src/Utilities/Services/Interface/IAlertService.d.ts +2 -2
- package/src/Utilities/Services/Interface/IDataService.d.ts +6 -6
- package/src/Utilities/Services/Interface/IQueryLanguageService.d.ts +3 -3
- package/src/Utilities/Services/Interface/IValidationService.d.ts +4 -4
- package/src/Utilities/Services/QueryLanguageService.d.ts +3 -3
- package/src/Utilities/Services/ValidationService.d.ts +4 -4
- package/src/Utilities/Services/ValidationService.js +17 -17
- package/src/View/DataChangeHistory/DataChangeHistoryGrid.d.ts +2 -2
- package/src/View/DataChangeHistory/DataChangeHistoryPopup.d.ts +2 -2
- package/src/agGrid/ActionColumnRenderer.d.ts +1 -6
- package/src/agGrid/ActionColumnRenderer.js +50 -59
- package/src/agGrid/Adaptable.d.ts +3 -2
- package/src/agGrid/Adaptable.js +54 -49
- package/src/metamodel/adaptable.metamodel.d.ts +34 -34
- package/src/metamodel/adaptable.metamodel.js +73 -73
- package/src/types.d.ts +7 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
package/LICENSE.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
End User Licence Agreement
|
|
2
|
-
This End User Licence Agreement (“Licence”) is a legal agreement between you the client (“Client” or “you”), and Traders Tools Limited (“TTL”) relating to the use of TTL’s Adaptable
|
|
2
|
+
This End User Licence Agreement (“Licence”) is a legal agreement between you the client (“Client” or “you”), and Traders Tools Limited (“TTL”) relating to the use of TTL’s Adaptable software Adaptable.NET (for use in WPF and WinForms applications) or Adaptable.JS (for use in HTML5 applications) (together, the “Software”).
|
|
3
3
|
|
|
4
4
|
By accepting the terms of this Licence or downloading, installing, copying, or otherwise using the Software, you represent and warrant that you are an authorized representative of Client and have the authority to bind Client to the terms of this Licence.
|
|
5
5
|
If you do not accept the terms of this Licence, you must not download, install, copy, or otherwise use the Software and TTL will not grant a licence of the Software to you. In such an event, please contact the TTL as soon as possible to obtain a refund of any amounts paid for the Software.
|
|
@@ -10,7 +10,7 @@ TTL provides the following:
|
|
|
10
10
|
|
|
11
11
|
• User Licence: you may only use the Software in a production environment if you have executed a Sales Order with TTL and paid the applicable annual licence fees.
|
|
12
12
|
|
|
13
|
-
• Support: The annual user licence fee includes extensive online help to support users and client support teams working with them. In addition, the annual user licence fee includes unlimited support for the first month after the contract period has started, and up to a further 20 queries per year to Adaptable support team. Additional support, over and above these levels, can be provided if required but will attract an additional fee. Support services will be supplied under and subject to the terms and conditions of TTL’s Support Schedule for the time being in force..
|
|
13
|
+
• Support: The annual user licence fee includes extensive online help to support users and client support teams working with them. In addition, the annual user licence fee includes unlimited support for the first month after the contract period has started, and up to a further 20 queries per year to Adaptable Tools support team. Additional support, over and above these levels, can be provided if required but will attract an additional fee. Support services will be supplied under and subject to the terms and conditions of TTL’s Support Schedule for the time being in force..
|
|
14
14
|
|
|
15
15
|
1. LICENCE
|
|
16
16
|
|
|
@@ -18,7 +18,7 @@ TTL provides the following:
|
|
|
18
18
|
|
|
19
19
|
1.2 User Licence: In consideration of Client paying the applicable annual licence fees to TTL and agreeing to and complying with the terms of this Licence TTL hereby grants to Client, for the user licence term as set out in the Sales Order, a non-exclusive, non-transferable licence to use the object code version of the Software at the Client’s site(s) set out in the Sales Order.
|
|
20
20
|
|
|
21
|
-
1.3 The annual licence fee includes unlimited use of both versions of the Software. However, the annual licence fee does not include
|
|
21
|
+
1.3 The annual licence fee includes unlimited use of both versions of the Software. However, the annual licence fee does not include the AG Grid licence which will need to be purchased separately from AG Grid.
|
|
22
22
|
|
|
23
23
|
1.4 The user licence shall be effective upon its first installation or use of the Software, and shall continue for the licence term set out in the Sales Order subject to termination under clause 14.1.
|
|
24
24
|
|
|
@@ -82,7 +82,7 @@ TTL provides the following:
|
|
|
82
82
|
|
|
83
83
|
5. THIRD PARTY SOFTWARE
|
|
84
84
|
|
|
85
|
-
5.1 Save as set out in clause 22, no third party software shall be deemed to be incorporated within the Software for the purposes of this Licence (except where expressly provided to the contrary in the Sales Order) and use of
|
|
85
|
+
5.1 Save as set out in clause 22, no third party software shall be deemed to be incorporated within the Software for the purposes of this Licence (except where expressly provided to the contrary in the Sales Order) and use of AG Grid software shall be subject to AG Grid’s end user licence terms.
|
|
86
86
|
|
|
87
87
|
5.2 Client shall indemnify and hold TTL harmless against any liabilities, costs, damages and losses which TTL may suffer or incur as a result of any unauthorised use by Client of any third party software or any breach by Client of any third party end user licence terms howsoever arising. TTL may treat any such unauthorised use or breach as a breach of this Licence.
|
|
88
88
|
|
|
@@ -256,7 +256,7 @@ TTL provides the following:
|
|
|
256
256
|
|
|
257
257
|
22.1.4 Telerik - the EULA for Telerik Keno professional products can be found here: http://www.telerik.com/purchase/license-agreement/kendo-ui-professional
|
|
258
258
|
|
|
259
|
-
22.1.5
|
|
259
|
+
22.1.5 AG Grid – Licencing details can be found here: https://www.ag-grid.com/license-pricing.php
|
|
260
260
|
|
|
261
261
|
22.1.6 OpenFin (Hypergrid) – Licencing details can be found here: https://raw.githubusercontent.com/openfin/fin-hypergrid/master/LICENSE
|
|
262
262
|
|
package/agGrid.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ export default Adaptable;
|
|
|
5
5
|
export declare const AdaptableNoCodeWizard: typeof import("./src/agGrid/Adaptable").AdaptableNoCodeWizard;
|
|
6
6
|
export declare const AdaptableBooleanExpressionFunctions: Record<import("./src/Utilities/ExpressionFunctions/booleanExpressionFunctions").BooleanFunctionName, import("./types").ExpressionFunction>;
|
|
7
7
|
export declare const AdaptableScalarExpressionFunctions: Record<import("./src/Utilities/ExpressionFunctions/scalarExpressionFunctions").ScalarFunctionName, import("./types").ExpressionFunction>;
|
|
8
|
-
export declare const AdaptableObservableExpressionFunctions: Record<"
|
|
9
|
-
export declare const AdaptableAggregatedBooleanExpressionFunctions: Record<"
|
|
8
|
+
export declare const AdaptableObservableExpressionFunctions: Record<import("./src/Utilities/ExpressionFunctions/observableExpressionFunctions").ObservableFunctionName, import("./types").ExpressionFunction>;
|
|
9
|
+
export declare const AdaptableAggregatedBooleanExpressionFunctions: Record<import("./src/Utilities/ExpressionFunctions/aggregatedBooleanExpressionFunctions").AggregationFunctionName, import("./types").ExpressionFunction>;
|
|
10
10
|
export declare const AdaptableAggregatedScalarExpressionFunctions: Record<import("./src/Utilities/ExpressionFunctions/aggregatedScalarExpressionFunctions").AggregatedScalarFunctionName, import("./types").ExpressionFunction>;
|
|
11
11
|
export { AdaptableNumberEditor, AdaptableDateEditor, AdaptableWizardView };
|
package/base.css
CHANGED
|
@@ -2813,13 +2813,11 @@ html.ab--theme-dark .ab-ListBoxFilterForm--aggrid-style {
|
|
|
2813
2813
|
height: 100%;
|
|
2814
2814
|
width: 100%; }
|
|
2815
2815
|
.ab-ActionColumn {
|
|
2816
|
-
|
|
2817
|
-
|
|
2816
|
+
height: 100%;
|
|
2817
|
+
display: flex;
|
|
2818
|
+
column-gap: var(--ab-space-1); }
|
|
2818
2819
|
.ab-ActionColumn > button.ab-SimpleButton {
|
|
2819
|
-
height: 100%;
|
|
2820
|
-
position: absolute;
|
|
2821
|
-
top: 0;
|
|
2822
|
-
left: 0; }
|
|
2820
|
+
height: 100%; }
|
|
2823
2821
|
.Toastify__toast-container {
|
|
2824
2822
|
border-style: none;
|
|
2825
2823
|
border-width: 0px; }
|