@nestia/editor 12.0.0-dev.20260601.1 → 12.0.0-dev.20260619.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.
Files changed (91) hide show
  1. package/LICENSE +21 -21
  2. package/README.md +93 -93
  3. package/dist/assets/index-CogvJX1Y.js +4318 -0
  4. package/dist/index.html +19 -19
  5. package/lib/NestiaEditorApplication.mjs +3 -0
  6. package/lib/NestiaEditorApplication.mjs.map +1 -0
  7. package/lib/NestiaEditorApplication2.mjs +86 -0
  8. package/lib/NestiaEditorApplication2.mjs.map +1 -0
  9. package/lib/NestiaEditorIframe.mjs +3 -0
  10. package/lib/NestiaEditorIframe.mjs.map +1 -0
  11. package/lib/NestiaEditorIframe2.mjs +139 -0
  12. package/lib/NestiaEditorIframe2.mjs.map +1 -0
  13. package/lib/NestiaEditorModule.mjs +3 -0
  14. package/lib/NestiaEditorModule.mjs.map +1 -0
  15. package/lib/NestiaEditorModule2.mjs +124 -0
  16. package/lib/NestiaEditorModule2.mjs.map +1 -0
  17. package/lib/NestiaEditorUploader.mjs +3 -0
  18. package/lib/NestiaEditorUploader.mjs.map +1 -0
  19. package/lib/NestiaEditorUploader2.mjs +90 -0
  20. package/lib/NestiaEditorUploader2.mjs.map +1 -0
  21. package/lib/_virtual/NestiaEditorApplication.mjs +4 -0
  22. package/lib/_virtual/NestiaEditorApplication.mjs.map +1 -0
  23. package/lib/_virtual/NestiaEditorComposer.mjs +4 -0
  24. package/lib/_virtual/NestiaEditorComposer.mjs.map +1 -0
  25. package/lib/_virtual/NestiaEditorFileUploader.mjs +4 -0
  26. package/lib/_virtual/NestiaEditorFileUploader.mjs.map +1 -0
  27. package/lib/_virtual/NestiaEditorIframe.mjs +4 -0
  28. package/lib/_virtual/NestiaEditorIframe.mjs.map +1 -0
  29. package/lib/_virtual/NestiaEditorModule.mjs +4 -0
  30. package/lib/_virtual/NestiaEditorModule.mjs.map +1 -0
  31. package/lib/_virtual/NestiaEditorUploader.mjs +4 -0
  32. package/lib/_virtual/NestiaEditorUploader.mjs.map +1 -0
  33. package/lib/_virtual/_commonjsHelpers.mjs +35 -0
  34. package/lib/_virtual/_commonjsHelpers.mjs.map +1 -0
  35. package/lib/_virtual/_js-yaml.mjs +7 -0
  36. package/lib/_virtual/_js-yaml.mjs.map +1 -0
  37. package/lib/_virtual/_node_fs.mjs +7 -0
  38. package/lib/_virtual/_node_fs.mjs.map +1 -0
  39. package/lib/_virtual/_react-mui-fileuploader.mjs +7 -0
  40. package/lib/_virtual/_react-mui-fileuploader.mjs.map +1 -0
  41. package/lib/_virtual/_react.mjs +7 -0
  42. package/lib/_virtual/_react.mjs.map +1 -0
  43. package/lib/_virtual/client.mjs +7 -0
  44. package/lib/_virtual/client.mjs.map +1 -0
  45. package/lib/_virtual/estree.mjs +7 -0
  46. package/lib/_virtual/estree.mjs.map +1 -0
  47. package/lib/_virtual/index.mjs +4 -0
  48. package/lib/_virtual/index.mjs.map +1 -0
  49. package/lib/_virtual/jsx-runtime.mjs +7 -0
  50. package/lib/_virtual/jsx-runtime.mjs.map +1 -0
  51. package/lib/_virtual/main.mjs +4 -0
  52. package/lib/_virtual/main.mjs.map +1 -0
  53. package/lib/_virtual/material.mjs +7 -0
  54. package/lib/_virtual/material.mjs.map +1 -0
  55. package/lib/_virtual/migrate.mjs +7 -0
  56. package/lib/_virtual/migrate.mjs.map +1 -0
  57. package/lib/_virtual/sdk.mjs +7 -0
  58. package/lib/_virtual/sdk.mjs.map +1 -0
  59. package/lib/_virtual/standalone.mjs +7 -0
  60. package/lib/_virtual/standalone.mjs.map +1 -0
  61. package/lib/_virtual/typescript.mjs +7 -0
  62. package/lib/_virtual/typescript.mjs.map +1 -0
  63. package/lib/index.mjs +1 -444
  64. package/lib/index.mjs.map +1 -1
  65. package/lib/index2.mjs +35 -0
  66. package/lib/index2.mjs.map +1 -0
  67. package/lib/internal/NestiaEditorComposer.js +5 -2
  68. package/lib/internal/NestiaEditorComposer.js.map +1 -1
  69. package/lib/internal/NestiaEditorComposer.mjs +3 -0
  70. package/lib/internal/NestiaEditorComposer.mjs.map +1 -0
  71. package/lib/internal/NestiaEditorComposer2.mjs +111 -0
  72. package/lib/internal/NestiaEditorComposer2.mjs.map +1 -0
  73. package/lib/internal/NestiaEditorFileUploader.mjs +3 -0
  74. package/lib/internal/NestiaEditorFileUploader.mjs.map +1 -0
  75. package/lib/internal/NestiaEditorFileUploader2.mjs +52 -0
  76. package/lib/internal/NestiaEditorFileUploader2.mjs.map +1 -0
  77. package/lib/main.mjs +3 -0
  78. package/lib/main.mjs.map +1 -0
  79. package/lib/main2.mjs +16 -0
  80. package/lib/main2.mjs.map +1 -0
  81. package/package.json +10 -7
  82. package/src/NestiaEditorApplication.tsx +94 -94
  83. package/src/NestiaEditorIframe.tsx +245 -245
  84. package/src/NestiaEditorModule.ts +136 -136
  85. package/src/NestiaEditorUploader.tsx +154 -154
  86. package/src/index.ts +3 -3
  87. package/src/internal/NestiaEditorComposer.ts +91 -90
  88. package/src/internal/NestiaEditorFileUploader.tsx +68 -68
  89. package/src/main.tsx +10 -10
  90. package/src/vite-env.d.ts +1 -1
  91. package/dist/assets/index-CRivKjA9.js +0 -4342
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NestiaEditorUploader2.mjs","sources":["NestiaEditorUploader.js"],"sourcesContent":["\"use strict\";\nvar __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {\n function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }\n return new (P || (P = Promise))(function (resolve, reject) {\n function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }\n function rejected(value) { try { step(generator[\"throw\"](value)); } catch (e) { reject(e); } }\n function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }\n step((generator = generator.apply(thisArg, _arguments || [])).next());\n });\n};\nvar __importDefault = (this && this.__importDefault) || function (mod) {\n return (mod && mod.__esModule) ? mod : { \"default\": mod };\n};\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.NestiaEditorUploader = NestiaEditorUploader;\nconst jsx_runtime_1 = require(\"react/jsx-runtime\");\nconst material_1 = require(\"@mui/material\");\nconst sdk_1 = __importDefault(require(\"@stackblitz/sdk\"));\nconst react_1 = __importDefault(require(\"react\"));\nconst NestiaEditorComposer_1 = require(\"./internal/NestiaEditorComposer\");\nconst NestiaEditorFileUploader_1 = require(\"./internal/NestiaEditorFileUploader\");\nfunction NestiaEditorUploader(props) {\n // PARAMETERS\n const [mode, setMode] = react_1.default.useState(\"sdk\");\n const [keyword, setKeyword] = react_1.default.useState(true);\n const [simulate, setSimulate] = react_1.default.useState(true);\n const [e2e, setE2e] = react_1.default.useState(true);\n const [name, setName] = react_1.default.useState(\"@ORGINIZATION/PROJECT\");\n // RESULT\n const [document, setDocument] = react_1.default.useState(null);\n const [progress, setProgress] = react_1.default.useState(false);\n const handleError = (error) => {\n if (props.onError)\n props.onError(error);\n else\n alert(error);\n };\n const handleSwagger = (document, error) => {\n setDocument(document);\n if (error !== null)\n handleError(error);\n };\n const generate = () => __awaiter(this, void 0, void 0, function* () {\n var _a;\n var _b;\n if (document === null)\n return;\n setProgress(true);\n try {\n const result = yield NestiaEditorComposer_1.NestiaEditorComposer[mode]({\n document,\n keyword,\n e2e,\n simulate,\n package: name,\n });\n if (result.success === true) {\n sdk_1.default.openProject({\n title: (_b = (_a = document.info) === null || _a === void 0 ? void 0 : _a.title) !== null && _b !== void 0 ? _b : \"Nestia Editor\",\n template: \"node\",\n files: result.data.files,\n }, {\n newWindow: true,\n openFile: result.data.openFile,\n startScript: result.data.startScript,\n });\n }\n else {\n handleError(JSON.stringify(result.errors, null, 2));\n }\n }\n catch (exp) {\n handleError(exp instanceof Error ? exp.message : \"unknown error\");\n }\n setProgress(false);\n });\n return ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)(NestiaEditorFileUploader_1.NestiaEditorFileUploader, { onChange: handleSwagger }), (0, jsx_runtime_1.jsx)(\"br\", {}), (0, jsx_runtime_1.jsxs)(material_1.FormControl, { fullWidth: true, style: { paddingLeft: 15 }, children: [(0, jsx_runtime_1.jsx)(material_1.TextField, { onChange: (e) => setName(e.target.value), defaultValue: name, label: \"Package Name\", variant: \"outlined\" }), (0, jsx_runtime_1.jsx)(material_1.FormLabel, { style: { paddingTop: 20 }, children: \" Mode \" }), (0, jsx_runtime_1.jsxs)(material_1.RadioGroup, { defaultValue: mode, onChange: (_e, value) => setMode(value), style: { paddingLeft: 15 }, children: [(0, jsx_runtime_1.jsx)(material_1.FormControlLabel, { value: \"sdk\", control: (0, jsx_runtime_1.jsx)(material_1.Radio, {}), label: \"Software Development Kit\" }), (0, jsx_runtime_1.jsx)(material_1.FormControlLabel, { value: \"nest\", control: (0, jsx_runtime_1.jsx)(material_1.Radio, {}), label: \"NestJS Project\" })] }), (0, jsx_runtime_1.jsx)(material_1.FormLabel, { style: { paddingTop: 20 }, children: \" Options \" }), (0, jsx_runtime_1.jsx)(material_1.FormControlLabel, { label: \"Keyword Parameter\", style: { paddingTop: 5, paddingLeft: 15 }, control: (0, jsx_runtime_1.jsx)(material_1.Switch, { checked: keyword, onChange: () => setKeyword(!keyword) }) }), (0, jsx_runtime_1.jsx)(material_1.FormControlLabel, { label: \"Mockup Simulator\", style: { paddingTop: 5, paddingLeft: 15 }, control: (0, jsx_runtime_1.jsx)(material_1.Switch, { checked: simulate, onChange: () => setSimulate(!simulate) }) }), (0, jsx_runtime_1.jsx)(material_1.FormControlLabel, { label: \"E2E Test Functions\", style: { paddingLeft: 15 }, control: (0, jsx_runtime_1.jsx)(material_1.Switch, { checked: e2e, onChange: () => setE2e(!e2e) }) })] }), (0, jsx_runtime_1.jsx)(\"br\", {}), (0, jsx_runtime_1.jsx)(\"br\", {}), (0, jsx_runtime_1.jsx)(material_1.Button, { component: \"a\", fullWidth: true, variant: \"contained\", color: \"info\", size: \"large\", disabled: progress === true || document === null, onClick: () => generate(), children: progress ? \"Generating...\" : \"Generate Editor\" })] }));\n}\n//# sourceMappingURL=NestiaEditorUploader.js.map"],"names":["this","NestiaEditorUploader_1","require$$1","require$$3","require$$4","require$$5"],"mappings":"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"}
@@ -0,0 +1,4 @@
1
+ var NestiaEditorApplication = {};
2
+
3
+ export { NestiaEditorApplication as __exports };
4
+ //# sourceMappingURL=NestiaEditorApplication.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NestiaEditorApplication.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
@@ -0,0 +1,4 @@
1
+ var NestiaEditorComposer = {};
2
+
3
+ export { NestiaEditorComposer as __exports };
4
+ //# sourceMappingURL=NestiaEditorComposer.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NestiaEditorComposer.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
@@ -0,0 +1,4 @@
1
+ var NestiaEditorFileUploader = {};
2
+
3
+ export { NestiaEditorFileUploader as __exports };
4
+ //# sourceMappingURL=NestiaEditorFileUploader.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NestiaEditorFileUploader.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
@@ -0,0 +1,4 @@
1
+ var NestiaEditorIframe = {};
2
+
3
+ export { NestiaEditorIframe as __exports };
4
+ //# sourceMappingURL=NestiaEditorIframe.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NestiaEditorIframe.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
@@ -0,0 +1,4 @@
1
+ var NestiaEditorModule = {};
2
+
3
+ export { NestiaEditorModule as __exports };
4
+ //# sourceMappingURL=NestiaEditorModule.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NestiaEditorModule.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
@@ -0,0 +1,4 @@
1
+ var NestiaEditorUploader = {};
2
+
3
+ export { NestiaEditorUploader as __exports };
4
+ //# sourceMappingURL=NestiaEditorUploader.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NestiaEditorUploader.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
@@ -0,0 +1,35 @@
1
+ function getDefaultExportFromCjs (x) {
2
+ return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x['default'] : x;
3
+ }
4
+
5
+ function getAugmentedNamespace(n) {
6
+ if (Object.prototype.hasOwnProperty.call(n, '__esModule')) return n;
7
+ var f = n.default;
8
+ if (typeof f == "function") {
9
+ var a = function a () {
10
+ var isInstance = false;
11
+ try {
12
+ isInstance = this instanceof a;
13
+ } catch {}
14
+ if (isInstance) {
15
+ return Reflect.construct(f, arguments, this.constructor);
16
+ }
17
+ return f.apply(this, arguments);
18
+ };
19
+ a.prototype = f.prototype;
20
+ } else a = {};
21
+ Object.defineProperty(a, '__esModule', {value: true});
22
+ Object.keys(n).forEach(function (k) {
23
+ var d = Object.getOwnPropertyDescriptor(n, k);
24
+ Object.defineProperty(a, k, d.get ? d : {
25
+ enumerable: true,
26
+ get: function () {
27
+ return n[k];
28
+ }
29
+ });
30
+ });
31
+ return a;
32
+ }
33
+
34
+ export { getAugmentedNamespace, getDefaultExportFromCjs };
35
+ //# sourceMappingURL=_commonjsHelpers.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"_commonjsHelpers.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -0,0 +1,7 @@
1
+ import * as jsYaml from 'js-yaml';
2
+ import { getAugmentedNamespace } from './_commonjsHelpers.mjs';
3
+
4
+ var require$$1 = /*@__PURE__*/getAugmentedNamespace(jsYaml);
5
+
6
+ export { require$$1 as default };
7
+ //# sourceMappingURL=_js-yaml.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"_js-yaml.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;"}
@@ -0,0 +1,7 @@
1
+ import * as node_fs from 'node:fs';
2
+ import { getAugmentedNamespace } from './_commonjsHelpers.mjs';
3
+
4
+ var require$$0 = /*@__PURE__*/getAugmentedNamespace(node_fs);
5
+
6
+ export { require$$0 as default };
7
+ //# sourceMappingURL=_node_fs.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"_node_fs.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;"}
@@ -0,0 +1,7 @@
1
+ import * as reactMuiFileuploader from 'react-mui-fileuploader';
2
+ import { getAugmentedNamespace } from './_commonjsHelpers.mjs';
3
+
4
+ var require$$3 = /*@__PURE__*/getAugmentedNamespace(reactMuiFileuploader);
5
+
6
+ export { require$$3 as default };
7
+ //# sourceMappingURL=_react-mui-fileuploader.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"_react-mui-fileuploader.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;"}
@@ -0,0 +1,7 @@
1
+ import * as react from 'react';
2
+ import { getAugmentedNamespace } from './_commonjsHelpers.mjs';
3
+
4
+ var require$$1 = /*@__PURE__*/getAugmentedNamespace(react);
5
+
6
+ export { require$$1 as default };
7
+ //# sourceMappingURL=_react.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"_react.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;"}
@@ -0,0 +1,7 @@
1
+ import * as client from 'react-dom/client';
2
+ import { getAugmentedNamespace } from './_commonjsHelpers.mjs';
3
+
4
+ var require$$2 = /*@__PURE__*/getAugmentedNamespace(client);
5
+
6
+ export { require$$2 as default };
7
+ //# sourceMappingURL=client.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"client.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;"}
@@ -0,0 +1,7 @@
1
+ import * as estree from 'prettier/plugins/estree';
2
+ import { getAugmentedNamespace } from './_commonjsHelpers.mjs';
3
+
4
+ var require$$1 = /*@__PURE__*/getAugmentedNamespace(estree);
5
+
6
+ export { require$$1 as default };
7
+ //# sourceMappingURL=estree.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"estree.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;"}
@@ -0,0 +1,4 @@
1
+ var lib = {};
2
+
3
+ export { lib as __exports };
4
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
@@ -0,0 +1,7 @@
1
+ import * as jsxRuntime from 'react/jsx-runtime';
2
+ import { getAugmentedNamespace } from './_commonjsHelpers.mjs';
3
+
4
+ var require$$0 = /*@__PURE__*/getAugmentedNamespace(jsxRuntime);
5
+
6
+ export { require$$0 as default };
7
+ //# sourceMappingURL=jsx-runtime.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"jsx-runtime.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;"}
@@ -0,0 +1,4 @@
1
+ var main = {};
2
+
3
+ export { main as __exports };
4
+ //# sourceMappingURL=main.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"main.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
@@ -0,0 +1,7 @@
1
+ import * as material from '@mui/material';
2
+ import { getAugmentedNamespace } from './_commonjsHelpers.mjs';
3
+
4
+ var require$$1 = /*@__PURE__*/getAugmentedNamespace(material);
5
+
6
+ export { require$$1 as default };
7
+ //# sourceMappingURL=material.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"material.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;"}
@@ -0,0 +1,7 @@
1
+ import * as migrate from '@nestia/migrate';
2
+ import { getAugmentedNamespace } from './_commonjsHelpers.mjs';
3
+
4
+ var require$$0 = /*@__PURE__*/getAugmentedNamespace(migrate);
5
+
6
+ export { require$$0 as default };
7
+ //# sourceMappingURL=migrate.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"migrate.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;"}
@@ -0,0 +1,7 @@
1
+ import * as sdk from '@stackblitz/sdk';
2
+ import { getAugmentedNamespace } from './_commonjsHelpers.mjs';
3
+
4
+ var require$$2 = /*@__PURE__*/getAugmentedNamespace(sdk);
5
+
6
+ export { require$$2 as default };
7
+ //# sourceMappingURL=sdk.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sdk.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;"}
@@ -0,0 +1,7 @@
1
+ import * as standalone from 'prettier/standalone';
2
+ import { getAugmentedNamespace } from './_commonjsHelpers.mjs';
3
+
4
+ var require$$3 = /*@__PURE__*/getAugmentedNamespace(standalone);
5
+
6
+ export { require$$3 as default };
7
+ //# sourceMappingURL=standalone.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"standalone.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;"}
@@ -0,0 +1,7 @@
1
+ import * as typescript from 'prettier/plugins/typescript';
2
+ import { getAugmentedNamespace } from './_commonjsHelpers.mjs';
3
+
4
+ var require$$2 = /*@__PURE__*/getAugmentedNamespace(typescript);
5
+
6
+ export { require$$2 as default };
7
+ //# sourceMappingURL=typescript.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"typescript.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;"}