@maas/vue-equipment 1.0.0-beta.32 → 1.0.0-beta.34

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 (97) hide show
  1. package/dist/composables/useCountdown/index.d.ts +23 -0
  2. package/dist/composables/useCountdown/index.js +133 -0
  3. package/dist/composables/useCountdown/index.js.map +1 -0
  4. package/dist/composables/useEasings/index.d.ts +21 -0
  5. package/dist/composables/useEasings/index.js +40 -0
  6. package/dist/composables/useEasings/index.js.map +1 -0
  7. package/dist/composables/useMetaViewport/index.d.ts +9 -0
  8. package/dist/composables/useMetaViewport/index.js +29 -0
  9. package/dist/composables/useMetaViewport/index.js.map +1 -0
  10. package/dist/composables/useScrollTo/index.d.ts +49 -0
  11. package/dist/composables/useScrollTo/index.js +148 -0
  12. package/dist/composables/useScrollTo/index.js.map +1 -0
  13. package/dist/nuxt/module.json +2 -2
  14. package/dist/nuxt/module.mjs +17 -11
  15. package/dist/plugins/.turbo/turbo-lint.log +1 -1
  16. package/dist/plugins/MagicAccordion/src/components/MagicAccordionContent.vue.d.ts +3 -3
  17. package/dist/plugins/MagicAccordion/src/components/MagicAccordionProvider.vue.d.ts +3 -3
  18. package/dist/plugins/MagicAccordion/src/components/MagicAccordionTrigger.vue.d.ts +1 -1
  19. package/dist/plugins/MagicAccordion/src/components/MagicAccordionView.vue.d.ts +3 -3
  20. package/dist/plugins/MagicAccordion/src/composables/private/useAccordionCallback.mjs +1 -1
  21. package/dist/plugins/MagicCommand/src/components/MagicCommandContent.vue.d.ts +3 -3
  22. package/dist/plugins/MagicCommand/src/components/MagicCommandDrawer.vue +2 -2
  23. package/dist/plugins/MagicCommand/src/components/MagicCommandDrawer.vue.d.ts +3 -3
  24. package/dist/plugins/MagicCommand/src/components/MagicCommandItem.vue.d.ts +1 -1
  25. package/dist/plugins/MagicCommand/src/components/MagicCommandModal.vue +2 -2
  26. package/dist/plugins/MagicCommand/src/components/MagicCommandModal.vue.d.ts +3 -3
  27. package/dist/plugins/MagicCommand/src/components/MagicCommandProvider.vue.d.ts +3 -3
  28. package/dist/plugins/MagicCommand/src/components/MagicCommandRenderer.vue +1 -1
  29. package/dist/plugins/MagicCommand/src/components/MagicCommandRenderer.vue.d.ts +1 -1
  30. package/dist/plugins/MagicCommand/src/components/MagicCommandTrigger.vue.d.ts +1 -1
  31. package/dist/plugins/MagicCommand/src/components/MagicCommandView.vue.d.ts +1 -1
  32. package/dist/plugins/MagicCommand/src/composables/private/useCommandCallback.mjs +1 -1
  33. package/dist/plugins/MagicCookie/src/components/MagicCookieItem.vue.d.ts +1 -1
  34. package/dist/plugins/MagicCookie/src/components/MagicCookieProvider.vue.d.ts +3 -3
  35. package/dist/plugins/MagicCookie/src/components/MagicCookieView.vue.d.ts +3 -3
  36. package/dist/plugins/MagicCookie/src/composables/private/useCookieCallback.mjs +1 -1
  37. package/dist/plugins/MagicCookie/src/composables/useMagicCookie.mjs +1 -1
  38. package/dist/plugins/MagicDraggable/src/components/MagicDraggable.vue.d.ts +1 -1
  39. package/dist/plugins/MagicDraggable/src/composables/private/useDraggableDrag.mjs +1 -1
  40. package/dist/plugins/MagicDraggable/src/composables/private/useDraggableSnap.mjs +1 -1
  41. package/dist/plugins/MagicDraggable/src/composables/useMagicDraggable.mjs +1 -1
  42. package/dist/plugins/MagicDrawer/src/components/MagicDrawer.vue +1 -1
  43. package/dist/plugins/MagicDrawer/src/components/MagicDrawer.vue.d.ts +4 -4
  44. package/dist/plugins/MagicDrawer/src/composables/private/useDrawerCallback.mjs +2 -2
  45. package/dist/plugins/MagicDrawer/src/composables/private/useDrawerDrag.mjs +1 -1
  46. package/dist/plugins/MagicDrawer/src/composables/private/useDrawerProgress.mjs +1 -1
  47. package/dist/plugins/MagicDrawer/src/composables/private/useDrawerSnap.mjs +1 -1
  48. package/dist/plugins/MagicDrawer/src/composables/useMagicDrawer.mjs +1 -1
  49. package/dist/plugins/MagicMarquee/src/components/MagicMarquee.vue.d.ts +1 -1
  50. package/dist/plugins/MagicMenu/src/components/MagicMenuChannel.vue.d.ts +3 -3
  51. package/dist/plugins/MagicMenu/src/components/MagicMenuContent.vue.d.ts +4 -4
  52. package/dist/plugins/MagicMenu/src/components/MagicMenuFloat.vue.d.ts +1 -1
  53. package/dist/plugins/MagicMenu/src/components/MagicMenuItem.vue.d.ts +1 -1
  54. package/dist/plugins/MagicMenu/src/components/MagicMenuProvider.vue.d.ts +3 -3
  55. package/dist/plugins/MagicMenu/src/components/MagicMenuRemote.vue.d.ts +1 -1
  56. package/dist/plugins/MagicMenu/src/components/MagicMenuTrigger.vue.d.ts +1 -1
  57. package/dist/plugins/MagicMenu/src/components/MagicMenuView.vue.d.ts +1 -1
  58. package/dist/plugins/MagicMenu/src/composables/private/useMenuCallback.mjs +1 -1
  59. package/dist/plugins/MagicModal/src/components/MagicModal.vue.d.ts +4 -4
  60. package/dist/plugins/MagicModal/src/composables/private/useModalCallback.mjs +1 -1
  61. package/dist/plugins/MagicNoise/src/components/MagicNoise.vue.d.ts +1 -1
  62. package/dist/plugins/MagicPie/src/components/MagicPie.vue.d.ts +1 -1
  63. package/dist/plugins/MagicPlayer/src/components/MagicPlayerAudio.vue.d.ts +1 -1
  64. package/dist/plugins/MagicPlayer/src/components/MagicPlayerAudioControls.vue.d.ts +3 -3
  65. package/dist/plugins/MagicPlayer/src/components/MagicPlayerDisplayTime.vue.d.ts +1 -1
  66. package/dist/plugins/MagicPlayer/src/components/MagicPlayerMuxPopover.vue.d.ts +1 -1
  67. package/dist/plugins/MagicPlayer/src/components/MagicPlayerOverlay.vue +2 -2
  68. package/dist/plugins/MagicPlayer/src/components/MagicPlayerOverlay.vue.d.ts +6 -6
  69. package/dist/plugins/MagicPlayer/src/components/MagicPlayerPoster.vue.d.ts +1 -1
  70. package/dist/plugins/MagicPlayer/src/components/MagicPlayerProvider.vue.d.ts +1 -1
  71. package/dist/plugins/MagicPlayer/src/components/MagicPlayerTimeline.vue.d.ts +1 -1
  72. package/dist/plugins/MagicPlayer/src/components/MagicPlayerVideo.vue.d.ts +1 -1
  73. package/dist/plugins/MagicPlayer/src/components/MagicPlayerVideoControls.vue.d.ts +11 -11
  74. package/dist/plugins/MagicPlayer/src/components/icons/FullscreenEnter.vue.d.ts +1 -1
  75. package/dist/plugins/MagicPlayer/src/components/icons/FullscreenExit.vue.d.ts +1 -1
  76. package/dist/plugins/MagicPlayer/src/components/icons/Pause.vue.d.ts +1 -1
  77. package/dist/plugins/MagicPlayer/src/components/icons/Play.vue.d.ts +1 -1
  78. package/dist/plugins/MagicPlayer/src/components/icons/VolumeOff.vue.d.ts +1 -1
  79. package/dist/plugins/MagicPlayer/src/components/icons/VolumeOn.vue.d.ts +1 -1
  80. package/dist/plugins/MagicPlayer/src/components/icons/Waiting.vue.d.ts +1 -1
  81. package/dist/plugins/MagicPlayer/src/composables/private/usePlayerEmitter.mjs +1 -1
  82. package/dist/plugins/MagicPlayer/src/css/magic-player-overlay.css +0 -0
  83. package/dist/plugins/MagicScroll/src/components/MagicScrollCollision.vue.d.ts +1 -1
  84. package/dist/plugins/MagicScroll/src/components/MagicScrollMotion.vue.d.ts +1 -1
  85. package/dist/plugins/MagicScroll/src/components/MagicScrollProvider.vue.d.ts +1 -1
  86. package/dist/plugins/MagicScroll/src/components/MagicScrollScene.vue.d.ts +1 -1
  87. package/dist/plugins/MagicScroll/src/composables/private/useCollisionDetection.mjs +1 -1
  88. package/dist/plugins/MagicToast/src/components/MagicToastProvider.vue.d.ts +1 -1
  89. package/dist/plugins/MagicToast/src/components/MagicToastView.vue.d.ts +1 -1
  90. package/dist/plugins/MagicToast/src/composables/private/useToastCallback.mjs +1 -1
  91. package/dist/plugins/MagicToast/src/composables/private/useToastDrag.mjs +1 -1
  92. package/package.json +23 -19
  93. package/dist/composables/index.d.ts +0 -97
  94. package/dist/composables/index.js +0 -344
  95. package/dist/composables/index.js.map +0 -1
  96. package/dist/plugins/index.d.ts +0 -14
  97. package/dist/plugins/index.mjs +0 -14
