@eodash/eodash 5.0.0-rc.2.4 → 5.0.0-rc.3
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/DefineWidgets.js +8 -1
- package/core/client/eodash.js +9 -9
- package/core/client/eodashSTAC/createLayers.js +4 -17
- package/core/client/eodashSTAC/helpers.js +23 -0
- package/core/client/store/stac.js +3 -1
- package/core/client/types.ts +127 -21
- package/core/client/utils/states.js +9 -0
- package/core/client/vite-env.d.ts +0 -13
- package/dist/client/{DashboardLayout-D1UcB3RV.js → DashboardLayout-t_PavJPO.js} +2 -2
- package/dist/client/{DynamicWebComponent-DtZ_mHL9.js → DynamicWebComponent-y07rVJch.js} +1 -1
- package/dist/client/{EodashDatePicker-CYU0MZX5.js → EodashDatePicker-CcOfyzGD.js} +3 -83
- package/dist/client/{EodashItemFilter-SE9oW3oZ.js → EodashItemFilter-B9HCvIMi.js} +1 -1
- package/dist/client/{EodashLayerControl-BuGe29Nt.js → EodashLayerControl-KStn7Nb_.js} +8 -2
- package/dist/client/{EodashLayoutSwitcher-6wLl-Gtd.js → EodashLayoutSwitcher-DqeFO3RN.js} +2 -2
- package/dist/client/{EodashMapBtns-BWWu6eHG.js → EodashMapBtns-5BF27qJB.js} +36 -12
- package/dist/client/{EodashStacInfo-DjRSGLHM.js → EodashStacInfo-C_hDy6Pd.js} +7 -1
- package/dist/client/{EodashTools-CJ4hBH_X.js → EodashTools-BXflvRf8.js} +5 -4
- package/dist/client/{ExportState-BqnlEpzR.js → ExportState-C0QRemK1.js} +27 -12
- package/dist/client/{Footer-C_3WrfI4.js → Footer-7VGyGUAs.js} +1 -1
- package/dist/client/{Header-D_hcGpNG.js → Header-BQJnXHYq.js} +3 -3
- package/dist/client/{MobileLayout-CDbupC9v.js → MobileLayout-b8nQ-Vyl.js} +5 -5
- package/dist/client/{PopUp-Ba6mY2jQ.js → PopUp-DgNrh9Df.js} +3 -3
- package/dist/client/ProcessList-C62SOVO6.js +484 -0
- package/dist/client/{VImg-Yc9F9pYq.js → VImg-D4eT3IQ1.js} +2 -2
- package/dist/client/{VMain-BiS7HPEk.js → VMain-C3hN2-H3.js} +1 -1
- package/dist/client/{VOverlay-B9mxXaCv.js → VOverlay-tAeNygaA.js} +15 -6
- package/dist/client/{VTooltip-XJLaLrZQ.js → VTooltip-B0Q3iHMZ.js} +3 -3
- package/dist/client/{WidgetsContainer-DRVb_73N.js → WidgetsContainer-CtDHfCYf.js} +1 -1
- package/dist/client/{asWebComponent-DZpMGxEY.js → asWebComponent-BJ2NWunV.js} +100 -95
- package/dist/client/eo-dash.css +2 -2
- package/dist/client/eo-dash.js +1 -1
- package/dist/client/{forwardRefs-BtkfywIE.js → forwardRefs-CIFAqXaZ.js} +9 -9
- package/dist/client/{EodashMap-DhVCoYMi.js → index-BQ16n4Sk.js} +103 -78
- package/dist/client/index-Cv7HBz49.js +85 -0
- package/dist/client/{EodashProcess-GSj_LMsK.js → index-Da5xXX6Q.js} +349 -443
- package/dist/client/{index-f55xuyof.js → index-DvcUndod.js} +1 -1
- package/dist/client/{transition-CtL4BoVi.js → transition-Cdb4K27U.js} +1 -1
- package/dist/types/core/client/components/MobileLayout.vue.d.ts +9 -9
- package/dist/types/core/client/eodashSTAC/EodashCollection.d.ts +11 -6
- package/dist/types/core/client/eodashSTAC/createLayers.d.ts +6 -5
- package/dist/types/core/client/eodashSTAC/helpers.d.ts +383 -2
- package/dist/types/core/client/types.d.ts +85 -19
- package/dist/types/core/client/utils/states.d.ts +7 -0
- package/dist/types/widgets/EodashDatePicker.vue.d.ts +4 -4
- package/dist/types/widgets/EodashItemFilter.vue.d.ts +18 -18
- package/dist/types/widgets/EodashLayerControl.vue.d.ts +2 -2
- package/dist/types/widgets/EodashLayoutSwitcher.vue.d.ts +2 -2
- package/dist/types/widgets/EodashMap/methods/create-layers-config.d.ts +9 -0
- package/dist/types/widgets/EodashMap/methods/index.d.ts +5 -0
- package/dist/types/widgets/EodashMapBtns.vue.d.ts +8 -2
- package/dist/types/widgets/EodashProcess/ProcessList.vue.d.ts +2 -0
- package/dist/types/widgets/EodashProcess/methods/async.d.ts +45 -0
- package/dist/types/widgets/EodashProcess/methods/composables.d.ts +19 -0
- package/dist/types/widgets/EodashProcess/methods/handling.d.ts +78 -0
- package/dist/types/widgets/EodashProcess/methods/outputs.d.ts +54 -0
- package/dist/types/widgets/EodashProcess/methods/utils.d.ts +42 -0
- package/dist/types/widgets/EodashStacInfo.vue.d.ts +12 -12
- package/dist/types/widgets/EodashTools.vue.d.ts +44 -6
- package/dist/types/widgets/PopUp.vue.d.ts +4 -4
- package/package.json +30 -29
- package/widgets/EodashLayerControl.vue +8 -1
- package/widgets/{EodashMap.vue → EodashMap/index.vue} +53 -29
- package/widgets/EodashMap/methods/create-layers-config.js +151 -0
- package/{core/client/composables/EodashMap.js → widgets/EodashMap/methods/index.js} +4 -153
- package/widgets/EodashMapBtns.vue +33 -7
- package/widgets/EodashProcess/ProcessList.vue +82 -0
- package/widgets/EodashProcess/index.vue +186 -0
- package/widgets/EodashProcess/methods/async.js +209 -0
- package/widgets/EodashProcess/methods/composables.js +129 -0
- package/widgets/EodashProcess/methods/handling.js +254 -0
- package/widgets/EodashProcess/methods/outputs.js +216 -0
- package/widgets/EodashProcess/methods/utils.js +138 -0
- package/widgets/EodashStacInfo.vue +6 -0
- package/widgets/EodashTools.vue +1 -0
- package/core/client/composables/EodashProcess.js +0 -624
- package/dist/types/core/client/composables/EodashMap.d.ts +0 -6
- package/dist/types/core/client/composables/EodashProcess.d.ts +0 -162
- package/widgets/EodashProcess.vue +0 -208
- /package/dist/types/widgets/{EodashMap.vue.d.ts → EodashMap/index.vue.d.ts} +0 -0
- /package/dist/types/widgets/{EodashProcess.vue.d.ts → EodashProcess/index.vue.d.ts} +0 -0
|
@@ -1,9 +1,10 @@
|
|
|
1
|
-
import { computed, ref, createElementBlock, openBlock, createBlock, createCommentVNode, createVNode, unref, withCtx } from 'vue';
|
|
2
|
-
import { _ as _export_sfc, r as useDisplay,
|
|
3
|
-
import { mdiMapPlus, mdiEarthBox
|
|
4
|
-
import ExportState from './ExportState-
|
|
5
|
-
import _sfc_main$1 from './PopUp-
|
|
6
|
-
import _sfc_main$2 from './EodashItemFilter-
|
|
1
|
+
import { computed, ref, createElementBlock, openBlock, createBlock, createCommentVNode, createVNode, unref, withCtx, triggerRef } from 'vue';
|
|
2
|
+
import { _ as _export_sfc, Z as useSTAcStore, r as useDisplay, ae as switchToCompare, a1 as makePanelTransparent, V as VBtn, af as availableMapProjection, ag as changeMapProjection, ah as setActiveTemplate } from './asWebComponent-BJ2NWunV.js';
|
|
3
|
+
import { mdiCompare, mdiCompareRemove, mdiMapPlus, mdiEarthBox } from '@mdi/js';
|
|
4
|
+
import ExportState from './ExportState-C0QRemK1.js';
|
|
5
|
+
import _sfc_main$1 from './PopUp-DgNrh9Df.js';
|
|
6
|
+
import _sfc_main$2 from './EodashItemFilter-B9HCvIMi.js';
|
|
7
|
+
import { storeToRefs } from 'pinia';
|
|
7
8
|
|
|
8
9
|
const _sfc_main = {
|
|
9
10
|
__name: 'EodashMapBtns',
|
|
@@ -17,25 +18,48 @@ const _sfc_main = {
|
|
|
17
18
|
default: true,
|
|
18
19
|
},
|
|
19
20
|
compareIndicators: {
|
|
20
|
-
type
|
|
21
|
+
/** @type {import("vue").PropType<boolean | {compareTemplate?:string;fallbackTemplate?:string}> }*/
|
|
22
|
+
type: [Boolean, Object],
|
|
21
23
|
default: true,
|
|
22
24
|
},
|
|
23
25
|
},
|
|
24
26
|
setup(__props) {
|
|
25
27
|
|
|
26
28
|
|
|
29
|
+
const { selectedStac, selectedCompareStac } = storeToRefs(useSTAcStore());
|
|
27
30
|
const { smAndDown } = useDisplay();
|
|
28
31
|
const popupWidth = computed(() => (smAndDown ? "70%" : "500px"));
|
|
29
32
|
const popupHeight = computed(() => (smAndDown ? "90%" : "500px"));
|
|
30
33
|
|
|
31
34
|
const showMapState = ref(false);
|
|
32
35
|
const showCompareIndicators = ref(false);
|
|
36
|
+
const compareIcon = computed(() =>
|
|
37
|
+
switchToCompare.value ? mdiCompare : mdiCompareRemove,
|
|
38
|
+
);
|
|
39
|
+
const onCompareClick = () => {
|
|
40
|
+
if (switchToCompare.value) {
|
|
41
|
+
showCompareIndicators.value = !showCompareIndicators.value;
|
|
42
|
+
} else {
|
|
43
|
+
switchToCompare.value = true;
|
|
44
|
+
const fallbackTemplate =
|
|
45
|
+
(typeof __props.compareIndicators === "object" &&
|
|
46
|
+
__props.compareIndicators.fallbackTemplate) ||
|
|
47
|
+
"expert";
|
|
48
|
+
selectedCompareStac.value = null;
|
|
49
|
+
setActiveTemplate(fallbackTemplate);
|
|
50
|
+
triggerRef(selectedStac);
|
|
51
|
+
}
|
|
52
|
+
};
|
|
33
53
|
|
|
34
54
|
/** @type {import("vue").Ref<HTMLDivElement|null>} */
|
|
35
55
|
const rootRef = ref(null);
|
|
36
56
|
|
|
37
57
|
const onSelectCompareIndicator = () => {
|
|
38
|
-
|
|
58
|
+
const compareTemplate =
|
|
59
|
+
(typeof __props.compareIndicators === "object" &&
|
|
60
|
+
__props.compareIndicators.compareTemplate) ||
|
|
61
|
+
"compare";
|
|
62
|
+
setActiveTemplate(compareTemplate);
|
|
39
63
|
showCompareIndicators.value = !showCompareIndicators.value;
|
|
40
64
|
};
|
|
41
65
|
|
|
@@ -76,13 +100,13 @@ return (_ctx, _cache) => {
|
|
|
76
100
|
? (openBlock(), createBlock(VBtn, {
|
|
77
101
|
key: 3,
|
|
78
102
|
class: "map-btn",
|
|
79
|
-
icon: [
|
|
80
|
-
onClick:
|
|
103
|
+
icon: [compareIcon.value],
|
|
104
|
+
onClick: onCompareClick
|
|
81
105
|
}, null, 8 /* PROPS */, ["icon"]))
|
|
82
106
|
: createCommentVNode("v-if", true),
|
|
83
107
|
createVNode(_sfc_main$1, {
|
|
84
108
|
modelValue: showCompareIndicators.value,
|
|
85
|
-
"onUpdate:modelValue": _cache[
|
|
109
|
+
"onUpdate:modelValue": _cache[3] || (_cache[3] = $event => ((showCompareIndicators).value = $event)),
|
|
86
110
|
maxWidth: popupWidth.value,
|
|
87
111
|
maxHeight: popupHeight.value
|
|
88
112
|
}, {
|
|
@@ -102,6 +126,6 @@ return (_ctx, _cache) => {
|
|
|
102
126
|
}
|
|
103
127
|
|
|
104
128
|
};
|
|
105
|
-
const EodashMapBtns = /*#__PURE__*/_export_sfc(_sfc_main, [['__scopeId',"data-v-
|
|
129
|
+
const EodashMapBtns = /*#__PURE__*/_export_sfc(_sfc_main, [['__scopeId',"data-v-da630fa1"]]);
|
|
106
130
|
|
|
107
131
|
export { EodashMapBtns as default };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { createElementBlock, openBlock, createElementVNode, unref } from 'vue';
|
|
2
2
|
import '@eox/stacinfo';
|
|
3
|
-
import {
|
|
3
|
+
import { ao as currentUrl } from './asWebComponent-BJ2NWunV.js';
|
|
4
4
|
|
|
5
5
|
const _hoisted_1 = { class: "flex-grow-1 fill-height overflow-auto" };
|
|
6
6
|
const _hoisted_2 = [".for", ".allowHtml", ".body", ".featured", ".footer", ".styleOverride", ".header", ".subheader", ".tags"];
|
|
@@ -34,26 +34,32 @@ main {padding-bottom: 10px;}
|
|
|
34
34
|
.footer-container small {font-size:10px;line-height:1;}`,
|
|
35
35
|
},
|
|
36
36
|
header: {
|
|
37
|
+
/** @type {import("vue").PropType<string[]>} */
|
|
37
38
|
type: Array,
|
|
38
39
|
default: () => ["title"],
|
|
39
40
|
},
|
|
40
41
|
tags: {
|
|
42
|
+
/** @type {import("vue").PropType<string[]>} */
|
|
41
43
|
type: Array,
|
|
42
44
|
default: () => ["themes"],
|
|
43
45
|
},
|
|
44
46
|
subheader: {
|
|
47
|
+
/** @type {import("vue").PropType<string[]>} */
|
|
45
48
|
type: Array,
|
|
46
49
|
default: () => [],
|
|
47
50
|
},
|
|
48
51
|
body: {
|
|
52
|
+
/** @type {import("vue").PropType<string[]>} */
|
|
49
53
|
type: Array,
|
|
50
54
|
default: () => ["satellite", "sensor", "agency", "extent"],
|
|
51
55
|
},
|
|
52
56
|
featured: {
|
|
57
|
+
/** @type {import("vue").PropType<string[]>} */
|
|
53
58
|
type: Array,
|
|
54
59
|
default: () => ["description", "providers", "assets", "links"],
|
|
55
60
|
},
|
|
56
61
|
footer: {
|
|
62
|
+
/** @type {import("vue").PropType<string[]>} */
|
|
57
63
|
type: Array,
|
|
58
64
|
default: () => ["sci:citation"],
|
|
59
65
|
},
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { ref, computed, createElementBlock, openBlock, createElementVNode, createVNode, createBlock, createCommentVNode, unref, withCtx, mergeProps } from 'vue';
|
|
2
|
-
import _sfc_main$2 from './PopUp-
|
|
3
|
-
import _sfc_main$3 from './EodashItemFilter-
|
|
4
|
-
import _sfc_main$1 from './EodashLayoutSwitcher-
|
|
2
|
+
import _sfc_main$2 from './PopUp-DgNrh9Df.js';
|
|
3
|
+
import _sfc_main$3 from './EodashItemFilter-B9HCvIMi.js';
|
|
4
|
+
import _sfc_main$1 from './EodashLayoutSwitcher-DqeFO3RN.js';
|
|
5
5
|
import { mdiViewDashboard, mdiPlus } from '@mdi/js';
|
|
6
|
-
import { r as useDisplay,
|
|
6
|
+
import { r as useDisplay, a1 as makePanelTransparent, V as VBtn } from './asWebComponent-BJ2NWunV.js';
|
|
7
7
|
|
|
8
8
|
const _hoisted_1 = { class: "d-flex flex-row justify-space-between pa-4 align-center" };
|
|
9
9
|
|
|
@@ -33,6 +33,7 @@ const _sfc_main = {
|
|
|
33
33
|
default: "Select indicator",
|
|
34
34
|
},
|
|
35
35
|
itemFilterConfig: {
|
|
36
|
+
/** @type {import("vue").PropType<InstanceType<import("./EodashItemFilter.vue").default>["$props"]>} */
|
|
36
37
|
type: Object,
|
|
37
38
|
default: () => {},
|
|
38
39
|
},
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { createVNode, Fragment, computed, withDirectives, mergeProps, resolveDirective, toRef, mergeModels, useModel, ref, createBlock, openBlock, withCtx, createElementVNode, createTextVNode,
|
|
1
|
+
import { createVNode, Fragment, toDisplayString, computed, withDirectives, mergeProps, resolveDirective, toRef, mergeModels, useModel, ref, createBlock, openBlock, withCtx, createElementVNode, createTextVNode, unref, createElementBlock, createCommentVNode, renderList } from 'vue';
|
|
2
2
|
import { mdiClipboardCheckOutline, mdiContentCopy } from '@mdi/js';
|
|
3
|
-
import _sfc_main$1 from './PopUp-
|
|
4
|
-
import {
|
|
5
|
-
import { a as VExpandTransition } from './index-
|
|
6
|
-
import { V as VImg } from './VImg-
|
|
3
|
+
import _sfc_main$1 from './PopUp-DgNrh9Df.js';
|
|
4
|
+
import { ar as createSimpleFunctional, g as genericComponent, i as makeComponentProps, C as provideDefaults, a as useRender, p as propsFactory, h as makeTagProps, b as provideTheme, K as useBorder, as as useVariant, A as useDensity, M as useRounded, at as useSize, au as genOverlays, v as VIcon, N as VDefaultsProvider, av as makeVariantProps, f as makeThemeProps, aw as makeSizeProps, O as makeRoundedProps, D as makeDensityProps, Q as makeBorderProps, y as IconValue, ax as Ripple, H as useDimension, L as useElevation, ay as useLoader, az as useLocation, aA as usePosition, aB as useLink, aC as makeRouterProps, aD as makePositionProps, aE as makeLocationProps, aF as makeLoaderProps, P as makeElevationProps, J as makeDimensionProps, aG as LoaderSlot, u as useTextColor, q as convertToUnit, _ as _export_sfc, aH as removeUnneededProperties, aI as VRow, aJ as VCol, aK as copyToClipBoard, V as VBtn, al as getLayers, ad as mapPosition, af as availableMapProjection } from './asWebComponent-BJ2NWunV.js';
|
|
5
|
+
import { a as VExpandTransition } from './index-DvcUndod.js';
|
|
6
|
+
import { V as VImg } from './VImg-D4eT3IQ1.js';
|
|
7
7
|
|
|
8
8
|
// Styles
|
|
9
9
|
const VSpacer = createSimpleFunctional('v-spacer', 'div', 'VSpacer');
|
|
@@ -138,8 +138,14 @@ const makeCardItemProps = propsFactory({
|
|
|
138
138
|
appendIcon: IconValue,
|
|
139
139
|
prependAvatar: String,
|
|
140
140
|
prependIcon: IconValue,
|
|
141
|
-
subtitle:
|
|
142
|
-
|
|
141
|
+
subtitle: {
|
|
142
|
+
type: [String, Number, Boolean],
|
|
143
|
+
default: undefined
|
|
144
|
+
},
|
|
145
|
+
title: {
|
|
146
|
+
type: [String, Number, Boolean],
|
|
147
|
+
default: undefined
|
|
148
|
+
},
|
|
143
149
|
...makeComponentProps(),
|
|
144
150
|
...makeDensityProps()
|
|
145
151
|
}, 'VCardItem');
|
|
@@ -189,11 +195,11 @@ const VCardItem = genericComponent()({
|
|
|
189
195
|
}, [hasTitle && createVNode(VCardTitle, {
|
|
190
196
|
"key": "title"
|
|
191
197
|
}, {
|
|
192
|
-
default: () => [slots.title?.() ?? props.title]
|
|
198
|
+
default: () => [slots.title?.() ?? toDisplayString(props.title)]
|
|
193
199
|
}), hasSubtitle && createVNode(VCardSubtitle, {
|
|
194
200
|
"key": "subtitle"
|
|
195
201
|
}, {
|
|
196
|
-
default: () => [slots.subtitle?.() ?? props.subtitle]
|
|
202
|
+
default: () => [slots.subtitle?.() ?? toDisplayString(props.subtitle)]
|
|
197
203
|
}), slots.default?.()]), hasAppend && createVNode("div", {
|
|
198
204
|
"key": "append",
|
|
199
205
|
"class": "v-card-item__append"
|
|
@@ -263,9 +269,18 @@ const makeVCardProps = propsFactory({
|
|
|
263
269
|
type: [Boolean, Object],
|
|
264
270
|
default: true
|
|
265
271
|
},
|
|
266
|
-
subtitle:
|
|
267
|
-
|
|
268
|
-
|
|
272
|
+
subtitle: {
|
|
273
|
+
type: [String, Number, Boolean],
|
|
274
|
+
default: undefined
|
|
275
|
+
},
|
|
276
|
+
text: {
|
|
277
|
+
type: [String, Number, Boolean],
|
|
278
|
+
default: undefined
|
|
279
|
+
},
|
|
280
|
+
title: {
|
|
281
|
+
type: [String, Number, Boolean],
|
|
282
|
+
default: undefined
|
|
283
|
+
},
|
|
269
284
|
...makeBorderProps(),
|
|
270
285
|
...makeComponentProps(),
|
|
271
286
|
...makeDensityProps(),
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ref, toRef, shallowRef, computed, watchEffect, createVNode, inject, createBlock, openBlock, unref, withCtx, createElementVNode, toDisplayString } from 'vue';
|
|
2
|
-
import { g as genericComponent, p as propsFactory, b as provideTheme, B as useBackgroundColor, K as useBorder, L as useElevation, M as useRounded, s as useResizeObserver, T as useToggleScope, U as useLayoutItem, a as useRender, q as convertToUnit, f as makeThemeProps, h as makeTagProps, O as makeRoundedProps, W as makeLayoutItemProps, P as makeElevationProps, i as makeComponentProps, Q as makeBorderProps, _ as _export_sfc, X as eodashKey, r as useDisplay } from './asWebComponent-
|
|
2
|
+
import { g as genericComponent, p as propsFactory, b as provideTheme, B as useBackgroundColor, K as useBorder, L as useElevation, M as useRounded, s as useResizeObserver, T as useToggleScope, U as useLayoutItem, a as useRender, q as convertToUnit, f as makeThemeProps, h as makeTagProps, O as makeRoundedProps, W as makeLayoutItemProps, P as makeElevationProps, i as makeComponentProps, Q as makeBorderProps, _ as _export_sfc, X as eodashKey, r as useDisplay } from './asWebComponent-BJ2NWunV.js';
|
|
3
3
|
|
|
4
4
|
const makeVFooterProps = propsFactory({
|
|
5
5
|
app: Boolean,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { createVNode, toRef, shallowRef, computed, ref, watch, onMounted, onBeforeUnmount, watchEffect, mergeProps, inject, createBlock, openBlock, withCtx, createTextVNode, toDisplayString, unref } from 'vue';
|
|
2
|
-
import { p as propsFactory, g as genericComponent, h as makeTagProps, i as makeComponentProps, a as useRender, B as useBackgroundColor, K as useBorder, L as useElevation, M as useRounded, b as provideTheme, c as useRtl, C as provideDefaults, N as VDefaultsProvider, q as convertToUnit, f as makeThemeProps, O as makeRoundedProps, P as makeElevationProps, Q as makeBorderProps, R as clamp, S as consoleWarn, j as useProxiedModel, T as useToggleScope, U as useLayoutItem, W as makeLayoutItemProps, _ as _export_sfc, X as eodashKey } from './asWebComponent-
|
|
3
|
-
import { a as VExpandTransition } from './index-
|
|
4
|
-
import { V as VImg } from './VImg-
|
|
2
|
+
import { p as propsFactory, g as genericComponent, h as makeTagProps, i as makeComponentProps, a as useRender, B as useBackgroundColor, K as useBorder, L as useElevation, M as useRounded, b as provideTheme, c as useRtl, C as provideDefaults, N as VDefaultsProvider, q as convertToUnit, f as makeThemeProps, O as makeRoundedProps, P as makeElevationProps, Q as makeBorderProps, R as clamp, S as consoleWarn, j as useProxiedModel, T as useToggleScope, U as useLayoutItem, W as makeLayoutItemProps, _ as _export_sfc, X as eodashKey } from './asWebComponent-BJ2NWunV.js';
|
|
3
|
+
import { a as VExpandTransition } from './index-DvcUndod.js';
|
|
4
|
+
import { V as VImg } from './VImg-D4eT3IQ1.js';
|
|
5
5
|
import { u as useSsrBoot } from './ssrBoot-BP7SYRyC.js';
|
|
6
6
|
|
|
7
7
|
const makeVToolbarTitleProps = propsFactory({
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { ref, computed, createVNode, mergeProps, Fragment, shallowRef, watch, provide, withDirectives, resolveDirective, inject, vShow, nextTick, toRef, useCssVars, onMounted, createBlock, openBlock, withCtx, createElementBlock, Suspense, createCommentVNode, unref, resolveDynamicComponent, renderList, createElementVNode, createTextVNode, toDisplayString } from 'vue';
|
|
2
|
-
import { k as keys, g as genericComponent, p as propsFactory, u as useTextColor, a as useRender, V as VBtn, o as omit, m as makeVBtnProps, b as provideTheme, c as useRtl, d as useLocale, e as useGroup, f as makeThemeProps, h as makeTagProps, i as makeComponentProps, j as useProxiedModel, l as useGroupItem, n as makeGroupItemProps, q as convertToUnit, r as useDisplay, s as useResizeObserver, t as useGoTo, I as IN_BROWSER, v as VIcon, w as makeGroupProps, x as makeDisplayProps, y as IconValue, z as focusableChildren, A as useDensity, B as useBackgroundColor, C as provideDefaults, D as makeDensityProps, E as isObject, _ as _export_sfc, F as useDefineTemplate, G as useLayout } from './asWebComponent-
|
|
3
|
-
import { V as VMain } from './VMain-
|
|
4
|
-
import { f as forwardRefs, a as animate, s as standardEasing, u as useLazy, m as makeLazyProps, b as useScopeId } from './forwardRefs-
|
|
2
|
+
import { k as keys, g as genericComponent, p as propsFactory, u as useTextColor, a as useRender, V as VBtn, o as omit, m as makeVBtnProps, b as provideTheme, c as useRtl, d as useLocale, e as useGroup, f as makeThemeProps, h as makeTagProps, i as makeComponentProps, j as useProxiedModel, l as useGroupItem, n as makeGroupItemProps, q as convertToUnit, r as useDisplay, s as useResizeObserver, t as useGoTo, I as IN_BROWSER, v as VIcon, w as makeGroupProps, x as makeDisplayProps, y as IconValue, z as focusableChildren, A as useDensity, B as useBackgroundColor, C as provideDefaults, D as makeDensityProps, E as isObject, _ as _export_sfc, F as useDefineTemplate, G as useLayout } from './asWebComponent-BJ2NWunV.js';
|
|
3
|
+
import { V as VMain } from './VMain-C3hN2-H3.js';
|
|
4
|
+
import { f as forwardRefs, a as animate, s as standardEasing, u as useLazy, m as makeLazyProps, b as useScopeId } from './forwardRefs-CIFAqXaZ.js';
|
|
5
5
|
import { u as useSsrBoot } from './ssrBoot-BP7SYRyC.js';
|
|
6
|
-
import { M as MaybeTransition } from './transition-
|
|
7
|
-
import { V as VFadeTransition } from './index-
|
|
6
|
+
import { M as MaybeTransition } from './transition-Cdb4K27U.js';
|
|
7
|
+
import { V as VFadeTransition } from './index-DvcUndod.js';
|
|
8
8
|
|
|
9
9
|
// Utilities
|
|
10
10
|
const handleGesture = wrapper => {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { createVNode, Transition, mergeProps, ref, onBeforeUnmount, watch, nextTick, toRef, mergeModels, useModel, createElementBlock, openBlock, withCtx, createBlock, createCommentVNode, resolveDynamicComponent, unref, renderSlot } from 'vue';
|
|
2
|
-
import { g as genericComponent, p as propsFactory, j as useProxiedModel, I as IN_BROWSER, a as useRender, z as focusableChildren, N as VDefaultsProvider, b as provideTheme, B as useBackgroundColor, K as useBorder, H as useDimension, L as useElevation,
|
|
3
|
-
import { m as makeVOverlayProps, V as VOverlay } from './VOverlay-
|
|
4
|
-
import { a as animate, g as getTargetBox, n as nullifyTransforms, c as acceleratedEasing, d as deceleratedEasing, s as standardEasing, b as useScopeId, f as forwardRefs } from './forwardRefs-
|
|
2
|
+
import { g as genericComponent, p as propsFactory, j as useProxiedModel, I as IN_BROWSER, a as useRender, z as focusableChildren, N as VDefaultsProvider, b as provideTheme, B as useBackgroundColor, K as useBorder, H as useDimension, L as useElevation, az as useLocation, aA as usePosition, M as useRounded, f as makeThemeProps, h as makeTagProps, O as makeRoundedProps, aD as makePositionProps, aE as makeLocationProps, P as makeElevationProps, J as makeDimensionProps, i as makeComponentProps, Q as makeBorderProps, aN as useDefineWidgets } from './asWebComponent-BJ2NWunV.js';
|
|
3
|
+
import { m as makeVOverlayProps, V as VOverlay } from './VOverlay-tAeNygaA.js';
|
|
4
|
+
import { a as animate, g as getTargetBox, n as nullifyTransforms, c as acceleratedEasing, d as deceleratedEasing, s as standardEasing, b as useScopeId, f as forwardRefs } from './forwardRefs-CIFAqXaZ.js';
|
|
5
5
|
|
|
6
6
|
// Utilities
|
|
7
7
|
const makeVDialogTransitionProps = propsFactory({
|