@datapos/datapos-shared 0.3.232 → 0.3.234
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.
|
@@ -5,13 +5,12 @@ function C() {
|
|
|
5
5
|
}
|
|
6
6
|
return { render: e };
|
|
7
7
|
}
|
|
8
|
-
function
|
|
8
|
+
function S() {
|
|
9
9
|
function e(a, t, r) {
|
|
10
|
-
r.textContent = "values table goes here...";
|
|
11
10
|
}
|
|
12
11
|
return { render: e };
|
|
13
12
|
}
|
|
14
|
-
const
|
|
13
|
+
const x = 0, w = (e) => e, N = () => Date.now(), D = {
|
|
15
14
|
cartesianChart_areaLine: { categoryId: "cartesianChart", typeId: "areaLine", label: { "en-gb": "Area Line" } },
|
|
16
15
|
cartesianChart_areaSpline: { categoryId: "cartesianChart", typeId: "areaSpline", label: { "en-gb": "Area Spline" } },
|
|
17
16
|
cartesianChart_bar: { categoryId: "cartesianChart", typeId: "bar", label: { "en-gb": "Bar" } },
|
|
@@ -266,7 +265,7 @@ export {
|
|
|
266
265
|
E as CONNECTOR_DESTINATION_OPERATIONS,
|
|
267
266
|
I as CONNECTOR_SOURCE_OPERATIONS,
|
|
268
267
|
l as DEFAULT_LOCALE_CODE,
|
|
269
|
-
|
|
268
|
+
x as DefaultTimestamp,
|
|
270
269
|
v as EngineError,
|
|
271
270
|
g as FetchError,
|
|
272
271
|
O as OperationalError,
|
|
@@ -294,5 +293,5 @@ export {
|
|
|
294
293
|
D as presentationViewTypeMap,
|
|
295
294
|
L as serialiseError,
|
|
296
295
|
C as useCytoscapeJS,
|
|
297
|
-
|
|
296
|
+
S as useDataTable
|
|
298
297
|
};
|
package/package.json
CHANGED