@mobileaction/action-kit 1.0.14 → 1.0.16
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/{android-storefront-b8288fa6.mjs → android-storefront-7e2fce85.mjs} +7 -7
- package/dist/android-storefront-7e2fce85.mjs.map +1 -0
- package/dist/{apple-storefront-934f93c9.mjs → apple-storefront-42dd3c3b.mjs} +7 -7
- package/dist/apple-storefront-42dd3c3b.mjs.map +1 -0
- package/dist/{close-bfa680c6.mjs → close-1d2421e4.mjs} +4 -3
- package/dist/close-1d2421e4.mjs.map +1 -0
- package/dist/components/alert/index.vue.d.ts +2 -2
- package/dist/components/select/components/option.vue.d.ts +7 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.es.js +453 -405
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +3 -3
- package/dist/index.umd.js.map +1 -1
- package/dist/send-03f27d94.mjs +26 -0
- package/dist/send-03f27d94.mjs.map +1 -0
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/dist/android-storefront-b8288fa6.mjs.map +0 -1
- package/dist/apple-storefront-934f93c9.mjs.map +0 -1
- package/dist/close-bfa680c6.mjs.map +0 -1
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import { openBlock as
|
|
1
|
+
import { openBlock as c, createElementBlock as e, createElementVNode as t } from "vue";
|
|
2
2
|
const o = {
|
|
3
3
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4
4
|
fill: "none",
|
|
5
|
-
class: "
|
|
5
|
+
class: "no-color",
|
|
6
6
|
viewBox: "0 0 24 24"
|
|
7
|
-
},
|
|
7
|
+
}, l = /* @__PURE__ */ t("rect", {
|
|
8
8
|
width: "23",
|
|
9
9
|
height: "23",
|
|
10
10
|
x: ".5",
|
|
11
11
|
y: ".5",
|
|
12
12
|
fill: "#101828",
|
|
13
13
|
rx: "11.5"
|
|
14
|
-
}, null, -1),
|
|
14
|
+
}, null, -1), a = /* @__PURE__ */ t("path", {
|
|
15
15
|
fill: "#FCFCFD",
|
|
16
16
|
d: "M7.665 9.887a.716.716 0 0 0-.527.216.708.708 0 0 0-.216.52v3.1c0 .207.072.382.216.527.144.144.32.216.527.216a.705.705 0 0 0 .523-.216.723.723 0 0 0 .212-.527v-3.1a.708.708 0 0 0-.216-.52.708.708 0 0 0-.52-.216ZM13.636 7.103l.512-.944c.034-.063.022-.11-.036-.144-.063-.03-.11-.015-.144.043l-.52.952A3.545 3.545 0 0 0 12 6.707c-.51 0-.993.1-1.45.303l-.519-.952c-.033-.058-.082-.072-.144-.043-.058.033-.07.081-.036.144l.512.944c-.52.265-.933.634-1.24 1.107a2.796 2.796 0 0 0-.462 1.555h6.67c0-.563-.153-1.08-.46-1.555a3.175 3.175 0 0 0-1.234-1.107Zm-2.96 1.374a.27.27 0 0 1-.199.083.258.258 0 0 1-.194-.083.276.276 0 0 1-.08-.198c0-.077.027-.143.08-.198a.259.259 0 0 1 .194-.083c.077 0 .143.027.199.083a.27.27 0 0 1 .083.198.271.271 0 0 1-.083.198Zm3.04 0a.259.259 0 0 1-.195.083.27.27 0 0 1-.199-.083.27.27 0 0 1-.083-.198.27.27 0 0 1 .083-.198.27.27 0 0 1 .199-.083.26.26 0 0 1 .194.083c.053.055.08.121.08.198a.276.276 0 0 1-.08.198ZM8.688 14.827c0 .221.076.409.23.562.154.154.341.231.563.231h.533l.008 1.637c0 .207.072.383.216.527a.708.708 0 0 0 .52.216.716.716 0 0 0 .526-.216.716.716 0 0 0 .216-.527V15.62h.995v1.637c0 .207.072.383.216.527.145.144.32.216.527.216a.716.716 0 0 0 .526-.216.717.717 0 0 0 .216-.527V15.62h.541a.758.758 0 0 0 .556-.23.766.766 0 0 0 .23-.563v-4.803h-6.62v4.803ZM16.333 9.887a.715.715 0 0 0-.519.212.705.705 0 0 0-.216.523v3.101c0 .207.072.382.216.527a.708.708 0 0 0 .52.216.717.717 0 0 0 .526-.216.716.716 0 0 0 .216-.527v-3.1a.705.705 0 0 0-.216-.524.723.723 0 0 0-.527-.212Z"
|
|
17
17
|
}, null, -1), n = /* @__PURE__ */ t("rect", {
|
|
@@ -22,16 +22,16 @@ const o = {
|
|
|
22
22
|
stroke: "#fff",
|
|
23
23
|
rx: "11.5"
|
|
24
24
|
}, null, -1), r = [
|
|
25
|
-
a,
|
|
26
25
|
l,
|
|
26
|
+
a,
|
|
27
27
|
n
|
|
28
28
|
];
|
|
29
29
|
function h(s, i) {
|
|
30
|
-
return
|
|
30
|
+
return c(), e("svg", o, r);
|
|
31
31
|
}
|
|
32
32
|
const _ = { render: h };
|
|
33
33
|
export {
|
|
34
34
|
_ as default,
|
|
35
35
|
h as render
|
|
36
36
|
};
|
|
37
|
-
//# sourceMappingURL=android-storefront-
|
|
37
|
+
//# sourceMappingURL=android-storefront-7e2fce85.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"android-storefront-7e2fce85.mjs","sources":["../src/components/icon/icons/android-storefront.svg"],"sourcesContent":["import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock } from \"vue\"\n\nconst _hoisted_1 = {\n xmlns: \"http://www.w3.org/2000/svg\",\n fill: \"none\",\n class: \"no-color\",\n viewBox: \"0 0 24 24\"\n}\nconst _hoisted_2 = /*#__PURE__*/_createElementVNode(\"rect\", {\n width: \"23\",\n height: \"23\",\n x: \".5\",\n y: \".5\",\n fill: \"#101828\",\n rx: \"11.5\"\n}, null, -1)\nconst _hoisted_3 = /*#__PURE__*/_createElementVNode(\"path\", {\n fill: \"#FCFCFD\",\n d: \"M7.665 9.887a.716.716 0 0 0-.527.216.708.708 0 0 0-.216.52v3.1c0 .207.072.382.216.527.144.144.32.216.527.216a.705.705 0 0 0 .523-.216.723.723 0 0 0 .212-.527v-3.1a.708.708 0 0 0-.216-.52.708.708 0 0 0-.52-.216ZM13.636 7.103l.512-.944c.034-.063.022-.11-.036-.144-.063-.03-.11-.015-.144.043l-.52.952A3.545 3.545 0 0 0 12 6.707c-.51 0-.993.1-1.45.303l-.519-.952c-.033-.058-.082-.072-.144-.043-.058.033-.07.081-.036.144l.512.944c-.52.265-.933.634-1.24 1.107a2.796 2.796 0 0 0-.462 1.555h6.67c0-.563-.153-1.08-.46-1.555a3.175 3.175 0 0 0-1.234-1.107Zm-2.96 1.374a.27.27 0 0 1-.199.083.258.258 0 0 1-.194-.083.276.276 0 0 1-.08-.198c0-.077.027-.143.08-.198a.259.259 0 0 1 .194-.083c.077 0 .143.027.199.083a.27.27 0 0 1 .083.198.271.271 0 0 1-.083.198Zm3.04 0a.259.259 0 0 1-.195.083.27.27 0 0 1-.199-.083.27.27 0 0 1-.083-.198.27.27 0 0 1 .083-.198.27.27 0 0 1 .199-.083.26.26 0 0 1 .194.083c.053.055.08.121.08.198a.276.276 0 0 1-.08.198ZM8.688 14.827c0 .221.076.409.23.562.154.154.341.231.563.231h.533l.008 1.637c0 .207.072.383.216.527a.708.708 0 0 0 .52.216.716.716 0 0 0 .526-.216.716.716 0 0 0 .216-.527V15.62h.995v1.637c0 .207.072.383.216.527.145.144.32.216.527.216a.716.716 0 0 0 .526-.216.717.717 0 0 0 .216-.527V15.62h.541a.758.758 0 0 0 .556-.23.766.766 0 0 0 .23-.563v-4.803h-6.62v4.803ZM16.333 9.887a.715.715 0 0 0-.519.212.705.705 0 0 0-.216.523v3.101c0 .207.072.382.216.527a.708.708 0 0 0 .52.216.717.717 0 0 0 .526-.216.716.716 0 0 0 .216-.527v-3.1a.705.705 0 0 0-.216-.524.723.723 0 0 0-.527-.212Z\"\n}, null, -1)\nconst _hoisted_4 = /*#__PURE__*/_createElementVNode(\"rect\", {\n width: \"23\",\n height: \"23\",\n x: \".5\",\n y: \".5\",\n stroke: \"#fff\",\n rx: \"11.5\"\n}, null, -1)\nconst _hoisted_5 = [\n _hoisted_2,\n _hoisted_3,\n _hoisted_4\n]\n\nexport function render(_ctx, _cache) {\n return (_openBlock(), _createElementBlock(\"svg\", _hoisted_1, _hoisted_5))\n}\nexport default { render: render }"],"names":["_hoisted_1","_hoisted_2","_createElementVNode","_hoisted_3","_hoisted_4","_hoisted_5","render","_ctx","_cache","_openBlock","_createElementBlock","androidStorefront"],"mappings":";AAEA,MAAMA,IAAa;AAAA,EACjB,OAAO;AAAA,EACP,MAAM;AAAA,EACN,OAAO;AAAA,EACP,SAAS;AACX,GACMC,IAA0BC,gBAAAA,EAAoB,QAAQ;AAAA,EAC1D,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,GAAG;AAAA,EACH,GAAG;AAAA,EACH,MAAM;AAAA,EACN,IAAI;AACN,GAAG,MAAM,EAAE,GACLC,IAA0BD,gBAAAA,EAAoB,QAAQ;AAAA,EAC1D,MAAM;AAAA,EACN,GAAG;AACL,GAAG,MAAM,EAAE,GACLE,IAA0BF,gBAAAA,EAAoB,QAAQ;AAAA,EAC1D,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,GAAG;AAAA,EACH,GAAG;AAAA,EACH,QAAQ;AAAA,EACR,IAAI;AACN,GAAG,MAAM,EAAE,GACLG,IAAa;AAAA,EACjBJ;AAAA,EACAE;AAAA,EACAC;AACF;AAEO,SAASE,EAAOC,GAAMC,GAAQ;AACnC,SAAQC,EAAY,GAAEC,EAAoB,OAAOV,GAAYK,CAAU;AACzE;AACA,MAAeM,IAAA,EAAE,QAAQL,EAAM;"}
|
|
@@ -2,7 +2,7 @@ import { openBlock as e, createElementBlock as o, createElementVNode as t } from
|
|
|
2
2
|
const n = {
|
|
3
3
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4
4
|
fill: "none",
|
|
5
|
-
class: "
|
|
5
|
+
class: "no-color",
|
|
6
6
|
viewBox: "0 0 24 24"
|
|
7
7
|
}, l = /* @__PURE__ */ t("rect", {
|
|
8
8
|
width: "23",
|
|
@@ -11,10 +11,10 @@ const n = {
|
|
|
11
11
|
y: ".5",
|
|
12
12
|
fill: "#101828",
|
|
13
13
|
rx: "11.5"
|
|
14
|
-
}, null, -1),
|
|
14
|
+
}, null, -1), c = /* @__PURE__ */ t("path", {
|
|
15
15
|
fill: "#fff",
|
|
16
16
|
d: "M15.352 12.384c.017 1.859 1.63 2.477 1.648 2.485-.014.044-.258.881-.85 1.747-.512.748-1.043 1.493-1.88 1.509-.822.015-1.087-.488-2.027-.488-.94 0-1.234.472-2.012.503-.808.03-1.423-.81-1.939-1.555-1.055-1.524-1.86-4.308-.778-6.187.537-.934 1.498-1.524 2.54-1.54.794-.015 1.543.534 2.028.534.484 0 1.394-.66 2.35-.563.401.017 1.525.162 2.247 1.218-.058.036-1.341.783-1.327 2.337M13.806 7.82c.43-.519.718-1.242.639-1.96-.618.024-1.366.411-1.81.93-.396.46-.745 1.195-.65 1.9.688.053 1.392-.35 1.821-.87"
|
|
17
|
-
}, null, -1),
|
|
17
|
+
}, null, -1), r = /* @__PURE__ */ t("rect", {
|
|
18
18
|
width: "23",
|
|
19
19
|
height: "23",
|
|
20
20
|
x: ".5",
|
|
@@ -23,10 +23,10 @@ const n = {
|
|
|
23
23
|
rx: "11.5"
|
|
24
24
|
}, null, -1), s = [
|
|
25
25
|
l,
|
|
26
|
-
|
|
27
|
-
|
|
26
|
+
c,
|
|
27
|
+
r
|
|
28
28
|
];
|
|
29
|
-
function i(
|
|
29
|
+
function i(h, f) {
|
|
30
30
|
return e(), o("svg", n, s);
|
|
31
31
|
}
|
|
32
32
|
const _ = { render: i };
|
|
@@ -34,4 +34,4 @@ export {
|
|
|
34
34
|
_ as default,
|
|
35
35
|
i as render
|
|
36
36
|
};
|
|
37
|
-
//# sourceMappingURL=apple-storefront-
|
|
37
|
+
//# sourceMappingURL=apple-storefront-42dd3c3b.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"apple-storefront-42dd3c3b.mjs","sources":["../src/components/icon/icons/apple-storefront.svg"],"sourcesContent":["import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock } from \"vue\"\n\nconst _hoisted_1 = {\n xmlns: \"http://www.w3.org/2000/svg\",\n fill: \"none\",\n class: \"no-color\",\n viewBox: \"0 0 24 24\"\n}\nconst _hoisted_2 = /*#__PURE__*/_createElementVNode(\"rect\", {\n width: \"23\",\n height: \"23\",\n x: \".5\",\n y: \".5\",\n fill: \"#101828\",\n rx: \"11.5\"\n}, null, -1)\nconst _hoisted_3 = /*#__PURE__*/_createElementVNode(\"path\", {\n fill: \"#fff\",\n d: \"M15.352 12.384c.017 1.859 1.63 2.477 1.648 2.485-.014.044-.258.881-.85 1.747-.512.748-1.043 1.493-1.88 1.509-.822.015-1.087-.488-2.027-.488-.94 0-1.234.472-2.012.503-.808.03-1.423-.81-1.939-1.555-1.055-1.524-1.86-4.308-.778-6.187.537-.934 1.498-1.524 2.54-1.54.794-.015 1.543.534 2.028.534.484 0 1.394-.66 2.35-.563.401.017 1.525.162 2.247 1.218-.058.036-1.341.783-1.327 2.337M13.806 7.82c.43-.519.718-1.242.639-1.96-.618.024-1.366.411-1.81.93-.396.46-.745 1.195-.65 1.9.688.053 1.392-.35 1.821-.87\"\n}, null, -1)\nconst _hoisted_4 = /*#__PURE__*/_createElementVNode(\"rect\", {\n width: \"23\",\n height: \"23\",\n x: \".5\",\n y: \".5\",\n stroke: \"#fff\",\n rx: \"11.5\"\n}, null, -1)\nconst _hoisted_5 = [\n _hoisted_2,\n _hoisted_3,\n _hoisted_4\n]\n\nexport function render(_ctx, _cache) {\n return (_openBlock(), _createElementBlock(\"svg\", _hoisted_1, _hoisted_5))\n}\nexport default { render: render }"],"names":["_hoisted_1","_hoisted_2","_createElementVNode","_hoisted_3","_hoisted_4","_hoisted_5","render","_ctx","_cache","_openBlock","_createElementBlock","appleStorefront"],"mappings":";AAEA,MAAMA,IAAa;AAAA,EACjB,OAAO;AAAA,EACP,MAAM;AAAA,EACN,OAAO;AAAA,EACP,SAAS;AACX,GACMC,IAA0BC,gBAAAA,EAAoB,QAAQ;AAAA,EAC1D,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,GAAG;AAAA,EACH,GAAG;AAAA,EACH,MAAM;AAAA,EACN,IAAI;AACN,GAAG,MAAM,EAAE,GACLC,IAA0BD,gBAAAA,EAAoB,QAAQ;AAAA,EAC1D,MAAM;AAAA,EACN,GAAG;AACL,GAAG,MAAM,EAAE,GACLE,IAA0BF,gBAAAA,EAAoB,QAAQ;AAAA,EAC1D,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,GAAG;AAAA,EACH,GAAG;AAAA,EACH,QAAQ;AAAA,EACR,IAAI;AACN,GAAG,MAAM,EAAE,GACLG,IAAa;AAAA,EACjBJ;AAAA,EACAE;AAAA,EACAC;AACF;AAEO,SAASE,EAAOC,GAAMC,GAAQ;AACnC,SAAQC,EAAY,GAAEC,EAAoB,OAAOV,GAAYK,CAAU;AACzE;AACA,MAAeM,IAAA,EAAE,QAAQL,EAAM;"}
|
|
@@ -3,12 +3,13 @@ const n = {
|
|
|
3
3
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4
4
|
fill: "none",
|
|
5
5
|
class: "p-s",
|
|
6
|
-
viewBox: "0 0
|
|
6
|
+
viewBox: "0 0 16 16"
|
|
7
7
|
}, s = /* @__PURE__ */ t("path", {
|
|
8
8
|
stroke: "#292D32",
|
|
9
9
|
"stroke-linecap": "round",
|
|
10
10
|
"stroke-linejoin": "round",
|
|
11
|
-
|
|
11
|
+
"stroke-width": "1.636",
|
|
12
|
+
d: "m3.334 3.333 9.333 9.333M3.333 12.666l9.332-9.332"
|
|
12
13
|
}, null, -1), r = [
|
|
13
14
|
s
|
|
14
15
|
];
|
|
@@ -20,4 +21,4 @@ export {
|
|
|
20
21
|
a as default,
|
|
21
22
|
c as render
|
|
22
23
|
};
|
|
23
|
-
//# sourceMappingURL=close-
|
|
24
|
+
//# sourceMappingURL=close-1d2421e4.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"close-1d2421e4.mjs","sources":["../src/components/icon/icons/close.svg"],"sourcesContent":["import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock } from \"vue\"\n\nconst _hoisted_1 = {\n xmlns: \"http://www.w3.org/2000/svg\",\n fill: \"none\",\n class: \"p-s\",\n viewBox: \"0 0 16 16\"\n}\nconst _hoisted_2 = /*#__PURE__*/_createElementVNode(\"path\", {\n stroke: \"#292D32\",\n \"stroke-linecap\": \"round\",\n \"stroke-linejoin\": \"round\",\n \"stroke-width\": \"1.636\",\n d: \"m3.334 3.333 9.333 9.333M3.333 12.666l9.332-9.332\"\n}, null, -1)\nconst _hoisted_3 = [\n _hoisted_2\n]\n\nexport function render(_ctx, _cache) {\n return (_openBlock(), _createElementBlock(\"svg\", _hoisted_1, _hoisted_3))\n}\nexport default { render: render }"],"names":["_hoisted_1","_hoisted_2","_createElementVNode","_hoisted_3","render","_ctx","_cache","_openBlock","_createElementBlock","close"],"mappings":";AAEA,MAAMA,IAAa;AAAA,EACjB,OAAO;AAAA,EACP,MAAM;AAAA,EACN,OAAO;AAAA,EACP,SAAS;AACX,GACMC,IAA0BC,gBAAAA,EAAoB,QAAQ;AAAA,EAC1D,QAAQ;AAAA,EACR,kBAAkB;AAAA,EAClB,mBAAmB;AAAA,EACnB,gBAAgB;AAAA,EAChB,GAAG;AACL,GAAG,MAAM,EAAE,GACLC,IAAa;AAAA,EACjBF;AACF;AAEO,SAASG,EAAOC,GAAMC,GAAQ;AACnC,SAAQC,EAAY,GAAEC,EAAoB,OAAOR,GAAYG,CAAU;AACzE;AACA,MAAeM,IAAA,EAAE,QAAQL,EAAM;"}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { AlertProps } from "ant-design-vue";
|
|
2
2
|
import { MaAlertPropVariant, MaAlertPropType } from "./types";
|
|
3
|
-
export interface MaAlertProps extends Omit<AlertProps, 'type' | 'message' | 'closable'
|
|
3
|
+
export interface MaAlertProps extends Omit<AlertProps, 'type' | 'message' | 'closable'> {
|
|
4
4
|
variant?: MaAlertPropVariant;
|
|
5
5
|
type?: MaAlertPropType;
|
|
6
6
|
message?: string;
|
|
7
7
|
closable?: boolean;
|
|
8
|
-
showIcon?: boolean;
|
|
9
8
|
description?: string;
|
|
9
|
+
icon?: string;
|
|
10
10
|
}
|
|
11
11
|
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<MaAlertProps>, {
|
|
12
12
|
variant: string;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>, Record<NonNullable<string | number>, (_: {}) => any>>;
|
|
2
|
+
export default _default;
|
|
3
|
+
declare type __VLS_WithTemplateSlots<T, S> = T & {
|
|
4
|
+
new (): {
|
|
5
|
+
$slots: S;
|
|
6
|
+
};
|
|
7
|
+
};
|
package/dist/index.d.ts
CHANGED
|
@@ -9,6 +9,7 @@ export { default as MaFormItem } from './components/form-item/index.vue';
|
|
|
9
9
|
export { default as MaInput } from './components/input/index.vue';
|
|
10
10
|
export { default as MaIcon } from './components/icon/index.vue';
|
|
11
11
|
export { default as MaSelect } from './components/select/index.vue';
|
|
12
|
+
export { default as MaSelectOption } from './components/select/components/option.vue';
|
|
12
13
|
export { default as MaCheckbox } from './components/checkbox/index.vue';
|
|
13
14
|
export { default as MaCheckboxGroup } from './components/checkbox/group.vue';
|
|
14
15
|
export { default as MaNumericInput } from './components/numeric-input/index.vue';
|