@rxdrag/website-studio 0.0.24 → 0.0.26

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.
Files changed (42) hide show
  1. package/dist/WebsiteStudio.d.ts +2 -0
  2. package/dist/components/ConfigDrawer/Map301Panel/index.d.ts +1 -1
  3. package/dist/components/WebsiteDesigner/index.d.ts +3 -1
  4. package/dist/{cssMode-f00a354a.js → cssMode-b9a7e63d.js} +3 -4
  5. package/dist/{cssMode-f00a354a.js.map → cssMode-b9a7e63d.js.map} +1 -1
  6. package/dist/{freemarker2-47b25665.js → freemarker2-3087a48e.js} +3 -4
  7. package/dist/{freemarker2-47b25665.js.map → freemarker2-3087a48e.js.map} +1 -1
  8. package/dist/{handlebars-b518f905.js → handlebars-93839a14.js} +3 -4
  9. package/dist/{handlebars-b518f905.js.map → handlebars-93839a14.js.map} +1 -1
  10. package/dist/{html-771134cd.js → html-352ae7b6.js} +3 -4
  11. package/dist/{html-771134cd.js.map → html-352ae7b6.js.map} +1 -1
  12. package/dist/{htmlMode-f37dc203.js → htmlMode-cb94f112.js} +3 -4
  13. package/dist/{htmlMode-f37dc203.js.map → htmlMode-cb94f112.js.map} +1 -1
  14. package/dist/{index-1a250dd3.js → index-f92078c9.js} +4561 -1740
  15. package/dist/{index-1a250dd3.js.map → index-f92078c9.js.map} +1 -1
  16. package/dist/index.mjs +2 -3
  17. package/dist/index.mjs.map +1 -1
  18. package/dist/{javascript-fb03ed4b.js → javascript-1e4d4e79.js} +4 -5
  19. package/dist/{javascript-fb03ed4b.js.map → javascript-1e4d4e79.js.map} +1 -1
  20. package/dist/{jsonMode-9dece0a1.js → jsonMode-98cba404.js} +3 -4
  21. package/dist/{jsonMode-9dece0a1.js.map → jsonMode-98cba404.js.map} +1 -1
  22. package/dist/{liquid-4c50637c.js → liquid-4dd49239.js} +3 -4
  23. package/dist/{liquid-4c50637c.js.map → liquid-4dd49239.js.map} +1 -1
  24. package/dist/{mdx-eac4dfcd.js → mdx-885d9fc7.js} +3 -4
  25. package/dist/{mdx-eac4dfcd.js.map → mdx-885d9fc7.js.map} +1 -1
  26. package/dist/{python-939381bf.js → python-7c6923ac.js} +3 -4
  27. package/dist/{python-939381bf.js.map → python-7c6923ac.js.map} +1 -1
  28. package/dist/{razor-a34c712c.js → razor-4a86e8cb.js} +3 -4
  29. package/dist/{razor-a34c712c.js.map → razor-4a86e8cb.js.map} +1 -1
  30. package/dist/store/atoms.d.ts +118 -0
  31. package/dist/store/selectors.d.ts +4 -0
  32. package/dist/{tsMode-364628ce.js → tsMode-1dd2088d.js} +3 -4
  33. package/dist/{tsMode-364628ce.js.map → tsMode-1dd2088d.js.map} +1 -1
  34. package/dist/{typescript-5889218e.js → typescript-a2aa1b20.js} +3 -4
  35. package/dist/{typescript-5889218e.js.map → typescript-a2aa1b20.js.map} +1 -1
  36. package/dist/{xml-ddade1e8.js → xml-6499a804.js} +3 -4
  37. package/dist/{xml-ddade1e8.js.map → xml-6499a804.js.map} +1 -1
  38. package/dist/{yaml-5189e3d1.js → yaml-c4d73856.js} +3 -4
  39. package/dist/{yaml-5189e3d1.js.map → yaml-c4d73856.js.map} +1 -1
  40. package/package.json +19 -19
  41. package/dist/recoil/atoms.d.ts +0 -24
  42. package/dist/recoil/selectors.d.ts +0 -1
@@ -1,7 +1,9 @@
1
+ import { Params } from "react-router-dom";
1
2
  /**
2
3
  * 必须放入SiteRoot之下
3
4
  */
4
5
  export declare const WebsiteStudio: (props: {
5
6
  previewUrl?: string;
6
7
  aiUrl?: string;
8
+ params: Params<string>;
7
9
  }) => import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,3 @@
1
1
  export declare function Map301Panel(props: {
2
- onSuccess?: () => void;
2
+ onClose?: () => void;
3
3
  }): import("react/jsx-runtime").JSX.Element;
@@ -1 +1,3 @@
1
- export declare function WebsiteDesigner(): import("react/jsx-runtime").JSX.Element;
1
+ export declare function WebsiteDesigner(props: {
2
+ themeLoading?: boolean;
3
+ }): import("react/jsx-runtime").JSX.Element;
@@ -1,4 +1,4 @@
1
- import { m as monaco_editor_core_star } from "./index-1a250dd3.js";
1
+ import { m as monaco_editor_core_star } from "./index-f92078c9.js";
2
2
  import "react";
3
3
  import "@rxdrag/rxcms-models";
4
4
  import "@rxdrag/rxcms-models-ui";
@@ -18,9 +18,9 @@ import "@rxdrag/website-lib-core";
18
18
  import "gsap";
19
19
  import "@rxdrag/schema-setters";
20
20
  import "@heroui/react";
21
- import "recoil";
22
21
  import "@rxdrag/rxcms-entify-wrapper";
23
22
  import "jszip";
23
+ import "zustand";
24
24
  import "@iconify/react";
25
25
  import "@rxdrag/ai-tasks";
26
26
  import "@rxdrag/ai-agent";
@@ -29,7 +29,6 @@ import "@rxdrag/react-fieldy-pro";
29
29
  import "react-colorful";
30
30
  import "framer-motion";
31
31
  import "react-dom";
32
- import "react-router-dom";
33
32
  import "@rxdrag/react-runner-pro";
34
33
  import "tinycolor2";
35
34
  /*!-----------------------------------------------------------------------------
@@ -2073,4 +2072,4 @@ export {
2073
2072
  toRange,
2074
2073
  toTextEdit
2075
2074
  };
2076
- //# sourceMappingURL=cssMode-f00a354a.js.map
2075
+ //# sourceMappingURL=cssMode-b9a7e63d.js.map