@pennsieve-viz/tsviewer 1.1.2 → 1.1.4
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/{BFLibraryButton-DzzWe3Ya.js → BFLibraryButton-BGGqQKq4.js} +14 -14
- package/dist/{BFLibraryButton-ClRfrYOf.cjs → BFLibraryButton-BzmZv-Jf.cjs} +1 -1
- package/dist/{IconSelection-CYX2jlGW.cjs → IconSelection-BYGLWAS8.cjs} +1 -1
- package/dist/{IconSelection-Bnm4c-Az.js → IconSelection-CwLxZy1O.js} +3 -3
- package/dist/TSAnnotationCanvas-CIR0Qiut.js +716 -0
- package/dist/TSAnnotationCanvas-DuPSGN3a.cjs +1 -0
- package/dist/{TSAnnotationModal-7GxnJomu.js → TSAnnotationModal-0TMG3DfX.js} +13 -13
- package/dist/{TSAnnotationModal-BVDkiUQ1.cjs → TSAnnotationModal-Bo93J_7J.cjs} +1 -1
- package/dist/{TSFilterModal-1E2UWL8T.js → TSFilterModal-6PdlowWy.js} +8 -8
- package/dist/{TSFilterModal-BVfwi0tb.cjs → TSFilterModal-C5xGB7dT.cjs} +1 -1
- package/dist/{TSScrubber-DBWjIhSE.cjs → TSScrubber-BLiZehE0.cjs} +1 -1
- package/dist/{TSScrubber-CBKcwuMb.js → TSScrubber-MJwNwlJE.js} +3 -3
- package/dist/{TSViewerCanvas-gjfcQXDY.cjs → TSViewerCanvas-D1ikXlFa.cjs} +2 -2
- package/dist/{TSViewerCanvas-D_RaJ4Mj.js → TSViewerCanvas-cnqMxbgu.js} +3 -3
- package/dist/{TSViewerLayerWindow-D5j3_B1E.cjs → TSViewerLayerWindow-DdzfFHye.cjs} +1 -1
- package/dist/{TSViewerLayerWindow-COWXfHNB.js → TSViewerLayerWindow-Ukyb1-Nn.js} +6 -6
- package/dist/{TSViewerToolbar-ep_lZr6h.cjs → TSViewerToolbar-BjFJdfIc.cjs} +1 -1
- package/dist/{TSViewerToolbar-Cb2W7W6J.js → TSViewerToolbar-DDliL8y9.js} +9 -9
- package/dist/{TsAnnotationDeleteDialog-B9pQMYZo.js → TsAnnotationDeleteDialog-BStIn0ih.js} +6 -6
- package/dist/{TsAnnotationDeleteDialog-BRIgCXxU.cjs → TsAnnotationDeleteDialog-Y9A8aW7R.cjs} +1 -1
- package/dist/{base-VCnLhxie.js → base-B8HYDRlA.js} +9 -9
- package/dist/{base-BQSnEcNP.cjs → base-CEBDkSsZ.cjs} +1 -1
- package/dist/el-input-DFAVTpkr.cjs +1 -0
- package/dist/{el-input-number-DXCID3jJ.js → el-input-number-DSVzNAfT.js} +6 -6
- package/dist/{el-input-number-Cxwc3-EL.cjs → el-input-number-F_eDnZFO.cjs} +1 -1
- package/dist/{el-input-DQtvBLS6.js → el-input-v5gK8U8C.js} +1676 -1664
- package/dist/{el-overlay-BMUWCEw_.js → el-overlay-4ljdPakB.js} +14 -14
- package/dist/{el-overlay-D192MFpl.cjs → el-overlay-DFtIA0N9.cjs} +1 -1
- package/dist/{index-TDc5sP-n.cjs → index-2QS1iKBu.cjs} +1 -1
- package/dist/{index-BAtTJnp_.js → index-BJOVbX31.js} +1 -1
- package/dist/{index-BU6e_1Ww.js → index-CpDw-ar8.js} +486 -482
- package/dist/index-fSDThfLF.cjs +1 -0
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/dist/{pathOr-BQgOyNsu.cjs → pathOr-Cwt5Jqx7.cjs} +1 -1
- package/dist/{pathOr-Dr8GvKXg.js → pathOr-DgmZGaBt.js} +2 -2
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/dist/TSAnnotationCanvas-BCu7PmSh.cjs +0 -1
- package/dist/TSAnnotationCanvas-Cua-lW6X.js +0 -704
- package/dist/el-input-CwVmeiqs.cjs +0 -1
- package/dist/index-C-i9Taq7.cjs +0 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { g as d } from "./index-
|
|
1
|
+
import { openBlock as t, createElementBlock as s, normalizeClass as u, renderSlot as n, createCommentVNode as a, Fragment as i, createTextVNode as f, toDisplayString as l } from "vue";
|
|
2
|
+
import { g as d } from "./index-CpDw-ar8.js";
|
|
3
3
|
const c = {
|
|
4
4
|
name: "BfLibraryButton",
|
|
5
5
|
props: {
|
|
@@ -43,7 +43,7 @@ const c = {
|
|
|
43
43
|
class: "suffix"
|
|
44
44
|
};
|
|
45
45
|
function h(o, m, e, g, p, r) {
|
|
46
|
-
return
|
|
46
|
+
return t(), s("button", {
|
|
47
47
|
class: u(["bf-library-button", [
|
|
48
48
|
e.type ? "bf-library-button--" + e.type : "",
|
|
49
49
|
r.hasPrefixSlot ? "hasPrefix" : ""
|
|
@@ -52,18 +52,18 @@ function h(o, m, e, g, p, r) {
|
|
|
52
52
|
autofocus: e.autofocus,
|
|
53
53
|
type: e.type
|
|
54
54
|
}, [
|
|
55
|
-
r.hasPrefixSlot ? (
|
|
56
|
-
|
|
57
|
-
])) :
|
|
58
|
-
e.processing ? (
|
|
59
|
-
e.processingText ? (
|
|
55
|
+
r.hasPrefixSlot ? (t(), s("span", b, [
|
|
56
|
+
n(o.$slots, "prefix", {}, void 0, !0)
|
|
57
|
+
])) : a("", !0),
|
|
58
|
+
e.processing ? (t(), s(i, { key: 1 }, [
|
|
59
|
+
e.processingText ? (t(), s(i, { key: 0 }, [
|
|
60
60
|
f(l(e.processingText), 1)
|
|
61
|
-
], 64)) :
|
|
62
|
-
], 64)) :
|
|
63
|
-
e.processing ?
|
|
64
|
-
r.hasSuffixSlot ? (
|
|
65
|
-
|
|
66
|
-
])) :
|
|
61
|
+
], 64)) : n(o.$slots, "default", { key: 1 }, void 0, !0)
|
|
62
|
+
], 64)) : a("", !0),
|
|
63
|
+
e.processing ? a("", !0) : n(o.$slots, "default", { key: 2 }, void 0, !0),
|
|
64
|
+
r.hasSuffixSlot ? (t(), s("span", x, [
|
|
65
|
+
n(o.$slots, "suffix", {}, void 0, !0)
|
|
66
|
+
])) : a("", !0)
|
|
67
67
|
], 10, y);
|
|
68
68
|
}
|
|
69
69
|
const B = /* @__PURE__ */ d(c, [["render", h], ["__scopeId", "data-v-a46bc988"]]);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue"),r=require("./index-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue"),r=require("./index-fSDThfLF.cjs"),s={name:"BfLibraryButton",props:{type:{type:String,default:"button"},autofocus:Boolean,disabled:Boolean,processing:{type:Boolean,default:!1},processingText:{type:String,default:""}},computed:{hasPrefixSlot:function(){return!!this.$slots.prefix},hasSuffixSlot:function(){return!!this.$slots.suffix}},methods:{}},a=["disabled","autofocus","type"],l={key:0,class:"prefix"},c={key:3,class:"suffix"};function u(o,d,t,f,y,n){return e.openBlock(),e.createElementBlock("button",{class:e.normalizeClass(["bf-library-button",[t.type?"bf-library-button--"+t.type:"",n.hasPrefixSlot?"hasPrefix":""]]),disabled:t.disabled||t.processing,autofocus:t.autofocus,type:t.type},[n.hasPrefixSlot?(e.openBlock(),e.createElementBlock("span",l,[e.renderSlot(o.$slots,"prefix",{},void 0,!0)])):e.createCommentVNode("",!0),t.processing?(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[t.processingText?(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},[e.createTextVNode(e.toDisplayString(t.processingText),1)],64)):e.renderSlot(o.$slots,"default",{key:1},void 0,!0)],64)):e.createCommentVNode("",!0),t.processing?e.createCommentVNode("",!0):e.renderSlot(o.$slots,"default",{key:2},void 0,!0),n.hasSuffixSlot?(e.openBlock(),e.createElementBlock("span",c,[e.renderSlot(o.$slots,"suffix",{},void 0,!0)])):e.createCommentVNode("",!0)],10,a)}const i=r._export_sfc(s,[["render",u],["__scopeId","data-v-a46bc988"]]);exports.default=i;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const t=require("vue"),o=require("./index-
|
|
1
|
+
"use strict";const t=require("vue"),o=require("./index-fSDThfLF.cjs"),i={name:"IconSelection",props:{width:{type:Number,default:16},height:{type:Number,default:16},color:{type:String,default:"currentColor"}}},h=["width","height","fill"];function c(l,n,e,d,s,u){return t.openBlock(),t.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",width:e.width,height:e.height,fill:e.color,viewBox:"0 0 24 24"},[...n[0]||(n[0]=[t.createElementVNode("path",{pid:"0",d:"M16 10V7h-4V4H4v10h4v3h4v3h8V10zM6 12V6h4v1H8v5zm4 3V9h4v1h-2v5zm8 3h-4v-6h4z"},null,-1)])],8,h)}const r=o._export_sfc(i,[["render",c]]);exports.IconSelection=r;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { g as r } from "./index-
|
|
1
|
+
import { openBlock as o, createElementBlock as h, createElementVNode as n } from "vue";
|
|
2
|
+
import { g as r } from "./index-CpDw-ar8.js";
|
|
3
3
|
const i = {
|
|
4
4
|
name: "IconSelection",
|
|
5
5
|
props: {
|
|
@@ -18,7 +18,7 @@ const i = {
|
|
|
18
18
|
}
|
|
19
19
|
}, l = ["width", "height", "fill"];
|
|
20
20
|
function c(d, e, t, m, s, a) {
|
|
21
|
-
return
|
|
21
|
+
return o(), h("svg", {
|
|
22
22
|
xmlns: "http://www.w3.org/2000/svg",
|
|
23
23
|
width: t.width,
|
|
24
24
|
height: t.height,
|