@maas/vue-equipment 1.0.0-beta.12 → 1.0.0-beta.14

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 (96) hide show
  1. package/dist/nuxt/module.json +1 -1
  2. package/dist/plugins/.turbo/turbo-lint.log +2 -2
  3. package/dist/plugins/MagicAccordion/src/components/MagicAccordionContent.vue +65 -82
  4. package/dist/plugins/MagicAccordion/src/components/MagicAccordionContent.vue.d.ts +2 -2
  5. package/dist/plugins/MagicAccordion/src/components/MagicAccordionProvider.vue +24 -30
  6. package/dist/plugins/MagicAccordion/src/components/MagicAccordionTrigger.vue +65 -61
  7. package/dist/plugins/MagicAccordion/src/components/MagicAccordionTrigger.vue.d.ts +1 -1
  8. package/dist/plugins/MagicAccordion/src/components/MagicAccordionView.vue +41 -45
  9. package/dist/plugins/MagicAccordion/src/components/MagicAccordionView.vue.d.ts +1 -1
  10. package/dist/plugins/MagicCommand/src/components/MagicCommandContent.vue +137 -150
  11. package/dist/plugins/MagicCommand/src/components/MagicCommandContent.vue.d.ts +1 -1
  12. package/dist/plugins/MagicCommand/src/components/MagicCommandDrawer.vue +45 -52
  13. package/dist/plugins/MagicCommand/src/components/MagicCommandItem.vue +80 -82
  14. package/dist/plugins/MagicCommand/src/components/MagicCommandItem.vue.d.ts +1 -1
  15. package/dist/plugins/MagicCommand/src/components/MagicCommandModal.vue +40 -47
  16. package/dist/plugins/MagicCommand/src/components/MagicCommandProvider.vue +68 -74
  17. package/dist/plugins/MagicCommand/src/components/MagicCommandRenderer.vue +22 -38
  18. package/dist/plugins/MagicCommand/src/components/MagicCommandTrigger.vue +95 -85
  19. package/dist/plugins/MagicCommand/src/components/MagicCommandTrigger.vue.d.ts +1 -1
  20. package/dist/plugins/MagicCommand/src/components/MagicCommandView.vue +41 -47
  21. package/dist/plugins/MagicCommand/src/components/MagicCommandView.vue.d.ts +1 -1
  22. package/dist/plugins/MagicCookie/src/components/MagicCookieItem.vue +41 -39
  23. package/dist/plugins/MagicCookie/src/components/MagicCookieItem.vue.d.ts +2 -2
  24. package/dist/plugins/MagicCookie/src/components/MagicCookieProvider.vue +23 -34
  25. package/dist/plugins/MagicCookie/src/components/MagicCookieView.vue +40 -73
  26. package/dist/plugins/MagicCookie/src/components/MagicCookieView.vue.d.ts +1 -1
  27. package/dist/plugins/MagicDraggable/src/components/MagicDraggable.vue +70 -87
  28. package/dist/plugins/MagicDraggable/src/components/MagicDraggable.vue.d.ts +7 -7
  29. package/dist/plugins/MagicDrawer/src/components/MagicDrawer.vue +262 -304
  30. package/dist/plugins/MagicDrawer/src/components/MagicDrawer.vue.d.ts +12 -12
  31. package/dist/plugins/MagicEmitter/src/composables/useMagicEmitter.d.ts +100 -100
  32. package/dist/plugins/MagicMarquee/src/components/MagicMarquee.vue +41 -69
  33. package/dist/plugins/MagicMarquee/src/composables/useMagicMarquee.d.ts +1 -1
  34. package/dist/plugins/MagicMenu/src/components/MagicMenuChannel.vue +54 -59
  35. package/dist/plugins/MagicMenu/src/components/MagicMenuChannel.vue.d.ts +2 -2
  36. package/dist/plugins/MagicMenu/src/components/MagicMenuContent.vue +188 -208
  37. package/dist/plugins/MagicMenu/src/components/MagicMenuContent.vue.d.ts +3 -3
  38. package/dist/plugins/MagicMenu/src/components/MagicMenuFloat.vue +181 -194
  39. package/dist/plugins/MagicMenu/src/components/MagicMenuItem.vue +91 -100
  40. package/dist/plugins/MagicMenu/src/components/MagicMenuItem.vue.d.ts +1 -1
  41. package/dist/plugins/MagicMenu/src/components/MagicMenuProvider.vue +83 -85
  42. package/dist/plugins/MagicMenu/src/components/MagicMenuRemote.vue +79 -75
  43. package/dist/plugins/MagicMenu/src/components/MagicMenuRemote.vue.d.ts +1 -1
  44. package/dist/plugins/MagicMenu/src/components/MagicMenuTrigger.vue +106 -105
  45. package/dist/plugins/MagicMenu/src/components/MagicMenuTrigger.vue.d.ts +1 -1
  46. package/dist/plugins/MagicMenu/src/components/MagicMenuView.vue +54 -60
  47. package/dist/plugins/MagicMenu/src/components/MagicMenuView.vue.d.ts +1 -1
  48. package/dist/plugins/MagicModal/src/components/MagicModal.vue +136 -164
  49. package/dist/plugins/MagicModal/src/components/MagicModal.vue.d.ts +1 -1
  50. package/dist/plugins/MagicNoise/src/components/MagicNoise.vue +53 -78
  51. package/dist/plugins/MagicPie/src/components/MagicPie.vue +147 -175
  52. package/dist/plugins/MagicPlayer/src/components/MagicPlayerAudio.vue +51 -62
  53. package/dist/plugins/MagicPlayer/src/components/MagicPlayerAudioControls.vue +101 -122
  54. package/dist/plugins/MagicPlayer/src/components/MagicPlayerAudioControls.vue.d.ts +8 -5
  55. package/dist/plugins/MagicPlayer/src/components/MagicPlayerDisplayTime.vue +35 -42
  56. package/dist/plugins/MagicPlayer/src/components/MagicPlayerMuxPopover.vue +101 -108
  57. package/dist/plugins/MagicPlayer/src/components/MagicPlayerOverlay.vue +49 -77
  58. package/dist/plugins/MagicPlayer/src/components/MagicPlayerOverlay.vue.d.ts +3 -3
  59. package/dist/plugins/MagicPlayer/src/components/MagicPlayerPoster.vue +18 -37
  60. package/dist/plugins/MagicPlayer/src/components/MagicPlayerPoster.vue.d.ts +1 -2
  61. package/dist/plugins/MagicPlayer/src/components/MagicPlayerProvider.vue +45 -52
  62. package/dist/plugins/MagicPlayer/src/components/MagicPlayerProvider.vue.d.ts +5 -5
  63. package/dist/plugins/MagicPlayer/src/components/MagicPlayerTimeline.vue +60 -109
  64. package/dist/plugins/MagicPlayer/src/components/MagicPlayerVideo.vue +74 -70
  65. package/dist/plugins/MagicPlayer/src/components/MagicPlayerVideoControls.vue +171 -213
  66. package/dist/plugins/MagicPlayer/src/components/MagicPlayerVideoControls.vue.d.ts +8 -6
  67. package/dist/plugins/MagicPlayer/src/composables/private/usePlayerAudioApi.d.ts +0 -4
  68. package/dist/plugins/MagicPlayer/src/composables/private/usePlayerAudioApi.mjs +6 -47
  69. package/dist/plugins/MagicPlayer/src/composables/private/usePlayerControlsApi.d.ts +4 -31
  70. package/dist/plugins/MagicPlayer/src/composables/private/usePlayerControlsApi.mjs +147 -234
  71. package/dist/plugins/MagicPlayer/src/composables/private/usePlayerMediaApi.d.ts +1 -15
  72. package/dist/plugins/MagicPlayer/src/composables/private/usePlayerMediaApi.mjs +17 -164
  73. package/dist/plugins/MagicPlayer/src/composables/private/usePlayerRuntime.d.ts +0 -1
  74. package/dist/plugins/MagicPlayer/src/composables/private/usePlayerRuntime.mjs +6 -24
  75. package/dist/plugins/MagicPlayer/src/composables/private/usePlayerState.d.ts +7 -0
  76. package/dist/plugins/MagicPlayer/src/composables/private/usePlayerState.mjs +56 -0
  77. package/dist/plugins/MagicPlayer/src/composables/private/usePlayerVideoApi.d.ts +0 -5
  78. package/dist/plugins/MagicPlayer/src/composables/private/usePlayerVideoApi.mjs +7 -62
  79. package/dist/plugins/MagicPlayer/src/composables/useMagicPlayer.d.ts +32 -51
  80. package/dist/plugins/MagicPlayer/src/composables/useMagicPlayer.mjs +47 -0
  81. package/dist/plugins/MagicPlayer/src/symbols/index.d.ts +5 -2
  82. package/dist/plugins/MagicPlayer/src/symbols/index.mjs +10 -1
  83. package/dist/plugins/MagicPlayer/src/types/index.d.ts +29 -0
  84. package/dist/plugins/MagicScroll/src/components/MagicScrollCollision.vue +49 -59
  85. package/dist/plugins/MagicScroll/src/components/MagicScrollMotion.vue +63 -70
  86. package/dist/plugins/MagicScroll/src/components/MagicScrollProvider.vue +29 -33
  87. package/dist/plugins/MagicScroll/src/components/MagicScrollScene.vue +59 -69
  88. package/dist/plugins/MagicToast/src/components/MagicToastProvider.vue +80 -95
  89. package/dist/plugins/MagicToast/src/components/MagicToastView.vue +52 -70
  90. package/dist/plugins/MagicToast/src/components/MagicToastView.vue.d.ts +2 -2
  91. package/package.json +4 -4
  92. package/dist/plugins/MagicAccordion/demo/data/footer.json +0 -117
  93. package/dist/plugins/MagicCommand/demo/data/about.json +0 -3
  94. package/dist/plugins/MagicCommand/demo/data/search.json +0 -594
  95. package/dist/plugins/MagicPlayer/src/composables/private/usePlayerStateEmitter.d.ts +0 -15
  96. package/dist/plugins/MagicPlayer/src/composables/private/usePlayerStateEmitter.mjs +0 -9
