hplx-feature-library 1.0.66 → 1.0.67

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.
@@ -1602,7 +1602,7 @@ function w7(s) {
1602
1602
  ), E = un(() => {
1603
1603
  v(l);
1604
1604
  }, [l, v]), b = un(() => s.onEdit(l), [l, s]), P = un(() => s.onPreview(l), [l, s]), F = un(async () => {
1605
- (await g(l.id, !Nu(l))).success && S(l.id);
1605
+ (await g(l.id, !Nu(l))).status && S(l.id);
1606
1606
  }, [S, l, g]), B = un(() => s.onDownload(l), [l, s]);
1607
1607
  return /* @__PURE__ */ K.jsxs("div", { className: "hfl-w-[220px] hfl-bg-White hfl-rounded-md hfl-relative hfl-border-1 hfl-border-Gray-300", children: [
1608
1608
  T && /* @__PURE__ */ K.jsx("div", { className: "hfl-absolute hfl-top-0 hfl-right-0 hfl-z-9999 hfl-rounded-tr-md hfl-rounded-bl-md hfl-p-1 hfl-bg-White hfl-h-[32px]", children: /* @__PURE__ */ K.jsx(
@@ -44,7 +44,7 @@ export interface I_DOCUMENTS_BASE_RESPONSE<T> {
44
44
  message: string;
45
45
  }
46
46
  export interface I_DOCUMENTS_DELETE_RESPONSE {
47
- success: boolean;
47
+ status: boolean;
48
48
  message: string;
49
49
  }
50
50
  export interface I_FETCH_DOCUMENTS_RESPONSE extends I_DOCUMENTS_BASE_RESPONSE<IDOCUMENT_DataItem[]> {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "hplx-feature-library",
3
3
  "private": false,
4
- "version": "1.0.66",
4
+ "version": "1.0.67",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "dev": "npm i hplx-react-elements-dev@qa && vite",