@pennsieve-viz/tsviewer 1.1.4 → 1.1.6
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-BzmZv-Jf.cjs → BFLibraryButton-CSxfg7K4.cjs} +1 -1
- package/dist/{BFLibraryButton-BGGqQKq4.js → BFLibraryButton-NgsvoErB.js} +1 -1
- package/dist/{IconSelection-BYGLWAS8.cjs → IconSelection-BcuwYtX3.cjs} +1 -1
- package/dist/{IconSelection-CwLxZy1O.js → IconSelection-DTFkvzxk.js} +1 -1
- package/dist/TSAnnotationCanvas-CJtANJsz.js +729 -0
- package/dist/TSAnnotationCanvas-CtFOEGB0.cjs +1 -0
- package/dist/{TSAnnotationModal-Bo93J_7J.cjs → TSAnnotationModal-BS8IoDyh.cjs} +1 -1
- package/dist/{TSAnnotationModal-0TMG3DfX.js → TSAnnotationModal-DPxjUyck.js} +3 -3
- package/dist/{TSFilterModal-6PdlowWy.js → TSFilterModal-8SWGJZAk.js} +3 -3
- package/dist/{TSFilterModal-C5xGB7dT.cjs → TSFilterModal-CWuMbAUD.cjs} +1 -1
- package/dist/{TSScrubber-BLiZehE0.cjs → TSScrubber-CmEcXGIB.cjs} +1 -1
- package/dist/{TSScrubber-MJwNwlJE.js → TSScrubber-CtC5GGlN.js} +1 -1
- package/dist/{TSViewerCanvas-D1ikXlFa.cjs → TSViewerCanvas-DaCSYXvF.cjs} +2 -2
- package/dist/{TSViewerCanvas-cnqMxbgu.js → TSViewerCanvas-HlJNlhU5.js} +2 -2
- package/dist/{TSViewerLayerWindow-DdzfFHye.cjs → TSViewerLayerWindow-C3IfqjAM.cjs} +1 -1
- package/dist/{TSViewerLayerWindow-Ukyb1-Nn.js → TSViewerLayerWindow-vHpPKb1R.js} +2 -2
- package/dist/{TSViewerToolbar-BjFJdfIc.cjs → TSViewerToolbar-ByWpL5ym.cjs} +1 -1
- package/dist/{TSViewerToolbar-DDliL8y9.js → TSViewerToolbar-C0VEfra8.js} +1 -1
- package/dist/TsAnnotationDeleteDialog-B6yOnhMf.js +211 -0
- package/dist/TsAnnotationDeleteDialog-Y8s-tTfm.cjs +1 -0
- package/dist/{index-fSDThfLF.cjs → index-B-t7gOrg.cjs} +1 -1
- package/dist/{index-CpDw-ar8.js → index-D_fRDLaJ.js} +8 -8
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/dist/TSAnnotationCanvas-CIR0Qiut.js +0 -716
- package/dist/TSAnnotationCanvas-DuPSGN3a.cjs +0 -1
- package/dist/TsAnnotationDeleteDialog-BStIn0ih.js +0 -247
- package/dist/TsAnnotationDeleteDialog-Y9A8aW7R.cjs +0 -1
- package/dist/pathOr-Cwt5Jqx7.cjs +0 -1
- package/dist/pathOr-DgmZGaBt.js +0 -18
|
@@ -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-B-t7gOrg.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,5 +1,5 @@
|
|
|
1
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-
|
|
2
|
+
import { g as d } from "./index-D_fRDLaJ.js";
|
|
3
3
|
const c = {
|
|
4
4
|
name: "BfLibraryButton",
|
|
5
5
|
props: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";const t=require("vue"),o=require("./index-
|
|
1
|
+
"use strict";const t=require("vue"),o=require("./index-B-t7gOrg.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;
|