@hpcc-js/composite 2.7.26 → 2.7.28

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/dist/index.es6.js CHANGED
@@ -1,12 +1,12 @@
1
- import { Utility as Utility$1, HTMLWidget, map, select, Text, Platform } from '@hpcc-js/common';
2
- import { ChartPanel, Border, Toolbar } from '@hpcc-js/layout';
1
+ import { Utility as Utility$1, map, HTMLWidget, Text, select, Platform } from '@hpcc-js/common';
2
+ import { ChartPanel, Toolbar, Border } from '@hpcc-js/layout';
3
3
  import { INDChart, IGraph } from '@hpcc-js/api';
4
4
  import { OnOff, Button, Input, Select } from '@hpcc-js/form';
5
- import { PropertyEditor, Html, Legend, Persist as Persist$1 } from '@hpcc-js/other';
5
+ import { PropertyEditor, Legend, Html, Persist as Persist$1 } from '@hpcc-js/other';
6
6
 
7
7
  var PKG_NAME = "@hpcc-js/composite";
8
- var PKG_VERSION = "2.7.26";
9
- var BUILD_VERSION = "2.105.8";
8
+ var PKG_VERSION = "2.7.28";
9
+ var BUILD_VERSION = "2.105.12";
10
10
 
11
11
  /******************************************************************************
12
12
  Copyright (c) Microsoft Corporation.
@@ -1040,11 +1040,11 @@ function clone(widget) {
1040
1040
 
1041
1041
  var Persist = /*#__PURE__*/Object.freeze({
1042
1042
  __proto__: null,
1043
- retrofit_114_serialization: retrofit_114_serialization,
1044
- deserializeFromObject: deserializeFromObject,
1045
- deserialize: deserialize,
1043
+ clone: clone,
1046
1044
  create: create,
1047
- clone: clone
1045
+ deserialize: deserialize,
1046
+ deserializeFromObject: deserializeFromObject,
1047
+ retrofit_114_serialization: retrofit_114_serialization
1048
1048
  });
1049
1049
 
1050
1050
  export { BUILD_VERSION, Dermatology, MegaChart, MultiChart, MultiChartPanel, PKG_NAME, PKG_VERSION, Persist, Utility };