@chaibuilder/pages 0.4.16 → 0.4.18

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.
@@ -396,6 +396,7 @@ const Rr = "__logged_in_user", Al = Nl(
396
396
  })) : n();
397
397
  } else
398
398
  n();
399
+ return null;
399
400
  },
400
401
  retry: !1,
401
402
  enabled: !1
@@ -7519,7 +7520,7 @@ var Ad = (e, t = !1) => {
7519
7520
  const t = da(() => {
7520
7521
  const n = this, [s] = B(this, vt), [a] = B(this, Et), [i] = B(this, bt), [l] = B(this, wt), [o] = B(this, pt);
7521
7522
  let c;
7522
- return B(this, St) ? c = B(this, St) : (c = ca(() => import("./HO4MOOFI-Ds8uNsOs.js")), ie(this, St, c)), Ia(B(this, Xt), B(this, yt)), la(c, oa({
7523
+ return B(this, St) ? c = B(this, St) : (c = ca(() => import("./HO4MOOFI-B_GoCYM2.js")), ie(this, St, c)), Ia(B(this, Xt), B(this, yt)), la(c, oa({
7523
7524
  get queryFlavor() {
7524
7525
  return B(n, Yt);
7525
7526
  },
@@ -7613,7 +7614,7 @@ var Ad = (e, t = !1) => {
7613
7614
  const t = da(() => {
7614
7615
  const n = this, [s] = B(this, Tt), [a] = B(this, xt), [i] = B(this, Ct), [l] = B(this, Pt), [o] = B(this, Nt), [c] = B(this, _t);
7615
7616
  let d;
7616
- return B(this, It) ? d = B(this, It) : (d = ca(() => import("./HUY7CZI3-CoycOkLI.js")), ie(this, It, d)), Ia(B(this, nn), B(this, At)), la(d, oa({
7617
+ return B(this, It) ? d = B(this, It) : (d = ca(() => import("./HUY7CZI3-DCGMm6Rr.js")), ie(this, It, d)), Ia(B(this, nn), B(this, At)), la(d, oa({
7617
7618
  get queryFlavor() {
7618
7619
  return B(n, en);
7619
7620
  },
@@ -7731,7 +7732,7 @@ var Ru = process.env.NODE_ENV !== "development" ? function() {
7731
7732
  } : Du;
7732
7733
  process.env.NODE_ENV;
7733
7734
  const Uu = ti(
7734
- () => import("./digital-asset-manager-D1P-iPRq.js")
7735
+ () => import("./digital-asset-manager-BjrjrGhU.js")
7735
7736
  );
7736
7737
  gl();
7737
7738
  ac();
package/dist/index.cjs CHANGED
@@ -1 +1 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("./index-CwntNsgH.cjs"),t=require("@chaibuilder/sdk");exports.PermissionChecker=e.PermissionChecker;exports.default=e.ChaiBuilderPages;exports.registerChaiLoginComponent=e.registerLoginComponent;exports.useChaiAuth=e.useChaiAuth;exports.useChaiCurrentPage=e.useCurrentPage;exports.useChaiFetch=e.useChaiFetch;exports.useChaiUserInfo=e.useChaiUserInfo;exports.useFetch=e.useFetch;exports.useFetchUpload=e.useFetchUpload;exports.useLanguagePages=e.useLanguagePages;exports.useUserPermissions=e.useUserRoleAndPermissions;exports.useWebsitePages=e.useWebsitePages;exports.useWebsiteSetting=e.useWebsiteSetting;Object.keys(t).forEach(s=>{s!=="default"&&!Object.prototype.hasOwnProperty.call(exports,s)&&Object.defineProperty(exports,s,{enumerable:!0,get:()=>t[s]})});
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("./index-BAUeoBr8.cjs"),t=require("@chaibuilder/sdk");exports.PermissionChecker=e.PermissionChecker;exports.default=e.ChaiBuilderPages;exports.registerChaiLoginComponent=e.registerLoginComponent;exports.useChaiAuth=e.useChaiAuth;exports.useChaiCurrentPage=e.useCurrentPage;exports.useChaiFetch=e.useChaiFetch;exports.useChaiUserInfo=e.useChaiUserInfo;exports.useFetch=e.useFetch;exports.useFetchUpload=e.useFetchUpload;exports.useLanguagePages=e.useLanguagePages;exports.useUserPermissions=e.useUserRoleAndPermissions;exports.useWebsitePages=e.useWebsitePages;exports.useWebsiteSetting=e.useWebsiteSetting;Object.keys(t).forEach(s=>{s!=="default"&&!Object.prototype.hasOwnProperty.call(exports,s)&&Object.defineProperty(exports,s,{enumerable:!0,get:()=>t[s]})});
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { a0 as s, _ as i, a1 as t, a6 as u, a2 as r, a8 as o, aa as h, X as n, a9 as g, a3 as C, a7 as m, a4 as P, a5 as c } from "./index-Ch0kaQDy.js";
1
+ import { a0 as s, _ as i, a1 as t, a6 as u, a2 as r, a8 as o, aa as h, X as n, a9 as g, a3 as C, a7 as m, a4 as P, a5 as c } from "./index-DOVQkWCn.js";
2
2
  export * from "@chaibuilder/sdk";
3
3
  export {
4
4
  s as PermissionChecker,
package/dist/server.d.ts CHANGED
@@ -14,6 +14,7 @@ export declare type ChaiAsset = {
14
14
  url: string;
15
15
  type: string;
16
16
  createdAt: string;
17
+ updatedAt?: string;
17
18
  createdBy: string;
18
19
  size?: number;
19
20
  folderId: string | null;
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "author": "Suraj Air",
4
4
  "license": "Private",
5
5
  "homepage": "https://chaibuilder.com",
6
- "version": "0.4.16",
6
+ "version": "0.4.18",
7
7
  "type": "module",
8
8
  "files": [
9
9
  "dist"