@eodash/eodash 5.0.0-rc.2.2 → 5.0.0-rc.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (53) hide show
  1. package/core/client/components/EodashOverlay.vue +56 -0
  2. package/core/client/components/Footer.vue +1 -15
  3. package/core/client/composables/EodashProcess.js +4 -0
  4. package/core/client/eodash.js +4 -7
  5. package/core/client/eodashSTAC/EodashCollection.js +62 -31
  6. package/core/client/eodashSTAC/createLayers.js +15 -2
  7. package/core/client/eodashSTAC/helpers.js +1 -2
  8. package/core/client/types.ts +1 -1
  9. package/core/client/utils/states.js +43 -0
  10. package/core/client/views/Dashboard.vue +4 -1
  11. package/core/client/vite-env.d.ts +13 -0
  12. package/dist/client/{DashboardLayout-ByVMURpM.js → DashboardLayout-D1UcB3RV.js} +3 -3
  13. package/dist/client/{DynamicWebComponent-BRQQ5AXV.js → DynamicWebComponent-DtZ_mHL9.js} +2 -2
  14. package/dist/client/{EodashDatePicker-DyLo_JUC.js → EodashDatePicker-CYU0MZX5.js} +3 -3
  15. package/dist/client/{EodashItemFilter-BR572AaH.js → EodashItemFilter-SE9oW3oZ.js} +3 -3
  16. package/dist/client/{EodashLayerControl-C_mi-Hoo.js → EodashLayerControl-BuGe29Nt.js} +11 -4
  17. package/dist/client/{EodashLayoutSwitcher-D4ooLbys.js → EodashLayoutSwitcher-6wLl-Gtd.js} +3 -3
  18. package/dist/client/{EodashMap-CGFv4e85.js → EodashMap-DhVCoYMi.js} +11 -4
  19. package/dist/client/{EodashMapBtns-_M7SW7Is.js → EodashMapBtns-BWWu6eHG.js} +5 -5
  20. package/dist/client/{EodashProcess-ZQAMi9Pc.js → EodashProcess-GSj_LMsK.js} +23 -18
  21. package/dist/client/{EodashStacInfo-CwOCcsGl.js → EodashStacInfo-DjRSGLHM.js} +2 -2
  22. package/dist/client/{EodashTools-C_X0RPIp.js → EodashTools-CJ4hBH_X.js} +5 -5
  23. package/dist/client/{ExportState-DNUSRJSJ.js → ExportState-BqnlEpzR.js} +5 -5
  24. package/dist/client/Footer-C_3WrfI4.js +119 -0
  25. package/dist/client/{Header-BcHAtFqr.js → Header-D_hcGpNG.js} +4 -4
  26. package/dist/client/{IframeWrapper-BgM9aU8f.js → IframeWrapper-XzQDZy0T.js} +1 -1
  27. package/dist/client/{MobileLayout-CUHZFLDY.js → MobileLayout-CDbupC9v.js} +6 -6
  28. package/dist/client/{PopUp-CEmhdNIj.js → PopUp-Ba6mY2jQ.js} +5 -4
  29. package/dist/client/{VImg-Cdaw92OV.js → VImg-Yc9F9pYq.js} +4 -4
  30. package/dist/client/{VMain-B7G2T3Zv.js → VMain-BiS7HPEk.js} +1 -1
  31. package/dist/client/{VOverlay-Mf1pOmgW.js → VOverlay-B9mxXaCv.js} +4 -4
  32. package/dist/client/{VTooltip-9810qjB2.js → VTooltip-XJLaLrZQ.js} +3 -3
  33. package/dist/client/{WidgetsContainer-GUwXMh9d.js → WidgetsContainer-DRVb_73N.js} +2 -2
  34. package/dist/client/{asWebComponent--e4yqM3f.js → asWebComponent-DZpMGxEY.js} +329 -170
  35. package/dist/client/eo-dash.css +2 -2
  36. package/dist/client/eo-dash.js +1 -1
  37. package/dist/client/{forwardRefs-B9UH8QZK.js → forwardRefs-BtkfywIE.js} +1 -1
  38. package/dist/client/{index-D-lbt2my.js → index-f55xuyof.js} +3 -1
  39. package/dist/client/{transition-CTjQmgIS.js → transition-CtL4BoVi.js} +2 -2
  40. package/dist/node/cli.js +2 -2
  41. package/dist/types/core/client/components/EodashOverlay.vue.d.ts +2 -0
  42. package/dist/types/core/client/components/MobileLayout.vue.d.ts +254 -241
  43. package/dist/types/core/client/eodashSTAC/EodashCollection.d.ts +40 -15
  44. package/dist/types/core/client/eodashSTAC/createLayers.d.ts +23 -3
  45. package/dist/types/core/client/eodashSTAC/helpers.d.ts +3 -78
  46. package/dist/types/core/client/utils/states.d.ts +43 -0
  47. package/dist/types/widgets/PopUp.vue.d.ts +2 -2
  48. package/package.json +20 -20
  49. package/widgets/EodashItemFilter.vue +1 -1
  50. package/widgets/EodashLayerControl.vue +7 -0
  51. package/widgets/EodashMap.vue +8 -1
  52. package/widgets/EodashProcess.vue +18 -13
  53. package/dist/client/Footer-FUp1Te0L.js +0 -141
