@strapi/content-type-builder 5.0.0-rc.5 → 5.0.0-rc.7
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-Dga9nU2h.js → ListView-BWOsDcMR.js} +2 -2
- package/dist/_chunks/{ListView-Dga9nU2h.js.map → ListView-BWOsDcMR.js.map} +1 -1
- package/dist/_chunks/{ListView-BZYx-CkG.mjs → ListView-maRahSOc.mjs} +2 -2
- package/dist/_chunks/{ListView-BZYx-CkG.mjs.map → ListView-maRahSOc.mjs.map} +1 -1
- package/dist/_chunks/{index-CuxTIW0q.mjs → index-Bg1ilVbs.mjs} +7 -7
- package/dist/_chunks/{index-CuxTIW0q.mjs.map → index-Bg1ilVbs.mjs.map} +1 -1
- package/dist/_chunks/{index-B981vRqA.js → index-CUtGySVl.js} +7 -7
- package/dist/_chunks/{index-B981vRqA.js.map → index-CUtGySVl.js.map} +1 -1
- package/dist/_chunks/{index-yPe3S99r.mjs → index-CZdTcqg9.mjs} +4 -4
- package/dist/_chunks/{index-yPe3S99r.mjs.map → index-CZdTcqg9.mjs.map} +1 -1
- package/dist/_chunks/{index-Biprl-I0.js → index-DGS6u7hI.js} +4 -4
- package/dist/_chunks/{index-Biprl-I0.js.map → index-DGS6u7hI.js.map} +1 -1
- package/dist/admin/index.js +1 -1
- package/dist/admin/index.mjs +1 -1
- package/package.json +6 -6
|
@@ -9,7 +9,7 @@ const Icons = require("@strapi/icons");
|
|
|
9
9
|
const reactDom = require("react-dom");
|
|
10
10
|
const styledComponents = require("styled-components");
|
|
11
11
|
const upperFirst = require("lodash/upperFirst");
|
|
12
|
-
const index$1 = require("./index-
|
|
12
|
+
const index$1 = require("./index-CUtGySVl.js");
|
|
13
13
|
const isEqual = require("lodash/isEqual");
|
|
14
14
|
const get = require("lodash/get");
|
|
15
15
|
const groupBy = require("lodash/groupBy");
|
|
@@ -6748,11 +6748,11 @@ const FormModalNavigationProvider = ({ children }) => {
|
|
|
6748
6748
|
}
|
|
6749
6749
|
);
|
|
6750
6750
|
};
|
|
6751
|
-
const ListView$1 = React.lazy(() => Promise.resolve().then(() => require("./ListView-
|
|
6751
|
+
const ListView$1 = React.lazy(() => Promise.resolve().then(() => require("./ListView-BWOsDcMR.js")));
|
|
6752
6752
|
const RecursivePath = () => {
|
|
6753
6753
|
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, {}) }) }) });
|
|
6754
6754
|
};
|
|
6755
|
-
const ListView = React.lazy(() => Promise.resolve().then(() => require("./ListView-
|
|
6755
|
+
const ListView = React.lazy(() => Promise.resolve().then(() => require("./ListView-BWOsDcMR.js")));
|
|
6756
6756
|
const App = () => {
|
|
6757
6757
|
const { formatMessage } = reactIntl.useIntl();
|
|
6758
6758
|
const title = formatMessage({
|
|
@@ -6784,4 +6784,4 @@ exports.getTrad = getTrad;
|
|
|
6784
6784
|
exports.index = index;
|
|
6785
6785
|
exports.useDataManager = useDataManager;
|
|
6786
6786
|
exports.useFormModalNavigation = useFormModalNavigation;
|
|
6787
|
-
//# sourceMappingURL=index-
|
|
6787
|
+
//# sourceMappingURL=index-DGS6u7hI.js.map
|