@mobileaction/action-kit 1.1.29 → 1.1.31
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/action-kit.js +2 -2
- package/dist/action-kit.mjs +218 -215
- package/dist/warning-2-a01aa802.js +1 -0
- package/dist/warning-2-bold-2713e488.js +1 -0
- package/dist/warning-2-bold-d7e8e03f.mjs +19 -0
- package/dist/warning-2-bulk-a5e67b28.mjs +24 -0
- package/dist/warning-2-bulk-cbdebbe9.js +1 -0
- package/dist/warning-2-c6914942.mjs +29 -0
- package/package.json +1 -1
- package/dist/mobile-bulk-388e6cc5.mjs +0 -24
- package/dist/mobile-bulk-ff7db833.js +0 -1
- package/dist/src/components/side-menu/button/index.vue.d.ts +0 -32
- package/dist/src/components/side-menu/button/stories/constants.d.ts +0 -4
- package/dist/src/components/side-menu/button/stories/default.stories.d.ts +0 -6
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue"),o={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},n=e.createElementVNode("path",{stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"1.5",d:"M12 7.75V13M21.08 8.58v6.84c0 1.12-.6 2.16-1.57 2.73l-5.94 3.43c-.97.56-2.17.56-3.15 0l-5.94-3.43a3.15 3.15 0 0 1-1.57-2.73V8.58c0-1.12.6-2.16 1.57-2.73l5.94-3.43c.97-.56 2.17-.56 3.15 0l5.94 3.43c.97.57 1.57 1.6 1.57 2.73Z"},null,-1),r=e.createElementVNode("path",{stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M12 16.2v.1"},null,-1),c=[n,r];function t(s,d){return e.openBlock(),e.createElementBlock("svg",o,c)}const l={render:t};exports.default=l;exports.render=t;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue"),c={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},n=e.createElementVNode("path",{fill:"currentColor",d:"m19.51 5.85-5.94-3.43c-.97-.56-2.17-.56-3.15 0L4.49 5.85a3.15 3.15 0 0 0-1.57 2.73v6.84c0 1.12.6 2.16 1.57 2.73l5.94 3.43c.97.56 2.17.56 3.15 0l5.94-3.43a3.15 3.15 0 0 0 1.57-2.73V8.58a3.192 3.192 0 0 0-1.58-2.73Zm-8.26 1.9c0-.41.34-.75.75-.75s.75.34.75.75V13c0 .41-.34.75-.75.75s-.75-.34-.75-.75V7.75Zm1.67 8.88c-.05.12-.12.23-.21.33a.99.99 0 0 1-1.09.21c-.13-.05-.23-.12-.33-.21-.09-.1-.16-.21-.22-.33a.986.986 0 0 1-.07-.38c0-.26.1-.52.29-.71.1-.09.2-.16.33-.21.37-.16.81-.07 1.09.21.09.1.16.2.21.33.05.12.08.25.08.38s-.03.26-.08.38Z"},null,-1),o=[n];function t(l,s){return e.openBlock(),e.createElementBlock("svg",c,o)}const r={render:t};exports.default=r;exports.render=t;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { openBlock as e, createElementBlock as c, createElementVNode as o } from "vue";
|
|
2
|
+
const t = {
|
|
3
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
+
fill: "none",
|
|
5
|
+
viewBox: "0 0 24 24"
|
|
6
|
+
}, n = /* @__PURE__ */ o("path", {
|
|
7
|
+
fill: "currentColor",
|
|
8
|
+
d: "m19.51 5.85-5.94-3.43c-.97-.56-2.17-.56-3.15 0L4.49 5.85a3.15 3.15 0 0 0-1.57 2.73v6.84c0 1.12.6 2.16 1.57 2.73l5.94 3.43c.97.56 2.17.56 3.15 0l5.94-3.43a3.15 3.15 0 0 0 1.57-2.73V8.58a3.192 3.192 0 0 0-1.58-2.73Zm-8.26 1.9c0-.41.34-.75.75-.75s.75.34.75.75V13c0 .41-.34.75-.75.75s-.75-.34-.75-.75V7.75Zm1.67 8.88c-.05.12-.12.23-.21.33a.99.99 0 0 1-1.09.21c-.13-.05-.23-.12-.33-.21-.09-.1-.16-.21-.22-.33a.986.986 0 0 1-.07-.38c0-.26.1-.52.29-.71.1-.09.2-.16.33-.21.37-.16.81-.07 1.09.21.09.1.16.2.21.33.05.12.08.25.08.38s-.03.26-.08.38Z"
|
|
9
|
+
}, null, -1), l = [
|
|
10
|
+
n
|
|
11
|
+
];
|
|
12
|
+
function r(s, a) {
|
|
13
|
+
return e(), c("svg", t, l);
|
|
14
|
+
}
|
|
15
|
+
const i = { render: r };
|
|
16
|
+
export {
|
|
17
|
+
i as default,
|
|
18
|
+
r as render
|
|
19
|
+
};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { openBlock as e, createElementBlock as t, createElementVNode as c } from "vue";
|
|
2
|
+
const o = {
|
|
3
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
+
fill: "none",
|
|
5
|
+
viewBox: "0 0 24 24"
|
|
6
|
+
}, l = /* @__PURE__ */ c("path", {
|
|
7
|
+
fill: "currentColor",
|
|
8
|
+
d: "M21.08 8.58v6.84c0 1.12-.6 2.16-1.57 2.73l-5.94 3.43c-.97.56-2.17.56-3.15 0l-5.94-3.43a3.15 3.15 0 0 1-1.57-2.73V8.58c0-1.12.6-2.16 1.57-2.73l5.94-3.43c.97-.56 2.17-.56 3.15 0l5.94 3.43c.97.57 1.57 1.6 1.57 2.73Z",
|
|
9
|
+
opacity: ".4"
|
|
10
|
+
}, null, -1), n = /* @__PURE__ */ c("path", {
|
|
11
|
+
fill: "currentColor",
|
|
12
|
+
d: "M12 13.75c-.41 0-.75-.34-.75-.75V7.75c0-.41.34-.75.75-.75s.75.34.75.75V13c0 .41-.34.75-.75.75ZM12 17.25c-.13 0-.26-.03-.38-.08-.13-.05-.23-.12-.33-.21-.09-.1-.16-.21-.22-.33a.986.986 0 0 1-.07-.38c0-.26.1-.52.29-.71.1-.09.2-.16.33-.21.37-.16.81-.07 1.09.21.09.1.16.2.21.33.05.12.08.25.08.38s-.03.26-.08.38-.12.23-.21.33a.99.99 0 0 1-.71.29Z"
|
|
13
|
+
}, null, -1), r = [
|
|
14
|
+
l,
|
|
15
|
+
n
|
|
16
|
+
];
|
|
17
|
+
function s(a, i) {
|
|
18
|
+
return e(), t("svg", o, r);
|
|
19
|
+
}
|
|
20
|
+
const _ = { render: s };
|
|
21
|
+
export {
|
|
22
|
+
_ as default,
|
|
23
|
+
s as render
|
|
24
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue"),c={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},o=e.createElementVNode("path",{fill:"currentColor",d:"M21.08 8.58v6.84c0 1.12-.6 2.16-1.57 2.73l-5.94 3.43c-.97.56-2.17.56-3.15 0l-5.94-3.43a3.15 3.15 0 0 1-1.57-2.73V8.58c0-1.12.6-2.16 1.57-2.73l5.94-3.43c.97-.56 2.17-.56 3.15 0l5.94 3.43c.97.57 1.57 1.6 1.57 2.73Z",opacity:".4"},null,-1),l=e.createElementVNode("path",{fill:"currentColor",d:"M12 13.75c-.41 0-.75-.34-.75-.75V7.75c0-.41.34-.75.75-.75s.75.34.75.75V13c0 .41-.34.75-.75.75ZM12 17.25c-.13 0-.26-.03-.38-.08-.13-.05-.23-.12-.33-.21-.09-.1-.16-.21-.22-.33a.986.986 0 0 1-.07-.38c0-.26.1-.52.29-.71.1-.09.2-.16.33-.21.37-.16.81-.07 1.09.21.09.1.16.2.21.33.05.12.08.25.08.38s-.03.26-.08.38-.12.23-.21.33a.99.99 0 0 1-.71.29Z"},null,-1),n=[o,l];function t(s,i){return e.openBlock(),e.createElementBlock("svg",c,n)}const r={render:t};exports.default=r;exports.render=t;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { openBlock as o, createElementBlock as t, createElementVNode as e } from "vue";
|
|
2
|
+
const n = {
|
|
3
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
+
fill: "none",
|
|
5
|
+
viewBox: "0 0 24 24"
|
|
6
|
+
}, r = /* @__PURE__ */ e("path", {
|
|
7
|
+
stroke: "currentColor",
|
|
8
|
+
"stroke-linecap": "round",
|
|
9
|
+
"stroke-linejoin": "round",
|
|
10
|
+
"stroke-width": "1.5",
|
|
11
|
+
d: "M12 7.75V13M21.08 8.58v6.84c0 1.12-.6 2.16-1.57 2.73l-5.94 3.43c-.97.56-2.17.56-3.15 0l-5.94-3.43a3.15 3.15 0 0 1-1.57-2.73V8.58c0-1.12.6-2.16 1.57-2.73l5.94-3.43c.97-.56 2.17-.56 3.15 0l5.94 3.43c.97.57 1.57 1.6 1.57 2.73Z"
|
|
12
|
+
}, null, -1), c = /* @__PURE__ */ e("path", {
|
|
13
|
+
stroke: "currentColor",
|
|
14
|
+
"stroke-linecap": "round",
|
|
15
|
+
"stroke-linejoin": "round",
|
|
16
|
+
"stroke-width": "2",
|
|
17
|
+
d: "M12 16.2v.1"
|
|
18
|
+
}, null, -1), l = [
|
|
19
|
+
r,
|
|
20
|
+
c
|
|
21
|
+
];
|
|
22
|
+
function s(i, d) {
|
|
23
|
+
return o(), t("svg", n, l);
|
|
24
|
+
}
|
|
25
|
+
const u = { render: s };
|
|
26
|
+
export {
|
|
27
|
+
u as default,
|
|
28
|
+
s as render
|
|
29
|
+
};
|
package/package.json
CHANGED
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { openBlock as o, createElementBlock as t, createElementVNode as e } from "vue";
|
|
2
|
-
const l = {
|
|
3
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
-
fill: "none",
|
|
5
|
-
viewBox: "0 0 24 24"
|
|
6
|
-
}, n = /* @__PURE__ */ e("path", {
|
|
7
|
-
fill: "currentColor",
|
|
8
|
-
d: "M16.24 2H7.76C5 2 4 3 4 5.81v12.38C4 21 5 22 7.76 22h8.47C19 22 20 21 20 18.19V5.81C20 3 19 2 16.24 2Z",
|
|
9
|
-
opacity: ".4"
|
|
10
|
-
}, null, -1), c = /* @__PURE__ */ e("path", {
|
|
11
|
-
fill: "currentColor",
|
|
12
|
-
d: "M14 6.25h-4c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h4c.41 0 .75.34.75.75s-.34.75-.75.75ZM12 19.3a1.75 1.75 0 1 0 0-3.5 1.75 1.75 0 0 0 0 3.5Z"
|
|
13
|
-
}, null, -1), r = [
|
|
14
|
-
n,
|
|
15
|
-
c
|
|
16
|
-
];
|
|
17
|
-
function s(i, h) {
|
|
18
|
-
return o(), t("svg", l, r);
|
|
19
|
-
}
|
|
20
|
-
const _ = { render: s };
|
|
21
|
-
export {
|
|
22
|
-
_ as default,
|
|
23
|
-
s as render
|
|
24
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue"),o={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},n=e.createElementVNode("path",{fill:"currentColor",d:"M16.24 2H7.76C5 2 4 3 4 5.81v12.38C4 21 5 22 7.76 22h8.47C19 22 20 21 20 18.19V5.81C20 3 19 2 16.24 2Z",opacity:".4"},null,-1),l=e.createElementVNode("path",{fill:"currentColor",d:"M14 6.25h-4c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h4c.41 0 .75.34.75.75s-.34.75-.75.75ZM12 19.3a1.75 1.75 0 1 0 0-3.5 1.75 1.75 0 0 0 0 3.5Z"},null,-1),r=[n,l];function t(s,i){return e.openBlock(),e.createElementBlock("svg",o,r)}const c={render:t};exports.default=c;exports.render=t;
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import { ButtonTarget } from '@/components/button/types';
|
|
2
|
-
export interface MaSideMenuButtonProps {
|
|
3
|
-
icon?: string;
|
|
4
|
-
activeIcon?: string;
|
|
5
|
-
text?: string;
|
|
6
|
-
href?: string;
|
|
7
|
-
target?: ButtonTarget;
|
|
8
|
-
}
|
|
9
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<MaSideMenuButtonProps>, {}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<MaSideMenuButtonProps>, {}>>>, {}>, {
|
|
10
|
-
icon: (_: {}) => any;
|
|
11
|
-
default: (_: {}) => any;
|
|
12
|
-
}>;
|
|
13
|
-
export default _default;
|
|
14
|
-
declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
15
|
-
declare type __VLS_TypePropsToRuntimeProps<T> = {
|
|
16
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
17
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
18
|
-
} : {
|
|
19
|
-
type: import('vue').PropType<T[K]>;
|
|
20
|
-
required: true;
|
|
21
|
-
};
|
|
22
|
-
};
|
|
23
|
-
declare type __VLS_WithDefaults<P, D> = {
|
|
24
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
|
|
25
|
-
default: D[K];
|
|
26
|
-
} : P[K];
|
|
27
|
-
};
|
|
28
|
-
declare type __VLS_WithTemplateSlots<T, S> = T & {
|
|
29
|
-
new (): {
|
|
30
|
-
$slots: S;
|
|
31
|
-
};
|
|
32
|
-
};
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import type { Meta, StoryObj } from '@storybook/vue3';
|
|
2
|
-
import type MaSideMenuButton from '../index.vue';
|
|
3
|
-
declare const meta: Meta<typeof MaSideMenuButton>;
|
|
4
|
-
export default meta;
|
|
5
|
-
declare type Story = StoryObj<typeof MaSideMenuButton>;
|
|
6
|
-
export declare const Default: Story;
|