@@ -1,6 +1,6 @@
1
1
  export declare function useMagicEmitter(): {
2
2
  on: {
3
- <Key extends "progress" | "collision" | keyof import("../../../MagicDraggable/src/types").DraggableEvents | "acceptAll" | "rejectAll" | "acceptSelected" | keyof import("../../../MagicAccordion/src/types").AccordionEvents>(type: Key, handler: import("mitt").Handler<({
3
+ <Key extends "progress" | "collision" | keyof import("../../../MagicDraggable/src/types/index.js").DraggableEvents | "acceptAll" | "rejectAll" | "acceptSelected" | keyof import("../../../MagicAccordion/src/types/index.js").AccordionEvents>(type: Key, handler: import("mitt").Handler<({
4
4
  beforeEnter: string | {
5
5
  id: string;
6
6
  viewId: string;
@@ -68,32 +68,32 @@ export declare function useMagicEmitter(): {
68
68
  id: string;
69
69
  viewId: string;
70
70
  };
71
- acceptAll: import("../../../MagicCookie/src/types").CookieConsent;
72
- rejectAll: import("../../../MagicCookie/src/types").CookieConsent;
73
- acceptSelected: import("../../../MagicCookie/src/types").CookieConsent;
71
+ acceptAll: import("../../../MagicCookie/src/types/index.js").CookieConsent;
72
+ rejectAll: import("../../../MagicCookie/src/types/index.js").CookieConsent;
73
+ acceptSelected: import("../../../MagicCookie/src/types/index.js").CookieConsent;
74
74
  } & Omit<{
75
75
  beforeSnap: {
76
76
  id: string;
77
- snapPoint: import("../../../MagicDrawer/src/types").DrawerSnapPoint;
77
+ snapPoint: import("../../../MagicDrawer/src/types/index.js").DrawerSnapPoint;
78
78
  } | {
79
79
  id: string;
80
- snapPoint: import("../../../MagicDraggable/src/types").DraggableSnapPoint;
80
+ snapPoint: import("../../../MagicDraggable/src/types/index.js").DraggableSnapPoint;
81
81
  };
82
82
  snapTo: {
83
83
  id: string;
84
- snapPoint: import("../../../MagicDrawer/src/types").DrawerSnapPoint;
84
+ snapPoint: import("../../../MagicDrawer/src/types/index.js").DrawerSnapPoint;
85
85
  duration?: number;
86
86
  } | {
87
87
  id: string;
88
- snapPoint: import("../../../MagicDraggable/src/types").DraggableSnapPoint;
88
+ snapPoint: import("../../../MagicDraggable/src/types/index.js").DraggableSnapPoint;
89
89
  duration?: number;
90
90
  };
91
91
  afterSnap: {
92
92
  id: string;
93
- snapPoint: import("../../../MagicDrawer/src/types").DrawerSnapPoint;
93
+ snapPoint: import("../../../MagicDrawer/src/types/index.js").DrawerSnapPoint;
94
94
  } | {
95
95
  id: string;
96
- snapPoint: import("../../../MagicDraggable/src/types").DraggableSnapPoint;
96
+ snapPoint: import("../../../MagicDraggable/src/types/index.js").DraggableSnapPoint;
97
97
  };
98
98
  beforeDrag: {
99
99
  id: string;
@@ -154,16 +154,16 @@ export declare function useMagicEmitter(): {
154
154
  };
155
155
  beforeSnap: {
156
156
  id: string;
157
- snapPoint: import("../../../MagicDrawer/src/types").DrawerSnapPoint;
157
+ snapPoint: import("../../../MagicDrawer/src/types/index.js").DrawerSnapPoint;
158
158
  };
159
159
  snapTo: {
160
160
  id: string;
161
- snapPoint: import("../../../MagicDrawer/src/types").DrawerSnapPoint;
161
+ snapPoint: import("../../../MagicDrawer/src/types/index.js").DrawerSnapPoint;
162
162
  duration?: number;
163
163
  };
164
164
  afterSnap: {
165
165
  id: string;
166
- snapPoint: import("../../../MagicDrawer/src/types").DrawerSnapPoint;
166
+ snapPoint: import("../../../MagicDrawer/src/types/index.js").DrawerSnapPoint;
167
167
  };
168
168
  beforeDrag: {
169
169
  id: string;
@@ -238,9 +238,9 @@ export declare function useMagicEmitter(): {
238
238
  } & Omit<{
239
239
  collision: {
240
240
  id: string;
241
- direction: import("../../../MagicScroll/src/types").ScrollDirection;
242
- childEdge: import("../../../MagicScroll/src/types").CollisionEdge;
243
- parentEdge: import("../../../MagicScroll/src/types").CollisionEdge;
241
+ direction: import("../../../MagicScroll/src/types/index.js").ScrollDirection;
242
+ childEdge: import("../../../MagicScroll/src/types/index.js").CollisionEdge;
243
+ parentEdge: import("../../../MagicScroll/src/types/index.js").CollisionEdge;
244
244
  };
245
245
  } & Omit<{
246
246
  beforeEnter: string;
@@ -249,7 +249,7 @@ export declare function useMagicEmitter(): {
249
249
  beforeLeave: string;
250
250
  leave: string;
251
251
  afterLeave: string;
252
- } & Omit<object, keyof import("../../../MagicToast/src/types").ToastEvents>, "collision">, keyof import("../../../MagicMenu/src/types").MenuEvents>, keyof import("../../../MagicModal/src/types").ModalEvents>, keyof import("../../../MagicDrawer/src/types").DrawerEvents>, keyof import("../../../MagicDraggable/src/types").DraggableEvents>, keyof import("../../../MagicCookie/src/types").CookieEvents>, keyof import("../../../MagicAccordion/src/types").AccordionEvents>)[Key]>): void;
252
+ } & Omit<object, keyof import("../../../MagicToast/src/types/index.js").ToastEvents>, "collision">, keyof import("../../../MagicMenu/src/types/index.js").MenuEvents>, keyof import("../../../MagicModal/src/types/index.js").ModalEvents>, keyof import("../../../MagicDrawer/src/types/index.js").DrawerEvents>, keyof import("../../../MagicDraggable/src/types/index.js").DraggableEvents>, keyof import("../../../MagicCookie/src/types/index.js").CookieEvents>, keyof import("../../../MagicAccordion/src/types/index.js").AccordionEvents>)[Key]>): void;
253
253
  (type: "*", handler: import("mitt").WildcardHandler<{
254
254
  beforeEnter: string | {
255
255
  id: string;
@@ -318,32 +318,32 @@ export declare function useMagicEmitter(): {
318
318
  id: string;
319
319
  viewId: string;
320
320
  };
321
- acceptAll: import("../../../MagicCookie/src/types").CookieConsent;
322
- rejectAll: import("../../../MagicCookie/src/types").CookieConsent;
323
- acceptSelected: import("../../../MagicCookie/src/types").CookieConsent;
321
+ acceptAll: import("../../../MagicCookie/src/types/index.js").CookieConsent;
322
+ rejectAll: import("../../../MagicCookie/src/types/index.js").CookieConsent;
323
+ acceptSelected: import("../../../MagicCookie/src/types/index.js").CookieConsent;
324
324
  } & Omit<{
325
325
  beforeSnap: {
326
326
  id: string;
327
- snapPoint: import("../../../MagicDrawer/src/types").DrawerSnapPoint;
327
+ snapPoint: import("../../../MagicDrawer/src/types/index.js").DrawerSnapPoint;
328
328
  } | {
329
329
  id: string;
330
- snapPoint: import("../../../MagicDraggable/src/types").DraggableSnapPoint;
330
+ snapPoint: import("../../../MagicDraggable/src/types/index.js").DraggableSnapPoint;
331
331
  };
332
332
  snapTo: {
333
333
  id: string;
334
- snapPoint: import("../../../MagicDrawer/src/types").DrawerSnapPoint;
334
+ snapPoint: import("../../../MagicDrawer/src/types/index.js").DrawerSnapPoint;
335
335
  duration?: number;
336
336
  } | {
337
337
  id: string;
338
- snapPoint: import("../../../MagicDraggable/src/types").DraggableSnapPoint;
338
+ snapPoint: import("../../../MagicDraggable/src/types/index.js").DraggableSnapPoint;
339
339
  duration?: number;
340
340
  };
341
341
  afterSnap: {
342
342
  id: string;
343
- snapPoint: import("../../../MagicDrawer/src/types").DrawerSnapPoint;
343
+ snapPoint: import("../../../MagicDrawer/src/types/index.js").DrawerSnapPoint;
344
344
  } | {
345
345
  id: string;
346
- snapPoint: import("../../../MagicDraggable/src/types").DraggableSnapPoint;
346
+ snapPoint: import("../../../MagicDraggable/src/types/index.js").DraggableSnapPoint;
347
347
  };
348
348
  beforeDrag: {
349
349
  id: string;
@@ -404,16 +404,16 @@ export declare function useMagicEmitter(): {
404
404
  };
405
405
  beforeSnap: {
406
406
  id: string;
407
- snapPoint: import("../../../MagicDrawer/src/types").DrawerSnapPoint;
407
+ snapPoint: import("../../../MagicDrawer/src/types/index.js").DrawerSnapPoint;
408
408
  };
409
409
  snapTo: {
410
410
  id: string;
411
- snapPoint: import("../../../MagicDrawer/src/types").DrawerSnapPoint;
411
+ snapPoint: import("../../../MagicDrawer/src/types/index.js").DrawerSnapPoint;
412
412
  duration?: number;
413
413
  };
414
414
  afterSnap: {
415
415
  id: string;
416
- snapPoint: import("../../../MagicDrawer/src/types").DrawerSnapPoint;
416
+ snapPoint: import("../../../MagicDrawer/src/types/index.js").DrawerSnapPoint;
417
417
  };
418
418
  beforeDrag: {
419
419
  id: string;
@@ -488,9 +488,9 @@ export declare function useMagicEmitter(): {
488
488
  } & Omit<{
489
489
  collision: {
490
490
  id: string;
491
- direction: import("../../../MagicScroll/src/types").ScrollDirection;
492
- childEdge: import("../../../MagicScroll/src/types").CollisionEdge;
493
- parentEdge: import("../../../MagicScroll/src/types").CollisionEdge;
491
+ direction: import("../../../MagicScroll/src/types/index.js").ScrollDirection;
492
+ childEdge: import("../../../MagicScroll/src/types/index.js").CollisionEdge;
493
+ parentEdge: import("../../../MagicScroll/src/types/index.js").CollisionEdge;
494
494
  };
495
495
  } & Omit<{
496
496
  beforeEnter: string;
@@ -499,10 +499,10 @@ export declare function useMagicEmitter(): {
499
499
  beforeLeave: string;
500
500
  leave: string;
501
501
  afterLeave: string;
502
- } & Omit<object, keyof import("../../../MagicToast/src/types").ToastEvents>, "collision">, keyof import("../../../MagicMenu/src/types").MenuEvents>, keyof import("../../../MagicModal/src/types").ModalEvents>, keyof import("../../../MagicDrawer/src/types").DrawerEvents>, keyof import("../../../MagicDraggable/src/types").DraggableEvents>, keyof import("../../../MagicCookie/src/types").CookieEvents>, keyof import("../../../MagicAccordion/src/types").AccordionEvents>>): void;
502
+ } & Omit<object, keyof import("../../../MagicToast/src/types/index.js").ToastEvents>, "collision">, keyof import("../../../MagicMenu/src/types/index.js").MenuEvents>, keyof import("../../../MagicModal/src/types/index.js").ModalEvents>, keyof import("../../../MagicDrawer/src/types/index.js").DrawerEvents>, keyof import("../../../MagicDraggable/src/types/index.js").DraggableEvents>, keyof import("../../../MagicCookie/src/types/index.js").CookieEvents>, keyof import("../../../MagicAccordion/src/types/index.js").AccordionEvents>>): void;
503
503
  };
504
504
  off: {
505
- <Key extends "progress" | "collision" | keyof import("../../../MagicDraggable/src/types").DraggableEvents | "acceptAll" | "rejectAll" | "acceptSelected" | keyof import("../../../MagicAccordion/src/types").AccordionEvents>(type: Key, handler?: import("mitt").Handler<({
505
+ <Key extends "progress" | "collision" | keyof import("../../../MagicDraggable/src/types/index.js").DraggableEvents | "acceptAll" | "rejectAll" | "acceptSelected" | keyof import("../../../MagicAccordion/src/types/index.js").AccordionEvents>(type: Key, handler?: import("mitt").Handler<({
506
506
  beforeEnter: string | {
507
507
  id: string;
508
508
  viewId: string;
@@ -570,32 +570,32 @@ export declare function useMagicEmitter(): {
570
570
  id: string;
571
571
  viewId: string;
572
572
  };
573
- acceptAll: import("../../../MagicCookie/src/types").CookieConsent;
574
- rejectAll: import("../../../MagicCookie/src/types").CookieConsent;
575
- acceptSelected: import("../../../MagicCookie/src/types").CookieConsent;
573
+ acceptAll: import("../../../MagicCookie/src/types/index.js").CookieConsent;
574
+ rejectAll: import("../../../MagicCookie/src/types/index.js").CookieConsent;
575
+ acceptSelected: import("../../../MagicCookie/src/types/index.js").CookieConsent;
576
576
  } & Omit<{
577
577
  beforeSnap: {
578
578
  id: string;
579
- snapPoint: import("../../../MagicDrawer/src/types").DrawerSnapPoint;
579
+ snapPoint: import("../../../MagicDrawer/src/types/index.js").DrawerSnapPoint;
580
580
  } | {
581
581
  id: string;
582
- snapPoint: import("../../../MagicDraggable/src/types").DraggableSnapPoint;
582
+ snapPoint: import("../../../MagicDraggable/src/types/index.js").DraggableSnapPoint;
583
583
  };
584
584
  snapTo: {
585
585
  id: string;
586
- snapPoint: import("../../../MagicDrawer/src/types").DrawerSnapPoint;
586
+ snapPoint: import("../../../MagicDrawer/src/types/index.js").DrawerSnapPoint;
587
587
  duration?: number;
588
588
  } | {
589
589
  id: string;
590
- snapPoint: import("../../../MagicDraggable/src/types").DraggableSnapPoint;
590
+ snapPoint: import("../../../MagicDraggable/src/types/index.js").DraggableSnapPoint;
591
591
  duration?: number;
592
592
  };
593
593
  afterSnap: {
594
594
  id: string;
595
- snapPoint: import("../../../MagicDrawer/src/types").DrawerSnapPoint;
595
+ snapPoint: import("../../../MagicDrawer/src/types/index.js").DrawerSnapPoint;
596
596
  } | {
597
597
  id: string;
598
- snapPoint: import("../../../MagicDraggable/src/types").DraggableSnapPoint;
598
+ snapPoint: import("../../../MagicDraggable/src/types/index.js").DraggableSnapPoint;
599
599
  };
600
600
  beforeDrag: {
601
601
  id: string;
@@ -656,16 +656,16 @@ export declare function useMagicEmitter(): {
656
656
  };
657
657
  beforeSnap: {
658
658
  id: string;
659
- snapPoint: import("../../../MagicDrawer/src/types").DrawerSnapPoint;
659
+ snapPoint: import("../../../MagicDrawer/src/types/index.js").DrawerSnapPoint;
660
660
  };
661
661
  snapTo: {
662
662
  id: string;
663
- snapPoint: import("../../../MagicDrawer/src/types").DrawerSnapPoint;
663
+ snapPoint: import("../../../MagicDrawer/src/types/index.js").DrawerSnapPoint;
664
664
  duration?: number;
665
665
  };
666
666
  afterSnap: {
667
667
  id: string;
668
- snapPoint: import("../../../MagicDrawer/src/types").DrawerSnapPoint;
668
+ snapPoint: import("../../../MagicDrawer/src/types/index.js").DrawerSnapPoint;
669
669
  };
670
670
  beforeDrag: {
671
671
  id: string;
@@ -740,9 +740,9 @@ export declare function useMagicEmitter(): {
740
740
  } & Omit<{
741
741
  collision: {
742
742
  id: string;
743
- direction: import("../../../MagicScroll/src/types").ScrollDirection;
744
- childEdge: import("../../../MagicScroll/src/types").CollisionEdge;
745
- parentEdge: import("../../../MagicScroll/src/types").CollisionEdge;
743
+ direction: import("../../../MagicScroll/src/types/index.js").ScrollDirection;
744
+ childEdge: import("../../../MagicScroll/src/types/index.js").CollisionEdge;
745
+ parentEdge: import("../../../MagicScroll/src/types/index.js").CollisionEdge;
746
746
  };
747
747
  } & Omit<{
748
748
  beforeEnter: string;
@@ -751,7 +751,7 @@ export declare function useMagicEmitter(): {
751
751
  beforeLeave: string;
752
752
  leave: string;
753
753
  afterLeave: string;
754
- } & Omit<object, keyof import("../../../MagicToast/src/types").ToastEvents>, "collision">, keyof import("../../../MagicMenu/src/types").MenuEvents>, keyof import("../../../MagicModal/src/types").ModalEvents>, keyof import("../../../MagicDrawer/src/types").DrawerEvents>, keyof import("../../../MagicDraggable/src/types").DraggableEvents>, keyof import("../../../MagicCookie/src/types").CookieEvents>, keyof import("../../../MagicAccordion/src/types").AccordionEvents>)[Key]> | undefined): void;
754
+ } & Omit<object, keyof import("../../../MagicToast/src/types/index.js").ToastEvents>, "collision">, keyof import("../../../MagicMenu/src/types/index.js").MenuEvents>, keyof import("../../../MagicModal/src/types/index.js").ModalEvents>, keyof import("../../../MagicDrawer/src/types/index.js").DrawerEvents>, keyof import("../../../MagicDraggable/src/types/index.js").DraggableEvents>, keyof import("../../../MagicCookie/src/types/index.js").CookieEvents>, keyof import("../../../MagicAccordion/src/types/index.js").AccordionEvents>)[Key]> | undefined): void;
755
755
  (type: "*", handler: import("mitt").WildcardHandler<{
756
756
  beforeEnter: string | {
757
757
  id: string;
@@ -820,32 +820,32 @@ export declare function useMagicEmitter(): {
820
820
  id: string;
821
821
  viewId: string;
822
822
  };
823
- acceptAll: import("../../../MagicCookie/src/types").CookieConsent;
824
- rejectAll: import("../../../MagicCookie/src/types").CookieConsent;
825
- acceptSelected: import("../../../MagicCookie/src/types").CookieConsent;
823
+ acceptAll: import("../../../MagicCookie/src/types/index.js").CookieConsent;
824
+ rejectAll: import("../../../MagicCookie/src/types/index.js").CookieConsent;
825
+ acceptSelected: import("../../../MagicCookie/src/types/index.js").CookieConsent;
826
826
  } & Omit<{
827
827
  beforeSnap: {
828
828
  id: string;
829
- snapPoint: import("../../../MagicDrawer/src/types").DrawerSnapPoint;
829
+ snapPoint: import("../../../MagicDrawer/src/types/index.js").DrawerSnapPoint;
830
830
  } | {
831
831
  id: string;
832
- snapPoint: import("../../../MagicDraggable/src/types").DraggableSnapPoint;
832
+ snapPoint: import("../../../MagicDraggable/src/types/index.js").DraggableSnapPoint;
833
833
  };
834
834
  snapTo: {
835
835
  id: string;
836
- snapPoint: import("../../../MagicDrawer/src/types").DrawerSnapPoint;
836
+ snapPoint: import("../../../MagicDrawer/src/types/index.js").DrawerSnapPoint;
837
837
  duration?: number;
838
838
  } | {
839
839
  id: string;
840
- snapPoint: import("../../../MagicDraggable/src/types").DraggableSnapPoint;
840
+ snapPoint: import("../../../MagicDraggable/src/types/index.js").DraggableSnapPoint;
841
841
  duration?: number;
842
842
  };
843
843
  afterSnap: {
844
844
  id: string;
845
- snapPoint: import("../../../MagicDrawer/src/types").DrawerSnapPoint;
845
+ snapPoint: import("../../../MagicDrawer/src/types/index.js").DrawerSnapPoint;
846
846
  } | {
847
847
  id: string;
848
- snapPoint: import("../../../MagicDraggable/src/types").DraggableSnapPoint;
848
+ snapPoint: import("../../../MagicDraggable/src/types/index.js").DraggableSnapPoint;
849
849
  };
850
850
  beforeDrag: {
851
851
  id: string;
@@ -906,16 +906,16 @@ export declare function useMagicEmitter(): {
906
906
  };
907
907
  beforeSnap: {
908
908
  id: string;
909
- snapPoint: import("../../../MagicDrawer/src/types").DrawerSnapPoint;
909
+ snapPoint: import("../../../MagicDrawer/src/types/index.js").DrawerSnapPoint;
910
910
  };
911
911
  snapTo: {
912
912
  id: string;
913
- snapPoint: import("../../../MagicDrawer/src/types").DrawerSnapPoint;
913
+ snapPoint: import("../../../MagicDrawer/src/types/index.js").DrawerSnapPoint;
914
914
  duration?: number;
915
915
  };
916
916
  afterSnap: {
917
917
  id: string;
918
- snapPoint: import("../../../MagicDrawer/src/types").DrawerSnapPoint;
918
+ snapPoint: import("../../../MagicDrawer/src/types/index.js").DrawerSnapPoint;
919
919
  };
920
920
  beforeDrag: {
921
921
  id: string;
@@ -990,9 +990,9 @@ export declare function useMagicEmitter(): {
990
990
  } & Omit<{
991
991
  collision: {
992
992
  id: string;
993
- direction: import("../../../MagicScroll/src/types").ScrollDirection;
994
- childEdge: import("../../../MagicScroll/src/types").CollisionEdge;
995
- parentEdge: import("../../../MagicScroll/src/types").CollisionEdge;
993
+ direction: import("../../../MagicScroll/src/types/index.js").ScrollDirection;
994
+ childEdge: import("../../../MagicScroll/src/types/index.js").CollisionEdge;
995
+ parentEdge: import("../../../MagicScroll/src/types/index.js").CollisionEdge;
996
996
  };
997
997
  } & Omit<{
998
998
  beforeEnter: string;
@@ -1001,10 +1001,10 @@ export declare function useMagicEmitter(): {
1001
1001
  beforeLeave: string;
1002
1002
  leave: string;
1003
1003
  afterLeave: string;
1004
- } & Omit<object, keyof import("../../../MagicToast/src/types").ToastEvents>, "collision">, keyof import("../../../MagicMenu/src/types").MenuEvents>, keyof import("../../../MagicModal/src/types").ModalEvents>, keyof import("../../../MagicDrawer/src/types").DrawerEvents>, keyof import("../../../MagicDraggable/src/types").DraggableEvents>, keyof import("../../../MagicCookie/src/types").CookieEvents>, keyof import("../../../MagicAccordion/src/types").AccordionEvents>>): void;
1004
+ } & Omit<object, keyof import("../../../MagicToast/src/types/index.js").ToastEvents>, "collision">, keyof import("../../../MagicMenu/src/types/index.js").MenuEvents>, keyof import("../../../MagicModal/src/types/index.js").ModalEvents>, keyof import("../../../MagicDrawer/src/types/index.js").DrawerEvents>, keyof import("../../../MagicDraggable/src/types/index.js").DraggableEvents>, keyof import("../../../MagicCookie/src/types/index.js").CookieEvents>, keyof import("../../../MagicAccordion/src/types/index.js").AccordionEvents>>): void;
1005
1005
  };
1006
1006
  emit: {
1007
- <Key extends "progress" | "collision" | keyof import("../../../MagicDraggable/src/types").DraggableEvents | "acceptAll" | "rejectAll" | "acceptSelected" | keyof import("../../../MagicAccordion/src/types").AccordionEvents>(type: Key, event: ({
1007
+ <Key extends "progress" | "collision" | keyof import("../../../MagicDraggable/src/types/index.js").DraggableEvents | "acceptAll" | "rejectAll" | "acceptSelected" | keyof import("../../../MagicAccordion/src/types/index.js").AccordionEvents>(type: Key, event: ({
1008
1008
  beforeEnter: string | {
1009
1009
  id: string;
1010
1010
  viewId: string;
@@ -1072,32 +1072,32 @@ export declare function useMagicEmitter(): {
1072
1072
  id: string;
1073
1073
  viewId: string;
1074
1074
  };
1075
- acceptAll: import("../../../MagicCookie/src/types").CookieConsent;
1076
- rejectAll: import("../../../MagicCookie/src/types").CookieConsent;
1077
- acceptSelected: import("../../../MagicCookie/src/types").CookieConsent;
1075
+ acceptAll: import("../../../MagicCookie/src/types/index.js").CookieConsent;
1076
+ rejectAll: import("../../../MagicCookie/src/types/index.js").CookieConsent;
1077
+ acceptSelected: import("../../../MagicCookie/src/types/index.js").CookieConsent;
1078
1078
  } & Omit<{
1079
1079
  beforeSnap: {
1080
1080
  id: string;
1081
- snapPoint: import("../../../MagicDrawer/src/types").DrawerSnapPoint;
1081
+ snapPoint: import("../../../MagicDrawer/src/types/index.js").DrawerSnapPoint;
1082
1082
  } | {
1083
1083
  id: string;
1084
- snapPoint: import("../../../MagicDraggable/src/types").DraggableSnapPoint;
1084
+ snapPoint: import("../../../MagicDraggable/src/types/index.js").DraggableSnapPoint;
1085
1085
  };
1086
1086
  snapTo: {
1087
1087
  id: string;
1088
- snapPoint: import("../../../MagicDrawer/src/types").DrawerSnapPoint;
1088
+ snapPoint: import("../../../MagicDrawer/src/types/index.js").DrawerSnapPoint;
1089
1089
  duration?: number;
1090
1090
  } | {
1091
1091
  id: string;
1092
- snapPoint: import("../../../MagicDraggable/src/types").DraggableSnapPoint;
1092
+ snapPoint: import("../../../MagicDraggable/src/types/index.js").DraggableSnapPoint;
1093
1093
  duration?: number;
1094
1094
  };
1095
1095
  afterSnap: {
1096
1096
  id: string;
1097
- snapPoint: import("../../../MagicDrawer/src/types").DrawerSnapPoint;
1097
+ snapPoint: import("../../../MagicDrawer/src/types/index.js").DrawerSnapPoint;
1098
1098
  } | {
1099
1099
  id: string;
1100
- snapPoint: import("../../../MagicDraggable/src/types").DraggableSnapPoint;
1100
+ snapPoint: import("../../../MagicDraggable/src/types/index.js").DraggableSnapPoint;
1101
1101
  };
1102
1102
  beforeDrag: {
1103
1103
  id: string;
@@ -1158,16 +1158,16 @@ export declare function useMagicEmitter(): {
1158
1158
  };
1159
1159
  beforeSnap: {
1160
1160
  id: string;
1161
- snapPoint: import("../../../MagicDrawer/src/types").DrawerSnapPoint;
1161
+ snapPoint: import("../../../MagicDrawer/src/types/index.js").DrawerSnapPoint;
1162
1162
  };
1163
1163
  snapTo: {
1164
1164
  id: string;
1165
- snapPoint: import("../../../MagicDrawer/src/types").DrawerSnapPoint;
1165
+ snapPoint: import("../../../MagicDrawer/src/types/index.js").DrawerSnapPoint;
1166
1166
  duration?: number;
1167
1167
  };
1168
1168
  afterSnap: {
1169
1169
  id: string;
1170
- snapPoint: import("../../../MagicDrawer/src/types").DrawerSnapPoint;
1170
+ snapPoint: import("../../../MagicDrawer/src/types/index.js").DrawerSnapPoint;
1171
1171
  };
1172
1172
  beforeDrag: {
1173
1173
  id: string;
@@ -1242,9 +1242,9 @@ export declare function useMagicEmitter(): {
1242
1242
  } & Omit<{
1243
1243
  collision: {
1244
1244
  id: string;
1245
- direction: import("../../../MagicScroll/src/types").ScrollDirection;
1246
- childEdge: import("../../../MagicScroll/src/types").CollisionEdge;
1247
- parentEdge: import("../../../MagicScroll/src/types").CollisionEdge;
1245
+ direction: import("../../../MagicScroll/src/types/index.js").ScrollDirection;
1246
+ childEdge: import("../../../MagicScroll/src/types/index.js").CollisionEdge;
1247
+ parentEdge: import("../../../MagicScroll/src/types/index.js").CollisionEdge;
1248
1248
  };
1249
1249
  } & Omit<{
1250
1250
  beforeEnter: string;
@@ -1253,8 +1253,8 @@ export declare function useMagicEmitter(): {
1253
1253
  beforeLeave: string;
1254
1254
  leave: string;
1255
1255
  afterLeave: string;
1256
- } & Omit<object, keyof import("../../../MagicToast/src/types").ToastEvents>, "collision">, keyof import("../../../MagicMenu/src/types").MenuEvents>, keyof import("../../../MagicModal/src/types").ModalEvents>, keyof import("../../../MagicDrawer/src/types").DrawerEvents>, keyof import("../../../MagicDraggable/src/types").DraggableEvents>, keyof import("../../../MagicCookie/src/types").CookieEvents>, keyof import("../../../MagicAccordion/src/types").AccordionEvents>)[Key]): void;
1257
- <Key extends "progress" | "collision" | keyof import("../../../MagicDraggable/src/types").DraggableEvents | "acceptAll" | "rejectAll" | "acceptSelected" | keyof import("../../../MagicAccordion/src/types").AccordionEvents>(type: undefined extends ({
1256
+ } & Omit<object, keyof import("../../../MagicToast/src/types/index.js").ToastEvents>, "collision">, keyof import("../../../MagicMenu/src/types/index.js").MenuEvents>, keyof import("../../../MagicModal/src/types/index.js").ModalEvents>, keyof import("../../../MagicDrawer/src/types/index.js").DrawerEvents>, keyof import("../../../MagicDraggable/src/types/index.js").DraggableEvents>, keyof import("../../../MagicCookie/src/types/index.js").CookieEvents>, keyof import("../../../MagicAccordion/src/types/index.js").AccordionEvents>)[Key]): void;
1257
+ <Key extends "progress" | "collision" | keyof import("../../../MagicDraggable/src/types/index.js").DraggableEvents | "acceptAll" | "rejectAll" | "acceptSelected" | keyof import("../../../MagicAccordion/src/types/index.js").AccordionEvents>(type: undefined extends ({
1258
1258
  beforeEnter: string | {
1259
1259
  id: string;
1260
1260
  viewId: string;
@@ -1322,32 +1322,32 @@ export declare function useMagicEmitter(): {
1322
1322
  id: string;
1323
1323
  viewId: string;
1324
1324
  };
1325
- acceptAll: import("../../../MagicCookie/src/types").CookieConsent;
1326
- rejectAll: import("../../../MagicCookie/src/types").CookieConsent;
1327
- acceptSelected: import("../../../MagicCookie/src/types").CookieConsent;
1325
+ acceptAll: import("../../../MagicCookie/src/types/index.js").CookieConsent;
1326
+ rejectAll: import("../../../MagicCookie/src/types/index.js").CookieConsent;
1327
+ acceptSelected: import("../../../MagicCookie/src/types/index.js").CookieConsent;
1328
1328
  } & Omit<{
1329
1329
  beforeSnap: {
1330
1330
  id: string;
1331
- snapPoint: import("../../../MagicDrawer/src/types").DrawerSnapPoint;
1331
+ snapPoint: import("../../../MagicDrawer/src/types/index.js").DrawerSnapPoint;
1332
1332
  } | {
1333
1333
  id: string;
1334
- snapPoint: import("../../../MagicDraggable/src/types").DraggableSnapPoint;
1334
+ snapPoint: import("../../../MagicDraggable/src/types/index.js").DraggableSnapPoint;
1335
1335
  };
1336
1336
  snapTo: {
1337
1337
  id: string;
1338
- snapPoint: import("../../../MagicDrawer/src/types").DrawerSnapPoint;
1338
+ snapPoint: import("../../../MagicDrawer/src/types/index.js").DrawerSnapPoint;
1339
1339
  duration?: number;
1340
1340
  } | {
1341
1341
  id: string;
1342
- snapPoint: import("../../../MagicDraggable/src/types").DraggableSnapPoint;
1342
+ snapPoint: import("../../../MagicDraggable/src/types/index.js").DraggableSnapPoint;
1343
1343
  duration?: number;
1344
1344
  };
1345
1345
  afterSnap: {
1346
1346
  id: string;
1347
- snapPoint: import("../../../MagicDrawer/src/types").DrawerSnapPoint;
1347
+ snapPoint: import("../../../MagicDrawer/src/types/index.js").DrawerSnapPoint;
1348
1348
  } | {
1349
1349
  id: string;
1350
- snapPoint: import("../../../MagicDraggable/src/types").DraggableSnapPoint;
1350
+ snapPoint: import("../../../MagicDraggable/src/types/index.js").DraggableSnapPoint;
1351
1351
  };
1352
1352
  beforeDrag: {
1353
1353
  id: string;
@@ -1408,16 +1408,16 @@ export declare function useMagicEmitter(): {
1408
1408
  };
1409
1409
  beforeSnap: {
1410
1410
  id: string;
1411
- snapPoint: import("../../../MagicDrawer/src/types").DrawerSnapPoint;
1411
+ snapPoint: import("../../../MagicDrawer/src/types/index.js").DrawerSnapPoint;
1412
1412
  };
1413
1413
  snapTo: {
1414
1414
  id: string;
1415
- snapPoint: import("../../../MagicDrawer/src/types").DrawerSnapPoint;
1415
+ snapPoint: import("../../../MagicDrawer/src/types/index.js").DrawerSnapPoint;
1416
1416
  duration?: number;
1417
1417
  };
1418
1418
  afterSnap: {
1419
1419
  id: string;
1420
- snapPoint: import("../../../MagicDrawer/src/types").DrawerSnapPoint;
1420
+ snapPoint: import("../../../MagicDrawer/src/types/index.js").DrawerSnapPoint;
1421
1421
  };
1422
1422
  beforeDrag: {
1423
1423
  id: string;
@@ -1492,9 +1492,9 @@ export declare function useMagicEmitter(): {
1492
1492
  } & Omit<{
1493
1493
  collision: {
1494
1494
  id: string;
1495
- direction: import("../../../MagicScroll/src/types").ScrollDirection;
1496
- childEdge: import("../../../MagicScroll/src/types").CollisionEdge;
1497
- parentEdge: import("../../../MagicScroll/src/types").CollisionEdge;
1495
+ direction: import("../../../MagicScroll/src/types/index.js").ScrollDirection;
1496
+ childEdge: import("../../../MagicScroll/src/types/index.js").CollisionEdge;
1497
+ parentEdge: import("../../../MagicScroll/src/types/index.js").CollisionEdge;
1498
1498
  };
1499
1499
  } & Omit<{
1500
1500
  beforeEnter: string;
@@ -1503,6 +1503,6 @@ export declare function useMagicEmitter(): {
1503
1503
  beforeLeave: string;
1504
1504
  leave: string;
1505
1505
  afterLeave: string;
1506
- } & Omit<object, keyof import("../../../MagicToast/src/types").ToastEvents>, "collision">, keyof import("../../../MagicMenu/src/types").MenuEvents>, keyof import("../../../MagicModal/src/types").ModalEvents>, keyof import("../../../MagicDrawer/src/types").DrawerEvents>, keyof import("../../../MagicDraggable/src/types").DraggableEvents>, keyof import("../../../MagicCookie/src/types").CookieEvents>, keyof import("../../../MagicAccordion/src/types").AccordionEvents>)[Key] ? Key : never): void;
1506
+ } & Omit<object, keyof import("../../../MagicToast/src/types/index.js").ToastEvents>, "collision">, keyof import("../../../MagicMenu/src/types/index.js").MenuEvents>, keyof import("../../../MagicModal/src/types/index.js").ModalEvents>, keyof import("../../../MagicDrawer/src/types/index.js").DrawerEvents>, keyof import("../../../MagicDraggable/src/types/index.js").DraggableEvents>, keyof import("../../../MagicCookie/src/types/index.js").CookieEvents>, keyof import("../../../MagicAccordion/src/types/index.js").AccordionEvents>)[Key] ? Key : never): void;
1507
1507
  };
1508
1508
  };