@carlonicora/nextjs-jsonapi 1.14.0 → 1.15.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/{BlockNoteEditor-WCK43JHX.js → BlockNoteEditor-FGXYUAWI.js} +13 -13
- package/dist/{BlockNoteEditor-WCK43JHX.js.map → BlockNoteEditor-FGXYUAWI.js.map} +1 -1
- package/dist/{BlockNoteEditor-436ZHDY3.mjs → BlockNoteEditor-ITJLAOXC.mjs} +3 -3
- package/dist/{chunk-R6K76UTR.js → chunk-C6QXZGL7.js} +90 -45
- package/dist/chunk-C6QXZGL7.js.map +1 -0
- package/dist/{chunk-A333VMBO.mjs → chunk-JGVXZS7M.mjs} +55 -10
- package/dist/chunk-JGVXZS7M.mjs.map +1 -0
- package/dist/{chunk-45QMJETP.js → chunk-PK5DRSUD.js} +363 -363
- package/dist/{chunk-45QMJETP.js.map → chunk-PK5DRSUD.js.map} +1 -1
- package/dist/{chunk-2FCG3K64.mjs → chunk-WAFOKMKT.mjs} +3 -3
- package/dist/chunk-WAFOKMKT.mjs.map +1 -0
- package/dist/client/index.js +3 -3
- package/dist/client/index.mjs +2 -2
- package/dist/components/index.js +3 -3
- package/dist/components/index.mjs +2 -2
- package/dist/contexts/index.js +3 -3
- package/dist/contexts/index.mjs +2 -2
- package/dist/core/index.d.mts +7 -4
- package/dist/core/index.d.ts +7 -4
- package/dist/core/index.js +2 -2
- package/dist/core/index.mjs +1 -1
- package/dist/index.js +2 -2
- package/dist/index.mjs +1 -1
- package/dist/scripts/generate-web-module/templates/data/interface.template.js +8 -1
- package/dist/scripts/generate-web-module/templates/data/interface.template.js.map +1 -1
- package/dist/scripts/generate-web-module/templates/data/model.template.js +26 -3
- package/dist/scripts/generate-web-module/templates/data/model.template.js.map +1 -1
- package/dist/server/index.js +3 -3
- package/dist/server/index.mjs +1 -1
- package/package.json +1 -1
- package/scripts/generate-web-module/templates/data/interface.template.ts +7 -1
- package/scripts/generate-web-module/templates/data/model.template.ts +28 -5
- package/src/core/abstracts/AbstractApiData.ts +79 -16
- package/src/features/company/components/forms/CompanyLicense.tsx +4 -4
- package/dist/chunk-2FCG3K64.mjs.map +0 -1
- package/dist/chunk-A333VMBO.mjs.map +0 -1
- package/dist/chunk-R6K76UTR.js.map +0 -1
- /package/dist/{BlockNoteEditor-436ZHDY3.mjs.map → BlockNoteEditor-ITJLAOXC.mjs.map} +0 -0
|
@@ -30,7 +30,7 @@ import {
|
|
|
30
30
|
rehydrate,
|
|
31
31
|
useComposedRefs,
|
|
32
32
|
useIsMobile
|
|
33
|
-
} from "./chunk-
|
|
33
|
+
} from "./chunk-JGVXZS7M.mjs";
|
|
34
34
|
import {
|
|
35
35
|
__name
|
|
36
36
|
} from "./chunk-PAWJFY3S.mjs";
|
|
@@ -7664,7 +7664,7 @@ __name(AllowedUsersDetails, "AllowedUsersDetails");
|
|
|
7664
7664
|
import dynamic from "next/dynamic";
|
|
7665
7665
|
import React38 from "react";
|
|
7666
7666
|
import { jsx as jsx97 } from "react/jsx-runtime";
|
|
7667
|
-
var BlockNoteEditor = dynamic(() => import("./BlockNoteEditor-
|
|
7667
|
+
var BlockNoteEditor = dynamic(() => import("./BlockNoteEditor-ITJLAOXC.mjs"), {
|
|
7668
7668
|
ssr: false
|
|
7669
7669
|
});
|
|
7670
7670
|
var BlockNoteEditorContainer = React38.memo(/* @__PURE__ */ __name(function EditorContainer(props) {
|
|
@@ -12201,4 +12201,4 @@ export {
|
|
|
12201
12201
|
useUserTableStructure,
|
|
12202
12202
|
useContentTableStructure
|
|
12203
12203
|
};
|
|
12204
|
-
//# sourceMappingURL=chunk-
|
|
12204
|
+
//# sourceMappingURL=chunk-WAFOKMKT.mjs.map
|