@@ -1,10 +1,10 @@
1
1
  import '@maas/vue-equipment/utils/css/keyframes/fade-in.css';
2
2
  import '@maas/vue-equipment/utils/css/keyframes/fade-out.css';
3
- declare var __VLS_18: {};
3
+ declare var __VLS_19: {};
4
4
  type __VLS_Slots = {} & {
5
- default?: (props: typeof __VLS_18) => any;
5
+ default?: (props: typeof __VLS_19) => any;
6
6
  };
7
- declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
7
+ declare const __VLS_component: import("vue").DefineComponent<{}, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
8
8
  declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
9
9
  export default _default;
10
10
  type __VLS_WithSlots<T, S> = T & {
@@ -11,10 +11,10 @@
11
11
 
12
12
  <script setup>
13
13
  import { inject, watch, onBeforeUnmount } from "vue";
14
+ import { useMagicDrawer } from "@maas/vue-equipment/plugins/MagicDrawer";
14
15
  import {
15
- useMagicDrawer,
16
16
  useMagicEmitter
17
- } from "@maas/vue-equipment/plugins";
17
+ } from "@maas/vue-equipment/plugins/MagicEmitter";
18
18
  import { useMagicCommand } from "../composables/useMagicCommand";
19
19
  import { MagicCommandInstanceId } from "../symbols";
