@eodash/eodash 5.4.0 → 5.5.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 (110) hide show
  1. package/core/client/asWebComponent.js +1 -1
  2. package/core/client/composables/DefineWidgets.js +12 -2
  3. package/core/client/eodashSTAC/EodashCollection.js +3 -3
  4. package/core/client/eodashSTAC/createLayers.js +44 -17
  5. package/core/client/eodashSTAC/helpers.js +12 -5
  6. package/core/client/eodashSTAC/parquet.js +2 -1
  7. package/core/client/eodashSTAC/triggers.js +1 -2
  8. package/core/client/store/actions.js +17 -17
  9. package/core/client/store/states.js +26 -4
  10. package/core/client/types.ts +9 -0
  11. package/core/client/utils/index.js +18 -1
  12. package/dist/client/{DashboardLayout-CQOGHPW_.js → DashboardLayout-CkSgvaFF.js} +2 -2
  13. package/dist/client/{DynamicWebComponent-CoLO8FEf.js → DynamicWebComponent-Ncsg6fb9.js} +1 -1
  14. package/dist/client/EodashChart-5v7adDpG.js +144 -0
  15. package/dist/client/{EodashDatePicker-BZeQ6bcu.js → EodashDatePicker-RoQJe6ss.js} +4 -4
  16. package/dist/client/{EodashItemFilter-CmZkk7GK.js → EodashItemFilter-CCoVC5BE.js} +2 -2
  17. package/dist/client/{EodashLayerControl-D54fY-bX.js → EodashLayerControl-weVj7aQA.js} +2 -2
  18. package/dist/client/{EodashLayoutSwitcher-BCP3FvDb.js → EodashLayoutSwitcher-CL-Z9d5_.js} +3 -3
  19. package/dist/client/EodashMapBtns-CXU8IuPO.js +433 -0
  20. package/dist/client/{EodashStacInfo-BZbmT8vT.js → EodashStacInfo-BbMnjf-n.js} +11 -15
  21. package/dist/client/{EodashTimeSlider-DIcAJr6D.js → EodashTimeSlider-BZXnqfax.js} +2 -2
  22. package/dist/client/{EodashTools-Cz6X6hsF.js → EodashTools-DUJlkkgx.js} +4 -4
  23. package/dist/client/{ExportState-DFVFAgKz.js → ExportState-CT3FQOHW.js} +46 -21
  24. package/dist/client/{Footer-DLzQcjkI.js → Footer-D_iqP-1K.js} +1 -1
  25. package/dist/client/{Header-_D9Z-zFJ.js → Header-Dzhnvsy-.js} +127 -17
  26. package/dist/client/MobileLayout-6Rg_PSO8.js +118 -0
  27. package/dist/client/{PopUp-DwI8V2gW.js → PopUp-DPPv_GSA.js} +8 -59
  28. package/dist/client/{ProcessList-C9eAg2Sb.js → ProcessList-BIN_Mb27.js} +9 -13
  29. package/dist/client/{VImg-COXTnCWE.js → VImg-DhbuvNrA.js} +2 -2
  30. package/dist/client/{VMain-C74l1bv-.js → VMain-CVabY_NY.js} +1 -1
  31. package/dist/client/{VTooltip-BLS-cQ9N.js → VTooltip-Cc6au3Sn.js} +3 -4
  32. package/dist/client/{WidgetsContainer-D-VfMRxE.js → WidgetsContainer-ChqTJS4h.js} +1 -1
  33. package/dist/client/asWebComponent-DaIxULaA.js +9207 -0
  34. package/dist/client/{async-D4G-FOIc.js → async-D6Lvv-fT.js} +4 -4
  35. package/dist/client/eo-dash.js +1 -1
  36. package/dist/client/{forwardRefs-CRMFoNYN.js → forwardRefs--IccUBdR.js} +196 -37
  37. package/dist/client/{handling-DTAhQuPh.js → handling-DSA67d6E.js} +74 -35
  38. package/dist/client/{helpers-CsjKHAcK.js → helpers-BBSdbOmv.js} +187 -87
  39. package/dist/client/{index-DEmHaCL3.js → index-6LlXNkke.js} +5 -3
  40. package/dist/client/{index-BHilH1qx.js → index-BS-8Y5FE.js} +22 -69
  41. package/dist/client/{index-BIcmbjr0.js → index-CQihL_c6.js} +27 -14
  42. package/dist/client/{index-BoCcZ0l4.js → index-qsZhYR_6.js} +15 -16
  43. package/dist/client/templates.js +48 -2
  44. package/dist/client/{transition-6MJLK-_H.js → transition-DFr4cXu8.js} +1 -1
  45. package/dist/node/cli.js +1 -1
  46. package/dist/types/core/client/App.vue.d.ts +16 -6
  47. package/dist/types/core/client/asWebComponent.d.ts +2 -2
  48. package/dist/types/core/client/components/DashboardLayout.vue.d.ts +2 -1
  49. package/dist/types/core/client/components/DynamicWebComponent.vue.d.ts +36 -16
  50. package/dist/types/core/client/components/EodashOverlay.vue.d.ts +2 -1
  51. package/dist/types/core/client/components/ErrorAlert.vue.d.ts +9 -1
  52. package/dist/types/core/client/components/Footer.vue.d.ts +2 -1
  53. package/dist/types/core/client/components/Header.vue.d.ts +2 -1
  54. package/dist/types/core/client/components/IframeWrapper.vue.d.ts +12 -6
  55. package/dist/types/core/client/components/Loading.vue.d.ts +2 -1
  56. package/dist/types/core/client/components/MobileLayout.vue.d.ts +2 -1
  57. package/dist/types/core/client/eodashSTAC/helpers.d.ts +1 -0
  58. package/dist/types/core/client/store/actions.d.ts +1 -2
  59. package/dist/types/core/client/store/states.d.ts +22 -4
  60. package/dist/types/core/client/types.d.ts +6 -1
  61. package/dist/types/core/client/utils/index.d.ts +1 -0
  62. package/dist/types/core/client/views/Dashboard.vue.d.ts +20 -8
  63. package/dist/types/templates/compare.d.ts +20 -0
  64. package/dist/types/templates/expert.d.ts +30 -1
  65. package/dist/types/widgets/EodashChart.vue.d.ts +28 -0
  66. package/dist/types/widgets/EodashDatePicker.vue.d.ts +38 -9
  67. package/dist/types/widgets/EodashItemCatalog/index.vue.d.ts +88 -13
  68. package/dist/types/widgets/EodashItemCatalog/methods/map.d.ts +1 -1
  69. package/dist/types/widgets/EodashItemFilter.vue.d.ts +169 -26
  70. package/dist/types/widgets/EodashLayerControl.vue.d.ts +38 -10
  71. package/dist/types/widgets/EodashLayoutSwitcher.vue.d.ts +22 -7
  72. package/dist/types/widgets/EodashMap/EodashMapBtns.vue.d.ts +94 -21
  73. package/dist/types/widgets/EodashMap/index.vue.d.ts +646 -93
  74. package/dist/types/widgets/EodashMap/methods/btns.d.ts +14 -0
  75. package/dist/types/widgets/EodashProcess/ProcessList.vue.d.ts +24 -7
  76. package/dist/types/widgets/EodashProcess/index.vue.d.ts +26 -7
  77. package/dist/types/widgets/EodashProcess/methods/composables.d.ts +1 -2
  78. package/dist/types/widgets/EodashProcess/methods/handling.d.ts +5 -11
  79. package/dist/types/widgets/EodashProcess/methods/outputs.d.ts +2 -2
  80. package/dist/types/widgets/EodashStacInfo.vue.d.ts +67 -18
  81. package/dist/types/widgets/EodashTimeSlider.vue.d.ts +14 -6
  82. package/dist/types/widgets/EodashTools.vue.d.ts +437 -47
  83. package/dist/types/widgets/ExportState.vue.d.ts +26 -8
  84. package/dist/types/widgets/PopUp.vue.d.ts +61 -11
  85. package/dist/types/widgets/WidgetsContainer.vue.d.ts +22 -6
  86. package/package.json +33 -34
  87. package/templates/baseConfig.js +2 -1
  88. package/templates/compare.js +28 -1
  89. package/templates/expert.js +19 -1
  90. package/widgets/EodashChart.vue +139 -0
  91. package/widgets/EodashItemCatalog/index.vue +2 -2
  92. package/widgets/EodashItemCatalog/methods/map.js +9 -10
  93. package/widgets/EodashMap/EodashMapBtns.vue +58 -93
  94. package/widgets/EodashMap/index.vue +10 -2
  95. package/widgets/EodashMap/methods/btns.js +155 -0
  96. package/widgets/EodashMap/methods/create-layers-config.js +3 -3
  97. package/widgets/EodashMap/methods/index.js +2 -1
  98. package/widgets/EodashProcess/ProcessList.vue +2 -3
  99. package/widgets/EodashProcess/index.vue +18 -61
  100. package/widgets/EodashProcess/methods/async.js +1 -1
  101. package/widgets/EodashProcess/methods/composables.js +0 -5
  102. package/widgets/EodashProcess/methods/custom-endpoints/chart/veda-endpoint.js +10 -6
  103. package/widgets/EodashProcess/methods/handling.js +23 -22
  104. package/widgets/EodashProcess/methods/outputs.js +44 -4
  105. package/widgets/EodashProcess/methods/utils.js +1 -1
  106. package/widgets/EodashStacInfo.vue +10 -23
  107. package/widgets/ExportState.vue +9 -15
  108. package/dist/client/EodashMapBtns-D-HulIl1.js +0 -306
  109. package/dist/client/MobileLayout-3Ko9XSfO.js +0 -118
  110. package/dist/client/asWebComponent-Bw03Jutr.js +0 -9090
