@fewangsit/wangsvue-fats 1.0.1-rc.0 → 1.0.1-rc.11

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 (242) hide show
  1. package/animation/index.es.js +50 -0
  2. package/approverinfo/index.es.js +6 -6
  3. package/assetinfo/index.es.js +160 -2
  4. package/backgroundimagecropper/{BackgroundImageCropper.es.js → index.es.js} +1 -1
  5. package/badge/index.es.js +7 -7
  6. package/badgegroup/index.es.js +7 -7
  7. package/basecalendar/{BaseCalendar.es.js → index.es.js} +6 -6
  8. package/basetree/index.es.js +14 -14
  9. package/breadcrumb/index.es.js +6 -6
  10. package/button/index.es.js +118 -2
  11. package/buttonaddbyscan/index.es.js +13 -13
  12. package/buttonbulkaction/index.es.js +184 -2
  13. package/buttoncopy/index.es.js +6 -6
  14. package/buttondownload/index.es.js +15 -15
  15. package/buttonfilter/index.es.js +6 -6
  16. package/buttonradio/index.es.js +2 -2
  17. package/buttonscan/index.es.js +414 -2
  18. package/buttonsearch/index.es.js +9 -9
  19. package/buttonsearchbyscan/index.es.js +7 -7
  20. package/buttonselecttree/index.es.js +22 -22
  21. package/buttonselectuser/index.es.js +25 -25
  22. package/buttonsync/index.es.js +12 -12
  23. package/buttontoggle/index.es.js +6 -6
  24. package/buttonviewlog/index.es.js +2 -2
  25. package/calendar/index.es.js +4 -4
  26. package/card/index.es.js +4 -4
  27. package/carousel/index.es.js +7 -7
  28. package/checkbox/index.es.js +2 -2
  29. package/codesnippet/{CodeSnippet.es.js → index.es.js} +1 -1
  30. package/codesnippetadapter/{CodeSnippetAdapter.es.js → index.es.js} +1 -1
  31. package/columnlist/{ColumnList.es.js → index.es.js} +8 -8
  32. package/config/defaultProps.es.js +133 -0
  33. package/config/index.es.js +10 -218
  34. package/config/locale.es.js +85 -0
  35. package/customcolumn/index.es.js +8 -8
  36. package/datatable/index.es.js +108 -107
  37. package/datepicker/index.es.js +138 -2
  38. package/daypicker/index.es.js +6 -6
  39. package/dialog/index.es.js +4 -4
  40. package/dialogassetnamedetail/index.es.js +11 -11
  41. package/dialogbasictransferlog/{DialogBasicTransferLog.es.js → index.es.js} +17 -17
  42. package/dialogconfirm/index.es.js +17 -17
  43. package/dialogdamagelog/index.es.js +14 -14
  44. package/dialogform/index.es.js +32 -32
  45. package/dialogfulltransferlog/{DialogFullTransferLog.es.js → index.es.js} +16 -16
  46. package/dialoglinkedasset/index.es.js +9 -9
  47. package/dialogprintqr/index.es.js +332 -2
  48. package/dialogreportdamage/index.es.js +12 -12
  49. package/dialogreportmissing/index.es.js +12 -12
  50. package/dialogreporttag/index.es.js +8 -8
  51. package/dialogselecttree/index.es.js +13 -13
  52. package/dialogselectuser/index.d.ts +2 -2
  53. package/dialogselectuser/index.es.js +18 -18
  54. package/dialogselectuserfilter/{DialogSelectUserFilter.es.js → index.es.js} +2 -2
  55. package/dialogtransferlog/index.es.js +9 -9
  56. package/directives/{focus/index.es.js → focus.es.js} +2 -2
  57. package/directives/index.es.js +2 -0
  58. package/directives/tooltip.es.js +1 -0
  59. package/disposalreport/index.es.js +8 -8
  60. package/disposalreportbulkaction/{DisposalReportBulkAction.es.js → index.es.js} +9 -8
  61. package/disposalreporttable/{DisposalReportTable.es.js → index.es.js} +16 -16
  62. package/disposalreporttablefilter/{DisposalReportTableFilter.es.js → index.es.js} +5 -5
  63. package/dropdown/index.es.js +37 -37
  64. package/editor/{Editor.es.js → index.es.js} +57 -57
  65. package/editorbutton/{EditorButton.es.js → index.es.js} +1 -1
  66. package/event-bus/index.es.js +4 -3
  67. package/event-bus/mitt.es.js +53 -0
  68. package/fieldwrapper/{FieldWrapper.es.js → index.es.js} +2 -2
  69. package/fileupload/index.es.js +13 -13
  70. package/filtercontainer/index.es.js +34 -34
  71. package/form/index.es.js +23 -23
  72. package/hardwaresync/{HardwareSync.es.js → index.es.js} +42 -42
  73. package/icon/index.es.js +4 -4
  74. package/image/index.es.js +14 -14
  75. package/imagecompressor/index.es.js +14 -14
  76. package/imageinputinfo/{ImageInputInfo.es.js → index.es.js} +2 -2
  77. package/inlinemessage/index.es.js +7 -7
  78. package/inputbadge/index.es.js +14 -14
  79. package/inputcurrency/index.es.js +147 -2
  80. package/inputemail/index.es.js +4 -4
  81. package/inputnumber/index.es.js +6 -6
  82. package/inputotp/index.es.js +1 -1
  83. package/inputpassword/index.es.js +10 -10
  84. package/inputphonenumber/index.es.js +28 -28
  85. package/inputrangenumber/index.es.js +9 -9
  86. package/inputsearch/index.es.js +2 -2
  87. package/inputtext/index.es.js +11 -11
  88. package/inputurl/index.es.js +5 -5
  89. package/invisiblefield/index.es.js +8 -8
  90. package/languagedropdownoption/{LanguageDropdownOption.es.js → index.es.js} +3 -3
  91. package/languageswitcher/index.es.js +7 -7
  92. package/litedropdown/index.es.js +10 -10
  93. package/loading/index.es.js +8 -8
  94. package/mentionlist/{MentionList.es.js → index.es.js} +4 -4
  95. package/menu/index.es.js +20 -19
  96. package/menuitem/{MenuItem.es.js → index.es.js} +1 -1
  97. package/multiselect/index.es.js +27 -27
  98. package/overlaypanel/index.es.js +6 -6
  99. package/package.json +1 -5
  100. package/paginator/index.es.js +11 -11
  101. package/plugins/VueHtmlToPaper.es.js +40 -0
  102. package/{animation/Animation.es.js → plugins/WangsVue.es.js} +38 -83
  103. package/plugins/basei18n.d.ts +103 -0
  104. package/plugins/basei18n.es.js +88 -0
  105. package/plugins/{formValidation/index.es.js → formValidation.es.js} +4 -4
  106. package/plugins/i18n.d.ts +5 -102
  107. package/plugins/i18n.es.js +6 -0
  108. package/stats.html +1 -1
  109. package/steps/index.es.js +4 -4
  110. package/tabmenu/index.es.js +1 -1
  111. package/tagtype/index.es.js +6 -6
  112. package/textarea/index.es.js +5 -5
  113. package/timeline/index.es.js +5 -5
  114. package/timelinecontentbytype/{TimelineContentByType.es.js → index.es.js} +9 -9
  115. package/toast/index.es.js +3 -3
  116. package/toggleswitch/index.es.js +2 -2
  117. package/transactionroles/index.es.js +2 -2
  118. package/tree/index.es.js +117 -107
  119. package/treenode/{TreeNode.es.js → index.es.js} +4 -4
  120. package/treesearchinput/{TreeSearchInput.es.js → index.es.js} +4 -4
  121. package/username/index.es.js +20 -20
  122. package/userwithicon/index.es.js +4 -4
  123. package/utils/baseToast.util.es.js +1 -1
  124. package/utils/date.util.es.js +2 -2
  125. package/utils/index.es.js +3 -36
  126. package/utils/role.util.es.js +2 -2
  127. package/validatormessage/index.es.js +4 -4
  128. package/vendor/highlight.js/es/core.es.js +1 -1
  129. package/vendor/lodash/_freeGlobal.es.js +1 -1
  130. package/vendor/simplebar-core/dist/index.es.js +1 -1
  131. package/wangsvue-fats.d.ts +1 -2
  132. package/wangsvue-fats.es.js +219 -256
  133. package/wangsvue-fats.system.js +56 -56
  134. package/approverinfo/package.json +0 -4
  135. package/assetinfo/AssetInfo.es.js +0 -179
  136. package/assetinfo/package.json +0 -4
  137. package/badge/package.json +0 -4
  138. package/badgegroup/package.json +0 -4
  139. package/basetree/package.json +0 -4
  140. package/breadcrumb/package.json +0 -4
  141. package/button/Button.es.js +0 -120
  142. package/button/package.json +0 -4
  143. package/buttonaddbyscan/package.json +0 -4
  144. package/buttonbulkaction/ButtonBulkAction.es.js +0 -238
  145. package/buttonbulkaction/package.json +0 -4
  146. package/buttoncopy/package.json +0 -4
  147. package/buttondownload/package.json +0 -4
  148. package/buttonfilter/package.json +0 -4
  149. package/buttonradio/package.json +0 -4
  150. package/buttonscan/ButtonScan.es.js +0 -416
  151. package/buttonscan/package.json +0 -4
  152. package/buttonsearch/package.json +0 -4
  153. package/buttonsearchbyscan/package.json +0 -4
  154. package/buttonselecttree/package.json +0 -4
  155. package/buttonselectuser/package.json +0 -4
  156. package/buttonsync/package.json +0 -4
  157. package/buttontoggle/package.json +0 -4
  158. package/buttonviewlog/package.json +0 -4
  159. package/calendar/package.json +0 -4
  160. package/card/package.json +0 -4
  161. package/carousel/package.json +0 -4
  162. package/checkbox/package.json +0 -4
  163. package/config/package.json +0 -4
  164. package/customcolumn/package.json +0 -4
  165. package/datatable/package.json +0 -4
  166. package/datepicker/DatePicker.es.js +0 -224
  167. package/datepicker/package.json +0 -4
  168. package/daypicker/package.json +0 -4
  169. package/dialog/package.json +0 -4
  170. package/dialogassetnamedetail/package.json +0 -4
  171. package/dialogconfirm/package.json +0 -4
  172. package/dialogdamagelog/package.json +0 -4
  173. package/dialogform/package.json +0 -4
  174. package/dialoglinkedasset/package.json +0 -4
  175. package/dialogprintqr/DialogPrintQR.es.js +0 -334
  176. package/dialogprintqr/package.json +0 -4
  177. package/dialogreportdamage/package.json +0 -4
  178. package/dialogreportmissing/package.json +0 -4
  179. package/dialogreporttag/package.json +0 -4
  180. package/dialogselecttree/package.json +0 -4
  181. package/dialogselectuser/package.json +0 -4
  182. package/dialogtransferlog/package.json +0 -4
  183. package/directives/focus/package.json +0 -4
  184. package/directives/tooltip/index.es.js +0 -4
  185. package/directives/tooltip/package.json +0 -4
  186. package/disposalreport/package.json +0 -4
  187. package/dropdown/package.json +0 -4
  188. package/event-bus/package.json +0 -4
  189. package/fileupload/package.json +0 -4
  190. package/filtercontainer/package.json +0 -4
  191. package/form/package.json +0 -4
  192. package/icon/package.json +0 -4
  193. package/image/package.json +0 -4
  194. package/imagecompressor/package.json +0 -4
  195. package/index.d.ts +0 -2
  196. package/inlinemessage/package.json +0 -4
  197. package/inputbadge/package.json +0 -4
  198. package/inputcurrency/InputCurrency.es.js +0 -150
  199. package/inputcurrency/helpers/index.es.js +0 -5
  200. package/inputcurrency/helpers/package.json +0 -4
  201. package/inputcurrency/package.json +0 -4
  202. package/inputemail/package.json +0 -4
  203. package/inputnumber/package.json +0 -4
  204. package/inputotp/package.json +0 -4
  205. package/inputpassword/package.json +0 -4
  206. package/inputphonenumber/package.json +0 -4
  207. package/inputrangenumber/package.json +0 -4
  208. package/inputsearch/package.json +0 -4
  209. package/inputtext/package.json +0 -4
  210. package/inputurl/package.json +0 -4
  211. package/invisiblefield/package.json +0 -4
  212. package/languageswitcher/package.json +0 -4
  213. package/litedropdown/package.json +0 -4
  214. package/loading/package.json +0 -4
  215. package/loading/store/index.es.js +0 -5
  216. package/loading/store/package.json +0 -4
  217. package/menu/package.json +0 -4
  218. package/multiselect/package.json +0 -4
  219. package/overlaypanel/package.json +0 -4
  220. package/paginator/package.json +0 -4
  221. package/plugins/formValidation/package.json +0 -4
  222. package/plugins/i18n/index.es.js +0 -8
  223. package/plugins/i18n/package.json +0 -4
  224. package/plugins/i18n-extension.d.ts +0 -4
  225. package/steps/package.json +0 -4
  226. package/tabmenu/package.json +0 -4
  227. package/tagtype/package.json +0 -4
  228. package/textarea/package.json +0 -4
  229. package/timeline/package.json +0 -4
  230. package/toast/package.json +0 -4
  231. package/toast/service/index.es.js +0 -5
  232. package/toast/service/package.json +0 -4
  233. package/toggleswitch/package.json +0 -4
  234. package/transactionroles/package.json +0 -4
  235. package/tree/package.json +0 -4
  236. package/username/package.json +0 -4
  237. package/userwithicon/package.json +0 -4
  238. package/utils/package.json +0 -4
  239. package/validatormessage/package.json +0 -4
  240. /package/inputgroup/{InputGroup.es.js → index.es.js} +0 -0
  241. /package/mentionsection/{MentionSection.es.js → index.es.js} +0 -0
  242. /package/multirow/{MultiRow.es.js → index.es.js} +0 -0
