@eodash/eodash 5.0.0-rc.2.1 → 5.0.0-rc.2.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.
Files changed (59) hide show
  1. package/core/client/components/DashboardLayout.vue +3 -2
  2. package/core/client/components/DynamicWebComponent.vue +10 -3
  3. package/core/client/components/EodashOverlay.vue +56 -0
  4. package/core/client/components/Footer.vue +1 -15
  5. package/core/client/components/Header.vue +1 -1
  6. package/core/client/components/MobileLayout.vue +1 -0
  7. package/core/client/composables/DefineTemplate.js +13 -2
  8. package/core/client/composables/DefineWidgets.js +9 -4
  9. package/core/client/composables/EodashMap.js +2 -1
  10. package/core/client/eodash.js +18 -11
  11. package/core/client/eodashSTAC/EodashCollection.js +70 -35
  12. package/core/client/eodashSTAC/createLayers.js +21 -2
  13. package/core/client/eodashSTAC/helpers.js +7 -5
  14. package/core/client/types.ts +18 -13
  15. package/core/client/utils/index.js +112 -32
  16. package/core/client/utils/states.js +43 -0
  17. package/core/client/views/Dashboard.vue +26 -6
  18. package/dist/client/{DashboardLayout-BjUs7mYs.js → DashboardLayout-Reny_s87.js} +6 -6
  19. package/dist/client/{DynamicWebComponent-rIFx5c0f.js → DynamicWebComponent-DQPKIscC.js} +11 -4
  20. package/dist/client/{EodashDatePicker-brJlj1aQ.js → EodashDatePicker-E5GjnQQ2.js} +3 -3
  21. package/dist/client/{EodashItemFilter-C2i4lnM1.js → EodashItemFilter-DN77Uqgg.js} +1 -1
  22. package/dist/client/{EodashLayerControl-DNQzPQQ4.js → EodashLayerControl-DduVhg2O.js} +10 -3
  23. package/dist/client/{EodashLayoutSwitcher-gLe7G8Qn.js → EodashLayoutSwitcher-CeNnYuaC.js} +2 -2
  24. package/dist/client/{EodashMap-LOzTlvrM.js → EodashMap-C3bgcNJk.js} +10 -4
  25. package/dist/client/{EodashMapBtns-UXOupU5J.js → EodashMapBtns-B73UApEn.js} +4 -4
  26. package/dist/client/{EodashProcess-BlkqUdzj.js → EodashProcess-IQPnj17j.js} +14 -14
  27. package/dist/client/{EodashStacInfo-Df3LXKAw.js → EodashStacInfo-CeZqI75-.js} +1 -1
  28. package/dist/client/{EodashTools-BrqH4IDP.js → EodashTools-CAE604ZJ.js} +4 -4
  29. package/dist/client/{ExportState-DVosrSNY.js → ExportState-DXw8Dwvk.js} +4 -4
  30. package/dist/client/Footer-Bl9tQTyj.js +119 -0
  31. package/dist/client/{Header-DYMnh4of.js → Header-qH_kBs-u.js} +5 -5
  32. package/dist/client/{MobileLayout-Df4Z1bMl.js → MobileLayout-Du5n5XyY.js} +11 -11
  33. package/dist/client/{PopUp-BFcSuX3b.js → PopUp-B12NWJHU.js} +3 -3
  34. package/dist/client/{VImg-BO2Ysvsu.js → VImg-CjsuV4n9.js} +2 -2
  35. package/dist/client/{VMain-fx1gaM7Y.js → VMain-B11EjLm6.js} +1 -1
  36. package/dist/client/{VOverlay-CiQn3F6n.js → VOverlay-CLR2s8AQ.js} +3 -3
  37. package/dist/client/{VTooltip-DKOCofTl.js → VTooltip-DqyE5_aG.js} +3 -3
  38. package/dist/client/{WidgetsContainer-DL0bdnjh.js → WidgetsContainer-YI9ZycgC.js} +1 -1
  39. package/dist/client/{asWebComponent-N7ChSAQG.js → asWebComponent-DBkwthjq.js} +382 -115
  40. package/dist/client/eo-dash.css +2 -2
  41. package/dist/client/eo-dash.js +1 -1
  42. package/dist/client/{forwardRefs-C2UOEnvr.js → forwardRefs-BTYtR3pq.js} +1 -1
  43. package/dist/client/{index-BXi80Gr9.js → index-BhfdO0rU.js} +1 -1
  44. package/dist/client/{transition-w_2EtUxa.js → transition-B79onGGb.js} +1 -1
  45. package/dist/types/core/client/components/EodashOverlay.vue.d.ts +2 -0
  46. package/dist/types/core/client/eodashSTAC/EodashCollection.d.ts +36 -7
  47. package/dist/types/core/client/eodashSTAC/createLayers.d.ts +20 -0
  48. package/dist/types/core/client/eodashSTAC/helpers.d.ts +9 -6
  49. package/dist/types/core/client/types.d.ts +15 -11
  50. package/dist/types/core/client/utils/index.d.ts +1 -1
  51. package/dist/types/core/client/utils/states.d.ts +43 -0
  52. package/dist/types/widgets/EodashStacInfo.vue.d.ts +2 -2
  53. package/dist/types/widgets/PopUp.vue.d.ts +2 -2
  54. package/package.json +2 -1
  55. package/widgets/EodashDatePicker.vue +18 -0
  56. package/widgets/EodashLayerControl.vue +7 -0
  57. package/widgets/EodashMap.vue +7 -1
  58. package/widgets/EodashProcess.vue +13 -13
  59. package/dist/client/Footer-tjsscQ7O.js +0 -141
