@mobileaction/action-kit 1.1.23 → 1.1.25

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 (32) hide show
  1. package/dist/action-kit.js +3 -3
  2. package/dist/action-kit.mjs +1348 -981
  3. package/dist/close-circle-bulk-49febd0e.mjs +24 -0
  4. package/dist/close-circle-bulk-b52bdb88.js +1 -0
  5. package/dist/components/upload/composables/file.d.ts +7 -0
  6. package/dist/components/upload/index.vue.d.ts +203 -0
  7. package/dist/components/upload/singleFile.vue.d.ts +38 -0
  8. package/dist/components/upload/types.d.ts +17 -0
  9. package/dist/document-bulk-1d978376.mjs +24 -0
  10. package/dist/document-bulk-86acdc42.js +1 -0
  11. package/dist/export-2-6595b6fa.mjs +22 -0
  12. package/dist/export-2-69f06f16.js +1 -0
  13. package/dist/export-2-bold-5629dc36.js +1 -0
  14. package/dist/export-2-bold-8832fb34.mjs +19 -0
  15. package/dist/export-2-bulk-25deffb0.mjs +24 -0
  16. package/dist/export-2-bulk-e71812db.js +1 -0
  17. package/dist/index.d.ts +2 -0
  18. package/dist/src/components/upload/composables/file.d.ts +7 -0
  19. package/dist/src/components/upload/index.vue.d.ts +72 -0
  20. package/dist/src/components/upload/singleFile.vue.d.ts +25 -0
  21. package/dist/src/components/upload/stories/box.stories.d.ts +11 -0
  22. package/dist/src/components/upload/stories/button.stories.d.ts +6 -0
  23. package/dist/src/components/upload/stories/constants.d.ts +6 -0
  24. package/dist/src/components/upload/stories/small-box.stories.d.ts +6 -0
  25. package/dist/src/components/upload/types.d.ts +17 -0
  26. package/dist/src/index.d.ts +2 -0
  27. package/dist/style.css +1 -1
  28. package/dist/trash-bulk-034c6526.js +1 -0
  29. package/dist/trash-bulk-89ab0a45.mjs +30 -0
  30. package/dist/upload-bulk-4dd4fc57.js +1 -0
  31. package/dist/upload-bulk-c4de9af1.mjs +24 -0
  32. package/package.json +1 -1
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue"),t={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},c=e.createElementVNode("path",{fill:"currentColor",d:"M21.07 5.23c-1.61-.16-3.22-.28-4.84-.37v-.01l-.22-1.3c-.15-.92-.37-2.3-2.71-2.3h-2.62c-2.33 0-2.55 1.32-2.71 2.29l-.21 1.28c-.93.06-1.86.12-2.79.21l-2.04.2c-.42.04-.72.41-.68.82.04.41.4.71.82.67l2.04-.2c5.24-.52 10.52-.32 15.82.21h.08c.38 0 .71-.29.75-.68a.766.766 0 0 0-.69-.82Z"},null,-1),o=e.createElementVNode("path",{fill:"currentColor",d:"M19.23 8.14c-.24-.25-.57-.39-.91-.39H5.68c-.34 0-.68.14-.91.39-.23.25-.36.59-.34.94l.62 10.26c.11 1.52.25 3.42 3.74 3.42h6.42c3.49 0 3.63-1.89 3.74-3.42l.62-10.25c.02-.36-.11-.7-.34-.95Z",opacity:".399"},null,-1),n=e.createElementVNode("path",{fill:"currentColor","fill-rule":"evenodd",d:"M9.58 17a.75.75 0 0 1 .75-.75h3.33a.75.75 0 0 1 0 1.5h-3.33a.75.75 0 0 1-.75-.75ZM8.75 13a.75.75 0 0 1 .75-.75h5a.75.75 0 0 1 0 1.5h-5a.75.75 0 0 1-.75-.75Z","clip-rule":"evenodd"},null,-1),r=[c,o,n];function l(a,h){return e.openBlock(),e.createElementBlock("svg",t,r)}const d={render:l};exports.default=d;exports.render=l;
@@ -0,0 +1,30 @@
1
+ import { openBlock as e, createElementBlock as c, createElementVNode as l } from "vue";
2
+ const o = {
3
+ xmlns: "http://www.w3.org/2000/svg",
4
+ fill: "none",
5
+ viewBox: "0 0 24 24"
6
+ }, t = /* @__PURE__ */ l("path", {
7
+ fill: "currentColor",
8
+ d: "M21.07 5.23c-1.61-.16-3.22-.28-4.84-.37v-.01l-.22-1.3c-.15-.92-.37-2.3-2.71-2.3h-2.62c-2.33 0-2.55 1.32-2.71 2.29l-.21 1.28c-.93.06-1.86.12-2.79.21l-2.04.2c-.42.04-.72.41-.68.82.04.41.4.71.82.67l2.04-.2c5.24-.52 10.52-.32 15.82.21h.08c.38 0 .71-.29.75-.68a.766.766 0 0 0-.69-.82Z"
9
+ }, null, -1), n = /* @__PURE__ */ l("path", {
10
+ fill: "currentColor",
11
+ d: "M19.23 8.14c-.24-.25-.57-.39-.91-.39H5.68c-.34 0-.68.14-.91.39-.23.25-.36.59-.34.94l.62 10.26c.11 1.52.25 3.42 3.74 3.42h6.42c3.49 0 3.63-1.89 3.74-3.42l.62-10.25c.02-.36-.11-.7-.34-.95Z",
12
+ opacity: ".399"
13
+ }, null, -1), r = /* @__PURE__ */ l("path", {
14
+ fill: "currentColor",
15
+ "fill-rule": "evenodd",
16
+ d: "M9.58 17a.75.75 0 0 1 .75-.75h3.33a.75.75 0 0 1 0 1.5h-3.33a.75.75 0 0 1-.75-.75ZM8.75 13a.75.75 0 0 1 .75-.75h5a.75.75 0 0 1 0 1.5h-5a.75.75 0 0 1-.75-.75Z",
17
+ "clip-rule": "evenodd"
18
+ }, null, -1), h = [
19
+ t,
20
+ n,
21
+ r
22
+ ];
23
+ function a(d, s) {
24
+ return e(), c("svg", o, h);
25
+ }
26
+ const u = { render: a };
27
+ export {
28
+ u as default,
29
+ a as render
30
+ };
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue"),t={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},o=e.createElementVNode("path",{fill:"currentColor",d:"M20.5 10.19h-2.89c-2.37 0-4.3-1.93-4.3-4.3V3c0-.55-.45-1-1-1H8.07C4.99 2 2.5 4 2.5 7.57v8.86C2.5 20 4.99 22 8.07 22h7.86c3.08 0 5.57-2 5.57-5.57v-5.24c0-.55-.45-1-1-1Z",opacity:".4"},null,-1),l=e.createElementVNode("path",{fill:"currentColor",d:"M15.8 2.21c-.41-.41-1.12-.13-1.12.44v3.49c0 1.46 1.24 2.67 2.75 2.67.95.01 2.27.01 3.4.01.57 0 .87-.67.47-1.07-1.44-1.45-4.02-4.06-5.5-5.54ZM11.53 12.47l-2-2c-.01-.01-.02-.01-.02-.02a.855.855 0 0 0-.22-.15h-.02c-.08-.03-.16-.04-.24-.05h-.08a.646.646 0 0 0-.26.07c-.08.04-.16.08-.22.15l-2 2c-.29.29-.29.77 0 1.06.29.29.77.29 1.06 0l.72-.72V17c0 .41.34.75.75.75s.75-.34.75-.75v-4.19l.72.72c.15.15.34.22.53.22s.38-.07.53-.22c.29-.29.29-.77 0-1.06Z"},null,-1),n=[o,l];function c(s,d){return e.openBlock(),e.createElementBlock("svg",t,n)}const r={render:c};exports.default=r;exports.render=c;
@@ -0,0 +1,24 @@
1
+ import { openBlock as e, createElementBlock as o, createElementVNode as c } from "vue";
2
+ const t = {
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: "M20.5 10.19h-2.89c-2.37 0-4.3-1.93-4.3-4.3V3c0-.55-.45-1-1-1H8.07C4.99 2 2.5 4 2.5 7.57v8.86C2.5 20 4.99 22 8.07 22h7.86c3.08 0 5.57-2 5.57-5.57v-5.24c0-.55-.45-1-1-1Z",
9
+ opacity: ".4"
10
+ }, null, -1), n = /* @__PURE__ */ c("path", {
11
+ fill: "currentColor",
12
+ d: "M15.8 2.21c-.41-.41-1.12-.13-1.12.44v3.49c0 1.46 1.24 2.67 2.75 2.67.95.01 2.27.01 3.4.01.57 0 .87-.67.47-1.07-1.44-1.45-4.02-4.06-5.5-5.54ZM11.53 12.47l-2-2c-.01-.01-.02-.01-.02-.02a.855.855 0 0 0-.22-.15h-.02c-.08-.03-.16-.04-.24-.05h-.08a.646.646 0 0 0-.26.07c-.08.04-.16.08-.22.15l-2 2c-.29.29-.29.77 0 1.06.29.29.77.29 1.06 0l.72-.72V17c0 .41.34.75.75.75s.75-.34.75-.75v-4.19l.72.72c.15.15.34.22.53.22s.38-.07.53-.22c.29-.29.29-.77 0-1.06Z"
13
+ }, null, -1), r = [
14
+ l,
15
+ n
16
+ ];
17
+ function s(h, a) {
18
+ return e(), o("svg", t, r);
19
+ }
20
+ const i = { render: s };
21
+ export {
22
+ i as default,
23
+ s as render
24
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mobileaction/action-kit",
3
- "version": "1.1.23",
3
+ "version": "1.1.25",
4
4
  "main": "dist/action-kit.js",
5
5
  "module": "dist/action-kit.mjs",
6
6
  "types": "dist/index.d.ts",