@datapos/datapos-shared 0.3.222 → 0.3.224
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,35 +1,35 @@
|
|
|
1
|
-
const
|
|
1
|
+
const h = ["createObject", "dropObject", "removeRecords", "upsertRecords"], I = ["findObject", "getRecord", "listNodes", "previewObject", "retrieveRecords"];
|
|
2
2
|
function x() {
|
|
3
3
|
function e(t, a, r) {
|
|
4
4
|
r.textContent = "Cytoscape.js diagram goes here...";
|
|
5
5
|
}
|
|
6
6
|
return { render: e };
|
|
7
7
|
}
|
|
8
|
-
function
|
|
8
|
+
function C() {
|
|
9
9
|
function e(t, a, r) {
|
|
10
10
|
r.textContent = "values table goes here...";
|
|
11
11
|
}
|
|
12
12
|
return { render: e };
|
|
13
13
|
}
|
|
14
14
|
const w = 0, S = (e) => e, N = () => Date.now(), D = {
|
|
15
|
-
cartesian_areaLine: { categoryId: "
|
|
16
|
-
cartesian_areaSpline: { categoryId: "
|
|
17
|
-
cartesian_bar: { categoryId: "
|
|
18
|
-
cartesian_column: { categoryId: "
|
|
19
|
-
cartesian_line: { categoryId: "
|
|
20
|
-
cartesian_pyramid: { categoryId: "
|
|
21
|
-
cartesian_spline: { categoryId: "
|
|
22
|
-
chordDiagram: { categoryId: "chordDiagram", label: { "en-gb": "Chord Diagram" }
|
|
23
|
-
|
|
24
|
-
polar_area: { categoryId: "
|
|
25
|
-
polar_column: { categoryId: "
|
|
26
|
-
polar_line: { categoryId: "
|
|
27
|
-
range_area: { categoryId: "
|
|
28
|
-
range_bar: { categoryId: "
|
|
29
|
-
range_column: { categoryId: "
|
|
30
|
-
sankeyDiagram: { categoryId: "sankeyDiagram", label: { "en-gb": "Sankey Diagram" }
|
|
31
|
-
|
|
32
|
-
|
|
15
|
+
cartesian_areaLine: { categoryId: "cartesianChart", typeId: "areaLine", label: { "en-gb": "Area Line" } },
|
|
16
|
+
cartesian_areaSpline: { categoryId: "cartesianChart", typeId: "areaSpline", label: { "en-gb": "Area Spline" } },
|
|
17
|
+
cartesian_bar: { categoryId: "cartesianChart", typeId: "bar", label: { "en-gb": "Bar" } },
|
|
18
|
+
cartesian_column: { categoryId: "cartesianChart", typeId: "column", label: { "en-gb": "Column" } },
|
|
19
|
+
cartesian_line: { categoryId: "cartesianChart", typeId: "line", label: { "en-gb": "Line" } },
|
|
20
|
+
cartesian_pyramid: { categoryId: "cartesianChart", typeId: "pyramid", label: { "en-gb": "Pyramid" } },
|
|
21
|
+
cartesian_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
|
+
polar_area: { categoryId: "polarChart", typeId: "area", label: { "en-gb": "Radar (Area)" } },
|
|
25
|
+
polar_column: { categoryId: "polarChart", typeId: "column", label: { "en-gb": "Radar (Column)" } },
|
|
26
|
+
polar_line: { categoryId: "polarChart", typeId: "line", label: { "en-gb": "Radar (Line)" } },
|
|
27
|
+
range_area: { categoryId: "rangeChart", typeId: "area", label: { "en-gb": "Range (Area)" } },
|
|
28
|
+
range_bar: { categoryId: "rangeChart", typeId: "bar", label: { "en-gb": "Range (Bar)" } },
|
|
29
|
+
range_column: { categoryId: "rangeChart", typeId: "column", label: { "en-gb": "Range (Column)" } },
|
|
30
|
+
sankeyDiagram: { categoryId: "sankeyDiagram", label: { "en-gb": "Sankey Diagram" } },
|
|
31
|
+
streamGraph: { categoryId: "streamGraph", label: { "en-gb": "Streamgraph" } },
|
|
32
|
+
valueTable: { categoryId: "valueTable", label: { "en-gb": "Values" } }
|
|
33
33
|
};
|
|
34
34
|
class u extends Error {
|
|
35
35
|
locator;
|
|
@@ -37,40 +37,40 @@ class u extends Error {
|
|
|
37
37
|
super(t, r), this.name = "DataPosError", this.locator = a, Error.captureStackTrace?.(this, new.target);
|
|
38
38
|
}
|
|
39
39
|
}
|
|
40
|
-
class
|
|
40
|
+
class i extends u {
|
|
41
41
|
constructor(t, a, r) {
|
|
42
42
|
super(t, a, r), this.name = "ApplicationError";
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
|
-
class
|
|
45
|
+
class T extends i {
|
|
46
46
|
constructor(t, a, r) {
|
|
47
47
|
super(t, a, r), this.name = "APIError";
|
|
48
48
|
}
|
|
49
49
|
}
|
|
50
|
-
class
|
|
50
|
+
class v extends i {
|
|
51
51
|
constructor(t, a, r) {
|
|
52
52
|
super(t, a, r), this.name = "EngineError";
|
|
53
53
|
}
|
|
54
54
|
}
|
|
55
|
-
class
|
|
55
|
+
class m extends i {
|
|
56
56
|
body;
|
|
57
57
|
constructor(t, a, r, n) {
|
|
58
58
|
super(t, a, n), this.name = "FetchError", this.body = r;
|
|
59
59
|
}
|
|
60
60
|
}
|
|
61
|
-
class
|
|
61
|
+
class b extends i {
|
|
62
62
|
componentName;
|
|
63
63
|
info;
|
|
64
64
|
constructor(t, a, r, n, s) {
|
|
65
65
|
super(t, a, s), this.name = "VueHandledError", this.info = r, this.componentName = n;
|
|
66
66
|
}
|
|
67
67
|
}
|
|
68
|
-
class O extends
|
|
68
|
+
class O extends i {
|
|
69
69
|
constructor(t, a, r) {
|
|
70
70
|
super(t, a, r), this.name = "WindowHandledRuntimeError";
|
|
71
71
|
}
|
|
72
72
|
}
|
|
73
|
-
class R extends
|
|
73
|
+
class R extends i {
|
|
74
74
|
constructor(t, a, r) {
|
|
75
75
|
super(t, a, r), this.name = "WindowHandledPromiseRejectionError";
|
|
76
76
|
}
|
|
@@ -82,7 +82,7 @@ class $ extends u {
|
|
|
82
82
|
}
|
|
83
83
|
async function A(e, t, a) {
|
|
84
84
|
const r = `${t} Response status '${e.status}${e.statusText ? ` - ${e.statusText}` : ""}' received.`, n = await e.text();
|
|
85
|
-
return new
|
|
85
|
+
return new m(r, a, n);
|
|
86
86
|
}
|
|
87
87
|
function F(e) {
|
|
88
88
|
return e.map((t) => t.message).join(" ");
|
|
@@ -102,9 +102,9 @@ function k(e) {
|
|
|
102
102
|
for (; r && !t.has(r); ) {
|
|
103
103
|
t.add(r);
|
|
104
104
|
let n;
|
|
105
|
-
if (r instanceof
|
|
105
|
+
if (r instanceof m)
|
|
106
106
|
n = { body: r.body, locator: r.locator, message: r.message, name: r.name, stack: r.stack }, r = r.cause;
|
|
107
|
-
else if (r instanceof
|
|
107
|
+
else if (r instanceof b)
|
|
108
108
|
n = { componentName: r.componentName, info: r.info, locator: r.locator, message: r.message, name: r.name, stack: r.stack }, r = r.cause;
|
|
109
109
|
else if (r instanceof u)
|
|
110
110
|
n = { locator: r.locator, message: r.message, name: r.name, stack: r.stack }, r = r.cause;
|
|
@@ -116,7 +116,7 @@ function k(e) {
|
|
|
116
116
|
}
|
|
117
117
|
return a;
|
|
118
118
|
}
|
|
119
|
-
const
|
|
119
|
+
const g = "en-US", c = {}, B = (e) => {
|
|
120
120
|
switch (e) {
|
|
121
121
|
case "Edm.Binary":
|
|
122
122
|
return "unknown";
|
|
@@ -165,7 +165,7 @@ const m = "en-US", c = {}, B = (e) => {
|
|
|
165
165
|
const t = e.lastIndexOf(".");
|
|
166
166
|
if (t > -1) return e.substring(t + 1);
|
|
167
167
|
}
|
|
168
|
-
}, o = (e, t = 2, a = t, r =
|
|
168
|
+
}, o = (e, t = 2, a = t, r = g) => {
|
|
169
169
|
if (e == null) return "";
|
|
170
170
|
const n = `${r}decimal${t}.${a}`;
|
|
171
171
|
let s = c[n];
|
|
@@ -177,7 +177,7 @@ const m = "en-US", c = {}, B = (e) => {
|
|
|
177
177
|
style: "decimal",
|
|
178
178
|
useGrouping: !0
|
|
179
179
|
}), c[n] = s), s.format(e);
|
|
180
|
-
}, j = (e) => e == null ? "" : e < 1e3 ? d(e) : e < 1e6 ? `${o(e / 1e3, 2, 0)}K` : e < 1e9 ? `${o(e / 1e6, 2, 0)}M` : e < 1e12 ? `${o(e / 1e9, 2, 0)}B` : `${o(e / 1e12, 2, 0)}T`, U = (e) => e == null ? "" : e === 1 ? "1 byte" : e < 1024 ? `${d(e)} bytes` : e < 1048576 ? `${o(e / 1024, 2, 0)} KB` : e < 1073741824 ? `${o(e / 1048576, 2, 0)} MB` : e < 1099511627776 ? `${o(e / 1073741824, 2, 0)} GB` : `${o(e / 1099511627776, 2, 0)} TB`,
|
|
180
|
+
}, j = (e) => e == null ? "" : e < 1e3 ? d(e) : e < 1e6 ? `${o(e / 1e3, 2, 0)}K` : e < 1e9 ? `${o(e / 1e6, 2, 0)}M` : e < 1e12 ? `${o(e / 1e9, 2, 0)}B` : `${o(e / 1e12, 2, 0)}T`, U = (e) => e == null ? "" : e === 1 ? "1 byte" : e < 1024 ? `${d(e)} bytes` : e < 1048576 ? `${o(e / 1024, 2, 0)} KB` : e < 1073741824 ? `${o(e / 1048576, 2, 0)} MB` : e < 1099511627776 ? `${o(e / 1073741824, 2, 0)} GB` : `${o(e / 1099511627776, 2, 0)} TB`, G = (e) => e == null ? "" : e < 1e3 ? `${d(e)} ms` : e === 1e3 ? `${d(e)} sec` : e < 6e4 ? `${o(e / 1e3, 2, 0)} secs` : e === 6e4 ? "1 min" : e < 36e5 ? `${o(e / 6e4, 2, 0)} mins` : e === 36e5 ? "1 hr" : e < 864e5 ? `${o(e / 36e5, 2, 0)} hrs` : e === 864e5 ? "1 day" : `${o(e / 864e5, 2, 0)} days`, d = (e, t = g) => {
|
|
181
181
|
if (e == null) return "";
|
|
182
182
|
const a = `${t}decimal0.0`;
|
|
183
183
|
let r = c[a];
|
|
@@ -189,7 +189,7 @@ const m = "en-US", c = {}, B = (e) => {
|
|
|
189
189
|
style: "decimal",
|
|
190
190
|
useGrouping: !0
|
|
191
191
|
}), c[a] = r), r.format(e);
|
|
192
|
-
},
|
|
192
|
+
}, V = (e) => {
|
|
193
193
|
switch (e) {
|
|
194
194
|
case "csv":
|
|
195
195
|
return "text/csv";
|
|
@@ -203,7 +203,7 @@ const m = "en-US", c = {}, B = (e) => {
|
|
|
203
203
|
default:
|
|
204
204
|
return "application/octet-stream";
|
|
205
205
|
}
|
|
206
|
-
},
|
|
206
|
+
}, p = [
|
|
207
207
|
{ id: "dtv", label: { "en-gb": "Delimited Text" } },
|
|
208
208
|
{ id: "e/e", label: { "en-gb": "Entity/Event" } },
|
|
209
209
|
{ id: "jsonArray", label: { "en-gb": "JSON Array" } },
|
|
@@ -211,22 +211,22 @@ const m = "en-US", c = {}, B = (e) => {
|
|
|
211
211
|
{ id: "xls", label: { "en-gb": "XLS" } },
|
|
212
212
|
{ id: "xlsx", label: { "en-gb": "XLSX" } },
|
|
213
213
|
{ id: "xml", label: { "en-gb": "XML" } }
|
|
214
|
-
],
|
|
214
|
+
], W = (e = l) => {
|
|
215
215
|
const t = [];
|
|
216
|
-
for (const a of
|
|
216
|
+
for (const a of p) t.push({ ...a, label: a.label[e] || a.label[l] || a.id });
|
|
217
217
|
return t;
|
|
218
|
-
},
|
|
218
|
+
}, f = [
|
|
219
219
|
{ id: `
|
|
220
220
|
`, label: { "en-gb": "Newline" } },
|
|
221
221
|
{ id: "\r", label: { "en-gb": "Carriage Return" } },
|
|
222
222
|
{ id: `\r
|
|
223
223
|
`, label: { "en-gb": "Carriage Return/Newline" } }
|
|
224
|
-
], P = (e =
|
|
224
|
+
], P = (e = l) => {
|
|
225
225
|
const t = [];
|
|
226
|
-
for (const a of
|
|
227
|
-
t.push({ ...a, label: a.label[e] || a.label[
|
|
226
|
+
for (const a of f)
|
|
227
|
+
t.push({ ...a, label: a.label[e] || a.label[l] || a.id });
|
|
228
228
|
return t;
|
|
229
|
-
},
|
|
229
|
+
}, y = [
|
|
230
230
|
{ id: ":", label: { "en-gb": "Colon" } },
|
|
231
231
|
{ id: ",", label: { "en-gb": "Comma" } },
|
|
232
232
|
{ id: "!", label: { "en-gb": "Exclamation Mark" } },
|
|
@@ -238,12 +238,12 @@ const m = "en-US", c = {}, B = (e) => {
|
|
|
238
238
|
{ id: "_", label: { "en-gb": "Underscore" } },
|
|
239
239
|
{ id: "0x1F", label: { "en-gb": "Unit Separator" } },
|
|
240
240
|
{ id: "|", label: { "en-gb": "Vertical Bar" } }
|
|
241
|
-
], X = (e =
|
|
241
|
+
], X = (e = l) => {
|
|
242
242
|
const t = [];
|
|
243
|
-
for (const a of
|
|
244
|
-
t.push({ ...a, label: a.label[e] || a.label[
|
|
243
|
+
for (const a of y)
|
|
244
|
+
t.push({ ...a, label: a.label[e] || a.label[l] || a.id });
|
|
245
245
|
return t;
|
|
246
|
-
},
|
|
246
|
+
}, E = [
|
|
247
247
|
{ id: "alpha", color: "red", label: { "en-gb": "alpha" } },
|
|
248
248
|
{ id: "beta", color: "amber", label: { "en-gb": "beta" } },
|
|
249
249
|
{ id: "generalAvailability", color: "green", label: { "en-gb": "" } },
|
|
@@ -253,21 +253,21 @@ const m = "en-US", c = {}, B = (e) => {
|
|
|
253
253
|
{ id: "releaseCandidate", color: "green", label: { "en-gb": "release-candidate" } },
|
|
254
254
|
{ id: "unavailable", color: "other", label: { "en-gb": "unavailable" } },
|
|
255
255
|
{ id: "underReview", color: "other", label: { "en-gb": "under-review" } }
|
|
256
|
-
], z = (e, t =
|
|
257
|
-
const a =
|
|
258
|
-
return a ? { ...a, label: a.label[t] || a.label[
|
|
259
|
-
},
|
|
256
|
+
], z = (e, t = l) => {
|
|
257
|
+
const a = E.find((r) => r.id === e);
|
|
258
|
+
return a ? { ...a, label: a.label[t] || a.label[l] || e } : { id: e, color: "other", label: e };
|
|
259
|
+
}, l = "en-gb";
|
|
260
260
|
export {
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
261
|
+
T as APIError,
|
|
262
|
+
i as ApplicationError,
|
|
263
|
+
h as CONNECTOR_DESTINATION_OPERATIONS,
|
|
264
264
|
I as CONNECTOR_SOURCE_OPERATIONS,
|
|
265
|
-
|
|
265
|
+
l as DEFAULT_LOCALE_CODE,
|
|
266
266
|
w as DefaultTimestamp,
|
|
267
|
-
|
|
268
|
-
|
|
267
|
+
v as EngineError,
|
|
268
|
+
m as FetchError,
|
|
269
269
|
$ as OperationalError,
|
|
270
|
-
|
|
270
|
+
b as VueError,
|
|
271
271
|
R as WindowPromiseRejectionError,
|
|
272
272
|
O as WindowRuntimeError,
|
|
273
273
|
A as buildFetchError,
|
|
@@ -277,19 +277,19 @@ export {
|
|
|
277
277
|
M as extractExtensionFromPath,
|
|
278
278
|
L as extractNameFromPath,
|
|
279
279
|
o as formatNumberAsDecimalNumber,
|
|
280
|
-
|
|
280
|
+
G as formatNumberAsDuration,
|
|
281
281
|
j as formatNumberAsSize,
|
|
282
282
|
U as formatNumberAsStorageSize,
|
|
283
283
|
d as formatNumberAsWholeNumber,
|
|
284
284
|
z as getComponentStatus,
|
|
285
285
|
N as getCurrentTimestamp,
|
|
286
|
-
|
|
286
|
+
W as getDataFormats,
|
|
287
287
|
P as getRecordDelimiters,
|
|
288
288
|
X as getValueDelimiters,
|
|
289
|
-
|
|
289
|
+
V as lookupMimeTypeForExtension,
|
|
290
290
|
_ as normalizeToError,
|
|
291
291
|
D as presentationViewTypeMap,
|
|
292
292
|
k as serialiseError,
|
|
293
293
|
x as useCytoscapeJS,
|
|
294
|
-
|
|
294
|
+
C as useDataTable
|
|
295
295
|
};
|
|
@@ -3,110 +3,104 @@ export interface PresentationConfig extends ComponentConfig {
|
|
|
3
3
|
content: string;
|
|
4
4
|
order: number;
|
|
5
5
|
}
|
|
6
|
+
export type PresentationCategoryId = 'cartesianChart' | 'chordDiagram' | 'periodFlowBoundariesChart' | 'polarChart' | 'rangeChart' | 'sankeyDiagram' | 'streamGraph' | 'valueTable';
|
|
6
7
|
export type PresentationVisualConfig = {
|
|
7
|
-
content:
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
8
|
+
content: {
|
|
9
|
+
title?: {
|
|
10
|
+
text: string;
|
|
11
|
+
};
|
|
12
|
+
data: {
|
|
13
|
+
label?: {
|
|
14
|
+
text: string;
|
|
15
|
+
};
|
|
16
|
+
dimension: {
|
|
17
|
+
label?: {
|
|
18
|
+
text: string;
|
|
19
|
+
};
|
|
20
|
+
values: {
|
|
21
|
+
label?: {
|
|
22
|
+
text: string;
|
|
23
|
+
};
|
|
24
|
+
}[];
|
|
25
|
+
};
|
|
26
|
+
measures: {
|
|
27
|
+
id: string;
|
|
28
|
+
name: string;
|
|
29
|
+
values: number[][];
|
|
30
|
+
}[];
|
|
31
|
+
};
|
|
24
32
|
};
|
|
33
|
+
views: PresentationVisualViewConfig[];
|
|
25
34
|
};
|
|
26
35
|
export interface PresentationVisualViewConfig {
|
|
27
|
-
categoryId:
|
|
36
|
+
categoryId: PresentationCategoryId;
|
|
28
37
|
default?: boolean;
|
|
29
38
|
}
|
|
30
|
-
export interface
|
|
31
|
-
categoryId: '
|
|
39
|
+
export interface PresentationVisualCartesianChartViewConfig extends PresentationVisualViewConfig {
|
|
40
|
+
categoryId: 'cartesianChart';
|
|
32
41
|
typeId: 'areaLine' | 'areaSpline' | 'bar' | 'column' | 'line' | 'pyramid' | 'spline';
|
|
33
42
|
}
|
|
34
43
|
export interface PresentationVisualChordDiagramViewConfig extends PresentationVisualViewConfig {
|
|
35
44
|
categoryId: 'chordDiagram';
|
|
36
45
|
}
|
|
37
|
-
export interface
|
|
38
|
-
categoryId: '
|
|
46
|
+
export interface PresentationVisualPeriodFlowBoundariesChartViewConfig extends PresentationVisualViewConfig {
|
|
47
|
+
categoryId: 'periodFlowBoundariesChart';
|
|
39
48
|
}
|
|
40
|
-
export interface
|
|
41
|
-
categoryId: '
|
|
49
|
+
export interface PresentationVisualPolarChartViewConfig extends PresentationVisualViewConfig {
|
|
50
|
+
categoryId: 'polarChart';
|
|
42
51
|
typeId: 'area' | 'column' | 'line';
|
|
43
52
|
}
|
|
44
|
-
export interface
|
|
45
|
-
categoryId: '
|
|
53
|
+
export interface PresentationVisualRangeChartViewConfig extends PresentationVisualViewConfig {
|
|
54
|
+
categoryId: 'rangeChart';
|
|
46
55
|
typeId: 'area' | 'bar' | 'column';
|
|
47
56
|
}
|
|
48
57
|
export interface PresentationVisualSankeyDiagramViewConfig extends PresentationVisualViewConfig {
|
|
49
58
|
categoryId: 'sankeyDiagram';
|
|
50
59
|
}
|
|
51
|
-
export interface
|
|
52
|
-
categoryId: '
|
|
60
|
+
export interface PresentationVisualStreamGraphViewConfig extends PresentationVisualViewConfig {
|
|
61
|
+
categoryId: 'streamGraph';
|
|
62
|
+
}
|
|
63
|
+
export interface PresentationVisualValueTableViewConfig extends PresentationVisualViewConfig {
|
|
64
|
+
categoryId: 'valueTable';
|
|
53
65
|
}
|
|
54
|
-
export interface
|
|
55
|
-
categoryId:
|
|
66
|
+
export interface PresentationVisualViewType {
|
|
67
|
+
categoryId: PresentationCategoryId;
|
|
56
68
|
}
|
|
57
|
-
export
|
|
58
|
-
|
|
59
|
-
categoryId: 'cartesian';
|
|
69
|
+
export interface PresentationVisualCartesianChartViewType extends PresentationVisualViewType {
|
|
70
|
+
categoryId: 'cartesianChart';
|
|
60
71
|
typeId: 'areaLine' | 'areaSpline' | 'bar' | 'column' | 'line' | 'pyramid' | 'spline';
|
|
61
72
|
label: Record<string, string>;
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
inverted?: boolean;
|
|
65
|
-
};
|
|
66
|
-
};
|
|
67
|
-
export type PresentationVisualChordViewType = {
|
|
73
|
+
}
|
|
74
|
+
export interface PresentationVisualChordDiagramViewType extends PresentationVisualViewType {
|
|
68
75
|
categoryId: 'chordDiagram';
|
|
69
76
|
label: Record<string, string>;
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
categoryId: 'periodFlowBoundaries';
|
|
77
|
+
}
|
|
78
|
+
export interface PresentationVisualPeriodFlowBoundariesChartViewType extends PresentationVisualViewType {
|
|
79
|
+
categoryId: 'periodFlowBoundariesChart';
|
|
74
80
|
label: Record<string, string>;
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
categoryId: 'polar';
|
|
81
|
+
}
|
|
82
|
+
export interface PresentationVisualPolarChartViewType extends PresentationVisualViewType {
|
|
83
|
+
categoryId: 'polarChart';
|
|
79
84
|
typeId: 'area' | 'column' | 'line';
|
|
80
85
|
label: Record<string, string>;
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
};
|
|
85
|
-
};
|
|
86
|
-
export type PresentationVisualRangeViewType = {
|
|
87
|
-
categoryId: 'range';
|
|
86
|
+
}
|
|
87
|
+
export interface PresentationVisualRangeChartViewType extends PresentationVisualViewType {
|
|
88
|
+
categoryId: 'rangeChart';
|
|
88
89
|
typeId: 'area' | 'bar' | 'column';
|
|
89
90
|
label: Record<string, string>;
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
inverted?: boolean;
|
|
93
|
-
};
|
|
94
|
-
};
|
|
95
|
-
export type PresentationVisualSankeyDiagramViewType = {
|
|
91
|
+
}
|
|
92
|
+
export interface PresentationVisualSankeyDiagramViewType extends PresentationVisualViewType {
|
|
96
93
|
categoryId: 'sankeyDiagram';
|
|
97
94
|
label: Record<string, string>;
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
categoryId: 'streamgraph';
|
|
95
|
+
}
|
|
96
|
+
export interface PresentationVisualStreamGraphViewType extends PresentationVisualViewType {
|
|
97
|
+
categoryId: 'streamGraph';
|
|
102
98
|
label: Record<string, string>;
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
categoryId: 'values';
|
|
99
|
+
}
|
|
100
|
+
export interface PresentationVisualValueTableViewType extends PresentationVisualViewType {
|
|
101
|
+
categoryId: 'valueTable';
|
|
107
102
|
label: Record<string, string>;
|
|
108
|
-
|
|
109
|
-
};
|
|
103
|
+
}
|
|
110
104
|
export interface PresentationView {
|
|
111
105
|
resize: () => void;
|
|
112
106
|
vendorId: string;
|
|
@@ -45,8 +45,8 @@ export type { EventQueryConfig, EventQueryLocalisedConfig } from './component/ev
|
|
|
45
45
|
export type { Informer, InformerConfig, InformerLocalisedConfig, InformerTools } from './component/informer';
|
|
46
46
|
export type { Presenter, PresenterConfig, PresenterLocalisedConfig } from './component/presenter';
|
|
47
47
|
export type { PresentationConfig, PresentationView } from './component/presenter/presentation';
|
|
48
|
-
export type { PresentationVisualConfig,
|
|
49
|
-
export type { PresentationVisualViewType,
|
|
48
|
+
export type { PresentationVisualConfig, 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
50
|
export interface ContextOperationSettings {
|
|
51
51
|
accountId?: string;
|
|
52
52
|
appCheckToken?: string;
|
package/package.json
CHANGED