@@ -0,0 +1,119 @@
1
+ import { ref, toRef, shallowRef, computed, createVNode, watchEffect, inject, openBlock, createBlock, unref, withCtx, createElementVNode, toDisplayString } from 'vue';
2
+ import { p as propsFactory, K as makeBorderProps, b as makeComponentProps, L as makeElevationProps, T as makeLayoutItemProps, M as makeRoundedProps, c as makeTagProps, d as makeThemeProps, g as genericComponent, e as provideTheme, C as useBackgroundColor, N as useBorder, O as useElevation, P as useRounded, v as useResizeObserver, U as useToggleScope, a as useRender, q as convertToUnit, W as useLayoutItem, _ as _export_sfc, X as eodashKey, t as useDisplay } from './asWebComponent-DBkwthjq.js';
3
+
4
+ const makeVFooterProps = propsFactory({
5
+ app: Boolean,
6
+ color: String,
7
+ height: {
8
+ type: [Number, String],
9
+ default: 'auto'
10
+ },
11
+ ...makeBorderProps(),
12
+ ...makeComponentProps(),
13
+ ...makeElevationProps(),
14
+ ...makeLayoutItemProps(),
15
+ ...makeRoundedProps(),
16
+ ...makeTagProps({
17
+ tag: 'footer'
18
+ }),
19
+ ...makeThemeProps()
20
+ }, 'VFooter');
21
+ const VFooter = genericComponent()({
22
+ name: 'VFooter',
23
+ props: makeVFooterProps(),
24
+ setup(props, _ref) {
25
+ let {
26
+ slots
27
+ } = _ref;
28
+ const layoutItemStyles = ref();
29
+ const {
30
+ themeClasses
31
+ } = provideTheme(props);
32
+ const {
33
+ backgroundColorClasses,
34
+ backgroundColorStyles
35
+ } = useBackgroundColor(toRef(props, 'color'));
36
+ const {
37
+ borderClasses
38
+ } = useBorder(props);
39
+ const {
40
+ elevationClasses
41
+ } = useElevation(props);
42
+ const {
43
+ roundedClasses
44
+ } = useRounded(props);
45
+ const autoHeight = shallowRef(32);
46
+ const {
47
+ resizeRef
48
+ } = useResizeObserver(entries => {
49
+ if (!entries.length) return;
50
+ autoHeight.value = entries[0].target.clientHeight;
51
+ });
52
+ const height = computed(() => props.height === 'auto' ? autoHeight.value : parseInt(props.height, 10));
53
+ useToggleScope(() => props.app, () => {
54
+ const layout = useLayoutItem({
55
+ id: props.name,
56
+ order: computed(() => parseInt(props.order, 10)),
57
+ position: computed(() => 'bottom'),
58
+ layoutSize: height,
59
+ elementSize: computed(() => props.height === 'auto' ? undefined : height.value),
60
+ active: computed(() => props.app),
61
+ absolute: toRef(props, 'absolute')
62
+ });
63
+ watchEffect(() => {
64
+ layoutItemStyles.value = layout.layoutItemStyles.value;
65
+ });
66
+ });
67
+ useRender(() => createVNode(props.tag, {
68
+ "ref": resizeRef,
69
+ "class": ['v-footer', themeClasses.value, backgroundColorClasses.value, borderClasses.value, elevationClasses.value, roundedClasses.value, props.class],
70
+ "style": [backgroundColorStyles.value, props.app ? layoutItemStyles.value : {
71
+ height: convertToUnit(props.height)
72
+ }, props.style]
73
+ }, slots));
74
+ return {};
75
+ }
76
+ });
77
+
78
+ const _hoisted_1 = { class: "pt-0 footer-text" };
79
+
80
+ /**
81
+ * Footer template ref
82
+ *
83
+ * @type {import("vue").Ref<
84
+ * import("vuetify/lib/components/index.mjs").VFooter | null
85
+ * >}
86
+ */
87
+
88
+ const _sfc_main = {
89
+ __name: 'Footer',
90
+ setup(__props) {
91
+
92
+ const footer = ref(null);
93
+ const eodash = /** @type {import("@/types").Eodash} */ (inject(eodashKey));
94
+
95
+ const { mdAndDown } = useDisplay();
96
+
97
+ return (_ctx, _cache) => {
98
+
99
+
100
+ return (openBlock(), createBlock(VFooter, {
101
+ ref_key: "footer",
102
+ ref: footer,
103
+ height: unref(mdAndDown) ? '48px' : 'auto',
104
+ color: "secondary",
105
+ app: "",
106
+ class: "d-flex justify-end"
107
+ }, {
108
+ default: withCtx(() => [
109
+ createElementVNode("p", _hoisted_1, toDisplayString(unref(eodash).brand.footerText ?? ""), 1 /* TEXT */)
110
+ ]),
111
+ _: 1 /* STABLE */
112
+ }, 8 /* PROPS */, ["height"]))
113
+ }
114
+ }
115
+
116
+ };
117
+ const Footer = /*#__PURE__*/_export_sfc(_sfc_main, [['__scopeId',"data-v-5009d449"]]);
118
+
119
+ export { Footer as default };
@@ -1,7 +1,7 @@
1
1
  import { createVNode, toRef, shallowRef, computed, ref, watch, onMounted, onBeforeUnmount, mergeProps, watchEffect, inject, openBlock, createBlock, withCtx, createTextVNode, toDisplayString, unref } from 'vue';
