@carlonicora/nextjs-jsonapi 1.128.0 → 1.129.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-LAH2RUGP.js → BlockNoteEditor-RG2YQDMQ.js} +20 -20
- package/dist/{BlockNoteEditor-LAH2RUGP.js.map → BlockNoteEditor-RG2YQDMQ.js.map} +1 -1
- package/dist/{BlockNoteEditor-LJY3X6F6.mjs → BlockNoteEditor-WIAQJ5HM.mjs} +5 -5
- package/dist/{JsonApiRequest-4ISXX7PC.mjs → JsonApiRequest-F5LBESSA.mjs} +2 -2
- package/dist/JsonApiRequest-YAPUG4ND.js +26 -0
- package/dist/{JsonApiRequest-P3VQ2WIS.js.map → JsonApiRequest-YAPUG4ND.js.map} +1 -1
- package/dist/billing/index.js +347 -347
- package/dist/billing/index.mjs +4 -4
- package/dist/{chunk-T2FFT7JT.mjs → chunk-5MNE72ZE.mjs} +9 -5
- package/dist/{chunk-T2FFT7JT.mjs.map → chunk-5MNE72ZE.mjs.map} +1 -1
- package/dist/{chunk-PJGAR5F3.mjs → chunk-F54XZKPY.mjs} +7 -6
- package/dist/{chunk-PJGAR5F3.mjs.map → chunk-F54XZKPY.mjs.map} +1 -1
- package/dist/{chunk-PQBKPWBY.js → chunk-LBMNRFCY.js} +34 -30
- package/dist/chunk-LBMNRFCY.js.map +1 -0
- package/dist/{chunk-6VNRUTZR.mjs → chunk-NATPK5ME.mjs} +3 -3
- package/dist/{chunk-EIOEYXY3.js → chunk-QWCAOLBD.js} +6 -5
- package/dist/chunk-QWCAOLBD.js.map +1 -0
- package/dist/{chunk-JO5BLONK.js → chunk-XTLTQQ7X.js} +9 -9
- package/dist/{chunk-JO5BLONK.js.map → chunk-XTLTQQ7X.js.map} +1 -1
- package/dist/{chunk-QVRFFC2Q.js → chunk-YQTMNZQB.js} +715 -714
- package/dist/chunk-YQTMNZQB.js.map +1 -0
- package/dist/{chunk-DKFXGCG2.mjs → chunk-Z2CB63VG.mjs} +6 -5
- package/dist/{chunk-DKFXGCG2.mjs.map → chunk-Z2CB63VG.mjs.map} +1 -1
- package/dist/client/index.js +5 -5
- package/dist/client/index.mjs +4 -4
- package/dist/components/index.d.mts +1 -0
- package/dist/components/index.d.ts +1 -0
- package/dist/components/index.js +5 -5
- package/dist/components/index.mjs +4 -4
- package/dist/contexts/index.js +5 -5
- package/dist/contexts/index.mjs +4 -4
- package/dist/core/index.js +3 -3
- package/dist/core/index.mjs +2 -2
- package/dist/features/help/index.js +37 -37
- package/dist/features/help/index.mjs +4 -4
- package/dist/index.js +4 -4
- package/dist/index.mjs +3 -3
- package/dist/server/index.js +12 -12
- package/dist/server/index.mjs +2 -2
- package/package.json +2 -2
- package/src/components/tables/ContentListTable.tsx +2 -0
- package/src/core/abstracts/AbstractService.ts +4 -0
- package/src/unified/JsonApiRequest.ts +9 -4
- package/dist/JsonApiRequest-P3VQ2WIS.js +0 -26
- package/dist/chunk-EIOEYXY3.js.map +0 -1
- package/dist/chunk-PQBKPWBY.js.map +0 -1
- package/dist/chunk-QVRFFC2Q.js.map +0 -1
- /package/dist/{BlockNoteEditor-LJY3X6F6.mjs.map → BlockNoteEditor-WIAQJ5HM.mjs.map} +0 -0
- /package/dist/{JsonApiRequest-4ISXX7PC.mjs.map → JsonApiRequest-F5LBESSA.mjs.map} +0 -0
- /package/dist/{chunk-6VNRUTZR.mjs.map → chunk-NATPK5ME.mjs.map} +0 -0
|
@@ -20,7 +20,7 @@ import {
|
|
|
20
20
|
useI18nLocale,
|
|
21
21
|
useI18nRouter,
|
|
22
22
|
useI18nTranslations
|
|
23
|
-
} from "./chunk-
|
|
23
|
+
} from "./chunk-NATPK5ME.mjs";
|
|
24
24
|
import {
|
|
25
25
|
AVAILABLE_OAUTH_SCOPES,
|
|
26
26
|
AssistantMessage,
|
|
@@ -60,7 +60,7 @@ import {
|
|
|
60
60
|
showToast,
|
|
61
61
|
useComposedRefs,
|
|
62
62
|
useIsMobile
|
|
63
|
-
} from "./chunk-
|
|
63
|
+
} from "./chunk-5MNE72ZE.mjs";
|
|
64
64
|
import {
|
|
65
65
|
JsonApiContext
|
|
66
66
|
} from "./chunk-VOXD3ZLY.mjs";
|
|
@@ -9972,7 +9972,7 @@ import { useRef as useRef17 } from "react";
|
|
|
9972
9972
|
import dynamic from "next/dynamic";
|
|
9973
9973
|
import React17 from "react";
|
|
9974
9974
|
import { jsx as jsx82 } from "react/jsx-runtime";
|
|
9975
|
-
var BlockNoteEditor = dynamic(() => import("./BlockNoteEditor-
|
|
9975
|
+
var BlockNoteEditor = dynamic(() => import("./BlockNoteEditor-WIAQJ5HM.mjs"), {
|
|
9976
9976
|
ssr: false
|
|
9977
9977
|
});
|
|
9978
9978
|
var BlockNoteEditorContainer = React17.memo(/* @__PURE__ */ __name(function EditorContainer(props) {
|
|
@@ -15416,7 +15416,7 @@ function useJsonApiGet(params) {
|
|
|
15416
15416
|
setLoading(true);
|
|
15417
15417
|
setError(null);
|
|
15418
15418
|
try {
|
|
15419
|
-
const { JsonApiGet } = await import("./JsonApiRequest-
|
|
15419
|
+
const { JsonApiGet } = await import("./JsonApiRequest-F5LBESSA.mjs");
|
|
15420
15420
|
const language = navigator.language.split("-")[0] || "en";
|
|
15421
15421
|
const apiResponse = await JsonApiGet({
|
|
15422
15422
|
classKey: params.classKey,
|
|
@@ -15521,7 +15521,7 @@ function useJsonApiMutation(config) {
|
|
|
15521
15521
|
setLoading(true);
|
|
15522
15522
|
setError(null);
|
|
15523
15523
|
try {
|
|
15524
|
-
const { JsonApiPost, JsonApiPut, JsonApiPatch, JsonApiDelete } = await import("./JsonApiRequest-
|
|
15524
|
+
const { JsonApiPost, JsonApiPut, JsonApiPatch, JsonApiDelete } = await import("./JsonApiRequest-F5LBESSA.mjs");
|
|
15525
15525
|
const language = navigator.language.split("-")[0] || "en";
|
|
15526
15526
|
let apiResponse;
|
|
15527
15527
|
switch (config.method) {
|
|
@@ -16392,6 +16392,7 @@ var ContentListTable = memo(/* @__PURE__ */ __name(function ContentListTable2(pr
|
|
|
16392
16392
|
fullWidth ? `text-lg` : `text-sm`
|
|
16393
16393
|
),
|
|
16394
16394
|
children: [
|
|
16395
|
+
props.titleActions,
|
|
16395
16396
|
props.tableGeneratorType.icon && /* @__PURE__ */ jsx173(
|
|
16396
16397
|
props.tableGeneratorType.icon,
|
|
16397
16398
|
{
|
|
@@ -23541,4 +23542,4 @@ export {
|
|
|
23541
23542
|
useOAuthClients,
|
|
23542
23543
|
useOAuthClient
|
|
23543
23544
|
};
|
|
23544
|
-
//# sourceMappingURL=chunk-
|
|
23545
|
+
//# sourceMappingURL=chunk-F54XZKPY.mjs.map
|