@strapi/content-type-builder 5.7.0 → 5.8.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/_chunks/{ListView-W_i08P4w.mjs → ListView-CsqdnKp3.mjs} +3 -3
- package/dist/_chunks/ListView-CsqdnKp3.mjs.map +1 -0
- package/dist/_chunks/{ListView-BwnGAesV.js → ListView-tgW460ly.js} +3 -3
- package/dist/_chunks/ListView-tgW460ly.js.map +1 -0
- package/dist/_chunks/{index-0o6hJbzS.js → index-AjJmuxjv.js} +7 -7
- package/dist/_chunks/{index-0o6hJbzS.js.map → index-AjJmuxjv.js.map} +1 -1
- package/dist/_chunks/{index-DqZEMIUG.mjs → index-BhIIILgq.mjs} +4 -4
- package/dist/_chunks/{index-DqZEMIUG.mjs.map → index-BhIIILgq.mjs.map} +1 -1
- package/dist/_chunks/{index-Ddls6Svd.js → index-D79WZLAU.js} +4 -4
- package/dist/_chunks/{index-Ddls6Svd.js.map → index-D79WZLAU.js.map} +1 -1
- package/dist/_chunks/{index-DggAJtqy.mjs → index-DIuvDpH9.mjs} +7 -7
- package/dist/_chunks/{index-DggAJtqy.mjs.map → index-DIuvDpH9.mjs.map} +1 -1
- package/dist/admin/index.js +1 -1
- package/dist/admin/index.mjs +1 -1
- package/package.json +5 -5
- package/dist/_chunks/ListView-BwnGAesV.js.map +0 -1
- package/dist/_chunks/ListView-W_i08P4w.mjs.map +0 -1
|
@@ -4,7 +4,7 @@ const React = require("react");
|
|
|
4
4
|
const strapiAdmin = require("@strapi/admin/strapi-admin");
|
|
5
5
|
const reactIntl = require("react-intl");
|
|
6
6
|
const reactRouterDom = require("react-router-dom");
|
|
7
|
-
const index$1 = require("./index-
|
|
7
|
+
const index$1 = require("./index-AjJmuxjv.js");
|
|
8
8
|
const designSystem = require("@strapi/design-system");
|
|
9
9
|
const Icons = require("@strapi/icons");
|
|
10
10
|
const upperFirst = require("lodash/upperFirst");
|
|
@@ -6691,11 +6691,11 @@ const FormModalNavigationProvider = ({ children }) => {
|
|
|
6691
6691
|
}
|
|
6692
6692
|
);
|
|
6693
6693
|
};
|
|
6694
|
-
const ListView$1 = React.lazy(() => Promise.resolve().then(() => require("./ListView-
|
|
6694
|
+
const ListView$1 = React.lazy(() => Promise.resolve().then(() => require("./ListView-tgW460ly.js")));
|
|
6695
6695
|
const RecursivePath = () => {
|
|
6696
6696
|
return /* @__PURE__ */ jsxRuntime.jsx(React.Suspense, { fallback: /* @__PURE__ */ jsxRuntime.jsx(strapiAdmin.Page.Loading, {}), children: /* @__PURE__ */ jsxRuntime.jsx(reactRouterDom.Routes, { children: /* @__PURE__ */ jsxRuntime.jsx(reactRouterDom.Route, { path: `/:componentUid`, element: /* @__PURE__ */ jsxRuntime.jsx(ListView$1, {}) }) }) });
|
|
6697
6697
|
};
|
|
6698
|
-
const ListView = React.lazy(() => Promise.resolve().then(() => require("./ListView-
|
|
6698
|
+
const ListView = React.lazy(() => Promise.resolve().then(() => require("./ListView-tgW460ly.js")));
|
|
6699
6699
|
const App = () => {
|
|
6700
6700
|
const { formatMessage } = reactIntl.useIntl();
|
|
6701
6701
|
const title = formatMessage({
|
|
@@ -6727,4 +6727,4 @@ exports.getTrad = getTrad;
|
|
|
6727
6727
|
exports.index = index;
|
|
6728
6728
|
exports.useDataManager = useDataManager;
|
|
6729
6729
|
exports.useFormModalNavigation = useFormModalNavigation;
|
|
6730
|
-
//# sourceMappingURL=index-
|
|
6730
|
+
//# sourceMappingURL=index-D79WZLAU.js.map
|