@eodash/eodash 5.3.3 → 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.
- package/core/client/asWebComponent.js +1 -1
- package/core/client/composables/DefineEodash.js +3 -1
- package/core/client/composables/DefineWidgets.js +12 -2
- package/core/client/eodashSTAC/EodashCollection.js +20 -37
- package/core/client/eodashSTAC/createLayers.js +306 -136
- package/core/client/eodashSTAC/helpers.js +60 -40
- package/core/client/eodashSTAC/parquet.js +2 -0
- package/core/client/eodashSTAC/triggers.js +5 -5
- package/core/client/store/actions.js +17 -17
- package/core/client/store/states.js +26 -4
- package/core/client/types.ts +12 -1
- package/core/client/utils/index.js +18 -1
- package/dist/client/{DashboardLayout-Cp8Rv3Ef.js → DashboardLayout-CkSgvaFF.js} +2 -2
- package/dist/client/{DynamicWebComponent-CBsxC82P.js → DynamicWebComponent-Ncsg6fb9.js} +1 -1
- package/dist/client/EodashChart-5v7adDpG.js +144 -0
- package/dist/client/{EodashDatePicker-Dewym-cx.js → EodashDatePicker-RoQJe6ss.js} +4 -4
- package/dist/client/{EodashItemFilter-CAsZpOoQ.js → EodashItemFilter-CCoVC5BE.js} +2 -2
- package/dist/client/{EodashLayerControl-fn-rt8Ac.js → EodashLayerControl-weVj7aQA.js} +2 -2
- package/dist/client/{EodashLayoutSwitcher-B9XqQXCS.js → EodashLayoutSwitcher-CL-Z9d5_.js} +3 -3
- package/dist/client/EodashMapBtns-CXU8IuPO.js +433 -0
- package/dist/client/{EodashStacInfo-lxBKoav9.js → EodashStacInfo-BbMnjf-n.js} +11 -15
- package/dist/client/{EodashTimeSlider-DI97QkNT.js → EodashTimeSlider-BZXnqfax.js} +2 -2
- package/dist/client/{EodashTools-D5ShUT1g.js → EodashTools-DUJlkkgx.js} +4 -4
- package/dist/client/{ExportState-ruNyRS2E.js → ExportState-CT3FQOHW.js} +46 -21
- package/dist/client/{Footer-IQNyfd78.js → Footer-D_iqP-1K.js} +1 -1
- package/dist/client/{Header-BBdi_-Lp.js → Header-Dzhnvsy-.js} +127 -17
- package/dist/client/MobileLayout-6Rg_PSO8.js +118 -0
- package/dist/client/{PopUp-DRgOmD7-.js → PopUp-DPPv_GSA.js} +8 -59
- package/dist/client/{ProcessList-DxyCFQdz.js → ProcessList-BIN_Mb27.js} +9 -13
- package/dist/client/{VImg-hwmwzSwG.js → VImg-DhbuvNrA.js} +2 -2
- package/dist/client/{VMain-vk4-rkw-.js → VMain-CVabY_NY.js} +1 -1
- package/dist/client/{VTooltip-BYUZeia1.js → VTooltip-Cc6au3Sn.js} +3 -4
- package/dist/client/{WidgetsContainer-DXD_8rqh.js → WidgetsContainer-ChqTJS4h.js} +1 -1
- package/dist/client/asWebComponent-DaIxULaA.js +9207 -0
- package/dist/client/{async-D1MvO_Z_.js → async-D6Lvv-fT.js} +15 -5
- package/dist/client/eo-dash.js +1 -1
- package/dist/client/{forwardRefs-DM-E2MfG.js → forwardRefs--IccUBdR.js} +196 -37
- package/dist/client/{handling-CbgeKrqT.js → handling-DSA67d6E.js} +160 -37
- package/dist/client/{helpers-CtUlAW0N.js → helpers-BBSdbOmv.js} +239 -126
- package/dist/client/{index-DBo0F4Fv.js → index-6LlXNkke.js} +5 -3
- package/dist/client/{index-BJvLt3Xf.js → index-BS-8Y5FE.js} +34 -77
- package/dist/client/{index-BkW06-Lg.js → index-CQihL_c6.js} +55 -15
- package/dist/client/{index-BxDh5v-H.js → index-qsZhYR_6.js} +15 -16
- package/dist/client/templates.js +52 -2
- package/dist/client/{transition-BdzATvPB.js → transition-DFr4cXu8.js} +1 -1
- package/dist/node/cli.js +1 -1
- package/dist/types/core/client/App.vue.d.ts +16 -6
- package/dist/types/core/client/asWebComponent.d.ts +2 -2
- package/dist/types/core/client/components/DashboardLayout.vue.d.ts +2 -1
- package/dist/types/core/client/components/DynamicWebComponent.vue.d.ts +36 -16
- package/dist/types/core/client/components/EodashOverlay.vue.d.ts +2 -1
- package/dist/types/core/client/components/ErrorAlert.vue.d.ts +9 -1
- package/dist/types/core/client/components/Footer.vue.d.ts +2 -1
- package/dist/types/core/client/components/Header.vue.d.ts +2 -1
- package/dist/types/core/client/components/IframeWrapper.vue.d.ts +12 -6
- package/dist/types/core/client/components/Loading.vue.d.ts +2 -1
- package/dist/types/core/client/components/MobileLayout.vue.d.ts +2 -1
- package/dist/types/core/client/composables/DefineEodash.d.ts +1 -1
- package/dist/types/core/client/eodashSTAC/EodashCollection.d.ts +27 -11
- package/dist/types/core/client/eodashSTAC/createLayers.d.ts +30 -23
- package/dist/types/core/client/eodashSTAC/helpers.d.ts +11 -4
- package/dist/types/core/client/store/actions.d.ts +1 -2
- package/dist/types/core/client/store/states.d.ts +22 -4
- package/dist/types/core/client/types.d.ts +7 -2
- package/dist/types/core/client/utils/index.d.ts +1 -0
- package/dist/types/core/client/views/Dashboard.vue.d.ts +20 -8
- package/dist/types/templates/compare.d.ts +20 -0
- package/dist/types/templates/expert.d.ts +30 -1
- package/dist/types/widgets/EodashChart.vue.d.ts +28 -0
- package/dist/types/widgets/EodashDatePicker.vue.d.ts +38 -9
- package/dist/types/widgets/EodashItemCatalog/index.vue.d.ts +88 -13
- package/dist/types/widgets/EodashItemCatalog/methods/map.d.ts +1 -1
- package/dist/types/widgets/EodashItemFilter.vue.d.ts +169 -26
- package/dist/types/widgets/EodashLayerControl.vue.d.ts +38 -10
- package/dist/types/widgets/EodashLayoutSwitcher.vue.d.ts +22 -7
- package/dist/types/widgets/EodashMap/EodashMapBtns.vue.d.ts +94 -19
- package/dist/types/widgets/EodashMap/index.vue.d.ts +647 -92
- package/dist/types/widgets/EodashMap/methods/btns.d.ts +14 -0
- package/dist/types/widgets/EodashProcess/ProcessList.vue.d.ts +24 -7
- package/dist/types/widgets/EodashProcess/index.vue.d.ts +26 -7
- package/dist/types/widgets/EodashProcess/methods/composables.d.ts +1 -2
- package/dist/types/widgets/EodashProcess/methods/handling.d.ts +18 -11
- package/dist/types/widgets/EodashProcess/methods/outputs.d.ts +2 -2
- package/dist/types/widgets/EodashProcess/methods/utils.d.ts +1 -0
- package/dist/types/widgets/EodashStacInfo.vue.d.ts +67 -18
- package/dist/types/widgets/EodashTimeSlider.vue.d.ts +14 -6
- package/dist/types/widgets/EodashTools.vue.d.ts +437 -47
- package/dist/types/widgets/ExportState.vue.d.ts +26 -8
- package/dist/types/widgets/PopUp.vue.d.ts +61 -11
- package/dist/types/widgets/WidgetsContainer.vue.d.ts +22 -6
- package/package.json +33 -34
- package/templates/baseConfig.js +2 -1
- package/templates/compare.js +28 -1
- package/templates/expert.js +23 -1
- package/widgets/EodashChart.vue +139 -0
- package/widgets/EodashItemCatalog/index.vue +2 -2
- package/widgets/EodashItemCatalog/methods/map.js +9 -10
- package/widgets/EodashMap/EodashMapBtns.vue +73 -93
- package/widgets/EodashMap/index.vue +14 -2
- package/widgets/EodashMap/methods/btns.js +155 -0
- package/widgets/EodashMap/methods/create-layers-config.js +26 -3
- package/widgets/EodashMap/methods/index.js +2 -1
- package/widgets/EodashProcess/ProcessList.vue +2 -3
- package/widgets/EodashProcess/index.vue +19 -70
- package/widgets/EodashProcess/methods/async.js +1 -1
- package/widgets/EodashProcess/methods/composables.js +13 -6
- package/widgets/EodashProcess/methods/custom-endpoints/chart/veda-endpoint.js +20 -7
- package/widgets/EodashProcess/methods/handling.js +100 -22
- package/widgets/EodashProcess/methods/outputs.js +44 -4
- package/widgets/EodashProcess/methods/utils.js +11 -1
- package/widgets/EodashStacInfo.vue +10 -23
- package/widgets/ExportState.vue +9 -15
- package/dist/client/EodashMapBtns-nFY6MIAX.js +0 -301
- package/dist/client/MobileLayout-BfBeF-JF.js +0 -118
- package/dist/client/asWebComponent-DdguWGDI.js +0 -8967
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export function switchGlobe(): void;
|
|
2
|
+
export function onMapZoomOut(): void;
|
|
3
|
+
export function onMapZoomIn(): void;
|
|
4
|
+
export const showCompareIndicators: import("vue").Ref<boolean, boolean>;
|
|
5
|
+
export function onSelectCompareIndicator(compareIndicators: boolean | {
|
|
6
|
+
compareTemplate?: string;
|
|
7
|
+
fallbackTemplate?: string;
|
|
8
|
+
itemFilterConfig?: Partial<InstanceType<import("vue").DefineComponent<object, object, unknown>>["$props"]>;
|
|
9
|
+
}): void;
|
|
10
|
+
export function onCompareClick(compareIndicators: boolean | {
|
|
11
|
+
compareTemplate?: string;
|
|
12
|
+
fallbackTemplate?: string;
|
|
13
|
+
itemFilterConfig?: Partial<InstanceType<import("vue").DefineComponent<object, object, unknown>>["$props"]>;
|
|
14
|
+
}): void;
|
|
@@ -1,9 +1,26 @@
|
|
|
1
|
-
declare const _default:
|
|
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
|
+
mapElement: {
|
|
9
|
+
/** @type {import("vue").PropType<import("@eox/map").EOxMap | null>} */
|
|
10
|
+
type: import("vue").PropType<import("@eox/map").EOxMap | null>;
|
|
11
|
+
default: () => null;
|
|
12
|
+
};
|
|
13
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
14
|
+
enableCompare: {
|
|
15
|
+
type: BooleanConstructor;
|
|
16
|
+
default: boolean;
|
|
17
|
+
};
|
|
18
|
+
mapElement: {
|
|
19
|
+
/** @type {import("vue").PropType<import("@eox/map").EOxMap | null>} */
|
|
20
|
+
type: import("vue").PropType<import("@eox/map").EOxMap | null>;
|
|
21
|
+
default: () => null;
|
|
22
|
+
};
|
|
23
|
+
}>> & Readonly<{}>, {
|
|
2
24
|
enableCompare: boolean;
|
|
3
25
|
mapElement: import("@eox/map").EOxMap | null;
|
|
4
|
-
|
|
5
|
-
enableCompare?: boolean | undefined;
|
|
6
|
-
mapElement?: import("@eox/map").EOxMap | null | undefined;
|
|
7
|
-
};
|
|
8
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
9
|
-
export default _default;
|
|
26
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -1,9 +1,28 @@
|
|
|
1
|
-
declare const _default:
|
|
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<{}>, {
|
|
2
26
|
enableCompare: boolean;
|
|
3
27
|
vegaEmbedOptions: Record<string, any>;
|
|
4
|
-
|
|
5
|
-
enableCompare?: boolean | undefined;
|
|
6
|
-
vegaEmbedOptions?: Record<string, any> | undefined;
|
|
7
|
-
};
|
|
8
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
9
|
-
export default _default;
|
|
28
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -7,11 +7,10 @@
|
|
|
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,
|
|
10
|
+
export function useInitProcess({ selectedStac, jsonformEl, jsonformSchema, isProcessed, processResults, loading, isPolling, mapElement, }: {
|
|
11
11
|
selectedStac: import("vue").Ref<import("stac-ts").StacCollection | null>;
|
|
12
12
|
jsonformEl: import("vue").Ref<import("@eox/jsonform").EOxJSONForm | null>;
|
|
13
13
|
jsonformSchema: import("vue").Ref<Record<string, any> | null>;
|
|
14
|
-
chartSpec: import("vue").Ref<import("@eox/chart").EOxChart["spec"] | null>;
|
|
15
14
|
processResults: import("vue").Ref<any[]>;
|
|
16
15
|
isProcessed: import("vue").Ref<boolean>;
|
|
17
16
|
loading: import("vue").Ref<boolean>;
|
|
@@ -7,24 +7,35 @@
|
|
|
7
7
|
* @param {import("vue").Ref<import("stac-ts").StacCollection | null>} params.selectedStac
|
|
8
8
|
* @param {import("vue").Ref<import("@eox/jsonform").EOxJSONForm | null>} params.jsonformEl
|
|
9
9
|
* @param {import("vue").Ref<Record<string,any> | null>} params.jsonformSchema
|
|
10
|
-
* @param {import("vue").Ref<import("@eox/chart").EOxChart["spec"] | null>} params.chartSpec
|
|
11
10
|
* @param {import("vue").Ref<any[]>} params.processResults
|
|
12
11
|
* @param {import("vue").Ref<boolean>} params.isProcessed
|
|
13
12
|
* @param {import("vue").Ref<boolean>} params.loading
|
|
14
13
|
* @param {import("vue").Ref<boolean>} params.isPolling
|
|
15
14
|
* @param {boolean} params.enableCompare
|
|
16
15
|
*/
|
|
17
|
-
export function initProcess({ selectedStac, jsonformEl, jsonformSchema,
|
|
16
|
+
export function initProcess({ selectedStac, jsonformEl, jsonformSchema, isProcessed, processResults, loading, isPolling, enableCompare, }: {
|
|
18
17
|
selectedStac: import("vue").Ref<import("stac-ts").StacCollection | null>;
|
|
19
18
|
jsonformEl: import("vue").Ref<import("@eox/jsonform").EOxJSONForm | null>;
|
|
20
19
|
jsonformSchema: import("vue").Ref<Record<string, any> | null>;
|
|
21
|
-
chartSpec: import("vue").Ref<import("@eox/chart").EOxChart["spec"] | null>;
|
|
22
20
|
processResults: import("vue").Ref<any[]>;
|
|
23
21
|
isProcessed: import("vue").Ref<boolean>;
|
|
24
22
|
loading: import("vue").Ref<boolean>;
|
|
25
23
|
isPolling: import("vue").Ref<boolean>;
|
|
26
24
|
enableCompare: boolean;
|
|
27
25
|
}): Promise<void>;
|
|
26
|
+
/**
|
|
27
|
+
* Update the jsonform schema to have the correct layer id from the map
|
|
28
|
+
*
|
|
29
|
+
* @export
|
|
30
|
+
* @async
|
|
31
|
+
* @param {Object} params
|
|
32
|
+
* @param {import("vue").Ref<Record<string,any> | null>} params.jsonformSchema params.jsonformSchema
|
|
33
|
+
* @param {Record<string, any>[] | undefined} params.newLayers params.newLayers
|
|
34
|
+
*/
|
|
35
|
+
export function updateJsonformIdentifier({ jsonformSchema, newLayers }: {
|
|
36
|
+
jsonformSchema: import("vue").Ref<Record<string, any> | null>;
|
|
37
|
+
newLayers: Record<string, any>[] | undefined;
|
|
38
|
+
}): Promise<void>;
|
|
28
39
|
/**
|
|
29
40
|
*
|
|
30
41
|
* @param {object} params
|
|
@@ -32,20 +43,16 @@ export function initProcess({ selectedStac, jsonformEl, jsonformSchema, chartSpe
|
|
|
32
43
|
* @param {import("vue").Ref<import("stac-ts").StacCollection | null>} params.selectedStac
|
|
33
44
|
* @param {import("vue").Ref<import("@eox/jsonform").EOxJSONForm | null>} params.jsonformEl
|
|
34
45
|
* @param {import("vue").Ref<Record<string,any>|null>} params.jsonformSchema
|
|
35
|
-
* @param {import("vue").Ref<import("@eox/chart").EOxChart["spec"] | null>} params.chartSpec
|
|
36
|
-
* @param {import("vue").Ref<Record<string, any> | null>} params.chartData
|
|
37
46
|
* @param {import("vue").Ref<boolean>} params.isPolling
|
|
38
47
|
* @param {import("vue").Ref<any[]>} params.processResults
|
|
39
48
|
* @param {import("@eox/map").EOxMap | null} params.mapElement
|
|
40
49
|
* @param {import("vue").Ref<import("../types").AsyncJob[]>} params.jobs
|
|
41
50
|
*/
|
|
42
|
-
export function handleProcesses({ loading, selectedStac, jsonformEl, jsonformSchema,
|
|
51
|
+
export function handleProcesses({ loading, selectedStac, jsonformEl, jsonformSchema, isPolling, processResults, mapElement, jobs, }: {
|
|
43
52
|
loading: import("vue").Ref<boolean>;
|
|
44
53
|
selectedStac: import("vue").Ref<import("stac-ts").StacCollection | null>;
|
|
45
54
|
jsonformEl: import("vue").Ref<import("@eox/jsonform").EOxJSONForm | null>;
|
|
46
55
|
jsonformSchema: import("vue").Ref<Record<string, any> | null>;
|
|
47
|
-
chartSpec: import("vue").Ref<import("@eox/chart").EOxChart["spec"] | null>;
|
|
48
|
-
chartData: import("vue").Ref<Record<string, any> | null>;
|
|
49
56
|
isPolling: import("vue").Ref<boolean>;
|
|
50
57
|
processResults: import("vue").Ref<any[]>;
|
|
51
58
|
mapElement: import("@eox/map").EOxMap | null;
|
|
@@ -56,18 +63,18 @@ export function handleProcesses({ loading, selectedStac, jsonformEl, jsonformSch
|
|
|
56
63
|
* @param {Object} params
|
|
57
64
|
* @param {import("vue").Ref<boolean>} params.loading
|
|
58
65
|
* @param {import("vue").Ref<boolean>} params.isProcessed
|
|
59
|
-
* @param {import("vue").Ref<import("@eox/chart").EOxChart["spec"] | null>} params.chartSpec
|
|
60
66
|
* @param {import("vue").Ref<boolean>} params.isPolling
|
|
61
67
|
* @param {import("vue").Ref<any[]>} params.processResults
|
|
62
68
|
* @param {import("vue").Ref<Record<string,any>|null>} params.jsonformSchema
|
|
69
|
+
* @param {boolean} params.enableCompare
|
|
63
70
|
*/
|
|
64
|
-
export function resetProcess({ loading, isProcessed,
|
|
71
|
+
export function resetProcess({ loading, isProcessed, jsonformSchema, processResults, isPolling, enableCompare, }: {
|
|
65
72
|
loading: import("vue").Ref<boolean>;
|
|
66
73
|
isProcessed: import("vue").Ref<boolean>;
|
|
67
|
-
chartSpec: import("vue").Ref<import("@eox/chart").EOxChart["spec"] | null>;
|
|
68
74
|
isPolling: import("vue").Ref<boolean>;
|
|
69
75
|
processResults: import("vue").Ref<any[]>;
|
|
70
76
|
jsonformSchema: import("vue").Ref<Record<string, any> | null>;
|
|
77
|
+
enableCompare: boolean;
|
|
71
78
|
}): void;
|
|
72
79
|
export function onChartClick(evt: {
|
|
73
80
|
target: {
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
* @param {Record<string,any>} options.jsonformSchema
|
|
10
10
|
* @param {import("vue").Ref<import("../types").AsyncJob[]>} options.jobs
|
|
11
11
|
* @param {boolean} [options.enableCompare=false] - Whether to enable compare mode
|
|
12
|
-
* @returns {Promise<[import("
|
|
12
|
+
* @returns {Promise<[import("vega-embed").VisualizationSpec | null,Record<string,any>|null]>}
|
|
13
13
|
**/
|
|
14
14
|
export function processCharts({ links, jsonformValue, specUrl, customEndpointsHandler, jsonformSchema, selectedStac, isPolling, jobs, enableCompare, }: {
|
|
15
15
|
links: import("stac-ts").StacLink[] | undefined;
|
|
@@ -21,7 +21,7 @@ export function processCharts({ links, jsonformValue, specUrl, customEndpointsHa
|
|
|
21
21
|
jsonformSchema: Record<string, any>;
|
|
22
22
|
jobs: import("vue").Ref<import("../types").AsyncJob[]>;
|
|
23
23
|
enableCompare?: boolean | undefined;
|
|
24
|
-
}): Promise<[import("
|
|
24
|
+
}): Promise<[import("vega-embed").VisualizationSpec | null, Record<string, any> | null]>;
|
|
25
25
|
/**
|
|
26
26
|
* @param {object} options
|
|
27
27
|
* @param {import("stac-ts").StacLink[] | undefined} options.links
|
|
@@ -59,4 +59,5 @@ export function extractAsyncResults(resultItem: import("../../EodashProcess/type
|
|
|
59
59
|
*/
|
|
60
60
|
export function updateJsonformSchemaTarget(jsonformSchema: import("json-schema").JSONSchema7 | null | undefined): import("json-schema").JSONSchema7 | null | undefined;
|
|
61
61
|
export function download(fileName: string, content: string | Record<string, any>): void;
|
|
62
|
+
export function getDrawToolsProperty(jsonformSchema: any): string | undefined;
|
|
62
63
|
export function applyProcessLayersToMap(mapElement: import("@eox/map").EOxMap | null, processLayers: import("@eox/map").EoxLayer[]): void;
|
|
@@ -1,21 +1,70 @@
|
|
|
1
|
-
declare const _default:
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
declare const _default: typeof __VLS_export;
|
|
2
|
+
export default _default;
|
|
3
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
|
+
allowHtml: {
|
|
5
|
+
type: BooleanConstructor;
|
|
6
|
+
default: boolean;
|
|
7
|
+
};
|
|
8
|
+
header: {
|
|
9
|
+
/** @type {import("vue").PropType<string[]>} */
|
|
10
|
+
type: import("vue").PropType<string[]>;
|
|
11
|
+
default: () => string[];
|
|
12
|
+
};
|
|
13
|
+
tags: {
|
|
14
|
+
/** @type {import("vue").PropType<string[]>} */
|
|
15
|
+
type: import("vue").PropType<string[]>;
|
|
16
|
+
default: () => string[];
|
|
17
|
+
};
|
|
18
|
+
body: {
|
|
19
|
+
/** @type {import("vue").PropType<string[]>} */
|
|
20
|
+
type: import("vue").PropType<string[]>;
|
|
21
|
+
default: () => string[];
|
|
22
|
+
};
|
|
23
|
+
featured: {
|
|
24
|
+
/** @type {import("vue").PropType<string[]>} */
|
|
25
|
+
type: import("vue").PropType<string[]>;
|
|
26
|
+
default: () => string[];
|
|
27
|
+
};
|
|
28
|
+
footer: {
|
|
29
|
+
/** @type {import("vue").PropType<string[]>} */
|
|
30
|
+
type: import("vue").PropType<string[]>;
|
|
31
|
+
default: () => string[];
|
|
32
|
+
};
|
|
33
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
34
|
+
allowHtml: {
|
|
35
|
+
type: BooleanConstructor;
|
|
36
|
+
default: boolean;
|
|
37
|
+
};
|
|
38
|
+
header: {
|
|
39
|
+
/** @type {import("vue").PropType<string[]>} */
|
|
40
|
+
type: import("vue").PropType<string[]>;
|
|
41
|
+
default: () => string[];
|
|
42
|
+
};
|
|
43
|
+
tags: {
|
|
44
|
+
/** @type {import("vue").PropType<string[]>} */
|
|
45
|
+
type: import("vue").PropType<string[]>;
|
|
46
|
+
default: () => string[];
|
|
47
|
+
};
|
|
48
|
+
body: {
|
|
49
|
+
/** @type {import("vue").PropType<string[]>} */
|
|
50
|
+
type: import("vue").PropType<string[]>;
|
|
51
|
+
default: () => string[];
|
|
52
|
+
};
|
|
53
|
+
featured: {
|
|
54
|
+
/** @type {import("vue").PropType<string[]>} */
|
|
55
|
+
type: import("vue").PropType<string[]>;
|
|
56
|
+
default: () => string[];
|
|
57
|
+
};
|
|
58
|
+
footer: {
|
|
59
|
+
/** @type {import("vue").PropType<string[]>} */
|
|
60
|
+
type: import("vue").PropType<string[]>;
|
|
61
|
+
default: () => string[];
|
|
62
|
+
};
|
|
63
|
+
}>> & Readonly<{}>, {
|
|
64
|
+
body: string[];
|
|
4
65
|
footer: string[];
|
|
5
66
|
header: string[];
|
|
6
|
-
|
|
7
|
-
styleOverride: string;
|
|
8
|
-
subheader: string[];
|
|
67
|
+
allowHtml: boolean;
|
|
9
68
|
tags: string[];
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
featured?: string[] | undefined;
|
|
13
|
-
footer?: string[] | undefined;
|
|
14
|
-
header?: string[] | undefined;
|
|
15
|
-
body?: string[] | undefined;
|
|
16
|
-
styleOverride?: string | undefined;
|
|
17
|
-
subheader?: string[] | undefined;
|
|
18
|
-
tags?: string[] | 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;
|
|
69
|
+
featured: string[];
|
|
70
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -1,7 +1,15 @@
|
|
|
1
|
-
declare const _default:
|
|
2
|
-
filters: unknown[];
|
|
3
|
-
$props: {
|
|
4
|
-
readonly filters?: unknown[] | 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
|
+
filters: {
|
|
5
|
+
type: ArrayConstructor;
|
|
6
|
+
default: () => never[];
|
|
7
|
+
};
|
|
8
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
9
|
+
filters: {
|
|
10
|
+
type: ArrayConstructor;
|
|
11
|
+
default: () => never[];
|
|
12
|
+
};
|
|
13
|
+
}>> & Readonly<{}>, {
|
|
14
|
+
filters: unknown[];
|
|
15
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|