@datapos/datapos-shared 0.3.232 → 0.3.233
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,5 +1,5 @@
|
|
|
1
|
-
const E = ["createObject", "dropObject", "removeRecords", "upsertRecords"],
|
|
2
|
-
function
|
|
1
|
+
const E = ["createObject", "dropObject", "removeRecords", "upsertRecords"], C = ["findObject", "getRecord", "listNodes", "previewObject", "retrieveRecords"];
|
|
2
|
+
function I() {
|
|
3
3
|
function e(a, t, r) {
|
|
4
4
|
r.textContent = "Cytoscape.js diagram goes here...";
|
|
5
5
|
}
|
|
@@ -7,7 +7,7 @@ function C() {
|
|
|
7
7
|
}
|
|
8
8
|
function x() {
|
|
9
9
|
function e(a, t, r) {
|
|
10
|
-
r.textContent = "values table goes here...";
|
|
10
|
+
console.log(1111, a), console.log(2222, t), console.log(3333, r), console.log(4444, r.textContent), r.textContent = "values table goes here...", console.log(5555, r.textContent);
|
|
11
11
|
}
|
|
12
12
|
return { render: e };
|
|
13
13
|
}
|
|
@@ -264,7 +264,7 @@ export {
|
|
|
264
264
|
T as APIError,
|
|
265
265
|
i as ApplicationError,
|
|
266
266
|
E as CONNECTOR_DESTINATION_OPERATIONS,
|
|
267
|
-
|
|
267
|
+
C as CONNECTOR_SOURCE_OPERATIONS,
|
|
268
268
|
l as DEFAULT_LOCALE_CODE,
|
|
269
269
|
S as DefaultTimestamp,
|
|
270
270
|
v as EngineError,
|
|
@@ -293,6 +293,6 @@ export {
|
|
|
293
293
|
F as normalizeToError,
|
|
294
294
|
D as presentationViewTypeMap,
|
|
295
295
|
L as serialiseError,
|
|
296
|
-
|
|
296
|
+
I as useCytoscapeJS,
|
|
297
297
|
x as useDataTable
|
|
298
298
|
};
|
package/package.json
CHANGED