2
- import { p as propsFactory, b as makeComponentProps, c as makeTagProps, g as genericComponent, a as useRender, K as makeBorderProps, L as makeElevationProps, M as makeRoundedProps, d as makeThemeProps, C as useBackgroundColor, N as useBorder, O as useElevation, P as useRounded, e as provideTheme, f as useRtl, D as provideDefaults, Q as VDefaultsProvider, q as convertToUnit, R as clamp, S as consoleWarn, T as makeLayoutItemProps, j as useProxiedModel, U as useToggleScope, W as useLayoutItem, _ as _export_sfc, X as eodashKey } from './asWebComponent-N7ChSAQG.js';
3
- import { a as VExpandTransition } from './index-BXi80Gr9.js';
4
- import { V as VImg } from './VImg-BO2Ysvsu.js';
2
+ import { p as propsFactory, b as makeComponentProps, c as makeTagProps, g as genericComponent, a as useRender, K as makeBorderProps, L as makeElevationProps, M as makeRoundedProps, d as makeThemeProps, C as useBackgroundColor, N as useBorder, O as useElevation, P as useRounded, e as provideTheme, f as useRtl, D as provideDefaults, Q as VDefaultsProvider, q as convertToUnit, R as clamp, S as consoleWarn, T as makeLayoutItemProps, j as useProxiedModel, U as useToggleScope, W as useLayoutItem, _ as _export_sfc, X as eodashKey } from './asWebComponent-DBkwthjq.js';
3
+ import { a as VExpandTransition } from './index-BhfdO0rU.js';
4
+ import { V as VImg } from './VImg-CjsuV4n9.js';
5
5
  import { u as useSsrBoot } from './ssrBoot-BP7SYRyC.js';
