@chamn/render 0.0.10 → 0.0.11
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/{index.cjs.js → index.js} +2 -2
- package/dist/index.js.map +1 -0
- package/dist/{index.es.js → index.mjs} +2 -2
- package/dist/index.mjs.map +1 -0
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +11 -8
- package/.eslintignore +0 -1
- package/.eslintrc.js +0 -31
- package/.prettierrc.json +0 -7
- package/CHANGELOG.md +0 -44
- package/__tests__/demo.test.ts +0 -3
- package/build.config.ts +0 -29
- package/dist/index.cjs.js.map +0 -1
- package/dist/index.es.js.map +0 -1
- package/index.html +0 -16
- package/jest.config.js +0 -196
- package/public/vite.svg +0 -1
- package/src/_dev_/components.tsx +0 -12
- package/src/_dev_/dev.tsx +0 -12
- package/src/_dev_/index.css +0 -13
- package/src/_dev_/page/DesignerRenderDemo.tsx +0 -65
- package/src/_dev_/page/RenderDemo.tsx +0 -60
- package/src/_dev_/router.tsx +0 -15
- package/src/commonComponent/index.tsx +0 -184
- package/src/const/index.ts +0 -5
- package/src/core/ReactErrorBoundary.ts +0 -91
- package/src/core/adapter.ts +0 -133
- package/src/core/adapterReact.ts +0 -734
- package/src/core/designReactRender.ts +0 -325
- package/src/core/refManager.ts +0 -18
- package/src/core/render.ts +0 -123
- package/src/core/storeManager.ts +0 -57
- package/src/core/type.ts +0 -10
- package/src/index.ts +0 -6
- package/src/util/assetsLoader.ts +0 -73
- package/src/util/index.ts +0 -164
- package/src/vite-env.d.ts +0 -1
- package/stats.html +0 -6177
- package/tsconfig.json +0 -26
|
@@ -2618,7 +2618,7 @@ class ue {
|
|
|
2618
2618
|
};
|
|
2619
2619
|
return (r = this.data.thirdLibs) == null || r.forEach((c) => {
|
|
2620
2620
|
const u = o.find((l) => {
|
|
2621
|
-
|
|
2621
|
+
c.package, l.package;
|
|
2622
2622
|
});
|
|
2623
2623
|
u && a.push(u);
|
|
2624
2624
|
}), s.assets = Kl(a, (c) => c.package), s = lo(s, ["id"]), JSON.parse(JSON.stringify(s));
|
|
@@ -4565,4 +4565,4 @@ export {
|
|
|
4565
4565
|
Uv as useDesignRender,
|
|
4566
4566
|
Fv as useRender
|
|
4567
4567
|
};
|
|
4568
|
-
//# sourceMappingURL=index.
|
|
4568
|
+
//# sourceMappingURL=index.mjs.map
|