20
20
  defineOptions({
@@ -2,11 +2,11 @@ import type { MagicCommandDrawerOptions } from '../types/index.js';
2
2
  interface MagicCommandDrawerProps {
3
3
  options?: MagicCommandDrawerOptions;
4
4
  }
5
- declare var __VLS_6: {};
5
+ declare var __VLS_7: {};
6
6
  type __VLS_Slots = {} & {
7
- default?: (props: typeof __VLS_6) => any;
7
+ default?: (props: typeof __VLS_7) => any;
8
8
  };
9
- declare const __VLS_component: import("vue").DefineComponent<MagicCommandDrawerProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<MagicCommandDrawerProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
9
+ declare const __VLS_component: import("vue").DefineComponent<MagicCommandDrawerProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<MagicCommandDrawerProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
10
10
  declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
11
11
  export default _default;
12
12
  type __VLS_WithSlots<T, S> = T & {
@@ -10,7 +10,7 @@ declare var __VLS_1: {
10
10
  type __VLS_Slots = {} & {
11
11
  default?: (props: typeof __VLS_1) => any;
12
12
  };
13
- declare const __VLS_component: import("vue").DefineComponent<MagicCommandItemProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
13
+ declare const __VLS_component: import("vue").DefineComponent<MagicCommandItemProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
14
14
  click: (event: MouseEvent) => any;
15
15
  }, string, import("vue").PublicProps, Readonly<MagicCommandItemProps> & Readonly<{
16
16
  onClick?: ((event: MouseEvent) => any) | undefined;
@@ -11,10 +11,10 @@
11
11
 
12
12
  <script setup>
13
13
  import { inject, watch, onBeforeUnmount } from "vue";
14
+ import { useMagicModal } from "@maas/vue-equipment/plugins/MagicModal";
14
15
  import {
15
- useMagicModal,
16
16
  useMagicEmitter
17
- } from "@maas/vue-equipment/plugins";
17
+ } from "@maas/vue-equipment/plugins/MagicEmitter";
18
18
  import { useMagicCommand } from "../composables/useMagicCommand";
19
19
  import { MagicCommandInstanceId } from "../symbols";
20
20
  defineOptions({
@@ -2,11 +2,11 @@ import type { MagicCommandModalOptions } from '../types/index.js';
2
2
  interface MagicCommandProps {
3
3
  options?: MagicCommandModalOptions;
4
4
  }
5
- declare var __VLS_6: {};
5
+ declare var __VLS_7: {};
6
6
  type __VLS_Slots = {} & {
7
- default?: (props: typeof __VLS_6) => any;
7
+ default?: (props: typeof __VLS_7) => any;
8
8
  };
9
- declare const __VLS_component: import("vue").DefineComponent<MagicCommandProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<MagicCommandProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
9
+ declare const __VLS_component: import("vue").DefineComponent<MagicCommandProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<MagicCommandProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
10
10
  declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
11
11
  export default _default;
12
12
  type __VLS_WithSlots<T, S> = T & {
@@ -5,11 +5,11 @@ interface MagicCommandProviderProps {
5
5
  asChild?: boolean;
6
6
  options?: MagicCommandOptions;
7
7
  }
8
- declare var __VLS_6: {};
8
+ declare var __VLS_7: {};
9
9
  type __VLS_Slots = {} & {
10
- default?: (props: typeof __VLS_6) => any;
10
+ default?: (props: typeof __VLS_7) => any;
11
11
  };
12
- declare const __VLS_component: import("vue").DefineComponent<MagicCommandProviderProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<MagicCommandProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
12
+ declare const __VLS_component: import("vue").DefineComponent<MagicCommandProviderProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<MagicCommandProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
13
13
  declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
14
14
  export default _default;
15
15
  type __VLS_WithSlots<T, S> = T & {
@@ -6,7 +6,7 @@
6
6
  import { inject, onBeforeUnmount, useTemplateRef } from "vue";
7
7
  import {
8
8
  useMagicEmitter
9
- } from "@maas/vue-equipment/plugins";
9
+ } from "@maas/vue-equipment/plugins/MagicEmitter";
10
10
  import { MagicCommandInstanceId } from "./../symbols";
11
11
  import { useCommandState } from "../composables/private/useCommandState";
12
12
  const instanceId = inject(MagicCommandInstanceId, "");
@@ -1,2 +1,2 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1
+ declare const _default: import("vue").DefineComponent<{}, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
2
  export default _default;
@@ -14,7 +14,7 @@ declare var __VLS_12: {
14
14
  type __VLS_Slots = {} & {
15
15
  default?: (props: typeof __VLS_12) => any;
16
16
  };
17
- declare const __VLS_component: import("vue").DefineComponent<MagicCommandTriggerProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<MagicCommandTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
17
+ declare const __VLS_component: import("vue").DefineComponent<MagicCommandTriggerProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<MagicCommandTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
18
18
  declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
19
19
  export default _default;
20
20
  type __VLS_WithSlots<T, S> = T & {
@@ -8,7 +8,7 @@ declare var __VLS_1: {
8
8
  type __VLS_Slots = {} & {
9
9
  default?: (props: typeof __VLS_1) => any;
10
10
  };
11
- declare const __VLS_component: import("vue").DefineComponent<MagicCommandViewProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<MagicCommandViewProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
11
+ declare const __VLS_component: import("vue").DefineComponent<MagicCommandViewProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<MagicCommandViewProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
12
12
  declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
13
13
  export default _default;
14
14
  type __VLS_WithSlots<T, S> = T & {
@@ -1,5 +1,5 @@
1
1
  import { toValue } from "vue";
2
- import { useMagicEmitter } from "@maas/vue-equipment/plugins";
2
+ import { useMagicEmitter } from "@maas/vue-equipment/plugins/MagicEmitter";
3
3
  export function useCommandCallback(args) {
4
4
  const { instanceId, viewId } = args;
5
5
  const emitter = useMagicEmitter();
@@ -9,7 +9,7 @@ declare var __VLS_1: {
9
9
  type __VLS_Slots = {} & {
10
10
  default?: (props: typeof __VLS_1) => any;
11
11
  };
12
- declare const __VLS_component: import("vue").DefineComponent<MagicCookieItemProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<MagicCookieItemProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
12
+ declare const __VLS_component: import("vue").DefineComponent<MagicCookieItemProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<MagicCookieItemProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
13
13
  declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
14
14
  export default _default;
15
15
  type __VLS_WithSlots<T, S> = T & {
@@ -4,11 +4,11 @@ type MagicCookieProviderProps = {
4
4
  id: MaybeRef<string>;
5
5
  options?: MagicCookieOptions;
6
6
  };
7
- declare var __VLS_6: {};
7
+ declare var __VLS_7: {};
8
8
  type __VLS_Slots = {} & {
9
- default?: (props: typeof __VLS_6) => any;
9
+ default?: (props: typeof __VLS_7) => any;
10
10
  };
11
- declare const __VLS_component: import("vue").DefineComponent<MagicCookieProviderProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<MagicCookieProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
11
+ declare const __VLS_component: import("vue").DefineComponent<MagicCookieProviderProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<MagicCookieProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
12
12
  declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
13
13
  export default _default;
14
14
  type __VLS_WithSlots<T, S> = T & {
@@ -1,12 +1,12 @@
1
1
  import '@maas/vue-equipment/utils/css/keyframes/fade-in.css';
2
2
  import '@maas/vue-equipment/utils/css/keyframes/auto-size-out.css';
3
- declare var __VLS_18: {
3
+ declare var __VLS_19: {
4
4
  viewActive: boolean;
5
5
  };
6
6
  type __VLS_Slots = {} & {
7
- default?: (props: typeof __VLS_18) => any;
7
+ default?: (props: typeof __VLS_19) => any;
8
8
  };
9
- declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
9
+ declare const __VLS_component: import("vue").DefineComponent<{}, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
10
10
  declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
11
11
  export default _default;
12
12
  type __VLS_WithSlots<T, S> = T & {
@@ -1,5 +1,5 @@
1
1
  import { toValue } from "vue";
2
- import { useMagicEmitter } from "@maas/vue-equipment/plugins";
2
+ import { useMagicEmitter } from "@maas/vue-equipment/plugins/MagicEmitter";
3
3
  export function useCookieCallback(instanceId) {
4
4
  const emitter = useMagicEmitter();
5
5
  function onBeforeEnter() {
@@ -1,5 +1,5 @@
1
1
  import { computed, nextTick } from "vue";
2
- import { useMagicEmitter } from "@maas/vue-equipment/plugins";
2
+ import { useMagicEmitter } from "@maas/vue-equipment/plugins/MagicEmitter";
3
3
  import { useCookieState } from "./private/useCookieState.mjs";
4
4
  import { useCookieItem } from "./private/useCookieItem.mjs";
5
5
  export function useMagicCookie(id) {
@@ -8,7 +8,7 @@ declare var __VLS_12: {};
8
8
  type __VLS_Slots = {} & {
9
9
  default?: (props: typeof __VLS_12) => any;
10
10
  };
11
- declare const __VLS_component: import("vue").DefineComponent<MagicDraggableProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<MagicDraggableProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
11
+ declare const __VLS_component: import("vue").DefineComponent<MagicDraggableProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<MagicDraggableProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
12
12
  declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
13
13
  export default _default;
14
14
  type __VLS_WithSlots<T, S> = T & {
@@ -23,7 +23,7 @@ import {
23
23
  } from "@maas/vue-equipment/utils";
24
24
  import {
25
25
  useMagicEmitter
26
- } from "@maas/vue-equipment/plugins";
26
+ } from "@maas/vue-equipment/plugins/MagicEmitter";
27
27
  import { useDraggableSnap } from "./useDraggableSnap.mjs";
28
28
  import { useDraggableState } from "./useDraggableState.mjs";
29
29
  import { useDraggableScrollLock } from "./useDraggableScrollLock.mjs";
@@ -1,7 +1,7 @@
1
1
  import { ref, toRefs, computed, toValue, nextTick } from "vue";
2
2
  import { computedWithControl } from "@vueuse/core";
3
3
  import { interpolate } from "@maas/vue-equipment/utils";
4
- import { useMagicEmitter } from "@maas/vue-equipment/plugins";
4
+ import { useMagicEmitter } from "@maas/vue-equipment/plugins/MagicEmitter";
5
5
  import { defu } from "defu";
6
6
  import { useDraggableState } from "./useDraggableState.mjs";
7
7
  export function useDraggableSnap(args) {
@@ -1,5 +1,5 @@
1
1
  import { toValue } from "vue";
2
- import { useMagicEmitter } from "@maas/vue-equipment/plugins";
2
+ import { useMagicEmitter } from "@maas/vue-equipment/plugins/MagicEmitter";
3
3
  export function useMagicDraggable(id) {
4
4
  function snapTo(snapPoint, duration) {
5
5
  useMagicEmitter().emit("snapTo", {
@@ -72,7 +72,7 @@ import {
72
72
  } from "vue";
73
73
  import { createDefu } from "defu";
74
74
  import { onKeyStroke, unrefElement } from "@vueuse/core";
75
- import { useMetaViewport } from "@maas/vue-equipment/composables";
75
+ import { useMetaViewport } from "@maas/vue-equipment/composables/useMetaViewport";
76
76
  import { defaultOptions } from "./../utils/defaultOptions";
77
77
  import { useDrawerDOM } from "../composables/private/useDrawerDOM";
78
78
  import { useDrawerCallback } from "../composables/private/useDrawerCallback";
@@ -14,13 +14,13 @@ interface MagicDrawerProps {
14
14
  id: MaybeRef<string>;
15
15
  options?: MagicDrawerOptions;
16
16
  }
17
- declare var __VLS_9: {}, __VLS_35: {};
17
+ declare var __VLS_11: {}, __VLS_37: {};
18
18
  type __VLS_Slots = {} & {
19
- backdrop?: (props: typeof __VLS_9) => any;
19
+ backdrop?: (props: typeof __VLS_11) => any;
20
20
  } & {
21
- default?: (props: typeof __VLS_35) => any;
21
+ default?: (props: typeof __VLS_37) => any;
22
22
  };
23
- declare const __VLS_component: import("vue").DefineComponent<MagicDrawerProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<MagicDrawerProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
23
+ declare const __VLS_component: import("vue").DefineComponent<MagicDrawerProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<MagicDrawerProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
24
24
  declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
25
25
  export default _default;
26
26
  type __VLS_WithSlots<T, S> = T & {
@@ -1,6 +1,6 @@
1
1
  import { toValue, nextTick } from "vue";
2
- import { useMetaViewport } from "@maas/vue-equipment/composables";
3
- import { useMagicEmitter } from "@maas/vue-equipment/plugins";
2
+ import { useMetaViewport } from "@maas/vue-equipment/composables/useMetaViewport";
3
+ import { useMagicEmitter } from "@maas/vue-equipment/plugins/MagicEmitter";
4
4
  export function useDrawerCallback(args) {
5
5
  const {
6
6
  id,
@@ -22,7 +22,7 @@ import {
22
22
  } from "@maas/vue-equipment/utils";
23
23
  import {
24
24
  useMagicEmitter
25
- } from "@maas/vue-equipment/plugins";
25
+ } from "@maas/vue-equipment/plugins/MagicEmitter";
26
26
  import { useMagicDrawer } from "./../useMagicDrawer.mjs";
27
27
  import { useDrawerSnap } from "./useDrawerSnap.mjs";
28
28
  import { useDrawerGuards } from "./useDrawerGuards.mjs";
@@ -11,7 +11,7 @@ import { useElementBounding, useRafFn } from "@vueuse/core";
11
11
  import { clampValue, mapValue } from "@maas/vue-equipment/utils";
12
12
  import {
13
13
  useMagicEmitter
14
- } from "@maas/vue-equipment/plugins";
14
+ } from "@maas/vue-equipment/plugins/MagicEmitter";
15
15
  import { useDrawerState } from "./useDrawerState.mjs";
16
16
  export function useDrawerProgress(args) {
17
17
  const { id, drawerRef, elRef, position, overshoot } = args;
@@ -6,7 +6,7 @@ import {
6
6
  } from "vue";
7
7
  import { computedWithControl } from "@vueuse/core";
8
8
  import { mapValue, interpolate } from "@maas/vue-equipment/utils";
9
- import { useMagicEmitter } from "@maas/vue-equipment/plugins";
9
+ import { useMagicEmitter } from "@maas/vue-equipment/plugins/MagicEmitter";
10
10
  export function useDrawerSnap(args) {
11
11
  const {
12
12
  id,
@@ -1,5 +1,5 @@
1
1
  import { computed, toValue, toRefs } from "vue";
2
- import { useMagicEmitter } from "@maas/vue-equipment/plugins";
2
+ import { useMagicEmitter } from "@maas/vue-equipment/plugins/MagicEmitter";
3
3
  import { useDrawerState } from "./private/useDrawerState.mjs";
4
4
  export function useMagicDrawer(id) {
5
5
  const { initializeState } = useDrawerState(toValue(id));
@@ -10,7 +10,7 @@ type __VLS_Slots = {} & {
10
10
  } & {
11
11
  default?: (props: typeof __VLS_3) => any;
12
12
  };
13
- declare const __VLS_component: import("vue").DefineComponent<MagicMarqueeProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<MagicMarqueeProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
13
+ declare const __VLS_component: import("vue").DefineComponent<MagicMarqueeProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<MagicMarqueeProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
14
14
  declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
15
15
  export default _default;
16
16
  type __VLS_WithSlots<T, S> = T & {
@@ -2,11 +2,11 @@ interface MagicMenuChannelProps {
2
2
  id: string;
3
3
  transition?: string;
4
4
  }
5
- declare var __VLS_5: {};
5
+ declare var __VLS_6: {};
6
6
  type __VLS_Slots = {} & {
7
- default?: (props: typeof __VLS_5) => any;
7
+ default?: (props: typeof __VLS_6) => any;
8
8
  };
9
- declare const __VLS_component: import("vue").DefineComponent<MagicMenuChannelProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<MagicMenuChannelProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
9
+ declare const __VLS_component: import("vue").DefineComponent<MagicMenuChannelProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<MagicMenuChannelProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
10
10
  declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
11
11
  export default _default;
12
12
  type __VLS_WithSlots<T, S> = T & {
@@ -8,13 +8,13 @@ interface MagicMenuContentProps {
8
8
  transition?: string;
9
9
  referenceEl?: MaybeRef<HTMLElement | ComponentPublicInstance>;
10
10
  }
11
- declare var __VLS_22: {}, __VLS_24: {};
11
+ declare var __VLS_25: {}, __VLS_28: {};
12
12
  type __VLS_Slots = {} & {
13
- arrow?: (props: typeof __VLS_22) => any;
13
+ arrow?: (props: typeof __VLS_25) => any;
14
14
  } & {
15
- default?: (props: typeof __VLS_24) => any;
15
+ default?: (props: typeof __VLS_28) => any;
16
16
  };
17
- declare const __VLS_component: import("vue").DefineComponent<MagicMenuContentProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<MagicMenuContentProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
17
+ declare const __VLS_component: import("vue").DefineComponent<MagicMenuContentProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<MagicMenuContentProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
18
18
  declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
19
19
  export default _default;
20
20
  type __VLS_WithSlots<T, S> = T & {
@@ -12,7 +12,7 @@ type __VLS_Slots = {} & {
12
12
  } & {
13
13
  default?: (props: typeof __VLS_3) => any;
14
14
  };
15
- declare const __VLS_component: import("vue").DefineComponent<MagicMenuFloatProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<MagicMenuFloatProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
15
+ declare const __VLS_component: import("vue").DefineComponent<MagicMenuFloatProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<MagicMenuFloatProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
16
16
  declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
17
17
  export default _default;
18
18
  type __VLS_WithSlots<T, S> = T & {
@@ -9,7 +9,7 @@ declare var __VLS_1: {
9
9
  type __VLS_Slots = {} & {
10
10
  default?: (props: typeof __VLS_1) => any;
11
11
  };
12
- declare const __VLS_component: import("vue").DefineComponent<MagicMenuItemProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
12
+ declare const __VLS_component: import("vue").DefineComponent<MagicMenuItemProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
13
13
  click: (event: MouseEvent) => any;
14
14
  }, string, import("vue").PublicProps, Readonly<MagicMenuItemProps> & Readonly<{
15
15
  onClick?: ((event: MouseEvent) => any) | undefined;
@@ -5,11 +5,11 @@ interface MagicMenuProviderProps {
5
5
  asChild?: boolean;
6
6
  options?: MagicMenuOptions;
7
7
  }
8
- declare var __VLS_7: {};
8
+ declare var __VLS_8: {};
9
9
  type __VLS_Slots = {} & {
10
- default?: (props: typeof __VLS_7) => any;
10
+ default?: (props: typeof __VLS_8) => any;
11
11
  };
12
- declare const __VLS_component: import("vue").DefineComponent<MagicMenuProviderProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<MagicMenuProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
12
+ declare const __VLS_component: import("vue").DefineComponent<MagicMenuProviderProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<MagicMenuProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
13
13
  declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
14
14
  export default _default;
15
15
  type __VLS_WithSlots<T, S> = T & {
@@ -14,7 +14,7 @@ declare var __VLS_11: {
14
14
  type __VLS_Slots = {} & {
15
15
  default?: (props: typeof __VLS_11) => any;
16
16
  };
17
- declare const __VLS_component: import("vue").DefineComponent<MagicMenuRemoteProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<MagicMenuRemoteProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
17
+ declare const __VLS_component: import("vue").DefineComponent<MagicMenuRemoteProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<MagicMenuRemoteProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
18
18
  declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
19
19
  export default _default;
20
20
  type __VLS_WithSlots<T, S> = T & {
@@ -13,7 +13,7 @@ declare var __VLS_13: {
13
13
  type __VLS_Slots = {} & {
14
14
  default?: (props: typeof __VLS_13) => any;
15
15
  };
16
- declare const __VLS_component: import("vue").DefineComponent<MagicMenuTriggerProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<MagicMenuTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
16
+ declare const __VLS_component: import("vue").DefineComponent<MagicMenuTriggerProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<MagicMenuTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
17
17
  declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
18
18
  export default _default;
19
19
  type __VLS_WithSlots<T, S> = T & {
@@ -9,7 +9,7 @@ declare var __VLS_1: {
9
9
  type __VLS_Slots = {} & {
10
10
  default?: (props: typeof __VLS_1) => any;
11
11
  };
12
- declare const __VLS_component: import("vue").DefineComponent<MagicMenuViewProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<MagicMenuViewProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
12
+ declare const __VLS_component: import("vue").DefineComponent<MagicMenuViewProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<MagicMenuViewProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
13
13
  declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
14
14
  export default _default;
15
15
  type __VLS_WithSlots<T, S> = T & {
@@ -1,5 +1,5 @@
1
1
  import { toValue } from "vue";
2
- import { useMagicEmitter } from "@maas/vue-equipment/plugins";
2
+ import { useMagicEmitter } from "@maas/vue-equipment/plugins/MagicEmitter";
3
3
  import { ModeScrollLock } from "../../utils/modeScrollLockDefaults.mjs";
4
4
  export function useMenuCallback(args) {
5
5
  const {
@@ -7,13 +7,13 @@ interface MagicModalProps {
7
7
  props?: Record<string, unknown>;
8
8
  options?: MagicModalOptions;
9
9
  }
10
- declare var __VLS_9: {}, __VLS_32: {};
10
+ declare var __VLS_11: {}, __VLS_34: {};
11
11
  type __VLS_Slots = {} & {
12
- backdrop?: (props: typeof __VLS_9) => any;
12
+ backdrop?: (props: typeof __VLS_11) => any;
13
13
  } & {
14
- default?: (props: typeof __VLS_32) => any;
14
+ default?: (props: typeof __VLS_34) => any;
15
15
  };
16
- declare const __VLS_component: import("vue").DefineComponent<MagicModalProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<MagicModalProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
16
+ declare const __VLS_component: import("vue").DefineComponent<MagicModalProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<MagicModalProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
17
17
  declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
18
18
  export default _default;
19
19
  type __VLS_WithSlots<T, S> = T & {
@@ -1,5 +1,5 @@
1
1
  import { toValue, nextTick } from "vue";
2
- import { useMagicEmitter } from "@maas/vue-equipment/plugins";
2
+ import { useMagicEmitter } from "@maas/vue-equipment/plugins/MagicEmitter";
3
3
  export function useModalCallback(args) {
4
4
  const {
5
5
  id,
@@ -3,5 +3,5 @@ interface MagicNoiseProps {
3
3
  options?: MagicNoiseOptions;
4
4
  pause?: boolean;
5
5
  }
6
- declare const _default: import("vue").DefineComponent<MagicNoiseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<MagicNoiseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
6
+ declare const _default: import("vue").DefineComponent<MagicNoiseProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<MagicNoiseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
7
  export default _default;
@@ -3,5 +3,5 @@ interface MagicPieProps {
3
3
  id: string;
4
4
  options?: MagicPieOptions;
5
5
  }
6
- declare const _default: import("vue").DefineComponent<MagicPieProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<MagicPieProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
6
+ declare const _default: import("vue").DefineComponent<MagicPieProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<MagicPieProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
7
  export default _default;
@@ -1,2 +1,2 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1
+ declare const _default: import("vue").DefineComponent<{}, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
2
  export default _default;
@@ -1,13 +1,13 @@
1
1
  interface MagicAudioPlayerControlsProps {
2
2
  instanceId?: string;
3
3
  }
4
- declare var __VLS_1: {}, __VLS_6: {};
4
+ declare var __VLS_1: {}, __VLS_7: {};
5
5
  type __VLS_Slots = {} & {
6
6
  playIcon?: (props: typeof __VLS_1) => any;
7
7
  } & {
8
- pauseIcon?: (props: typeof __VLS_6) => any;
8
+ pauseIcon?: (props: typeof __VLS_7) => any;
9
9
  };
10
- declare const __VLS_component: import("vue").DefineComponent<MagicAudioPlayerControlsProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<MagicAudioPlayerControlsProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
10
+ declare const __VLS_component: import("vue").DefineComponent<MagicAudioPlayerControlsProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<MagicAudioPlayerControlsProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
11
11
  declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
12
12
  export default _default;
13
13
  type __VLS_WithSlots<T, S> = T & {
@@ -1,5 +1,5 @@
1
1
  interface MagicPlayerDisplayTimeProps {
2
2
  type?: 'current' | 'remaining' | 'duration';
3
3
  }
4
- declare const _default: import("vue").DefineComponent<MagicPlayerDisplayTimeProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<MagicPlayerDisplayTimeProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
4
+ declare const _default: import("vue").DefineComponent<MagicPlayerDisplayTimeProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<MagicPlayerDisplayTimeProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
5
5
  export default _default;
@@ -1,5 +1,5 @@
1
1
  interface MagicPlayerMuxPopoverProps {
2
2
  playbackId?: string;
3
3
  }
4
- declare const _default: import("vue").DefineComponent<MagicPlayerMuxPopoverProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<MagicPlayerMuxPopoverProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
4
+ declare const _default: import("vue").DefineComponent<MagicPlayerMuxPopoverProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<MagicPlayerMuxPopoverProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
5
5
  export default _default;
@@ -13,7 +13,7 @@
13
13
  @click.stop="togglePlay"
14
14
  >
15
15
  <transition :name="mappedOverlayTransition">
16
- <div v-if="isVisible">
16
+ <div v-if="isVisible" class="magic-player-overlay__controls">
17
17
  <slot>
18
18
  <transition :name="mappedIconsTransition">
19
19
  <button
@@ -127,7 +127,7 @@ watch(
127
127
  cursor: pointer;
128
128
  }
129
129
 
130
- .magic-player-overlay div {
130
+ .magic-player-overlay__controls {
131
131
  position: relative;
132
132
  width: 100%;
133
133
  height: 100%;
@@ -4,17 +4,17 @@ interface MagicPlayerOverlayProps {
4
4
  icons?: string;
5
5
  };
6
6
  }
7
- declare var __VLS_5: {}, __VLS_11: {}, __VLS_16: {}, __VLS_21: {};
7
+ declare var __VLS_6: {}, __VLS_13: {}, __VLS_19: {}, __VLS_25: {};
8
8
  type __VLS_Slots = {} & {
9
- default?: (props: typeof __VLS_5) => any;
9
+ default?: (props: typeof __VLS_6) => any;
10
10
  } & {
11
- waitingIcon?: (props: typeof __VLS_11) => any;
11
+ waitingIcon?: (props: typeof __VLS_13) => any;
12
12
  } & {
13
- playIcon?: (props: typeof __VLS_16) => any;
13
+ playIcon?: (props: typeof __VLS_19) => any;
14
14
  } & {
15
- pauseIcon?: (props: typeof __VLS_21) => any;
15
+ pauseIcon?: (props: typeof __VLS_25) => any;
16
16
  };
17
- declare const __VLS_component: import("vue").DefineComponent<MagicPlayerOverlayProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<MagicPlayerOverlayProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
17
+ declare const __VLS_component: import("vue").DefineComponent<MagicPlayerOverlayProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<MagicPlayerOverlayProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
18
18
  declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
19
19
  export default _default;
20
20
  type __VLS_WithSlots<T, S> = T & {