@mobileaction/action-kit 1.1.22 → 1.1.23

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 (47) hide show
  1. package/dist/action-kit.js +3 -3
  2. package/dist/action-kit.mjs +733 -579
  3. package/dist/add-app-c6cfc484.mjs +16 -0
  4. package/dist/add-app-ca2d1245.js +1 -0
  5. package/dist/box-empty-2e81a600.js +1 -0
  6. package/dist/box-empty-c7e5e478.mjs +39 -0
  7. package/dist/components/button/index.vue.d.ts +3 -3
  8. package/dist/components/dropdown/index.vue.d.ts +81 -0
  9. package/dist/components/dropdown/types.d.ts +4 -0
  10. package/dist/components/empty/index.vue.d.ts +51 -0
  11. package/dist/components/empty/types.d.ts +7 -0
  12. package/dist/components/modal/index.vue.d.ts +1 -1
  13. package/dist/components/spin/index.vue.d.ts +45 -0
  14. package/dist/components/spin/types.d.ts +4 -0
  15. package/dist/components/tooltip/index.vue.d.ts +3 -3
  16. package/dist/empty-table-41155dd6.mjs +16 -0
  17. package/dist/empty-table-855edce8.js +1 -0
  18. package/dist/index.d.ts +6 -0
  19. package/dist/selection-08a9c952.mjs +16 -0
  20. package/dist/selection-f5ae8ebf.js +1 -0
  21. package/dist/spin-dots-25d015b7.mjs +16 -0
  22. package/dist/spin-dots-388f853c.js +1 -0
  23. package/dist/spin-round-23788f05.js +1 -0
  24. package/dist/spin-round-9db617b7.mjs +26 -0
  25. package/dist/spin-three-circles-00b10e29.js +1 -0
  26. package/dist/spin-three-circles-13ae8650.mjs +33 -0
  27. package/dist/spin-three-dots-7cdf047c.js +1 -0
  28. package/dist/spin-three-dots-c116245e.mjs +36 -0
  29. package/dist/src/components/button/index.vue.d.ts +1 -1
  30. package/dist/src/components/dropdown/index.vue.d.ts +54 -0
  31. package/dist/src/components/dropdown/stories/constants.d.ts +4 -0
  32. package/dist/src/components/dropdown/stories/default.stories.d.ts +6 -0
  33. package/dist/src/components/dropdown/types.d.ts +4 -0
  34. package/dist/src/components/empty/index.vue.d.ts +39 -0
  35. package/dist/src/components/empty/stories/constants.d.ts +4 -0
  36. package/dist/src/components/empty/stories/default.stories.d.ts +6 -0
  37. package/dist/src/components/empty/types.d.ts +7 -0
  38. package/dist/src/components/modal/index.vue.d.ts +1 -1
  39. package/dist/src/components/spin/index.vue.d.ts +41 -0
  40. package/dist/src/components/spin/stories/constants.d.ts +5 -0
  41. package/dist/src/components/spin/stories/container.stories.d.ts +6 -0
  42. package/dist/src/components/spin/stories/default.stories.d.ts +6 -0
  43. package/dist/src/components/spin/types.d.ts +4 -0
  44. package/dist/src/components/tooltip/index.vue.d.ts +1 -1
  45. package/dist/src/index.d.ts +6 -0
  46. package/dist/style.css +1 -1
  47. package/package.json +1 -1
