@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
@@ -0,0 +1,50 @@
1
+ import { defineComponent as p, computed as m, ref as u, onMounted as c, createElementBlock as d, openBlock as f, mergeProps as g, createElementVNode as y } from "vue";
2
+ import { u as h } from "../plugins/WangsVue.es.js";
3
+ import { m as v } from "../utils/mergePropsWithDefaults.util.es.js";
4
+ const b = (n, e, i) => {
5
+ const o = n[e];
6
+ return o ? typeof o == "function" ? o() : Promise.resolve(o) : new Promise((a, s) => {
7
+ (typeof queueMicrotask == "function" ? queueMicrotask : setTimeout)(
8
+ s.bind(
9
+ null,
10
+ new Error(
11
+ "Unknown variable dynamic import: " + e + (e.split("/").length !== i ? ". Note that variables only represent file names one level deep." : "")
12
+ )
13
+ )
14
+ );
15
+ });
16
+ }, P = /* @__PURE__ */ p({
17
+ __name: "Animation",
18
+ props: {
19
+ animation: {},
20
+ autoplay: { type: Boolean, default: !0 },
21
+ loop: { type: Boolean, default: !0 }
22
+ },
23
+ setup(n) {
24
+ const e = n, { defaultProps: i } = h("Animation"), o = m(() => v(e, i)), a = u(null);
25
+ c(async () => {
26
+ const l = await b(/* @__PURE__ */ Object.assign({ "../../assets/lottie/admin/loading-page.lottie": () => import("../assets/lottiejs/loading-page.es.js").then((t) => t.l), "../../assets/lottie/admin/loading-table.lottie": () => import("../assets/lottiejs/loading-table.es.js").then((t) => t.l), "../../assets/lottie/admin/no-data.lottie": () => import("../assets/lottiejs/no-data.es.js").then((t) => t.n), "../../assets/lottie/supplyasset/loading-page.lottie": () => import("../assets/lottiejs/loading-page.es.js").then((t) => t.a), "../../assets/lottie/supplyasset/loading-table.lottie": () => import("../assets/lottiejs/loading-table.es.js").then((t) => t.a), "../../assets/lottie/supplyasset/no-data.lottie": () => import("../assets/lottiejs/no-data.es.js").then((t) => t.a), "../../assets/lottie/workspace/loading-page.lottie": () => import("../assets/lottiejs/loading-page.es.js").then((t) => t.b), "../../assets/lottie/workspace/loading-plane.lottie": () => import("../assets/lottiejs/loading-plane.es.js"), "../../assets/lottie/workspace/loading-table.lottie": () => import("../assets/lottiejs/loading-table.es.js").then((t) => t.b), "../../assets/lottie/workspace/no-data.lottie": () => import("../assets/lottiejs/no-data.es.js").then((t) => t.b) }), `../../assets/lottie/${o.value.libPath}/${e.animation}.lottie`, 6), { DotLottie: r } = await s();
27
+ a.value && new r({
28
+ canvas: a.value,
29
+ src: l.default,
30
+ autoplay: e.autoplay,
31
+ loop: e.loop
32
+ });
33
+ });
34
+ const s = () => import(
35
+ // eslint-disable-next-line @typescript-eslint/ban-ts-comment
36
+ // @ts-ignore
37
+ "https://cdn.jsdelivr.net/npm/@lottiefiles/dotlottie-web@0.38.2/+esm"
38
+ );
39
+ return (l, r) => (f(), d("div", g({ "data-wv-name": "animation" }, l.$attrs), [
40
+ y("canvas", {
41
+ ref_key: "canvasRef",
42
+ ref: a,
43
+ style: { width: "100%", height: "100%" }
44
+ }, null, 512)
45
+ ], 16));
46
+ }
47
+ });
48
+ export {
49
+ P as _
50
+ };
@@ -1,8 +1,8 @@
1
1
  import { defineComponent as C, shallowRef as B, computed as F, createElementBlock as o, openBlock as a, Fragment as i, createElementVNode as l, createVNode as m, toDisplayString as r, withCtx as I, renderList as g, createBlock as h, createCommentVNode as k } from "vue";
2
2
  import { f as N } from "../utils/date.util.es.js";
