@carlonicora/nextjs-jsonapi 1.47.1 → 1.47.2
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-34PX47L4.mjs → BlockNoteEditor-CZXTJL3R.mjs} +2 -2
- package/dist/{BlockNoteEditor-GBD4N4SA.js → BlockNoteEditor-JQNYMLFY.js} +6 -6
- package/dist/{BlockNoteEditor-GBD4N4SA.js.map → BlockNoteEditor-JQNYMLFY.js.map} +1 -1
- package/dist/billing/index.js +299 -299
- package/dist/billing/index.mjs +1 -1
- package/dist/{chunk-L7RMKAGH.mjs → chunk-3AYMUFM6.mjs} +5 -3
- package/dist/{chunk-L7RMKAGH.mjs.map → chunk-3AYMUFM6.mjs.map} +1 -1
- package/dist/{chunk-FLQPQEY2.js → chunk-SUJ4GXAI.js} +5 -3
- package/dist/chunk-SUJ4GXAI.js.map +1 -0
- package/dist/client/index.js +2 -2
- package/dist/client/index.mjs +1 -1
- package/dist/components/index.d.mts +2 -1
- package/dist/components/index.d.ts +2 -1
- package/dist/components/index.js +2 -2
- package/dist/components/index.mjs +1 -1
- package/dist/contexts/index.js +2 -2
- package/dist/contexts/index.mjs +1 -1
- package/package.json +1 -1
- package/src/components/tables/ContentListTable.tsx +4 -1
- package/dist/chunk-FLQPQEY2.js.map +0 -1
- /package/dist/{BlockNoteEditor-34PX47L4.mjs.map → BlockNoteEditor-CZXTJL3R.mjs.map} +0 -0
package/dist/billing/index.mjs
CHANGED
|
@@ -10925,7 +10925,7 @@ __name(AllowedUsersDetails, "AllowedUsersDetails");
|
|
|
10925
10925
|
import dynamic from "next/dynamic";
|
|
10926
10926
|
import React15 from "react";
|
|
10927
10927
|
import { jsx as jsx126 } from "react/jsx-runtime";
|
|
10928
|
-
var BlockNoteEditor = dynamic(() => import("./BlockNoteEditor-
|
|
10928
|
+
var BlockNoteEditor = dynamic(() => import("./BlockNoteEditor-CZXTJL3R.mjs"), {
|
|
10929
10929
|
ssr: false
|
|
10930
10930
|
});
|
|
10931
10931
|
var BlockNoteEditorContainer = React15.memo(/* @__PURE__ */ __name(function EditorContainer(props) {
|
|
@@ -12162,7 +12162,9 @@ import { Fragment as Fragment19, jsx as jsx139, jsxs as jsxs80 } from "react/jsx
|
|
|
12162
12162
|
var EMPTY_ARRAY = [];
|
|
12163
12163
|
var ContentListTable = memo(/* @__PURE__ */ __name(function ContentListTable2(props) {
|
|
12164
12164
|
const { data, fields, checkedIds, toggleId, allowSearch, filters: _filters } = props;
|
|
12165
|
-
const [expanded, setExpanded] = useState46(
|
|
12165
|
+
const [expanded, setExpanded] = useState46(
|
|
12166
|
+
props.defaultExpanded === true ? true : typeof props.defaultExpanded === "object" ? props.defaultExpanded : {}
|
|
12167
|
+
);
|
|
12166
12168
|
const { data: tableData, columns: tableColumns } = useTableGenerator(props.tableGeneratorType, {
|
|
12167
12169
|
data: data?.data ?? EMPTY_ARRAY,
|
|
12168
12170
|
fields,
|
|
@@ -16883,4 +16885,4 @@ export {
|
|
|
16883
16885
|
useOAuthClients,
|
|
16884
16886
|
useOAuthClient
|
|
16885
16887
|
};
|
|
16886
|
-
//# sourceMappingURL=chunk-
|
|
16888
|
+
//# sourceMappingURL=chunk-3AYMUFM6.mjs.map
|