@carlonicora/nextjs-jsonapi 1.64.0 → 1.65.1
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/{BlockNoteEditor-ZO3ZAPXU.mjs → BlockNoteEditor-CZOW7J5K.mjs} +4 -4
- package/dist/{BlockNoteEditor-JF757BHH.js → BlockNoteEditor-QGNV6E4X.js} +14 -14
- package/dist/{BlockNoteEditor-JF757BHH.js.map → BlockNoteEditor-QGNV6E4X.js.map} +1 -1
- package/dist/billing/index.js +346 -346
- package/dist/billing/index.mjs +3 -3
- package/dist/{chunk-PBD6ZH46.mjs → chunk-5KMKI23S.mjs} +2 -2
- package/dist/{chunk-5LZGQXBD.js → chunk-CDCGQFIA.js} +620 -620
- package/dist/{chunk-5LZGQXBD.js.map → chunk-CDCGQFIA.js.map} +1 -1
- package/dist/{chunk-55FJ5WKS.mjs → chunk-ESGUCYJS.mjs} +8 -8
- package/dist/{chunk-55FJ5WKS.mjs.map → chunk-ESGUCYJS.mjs.map} +1 -1
- package/dist/{chunk-REWN5GZP.mjs → chunk-G7PGWMFO.mjs} +88 -2
- package/dist/chunk-G7PGWMFO.mjs.map +1 -0
- package/dist/{chunk-6YKYRKVU.js → chunk-LRXJT656.js} +89 -3
- package/dist/chunk-LRXJT656.js.map +1 -0
- package/dist/{chunk-2DFE325P.js → chunk-RA4RYKYB.js} +11 -11
- package/dist/{chunk-2DFE325P.js.map → chunk-RA4RYKYB.js.map} +1 -1
- package/dist/client/index.js +4 -4
- package/dist/client/index.mjs +3 -3
- package/dist/components/index.js +4 -4
- package/dist/components/index.mjs +3 -3
- package/dist/contexts/index.js +4 -4
- package/dist/contexts/index.mjs +3 -3
- package/dist/core/index.d.mts +44 -1
- package/dist/core/index.d.ts +44 -1
- package/dist/core/index.js +8 -2
- package/dist/core/index.js.map +1 -1
- package/dist/core/index.mjs +7 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +9 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +8 -2
- package/dist/server/index.js +3 -3
- package/dist/server/index.mjs +1 -1
- package/package.json +1 -1
- package/src/components/navigations/Breadcrumb.tsx +4 -4
- package/src/core/index.ts +1 -0
- package/src/core/registry/ModuleRegistry.ts +2 -0
- package/src/features/audit-log/audit-log.module.ts +10 -0
- package/src/features/audit-log/data/audit-log.interface.ts +12 -0
- package/src/features/audit-log/data/audit-log.service.ts +24 -0
- package/src/features/audit-log/data/audit-log.ts +65 -0
- package/src/features/audit-log/data/index.ts +3 -0
- package/src/features/audit-log/index.ts +2 -0
- package/dist/chunk-6YKYRKVU.js.map +0 -1
- package/dist/chunk-REWN5GZP.mjs.map +0 -1
- /package/dist/{BlockNoteEditor-ZO3ZAPXU.mjs.map → BlockNoteEditor-CZOW7J5K.mjs.map} +0 -0
- /package/dist/{chunk-PBD6ZH46.mjs.map → chunk-5KMKI23S.mjs.map} +0 -0
|
@@ -21,7 +21,7 @@ import {
|
|
|
21
21
|
useI18nLocale,
|
|
22
22
|
useI18nRouter,
|
|
23
23
|
useI18nTranslations
|
|
24
|
-
} from "./chunk-
|
|
24
|
+
} from "./chunk-5KMKI23S.mjs";
|
|
25
25
|
import {
|
|
26
26
|
AVAILABLE_OAUTH_SCOPES,
|
|
27
27
|
AuthService,
|
|
@@ -53,7 +53,7 @@ import {
|
|
|
53
53
|
showToast,
|
|
54
54
|
useComposedRefs,
|
|
55
55
|
useIsMobile
|
|
56
|
-
} from "./chunk-
|
|
56
|
+
} from "./chunk-G7PGWMFO.mjs";
|
|
57
57
|
import {
|
|
58
58
|
JsonApiContext
|
|
59
59
|
} from "./chunk-VOXD3ZLY.mjs";
|
|
@@ -8547,7 +8547,7 @@ __name(FormCheckbox, "FormCheckbox");
|
|
|
8547
8547
|
import dynamic from "next/dynamic";
|
|
8548
8548
|
import React14 from "react";
|
|
8549
8549
|
import { jsx as jsx71 } from "react/jsx-runtime";
|
|
8550
|
-
var BlockNoteEditor = dynamic(() => import("./BlockNoteEditor-
|
|
8550
|
+
var BlockNoteEditor = dynamic(() => import("./BlockNoteEditor-CZOW7J5K.mjs"), {
|
|
8551
8551
|
ssr: false
|
|
8552
8552
|
});
|
|
8553
8553
|
var BlockNoteEditorContainer = React14.memo(/* @__PURE__ */ __name(function EditorContainer(props) {
|
|
@@ -11706,7 +11706,7 @@ __name(useSocket, "useSocket");
|
|
|
11706
11706
|
|
|
11707
11707
|
// src/components/navigations/Breadcrumb.tsx
|
|
11708
11708
|
import { Fragment as Fragment17, jsx as jsx123, jsxs as jsxs71 } from "react/jsx-runtime";
|
|
11709
|
-
var ITEMS_TO_DISPLAY =
|
|
11709
|
+
var ITEMS_TO_DISPLAY = 4;
|
|
11710
11710
|
function BreadcrumbNavigation({ items }) {
|
|
11711
11711
|
const generateUrl = usePageUrlGenerator();
|
|
11712
11712
|
const t = useTranslations40();
|
|
@@ -11719,12 +11719,12 @@ function BreadcrumbNavigation({ items }) {
|
|
|
11719
11719
|
/* @__PURE__ */ jsx123(BreadcrumbSeparator, {}),
|
|
11720
11720
|
/* @__PURE__ */ jsx123(BreadcrumbItem, { children: /* @__PURE__ */ jsxs71(DropdownMenu, { open, onOpenChange: setOpen, children: [
|
|
11721
11721
|
/* @__PURE__ */ jsx123(DropdownMenuTrigger, { className: "flex items-center gap-1", "aria-label": "Toggle menu", children: /* @__PURE__ */ jsx123(BreadcrumbEllipsis, { className: "h-4 w-4" }) }),
|
|
11722
|
-
/* @__PURE__ */ jsx123(DropdownMenuContent, { align: "start", children: items.slice(1, -ITEMS_TO_DISPLAY +
|
|
11722
|
+
/* @__PURE__ */ jsx123(DropdownMenuContent, { align: "start", children: items.slice(1, -ITEMS_TO_DISPLAY + 2).map((item, index) => /* @__PURE__ */ jsx123(DropdownMenuItem, { children: /* @__PURE__ */ jsx123(Link, { href: item.href ? item.href : "#", children: item.name }) }, index)) })
|
|
11723
11723
|
] }) }),
|
|
11724
11724
|
/* @__PURE__ */ jsx123(BreadcrumbSeparator, {}),
|
|
11725
|
-
items.slice(-ITEMS_TO_DISPLAY +
|
|
11725
|
+
items.slice(-ITEMS_TO_DISPLAY + 2).map((item, index) => /* @__PURE__ */ jsxs71(Fragment16, { children: [
|
|
11726
11726
|
/* @__PURE__ */ jsx123(BreadcrumbItem, { children: item.href ? /* @__PURE__ */ jsx123(Link, { href: item.href, children: item.name }) : /* @__PURE__ */ jsx123(Fragment17, { children: item.name }) }),
|
|
11727
|
-
index < items.slice(-ITEMS_TO_DISPLAY +
|
|
11727
|
+
index < items.slice(-ITEMS_TO_DISPLAY + 2).length - 1 && /* @__PURE__ */ jsx123(BreadcrumbSeparator, {})
|
|
11728
11728
|
] }, index))
|
|
11729
11729
|
] }) : /* @__PURE__ */ jsx123(Fragment17, { children: items.map((item, index) => /* @__PURE__ */ jsxs71(Fragment16, { children: [
|
|
11730
11730
|
/* @__PURE__ */ jsx123(BreadcrumbItem, { children: item.href ? /* @__PURE__ */ jsx123(Link, { href: item.href, children: item.name }) : /* @__PURE__ */ jsx123(Fragment17, { children: item.name }) }),
|
|
@@ -18969,4 +18969,4 @@ export {
|
|
|
18969
18969
|
useOAuthClients,
|
|
18970
18970
|
useOAuthClient
|
|
18971
18971
|
};
|
|
18972
|
-
//# sourceMappingURL=chunk-
|
|
18972
|
+
//# sourceMappingURL=chunk-ESGUCYJS.mjs.map
|