@mobileaction/action-kit 1.33.3 → 1.33.4

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.
@@ -850,76 +850,23 @@ const uy = {
850
850
  { label: "EUR", value: "EUR" },
851
851
  { label: "GBP", value: "GBP" },
852
852
  { label: "JPY", value: "JPY" }
853
- ], lu = [
854
- "gray",
855
- "yellow",
856
- "indigo",
857
- "blue",
858
- "purple",
859
- "red"
860
- ], fy = {
861
- key: 0,
862
- class: "avatar-text"
863
- }, vy = {
864
- name: "MaAvatar"
865
- }, gy = /* @__PURE__ */ H({
866
- ...vy,
867
- props: {
868
- size: { default: "large" },
869
- avatarText: null,
870
- color: null
871
- },
872
- setup(r) {
873
- const s = r, n = m(() => s.avatarText ? ["x-small", "small", "medium"].includes(s.size) ? s.avatarText.charAt(0).toUpperCase() : s.avatarText.slice(0, 2).toUpperCase() : ""), i = m(() => [
874
- "ak-avatar",
875
- `ak-avatar--${s.size}`,
876
- `ak-avatar--${d.value}`,
877
- {
878
- "ak-avatar--text": s.avatarText
879
- },
880
- {
881
- "ak-avatar--default": !s.avatarText
882
- }
883
- ]), d = m(() => {
884
- if (s.color)
885
- return s.color;
886
- if (!s.avatarText)
887
- return "indigo";
888
- const g = s.avatarText[0].toLowerCase().charCodeAt(0) - "a".charCodeAt(0);
889
- if (g < 0 || g >= 26)
890
- return "indigo";
891
- const h = g % lu.length;
892
- return lu[h];
893
- });
894
- return (c, g) => (p(), w("div", {
895
- class: _e(u(i))
896
- }, [
897
- s.avatarText ? (p(), w("span", fy, G(u(n)), 1)) : (p(), M(j, {
898
- key: 1,
899
- id: "placeholderIcon",
900
- name: "user-avatar",
901
- class: "default-icon"
902
- }))
903
- ], 2));
904
- }
905
- });
906
- const eS = [
853
+ ], eS = [
907
854
  "default",
908
855
  "large",
909
856
  "small"
910
857
  ], tS = [
911
858
  "multiple",
912
859
  "multiselect"
913
- ], my = [
860
+ ], fy = [
914
861
  "right",
915
862
  "left"
916
- ], hy = my[0], _y = [
863
+ ], vy = fy[0], gy = [
917
864
  "checkbox",
918
865
  "toggle"
919
- ], yy = _y[0], by = [
866
+ ], my = gy[0], hy = [
920
867
  "tick",
921
868
  "radio"
922
- ], uu = by[1];
869
+ ], lu = hy[1];
923
870
  var Jt = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
924
871
  function Cs(r) {
925
872
  return r && r.__esModule && Object.prototype.hasOwnProperty.call(r, "default") ? r.default : r;
@@ -4599,16 +4546,16 @@ function print() { __p += __j.call(arguments, '') }
4599
4546
  dn ? ((dn.exports = Tn)._ = Tn, Ys._ = Tn) : Je._ = Tn;
4600
4547
  }).call(Jt);
4601
4548
  })(_s, _s.exports);
4602
- var ky = _s.exports;
4549
+ var _y = _s.exports;
4603
4550
  function lc() {
4604
4551
  return {
4605
4552
  hasWindow: m(() => typeof window < "u")
4606
4553
  };
4607
4554
  }
