@datapos/datapos-shared 0.3.233 → 0.3.235
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.
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
const E = ["createObject", "dropObject", "removeRecords", "upsertRecords"],
|
|
2
|
-
function
|
|
1
|
+
const E = ["createObject", "dropObject", "removeRecords", "upsertRecords"], I = ["findObject", "getRecord", "listNodes", "previewObject", "retrieveRecords"];
|
|
2
|
+
function C() {
|
|
3
3
|
function e(a, t, r) {
|
|
4
4
|
r.textContent = "Cytoscape.js diagram goes here...";
|
|
5
5
|
}
|
|
6
6
|
return { render: e };
|
|
7
7
|
}
|
|
8
|
-
function
|
|
8
|
+
function S() {
|
|
9
9
|
function e(a, t, r) {
|
|
10
|
-
console.log(1111, a), console.log(2222, t), console.log(3333, r), console.log(4444, r.
|
|
10
|
+
console.log(1111, a), console.log(2222, t), console.log(3333, r), console.log(4444, r.childNodes), console.log(5555, r.children);
|
|
11
11
|
}
|
|
12
12
|
return { render: e };
|
|
13
13
|
}
|
|
14
|
-
const
|
|
14
|
+
const x = 0, w = (e) => e, N = () => Date.now(), D = {
|
|
15
15
|
cartesianChart_areaLine: { categoryId: "cartesianChart", typeId: "areaLine", label: { "en-gb": "Area Line" } },
|
|
16
16
|
cartesianChart_areaSpline: { categoryId: "cartesianChart", typeId: "areaSpline", label: { "en-gb": "Area Spline" } },
|
|
17
17
|
cartesianChart_bar: { categoryId: "cartesianChart", typeId: "bar", label: { "en-gb": "Bar" } },
|
|
@@ -264,9 +264,9 @@ export {
|
|
|
264
264
|
T as APIError,
|
|
265
265
|
i as ApplicationError,
|
|
266
266
|
E as CONNECTOR_DESTINATION_OPERATIONS,
|
|
267
|
-
|
|
267
|
+
I as CONNECTOR_SOURCE_OPERATIONS,
|
|
268
268
|
l as DEFAULT_LOCALE_CODE,
|
|
269
|
-
|
|
269
|
+
x as DefaultTimestamp,
|
|
270
270
|
v as EngineError,
|
|
271
271
|
g as FetchError,
|
|
272
272
|
O as OperationalError,
|
|
@@ -293,6 +293,6 @@ export {
|
|
|
293
293
|
F as normalizeToError,
|
|
294
294
|
D as presentationViewTypeMap,
|
|
295
295
|
L as serialiseError,
|
|
296
|
-
|
|
297
|
-
|
|
296
|
+
C as useCytoscapeJS,
|
|
297
|
+
S as useDataTable
|
|
298
298
|
};
|
package/package.json
CHANGED