@eodash/eodash 5.0.0-rc.2.3 → 5.0.0-rc.2.5
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/composables/EodashMap.js +0 -1
- package/core/client/composables/EodashProcess.js +34 -0
- package/core/client/eodash.js +2 -2
- package/core/client/eodashSTAC/createLayers.js +1 -6
- package/core/client/types.ts +2 -2
- package/dist/client/{DashboardLayout-Reny_s87.js → DashboardLayout-BX3Sm_Vx.js} +3 -3
- package/dist/client/{DynamicWebComponent-DQPKIscC.js → DynamicWebComponent-BqoHM1np.js} +2 -2
- package/dist/client/{EodashDatePicker-E5GjnQQ2.js → EodashDatePicker-BoWV2vc8.js} +3 -3
- package/dist/client/{EodashItemFilter-DN77Uqgg.js → EodashItemFilter-127fZLyK.js} +3 -3
- package/dist/client/{EodashLayerControl-DduVhg2O.js → EodashLayerControl-B-pZaizw.js} +2 -2
- package/dist/client/{EodashLayoutSwitcher-CeNnYuaC.js → EodashLayoutSwitcher-DwexHfOD.js} +3 -3
- package/dist/client/{EodashMap-C3bgcNJk.js → EodashMap-BSR7_wRA.js} +8 -3
- package/dist/client/{EodashMapBtns-B73UApEn.js → EodashMapBtns-Jfn3bpWD.js} +5 -5
- package/dist/client/{EodashProcess-IQPnj17j.js → EodashProcess-CpbZPYBp.js} +38 -5
- package/dist/client/{EodashStacInfo-CeZqI75-.js → EodashStacInfo-STq_bW7S.js} +2 -2
- package/dist/client/{EodashTools-CAE604ZJ.js → EodashTools-uxSuJhVJ.js} +5 -5
- package/dist/client/{ExportState-DXw8Dwvk.js → ExportState-Ckcb6u01.js} +5 -5
- package/dist/client/{Footer-Bl9tQTyj.js → Footer-C8JP-coH.js} +2 -2
- package/dist/client/{Header-qH_kBs-u.js → Header-Dxx7q9FW.js} +4 -4
- package/dist/client/{IframeWrapper-BgM9aU8f.js → IframeWrapper-XzQDZy0T.js} +1 -1
- package/dist/client/{MobileLayout-Du5n5XyY.js → MobileLayout-BE19Peep.js} +6 -6
- package/dist/client/{PopUp-B12NWJHU.js → PopUp-D3IyjsN4.js} +5 -4
- package/dist/client/{VImg-CjsuV4n9.js → VImg-BmCNSu3X.js} +4 -4
- package/dist/client/{VMain-B11EjLm6.js → VMain-eZDKIfmJ.js} +1 -1
- package/dist/client/{VOverlay-CLR2s8AQ.js → VOverlay-BS-E4Z6g.js} +4 -4
- package/dist/client/{VTooltip-DqyE5_aG.js → VTooltip-BMsliOuh.js} +3 -3
- package/dist/client/{WidgetsContainer-YI9ZycgC.js → WidgetsContainer-Cl6M5R5c.js} +2 -2
- package/dist/client/{asWebComponent-DBkwthjq.js → asWebComponent-Df8nUiLs.js} +156 -154
- package/dist/client/eo-dash.css +1 -1
- package/dist/client/eo-dash.js +1 -1
- package/dist/client/{forwardRefs-BTYtR3pq.js → forwardRefs-lhDuXD-N.js} +1 -1
- package/dist/client/{index-BhfdO0rU.js → index-Bt5GEGxl.js} +3 -1
- package/dist/client/{transition-B79onGGb.js → transition-DHEuQX4I.js} +2 -2
- package/dist/node/cli.js +2 -2
- package/dist/types/core/client/components/MobileLayout.vue.d.ts +254 -241
- package/dist/types/core/client/eodashSTAC/EodashCollection.d.ts +1 -0
- package/dist/types/core/client/eodashSTAC/createLayers.d.ts +1 -0
- package/dist/types/core/client/eodashSTAC/helpers.d.ts +363 -52
- package/dist/types/core/client/types.d.ts +2 -2
- package/package.json +23 -22
- package/widgets/EodashItemFilter.vue +1 -1
- package/widgets/EodashMap.vue +6 -1
- package/widgets/EodashProcess.vue +3 -0
|
@@ -27,6 +27,7 @@ export function createLayersFromAssets(collectionId: string, title: string, asse
|
|
|
27
27
|
layerDatetime: Record<string, unknown> | undefined;
|
|
28
28
|
};
|
|
29
29
|
} | {
|
|
30
|
+
interactions: never[];
|
|
30
31
|
style?: import("../types").EodashStyleJson | undefined;
|
|
31
32
|
type: string;
|
|
32
33
|
source: {
|
|
@@ -54,66 +54,377 @@ export function assignProjID(item: import("stac-ts").StacItem, linkOrAsset: impo
|
|
|
54
54
|
export function mergeGeojsons(geojsonUrls: string[]): Promise<string | undefined>;
|
|
55
55
|
export function extractRoles(properties: Record<string, any>, linkOrAsset: import("stac-ts").StacLink | import("stac-ts").StacAsset): Record<string, any>;
|
|
56
56
|
export function fetchStyle(item: import("stac-ts").StacItem, itemUrl: string): Promise<{
|
|
57
|
-
|
|
57
|
+
"fill-color"?: import("ol/style/flat.js").ColorExpression | undefined;
|
|
58
|
+
"fill-pattern-src"?: import("ol/style/flat.js").StringExpression | undefined;
|
|
59
|
+
"fill-pattern-size"?: import("ol/style/flat.js").SizeExpression | undefined;
|
|
60
|
+
"fill-pattern-offset"?: import("ol/style/flat.js").SizeExpression | undefined;
|
|
61
|
+
"fill-pattern-offset-origin"?: import("ol/style/Icon.js").IconOrigin | undefined;
|
|
62
|
+
"stroke-color"?: import("ol/style/flat.js").ColorExpression | undefined;
|
|
63
|
+
"stroke-width"?: import("ol/style/flat.js").NumberExpression | undefined;
|
|
64
|
+
"stroke-line-cap"?: import("ol/style/flat.js").StringExpression | undefined;
|
|
65
|
+
"stroke-line-join"?: import("ol/style/flat.js").StringExpression | undefined;
|
|
66
|
+
"stroke-line-dash"?: import("ol/style/flat.js").NumberArrayExpression | undefined;
|
|
67
|
+
"stroke-line-dash-offset"?: import("ol/style/flat.js").NumberExpression | undefined;
|
|
68
|
+
"stroke-miter-limit"?: import("ol/style/flat.js").NumberExpression | undefined;
|
|
69
|
+
"stroke-offset"?: import("ol/style/flat.js").NumberExpression | undefined;
|
|
70
|
+
"stroke-pattern-src"?: string | undefined;
|
|
71
|
+
"stroke-pattern-offset"?: import("ol/style/flat.js").SizeExpression | undefined;
|
|
72
|
+
"stroke-pattern-offset-origin"?: import("ol/style/Icon.js").IconOrigin | undefined;
|
|
73
|
+
"stroke-pattern-size"?: import("ol/style/flat.js").SizeExpression | undefined;
|
|
74
|
+
"stroke-pattern-spacing"?: import("ol/style/flat.js").NumberExpression | undefined;
|
|
75
|
+
"z-index"?: import("ol/style/flat.js").NumberExpression | undefined;
|
|
76
|
+
"text-value"?: import("ol/style/flat.js").StringExpression | undefined;
|
|
77
|
+
"text-font"?: import("ol/style/flat.js").StringExpression | undefined;
|
|
78
|
+
"text-max-angle"?: import("ol/style/flat.js").NumberExpression | undefined;
|
|
79
|
+
"text-offset-x"?: import("ol/style/flat.js").NumberExpression | undefined;
|
|
80
|
+
"text-offset-y"?: import("ol/style/flat.js").NumberExpression | undefined;
|
|
81
|
+
"text-overflow"?: import("ol/style/flat.js").BooleanExpression | undefined;
|
|
82
|
+
"text-placement"?: import("ol/style/flat.js").StringExpression | undefined;
|
|
83
|
+
"text-repeat"?: import("ol/style/flat.js").NumberExpression | undefined;
|
|
84
|
+
"text-scale"?: import("ol/style/flat.js").SizeExpression | undefined;
|
|
85
|
+
"text-rotate-with-view"?: import("ol/style/flat.js").BooleanExpression | undefined;
|
|
86
|
+
"text-rotation"?: import("ol/style/flat.js").NumberExpression | undefined;
|
|
87
|
+
"text-align"?: import("ol/style/flat.js").StringExpression | undefined;
|
|
88
|
+
"text-justify"?: import("ol/style/flat.js").StringExpression | undefined;
|
|
89
|
+
"text-baseline"?: import("ol/style/flat.js").StringExpression | undefined;
|
|
90
|
+
"text-padding"?: import("ol/style/flat.js").NumberArrayExpression | undefined;
|
|
91
|
+
"text-fill-color"?: import("ol/style/flat.js").ColorExpression | undefined;
|
|
92
|
+
"text-background-fill-color"?: import("ol/style/flat.js").ColorExpression | undefined;
|
|
93
|
+
"text-stroke-color"?: import("ol/style/flat.js").ColorExpression | undefined;
|
|
94
|
+
"text-stroke-line-cap"?: import("ol/style/flat.js").StringExpression | undefined;
|
|
95
|
+
"text-stroke-line-join"?: import("ol/style/flat.js").StringExpression | undefined;
|
|
96
|
+
"text-stroke-line-dash"?: import("ol/style/flat.js").NumberArrayExpression | undefined;
|
|
97
|
+
"text-stroke-line-dash-offset"?: import("ol/style/flat.js").NumberExpression | undefined;
|
|
98
|
+
"text-stroke-miter-limit"?: import("ol/style/flat.js").NumberExpression | undefined;
|
|
99
|
+
"text-stroke-width"?: import("ol/style/flat.js").NumberExpression | undefined;
|
|
100
|
+
"text-background-stroke-color"?: import("ol/style/flat.js").ColorExpression | undefined;
|
|
101
|
+
"text-background-stroke-line-cap"?: import("ol/style/flat.js").StringExpression | undefined;
|
|
102
|
+
"text-background-stroke-line-join"?: import("ol/style/flat.js").StringExpression | undefined;
|
|
103
|
+
"text-background-stroke-line-dash"?: import("ol/style/flat.js").NumberArrayExpression | undefined;
|
|
104
|
+
"text-background-stroke-line-dash-offset"?: import("ol/style/flat.js").NumberExpression | undefined;
|
|
105
|
+
"text-background-stroke-miter-limit"?: import("ol/style/flat.js").NumberExpression | undefined;
|
|
106
|
+
"text-background-stroke-width"?: import("ol/style/flat.js").NumberExpression | undefined;
|
|
107
|
+
"text-declutter-mode"?: import("ol/style/Style.js").DeclutterMode | undefined;
|
|
58
108
|
"icon-src"?: string | undefined;
|
|
59
|
-
"icon-anchor"?:
|
|
109
|
+
"icon-anchor"?: import("ol/style/flat.js").NumberArrayExpression | undefined;
|
|
60
110
|
"icon-anchor-origin"?: import("ol/style/Icon.js").IconOrigin | undefined;
|
|
61
111
|
"icon-anchor-x-units"?: import("ol/style/Icon.js").IconAnchorUnits | undefined;
|
|
62
112
|
"icon-anchor-y-units"?: import("ol/style/Icon.js").IconAnchorUnits | undefined;
|
|
63
|
-
"icon-color"?: import("ol/style/
|
|
64
|
-
"icon-opacity"?: import("ol/expr/expression.js").ExpressionValue | undefined;
|
|
113
|
+
"icon-color"?: import("ol/style/flat.js").ColorExpression | undefined;
|
|
65
114
|
"icon-cross-origin"?: string | null | undefined;
|
|
66
|
-
"icon-
|
|
67
|
-
"icon-
|
|
68
|
-
"icon-width"?: import("ol/expr/expression.js").ExpressionValue | undefined;
|
|
69
|
-
"icon-height"?: import("ol/expr/expression.js").ExpressionValue | undefined;
|
|
70
|
-
"icon-rotation"?: import("ol/expr/expression.js").ExpressionValue | undefined;
|
|
71
|
-
"icon-rotate-with-view"?: boolean | undefined;
|
|
72
|
-
"icon-offset"?: number[] | import("ol/expr/expression.js").ExpressionValue | undefined;
|
|
115
|
+
"icon-offset"?: import("ol/style/flat.js").SizeExpression | undefined;
|
|
116
|
+
"icon-displacement"?: import("ol/style/flat.js").NumberArrayExpression | undefined;
|
|
73
117
|
"icon-offset-origin"?: import("ol/style/Icon.js").IconOrigin | undefined;
|
|
74
|
-
"icon-
|
|
75
|
-
"
|
|
76
|
-
"
|
|
77
|
-
"
|
|
78
|
-
"
|
|
79
|
-
"
|
|
80
|
-
"
|
|
81
|
-
"
|
|
82
|
-
"
|
|
83
|
-
"
|
|
84
|
-
"stroke-
|
|
85
|
-
"stroke-
|
|
86
|
-
"stroke-
|
|
87
|
-
"stroke-
|
|
88
|
-
"
|
|
89
|
-
"
|
|
90
|
-
"
|
|
91
|
-
"
|
|
92
|
-
"
|
|
93
|
-
"
|
|
94
|
-
"
|
|
95
|
-
"
|
|
96
|
-
"
|
|
97
|
-
"
|
|
98
|
-
"
|
|
99
|
-
"
|
|
100
|
-
"circle-
|
|
101
|
-
"circle-
|
|
102
|
-
"
|
|
103
|
-
"
|
|
104
|
-
"
|
|
105
|
-
"
|
|
106
|
-
"
|
|
107
|
-
"
|
|
108
|
-
"
|
|
109
|
-
"
|
|
110
|
-
"
|
|
111
|
-
"
|
|
112
|
-
"
|
|
113
|
-
"
|
|
118
|
+
"icon-opacity"?: import("ol/style/flat.js").NumberExpression | undefined;
|
|
119
|
+
"icon-scale"?: import("ol/style/flat.js").SizeExpression | undefined;
|
|
120
|
+
"icon-width"?: import("ol/style/flat.js").NumberExpression | undefined;
|
|
121
|
+
"icon-height"?: import("ol/style/flat.js").NumberExpression | undefined;
|
|
122
|
+
"icon-rotation"?: import("ol/style/flat.js").NumberExpression | undefined;
|
|
123
|
+
"icon-rotate-with-view"?: import("ol/style/flat.js").BooleanExpression | undefined;
|
|
124
|
+
"icon-size"?: import("ol/style/flat.js").SizeExpression | undefined;
|
|
125
|
+
"icon-declutter-mode"?: import("ol/style/Style.js").DeclutterMode | undefined;
|
|
126
|
+
"shape-points"?: import("ol/style/flat.js").NumberExpression | undefined;
|
|
127
|
+
"shape-fill-color"?: import("ol/style/flat.js").ColorExpression | undefined;
|
|
128
|
+
"shape-stroke-color"?: import("ol/style/flat.js").ColorExpression | undefined;
|
|
129
|
+
"shape-stroke-width"?: import("ol/style/flat.js").NumberExpression | undefined;
|
|
130
|
+
"shape-stroke-line-cap"?: import("ol/style/flat.js").StringExpression | undefined;
|
|
131
|
+
"shape-stroke-line-join"?: import("ol/style/flat.js").StringExpression | undefined;
|
|
132
|
+
"shape-stroke-line-dash"?: import("ol/style/flat.js").NumberArrayExpression | undefined;
|
|
133
|
+
"shape-stroke-line-dash-offset"?: import("ol/style/flat.js").NumberExpression | undefined;
|
|
134
|
+
"shape-stroke-miter-limit"?: import("ol/style/flat.js").NumberExpression | undefined;
|
|
135
|
+
"shape-radius"?: import("ol/style/flat.js").NumberExpression | undefined;
|
|
136
|
+
"shape-radius2"?: import("ol/style/flat.js").NumberExpression | undefined;
|
|
137
|
+
"shape-angle"?: import("ol/style/flat.js").NumberExpression | undefined;
|
|
138
|
+
"shape-displacement"?: import("ol/style/flat.js").NumberArrayExpression | undefined;
|
|
139
|
+
"shape-opacity"?: import("ol/style/flat.js").NumberExpression | undefined;
|
|
140
|
+
"shape-rotation"?: import("ol/style/flat.js").NumberExpression | undefined;
|
|
141
|
+
"shape-rotate-with-view"?: import("ol/style/flat.js").BooleanExpression | undefined;
|
|
142
|
+
"shape-scale"?: import("ol/style/flat.js").SizeExpression | undefined;
|
|
143
|
+
"shape-declutter-mode"?: import("ol/style/Style.js").DeclutterMode | undefined;
|
|
144
|
+
"circle-radius"?: import("ol/style/flat.js").NumberExpression | undefined;
|
|
145
|
+
"circle-fill-color"?: import("ol/style/flat.js").ColorExpression | undefined;
|
|
146
|
+
"circle-stroke-color"?: import("ol/style/flat.js").ColorExpression | undefined;
|
|
147
|
+
"circle-stroke-width"?: import("ol/style/flat.js").NumberExpression | undefined;
|
|
148
|
+
"circle-stroke-line-cap"?: import("ol/style/flat.js").StringExpression | undefined;
|
|
149
|
+
"circle-stroke-line-join"?: import("ol/style/flat.js").StringExpression | undefined;
|
|
150
|
+
"circle-stroke-line-dash"?: import("ol/style/flat.js").NumberArrayExpression | undefined;
|
|
151
|
+
"circle-stroke-line-dash-offset"?: import("ol/style/flat.js").NumberExpression | undefined;
|
|
152
|
+
"circle-stroke-miter-limit"?: import("ol/style/flat.js").NumberExpression | undefined;
|
|
153
|
+
"circle-displacement"?: import("ol/style/flat.js").NumberArrayExpression | undefined;
|
|
154
|
+
"circle-scale"?: import("ol/style/flat.js").SizeExpression | undefined;
|
|
155
|
+
"circle-opacity"?: import("ol/style/flat.js").NumberExpression | undefined;
|
|
156
|
+
"circle-rotation"?: import("ol/style/flat.js").NumberExpression | undefined;
|
|
157
|
+
"circle-rotate-with-view"?: import("ol/style/flat.js").BooleanExpression | undefined;
|
|
158
|
+
"circle-declutter-mode"?: import("ol/style/Style.js").DeclutterMode | undefined;
|
|
159
|
+
variables?: Record<string, string | number | boolean | null | undefined>;
|
|
160
|
+
legend?: import("@eox/layercontrol/src/components/layer-config.js").EOxLayerControlLayerConfig["layerConfig"]["legend"];
|
|
161
|
+
jsonform?: import("json-schema").JSONSchema7;
|
|
162
|
+
tooltip?: {
|
|
163
|
+
id: string;
|
|
164
|
+
title?: string;
|
|
165
|
+
appendix?: string;
|
|
166
|
+
}[];
|
|
167
|
+
} | {
|
|
168
|
+
[x: number]: import("ol/style/flat.js").FlatStyle;
|
|
169
|
+
length: number;
|
|
170
|
+
toString(): string;
|
|
171
|
+
toLocaleString(): string;
|
|
172
|
+
toLocaleString(locales: string | string[], options?: Intl.NumberFormatOptions & Intl.DateTimeFormatOptions): string;
|
|
173
|
+
pop(): import("ol/style/flat.js").FlatStyle | undefined;
|
|
174
|
+
push(...items: import("ol/style/flat.js").FlatStyle[]): number;
|
|
175
|
+
concat(...items: ConcatArray<import("ol/style/flat.js").FlatStyle>[]): import("ol/style/flat.js").FlatStyle[];
|
|
176
|
+
concat(...items: (import("ol/style/flat.js").FlatStyle | ConcatArray<import("ol/style/flat.js").FlatStyle>)[]): import("ol/style/flat.js").FlatStyle[];
|
|
177
|
+
join(separator?: string): string;
|
|
178
|
+
reverse(): import("ol/style/flat.js").FlatStyle[];
|
|
179
|
+
shift(): import("ol/style/flat.js").FlatStyle | undefined;
|
|
180
|
+
slice(start?: number, end?: number): import("ol/style/flat.js").FlatStyle[];
|
|
181
|
+
sort(compareFn?: ((a: import("ol/style/flat.js").FlatStyle, b: import("ol/style/flat.js").FlatStyle) => number) | undefined): import("ol/style/flat.js").FlatStyle[] & {
|
|
182
|
+
variables?: Record<string, string | number | boolean | null | undefined>;
|
|
183
|
+
legend?: import("@eox/layercontrol/src/components/layer-config.js").EOxLayerControlLayerConfig["layerConfig"]["legend"];
|
|
184
|
+
jsonform?: import("json-schema").JSONSchema7;
|
|
185
|
+
tooltip?: {
|
|
186
|
+
id: string;
|
|
187
|
+
title?: string;
|
|
188
|
+
appendix?: string;
|
|
189
|
+
}[];
|
|
190
|
+
};
|
|
191
|
+
splice(start: number, deleteCount?: number): import("ol/style/flat.js").FlatStyle[];
|
|
192
|
+
splice(start: number, deleteCount: number, ...items: import("ol/style/flat.js").FlatStyle[]): import("ol/style/flat.js").FlatStyle[];
|
|
193
|
+
unshift(...items: import("ol/style/flat.js").FlatStyle[]): number;
|
|
194
|
+
indexOf(searchElement: import("ol/style/flat.js").FlatStyle, fromIndex?: number): number;
|
|
195
|
+
lastIndexOf(searchElement: import("ol/style/flat.js").FlatStyle, fromIndex?: number): number;
|
|
196
|
+
every<S extends import("ol/style/flat.js").FlatStyle>(predicate: (value: import("ol/style/flat.js").FlatStyle, index: number, array: import("ol/style/flat.js").FlatStyle[]) => value is S, thisArg?: any): this is S[];
|
|
197
|
+
every(predicate: (value: import("ol/style/flat.js").FlatStyle, index: number, array: import("ol/style/flat.js").FlatStyle[]) => unknown, thisArg?: any): boolean;
|
|
198
|
+
some(predicate: (value: import("ol/style/flat.js").FlatStyle, index: number, array: import("ol/style/flat.js").FlatStyle[]) => unknown, thisArg?: any): boolean;
|
|
199
|
+
forEach(callbackfn: (value: import("ol/style/flat.js").FlatStyle, index: number, array: import("ol/style/flat.js").FlatStyle[]) => void, thisArg?: any): void;
|
|
200
|
+
map<U>(callbackfn: (value: import("ol/style/flat.js").FlatStyle, index: number, array: import("ol/style/flat.js").FlatStyle[]) => U, thisArg?: any): U[];
|
|
201
|
+
filter<S extends import("ol/style/flat.js").FlatStyle>(predicate: (value: import("ol/style/flat.js").FlatStyle, index: number, array: import("ol/style/flat.js").FlatStyle[]) => value is S, thisArg?: any): S[];
|
|
202
|
+
filter(predicate: (value: import("ol/style/flat.js").FlatStyle, index: number, array: import("ol/style/flat.js").FlatStyle[]) => unknown, thisArg?: any): import("ol/style/flat.js").FlatStyle[];
|
|
203
|
+
reduce(callbackfn: (previousValue: import("ol/style/flat.js").FlatStyle, currentValue: import("ol/style/flat.js").FlatStyle, currentIndex: number, array: import("ol/style/flat.js").FlatStyle[]) => import("ol/style/flat.js").FlatStyle): import("ol/style/flat.js").FlatStyle;
|
|
204
|
+
reduce(callbackfn: (previousValue: import("ol/style/flat.js").FlatStyle, currentValue: import("ol/style/flat.js").FlatStyle, currentIndex: number, array: import("ol/style/flat.js").FlatStyle[]) => import("ol/style/flat.js").FlatStyle, initialValue: import("ol/style/flat.js").FlatStyle): import("ol/style/flat.js").FlatStyle;
|
|
205
|
+
reduce<U>(callbackfn: (previousValue: U, currentValue: import("ol/style/flat.js").FlatStyle, currentIndex: number, array: import("ol/style/flat.js").FlatStyle[]) => U, initialValue: U): U;
|
|
206
|
+
reduceRight(callbackfn: (previousValue: import("ol/style/flat.js").FlatStyle, currentValue: import("ol/style/flat.js").FlatStyle, currentIndex: number, array: import("ol/style/flat.js").FlatStyle[]) => import("ol/style/flat.js").FlatStyle): import("ol/style/flat.js").FlatStyle;
|
|
207
|
+
reduceRight(callbackfn: (previousValue: import("ol/style/flat.js").FlatStyle, currentValue: import("ol/style/flat.js").FlatStyle, currentIndex: number, array: import("ol/style/flat.js").FlatStyle[]) => import("ol/style/flat.js").FlatStyle, initialValue: import("ol/style/flat.js").FlatStyle): import("ol/style/flat.js").FlatStyle;
|
|
208
|
+
reduceRight<U>(callbackfn: (previousValue: U, currentValue: import("ol/style/flat.js").FlatStyle, currentIndex: number, array: import("ol/style/flat.js").FlatStyle[]) => U, initialValue: U): U;
|
|
209
|
+
find<S extends import("ol/style/flat.js").FlatStyle>(predicate: (value: import("ol/style/flat.js").FlatStyle, index: number, obj: import("ol/style/flat.js").FlatStyle[]) => value is S, thisArg?: any): S | undefined;
|
|
210
|
+
find(predicate: (value: import("ol/style/flat.js").FlatStyle, index: number, obj: import("ol/style/flat.js").FlatStyle[]) => unknown, thisArg?: any): import("ol/style/flat.js").FlatStyle | undefined;
|
|
211
|
+
findIndex(predicate: (value: import("ol/style/flat.js").FlatStyle, index: number, obj: import("ol/style/flat.js").FlatStyle[]) => unknown, thisArg?: any): number;
|
|
212
|
+
fill(value: import("ol/style/flat.js").FlatStyle, start?: number, end?: number): import("ol/style/flat.js").FlatStyle[] & {
|
|
213
|
+
variables?: Record<string, string | number | boolean | null | undefined>;
|
|
214
|
+
legend?: import("@eox/layercontrol/src/components/layer-config.js").EOxLayerControlLayerConfig["layerConfig"]["legend"];
|
|
215
|
+
jsonform?: import("json-schema").JSONSchema7;
|
|
216
|
+
tooltip?: {
|
|
217
|
+
id: string;
|
|
218
|
+
title?: string;
|
|
219
|
+
appendix?: string;
|
|
220
|
+
}[];
|
|
221
|
+
};
|
|
222
|
+
copyWithin(target: number, start: number, end?: number): import("ol/style/flat.js").FlatStyle[] & {
|
|
223
|
+
variables?: Record<string, string | number | boolean | null | undefined>;
|
|
224
|
+
legend?: import("@eox/layercontrol/src/components/layer-config.js").EOxLayerControlLayerConfig["layerConfig"]["legend"];
|
|
225
|
+
jsonform?: import("json-schema").JSONSchema7;
|
|
226
|
+
tooltip?: {
|
|
227
|
+
id: string;
|
|
228
|
+
title?: string;
|
|
229
|
+
appendix?: string;
|
|
230
|
+
}[];
|
|
231
|
+
};
|
|
232
|
+
entries(): ArrayIterator<[number, import("ol/style/flat.js").FlatStyle]>;
|
|
233
|
+
keys(): ArrayIterator<number>;
|
|
234
|
+
values(): ArrayIterator<import("ol/style/flat.js").FlatStyle>;
|
|
235
|
+
includes(searchElement: import("ol/style/flat.js").FlatStyle, fromIndex?: number): boolean;
|
|
236
|
+
flatMap<U, This = undefined>(callback: (this: This, value: import("ol/style/flat.js").FlatStyle, index: number, array: import("ol/style/flat.js").FlatStyle[]) => U | readonly U[], thisArg?: This | undefined): U[];
|
|
237
|
+
flat<A, D extends number = 1>(this: A, depth?: D | undefined): FlatArray<A, D>[];
|
|
238
|
+
at(index: number): import("ol/style/flat.js").FlatStyle | undefined;
|
|
239
|
+
findLast<S extends import("ol/style/flat.js").FlatStyle>(predicate: (value: import("ol/style/flat.js").FlatStyle, index: number, array: import("ol/style/flat.js").FlatStyle[]) => value is S, thisArg?: any): S | undefined;
|
|
240
|
+
findLast(predicate: (value: import("ol/style/flat.js").FlatStyle, index: number, array: import("ol/style/flat.js").FlatStyle[]) => unknown, thisArg?: any): import("ol/style/flat.js").FlatStyle | undefined;
|
|
241
|
+
findLastIndex(predicate: (value: import("ol/style/flat.js").FlatStyle, index: number, array: import("ol/style/flat.js").FlatStyle[]) => unknown, thisArg?: any): number;
|
|
242
|
+
toReversed(): import("ol/style/flat.js").FlatStyle[];
|
|
243
|
+
toSorted(compareFn?: ((a: import("ol/style/flat.js").FlatStyle, b: import("ol/style/flat.js").FlatStyle) => number) | undefined): import("ol/style/flat.js").FlatStyle[];
|
|
244
|
+
toSpliced(start: number, deleteCount: number, ...items: import("ol/style/flat.js").FlatStyle[]): import("ol/style/flat.js").FlatStyle[];
|
|
245
|
+
toSpliced(start: number, deleteCount?: number): import("ol/style/flat.js").FlatStyle[];
|
|
246
|
+
with(index: number, value: import("ol/style/flat.js").FlatStyle): import("ol/style/flat.js").FlatStyle[];
|
|
247
|
+
[Symbol.iterator](): ArrayIterator<import("ol/style/flat.js").FlatStyle>;
|
|
248
|
+
[Symbol.unscopables]: {
|
|
249
|
+
[x: number]: boolean | undefined;
|
|
250
|
+
length?: boolean | undefined;
|
|
251
|
+
toString?: boolean | undefined;
|
|
252
|
+
toLocaleString?: boolean | undefined;
|
|
253
|
+
pop?: boolean | undefined;
|
|
254
|
+
push?: boolean | undefined;
|
|
255
|
+
concat?: boolean | undefined;
|
|
256
|
+
join?: boolean | undefined;
|
|
257
|
+
reverse?: boolean | undefined;
|
|
258
|
+
shift?: boolean | undefined;
|
|
259
|
+
slice?: boolean | undefined;
|
|
260
|
+
sort?: boolean | undefined;
|
|
261
|
+
splice?: boolean | undefined;
|
|
262
|
+
unshift?: boolean | undefined;
|
|
263
|
+
indexOf?: boolean | undefined;
|
|
264
|
+
lastIndexOf?: boolean | undefined;
|
|
265
|
+
every?: boolean | undefined;
|
|
266
|
+
some?: boolean | undefined;
|
|
267
|
+
forEach?: boolean | undefined;
|
|
268
|
+
map?: boolean | undefined;
|
|
269
|
+
filter?: boolean | undefined;
|
|
270
|
+
reduce?: boolean | undefined;
|
|
271
|
+
reduceRight?: boolean | undefined;
|
|
272
|
+
find?: boolean | undefined;
|
|
273
|
+
findIndex?: boolean | undefined;
|
|
274
|
+
fill?: boolean | undefined;
|
|
275
|
+
copyWithin?: boolean | undefined;
|
|
276
|
+
entries?: boolean | undefined;
|
|
277
|
+
keys?: boolean | undefined;
|
|
278
|
+
values?: boolean | undefined;
|
|
279
|
+
includes?: boolean | undefined;
|
|
280
|
+
flatMap?: boolean | undefined;
|
|
281
|
+
flat?: boolean | undefined;
|
|
282
|
+
at?: boolean | undefined;
|
|
283
|
+
findLast?: boolean | undefined;
|
|
284
|
+
findLastIndex?: boolean | undefined;
|
|
285
|
+
toReversed?: boolean | undefined;
|
|
286
|
+
toSorted?: boolean | undefined;
|
|
287
|
+
toSpliced?: boolean | undefined;
|
|
288
|
+
with?: boolean | undefined;
|
|
289
|
+
[Symbol.iterator]?: boolean | undefined;
|
|
290
|
+
readonly [Symbol.unscopables]?: boolean | undefined;
|
|
291
|
+
};
|
|
292
|
+
variables?: Record<string, string | number | boolean | null | undefined>;
|
|
293
|
+
legend?: import("@eox/layercontrol/src/components/layer-config.js").EOxLayerControlLayerConfig["layerConfig"]["legend"];
|
|
294
|
+
jsonform?: import("json-schema").JSONSchema7;
|
|
295
|
+
tooltip?: {
|
|
296
|
+
id: string;
|
|
297
|
+
title?: string;
|
|
298
|
+
appendix?: string;
|
|
299
|
+
}[];
|
|
300
|
+
} | {
|
|
301
|
+
[x: number]: import("ol/style/flat.js").Rule;
|
|
302
|
+
length: number;
|
|
303
|
+
toString(): string;
|
|
304
|
+
toLocaleString(): string;
|
|
305
|
+
toLocaleString(locales: string | string[], options?: Intl.NumberFormatOptions & Intl.DateTimeFormatOptions): string;
|
|
306
|
+
pop(): import("ol/style/flat.js").Rule | undefined;
|
|
307
|
+
push(...items: import("ol/style/flat.js").Rule[]): number;
|
|
308
|
+
concat(...items: ConcatArray<import("ol/style/flat.js").Rule>[]): import("ol/style/flat.js").Rule[];
|
|
309
|
+
concat(...items: (import("ol/style/flat.js").Rule | ConcatArray<import("ol/style/flat.js").Rule>)[]): import("ol/style/flat.js").Rule[];
|
|
310
|
+
join(separator?: string): string;
|
|
311
|
+
reverse(): import("ol/style/flat.js").Rule[];
|
|
312
|
+
shift(): import("ol/style/flat.js").Rule | undefined;
|
|
313
|
+
slice(start?: number, end?: number): import("ol/style/flat.js").Rule[];
|
|
314
|
+
sort(compareFn?: ((a: import("ol/style/flat.js").Rule, b: import("ol/style/flat.js").Rule) => number) | undefined): import("ol/style/flat.js").Rule[] & {
|
|
315
|
+
variables?: Record<string, string | number | boolean | null | undefined>;
|
|
316
|
+
legend?: import("@eox/layercontrol/src/components/layer-config.js").EOxLayerControlLayerConfig["layerConfig"]["legend"];
|
|
317
|
+
jsonform?: import("json-schema").JSONSchema7;
|
|
318
|
+
tooltip?: {
|
|
319
|
+
id: string;
|
|
320
|
+
title?: string;
|
|
321
|
+
appendix?: string;
|
|
322
|
+
}[];
|
|
323
|
+
};
|
|
324
|
+
splice(start: number, deleteCount?: number): import("ol/style/flat.js").Rule[];
|
|
325
|
+
splice(start: number, deleteCount: number, ...items: import("ol/style/flat.js").Rule[]): import("ol/style/flat.js").Rule[];
|
|
326
|
+
unshift(...items: import("ol/style/flat.js").Rule[]): number;
|
|
327
|
+
indexOf(searchElement: import("ol/style/flat.js").Rule, fromIndex?: number): number;
|
|
328
|
+
lastIndexOf(searchElement: import("ol/style/flat.js").Rule, fromIndex?: number): number;
|
|
329
|
+
every<S extends import("ol/style/flat.js").Rule>(predicate: (value: import("ol/style/flat.js").Rule, index: number, array: import("ol/style/flat.js").Rule[]) => value is S, thisArg?: any): this is S[];
|
|
330
|
+
every(predicate: (value: import("ol/style/flat.js").Rule, index: number, array: import("ol/style/flat.js").Rule[]) => unknown, thisArg?: any): boolean;
|
|
331
|
+
some(predicate: (value: import("ol/style/flat.js").Rule, index: number, array: import("ol/style/flat.js").Rule[]) => unknown, thisArg?: any): boolean;
|
|
332
|
+
forEach(callbackfn: (value: import("ol/style/flat.js").Rule, index: number, array: import("ol/style/flat.js").Rule[]) => void, thisArg?: any): void;
|
|
333
|
+
map<U>(callbackfn: (value: import("ol/style/flat.js").Rule, index: number, array: import("ol/style/flat.js").Rule[]) => U, thisArg?: any): U[];
|
|
334
|
+
filter<S extends import("ol/style/flat.js").Rule>(predicate: (value: import("ol/style/flat.js").Rule, index: number, array: import("ol/style/flat.js").Rule[]) => value is S, thisArg?: any): S[];
|
|
335
|
+
filter(predicate: (value: import("ol/style/flat.js").Rule, index: number, array: import("ol/style/flat.js").Rule[]) => unknown, thisArg?: any): import("ol/style/flat.js").Rule[];
|
|
336
|
+
reduce(callbackfn: (previousValue: import("ol/style/flat.js").Rule, currentValue: import("ol/style/flat.js").Rule, currentIndex: number, array: import("ol/style/flat.js").Rule[]) => import("ol/style/flat.js").Rule): import("ol/style/flat.js").Rule;
|
|
337
|
+
reduce(callbackfn: (previousValue: import("ol/style/flat.js").Rule, currentValue: import("ol/style/flat.js").Rule, currentIndex: number, array: import("ol/style/flat.js").Rule[]) => import("ol/style/flat.js").Rule, initialValue: import("ol/style/flat.js").Rule): import("ol/style/flat.js").Rule;
|
|
338
|
+
reduce<U>(callbackfn: (previousValue: U, currentValue: import("ol/style/flat.js").Rule, currentIndex: number, array: import("ol/style/flat.js").Rule[]) => U, initialValue: U): U;
|
|
339
|
+
reduceRight(callbackfn: (previousValue: import("ol/style/flat.js").Rule, currentValue: import("ol/style/flat.js").Rule, currentIndex: number, array: import("ol/style/flat.js").Rule[]) => import("ol/style/flat.js").Rule): import("ol/style/flat.js").Rule;
|
|
340
|
+
reduceRight(callbackfn: (previousValue: import("ol/style/flat.js").Rule, currentValue: import("ol/style/flat.js").Rule, currentIndex: number, array: import("ol/style/flat.js").Rule[]) => import("ol/style/flat.js").Rule, initialValue: import("ol/style/flat.js").Rule): import("ol/style/flat.js").Rule;
|
|
341
|
+
reduceRight<U>(callbackfn: (previousValue: U, currentValue: import("ol/style/flat.js").Rule, currentIndex: number, array: import("ol/style/flat.js").Rule[]) => U, initialValue: U): U;
|
|
342
|
+
find<S extends import("ol/style/flat.js").Rule>(predicate: (value: import("ol/style/flat.js").Rule, index: number, obj: import("ol/style/flat.js").Rule[]) => value is S, thisArg?: any): S | undefined;
|
|
343
|
+
find(predicate: (value: import("ol/style/flat.js").Rule, index: number, obj: import("ol/style/flat.js").Rule[]) => unknown, thisArg?: any): import("ol/style/flat.js").Rule | undefined;
|
|
344
|
+
findIndex(predicate: (value: import("ol/style/flat.js").Rule, index: number, obj: import("ol/style/flat.js").Rule[]) => unknown, thisArg?: any): number;
|
|
345
|
+
fill(value: import("ol/style/flat.js").Rule, start?: number, end?: number): import("ol/style/flat.js").Rule[] & {
|
|
346
|
+
variables?: Record<string, string | number | boolean | null | undefined>;
|
|
347
|
+
legend?: import("@eox/layercontrol/src/components/layer-config.js").EOxLayerControlLayerConfig["layerConfig"]["legend"];
|
|
348
|
+
jsonform?: import("json-schema").JSONSchema7;
|
|
349
|
+
tooltip?: {
|
|
350
|
+
id: string;
|
|
351
|
+
title?: string;
|
|
352
|
+
appendix?: string;
|
|
353
|
+
}[];
|
|
354
|
+
};
|
|
355
|
+
copyWithin(target: number, start: number, end?: number): import("ol/style/flat.js").Rule[] & {
|
|
356
|
+
variables?: Record<string, string | number | boolean | null | undefined>;
|
|
357
|
+
legend?: import("@eox/layercontrol/src/components/layer-config.js").EOxLayerControlLayerConfig["layerConfig"]["legend"];
|
|
358
|
+
jsonform?: import("json-schema").JSONSchema7;
|
|
359
|
+
tooltip?: {
|
|
360
|
+
id: string;
|
|
361
|
+
title?: string;
|
|
362
|
+
appendix?: string;
|
|
363
|
+
}[];
|
|
364
|
+
};
|
|
365
|
+
entries(): ArrayIterator<[number, import("ol/style/flat.js").Rule]>;
|
|
366
|
+
keys(): ArrayIterator<number>;
|
|
367
|
+
values(): ArrayIterator<import("ol/style/flat.js").Rule>;
|
|
368
|
+
includes(searchElement: import("ol/style/flat.js").Rule, fromIndex?: number): boolean;
|
|
369
|
+
flatMap<U, This = undefined>(callback: (this: This, value: import("ol/style/flat.js").Rule, index: number, array: import("ol/style/flat.js").Rule[]) => U | readonly U[], thisArg?: This | undefined): U[];
|
|
370
|
+
flat<A, D extends number = 1>(this: A, depth?: D | undefined): FlatArray<A, D>[];
|
|
371
|
+
at(index: number): import("ol/style/flat.js").Rule | undefined;
|
|
372
|
+
findLast<S extends import("ol/style/flat.js").Rule>(predicate: (value: import("ol/style/flat.js").Rule, index: number, array: import("ol/style/flat.js").Rule[]) => value is S, thisArg?: any): S | undefined;
|
|
373
|
+
findLast(predicate: (value: import("ol/style/flat.js").Rule, index: number, array: import("ol/style/flat.js").Rule[]) => unknown, thisArg?: any): import("ol/style/flat.js").Rule | undefined;
|
|
374
|
+
findLastIndex(predicate: (value: import("ol/style/flat.js").Rule, index: number, array: import("ol/style/flat.js").Rule[]) => unknown, thisArg?: any): number;
|
|
375
|
+
toReversed(): import("ol/style/flat.js").Rule[];
|
|
376
|
+
toSorted(compareFn?: ((a: import("ol/style/flat.js").Rule, b: import("ol/style/flat.js").Rule) => number) | undefined): import("ol/style/flat.js").Rule[];
|
|
377
|
+
toSpliced(start: number, deleteCount: number, ...items: import("ol/style/flat.js").Rule[]): import("ol/style/flat.js").Rule[];
|
|
378
|
+
toSpliced(start: number, deleteCount?: number): import("ol/style/flat.js").Rule[];
|
|
379
|
+
with(index: number, value: import("ol/style/flat.js").Rule): import("ol/style/flat.js").Rule[];
|
|
380
|
+
[Symbol.iterator](): ArrayIterator<import("ol/style/flat.js").Rule>;
|
|
381
|
+
[Symbol.unscopables]: {
|
|
382
|
+
[x: number]: boolean | undefined;
|
|
383
|
+
length?: boolean | undefined;
|
|
384
|
+
toString?: boolean | undefined;
|
|
385
|
+
toLocaleString?: boolean | undefined;
|
|
386
|
+
pop?: boolean | undefined;
|
|
387
|
+
push?: boolean | undefined;
|
|
388
|
+
concat?: boolean | undefined;
|
|
389
|
+
join?: boolean | undefined;
|
|
390
|
+
reverse?: boolean | undefined;
|
|
391
|
+
shift?: boolean | undefined;
|
|
392
|
+
slice?: boolean | undefined;
|
|
393
|
+
sort?: boolean | undefined;
|
|
394
|
+
splice?: boolean | undefined;
|
|
395
|
+
unshift?: boolean | undefined;
|
|
396
|
+
indexOf?: boolean | undefined;
|
|
397
|
+
lastIndexOf?: boolean | undefined;
|
|
398
|
+
every?: boolean | undefined;
|
|
399
|
+
some?: boolean | undefined;
|
|
400
|
+
forEach?: boolean | undefined;
|
|
401
|
+
map?: boolean | undefined;
|
|
402
|
+
filter?: boolean | undefined;
|
|
403
|
+
reduce?: boolean | undefined;
|
|
404
|
+
reduceRight?: boolean | undefined;
|
|
405
|
+
find?: boolean | undefined;
|
|
406
|
+
findIndex?: boolean | undefined;
|
|
407
|
+
fill?: boolean | undefined;
|
|
408
|
+
copyWithin?: boolean | undefined;
|
|
409
|
+
entries?: boolean | undefined;
|
|
410
|
+
keys?: boolean | undefined;
|
|
411
|
+
values?: boolean | undefined;
|
|
412
|
+
includes?: boolean | undefined;
|
|
413
|
+
flatMap?: boolean | undefined;
|
|
414
|
+
flat?: boolean | undefined;
|
|
415
|
+
at?: boolean | undefined;
|
|
416
|
+
findLast?: boolean | undefined;
|
|
417
|
+
findLastIndex?: boolean | undefined;
|
|
418
|
+
toReversed?: boolean | undefined;
|
|
419
|
+
toSorted?: boolean | undefined;
|
|
420
|
+
toSpliced?: boolean | undefined;
|
|
421
|
+
with?: boolean | undefined;
|
|
422
|
+
[Symbol.iterator]?: boolean | undefined;
|
|
423
|
+
readonly [Symbol.unscopables]?: boolean | undefined;
|
|
424
|
+
};
|
|
114
425
|
variables?: Record<string, string | number | boolean | null | undefined>;
|
|
115
426
|
legend?: import("@eox/layercontrol/src/components/layer-config.js").EOxLayerControlLayerConfig["layerConfig"]["legend"];
|
|
116
|
-
jsonform?:
|
|
427
|
+
jsonform?: import("json-schema").JSONSchema7;
|
|
117
428
|
tooltip?: {
|
|
118
429
|
id: string;
|
|
119
430
|
title?: string;
|
|
@@ -273,10 +273,10 @@ export declare function register(): void;
|
|
|
273
273
|
*/
|
|
274
274
|
export declare const store: typeof import("./store").default;
|
|
275
275
|
export * from "./main.js";
|
|
276
|
-
export type EodashStyleJson = import("ol/style/
|
|
276
|
+
export type EodashStyleJson = import("ol/style/flat").FlatStyleLike & {
|
|
277
277
|
variables?: Record<string, string | number | boolean | null | undefined>;
|
|
278
278
|
legend?: import("@eox/layercontrol/src/components/layer-config.js").EOxLayerControlLayerConfig["layerConfig"]["legend"];
|
|
279
|
-
jsonform?:
|
|
279
|
+
jsonform?: import("json-schema").JSONSchema7;
|
|
280
280
|
tooltip?: {
|
|
281
281
|
id: string;
|
|
282
282
|
title?: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eodash/eodash",
|
|
3
|
-
"version": "5.0.0-rc.2.
|
|
3
|
+
"version": "5.0.0-rc.2.5",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"types": "./dist/types/core/client/types.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -59,15 +59,15 @@
|
|
|
59
59
|
"docs:generate": "typedoc --options typedoc.config.json"
|
|
60
60
|
},
|
|
61
61
|
"dependencies": {
|
|
62
|
-
"@eox/chart": "^0.
|
|
63
|
-
"@eox/drawtools": "^0.
|
|
62
|
+
"@eox/chart": "^0.4.0",
|
|
63
|
+
"@eox/drawtools": "^0.14.0",
|
|
64
64
|
"@eox/itemfilter": "^1.7.1",
|
|
65
|
-
"@eox/jsonform": "^0.
|
|
65
|
+
"@eox/jsonform": "^0.15.4",
|
|
66
66
|
"@eox/layercontrol": "^0.29.0",
|
|
67
67
|
"@eox/layout": "^0.3.0",
|
|
68
|
-
"@eox/map": "^1.19.
|
|
69
|
-
"@eox/stacinfo": "^0.6.
|
|
70
|
-
"@eox/timecontrol": "^0.12.
|
|
68
|
+
"@eox/map": "^1.19.4",
|
|
69
|
+
"@eox/stacinfo": "^0.6.2",
|
|
70
|
+
"@eox/timecontrol": "^0.12.3",
|
|
71
71
|
"@mdi/js": "^7.4.47",
|
|
72
72
|
"@vitejs/plugin-vue": "^5.2.1",
|
|
73
73
|
"@vueuse/core": "^12.0.0",
|
|
@@ -80,43 +80,44 @@
|
|
|
80
80
|
"loglevel": "^1.9.2",
|
|
81
81
|
"mustache": "^4.2.0",
|
|
82
82
|
"pinia": "^2.3.1",
|
|
83
|
-
"sass": "^1.
|
|
83
|
+
"sass": "^1.85.1",
|
|
84
84
|
"stac-js": "^0.0.9",
|
|
85
85
|
"stac-ts": "^1.0.4",
|
|
86
86
|
"v-calendar": "3.0.0",
|
|
87
|
-
"vega": "^5.
|
|
87
|
+
"vega": "^5.32.0",
|
|
88
88
|
"vega-embed": "^6.29.0",
|
|
89
89
|
"vega-lite": "^5.23.0",
|
|
90
|
-
"vite": "^6.0
|
|
91
|
-
"vite-plugin-vuetify": "^2.0
|
|
90
|
+
"vite": "^6.2.0",
|
|
91
|
+
"vite-plugin-vuetify": "^2.1.0",
|
|
92
92
|
"vue": "^3.5.0",
|
|
93
|
-
"vuetify": "^3.7.
|
|
93
|
+
"vuetify": "^3.7.13",
|
|
94
94
|
"webfontloader": "^1.6.28"
|
|
95
95
|
},
|
|
96
96
|
"devDependencies": {
|
|
97
|
-
"@babel/types": "^7.26.
|
|
97
|
+
"@babel/types": "^7.26.9",
|
|
98
98
|
"@eox/eslint-config": "^2.0.0",
|
|
99
99
|
"@pinia/testing": "^0.1.7",
|
|
100
|
+
"@types/json-schema": "^7.0.15",
|
|
100
101
|
"@types/mustache": "^4.2.5",
|
|
101
|
-
"@types/node": "^22.
|
|
102
|
+
"@types/node": "^22.13.5",
|
|
102
103
|
"@types/openlayers": "^4.6.23",
|
|
103
104
|
"@types/webfontloader": "^1.6.38",
|
|
104
105
|
"cypress": "^13.17.0",
|
|
105
|
-
"eslint": "^9.
|
|
106
|
+
"eslint": "^9.21.0",
|
|
106
107
|
"eslint-plugin-vue": "^9.32.0",
|
|
107
108
|
"pkg-pr-new": "^0.0.39",
|
|
108
|
-
"prettier": "^3.
|
|
109
|
-
"rollup": "^4.
|
|
109
|
+
"prettier": "^3.5.2",
|
|
110
|
+
"rollup": "^4.34.8",
|
|
110
111
|
"terminate": "^2.8.0",
|
|
111
112
|
"tsc-alias": "^1.8.10",
|
|
112
|
-
"typedoc": "^0.27.
|
|
113
|
-
"typedoc-plugin-markdown": "^4.4.
|
|
114
|
-
"typedoc-plugin-vue": "^1.
|
|
113
|
+
"typedoc": "^0.27.9",
|
|
114
|
+
"typedoc-plugin-markdown": "^4.4.2",
|
|
115
|
+
"typedoc-plugin-vue": "^1.4.0",
|
|
115
116
|
"typedoc-vitepress-theme": "^1.1.2",
|
|
116
117
|
"typescript": "^5.7.3",
|
|
117
118
|
"unplugin-fonts": "^1.3.1",
|
|
118
|
-
"vitepress": "^1.6.
|
|
119
|
-
"vitest": "^1.6.
|
|
119
|
+
"vitepress": "^1.6.3",
|
|
120
|
+
"vitest": "^1.6.1",
|
|
120
121
|
"vue-tsc": "2.2.0"
|
|
121
122
|
},
|
|
122
123
|
"engines": {
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
ref="eoxItemFilter"
|
|
6
6
|
style="overflow: auto; --background-color: none"
|
|
7
7
|
@select="onSelect"
|
|
8
|
-
.items=
|
|
8
|
+
.items="store.stac?.filter((item) => item.rel === 'child')"
|
|
9
9
|
>
|
|
10
10
|
<h4 slot="filterstitle" style="margin: 14px 8px">{{ filtersTitle }}</h4>
|
|
11
11
|
|
package/widgets/EodashMap.vue
CHANGED
|
@@ -25,7 +25,12 @@
|
|
|
25
25
|
slot="second"
|
|
26
26
|
ref="compareMap"
|
|
27
27
|
.layers="eoxMapCompareLayers"
|
|
28
|
-
|
|
28
|
+
>
|
|
29
|
+
<eox-map-tooltip
|
|
30
|
+
:style="tooltipStyles"
|
|
31
|
+
.propertyTransform="tooltipPropertyTransform"
|
|
32
|
+
/>
|
|
33
|
+
</eox-map>
|
|
29
34
|
</eox-map-compare>
|
|
30
35
|
</template>
|
|
31
36
|
<script setup>
|