@rxdrag/website-studio 0.0.59 → 0.0.61
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/components/LeftDrawer/ComponentsPanel/ComponentsRootNode.d.ts +1 -1
- package/dist/components/LeftDrawer/PagesPanel/PredefinedApis.d.ts +4 -0
- package/dist/components/LeftDrawer/PagesPanel/PredefinedPageCard.d.ts +2 -0
- package/dist/components/common/ComponentCategoryList/ComponentCategoryModal.d.ts +0 -1
- package/dist/components/common/ComponentCategoryList/ComponentCategoryNode.d.ts +0 -1
- package/dist/components/common/ComponentCategoryList/ComponentList.d.ts +0 -1
- package/dist/components/common/ComponentCategoryList/ComponentModal.d.ts +0 -1
- package/dist/components/common/ComponentCategoryList/index.d.ts +0 -1
- package/dist/components/common/ComponentCategoryListScope/index.d.ts +1 -2
- package/dist/components/common/ImportComponentModal/index.d.ts +1 -2
- package/dist/components/utils/ViewModeButtons.d.ts +1 -1
- package/dist/{cssMode-09f3d08a.js → cssMode-93f05de2.js} +4 -3
- package/dist/{cssMode-09f3d08a.js.map → cssMode-93f05de2.js.map} +1 -1
- package/dist/{freemarker2-e76b71c2.js → freemarker2-fd9b10d3.js} +4 -3
- package/dist/{freemarker2-e76b71c2.js.map → freemarker2-fd9b10d3.js.map} +1 -1
- package/dist/{handlebars-1e06e488.js → handlebars-f1ead386.js} +4 -3
- package/dist/{handlebars-1e06e488.js.map → handlebars-f1ead386.js.map} +1 -1
- package/dist/hooks/useSchema.d.ts +1 -0
- package/dist/{html-01a2c82d.js → html-9d030721.js} +4 -3
- package/dist/{html-01a2c82d.js.map → html-9d030721.js.map} +1 -1
- package/dist/{htmlMode-71fa2280.js → htmlMode-30d0de91.js} +4 -3
- package/dist/{htmlMode-71fa2280.js.map → htmlMode-30d0de91.js.map} +1 -1
- package/dist/{index-f5bad985.js → index-e4647972.js} +292 -393
- package/dist/{index-f5bad985.js.map → index-e4647972.js.map} +1 -1
- package/dist/index.mjs +3 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{javascript-31f976b5.js → javascript-327c666e.js} +5 -4
- package/dist/{javascript-31f976b5.js.map → javascript-327c666e.js.map} +1 -1
- package/dist/{jsonMode-0ac682a1.js → jsonMode-5c4ceeca.js} +4 -3
- package/dist/{jsonMode-0ac682a1.js.map → jsonMode-5c4ceeca.js.map} +1 -1
- package/dist/{liquid-cf497048.js → liquid-8243f0d7.js} +4 -3
- package/dist/{liquid-cf497048.js.map → liquid-8243f0d7.js.map} +1 -1
- package/dist/{mdx-8494287c.js → mdx-07e52606.js} +4 -3
- package/dist/{mdx-8494287c.js.map → mdx-07e52606.js.map} +1 -1
- package/dist/{python-7b6d405d.js → python-53510841.js} +4 -3
- package/dist/{python-7b6d405d.js.map → python-53510841.js.map} +1 -1
- package/dist/{razor-0a925e48.js → razor-58b7df65.js} +4 -3
- package/dist/{razor-0a925e48.js.map → razor-58b7df65.js.map} +1 -1
- package/dist/{tsMode-a79abe6c.js → tsMode-9d793b1d.js} +4 -3
- package/dist/{tsMode-a79abe6c.js.map → tsMode-9d793b1d.js.map} +1 -1
- package/dist/types.d.ts +2 -2
- package/dist/{typescript-6fed2f8c.js → typescript-20c35b0b.js} +4 -3
- package/dist/{typescript-6fed2f8c.js.map → typescript-20c35b0b.js.map} +1 -1
- package/dist/{xml-7fc2d3d8.js → xml-3f468811.js} +4 -3
- package/dist/{xml-7fc2d3d8.js.map → xml-3f468811.js.map} +1 -1
- package/dist/{yaml-e8730fef.js → yaml-699fe7d2.js} +4 -3
- package/dist/{yaml-e8730fef.js.map → yaml-699fe7d2.js.map} +1 -1
- package/package.json +16 -15
package/dist/index.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { C, T, f, W, u, e, a, d, b, c } from "./index-
|
|
1
|
+
import { C, T, f, W, u, e, a, d, b, c } from "./index-e4647972.js";
|
|
2
2
|
import "react";
|
|
3
3
|
import "@rxdrag/rxcms-models";
|
|
4
4
|
import "@rxdrag/rxcms-models-ui";
|
|
@@ -22,7 +22,7 @@ import "react-colorful";
|
|
|
22
22
|
import "framer-motion";
|
|
23
23
|
import "react-dom";
|
|
24
24
|
import "lodash-es";
|
|
25
|
-
import "@rxdrag/code-
|
|
25
|
+
import "@rxdrag/code-templates";
|
|
26
26
|
import "@rxdrag/rxcraft";
|
|
27
27
|
import "@rxdrag/ai-agent";
|
|
28
28
|
import "@rxdrag/rxcms-entify-wrapper";
|
|
@@ -31,6 +31,7 @@ import "@rxdrag/shadcn";
|
|
|
31
31
|
import "@rxdrag/shared";
|
|
32
32
|
import "@rxdrag/schema-pro";
|
|
33
33
|
import "@rxdrag/entify-lib";
|
|
34
|
+
import "@rxdrag/code-generator";
|
|
34
35
|
export {
|
|
35
36
|
C as ConfigDrawer,
|
|
36
37
|
T as ThemeSelectModal,
|
package/dist/index.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { conf as conf$1, language as language$1 } from "./typescript-
|
|
2
|
-
import "./index-
|
|
1
|
+
import { conf as conf$1, language as language$1 } from "./typescript-20c35b0b.js";
|
|
2
|
+
import "./index-e4647972.js";
|
|
3
3
|
import "react";
|
|
4
4
|
import "@rxdrag/rxcms-models";
|
|
5
5
|
import "@rxdrag/rxcms-models-ui";
|
|
@@ -23,7 +23,7 @@ import "react-colorful";
|
|
|
23
23
|
import "framer-motion";
|
|
24
24
|
import "react-dom";
|
|
25
25
|
import "lodash-es";
|
|
26
|
-
import "@rxdrag/code-
|
|
26
|
+
import "@rxdrag/code-templates";
|
|
27
27
|
import "@rxdrag/rxcraft";
|
|
28
28
|
import "@rxdrag/ai-agent";
|
|
29
29
|
import "@rxdrag/rxcms-entify-wrapper";
|
|
@@ -32,6 +32,7 @@ import "@rxdrag/shadcn";
|
|
|
32
32
|
import "@rxdrag/shared";
|
|
33
33
|
import "@rxdrag/schema-pro";
|
|
34
34
|
import "@rxdrag/entify-lib";
|
|
35
|
+
import "@rxdrag/code-generator";
|
|
35
36
|
/*!-----------------------------------------------------------------------------
|
|
36
37
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
37
38
|
* Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
|
|
@@ -108,4 +109,4 @@ export {
|
|
|
108
109
|
conf,
|
|
109
110
|
language
|
|
110
111
|
};
|
|
111
|
-
//# sourceMappingURL=javascript-
|
|
112
|
+
//# sourceMappingURL=javascript-327c666e.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"javascript-
|
|
1
|
+
{"version":3,"file":"javascript-327c666e.js","sources":["../../../node_modules/.pnpm/monaco-editor@0.52.2/node_modules/monaco-editor/esm/vs/basic-languages/javascript/javascript.js"],"sourcesContent":["/*!-----------------------------------------------------------------------------\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)\n * Released under the MIT license\n * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt\n *-----------------------------------------------------------------------------*/\n\n\n// src/basic-languages/javascript/javascript.ts\nimport { conf as tsConf, language as tsLanguage } from \"../typescript/typescript.js\";\nvar conf = tsConf;\nvar language = {\n // Set defaultToken to invalid to see what you do not tokenize yet\n defaultToken: \"invalid\",\n tokenPostfix: \".js\",\n keywords: [\n \"break\",\n \"case\",\n \"catch\",\n \"class\",\n \"continue\",\n \"const\",\n \"constructor\",\n \"debugger\",\n \"default\",\n \"delete\",\n \"do\",\n \"else\",\n \"export\",\n \"extends\",\n \"false\",\n \"finally\",\n \"for\",\n \"from\",\n \"function\",\n \"get\",\n \"if\",\n \"import\",\n \"in\",\n \"instanceof\",\n \"let\",\n \"new\",\n \"null\",\n \"return\",\n \"set\",\n \"static\",\n \"super\",\n \"switch\",\n \"symbol\",\n \"this\",\n \"throw\",\n \"true\",\n \"try\",\n \"typeof\",\n \"undefined\",\n \"var\",\n \"void\",\n \"while\",\n \"with\",\n \"yield\",\n \"async\",\n \"await\",\n \"of\"\n ],\n typeKeywords: [],\n operators: tsLanguage.operators,\n symbols: tsLanguage.symbols,\n escapes: tsLanguage.escapes,\n digits: tsLanguage.digits,\n octaldigits: tsLanguage.octaldigits,\n binarydigits: tsLanguage.binarydigits,\n hexdigits: tsLanguage.hexdigits,\n regexpctl: tsLanguage.regexpctl,\n regexpesc: tsLanguage.regexpesc,\n tokenizer: tsLanguage.tokenizer\n};\nexport {\n conf,\n language\n};\n"],"names":["tsConf","tsLanguage"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAUG,IAAC,OAAOA;AACR,IAAC,WAAW;AAAA;AAAA,EAEb,cAAc;AAAA,EACd,cAAc;AAAA,EACd,UAAU;AAAA,IACR;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,EACD;AAAA,EACD,cAAc,CAAE;AAAA,EAChB,WAAWC,WAAW;AAAA,EACtB,SAASA,WAAW;AAAA,EACpB,SAASA,WAAW;AAAA,EACpB,QAAQA,WAAW;AAAA,EACnB,aAAaA,WAAW;AAAA,EACxB,cAAcA,WAAW;AAAA,EACzB,WAAWA,WAAW;AAAA,EACtB,WAAWA,WAAW;AAAA,EACtB,WAAWA,WAAW;AAAA,EACtB,WAAWA,WAAW;AACxB;","x_google_ignoreList":[0]}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { m as monaco_editor_core_star } from "./index-
|
|
1
|
+
import { m as monaco_editor_core_star } from "./index-e4647972.js";
|
|
2
2
|
import "react";
|
|
3
3
|
import "@rxdrag/rxcms-models";
|
|
4
4
|
import "@rxdrag/rxcms-models-ui";
|
|
@@ -22,7 +22,7 @@ import "react-colorful";
|
|
|
22
22
|
import "framer-motion";
|
|
23
23
|
import "react-dom";
|
|
24
24
|
import "lodash-es";
|
|
25
|
-
import "@rxdrag/code-
|
|
25
|
+
import "@rxdrag/code-templates";
|
|
26
26
|
import "@rxdrag/rxcraft";
|
|
27
27
|
import "@rxdrag/ai-agent";
|
|
28
28
|
import "@rxdrag/rxcms-entify-wrapper";
|
|
@@ -31,6 +31,7 @@ import "@rxdrag/shadcn";
|
|
|
31
31
|
import "@rxdrag/shared";
|
|
32
32
|
import "@rxdrag/schema-pro";
|
|
33
33
|
import "@rxdrag/entify-lib";
|
|
34
|
+
import "@rxdrag/code-generator";
|
|
34
35
|
/*!-----------------------------------------------------------------------------
|
|
35
36
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
36
37
|
* Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
|
|
@@ -2787,4 +2788,4 @@ export {
|
|
|
2787
2788
|
toRange,
|
|
2788
2789
|
toTextEdit
|
|
2789
2790
|
};
|
|
2790
|
-
//# sourceMappingURL=jsonMode-
|
|
2791
|
+
//# sourceMappingURL=jsonMode-5c4ceeca.js.map
|