@adaptabletools/adaptable-cjs 21.1.0-canary.0 → 21.1.0-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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adaptabletools/adaptable-cjs",
3
- "version": "21.1.0-canary.0",
3
+ "version": "21.1.0-canary.2",
4
4
  "description": "Powerful data-agnostic HTML5 AG Grid extension which provides advanced, cutting-edge functionality to meet all DataGrid requirements",
5
5
  "keywords": [
6
6
  "web-components",
@@ -128,7 +128,7 @@ class ModuleService {
128
128
  case 'Comment':
129
129
  return learnUrl + 'handbook-comments';
130
130
  case 'CustomSort':
131
- return learnUrl + 'handbook-sorting-custom';
131
+ return learnUrl + 'handbook-custom-sorting';
132
132
  case 'Dashboard':
133
133
  return learnUrl + 'ui-dashboard';
134
134
  case 'DataChangeHistory':
@@ -5,7 +5,7 @@ const tslib_1 = require("tslib");
5
5
  const React = tslib_1.__importStar(require("react"));
6
6
  const InfiniteTable_1 = require("../../InfiniteTable");
7
7
  const rebass_1 = require("rebass");
8
- const join_1 = tslib_1.__importDefault(require("../../../../../adaptable-react-aggrid/src/utils/join"));
8
+ const join_1 = tslib_1.__importDefault(require("../../utils/join"));
9
9
  const columns = {
10
10
  label: {
11
11
  field: 'label',
package/src/env.js CHANGED
@@ -2,6 +2,6 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.default = {
4
4
  NEXT_PUBLIC_INFINITE_TABLE_LICENSE_KEY: "StartDate=2021-06-29|EndDate=2030-01-01|Owner=Adaptable|Type=distribution|TS=1624971462479|C=137829811,1004007071,2756196225,1839832928,3994409405,636616862" || '',
5
- PUBLISH_TIMESTAMP: 1762955203347 || Date.now(),
6
- VERSION: "21.1.0-canary.0" || '--current-version--',
5
+ PUBLISH_TIMESTAMP: 1763392658235 || Date.now(),
6
+ VERSION: "21.1.0-canary.2" || '--current-version--',
7
7
  };
@@ -4813,6 +4813,12 @@ export declare const ADAPTABLE_METAMODEL: {
4813
4813
  desc: string;
4814
4814
  isOpt: boolean;
4815
4815
  ref?: undefined;
4816
+ } | {
4817
+ name: string;
4818
+ kind: string;
4819
+ desc: string;
4820
+ isOpt: boolean;
4821
+ ref: string;
4816
4822
  })[];
4817
4823
  };
4818
4824
  PredicateDefInput: {