6
6
 
7
7
  const makeVToolbarTitleProps = propsFactory({
@@ -415,7 +415,7 @@ return (_ctx, _cache) => {
415
415
 
416
416
  return (openBlock(), createBlock(VAppBar, { color: "primary" }, {
417
417
  default: withCtx(() => [
418
- createVNode(VAppBarTitle, null, {
418
+ createVNode(VAppBarTitle, { class: "header" }, {
419
419
  default: withCtx(() => [
420
420
  createTextVNode(toDisplayString(unref(title)), 1 /* TEXT */)
421
421
  ]),
@@ -432,6 +432,6 @@ return (_ctx, _cache) => {
432
432
  }
433
433
 
434
434
  };
435
- const Header = /*#__PURE__*/_export_sfc(_sfc_main, [['__scopeId',"data-v-d3a5e05e"]]);
435
+ const Header = /*#__PURE__*/_export_sfc(_sfc_main, [['__scopeId',"data-v-bfe4aadf"]]);
436
436
 
437
437
  export { Header as default };
@@ -1,10 +1,10 @@
1
1
  import { ref, computed, createVNode, mergeProps, Fragment, shallowRef, watch, provide, withDirectives, resolveDirective, inject, vShow, nextTick, toRef, useCssVars, onMounted, openBlock, createBlock, withCtx, Suspense, unref, resolveDynamicComponent, createCommentVNode, createElementBlock, renderList, createElementVNode, createTextVNode, toDisplayString } from 'vue';
2
- import { k as keys, p as propsFactory, o as omit, m as makeVBtnProps, g as genericComponent, u as useTextColor, a as useRender, V as VBtn, b as makeComponentProps, c as makeTagProps, d as makeThemeProps, e as provideTheme, f as useRtl, h as useLocale, i as useGroup, j as useProxiedModel, l as makeGroupItemProps, n as useGroupItem, q as convertToUnit, I as IconValue, r as makeDisplayProps, s as makeGroupProps, t as useDisplay, v as useResizeObserver, w as useGoTo, x as IN_BROWSER, y as VIcon, z as focusableChildren, A as makeDensityProps, B as useDensity, C as useBackgroundColor, D as provideDefaults, E as isObject, _ as _export_sfc, F as useDefineTemplate, G as useLayout } from './asWebComponent-N7ChSAQG.js';
3
- import { V as VMain } from './VMain-fx1gaM7Y.js';
4
- import { f as forwardRefs, a as animate, s as standardEasing, m as makeLazyProps, u as useLazy, b as useScopeId } from './forwardRefs-C2UOEnvr.js';
2
+ import { k as keys, p as propsFactory, o as omit, m as makeVBtnProps, g as genericComponent, u as useTextColor, a as useRender, V as VBtn, b as makeComponentProps, c as makeTagProps, d as makeThemeProps, e as provideTheme, f as useRtl, h as useLocale, i as useGroup, j as useProxiedModel, l as makeGroupItemProps, n as useGroupItem, q as convertToUnit, I as IconValue, r as makeDisplayProps, s as makeGroupProps, t as useDisplay, v as useResizeObserver, w as useGoTo, x as IN_BROWSER, y as VIcon, z as focusableChildren, A as makeDensityProps, B as useDensity, C as useBackgroundColor, D as provideDefaults, E as isObject, _ as _export_sfc, F as useDefineTemplate, G as useLayout } from './asWebComponent-DBkwthjq.js';
3
+ import { V as VMain } from './VMain-B11EjLm6.js';
4
+ import { f as forwardRefs, a as animate, s as standardEasing, m as makeLazyProps, u as useLazy, b as useScopeId } from './forwardRefs-BTYtR3pq.js';
5
5
  import { u as useSsrBoot } from './ssrBoot-BP7SYRyC.js';
6
- import { M as MaybeTransition } from './transition-w_2EtUxa.js';
7
- import { V as VFadeTransition } from './index-BXi80Gr9.js';
6
+ import { M as MaybeTransition } from './transition-B79onGGb.js';
7
+ import { V as VFadeTransition } from './index-BhfdO0rU.js';
8
8
 
9
9
  // Utilities
10
10
  const handleGesture = wrapper => {
@@ -1098,9 +1098,9 @@ const _sfc_main = {
1098
1098
  setup(__props) {
1099
1099
 
1100
1100
  useCssVars(_ctx => ({
1101
- "1f5b5478": (mainRectTopPx.value),
1102
- "934a0878": (tabsHeightFromBtm.value),
1103
- "1e5fe7fe": (mainRectBtmPx.value)
1101
+ "e61d6a5e": (mainRectTopPx.value),
1102
+ "3e27c4c6": (tabsHeightFromBtm.value),
1103
+ "e8144352": (mainRectBtmPx.value)
1104
1104
  }));
1105
1105
 
1106
1106
  const { bgWidget, importedWidgets } = useDefineTemplate();
@@ -1133,8 +1133,8 @@ return (_ctx, _cache) => {
1133
1133
  default: withCtx(() => [
1134
1134
  (unref(bgWidget)?.component)
1135
1135
  ? (openBlock(), createBlock(resolveDynamicComponent(unref(bgWidget).component), mergeProps({
1136
- key: 0,
1137
- id: "bg-widget"
1136
+ id: "bg-widget",
1137
+ key: unref(bgWidget).id
1138
1138
  }, unref(bgWidget).props), null, 16 /* FULL_PROPS */))
1139
1139
  : createCommentVNode("v-if", true)
1140
1140
  ]),
@@ -1212,6 +1212,6 @@ return (_ctx, _cache) => {
1212
1212
  }
1213
1213
 
1214
1214
  };
1215
- const MobileLayout = /*#__PURE__*/_export_sfc(_sfc_main, [['__scopeId',"data-v-36affbb0"]]);
1215
+ const MobileLayout = /*#__PURE__*/_export_sfc(_sfc_main, [['__scopeId',"data-v-d963d7c7"]]);
1216
1216
 
1217
1217
  export { MobileLayout as default };
@@ -1,7 +1,7 @@
1
1
  import { createVNode, Transition, mergeProps, ref, onBeforeUnmount, watch, nextTick, toRef, mergeModels, useModel, openBlock, createElementBlock, withCtx, createBlock, resolveDynamicComponent, unref, createCommentVNode, renderSlot } from 'vue';
2
- import { g as genericComponent, p as propsFactory, j as useProxiedModel, x as IN_BROWSER, a as useRender, z as focusableChildren, Q as VDefaultsProvider, K as makeBorderProps, b as makeComponentProps, H as makeDimensionProps, L as makeElevationProps, au as makeLocationProps, av as makePositionProps, M as makeRoundedProps, c as makeTagProps, d as makeThemeProps, e as provideTheme, C as useBackgroundColor, N as useBorder, J as useDimension, O as useElevation, az as useLocation, aA as usePosition, P as useRounded, aJ as useDefineWidgets } from './asWebComponent-N7ChSAQG.js';
3
- import { m as makeVOverlayProps, V as VOverlay } from './VOverlay-CiQn3F6n.js';
4
- import { a as animate, d as deceleratedEasing, s as standardEasing, c as acceleratedEasing, g as getTargetBox, n as nullifyTransforms, b as useScopeId, f as forwardRefs } from './forwardRefs-C2UOEnvr.js';
2
+ import { g as genericComponent, p as propsFactory, j as useProxiedModel, x as IN_BROWSER, a as useRender, z as focusableChildren, Q as VDefaultsProvider, K as makeBorderProps, b as makeComponentProps, H as makeDimensionProps, L as makeElevationProps, au as makeLocationProps, av as makePositionProps, M as makeRoundedProps, c as makeTagProps, d as makeThemeProps, e as provideTheme, C as useBackgroundColor, N as useBorder, J as useDimension, O as useElevation, az as useLocation, aA as usePosition, P as useRounded, aJ as useDefineWidgets } from './asWebComponent-DBkwthjq.js';
3
+ import { m as makeVOverlayProps, V as VOverlay } from './VOverlay-CLR2s8AQ.js';
4
+ import { a as animate, d as deceleratedEasing, s as standardEasing, c as acceleratedEasing, g as getTargetBox, n as nullifyTransforms, b as useScopeId, f as forwardRefs } from './forwardRefs-BTYtR3pq.js';
5
5
 
6
6
  const makeVDialogTransitionProps = propsFactory({
7
7
  target: [Object, Array]
@@ -1,6 +1,6 @@
1
1
  import { createVNode, computed, toRef, shallowRef, ref, watch, onBeforeMount, nextTick, onBeforeUnmount, withDirectives, mergeProps, Fragment, resolveDirective, vShow } from 'vue';
2
- import { aH as SUPPORTS_INTERSECTION, p as propsFactory, b as makeComponentProps, H as makeDimensionProps, g as genericComponent, J as useDimension, a as useRender, M as makeRoundedProps, C as useBackgroundColor, P as useRounded, aI as getCurrentInstance, q as convertToUnit } from './asWebComponent-N7ChSAQG.js';
3
- import { m as makeTransitionProps, M as MaybeTransition } from './transition-w_2EtUxa.js';
2
+ import { aH as SUPPORTS_INTERSECTION, p as propsFactory, b as makeComponentProps, H as makeDimensionProps, g as genericComponent, J as useDimension, a as useRender, M as makeRoundedProps, C as useBackgroundColor, P as useRounded, aI as getCurrentInstance, q as convertToUnit } from './asWebComponent-DBkwthjq.js';
3
+ import { m as makeTransitionProps, M as MaybeTransition } from './transition-B79onGGb.js';
4
4
 
5
5
  // Utilities
6
6
  function mounted(el, binding) {
@@ -1,5 +1,5 @@
1
1
  import { createVNode } from 'vue';
2
- import { p as propsFactory, b as makeComponentProps, H as makeDimensionProps, c as makeTagProps, g as genericComponent, J as useDimension, G as useLayout, a as useRender } from './asWebComponent-N7ChSAQG.js';
2
+ import { p as propsFactory, b as makeComponentProps, H as makeDimensionProps, c as makeTagProps, g as genericComponent, J as useDimension, G as useLayout, a as useRender } from './asWebComponent-DBkwthjq.js';
3
3
  import { u as useSsrBoot } from './ssrBoot-BP7SYRyC.js';
4
4
 
5
5
  const makeVMainProps = propsFactory({
@@ -1,7 +1,7 @@
1
1
  import { ref, watch, onScopeDispose, computed, nextTick, watchEffect, effectScope, inject, mergeProps, shallowRef, onMounted, reactive, provide, readonly, toRaw, warn, toRef, onBeforeUnmount, createVNode, Fragment, Teleport, withDirectives, vShow, resolveDirective, Transition } from 'vue';
2
- import { aK as isOn, aL as eventName, p as propsFactory, x as IN_BROWSER, U as useToggleScope, aM as destructComputed, aN as parseAnchor, aO as flipSide, aP as flipAlign, aQ as flipCorner, Y as consoleError, aR as getAxis, q as convertToUnit, R as clamp, aS as defer, aI as getCurrentInstance, aT as templateRef, aU as matchesSelector, t as useDisplay, b as makeComponentProps, H as makeDimensionProps, d as makeThemeProps, g as genericComponent, j as useProxiedModel, e as provideTheme, f as useRtl, C as useBackgroundColor, J as useDimension, aV as useRouter, a as useRender, aW as useBackButton } from './asWebComponent-N7ChSAQG.js';
3
- import { g as getTargetBox, B as Box, e as getOverflow, n as nullifyTransforms, m as makeLazyProps, u as useLazy, b as useScopeId, a as animate, s as standardEasing } from './forwardRefs-C2UOEnvr.js';
4
- import { m as makeTransitionProps, M as MaybeTransition } from './transition-w_2EtUxa.js';
2
+ import { aK as isOn, aL as eventName, p as propsFactory, x as IN_BROWSER, U as useToggleScope, aM as destructComputed, aN as parseAnchor, aO as flipSide, aP as flipAlign, aQ as flipCorner, Y as consoleError, aR as getAxis, q as convertToUnit, R as clamp, aS as defer, aI as getCurrentInstance, aT as templateRef, aU as matchesSelector, t as useDisplay, b as makeComponentProps, H as makeDimensionProps, d as makeThemeProps, g as genericComponent, j as useProxiedModel, e as provideTheme, f as useRtl, C as useBackgroundColor, J as useDimension, aV as useRouter, a as useRender, aW as useBackButton } from './asWebComponent-DBkwthjq.js';
3
+ import { g as getTargetBox, B as Box, e as getOverflow, n as nullifyTransforms, m as makeLazyProps, u as useLazy, b as useScopeId, a as animate, s as standardEasing } from './forwardRefs-BTYtR3pq.js';
4
+ import { m as makeTransitionProps, M as MaybeTransition } from './transition-B79onGGb.js';
5
5
 
6
6
  // Utilities
7
7
  const handlers = new WeakMap();
@@ -1,7 +1,7 @@
1
1
  import { computed, ref, mergeProps, createVNode } from 'vue';
2
- import { m as makeVOverlayProps, V as VOverlay } from './VOverlay-CiQn3F6n.js';
3
- import { b as useScopeId, f as forwardRefs } from './forwardRefs-C2UOEnvr.js';
4
- import { p as propsFactory, o as omit, g as genericComponent, j as useProxiedModel, am as getUid, a as useRender } from './asWebComponent-N7ChSAQG.js';
2
+ import { m as makeVOverlayProps, V as VOverlay } from './VOverlay-CLR2s8AQ.js';
3
+ import { b as useScopeId, f as forwardRefs } from './forwardRefs-BTYtR3pq.js';
4
+ import { p as propsFactory, o as omit, g as genericComponent, j as useProxiedModel, am as getUid, a as useRender } from './asWebComponent-DBkwthjq.js';
5
5
 
6
6
  const makeVTooltipProps = propsFactory({
7
7
  id: String,
@@ -1,5 +1,5 @@
1
1
  import { ref, onMounted, nextTick, openBlock, createElementBlock, Fragment, renderList, unref, createElementVNode, toDisplayString, normalizeStyle, createBlock, resolveDynamicComponent, mergeProps } from 'vue';
2
- import { aJ as useDefineWidgets, G as useLayout } from './asWebComponent-N7ChSAQG.js';
2
+ import { aJ as useDefineWidgets, G as useLayout } from './asWebComponent-DBkwthjq.js';
3
3
  import 'animated-details';
4
4
 
5
5
  const _sfc_main = {