@@ -1,20 +1,20 @@
1
- import { defineComponent as h, computed as c, defineAsyncComponent as Z, openBlock as i, createBlock as u, resolveDynamicComponent as Y, unref as t, normalizeClass as F, mergeProps as $, createSlots as V, renderList as N, withCtx as m, renderSlot as _, createVNode as C, createTextVNode as L, toDisplayString as M, createElementBlock as d, isRef as O, createCommentVNode as f, createElementVNode as T, ref as R, Fragment as G, useSlots as K, useAttrs as oo, watch as U, Transition as X, onMounted as so, onBeforeUnmount as eo, normalizeStyle as to, h as no, createApp as io, reactive as ao, readonly as lo, toRefs as ro } from "vue";
2
- import { Button as Q, Switch as co, Tooltip as po, Form as go, FormItem as mo, Avatar as uo, Select as vo, InputPassword as fo, Input as _o, Textarea as yo, SelectOption as ho, Checkbox as bo, CheckboxGroup as ko, Radio as $o, RadioGroup as wo, Alert as Co, Modal as xo } from "ant-design-vue";
3
- const E = (l, s) => {
1
+ import { defineComponent as y, computed as c, defineAsyncComponent as oo, openBlock as a, createBlock as m, resolveDynamicComponent as X, unref as t, normalizeClass as P, mergeProps as k, createSlots as R, renderList as N, withCtx as g, renderSlot as _, createVNode as C, createTextVNode as O, toDisplayString as x, createElementBlock as u, isRef as L, createCommentVNode as v, createElementVNode as z, ref as D, Fragment as K, useSlots as E, useAttrs as so, watch as U, Transition as Q, onMounted as eo, onBeforeUnmount as to, normalizeStyle as no, h as ao, createApp as io, reactive as lo, readonly as ro, toRefs as co } from "vue";
2
+ import { Button as Z, Switch as po, Tooltip as mo, Form as go, FormItem as uo, Avatar as vo, Select as fo, InputPassword as _o, Input as yo, Textarea as ho, SelectOption as bo, Checkbox as ko, CheckboxGroup as $o, Radio as wo, RadioGroup as Co, Alert as xo, Modal as Mo, Dropdown as Io } from "ant-design-vue";
3
+ const H = (l, s) => {
4
4
  const o = l[s];
5
5
  return o ? typeof o == "function" ? o() : Promise.resolve(o) : new Promise((e, n) => {
6
6
  (typeof queueMicrotask == "function" ? queueMicrotask : setTimeout)(n.bind(null, new Error("Unknown variable dynamic import: " + s)));
7
7
  });
8
- }, oe = ["xs", "sm", "md", "lg", "xl"], Io = {
8
+ }, ce = ["xs", "sm", "md", "lg", "xl"], Bo = {
9
9
  xs: "w-4 h-4",
10
10
  sm: "w-5 h-5",
11
11
  md: "w-6 h-6",
12
12
  lg: "w-8 h-8",
13
13
  xl: "w-9 h-9"
14
- }, Bo = {
14
+ }, zo = {
15
15
  name: "MaIcon"
16
- }, b = /* @__PURE__ */ h({
17
- ...Bo,
16
+ }, b = /* @__PURE__ */ y({
17
+ ...zo,
18
18
  props: {
19
19
  name: null,
20
20
  size: { default: "md" },
@@ -22,27 +22,27 @@ const E = (l, s) => {
22
22
  },
23
23
  setup(l) {
24
24
  const s = l, o = ["flag", "pay"], e = c(
25
- () => Z(
25
+ () => oo(
26
26
  function() {
27
- const a = o.find((r) => s.name.startsWith(`${r}-`));
28
- return a ? E(/* @__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/${a}/${s.name.replace(`${a}-`, "")}.svg`) : E(/* @__PURE__ */ Object.assign({ "./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/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/asterisk.svg": () => import("./asterisk-4931d7de.mjs"), "./icons/bahai.svg": () => import("./bahai-d39a6d30.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/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/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.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/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.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/expand.svg": () => import("./expand-36fff427.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.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/layer-bold.svg": () => import("./layer-bold-be2afc48.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/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/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.svg": () => import("./plug-e2a7722a.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-d2bcd822.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/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/spinner.svg": () => import("./spinner-8bb3861a.mjs"), "./icons/square.svg": () => import("./square-5a969e93.mjs"), "./icons/star-bold.svg": () => import("./star-bold-4c45c0d8.mjs"), "./icons/star-half-colored.svg": () => import("./star-half-colored-3b10f42e.mjs"), "./icons/star.svg": () => import("./star-017cb8aa.mjs"), "./icons/stop-bold.svg": () => import("./stop-bold-be0c1cd8.mjs"), "./icons/stop.svg": () => import("./stop-c195f726.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.svg": () => import("./trash-f08f2851.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.svg": () => import("./upload-37d640ae.mjs"), "./icons/user-square.svg": () => import("./user-square-b766a005.mjs"), "./icons/user.svg": () => import("./user-e1c97db1.mjs"), "./icons/warning.svg": () => import("./warning-76eae041.mjs"), "./icons/wifi.svg": () => import("./wifi-0bf73fb3.mjs") }), `./icons/${s.name}.svg`);
27
+ const i = o.find((r) => s.name.startsWith(`${r}-`));
28
+ return i ? H(/* @__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/${i}/${s.name.replace(`${i}-`, "")}.svg`) : H(/* @__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/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/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/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/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.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/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.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-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.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/layer-bold.svg": () => import("./layer-bold-be2afc48.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/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/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.svg": () => import("./plug-e2a7722a.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-d2bcd822.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-half-colored.svg": () => import("./star-half-colored-3b10f42e.mjs"), "./icons/star.svg": () => import("./star-017cb8aa.mjs"), "./icons/stop-bold.svg": () => import("./stop-bold-be0c1cd8.mjs"), "./icons/stop.svg": () => import("./stop-c195f726.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.svg": () => import("./trash-f08f2851.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.svg": () => import("./upload-37d640ae.mjs"), "./icons/user-square.svg": () => import("./user-square-b766a005.mjs"), "./icons/user.svg": () => import("./user-e1c97db1.mjs"), "./icons/warning.svg": () => import("./warning-76eae041.mjs"), "./icons/wifi.svg": () => import("./wifi-0bf73fb3.mjs") }), `./icons/${s.name}.svg`);
29
29
  }.bind({ name: s.name })
30
30
  )
31
31
  ), n = c(() => [
32
32
  "ma-icon",
33
33
  "ak-icon",
34
34
  `ak-icon--${s.name}`,
35
- Io[s.size],
35
+ Bo[s.size],
36
36
  { "animate-spin": s.spin }
37
37
  ]);
38
- return (a, r) => (i(), u(Y(t(e)), {
39
- class: F(t(n))
38
+ return (i, r) => (a(), m(X(t(e)), {
39
+ class: P(t(n))
40
40
  }, null, 8, ["class"]));
41
41
  }
42
- }), Mo = {
42
+ }), So = {
43
43
  name: "MaButton"
44
- }, H = /* @__PURE__ */ h({
45
- ...Mo,
44
+ }, G = /* @__PURE__ */ y({
45
+ ...So,
46
46
  props: {
47
47
  type: { default: "primary" },
48
48
  variant: { default: "dark" },
@@ -53,7 +53,7 @@ const E = (l, s) => {
53
53
  loading: { type: Boolean },
54
54
  shape: { default: "default" },
55
55
  icon: null,
56
- IconAlignment: null
56
+ iconAlignment: null
57
57
  },
58
58
  setup(l) {
59
59
  const s = l, o = c(() => s.type === "secondary" ? "default" : s.type === "grey-link" ? "link" : s.type), e = c(() => [
@@ -68,35 +68,35 @@ const E = (l, s) => {
68
68
  "ak-button--rounded": s.shape === "round"
69
69
  },
70
70
  {
71
- "ak-button--icon-right": s.IconAlignment === "right"
71
+ "ak-button--icon-right": s.iconAlignment === "right"
72
72
  },
73
73
  {
74
- "ak-button--disabled": a.value
74
+ "ak-button--disabled": i.value
75
75
  }
76
- ]), n = c(() => s?.loading || s?.icon), a = c(() => s?.disabled || s?.loading);
77
- return (r, p) => (i(), u(t(Q), $({
76
+ ]), n = c(() => s?.loading || s?.icon), i = c(() => s?.disabled || s?.loading);
77
+ return (r, p) => (a(), m(t(Z), k({
78
78
  class: t(e),
79
79
  href: s.href,
80
80
  target: s.target,
81
- disabled: t(a),
81
+ disabled: t(i),
82
82
  type: t(o),
83
83
  role: "button"
84
- }, r.$attrs, { "prefix-cls": "antd-btn" }), V({ _: 2 }, [
85
- N(r.$slots, (y, x) => ({
86
- name: x,
87
- fn: m(() => [
88
- _(r.$slots, x)
84
+ }, r.$attrs, { "prefix-cls": "antd-btn" }), R({ _: 2 }, [
85
+ N(r.$slots, (h, M) => ({
86
+ name: M,
87
+ fn: g(() => [
88
+ _(r.$slots, M)
89
89
  ])
90
90
  })),
91
91
  t(n) ? {
92
92
  name: "icon",
93
- fn: m(() => [
94
- s?.loading ? (i(), u(b, {
93
+ fn: g(() => [
94
+ s?.loading ? (a(), m(b, {
95
95
  key: 0,
96
96
  class: "ak-button__loader",
97
97
  spin: "",
98
98
  name: "loader"
99
- })) : (i(), u(b, {
99
+ })) : (a(), m(b, {
100
100
  key: 1,
101
101
  name: s?.icon
102
102
  }, null, 8, ["name"]))
@@ -106,40 +106,40 @@ const E = (l, s) => {
106
106
  ]), 1040, ["class", "href", "target", "disabled", "type"]));
107
107
  }
108
108
  });
109
- const se = [
109
+ const pe = [
110
110
  "primary",
111
111
  "secondary",
112
112
  "link",
113
113
  "grey-link",
114
114
  "social"
115
- ], ee = [
115
+ ], me = [
116
116
  "dark",
117
117
  "plain",
118
118
  "info",
119
119
  "success",
120
120
  "warning",
121
121
  "danger"
122
- ], te = [
122
+ ], ge = [
123
123
  "small",
124
124
  "middle",
125
125
  "large",
126
126
  "x-large",
127
127
  "2x-large"
128
- ], ne = [
128
+ ], de = [
129
129
  "default",
130
130
  "round"
131
- ], ie = [
131
+ ], ue = [
132
132
  "_blank",
133
133
  "_self",
134
134
  "_top",
135
135
  "_parent"
136
- ], ae = [
136
+ ], ve = [
137
137
  "left",
138
138
  "right"
139
- ], zo = {
139
+ ], To = {
140
140
  name: "MaTrackButton"
141
- }, le = /* @__PURE__ */ h({
142
- ...zo,
141
+ }, fe = /* @__PURE__ */ y({
142
+ ...To,
143
143
  props: {
144
144
  variant: { default: "default" },
145
145
  size: { default: "md" },
@@ -169,52 +169,52 @@ const se = [
169
169
  ]), e = c(
170
170
  () => s.loading ? "loader" : s?.showClose ? "close-circle" : s?.tracked ? "tick-circle-bold" : "add"
171
171
  ), n = c(() => s.size === "lg" ? "sm" : "xs");
172
- return (a, r) => (i(), u(t(Q), $(a.$attrs, {
172
+ return (i, r) => (a(), m(t(Z), k(i.$attrs, {
173
173
  class: t(o),
174
174
  disabled: s?.disabled || s?.loading,
175
175
  role: "button",
176
176
  "prefix-cls": "antd-btn"
177
- }), V({
178
- icon: m(() => [
177
+ }), R({
178
+ icon: g(() => [
179
179
  C(b, {
180
180
  spin: s?.loading,
181
181
  name: t(e),
182
182
  size: t(n)
183
183
  }, null, 8, ["spin", "name", "size"])
184
184
  ]),
185
- default: m(() => [
186
- L(" " + M(l.keyword) + " ", 1)
185
+ default: g(() => [
186
+ O(" " + x(l.keyword) + " ", 1)
187
187
  ]),
188
188
  _: 2
189
189
  }, [
190
- N(a.$slots, (p, y) => ({
191
- name: y,
192
- fn: m(() => [
193
- _(a.$slots, y)
190
+ N(i.$slots, (p, h) => ({
191
+ name: h,
192
+ fn: g(() => [
193
+ _(i.$slots, h)
194
194
  ])
195
195
  }))
196
196
  ]), 1040, ["class", "disabled"]));
197
197
  }
198
198
  });
199
- const re = [
199
+ const _e = [
200
200
  "default"
201
- ], ce = [
201
+ ], ye = [
202
202
  "sm",
203
203
  "md",
204
204
  "lg"
205
- ], So = {
205
+ ], Ao = {
206
206
  key: 0,
207
207
  class: "ma-toggle__titles"
208
- }, To = {
208
+ }, No = {
209
209
  key: 0,
210
210
  class: "ma-toggle__titles__title"
211
- }, Ao = {
211
+ }, Po = {
212
212
  key: 1,
213
213
  class: "ma-toggle__titles__sub-title"
214
- }, No = {
214
+ }, Vo = {
215
215
  name: "MaToggle"
216
- }, pe = /* @__PURE__ */ h({
217
- ...No,
216
+ }, he = /* @__PURE__ */ y({
217
+ ...Vo,
218
218
  props: {
219
219
  size: { default: "default" },
220
220
  disabled: { type: Boolean },
@@ -231,8 +231,8 @@ const re = [
231
231
  get() {
232
232
  return o.checked;
233
233
  },
234
- set(a) {
235
- s("change", a);
234
+ set(i) {
235
+ s("change", i);
236
236
  }
237
237
  }), n = c(() => [
238
238
  "ma-toggle",
@@ -241,36 +241,36 @@ const re = [
241
241
  "ma-toggle--disabled": o.disabled
242
242
  }
243
243
  ]);
244
- return (a, r) => (i(), d("div", {
245
- class: F(t(n))
244
+ return (i, r) => (a(), u("div", {
245
+ class: P(t(n))
246
246
  }, [
247
- C(t(co), $({
247
+ C(t(po), k({
248
248
  class: "ma-toggle__switch",
249
249
  checked: t(e),
250
- "onUpdate:checked": r[0] || (r[0] = (p) => O(e) ? e.value = p : null)
251
- }, a.$attrs, {
252
- onClick: r[1] || (r[1] = (p) => a.$emit("click", p)),
250
+ "onUpdate:checked": r[0] || (r[0] = (p) => L(e) ? e.value = p : null)
251
+ }, i.$attrs, {
252
+ onClick: r[1] || (r[1] = (p) => i.$emit("click", p)),
253
253
  disabled: o.disabled,
254
254
  loading: o.loading,
255
255
  checkedChildren: o.checkedChildren,
256
256
  unCheckedChildren: o.unCheckedChildren,
257
257
  "prefix-cls": "antd-switch"
258
258
  }), null, 16, ["checked", "disabled", "loading", "checkedChildren", "unCheckedChildren"]),
259
- o.title || o.subTitle ? (i(), d("div", So, [
260
- o.title ? (i(), d("span", To, M(o.title), 1)) : f("", !0),
261
- o.subTitle ? (i(), d("span", Ao, M(o.subTitle), 1)) : f("", !0)
262
- ])) : f("", !0)
259
+ o.title || o.subTitle ? (a(), u("div", Ao, [
260
+ o.title ? (a(), u("span", No, x(o.title), 1)) : v("", !0),
261
+ o.subTitle ? (a(), u("span", Po, x(o.subTitle), 1)) : v("", !0)
262
+ ])) : v("", !0)
263
263
  ], 2));
264
264
  }
265
265
  });
266
- const ge = [
266
+ const be = [
267
267
  "small",
268
268
  "default",
269
269
  "large"
270
- ], Po = ["aria-checked", "disabled"], Vo = {
270
+ ], Ro = ["aria-checked", "disabled"], Do = {
271
271
  name: "MaSwitch"
272
- }, me = /* @__PURE__ */ h({
273
- ...Vo,
272
+ }, ke = /* @__PURE__ */ y({
273
+ ...Do,
274
274
  props: {
275
275
  active: null,
276
276
  leftIcon: null,
@@ -299,45 +299,45 @@ const ge = [
299
299
  {
300
300
  "ak-switch--disabled": o.disabled
301
301
  }
302
- ]), a = (r) => {
302
+ ]), i = (r) => {
303
303
  o.disabled || (e.value = r);
304
304
  };
305
- return (r, p) => (i(), d("button", $(r.$attrs, {
305
+ return (r, p) => (a(), u("button", k(r.$attrs, {
306
306
  class: t(n),
307
307
  type: "button",
308
308
  role: "switch",
309
309
  "aria-checked": t(e) === o.rightValue,
310
310
  disabled: o.disabled
311
311
  }), [
312
- T("span", {
313
- class: F({ active: o.active === o.leftValue }),
314
- onClick: p[0] || (p[0] = (y) => a(o.leftValue))
312
+ z("span", {
313
+ class: P({ active: o.active === o.leftValue }),
314
+ onClick: p[0] || (p[0] = (h) => i(o.leftValue))
315
315
  }, [
316
316
  C(b, {
317
317
  name: o.leftIcon
318
318
  }, null, 8, ["name"])
319
319
  ], 2),
320
- T("span", {
321
- class: F({ active: o.active === o.rightValue }),
322
- onClick: p[1] || (p[1] = (y) => a(o.rightValue))
320
+ z("span", {
321
+ class: P({ active: o.active === o.rightValue }),
322
+ onClick: p[1] || (p[1] = (h) => i(o.rightValue))
323
323
  }, [
324
324
  C(b, {
325
325
  name: o.rightIcon
326
326
  }, null, 8, ["name"])
327
327
  ], 2)
328
- ], 16, Po));
328
+ ], 16, Ro));
329
329
  }
330
330
  });
331
- const ue = [
331
+ const $e = [
332
332
  "primary",
333
333
  "secondary"
334
- ], Ro = { class: "ak-tooltip-overlay__content" }, Fo = { class: "ak-tooltip-overlay__content__title" }, Do = {
334
+ ], Fo = { class: "ak-tooltip-overlay__content" }, jo = { class: "ak-tooltip-overlay__content__title" }, qo = {
335
335
  key: 0,
336
336
  class: "ak-tooltip-overlay__content__description"
337
- }, jo = {
337
+ }, Oo = {
338
338
  name: "MaTooltip"
339
- }, de = /* @__PURE__ */ h({
340
- ...jo,
339
+ }, we = /* @__PURE__ */ y({
340
+ ...Oo,
341
341
  props: {
342
342
  placement: { default: "top" },
343
343
  type: { default: "secondary" },
@@ -358,51 +358,51 @@ const ue = [
358
358
  "ak-tooltip-overlay",
359
359
  `ak-tooltip-overlay--${s.type}`,
360
360
  `ak-tooltip-overlay--${s.placement}`
361
- ].join(" ")), n = R(s.defaultVisible), a = () => {
361
+ ].join(" ")), n = D(s.defaultVisible), i = () => {
362
362
  n.value = !1;
363
363
  };
364
- return (r, p) => (i(), u(t(po), $(r.$attrs, {
364
+ return (r, p) => (a(), m(t(mo), k(r.$attrs, {
365
365
  visible: n.value,
366
- "onUpdate:visible": p[0] || (p[0] = (y) => n.value = y),
366
+ "onUpdate:visible": p[0] || (p[0] = (h) => n.value = h),
367
367
  class: t(o),
368
368
  placement: s.placement,
369
369
  trigger: s.trigger,
370
370
  overlayClassName: t(e),
371
371
  "prefix-cls": "antd-tooltip"
372
372
  }), {
373
- title: m(() => [
374
- s.icon ? (i(), u(b, {
373
+ title: g(() => [
374
+ s.icon ? (a(), m(b, {
375
375
  key: 0,
376
376
  size: "xs",
377
377
  name: s.icon
378
- }, null, 8, ["name"])) : f("", !0),
378
+ }, null, 8, ["name"])) : v("", !0),
379
379
  _(r.$slots, "icon"),
380
- T("div", Ro, [
381
- T("span", Fo, [
382
- L(M(s.title) + " ", 1),
380
+ z("div", Fo, [
381
+ z("span", jo, [
382
+ O(x(s.title) + " ", 1),
383
383
  _(r.$slots, "title")
384
384
  ]),
385
- s?.description || r.$slots.description ? (i(), d("span", Do, [
386
- L(M(s.description) + " ", 1),
385
+ s?.description || r.$slots.description ? (a(), u("span", qo, [
386
+ O(x(s.description) + " ", 1),
387
387
  _(r.$slots, "description")
388
- ])) : f("", !0)
388
+ ])) : v("", !0)
389
389
  ]),
390
- s.closable ? (i(), u(b, {
390
+ s.closable ? (a(), m(b, {
391
391
  key: 1,
392
- onClick: a,
392
+ onClick: i,
393
393
  class: "ak-tooltip-overlay__close",
394
394
  size: "xs",
395
395
  name: "close"
396
- })) : f("", !0)
396
+ })) : v("", !0)
397
397
  ]),
398
- default: m(() => [
398
+ default: g(() => [
399
399
  _(r.$slots, "default")
400
400
  ]),
401
401
  _: 3
402
402
  }, 16, ["visible", "class", "placement", "trigger", "overlayClassName"]));
403
403
  }
404
404
  });
405
- const ve = [
405
+ const Ce = [
406
406
  "top",
407
407
  "left",
408
408
  "right",
@@ -415,84 +415,84 @@ const ve = [
415
415
  "leftBottom",
416
416
  "rightTop",
417
417
  "rightBottom"
418
- ], fe = [
418
+ ], xe = [
419
419
  "primary",
420
420
  "secondary"
421
- ], _e = [
421
+ ], Me = [
422
422
  "hover",
423
423
  "focus",
424
424
  "click",
425
425
  "contextmenu"
426
- ], qo = {
426
+ ], Lo = {
427
427
  name: "MaNonHSFormsIgnore"
428
- }, Lo = (l, s) => {
428
+ }, Uo = (l, s) => {
429
429
  const o = l.__vccOpts || l;
430
430
  for (const [e, n] of s)
431
431
  o[e] = n;
432
432
  return o;
433
- }, Oo = /* @__PURE__ */ T("label", {
433
+ }, Eo = /* @__PURE__ */ z("label", {
434
434
  for: "cc-num",
435
435
  class: "hidden"
436
- }, "HubspotCollectedFormsWorkaround", -1), Uo = /* @__PURE__ */ T("input", {
436
+ }, "HubspotCollectedFormsWorkaround", -1), Ho = /* @__PURE__ */ z("input", {
437
437
  id: "cc-num",
438
438
  name: "cc-num",
439
439
  class: "hidden",
440
440
  required: "",
441
441
  value: "HubspotCollectedFormsWorkaround"
442
442
  }, null, -1);
443
- function Eo(l, s, o, e, n, a) {
444
- return i(), d(G, null, [
445
- Oo,
446
- Uo
443
+ function Go(l, s, o, e, n, i) {
444
+ return a(), u(K, null, [
445
+ Eo,
446
+ Ho
447
447
  ], 64);
448
448
  }
449
- const Ho = /* @__PURE__ */ Lo(qo, [["render", Eo]]), Go = {
449
+ const Ko = /* @__PURE__ */ Uo(Lo, [["render", Go]]), Wo = {
450
450
  name: "MaForm"
451
- }, ye = /* @__PURE__ */ h({
452
- ...Go,
451
+ }, Ie = /* @__PURE__ */ y({
452
+ ...Wo,
453
453
  props: {
454
454
  nonHubspotFormsIgnore: { type: Boolean, default: !0 }
455
455
  },
456
456
  setup(l, { expose: s }) {
457
- const o = l, e = R();
457
+ const o = l, e = D();
458
458
  return s({
459
459
  validate: () => e.value.validate(),
460
460
  clearValidate: () => e.value.clearValidate(),
461
461
  resetFields: () => e.value.resetFields(),
462
462
  scrollToField: () => e.value.scrollToField(),
463
463
  validateFields: () => e.value.validateFields()
464
- }), (x, z) => (i(), u(t(go), $(x.$attrs, {
464
+ }), (M, S) => (a(), m(t(go), k(M.$attrs, {
465
465
  class: "ma-form",
466
466
  "prefix-cls": "antd-form",
467
467
  ref_key: "form",
468
468
  ref: e
469
469
  }), {
470
- default: m(() => [
471
- o.nonHubspotFormsIgnore ? (i(), u(Ho, { key: 0 })) : f("", !0),
472
- _(x.$slots, "default")
470
+ default: g(() => [
471
+ o.nonHubspotFormsIgnore ? (a(), m(Ko, { key: 0 })) : v("", !0),
472
+ _(M.$slots, "default")
473
473
  ]),
474
474
  _: 3
475
475
  }, 16));
476
476
  }
477
477
  });
478
- const Ko = {
478
+ const Jo = {
479
479
  name: "MaFormItem"
480
- }, he = /* @__PURE__ */ h({
481
- ...Ko,
480
+ }, Be = /* @__PURE__ */ y({
481
+ ...Jo,
482
482
  setup(l) {
483
- return (s, o) => (i(), u(t(mo), $(s.$attrs, {
483
+ return (s, o) => (a(), m(t(uo), k(s.$attrs, {
484
484
  class: "ma-form-item",
485
485
  "prefix-cls": "antd-form"
486
- }), V({ _: 2 }, [
486
+ }), R({ _: 2 }, [
487
487
  N(s.$slots, (e, n) => ({
488
488
  name: n,
489
- fn: m(() => [
489
+ fn: g(() => [
490
490
  _(s.$slots, n)
491
491
  ])
492
492
  }))
493
493
  ]), 1040));
494
494
  }
495
- }), be = [
495
+ }), ze = [
496
496
  "horizontal",
497
497
  "vertical",
498
498
  "inline"
@@ -507,36 +507,36 @@ const Ko = {
507
507
  amount: "amount",
508
508
  creditCard: "creditCard",
509
509
  userInfo: "userInfo"
510
- }, Wo = {
510
+ }, Yo = {
511
511
  small: "small",
512
512
  medium: "medium",
513
513
  large: "large"
514
- }, ke = {
514
+ }, Se = {
515
515
  usd: "USD",
516
516
  eur: "EUR",
517
517
  gbp: "GBP",
518
518
  jpy: "JPY"
519
- }, Jo = {
519
+ }, Xo = {
520
520
  USD: "$",
521
521
  EUR: "€",
522
522
  GBP: "£",
523
523
  JPY: "¥"
524
- }, Yo = [
524
+ }, Qo = [
525
525
  { label: "USD", value: "USD" },
526
526
  { label: "EUR", value: "EUR" },
527
527
  { label: "GBP", value: "GBP" },
528
528
  { label: "JPY", value: "JPY" }
529
- ], Xo = {
529
+ ], Zo = {
530
530
  name: "MaAvatar"
531
- }, Qo = /* @__PURE__ */ h({
532
- ...Xo,
531
+ }, os = /* @__PURE__ */ y({
532
+ ...Zo,
533
533
  setup(l) {
534
- return (s, o) => (i(), u(t(uo), $(s.$attrs, { "prefix-cls": "antd-avatar" }), null, 16));
534
+ return (s, o) => (a(), m(t(vo), k(s.$attrs, { "prefix-cls": "antd-avatar" }), null, 16));
535
535
  }
536
- }), Zo = { class: "dropdown-wrapper" }, os = { class: "mobile-header" }, ss = /* @__PURE__ */ T("label", null, "Select", -1), es = {
536
+ }), ss = { class: "dropdown-wrapper" }, es = { class: "mobile-header" }, ts = /* @__PURE__ */ z("label", null, "Select", -1), ns = {
537
537
  name: "MaDropdownRender"
538
- }, ts = /* @__PURE__ */ h({
539
- ...es,
538
+ }, as = /* @__PURE__ */ y({
539
+ ...ns,
540
540
  props: {
541
541
  menu: {
542
542
  type: Object,
@@ -556,30 +556,30 @@ const Ko = {
556
556
  set(r) {
557
557
  s("update:filter", r);
558
558
  }
559
- }), a = () => {
559
+ }), i = () => {
560
560
  s("closeDropdown");
561
561
  };
562
- return (r, p) => (i(), d("div", Zo, [
563
- T("div", os, [
562
+ return (r, p) => (a(), u("div", ss, [
563
+ z("div", es, [
564
564
  C(b, {
565
565
  size: "lg",
566
566
  name: "close-circle",
567
- onClick: a
567
+ onClick: i
568
568
  }),
569
- ss,
570
- C(H, {
569
+ ts,
570
+ C(G, {
571
571
  type: "grey-link",
572
- onClick: a
572
+ onClick: i
573
573
  }, {
574
- default: m(() => [
575
- L("Done")
574
+ default: g(() => [
575
+ O("Done")
576
576
  ]),
577
577
  _: 1
578
578
  })
579
579
  ]),
580
- C(ms, {
580
+ C(us, {
581
581
  value: t(n),
582
- "onUpdate:value": p[0] || (p[0] = (y) => O(n) ? n.value = y : null),
582
+ "onUpdate:value": p[0] || (p[0] = (h) => L(n) ? n.value = h : null),
583
583
  autofocus: "",
584
584
  placeholder: "Search",
585
585
  "prefix-icon": "search-normal"
@@ -587,13 +587,13 @@ const Ko = {
587
587
  C(e, { vnodes: l.menu }, null, 8, ["vnodes"])
588
588
  ]));
589
589
  }
590
- }), ns = {
590
+ }), is = {
591
591
  key: 0,
592
592
  class: "prefix-icon"
593
- }, is = {
593
+ }, ls = {
594
594
  name: "MaSelect"
595
- }, as = /* @__PURE__ */ h({
596
- ...is,
595
+ }, rs = /* @__PURE__ */ y({
596
+ ...ls,
597
597
  props: {
598
598
  allowClear: { type: Boolean },
599
599
  autoClearSearchValue: { type: Boolean, default: !0 },
@@ -624,14 +624,14 @@ const Ko = {
624
624
  "update:value"
625
625
  ],
626
626
  setup(l, { emit: s }) {
627
- const o = l, e = K(), n = R(o?.searchValue), a = R(o.open), r = c(() => !o?.mode && o?.showSearch), p = c({
627
+ const o = l, e = E(), n = D(o?.searchValue), i = D(o.open), r = c(() => !o?.mode && o?.showSearch), p = c({
628
628
  get() {
629
629
  return o.value;
630
630
  },
631
- set(v) {
632
- s("update:value", v);
631
+ set(f) {
632
+ s("update:value", f);
633
633
  }
634
- }), y = c(() => [
634
+ }), h = c(() => [
635
635
  "ma-select",
636
636
  `ma-select--${o.size}`,
637
637
  {
@@ -643,28 +643,28 @@ const Ko = {
643
643
  {
644
644
  "ma-select--custom-render": r
645
645
  }
646
- ]), x = c(() => [
646
+ ]), M = c(() => [
647
647
  o?.dropdownClassName,
648
648
  "ma-select-dropdown",
649
649
  !o?.mode && (e?.prefixIcon || o?.prefixIcon) ? "ma-select-dropdown--has-prefix" : null
650
- ].join(" ")), z = c(() => o?.loading ? "loader" : o?.suffixIcon), S = c(() => Object.keys(e).filter((v) => !["option"].includes(v))), k = c(() => o?.showArrow || !o?.mode), I = () => {
651
- a.value = !0;
652
- }, g = (v) => {
653
- a.value = v, n.value = "";
650
+ ].join(" ")), S = c(() => o?.loading ? "loader" : o?.suffixIcon), T = c(() => Object.keys(e).filter((f) => !["option"].includes(f))), $ = c(() => o?.showArrow || !o?.mode), I = () => {
651
+ i.value = !0;
652
+ }, d = (f) => {
653
+ i.value = f, n.value = "";
654
654
  }, w = c(() => !r.value && o?.showSearch), B = () => typeof window.orientation < "u" || navigator.userAgent.indexOf("Mobile") !== -1 ? window.innerHeight : o?.listHeight, j = () => {
655
- a.value = !1;
655
+ i.value = !1;
656
656
  };
657
- return (v, P) => (i(), u(t(vo), $({
657
+ return (f, V) => (a(), m(t(fo), k({
658
658
  value: t(p),
659
- "onUpdate:value": P[1] || (P[1] = (A) => O(p) ? p.value = A : null)
660
- }, v.$attrs, {
661
- class: t(y),
659
+ "onUpdate:value": V[1] || (V[1] = (A) => L(p) ? p.value = A : null)
660
+ }, f.$attrs, {
661
+ class: t(h),
662
662
  allowClear: o?.allowClear,
663
663
  autoClearSearchValue: o?.autoClearSearchValue,
664
664
  autofocus: o?.autofocus,
665
665
  defaultOpen: o?.defaultOpen,
666
666
  disabled: o?.disabled || o?.loading,
667
- dropdownClassName: t(x),
667
+ dropdownClassName: t(M),
668
668
  loading: o?.loading,
669
669
  optionFilterProp: o?.optionFilterProp,
670
670
  optionLabelProp: o?.optionLabelProp,
@@ -672,88 +672,88 @@ const Ko = {
672
672
  placeholder: o?.placeholder,
673
673
  searchValue: n.value || void 0,
674
674
  showSearch: t(w),
675
- showArrow: t(k),
675
+ showArrow: t($),
676
676
  mode: o?.mode,
677
677
  "list-height": B(),
678
678
  size: o?.size,
679
- open: a.value,
679
+ open: i.value,
680
680
  onClick: I,
681
- onDropdownVisibleChange: g,
681
+ onDropdownVisibleChange: d,
682
682
  "prefix-cls": "antd-select"
683
- }), V({
684
- suffixIcon: m(() => [
683
+ }), R({
684
+ suffixIcon: g(() => [
685
685
  C(b, {
686
686
  spin: o?.loading,
687
- name: t(z) || "chevron-down"
687
+ name: t(S) || "chevron-down"
688
688
  }, null, 8, ["spin", "name"]),
689
- v.$slots?.prefixIcon || o?.prefixIcon ? (i(), d("div", ns, [
690
- _(v.$slots, "prefixIcon", {}, () => [
691
- o?.prefixIcon ? (i(), u(b, {
689
+ f.$slots?.prefixIcon || o?.prefixIcon ? (a(), u("div", is, [
690
+ _(f.$slots, "prefixIcon", {}, () => [
691
+ o?.prefixIcon ? (a(), m(b, {
692
692
  key: 0,
693
693
  name: o?.prefixIcon
694
- }, null, 8, ["name"])) : f("", !0)
694
+ }, null, 8, ["name"])) : v("", !0)
695
695
  ])
696
- ])) : f("", !0)
696
+ ])) : v("", !0)
697
697
  ]),
698
- removeIcon: m(() => [
698
+ removeIcon: g(() => [
699
699
  C(b, {
700
700
  name: o?.removeIcon || "close"
701
701
  }, null, 8, ["name"])
702
702
  ]),
703
703
  _: 2
704
704
  }, [
705
- N(t(S), (A) => ({
705
+ N(t(T), (A) => ({
706
706
  name: A,
707
- fn: m(() => [
708
- _(v.$slots, A)
707
+ fn: g(() => [
708
+ _(f.$slots, A)
709
709
  ])
710
710
  })),
711
- v.$slots.option ? {
711
+ f.$slots.option ? {
712
712
  name: "option",
713
- fn: m(({ label: A, value: D }) => [
714
- _(v.$slots, "option", {
713
+ fn: g(({ label: A, value: F }) => [
714
+ _(f.$slots, "option", {
715
715
  label: A,
716
- value: D
716
+ value: F
717
717
  })
718
718
  ]),
719
719
  key: "0"
720
720
  } : void 0,
721
721
  o?.clearIcon ? {
722
722
  name: "clearIcon",
723
- fn: m(() => [
724
- o?.clearIcon ? (i(), u(b, {
723
+ fn: g(() => [
724
+ o?.clearIcon ? (a(), m(b, {
725
725
  key: 0,
726
726
  name: o?.clearIcon
727
- }, null, 8, ["name"])) : f("", !0)
727
+ }, null, 8, ["name"])) : v("", !0)
728
728
  ]),
729
729
  key: "1"
730
730
  } : void 0,
731
731
  o?.menuItemSelectedIcon ? {
732
732
  name: "menuItemSelectedIcon",
733
- fn: m(() => [
733
+ fn: g(() => [
734
734
  C(b, {
735
735
  name: o?.menuItemSelectedIcon
736
736
  }, null, 8, ["name"])
737
737
  ]),
738
738
  key: "2"
739
739
  } : void 0,
740
- v.$slots.notFoundContent ? void 0 : {
740
+ f.$slots.notFoundContent ? void 0 : {
741
741
  name: "notFoundContent",
742
- fn: m(() => [
742
+ fn: g(() => [
743
743
  C(b, {
744
744
  size: "sm",
745
745
  name: "warning"
746
746
  }),
747
- L(" No result found! ")
747
+ O(" No result found! ")
748
748
  ]),
749
749
  key: "3"
750
750
  },
751
- t(r) && a.value ? {
751
+ t(r) && i.value ? {
752
752
  name: "dropdownRender",
753
- fn: m(({ menuNode: A }) => [
754
- C(ts, {
753
+ fn: g(({ menuNode: A }) => [
754
+ C(as, {
755
755
  filter: n.value,
756
- "onUpdate:filter": P[0] || (P[0] = (D) => n.value = D),
756
+ "onUpdate:filter": V[0] || (V[0] = (F) => n.value = F),
757
757
  menu: A,
758
758
  onCloseDropdown: j
759
759
  }, null, 8, ["filter", "menu"])
@@ -763,24 +763,24 @@ const Ko = {
763
763
  ]), 1040, ["value", "class", "allowClear", "autoClearSearchValue", "autofocus", "defaultOpen", "disabled", "dropdownClassName", "loading", "optionFilterProp", "optionLabelProp", "options", "placeholder", "searchValue", "showSearch", "showArrow", "mode", "list-height", "size", "open"]));
764
764
  }
765
765
  });
766
- const ls = ["for"], rs = {
766
+ const cs = ["for"], ps = {
767
767
  key: 1,
768
768
  class: "ak-input__wrapper"
769
- }, cs = {
769
+ }, ms = {
770
770
  key: 1,
771
771
  class: "currency"
772
- }, ps = {
772
+ }, gs = {
773
773
  key: 3,
774
774
  class: "ak-input__hint-text"
775
- }, gs = {
775
+ }, ds = {
776
776
  name: "MaInput",
777
777
  inheritAttrs: !1
778
- }, ms = /* @__PURE__ */ h({
779
- ...gs,
778
+ }, us = /* @__PURE__ */ y({
779
+ ...ds,
780
780
  props: {
781
781
  allowClear: { type: Boolean },
782
782
  type: { default: q.text },
783
- size: { default: Wo.small },
783
+ size: { default: Yo.small },
784
784
  title: null,
785
785
  hintText: null,
786
786
  hasError: { type: Boolean },
@@ -803,7 +803,7 @@ const ls = ["for"], rs = {
803
803
  "update:amountCurrency"
804
804
  ],
805
805
  setup(l, { emit: s }) {
806
- const o = l, e = oo(), n = R(null), a = c(() => [q.amount, q.creditCard].includes(o.type) ? "number" : o.type === q.userInfo ? "text" : o.type), r = c(() => [
806
+ const o = l, e = so(), n = D(null), i = c(() => [q.amount, q.creditCard].includes(o.type) ? "number" : o.type === q.userInfo ? "text" : o.type), r = c(() => [
807
807
  `ma-input ak-input ak-input--${o.type} ak-input--${o.size} ${e?.class}`,
808
808
  {
809
809
  "ak-input--has-error": o.hasError
@@ -814,47 +814,47 @@ const ls = ["for"], rs = {
814
814
  {
815
815
  "ak-input--filled": o?.value
816
816
  }
817
- ]), p = c(() => ["ak-input__input", o?.inputClass]), y = c({
817
+ ]), p = c(() => ["ak-input__input", o?.inputClass]), h = c({
818
818
  get() {
819
819
  return o.value;
820
820
  },
821
- set(v) {
822
- s("update:value", v);
821
+ set(f) {
822
+ s("update:value", f);
823
823
  }
824
- }), x = c(() => o.amountCurrency ? Jo[o.amountCurrency] : null), z = c({
824
+ }), M = c(() => o.amountCurrency ? Xo[o.amountCurrency] : null), S = c({
825
825
  get() {
826
826
  return o.amountCurrency;
827
827
  },
828
- set(v) {
829
- s("update:amountCurrency", v);
828
+ set(f) {
829
+ s("update:amountCurrency", f);
830
830
  }
831
- }), S = c(() => o.type === q.password ? fo : _o), k = c(() => o.type === q.password ? { "input-prefix-cls": "antd-input" } : { "prefix-cls": "antd-input" }), I = c(() => o.type === q.url ? "https" : o?.addonBefore), g = c(() => {
832
- let v = { ...e, ...k.value };
833
- return e?.class && delete v?.class, v;
834
- }), w = (v) => {
835
- s("change", v);
836
- }, B = (v) => {
837
- s("currency-change", v);
831
+ }), T = c(() => o.type === q.password ? _o : yo), $ = c(() => o.type === q.password ? { "input-prefix-cls": "antd-input" } : { "prefix-cls": "antd-input" }), I = c(() => o.type === q.url ? "https" : o?.addonBefore), d = c(() => {
832
+ let f = { ...e, ...$.value };
833
+ return e?.class && delete f?.class, f;
834
+ }), w = (f) => {
835
+ s("change", f);
836
+ }, B = (f) => {
837
+ s("currency-change", f);
838
838
  }, j = () => {
839
839
  n.value.focus();
840
840
  };
841
- return (v, P) => (i(), d("div", {
842
- class: F(t(r))
841
+ return (f, V) => (a(), u("div", {
842
+ class: P(t(r))
843
843
  }, [
844
- _(v.$slots, "title"),
845
- o.title ? (i(), d("label", {
844
+ _(f.$slots, "title"),
845
+ o.title ? (a(), u("label", {
846
846
  key: 0,
847
847
  onClick: j,
848
848
  class: "ak-input__title",
849
- for: v.$attrs?.id
850
- }, M(o.title), 9, ls)) : f("", !0),
851
- o.type !== "textarea" ? (i(), d("div", rs, [
852
- (i(), u(Y(t(S)), $({
853
- value: t(y),
854
- "onUpdate:value": P[1] || (P[1] = (A) => O(y) ? y.value = A : null)
855
- }, t(g), {
849
+ for: f.$attrs?.id
850
+ }, x(o.title), 9, cs)) : v("", !0),
851
+ o.type !== "textarea" ? (a(), u("div", ps, [
852
+ (a(), m(X(t(T)), k({
853
+ value: t(h),
854
+ "onUpdate:value": V[1] || (V[1] = (A) => L(h) ? h.value = A : null)
855
+ }, t(d), {
856
856
  allowClear: o?.allowClear,
857
- type: t(a),
857
+ type: t(i),
858
858
  disabled: o?.disabled,
859
859
  placeholder: o?.placeholder,
860
860
  addonBefore: t(I),
@@ -863,49 +863,49 @@ const ls = ["for"], rs = {
863
863
  onChange: w,
864
864
  ref_key: "inputRef",
865
865
  ref: n
866
- }), V({
867
- prefix: m(() => [
868
- o.prefixIcon ? (i(), u(b, {
866
+ }), R({
867
+ prefix: g(() => [
868
+ o.prefixIcon ? (a(), m(b, {
869
869
  key: 0,
870
870
  size: "xs",
871
871
  name: o.prefixIcon
872
- }, null, 8, ["name"])) : t(x) ? (i(), d("span", cs, M(t(x)), 1)) : o.type === t(q).userInfo ? (i(), u(Qo, {
872
+ }, null, 8, ["name"])) : t(M) ? (a(), u("span", ms, x(t(M)), 1)) : o.type === t(q).userInfo ? (a(), m(os, {
873
873
  key: 2,
874
874
  src: o.avatarUrl,
875
875
  disabled: o.disabled
876
- }, null, 8, ["src", "disabled"])) : f("", !0)
876
+ }, null, 8, ["src", "disabled"])) : v("", !0)
877
877
  ]),
878
- suffix: m(() => [
879
- o.type === "amount" ? (i(), u(as, {
878
+ suffix: g(() => [
879
+ o.type === "amount" ? (a(), m(rs, {
880
880
  key: 0,
881
- value: t(z),
882
- "onUpdate:value": P[0] || (P[0] = (A) => O(z) ? z.value = A : null),
881
+ value: t(S),
882
+ "onUpdate:value": V[0] || (V[0] = (A) => L(S) ? S.value = A : null),
883
883
  onChange: B,
884
884
  dropdownClassName: "ak-input__input__ma-select__dropdown",
885
- options: t(Yo),
885
+ options: t(Qo),
886
886
  disabled: o.disabled,
887
887
  size: "small"
888
- }, null, 8, ["value", "options", "disabled"])) : f("", !0),
889
- o.suffixIcon ? (i(), u(b, {
888
+ }, null, 8, ["value", "options", "disabled"])) : v("", !0),
889
+ o.suffixIcon ? (a(), m(b, {
890
890
  key: 1,
891
891
  size: "xs",
892
892
  name: o.suffixIcon
893
- }, null, 8, ["name"])) : f("", !0)
893
+ }, null, 8, ["name"])) : v("", !0)
894
894
  ]),
895
895
  _: 2
896
896
  }, [
897
- N(v.$slots, (A, D) => ({
898
- name: D,
899
- fn: m(() => [
900
- _(v.$slots, D)
897
+ N(f.$slots, (A, F) => ({
898
+ name: F,
899
+ fn: g(() => [
900
+ _(f.$slots, F)
901
901
  ])
902
902
  }))
903
903
  ]), 1040, ["value", "allowClear", "type", "disabled", "placeholder", "addonBefore", "addonAfter", "class"]))
904
- ])) : (i(), u(t(yo), $({
904
+ ])) : (a(), m(t(ho), k({
905
905
  key: 2,
906
- value: t(y),
907
- "onUpdate:value": P[2] || (P[2] = (A) => O(y) ? y.value = A : null)
908
- }, t(g), {
906
+ value: t(h),
907
+ "onUpdate:value": V[2] || (V[2] = (A) => L(h) ? h.value = A : null)
908
+ }, t(d), {
909
909
  class: t(p),
910
910
  disabled: o?.disabled,
911
911
  placeholder: o?.placeholder,
@@ -913,47 +913,47 @@ const ls = ["for"], rs = {
913
913
  rows: 5,
914
914
  ref_key: "inputRef",
915
915
  ref: n
916
- }), V({ _: 2 }, [
917
- N(v.$slots, (A, D) => ({
918
- name: D,
919
- fn: m(() => [
920
- _(v.$slots, D)
916
+ }), R({ _: 2 }, [
917
+ N(f.$slots, (A, F) => ({
918
+ name: F,
919
+ fn: g(() => [
920
+ _(f.$slots, F)
921
921
  ])
922
922
  }))
923
923
  ]), 1040, ["value", "class", "disabled", "placeholder"])),
924
- _(v.$slots, "hint"),
925
- o.hintText ? (i(), d("div", ps, M(o.hintText), 1)) : f("", !0)
924
+ _(f.$slots, "hint"),
925
+ o.hintText ? (a(), u("div", gs, x(o.hintText), 1)) : v("", !0)
926
926
  ], 2));
927
927
  }
928
928
  });
929
- const us = {
929
+ const vs = {
930
930
  name: "MaSelectOption"
931
- }, $e = /* @__PURE__ */ h({
932
- ...us,
931
+ }, Te = /* @__PURE__ */ y({
932
+ ...vs,
933
933
  setup(l) {
934
- return (s, o) => (i(), u(t(ho), $(s.$attrs, {
934
+ return (s, o) => (a(), m(t(bo), k(s.$attrs, {
935
935
  class: "ma-select-option",
936
936
  "prefix-cls": "antd-select"
937
- }), V({ _: 2 }, [
937
+ }), R({ _: 2 }, [
938
938
  N(s.$slots, (e, n) => ({
939
939
  name: n,
940
- fn: m(() => [
940
+ fn: g(() => [
941
941
  _(s.$slots, n)
942
942
  ])
943
943
  }))
944
944
  ]), 1040));
945
945
  }
946
- }), we = [
946
+ }), Ae = [
947
947
  "default",
948
948
  "large",
949
949
  "small"
950
- ], Ce = [
950
+ ], Ne = [
951
951
  "multiple",
952
952
  "tags"
953
- ], ds = {
953
+ ], fs = {
954
954
  name: "MaCheckbox"
955
- }, xe = /* @__PURE__ */ h({
956
- ...ds,
955
+ }, Pe = /* @__PURE__ */ y({
956
+ ...fs,
957
957
  props: {
958
958
  hint: null,
959
959
  indeterminate: { type: Boolean, default: void 0 },
@@ -967,52 +967,52 @@ const us = {
967
967
  "ak-checkbox--intermediate": typeof s?.indeterminate == "boolean"
968
968
  }
969
969
  ]);
970
- return (e, n) => (i(), u(t(bo), $(e.$attrs, {
970
+ return (e, n) => (a(), m(t(ko), k(e.$attrs, {
971
971
  class: t(o),
972
972
  disabled: s?.disabled,
973
973
  indeterminate: s?.indeterminate,
974
974
  "prefix-cls": "antd-checkbox"
975
- }), V({ _: 2 }, [
976
- N(e.$slots, (a, r) => ({
975
+ }), R({ _: 2 }, [
976
+ N(e.$slots, (i, r) => ({
977
977
  name: r,
978
- fn: m(() => [
978
+ fn: g(() => [
979
979
  _(e.$slots, r),
980
- s.hint ? (i(), d("div", {
980
+ s.hint ? (a(), u("div", {
981
981
  key: r,
982
982
  class: "ak-checkbox__hint-text"
983
- }, M(s.hint), 1)) : f("", !0)
983
+ }, x(s.hint), 1)) : v("", !0)
984
984
  ])
985
985
  }))
986
986
  ]), 1040, ["class", "disabled", "indeterminate"]));
987
987
  }
988
988
  });
989
- const vs = {
989
+ const _s = {
990
990
  name: "MaCheckboxGroup"
991
- }, Ie = /* @__PURE__ */ h({
992
- ...vs,
991
+ }, Ve = /* @__PURE__ */ y({
992
+ ..._s,
993
993
  props: {
994
994
  hint: null,
995
995
  disabled: { type: Boolean }
996
996
  },
997
997
  setup(l) {
998
998
  const s = l;
999
- return (o, e) => (i(), u(t(ko), $(o.$attrs, {
999
+ return (o, e) => (a(), m(t($o), k(o.$attrs, {
1000
1000
  class: "ak-checkbox-group ma-checkbox-group",
1001
1001
  "prefix-cls": "antd-checkbox"
1002
- }), V({ _: 2 }, [
1003
- N(o.$slots, (n, a) => ({
1004
- name: a,
1005
- fn: m(() => [
1006
- _(o.$slots, a),
1007
- s.hint ? (i(), d("div", {
1008
- key: a,
1002
+ }), R({ _: 2 }, [
1003
+ N(o.$slots, (n, i) => ({
1004
+ name: i,
1005
+ fn: g(() => [
1006
+ _(o.$slots, i),
1007
+ s.hint ? (a(), u("div", {
1008
+ key: i,
1009
1009
  class: "ak-checkbox__hint-text"
1010
- }, M(s.hint), 1)) : f("", !0)
1010
+ }, x(s.hint), 1)) : v("", !0)
1011
1011
  ])
1012
1012
  }))
1013
1013
  ]), 1040));
1014
1014
  }
1015
- }), fs = ["value"], _s = /* @__PURE__ */ h({
1015
+ }), ys = ["value"], hs = /* @__PURE__ */ y({
1016
1016
  __name: "singleNumericInput",
1017
1017
  props: {
1018
1018
  value: { default: "" },
@@ -1020,17 +1020,17 @@ const vs = {
1020
1020
  },
1021
1021
  emits: ["update:value"],
1022
1022
  setup(l, { emit: s }) {
1023
- const o = l, e = R(null);
1023
+ const o = l, e = D(null);
1024
1024
  U(
1025
1025
  () => o.focus,
1026
- (a) => {
1027
- a && e.value.focus();
1026
+ (i) => {
1027
+ i && e.value.focus();
1028
1028
  }
1029
1029
  );
1030
- const n = (a) => {
1031
- s("update:value", a.target.value);
1030
+ const n = (i) => {
1031
+ s("update:value", i.target.value);
1032
1032
  };
1033
- return (a, r) => (i(), d("input", $(a.$attrs, {
1033
+ return (i, r) => (a(), u("input", k(i.$attrs, {
1034
1034
  value: o.value,
1035
1035
  onInput: n,
1036
1036
  ref_key: "input",
@@ -1041,12 +1041,12 @@ const vs = {
1041
1041
  maxlength: "1",
1042
1042
  pattern: "[0-9]",
1043
1043
  inputmode: "numeric"
1044
- }), null, 16, fs));
1044
+ }), null, 16, ys));
1045
1045
  }
1046
- }), ys = {
1046
+ }), bs = {
1047
1047
  name: "MaNumericInput"
1048
- }, Be = /* @__PURE__ */ h({
1049
- ...ys,
1048
+ }, Re = /* @__PURE__ */ y({
1049
+ ...bs,
1050
1050
  props: {
1051
1051
  disabled: { type: Boolean },
1052
1052
  length: { default: 6 },
@@ -1057,7 +1057,7 @@ const vs = {
1057
1057
  },
1058
1058
  emits: ["update:value"],
1059
1059
  setup(l, { emit: s }) {
1060
- const o = l, e = R(null), n = R(Array.from({ length: o.length }, (g, w) => o.value[w] || null)), a = c(() => [
1060
+ const o = l, e = D(null), n = D(Array.from({ length: o.length }, (d, w) => o.value[w] || null)), i = c(() => [
1061
1061
  "ma-numeric-input",
1062
1062
  `ma-numeric-input--${o.size}`,
1063
1063
  {
@@ -1066,68 +1066,68 @@ const vs = {
1066
1066
  {
1067
1067
  "ma-numeric-input--disabled": o?.disabled
1068
1068
  }
1069
- ]), r = c(() => o?.placeholderStatus ? "0" : null), p = (g) => /^Digit[0-9]$/.test(g), y = (g) => e.value = g, x = (g, w) => {
1070
- switch (g.code) {
1069
+ ]), r = c(() => o?.placeholderStatus ? "0" : null), p = (d) => /^Digit[0-9]$/.test(d), h = (d) => e.value = d, M = (d, w) => {
1070
+ switch (d.code) {
1071
1071
  case "Backspace":
1072
1072
  case "Delete":
1073
- k("", w), S();
1073
+ $("", w), T();
1074
1074
  break;
1075
1075
  case "ArrowLeft":
1076
- g.preventDefault(), S();
1076
+ d.preventDefault(), T();
1077
1077
  break;
1078
1078
  case "ArrowRight":
1079
- g.preventDefault(), z();
1079
+ d.preventDefault(), S();
1080
1080
  break;
1081
1081
  default:
1082
- p(g.code) && (g.preventDefault(), k(g.key, w), z());
1082
+ p(d.code) && (d.preventDefault(), $(d.key, w), S());
1083
1083
  break;
1084
1084
  }
1085
- }, z = () => {
1086
- e.value < o.length && e.value++;
1087
1085
  }, S = () => {
1086
+ e.value < o.length && e.value++;
1087
+ }, T = () => {
1088
1088
  o.length >= e.value && e.value > 0 && e.value--;
1089
- }, k = (g, w) => {
1090
- n.value[w] = g;
1091
- }, I = (g, w) => {
1092
- g.preventDefault();
1093
- const B = g.clipboardData.getData("text/plain").replaceAll(" ", "").replaceAll("-", "").slice(0, o.length);
1089
+ }, $ = (d, w) => {
1090
+ n.value[w] = d;
1091
+ }, I = (d, w) => {
1092
+ d.preventDefault();
1093
+ const B = d.clipboardData.getData("text/plain").replaceAll(" ", "").replaceAll("-", "").slice(0, o.length);
1094
1094
  B.length === 1 && B.match(/^\d+$/) ? n.value[w] = B : B.match(/^\d+$/) && (n.value = B.split(""));
1095
1095
  };
1096
1096
  return U(
1097
1097
  () => n.value,
1098
- (g) => {
1099
- const w = g.join("");
1098
+ (d) => {
1099
+ const w = d.join("");
1100
1100
  s("update:value", w);
1101
1101
  },
1102
1102
  { deep: !0 }
1103
1103
  ), U(
1104
1104
  () => o.value,
1105
- (g) => {
1106
- g !== n.value.join("") && g && g.match(/^\d+$/) && (n.value = g.split("").slice(0, o.length));
1105
+ (d) => {
1106
+ d !== n.value.join("") && d && d.match(/^\d+$/) && (n.value = d.split("").slice(0, o.length));
1107
1107
  }
1108
- ), (g, w) => (i(), d("div", $({ class: t(a) }, g.$attrs), [
1109
- (i(!0), d(G, null, N(o.length, (B) => (i(), u(_s, {
1108
+ ), (d, w) => (a(), u("div", k({ class: t(i) }, d.$attrs), [
1109
+ (a(!0), u(K, null, N(o.length, (B) => (a(), m(hs, {
1110
1110
  focus: e.value === B - 1,
1111
1111
  key: B,
1112
1112
  placeholder: t(r),
1113
1113
  value: n.value[B - 1],
1114
1114
  disabled: o.disabled,
1115
- onFocus: (j) => y(B - 1),
1116
- onKeydown: (j) => x(j, B - 1),
1115
+ onFocus: (j) => h(B - 1),
1116
+ onKeydown: (j) => M(j, B - 1),
1117
1117
  onPaste: (j) => I(j, 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 Me = [
1123
+ const De = [
1124
1124
  "small",
1125
1125
  "medium",
1126
1126
  "large"
1127
- ], hs = {
1127
+ ], ks = {
1128
1128
  name: "MaRadio"
1129
- }, bs = /* @__PURE__ */ h({
1130
- ...hs,
1129
+ }, $s = /* @__PURE__ */ y({
1130
+ ...ks,
1131
1131
  props: {
1132
1132
  type: { default: "button" },
1133
1133
  hint: null,
@@ -1135,30 +1135,30 @@ const Me = [
1135
1135
  },
1136
1136
  setup(l) {
1137
1137
  const s = l, o = c(() => [`ma-radio ma-radio--${s.type}`]);
1138
- return (e, n) => (i(), u(t($o), $(e.$attrs, {
1138
+ return (e, n) => (a(), m(t(wo), k(e.$attrs, {
1139
1139
  class: t(o),
1140
1140
  "prefix-cls": "antd-radio"
1141
- }), V({ _: 2 }, [
1142
- N(e.$slots, (a, r) => ({
1141
+ }), R({ _: 2 }, [
1142
+ N(e.$slots, (i, r) => ({
1143
1143
  name: r,
1144
- fn: m(() => [
1144
+ fn: g(() => [
1145
1145
  _(e.$slots, r),
1146
- s.hint ? (i(), d("div", {
1146
+ s.hint ? (a(), u("div", {
1147
1147
  key: r,
1148
1148
  class: "ma-radio__hint-text"
1149
- }, M(s.hint), 1)) : f("", !0)
1149
+ }, x(s.hint), 1)) : v("", !0)
1150
1150
  ])
1151
1151
  }))
1152
1152
  ]), 1040, ["class"]));
1153
1153
  }
1154
1154
  });
1155
- const ks = ["aria-checked", "disabled"], $s = ["src", "alt"], ws = { class: "ma-app-track-button__text" }, Cs = { class: "ma-app-track-button__text__title" }, xs = {
1155
+ const ws = ["aria-checked", "disabled"], Cs = ["src", "alt"], xs = { class: "ma-app-track-button__text" }, Ms = { class: "ma-app-track-button__text__title" }, Is = {
1156
1156
  key: 0,
1157
1157
  class: "ma-app-track-button__text__category"
1158
- }, Is = { class: "ma-app-track-button__check" }, Bs = {
1158
+ }, Bs = { class: "ma-app-track-button__check" }, zs = {
1159
1159
  name: "MaAppTrackButton"
1160
- }, ze = /* @__PURE__ */ h({
1161
- ...Bs,
1160
+ }, Fe = /* @__PURE__ */ y({
1161
+ ...zs,
1162
1162
  props: {
1163
1163
  checked: { type: Boolean, default: !1 },
1164
1164
  appIcon: null,
@@ -1170,8 +1170,8 @@ const ks = ["aria-checked", "disabled"], $s = ["src", "alt"], ws = { class: "ma-
1170
1170
  },
1171
1171
  emits: ["update:checked", "change"],
1172
1172
  setup(l, { emit: s }) {
1173
- const o = l, e = (a) => {
1174
- a.preventDefault(), s("change", !o.checked), s("update:checked", !o.checked);
1173
+ const o = l, e = (i) => {
1174
+ i.preventDefault(), s("change", !o.checked), s("update:checked", !o.checked);
1175
1175
  }, n = c(() => [
1176
1176
  "ma-app-track-button",
1177
1177
  {
@@ -1184,38 +1184,38 @@ const ks = ["aria-checked", "disabled"], $s = ["src", "alt"], ws = { class: "ma-
1184
1184
  "ma-app-track-button--loading": o.loading
1185
1185
  }
1186
1186
  ]);
1187
- return (a, r) => (i(), d("button", $({
1187
+ return (i, r) => (a(), u("button", k({
1188
1188
  class: t(n),
1189
1189
  role: "switch",
1190
1190
  "aria-checked": o.checked,
1191
1191
  disabled: o.disabled
1192
- }, a.$attrs, { onClick: e }), [
1193
- T("img", {
1192
+ }, i.$attrs, { onClick: e }), [
1193
+ z("img", {
1194
1194
  src: o.appIcon,
1195
1195
  alt: o.appName,
1196
1196
  width: "40",
1197
1197
  height: "40"
1198
- }, null, 8, $s),
1199
- T("span", ws, [
1200
- T("span", Cs, M(o.appName), 1),
1201
- o.appCategory ? (i(), d("span", xs, M(o?.appCategory), 1)) : f("", !0)
1198
+ }, null, 8, Cs),
1199
+ z("span", xs, [
1200
+ z("span", Ms, x(o.appName), 1),
1201
+ o.appCategory ? (a(), u("span", Is, x(o?.appCategory), 1)) : v("", !0)
1202
1202
  ]),
1203
- T("span", Is, [
1204
- C(X, {
1203
+ z("span", Bs, [
1204
+ C(Q, {
1205
1205
  name: "fade",
1206
1206
  mode: "out-in"
1207
1207
  }, {
1208
- default: m(() => [
1209
- o.loading ? (i(), u(b, {
1208
+ default: g(() => [
1209
+ o.loading ? (a(), m(b, {
1210
1210
  key: 0,
1211
1211
  name: "loader",
1212
1212
  size: "xs",
1213
1213
  spin: ""
1214
- })) : !o.multiple || o.checked ? (i(), u(bs, {
1214
+ })) : !o.multiple || o.checked ? (a(), m($s, {
1215
1215
  key: 1,
1216
1216
  checked: o.checked,
1217
1217
  type: "check"
1218
- }, null, 8, ["checked"])) : (i(), u(b, {
1218
+ }, null, 8, ["checked"])) : (a(), m(b, {
1219
1219
  key: 2,
1220
1220
  name: "add-circle",
1221
1221
  size: "xs"
@@ -1224,22 +1224,22 @@ const ks = ["aria-checked", "disabled"], $s = ["src", "alt"], ws = { class: "ma-
1224
1224
  _: 1
1225
1225
  })
1226
1226
  ])
1227
- ], 16, ks));
1227
+ ], 16, ws));
1228
1228
  }
1229
1229
  });
1230
- const Ms = { class: "ak-app-icon__logo" }, zs = ["src"], Ss = {
1230
+ const Ss = { class: "ak-app-icon__logo" }, Ts = ["src"], As = {
1231
1231
  key: 1,
1232
1232
  class: "ak-app-icon-platform"
1233
- }, Ts = { class: "ak-app-icon__text" }, As = {
1233
+ }, Ns = { class: "ak-app-icon__text" }, Ps = {
1234
1234
  key: 0,
1235
1235
  class: "ak-app-name"
1236
- }, Ns = {
1236
+ }, Vs = {
1237
1237
  key: 1,
1238
1238
  class: "ak-app-description"
1239
- }, Ps = {
1239
+ }, Rs = {
1240
1240
  name: "MaAppIcon"
1241
- }, Se = /* @__PURE__ */ h({
1242
- ...Ps,
1241
+ }, je = /* @__PURE__ */ y({
1242
+ ...Rs,
1243
1243
  props: {
1244
1244
  appIcon: null,
1245
1245
  appName: null,
@@ -1257,71 +1257,71 @@ const Ms = { class: "ak-app-icon__logo" }, zs = ["src"], Ss = {
1257
1257
  `ak-app-icon--${o.size}`,
1258
1258
  { "ak-app-icon--rounded": o.rounded },
1259
1259
  { "ak-app-icon--only-icon": !o?.appName && !o?.appDescription }
1260
- ]), a = () => {
1260
+ ]), i = () => {
1261
1261
  s("close");
1262
1262
  };
1263
- return (r, p) => (i(), d("div", {
1264
- class: F(t(n))
1263
+ return (r, p) => (a(), u("div", {
1264
+ class: P(t(n))
1265
1265
  }, [
1266
- T("div", Ms, [
1267
- o.closable ? (i(), d("span", {
1266
+ z("div", Ss, [
1267
+ o.closable ? (a(), u("span", {
1268
1268
  key: 0,
1269
- onClick: a,
1269
+ onClick: i,
1270
1270
  class: "ak-app-icon-closable"
1271
1271
  }, [
1272
1272
  C(b, {
1273
1273
  size: "xs",
1274
1274
  name: "close-circle"
1275
1275
  })
1276
- ])) : f("", !0),
1277
- T("img", {
1276
+ ])) : v("", !0),
1277
+ z("img", {
1278
1278
  class: "ak-app-icon-img",
1279
1279
  src: o.appIcon
1280
- }, null, 8, zs),
1281
- o?.platform ? (i(), d("span", Ss, [
1280
+ }, null, 8, Ts),
1281
+ o?.platform ? (a(), u("span", As, [
1282
1282
  C(b, {
1283
1283
  size: "xs",
1284
1284
  name: t(e)
1285
1285
  }, null, 8, ["name"])
1286
- ])) : f("", !0)
1286
+ ])) : v("", !0)
1287
1287
  ]),
1288
- T("div", Ts, [
1289
- o?.appName ? (i(), d("span", As, M(o.appName), 1)) : f("", !0),
1290
- o?.appDescription ? (i(), d("span", Ns, M(o.appDescription), 1)) : f("", !0)
1288
+ z("div", Ns, [
1289
+ o?.appName ? (a(), u("span", Ps, x(o.appName), 1)) : v("", !0),
1290
+ o?.appDescription ? (a(), u("span", Vs, x(o.appDescription), 1)) : v("", !0)
1291
1291
  ])
1292
1292
  ], 2));
1293
1293
  }
1294
1294
  });
1295
- const Te = [
1295
+ const qe = [
1296
1296
  "x-small",
1297
1297
  "small",
1298
1298
  "medium",
1299
1299
  "large",
1300
1300
  "x-large"
1301
- ], Ae = [
1301
+ ], Oe = [
1302
1302
  "play",
1303
1303
  "ios"
1304
- ], Vs = {
1304
+ ], Ds = {
1305
1305
  name: "MaRadioGroup"
1306
- }, Ne = /* @__PURE__ */ h({
1307
- ...Vs,
1306
+ }, Le = /* @__PURE__ */ y({
1307
+ ...Ds,
1308
1308
  setup(l) {
1309
- return (s, o) => (i(), u(t(wo), $(s.$attrs, { "prefix-cls": "antd-radio" }), V({ _: 2 }, [
1309
+ return (s, o) => (a(), m(t(Co), k(s.$attrs, { "prefix-cls": "antd-radio" }), R({ _: 2 }, [
1310
1310
  N(s.$slots, (e, n) => ({
1311
1311
  name: n,
1312
- fn: m(() => [
1312
+ fn: g(() => [
1313
1313
  _(s.$slots, n)
1314
1314
  ])
1315
1315
  }))
1316
1316
  ]), 1040));
1317
1317
  }
1318
- }), Pe = [
1318
+ }), Ue = [
1319
1319
  "button",
1320
1320
  "check"
1321
- ], Rs = {
1321
+ ], Fs = {
1322
1322
  name: "MaBadge"
1323
- }, Ve = /* @__PURE__ */ h({
1324
- ...Rs,
1323
+ }, Ee = /* @__PURE__ */ y({
1324
+ ...Fs,
1325
1325
  props: {
1326
1326
  type: { default: "primary" },
1327
1327
  variant: { default: "dark" },
@@ -1339,41 +1339,41 @@ const Te = [
1339
1339
  "ak-badge--icon-right": s.iconAlignment === "right"
1340
1340
  }
1341
1341
  ]);
1342
- return (e, n) => (i(), d("div", {
1343
- class: F(t(o))
1342
+ return (e, n) => (a(), u("div", {
1343
+ class: P(t(o))
1344
1344
  }, [
1345
- s?.icon ? (i(), u(b, {
1345
+ s?.icon ? (a(), m(b, {
1346
1346
  key: 0,
1347
1347
  name: s?.icon
1348
- }, null, 8, ["name"])) : f("", !0),
1348
+ }, null, 8, ["name"])) : v("", !0),
1349
1349
  _(e.$slots, "default")
1350
1350
  ], 2));
1351
1351
  }
1352
1352
  });
1353
- const Re = [
1353
+ const He = [
1354
1354
  "dark",
1355
1355
  "blue",
1356
1356
  "green",
1357
1357
  "orange",
1358
1358
  "red",
1359
1359
  "purple"
1360
- ], Fe = [
1360
+ ], Ge = [
1361
1361
  "primary",
1362
1362
  "secondary",
1363
1363
  "line",
1364
1364
  "dashed",
1365
1365
  "icon"
1366
- ], De = [
1366
+ ], Ke = [
1367
1367
  "small",
1368
1368
  "medium",
1369
1369
  "large"
1370
- ], je = [
1370
+ ], We = [
1371
1371
  "left",
1372
1372
  "right"
1373
- ], Fs = {
1373
+ ], js = {
1374
1374
  name: "MaAlert"
1375
- }, qe = /* @__PURE__ */ h({
1376
- ...Fs,
1375
+ }, Je = /* @__PURE__ */ y({
1376
+ ...js,
1377
1377
  props: {
1378
1378
  variant: { default: "dark" },
1379
1379
  type: { default: "primary" },
@@ -1383,8 +1383,8 @@ const Re = [
1383
1383
  icon: null
1384
1384
  },
1385
1385
  setup(l) {
1386
- const s = l, o = K(), e = c(() => [`ma-alert ak-alert ak-alert--${s.variant}--${s.type}`]), n = c(() => !!s?.icon || !!o?.icon);
1387
- return (a, r) => (i(), u(t(Co), $(a.$attrs, {
1386
+ const s = l, o = E(), e = c(() => [`ma-alert ak-alert ak-alert--${s.variant}--${s.type}`]), n = c(() => !!s?.icon || !!o?.icon);
1387
+ return (i, r) => (a(), m(t(xo), k(i.$attrs, {
1388
1388
  class: t(e),
1389
1389
  description: l.description,
1390
1390
  message: l.message,
@@ -1392,43 +1392,43 @@ const Re = [
1392
1392
  showIcon: t(n),
1393
1393
  "prefix-cls": "antd-alert"
1394
1394
  }), {
1395
- closeIcon: m(() => [
1395
+ closeIcon: g(() => [
1396
1396
  C(b, {
1397
1397
  name: "close",
1398
1398
  size: "xs"
1399
1399
  })
1400
1400
  ]),
1401
- icon: m(() => [
1402
- s?.icon ? (i(), u(b, {
1401
+ icon: g(() => [
1402
+ s?.icon ? (a(), m(b, {
1403
1403
  key: 0,
1404
1404
  name: l.icon,
1405
1405
  size: "lg"
1406
- }, null, 8, ["name"])) : f("", !0),
1407
- _(a.$slots, "icon")
1406
+ }, null, 8, ["name"])) : v("", !0),
1407
+ _(i.$slots, "icon")
1408
1408
  ]),
1409
- message: m(() => [
1410
- _(a.$slots, "message")
1409
+ message: g(() => [
1410
+ _(i.$slots, "message")
1411
1411
  ]),
1412
- description: m(() => [
1413
- _(a.$slots, "description")
1412
+ description: g(() => [
1413
+ _(i.$slots, "description")
1414
1414
  ]),
1415
1415
  _: 3
1416
1416
  }, 16, ["class", "description", "message", "closable", "showIcon"]));
1417
1417
  }
1418
1418
  });
1419
- const Le = [
1419
+ const Ye = [
1420
1420
  "dark",
1421
1421
  "blue",
1422
1422
  "green",
1423
1423
  "orange",
1424
1424
  "red"
1425
- ], Oe = [
1425
+ ], Xe = [
1426
1426
  "primary",
1427
1427
  "secondary"
1428
- ], Ds = {
1428
+ ], qs = {
1429
1429
  name: "MaAnimation"
1430
- }, Ue = /* @__PURE__ */ h({
1431
- ...Ds,
1430
+ }, Qe = /* @__PURE__ */ y({
1431
+ ...qs,
1432
1432
  props: {
1433
1433
  name: null,
1434
1434
  loop: { type: Boolean, default: !0 },
@@ -1441,7 +1441,7 @@ const Le = [
1441
1441
  setup(l, { expose: s, emit: o }) {
1442
1442
  const e = l;
1443
1443
  let n;
1444
- const a = R(null), r = R(null);
1444
+ const i = D(null), r = D(null);
1445
1445
  s({
1446
1446
  animation: r
1447
1447
  });
@@ -1452,49 +1452,49 @@ const Le = [
1452
1452
  U(
1453
1453
  () => e.name,
1454
1454
  () => {
1455
- z(), x();
1455
+ S(), M();
1456
1456
  }
1457
1457
  );
1458
- const y = async () => {
1459
- const { default: S } = await import("./lottie_light-b08f9446.mjs").then((k) => k.l);
1460
- n = S;
1461
- }, x = async () => {
1458
+ const h = async () => {
1459
+ const { default: T } = await import("./lottie_light-b08f9446.mjs").then(($) => $.l);
1460
+ n = T;
1461
+ }, M = async () => {
1462
1462
  try {
1463
- const { default: S } = await E(/* @__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/${e.name}.json`);
1463
+ const { default: T } = await H(/* @__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/${e.name}.json`);
1464
1464
  r.value = n.loadAnimation({
1465
- container: a.value,
1465
+ container: i.value,
1466
1466
  loop: e.loop,
1467
1467
  autoplay: e.autoplay,
1468
- animationData: S,
1468
+ animationData: T,
1469
1469
  rendererSettings: e?.rendererSettings
1470
1470
  }), r.value.onComplete = () => o("onComplete"), r.value.addEventListener("DOMLoaded", function() {
1471
1471
  o("onLoaded");
1472
1472
  });
1473
- } catch (S) {
1474
- o("onError", S);
1473
+ } catch (T) {
1474
+ o("onError", T);
1475
1475
  }
1476
- }, z = () => {
1476
+ }, S = () => {
1477
1477
  r.value && r.value.destroy();
1478
1478
  };
1479
- return so(async () => {
1480
- await y(), x();
1481
- }), eo(() => {
1482
- z();
1483
- }), (S, k) => (i(), d("div", {
1479
+ return eo(async () => {
1480
+ await h(), M();
1481
+ }), to(() => {
1482
+ S();
1483
+ }), (T, $) => (a(), u("div", {
1484
1484
  ref_key: "animationRef",
1485
- ref: a,
1485
+ ref: i,
1486
1486
  class: "ma-animation",
1487
- style: to(t(p))
1487
+ style: no(t(p))
1488
1488
  }, null, 4));
1489
1489
  }
1490
- }), Ee = [
1490
+ }), Ze = [
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
- ], He = [
1497
+ ], ot = [
1498
1498
  "info",
1499
1499
  "success",
1500
1500
  "confirm",
@@ -1506,19 +1506,19 @@ const Le = [
1506
1506
  confirm: "warning",
1507
1507
  warning: "warning",
1508
1508
  error: "close-circle-bold"
1509
- }, js = {
1509
+ }, Os = {
1510
1510
  key: 1,
1511
1511
  class: "ak-modal__title"
1512
- }, qs = { class: "ak-modal__content" }, Ls = {
1512
+ }, Ls = { class: "ak-modal__content" }, Us = {
1513
1513
  key: 0,
1514
1514
  class: "ak-modal__description"
1515
- }, Os = {
1515
+ }, Es = {
1516
1516
  key: 2,
1517
1517
  class: "ak-modal__footer"
1518
- }, Us = {
1518
+ }, Hs = {
1519
1519
  name: "MaModal"
1520
- }, J = /* @__PURE__ */ h({
1521
- ...Us,
1520
+ }, J = /* @__PURE__ */ y({
1521
+ ...Hs,
1522
1522
  props: {
1523
1523
  visible: { type: Boolean, default: !0 },
1524
1524
  type: null,
@@ -1540,30 +1540,30 @@ const Le = [
1540
1540
  get() {
1541
1541
  return o.visible;
1542
1542
  },
1543
- set(k) {
1544
- s("update:visible", k);
1543
+ set($) {
1544
+ s("update:visible", $);
1545
1545
  }
1546
1546
  }), n = c(
1547
1547
  () => o.type && W[o.type] ? W[o.type] : null
1548
- ), a = c(
1548
+ ), i = c(
1549
1549
  () => o.type === "error" ? "danger" : o.type === "warning" ? "warning" : "info"
1550
1550
  ), r = c(
1551
- () => S?.footer || o.okText || o.cancelText
1551
+ () => T?.footer || o.okText || o.cancelText
1552
1552
  ), p = c(() => [
1553
1553
  "ma-modal",
1554
1554
  "ak-modal",
1555
1555
  { [`ak-modal--${o.type}`]: !!o.type }
1556
- ]), y = c(() => [
1556
+ ]), h = c(() => [
1557
1557
  "ak-modal__header-icon",
1558
1558
  { [`ak-modal__header-icon--${o.type}`]: !!o.type }
1559
- ]), x = () => {
1559
+ ]), M = () => {
1560
1560
  e.value = !1, s("cancel");
1561
- }, z = () => {
1561
+ }, S = () => {
1562
1562
  s("ok");
1563
- }, S = K();
1564
- return (k, I) => (i(), u(t(xo), $(k.$attrs, {
1563
+ }, T = E();
1564
+ return ($, I) => (a(), m(t(Mo), k($.$attrs, {
1565
1565
  visible: t(e),
1566
- "onUpdate:visible": I[0] || (I[0] = (g) => O(e) ? e.value = g : null),
1566
+ "onUpdate:visible": I[0] || (I[0] = (d) => L(e) ? e.value = d : null),
1567
1567
  "prefix-cls": "antd-modal",
1568
1568
  class: t(p),
1569
1569
  closable: o.closable,
@@ -1571,65 +1571,65 @@ const Le = [
1571
1571
  "mask-closable": o.maskClosable,
1572
1572
  width: o.width,
1573
1573
  footer: null,
1574
- onOk: z,
1575
- onCancel: x
1574
+ onOk: S,
1575
+ onCancel: M
1576
1576
  }), {
1577
- closeIcon: m(() => [
1577
+ closeIcon: g(() => [
1578
1578
  C(b, {
1579
1579
  name: "close-circle",
1580
1580
  size: "sm"
1581
1581
  })
1582
1582
  ]),
1583
- default: m(() => [
1584
- t(n) ? (i(), d("div", {
1583
+ default: g(() => [
1584
+ t(n) ? (a(), u("div", {
1585
1585
  key: 0,
1586
- class: F(t(y))
1586
+ class: P(t(h))
1587
1587
  }, [
1588
1588
  C(b, { name: t(n) }, null, 8, ["name"])
1589
- ], 2)) : f("", !0),
1590
- o.title || k.$slots.title ? (i(), d("h1", js, [
1591
- _(k.$slots, "title"),
1592
- L(" " + M(o.title), 1)
1593
- ])) : f("", !0),
1594
- T("div", qs, [
1595
- o.content ? (i(), d("div", Ls, M(o.content), 1)) : f("", !0),
1596
- _(k.$slots, "content"),
1597
- _(k.$slots, "default")
1589
+ ], 2)) : v("", !0),
1590
+ o.title || $.$slots.title ? (a(), u("h1", Os, [
1591
+ _($.$slots, "title"),
1592
+ O(" " + x(o.title), 1)
1593
+ ])) : v("", !0),
1594
+ z("div", Ls, [
1595
+ o.content ? (a(), u("div", Us, x(o.content), 1)) : v("", !0),
1596
+ _($.$slots, "content"),
1597
+ _($.$slots, "default")
1598
1598
  ]),
1599
- t(r) ? (i(), d("div", Os, [
1600
- o.okText ? (i(), u(H, $({
1599
+ t(r) ? (a(), u("div", Es, [
1600
+ o.okText ? (a(), m(G, k({
1601
1601
  key: 0,
1602
- onClick: z,
1602
+ onClick: S,
1603
1603
  class: "ak-modal__ok-button",
1604
- variant: t(a),
1604
+ variant: t(i),
1605
1605
  loading: o.confirmLoading
1606
1606
  }, o.okButtonProps), {
1607
- default: m(() => [
1608
- L(M(o.okText), 1)
1607
+ default: g(() => [
1608
+ O(x(o.okText), 1)
1609
1609
  ]),
1610
1610
  _: 1
1611
- }, 16, ["variant", "loading"])) : f("", !0),
1612
- o.cancelText ? (i(), u(H, $({
1611
+ }, 16, ["variant", "loading"])) : v("", !0),
1612
+ o.cancelText ? (a(), m(G, k({
1613
1613
  key: 1,
1614
- onClick: x,
1614
+ onClick: M,
1615
1615
  type: "grey-link"
1616
1616
  }, o.cancelButtonProps), {
1617
- default: m(() => [
1618
- L(M(o.cancelText), 1)
1617
+ default: g(() => [
1618
+ O(x(o.cancelText), 1)
1619
1619
  ]),
1620
1620
  _: 1
1621
- }, 16)) : f("", !0),
1622
- _(k.$slots, "footer")
1623
- ])) : f("", !0)
1621
+ }, 16)) : v("", !0),
1622
+ _($.$slots, "footer")
1623
+ ])) : v("", !0)
1624
1624
  ]),
1625
1625
  _: 3
1626
1626
  }, 16, ["visible", "class", "closable", "mask", "mask-closable", "width"]));
1627
1627
  }
1628
1628
  });
1629
- const Es = ["info", "success", "warning", "error", "confirm"];
1630
- Es.forEach((l) => {
1629
+ const Gs = ["info", "success", "warning", "error", "confirm"];
1630
+ Gs.forEach((l) => {
1631
1631
  J[l] = (s) => {
1632
- const o = document.createElement("div"), e = no(J, s), n = io({
1632
+ const o = document.createElement("div"), e = ao(J, s), n = io({
1633
1633
  render: () => e
1634
1634
  });
1635
1635
  return n.mount(o), document.body.appendChild(o), s.onCancel = () => {
@@ -1641,10 +1641,10 @@ Es.forEach((l) => {
1641
1641
  };
1642
1642
  };
1643
1643
  });
1644
- const Hs = {
1644
+ const Ks = {
1645
1645
  name: "MaRateStar"
1646
- }, Gs = /* @__PURE__ */ h({
1647
- ...Hs,
1646
+ }, Ws = /* @__PURE__ */ y({
1647
+ ...Ks,
1648
1648
  props: {
1649
1649
  value: null,
1650
1650
  starRate: null,
@@ -1657,10 +1657,10 @@ const Hs = {
1657
1657
  "ak-rate__item__icon--filled": s.value + 0.5 >= s.starRate
1658
1658
  }
1659
1659
  ]), e = c(() => s.starRate - 0.5 === s.value), n = c(() => e.value ? "star-half-colored" : "star-bold");
1660
- return (a, r) => (i(), u(X, { name: "fade" }, {
1661
- default: m(() => [
1660
+ return (i, r) => (a(), m(Q, { name: "fade" }, {
1661
+ default: g(() => [
1662
1662
  C(b, {
1663
- class: F(t(o)),
1663
+ class: P(t(o)),
1664
1664
  name: t(n),
1665
1665
  size: l.iconSize
1666
1666
  }, null, 8, ["class", "name", "size"])
@@ -1668,10 +1668,10 @@ const Hs = {
1668
1668
  _: 1
1669
1669
  }));
1670
1670
  }
1671
- }), Ks = ["tabindex"], Ws = ["onMousemove", "onMouseover"], Js = {
1671
+ }), Js = ["tabindex"], Ys = ["onMousemove", "onMouseover"], Xs = {
1672
1672
  name: "MaRate"
1673
- }, Ge = /* @__PURE__ */ h({
1674
- ...Js,
1673
+ }, st = /* @__PURE__ */ y({
1674
+ ...Xs,
1675
1675
  props: {
1676
1676
  value: null,
1677
1677
  allowClear: { type: Boolean },
@@ -1683,12 +1683,12 @@ const Hs = {
1683
1683
  },
1684
1684
  emits: ["update:value", "change"],
1685
1685
  setup(l, { emit: s }) {
1686
- const o = l, e = R(0), n = c(() => [
1686
+ const o = l, e = D(0), n = c(() => [
1687
1687
  `ak-rate ak-rate--${o.size} ak-rate--${o.color}`,
1688
1688
  {
1689
1689
  "ak-rate--disabled": o?.disabled
1690
1690
  }
1691
- ]), a = c(() => {
1691
+ ]), i = c(() => {
1692
1692
  switch (o.size) {
1693
1693
  case "medium":
1694
1694
  return "sm";
@@ -1700,55 +1700,199 @@ const Hs = {
1700
1700
  }), r = c(() => o?.disabled ? -1 : o.tabIndex), p = () => {
1701
1701
  if (!o?.disabled) {
1702
1702
  if (o?.allowClear && e.value === o.value) {
1703
- k(0);
1703
+ $(0);
1704
1704
  return;
1705
1705
  }
1706
- k(e.value);
1706
+ $(e.value);
1707
1707
  }
1708
- }, y = (I) => {
1708
+ }, h = (I) => {
1709
1709
  o?.disabled || (e.value = I);
1710
- }, x = () => {
1710
+ }, M = () => {
1711
1711
  e.value = 0;
1712
- }, z = (I, g) => {
1713
- !o?.allowHalf || o.disabled || (I.offsetX < I.target.clientWidth / 2 ? e.value = g - 0.5 : e.value = g);
1714
- }, S = (I) => {
1715
- o?.disabled || (I.key === "ArrowRight" && o.value < 5 ? k(o.value + (o.allowHalf ? 0.5 : 1)) : I.key === "ArrowLeft" && o.value > 0 && k(o.value - (o.allowHalf ? 0.5 : 1)));
1716
- }, k = (I) => {
1712
+ }, S = (I, d) => {
1713
+ !o?.allowHalf || o.disabled || (I.offsetX < I.target.clientWidth / 2 ? e.value = d - 0.5 : e.value = d);
1714
+ }, T = (I) => {
1715
+ o?.disabled || (I.key === "ArrowRight" && o.value < 5 ? $(o.value + (o.allowHalf ? 0.5 : 1)) : I.key === "ArrowLeft" && o.value > 0 && $(o.value - (o.allowHalf ? 0.5 : 1)));
1716
+ }, $ = (I) => {
1717
1717
  s("update:value", I), s("change", I);
1718
1718
  };
1719
- return (I, g) => (i(), d("ul", {
1720
- class: F(t(n)),
1721
- onMouseleave: x,
1722
- onKeydown: S,
1719
+ return (I, d) => (a(), u("ul", {
1720
+ class: P(t(n)),
1721
+ onMouseleave: M,
1722
+ onKeydown: T,
1723
1723
  tabindex: t(r)
1724
1724
  }, [
1725
- (i(), d(G, null, N(5, (w) => T("li", {
1725
+ (a(), u(K, null, N(5, (w) => z("li", {
1726
1726
  class: "ak-rate__item",
1727
1727
  key: w,
1728
- onMousemove: (B) => z(B, w),
1729
- onMouseover: (B) => y(w),
1730
- onClick: g[0] || (g[0] = (B) => p())
1728
+ onMousemove: (B) => S(B, w),
1729
+ onMouseover: (B) => h(w),
1730
+ onClick: d[0] || (d[0] = (B) => p())
1731
1731
  }, [
1732
- C(Gs, {
1732
+ C(Ws, {
1733
1733
  "star-rate": w,
1734
1734
  value: e.value || o.value,
1735
- "icon-size": t(a)
1735
+ "icon-size": t(i)
1736
1736
  }, null, 8, ["star-rate", "value", "icon-size"])
1737
- ], 40, Ws)), 64))
1738
- ], 42, Ks));
1737
+ ], 40, Ys)), 64))
1738
+ ], 42, Js));
1739
1739
  }
1740
1740
  });
1741
- const Ke = [
1741
+ const et = [
1742
1742
  "small",
1743
1743
  "medium",
1744
1744
  "large"
1745
- ], We = [
1745
+ ], tt = [
1746
1746
  "orange",
1747
1747
  "green",
1748
1748
  "red"
1749
- ];
1750
- class Ys {
1751
- config = ao({
1749
+ ], Qs = {
1750
+ key: 1,
1751
+ class: "ma-spin__overlay"
1752
+ }, Zs = {
1753
+ name: "MaSpin"
1754
+ }, nt = /* @__PURE__ */ y({
1755
+ ...Zs,
1756
+ props: {
1757
+ type: { default: "round" },
1758
+ color: { default: "dark" },
1759
+ spinning: { type: Boolean, default: !0 }
1760
+ },
1761
+ setup(l) {
1762
+ const s = l, o = E(), e = c(() => [
1763
+ `ma-spin ma-spin--${s.type} ma-spin--${s.color}`,
1764
+ {
1765
+ "ma-spin-container": o?.default
1766
+ }
1767
+ ]), n = c(() => [
1768
+ "ma-spin__icon"
1769
+ ]), i = c(() => `spin-${s.type}`), r = c(() => o?.default && s.spinning);
1770
+ return (p, h) => (a(), u("div", k({ class: t(e) }, p.$attrs), [
1771
+ s.spinning ? (a(), m(b, {
1772
+ key: 0,
1773
+ class: P(t(n)),
1774
+ name: t(i)
1775
+ }, null, 8, ["class", "name"])) : v("", !0),
1776
+ t(r) ? (a(), u("div", Qs)) : v("", !0),
1777
+ _(p.$slots, "default")
1778
+ ], 16));
1779
+ }
1780
+ });
1781
+ const at = [
1782
+ "round",
1783
+ "dots",
1784
+ "three-circles",
1785
+ "three-dots"
1786
+ ], it = [
1787
+ "dark",
1788
+ "jordy",
1789
+ "blue",
1790
+ "orange",
1791
+ "grey"
1792
+ ], oe = {
1793
+ name: "MaDropdown"
1794
+ }, lt = /* @__PURE__ */ y({
1795
+ ...oe,
1796
+ props: {
1797
+ destroyPopupOnHide: { type: Boolean, default: !1 },
1798
+ disabled: { type: Boolean, default: !1 },
1799
+ placement: { default: "bottomLeft" },
1800
+ trigger: { default: () => ["hover"] },
1801
+ visible: { type: Boolean, default: !1 },
1802
+ overlayClassName: null
1803
+ },
1804
+ emits: ["update:visible", "visibleChange"],
1805
+ setup(l, { emit: s }) {
1806
+ const o = l, e = c({
1807
+ get() {
1808
+ return o.visible;
1809
+ },
1810
+ set(i) {
1811
+ s("update:visible", i), s("visibleChange", i);
1812
+ }
1813
+ }), n = c(
1814
+ () => ["ma-dropdown-overlay", o?.overlayClassName].join(" ")
1815
+ );
1816
+ return (i, r) => (a(), m(t(Io), k({
1817
+ "prefix-cls": "antd-dropdown",
1818
+ overlayClassName: t(n),
1819
+ destroyPopupOnHide: o.destroyPopupOnHide,
1820
+ disabled: o.disabled,
1821
+ placement: o.placement,
1822
+ trigger: o.trigger
1823
+ }, i.$attrs, {
1824
+ visible: t(e),
1825
+ "onUpdate:visible": r[0] || (r[0] = (p) => L(e) ? e.value = p : null)
1826
+ }), {
1827
+ overlay: g(() => [
1828
+ _(i.$slots, "overlay")
1829
+ ]),
1830
+ default: g(() => [
1831
+ _(i.$slots, "default")
1832
+ ]),
1833
+ _: 3
1834
+ }, 16, ["overlayClassName", "destroyPopupOnHide", "disabled", "placement", "trigger", "visible"]));
1835
+ }
1836
+ });
1837
+ const rt = [
1838
+ "bottomLeft",
1839
+ "bottom",
1840
+ "bottomRight",
1841
+ "topLeft",
1842
+ "top",
1843
+ "topRight"
1844
+ ], ct = [
1845
+ "click",
1846
+ "hover",
1847
+ "contextmenu"
1848
+ ], pt = [
1849
+ "small",
1850
+ "medium",
1851
+ "large"
1852
+ ], mt = [
1853
+ "general",
1854
+ "add-app",
1855
+ "table",
1856
+ "selection"
1857
+ ], Y = {
1858
+ general: "box-empty",
1859
+ "add-app": "add-app",
1860
+ table: "empty-table",
1861
+ selection: "selection"
1862
+ }, se = { class: "ma-empty__title" }, ee = { class: "ma-empty__description" }, te = { class: "ma-empty__content" }, ne = {
1863
+ name: "MaEmpty"
1864
+ }, gt = /* @__PURE__ */ y({
1865
+ ...ne,
1866
+ props: {
1867
+ size: { default: "large" },
1868
+ variant: { default: "general" },
1869
+ title: null,
1870
+ description: null
1871
+ },
1872
+ setup(l) {
1873
+ const s = l, o = c(
1874
+ () => s.variant && Y[s.variant] ? Y[s.variant] : null
1875
+ ), e = c(() => [
1876
+ `ma-empty ma-empty--${s.variant} ma-empty--${s.size}`
1877
+ ]);
1878
+ return (n, i) => (a(), u("div", {
1879
+ class: P(t(e))
1880
+ }, [
1881
+ t(o) ? (a(), m(b, {
1882
+ key: 0,
1883
+ name: t(o),
1884
+ class: "ma-empty__icon"
1885
+ }, null, 8, ["name"])) : v("", !0),
1886
+ z("span", se, x(l.title), 1),
1887
+ z("span", ee, x(l.description), 1),
1888
+ z("div", te, [
1889
+ _(n.$slots, "default")
1890
+ ])
1891
+ ], 2));
1892
+ }
1893
+ });
1894
+ class ae {
1895
+ config = lo({
1752
1896
  language: "en"
1753
1897
  });
1754
1898
  setConfig(s) {
@@ -1759,7 +1903,7 @@ class Ys {
1759
1903
  }
1760
1904
  }
1761
1905
  getConfig() {
1762
- return lo(this.config);
1906
+ return ro(this.config);
1763
1907
  }
1764
1908
  setLanguage(s) {
1765
1909
  this.config.language = s;
@@ -1768,72 +1912,82 @@ class Ys {
1768
1912
  return this.config.language;
1769
1913
  }
1770
1914
  }
1771
- const Xs = new Ys();
1772
- function Je() {
1773
- return ro(Xs.getConfig());
1915
+ const ie = new ae();
1916
+ function dt() {
1917
+ return co(ie.getConfig());
1774
1918
  }
1775
1919
  export {
1776
- Xs as ActionKitConfig,
1777
- Ee as Animations,
1778
- Ae as AppIconPlatforms,
1779
- Te as AppIconSizes,
1780
- ae as ButtonIconAlignMents,
1781
- ne as ButtonShapes,
1782
- te as ButtonSizes,
1783
- ie as ButtonTargets,
1784
- se as ButtonTypes,
1785
- ee as ButtonVariants,
1786
- qe as MaAlert,
1787
- Oe as MaAlertPropTypes,
1788
- Le as MaAlertPropVariants,
1789
- Ue as MaAnimation,
1790
- Se as MaAppIcon,
1791
- ze as MaAppTrackButton,
1792
- Ve as MaBadge,
1793
- je as MaBadgePropIconAlignments,
1794
- De as MaBadgePropSizes,
1795
- Fe as MaBadgePropTypes,
1796
- Re as MaBadgePropVariants,
1797
- H as MaButton,
1798
- xe as MaCheckbox,
1799
- Ie as MaCheckboxGroup,
1800
- ye as MaForm,
1801
- he as MaFormItem,
1802
- be as MaFormLayouts,
1920
+ ie as ActionKitConfig,
1921
+ Ze as Animations,
1922
+ Oe as AppIconPlatforms,
1923
+ qe as AppIconSizes,
1924
+ ve as ButtonIconAlignMents,
1925
+ de as ButtonShapes,
1926
+ ge as ButtonSizes,
1927
+ ue as ButtonTargets,
1928
+ pe as ButtonTypes,
1929
+ me as ButtonVariants,
1930
+ Je as MaAlert,
1931
+ Xe as MaAlertPropTypes,
1932
+ Ye as MaAlertPropVariants,
1933
+ Qe as MaAnimation,
1934
+ je as MaAppIcon,
1935
+ Fe as MaAppTrackButton,
1936
+ Ee as MaBadge,
1937
+ We as MaBadgePropIconAlignments,
1938
+ Ke as MaBadgePropSizes,
1939
+ Ge as MaBadgePropTypes,
1940
+ He as MaBadgePropVariants,
1941
+ G as MaButton,
1942
+ Pe as MaCheckbox,
1943
+ Ve as MaCheckboxGroup,
1944
+ lt as MaDropdown,
1945
+ rt as MaDropdownPlacements,
1946
+ ct as MaDropdownTriggers,
1947
+ gt as MaEmpty,
1948
+ Y as MaEmptyIcons,
1949
+ pt as MaEmptySizes,
1950
+ mt as MaEmptyVariants,
1951
+ Ie as MaForm,
1952
+ Be as MaFormItem,
1953
+ ze as MaFormLayouts,
1803
1954
  b as MaIcon,
1804
- Io as MaIconSizeClassNames,
1805
- oe as MaIconSizes,
1806
- ms as MaInput,
1807
- ke as MaInputCurrency,
1808
- Wo as MaInputSize,
1955
+ Bo as MaIconSizeClassNames,
1956
+ ce as MaIconSizes,
1957
+ us as MaInput,
1958
+ Se as MaInputCurrency,
1959
+ Yo as MaInputSize,
1809
1960
  q as MaInputType,
1810
1961
  J as MaModal,
1811
1962
  W as MaModalTypeIcon,
1812
- He as MaModalTypes,
1813
- Be as MaNumericInput,
1814
- bs as MaRadio,
1815
- Ne as MaRadioGroup,
1816
- Pe as MaRadioTypes,
1817
- Ge as MaRate,
1818
- We as MaRateColors,
1819
- Ke as MaRateSizes,
1820
- as as MaSelect,
1821
- $e as MaSelectOption,
1822
- me as MaSwitch,
1823
- pe as MaToggle,
1824
- de as MaTooltip,
1825
- le as MaTrackButton,
1826
- Me as NumericInputSizes,
1827
- Ce as SelectModes,
1828
- we as SelectSizes,
1829
- ue as SwitchTypes,
1830
- ge as ToggleSizes,
1831
- ve as TooltipPlacements,
1832
- _e as TooltipTriggerTypes,
1833
- fe as TooltipTypes,
1834
- ce as TrackButtonSizes,
1835
- re as TrackButtonVariants,
1836
- Yo as currencyOptions,
1837
- Jo as currencySymbols,
1838
- Je as useActionKitConfig
1963
+ ot as MaModalTypes,
1964
+ Re as MaNumericInput,
1965
+ $s as MaRadio,
1966
+ Le as MaRadioGroup,
1967
+ Ue as MaRadioTypes,
1968
+ st as MaRate,
1969
+ tt as MaRateColors,
1970
+ et as MaRateSizes,
1971
+ rs as MaSelect,
1972
+ Te as MaSelectOption,
1973
+ nt as MaSpin,
1974
+ it as MaSpinColors,
1975
+ at as MaSpinTypes,
1976
+ ke as MaSwitch,
1977
+ he as MaToggle,
1978
+ we as MaTooltip,
1979
+ fe as MaTrackButton,
1980
+ De as NumericInputSizes,
1981
+ Ne as SelectModes,
1982
+ Ae as SelectSizes,
1983
+ $e as SwitchTypes,
1984
+ be as ToggleSizes,
1985
+ Ce as TooltipPlacements,
1986
+ Me as TooltipTriggerTypes,
1987
+ xe as TooltipTypes,
1988
+ ye as TrackButtonSizes,
1989
+ _e as TrackButtonVariants,
1990
+ Qo as currencyOptions,
1991
+ Xo as currencySymbols,
1992
+ dt as useActionKitConfig
1839
1993
  };