@chaibuilder/pages 0.5.16 → 0.6.0
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.
- package/dist/{B4MFY5CR-D9JnzRfQ.cjs → B4MFY5CR-D0ApOdAV.cjs} +1 -1
- package/dist/{B4MFY5CR-CLTlqDgp.js → B4MFY5CR-YTugjJO9.js} +1 -1
- package/dist/{HO4MOOFI-CyFeYRtK.js → HO4MOOFI-B-_kGRlO.js} +2 -2
- package/dist/{HO4MOOFI-C6-cp3Sr.cjs → HO4MOOFI-MY6ZvzNL.cjs} +1 -1
- package/dist/{HUY7CZI3-BVasht2l.cjs → HUY7CZI3-DiJwTU4x.cjs} +1 -1
- package/dist/{HUY7CZI3-BwEHo4zW.js → HUY7CZI3-cQje9J18.js} +2 -2
- package/dist/{index-Dd8WYDib.js → index-B9ibsW1Z.js} +3488 -3403
- package/dist/index-D6IBWaoJ.cjs +2 -0
- package/dist/index.cjs +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/dist/index-BvPQZH2M.cjs +0 -2
package/dist/index.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("./index-
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e=require("./index-D6IBWaoJ.cjs"),a=require("@chaibuilder/sdk");exports.ImagePicker=e.ImagePicker;exports.NestedPathSelector=e.NestedPathSelector;exports.PermissionChecker=e.PermissionChecker;exports.default=e.ChaiBuilderPages;exports.registerChaiLoginComponent=e.registerLoginComponent;exports.useActivePage=e.useActivePage;exports.useBuilderPageData=e.useBuilderPageData;exports.useChaiAuth=e.useChaiAuth;exports.useChaiCurrentPage=e.useCurrentPage;exports.useChaiFetch=e.useChaiFetch;exports.useChaiUserInfo=e.useChaiUserInfo;exports.useFallbackLang=e.useFallbackLang;exports.useFetch=e.useFetch;exports.useGotoPage=e.useGotoPage;exports.useLanguagePages=e.useLanguagePages;exports.usePageTypes=e.usePageTypes;exports.useUpdateActivePageMetadata=e.useUpdateActivePageMetadata;exports.useUserPermissions=e.useUserRoleAndPermissions;exports.useWebsitePages=e.useWebsitePages;exports.useWebsiteSetting=e.useWebsiteSetting;Object.keys(a).forEach(s=>{s!=="default"&&!Object.prototype.hasOwnProperty.call(exports,s)&&Object.defineProperty(exports,s,{enumerable:!0,get:()=>a[s]})});
|
package/dist/index.d.ts
CHANGED
|
@@ -112,7 +112,7 @@ export declare const useGotoPage: () => ({ pageId }: {
|
|
|
112
112
|
pageId: string;
|
|
113
113
|
}) => void;
|
|
114
114
|
|
|
115
|
-
export declare const useLanguagePages: () => DefinedUseQueryResult<any[] | null, Error>;
|
|
115
|
+
export declare const useLanguagePages: (pageId?: string | undefined) => DefinedUseQueryResult<any[] | null, Error>;
|
|
116
116
|
|
|
117
117
|
export declare const usePageTypes: () => DefinedUseQueryResult<any, Error>;
|
|
118
118
|
|
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a4 as s, X as t, a3 as u, W as i, a5 as r, Y as g, Z as o, aa as P, a6 as h, ac as n, ae as c, _ as C, ad as d, a0 as m, a7 as l, a1 as p, a2 as b, ab as f, a8 as k, a9 as A } from "./index-
|
|
1
|
+
import { a4 as s, X as t, a3 as u, W as i, a5 as r, Y as g, Z as o, aa as P, a6 as h, ac as n, ae as c, _ as C, ad as d, a0 as m, a7 as l, a1 as p, a2 as b, ab as f, a8 as k, a9 as A } from "./index-B9ibsW1Z.js";
|
|
2
2
|
export * from "@chaibuilder/sdk";
|
|
3
3
|
export {
|
|
4
4
|
s as ImagePicker,
|