@@ -1,6 +1,6 @@
1
1
  import { defineComponent as y, ref as g, computed as w, createElementBlock as a, createCommentVNode as o, openBlock as s, mergeProps as c, createElementVNode as r, createBlock as u, normalizeClass as _, unref as h, toDisplayString as l, Fragment as k, renderList as x, createVNode as C } from "vue";
2
- import { c as B, _ as $ } from "../button/Button.es.js";
3
- import m from "../icon/index.es.js";
2
+ import { c as B, _ as $ } from "../button/index.es.js";
3
+ import { _ as m } from "../icon/index.es.js";
4
4
  const b = { class: "flex items-center gap-3 w-full" }, I = {
5
5
  class: "flex items-center w-full justify-between",
6
6
  "data-wv-section": "content"
@@ -26,7 +26,7 @@ const b = { class: "flex items-center gap-3 w-full" }, I = {
26
26
  },
27
27
  emits: ["close"],
28
28
  setup(d) {
29
- const e = d, i = g(!0), f = w(() => {
29
+ const e = d, i = g(!0), p = w(() => {
30
30
  if (e.loading) return "spinner";
31
31
  switch (e.severity) {
32
32
  case "success":
@@ -44,7 +44,7 @@ const b = { class: "flex items-center gap-3 w-full" }, I = {
44
44
  }), [
45
45
  r("div", b, [
46
46
  t.showIcon ? (s(), u(m, c({ key: 0 }, t.$preset.inlinemessage.icon({ props: e }), {
47
- icon: f.value,
47
+ icon: p.value,
48
48
  severity: e.severity
49
49
  }), null, 16, ["icon", "severity"])) : o("", !0),
50
50
  r("div", I, [
@@ -73,7 +73,7 @@ const b = { class: "flex items-center gap-3 w-full" }, I = {
73
73
  ])
74
74
  ]),
75
75
  e.lists ? (s(), a("div", E, [
76
- (s(!0), a(k, null, x(e.lists, (p, v) => (s(), a("div", {
76
+ (s(!0), a(k, null, x(e.lists, (f, v) => (s(), a("div", {
77
77
  key: v,
78
78
  class: "flex items-center gap-2",
79
79
  "data-wv-section": "item"
@@ -83,12 +83,12 @@ const b = { class: "flex items-center gap-3 w-full" }, I = {
83
83
  class: "w-4 h-4 !cursor-auto",
84
84
  icon: "arrow-right-fill"
85
85
  }, null, 8, ["severity"]),
86
- r("span", null, l(p), 1)
86
+ r("span", null, l(f), 1)
87
87
  ]))), 128))
88
88
  ])) : o("", !0)
89
89
  ], 16)) : o("", !0);
90
90
  }
91
91
  });
92
92
  export {
93
- z as default
93
+ z as _
94
94
  };
@@ -1,10 +1,10 @@
1
- import { defineComponent as O, onMounted as S, reactive as Z, onBeforeUnmount as q, inject as G, ref as B, shallowRef as H, computed as p, watch as M, watchEffect as J, createBlock as y, openBlock as v, withCtx as x, createElementVNode as V, createCommentVNode as k, mergeProps as c, unref as g, createElementBlock as I, Fragment as _, renderList as Q, withModifiers as W, withDirectives as X, createVNode as E, vModelText as Y, createTextVNode as ee, nextTick as ae } from "vue";
1
+ import { defineComponent as O, onMounted as S, reactive as Z, onBeforeUnmount as q, inject as G, ref as B, shallowRef as H, computed as p, watch as _, watchEffect as J, createBlock as y, openBlock as v, withCtx as M, createElementVNode as V, createCommentVNode as x, mergeProps as c, unref as g, createElementBlock as k, Fragment as I, renderList as Q, withModifiers as W, withDirectives as X, createVNode as E, vModelText as Y, createTextVNode as ee, nextTick as ae } from "vue";
2
2
  import { u as le } from "../vendor/vee-validate/dist/vee-validate.esm.es.js";
3
- import te from "../badge/index.es.js";
4
- import { _ as oe } from "../fieldwrapper/FieldWrapper.es.js";
5
- import ne from "../icon/index.es.js";
6
- import ie from "../overlaypanel/index.es.js";
7
- import re from "../validatormessage/index.es.js";
3
+ import { _ as te } from "../badge/index.es.js";
4
+ import { _ as oe } from "../fieldwrapper/index.es.js";
5
+ import { _ as ne } from "../icon/index.es.js";
6
+ import { _ as ie } from "../overlaypanel/index.es.js";
7
+ import { _ as re } from "../validatormessage/index.es.js";
8
8
  import { c as b } from "../vendor/lodash-es/cloneDeep.es.js";
9
9
  const ue = ["id", "disabled", "placeholder"], ye = /* @__PURE__ */ O({
10
10
  __name: "InputBadge",
@@ -82,13 +82,13 @@ const ue = ["id", "disabled", "placeholder"], ye = /* @__PURE__ */ O({
82
82
  }, z = (e, t) => {
83
83
  l.value && e && (l.value[t] = e, l.value = b(l.value), h("update:modelValue", l.value));
84
84
  };
85
- return M(
85
+ return _(
86
86
  () => a.initialValue,
87
87
  (e) => {
88
88
  e && (l.value = e);
89
89
  },
90
90
  { once: !0 }
91
- ), M(
91
+ ), _(
92
92
  () => a.modelValue,
93
93
  (e) => {
94
94
  e && (l.value = e);
@@ -101,14 +101,14 @@ const ue = ["id", "disabled", "placeholder"], ye = /* @__PURE__ */ O({
101
101
  label: a.label,
102
102
  mandatory: a.mandatory
103
103
  }, {
104
- default: x(() => {
104
+ default: M(() => {
105
105
  var n, d;
106
106
  return [
107
107
  V("div", c((n = g(f)) == null ? void 0 : n.root({ context: { invalidInput: C.value, disabled: e.disabled } }), {
108
108
  "data-wv-name": "inputbadge",
109
109
  "data-wv-section": "root"
110
110
  }), [
111
- (v(!0), I(_, null, Q(l.value, (r, i) => (v(), I(_, { key: r }, [
111
+ (v(!0), k(I, null, Q(l.value, (r, i) => (v(), k(I, { key: r }, [
112
112
  r ? (v(), y(te, {
113
113
  key: 0,
114
114
  label: r,
@@ -121,7 +121,7 @@ const ue = ["id", "disabled", "placeholder"], ye = /* @__PURE__ */ O({
121
121
  format: "nowrap",
122
122
  removable: "",
123
123
  severity: "dark"
124
- }, null, 8, ["label", "onRemove", "onUpdate:label"])) : k("", !0)
124
+ }, null, 8, ["label", "onRemove", "onUpdate:label"])) : x("", !0)
125
125
  ], 64))), 128)),
126
126
  V("form", {
127
127
  onSubmit: W(w, ["prevent"]),
@@ -163,7 +163,7 @@ const ue = ["id", "disabled", "placeholder"], ye = /* @__PURE__ */ O({
163
163
  ref_key: "op",
164
164
  ref: s
165
165
  }, g(f).erroroverlaypanel, { dismissable: !1 }), {
166
- default: x(() => [
166
+ default: M(() => [
167
167
  E(ne, c(g(f).erroricon, { icon: "error" }), null, 16),
168
168
  t[3] || (t[3] = ee(" Email format is incorrect "))
169
169
  ]),
@@ -175,7 +175,7 @@ const ue = ["id", "disabled", "placeholder"], ye = /* @__PURE__ */ O({
175
175
  a.showValidatorMessage ? (v(), y(re, {
176
176
  key: 0,
177
177
  message: R.value
178
- }, null, 8, ["message"])) : k("", !0)
178
+ }, null, 8, ["message"])) : x("", !0)
179
179
  ];
180
180
  }),
181
181
  _: 1
@@ -183,5 +183,5 @@ const ue = ["id", "disabled", "placeholder"], ye = /* @__PURE__ */ O({
183
183
  }
184
184
  });
185
185
  export {
186
- ye as default
186
+ ye as _
187
187
  };
@@ -1,4 +1,149 @@
1
- import { _ as f } from "./InputCurrency.es.js";
1
+ import { defineComponent as T, onMounted as v, reactive as G, inject as I, shallowRef as b, computed as D, watch as k, createBlock as V, openBlock as U, mergeProps as w, unref as r, withCtx as y, createVNode as p, normalizeClass as E, createTextVNode as z, toDisplayString as H, normalizeProps as O, guardReactiveProps as Z, nextTick as Y } from "vue";
2
+ import { u as W } from "../vendor/vee-validate/dist/vee-validate.esm.es.js";
3
+ import { u as A } from "../plugins/WangsVue.es.js";
4
+ import { s as J } from "../vendor/primevue/dropdown/dropdown.esm.es.js";
5
+ import { _ as j } from "../icon/index.es.js";
6
+ import { _ as x } from "../inputnumber/index.es.js";
7
+ import { _ as Q } from "../validatormessage/index.es.js";
8
+ const f = /* @__PURE__ */ JSON.parse('[{"label":"؋ - Afghan Afghani","name":"Afghan Afghani","currency":"AFN","symbol":"؋","locale":"ps-AF"},{"label":"L - Albanian Lek","name":"Albanian Lek","currency":"ALL","symbol":"L","locale":"sq-AL"},{"label":"د.ج - Algerian Dinar","name":"Algerian Dinar","currency":"DZD","symbol":"د.ج","locale":"ar-DZ"},{"label":"Kz - Angolan Kwanza","name":"Angolan Kwanza","currency":"AOA","symbol":"Kz","locale":"pt-AO"},{"label":"$ - Argentine Peso","name":"Argentine Peso","currency":"ARS","symbol":"$","locale":"es-AR"},{"label":"֏ - Armenian Dram","name":"Armenian Dram","currency":"AMD","symbol":"֏","locale":"hy-AM"},{"label":"ƒ - Aruban Florin","name":"Aruban Florin","currency":"AWG","symbol":"ƒ","locale":"nl-AW"},{"label":"$ - Australian Dollar","name":"Australian Dollar","currency":"AUD","symbol":"$","locale":"en-AU"},{"label":"₼ - Azerbaijani Manat","name":"Azerbaijani Manat","currency":"AZN","symbol":"₼","locale":"az-AZ"},{"label":"$ - Bahamian Dollar","name":"Bahamian Dollar","currency":"BSD","symbol":"$","locale":"en-BS"},{"label":"ب.د - Bahraini Dinar","name":"Bahraini Dinar","currency":"BHD","symbol":"ب.د","locale":"ar-BH"},{"label":"৳ - Bangladeshi Taka","name":"Bangladeshi Taka","currency":"BDT","symbol":"৳","locale":"bn-BD"},{"label":"$ - Barbadian Dollar","name":"Barbadian Dollar","currency":"BBD","symbol":"$","locale":"en-BB"},{"label":"Br - Belarusian Ruble","name":"Belarusian Ruble","currency":"BYN","symbol":"Br","locale":"be-BY"},{"label":"$ - Belize Dollar","name":"Belize Dollar","currency":"BZD","symbol":"$","locale":"en-BZ"},{"label":"$ - Bermudian Dollar","name":"Bermudian Dollar","currency":"BMD","symbol":"$","locale":"en-BM"},{"label":"Nu. - Bhutanese Ngultrum","name":"Bhutanese Ngultrum","currency":"BTN","symbol":"Nu.","locale":"dz-BT"},{"label":"Bs. - Bolivian Boliviano","name":"Bolivian Boliviano","currency":"BOB","symbol":"Bs.","locale":"es-BO"},{"label":"KM - Bosnia-Herzegovina Convertible Mark","name":"Bosnia-Herzegovina Convertible Mark","currency":"BAM","symbol":"KM","locale":"bs-BA"},{"label":"P - Botswana Pula","name":"Botswana Pula","currency":"BWP","symbol":"P","locale":"en-BW"},{"label":"R$ - Brazilian Real","name":"Brazilian Real","currency":"BRL","symbol":"R$","locale":"pt-BR"},{"label":"$ - Brunei Dollar","name":"Brunei Dollar","currency":"BND","symbol":"$","locale":"ms-BN"},{"label":"лв - Bulgarian Lev","name":"Bulgarian Lev","currency":"BGN","symbol":"лв","locale":"bg-BG"},{"label":"FBu - Burundian Franc","name":"Burundian Franc","currency":"BIF","symbol":"FBu","locale":"fr-BI"},{"label":"$ - Cabo Verdean Escudo","name":"Cabo Verdean Escudo","currency":"CVE","symbol":"$","locale":"pt-CV"},{"label":"៛ - Cambodian Riel","name":"Cambodian Riel","currency":"KHR","symbol":"៛","locale":"km-KH"},{"label":"$ - Canadian Dollar","name":"Canadian Dollar","currency":"CAD","symbol":"$","locale":"en-CA"},{"label":"$ - Cayman Islands Dollar","name":"Cayman Islands Dollar","currency":"KYD","symbol":"$","locale":"en-KY"},{"label":"FCFA - Central African CFA Franc","name":"Central African CFA Franc","currency":"XAF","symbol":"FCFA","locale":"fr-CM"},{"label":"$ - Chilean Peso","name":"Chilean Peso","currency":"CLP","symbol":"$","locale":"es-CL"},{"label":"¥ - Chinese Yuan","name":"Chinese Yuan","currency":"CNY","symbol":"¥","locale":"zh-CN"},{"label":"$ - Colombian Peso","name":"Colombian Peso","currency":"COP","symbol":"$","locale":"es-CO"},{"label":"CF - Comorian Franc","name":"Comorian Franc","currency":"KMF","symbol":"CF","locale":"ar-KM"},{"label":"FC - Congolese Franc","name":"Congolese Franc","currency":"CDF","symbol":"FC","locale":"fr-CD"},{"label":"₡ - Costa Rican Colón","name":"Costa Rican Colón","currency":"CRC","symbol":"₡","locale":"es-CR"},{"label":"kn - Croatian Kuna","name":"Croatian Kuna","currency":"HRK","symbol":"kn","locale":"hr-HR"},{"label":"$ - Cuban Peso","name":"Cuban Peso","currency":"CUP","symbol":"$","locale":"es-CU"},{"label":"Kč - Czech Koruna","name":"Czech Koruna","currency":"CZK","symbol":"Kč","locale":"cs-CZ"},{"label":"kr - Danish Krone","name":"Danish Krone","currency":"DKK","symbol":"kr","locale":"da-DK"},{"label":"Fdj - Djiboutian Franc","name":"Djiboutian Franc","currency":"DJF","symbol":"Fdj","locale":"fr-DJ"},{"label":"$ - Dominican Peso","name":"Dominican Peso","currency":"DOP","symbol":"$","locale":"es-DO"},{"label":"$ - East Caribbean Dollar","name":"East Caribbean Dollar","currency":"XCD","symbol":"$","locale":"en-AI"},{"label":"£ - Egyptian Pound","name":"Egyptian Pound","currency":"EGP","symbol":"£","locale":"ar-EG"},{"label":"Nfk - Eritrean Nakfa","name":"Eritrean Nakfa","currency":"ERN","symbol":"Nfk","locale":"ti-ER"},{"label":"Br - Ethiopian Birr","name":"Ethiopian Birr","currency":"ETB","symbol":"Br","locale":"am-ET"},{"label":"€ - Euro","name":"Euro","currency":"EUR","symbol":"€","locale":"de-DE"},{"label":"$ - Fijian Dollar","name":"Fijian Dollar","currency":"FJD","symbol":"$","locale":"en-FJ"},{"label":"£ - Falkland Islands Pound","name":"Falkland Islands Pound","currency":"FKP","symbol":"£","locale":"en-FK"},{"label":"D - Gambian Dalasi","name":"Gambian Dalasi","currency":"GMD","symbol":"D","locale":"en-GM"},{"label":"₾ - Georgian Lari","name":"Georgian Lari","currency":"GEL","symbol":"₾","locale":"ka-GE"},{"label":"₵ - Ghanaian Cedi","name":"Ghanaian Cedi","currency":"GHS","symbol":"₵","locale":"en-GH"},{"label":"£ - Gibraltar Pound","name":"Gibraltar Pound","currency":"GIP","symbol":"£","locale":"en-GI"},{"label":"Q - Guatemalan Quetzal","name":"Guatemalan Quetzal","currency":"GTQ","symbol":"Q","locale":"es-GT"},{"label":"FG - Guinean Franc","name":"Guinean Franc","currency":"GNF","symbol":"FG","locale":"fr-GN"},{"label":"$ - Guyanese Dollar","name":"Guyanese Dollar","currency":"GYD","symbol":"$","locale":"en-GY"},{"label":"G - Haitian Gourde","name":"Haitian Gourde","currency":"HTG","symbol":"G","locale":"ht-HT"},{"label":"L - Honduran Lempira","name":"Honduran Lempira","currency":"HNL","symbol":"L","locale":"es-HN"},{"label":"$ - Hong Kong Dollar","name":"Hong Kong Dollar","currency":"HKD","symbol":"$","locale":"en-HK"},{"label":"Ft - Hungarian Forint","name":"Hungarian Forint","currency":"HUF","symbol":"Ft","locale":"hu-HU"},{"label":"kr - Icelandic Króna","name":"Icelandic Króna","currency":"ISK","symbol":"kr","locale":"is-IS"},{"label":"₹ - Indian Rupee","name":"Indian Rupee","currency":"INR","symbol":"₹","locale":"hi-IN"},{"label":"Rp - Indonesian Rupiah","name":"Indonesian Rupiah","currency":"IDR","symbol":"Rp","locale":"id-ID"},{"label":"﷼ - Iranian Rial","name":"Iranian Rial","currency":"IRR","symbol":"﷼","locale":"fa-IR"},{"label":"ع.د - Iraqi Dinar","name":"Iraqi Dinar","currency":"IQD","symbol":"ع.د","locale":"ar-IQ"},{"label":"₪ - Israeli Shekel","name":"Israeli Shekel","currency":"ILS","symbol":"₪","locale":"he-IL"},{"label":"$ - Jamaican Dollar","name":"Jamaican Dollar","currency":"JMD","symbol":"$","locale":"en-JM"},{"label":"¥ - Japanese Yen","name":"Japanese Yen","currency":"JPY","symbol":"¥","locale":"ja-JP"},{"label":"د.ا - Jordanian Dinar","name":"Jordanian Dinar","currency":"JOD","symbol":"د.ا","locale":"ar-JO"},{"label":"₸ - Kazakhstani Tenge","name":"Kazakhstani Tenge","currency":"KZT","symbol":"₸","locale":"kk-KZ"},{"label":"KSh - Kenyan Shilling","name":"Kenyan Shilling","currency":"KES","symbol":"KSh","locale":"en-KE"},{"label":"$ - Kiribati Dollar","name":"Kiribati Dollar","currency":"KID","symbol":"$","locale":"en-KI"},{"label":"د.ك - Kuwaiti Dinar","name":"Kuwaiti Dinar","currency":"KWD","symbol":"د.ك","locale":"ar-KW"},{"label":"лв - Kyrgyzstani Som","name":"Kyrgyzstani Som","currency":"KGS","symbol":"лв","locale":"ky-KG"},{"label":"₭ - Lao Kip","name":"Lao Kip","currency":"LAK","symbol":"₭","locale":"lo-LA"},{"label":"ل.ل - Lebanese Pound","name":"Lebanese Pound","currency":"LBP","symbol":"ل.ل","locale":"ar-LB"},{"label":"L - Lesotho Loti","name":"Lesotho Loti","currency":"LSL","symbol":"L","locale":"st-LS"},{"label":"$ - Liberian Dollar","name":"Liberian Dollar","currency":"LRD","symbol":"$","locale":"en-LR"},{"label":"ل.د - Libyan Dinar","name":"Libyan Dinar","currency":"LYD","symbol":"ل.د","locale":"ar-LY"},{"label":"MOP$ - Macanese Pataca","name":"Macanese Pataca","currency":"MOP","symbol":"MOP$","locale":"zh-MO"},{"label":"ден - Macedonian Denar","name":"Macedonian Denar","currency":"MKD","symbol":"ден","locale":"mk-MK"},{"label":"Ar - Malagasy Ariary","name":"Malagasy Ariary","currency":"MGA","symbol":"Ar","locale":"mg-MG"},{"label":"MK - Malawian Kwacha","name":"Malawian Kwacha","currency":"MWK","symbol":"MK","locale":"en-MW"},{"label":"RM - Malaysian Ringgit","name":"Malaysian Ringgit","currency":"MYR","symbol":"RM","locale":"ms-MY"},{"label":"ރ - Maldivian Rufiyaa","name":"Maldivian Rufiyaa","currency":"MVR","symbol":"ރ","locale":"dv-MV"},{"label":"UM - Mauritanian Ouguiya","name":"Mauritanian Ouguiya","currency":"MRU","symbol":"UM","locale":"ar-MR"},{"label":"₨ - Mauritian Rupee","name":"Mauritian Rupee","currency":"MUR","symbol":"₨","locale":"mfe-MU"},{"label":"$ - Mexican Peso","name":"Mexican Peso","currency":"MXN","symbol":"$","locale":"es-MX"},{"label":"L - Moldovan Leu","name":"Moldovan Leu","currency":"MDL","symbol":"L","locale":"ro-MD"},{"label":"₮ - Mongolian Tugrik","name":"Mongolian Tugrik","currency":"MNT","symbol":"₮","locale":"mn-MN"},{"label":"د.م. - Moroccan Dirham","name":"Moroccan Dirham","currency":"MAD","symbol":"د.م.","locale":"ar-MA"},{"label":"MT - Mozambican Metical","name":"Mozambican Metical","currency":"MZN","symbol":"MT","locale":"pt-MZ"},{"label":"K - Myanmar Kyat","name":"Myanmar Kyat","currency":"MMK","symbol":"K","locale":"my-MM"},{"label":"$ - Namibian Dollar","name":"Namibian Dollar","currency":"NAD","symbol":"$","locale":"en-NA"},{"label":"₨ - Nepalese Rupee","name":"Nepalese Rupee","currency":"NPR","symbol":"₨","locale":"ne-NP"},{"label":"ƒ - Netherlands Antillean Guilder","name":"Netherlands Antillean Guilder","currency":"ANG","symbol":"ƒ","locale":"nl-CW"},{"label":"$ - New Zealand Dollar","name":"New Zealand Dollar","currency":"NZD","symbol":"$","locale":"en-NZ"},{"label":"C$ - Nicaraguan Córdoba","name":"Nicaraguan Córdoba","currency":"NIO","symbol":"C$","locale":"es-NI"},{"label":"₦ - Nigerian Naira","name":"Nigerian Naira","currency":"NGN","symbol":"₦","locale":"en-NG"},{"label":"kr - Norwegian Krone","name":"Norwegian Krone","currency":"NOK","symbol":"kr","locale":"nb-NO"},{"label":"ر.ع. - Omani Rial","name":"Omani Rial","currency":"OMR","symbol":"ر.ع.","locale":"ar-OM"},{"label":"₨ - Pakistani Rupee","name":"Pakistani Rupee","currency":"PKR","symbol":"₨","locale":"ur-PK"},{"label":"B/. - Panamanian Balboa","name":"Panamanian Balboa","currency":"PAB","symbol":"B/.","locale":"es-PA"},{"label":"K - Papua New Guinean Kina","name":"Papua New Guinean Kina","currency":"PGK","symbol":"K","locale":"en-PG"},{"label":"₲ - Paraguayan Guarani","name":"Paraguayan Guarani","currency":"PYG","symbol":"₲","locale":"es-PY"},{"label":"S/ - Peruvian Sol","name":"Peruvian Sol","currency":"PEN","symbol":"S/","locale":"es-PE"},{"label":"₱ - Philippine Peso","name":"Philippine Peso","currency":"PHP","symbol":"₱","locale":"fil-PH"},{"label":"zł - Polish Zloty","name":"Polish Zloty","currency":"PLN","symbol":"zł","locale":"pl-PL"},{"label":"ر.ق - Qatari Riyal","name":"Qatari Riyal","currency":"QAR","symbol":"ر.ق","locale":"ar-QA"},{"label":"lei - Romanian Leu","name":"Romanian Leu","currency":"RON","symbol":"lei","locale":"ro-RO"},{"label":"₽ - Russian Ruble","name":"Russian Ruble","currency":"RUB","symbol":"₽","locale":"ru-RU"},{"label":"RF - Rwandan Franc","name":"Rwandan Franc","currency":"RWF","symbol":"RF","locale":"rw-RW"},{"label":"£ - Saint Helena Pound","name":"Saint Helena Pound","currency":"SHP","symbol":"£","locale":"en-SH"},{"label":"T - Samoan Tala","name":"Samoan Tala","currency":"WST","symbol":"T","locale":"sm-WS"},{"label":"Db - São Tomé and Príncipe Dobra","name":"São Tomé and Príncipe Dobra","currency":"STN","symbol":"Db","locale":"pt-ST"},{"label":"ر.س - Saudi Riyal","name":"Saudi Riyal","currency":"SAR","symbol":"ر.س","locale":"ar-SA"},{"label":"дин - Serbian Dinar","name":"Serbian Dinar","currency":"RSD","symbol":"дин","locale":"sr-RS"},{"label":"₨ - Seychellois Rupee","name":"Seychellois Rupee","currency":"SCR","symbol":"₨","locale":"fr-SC"},{"label":"Le - Sierra Leonean Leone","name":"Sierra Leonean Leone","currency":"SLE","symbol":"Le","locale":"en-SL"},{"label":"$ - Singapore Dollar","name":"Singapore Dollar","currency":"SGD","symbol":"$","locale":"en-SG"},{"label":"$ - Solomon Islands Dollar","name":"Solomon Islands Dollar","currency":"SBD","symbol":"$","locale":"en-SB"},{"label":"Sh - Somali Shilling","name":"Somali Shilling","currency":"SOS","symbol":"Sh","locale":"so-SO"},{"label":"R - South African Rand","name":"South African Rand","currency":"ZAR","symbol":"R","locale":"en-ZA"},{"label":"₩ - South Korean Won","name":"South Korean Won","currency":"KRW","symbol":"₩","locale":"ko-KR"},{"label":"£ - South Sudanese Pound","name":"South Sudanese Pound","currency":"SSP","symbol":"£","locale":"en-SS"},{"label":"₨ - Sri Lankan Rupee","name":"Sri Lankan Rupee","currency":"LKR","symbol":"₨","locale":"si-LK"},{"label":"£ - Sudanese Pound","name":"Sudanese Pound","currency":"SDG","symbol":"£","locale":"ar-SD"},{"label":"$ - Surinamese Dollar","name":"Surinamese Dollar","currency":"SRD","symbol":"$","locale":"nl-SR"},{"label":"E - Swazi Lilangeni","name":"Swazi Lilangeni","currency":"SZL","symbol":"E","locale":"en-SZ"},{"label":"kr - Swedish Krona","name":"Swedish Krona","currency":"SEK","symbol":"kr","locale":"sv-SE"},{"label":"Fr - Swiss Franc","name":"Swiss Franc","currency":"CHF","symbol":"Fr","locale":"fr-CH"},{"label":"£ - Syrian Pound","name":"Syrian Pound","currency":"SYP","symbol":"£","locale":"ar-SY"},{"label":"ЅМ - Tajikistani Somoni","name":"Tajikistani Somoni","currency":"TJS","symbol":"ЅМ","locale":"tg-TJ"},{"label":"Sh - Tanzanian Shilling","name":"Tanzanian Shilling","currency":"TZS","symbol":"Sh","locale":"sw-TZ"},{"label":"฿ - Thai Baht","name":"Thai Baht","currency":"THB","symbol":"฿","locale":"th-TH"},{"label":"T$ - Tongan Paʻanga","name":"Tongan Paʻanga","currency":"TOP","symbol":"T$","locale":"to-TO"},{"label":"$ - Trinidad and Tobago Dollar","name":"Trinidad and Tobago Dollar","currency":"TTD","symbol":"$","locale":"en-TT"},{"label":"د.ت - Tunisian Dinar","name":"Tunisian Dinar","currency":"TND","symbol":"د.ت","locale":"ar-TN"},{"label":"₺ - Turkish Lira","name":"Turkish Lira","currency":"TRY","symbol":"₺","locale":"tr-TR"},{"label":"T - Turkmenistani Manat","name":"Turkmenistani Manat","currency":"TMT","symbol":"T","locale":"tk-TM"},{"label":"USh - Ugandan Shilling","name":"Ugandan Shilling","currency":"UGX","symbol":"USh","locale":"en-UG"},{"label":"₴ - Ukrainian Hryvnia","name":"Ukrainian Hryvnia","currency":"UAH","symbol":"₴","locale":"uk-UA"},{"label":"د.إ - United Arab Emirates Dirham","name":"United Arab Emirates Dirham","currency":"AED","symbol":"د.إ","locale":"ar-AE"},{"label":"$ - United States Dollar","name":"United States Dollar","currency":"USD","symbol":"$","locale":"en-US"},{"label":"$ - Uruguayan Peso","name":"Uruguayan Peso","currency":"UYU","symbol":"$","locale":"es-UY"},{"label":"лв - Uzbekistani Som","name":"Uzbekistani Som","currency":"UZS","symbol":"лв","locale":"uz-UZ"},{"label":"VT - Vanuatu Vatu","name":"Vanuatu Vatu","currency":"VUV","symbol":"VT","locale":"bi-VU"},{"label":"Bs. - Venezuelan Bolívar","name":"Venezuelan Bolívar","currency":"VES","symbol":"Bs.","locale":"es-VE"},{"label":"₫ - Vietnamese Dong","name":"Vietnamese Dong","currency":"VND","symbol":"₫","locale":"vi-VN"},{"label":"CFA - West African CFA Franc","name":"West African CFA Franc","currency":"XOF","symbol":"CFA","locale":"fr-SN"},{"label":"﷼ - Yemeni Rial","name":"Yemeni Rial","currency":"YER","symbol":"﷼","locale":"ar-YE"},{"label":"ZK - Zambian Kwacha","name":"Zambian Kwacha","currency":"ZMW","symbol":"ZK","locale":"en-ZM"},{"label":"$ - Zimbabwean Dollar","name":"Zimbabwean Dollar","currency":"ZWL","symbol":"$","locale":"en-ZW"}]'), S = (c = "IDR") => {
9
+ let i = c;
10
+ const { generalSetting: a = {} } = JSON.parse(
11
+ localStorage.getItem("user") ?? "{}"
12
+ );
13
+ return a.currency && (i = a.currency.currency), f.find((u) => u.currency === i) ?? {
14
+ label: "$ - United States Dollar",
15
+ name: "United States Dollar",
16
+ currency: "USD",
17
+ symbol: "$",
18
+ locale: "en-US"
19
+ };
20
+ }, ra = (c, i, a = !0) => {
21
+ const { locale: u, currency: t } = S(i);
22
+ return c == null ? "-" : Number(c).toLocaleString(u, {
23
+ style: a ? "currency" : void 0,
24
+ currency: t
25
+ }).replace("Rp ", "Rp");
26
+ }, oa = /* @__PURE__ */ T({
27
+ __name: "InputCurrency",
28
+ props: {
29
+ modelValue: {},
30
+ value: {},
31
+ label: {},
32
+ max: {},
33
+ useValidator: { type: Boolean },
34
+ fieldName: {},
35
+ mandatory: { type: Boolean },
36
+ validatorMessage: {},
37
+ invalid: { type: Boolean },
38
+ placeholder: {},
39
+ disabled: { type: Boolean },
40
+ showButtons: { type: Boolean },
41
+ size: {},
42
+ mode: {},
43
+ useGrouping: { type: Boolean },
44
+ fieldInfo: {},
45
+ inputnNumberId: {}
46
+ },
47
+ emits: ["update:modelValue", "input"],
48
+ setup(c, { emit: i }) {
49
+ var C, h;
50
+ const a = c, u = i;
51
+ v(() => {
52
+ a.useValidator && (Object.assign(
53
+ m,
54
+ W(a.fieldName ?? "currencyInput", (n) => {
55
+ var e;
56
+ return !(n != null && n.value) && a.mandatory ? typeof a.validatorMessage == "object" && "empty" in a.validatorMessage ? a.validatorMessage.empty.replace("{label}", a.label) : (e = t.emptyInputErrorMessage) == null ? void 0 : e.replace(
57
+ "{label}",
58
+ a.label
59
+ ) : !0;
60
+ })
61
+ ), a.modelValue && (m.value = a.modelValue));
62
+ });
63
+ const { locale: t } = A("InputCurrency"), { locale: N } = A("Dropdown"), { dropdown: g = {}, inputcurrency: R = {} } = I("preset", {}), d = b(!1), s = b((C = a.modelValue) == null ? void 0 : C.value), B = navigator.userAgent.includes("Firefox"), o = b(
64
+ S((h = a.modelValue) == null ? void 0 : h.currency)
65
+ ), m = G({
66
+ value: a.modelValue
67
+ }), L = b(f), $ = D(() => {
68
+ var n;
69
+ return (n = o.value) == null ? void 0 : n.locale;
70
+ }), M = D(() => a.inputnNumberId ? a.inputnNumberId : (a.label ?? a.fieldName ?? "input-number").toLowerCase().trim().replaceAll(" ", "-") + "-inputnumber"), P = D(() => a.invalid || !!m.errorMessage), K = ({ currency: n }, e) => {
71
+ const l = { currency: n, value: e };
72
+ u("update:modelValue", l), m.value = l;
73
+ }, F = () => {
74
+ Y(() => {
75
+ const n = document.getElementById(
76
+ M.value
77
+ );
78
+ n && n.focus();
79
+ });
80
+ };
81
+ return k(
82
+ () => a.modelValue,
83
+ () => {
84
+ var n, e, l;
85
+ o.value = (n = a.modelValue) != null && n.currency ? S((e = a.modelValue) == null ? void 0 : e.currency) : o.value, m.value = a.modelValue, s.value = (l = a.modelValue) == null ? void 0 : l.value;
86
+ }
87
+ ), (n, e) => (U(), V(x, w(a, {
88
+ modelValue: s.value,
89
+ "onUpdate:modelValue": [
90
+ e[4] || (e[4] = (l) => s.value = l),
91
+ e[5] || (e[5] = (l) => K(o.value, l))
92
+ ],
93
+ "input-id": M.value,
94
+ "input-number-class": r(R).value({ isFirefoxBased: r(B), invalidInput: P.value }).class,
95
+ locale: $.value,
96
+ "min-fraction-digits": 0,
97
+ "use-validator": !1,
98
+ "addon-left-class": "!p-0 !bg-transparent",
99
+ "input-group-class": "!ring-0",
100
+ mode: "decimal",
101
+ "use-grouping": ""
102
+ }), {
103
+ "addon-left": y(() => [
104
+ p(r(J), {
105
+ modelValue: o.value,
106
+ "onUpdate:modelValue": [
107
+ e[0] || (e[0] = (l) => o.value = l),
108
+ e[3] || (e[3] = (l) => K(l, s.value))
109
+ ],
110
+ class: E(r(R).currency({ isFirefoxBased: r(B), invalidInput: P.value }).class),
111
+ "filter-fields": ["label", "currency"],
112
+ "filter-placeholder": r(N).filterPlaceholder,
113
+ options: L.value,
114
+ pt: {
115
+ input: {
116
+ class: [
117
+ "py-1 pl-3 pr-0.5",
118
+ r(g).input({ props: { modelValue: o.value } }).class
119
+ ]
120
+ }
121
+ },
122
+ onHide: e[1] || (e[1] = (l) => (d.value = !1, F())),
123
+ onShow: e[2] || (e[2] = (l) => d.value = !0),
124
+ "data-key": "currency",
125
+ filter: "",
126
+ "option-label": "symbol"
127
+ }, {
128
+ dropdownicon: y(() => [
129
+ p(j, O(Z(r(g).dropdownicon({ state: { isShowOverlay: d.value } }))), null, 16)
130
+ ]),
131
+ option: y(({ option: l }) => [
132
+ z(H(l.label), 1)
133
+ ]),
134
+ _: 1
135
+ }, 8, ["modelValue", "class", "filter-placeholder", "options", "pt"])
136
+ ]),
137
+ validatormessage: y(() => [
138
+ p(Q, {
139
+ message: m.errorMessage
140
+ }, null, 8, ["message"])
141
+ ]),
142
+ _: 1
143
+ }, 16, ["modelValue", "input-id", "input-number-class", "locale"]));
144
+ }
145
+ });
2
146
  export {
3
- f as default
147
+ oa as _,
148
+ ra as f
4
149
  };
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as o, createBlock as t, openBlock as n, mergeProps as p } from "vue";
2
- import u from "../inputtext/index.es.js";
2
+ import { _ as r } from "../inputtext/index.es.js";
3
3
  const d = /* @__PURE__ */ o({
4
4
  __name: "InputEmail",
5
5
  props: {
@@ -33,8 +33,8 @@ const d = /* @__PURE__ */ o({
33
33
  inputId: {}
34
34
  },
35
35
  emits: ["update:modelValue", "blur", "input"],
36
- setup(r) {
37
- return (l, e) => (n(), t(u, p({
36
+ setup(u) {
37
+ return (l, e) => (n(), t(r, p({
38
38
  onBlur: e[0] || (e[0] = (a) => l.$emit("blur", a)),
39
39
  onInput: e[1] || (e[1] = (a) => l.$emit("input", a)),
40
40
  "onUpdate:modelValue": e[2] || (e[2] = (a) => l.$emit("update:modelValue", a))
@@ -45,5 +45,5 @@ const d = /* @__PURE__ */ o({
45
45
  }
46
46
  });
47
47
  export {
48
- d as default
48
+ d as _
49
49
  };
@@ -1,12 +1,12 @@
1
1
  import { defineComponent as U, useSlots as q, inject as E, shallowRef as K, ref as H, reactive as J, computed as x, onMounted as Q, watch as R, createBlock as m, openBlock as u, createSlots as W, withCtx as p, createVNode as I, renderSlot as g, normalizeClass as b, createCommentVNode as v, createElementVNode as X, unref as r, mergeProps as V, createElementBlock as Y, toDisplayString as Z, nextTick as $ } from "vue";
2
2
  import { u as _ } from "../vendor/vee-validate/dist/vee-validate.esm.es.js";
3
- import { u as ee } from "../animation/Animation.es.js";
3
+ import { u as ee } from "../plugins/WangsVue.es.js";
4
4
  import { s as z } from "../vendor/primevue/inputgroupaddon/inputgroupaddon.esm.es.js";
5
5
  import { s as te } from "../vendor/primevue/inputnumber/inputnumber.esm.es.js";
6
- import { _ as ae } from "../fieldwrapper/FieldWrapper.es.js";
7
- import S from "../icon/index.es.js";
8
- import { _ as le } from "../inputgroup/InputGroup.es.js";
9
- import oe from "../validatormessage/index.es.js";
6
+ import { _ as ae } from "../fieldwrapper/index.es.js";
7
+ import { _ as S } from "../icon/index.es.js";
8
+ import { _ as le } from "../inputgroup/index.es.js";
9
+ import { _ as oe } from "../validatormessage/index.es.js";
10
10
  const ce = /* @__PURE__ */ U({
11
11
  __name: "InputNumber",
12
12
  props: {
@@ -236,5 +236,5 @@ const ce = /* @__PURE__ */ U({
236
236
  }
237
237
  });
238
238
  export {
239
- ce as default
239
+ ce as _
240
240
  };
@@ -26,5 +26,5 @@ const B = /* @__PURE__ */ t({
26
26
  }
27
27
  });
28
28
  export {
29
- B as default
29
+ B as _
30
30
  };
@@ -1,10 +1,10 @@
1
- import { defineComponent as M, inject as h, ref as w, reactive as B, computed as N, onMounted as x, watch as v, createBlock as E, openBlock as I, withCtx as n, createVNode as i, normalizeClass as r, unref as u, createElementVNode as g, nextTick as $ } from "vue";
1
+ import { defineComponent as M, inject as h, ref as w, reactive as B, computed as N, onMounted as x, watch as v, createBlock as E, openBlock as I, withCtx as n, createVNode as i, normalizeClass as r, unref as u, createElementVNode as _, nextTick as $ } from "vue";
2
2
  import { u as P } from "../vendor/vee-validate/dist/vee-validate.esm.es.js";
3
3
  import { s as S } from "../vendor/primevue/password/password.esm.es.js";
4
- import { _ as j } from "../fieldwrapper/FieldWrapper.es.js";
5
- import _ from "../icon/index.es.js";
6
- import { _ as F } from "../inputgroup/InputGroup.es.js";
7
- import T from "../validatormessage/index.es.js";
4
+ import { _ as j } from "../fieldwrapper/index.es.js";
5
+ import { _ as g } from "../icon/index.es.js";
6
+ import { _ as F } from "../inputgroup/index.es.js";
7
+ import { _ as T } from "../validatormessage/index.es.js";
8
8
  const U = ["onClick"], z = ["onClick"], K = /* @__PURE__ */ M({
9
9
  __name: "InputPassword",
10
10
  props: {
@@ -83,22 +83,22 @@ const U = ["onClick"], z = ["onClick"], K = /* @__PURE__ */ M({
83
83
  showicon: n(({ toggleCallback: o }) => {
84
84
  var t;
85
85
  return [
86
- g("button", {
86
+ _("button", {
87
87
  class: r([(t = u(m)) == null ? void 0 : t.showicon.class, "unset"]),
88
88
  onClick: (c) => (o(), f(c))
89
89
  }, [
90
- i(_, { icon: "eye" })
90
+ i(g, { icon: "eye" })
91
91
  ], 10, U)
92
92
  ];
93
93
  }),
94
94
  hideicon: n(({ toggleCallback: o }) => {
95
95
  var t;
96
96
  return [
97
- g("button", {
97
+ _("button", {
98
98
  class: r([(t = u(m)) == null ? void 0 : t.showicon.class, "unset"]),
99
99
  onClick: (c) => (o(), f(c))
100
100
  }, [
101
- i(_, { icon: "eye-off" })
101
+ i(g, { icon: "eye-off" })
102
102
  ], 10, z)
103
103
  ];
104
104
  }),
@@ -117,5 +117,5 @@ const U = ["onClick"], z = ["onClick"], K = /* @__PURE__ */ M({
117
117
  }
118
118
  });
119
119
  export {
120
- K as default
120
+ K as _
121
121
  };