@eodash/eodash 5.6.0 → 5.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (91) hide show
  1. package/core/client/components/DashboardLayout.vue +1 -1
  2. package/core/client/composables/index.js +6 -2
  3. package/core/client/eodashSTAC/EodashCollection.js +5 -21
  4. package/core/client/eodashSTAC/createLayers.js +23 -9
  5. package/core/client/eodashSTAC/helpers.js +37 -4
  6. package/core/client/types.ts +8 -1
  7. package/core/client/utils/index.js +4 -0
  8. package/dist/client/{DashboardLayout-DkKDhfgH.js → DashboardLayout-kRsmsNW5.js} +5 -5
  9. package/dist/client/{DynamicWebComponent-BrpkA-e3.js → DynamicWebComponent-CnKhYo0K.js} +1 -1
  10. package/dist/client/{EodashChart-p7_1FRlF.js → EodashChart-CLDqE93C.js} +4 -4
  11. package/dist/client/{EodashDatePicker-HK0Jl7wQ.js → EodashDatePicker-CMPDT-ce.js} +3 -3
  12. package/dist/client/{EodashItemFilter-BYQDA78B.js → EodashItemFilter-BpdA8QQa.js} +1 -1
  13. package/dist/client/{EodashLayerControl-NcrNncGn.js → EodashLayerControl-BHpDA4_0.js} +25 -7
  14. package/dist/client/{EodashLayoutSwitcher-CC2Znd0I.js → EodashLayoutSwitcher-B1fRUt7G.js} +3 -3
  15. package/dist/client/EodashMapBtns-Cpned0tc.js +478 -0
  16. package/dist/client/{EodashStacInfo-BA-0UjvT.js → EodashStacInfo-BQspAHKH.js} +31 -31
  17. package/dist/client/{EodashTools-CWmoH0g_.js → EodashTools-1zHz26gv.js} +4 -4
  18. package/dist/client/{ExportState-CfAfX4RN.js → ExportState-DbOm8hBI.js} +4 -4
  19. package/dist/client/{Footer-DLGxQTZt.js → Footer-BKg-VVkj.js} +1 -1
  20. package/dist/client/{Header-eyEyyzD6.js → Header-DCrwCvmY.js} +2 -2
  21. package/dist/client/MobileLayout-vWSHpluo.js +118 -0
  22. package/dist/client/{PopUp-WNs6Io2N.js → PopUp-9uimfK49.js} +2 -2
  23. package/dist/client/{ProcessList-RzVqbd5E.js → ProcessList-CTTIZa06.js} +4 -4
  24. package/dist/client/{VImg-GKUTFoV-.js → VImg-CrmB76ZY.js} +2 -2
  25. package/dist/client/{VMain-D7_72mHr.js → VMain-OKZNpcEG.js} +1 -1
  26. package/dist/client/{VTooltip-BbmvtvYw.js → VTooltip-CJw2FyWk.js} +2 -2
  27. package/dist/client/{WidgetsContainer-Dw5d7SOW.js → WidgetsContainer-BaWOnE5R.js} +1 -1
  28. package/dist/client/{asWebComponent-DDt7V3Bl.js → asWebComponent-BHWpMuE3.js} +47 -35
  29. package/dist/client/{async-CT3KEV52.js → async-DSKj6g1f.js} +29 -28
  30. package/dist/client/create-layers-config-CBoYedqB.js +182 -0
  31. package/dist/client/eo-dash.js +1 -1
  32. package/dist/client/{forwardRefs-CVzxyoSq.js → forwardRefs-DH51zPUr.js} +2 -2
  33. package/dist/client/{handling-C285F_Mq.js → handling-BrcDDlgS.js} +452 -114
  34. package/dist/client/{helpers-CZFH0EVN.js → helpers-DjZVl_WF.js} +2277 -1504
  35. package/dist/client/{index-B-m7V3Kb.js → index-1JKE68n3.js} +49 -194
  36. package/dist/client/{index-CF3ZMzTz.js → index-5Jhsa8Xe.js} +3 -3
  37. package/dist/client/index-CSG_JoOA.js +436 -0
  38. package/dist/client/{index-DgOXD7wd.js → index-CUjl-ZsI.js} +2 -2
  39. package/dist/client/{index-B_6H-N14.js → index-Cu3-13Xg.js} +84 -90
  40. package/dist/client/material-symbols-outlined.woff2 +0 -0
  41. package/dist/client/material-symbols-rounded.woff2 +0 -0
  42. package/dist/client/material-symbols-sharp.woff2 +0 -0
  43. package/dist/client/material-symbols-subset.woff2 +0 -0
  44. package/dist/client/templates.js +1 -1
  45. package/dist/client/{transition-C2gnrWg0.js → transition-OHcz5Qq1.js} +1 -1
  46. package/dist/node/cli.js +1 -1
  47. package/dist/types/core/client/composables/index.d.ts +1 -3
  48. package/dist/types/core/client/eodashSTAC/EodashCollection.d.ts +6 -7
  49. package/dist/types/core/client/eodashSTAC/createLayers.d.ts +3 -3
  50. package/dist/types/core/client/eodashSTAC/helpers.d.ts +1 -0
  51. package/dist/types/core/client/types.d.ts +8 -1
  52. package/dist/types/templates/baseConfig.d.ts +12 -0
  53. package/dist/types/widgets/EodashLayerControl.vue.d.ts +1 -1
  54. package/dist/types/widgets/EodashMap/EodashMapBtns.vue.d.ts +9 -0
  55. package/dist/types/widgets/EodashMap/index.vue.d.ts +7 -0
  56. package/dist/types/widgets/EodashMap/methods/create-layers-config.d.ts +1 -8
  57. package/dist/types/widgets/EodashProcess/methods/composables.d.ts +2 -3
  58. package/dist/types/widgets/EodashProcess/methods/handling.d.ts +15 -10
  59. package/dist/types/widgets/EodashProcess/methods/outputs.d.ts +3 -1
  60. package/dist/types/widgets/EodashProcess/methods/template-helpers.d.ts +99 -0
  61. package/dist/types/widgets/EodashProcess/methods/utils.d.ts +1 -6
  62. package/dist/types/widgets/EodashProcess/types.d.ts +1 -0
  63. package/dist/types/widgets/EodashStacInfo.vue.d.ts +10 -10
  64. package/dist/types/widgets/EodashTimeSlider/index.vue.d.ts +34 -0
  65. package/dist/types/widgets/EodashTimeSlider/methods/index.d.ts +39 -0
  66. package/dist/types/widgets/EodashTimeSlider/types.d.ts +62 -0
  67. package/package.json +32 -32
  68. package/widgets/EodashLayerControl.vue +22 -3
  69. package/widgets/EodashMap/EodashMapBtns.vue +46 -1
  70. package/widgets/EodashMap/index.vue +17 -5
  71. package/widgets/EodashMap/methods/create-layers-config.js +2 -0
  72. package/widgets/EodashMap/methods/index.js +23 -5
  73. package/widgets/EodashProcess/index.vue +17 -13
  74. package/widgets/EodashProcess/methods/async.js +19 -8
  75. package/widgets/EodashProcess/methods/composables.js +63 -74
  76. package/widgets/EodashProcess/methods/custom-endpoints/chart/sentinelhub-endpoint.js +9 -5
  77. package/widgets/EodashProcess/methods/custom-endpoints/chart/veda-endpoint.js +7 -4
  78. package/widgets/EodashProcess/methods/handling.js +125 -76
  79. package/widgets/EodashProcess/methods/outputs.js +74 -29
  80. package/widgets/EodashProcess/methods/template-helpers.js +246 -0
  81. package/widgets/EodashProcess/methods/utils.js +7 -17
  82. package/widgets/EodashProcess/types.ts +1 -0
  83. package/widgets/EodashStacInfo.vue +30 -30
  84. package/widgets/EodashTimeSlider/index.vue +152 -0
  85. package/widgets/EodashTimeSlider/methods/index.js +279 -0
  86. package/widgets/EodashTimeSlider/types.ts +64 -0
  87. package/dist/client/EodashMapBtns-BJSh7qT-.js +0 -435
  88. package/dist/client/EodashTimeSlider-GDv1hbw7.js +0 -53
  89. package/dist/client/MobileLayout-RzLOyXwL.js +0 -118
  90. package/dist/types/widgets/EodashTimeSlider.vue.d.ts +0 -15
  91. package/widgets/EodashTimeSlider.vue +0 -40
