@mobileaction/action-kit 1.21.81 → 1.23.0
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/README.md +1 -1
- package/dist/404-page-0ee5cadd.js +3 -0
- package/dist/404-page-98ec8592.mjs +10581 -0
- package/dist/action-kit.js +1 -1
- package/dist/action-kit.mjs +123 -121
- package/dist/airplane-bulk-102d65ef.js +1 -0
- package/dist/airplane-bulk-495a56c0.mjs +24 -0
- package/dist/apple-vision-pro-a91131dc.js +1 -0
- package/dist/apple-vision-pro-d582282b.mjs +16 -0
- package/dist/arcade-bulk-45747e95.js +1 -0
- package/dist/arcade-bulk-fd2fe22a.mjs +16 -0
- package/dist/bag-bulk-b936dab5.mjs +24 -0
- package/dist/bag-bulk-f8e34730.js +1 -0
- package/dist/book-bulk-527ec287.mjs +32 -0
- package/dist/book-bulk-bc2dac01.js +1 -0
- package/dist/book-closed-bulk-907b8949.mjs +32 -0
- package/dist/book-closed-bulk-b6e75cfe.js +1 -0
- package/dist/book-saved-bulk-03c94b05.mjs +28 -0
- package/dist/book-saved-bulk-2c8d6c38.js +1 -0
- package/dist/book-square-bulk-a03bf3bd.js +1 -0
- package/dist/book-square-bulk-e45f0b12.mjs +28 -0
- package/dist/brush-bulk-dc4ec864.mjs +28 -0
- package/dist/brush-bulk-f2bda7d8.js +1 -0
- package/dist/bubble-bulk-1d45c5af.js +1 -0
- package/dist/bubble-bulk-ed36c967.mjs +29 -0
- package/dist/bucket-bulk-42830928.mjs +32 -0
- package/dist/bucket-bulk-d10dc18c.js +1 -0
- package/dist/bus-bulk-2f6ee4c3.js +1 -0
- package/dist/bus-bulk-6531713e.mjs +16 -0
- package/dist/calendar-bulk-76589d1e.mjs +16 -0
- package/dist/calendar-bulk-a0bf3034.js +1 -0
- package/dist/camera-bulk-b5a8ff52.mjs +34 -0
- package/dist/camera-bulk-dec220ad.js +1 -0
- package/dist/car-bulk-3e7423e0.js +1 -0
- package/dist/car-bulk-f970b6d4.mjs +32 -0
- package/dist/casino-bulk-621baeef.js +1 -0
- package/dist/casino-bulk-9b5e9671.mjs +28 -0
- package/dist/chef-bulk-06ae5478.js +1 -0
- package/dist/chef-bulk-7fb81e71.mjs +24 -0
- package/dist/chess-bulk-309a1a2d.js +1 -0
- package/dist/chess-bulk-bf729261.mjs +16 -0
- package/dist/chevron-left-26b60cf0.mjs +21 -0
- package/dist/chevron-left-9597863c.js +1 -0
- package/dist/chevron-right-53fbda71.mjs +21 -0
- package/dist/chevron-right-e08e788e.js +1 -0
- package/dist/chevrons-down-8c0ee366.js +1 -0
- package/dist/{chevron-left-cc52a4d7.mjs → chevrons-down-8e5edbe5.mjs} +6 -6
- package/dist/chevrons-left-942888a4.js +1 -0
- package/dist/chevrons-left-9d99cf9e.mjs +22 -0
- package/dist/{chevron-right-817fda2d.mjs → chevrons-right-9b6a1b26.mjs} +6 -6
- package/dist/chevrons-right-da7b4c93.js +1 -0
- package/dist/chevrons-up-3c8b9737.mjs +22 -0
- package/dist/chevrons-up-d257ad9b.js +1 -0
- package/dist/clock-bulk-131609ec.mjs +24 -0
- package/dist/clock-bulk-9c938715.js +1 -0
- package/dist/cloud-sunny-bulk-61827e0f.js +1 -0
- package/dist/cloud-sunny-bulk-a57c728d.mjs +24 -0
- package/dist/coffee-bulk-f8391897.mjs +16 -0
- package/dist/coffee-bulk-fd1bf404.js +1 -0
- package/dist/compass-bulk-0e77e3cd.js +1 -0
- package/dist/compass-bulk-c72e7981.mjs +24 -0
- package/dist/components/animation/index.vue.d.ts +3 -3
- package/dist/components/animation/types.d.ts +1 -1
- package/dist/components/autocomplete/index.vue.d.ts +2 -0
- package/dist/components/checkbox/group.vue.d.ts +3 -3
- package/dist/components/checkbox/index.vue.d.ts +3 -3
- package/dist/components/country-select/index.vue.d.ts +13 -0
- package/dist/components/country-select/types.d.ts +1 -0
- package/dist/components/date-picker/index.vue.d.ts +264 -0
- package/dist/components/date-picker/types.d.ts +4 -0
- package/dist/components/drawer/index.vue.d.ts +12 -0
- package/dist/components/empty/index.vue.d.ts +2 -2
- package/dist/components/icon/components/flagIcon.vue.d.ts +1 -1
- package/dist/components/icon/components/maIcon.vue.d.ts +3 -3
- package/dist/components/icon/index.vue.d.ts +3 -3
- package/dist/components/icon-button/components/button.vue.d.ts +2 -2
- package/dist/components/icon-button/index.vue.d.ts +3 -3
- package/dist/components/input-number/index.vue.d.ts +9 -3
- package/dist/components/modal/index.vue.d.ts +9 -0
- package/dist/components/pagination/index.vue.d.ts +132 -42
- package/dist/components/pagination/types.d.ts +19 -2
- package/dist/components/progress/components/circle.vue.d.ts +2 -2
- package/dist/components/progress/components/halfCircle.vue.d.ts +2 -2
- package/dist/components/progress/components/line.vue.d.ts +2 -2
- package/dist/components/progress/components/stepLine.vue.d.ts +2 -2
- package/dist/components/progress/index.vue.d.ts +3 -3
- package/dist/components/rate/components/star.vue.d.ts +2 -2
- package/dist/components/select/index.vue.d.ts +2 -1
- package/dist/components/slider/index.vue.d.ts +113 -25
- package/dist/components/slider/types.d.ts +2 -2
- package/dist/components/switch/index.vue.d.ts +12 -0
- package/dist/components/tag-input/index.vue.d.ts +3 -3
- package/dist/components/toggle/index.vue.d.ts +2 -1
- package/dist/components/track-button/index.vue.d.ts +3 -3
- package/dist/components/upload/index.vue.d.ts +3 -3
- package/dist/components/watchlist-button/components/button.vue.d.ts +2 -2
- package/dist/components/watchlist-button/index.vue.d.ts +3 -3
- package/dist/driving-bulk-630f9b56.js +1 -0
- package/dist/driving-bulk-c1287bed.mjs +16 -0
- package/dist/element-2-bulk-e0d51dc0.js +1 -0
- package/dist/element-2-bulk-f759e80e.mjs +33 -0
- package/dist/element-3-bulk-8cafe563.mjs +29 -0
- package/dist/element-3-bulk-e6b769d4.js +1 -0
- package/dist/element-bulk-db06262c.js +1 -0
- package/dist/element-bulk-e5c9a4bd.mjs +33 -0
- package/dist/equal-4d36dd2c.js +1 -0
- package/dist/equal-7f4f3615.mjs +29 -0
- package/dist/gallery-bulk-a1c204f6.mjs +28 -0
- package/dist/gallery-bulk-c685d046.js +1 -0
- package/dist/game-bulk-41c36c07.js +1 -0
- package/dist/game-bulk-c5257b91.mjs +16 -0
- package/dist/health-bulk-1487ba8f.js +1 -0
- package/dist/health-bulk-df513938.mjs +28 -0
- package/dist/hospital-bulk-1083ab6c.mjs +32 -0
- package/dist/hospital-bulk-959db587.js +1 -0
- package/dist/house-bulk-515bbc68.js +1 -0
- package/dist/house-bulk-df127984.mjs +16 -0
- package/dist/in-range-54ac35a7.mjs +36 -0
- package/dist/in-range-ac2f9d84.js +1 -0
- package/dist/index-df5c3952.js +53 -0
- package/dist/index-ffe16f8b.mjs +10155 -0
- package/dist/index.d.ts +1 -0
- package/dist/ipad-316ec105.js +1 -0
- package/dist/ipad-8610c290.mjs +17 -0
- package/dist/iphone-cf083a2d.js +1 -0
- package/dist/iphone-d591c570.mjs +20 -0
- package/dist/lamp-charge-7bd591d8.js +1 -0
- package/dist/lamp-charge-b33c2a01.mjs +28 -0
- package/dist/location-bulk-37383487.mjs +24 -0
- package/dist/location-bulk-dc7d39bf.js +1 -0
- package/dist/lottie_light-25cd8c2b.js +9 -0
- package/dist/{lottie_light-85322d14.mjs → lottie_light-5522b55e.mjs} +473 -492
- package/dist/lovely-bulk-15c575e4.js +1 -0
- package/dist/lovely-bulk-a1580783.mjs +24 -0
- package/dist/maintenance-740efe0b.js +1 -0
- package/dist/maintenance-94f5ab19.mjs +18866 -0
- package/dist/map-bulk-7ee439f2.js +1 -0
- package/dist/map-bulk-fd59b3bf.mjs +29 -0
- package/dist/messages-2-bulk-1e93324c.js +1 -0
- package/dist/messages-2-bulk-bbbcaf56.mjs +28 -0
- package/dist/milk-bulk-1ad5d17a.js +1 -0
- package/dist/milk-bulk-866117ca.mjs +32 -0
- package/dist/more-6c334b93.js +1 -0
- package/dist/more-99ba34a7.mjs +30 -0
- package/dist/more-bold-25925e42.mjs +19 -0
- package/dist/more-bold-e8b12915.js +1 -0
- package/dist/more-bulk-c8fe5761.mjs +32 -0
- package/dist/more-bulk-dca76a4e.js +1 -0
- package/dist/more-circle-08c54330.js +1 -0
- package/dist/more-circle-86cb4402.mjs +43 -0
- package/dist/music-bulk-914b9e06.mjs +28 -0
- package/dist/music-bulk-a1491217.js +1 -0
- package/dist/musicnote-bulk-4556efcb.mjs +24 -0
- package/dist/musicnote-bulk-c7b9b1a9.js +1 -0
- package/dist/not-equal-11b24209.js +1 -0
- package/dist/not-equal-3c4fb1ac.mjs +36 -0
- package/dist/not-in-range-475d2c22.mjs +42 -0
- package/dist/not-in-range-a3b8c703.js +1 -0
- package/dist/parenting-bulk-36ddd06f.js +149 -0
- package/dist/parenting-bulk-f5ee5660.mjs +164 -0
- package/dist/pause-circle-bulk-3c50d310.mjs +28 -0
- package/dist/pause-circle-bulk-c1161384.js +1 -0
- package/dist/people-bulk-3b161ff3.js +1 -0
- package/dist/people-bulk-bf9f4974.mjs +16 -0
- package/dist/poker-cards-bulk-5bf9b7e8.mjs +16 -0
- package/dist/poker-cards-bulk-a3168a7d.js +1 -0
- package/dist/puzzle-bulk-5540a619.mjs +16 -0
- package/dist/puzzle-bulk-f93e86a8.js +1 -0
- package/dist/rank-bold-2d5dbca8.mjs +31 -0
- package/dist/rank-bold-8b4bcb4c.js +1 -0
- package/dist/rank-bulk-d4be6fb4.mjs +33 -0
- package/dist/rank-bulk-fab75c82.js +1 -0
- package/dist/rank-c5e7c9f3.mjs +46 -0
- package/dist/rank-ebb43e0d.js +1 -0
- package/dist/rocket-bulk-e7502dc0.js +1 -0
- package/dist/rocket-bulk-fb35717a.mjs +15 -0
- package/dist/setting-bulk-3b924939.js +1 -0
- package/dist/setting-bulk-6ae3d5b8.mjs +16 -0
- package/dist/slack-14e26c67.js +1 -0
- package/dist/slack-f096adc7.mjs +15 -0
- package/dist/soccer-bulk-395a6e4d.mjs +16 -0
- package/dist/soccer-bulk-556239d1.js +1 -0
- package/dist/src/components/animation/index.vue.d.ts +1 -1
- package/dist/src/components/animation/types.d.ts +1 -1
- package/dist/src/components/autocomplete/index.vue.d.ts +2 -0
- package/dist/src/components/checkbox/group.vue.d.ts +3 -1
- package/dist/src/components/country-select/index.vue.d.ts +15 -2
- package/dist/src/components/country-select/stories/default.stories.d.ts +3 -2
- package/dist/src/components/country-select/types.d.ts +1 -0
- package/dist/src/components/date-picker/index.vue.d.ts +105 -0
- package/dist/src/components/date-picker/stories/constants.d.ts +5 -0
- package/dist/src/components/date-picker/stories/default.stories.d.ts +16 -0
- package/dist/src/components/date-picker/stories/range.stories.d.ts +17 -0
- package/dist/src/components/date-picker/types.d.ts +4 -0
- package/dist/src/components/drawer/index.vue.d.ts +4 -0
- package/dist/src/components/input-number/index.vue.d.ts +1 -3
- package/dist/src/components/modal/index.vue.d.ts +1 -0
- package/dist/src/components/pagination/index.vue.d.ts +171 -39
- package/dist/src/components/pagination/pagination.test.d.ts +1 -0
- package/dist/src/components/pagination/stories/default.stories.d.ts +1 -2
- package/dist/src/components/pagination/types.d.ts +19 -2
- package/dist/src/components/select/index.vue.d.ts +3 -5
- package/dist/src/components/slider/index.vue.d.ts +52 -21
- package/dist/src/components/slider/stories/constants.d.ts +2 -1
- package/dist/src/components/slider/stories/default.stories.d.ts +2 -7
- package/dist/src/components/slider/types.d.ts +2 -2
- package/dist/src/components/switch/index.vue.d.ts +4 -0
- package/dist/src/components/toggle/index.vue.d.ts +2 -1
- package/dist/src/index.d.ts +1 -0
- package/dist/src/utils/breakpoints.d.ts +16 -0
- package/dist/src/utils/breakpoints.test.d.ts +1 -0
- package/dist/steering-wheel-bulk-6f59c760.js +1 -0
- package/dist/steering-wheel-bulk-d67b7b96.mjs +28 -0
- package/dist/style.css +1 -1
- package/dist/sword-bulk-0501ca18.mjs +16 -0
- package/dist/sword-bulk-4943c2b1.js +1 -0
- package/dist/teacher-bulk-0b855e9b.js +1 -0
- package/dist/teacher-bulk-e94b4550.mjs +24 -0
- package/dist/utils/breakpoints.d.ts +16 -0
- package/dist/video-bulk-83a288fe.mjs +28 -0
- package/dist/video-bulk-e10c6112.js +1 -0
- package/dist/video-play-bulk-6ba3a6cd.mjs +28 -0
- package/dist/video-play-bulk-f56cb782.js +1 -0
- package/dist/video-square-bulk-746dce91.mjs +24 -0
- package/dist/video-square-bulk-9bfa49aa.js +1 -0
- package/dist/watch-bulk-02b66b4c.mjs +32 -0
- package/dist/watch-bulk-70eb91a0.js +1 -0
- package/package.json +6 -5
- package/dist/chevron-left-326ad5ea.js +0 -1
- package/dist/chevron-right-1fc62c60.js +0 -1
- package/dist/index-4d6b262e.js +0 -56
- package/dist/index-82f2d29c.mjs +0 -9602
- package/dist/lottie_light-66de103f.js +0 -9
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { openBlock as t, createElementBlock as o, createStaticVNode as L } from "vue";
|
|
2
|
+
const r = {
|
|
3
|
+
viewBox: "0 0 24 24",
|
|
4
|
+
fill: "none",
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
6
|
+
}, e = /* @__PURE__ */ L('<path d="M4.13847 18.8155C4.01556 18.6926 3.90344 18.5632 3.79966 18.4293L0.472656 21.7564L2.48031 23.764L5.80741 20.437C5.67353 20.3332 5.54411 20.221 5.4212 20.0982L4.13847 18.8155Z" fill="currentColor"></path><path opacity="0.4" d="M20.201 18.4293C20.0972 18.5632 19.9851 18.6927 19.8622 18.8155L18.5795 20.0982C18.4567 20.2211 18.3272 20.3332 18.1934 20.437L21.5201 23.7637L23.5278 21.756L20.201 18.4293Z" fill="currentColor"></path><path opacity="0.4" d="M13.1991 19.4545L13.3385 19.5939C14.3704 20.6257 16.0432 20.6257 17.075 19.5939L19.3588 17.3102C20.3906 16.2784 20.3906 14.6055 19.3588 13.5737L19.2194 13.4343L17.7104 14.9396L16.0111 13.2403L13 16.2513L14.6994 17.9507L13.1991 19.4545Z" fill="currentColor"></path><path opacity="0.4" d="M10.996 8.2207L6.76856 3.99328C4.96706 2.19169 2.7097 0.913689 0.237937 0.295736L0 0.236252L0.0594844 0.474236C0.677437 2.94595 1.95548 5.20327 3.75708 7.00481L7.98455 11.2323L10.996 8.2207Z" fill="currentColor"></path><path d="M20.2421 7.00453C22.0437 5.20293 23.3218 2.94567 23.9397 0.473947L23.9992 0.235916L23.7612 0.295401C21.2896 0.913354 19.0322 2.1914 17.2307 3.99299L6.28417 14.9396L4.7785 13.4339L4.63909 13.5733C3.60728 14.6051 3.60728 16.278 4.63909 17.3098L6.92552 19.5962C7.95733 20.6281 9.63016 20.6281 10.662 19.5962L10.8014 19.4568L9.29566 17.9511L20.2421 7.00453Z" fill="currentColor"></path>', 5), l = [
|
|
7
|
+
e
|
|
8
|
+
];
|
|
9
|
+
function c(a, n) {
|
|
10
|
+
return t(), o("svg", r, l);
|
|
11
|
+
}
|
|
12
|
+
const C = { render: c };
|
|
13
|
+
export {
|
|
14
|
+
C as default,
|
|
15
|
+
c as render
|
|
16
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("vue"),o={viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},r=t.createStaticVNode('<path d="M4.13847 18.8155C4.01556 18.6926 3.90344 18.5632 3.79966 18.4293L0.472656 21.7564L2.48031 23.764L5.80741 20.437C5.67353 20.3332 5.54411 20.221 5.4212 20.0982L4.13847 18.8155Z" fill="currentColor"></path><path opacity="0.4" d="M20.201 18.4293C20.0972 18.5632 19.9851 18.6927 19.8622 18.8155L18.5795 20.0982C18.4567 20.2211 18.3272 20.3332 18.1934 20.437L21.5201 23.7637L23.5278 21.756L20.201 18.4293Z" fill="currentColor"></path><path opacity="0.4" d="M13.1991 19.4545L13.3385 19.5939C14.3704 20.6257 16.0432 20.6257 17.075 19.5939L19.3588 17.3102C20.3906 16.2784 20.3906 14.6055 19.3588 13.5737L19.2194 13.4343L17.7104 14.9396L16.0111 13.2403L13 16.2513L14.6994 17.9507L13.1991 19.4545Z" fill="currentColor"></path><path opacity="0.4" d="M10.996 8.2207L6.76856 3.99328C4.96706 2.19169 2.7097 0.913689 0.237937 0.295736L0 0.236252L0.0594844 0.474236C0.677437 2.94595 1.95548 5.20327 3.75708 7.00481L7.98455 11.2323L10.996 8.2207Z" fill="currentColor"></path><path d="M20.2421 7.00453C22.0437 5.20293 23.3218 2.94567 23.9397 0.473947L23.9992 0.235916L23.7612 0.295401C21.2896 0.913354 19.0322 2.1914 17.2307 3.99299L6.28417 14.9396L4.7785 13.4339L4.63909 13.5733C3.60728 14.6051 3.60728 16.278 4.63909 17.3098L6.92552 19.5962C7.95733 20.6281 9.63016 20.6281 10.662 19.5962L10.8014 19.4568L9.29566 17.9511L20.2421 7.00453Z" fill="currentColor"></path>',5),L=[r];function e(c,n){return t.openBlock(),t.createElementBlock("svg",o,L)}const l={render:e};exports.default=l;exports.render=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue"),o={viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n=e.createElementVNode("path",{opacity:"0.4",d:"M18.3801 12.84V17.77C18.3801 19.04 17.3901 20.4 16.2001 20.8L13.0101 21.86C12.4501 22.05 11.5401 22.05 10.9901 21.86L7.80012 20.8C6.60012 20.4 5.62012 19.04 5.62012 17.77L5.63012 12.84L10.0501 15.72C11.1301 16.43 12.9101 16.43 13.9901 15.72L18.3801 12.84Z",fill:"currentColor"},null,-1),r=e.createElementVNode("path",{d:"M19.98 6.46006L13.99 2.53006C12.91 1.82006 11.13 1.82006 10.05 2.53006L4.03002 6.46006C2.10002 7.71006 2.10002 10.5401 4.03002 11.8001L5.63002 12.8401L10.05 15.7201C11.13 16.4301 12.91 16.4301 13.99 15.7201L18.38 12.8401L19.75 11.9401V15.0001C19.75 15.4101 20.09 15.7501 20.5 15.7501C20.91 15.7501 21.25 15.4101 21.25 15.0001V10.0801C21.65 8.79006 21.24 7.29006 19.98 6.46006Z",fill:"currentColor"},null,-1),l=[n,r];function t(s,d){return e.openBlock(),e.createElementBlock("svg",o,l)}const c={render:t};exports.default=c;exports.render=t;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { openBlock as t, createElementBlock as o, createElementVNode as e } from "vue";
|
|
2
|
+
const n = {
|
|
3
|
+
viewBox: "0 0 24 24",
|
|
4
|
+
fill: "none",
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
6
|
+
}, l = /* @__PURE__ */ e("path", {
|
|
7
|
+
opacity: "0.4",
|
|
8
|
+
d: "M18.3801 12.84V17.77C18.3801 19.04 17.3901 20.4 16.2001 20.8L13.0101 21.86C12.4501 22.05 11.5401 22.05 10.9901 21.86L7.80012 20.8C6.60012 20.4 5.62012 19.04 5.62012 17.77L5.63012 12.84L10.0501 15.72C11.1301 16.43 12.9101 16.43 13.9901 15.72L18.3801 12.84Z",
|
|
9
|
+
fill: "currentColor"
|
|
10
|
+
}, null, -1), r = /* @__PURE__ */ e("path", {
|
|
11
|
+
d: "M19.98 6.46006L13.99 2.53006C12.91 1.82006 11.13 1.82006 10.05 2.53006L4.03002 6.46006C2.10002 7.71006 2.10002 10.5401 4.03002 11.8001L5.63002 12.8401L10.05 15.7201C11.13 16.4301 12.91 16.4301 13.99 15.7201L18.38 12.8401L19.75 11.9401V15.0001C19.75 15.4101 20.09 15.7501 20.5 15.7501C20.91 15.7501 21.25 15.4101 21.25 15.0001V10.0801C21.65 8.79006 21.24 7.29006 19.98 6.46006Z",
|
|
12
|
+
fill: "currentColor"
|
|
13
|
+
}, null, -1), c = [
|
|
14
|
+
l,
|
|
15
|
+
r
|
|
16
|
+
];
|
|
17
|
+
function s(C, i) {
|
|
18
|
+
return t(), o("svg", n, c);
|
|
19
|
+
}
|
|
20
|
+
const d = { render: s };
|
|
21
|
+
export {
|
|
22
|
+
d as default,
|
|
23
|
+
s as render
|
|
24
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Tailwind breakpoints
|
|
3
|
+
*/
|
|
4
|
+
export type TailwindBreakpoints = {
|
|
5
|
+
'2xl': number;
|
|
6
|
+
xl: number;
|
|
7
|
+
lg: number;
|
|
8
|
+
md: number;
|
|
9
|
+
sm: number;
|
|
10
|
+
xs: number;
|
|
11
|
+
};
|
|
12
|
+
export declare const breakpoints: TailwindBreakpoints;
|
|
13
|
+
export declare const MaBreakpointInstance: {
|
|
14
|
+
windowWidth: () => number;
|
|
15
|
+
getBreakpointSize(): string;
|
|
16
|
+
};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { openBlock as t, createElementBlock as e, createElementVNode as o } from "vue";
|
|
2
|
+
const l = {
|
|
3
|
+
viewBox: "0 0 24 24",
|
|
4
|
+
fill: "none",
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
6
|
+
}, n = /* @__PURE__ */ o("path", {
|
|
7
|
+
opacity: "0.4",
|
|
8
|
+
d: "M13 3.25H7C3.58 3.25 2.25 4.58 2.25 8V16C2.25 18.3 3.5 20.75 7 20.75H13C16.42 20.75 17.75 19.42 17.75 16V8C17.75 4.58 16.42 3.25 13 3.25Z",
|
|
9
|
+
fill: "currentColor"
|
|
10
|
+
}, null, -1), r = /* @__PURE__ */ o("path", {
|
|
11
|
+
d: "M11.5 11.3801C12.5383 11.3801 13.38 10.5384 13.38 9.50012C13.38 8.46182 12.5383 7.62012 11.5 7.62012C10.4617 7.62012 9.62 8.46182 9.62 9.50012C9.62 10.5384 10.4617 11.3801 11.5 11.3801Z",
|
|
12
|
+
fill: "currentColor"
|
|
13
|
+
}, null, -1), c = /* @__PURE__ */ o("path", {
|
|
14
|
+
d: "M21.65 6.17011C21.24 5.96011 20.38 5.72011 19.21 6.54011L17.73 7.58011C17.74 7.72011 17.75 7.85011 17.75 8.00011V16.0001C17.75 16.1501 17.73 16.2801 17.73 16.4201L19.21 17.4601C19.83 17.9001 20.37 18.0401 20.8 18.0401C21.17 18.0401 21.46 17.9401 21.65 17.8401C22.06 17.6301 22.75 17.0601 22.75 15.6301V8.38011C22.75 6.95011 22.06 6.38011 21.65 6.17011Z",
|
|
15
|
+
fill: "currentColor"
|
|
16
|
+
}, null, -1), C = [
|
|
17
|
+
n,
|
|
18
|
+
r,
|
|
19
|
+
c
|
|
20
|
+
];
|
|
21
|
+
function s(i, d) {
|
|
22
|
+
return t(), e("svg", l, C);
|
|
23
|
+
}
|
|
24
|
+
const h = { render: s };
|
|
25
|
+
export {
|
|
26
|
+
h as default,
|
|
27
|
+
s as render
|
|
28
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue"),o={viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},l=e.createElementVNode("path",{opacity:"0.4",d:"M13 3.25H7C3.58 3.25 2.25 4.58 2.25 8V16C2.25 18.3 3.5 20.75 7 20.75H13C16.42 20.75 17.75 19.42 17.75 16V8C17.75 4.58 16.42 3.25 13 3.25Z",fill:"currentColor"},null,-1),n=e.createElementVNode("path",{d:"M11.5 11.3801C12.5383 11.3801 13.38 10.5384 13.38 9.50012C13.38 8.46182 12.5383 7.62012 11.5 7.62012C10.4617 7.62012 9.62 8.46182 9.62 9.50012C9.62 10.5384 10.4617 11.3801 11.5 11.3801Z",fill:"currentColor"},null,-1),r=e.createElementVNode("path",{d:"M21.65 6.17011C21.24 5.96011 20.38 5.72011 19.21 6.54011L17.73 7.58011C17.74 7.72011 17.75 7.85011 17.75 8.00011V16.0001C17.75 16.1501 17.73 16.2801 17.73 16.4201L19.21 17.4601C19.83 17.9001 20.37 18.0401 20.8 18.0401C21.17 18.0401 21.46 17.9401 21.65 17.8401C22.06 17.6301 22.75 17.0601 22.75 15.6301V8.38011C22.75 6.95011 22.06 6.38011 21.65 6.17011Z",fill:"currentColor"},null,-1),c=[l,n,r];function t(C,i){return e.openBlock(),e.createElementBlock("svg",o,c)}const d={render:t};exports.default=d;exports.render=t;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { openBlock as t, createElementBlock as e, createElementVNode as o } from "vue";
|
|
2
|
+
const l = {
|
|
3
|
+
viewBox: "0 0 24 24",
|
|
4
|
+
fill: "none",
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
6
|
+
}, n = /* @__PURE__ */ o("path", {
|
|
7
|
+
opacity: "0.4",
|
|
8
|
+
d: "M22 7.81V16.19C22 19.83 19.83 22 16.19 22H7.81C4.17 22 2 19.83 2 16.19V7.81C2 7.3 2.04 6.81 2.13 6.36C2.64 3.61 4.67 2.01 7.77 2H16.23C19.33 2.01 21.36 3.61 21.87 6.36C21.96 6.81 22 7.3 22 7.81Z",
|
|
9
|
+
fill: "currentColor"
|
|
10
|
+
}, null, -1), r = /* @__PURE__ */ o("path", {
|
|
11
|
+
d: "M22 7.81V7.86H2V7.81C2 7.3 2.04 6.81 2.13 6.36H7.77V2H9.27V6.36H14.73V2H16.23V6.36H21.87C21.96 6.81 22 7.3 22 7.81Z",
|
|
12
|
+
fill: "currentColor"
|
|
13
|
+
}, null, -1), c = /* @__PURE__ */ o("path", {
|
|
14
|
+
d: "M14.44 12.72L12.36 11.52C11.59 11.08 10.85 11.02 10.27 11.35C9.69 11.68 9.37 12.36 9.37 13.24V15.64C9.37 16.52 9.69 17.2 10.27 17.53C10.52 17.67 10.8 17.74 11.09 17.74C11.49 17.74 11.92 17.61 12.36 17.36L14.44 16.16C15.21 15.72 15.63 15.1 15.63 14.43C15.63 13.76 15.2 13.17 14.44 12.72Z",
|
|
15
|
+
fill: "currentColor"
|
|
16
|
+
}, null, -1), C = [
|
|
17
|
+
n,
|
|
18
|
+
r,
|
|
19
|
+
c
|
|
20
|
+
];
|
|
21
|
+
function s(i, d) {
|
|
22
|
+
return t(), e("svg", l, C);
|
|
23
|
+
}
|
|
24
|
+
const a = { render: s };
|
|
25
|
+
export {
|
|
26
|
+
a as default,
|
|
27
|
+
s as render
|
|
28
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue"),o={viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},l=e.createElementVNode("path",{opacity:"0.4",d:"M22 7.81V16.19C22 19.83 19.83 22 16.19 22H7.81C4.17 22 2 19.83 2 16.19V7.81C2 7.3 2.04 6.81 2.13 6.36C2.64 3.61 4.67 2.01 7.77 2H16.23C19.33 2.01 21.36 3.61 21.87 6.36C21.96 6.81 22 7.3 22 7.81Z",fill:"currentColor"},null,-1),n=e.createElementVNode("path",{d:"M22 7.81V7.86H2V7.81C2 7.3 2.04 6.81 2.13 6.36H7.77V2H9.27V6.36H14.73V2H16.23V6.36H21.87C21.96 6.81 22 7.3 22 7.81Z",fill:"currentColor"},null,-1),r=e.createElementVNode("path",{d:"M14.44 12.72L12.36 11.52C11.59 11.08 10.85 11.02 10.27 11.35C9.69 11.68 9.37 12.36 9.37 13.24V15.64C9.37 16.52 9.69 17.2 10.27 17.53C10.52 17.67 10.8 17.74 11.09 17.74C11.49 17.74 11.92 17.61 12.36 17.36L14.44 16.16C15.21 15.72 15.63 15.1 15.63 14.43C15.63 13.76 15.2 13.17 14.44 12.72Z",fill:"currentColor"},null,-1),c=[l,n,r];function t(C,i){return e.openBlock(),e.createElementBlock("svg",o,c)}const d={render:t};exports.default=d;exports.render=t;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { openBlock as o, createElementBlock as t, createElementVNode as e } from "vue";
|
|
2
|
+
const n = {
|
|
3
|
+
viewBox: "0 0 24 24",
|
|
4
|
+
fill: "none",
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
6
|
+
}, l = /* @__PURE__ */ e("path", {
|
|
7
|
+
opacity: "0.4",
|
|
8
|
+
d: "M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2Z",
|
|
9
|
+
fill: "currentColor"
|
|
10
|
+
}, null, -1), r = /* @__PURE__ */ e("path", {
|
|
11
|
+
d: "M9.09998 12V10.52C9.09998 8.60999 10.45 7.83999 12.1 8.78999L13.38 9.52999L14.66 10.27C16.31 11.22 16.31 12.78 14.66 13.73L13.38 14.47L12.1 15.21C10.45 16.16 9.09998 15.38 9.09998 13.48V12Z",
|
|
12
|
+
fill: "currentColor"
|
|
13
|
+
}, null, -1), c = [
|
|
14
|
+
l,
|
|
15
|
+
r
|
|
16
|
+
];
|
|
17
|
+
function s(i, d) {
|
|
18
|
+
return o(), t("svg", n, c);
|
|
19
|
+
}
|
|
20
|
+
const a = { render: s };
|
|
21
|
+
export {
|
|
22
|
+
a as default,
|
|
23
|
+
s as render
|
|
24
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue"),o={viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n=e.createElementVNode("path",{opacity:"0.4",d:"M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.18C2 19.83 4.17 22 7.81 22H16.18C19.82 22 21.99 19.83 21.99 16.19V7.81C22 4.17 19.83 2 16.19 2Z",fill:"currentColor"},null,-1),r=e.createElementVNode("path",{d:"M9.09998 12V10.52C9.09998 8.60999 10.45 7.83999 12.1 8.78999L13.38 9.52999L14.66 10.27C16.31 11.22 16.31 12.78 14.66 13.73L13.38 14.47L12.1 15.21C10.45 16.16 9.09998 15.38 9.09998 13.48V12Z",fill:"currentColor"},null,-1),l=[n,r];function t(d,i){return e.openBlock(),e.createElementBlock("svg",o,l)}const c={render:t};exports.default=c;exports.render=t;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { openBlock as o, createElementBlock as e, createElementVNode as t } from "vue";
|
|
2
|
+
const l = {
|
|
3
|
+
viewBox: "0 0 24 24",
|
|
4
|
+
fill: "none",
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
6
|
+
}, n = /* @__PURE__ */ t("path", {
|
|
7
|
+
opacity: "0.4",
|
|
8
|
+
d: "M5.5 12C5.5 8.41 8.41 5.5 12 5.5C15.59 5.5 18.5 8.41 18.5 12C18.5 14.08 17.52 15.94 16 17.13H15.99C14.89 17.99 13.51 18.5 12 18.5C10.51 18.5 9.14 18 8.04 17.15H8.03C6.49 15.96 5.5 14.1 5.5 12Z",
|
|
9
|
+
fill: "currentColor"
|
|
10
|
+
}, null, -1), r = /* @__PURE__ */ t("path", {
|
|
11
|
+
d: "M8.03003 17.15H8.04003C9.14003 18 10.51 18.5 12 18.5C13.51 18.5 14.89 17.99 15.99 17.13H16L15.49 19.6C15 21.5 13.9 22 12.55 22H11.46C10.11 22 9.00003 21.5 8.52003 19.59L8.03003 17.15Z",
|
|
12
|
+
fill: "currentColor"
|
|
13
|
+
}, null, -1), C = /* @__PURE__ */ t("path", {
|
|
14
|
+
d: "M8.03003 6.85H8.04003C9.14003 6 10.51 5.5 12 5.5C13.51 5.5 14.89 6.01 15.99 6.87H16L15.49 4.4C15 2.5 13.9 2 12.55 2H11.46C10.11 2 9.00003 2.5 8.52003 4.41L8.03003 6.85Z",
|
|
15
|
+
fill: "currentColor"
|
|
16
|
+
}, null, -1), c = /* @__PURE__ */ t("path", {
|
|
17
|
+
d: "M13.4 14.6C13.21 14.6 13.02 14.53 12.87 14.38L11.47 12.98C11.33 12.84 11.25 12.65 11.25 12.45V9.66C11.25 9.25 11.59 8.91 12 8.91C12.41 8.91 12.75 9.25 12.75 9.66V12.14L13.93 13.32C14.22 13.61 14.22 14.09 13.93 14.38C13.78 14.53 13.59 14.6 13.4 14.6Z",
|
|
18
|
+
fill: "currentColor"
|
|
19
|
+
}, null, -1), s = [
|
|
20
|
+
n,
|
|
21
|
+
r,
|
|
22
|
+
C,
|
|
23
|
+
c
|
|
24
|
+
];
|
|
25
|
+
function i(d, _) {
|
|
26
|
+
return o(), e("svg", l, s);
|
|
27
|
+
}
|
|
28
|
+
const u = { render: i };
|
|
29
|
+
export {
|
|
30
|
+
u as default,
|
|
31
|
+
i as render
|
|
32
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue"),o={viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},l=e.createElementVNode("path",{opacity:"0.4",d:"M5.5 12C5.5 8.41 8.41 5.5 12 5.5C15.59 5.5 18.5 8.41 18.5 12C18.5 14.08 17.52 15.94 16 17.13H15.99C14.89 17.99 13.51 18.5 12 18.5C10.51 18.5 9.14 18 8.04 17.15H8.03C6.49 15.96 5.5 14.1 5.5 12Z",fill:"currentColor"},null,-1),n=e.createElementVNode("path",{d:"M8.03003 17.15H8.04003C9.14003 18 10.51 18.5 12 18.5C13.51 18.5 14.89 17.99 15.99 17.13H16L15.49 19.6C15 21.5 13.9 22 12.55 22H11.46C10.11 22 9.00003 21.5 8.52003 19.59L8.03003 17.15Z",fill:"currentColor"},null,-1),r=e.createElementVNode("path",{d:"M8.03003 6.85H8.04003C9.14003 6 10.51 5.5 12 5.5C13.51 5.5 14.89 6.01 15.99 6.87H16L15.49 4.4C15 2.5 13.9 2 12.55 2H11.46C10.11 2 9.00003 2.5 8.52003 4.41L8.03003 6.85Z",fill:"currentColor"},null,-1),c=e.createElementVNode("path",{d:"M13.4 14.6C13.21 14.6 13.02 14.53 12.87 14.38L11.47 12.98C11.33 12.84 11.25 12.65 11.25 12.45V9.66C11.25 9.25 11.59 8.91 12 8.91C12.41 8.91 12.75 9.25 12.75 9.66V12.14L13.93 13.32C14.22 13.61 14.22 14.09 13.93 14.38C13.78 14.53 13.59 14.6 13.4 14.6Z",fill:"currentColor"},null,-1),C=[l,n,r,c];function t(s,i){return e.openBlock(),e.createElementBlock("svg",o,C)}const d={render:t};exports.default=d;exports.render=t;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mobileaction/action-kit",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.23.0",
|
|
4
4
|
"main": "dist/action-kit.js",
|
|
5
5
|
"module": "dist/action-kit.mjs",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"@types/jsdom": "^21.1.0",
|
|
52
52
|
"@types/node": "^18.14.2",
|
|
53
53
|
"@vitejs/plugin-vue": "^4.1.0",
|
|
54
|
-
"@vitest/coverage-c8": "^0.
|
|
54
|
+
"@vitest/coverage-c8": "^0.33.0",
|
|
55
55
|
"@vue/compiler-sfc": "^3.2.47",
|
|
56
56
|
"@vue/eslint-config-prettier": "^7.1.0",
|
|
57
57
|
"@vue/eslint-config-typescript": "^11.0.2",
|
|
@@ -75,19 +75,20 @@
|
|
|
75
75
|
"sass-loader": "^13.2.0",
|
|
76
76
|
"standard-version": "^9.5.0",
|
|
77
77
|
"storybook": "^7.0.4",
|
|
78
|
-
"storybook_vitest_addon": "^0.
|
|
78
|
+
"storybook_vitest_addon": "^0.1.5",
|
|
79
79
|
"tailwindcss": "^3.2.7",
|
|
80
80
|
"typescript": "~4.8.4",
|
|
81
|
-
"vite": "^4.1.
|
|
81
|
+
"vite": "^4.1.5",
|
|
82
82
|
"vite-plugin-dts": "^2.1.0",
|
|
83
83
|
"vite-svg-loader": "^4.0.0",
|
|
84
|
-
"vitest": "^
|
|
84
|
+
"vitest": "^1.2.2",
|
|
85
85
|
"vue-loader": "^16.8.3",
|
|
86
86
|
"vue-tsc": "^1.2.0"
|
|
87
87
|
},
|
|
88
88
|
"peerDependencies": {},
|
|
89
89
|
"dependencies": {
|
|
90
90
|
"ant-design-vue": "3.2.16",
|
|
91
|
+
"dayjs": "^1.11.10",
|
|
91
92
|
"lottie-web": "^5.12.2",
|
|
92
93
|
"vue": "^3.2.47",
|
|
93
94
|
"vuedraggable": "^4.1.0"
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue"),o={viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n=e.createElementVNode("path",{d:"M15 18L9 12L15 6",stroke:"currentColor","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"},null,-1),r=[n];function t(s,l){return e.openBlock(),e.createElementBlock("svg",o,r)}const c={render:t};exports.default=c;exports.render=t;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("vue"),o={viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n=e.createElementVNode("path",{d:"M9 18L15 12L9 6",stroke:"currentColor","stroke-width":"2","stroke-linecap":"round","stroke-linejoin":"round"},null,-1),r=[n];function t(s,l){return e.openBlock(),e.createElementBlock("svg",o,r)}const c={render:t};exports.default=c;exports.render=t;
|