tsviewer 1.0.29 → 1.0.31
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.
- package/dist/{BFButton-DpIwbJXR.mjs → BFLibraryButton-Cogtl8Vh.mjs} +12 -12
- package/dist/{IconSelection-DQZLRwZa.mjs → IconSelection-Bs00CxIF.mjs} +1 -1
- package/dist/{TSAnnotationCanvas-EAjgK8cT.mjs → TSAnnotationCanvas-HQV-UW-j.mjs} +3 -3
- package/dist/{TSAnnotationModal-CTcapLT8.mjs → TSAnnotationModal-CboTV3Bd.mjs} +4 -4
- package/dist/{TSFilterModal-D_p4VsMp.mjs → TSFilterModal-BiX6ocf2.mjs} +5 -5
- package/dist/{TSScrubber-DV_zbLFM.mjs → TSScrubber-D04stxRB.mjs} +89 -89
- package/dist/{TSViewerCanvas-B-p1oLEz.mjs → TSViewerCanvas-7tyEpUbF.mjs} +773 -779
- package/dist/{TSViewerLayerWindow-MwCEfh1O.mjs → TSViewerLayerWindow-ChwzPfuz.mjs} +20 -20
- package/dist/{TSViewerToolbar-CCQsR6PP.mjs → TSViewerToolbar-BHvdhd1h.mjs} +1 -1
- package/dist/{TsAnnotationDeleteDialog-DXn1tyay.mjs → TsAnnotationDeleteDialog-D4aggIW6.mjs} +19 -19
- package/dist/{index-B7dOp-ew.mjs → index-BXlfFRwy.mjs} +507 -488
- package/dist/{pathOr-S0xL-Shs.mjs → pathOr-1B5szOyh.mjs} +1 -1
- package/dist/tsviewer.css +1 -1
- package/dist/tsviewer.es.js +1 -1
- package/dist/tsviewer.umd.js +9 -9
- package/package.json +1 -1
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import "./base-CIy5gWpu.mjs";
|
|
2
2
|
import { E as _ } from "./el-overlay-_Fd7WVZL.mjs";
|
|
3
3
|
import { g as f, a as y, b as h } from "./el-input-DNjlHApm.mjs";
|
|
4
|
-
import { createElementBlock as F, openBlock as s, renderSlot as S, resolveComponent as A, createBlock as u, withCtx as
|
|
5
|
-
import { g as C } from "./index-
|
|
6
|
-
import
|
|
7
|
-
const
|
|
4
|
+
import { createElementBlock as F, openBlock as s, renderSlot as S, resolveComponent as A, createBlock as u, withCtx as a, createElementVNode as l, createVNode as r, createTextVNode as i, Fragment as E, renderList as k, normalizeStyle as D, toDisplayString as L } from "vue";
|
|
5
|
+
import { g as C } from "./index-BXlfFRwy.mjs";
|
|
6
|
+
import V from "./BFLibraryButton-Cogtl8Vh.mjs";
|
|
7
|
+
const w = {
|
|
8
8
|
name: "CircleIcon",
|
|
9
9
|
props: {
|
|
10
10
|
icon: {
|
|
@@ -24,16 +24,16 @@ const L = {
|
|
|
24
24
|
}
|
|
25
25
|
}
|
|
26
26
|
}, $ = { class: "circle-icon" };
|
|
27
|
-
function O(n, e, c, B, m,
|
|
27
|
+
function O(n, e, c, B, m, t) {
|
|
28
28
|
return s(), F("div", $, [
|
|
29
29
|
S(n.$slots, "icon", {}, void 0, !0)
|
|
30
30
|
]);
|
|
31
31
|
}
|
|
32
|
-
const I = /* @__PURE__ */ C(
|
|
32
|
+
const I = /* @__PURE__ */ C(w, [["render", O], ["__scopeId", "data-v-46dcef49"]]), N = {
|
|
33
33
|
name: "AnnotationLayerWindow",
|
|
34
34
|
components: {
|
|
35
35
|
CircleIcon: I,
|
|
36
|
-
|
|
36
|
+
BfLibraryButton: V
|
|
37
37
|
},
|
|
38
38
|
props: {
|
|
39
39
|
visible: {
|
|
@@ -181,17 +181,17 @@ const I = /* @__PURE__ */ C(L, [["render", O], ["__scopeId", "data-v-46dcef49"]]
|
|
|
181
181
|
}
|
|
182
182
|
}
|
|
183
183
|
}, G = { slot: "body" }, T = { class: "input-section" }, x = { class: "input-section" }, R = { class: "color-option" }, U = { style: { float: "right", color: "#8492a6", "font-size": "13px" } }, z = { slot: "footer" }, M = { class: "button-wrapper" }, P = { class: "buttons" };
|
|
184
|
-
function W(n, e, c, B, m,
|
|
185
|
-
const p = f, v = h, b = y, d = A("bf-button"), g = _;
|
|
184
|
+
function W(n, e, c, B, m, t) {
|
|
185
|
+
const p = f, v = h, b = y, d = A("bf-library-button"), g = _;
|
|
186
186
|
return s(), u(g, {
|
|
187
187
|
"onUpdate:modelValue": e[2] || (e[2] = (o) => c.visible = o),
|
|
188
188
|
"model-value": c.visible,
|
|
189
|
-
onClose:
|
|
189
|
+
onClose: t.close,
|
|
190
190
|
class: "timeseries-annotation-layer-modal",
|
|
191
191
|
ref: "timeseries-filter-modal",
|
|
192
192
|
title: "Annotation Layers"
|
|
193
193
|
}, {
|
|
194
|
-
default:
|
|
194
|
+
default: a(() => [
|
|
195
195
|
l("div", G, [
|
|
196
196
|
l("div", T, [
|
|
197
197
|
e[3] || (e[3] = i(" Layer Name: ")),
|
|
@@ -209,18 +209,18 @@ function W(n, e, c, B, m, a) {
|
|
|
209
209
|
"onUpdate:modelValue": e[1] || (e[1] = (o) => n.selectedColor = o),
|
|
210
210
|
placeholder: "Select"
|
|
211
211
|
}, {
|
|
212
|
-
default:
|
|
212
|
+
default: a(() => [
|
|
213
213
|
(s(!0), F(E, null, k(n.colorOptions, (o) => (s(), u(v, {
|
|
214
214
|
key: o.value,
|
|
215
215
|
label: o.label,
|
|
216
216
|
value: o.value
|
|
217
217
|
}, {
|
|
218
|
-
default:
|
|
218
|
+
default: a(() => [
|
|
219
219
|
l("div", R, [
|
|
220
220
|
l("div", {
|
|
221
221
|
style: D({ backgroundColor: o.value, height: "30px", width: "30px", borderRadius: "50%" })
|
|
222
222
|
}, null, 4),
|
|
223
|
-
l("div", U,
|
|
223
|
+
l("div", U, L(o.label), 1)
|
|
224
224
|
])
|
|
225
225
|
]),
|
|
226
226
|
_: 2
|
|
@@ -231,19 +231,19 @@ function W(n, e, c, B, m, a) {
|
|
|
231
231
|
])
|
|
232
232
|
])
|
|
233
233
|
]),
|
|
234
|
-
footer:
|
|
234
|
+
footer: a(() => [
|
|
235
235
|
l("div", z, [
|
|
236
236
|
l("div", M, [
|
|
237
237
|
l("div", P, [
|
|
238
|
-
r(d, { onClick:
|
|
239
|
-
default:
|
|
238
|
+
r(d, { onClick: t.handleFormCancel }, {
|
|
239
|
+
default: a(() => e[5] || (e[5] = [
|
|
240
240
|
i("Cancel ")
|
|
241
241
|
])),
|
|
242
242
|
_: 1,
|
|
243
243
|
__: [5]
|
|
244
244
|
}, 8, ["onClick"]),
|
|
245
|
-
r(d, { onClick:
|
|
246
|
-
default:
|
|
245
|
+
r(d, { onClick: t.handleFormSubmit }, {
|
|
246
|
+
default: a(() => e[6] || (e[6] = [
|
|
247
247
|
i("Save ")
|
|
248
248
|
])),
|
|
249
249
|
_: 1,
|
|
@@ -256,7 +256,7 @@ function W(n, e, c, B, m, a) {
|
|
|
256
256
|
_: 1
|
|
257
257
|
}, 8, ["model-value", "onClose"]);
|
|
258
258
|
}
|
|
259
|
-
const Q = /* @__PURE__ */ C(N, [["render", W], ["__scopeId", "data-v-
|
|
259
|
+
const Q = /* @__PURE__ */ C(N, [["render", W], ["__scopeId", "data-v-b14c56dd"]]);
|
|
260
260
|
export {
|
|
261
261
|
Q as default
|
|
262
262
|
};
|
|
@@ -3,7 +3,7 @@ import { E as j, a as G, b as X } from "./el-input-DNjlHApm.mjs";
|
|
|
3
3
|
import { E as J, a as K } from "./el-button-B2d_HO4x.mjs";
|
|
4
4
|
import { E as Q } from "./el-input-number-CAzspsnM.mjs";
|
|
5
5
|
import { createElementBlock as g, openBlock as r, createElementVNode as t, ref as h, computed as k, onMounted as W, createVNode as l, createBlock as w, createCommentVNode as y, withCtx as u, resolveDynamicComponent as Y, Fragment as tt, renderList as et } from "vue";
|
|
6
|
-
import { g as m } from "./index-
|
|
6
|
+
import { g as m } from "./index-BXlfFRwy.mjs";
|
|
7
7
|
const nt = {
|
|
8
8
|
name: "IconPreviousPage",
|
|
9
9
|
props: {
|
package/dist/{TsAnnotationDeleteDialog-DXn1tyay.mjs → TsAnnotationDeleteDialog-D4aggIW6.mjs}
RENAMED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import "./base-CIy5gWpu.mjs";
|
|
2
2
|
import { E as k } from "./el-overlay-_Fd7WVZL.mjs";
|
|
3
3
|
import { createElementBlock as a, openBlock as i, normalizeClass as T, createCommentVNode as f, createElementVNode as s, renderSlot as d, toDisplayString as u, resolveComponent as B, createBlock as A, withCtx as c, createVNode as r, Fragment as x, createTextVNode as h } from "vue";
|
|
4
|
-
import { g as
|
|
5
|
-
import N from "./
|
|
6
|
-
import { p as C } from "./pathOr-
|
|
4
|
+
import { g as _, p as V } from "./index-BXlfFRwy.mjs";
|
|
5
|
+
import N from "./BFLibraryButton-Cogtl8Vh.mjs";
|
|
6
|
+
import { p as C } from "./pathOr-1B5szOyh.mjs";
|
|
7
7
|
const U = {
|
|
8
8
|
name: "DialogBody",
|
|
9
9
|
setup(e, { slots: t }) {
|
|
@@ -28,7 +28,7 @@ const U = {
|
|
|
28
28
|
key: 1,
|
|
29
29
|
class: "dialog-body-heading"
|
|
30
30
|
}, E = { class: "dialog-body-content" };
|
|
31
|
-
function O(e, t, o, l,
|
|
31
|
+
function O(e, t, o, l, m, n) {
|
|
32
32
|
return i(), a("div", {
|
|
33
33
|
class: T(n.classNames)
|
|
34
34
|
}, [
|
|
@@ -43,7 +43,7 @@ function O(e, t, o, l, p, n) {
|
|
|
43
43
|
])
|
|
44
44
|
], 2);
|
|
45
45
|
}
|
|
46
|
-
const
|
|
46
|
+
const b = /* @__PURE__ */ _(U, [["render", O], ["__scopeId", "data-v-8ee2b9e5"]]), P = {
|
|
47
47
|
name: "IconWarningCircle",
|
|
48
48
|
props: {
|
|
49
49
|
width: {
|
|
@@ -60,7 +60,7 @@ const D = /* @__PURE__ */ m(U, [["render", O], ["__scopeId", "data-v-df814a5c"]]
|
|
|
60
60
|
}
|
|
61
61
|
}
|
|
62
62
|
}, z = ["width", "height", "fill"];
|
|
63
|
-
function M(e, t, o, l,
|
|
63
|
+
function M(e, t, o, l, m, n) {
|
|
64
64
|
return i(), a("svg", {
|
|
65
65
|
xmlns: "http://www.w3.org/2000/svg",
|
|
66
66
|
width: o.width,
|
|
@@ -80,7 +80,7 @@ function M(e, t, o, l, p, n) {
|
|
|
80
80
|
}, null, -1)
|
|
81
81
|
]), 8, z);
|
|
82
82
|
}
|
|
83
|
-
const
|
|
83
|
+
const D = /* @__PURE__ */ _(P, [["render", M]]), W = {
|
|
84
84
|
name: "BfDialogHeader",
|
|
85
85
|
props: {
|
|
86
86
|
title: {
|
|
@@ -97,24 +97,24 @@ const b = /* @__PURE__ */ m(P, [["render", M]]), W = {
|
|
|
97
97
|
}
|
|
98
98
|
}
|
|
99
99
|
}, j = { class: "bf-dialog-header" }, F = { class: "bf-dialog-header-title" };
|
|
100
|
-
function
|
|
100
|
+
function L(e, t, o, l, m, n) {
|
|
101
101
|
return i(), a("div", j, [
|
|
102
102
|
s("span", F, u(o.title), 1),
|
|
103
103
|
this.$slots.tabs ? f("", !0) : (i(), a("button", {
|
|
104
104
|
key: 0,
|
|
105
105
|
class: "icon-close",
|
|
106
|
-
onClick: t[0] || (t[0] = (...
|
|
106
|
+
onClick: t[0] || (t[0] = (...p) => n.onClose && n.onClose(...p))
|
|
107
107
|
})),
|
|
108
108
|
d(e.$slots, "tabs", {}, void 0, !0)
|
|
109
109
|
]);
|
|
110
110
|
}
|
|
111
|
-
const y = /* @__PURE__ */
|
|
111
|
+
const y = /* @__PURE__ */ _(W, [["render", L], ["__scopeId", "data-v-8fb1f048"]]), Y = {
|
|
112
112
|
name: "TsAnnotationDeleteDialog",
|
|
113
113
|
components: {
|
|
114
114
|
BfDialogHeader: y,
|
|
115
|
-
DialogBody:
|
|
116
|
-
|
|
117
|
-
IconWarningCircle:
|
|
115
|
+
DialogBody: b,
|
|
116
|
+
BfLibraryButton: N,
|
|
117
|
+
IconWarningCircle: D
|
|
118
118
|
},
|
|
119
119
|
props: {
|
|
120
120
|
visible: {
|
|
@@ -185,9 +185,9 @@ const y = /* @__PURE__ */ m(W, [["render", Y], ["__scopeId", "data-v-8fb1f048"]]
|
|
|
185
185
|
return e = e / 1e3, e = new Date(e), ("0" + e.getUTCHours()).slice(-2) + ":" + ("0" + e.getUTCMinutes()).slice(-2) + ":" + ("0" + e.getUTCSeconds()).slice(-2);
|
|
186
186
|
}
|
|
187
187
|
}
|
|
188
|
-
},
|
|
189
|
-
function
|
|
190
|
-
const
|
|
188
|
+
}, q = { class: "dialog-simple-buttons" };
|
|
189
|
+
function G(e, t, o, l, m, n) {
|
|
190
|
+
const p = y, v = D, g = B("bf-library-button"), w = b, $ = k;
|
|
191
191
|
return i(), A($, {
|
|
192
192
|
class: "simple",
|
|
193
193
|
modelValue: o.visible,
|
|
@@ -197,7 +197,7 @@ function J(e, t, o, l, p, n) {
|
|
|
197
197
|
onClosed: n.onClosed
|
|
198
198
|
}, {
|
|
199
199
|
default: c(() => [
|
|
200
|
-
r(
|
|
200
|
+
r(p, { slot: "title" }),
|
|
201
201
|
r(w, null, {
|
|
202
202
|
default: c(() => [
|
|
203
203
|
r(v, {
|
|
@@ -213,7 +213,7 @@ function J(e, t, o, l, p, n) {
|
|
|
213
213
|
t[2] || (t[2] = s("p", null, " Deleting this annotation will also remove any associated discussions and cannot be undone. ", -1)),
|
|
214
214
|
t[3] || (t[3] = s("p", null, " Are you sure you would like to remove this annotation? ", -1))
|
|
215
215
|
], 64)) : f("", !0),
|
|
216
|
-
s("div",
|
|
216
|
+
s("div", q, [
|
|
217
217
|
r(g, {
|
|
218
218
|
class: "secondary",
|
|
219
219
|
onClick: n.close
|
|
@@ -243,7 +243,7 @@ function J(e, t, o, l, p, n) {
|
|
|
243
243
|
_: 1
|
|
244
244
|
}, 8, ["modelValue", "onClose", "onClosed"]);
|
|
245
245
|
}
|
|
246
|
-
const ee = /* @__PURE__ */
|
|
246
|
+
const ee = /* @__PURE__ */ _(Y, [["render", G], ["__scopeId", "data-v-3cc4b959"]]);
|
|
247
247
|
export {
|
|
248
248
|
ee as default
|
|
249
249
|
};
|