@maas/vue-equipment 1.0.0-beta.38 → 1.0.0-beta.39

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 (33) hide show
  1. package/dist/nuxt/module.json +1 -1
  2. package/dist/plugins/MagicAccordion/src/components/MagicAccordionContent.d.vue.ts +1 -1
  3. package/dist/plugins/MagicAccordion/src/components/MagicAccordionContent.vue.d.ts +1 -1
  4. package/dist/plugins/MagicAccordion/src/components/MagicAccordionTrigger.d.vue.ts +1 -1
  5. package/dist/plugins/MagicAccordion/src/components/MagicAccordionTrigger.vue.d.ts +1 -1
  6. package/dist/plugins/MagicAccordion/src/components/MagicAccordionView.d.vue.ts +1 -1
  7. package/dist/plugins/MagicAccordion/src/components/MagicAccordionView.vue.d.ts +1 -1
  8. package/dist/plugins/MagicCommand/src/components/MagicCommandItem.d.vue.ts +3 -3
  9. package/dist/plugins/MagicCommand/src/components/MagicCommandItem.vue.d.ts +3 -3
  10. package/dist/plugins/MagicCommand/src/components/MagicCommandTrigger.d.vue.ts +2 -2
  11. package/dist/plugins/MagicCommand/src/components/MagicCommandTrigger.vue.d.ts +2 -2
  12. package/dist/plugins/MagicCommand/src/components/MagicCommandView.d.vue.ts +1 -1
  13. package/dist/plugins/MagicCommand/src/components/MagicCommandView.vue.d.ts +1 -1
  14. package/dist/plugins/MagicCookie/src/components/MagicCookieItem.d.vue.ts +1 -1
  15. package/dist/plugins/MagicCookie/src/components/MagicCookieItem.vue.d.ts +1 -1
  16. package/dist/plugins/MagicCookie/src/components/MagicCookieView.d.vue.ts +1 -1
  17. package/dist/plugins/MagicCookie/src/components/MagicCookieView.vue.d.ts +1 -1
  18. package/dist/plugins/MagicMenu/src/components/MagicMenuItem.d.vue.ts +3 -3
  19. package/dist/plugins/MagicMenu/src/components/MagicMenuItem.vue.d.ts +3 -3
  20. package/dist/plugins/MagicMenu/src/components/MagicMenuRemote.d.vue.ts +1 -1
  21. package/dist/plugins/MagicMenu/src/components/MagicMenuRemote.vue.d.ts +1 -1
  22. package/dist/plugins/MagicMenu/src/components/MagicMenuTrigger.d.vue.ts +2 -2
  23. package/dist/plugins/MagicMenu/src/components/MagicMenuTrigger.vue.d.ts +2 -2
  24. package/dist/plugins/MagicMenu/src/components/MagicMenuView.d.vue.ts +1 -1
  25. package/dist/plugins/MagicMenu/src/components/MagicMenuView.vue.d.ts +1 -1
  26. package/dist/plugins/MagicScroll/src/components/MagicScrollProvider.d.vue.ts +18 -1
  27. package/dist/plugins/MagicScroll/src/components/MagicScrollProvider.vue.d.ts +18 -1
  28. package/dist/plugins/MagicScroll/src/components/MagicScrollScene.d.vue.ts +1 -1
  29. package/dist/plugins/MagicScroll/src/components/MagicScrollScene.vue.d.ts +1 -1
  30. package/package.json +4 -4
  31. package/dist/plugins/.turbo/turbo-build.log +0 -5
  32. package/dist/plugins/.turbo/turbo-lint.log +0 -5
  33. package/dist/plugins/.turbo/turbo-release.log +0 -7
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@maas/vue-equipment/nuxt",
3
3
  "configKey": "vueEquipment",
4
- "version": "1.0.0-beta.37",
4
+ "version": "1.0.0-beta.38",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "1.0.2",
7
7
  "unbuild": "unknown"
@@ -10,7 +10,7 @@ interface MagicAccordionContentProps {
10
10
  };
11
11
  }
