@mobileaction/action-kit 1.1.31 → 1.1.32

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 (39) hide show
  1. package/dist/action-kit.js +3 -3
  2. package/dist/action-kit.mjs +716 -605
  3. package/dist/{apple-colored-bc5d7cc0.mjs → apple-0e24538a.mjs} +3 -3
  4. package/dist/components/side-menu/button/index.vue.d.ts +69 -0
  5. package/dist/components/side-menu/menu-item/index.vue.d.ts +95 -0
  6. package/dist/components/side-menu/menu-item/types.d.ts +2 -0
  7. package/dist/{google-colored-ba30c621.mjs → google-colored-43ad23d9.mjs} +1 -4
  8. package/dist/google-colored-96b9ec32.js +1 -0
  9. package/dist/index.d.ts +3 -0
  10. package/dist/mobile-bulk-388e6cc5.mjs +24 -0
  11. package/dist/mobile-bulk-ff7db833.js +1 -0
  12. package/dist/radar-34fa3ccc.js +1 -0
  13. package/dist/radar-9e9d8254.mjs +31 -0
  14. package/dist/radar-bold-025890d0.mjs +29 -0
  15. package/dist/radar-bold-864a0a4f.js +1 -0
  16. package/dist/radar-bulk-255fcb9a.mjs +24 -0
  17. package/dist/radar-bulk-a86aeebc.js +1 -0
  18. package/dist/src/components/side-menu/button/index.vue.d.ts +41 -0
  19. package/dist/src/components/side-menu/button/stories/constants.d.ts +4 -0
  20. package/dist/src/components/side-menu/button/stories/default.stories.d.ts +8 -0
  21. package/dist/src/components/side-menu/menu-item/index.vue.d.ts +51 -0
  22. package/dist/src/components/side-menu/menu-item/stories/constants.d.ts +4 -0
  23. package/dist/src/components/side-menu/menu-item/stories/default.stories.d.ts +11 -0
  24. package/dist/src/components/side-menu/menu-item/types.d.ts +2 -0
  25. package/dist/src/index.d.ts +3 -0
  26. package/dist/style.css +1 -1
  27. package/dist/tag-bulk-28a292a5.js +1 -0
  28. package/dist/tag-bulk-922d5513.mjs +24 -0
  29. package/dist/trend-up-bold-a51312a2.js +1 -0
  30. package/dist/trend-up-bold-df64bd2c.mjs +19 -0
  31. package/dist/trend-up-bulk-431e9d22.mjs +24 -0
  32. package/dist/trend-up-bulk-44e5eeac.js +1 -0
  33. package/package.json +1 -1
  34. package/dist/apple-68832542.js +0 -1
  35. package/dist/apple-a0f4b202.mjs +0 -20
  36. package/dist/aso-92081f02.js +0 -1
  37. package/dist/aso-ebb61c73.mjs +0 -30
  38. package/dist/google-colored-b04cc62b.js +0 -1
  39. /package/dist/{apple-colored-0d1aab65.js → apple-0d1aab65.js} +0 -0
