@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.
- package/dist/nuxt/module.json +1 -1
- package/dist/plugins/MagicAccordion/src/components/MagicAccordionContent.d.vue.ts +1 -1
- package/dist/plugins/MagicAccordion/src/components/MagicAccordionContent.vue.d.ts +1 -1
- package/dist/plugins/MagicAccordion/src/components/MagicAccordionTrigger.d.vue.ts +1 -1
- package/dist/plugins/MagicAccordion/src/components/MagicAccordionTrigger.vue.d.ts +1 -1
- package/dist/plugins/MagicAccordion/src/components/MagicAccordionView.d.vue.ts +1 -1
- package/dist/plugins/MagicAccordion/src/components/MagicAccordionView.vue.d.ts +1 -1
- package/dist/plugins/MagicCommand/src/components/MagicCommandItem.d.vue.ts +3 -3
- package/dist/plugins/MagicCommand/src/components/MagicCommandItem.vue.d.ts +3 -3
- package/dist/plugins/MagicCommand/src/components/MagicCommandTrigger.d.vue.ts +2 -2
- package/dist/plugins/MagicCommand/src/components/MagicCommandTrigger.vue.d.ts +2 -2
- package/dist/plugins/MagicCommand/src/components/MagicCommandView.d.vue.ts +1 -1
- package/dist/plugins/MagicCommand/src/components/MagicCommandView.vue.d.ts +1 -1
- package/dist/plugins/MagicCookie/src/components/MagicCookieItem.d.vue.ts +1 -1
- package/dist/plugins/MagicCookie/src/components/MagicCookieItem.vue.d.ts +1 -1
- package/dist/plugins/MagicCookie/src/components/MagicCookieView.d.vue.ts +1 -1
- package/dist/plugins/MagicCookie/src/components/MagicCookieView.vue.d.ts +1 -1
- package/dist/plugins/MagicMenu/src/components/MagicMenuItem.d.vue.ts +3 -3
- package/dist/plugins/MagicMenu/src/components/MagicMenuItem.vue.d.ts +3 -3
- package/dist/plugins/MagicMenu/src/components/MagicMenuRemote.d.vue.ts +1 -1
- package/dist/plugins/MagicMenu/src/components/MagicMenuRemote.vue.d.ts +1 -1
- package/dist/plugins/MagicMenu/src/components/MagicMenuTrigger.d.vue.ts +2 -2
- package/dist/plugins/MagicMenu/src/components/MagicMenuTrigger.vue.d.ts +2 -2
- package/dist/plugins/MagicMenu/src/components/MagicMenuView.d.vue.ts +1 -1
- package/dist/plugins/MagicMenu/src/components/MagicMenuView.vue.d.ts +1 -1
- package/dist/plugins/MagicScroll/src/components/MagicScrollProvider.d.vue.ts +18 -1
- package/dist/plugins/MagicScroll/src/components/MagicScrollProvider.vue.d.ts +18 -1
- package/dist/plugins/MagicScroll/src/components/MagicScrollScene.d.vue.ts +1 -1
- package/dist/plugins/MagicScroll/src/components/MagicScrollScene.vue.d.ts +1 -1
- package/package.json +4 -4
- package/dist/plugins/.turbo/turbo-build.log +0 -5
- package/dist/plugins/.turbo/turbo-lint.log +0 -5
- package/dist/plugins/.turbo/turbo-release.log +0 -7
package/dist/nuxt/module.json
CHANGED
|
@@ -4,18 +4,18 @@ interface MagicCommandItemProps {
|
|
|
4
4
|
disabled?: boolean;
|
|
5
5
|
}
|
|
6
6
|
declare var __VLS_1: {
|
|
7
|
-
itemActive:
|
|
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:
|
|
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:
|
|
11
|
-
triggerDisabled:
|
|
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:
|
|
11
|
-
triggerDisabled:
|
|
10
|
+
viewActive: boolean | undefined;
|
|
11
|
+
triggerDisabled: boolean;
|
|
12
12
|
};
|
|
13
13
|
type __VLS_Slots = {} & {
|
|
14
14
|
default?: (props: typeof __VLS_12) => 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:
|
|
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:
|
|
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:
|
|
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:
|
|
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;
|
|
@@ -7,8 +7,8 @@ interface MagicMenuTriggerProps {
|
|
|
7
7
|
asChild?: boolean;
|
|
8
8
|
}
|
|
9
9
|
declare var __VLS_13: {
|
|
10
|
-
viewActive:
|
|
11
|
-
triggerDisabled:
|
|
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:
|
|
11
|
-
triggerDisabled:
|
|
10
|
+
viewActive: boolean | undefined;
|
|
11
|
+
triggerDisabled: boolean;
|
|
12
12
|
};
|
|
13
13
|
type __VLS_Slots = {} & {
|
|
14
14
|
default?: (props: typeof __VLS_13) => any;
|
|
@@ -3,7 +3,24 @@ interface MagicScrollProviderProps {
|
|
|
3
3
|
target?: MaybeElementRef<HTMLElement>;
|
|
4
4
|
}
|
|
5
5
|
declare var __VLS_1: {
|
|
6
|
-
scrollReturn:
|
|
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:
|
|
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;
|
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.
|
|
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
|
|
38
|
-
"import": "./dist/plugins
|
|
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"
|