@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 +9 -9
- package/dist/index.es6.js.map +1 -1
- package/dist/index.js +6 -8
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/package.json +13 -13
- package/src/__package__.ts +2 -2
- package/types/__package__.d.ts +2 -2
- package/types/__package__.d.ts.map +1 -1
- package/types-3.4/__package__.d.ts +2 -2
package/dist/index.es6.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { Utility as Utility$1, HTMLWidget,
|
|
2
|
-
import { ChartPanel,
|
|
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,
|
|
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.
|
|
9
|
-
var BUILD_VERSION = "2.105.
|
|
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
|
-
|
|
1044
|
-
deserializeFromObject: deserializeFromObject,
|
|
1045
|
-
deserialize: deserialize,
|
|
1043
|
+
clone: clone,
|
|
1046
1044
|
create: create,
|
|
1047
|
-
|
|
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 };
|