@eodash/eodash 5.0.0-alpha → 5.0.0-alpha.1.1
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/bin/app.js +16 -147
- package/bin/cli.js +57 -0
- package/bin/serverConfig.js +134 -0
- package/bin/update.js +17 -0
- package/bin/utils.js +33 -0
- package/core/App.vue +21 -0
- package/core/components/DashboardLayout.vue +58 -0
- package/core/components/DynamicWebComponent.vue +68 -0
- package/core/components/Footer.vue +31 -0
- package/core/components/Header.vue +38 -0
- package/core/components/IframeWrapper.vue +11 -0
- package/core/components/MobileLayout.vue +79 -0
- package/core/composables/DefineConfig.js +44 -0
- package/core/composables/DefineWidgets.js +118 -0
- package/core/composables/index.js +147 -0
- package/core/eodashConfig.js +136 -0
- package/core/main.js +4 -0
- package/core/plugins/index.js +27 -0
- package/core/plugins/router.js +20 -0
- package/core/plugins/vuetify.js +27 -0
- package/core/render.js +13 -0
- package/core/store/Actions.js +28 -0
- package/core/store/Keys.js +6 -0
- package/core/store/States.js +12 -0
- package/core/store/index.js +23 -0
- package/core/store/stac.js +61 -0
- package/core/types.d.ts +333 -0
- package/core/views/Dashboard.vue +49 -0
- package/core/vite-env.d.ts +35 -0
- package/package.json +20 -21
- package/widgets/WidgetsContainer.vue +46 -0
- package/dist/.gitkeep +0 -0
- package/dist/assets/Dashboard-4233cc52.css +0 -1
- package/dist/assets/Dashboard-d7d438a6.js +0 -1
- package/dist/assets/DashboardLayout-5ab6c4a5.js +0 -29
- package/dist/assets/DashboardLayout-739135c5.css +0 -1
- package/dist/assets/DynamicWebComponent-1b7b527a.js +0 -1
- package/dist/assets/Footer-0fe1887a.css +0 -1
- package/dist/assets/Footer-7e1ca735.js +0 -1
- package/dist/assets/Header-9cac598d.css +0 -1
- package/dist/assets/Header-ae17296c.js +0 -1
- package/dist/assets/IframeWrapper-b2c05ffd.js +0 -1
- package/dist/assets/MobileLayout-1b3cb89b.js +0 -1
- package/dist/assets/MobileLayout-ad647682.css +0 -1
- package/dist/assets/VMain-d6216866.css +0 -1
- package/dist/assets/VMain-f6b3f120.js +0 -1
- package/dist/assets/WidgetsContainer-cdad3d50.js +0 -1
- package/dist/assets/color-6039ab34.js +0 -1
- package/dist/assets/eox-chart-3b122ba4.js +0 -142
- package/dist/assets/eox-itemfilter-a63da0da.js +0 -981
- package/dist/assets/eox-jsonform-98c2af62.js +0 -239
- package/dist/assets/eox-layercontrol-f5e35702.js +0 -1126
- package/dist/assets/eox-map-7f82b0d4.js +0 -178
- package/dist/assets/eox-stacinfo-65a8d8f3.js +0 -388
- package/dist/assets/eox-timecontrol-4be63aa2.js +0 -237
- package/dist/assets/index-52c9d989.js +0 -34
- package/dist/assets/index-5d2400e5.css +0 -5
- package/dist/assets/materialdesignicons-webfont-48d3eec6.woff +0 -0
- package/dist/assets/materialdesignicons-webfont-861aea05.eot +0 -0
- package/dist/assets/materialdesignicons-webfont-bd725a7a.ttf +0 -0
- package/dist/assets/materialdesignicons-webfont-e52d60f6.woff2 +0 -0
- package/dist/assets/ssrBoot-0b8754a9.css +0 -1
- package/dist/assets/ssrBoot-d383eb61.js +0 -1
- package/dist/assets/webfontloader-523643f5.js +0 -1
- package/dist/index.html +0 -17
- package/dist/types/index.d.ts +0 -124
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.v-btn{align-items:center;border-radius:4px;display:inline-grid;grid-template-areas:"prepend content append";grid-template-columns:max-content auto max-content;font-weight:500;justify-content:center;letter-spacing:.0892857143em;line-height:normal;max-width:100%;outline:none;position:relative;text-decoration:none;text-indent:.0892857143em;text-transform:uppercase;transition-property:box-shadow,transform,opacity,background;transition-duration:.28s;transition-timing-function:cubic-bezier(.4,0,.2,1);-webkit-user-select:none;user-select:none;vertical-align:middle;flex-shrink:0;border-color:rgba(var(--v-border-color),var(--v-border-opacity));border-style:solid;border-width:0}.v-btn--size-x-small{--v-btn-size: .625rem;--v-btn-height: 20px;font-size:var(--v-btn-size);min-width:36px;padding:0 8px}.v-btn--size-small{--v-btn-size: .75rem;--v-btn-height: 28px;font-size:var(--v-btn-size);min-width:50px;padding:0 12px}.v-btn--size-default{--v-btn-size: .875rem;--v-btn-height: 36px;font-size:var(--v-btn-size);min-width:64px;padding:0 16px}.v-btn--size-large{--v-btn-size: 1rem;--v-btn-height: 44px;font-size:var(--v-btn-size);min-width:78px;padding:0 20px}.v-btn--size-x-large{--v-btn-size: 1.125rem;--v-btn-height: 52px;font-size:var(--v-btn-size);min-width:92px;padding:0 24px}.v-btn.v-btn--density-default{height:calc(var(--v-btn-height) + 0px)}.v-btn.v-btn--density-comfortable{height:calc(var(--v-btn-height) + -8px)}.v-btn.v-btn--density-compact{height:calc(var(--v-btn-height) + -12px)}.v-btn--border{border-width:thin;box-shadow:none}.v-btn--absolute{position:absolute}.v-btn--fixed{position:fixed}.v-btn:hover>.v-btn__overlay{opacity:calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier))}.v-btn:focus-visible>.v-btn__overlay{opacity:calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}@supports not selector(:focus-visible){.v-btn:focus>.v-btn__overlay{opacity:calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}}.v-btn--active>.v-btn__overlay,.v-btn[aria-haspopup=menu][aria-expanded=true]>.v-btn__overlay{opacity:calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier))}.v-btn--active:hover>.v-btn__overlay,.v-btn[aria-haspopup=menu][aria-expanded=true]:hover>.v-btn__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier))}.v-btn--active:focus-visible>.v-btn__overlay,.v-btn[aria-haspopup=menu][aria-expanded=true]:focus-visible>.v-btn__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier))}@supports not selector(:focus-visible){.v-btn--active:focus>.v-btn__overlay,.v-btn[aria-haspopup=menu][aria-expanded=true]:focus>.v-btn__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier))}}.v-btn--variant-plain,.v-btn--variant-outlined,.v-btn--variant-text,.v-btn--variant-tonal{background:transparent;color:inherit}.v-btn--variant-plain{opacity:.62}.v-btn--variant-plain:focus,.v-btn--variant-plain:hover{opacity:1}.v-btn--variant-plain .v-btn__overlay{display:none}.v-btn--variant-elevated,.v-btn--variant-flat{background:rgb(var(--v-theme-surface));color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity))}.v-btn--variant-elevated{box-shadow:0 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 2px 2px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 5px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-btn--variant-flat{box-shadow:0 0 0 0 var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 0 0 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-btn--variant-outlined{border:thin solid currentColor}.v-btn--variant-text .v-btn__overlay{background:currentColor}.v-btn--variant-tonal .v-btn__underlay{background:currentColor;opacity:var(--v-activated-opacity);border-radius:inherit;position:absolute;inset:0;pointer-events:none}@supports selector(:focus-visible){.v-btn:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;border:2px solid currentColor;border-radius:inherit;opacity:0;transition:opacity .2s ease-in-out}.v-btn:focus-visible:after{opacity:calc(.25 * var(--v-theme-overlay-multiplier))}}.v-btn--icon{border-radius:50%;min-width:0;padding:0}.v-btn--icon.v-btn--size-default{--v-btn-size: 1rem}.v-btn--icon.v-btn--density-default{width:calc(var(--v-btn-height) + 12px);height:calc(var(--v-btn-height) + 12px)}.v-btn--icon.v-btn--density-comfortable{width:calc(var(--v-btn-height) + 0px);height:calc(var(--v-btn-height) + 0px)}.v-btn--icon.v-btn--density-compact{width:calc(var(--v-btn-height) + -8px);height:calc(var(--v-btn-height) + -8px)}.v-btn--elevated:hover,.v-btn--elevated:focus{box-shadow:0 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 4px 5px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 10px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-btn--elevated:active{box-shadow:0 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 3px 14px 2px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-btn--flat{box-shadow:none}.v-btn--block{display:flex;flex:1 0 auto;min-width:100%}.v-btn--disabled{pointer-events:none;opacity:.26}.v-btn--disabled:hover{opacity:.26}.v-btn--disabled.v-btn--variant-elevated,.v-btn--disabled.v-btn--variant-flat{box-shadow:none;opacity:1;color:rgba(var(--v-theme-on-surface),.26);background:rgb(var(--v-theme-surface))}.v-btn--disabled.v-btn--variant-elevated .v-btn__overlay,.v-btn--disabled.v-btn--variant-flat .v-btn__overlay{opacity:.4615384615}.v-btn--loading{pointer-events:none}.v-btn--loading .v-btn__content,.v-btn--loading .v-btn__prepend,.v-btn--loading .v-btn__append{opacity:0}.v-btn--stacked{grid-template-areas:"prepend" "content" "append";grid-template-columns:auto;grid-template-rows:max-content max-content max-content;justify-items:center;align-content:center}.v-btn--stacked .v-btn__content{flex-direction:column;line-height:1.25}.v-btn--stacked .v-btn__prepend,.v-btn--stacked .v-btn__append,.v-btn--stacked .v-btn__content>.v-icon--start,.v-btn--stacked .v-btn__content>.v-icon--end{margin-inline:0}.v-btn--stacked .v-btn__prepend,.v-btn--stacked .v-btn__content>.v-icon--start{margin-bottom:4px}.v-btn--stacked .v-btn__append,.v-btn--stacked .v-btn__content>.v-icon--end{margin-top:4px}.v-btn--stacked.v-btn--size-x-small{--v-btn-size: .625rem;--v-btn-height: 56px;font-size:var(--v-btn-size);min-width:56px;padding:0 12px}.v-btn--stacked.v-btn--size-small{--v-btn-size: .75rem;--v-btn-height: 64px;font-size:var(--v-btn-size);min-width:64px;padding:0 14px}.v-btn--stacked.v-btn--size-default{--v-btn-size: .875rem;--v-btn-height: 72px;font-size:var(--v-btn-size);min-width:72px;padding:0 16px}.v-btn--stacked.v-btn--size-large{--v-btn-size: 1rem;--v-btn-height: 80px;font-size:var(--v-btn-size);min-width:80px;padding:0 18px}.v-btn--stacked.v-btn--size-x-large{--v-btn-size: 1.125rem;--v-btn-height: 88px;font-size:var(--v-btn-size);min-width:88px;padding:0 20px}.v-btn--stacked.v-btn--density-default{height:calc(var(--v-btn-height) + 0px)}.v-btn--stacked.v-btn--density-comfortable{height:calc(var(--v-btn-height) + -16px)}.v-btn--stacked.v-btn--density-compact{height:calc(var(--v-btn-height) + -24px)}.v-btn--slim{padding:0 8px}.v-btn--rounded{border-radius:24px}.v-btn--rounded.v-btn--icon{border-radius:4px}.v-btn .v-icon{--v-icon-size-multiplier: .8571428571}.v-btn--icon .v-icon{--v-icon-size-multiplier: 1}.v-btn--stacked .v-icon{--v-icon-size-multiplier: 1.1428571429}.v-btn__loader{align-items:center;display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%}.v-btn__content,.v-btn__prepend,.v-btn__append{align-items:center;display:flex;transition:transform,opacity .2s cubic-bezier(.4,0,.2,1)}.v-btn__prepend{grid-area:prepend;margin-inline:calc(var(--v-btn-height) / -9) calc(var(--v-btn-height) / 4.5)}.v-btn__append{grid-area:append;margin-inline:calc(var(--v-btn-height) / 4.5) calc(var(--v-btn-height) / -9)}.v-btn__content{grid-area:content;justify-content:center;white-space:nowrap}.v-btn__content>.v-icon--start{margin-inline:calc(var(--v-btn-height) / -9) calc(var(--v-btn-height) / 4.5)}.v-btn__content>.v-icon--end{margin-inline:calc(var(--v-btn-height) / 4.5) calc(var(--v-btn-height) / -9)}.v-btn--stacked .v-btn__content{white-space:normal}.v-btn__overlay{background-color:currentColor;border-radius:inherit;opacity:0;transition:opacity .2s ease-in-out}.v-btn__overlay,.v-btn__underlay{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.v-card-actions .v-btn~.v-btn:not(.v-btn-toggle .v-btn){margin-inline-start:.5rem}.v-pagination .v-btn{border-radius:4px}.v-pagination .v-btn--rounded{border-radius:50%}.v-btn__overlay{transition:none}.v-pagination__item--is-active .v-btn__overlay{opacity:var(--v-border-opacity)}.v-btn-toggle>.v-btn.v-btn--active:not(.v-btn--disabled)>.v-btn__overlay{opacity:calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier))}.v-btn-toggle>.v-btn.v-btn--active:not(.v-btn--disabled):hover>.v-btn__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier))}.v-btn-toggle>.v-btn.v-btn--active:not(.v-btn--disabled):focus-visible>.v-btn__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier))}@supports not selector(:focus-visible){.v-btn-toggle>.v-btn.v-btn--active:not(.v-btn--disabled):focus>.v-btn__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier))}}.v-btn-group{display:inline-flex;flex-wrap:nowrap;max-width:100%;min-width:0;overflow:hidden;vertical-align:middle;border-color:rgba(var(--v-border-color),var(--v-border-opacity));border-style:solid;border-width:0;box-shadow:0 0 0 0 var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 0 0 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12));border-radius:4px;background:transparent;color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity))}.v-btn-group--border{border-width:thin;box-shadow:none}.v-btn-group--density-default.v-btn-group{height:48px}.v-btn-group--density-comfortable.v-btn-group{height:40px}.v-btn-group--density-compact.v-btn-group{height:36px}.v-btn-group .v-btn{border-radius:0;border-color:inherit}.v-btn-group .v-btn:not(:last-child){border-inline-end:none}.v-btn-group .v-btn:not(:first-child){border-inline-start:none}.v-btn-group .v-btn:first-child{border-start-start-radius:inherit;border-end-start-radius:inherit}.v-btn-group .v-btn:last-child{border-start-end-radius:inherit;border-end-end-radius:inherit}.v-btn-group--divided .v-btn:not(:last-child){border-inline-end-width:thin;border-inline-end-style:solid;border-inline-end-color:rgba(var(--v-border-color),var(--v-border-opacity))}.v-btn-group--tile{border-radius:0}.v-icon{--v-icon-size-multiplier: 1;align-items:center;display:inline-flex;font-feature-settings:"liga";height:1em;justify-content:center;letter-spacing:normal;line-height:1;position:relative;text-indent:0;text-align:center;-webkit-user-select:none;user-select:none;vertical-align:middle;width:1em;min-width:1em}.v-icon--clickable{cursor:pointer}.v-icon--size-x-small{font-size:calc(var(--v-icon-size-multiplier) * 1em)}.v-icon--size-small{font-size:calc(var(--v-icon-size-multiplier) * 1.25em)}.v-icon--size-default{font-size:calc(var(--v-icon-size-multiplier) * 1.5em)}.v-icon--size-large{font-size:calc(var(--v-icon-size-multiplier) * 1.75em)}.v-icon--size-x-large{font-size:calc(var(--v-icon-size-multiplier) * 2em)}.v-icon__svg{fill:currentColor;width:100%;height:100%}.v-icon--start{margin-inline-end:8px}.v-icon--end{margin-inline-start:8px}.v-progress-circular{align-items:center;display:inline-flex;justify-content:center;position:relative;vertical-align:middle}.v-progress-circular>svg{width:100%;height:100%;margin:auto;position:absolute;inset:0;z-index:0}.v-progress-circular__content{align-items:center;display:flex;justify-content:center}.v-progress-circular__underlay{color:rgba(var(--v-border-color),var(--v-border-opacity));stroke:currentColor;z-index:1}.v-progress-circular__overlay{stroke:currentColor;transition:all .2s ease-in-out,stroke-width 0s;z-index:2}.v-progress-circular--size-x-small{height:16px;width:16px}.v-progress-circular--size-small{height:24px;width:24px}.v-progress-circular--size-default{height:32px;width:32px}.v-progress-circular--size-large{height:48px;width:48px}.v-progress-circular--size-x-large{height:64px;width:64px}.v-progress-circular--indeterminate>svg{animation:progress-circular-rotate 1.4s linear infinite;transform-origin:center center;transition:all .2s ease-in-out}.v-progress-circular--indeterminate .v-progress-circular__overlay{animation:progress-circular-dash 1.4s ease-in-out infinite,progress-circular-rotate 1.4s linear infinite;stroke-dasharray:25,200;stroke-dashoffset:0;stroke-linecap:round;transform-origin:center center;transform:rotate(-90deg)}.v-progress-circular--disable-shrink>svg{animation-duration:.7s}.v-progress-circular--disable-shrink .v-progress-circular__overlay{animation:none}.v-progress-circular--indeterminate:not(.v-progress-circular--visible)>svg,.v-progress-circular--indeterminate:not(.v-progress-circular--visible) .v-progress-circular__overlay{animation-play-state:paused!important}@keyframes progress-circular-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0px}50%{stroke-dasharray:100,200;stroke-dashoffset:-15px}to{stroke-dasharray:100,200;stroke-dashoffset:-124px}}@keyframes progress-circular-rotate{to{transform:rotate(270deg)}}.v-ripple__container{color:inherit;border-radius:inherit;position:absolute;width:100%;height:100%;left:0;top:0;overflow:hidden;z-index:0;pointer-events:none;contain:strict}.v-ripple__animation{color:inherit;position:absolute;top:0;left:0;border-radius:50%;background:currentColor;opacity:0;pointer-events:none;overflow:hidden;will-change:transform,opacity}.v-ripple__animation--enter{transition:none;opacity:0}.v-ripple__animation--in{transition:transform .25s cubic-bezier(0,0,.2,1),opacity .1s cubic-bezier(0,0,.2,1);opacity:calc(.25 * var(--v-theme-overlay-multiplier))}.v-ripple__animation--out{transition:opacity .3s cubic-bezier(0,0,.2,1);opacity:0}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{g as Me,c as me,d as ge,a as he,m as z,e as ye,f as pe,b as be,h as W}from"./color-6039ab34.js";import{ae as q,q as p,af as L,t as d,j as m,F as We,k as F,r as A,a1 as D,s as E,a2 as O,a4 as Ce,V as I,Q as $,W as X,ag as qe,ah as Se,i as Fe,Z as J,O as K,P as Ue,a8 as Ye,a6 as _e,ai as we,aj as je,ak as Xe,J as Je,al as Ke,am as Qe,a0 as k,an as U,x as Q,ao as Ze,ap as et,aq as tt,M as ke,U as nt,ar as st,ab as at,a3 as it,A as lt,as as oe,Y as ot,at as rt,au as re,H as ut,$ as ct,av as dt}from"./index-52c9d989.js";const vt=["top","bottom"],ft=["start","end","left","right"];function mt(e,t){let[n,s]=e.split(" ");return s||(s=q(vt,n)?"start":q(ft,n)?"top":"center"),{side:ue(n,t),align:ue(s,t)}}function ue(e,t){return e==="start"?t?"right":"left":e==="end"?t?"left":"right":e}const gt=[null,"default","comfortable","compact"],xe=p({density:{type:String,default:"default",validator:e=>gt.includes(e)}},"density");function Ie(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:L();return{densityClasses:d(()=>`${t}--density-${e.density}`)}}const ht=["elevated","flat","tonal","outlined","text","plain"];function yt(e,t){return m(We,null,[e&&m("span",{key:"overlay",class:`${t}__overlay`},null),m("span",{key:"underlay",class:`${t}__underlay`},null)])}const Ve=p({color:String,variant:{type:String,default:"elevated",validator:e=>ht.includes(e)}},"variant");function pt(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:L();const n=d(()=>{const{variant:a}=F(e);return`${t}--variant-${a}`}),{colorClasses:s,colorStyles:i}=Me(d(()=>{const{variant:a,color:l}=F(e);return{[["elevated","flat"].includes(a)?"background":"text"]:l}}));return{colorClasses:s,colorStyles:i,variantClasses:n}}const Ee=p({divided:Boolean,...me(),...A(),...xe(),...ge(),...he(),...z(),...D(),...Ve()},"VBtnGroup"),ce=E()({name:"VBtnGroup",props:Ee(),setup(e,t){let{slots:n}=t;const{themeClasses:s}=O(e),{densityClasses:i}=Ie(e),{borderClasses:a}=ye(e),{elevationClasses:l}=pe(e),{roundedClasses:c}=be(e);Ce({VBtn:{height:"auto",color:I(e,"color"),density:I(e,"density"),flat:!0,variant:I(e,"variant")}}),$(()=>m(e.tag,{class:["v-btn-group",{"v-btn-group--divided":e.divided},s.value,a.value,i.value,l.value,c.value,e.class],style:e.style},n))}}),bt=p({modelValue:{type:null,default:void 0},multiple:Boolean,mandatory:[Boolean,String],max:Number,selectedClass:String,disabled:Boolean},"group"),Ct=p({value:null,disabled:Boolean,selectedClass:String},"group-item");function St(e,t){let n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!0;const s=X("useGroupItem");if(!s)throw new Error("[Vuetify] useGroupItem composable must be used inside a component setup function");const i=qe();Se(Symbol.for(`${t.description}:id`),i);const a=Fe(t,null);if(!a){if(!n)return a;throw new Error(`[Vuetify] Could not find useGroup injection with symbol ${t.description}`)}const l=I(e,"value"),c=d(()=>!!(a.disabled.value||e.disabled));a.register({id:i,value:l,disabled:c},s),J(()=>{a.unregister(i)});const o=d(()=>a.isSelected(i)),g=d(()=>o.value&&[a.selectedClass.value,e.selectedClass]);return K(o,y=>{s.emit("group:selected",{value:y})},{flush:"sync"}),{id:i,isSelected:o,toggle:()=>a.select(i,!o.value),select:y=>a.select(i,y),selectedClass:g,value:l,disabled:c,group:a}}function _t(e,t){let n=!1;const s=Ue([]),i=Ye(e,"modelValue",[],r=>r==null?[]:Be(s,je(r)),r=>{const u=kt(s,r);return e.multiple?u:u[0]}),a=X("useGroup");function l(r,u){const h=r,f=Symbol.for(`${t.description}:id`),C=Xe(f,a==null?void 0:a.vnode).indexOf(u);F(h.value)==null&&(h.value=C),C>-1?s.splice(C,0,h):s.push(h)}function c(r){if(n)return;o();const u=s.findIndex(h=>h.id===r);s.splice(u,1)}function o(){const r=s.find(u=>!u.disabled);r&&e.mandatory==="force"&&!i.value.length&&(i.value=[r.id])}_e(()=>{o()}),J(()=>{n=!0});function g(r,u){const h=s.find(f=>f.id===r);if(!(u&&(h!=null&&h.disabled)))if(e.multiple){const f=i.value.slice(),_=f.findIndex(v=>v===r),C=~_;if(u=u??!C,C&&e.mandatory&&f.length<=1||!C&&e.max!=null&&f.length+1>e.max)return;_<0&&u?f.push(r):_>=0&&!u&&f.splice(_,1),i.value=f}else{const f=i.value.includes(r);if(e.mandatory&&f)return;i.value=u??!f?[r]:[]}}function y(r){if(e.multiple,i.value.length){const u=i.value[0],h=s.findIndex(C=>C.id===u);let f=(h+r)%s.length,_=s[f];for(;_.disabled&&f!==h;)f=(f+r)%s.length,_=s[f];if(_.disabled)return;i.value=[s[f].id]}else{const u=s.find(h=>!h.disabled);u&&(i.value=[u.id])}}const b={register:l,unregister:c,selected:i,select:g,disabled:I(e,"disabled"),prev:()=>y(s.length-1),next:()=>y(1),isSelected:r=>i.value.includes(r),selectedClass:d(()=>e.selectedClass),items:d(()=>s),getItemIndex:r=>wt(s,r)};return Se(t,b),b}function wt(e,t){const n=Be(e,[t]);return n.length?e.findIndex(s=>s.id===n[0]):-1}function Be(e,t){const n=[];return t.forEach(s=>{const i=e.find(l=>we(s,l.value)),a=e[s];(i==null?void 0:i.value)!=null?n.push(i.id):a!=null&&n.push(a.id)}),n}function kt(e,t){const n=[];return t.forEach(s=>{const i=e.findIndex(a=>a.id===s);if(~i){const a=e[i];n.push(a.value!=null?a.value:i)}}),n}const Pe=Symbol.for("vuetify:v-btn-toggle"),xt=p({...Ee(),...bt()},"VBtnToggle");E()({name:"VBtnToggle",props:xt(),emits:{"update:modelValue":e=>!0},setup(e,t){let{slots:n}=t;const{isSelected:s,next:i,prev:a,select:l,selected:c}=_t(e,Pe);return $(()=>{const o=ce.filterProps(e);return m(ce,Je({class:["v-btn-toggle",e.class]},o,{style:e.style}),{default:()=>{var g;return[(g=n.default)==null?void 0:g.call(n,{isSelected:s,next:i,prev:a,select:l,selected:c})]}})}),{next:i,prev:a,select:l}}});const It=p({defaults:Object,disabled:Boolean,reset:[Number,String],root:[Boolean,String],scoped:Boolean},"VDefaultsProvider"),H=E(!1)({name:"VDefaultsProvider",props:It(),setup(e,t){let{slots:n}=t;const{defaults:s,disabled:i,reset:a,root:l,scoped:c}=Ke(e);return Ce(s,{reset:a,root:l,scoped:c,disabled:i}),()=>{var o;return(o=n.default)==null?void 0:o.call(n)}}});const Vt=["x-small","small","default","large","x-large"],Z=p({size:{type:[String,Number],default:"default"}},"size");function ee(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:L();return Qe(()=>{let n,s;return q(Vt,e.size)?n=`${t}--size-${e.size}`:e.size&&(s={width:k(e.size),height:k(e.size)}),{sizeClasses:n,sizeStyles:s}})}const Et=p({color:String,start:Boolean,end:Boolean,icon:U,...A(),...Z(),...z({tag:"i"}),...D()},"VIcon"),M=E()({name:"VIcon",props:Et(),setup(e,t){let{attrs:n,slots:s}=t;const i=Q(),{themeClasses:a}=O(e),{iconData:l}=Ze(d(()=>i.value||e.icon)),{sizeClasses:c}=ee(e),{textColorClasses:o,textColorStyles:g}=W(I(e,"color"));return $(()=>{var b,r;const y=(b=s.default)==null?void 0:b.call(s);return y&&(i.value=(r=et(y).filter(u=>u.type===tt&&u.children&&typeof u.children=="string")[0])==null?void 0:r.children),m(l.value.component,{tag:e.tag,icon:l.value.icon,class:["v-icon","notranslate",a.value,c.value,o.value,{"v-icon--clickable":!!n.onClick,"v-icon--start":e.start,"v-icon--end":e.end},e.class],style:[c.value?void 0:{fontSize:k(e.size),height:k(e.size),width:k(e.size)},g.value,e.style],role:n.onClick?"button":void 0,"aria-hidden":!n.onClick},{default:()=>[y]})}),{}}});function Bt(e,t){const n=Q(),s=ke(!1);if(nt){const i=new IntersectionObserver(a=>{e==null||e(a,i),s.value=!!a.find(l=>l.isIntersecting)},t);J(()=>{i.disconnect()}),K(n,(a,l)=>{l&&(i.unobserve(l),s.value=!1),a&&i.observe(a)},{flush:"post"})}return{intersectionRef:n,isIntersecting:s}}const Pt=p({bgColor:String,color:String,indeterminate:[Boolean,String],modelValue:{type:[Number,String],default:0},rotate:{type:[Number,String],default:0},width:{type:[Number,String],default:4},...A(),...Z(),...z({tag:"div"}),...D()},"VProgressCircular"),Tt=E()({name:"VProgressCircular",props:Pt(),setup(e,t){let{slots:n}=t;const s=20,i=2*Math.PI*s,a=Q(),{themeClasses:l}=O(e),{sizeClasses:c,sizeStyles:o}=ee(e),{textColorClasses:g,textColorStyles:y}=W(I(e,"color")),{textColorClasses:b,textColorStyles:r}=W(I(e,"bgColor")),{intersectionRef:u,isIntersecting:h}=Bt(),{resizeRef:f,contentRect:_}=st(),C=d(()=>Math.max(0,Math.min(100,parseFloat(e.modelValue)))),v=d(()=>Number(e.width)),S=d(()=>o.value?Number(e.size):_.value?_.value.width:Math.max(v.value,32)),B=d(()=>s/(1-v.value/S.value)*2),V=d(()=>v.value/S.value*B.value),G=d(()=>k((100-C.value)/100*i));return at(()=>{u.value=a.value,f.value=a.value}),$(()=>m(e.tag,{ref:a,class:["v-progress-circular",{"v-progress-circular--indeterminate":!!e.indeterminate,"v-progress-circular--visible":h.value,"v-progress-circular--disable-shrink":e.indeterminate==="disable-shrink"},l.value,c.value,g.value,e.class],style:[o.value,y.value,e.style],role:"progressbar","aria-valuemin":"0","aria-valuemax":"100","aria-valuenow":e.indeterminate?void 0:C.value},{default:()=>[m("svg",{style:{transform:`rotate(calc(-90deg + ${Number(e.rotate)}deg))`},xmlns:"http://www.w3.org/2000/svg",viewBox:`0 0 ${B.value} ${B.value}`},[m("circle",{class:["v-progress-circular__underlay",b.value],style:r.value,fill:"transparent",cx:"50%",cy:"50%",r:s,"stroke-width":V.value,"stroke-dasharray":i,"stroke-dashoffset":0},null),m("circle",{class:"v-progress-circular__overlay",fill:"transparent",cx:"50%",cy:"50%",r:s,"stroke-width":V.value,"stroke-dasharray":i,"stroke-dashoffset":G.value},null)]),n.default&&m("div",{class:"v-progress-circular__content"},[n.default({value:C.value})])]})),{}}}),Lt=p({height:[Number,String],maxHeight:[Number,String],maxWidth:[Number,String],minHeight:[Number,String],minWidth:[Number,String],width:[Number,String]},"dimension");function $t(e){return{dimensionStyles:d(()=>({height:k(e.height),maxHeight:k(e.maxHeight),maxWidth:k(e.maxWidth),minHeight:k(e.minHeight),minWidth:k(e.minWidth),width:k(e.width)}))}}const de={center:"center",top:"bottom",bottom:"top",left:"right",right:"left"},Nt=p({location:String},"location");function Rt(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1,n=arguments.length>2?arguments[2]:void 0;const{isRtl:s}=it();return{locationStyles:d(()=>{if(!e.location)return{};const{side:a,align:l}=mt(e.location.split(" ").length>1?e.location:`${e.location} center`,s.value);function c(g){return n?n(g):0}const o={};return a!=="center"&&(t?o[de[a]]=`calc(100% - ${c(a)}px)`:o[a]=0),l!=="center"?t?o[de[l]]=`calc(100% - ${c(l)}px)`:o[l]=0:(a==="center"?o.top=o.left="50%":o[{top:"left",bottom:"left",left:"top",right:"top"}[a]]="50%",o.transform={top:"translateX(-50%)",bottom:"translateX(-50%)",left:"translateY(-50%)",right:"translateY(-50%)",center:"translate(-50%, -50%)"}[a]),o})}}const zt=p({loading:[Boolean,String]},"loader");function At(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:L();return{loaderClasses:d(()=>({[`${t}--loading`]:e.loading}))}}const Dt=["static","relative","fixed","absolute","sticky"],Ot=p({position:{type:String,validator:e=>Dt.includes(e)}},"position");function Gt(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:L();return{positionClasses:d(()=>e.position?`${t}--${e.position}`:void 0)}}function Ht(){const e=X("useRoute");return d(()=>{var t;return(t=e==null?void 0:e.proxy)==null?void 0:t.$route})}function Mt(e,t){const n=lt("RouterLink"),s=d(()=>!!(e.href||e.to)),i=d(()=>(s==null?void 0:s.value)||oe(t,"click")||oe(e,"click"));if(typeof n=="string")return{isLink:s,isClickable:i,href:I(e,"href")};const a=e.to?n.useLink(e):void 0,l=Ht();return{isLink:s,isClickable:i,route:a==null?void 0:a.route,navigate:a==null?void 0:a.navigate,isActive:a&&d(()=>{var c,o,g;return e.exact?l.value?((g=a.isExactActive)==null?void 0:g.value)&&we(a.route.value.query,l.value.query):(o=a.isExactActive)==null?void 0:o.value:(c=a.isActive)==null?void 0:c.value}),href:d(()=>e.to?a==null?void 0:a.route.value.href:e.href)}}const Wt=p({href:String,replace:Boolean,to:[String,Object],exact:Boolean},"router");function qt(e,t){K(()=>{var n;return(n=e.isActive)==null?void 0:n.value},n=>{e.isLink.value&&n&&t&&ot(()=>{t(!0)})},{immediate:!0})}const Y=Symbol("rippleStop"),Ft=80;function ve(e,t){e.style.transform=t,e.style.webkitTransform=t}function j(e){return e.constructor.name==="TouchEvent"}function Te(e){return e.constructor.name==="KeyboardEvent"}const Ut=function(e,t){var b;let n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},s=0,i=0;if(!Te(e)){const r=t.getBoundingClientRect(),u=j(e)?e.touches[e.touches.length-1]:e;s=u.clientX-r.left,i=u.clientY-r.top}let a=0,l=.3;(b=t._ripple)!=null&&b.circle?(l=.15,a=t.clientWidth/2,a=n.center?a:a+Math.sqrt((s-a)**2+(i-a)**2)/4):a=Math.sqrt(t.clientWidth**2+t.clientHeight**2)/2;const c=`${(t.clientWidth-a*2)/2}px`,o=`${(t.clientHeight-a*2)/2}px`,g=n.center?c:`${s-a}px`,y=n.center?o:`${i-a}px`;return{radius:a,scale:l,x:g,y,centerX:c,centerY:o}},R={show(e,t){var u;let n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};if(!((u=t==null?void 0:t._ripple)!=null&&u.enabled))return;const s=document.createElement("span"),i=document.createElement("span");s.appendChild(i),s.className="v-ripple__container",n.class&&(s.className+=` ${n.class}`);const{radius:a,scale:l,x:c,y:o,centerX:g,centerY:y}=Ut(e,t,n),b=`${a*2}px`;i.className="v-ripple__animation",i.style.width=b,i.style.height=b,t.appendChild(s);const r=window.getComputedStyle(t);r&&r.position==="static"&&(t.style.position="relative",t.dataset.previousPosition="static"),i.classList.add("v-ripple__animation--enter"),i.classList.add("v-ripple__animation--visible"),ve(i,`translate(${c}, ${o}) scale3d(${l},${l},${l})`),i.dataset.activated=String(performance.now()),setTimeout(()=>{i.classList.remove("v-ripple__animation--enter"),i.classList.add("v-ripple__animation--in"),ve(i,`translate(${g}, ${y}) scale3d(1,1,1)`)},0)},hide(e){var a;if(!((a=e==null?void 0:e._ripple)!=null&&a.enabled))return;const t=e.getElementsByClassName("v-ripple__animation");if(t.length===0)return;const n=t[t.length-1];if(n.dataset.isHiding)return;n.dataset.isHiding="true";const s=performance.now()-Number(n.dataset.activated),i=Math.max(250-s,0);setTimeout(()=>{n.classList.remove("v-ripple__animation--in"),n.classList.add("v-ripple__animation--out"),setTimeout(()=>{var c;e.getElementsByClassName("v-ripple__animation").length===1&&e.dataset.previousPosition&&(e.style.position=e.dataset.previousPosition,delete e.dataset.previousPosition),((c=n.parentNode)==null?void 0:c.parentNode)===e&&e.removeChild(n.parentNode)},300)},i)}};function Le(e){return typeof e>"u"||!!e}function P(e){const t={},n=e.currentTarget;if(!(!(n!=null&&n._ripple)||n._ripple.touched||e[Y])){if(e[Y]=!0,j(e))n._ripple.touched=!0,n._ripple.isTouch=!0;else if(n._ripple.isTouch)return;if(t.center=n._ripple.centered||Te(e),n._ripple.class&&(t.class=n._ripple.class),j(e)){if(n._ripple.showTimerCommit)return;n._ripple.showTimerCommit=()=>{R.show(e,n,t)},n._ripple.showTimer=window.setTimeout(()=>{var s;(s=n==null?void 0:n._ripple)!=null&&s.showTimerCommit&&(n._ripple.showTimerCommit(),n._ripple.showTimerCommit=null)},Ft)}else R.show(e,n,t)}}function fe(e){e[Y]=!0}function w(e){const t=e.currentTarget;if(t!=null&&t._ripple){if(window.clearTimeout(t._ripple.showTimer),e.type==="touchend"&&t._ripple.showTimerCommit){t._ripple.showTimerCommit(),t._ripple.showTimerCommit=null,t._ripple.showTimer=window.setTimeout(()=>{w(e)});return}window.setTimeout(()=>{t._ripple&&(t._ripple.touched=!1)}),R.hide(t)}}function $e(e){const t=e.currentTarget;t!=null&&t._ripple&&(t._ripple.showTimerCommit&&(t._ripple.showTimerCommit=null),window.clearTimeout(t._ripple.showTimer))}let T=!1;function Ne(e){!T&&(e.keyCode===re.enter||e.keyCode===re.space)&&(T=!0,P(e))}function Re(e){T=!1,w(e)}function ze(e){T&&(T=!1,w(e))}function Ae(e,t,n){const{value:s,modifiers:i}=t,a=Le(s);if(a||R.hide(e),e._ripple=e._ripple??{},e._ripple.enabled=a,e._ripple.centered=i.center,e._ripple.circle=i.circle,rt(s)&&s.class&&(e._ripple.class=s.class),a&&!n){if(i.stop){e.addEventListener("touchstart",fe,{passive:!0}),e.addEventListener("mousedown",fe);return}e.addEventListener("touchstart",P,{passive:!0}),e.addEventListener("touchend",w,{passive:!0}),e.addEventListener("touchmove",$e,{passive:!0}),e.addEventListener("touchcancel",w),e.addEventListener("mousedown",P),e.addEventListener("mouseup",w),e.addEventListener("mouseleave",w),e.addEventListener("keydown",Ne),e.addEventListener("keyup",Re),e.addEventListener("blur",ze),e.addEventListener("dragstart",w,{passive:!0})}else!a&&n&&De(e)}function De(e){e.removeEventListener("mousedown",P),e.removeEventListener("touchstart",P),e.removeEventListener("touchend",w),e.removeEventListener("touchmove",$e),e.removeEventListener("touchcancel",w),e.removeEventListener("mouseup",w),e.removeEventListener("mouseleave",w),e.removeEventListener("keydown",Ne),e.removeEventListener("keyup",Re),e.removeEventListener("dragstart",w),e.removeEventListener("blur",ze)}function Yt(e,t){Ae(e,t,!1)}function jt(e){delete e._ripple,De(e)}function Xt(e,t){if(t.value===t.oldValue)return;const n=Le(t.oldValue);Ae(e,t,n)}const Jt={mounted:Yt,unmounted:jt,updated:Xt},Kt=p({active:{type:Boolean,default:void 0},symbol:{type:null,default:Pe},flat:Boolean,icon:[Boolean,String,Function,Object],prependIcon:U,appendIcon:U,block:Boolean,slim:Boolean,stacked:Boolean,ripple:{type:[Boolean,Object],default:!0},text:String,...me(),...A(),...xe(),...Lt(),...ge(),...Ct(),...zt(),...Nt(),...Ot(),...he(),...Wt(),...Z(),...z({tag:"button"}),...D(),...Ve({variant:"elevated"})},"VBtn"),en=E()({name:"VBtn",directives:{Ripple:Jt},props:Kt(),emits:{"group:selected":e=>!0},setup(e,t){let{attrs:n,slots:s}=t;const{themeClasses:i}=O(e),{borderClasses:a}=ye(e),{colorClasses:l,colorStyles:c,variantClasses:o}=pt(e),{densityClasses:g}=Ie(e),{dimensionStyles:y}=$t(e),{elevationClasses:b}=pe(e),{loaderClasses:r}=At(e),{locationStyles:u}=Rt(e),{positionClasses:h}=Gt(e),{roundedClasses:f}=be(e),{sizeClasses:_,sizeStyles:C}=ee(e),v=St(e,e.symbol,!1),S=Mt(e,n),B=d(()=>{var x;return e.active!==void 0?e.active:S.isLink.value?(x=S.isActive)==null?void 0:x.value:v==null?void 0:v.isSelected.value}),V=d(()=>(v==null?void 0:v.disabled.value)||e.disabled),G=d(()=>e.variant==="elevated"&&!(e.disabled||e.flat||e.border)),Oe=d(()=>{if(!(e.value===void 0||typeof e.value=="symbol"))return Object(e.value)===e.value?JSON.stringify(e.value,null,0):e.value});function Ge(x){var N;V.value||S.isLink.value&&(x.metaKey||x.ctrlKey||x.shiftKey||x.button!==0||n.target==="_blank")||((N=S.navigate)==null||N.call(S,x),v==null||v.toggle())}return qt(S,v==null?void 0:v.select),$(()=>{var se,ae;const x=S.isLink.value?"a":e.tag,N=!!(e.prependIcon||s.prepend),He=!!(e.appendIcon||s.append),te=!!(e.icon&&e.icon!==!0),ne=(v==null?void 0:v.isSelected.value)&&(!S.isLink.value||((se=S.isActive)==null?void 0:se.value))||!v||((ae=S.isActive)==null?void 0:ae.value);return ut(m(x,{type:x==="a"?void 0:"button",class:["v-btn",v==null?void 0:v.selectedClass.value,{"v-btn--active":B.value,"v-btn--block":e.block,"v-btn--disabled":V.value,"v-btn--elevated":G.value,"v-btn--flat":e.flat,"v-btn--icon":!!e.icon,"v-btn--loading":e.loading,"v-btn--slim":e.slim,"v-btn--stacked":e.stacked},i.value,a.value,ne?l.value:void 0,g.value,b.value,r.value,h.value,f.value,_.value,o.value,e.class],style:[ne?c.value:void 0,y.value,u.value,C.value,e.style],disabled:V.value||void 0,href:S.href.value,onClick:Ge,value:Oe.value},{default:()=>{var ie;return[yt(!0,"v-btn"),!e.icon&&N&&m("span",{key:"prepend",class:"v-btn__prepend"},[s.prepend?m(H,{key:"prepend-defaults",disabled:!e.prependIcon,defaults:{VIcon:{icon:e.prependIcon}}},s.prepend):m(M,{key:"prepend-icon",icon:e.prependIcon},null)]),m("span",{class:"v-btn__content","data-no-activator":""},[!s.default&&te?m(M,{key:"content-icon",icon:e.icon},null):m(H,{key:"content-defaults",disabled:!te,defaults:{VIcon:{icon:e.icon}}},{default:()=>{var le;return[((le=s.default)==null?void 0:le.call(s))??e.text]}})]),!e.icon&&He&&m("span",{key:"append",class:"v-btn__append"},[s.append?m(H,{key:"append-defaults",disabled:!e.appendIcon,defaults:{VIcon:{icon:e.appendIcon}}},s.append):m(M,{key:"append-icon",icon:e.appendIcon},null)]),!!e.loading&&m("span",{key:"loader",class:"v-btn__loader"},[((ie=s.loader)==null?void 0:ie.call(s))??m(Tt,{color:typeof e.loading=="boolean"?void 0:e.loading,indeterminate:!0,size:"23",width:"2"},null)])]}}),[[ct("ripple"),!V.value&&e.ripple,null]])}),{group:v}}});function tn(){const e=ke(!1);return _e(()=>{window.requestAnimationFrame(()=>{e.value=!0})}),{ssrBootStyles:d(()=>e.value?void 0:{transition:"none !important"}),isBooted:dt(e)}}export{en as V,M as a,$t as b,H as c,Ve as d,Lt as m,tn as u};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
function Ft(p,S){for(var x=0;x<S.length;x++){const h=S[x];if(typeof h!="string"&&!Array.isArray(h)){for(const m in h)if(m!=="default"&&!(m in p)){const T=Object.getOwnPropertyDescriptor(h,m);T&&Object.defineProperty(p,m,T.get?T:{enumerable:!0,get:()=>h[m]})}}}return Object.freeze(Object.defineProperty(p,Symbol.toStringTag,{value:"Module"}))}function Pt(p){return p&&p.__esModule&&Object.prototype.hasOwnProperty.call(p,"default")?p.default:p}var at={exports:{}};(function(p){(function(){function S(t,n,e){return t.call.apply(t.bind,arguments)}function x(t,n,e){if(!t)throw Error();if(2<arguments.length){var i=Array.prototype.slice.call(arguments,2);return function(){var o=Array.prototype.slice.call(arguments);return Array.prototype.unshift.apply(o,i),t.apply(n,o)}}return function(){return t.apply(n,arguments)}}function h(t,n,e){return h=Function.prototype.bind&&Function.prototype.bind.toString().indexOf("native code")!=-1?S:x,h.apply(null,arguments)}var m=Date.now||function(){return+new Date};function T(t,n){this.a=t,this.o=n||t,this.c=this.o.document}var ct=!!window.FontFace;function F(t,n,e,i){if(n=t.c.createElement(n),e)for(var o in e)e.hasOwnProperty(o)&&(o=="style"?n.style.cssText=e[o]:n.setAttribute(o,e[o]));return i&&n.appendChild(t.c.createTextNode(i)),n}function B(t,n,e){t=t.c.getElementsByTagName(n)[0],t||(t=document.documentElement),t.insertBefore(e,t.lastChild)}function E(t){t.parentNode&&t.parentNode.removeChild(t)}function y(t,n,e){n=n||[],e=e||[];for(var i=t.className.split(/\s+/),o=0;o<n.length;o+=1){for(var s=!1,r=0;r<i.length;r+=1)if(n[o]===i[r]){s=!0;break}s||i.push(n[o])}for(n=[],o=0;o<i.length;o+=1){for(s=!1,r=0;r<e.length;r+=1)if(i[o]===e[r]){s=!0;break}s||n.push(i[o])}t.className=n.join(" ").replace(/\s+/g," ").replace(/^\s+|\s+$/,"")}function D(t,n){for(var e=t.className.split(/\s+/),i=0,o=e.length;i<o;i++)if(e[i]==n)return!0;return!1}function ut(t){return t.o.location.hostname||t.a.location.hostname}function L(t,n,e){function i(){a&&o&&s&&(a(r),a=null)}n=F(t,"link",{rel:"stylesheet",href:n,media:"all"});var o=!1,s=!0,r=null,a=e||null;ct?(n.onload=function(){o=!0,i()},n.onerror=function(){o=!0,r=Error("Stylesheet failed to load"),i()}):setTimeout(function(){o=!0,i()},0),B(t,"head",n)}function P(t,n,e,i){var o=t.c.getElementsByTagName("head")[0];if(o){var s=F(t,"script",{src:n}),r=!1;return s.onload=s.onreadystatechange=function(){r||this.readyState&&this.readyState!="loaded"&&this.readyState!="complete"||(r=!0,e&&e(null),s.onload=s.onreadystatechange=null,s.parentNode.tagName=="HEAD"&&o.removeChild(s))},o.appendChild(s),setTimeout(function(){r||(r=!0,e&&e(Error("Script load timeout")))},i||5e3),s}return null}function $(){this.a=0,this.c=null}function M(t){return t.a++,function(){t.a--,z(t)}}function q(t,n){t.c=n,z(t)}function z(t){t.a==0&&t.c&&(t.c(),t.c=null)}function H(t){this.a=t||"-"}H.prototype.c=function(t){for(var n=[],e=0;e<arguments.length;e++)n.push(arguments[e].replace(/[\W_]+/g,"").toLowerCase());return n.join(this.a)};function v(t,n){this.c=t,this.f=4,this.a="n";var e=(n||"n4").match(/^([nio])([1-9])$/i);e&&(this.a=e[1],this.f=parseInt(e[2],10))}function ht(t){return K(t)+" "+(t.f+"00")+" 300px "+G(t.c)}function G(t){var n=[];t=t.split(/,\s*/);for(var e=0;e<t.length;e++){var i=t[e].replace(/['"]/g,"");i.indexOf(" ")!=-1||/^\d/.test(i)?n.push("'"+i+"'"):n.push(i)}return n.join(",")}function g(t){return t.a+t.f}function K(t){var n="normal";return t.a==="o"?n="oblique":t.a==="i"&&(n="italic"),n}function lt(t){var n=4,e="n",i=null;return t&&((i=t.match(/(normal|oblique|italic)/i))&&i[1]&&(e=i[1].substr(0,1).toLowerCase()),(i=t.match(/([1-9]00|normal|bold)/i))&&i[1]&&(/bold/i.test(i[1])?n=7:/[1-9]00/.test(i[1])&&(n=parseInt(i[1].substr(0,1),10)))),e+n}function pt(t,n){this.c=t,this.f=t.o.document.documentElement,this.h=n,this.a=new H("-"),this.j=n.events!==!1,this.g=n.classes!==!1}function gt(t){t.g&&y(t.f,[t.a.c("wf","loading")]),j(t,"loading")}function R(t){if(t.g){var n=D(t.f,t.a.c("wf","active")),e=[],i=[t.a.c("wf","loading")];n||e.push(t.a.c("wf","inactive")),y(t.f,e,i)}j(t,"inactive")}function j(t,n,e){t.j&&t.h[n]&&(e?t.h[n](e.c,g(e)):t.h[n]())}function vt(){this.c={}}function dt(t,n,e){var i=[],o;for(o in n)if(n.hasOwnProperty(o)){var s=t.c[o];s&&i.push(s(n[o],e))}return i}function b(t,n){this.c=t,this.f=n,this.a=F(this.c,"span",{"aria-hidden":"true"},this.f)}function A(t){B(t.c,"body",t.a)}function C(t){return"display:block;position:absolute;top:-9999px;left:-9999px;font-size:300px;width:auto;height:auto;line-height:normal;margin:0;padding:0;font-variant:normal;white-space:nowrap;font-family:"+G(t.c)+";"+("font-style:"+K(t)+";font-weight:"+(t.f+"00")+";")}function U(t,n,e,i,o,s){this.g=t,this.j=n,this.a=i,this.c=e,this.f=o||3e3,this.h=s||void 0}U.prototype.start=function(){var t=this.c.o.document,n=this,e=m(),i=new Promise(function(r,a){function f(){m()-e>=n.f?a():t.fonts.load(ht(n.a),n.h).then(function(c){1<=c.length?r():setTimeout(f,25)},function(){a()})}f()}),o=null,s=new Promise(function(r,a){o=setTimeout(a,n.f)});Promise.race([s,i]).then(function(){o&&(clearTimeout(o),o=null),n.g(n.a)},function(){n.j(n.a)})};function V(t,n,e,i,o,s,r){this.v=t,this.B=n,this.c=e,this.a=i,this.s=r||"BESbswy",this.f={},this.w=o||3e3,this.u=s||null,this.m=this.j=this.h=this.g=null,this.g=new b(this.c,this.s),this.h=new b(this.c,this.s),this.j=new b(this.c,this.s),this.m=new b(this.c,this.s),t=new v(this.a.c+",serif",g(this.a)),t=C(t),this.g.a.style.cssText=t,t=new v(this.a.c+",sans-serif",g(this.a)),t=C(t),this.h.a.style.cssText=t,t=new v("serif",g(this.a)),t=C(t),this.j.a.style.cssText=t,t=new v("sans-serif",g(this.a)),t=C(t),this.m.a.style.cssText=t,A(this.g),A(this.h),A(this.j),A(this.m)}var O={D:"serif",C:"sans-serif"},W=null;function X(){if(W===null){var t=/AppleWebKit\/([0-9]+)(?:\.([0-9]+))/.exec(window.navigator.userAgent);W=!!t&&(536>parseInt(t[1],10)||parseInt(t[1],10)===536&&11>=parseInt(t[2],10))}return W}V.prototype.start=function(){this.f.serif=this.j.a.offsetWidth,this.f["sans-serif"]=this.m.a.offsetWidth,this.A=m(),Q(this)};function J(t,n,e){for(var i in O)if(O.hasOwnProperty(i)&&n===t.f[O[i]]&&e===t.f[O[i]])return!0;return!1}function Q(t){var n=t.g.a.offsetWidth,e=t.h.a.offsetWidth,i;(i=n===t.f.serif&&e===t.f["sans-serif"])||(i=X()&&J(t,n,e)),i?m()-t.A>=t.w?X()&&J(t,n,e)&&(t.u===null||t.u.hasOwnProperty(t.a.c))?I(t,t.v):I(t,t.B):mt(t):I(t,t.v)}function mt(t){setTimeout(h(function(){Q(this)},t),50)}function I(t,n){setTimeout(h(function(){E(this.g.a),E(this.h.a),E(this.j.a),E(this.m.a),n(this.a)},t),0)}function k(t,n,e){this.c=t,this.a=n,this.f=0,this.m=this.j=!1,this.s=e}var N=null;k.prototype.g=function(t){var n=this.a;n.g&&y(n.f,[n.a.c("wf",t.c,g(t).toString(),"active")],[n.a.c("wf",t.c,g(t).toString(),"loading"),n.a.c("wf",t.c,g(t).toString(),"inactive")]),j(n,"fontactive",t),this.m=!0,Y(this)},k.prototype.h=function(t){var n=this.a;if(n.g){var e=D(n.f,n.a.c("wf",t.c,g(t).toString(),"active")),i=[],o=[n.a.c("wf",t.c,g(t).toString(),"loading")];e||i.push(n.a.c("wf",t.c,g(t).toString(),"inactive")),y(n.f,i,o)}j(n,"fontinactive",t),Y(this)};function Y(t){--t.f==0&&t.j&&(t.m?(t=t.a,t.g&&y(t.f,[t.a.c("wf","active")],[t.a.c("wf","loading"),t.a.c("wf","inactive")]),j(t,"active")):R(t.a))}function Z(t){this.j=t,this.a=new vt,this.h=0,this.f=this.g=!0}Z.prototype.load=function(t){this.c=new T(this.j,t.context||this.j),this.g=t.events!==!1,this.f=t.classes!==!1,yt(this,new pt(this.c,t),t)};function wt(t,n,e,i,o){var s=--t.h==0;(t.f||t.g)&&setTimeout(function(){var r=o||null,a=i||null||{};if(e.length===0&&s)R(n.a);else{n.f+=e.length,s&&(n.j=s);var f,c=[];for(f=0;f<e.length;f++){var u=e[f],l=a[u.c],d=n.a,_=u;if(d.g&&y(d.f,[d.a.c("wf",_.c,g(_).toString(),"loading")]),j(d,"fontloading",_),d=null,N===null)if(window.FontFace){var _=/Gecko.*Firefox\/(\d+)/.exec(window.navigator.userAgent),Nt=/OS X.*Version\/10\..*Safari/.exec(window.navigator.userAgent)&&/Apple/.exec(window.navigator.vendor);N=_?42<parseInt(_[1],10):!Nt}else N=!1;N?d=new U(h(n.g,n),h(n.h,n),n.c,u,n.s,l):d=new V(h(n.g,n),h(n.h,n),n.c,u,n.s,r,l),c.push(d)}for(f=0;f<c.length;f++)c[f].start()}},0)}function yt(t,n,e){var o=[],i=e.timeout;gt(n);var o=dt(t.a,e,t.c),s=new k(t.c,n,i);for(t.h=o.length,n=0,e=o.length;n<e;n++)o[n].load(function(r,a,f){wt(t,s,r,a,f)})}function tt(t,n){this.c=t,this.a=n}tt.prototype.load=function(t){function n(){if(s["__mti_fntLst"+i]){var r=s["__mti_fntLst"+i](),a=[],f;if(r)for(var c=0;c<r.length;c++){var u=r[c].fontfamily;r[c].fontStyle!=null&&r[c].fontWeight!=null?(f=r[c].fontStyle+r[c].fontWeight,a.push(new v(u,f))):a.push(new v(u))}t(a)}else setTimeout(function(){n()},50)}var e=this,i=e.a.projectId,o=e.a.version;if(i){var s=e.c.o;P(this.c,(e.a.api||"https://fast.fonts.net/jsapi")+"/"+i+".js"+(o?"?v="+o:""),function(r){r?t([]):(s["__MonotypeConfiguration__"+i]=function(){return e.a},n())}).id="__MonotypeAPIScript__"+i}else t([])};function nt(t,n){this.c=t,this.a=n}nt.prototype.load=function(t){var n,e,i=this.a.urls||[],o=this.a.families||[],s=this.a.testStrings||{},r=new $;for(n=0,e=i.length;n<e;n++)L(this.c,i[n],M(r));var a=[];for(n=0,e=o.length;n<e;n++)if(i=o[n].split(":"),i[1])for(var f=i[1].split(","),c=0;c<f.length;c+=1)a.push(new v(i[0],f[c]));else a.push(new v(i[0]));q(r,function(){t(a,s)})};function jt(t,n){t?this.c=t:this.c=_t,this.a=[],this.f=[],this.g=n||""}var _t="https://fonts.googleapis.com/css";function xt(t,n){for(var e=n.length,i=0;i<e;i++){var o=n[i].split(":");o.length==3&&t.f.push(o.pop());var s="";o.length==2&&o[1]!=""&&(s=":"),t.a.push(o.join(s))}}function Tt(t){if(t.a.length==0)throw Error("No fonts to load!");if(t.c.indexOf("kit=")!=-1)return t.c;for(var n=t.a.length,e=[],i=0;i<n;i++)e.push(t.a[i].replace(/ /g,"+"));return n=t.c+"?family="+e.join("%7C"),0<t.f.length&&(n+="&subset="+t.f.join(",")),0<t.g.length&&(n+="&text="+encodeURIComponent(t.g)),n}function St(t){this.f=t,this.a=[],this.c={}}var it={latin:"BESbswy","latin-ext":"çöüğş",cyrillic:"йяЖ",greek:"αβΣ",khmer:"កខគ",Hanuman:"កខគ"},Et={thin:"1",extralight:"2","extra-light":"2",ultralight:"2","ultra-light":"2",light:"3",regular:"4",book:"4",medium:"5","semi-bold":"6",semibold:"6","demi-bold":"6",demibold:"6",bold:"7","extra-bold":"8",extrabold:"8","ultra-bold":"8",ultrabold:"8",black:"9",heavy:"9",l:"3",r:"4",b:"7"},bt={i:"i",italic:"i",n:"n",normal:"n"},At=/^(thin|(?:(?:extra|ultra)-?)?light|regular|book|medium|(?:(?:semi|demi|extra|ultra)-?)?bold|black|heavy|l|r|b|[1-9]00)?(n|i|normal|italic)?$/;function Ct(t){for(var n=t.f.length,e=0;e<n;e++){var i=t.f[e].split(":"),o=i[0].replace(/\+/g," "),s=["n4"];if(2<=i.length){var r,a=i[1];if(r=[],a)for(var a=a.split(","),f=a.length,c=0;c<f;c++){var u;if(u=a[c],u.match(/^[\w-]+$/)){var l=At.exec(u.toLowerCase());if(l==null)u="";else{if(u=l[2],u=u==null||u==""?"n":bt[u],l=l[1],l==null||l=="")l="4";else var d=Et[l],l=d||(isNaN(l)?"4":l.substr(0,1));u=[u,l].join("")}}else u="";u&&r.push(u)}0<r.length&&(s=r),i.length==3&&(i=i[2],r=[],i=i?i.split(","):r,0<i.length&&(i=it[i[0]])&&(t.c[o]=i))}for(t.c[o]||(i=it[o])&&(t.c[o]=i),i=0;i<s.length;i+=1)t.a.push(new v(o,s[i]))}}function et(t,n){this.c=t,this.a=n}var Ot={Arimo:!0,Cousine:!0,Tinos:!0};et.prototype.load=function(t){var n=new $,e=this.c,i=new jt(this.a.api,this.a.text),o=this.a.families;xt(i,o);var s=new St(o);Ct(s),L(e,Tt(i),M(n)),q(n,function(){t(s.a,s.c,Ot)})};function ot(t,n){this.c=t,this.a=n}ot.prototype.load=function(t){var n=this.a.id,e=this.c.o;n?P(this.c,(this.a.api||"https://use.typekit.net")+"/"+n+".js",function(i){if(i)t([]);else if(e.Typekit&&e.Typekit.config&&e.Typekit.config.fn){i=e.Typekit.config.fn;for(var o=[],s=0;s<i.length;s+=2)for(var r=i[s],a=i[s+1],f=0;f<a.length;f++)o.push(new v(r,a[f]));try{e.Typekit.load({events:!1,classes:!1,async:!0})}catch{}t(o)}},2e3):t([])};function st(t,n){this.c=t,this.f=n,this.a=[]}st.prototype.load=function(t){var n=this.f.id,e=this.c.o,i=this;n?(e.__webfontfontdeckmodule__||(e.__webfontfontdeckmodule__={}),e.__webfontfontdeckmodule__[n]=function(o,s){for(var r=0,a=s.fonts.length;r<a;++r){var f=s.fonts[r];i.a.push(new v(f.name,lt("font-weight:"+f.weight+";font-style:"+f.style)))}t(i.a)},P(this.c,(this.f.api||"https://f.fontdeck.com/s/css/js/")+ut(this.c)+"/"+n+".js",function(o){o&&t([])})):t([])};var w=new Z(window);w.a.c.custom=function(t,n){return new nt(n,t)},w.a.c.fontdeck=function(t,n){return new st(n,t)},w.a.c.monotype=function(t,n){return new tt(n,t)},w.a.c.typekit=function(t,n){return new ot(n,t)},w.a.c.google=function(t,n){return new et(n,t)};var rt={load:h(w.load,w)};p.exports?p.exports=rt:(window.WebFont=rt,window.WebFontConfig&&w.load(window.WebFontConfig))})()})(at);var ft=at.exports;const Wt=Pt(ft),It=Ft({__proto__:null,default:Wt},[ft]);export{It as w};
|
package/dist/index.html
DELETED
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
<!DOCTYPE html>
|
|
2
|
-
<html lang="en">
|
|
3
|
-
|
|
4
|
-
<head>
|
|
5
|
-
<meta charset="UTF-8" />
|
|
6
|
-
<link rel="icon" href="/favicon.ico" />
|
|
7
|
-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
8
|
-
<title>Welcome to Eodash v5</title>
|
|
9
|
-
<script type="module" crossorigin src="/assets/index-52c9d989.js"></script>
|
|
10
|
-
<link rel="stylesheet" href="/assets/index-5d2400e5.css">
|
|
11
|
-
</head>
|
|
12
|
-
|
|
13
|
-
<body>
|
|
14
|
-
<div id="app"></div>
|
|
15
|
-
|
|
16
|
-
</body>
|
|
17
|
-
</html>
|
package/dist/types/index.d.ts
DELETED
|
@@ -1,124 +0,0 @@
|
|
|
1
|
-
/// <reference types="vuetify" />
|
|
2
|
-
|
|
3
|
-
import type { Map as Map_2 } from 'ol';
|
|
4
|
-
import { Ref } from 'vue';
|
|
5
|
-
import { StacCatalog } from 'stac-ts';
|
|
6
|
-
import { StacCollection } from 'stac-ts';
|
|
7
|
-
import { StacItem } from 'stac-ts';
|
|
8
|
-
import { StacLink } from 'stac-ts';
|
|
9
|
-
import { StoreDefinition } from 'pinia';
|
|
10
|
-
import { ThemeDefinition } from 'vuetify/lib/framework.mjs';
|
|
11
|
-
import { _UnwrapAll } from 'pinia';
|
|
12
|
-
|
|
13
|
-
/**
|
|
14
|
-
* Eodash configuration specification.
|
|
15
|
-
*/
|
|
16
|
-
declare interface EodashConfig_2 {
|
|
17
|
-
/**
|
|
18
|
-
* Configuration ID that defines the route of the dashboard.
|
|
19
|
-
* Rendered dashboard can be accessed on route `/dashboard/config-id`
|
|
20
|
-
*/
|
|
21
|
-
id: string;
|
|
22
|
-
/**
|
|
23
|
-
* Root STAC catalog endpoint
|
|
24
|
-
**/
|
|
25
|
-
stacEndpoint: StacEndpoint;
|
|
26
|
-
/**
|
|
27
|
-
* Renderes to navigation buttons on the app header.
|
|
28
|
-
**/
|
|
29
|
-
routes?: Array<{
|
|
30
|
-
/**
|
|
31
|
-
* button title
|
|
32
|
-
**/
|
|
33
|
-
title: string;
|
|
34
|
-
/**
|
|
35
|
-
* external URL or inner path to navigate to.
|
|
36
|
-
**/
|
|
37
|
-
to: ExternalURL | InternalRoute;
|
|
38
|
-
}>;
|
|
39
|
-
/**
|
|
40
|
-
* Brand specifications.
|
|
41
|
-
*/
|
|
42
|
-
brand: {
|
|
43
|
-
/**
|
|
44
|
-
* Automatically fetches the specified font family from google fonts. if the `link` property is specified
|
|
45
|
-
* the font family will be fetched from the provided source instead.
|
|
46
|
-
*/
|
|
47
|
-
font?: {
|
|
48
|
-
/**
|
|
49
|
-
* Link to stylesheet that defines font-face.
|
|
50
|
-
*/
|
|
51
|
-
link?: string;
|
|
52
|
-
/**
|
|
53
|
-
* Font family. Use FVD notation to include families https://github.com/typekit/fvd
|
|
54
|
-
*/
|
|
55
|
-
family: string;
|
|
56
|
-
};
|
|
57
|
-
/**
|
|
58
|
-
* Title that will be shown in the app header
|
|
59
|
-
*/
|
|
60
|
-
name: string;
|
|
61
|
-
/**
|
|
62
|
-
* Alias that will be shown in the app footer if specified.
|
|
63
|
-
*/
|
|
64
|
-
shortName?: string;
|
|
65
|
-
/**
|
|
66
|
-
* brand logo
|
|
67
|
-
*/
|
|
68
|
-
logo?: string;
|
|
69
|
-
/**
|
|
70
|
-
* Dashboard theme as a custom vuetifyJs theme.
|
|
71
|
-
*/
|
|
72
|
-
theme?: ThemeDefinition;
|
|
73
|
-
};
|
|
74
|
-
/**
|
|
75
|
-
* Rendered widgets configuration
|
|
76
|
-
*/
|
|
77
|
-
template: TemplateConfig;
|
|
78
|
-
}
|
|
79
|
-
export { EodashConfig_2 as EodashConfig }
|
|
80
|
-
|
|
81
|
-
declare interface EodashStore_2 {
|
|
82
|
-
/**
|
|
83
|
-
* Stateful Reactive variables
|
|
84
|
-
*/
|
|
85
|
-
states: {
|
|
86
|
-
/**
|
|
87
|
-
* Currently selected STAC endpoint
|
|
88
|
-
*/
|
|
89
|
-
currentUrl: Ref<string>;
|
|
90
|
-
/**
|
|
91
|
-
* OpenLayers map instance
|
|
92
|
-
*/
|
|
93
|
-
mapInstance: Ref<Map_2 | null>;
|
|
94
|
-
};
|
|
95
|
-
actions: {
|
|
96
|
-
loadFont: (family?: string, link?: string) => Promise<string>;
|
|
97
|
-
};
|
|
98
|
-
/**
|
|
99
|
-
* Pinia store definition used to navigate the root STAC catalog.
|
|
100
|
-
*/
|
|
101
|
-
stac: {
|
|
102
|
-
useSTAcStore: typeof useSTAcStore;
|
|
103
|
-
};
|
|
104
|
-
}
|
|
105
|
-
export { EodashStore_2 as EodashStore }
|
|
106
|
-
|
|
107
|
-
declare const useSTAcStore: StoreDefinition<"stac", _UnwrapAll<Pick<{
|
|
108
|
-
stac: Ref<StacLink[] | null>;
|
|
109
|
-
loadSTAC: (url?: `https://${string}/catalog.json` | `http://${string}/catalog.json` | undefined) => Promise<void>;
|
|
110
|
-
loadSelectedSTAC: (relativePath?: string) => Promise<void>;
|
|
111
|
-
selectedStac: Ref<StacCatalog | StacCollection | StacItem | null>;
|
|
112
|
-
}, "stac" | "selectedStac">>, Pick<{
|
|
113
|
-
stac: Ref<StacLink[] | null>;
|
|
114
|
-
loadSTAC: (url?: `https://${string}/catalog.json` | `http://${string}/catalog.json` | undefined) => Promise<void>;
|
|
115
|
-
loadSelectedSTAC: (relativePath?: string) => Promise<void>;
|
|
116
|
-
selectedStac: Ref<StacCatalog | StacCollection | StacItem | null>;
|
|
117
|
-
}, never>, Pick<{
|
|
118
|
-
stac: Ref<StacLink[] | null>;
|
|
119
|
-
loadSTAC: (url?: `https://${string}/catalog.json` | `http://${string}/catalog.json` | undefined) => Promise<void>;
|
|
120
|
-
loadSelectedSTAC: (relativePath?: string) => Promise<void>;
|
|
121
|
-
selectedStac: Ref<StacCatalog | StacCollection | StacItem | null>;
|
|
122
|
-
}, "loadSTAC" | "loadSelectedSTAC">>;
|
|
123
|
-
|
|
124
|
-
export { }
|