@eodash/eodash 5.6.0 → 5.6.1
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/eodashSTAC/EodashCollection.js +5 -1
- package/core/client/eodashSTAC/helpers.js +4 -4
- package/dist/client/{DashboardLayout-DkKDhfgH.js → DashboardLayout-CqMb7OXc.js} +2 -2
- package/dist/client/{DynamicWebComponent-BrpkA-e3.js → DynamicWebComponent-DqKqTf7l.js} +1 -1
- package/dist/client/{EodashChart-p7_1FRlF.js → EodashChart-PkUQfH0k.js} +4 -4
- package/dist/client/{EodashDatePicker-HK0Jl7wQ.js → EodashDatePicker-DLJGdTtX.js} +3 -3
- package/dist/client/{EodashItemFilter-BYQDA78B.js → EodashItemFilter-Dk8KjFcX.js} +1 -1
- package/dist/client/{EodashLayerControl-NcrNncGn.js → EodashLayerControl-CC1Cogrn.js} +2 -2
- package/dist/client/{EodashLayoutSwitcher-CC2Znd0I.js → EodashLayoutSwitcher-5WZYd6rr.js} +3 -3
- package/dist/client/{EodashMapBtns-BJSh7qT-.js → EodashMapBtns-BHrSDNoC.js} +6 -6
- package/dist/client/{EodashStacInfo-BA-0UjvT.js → EodashStacInfo-B90wobPc.js} +31 -31
- package/dist/client/{EodashTimeSlider-GDv1hbw7.js → EodashTimeSlider-5vm7F3ju.js} +2 -2
- package/dist/client/{EodashTools-CWmoH0g_.js → EodashTools-CGZtTh45.js} +4 -4
- package/dist/client/{ExportState-CfAfX4RN.js → ExportState-Ce0ZnrX_.js} +4 -4
- package/dist/client/{Footer-DLGxQTZt.js → Footer-CnZqEiop.js} +1 -1
- package/dist/client/{Header-eyEyyzD6.js → Header-Dr5PBIm8.js} +2 -2
- package/dist/client/{MobileLayout-RzLOyXwL.js → MobileLayout-DyMjaeif.js} +2 -2
- package/dist/client/{PopUp-WNs6Io2N.js → PopUp-DjvE_71e.js} +2 -2
- package/dist/client/{ProcessList-RzVqbd5E.js → ProcessList-kf3olI7W.js} +4 -4
- package/dist/client/{VImg-GKUTFoV-.js → VImg-Bj6uWt6j.js} +2 -2
- package/dist/client/{VMain-D7_72mHr.js → VMain-Cm0UmKGi.js} +1 -1
- package/dist/client/{VTooltip-BbmvtvYw.js → VTooltip-DbBu-ky3.js} +2 -2
- package/dist/client/{WidgetsContainer-Dw5d7SOW.js → WidgetsContainer-CfLnd44U.js} +1 -1
- package/dist/client/{asWebComponent-DDt7V3Bl.js → asWebComponent-DfULAbpq.js} +13 -9
- package/dist/client/{async-CT3KEV52.js → async-CIbKXEEe.js} +10 -20
- package/dist/client/eo-dash.js +1 -1
- package/dist/client/{forwardRefs-CVzxyoSq.js → forwardRefs-yj3VWOK5.js} +2 -2
- package/dist/client/{handling-C285F_Mq.js → handling-s8xt2JwF.js} +390 -90
- package/dist/client/{helpers-CZFH0EVN.js → helpers-DAVGYl_f.js} +4 -4
- package/dist/client/{index-B-m7V3Kb.js → index-4TrjfJ32.js} +3 -3
- package/dist/client/{index-B_6H-N14.js → index-Bu8BMA9q.js} +39 -31
- package/dist/client/{index-DgOXD7wd.js → index-CYz6dT7K.js} +2 -2
- package/dist/client/{index-CF3ZMzTz.js → index-CugS__t5.js} +3 -3
- package/dist/client/templates.js +1 -1
- package/dist/client/{transition-C2gnrWg0.js → transition-DaOsiD4u.js} +1 -1
- package/dist/types/widgets/EodashProcess/methods/composables.d.ts +1 -2
- package/dist/types/widgets/EodashProcess/methods/handling.d.ts +6 -6
- package/dist/types/widgets/EodashProcess/methods/outputs.d.ts +3 -1
- package/dist/types/widgets/EodashProcess/methods/template-helpers.d.ts +99 -0
- package/dist/types/widgets/EodashProcess/methods/utils.d.ts +1 -6
- package/dist/types/widgets/EodashProcess/types.d.ts +1 -0
- package/dist/types/widgets/EodashStacInfo.vue.d.ts +10 -10
- package/package.json +1 -1
- package/widgets/EodashProcess/index.vue +16 -12
- package/widgets/EodashProcess/methods/composables.js +18 -15
- package/widgets/EodashProcess/methods/handling.js +78 -62
- package/widgets/EodashProcess/methods/outputs.js +74 -29
- package/widgets/EodashProcess/methods/template-helpers.js +246 -0
- package/widgets/EodashProcess/methods/utils.js +7 -17
- package/widgets/EodashProcess/types.ts +1 -0
- package/widgets/EodashStacInfo.vue +30 -30
|
@@ -25,38 +25,38 @@ const { allowHtml, featured, footer, header, body, tags } = defineProps({
|
|
|
25
25
|
},
|
|
26
26
|
|
|
27
27
|
header: {
|
|
28
|
-
/**
|
|
28
|
+
/**
|
|
29
29
|
* @type {import("vue").PropType<
|
|
30
|
-
* (string | {
|
|
31
|
-
* key: string,
|
|
32
|
-
* filter?: (item: any) => boolean
|
|
30
|
+
* (string | {
|
|
31
|
+
* key: string,
|
|
32
|
+
* filter?: (item: any) => boolean
|
|
33
33
|
* })[]
|
|
34
|
-
* >}
|
|
35
|
-
|
|
34
|
+
* >}
|
|
35
|
+
*/
|
|
36
36
|
type: Array,
|
|
37
37
|
default: () => ["title"],
|
|
38
38
|
},
|
|
39
39
|
tags: {
|
|
40
|
-
/**
|
|
40
|
+
/**
|
|
41
41
|
* @type {import("vue").PropType<
|
|
42
|
-
* (string | {
|
|
43
|
-
* key: string,
|
|
44
|
-
* filter?: (item: any) => boolean
|
|
42
|
+
* (string | {
|
|
43
|
+
* key: string,
|
|
44
|
+
* filter?: (item: any) => boolean
|
|
45
45
|
* })[]
|
|
46
|
-
* >}
|
|
47
|
-
|
|
46
|
+
* >}
|
|
47
|
+
*/
|
|
48
48
|
type: Array,
|
|
49
49
|
default: () => ["themes"],
|
|
50
50
|
},
|
|
51
51
|
body: {
|
|
52
|
-
/**
|
|
52
|
+
/**
|
|
53
53
|
* @type {import("vue").PropType<
|
|
54
|
-
* (string | {
|
|
55
|
-
* key: string,
|
|
56
|
-
* filter?: (item: any) => boolean
|
|
54
|
+
* (string | {
|
|
55
|
+
* key: string,
|
|
56
|
+
* filter?: (item: any) => boolean
|
|
57
57
|
* })[]
|
|
58
|
-
* >}
|
|
59
|
-
|
|
58
|
+
* >}
|
|
59
|
+
*/
|
|
60
60
|
type: Array,
|
|
61
61
|
default: () => [
|
|
62
62
|
"satellite",
|
|
@@ -68,26 +68,26 @@ const { allowHtml, featured, footer, header, body, tags } = defineProps({
|
|
|
68
68
|
],
|
|
69
69
|
},
|
|
70
70
|
featured: {
|
|
71
|
-
/**
|
|
71
|
+
/**
|
|
72
72
|
* @type {import("vue").PropType<
|
|
73
|
-
* (string | {
|
|
74
|
-
* key: string,
|
|
75
|
-
* filter?: (item: any) => boolean
|
|
73
|
+
* (string | {
|
|
74
|
+
* key: string,
|
|
75
|
+
* filter?: (item: any) => boolean
|
|
76
76
|
* })[]
|
|
77
|
-
* >}
|
|
78
|
-
|
|
77
|
+
* >}
|
|
78
|
+
*/
|
|
79
79
|
type: Array,
|
|
80
80
|
default: () => ["description", "providers", "assets", "links"],
|
|
81
81
|
},
|
|
82
82
|
footer: {
|
|
83
|
-
/**
|
|
83
|
+
/**
|
|
84
84
|
* @type {import("vue").PropType<
|
|
85
|
-
* (string | {
|
|
86
|
-
* key: string,
|
|
87
|
-
* filter?: (item: any) => boolean
|
|
85
|
+
* (string | {
|
|
86
|
+
* key: string,
|
|
87
|
+
* filter?: (item: any) => boolean
|
|
88
88
|
* })[]
|
|
89
|
-
* >}
|
|
90
|
-
|
|
89
|
+
* >}
|
|
90
|
+
*/
|
|
91
91
|
type: Array,
|
|
92
92
|
default: () => ["sci:citation", "sci:doi", "sci:publication"],
|
|
93
93
|
},
|