@@ -1,18 +1,38 @@
1
- declare const _default: import("vue").DefineComponent<{}, {
2
- properties: Record<string, any>;
3
- link: string | Function;
4
- tagName: string;
5
- constructorProp?: string | undefined;
6
- onMounted?: Function | undefined;
7
- onUnmounted?: Function | undefined;
8
- $props: {
9
- readonly properties?: Record<string, any> | undefined;
10
- readonly link?: string | Function | undefined;
11
- readonly tagName?: string | undefined;
12
- readonly constructorProp?: string | undefined;
13
- readonly onMounted?: Function | undefined;
14
- readonly onUnmounted?: Function | undefined;
15
- };
16
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1
+ declare const _default: typeof __VLS_export;
17
2
  export default _default;
18
3
  export type CustomElement = HTMLElement & Record<string | number | symbol, unknown>;
4
+ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
5
+ link: {
6
+ type: (StringConstructor | FunctionConstructor)[];
7
+ required: true;
8
+ };
9
+ constructorProp: StringConstructor;
10
+ tagName: {
11
+ type: StringConstructor;
12
+ required: true;
13
+ };
14
+ properties: {
15
+ type: ObjectConstructor;
16
+ default: () => {};
17
+ };
18
+ onMounted: FunctionConstructor;
19
+ onUnmounted: FunctionConstructor;
20
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
21
+ link: {
22
+ type: (StringConstructor | FunctionConstructor)[];
23
+ required: true;
24
+ };
25
+ constructorProp: StringConstructor;
26
+ tagName: {
27
+ type: StringConstructor;
28
+ required: true;
29
+ };
30
+ properties: {
31
+ type: ObjectConstructor;
32
+ default: () => {};
33
+ };
34
+ onMounted: FunctionConstructor;
35
+ onUnmounted: FunctionConstructor;
36
+ }>> & Readonly<{}>, {
37
+ properties: Record<string, any>;
38
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -1,2 +1,3 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1
+ declare const _default: typeof __VLS_export;
2
2
  export default _default;
3
+ declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -1,2 +1,10 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1
+ declare const _default: typeof __VLS_export;
2
2
  export default _default;
3
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
4
+ "update:modelValue": (value: string) => any;
5
+ }, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
6
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
7
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
8
+ type __VLS_ModelProps = {
9
+ modelValue: string;
10
+ };
@@ -1,2 +1,3 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1
+ declare const _default: typeof __VLS_export;
2
2
  export default _default;
