@eodash/eodash 5.0.0-rc.2.3 → 5.0.0-rc.2.5

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.
Files changed (43) hide show
  1. package/core/client/composables/EodashMap.js +0 -1
  2. package/core/client/composables/EodashProcess.js +34 -0
  3. package/core/client/eodash.js +2 -2
  4. package/core/client/eodashSTAC/createLayers.js +1 -6
  5. package/core/client/types.ts +2 -2
  6. package/dist/client/{DashboardLayout-Reny_s87.js → DashboardLayout-BX3Sm_Vx.js} +3 -3
  7. package/dist/client/{DynamicWebComponent-DQPKIscC.js → DynamicWebComponent-BqoHM1np.js} +2 -2
  8. package/dist/client/{EodashDatePicker-E5GjnQQ2.js → EodashDatePicker-BoWV2vc8.js} +3 -3
  9. package/dist/client/{EodashItemFilter-DN77Uqgg.js → EodashItemFilter-127fZLyK.js} +3 -3
  10. package/dist/client/{EodashLayerControl-DduVhg2O.js → EodashLayerControl-B-pZaizw.js} +2 -2
  11. package/dist/client/{EodashLayoutSwitcher-CeNnYuaC.js → EodashLayoutSwitcher-DwexHfOD.js} +3 -3
  12. package/dist/client/{EodashMap-C3bgcNJk.js → EodashMap-BSR7_wRA.js} +8 -3
  13. package/dist/client/{EodashMapBtns-B73UApEn.js → EodashMapBtns-Jfn3bpWD.js} +5 -5
  14. package/dist/client/{EodashProcess-IQPnj17j.js → EodashProcess-CpbZPYBp.js} +38 -5
  15. package/dist/client/{EodashStacInfo-CeZqI75-.js → EodashStacInfo-STq_bW7S.js} +2 -2
  16. package/dist/client/{EodashTools-CAE604ZJ.js → EodashTools-uxSuJhVJ.js} +5 -5
  17. package/dist/client/{ExportState-DXw8Dwvk.js → ExportState-Ckcb6u01.js} +5 -5
  18. package/dist/client/{Footer-Bl9tQTyj.js → Footer-C8JP-coH.js} +2 -2
  19. package/dist/client/{Header-qH_kBs-u.js → Header-Dxx7q9FW.js} +4 -4
  20. package/dist/client/{IframeWrapper-BgM9aU8f.js → IframeWrapper-XzQDZy0T.js} +1 -1
  21. package/dist/client/{MobileLayout-Du5n5XyY.js → MobileLayout-BE19Peep.js} +6 -6
  22. package/dist/client/{PopUp-B12NWJHU.js → PopUp-D3IyjsN4.js} +5 -4
  23. package/dist/client/{VImg-CjsuV4n9.js → VImg-BmCNSu3X.js} +4 -4
  24. package/dist/client/{VMain-B11EjLm6.js → VMain-eZDKIfmJ.js} +1 -1
  25. package/dist/client/{VOverlay-CLR2s8AQ.js → VOverlay-BS-E4Z6g.js} +4 -4
  26. package/dist/client/{VTooltip-DqyE5_aG.js → VTooltip-BMsliOuh.js} +3 -3
  27. package/dist/client/{WidgetsContainer-YI9ZycgC.js → WidgetsContainer-Cl6M5R5c.js} +2 -2
  28. package/dist/client/{asWebComponent-DBkwthjq.js → asWebComponent-Df8nUiLs.js} +156 -154
  29. package/dist/client/eo-dash.css +1 -1
  30. package/dist/client/eo-dash.js +1 -1
  31. package/dist/client/{forwardRefs-BTYtR3pq.js → forwardRefs-lhDuXD-N.js} +1 -1
  32. package/dist/client/{index-BhfdO0rU.js → index-Bt5GEGxl.js} +3 -1
  33. package/dist/client/{transition-B79onGGb.js → transition-DHEuQX4I.js} +2 -2
  34. package/dist/node/cli.js +2 -2
  35. package/dist/types/core/client/components/MobileLayout.vue.d.ts +254 -241
  36. package/dist/types/core/client/eodashSTAC/EodashCollection.d.ts +1 -0
  37. package/dist/types/core/client/eodashSTAC/createLayers.d.ts +1 -0
  38. package/dist/types/core/client/eodashSTAC/helpers.d.ts +363 -52
  39. package/dist/types/core/client/types.d.ts +2 -2
  40. package/package.json +23 -22
  41. package/widgets/EodashItemFilter.vue +1 -1
  42. package/widgets/EodashMap.vue +6 -1
  43. package/widgets/EodashProcess.vue +3 -0
@@ -1,2 +1,2 @@
1
- export { aX as EodashConstructor, aY as register, aZ as store } from './asWebComponent-DBkwthjq.js';
1
+ export { aX as EodashConstructor, aY as register, aZ as store } from './asWebComponent-Df8nUiLs.js';
2
2
  import 'vue';
@@ -1,5 +1,5 @@
1
1
  import { shallowRef, computed, watch } from 'vue';
2
- import { p as propsFactory, aI as getCurrentInstance } from './asWebComponent-DBkwthjq.js';
2
+ import { p as propsFactory, aI as getCurrentInstance } from './asWebComponent-Df8nUiLs.js';
3
3
 
