@mobileaction/action-kit 1.1.21 → 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 (108) hide show
  1. package/dist/action-kit.js +3 -3
  2. package/dist/action-kit.mjs +970 -618
  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/alert/index.vue.d.ts +6 -6
  8. package/dist/components/alert/types.d.ts +2 -2
  9. package/dist/components/animation/index.vue.d.ts +2 -2
  10. package/dist/components/animation/types.d.ts +1 -1
  11. package/dist/components/app-icon/index.vue.d.ts +7 -7
  12. package/dist/components/app-icon/types.d.ts +3 -1
  13. package/dist/components/badge/index.vue.d.ts +9 -9
  14. package/dist/components/badge/types.d.ts +4 -4
  15. package/dist/components/button/index.vue.d.ts +19 -19
  16. package/dist/components/button/types.d.ts +6 -6
  17. package/dist/components/dropdown/index.vue.d.ts +81 -0
  18. package/dist/components/dropdown/types.d.ts +4 -0
  19. package/dist/components/empty/index.vue.d.ts +51 -0
  20. package/dist/components/empty/types.d.ts +7 -0
  21. package/dist/components/form/types.d.ts +2 -0
  22. package/dist/components/icon/index.vue.d.ts +3 -3
  23. package/dist/components/icon/types.d.ts +5 -4
  24. package/dist/components/input/index.vue.d.ts +4 -4
  25. package/dist/components/input/types.d.ts +32 -24
  26. package/dist/components/modal/index.vue.d.ts +3 -3
  27. package/dist/components/modal/types.d.ts +1 -1
  28. package/dist/components/numeric-input/index.vue.d.ts +3 -3
  29. package/dist/components/numeric-input/types.d.ts +1 -1
  30. package/dist/components/radio/index.vue.d.ts +3 -3
  31. package/dist/components/radio/types.d.ts +1 -1
  32. package/dist/components/rate/components/star.vue.d.ts +4 -4
  33. package/dist/components/rate/index.vue.d.ts +6 -6
  34. package/dist/components/rate/types.d.ts +2 -2
  35. package/dist/components/select/index.vue.d.ts +5 -5
  36. package/dist/components/select/types.d.ts +2 -2
  37. package/dist/components/spin/index.vue.d.ts +45 -0
  38. package/dist/components/spin/types.d.ts +4 -0
  39. package/dist/components/switch/index.vue.d.ts +3 -3
  40. package/dist/components/switch/types.d.ts +1 -1
  41. package/dist/components/toggle/index.vue.d.ts +3 -3
  42. package/dist/components/toggle/types.d.ts +1 -1
  43. package/dist/components/tooltip/index.vue.d.ts +7 -7
  44. package/dist/components/tooltip/types.d.ts +3 -3
  45. package/dist/components/track-button/index.vue.d.ts +6 -6
  46. package/dist/components/track-button/types.d.ts +2 -2
  47. package/dist/empty-table-41155dd6.mjs +16 -0
  48. package/dist/empty-table-855edce8.js +1 -0
  49. package/dist/index.d.ts +23 -0
  50. package/dist/selection-08a9c952.mjs +16 -0
  51. package/dist/selection-f5ae8ebf.js +1 -0
  52. package/dist/spin-dots-25d015b7.mjs +16 -0
  53. package/dist/spin-dots-388f853c.js +1 -0
  54. package/dist/spin-round-23788f05.js +1 -0
  55. package/dist/spin-round-9db617b7.mjs +26 -0
  56. package/dist/spin-three-circles-00b10e29.js +1 -0
  57. package/dist/spin-three-circles-13ae8650.mjs +33 -0
  58. package/dist/spin-three-dots-7cdf047c.js +1 -0
  59. package/dist/spin-three-dots-c116245e.mjs +36 -0
  60. package/dist/src/components/alert/index.vue.d.ts +2 -2
  61. package/dist/src/components/alert/types.d.ts +2 -2
  62. package/dist/src/components/animation/types.d.ts +1 -1
  63. package/dist/src/components/app-icon/index.vue.d.ts +3 -3
  64. package/dist/src/components/app-icon/types.d.ts +3 -1
  65. package/dist/src/components/badge/index.vue.d.ts +3 -3
  66. package/dist/src/components/badge/types.d.ts +4 -4
  67. package/dist/src/components/button/index.vue.d.ts +5 -5
  68. package/dist/src/components/button/types.d.ts +6 -6
  69. package/dist/src/components/dropdown/index.vue.d.ts +54 -0
  70. package/dist/src/components/dropdown/stories/constants.d.ts +4 -0
  71. package/dist/src/components/dropdown/stories/default.stories.d.ts +6 -0
  72. package/dist/src/components/dropdown/types.d.ts +4 -0
  73. package/dist/src/components/empty/index.vue.d.ts +39 -0
  74. package/dist/src/components/empty/stories/constants.d.ts +4 -0
  75. package/dist/src/components/empty/stories/default.stories.d.ts +6 -0
  76. package/dist/src/components/empty/types.d.ts +7 -0
  77. package/dist/src/components/form/types.d.ts +1 -1
  78. package/dist/src/components/icon/index.vue.d.ts +1 -1
  79. package/dist/src/components/icon/types.d.ts +5 -4
  80. package/dist/src/components/input/index.vue.d.ts +4 -4
  81. package/dist/src/components/input/types.d.ts +32 -24
  82. package/dist/src/components/modal/index.vue.d.ts +1 -1
  83. package/dist/src/components/modal/types.d.ts +1 -1
  84. package/dist/src/components/numeric-input/index.vue.d.ts +1 -1
  85. package/dist/src/components/numeric-input/types.d.ts +1 -1
  86. package/dist/src/components/radio/index.vue.d.ts +1 -1
  87. package/dist/src/components/radio/types.d.ts +1 -1
  88. package/dist/src/components/rate/components/star.vue.d.ts +2 -2
  89. package/dist/src/components/rate/index.vue.d.ts +2 -2
  90. package/dist/src/components/rate/types.d.ts +2 -2
  91. package/dist/src/components/select/index.vue.d.ts +1 -1
  92. package/dist/src/components/select/types.d.ts +2 -2
  93. package/dist/src/components/spin/index.vue.d.ts +41 -0
  94. package/dist/src/components/spin/stories/constants.d.ts +5 -0
  95. package/dist/src/components/spin/stories/container.stories.d.ts +6 -0
  96. package/dist/src/components/spin/stories/default.stories.d.ts +6 -0
  97. package/dist/src/components/spin/types.d.ts +4 -0
  98. package/dist/src/components/switch/index.vue.d.ts +1 -1
  99. package/dist/src/components/switch/types.d.ts +1 -1
  100. package/dist/src/components/toggle/index.vue.d.ts +1 -1
  101. package/dist/src/components/toggle/types.d.ts +1 -1
  102. package/dist/src/components/tooltip/index.vue.d.ts +3 -3
  103. package/dist/src/components/tooltip/types.d.ts +3 -3
  104. package/dist/src/components/track-button/index.vue.d.ts +2 -2
  105. package/dist/src/components/track-button/types.d.ts +2 -2
  106. package/dist/src/index.d.ts +23 -0
  107. package/dist/style.css +1 -1
  108. package/package.json +1 -1