3
- import w from "../badge/index.es.js";
4
- import $ from "../dialog/index.es.js";
5
- import A from "../icon/index.es.js";
3
+ import { _ as w } from "../badge/index.es.js";
4
+ import { _ as $ } from "../dialog/index.es.js";
5
+ import { _ as A } from "../icon/index.es.js";
6
6
  const V = {
7
7
  class: "flex justify-end gap-1 items-center pb-1 flex-wrap whitespace-nowrap",
8
8
  "data-wv-name": "approver-info"
@@ -23,13 +23,13 @@ const V = {
23
23
  },
24
24
  setup(D) {
25
25
  const u = D, c = B(!1), d = F(() => {
26
- var p, s, n, v, y, x, _;
26
+ var p, s, n, v, y, _, x;
27
27
  let t, e;
28
28
  return (p = u.approvals) == null || p.forEach((b) => {
29
29
  e = b.approvers.findIndex((L) => !!L.actionAt), t = e === -1 ? 0 : b.level - 1, e = e === -1 ? 0 : e;
30
30
  }), {
31
31
  name: (v = (n = (s = u.approvals) == null ? void 0 : s[t]) == null ? void 0 : n.approvers[e]) == null ? void 0 : v.fullName,
32
- date: (_ = (x = (y = u.approvals) == null ? void 0 : y[t]) == null ? void 0 : x.approvers[e]) == null ? void 0 : _.actionAt
32
+ date: (x = (_ = (y = u.approvals) == null ? void 0 : y[t]) == null ? void 0 : _.approvers[e]) == null ? void 0 : x.actionAt
33
33
  };
34
34
  }), j = (t) => {
35
35
  let e;
@@ -123,5 +123,5 @@ const V = {
123
123
  }
124
124
  });
125
125
  export {
126
- X as default
126
+ X as _
127
127
  };
@@ -1,4 +1,162 @@
1
- import { _ as f } from "./AssetInfo.es.js";
1
+ import { shallowRef as J, ref as X, defineComponent as Y, onMounted as Z, computed as f, watch as ee, createElementBlock as c, openBlock as p, createVNode as m, createElementVNode as l, createCommentVNode as v, toDisplayString as k, Fragment as se, unref as W, normalizeClass as b } from "vue";
2
+ import { AssetServices as ae } from "@tagsamurai/fats-api-services";
3
+ import "../vendor/single-spa/lib/es2015/esm/single-spa.min.es.js";
4
+ import { g as te } from "../utils/getStatusSeverity.util.es.js";
5
+ import { u as le } from "../utils/toast.util.es.js";
6
+ import { _ as h } from "../badge/index.es.js";
7
+ import { _ as ne } from "../image/index.es.js";
8
+ import { _ as oe } from "../tagtype/index.es.js";
9
+ const q = J(!1), z = X(), ie = () => ({
10
+ loading: q,
11
+ message: z,
12
+ setLoading: (y, t) => {
13
+ q.value = y, z.value = t, document.body.classList[y ? "add" : "remove"]("loading");
14
+ }
15
+ }), re = { class: "flex justify-between gap-[18px] dark:text-general-100" }, ue = { class: "w-full flex flex-col gap-[6px]" }, de = { class: "flex justify-between" }, ce = { class: "" }, pe = { class: "text-[16px] font-bold leading-[19.12px]" }, fe = { class: "flex items-center gap-[6px]" }, me = { class: "text-general-400 leading-[16.39px]" }, ve = ["href"], ge = { class: "flex flex-col gap-1" }, _e = {
16
+ key: 0,
17
+ class: "flex gap-3"
18
+ }, ye = {
19
+ key: 1,
20
+ class: "flex gap-3"
21
+ }, xe = {
22
+ key: 2,
23
+ class: "flex gap-3"
24
+ }, be = {
25
+ key: 3,
26
+ class: "flex gap-3"
27
+ }, Se = /* @__PURE__ */ Y({
28
+ __name: "AssetInfo",
29
+ props: {
30
+ id: {},
31
+ fields: {},
32
+ transactionDetail: {},
33
+ useNfc: { type: Boolean, default: !0 },
34
+ useTagType: { type: Boolean, default: !0 }
35
+ },
36
+ setup(I, { expose: y }) {
37
+ const t = I;
38
+ Z(async () => {
39
+ t.transactionDetail ? e.value = t.transactionDetail : await U();
40
+ });
41
+ const O = le(), { setLoading: T } = ie(), R = JSON.parse(localStorage.getItem("user") ?? "{}"), e = J(), w = f(() => {
42
+ var s;
43
+ return (s = t.fields) == null ? void 0 : s.includes("status");
44
+ }), H = f(() => {
45
+ const {
46
+ setDefault: s,
47
+ firstImageBig: a,
48
+ secondImageBig: n,
49
+ assetImageBig: o,
50
+ assetImage: i,
51
+ firstImage: r,
52
+ secondImage: u
53
+ } = e.value ?? {}, d = s === "firstImage";
54
+ return t.transactionDetail ? i ?? o : d ? r ?? a : u ?? n;
55
+ }), K = f(() => {
56
+ var s, a, n, o, i, r, u, d, g, _;
57
+ return t.transactionDetail ? (n = (a = (s = e.value) == null ? void 0 : s.assetName) == null ? void 0 : a.aliasCode) != null && n.length ? `(${(i = (o = e.value) == null ? void 0 : o.assetName) == null ? void 0 : i.aliasCode})` : "" : (d = (u = (r = e.value) == null ? void 0 : r.name) == null ? void 0 : u.aliasCode) != null && d.length ? `(${(_ = (g = e.value) == null ? void 0 : g.name) == null ? void 0 : _.aliasCode})` : "";
58
+ }), P = f(() => {
59
+ var s, a;
60
+ return ((s = e.value) == null ? void 0 : s.assetTagType) ?? ((a = e.value) == null ? void 0 : a.tagType);
61
+ }), Q = f(() => {
62
+ var s, a;
63
+ return ((s = e.value) == null ? void 0 : s.assetName) ?? ((a = e.value) == null ? void 0 : a.name);
64
+ }), x = f(() => [
65
+ {
66
+ "w-[69px]": !w.value,
67
+ "w-[76px]": w.value
68
+ }
69
+ ]), U = async () => {
70
+ try {
71
+ T(!0);
72
+ const { data: s } = await ae.getAssetDetail(t.id);
73
+ s && (e.value = s.data);
74
+ } catch (s) {
75
+ O.add({ error: s, message: "Error, failed to load asset details." });
76
+ } finally {
77
+ T(!1);
78
+ }
79
+ };
80
+ return ee(
81
+ () => t.transactionDetail,
82
+ (s) => {
83
+ e.value = s;
84
+ },
85
+ { deep: !0 }
86
+ ), y({ asset: e }), (s, a) => {
87
+ var n, o, i, r, u, d, g, _, D, B, N, S, C, A, $, L, E, F, M, V, j, G;
88
+ return p(), c("div", re, [
89
+ m(ne, { src: H.value }, null, 8, ["src"]),
90
+ l("div", ue, [
91
+ l("div", de, [
92
+ l("div", ce, [
93
+ l("div", pe, k(((n = Q.value) == null ? void 0 : n.nameWithSequence) ?? "-"), 1),
94
+ l("div", fe, [
95
+ l("span", me, k(((o = e.value) == null ? void 0 : o.assetId) ?? "-") + " " + k(K.value), 1),
96
+ s.useTagType ? (p(), c(se, { key: 0 }, [
97
+ a[0] || (a[0] = l("div", { class: "w-[6px] h-[6px] rounded-full bg-general-100" }, null, -1)),
98
+ m(oe, {
99
+ type: P.value,
100
+ "use-nfc": s.useNfc
101
+ }, null, 8, ["type", "use-nfc"])
102
+ ], 64)) : v("", !0)
103
+ ])
104
+ ]),
105
+ W(R).userType !== "Basic" ? (p(), c("a", {
106
+ key: 0,
107
+ href: `/assets/detail/${((i = e.value) == null ? void 0 : i.asset) ?? ((r = e.value) == null ? void 0 : r._id)}`,
108
+ class: "text-primary-500",
109
+ target: "_blank"
110
+ }, " Asset Detail > ", 8, ve)) : v("", !0)
111
+ ]),
112
+ l("div", ge, [
113
+ !t.fields || (u = t.fields) != null && u.includes("brand") ? (p(), c("div", _e, [
114
+ l("span", {
115
+ class: b(x.value)
116
+ }, " Brand ", 2),
117
+ a[1] || (a[1] = l("span", null, ":", -1)),
118
+ m(h, {
119
+ label: ((g = (d = e.value) == null ? void 0 : d.assetBrand) == null ? void 0 : g.name) ?? ((D = (_ = e.value) == null ? void 0 : _.brand) == null ? void 0 : D.name) ?? "-",
120
+ severity: "dark"
121
+ }, null, 8, ["label"])
122
+ ])) : v("", !0),
123
+ !t.fields || (B = t.fields) != null && B.includes("model") ? (p(), c("div", ye, [
124
+ l("span", {
125
+ class: b(x.value)
126
+ }, " Model/Type ", 2),
127
+ a[2] || (a[2] = l("span", null, ":", -1)),
128
+ m(h, {
129
+ label: ((S = (N = e.value) == null ? void 0 : N.assetModel) == null ? void 0 : S.name) ?? ((A = (C = e.value) == null ? void 0 : C.model) == null ? void 0 : A.name) ?? "-",
130
+ severity: "dark"
131
+ }, null, 8, ["label"])
132
+ ])) : v("", !0),
133
+ !t.fields || ($ = t.fields) != null && $.includes("group") ? (p(), c("div", xe, [
134
+ l("span", {
135
+ class: b(x.value)
136
+ }, " Group ", 2),
137
+ a[3] || (a[3] = l("span", null, ":", -1)),
138
+ m(h, {
139
+ label: ((E = (L = e.value) == null ? void 0 : L.assetGroup) == null ? void 0 : E.name) ?? ((M = (F = e.value) == null ? void 0 : F.group) == null ? void 0 : M.name) ?? "-"
140
+ }, null, 8, ["label"])
141
+ ])) : v("", !0),
142
+ (V = t.fields) != null && V.includes("status") ? (p(), c("div", be, [
143
+ l("span", {
144
+ class: b(x.value)
145
+ }, " Asset Status ", 2),
146
+ a[4] || (a[4] = l("span", null, ":", -1)),
147
+ m(h, {
148
+ label: ((j = e.value) == null ? void 0 : j.status) ?? "-",
149
+ severity: W(te)((G = e.value) == null ? void 0 : G.status),
150
+ format: "nowrap"
151
+ }, null, 8, ["label", "severity"])
152
+ ])) : v("", !0)
153
+ ])
154
+ ])
155
+ ]);
156
+ };
157
+ }
158
+ });
2
159
  export {
3
- f as default
160
+ Se as _,
161
+ ie as u
4
162
  };
@@ -1,6 +1,6 @@
1
1
  import { defineComponent as p, shallowRef as f, ref as m, createBlock as h, openBlock as v, unref as a, withCtx as d, renderSlot as z, createElementVNode as g, normalizeClass as w, toDisplayString as C } from "vue";
2
2
  import { o as y } from "../vendor/vue-advanced-cropper/dist/index.esm-bundler.es.js";
3
- import { u as _ } from "../animation/Animation.es.js";
3
+ import { u as _ } from "../plugins/WangsVue.es.js";
4
4
  const I = (i, s) => {
5
5
  const r = i.__vccOpts || i;
6
6
  for (const [o, l] of s)
package/badge/index.es.js CHANGED
@@ -1,8 +1,8 @@
1
1
  import { defineComponent as C, computed as r, resolveDirective as w, withDirectives as D, createElementBlock as c, openBlock as i, mergeProps as d, createElementVNode as S, createBlock as T, createCommentVNode as V, toDisplayString as W } from "vue";
2
- import { u as N } from "../animation/Animation.es.js";
3
- import { m as P } from "../utils/mergePropsWithDefaults.util.es.js";
4
- import { f as _ } from "../utils/textFormatter.util.es.js";
5
- import { _ as E } from "../button/Button.es.js";
2
+ import { u as _ } from "../plugins/WangsVue.es.js";
3
+ import { m as N } from "../utils/mergePropsWithDefaults.util.es.js";
4
+ import { f as P } from "../utils/textFormatter.util.es.js";
5
+ import { _ as E } from "../button/index.es.js";
6
6
  const F = ["contenteditable"], H = {
7
7
  key: 1,
8
8
  "aria-label": "invalid-label"
@@ -20,7 +20,7 @@ const F = ["contenteditable"], H = {
20
20
  },
21
21
  emits: ["remove", "update:label"],
22
22
  setup(f, { emit: v }) {
23
- const t = f, n = v, { defaultProps: g } = N("Badge"), y = r(() => P(t, g)), p = r(() => {
23
+ const t = f, n = v, { defaultProps: g } = _("Badge"), y = r(() => N(t, g)), p = r(() => {
24
24
  const e = typeof t.label;
25
25
  return e === "number" || e === "string" && t.label && t.label !== "-";
26
26
  }), s = r(() => {
@@ -32,7 +32,7 @@ const F = ["contenteditable"], H = {
32
32
  case "nowrap":
33
33
  return t.label;
34
34
  case "username":
35
- return _(t.label);
35
+ return P(t.label);
36
36
  default:
37
37
  if (t.label.length > 12) {
38
38
  const e = t.label.slice(0, 5), o = t.label.slice(-5);
@@ -95,5 +95,5 @@ const F = ["contenteditable"], H = {
95
95
  }
96
96
  });
97
97
  export {
98
- z as default
98
+ z as _
99
99
  };
@@ -1,7 +1,7 @@
1
- import { defineComponent as k, shallowRef as c, computed as u, createElementBlock as s, openBlock as o, normalizeProps as h, mergeProps as m, createBlock as a, createCommentVNode as f, Fragment as d, renderList as y, unref as b, withCtx as $, renderSlot as w } from "vue";
1
+ import { defineComponent as k, shallowRef as c, computed as m, createElementBlock as s, openBlock as o, normalizeProps as h, mergeProps as u, createBlock as a, createCommentVNode as f, Fragment as d, renderList as y, unref as b, withCtx as $, renderSlot as w } from "vue";
2
2
  import { s as x } from "../vendor/primevue/dialog/dialog.esm.es.js";
3
- import v from "../badge/index.es.js";
4
- import { _ as B } from "../button/Button.es.js";
3
+ import { _ as v } from "../badge/index.es.js";
4
+ import { _ as B } from "../button/index.es.js";
5
5
  const L = { key: 0 }, j = /* @__PURE__ */ k({
6
6
  __name: "BadgeGroup",
7
7
  props: {
@@ -17,10 +17,10 @@ const L = { key: 0 }, j = /* @__PURE__ */ k({
17
17
  getSeverity: {}
18
18
  },
19
19
  setup(g) {
20
- const t = g, l = c(!1), n = u(() => t.labels.slice(0, t.limit)), p = u(
20
+ const t = g, l = c(!1), n = m(() => t.labels.slice(0, t.limit)), p = m(
21
21
  () => t.labels.length - n.value.length
22
22
  );
23
- return (r, i) => n.value.length ? (o(), s("div", h(m({ key: 1 }, r.$preset.badgegroup.root)), [
23
+ return (r, i) => n.value.length ? (o(), s("div", h(u({ key: 1 }, r.$preset.badgegroup.root)), [
24
24
  (o(!0), s(d, null, y(n.value, (e) => (o(), a(v, {
25
25
  key: typeof e == "string" ? e : e.text,
26
26
  format: t.format,
@@ -28,7 +28,7 @@ const L = { key: 0 }, j = /* @__PURE__ */ k({
28
28
  severity: typeof e == "string" ? t.severity : e.severity,
29
29
  tooltip: typeof e == "object" && e.tooltip
30
30
  }, null, 8, ["format", "label", "severity", "tooltip"]))), 128)),
31
- p.value ? (o(), a(B, m({
31
+ p.value ? (o(), a(B, u({
32
32
  key: 0,
33
33
  label: `+${p.value} ${r.textMore}`
34
34
  }, r.$preset.badgegroup.showmorebutton, {
@@ -64,5 +64,5 @@ const L = { key: 0 }, j = /* @__PURE__ */ k({
64
64
  }
65
65
  });
66
66
  export {
67
- j as default
67
+ j as _
68
68
  };
@@ -1,13 +1,13 @@
1
1
  import { defineComponent as ht, onMounted as yt, ref as B, shallowRef as P, computed as x, watch as ge, createBlock as he, openBlock as c, withCtx as ye, renderSlot as U, createVNode as S, createElementVNode as f, mergeProps as u, unref as q, createElementBlock as g, createCommentVNode as $, withDirectives as wt, toDisplayString as F, Fragment as Q, renderList as re, createTextVNode as Dt, normalizeProps as bt, withKeys as w, vShow as Mt } from "vue";
2
- import { u as kt } from "../animation/Animation.es.js";
2
+ import { u as kt } from "../plugins/WangsVue.es.js";
3
3
  import { s as Tt } from "../vendor/primevue/overlaypanel/overlaypanel.esm.es.js";
4
4
  import { s as St } from "../vendor/primevue/selectbutton/selectbutton.esm.es.js";
5
5
  import { s as $t } from "../vendor/primevue/skeleton/skeleton.esm.es.js";
6
- import { _ as se } from "../button/Button.es.js";
7
- import { _ as Ft } from "../fieldwrapper/FieldWrapper.es.js";
8
- import X from "../icon/index.es.js";
9
- import { _ as Yt } from "../inputgroup/InputGroup.es.js";
10
- import Ct from "../validatormessage/index.es.js";
6
+ import { _ as se } from "../button/index.es.js";
7
+ import { _ as Ft } from "../fieldwrapper/index.es.js";
8
+ import { _ as X } from "../icon/index.es.js";
9
+ import { _ as Yt } from "../inputgroup/index.es.js";
10
+ import { _ as Ct } from "../validatormessage/index.es.js";
11
11
  const Ht = ["id"], Bt = ["id", "aria-invalid", "disabled", "placeholder", "value"], Vt = { class: "flex gap-1" }, It = { key: 2 }, Pt = {
12
12
  key: 0,
13
13
  class: "flex flex-col",
@@ -1,7 +1,7 @@
1
- import { defineComponent as V, inject as W, ref as F, computed as P, watch as A, createElementBlock as h, openBlock as f, mergeProps as u, unref as p, createCommentVNode as H, createElementVNode as N, normalizeProps as j, renderSlot as G, createVNode as z, Fragment as I, renderList as q, createBlock as J } from "vue";
1
+ import { defineComponent as V, inject as W, ref as F, computed as P, watch as A, createElementBlock as h, openBlock as f, mergeProps as p, unref as u, createCommentVNode as H, createElementVNode as N, normalizeProps as j, renderSlot as G, createVNode as z, Fragment as I, renderList as q, createBlock as J } from "vue";
2
2
  import { O as Q } from "../vendor/primevue/utils/utils.esm.es.js";
3
- import R from "../icon/index.es.js";
4
- import { _ as X } from "../treenode/TreeNode.es.js";
3
+ import { _ as R } from "../icon/index.es.js";
4
+ import { _ as X } from "../treenode/index.es.js";
5
5
  const Y = ["id"], Z = ["aria-label", "aria-labelledby"], te = /* @__PURE__ */ V({
6
6
  inheritAttrs: !1,
7
7
  __name: "BaseTree",
@@ -100,39 +100,39 @@ const Y = ["id"], Z = ["aria-label", "aria-labelledby"], te = /* @__PURE__ */ V(
100
100
  { deep: !0 }
101
101
  ), (e, t) => {
102
102
  var o, s, a, n;
103
- return f(), h("div", u((o = l.pt ?? p(c)) == null ? void 0 : o.root, {
103
+ return f(), h("div", p((o = l.pt ?? u(c)) == null ? void 0 : o.root, {
104
104
  id: e.$attrs.id,
105
105
  class: e.$attrs.class,
106
106
  "data-wv-name": "tree"
107
107
  }), [
108
- e.loading && e.loadingMode === "mask" ? (f(), h("div", j(u({ key: 0 }, (s = l.pt ?? p(c)) == null ? void 0 : s.loadingOverlay)), [
108
+ e.loading && e.loadingMode === "mask" ? (f(), h("div", j(p({ key: 0 }, (s = l.pt ?? u(c)) == null ? void 0 : s.loadingOverlay)), [
109
109
  G(e.$slots, "loadingicon", {}, () => {
110
110
  var r;
111
111
  return [
112
- z(R, u({
112
+ z(R, p({
113
113
  class: "animate-spin",
114
114
  icon: "spinner"
115
- }, (r = l.pt ?? p(c)) == null ? void 0 : r.loadingicon), null, 16)
115
+ }, (r = l.pt ?? u(c)) == null ? void 0 : r.loadingicon), null, 16)
116
116
  ];
117
117
  })
118
118
  ], 16)) : H("", !0),
119
- N("div", u({
119
+ N("div", p({
120
120
  style: { maxHeight: e.scrollHeight }
121
- }, (a = l.pt ?? p(c)) == null ? void 0 : a.wrapper), [
122
- N("ul", u({
121
+ }, (a = l.pt ?? u(c)) == null ? void 0 : a.wrapper), [
122
+ N("ul", p({
123
123
  "aria-label": e.ariaLabel,
124
124
  "aria-labelledby": e.ariaLabelledby
125
- }, (n = l.pt ?? p(c)) == null ? void 0 : n.container, {
125
+ }, (n = l.pt ?? u(c)) == null ? void 0 : n.container, {
126
126
  "data-pc-section": "container",
127
127
  role: "tree"
128
128
  }), [
129
129
  (f(!0), h(I, null, q(E.value, (r, T) => {
130
130
  var K, k, M;
131
- return f(), J(X, u({
131
+ return f(), J(X, p({
132
132
  key: r.key,
133
133
  ref_for: !0
134
134
  }, l, {
135
- class: [...(k = (K = l.pt ?? p(c)) == null ? void 0 : K.node) == null ? void 0 : k.class],
135
+ class: [...(k = (K = l.pt ?? u(c)) == null ? void 0 : K.node) == null ? void 0 : k.class],
136
136
  "disable-keys": e.disableKeys,
137
137
  "disable-node-all": l.disableNodeAll,
138
138
  disabled: (M = e.disableKeys) == null ? void 0 : M.includes(+r.key),
@@ -165,5 +165,5 @@ const Y = ["id"], Z = ["aria-label", "aria-labelledby"], te = /* @__PURE__ */ V(
165
165
  }
166
166
  });
167
167
  export {
168
- te as default
168
+ te as _
169
169
  };
@@ -5,10 +5,10 @@ const y = ["href", "title", "onClick"], P = ["textContent"], E = /* @__PURE__ */
5
5
  props: {
6
6
  menus: {}
7
7
  },
8
- setup(p) {
9
- const u = p, n = f("preset", {}).breadcrumb, i = _(() => u.menus.length - 1);
8
+ setup(u) {
9
+ const i = u, n = f("preset", {}).breadcrumb, p = _(() => i.menus.length - 1);
10
10
  return (b, B) => (r(), t("div", d(k(o(n).root)), [
11
- (r(!0), t(a, null, h(u.menus, (e, s) => (r(), t(a, {
11
+ (r(!0), t(a, null, h(i.menus, (e, s) => (r(), t(a, {
12
12
  key: e.route
13
13
  }, [
14
14
  C("span", c(
@@ -16,7 +16,7 @@ const y = ["href", "title", "onClick"], P = ["textContent"], E = /* @__PURE__ */
16
16
  o(n).item({
17
17
  context: {
18
18
  firstItem: s == 0,
19
- lastItem: s == i.value,
19
+ lastItem: s == p.value,
20
20
  hasRoute: !!e.route
21
21
  }
22
22
  })
@@ -32,7 +32,7 @@ const y = ["href", "title", "onClick"], P = ["textContent"], E = /* @__PURE__ */
32
32
  v(l(e.name), 1)
33
33
  ], 64))
34
34
  ], 16),
35
- s != i.value ? (r(), t("span", c({
35
+ s != p.value ? (r(), t("span", c({
36
36
  key: 0,
37
37
  textContent: l(o(n).separator.content),
38
38
  ref_for: !0
@@ -42,5 +42,5 @@ const y = ["href", "title", "onClick"], P = ["textContent"], E = /* @__PURE__ */
42
42
  }
43
43
  });
44
44
  export {
45
- E as default
45
+ E as _
46
46
  };
@@ -1,4 +1,120 @@
1
- import { _ as f } from "./Button.es.js";
1
+ import { defineComponent as P, inject as B, computed as b, resolveDirective as g, withDirectives as c, createBlock as i, openBlock as n, unref as p, mergeProps as t, withCtx as l, renderSlot as u, createCommentVNode as d, normalizeProps as v } from "vue";
2
+ import { s as y } from "../vendor/primevue/button/button.esm.es.js";
3
+ import { _ as f } from "../icon/index.es.js";
4
+ const C = (s) => s ? Array.isArray(s) ? s : [s] : [], z = /* @__PURE__ */ P({
5
+ __name: "Button",
6
+ props: {
7
+ style: {},
8
+ class: {},
9
+ label: {},
10
+ icon: {},
11
+ iconPos: {},
12
+ iconClass: {},
13
+ tooltip: {},
14
+ tooltipPos: {},
15
+ badge: {},
16
+ badgeClass: {},
17
+ badgeSeverity: {},
18
+ loading: { type: Boolean },
19
+ loadingIcon: {},
20
+ link: { type: Boolean },
21
+ severity: {},
22
+ raised: { type: Boolean },
23
+ rounded: { type: Boolean },
24
+ text: { type: Boolean },
25
+ outlined: { type: Boolean },
26
+ size: {},
27
+ plain: { type: Boolean }
28
+ },
29
+ setup(s) {
30
+ const e = s, m = B("preset", {}).button, r = b(() => ({
31
+ icon: e.icon ?? "check",
32
+ class: [
33
+ ...(m == null ? void 0 : m.icon({ props: e }).class) ?? {},
34
+ { "text-base": e.icon && !e.label },
35
+ // Need to use attrs, because props.label is always undefined.
36
+ ...C(e.iconClass)
37
+ ]
38
+ }));
39
+ return (o, h) => {
40
+ const a = g("tooltip");
41
+ return o.tooltipPos === "top" ? c((n(), i(p(y), t({ key: 0 }, e, {
42
+ icon: o.icon,
43
+ "icon-pos": o.iconPos
44
+ }), {
45
+ icon: l(({ class: k }) => [
46
+ o.icon ? (n(), i(f, t({ key: 0 }, r.value, { class: k }), null, 16, ["class"])) : d("", !0)
47
+ ]),
48
+ default: l(() => [
49
+ u(o.$slots, "default")
50
+ ]),
51
+ _: 3
52
+ }, 16, ["icon", "icon-pos"])), [
53
+ [
54
+ a,
55
+ o.tooltip,
56
+ void 0,
57
+ { top: !0 }
58
+ ]
59
+ ]) : o.tooltipPos === "left" ? c((n(), i(p(y), t({ key: 1 }, e, {
60
+ icon: o.icon,
61
+ "icon-pos": o.iconPos
62
+ }), {
63
+ icon: l(() => [
64
+ o.icon ? (n(), i(f, v(t({ key: 0 }, r.value)), null, 16)) : d("", !0)
65
+ ]),
66
+ default: l(() => [
67
+ u(o.$slots, "default")
68
+ ]),
69
+ _: 3
70
+ }, 16, ["icon", "icon-pos"])), [
71
+ [
72
+ a,
73
+ o.tooltip,
74
+ void 0,
75
+ { left: !0 }
76
+ ]
77
+ ]) : o.tooltipPos === "right" ? c((n(), i(p(y), t({ key: 2 }, e, {
78
+ icon: o.icon,
79
+ "icon-pos": o.iconPos
80
+ }), {
81
+ icon: l(() => [
82
+ o.icon ? (n(), i(f, v(t({ key: 0 }, r.value)), null, 16)) : d("", !0)
83
+ ]),
84
+ default: l(() => [
85
+ u(o.$slots, "default")
86
+ ]),
87
+ _: 3
88
+ }, 16, ["icon", "icon-pos"])), [
89
+ [
90
+ a,
91
+ o.tooltip,
92
+ void 0,
93
+ { right: !0 }
94
+ ]
95
+ ]) : c((n(), i(p(y), t({ key: 3 }, e, {
96
+ icon: o.icon,
97
+ "icon-pos": o.iconPos
98
+ }), {
99
+ icon: l(() => [
100
+ o.icon ? (n(), i(f, v(t({ key: 0 }, r.value)), null, 16)) : d("", !0)
101
+ ]),
102
+ default: l(() => [
103
+ u(o.$slots, "default")
104
+ ]),
105
+ _: 3
106
+ }, 16, ["icon", "icon-pos"])), [
107
+ [
108
+ a,
109
+ o.tooltip,
110
+ void 0,
111
+ { bottom: !0 }
112
+ ]
113
+ ]);
114
+ };
115
+ }
116
+ });
2
117
  export {
3
- f as default
118
+ z as _,
119
+ C as c
4
120
  };