4
4
  class Box {
5
5
  constructor(_ref) {
@@ -1,5 +1,5 @@
1
1
  import { TransitionGroup, Transition, h, camelize } from 'vue';
2
- import { g as genericComponent, p as propsFactory } from './asWebComponent-DBkwthjq.js';
2
+ import { g as genericComponent, p as propsFactory } from './asWebComponent-Df8nUiLs.js';
3
3
 
4
4
  // Utilities
5
5
  const makeTransitionProps = propsFactory({
@@ -130,6 +130,7 @@ function ExpandTransitionGenerator () {
130
130
  },
131
131
  onEnter(el) {
132
132
  const initialStyle = el._initialStyle;
133
+ if (!initialStyle) return;
133
134
  el.style.setProperty('transition', 'none', 'important');
134
135
  // Hide overflow to account for collapsed margins in the calculated height
135
136
  el.style.overflow = 'hidden';
@@ -169,6 +170,7 @@ function ExpandTransitionGenerator () {
169
170
  resetStyles(el);
170
171
  }
171
172
  function resetStyles(el) {
173
+ if (!el._initialStyle) return;
172
174
  const size = el._initialStyle[sizeProperty];
173
175
  el.style.overflow = el._initialStyle.overflow;
174
176
  if (size != null) el.style[sizeProperty] = size;
@@ -1,5 +1,5 @@
1
- import { h, mergeProps, TransitionGroup, Transition } from 'vue';
2
- import { p as propsFactory } from './asWebComponent-DBkwthjq.js';
1
+ import { TransitionGroup, Transition, h, mergeProps } from 'vue';
2
+ import { p as propsFactory } from './asWebComponent-Df8nUiLs.js';
3
3
 
4
4
  // Utilities
5
5
  const makeTransitionProps = propsFactory({
package/dist/node/cli.js CHANGED
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- import{createLogger as S,defineConfig as b,searchForWorkspaceRoot as W,mergeConfig as F,createServer as O,preview as U,build as L}from"vite";import{readFileSync as y,existsSync as u}from"fs";import t from"path";import{Command as N}from"commander";import{fileURLToPath as A}from"url";import{readFile as E,writeFile as I,rm as T,cp as $}from"fs/promises";import H from"@vitejs/plugin-vue";import M,{transformAssetUrls as J}from"vite-plugin-vuetify";const h=new N("eodash"),c=w(),s=w(process.cwd());JSON.parse(y(t.join(s,"package.json"),"utf-8"));const j=JSON.parse(y(t.join(c,"package.json"),"utf-8"))??{},R=["commander","vite","@vitejs/plugin-vue","vite-plugin-vuetify","axios"],V=Object.keys(j?.dependencies).filter(e=>!R.includes(e));h.version(j.version,"-v, --version","output the current version"),h.option("--publicDir <path>","path to statically served assets folder").option("--no-publicDir","stop serving static assets").option("--outDir <path>","minified output folder").option("-e, --entryPoint <path>","file exporting `createEodash`").option("-w, --widgets <path>","folder that contains vue components as internal widgets").option("--cacheDir <path>","cache folder").option("-r, --runtime <path>","file exporting eodash client runtime config").option("-b, --base <path>","base public path").option("-p, --port <port>","serving port").option("-o, --open","open default browser when the server starts").option("-c, --config <path>","path to eodash server and build configuration file").option("--host [IP address]","specify which IP addresses the server should listen on").option("-l, --lib","builds eodash as a web component library").option("--no-lib","builds eodash as an SPA").option("--no-host","do not expose server to the network").parse(process.argv);const i=await B(h.opts(),process.argv?.[2]),z=i.publicDir?t.resolve(s,i.publicDir):t.join(s,"./public"),m=t.join(s,"/src"),p=i.runtime?t.resolve(s,i.runtime):t.join(m,"./runtime.js"),f=i.entryPoint?t.resolve(s,i.entryPoint):t.join(m,"/main.js"),x=i.widgets?t.resolve(s,i.widgets):t.join(m,"widgets"),D=t.join(s,"/.eodash"),v=i.outDir?t.resolve(s,i.outDir):t.join(D,"/dist"),Y=i.cacheDir?t.resolve(s,i.cacheDir):t.join(D,"cache"),g=S(void 0,{prefix:"[eodash]"});async function B(e,a){let r=e.config?t.resolve(s,e.config):t.join(s,"eodash.config.js"),o={};return u(r)?o=await import(r).then(n=>n.default instanceof Function?n.default():n.default).catch(n=>{console.error(n)}):r=null,{base:e.base??o?.base,port:Number(e.port??o?.[a]?.port),host:e.host??o?.[a]?.host,open:e.open??o?.[a]?.open,cacheDir:e.cacheDir??o?.cacheDir,entryPoint:e.entryPoint??o?.entryPoint,outDir:e.outDir??o?.outDir,publicDir:e.publicDir??o?.publicDir,runtime:e.runtime??o?.runtime,widgets:e.widgets??o?.widgets,lib:e.lib??o?.lib,vite:o.vite}}function w(e=import.meta.dirname??t.dirname(A(import.meta.url))){if(e?.split("/").length)return u(t.resolve(e,"package.json"))?e:w(t.resolve(e,".."));throw new Error("no package root found from "+e)}const P=`
2
+ import{createLogger as S,defineConfig as b,searchForWorkspaceRoot as W,mergeConfig as F,preview as O,createServer as U,build as L}from"vite";import{readFileSync as y,existsSync as u}from"fs";import t from"path";import{Command as N}from"commander";import{fileURLToPath as A}from"url";import{readFile as E,writeFile as I,rm as T,cp as $}from"fs/promises";import H from"@vitejs/plugin-vue";import M,{transformAssetUrls as J}from"vite-plugin-vuetify";const h=new N("eodash"),c=w(),s=w(process.cwd());JSON.parse(y(t.join(s,"package.json"),"utf-8"));const j=JSON.parse(y(t.join(c,"package.json"),"utf-8"))??{},R=["commander","vite","@vitejs/plugin-vue","vite-plugin-vuetify","axios"],V=Object.keys(j?.dependencies).filter(e=>!R.includes(e));h.version(j.version,"-v, --version","output the current version"),h.option("--publicDir <path>","path to statically served assets folder").option("--no-publicDir","stop serving static assets").option("--outDir <path>","minified output folder").option("-e, --entryPoint <path>","file exporting `createEodash`").option("-w, --widgets <path>","folder that contains vue components as internal widgets").option("--cacheDir <path>","cache folder").option("-r, --runtime <path>","file exporting eodash client runtime config").option("-b, --base <path>","base public path").option("-p, --port <port>","serving port").option("-o, --open","open default browser when the server starts").option("-c, --config <path>","path to eodash server and build configuration file").option("--host [IP address]","specify which IP addresses the server should listen on").option("-l, --lib","builds eodash as a web component library").option("--no-lib","builds eodash as an SPA").option("--no-host","do not expose server to the network").parse(process.argv);const i=await B(h.opts(),process.argv?.[2]),z=i.publicDir?t.resolve(s,i.publicDir):t.join(s,"./public"),m=t.join(s,"/src"),p=i.runtime?t.resolve(s,i.runtime):t.join(m,"./runtime.js"),f=i.entryPoint?t.resolve(s,i.entryPoint):t.join(m,"/main.js"),x=i.widgets?t.resolve(s,i.widgets):t.join(m,"widgets"),D=t.join(s,"/.eodash"),v=i.outDir?t.resolve(s,i.outDir):t.join(D,"/dist"),Y=i.cacheDir?t.resolve(s,i.cacheDir):t.join(D,"cache"),g=S(void 0,{prefix:"[eodash]"});async function B(e,a){let r=e.config?t.resolve(s,e.config):t.join(s,"eodash.config.js"),o={};return u(r)?o=await import(r).then(n=>n.default instanceof Function?n.default():n.default).catch(n=>{console.error(n)}):r=null,{base:e.base??o?.base,port:Number(e.port??o?.[a]?.port),host:e.host??o?.[a]?.host,open:e.open??o?.[a]?.open,cacheDir:e.cacheDir??o?.cacheDir,entryPoint:e.entryPoint??o?.entryPoint,outDir:e.outDir??o?.outDir,publicDir:e.publicDir??o?.publicDir,runtime:e.runtime??o?.runtime,widgets:e.widgets??o?.widgets,lib:e.lib??o?.lib,vite:o.vite}}function w(e=import.meta.dirname??t.dirname(A(import.meta.url))){if(e?.split("/").length)return u(t.resolve(e,"package.json"))?e:w(t.resolve(e,".."));throw new Error("no package root found from "+e)}const P=`
3
3
  <!DOCTYPE html>
4
4
  <html lang="en" style="overflow: hidden">
5
5
 
@@ -17,4 +17,4 @@ ${i.lib?`<eo-dash style="height:100dvh;"/>
17
17
  <script type="module" src="${t.resolve(`/@fs/${c}`,"core/client/render.js")}"><\/script>
18
18
  `}
19
19
  </body>
20
- </html>`,C=b(async({mode:e,command:a})=>({base:i.base??"",cacheDir:Y,plugins:[H({template:{transformAssetUrls:J,compilerOptions:{isCustomElement:r=>!r.includes("v-")&&r.includes("-")}}}),M({autoImport:!0}),e==="development"&&{name:"inject-html",configureServer:G}],customLogger:g,define:{"process.env":{}},resolve:{alias:{"@":t.join(c,"core/client"),"^":t.join(c,"widgets"),"user:config":f,"user:widgets":x},extensions:[".js",".json",".jsx",".mjs",".ts",".tsx",".vue"]},server:{allowedHosts:!0,warmup:{clientFiles:[t.join(c,"core/client/**"),f]},port:i.port??3e3,open:i.open,fs:{allow:[W(process.cwd())]},host:i.host},root:c,...e==="development"&&{optimizeDeps:{include:["webfontloader","vuetify","vue","pinia","stac-js","urijs","loglevel","vega","vega-lite","vega-embed","@eox/map","@eox/map/src/plugins/advancedLayersAndSources","@eox/layercontrol","@eox/drawtools","@eox/chart","@eox/jsonform","@eox/layout","@eox/itemfilter","@eox/timecontrol","@eox/stacinfo","color-legend-element","@eox/map","@eox/map/src/plugins/advancedLayersAndSources","@eox/layercontrol","@eox/timecontrol","@eox/jsonform","@eox/layout","@eox/itemfilter","@eox/stacinfo"],noDiscovery:!0}},publicDir:i.publicDir===!1?!1:z,build:{outDir:v,emptyOutDir:!0,target:"esnext",cssMinify:!0,...i.lib&&a==="build"&&{minify:!1,lib:{entry:t.join(c,"core/client/asWebComponent.js"),fileName:"eo-dash",formats:["es"],name:"@eodash/eodash"},rollupOptions:{input:t.join(c,"core/client/asWebComponent.js"),external:r=>{const o=r.includes("vuetify")||r.endsWith(".css")||r.endsWith("styles"),n=V.some(l=>r.startsWith(l));return!o&&n}}}}})),k=b(async e=>i.vite?F(await C(e),i.vite):C(e));async function G(e){e.watcher.add([f,p,t.join(x,"**/*.vue")]);let a="";const r=g.info;return g.info=(o,n)=>{if(o.includes("core")){const l=o.split("/")[0].split(" ");l.pop();const d=l.join(" ")+" "+a.replace(s,"");return r(d,n)}return r(o,n)},e.watcher.on("change",async o=>{a=o,o===p&&e.ws.send({type:"full-reload",path:o})}),()=>{e.middlewares.use(async(o,n,l)=>{if(o.originalUrl==="/@fs/config.js"||o.originalUrl==="/config.js"){n.statusCode=200,n.setHeader("Content-Type","text/javascript"),u(p)&&await E(p).then(d=>{n.write(d)}),n.end();return}if(o.url?.endsWith(".html")){n.statusCode=200,n.setHeader("Content-Type","text/html");const d=await e.transformIndexHtml(o.url,P,o.originalUrl);n.end(d);return}l()})}}const K=async()=>{const e=await O(await k({mode:"development",command:"serve"}));await e.listen(),e.printUrls(),e.bindCLIShortcuts({print:!0})},Q=async()=>{const e=async()=>{const a=await k({mode:"production",command:"build"});await L(a),u(p)&&await $(p,t.join(v,"config.js"),{recursive:!0}).catch(r=>{console.error(r)})};if(i.lib)await e();else{const a=t.join(c,"/index.html");await I(a,P).then(async()=>{await e(),await T(a).catch(()=>{console.error("failed to remove index.html")})})}};async function X(){(await U({root:s,base:i.base??"",preview:{port:isNaN(i.port)?8080:i.port,open:i.open,host:i.host},build:{outDir:v}})).printUrls()}const Z=process.argv?.[2];(async()=>{switch(Z){case"dev":await K();break;case"build":await Q();break;case"preview":await X();break;default:console.error("command not found");break}})();
20
+ </html>`,C=b(async({mode:e,command:a})=>({base:i.base??"",cacheDir:Y,plugins:[H({template:{transformAssetUrls:J,compilerOptions:{isCustomElement:r=>!r.includes("v-")&&r.includes("-")}}}),M({autoImport:!0}),e==="development"&&{name:"inject-html",configureServer:G}],customLogger:g,define:{"process.env":{}},resolve:{alias:{"@":t.join(c,"core/client"),"^":t.join(c,"widgets"),"user:config":f,"user:widgets":x},extensions:[".js",".json",".jsx",".mjs",".ts",".tsx",".vue"]},server:{allowedHosts:!0,warmup:{clientFiles:[t.join(c,"core/client/**"),f]},port:i.port??3e3,open:i.open,fs:{allow:[W(process.cwd())]},host:i.host},root:c,...e==="development"&&{optimizeDeps:{include:["webfontloader","vuetify","vue","pinia","stac-js","urijs","loglevel","vega","vega-lite","vega-embed","@eox/map","@eox/map/src/plugins/advancedLayersAndSources","@eox/layercontrol","@eox/drawtools","@eox/chart","@eox/jsonform","@eox/layout","@eox/itemfilter","@eox/timecontrol","@eox/stacinfo","color-legend-element","@eox/map","@eox/map/src/plugins/advancedLayersAndSources","@eox/layercontrol","@eox/timecontrol","@eox/jsonform","@eox/layout","@eox/itemfilter","@eox/stacinfo"],noDiscovery:!0}},publicDir:i.publicDir===!1?!1:z,build:{outDir:v,emptyOutDir:!0,target:"esnext",cssMinify:!0,...i.lib&&a==="build"&&{minify:!1,lib:{entry:t.join(c,"core/client/asWebComponent.js"),fileName:"eo-dash",formats:["es"],name:"@eodash/eodash"},rollupOptions:{input:t.join(c,"core/client/asWebComponent.js"),external:r=>{const o=r.includes("vuetify")||r.endsWith(".css")||r.endsWith("styles"),n=V.some(l=>r.startsWith(l));return!o&&n}}}}})),k=b(async e=>i.vite?F(await C(e),i.vite):C(e));async function G(e){e.watcher.add([f,p,t.join(x,"**/*.vue")]);let a="";const r=g.info;return g.info=(o,n)=>{if(o.includes("core")){const l=o.split("/")[0].split(" ");l.pop();const d=l.join(" ")+" "+a.replace(s,"");return r(d,n)}return r(o,n)},e.watcher.on("change",async o=>{a=o,o===p&&e.ws.send({type:"full-reload",path:o})}),()=>{e.middlewares.use(async(o,n,l)=>{if(o.originalUrl==="/@fs/config.js"||o.originalUrl==="/config.js"){n.statusCode=200,n.setHeader("Content-Type","text/javascript"),u(p)&&await E(p).then(d=>{n.write(d)}),n.end();return}if(o.url?.endsWith(".html")){n.statusCode=200,n.setHeader("Content-Type","text/html");const d=await e.transformIndexHtml(o.url,P,o.originalUrl);n.end(d);return}l()})}}const K=async()=>{const e=await U(await k({mode:"development",command:"serve"}));await e.listen(),e.printUrls(),e.bindCLIShortcuts({print:!0})},Q=async()=>{const e=async()=>{const a=await k({mode:"production",command:"build"});await L(a),u(p)&&await $(p,t.join(v,"config.js"),{recursive:!0}).catch(r=>{console.error(r)})};if(i.lib)await e();else{const a=t.join(c,"/index.html");await I(a,P).then(async()=>{await e(),await T(a).catch(()=>{console.error("failed to remove index.html")})})}};async function X(){(await O({root:s,base:i.base??"",preview:{port:isNaN(i.port)?8080:i.port,open:i.open,host:i.host},build:{outDir:v}})).printUrls()}const Z=process.argv?.[2];(async()=>{switch(Z){case"dev":await K();break;case"build":await Q();break;case"preview":await X();break;default:console.error("command not found");break}})();
@@ -1,167 +1,206 @@
1
1
  declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {
2
- tabs: import("vue").CreateComponentPublicInstance<{
3
- symbol: any;
4
- direction: "horizontal" | "vertical";
5
- style: import("vue").StyleValue;
6
- mobile: boolean | null;
7
- disabled: boolean;
8
- multiple: boolean;
9
- tag: string;
10
- mandatory: boolean | "force";
11
- items: readonly (string | number | Record<string, any>)[];
12
- density: "default" | "comfortable" | "compact" | null;
13
- selectedClass: string;
14
- stacked: boolean;
15
- centerActive: boolean;
16
- nextIcon: string | (string | [path: string, opacity: number])[] | ((new () => any) | import("vue").FunctionalComponent<any, {}, any, {}>);
17
- prevIcon: string | (string | [path: string, opacity: number])[] | ((new () => any) | import("vue").FunctionalComponent<any, {}, any, {}>);
18
- grow: boolean;
19
- hideSlider: boolean;
20
- alignTabs: "center" | "end" | "start" | "title";
21
- fixedTabs: boolean;
22
- } & {
23
- max?: number | undefined;
24
- height?: string | number | undefined;
25
- color?: string | undefined;
26
- class?: any;
27
- mobileBreakpoint?: number | ("sm" | "md" | "lg" | "xl" | "xxl" | "xs") | undefined;
28
- modelValue?: any;
29
- bgColor?: string | undefined;
30
- showArrows?: string | boolean | undefined;
31
- sliderColor?: string | undefined;
32
- } & {
33
- $children?: import("vue").VNodeChild | (() => import("vue").VNodeChild) | {
34
- [x: `tab.${string}`]: ((arg: {
35
- item: string | number | Record<string, any>;
36
- }) => import("vue").VNodeChild) | undefined;
37
- [x: `item.${string}`]: ((arg: {
38
- item: string | number | Record<string, any>;
39
- }) => import("vue").VNodeChild) | undefined;
40
- default?: (() => import("vue").VNodeChild) | undefined;
41
- tab?: ((arg: {
42
- item: string | number | Record<string, any>;
43
- }) => import("vue").VNodeChild) | undefined;
44
- item?: ((arg: {
45
- item: string | number | Record<string, any>;
46
- }) => import("vue").VNodeChild) | undefined;
47
- window?: (() => import("vue").VNodeChild) | undefined;
2
+ tabs: ({
3
+ $: import("vue").ComponentInternalInstance;
4
+ $data: {};
5
+ $props: Partial<{
6
+ symbol: any;
7
+ height: string | number;
8
+ direction: "horizontal" | "vertical";
9
+ style: import("vue").StyleValue;
10
+ mobile: boolean | null;
11
+ disabled: boolean;
12
+ multiple: boolean;
13
+ tag: string;
14
+ mandatory: boolean | "force";
15
+ modelValue: any;
16
+ density: "default" | "comfortable" | "compact" | null;
17
+ selectedClass: string;
18
+ stacked: boolean;
19
+ centerActive: boolean;
20
+ nextIcon: string | (string | [path: string, opacity: number])[] | ((new () => any) | import("vue").FunctionalComponent<any, {}, any, {}>);
21
+ prevIcon: string | (string | [path: string, opacity: number])[] | ((new () => any) | import("vue").FunctionalComponent<any, {}, any, {}>);
22
+ grow: boolean;
23
+ hideSlider: boolean;
24
+ alignTabs: "center" | "end" | "start" | "title";
25
+ fixedTabs: boolean;
26
+ }> & Omit<{
27
+ symbol: any;
28
+ direction: "horizontal" | "vertical";
29
+ style: import("vue").StyleValue;
30
+ mobile: boolean | null;
31
+ disabled: boolean;
32
+ multiple: boolean;
33
+ tag: string;
34
+ mandatory: boolean | "force";
35
+ density: "default" | "comfortable" | "compact" | null;
36
+ selectedClass: string;
37
+ stacked: boolean;
38
+ centerActive: boolean;
39
+ nextIcon: string | (string | [path: string, opacity: number])[] | ((new () => any) | import("vue").FunctionalComponent<any, {}, any, {}>);
40
+ prevIcon: string | (string | [path: string, opacity: number])[] | ((new () => any) | import("vue").FunctionalComponent<any, {}, any, {}>);
41
+ grow: boolean;
42
+ hideSlider: boolean;
43
+ alignTabs: "center" | "end" | "start" | "title";
44
+ fixedTabs: boolean;
45
+ max?: number | undefined | undefined;
46
+ height?: string | number | undefined | undefined;
47
+ color?: string | undefined | undefined;
48
+ class?: any;
49
+ mobileBreakpoint?: number | ("sm" | "md" | "lg" | "xl" | "xxl" | "xs") | undefined;
50
+ modelValue?: any;
51
+ bgColor?: string | undefined | undefined;
52
+ showArrows?: string | boolean | undefined | undefined;
53
+ sliderColor?: string | undefined | undefined;
54
+ "onUpdate:modelValue"?: ((v: unknown) => any) | undefined | undefined;
55
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
56
+ symbol: any;
57
+ direction: "horizontal" | "vertical";
58
+ style: import("vue").StyleValue;
59
+ mobile: boolean | null;
60
+ disabled: boolean;
61
+ multiple: boolean;
62
+ tag: string;
63
+ mandatory: boolean | "force";
64
+ density: "default" | "comfortable" | "compact" | null;
65
+ selectedClass: string;
66
+ stacked: boolean;
67
+ centerActive: boolean;
68
+ nextIcon: string | (string | [path: string, opacity: number])[] | ((new () => any) | import("vue").FunctionalComponent<any, {}, any, {}>);
69
+ prevIcon: string | (string | [path: string, opacity: number])[] | ((new () => any) | import("vue").FunctionalComponent<any, {}, any, {}>);
70
+ grow: boolean;
71
+ hideSlider: boolean;
72
+ alignTabs: "center" | "end" | "start" | "title";
73
+ fixedTabs: boolean;
74
+ } & {
75
+ max?: number | undefined;
76
+ height?: string | number | undefined;
77
+ color?: string | undefined;
78
+ class?: any;
79
+ mobileBreakpoint?: number | ("sm" | "md" | "lg" | "xl" | "xxl" | "xs") | undefined;
80
+ modelValue?: any;
81
+ bgColor?: string | undefined;
82
+ showArrows?: string | boolean | undefined;
83
+ sliderColor?: string | undefined;
84
+ } & {
85
+ "onUpdate:modelValue"?: ((v: unknown) => any) | undefined;
86
+ }, "symbol" | "style" | "tag" | "height" | "density" | "modelValue" | "mobile" | "multiple" | "mandatory" | "selectedClass" | "disabled" | "centerActive" | "direction" | "nextIcon" | "prevIcon" | "alignTabs" | "fixedTabs" | "stacked" | "grow" | "hideSlider">;
87
+ $attrs: {
88
+ [x: string]: unknown;
48
89
  };
49
- 'v-slots'?: {
50
- [x: `tab.${string}`]: false | ((arg: {
51
- item: string | number | Record<string, any>;
52
- }) => import("vue").VNodeChild) | undefined;
53
- [x: `item.${string}`]: false | ((arg: {
54
- item: string | number | Record<string, any>;
55
- }) => import("vue").VNodeChild) | undefined;
56
- default?: false | (() => import("vue").VNodeChild) | undefined;
57
- tab?: false | ((arg: {
58
- item: string | number | Record<string, any>;
59
- }) => import("vue").VNodeChild) | undefined;
60
- item?: false | ((arg: {
61
- item: string | number | Record<string, any>;
62
- }) => import("vue").VNodeChild) | undefined;
63
- window?: false | (() => import("vue").VNodeChild) | undefined;
64
- } | undefined;
65
- } & {
66
- [x: `v-slot:tab.${string}`]: false | ((arg: {
67
- item: string | number | Record<string, any>;
68
- }) => import("vue").VNodeChild) | undefined;
69
- [x: `v-slot:item.${string}`]: false | ((arg: {
70
- item: string | number | Record<string, any>;
71
- }) => import("vue").VNodeChild) | undefined;
72
- "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
73
- "v-slot:tab"?: false | ((arg: {
74
- item: string | number | Record<string, any>;
75
- }) => import("vue").VNodeChild) | undefined;
76
- "v-slot:item"?: false | ((arg: {
77
- item: string | number | Record<string, any>;
78
- }) => import("vue").VNodeChild) | undefined;
79
- "v-slot:window"?: false | (() => import("vue").VNodeChild) | undefined;
80
- } & {
81
- "onUpdate:modelValue"?: ((v: unknown) => any) | undefined;
82
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
83
- 'update:modelValue': (v: unknown) => true;
84
- }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
85
- symbol: any;
86
- direction: "horizontal" | "vertical";
87
- style: import("vue").StyleValue;
88
- mobile: boolean | null;
89
- disabled: boolean;
90
- multiple: boolean;
91
- tag: string;
92
- mandatory: boolean | "force";
93
- items: readonly (string | number | Record<string, any>)[];
94
- density: "default" | "comfortable" | "compact" | null;
95
- selectedClass: string;
96
- stacked: boolean;
97
- centerActive: boolean;
98
- nextIcon: string | (string | [path: string, opacity: number])[] | ((new () => any) | import("vue").FunctionalComponent<any, {}, any, {}>);
99
- prevIcon: string | (string | [path: string, opacity: number])[] | ((new () => any) | import("vue").FunctionalComponent<any, {}, any, {}>);
100
- grow: boolean;
101
- hideSlider: boolean;
102
- alignTabs: "center" | "end" | "start" | "title";
103
- fixedTabs: boolean;
104
- } & {
105
- max?: number | undefined;
106
- height?: string | number | undefined;
107
- color?: string | undefined;
108
- class?: any;
109
- mobileBreakpoint?: number | ("sm" | "md" | "lg" | "xl" | "xxl" | "xs") | undefined;
110
- modelValue?: any;
111
- bgColor?: string | undefined;
112
- showArrows?: string | boolean | undefined;
113
- sliderColor?: string | undefined;
114
- } & {
115
- $children?: import("vue").VNodeChild | (() => import("vue").VNodeChild) | {
90
+ $refs: {
91
+ [x: string]: unknown;
92
+ };
93
+ $slots: Readonly<{
116
94
  [x: `tab.${string}`]: ((arg: {
117
- item: string | number | Record<string, any>;
118
- }) => import("vue").VNodeChild) | undefined;
95
+ item: unknown;
96
+ }) => import("vue").VNode[]) | undefined;
119
97
  [x: `item.${string}`]: ((arg: {
120
- item: string | number | Record<string, any>;
121
- }) => import("vue").VNodeChild) | undefined;
122
- default?: (() => import("vue").VNodeChild) | undefined;
98
+ item: unknown;
99
+ }) => import("vue").VNode[]) | undefined;
100
+ default?: (() => import("vue").VNode[]) | undefined;
123
101
  tab?: ((arg: {
124
- item: string | number | Record<string, any>;
125
- }) => import("vue").VNodeChild) | undefined;
102
+ item: unknown;
103
+ }) => import("vue").VNode[]) | undefined;
126
104
  item?: ((arg: {
127
- item: string | number | Record<string, any>;
128
- }) => import("vue").VNodeChild) | undefined;
129
- window?: (() => import("vue").VNodeChild) | undefined;
105
+ item: unknown;
106
+ }) => import("vue").VNode[]) | undefined;
107
+ window?: (() => import("vue").VNode[]) | undefined;
108
+ }>;
109
+ $root: import("vue").ComponentPublicInstance | null;
110
+ $parent: import("vue").ComponentPublicInstance | null;
111
+ $host: Element | null;
112
+ $emit: (event: "update:modelValue", v: unknown) => void;
113
+ $el: any;
114
+ $options: import("vue").ComponentOptionsBase<{
115
+ symbol: any;
116
+ direction: "horizontal" | "vertical";
117
+ style: import("vue").StyleValue;
118
+ mobile: boolean | null;
119
+ disabled: boolean;
120
+ multiple: boolean;
121
+ tag: string;
122
+ mandatory: boolean | "force";
123
+ density: "default" | "comfortable" | "compact" | null;
124
+ selectedClass: string;
125
+ stacked: boolean;
126
+ centerActive: boolean;
127
+ nextIcon: string | (string | [path: string, opacity: number])[] | ((new () => any) | import("vue").FunctionalComponent<any, {}, any, {}>);
128
+ prevIcon: string | (string | [path: string, opacity: number])[] | ((new () => any) | import("vue").FunctionalComponent<any, {}, any, {}>);
129
+ grow: boolean;
130
+ hideSlider: boolean;
131
+ alignTabs: "center" | "end" | "start" | "title";
132
+ fixedTabs: boolean;
133
+ } & {
134
+ max?: number | undefined;
135
+ height?: string | number | undefined;
136
+ color?: string | undefined;
137
+ class?: any;
138
+ mobileBreakpoint?: number | ("sm" | "md" | "lg" | "xl" | "xxl" | "xs") | undefined;
139
+ modelValue?: any;
140
+ bgColor?: string | undefined;
141
+ showArrows?: string | boolean | undefined;
142
+ sliderColor?: string | undefined;
143
+ } & {
144
+ "onUpdate:modelValue"?: ((v: unknown) => any) | undefined;
145
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Omit<{
146
+ 'update:modelValue': (v: unknown) => true;
147
+ }, "$children" | "v-slots" | "v-slot:default" | "items" | "v-slot:item" | `v-slot:item.${string}` | "v-slot:window" | "v-slot:tab" | `v-slot:tab.${string}`>, string, {
148
+ symbol: any;
149
+ height: string | number;
150
+ direction: "horizontal" | "vertical";
151
+ style: import("vue").StyleValue;
152
+ mobile: boolean | null;
153
+ disabled: boolean;
154
+ multiple: boolean;
155
+ tag: string;
156
+ mandatory: boolean | "force";
157
+ modelValue: any;
158
+ density: "default" | "comfortable" | "compact" | null;
159
+ selectedClass: string;
160
+ stacked: boolean;
161
+ centerActive: boolean;
162
+ nextIcon: string | (string | [path: string, opacity: number])[] | ((new () => any) | import("vue").FunctionalComponent<any, {}, any, {}>);
163
+ prevIcon: string | (string | [path: string, opacity: number])[] | ((new () => any) | import("vue").FunctionalComponent<any, {}, any, {}>);
164
+ grow: boolean;
165
+ hideSlider: boolean;
166
+ alignTabs: "center" | "end" | "start" | "title";
167
+ fixedTabs: boolean;
168
+ }, {}, string, import("vue").SlotsType<Partial<{
169
+ [x: `tab.${string}`]: (arg: {
170
+ item: unknown;
171
+ }) => import("vue").VNode[];
172
+ [x: `item.${string}`]: (arg: {
173
+ item: unknown;
174
+ }) => import("vue").VNode[];
175
+ default: () => import("vue").VNode[];
176
+ tab: (arg: {
177
+ item: unknown;
178
+ }) => import("vue").VNode[];
179
+ item: (arg: {
180
+ item: unknown;
181
+ }) => import("vue").VNode[];
182
+ window: () => import("vue").VNode[];
183
+ }>>, {}, {}, string, import("vue").ComponentProvideOptions> & {
184
+ beforeCreate?: (() => void) | (() => void)[];
185
+ created?: (() => void) | (() => void)[];
186
+ beforeMount?: (() => void) | (() => void)[];
187
+ mounted?: (() => void) | (() => void)[];
188
+ beforeUpdate?: (() => void) | (() => void)[];
189
+ updated?: (() => void) | (() => void)[];
190
+ activated?: (() => void) | (() => void)[];
191
+ deactivated?: (() => void) | (() => void)[];
192
+ beforeDestroy?: (() => void) | (() => void)[];
193
+ beforeUnmount?: (() => void) | (() => void)[];
194
+ destroyed?: (() => void) | (() => void)[];
195
+ unmounted?: (() => void) | (() => void)[];
196
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
197
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
198
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
130
199
  };
131
- 'v-slots'?: {
132
- [x: `tab.${string}`]: false | ((arg: {
133
- item: string | number | Record<string, any>;
134
- }) => import("vue").VNodeChild) | undefined;
135
- [x: `item.${string}`]: false | ((arg: {
136
- item: string | number | Record<string, any>;
137
- }) => import("vue").VNodeChild) | undefined;
138
- default?: false | (() => import("vue").VNodeChild) | undefined;
139
- tab?: false | ((arg: {
140
- item: string | number | Record<string, any>;
141
- }) => import("vue").VNodeChild) | undefined;
142
- item?: false | ((arg: {
143
- item: string | number | Record<string, any>;
144
- }) => import("vue").VNodeChild) | undefined;
145
- window?: false | (() => import("vue").VNodeChild) | undefined;
146
- } | undefined;
147
- } & {
148
- [x: `v-slot:tab.${string}`]: false | ((arg: {
149
- item: string | number | Record<string, any>;
150
- }) => import("vue").VNodeChild) | undefined;
151
- [x: `v-slot:item.${string}`]: false | ((arg: {
152
- item: string | number | Record<string, any>;
153
- }) => import("vue").VNodeChild) | undefined;
154
- "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
155
- "v-slot:tab"?: false | ((arg: {
156
- item: string | number | Record<string, any>;
157
- }) => import("vue").VNodeChild) | undefined;
158
- "v-slot:item"?: false | ((arg: {
159
- item: string | number | Record<string, any>;
160
- }) => import("vue").VNodeChild) | undefined;
161
- "v-slot:window"?: false | (() => import("vue").VNodeChild) | undefined;
162
- } & {
163
- "onUpdate:modelValue"?: ((v: unknown) => any) | undefined;
164
- }, {
200
+ $forceUpdate: () => void;
201
+ $nextTick: typeof import("vue").nextTick;
202
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
203
+ } & Readonly<{
165
204
  symbol: any;
166
205
  height: string | number;
167
206
  direction: "horizontal" | "vertical";
@@ -172,7 +211,6 @@ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import
172
211
  tag: string;
173
212
  mandatory: boolean | "force";
174
213
  modelValue: any;
175
- items: readonly (string | number | Record<string, any>)[];
176
214
  density: "default" | "comfortable" | "compact" | null;
177
215
  selectedClass: string;
178
216
  stacked: boolean;
@@ -183,29 +221,7 @@ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import
183
221
  hideSlider: boolean;
184
222
  alignTabs: "center" | "end" | "start" | "title";
185
223
  fixedTabs: boolean;
186
- }, true, {}, import("vue").SlotsType<Partial<{
187
- [x: `tab.${string}`]: (arg: {
188
- item: string | number | Record<string, any>;
189
- }) => import("vue").VNode[];
190
- [x: `item.${string}`]: (arg: {
191
- item: string | number | Record<string, any>;
192
- }) => import("vue").VNode[];
193
- default: () => import("vue").VNode[];
194
- tab: (arg: {
195
- item: string | number | Record<string, any>;
196
- }) => import("vue").VNode[];
197
- item: (arg: {
198
- item: string | number | Record<string, any>;
199
- }) => import("vue").VNode[];
200
- window: () => import("vue").VNode[];
201
- }>>, {
202
- P: {};
203
- B: {};
204
- D: {};
205
- C: {};
206
- M: {};
207
- Defaults: {};
208
- }, {
224
+ }> & Omit<{
209
225
  symbol: any;
210
226
  direction: "horizontal" | "vertical";
211
227
  style: import("vue").StyleValue;
@@ -214,7 +230,6 @@ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import
214
230
  multiple: boolean;
215
231
  tag: string;
216
232
  mandatory: boolean | "force";
217
- items: readonly (string | number | Record<string, any>)[];
218
233
  density: "default" | "comfortable" | "compact" | null;
219
234
  selectedClass: string;
220
235
  stacked: boolean;
@@ -236,77 +251,75 @@ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import
236
251
  showArrows?: string | boolean | undefined;
237
252
  sliderColor?: string | undefined;
238
253
  } & {
239
- $children?: import("vue").VNodeChild | (() => import("vue").VNodeChild) | {
240
- [x: `tab.${string}`]: ((arg: {
254
+ "onUpdate:modelValue"?: ((v: unknown) => any) | undefined;
255
+ }, "symbol" | "style" | "tag" | "height" | "density" | "modelValue" | "mobile" | "multiple" | "mandatory" | "selectedClass" | "disabled" | "centerActive" | "direction" | "nextIcon" | "prevIcon" | "alignTabs" | "fixedTabs" | "stacked" | "grow" | "hideSlider"> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
256
+ $props: {
257
+ items?: (string | number | Record<string, any>)[] | undefined;
258
+ } & {
259
+ $children?: import("vue").VNodeChild | (() => import("vue").VNodeChild) | {
260
+ [x: `tab.${string}`]: ((arg: {
261
+ item: string | number | Record<string, any>;
262
+ }) => import("vue").VNodeChild) | undefined;
263
+ [x: `item.${string}`]: ((arg: {
264
+ item: string | number | Record<string, any>;
265
+ }) => import("vue").VNodeChild) | undefined;
266
+ default?: (() => import("vue").VNodeChild) | undefined;
267
+ tab?: ((arg: {
268
+ item: string | number | Record<string, any>;
269
+ }) => import("vue").VNodeChild) | undefined;
270
+ item?: ((arg: {
271
+ item: string | number | Record<string, any>;
272
+ }) => import("vue").VNodeChild) | undefined;
273
+ window?: (() => import("vue").VNodeChild) | undefined;
274
+ };
275
+ 'v-slots'?: {
276
+ [x: `tab.${string}`]: false | ((arg: {
277
+ item: string | number | Record<string, any>;
278
+ }) => import("vue").VNodeChild) | undefined;
279
+ [x: `item.${string}`]: false | ((arg: {
280
+ item: string | number | Record<string, any>;
281
+ }) => import("vue").VNodeChild) | undefined;
282
+ default?: false | (() => import("vue").VNodeChild) | undefined;
283
+ tab?: false | ((arg: {
284
+ item: string | number | Record<string, any>;
285
+ }) => import("vue").VNodeChild) | undefined;
286
+ item?: false | ((arg: {
287
+ item: string | number | Record<string, any>;
288
+ }) => import("vue").VNodeChild) | undefined;
289
+ window?: false | (() => import("vue").VNodeChild) | undefined;
290
+ } | undefined;
291
+ } & {
292
+ [x: `v-slot:tab.${string}`]: false | ((arg: {
241
293
  item: string | number | Record<string, any>;
242
294
  }) => import("vue").VNodeChild) | undefined;
243
- [x: `item.${string}`]: ((arg: {
295
+ [x: `v-slot:item.${string}`]: false | ((arg: {
244
296
  item: string | number | Record<string, any>;
245
297
  }) => import("vue").VNodeChild) | undefined;
246
- default?: (() => import("vue").VNodeChild) | undefined;
247
- tab?: ((arg: {
298
+ "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
299
+ "v-slot:tab"?: false | ((arg: {
248
300
  item: string | number | Record<string, any>;
249
301
  }) => import("vue").VNodeChild) | undefined;
250
- item?: ((arg: {
302
+ "v-slot:item"?: false | ((arg: {
251
303
  item: string | number | Record<string, any>;
252
304
  }) => import("vue").VNodeChild) | undefined;
253
- window?: (() => import("vue").VNodeChild) | undefined;
305
+ "v-slot:window"?: false | (() => import("vue").VNodeChild) | undefined;
254
306
  };
255
- 'v-slots'?: {
256
- [x: `tab.${string}`]: false | ((arg: {
307
+ $slots: {
308
+ [x: `tab.${string}`]: (arg: {
257
309
  item: string | number | Record<string, any>;
258
- }) => import("vue").VNodeChild) | undefined;
259
- [x: `item.${string}`]: false | ((arg: {
310
+ }) => import("vue").VNode[];
311
+ [x: `item.${string}`]: (arg: {
260
312
  item: string | number | Record<string, any>;
261
- }) => import("vue").VNodeChild) | undefined;
262
- default?: false | (() => import("vue").VNodeChild) | undefined;
263
- tab?: false | ((arg: {
313
+ }) => import("vue").VNode[];
314
+ default: () => import("vue").VNode[];
315
+ tab: (arg: {
264
316
  item: string | number | Record<string, any>;
265
- }) => import("vue").VNodeChild) | undefined;
266
- item?: false | ((arg: {
317
+ }) => import("vue").VNode[];
318
+ item: (arg: {
267
319
  item: string | number | Record<string, any>;
268
- }) => import("vue").VNodeChild) | undefined;
269
- window?: false | (() => import("vue").VNodeChild) | undefined;
270
- } | undefined;
271
- } & {
272
- [x: `v-slot:tab.${string}`]: false | ((arg: {
273
- item: string | number | Record<string, any>;
274
- }) => import("vue").VNodeChild) | undefined;
275
- [x: `v-slot:item.${string}`]: false | ((arg: {
276
- item: string | number | Record<string, any>;
277
- }) => import("vue").VNodeChild) | undefined;
278
- "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
279
- "v-slot:tab"?: false | ((arg: {
280
- item: string | number | Record<string, any>;
281
- }) => import("vue").VNodeChild) | undefined;
282
- "v-slot:item"?: false | ((arg: {
283
- item: string | number | Record<string, any>;
284
- }) => import("vue").VNodeChild) | undefined;
285
- "v-slot:window"?: false | (() => import("vue").VNodeChild) | undefined;
286
- } & {
287
- "onUpdate:modelValue"?: ((v: unknown) => any) | undefined;
288
- }, {}, {}, {}, {}, {
289
- symbol: any;
290
- height: string | number;
291
- direction: "horizontal" | "vertical";
292
- style: import("vue").StyleValue;
293
- mobile: boolean | null;
294
- disabled: boolean;
295
- multiple: boolean;
296
- tag: string;
297
- mandatory: boolean | "force";
298
- modelValue: any;
299
- items: readonly (string | number | Record<string, any>)[];
300
- density: "default" | "comfortable" | "compact" | null;
301
- selectedClass: string;
302
- stacked: boolean;
303
- centerActive: boolean;
304
- nextIcon: string | (string | [path: string, opacity: number])[] | ((new () => any) | import("vue").FunctionalComponent<any, {}, any, {}>);
305
- prevIcon: string | (string | [path: string, opacity: number])[] | ((new () => any) | import("vue").FunctionalComponent<any, {}, any, {}>);
306
- grow: boolean;
307
- hideSlider: boolean;
308
- alignTabs: "center" | "end" | "start" | "title";
309
- fixedTabs: boolean;
310
- }> | null;
320
+ }) => import("vue").VNode[];
321
+ window: () => import("vue").VNode[];
322
+ };
323
+ }) | null;
311
324
  }, any>;
312
325
  export default _default;