@@ -1,5 +1,5 @@
1
1
  import { mdiViewDashboardVariant, mdiViewDashboard } from '@mdi/js';
2
- import { P as includesProcess, Q as shouldShowChartWidget } from './helpers-CZFH0EVN.js';
2
+ import { O as includesProcess, P as shouldShowChartWidget } from './helpers-DjZVl_WF.js';
3
3
 
4
4
  /**
5
5
  * Special values that tell deepmerge to perform a certain action.
@@ -1,5 +1,5 @@
1
1
  import { mergeProps, h, TransitionGroup, Transition } from 'vue';
2
- import { p as propsFactory, a1 as isObject, aH as onlyDefinedProps } from './asWebComponent-DDt7V3Bl.js';
2
+ import { p as propsFactory, a0 as isObject, aH as onlyDefinedProps } from './asWebComponent-BHWpMuE3.js';
3
3
 
4
4
  // Utilities
5
5
  const makeTransitionProps = propsFactory({
package/dist/node/cli.js CHANGED
@@ -27,4 +27,4 @@ ${s.lib?`<eo-dash style="height:100%;"/>
27
27
  `}
28
28
  </body>
29
29
  </html>`;function Z(e={customElementFileName:"asWebComponent.js",stylePlaceHolder:"__VUE_CE_STYLES__"}){const{customElementFileName:n,stylePlaceHolder:r}=e;return{name:"vite-plugin-vue-custom-element-style-injector",enforce:"post",async transform(o,i){if(this.environment.mode!=="build")return;if(t.basename(i)===n){let p=o;return/defineCustomElement\s*\([^{]*\{[\s\S]*?styles\s*:/.test(o)||(p=o.replace(/(defineCustomElement\s*\(\s*[^,{]*,?\s*\{)/,`$1
30
- styles: ${r},`)),{code:p,map:null}}},generateBundle(o,i){let a="",p=[];const u=[];for(const d in i){const h=i[d];if(h.type==="chunk"&&h.code.includes(r)){a=d;break}}for(const d in i){const h=i[d];if(q(d)&&h.type==="asset"){let g=h.source.toString();g=g.replaceAll(":root",":host"),p.push(g),u.push(d)}}i[a].code=i[a].code.replace(r,JSON.stringify(p)),u.forEach(d=>{delete i[d]})}}}function q(e){return/\.(css|less|sass|scss|styl|stylus|pcss|postcss|sss)(?:$|\?)/.test(e)}const _=C(async({mode:e,command:n})=>{const r=["VITE_","EODASH_"];return{base:s.base??"",cacheDir:Q,plugins:[J({features:{customElement:n==="build"&&s.lib},template:{transformAssetUrls:B,compilerOptions:{isCustomElement:o=>!o.includes("v-")&&o.includes("-")}}}),M({autoImport:!0}),e==="development"&&{name:"inject-html",configureServer:ee},s.lib&&Z()],customLogger:j,define:{__userConfigExist__:!!m,...n==="build"&&s.lib?{"process.env":"import.meta.env"}:{"process.env":{},...te(r)}},envPrefix:r,resolve:{alias:{"@":t.join(c,"core/client"),"^":t.join(c,"widgets"),"user:widgets":D,...m&&{"user:config":m}},extensions:[".js",".json",".jsx",".mjs",".ts",".tsx",".vue"]},server:{allowedHosts:!0,warmup:{clientFiles:[t.join(c,"core/client/**"),m]},port:s.port??3e3,open:s.open,fs:{allow:[W(process.cwd())]},host:s.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/map/src/plugins/globe","@eox/layercontrol","@eox/timecontrol","@eox/jsonform","@eox/layout","@eox/itemfilter","@eox/stacinfo","@eox/elements-utils","@eox/geosearch","@eox/timeslider"],noDiscovery:!0}},publicDir:s.publicDir===!1?!1:K,build:{outDir:w,emptyOutDir:!0,target:"esnext",cssMinify:!0,...!s.lib&&n==="build"&&{manifest:!0,rollupOptions:{input:{main:t.join(c,"index.html"),templates:t.join(c,"templates/index.js")}}},...s.lib&&n==="build"&&{minify:!1,lib:{entry:t.join(c,"core/client/asWebComponent.js"),fileName:(o,i)=>i==="asWebComponent"?"eo-dash.js":"templates.js",cssFileName:"eo-dash",formats:["es"],name:"@eodash/eodash"},rollupOptions:{input:{asWebComponent:t.join(c,"core/client/asWebComponent.js"),templates:t.join(c,"templates/index.js")},external:o=>{const i=o.includes("vuetify")||o.endsWith(".css")||o.endsWith("styles"),a=z.some(u=>o.startsWith(u));return!i&&a||o==="user:config"&&!m},treeshake:{moduleSideEffects:!0,preset:"smallest"}}}}}}),N=C(async e=>s.vite?O(await _(e),s.vite):_(e));async function ee(e){const n=[f,t.join(D,"**/*.vue")];m&&n.push(m),e.watcher.add(n);let r="";const o=j.info;return j.info=(i,a)=>{if(i.includes("core")){const p=i.split("/")[0].split(" ");p.pop();const u=p.join(" ")+" "+r.replace(l,"");return o(u,a)}return o(i,a)},e.watcher.on("change",async i=>{r=i,i===f&&e.ws.send({type:"full-reload",path:i})}),()=>{e.middlewares.use(async(i,a,p)=>{if(i.originalUrl==="/@fs/config.js"||i.originalUrl==="/config.js"){a.statusCode=200,a.setHeader("Content-Type","text/javascript"),v(f)&&await I(f).then(u=>{a.write(u)}),a.end();return}if(i.url?.endsWith(".html")){a.statusCode=200,a.setHeader("Content-Type","text/html");const u=await e.transformIndexHtml(i.url,k,i.originalUrl);a.end(u);return}p()})}}function te(e){G({quiet:!0});const n={};for(const r in process.env)e.some(o=>r.startsWith(o))&&(n["process.env."+r]=`"${process.env[r]}"`);return n}const oe=async()=>{const e=await A(await N({mode:"development",command:"serve"}));await e.listen(),e.printUrls(),e.bindCLIShortcuts({print:!0})},ie=async()=>{const e=async()=>{const n=await N({mode:"production",command:"build"});await L(n),v(f)&&await V(f,t.join(w,"config.js"),{recursive:!0}).catch(r=>{console.error(r)})};if(s.lib)await e();else{const n=t.join(c,"/index.html");await T(n,k).then(async()=>{await e(),await R(n).catch(()=>{console.error("failed to remove index.html")})})}};async function se(){(await U({root:l,base:s.base??"",preview:{port:isNaN(s.port)?8080:s.port,open:s.open,host:s.host},build:{outDir:w}})).printUrls()}const ne=process.argv?.[2];(async()=>{switch(ne){case"dev":await oe();break;case"build":await ie();break;case"preview":await se();break;default:console.error("command not found");break}})();
30
+ styles: ${r},`)),{code:p,map:null}}},generateBundle(o,i){let a="",p=[];const u=[];for(const d in i){const h=i[d];if(h.type==="chunk"&&h.code.includes(r)){a=d;break}}for(const d in i){const h=i[d];if(q(d)&&h.type==="asset"){let g=h.source.toString();g=g.replaceAll(":root",":host"),p.push(g),u.push(d)}}i[a].code=i[a].code.replace(r,JSON.stringify(p)),u.forEach(d=>{delete i[d]})}}}function q(e){return/\.(css|less|sass|scss|styl|stylus|pcss|postcss|sss)(?:$|\?)/.test(e)}const _=C(async({mode:e,command:n})=>{const r=["VITE_","EODASH_"];return{base:s.base??"",cacheDir:Q,plugins:[J({features:{customElement:n==="build"&&s.lib},template:{transformAssetUrls:B,compilerOptions:{isCustomElement:o=>!o.includes("v-")&&o.includes("-")}}}),M({autoImport:!0}),e==="development"&&{name:"inject-html",configureServer:ee},s.lib&&Z()],customLogger:j,define:{__userConfigExist__:!!m,...n==="build"&&s.lib?{"process.env":"import.meta.env"}:{"process.env":{},...te(r)}},envPrefix:r,resolve:{alias:{"@":t.join(c,"core/client"),"^":t.join(c,"widgets"),"user:widgets":D,...m&&{"user:config":m}},extensions:[".js",".json",".jsx",".mjs",".ts",".tsx",".vue"]},server:{allowedHosts:!0,warmup:{clientFiles:[t.join(c,"core/client/**"),m]},port:s.port??3e3,open:s.open,fs:{allow:[W(process.cwd())]},host:s.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/map/src/plugins/globe","@eox/layercontrol","@eox/timecontrol","@eox/jsonform","@eox/layout","@eox/itemfilter","@eox/stacinfo","@eox/elements-utils","@eox/geosearch","@eox/feedback"],noDiscovery:!0}},publicDir:s.publicDir===!1?!1:K,build:{outDir:w,emptyOutDir:!0,target:"esnext",cssMinify:!0,...!s.lib&&n==="build"&&{manifest:!0,rollupOptions:{input:{main:t.join(c,"index.html"),templates:t.join(c,"templates/index.js")}}},...s.lib&&n==="build"&&{minify:!1,lib:{entry:t.join(c,"core/client/asWebComponent.js"),fileName:(o,i)=>i==="asWebComponent"?"eo-dash.js":"templates.js",cssFileName:"eo-dash",formats:["es"],name:"@eodash/eodash"},rollupOptions:{input:{asWebComponent:t.join(c,"core/client/asWebComponent.js"),templates:t.join(c,"templates/index.js")},external:o=>{const i=o.includes("vuetify")||o.endsWith(".css")||o.endsWith("styles"),a=z.some(u=>o.startsWith(u));return!i&&a||o==="user:config"&&!m},treeshake:{moduleSideEffects:!0,preset:"smallest"}}}}}}),N=C(async e=>s.vite?O(await _(e),s.vite):_(e));async function ee(e){const n=[f,t.join(D,"**/*.vue")];m&&n.push(m),e.watcher.add(n);let r="";const o=j.info;return j.info=(i,a)=>{if(i.includes("core")){const p=i.split("/")[0].split(" ");p.pop();const u=p.join(" ")+" "+r.replace(l,"");return o(u,a)}return o(i,a)},e.watcher.on("change",async i=>{r=i,i===f&&e.ws.send({type:"full-reload",path:i})}),()=>{e.middlewares.use(async(i,a,p)=>{if(i.originalUrl==="/@fs/config.js"||i.originalUrl==="/config.js"){a.statusCode=200,a.setHeader("Content-Type","text/javascript"),v(f)&&await I(f).then(u=>{a.write(u)}),a.end();return}if(i.url?.endsWith(".html")){a.statusCode=200,a.setHeader("Content-Type","text/html");const u=await e.transformIndexHtml(i.url,k,i.originalUrl);a.end(u);return}p()})}}function te(e){G({quiet:!0});const n={};for(const r in process.env)e.some(o=>r.startsWith(o))&&(n["process.env."+r]=`"${process.env[r]}"`);return n}const oe=async()=>{const e=await A(await N({mode:"development",command:"serve"}));await e.listen(),e.printUrls(),e.bindCLIShortcuts({print:!0})},ie=async()=>{const e=async()=>{const n=await N({mode:"production",command:"build"});await L(n),v(f)&&await V(f,t.join(w,"config.js"),{recursive:!0}).catch(r=>{console.error(r)})};if(s.lib)await e();else{const n=t.join(c,"/index.html");await T(n,k).then(async()=>{await e(),await R(n).catch(()=>{console.error("failed to remove index.html")})})}};async function se(){(await U({root:l,base:s.base??"",preview:{port:isNaN(s.port)?8080:s.port,open:s.open,host:s.host},build:{outDir:w}})).printUrls()}const ne=process.argv?.[2];(async()=>{switch(ne){case"dev":await oe();break;case"build":await ie();break;case"preview":await se();break;default:console.error("command not found");break}})();
@@ -24,8 +24,6 @@ export function useUpdateTheme(themeName: string, themeDefinition?: import("../t
24
24
  export function useURLSearchParametersSync(): void;
25
25
  export function useTransparentPanel(root: import("vue").Ref<HTMLElement | null>): void;
26
26
  export function useGetTemplates(): string[];
27
- export function useOnLayersUpdate(listener: import("@vueuse/core").EventBusListener<import("../types").LayersEventBusKeys, {
28
- layers: Record<string, any>[] | undefined;
29
- }>): void;
27
+ export function useOnLayersUpdate(listener: import("@vueuse/core").EventBusListener<import("../types").LayersEventBusKeys, Record<string, any>[] | undefined>): void;
30
28
  export function useEmitLayersUpdate(event: import("../types").LayersEventBusKeys, mapEl: import("@eox/map").EOxMap | null, layers: Record<string, any>[]): Promise<void>;
31
29
  export function useGetSubCodeId(collection: import("stac-ts").StacCollection | import("stac-ts").StacLink | import("stac-ts").StacItem | null): string;
@@ -8,13 +8,13 @@ export class EodashCollection {
8
8
  style?: import("../types").EodashStyleJson | undefined;
9
9
  type: string;
10
10
  source: {
11
+ attributions?: {} | undefined;
11
12
  type: string;
12
13
  url: string | undefined;
13
14
  format: {
14
15
  type: string;
15
16
  dataProjection: string;
16
17
  };
17
- attributions: unknown;
18
18
  };
19
19
  properties: {
20
20
  layerConfig?: {
@@ -34,9 +34,9 @@ export class EodashCollection {
34
34
  style?: import("../types").EodashStyleJson | undefined;
35
35
  type: string;
36
36
  source: {
37
+ attributions?: {} | undefined;
37
38
  type: string;
38
39
  projection: string;
39
- attributions: unknown;
40
40
  url: string | string[];
41
41
  };
42
42
  properties: {
@@ -59,8 +59,8 @@ export class EodashCollection {
59
59
  normalize: boolean;
60
60
  interpolate: boolean;
61
61
  sources: {
62
+ attributions?: {} | undefined;
62
63
  url: string;
63
- attributions: unknown;
64
64
  }[];
65
65
  };
66
66
  properties: {
@@ -166,11 +166,10 @@ export class EodashCollection {
166
166
  decimals?: number;
167
167
  }[]>;
168
168
  /**
169
- *
170
169
  * @param {string} datetime
171
- * @param {string} layer
172
- * @param {string} map
170
+ * @param {string} layerId
171
+ * @param {import("@eox/map").EoxLayer[]} currentLayers
173
172
  */
174
- updateLayerJson(datetime: string, layer: string, map: string): Promise<import("@eox/map/src/layers").EoxLayer[] | undefined>;
173
+ updateLayerJson(datetime: string, layerId: string, currentLayers: import("@eox/map").EoxLayer[]): Promise<import("@eox/map/src/layers").EoxLayer[] | undefined>;
175
174
  #private;
176
175
  }
@@ -11,13 +11,13 @@ export function createLayersFromAssets(collectionId: string, title: string, asse
11
11
  style?: import("../types").EodashStyleJson | undefined;
12
12
  type: string;
13
13
  source: {
14
+ attributions?: {} | undefined;
14
15
  type: string;
15
16
  url: string | undefined;
16
17
  format: {
17
18
  type: string;
18
19
  dataProjection: string;
19
20
  };
20
- attributions: unknown;
21
21
  };
22
22
  properties: {
23
23
  layerConfig?: {
@@ -37,9 +37,9 @@ export function createLayersFromAssets(collectionId: string, title: string, asse
37
37
  style?: import("../types").EodashStyleJson | undefined;
38
38
  type: string;
39
39
  source: {
40
+ attributions?: {} | undefined;
40
41
  type: string;
41
42
  projection: string;
42
- attributions: unknown;
43
43
  url: string | string[];
44
44
  };
45
45
  properties: {
@@ -62,8 +62,8 @@ export function createLayersFromAssets(collectionId: string, title: string, asse
62
62
  normalize: boolean;
63
63
  interpolate: boolean;
64
64
  sources: {
65
+ attributions?: {} | undefined;
65
66
  url: string;
66
- attributions: unknown;
67
67
  }[];
68
68
  };
69
69
  properties: {
@@ -513,6 +513,7 @@ export function extractLayerTimeValues(items?: import("stac-ts").StacLink[] | im
513
513
  };
514
514
  export function findLayersByLayerPrefix(layers: import("@eox/map").EoxLayer[], referenceLayer: import("@eox/map").EoxLayer | undefined): import("@eox/map").EoxLayer[];
515
515
  export function findLayer(layers: import("@eox/map").EoxLayer[], layer: string): import("@eox/map").EoxLayer | undefined;
516
+ export function removeLayers(layers: import("@eox/map").EoxLayer[], layerIds: string[]): import("@eox/map").EoxLayer[];
516
517
  export function replaceLayer(layers: import("@eox/map").EoxLayer[], toRemove: string | string[], toInsert: import("@eox/map").EoxLayer[]): import("@eox/map").EoxLayer[];
517
518
  export function getColFromLayer(indicators: import("../eodashSTAC/EodashCollection.js").EodashCollection[], layer: import("ol/layer").Layer): Promise<import("../eodashSTAC/EodashCollection.js").EodashCollection | undefined>;
518
519
  export function createLayerID(collectionId: string, itemId: string, link: import("stac-ts").StacLink, projectionCode: string | import("ol/proj").ProjectionLike): string;
@@ -96,7 +96,7 @@ export interface TEodashDatePicker {
96
96
  /** @group Widgets */
97
97
  export interface TEodashTimeSlider {
98
98
  name: "EodashTimeSlider";
99
- properties?: InstanceType<typeof import("../../widgets/EodashTimeSlider.vue").default>["$props"];
99
+ properties?: InstanceType<typeof import("../../widgets/EodashTimeSlider/index.vue").default>["$props"];
100
100
  }
101
101
  /** @group Widgets */
102
102
  export interface TEodashItemFilter {
@@ -299,6 +299,13 @@ export type Eodash = {
299
299
  theme?: import("vuetify").ThemeDefinition & {
300
300
  collectionsPalette?: string[];
301
301
  };
302
+ /** eox-feedback configuration */
303
+ feedback?: {
304
+ /** eox-feedback endpoint */
305
+ endpoint: string;
306
+ /** eox-feedback jsonform schema */
307
+ schema?: any;
308
+ };
302
309
  /** Text applied to the footer. */
303
310
  footerText?: string;
304
311
  };
@@ -16,6 +16,10 @@ export function getBaseConfig(config: import("vega-lite").DeepPartial<import("..
16
16
  theme?: import("vuetify").ThemeDefinition & {
17
17
  collectionsPalette?: string[];
18
18
  };
19
+ feedback?: {
20
+ endpoint: string;
21
+ schema?: any;
22
+ };
19
23
  footerText?: string;
20
24
  };
21
25
  } & {
@@ -44,6 +48,10 @@ export function getBaseConfig(config: import("vega-lite").DeepPartial<import("..
44
48
  theme?: import("vuetify").ThemeDefinition & {
45
49
  collectionsPalette?: string[];
46
50
  };
51
+ feedback?: {
52
+ endpoint: string;
53
+ schema?: any;
54
+ };
47
55
  footerText?: string;
48
56
  } & {
49
57
  name: string;
@@ -81,6 +89,10 @@ export function getBaseConfig(config: import("vega-lite").DeepPartial<import("..
81
89
  noLayout?: boolean | undefined;
82
90
  errorMessage?: string | undefined;
83
91
  logo?: string | undefined;
92
+ feedback?: {
93
+ endpoint: string;
94
+ schema?: any;
95
+ } | undefined;
84
96
  footerText?: string | undefined;
85
97
  };
86
98
  template: import("../core/client/types").Template;
@@ -39,7 +39,7 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
39
39
  type: ObjectConstructor;
40
40
  };
41
41
  }>> & Readonly<{}>, {
42
- map: "second" | "first";
42
+ map: "first" | "second";
43
43
  title: string;
44
44
  tools: unknown[];
45
45
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -42,6 +42,10 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
42
42
  type: BooleanConstructor;
43
43
  default: boolean;
44
44
  };
45
+ enableFeedback: {
46
+ type: BooleanConstructor;
47
+ default: boolean;
48
+ };
45
49
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
46
50
  exportMap: {
47
51
  type: BooleanConstructor;
@@ -84,11 +88,16 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
84
88
  type: BooleanConstructor;
85
89
  default: boolean;
86
90
  };
91
+ enableFeedback: {
92
+ type: BooleanConstructor;
93
+ default: boolean;
94
+ };
87
95
  }>> & Readonly<{}>, {
88
96
  enableSearch: boolean;
89
97
  searchParams: boolean | Record<string, any>;
90
98
  enableZoom: boolean;
91
99
  enableGlobe: boolean;
100
+ enableFeedback: boolean;
92
101
  exportMap: boolean;
93
102
  changeProjection: boolean;
94
103
  compareIndicators: boolean | {
@@ -40,6 +40,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
40
40
  * searchParams?: object;
41
41
  * enableZoom?: boolean;
42
42
  * enableGlobe?: boolean;
43
+ * enableFeedback?: boolean;
43
44
  * enableCompareIndicators?: boolean | {
44
45
  * compareTemplate?:string;
45
46
  * fallbackTemplate?:string;
@@ -54,6 +55,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
54
55
  searchParams?: object;
55
56
  enableZoom?: boolean;
56
57
  enableGlobe?: boolean;
58
+ enableFeedback?: boolean;
57
59
  enableCompareIndicators?: boolean | {
58
60
  compareTemplate?: string;
59
61
  fallbackTemplate?: string;
@@ -240,6 +242,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
240
242
  enableSearch: boolean;
241
243
  enableZoom: boolean;
242
244
  enableGlobe: boolean;
245
+ enableFeedback: boolean;
243
246
  searchParams: {};
244
247
  };
245
248
  };
@@ -283,6 +286,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
283
286
  * searchParams?: object;
284
287
  * enableZoom?: boolean;
285
288
  * enableGlobe?: boolean;
289
+ * enableFeedback?: boolean;
286
290
  * enableCompareIndicators?: boolean | {
287
291
  * compareTemplate?:string;
288
292
  * fallbackTemplate?:string;
@@ -297,6 +301,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
297
301
  searchParams?: object;
298
302
  enableZoom?: boolean;
299
303
  enableGlobe?: boolean;
304
+ enableFeedback?: boolean;
300
305
  enableCompareIndicators?: boolean | {
301
306
  compareTemplate?: string;
302
307
  fallbackTemplate?: string;
@@ -483,6 +488,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
483
488
  enableSearch: boolean;
484
489
  enableZoom: boolean;
485
490
  enableGlobe: boolean;
491
+ enableFeedback: boolean;
486
492
  searchParams: {};
487
493
  };
488
494
  };
@@ -501,6 +507,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
501
507
  searchParams?: object;
502
508
  enableZoom?: boolean;
503
509
  enableGlobe?: boolean;
510
+ enableFeedback?: boolean;
504
511
  enableCompareIndicators?: boolean | {
505
512
  compareTemplate?: string;
506
513
  fallbackTemplate?: string;
@@ -1,9 +1,2 @@
1
- export function createLayersConfig(selectedIndicator: import("stac-ts").StacCatalog | import("stac-ts").StacCollection | import("stac-ts").StacItem | null, eodashCols: EodashCollection[], timeOrItem?: string | import("stac-ts").StacItem | null): Promise<{
2
- type: string;
3
- properties: {
4
- id: string;
5
- title: string;
6
- };
7
- layers: Record<string, any>[];
8
- }[]>;
1
+ export function createLayersConfig(selectedIndicator: import("stac-ts").StacCatalog | import("stac-ts").StacCollection | import("stac-ts").StacItem | null, eodashCols: EodashCollection[], timeOrItem?: string | import("stac-ts").StacItem | null): Promise<Record<string, any>[]>;
9
2
  import { EodashCollection } from "../../../core/client/eodashSTAC/EodashCollection";
@@ -7,13 +7,12 @@
7
7
  * @param {() => Promise<void>} startProcess
8
8
  **/
9
9
  export function useAutoExec(autoExec: import("vue").Ref<boolean>, jsonformEl: import("vue").Ref<import("@eox/jsonform").EOxJSONForm | null>, jsonformSchema: import("vue").Ref<Record<string, any> | null>, startProcess: () => Promise<void>): void;
10
- export function useInitProcess({ selectedStac, jsonformEl, jsonformSchema, isProcessed, processResults, loading, isPolling, mapElement, }: {
10
+ export function useInitProcess({ selectedStac, jsonformSchema, isProcessed, processResults, loading, isPolling, mapElement, }: {
11
11
  selectedStac: import("vue").Ref<import("stac-ts").StacCollection | null>;
12
- jsonformEl: import("vue").Ref<import("@eox/jsonform").EOxJSONForm | null>;
13
12
  jsonformSchema: import("vue").Ref<Record<string, any> | null>;
14
13
  processResults: import("vue").Ref<any[]>;
15
14
  isProcessed: import("vue").Ref<boolean>;
16
15
  loading: import("vue").Ref<boolean>;
17
16
  isPolling: import("vue").Ref<boolean>;
18
- mapElement: import("@eox/map").EOxMap | null;
17
+ mapElement: import("vue").Ref<import("@eox/map").EOxMap | null>;
19
18
  }): void;
@@ -5,38 +5,43 @@
5
5
  * @async
6
6
  * @param {Object} params
7
7
  * @param {import("vue").Ref<import("stac-ts").StacCollection | null>} params.selectedStac
8
- * @param {import("vue").Ref<import("@eox/jsonform").EOxJSONForm | null>} params.jsonformEl
9
8
  * @param {import("vue").Ref<Record<string,any> | null>} params.jsonformSchema
10
9
  * @param {import("vue").Ref<any[]>} params.processResults
11
10
  * @param {import("vue").Ref<boolean>} params.isProcessed
12
11
  * @param {import("vue").Ref<boolean>} params.loading
13
12
  * @param {import("vue").Ref<boolean>} params.isPolling
13
+ * @param {import("@eox/map").EOxMap | null} params.mapElement
14
14
  * @param {boolean} params.enableCompare
15
15
  */
16
- export function initProcess({ selectedStac, jsonformEl, jsonformSchema, isProcessed, processResults, loading, isPolling, enableCompare, }: {
16
+ export function initProcess({ selectedStac, jsonformSchema, isProcessed, processResults, loading, isPolling, enableCompare, mapElement, }: {
17
17
  selectedStac: import("vue").Ref<import("stac-ts").StacCollection | null>;
18
- jsonformEl: import("vue").Ref<import("@eox/jsonform").EOxJSONForm | null>;
19
18
  jsonformSchema: import("vue").Ref<Record<string, any> | null>;
20
19
  processResults: import("vue").Ref<any[]>;
21
20
  isProcessed: import("vue").Ref<boolean>;
22
21
  loading: import("vue").Ref<boolean>;
23
22
  isPolling: import("vue").Ref<boolean>;
23
+ mapElement: import("@eox/map").EOxMap | null;
24
24
  enableCompare: boolean;
25
25
  }): Promise<void>;
26
26
  /**
27
- * Update the jsonform schema to have the correct layer id from the map
27
+ * Update the jsonform schema to have the correct layer id from the map.
28
+ * Returns null if any required layerId cannot be resolved (layer not yet in map).
29
+ * Callers should treat null as "retry when layers:updated fires".
28
30
  *
29
31
  * @export
30
- * @async
31
32
  * @param {Object} params
32
- * @param {Record<string,any> | null} params.jsonformSchema params.jsonformSchema
33
- * @param {Record<string, any>[] | undefined} params.newLayers params.newLayers
34
- * @returns {Promise<Record<string,any> | null | undefined>} updated jsonform schema
33
+ * @param {Record<string,any> | null} params.jsonformSchema
34
+ * @param {Record<string, any>[] | undefined} params.newLayers
35
+ * @param {boolean} params.enableCompare
36
+ * @param {import("@eox/map").EOxMap | null | undefined} params.mapElement
37
+ * @returns {Promise<Record<string,any> | null>} updated schema, or null if a layerId could not be resolved
35
38
  */
36
- export function updateJsonformIdentifier({ jsonformSchema, newLayers }: {
39
+ export function updateJsonformIdentifier({ jsonformSchema, newLayers, enableCompare, mapElement, }: {
37
40
  jsonformSchema: Record<string, any> | null;
38
41
  newLayers: Record<string, any>[] | undefined;
39
- }): Promise<Record<string, any> | null | undefined>;
42
+ enableCompare: boolean;
43
+ mapElement: import("@eox/map").EOxMap | null | undefined;
44
+ }): Promise<Record<string, any> | null>;
40
45
  /**
41
46
  *
42
47
  * @param {object} params
@@ -2,6 +2,7 @@
2
2
  * @param {object} options
3
3
  * @param {import("stac-ts").StacLink[] | undefined} options.links
4
4
  * @param {Record<string,any> | undefined} options.jsonformValue
5
+ * @param {Record<string,any> | undefined} [options.rawJsonformValue]
5
6
  * @param {string} options.specUrl
6
7
  * @param {(input:import("../../EodashProcess/types").CustomEnpointInput)=>Promise<Record<string,any>[] | undefined | null>} [options.customEndpointsHandler]
7
8
  * @param {import("vue").Ref<boolean>} options.isPolling
@@ -11,9 +12,10 @@
11
12
  * @param {boolean} [options.enableCompare=false] - Whether to enable compare mode
12
13
  * @returns {Promise<[import("vega-embed").VisualizationSpec | null,Record<string,any>|null]>}
13
14
  **/
14
- export function processCharts({ links, jsonformValue, specUrl, customEndpointsHandler, jsonformSchema, selectedStac, isPolling, jobs, enableCompare, }: {
15
+ export function processCharts({ links, jsonformValue, rawJsonformValue, specUrl, customEndpointsHandler, jsonformSchema, selectedStac, isPolling, jobs, enableCompare, }: {
15
16
  links: import("stac-ts").StacLink[] | undefined;
16
17
  jsonformValue: Record<string, any> | undefined;
18
+ rawJsonformValue?: Record<string, any> | undefined;
17
19
  specUrl: string;
18
20
  customEndpointsHandler?: ((input: import("../../EodashProcess/types").CustomEnpointInput) => Promise<Record<string, any>[] | undefined | null>) | undefined;
19
21
  isPolling: import("vue").Ref<boolean>;
@@ -0,0 +1,99 @@
1
+ /**
2
+ * Returns form value keys that match the multiQuery configuration.
3
+ * @param {Record<string, any> | undefined} jsonformValue
4
+ * @param {Record<string, any>} jsonformSchema
5
+ * @returns {string[]}
6
+ */
7
+ export function getMultiQueryMatches(jsonformValue: Record<string, any> | undefined, jsonformSchema: Record<string, any>): string[];
8
+ /**
9
+ * Extracts iterable scalar values for a multiQuery field.
10
+ * Wraps single values in an array; returns empty array for undefined.
11
+ * @param {string} match - The multiQuery field name
12
+ * @param {Record<string, any>} jsonformValue
13
+ * @returns {any[]}
14
+ */
15
+ export function getScalarMultiQueryValues(match: string, jsonformValue: Record<string, any>): any[];
16
+ /**
17
+ * Extracts iterable values for a POST multiQuery field.
18
+ * For GeoJSON fields, uses rawJsonformValue to get original Feature objects
19
+ * (before extractGeometries stringifies them). For scalar fields, delegates
20
+ * to getScalarMultiQueryValues.
21
+ * @param {string} match - The multiQuery field name
22
+ * @param {Record<string, any>} jsonformValue - Form values after geometry extraction
23
+ * @param {Record<string, any> | undefined} rawJsonformValue - Form values before geometry extraction
24
+ * @param {Record<string, any>} jsonformSchema
25
+ * @returns {any[]}
26
+ */
27
+ export function getPostMultiQueryValues(match: string, jsonformValue: Record<string, any>, rawJsonformValue: Record<string, any> | undefined, jsonformSchema: Record<string, any>): any[];
28
+ /**
29
+ * Extracts individual GeoJSON Feature objects from a value that may be
30
+ * a FeatureCollection, a single Feature, or an array of Features.
31
+ * Filters for valid Features with geometry and deduplicates.
32
+ * @param {any} value
33
+ * @returns {Record<string, any>[]}
34
+ */
35
+ export function getGeoJsonMultiQueryValues(value: any): Record<string, any>[];
36
+ /**
37
+ * Removes duplicate values using JSON serialization as the identity key.
38
+ * @param {any[]} values
39
+ * @returns {any[]}
40
+ */
41
+ export function dedupeMultiQueryValues(values: any[]): any[];
42
+ /**
43
+ * Builds the Mustache rendering context for one multiQuery iteration.
44
+ * Spreads the full form value, overrides the matched field with the current
45
+ * iteration value, and adds a 1-based `multiQueryIndex`.
46
+ * @param {Record<string, any>} jsonformValue
47
+ * @param {string} match - The multiQuery field name being iterated
48
+ * @param {any} value - The current iteration value
49
+ * @param {number} index - Zero-based iteration index
50
+ * @returns {Record<string, any>}
51
+ */
52
+ export function createMultiQueryContext(jsonformValue: Record<string, any>, match: string, value: any, index: number): Record<string, any>;
53
+ /**
54
+ * Flattens an array of POST responses into a single values array.
55
+ * Each response that is itself an array is spread; scalars are wrapped.
56
+ * @param {any[]} values
57
+ * @returns {any[]}
58
+ */
59
+ export function aggregateInlineResponses(values: any[]): any[];
60
+ /**
61
+ * Renders a JSON body template string with the given context.
62
+ * Primary path: parses the template as JSON, then recursively renders each
63
+ * node (preserving object-valued placeholders as raw JSON).
64
+ * Fallback: treats the template as a Mustache string, renders, then parses.
65
+ * @param {string} bodyTemplate - JSON template string (may contain Mustache placeholders)
66
+ * @param {Record<string, any>} context - Values to substitute into the template
67
+ * @returns {any} Parsed JSON body ready for POST
68
+ */
69
+ export function renderJsonBodyTemplate(bodyTemplate: string, context: Record<string, any>): any;
70
+ /**
71
+ * Recursively renders a parsed JSON template node with context values.
72
+ * - Arrays and objects are traversed recursively.
73
+ * - Exact placeholders (where the entire string value is `"{{path}}"` or
74
+ * `"{{{path}}}"`) are resolved to their original typed value (object, array,
75
+ * number, etc.) instead of being stringified. This is critical for embedding
76
+ * GeoJSON geometry objects in POST bodies.
77
+ * - Partial placeholders and mixed strings use standard Mustache interpolation.
78
+ * @param {any} templateNode
79
+ * @param {Record<string, any>} context
80
+ * @returns {any}
81
+ */
82
+ export function renderTemplateNode(templateNode: any, context: Record<string, any>): any;
83
+ /**
84
+ * Resolves a dot/bracket-notation path against a context object.
85
+ * Supports paths like `"feature.geometry"` or `"list[0].name"`.
86
+ * @param {Record<string, any>} context
87
+ * @param {string} path
88
+ * @returns {any}
89
+ */
90
+ export function resolveTemplatePath(context: Record<string, any>, path: string): any;
91
+ /**
92
+ * Deep-clones objects via JSON round-trip to prevent template rendering
93
+ * from mutating the original context values. This also strips non-JSON-
94
+ * serializable properties (e.g. OL Feature methods from drawtools),
95
+ * producing clean plain objects. Primitives pass through.
96
+ * @param {any} value
97
+ * @returns {any}
98
+ */
99
+ export function cloneTemplateValue(value: any): any;
@@ -53,11 +53,6 @@ export function creatAsyncProcessLayerDefinitions(processResults: import("../../
53
53
  * @returns {import("../../EodashProcess/types").AsyncProcessResults}
54
54
  */
55
55
  export function extractAsyncResults(resultItem: import("../../EodashProcess/types").EOxHubProcessResults): import("../../EodashProcess/types").AsyncProcessResults;
56
- /**
57
- * Updates the jsonform schema to target the compare map
58
- * @param {Record<string,any> | null | undefined} jsonformSchema
59
- */
60
- export function updateJsonformSchemaTarget(jsonformSchema: Record<string, any> | null | undefined): any;
61
56
  export function download(fileName: string, content: string | Record<string, any>): void;
62
- export function getDrawToolsProperty(jsonformSchema: any): string | undefined;
57
+ export function getDrawToolsProperties(jsonformSchema: any): string[];
63
58
  export function applyProcessLayersToMap(mapElement: import("@eox/map").EOxMap | null, processLayers: import("@eox/map").EoxLayer[]): void;
@@ -4,6 +4,7 @@ export interface CustomEnpointInput {
4
4
  links: StacLink[];
5
5
  jsonformSchema: Record<string, any>;
6
6
  jsonformValue: Record<string, any>;
7
+ rawJsonformValue?: Record<string, any>;
7
8
  selectedStac: StacCollection;
8
9
  isPolling?: Ref<boolean>;
9
10
  enableCompare?: boolean;
@@ -13,7 +13,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
13
13
  * filter?: (item: any) => boolean
14
14
  * })[]
15
15
  * >}
16
- */
16
+ */
17
17
  type: import("vue").PropType<(string | {
18
18
  key: string;
19
19
  filter?: (item: any) => boolean;
@@ -28,7 +28,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
28
28
  * filter?: (item: any) => boolean
29
29
  * })[]
30
30
  * >}
31
- */
31
+ */
32
32
  type: import("vue").PropType<(string | {
33
33
  key: string;
34
34
  filter?: (item: any) => boolean;
@@ -43,7 +43,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
43
43
  * filter?: (item: any) => boolean
44
44
  * })[]
45
45
  * >}
46
- */
46
+ */
47
47
  type: import("vue").PropType<(string | {
48
48
  key: string;
49
49
  filter?: (item: any) => boolean;
@@ -58,7 +58,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
58
58
  * filter?: (item: any) => boolean
59
59
  * })[]
60
60
  * >}
61
- */
61
+ */
62
62
  type: import("vue").PropType<(string | {
63
63
  key: string;
64
64
  filter?: (item: any) => boolean;
@@ -73,7 +73,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
73
73
  * filter?: (item: any) => boolean
74
74
  * })[]
75
75
  * >}
76
- */
76
+ */
77
77
  type: import("vue").PropType<(string | {
78
78
  key: string;
79
79
  filter?: (item: any) => boolean;
@@ -93,7 +93,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
93
93
  * filter?: (item: any) => boolean
94
94
  * })[]
95
95
  * >}
96
- */
96
+ */
97
97
  type: import("vue").PropType<(string | {
98
98
  key: string;
99
99
  filter?: (item: any) => boolean;
@@ -108,7 +108,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
108
108
  * filter?: (item: any) => boolean
109
109
  * })[]
110
110
  * >}
111
- */
111
+ */
112
112
  type: import("vue").PropType<(string | {
113
113
  key: string;
114
114
  filter?: (item: any) => boolean;
@@ -123,7 +123,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
123
123
  * filter?: (item: any) => boolean
124
124
  * })[]
125
125
  * >}
126
- */
126
+ */
127
127
  type: import("vue").PropType<(string | {
128
128
  key: string;
129
129
  filter?: (item: any) => boolean;
@@ -138,7 +138,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
138
138
  * filter?: (item: any) => boolean
139
139
  * })[]
140
140
  * >}
141
- */
141
+ */
142
142
  type: import("vue").PropType<(string | {
143
143
  key: string;
144
144
  filter?: (item: any) => boolean;
@@ -153,7 +153,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
153
153
  * filter?: (item: any) => boolean
154
154
  * })[]
155
155
  * >}
156
- */
156
+ */
157
157
  type: import("vue").PropType<(string | {
158
158
  key: string;
159
159
  filter?: (item: any) => boolean;