@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
|
@@ -1,13 +1,42 @@
|
|
|
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
|
+
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
|
-
|
|
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:
|
|
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
|
-
|
|
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
|
|
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;
|
|
@@ -1,9 +1,175 @@
|
|
|
1
|
-
declare const _default:
|
|
2
|
-
|
|
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
|
+
filtersTitle: {
|
|
9
|
+
type: StringConstructor;
|
|
10
|
+
default: string;
|
|
11
|
+
};
|
|
12
|
+
resultsTitle: {
|
|
13
|
+
type: StringConstructor;
|
|
14
|
+
default: string;
|
|
15
|
+
};
|
|
16
|
+
titleProperty: {
|
|
17
|
+
type: StringConstructor;
|
|
18
|
+
default: string;
|
|
19
|
+
};
|
|
20
|
+
aggregateResults: {
|
|
21
|
+
type: StringConstructor;
|
|
22
|
+
default: undefined;
|
|
23
|
+
};
|
|
24
|
+
imageProperty: {
|
|
25
|
+
type: StringConstructor;
|
|
26
|
+
default: string;
|
|
27
|
+
};
|
|
28
|
+
subTitleProperty: {
|
|
29
|
+
type: StringConstructor;
|
|
30
|
+
default: string;
|
|
31
|
+
};
|
|
32
|
+
resultType: {
|
|
33
|
+
type: StringConstructor;
|
|
34
|
+
default: string;
|
|
35
|
+
};
|
|
36
|
+
cssVars: {
|
|
37
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
38
|
+
default: string;
|
|
39
|
+
};
|
|
40
|
+
enableHighlighting: {
|
|
41
|
+
type: BooleanConstructor;
|
|
42
|
+
default: boolean;
|
|
43
|
+
};
|
|
44
|
+
expandMultipleFilters: {
|
|
45
|
+
type: BooleanConstructor;
|
|
46
|
+
default: boolean;
|
|
47
|
+
};
|
|
48
|
+
expandMultipleResults: {
|
|
49
|
+
type: BooleanConstructor;
|
|
50
|
+
default: boolean;
|
|
51
|
+
};
|
|
52
|
+
styleOverride: {
|
|
53
|
+
type: StringConstructor;
|
|
54
|
+
default: string;
|
|
55
|
+
};
|
|
56
|
+
filterProperties: {
|
|
57
|
+
/** @type {import("vue").PropType<{
|
|
58
|
+
* keys:string[];
|
|
59
|
+
* title:string;
|
|
60
|
+
* type:string;
|
|
61
|
+
* expanded?:boolean
|
|
62
|
+
* }[]> }*/
|
|
63
|
+
type: import("vue").PropType<{
|
|
64
|
+
keys: string[];
|
|
65
|
+
title: string;
|
|
66
|
+
type: string;
|
|
67
|
+
expanded?: boolean;
|
|
68
|
+
}[]>;
|
|
69
|
+
default: () => ({
|
|
70
|
+
keys: string[];
|
|
71
|
+
title: string;
|
|
72
|
+
type: string;
|
|
73
|
+
expanded: boolean;
|
|
74
|
+
key?: undefined;
|
|
75
|
+
} | {
|
|
76
|
+
key: string;
|
|
77
|
+
title: string;
|
|
78
|
+
type: string;
|
|
79
|
+
expanded: boolean;
|
|
80
|
+
keys?: undefined;
|
|
81
|
+
})[];
|
|
82
|
+
};
|
|
83
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
84
|
+
select: (...args: any[]) => void;
|
|
85
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
86
|
+
enableCompare: {
|
|
87
|
+
type: BooleanConstructor;
|
|
88
|
+
default: boolean;
|
|
89
|
+
};
|
|
90
|
+
filtersTitle: {
|
|
91
|
+
type: StringConstructor;
|
|
92
|
+
default: string;
|
|
93
|
+
};
|
|
94
|
+
resultsTitle: {
|
|
95
|
+
type: StringConstructor;
|
|
96
|
+
default: string;
|
|
97
|
+
};
|
|
98
|
+
titleProperty: {
|
|
99
|
+
type: StringConstructor;
|
|
100
|
+
default: string;
|
|
101
|
+
};
|
|
102
|
+
aggregateResults: {
|
|
103
|
+
type: StringConstructor;
|
|
104
|
+
default: undefined;
|
|
105
|
+
};
|
|
106
|
+
imageProperty: {
|
|
107
|
+
type: StringConstructor;
|
|
108
|
+
default: string;
|
|
109
|
+
};
|
|
110
|
+
subTitleProperty: {
|
|
111
|
+
type: StringConstructor;
|
|
112
|
+
default: string;
|
|
113
|
+
};
|
|
114
|
+
resultType: {
|
|
115
|
+
type: StringConstructor;
|
|
116
|
+
default: string;
|
|
117
|
+
};
|
|
118
|
+
cssVars: {
|
|
119
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
120
|
+
default: string;
|
|
121
|
+
};
|
|
122
|
+
enableHighlighting: {
|
|
123
|
+
type: BooleanConstructor;
|
|
124
|
+
default: boolean;
|
|
125
|
+
};
|
|
126
|
+
expandMultipleFilters: {
|
|
127
|
+
type: BooleanConstructor;
|
|
128
|
+
default: boolean;
|
|
129
|
+
};
|
|
130
|
+
expandMultipleResults: {
|
|
131
|
+
type: BooleanConstructor;
|
|
132
|
+
default: boolean;
|
|
133
|
+
};
|
|
134
|
+
styleOverride: {
|
|
135
|
+
type: StringConstructor;
|
|
136
|
+
default: string;
|
|
137
|
+
};
|
|
138
|
+
filterProperties: {
|
|
139
|
+
/** @type {import("vue").PropType<{
|
|
140
|
+
* keys:string[];
|
|
141
|
+
* title:string;
|
|
142
|
+
* type:string;
|
|
143
|
+
* expanded?:boolean
|
|
144
|
+
* }[]> }*/
|
|
145
|
+
type: import("vue").PropType<{
|
|
146
|
+
keys: string[];
|
|
147
|
+
title: string;
|
|
148
|
+
type: string;
|
|
149
|
+
expanded?: boolean;
|
|
150
|
+
}[]>;
|
|
151
|
+
default: () => ({
|
|
152
|
+
keys: string[];
|
|
153
|
+
title: string;
|
|
154
|
+
type: string;
|
|
155
|
+
expanded: boolean;
|
|
156
|
+
key?: undefined;
|
|
157
|
+
} | {
|
|
158
|
+
key: string;
|
|
159
|
+
title: string;
|
|
160
|
+
type: string;
|
|
161
|
+
expanded: boolean;
|
|
162
|
+
keys?: undefined;
|
|
163
|
+
})[];
|
|
164
|
+
};
|
|
165
|
+
}>> & Readonly<{
|
|
166
|
+
onSelect?: ((...args: any[]) => any) | undefined;
|
|
167
|
+
}>, {
|
|
3
168
|
enableCompare: boolean;
|
|
4
169
|
filtersTitle: string;
|
|
5
170
|
resultsTitle: string;
|
|
6
171
|
titleProperty: string;
|
|
172
|
+
aggregateResults: string;
|
|
7
173
|
imageProperty: string;
|
|
8
174
|
subTitleProperty: string;
|
|
9
175
|
resultType: string;
|
|
@@ -18,27 +184,4 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
18
184
|
type: string;
|
|
19
185
|
expanded?: boolean;
|
|
20
186
|
}[];
|
|
21
|
-
|
|
22
|
-
$props: {
|
|
23
|
-
readonly enableCompare?: boolean | undefined;
|
|
24
|
-
readonly filtersTitle?: string | undefined;
|
|
25
|
-
readonly resultsTitle?: string | undefined;
|
|
26
|
-
readonly titleProperty?: string | undefined;
|
|
27
|
-
readonly imageProperty?: string | undefined;
|
|
28
|
-
readonly subTitleProperty?: string | undefined;
|
|
29
|
-
readonly resultType?: string | undefined;
|
|
30
|
-
readonly cssVars?: string | Record<string, any> | undefined;
|
|
31
|
-
readonly enableHighlighting?: boolean | undefined;
|
|
32
|
-
readonly expandMultipleFilters?: boolean | undefined;
|
|
33
|
-
readonly expandMultipleResults?: boolean | undefined;
|
|
34
|
-
readonly styleOverride?: string | undefined;
|
|
35
|
-
readonly filterProperties?: {
|
|
36
|
-
keys: string[];
|
|
37
|
-
title: string;
|
|
38
|
-
type: string;
|
|
39
|
-
expanded?: boolean;
|
|
40
|
-
}[] | undefined;
|
|
41
|
-
readonly aggregateResults?: string | undefined;
|
|
42
|
-
};
|
|
43
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
44
|
-
export default _default;
|
|
187
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -1,20 +1,48 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: typeof __VLS_export;
|
|
2
2
|
export default _default;
|
|
3
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
3
4
|
type __VLS_WithSlots<T, S> = T & (new () => {
|
|
4
5
|
$slots: S;
|
|
5
6
|
});
|
|
6
|
-
declare const
|
|
7
|
+
declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
8
|
+
map: {
|
|
9
|
+
/** @type {import("vue").PropType<"first" | "second">} */
|
|
10
|
+
type: import("vue").PropType<"first" | "second">;
|
|
11
|
+
default: string;
|
|
12
|
+
};
|
|
13
|
+
tools: {
|
|
14
|
+
type: ArrayConstructor;
|
|
15
|
+
default: () => string[];
|
|
16
|
+
};
|
|
17
|
+
title: {
|
|
18
|
+
type: StringConstructor;
|
|
19
|
+
default: string;
|
|
20
|
+
};
|
|
21
|
+
cssVars: {
|
|
22
|
+
type: ObjectConstructor;
|
|
23
|
+
};
|
|
24
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
25
|
+
map: {
|
|
26
|
+
/** @type {import("vue").PropType<"first" | "second">} */
|
|
27
|
+
type: import("vue").PropType<"first" | "second">;
|
|
28
|
+
default: string;
|
|
29
|
+
};
|
|
30
|
+
tools: {
|
|
31
|
+
type: ArrayConstructor;
|
|
32
|
+
default: () => string[];
|
|
33
|
+
};
|
|
34
|
+
title: {
|
|
35
|
+
type: StringConstructor;
|
|
36
|
+
default: string;
|
|
37
|
+
};
|
|
38
|
+
cssVars: {
|
|
39
|
+
type: ObjectConstructor;
|
|
40
|
+
};
|
|
41
|
+
}>> & Readonly<{}>, {
|
|
7
42
|
map: "second" | "first";
|
|
8
43
|
title: string;
|
|
9
44
|
tools: unknown[];
|
|
10
|
-
|
|
11
|
-
$props: {
|
|
12
|
-
readonly map?: "second" | "first" | undefined;
|
|
13
|
-
readonly title?: string | undefined;
|
|
14
|
-
readonly tools?: unknown[] | undefined;
|
|
15
|
-
readonly cssVars?: Record<string, any> | undefined;
|
|
16
|
-
};
|
|
17
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
45
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
18
46
|
type __VLS_Slots = {
|
|
19
47
|
layerstitle?: ((props: {}) => any) | undefined;
|
|
20
48
|
};
|
|
@@ -1,9 +1,24 @@
|
|
|
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
|
+
target: {
|
|
5
|
+
type: StringConstructor;
|
|
6
|
+
default: string;
|
|
7
|
+
};
|
|
8
|
+
icon: {
|
|
9
|
+
type: StringConstructor;
|
|
10
|
+
default: string;
|
|
11
|
+
};
|
|
12
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
13
|
+
target: {
|
|
14
|
+
type: StringConstructor;
|
|
15
|
+
default: string;
|
|
16
|
+
};
|
|
17
|
+
icon: {
|
|
18
|
+
type: StringConstructor;
|
|
19
|
+
default: string;
|
|
20
|
+
};
|
|
21
|
+
}>> & Readonly<{}>, {
|
|
2
22
|
target: string;
|
|
3
23
|
icon: string;
|
|
4
|
-
|
|
5
|
-
readonly target?: string | undefined;
|
|
6
|
-
readonly icon?: string | 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;
|
|
24
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -1,25 +1,100 @@
|
|
|
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
|
+
exportMap: {
|
|
5
|
+
type: BooleanConstructor;
|
|
6
|
+
default: boolean;
|
|
7
|
+
};
|
|
8
|
+
changeProjection: {
|
|
9
|
+
type: BooleanConstructor;
|
|
10
|
+
default: boolean;
|
|
11
|
+
};
|
|
12
|
+
compareIndicators: {
|
|
13
|
+
/** @type {import("vue").PropType<boolean | {
|
|
14
|
+
compareTemplate?:string;
|
|
15
|
+
fallbackTemplate?:string;
|
|
16
|
+
itemFilterConfig?:Partial<InstanceType<import("./EodashItemFilter.vue").default>["$props"]>
|
|
17
|
+
}> }*/
|
|
18
|
+
type: import("vue").PropType<boolean | {
|
|
19
|
+
compareTemplate?: string;
|
|
20
|
+
fallbackTemplate?: string;
|
|
21
|
+
itemFilterConfig?: Partial<InstanceType<import("vue").DefineComponent<object, object, unknown>>["$props"]>;
|
|
22
|
+
}>;
|
|
23
|
+
default: boolean;
|
|
24
|
+
};
|
|
25
|
+
backToPOIs: {
|
|
26
|
+
type: BooleanConstructor;
|
|
27
|
+
default: boolean;
|
|
28
|
+
};
|
|
29
|
+
enableSearch: {
|
|
30
|
+
type: BooleanConstructor;
|
|
31
|
+
default: boolean;
|
|
32
|
+
};
|
|
33
|
+
searchParams: {
|
|
34
|
+
type: (ObjectConstructor | BooleanConstructor)[];
|
|
35
|
+
default: boolean;
|
|
36
|
+
};
|
|
37
|
+
enableZoom: {
|
|
38
|
+
type: BooleanConstructor;
|
|
39
|
+
default: boolean;
|
|
40
|
+
};
|
|
41
|
+
enableGlobe: {
|
|
42
|
+
type: BooleanConstructor;
|
|
43
|
+
default: boolean;
|
|
44
|
+
};
|
|
45
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
46
|
+
exportMap: {
|
|
47
|
+
type: BooleanConstructor;
|
|
48
|
+
default: boolean;
|
|
49
|
+
};
|
|
50
|
+
changeProjection: {
|
|
51
|
+
type: BooleanConstructor;
|
|
52
|
+
default: boolean;
|
|
53
|
+
};
|
|
54
|
+
compareIndicators: {
|
|
55
|
+
/** @type {import("vue").PropType<boolean | {
|
|
56
|
+
compareTemplate?:string;
|
|
57
|
+
fallbackTemplate?:string;
|
|
58
|
+
itemFilterConfig?:Partial<InstanceType<import("./EodashItemFilter.vue").default>["$props"]>
|
|
59
|
+
}> }*/
|
|
60
|
+
type: import("vue").PropType<boolean | {
|
|
61
|
+
compareTemplate?: string;
|
|
62
|
+
fallbackTemplate?: string;
|
|
63
|
+
itemFilterConfig?: Partial<InstanceType<import("vue").DefineComponent<object, object, unknown>>["$props"]>;
|
|
64
|
+
}>;
|
|
65
|
+
default: boolean;
|
|
66
|
+
};
|
|
67
|
+
backToPOIs: {
|
|
68
|
+
type: BooleanConstructor;
|
|
69
|
+
default: boolean;
|
|
70
|
+
};
|
|
71
|
+
enableSearch: {
|
|
72
|
+
type: BooleanConstructor;
|
|
73
|
+
default: boolean;
|
|
74
|
+
};
|
|
75
|
+
searchParams: {
|
|
76
|
+
type: (ObjectConstructor | BooleanConstructor)[];
|
|
77
|
+
default: boolean;
|
|
78
|
+
};
|
|
79
|
+
enableZoom: {
|
|
80
|
+
type: BooleanConstructor;
|
|
81
|
+
default: boolean;
|
|
82
|
+
};
|
|
83
|
+
enableGlobe: {
|
|
84
|
+
type: BooleanConstructor;
|
|
85
|
+
default: boolean;
|
|
86
|
+
};
|
|
87
|
+
}>> & Readonly<{}>, {
|
|
88
|
+
enableSearch: boolean;
|
|
89
|
+
searchParams: boolean | Record<string, any>;
|
|
90
|
+
enableZoom: boolean;
|
|
91
|
+
enableGlobe: boolean;
|
|
92
|
+
exportMap: boolean;
|
|
93
|
+
changeProjection: boolean;
|
|
2
94
|
compareIndicators: boolean | {
|
|
3
95
|
compareTemplate?: string;
|
|
4
96
|
fallbackTemplate?: string;
|
|
5
97
|
itemFilterConfig?: Partial<InstanceType<import("vue").DefineComponent<object, object, unknown>>["$props"]>;
|
|
6
98
|
};
|
|
7
|
-
changeProjection: boolean;
|
|
8
|
-
exportMap: boolean;
|
|
9
99
|
backToPOIs: boolean;
|
|
10
|
-
|
|
11
|
-
enableZoom: boolean;
|
|
12
|
-
$props: {
|
|
13
|
-
compareIndicators?: boolean | {
|
|
14
|
-
compareTemplate?: string;
|
|
15
|
-
fallbackTemplate?: string;
|
|
16
|
-
itemFilterConfig?: Partial<InstanceType<import("vue").DefineComponent<object, object, unknown>>["$props"]>;
|
|
17
|
-
} | undefined;
|
|
18
|
-
changeProjection?: boolean | undefined;
|
|
19
|
-
exportMap?: boolean | undefined;
|
|
20
|
-
backToPOIs?: boolean | undefined;
|
|
21
|
-
enableSearch?: boolean | undefined;
|
|
22
|
-
enableZoom?: boolean | undefined;
|
|
23
|
-
};
|
|
24
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
25
|
-
export default _default;
|
|
100
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|