@datapos/datapos-shared 0.3.235 → 0.3.237
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,125 +1,103 @@
|
|
|
1
|
-
const
|
|
2
|
-
function
|
|
3
|
-
function e(
|
|
1
|
+
const x = ["createObject", "dropObject", "removeRecords", "upsertRecords"], N = ["findObject", "getRecord", "listNodes", "previewObject", "retrieveRecords"];
|
|
2
|
+
function w() {
|
|
3
|
+
function e(t, n, r) {
|
|
4
4
|
r.textContent = "Cytoscape.js diagram goes here...";
|
|
5
5
|
}
|
|
6
6
|
return { render: e };
|
|
7
7
|
}
|
|
8
8
|
function S() {
|
|
9
|
-
function e(
|
|
10
|
-
console.log(1111,
|
|
9
|
+
function e(t, n, r) {
|
|
10
|
+
console.log(1111, t), console.log(2222, n), 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
|
|
15
|
-
cartesianChart_areaLine: { categoryId: "cartesianChart", typeId: "areaLine", label: { "en-gb": "Area Line" } },
|
|
16
|
-
cartesianChart_areaSpline: { categoryId: "cartesianChart", typeId: "areaSpline", label: { "en-gb": "Area Spline" } },
|
|
17
|
-
cartesianChart_bar: { categoryId: "cartesianChart", typeId: "bar", label: { "en-gb": "Bar" } },
|
|
18
|
-
cartesianChart_column: { categoryId: "cartesianChart", typeId: "column", label: { "en-gb": "Column" } },
|
|
19
|
-
cartesianChart_line: { categoryId: "cartesianChart", typeId: "line", label: { "en-gb": "Line" } },
|
|
20
|
-
cartesianChart_pyramid: { categoryId: "cartesianChart", typeId: "pyramid", label: { "en-gb": "Pyramid" } },
|
|
21
|
-
cartesianChart_spline: { categoryId: "cartesianChart", typeId: "spline", label: { "en-gb": "Spline" } },
|
|
22
|
-
chordDiagram: { categoryId: "chordDiagram", label: { "en-gb": "Chord Diagram" } },
|
|
23
|
-
periodFlowBoundariesChart: { categoryId: "periodFlowBoundariesChart", label: { "en-gb": "Period Flow & Boundaries" } },
|
|
24
|
-
polarChart_areaLine: { categoryId: "polarChart", typeId: "areaLine", label: { "en-gb": "Radar (Area Line)" } },
|
|
25
|
-
polarChart_areaSpline: { categoryId: "polarChart", typeId: "areaSpline", label: { "en-gb": "Radar (Area Spline)" } },
|
|
26
|
-
polarChart_column: { categoryId: "polarChart", typeId: "column", label: { "en-gb": "Radar (Column)" } },
|
|
27
|
-
polarChart_line: { categoryId: "polarChart", typeId: "line", label: { "en-gb": "Radar (Line)" } },
|
|
28
|
-
polarChart_spline: { categoryId: "polarChart", typeId: "spline", label: { "en-gb": "Radar (Spline)" } },
|
|
29
|
-
rangeChart_areaLine: { categoryId: "rangeChart", typeId: "areaLine", label: { "en-gb": "Range (Area Line)" } },
|
|
30
|
-
rangeChart_areaSpline: { categoryId: "rangeChart", typeId: "areaSpline", label: { "en-gb": "Range (Area Spline)" } },
|
|
31
|
-
rangeChart_bar: { categoryId: "rangeChart", typeId: "bar", label: { "en-gb": "Range (Bar)" } },
|
|
32
|
-
rangeChart_column: { categoryId: "rangeChart", typeId: "column", label: { "en-gb": "Range (Column)" } },
|
|
33
|
-
sankeyDiagram: { categoryId: "sankeyDiagram", label: { "en-gb": "Sankey Diagram" } },
|
|
34
|
-
streamGraph: { categoryId: "streamGraph", label: { "en-gb": "Streamgraph" } },
|
|
35
|
-
valueTable: { categoryId: "valueTable", label: { "en-gb": "Values" } }
|
|
36
|
-
};
|
|
14
|
+
const T = 0, y = (e) => e, D = () => Date.now();
|
|
37
15
|
class u extends Error {
|
|
38
16
|
locator;
|
|
39
|
-
constructor(
|
|
40
|
-
super(
|
|
17
|
+
constructor(t, n, r) {
|
|
18
|
+
super(t, r), this.name = "DataPosError", this.locator = n, Error.captureStackTrace?.(this, new.target);
|
|
41
19
|
}
|
|
42
20
|
}
|
|
43
|
-
class
|
|
44
|
-
constructor(
|
|
45
|
-
super(
|
|
21
|
+
class l extends u {
|
|
22
|
+
constructor(t, n, r) {
|
|
23
|
+
super(t, n, r), this.name = "ApplicationError";
|
|
46
24
|
}
|
|
47
25
|
}
|
|
48
|
-
class
|
|
49
|
-
constructor(
|
|
50
|
-
super(
|
|
26
|
+
class v extends l {
|
|
27
|
+
constructor(t, n, r) {
|
|
28
|
+
super(t, n, r), this.name = "APIError";
|
|
51
29
|
}
|
|
52
30
|
}
|
|
53
|
-
class
|
|
54
|
-
constructor(
|
|
55
|
-
super(
|
|
31
|
+
class O extends l {
|
|
32
|
+
constructor(t, n, r) {
|
|
33
|
+
super(t, n, r), this.name = "EngineError";
|
|
56
34
|
}
|
|
57
35
|
}
|
|
58
|
-
class
|
|
36
|
+
class m extends l {
|
|
59
37
|
body;
|
|
60
|
-
constructor(
|
|
61
|
-
super(
|
|
38
|
+
constructor(t, n, r, o) {
|
|
39
|
+
super(t, n, o), this.name = "FetchError", this.body = r;
|
|
62
40
|
}
|
|
63
41
|
}
|
|
64
|
-
class
|
|
42
|
+
class g extends l {
|
|
65
43
|
componentName;
|
|
66
44
|
info;
|
|
67
|
-
constructor(
|
|
68
|
-
super(
|
|
45
|
+
constructor(t, n, r, o, s) {
|
|
46
|
+
super(t, n, s), this.name = "VueHandledError", this.info = r, this.componentName = o;
|
|
69
47
|
}
|
|
70
48
|
}
|
|
71
|
-
class
|
|
72
|
-
constructor(
|
|
73
|
-
super(
|
|
49
|
+
class $ extends l {
|
|
50
|
+
constructor(t, n, r) {
|
|
51
|
+
super(t, n, r), this.name = "WindowHandledRuntimeError";
|
|
74
52
|
}
|
|
75
53
|
}
|
|
76
|
-
class
|
|
77
|
-
constructor(
|
|
78
|
-
super(
|
|
54
|
+
class I extends l {
|
|
55
|
+
constructor(t, n, r) {
|
|
56
|
+
super(t, n, r), this.name = "WindowHandledPromiseRejectionError";
|
|
79
57
|
}
|
|
80
58
|
}
|
|
81
|
-
class
|
|
82
|
-
constructor(
|
|
83
|
-
super(
|
|
59
|
+
class A extends u {
|
|
60
|
+
constructor(t, n, r) {
|
|
61
|
+
super(t, n, r), this.name = "OperationalError";
|
|
84
62
|
}
|
|
85
63
|
}
|
|
86
|
-
async function
|
|
87
|
-
const r = `${
|
|
88
|
-
return new
|
|
64
|
+
async function C(e, t, n) {
|
|
65
|
+
const r = `${t} Response status '${e.status}${e.statusText ? ` - ${e.statusText}` : ""}' received.`, o = await e.text();
|
|
66
|
+
return new m(r, n, o);
|
|
89
67
|
}
|
|
90
|
-
function
|
|
91
|
-
return e.map((
|
|
68
|
+
function F(e) {
|
|
69
|
+
return e.map((t) => t.message).join(" ");
|
|
92
70
|
}
|
|
93
|
-
function
|
|
71
|
+
function R(e, t = "Unknown error.") {
|
|
94
72
|
if (e instanceof Error) return e;
|
|
95
73
|
if (typeof e == "string") return new Error(e);
|
|
96
74
|
try {
|
|
97
|
-
return new Error(JSON.stringify(e ??
|
|
75
|
+
return new Error(JSON.stringify(e ?? t));
|
|
98
76
|
} catch {
|
|
99
|
-
return new Error(
|
|
77
|
+
return new Error(t);
|
|
100
78
|
}
|
|
101
79
|
}
|
|
102
|
-
function
|
|
103
|
-
const
|
|
80
|
+
function k(e) {
|
|
81
|
+
const t = /* @__PURE__ */ new Set(), n = [];
|
|
104
82
|
let r = e;
|
|
105
|
-
for (; r && !
|
|
106
|
-
|
|
107
|
-
let
|
|
108
|
-
if (r instanceof
|
|
109
|
-
|
|
110
|
-
else if (r instanceof
|
|
111
|
-
|
|
83
|
+
for (; r && !t.has(r); ) {
|
|
84
|
+
t.add(r);
|
|
85
|
+
let o;
|
|
86
|
+
if (r instanceof m)
|
|
87
|
+
o = { body: r.body, locator: r.locator, message: r.message, name: r.name, stack: r.stack }, r = r.cause;
|
|
88
|
+
else if (r instanceof g)
|
|
89
|
+
o = { componentName: r.componentName, info: r.info, locator: r.locator, message: r.message, name: r.name, stack: r.stack }, r = r.cause;
|
|
112
90
|
else if (r instanceof u)
|
|
113
|
-
|
|
91
|
+
o = { locator: r.locator, message: r.message, name: r.name, stack: r.stack }, r = r.cause;
|
|
114
92
|
else if (r instanceof Error) {
|
|
115
93
|
const s = r;
|
|
116
|
-
|
|
117
|
-
} else r ? (
|
|
118
|
-
/(?:\.{3}|[.!?])$/.test(
|
|
94
|
+
o = { locator: "", message: s.message, name: s.name, stack: s.stack }, r = s.cause;
|
|
95
|
+
} else r ? (o = { locator: "", message: String(r), name: "Error" }, r = void 0) : (o = { locator: "", message: "Unknown error.", name: "Error" }, r = void 0);
|
|
96
|
+
/(?:\.{3}|[.!?])$/.test(o.message) || (o.message += "."), n.push(o);
|
|
119
97
|
}
|
|
120
|
-
return
|
|
98
|
+
return n;
|
|
121
99
|
}
|
|
122
|
-
const
|
|
100
|
+
const f = "en-US", c = {}, B = (e) => {
|
|
123
101
|
switch (e) {
|
|
124
102
|
case "Edm.Binary":
|
|
125
103
|
return "unknown";
|
|
@@ -158,41 +136,41 @@ const m = "en-US", c = {}, k = (e) => {
|
|
|
158
136
|
default:
|
|
159
137
|
return "unknown";
|
|
160
138
|
}
|
|
161
|
-
},
|
|
139
|
+
}, M = (e) => {
|
|
162
140
|
if (e) {
|
|
163
|
-
const
|
|
164
|
-
return
|
|
141
|
+
const t = e.lastIndexOf("/"), n = e.lastIndexOf(".", t > -1 ? t : e.length);
|
|
142
|
+
return n > -1 ? e.substring(0, n) : e;
|
|
165
143
|
}
|
|
166
|
-
},
|
|
144
|
+
}, j = (e) => {
|
|
167
145
|
if (e) {
|
|
168
|
-
const
|
|
169
|
-
if (
|
|
146
|
+
const t = e.lastIndexOf(".");
|
|
147
|
+
if (t > -1) return e.substring(t + 1);
|
|
170
148
|
}
|
|
171
|
-
},
|
|
149
|
+
}, a = (e, t = 2, n = t, r = f) => {
|
|
172
150
|
if (e == null) return "";
|
|
173
|
-
const
|
|
174
|
-
let s = c[
|
|
151
|
+
const o = `${r}decimal${t}.${n}`;
|
|
152
|
+
let s = c[o];
|
|
175
153
|
return s || (s = new Intl.NumberFormat(r, {
|
|
176
154
|
localeMatcher: "best fit",
|
|
177
|
-
maximumFractionDigits:
|
|
178
|
-
minimumFractionDigits:
|
|
155
|
+
maximumFractionDigits: t,
|
|
156
|
+
minimumFractionDigits: n,
|
|
179
157
|
minimumIntegerDigits: 1,
|
|
180
158
|
style: "decimal",
|
|
181
159
|
useGrouping: !0
|
|
182
|
-
}), c[
|
|
183
|
-
},
|
|
160
|
+
}), c[o] = s), s.format(e);
|
|
161
|
+
}, U = (e) => e == null ? "" : e < 1e3 ? d(e) : e < 1e6 ? `${a(e / 1e3, 2, 0)}K` : e < 1e9 ? `${a(e / 1e6, 2, 0)}M` : e < 1e12 ? `${a(e / 1e9, 2, 0)}B` : `${a(e / 1e12, 2, 0)}T`, L = (e) => e == null ? "" : e === 1 ? "1 byte" : e < 1024 ? `${d(e)} bytes` : e < 1048576 ? `${a(e / 1024, 2, 0)} KB` : e < 1073741824 ? `${a(e / 1048576, 2, 0)} MB` : e < 1099511627776 ? `${a(e / 1073741824, 2, 0)} GB` : `${a(e / 1099511627776, 2, 0)} TB`, _ = (e) => e == null ? "" : e < 1e3 ? `${d(e)} ms` : e === 1e3 ? `${d(e)} sec` : e < 6e4 ? `${a(e / 1e3, 2, 0)} secs` : e === 6e4 ? "1 min" : e < 36e5 ? `${a(e / 6e4, 2, 0)} mins` : e === 36e5 ? "1 hr" : e < 864e5 ? `${a(e / 36e5, 2, 0)} hrs` : e === 864e5 ? "1 day" : `${a(e / 864e5, 2, 0)} days`, d = (e, t = f) => {
|
|
184
162
|
if (e == null) return "";
|
|
185
|
-
const
|
|
186
|
-
let r = c[
|
|
187
|
-
return r || (r = new Intl.NumberFormat(
|
|
163
|
+
const n = `${t}decimal0.0`;
|
|
164
|
+
let r = c[n];
|
|
165
|
+
return r || (r = new Intl.NumberFormat(t, {
|
|
188
166
|
localeMatcher: "best fit",
|
|
189
167
|
maximumFractionDigits: 0,
|
|
190
168
|
minimumFractionDigits: 0,
|
|
191
169
|
minimumIntegerDigits: 1,
|
|
192
170
|
style: "decimal",
|
|
193
171
|
useGrouping: !0
|
|
194
|
-
}), c[
|
|
195
|
-
},
|
|
172
|
+
}), c[n] = r), r.format(e);
|
|
173
|
+
}, W = (e) => {
|
|
196
174
|
switch (e) {
|
|
197
175
|
case "csv":
|
|
198
176
|
return "text/csv";
|
|
@@ -206,7 +184,7 @@ const m = "en-US", c = {}, k = (e) => {
|
|
|
206
184
|
default:
|
|
207
185
|
return "application/octet-stream";
|
|
208
186
|
}
|
|
209
|
-
},
|
|
187
|
+
}, b = [
|
|
210
188
|
{ id: "dtv", label: { "en-gb": "Delimited Text" } },
|
|
211
189
|
{ id: "e/e", label: { "en-gb": "Entity/Event" } },
|
|
212
190
|
{ id: "jsonArray", label: { "en-gb": "JSON Array" } },
|
|
@@ -214,22 +192,22 @@ const m = "en-US", c = {}, k = (e) => {
|
|
|
214
192
|
{ id: "xls", label: { "en-gb": "XLS" } },
|
|
215
193
|
{ id: "xlsx", label: { "en-gb": "XLSX" } },
|
|
216
194
|
{ id: "xml", label: { "en-gb": "XML" } }
|
|
217
|
-
],
|
|
218
|
-
const
|
|
219
|
-
for (const
|
|
220
|
-
return
|
|
221
|
-
},
|
|
195
|
+
], G = (e = i) => {
|
|
196
|
+
const t = [];
|
|
197
|
+
for (const n of b) t.push({ ...n, label: n.label[e] || n.label[i] || n.id });
|
|
198
|
+
return t;
|
|
199
|
+
}, p = [
|
|
222
200
|
{ id: `
|
|
223
201
|
`, label: { "en-gb": "Newline" } },
|
|
224
202
|
{ id: "\r", label: { "en-gb": "Carriage Return" } },
|
|
225
203
|
{ id: `\r
|
|
226
204
|
`, label: { "en-gb": "Carriage Return/Newline" } }
|
|
227
|
-
],
|
|
228
|
-
const
|
|
229
|
-
for (const
|
|
230
|
-
|
|
231
|
-
return
|
|
232
|
-
},
|
|
205
|
+
], V = (e = i) => {
|
|
206
|
+
const t = [];
|
|
207
|
+
for (const n of p)
|
|
208
|
+
t.push({ ...n, label: n.label[e] || n.label[i] || n.id });
|
|
209
|
+
return t;
|
|
210
|
+
}, E = [
|
|
233
211
|
{ id: ":", label: { "en-gb": "Colon" } },
|
|
234
212
|
{ id: ",", label: { "en-gb": "Comma" } },
|
|
235
213
|
{ id: "!", label: { "en-gb": "Exclamation Mark" } },
|
|
@@ -241,12 +219,12 @@ const m = "en-US", c = {}, k = (e) => {
|
|
|
241
219
|
{ id: "_", label: { "en-gb": "Underscore" } },
|
|
242
220
|
{ id: "0x1F", label: { "en-gb": "Unit Separator" } },
|
|
243
221
|
{ id: "|", label: { "en-gb": "Vertical Bar" } }
|
|
244
|
-
], X = (e =
|
|
245
|
-
const
|
|
246
|
-
for (const
|
|
247
|
-
|
|
248
|
-
return
|
|
249
|
-
},
|
|
222
|
+
], X = (e = i) => {
|
|
223
|
+
const t = [];
|
|
224
|
+
for (const n of E)
|
|
225
|
+
t.push({ ...n, label: n.label[e] || n.label[i] || n.id });
|
|
226
|
+
return t;
|
|
227
|
+
}, h = [
|
|
250
228
|
{ id: "alpha", color: "red", label: { "en-gb": "alpha" } },
|
|
251
229
|
{ id: "beta", color: "amber", label: { "en-gb": "beta" } },
|
|
252
230
|
{ id: "generalAvailability", color: "green", label: { "en-gb": "" } },
|
|
@@ -256,43 +234,42 @@ const m = "en-US", c = {}, k = (e) => {
|
|
|
256
234
|
{ id: "releaseCandidate", color: "green", label: { "en-gb": "release-candidate" } },
|
|
257
235
|
{ id: "unavailable", color: "other", label: { "en-gb": "unavailable" } },
|
|
258
236
|
{ id: "underReview", color: "other", label: { "en-gb": "under-review" } }
|
|
259
|
-
], z = (e,
|
|
260
|
-
const
|
|
261
|
-
return
|
|
262
|
-
},
|
|
237
|
+
], z = (e, t = i) => {
|
|
238
|
+
const n = h.find((r) => r.id === e);
|
|
239
|
+
return n ? { ...n, label: n.label[t] || n.label[i] || e } : { id: e, color: "other", label: e };
|
|
240
|
+
}, i = "en-gb";
|
|
263
241
|
export {
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
242
|
+
v as APIError,
|
|
243
|
+
l as ApplicationError,
|
|
244
|
+
x as CONNECTOR_DESTINATION_OPERATIONS,
|
|
245
|
+
N as CONNECTOR_SOURCE_OPERATIONS,
|
|
246
|
+
i as DEFAULT_LOCALE_CODE,
|
|
247
|
+
T as DefaultTimestamp,
|
|
248
|
+
O as EngineError,
|
|
249
|
+
m as FetchError,
|
|
250
|
+
A as OperationalError,
|
|
251
|
+
g as VueError,
|
|
252
|
+
I as WindowPromiseRejectionError,
|
|
253
|
+
$ as WindowRuntimeError,
|
|
254
|
+
C as buildFetchError,
|
|
255
|
+
F as concatenateSerialisedErrorMessages,
|
|
256
|
+
y as convertMillisecondsToTimestamp,
|
|
257
|
+
B as convertODataTypeIdToUsageTypeId,
|
|
258
|
+
j as extractExtensionFromPath,
|
|
259
|
+
M as extractNameFromPath,
|
|
260
|
+
a as formatNumberAsDecimalNumber,
|
|
261
|
+
_ as formatNumberAsDuration,
|
|
262
|
+
U as formatNumberAsSize,
|
|
263
|
+
L as formatNumberAsStorageSize,
|
|
286
264
|
d as formatNumberAsWholeNumber,
|
|
287
265
|
z as getComponentStatus,
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
266
|
+
D as getCurrentTimestamp,
|
|
267
|
+
G as getDataFormats,
|
|
268
|
+
V as getRecordDelimiters,
|
|
291
269
|
X as getValueDelimiters,
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
C as useCytoscapeJS,
|
|
270
|
+
W as lookupMimeTypeForExtension,
|
|
271
|
+
R as normalizeToError,
|
|
272
|
+
k as serialiseError,
|
|
273
|
+
w as useCytoscapeJS,
|
|
297
274
|
S as useDataTable
|
|
298
275
|
};
|
|
@@ -67,46 +67,7 @@ export interface PresentationVisualStreamGraphViewConfig extends PresentationVis
|
|
|
67
67
|
export interface PresentationVisualValueTableViewConfig extends PresentationVisualViewConfig {
|
|
68
68
|
categoryId: 'valueTable';
|
|
69
69
|
}
|
|
70
|
-
export interface PresentationVisualViewType {
|
|
71
|
-
categoryId: PresentationCategoryId;
|
|
72
|
-
}
|
|
73
|
-
export interface PresentationVisualCartesianChartViewType extends PresentationVisualViewType {
|
|
74
|
-
categoryId: 'cartesianChart';
|
|
75
|
-
typeId: PresentationCartesianTypeId;
|
|
76
|
-
label: Record<string, string>;
|
|
77
|
-
}
|
|
78
|
-
export interface PresentationVisualChordDiagramViewType extends PresentationVisualViewType {
|
|
79
|
-
categoryId: 'chordDiagram';
|
|
80
|
-
label: Record<string, string>;
|
|
81
|
-
}
|
|
82
|
-
export interface PresentationVisualPeriodFlowBoundariesChartViewType extends PresentationVisualViewType {
|
|
83
|
-
categoryId: 'periodFlowBoundariesChart';
|
|
84
|
-
label: Record<string, string>;
|
|
85
|
-
}
|
|
86
|
-
export interface PresentationVisualPolarChartViewType extends PresentationVisualViewType {
|
|
87
|
-
categoryId: 'polarChart';
|
|
88
|
-
typeId: PresentationPolarTypeId;
|
|
89
|
-
label: Record<string, string>;
|
|
90
|
-
}
|
|
91
|
-
export interface PresentationVisualRangeChartViewType extends PresentationVisualViewType {
|
|
92
|
-
categoryId: 'rangeChart';
|
|
93
|
-
typeId: PresentationRangeTypeId;
|
|
94
|
-
label: Record<string, string>;
|
|
95
|
-
}
|
|
96
|
-
export interface PresentationVisualSankeyDiagramViewType extends PresentationVisualViewType {
|
|
97
|
-
categoryId: 'sankeyDiagram';
|
|
98
|
-
label: Record<string, string>;
|
|
99
|
-
}
|
|
100
|
-
export interface PresentationVisualStreamGraphViewType extends PresentationVisualViewType {
|
|
101
|
-
categoryId: 'streamGraph';
|
|
102
|
-
label: Record<string, string>;
|
|
103
|
-
}
|
|
104
|
-
export interface PresentationVisualValueTableViewType extends PresentationVisualViewType {
|
|
105
|
-
categoryId: 'valueTable';
|
|
106
|
-
label: Record<string, string>;
|
|
107
|
-
}
|
|
108
70
|
export interface PresentationView {
|
|
109
71
|
resize: () => void;
|
|
110
72
|
vendorId: string;
|
|
111
73
|
}
|
|
112
|
-
export declare const presentationViewTypeMap: Record<string, PresentationVisualViewType>;
|
|
@@ -46,7 +46,6 @@ export type { Informer, InformerConfig, InformerLocalisedConfig, InformerTools }
|
|
|
46
46
|
export type { Presenter, PresenterConfig, PresenterLocalisedConfig } from './component/presenter';
|
|
47
47
|
export type { PresentationConfig, PresentationView } from './component/presenter/presentation';
|
|
48
48
|
export type { PresentationCategoryId, PresentationCartesianTypeId, PresentationPolarTypeId, PresentationRangeTypeId, PresentationVisualConfig, PresentationVisualContentConfig, PresentationVisualViewConfig, PresentationVisualCartesianChartViewConfig, PresentationVisualChordDiagramViewConfig, PresentationVisualPeriodFlowBoundariesChartViewConfig, PresentationVisualPolarChartViewConfig, PresentationVisualRangeChartViewConfig, PresentationVisualSankeyDiagramViewConfig, PresentationVisualStreamGraphViewConfig, PresentationVisualValueTableViewConfig } from './component/presenter/presentation';
|
|
49
|
-
export type { PresentationVisualViewType, PresentationVisualCartesianChartViewType, PresentationVisualChordDiagramViewType, PresentationVisualPeriodFlowBoundariesChartViewType, PresentationVisualPolarChartViewType, PresentationVisualRangeChartViewType, PresentationVisualSankeyDiagramViewType, PresentationVisualStreamGraphViewType, PresentationVisualValueTableViewType } from './component/presenter/presentation';
|
|
50
49
|
export interface ContextOperationSettings {
|
|
51
50
|
accountId?: string;
|
|
52
51
|
appCheckToken?: string;
|
|
@@ -57,7 +56,6 @@ export { type CytoscapeJSView, useCytoscapeJS } from './composables/useCytoscape
|
|
|
57
56
|
export { useDataTable } from './composables/useDataTable';
|
|
58
57
|
export declare const DEFAULT_LOCALE_CODE: LocaleCode;
|
|
59
58
|
export { DefaultTimestamp } from './timestamp';
|
|
60
|
-
export { presentationViewTypeMap } from './component/presenter/presentation';
|
|
61
59
|
export { APIError, ApplicationError, EngineError, FetchError, OperationalError, VueError, WindowRuntimeError, WindowPromiseRejectionError } from './errors';
|
|
62
60
|
export { buildFetchError, concatenateSerialisedErrorMessages, normalizeToError, serialiseError } from './errors';
|
|
63
61
|
export { convertMillisecondsToTimestamp, getCurrentTimestamp } from './timestamp';
|
package/package.json
CHANGED