4608
- const wy = { class: "dropdown-wrapper" }, $y = { class: "mobile-header" }, Cy = /* @__PURE__ */ L("label", null, "Select", -1), xy = {
4555
+ const yy = { class: "dropdown-wrapper" }, by = { class: "mobile-header" }, ky = /* @__PURE__ */ L("label", null, "Select", -1), wy = {
4609
4556
  name: "MaDropdownRender"
4610
- }, Ay = /* @__PURE__ */ H({
4611
- ...xy,
4557
+ }, $y = /* @__PURE__ */ H({
4558
+ ...wy,
4612
4559
  props: {
4613
4560
  menu: {
4614
4561
  type: Object,
@@ -4634,14 +4581,14 @@ const wy = { class: "dropdown-wrapper" }, $y = { class: "mobile-header" }, Cy =
4634
4581
  }), c = () => {
4635
4582
  s("closeDropdown");
4636
4583
  };
4637
- return (g, h) => (p(), w("div", wy, [
4638
- L("div", $y, [
4584
+ return (g, h) => (p(), w("div", yy, [
4585
+ L("div", by, [
4639
4586
  F(u(j), {
4640
4587
  size: "lg",
4641
4588
  name: "close-circle",
4642
4589
  onClick: c
4643
4590
  }),
4644
- Cy,
4591
+ ky,
4645
4592
  F(u(ac), {
4646
4593
  color: "gray",
4647
4594
  onClick: c
@@ -4663,13 +4610,13 @@ const wy = { class: "dropdown-wrapper" }, $y = { class: "mobile-header" }, Cy =
4663
4610
  F(i, { vnodes: r.menu }, null, 8, ["vnodes"])
4664
4611
  ]));
4665
4612
  }
4666
- }), My = { class: "ma-radio-content" }, Ty = { class: "ma-radio-text-content" }, Iy = {
4613
+ }), Cy = { class: "ma-radio-content" }, xy = { class: "ma-radio-text-content" }, Ay = {
4667
4614
  key: 0,
4668
4615
  class: "ma-radio__hint-text"
4669
- }, Sy = {
4616
+ }, My = {
4670
4617
  name: "MaRadio"
4671
4618
  }, ka = /* @__PURE__ */ H({
4672
- ...Sy,
4619
+ ...My,
4673
4620
  props: {
4674
4621
  type: { default: "button" },
4675
4622
  hint: null,
@@ -4689,10 +4636,10 @@ const wy = { class: "dropdown-wrapper" }, $y = { class: "mobile-header" }, Cy =
4689
4636
  Te(c.$slots, (h, b) => ({
4690
4637
  name: b,
4691
4638
  fn: O(() => [
4692
- L("div", My, [
4693
- L("div", Ty, [
4639
+ L("div", Cy, [
4640
+ L("div", xy, [
4694
4641
  T(c.$slots, b),
4695
- n.hint ? (p(), w("div", Iy, G(n.hint), 1)) : A("", !0)
4642
+ n.hint ? (p(), w("div", Ay, G(n.hint), 1)) : A("", !0)
4696
4643
  ]),
4697
4644
  T(c.$slots, "suffix")
4698
4645
  ])
@@ -4701,10 +4648,10 @@ const wy = { class: "dropdown-wrapper" }, $y = { class: "mobile-header" }, Cy =
4701
4648
  ]), 1040, ["class", "disabled"]));
4702
4649
  }
4703
4650
  });
4704
- const Oy = {
4651
+ const Ty = {
4705
4652
  name: "MaCheckbox"
4706
4653
  }, wa = /* @__PURE__ */ H({
4707
- ...Oy,
4654
+ ...Ty,
4708
4655
  props: {
4709
4656
  hint: null,
4710
4657
  indeterminate: { type: Boolean, default: void 0 },
@@ -4739,10 +4686,10 @@ const Oy = {
4739
4686
  ]), 1040, ["class", "disabled", "indeterminate"]));
4740
4687
  }
4741
4688
  });
4742
- const Dy = {
4689
+ const Iy = {
4743
4690
  name: "MaOptionCheckbox"
4744
- }, cu = /* @__PURE__ */ H({
4745
- ...Dy,
4691
+ }, uu = /* @__PURE__ */ H({
4692
+ ...Iy,
4746
4693
  props: {
4747
4694
  checked: { type: Boolean },
4748
4695
  isToggle: { type: Boolean }
@@ -4757,13 +4704,13 @@ const Dy = {
4757
4704
  checked: r.checked
4758
4705
  }, null, 8, ["checked"]));
4759
4706
  }
4760
- }), Ey = ["src"], Ly = {
4707
+ }), Sy = ["src"], Oy = {
4761
4708
  key: 1,
4762
4709
  class: "prefix-icon multi-selection-display-text"
4763
- }, Ny = {
4710
+ }, Dy = {
4764
4711
  name: "MaSelect"
4765
4712
  }, xs = /* @__PURE__ */ H({
4766
- ...Ny,
4713
+ ...Dy,
4767
4714
  props: {
4768
4715
  allowClear: { type: Boolean },
4769
4716
  autoClearSearchValue: { type: Boolean, default: !0 },
@@ -4809,7 +4756,7 @@ const Dy = {
4809
4756
  return n.value;
4810
4757
  },
4811
4758
  set(ae) {
4812
- s("update:value", typeof ae != "number" && ky.isEmpty(ae) && !n.mode ? null : ae);
4759
+ s("update:value", typeof ae != "number" && _y.isEmpty(ae) && !n.mode ? null : ae);
4813
4760
  }
4814
4761
  }), g = te(n?.searchValue), h = te(n.open), b = m(() => ["dropdownRender", "top-section", "bottom-section"].some((ae) => Object.keys(i).includes(ae)) || n.showSearch), _ = m(() => {
4815
4762
  if (!n.options || c.value === void 0)
@@ -4852,7 +4799,7 @@ const Dy = {
4852
4799
  "ma-select-hint-error": n.error
4853
4800
  }
4854
4801
  ]), P = m(() => !b.value && n?.showSearch), D = m(() => n?.mode && n.mode === "multiselect" ? "multiple" : n?.mode), q = m(() => {
4855
- const ae = n?.mode !== "multiselect" && "ma-select-dropdown" || "ma-multi-select-dropdown", J = !n?.mode && (i?.prefixIcon || n?.prefixIcon) && "ma-select-dropdown--has-prefix", R = n?.mode !== "multiselect" && n.selectOptionType === uu && "ma-select-dropdown--with-radio-option", se = n?.ignoreMobileDisplay && "--ignore-mobile-display";
4802
+ const ae = n?.mode !== "multiselect" && "ma-select-dropdown" || "ma-multi-select-dropdown", J = !n?.mode && (i?.prefixIcon || n?.prefixIcon) && "ma-select-dropdown--has-prefix", R = n?.mode !== "multiselect" && n.selectOptionType === lu && "ma-select-dropdown--with-radio-option", se = n?.ignoreMobileDisplay && "--ignore-mobile-display";
4856
4803
  return [
4857
4804
  n?.dropdownClassName,
4858
4805
  ae,
@@ -4860,7 +4807,7 @@ const Dy = {
4860
4807
  R,
4861
4808
  se
4862
4809
  ].filter(Boolean).join(" ");
4863
- }), K = m(() => n?.loading ? "loader" : n?.suffixIcon), we = m(() => Object.keys(i).filter((ae) => !["option", "dropdownRender"].includes(ae))), re = m(() => n?.showArrow && (!n?.mode || n?.mode === "multiselect")), pe = m(() => n.checkboxPlacement === hy), ee = m(() => n.multiSelectOptionType !== yy), ie = m(() => n.selectOptionType === uu), Z = (ae) => {
4810
+ }), K = m(() => n?.loading ? "loader" : n?.suffixIcon), we = m(() => Object.keys(i).filter((ae) => !["option", "dropdownRender"].includes(ae))), re = m(() => n?.showArrow && (!n?.mode || n?.mode === "multiselect")), pe = m(() => n.checkboxPlacement === vy), ee = m(() => n.multiSelectOptionType !== my), ie = m(() => n.selectOptionType === lu), Z = (ae) => {
4864
4811
  h.value = ae, g.value = "";
4865
4812
  }, fe = () => d.value && (typeof window.orientation < "u" || navigator.userAgent.includes("Mobile")) ? window.innerHeight : n?.listHeight, oe = (ae, J, R = !1) => {
4866
4813
  if (ae.stopPropagation(), R)
@@ -4931,7 +4878,7 @@ const Dy = {
4931
4878
  key: 0,
4932
4879
  src: u(_).imageSrc,
4933
4880
  alt: "Selected Option Image"
4934
- }, null, 8, Ey)) : u(_).icon ? (p(), M(j, {
4881
+ }, null, 8, Sy)) : u(_).icon ? (p(), M(j, {
4935
4882
  key: 1,
4936
4883
  size: "sm",
4937
4884
  round: r.optionItemRounded,
@@ -4950,7 +4897,7 @@ const Dy = {
4950
4897
  }, null, 8, ["name"])
4951
4898
  ]),
4952
4899
  maxTagPlaceholder: O((R) => [
4953
- ae.$slots.maxTagPlaceholder ? T(ae.$slots, "maxTagPlaceholder", Lt(V({ key: 0 }, R))) : n.mode === "multiselect" ? (p(), w("div", Ly, [
4900
+ ae.$slots.maxTagPlaceholder ? T(ae.$slots, "maxTagPlaceholder", Lt(V({ key: 0 }, R))) : n.mode === "multiselect" ? (p(), w("div", Oy, [
4954
4901
  T(ae.$slots, "multiSelectionDisplayText", {}, () => [
4955
4902
  ue(G(u(S)), 1)
4956
4903
  ])
@@ -4981,7 +4928,7 @@ const Dy = {
4981
4928
  onClick: (se) => oe(se, R.value, R?.disabled)
4982
4929
  }, [
4983
4930
  L("div", { class: "flex gap-2" }, [
4984
- u(pe) ? A("", !0) : (p(), M(cu, {
4931
+ u(pe) ? A("", !0) : (p(), M(uu, {
4985
4932
  key: 0,
4986
4933
  checked: u(c)?.includes(R.value)
4987
4934
  }, null, 8, ["checked"])),
@@ -5019,7 +4966,7 @@ const Dy = {
5019
4966
  ]))
5020
4967
  ])
5021
4968
  ]),
5022
- u(pe) ? (p(), M(cu, {
4969
+ u(pe) ? (p(), M(uu, {
5023
4970
  key: 0,
5024
4971
  checked: u(c)?.includes(R.value),
5025
4972
  "is-toggle": u(ee)
@@ -5087,7 +5034,7 @@ const Dy = {
5087
5034
  fn: O(({ menuNode: R }) => [
5088
5035
  ae.$slots.dropdownRender ? T(ae.$slots, "dropdownRender", Lt(V({ key: 0 }, { menuNode: R }))) : (p(), w(xe, { key: 1 }, [
5089
5036
  T(ae.$slots, "top-section"),
5090
- F(Ay, {
5037
+ F($y, {
5091
5038
  filter: g.value,
5092
5039
  "onUpdate:filter": J[0] || (J[0] = (se) => g.value = se),
5093
5040
  menu: R,
@@ -5113,20 +5060,20 @@ const Dy = {
5113
5060
  ], 64));
5114
5061
  }
5115
5062
  });
5116
- const By = ["for"], zy = {
5063
+ const Ey = ["for"], Ly = {
5117
5064
  key: 1,
5118
5065
  class: "ak-input__wrapper"
5119
- }, Py = {
5066
+ }, Ny = {
5120
5067
  key: 1,
5121
5068
  class: "currency"
5122
- }, Ry = {
5069
+ }, By = ["src"], zy = {
5123
5070
  key: 3,
5124
5071
  class: "ak-input__hint-text"
5125
- }, Uy = {
5072
+ }, Py = {
5126
5073
  name: "MaInput",
5127
5074
  inheritAttrs: !1
5128
5075
  }, $a = /* @__PURE__ */ H({
5129
- ...Uy,
5076
+ ...Py,
5130
5077
  props: {
5131
5078
  allowClear: { type: Boolean },
5132
5079
  type: { default: Ut.text },
@@ -5181,7 +5128,7 @@ const By = ["for"], zy = {
5181
5128
  n("update:amountCurrency", ee);
5182
5129
  }
5183
5130
  }), z = m(() => i.type === Ut.password ? V_ : J_), W = m(() => i.type === Ut.password ? { "input-prefix-cls": "antd-input" } : { "prefix-cls": "antd-input" }), P = m(() => i.type === Ut.url ? "https" : i?.addonBefore), D = m(() => {
5184
- let ee = { ...d, ...W.value };
5131
+ const ee = { ...d, ...W.value };
5185
5132
  return d?.class && delete ee?.class, ee;
5186
5133
  }), q = (ee) => {
5187
5134
  n("change", ee);
@@ -5202,49 +5149,48 @@ const By = ["for"], zy = {
5202
5149
  T(ee.$slots, "title"),
5203
5150
  i.title ? (p(), w("label", {
5204
5151
  key: 0,
5205
- onClick: we,
5206
5152
  class: "ak-input__title",
5207
- for: ee.$attrs?.id
5208
- }, G(i.title), 9, By)) : A("", !0),
5209
- i.type !== "textarea" ? (p(), w("div", zy, [
5210
- (p(), M(Ge(u(z)), V({
5153
+ for: ee.$attrs?.id,
5154
+ onClick: we
5155
+ }, G(i.title), 9, Ey)) : A("", !0),
5156
+ i.type !== "textarea" ? (p(), w("div", Ly, [
5157
+ (p(), M(Ge(u(z)), V(u(D), {
5158
+ ref_key: "inputRef",
5159
+ ref: c,
5211
5160
  value: u(_),
5212
- "onUpdate:value": ie[1] || (ie[1] = (Z) => Ye(_) ? _.value = Z : null)
5213
- }, u(D), {
5214
- allowClear: i?.allowClear,
5161
+ "onUpdate:value": ie[1] || (ie[1] = (Z) => Ye(_) ? _.value = Z : null),
5162
+ "allow-clear": i?.allowClear,
5215
5163
  type: u(g),
5216
5164
  disabled: i?.disabled,
5217
5165
  placeholder: i?.placeholder,
5218
- addonBefore: u(P),
5219
- addonAfter: r.addonAfter,
5166
+ "addon-before": u(P),
5167
+ "addon-after": r.addonAfter,
5220
5168
  class: u(b),
5221
5169
  onChange: q,
5222
5170
  onFocus: re,
5223
- onFocusout: pe,
5224
- ref_key: "inputRef",
5225
- ref: c
5171
+ onFocusout: pe
5226
5172
  }), He({
5227
5173
  prefix: O(() => [
5228
5174
  i.prefixIcon ? (p(), M(j, {
5229
5175
  key: 0,
5230
5176
  size: "xs",
5231
5177
  name: i.prefixIcon
5232
- }, null, 8, ["name"])) : u(x) ? (p(), w("span", Py, G(u(x)), 1)) : i.type === u(Ut).userInfo ? (p(), M(gy, {
5178
+ }, null, 8, ["name"])) : u(x) ? (p(), w("span", Ny, G(u(x)), 1)) : i.type === u(Ut).userInfo ? (p(), w("img", {
5233
5179
  key: 2,
5234
5180
  src: i.avatarUrl,
5235
- disabled: i.disabled
5236
- }, null, 8, ["src", "disabled"])) : A("", !0)
5181
+ class: "ma-input-avatar"
5182
+ }, null, 8, By)) : A("", !0)
5237
5183
  ]),
5238
5184
  suffix: O(() => [
5239
5185
  i.type === "amount" ? (p(), M(xs, {
5240
5186
  key: 0,
5241
5187
  value: u(S),
5242
5188
  "onUpdate:value": ie[0] || (ie[0] = (Z) => Ye(S) ? S.value = Z : null),
5243
- onChange: K,
5244
- dropdownClassName: "ak-input__input__ma-select__dropdown",
5189
+ "dropdown-class-name": "ak-input__input__ma-select__dropdown",
5245
5190
  options: u(py),
5246
5191
  disabled: i.disabled,
5247
- size: "small"
5192
+ size: "small",
5193
+ onChange: K
5248
5194
  }, null, 8, ["value", "options", "disabled"])) : A("", !0),
5249
5195
  i.suffixIcon ? (p(), M(j, {
5250
5196
  key: 1,
@@ -5260,18 +5206,16 @@ const By = ["for"], zy = {
5260
5206
  T(ee.$slots, fe)
5261
5207
  ])
5262
5208
  }))
5263
- ]), 1040, ["value", "allowClear", "type", "disabled", "placeholder", "addonBefore", "addonAfter", "class"]))
5264
- ])) : (p(), M(u(X_), V({
5265
- key: 2,
5209
+ ]), 1040, ["value", "allow-clear", "type", "disabled", "placeholder", "addon-before", "addon-after", "class"]))
5210
+ ])) : (p(), M(u(X_), V({ key: 2 }, u(D), {
5211
+ ref_key: "inputRef",
5212
+ ref: c,
5266
5213
  value: u(_),
5267
- "onUpdate:value": ie[2] || (ie[2] = (Z) => Ye(_) ? _.value = Z : null)
5268
- }, u(D), {
5214
+ "onUpdate:value": ie[2] || (ie[2] = (Z) => Ye(_) ? _.value = Z : null),
5269
5215
  class: u(b),
5270
5216
  disabled: i?.disabled,
5271
5217
  placeholder: i?.placeholder,
5272
- onChange: q,
5273
- ref_key: "inputRef",
5274
- ref: c
5218
+ onChange: q
5275
5219
  }), He({ _: 2 }, [
5276
5220
  Te(ee.$slots, (Z, fe) => ({
5277
5221
  name: fe,
@@ -5281,14 +5225,14 @@ const By = ["for"], zy = {
5281
5225
  }))
5282
5226
  ]), 1040, ["value", "class", "disabled", "placeholder"])),
5283
5227
  T(ee.$slots, "hint"),
5284
- i.hintText ? (p(), w("div", Ry, G(i.hintText), 1)) : A("", !0)
5228
+ i.hintText ? (p(), w("div", zy, G(i.hintText), 1)) : A("", !0)
5285
5229
  ], 2));
5286
5230
  }
5287
5231
  });
5288
- const Fy = {
5232
+ const Ry = {
5289
5233
  name: "MaSelectOption"
5290
- }, Wy = /* @__PURE__ */ H({
5291
- ...Fy,
5234
+ }, Uy = /* @__PURE__ */ H({
5235
+ ...Ry,
5292
5236
  setup(r) {
5293
5237
  return (s, n) => (p(), M(u(e1), V(s.$attrs, {
5294
5238
  class: "ma-select-option",
@@ -5302,10 +5246,10 @@ const Fy = {
5302
5246
  }))
5303
5247
  ]), 1040));
5304
5248
  }
5305
- }), jy = {
5249
+ }), Fy = {
5306
5250
  name: "MaCheckboxGroup"
5307
5251
  }, nS = /* @__PURE__ */ H({
5308
- ...jy,
5252
+ ...Fy,
5309
5253
  props: {
5310
5254
  hint: null,
5311
5255
  disabled: { type: Boolean },
@@ -5344,10 +5288,10 @@ const Fy = {
5344
5288
  } : void 0
5345
5289
  ]), 1040, ["class"]));
5346
5290
  }
5347
- }), Gy = { class: "ma-content-scroller-button-wrapper left" }, Hy = { class: "ma-content-scroller-button-wrapper right" }, qy = {
5291
+ }), Wy = { class: "ma-content-scroller-button-wrapper left" }, jy = { class: "ma-content-scroller-button-wrapper right" }, Gy = {
5348
5292
  name: "MaContentScroller"
5349
5293
  }, oS = /* @__PURE__ */ H({
5350
- ...qy,
5294
+ ...Gy,
5351
5295
  props: {
5352
5296
  type: { default: "primary" },
5353
5297
  size: { default: "small" },
@@ -5377,7 +5321,7 @@ const Fy = {
5377
5321
  ref: i,
5378
5322
  class: _e(u(S))
5379
5323
  }, [
5380
- Pe(L("div", Gy, [
5324
+ Pe(L("div", Wy, [
5381
5325
  T(D.$slots, "buttonLeft", {}, () => [
5382
5326
  L("button", {
5383
5327
  class: "ma-scroller-button",
@@ -5396,7 +5340,7 @@ const Fy = {
5396
5340
  }, [
5397
5341
  T(D.$slots, "default")
5398
5342
  ], 512),
5399
- Pe(L("div", Hy, [
5343
+ Pe(L("div", jy, [
5400
5344
  T(D.$slots, "buttonRight", {}, () => [
5401
5345
  L("button", {
5402
5346
  class: "ma-scroller-button",
@@ -5411,7 +5355,7 @@ const Fy = {
5411
5355
  ], 2));
5412
5356
  }
5413
5357
  });
5414
- const Ky = ["value"], Yy = /* @__PURE__ */ H({
5358
+ const Hy = ["value"], qy = /* @__PURE__ */ H({
5415
5359
  __name: "singleNumericInput",
5416
5360
  props: {
5417
5361
  value: { default: "" },
@@ -5440,12 +5384,12 @@ const Ky = ["value"], Yy = /* @__PURE__ */ H({
5440
5384
  maxlength: "1",
5441
5385
  pattern: "[0-9]",
5442
5386
  inputmode: "numeric"
5443
- }), null, 16, Ky));
5387
+ }), null, 16, Hy));
5444
5388
  }
5445
- }), Qy = {
5389
+ }), Ky = {
5446
5390
  name: "MaNumericInput"
5447
5391
  }, sS = /* @__PURE__ */ H({
5448
- ...Qy,
5392
+ ...Ky,
5449
5393
  props: {
5450
5394
  disabled: { type: Boolean },
5451
5395
  length: { default: 6 },
@@ -5505,7 +5449,7 @@ const Ky = ["value"], Yy = /* @__PURE__ */ H({
5505
5449
  P !== d.value.join("") && P && P.match(/^\d+$/) && (d.value = P.split("").slice(0, n.length));
5506
5450
  }
5507
5451
  ), (P, D) => (p(), w("div", V({ class: u(c) }, P.$attrs), [
5508
- (p(!0), w(xe, null, Te(n.length, (q) => (p(), M(Yy, {
5452
+ (p(!0), w(xe, null, Te(n.length, (q) => (p(), M(qy, {
5509
5453
  focus: i.value === q - 1,
5510
5454
  key: q,
5511
5455
  placeholder: u(g),
@@ -5523,13 +5467,13 @@ const rS = [
5523
5467
  "small",
5524
5468
  "medium",
5525
5469
  "large"
5526
- ], Zy = ["aria-checked", "disabled"], Vy = ["src", "alt"], Jy = { class: "ma-app-track-button__text" }, Xy = { class: "ma-app-track-button__text__title" }, e0 = {
5470
+ ], Yy = ["aria-checked", "disabled"], Qy = ["src", "alt"], Zy = { class: "ma-app-track-button__text" }, Vy = { class: "ma-app-track-button__text__title" }, Jy = {
5527
5471
  key: 0,
5528
5472
  class: "ma-app-track-button__text__category"
5529
- }, t0 = { class: "ma-app-track-button__check" }, n0 = {
5473
+ }, Xy = { class: "ma-app-track-button__check" }, e0 = {
5530
5474
  name: "MaAppTrackButton"
5531
5475
  }, aS = /* @__PURE__ */ H({
5532
- ...n0,
5476
+ ...e0,
5533
5477
  props: {
5534
5478
  checked: { type: Boolean, default: !1 },
5535
5479
  appIcon: null,
@@ -5566,12 +5510,12 @@ const rS = [
5566
5510
  alt: n.appName,
5567
5511
  width: "40",
5568
5512
  height: "40"
5569
- }, null, 8, Vy),
5570
- L("span", Jy, [
5571
- L("span", Xy, G(n.appName), 1),
5572
- n.appCategory ? (p(), w("span", e0, G(n?.appCategory), 1)) : A("", !0)
5513
+ }, null, 8, Qy),
5514
+ L("span", Zy, [
5515
+ L("span", Vy, G(n.appName), 1),
5516
+ n.appCategory ? (p(), w("span", Jy, G(n?.appCategory), 1)) : A("", !0)
5573
5517
  ]),
5574
- L("span", t0, [
5518
+ L("span", Xy, [
5575
5519
  F(ma, {
5576
5520
  name: "fade",
5577
5521
  mode: "out-in"
@@ -5595,13 +5539,13 @@ const rS = [
5595
5539
  _: 1
5596
5540
  })
5597
5541
  ])
5598
- ], 16, Zy));
5542
+ ], 16, Yy));
5599
5543
  }
5600
5544
  });
5601
- const o0 = { class: "ma-ellipsis" }, s0 = {
5545
+ const t0 = { class: "ma-ellipsis" }, n0 = {
5602
5546
  name: "MaEllipsis"
5603
- }, du = /* @__PURE__ */ H({
5604
- ...s0,
5547
+ }, cu = /* @__PURE__ */ H({
5548
+ ...n0,
5605
5549
  props: {
5606
5550
  tooltipProps: null
5607
5551
  },
@@ -5670,7 +5614,7 @@ const o0 = { class: "ma-ellipsis" }, s0 = {
5670
5614
  async () => {
5671
5615
  await Rn(), x(), S();
5672
5616
  }
5673
- ), (z, W) => (p(), w("div", o0, [
5617
+ ), (z, W) => (p(), w("div", t0, [
5674
5618
  F(cn, V({
5675
5619
  trigger: d.value ? ["hover"] : []
5676
5620
  }, u(g)), {
@@ -5688,25 +5632,25 @@ const o0 = { class: "ma-ellipsis" }, s0 = {
5688
5632
  ]));
5689
5633
  }
5690
5634
  });
5691
- const r0 = { class: "ak-app-icon__logo" }, a0 = ["src"], i0 = {
5635
+ const o0 = { class: "ak-app-icon__logo" }, s0 = ["src"], r0 = {
5692
5636
  key: 3,
5693
5637
  class: "ak-app-icon-platform"
5694
- }, l0 = {
5638
+ }, a0 = {
5695
5639
  key: 1,
5696
5640
  class: "ak-app-icon__logo"
5697
- }, u0 = ["src"], c0 = {
5641
+ }, i0 = ["src"], l0 = {
5698
5642
  key: 3,
5699
5643
  class: "ak-app-icon-platform"
5700
- }, d0 = {
5644
+ }, u0 = {
5701
5645
  key: 2,
5702
5646
  class: "ak-app-icon__text"
5703
- }, p0 = { class: "ak-app-name" }, f0 = {
5647
+ }, c0 = { class: "ak-app-name" }, d0 = {
5704
5648
  key: 0,
5705
5649
  class: "ak-app-description"
5706
- }, v0 = {
5650
+ }, p0 = {
5707
5651
  name: "MaAppIcon"
5708
- }, g0 = /* @__PURE__ */ H({
5709
- ...v0,
5652
+ }, f0 = /* @__PURE__ */ H({
5653
+ ...p0,
5710
5654
  props: {
5711
5655
  appIcon: null,
5712
5656
  appName: null,
@@ -5761,7 +5705,7 @@ const r0 = { class: "ak-app-icon__logo" }, a0 = ["src"], i0 = {
5761
5705
  }, [
5762
5706
  n.showTooltip && !h.value ? (p(), M(cn, Lt(V({ key: 0 }, u(g))), {
5763
5707
  default: O(() => [
5764
- L("div", r0, [
5708
+ L("div", o0, [
5765
5709
  n.closable && !b.value ? (p(), w("span", {
5766
5710
  key: 0,
5767
5711
  class: "ak-app-icon-closable",
@@ -5777,13 +5721,13 @@ const r0 = { class: "ak-app-icon__logo" }, a0 = ["src"], i0 = {
5777
5721
  class: "ak-app-icon-img",
5778
5722
  src: h.value ? n.fallback : n.appIcon || n.fallback,
5779
5723
  onError: _
5780
- }, null, 40, a0)),
5724
+ }, null, 40, s0)),
5781
5725
  b.value ? (p(), M(j, {
5782
5726
  key: 2,
5783
5727
  name: "loading",
5784
5728
  spin: ""
5785
5729
  })) : A("", !0),
5786
- n?.platform && !b.value ? (p(), w("span", i0, [
5730
+ n?.platform && !b.value ? (p(), w("span", r0, [
5787
5731
  F(j, {
5788
5732
  size: "xs",
5789
5733
  name: u(i)
@@ -5792,7 +5736,7 @@ const r0 = { class: "ak-app-icon__logo" }, a0 = ["src"], i0 = {
5792
5736
  ])
5793
5737
  ]),
5794
5738
  _: 1
5795
- }, 16)) : (p(), w("div", l0, [
5739
+ }, 16)) : (p(), w("div", a0, [
5796
5740
  n.closable && !b.value ? (p(), w("span", {
5797
5741
  key: 0,
5798
5742
  class: "ak-app-icon-closable",
@@ -5808,29 +5752,29 @@ const r0 = { class: "ak-app-icon__logo" }, a0 = ["src"], i0 = {
5808
5752
  class: "ak-app-icon-img",
5809
5753
  src: h.value ? n.fallback : n.appIcon || n.fallback,
5810
5754
  onError: _
5811
- }, null, 40, u0)),
5755
+ }, null, 40, i0)),
5812
5756
  b.value ? (p(), M(j, {
5813
5757
  key: 2,
5814
5758
  spin: "",
5815
5759
  name: "loading"
5816
5760
  })) : A("", !0),
5817
- n?.platform && !b.value ? (p(), w("span", c0, [
5761
+ n?.platform && !b.value ? (p(), w("span", l0, [
5818
5762
  F(j, {
5819
5763
  size: "xs",
5820
5764
  name: u(i)
5821
5765
  }, null, 8, ["name"])
5822
5766
  ])) : A("", !0)
5823
5767
  ])),
5824
- n?.appName || n?.appDescription ? (p(), w("div", d0, [
5825
- n?.appName ? (p(), M(du, { key: 0 }, {
5768
+ n?.appName || n?.appDescription ? (p(), w("div", u0, [
5769
+ n?.appName ? (p(), M(cu, { key: 0 }, {
5826
5770
  default: O(() => [
5827
- L("span", p0, G(n.appName), 1)
5771
+ L("span", c0, G(n.appName), 1)
5828
5772
  ]),
5829
5773
  _: 1
5830
5774
  })) : A("", !0),
5831
- n?.appDescription ? (p(), M(du, { key: 1 }, {
5775
+ n?.appDescription ? (p(), M(cu, { key: 1 }, {
5832
5776
  default: O(() => [
5833
- n?.appDescription ? (p(), w("span", f0, G(n.appDescription), 1)) : A("", !0)
5777
+ n?.appDescription ? (p(), w("span", d0, G(n.appDescription), 1)) : A("", !0)
5834
5778
  ]),
5835
5779
  _: 1
5836
5780
  })) : A("", !0)
@@ -5848,10 +5792,10 @@ const iS = [
5848
5792
  ], lS = [
5849
5793
  "play",
5850
5794
  "ios"
5851
- ], m0 = {
5795
+ ], v0 = {
5852
5796
  name: "MaRadioGroup"
5853
5797
  }, uS = /* @__PURE__ */ H({
5854
- ...m0,
5798
+ ...v0,
5855
5799
  setup(r) {
5856
5800
  return (s, n) => (p(), M(u(n1), V(s.$attrs, { "prefix-cls": "antd-radio" }), He({ _: 2 }, [
5857
5801
  Te(s.$slots, (i, d) => ({
@@ -5893,10 +5837,10 @@ const iS = [
5893
5837
  "square",
5894
5838
  "rounded",
5895
5839
  "dot"
5896
- ], h0 = {
5840
+ ], g0 = {
5897
5841
  name: "MaAlert"
5898
5842
  }, mS = /* @__PURE__ */ H({
5899
- ...h0,
5843
+ ...g0,
5900
5844
  props: {
5901
5845
  variant: { default: "dark" },
5902
5846
  type: { default: "primary" },
@@ -5948,10 +5892,10 @@ const hS = [
5948
5892
  ], _S = [
5949
5893
  "primary",
5950
5894
  "secondary"
5951
- ], _0 = {
5895
+ ], m0 = {
5952
5896
  name: "MaAnimation"
5953
- }, y0 = /* @__PURE__ */ H({
5954
- ..._0,
5897
+ }, h0 = /* @__PURE__ */ H({
5898
+ ...m0,
5955
5899
  props: {
5956
5900
  name: { default: "rocket" },
5957
5901
  loop: { type: Boolean, default: !0 },
@@ -5979,7 +5923,7 @@ const hS = [
5979
5923
  }
5980
5924
  );
5981
5925
  const b = async () => {
5982
- const { default: S } = await import("./lottie_light-5fffd52f.mjs").then((z) => z.l);
5926
+ const { default: S } = await import("./lottie_light-867380de.mjs").then((z) => z.l);
5983
5927
  d = S;
5984
5928
  }, _ = async () => {
5985
5929
  try {
@@ -6025,13 +5969,13 @@ const hS = [
6025
5969
  "confirm",
6026
5970
  "warning",
6027
5971
  "error"
6028
- ], pu = {
5972
+ ], du = {
6029
5973
  info: "info-circle",
6030
5974
  success: "tick-circle",
6031
5975
  confirm: "warning",
6032
5976
  warning: "warning",
6033
5977
  error: "close-circle-bold"
6034
- }, b0 = H({
5978
+ }, _0 = H({
6035
5979
  props: {
6036
5980
  content: {
6037
5981
  type: Object,
@@ -6041,19 +5985,19 @@ const hS = [
6041
5985
  setup(r) {
6042
5986
  return () => r.content;
6043
5987
  }
6044
- }), k0 = {
5988
+ }), y0 = {
6045
5989
  key: 0,
6046
5990
  class: "ak-modal__header__title"
6047
- }, w0 = { class: "ak-modal__content" }, $0 = {
5991
+ }, b0 = { class: "ak-modal__content" }, k0 = {
6048
5992
  key: 0,
6049
5993
  class: "ak-modal__description"
6050
- }, C0 = {
5994
+ }, w0 = {
6051
5995
  key: 2,
6052
5996
  class: "ak-modal__footer"
6053
- }, x0 = {
5997
+ }, $0 = {
6054
5998
  name: "MaModal"
6055
- }, fu = /* @__PURE__ */ H({
6056
- ...x0,
5999
+ }, pu = /* @__PURE__ */ H({
6000
+ ...$0,
6057
6001
  props: {
6058
6002
  visible: { type: Boolean, default: !0 },
6059
6003
  type: null,
@@ -6081,7 +6025,7 @@ const hS = [
6081
6025
  s("update:visible", P);
6082
6026
  }
6083
6027
  }), d = m(
6084
- () => n?.icon || (n.type && pu[n.type] ? pu[n.type] : null)
6028
+ () => n?.icon || (n.type && du[n.type] ? du[n.type] : null)
6085
6029
  ), c = m(
6086
6030
  () => n.type === "error" ? "red" : n.type === "warning" ? "dark" : "blue"
6087
6031
  ), g = m(
@@ -6123,7 +6067,7 @@ const hS = [
6123
6067
  key: 1,
6124
6068
  class: _e(["ak-modal__header", !n.closable && "ak-modal__header--center"])
6125
6069
  }, [
6126
- n.title || P.$slots.title ? (p(), w("h1", k0, [
6070
+ n.title || P.$slots.title ? (p(), w("h1", y0, [
6127
6071
  T(P.$slots, "title"),
6128
6072
  ue(" " + G(n.title), 1)
6129
6073
  ])) : A("", !0),
@@ -6136,9 +6080,9 @@ const hS = [
6136
6080
  onClick: S
6137
6081
  })) : A("", !0)
6138
6082
  ], 2)) : A("", !0),
6139
- L("div", w0, [
6140
- n.content ? (p(), w("div", $0, [
6141
- u(_) ? (p(), M(b0, {
6083
+ L("div", b0, [
6084
+ n.content ? (p(), w("div", k0, [
6085
+ u(_) ? (p(), M(_0, {
6142
6086
  key: 0,
6143
6087
  content: n.content
6144
6088
  }, null, 8, ["content"])) : (p(), w(xe, { key: 1 }, [
@@ -6148,7 +6092,7 @@ const hS = [
6148
6092
  T(P.$slots, "content"),
6149
6093
  T(P.$slots, "default")
6150
6094
  ]),
6151
- u(g) ? (p(), w("div", C0, [
6095
+ u(g) ? (p(), w("div", w0, [
6152
6096
  n.okText ? (p(), M(rt, V({
6153
6097
  key: 0,
6154
6098
  class: "ak-modal__ok-button",
@@ -6176,11 +6120,11 @@ const hS = [
6176
6120
  }, 16, ["visible", "class", "mask", "mask-closable", "width"]));
6177
6121
  }
6178
6122
  });
6179
- const A0 = ["info", "success", "warning", "error", "confirm"];
6180
- A0.forEach((r) => {
6181
- fu[r] = (s) => {
6123
+ const C0 = ["info", "success", "warning", "error", "confirm"];
6124
+ C0.forEach((r) => {
6125
+ pu[r] = (s) => {
6182
6126
  s.type = r;
6183
- const n = document.createElement("div"), i = ia(fu, s), d = sc({
6127
+ const n = document.createElement("div"), i = ia(pu, s), d = sc({
6184
6128
  render: () => i
6185
6129
  });
6186
6130
  d.mount(n), document.body.appendChild(n);
@@ -6202,10 +6146,10 @@ A0.forEach((r) => {
6202
6146
  };
6203
6147
  };
6204
6148
  });
6205
- const M0 = {
6149
+ const x0 = {
6206
6150
  name: "MaRateStar"
6207
- }, T0 = /* @__PURE__ */ H({
6208
- ...M0,
6151
+ }, A0 = /* @__PURE__ */ H({
6152
+ ...x0,
6209
6153
  props: {
6210
6154
  value: null,
6211
6155
  starRate: null,
@@ -6229,10 +6173,10 @@ const M0 = {
6229
6173
  _: 1
6230
6174
  }));
6231
6175
  }
6232
- }), I0 = ["tabindex"], S0 = ["onMousemove", "onMouseover"], O0 = {
6176
+ }), M0 = ["tabindex"], T0 = ["onMousemove", "onMouseover"], I0 = {
6233
6177
  name: "MaRate"
6234
6178
  }, kS = /* @__PURE__ */ H({
6235
- ...O0,
6179
+ ...I0,
6236
6180
  props: {
6237
6181
  value: null,
6238
6182
  allowClear: { type: Boolean },
@@ -6290,13 +6234,13 @@ const M0 = {
6290
6234
  onMouseover: (q) => b(D),
6291
6235
  onClick: P[0] || (P[0] = (q) => h())
6292
6236
  }, [
6293
- F(T0, {
6237
+ F(A0, {
6294
6238
  "star-rate": D,
6295
6239
  value: i.value || n.value,
6296
6240
  "icon-size": u(c)
6297
6241
  }, null, 8, ["star-rate", "value", "icon-size"])
6298
- ], 40, S0)), 64))
6299
- ], 42, I0));
6242
+ ], 40, T0)), 64))
6243
+ ], 42, M0));
6300
6244
  }
6301
6245
  });
6302
6246
  const wS = [
@@ -6307,19 +6251,19 @@ const wS = [
6307
6251
  "orange",
6308
6252
  "green",
6309
6253
  "red"
6310
- ], D0 = {
6254
+ ], S0 = {
6311
6255
  key: 0,
6312
6256
  class: "ma-spin__overlay"
6313
- }, E0 = {
6257
+ }, O0 = {
6314
6258
  key: 0,
6315
6259
  class: "custom-indicator"
6316
- }, L0 = {
6260
+ }, D0 = {
6317
6261
  key: 2,
6318
6262
  class: "tip"
6319
- }, N0 = {
6263
+ }, E0 = {
6320
6264
  name: "MaSpin"
6321
- }, vu = /* @__PURE__ */ H({
6322
- ...N0,
6265
+ }, fu = /* @__PURE__ */ H({
6266
+ ...E0,
6323
6267
  props: {
6324
6268
  type: { default: "round" },
6325
6269
  color: { default: "dark" },
@@ -6336,8 +6280,8 @@ const wS = [
6336
6280
  "ma-spin__icon"
6337
6281
  ]), c = m(() => `spin-${s.type}`);
6338
6282
  return (g, h) => (p(), w("div", V({ class: u(i) }, g.$attrs), [
6339
- s.spinning ? (p(), w("div", D0, [
6340
- g.$slots.indicator ? (p(), w("div", E0, [
6283
+ s.spinning ? (p(), w("div", S0, [
6284
+ g.$slots.indicator ? (p(), w("div", O0, [
6341
6285
  T(g.$slots, "indicator")
6342
6286
  ])) : A("", !0),
6343
6287
  s.spinning && !g.$slots.indicator ? (p(), M(j, {
@@ -6345,7 +6289,7 @@ const wS = [
6345
6289
  class: _e(u(d)),
6346
6290
  name: u(c)
6347
6291
  }, null, 8, ["class", "name"])) : A("", !0),
6348
- g.$slots?.tip || s?.tip ? (p(), w("div", L0, [
6292
+ g.$slots?.tip || s?.tip ? (p(), w("div", D0, [
6349
6293
  ue(G(s?.tip) + " ", 1),
6350
6294
  T(g.$slots, "tip")
6351
6295
  ])) : A("", !0)
@@ -6365,10 +6309,10 @@ const CS = [
6365
6309
  "blue",
6366
6310
  "orange",
6367
6311
  "grey"
6368
- ], B0 = { key: 0 }, z0 = {
6312
+ ], L0 = { key: 0 }, N0 = {
6369
6313
  name: "MaDropdown"
6370
6314
  }, AS = /* @__PURE__ */ H({
6371
- ...z0,
6315
+ ...N0,
6372
6316
  props: {
6373
6317
  destroyPopupOnHide: { type: Boolean, default: !1 },
6374
6318
  disabled: { type: Boolean, default: !1 },
@@ -6401,7 +6345,7 @@ const CS = [
6401
6345
  "onUpdate:visible": g[0] || (g[0] = (h) => Ye(i) ? i.value = h : null)
6402
6346
  }), {
6403
6347
  overlay: O(() => [
6404
- c.$slots.overlay ? (p(), w("div", B0, [
6348
+ c.$slots.overlay ? (p(), w("div", L0, [
6405
6349
  T(c.$slots, "overlay")
6406
6350
  ])) : A("", !0)
6407
6351
  ]),
@@ -6432,15 +6376,15 @@ const MS = [
6432
6376
  "add-app",
6433
6377
  "table",
6434
6378
  "selection"
6435
- ], gu = {
6379
+ ], vu = {
6436
6380
  general: "box-empty",
6437
6381
  "add-app": "add-app",
6438
6382
  table: "empty-table",
6439
6383
  selection: "selection"
6440
- }, P0 = { class: "ma-empty__title" }, R0 = { class: "ma-empty__description" }, U0 = { class: "ma-empty__content" }, F0 = {
6384
+ }, B0 = { class: "ma-empty__title" }, z0 = { class: "ma-empty__description" }, P0 = { class: "ma-empty__content" }, R0 = {
6441
6385
  name: "MaEmpty"
6442
- }, W0 = /* @__PURE__ */ H({
6443
- ...F0,
6386
+ }, U0 = /* @__PURE__ */ H({
6387
+ ...R0,
6444
6388
  props: {
6445
6389
  size: { default: "large" },
6446
6390
  variant: { default: "general" },
@@ -6451,14 +6395,14 @@ const MS = [
6451
6395
  },
6452
6396
  setup(r) {
6453
6397
  const s = r, n = m(
6454
- () => s.variant && gu[s.variant] ? gu[s.variant] : null
6398
+ () => s.variant && vu[s.variant] ? vu[s.variant] : null
6455
6399
  ), i = m(() => [
6456
6400
  `ma-empty ma-empty--${s.variant} ma-empty--${s.size}`
6457
6401
  ]);
6458
6402
  return (d, c) => (p(), w("div", {
6459
6403
  class: _e(u(i))
6460
6404
  }, [
6461
- s?.animation ? (p(), M(y0, V({
6405
+ s?.animation ? (p(), M(h0, V({
6462
6406
  key: 0,
6463
6407
  name: r.animation
6464
6408
  }, r.animationProps), null, 16, ["name"])) : d.$slots.icon ? T(d.$slots, "icon", { key: 1 }) : (p(), M(j, {
@@ -6466,15 +6410,15 @@ const MS = [
6466
6410
  name: u(n),
6467
6411
  class: "ma-empty__icon"
6468
6412
  }, null, 8, ["name"])),
6469
- L("span", P0, [
6413
+ L("span", B0, [
6470
6414
  ue(G(r.title) + " ", 1),
6471
6415
  T(d.$slots, "title")
6472
6416
  ]),
6473
- L("span", R0, [
6417
+ L("span", z0, [
6474
6418
  ue(G(r.description) + " ", 1),
6475
6419
  T(d.$slots, "description")
6476
6420
  ]),
6477
- L("div", U0, [
6421
+ L("div", P0, [
6478
6422
  T(d.$slots, "default")
6479
6423
  ])
6480
6424
  ], 2));
@@ -6484,7 +6428,7 @@ const OS = [
6484
6428
  "button",
6485
6429
  "box",
6486
6430
  "small-box"
6487
- ], j0 = [
6431
+ ], F0 = [
6488
6432
  "xs",
6489
6433
  "sm",
6490
6434
  "md",
@@ -6498,12 +6442,12 @@ const ea = (r) => {
6498
6442
  } catch {
6499
6443
  return r;
6500
6444
  }
6501
- }, G0 = (r = 20) => {
6445
+ }, W0 = (r = 20) => {
6502
6446
  let s = "";
6503
6447
  for (let n = 0; n < r; n++)
6504
6448
  s += Math.random().toString(36).substr(2);
6505
6449
  return s.substr(0, r);
6506
- }, H0 = (r, s = {}, n = {}, i) => {
6450
+ }, j0 = (r, s = {}, n = {}, i) => {
6507
6451
  const d = te(0);
6508
6452
  return { progress: d, upload: async (g, h) => {
6509
6453
  const b = new FormData();
@@ -6533,7 +6477,7 @@ const ea = (r) => {
6533
6477
  );
6534
6478
  }, _.send(b), g.cancelRequest = () => _.abort();
6535
6479
  } };
6536
- }, q0 = (r, s) => {
6480
+ }, G0 = (r, s) => {
6537
6481
  if (!s)
6538
6482
  return !0;
6539
6483
  const n = s.split(",").map((c) => c.trim()), i = r.type, d = r.name.split(".").pop()?.toLowerCase();
@@ -6551,10 +6495,10 @@ const ea = (r) => {
6551
6495
  return !0;
6552
6496
  }
6553
6497
  return !1;
6554
- }, K0 = { class: "single-file" }, Y0 = { class: "icon-wrapper" }, Q0 = { class: "single-file__detail" }, Z0 = { class: "file-name" }, V0 = {
6498
+ }, H0 = { class: "single-file" }, q0 = { class: "icon-wrapper" }, K0 = { class: "single-file__detail" }, Y0 = { class: "file-name" }, Q0 = {
6555
6499
  key: 0,
6556
6500
  class: "file-size"
6557
- }, J0 = { class: "file-progress" }, X0 = { class: "single-file__actions" }, eb = /* @__PURE__ */ H({
6501
+ }, Z0 = { class: "file-progress" }, V0 = { class: "single-file__actions" }, J0 = /* @__PURE__ */ H({
6558
6502
  __name: "singleFile",
6559
6503
  props: {
6560
6504
  file: null,
@@ -6566,21 +6510,21 @@ const ea = (r) => {
6566
6510
  const n = r, i = m(
6567
6511
  () => `${(n.file.file.size / (1024 * 1024)).toFixed(1)} MB`
6568
6512
  ), d = m(() => typeof n.file.file.size == "number"), c = () => s("remove"), g = () => s("cancel");
6569
- return (h, b) => (p(), w("div", K0, [
6570
- L("div", Y0, [
6513
+ return (h, b) => (p(), w("div", H0, [
6514
+ L("div", q0, [
6571
6515
  F(j, { name: "document-bulk" })
6572
6516
  ]),
6573
- L("div", Q0, [
6574
- L("span", Z0, G(r.file.file.name), 1),
6575
- u(d) ? (p(), w("span", V0, G(u(i)), 1)) : A("", !0),
6576
- L("span", J0, [
6517
+ L("div", K0, [
6518
+ L("span", Y0, G(r.file.file.name), 1),
6519
+ u(d) ? (p(), w("span", Q0, G(u(i)), 1)) : A("", !0),
6520
+ L("span", Z0, [
6577
6521
  L("span", {
6578
6522
  class: "progress-item",
6579
6523
  style: un({ width: `${r.file.progress}%` })
6580
6524
  }, null, 4)
6581
6525
  ])
6582
6526
  ]),
6583
- L("div", X0, [
6527
+ L("div", V0, [
6584
6528
  r.file.status === u(At).uploading ? (p(), M(rt, {
6585
6529
  key: 0,
6586
6530
  disabled: r.disabled,
@@ -6599,16 +6543,16 @@ const ea = (r) => {
6599
6543
  ])
6600
6544
  ]));
6601
6545
  }
6602
- }), tb = ["onDrop"], nb = ["accept", "multiple", "disabled"], ob = { class: "text" }, sb = /* @__PURE__ */ L("span", null, "Uploading file...", -1), rb = { class: "upload-icon" }, ab = {
6546
+ }), X0 = ["onDrop"], eb = ["accept", "multiple", "disabled"], tb = { class: "text" }, nb = /* @__PURE__ */ L("span", null, "Uploading file...", -1), ob = { class: "upload-icon" }, sb = {
6603
6547
  key: 0,
6604
6548
  class: "upload-title"
6605
- }, ib = {
6549
+ }, rb = {
6606
6550
  key: 1,
6607
6551
  class: "upload-description"
6608
- }, lb = {
6552
+ }, ab = {
6609
6553
  name: "MaUpload"
6610
6554
  }, DS = /* @__PURE__ */ H({
6611
- ...lb,
6555
+ ...ab,
6612
6556
  props: {
6613
6557
  fileList: null,
6614
6558
  type: { default: "box" },
@@ -6641,7 +6585,7 @@ const ea = (r) => {
6641
6585
  R.status
6642
6586
  ))
6643
6587
  return;
6644
- const { upload: Y } = H0(
6588
+ const { upload: Y } = j0(
6645
6589
  n?.action || "",
6646
6590
  // || added for tsc warning
6647
6591
  n.headers,
@@ -6681,7 +6625,7 @@ const ea = (r) => {
6681
6625
  "only-file-list": !S.value
6682
6626
  }
6683
6627
  ]), D = m(() => {
6684
- const J = n?.size ? j0.indexOf(n.size) : 0;
6628
+ const J = n?.size ? F0.indexOf(n.size) : 0;
6685
6629
  return I1[J];
6686
6630
  }), q = m(
6687
6631
  () => n.wait || _.value.some((J) => J.status === At.uploading)
@@ -6700,7 +6644,7 @@ const ea = (r) => {
6700
6644
  c.value = !1;
6701
6645
  }, fe = (J) => {
6702
6646
  K.value || J.dataTransfer?.files && oe(
6703
- Array.from(J.dataTransfer.files).filter((R) => n?.accept && !q0(R, n.accept) ? (s("error", { file: R, message: "file type does not match!" }), !1) : !0)
6647
+ Array.from(J.dataTransfer.files).filter((R) => n?.accept && !G0(R, n.accept) ? (s("error", { file: R, message: "file type does not match!" }), !1) : !0)
6704
6648
  );
6705
6649
  }, oe = (J) => {
6706
6650
  const R = we(J);
@@ -6712,7 +6656,7 @@ const ea = (r) => {
6712
6656
  (Y, ve) => n?.maxCount ? ve + 1 <= n.maxCount : !0
6713
6657
  ).map((Y) => ({
6714
6658
  file: Y,
6715
- id: G0(),
6659
+ id: W0(),
6716
6660
  status: n?.action ? At.uploading : At.done,
6717
6661
  progress: n?.action ? 0 : 100,
6718
6662
  response: null
@@ -6758,7 +6702,7 @@ const ea = (r) => {
6758
6702
  multiple: n.multiple,
6759
6703
  disabled: u(K),
6760
6704
  onChange: re
6761
- }, null, 40, nb)),
6705
+ }, null, 40, eb)),
6762
6706
  n.type === "button" ? (p(), M(rt, {
6763
6707
  key: 0,
6764
6708
  variant: r.fileList.length ? "filled" : "stroke",
@@ -6777,7 +6721,7 @@ const ea = (r) => {
6777
6721
  class: "ma-upload__small_box",
6778
6722
  onClick: pe
6779
6723
  }, [
6780
- u(q) ? (p(), M(vu, {
6724
+ u(q) ? (p(), M(fu, {
6781
6725
  key: 0,
6782
6726
  type: "three-circles",
6783
6727
  color: "blue"
@@ -6785,7 +6729,7 @@ const ea = (r) => {
6785
6729
  key: 1,
6786
6730
  name: "export-2-bulk"
6787
6731
  })),
6788
- L("span", ob, [
6732
+ L("span", tb, [
6789
6733
  u(q) ? (p(), w(xe, { key: 0 }, [
6790
6734
  ue(" Uploading... ")
6791
6735
  ], 64)) : (p(), w(xe, { key: 1 }, [
@@ -6799,11 +6743,11 @@ const ea = (r) => {
6799
6743
  onClick: pe
6800
6744
  }, [
6801
6745
  n.ordered && u(q) ? (p(), w(xe, { key: 0 }, [
6802
- F(vu, {
6746
+ F(fu, {
6803
6747
  type: "three-circles",
6804
6748
  color: "blue"
6805
6749
  }),
6806
- sb,
6750
+ nb,
6807
6751
  F(rt, {
6808
6752
  class: "box-cancel",
6809
6753
  variant: "stroke",
@@ -6815,27 +6759,27 @@ const ea = (r) => {
6815
6759
  _: 1
6816
6760
  })
6817
6761
  ], 64)) : (p(), w(xe, { key: 1 }, [
6818
- L("div", rb, [
6762
+ L("div", ob, [
6819
6763
  F(j, { name: "upload-bulk" })
6820
6764
  ]),
6821
- n?.title ? (p(), w("span", ab, [
6765
+ n?.title ? (p(), w("span", sb, [
6822
6766
  ue(G(n?.title) + " ", 1),
6823
6767
  T(J.$slots, "box-title")
6824
6768
  ])) : A("", !0),
6825
- n?.description ? (p(), w("span", ib, [
6769
+ n?.description ? (p(), w("span", rb, [
6826
6770
  ue(G(n?.description) + " ", 1),
6827
6771
  T(J.$slots, "box-description")
6828
6772
  ])) : A("", !0)
6829
6773
  ], 64))
6830
6774
  ]))
6831
- ], 42, tb), [
6775
+ ], 42, X0), [
6832
6776
  [Ue, u(S)]
6833
6777
  ]),
6834
6778
  u(z) ? (p(), w("div", {
6835
6779
  key: 0,
6836
6780
  class: _e(u(P))
6837
6781
  }, [
6838
- (p(!0), w(xe, null, Te(u(_), (se, Y) => (p(), M(eb, {
6782
+ (p(!0), w(xe, null, Te(u(_), (se, Y) => (p(), M(J0, {
6839
6783
  key: Y,
6840
6784
  file: se,
6841
6785
  disabled: n.disabled,
@@ -6846,10 +6790,10 @@ const ea = (r) => {
6846
6790
  ], 16));
6847
6791
  }
6848
6792
  });
6849
- const ub = {
6793
+ const ib = {
6850
6794
  name: "MaSideMenuButton"
6851
6795
  }, ES = /* @__PURE__ */ H({
6852
- ...ub,
6796
+ ...ib,
6853
6797
  props: {
6854
6798
  icon: { default: "app" },
6855
6799
  activeIcon: null,
@@ -6895,13 +6839,13 @@ const ub = {
6895
6839
  }, 16, ["target", "class", "href"]));
6896
6840
  }
6897
6841
  });
6898
- const cb = {
6842
+ const lb = {
6899
6843
  key: 0,
6900
6844
  class: "ma-side-menu-item-icon"
6901
- }, db = {
6845
+ }, ub = {
6902
6846
  name: "MaSideMenuItem"
6903
6847
  }, LS = /* @__PURE__ */ H({
6904
- ...db,
6848
+ ...ub,
6905
6849
  props: {
6906
6850
  href: null,
6907
6851
  target: null,
@@ -6934,7 +6878,7 @@ const cb = {
6934
6878
  }, c.$attrs), {
6935
6879
  default: O(() => [
6936
6880
  L("span", null, [
6937
- s?.icon ? (p(), w("div", cb, [
6881
+ s?.icon ? (p(), w("div", lb, [
6938
6882
  Pe(F(j, {
6939
6883
  size: "xs",
6940
6884
  name: u(d)
@@ -6976,11 +6920,11 @@ const NS = [
6976
6920
  "red",
6977
6921
  "purple",
6978
6922
  "purple-light"
6979
- ], pb = {
6923
+ ], cb = {
6980
6924
  name: "MaSideMenuIconButton",
6981
6925
  inheritAttrs: !1
6982
6926
  }, BS = /* @__PURE__ */ H({
6983
- ...pb,
6927
+ ...cb,
6984
6928
  props: {
6985
6929
  icon: null,
6986
6930
  activeIcon: null,
@@ -7057,11 +7001,11 @@ const NS = [
7057
7001
  }, 16, ["class", "href", "target"]));
7058
7002
  }
7059
7003
  });
7060
- const fb = {
7004
+ const db = {
7061
7005
  name: "MaSideMenuRoundIconButton",
7062
7006
  inheritAttrs: !1
7063
7007
  }, zS = /* @__PURE__ */ H({
7064
- ...fb,
7008
+ ...db,
7065
7009
  props: {
7066
7010
  icon: null
7067
7011
  },
@@ -7079,11 +7023,11 @@ const fb = {
7079
7023
  ], 16));
7080
7024
  }
7081
7025
  });
7082
- const vb = ["src", "alt"], gb = {
7026
+ const pb = ["src", "alt"], fb = {
7083
7027
  name: "MaSideMenuAppButton",
7084
7028
  inheritAttrs: !1
7085
7029
  }, PS = /* @__PURE__ */ H({
7086
- ...gb,
7030
+ ...fb,
7087
7031
  props: {
7088
7032
  appImage: null,
7089
7033
  appName: null,
@@ -7108,7 +7052,7 @@ const vb = ["src", "alt"], gb = {
7108
7052
  L("img", {
7109
7053
  src: r.appImage,
7110
7054
  alt: r.appName
7111
- }, null, 8, vb),
7055
+ }, null, 8, pb),
7112
7056
  T(i.$slots, "default")
7113
7057
  ], 16)
7114
7058
  ]),
@@ -7116,10 +7060,10 @@ const vb = ["src", "alt"], gb = {
7116
7060
  }, 8, ["title"]));
7117
7061
  }
7118
7062
  });
7119
- const mb = {
7063
+ const vb = {
7120
7064
  name: "MaSideMenuAddNewAppButton"
7121
7065
  }, RS = /* @__PURE__ */ H({
7122
- ...mb,
7066
+ ...vb,
7123
7067
  props: {
7124
7068
  href: null,
7125
7069
  target: null,
@@ -7142,10 +7086,10 @@ const mb = {
7142
7086
  }, 16, ["target", "href", "disabled"]));
7143
7087
  }
7144
7088
  });
7145
- const hb = { class: "ma-progress-circle" }, _b = ["viewBox"], yb = ["d", "stroke-width"], bb = ["d", "stroke-dasharray", "stroke-dashoffset", "stroke-width"], kb = { key: 1 }, wb = {
7089
+ const gb = { class: "ma-progress-circle" }, mb = ["viewBox"], hb = ["d", "stroke-width"], _b = ["d", "stroke-dasharray", "stroke-dashoffset", "stroke-width"], yb = { key: 1 }, bb = {
7146
7090
  key: 0,
7147
7091
  class: "label"
7148
- }, $b = { class: "percent" }, Cb = /* @__PURE__ */ H({
7092
+ }, kb = { class: "percent" }, wb = /* @__PURE__ */ H({
7149
7093
  __name: "circle",
7150
7094
  props: {
7151
7095
  percent: null,
@@ -7191,7 +7135,7 @@ const hb = { class: "ma-progress-circle" }, _b = ["viewBox"], yb = ["d", "stroke
7191
7135
  }, i = m(() => n[s.size]), d = m(
7192
7136
  () => i.value.strokeDashArray * (100 - s.percent) / 100
7193
7137
  );
7194
- return (c, g) => (p(), w("div", hb, [
7138
+ return (c, g) => (p(), w("div", gb, [
7195
7139
  (p(), w("svg", {
7196
7140
  class: "circle",
7197
7141
  viewBox: u(i).viewBox,
@@ -7204,7 +7148,7 @@ const hb = { class: "ma-progress-circle" }, _b = ["viewBox"], yb = ["d", "stroke
7204
7148
  "stroke-linejoin": "round",
7205
7149
  "stroke-width": u(i).strokeWidth,
7206
7150
  class: "wrapper"
7207
- }, null, 8, yb),
7151
+ }, null, 8, hb),
7208
7152
  s.percent > 0 ? (p(), w("path", {
7209
7153
  key: 0,
7210
7154
  d: u(i).path,
@@ -7214,21 +7158,21 @@ const hb = { class: "ma-progress-circle" }, _b = ["viewBox"], yb = ["d", "stroke
7214
7158
  "stroke-dashoffset": u(d),
7215
7159
  "stroke-width": u(i).strokeWidth,
7216
7160
  class: "percent"
7217
- }, null, 8, bb)) : A("", !0)
7218
- ], 8, _b)),
7161
+ }, null, 8, _b)) : A("", !0)
7162
+ ], 8, mb)),
7219
7163
  s?.icon ? (p(), M(j, {
7220
7164
  key: 0,
7221
7165
  name: s.icon
7222
- }, null, 8, ["name"])) : (p(), w("label", kb, [
7223
- s?.label || c.$slots.customLabel ? (p(), w("span", wb, [
7166
+ }, null, 8, ["name"])) : (p(), w("label", yb, [
7167
+ s?.label || c.$slots.customLabel ? (p(), w("span", bb, [
7224
7168
  ue(G(s.label) + " ", 1),
7225
7169
  T(c.$slots, "customLabel")
7226
7170
  ])) : A("", !0),
7227
- L("span", $b, G(s?.percent) + "% ", 1)
7171
+ L("span", kb, G(s?.percent) + "% ", 1)
7228
7172
  ]))
7229
7173
  ]));
7230
7174
  }
7231
- }), xb = { class: "ma-progress-line" }, Ab = { class: "line-wrapper" }, Mb = { key: 1 }, Tb = { key: 2 }, Ib = { class: "line-wrapper" }, Sb = { key: 1 }, Ob = { key: 2 }, Db = /* @__PURE__ */ H({
7175
+ }), $b = { class: "ma-progress-line" }, Cb = { class: "line-wrapper" }, xb = { key: 1 }, Ab = { key: 2 }, Mb = { class: "line-wrapper" }, Tb = { key: 1 }, Ib = { key: 2 }, Sb = /* @__PURE__ */ H({
7232
7176
  __name: "line",
7233
7177
  props: {
7234
7178
  percent: null,
@@ -7249,10 +7193,10 @@ const hb = { class: "ma-progress-circle" }, _b = ["viewBox"], yb = ["d", "stroke
7249
7193
  trigger: "click",
7250
7194
  ...s.tooltipProps
7251
7195
  }));
7252
- return (d, c) => (p(), w("div", xb, [
7196
+ return (d, c) => (p(), w("div", $b, [
7253
7197
  s?.showTooltip ? (p(), M(cn, Lt(V({ key: 0 }, u(i))), {
7254
7198
  default: O(() => [
7255
- L("div", Ab, [
7199
+ L("div", Cb, [
7256
7200
  L("div", {
7257
7201
  class: "line",
7258
7202
  style: un(u(n))
@@ -7261,14 +7205,14 @@ const hb = { class: "ma-progress-circle" }, _b = ["viewBox"], yb = ["d", "stroke
7261
7205
  s?.icon ? (p(), M(j, {
7262
7206
  key: 0,
7263
7207
  name: s.icon
7264
- }, null, 8, ["name"])) : r.showPercent ? (p(), w("label", Mb, G(s.percent) + "%", 1)) : A("", !0),
7265
- d.$slots.customLabel ? (p(), w("label", Tb, [
7208
+ }, null, 8, ["name"])) : r.showPercent ? (p(), w("label", xb, G(s.percent) + "%", 1)) : A("", !0),
7209
+ d.$slots.customLabel ? (p(), w("label", Ab, [
7266
7210
  T(d.$slots, "customLabel")
7267
7211
  ])) : A("", !0)
7268
7212
  ]),
7269
7213
  _: 3
7270
7214
  }, 16)) : (p(), w(xe, { key: 1 }, [
7271
- L("div", Ib, [
7215
+ L("div", Mb, [
7272
7216
  L("div", {
7273
7217
  class: "line",
7274
7218
  style: un(u(n))
@@ -7277,17 +7221,17 @@ const hb = { class: "ma-progress-circle" }, _b = ["viewBox"], yb = ["d", "stroke
7277
7221
  s?.icon ? (p(), M(j, {
7278
7222
  key: 0,
7279
7223
  name: s.icon
7280
- }, null, 8, ["name"])) : r.showPercent ? (p(), w("label", Sb, G(s.percent) + "%", 1)) : A("", !0),
7281
- d.$slots.customLabel ? (p(), w("label", Ob, [
7224
+ }, null, 8, ["name"])) : r.showPercent ? (p(), w("label", Tb, G(s.percent) + "%", 1)) : A("", !0),
7225
+ d.$slots.customLabel ? (p(), w("label", Ib, [
7282
7226
  T(d.$slots, "customLabel")
7283
7227
  ])) : A("", !0)
7284
7228
  ], 64))
7285
7229
  ]));
7286
7230
  }
7287
- }), Eb = { class: "ma-progress-circle ma-progress-half-circle" }, Lb = ["viewBox"], Nb = ["d", "stroke-width"], Bb = ["d", "stroke-width", "stroke-dasharray", "stroke-dashoffset"], zb = { key: 1 }, Pb = {
7231
+ }), Ob = { class: "ma-progress-circle ma-progress-half-circle" }, Db = ["viewBox"], Eb = ["d", "stroke-width"], Lb = ["d", "stroke-width", "stroke-dasharray", "stroke-dashoffset"], Nb = { key: 1 }, Bb = {
7288
7232
  key: 0,
7289
7233
  class: "label"
7290
- }, Rb = { class: "percent" }, Ub = /* @__PURE__ */ H({
7234
+ }, zb = { class: "percent" }, Pb = /* @__PURE__ */ H({
7291
7235
  __name: "halfCircle",
7292
7236
  props: {
7293
7237
  percent: null,
@@ -7333,7 +7277,7 @@ const hb = { class: "ma-progress-circle" }, _b = ["viewBox"], yb = ["d", "stroke
7333
7277
  }, i = m(() => n[s.size]), d = m(
7334
7278
  () => i.value.strokeDashArray * (100 - s.percent) / 100
7335
7279
  );
7336
- return (c, g) => (p(), w("div", Eb, [
7280
+ return (c, g) => (p(), w("div", Ob, [
7337
7281
  (p(), w("svg", {
7338
7282
  class: "circle",
7339
7283
  viewBox: u(i).viewBox,
@@ -7346,7 +7290,7 @@ const hb = { class: "ma-progress-circle" }, _b = ["viewBox"], yb = ["d", "stroke
7346
7290
  "stroke-linecap": "round",
7347
7291
  "stroke-linejoin": "round",
7348
7292
  class: "wrapper"
7349
- }, null, 8, Nb),
7293
+ }, null, 8, Eb),
7350
7294
  s.percent > 0 ? (p(), w("path", {
7351
7295
  key: 0,
7352
7296
  d: u(i).path,
@@ -7356,21 +7300,21 @@ const hb = { class: "ma-progress-circle" }, _b = ["viewBox"], yb = ["d", "stroke
7356
7300
  "stroke-dasharray": u(i).strokeDashArray,
7357
7301
  "stroke-dashoffset": u(d),
7358
7302
  class: "percent"
7359
- }, null, 8, Bb)) : A("", !0)
7360
- ], 8, Lb)),
7303
+ }, null, 8, Lb)) : A("", !0)
7304
+ ], 8, Db)),
7361
7305
  s?.icon ? (p(), M(j, {
7362
7306
  key: 0,
7363
7307
  name: s.icon
7364
- }, null, 8, ["name"])) : (p(), w("label", zb, [
7365
- s?.label || c.$slots.customLabel ? (p(), w("span", Pb, [
7308
+ }, null, 8, ["name"])) : (p(), w("label", Nb, [
7309
+ s?.label || c.$slots.customLabel ? (p(), w("span", Bb, [
7366
7310
  ue(G(s?.label) + " ", 1),
7367
7311
  T(c.$slots, "customLabel")
7368
7312
  ])) : A("", !0),
7369
- L("span", Rb, G(s?.percent) + "% ", 1)
7313
+ L("span", zb, G(s?.percent) + "% ", 1)
7370
7314
  ]))
7371
7315
  ]));
7372
7316
  }
7373
- }), Fb = { class: "ma-progress-line-step" }, Wb = { class: "step-line-wrapper" }, jb = { key: 1 }, Gb = { key: 2 }, Hb = /* @__PURE__ */ H({
7317
+ }), Rb = { class: "ma-progress-line-step" }, Ub = { class: "step-line-wrapper" }, Fb = { key: 1 }, Wb = { key: 2 }, jb = /* @__PURE__ */ H({
7374
7318
  __name: "stepLine",
7375
7319
  props: {
7376
7320
  percent: null,
@@ -7389,8 +7333,8 @@ const hb = { class: "ma-progress-circle" }, _b = ["viewBox"], yb = ["d", "stroke
7389
7333
  width: `${g}%`
7390
7334
  };
7391
7335
  };
7392
- return (i, d) => (p(), w("div", Fb, [
7393
- L("div", Wb, [
7336
+ return (i, d) => (p(), w("div", Rb, [
7337
+ L("div", Ub, [
7394
7338
  (p(), w(xe, null, Te(10, (c) => L("div", {
7395
7339
  class: "single-line",
7396
7340
  key: c
@@ -7404,16 +7348,16 @@ const hb = { class: "ma-progress-circle" }, _b = ["viewBox"], yb = ["d", "stroke
7404
7348
  s?.icon ? (p(), M(j, {
7405
7349
  key: 0,
7406
7350
  name: s.icon
7407
- }, null, 8, ["name"])) : s?.showPercent ? (p(), w("label", jb, G(s.percent) + "%", 1)) : A("", !0),
7408
- i.$slots.customLabel ? (p(), w("label", Gb, [
7351
+ }, null, 8, ["name"])) : s?.showPercent ? (p(), w("label", Fb, G(s.percent) + "%", 1)) : A("", !0),
7352
+ i.$slots.customLabel ? (p(), w("label", Wb, [
7409
7353
  T(i.$slots, "customLabel")
7410
7354
  ])) : A("", !0)
7411
7355
  ]));
7412
7356
  }
7413
- }), qb = {
7357
+ }), Gb = {
7414
7358
  name: "MaProgress"
7415
7359
  }, US = /* @__PURE__ */ H({
7416
- ...qb,
7360
+ ...Gb,
7417
7361
  props: {
7418
7362
  type: { default: "line" },
7419
7363
  percent: null,
@@ -7444,10 +7388,10 @@ const hb = { class: "ma-progress-circle" }, _b = ["viewBox"], yb = ["d", "stroke
7444
7388
  }
7445
7389
  ]), i = m(
7446
7390
  () => ({
7447
- circle: Cb,
7448
- line: Db,
7449
- "half-circle": Ub,
7450
- "line-step": Hb
7391
+ circle: wb,
7392
+ line: Sb,
7393
+ "half-circle": Pb,
7394
+ "line-step": jb
7451
7395
  })[s.type]
7452
7396
  ), d = m(() => [
7453
7397
  `
@@ -7499,10 +7443,10 @@ const FS = [
7499
7443
  ], GS = [
7500
7444
  "left",
7501
7445
  "right"
7502
- ], Kb = {
7446
+ ], Hb = {
7503
7447
  name: "MaPopover"
7504
7448
  }, Ca = /* @__PURE__ */ H({
7505
- ...Kb,
7449
+ ...Hb,
7506
7450
  props: {
7507
7451
  placement: { default: "bottomLeft" },
7508
7452
  trigger: { default: () => ["hover"] },
@@ -7550,13 +7494,13 @@ const FS = [
7550
7494
  }, 16, ["overlayClassName", "placement", "trigger", "autoAdjustOverflow", "visible"]));
7551
7495
  }
7552
7496
  });
7553
- const Yb = {
7497
+ const qb = {
7554
7498
  key: 0,
7555
7499
  class: "ak-autocomplete__label"
7556
- }, Qb = { class: "ak-autocomplete__options" }, Zb = ["onMousedown", "onMouseover"], Vb = { key: 1 }, Jb = {
7500
+ }, Kb = { class: "ak-autocomplete__options" }, Yb = ["onMousedown", "onMouseover"], Qb = { key: 1 }, Zb = {
7557
7501
  name: "MaAutocomplete"
7558
7502
  }, HS = /* @__PURE__ */ H({
7559
- ...Jb,
7503
+ ...Zb,
7560
7504
  props: {
7561
7505
  value: null,
7562
7506
  options: { default: () => [] },
@@ -7639,7 +7583,7 @@ const Yb = {
7639
7583
  "onUpdate:visible": Ne[1] || (Ne[1] = (Be) => c.value = Be)
7640
7584
  }, {
7641
7585
  overlay: O(() => [
7642
- L("div", Qb, [
7586
+ L("div", Kb, [
7643
7587
  L("ul", null, [
7644
7588
  (p(!0), w(xe, null, Te(u(W), (Be, ae) => (p(), w("li", {
7645
7589
  class: _e(ie(Be, ae)),
@@ -7651,13 +7595,13 @@ const Yb = {
7651
7595
  key: 0,
7652
7596
  label: Be?.label,
7653
7597
  value: Be.value
7654
- }) : (p(), w("span", Vb, G(Be?.label || Be?.value), 1)),
7598
+ }) : (p(), w("span", Qb, G(Be?.label || Be?.value), 1)),
7655
7599
  Be?.value === u(x) ? (p(), M(j, {
7656
7600
  key: 2,
7657
7601
  name: "tick",
7658
7602
  size: "sm"
7659
7603
  })) : A("", !0)
7660
- ], 42, Zb))), 128))
7604
+ ], 42, Yb))), 128))
7661
7605
  ]),
7662
7606
  T(oe.$slots, "overlay")
7663
7607
  ])
@@ -7666,7 +7610,7 @@ const Yb = {
7666
7610
  L("div", {
7667
7611
  class: _e(u(Z))
7668
7612
  }, [
7669
- i.label ? (p(), w("label", Yb, G(i.label), 1)) : A("", !0),
7613
+ i.label ? (p(), w("label", qb, G(i.label), 1)) : A("", !0),
7670
7614
  oe.$slots.default ? T(oe.$slots, "default", { key: 1 }) : (p(), M($a, {
7671
7615
  key: 2,
7672
7616
  autofocus: i.autofocus,
@@ -7687,10 +7631,10 @@ const Yb = {
7687
7631
  ], 16));
7688
7632
  }
7689
7633
  });
7690
- const Xb = {
7634
+ const Vb = {
7691
7635
  name: "MaTabs"
7692
- }, ek = /* @__PURE__ */ H({
7693
- ...Xb,
7636
+ }, Jb = /* @__PURE__ */ H({
7637
+ ...Vb,
7694
7638
  props: {
7695
7639
  activeKey: null,
7696
7640
  animated: { type: Boolean, default: !1 },
@@ -7746,7 +7690,7 @@ const qS = [
7746
7690
  ], YS = [
7747
7691
  "left",
7748
7692
  "right"
7749
- ], tk = /* @__PURE__ */ H({
7693
+ ], Xb = /* @__PURE__ */ H({
7750
7694
  __name: "tabPane",
7751
7695
  setup(r) {
7752
7696
  return (s, n) => (p(), M(u(l1), V({ tab: "test" }, s.$attrs), He({ _: 2 }, [
@@ -7758,13 +7702,13 @@ const qS = [
7758
7702
  }))
7759
7703
  ]), 1040));
7760
7704
  }
7761
- }), nk = { class: "country-option" }, ok = { class: "country-option__name" }, sk = { class: "country-option__code" }, rk = { key: 0 }, ak = {
7705
+ }), ek = { class: "country-option" }, tk = { class: "country-option__name" }, nk = { class: "country-option__code" }, ok = { key: 0 }, sk = {
7762
7706
  key: 1,
7763
7707
  class: "ma-single-country"
7764
- }, ik = {
7708
+ }, rk = {
7765
7709
  name: "MaCountrySelect"
7766
- }, lk = /* @__PURE__ */ H({
7767
- ...ik,
7710
+ }, ak = /* @__PURE__ */ H({
7711
+ ...rk,
7768
7712
  props: {
7769
7713
  value: null,
7770
7714
  filterFn: { type: Function },
@@ -7814,7 +7758,7 @@ const qS = [
7814
7758
  mode: "multiselect"
7815
7759
  }), {
7816
7760
  option: O(({ label: z, value: W }) => [
7817
- L("div", nk, [
7761
+ L("div", ek, [
7818
7762
  x.$slots[W] ? T(x.$slots, W, {
7819
7763
  key: 0,
7820
7764
  label: z,
@@ -7826,8 +7770,8 @@ const qS = [
7826
7770
  round: n.iconRound,
7827
7771
  ratio: n.iconRatio
7828
7772
  }, null, 8, ["name", "round", "ratio"]),
7829
- L("span", ok, G(z), 1),
7830
- L("span", sk, G(W), 1),
7773
+ L("span", tk, G(z), 1),
7774
+ L("span", nk, G(W), 1),
7831
7775
  u(g)?.[W] ? (p(), M(u(Gn), V({
7832
7776
  key: 0,
7833
7777
  size: "small"
@@ -7843,7 +7787,7 @@ const qS = [
7843
7787
  multiSelectionDisplayText: O(() => [
7844
7788
  T(x.$slots, "multiCountryText"),
7845
7789
  x.$slots?.multiCountryText ? A("", !0) : (p(), w(xe, { key: 0 }, [
7846
- u(i).length > 1 ? (p(), w("span", rk, G(u(i).length) + " countries selected ", 1)) : u(i).length === 1 ? (p(), w("div", ak, [
7790
+ u(i).length > 1 ? (p(), w("span", ok, G(u(i).length) + " countries selected ", 1)) : u(i).length === 1 ? (p(), w("div", sk, [
7847
7791
  F(u(j), {
7848
7792
  name: d(u(i)[0]),
7849
7793
  size: "sm",
@@ -7857,10 +7801,10 @@ const qS = [
7857
7801
  _: 3
7858
7802
  }, 16, ["value", "class", "options", "size", "show-search", "filter-option", "dropdown-match-select-width", "list-height", "placeholder", "dropdown-class-name"]));
7859
7803
  }
7860
- }), uk = { class: "country-option" }, ck = { class: "country-option__name" }, dk = { class: "country-option__code" }, pk = {
7804
+ }), ik = { class: "country-option" }, lk = { class: "country-option__name" }, uk = { class: "country-option__code" }, ck = {
7861
7805
  name: "MaCountrySelect"
7862
- }, fk = /* @__PURE__ */ H({
7863
- ...pk,
7806
+ }, dk = /* @__PURE__ */ H({
7807
+ ...ck,
7864
7808
  props: {
7865
7809
  value: null,
7866
7810
  filterFn: { type: Function },
@@ -7908,13 +7852,13 @@ const qS = [
7908
7852
  "onUpdate:value": b[0] || (b[0] = (_) => Ye(i) ? i.value = _ : null)
7909
7853
  }), {
7910
7854
  default: O(() => [
7911
- (p(!0), w(xe, null, Te(n.countries, (_) => (p(), M(u(Wy), {
7855
+ (p(!0), w(xe, null, Te(n.countries, (_) => (p(), M(u(Uy), {
7912
7856
  key: _.code,
7913
7857
  name: _.name,
7914
7858
  value: _.code
7915
7859
  }, {
7916
7860
  default: O(() => [
7917
- L("div", uk, [
7861
+ L("div", ik, [
7918
7862
  h.$slots[_.code] ? T(h.$slots, _.code, {
7919
7863
  key: 0,
7920
7864
  label: _.name,
@@ -7926,8 +7870,8 @@ const qS = [
7926
7870
  round: n.iconRound,
7927
7871
  ratio: n.iconRatio
7928
7872
  }, null, 8, ["name", "round", "ratio"]),
7929
- L("span", ck, G(_.name), 1),
7930
- L("span", dk, G(_.code), 1),
7873
+ L("span", lk, G(_.name), 1),
7874
+ L("span", uk, G(_.code), 1),
7931
7875
  _?.badge ? (p(), M(u(Gn), V({
7932
7876
  key: 0,
7933
7877
  size: "small"
@@ -7946,10 +7890,10 @@ const qS = [
7946
7890
  _: 3
7947
7891
  }, 16, ["class", "size", "show-search", "filter-option", "dropdown-match-select-width", "list-height", "placeholder", "dropdown-class-name", "value"]));
7948
7892
  }
7949
- }), vk = {
7893
+ }), pk = {
7950
7894
  name: "MaCountrySelect"
7951
7895
  }, QS = /* @__PURE__ */ H({
7952
- ...vk,
7896
+ ...pk,
7953
7897
  props: {
7954
7898
  value: null,
7955
7899
  filterFn: { type: Function, default: (r, s) => Object.values(s).filter((i) => typeof i == "string").map((i) => i.toLowerCase()).join(" ").search(r.toLowerCase()) > -1 },
@@ -7975,7 +7919,7 @@ const qS = [
7975
7919
  set(c) {
7976
7920
  s("update:value", c), s("change", c);
7977
7921
  }
7978
- }), d = m(() => n.multiple ? lk : fk);
7922
+ }), d = m(() => n.multiple ? ak : dk);
7979
7923
  return (c, g) => (p(), M(Ge(u(d)), V({
7980
7924
  countries: n.countries,
7981
7925
  size: n.size,
@@ -8002,43 +7946,43 @@ const qS = [
8002
7946
  ]), 1040, ["countries", "size", "show-search", "filter-option", "showSelectedCountryCode", "dropdown-match-select-width", "list-height", "placeholder", "iconRound", "iconRatio", "dropdownClassName", "badgeProps", "value"]));
8003
7947
  }
8004
7948
  });
8005
- const gk = {
7949
+ const fk = {
8006
7950
  key: 0,
8007
7951
  class: "ak-card__header"
8008
- }, mk = ["src"], hk = { class: "header-content" }, _k = {
7952
+ }, vk = ["src"], gk = { class: "header-content" }, mk = {
8009
7953
  key: 0,
8010
7954
  class: "card-title"
8011
- }, yk = {
7955
+ }, hk = {
8012
7956
  key: 1,
8013
7957
  class: "card-description"
8014
- }, bk = {
7958
+ }, _k = {
8015
7959
  key: 2,
8016
7960
  class: "header-actions"
8017
- }, kk = {
7961
+ }, yk = {
8018
7962
  key: 1,
8019
7963
  class: "card-title"
8020
- }, wk = {
7964
+ }, bk = {
8021
7965
  key: 2,
8022
7966
  class: "card-description"
8023
- }, $k = {
7967
+ }, kk = {
8024
7968
  key: 3,
8025
7969
  class: "content-wrapper"
8026
- }, Ck = {
7970
+ }, wk = {
8027
7971
  key: 0,
8028
7972
  class: "footer-content"
8029
- }, xk = {
7973
+ }, $k = {
8030
7974
  key: 0,
8031
7975
  class: "card-title"
8032
- }, Ak = {
7976
+ }, Ck = {
8033
7977
  key: 1,
8034
7978
  class: "card-description"
8035
- }, Mk = {
7979
+ }, xk = {
8036
7980
  key: 1,
8037
7981
  class: "footer-actions"
8038
- }, Tk = {
7982
+ }, Ak = {
8039
7983
  name: "MaCard"
8040
7984
  }, ZS = /* @__PURE__ */ H({
8041
- ...Tk,
7985
+ ...Ak,
8042
7986
  props: {
8043
7987
  title: null,
8044
7988
  description: null,
@@ -8095,29 +8039,29 @@ const gk = {
8095
8039
  S.value = !S.value;
8096
8040
  };
8097
8041
  return (D, q) => (p(), w("div", V({ class: u(d) }, D.$attrs), [
8098
- u(b) ? (p(), w("div", gk, [
8042
+ u(b) ? (p(), w("div", fk, [
8099
8043
  n?.headerAvatar ? (p(), w("img", {
8100
8044
  key: 0,
8101
8045
  src: n.headerAvatar,
8102
8046
  class: "card-avatar"
8103
- }, null, 8, mk)) : A("", !0),
8047
+ }, null, 8, vk)) : A("", !0),
8104
8048
  n?.headerIcon ? (p(), M(j, {
8105
8049
  key: 1,
8106
8050
  name: n.headerIcon,
8107
8051
  class: "card-icon"
8108
8052
  }, null, 8, ["name"])) : A("", !0),
8109
- L("div", hk, [
8110
- n?.title || D.$slots?.title ? (p(), w("h1", _k, [
8053
+ L("div", gk, [
8054
+ n?.title || D.$slots?.title ? (p(), w("h1", mk, [
8111
8055
  ue(G(n.title), 1),
8112
8056
  T(D.$slots, "title")
8113
8057
  ])) : A("", !0),
8114
- n?.description || D.$slots.description ? (p(), w("p", yk, [
8058
+ n?.description || D.$slots.description ? (p(), w("p", hk, [
8115
8059
  ue(G(n.description), 1),
8116
8060
  T(D.$slots, "description")
8117
8061
  ])) : A("", !0),
8118
8062
  T(D.$slots, "headerContent")
8119
8063
  ]),
8120
- D.$slots?.headerActions || n?.closable || n?.collapsable ? (p(), w("div", bk, [
8064
+ D.$slots?.headerActions || n?.closable || n?.collapsable ? (p(), w("div", _k, [
8121
8065
  T(D.$slots, "headerActions"),
8122
8066
  n?.collapsable ? (p(), M(rt, {
8123
8067
  key: 0,
@@ -8147,13 +8091,13 @@ const gk = {
8147
8091
  name: n.contentIcon,
8148
8092
  class: "card-icon"
8149
8093
  }, null, 8, ["name"])) : A("", !0),
8150
- D.$slots.contentTitle ? (p(), w("h1", kk, [
8094
+ D.$slots.contentTitle ? (p(), w("h1", yk, [
8151
8095
  T(D.$slots, "contentTitle")
8152
8096
  ])) : A("", !0),
8153
- D.$slots.contentDescription ? (p(), w("p", wk, [
8097
+ D.$slots.contentDescription ? (p(), w("p", bk, [
8154
8098
  T(D.$slots, "contentDescription")
8155
8099
  ])) : A("", !0),
8156
- D.$slots.default ? (p(), w("div", $k, [
8100
+ D.$slots.default ? (p(), w("div", kk, [
8157
8101
  T(D.$slots, "default")
8158
8102
  ])) : A("", !0)
8159
8103
  ], 2)) : A("", !0),
@@ -8161,16 +8105,16 @@ const gk = {
8161
8105
  key: 2,
8162
8106
  class: _e(u(h))
8163
8107
  }, [
8164
- D.$slots.footerTitle || D.$slots.footerDescription || D.$slots.footer ? (p(), w("div", Ck, [
8165
- D.$slots.footerTitle ? (p(), w("h1", xk, [
8108
+ D.$slots.footerTitle || D.$slots.footerDescription || D.$slots.footer ? (p(), w("div", wk, [
8109
+ D.$slots.footerTitle ? (p(), w("h1", $k, [
8166
8110
  T(D.$slots, "footerTitle")
8167
8111
  ])) : A("", !0),
8168
- D.$slots.footerDescription ? (p(), w("p", Ak, [
8112
+ D.$slots.footerDescription ? (p(), w("p", Ck, [
8169
8113
  T(D.$slots, "footerDescription")
8170
8114
  ])) : A("", !0),
8171
8115
  T(D.$slots, "footer")
8172
8116
  ])) : A("", !0),
8173
- D.$slots.footerActions ? (p(), w("div", Mk, [
8117
+ D.$slots.footerActions ? (p(), w("div", xk, [
8174
8118
  T(D.$slots, "footerActions")
8175
8119
  ])) : A("", !0)
8176
8120
  ], 2)) : A("", !0)
@@ -8189,10 +8133,10 @@ const VS = [
8189
8133
  "orange",
8190
8134
  "red",
8191
8135
  "purple"
8192
- ], Ik = { key: 0 }, Sk = { key: 0 }, Ok = {
8136
+ ], Mk = { key: 0 }, Tk = { key: 0 }, Ik = {
8193
8137
  name: "MaInputNumber"
8194
8138
  }, e5 = /* @__PURE__ */ H({
8195
- ...Ok,
8139
+ ...Ik,
8196
8140
  props: {
8197
8141
  disabled: { type: Boolean, default: !1 },
8198
8142
  value: null,
@@ -8272,14 +8216,14 @@ const VS = [
8272
8216
  n.addonBefore || b.$slots?.addonBefore ? {
8273
8217
  name: "addonBefore",
8274
8218
  fn: O(() => [
8275
- n.addonBefore ? (p(), w("span", Ik, G(n.addonBefore), 1)) : T(b.$slots, "addonBefore", { key: 1 })
8219
+ n.addonBefore ? (p(), w("span", Mk, G(n.addonBefore), 1)) : T(b.$slots, "addonBefore", { key: 1 })
8276
8220
  ]),
8277
8221
  key: "0"
8278
8222
  } : void 0,
8279
8223
  n.addonAfter || b.$slots?.addonAfter ? {
8280
8224
  name: "addonAfter",
8281
8225
  fn: O(() => [
8282
- n.addonAfter ? (p(), w("span", Sk, G(n.addonAfter), 1)) : T(b.$slots, "addonAfter", { key: 1 })
8226
+ n.addonAfter ? (p(), w("span", Tk, G(n.addonAfter), 1)) : T(b.$slots, "addonAfter", { key: 1 })
8283
8227
  ]),
8284
8228
  key: "1"
8285
8229
  } : void 0
@@ -8287,7 +8231,7 @@ const VS = [
8287
8231
  ]));
8288
8232
  }
8289
8233
  });
8290
- function Dk(r) {
8234
+ function Sk(r) {
8291
8235
  Ze(
8292
8236
  r,
8293
8237
  (s) => {
@@ -8295,22 +8239,22 @@ function Dk(r) {
8295
8239
  }
8296
8240
  );
8297
8241
  }
8298
- const Ek = ["visible"], Lk = { class: "ak-drawer-content-wrapper" }, Nk = { class: "ak-drawer-header-container" }, Bk = { class: "ak-drawer-header-content" }, zk = {
8242
+ const Ok = ["visible"], Dk = { class: "ak-drawer-content-wrapper" }, Ek = { class: "ak-drawer-header-container" }, Lk = { class: "ak-drawer-header-content" }, Nk = {
8299
8243
  key: 0,
8300
8244
  class: "ak-drawer-header"
8301
- }, Pk = {
8245
+ }, Bk = {
8302
8246
  key: 1,
8303
8247
  class: "ak-drawer-header--title"
8304
- }, Rk = {
8248
+ }, zk = {
8305
8249
  key: 2,
8306
8250
  class: "ak-drawer-header--description"
8307
- }, Uk = { class: "ak-drawer-content" }, Fk = {
8251
+ }, Pk = { class: "ak-drawer-content" }, Rk = {
8308
8252
  key: 0,
8309
8253
  class: "ak-drawer-footer"
8310
- }, Wk = {
8254
+ }, Uk = {
8311
8255
  name: "MaDrawer"
8312
8256
  }, t5 = /* @__PURE__ */ H({
8313
- ...Wk,
8257
+ ...Uk,
8314
8258
  props: {
8315
8259
  placement: { default: "left" },
8316
8260
  visible: { type: Boolean, default: !1 },
@@ -8339,7 +8283,7 @@ const Ek = ["visible"], Lk = { class: "ak-drawer-content-wrapper" }, Nk = { clas
8339
8283
  "ak-drawer--open": n.visible
8340
8284
  }
8341
8285
  ]);
8342
- Dk(i);
8286
+ Sk(i);
8343
8287
  const c = () => {
8344
8288
  n.closable && s("update:visible", !1);
8345
8289
  }, g = (h) => {
@@ -8353,16 +8297,16 @@ const Ek = ["visible"], Lk = { class: "ak-drawer-content-wrapper" }, Nk = { clas
8353
8297
  class: u(d),
8354
8298
  visible: u(i)
8355
8299
  }), [
8356
- L("div", Lk, [
8357
- L("div", Nk, [
8358
- L("div", Bk, [
8359
- h.$slots?.header ? (p(), w("div", zk, [
8300
+ L("div", Dk, [
8301
+ L("div", Ek, [
8302
+ L("div", Lk, [
8303
+ h.$slots?.header ? (p(), w("div", Nk, [
8360
8304
  T(h.$slots, "header")
8361
8305
  ])) : A("", !0),
8362
- n.title ? (p(), w("div", Pk, [
8306
+ n.title ? (p(), w("div", Bk, [
8363
8307
  L("h1", null, G(n?.title), 1)
8364
8308
  ])) : A("", !0),
8365
- n.description ? (p(), w("div", Rk, [
8309
+ n.description ? (p(), w("div", zk, [
8366
8310
  L("p", null, G(n?.description), 1)
8367
8311
  ])) : A("", !0)
8368
8312
  ]),
@@ -8377,10 +8321,10 @@ const Ek = ["visible"], Lk = { class: "ak-drawer-content-wrapper" }, Nk = { clas
8377
8321
  })
8378
8322
  ])) : A("", !0)
8379
8323
  ]),
8380
- L("div", Uk, [
8324
+ L("div", Pk, [
8381
8325
  T(h.$slots, "content")
8382
8326
  ]),
8383
- h.$slots?.footer ? (p(), w("div", Fk, [
8327
+ h.$slots?.footer ? (p(), w("div", Rk, [
8384
8328
  T(h.$slots, "footer")
8385
8329
  ])) : A("", !0)
8386
8330
  ]),
@@ -8388,7 +8332,7 @@ const Ek = ["visible"], Lk = { class: "ak-drawer-content-wrapper" }, Nk = { clas
8388
8332
  class: "ak-drawer-overlay",
8389
8333
  onClick: c
8390
8334
  })
8391
- ], 16, Ek));
8335
+ ], 16, Ok));
8392
8336
  }
8393
8337
  });
8394
8338
  const ua = [
@@ -8406,20 +8350,20 @@ const ua = [
8406
8350
  "#B54708",
8407
8351
  "#027A48",
8408
8352
  "#026AA2"
8409
- ], jk = (r = 20) => {
8353
+ ], Fk = (r = 20) => {
8410
8354
  let s = "";
8411
8355
  for (let n = 0; n < r; n++)
8412
8356
  s += Math.random().toString(36).substr(2);
8413
8357
  return s.substr(0, r);
8414
- }, Gk = () => ({
8415
- id: jk(),
8358
+ }, Wk = () => ({
8359
+ id: Fk(),
8416
8360
  name: "",
8417
8361
  color: ua[Math.floor(Math.random() * ua.length)],
8418
8362
  keywordCount: 0,
8419
8363
  editable: !1,
8420
8364
  public: !1,
8421
8365
  new: !0
8422
- }), mu = /* @__PURE__ */ H({
8366
+ }), gu = /* @__PURE__ */ H({
8423
8367
  __name: "button",
8424
8368
  props: {
8425
8369
  type: { default: "primary" },
@@ -8491,10 +8435,10 @@ const ua = [
8491
8435
  _: 3
8492
8436
  }, 16, ["class", "href", "target", "disabled"]));
8493
8437
  }
8494
- }), Hk = {
8438
+ }), jk = {
8495
8439
  name: "MaIconButton"
8496
8440
  }, Mt = /* @__PURE__ */ H({
8497
- ...Hk,
8441
+ ...jk,
8498
8442
  props: {
8499
8443
  type: { default: "primary" },
8500
8444
  icon: null,
@@ -8525,7 +8469,7 @@ const ua = [
8525
8469
  T(g.$slots, "tooltip")
8526
8470
  ]),
8527
8471
  default: O(() => [
8528
- F(mu, {
8472
+ F(gu, {
8529
8473
  active: s.active,
8530
8474
  size: s.size,
8531
8475
  type: s.type,
@@ -8545,7 +8489,7 @@ const ua = [
8545
8489
  }, 8, ["active", "size", "type", "activeIcon", "icon", "href", "target", "rounded", "variant", "disabled", "loading"])
8546
8490
  ]),
8547
8491
  _: 3
8548
- }, 16, ["overlayClassName"])) : (p(), M(mu, {
8492
+ }, 16, ["overlayClassName"])) : (p(), M(gu, {
8549
8493
  key: 1,
8550
8494
  active: s.active,
8551
8495
  size: s.size,
@@ -8566,10 +8510,10 @@ const ua = [
8566
8510
  }, 8, ["active", "size", "type", "activeIcon", "icon", "href", "target", "rounded", "variant", "disabled", "loading"]));
8567
8511
  }
8568
8512
  });
8569
- const qk = {
8513
+ const Gk = {
8570
8514
  key: 0,
8571
8515
  class: "keyword-group-item__actions"
8572
- }, hu = /* @__PURE__ */ H({
8516
+ }, mu = /* @__PURE__ */ H({
8573
8517
  __name: "kwGroupItem",
8574
8518
  props: {
8575
8519
  keywordGroup: null,
@@ -8615,7 +8559,7 @@ const qk = {
8615
8559
  ]),
8616
8560
  _: 1
8617
8561
  }, 8, ["type"]),
8618
- n.showActions ? (p(), w("div", qk, [
8562
+ n.showActions ? (p(), w("div", Gk, [
8619
8563
  F(Mt, {
8620
8564
  type: "secondary",
8621
8565
  size: "xs",
@@ -8645,7 +8589,7 @@ const qk = {
8645
8589
  ])) : A("", !0)
8646
8590
  ], 2));
8647
8591
  }
8648
- }), Kk = { class: "kw-group-form__colors" }, Yk = /* @__PURE__ */ H({
8592
+ }), Hk = { class: "kw-group-form__colors" }, qk = /* @__PURE__ */ H({
8649
8593
  __name: "kwGroupForm",
8650
8594
  props: {
8651
8595
  keywordGroup: null,
@@ -8694,7 +8638,7 @@ const qk = {
8694
8638
  }),
8695
8639
  F(iu, { name: "color" }, {
8696
8640
  default: O(() => [
8697
- L("ul", Kk, [
8641
+ L("ul", Hk, [
8698
8642
  (p(!0), w(xe, null, Te(u(ua), (z) => (p(), w("li", { key: z }, [
8699
8643
  F(rt, {
8700
8644
  size: "small",
@@ -8718,16 +8662,16 @@ const qk = {
8718
8662
  _: 1
8719
8663
  }, 8, ["model"]));
8720
8664
  }
8721
- }), Qk = {
8665
+ }), Kk = {
8722
8666
  key: 0,
8723
8667
  class: "kw-group-label"
8724
- }, Zk = { class: "kw-group-buttons" }, Vk = {
8668
+ }, Yk = { class: "kw-group-buttons" }, Qk = {
8725
8669
  key: 2,
8726
8670
  class: "placeholder"
8727
- }, Jk = { class: "popover-actions" }, Xk = {
8671
+ }, Zk = { class: "popover-actions" }, Vk = {
8728
8672
  name: "MaKeywordGroupSelection"
8729
8673
  }, n5 = /* @__PURE__ */ H({
8730
- ...Xk,
8674
+ ...Vk,
8731
8675
  props: {
8732
8676
  value: { default: null },
8733
8677
  options: { default: () => [] },
@@ -8827,13 +8771,13 @@ const qk = {
8827
8771
  }, Be = (R) => {
8828
8772
  R.stopPropagation(), s("download");
8829
8773
  }, ae = (R) => {
8830
- R.stopPropagation(), c.value = !0, g.value = !0, b.keywordGroup = Gk(), b.parentId = n.options[_.value].id;
8774
+ R.stopPropagation(), c.value = !0, g.value = !0, b.keywordGroup = Wk(), b.parentId = n.options[_.value].id;
8831
8775
  }, J = async () => {
8832
8776
  q(null), c.value = !1;
8833
8777
  };
8834
8778
  return (R, se) => (p(), w("div", V({ class: u(z) }, R.$attrs), [
8835
- n?.label ? (p(), w("label", Qk, G(n.label), 1)) : A("", !0),
8836
- L("div", Zk, [
8779
+ n?.label ? (p(), w("label", Kk, G(n.label), 1)) : A("", !0),
8780
+ L("div", Yk, [
8837
8781
  F(Ca, {
8838
8782
  onVisibleChange: ie,
8839
8783
  overlayClassName: u(P),
@@ -8854,11 +8798,11 @@ const qk = {
8854
8798
  variant: "red",
8855
8799
  class: "absolute bottom-[31px] -left-[11px]"
8856
8800
  })) : A("", !0),
8857
- u(x) ? (p(), M(hu, {
8801
+ u(x) ? (p(), M(mu, {
8858
8802
  key: 1,
8859
8803
  keywordGroup: u(x)
8860
- }, null, 8, ["keywordGroup"])) : (p(), w("span", Vk, G(n?.placeholder), 1)),
8861
- L("div", Jk, [
8804
+ }, null, 8, ["keywordGroup"])) : (p(), w("span", Qk, G(n?.placeholder), 1)),
8805
+ L("div", Zk, [
8862
8806
  n.closable && u(D) ? (p(), M(j, {
8863
8807
  key: 0,
8864
8808
  size: "sm",
@@ -8888,7 +8832,7 @@ const qk = {
8888
8832
  g.value ? {
8889
8833
  name: "overlay",
8890
8834
  fn: O(() => [
8891
- F(Yk, {
8835
+ F(qk, {
8892
8836
  onSaveKwGroup: Z,
8893
8837
  "keyword-group": b.keywordGroup,
8894
8838
  groupNameCharLimit: n?.groupNameCharLimit
@@ -8899,14 +8843,14 @@ const qk = {
8899
8843
  name: "overlay",
8900
8844
  fn: O(() => [
8901
8845
  L("div", { class: "kw-selection-overlay-wrapper" }, [
8902
- F(ek, {
8846
+ F(Jb, {
8903
8847
  animated: !0,
8904
8848
  type: "card",
8905
8849
  activeKey: h.value,
8906
8850
  "onUpdate:activeKey": se[0] || (se[0] = (Y) => h.value = Y)
8907
8851
  }, {
8908
8852
  default: O(() => [
8909
- (p(!0), w(xe, null, Te(n.options, (Y, ve) => (p(), M(tk, {
8853
+ (p(!0), w(xe, null, Te(n.options, (Y, ve) => (p(), M(Xb, {
8910
8854
  key: ve.toString(),
8911
8855
  tab: Y.title
8912
8856
  }, {
@@ -8920,7 +8864,7 @@ const qk = {
8920
8864
  onSort: oe
8921
8865
  }, {
8922
8866
  item: O(({ element: he, index: Nt }) => [
8923
- F(hu, {
8867
+ F(mu, {
8924
8868
  showActions: Y.editable,
8925
8869
  selected: u(S) === he.id,
8926
8870
  keywordGroup: he,
@@ -8937,7 +8881,7 @@ const qk = {
8937
8881
  class: "ma-keyword-group-fallback"
8938
8882
  }, [
8939
8883
  T(R.$slots, "fallback", {}, () => [
8940
- F(W0, V({
8884
+ F(U0, V({
8941
8885
  animation: "no-data-found",
8942
8886
  title: "Add a group",
8943
8887
  description: "You can add a new group by clicking the plus button.",
@@ -8980,10 +8924,10 @@ const qk = {
8980
8924
  ], 16));
8981
8925
  }
8982
8926
  });
8983
- const ew = {
8927
+ const Jk = {
8984
8928
  name: "MaSlider"
8985
8929
  }, o5 = /* @__PURE__ */ H({
8986
- ...ew,
8930
+ ...Jk,
8987
8931
  props: {
8988
8932
  value: null,
8989
8933
  autoFocus: { type: Boolean, default: !1 },
@@ -9038,10 +8982,10 @@ const ew = {
9038
8982
  }, 16, ["value", "class", "autofocus", "disabled", "dots", "included", "max", "min", "range", "step", "vertical", "marks", "tip-formatter", "tooltip-placement"]));
9039
8983
  }
9040
8984
  });
9041
- const tw = ["value", "name", "checked"], nw = { class: "radio-area" }, ow = {
8985
+ const Xk = ["value", "name", "checked"], ew = { class: "radio-area" }, tw = {
9042
8986
  name: "MaCountryRadio"
9043
8987
  }, s5 = /* @__PURE__ */ H({
9044
- ...ow,
8988
+ ...tw,
9045
8989
  props: {
9046
8990
  value: null,
9047
8991
  country: null,
@@ -9072,17 +9016,17 @@ const tw = ["value", "name", "checked"], nw = { class: "radio-area" }, ow = {
9072
9016
  name: n.name,
9073
9017
  checked: n.checked,
9074
9018
  onChange: g
9075
- }, null, 40, tw),
9076
- L("div", nw, [
9019
+ }, null, 40, Xk),
9020
+ L("div", ew, [
9077
9021
  F(u(j), { name: "tick" })
9078
9022
  ])
9079
9023
  ], 2));
9080
9024
  }
9081
9025
  });
9082
- const sw = {
9026
+ const nw = {
9083
9027
  name: "MaAppCheckbox"
9084
9028
  }, r5 = /* @__PURE__ */ H({
9085
- ...sw,
9029
+ ...nw,
9086
9030
  props: {
9087
9031
  appIcon: null,
9088
9032
  checked: { type: Boolean, default: !1 }
@@ -9098,7 +9042,7 @@ const sw = {
9098
9042
  return (c, g) => (p(), w("span", {
9099
9043
  class: _e(u(d))
9100
9044
  }, [
9101
- F(g0, {
9045
+ F(f0, {
9102
9046
  size: "small",
9103
9047
  onClick: i,
9104
9048
  "app-icon": n.appIcon
@@ -9110,6 +9054,59 @@ const sw = {
9110
9054
  ], 2));
9111
9055
  }
9112
9056
  });
9057
+ const hu = [
9058
+ "gray",
9059
+ "yellow",
9060
+ "indigo",
9061
+ "blue",
9062
+ "purple",
9063
+ "red"
9064
+ ], ow = {
9065
+ key: 0,
9066
+ class: "avatar-text"
9067
+ }, sw = {
9068
+ name: "MaAvatar"
9069
+ }, a5 = /* @__PURE__ */ H({
9070
+ ...sw,
9071
+ props: {
9072
+ size: { default: "large" },
9073
+ avatarText: null,
9074
+ color: null
9075
+ },
9076
+ setup(r) {
9077
+ const s = r, n = m(() => s.avatarText ? ["x-small", "small", "medium"].includes(s.size) ? s.avatarText.charAt(0).toUpperCase() : s.avatarText.slice(0, 2).toUpperCase() : ""), i = m(() => [
9078
+ "ak-avatar",
9079
+ `ak-avatar--${s.size}`,
9080
+ `ak-avatar--${d.value}`,
9081
+ {
9082
+ "ak-avatar--text": s.avatarText
9083
+ },
9084
+ {
9085
+ "ak-avatar--default": !s.avatarText
9086
+ }
9087
+ ]), d = m(() => {
9088
+ if (s.color)
9089
+ return s.color;
9090
+ if (!s.avatarText)
9091
+ return "indigo";
9092
+ const g = s.avatarText[0].toLowerCase().charCodeAt(0) - "a".charCodeAt(0);
9093
+ if (g < 0 || g >= 26)
9094
+ return "indigo";
9095
+ const h = g % hu.length;
9096
+ return hu[h];
9097
+ });
9098
+ return (c, g) => (p(), w("div", {
9099
+ class: _e(u(i))
9100
+ }, [
9101
+ s.avatarText ? (p(), w("span", ow, G(u(n)), 1)) : (p(), M(j, {
9102
+ key: 1,
9103
+ id: "placeholderIcon",
9104
+ name: "user-avatar",
9105
+ class: "default-icon"
9106
+ }))
9107
+ ], 2));
9108
+ }
9109
+ });
9113
9110
  const rw = {
9114
9111
  key: 0,
9115
9112
  class: "ma-tag-input-prefix"
@@ -9118,7 +9115,7 @@ const rw = {
9118
9115
  class: "ma-tag-input-suffix"
9119
9116
  }, uw = {
9120
9117
  name: "MaTagInput"
9121
- }, a5 = /* @__PURE__ */ H({
9118
+ }, i5 = /* @__PURE__ */ H({
9122
9119
  ...uw,
9123
9120
  props: {
9124
9121
  tags: { default: () => [] },
@@ -9315,7 +9312,7 @@ const _u = /* @__PURE__ */ H({
9315
9312
  }
9316
9313
  }), cw = {
9317
9314
  name: "MaWatchlistButton"
9318
- }, i5 = /* @__PURE__ */ H({
9315
+ }, l5 = /* @__PURE__ */ H({
9319
9316
  ...cw,
9320
9317
  props: {
9321
9318
  type: { default: "default" },
@@ -9384,7 +9381,7 @@ const _u = /* @__PURE__ */ H({
9384
9381
  });
9385
9382
  const dw = {
9386
9383
  name: "ma-menu"
9387
- }, l5 = /* @__PURE__ */ H({
9384
+ }, u5 = /* @__PURE__ */ H({
9388
9385
  ...dw,
9389
9386
  setup(r) {
9390
9387
  const s = m(() => ["ak-menu"]);
@@ -9398,7 +9395,7 @@ const dw = {
9398
9395
  });
9399
9396
  const pw = {
9400
9397
  name: "ma-menu-item"
9401
- }, u5 = /* @__PURE__ */ H({
9398
+ }, c5 = /* @__PURE__ */ H({
9402
9399
  ...pw,
9403
9400
  props: {
9404
9401
  selected: {
@@ -9429,7 +9426,7 @@ const pw = {
9429
9426
  }
9430
9427
  }), fw = {
9431
9428
  name: "MaSteps"
9432
- }, c5 = /* @__PURE__ */ H({
9429
+ }, d5 = /* @__PURE__ */ H({
9433
9430
  ...fw,
9434
9431
  props: {
9435
9432
  current: { default: 0 },
@@ -9479,7 +9476,7 @@ const vw = { class: "ak-step__dot" }, gw = {
9479
9476
  }, _w = {
9480
9477
  key: 1,
9481
9478
  class: "ak-step__description"
9482
- }, yw = /* @__PURE__ */ L("div", { class: "ak-step__separator" }, null, -1), d5 = /* @__PURE__ */ H({
9479
+ }, yw = /* @__PURE__ */ L("div", { class: "ak-step__separator" }, null, -1), p5 = /* @__PURE__ */ H({
9483
9480
  __name: "index",
9484
9481
  props: {
9485
9482
  title: null,
@@ -9717,7 +9714,7 @@ const Au = /* @__PURE__ */ Cs(V$), ca = {
9717
9714
  class: "pagination-options"
9718
9715
  }, t2 = {
9719
9716
  name: "MaPagination"
9720
- }, p5 = /* @__PURE__ */ H({
9717
+ }, f5 = /* @__PURE__ */ H({
9721
9718
  ...t2,
9722
9719
  props: {
9723
9720
  mode: {
@@ -9942,7 +9939,7 @@ const Au = /* @__PURE__ */ Cs(V$), ca = {
9942
9939
  });
9943
9940
  const n2 = {
9944
9941
  name: "MaImage"
9945
- }, f5 = /* @__PURE__ */ H({
9942
+ }, v5 = /* @__PURE__ */ H({
9946
9943
  ...n2,
9947
9944
  props: {
9948
9945
  src: null,
@@ -9975,7 +9972,7 @@ const n2 = {
9975
9972
  });
9976
9973
  const o2 = {
9977
9974
  name: "MaImageGroup"
9978
- }, v5 = /* @__PURE__ */ H({
9975
+ }, g5 = /* @__PURE__ */ H({
9979
9976
  ...o2,
9980
9977
  setup(r) {
9981
9978
  return (s, n) => (p(), M(u(v1), V(s.$attrs, {
@@ -10059,9 +10056,9 @@ const o2 = {
10059
10056
  ]));
10060
10057
  }
10061
10058
  });
10062
- const g5 = /* @__PURE__ */ ic(c2, [["__scopeId", "data-v-7e2b271d"]]), d2 = { class: "ak-popconfirm" }, p2 = { class: "ak-popconfirm-header" }, f2 = { class: "ak-popconfirm-header-content" }, v2 = { class: "ak-popconfirm-header--title" }, g2 = { class: "ak-popconfirm-header--description" }, m2 = { class: "ak-popconfirm-buttons" }, h2 = {
10059
+ const m5 = /* @__PURE__ */ ic(c2, [["__scopeId", "data-v-7e2b271d"]]), d2 = { class: "ak-popconfirm" }, p2 = { class: "ak-popconfirm-header" }, f2 = { class: "ak-popconfirm-header-content" }, v2 = { class: "ak-popconfirm-header--title" }, g2 = { class: "ak-popconfirm-header--description" }, m2 = { class: "ak-popconfirm-buttons" }, h2 = {
10063
10060
  name: "MaPopconfirm"
10064
- }, m5 = /* @__PURE__ */ H({
10061
+ }, h5 = /* @__PURE__ */ H({
10065
10062
  ...h2,
10066
10063
  props: {
10067
10064
  placement: { default: "top" },
@@ -10156,7 +10153,7 @@ const g5 = /* @__PURE__ */ ic(c2, [["__scopeId", "data-v-7e2b271d"]]), d2 = { cl
10156
10153
  });
10157
10154
  const _2 = {
10158
10155
  name: "MaStepItems"
10159
- }, h5 = /* @__PURE__ */ H({
10156
+ }, _5 = /* @__PURE__ */ H({
10160
10157
  ..._2,
10161
10158
  props: {
10162
10159
  current: { default: 0 }
@@ -10207,7 +10204,7 @@ const y2 = { class: "ak-step-item__dot" }, b2 = {
10207
10204
  }, C2 = {
10208
10205
  key: 1,
10209
10206
  class: "ak-step-item__description"
10210
- }, _5 = /* @__PURE__ */ H({
10207
+ }, y5 = /* @__PURE__ */ H({
10211
10208
  __name: "index",
10212
10209
  props: {
10213
10210
  title: null,
@@ -10257,7 +10254,7 @@ const y2 = { class: "ak-step-item__dot" }, b2 = {
10257
10254
  }
10258
10255
  }), x2 = { class: "ma-radio__suffix" }, A2 = {
10259
10256
  name: "MaAppCheckbox"
10260
- }, y5 = /* @__PURE__ */ H({
10257
+ }, b5 = /* @__PURE__ */ H({
10261
10258
  ...A2,
10262
10259
  props: {
10263
10260
  text: null,
@@ -10313,7 +10310,7 @@ const M2 = [
10313
10310
  class: "antd-picker-ranges"
10314
10311
  }, S2 = ["onClick"], O2 = { class: "ma-footer-wrapper" }, D2 = { class: "ma-footer" }, E2 = {
10315
10312
  name: "MaDatePicker"
10316
- }, b5 = /* @__PURE__ */ H({
10313
+ }, k5 = /* @__PURE__ */ H({
10317
10314
  ...E2,
10318
10315
  props: {
10319
10316
  size: { default: "small" },
@@ -10548,7 +10545,7 @@ const M2 = [
10548
10545
  });
10549
10546
  const L2 = {
10550
10547
  name: "MaTypography"
10551
- }, k5 = /* @__PURE__ */ H({
10548
+ }, w5 = /* @__PURE__ */ H({
10552
10549
  ...L2,
10553
10550
  props: {
10554
10551
  type: { default: "body-1" },
@@ -10572,7 +10569,7 @@ const L2 = {
10572
10569
  _: 3
10573
10570
  }, 16, ["class", "style"]));
10574
10571
  }
10575
- }), w5 = [
10572
+ }), $5 = [
10576
10573
  "display-1",
10577
10574
  "display-2",
10578
10575
  "heading-1",
@@ -10587,7 +10584,7 @@ const L2 = {
10587
10584
  "body-4",
10588
10585
  "caption-1",
10589
10586
  "caption-2"
10590
- ], $5 = [
10587
+ ], C5 = [
10591
10588
  "div",
10592
10589
  "p",
10593
10590
  "h1",
@@ -10597,7 +10594,7 @@ const L2 = {
10597
10594
  "h5",
10598
10595
  "h6",
10599
10596
  "span"
10600
- ], C5 = [
10597
+ ], x5 = [
10601
10598
  "light",
10602
10599
  "regular",
10603
10600
  "medium",
@@ -11042,7 +11039,7 @@ const fx = sc(px), Aa = fx.mount(Dc), vx = (r) => {
11042
11039
  ...r
11043
11040
  }), mx = (r) => Aa.addNotification({
11044
11041
  ...gx(r)
11045
- }), Co = (r) => (s) => mx({ ...s, type: r }), hx = Co("dark"), _x = Co("success"), yx = Co("error"), bx = Co("info"), kx = Co("warning"), wx = (r) => Aa.removeNotification(r), $x = () => Aa.removeAll(), x5 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
11042
+ }), Co = (r) => (s) => mx({ ...s, type: r }), hx = Co("dark"), _x = Co("success"), yx = Co("error"), bx = Co("info"), kx = Co("warning"), wx = (r) => Aa.removeNotification(r), $x = () => Aa.removeAll(), A5 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
11046
11043
  __proto__: null,
11047
11044
  dark: hx,
11048
11045
  error: yx,
@@ -11784,7 +11781,7 @@ const mI = ["title"], hI = /* @__PURE__ */ H({
11784
11781
  }, kI = {
11785
11782
  key: 2,
11786
11783
  class: "ma-cascader-placeholder"
11787
- }, A5 = /* @__PURE__ */ H({
11784
+ }, M5 = /* @__PURE__ */ H({
11788
11785
  __name: "index",
11789
11786
  props: {
11790
11787
  open: { type: Boolean },
@@ -11951,15 +11948,15 @@ class wI {
11951
11948
  }
11952
11949
  }
11953
11950
  const $I = new wI();
11954
- function M5() {
11951
+ function T5() {
11955
11952
  return W_($I.getConfig());
11956
11953
  }
11957
11954
  export {
11958
- a5 as $,
11955
+ i5 as $,
11959
11956
  kS as A,
11960
- vu as B,
11957
+ fu as B,
11961
11958
  AS as C,
11962
- W0 as D,
11959
+ U0 as D,
11963
11960
  DS as E,
11964
11961
  ES as F,
11965
11962
  LS as G,
@@ -11969,8 +11966,8 @@ export {
11969
11966
  RS as K,
11970
11967
  US as L,
11971
11968
  HS as M,
11972
- ek as N,
11973
- tk as O,
11969
+ Jb as N,
11970
+ Xb as O,
11974
11971
  QS as P,
11975
11972
  ZS as Q,
11976
11973
  e5 as R,
@@ -11981,20 +11978,20 @@ export {
11981
11978
  s5 as W,
11982
11979
  Ca as X,
11983
11980
  r5 as Y,
11984
- gy as Z,
11981
+ a5 as Z,
11985
11982
  rt as _,
11986
11983
  ac as a,
11987
11984
  gS as a$,
11988
- i5 as a0,
11989
- l5 as a1,
11990
- u5 as a2,
11991
- c5 as a3,
11992
- d5 as a4,
11993
- p5 as a5,
11994
- f5 as a6,
11995
- v5 as a7,
11996
- g5 as a8,
11997
- m5 as a9,
11985
+ l5 as a0,
11986
+ u5 as a1,
11987
+ c5 as a2,
11988
+ d5 as a3,
11989
+ p5 as a4,
11990
+ f5 as a5,
11991
+ v5 as a6,
11992
+ g5 as a7,
11993
+ m5 as a8,
11994
+ h5 as a9,
11998
11995
  ZI as aA,
11999
11996
  VI as aB,
12000
11997
  JI as aC,
@@ -12008,12 +12005,12 @@ export {
12008
12005
  L1 as aK,
12009
12006
  eS as aL,
12010
12007
  tS as aM,
12011
- my as aN,
12012
- hy as aO,
12013
- _y as aP,
12014
- yy as aQ,
12015
- by as aR,
12016
- uu as aS,
12008
+ fy as aN,
12009
+ vy as aO,
12010
+ gy as aP,
12011
+ my as aQ,
12012
+ hy as aR,
12013
+ lu as aS,
12017
12014
  rS as aT,
12018
12015
  iS as aU,
12019
12016
  lS as aV,
@@ -12022,16 +12019,16 @@ export {
12022
12019
  pS as aY,
12023
12020
  fS as aZ,
12024
12021
  vS as a_,
12025
- h5 as aa,
12026
- _5 as ab,
12027
- y5 as ac,
12028
- b5 as ad,
12029
- du as ae,
12030
- k5 as af,
12031
- x5 as ag,
12032
- A5 as ah,
12022
+ _5 as aa,
12023
+ y5 as ab,
12024
+ b5 as ac,
12025
+ k5 as ad,
12026
+ cu as ae,
12027
+ w5 as af,
12028
+ A5 as ag,
12029
+ M5 as ah,
12033
12030
  $I as ai,
12034
- M5 as aj,
12031
+ T5 as aj,
12035
12032
  SI as ak,
12036
12033
  OI as al,
12037
12034
  I1 as am,
@@ -12053,7 +12050,7 @@ export {
12053
12050
  _S as b1,
12054
12051
  yS as b2,
12055
12052
  bS as b3,
12056
- pu as b4,
12053
+ du as b4,
12057
12054
  wS as b5,
12058
12055
  $S as b6,
12059
12056
  CS as b7,
@@ -12062,9 +12059,9 @@ export {
12062
12059
  TS as ba,
12063
12060
  IS as bb,
12064
12061
  SS as bc,
12065
- gu as bd,
12062
+ vu as bd,
12066
12063
  OS as be,
12067
- j0 as bf,
12064
+ F0 as bf,
12068
12065
  At as bg,
12069
12066
  NS as bh,
12070
12067
  FS as bi,
@@ -12077,9 +12074,9 @@ export {
12077
12074
  VS as bp,
12078
12075
  JS as bq,
12079
12076
  XS as br,
12080
- w5 as bs,
12081
- $5 as bt,
12082
- C5 as bu,
12077
+ $5 as bs,
12078
+ C5 as bt,
12079
+ x5 as bu,
12083
12080
  Jt as c,
12084
12081
  jI as d,
12085
12082
  K1 as e,
@@ -12091,17 +12088,17 @@ export {
12091
12088
  $a as k,
12092
12089
  j as l,
12093
12090
  xs as m,
12094
- Wy as n,
12091
+ Uy as n,
12095
12092
  wa as o,
12096
12093
  nS as p,
12097
12094
  oS as q,
12098
12095
  sS as r,
12099
12096
  aS as s,
12100
- g0 as t,
12097
+ f0 as t,
12101
12098
  ka as u,
12102
12099
  uS as v,
12103
12100
  Gn as w,
12104
12101
  mS as x,
12105
- y0 as y,
12106
- fu as z
12102
+ h0 as y,
12103
+ pu as z
12107
12104
  };