@@ -1,11 +1,11 @@
1
- import { defineComponent as y, computed as c, defineAsyncComponent as oo, openBlock as a, createBlock as u, resolveDynamicComponent as Y, unref as n, normalizeClass as R, mergeProps as $, createSlots as j, renderList as V, withCtx as m, renderSlot as _, createVNode as C, createTextVNode as O, toDisplayString as z, createElementBlock as d, isRef as L, createCommentVNode as f, createElementVNode as A, ref as D, Fragment as G, useSlots as K, useAttrs as so, watch as U, Transition as X, onMounted as eo, onBeforeUnmount as to, normalizeStyle as no, h as io, createApp as ao, reactive as lo, readonly as ro, toRefs as co } from "vue";
2
- import { Button as Q, Switch as po, Tooltip as go, Form as mo, FormItem as uo, Avatar as vo, Select as fo, InputPassword as _o, Input as ho, Textarea as yo, SelectOption as bo, Checkbox as ko, CheckboxGroup as $o, Radio as wo, RadioGroup as Co, Alert as xo, Modal as Io } from "ant-design-vue";
3
- const H = (t, s) => {
4
- const o = t[s];
5
- return o ? typeof o == "function" ? o() : Promise.resolve(o) : new Promise((e, i) => {
6
- (typeof queueMicrotask == "function" ? queueMicrotask : setTimeout)(i.bind(null, new Error("Unknown variable dynamic import: " + 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
+ const o = l[s];
5
+ return o ? typeof o == "function" ? o() : Promise.resolve(o) : new Promise((e, n) => {
6
+ (typeof queueMicrotask == "function" ? queueMicrotask : setTimeout)(n.bind(null, new Error("Unknown variable dynamic import: " + s)));
7
7
  });
8
- }, Bo = {
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",
@@ -20,29 +20,29 @@ const H = (t, s) => {
20
20
  size: { default: "md" },
21
21
  spin: { type: Boolean }
22
22
  },
23
- setup(t) {
24
- const s = t, o = ["flag", "pay"], e = c(
23
+ setup(l) {
24
+ const s = l, o = ["flag", "pay"], e = c(
25
25
  () => oo(
26
26
  function() {
27
- const l = o.find((r) => s.name.startsWith(`${r}-`));
28
- return l ? 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/${l}/${s.name.replace(`${l}-`, "")}.svg`) : H(/* @__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
- ), i = c(() => [
31
+ ), n = c(() => [
32
32
  "ma-icon",
33
33
  "ak-icon",
34
34
  `ak-icon--${s.name}`,
35
35
  Bo[s.size],
36
36
  { "animate-spin": s.spin }
37
37
  ]);
38
- return (l, r) => (a(), u(Y(n(e)), {
39
- class: R(n(i))
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
- }, E = /* @__PURE__ */ y({
45
- ...Mo,
44
+ }, G = /* @__PURE__ */ y({
45
+ ...So,
46
46
  props: {
47
47
  type: { default: "primary" },
48
48
  variant: { default: "dark" },
@@ -53,10 +53,10 @@ const H = (t, s) => {
53
53
  loading: { type: Boolean },
54
54
  shape: { default: "default" },
55
55
  icon: null,
56
- IconAlignment: null
56
+ iconAlignment: null
57
57
  },
58
- setup(t) {
59
- const s = t, o = c(() => s.type === "secondary" ? "default" : s.type === "grey-link" ? "link" : s.type), e = c(() => [
58
+ setup(l) {
59
+ const s = l, o = c(() => s.type === "secondary" ? "default" : s.type === "grey-link" ? "link" : s.type), e = c(() => [
60
60
  `
61
61
  ma-button
62
62
  ak-button
@@ -68,35 +68,35 @@ const H = (t, 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": l.value
74
+ "ak-button--disabled": i.value
75
75
  }
76
- ]), i = c(() => s?.loading || s?.icon), l = c(() => s?.disabled || s?.loading);
77
- return (r, p) => (a(), u(n(Q), $({
78
- class: n(e),
76
+ ]), n = c(() => s?.loading || s?.icon), i = c(() => s?.disabled || s?.loading);
77
+ return (r, p) => (a(), m(t(Z), k({
78
+ class: t(e),
79
79
  href: s.href,
80
80
  target: s.target,
81
- disabled: n(l),
82
- type: n(o),
81
+ disabled: t(i),
82
+ type: t(o),
83
83
  role: "button"
84
- }, r.$attrs, { "prefix-cls": "antd-btn" }), j({ _: 2 }, [
85
- V(r.$slots, (h, 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
- n(i) ? {
91
+ t(n) ? {
92
92
  name: "icon",
93
- fn: m(() => [
94
- s?.loading ? (a(), 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
- })) : (a(), u(b, {
99
+ })) : (a(), m(b, {
100
100
  key: 1,
101
101
  name: s?.icon
102
102
  }, null, 8, ["name"]))
@@ -106,10 +106,40 @@ const H = (t, s) => {
106
106
  ]), 1040, ["class", "href", "target", "disabled", "type"]));
107
107
  }
108
108
  });
109
- const So = {
109
+ const pe = [
110
+ "primary",
111
+ "secondary",
112
+ "link",
113
+ "grey-link",
114
+ "social"
115
+ ], me = [
116
+ "dark",
117
+ "plain",
118
+ "info",
119
+ "success",
120
+ "warning",
121
+ "danger"
122
+ ], ge = [
123
+ "small",
124
+ "middle",
125
+ "large",
126
+ "x-large",
127
+ "2x-large"
128
+ ], de = [
129
+ "default",
130
+ "round"
131
+ ], ue = [
132
+ "_blank",
133
+ "_self",
134
+ "_top",
135
+ "_parent"
136
+ ], ve = [
137
+ "left",
138
+ "right"
139
+ ], To = {
110
140
  name: "MaTrackButton"
111
- }, oe = /* @__PURE__ */ y({
112
- ...So,
141
+ }, fe = /* @__PURE__ */ y({
142
+ ...To,
113
143
  props: {
114
144
  variant: { default: "default" },
115
145
  size: { default: "md" },
@@ -119,8 +149,8 @@ const So = {
119
149
  showClose: { type: Boolean },
120
150
  keyword: null
121
151
  },
122
- setup(t) {
123
- const s = t, o = c(() => [
152
+ setup(l) {
153
+ const s = l, o = c(() => [
124
154
  `
125
155
  ma-track-button
126
156
  ak-track-button
@@ -138,47 +168,53 @@ const So = {
138
168
  }
139
169
  ]), e = c(
140
170
  () => s.loading ? "loader" : s?.showClose ? "close-circle" : s?.tracked ? "tick-circle-bold" : "add"
141
- ), i = c(() => s.size === "lg" ? "sm" : "xs");
142
- return (l, r) => (a(), u(n(Q), $(l.$attrs, {
143
- class: n(o),
171
+ ), n = c(() => s.size === "lg" ? "sm" : "xs");
172
+ return (i, r) => (a(), m(t(Z), k(i.$attrs, {
173
+ class: t(o),
144
174
  disabled: s?.disabled || s?.loading,
145
175
  role: "button",
146
176
  "prefix-cls": "antd-btn"
147
- }), j({
148
- icon: m(() => [
177
+ }), R({
178
+ icon: g(() => [
149
179
  C(b, {
150
180
  spin: s?.loading,
151
- name: n(e),
152
- size: n(i)
181
+ name: t(e),
182
+ size: t(n)
153
183
  }, null, 8, ["spin", "name", "size"])
154
184
  ]),
155
- default: m(() => [
156
- O(" " + z(t.keyword) + " ", 1)
185
+ default: g(() => [
186
+ O(" " + x(l.keyword) + " ", 1)
157
187
  ]),
158
188
  _: 2
159
189
  }, [
160
- V(l.$slots, (p, h) => ({
190
+ N(i.$slots, (p, h) => ({
161
191
  name: h,
162
- fn: m(() => [
163
- _(l.$slots, h)
192
+ fn: g(() => [
193
+ _(i.$slots, h)
164
194
  ])
165
195
  }))
166
196
  ]), 1040, ["class", "disabled"]));
167
197
  }
168
198
  });
169
- const Ao = {
199
+ const _e = [
200
+ "default"
201
+ ], ye = [
202
+ "sm",
203
+ "md",
204
+ "lg"
205
+ ], Ao = {
170
206
  key: 0,
171
207
  class: "ma-toggle__titles"
172
208
  }, No = {
173
209
  key: 0,
174
210
  class: "ma-toggle__titles__title"
175
- }, Vo = {
211
+ }, Po = {
176
212
  key: 1,
177
213
  class: "ma-toggle__titles__sub-title"
178
- }, Fo = {
214
+ }, Vo = {
179
215
  name: "MaToggle"
180
- }, se = /* @__PURE__ */ y({
181
- ...Fo,
216
+ }, he = /* @__PURE__ */ y({
217
+ ...Vo,
182
218
  props: {
183
219
  size: { default: "default" },
184
220
  disabled: { type: Boolean },
@@ -190,46 +226,50 @@ const Ao = {
190
226
  subTitle: null
191
227
  },
192
228
  emits: ["click", "change"],
193
- setup(t, { emit: s }) {
194
- const o = t, e = c({
229
+ setup(l, { emit: s }) {
230
+ const o = l, e = c({
195
231
  get() {
196
232
  return o.checked;
197
233
  },
198
- set(l) {
199
- s("change", l);
234
+ set(i) {
235
+ s("change", i);
200
236
  }
201
- }), i = c(() => [
237
+ }), n = c(() => [
202
238
  "ma-toggle",
203
239
  `ma-toggle--${o.size}`,
204
240
  {
205
241
  "ma-toggle--disabled": o.disabled
206
242
  }
207
243
  ]);
208
- return (l, r) => (a(), d("div", {
209
- class: R(n(i))
244
+ return (i, r) => (a(), u("div", {
245
+ class: P(t(n))
210
246
  }, [
211
- C(n(po), $({
247
+ C(t(po), k({
212
248
  class: "ma-toggle__switch",
213
- checked: n(e),
249
+ checked: t(e),
214
250
  "onUpdate:checked": r[0] || (r[0] = (p) => L(e) ? e.value = p : null)
215
- }, l.$attrs, {
216
- onClick: r[1] || (r[1] = (p) => l.$emit("click", p)),
251
+ }, i.$attrs, {
252
+ onClick: r[1] || (r[1] = (p) => i.$emit("click", p)),
217
253
  disabled: o.disabled,
218
254
  loading: o.loading,
219
255
  checkedChildren: o.checkedChildren,
220
256
  unCheckedChildren: o.unCheckedChildren,
221
257
  "prefix-cls": "antd-switch"
222
258
  }), null, 16, ["checked", "disabled", "loading", "checkedChildren", "unCheckedChildren"]),
223
- o.title || o.subTitle ? (a(), d("div", Ao, [
224
- o.title ? (a(), d("span", No, z(o.title), 1)) : f("", !0),
225
- o.subTitle ? (a(), d("span", Vo, z(o.subTitle), 1)) : f("", !0)
226
- ])) : 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)
227
263
  ], 2));
228
264
  }
229
265
  });
230
- const jo = ["aria-checked", "disabled"], Do = {
266
+ const be = [
267
+ "small",
268
+ "default",
269
+ "large"
270
+ ], Ro = ["aria-checked", "disabled"], Do = {
231
271
  name: "MaSwitch"
232
- }, ee = /* @__PURE__ */ y({
272
+ }, ke = /* @__PURE__ */ y({
233
273
  ...Do,
234
274
  props: {
235
275
  active: null,
@@ -244,57 +284,60 @@ const jo = ["aria-checked", "disabled"], Do = {
244
284
  "click",
245
285
  "change"
246
286
  ],
247
- setup(t, { emit: s }) {
248
- const o = t, e = c({
287
+ setup(l, { emit: s }) {
288
+ const o = l, e = c({
249
289
  get() {
250
290
  return o.active;
251
291
  },
252
292
  set(r) {
253
293
  s("change", r);
254
294
  }
255
- }), i = c(() => [
295
+ }), n = c(() => [
256
296
  "ma-switch",
257
297
  "ak-switch",
258
298
  `ak-switch--${o.type}`,
259
299
  {
260
300
  "ak-switch--disabled": o.disabled
261
301
  }
262
- ]), l = (r) => {
302
+ ]), i = (r) => {
263
303
  o.disabled || (e.value = r);
264
304
  };
265
- return (r, p) => (a(), d("button", $(r.$attrs, {
266
- class: n(i),
305
+ return (r, p) => (a(), u("button", k(r.$attrs, {
306
+ class: t(n),
267
307
  type: "button",
268
308
  role: "switch",
269
- "aria-checked": n(e) === o.rightValue,
309
+ "aria-checked": t(e) === o.rightValue,
270
310
  disabled: o.disabled
271
311
  }), [
272
- A("span", {
273
- class: R({ active: o.active === o.leftValue }),
274
- onClick: p[0] || (p[0] = (h) => l(o.leftValue))
312
+ z("span", {
313
+ class: P({ active: o.active === o.leftValue }),
314
+ onClick: p[0] || (p[0] = (h) => i(o.leftValue))
275
315
  }, [
276
316
  C(b, {
277
317
  name: o.leftIcon
278
318
  }, null, 8, ["name"])
279
319
  ], 2),
280
- A("span", {
281
- class: R({ active: o.active === o.rightValue }),
282
- onClick: p[1] || (p[1] = (h) => l(o.rightValue))
320
+ z("span", {
321
+ class: P({ active: o.active === o.rightValue }),
322
+ onClick: p[1] || (p[1] = (h) => i(o.rightValue))
283
323
  }, [
284
324
  C(b, {
285
325
  name: o.rightIcon
286
326
  }, null, 8, ["name"])
287
327
  ], 2)
288
- ], 16, jo));
328
+ ], 16, Ro));
289
329
  }
290
330
  });
291
- const Ro = { class: "ak-tooltip-overlay__content" }, To = { class: "ak-tooltip-overlay__content__title" }, qo = {
331
+ const $e = [
332
+ "primary",
333
+ "secondary"
334
+ ], Fo = { class: "ak-tooltip-overlay__content" }, jo = { class: "ak-tooltip-overlay__content__title" }, qo = {
292
335
  key: 0,
293
336
  class: "ak-tooltip-overlay__content__description"
294
- }, Po = {
337
+ }, Oo = {
295
338
  name: "MaTooltip"
296
- }, te = /* @__PURE__ */ y({
297
- ...Po,
339
+ }, we = /* @__PURE__ */ y({
340
+ ...Oo,
298
341
  props: {
299
342
  placement: { default: "top" },
300
343
  type: { default: "secondary" },
@@ -305,8 +348,8 @@ const Ro = { class: "ak-tooltip-overlay__content" }, To = { class: "ak-tooltip-o
305
348
  closable: { type: Boolean },
306
349
  defaultVisible: { type: Boolean, default: !1 }
307
350
  },
308
- setup(t) {
309
- const s = t, o = c(() => [
351
+ setup(l) {
352
+ const s = l, o = c(() => [
310
353
  "ma-tooltip",
311
354
  "ak-tooltip",
312
355
  `ak-tooltip--${s.type}`,
@@ -315,142 +358,185 @@ const Ro = { class: "ak-tooltip-overlay__content" }, To = { class: "ak-tooltip-o
315
358
  "ak-tooltip-overlay",
316
359
  `ak-tooltip-overlay--${s.type}`,
317
360
  `ak-tooltip-overlay--${s.placement}`
318
- ].join(" ")), i = D(s.defaultVisible), l = () => {
319
- i.value = !1;
361
+ ].join(" ")), n = D(s.defaultVisible), i = () => {
362
+ n.value = !1;
320
363
  };
321
- return (r, p) => (a(), u(n(go), $(r.$attrs, {
322
- visible: i.value,
323
- "onUpdate:visible": p[0] || (p[0] = (h) => i.value = h),
324
- class: n(o),
364
+ return (r, p) => (a(), m(t(mo), k(r.$attrs, {
365
+ visible: n.value,
366
+ "onUpdate:visible": p[0] || (p[0] = (h) => n.value = h),
367
+ class: t(o),
325
368
  placement: s.placement,
326
369
  trigger: s.trigger,
327
- overlayClassName: n(e),
370
+ overlayClassName: t(e),
328
371
  "prefix-cls": "antd-tooltip"
329
372
  }), {
330
- title: m(() => [
331
- s.icon ? (a(), u(b, {
373
+ title: g(() => [
374
+ s.icon ? (a(), m(b, {
332
375
  key: 0,
333
376
  size: "xs",
334
377
  name: s.icon
335
- }, null, 8, ["name"])) : f("", !0),
378
+ }, null, 8, ["name"])) : v("", !0),
336
379
  _(r.$slots, "icon"),
337
- A("div", Ro, [
338
- A("span", To, [
339
- O(z(s.title) + " ", 1),
380
+ z("div", Fo, [
381
+ z("span", jo, [
382
+ O(x(s.title) + " ", 1),
340
383
  _(r.$slots, "title")
341
384
  ]),
342
- s?.description || r.$slots.description ? (a(), d("span", qo, [
343
- O(z(s.description) + " ", 1),
385
+ s?.description || r.$slots.description ? (a(), u("span", qo, [
386
+ O(x(s.description) + " ", 1),
344
387
  _(r.$slots, "description")
345
- ])) : f("", !0)
388
+ ])) : v("", !0)
346
389
  ]),
347
- s.closable ? (a(), u(b, {
390
+ s.closable ? (a(), m(b, {
348
391
  key: 1,
349
- onClick: l,
392
+ onClick: i,
350
393
  class: "ak-tooltip-overlay__close",
351
394
  size: "xs",
352
395
  name: "close"
353
- })) : f("", !0)
396
+ })) : v("", !0)
354
397
  ]),
355
- default: m(() => [
398
+ default: g(() => [
356
399
  _(r.$slots, "default")
357
400
  ]),
358
401
  _: 3
359
402
  }, 16, ["visible", "class", "placement", "trigger", "overlayClassName"]));
360
403
  }
361
404
  });
362
- const Oo = {
405
+ const Ce = [
406
+ "top",
407
+ "left",
408
+ "right",
409
+ "bottom",
410
+ "topLeft",
411
+ "topRight",
412
+ "bottomLeft",
413
+ "bottomRight",
414
+ "leftTop",
415
+ "leftBottom",
416
+ "rightTop",
417
+ "rightBottom"
418
+ ], xe = [
419
+ "primary",
420
+ "secondary"
421
+ ], Me = [
422
+ "hover",
423
+ "focus",
424
+ "click",
425
+ "contextmenu"
426
+ ], Lo = {
363
427
  name: "MaNonHSFormsIgnore"
364
- }, Lo = (t, s) => {
365
- const o = t.__vccOpts || t;
366
- for (const [e, i] of s)
367
- o[e] = i;
428
+ }, Uo = (l, s) => {
429
+ const o = l.__vccOpts || l;
430
+ for (const [e, n] of s)
431
+ o[e] = n;
368
432
  return o;
369
- }, Uo = /* @__PURE__ */ A("label", {
433
+ }, Eo = /* @__PURE__ */ z("label", {
370
434
  for: "cc-num",
371
435
  class: "hidden"
372
- }, "HubspotCollectedFormsWorkaround", -1), Ho = /* @__PURE__ */ A("input", {
436
+ }, "HubspotCollectedFormsWorkaround", -1), Ho = /* @__PURE__ */ z("input", {
373
437
  id: "cc-num",
374
438
  name: "cc-num",
375
439
  class: "hidden",
376
440
  required: "",
377
441
  value: "HubspotCollectedFormsWorkaround"
378
442
  }, null, -1);
379
- function Eo(t, s, o, e, i, l) {
380
- return a(), d(G, null, [
381
- Uo,
443
+ function Go(l, s, o, e, n, i) {
444
+ return a(), u(K, null, [
445
+ Eo,
382
446
  Ho
383
447
  ], 64);
384
448
  }
385
- const Go = /* @__PURE__ */ Lo(Oo, [["render", Eo]]), Ko = {
449
+ const Ko = /* @__PURE__ */ Uo(Lo, [["render", Go]]), Wo = {
386
450
  name: "MaForm"
387
- }, ne = /* @__PURE__ */ y({
388
- ...Ko,
451
+ }, Ie = /* @__PURE__ */ y({
452
+ ...Wo,
389
453
  props: {
390
454
  nonHubspotFormsIgnore: { type: Boolean, default: !0 }
391
455
  },
392
- setup(t, { expose: s }) {
393
- const o = t, e = D();
456
+ setup(l, { expose: s }) {
457
+ const o = l, e = D();
394
458
  return s({
395
459
  validate: () => e.value.validate(),
396
460
  clearValidate: () => e.value.clearValidate(),
397
461
  resetFields: () => e.value.resetFields(),
398
462
  scrollToField: () => e.value.scrollToField(),
399
463
  validateFields: () => e.value.validateFields()
400
- }), (x, M) => (a(), u(n(mo), $(x.$attrs, {
464
+ }), (M, S) => (a(), m(t(go), k(M.$attrs, {
401
465
  class: "ma-form",
402
466
  "prefix-cls": "antd-form",
403
467
  ref_key: "form",
404
468
  ref: e
405
469
  }), {
406
- default: m(() => [
407
- o.nonHubspotFormsIgnore ? (a(), u(Go, { key: 0 })) : f("", !0),
408
- _(x.$slots, "default")
470
+ default: g(() => [
471
+ o.nonHubspotFormsIgnore ? (a(), m(Ko, { key: 0 })) : v("", !0),
472
+ _(M.$slots, "default")
409
473
  ]),
410
474
  _: 3
411
475
  }, 16));
412
476
  }
413
477
  });
414
- const Wo = {
478
+ const Jo = {
415
479
  name: "MaFormItem"
416
- }, ie = /* @__PURE__ */ y({
417
- ...Wo,
418
- setup(t) {
419
- return (s, o) => (a(), u(n(uo), $(s.$attrs, {
480
+ }, Be = /* @__PURE__ */ y({
481
+ ...Jo,
482
+ setup(l) {
483
+ return (s, o) => (a(), m(t(uo), k(s.$attrs, {
420
484
  class: "ma-form-item",
421
485
  "prefix-cls": "antd-form"
422
- }), j({ _: 2 }, [
423
- V(s.$slots, (e, i) => ({
424
- name: i,
425
- fn: m(() => [
426
- _(s.$slots, i)
486
+ }), R({ _: 2 }, [
487
+ N(s.$slots, (e, n) => ({
488
+ name: n,
489
+ fn: g(() => [
490
+ _(s.$slots, n)
427
491
  ])
428
492
  }))
429
493
  ]), 1040));
430
494
  }
431
- });
432
- var q = /* @__PURE__ */ ((t) => (t.text = "text", t.password = "password", t.textarea = "textarea", t.number = "number", t.email = "email", t.url = "url", t.tel = "tel", t.amount = "amount", t.creditCard = "creditCard", t.userInfo = "userInfo", t))(q || {}), Z = /* @__PURE__ */ ((t) => (t.small = "small", t.medium = "medium", t.large = "large", t))(Z || {});
433
- const Jo = {
434
- usd: "$",
435
- eur: "€",
436
- gbp: "£",
437
- jpy: "¥"
438
- }, Yo = [
495
+ }), ze = [
496
+ "horizontal",
497
+ "vertical",
498
+ "inline"
499
+ ], q = {
500
+ text: "text",
501
+ password: "password",
502
+ textarea: "textarea",
503
+ number: "number",
504
+ email: "email",
505
+ url: "url",
506
+ tel: "tel",
507
+ amount: "amount",
508
+ creditCard: "creditCard",
509
+ userInfo: "userInfo"
510
+ }, Yo = {
511
+ small: "small",
512
+ medium: "medium",
513
+ large: "large"
514
+ }, Se = {
515
+ usd: "USD",
516
+ eur: "EUR",
517
+ gbp: "GBP",
518
+ jpy: "JPY"
519
+ }, Xo = {
520
+ USD: "$",
521
+ EUR: "€",
522
+ GBP: "£",
523
+ JPY: "¥"
524
+ }, Qo = [
439
525
  { label: "USD", value: "USD" },
440
526
  { label: "EUR", value: "EUR" },
441
527
  { label: "GBP", value: "GBP" },
442
528
  { label: "JPY", value: "JPY" }
443
- ], Xo = {
529
+ ], Zo = {
444
530
  name: "MaAvatar"
445
- }, Qo = /* @__PURE__ */ y({
446
- ...Xo,
447
- setup(t) {
448
- return (s, o) => (a(), u(n(vo), $(s.$attrs, { "prefix-cls": "antd-avatar" }), null, 16));
531
+ }, os = /* @__PURE__ */ y({
532
+ ...Zo,
533
+ setup(l) {
534
+ return (s, o) => (a(), m(t(vo), k(s.$attrs, { "prefix-cls": "antd-avatar" }), null, 16));
449
535
  }
450
- }), Zo = { class: "dropdown-wrapper" }, os = { class: "mobile-header" }, ss = /* @__PURE__ */ A("label", null, "Select", -1), es = {
536
+ }), ss = { class: "dropdown-wrapper" }, es = { class: "mobile-header" }, ts = /* @__PURE__ */ z("label", null, "Select", -1), ns = {
451
537
  name: "MaDropdownRender"
452
- }, ts = /* @__PURE__ */ y({
453
- ...es,
538
+ }, as = /* @__PURE__ */ y({
539
+ ...ns,
454
540
  props: {
455
541
  menu: {
456
542
  type: Object,
@@ -462,52 +548,52 @@ const Jo = {
462
548
  }
463
549
  },
464
550
  emits: ["update:filter", "closeDropdown"],
465
- setup(t, { emit: s }) {
466
- const o = t, e = (r, { attrs: p }) => p.vnodes, i = c({
551
+ setup(l, { emit: s }) {
552
+ const o = l, e = (r, { attrs: p }) => p.vnodes, n = c({
467
553
  get() {
468
554
  return o.filter;
469
555
  },
470
556
  set(r) {
471
557
  s("update:filter", r);
472
558
  }
473
- }), l = () => {
559
+ }), i = () => {
474
560
  s("closeDropdown");
475
561
  };
476
- return (r, p) => (a(), d("div", Zo, [
477
- A("div", os, [
562
+ return (r, p) => (a(), u("div", ss, [
563
+ z("div", es, [
478
564
  C(b, {
479
565
  size: "lg",
480
566
  name: "close-circle",
481
- onClick: l
567
+ onClick: i
482
568
  }),
483
- ss,
484
- C(E, {
569
+ ts,
570
+ C(G, {
485
571
  type: "grey-link",
486
- onClick: l
572
+ onClick: i
487
573
  }, {
488
- default: m(() => [
574
+ default: g(() => [
489
575
  O("Done")
490
576
  ]),
491
577
  _: 1
492
578
  })
493
579
  ]),
494
- C(ms, {
495
- value: n(i),
496
- "onUpdate:value": p[0] || (p[0] = (h) => L(i) ? i.value = h : null),
580
+ C(us, {
581
+ value: t(n),
582
+ "onUpdate:value": p[0] || (p[0] = (h) => L(n) ? n.value = h : null),
497
583
  autofocus: "",
498
584
  placeholder: "Search",
499
585
  "prefix-icon": "search-normal"
500
586
  }, null, 8, ["value"]),
501
- C(e, { vnodes: t.menu }, null, 8, ["vnodes"])
587
+ C(e, { vnodes: l.menu }, null, 8, ["vnodes"])
502
588
  ]));
503
589
  }
504
- }), ns = {
590
+ }), is = {
505
591
  key: 0,
506
592
  class: "prefix-icon"
507
- }, is = {
593
+ }, ls = {
508
594
  name: "MaSelect"
509
- }, as = /* @__PURE__ */ y({
510
- ...is,
595
+ }, rs = /* @__PURE__ */ y({
596
+ ...ls,
511
597
  props: {
512
598
  allowClear: { type: Boolean },
513
599
  autoClearSearchValue: { type: Boolean, default: !0 },
@@ -537,13 +623,13 @@ const Jo = {
537
623
  emits: [
538
624
  "update:value"
539
625
  ],
540
- setup(t, { emit: s }) {
541
- const o = t, e = K(), i = D(o?.searchValue), l = D(o.open), r = c(() => !o?.mode && o?.showSearch), p = c({
626
+ setup(l, { emit: s }) {
627
+ const o = l, e = E(), n = D(o?.searchValue), i = D(o.open), r = c(() => !o?.mode && o?.showSearch), p = c({
542
628
  get() {
543
629
  return o.value;
544
630
  },
545
- set(v) {
546
- s("update:value", v);
631
+ set(f) {
632
+ s("update:value", f);
547
633
  }
548
634
  }), h = c(() => [
549
635
  "ma-select",
@@ -557,103 +643,103 @@ const Jo = {
557
643
  {
558
644
  "ma-select--custom-render": r
559
645
  }
560
- ]), x = c(() => [
646
+ ]), M = c(() => [
561
647
  o?.dropdownClassName,
562
648
  "ma-select-dropdown",
563
649
  !o?.mode && (e?.prefixIcon || o?.prefixIcon) ? "ma-select-dropdown--has-prefix" : null
564
- ].join(" ")), M = c(() => o?.loading ? "loader" : o?.suffixIcon), S = c(() => Object.keys(e).filter((v) => !["option"].includes(v))), k = c(() => o?.showArrow || !o?.mode), I = () => {
565
- l.value = !0;
566
- }, g = (v) => {
567
- l.value = v, i.value = "";
568
- }, w = c(() => !r.value && o?.showSearch), B = () => typeof window.orientation < "u" || navigator.userAgent.indexOf("Mobile") !== -1 ? window.innerHeight : o?.listHeight, P = () => {
569
- l.value = !1;
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
+ }, w = c(() => !r.value && o?.showSearch), B = () => typeof window.orientation < "u" || navigator.userAgent.indexOf("Mobile") !== -1 ? window.innerHeight : o?.listHeight, j = () => {
655
+ i.value = !1;
570
656
  };
571
- return (v, F) => (a(), u(n(fo), $({
572
- value: n(p),
573
- "onUpdate:value": F[1] || (F[1] = (N) => L(p) ? p.value = N : null)
574
- }, v.$attrs, {
575
- class: n(h),
657
+ return (f, V) => (a(), m(t(fo), k({
658
+ value: t(p),
659
+ "onUpdate:value": V[1] || (V[1] = (A) => L(p) ? p.value = A : null)
660
+ }, f.$attrs, {
661
+ class: t(h),
576
662
  allowClear: o?.allowClear,
577
663
  autoClearSearchValue: o?.autoClearSearchValue,
578
664
  autofocus: o?.autofocus,
579
665
  defaultOpen: o?.defaultOpen,
580
666
  disabled: o?.disabled || o?.loading,
581
- dropdownClassName: n(x),
667
+ dropdownClassName: t(M),
582
668
  loading: o?.loading,
583
669
  optionFilterProp: o?.optionFilterProp,
584
670
  optionLabelProp: o?.optionLabelProp,
585
671
  options: o?.options,
586
672
  placeholder: o?.placeholder,
587
- searchValue: i.value || void 0,
588
- showSearch: n(w),
589
- showArrow: n(k),
673
+ searchValue: n.value || void 0,
674
+ showSearch: t(w),
675
+ showArrow: t($),
590
676
  mode: o?.mode,
591
677
  "list-height": B(),
592
678
  size: o?.size,
593
- open: l.value,
679
+ open: i.value,
594
680
  onClick: I,
595
- onDropdownVisibleChange: g,
681
+ onDropdownVisibleChange: d,
596
682
  "prefix-cls": "antd-select"
597
- }), j({
598
- suffixIcon: m(() => [
683
+ }), R({
684
+ suffixIcon: g(() => [
599
685
  C(b, {
600
686
  spin: o?.loading,
601
- name: n(M) || "chevron-down"
687
+ name: t(S) || "chevron-down"
602
688
  }, null, 8, ["spin", "name"]),
603
- v.$slots?.prefixIcon || o?.prefixIcon ? (a(), d("div", ns, [
604
- _(v.$slots, "prefixIcon", {}, () => [
605
- o?.prefixIcon ? (a(), u(b, {
689
+ f.$slots?.prefixIcon || o?.prefixIcon ? (a(), u("div", is, [
690
+ _(f.$slots, "prefixIcon", {}, () => [
691
+ o?.prefixIcon ? (a(), m(b, {
606
692
  key: 0,
607
693
  name: o?.prefixIcon
608
- }, null, 8, ["name"])) : f("", !0)
694
+ }, null, 8, ["name"])) : v("", !0)
609
695
  ])
610
- ])) : f("", !0)
696
+ ])) : v("", !0)
611
697
  ]),
612
- removeIcon: m(() => [
698
+ removeIcon: g(() => [
613
699
  C(b, {
614
700
  name: o?.removeIcon || "close"
615
701
  }, null, 8, ["name"])
616
702
  ]),
617
703
  _: 2
618
704
  }, [
619
- V(n(S), (N) => ({
620
- name: N,
621
- fn: m(() => [
622
- _(v.$slots, N)
705
+ N(t(T), (A) => ({
706
+ name: A,
707
+ fn: g(() => [
708
+ _(f.$slots, A)
623
709
  ])
624
710
  })),
625
- v.$slots.option ? {
711
+ f.$slots.option ? {
626
712
  name: "option",
627
- fn: m(({ label: N, value: T }) => [
628
- _(v.$slots, "option", {
629
- label: N,
630
- value: T
713
+ fn: g(({ label: A, value: F }) => [
714
+ _(f.$slots, "option", {
715
+ label: A,
716
+ value: F
631
717
  })
632
718
  ]),
633
719
  key: "0"
634
720
  } : void 0,
635
721
  o?.clearIcon ? {
636
722
  name: "clearIcon",
637
- fn: m(() => [
638
- o?.clearIcon ? (a(), u(b, {
723
+ fn: g(() => [
724
+ o?.clearIcon ? (a(), m(b, {
639
725
  key: 0,
640
726
  name: o?.clearIcon
641
- }, null, 8, ["name"])) : f("", !0)
727
+ }, null, 8, ["name"])) : v("", !0)
642
728
  ]),
643
729
  key: "1"
644
730
  } : void 0,
645
731
  o?.menuItemSelectedIcon ? {
646
732
  name: "menuItemSelectedIcon",
647
- fn: m(() => [
733
+ fn: g(() => [
648
734
  C(b, {
649
735
  name: o?.menuItemSelectedIcon
650
736
  }, null, 8, ["name"])
651
737
  ]),
652
738
  key: "2"
653
739
  } : void 0,
654
- v.$slots.notFoundContent ? void 0 : {
740
+ f.$slots.notFoundContent ? void 0 : {
655
741
  name: "notFoundContent",
656
- fn: m(() => [
742
+ fn: g(() => [
657
743
  C(b, {
658
744
  size: "sm",
659
745
  name: "warning"
@@ -662,14 +748,14 @@ const Jo = {
662
748
  ]),
663
749
  key: "3"
664
750
  },
665
- n(r) && l.value ? {
751
+ t(r) && i.value ? {
666
752
  name: "dropdownRender",
667
- fn: m(({ menuNode: N }) => [
668
- C(ts, {
669
- filter: i.value,
670
- "onUpdate:filter": F[0] || (F[0] = (T) => i.value = T),
671
- menu: N,
672
- onCloseDropdown: P
753
+ fn: g(({ menuNode: A }) => [
754
+ C(as, {
755
+ filter: n.value,
756
+ "onUpdate:filter": V[0] || (V[0] = (F) => n.value = F),
757
+ menu: A,
758
+ onCloseDropdown: j
673
759
  }, null, 8, ["filter", "menu"])
674
760
  ]),
675
761
  key: "4"
@@ -677,24 +763,24 @@ const Jo = {
677
763
  ]), 1040, ["value", "class", "allowClear", "autoClearSearchValue", "autofocus", "defaultOpen", "disabled", "dropdownClassName", "loading", "optionFilterProp", "optionLabelProp", "options", "placeholder", "searchValue", "showSearch", "showArrow", "mode", "list-height", "size", "open"]));
678
764
  }
679
765
  });
680
- const ls = ["for"], rs = {
766
+ const cs = ["for"], ps = {
681
767
  key: 1,
682
768
  class: "ak-input__wrapper"
683
- }, cs = {
769
+ }, ms = {
684
770
  key: 1,
685
771
  class: "currency"
686
- }, ps = {
772
+ }, gs = {
687
773
  key: 3,
688
774
  class: "ak-input__hint-text"
689
- }, gs = {
775
+ }, ds = {
690
776
  name: "MaInput",
691
777
  inheritAttrs: !1
692
- }, ms = /* @__PURE__ */ y({
693
- ...gs,
778
+ }, us = /* @__PURE__ */ y({
779
+ ...ds,
694
780
  props: {
695
781
  allowClear: { type: Boolean },
696
782
  type: { default: q.text },
697
- size: { default: Z.small },
783
+ size: { default: Yo.small },
698
784
  title: null,
699
785
  hintText: null,
700
786
  hasError: { type: Boolean },
@@ -716,8 +802,8 @@ const ls = ["for"], rs = {
716
802
  "update:value",
717
803
  "update:amountCurrency"
718
804
  ],
719
- setup(t, { emit: s }) {
720
- const o = t, e = so(), i = D(null), l = c(() => [q.amount, q.creditCard].includes(o.type) ? "number" : o.type === q.userInfo ? "text" : o.type), r = c(() => [
805
+ setup(l, { emit: s }) {
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(() => [
721
807
  `ma-input ak-input ak-input--${o.type} ak-input--${o.size} ${e?.class}`,
722
808
  {
723
809
  "ak-input--has-error": o.hasError
@@ -732,214 +818,221 @@ const ls = ["for"], rs = {
732
818
  get() {
733
819
  return o.value;
734
820
  },
735
- set(v) {
736
- s("update:value", v);
821
+ set(f) {
822
+ s("update:value", f);
737
823
  }
738
- }), x = c(() => o.amountCurrency ? Jo[o.amountCurrency.toLowerCase()] : null), M = c({
824
+ }), M = c(() => o.amountCurrency ? Xo[o.amountCurrency] : null), S = c({
739
825
  get() {
740
826
  return o.amountCurrency;
741
827
  },
742
- set(v) {
743
- s("update:amountCurrency", v);
828
+ set(f) {
829
+ s("update:amountCurrency", f);
744
830
  }
745
- }), S = c(() => o.type === q.password ? _o : ho), 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(() => {
746
- let v = { ...e, ...k.value };
747
- return e?.class && delete v?.class, v;
748
- }), w = (v) => {
749
- s("change", v);
750
- }, B = (v) => {
751
- s("currency-change", v);
752
- }, P = () => {
753
- i.value.focus();
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
+ }, j = () => {
839
+ n.value.focus();
754
840
  };
755
- return (v, F) => (a(), d("div", {
756
- class: R(n(r))
841
+ return (f, V) => (a(), u("div", {
842
+ class: P(t(r))
757
843
  }, [
758
- _(v.$slots, "title"),
759
- o.title ? (a(), d("label", {
844
+ _(f.$slots, "title"),
845
+ o.title ? (a(), u("label", {
760
846
  key: 0,
761
- onClick: P,
847
+ onClick: j,
762
848
  class: "ak-input__title",
763
- for: v.$attrs?.id
764
- }, z(o.title), 9, ls)) : f("", !0),
765
- o.type !== "textarea" ? (a(), d("div", rs, [
766
- (a(), u(Y(n(S)), $({
767
- value: n(h),
768
- "onUpdate:value": F[1] || (F[1] = (N) => L(h) ? h.value = N : null)
769
- }, n(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), {
770
856
  allowClear: o?.allowClear,
771
- type: n(l),
857
+ type: t(i),
772
858
  disabled: o?.disabled,
773
859
  placeholder: o?.placeholder,
774
- addonBefore: n(I),
775
- addonAfter: t.addonAfter,
776
- class: n(p),
860
+ addonBefore: t(I),
861
+ addonAfter: l.addonAfter,
862
+ class: t(p),
777
863
  onChange: w,
778
864
  ref_key: "inputRef",
779
- ref: i
780
- }), j({
781
- prefix: m(() => [
782
- o.prefixIcon ? (a(), u(b, {
865
+ ref: n
866
+ }), R({
867
+ prefix: g(() => [
868
+ o.prefixIcon ? (a(), m(b, {
783
869
  key: 0,
784
870
  size: "xs",
785
871
  name: o.prefixIcon
786
- }, null, 8, ["name"])) : n(x) ? (a(), d("span", cs, z(n(x)), 1)) : o.type === n(q).userInfo ? (a(), u(Qo, {
872
+ }, null, 8, ["name"])) : t(M) ? (a(), u("span", ms, x(t(M)), 1)) : o.type === t(q).userInfo ? (a(), m(os, {
787
873
  key: 2,
788
874
  src: o.avatarUrl,
789
875
  disabled: o.disabled
790
- }, null, 8, ["src", "disabled"])) : f("", !0)
876
+ }, null, 8, ["src", "disabled"])) : v("", !0)
791
877
  ]),
792
- suffix: m(() => [
793
- o.type === "amount" ? (a(), u(as, {
878
+ suffix: g(() => [
879
+ o.type === "amount" ? (a(), m(rs, {
794
880
  key: 0,
795
- value: n(M),
796
- "onUpdate:value": F[0] || (F[0] = (N) => L(M) ? M.value = N : null),
881
+ value: t(S),
882
+ "onUpdate:value": V[0] || (V[0] = (A) => L(S) ? S.value = A : null),
797
883
  onChange: B,
798
884
  dropdownClassName: "ak-input__input__ma-select__dropdown",
799
- options: n(Yo),
885
+ options: t(Qo),
800
886
  disabled: o.disabled,
801
887
  size: "small"
802
- }, null, 8, ["value", "options", "disabled"])) : f("", !0),
803
- o.suffixIcon ? (a(), u(b, {
888
+ }, null, 8, ["value", "options", "disabled"])) : v("", !0),
889
+ o.suffixIcon ? (a(), m(b, {
804
890
  key: 1,
805
891
  size: "xs",
806
892
  name: o.suffixIcon
807
- }, null, 8, ["name"])) : f("", !0)
893
+ }, null, 8, ["name"])) : v("", !0)
808
894
  ]),
809
895
  _: 2
810
896
  }, [
811
- V(v.$slots, (N, T) => ({
812
- name: T,
813
- fn: m(() => [
814
- _(v.$slots, T)
897
+ N(f.$slots, (A, F) => ({
898
+ name: F,
899
+ fn: g(() => [
900
+ _(f.$slots, F)
815
901
  ])
816
902
  }))
817
903
  ]), 1040, ["value", "allowClear", "type", "disabled", "placeholder", "addonBefore", "addonAfter", "class"]))
818
- ])) : (a(), u(n(yo), $({
904
+ ])) : (a(), m(t(ho), k({
819
905
  key: 2,
820
- value: n(h),
821
- "onUpdate:value": F[2] || (F[2] = (N) => L(h) ? h.value = N : null)
822
- }, n(g), {
823
- class: n(p),
906
+ value: t(h),
907
+ "onUpdate:value": V[2] || (V[2] = (A) => L(h) ? h.value = A : null)
908
+ }, t(d), {
909
+ class: t(p),
824
910
  disabled: o?.disabled,
825
911
  placeholder: o?.placeholder,
826
912
  onChange: w,
827
913
  rows: 5,
828
914
  ref_key: "inputRef",
829
- ref: i
830
- }), j({ _: 2 }, [
831
- V(v.$slots, (N, T) => ({
832
- name: T,
833
- fn: m(() => [
834
- _(v.$slots, T)
915
+ ref: n
916
+ }), R({ _: 2 }, [
917
+ N(f.$slots, (A, F) => ({
918
+ name: F,
919
+ fn: g(() => [
920
+ _(f.$slots, F)
835
921
  ])
836
922
  }))
837
923
  ]), 1040, ["value", "class", "disabled", "placeholder"])),
838
- _(v.$slots, "hint"),
839
- o.hintText ? (a(), d("div", ps, z(o.hintText), 1)) : f("", !0)
924
+ _(f.$slots, "hint"),
925
+ o.hintText ? (a(), u("div", gs, x(o.hintText), 1)) : v("", !0)
840
926
  ], 2));
841
927
  }
842
928
  });
843
- const us = {
929
+ const vs = {
844
930
  name: "MaSelectOption"
845
- }, ae = /* @__PURE__ */ y({
846
- ...us,
847
- setup(t) {
848
- return (s, o) => (a(), u(n(bo), $(s.$attrs, {
931
+ }, Te = /* @__PURE__ */ y({
932
+ ...vs,
933
+ setup(l) {
934
+ return (s, o) => (a(), m(t(bo), k(s.$attrs, {
849
935
  class: "ma-select-option",
850
936
  "prefix-cls": "antd-select"
851
- }), j({ _: 2 }, [
852
- V(s.$slots, (e, i) => ({
853
- name: i,
854
- fn: m(() => [
855
- _(s.$slots, i)
937
+ }), R({ _: 2 }, [
938
+ N(s.$slots, (e, n) => ({
939
+ name: n,
940
+ fn: g(() => [
941
+ _(s.$slots, n)
856
942
  ])
857
943
  }))
858
944
  ]), 1040));
859
945
  }
860
- }), ds = {
946
+ }), Ae = [
947
+ "default",
948
+ "large",
949
+ "small"
950
+ ], Ne = [
951
+ "multiple",
952
+ "tags"
953
+ ], fs = {
861
954
  name: "MaCheckbox"
862
- }, le = /* @__PURE__ */ y({
863
- ...ds,
955
+ }, Pe = /* @__PURE__ */ y({
956
+ ...fs,
864
957
  props: {
865
958
  hint: null,
866
959
  indeterminate: { type: Boolean, default: void 0 },
867
960
  disabled: { type: Boolean }
868
961
  },
869
- setup(t) {
870
- const s = t, o = c(() => [
962
+ setup(l) {
963
+ const s = l, o = c(() => [
871
964
  "ma-checkbox",
872
965
  "ak-checkbox",
873
966
  {
874
967
  "ak-checkbox--intermediate": typeof s?.indeterminate == "boolean"
875
968
  }
876
969
  ]);
877
- return (e, i) => (a(), u(n(ko), $(e.$attrs, {
878
- class: n(o),
970
+ return (e, n) => (a(), m(t(ko), k(e.$attrs, {
971
+ class: t(o),
879
972
  disabled: s?.disabled,
880
973
  indeterminate: s?.indeterminate,
881
974
  "prefix-cls": "antd-checkbox"
882
- }), j({ _: 2 }, [
883
- V(e.$slots, (l, r) => ({
975
+ }), R({ _: 2 }, [
976
+ N(e.$slots, (i, r) => ({
884
977
  name: r,
885
- fn: m(() => [
978
+ fn: g(() => [
886
979
  _(e.$slots, r),
887
- s.hint ? (a(), d("div", {
980
+ s.hint ? (a(), u("div", {
888
981
  key: r,
889
982
  class: "ak-checkbox__hint-text"
890
- }, z(s.hint), 1)) : f("", !0)
983
+ }, x(s.hint), 1)) : v("", !0)
891
984
  ])
892
985
  }))
893
986
  ]), 1040, ["class", "disabled", "indeterminate"]));
894
987
  }
895
988
  });
896
- const vs = {
989
+ const _s = {
897
990
  name: "MaCheckboxGroup"
898
- }, re = /* @__PURE__ */ y({
899
- ...vs,
991
+ }, Ve = /* @__PURE__ */ y({
992
+ ..._s,
900
993
  props: {
901
994
  hint: null,
902
995
  disabled: { type: Boolean }
903
996
  },
904
- setup(t) {
905
- const s = t;
906
- return (o, e) => (a(), u(n($o), $(o.$attrs, {
997
+ setup(l) {
998
+ const s = l;
999
+ return (o, e) => (a(), m(t($o), k(o.$attrs, {
907
1000
  class: "ak-checkbox-group ma-checkbox-group",
908
1001
  "prefix-cls": "antd-checkbox"
909
- }), j({ _: 2 }, [
910
- V(o.$slots, (i, l) => ({
911
- name: l,
912
- fn: m(() => [
913
- _(o.$slots, l),
914
- s.hint ? (a(), d("div", {
915
- key: l,
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,
916
1009
  class: "ak-checkbox__hint-text"
917
- }, z(s.hint), 1)) : f("", !0)
1010
+ }, x(s.hint), 1)) : v("", !0)
918
1011
  ])
919
1012
  }))
920
1013
  ]), 1040));
921
1014
  }
922
- }), fs = ["value"], _s = /* @__PURE__ */ y({
1015
+ }), ys = ["value"], hs = /* @__PURE__ */ y({
923
1016
  __name: "singleNumericInput",
924
1017
  props: {
925
1018
  value: { default: "" },
926
1019
  focus: { type: Boolean, default: !1 }
927
1020
  },
928
1021
  emits: ["update:value"],
929
- setup(t, { emit: s }) {
930
- const o = t, e = D(null);
1022
+ setup(l, { emit: s }) {
1023
+ const o = l, e = D(null);
931
1024
  U(
932
1025
  () => o.focus,
933
- (l) => {
934
- l && e.value.focus();
1026
+ (i) => {
1027
+ i && e.value.focus();
935
1028
  }
936
1029
  );
937
- const i = (l) => {
938
- s("update:value", l.target.value);
1030
+ const n = (i) => {
1031
+ s("update:value", i.target.value);
939
1032
  };
940
- return (l, r) => (a(), d("input", $(l.$attrs, {
1033
+ return (i, r) => (a(), u("input", k(i.$attrs, {
941
1034
  value: o.value,
942
- onInput: i,
1035
+ onInput: n,
943
1036
  ref_key: "input",
944
1037
  ref: e,
945
1038
  type: "number",
@@ -948,12 +1041,12 @@ const vs = {
948
1041
  maxlength: "1",
949
1042
  pattern: "[0-9]",
950
1043
  inputmode: "numeric"
951
- }), null, 16, fs));
1044
+ }), null, 16, ys));
952
1045
  }
953
- }), hs = {
1046
+ }), bs = {
954
1047
  name: "MaNumericInput"
955
- }, ce = /* @__PURE__ */ y({
956
- ...hs,
1048
+ }, Re = /* @__PURE__ */ y({
1049
+ ...bs,
957
1050
  props: {
958
1051
  disabled: { type: Boolean },
959
1052
  length: { default: 6 },
@@ -963,8 +1056,8 @@ const vs = {
963
1056
  size: { default: "medium" }
964
1057
  },
965
1058
  emits: ["update:value"],
966
- setup(t, { emit: s }) {
967
- const o = t, e = D(null), i = D(Array.from({ length: o.length }, (g, w) => o.value[w] || null)), l = c(() => [
1059
+ setup(l, { emit: s }) {
1060
+ const o = l, e = D(null), n = D(Array.from({ length: o.length }, (d, w) => o.value[w] || null)), i = c(() => [
968
1061
  "ma-numeric-input",
969
1062
  `ma-numeric-input--${o.size}`,
970
1063
  {
@@ -973,95 +1066,99 @@ const vs = {
973
1066
  {
974
1067
  "ma-numeric-input--disabled": o?.disabled
975
1068
  }
976
- ]), r = c(() => o?.placeholderStatus ? "0" : null), p = (g) => /^Digit[0-9]$/.test(g), h = (g) => e.value = g, x = (g, w) => {
977
- 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) {
978
1071
  case "Backspace":
979
1072
  case "Delete":
980
- k("", w), S();
1073
+ $("", w), T();
981
1074
  break;
982
1075
  case "ArrowLeft":
983
- g.preventDefault(), S();
1076
+ d.preventDefault(), T();
984
1077
  break;
985
1078
  case "ArrowRight":
986
- g.preventDefault(), M();
1079
+ d.preventDefault(), S();
987
1080
  break;
988
1081
  default:
989
- p(g.code) && (g.preventDefault(), k(g.key, w), M());
1082
+ p(d.code) && (d.preventDefault(), $(d.key, w), S());
990
1083
  break;
991
1084
  }
992
- }, M = () => {
993
- e.value < o.length && e.value++;
994
1085
  }, S = () => {
1086
+ e.value < o.length && e.value++;
1087
+ }, T = () => {
995
1088
  o.length >= e.value && e.value > 0 && e.value--;
996
- }, k = (g, w) => {
997
- i.value[w] = g;
998
- }, I = (g, w) => {
999
- g.preventDefault();
1000
- const B = g.clipboardData.getData("text/plain").replaceAll(" ", "").replaceAll("-", "").slice(0, o.length);
1001
- B.length === 1 && B.match(/^\d+$/) ? i.value[w] = B : B.match(/^\d+$/) && (i.value = B.split(""));
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
+ B.length === 1 && B.match(/^\d+$/) ? n.value[w] = B : B.match(/^\d+$/) && (n.value = B.split(""));
1002
1095
  };
1003
1096
  return U(
1004
- () => i.value,
1005
- (g) => {
1006
- const w = g.join("");
1097
+ () => n.value,
1098
+ (d) => {
1099
+ const w = d.join("");
1007
1100
  s("update:value", w);
1008
1101
  },
1009
1102
  { deep: !0 }
1010
1103
  ), U(
1011
1104
  () => o.value,
1012
- (g) => {
1013
- g !== i.value.join("") && g && g.match(/^\d+$/) && (i.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));
1014
1107
  }
1015
- ), (g, w) => (a(), d("div", $({ class: n(l) }, g.$attrs), [
1016
- (a(!0), d(G, null, V(o.length, (B) => (a(), 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, {
1017
1110
  focus: e.value === B - 1,
1018
1111
  key: B,
1019
- placeholder: n(r),
1020
- value: i.value[B - 1],
1112
+ placeholder: t(r),
1113
+ value: n.value[B - 1],
1021
1114
  disabled: o.disabled,
1022
- onFocus: (P) => h(B - 1),
1023
- onKeydown: (P) => x(P, B - 1),
1024
- onPaste: (P) => I(P, B - 1),
1115
+ onFocus: (j) => h(B - 1),
1116
+ onKeydown: (j) => M(j, B - 1),
1117
+ onPaste: (j) => I(j, B - 1),
1025
1118
  class: "ma-numeric-input__input"
1026
1119
  }, null, 8, ["focus", "placeholder", "value", "disabled", "onFocus", "onKeydown", "onPaste"]))), 128))
1027
1120
  ], 16));
1028
1121
  }
1029
1122
  });
1030
- const ys = {
1123
+ const De = [
1124
+ "small",
1125
+ "medium",
1126
+ "large"
1127
+ ], ks = {
1031
1128
  name: "MaRadio"
1032
- }, bs = /* @__PURE__ */ y({
1033
- ...ys,
1129
+ }, $s = /* @__PURE__ */ y({
1130
+ ...ks,
1034
1131
  props: {
1035
1132
  type: { default: "button" },
1036
1133
  hint: null,
1037
1134
  disabled: { type: Boolean }
1038
1135
  },
1039
- setup(t) {
1040
- const s = t, o = c(() => [`ma-radio ma-radio--${s.type}`]);
1041
- return (e, i) => (a(), u(n(wo), $(e.$attrs, {
1042
- class: n(o),
1136
+ setup(l) {
1137
+ const s = l, o = c(() => [`ma-radio ma-radio--${s.type}`]);
1138
+ return (e, n) => (a(), m(t(wo), k(e.$attrs, {
1139
+ class: t(o),
1043
1140
  "prefix-cls": "antd-radio"
1044
- }), j({ _: 2 }, [
1045
- V(e.$slots, (l, r) => ({
1141
+ }), R({ _: 2 }, [
1142
+ N(e.$slots, (i, r) => ({
1046
1143
  name: r,
1047
- fn: m(() => [
1144
+ fn: g(() => [
1048
1145
  _(e.$slots, r),
1049
- s.hint ? (a(), d("div", {
1146
+ s.hint ? (a(), u("div", {
1050
1147
  key: r,
1051
1148
  class: "ma-radio__hint-text"
1052
- }, z(s.hint), 1)) : f("", !0)
1149
+ }, x(s.hint), 1)) : v("", !0)
1053
1150
  ])
1054
1151
  }))
1055
1152
  ]), 1040, ["class"]));
1056
1153
  }
1057
1154
  });
1058
- 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 = {
1059
1156
  key: 0,
1060
1157
  class: "ma-app-track-button__text__category"
1061
- }, Is = { class: "ma-app-track-button__check" }, Bs = {
1158
+ }, Bs = { class: "ma-app-track-button__check" }, zs = {
1062
1159
  name: "MaAppTrackButton"
1063
- }, pe = /* @__PURE__ */ y({
1064
- ...Bs,
1160
+ }, Fe = /* @__PURE__ */ y({
1161
+ ...zs,
1065
1162
  props: {
1066
1163
  checked: { type: Boolean, default: !1 },
1067
1164
  appIcon: null,
@@ -1072,10 +1169,10 @@ const ks = ["aria-checked", "disabled"], $s = ["src", "alt"], ws = { class: "ma-
1072
1169
  loading: { type: Boolean, default: !1 }
1073
1170
  },
1074
1171
  emits: ["update:checked", "change"],
1075
- setup(t, { emit: s }) {
1076
- const o = t, e = (l) => {
1077
- l.preventDefault(), s("change", !o.checked), s("update:checked", !o.checked);
1078
- }, i = c(() => [
1172
+ setup(l, { emit: s }) {
1173
+ const o = l, e = (i) => {
1174
+ i.preventDefault(), s("change", !o.checked), s("update:checked", !o.checked);
1175
+ }, n = c(() => [
1079
1176
  "ma-app-track-button",
1080
1177
  {
1081
1178
  "ma-app-track-button--disabled": o.disabled || o.loading
@@ -1087,38 +1184,38 @@ const ks = ["aria-checked", "disabled"], $s = ["src", "alt"], ws = { class: "ma-
1087
1184
  "ma-app-track-button--loading": o.loading
1088
1185
  }
1089
1186
  ]);
1090
- return (l, r) => (a(), d("button", $({
1091
- class: n(i),
1187
+ return (i, r) => (a(), u("button", k({
1188
+ class: t(n),
1092
1189
  role: "switch",
1093
1190
  "aria-checked": o.checked,
1094
1191
  disabled: o.disabled
1095
- }, l.$attrs, { onClick: e }), [
1096
- A("img", {
1192
+ }, i.$attrs, { onClick: e }), [
1193
+ z("img", {
1097
1194
  src: o.appIcon,
1098
1195
  alt: o.appName,
1099
1196
  width: "40",
1100
1197
  height: "40"
1101
- }, null, 8, $s),
1102
- A("span", ws, [
1103
- A("span", Cs, z(o.appName), 1),
1104
- o.appCategory ? (a(), d("span", xs, z(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)
1105
1202
  ]),
1106
- A("span", Is, [
1107
- C(X, {
1203
+ z("span", Bs, [
1204
+ C(Q, {
1108
1205
  name: "fade",
1109
1206
  mode: "out-in"
1110
1207
  }, {
1111
- default: m(() => [
1112
- o.loading ? (a(), u(b, {
1208
+ default: g(() => [
1209
+ o.loading ? (a(), m(b, {
1113
1210
  key: 0,
1114
1211
  name: "loader",
1115
1212
  size: "xs",
1116
1213
  spin: ""
1117
- })) : !o.multiple || o.checked ? (a(), u(bs, {
1214
+ })) : !o.multiple || o.checked ? (a(), m($s, {
1118
1215
  key: 1,
1119
1216
  checked: o.checked,
1120
1217
  type: "check"
1121
- }, null, 8, ["checked"])) : (a(), u(b, {
1218
+ }, null, 8, ["checked"])) : (a(), m(b, {
1122
1219
  key: 2,
1123
1220
  name: "add-circle",
1124
1221
  size: "xs"
@@ -1127,22 +1224,22 @@ const ks = ["aria-checked", "disabled"], $s = ["src", "alt"], ws = { class: "ma-
1127
1224
  _: 1
1128
1225
  })
1129
1226
  ])
1130
- ], 16, ks));
1227
+ ], 16, ws));
1131
1228
  }
1132
1229
  });
1133
- const zs = { class: "ak-app-icon__logo" }, Ms = ["src"], Ss = {
1230
+ const Ss = { class: "ak-app-icon__logo" }, Ts = ["src"], As = {
1134
1231
  key: 1,
1135
1232
  class: "ak-app-icon-platform"
1136
- }, As = { class: "ak-app-icon__text" }, Ns = {
1233
+ }, Ns = { class: "ak-app-icon__text" }, Ps = {
1137
1234
  key: 0,
1138
1235
  class: "ak-app-name"
1139
1236
  }, Vs = {
1140
1237
  key: 1,
1141
1238
  class: "ak-app-description"
1142
- }, Fs = {
1239
+ }, Rs = {
1143
1240
  name: "MaAppIcon"
1144
- }, ge = /* @__PURE__ */ y({
1145
- ...Fs,
1241
+ }, je = /* @__PURE__ */ y({
1242
+ ...Rs,
1146
1243
  props: {
1147
1244
  appIcon: null,
1148
1245
  appName: null,
@@ -1153,66 +1250,78 @@ const zs = { class: "ak-app-icon__logo" }, Ms = ["src"], Ss = {
1153
1250
  size: { default: "medium" }
1154
1251
  },
1155
1252
  emits: ["close"],
1156
- setup(t, { emit: s }) {
1157
- const o = t, e = c(() => o.platform === "ios" ? "apple-storefront" : "android-storefront"), i = c(() => [
1253
+ setup(l, { emit: s }) {
1254
+ const o = l, e = c(() => o.platform === "ios" ? "apple-storefront" : "android-storefront"), n = c(() => [
1158
1255
  "ma-app-icon",
1159
1256
  "ak-app-icon",
1160
1257
  `ak-app-icon--${o.size}`,
1161
1258
  { "ak-app-icon--rounded": o.rounded },
1162
1259
  { "ak-app-icon--only-icon": !o?.appName && !o?.appDescription }
1163
- ]), l = () => {
1260
+ ]), i = () => {
1164
1261
  s("close");
1165
1262
  };
1166
- return (r, p) => (a(), d("div", {
1167
- class: R(n(i))
1263
+ return (r, p) => (a(), u("div", {
1264
+ class: P(t(n))
1168
1265
  }, [
1169
- A("div", zs, [
1170
- o.closable ? (a(), d("span", {
1266
+ z("div", Ss, [
1267
+ o.closable ? (a(), u("span", {
1171
1268
  key: 0,
1172
- onClick: l,
1269
+ onClick: i,
1173
1270
  class: "ak-app-icon-closable"
1174
1271
  }, [
1175
1272
  C(b, {
1176
1273
  size: "xs",
1177
1274
  name: "close-circle"
1178
1275
  })
1179
- ])) : f("", !0),
1180
- A("img", {
1276
+ ])) : v("", !0),
1277
+ z("img", {
1181
1278
  class: "ak-app-icon-img",
1182
1279
  src: o.appIcon
1183
- }, null, 8, Ms),
1184
- o?.platform ? (a(), d("span", Ss, [
1280
+ }, null, 8, Ts),
1281
+ o?.platform ? (a(), u("span", As, [
1185
1282
  C(b, {
1186
1283
  size: "xs",
1187
- name: n(e)
1284
+ name: t(e)
1188
1285
  }, null, 8, ["name"])
1189
- ])) : f("", !0)
1286
+ ])) : v("", !0)
1190
1287
  ]),
1191
- A("div", As, [
1192
- o?.appName ? (a(), d("span", Ns, z(o.appName), 1)) : f("", !0),
1193
- o?.appDescription ? (a(), d("span", Vs, z(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)
1194
1291
  ])
1195
1292
  ], 2));
1196
1293
  }
1197
1294
  });
1198
- const js = {
1295
+ const qe = [
1296
+ "x-small",
1297
+ "small",
1298
+ "medium",
1299
+ "large",
1300
+ "x-large"
1301
+ ], Oe = [
1302
+ "play",
1303
+ "ios"
1304
+ ], Ds = {
1199
1305
  name: "MaRadioGroup"
1200
- }, me = /* @__PURE__ */ y({
1201
- ...js,
1202
- setup(t) {
1203
- return (s, o) => (a(), u(n(Co), $(s.$attrs, { "prefix-cls": "antd-radio" }), j({ _: 2 }, [
1204
- V(s.$slots, (e, i) => ({
1205
- name: i,
1206
- fn: m(() => [
1207
- _(s.$slots, i)
1306
+ }, Le = /* @__PURE__ */ y({
1307
+ ...Ds,
1308
+ setup(l) {
1309
+ return (s, o) => (a(), m(t(Co), k(s.$attrs, { "prefix-cls": "antd-radio" }), R({ _: 2 }, [
1310
+ N(s.$slots, (e, n) => ({
1311
+ name: n,
1312
+ fn: g(() => [
1313
+ _(s.$slots, n)
1208
1314
  ])
1209
1315
  }))
1210
1316
  ]), 1040));
1211
1317
  }
1212
- }), Ds = {
1318
+ }), Ue = [
1319
+ "button",
1320
+ "check"
1321
+ ], Fs = {
1213
1322
  name: "MaBadge"
1214
- }, ue = /* @__PURE__ */ y({
1215
- ...Ds,
1323
+ }, Ee = /* @__PURE__ */ y({
1324
+ ...Fs,
1216
1325
  props: {
1217
1326
  type: { default: "primary" },
1218
1327
  variant: { default: "dark" },
@@ -1220,8 +1329,8 @@ const js = {
1220
1329
  icon: null,
1221
1330
  iconAlignment: { default: "left" }
1222
1331
  },
1223
- setup(t) {
1224
- const s = t, o = c(() => [
1332
+ setup(l) {
1333
+ const s = l, o = c(() => [
1225
1334
  "ma-badge",
1226
1335
  "ak-badge",
1227
1336
  `ak-badge--${s.variant}--${s.type}`,
@@ -1230,21 +1339,41 @@ const js = {
1230
1339
  "ak-badge--icon-right": s.iconAlignment === "right"
1231
1340
  }
1232
1341
  ]);
1233
- return (e, i) => (a(), d("div", {
1234
- class: R(n(o))
1342
+ return (e, n) => (a(), u("div", {
1343
+ class: P(t(o))
1235
1344
  }, [
1236
- s?.icon ? (a(), u(b, {
1345
+ s?.icon ? (a(), m(b, {
1237
1346
  key: 0,
1238
1347
  name: s?.icon
1239
- }, null, 8, ["name"])) : f("", !0),
1348
+ }, null, 8, ["name"])) : v("", !0),
1240
1349
  _(e.$slots, "default")
1241
1350
  ], 2));
1242
1351
  }
1243
1352
  });
1244
- const Rs = {
1353
+ const He = [
1354
+ "dark",
1355
+ "blue",
1356
+ "green",
1357
+ "orange",
1358
+ "red",
1359
+ "purple"
1360
+ ], Ge = [
1361
+ "primary",
1362
+ "secondary",
1363
+ "line",
1364
+ "dashed",
1365
+ "icon"
1366
+ ], Ke = [
1367
+ "small",
1368
+ "medium",
1369
+ "large"
1370
+ ], We = [
1371
+ "left",
1372
+ "right"
1373
+ ], js = {
1245
1374
  name: "MaAlert"
1246
- }, de = /* @__PURE__ */ y({
1247
- ...Rs,
1375
+ }, Je = /* @__PURE__ */ y({
1376
+ ...js,
1248
1377
  props: {
1249
1378
  variant: { default: "dark" },
1250
1379
  type: { default: "primary" },
@@ -1253,44 +1382,53 @@ const Rs = {
1253
1382
  description: null,
1254
1383
  icon: null
1255
1384
  },
1256
- setup(t) {
1257
- const s = t, o = K(), e = c(() => [`ma-alert ak-alert ak-alert--${s.variant}--${s.type}`]), i = c(() => !!s?.icon || !!o?.icon);
1258
- return (l, r) => (a(), u(n(xo), $(l.$attrs, {
1259
- class: n(e),
1260
- description: t.description,
1261
- message: t.message,
1262
- closable: t.closable,
1263
- showIcon: n(i),
1385
+ setup(l) {
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
+ class: t(e),
1389
+ description: l.description,
1390
+ message: l.message,
1391
+ closable: l.closable,
1392
+ showIcon: t(n),
1264
1393
  "prefix-cls": "antd-alert"
1265
1394
  }), {
1266
- closeIcon: m(() => [
1395
+ closeIcon: g(() => [
1267
1396
  C(b, {
1268
1397
  name: "close",
1269
1398
  size: "xs"
1270
1399
  })
1271
1400
  ]),
1272
- icon: m(() => [
1273
- s?.icon ? (a(), u(b, {
1401
+ icon: g(() => [
1402
+ s?.icon ? (a(), m(b, {
1274
1403
  key: 0,
1275
- name: t.icon,
1404
+ name: l.icon,
1276
1405
  size: "lg"
1277
- }, null, 8, ["name"])) : f("", !0),
1278
- _(l.$slots, "icon")
1406
+ }, null, 8, ["name"])) : v("", !0),
1407
+ _(i.$slots, "icon")
1279
1408
  ]),
1280
- message: m(() => [
1281
- _(l.$slots, "message")
1409
+ message: g(() => [
1410
+ _(i.$slots, "message")
1282
1411
  ]),
1283
- description: m(() => [
1284
- _(l.$slots, "description")
1412
+ description: g(() => [
1413
+ _(i.$slots, "description")
1285
1414
  ]),
1286
1415
  _: 3
1287
1416
  }, 16, ["class", "description", "message", "closable", "showIcon"]));
1288
1417
  }
1289
1418
  });
1290
- const Ts = {
1419
+ const Ye = [
1420
+ "dark",
1421
+ "blue",
1422
+ "green",
1423
+ "orange",
1424
+ "red"
1425
+ ], Xe = [
1426
+ "primary",
1427
+ "secondary"
1428
+ ], qs = {
1291
1429
  name: "MaAnimation"
1292
- }, ve = /* @__PURE__ */ y({
1293
- ...Ts,
1430
+ }, Qe = /* @__PURE__ */ y({
1431
+ ...qs,
1294
1432
  props: {
1295
1433
  name: null,
1296
1434
  loop: { type: Boolean, default: !0 },
@@ -1300,10 +1438,10 @@ const Ts = {
1300
1438
  rendererSettings: null
1301
1439
  },
1302
1440
  emits: ["onLoaded", "onComplete", "onError"],
1303
- setup(t, { expose: s, emit: o }) {
1304
- const e = t;
1305
- let i;
1306
- const l = D(null), r = D(null);
1441
+ setup(l, { expose: s, emit: o }) {
1442
+ const e = l;
1443
+ let n;
1444
+ const i = D(null), r = D(null);
1307
1445
  s({
1308
1446
  animation: r
1309
1447
  });
@@ -1314,60 +1452,73 @@ const Ts = {
1314
1452
  U(
1315
1453
  () => e.name,
1316
1454
  () => {
1317
- M(), x();
1455
+ S(), M();
1318
1456
  }
1319
1457
  );
1320
1458
  const h = async () => {
1321
- const { default: S } = await import("./lottie_light-b08f9446.mjs").then((k) => k.l);
1322
- i = S;
1323
- }, x = async () => {
1459
+ const { default: T } = await import("./lottie_light-b08f9446.mjs").then(($) => $.l);
1460
+ n = T;
1461
+ }, M = async () => {
1324
1462
  try {
1325
- const { default: S } = 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`);
1326
- r.value = i.loadAnimation({
1327
- container: l.value,
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
+ r.value = n.loadAnimation({
1465
+ container: i.value,
1328
1466
  loop: e.loop,
1329
1467
  autoplay: e.autoplay,
1330
- animationData: S,
1468
+ animationData: T,
1331
1469
  rendererSettings: e?.rendererSettings
1332
1470
  }), r.value.onComplete = () => o("onComplete"), r.value.addEventListener("DOMLoaded", function() {
1333
1471
  o("onLoaded");
1334
1472
  });
1335
- } catch (S) {
1336
- o("onError", S);
1473
+ } catch (T) {
1474
+ o("onError", T);
1337
1475
  }
1338
- }, M = () => {
1476
+ }, S = () => {
1339
1477
  r.value && r.value.destroy();
1340
1478
  };
1341
1479
  return eo(async () => {
1342
- await h(), x();
1480
+ await h(), M();
1343
1481
  }), to(() => {
1344
- M();
1345
- }), (S, k) => (a(), d("div", {
1482
+ S();
1483
+ }), (T, $) => (a(), u("div", {
1346
1484
  ref_key: "animationRef",
1347
- ref: l,
1485
+ ref: i,
1348
1486
  class: "ma-animation",
1349
- style: no(n(p))
1487
+ style: no(t(p))
1350
1488
  }, null, 4));
1351
1489
  }
1352
- }), W = {
1490
+ }), Ze = [
1491
+ "rocket",
1492
+ "success-confetti",
1493
+ "rounded-loading",
1494
+ "fly-waiting",
1495
+ "no-data-found",
1496
+ "sad-not-found"
1497
+ ], ot = [
1498
+ "info",
1499
+ "success",
1500
+ "confirm",
1501
+ "warning",
1502
+ "error"
1503
+ ], W = {
1353
1504
  info: "info-circle",
1354
1505
  success: "tick-circle",
1355
1506
  confirm: "warning",
1356
1507
  warning: "warning",
1357
1508
  error: "close-circle-bold"
1358
- }, qs = {
1509
+ }, Os = {
1359
1510
  key: 1,
1360
1511
  class: "ak-modal__title"
1361
- }, Ps = { class: "ak-modal__content" }, Os = {
1512
+ }, Ls = { class: "ak-modal__content" }, Us = {
1362
1513
  key: 0,
1363
1514
  class: "ak-modal__description"
1364
- }, Ls = {
1515
+ }, Es = {
1365
1516
  key: 2,
1366
1517
  class: "ak-modal__footer"
1367
- }, Us = {
1518
+ }, Hs = {
1368
1519
  name: "MaModal"
1369
1520
  }, J = /* @__PURE__ */ y({
1370
- ...Us,
1521
+ ...Hs,
1371
1522
  props: {
1372
1523
  visible: { type: Boolean, default: !0 },
1373
1524
  type: null,
@@ -1384,20 +1535,20 @@ const Ts = {
1384
1535
  width: { default: 447 }
1385
1536
  },
1386
1537
  emits: ["update:visible", "ok", "cancel"],
1387
- setup(t, { emit: s }) {
1388
- const o = t, e = c({
1538
+ setup(l, { emit: s }) {
1539
+ const o = l, e = c({
1389
1540
  get() {
1390
1541
  return o.visible;
1391
1542
  },
1392
- set(k) {
1393
- s("update:visible", k);
1543
+ set($) {
1544
+ s("update:visible", $);
1394
1545
  }
1395
- }), i = c(
1546
+ }), n = c(
1396
1547
  () => o.type && W[o.type] ? W[o.type] : null
1397
- ), l = c(
1548
+ ), i = c(
1398
1549
  () => o.type === "error" ? "danger" : o.type === "warning" ? "warning" : "info"
1399
1550
  ), r = c(
1400
- () => S?.footer || o.okText || o.cancelText
1551
+ () => T?.footer || o.okText || o.cancelText
1401
1552
  ), p = c(() => [
1402
1553
  "ma-modal",
1403
1554
  "ak-modal",
@@ -1405,122 +1556,122 @@ const Ts = {
1405
1556
  ]), h = c(() => [
1406
1557
  "ak-modal__header-icon",
1407
1558
  { [`ak-modal__header-icon--${o.type}`]: !!o.type }
1408
- ]), x = () => {
1559
+ ]), M = () => {
1409
1560
  e.value = !1, s("cancel");
1410
- }, M = () => {
1561
+ }, S = () => {
1411
1562
  s("ok");
1412
- }, S = K();
1413
- return (k, I) => (a(), u(n(Io), $(k.$attrs, {
1414
- visible: n(e),
1415
- "onUpdate:visible": I[0] || (I[0] = (g) => L(e) ? e.value = g : null),
1563
+ }, T = E();
1564
+ return ($, I) => (a(), m(t(Mo), k($.$attrs, {
1565
+ visible: t(e),
1566
+ "onUpdate:visible": I[0] || (I[0] = (d) => L(e) ? e.value = d : null),
1416
1567
  "prefix-cls": "antd-modal",
1417
- class: n(p),
1568
+ class: t(p),
1418
1569
  closable: o.closable,
1419
1570
  mask: o.mask,
1420
1571
  "mask-closable": o.maskClosable,
1421
1572
  width: o.width,
1422
1573
  footer: null,
1423
- onOk: M,
1424
- onCancel: x
1574
+ onOk: S,
1575
+ onCancel: M
1425
1576
  }), {
1426
- closeIcon: m(() => [
1577
+ closeIcon: g(() => [
1427
1578
  C(b, {
1428
1579
  name: "close-circle",
1429
1580
  size: "sm"
1430
1581
  })
1431
1582
  ]),
1432
- default: m(() => [
1433
- n(i) ? (a(), d("div", {
1583
+ default: g(() => [
1584
+ t(n) ? (a(), u("div", {
1434
1585
  key: 0,
1435
- class: R(n(h))
1586
+ class: P(t(h))
1436
1587
  }, [
1437
- C(b, { name: n(i) }, null, 8, ["name"])
1438
- ], 2)) : f("", !0),
1439
- o.title || k.$slots.title ? (a(), d("h1", qs, [
1440
- _(k.$slots, "title"),
1441
- O(" " + z(o.title), 1)
1442
- ])) : f("", !0),
1443
- A("div", Ps, [
1444
- o.content ? (a(), d("div", Os, z(o.content), 1)) : f("", !0),
1445
- _(k.$slots, "content"),
1446
- _(k.$slots, "default")
1588
+ C(b, { name: t(n) }, null, 8, ["name"])
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")
1447
1598
  ]),
1448
- n(r) ? (a(), d("div", Ls, [
1449
- o.okText ? (a(), u(E, $({
1599
+ t(r) ? (a(), u("div", Es, [
1600
+ o.okText ? (a(), m(G, k({
1450
1601
  key: 0,
1451
- onClick: M,
1602
+ onClick: S,
1452
1603
  class: "ak-modal__ok-button",
1453
- variant: n(l),
1604
+ variant: t(i),
1454
1605
  loading: o.confirmLoading
1455
1606
  }, o.okButtonProps), {
1456
- default: m(() => [
1457
- O(z(o.okText), 1)
1607
+ default: g(() => [
1608
+ O(x(o.okText), 1)
1458
1609
  ]),
1459
1610
  _: 1
1460
- }, 16, ["variant", "loading"])) : f("", !0),
1461
- o.cancelText ? (a(), u(E, $({
1611
+ }, 16, ["variant", "loading"])) : v("", !0),
1612
+ o.cancelText ? (a(), m(G, k({
1462
1613
  key: 1,
1463
- onClick: x,
1614
+ onClick: M,
1464
1615
  type: "grey-link"
1465
1616
  }, o.cancelButtonProps), {
1466
- default: m(() => [
1467
- O(z(o.cancelText), 1)
1617
+ default: g(() => [
1618
+ O(x(o.cancelText), 1)
1468
1619
  ]),
1469
1620
  _: 1
1470
- }, 16)) : f("", !0),
1471
- _(k.$slots, "footer")
1472
- ])) : f("", !0)
1621
+ }, 16)) : v("", !0),
1622
+ _($.$slots, "footer")
1623
+ ])) : v("", !0)
1473
1624
  ]),
1474
1625
  _: 3
1475
1626
  }, 16, ["visible", "class", "closable", "mask", "mask-closable", "width"]));
1476
1627
  }
1477
1628
  });
1478
- const Hs = ["info", "success", "warning", "error", "confirm"];
1479
- Hs.forEach((t) => {
1480
- J[t] = (s) => {
1481
- const o = document.createElement("div"), e = io(J, s), i = ao({
1629
+ const Gs = ["info", "success", "warning", "error", "confirm"];
1630
+ Gs.forEach((l) => {
1631
+ J[l] = (s) => {
1632
+ const o = document.createElement("div"), e = ao(J, s), n = io({
1482
1633
  render: () => e
1483
1634
  });
1484
- return i.mount(o), document.body.appendChild(o), s.onCancel = () => {
1485
- i.unmount();
1635
+ return n.mount(o), document.body.appendChild(o), s.onCancel = () => {
1636
+ n.unmount();
1486
1637
  }, {
1487
1638
  destroy: () => {
1488
- i.unmount();
1639
+ n.unmount();
1489
1640
  }
1490
1641
  };
1491
1642
  };
1492
1643
  });
1493
- const Es = {
1644
+ const Ks = {
1494
1645
  name: "MaRateStar"
1495
- }, Gs = /* @__PURE__ */ y({
1496
- ...Es,
1646
+ }, Ws = /* @__PURE__ */ y({
1647
+ ...Ks,
1497
1648
  props: {
1498
1649
  value: null,
1499
1650
  starRate: null,
1500
1651
  iconSize: null
1501
1652
  },
1502
- setup(t) {
1503
- const s = t, o = c(() => [
1653
+ setup(l) {
1654
+ const s = l, o = c(() => [
1504
1655
  "ak-rate__item__icon",
1505
1656
  {
1506
1657
  "ak-rate__item__icon--filled": s.value + 0.5 >= s.starRate
1507
1658
  }
1508
- ]), e = c(() => s.starRate - 0.5 === s.value), i = c(() => e.value ? "star-half-colored" : "star-bold");
1509
- return (l, r) => (a(), u(X, { name: "fade" }, {
1510
- default: m(() => [
1659
+ ]), e = c(() => s.starRate - 0.5 === s.value), n = c(() => e.value ? "star-half-colored" : "star-bold");
1660
+ return (i, r) => (a(), m(Q, { name: "fade" }, {
1661
+ default: g(() => [
1511
1662
  C(b, {
1512
- class: R(n(o)),
1513
- name: n(i),
1514
- size: t.iconSize
1663
+ class: P(t(o)),
1664
+ name: t(n),
1665
+ size: l.iconSize
1515
1666
  }, null, 8, ["class", "name", "size"])
1516
1667
  ]),
1517
1668
  _: 1
1518
1669
  }));
1519
1670
  }
1520
- }), Ks = ["tabindex"], Ws = ["onMousemove", "onMouseover"], Js = {
1671
+ }), Js = ["tabindex"], Ys = ["onMousemove", "onMouseover"], Xs = {
1521
1672
  name: "MaRate"
1522
- }, fe = /* @__PURE__ */ y({
1523
- ...Js,
1673
+ }, st = /* @__PURE__ */ y({
1674
+ ...Xs,
1524
1675
  props: {
1525
1676
  value: null,
1526
1677
  allowClear: { type: Boolean },
@@ -1531,13 +1682,13 @@ const Es = {
1531
1682
  tabIndex: { default: 0 }
1532
1683
  },
1533
1684
  emits: ["update:value", "change"],
1534
- setup(t, { emit: s }) {
1535
- const o = t, e = D(0), i = c(() => [
1685
+ setup(l, { emit: s }) {
1686
+ const o = l, e = D(0), n = c(() => [
1536
1687
  `ak-rate ak-rate--${o.size} ak-rate--${o.color}`,
1537
1688
  {
1538
1689
  "ak-rate--disabled": o?.disabled
1539
1690
  }
1540
- ]), l = c(() => {
1691
+ ]), i = c(() => {
1541
1692
  switch (o.size) {
1542
1693
  case "medium":
1543
1694
  return "sm";
@@ -1549,45 +1700,198 @@ const Es = {
1549
1700
  }), r = c(() => o?.disabled ? -1 : o.tabIndex), p = () => {
1550
1701
  if (!o?.disabled) {
1551
1702
  if (o?.allowClear && e.value === o.value) {
1552
- k(0);
1703
+ $(0);
1553
1704
  return;
1554
1705
  }
1555
- k(e.value);
1706
+ $(e.value);
1556
1707
  }
1557
1708
  }, h = (I) => {
1558
1709
  o?.disabled || (e.value = I);
1559
- }, x = () => {
1710
+ }, M = () => {
1560
1711
  e.value = 0;
1561
- }, M = (I, g) => {
1562
- !o?.allowHalf || o.disabled || (I.offsetX < I.target.clientWidth / 2 ? e.value = g - 0.5 : e.value = g);
1563
- }, S = (I) => {
1564
- 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)));
1565
- }, 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) => {
1566
1717
  s("update:value", I), s("change", I);
1567
1718
  };
1568
- return (I, g) => (a(), d("ul", {
1569
- class: R(n(i)),
1570
- onMouseleave: x,
1571
- onKeydown: S,
1572
- tabindex: n(r)
1719
+ return (I, d) => (a(), u("ul", {
1720
+ class: P(t(n)),
1721
+ onMouseleave: M,
1722
+ onKeydown: T,
1723
+ tabindex: t(r)
1573
1724
  }, [
1574
- (a(), d(G, null, V(5, (w) => A("li", {
1725
+ (a(), u(K, null, N(5, (w) => z("li", {
1575
1726
  class: "ak-rate__item",
1576
1727
  key: w,
1577
- onMousemove: (B) => M(B, w),
1728
+ onMousemove: (B) => S(B, w),
1578
1729
  onMouseover: (B) => h(w),
1579
- onClick: g[0] || (g[0] = (B) => p())
1730
+ onClick: d[0] || (d[0] = (B) => p())
1580
1731
  }, [
1581
- C(Gs, {
1732
+ C(Ws, {
1582
1733
  "star-rate": w,
1583
1734
  value: e.value || o.value,
1584
- "icon-size": n(l)
1735
+ "icon-size": t(i)
1585
1736
  }, null, 8, ["star-rate", "value", "icon-size"])
1586
- ], 40, Ws)), 64))
1587
- ], 42, Ks));
1737
+ ], 40, Ys)), 64))
1738
+ ], 42, Js));
1739
+ }
1740
+ });
1741
+ const et = [
1742
+ "small",
1743
+ "medium",
1744
+ "large"
1745
+ ], tt = [
1746
+ "orange",
1747
+ "green",
1748
+ "red"
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));
1588
1892
  }
1589
1893
  });
1590
- class Ys {
1894
+ class ae {
1591
1895
  config = lo({
1592
1896
  language: "en"
1593
1897
  });
@@ -1608,34 +1912,82 @@ class Ys {
1608
1912
  return this.config.language;
1609
1913
  }
1610
1914
  }
1611
- const Xs = new Ys();
1612
- function _e() {
1613
- return co(Xs.getConfig());
1915
+ const ie = new ae();
1916
+ function dt() {
1917
+ return co(ie.getConfig());
1614
1918
  }
1615
1919
  export {
1616
- Xs as ActionKitConfig,
1617
- de as MaAlert,
1618
- ve as MaAnimation,
1619
- ge as MaAppIcon,
1620
- pe as MaAppTrackButton,
1621
- ue as MaBadge,
1622
- E as MaButton,
1623
- le as MaCheckbox,
1624
- re as MaCheckboxGroup,
1625
- ne as MaForm,
1626
- ie as MaFormItem,
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,
1627
1954
  b as MaIcon,
1628
- ms as MaInput,
1955
+ Bo as MaIconSizeClassNames,
1956
+ ce as MaIconSizes,
1957
+ us as MaInput,
1958
+ Se as MaInputCurrency,
1959
+ Yo as MaInputSize,
1960
+ q as MaInputType,
1629
1961
  J as MaModal,
1630
- ce as MaNumericInput,
1631
- bs as MaRadio,
1632
- me as MaRadioGroup,
1633
- fe as MaRate,
1634
- as as MaSelect,
1635
- ae as MaSelectOption,
1636
- ee as MaSwitch,
1637
- se as MaToggle,
1638
- te as MaTooltip,
1639
- oe as MaTrackButton,
1640
- _e as useActionKitConfig
1962
+ W as MaModalTypeIcon,
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
1641
1993
  };