@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.
- package/core/client/asWebComponent.js +1 -1
- package/core/client/composables/DefineWidgets.js +12 -2
- package/core/client/eodashSTAC/EodashCollection.js +3 -3
- package/core/client/eodashSTAC/createLayers.js +44 -17
- package/core/client/eodashSTAC/helpers.js +12 -5
- package/core/client/eodashSTAC/parquet.js +2 -1
- package/core/client/eodashSTAC/triggers.js +1 -2
- package/core/client/store/actions.js +17 -17
- package/core/client/store/states.js +26 -4
- package/core/client/types.ts +9 -0
- package/core/client/utils/index.js +18 -1
- package/dist/client/{DashboardLayout-CQOGHPW_.js → DashboardLayout-CkSgvaFF.js} +2 -2
- package/dist/client/{DynamicWebComponent-CoLO8FEf.js → DynamicWebComponent-Ncsg6fb9.js} +1 -1
- package/dist/client/EodashChart-5v7adDpG.js +144 -0
- package/dist/client/{EodashDatePicker-BZeQ6bcu.js → EodashDatePicker-RoQJe6ss.js} +4 -4
- package/dist/client/{EodashItemFilter-CmZkk7GK.js → EodashItemFilter-CCoVC5BE.js} +2 -2
- package/dist/client/{EodashLayerControl-D54fY-bX.js → EodashLayerControl-weVj7aQA.js} +2 -2
- package/dist/client/{EodashLayoutSwitcher-BCP3FvDb.js → EodashLayoutSwitcher-CL-Z9d5_.js} +3 -3
- package/dist/client/EodashMapBtns-CXU8IuPO.js +433 -0
- package/dist/client/{EodashStacInfo-BZbmT8vT.js → EodashStacInfo-BbMnjf-n.js} +11 -15
- package/dist/client/{EodashTimeSlider-DIcAJr6D.js → EodashTimeSlider-BZXnqfax.js} +2 -2
- package/dist/client/{EodashTools-Cz6X6hsF.js → EodashTools-DUJlkkgx.js} +4 -4
- package/dist/client/{ExportState-DFVFAgKz.js → ExportState-CT3FQOHW.js} +46 -21
- package/dist/client/{Footer-DLzQcjkI.js → Footer-D_iqP-1K.js} +1 -1
- package/dist/client/{Header-_D9Z-zFJ.js → Header-Dzhnvsy-.js} +127 -17
- package/dist/client/MobileLayout-6Rg_PSO8.js +118 -0
- package/dist/client/{PopUp-DwI8V2gW.js → PopUp-DPPv_GSA.js} +8 -59
- package/dist/client/{ProcessList-C9eAg2Sb.js → ProcessList-BIN_Mb27.js} +9 -13
- package/dist/client/{VImg-COXTnCWE.js → VImg-DhbuvNrA.js} +2 -2
- package/dist/client/{VMain-C74l1bv-.js → VMain-CVabY_NY.js} +1 -1
- package/dist/client/{VTooltip-BLS-cQ9N.js → VTooltip-Cc6au3Sn.js} +3 -4
- package/dist/client/{WidgetsContainer-D-VfMRxE.js → WidgetsContainer-ChqTJS4h.js} +1 -1
- package/dist/client/asWebComponent-DaIxULaA.js +9207 -0
- package/dist/client/{async-D4G-FOIc.js → async-D6Lvv-fT.js} +4 -4
- package/dist/client/eo-dash.js +1 -1
- package/dist/client/{forwardRefs-CRMFoNYN.js → forwardRefs--IccUBdR.js} +196 -37
- package/dist/client/{handling-DTAhQuPh.js → handling-DSA67d6E.js} +74 -35
- package/dist/client/{helpers-CsjKHAcK.js → helpers-BBSdbOmv.js} +187 -87
- package/dist/client/{index-DEmHaCL3.js → index-6LlXNkke.js} +5 -3
- package/dist/client/{index-BHilH1qx.js → index-BS-8Y5FE.js} +22 -69
- package/dist/client/{index-BIcmbjr0.js → index-CQihL_c6.js} +27 -14
- package/dist/client/{index-BoCcZ0l4.js → index-qsZhYR_6.js} +15 -16
- package/dist/client/templates.js +48 -2
- package/dist/client/{transition-6MJLK-_H.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/eodashSTAC/helpers.d.ts +1 -0
- 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 +6 -1
- 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 -21
- package/dist/types/widgets/EodashMap/index.vue.d.ts +646 -93
- 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 +5 -11
- package/dist/types/widgets/EodashProcess/methods/outputs.d.ts +2 -2
- 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 +19 -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 +58 -93
- package/widgets/EodashMap/index.vue +10 -2
- package/widgets/EodashMap/methods/btns.js +155 -0
- package/widgets/EodashMap/methods/create-layers-config.js +3 -3
- package/widgets/EodashMap/methods/index.js +2 -1
- package/widgets/EodashProcess/ProcessList.vue +2 -3
- package/widgets/EodashProcess/index.vue +18 -61
- package/widgets/EodashProcess/methods/async.js +1 -1
- package/widgets/EodashProcess/methods/composables.js +0 -5
- package/widgets/EodashProcess/methods/custom-endpoints/chart/veda-endpoint.js +10 -6
- package/widgets/EodashProcess/methods/handling.js +23 -22
- package/widgets/EodashProcess/methods/outputs.js +44 -4
- package/widgets/EodashProcess/methods/utils.js +1 -1
- package/widgets/EodashStacInfo.vue +10 -23
- package/widgets/ExportState.vue +9 -15
- package/dist/client/EodashMapBtns-D-HulIl1.js +0 -306
- package/dist/client/MobileLayout-3Ko9XSfO.js +0 -118
- package/dist/client/asWebComponent-Bw03Jutr.js +0 -9090
|
@@ -1,57 +1,447 @@
|
|
|
1
|
-
declare const _default:
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
1
|
+
declare const _default: typeof __VLS_export;
|
|
2
|
+
export default _default;
|
|
3
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
|
+
showIndicatorsBtn: {
|
|
5
|
+
type: BooleanConstructor;
|
|
6
|
+
default: boolean;
|
|
7
|
+
};
|
|
8
|
+
showLayoutSwitcher: {
|
|
9
|
+
type: BooleanConstructor;
|
|
10
|
+
default: boolean;
|
|
11
|
+
};
|
|
12
|
+
layoutTarget: {
|
|
13
|
+
type: StringConstructor;
|
|
14
|
+
default: string;
|
|
15
|
+
};
|
|
16
|
+
layoutIcon: {
|
|
17
|
+
type: StringConstructor;
|
|
18
|
+
default: string;
|
|
19
|
+
};
|
|
20
|
+
indicatorBtnText: {
|
|
21
|
+
type: StringConstructor;
|
|
22
|
+
default: string;
|
|
23
|
+
};
|
|
24
|
+
itemFilterConfig: {
|
|
25
|
+
/** @type {import("vue").PropType<InstanceType<import("./EodashItemFilter.vue").default>["$props"]>} */
|
|
26
|
+
type: import("vue").PropType<InstanceType<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
27
|
+
enableCompare: {
|
|
28
|
+
type: BooleanConstructor;
|
|
29
|
+
default: boolean;
|
|
30
|
+
};
|
|
31
|
+
filtersTitle: {
|
|
32
|
+
type: StringConstructor;
|
|
33
|
+
default: string;
|
|
34
|
+
};
|
|
35
|
+
resultsTitle: {
|
|
36
|
+
type: StringConstructor;
|
|
37
|
+
default: string;
|
|
38
|
+
};
|
|
39
|
+
titleProperty: {
|
|
40
|
+
type: StringConstructor;
|
|
41
|
+
default: string;
|
|
42
|
+
};
|
|
43
|
+
aggregateResults: {
|
|
44
|
+
type: StringConstructor;
|
|
45
|
+
default: undefined;
|
|
46
|
+
};
|
|
47
|
+
imageProperty: {
|
|
48
|
+
type: StringConstructor;
|
|
49
|
+
default: string;
|
|
50
|
+
};
|
|
51
|
+
subTitleProperty: {
|
|
52
|
+
type: StringConstructor;
|
|
53
|
+
default: string;
|
|
54
|
+
};
|
|
55
|
+
resultType: {
|
|
56
|
+
type: StringConstructor;
|
|
57
|
+
default: string;
|
|
58
|
+
};
|
|
59
|
+
cssVars: {
|
|
60
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
61
|
+
default: string;
|
|
62
|
+
};
|
|
63
|
+
enableHighlighting: {
|
|
64
|
+
type: BooleanConstructor;
|
|
65
|
+
default: boolean;
|
|
66
|
+
};
|
|
67
|
+
expandMultipleFilters: {
|
|
68
|
+
type: BooleanConstructor;
|
|
69
|
+
default: boolean;
|
|
70
|
+
};
|
|
71
|
+
expandMultipleResults: {
|
|
72
|
+
type: BooleanConstructor;
|
|
73
|
+
default: boolean;
|
|
74
|
+
};
|
|
75
|
+
styleOverride: {
|
|
76
|
+
type: StringConstructor;
|
|
77
|
+
default: string;
|
|
78
|
+
};
|
|
79
|
+
filterProperties: {
|
|
80
|
+
type: import("vue").PropType<{
|
|
81
|
+
keys: string[];
|
|
82
|
+
title: string;
|
|
83
|
+
type: string;
|
|
84
|
+
expanded?: boolean;
|
|
85
|
+
}[]>;
|
|
86
|
+
default: () => ({
|
|
87
|
+
keys: string[];
|
|
88
|
+
title: string;
|
|
89
|
+
type: string;
|
|
90
|
+
expanded: boolean;
|
|
91
|
+
key?: undefined;
|
|
92
|
+
} | {
|
|
93
|
+
key: string;
|
|
94
|
+
title: string;
|
|
95
|
+
type: string;
|
|
96
|
+
expanded: boolean;
|
|
97
|
+
keys?: undefined;
|
|
98
|
+
})[];
|
|
99
|
+
};
|
|
100
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
101
|
+
select: (...args: any[]) => void;
|
|
102
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
103
|
+
enableCompare: {
|
|
104
|
+
type: BooleanConstructor;
|
|
105
|
+
default: boolean;
|
|
106
|
+
};
|
|
107
|
+
filtersTitle: {
|
|
108
|
+
type: StringConstructor;
|
|
109
|
+
default: string;
|
|
110
|
+
};
|
|
111
|
+
resultsTitle: {
|
|
112
|
+
type: StringConstructor;
|
|
113
|
+
default: string;
|
|
114
|
+
};
|
|
115
|
+
titleProperty: {
|
|
116
|
+
type: StringConstructor;
|
|
117
|
+
default: string;
|
|
118
|
+
};
|
|
119
|
+
aggregateResults: {
|
|
120
|
+
type: StringConstructor;
|
|
121
|
+
default: undefined;
|
|
122
|
+
};
|
|
123
|
+
imageProperty: {
|
|
124
|
+
type: StringConstructor;
|
|
125
|
+
default: string;
|
|
126
|
+
};
|
|
127
|
+
subTitleProperty: {
|
|
128
|
+
type: StringConstructor;
|
|
129
|
+
default: string;
|
|
130
|
+
};
|
|
131
|
+
resultType: {
|
|
132
|
+
type: StringConstructor;
|
|
133
|
+
default: string;
|
|
134
|
+
};
|
|
135
|
+
cssVars: {
|
|
136
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
137
|
+
default: string;
|
|
138
|
+
};
|
|
139
|
+
enableHighlighting: {
|
|
140
|
+
type: BooleanConstructor;
|
|
141
|
+
default: boolean;
|
|
142
|
+
};
|
|
143
|
+
expandMultipleFilters: {
|
|
144
|
+
type: BooleanConstructor;
|
|
145
|
+
default: boolean;
|
|
146
|
+
};
|
|
147
|
+
expandMultipleResults: {
|
|
148
|
+
type: BooleanConstructor;
|
|
149
|
+
default: boolean;
|
|
150
|
+
};
|
|
151
|
+
styleOverride: {
|
|
152
|
+
type: StringConstructor;
|
|
153
|
+
default: string;
|
|
154
|
+
};
|
|
155
|
+
filterProperties: {
|
|
156
|
+
type: import("vue").PropType<{
|
|
157
|
+
keys: string[];
|
|
158
|
+
title: string;
|
|
159
|
+
type: string;
|
|
160
|
+
expanded?: boolean;
|
|
161
|
+
}[]>;
|
|
162
|
+
default: () => ({
|
|
163
|
+
keys: string[];
|
|
164
|
+
title: string;
|
|
165
|
+
type: string;
|
|
166
|
+
expanded: boolean;
|
|
167
|
+
key?: undefined;
|
|
168
|
+
} | {
|
|
169
|
+
key: string;
|
|
170
|
+
title: string;
|
|
171
|
+
type: string;
|
|
172
|
+
expanded: boolean;
|
|
173
|
+
keys?: undefined;
|
|
174
|
+
})[];
|
|
175
|
+
};
|
|
176
|
+
}>> & Readonly<{
|
|
177
|
+
onSelect?: ((...args: any[]) => any) | undefined;
|
|
178
|
+
}>, {
|
|
179
|
+
enableCompare: boolean;
|
|
180
|
+
filtersTitle: string;
|
|
181
|
+
resultsTitle: string;
|
|
182
|
+
titleProperty: string;
|
|
183
|
+
aggregateResults: string;
|
|
184
|
+
imageProperty: string;
|
|
185
|
+
subTitleProperty: string;
|
|
186
|
+
resultType: string;
|
|
187
|
+
cssVars: string | Record<string, any>;
|
|
188
|
+
enableHighlighting: boolean;
|
|
189
|
+
expandMultipleFilters: boolean;
|
|
190
|
+
expandMultipleResults: boolean;
|
|
191
|
+
styleOverride: string;
|
|
192
|
+
filterProperties: {
|
|
193
|
+
keys: string[];
|
|
194
|
+
title: string;
|
|
195
|
+
type: string;
|
|
196
|
+
expanded?: boolean;
|
|
197
|
+
}[];
|
|
198
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>["$props"]>;
|
|
199
|
+
default: () => void;
|
|
200
|
+
};
|
|
201
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
202
|
+
showIndicatorsBtn: {
|
|
203
|
+
type: BooleanConstructor;
|
|
204
|
+
default: boolean;
|
|
205
|
+
};
|
|
206
|
+
showLayoutSwitcher: {
|
|
207
|
+
type: BooleanConstructor;
|
|
208
|
+
default: boolean;
|
|
209
|
+
};
|
|
210
|
+
layoutTarget: {
|
|
211
|
+
type: StringConstructor;
|
|
212
|
+
default: string;
|
|
213
|
+
};
|
|
214
|
+
layoutIcon: {
|
|
215
|
+
type: StringConstructor;
|
|
216
|
+
default: string;
|
|
217
|
+
};
|
|
218
|
+
indicatorBtnText: {
|
|
219
|
+
type: StringConstructor;
|
|
220
|
+
default: string;
|
|
221
|
+
};
|
|
222
|
+
itemFilterConfig: {
|
|
223
|
+
/** @type {import("vue").PropType<InstanceType<import("./EodashItemFilter.vue").default>["$props"]>} */
|
|
224
|
+
type: import("vue").PropType<InstanceType<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
225
|
+
enableCompare: {
|
|
226
|
+
type: BooleanConstructor;
|
|
227
|
+
default: boolean;
|
|
228
|
+
};
|
|
229
|
+
filtersTitle: {
|
|
230
|
+
type: StringConstructor;
|
|
231
|
+
default: string;
|
|
232
|
+
};
|
|
233
|
+
resultsTitle: {
|
|
234
|
+
type: StringConstructor;
|
|
235
|
+
default: string;
|
|
236
|
+
};
|
|
237
|
+
titleProperty: {
|
|
238
|
+
type: StringConstructor;
|
|
239
|
+
default: string;
|
|
240
|
+
};
|
|
241
|
+
aggregateResults: {
|
|
242
|
+
type: StringConstructor;
|
|
243
|
+
default: undefined;
|
|
244
|
+
};
|
|
245
|
+
imageProperty: {
|
|
246
|
+
type: StringConstructor;
|
|
247
|
+
default: string;
|
|
248
|
+
};
|
|
249
|
+
subTitleProperty: {
|
|
250
|
+
type: StringConstructor;
|
|
251
|
+
default: string;
|
|
252
|
+
};
|
|
253
|
+
resultType: {
|
|
254
|
+
type: StringConstructor;
|
|
255
|
+
default: string;
|
|
256
|
+
};
|
|
257
|
+
cssVars: {
|
|
258
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
259
|
+
default: string;
|
|
260
|
+
};
|
|
261
|
+
enableHighlighting: {
|
|
262
|
+
type: BooleanConstructor;
|
|
263
|
+
default: boolean;
|
|
264
|
+
};
|
|
265
|
+
expandMultipleFilters: {
|
|
266
|
+
type: BooleanConstructor;
|
|
267
|
+
default: boolean;
|
|
268
|
+
};
|
|
269
|
+
expandMultipleResults: {
|
|
270
|
+
type: BooleanConstructor;
|
|
271
|
+
default: boolean;
|
|
272
|
+
};
|
|
273
|
+
styleOverride: {
|
|
274
|
+
type: StringConstructor;
|
|
275
|
+
default: string;
|
|
276
|
+
};
|
|
277
|
+
filterProperties: {
|
|
278
|
+
type: import("vue").PropType<{
|
|
279
|
+
keys: string[];
|
|
280
|
+
title: string;
|
|
281
|
+
type: string;
|
|
282
|
+
expanded?: boolean;
|
|
283
|
+
}[]>;
|
|
284
|
+
default: () => ({
|
|
285
|
+
keys: string[];
|
|
286
|
+
title: string;
|
|
287
|
+
type: string;
|
|
288
|
+
expanded: boolean;
|
|
289
|
+
key?: undefined;
|
|
290
|
+
} | {
|
|
291
|
+
key: string;
|
|
292
|
+
title: string;
|
|
293
|
+
type: string;
|
|
294
|
+
expanded: boolean;
|
|
295
|
+
keys?: undefined;
|
|
296
|
+
})[];
|
|
297
|
+
};
|
|
298
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
299
|
+
select: (...args: any[]) => void;
|
|
300
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
301
|
+
enableCompare: {
|
|
302
|
+
type: BooleanConstructor;
|
|
303
|
+
default: boolean;
|
|
304
|
+
};
|
|
305
|
+
filtersTitle: {
|
|
306
|
+
type: StringConstructor;
|
|
307
|
+
default: string;
|
|
308
|
+
};
|
|
309
|
+
resultsTitle: {
|
|
310
|
+
type: StringConstructor;
|
|
311
|
+
default: string;
|
|
312
|
+
};
|
|
313
|
+
titleProperty: {
|
|
314
|
+
type: StringConstructor;
|
|
315
|
+
default: string;
|
|
316
|
+
};
|
|
317
|
+
aggregateResults: {
|
|
318
|
+
type: StringConstructor;
|
|
319
|
+
default: undefined;
|
|
320
|
+
};
|
|
321
|
+
imageProperty: {
|
|
322
|
+
type: StringConstructor;
|
|
323
|
+
default: string;
|
|
324
|
+
};
|
|
325
|
+
subTitleProperty: {
|
|
326
|
+
type: StringConstructor;
|
|
327
|
+
default: string;
|
|
328
|
+
};
|
|
329
|
+
resultType: {
|
|
330
|
+
type: StringConstructor;
|
|
331
|
+
default: string;
|
|
332
|
+
};
|
|
333
|
+
cssVars: {
|
|
334
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
335
|
+
default: string;
|
|
336
|
+
};
|
|
337
|
+
enableHighlighting: {
|
|
338
|
+
type: BooleanConstructor;
|
|
339
|
+
default: boolean;
|
|
340
|
+
};
|
|
341
|
+
expandMultipleFilters: {
|
|
342
|
+
type: BooleanConstructor;
|
|
343
|
+
default: boolean;
|
|
344
|
+
};
|
|
345
|
+
expandMultipleResults: {
|
|
346
|
+
type: BooleanConstructor;
|
|
347
|
+
default: boolean;
|
|
348
|
+
};
|
|
349
|
+
styleOverride: {
|
|
350
|
+
type: StringConstructor;
|
|
351
|
+
default: string;
|
|
352
|
+
};
|
|
353
|
+
filterProperties: {
|
|
354
|
+
type: import("vue").PropType<{
|
|
355
|
+
keys: string[];
|
|
356
|
+
title: string;
|
|
357
|
+
type: string;
|
|
358
|
+
expanded?: boolean;
|
|
359
|
+
}[]>;
|
|
360
|
+
default: () => ({
|
|
361
|
+
keys: string[];
|
|
362
|
+
title: string;
|
|
363
|
+
type: string;
|
|
364
|
+
expanded: boolean;
|
|
365
|
+
key?: undefined;
|
|
366
|
+
} | {
|
|
367
|
+
key: string;
|
|
368
|
+
title: string;
|
|
369
|
+
type: string;
|
|
370
|
+
expanded: boolean;
|
|
371
|
+
keys?: undefined;
|
|
372
|
+
})[];
|
|
373
|
+
};
|
|
374
|
+
}>> & Readonly<{
|
|
375
|
+
onSelect?: ((...args: any[]) => any) | undefined;
|
|
376
|
+
}>, {
|
|
377
|
+
enableCompare: boolean;
|
|
378
|
+
filtersTitle: string;
|
|
379
|
+
resultsTitle: string;
|
|
380
|
+
titleProperty: string;
|
|
381
|
+
aggregateResults: string;
|
|
382
|
+
imageProperty: string;
|
|
383
|
+
subTitleProperty: string;
|
|
384
|
+
resultType: string;
|
|
385
|
+
cssVars: string | Record<string, any>;
|
|
386
|
+
enableHighlighting: boolean;
|
|
387
|
+
expandMultipleFilters: boolean;
|
|
388
|
+
expandMultipleResults: boolean;
|
|
389
|
+
styleOverride: string;
|
|
390
|
+
filterProperties: {
|
|
391
|
+
keys: string[];
|
|
392
|
+
title: string;
|
|
393
|
+
type: string;
|
|
394
|
+
expanded?: boolean;
|
|
395
|
+
}[];
|
|
396
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>["$props"]>;
|
|
397
|
+
default: () => void;
|
|
398
|
+
};
|
|
399
|
+
}>> & Readonly<{}>, {
|
|
400
|
+
itemFilterConfig: Partial<{
|
|
401
|
+
enableCompare: boolean;
|
|
402
|
+
filtersTitle: string;
|
|
403
|
+
resultsTitle: string;
|
|
404
|
+
titleProperty: string;
|
|
405
|
+
aggregateResults: string;
|
|
406
|
+
imageProperty: string;
|
|
407
|
+
subTitleProperty: string;
|
|
408
|
+
resultType: string;
|
|
409
|
+
cssVars: string | Record<string, any>;
|
|
410
|
+
enableHighlighting: boolean;
|
|
411
|
+
expandMultipleFilters: boolean;
|
|
412
|
+
expandMultipleResults: boolean;
|
|
413
|
+
styleOverride: string;
|
|
414
|
+
filterProperties: {
|
|
16
415
|
keys: string[];
|
|
17
416
|
title: string;
|
|
18
417
|
type: string;
|
|
19
418
|
expanded?: boolean;
|
|
20
|
-
}[]
|
|
419
|
+
}[];
|
|
420
|
+
}> & Omit<{
|
|
421
|
+
readonly enableCompare: boolean;
|
|
422
|
+
readonly filtersTitle: string;
|
|
423
|
+
readonly resultsTitle: string;
|
|
424
|
+
readonly titleProperty: string;
|
|
425
|
+
readonly imageProperty: string;
|
|
426
|
+
readonly subTitleProperty: string;
|
|
427
|
+
readonly resultType: string;
|
|
428
|
+
readonly cssVars: string | Record<string, any>;
|
|
429
|
+
readonly enableHighlighting: boolean;
|
|
430
|
+
readonly expandMultipleFilters: boolean;
|
|
431
|
+
readonly expandMultipleResults: boolean;
|
|
432
|
+
readonly styleOverride: string;
|
|
433
|
+
readonly filterProperties: {
|
|
434
|
+
keys: string[];
|
|
435
|
+
title: string;
|
|
436
|
+
type: string;
|
|
437
|
+
expanded?: boolean;
|
|
438
|
+
}[];
|
|
21
439
|
readonly aggregateResults?: string | undefined;
|
|
22
|
-
|
|
440
|
+
readonly onSelect?: ((...args: any[]) => any) | undefined;
|
|
441
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "enableCompare" | "filtersTitle" | "resultsTitle" | "titleProperty" | "aggregateResults" | "imageProperty" | "subTitleProperty" | "resultType" | "cssVars" | "enableHighlighting" | "expandMultipleFilters" | "expandMultipleResults" | "styleOverride" | "filterProperties">;
|
|
23
442
|
showIndicatorsBtn: boolean;
|
|
24
443
|
showLayoutSwitcher: boolean;
|
|
25
444
|
layoutTarget: string;
|
|
26
445
|
layoutIcon: string;
|
|
27
446
|
indicatorBtnText: string;
|
|
28
|
-
|
|
29
|
-
readonly itemFilterConfig?: (Partial<{}> & Omit<{} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never> & {
|
|
30
|
-
readonly enableCompare?: boolean | undefined;
|
|
31
|
-
readonly filtersTitle?: string | undefined;
|
|
32
|
-
readonly resultsTitle?: string | undefined;
|
|
33
|
-
readonly titleProperty?: string | undefined;
|
|
34
|
-
readonly imageProperty?: string | undefined;
|
|
35
|
-
readonly subTitleProperty?: string | undefined;
|
|
36
|
-
readonly resultType?: string | undefined;
|
|
37
|
-
readonly cssVars?: string | Record<string, any> | undefined;
|
|
38
|
-
readonly enableHighlighting?: boolean | undefined;
|
|
39
|
-
readonly expandMultipleFilters?: boolean | undefined;
|
|
40
|
-
readonly expandMultipleResults?: boolean | undefined;
|
|
41
|
-
readonly styleOverride?: string | undefined;
|
|
42
|
-
readonly filterProperties?: {
|
|
43
|
-
keys: string[];
|
|
44
|
-
title: string;
|
|
45
|
-
type: string;
|
|
46
|
-
expanded?: boolean;
|
|
47
|
-
}[] | undefined;
|
|
48
|
-
readonly aggregateResults?: string | undefined;
|
|
49
|
-
}) | undefined;
|
|
50
|
-
readonly showIndicatorsBtn?: boolean | undefined;
|
|
51
|
-
readonly showLayoutSwitcher?: boolean | undefined;
|
|
52
|
-
readonly layoutTarget?: string | undefined;
|
|
53
|
-
readonly layoutIcon?: string | undefined;
|
|
54
|
-
readonly indicatorBtnText?: string | undefined;
|
|
55
|
-
};
|
|
56
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
57
|
-
export default _default;
|
|
447
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -1,9 +1,27 @@
|
|
|
1
|
-
declare const _default:
|
|
2
|
-
getLayers: Function;
|
|
3
|
-
getChartSpec: Function;
|
|
4
|
-
$props: {
|
|
5
|
-
readonly getLayers?: Function | undefined;
|
|
6
|
-
readonly getChartSpec?: 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
|
+
getLayers: {
|
|
5
|
+
type: FunctionConstructor;
|
|
6
|
+
default: () => import("@eox/map/.").EoxLayer[];
|
|
7
|
+
};
|
|
8
|
+
modelValue: {
|
|
9
|
+
type: import("vue").PropType<boolean>;
|
|
10
|
+
required: true;
|
|
11
|
+
};
|
|
12
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
13
|
+
"update:modelValue": (value: boolean) => any;
|
|
14
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
15
|
+
getLayers: {
|
|
16
|
+
type: FunctionConstructor;
|
|
17
|
+
default: () => import("@eox/map/.").EoxLayer[];
|
|
18
|
+
};
|
|
19
|
+
modelValue: {
|
|
20
|
+
type: import("vue").PropType<boolean>;
|
|
21
|
+
required: true;
|
|
22
|
+
};
|
|
23
|
+
}>> & Readonly<{
|
|
24
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
25
|
+
}>, {
|
|
26
|
+
getLayers: Function;
|
|
27
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -1,22 +1,72 @@
|
|
|
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
|
+
widget: {
|
|
9
|
+
/** @type {import("vue").PropType<import("../core/client/types").Widget>} */
|
|
10
|
+
type: import("vue").PropType<import("../core/client/types").Widget>;
|
|
11
|
+
default: undefined;
|
|
12
|
+
};
|
|
13
|
+
maxWidth: {
|
|
14
|
+
type: StringConstructor;
|
|
15
|
+
default: string;
|
|
16
|
+
};
|
|
17
|
+
maxHeight: {
|
|
18
|
+
type: StringConstructor;
|
|
19
|
+
default: string;
|
|
20
|
+
};
|
|
21
|
+
width: {
|
|
22
|
+
type: StringConstructor;
|
|
23
|
+
default: string;
|
|
24
|
+
};
|
|
25
|
+
height: {
|
|
26
|
+
type: StringConstructor;
|
|
27
|
+
default: string;
|
|
28
|
+
};
|
|
29
|
+
modelValue: {
|
|
30
|
+
type: import("vue").PropType<boolean>;
|
|
31
|
+
required: true;
|
|
32
|
+
};
|
|
33
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
34
|
+
"update:modelValue": (value: boolean) => any;
|
|
35
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
36
|
+
widget: {
|
|
37
|
+
/** @type {import("vue").PropType<import("../core/client/types").Widget>} */
|
|
38
|
+
type: import("vue").PropType<import("../core/client/types").Widget>;
|
|
39
|
+
default: undefined;
|
|
40
|
+
};
|
|
41
|
+
maxWidth: {
|
|
42
|
+
type: StringConstructor;
|
|
43
|
+
default: string;
|
|
44
|
+
};
|
|
45
|
+
maxHeight: {
|
|
46
|
+
type: StringConstructor;
|
|
47
|
+
default: string;
|
|
48
|
+
};
|
|
49
|
+
width: {
|
|
50
|
+
type: StringConstructor;
|
|
51
|
+
default: string;
|
|
52
|
+
};
|
|
53
|
+
height: {
|
|
54
|
+
type: StringConstructor;
|
|
55
|
+
default: string;
|
|
56
|
+
};
|
|
57
|
+
modelValue: {
|
|
58
|
+
type: import("vue").PropType<boolean>;
|
|
59
|
+
required: true;
|
|
60
|
+
};
|
|
61
|
+
}>> & Readonly<{
|
|
62
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
63
|
+
}>, {
|
|
7
64
|
width: string;
|
|
8
65
|
height: string;
|
|
66
|
+
widget: import("../core/client/types").Widget;
|
|
9
67
|
maxWidth: string;
|
|
10
68
|
maxHeight: string;
|
|
11
|
-
|
|
12
|
-
$props: {
|
|
13
|
-
readonly width?: string | undefined;
|
|
14
|
-
readonly height?: string | undefined;
|
|
15
|
-
readonly maxWidth?: string | undefined;
|
|
16
|
-
readonly maxHeight?: string | undefined;
|
|
17
|
-
readonly widget?: import("../core/client/types").Widget | undefined;
|
|
18
|
-
};
|
|
19
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
69
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
20
70
|
type __VLS_Slots = {
|
|
21
71
|
default?: ((props: {}) => any) | undefined;
|
|
22
72
|
};
|
|
@@ -1,7 +1,23 @@
|
|
|
1
|
-
declare const _default:
|
|
2
|
-
widgets: Omit<import("../core/client/types").Widget, "layout">[];
|
|
3
|
-
$props: {
|
|
4
|
-
readonly widgets?: Omit<import("../core/client/types").Widget, "layout">[] | 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
|
+
widgets: {
|
|
5
|
+
/**
|
|
6
|
+
* @type {import("vue").PropType<
|
|
7
|
+
* Omit<import("../core/client/types").Widget, "layout">[]
|
|
8
|
+
* >}
|
|
9
|
+
*/
|
|
10
|
+
type: import("vue").PropType<Omit<import("../core/client/types").Widget, "layout">[]>;
|
|
11
|
+
required: true;
|
|
12
|
+
};
|
|
13
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
14
|
+
widgets: {
|
|
15
|
+
/**
|
|
16
|
+
* @type {import("vue").PropType<
|
|
17
|
+
* Omit<import("../core/client/types").Widget, "layout">[]
|
|
18
|
+
* >}
|
|
19
|
+
*/
|
|
20
|
+
type: import("vue").PropType<Omit<import("../core/client/types").Widget, "layout">[]>;
|
|
21
|
+
required: true;
|
|
22
|
+
};
|
|
23
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|