@pennsieve-viz/tsviewer 1.0.0
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-BiLkvU6m.cjs +1 -0
- package/dist/BFLibraryButton-C6aAhW1T.js +72 -0
- package/dist/IconSelection-Bud2XLOy.js +37 -0
- package/dist/IconSelection-DGTELjPb.cjs +1 -0
- package/dist/TSAnnotationCanvas-C3-VI46n.cjs +1 -0
- package/dist/TSAnnotationCanvas-CMZHn8mY.js +729 -0
- package/dist/TSAnnotationModal-BcqWVXP_.js +199 -0
- package/dist/TSAnnotationModal-DskdoFo4.cjs +1 -0
- package/dist/TSFilterModal-BtLOK_nq.js +233 -0
- package/dist/TSFilterModal-DEOWfIi6.cjs +1 -0
- package/dist/TSScrubber-CTjzX-Xq.js +377 -0
- package/dist/TSScrubber-DAnIUBuC.cjs +1 -0
- package/dist/TSViewerCanvas-DkKV70m8.js +5731 -0
- package/dist/TSViewerCanvas-Jbu-Kh9F.cjs +11 -0
- package/dist/TSViewerLayerWindow-wHkjTl6e.cjs +1 -0
- package/dist/TSViewerLayerWindow-zI_48DIx.js +257 -0
- package/dist/TSViewerToolbar-BMZIlD4q.js +551 -0
- package/dist/TSViewerToolbar-C6yy7GJr.cjs +1 -0
- package/dist/TsAnnotationDeleteDialog-Be3AJIyo.cjs +1 -0
- package/dist/TsAnnotationDeleteDialog-Iwpo79Pe.js +245 -0
- package/dist/index-CGSfhm_E.cjs +1 -0
- package/dist/index-Cexzl5Xu.js +1317 -0
- package/dist/index.cjs +1 -0
- package/dist/index.js +6 -0
- package/dist/pathOr-D0158Gk1.cjs +1 -0
- package/dist/pathOr-Do2dduwx.js +18 -0
- package/dist/style.css +1 -0
- package/package.json +65 -0
package/dist/index.cjs
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("./index-CGSfhm_E.cjs");exports.TSViewer=e.TSViewer;exports.default=e.index;exports.useViewerStore=e.useViewerStore;
|
package/dist/index.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const r=require("./index-CGSfhm_E.cjs");var h=r._curry2(function(t,n){return t.map(function(a){for(var u=n,i=0,e;i<a.length;){if(u==null)return;e=a[i],u=r._isInteger(e)?r.nth(e,u):u[e],i+=1}return u})}),p=r._curry2(function(t,n){return h([t],n)[0]}),v=r._curry3(function(t,n,a){return r.defaultTo(t,p(n,a))});exports.pathOr=v;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { b as i, n as o, q as h, r as s, o as f } from "./index-Cexzl5Xu.js";
|
|
2
|
+
var v = /* @__PURE__ */ i(function(r, a) {
|
|
3
|
+
return r.map(function(n) {
|
|
4
|
+
for (var t = a, e = 0, u; e < n.length; ) {
|
|
5
|
+
if (t == null)
|
|
6
|
+
return;
|
|
7
|
+
u = n[e], t = h(u) ? o(u, t) : t[u], e += 1;
|
|
8
|
+
}
|
|
9
|
+
return t;
|
|
10
|
+
});
|
|
11
|
+
}), c = /* @__PURE__ */ i(function(r, a) {
|
|
12
|
+
return v([r], a)[0];
|
|
13
|
+
}), m = /* @__PURE__ */ s(function(r, a, n) {
|
|
14
|
+
return f(r, c(a, n));
|
|
15
|
+
});
|
|
16
|
+
export {
|
|
17
|
+
m as p
|
|
18
|
+
};
|
package/dist/style.css
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
a{color:#011f5b;text-decoration:none}a:hover,a:focus{outline:none;text-decoration:underline}a.disabled{cursor:default;opacity:.6}a.disabled:hover,a.disabled:focus{text-decoration:none}a,button{font-family:Roboto,sans-serif}a.grey-link,button.grey-link{color:#999}a.grey-linka,button.grey-linka{text-decoration:underline}a.grey-link:hover,a.grey-link:focus,button.grey-link:hover,button.grey-link:focus{color:#011f5b}hr{border:none;border-top:1px solid #e5e5e5;margin:24px 0}p{margin:0 0 8px}strong{font-weight:500}.align-right{text-align:right}button{background:none;border:0;cursor:pointer;font-size:inherit;outline:none}button[disabled]{cursor:default;opacity:.6}button.linked{color:#011f5b}button.linked:hover,button.linked:focus{text-decoration:underline}.button-icon{align-items:center;border-radius:3px;box-sizing:border-box;display:inline-flex;cursor:pointer;height:36px;justify-content:center;padding:8px;width:36px}.button-icon:hover,.button-icon:focus{background:#e5e5e5;color:#011f5b}.button-icon.small{height:32px;padding:2px;width:32px}.visuallyhidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.el-select-dropdown{border:1px solid #e5e5e5;border-radius:3px;box-shadow:0 2px 10px #00000026;min-width:200px}.el-select-dropdown .popper__arrow{display:none}.el-select-dropdown.el-popper[x-placement^=bottom]{margin-top:1px}.el-select-dropdown.el-popper[x-placement^=top]{margin-bottom:1px}.el-select .el-input.is-focus .el-input__inner,.el-select .el-input__inner:focus{border-color:#011f5b}.el-select .el-input .el-select__caret{color:#333}.el-select .el-input .el-select__caret.is-reverse{color:#808fad}.el-select-dropdown__empty{color:#999;padding:16px;text-align:left}.el-select-dropdown.el-popper{transition:none}.el-select-dropdown__item{height:auto;padding:4px 16px}.el-select-dropdown__item span{display:block;line-height:16px!important}.el-select-dropdown__item:hover,.el-select-dropdown__item:focus{background-color:#e5e5e5;color:#4d4d4d}.el-select-dropdown__item.selected{background-color:#4d628c;color:#fff;font-weight:500}.el-select-group__title{color:#333;font-size:12px;font-weight:500;padding:8px 16px;text-transform:uppercase}.dropdown-group__title .el-select-group__title{color:#011f5b;text-transform:capitalize;font-size:14px;font-weight:700;margin-bottom:-10px;margin-top:-11px}.el-tooltip:focus:hover,.el-tooltip:focus:not(.focusing){outline-width:0}.el-tooltip__popper{position:absolute;border-radius:3px;padding:8px;z-index:2000;font-size:12px;line-height:1.2;min-width:10px;word-wrap:break-word}.el-tooltip__popper .popper__arrow,.el-tooltip__popper .popper__arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.el-tooltip__popper .popper__arrow{border-width:6px}.el-tooltip__popper .popper__arrow:after{content:" ";border-width:4px}.el-tooltip__popper[x-placement^=top]{margin-bottom:12px}.el-tooltip__popper[x-placement^=top] .popper__arrow{bottom:-6px;border-top-color:#2c395d;border-bottom-width:0}.el-tooltip__popper[x-placement^=top] .popper__arrow:after{bottom:1px;margin-left:-4px;border-top-color:#2c395d;border-bottom-width:0}.el-tooltip__popper[x-placement^=bottom]{margin-top:12px}.el-tooltip__popper[x-placement^=bottom] .popper__arrow{top:-6px;border-top-width:0;border-bottom-color:#2c395d}.el-tooltip__popper[x-placement^=bottom] .popper__arrow:after{top:1px;margin-left:-4px;border-top-width:0;border-bottom-color:#2c395d}.el-tooltip__popper[x-placement^=right]{margin-left:12px}.el-tooltip__popper[x-placement^=right] .popper__arrow{left:-6px;border-right-color:#2c395d;border-left-width:0}.el-tooltip__popper[x-placement^=right] .popper__arrow:after{bottom:-4px;left:1px;border-right-color:#2c395d;border-left-width:0}.el-tooltip__popper[x-placement^=left]{margin-right:12px}.el-tooltip__popper[x-placement^=left] .popper__arrow{right:-6px;border-right-width:0;border-left-color:#2c395d}.el-tooltip__popper[x-placement^=left] .popper__arrow:after{right:1px;bottom:-4px;margin-left:-4px;border-right-width:0;border-left-color:#2c395d}.el-tooltip__popper.is-dark{background:#2c395d;color:#fff}.el-tooltip__popper.is-light{background:#fff;border:1px solid #2c395d}.el-tooltip__popper.is-light[x-placement^=top] .popper__arrow{border-top-color:#2c395d}.el-tooltip__popper.is-light[x-placement^=top] .popper__arrow:after{border-top-color:#fff}.el-tooltip__popper.is-light[x-placement^=bottom] .popper__arrow{border-bottom-color:#2c395d}.el-tooltip__popper.is-light[x-placement^=bottom] .popper__arrow:after{border-bottom-color:#fff}.el-tooltip__popper.is-light[x-placement^=left] .popper__arrow{border-left-color:#2c395d}.el-tooltip__popper.is-light[x-placement^=left] .popper__arrow:after{border-left-color:#fff}.el-tooltip__popper.is-light[x-placement^=right] .popper__arrow{border-right-color:#2c395d}.el-tooltip__popper.is-light[x-placement^=right] .popper__arrow:after{border-right-color:#fff}.el-dialog{border-radius:5px;box-shadow:0 2px 15px #00000040,0 28px 41px #212b3633}.el-dialog.fixed-width{width:540px}.el-dialog.large-dialog{width:80%;height:80%;margin:5% auto auto}.el-dialog.full-dialog{width:95%;height:95%;margin:1% auto auto;overflow:hidden}.el-dialog.light-header .el-dialog__header{background:#fff;color:#333}.el-dialog .el-dialog__header{background:#4d628c;color:#fff;padding:24px 32px;margin:0}.el-dialog .el-dialog__header .el-dialog__headerbtn{color:#fff}.el-dialog .el-dialog__header .el-dialog__headerbtn:focus,.el-dialog .el-dialog__header .el-dialog__headerbtn:hover{color:#011f5b}.el-dialog .el-dialog__header .el-dialog__headerbtn .el-dialog__close{color:#fff}.el-dialog .el-dialog__header .el-dialog__headerbtn .el-dialog__close:focus,.el-dialog .el-dialog__header .el-dialog__headerbtn .el-dialog__close:hover{color:#011f5b}.el-dialog .el-dialog__body{line-height:inherit;word-break:normal;padding:24px 32px;margin:0}.el-dialog .el-dialog__footer{border-top:1px solid #e5e5e5;text-align:left;padding:16px 32px}.add-property-dialog .el-dialog__header{align-items:flex-start;background:#4d628c;color:#fff;padding:24px 24px 0}.dialog-footer{display:flex;flex-direction:row}.dialog-footer.center{justify-content:center}.el-dialog__footer .bf-library-button{margin-right:8px!important}.el-dialog__footer .bf-library-button:last-child{margin-right:0!important}.dialog-msg{color:#999;padding:0 8px;text-align:center}.dialog-msg .dialog-msg-icon{color:#17bb62;margin-bottom:8px}.el-dialog__wrapper.simple .el-dialog{padding:0}.el-dialog__wrapper.simple .el-dialog__header{border:none;padding:0;position:absolute;top:24px;right:24px}.el-dialog__wrapper.simple .el-dialog__body{padding:0}.el-dialog_carousel{width:860px;height:669px}.el-dropdown-menu,.el-select-dropdown__list{padding:8px 0}.el-dropdown-menu{overflow-x:hidden;overflow-y:auto}.el-dropdown-menu.el-zoom-in-top-enter-active,.el-dropdown-menu.el-zoom-in-top-leave-active{transition:none}.el-dropdown-link{cursor:pointer;outline:none}.el-dropdown-link:hover,.el-dropdown-link:focus{color:#011f5b}.el-dropdown-text-link{font-weight:300;letter-spacing:.5px}.el-input__inner{background-color:#fff}.no-shadow .el-input__wrapper{box-shadow:none;border:2px solid #F7F7F7}.el-input__inner,.el-textarea__inner.single-line{height:40px}.el-textarea__inner,.el-input__inner,.text-disabled{border-radius:3px;background:#fff;color:#999;font-family:Roboto,sans-serif;padding:8px 16px;resize:none}.el-textarea__inner::-webkit-outer-spin-button,.el-textarea__inner::-webkit-inner-spin-button,.el-input__inner::-webkit-outer-spin-button,.el-input__inner::-webkit-inner-spin-button,.text-disabled::-webkit-outer-spin-button,.text-disabled::-webkit-inner-spin-button{display:none}.el-textarea__inner::placeholder,.el-input__inner::placeholder,.text-disabled::placeholder{color:#999}.el-form-item.is-success .el-textarea__inner,.el-form-item.is-success .el-input__inner,.el-form-item.is-success .text-disabled{border-color:#e5e5e5}.is-disabled .el-textarea__inner,.el-textarea__inner.text-disabled,.is-disabled .el-input__inner,.el-input__inner.text-disabled,.is-disabled .text-disabled,.text-disabled.text-disabled{background:#f7f7f7;border-color:#e5e5e5!important}.timeseries-viewer[data-v-d5eda6cd]{display:flex;height:100%;flex-direction:column}.timeseries-viewer.preview[data-v-d5eda6cd]{height:600px;border:2px solid #CCCCCC}#channelCanvas[data-v-d5eda6cd]{display:flex;background-color:#fff;flex:1}#channelLabels[data-v-d5eda6cd]{display:flex;flex-direction:column;justify-content:space-around;line-height:normal;margin-bottom:32px;min-width:75px}.chLabelWrap[data-v-d5eda6cd]{display:flex;flex-direction:column;align-items:center;cursor:pointer}.chLabelIndWrap[data-v-d5eda6cd]{position:relative;display:flex;flex-direction:row;justify-content:space-around;width:100%;color:#3c54a4}.chLabelInd[data-v-d5eda6cd]{font-size:.6em;min-width:70px;color:#969696;text-align:right;white-space:nowrap}.labelDiv.selected[data-v-d5eda6cd]{color:#f9a23a!important;font-weight:600}.chLabelIndWrap[selected][data-v-d5eda6cd]{color:#4d628c}.labelDiv[data-v-d5eda6cd]{align-self:flex-end;white-space:nowrap;color:var(--neuron)}.timeseries-scrubber[data-v-8618a902]{background:#fff;padding:0 8px 8px}.dateWrap[data-v-8618a902]{padding:8px 0;font-size:12px;text-transform:uppercase;color:#71747c;display:flex;flex-direction:row;justify-content:space-between}#scrubber[data-v-8618a902]{background:#fff;box-shadow:0 0 0 1px #c5c5c5 inset;box-sizing:border-box;position:relative;display:flex}#canvasWrap[data-v-8618a902]{height:30px;position:relative}.noselect[data-v-8618a902]{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.canvas[data-v-8618a902]{position:absolute;top:0;left:0;cursor:pointer}.canvas[dragme][data-v-8618a902]{cursor:move}.canvas[resizeme][data-v-8618a902]{cursor:ew-resize}#annotationCanvas[data-v-8618a902]{margin-top:1px}#iCanvas[data-v-8618a902]{margin-left:0}.timeseries-plot-canvas[data-v-4be24234]{position:relative;width:100%;height:100%}.canvas[data-v-4be24234]{position:absolute;top:0;left:5px;cursor:ew-resize;outline:none}.timeseries-viewer-canvas[data-v-c902180d]{display:flex;background-color:#fff;flex:1}#canvasWrapper[data-v-c902180d]{position:relative}#channelCanvas[data-v-c902180d]{display:flex}.canvas[data-v-c902180d]{position:absolute;top:0;left:0;margin-left:5px;cursor:ew-resize;outline:none}.canvas[active][data-v-c902180d]{cursor:pointer}.canvas[col_resize][data-v-c902180d]{cursor:col-resize}.canvas[point][data-v-c902180d]{cursor:default}.canvas[cursor_hover][data-v-c902180d]{cursor:col-resize}#cursorArea[data-v-c902180d]{margin-left:0}#annotationPopover[data-v-c902180d]{position:absolute;opacity:0;display:none;top:75px;z-index:1000;left:400px}.timeseries-viewer-toolbar[data-v-5b412e2a]{border-top:1px solid #DADADA;background:#f7f7f7;display:flex;padding:8px 0;width:100%;justify-content:space-between;align-items:center}.btn-icon[data-v-5b412e2a]{color:#999;margin-left:8px;margin-right:2px}.btn-icon[data-v-5b412e2a]:last-child{margin-right:8px}.btn-icon.selected[data-v-5b412e2a],.btn-icon[data-v-5b412e2a]:hover,.btn-icon[focused][data-v-5b412e2a]{color:#011f5b}.btn-icon[disabled][data-v-5b412e2a]{color:#e5e5e5}.playSelect[data-v-5b412e2a]{width:70px;margin-right:8px}#right-controls[data-v-5b412e2a]{display:flex;align-items:center;height:42px}.playSelect .el-input__inner{padding:8px 4px}.timeseries-viewer-toolbar .el-input-number.is-controls-right .el-input-number__decrease,.timeseries-viewer-toolbar .el-input-number.is-controls-right .el-input-number__increase{height:16px}.timeseries-filter-modal[data-v-7546755f]{display:block;box-sizing:border-box}.filterInput[data-v-7546755f]{width:100%}.select-wrapper[data-v-7546755f]{display:flex;flex-direction:column;border-left:5px solid var(--dopamine)}#layerSelect[data-v-7546755f]{margin:0 0 10px;width:auto}.channels-icon[data-v-7546755f]{border:1px solid var(--light-gray);border-radius:2px;color:var(--light-gray);margin-right:5px}.button-wrapper[data-v-7546755f]{display:flex;flex-direction:row;align-items:center}.channels-selected[data-v-7546755f]{display:flex;flex-direction:row;margin-right:20px;line-height:24px}.channels-selected svg[data-v-7546755f]{margin-right:8px}.filter-input-wrapper[data-v-7546755f]{margin-top:24px}.timeseries-filter-modal span{font-size:24px}.timeseries-annotation-modal[data-v-d74b3ef8]{display:block;box-sizing:border-box}.select-wrapper[data-v-d74b3ef8]{display:flex;flex-direction:row;justify-content:space-between;margin-bottom:16px;align-items:center}.button-wrapper[data-v-d74b3ef8]{min-width:500px;display:flex;flex-direction:row;justify-content:space-between}.channels-selected[data-v-d74b3ef8]{display:flex;flex-direction:row;align-items:center}.date-time-picker[data-v-d74b3ef8]{width:100%}.select-label[data-v-d74b3ef8]{font-weight:500;margin-bottom:5px}.inline-icon[data-v-d74b3ef8]{margin-right:8px}.range-type-selector[data-v-d74b3ef8]{margin-right:16px;display:flex;flex-direction:column;align-items:center}.mb-16[data-v-d74b3ef8]{color:#f25641}.bf-library-button[data-v-a46bc988]{align-items:center;background:#011f5b;border:1px solid transparent;border-radius:3px;color:#fff;cursor:pointer;display:inline-flex;flex-direction:row;font-size:14px;justify-content:center;line-height:1;margin:0;min-width:160px;outline:none;padding:12px 16px;text-transform:none;min-height:40px}.bf-library-button.dropdown-button[data-v-a46bc988]{justify-content:left;text-align:left}.bf-library-button.flex[data-v-a46bc988]{min-width:40px}.bf-library-button.hasPrefix[data-v-a46bc988]{padding:4px 16px}.bf-library-button[disabled][data-v-a46bc988]{opacity:.3;color:#f7f7f7;cursor:default}.bf-library-button[data-v-a46bc988]:not([disabled]):hover,.bf-library-button[data-v-a46bc988]:not([disabled]):focus{background:#011f5b}.bf-library-button[data-v-a46bc988]:not([disabled]):hover{box-shadow:2px 2px 4px #00000040}.bf-library-button[data-v-a46bc988]:not([disabled]):active{box-shadow:none}.bf-library-button.small[data-v-a46bc988]{font-size:10px;color:#fff;text-align:left;line-height:12px;padding:8px 16px;margin-bottom:-10px;margin-top:-4px}.bf-library-button.compact[data-v-a46bc988]{padding:8px 16px}.bf-library-button.icon[data-v-a46bc988]{padding:11px;min-width:0;height:40px}.bf-library-button.secondary[data-v-a46bc988]{background:#f7f7f7;border-color:#d3d5da;color:#4d4d4d}.bf-library-button.secondary[data-v-a46bc988]:not([disabled]):hover,.bf-library-button.secondary[data-v-a46bc988]:not([disabled]):focus{background:#e5e5e5}.bf-library-button.secondary.ghost[data-v-a46bc988]{border-color:#e5e5e5;color:#4d4d4d}.bf-library-button.secondary.ghost[data-v-a46bc988]:not([disabled]):active,.bf-library-button.secondary.ghost[data-v-a46bc988]:not([disabled]):focus{background:#f9f9f9;color:#4d4d4d}.bf-library-button.green[data-v-a46bc988]{background:#17bb62}.bf-library-button.green[data-v-a46bc988]:not([disabled]):hover,.bf-library-button.green[data-v-a46bc988]:not([disabled]):focus{background:#14a758}.bf-library-button.green.ghost[data-v-a46bc988]{border-color:#17bb62;color:#17bb62}.bf-library-button.green.ghost[data-v-a46bc988]:not([disabled]):active,.bf-library-button.green.ghost[data-v-a46bc988]:not([disabled]):focus{background:#17bb62;color:#fff}.bf-library-button.red[data-v-a46bc988]{background:#f25641}.bf-library-button.red[data-v-a46bc988]:not([disabled]):hover,.bf-library-button.red[data-v-a46bc988]:not([disabled]):focus{background:#c14d49}.bf-library-button.red.ghost[data-v-a46bc988]{border-color:#f25641;color:#f25641}.bf-library-button.red.ghost[data-v-a46bc988]:not([disabled]):active,.bf-library-button.red.ghost[data-v-a46bc988]:not([disabled]):focus{background:#f25641;color:#fff}.bf-library-button.ghost[data-v-a46bc988]{background:transparent;border-color:#011f5b;color:#011f5b;font-weight:500}.bf-library-button.ghost[data-v-a46bc988]:not([disabled]):hover{background:#fff}.bf-library-button.ghost[data-v-a46bc988]:not([disabled]):active,.bf-library-button.ghost[data-v-a46bc988]:not([disabled]):focus{background:#011f5b;color:#fff}.bf-library-button.dashed[data-v-a46bc988]{background:#f9f9f9;border:1px dashed #e5e5e5;color:#333}.bf-library-button.dashed[data-v-a46bc988]:not([disabled]):hover,.bf-library-button.dashed[data-v-a46bc988]:not([disabled]):active,.bf-library-button.dashed[data-v-a46bc988]:not([disabled]):focus{background:#f9f9f9;color:#333}.bf-library-button iron-icon[data-v-a46bc988]{margin-right:5px}.button-spinner[data-v-a46bc988]{height:20px;margin:-3px 8px -3px 0;width:20px}.prefix[data-v-a46bc988],.suffix[data-v-a46bc988]{display:inline-flex}.prefix[data-v-a46bc988],.compact .prefix[data-v-a46bc988]{margin-right:2px}.suffix[data-v-a46bc988],.compact .suffix[data-v-a46bc988]{margin-left:8px}.bf-dialog-header[data-v-1491a20c]{align-items:center;display:flex;position:relative}.bf-dialog-header .icon-close[data-v-1491a20c]{color:#999;cursor:pointer}.bf-dialog-header-title[data-v-1491a20c]{flex:1;font-size:18px;font-weight:400;line-height:1;margin-right:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#fff}.tabs[data-v-1491a20c]{bottom:-25px;right:40px;position:absolute}.dialog-body[data-v-690e953f]{align-items:center;display:flex;font-size:14px;flex-direction:column;justify-content:center}.simple .dialog-body[data-v-690e953f]{text-align:center}.dialog-spacing[data-v-690e953f]{align-items:center;display:flex;font-size:14px;flex-direction:column;justify-content:center}.simple .dialog-spacing[data-v-690e953f]{padding:0;text-align:center}.dialog-body-icon[data-v-690e953f]{margin-bottom:8px}.dialog-body-heading[data-v-690e953f]{color:#4d4d4d;font-weight:700;line-height:16px;margin-bottom:8px}.btn-third-option[data-v-690e953f]{display:inline-block;margin-top:16px}.dialog-body-content[data-v-690e953f]{color:#4d4d4d;line-height:18px;width:100%}.dialog-simple-buttons[data-v-690e953f]{display:flex;margin-top:16px;justify-content:center}.dialog-simple-buttons .bf-library-button[data-v-690e953f]{margin-left:8px}.mb-16[data-v-3cc4b959]{color:#f25641}h2[data-v-3cc4b959]{color:#000;font-size:14px;list-style:16px;margin:0 0 8px}.circle-icon[data-v-46dcef49]{align-items:center;background:#f1f1f3;border-radius:50%;box-sizing:border-box;color:#71747c;display:inline-flex;height:32px;justify-content:center;overflow:hidden;width:32px}.color-option[data-v-117509d0]{display:flex;flex-direction:row;justify-content:space-between}.timeseries-annotation-modal[data-v-117509d0]{display:block;box-sizing:border-box}.input-section[data-v-117509d0]{margin-bottom:8px;display:flex;flex-direction:column}.filterInput[data-v-117509d0]{width:100%}.select-wrapper[data-v-117509d0]{display:flex;flex-direction:column;border-left:5px solid var(--dopamine)}#layerSelect[data-v-117509d0]{margin:0 0 10px;width:auto}.channels-icon[data-v-117509d0]{border:1px solid var(--light-gray);border-radius:2px;color:var(--light-gray);margin-right:5px}.button-wrapper[data-v-117509d0]{display:flex;flex-direction:row}.channelsSelected[data-v-117509d0]{display:flex;flex-direction:row;margin-right:20px}.timeseries-annotation-canvas[data-v-41f7f1c2]{position:absolute;top:0;left:0;margin-left:5px;cursor:ew-resize;outline:none}
|
package/package.json
ADDED
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@pennsieve-viz/tsviewer",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"type": "module",
|
|
5
|
+
"main": "./dist/index.cjs",
|
|
6
|
+
"module": "./dist/index.js",
|
|
7
|
+
"types": "./dist/index.d.ts",
|
|
8
|
+
"style": "dist/style.css",
|
|
9
|
+
"exports": {
|
|
10
|
+
".": {
|
|
11
|
+
"types": "./dist/index.d.ts",
|
|
12
|
+
"import": "./dist/index.js",
|
|
13
|
+
"require": "./dist/index.cjs"
|
|
14
|
+
},
|
|
15
|
+
"./style.css": "./dist/style.css"
|
|
16
|
+
},
|
|
17
|
+
"files": [
|
|
18
|
+
"dist"
|
|
19
|
+
],
|
|
20
|
+
"sideEffects": [
|
|
21
|
+
"*.css"
|
|
22
|
+
],
|
|
23
|
+
"scripts": {
|
|
24
|
+
"build": "vite build",
|
|
25
|
+
"dev": "vite"
|
|
26
|
+
},
|
|
27
|
+
"dependencies": {
|
|
28
|
+
"@element-plus/icons-vue": "2.3.1",
|
|
29
|
+
"core-js": "^3.8.3",
|
|
30
|
+
"protobufjs": "^7.2.6",
|
|
31
|
+
"ramda": "^0.28.0",
|
|
32
|
+
"tiny-emitter": "2.1.0"
|
|
33
|
+
},
|
|
34
|
+
"devDependencies": {
|
|
35
|
+
"@vitejs/plugin-vue": "^5.2.4",
|
|
36
|
+
"@vue/compiler-sfc": "^3.2.45",
|
|
37
|
+
"eslint": "^7.32.0",
|
|
38
|
+
"eslint-plugin-vue": "^8.0.3",
|
|
39
|
+
"sass": "^1.88.0",
|
|
40
|
+
"unplugin-auto-import": "^19.2.0",
|
|
41
|
+
"unplugin-vue-components": "^28.5.0",
|
|
42
|
+
"vite": "^6.2.4",
|
|
43
|
+
"vue": "^3.5.17",
|
|
44
|
+
"pinia": "^3.0.3",
|
|
45
|
+
"element-plus": "^2.3.0",
|
|
46
|
+
"@aws-amplify/auth": "^6.5.4"
|
|
47
|
+
},
|
|
48
|
+
"peerDependencies": {
|
|
49
|
+
"vue": "^3.2.0",
|
|
50
|
+
"pinia": "^2.0.0 || ^3.0.0",
|
|
51
|
+
"element-plus": "^2.3.0",
|
|
52
|
+
"@aws-amplify/auth": "^6.0.0"
|
|
53
|
+
},
|
|
54
|
+
"peerDependenciesMeta": {
|
|
55
|
+
"@aws-amplify/auth": {
|
|
56
|
+
"optional": true
|
|
57
|
+
}
|
|
58
|
+
},
|
|
59
|
+
"license": "MIT",
|
|
60
|
+
"repository": {
|
|
61
|
+
"type": "git",
|
|
62
|
+
"url": "https://github.com/Pennsieve/pennsieve-visualization.git",
|
|
63
|
+
"directory": "packages/ts-viewer"
|
|
64
|
+
}
|
|
65
|
+
}
|