12
12
  declare var __VLS_24: {
13
- viewActive: any;
13
+ viewActive: boolean | undefined;
14
14
  };
15
15
  type __VLS_Slots = {} & {
16
16
  default?: (props: typeof __VLS_24) => any;
@@ -10,7 +10,7 @@ interface MagicAccordionContentProps {
10
10
  };
11
11
  }
12
12
  declare var __VLS_24: {
13
- viewActive: any;
13
+ viewActive: boolean | undefined;
14
14
  };
15
15
  type __VLS_Slots = {} & {
16
16
  default?: (props: typeof __VLS_24) => any;
@@ -7,7 +7,7 @@ interface MagicAccordionTriggerProps {
7
7
  asChild?: boolean;
8
8
  }
9
9
  declare var __VLS_12: {
10
- viewActive: any;
10
+ viewActive: boolean | undefined;
11
11
  };
12
12
  type __VLS_Slots = {} & {
13
13
  default?: (props: typeof __VLS_12) => any;
@@ -7,7 +7,7 @@ interface MagicAccordionTriggerProps {
7
7
  asChild?: boolean;
8
8
  }
9
9
  declare var __VLS_12: {
10
- viewActive: any;
10
+ viewActive: boolean | undefined;
11
11
  };
12
12
  type __VLS_Slots = {} & {
13
13
  default?: (props: typeof __VLS_12) => any;
@@ -4,7 +4,7 @@ interface MagicAccordionViewProps {
4
4
  active?: boolean;
5
5
  }
6
6
  declare var __VLS_7: {
7
- viewActive: any;
7
+ viewActive: boolean;
8
8
  };
9
9
  type __VLS_Slots = {} & {
10
10
  default?: (props: typeof __VLS_7) => any;
@@ -4,7 +4,7 @@ interface MagicAccordionViewProps {
4
4
  active?: boolean;
5
5
  }
6
6
  declare var __VLS_7: {
7
- viewActive: any;
7
+ viewActive: boolean;
8
8
  };
9
9
  type __VLS_Slots = {} & {
10
10
  default?: (props: typeof __VLS_7) => any;
@@ -4,18 +4,18 @@ interface MagicCommandItemProps {
4
4
  disabled?: boolean;
5
5
  }
6
6
  declare var __VLS_1: {
7
- itemActive: any;
7
+ itemActive: boolean;
8
8
  itemDisabled: boolean;
9
9
  };
10
10
  type __VLS_Slots = {} & {
11
11
  default?: (props: typeof __VLS_1) => any;
12
12
  };
13
13
  declare const __VLS_base: import("vue").DefineComponent<MagicCommandItemProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
14
- click: (event: MouseEvent) => any;
15
14
  enter: () => any;
15
+ click: (event: MouseEvent) => any;
16
16
  }, string, import("vue").PublicProps, Readonly<MagicCommandItemProps> & Readonly<{
17
- onClick?: ((event: MouseEvent) => any) | undefined;
18
17
  onEnter?: (() => any) | undefined;
18
+ onClick?: ((event: MouseEvent) => any) | undefined;
19
19
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
20
20
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
21
21
  declare const _default: typeof __VLS_export;
@@ -4,18 +4,18 @@ interface MagicCommandItemProps {
4
4
  disabled?: boolean;
5
5
  }
6
6
  declare var __VLS_1: {
7
- itemActive: any;
7
+ itemActive: boolean;
8
8
  itemDisabled: boolean;
9
9
  };
10
10
  type __VLS_Slots = {} & {
11
11
  default?: (props: typeof __VLS_1) => any;
12
12
  };
13
13
  declare const __VLS_base: import("vue").DefineComponent<MagicCommandItemProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
14
- click: (event: MouseEvent) => any;
15
14
  enter: () => any;
15
+ click: (event: MouseEvent) => any;
16
16
  }, string, import("vue").PublicProps, Readonly<MagicCommandItemProps> & Readonly<{
17
- onClick?: ((event: MouseEvent) => any) | undefined;
18
17
  onEnter?: (() => any) | undefined;
18
+ onClick?: ((event: MouseEvent) => any) | undefined;
19
19
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
20
20
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
21
21
  declare const _default: typeof __VLS_export;
@@ -7,8 +7,8 @@ interface MagicCommandTriggerProps {
7
7
  asChild?: boolean;
8
8
  }
9
9
  declare var __VLS_12: {
10
- viewActive: any;
11
- triggerDisabled: any;
10
+ viewActive: boolean | undefined;
11
+ triggerDisabled: boolean;
12
12
  };
13
13
  type __VLS_Slots = {} & {
14
14
  default?: (props: typeof __VLS_12) => any;
@@ -7,8 +7,8 @@ interface MagicCommandTriggerProps {
7
7
  asChild?: boolean;
8
8
  }
9
9
  declare var __VLS_12: {
10
- viewActive: any;
11
- triggerDisabled: any;
10
+ viewActive: boolean | undefined;
11
+ triggerDisabled: boolean;
12
12
  };
13
13
  type __VLS_Slots = {} & {
14
14
  default?: (props: typeof __VLS_12) => any;
@@ -3,7 +3,7 @@ interface MagicCommandViewProps {
3
3
  initial?: boolean;
4
4
  }
5
5
  declare var __VLS_1: {
6
- viewActive: any;
6
+ viewActive: boolean;
7
7
  };
8
8
  type __VLS_Slots = {} & {
9
9
  default?: (props: typeof __VLS_1) => any;
@@ -3,7 +3,7 @@ interface MagicCommandViewProps {
3
3
  initial?: boolean;
4
4
  }
5
5
  declare var __VLS_1: {
6
- viewActive: any;
6
+ viewActive: boolean;
7
7
  };
8
8
  type __VLS_Slots = {} & {
9
9
  default?: (props: typeof __VLS_1) => any;
@@ -4,7 +4,7 @@ interface MagicCookieItemProps {
4
4
  maxAge?: number;
5
5
  }
6
6
  declare var __VLS_1: {
7
- item: any;
7
+ item: import("../types/index.js").CookieItem;
8
8
  };
9
9
  type __VLS_Slots = {} & {
10
10
  default?: (props: typeof __VLS_1) => any;
@@ -4,7 +4,7 @@ interface MagicCookieItemProps {
4
4
  maxAge?: number;
5
5
  }
6
6
  declare var __VLS_1: {
7
- item: any;
7
+ item: import("../types/index.js").CookieItem;
8
8
  };
9
9
  type __VLS_Slots = {} & {
10
10
  default?: (props: typeof __VLS_1) => any;
@@ -1,7 +1,7 @@
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
3
  declare var __VLS_19: {
4
- viewActive: any;
4
+ viewActive: boolean;
5
5
  };
6
6
  type __VLS_Slots = {} & {
7
7
  default?: (props: typeof __VLS_19) => any;
@@ -1,7 +1,7 @@
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
3
  declare var __VLS_19: {
4
- viewActive: any;
4
+ viewActive: boolean;
5
5
  };
6
6
  type __VLS_Slots = {} & {
7
7
  default?: (props: typeof __VLS_19) => any;
@@ -3,18 +3,18 @@ interface MagicMenuItemProps {
3
3
  disabled?: boolean;
4
4
  }
5
5
  declare var __VLS_1: {
6
- itemActive: any;
6
+ itemActive: boolean;
7
7
  itemDisabled: boolean;
8
8
  };
9
9
  type __VLS_Slots = {} & {
10
10
  default?: (props: typeof __VLS_1) => any;
11
11
  };
12
12
  declare const __VLS_base: import("vue").DefineComponent<MagicMenuItemProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
13
- click: (event: MouseEvent) => any;
14
13
  enter: () => any;
14
+ click: (event: MouseEvent) => any;
15
15
  }, string, import("vue").PublicProps, Readonly<MagicMenuItemProps> & Readonly<{
16
- onClick?: ((event: MouseEvent) => any) | undefined;
17
16
  onEnter?: (() => any) | undefined;
17
+ onClick?: ((event: MouseEvent) => any) | undefined;
18
18
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
19
19
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
20
20
  declare const _default: typeof __VLS_export;
@@ -3,18 +3,18 @@ interface MagicMenuItemProps {
3
3
  disabled?: boolean;
4
4
  }
5
5
  declare var __VLS_1: {
6
- itemActive: any;
6
+ itemActive: boolean;
7
7
  itemDisabled: boolean;
8
8
  };
9
9
  type __VLS_Slots = {} & {
10
10
  default?: (props: typeof __VLS_1) => any;
11
11
  };
12
12
  declare const __VLS_base: import("vue").DefineComponent<MagicMenuItemProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
13
- click: (event: MouseEvent) => any;
14
13
  enter: () => any;
14
+ click: (event: MouseEvent) => any;
15
15
  }, string, import("vue").PublicProps, Readonly<MagicMenuItemProps> & Readonly<{
16
- onClick?: ((event: MouseEvent) => any) | undefined;
17
16
  onEnter?: (() => any) | undefined;
17
+ onClick?: ((event: MouseEvent) => any) | undefined;
18
18
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
19
19
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
20
20
  declare const _default: typeof __VLS_export;
@@ -8,7 +8,7 @@ interface MagicMenuRemoteProps {
8
8
  asChild?: boolean;
9
9
  }
10
10
  declare var __VLS_11: {
11
- channelActive: any;
11
+ channelActive: boolean;
12
12
  remoteDisabled: boolean;
13
13
  };
14
14
  type __VLS_Slots = {} & {
@@ -8,7 +8,7 @@ interface MagicMenuRemoteProps {
8
8
  asChild?: boolean;
9
9
  }
10
10
  declare var __VLS_11: {
11
- channelActive: any;
11
+ channelActive: boolean;
12
12
  remoteDisabled: boolean;
13
13
  };
14
14
  type __VLS_Slots = {} & {
@@ -7,8 +7,8 @@ interface MagicMenuTriggerProps {
7
7
  asChild?: boolean;
8
8
  }
9
9
  declare var __VLS_13: {
10
- viewActive: any;
11
- triggerDisabled: any;
10
+ viewActive: boolean | undefined;
11
+ triggerDisabled: boolean;
12
12
  };
13
13
  type __VLS_Slots = {} & {
14
14
  default?: (props: typeof __VLS_13) => any;
@@ -7,8 +7,8 @@ interface MagicMenuTriggerProps {
7
7
  asChild?: boolean;
8
8
  }
9
9
  declare var __VLS_13: {
10
- viewActive: any;
11
- triggerDisabled: any;
10
+ viewActive: boolean | undefined;
11
+ triggerDisabled: boolean;
12
12
  };
13
13
  type __VLS_Slots = {} & {
14
14
  default?: (props: typeof __VLS_13) => any;
@@ -4,7 +4,7 @@ interface MagicMenuViewProps {
4
4
  placement?: MenuPlacement;
5
5
  }
6
6
  declare var __VLS_1: {
7
- viewActive: any;
7
+ viewActive: boolean;
8
8
  };
9
9
  type __VLS_Slots = {} & {
10
10
  default?: (props: typeof __VLS_1) => any;
@@ -4,7 +4,7 @@ interface MagicMenuViewProps {
4
4
  placement?: MenuPlacement;
5
5
  }
6
6
  declare var __VLS_1: {
7
- viewActive: any;
7
+ viewActive: boolean;
8
8
  };
9
9
  type __VLS_Slots = {} & {
10
10
  default?: (props: typeof __VLS_1) => any;
@@ -3,7 +3,24 @@ interface MagicScrollProviderProps {
3
3
  target?: MaybeElementRef<HTMLElement>;
4
4
  }
5
5
  declare var __VLS_1: {
6
- scrollReturn: any;
6
+ scrollReturn: {
7
+ x: import("vue").WritableComputedRef<number, number>;
8
+ y: import("vue").WritableComputedRef<number, number>;
9
+ isScrolling: import("vue").ShallowRef<boolean, boolean>;
10
+ arrivedState: {
11
+ left: boolean;
12
+ right: boolean;
13
+ top: boolean;
14
+ bottom: boolean;
15
+ };
16
+ directions: {
17
+ left: boolean;
18
+ right: boolean;
19
+ top: boolean;
20
+ bottom: boolean;
21
+ };
22
+ measure(): void;
23
+ };
7
24
  };
8
25
  type __VLS_Slots = {} & {
9
26
  default?: (props: typeof __VLS_1) => any;
@@ -3,7 +3,24 @@ interface MagicScrollProviderProps {
3
3
  target?: MaybeElementRef<HTMLElement>;
4
4
  }
5
5
  declare var __VLS_1: {
6
- scrollReturn: any;
6
+ scrollReturn: {
7
+ x: import("vue").WritableComputedRef<number, number>;
8
+ y: import("vue").WritableComputedRef<number, number>;
9
+ isScrolling: import("vue").ShallowRef<boolean, boolean>;
10
+ arrivedState: {
11
+ left: boolean;
12
+ right: boolean;
13
+ top: boolean;
14
+ bottom: boolean;
15
+ };
16
+ directions: {
17
+ left: boolean;
18
+ right: boolean;
19
+ top: boolean;
20
+ bottom: boolean;
21
+ };
22
+ measure(): void;
23
+ };
7
24
  };
8
25
  type __VLS_Slots = {} & {
9
26
  default?: (props: typeof __VLS_1) => any;
@@ -4,7 +4,7 @@ interface MagicScrollSceneProps {
4
4
  to?: ScrollIntersection;
5
5
  }
6
6
  declare var __VLS_1: {
7
- progress: any;
7
+ progress: number;
8
8
  };
9
9
  type __VLS_Slots = {} & {
10
10
  default?: (props: typeof __VLS_1) => any;
@@ -4,7 +4,7 @@ interface MagicScrollSceneProps {
4
4
  to?: ScrollIntersection;
5
5
  }
6
6
  declare var __VLS_1: {
7
- progress: any;
7
+ progress: number;
8
8
  };
9
9
  type __VLS_Slots = {} & {
10
10
  default?: (props: typeof __VLS_1) => any;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@maas/vue-equipment",
3
3
  "description": "Our Frontend Toolkit, Free and Open Source",
4
- "version": "1.0.0-beta.38",
4
+ "version": "1.0.0-beta.39",
5
5
  "contributors": [
6
6
  {
7
7
  "name": "Robin Scholz",
@@ -33,9 +33,9 @@
33
33
  "types": "./dist/composables/index.d.ts",
34
34
  "import": "./dist/composables/index.js"
35
35
  },
36
- "./plugins": {
37
- "types": "./dist/plugins/index.d.ts",
38
- "import": "./dist/plugins/index.mjs"
36
+ "./plugins/*": {
37
+ "types": "./dist/plugins/*",
38
+ "import": "./dist/plugins/*"
39
39
  },
40
40
  "./plugins/MagicPlayer/css/*.css": {
41
41
  "import": "./dist/plugins/MagicPlayer/src/css/*.css"
@@ -1,5 +0,0 @@
1
-
2
- 
3
- > plugins@1.0.0-beta.37 build /Users/robinscholz/Repositories/@maas/vue-equipment/packages/plugins
4
- > esno ./scripts/build.ts
5
-
@@ -1,5 +0,0 @@
1
-
2
- 
3
- > plugins@1.0.0-beta.32 lint /Users/robinscholz/Repositories/@maas/vue-equipment/packages/plugins
4
- > eslint . --fix
5
-
@@ -1,7 +0,0 @@
1
-
2
- > plugins@0.1.0-alpha.0 release /Users/robinscholz/Repositories/@maas/vue-equipment/packages/plugins
3
- > release-it --ci
4
-
5
- 🚀 Let's release undefined (0.0.0...0.0.1)
6
- Empty changelog
7
- 🏁 Done (in 0s.)