@datapos/datapos-shared 0.3.233 → 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.
@@ -1,17 +1,16 @@
1
- const E = ["createObject", "dropObject", "removeRecords", "upsertRecords"], C = ["findObject", "getRecord", "listNodes", "previewObject", "retrieveRecords"];
2
- function I() {
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 x() {
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.textContent), r.textContent = "values table goes here...", console.log(5555, r.textContent);
11
10
  }
12
11
  return { render: e };
13
12
  }
14
- const S = 0, w = (e) => e, N = () => Date.now(), D = {
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" } },
@@ -264,9 +263,9 @@ export {
264
263
  T as APIError,
265
264
  i as ApplicationError,
266
265
  E as CONNECTOR_DESTINATION_OPERATIONS,
267
- C as CONNECTOR_SOURCE_OPERATIONS,
266
+ I as CONNECTOR_SOURCE_OPERATIONS,
268
267
  l as DEFAULT_LOCALE_CODE,
269
- S as DefaultTimestamp,
268
+ x as DefaultTimestamp,
270
269
  v as EngineError,
271
270
  g as FetchError,
272
271
  O as OperationalError,
@@ -293,6 +292,6 @@ export {
293
292
  F as normalizeToError,
294
293
  D as presentationViewTypeMap,
295
294
  L as serialiseError,
296
- I as useCytoscapeJS,
297
- x as useDataTable
295
+ C as useCytoscapeJS,
296
+ S as useDataTable
298
297
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datapos/datapos-shared",
3
- "version": "0.3.233",
3
+ "version": "0.3.234",
4
4
  "description": "A TypeScript library containing common declarations and utilities used across other Data Positioning repositories.",
5
5
  "license": "MIT",
6
6
  "private": false,