@adaptabletools/adaptable 13.0.9 → 13.0.10

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",
3
- "version": "13.0.9",
3
+ "version": "13.0.10",
4
4
  "description": "Powerful data-agnostic HTML5 datagrid add-on that sits on top of an underlying grid component and provides all the rich functionality that advanced users expect from their DataGrids and Data Tables",
5
5
  "keywords": [
6
6
  "web-components",
@@ -1,2 +1,2 @@
1
- declare const _default: 1667915288467;
1
+ declare const _default: 1668498113131;
2
2
  export default _default;
@@ -1,3 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.default = 1667915288467;
3
+ exports.default = 1668498113131;
@@ -45,6 +45,12 @@ export interface FinancePluginOptions {
45
45
  * @deprecated - use Weighted Average Layout Aggregation
46
46
  */
47
47
  weightedAverageColumns?: WeightedAverageColumn[];
48
+ /**
49
+ * Whether `FDC3MessageSent` Adaptable events should be automatically passed to the FDC3 API (either by `fdc3.raiseIntent(...)` or `fdc3.broadcast()...`
50
+ *
51
+ * @defaultValue TRUE
52
+ */
53
+ handleFDC3AdaptableMessages?: boolean;
48
54
  /**
49
55
  * Called when an intent from `availableIntents` is raised.
50
56
  */
@@ -2946,13 +2946,21 @@ export declare const ADAPTABLE_METAMODEL: {
2946
2946
  name: string;
2947
2947
  kind: string;
2948
2948
  description: string;
2949
- properties: {
2949
+ properties: ({
2950
2950
  name: string;
2951
2951
  kind: string;
2952
2952
  description: string;
2953
2953
  uiLabel: string;
2954
2954
  isOptional: boolean;
2955
- }[];
2955
+ defaultValue?: undefined;
2956
+ } | {
2957
+ name: string;
2958
+ kind: string;
2959
+ description: string;
2960
+ uiLabel: string;
2961
+ isOptional: boolean;
2962
+ defaultValue: string;
2963
+ })[];
2956
2964
  };
2957
2965
  FinsembleApi: {
2958
2966
  name: string;