3
+ declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -1,2 +1,3 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1
+ declare const _default: typeof __VLS_export;
2
2
  export default _default;
3
+ declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -1,7 +1,13 @@
1
- declare const _default: import("vue").DefineComponent<{}, {
2
- src: string;
3
- $props: {
4
- readonly src?: string | undefined;
5
- };
6
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1
+ declare const _default: typeof __VLS_export;
7
2
  export default _default;
3
+ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
+ src: {
5
+ type: StringConstructor;
6
+ required: true;
7
+ };
8
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
9
+ src: {
10
+ type: StringConstructor;
11
+ required: true;
12
+ };
13
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -1,2 +1,3 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1
+ declare const _default: typeof __VLS_export;
2
2
  export default _default;
3
+ declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -1,2 +1,3 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1
+ declare const _default: typeof __VLS_export;
2
2
  export default _default;
3
+ declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -119,6 +119,7 @@ export function fetchStyle(stacObject: import("stac-ts").StacItem | import("stac
119
119
  "stroke-pattern-offset-origin"?: import("ol/style/Icon.js").IconOrigin | undefined;
120
120
  "stroke-pattern-size"?: import("ol/style/flat.js").SizeExpression | undefined;
121
121
  "stroke-pattern-spacing"?: import("ol/style/flat.js").NumberExpression | undefined;
122
+ "stroke-pattern-start-offset"?: import("ol/style/flat.js").NumberExpression | undefined;
122
123
  "z-index"?: import("ol/style/flat.js").NumberExpression | undefined;
123
124
  "text-value"?: import("ol/style/flat.js").StringExpression | undefined;
124
125
  "text-font"?: import("ol/style/flat.js").StringExpression | undefined;
@@ -1,7 +1,5 @@
1
1
  export function getLayers(): import("@eox/map").EoxLayer[];
2
2
  export function getCompareLayers(): import("@eox/map").EoxLayer[];
3
- export function getChartSpec(): import("vega-embed").VisualizationSpec | null;
4
- export function getCompareChartSpec(): import("vega-embed").VisualizationSpec | null;
5
3
  export function registerProjection(projection?: string | number | {
6
4
  name: string;
7
5
  def: string;
@@ -13,3 +11,4 @@ export function changeMapProjection(projection?: string | number | {
13
11
  }): Promise<void>;
14
12
  export function setActiveTemplate(template: string): void;
15
13
  export function includesProcess(collection: import("stac-ts").StacCollection | null | undefined, compare?: boolean): boolean;
14
+ export function shouldShowChartWidget(compare?: boolean): false | Record<string, any> | null;
@@ -30,7 +30,25 @@ export const poi: import("vue").Ref<string, string>;
30
30
  * Selected point of interest for comparison, used for location collections
31
31
  */
32
32
  export const comparePoi: import("vue").Ref<string, string>;
33
- /** @type {import("vue").Ref<import("@eox/chart").EOxChart | null>} */
34
- export const chartEl: import("vue").Ref<import("@eox/chart").EOxChart | null>;
35
- /** @type {import("vue").Ref<import("@eox/chart").EOxChart | null>} */
36
- export const compareChartEl: import("vue").Ref<import("@eox/chart").EOxChart | null>;
33
+ /** Whether the map is in globe mode */
34
+ export const isGlobe: import("vue").Ref<boolean, boolean>;
35
+ /** Whether the charts are in fullscreen mode
36
+ * @type {import("vue").Ref<boolean>}
37
+ */
38
+ export const areChartsSeparateLayout: import("vue").Ref<boolean>;
39
+ /** Holds main chart data
40
+ * @type {import("vue").Ref<Record<string,any>|null>}
41
+ */
42
+ export const chartData: import("vue").Ref<Record<string, any> | null>;
43
+ /** Holds compare chart data
44
+ * @type {import("vue").Ref<Record<string,any>|null>}
45
+ */
46
+ export const compareChartData: import("vue").Ref<Record<string, any> | null>;
47
+ /** Holds main chart spec
48
+ * @type {import("vue").Ref<import("vega-embed").VisualizationSpec | null>}
49
+ */
50
+ export const chartSpec: import("vue").Ref<import("vega-embed").VisualizationSpec | null>;
51
+ /** Holds compare chart spec
52
+ * @type {import("vue").Ref<import("vega-embed").VisualizationSpec | null>}
53
+ */
54
+ export const compareChartSpec: import("vue").Ref<import("vega-embed").VisualizationSpec | null>;
@@ -119,6 +119,11 @@ export interface TEodashProcess {
119
119
  properties?: InstanceType<typeof import("../../widgets/EodashProcess/index.vue").default>["$props"];
120
120
  }
121
121
  /** @group Widgets */
122
+ export interface TEodashChart {
123
+ name: "EodashChart";
124
+ properties?: InstanceType<typeof import("../../widgets/EodashChart.vue").default>["$props"];
125
+ }
126
+ /** @group Widgets */
122
127
  export interface TEodashMapBtns {
123
128
  name: "EodashMapBtns";
124
129
  properties?: InstanceType<typeof import("^/EodashMapBtns.vue").default>["$props"];
@@ -158,7 +163,7 @@ export interface TWidgetsContainer {
158
163
  * Referenced using their name without the .vue extention
159
164
  * @group Widgets
160
165
  */
161
- export type ComponentWidget = TEodashMap | TEodashDatePicker | TEodashItemFilter | TEodashLayerControl | TEodashStacInfo | TEodashProcess | TEodashMapBtns | TEodashTools | TEodashLayoutSwitcher | TEodashItemCatalog | TExportState | TPopUp | TWidgetsContainer | TEodashTimeSlider;
166
+ export type ComponentWidget = TEodashMap | TEodashDatePicker | TEodashItemFilter | TEodashLayerControl | TEodashStacInfo | TEodashProcess | TEodashChart | TEodashMapBtns | TEodashTools | TEodashLayoutSwitcher | TEodashItemCatalog | TExportState | TPopUp | TWidgetsContainer | TEodashTimeSlider;
162
167
  /**
163
168
  * Widget type: `internal` API. Internal widgets are Vue components provided by
164
169
  * eodash.
@@ -3,3 +3,4 @@ export function copyToClipBoard(text: string, showIcon: import("vue").Ref<boolea
3
3
  export function setCollectionsPalette(colors: string[]): void;
4
4
  export function updateEodashCollections(eodashCollections: import("../eodashSTAC/EodashCollection").EodashCollection[], selectedStac: import("stac-ts").StacCollection, absoluteUrl: string, colorPalette: string[], isAPI: boolean, rasterEndpoint?: string | null): Promise<void>;
5
5
  export function getElement(selector: Element | string): HTMLElement | null | undefined;
6
+ export function getOverlayParent(el: HTMLElement): HTMLElement | null;
@@ -1,9 +1,21 @@
1
- declare const _default: import("vue").DefineComponent<{}, {
2
- isWebComponent: boolean;
3
- config?: string | Function | undefined;
4
- $props: {
5
- readonly isWebComponent?: boolean | undefined;
6
- readonly config?: string | Function | undefined;
7
- };
8
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1
+ declare const _default: typeof __VLS_export;
9
2
  export default _default;
3
+ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
+ config: {
5
+ type: (StringConstructor | FunctionConstructor)[];
6
+ };
7
+ isWebComponent: {
8
+ type: BooleanConstructor;
9
+ default: boolean;
10
+ };
11
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
12
+ config: {
13
+ type: (StringConstructor | FunctionConstructor)[];
14
+ };
15
+ isWebComponent: {
16
+ type: BooleanConstructor;
17
+ default: boolean;
18
+ };
19
+ }>> & Readonly<{}>, {
20
+ isWebComponent: boolean;
21
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -156,6 +156,26 @@ declare const _default: {
156
156
  title?: undefined;
157
157
  layout?: undefined;
158
158
  widget?: undefined;
159
+ } | {
160
+ defineWidget: () => false | {
161
+ id: string;
162
+ type: "internal";
163
+ title: string;
164
+ layout: {
165
+ x: number;
166
+ y: number;
167
+ w: number;
168
+ h: number;
169
+ };
170
+ widget: {
171
+ name: "EodashChart";
172
+ };
173
+ } | null;
174
+ id?: undefined;
175
+ type?: undefined;
176
+ title?: undefined;
177
+ layout?: undefined;
178
+ widget?: undefined;
159
179
  } | {
160
180
  defineWidget: (selectedSTAC: import("stac-ts").StacCollection | null) => {
161
181
  id: string;
@@ -30,6 +30,7 @@ declare const _default: {
30
30
  };
31
31
  enableBackToPOIs: true;
32
32
  enableSearch: true;
33
+ enableGlobe: true;
33
34
  };
34
35
  btnsPosition: {
35
36
  x: string;
@@ -60,6 +61,7 @@ declare const _default: {
60
61
  imageProperty: string;
61
62
  aggregateResults: string;
62
63
  };
64
+ cssVars?: undefined;
63
65
  };
64
66
  };
65
67
  defineWidget?: undefined;
@@ -75,7 +77,14 @@ declare const _default: {
75
77
  };
76
78
  widget: {
77
79
  name: "EodashLayerControl";
78
- properties?: undefined;
80
+ properties: {
81
+ cssVars: {
82
+ "--list-padding": string;
83
+ };
84
+ layoutTarget?: undefined;
85
+ layoutIcon?: undefined;
86
+ itemFilterConfig?: undefined;
87
+ };
79
88
  };
80
89
  defineWidget?: undefined;
81
90
  } | {
@@ -142,6 +151,26 @@ declare const _default: {
142
151
  title?: undefined;
143
152
  layout?: undefined;
144
153
  widget?: undefined;
154
+ } | {
155
+ defineWidget: () => false | {
156
+ id: string;
157
+ type: "internal";
158
+ title: string;
159
+ layout: {
160
+ x: number;
161
+ y: number;
162
+ w: number;
163
+ h: number;
164
+ };
165
+ widget: {
166
+ name: "EodashChart";
167
+ };
168
+ } | null;
169
+ id?: undefined;
170
+ type?: undefined;
171
+ title?: undefined;
172
+ layout?: undefined;
173
+ widget?: undefined;
145
174
  })[];
146
175
  };
147
176
  export default _default;
@@ -0,0 +1,28 @@
1
+ declare const _default: typeof __VLS_export;
2
+ export default _default;
3
+ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
+ enableCompare: {
5
+ type: BooleanConstructor;
6
+ default: boolean;
7
+ };
8
+ vegaEmbedOptions: {
9
+ type: ObjectConstructor;
10
+ default(): {
11
+ actions: boolean;
12
+ };
13
+ };
14
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
15
+ enableCompare: {
16
+ type: BooleanConstructor;
17
+ default: boolean;
18
+ };
19
+ vegaEmbedOptions: {
20
+ type: ObjectConstructor;
21
+ default(): {
22
+ actions: boolean;
23
+ };
24
+ };
25
+ }>> & Readonly<{}>, {
26
+ enableCompare: boolean;
27
+ vegaEmbedOptions: Record<string, any>;
28
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -1,13 +1,42 @@
1
- declare const _default: import("vue").DefineComponent<{}, {
1
+ declare const _default: typeof __VLS_export;
2
+ export default _default;
3
+ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
+ hintText: {
5
+ type: StringConstructor;
6
+ default: null;
7
+ };
8
+ hideArrows: {
9
+ type: BooleanConstructor;
10
+ default: boolean;
11
+ };
12
+ hideInputField: {
13
+ type: BooleanConstructor;
14
+ default: boolean;
15
+ };
16
+ toggleCalendar: {
17
+ type: BooleanConstructor;
18
+ default: boolean;
19
+ };
20
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
21
+ hintText: {
22
+ type: StringConstructor;
23
+ default: null;
24
+ };
25
+ hideArrows: {
26
+ type: BooleanConstructor;
27
+ default: boolean;
28
+ };
29
+ hideInputField: {
30
+ type: BooleanConstructor;
31
+ default: boolean;
32
+ };
33
+ toggleCalendar: {
34
+ type: BooleanConstructor;
35
+ default: boolean;
36
+ };
37
+ }>> & Readonly<{}>, {
2
38
  hintText: string;
3
39
  hideArrows: boolean;
4
40
  hideInputField: boolean;
5
41
  toggleCalendar: boolean;
6
- $props: {
7
- readonly hintText?: string | undefined;
8
- readonly hideArrows?: boolean | undefined;
9
- readonly hideInputField?: boolean | undefined;
10
- readonly toggleCalendar?: boolean | undefined;
11
- };
12
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
13
- export default _default;
42
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -1,4 +1,90 @@
1
- declare const _default: import("vue").DefineComponent<{}, {
1
+ declare const _default: typeof __VLS_export;
2
+ export default _default;
3
+ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
+ title: {
5
+ type: StringConstructor;
6
+ default: string;
7
+ };
8
+ layoutTarget: {
9
+ type: StringConstructor;
10
+ default: string;
11
+ };
12
+ layoutIcon: {
13
+ type: StringConstructor;
14
+ default: string;
15
+ };
16
+ filtersTitle: {
17
+ type: StringConstructor;
18
+ default: string;
19
+ };
20
+ resultsTitle: {
21
+ type: StringConstructor;
22
+ default: string;
23
+ };
24
+ bboxFilter: {
25
+ type: BooleanConstructor;
26
+ default: boolean;
27
+ };
28
+ imageProperty: {
29
+ type: StringConstructor;
30
+ default: string;
31
+ };
32
+ filters: {
33
+ /** @type {import("vue").PropType<import("./types").FiltersConfig>} */
34
+ type: import("vue").PropType<import("./types").FiltersConfig>;
35
+ default: () => {
36
+ property: string;
37
+ type: string;
38
+ title: string;
39
+ min: number;
40
+ max: number;
41
+ icon: string;
42
+ unitLabel: string;
43
+ }[];
44
+ };
45
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
46
+ title: {
47
+ type: StringConstructor;
48
+ default: string;
49
+ };
50
+ layoutTarget: {
51
+ type: StringConstructor;
52
+ default: string;
53
+ };
54
+ layoutIcon: {
55
+ type: StringConstructor;
56
+ default: string;
57
+ };
58
+ filtersTitle: {
59
+ type: StringConstructor;
60
+ default: string;
61
+ };
62
+ resultsTitle: {
63
+ type: StringConstructor;
64
+ default: string;
65
+ };
66
+ bboxFilter: {
67
+ type: BooleanConstructor;
68
+ default: boolean;
69
+ };
70
+ imageProperty: {
71
+ type: StringConstructor;
72
+ default: string;
73
+ };
74
+ filters: {
75
+ /** @type {import("vue").PropType<import("./types").FiltersConfig>} */
76
+ type: import("vue").PropType<import("./types").FiltersConfig>;
77
+ default: () => {
78
+ property: string;
79
+ type: string;
80
+ title: string;
81
+ min: number;
82
+ max: number;
83
+ icon: string;
84
+ unitLabel: string;
85
+ }[];
86
+ };
87
+ }>> & Readonly<{}>, {
2
88
  title: string;
3
89
  filtersTitle: string;
4
90
  resultsTitle: string;
@@ -7,15 +93,4 @@ declare const _default: import("vue").DefineComponent<{}, {
7
93
  layoutIcon: string;
8
94
  bboxFilter: boolean;
9
95
  filters: import("./types").FiltersConfig;
10
- $props: {
11
- readonly title?: string | undefined;
12
- readonly filtersTitle?: string | undefined;
13
- readonly resultsTitle?: string | undefined;
14
- readonly imageProperty?: string | undefined;
15
- readonly layoutTarget?: string | undefined;
16
- readonly layoutIcon?: string | undefined;
17
- readonly bboxFilter?: boolean | undefined;
18
- readonly filters?: import("./types").FiltersConfig | undefined;
19
- };
20
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
21
- export default _default;
96
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -7,6 +7,6 @@ export function renderItemsFeatures(features: import("../../../core/client/types
7
7
  *
8
8
  * @param {import("vue").Ref<any>} itemfilterEl
9
9
  */
10
- export function useRenderOnFeatureHover(itemfilterEl: import("vue").Ref<any>): void;
10
+ export function useHighlightOnFeatureHover(itemfilterEl: import("vue").Ref<any>): void;
11
11
  export function useSearchOnMapMove(itemFilter: import("vue").Ref<any>, bboxFilter: boolean): void;
12
12
  export function useRenderItemsFeatures(currentItems: import("vue").Ref<import("../../../core/client/types").GeoJsonFeature[]>): void;