@@ -1,11 +1,11 @@
1
- import { defineComponent as $, computed as c, defineAsyncComponent as be, openBlock as a, createBlock as m, resolveDynamicComponent as ue, unref as n, normalizeClass as L, mergeProps as z, createSlots as O, renderList as E, withCtx as f, renderSlot as y, createVNode as I, createTextVNode as D, toDisplayString as C, createElementBlock as u, isRef as W, createCommentVNode as h, createElementVNode as k, ref as F, Fragment as K, useSlots as Q, useAttrs as ke, watch as X, Transition as de, onMounted as me, onBeforeUnmount as $e, normalizeStyle as ge, h as we, createApp as Ce, onUnmounted as xe, withDirectives as Me, withModifiers as ze, vShow as Be, reactive as Ie, readonly as Se, toRefs as Te } from "vue";
2
- import { Button as ve, Switch as Ae, Tooltip as Ne, Form as Re, FormItem as De, Avatar as Pe, Select as Fe, InputPassword as Le, Input as Ee, Textarea as Ve, SelectOption as je, Checkbox as qe, CheckboxGroup as Ue, Radio as Oe, RadioGroup as He, Alert as Ge, Modal as Ke, Dropdown as We } from "ant-design-vue";
3
- const oe = (t, o) => {
1
+ import { defineComponent as k, computed as c, defineAsyncComponent as $e, openBlock as a, createBlock as m, resolveDynamicComponent as Q, unref as n, normalizeClass as L, mergeProps as x, createSlots as O, renderList as E, withCtx as v, renderSlot as _, createVNode as z, createTextVNode as R, toDisplayString as C, createElementBlock as u, isRef as W, createCommentVNode as y, createElementVNode as $, ref as P, Fragment as H, useSlots as Z, useAttrs as we, watch as X, Transition as ge, onMounted as ve, onBeforeUnmount as Ce, normalizeStyle as fe, h as xe, createApp as Me, onUnmounted as Be, withDirectives as se, withModifiers as ze, vShow as te, reactive as Ie, readonly as Se, toRefs as Te } from "vue";
2
+ import { Button as _e, Switch as Ae, Tooltip as Ne, Form as De, FormItem as Re, Avatar as Pe, Select as Fe, InputPassword as Le, Input as Ee, Textarea as Ve, SelectOption as je, Checkbox as qe, CheckboxGroup as Ue, Radio as Oe, RadioGroup as He, Alert as Ge, Modal as Ke, Dropdown as We } from "ant-design-vue";
3
+ const ne = (t, o) => {
4
4
  const e = t[o];
5
5
  return e ? typeof e == "function" ? e() : Promise.resolve(e) : new Promise((s, i) => {
6
6
  (typeof queueMicrotask == "function" ? queueMicrotask : setTimeout)(i.bind(null, new Error("Unknown variable dynamic import: " + o)));
7
7
  });
8
- }, ot = ["xs", "sm", "md", "lg", "xl"], Je = {
8
+ }, nt = ["xs", "sm", "md", "lg", "xl"], Je = {
9
9
  xs: "w-4 h-4",
10
10
  sm: "w-5 h-5",
11
11
  md: "w-6 h-6",
@@ -13,7 +13,7 @@ const oe = (t, o) => {
13
13
  xl: "w-9 h-9"
14
14
  }, Ye = {
15
15
  name: "MaIcon"
16
- }, w = /* @__PURE__ */ $({
16
+ }, w = /* @__PURE__ */ k({
17
17
  ...Ye,
18
18
  props: {
19
19
  name: null,
@@ -22,10 +22,10 @@ const oe = (t, o) => {
22
22
  },
23
23
  setup(t) {
24
24
  const o = t, e = ["flag", "pay"], s = c(
25
- () => be(
25
+ () => $e(
26
26
  function() {
27
27
  const l = e.find((r) => o.name.startsWith(`${r}-`));
28
- return l ? oe(/* @__PURE__ */ Object.assign({ "./icons/flag/ad.svg": () => import("./ad-4f15339c.mjs"), "./icons/flag/ae.svg": () => import("./ae-0c29895c.mjs"), "./icons/flag/af.svg": () => import("./af-7c75f32c.mjs"), "./icons/flag/ag.svg": () => import("./ag-8a9bc70d.mjs"), "./icons/flag/ai.svg": () => import("./ai-92607296.mjs"), "./icons/flag/al.svg": () => import("./al-2451ab6a.mjs"), "./icons/flag/am.svg": () => import("./am-75ea01bf.mjs"), "./icons/flag/ao.svg": () => import("./ao-a5e4ad75.mjs"), "./icons/flag/ar.svg": () => import("./ar-a85b3f63.mjs"), "./icons/flag/as.svg": () => import("./as-7fa7e75d.mjs"), "./icons/flag/at.svg": () => import("./at-a7ba217a.mjs"), "./icons/flag/au.svg": () => import("./au-d199493b.mjs"), "./icons/flag/aw.svg": () => import("./aw-442c8572.mjs"), "./icons/flag/ax.svg": () => import("./ax-0714c25a.mjs"), "./icons/flag/az.svg": () => import("./az-199c77dc.mjs"), "./icons/flag/ba.svg": () => import("./ba-d2b7851d.mjs"), "./icons/flag/bb.svg": () => import("./bb-a8e49d76.mjs"), "./icons/flag/bd.svg": () => import("./bd-c63eb19f.mjs"), "./icons/flag/be.svg": () => import("./be-035c22e5.mjs"), "./icons/flag/bf.svg": () => import("./bf-347fcd2e.mjs"), "./icons/flag/bg.svg": () => import("./bg-d3a7da79.mjs"), "./icons/flag/bh.svg": () => import("./bh-c1690810.mjs"), "./icons/flag/bi.svg": () => import("./bi-adcc107b.mjs"), "./icons/flag/bj.svg": () => import("./bj-dd1424a3.mjs"), "./icons/flag/bl.svg": () => import("./bl-a9d0a40c.mjs"), "./icons/flag/bm.svg": () => import("./bm-76f51599.mjs"), "./icons/flag/bn.svg": () => import("./bn-aaa1c0ed.mjs"), "./icons/flag/bo.svg": () => import("./bo-6cec387a.mjs"), "./icons/flag/bq.svg": () => import("./bq-ce9bb442.mjs"), "./icons/flag/bq1.svg": () => import("./bq1-3a6921e5.mjs"), "./icons/flag/bq2.svg": () => import("./bq2-40b46acf.mjs"), "./icons/flag/br.svg": () => import("./br-0cf5492d.mjs"), "./icons/flag/bs.svg": () => import("./bs-89a8fc9a.mjs"), "./icons/flag/bt.svg": () => import("./bt-3ae1d227.mjs"), "./icons/flag/bw.svg": () => import("./bw-a5c65923.mjs"), "./icons/flag/by.svg": () => import("./by-2512965b.mjs"), "./icons/flag/bz.svg": () => import("./bz-8a265bec.mjs"), "./icons/flag/ca.svg": () => import("./ca-cacac026.mjs"), "./icons/flag/cc.svg": () => import("./cc-47939b86.mjs"), "./icons/flag/cd.svg": () => import("./cd-7fc590d2.mjs"), "./icons/flag/cd1.svg": () => import("./cd1-df53c8e1.mjs"), "./icons/flag/cf.svg": () => import("./cf-a60682d6.mjs"), "./icons/flag/ch.svg": () => import("./ch-462979fb.mjs"), "./icons/flag/ck.svg": () => import("./ck-c0c38e87.mjs"), "./icons/flag/cl.svg": () => import("./cl-d02807e7.mjs"), "./icons/flag/cm.svg": () => import("./cm-f951bab7.mjs"), "./icons/flag/cn.svg": () => import("./cn-63577685.mjs"), "./icons/flag/co.svg": () => import("./co-fb5ccff6.mjs"), "./icons/flag/cr.svg": () => import("./cr-c910bfa7.mjs"), "./icons/flag/cu.svg": () => import("./cu-154b8ef9.mjs"), "./icons/flag/cw.svg": () => import("./cw-61a8201a.mjs"), "./icons/flag/cx.svg": () => import("./cx-e5e88bca.mjs"), "./icons/flag/cy.svg": () => import("./cy-1edc9aca.mjs"), "./icons/flag/cz.svg": () => import("./cz-e30da26a.mjs"), "./icons/flag/de.svg": () => import("./de-5cfe1c09.mjs"), "./icons/flag/dj.svg": () => import("./dj-71a46a73.mjs"), "./icons/flag/dk.svg": () => import("./dk-2ffa3eab.mjs"), "./icons/flag/dm.svg": () => import("./dm-c8a641fc.mjs"), "./icons/flag/do.svg": () => import("./do-87d001de.mjs"), "./icons/flag/ds.svg": () => import("./ds-e65319d3.mjs"), "./icons/flag/dz.svg": () => import("./dz-d3b4c36e.mjs"), "./icons/flag/ec.svg": () => import("./ec-95bd8870.mjs"), "./icons/flag/ee.svg": () => import("./ee-faab8887.mjs"), "./icons/flag/eg.svg": () => import("./eg-e80c8056.mjs"), "./icons/flag/eh.svg": () => import("./eh-6afd9f94.mjs"), "./icons/flag/er.svg": () => import("./er-db994cbe.mjs"), "./icons/flag/es.svg": () => import("./es-3a635fca.mjs"), "./icons/flag/et.svg": () => import("./et-2ef41cdc.mjs"), "./icons/flag/fi.svg": () => import("./fi-9dd89328.mjs"), "./icons/flag/fj.svg": () => import("./fj-069f4655.mjs"), "./icons/flag/fk.svg": () => import("./fk-357e668b.mjs"), "./icons/flag/fm.svg": () => import("./fm-530a75f5.mjs"), "./icons/flag/fo.svg": () => import("./fo-28059777.mjs"), "./icons/flag/fr.svg": () => import("./fr-d328744f.mjs"), "./icons/flag/ga.svg": () => import("./ga-58e834f0.mjs"), "./icons/flag/gb-2.svg": () => import("./gb-2-e062951f.mjs"), "./icons/flag/gb.svg": () => import("./gb-67cdddfd.mjs"), "./icons/flag/gd.svg": () => import("./gd-c1bed1a8.mjs"), "./icons/flag/ge.svg": () => import("./ge-825ed87e.mjs"), "./icons/flag/gg.svg": () => import("./gg-6c4f9db5.mjs"), "./icons/flag/gh.svg": () => import("./gh-75d97c21.mjs"), "./icons/flag/gi.svg": () => import("./gi-67623541.mjs"), "./icons/flag/gl.svg": () => import("./gl-07791901.mjs"), "./icons/flag/gm.svg": () => import("./gm-f720b114.mjs"), "./icons/flag/gn.svg": () => import("./gn-38e65105.mjs"), "./icons/flag/gq.svg": () => import("./gq-f03057f5.mjs"), "./icons/flag/gr.svg": () => import("./gr-d657be09.mjs"), "./icons/flag/gt.svg": () => import("./gt-37fec00e.mjs"), "./icons/flag/gu.svg": () => import("./gu-25f495b3.mjs"), "./icons/flag/gw.svg": () => import("./gw-49b63aa6.mjs"), "./icons/flag/gy.svg": () => import("./gy-c3195dee.mjs"), "./icons/flag/hk.svg": () => import("./hk-203ee074.mjs"), "./icons/flag/hn.svg": () => import("./hn-f935c53c.mjs"), "./icons/flag/hr.svg": () => import("./hr-5c985cb6.mjs"), "./icons/flag/ht.svg": () => import("./ht-240304e2.mjs"), "./icons/flag/hu.svg": () => import("./hu-1e7c3a91.mjs"), "./icons/flag/id.svg": () => import("./id-01e604fc.mjs"), "./icons/flag/ie.svg": () => import("./ie-e226e54a.mjs"), "./icons/flag/il.svg": () => import("./il-4a51c7bd.mjs"), "./icons/flag/im.svg": () => import("./im-40319150.mjs"), "./icons/flag/in.svg": () => import("./in-1d105b0f.mjs"), "./icons/flag/io.svg": () => import("./io-6c269405.mjs"), "./icons/flag/iq.svg": () => import("./iq-6b9e3e5a.mjs"), "./icons/flag/ir.svg": () => import("./ir-857f9289.mjs"), "./icons/flag/is.svg": () => import("./is-cf0d2e76.mjs"), "./icons/flag/it.svg": () => import("./it-bce7a9ed.mjs"), "./icons/flag/je.svg": () => import("./je-41c855c9.mjs"), "./icons/flag/jm.svg": () => import("./jm-8dddd561.mjs"), "./icons/flag/jo.svg": () => import("./jo-544e9976.mjs"), "./icons/flag/jp.svg": () => import("./jp-01c6487d.mjs"), "./icons/flag/ke.svg": () => import("./ke-351dc14a.mjs"), "./icons/flag/kg.svg": () => import("./kg-a17fa4bf.mjs"), "./icons/flag/kh.svg": () => import("./kh-0bb7d19f.mjs"), "./icons/flag/ki.svg": () => import("./ki-3e626127.mjs"), "./icons/flag/km.svg": () => import("./km-816dc3ba.mjs"), "./icons/flag/kn.svg": () => import("./kn-bb319e99.mjs"), "./icons/flag/kp.svg": () => import("./kp-2b80118f.mjs"), "./icons/flag/kr.svg": () => import("./kr-32c1e8b7.mjs"), "./icons/flag/kw.svg": () => import("./kw-ad30457b.mjs"), "./icons/flag/ky.svg": () => import("./ky-0eb957f9.mjs"), "./icons/flag/kz.svg": () => import("./kz-72e43c67.mjs"), "./icons/flag/la.svg": () => import("./la-23b2dfcb.mjs"), "./icons/flag/lb.svg": () => import("./lb-be26799a.mjs"), "./icons/flag/lc.svg": () => import("./lc-90590887.mjs"), "./icons/flag/li.svg": () => import("./li-aa862cc7.mjs"), "./icons/flag/lk.svg": () => import("./lk-f17ec481.mjs"), "./icons/flag/lr.svg": () => import("./lr-aff36fda.mjs"), "./icons/flag/ls.svg": () => import("./ls-1cf90d43.mjs"), "./icons/flag/lt.svg": () => import("./lt-4a30e360.mjs"), "./icons/flag/lu.svg": () => import("./lu-986cbaa1.mjs"), "./icons/flag/lv.svg": () => import("./lv-e1792ca0.mjs"), "./icons/flag/ly.svg": () => import("./ly-a5393d64.mjs"), "./icons/flag/ma.svg": () => import("./ma-e1895759.mjs"), "./icons/flag/mc.svg": () => import("./mc-784352e6.mjs"), "./icons/flag/md.svg": () => import("./md-d4541b72.mjs"), "./icons/flag/me.svg": () => import("./me-cf26a608.mjs"), "./icons/flag/mg.svg": () => import("./mg-5a72197b.mjs"), "./icons/flag/mh.svg": () => import("./mh-a494ced3.mjs"), "./icons/flag/mk.svg": () => import("./mk-5d6dfbe2.mjs"), "./icons/flag/ml.svg": () => import("./ml-ea237b33.mjs"), "./icons/flag/mm.svg": () => import("./mm-ca2d2d6f.mjs"), "./icons/flag/mn.svg": () => import("./mn-9b3631e3.mjs"), "./icons/flag/mo.svg": () => import("./mo-8a8ca00c.mjs"), "./icons/flag/mp.svg": () => import("./mp-6e4057a6.mjs"), "./icons/flag/mq.svg": () => import("./mq-c4ad87c5.mjs"), "./icons/flag/mr.svg": () => import("./mr-7535e8e4.mjs"), "./icons/flag/ms.svg": () => import("./ms-0e8caa14.mjs"), "./icons/flag/mt.svg": () => import("./mt-be4c4deb.mjs"), "./icons/flag/mu.svg": () => import("./mu-2c88bc9d.mjs"), "./icons/flag/mv.svg": () => import("./mv-513ecec1.mjs"), "./icons/flag/mw.svg": () => import("./mw-6ddd4745.mjs"), "./icons/flag/mx.svg": () => import("./mx-359089aa.mjs"), "./icons/flag/my.svg": () => import("./my-04139588.mjs"), "./icons/flag/mz.svg": () => import("./mz-f694c775.mjs"), "./icons/flag/na.svg": () => import("./na-012ceddf.mjs"), "./icons/flag/ne.svg": () => import("./ne-f2a01939.mjs"), "./icons/flag/nf.svg": () => import("./nf-e6551856.mjs"), "./icons/flag/ng.svg": () => import("./ng-969a2891.mjs"), "./icons/flag/ni.svg": () => import("./ni-9c669cea.mjs"), "./icons/flag/nl.svg": () => import("./nl-d023a4e8.mjs"), "./icons/flag/no.svg": () => import("./no-463b4b53.mjs"), "./icons/flag/np.svg": () => import("./np-1e48b7f5.mjs"), "./icons/flag/nr.svg": () => import("./nr-3e362f8f.mjs"), "./icons/flag/nu.svg": () => import("./nu-55d767aa.mjs"), "./icons/flag/nz.svg": () => import("./nz-260712f6.mjs"), "./icons/flag/om.svg": () => import("./om-51ff2ef8.mjs"), "./icons/flag/pa.svg": () => import("./pa-2794cff1.mjs"), "./icons/flag/pe.svg": () => import("./pe-03062449.mjs"), "./icons/flag/pf.svg": () => import("./pf-7a7f8df3.mjs"), "./icons/flag/pg.svg": () => import("./pg-b27cc749.mjs"), "./icons/flag/ph.svg": () => import("./ph-cfeed391.mjs"), "./icons/flag/pk.svg": () => import("./pk-e0af5fcc.mjs"), "./icons/flag/pl.svg": () => import("./pl-8f8b354c.mjs"), "./icons/flag/pn.svg": () => import("./pn-1a715846.mjs"), "./icons/flag/pr.svg": () => import("./pr-aa1179ea.mjs"), "./icons/flag/ps.svg": () => import("./ps-af3368b8.mjs"), "./icons/flag/pt.svg": () => import("./pt-5964314a.mjs"), "./icons/flag/pw.svg": () => import("./pw-f405d571.mjs"), "./icons/flag/py.svg": () => import("./py-759ed64c.mjs"), "./icons/flag/qa.svg": () => import("./qa-def2a5c8.mjs"), "./icons/flag/ro.svg": () => import("./ro-b2c623ce.mjs"), "./icons/flag/rs.svg": () => import("./rs-1f43835a.mjs"), "./icons/flag/ru.svg": () => import("./ru-515b608f.mjs"), "./icons/flag/rw.svg": () => import("./rw-7bb5887d.mjs"), "./icons/flag/sa.svg": () => import("./sa-deb70e75.mjs"), "./icons/flag/sb.svg": () => import("./sb-5a3d1bd0.mjs"), "./icons/flag/sc.svg": () => import("./sc-5976b943.mjs"), "./icons/flag/se.svg": () => import("./se-d3641a11.mjs"), "./icons/flag/sg.svg": () => import("./sg-1251b5df.mjs"), "./icons/flag/si.svg": () => import("./si-c2a466f5.mjs"), "./icons/flag/sk.svg": () => import("./sk-0860725f.mjs"), "./icons/flag/sl.svg": () => import("./sl-51f9eed4.mjs"), "./icons/flag/sm.svg": () => import("./sm-75cf810c.mjs"), "./icons/flag/sn.svg": () => import("./sn-7f24ca51.mjs"), "./icons/flag/so.svg": () => import("./so-015e6af8.mjs"), "./icons/flag/sr.svg": () => import("./sr-1b0717af.mjs"), "./icons/flag/ss.svg": () => import("./ss-f6c88a4e.mjs"), "./icons/flag/st.svg": () => import("./st-989e6418.mjs"), "./icons/flag/sv.svg": () => import("./sv-23640770.mjs"), "./icons/flag/sx.svg": () => import("./sx-a304a4a6.mjs"), "./icons/flag/sy.svg": () => import("./sy-cf437d42.mjs"), "./icons/flag/sz.svg": () => import("./sz-e518a24d.mjs"), "./icons/flag/tc.svg": () => import("./tc-200bbddb.mjs"), "./icons/flag/td.svg": () => import("./td-1bb8e438.mjs"), "./icons/flag/tg.svg": () => import("./tg-2ca52b3e.mjs"), "./icons/flag/th.svg": () => import("./th-a72530d6.mjs"), "./icons/flag/tj.svg": () => import("./tj-2d376ebe.mjs"), "./icons/flag/tk.svg": () => import("./tk-7d3d0a7f.mjs"), "./icons/flag/tl.svg": () => import("./tl-55431a29.mjs"), "./icons/flag/tm.svg": () => import("./tm-d2ffabc8.mjs"), "./icons/flag/tn.svg": () => import("./tn-9e100c57.mjs"), "./icons/flag/to.svg": () => import("./to-3b674416.mjs"), "./icons/flag/tr.svg": () => import("./tr-04213ae8.mjs"), "./icons/flag/tt.svg": () => import("./tt-8ae61c7d.mjs"), "./icons/flag/tv.svg": () => import("./tv-c51c8fd6.mjs"), "./icons/flag/tw.svg": () => import("./tw-d92bcd35.mjs"), "./icons/flag/tz.svg": () => import("./tz-62c19f2e.mjs"), "./icons/flag/ua.svg": () => import("./ua-8acc7fe0.mjs"), "./icons/flag/ug.svg": () => import("./ug-cba81231.mjs"), "./icons/flag/us.svg": () => import("./us-041f888d.mjs"), "./icons/flag/uy.svg": () => import("./uy-588af199.mjs"), "./icons/flag/uz.svg": () => import("./uz-b15e9da9.mjs"), "./icons/flag/vc.svg": () => import("./vc-e9055307.mjs"), "./icons/flag/ve.svg": () => import("./ve-1a051a6e.mjs"), "./icons/flag/vg.svg": () => import("./vg-abdc103a.mjs"), "./icons/flag/vi.svg": () => import("./vi-ab2e1332.mjs"), "./icons/flag/vn.svg": () => import("./vn-cffe971d.mjs"), "./icons/flag/vu.svg": () => import("./vu-dc33d40a.mjs"), "./icons/flag/ws.svg": () => import("./ws-1b6fa1a1.mjs"), "./icons/flag/ye.svg": () => import("./ye-03199afb.mjs"), "./icons/flag/za.svg": () => import("./za-b29e17dc.mjs"), "./icons/flag/zm.svg": () => import("./zm-e90acb8f.mjs"), "./icons/flag/zw.svg": () => import("./zw-c483b7f4.mjs"), "./icons/pay/affirm.svg": () => import("./affirm-9aef00fd.mjs"), "./icons/pay/alipay.svg": () => import("./alipay-f8889c4a.mjs"), "./icons/pay/amazon.svg": () => import("./amazon-63784d92.mjs"), "./icons/pay/amex.svg": () => import("./amex-297df5f4.mjs"), "./icons/pay/applepay.svg": () => import("./applepay-bf0abc5b.mjs"), "./icons/pay/bancontact.svg": () => import("./bancontact-057becef.mjs"), "./icons/pay/bitcoin.svg": () => import("./bitcoin-0fec1e7b.mjs"), "./icons/pay/bitcoincash.svg": () => import("./bitcoincash-0a0c586f.mjs"), "./icons/pay/bitpay.svg": () => import("./bitpay-15ba47a5.mjs"), "./icons/pay/citadele.svg": () => import("./citadele-57105c23.mjs"), "./icons/pay/dinersclub.svg": () => import("./dinersclub-022391cd.mjs"), "./icons/pay/discover.svg": () => import("./discover-a393a333.mjs"), "./icons/pay/elo.svg": () => import("./elo-89d797db.mjs"), "./icons/pay/etherium.svg": () => import("./etherium-207a2f24.mjs"), "./icons/pay/forbrugsforeningen.svg": () => import("./forbrugsforeningen-52d2f2d6.mjs"), "./icons/pay/giropay.svg": () => import("./giropay-9ef50443.mjs"), "./icons/pay/googlepay.svg": () => import("./googlepay-41584edc.mjs"), "./icons/pay/ideal.svg": () => import("./ideal-c62c1699.mjs"), "./icons/pay/interac.svg": () => import("./interac-23f9a0cb.mjs"), "./icons/pay/jcb.svg": () => import("./jcb-a55712fc.mjs"), "./icons/pay/klarna.svg": () => import("./klarna-bc60c24a.mjs"), "./icons/pay/lightcoin.svg": () => import("./lightcoin-a710bd56.mjs"), "./icons/pay/maestro.svg": () => import("./maestro-6f52e0dc.mjs"), "./icons/pay/mastercard.svg": () => import("./mastercard-1bcd8146.mjs"), "./icons/pay/payoneer.svg": () => import("./payoneer-91400d09.mjs"), "./icons/pay/paypal.svg": () => import("./paypal-7a4e2657.mjs"), "./icons/pay/paysafe.svg": () => import("./paysafe-6a3eeb5f.mjs"), "./icons/pay/qiwi.svg": () => import("./qiwi-2e4cc2e5.mjs"), "./icons/pay/sepa.svg": () => import("./sepa-753ca2b4.mjs"), "./icons/pay/shop-pay.svg": () => import("./shop-pay-d97812ef.mjs"), "./icons/pay/skrill.svg": () => import("./skrill-a6ecb633.mjs"), "./icons/pay/sofort.svg": () => import("./sofort-d6f73b34.mjs"), "./icons/pay/stripe.svg": () => import("./stripe-fc7bc53b.mjs"), "./icons/pay/unionpay.svg": () => import("./unionpay-daddf101.mjs"), "./icons/pay/verifone.svg": () => import("./verifone-08122f8e.mjs"), "./icons/pay/visa.svg": () => import("./visa-030bb1b1.mjs"), "./icons/pay/webmoney.svg": () => import("./webmoney-c284cb72.mjs"), "./icons/pay/wechat.svg": () => import("./wechat-bb08d491.mjs"), "./icons/pay/yandex.svg": () => import("./yandex-55f02daa.mjs") }), `./icons/${l}/${o.name.replace(`${l}-`, "")}.svg`) : oe(/* @__PURE__ */ Object.assign({ "./icons/add-app.svg": () => import("./add-app-c6cfc484.mjs"), "./icons/add-bold.svg": () => import("./add-bold-6a76e9bb.mjs"), "./icons/add-circle-bold.svg": () => import("./add-circle-bold-97e5adc1.mjs"), "./icons/add-circle.svg": () => import("./add-circle-eb6da76e.mjs"), "./icons/add-square-bold.svg": () => import("./add-square-bold-9325171b.mjs"), "./icons/add-square.svg": () => import("./add-square-69326cbe.mjs"), "./icons/add.svg": () => import("./add-9dbda5df.mjs"), "./icons/aim-outlined.svg": () => import("./aim-outlined-65d9ace5.mjs"), "./icons/android-storefront.svg": () => import("./android-storefront-7e2fce85.mjs"), "./icons/android.svg": () => import("./android-6646cfe8.mjs"), "./icons/angle-double-right.svg": () => import("./angle-double-right-f9013ea4.mjs"), "./icons/app-store.svg": () => import("./app-store-a2e77b49.mjs"), "./icons/app.svg": () => import("./app-f4f9f825.mjs"), "./icons/apple-colored.svg": () => import("./apple-colored-bc5d7cc0.mjs"), "./icons/apple-storefront.svg": () => import("./apple-storefront-42dd3c3b.mjs"), "./icons/apple.svg": () => import("./apple-a0f4b202.mjs"), "./icons/area-chart-outlined.svg": () => import("./area-chart-outlined-9ebbb046.mjs"), "./icons/arrow-down-bold.svg": () => import("./arrow-down-bold-ab98475e.mjs"), "./icons/arrow-down-circle-bold.svg": () => import("./arrow-down-circle-bold-dd70b4a1.mjs"), "./icons/arrow-down-circle.svg": () => import("./arrow-down-circle-6939e08b.mjs"), "./icons/arrow-down.svg": () => import("./arrow-down-1ea6effe.mjs"), "./icons/arrow-left-bold.svg": () => import("./arrow-left-bold-da6b56cf.mjs"), "./icons/arrow-left-circle-bold.svg": () => import("./arrow-left-circle-bold-00147cf9.mjs"), "./icons/arrow-left-circle.svg": () => import("./arrow-left-circle-36ee49a0.mjs"), "./icons/arrow-left.svg": () => import("./arrow-left-de0e04b4.mjs"), "./icons/arrow-right-bold.svg": () => import("./arrow-right-bold-44d0818e.mjs"), "./icons/arrow-right-circle-bold.svg": () => import("./arrow-right-circle-bold-a099aa39.mjs"), "./icons/arrow-right-circle.svg": () => import("./arrow-right-circle-f1887cb9.mjs"), "./icons/arrow-right.svg": () => import("./arrow-right-3adbd99c.mjs"), "./icons/arrow-up-bold.svg": () => import("./arrow-up-bold-6be7daad.mjs"), "./icons/arrow-up-circle-bold.svg": () => import("./arrow-up-circle-bold-1e3d9fb3.mjs"), "./icons/arrow-up-circle.svg": () => import("./arrow-up-circle-afef4b76.mjs"), "./icons/arrow-up.svg": () => import("./arrow-up-9bd27cbc.mjs"), "./icons/aso.svg": () => import("./aso-ebb61c73.mjs"), "./icons/asterisk.svg": () => import("./asterisk-4931d7de.mjs"), "./icons/bahai.svg": () => import("./bahai-d39a6d30.mjs"), "./icons/box-empty.svg": () => import("./box-empty-c7e5e478.mjs"), "./icons/brain.svg": () => import("./brain-ed02653c.mjs"), "./icons/broom-bold.svg": () => import("./broom-bold-bbdeaf5b.mjs"), "./icons/broom.svg": () => import("./broom-a6b79824.mjs"), "./icons/bullhorn.svg": () => import("./bullhorn-ed8cf0f2.mjs"), "./icons/buy-crypto.svg": () => import("./buy-crypto-95976591.mjs"), "./icons/calendar-alt.svg": () => import("./calendar-alt-7eb30ec8.mjs"), "./icons/calendar-bold.svg": () => import("./calendar-bold-4e672dd2.mjs"), "./icons/calendar.svg": () => import("./calendar-80e4dfe2.mjs"), "./icons/card-bold.svg": () => import("./card-bold-041abf76.mjs"), "./icons/card.svg": () => import("./card-c621f3e9.mjs"), "./icons/caret-down-bold.svg": () => import("./caret-down-bold-a3b3da1f.mjs"), "./icons/caret-down.svg": () => import("./caret-down-3fe99d7f.mjs"), "./icons/caret-left-bold.svg": () => import("./caret-left-bold-bc6e1d53.mjs"), "./icons/caret-left.svg": () => import("./caret-left-d7629f01.mjs"), "./icons/caret-right-bold.svg": () => import("./caret-right-bold-3f5262a8.mjs"), "./icons/caret-right.svg": () => import("./caret-right-8273d096.mjs"), "./icons/caret-up-bold.svg": () => import("./caret-up-bold-32d8e62c.mjs"), "./icons/caret-up.svg": () => import("./caret-up-b63b673a.mjs"), "./icons/certificate.svg": () => import("./certificate-f669a9ad.mjs"), "./icons/chart-area.svg": () => import("./chart-area-b551ec23.mjs"), "./icons/chart-bar.svg": () => import("./chart-bar-e2cd95d6.mjs"), "./icons/check.svg": () => import("./check-11d216df.mjs"), "./icons/checkered-flag.svg": () => import("./checkered-flag-b32811ef.mjs"), "./icons/chevron-down.svg": () => import("./chevron-down-bb4d1037.mjs"), "./icons/chevron-left.svg": () => import("./chevron-left-e66562f4.mjs"), "./icons/chevron-right.svg": () => import("./chevron-right-40c42af6.mjs"), "./icons/chevron-up.svg": () => import("./chevron-up-1eaab9d6.mjs"), "./icons/circle-exclamation.svg": () => import("./circle-exclamation-9e768f95.mjs"), "./icons/circle-notch.svg": () => import("./circle-notch-4d10653d.mjs"), "./icons/circle.svg": () => import("./circle-334738cc.mjs"), "./icons/clipboard.svg": () => import("./clipboard-fdfcc45e.mjs"), "./icons/clock-bold.svg": () => import("./clock-bold-1e86ddf2.mjs"), "./icons/clock.svg": () => import("./clock-03b46e55.mjs"), "./icons/clone.svg": () => import("./clone-87da0781.mjs"), "./icons/close-circle-bold.svg": () => import("./close-circle-bold-55afdf33.mjs"), "./icons/close-circle-bulk.svg": () => import("./close-circle-bulk-49febd0e.mjs"), "./icons/close-circle.svg": () => import("./close-circle-8362ea8b.mjs"), "./icons/close-square-bold.svg": () => import("./close-square-bold-a9c184b5.mjs"), "./icons/close-square.svg": () => import("./close-square-86c73dd1.mjs"), "./icons/close.svg": () => import("./close-78fe657e.mjs"), "./icons/cloud-upload.svg": () => import("./cloud-upload-543b8e47.mjs"), "./icons/cogs.svg": () => import("./cogs-cc6d1ae4.mjs"), "./icons/color-filter.svg": () => import("./color-filter-03f09a58.mjs"), "./icons/columns-bold.svg": () => import("./columns-bold-1c035fde.mjs"), "./icons/columns.svg": () => import("./columns-445b590e.mjs"), "./icons/compress.svg": () => import("./compress-058372ae.mjs"), "./icons/control.svg": () => import("./control-2062dbce.mjs"), "./icons/copy-bold.svg": () => import("./copy-bold-05c9fa7f.mjs"), "./icons/copy.svg": () => import("./copy-4e7dca50.mjs"), "./icons/crosshairs.svg": () => import("./crosshairs-af5e585e.mjs"), "./icons/dashboard.svg": () => import("./dashboard-7aca4d6d.mjs"), "./icons/diagram.svg": () => import("./diagram-7c4f1611.mjs"), "./icons/dislike-bold.svg": () => import("./dislike-bold-8787bfe5.mjs"), "./icons/dislike.svg": () => import("./dislike-1bf847a0.mjs"), "./icons/document-bold.svg": () => import("./document-bold-12880f8f.mjs"), "./icons/document-bulk.svg": () => import("./document-bulk-1d978376.mjs"), "./icons/document.svg": () => import("./document-116695c8.mjs"), "./icons/dollar-circle.svg": () => import("./dollar-circle-ee373317.mjs"), "./icons/dot.svg": () => import("./dot-8b0b9de5.mjs"), "./icons/download.svg": () => import("./download-a31300dd.mjs"), "./icons/edit-bold.svg": () => import("./edit-bold-d0e7d866.mjs"), "./icons/edit.svg": () => import("./edit-c21d1e6e.mjs"), "./icons/ellipsis-horizontal.svg": () => import("./ellipsis-horizontal-a3871d7f.mjs"), "./icons/ellipsis-vertical.svg": () => import("./ellipsis-vertical-b1a88595.mjs"), "./icons/empty-table.svg": () => import("./empty-table-41155dd6.mjs"), "./icons/expand.svg": () => import("./expand-36fff427.mjs"), "./icons/export-2-bold.svg": () => import("./export-2-bold-8832fb34.mjs"), "./icons/export-2-bulk.svg": () => import("./export-2-bulk-25deffb0.mjs"), "./icons/export-2.svg": () => import("./export-2-6595b6fa.mjs"), "./icons/export-bold.svg": () => import("./export-bold-f9ede1b1.mjs"), "./icons/export.svg": () => import("./export-70a8fb01.mjs"), "./icons/eye-bold.svg": () => import("./eye-bold-a026520d.mjs"), "./icons/eye-slash-bold.svg": () => import("./eye-slash-bold-334a7964.mjs"), "./icons/eye-slash.svg": () => import("./eye-slash-db05611b.mjs"), "./icons/eye.svg": () => import("./eye-0395aa8a.mjs"), "./icons/facebook.svg": () => import("./facebook-4fa8ba0c.mjs"), "./icons/file-pdf.svg": () => import("./file-pdf-425e84ec.mjs"), "./icons/filled-flag.svg": () => import("./filled-flag-eee4f8a0.mjs"), "./icons/filter-bold.svg": () => import("./filter-bold-1a75a9c9.mjs"), "./icons/filter.svg": () => import("./filter-c35fa360.mjs"), "./icons/flag.svg": () => import("./flag-9ab7ebcf.mjs"), "./icons/folder-open-bold.svg": () => import("./folder-open-bold-5af5737b.mjs"), "./icons/folder-open.svg": () => import("./folder-open-5d2ab10b.mjs"), "./icons/font.svg": () => import("./font-7fcbf490.mjs"), "./icons/global.svg": () => import("./global-6a6d773f.mjs"), "./icons/google-colored.svg": () => import("./google-colored-ba30c621.mjs"), "./icons/google.svg": () => import("./google-2e882a09.mjs"), "./icons/graduation-cap-bold.svg": () => import("./graduation-cap-bold-38c52391.mjs"), "./icons/graduation-cap.svg": () => import("./graduation-cap-6283f172.mjs"), "./icons/graph-bold.svg": () => import("./graph-bold-ab1314fb.mjs"), "./icons/graph.svg": () => import("./graph-db4116dc.mjs"), "./icons/grid-bold.svg": () => import("./grid-bold-aee508ed.mjs"), "./icons/grid.svg": () => import("./grid-dd9c600a.mjs"), "./icons/hamburger.svg": () => import("./hamburger-4bcd3550.mjs"), "./icons/headset.svg": () => import("./headset-41866868.mjs"), "./icons/history.svg": () => import("./history-4809d082.mjs"), "./icons/home-bold.svg": () => import("./home-bold-f75667d3.mjs"), "./icons/home.svg": () => import("./home-ea97f9e5.mjs"), "./icons/indent.svg": () => import("./indent-bbd53e37.mjs"), "./icons/info-circle-bold.svg": () => import("./info-circle-bold-a60837c0.mjs"), "./icons/info-circle.svg": () => import("./info-circle-30e4f742.mjs"), "./icons/info.svg": () => import("./info-0f5d7a72.mjs"), "./icons/justify-right.svg": () => import("./justify-right-077e8f16.mjs"), "./icons/layer-bold.svg": () => import("./layer-bold-be2afc48.mjs"), "./icons/layer-bulk.svg": () => import("./layer-bulk-9f594537.mjs"), "./icons/layer.svg": () => import("./layer-91965b54.mjs"), "./icons/like-bold.svg": () => import("./like-bold-707bd507.mjs"), "./icons/like.svg": () => import("./like-5366ea0c.mjs"), "./icons/link.svg": () => import("./link-5900c6f3.mjs"), "./icons/linkedin.svg": () => import("./linkedin-fc9d8eba.mjs"), "./icons/list.svg": () => import("./list-842dc9a8.mjs"), "./icons/loader.svg": () => import("./loader-780f4564.mjs"), "./icons/loading.svg": () => import("./loading-ff55b728.mjs"), "./icons/lock-bold.svg": () => import("./lock-bold-7c7d934f.mjs"), "./icons/lock.svg": () => import("./lock-6a149031.mjs"), "./icons/logout-bold.svg": () => import("./logout-bold-1dcb0ea6.mjs"), "./icons/logout.svg": () => import("./logout-ad75d36d.mjs"), "./icons/map-marker-bold.svg": () => import("./map-marker-bold-442a942e.mjs"), "./icons/map-marker.svg": () => import("./map-marker-b5ee033b.mjs"), "./icons/med-kit.svg": () => import("./med-kit-735d6731.mjs"), "./icons/medal-bold.svg": () => import("./medal-bold-e3504b21.mjs"), "./icons/medal.svg": () => import("./medal-68f17af5.mjs"), "./icons/menu-bold.svg": () => import("./menu-bold-7a2db113.mjs"), "./icons/menu.svg": () => import("./menu-35172ffb.mjs"), "./icons/message-notif.svg": () => import("./message-notif-7e1da245.mjs"), "./icons/message-text.svg": () => import("./message-text-6c2c83cb.mjs"), "./icons/microscope.svg": () => import("./microscope-21832848.mjs"), "./icons/minus-bold.svg": () => import("./minus-bold-35331113.mjs"), "./icons/minus-square-bold.svg": () => import("./minus-square-bold-ee82e28b.mjs"), "./icons/minus-square.svg": () => import("./minus-square-9e68718d.mjs"), "./icons/minus.svg": () => import("./minus-df04dca9.mjs"), "./icons/mobile-bold.svg": () => import("./mobile-bold-c116009c.mjs"), "./icons/mobile.svg": () => import("./mobile-e8ed279c.mjs"), "./icons/money-bill.svg": () => import("./money-bill-2f65d92b.mjs"), "./icons/money-send.svg": () => import("./money-send-1aa85fa1.mjs"), "./icons/notification-bold.svg": () => import("./notification-bold-52e1c858.mjs"), "./icons/notification.svg": () => import("./notification-04a91f66.mjs"), "./icons/outdent.svg": () => import("./outdent-939d95c2.mjs"), "./icons/paper-plane.svg": () => import("./paper-plane-930f1bce.mjs"), "./icons/password-check.svg": () => import("./password-check-c088e24b.mjs"), "./icons/pause-bold.svg": () => import("./pause-bold-b5ad47f4.mjs"), "./icons/pause-circle-bold.svg": () => import("./pause-circle-bold-91dc23e9.mjs"), "./icons/pause-circle.svg": () => import("./pause-circle-31f2dece.mjs"), "./icons/pause.svg": () => import("./pause-dcda0462.mjs"), "./icons/pen-square.svg": () => import("./pen-square-5d6963c5.mjs"), "./icons/pencil.svg": () => import("./pencil-a5550af6.mjs"), "./icons/people-bold.svg": () => import("./people-bold-a8b9de12.mjs"), "./icons/people.svg": () => import("./people-9ee16944.mjs"), "./icons/percentage-square-bold.svg": () => import("./percentage-square-bold-0a7ce7af.mjs"), "./icons/percentage-square.svg": () => import("./percentage-square-53cd879b.mjs"), "./icons/play-circle-bold.svg": () => import("./play-circle-bold-6ad0060f.mjs"), "./icons/play-circle.svg": () => import("./play-circle-94665032.mjs"), "./icons/plug-bold.svg": () => import("./plug-bold-c1f9893e.mjs"), "./icons/plug.svg": () => import("./plug-48296fd8.mjs"), "./icons/project-bold.svg": () => import("./project-bold-c32953aa.mjs"), "./icons/question-bold.svg": () => import("./question-bold-00b9c0a9.mjs"), "./icons/question.svg": () => import("./question-a1a8a155.mjs"), "./icons/record-circle.svg": () => import("./record-circle-e0200965.mjs"), "./icons/redo-bold.svg": () => import("./redo-bold-5495fffd.mjs"), "./icons/redo.svg": () => import("./redo-fb873128.mjs"), "./icons/refresh.svg": () => import("./refresh-4b069be6.mjs"), "./icons/reply.svg": () => import("./reply-de440c87.mjs"), "./icons/rocket.svg": () => import("./rocket-e2d475e7.mjs"), "./icons/scale-balanced.svg": () => import("./scale-balanced-af7eb5de.mjs"), "./icons/search-dollar.svg": () => import("./search-dollar-c94ca9fd.mjs"), "./icons/search-normal-bold.svg": () => import("./search-normal-bold-01d843f2.mjs"), "./icons/search-normal.svg": () => import("./search-normal-154aba52.mjs"), "./icons/security-card-bold.svg": () => import("./security-card-bold-2e90c06e.mjs"), "./icons/security-card.svg": () => import("./security-card-7de3f47c.mjs"), "./icons/selection.svg": () => import("./selection-08a9c952.mjs"), "./icons/send.svg": () => import("./send-e7646e7a.mjs"), "./icons/settings-bold.svg": () => import("./settings-bold-7c51d631.mjs"), "./icons/settings.svg": () => import("./settings-d20222e7.mjs"), "./icons/share.svg": () => import("./share-138f74f8.mjs"), "./icons/shopping-cart-bold.svg": () => import("./shopping-cart-bold-f786619a.mjs"), "./icons/shopping-cart.svg": () => import("./shopping-cart-8becc3f1.mjs"), "./icons/slash-bold.svg": () => import("./slash-bold-9656541d.mjs"), "./icons/slash.svg": () => import("./slash-9eee755b.mjs"), "./icons/slider-horizontal-bold.svg": () => import("./slider-horizontal-bold-db93f0f6.mjs"), "./icons/slider-horizontal.svg": () => import("./slider-horizontal-4c098e63.mjs"), "./icons/sms-bold.svg": () => import("./sms-bold-f6dc2e1a.mjs"), "./icons/sms.svg": () => import("./sms-4db7f244.mjs"), "./icons/sort-amount-down.svg": () => import("./sort-amount-down-0b2b11f1.mjs"), "./icons/speedometer.svg": () => import("./speedometer-c719f6df.mjs"), "./icons/spin-dots.svg": () => import("./spin-dots-25d015b7.mjs"), "./icons/spin-round.svg": () => import("./spin-round-9db617b7.mjs"), "./icons/spin-three-circles.svg": () => import("./spin-three-circles-13ae8650.mjs"), "./icons/spin-three-dots.svg": () => import("./spin-three-dots-c116245e.mjs"), "./icons/spinner.svg": () => import("./spinner-8bb3861a.mjs"), "./icons/square.svg": () => import("./square-5a969e93.mjs"), "./icons/star-bold.svg": () => import("./star-bold-4c45c0d8.mjs"), "./icons/star-bulk.svg": () => import("./star-bulk-d8bdbc7a.mjs"), "./icons/star-half-colored.svg": () => import("./star-half-colored-3b10f42e.mjs"), "./icons/star.svg": () => import("./star-017cb8aa.mjs"), "./icons/status-up.svg": () => import("./status-up-6547be80.mjs"), "./icons/stop-bold.svg": () => import("./stop-bold-be0c1cd8.mjs"), "./icons/stop.svg": () => import("./stop-c195f726.mjs"), "./icons/story.svg": () => import("./story-b421beca.mjs"), "./icons/stream.svg": () => import("./stream-e8091b3f.mjs"), "./icons/swap-bold.svg": () => import("./swap-bold-57d7dc55.mjs"), "./icons/swap.svg": () => import("./swap-11e0d73e.mjs"), "./icons/sync.svg": () => import("./sync-8d26ba0f.mjs"), "./icons/table-list.svg": () => import("./table-list-3a2b78aa.mjs"), "./icons/tag-bold.svg": () => import("./tag-bold-573c41ef.mjs"), "./icons/tag.svg": () => import("./tag-a64db341.mjs"), "./icons/thumbtack.svg": () => import("./thumbtack-1a04ac17.mjs"), "./icons/tick-circle-bold.svg": () => import("./tick-circle-bold-1d123c3c.mjs"), "./icons/tick-circle.svg": () => import("./tick-circle-01243ef4.mjs"), "./icons/tick-square-bold.svg": () => import("./tick-square-bold-bf954d12.mjs"), "./icons/tick-square.svg": () => import("./tick-square-787b244b.mjs"), "./icons/tick.svg": () => import("./tick-52c4e48f.mjs"), "./icons/toggle-off-bold.svg": () => import("./toggle-off-bold-8a8be16b.mjs"), "./icons/toggle-off.svg": () => import("./toggle-off-1b1e303c.mjs"), "./icons/toggle-on-bold.svg": () => import("./toggle-on-bold-64ad90eb.mjs"), "./icons/toggle-on.svg": () => import("./toggle-on-0d6dced2.mjs"), "./icons/transgender.svg": () => import("./transgender-82cb488f.mjs"), "./icons/trash-bold.svg": () => import("./trash-bold-e0f392c8.mjs"), "./icons/trash-bulk.svg": () => import("./trash-bulk-89ab0a45.mjs"), "./icons/trash.svg": () => import("./trash-f08f2851.mjs"), "./icons/trend-up.svg": () => import("./trend-up-eca70766.mjs"), "./icons/triangle-exclamation.svg": () => import("./triangle-exclamation-3a84b726.mjs"), "./icons/twitter.svg": () => import("./twitter-9097735c.mjs"), "./icons/undo-bold.svg": () => import("./undo-bold-65eb640c.mjs"), "./icons/undo.svg": () => import("./undo-653eb482.mjs"), "./icons/unlock-bold.svg": () => import("./unlock-bold-8a8847c6.mjs"), "./icons/unlock.svg": () => import("./unlock-2c19e8b6.mjs"), "./icons/upload-bulk.svg": () => import("./upload-bulk-c4de9af1.mjs"), "./icons/upload.svg": () => import("./upload-37d640ae.mjs"), "./icons/user-square.svg": () => import("./user-square-b766a005.mjs"), "./icons/user.svg": () => import("./user-e1c97db1.mjs"), "./icons/volume-low.svg": () => import("./volume-low-58e56b04.mjs"), "./icons/warning-2-bold.svg": () => import("./warning-2-bold-d7e8e03f.mjs"), "./icons/warning-2-bulk.svg": () => import("./warning-2-bulk-a5e67b28.mjs"), "./icons/warning-2.svg": () => import("./warning-2-c6914942.mjs"), "./icons/warning.svg": () => import("./warning-76eae041.mjs"), "./icons/wifi.svg": () => import("./wifi-0bf73fb3.mjs") }), `./icons/${o.name}.svg`);
28
+ return l ? ne(/* @__PURE__ */ Object.assign({ "./icons/flag/ad.svg": () => import("./ad-4f15339c.mjs"), "./icons/flag/ae.svg": () => import("./ae-0c29895c.mjs"), "./icons/flag/af.svg": () => import("./af-7c75f32c.mjs"), "./icons/flag/ag.svg": () => import("./ag-8a9bc70d.mjs"), "./icons/flag/ai.svg": () => import("./ai-92607296.mjs"), "./icons/flag/al.svg": () => import("./al-2451ab6a.mjs"), "./icons/flag/am.svg": () => import("./am-75ea01bf.mjs"), "./icons/flag/ao.svg": () => import("./ao-a5e4ad75.mjs"), "./icons/flag/ar.svg": () => import("./ar-a85b3f63.mjs"), "./icons/flag/as.svg": () => import("./as-7fa7e75d.mjs"), "./icons/flag/at.svg": () => import("./at-a7ba217a.mjs"), "./icons/flag/au.svg": () => import("./au-d199493b.mjs"), "./icons/flag/aw.svg": () => import("./aw-442c8572.mjs"), "./icons/flag/ax.svg": () => import("./ax-0714c25a.mjs"), "./icons/flag/az.svg": () => import("./az-199c77dc.mjs"), "./icons/flag/ba.svg": () => import("./ba-d2b7851d.mjs"), "./icons/flag/bb.svg": () => import("./bb-a8e49d76.mjs"), "./icons/flag/bd.svg": () => import("./bd-c63eb19f.mjs"), "./icons/flag/be.svg": () => import("./be-035c22e5.mjs"), "./icons/flag/bf.svg": () => import("./bf-347fcd2e.mjs"), "./icons/flag/bg.svg": () => import("./bg-d3a7da79.mjs"), "./icons/flag/bh.svg": () => import("./bh-c1690810.mjs"), "./icons/flag/bi.svg": () => import("./bi-adcc107b.mjs"), "./icons/flag/bj.svg": () => import("./bj-dd1424a3.mjs"), "./icons/flag/bl.svg": () => import("./bl-a9d0a40c.mjs"), "./icons/flag/bm.svg": () => import("./bm-76f51599.mjs"), "./icons/flag/bn.svg": () => import("./bn-aaa1c0ed.mjs"), "./icons/flag/bo.svg": () => import("./bo-6cec387a.mjs"), "./icons/flag/bq.svg": () => import("./bq-ce9bb442.mjs"), "./icons/flag/bq1.svg": () => import("./bq1-3a6921e5.mjs"), "./icons/flag/bq2.svg": () => import("./bq2-40b46acf.mjs"), "./icons/flag/br.svg": () => import("./br-0cf5492d.mjs"), "./icons/flag/bs.svg": () => import("./bs-89a8fc9a.mjs"), "./icons/flag/bt.svg": () => import("./bt-3ae1d227.mjs"), "./icons/flag/bw.svg": () => import("./bw-a5c65923.mjs"), "./icons/flag/by.svg": () => import("./by-2512965b.mjs"), "./icons/flag/bz.svg": () => import("./bz-8a265bec.mjs"), "./icons/flag/ca.svg": () => import("./ca-cacac026.mjs"), "./icons/flag/cc.svg": () => import("./cc-47939b86.mjs"), "./icons/flag/cd.svg": () => import("./cd-7fc590d2.mjs"), "./icons/flag/cd1.svg": () => import("./cd1-df53c8e1.mjs"), "./icons/flag/cf.svg": () => import("./cf-a60682d6.mjs"), "./icons/flag/ch.svg": () => import("./ch-462979fb.mjs"), "./icons/flag/ck.svg": () => import("./ck-c0c38e87.mjs"), "./icons/flag/cl.svg": () => import("./cl-d02807e7.mjs"), "./icons/flag/cm.svg": () => import("./cm-f951bab7.mjs"), "./icons/flag/cn.svg": () => import("./cn-63577685.mjs"), "./icons/flag/co.svg": () => import("./co-fb5ccff6.mjs"), "./icons/flag/cr.svg": () => import("./cr-c910bfa7.mjs"), "./icons/flag/cu.svg": () => import("./cu-154b8ef9.mjs"), "./icons/flag/cw.svg": () => import("./cw-61a8201a.mjs"), "./icons/flag/cx.svg": () => import("./cx-e5e88bca.mjs"), "./icons/flag/cy.svg": () => import("./cy-1edc9aca.mjs"), "./icons/flag/cz.svg": () => import("./cz-e30da26a.mjs"), "./icons/flag/de.svg": () => import("./de-5cfe1c09.mjs"), "./icons/flag/dj.svg": () => import("./dj-71a46a73.mjs"), "./icons/flag/dk.svg": () => import("./dk-2ffa3eab.mjs"), "./icons/flag/dm.svg": () => import("./dm-c8a641fc.mjs"), "./icons/flag/do.svg": () => import("./do-87d001de.mjs"), "./icons/flag/ds.svg": () => import("./ds-e65319d3.mjs"), "./icons/flag/dz.svg": () => import("./dz-d3b4c36e.mjs"), "./icons/flag/ec.svg": () => import("./ec-95bd8870.mjs"), "./icons/flag/ee.svg": () => import("./ee-faab8887.mjs"), "./icons/flag/eg.svg": () => import("./eg-e80c8056.mjs"), "./icons/flag/eh.svg": () => import("./eh-6afd9f94.mjs"), "./icons/flag/er.svg": () => import("./er-db994cbe.mjs"), "./icons/flag/es.svg": () => import("./es-3a635fca.mjs"), "./icons/flag/et.svg": () => import("./et-2ef41cdc.mjs"), "./icons/flag/fi.svg": () => import("./fi-9dd89328.mjs"), "./icons/flag/fj.svg": () => import("./fj-069f4655.mjs"), "./icons/flag/fk.svg": () => import("./fk-357e668b.mjs"), "./icons/flag/fm.svg": () => import("./fm-530a75f5.mjs"), "./icons/flag/fo.svg": () => import("./fo-28059777.mjs"), "./icons/flag/fr.svg": () => import("./fr-d328744f.mjs"), "./icons/flag/ga.svg": () => import("./ga-58e834f0.mjs"), "./icons/flag/gb-2.svg": () => import("./gb-2-e062951f.mjs"), "./icons/flag/gb.svg": () => import("./gb-67cdddfd.mjs"), "./icons/flag/gd.svg": () => import("./gd-c1bed1a8.mjs"), "./icons/flag/ge.svg": () => import("./ge-825ed87e.mjs"), "./icons/flag/gg.svg": () => import("./gg-6c4f9db5.mjs"), "./icons/flag/gh.svg": () => import("./gh-75d97c21.mjs"), "./icons/flag/gi.svg": () => import("./gi-67623541.mjs"), "./icons/flag/gl.svg": () => import("./gl-07791901.mjs"), "./icons/flag/gm.svg": () => import("./gm-f720b114.mjs"), "./icons/flag/gn.svg": () => import("./gn-38e65105.mjs"), "./icons/flag/gq.svg": () => import("./gq-f03057f5.mjs"), "./icons/flag/gr.svg": () => import("./gr-d657be09.mjs"), "./icons/flag/gt.svg": () => import("./gt-37fec00e.mjs"), "./icons/flag/gu.svg": () => import("./gu-25f495b3.mjs"), "./icons/flag/gw.svg": () => import("./gw-49b63aa6.mjs"), "./icons/flag/gy.svg": () => import("./gy-c3195dee.mjs"), "./icons/flag/hk.svg": () => import("./hk-203ee074.mjs"), "./icons/flag/hn.svg": () => import("./hn-f935c53c.mjs"), "./icons/flag/hr.svg": () => import("./hr-5c985cb6.mjs"), "./icons/flag/ht.svg": () => import("./ht-240304e2.mjs"), "./icons/flag/hu.svg": () => import("./hu-1e7c3a91.mjs"), "./icons/flag/id.svg": () => import("./id-01e604fc.mjs"), "./icons/flag/ie.svg": () => import("./ie-e226e54a.mjs"), "./icons/flag/il.svg": () => import("./il-4a51c7bd.mjs"), "./icons/flag/im.svg": () => import("./im-40319150.mjs"), "./icons/flag/in.svg": () => import("./in-1d105b0f.mjs"), "./icons/flag/io.svg": () => import("./io-6c269405.mjs"), "./icons/flag/iq.svg": () => import("./iq-6b9e3e5a.mjs"), "./icons/flag/ir.svg": () => import("./ir-857f9289.mjs"), "./icons/flag/is.svg": () => import("./is-cf0d2e76.mjs"), "./icons/flag/it.svg": () => import("./it-bce7a9ed.mjs"), "./icons/flag/je.svg": () => import("./je-41c855c9.mjs"), "./icons/flag/jm.svg": () => import("./jm-8dddd561.mjs"), "./icons/flag/jo.svg": () => import("./jo-544e9976.mjs"), "./icons/flag/jp.svg": () => import("./jp-01c6487d.mjs"), "./icons/flag/ke.svg": () => import("./ke-351dc14a.mjs"), "./icons/flag/kg.svg": () => import("./kg-a17fa4bf.mjs"), "./icons/flag/kh.svg": () => import("./kh-0bb7d19f.mjs"), "./icons/flag/ki.svg": () => import("./ki-3e626127.mjs"), "./icons/flag/km.svg": () => import("./km-816dc3ba.mjs"), "./icons/flag/kn.svg": () => import("./kn-bb319e99.mjs"), "./icons/flag/kp.svg": () => import("./kp-2b80118f.mjs"), "./icons/flag/kr.svg": () => import("./kr-32c1e8b7.mjs"), "./icons/flag/kw.svg": () => import("./kw-ad30457b.mjs"), "./icons/flag/ky.svg": () => import("./ky-0eb957f9.mjs"), "./icons/flag/kz.svg": () => import("./kz-72e43c67.mjs"), "./icons/flag/la.svg": () => import("./la-23b2dfcb.mjs"), "./icons/flag/lb.svg": () => import("./lb-be26799a.mjs"), "./icons/flag/lc.svg": () => import("./lc-90590887.mjs"), "./icons/flag/li.svg": () => import("./li-aa862cc7.mjs"), "./icons/flag/lk.svg": () => import("./lk-f17ec481.mjs"), "./icons/flag/lr.svg": () => import("./lr-aff36fda.mjs"), "./icons/flag/ls.svg": () => import("./ls-1cf90d43.mjs"), "./icons/flag/lt.svg": () => import("./lt-4a30e360.mjs"), "./icons/flag/lu.svg": () => import("./lu-986cbaa1.mjs"), "./icons/flag/lv.svg": () => import("./lv-e1792ca0.mjs"), "./icons/flag/ly.svg": () => import("./ly-a5393d64.mjs"), "./icons/flag/ma.svg": () => import("./ma-e1895759.mjs"), "./icons/flag/mc.svg": () => import("./mc-784352e6.mjs"), "./icons/flag/md.svg": () => import("./md-d4541b72.mjs"), "./icons/flag/me.svg": () => import("./me-cf26a608.mjs"), "./icons/flag/mg.svg": () => import("./mg-5a72197b.mjs"), "./icons/flag/mh.svg": () => import("./mh-a494ced3.mjs"), "./icons/flag/mk.svg": () => import("./mk-5d6dfbe2.mjs"), "./icons/flag/ml.svg": () => import("./ml-ea237b33.mjs"), "./icons/flag/mm.svg": () => import("./mm-ca2d2d6f.mjs"), "./icons/flag/mn.svg": () => import("./mn-9b3631e3.mjs"), "./icons/flag/mo.svg": () => import("./mo-8a8ca00c.mjs"), "./icons/flag/mp.svg": () => import("./mp-6e4057a6.mjs"), "./icons/flag/mq.svg": () => import("./mq-c4ad87c5.mjs"), "./icons/flag/mr.svg": () => import("./mr-7535e8e4.mjs"), "./icons/flag/ms.svg": () => import("./ms-0e8caa14.mjs"), "./icons/flag/mt.svg": () => import("./mt-be4c4deb.mjs"), "./icons/flag/mu.svg": () => import("./mu-2c88bc9d.mjs"), "./icons/flag/mv.svg": () => import("./mv-513ecec1.mjs"), "./icons/flag/mw.svg": () => import("./mw-6ddd4745.mjs"), "./icons/flag/mx.svg": () => import("./mx-359089aa.mjs"), "./icons/flag/my.svg": () => import("./my-04139588.mjs"), "./icons/flag/mz.svg": () => import("./mz-f694c775.mjs"), "./icons/flag/na.svg": () => import("./na-012ceddf.mjs"), "./icons/flag/ne.svg": () => import("./ne-f2a01939.mjs"), "./icons/flag/nf.svg": () => import("./nf-e6551856.mjs"), "./icons/flag/ng.svg": () => import("./ng-969a2891.mjs"), "./icons/flag/ni.svg": () => import("./ni-9c669cea.mjs"), "./icons/flag/nl.svg": () => import("./nl-d023a4e8.mjs"), "./icons/flag/no.svg": () => import("./no-463b4b53.mjs"), "./icons/flag/np.svg": () => import("./np-1e48b7f5.mjs"), "./icons/flag/nr.svg": () => import("./nr-3e362f8f.mjs"), "./icons/flag/nu.svg": () => import("./nu-55d767aa.mjs"), "./icons/flag/nz.svg": () => import("./nz-260712f6.mjs"), "./icons/flag/om.svg": () => import("./om-51ff2ef8.mjs"), "./icons/flag/pa.svg": () => import("./pa-2794cff1.mjs"), "./icons/flag/pe.svg": () => import("./pe-03062449.mjs"), "./icons/flag/pf.svg": () => import("./pf-7a7f8df3.mjs"), "./icons/flag/pg.svg": () => import("./pg-b27cc749.mjs"), "./icons/flag/ph.svg": () => import("./ph-cfeed391.mjs"), "./icons/flag/pk.svg": () => import("./pk-e0af5fcc.mjs"), "./icons/flag/pl.svg": () => import("./pl-8f8b354c.mjs"), "./icons/flag/pn.svg": () => import("./pn-1a715846.mjs"), "./icons/flag/pr.svg": () => import("./pr-aa1179ea.mjs"), "./icons/flag/ps.svg": () => import("./ps-af3368b8.mjs"), "./icons/flag/pt.svg": () => import("./pt-5964314a.mjs"), "./icons/flag/pw.svg": () => import("./pw-f405d571.mjs"), "./icons/flag/py.svg": () => import("./py-759ed64c.mjs"), "./icons/flag/qa.svg": () => import("./qa-def2a5c8.mjs"), "./icons/flag/ro.svg": () => import("./ro-b2c623ce.mjs"), "./icons/flag/rs.svg": () => import("./rs-1f43835a.mjs"), "./icons/flag/ru.svg": () => import("./ru-515b608f.mjs"), "./icons/flag/rw.svg": () => import("./rw-7bb5887d.mjs"), "./icons/flag/sa.svg": () => import("./sa-deb70e75.mjs"), "./icons/flag/sb.svg": () => import("./sb-5a3d1bd0.mjs"), "./icons/flag/sc.svg": () => import("./sc-5976b943.mjs"), "./icons/flag/se.svg": () => import("./se-d3641a11.mjs"), "./icons/flag/sg.svg": () => import("./sg-1251b5df.mjs"), "./icons/flag/si.svg": () => import("./si-c2a466f5.mjs"), "./icons/flag/sk.svg": () => import("./sk-0860725f.mjs"), "./icons/flag/sl.svg": () => import("./sl-51f9eed4.mjs"), "./icons/flag/sm.svg": () => import("./sm-75cf810c.mjs"), "./icons/flag/sn.svg": () => import("./sn-7f24ca51.mjs"), "./icons/flag/so.svg": () => import("./so-015e6af8.mjs"), "./icons/flag/sr.svg": () => import("./sr-1b0717af.mjs"), "./icons/flag/ss.svg": () => import("./ss-f6c88a4e.mjs"), "./icons/flag/st.svg": () => import("./st-989e6418.mjs"), "./icons/flag/sv.svg": () => import("./sv-23640770.mjs"), "./icons/flag/sx.svg": () => import("./sx-a304a4a6.mjs"), "./icons/flag/sy.svg": () => import("./sy-cf437d42.mjs"), "./icons/flag/sz.svg": () => import("./sz-e518a24d.mjs"), "./icons/flag/tc.svg": () => import("./tc-200bbddb.mjs"), "./icons/flag/td.svg": () => import("./td-1bb8e438.mjs"), "./icons/flag/tg.svg": () => import("./tg-2ca52b3e.mjs"), "./icons/flag/th.svg": () => import("./th-a72530d6.mjs"), "./icons/flag/tj.svg": () => import("./tj-2d376ebe.mjs"), "./icons/flag/tk.svg": () => import("./tk-7d3d0a7f.mjs"), "./icons/flag/tl.svg": () => import("./tl-55431a29.mjs"), "./icons/flag/tm.svg": () => import("./tm-d2ffabc8.mjs"), "./icons/flag/tn.svg": () => import("./tn-9e100c57.mjs"), "./icons/flag/to.svg": () => import("./to-3b674416.mjs"), "./icons/flag/tr.svg": () => import("./tr-04213ae8.mjs"), "./icons/flag/tt.svg": () => import("./tt-8ae61c7d.mjs"), "./icons/flag/tv.svg": () => import("./tv-c51c8fd6.mjs"), "./icons/flag/tw.svg": () => import("./tw-d92bcd35.mjs"), "./icons/flag/tz.svg": () => import("./tz-62c19f2e.mjs"), "./icons/flag/ua.svg": () => import("./ua-8acc7fe0.mjs"), "./icons/flag/ug.svg": () => import("./ug-cba81231.mjs"), "./icons/flag/us.svg": () => import("./us-041f888d.mjs"), "./icons/flag/uy.svg": () => import("./uy-588af199.mjs"), "./icons/flag/uz.svg": () => import("./uz-b15e9da9.mjs"), "./icons/flag/vc.svg": () => import("./vc-e9055307.mjs"), "./icons/flag/ve.svg": () => import("./ve-1a051a6e.mjs"), "./icons/flag/vg.svg": () => import("./vg-abdc103a.mjs"), "./icons/flag/vi.svg": () => import("./vi-ab2e1332.mjs"), "./icons/flag/vn.svg": () => import("./vn-cffe971d.mjs"), "./icons/flag/vu.svg": () => import("./vu-dc33d40a.mjs"), "./icons/flag/ws.svg": () => import("./ws-1b6fa1a1.mjs"), "./icons/flag/ye.svg": () => import("./ye-03199afb.mjs"), "./icons/flag/za.svg": () => import("./za-b29e17dc.mjs"), "./icons/flag/zm.svg": () => import("./zm-e90acb8f.mjs"), "./icons/flag/zw.svg": () => import("./zw-c483b7f4.mjs"), "./icons/pay/affirm.svg": () => import("./affirm-9aef00fd.mjs"), "./icons/pay/alipay.svg": () => import("./alipay-f8889c4a.mjs"), "./icons/pay/amazon.svg": () => import("./amazon-63784d92.mjs"), "./icons/pay/amex.svg": () => import("./amex-297df5f4.mjs"), "./icons/pay/applepay.svg": () => import("./applepay-bf0abc5b.mjs"), "./icons/pay/bancontact.svg": () => import("./bancontact-057becef.mjs"), "./icons/pay/bitcoin.svg": () => import("./bitcoin-0fec1e7b.mjs"), "./icons/pay/bitcoincash.svg": () => import("./bitcoincash-0a0c586f.mjs"), "./icons/pay/bitpay.svg": () => import("./bitpay-15ba47a5.mjs"), "./icons/pay/citadele.svg": () => import("./citadele-57105c23.mjs"), "./icons/pay/dinersclub.svg": () => import("./dinersclub-022391cd.mjs"), "./icons/pay/discover.svg": () => import("./discover-a393a333.mjs"), "./icons/pay/elo.svg": () => import("./elo-89d797db.mjs"), "./icons/pay/etherium.svg": () => import("./etherium-207a2f24.mjs"), "./icons/pay/forbrugsforeningen.svg": () => import("./forbrugsforeningen-52d2f2d6.mjs"), "./icons/pay/giropay.svg": () => import("./giropay-9ef50443.mjs"), "./icons/pay/googlepay.svg": () => import("./googlepay-41584edc.mjs"), "./icons/pay/ideal.svg": () => import("./ideal-c62c1699.mjs"), "./icons/pay/interac.svg": () => import("./interac-23f9a0cb.mjs"), "./icons/pay/jcb.svg": () => import("./jcb-a55712fc.mjs"), "./icons/pay/klarna.svg": () => import("./klarna-bc60c24a.mjs"), "./icons/pay/lightcoin.svg": () => import("./lightcoin-a710bd56.mjs"), "./icons/pay/maestro.svg": () => import("./maestro-6f52e0dc.mjs"), "./icons/pay/mastercard.svg": () => import("./mastercard-1bcd8146.mjs"), "./icons/pay/payoneer.svg": () => import("./payoneer-91400d09.mjs"), "./icons/pay/paypal.svg": () => import("./paypal-7a4e2657.mjs"), "./icons/pay/paysafe.svg": () => import("./paysafe-6a3eeb5f.mjs"), "./icons/pay/qiwi.svg": () => import("./qiwi-2e4cc2e5.mjs"), "./icons/pay/sepa.svg": () => import("./sepa-753ca2b4.mjs"), "./icons/pay/shop-pay.svg": () => import("./shop-pay-d97812ef.mjs"), "./icons/pay/skrill.svg": () => import("./skrill-a6ecb633.mjs"), "./icons/pay/sofort.svg": () => import("./sofort-d6f73b34.mjs"), "./icons/pay/stripe.svg": () => import("./stripe-fc7bc53b.mjs"), "./icons/pay/unionpay.svg": () => import("./unionpay-daddf101.mjs"), "./icons/pay/verifone.svg": () => import("./verifone-08122f8e.mjs"), "./icons/pay/visa.svg": () => import("./visa-030bb1b1.mjs"), "./icons/pay/webmoney.svg": () => import("./webmoney-c284cb72.mjs"), "./icons/pay/wechat.svg": () => import("./wechat-bb08d491.mjs"), "./icons/pay/yandex.svg": () => import("./yandex-55f02daa.mjs") }), `./icons/${l}/${o.name.replace(`${l}-`, "")}.svg`) : ne(/* @__PURE__ */ Object.assign({ "./icons/add-app.svg": () => import("./add-app-c6cfc484.mjs"), "./icons/add-bold.svg": () => import("./add-bold-6a76e9bb.mjs"), "./icons/add-circle-bold.svg": () => import("./add-circle-bold-97e5adc1.mjs"), "./icons/add-circle.svg": () => import("./add-circle-eb6da76e.mjs"), "./icons/add-square-bold.svg": () => import("./add-square-bold-9325171b.mjs"), "./icons/add-square.svg": () => import("./add-square-69326cbe.mjs"), "./icons/add.svg": () => import("./add-9dbda5df.mjs"), "./icons/aim-outlined.svg": () => import("./aim-outlined-65d9ace5.mjs"), "./icons/android-storefront.svg": () => import("./android-storefront-7e2fce85.mjs"), "./icons/android.svg": () => import("./android-6646cfe8.mjs"), "./icons/angle-double-right.svg": () => import("./angle-double-right-f9013ea4.mjs"), "./icons/app-store.svg": () => import("./app-store-a2e77b49.mjs"), "./icons/app.svg": () => import("./app-f4f9f825.mjs"), "./icons/apple-storefront.svg": () => import("./apple-storefront-42dd3c3b.mjs"), "./icons/apple.svg": () => import("./apple-0e24538a.mjs"), "./icons/area-chart-outlined.svg": () => import("./area-chart-outlined-9ebbb046.mjs"), "./icons/arrow-down-bold.svg": () => import("./arrow-down-bold-ab98475e.mjs"), "./icons/arrow-down-circle-bold.svg": () => import("./arrow-down-circle-bold-dd70b4a1.mjs"), "./icons/arrow-down-circle.svg": () => import("./arrow-down-circle-6939e08b.mjs"), "./icons/arrow-down.svg": () => import("./arrow-down-1ea6effe.mjs"), "./icons/arrow-left-bold.svg": () => import("./arrow-left-bold-da6b56cf.mjs"), "./icons/arrow-left-circle-bold.svg": () => import("./arrow-left-circle-bold-00147cf9.mjs"), "./icons/arrow-left-circle.svg": () => import("./arrow-left-circle-36ee49a0.mjs"), "./icons/arrow-left.svg": () => import("./arrow-left-de0e04b4.mjs"), "./icons/arrow-right-bold.svg": () => import("./arrow-right-bold-44d0818e.mjs"), "./icons/arrow-right-circle-bold.svg": () => import("./arrow-right-circle-bold-a099aa39.mjs"), "./icons/arrow-right-circle.svg": () => import("./arrow-right-circle-f1887cb9.mjs"), "./icons/arrow-right.svg": () => import("./arrow-right-3adbd99c.mjs"), "./icons/arrow-up-bold.svg": () => import("./arrow-up-bold-6be7daad.mjs"), "./icons/arrow-up-circle-bold.svg": () => import("./arrow-up-circle-bold-1e3d9fb3.mjs"), "./icons/arrow-up-circle.svg": () => import("./arrow-up-circle-afef4b76.mjs"), "./icons/arrow-up.svg": () => import("./arrow-up-9bd27cbc.mjs"), "./icons/asterisk.svg": () => import("./asterisk-4931d7de.mjs"), "./icons/bahai.svg": () => import("./bahai-d39a6d30.mjs"), "./icons/box-empty.svg": () => import("./box-empty-c7e5e478.mjs"), "./icons/brain.svg": () => import("./brain-ed02653c.mjs"), "./icons/broom-bold.svg": () => import("./broom-bold-bbdeaf5b.mjs"), "./icons/broom.svg": () => import("./broom-a6b79824.mjs"), "./icons/bullhorn.svg": () => import("./bullhorn-ed8cf0f2.mjs"), "./icons/buy-crypto.svg": () => import("./buy-crypto-95976591.mjs"), "./icons/calendar-alt.svg": () => import("./calendar-alt-7eb30ec8.mjs"), "./icons/calendar-bold.svg": () => import("./calendar-bold-4e672dd2.mjs"), "./icons/calendar.svg": () => import("./calendar-80e4dfe2.mjs"), "./icons/card-bold.svg": () => import("./card-bold-041abf76.mjs"), "./icons/card.svg": () => import("./card-c621f3e9.mjs"), "./icons/caret-down-bold.svg": () => import("./caret-down-bold-a3b3da1f.mjs"), "./icons/caret-down.svg": () => import("./caret-down-3fe99d7f.mjs"), "./icons/caret-left-bold.svg": () => import("./caret-left-bold-bc6e1d53.mjs"), "./icons/caret-left.svg": () => import("./caret-left-d7629f01.mjs"), "./icons/caret-right-bold.svg": () => import("./caret-right-bold-3f5262a8.mjs"), "./icons/caret-right.svg": () => import("./caret-right-8273d096.mjs"), "./icons/caret-up-bold.svg": () => import("./caret-up-bold-32d8e62c.mjs"), "./icons/caret-up.svg": () => import("./caret-up-b63b673a.mjs"), "./icons/certificate.svg": () => import("./certificate-f669a9ad.mjs"), "./icons/chart-area.svg": () => import("./chart-area-b551ec23.mjs"), "./icons/chart-bar.svg": () => import("./chart-bar-e2cd95d6.mjs"), "./icons/check.svg": () => import("./check-11d216df.mjs"), "./icons/checkered-flag.svg": () => import("./checkered-flag-b32811ef.mjs"), "./icons/chevron-down.svg": () => import("./chevron-down-bb4d1037.mjs"), "./icons/chevron-left.svg": () => import("./chevron-left-e66562f4.mjs"), "./icons/chevron-right.svg": () => import("./chevron-right-40c42af6.mjs"), "./icons/chevron-up.svg": () => import("./chevron-up-1eaab9d6.mjs"), "./icons/circle-exclamation.svg": () => import("./circle-exclamation-9e768f95.mjs"), "./icons/circle-notch.svg": () => import("./circle-notch-4d10653d.mjs"), "./icons/circle.svg": () => import("./circle-334738cc.mjs"), "./icons/clipboard.svg": () => import("./clipboard-fdfcc45e.mjs"), "./icons/clock-bold.svg": () => import("./clock-bold-1e86ddf2.mjs"), "./icons/clock.svg": () => import("./clock-03b46e55.mjs"), "./icons/clone.svg": () => import("./clone-87da0781.mjs"), "./icons/close-circle-bold.svg": () => import("./close-circle-bold-55afdf33.mjs"), "./icons/close-circle-bulk.svg": () => import("./close-circle-bulk-49febd0e.mjs"), "./icons/close-circle.svg": () => import("./close-circle-8362ea8b.mjs"), "./icons/close-square-bold.svg": () => import("./close-square-bold-a9c184b5.mjs"), "./icons/close-square.svg": () => import("./close-square-86c73dd1.mjs"), "./icons/close.svg": () => import("./close-78fe657e.mjs"), "./icons/cloud-upload.svg": () => import("./cloud-upload-543b8e47.mjs"), "./icons/cogs.svg": () => import("./cogs-cc6d1ae4.mjs"), "./icons/color-filter.svg": () => import("./color-filter-03f09a58.mjs"), "./icons/columns-bold.svg": () => import("./columns-bold-1c035fde.mjs"), "./icons/columns.svg": () => import("./columns-445b590e.mjs"), "./icons/compress.svg": () => import("./compress-058372ae.mjs"), "./icons/control.svg": () => import("./control-2062dbce.mjs"), "./icons/copy-bold.svg": () => import("./copy-bold-05c9fa7f.mjs"), "./icons/copy.svg": () => import("./copy-4e7dca50.mjs"), "./icons/crosshairs.svg": () => import("./crosshairs-af5e585e.mjs"), "./icons/dashboard.svg": () => import("./dashboard-7aca4d6d.mjs"), "./icons/diagram.svg": () => import("./diagram-7c4f1611.mjs"), "./icons/dislike-bold.svg": () => import("./dislike-bold-8787bfe5.mjs"), "./icons/dislike.svg": () => import("./dislike-1bf847a0.mjs"), "./icons/document-bold.svg": () => import("./document-bold-12880f8f.mjs"), "./icons/document-bulk.svg": () => import("./document-bulk-1d978376.mjs"), "./icons/document.svg": () => import("./document-116695c8.mjs"), "./icons/dollar-circle.svg": () => import("./dollar-circle-ee373317.mjs"), "./icons/dot.svg": () => import("./dot-8b0b9de5.mjs"), "./icons/download.svg": () => import("./download-a31300dd.mjs"), "./icons/edit-bold.svg": () => import("./edit-bold-d0e7d866.mjs"), "./icons/edit.svg": () => import("./edit-c21d1e6e.mjs"), "./icons/ellipsis-horizontal.svg": () => import("./ellipsis-horizontal-a3871d7f.mjs"), "./icons/ellipsis-vertical.svg": () => import("./ellipsis-vertical-b1a88595.mjs"), "./icons/empty-table.svg": () => import("./empty-table-41155dd6.mjs"), "./icons/expand.svg": () => import("./expand-36fff427.mjs"), "./icons/export-2-bold.svg": () => import("./export-2-bold-8832fb34.mjs"), "./icons/export-2-bulk.svg": () => import("./export-2-bulk-25deffb0.mjs"), "./icons/export-2.svg": () => import("./export-2-6595b6fa.mjs"), "./icons/export-bold.svg": () => import("./export-bold-f9ede1b1.mjs"), "./icons/export.svg": () => import("./export-70a8fb01.mjs"), "./icons/eye-bold.svg": () => import("./eye-bold-a026520d.mjs"), "./icons/eye-slash-bold.svg": () => import("./eye-slash-bold-334a7964.mjs"), "./icons/eye-slash.svg": () => import("./eye-slash-db05611b.mjs"), "./icons/eye.svg": () => import("./eye-0395aa8a.mjs"), "./icons/facebook.svg": () => import("./facebook-4fa8ba0c.mjs"), "./icons/file-pdf.svg": () => import("./file-pdf-425e84ec.mjs"), "./icons/filled-flag.svg": () => import("./filled-flag-eee4f8a0.mjs"), "./icons/filter-bold.svg": () => import("./filter-bold-1a75a9c9.mjs"), "./icons/filter.svg": () => import("./filter-c35fa360.mjs"), "./icons/flag.svg": () => import("./flag-9ab7ebcf.mjs"), "./icons/folder-open-bold.svg": () => import("./folder-open-bold-5af5737b.mjs"), "./icons/folder-open.svg": () => import("./folder-open-5d2ab10b.mjs"), "./icons/font.svg": () => import("./font-7fcbf490.mjs"), "./icons/global.svg": () => import("./global-6a6d773f.mjs"), "./icons/google-colored.svg": () => import("./google-colored-43ad23d9.mjs"), "./icons/google.svg": () => import("./google-2e882a09.mjs"), "./icons/graduation-cap-bold.svg": () => import("./graduation-cap-bold-38c52391.mjs"), "./icons/graduation-cap.svg": () => import("./graduation-cap-6283f172.mjs"), "./icons/graph-bold.svg": () => import("./graph-bold-ab1314fb.mjs"), "./icons/graph.svg": () => import("./graph-db4116dc.mjs"), "./icons/grid-bold.svg": () => import("./grid-bold-aee508ed.mjs"), "./icons/grid.svg": () => import("./grid-dd9c600a.mjs"), "./icons/hamburger.svg": () => import("./hamburger-4bcd3550.mjs"), "./icons/headset.svg": () => import("./headset-41866868.mjs"), "./icons/history.svg": () => import("./history-4809d082.mjs"), "./icons/home-bold.svg": () => import("./home-bold-f75667d3.mjs"), "./icons/home.svg": () => import("./home-ea97f9e5.mjs"), "./icons/indent.svg": () => import("./indent-bbd53e37.mjs"), "./icons/info-circle-bold.svg": () => import("./info-circle-bold-a60837c0.mjs"), "./icons/info-circle.svg": () => import("./info-circle-30e4f742.mjs"), "./icons/info.svg": () => import("./info-0f5d7a72.mjs"), "./icons/justify-right.svg": () => import("./justify-right-077e8f16.mjs"), "./icons/layer-bold.svg": () => import("./layer-bold-be2afc48.mjs"), "./icons/layer-bulk.svg": () => import("./layer-bulk-9f594537.mjs"), "./icons/layer.svg": () => import("./layer-91965b54.mjs"), "./icons/like-bold.svg": () => import("./like-bold-707bd507.mjs"), "./icons/like.svg": () => import("./like-5366ea0c.mjs"), "./icons/link.svg": () => import("./link-5900c6f3.mjs"), "./icons/linkedin.svg": () => import("./linkedin-fc9d8eba.mjs"), "./icons/list.svg": () => import("./list-842dc9a8.mjs"), "./icons/loader.svg": () => import("./loader-780f4564.mjs"), "./icons/loading.svg": () => import("./loading-ff55b728.mjs"), "./icons/lock-bold.svg": () => import("./lock-bold-7c7d934f.mjs"), "./icons/lock.svg": () => import("./lock-6a149031.mjs"), "./icons/logout-bold.svg": () => import("./logout-bold-1dcb0ea6.mjs"), "./icons/logout.svg": () => import("./logout-ad75d36d.mjs"), "./icons/map-marker-bold.svg": () => import("./map-marker-bold-442a942e.mjs"), "./icons/map-marker.svg": () => import("./map-marker-b5ee033b.mjs"), "./icons/med-kit.svg": () => import("./med-kit-735d6731.mjs"), "./icons/medal-bold.svg": () => import("./medal-bold-e3504b21.mjs"), "./icons/medal.svg": () => import("./medal-68f17af5.mjs"), "./icons/menu-bold.svg": () => import("./menu-bold-7a2db113.mjs"), "./icons/menu.svg": () => import("./menu-35172ffb.mjs"), "./icons/message-notif.svg": () => import("./message-notif-7e1da245.mjs"), "./icons/message-text.svg": () => import("./message-text-6c2c83cb.mjs"), "./icons/microscope.svg": () => import("./microscope-21832848.mjs"), "./icons/minus-bold.svg": () => import("./minus-bold-35331113.mjs"), "./icons/minus-square-bold.svg": () => import("./minus-square-bold-ee82e28b.mjs"), "./icons/minus-square.svg": () => import("./minus-square-9e68718d.mjs"), "./icons/minus.svg": () => import("./minus-df04dca9.mjs"), "./icons/mobile-bold.svg": () => import("./mobile-bold-c116009c.mjs"), "./icons/mobile-bulk.svg": () => import("./mobile-bulk-388e6cc5.mjs"), "./icons/mobile.svg": () => import("./mobile-e8ed279c.mjs"), "./icons/money-bill.svg": () => import("./money-bill-2f65d92b.mjs"), "./icons/money-send.svg": () => import("./money-send-1aa85fa1.mjs"), "./icons/notification-bold.svg": () => import("./notification-bold-52e1c858.mjs"), "./icons/notification.svg": () => import("./notification-04a91f66.mjs"), "./icons/outdent.svg": () => import("./outdent-939d95c2.mjs"), "./icons/paper-plane.svg": () => import("./paper-plane-930f1bce.mjs"), "./icons/password-check.svg": () => import("./password-check-c088e24b.mjs"), "./icons/pause-bold.svg": () => import("./pause-bold-b5ad47f4.mjs"), "./icons/pause-circle-bold.svg": () => import("./pause-circle-bold-91dc23e9.mjs"), "./icons/pause-circle.svg": () => import("./pause-circle-31f2dece.mjs"), "./icons/pause.svg": () => import("./pause-dcda0462.mjs"), "./icons/pen-square.svg": () => import("./pen-square-5d6963c5.mjs"), "./icons/pencil.svg": () => import("./pencil-a5550af6.mjs"), "./icons/people-bold.svg": () => import("./people-bold-a8b9de12.mjs"), "./icons/people.svg": () => import("./people-9ee16944.mjs"), "./icons/percentage-square-bold.svg": () => import("./percentage-square-bold-0a7ce7af.mjs"), "./icons/percentage-square.svg": () => import("./percentage-square-53cd879b.mjs"), "./icons/play-circle-bold.svg": () => import("./play-circle-bold-6ad0060f.mjs"), "./icons/play-circle.svg": () => import("./play-circle-94665032.mjs"), "./icons/plug-bold.svg": () => import("./plug-bold-c1f9893e.mjs"), "./icons/plug.svg": () => import("./plug-48296fd8.mjs"), "./icons/project-bold.svg": () => import("./project-bold-c32953aa.mjs"), "./icons/question-bold.svg": () => import("./question-bold-00b9c0a9.mjs"), "./icons/question.svg": () => import("./question-a1a8a155.mjs"), "./icons/radar-bold.svg": () => import("./radar-bold-025890d0.mjs"), "./icons/radar-bulk.svg": () => import("./radar-bulk-255fcb9a.mjs"), "./icons/radar.svg": () => import("./radar-9e9d8254.mjs"), "./icons/record-circle.svg": () => import("./record-circle-e0200965.mjs"), "./icons/redo-bold.svg": () => import("./redo-bold-5495fffd.mjs"), "./icons/redo.svg": () => import("./redo-fb873128.mjs"), "./icons/refresh.svg": () => import("./refresh-4b069be6.mjs"), "./icons/reply.svg": () => import("./reply-de440c87.mjs"), "./icons/rocket.svg": () => import("./rocket-e2d475e7.mjs"), "./icons/scale-balanced.svg": () => import("./scale-balanced-af7eb5de.mjs"), "./icons/search-dollar.svg": () => import("./search-dollar-c94ca9fd.mjs"), "./icons/search-normal-bold.svg": () => import("./search-normal-bold-01d843f2.mjs"), "./icons/search-normal.svg": () => import("./search-normal-154aba52.mjs"), "./icons/security-card-bold.svg": () => import("./security-card-bold-2e90c06e.mjs"), "./icons/security-card.svg": () => import("./security-card-7de3f47c.mjs"), "./icons/selection.svg": () => import("./selection-08a9c952.mjs"), "./icons/send.svg": () => import("./send-e7646e7a.mjs"), "./icons/settings-bold.svg": () => import("./settings-bold-7c51d631.mjs"), "./icons/settings.svg": () => import("./settings-d20222e7.mjs"), "./icons/share.svg": () => import("./share-138f74f8.mjs"), "./icons/shopping-cart-bold.svg": () => import("./shopping-cart-bold-f786619a.mjs"), "./icons/shopping-cart.svg": () => import("./shopping-cart-8becc3f1.mjs"), "./icons/slash-bold.svg": () => import("./slash-bold-9656541d.mjs"), "./icons/slash.svg": () => import("./slash-9eee755b.mjs"), "./icons/slider-horizontal-bold.svg": () => import("./slider-horizontal-bold-db93f0f6.mjs"), "./icons/slider-horizontal.svg": () => import("./slider-horizontal-4c098e63.mjs"), "./icons/sms-bold.svg": () => import("./sms-bold-f6dc2e1a.mjs"), "./icons/sms.svg": () => import("./sms-4db7f244.mjs"), "./icons/sort-amount-down.svg": () => import("./sort-amount-down-0b2b11f1.mjs"), "./icons/speedometer.svg": () => import("./speedometer-c719f6df.mjs"), "./icons/spin-dots.svg": () => import("./spin-dots-25d015b7.mjs"), "./icons/spin-round.svg": () => import("./spin-round-9db617b7.mjs"), "./icons/spin-three-circles.svg": () => import("./spin-three-circles-13ae8650.mjs"), "./icons/spin-three-dots.svg": () => import("./spin-three-dots-c116245e.mjs"), "./icons/spinner.svg": () => import("./spinner-8bb3861a.mjs"), "./icons/square.svg": () => import("./square-5a969e93.mjs"), "./icons/star-bold.svg": () => import("./star-bold-4c45c0d8.mjs"), "./icons/star-bulk.svg": () => import("./star-bulk-d8bdbc7a.mjs"), "./icons/star-half-colored.svg": () => import("./star-half-colored-3b10f42e.mjs"), "./icons/star.svg": () => import("./star-017cb8aa.mjs"), "./icons/status-up.svg": () => import("./status-up-6547be80.mjs"), "./icons/stop-bold.svg": () => import("./stop-bold-be0c1cd8.mjs"), "./icons/stop.svg": () => import("./stop-c195f726.mjs"), "./icons/story.svg": () => import("./story-b421beca.mjs"), "./icons/stream.svg": () => import("./stream-e8091b3f.mjs"), "./icons/swap-bold.svg": () => import("./swap-bold-57d7dc55.mjs"), "./icons/swap.svg": () => import("./swap-11e0d73e.mjs"), "./icons/sync.svg": () => import("./sync-8d26ba0f.mjs"), "./icons/table-list.svg": () => import("./table-list-3a2b78aa.mjs"), "./icons/tag-bold.svg": () => import("./tag-bold-573c41ef.mjs"), "./icons/tag-bulk.svg": () => import("./tag-bulk-922d5513.mjs"), "./icons/tag.svg": () => import("./tag-a64db341.mjs"), "./icons/thumbtack.svg": () => import("./thumbtack-1a04ac17.mjs"), "./icons/tick-circle-bold.svg": () => import("./tick-circle-bold-1d123c3c.mjs"), "./icons/tick-circle.svg": () => import("./tick-circle-01243ef4.mjs"), "./icons/tick-square-bold.svg": () => import("./tick-square-bold-bf954d12.mjs"), "./icons/tick-square.svg": () => import("./tick-square-787b244b.mjs"), "./icons/tick.svg": () => import("./tick-52c4e48f.mjs"), "./icons/toggle-off-bold.svg": () => import("./toggle-off-bold-8a8be16b.mjs"), "./icons/toggle-off.svg": () => import("./toggle-off-1b1e303c.mjs"), "./icons/toggle-on-bold.svg": () => import("./toggle-on-bold-64ad90eb.mjs"), "./icons/toggle-on.svg": () => import("./toggle-on-0d6dced2.mjs"), "./icons/transgender.svg": () => import("./transgender-82cb488f.mjs"), "./icons/trash-bold.svg": () => import("./trash-bold-e0f392c8.mjs"), "./icons/trash-bulk.svg": () => import("./trash-bulk-89ab0a45.mjs"), "./icons/trash.svg": () => import("./trash-f08f2851.mjs"), "./icons/trend-up-bold.svg": () => import("./trend-up-bold-df64bd2c.mjs"), "./icons/trend-up-bulk.svg": () => import("./trend-up-bulk-431e9d22.mjs"), "./icons/trend-up.svg": () => import("./trend-up-eca70766.mjs"), "./icons/triangle-exclamation.svg": () => import("./triangle-exclamation-3a84b726.mjs"), "./icons/twitter.svg": () => import("./twitter-9097735c.mjs"), "./icons/undo-bold.svg": () => import("./undo-bold-65eb640c.mjs"), "./icons/undo.svg": () => import("./undo-653eb482.mjs"), "./icons/unlock-bold.svg": () => import("./unlock-bold-8a8847c6.mjs"), "./icons/unlock.svg": () => import("./unlock-2c19e8b6.mjs"), "./icons/upload-bulk.svg": () => import("./upload-bulk-c4de9af1.mjs"), "./icons/upload.svg": () => import("./upload-37d640ae.mjs"), "./icons/user-square.svg": () => import("./user-square-b766a005.mjs"), "./icons/user.svg": () => import("./user-e1c97db1.mjs"), "./icons/volume-low.svg": () => import("./volume-low-58e56b04.mjs"), "./icons/warning-2-bold.svg": () => import("./warning-2-bold-d7e8e03f.mjs"), "./icons/warning-2-bulk.svg": () => import("./warning-2-bulk-a5e67b28.mjs"), "./icons/warning-2.svg": () => import("./warning-2-c6914942.mjs"), "./icons/warning.svg": () => import("./warning-76eae041.mjs"), "./icons/wifi.svg": () => import("./wifi-0bf73fb3.mjs") }), `./icons/${o.name}.svg`);
29
29
  }.bind({ name: o.name })
30
30
  )
31
31
  ), i = c(() => [
@@ -35,13 +35,13 @@ const oe = (t, o) => {
35
35
  Je[o.size],
36
36
  { "animate-spin": o.spin }
37
37
  ]);
38
- return (l, r) => (a(), m(ue(n(s)), {
38
+ return (l, r) => (a(), m(Q(n(s)), {
39
39
  class: L(n(i))
40
40
  }, null, 8, ["class"]));
41
41
  }
42
42
  }), Xe = {
43
43
  name: "MaButton"
44
- }, J = /* @__PURE__ */ $({
44
+ }, J = /* @__PURE__ */ k({
45
45
  ...Xe,
46
46
  props: {
47
47
  type: { default: "primary" },
@@ -74,7 +74,7 @@ const oe = (t, o) => {
74
74
  "ak-button--disabled": l.value
75
75
  }
76
76
  ]), i = c(() => o?.loading || o?.icon), l = c(() => o?.disabled || o?.loading);
77
- return (r, d) => (a(), m(n(ve), z({
77
+ return (r, d) => (a(), m(n(_e), x({
78
78
  class: n(s),
79
79
  href: o.href,
80
80
  target: o.target,
@@ -82,15 +82,15 @@ const oe = (t, o) => {
82
82
  type: n(e),
83
83
  role: "button"
84
84
  }, r.$attrs, { "prefix-cls": "antd-btn" }), O({ _: 2 }, [
85
- E(r.$slots, (v, p) => ({
85
+ E(r.$slots, (f, p) => ({
86
86
  name: p,
87
- fn: f(() => [
88
- y(r.$slots, p)
87
+ fn: v(() => [
88
+ _(r.$slots, p)
89
89
  ])
90
90
  })),
91
91
  n(i) ? {
92
92
  name: "icon",
93
- fn: f(() => [
93
+ fn: v(() => [
94
94
  o?.loading ? (a(), m(w, {
95
95
  key: 0,
96
96
  class: "ak-button__loader",
@@ -106,13 +106,13 @@ const oe = (t, o) => {
106
106
  ]), 1040, ["class", "href", "target", "disabled", "type"]));
107
107
  }
108
108
  });
109
- const st = [
109
+ const at = [
110
110
  "primary",
111
111
  "secondary",
112
112
  "link",
113
113
  "grey-link",
114
114
  "social"
115
- ], tt = [
115
+ ], it = [
116
116
  "dark",
117
117
  "plain",
118
118
  "info",
@@ -125,20 +125,20 @@ const st = [
125
125
  "large",
126
126
  "x-large",
127
127
  "2x-large"
128
- ], nt = [
128
+ ], lt = [
129
129
  "default",
130
130
  "round"
131
- ], at = [
131
+ ], rt = [
132
132
  "_blank",
133
133
  "_self",
134
134
  "_top",
135
135
  "_parent"
136
- ], it = [
136
+ ], ct = [
137
137
  "left",
138
138
  "right"
139
139
  ], Ze = {
140
140
  name: "MaTrackButton"
141
- }, lt = /* @__PURE__ */ $({
141
+ }, pt = /* @__PURE__ */ k({
142
142
  ...Ze,
143
143
  props: {
144
144
  variant: { default: "default" },
@@ -169,36 +169,36 @@ const st = [
169
169
  ]), s = c(
170
170
  () => o.loading ? "loader" : o?.showClose ? "close-circle" : o?.tracked ? "tick-circle-bold" : "add"
171
171
  ), i = c(() => o.size === "lg" ? "sm" : "xs");
172
- return (l, r) => (a(), m(n(ve), z(l.$attrs, {
172
+ return (l, r) => (a(), m(n(_e), x(l.$attrs, {
173
173
  class: n(e),
174
174
  disabled: o?.disabled || o?.loading,
175
175
  role: "button",
176
176
  "prefix-cls": "antd-btn"
177
177
  }), O({
178
- icon: f(() => [
179
- I(w, {
178
+ icon: v(() => [
179
+ z(w, {
180
180
  spin: o?.loading,
181
181
  name: n(s),
182
182
  size: n(i)
183
183
  }, null, 8, ["spin", "name", "size"])
184
184
  ]),
185
- default: f(() => [
186
- D(" " + C(t.keyword) + " ", 1)
185
+ default: v(() => [
186
+ R(" " + C(t.keyword) + " ", 1)
187
187
  ]),
188
188
  _: 2
189
189
  }, [
190
- E(l.$slots, (d, v) => ({
191
- name: v,
192
- fn: f(() => [
193
- y(l.$slots, v)
190
+ E(l.$slots, (d, f) => ({
191
+ name: f,
192
+ fn: v(() => [
193
+ _(l.$slots, f)
194
194
  ])
195
195
  }))
196
196
  ]), 1040, ["class", "disabled"]));
197
197
  }
198
198
  });
199
- const rt = [
199
+ const ut = [
200
200
  "default"
201
- ], ct = [
201
+ ], dt = [
202
202
  "sm",
203
203
  "md",
204
204
  "lg"
@@ -213,7 +213,7 @@ const rt = [
213
213
  class: "ma-toggle__titles__sub-title"
214
214
  }, to = {
215
215
  name: "MaToggle"
216
- }, pt = /* @__PURE__ */ $({
216
+ }, mt = /* @__PURE__ */ k({
217
217
  ...to,
218
218
  props: {
219
219
  size: { default: "default" },
@@ -244,7 +244,7 @@ const rt = [
244
244
  return (l, r) => (a(), u("div", {
245
245
  class: L(n(i))
246
246
  }, [
247
- I(n(Ae), z({
247
+ z(n(Ae), x({
248
248
  class: "ma-toggle__switch",
249
249
  checked: n(s),
250
250
  "onUpdate:checked": r[0] || (r[0] = (d) => W(s) ? s.value = d : null)
@@ -257,19 +257,19 @@ const rt = [
257
257
  "prefix-cls": "antd-switch"
258
258
  }), null, 16, ["checked", "disabled", "loading", "checkedChildren", "unCheckedChildren"]),
259
259
  e.title || e.subTitle ? (a(), u("div", eo, [
260
- e.title ? (a(), u("span", oo, C(e.title), 1)) : h("", !0),
261
- e.subTitle ? (a(), u("span", so, C(e.subTitle), 1)) : h("", !0)
262
- ])) : h("", !0)
260
+ e.title ? (a(), u("span", oo, C(e.title), 1)) : y("", !0),
261
+ e.subTitle ? (a(), u("span", so, C(e.subTitle), 1)) : y("", !0)
262
+ ])) : y("", !0)
263
263
  ], 2));
264
264
  }
265
265
  });
266
- const ut = [
266
+ const gt = [
267
267
  "small",
268
268
  "default",
269
269
  "large"
270
270
  ], no = ["aria-checked", "disabled"], ao = {
271
271
  name: "MaSwitch"
272
- }, dt = /* @__PURE__ */ $({
272
+ }, vt = /* @__PURE__ */ k({
273
273
  ...ao,
274
274
  props: {
275
275
  active: null,
@@ -302,33 +302,33 @@ const ut = [
302
302
  ]), l = (r) => {
303
303
  e.disabled || (s.value = r);
304
304
  };
305
- return (r, d) => (a(), u("button", z(r.$attrs, {
305
+ return (r, d) => (a(), u("button", x(r.$attrs, {
306
306
  class: n(i),
307
307
  type: "button",
308
308
  role: "switch",
309
309
  "aria-checked": n(s) === e.rightValue,
310
310
  disabled: e.disabled
311
311
  }), [
312
- k("span", {
312
+ $("span", {
313
313
  class: L({ active: e.active === e.leftValue }),
314
- onClick: d[0] || (d[0] = (v) => l(e.leftValue))
314
+ onClick: d[0] || (d[0] = (f) => l(e.leftValue))
315
315
  }, [
316
- I(w, {
316
+ z(w, {
317
317
  name: e.leftIcon
318
318
  }, null, 8, ["name"])
319
319
  ], 2),
320
- k("span", {
320
+ $("span", {
321
321
  class: L({ active: e.active === e.rightValue }),
322
- onClick: d[1] || (d[1] = (v) => l(e.rightValue))
322
+ onClick: d[1] || (d[1] = (f) => l(e.rightValue))
323
323
  }, [
324
- I(w, {
324
+ z(w, {
325
325
  name: e.rightIcon
326
326
  }, null, 8, ["name"])
327
327
  ], 2)
328
328
  ], 16, no));
329
329
  }
330
330
  });
331
- const mt = [
331
+ const ft = [
332
332
  "primary",
333
333
  "secondary"
334
334
  ], io = { class: "ak-tooltip-overlay__content" }, lo = { class: "ak-tooltip-overlay__content__title" }, ro = {
@@ -336,7 +336,7 @@ const mt = [
336
336
  class: "ak-tooltip-overlay__content__description"
337
337
  }, co = {
338
338
  name: "MaTooltip"
339
- }, gt = /* @__PURE__ */ $({
339
+ }, _t = /* @__PURE__ */ k({
340
340
  ...co,
341
341
  props: {
342
342
  placement: { default: "top" },
@@ -358,34 +358,34 @@ const mt = [
358
358
  "ak-tooltip-overlay",
359
359
  `ak-tooltip-overlay--${o.type}`,
360
360
  `ak-tooltip-overlay--${o.placement}`
361
- ].join(" ")), i = F(o.defaultVisible), l = () => {
361
+ ].join(" ")), i = P(o.defaultVisible), l = () => {
362
362
  i.value = !1;
363
363
  };
364
- return (r, d) => (a(), m(n(Ne), z(r.$attrs, {
364
+ return (r, d) => (a(), m(n(Ne), x(r.$attrs, {
365
365
  visible: i.value,
366
- "onUpdate:visible": d[0] || (d[0] = (v) => i.value = v),
366
+ "onUpdate:visible": d[0] || (d[0] = (f) => i.value = f),
367
367
  class: n(e),
368
368
  placement: o.placement,
369
369
  trigger: o.trigger,
370
370
  overlayClassName: n(s),
371
371
  "prefix-cls": "antd-tooltip"
372
372
  }), {
373
- title: f(() => [
373
+ title: v(() => [
374
374
  o.icon ? (a(), m(w, {
375
375
  key: 0,
376
376
  size: "xs",
377
377
  name: o.icon
378
- }, null, 8, ["name"])) : h("", !0),
379
- y(r.$slots, "icon"),
380
- k("div", io, [
381
- k("span", lo, [
382
- D(C(o.title) + " ", 1),
383
- y(r.$slots, "title")
378
+ }, null, 8, ["name"])) : y("", !0),
379
+ _(r.$slots, "icon"),
380
+ $("div", io, [
381
+ $("span", lo, [
382
+ R(C(o.title) + " ", 1),
383
+ _(r.$slots, "title")
384
384
  ]),
385
385
  o?.description || r.$slots.description ? (a(), u("span", ro, [
386
- D(C(o.description) + " ", 1),
387
- y(r.$slots, "description")
388
- ])) : h("", !0)
386
+ R(C(o.description) + " ", 1),
387
+ _(r.$slots, "description")
388
+ ])) : y("", !0)
389
389
  ]),
390
390
  o.closable ? (a(), m(w, {
391
391
  key: 1,
@@ -393,16 +393,16 @@ const mt = [
393
393
  class: "ak-tooltip-overlay__close",
394
394
  size: "xs",
395
395
  name: "close"
396
- })) : h("", !0)
396
+ })) : y("", !0)
397
397
  ]),
398
- default: f(() => [
399
- y(r.$slots, "default")
398
+ default: v(() => [
399
+ _(r.$slots, "default")
400
400
  ]),
401
401
  _: 3
402
402
  }, 16, ["visible", "class", "placement", "trigger", "overlayClassName"]));
403
403
  }
404
404
  });
405
- const vt = [
405
+ const yt = [
406
406
  "top",
407
407
  "left",
408
408
  "right",
@@ -415,10 +415,10 @@ const vt = [
415
415
  "leftBottom",
416
416
  "rightTop",
417
417
  "rightBottom"
418
- ], ft = [
418
+ ], ht = [
419
419
  "primary",
420
420
  "secondary"
421
- ], _t = [
421
+ ], bt = [
422
422
  "hover",
423
423
  "focus",
424
424
  "click",
@@ -430,10 +430,10 @@ const vt = [
430
430
  for (const [s, i] of o)
431
431
  e[s] = i;
432
432
  return e;
433
- }, mo = /* @__PURE__ */ k("label", {
433
+ }, mo = /* @__PURE__ */ $("label", {
434
434
  for: "cc-num",
435
435
  class: "hidden"
436
- }, "HubspotCollectedFormsWorkaround", -1), go = /* @__PURE__ */ k("input", {
436
+ }, "HubspotCollectedFormsWorkaround", -1), go = /* @__PURE__ */ $("input", {
437
437
  id: "cc-num",
438
438
  name: "cc-num",
439
439
  class: "hidden",
@@ -441,35 +441,35 @@ const vt = [
441
441
  value: "HubspotCollectedFormsWorkaround"
442
442
  }, null, -1);
443
443
  function vo(t, o, e, s, i, l) {
444
- return a(), u(K, null, [
444
+ return a(), u(H, null, [
445
445
  mo,
446
446
  go
447
447
  ], 64);
448
448
  }
449
449
  const fo = /* @__PURE__ */ uo(po, [["render", vo]]), _o = {
450
450
  name: "MaForm"
451
- }, yt = /* @__PURE__ */ $({
451
+ }, kt = /* @__PURE__ */ k({
452
452
  ..._o,
453
453
  props: {
454
454
  nonHubspotFormsIgnore: { type: Boolean, default: !0 }
455
455
  },
456
456
  setup(t, { expose: o }) {
457
- const e = t, s = F();
457
+ const e = t, s = P();
458
458
  return o({
459
459
  validate: () => s.value.validate(),
460
460
  clearValidate: () => s.value.clearValidate(),
461
461
  resetFields: () => s.value.resetFields(),
462
462
  scrollToField: () => s.value.scrollToField(),
463
463
  validateFields: () => s.value.validateFields()
464
- }), (p, x) => (a(), m(n(Re), z(p.$attrs, {
464
+ }), (p, M) => (a(), m(n(De), x(p.$attrs, {
465
465
  class: "ma-form",
466
466
  "prefix-cls": "antd-form",
467
467
  ref_key: "form",
468
468
  ref: s
469
469
  }), {
470
- default: f(() => [
471
- e.nonHubspotFormsIgnore ? (a(), m(fo, { key: 0 })) : h("", !0),
472
- y(p.$slots, "default")
470
+ default: v(() => [
471
+ e.nonHubspotFormsIgnore ? (a(), m(fo, { key: 0 })) : y("", !0),
472
+ _(p.$slots, "default")
473
473
  ]),
474
474
  _: 3
475
475
  }, 16));
@@ -477,26 +477,26 @@ const fo = /* @__PURE__ */ uo(po, [["render", vo]]), _o = {
477
477
  });
478
478
  const yo = {
479
479
  name: "MaFormItem"
480
- }, ht = /* @__PURE__ */ $({
480
+ }, $t = /* @__PURE__ */ k({
481
481
  ...yo,
482
482
  setup(t) {
483
- return (o, e) => (a(), m(n(De), z(o.$attrs, {
483
+ return (o, e) => (a(), m(n(Re), x(o.$attrs, {
484
484
  class: "ma-form-item",
485
485
  "prefix-cls": "antd-form"
486
486
  }), O({ _: 2 }, [
487
487
  E(o.$slots, (s, i) => ({
488
488
  name: i,
489
- fn: f(() => [
490
- y(o.$slots, i)
489
+ fn: v(() => [
490
+ _(o.$slots, i)
491
491
  ])
492
492
  }))
493
493
  ]), 1040));
494
494
  }
495
- }), bt = [
495
+ }), wt = [
496
496
  "horizontal",
497
497
  "vertical",
498
498
  "inline"
499
- ], G = {
499
+ ], K = {
500
500
  text: "text",
501
501
  password: "password",
502
502
  textarea: "textarea",
@@ -511,7 +511,7 @@ const yo = {
511
511
  small: "small",
512
512
  medium: "medium",
513
513
  large: "large"
514
- }, kt = {
514
+ }, Ct = {
515
515
  usd: "USD",
516
516
  eur: "EUR",
517
517
  gbp: "GBP",
@@ -528,15 +528,15 @@ const yo = {
528
528
  { label: "JPY", value: "JPY" }
529
529
  ], $o = {
530
530
  name: "MaAvatar"
531
- }, wo = /* @__PURE__ */ $({
531
+ }, wo = /* @__PURE__ */ k({
532
532
  ...$o,
533
533
  setup(t) {
534
- return (o, e) => (a(), m(n(Pe), z(o.$attrs, { "prefix-cls": "antd-avatar" }), null, 16));
534
+ return (o, e) => (a(), m(n(Pe), x(o.$attrs, { "prefix-cls": "antd-avatar" }), null, 16));
535
535
  }
536
- }), Co = { class: "dropdown-wrapper" }, xo = { class: "mobile-header" }, Mo = /* @__PURE__ */ k("label", null, "Select", -1), zo = {
536
+ }), Co = { class: "dropdown-wrapper" }, xo = { class: "mobile-header" }, Mo = /* @__PURE__ */ $("label", null, "Select", -1), Bo = {
537
537
  name: "MaDropdownRender"
538
- }, Bo = /* @__PURE__ */ $({
539
- ...zo,
538
+ }, zo = /* @__PURE__ */ k({
539
+ ...Bo,
540
540
  props: {
541
541
  menu: {
542
542
  type: Object,
@@ -560,31 +560,31 @@ const yo = {
560
560
  o("closeDropdown");
561
561
  };
562
562
  return (r, d) => (a(), u("div", Co, [
563
- k("div", xo, [
564
- I(w, {
563
+ $("div", xo, [
564
+ z(w, {
565
565
  size: "lg",
566
566
  name: "close-circle",
567
567
  onClick: l
568
568
  }),
569
569
  Mo,
570
- I(J, {
570
+ z(J, {
571
571
  type: "grey-link",
572
572
  onClick: l
573
573
  }, {
574
- default: f(() => [
575
- D("Done")
574
+ default: v(() => [
575
+ R("Done")
576
576
  ]),
577
577
  _: 1
578
578
  })
579
579
  ]),
580
- I(Fo, {
580
+ z(Fo, {
581
581
  value: n(i),
582
- "onUpdate:value": d[0] || (d[0] = (v) => W(i) ? i.value = v : null),
582
+ "onUpdate:value": d[0] || (d[0] = (f) => W(i) ? i.value = f : null),
583
583
  autofocus: "",
584
584
  placeholder: "Search",
585
585
  "prefix-icon": "search-normal"
586
586
  }, null, 8, ["value"]),
587
- I(s, { vnodes: t.menu }, null, 8, ["vnodes"])
587
+ z(s, { vnodes: t.menu }, null, 8, ["vnodes"])
588
588
  ]));
589
589
  }
590
590
  }), Io = {
@@ -592,7 +592,7 @@ const yo = {
592
592
  class: "prefix-icon"
593
593
  }, So = {
594
594
  name: "MaSelect"
595
- }, To = /* @__PURE__ */ $({
595
+ }, To = /* @__PURE__ */ k({
596
596
  ...So,
597
597
  props: {
598
598
  allowClear: { type: Boolean },
@@ -624,14 +624,14 @@ const yo = {
624
624
  "update:value"
625
625
  ],
626
626
  setup(t, { emit: o }) {
627
- const e = t, s = Q(), i = F(e?.searchValue), l = F(e.open), r = c(() => !e?.mode && e?.showSearch), d = c({
627
+ const e = t, s = Z(), i = P(e?.searchValue), l = P(e.open), r = c(() => !e?.mode && e?.showSearch), d = c({
628
628
  get() {
629
629
  return e.value;
630
630
  },
631
631
  set(b) {
632
632
  o("update:value", b);
633
633
  }
634
- }), v = c(() => [
634
+ }), f = c(() => [
635
635
  "ma-select",
636
636
  `ma-select--${e.size}`,
637
637
  {
@@ -647,18 +647,18 @@ const yo = {
647
647
  e?.dropdownClassName,
648
648
  "ma-select-dropdown",
649
649
  !e?.mode && (s?.prefixIcon || e?.prefixIcon) ? "ma-select-dropdown--has-prefix" : null
650
- ].join(" ")), x = c(() => e?.loading ? "loader" : e?.suffixIcon), S = c(() => Object.keys(s).filter((b) => !["option"].includes(b))), B = c(() => e?.showArrow || !e?.mode), N = () => {
650
+ ].join(" ")), M = c(() => e?.loading ? "loader" : e?.suffixIcon), S = c(() => Object.keys(s).filter((b) => !["option"].includes(b))), I = c(() => e?.showArrow || !e?.mode), N = () => {
651
651
  l.value = !0;
652
- }, _ = (b) => {
652
+ }, h = (b) => {
653
653
  l.value = b, i.value = "";
654
- }, T = c(() => !r.value && e?.showSearch), M = () => typeof window.orientation < "u" || navigator.userAgent.indexOf("Mobile") !== -1 ? window.innerHeight : e?.listHeight, V = () => {
654
+ }, T = c(() => !r.value && e?.showSearch), B = () => typeof window.orientation < "u" || navigator.userAgent.indexOf("Mobile") !== -1 ? window.innerHeight : e?.listHeight, V = () => {
655
655
  l.value = !1;
656
656
  };
657
- return (b, j) => (a(), m(n(Fe), z({
657
+ return (b, j) => (a(), m(n(Fe), x({
658
658
  value: n(d),
659
- "onUpdate:value": j[1] || (j[1] = (R) => W(d) ? d.value = R : null)
659
+ "onUpdate:value": j[1] || (j[1] = (D) => W(d) ? d.value = D : null)
660
660
  }, b.$attrs, {
661
- class: n(v),
661
+ class: n(f),
662
662
  allowClear: e?.allowClear,
663
663
  autoClearSearchValue: e?.autoClearSearchValue,
664
664
  autofocus: e?.autofocus,
@@ -672,47 +672,47 @@ const yo = {
672
672
  placeholder: e?.placeholder,
673
673
  searchValue: i.value || void 0,
674
674
  showSearch: n(T),
675
- showArrow: n(B),
675
+ showArrow: n(I),
676
676
  mode: e?.mode,
677
- "list-height": M(),
677
+ "list-height": B(),
678
678
  size: e?.size,
679
679
  open: l.value,
680
680
  onClick: N,
681
- onDropdownVisibleChange: _,
681
+ onDropdownVisibleChange: h,
682
682
  "prefix-cls": "antd-select"
683
683
  }), O({
684
- suffixIcon: f(() => [
685
- I(w, {
684
+ suffixIcon: v(() => [
685
+ z(w, {
686
686
  spin: e?.loading,
687
- name: n(x) || "chevron-down"
687
+ name: n(M) || "chevron-down"
688
688
  }, null, 8, ["spin", "name"]),
689
689
  b.$slots?.prefixIcon || e?.prefixIcon ? (a(), u("div", Io, [
690
- y(b.$slots, "prefixIcon", {}, () => [
690
+ _(b.$slots, "prefixIcon", {}, () => [
691
691
  e?.prefixIcon ? (a(), m(w, {
692
692
  key: 0,
693
693
  name: e?.prefixIcon
694
- }, null, 8, ["name"])) : h("", !0)
694
+ }, null, 8, ["name"])) : y("", !0)
695
695
  ])
696
- ])) : h("", !0)
696
+ ])) : y("", !0)
697
697
  ]),
698
- removeIcon: f(() => [
699
- I(w, {
698
+ removeIcon: v(() => [
699
+ z(w, {
700
700
  name: e?.removeIcon || "close"
701
701
  }, null, 8, ["name"])
702
702
  ]),
703
703
  _: 2
704
704
  }, [
705
- E(n(S), (R) => ({
706
- name: R,
707
- fn: f(() => [
708
- y(b.$slots, R)
705
+ E(n(S), (D) => ({
706
+ name: D,
707
+ fn: v(() => [
708
+ _(b.$slots, D)
709
709
  ])
710
710
  })),
711
711
  b.$slots.option ? {
712
712
  name: "option",
713
- fn: f(({ label: R, value: q }) => [
714
- y(b.$slots, "option", {
715
- label: R,
713
+ fn: v(({ label: D, value: q }) => [
714
+ _(b.$slots, "option", {
715
+ label: D,
716
716
  value: q
717
717
  })
718
718
  ]),
@@ -720,18 +720,18 @@ const yo = {
720
720
  } : void 0,
721
721
  e?.clearIcon ? {
722
722
  name: "clearIcon",
723
- fn: f(() => [
723
+ fn: v(() => [
724
724
  e?.clearIcon ? (a(), m(w, {
725
725
  key: 0,
726
726
  name: e?.clearIcon
727
- }, null, 8, ["name"])) : h("", !0)
727
+ }, null, 8, ["name"])) : y("", !0)
728
728
  ]),
729
729
  key: "1"
730
730
  } : void 0,
731
731
  e?.menuItemSelectedIcon ? {
732
732
  name: "menuItemSelectedIcon",
733
- fn: f(() => [
734
- I(w, {
733
+ fn: v(() => [
734
+ z(w, {
735
735
  name: e?.menuItemSelectedIcon
736
736
  }, null, 8, ["name"])
737
737
  ]),
@@ -739,22 +739,22 @@ const yo = {
739
739
  } : void 0,
740
740
  b.$slots.notFoundContent ? void 0 : {
741
741
  name: "notFoundContent",
742
- fn: f(() => [
743
- I(w, {
742
+ fn: v(() => [
743
+ z(w, {
744
744
  size: "sm",
745
745
  name: "warning"
746
746
  }),
747
- D(" No result found! ")
747
+ R(" No result found! ")
748
748
  ]),
749
749
  key: "3"
750
750
  },
751
751
  n(r) && l.value ? {
752
752
  name: "dropdownRender",
753
- fn: f(({ menuNode: R }) => [
754
- I(Bo, {
753
+ fn: v(({ menuNode: D }) => [
754
+ z(zo, {
755
755
  filter: i.value,
756
756
  "onUpdate:filter": j[0] || (j[0] = (q) => i.value = q),
757
- menu: R,
757
+ menu: D,
758
758
  onCloseDropdown: V
759
759
  }, null, 8, ["filter", "menu"])
760
760
  ]),
@@ -766,20 +766,20 @@ const yo = {
766
766
  const Ao = ["for"], No = {
767
767
  key: 1,
768
768
  class: "ak-input__wrapper"
769
- }, Ro = {
769
+ }, Do = {
770
770
  key: 1,
771
771
  class: "currency"
772
- }, Do = {
772
+ }, Ro = {
773
773
  key: 3,
774
774
  class: "ak-input__hint-text"
775
775
  }, Po = {
776
776
  name: "MaInput",
777
777
  inheritAttrs: !1
778
- }, Fo = /* @__PURE__ */ $({
778
+ }, Fo = /* @__PURE__ */ k({
779
779
  ...Po,
780
780
  props: {
781
781
  allowClear: { type: Boolean },
782
- type: { default: G.text },
782
+ type: { default: K.text },
783
783
  size: { default: ho.small },
784
784
  title: null,
785
785
  hintText: null,
@@ -803,7 +803,7 @@ const Ao = ["for"], No = {
803
803
  "update:amountCurrency"
804
804
  ],
805
805
  setup(t, { emit: o }) {
806
- const e = t, s = ke(), i = F(null), l = c(() => [G.amount, G.creditCard].includes(e.type) ? "number" : e.type === G.userInfo ? "text" : e.type), r = c(() => [
806
+ const e = t, s = we(), i = P(null), l = c(() => [K.amount, K.creditCard].includes(e.type) ? "number" : e.type === K.userInfo ? "text" : e.type), r = c(() => [
807
807
  `ma-input ak-input ak-input--${e.type} ak-input--${e.size} ${s?.class}`,
808
808
  {
809
809
  "ak-input--has-error": e.hasError
@@ -814,26 +814,26 @@ const Ao = ["for"], No = {
814
814
  {
815
815
  "ak-input--filled": e?.value
816
816
  }
817
- ]), d = c(() => ["ak-input__input", e?.inputClass]), v = c({
817
+ ]), d = c(() => ["ak-input__input", e?.inputClass]), f = c({
818
818
  get() {
819
819
  return e.value;
820
820
  },
821
821
  set(b) {
822
822
  o("update:value", b);
823
823
  }
824
- }), p = c(() => e.amountCurrency ? bo[e.amountCurrency] : null), x = c({
824
+ }), p = c(() => e.amountCurrency ? bo[e.amountCurrency] : null), M = c({
825
825
  get() {
826
826
  return e.amountCurrency;
827
827
  },
828
828
  set(b) {
829
829
  o("update:amountCurrency", b);
830
830
  }
831
- }), S = c(() => e.type === G.password ? Le : Ee), B = c(() => e.type === G.password ? { "input-prefix-cls": "antd-input" } : { "prefix-cls": "antd-input" }), N = c(() => e.type === G.url ? "https" : e?.addonBefore), _ = c(() => {
832
- let b = { ...s, ...B.value };
831
+ }), S = c(() => e.type === K.password ? Le : Ee), I = c(() => e.type === K.password ? { "input-prefix-cls": "antd-input" } : { "prefix-cls": "antd-input" }), N = c(() => e.type === K.url ? "https" : e?.addonBefore), h = c(() => {
832
+ let b = { ...s, ...I.value };
833
833
  return s?.class && delete b?.class, b;
834
834
  }), T = (b) => {
835
835
  o("change", b);
836
- }, M = (b) => {
836
+ }, B = (b) => {
837
837
  o("currency-change", b);
838
838
  }, V = () => {
839
839
  i.value.focus();
@@ -841,18 +841,18 @@ const Ao = ["for"], No = {
841
841
  return (b, j) => (a(), u("div", {
842
842
  class: L(n(r))
843
843
  }, [
844
- y(b.$slots, "title"),
844
+ _(b.$slots, "title"),
845
845
  e.title ? (a(), u("label", {
846
846
  key: 0,
847
847
  onClick: V,
848
848
  class: "ak-input__title",
849
849
  for: b.$attrs?.id
850
- }, C(e.title), 9, Ao)) : h("", !0),
850
+ }, C(e.title), 9, Ao)) : y("", !0),
851
851
  e.type !== "textarea" ? (a(), u("div", No, [
852
- (a(), m(ue(n(S)), z({
853
- value: n(v),
854
- "onUpdate:value": j[1] || (j[1] = (R) => W(v) ? v.value = R : null)
855
- }, n(_), {
852
+ (a(), m(Q(n(S)), x({
853
+ value: n(f),
854
+ "onUpdate:value": j[1] || (j[1] = (D) => W(f) ? f.value = D : null)
855
+ }, n(h), {
856
856
  allowClear: e?.allowClear,
857
857
  type: n(l),
858
858
  disabled: e?.disabled,
@@ -864,48 +864,48 @@ const Ao = ["for"], No = {
864
864
  ref_key: "inputRef",
865
865
  ref: i
866
866
  }), O({
867
- prefix: f(() => [
867
+ prefix: v(() => [
868
868
  e.prefixIcon ? (a(), m(w, {
869
869
  key: 0,
870
870
  size: "xs",
871
871
  name: e.prefixIcon
872
- }, null, 8, ["name"])) : n(p) ? (a(), u("span", Ro, C(n(p)), 1)) : e.type === n(G).userInfo ? (a(), m(wo, {
872
+ }, null, 8, ["name"])) : n(p) ? (a(), u("span", Do, C(n(p)), 1)) : e.type === n(K).userInfo ? (a(), m(wo, {
873
873
  key: 2,
874
874
  src: e.avatarUrl,
875
875
  disabled: e.disabled
876
- }, null, 8, ["src", "disabled"])) : h("", !0)
876
+ }, null, 8, ["src", "disabled"])) : y("", !0)
877
877
  ]),
878
- suffix: f(() => [
878
+ suffix: v(() => [
879
879
  e.type === "amount" ? (a(), m(To, {
880
880
  key: 0,
881
- value: n(x),
882
- "onUpdate:value": j[0] || (j[0] = (R) => W(x) ? x.value = R : null),
883
- onChange: M,
881
+ value: n(M),
882
+ "onUpdate:value": j[0] || (j[0] = (D) => W(M) ? M.value = D : null),
883
+ onChange: B,
884
884
  dropdownClassName: "ak-input__input__ma-select__dropdown",
885
885
  options: n(ko),
886
886
  disabled: e.disabled,
887
887
  size: "small"
888
- }, null, 8, ["value", "options", "disabled"])) : h("", !0),
888
+ }, null, 8, ["value", "options", "disabled"])) : y("", !0),
889
889
  e.suffixIcon ? (a(), m(w, {
890
890
  key: 1,
891
891
  size: "xs",
892
892
  name: e.suffixIcon
893
- }, null, 8, ["name"])) : h("", !0)
893
+ }, null, 8, ["name"])) : y("", !0)
894
894
  ]),
895
895
  _: 2
896
896
  }, [
897
- E(b.$slots, (R, q) => ({
897
+ E(b.$slots, (D, q) => ({
898
898
  name: q,
899
- fn: f(() => [
900
- y(b.$slots, q)
899
+ fn: v(() => [
900
+ _(b.$slots, q)
901
901
  ])
902
902
  }))
903
903
  ]), 1040, ["value", "allowClear", "type", "disabled", "placeholder", "addonBefore", "addonAfter", "class"]))
904
- ])) : (a(), m(n(Ve), z({
904
+ ])) : (a(), m(n(Ve), x({
905
905
  key: 2,
906
- value: n(v),
907
- "onUpdate:value": j[2] || (j[2] = (R) => W(v) ? v.value = R : null)
908
- }, n(_), {
906
+ value: n(f),
907
+ "onUpdate:value": j[2] || (j[2] = (D) => W(f) ? f.value = D : null)
908
+ }, n(h), {
909
909
  class: n(d),
910
910
  disabled: e?.disabled,
911
911
  placeholder: e?.placeholder,
@@ -914,45 +914,45 @@ const Ao = ["for"], No = {
914
914
  ref_key: "inputRef",
915
915
  ref: i
916
916
  }), O({ _: 2 }, [
917
- E(b.$slots, (R, q) => ({
917
+ E(b.$slots, (D, q) => ({
918
918
  name: q,
919
- fn: f(() => [
920
- y(b.$slots, q)
919
+ fn: v(() => [
920
+ _(b.$slots, q)
921
921
  ])
922
922
  }))
923
923
  ]), 1040, ["value", "class", "disabled", "placeholder"])),
924
- y(b.$slots, "hint"),
925
- e.hintText ? (a(), u("div", Do, C(e.hintText), 1)) : h("", !0)
924
+ _(b.$slots, "hint"),
925
+ e.hintText ? (a(), u("div", Ro, C(e.hintText), 1)) : y("", !0)
926
926
  ], 2));
927
927
  }
928
928
  });
929
929
  const Lo = {
930
930
  name: "MaSelectOption"
931
- }, $t = /* @__PURE__ */ $({
931
+ }, xt = /* @__PURE__ */ k({
932
932
  ...Lo,
933
933
  setup(t) {
934
- return (o, e) => (a(), m(n(je), z(o.$attrs, {
934
+ return (o, e) => (a(), m(n(je), x(o.$attrs, {
935
935
  class: "ma-select-option",
936
936
  "prefix-cls": "antd-select"
937
937
  }), O({ _: 2 }, [
938
938
  E(o.$slots, (s, i) => ({
939
939
  name: i,
940
- fn: f(() => [
941
- y(o.$slots, i)
940
+ fn: v(() => [
941
+ _(o.$slots, i)
942
942
  ])
943
943
  }))
944
944
  ]), 1040));
945
945
  }
946
- }), wt = [
946
+ }), Mt = [
947
947
  "default",
948
948
  "large",
949
949
  "small"
950
- ], Ct = [
950
+ ], Bt = [
951
951
  "multiple",
952
952
  "tags"
953
953
  ], Eo = {
954
954
  name: "MaCheckbox"
955
- }, xt = /* @__PURE__ */ $({
955
+ }, zt = /* @__PURE__ */ k({
956
956
  ...Eo,
957
957
  props: {
958
958
  hint: null,
@@ -967,7 +967,7 @@ const Lo = {
967
967
  "ak-checkbox--intermediate": typeof o?.indeterminate == "boolean"
968
968
  }
969
969
  ]);
970
- return (s, i) => (a(), m(n(qe), z(s.$attrs, {
970
+ return (s, i) => (a(), m(n(qe), x(s.$attrs, {
971
971
  class: n(e),
972
972
  disabled: o?.disabled,
973
973
  indeterminate: o?.indeterminate,
@@ -975,12 +975,12 @@ const Lo = {
975
975
  }), O({ _: 2 }, [
976
976
  E(s.$slots, (l, r) => ({
977
977
  name: r,
978
- fn: f(() => [
979
- y(s.$slots, r),
978
+ fn: v(() => [
979
+ _(s.$slots, r),
980
980
  o.hint ? (a(), u("div", {
981
981
  key: r,
982
982
  class: "ak-checkbox__hint-text"
983
- }, C(o.hint), 1)) : h("", !0)
983
+ }, C(o.hint), 1)) : y("", !0)
984
984
  ])
985
985
  }))
986
986
  ]), 1040, ["class", "disabled", "indeterminate"]));
@@ -988,7 +988,7 @@ const Lo = {
988
988
  });
989
989
  const Vo = {
990
990
  name: "MaCheckboxGroup"
991
- }, Mt = /* @__PURE__ */ $({
991
+ }, It = /* @__PURE__ */ k({
992
992
  ...Vo,
993
993
  props: {
994
994
  hint: null,
@@ -996,23 +996,23 @@ const Vo = {
996
996
  },
997
997
  setup(t) {
998
998
  const o = t;
999
- return (e, s) => (a(), m(n(Ue), z(e.$attrs, {
999
+ return (e, s) => (a(), m(n(Ue), x(e.$attrs, {
1000
1000
  class: "ak-checkbox-group ma-checkbox-group",
1001
1001
  "prefix-cls": "antd-checkbox"
1002
1002
  }), O({ _: 2 }, [
1003
1003
  E(e.$slots, (i, l) => ({
1004
1004
  name: l,
1005
- fn: f(() => [
1006
- y(e.$slots, l),
1005
+ fn: v(() => [
1006
+ _(e.$slots, l),
1007
1007
  o.hint ? (a(), u("div", {
1008
1008
  key: l,
1009
1009
  class: "ak-checkbox__hint-text"
1010
- }, C(o.hint), 1)) : h("", !0)
1010
+ }, C(o.hint), 1)) : y("", !0)
1011
1011
  ])
1012
1012
  }))
1013
1013
  ]), 1040));
1014
1014
  }
1015
- }), jo = ["value"], qo = /* @__PURE__ */ $({
1015
+ }), jo = ["value"], qo = /* @__PURE__ */ k({
1016
1016
  __name: "singleNumericInput",
1017
1017
  props: {
1018
1018
  value: { default: "" },
@@ -1020,7 +1020,7 @@ const Vo = {
1020
1020
  },
1021
1021
  emits: ["update:value"],
1022
1022
  setup(t, { emit: o }) {
1023
- const e = t, s = F(null);
1023
+ const e = t, s = P(null);
1024
1024
  X(
1025
1025
  () => e.focus,
1026
1026
  (l) => {
@@ -1030,7 +1030,7 @@ const Vo = {
1030
1030
  const i = (l) => {
1031
1031
  o("update:value", l.target.value);
1032
1032
  };
1033
- return (l, r) => (a(), u("input", z(l.$attrs, {
1033
+ return (l, r) => (a(), u("input", x(l.$attrs, {
1034
1034
  value: e.value,
1035
1035
  onInput: i,
1036
1036
  ref_key: "input",
@@ -1045,7 +1045,7 @@ const Vo = {
1045
1045
  }
1046
1046
  }), Uo = {
1047
1047
  name: "MaNumericInput"
1048
- }, zt = /* @__PURE__ */ $({
1048
+ }, St = /* @__PURE__ */ k({
1049
1049
  ...Uo,
1050
1050
  props: {
1051
1051
  disabled: { type: Boolean },
@@ -1057,7 +1057,7 @@ const Vo = {
1057
1057
  },
1058
1058
  emits: ["update:value"],
1059
1059
  setup(t, { emit: o }) {
1060
- const e = t, s = F(null), i = F(Array.from({ length: e.length }, (_, T) => e.value[T] || null)), l = c(() => [
1060
+ const e = t, s = P(null), i = P(Array.from({ length: e.length }, (h, T) => e.value[T] || null)), l = c(() => [
1061
1061
  "ma-numeric-input",
1062
1062
  `ma-numeric-input--${e.size}`,
1063
1063
  {
@@ -1066,67 +1066,67 @@ const Vo = {
1066
1066
  {
1067
1067
  "ma-numeric-input--disabled": e?.disabled
1068
1068
  }
1069
- ]), r = c(() => e?.placeholderStatus ? "0" : null), d = (_) => /^Digit[0-9]$/.test(_), v = (_) => s.value = _, p = (_, T) => {
1070
- switch (_.code) {
1069
+ ]), r = c(() => e?.placeholderStatus ? "0" : null), d = (h) => /^Digit[0-9]$/.test(h), f = (h) => s.value = h, p = (h, T) => {
1070
+ switch (h.code) {
1071
1071
  case "Backspace":
1072
1072
  case "Delete":
1073
- B("", T), S();
1073
+ I("", T), S();
1074
1074
  break;
1075
1075
  case "ArrowLeft":
1076
- _.preventDefault(), S();
1076
+ h.preventDefault(), S();
1077
1077
  break;
1078
1078
  case "ArrowRight":
1079
- _.preventDefault(), x();
1079
+ h.preventDefault(), M();
1080
1080
  break;
1081
1081
  default:
1082
- d(_.code) && (_.preventDefault(), B(_.key, T), x());
1082
+ d(h.code) && (h.preventDefault(), I(h.key, T), M());
1083
1083
  break;
1084
1084
  }
1085
- }, x = () => {
1085
+ }, M = () => {
1086
1086
  s.value < e.length && s.value++;
1087
1087
  }, S = () => {
1088
1088
  e.length >= s.value && s.value > 0 && s.value--;
1089
- }, B = (_, T) => {
1090
- i.value[T] = _;
1091
- }, N = (_, T) => {
1092
- _.preventDefault();
1093
- const M = _.clipboardData.getData("text/plain").replaceAll(" ", "").replaceAll("-", "").slice(0, e.length);
1094
- M.length === 1 && M.match(/^\d+$/) ? i.value[T] = M : M.match(/^\d+$/) && (i.value = M.split(""));
1089
+ }, I = (h, T) => {
1090
+ i.value[T] = h;
1091
+ }, N = (h, T) => {
1092
+ h.preventDefault();
1093
+ const B = h.clipboardData.getData("text/plain").replaceAll(" ", "").replaceAll("-", "").slice(0, e.length);
1094
+ B.length === 1 && B.match(/^\d+$/) ? i.value[T] = B : B.match(/^\d+$/) && (i.value = B.split(""));
1095
1095
  };
1096
1096
  return X(
1097
1097
  () => i.value,
1098
- (_) => {
1099
- const T = _.join("");
1098
+ (h) => {
1099
+ const T = h.join("");
1100
1100
  o("update:value", T);
1101
1101
  },
1102
1102
  { deep: !0 }
1103
1103
  ), X(
1104
1104
  () => e.value,
1105
- (_) => {
1106
- _ !== i.value.join("") && _ && _.match(/^\d+$/) && (i.value = _.split("").slice(0, e.length));
1105
+ (h) => {
1106
+ h !== i.value.join("") && h && h.match(/^\d+$/) && (i.value = h.split("").slice(0, e.length));
1107
1107
  }
1108
- ), (_, T) => (a(), u("div", z({ class: n(l) }, _.$attrs), [
1109
- (a(!0), u(K, null, E(e.length, (M) => (a(), m(qo, {
1110
- focus: s.value === M - 1,
1111
- key: M,
1108
+ ), (h, T) => (a(), u("div", x({ class: n(l) }, h.$attrs), [
1109
+ (a(!0), u(H, null, E(e.length, (B) => (a(), m(qo, {
1110
+ focus: s.value === B - 1,
1111
+ key: B,
1112
1112
  placeholder: n(r),
1113
- value: i.value[M - 1],
1113
+ value: i.value[B - 1],
1114
1114
  disabled: e.disabled,
1115
- onFocus: (V) => v(M - 1),
1116
- onKeydown: (V) => p(V, M - 1),
1117
- onPaste: (V) => N(V, M - 1),
1115
+ onFocus: (V) => f(B - 1),
1116
+ onKeydown: (V) => p(V, B - 1),
1117
+ onPaste: (V) => N(V, B - 1),
1118
1118
  class: "ma-numeric-input__input"
1119
1119
  }, null, 8, ["focus", "placeholder", "value", "disabled", "onFocus", "onKeydown", "onPaste"]))), 128))
1120
1120
  ], 16));
1121
1121
  }
1122
1122
  });
1123
- const Bt = [
1123
+ const Tt = [
1124
1124
  "small",
1125
1125
  "medium",
1126
1126
  "large"
1127
1127
  ], Oo = {
1128
1128
  name: "MaRadio"
1129
- }, Ho = /* @__PURE__ */ $({
1129
+ }, Ho = /* @__PURE__ */ k({
1130
1130
  ...Oo,
1131
1131
  props: {
1132
1132
  type: { default: "button" },
@@ -1135,18 +1135,18 @@ const Bt = [
1135
1135
  },
1136
1136
  setup(t) {
1137
1137
  const o = t, e = c(() => [`ma-radio ma-radio--${o.type}`]);
1138
- return (s, i) => (a(), m(n(Oe), z(s.$attrs, {
1138
+ return (s, i) => (a(), m(n(Oe), x(s.$attrs, {
1139
1139
  class: n(e),
1140
1140
  "prefix-cls": "antd-radio"
1141
1141
  }), O({ _: 2 }, [
1142
1142
  E(s.$slots, (l, r) => ({
1143
1143
  name: r,
1144
- fn: f(() => [
1145
- y(s.$slots, r),
1144
+ fn: v(() => [
1145
+ _(s.$slots, r),
1146
1146
  o.hint ? (a(), u("div", {
1147
1147
  key: r,
1148
1148
  class: "ma-radio__hint-text"
1149
- }, C(o.hint), 1)) : h("", !0)
1149
+ }, C(o.hint), 1)) : y("", !0)
1150
1150
  ])
1151
1151
  }))
1152
1152
  ]), 1040, ["class"]));
@@ -1157,7 +1157,7 @@ const Go = ["aria-checked", "disabled"], Ko = ["src", "alt"], Wo = { class: "ma-
1157
1157
  class: "ma-app-track-button__text__category"
1158
1158
  }, Xo = { class: "ma-app-track-button__check" }, Qo = {
1159
1159
  name: "MaAppTrackButton"
1160
- }, It = /* @__PURE__ */ $({
1160
+ }, At = /* @__PURE__ */ k({
1161
1161
  ...Qo,
1162
1162
  props: {
1163
1163
  checked: { type: Boolean, default: !1 },
@@ -1184,28 +1184,28 @@ const Go = ["aria-checked", "disabled"], Ko = ["src", "alt"], Wo = { class: "ma-
1184
1184
  "ma-app-track-button--loading": e.loading
1185
1185
  }
1186
1186
  ]);
1187
- return (l, r) => (a(), u("button", z({
1187
+ return (l, r) => (a(), u("button", x({
1188
1188
  class: n(i),
1189
1189
  role: "switch",
1190
1190
  "aria-checked": e.checked,
1191
1191
  disabled: e.disabled
1192
1192
  }, l.$attrs, { onClick: s }), [
1193
- k("img", {
1193
+ $("img", {
1194
1194
  src: e.appIcon,
1195
1195
  alt: e.appName,
1196
1196
  width: "40",
1197
1197
  height: "40"
1198
1198
  }, null, 8, Ko),
1199
- k("span", Wo, [
1200
- k("span", Jo, C(e.appName), 1),
1201
- e.appCategory ? (a(), u("span", Yo, C(e?.appCategory), 1)) : h("", !0)
1199
+ $("span", Wo, [
1200
+ $("span", Jo, C(e.appName), 1),
1201
+ e.appCategory ? (a(), u("span", Yo, C(e?.appCategory), 1)) : y("", !0)
1202
1202
  ]),
1203
- k("span", Xo, [
1204
- I(de, {
1203
+ $("span", Xo, [
1204
+ z(ge, {
1205
1205
  name: "fade",
1206
1206
  mode: "out-in"
1207
1207
  }, {
1208
- default: f(() => [
1208
+ default: v(() => [
1209
1209
  e.loading ? (a(), m(w, {
1210
1210
  key: 0,
1211
1211
  name: "loader",
@@ -1238,7 +1238,7 @@ const Zo = { class: "ak-app-icon__logo" }, es = ["src"], os = {
1238
1238
  class: "ak-app-description"
1239
1239
  }, as = {
1240
1240
  name: "MaAppIcon"
1241
- }, St = /* @__PURE__ */ $({
1241
+ }, Nt = /* @__PURE__ */ k({
1242
1242
  ...as,
1243
1243
  props: {
1244
1244
  appIcon: null,
@@ -1263,64 +1263,64 @@ const Zo = { class: "ak-app-icon__logo" }, es = ["src"], os = {
1263
1263
  return (r, d) => (a(), u("div", {
1264
1264
  class: L(n(i))
1265
1265
  }, [
1266
- k("div", Zo, [
1266
+ $("div", Zo, [
1267
1267
  e.closable ? (a(), u("span", {
1268
1268
  key: 0,
1269
1269
  onClick: l,
1270
1270
  class: "ak-app-icon-closable"
1271
1271
  }, [
1272
- I(w, {
1272
+ z(w, {
1273
1273
  size: "xs",
1274
1274
  name: "close-circle"
1275
1275
  })
1276
- ])) : h("", !0),
1277
- k("img", {
1276
+ ])) : y("", !0),
1277
+ $("img", {
1278
1278
  class: "ak-app-icon-img",
1279
1279
  src: e.appIcon
1280
1280
  }, null, 8, es),
1281
1281
  e?.platform ? (a(), u("span", os, [
1282
- I(w, {
1282
+ z(w, {
1283
1283
  size: "xs",
1284
1284
  name: n(s)
1285
1285
  }, null, 8, ["name"])
1286
- ])) : h("", !0)
1286
+ ])) : y("", !0)
1287
1287
  ]),
1288
- k("div", ss, [
1289
- e?.appName ? (a(), u("span", ts, C(e.appName), 1)) : h("", !0),
1290
- e?.appDescription ? (a(), u("span", ns, C(e.appDescription), 1)) : h("", !0)
1288
+ $("div", ss, [
1289
+ e?.appName ? (a(), u("span", ts, C(e.appName), 1)) : y("", !0),
1290
+ e?.appDescription ? (a(), u("span", ns, C(e.appDescription), 1)) : y("", !0)
1291
1291
  ])
1292
1292
  ], 2));
1293
1293
  }
1294
1294
  });
1295
- const Tt = [
1295
+ const Dt = [
1296
1296
  "x-small",
1297
1297
  "small",
1298
1298
  "medium",
1299
1299
  "large",
1300
1300
  "x-large"
1301
- ], At = [
1301
+ ], Rt = [
1302
1302
  "play",
1303
1303
  "ios"
1304
1304
  ], is = {
1305
1305
  name: "MaRadioGroup"
1306
- }, Nt = /* @__PURE__ */ $({
1306
+ }, Pt = /* @__PURE__ */ k({
1307
1307
  ...is,
1308
1308
  setup(t) {
1309
- return (o, e) => (a(), m(n(He), z(o.$attrs, { "prefix-cls": "antd-radio" }), O({ _: 2 }, [
1309
+ return (o, e) => (a(), m(n(He), x(o.$attrs, { "prefix-cls": "antd-radio" }), O({ _: 2 }, [
1310
1310
  E(o.$slots, (s, i) => ({
1311
1311
  name: i,
1312
- fn: f(() => [
1313
- y(o.$slots, i)
1312
+ fn: v(() => [
1313
+ _(o.$slots, i)
1314
1314
  ])
1315
1315
  }))
1316
1316
  ]), 1040));
1317
1317
  }
1318
- }), Rt = [
1318
+ }), Ft = [
1319
1319
  "button",
1320
1320
  "check"
1321
1321
  ], ls = {
1322
1322
  name: "MaBadge"
1323
- }, Dt = /* @__PURE__ */ $({
1323
+ }, rs = /* @__PURE__ */ k({
1324
1324
  ...ls,
1325
1325
  props: {
1326
1326
  type: { default: "primary" },
@@ -1345,35 +1345,35 @@ const Tt = [
1345
1345
  o?.icon ? (a(), m(w, {
1346
1346
  key: 0,
1347
1347
  name: o?.icon
1348
- }, null, 8, ["name"])) : h("", !0),
1349
- y(s.$slots, "default")
1348
+ }, null, 8, ["name"])) : y("", !0),
1349
+ _(s.$slots, "default")
1350
1350
  ], 2));
1351
1351
  }
1352
1352
  });
1353
- const Pt = [
1353
+ const Lt = [
1354
1354
  "dark",
1355
1355
  "blue",
1356
1356
  "green",
1357
1357
  "orange",
1358
1358
  "red",
1359
1359
  "purple"
1360
- ], Ft = [
1360
+ ], Et = [
1361
1361
  "primary",
1362
1362
  "secondary",
1363
1363
  "line",
1364
1364
  "dashed",
1365
1365
  "icon"
1366
- ], Lt = [
1366
+ ], Vt = [
1367
1367
  "small",
1368
1368
  "medium",
1369
1369
  "large"
1370
- ], Et = [
1370
+ ], jt = [
1371
1371
  "left",
1372
1372
  "right"
1373
- ], rs = {
1373
+ ], cs = {
1374
1374
  name: "MaAlert"
1375
- }, Vt = /* @__PURE__ */ $({
1376
- ...rs,
1375
+ }, qt = /* @__PURE__ */ k({
1376
+ ...cs,
1377
1377
  props: {
1378
1378
  variant: { default: "dark" },
1379
1379
  type: { default: "primary" },
@@ -1383,8 +1383,8 @@ const Pt = [
1383
1383
  icon: null
1384
1384
  },
1385
1385
  setup(t) {
1386
- const o = t, e = Q(), s = c(() => [`ma-alert ak-alert ak-alert--${o.variant}--${o.type}`]), i = c(() => !!o?.icon || !!e?.icon);
1387
- return (l, r) => (a(), m(n(Ge), z(l.$attrs, {
1386
+ const o = t, e = Z(), s = c(() => [`ma-alert ak-alert ak-alert--${o.variant}--${o.type}`]), i = c(() => !!o?.icon || !!e?.icon);
1387
+ return (l, r) => (a(), m(n(Ge), x(l.$attrs, {
1388
1388
  class: n(s),
1389
1389
  description: t.description,
1390
1390
  message: t.message,
@@ -1392,43 +1392,43 @@ const Pt = [
1392
1392
  showIcon: n(i),
1393
1393
  "prefix-cls": "antd-alert"
1394
1394
  }), {
1395
- closeIcon: f(() => [
1396
- I(w, {
1395
+ closeIcon: v(() => [
1396
+ z(w, {
1397
1397
  name: "close",
1398
1398
  size: "xs"
1399
1399
  })
1400
1400
  ]),
1401
- icon: f(() => [
1401
+ icon: v(() => [
1402
1402
  o?.icon ? (a(), m(w, {
1403
1403
  key: 0,
1404
1404
  name: t.icon,
1405
1405
  size: "lg"
1406
- }, null, 8, ["name"])) : h("", !0),
1407
- y(l.$slots, "icon")
1406
+ }, null, 8, ["name"])) : y("", !0),
1407
+ _(l.$slots, "icon")
1408
1408
  ]),
1409
- message: f(() => [
1410
- y(l.$slots, "message")
1409
+ message: v(() => [
1410
+ _(l.$slots, "message")
1411
1411
  ]),
1412
- description: f(() => [
1413
- y(l.$slots, "description")
1412
+ description: v(() => [
1413
+ _(l.$slots, "description")
1414
1414
  ]),
1415
1415
  _: 3
1416
1416
  }, 16, ["class", "description", "message", "closable", "showIcon"]));
1417
1417
  }
1418
1418
  });
1419
- const jt = [
1419
+ const Ut = [
1420
1420
  "dark",
1421
1421
  "blue",
1422
1422
  "green",
1423
1423
  "orange",
1424
1424
  "red"
1425
- ], qt = [
1425
+ ], Ot = [
1426
1426
  "primary",
1427
1427
  "secondary"
1428
- ], cs = {
1428
+ ], ps = {
1429
1429
  name: "MaAnimation"
1430
- }, ps = /* @__PURE__ */ $({
1431
- ...cs,
1430
+ }, us = /* @__PURE__ */ k({
1431
+ ...ps,
1432
1432
  props: {
1433
1433
  name: { default: "rocket" },
1434
1434
  loop: { type: Boolean, default: !0 },
@@ -1441,7 +1441,7 @@ const jt = [
1441
1441
  setup(t, { expose: o, emit: e }) {
1442
1442
  const s = t;
1443
1443
  let i;
1444
- const l = F(null), r = F(null);
1444
+ const l = P(null), r = P(null);
1445
1445
  o({
1446
1446
  animation: r
1447
1447
  });
@@ -1452,15 +1452,15 @@ const jt = [
1452
1452
  X(
1453
1453
  () => s.name,
1454
1454
  () => {
1455
- x(), p();
1455
+ M(), p();
1456
1456
  }
1457
1457
  );
1458
- const v = async () => {
1459
- const { default: S } = await import("./lottie_light-b08f9446.mjs").then((B) => B.l);
1458
+ const f = async () => {
1459
+ const { default: S } = await import("./lottie_light-b08f9446.mjs").then((I) => I.l);
1460
1460
  i = S;
1461
1461
  }, p = async () => {
1462
1462
  try {
1463
- const { default: S } = await oe(/* @__PURE__ */ Object.assign({ "./files/fly-waiting.json": () => import("./fly-waiting-bc221374.mjs"), "./files/no-data-found.json": () => import("./no-data-found-98af8e80.mjs"), "./files/rocket.json": () => import("./rocket-21431704.mjs"), "./files/rounded-loading.json": () => import("./rounded-loading-d3184421.mjs"), "./files/sad-not-found.json": () => import("./sad-not-found-44e231b1.mjs"), "./files/success-confetti.json": () => import("./success-confetti-b9594f98.mjs") }), `./files/${s.name}.json`);
1463
+ const { default: S } = await ne(/* @__PURE__ */ Object.assign({ "./files/fly-waiting.json": () => import("./fly-waiting-bc221374.mjs"), "./files/no-data-found.json": () => import("./no-data-found-98af8e80.mjs"), "./files/rocket.json": () => import("./rocket-21431704.mjs"), "./files/rounded-loading.json": () => import("./rounded-loading-d3184421.mjs"), "./files/sad-not-found.json": () => import("./sad-not-found-44e231b1.mjs"), "./files/success-confetti.json": () => import("./success-confetti-b9594f98.mjs") }), `./files/${s.name}.json`);
1464
1464
  r.value = i.loadAnimation({
1465
1465
  container: l.value,
1466
1466
  loop: s.loop,
@@ -1473,52 +1473,52 @@ const jt = [
1473
1473
  } catch (S) {
1474
1474
  e("onError", S);
1475
1475
  }
1476
- }, x = () => {
1476
+ }, M = () => {
1477
1477
  r.value && r.value.destroy();
1478
1478
  };
1479
- return me(async () => {
1480
- await v(), p();
1481
- }), $e(() => {
1482
- x();
1483
- }), (S, B) => (a(), u("div", {
1479
+ return ve(async () => {
1480
+ await f(), p();
1481
+ }), Ce(() => {
1482
+ M();
1483
+ }), (S, I) => (a(), u("div", {
1484
1484
  ref_key: "animationRef",
1485
1485
  ref: l,
1486
1486
  class: "ma-animation",
1487
- style: ge(n(d))
1487
+ style: fe(n(d))
1488
1488
  }, null, 4));
1489
1489
  }
1490
- }), Ut = [
1490
+ }), Ht = [
1491
1491
  "rocket",
1492
1492
  "success-confetti",
1493
1493
  "rounded-loading",
1494
1494
  "fly-waiting",
1495
1495
  "no-data-found",
1496
1496
  "sad-not-found"
1497
- ], Ot = [
1497
+ ], Gt = [
1498
1498
  "info",
1499
1499
  "success",
1500
1500
  "confirm",
1501
1501
  "warning",
1502
1502
  "error"
1503
- ], le = {
1503
+ ], pe = {
1504
1504
  info: "info-circle",
1505
1505
  success: "tick-circle",
1506
1506
  confirm: "warning",
1507
1507
  warning: "warning",
1508
1508
  error: "close-circle-bold"
1509
- }, us = {
1509
+ }, ds = {
1510
1510
  key: 1,
1511
1511
  class: "ak-modal__title"
1512
- }, ds = { class: "ak-modal__content" }, ms = {
1512
+ }, ms = { class: "ak-modal__content" }, gs = {
1513
1513
  key: 0,
1514
1514
  class: "ak-modal__description"
1515
- }, gs = {
1515
+ }, vs = {
1516
1516
  key: 2,
1517
1517
  class: "ak-modal__footer"
1518
- }, vs = {
1518
+ }, fs = {
1519
1519
  name: "MaModal"
1520
- }, re = /* @__PURE__ */ $({
1521
- ...vs,
1520
+ }, ue = /* @__PURE__ */ k({
1521
+ ...fs,
1522
1522
  props: {
1523
1523
  visible: { type: Boolean, default: !0 },
1524
1524
  type: null,
@@ -1540,11 +1540,11 @@ const jt = [
1540
1540
  get() {
1541
1541
  return e.visible;
1542
1542
  },
1543
- set(B) {
1544
- o("update:visible", B);
1543
+ set(I) {
1544
+ o("update:visible", I);
1545
1545
  }
1546
1546
  }), i = c(
1547
- () => e.type && le[e.type] ? le[e.type] : null
1547
+ () => e.type && pe[e.type] ? pe[e.type] : null
1548
1548
  ), l = c(
1549
1549
  () => e.type === "error" ? "danger" : e.type === "warning" ? "warning" : "info"
1550
1550
  ), r = c(
@@ -1553,17 +1553,17 @@ const jt = [
1553
1553
  "ma-modal",
1554
1554
  "ak-modal",
1555
1555
  { [`ak-modal--${e.type}`]: !!e.type }
1556
- ]), v = c(() => [
1556
+ ]), f = c(() => [
1557
1557
  "ak-modal__header-icon",
1558
1558
  { [`ak-modal__header-icon--${e.type}`]: !!e.type }
1559
1559
  ]), p = () => {
1560
1560
  s.value = !1, o("cancel");
1561
- }, x = () => {
1561
+ }, M = () => {
1562
1562
  o("ok");
1563
- }, S = Q();
1564
- return (B, N) => (a(), m(n(Ke), z(B.$attrs, {
1563
+ }, S = Z();
1564
+ return (I, N) => (a(), m(n(Ke), x(I.$attrs, {
1565
1565
  visible: n(s),
1566
- "onUpdate:visible": N[0] || (N[0] = (_) => W(s) ? s.value = _ : null),
1566
+ "onUpdate:visible": N[0] || (N[0] = (h) => W(s) ? s.value = h : null),
1567
1567
  "prefix-cls": "antd-modal",
1568
1568
  class: n(d),
1569
1569
  closable: e.closable,
@@ -1571,65 +1571,65 @@ const jt = [
1571
1571
  "mask-closable": e.maskClosable,
1572
1572
  width: e.width,
1573
1573
  footer: null,
1574
- onOk: x,
1574
+ onOk: M,
1575
1575
  onCancel: p
1576
1576
  }), {
1577
- closeIcon: f(() => [
1578
- I(w, {
1577
+ closeIcon: v(() => [
1578
+ z(w, {
1579
1579
  name: "close-circle",
1580
1580
  size: "sm"
1581
1581
  })
1582
1582
  ]),
1583
- default: f(() => [
1583
+ default: v(() => [
1584
1584
  n(i) ? (a(), u("div", {
1585
1585
  key: 0,
1586
- class: L(n(v))
1586
+ class: L(n(f))
1587
1587
  }, [
1588
- I(w, { name: n(i) }, null, 8, ["name"])
1589
- ], 2)) : h("", !0),
1590
- e.title || B.$slots.title ? (a(), u("h1", us, [
1591
- y(B.$slots, "title"),
1592
- D(" " + C(e.title), 1)
1593
- ])) : h("", !0),
1594
- k("div", ds, [
1595
- e.content ? (a(), u("div", ms, C(e.content), 1)) : h("", !0),
1596
- y(B.$slots, "content"),
1597
- y(B.$slots, "default")
1588
+ z(w, { name: n(i) }, null, 8, ["name"])
1589
+ ], 2)) : y("", !0),
1590
+ e.title || I.$slots.title ? (a(), u("h1", ds, [
1591
+ _(I.$slots, "title"),
1592
+ R(" " + C(e.title), 1)
1593
+ ])) : y("", !0),
1594
+ $("div", ms, [
1595
+ e.content ? (a(), u("div", gs, C(e.content), 1)) : y("", !0),
1596
+ _(I.$slots, "content"),
1597
+ _(I.$slots, "default")
1598
1598
  ]),
1599
- n(r) ? (a(), u("div", gs, [
1600
- e.okText ? (a(), m(J, z({
1599
+ n(r) ? (a(), u("div", vs, [
1600
+ e.okText ? (a(), m(J, x({
1601
1601
  key: 0,
1602
- onClick: x,
1602
+ onClick: M,
1603
1603
  class: "ak-modal__ok-button",
1604
1604
  variant: n(l),
1605
1605
  loading: e.confirmLoading
1606
1606
  }, e.okButtonProps), {
1607
- default: f(() => [
1608
- D(C(e.okText), 1)
1607
+ default: v(() => [
1608
+ R(C(e.okText), 1)
1609
1609
  ]),
1610
1610
  _: 1
1611
- }, 16, ["variant", "loading"])) : h("", !0),
1612
- e.cancelText ? (a(), m(J, z({
1611
+ }, 16, ["variant", "loading"])) : y("", !0),
1612
+ e.cancelText ? (a(), m(J, x({
1613
1613
  key: 1,
1614
1614
  onClick: p,
1615
1615
  type: "grey-link"
1616
1616
  }, e.cancelButtonProps), {
1617
- default: f(() => [
1618
- D(C(e.cancelText), 1)
1617
+ default: v(() => [
1618
+ R(C(e.cancelText), 1)
1619
1619
  ]),
1620
1620
  _: 1
1621
- }, 16)) : h("", !0),
1622
- y(B.$slots, "footer")
1623
- ])) : h("", !0)
1621
+ }, 16)) : y("", !0),
1622
+ _(I.$slots, "footer")
1623
+ ])) : y("", !0)
1624
1624
  ]),
1625
1625
  _: 3
1626
1626
  }, 16, ["visible", "class", "closable", "mask", "mask-closable", "width"]));
1627
1627
  }
1628
1628
  });
1629
- const fs = ["info", "success", "warning", "error", "confirm"];
1630
- fs.forEach((t) => {
1631
- re[t] = (o) => {
1632
- const e = document.createElement("div"), s = we(re, o), i = Ce({
1629
+ const _s = ["info", "success", "warning", "error", "confirm"];
1630
+ _s.forEach((t) => {
1631
+ ue[t] = (o) => {
1632
+ const e = document.createElement("div"), s = xe(ue, o), i = Me({
1633
1633
  render: () => s
1634
1634
  });
1635
1635
  return i.mount(e), document.body.appendChild(e), o.onCancel = () => {
@@ -1641,10 +1641,10 @@ fs.forEach((t) => {
1641
1641
  };
1642
1642
  };
1643
1643
  });
1644
- const _s = {
1644
+ const ys = {
1645
1645
  name: "MaRateStar"
1646
- }, ys = /* @__PURE__ */ $({
1647
- ..._s,
1646
+ }, hs = /* @__PURE__ */ k({
1647
+ ...ys,
1648
1648
  props: {
1649
1649
  value: null,
1650
1650
  starRate: null,
@@ -1657,9 +1657,9 @@ const _s = {
1657
1657
  "ak-rate__item__icon--filled": o.value + 0.5 >= o.starRate
1658
1658
  }
1659
1659
  ]), s = c(() => o.starRate - 0.5 === o.value), i = c(() => s.value ? "star-half-colored" : "star-bold");
1660
- return (l, r) => (a(), m(de, { name: "fade" }, {
1661
- default: f(() => [
1662
- I(w, {
1660
+ return (l, r) => (a(), m(ge, { name: "fade" }, {
1661
+ default: v(() => [
1662
+ z(w, {
1663
1663
  class: L(n(e)),
1664
1664
  name: n(i),
1665
1665
  size: t.iconSize
@@ -1668,10 +1668,10 @@ const _s = {
1668
1668
  _: 1
1669
1669
  }));
1670
1670
  }
1671
- }), hs = ["tabindex"], bs = ["onMousemove", "onMouseover"], ks = {
1671
+ }), bs = ["tabindex"], ks = ["onMousemove", "onMouseover"], $s = {
1672
1672
  name: "MaRate"
1673
- }, Ht = /* @__PURE__ */ $({
1674
- ...ks,
1673
+ }, Kt = /* @__PURE__ */ k({
1674
+ ...$s,
1675
1675
  props: {
1676
1676
  value: null,
1677
1677
  allowClear: { type: Boolean },
@@ -1683,7 +1683,7 @@ const _s = {
1683
1683
  },
1684
1684
  emits: ["update:value", "change"],
1685
1685
  setup(t, { emit: o }) {
1686
- const e = t, s = F(0), i = c(() => [
1686
+ const e = t, s = P(0), i = c(() => [
1687
1687
  `ak-rate ak-rate--${e.size} ak-rate--${e.color}`,
1688
1688
  {
1689
1689
  "ak-rate--disabled": e?.disabled
@@ -1700,65 +1700,65 @@ const _s = {
1700
1700
  }), r = c(() => e?.disabled ? -1 : e.tabIndex), d = () => {
1701
1701
  if (!e?.disabled) {
1702
1702
  if (e?.allowClear && s.value === e.value) {
1703
- B(0);
1703
+ I(0);
1704
1704
  return;
1705
1705
  }
1706
- B(s.value);
1706
+ I(s.value);
1707
1707
  }
1708
- }, v = (N) => {
1708
+ }, f = (N) => {
1709
1709
  e?.disabled || (s.value = N);
1710
1710
  }, p = () => {
1711
1711
  s.value = 0;
1712
- }, x = (N, _) => {
1713
- !e?.allowHalf || e.disabled || (N.offsetX < N.target.clientWidth / 2 ? s.value = _ - 0.5 : s.value = _);
1712
+ }, M = (N, h) => {
1713
+ !e?.allowHalf || e.disabled || (N.offsetX < N.target.clientWidth / 2 ? s.value = h - 0.5 : s.value = h);
1714
1714
  }, S = (N) => {
1715
- e?.disabled || (N.key === "ArrowRight" && e.value < 5 ? B(e.value + (e.allowHalf ? 0.5 : 1)) : N.key === "ArrowLeft" && e.value > 0 && B(e.value - (e.allowHalf ? 0.5 : 1)));
1716
- }, B = (N) => {
1715
+ e?.disabled || (N.key === "ArrowRight" && e.value < 5 ? I(e.value + (e.allowHalf ? 0.5 : 1)) : N.key === "ArrowLeft" && e.value > 0 && I(e.value - (e.allowHalf ? 0.5 : 1)));
1716
+ }, I = (N) => {
1717
1717
  o("update:value", N), o("change", N);
1718
1718
  };
1719
- return (N, _) => (a(), u("ul", {
1719
+ return (N, h) => (a(), u("ul", {
1720
1720
  class: L(n(i)),
1721
1721
  onMouseleave: p,
1722
1722
  onKeydown: S,
1723
1723
  tabindex: n(r)
1724
1724
  }, [
1725
- (a(), u(K, null, E(5, (T) => k("li", {
1725
+ (a(), u(H, null, E(5, (T) => $("li", {
1726
1726
  class: "ak-rate__item",
1727
1727
  key: T,
1728
- onMousemove: (M) => x(M, T),
1729
- onMouseover: (M) => v(T),
1730
- onClick: _[0] || (_[0] = (M) => d())
1728
+ onMousemove: (B) => M(B, T),
1729
+ onMouseover: (B) => f(T),
1730
+ onClick: h[0] || (h[0] = (B) => d())
1731
1731
  }, [
1732
- I(ys, {
1732
+ z(hs, {
1733
1733
  "star-rate": T,
1734
1734
  value: s.value || e.value,
1735
1735
  "icon-size": n(l)
1736
1736
  }, null, 8, ["star-rate", "value", "icon-size"])
1737
- ], 40, bs)), 64))
1738
- ], 42, hs));
1737
+ ], 40, ks)), 64))
1738
+ ], 42, bs));
1739
1739
  }
1740
1740
  });
1741
- const Gt = [
1741
+ const Wt = [
1742
1742
  "small",
1743
1743
  "medium",
1744
1744
  "large"
1745
- ], Kt = [
1745
+ ], Jt = [
1746
1746
  "orange",
1747
1747
  "green",
1748
1748
  "red"
1749
- ], $s = {
1749
+ ], ws = {
1750
1750
  key: 0,
1751
1751
  class: "ma-spin__overlay"
1752
- }, ws = {
1752
+ }, Cs = {
1753
1753
  key: 0,
1754
1754
  class: "custom-indicator"
1755
- }, Cs = {
1755
+ }, xs = {
1756
1756
  key: 2,
1757
1757
  class: "tip"
1758
- }, xs = {
1758
+ }, Ms = {
1759
1759
  name: "MaSpin"
1760
- }, ce = /* @__PURE__ */ $({
1761
- ...xs,
1760
+ }, de = /* @__PURE__ */ k({
1761
+ ...Ms,
1762
1762
  props: {
1763
1763
  type: { default: "round" },
1764
1764
  color: { default: "dark" },
@@ -1766,7 +1766,7 @@ const Gt = [
1766
1766
  tip: null
1767
1767
  },
1768
1768
  setup(t) {
1769
- const o = t, e = Q(), s = c(() => [
1769
+ const o = t, e = Z(), s = c(() => [
1770
1770
  `ma-spin ma-spin--${o.type} ma-spin--${o.color}`,
1771
1771
  {
1772
1772
  "ma-spin-container": e?.default
@@ -1774,40 +1774,40 @@ const Gt = [
1774
1774
  ]), i = c(() => [
1775
1775
  "ma-spin__icon"
1776
1776
  ]), l = c(() => `spin-${o.type}`);
1777
- return (r, d) => (a(), u("div", z({ class: n(s) }, r.$attrs), [
1778
- o.spinning ? (a(), u("div", $s, [
1779
- r.$slots.indicator ? (a(), u("div", ws, [
1780
- y(r.$slots, "indicator")
1781
- ])) : h("", !0),
1777
+ return (r, d) => (a(), u("div", x({ class: n(s) }, r.$attrs), [
1778
+ o.spinning ? (a(), u("div", ws, [
1779
+ r.$slots.indicator ? (a(), u("div", Cs, [
1780
+ _(r.$slots, "indicator")
1781
+ ])) : y("", !0),
1782
1782
  o.spinning && !r.$slots.indicator ? (a(), m(w, {
1783
1783
  key: 1,
1784
1784
  class: L(n(i)),
1785
1785
  name: n(l)
1786
- }, null, 8, ["class", "name"])) : h("", !0),
1787
- r.$slots?.tip || o?.tip ? (a(), u("div", Cs, [
1788
- D(C(o?.tip) + " ", 1),
1789
- y(r.$slots, "tip")
1790
- ])) : h("", !0)
1791
- ])) : h("", !0),
1792
- y(r.$slots, "default")
1786
+ }, null, 8, ["class", "name"])) : y("", !0),
1787
+ r.$slots?.tip || o?.tip ? (a(), u("div", xs, [
1788
+ R(C(o?.tip) + " ", 1),
1789
+ _(r.$slots, "tip")
1790
+ ])) : y("", !0)
1791
+ ])) : y("", !0),
1792
+ _(r.$slots, "default")
1793
1793
  ], 16));
1794
1794
  }
1795
1795
  });
1796
- const Wt = [
1796
+ const Yt = [
1797
1797
  "round",
1798
1798
  "dots",
1799
1799
  "three-circles",
1800
1800
  "three-dots"
1801
- ], Jt = [
1801
+ ], Xt = [
1802
1802
  "dark",
1803
1803
  "jordy",
1804
1804
  "blue",
1805
1805
  "orange",
1806
1806
  "grey"
1807
- ], Ms = {
1807
+ ], Bs = {
1808
1808
  name: "MaDropdown"
1809
- }, Yt = /* @__PURE__ */ $({
1810
- ...Ms,
1809
+ }, Qt = /* @__PURE__ */ k({
1810
+ ...Bs,
1811
1811
  props: {
1812
1812
  destroyPopupOnHide: { type: Boolean, default: !1 },
1813
1813
  disabled: { type: Boolean, default: !1 },
@@ -1828,7 +1828,7 @@ const Wt = [
1828
1828
  }), i = c(
1829
1829
  () => ["ma-dropdown-overlay", e?.overlayClassName].join(" ")
1830
1830
  );
1831
- return (l, r) => (a(), m(n(We), z({
1831
+ return (l, r) => (a(), m(n(We), x({
1832
1832
  "prefix-cls": "antd-dropdown",
1833
1833
  overlayClassName: n(i),
1834
1834
  destroyPopupOnHide: e.destroyPopupOnHide,
@@ -1839,45 +1839,45 @@ const Wt = [
1839
1839
  visible: n(s),
1840
1840
  "onUpdate:visible": r[0] || (r[0] = (d) => W(s) ? s.value = d : null)
1841
1841
  }), {
1842
- overlay: f(() => [
1843
- y(l.$slots, "overlay")
1842
+ overlay: v(() => [
1843
+ _(l.$slots, "overlay")
1844
1844
  ]),
1845
- default: f(() => [
1846
- y(l.$slots, "default")
1845
+ default: v(() => [
1846
+ _(l.$slots, "default")
1847
1847
  ]),
1848
1848
  _: 3
1849
1849
  }, 16, ["overlayClassName", "destroyPopupOnHide", "disabled", "placement", "trigger", "visible"]));
1850
1850
  }
1851
1851
  });
1852
- const Xt = [
1852
+ const Zt = [
1853
1853
  "bottomLeft",
1854
1854
  "bottom",
1855
1855
  "bottomRight",
1856
1856
  "topLeft",
1857
1857
  "top",
1858
1858
  "topRight"
1859
- ], Qt = [
1859
+ ], en = [
1860
1860
  "click",
1861
1861
  "hover",
1862
1862
  "contextmenu"
1863
- ], Zt = [
1863
+ ], on = [
1864
1864
  "small",
1865
1865
  "medium",
1866
1866
  "large"
1867
- ], en = [
1867
+ ], sn = [
1868
1868
  "general",
1869
1869
  "add-app",
1870
1870
  "table",
1871
1871
  "selection"
1872
- ], pe = {
1872
+ ], me = {
1873
1873
  general: "box-empty",
1874
1874
  "add-app": "add-app",
1875
1875
  table: "empty-table",
1876
1876
  selection: "selection"
1877
- }, zs = { class: "ma-empty__title" }, Bs = { class: "ma-empty__description" }, Is = { class: "ma-empty__content" }, Ss = {
1877
+ }, zs = { class: "ma-empty__title" }, Is = { class: "ma-empty__description" }, Ss = { class: "ma-empty__content" }, Ts = {
1878
1878
  name: "MaEmpty"
1879
- }, on = /* @__PURE__ */ $({
1880
- ...Ss,
1879
+ }, tn = /* @__PURE__ */ k({
1880
+ ...Ts,
1881
1881
  props: {
1882
1882
  size: { default: "large" },
1883
1883
  variant: { default: "general" },
@@ -1888,40 +1888,40 @@ const Xt = [
1888
1888
  },
1889
1889
  setup(t) {
1890
1890
  const o = t, e = c(
1891
- () => o.variant && pe[o.variant] ? pe[o.variant] : null
1891
+ () => o.variant && me[o.variant] ? me[o.variant] : null
1892
1892
  ), s = c(() => [
1893
1893
  `ma-empty ma-empty--${o.variant} ma-empty--${o.size}`
1894
1894
  ]);
1895
1895
  return (i, l) => (a(), u("div", {
1896
1896
  class: L(n(s))
1897
1897
  }, [
1898
- o?.animation ? (a(), m(ps, z({
1898
+ o?.animation ? (a(), m(us, x({
1899
1899
  key: 0,
1900
1900
  name: t.animation
1901
- }, t.animationProps), null, 16, ["name"])) : i.$slots.icon ? y(i.$slots, "icon", { key: 1 }) : (a(), m(w, {
1901
+ }, t.animationProps), null, 16, ["name"])) : i.$slots.icon ? _(i.$slots, "icon", { key: 1 }) : (a(), m(w, {
1902
1902
  key: 2,
1903
1903
  name: n(e),
1904
1904
  class: "ma-empty__icon"
1905
1905
  }, null, 8, ["name"])),
1906
- k("span", zs, [
1907
- D(C(t.title) + " ", 1),
1908
- y(i.$slots, "title")
1906
+ $("span", zs, [
1907
+ R(C(t.title) + " ", 1),
1908
+ _(i.$slots, "title")
1909
1909
  ]),
1910
- k("span", Bs, [
1911
- D(C(t.description) + " ", 1),
1912
- y(i.$slots, "description")
1910
+ $("span", Is, [
1911
+ R(C(t.description) + " ", 1),
1912
+ _(i.$slots, "description")
1913
1913
  ]),
1914
- k("div", Is, [
1915
- y(i.$slots, "default")
1914
+ $("div", Ss, [
1915
+ _(i.$slots, "default")
1916
1916
  ])
1917
1917
  ], 2));
1918
1918
  }
1919
1919
  });
1920
- const sn = [
1920
+ const nn = [
1921
1921
  "button",
1922
1922
  "box",
1923
1923
  "small-box"
1924
- ], Ts = [
1924
+ ], As = [
1925
1925
  "xs",
1926
1926
  "sm",
1927
1927
  "md",
@@ -1929,46 +1929,46 @@ const sn = [
1929
1929
  "xl"
1930
1930
  ];
1931
1931
  var U = /* @__PURE__ */ ((t) => (t.error = "error", t.done = "done", t.uploading = "uploading", t))(U || {});
1932
- const ee = (t) => {
1932
+ const oe = (t) => {
1933
1933
  try {
1934
1934
  return JSON.parse(t);
1935
1935
  } catch {
1936
1936
  return t;
1937
1937
  }
1938
- }, As = (t = 20) => {
1938
+ }, Ns = (t = 20) => {
1939
1939
  let o = "";
1940
1940
  for (let e = 0; e < t; e++)
1941
1941
  o += Math.random().toString(36).substr(2);
1942
1942
  return o.substr(0, t);
1943
- }, Ns = (t, o = {}, e = {}, s) => {
1944
- const i = F(0);
1943
+ }, Ds = (t, o = {}, e = {}, s) => {
1944
+ const i = P(0);
1945
1945
  return { progress: i, upload: async (r, d) => {
1946
- const v = new FormData();
1947
- v.append(s, r.file), Object.entries(e).forEach(([x, S]) => {
1948
- v.append(x, S);
1946
+ const f = new FormData();
1947
+ f.append(s, r.file), Object.entries(e).forEach(([M, S]) => {
1948
+ f.append(M, S);
1949
1949
  });
1950
1950
  const p = new XMLHttpRequest();
1951
- p.open("POST", t), Object.entries(o).forEach(([x, S]) => {
1952
- p.setRequestHeader(x, S);
1953
- }), p.upload.onprogress = (x) => {
1954
- x.lengthComputable && (i.value = x.loaded / x.total * 100, d(U.uploading, i.value));
1951
+ p.open("POST", t), Object.entries(o).forEach(([M, S]) => {
1952
+ p.setRequestHeader(M, S);
1953
+ }), p.upload.onprogress = (M) => {
1954
+ M.lengthComputable && (i.value = M.loaded / M.total * 100, d(U.uploading, i.value));
1955
1955
  }, p.onload = () => {
1956
1956
  p.status >= 200 && p.status < 300 ? d(
1957
1957
  U.done,
1958
1958
  i.value,
1959
- ee(p.responseText)
1959
+ oe(p.responseText)
1960
1960
  ) : d(
1961
1961
  U.error,
1962
1962
  i.value,
1963
- ee(p.responseText)
1963
+ oe(p.responseText)
1964
1964
  );
1965
1965
  }, p.onerror = () => {
1966
1966
  d(
1967
1967
  U.error,
1968
1968
  i.value,
1969
- ee(p.responseText)
1969
+ oe(p.responseText)
1970
1970
  );
1971
- }, p.send(v), r.cancelRequest = () => p.abort();
1971
+ }, p.send(f), r.cancelRequest = () => p.abort();
1972
1972
  } };
1973
1973
  }, Rs = (t, o) => {
1974
1974
  if (!o)
@@ -1983,15 +1983,15 @@ const ee = (t) => {
1983
1983
  if (l.slice(1) === i)
1984
1984
  return !0;
1985
1985
  } else {
1986
- const [r, d] = l.split("/"), [v, p] = s.split("/");
1987
- if (r === v && d === p)
1986
+ const [r, d] = l.split("/"), [f, p] = s.split("/");
1987
+ if (r === f && d === p)
1988
1988
  return !0;
1989
1989
  }
1990
1990
  return !1;
1991
- }, Ds = { class: "single-file" }, Ps = { class: "icon-wrapper" }, Fs = { class: "single-file__detail" }, Ls = { class: "file-name" }, Es = {
1991
+ }, Ps = { class: "single-file" }, Fs = { class: "icon-wrapper" }, Ls = { class: "single-file__detail" }, Es = { class: "file-name" }, Vs = {
1992
1992
  key: 0,
1993
1993
  class: "file-size"
1994
- }, Vs = { class: "file-progress" }, js = { class: "single-file__actions" }, qs = /* @__PURE__ */ $({
1994
+ }, js = { class: "file-progress" }, qs = { class: "single-file__actions" }, Us = /* @__PURE__ */ k({
1995
1995
  __name: "singleFile",
1996
1996
  props: {
1997
1997
  file: null,
@@ -2003,25 +2003,25 @@ const ee = (t) => {
2003
2003
  const e = t, s = c(
2004
2004
  () => `${(e.file.file.size / (1024 * 1024)).toFixed(1)} MB`
2005
2005
  ), i = c(() => typeof e.file.file.size == "number"), l = () => o("remove"), r = () => o("cancel");
2006
- return (d, v) => (a(), u("div", Ds, [
2007
- k("div", Ps, [
2008
- I(w, { name: "document-bulk" })
2006
+ return (d, f) => (a(), u("div", Ps, [
2007
+ $("div", Fs, [
2008
+ z(w, { name: "document-bulk" })
2009
2009
  ]),
2010
- k("div", Fs, [
2011
- k("span", Ls, C(t.file.file.name), 1),
2012
- n(i) ? (a(), u("span", Es, C(n(s)), 1)) : h("", !0),
2013
- k("span", Vs, [
2014
- k("span", {
2010
+ $("div", Ls, [
2011
+ $("span", Es, C(t.file.file.name), 1),
2012
+ n(i) ? (a(), u("span", Vs, C(n(s)), 1)) : y("", !0),
2013
+ $("span", js, [
2014
+ $("span", {
2015
2015
  class: "progress-item",
2016
- style: ge({ width: `${t.file.progress}%` })
2016
+ style: fe({ width: `${t.file.progress}%` })
2017
2017
  }, null, 4)
2018
2018
  ])
2019
2019
  ]),
2020
- k("div", js, [
2020
+ $("div", qs, [
2021
2021
  t.file.status === n(U).uploading ? (a(), m(J, {
2022
2022
  key: 0,
2023
2023
  disabled: t.disabled,
2024
- onClick: v[0] || (v[0] = (p) => r()),
2024
+ onClick: f[0] || (f[0] = (p) => r()),
2025
2025
  size: "small",
2026
2026
  type: "primary",
2027
2027
  variant: "plain",
@@ -2029,26 +2029,26 @@ const ee = (t) => {
2029
2029
  }, null, 8, ["disabled"])) : (a(), m(J, {
2030
2030
  key: 1,
2031
2031
  disabled: t.disabled,
2032
- onClick: v[1] || (v[1] = (p) => l()),
2032
+ onClick: f[1] || (f[1] = (p) => l()),
2033
2033
  size: "small",
2034
2034
  type: "primary",
2035
2035
  variant: "plain",
2036
2036
  icon: "trash-bulk"
2037
2037
  }, null, 8, ["disabled"])),
2038
- k("span", null, "%" + C(parseInt(t.file.progress.toString())), 1)
2038
+ $("span", null, "%" + C(parseInt(t.file.progress.toString())), 1)
2039
2039
  ])
2040
2040
  ]));
2041
2041
  }
2042
- }), Us = ["onDrop"], Os = ["accept", "multiple", "disabled"], Hs = { class: "text" }, Gs = /* @__PURE__ */ k("span", null, "Uploading file...", -1), Ks = { class: "upload-icon" }, Ws = {
2042
+ }), Os = ["onDrop"], Hs = ["accept", "multiple", "disabled"], Gs = { class: "text" }, Ks = /* @__PURE__ */ $("span", null, "Uploading file...", -1), Ws = { class: "upload-icon" }, Js = {
2043
2043
  key: 0,
2044
2044
  class: "upload-title"
2045
- }, Js = {
2045
+ }, Ys = {
2046
2046
  key: 1,
2047
2047
  class: "upload-description"
2048
- }, Ys = {
2048
+ }, Xs = {
2049
2049
  name: "MaUpload"
2050
- }, tn = /* @__PURE__ */ $({
2051
- ...Ys,
2050
+ }, an = /* @__PURE__ */ k({
2051
+ ...Xs,
2052
2052
  props: {
2053
2053
  fileList: null,
2054
2054
  type: { default: "box" },
@@ -2071,42 +2071,42 @@ const ee = (t) => {
2071
2071
  },
2072
2072
  emits: ["update:fileList", "change", "remove", "error"],
2073
2073
  setup(t, { emit: o }) {
2074
- const e = t, s = F(null), i = F(null), l = F(!1), r = ["dragenter", "dragover", "dragleave", "drop"], d = ["dragenter", "dragover"], v = ["dragleave", "drop"], p = c({
2074
+ const e = t, s = P(null), i = P(null), l = P(!1), r = ["dragenter", "dragover", "dragleave", "drop"], d = ["dragenter", "dragover"], f = ["dragleave", "drop"], p = c({
2075
2075
  get() {
2076
2076
  return e.fileList;
2077
2077
  },
2078
2078
  set(g) {
2079
- o("update:fileList", g), o("change", g), e?.action && g.forEach(async (A, P) => {
2079
+ o("update:fileList", g), o("change", g), e?.action && g.forEach(async (A, F) => {
2080
2080
  if ([U.done, U.error].includes(
2081
2081
  A.status
2082
2082
  ))
2083
2083
  return;
2084
- const { upload: H } = Ns(
2084
+ const { upload: G } = Ds(
2085
2085
  e?.action || "",
2086
2086
  // || added for tsc warning
2087
2087
  e.headers,
2088
2088
  e.data,
2089
2089
  e.name
2090
2090
  );
2091
- e?.beforeUpload && (A.file = await e.beforeUpload(A.file)), H(A, (Y, ye, ie) => {
2092
- if (p.value[P]) {
2091
+ e?.beforeUpload && (A.file = await e.beforeUpload(A.file)), G(A, (Y, be, ce) => {
2092
+ if (p.value[F]) {
2093
2093
  if (Y === U.error) {
2094
- o("error", { file: A.file, message: ie }), Z(
2095
- p.value.findIndex((he) => he.id === A.id)
2094
+ o("error", { file: A.file, message: ce }), ee(
2095
+ p.value.findIndex((ke) => ke.id === A.id)
2096
2096
  );
2097
2097
  return;
2098
2098
  }
2099
- p.value[P].progress = ye, p.value[P].status = Y, p.value[P].response = ie || null, o("change", p.value[P]);
2099
+ p.value[F].progress = be, p.value[F].status = Y, p.value[F].response = ce || null, o("change", p.value[F]);
2100
2100
  }
2101
2101
  });
2102
2102
  });
2103
2103
  }
2104
- }), x = c(
2104
+ }), M = c(
2105
2105
  () => p.value.map((g) => g.file.name).join(", ")
2106
2106
  ), S = c(
2107
2107
  () => e.type === "box" ? e.multiple ? !0 : !p.value.length : !0
2108
- ), B = c(
2109
- () => e.ordered && M.value ? !1 : p.value.length ? e.showFileList : !1
2108
+ ), I = c(
2109
+ () => e.ordered && B.value ? !1 : p.value.length ? e.showFileList : !1
2110
2110
  ), N = c(() => [
2111
2111
  `ma-upload ma-upload--${e.type} ma-upload--${e.type}--${e.size}`,
2112
2112
  {
@@ -2115,109 +2115,110 @@ const ee = (t) => {
2115
2115
  {
2116
2116
  "ma-upload--disabled": V.value
2117
2117
  }
2118
- ]), _ = c(() => [
2118
+ ]), h = c(() => [
2119
2119
  "ma-file-list",
2120
2120
  {
2121
2121
  "only-file-list": !S.value
2122
2122
  }
2123
2123
  ]), T = c(() => {
2124
- const g = e?.size ? Ts.indexOf(e.size) : 0;
2124
+ const g = e?.size ? As.indexOf(e.size) : 0;
2125
2125
  return Qe[g];
2126
- }), M = c(
2126
+ }), B = c(
2127
2127
  () => e.wait || p.value.some((g) => g.status === U.uploading)
2128
- ), V = c(() => e?.disabled || M.value), b = (g) => Array.from(g).find(
2128
+ ), V = c(() => e?.disabled || B.value), b = (g) => Array.from(g).find(
2129
2129
  (A) => e?.maxFileSize && A.size > e.maxFileSize
2130
2130
  ), j = (g) => {
2131
2131
  const A = g.target;
2132
- A.files && ne(Array.from(A.files));
2133
- }, R = () => {
2132
+ A.files && le(Array.from(A.files));
2133
+ }, D = () => {
2134
2134
  i.value?.click();
2135
2135
  }, q = (g) => {
2136
2136
  g.preventDefault();
2137
- }, se = () => {
2137
+ }, ae = () => {
2138
2138
  l.value = !0;
2139
- }, te = () => {
2139
+ }, ie = () => {
2140
2140
  l.value = !1;
2141
- }, fe = (g) => {
2142
- V.value || g.dataTransfer?.files && ne(
2141
+ }, ye = (g) => {
2142
+ V.value || g.dataTransfer?.files && le(
2143
2143
  Array.from(g.dataTransfer.files).filter((A) => e?.accept && !Rs(A, e.accept) ? (o("error", { file: A, message: "file type does not match!" }), !1) : !0)
2144
2144
  );
2145
- }, ne = (g) => {
2145
+ }, le = (g) => {
2146
2146
  const A = b(g);
2147
2147
  if (A) {
2148
2148
  o("error", { file: A, message: "File too large" });
2149
2149
  return;
2150
2150
  }
2151
- const P = Array.from(g).filter(
2152
- (H, Y) => e?.maxCount ? Y + 1 <= e.maxCount : !0
2153
- ).map((H) => ({
2154
- file: H,
2155
- id: As(),
2151
+ const F = Array.from(g).filter(
2152
+ (G, Y) => e?.maxCount ? Y + 1 <= e.maxCount : !0
2153
+ ).map((G) => ({
2154
+ file: G,
2155
+ id: Ns(),
2156
2156
  status: e?.action ? U.uploading : U.done,
2157
2157
  progress: e?.action ? 0 : 100,
2158
2158
  response: null
2159
2159
  }));
2160
- e.multiple ? p.value = [...p.value, ...P] : P.length && (p.value = [P[0]]);
2161
- }, Z = (g) => {
2162
- o("remove", p.value[g]), p.value = p.value.filter((A, P) => P !== g);
2163
- }, ae = (g) => {
2160
+ e.multiple ? p.value = [...p.value, ...F] : F.length && (p.value = [F[0]]);
2161
+ }, ee = (g) => {
2162
+ o("remove", p.value[g]), p.value = p.value.filter((A, F) => F !== g);
2163
+ }, re = (g) => {
2164
2164
  const A = p.value[g];
2165
- typeof A?.cancelRequest == "function" && A.cancelRequest(), Z(g);
2166
- }, _e = (g) => {
2167
- g.stopPropagation(), p.value.forEach((A, P) => ae(P)), p.value = [];
2165
+ typeof A?.cancelRequest == "function" && A.cancelRequest(), ee(g);
2166
+ }, he = (g) => {
2167
+ g.stopPropagation(), p.value.forEach((A, F) => re(F)), p.value = [];
2168
2168
  };
2169
- return me(() => {
2169
+ return ve(() => {
2170
2170
  r.forEach((g) => {
2171
2171
  s.value?.addEventListener(g, q);
2172
2172
  }), d.forEach((g) => {
2173
- s.value?.addEventListener(g, se);
2174
- }), v.forEach((g) => {
2175
- s.value?.addEventListener(g, te);
2173
+ s.value?.addEventListener(g, ae);
2174
+ }), f.forEach((g) => {
2175
+ s.value?.addEventListener(g, ie);
2176
2176
  });
2177
- }), xe(() => {
2177
+ }), Be(() => {
2178
2178
  r.forEach((g) => {
2179
2179
  s.value?.removeEventListener(g, q);
2180
2180
  }), d.forEach((g) => {
2181
- s.value?.removeEventListener(g, se);
2182
- }), v.forEach((g) => {
2183
- s.value?.removeEventListener(g, te);
2181
+ s.value?.removeEventListener(g, ae);
2182
+ }), f.forEach((g) => {
2183
+ s.value?.removeEventListener(g, ie);
2184
2184
  });
2185
- }), (g, A) => (a(), u("div", z({ class: "ma-upload-wrapper" }, g.$attrs), [
2186
- Me(k("div", {
2185
+ }), (g, A) => (a(), u("div", x({ class: "ma-upload-wrapper" }, g.$attrs), [
2186
+ se($("div", {
2187
2187
  ref_key: "uploadArea",
2188
2188
  ref: s,
2189
2189
  class: L(n(N)),
2190
- onDrop: ze(fe, ["prevent"])
2190
+ onDrop: ze(ye, ["prevent"])
2191
2191
  }, [
2192
- k("input", {
2192
+ (a(), u("input", {
2193
2193
  type: "file",
2194
2194
  accept: t.accept,
2195
2195
  multiple: e.multiple,
2196
2196
  disabled: n(V),
2197
2197
  onChange: j,
2198
+ key: n(p).length,
2198
2199
  ref_key: "fileInput",
2199
2200
  ref: i
2200
- }, null, 40, Os),
2201
+ }, null, 40, Hs)),
2201
2202
  e.type === "button" ? (a(), m(J, {
2202
2203
  key: 0,
2203
2204
  type: t.fileList.length ? "primary" : "secondary",
2204
2205
  variant: "dark",
2205
2206
  icon: "export-2",
2206
- onClick: R,
2207
+ onClick: D,
2207
2208
  size: n(T),
2208
2209
  disabled: n(V),
2209
- loading: n(M)
2210
+ loading: n(B)
2210
2211
  }, {
2211
- default: f(() => [
2212
- D(C(t.fileList.length ? n(x) : e?.title), 1)
2212
+ default: v(() => [
2213
+ R(C(t.fileList.length ? n(M) : e?.title), 1)
2213
2214
  ]),
2214
2215
  _: 1
2215
2216
  }, 8, ["type", "size", "disabled", "loading"])) : e.type === "small-box" ? (a(), u("div", {
2216
2217
  key: 1,
2217
2218
  class: "ma-upload__small_box",
2218
- onClick: R
2219
+ onClick: D
2219
2220
  }, [
2220
- n(M) ? (a(), m(ce, {
2221
+ n(B) ? (a(), m(de, {
2221
2222
  key: 0,
2222
2223
  type: "three-circles",
2223
2224
  color: "blue"
@@ -2225,69 +2226,176 @@ const ee = (t) => {
2225
2226
  key: 1,
2226
2227
  name: "export-2-bulk"
2227
2228
  })),
2228
- k("span", Hs, [
2229
- n(M) ? (a(), u(K, { key: 0 }, [
2230
- D(" Uploading... ")
2231
- ], 64)) : (a(), u(K, { key: 1 }, [
2232
- D(C(e?.title) + " ", 1),
2233
- y(g.$slots, "small-box-title")
2229
+ $("span", Gs, [
2230
+ n(B) ? (a(), u(H, { key: 0 }, [
2231
+ R(" Uploading... ")
2232
+ ], 64)) : (a(), u(H, { key: 1 }, [
2233
+ R(C(e?.title) + " ", 1),
2234
+ _(g.$slots, "small-box-title")
2234
2235
  ], 64))
2235
2236
  ])
2236
2237
  ])) : (a(), u("div", {
2237
2238
  key: 2,
2238
2239
  class: "ma-upload__box",
2239
- onClick: R
2240
+ onClick: D
2240
2241
  }, [
2241
- e.ordered && n(M) ? (a(), u(K, { key: 0 }, [
2242
- I(ce, {
2242
+ e.ordered && n(B) ? (a(), u(H, { key: 0 }, [
2243
+ z(de, {
2243
2244
  type: "three-circles",
2244
2245
  color: "blue"
2245
2246
  }),
2246
- Gs,
2247
- I(J, {
2248
- onClick: _e,
2247
+ Ks,
2248
+ z(J, {
2249
+ onClick: he,
2249
2250
  class: "box-cancel",
2250
2251
  type: "secondary",
2251
2252
  size: "small"
2252
2253
  }, {
2253
- default: f(() => [
2254
- D(" Cancel ")
2254
+ default: v(() => [
2255
+ R(" Cancel ")
2255
2256
  ]),
2256
2257
  _: 1
2257
2258
  })
2258
- ], 64)) : (a(), u(K, { key: 1 }, [
2259
- k("div", Ks, [
2260
- I(w, { name: "upload-bulk" })
2259
+ ], 64)) : (a(), u(H, { key: 1 }, [
2260
+ $("div", Ws, [
2261
+ z(w, { name: "upload-bulk" })
2261
2262
  ]),
2262
- e?.title ? (a(), u("span", Ws, [
2263
- D(C(e?.title) + " ", 1),
2264
- y(g.$slots, "box-title")
2265
- ])) : h("", !0),
2266
- e?.description ? (a(), u("span", Js, [
2267
- D(C(e?.description) + " ", 1),
2268
- y(g.$slots, "box-description")
2269
- ])) : h("", !0)
2263
+ e?.title ? (a(), u("span", Js, [
2264
+ R(C(e?.title) + " ", 1),
2265
+ _(g.$slots, "box-title")
2266
+ ])) : y("", !0),
2267
+ e?.description ? (a(), u("span", Ys, [
2268
+ R(C(e?.description) + " ", 1),
2269
+ _(g.$slots, "box-description")
2270
+ ])) : y("", !0)
2270
2271
  ], 64))
2271
2272
  ]))
2272
- ], 42, Us), [
2273
- [Be, n(S)]
2273
+ ], 42, Os), [
2274
+ [te, n(S)]
2274
2275
  ]),
2275
- n(B) ? (a(), u("div", {
2276
+ n(I) ? (a(), u("div", {
2276
2277
  key: 0,
2277
- class: L(n(_))
2278
+ class: L(n(h))
2278
2279
  }, [
2279
- (a(!0), u(K, null, E(n(p), (P, H) => (a(), m(qs, {
2280
- onRemove: (Y) => Z(H),
2281
- onCancel: (Y) => ae(H),
2282
- file: P,
2283
- key: H,
2280
+ (a(!0), u(H, null, E(n(p), (F, G) => (a(), m(Us, {
2281
+ onRemove: (Y) => ee(G),
2282
+ onCancel: (Y) => re(G),
2283
+ file: F,
2284
+ key: G,
2284
2285
  disabled: e.disabled
2285
2286
  }, null, 8, ["onRemove", "onCancel", "file", "disabled"]))), 128))
2286
- ], 2)) : h("", !0)
2287
+ ], 2)) : y("", !0)
2287
2288
  ], 16));
2288
2289
  }
2289
2290
  });
2290
- class Xs {
2291
+ const Qs = {
2292
+ name: "MaSideMenuButton"
2293
+ }, ln = /* @__PURE__ */ k({
2294
+ ...Qs,
2295
+ props: {
2296
+ icon: { default: "app" },
2297
+ activeIcon: null,
2298
+ text: null,
2299
+ href: null,
2300
+ target: null,
2301
+ active: { type: Boolean, default: !1 }
2302
+ },
2303
+ setup(t) {
2304
+ const o = t, e = P(!1), s = c(() => o?.href ? "a" : "button"), i = c(() => o?.activeIcon || `${o.icon.replace("-bulk", "-bold")}`), l = c(() => [
2305
+ "ma-side-menu-button",
2306
+ { active: o?.active }
2307
+ ]), r = c(() => e.value || o.active), d = () => e.value = !0, f = () => e.value = !1;
2308
+ return (p, M) => (a(), m(Q(n(s)), x({
2309
+ onMousedown: d,
2310
+ onMouseup: f,
2311
+ role: "button",
2312
+ target: o?.target,
2313
+ class: n(l),
2314
+ href: o?.href
2315
+ }, p.$attrs), {
2316
+ default: v(() => [
2317
+ o?.icon ? (a(), u(H, { key: 0 }, [
2318
+ se(z(w, {
2319
+ size: "md",
2320
+ name: n(i)
2321
+ }, null, 8, ["name"]), [
2322
+ [te, n(r)]
2323
+ ]),
2324
+ se(z(w, {
2325
+ size: "md",
2326
+ name: o.icon
2327
+ }, null, 8, ["name"]), [
2328
+ [te, !n(r)]
2329
+ ])
2330
+ ], 64)) : y("", !0),
2331
+ $("span", null, [
2332
+ R(C(o?.text) + " ", 1),
2333
+ _(p.$slots, "default")
2334
+ ])
2335
+ ]),
2336
+ _: 3
2337
+ }, 16, ["target", "class", "href"]));
2338
+ }
2339
+ });
2340
+ const Zs = {
2341
+ name: "MaSideMenuItem"
2342
+ }, rn = /* @__PURE__ */ k({
2343
+ ...Zs,
2344
+ props: {
2345
+ href: null,
2346
+ target: null,
2347
+ text: null,
2348
+ active: { type: Boolean, default: !1 },
2349
+ activeColor: { default: "orange" },
2350
+ badgeColor: { default: "orange" },
2351
+ badgeText: null,
2352
+ child: { type: Boolean, default: !1 }
2353
+ },
2354
+ setup(t) {
2355
+ const o = t, e = c(() => o?.href ? "a" : "button"), s = c(() => [
2356
+ `ma-side-menu-item active--${o.activeColor}`,
2357
+ {
2358
+ active: o.active
2359
+ },
2360
+ {
2361
+ childe: o.child
2362
+ }
2363
+ ]);
2364
+ return (i, l) => (a(), m(Q(n(e)), x({
2365
+ role: "button",
2366
+ target: o?.target,
2367
+ class: n(s),
2368
+ href: o?.href
2369
+ }, i.$attrs), {
2370
+ default: v(() => [
2371
+ $("span", null, [
2372
+ R(C(o?.text) + " ", 1),
2373
+ _(i.$slots, "default")
2374
+ ]),
2375
+ o.badgeText ? (a(), m(rs, {
2376
+ key: 0,
2377
+ size: "small",
2378
+ variant: o.badgeColor
2379
+ }, {
2380
+ default: v(() => [
2381
+ R(C(t.badgeText), 1)
2382
+ ]),
2383
+ _: 1
2384
+ }, 8, ["variant"])) : y("", !0)
2385
+ ]),
2386
+ _: 3
2387
+ }, 16, ["target", "class", "href"]));
2388
+ }
2389
+ });
2390
+ const cn = [
2391
+ "dark",
2392
+ "blue",
2393
+ "green",
2394
+ "orange",
2395
+ "red",
2396
+ "purple"
2397
+ ];
2398
+ class et {
2291
2399
  config = Ie({
2292
2400
  language: "en"
2293
2401
  });
@@ -2308,86 +2416,89 @@ class Xs {
2308
2416
  return this.config.language;
2309
2417
  }
2310
2418
  }
2311
- const Qs = new Xs();
2312
- function nn() {
2313
- return Te(Qs.getConfig());
2419
+ const ot = new et();
2420
+ function pn() {
2421
+ return Te(ot.getConfig());
2314
2422
  }
2315
2423
  export {
2316
- Qs as ActionKitConfig,
2317
- Ut as Animations,
2318
- At as AppIconPlatforms,
2319
- Tt as AppIconSizes,
2320
- it as ButtonIconAlignMents,
2321
- nt as ButtonShapes,
2424
+ ot as ActionKitConfig,
2425
+ Ht as Animations,
2426
+ Rt as AppIconPlatforms,
2427
+ Dt as AppIconSizes,
2428
+ ct as ButtonIconAlignMents,
2429
+ lt as ButtonShapes,
2322
2430
  Qe as ButtonSizes,
2323
- at as ButtonTargets,
2324
- st as ButtonTypes,
2325
- tt as ButtonVariants,
2326
- Vt as MaAlert,
2327
- qt as MaAlertPropTypes,
2328
- jt as MaAlertPropVariants,
2329
- ps as MaAnimation,
2330
- St as MaAppIcon,
2331
- It as MaAppTrackButton,
2332
- Dt as MaBadge,
2333
- Et as MaBadgePropIconAlignments,
2334
- Lt as MaBadgePropSizes,
2335
- Ft as MaBadgePropTypes,
2336
- Pt as MaBadgePropVariants,
2431
+ rt as ButtonTargets,
2432
+ at as ButtonTypes,
2433
+ it as ButtonVariants,
2434
+ qt as MaAlert,
2435
+ Ot as MaAlertPropTypes,
2436
+ Ut as MaAlertPropVariants,
2437
+ us as MaAnimation,
2438
+ Nt as MaAppIcon,
2439
+ At as MaAppTrackButton,
2440
+ rs as MaBadge,
2441
+ jt as MaBadgePropIconAlignments,
2442
+ Vt as MaBadgePropSizes,
2443
+ Et as MaBadgePropTypes,
2444
+ Lt as MaBadgePropVariants,
2337
2445
  J as MaButton,
2338
- xt as MaCheckbox,
2339
- Mt as MaCheckboxGroup,
2340
- Yt as MaDropdown,
2341
- Xt as MaDropdownPlacements,
2342
- Qt as MaDropdownTriggers,
2343
- on as MaEmpty,
2344
- pe as MaEmptyIcons,
2345
- Zt as MaEmptySizes,
2346
- en as MaEmptyVariants,
2347
- yt as MaForm,
2348
- ht as MaFormItem,
2349
- bt as MaFormLayouts,
2446
+ zt as MaCheckbox,
2447
+ It as MaCheckboxGroup,
2448
+ Qt as MaDropdown,
2449
+ Zt as MaDropdownPlacements,
2450
+ en as MaDropdownTriggers,
2451
+ tn as MaEmpty,
2452
+ me as MaEmptyIcons,
2453
+ on as MaEmptySizes,
2454
+ sn as MaEmptyVariants,
2455
+ kt as MaForm,
2456
+ $t as MaFormItem,
2457
+ wt as MaFormLayouts,
2350
2458
  w as MaIcon,
2351
2459
  Je as MaIconSizeClassNames,
2352
- ot as MaIconSizes,
2460
+ nt as MaIconSizes,
2353
2461
  Fo as MaInput,
2354
- kt as MaInputCurrency,
2462
+ Ct as MaInputCurrency,
2355
2463
  ho as MaInputSize,
2356
- G as MaInputType,
2357
- re as MaModal,
2358
- le as MaModalTypeIcon,
2359
- Ot as MaModalTypes,
2360
- zt as MaNumericInput,
2464
+ K as MaInputType,
2465
+ ue as MaModal,
2466
+ pe as MaModalTypeIcon,
2467
+ Gt as MaModalTypes,
2468
+ St as MaNumericInput,
2361
2469
  Ho as MaRadio,
2362
- Nt as MaRadioGroup,
2363
- Rt as MaRadioTypes,
2364
- Ht as MaRate,
2365
- Kt as MaRateColors,
2366
- Gt as MaRateSizes,
2470
+ Pt as MaRadioGroup,
2471
+ Ft as MaRadioTypes,
2472
+ Kt as MaRate,
2473
+ Jt as MaRateColors,
2474
+ Wt as MaRateSizes,
2367
2475
  To as MaSelect,
2368
- $t as MaSelectOption,
2369
- ce as MaSpin,
2370
- Jt as MaSpinColors,
2371
- Wt as MaSpinTypes,
2372
- dt as MaSwitch,
2373
- pt as MaToggle,
2374
- gt as MaTooltip,
2375
- lt as MaTrackButton,
2376
- tn as MaUpload,
2476
+ xt as MaSelectOption,
2477
+ ln as MaSideMenuButton,
2478
+ rn as MaSideMenuItem,
2479
+ cn as MaSideMenuItemColors,
2480
+ de as MaSpin,
2481
+ Xt as MaSpinColors,
2482
+ Yt as MaSpinTypes,
2483
+ vt as MaSwitch,
2484
+ mt as MaToggle,
2485
+ _t as MaTooltip,
2486
+ pt as MaTrackButton,
2487
+ an as MaUpload,
2377
2488
  U as MaUploadFileStatus,
2378
- Ts as MaUploadSizes,
2379
- sn as MaUploadTypes,
2380
- Bt as NumericInputSizes,
2381
- Ct as SelectModes,
2382
- wt as SelectSizes,
2383
- mt as SwitchTypes,
2384
- ut as ToggleSizes,
2385
- vt as TooltipPlacements,
2386
- _t as TooltipTriggerTypes,
2387
- ft as TooltipTypes,
2388
- ct as TrackButtonSizes,
2389
- rt as TrackButtonVariants,
2489
+ As as MaUploadSizes,
2490
+ nn as MaUploadTypes,
2491
+ Tt as NumericInputSizes,
2492
+ Bt as SelectModes,
2493
+ Mt as SelectSizes,
2494
+ ft as SwitchTypes,
2495
+ gt as ToggleSizes,
2496
+ yt as TooltipPlacements,
2497
+ bt as TooltipTriggerTypes,
2498
+ ht as TooltipTypes,
2499
+ dt as TrackButtonSizes,
2500
+ ut as TrackButtonVariants,
2390
2501
  ko as currencyOptions,
2391
2502
  bo as currencySymbols,
2392
- nn as useActionKitConfig
2503
+ pn as useActionKitConfig
2393
2504
  };