@fewangsit/wangsvue-fats 1.0.1-alpha.43 → 1.0.1-alpha.45

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.
@@ -2,6 +2,7 @@ import { defineComponent as E, onMounted as I, shallowRef as i, ref as M, create
2
2
  import { AssetServices as V, DisposalServices as q } from "@tagsamurai/fats-api-services";
3
3
  import { u as z } from "../assetinfo/index.es.js";
4
4
  import { u as O } from "../plugins/basei18n.es.js";
5
+ import "../utils/role.util.es.js";
5
6
  import { u as W } from "../utils/toast.util.es.js";
6
7
  import { _ as g } from "../badge/index.es.js";
7
8
  import { _ as w } from "../button/index.es.js";
@@ -16,7 +17,7 @@ import { _ as X } from "../disposalreporttablefilter/index.es.js";
16
17
  const Y = {
17
18
  class: "flex flex-col gap-2",
18
19
  "data-ts-section": "disposalreporttablewrapper"
19
- }, Z = { class: "flex gap-1 justify-end" }, ee = { class: "flex gap-1 justify-end" }, ve = /* @__PURE__ */ E({
20
+ }, Z = { class: "flex gap-1 justify-end" }, ee = { class: "flex gap-1 justify-end" }, ge = /* @__PURE__ */ E({
20
21
  __name: "DisposalReportTable",
21
22
  props: {
22
23
  treeTable: { type: Boolean },
@@ -70,7 +71,7 @@ const Y = {
70
71
  header: "Photo",
71
72
  style: "min-width: 72px",
72
73
  fixed: !0,
73
- sortable: !0,
74
+ sortable: !1,
74
75
  excluded: !0,
75
76
  bodyComponent: (o) => ({
76
77
  component: G,
@@ -314,5 +315,5 @@ const Y = {
314
315
  }
315
316
  });
316
317
  export {
317
- ve as _
318
+ ge as _
318
319
  };
@@ -1,9 +1,10 @@
1
1
  import { defineComponent as y, shallowRef as r, ref as g, createBlock as b, openBlock as h } from "vue";
2
2
  import { AssetServices as _ } from "@tagsamurai/fats-api-services";
3
3
  import { u as O } from "../plugins/basei18n.es.js";
4
+ import "../utils/role.util.es.js";
4
5
  import { u as k } from "../utils/toast.util.es.js";
5
6
  import { _ as v } from "../filtercontainer/index.es.js";
6
- const w = /* @__PURE__ */ y({
7
+ const x = /* @__PURE__ */ y({
7
8
  __name: "DisposalReportTableFilter",
8
9
  props: {
9
10
  assets: {},
@@ -69,5 +70,5 @@ const w = /* @__PURE__ */ y({
69
70
  }
70
71
  });
71
72
  export {
72
- w as _
73
+ x as _
73
74
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fewangsit/wangsvue-fats",
3
- "version": "1.0.1-alpha.43",
3
+ "version": "1.0.1-alpha.45",
4
4
  "author": "Wangsit FE Developer",
5
5
  "description": "Fixed Asset Tagsamurai VueJS Component Library",
6
6
  "type": "module",