@adaptabletools/adaptable-plugin-openfin 18.0.0-canary.30 → 18.0.0-canary.32

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adaptabletools/adaptable-plugin-openfin",
3
- "version": "18.0.0-canary.30",
3
+ "version": "18.0.0-canary.32",
4
4
  "description": "",
5
5
  "homepage": "http://www.adaptabletools.com/",
6
6
  "author": {
@@ -18,7 +18,7 @@
18
18
  "redux": "4.0.5",
19
19
  "styled-components": "^4.4.1",
20
20
  "tslib": "^2.3.0",
21
- "@adaptabletools/adaptable": "18.0.0-canary.30"
21
+ "@adaptabletools/adaptable": "18.0.0-canary.32"
22
22
  },
23
23
  "type": "module",
24
24
  "module": "src/index.js"
@@ -293,7 +293,7 @@ export class OpenFinModule extends AdaptableModuleBase {
293
293
  }
294
294
  if (pluginOptions.onValidationFailureInExcel === 'show-notification' ||
295
295
  pluginOptions.onValidationFailureInExcel === 'show-undo-notification') {
296
- const textPredicate = this.adaptable.api.scopeApi.getScopeDescription(failedValidationRules[0].Scope) +
296
+ const textPredicate = this.adaptable.api.columnScopeApi.getScopeDescription(failedValidationRules[0].Scope) +
297
297
  ' ' +
298
298
  ((_a = failedValidationRules[0].Rule) === null || _a === void 0 ? void 0 : _a.Predicates.map((predicate) => this.adaptable.api.predicateApi.predicateToString(predicate)).join(' AND '));
299
299
  const info = Object.assign({}, dataChangedInfos[0]);