@eodash/eodash 5.0.0-rc.1.5 → 5.0.0-rc.2
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/README.md +1 -1
- package/core/client/composables/EodashMap.js +47 -28
- package/core/client/composables/EodashProcess.js +51 -5
- package/core/client/composables/index.js +8 -1
- package/core/client/eodash.js +21 -7
- package/core/client/eodashSTAC/EodashCollection.js +24 -4
- package/core/client/eodashSTAC/createLayers.js +62 -6
- package/core/client/eodashSTAC/helpers.js +48 -5
- package/core/client/eodashSTAC/triggers.js +52 -1
- package/core/client/store/stac.js +7 -2
- package/core/client/types.ts +10 -1
- package/core/client/utils/index.js +12 -0
- package/core/client/utils/states.js +18 -1
- package/core/client/views/Dashboard.vue +3 -1
- package/dist/client/{DashboardLayout-B-4X57-t.js → DashboardLayout-VrJIbhe8.js} +2 -2
- package/dist/client/{DynamicWebComponent-Dj3QYwag.js → DynamicWebComponent-BCwpocDX.js} +1 -1
- package/dist/client/EodashDatePicker-Bp5ec3BC.js +430 -0
- package/dist/client/{EodashItemFilter-DBQwJQPh.js → EodashItemFilter-Cx0t-qeW.js} +1 -1
- package/dist/client/{EodashLayerControl-C5fOCvoI.js → EodashLayerControl-DERx00In.js} +10 -2
- package/dist/client/{EodashLayoutSwitcher-BMO9k_20.js → EodashLayoutSwitcher-DTS7otlk.js} +2 -2
- package/dist/client/{EodashMap-D2bnMLAC.js → EodashMap-C-I6puhb.js} +101 -73
- package/dist/client/{EodashMapBtns-l9B977id.js → EodashMapBtns-CWgtJiG4.js} +4 -4
- package/dist/client/{EodashProcess-BtIlJvF1.js → EodashProcess-DWrTIyHT.js} +188 -33
- package/dist/client/{EodashStacInfo-CPVvp_Hm.js → EodashStacInfo-Dvsk97Mz.js} +1 -1
- package/dist/client/{EodashTools-DY2dlNXW.js → EodashTools-CdnjgTTl.js} +4 -4
- package/dist/client/{ExportState-BvD5A0XG.js → ExportState-S4lcehm3.js} +4 -4
- package/dist/client/{Footer-w95gBnSH.js → Footer-DlIEbXp-.js} +1 -1
- package/dist/client/{Header-BpiorKy9.js → Header-CTiEXLi0.js} +3 -3
- package/dist/client/{MobileLayout-CmVlZe7S.js → MobileLayout-DRgyQYFz.js} +17 -7
- package/dist/client/{PopUp-CREaSybs.js → PopUp-CzqV8BFZ.js} +3 -3
- package/dist/client/{VImg-DF9esgdd.js → VImg-Bn8bCvVM.js} +2 -2
- package/dist/client/{VMain-BWLMf-rn.js → VMain-2GOqWb6m.js} +1 -1
- package/dist/client/{VOverlay-DmNfblmy.js → VOverlay-BetC0LGI.js} +3 -3
- package/dist/client/{VTooltip-C3PeE7iO.js → VTooltip-BWg0dxx5.js} +3 -3
- package/dist/client/{WidgetsContainer-6FHEEXns.js → WidgetsContainer-Cv466WUW.js} +1 -1
- package/dist/client/{asWebComponent-BnFMd0T6.js → asWebComponent-CLUhauLl.js} +422 -164
- package/dist/client/eo-dash.css +1 -1
- package/dist/client/eo-dash.js +1 -1
- package/dist/client/{forwardRefs-BF3Me2RX.js → forwardRefs-CxSsJulB.js} +1 -1
- package/dist/client/{index-CRd5-RSy.js → index-BMj56LY3.js} +1 -1
- package/dist/client/{transition-Cpn_g5jE.js → transition-DidoPMgC.js} +1 -1
- package/dist/node/cli.js +2 -2
- package/dist/types/core/client/composables/EodashMap.d.ts +2 -1
- package/dist/types/core/client/composables/EodashProcess.d.ts +17 -11
- package/dist/types/core/client/composables/index.d.ts +1 -1
- package/dist/types/core/client/eodashSTAC/EodashCollection.d.ts +11 -4
- package/dist/types/core/client/eodashSTAC/createLayers.d.ts +6 -6
- package/dist/types/core/client/eodashSTAC/helpers.d.ts +77 -20
- package/dist/types/core/client/eodashSTAC/triggers.d.ts +6 -0
- package/dist/types/core/client/types.d.ts +13 -1
- package/dist/types/core/client/utils/index.d.ts +1 -0
- package/dist/types/core/client/utils/states.d.ts +9 -0
- package/dist/types/widgets/EodashDatePicker.vue.d.ts +459 -2
- package/dist/types/widgets/EodashMap.vue.d.ts +2 -0
- package/dist/types/widgets/EodashProcess.vue.d.ts +1 -0
- package/dist/types/widgets/PopUp.vue.d.ts +1 -2
- package/package.json +24 -24
- package/widgets/EodashDatePicker.vue +139 -22
- package/widgets/EodashLayerControl.vue +13 -1
- package/widgets/EodashMap.vue +63 -5
- package/widgets/EodashProcess.vue +82 -22
- package/dist/client/EodashDatePicker-DGRJrJ0s.js +0 -306
|
@@ -1,13 +1,470 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
+
hintText: string;
|
|
3
|
+
toggleCalendar: boolean;
|
|
2
4
|
hideArrows: boolean;
|
|
3
5
|
hideInputField: boolean;
|
|
4
|
-
hintText: string;
|
|
5
6
|
$props: {
|
|
7
|
+
readonly hintText?: string | undefined;
|
|
8
|
+
readonly toggleCalendar?: boolean | undefined;
|
|
6
9
|
readonly hideArrows?: boolean | undefined;
|
|
7
10
|
readonly hideInputField?: boolean | undefined;
|
|
8
|
-
readonly hintText?: string | undefined;
|
|
9
11
|
};
|
|
10
12
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {
|
|
11
13
|
rootRef: HTMLDivElement;
|
|
14
|
+
datePicker: ({
|
|
15
|
+
$: import("vue").ComponentInternalInstance;
|
|
16
|
+
$data: {};
|
|
17
|
+
$props: Partial<{
|
|
18
|
+
updateOnInput: boolean;
|
|
19
|
+
inputDebounce: number;
|
|
20
|
+
color: string;
|
|
21
|
+
isDark: boolean | "system" | import("vue-screen-utils").DarkModeClassConfig;
|
|
22
|
+
popover: boolean | Partial<import("v-calendar/dist/types/src/utils/popovers").PopoverOptions>;
|
|
23
|
+
mode: string;
|
|
24
|
+
modelModifiers: import("v-calendar/dist/types/src/use/datePicker").ModelModifiers;
|
|
25
|
+
is24hr: boolean;
|
|
26
|
+
hideTimeHeader: boolean;
|
|
27
|
+
timeAccuracy: number;
|
|
28
|
+
isRequired: boolean;
|
|
29
|
+
isRange: boolean;
|
|
30
|
+
}> & Omit<{
|
|
31
|
+
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
|
32
|
+
readonly mode: string;
|
|
33
|
+
readonly modelModifiers: import("v-calendar/dist/types/src/use/datePicker").ModelModifiers;
|
|
34
|
+
readonly is24hr: boolean;
|
|
35
|
+
readonly hideTimeHeader: boolean;
|
|
36
|
+
readonly timeAccuracy: number;
|
|
37
|
+
readonly isRequired: boolean;
|
|
38
|
+
readonly isRange: boolean;
|
|
39
|
+
readonly popover: boolean | Partial<import("v-calendar/dist/types/src/utils/popovers").PopoverOptions>;
|
|
40
|
+
readonly color?: string | undefined;
|
|
41
|
+
readonly modelValue?: string | number | Date | Partial<{
|
|
42
|
+
start: import("v-calendar/dist/types/src/use/datePicker").DatePickerDate;
|
|
43
|
+
end: import("v-calendar/dist/types/src/use/datePicker").DatePickerDate;
|
|
44
|
+
}> | null | undefined;
|
|
45
|
+
readonly rules?: "auto" | import("v-calendar/dist/types/src/utils/date/helpers").DatePartsRules | undefined;
|
|
46
|
+
readonly updateOnInput?: boolean | undefined;
|
|
47
|
+
readonly inputDebounce?: number | undefined;
|
|
48
|
+
readonly dragAttribute?: import("v-calendar/dist/types/src/utils/attribute").AttributeConfig | undefined;
|
|
49
|
+
readonly selectAttribute?: import("v-calendar/dist/types/src/utils/attribute").AttributeConfig | undefined;
|
|
50
|
+
readonly attributes?: Record<string, any> | unknown[] | undefined;
|
|
51
|
+
readonly isDark?: boolean | "system" | import("vue-screen-utils").DarkModeClassConfig | undefined;
|
|
52
|
+
readonly firstDayOfWeek?: import("v-calendar/dist/types/src/utils/date/helpers").DayOfWeek | undefined;
|
|
53
|
+
readonly masks?: Record<string, any> | undefined;
|
|
54
|
+
readonly locale?: string | Record<string, any> | import("v-calendar/dist/types/src/utils/locale").default | undefined;
|
|
55
|
+
readonly timezone?: string | undefined;
|
|
56
|
+
readonly minDate?: any;
|
|
57
|
+
readonly maxDate?: any;
|
|
58
|
+
readonly disabledDates?: any;
|
|
59
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "color" | "mode" | "modelModifiers" | "is24hr" | "hideTimeHeader" | "timeAccuracy" | "isRequired" | "isRange" | "updateOnInput" | "inputDebounce" | "popover" | "isDark">;
|
|
60
|
+
$attrs: {
|
|
61
|
+
[x: string]: unknown;
|
|
62
|
+
};
|
|
63
|
+
$refs: {
|
|
64
|
+
[x: string]: unknown;
|
|
65
|
+
};
|
|
66
|
+
$slots: Readonly<{
|
|
67
|
+
[name: string]: import("vue").Slot<any> | undefined;
|
|
68
|
+
}>;
|
|
69
|
+
$root: import("vue").ComponentPublicInstance | null;
|
|
70
|
+
$parent: import("vue").ComponentPublicInstance | null;
|
|
71
|
+
$host: Element | null;
|
|
72
|
+
$emit: (event: string, ...args: any[]) => void;
|
|
73
|
+
$el: any;
|
|
74
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
75
|
+
mode: {
|
|
76
|
+
type: StringConstructor;
|
|
77
|
+
default: string;
|
|
78
|
+
};
|
|
79
|
+
modelValue: {
|
|
80
|
+
type: import("vue").PropType<string | number | Date | Partial<{
|
|
81
|
+
start: import("v-calendar/dist/types/src/use/datePicker").DatePickerDate;
|
|
82
|
+
end: import("v-calendar/dist/types/src/use/datePicker").DatePickerDate;
|
|
83
|
+
}> | null>;
|
|
84
|
+
};
|
|
85
|
+
modelModifiers: {
|
|
86
|
+
type: import("vue").PropType<import("v-calendar/dist/types/src/use/datePicker").ModelModifiers>;
|
|
87
|
+
default: () => {};
|
|
88
|
+
};
|
|
89
|
+
rules: import("vue").PropType<import("v-calendar/dist/types/src/utils/date/helpers").DatePartsRules | "auto">;
|
|
90
|
+
is24hr: BooleanConstructor;
|
|
91
|
+
hideTimeHeader: BooleanConstructor;
|
|
92
|
+
timeAccuracy: {
|
|
93
|
+
type: NumberConstructor;
|
|
94
|
+
default: number;
|
|
95
|
+
};
|
|
96
|
+
isRequired: BooleanConstructor;
|
|
97
|
+
isRange: BooleanConstructor;
|
|
98
|
+
updateOnInput: {
|
|
99
|
+
type: BooleanConstructor;
|
|
100
|
+
default: () => any;
|
|
101
|
+
};
|
|
102
|
+
inputDebounce: {
|
|
103
|
+
type: NumberConstructor;
|
|
104
|
+
default: () => any;
|
|
105
|
+
};
|
|
106
|
+
popover: {
|
|
107
|
+
type: import("vue").PropType<boolean | Partial<import("v-calendar/dist/types/src/utils/popovers").PopoverOptions>>;
|
|
108
|
+
default: boolean;
|
|
109
|
+
};
|
|
110
|
+
dragAttribute: import("vue").PropType<import("v-calendar/dist/types/src/utils/attribute").AttributeConfig>;
|
|
111
|
+
selectAttribute: import("vue").PropType<import("v-calendar/dist/types/src/utils/attribute").AttributeConfig>;
|
|
112
|
+
attributes: (ArrayConstructor | ObjectConstructor)[];
|
|
113
|
+
color: {
|
|
114
|
+
type: StringConstructor;
|
|
115
|
+
default: () => any;
|
|
116
|
+
};
|
|
117
|
+
isDark: {
|
|
118
|
+
type: import("vue").PropType<boolean | "system" | import("vue-screen-utils").DarkModeClassConfig>;
|
|
119
|
+
default: () => any;
|
|
120
|
+
};
|
|
121
|
+
firstDayOfWeek: import("vue").PropType<import("v-calendar/dist/types/src/utils/date/helpers").DayOfWeek>;
|
|
122
|
+
masks: ObjectConstructor;
|
|
123
|
+
locale: import("vue").PropType<string | Record<string, any> | import("v-calendar/dist/types/src/utils/locale").default>;
|
|
124
|
+
timezone: StringConstructor;
|
|
125
|
+
minDate: null;
|
|
126
|
+
maxDate: null;
|
|
127
|
+
disabledDates: null;
|
|
128
|
+
}>> & {
|
|
129
|
+
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
|
130
|
+
}, (() => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
131
|
+
[key: string]: any;
|
|
132
|
+
}> | null | undefined) | (() => (import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
133
|
+
[key: string]: any;
|
|
134
|
+
}> | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
135
|
+
[key: string]: any;
|
|
136
|
+
}>[])[]), unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, string[], string, {
|
|
137
|
+
updateOnInput: boolean;
|
|
138
|
+
inputDebounce: number;
|
|
139
|
+
color: string;
|
|
140
|
+
isDark: boolean | "system" | import("vue-screen-utils").DarkModeClassConfig;
|
|
141
|
+
popover: boolean | Partial<import("v-calendar/dist/types/src/utils/popovers").PopoverOptions>;
|
|
142
|
+
mode: string;
|
|
143
|
+
modelModifiers: import("v-calendar/dist/types/src/use/datePicker").ModelModifiers;
|
|
144
|
+
is24hr: boolean;
|
|
145
|
+
hideTimeHeader: boolean;
|
|
146
|
+
timeAccuracy: number;
|
|
147
|
+
isRequired: boolean;
|
|
148
|
+
isRange: boolean;
|
|
149
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
150
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
151
|
+
created?: (() => void) | (() => void)[];
|
|
152
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
153
|
+
mounted?: (() => void) | (() => void)[];
|
|
154
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
155
|
+
updated?: (() => void) | (() => void)[];
|
|
156
|
+
activated?: (() => void) | (() => void)[];
|
|
157
|
+
deactivated?: (() => void) | (() => void)[];
|
|
158
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
159
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
160
|
+
destroyed?: (() => void) | (() => void)[];
|
|
161
|
+
unmounted?: (() => void) | (() => void)[];
|
|
162
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
163
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
164
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
165
|
+
};
|
|
166
|
+
$forceUpdate: () => void;
|
|
167
|
+
$nextTick: typeof import("vue").nextTick;
|
|
168
|
+
$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;
|
|
169
|
+
} & Readonly<{
|
|
170
|
+
updateOnInput: boolean;
|
|
171
|
+
inputDebounce: number;
|
|
172
|
+
color: string;
|
|
173
|
+
isDark: boolean | "system" | import("vue-screen-utils").DarkModeClassConfig;
|
|
174
|
+
popover: boolean | Partial<import("v-calendar/dist/types/src/utils/popovers").PopoverOptions>;
|
|
175
|
+
mode: string;
|
|
176
|
+
modelModifiers: import("v-calendar/dist/types/src/use/datePicker").ModelModifiers;
|
|
177
|
+
is24hr: boolean;
|
|
178
|
+
hideTimeHeader: boolean;
|
|
179
|
+
timeAccuracy: number;
|
|
180
|
+
isRequired: boolean;
|
|
181
|
+
isRange: boolean;
|
|
182
|
+
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
183
|
+
mode: {
|
|
184
|
+
type: StringConstructor;
|
|
185
|
+
default: string;
|
|
186
|
+
};
|
|
187
|
+
modelValue: {
|
|
188
|
+
type: import("vue").PropType<string | number | Date | Partial<{
|
|
189
|
+
start: import("v-calendar/dist/types/src/use/datePicker").DatePickerDate;
|
|
190
|
+
end: import("v-calendar/dist/types/src/use/datePicker").DatePickerDate;
|
|
191
|
+
}> | null>;
|
|
192
|
+
};
|
|
193
|
+
modelModifiers: {
|
|
194
|
+
type: import("vue").PropType<import("v-calendar/dist/types/src/use/datePicker").ModelModifiers>;
|
|
195
|
+
default: () => {};
|
|
196
|
+
};
|
|
197
|
+
rules: import("vue").PropType<import("v-calendar/dist/types/src/utils/date/helpers").DatePartsRules | "auto">;
|
|
198
|
+
is24hr: BooleanConstructor;
|
|
199
|
+
hideTimeHeader: BooleanConstructor;
|
|
200
|
+
timeAccuracy: {
|
|
201
|
+
type: NumberConstructor;
|
|
202
|
+
default: number;
|
|
203
|
+
};
|
|
204
|
+
isRequired: BooleanConstructor;
|
|
205
|
+
isRange: BooleanConstructor;
|
|
206
|
+
updateOnInput: {
|
|
207
|
+
type: BooleanConstructor;
|
|
208
|
+
default: () => any;
|
|
209
|
+
};
|
|
210
|
+
inputDebounce: {
|
|
211
|
+
type: NumberConstructor;
|
|
212
|
+
default: () => any;
|
|
213
|
+
};
|
|
214
|
+
popover: {
|
|
215
|
+
type: import("vue").PropType<boolean | Partial<import("v-calendar/dist/types/src/utils/popovers").PopoverOptions>>;
|
|
216
|
+
default: boolean;
|
|
217
|
+
};
|
|
218
|
+
dragAttribute: import("vue").PropType<import("v-calendar/dist/types/src/utils/attribute").AttributeConfig>;
|
|
219
|
+
selectAttribute: import("vue").PropType<import("v-calendar/dist/types/src/utils/attribute").AttributeConfig>;
|
|
220
|
+
attributes: (ArrayConstructor | ObjectConstructor)[];
|
|
221
|
+
color: {
|
|
222
|
+
type: StringConstructor;
|
|
223
|
+
default: () => any;
|
|
224
|
+
};
|
|
225
|
+
isDark: {
|
|
226
|
+
type: import("vue").PropType<boolean | "system" | import("vue-screen-utils").DarkModeClassConfig>;
|
|
227
|
+
default: () => any;
|
|
228
|
+
};
|
|
229
|
+
firstDayOfWeek: import("vue").PropType<import("v-calendar/dist/types/src/utils/date/helpers").DayOfWeek>;
|
|
230
|
+
masks: ObjectConstructor;
|
|
231
|
+
locale: import("vue").PropType<string | Record<string, any> | import("v-calendar/dist/types/src/utils/locale").default>;
|
|
232
|
+
timezone: StringConstructor;
|
|
233
|
+
minDate: null;
|
|
234
|
+
maxDate: null;
|
|
235
|
+
disabledDates: null;
|
|
236
|
+
}>> & {
|
|
237
|
+
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
|
238
|
+
}, "color" | "mode" | "modelModifiers" | "is24hr" | "hideTimeHeader" | "timeAccuracy" | "isRequired" | "isRange" | "updateOnInput" | "inputDebounce" | "popover" | "isDark"> & import("vue").ShallowUnwrapRef<() => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
239
|
+
[key: string]: any;
|
|
240
|
+
}> | null | undefined> & {} & import("vue").ComponentCustomProperties & {}) | ({
|
|
241
|
+
$: import("vue").ComponentInternalInstance;
|
|
242
|
+
$data: {};
|
|
243
|
+
$props: Partial<{
|
|
244
|
+
updateOnInput: boolean;
|
|
245
|
+
inputDebounce: number;
|
|
246
|
+
color: string;
|
|
247
|
+
isDark: boolean | "system" | import("vue-screen-utils").DarkModeClassConfig;
|
|
248
|
+
popover: boolean | Partial<import("v-calendar/dist/types/src/utils/popovers").PopoverOptions>;
|
|
249
|
+
mode: string;
|
|
250
|
+
modelModifiers: import("v-calendar/dist/types/src/use/datePicker").ModelModifiers;
|
|
251
|
+
is24hr: boolean;
|
|
252
|
+
hideTimeHeader: boolean;
|
|
253
|
+
timeAccuracy: number;
|
|
254
|
+
isRequired: boolean;
|
|
255
|
+
isRange: boolean;
|
|
256
|
+
}> & Omit<{
|
|
257
|
+
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
|
258
|
+
readonly mode: string;
|
|
259
|
+
readonly modelModifiers: import("v-calendar/dist/types/src/use/datePicker").ModelModifiers;
|
|
260
|
+
readonly is24hr: boolean;
|
|
261
|
+
readonly hideTimeHeader: boolean;
|
|
262
|
+
readonly timeAccuracy: number;
|
|
263
|
+
readonly isRequired: boolean;
|
|
264
|
+
readonly isRange: boolean;
|
|
265
|
+
readonly popover: boolean | Partial<import("v-calendar/dist/types/src/utils/popovers").PopoverOptions>;
|
|
266
|
+
readonly color?: string | undefined;
|
|
267
|
+
readonly modelValue?: string | number | Date | Partial<{
|
|
268
|
+
start: import("v-calendar/dist/types/src/use/datePicker").DatePickerDate;
|
|
269
|
+
end: import("v-calendar/dist/types/src/use/datePicker").DatePickerDate;
|
|
270
|
+
}> | null | undefined;
|
|
271
|
+
readonly rules?: "auto" | import("v-calendar/dist/types/src/utils/date/helpers").DatePartsRules | undefined;
|
|
272
|
+
readonly updateOnInput?: boolean | undefined;
|
|
273
|
+
readonly inputDebounce?: number | undefined;
|
|
274
|
+
readonly dragAttribute?: import("v-calendar/dist/types/src/utils/attribute").AttributeConfig | undefined;
|
|
275
|
+
readonly selectAttribute?: import("v-calendar/dist/types/src/utils/attribute").AttributeConfig | undefined;
|
|
276
|
+
readonly attributes?: Record<string, any> | unknown[] | undefined;
|
|
277
|
+
readonly isDark?: boolean | "system" | import("vue-screen-utils").DarkModeClassConfig | undefined;
|
|
278
|
+
readonly firstDayOfWeek?: import("v-calendar/dist/types/src/utils/date/helpers").DayOfWeek | undefined;
|
|
279
|
+
readonly masks?: Record<string, any> | undefined;
|
|
280
|
+
readonly locale?: string | Record<string, any> | import("v-calendar/dist/types/src/utils/locale").default | undefined;
|
|
281
|
+
readonly timezone?: string | undefined;
|
|
282
|
+
readonly minDate?: any;
|
|
283
|
+
readonly maxDate?: any;
|
|
284
|
+
readonly disabledDates?: any;
|
|
285
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "color" | "mode" | "modelModifiers" | "is24hr" | "hideTimeHeader" | "timeAccuracy" | "isRequired" | "isRange" | "updateOnInput" | "inputDebounce" | "popover" | "isDark">;
|
|
286
|
+
$attrs: {
|
|
287
|
+
[x: string]: unknown;
|
|
288
|
+
};
|
|
289
|
+
$refs: {
|
|
290
|
+
[x: string]: unknown;
|
|
291
|
+
};
|
|
292
|
+
$slots: Readonly<{
|
|
293
|
+
[name: string]: import("vue").Slot<any> | undefined;
|
|
294
|
+
}>;
|
|
295
|
+
$root: import("vue").ComponentPublicInstance | null;
|
|
296
|
+
$parent: import("vue").ComponentPublicInstance | null;
|
|
297
|
+
$host: Element | null;
|
|
298
|
+
$emit: (event: string, ...args: any[]) => void;
|
|
299
|
+
$el: any;
|
|
300
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
301
|
+
mode: {
|
|
302
|
+
type: StringConstructor;
|
|
303
|
+
default: string;
|
|
304
|
+
};
|
|
305
|
+
modelValue: {
|
|
306
|
+
type: import("vue").PropType<string | number | Date | Partial<{
|
|
307
|
+
start: import("v-calendar/dist/types/src/use/datePicker").DatePickerDate;
|
|
308
|
+
end: import("v-calendar/dist/types/src/use/datePicker").DatePickerDate;
|
|
309
|
+
}> | null>;
|
|
310
|
+
};
|
|
311
|
+
modelModifiers: {
|
|
312
|
+
type: import("vue").PropType<import("v-calendar/dist/types/src/use/datePicker").ModelModifiers>;
|
|
313
|
+
default: () => {};
|
|
314
|
+
};
|
|
315
|
+
rules: import("vue").PropType<import("v-calendar/dist/types/src/utils/date/helpers").DatePartsRules | "auto">;
|
|
316
|
+
is24hr: BooleanConstructor;
|
|
317
|
+
hideTimeHeader: BooleanConstructor;
|
|
318
|
+
timeAccuracy: {
|
|
319
|
+
type: NumberConstructor;
|
|
320
|
+
default: number;
|
|
321
|
+
};
|
|
322
|
+
isRequired: BooleanConstructor;
|
|
323
|
+
isRange: BooleanConstructor;
|
|
324
|
+
updateOnInput: {
|
|
325
|
+
type: BooleanConstructor;
|
|
326
|
+
default: () => any;
|
|
327
|
+
};
|
|
328
|
+
inputDebounce: {
|
|
329
|
+
type: NumberConstructor;
|
|
330
|
+
default: () => any;
|
|
331
|
+
};
|
|
332
|
+
popover: {
|
|
333
|
+
type: import("vue").PropType<boolean | Partial<import("v-calendar/dist/types/src/utils/popovers").PopoverOptions>>;
|
|
334
|
+
default: boolean;
|
|
335
|
+
};
|
|
336
|
+
dragAttribute: import("vue").PropType<import("v-calendar/dist/types/src/utils/attribute").AttributeConfig>;
|
|
337
|
+
selectAttribute: import("vue").PropType<import("v-calendar/dist/types/src/utils/attribute").AttributeConfig>;
|
|
338
|
+
attributes: (ArrayConstructor | ObjectConstructor)[];
|
|
339
|
+
color: {
|
|
340
|
+
type: StringConstructor;
|
|
341
|
+
default: () => any;
|
|
342
|
+
};
|
|
343
|
+
isDark: {
|
|
344
|
+
type: import("vue").PropType<boolean | "system" | import("vue-screen-utils").DarkModeClassConfig>;
|
|
345
|
+
default: () => any;
|
|
346
|
+
};
|
|
347
|
+
firstDayOfWeek: import("vue").PropType<import("v-calendar/dist/types/src/utils/date/helpers").DayOfWeek>;
|
|
348
|
+
masks: ObjectConstructor;
|
|
349
|
+
locale: import("vue").PropType<string | Record<string, any> | import("v-calendar/dist/types/src/utils/locale").default>;
|
|
350
|
+
timezone: StringConstructor;
|
|
351
|
+
minDate: null;
|
|
352
|
+
maxDate: null;
|
|
353
|
+
disabledDates: null;
|
|
354
|
+
}>> & {
|
|
355
|
+
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
|
356
|
+
}, (() => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
357
|
+
[key: string]: any;
|
|
358
|
+
}> | null | undefined) | (() => (import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
359
|
+
[key: string]: any;
|
|
360
|
+
}> | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
361
|
+
[key: string]: any;
|
|
362
|
+
}>[])[]), unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, string[], string, {
|
|
363
|
+
updateOnInput: boolean;
|
|
364
|
+
inputDebounce: number;
|
|
365
|
+
color: string;
|
|
366
|
+
isDark: boolean | "system" | import("vue-screen-utils").DarkModeClassConfig;
|
|
367
|
+
popover: boolean | Partial<import("v-calendar/dist/types/src/utils/popovers").PopoverOptions>;
|
|
368
|
+
mode: string;
|
|
369
|
+
modelModifiers: import("v-calendar/dist/types/src/use/datePicker").ModelModifiers;
|
|
370
|
+
is24hr: boolean;
|
|
371
|
+
hideTimeHeader: boolean;
|
|
372
|
+
timeAccuracy: number;
|
|
373
|
+
isRequired: boolean;
|
|
374
|
+
isRange: boolean;
|
|
375
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
376
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
377
|
+
created?: (() => void) | (() => void)[];
|
|
378
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
379
|
+
mounted?: (() => void) | (() => void)[];
|
|
380
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
381
|
+
updated?: (() => void) | (() => void)[];
|
|
382
|
+
activated?: (() => void) | (() => void)[];
|
|
383
|
+
deactivated?: (() => void) | (() => void)[];
|
|
384
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
385
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
386
|
+
destroyed?: (() => void) | (() => void)[];
|
|
387
|
+
unmounted?: (() => void) | (() => void)[];
|
|
388
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
389
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
390
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
391
|
+
};
|
|
392
|
+
$forceUpdate: () => void;
|
|
393
|
+
$nextTick: typeof import("vue").nextTick;
|
|
394
|
+
$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;
|
|
395
|
+
} & Readonly<{
|
|
396
|
+
updateOnInput: boolean;
|
|
397
|
+
inputDebounce: number;
|
|
398
|
+
color: string;
|
|
399
|
+
isDark: boolean | "system" | import("vue-screen-utils").DarkModeClassConfig;
|
|
400
|
+
popover: boolean | Partial<import("v-calendar/dist/types/src/utils/popovers").PopoverOptions>;
|
|
401
|
+
mode: string;
|
|
402
|
+
modelModifiers: import("v-calendar/dist/types/src/use/datePicker").ModelModifiers;
|
|
403
|
+
is24hr: boolean;
|
|
404
|
+
hideTimeHeader: boolean;
|
|
405
|
+
timeAccuracy: number;
|
|
406
|
+
isRequired: boolean;
|
|
407
|
+
isRange: boolean;
|
|
408
|
+
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
409
|
+
mode: {
|
|
410
|
+
type: StringConstructor;
|
|
411
|
+
default: string;
|
|
412
|
+
};
|
|
413
|
+
modelValue: {
|
|
414
|
+
type: import("vue").PropType<string | number | Date | Partial<{
|
|
415
|
+
start: import("v-calendar/dist/types/src/use/datePicker").DatePickerDate;
|
|
416
|
+
end: import("v-calendar/dist/types/src/use/datePicker").DatePickerDate;
|
|
417
|
+
}> | null>;
|
|
418
|
+
};
|
|
419
|
+
modelModifiers: {
|
|
420
|
+
type: import("vue").PropType<import("v-calendar/dist/types/src/use/datePicker").ModelModifiers>;
|
|
421
|
+
default: () => {};
|
|
422
|
+
};
|
|
423
|
+
rules: import("vue").PropType<import("v-calendar/dist/types/src/utils/date/helpers").DatePartsRules | "auto">;
|
|
424
|
+
is24hr: BooleanConstructor;
|
|
425
|
+
hideTimeHeader: BooleanConstructor;
|
|
426
|
+
timeAccuracy: {
|
|
427
|
+
type: NumberConstructor;
|
|
428
|
+
default: number;
|
|
429
|
+
};
|
|
430
|
+
isRequired: BooleanConstructor;
|
|
431
|
+
isRange: BooleanConstructor;
|
|
432
|
+
updateOnInput: {
|
|
433
|
+
type: BooleanConstructor;
|
|
434
|
+
default: () => any;
|
|
435
|
+
};
|
|
436
|
+
inputDebounce: {
|
|
437
|
+
type: NumberConstructor;
|
|
438
|
+
default: () => any;
|
|
439
|
+
};
|
|
440
|
+
popover: {
|
|
441
|
+
type: import("vue").PropType<boolean | Partial<import("v-calendar/dist/types/src/utils/popovers").PopoverOptions>>;
|
|
442
|
+
default: boolean;
|
|
443
|
+
};
|
|
444
|
+
dragAttribute: import("vue").PropType<import("v-calendar/dist/types/src/utils/attribute").AttributeConfig>;
|
|
445
|
+
selectAttribute: import("vue").PropType<import("v-calendar/dist/types/src/utils/attribute").AttributeConfig>;
|
|
446
|
+
attributes: (ArrayConstructor | ObjectConstructor)[];
|
|
447
|
+
color: {
|
|
448
|
+
type: StringConstructor;
|
|
449
|
+
default: () => any;
|
|
450
|
+
};
|
|
451
|
+
isDark: {
|
|
452
|
+
type: import("vue").PropType<boolean | "system" | import("vue-screen-utils").DarkModeClassConfig>;
|
|
453
|
+
default: () => any;
|
|
454
|
+
};
|
|
455
|
+
firstDayOfWeek: import("vue").PropType<import("v-calendar/dist/types/src/utils/date/helpers").DayOfWeek>;
|
|
456
|
+
masks: ObjectConstructor;
|
|
457
|
+
locale: import("vue").PropType<string | Record<string, any> | import("v-calendar/dist/types/src/utils/locale").default>;
|
|
458
|
+
timezone: StringConstructor;
|
|
459
|
+
minDate: null;
|
|
460
|
+
maxDate: null;
|
|
461
|
+
disabledDates: null;
|
|
462
|
+
}>> & {
|
|
463
|
+
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
|
464
|
+
}, "color" | "mode" | "modelModifiers" | "is24hr" | "hideTimeHeader" | "timeAccuracy" | "isRequired" | "isRange" | "updateOnInput" | "inputDebounce" | "popover" | "isDark"> & import("vue").ShallowUnwrapRef<() => (import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
465
|
+
[key: string]: any;
|
|
466
|
+
}> | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
467
|
+
[key: string]: any;
|
|
468
|
+
}>[])[]> & {} & import("vue").ComponentCustomProperties & {}) | null;
|
|
12
469
|
}, HTMLDivElement>;
|
|
13
470
|
export default _default;
|
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
2
|
enableCompare: boolean;
|
|
3
3
|
zoom: number;
|
|
4
|
+
zoomToExtent: boolean;
|
|
4
5
|
center?: [number, number] | undefined;
|
|
5
6
|
$props: {
|
|
6
7
|
readonly enableCompare?: boolean | undefined;
|
|
7
8
|
readonly zoom?: number | undefined;
|
|
9
|
+
readonly zoomToExtent?: boolean | undefined;
|
|
8
10
|
readonly center?: [number, number] | undefined;
|
|
9
11
|
};
|
|
10
12
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {
|
|
@@ -1,4 +1,5 @@
|
|
|
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
|
+
container: HTMLDivElement;
|
|
2
3
|
jsonformEl: unknown;
|
|
3
4
|
}, HTMLDivElement>;
|
|
4
5
|
export default _default;
|
|
@@ -18,11 +18,10 @@ declare const __VLS_component: import("vue").DefineComponent<{}, {
|
|
|
18
18
|
};
|
|
19
19
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, HTMLSpanElement>;
|
|
20
20
|
type __VLS_TemplateResult = {
|
|
21
|
-
attrs: Partial<
|
|
21
|
+
attrs: Partial<{}>;
|
|
22
22
|
slots: {
|
|
23
23
|
default?(_: {}): any;
|
|
24
24
|
};
|
|
25
25
|
refs: {};
|
|
26
26
|
rootEl: HTMLSpanElement;
|
|
27
27
|
};
|
|
28
|
-
declare let __VLS_inheritedAttrs: {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eodash/eodash",
|
|
3
|
-
"version": "5.0.0-rc.
|
|
3
|
+
"version": "5.0.0-rc.2",
|
|
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.3.
|
|
63
|
-
"@eox/drawtools": "^0.13.
|
|
64
|
-
"@eox/itemfilter": "^1.7.
|
|
65
|
-
"@eox/jsonform": "0.
|
|
66
|
-
"@eox/layercontrol": "^0.
|
|
62
|
+
"@eox/chart": "^0.3.1",
|
|
63
|
+
"@eox/drawtools": "^0.13.3",
|
|
64
|
+
"@eox/itemfilter": "^1.7.1",
|
|
65
|
+
"@eox/jsonform": "^0.12.2",
|
|
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.2",
|
|
69
|
+
"@eox/stacinfo": "^0.6.1",
|
|
70
|
+
"@eox/timecontrol": "^0.12.2",
|
|
71
71
|
"@mdi/js": "^7.4.47",
|
|
72
72
|
"@vitejs/plugin-vue": "^5.2.1",
|
|
73
73
|
"@vueuse/core": "^12.0.0",
|
|
@@ -76,45 +76,45 @@
|
|
|
76
76
|
"axios-cache-interceptor": "^1.6.2",
|
|
77
77
|
"color-legend-element": "^1.3.0",
|
|
78
78
|
"commander": "^12.1.0",
|
|
79
|
-
"core-js": "^3.
|
|
79
|
+
"core-js": "^3.40.0",
|
|
80
80
|
"loglevel": "^1.9.2",
|
|
81
81
|
"mustache": "^4.2.0",
|
|
82
|
-
"pinia": "^2.3.
|
|
83
|
-
"sass": "^1.83.
|
|
82
|
+
"pinia": "^2.3.1",
|
|
83
|
+
"sass": "^1.83.4",
|
|
84
84
|
"stac-js": "^0.0.9",
|
|
85
85
|
"stac-ts": "^1.0.4",
|
|
86
86
|
"v-calendar": "3.0.0",
|
|
87
87
|
"vega": "^5.30.0",
|
|
88
88
|
"vega-embed": "^6.29.0",
|
|
89
89
|
"vega-lite": "^5.23.0",
|
|
90
|
-
"vite": "^6.0.
|
|
90
|
+
"vite": "^6.0.11",
|
|
91
91
|
"vite-plugin-vuetify": "^2.0.4",
|
|
92
92
|
"vue": "^3.5.0",
|
|
93
|
-
"vuetify": "^3.7.
|
|
93
|
+
"vuetify": "^3.7.7",
|
|
94
94
|
"webfontloader": "^1.6.28"
|
|
95
95
|
},
|
|
96
96
|
"devDependencies": {
|
|
97
|
-
"@babel/types": "^7.26.
|
|
97
|
+
"@babel/types": "^7.26.5",
|
|
98
98
|
"@eox/eslint-config": "^2.0.0",
|
|
99
99
|
"@pinia/testing": "^0.1.7",
|
|
100
100
|
"@types/mustache": "^4.2.5",
|
|
101
|
-
"@types/node": "^22.10.
|
|
101
|
+
"@types/node": "^22.10.7",
|
|
102
102
|
"@types/openlayers": "^4.6.23",
|
|
103
103
|
"@types/webfontloader": "^1.6.38",
|
|
104
104
|
"cypress": "^13.17.0",
|
|
105
|
-
"eslint": "^9.
|
|
105
|
+
"eslint": "^9.18.0",
|
|
106
106
|
"eslint-plugin-vue": "^9.32.0",
|
|
107
107
|
"prettier": "^3.4.2",
|
|
108
|
-
"rollup": "^4.
|
|
108
|
+
"rollup": "^4.31.0",
|
|
109
109
|
"terminate": "^2.8.0",
|
|
110
110
|
"tsc-alias": "^1.8.10",
|
|
111
|
-
"typedoc": "^0.27.
|
|
112
|
-
"typedoc-plugin-markdown": "^4.
|
|
111
|
+
"typedoc": "^0.27.6",
|
|
112
|
+
"typedoc-plugin-markdown": "^4.4.1",
|
|
113
113
|
"typedoc-plugin-vue": "^1.3.0",
|
|
114
|
-
"typedoc-vitepress-theme": "^1.1.
|
|
115
|
-
"typescript": "^5.7.
|
|
114
|
+
"typedoc-vitepress-theme": "^1.1.2",
|
|
115
|
+
"typescript": "^5.7.3",
|
|
116
116
|
"unplugin-fonts": "^1.3.1",
|
|
117
|
-
"vitepress": "^1.
|
|
117
|
+
"vitepress": "^1.6.2",
|
|
118
118
|
"vitest": "^1.6.0",
|
|
119
119
|
"vue-tsc": "2.2.0"
|
|
120
120
|
},
|
|
@@ -122,6 +122,6 @@
|
|
|
122
122
|
"node": ">=20.15.1"
|
|
123
123
|
},
|
|
124
124
|
"bin": {
|
|
125
|
-
"eodash": "dist/node/cli.js"
|
|
125
|
+
"eodash": "./dist/node/cli.js"
|
|
126
126
|
}
|
|
127
127
|
}
|