@@ -1,167 +1,206 @@
1
1
  declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {
2
- tabs: import("vue").CreateComponentPublicInstance<{
3
- symbol: any;
4
- direction: "horizontal" | "vertical";
5
- style: import("vue").StyleValue;
6
- mobile: boolean | null;
7
- disabled: boolean;
8
- multiple: boolean;
9
- tag: string;
10
- mandatory: boolean | "force";
11
- items: readonly (string | number | Record<string, any>)[];
12
- density: "default" | "comfortable" | "compact" | null;
13
- selectedClass: string;
14
- stacked: boolean;
15
- centerActive: boolean;
16
- nextIcon: string | (string | [path: string, opacity: number])[] | ((new () => any) | import("vue").FunctionalComponent<any, {}, any, {}>);
17
- prevIcon: string | (string | [path: string, opacity: number])[] | ((new () => any) | import("vue").FunctionalComponent<any, {}, any, {}>);
18
- grow: boolean;
19
- hideSlider: boolean;
20
- alignTabs: "center" | "end" | "start" | "title";
21
- fixedTabs: boolean;
22
- } & {
23
- max?: number | undefined;
24
- height?: string | number | undefined;
25
- color?: string | undefined;
26
- class?: any;
27
- mobileBreakpoint?: number | ("sm" | "md" | "lg" | "xl" | "xxl" | "xs") | undefined;
28
- modelValue?: any;
29
- bgColor?: string | undefined;
30
- showArrows?: string | boolean | undefined;
31
- sliderColor?: string | undefined;
32
- } & {
33
- $children?: import("vue").VNodeChild | (() => import("vue").VNodeChild) | {
34
- [x: `tab.${string}`]: ((arg: {
35
- item: string | number | Record<string, any>;
36
- }) => import("vue").VNodeChild) | undefined;
37
- [x: `item.${string}`]: ((arg: {
38
- item: string | number | Record<string, any>;
39
- }) => import("vue").VNodeChild) | undefined;
40
- default?: (() => import("vue").VNodeChild) | undefined;
41
- tab?: ((arg: {
42
- item: string | number | Record<string, any>;
43
- }) => import("vue").VNodeChild) | undefined;
44
- item?: ((arg: {
45
- item: string | number | Record<string, any>;
46
- }) => import("vue").VNodeChild) | undefined;
47
- window?: (() => import("vue").VNodeChild) | undefined;
2
+ tabs: ({
3
+ $: import("vue").ComponentInternalInstance;
4
+ $data: {};
5
+ $props: Partial<{
6
+ symbol: any;
7
+ height: string | number;
8
+ direction: "horizontal" | "vertical";
9
+ style: import("vue").StyleValue;
10
+ mobile: boolean | null;
11
+ disabled: boolean;
12
+ multiple: boolean;
13
+ tag: string;
14
+ mandatory: boolean | "force";
15
+ modelValue: any;
16
+ density: "default" | "comfortable" | "compact" | null;
17
+ selectedClass: string;
18
+ stacked: boolean;
19
+ centerActive: boolean;
20
+ nextIcon: string | (string | [path: string, opacity: number])[] | ((new () => any) | import("vue").FunctionalComponent<any, {}, any, {}>);
21
+ prevIcon: string | (string | [path: string, opacity: number])[] | ((new () => any) | import("vue").FunctionalComponent<any, {}, any, {}>);
22
+ grow: boolean;
23
+ hideSlider: boolean;
24
+ alignTabs: "center" | "end" | "start" | "title";
25
+ fixedTabs: boolean;
26
+ }> & Omit<{
27
+ symbol: any;
28
+ direction: "horizontal" | "vertical";
29
+ style: import("vue").StyleValue;
30
+ mobile: boolean | null;
31
+ disabled: boolean;
32
+ multiple: boolean;
33
+ tag: string;
34
+ mandatory: boolean | "force";
35
+ density: "default" | "comfortable" | "compact" | null;
36
+ selectedClass: string;
37
+ stacked: boolean;
38
+ centerActive: boolean;
39
+ nextIcon: string | (string | [path: string, opacity: number])[] | ((new () => any) | import("vue").FunctionalComponent<any, {}, any, {}>);
40
+ prevIcon: string | (string | [path: string, opacity: number])[] | ((new () => any) | import("vue").FunctionalComponent<any, {}, any, {}>);
41
+ grow: boolean;
42
+ hideSlider: boolean;
43
+ alignTabs: "center" | "end" | "start" | "title";
44
+ fixedTabs: boolean;
45
+ max?: number | undefined | undefined;
46
+ height?: string | number | undefined | undefined;
47
+ color?: string | undefined | undefined;
48
+ class?: any;
49
+ mobileBreakpoint?: number | ("sm" | "md" | "lg" | "xl" | "xxl" | "xs") | undefined;
50
+ modelValue?: any;
51
+ bgColor?: string | undefined | undefined;
52
+ showArrows?: string | boolean | undefined | undefined;
53
+ sliderColor?: string | undefined | undefined;
54
+ "onUpdate:modelValue"?: ((v: unknown) => any) | undefined | undefined;
55
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
56
+ symbol: any;
57
+ direction: "horizontal" | "vertical";
58
+ style: import("vue").StyleValue;
59
+ mobile: boolean | null;
60
+ disabled: boolean;
61
+ multiple: boolean;
62
+ tag: string;
63
+ mandatory: boolean | "force";
64
+ density: "default" | "comfortable" | "compact" | null;
65
+ selectedClass: string;
66
+ stacked: boolean;
67
+ centerActive: boolean;
68
+ nextIcon: string | (string | [path: string, opacity: number])[] | ((new () => any) | import("vue").FunctionalComponent<any, {}, any, {}>);
69
+ prevIcon: string | (string | [path: string, opacity: number])[] | ((new () => any) | import("vue").FunctionalComponent<any, {}, any, {}>);
70
+ grow: boolean;
71
+ hideSlider: boolean;
72
+ alignTabs: "center" | "end" | "start" | "title";
73
+ fixedTabs: boolean;
74
+ } & {
75
+ max?: number | undefined;
76
+ height?: string | number | undefined;
77
+ color?: string | undefined;
78
+ class?: any;
79
+ mobileBreakpoint?: number | ("sm" | "md" | "lg" | "xl" | "xxl" | "xs") | undefined;
80
+ modelValue?: any;
81
+ bgColor?: string | undefined;
82
+ showArrows?: string | boolean | undefined;
83
+ sliderColor?: string | undefined;
84
+ } & {
85
+ "onUpdate:modelValue"?: ((v: unknown) => any) | undefined;
86
+ }, "symbol" | "style" | "tag" | "height" | "density" | "modelValue" | "mobile" | "multiple" | "mandatory" | "selectedClass" | "disabled" | "centerActive" | "direction" | "nextIcon" | "prevIcon" | "alignTabs" | "fixedTabs" | "stacked" | "grow" | "hideSlider">;
87
+ $attrs: {
88
+ [x: string]: unknown;
48
89
  };
49
- 'v-slots'?: {
50
- [x: `tab.${string}`]: false | ((arg: {
51
- item: string | number | Record<string, any>;
52
- }) => import("vue").VNodeChild) | undefined;
53
- [x: `item.${string}`]: false | ((arg: {
54
- item: string | number | Record<string, any>;
55
- }) => import("vue").VNodeChild) | undefined;
56
- default?: false | (() => import("vue").VNodeChild) | undefined;
57
- tab?: false | ((arg: {
58
- item: string | number | Record<string, any>;
59
- }) => import("vue").VNodeChild) | undefined;
60
- item?: false | ((arg: {
61
- item: string | number | Record<string, any>;
62
- }) => import("vue").VNodeChild) | undefined;
63
- window?: false | (() => import("vue").VNodeChild) | undefined;
64
- } | undefined;
65
- } & {
66
- [x: `v-slot:tab.${string}`]: false | ((arg: {
67
- item: string | number | Record<string, any>;
68
- }) => import("vue").VNodeChild) | undefined;
69
- [x: `v-slot:item.${string}`]: false | ((arg: {
70
- item: string | number | Record<string, any>;
71
- }) => import("vue").VNodeChild) | undefined;
72
- "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
73
- "v-slot:tab"?: false | ((arg: {
74
- item: string | number | Record<string, any>;
75
- }) => import("vue").VNodeChild) | undefined;
76
- "v-slot:item"?: false | ((arg: {
77
- item: string | number | Record<string, any>;
78
- }) => import("vue").VNodeChild) | undefined;
79
- "v-slot:window"?: false | (() => import("vue").VNodeChild) | undefined;
80
- } & {
81
- "onUpdate:modelValue"?: ((v: unknown) => any) | undefined;
82
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
83
- 'update:modelValue': (v: unknown) => true;
84
- }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
85
- symbol: any;
86
- direction: "horizontal" | "vertical";
87
- style: import("vue").StyleValue;
88
- mobile: boolean | null;
89
- disabled: boolean;
90
- multiple: boolean;
91
- tag: string;
92
- mandatory: boolean | "force";
93
- items: readonly (string | number | Record<string, any>)[];
94
- density: "default" | "comfortable" | "compact" | null;
95
- selectedClass: string;
96
- stacked: boolean;
97
- centerActive: boolean;
98
- nextIcon: string | (string | [path: string, opacity: number])[] | ((new () => any) | import("vue").FunctionalComponent<any, {}, any, {}>);
99
- prevIcon: string | (string | [path: string, opacity: number])[] | ((new () => any) | import("vue").FunctionalComponent<any, {}, any, {}>);
100
- grow: boolean;
101
- hideSlider: boolean;
102
- alignTabs: "center" | "end" | "start" | "title";
103
- fixedTabs: boolean;
104
- } & {
105
- max?: number | undefined;
106
- height?: string | number | undefined;
107
- color?: string | undefined;
108
- class?: any;
109
- mobileBreakpoint?: number | ("sm" | "md" | "lg" | "xl" | "xxl" | "xs") | undefined;
110
- modelValue?: any;
111
- bgColor?: string | undefined;
112
- showArrows?: string | boolean | undefined;
113
- sliderColor?: string | undefined;
114
- } & {
115
- $children?: import("vue").VNodeChild | (() => import("vue").VNodeChild) | {
90
+ $refs: {
91
+ [x: string]: unknown;
92
+ };
93
+ $slots: Readonly<{
116
94
  [x: `tab.${string}`]: ((arg: {
117
- item: string | number | Record<string, any>;
118
- }) => import("vue").VNodeChild) | undefined;
95
+ item: unknown;
96
+ }) => import("vue").VNode[]) | undefined;
119
97
  [x: `item.${string}`]: ((arg: {
120
- item: string | number | Record<string, any>;
121
- }) => import("vue").VNodeChild) | undefined;
122
- default?: (() => import("vue").VNodeChild) | undefined;
98
+ item: unknown;
99
+ }) => import("vue").VNode[]) | undefined;
100
+ default?: (() => import("vue").VNode[]) | undefined;
123
101
  tab?: ((arg: {
124
- item: string | number | Record<string, any>;
125
- }) => import("vue").VNodeChild) | undefined;
102
+ item: unknown;
103
+ }) => import("vue").VNode[]) | undefined;
126
104
  item?: ((arg: {
127
- item: string | number | Record<string, any>;
128
- }) => import("vue").VNodeChild) | undefined;
129
- window?: (() => import("vue").VNodeChild) | undefined;
105
+ item: unknown;
106
+ }) => import("vue").VNode[]) | undefined;
107
+ window?: (() => import("vue").VNode[]) | undefined;
108
+ }>;
109
+ $root: import("vue").ComponentPublicInstance | null;
110
+ $parent: import("vue").ComponentPublicInstance | null;
111
+ $host: Element | null;
112
+ $emit: (event: "update:modelValue", v: unknown) => void;
113
+ $el: any;
114
+ $options: import("vue").ComponentOptionsBase<{
115
+ symbol: any;
116
+ direction: "horizontal" | "vertical";
117
+ style: import("vue").StyleValue;
118
+ mobile: boolean | null;
119
+ disabled: boolean;
120
+ multiple: boolean;
121
+ tag: string;
122
+ mandatory: boolean | "force";
123
+ density: "default" | "comfortable" | "compact" | null;
124
+ selectedClass: string;
125
+ stacked: boolean;
126
+ centerActive: boolean;
127
+ nextIcon: string | (string | [path: string, opacity: number])[] | ((new () => any) | import("vue").FunctionalComponent<any, {}, any, {}>);
128
+ prevIcon: string | (string | [path: string, opacity: number])[] | ((new () => any) | import("vue").FunctionalComponent<any, {}, any, {}>);
129
+ grow: boolean;
130
+ hideSlider: boolean;
131
+ alignTabs: "center" | "end" | "start" | "title";
132
+ fixedTabs: boolean;
133
+ } & {
134
+ max?: number | undefined;
135
+ height?: string | number | undefined;
136
+ color?: string | undefined;
137
+ class?: any;
138
+ mobileBreakpoint?: number | ("sm" | "md" | "lg" | "xl" | "xxl" | "xs") | undefined;
139
+ modelValue?: any;
140
+ bgColor?: string | undefined;
141
+ showArrows?: string | boolean | undefined;
142
+ sliderColor?: string | undefined;
143
+ } & {
144
+ "onUpdate:modelValue"?: ((v: unknown) => any) | undefined;
145
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Omit<{
146
+ 'update:modelValue': (v: unknown) => true;
147
+ }, "$children" | "v-slots" | "v-slot:default" | "items" | "v-slot:item" | `v-slot:item.${string}` | "v-slot:window" | "v-slot:tab" | `v-slot:tab.${string}`>, string, {
148
+ symbol: any;
149
+ height: string | number;
150
+ direction: "horizontal" | "vertical";
151
+ style: import("vue").StyleValue;
152
+ mobile: boolean | null;
153
+ disabled: boolean;
154
+ multiple: boolean;
155
+ tag: string;
156
+ mandatory: boolean | "force";
157
+ modelValue: any;
158
+ density: "default" | "comfortable" | "compact" | null;
159
+ selectedClass: string;
160
+ stacked: boolean;
161
+ centerActive: boolean;
162
+ nextIcon: string | (string | [path: string, opacity: number])[] | ((new () => any) | import("vue").FunctionalComponent<any, {}, any, {}>);
163
+ prevIcon: string | (string | [path: string, opacity: number])[] | ((new () => any) | import("vue").FunctionalComponent<any, {}, any, {}>);
164
+ grow: boolean;
165
+ hideSlider: boolean;
166
+ alignTabs: "center" | "end" | "start" | "title";
167
+ fixedTabs: boolean;
168
+ }, {}, string, import("vue").SlotsType<Partial<{
169
+ [x: `tab.${string}`]: (arg: {
170
+ item: unknown;
171
+ }) => import("vue").VNode[];
172
+ [x: `item.${string}`]: (arg: {
173
+ item: unknown;
174
+ }) => import("vue").VNode[];
175
+ default: () => import("vue").VNode[];
176
+ tab: (arg: {
177
+ item: unknown;
178
+ }) => import("vue").VNode[];
179
+ item: (arg: {
180
+ item: unknown;
181
+ }) => import("vue").VNode[];
182
+ window: () => import("vue").VNode[];
183
+ }>>, {}, {}, string, import("vue").ComponentProvideOptions> & {
184
+ beforeCreate?: (() => void) | (() => void)[];
185
+ created?: (() => void) | (() => void)[];
186
+ beforeMount?: (() => void) | (() => void)[];
187
+ mounted?: (() => void) | (() => void)[];
188
+ beforeUpdate?: (() => void) | (() => void)[];
189
+ updated?: (() => void) | (() => void)[];
190
+ activated?: (() => void) | (() => void)[];
191
+ deactivated?: (() => void) | (() => void)[];
192
+ beforeDestroy?: (() => void) | (() => void)[];
193
+ beforeUnmount?: (() => void) | (() => void)[];
194
+ destroyed?: (() => void) | (() => void)[];
195
+ unmounted?: (() => void) | (() => void)[];
196
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
197
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
198
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
130
199
  };
131
- 'v-slots'?: {
132
- [x: `tab.${string}`]: false | ((arg: {
133
- item: string | number | Record<string, any>;
134
- }) => import("vue").VNodeChild) | undefined;
135
- [x: `item.${string}`]: false | ((arg: {
136
- item: string | number | Record<string, any>;
137
- }) => import("vue").VNodeChild) | undefined;
138
- default?: false | (() => import("vue").VNodeChild) | undefined;
139
- tab?: false | ((arg: {
140
- item: string | number | Record<string, any>;
141
- }) => import("vue").VNodeChild) | undefined;
142
- item?: false | ((arg: {
143
- item: string | number | Record<string, any>;
144
- }) => import("vue").VNodeChild) | undefined;
145
- window?: false | (() => import("vue").VNodeChild) | undefined;
146
- } | undefined;
147
- } & {
148
- [x: `v-slot:tab.${string}`]: false | ((arg: {
149
- item: string | number | Record<string, any>;
150
- }) => import("vue").VNodeChild) | undefined;
151
- [x: `v-slot:item.${string}`]: false | ((arg: {
152
- item: string | number | Record<string, any>;
153
- }) => import("vue").VNodeChild) | undefined;
154
- "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
155
- "v-slot:tab"?: false | ((arg: {
156
- item: string | number | Record<string, any>;
157
- }) => import("vue").VNodeChild) | undefined;
158
- "v-slot:item"?: false | ((arg: {
159
- item: string | number | Record<string, any>;
160
- }) => import("vue").VNodeChild) | undefined;
161
- "v-slot:window"?: false | (() => import("vue").VNodeChild) | undefined;
162
- } & {
163
- "onUpdate:modelValue"?: ((v: unknown) => any) | undefined;
164
- }, {
200
+ $forceUpdate: () => void;
201
+ $nextTick: typeof import("vue").nextTick;
202
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
203
+ } & Readonly<{
165
204
  symbol: any;
166
205
  height: string | number;
167
206
  direction: "horizontal" | "vertical";
@@ -172,7 +211,6 @@ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import
172
211
  tag: string;
173
212
  mandatory: boolean | "force";
174
213
  modelValue: any;
175
- items: readonly (string | number | Record<string, any>)[];
176
214
  density: "default" | "comfortable" | "compact" | null;
177
215
  selectedClass: string;
178
216
  stacked: boolean;
@@ -183,29 +221,7 @@ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import
183
221
  hideSlider: boolean;
184
222
  alignTabs: "center" | "end" | "start" | "title";
185
223
  fixedTabs: boolean;
186
- }, true, {}, import("vue").SlotsType<Partial<{
187
- [x: `tab.${string}`]: (arg: {
188
- item: string | number | Record<string, any>;
189
- }) => import("vue").VNode[];
190
- [x: `item.${string}`]: (arg: {
191
- item: string | number | Record<string, any>;
192
- }) => import("vue").VNode[];
193
- default: () => import("vue").VNode[];
194
- tab: (arg: {
195
- item: string | number | Record<string, any>;
196
- }) => import("vue").VNode[];
197
- item: (arg: {
198
- item: string | number | Record<string, any>;
199
- }) => import("vue").VNode[];
200
- window: () => import("vue").VNode[];
201
- }>>, {
202
- P: {};
203
- B: {};
204
- D: {};
205
- C: {};
206
- M: {};
207
- Defaults: {};
208
- }, {
224
+ }> & Omit<{
209
225
  symbol: any;
210
226
  direction: "horizontal" | "vertical";
211
227
  style: import("vue").StyleValue;
@@ -214,7 +230,6 @@ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import
214
230
  multiple: boolean;
215
231
  tag: string;
216
232
  mandatory: boolean | "force";
217
- items: readonly (string | number | Record<string, any>)[];
218
233
  density: "default" | "comfortable" | "compact" | null;
219
234
  selectedClass: string;
220
235
  stacked: boolean;
@@ -236,77 +251,75 @@ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import
236
251
  showArrows?: string | boolean | undefined;
237
252
  sliderColor?: string | undefined;
238
253
  } & {
239
- $children?: import("vue").VNodeChild | (() => import("vue").VNodeChild) | {
240
- [x: `tab.${string}`]: ((arg: {
254
+ "onUpdate:modelValue"?: ((v: unknown) => any) | undefined;
255
+ }, "symbol" | "style" | "tag" | "height" | "density" | "modelValue" | "mobile" | "multiple" | "mandatory" | "selectedClass" | "disabled" | "centerActive" | "direction" | "nextIcon" | "prevIcon" | "alignTabs" | "fixedTabs" | "stacked" | "grow" | "hideSlider"> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
256
+ $props: {
257
+ items?: (string | number | Record<string, any>)[] | undefined;
258
+ } & {
259
+ $children?: import("vue").VNodeChild | (() => import("vue").VNodeChild) | {
260
+ [x: `tab.${string}`]: ((arg: {
261
+ item: string | number | Record<string, any>;
262
+ }) => import("vue").VNodeChild) | undefined;
263
+ [x: `item.${string}`]: ((arg: {
264
+ item: string | number | Record<string, any>;
265
+ }) => import("vue").VNodeChild) | undefined;
266
+ default?: (() => import("vue").VNodeChild) | undefined;
267
+ tab?: ((arg: {
268
+ item: string | number | Record<string, any>;
269
+ }) => import("vue").VNodeChild) | undefined;
270
+ item?: ((arg: {
271
+ item: string | number | Record<string, any>;
272
+ }) => import("vue").VNodeChild) | undefined;
273
+ window?: (() => import("vue").VNodeChild) | undefined;
274
+ };
275
+ 'v-slots'?: {
276
+ [x: `tab.${string}`]: false | ((arg: {
277
+ item: string | number | Record<string, any>;
278
+ }) => import("vue").VNodeChild) | undefined;
279
+ [x: `item.${string}`]: false | ((arg: {
280
+ item: string | number | Record<string, any>;
281
+ }) => import("vue").VNodeChild) | undefined;
282
+ default?: false | (() => import("vue").VNodeChild) | undefined;
283
+ tab?: false | ((arg: {
284
+ item: string | number | Record<string, any>;
285
+ }) => import("vue").VNodeChild) | undefined;
286
+ item?: false | ((arg: {
287
+ item: string | number | Record<string, any>;
288
+ }) => import("vue").VNodeChild) | undefined;
289
+ window?: false | (() => import("vue").VNodeChild) | undefined;
290
+ } | undefined;
291
+ } & {
292
+ [x: `v-slot:tab.${string}`]: false | ((arg: {
241
293
  item: string | number | Record<string, any>;
242
294
  }) => import("vue").VNodeChild) | undefined;
243
- [x: `item.${string}`]: ((arg: {
295
+ [x: `v-slot:item.${string}`]: false | ((arg: {
244
296
  item: string | number | Record<string, any>;
245
297
  }) => import("vue").VNodeChild) | undefined;
246
- default?: (() => import("vue").VNodeChild) | undefined;
247
- tab?: ((arg: {
298
+ "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
299
+ "v-slot:tab"?: false | ((arg: {
248
300
  item: string | number | Record<string, any>;
249
301
  }) => import("vue").VNodeChild) | undefined;
250
- item?: ((arg: {
302
+ "v-slot:item"?: false | ((arg: {
251
303
  item: string | number | Record<string, any>;
252
304
  }) => import("vue").VNodeChild) | undefined;
253
- window?: (() => import("vue").VNodeChild) | undefined;
305
+ "v-slot:window"?: false | (() => import("vue").VNodeChild) | undefined;
254
306
  };
255
- 'v-slots'?: {
256
- [x: `tab.${string}`]: false | ((arg: {
307
+ $slots: {
308
+ [x: `tab.${string}`]: (arg: {
257
309
  item: string | number | Record<string, any>;
258
- }) => import("vue").VNodeChild) | undefined;
259
- [x: `item.${string}`]: false | ((arg: {
310
+ }) => import("vue").VNode[];
311
+ [x: `item.${string}`]: (arg: {
260
312
  item: string | number | Record<string, any>;
261
- }) => import("vue").VNodeChild) | undefined;
262
- default?: false | (() => import("vue").VNodeChild) | undefined;
263
- tab?: false | ((arg: {
313
+ }) => import("vue").VNode[];
314
+ default: () => import("vue").VNode[];
315
+ tab: (arg: {
264
316
  item: string | number | Record<string, any>;
265
- }) => import("vue").VNodeChild) | undefined;
266
- item?: false | ((arg: {
317
+ }) => import("vue").VNode[];
318
+ item: (arg: {
267
319
  item: string | number | Record<string, any>;
268
- }) => import("vue").VNodeChild) | undefined;
269
- window?: false | (() => import("vue").VNodeChild) | undefined;
270
- } | undefined;
271
- } & {
272
- [x: `v-slot:tab.${string}`]: false | ((arg: {
273
- item: string | number | Record<string, any>;
274
- }) => import("vue").VNodeChild) | undefined;
275
- [x: `v-slot:item.${string}`]: false | ((arg: {
276
- item: string | number | Record<string, any>;
277
- }) => import("vue").VNodeChild) | undefined;
278
- "v-slot:default"?: false | (() => import("vue").VNodeChild) | undefined;
279
- "v-slot:tab"?: false | ((arg: {
280
- item: string | number | Record<string, any>;
281
- }) => import("vue").VNodeChild) | undefined;
282
- "v-slot:item"?: false | ((arg: {
283
- item: string | number | Record<string, any>;
284
- }) => import("vue").VNodeChild) | undefined;
285
- "v-slot:window"?: false | (() => import("vue").VNodeChild) | undefined;
286
- } & {
287
- "onUpdate:modelValue"?: ((v: unknown) => any) | undefined;
288
- }, {}, {}, {}, {}, {
289
- symbol: any;
290
- height: string | number;
291
- direction: "horizontal" | "vertical";
292
- style: import("vue").StyleValue;
293
- mobile: boolean | null;
294
- disabled: boolean;
295
- multiple: boolean;
296
- tag: string;
297
- mandatory: boolean | "force";
298
- modelValue: any;
299
- items: readonly (string | number | Record<string, any>)[];
300
- density: "default" | "comfortable" | "compact" | null;
301
- selectedClass: string;
302
- stacked: boolean;
303
- centerActive: boolean;
304
- nextIcon: string | (string | [path: string, opacity: number])[] | ((new () => any) | import("vue").FunctionalComponent<any, {}, any, {}>);
305
- prevIcon: string | (string | [path: string, opacity: number])[] | ((new () => any) | import("vue").FunctionalComponent<any, {}, any, {}>);
306
- grow: boolean;
307
- hideSlider: boolean;
308
- alignTabs: "center" | "end" | "start" | "title";
309
- fixedTabs: boolean;
310
- }> | null;
320
+ }) => import("vue").VNode[];
321
+ window: () => import("vue").VNode[];
322
+ };
323
+ }) | null;
311
324
  }, any>;
312
325
  export default _default;
@@ -4,16 +4,35 @@ export class EodashCollection {
4
4
  *
5
5
  * @param {import("stac-ts").StacCollection} indicator */
6
6
  static getIndicatorLayers(indicator: import("stac-ts").StacCollection): Promise<(Record<string, any> | {
7
- style?: import("../types").EodashStyleJson | undefined;
7
+ interactions: never[];
8
+ style?: any;
9
+ type: string;
10
+ source: {
11
+ type: string;
12
+ url: string;
13
+ format: string;
14
+ attributions: unknown;
15
+ };
16
+ properties: {
17
+ layerConfig?: {
18
+ style: any;
19
+ } | undefined;
20
+ id: string;
21
+ title: string;
22
+ layerDatetime: Record<string, unknown> | undefined;
23
+ };
24
+ } | {
25
+ style?: any;
8
26
  type: string;
9
27
  source: {
10
28
  type: string;
11
29
  url: string | undefined;
12
30
  format: string;
31
+ attributions: {}[];
13
32
  };
14
33
  properties: {
15
34
  layerConfig?: {
16
- style: import("../types").EodashStyleJson | undefined;
35
+ style: any;
17
36
  } | undefined;
18
37
  id: string;
19
38
  title: string;
@@ -27,6 +46,7 @@ export class EodashCollection {
27
46
  interpolate: boolean;
28
47
  sources: {
29
48
  url: string;
49
+ attributions: unknown;
30
50
  }[];
31
51
  };
32
52
  properties: {
@@ -35,7 +55,7 @@ export class EodashCollection {
35
55
  layerConfig: Record<string, unknown> | undefined;
36
56
  layerDatetime: Record<string, unknown> | undefined;
37
57
  };
38
- style: import("../types").EodashStyleJson | undefined;
58
+ style: any;
39
59
  })[]>;
40
60
  /**
41
61
  * Returns GeoDB layer from a list of EodashCollections
@@ -54,13 +74,22 @@ export class EodashCollection {
54
74
  url: string;
55
75
  format: string;
56
76
  };
57
- style: {
58
- "circle-radius": number;
59
- "circle-fill-color": string;
60
- "circle-stroke-color": string;
61
- "fill-color": string;
62
- "stroke-color": string;
63
- };
77
+ style: ({
78
+ filter: (string | (string | number)[])[];
79
+ style: {
80
+ "icon-src": string;
81
+ };
82
+ else?: boolean | undefined;
83
+ } | {
84
+ else: boolean;
85
+ style: {
86
+ "circle-radius": number;
87
+ "circle-fill-color": string;
88
+ "circle-stroke-color": string;
89
+ "fill-color": string;
90
+ "stroke-color": string;
91
+ };
92
+ })[];
64
93
  interactions: never[];
65
94
  } | null;
66
95
  /** @param {string} collectionUrl */
@@ -99,11 +128,7 @@ export class EodashCollection {
99
128
  * @param {Date} [date]
100
129
  **/
101
130
  getItem(date?: Date): import("stac-ts").StacLink | undefined;
102
- getToolTipProperties(): Promise<{
103
- id: string;
104
- title?: string;
105
- appendix?: string;
106
- }[]>;
131
+ getToolTipProperties(): Promise<any>;
107
132
  /**
108
133
  *
109
134
  * @param {string} datetime