@dckj-npm/lowcode-plugin-code-generator 1.3.25 → 1.3.27
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.
|
@@ -21,6 +21,7 @@ export function CodeGenActionBtn(_ref) {
|
|
|
21
21
|
}),
|
|
22
22
|
state = _useState[0],
|
|
23
23
|
setState = _useState[1];
|
|
24
|
+
console.log('CodeGenActionBtn render, ctx: ', ctx);
|
|
24
25
|
var handleClick = /*#__PURE__*/function () {
|
|
25
26
|
var _ref2 = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime.mark(function _callee() {
|
|
26
27
|
var _sanitizedSchemas$, name, resourceList, allSchema, invalidIndex, resource, sanitizedSchemas, primarySchema, originalPrimarySchema, result, error, _t;
|
|
@@ -28,6 +28,7 @@ function CodeGenActionBtn(_ref) {
|
|
|
28
28
|
}),
|
|
29
29
|
state = _useState[0],
|
|
30
30
|
setState = _useState[1];
|
|
31
|
+
console.log('CodeGenActionBtn render, ctx: ', ctx);
|
|
31
32
|
var handleClick = /*#__PURE__*/function () {
|
|
32
33
|
var _ref2 = (0, _asyncToGenerator2["default"])(/*#__PURE__*/_regenerator["default"].mark(function _callee() {
|
|
33
34
|
var _sanitizedSchemas$, name, resourceList, allSchema, invalidIndex, resource, sanitizedSchemas, primarySchema, originalPrimarySchema, result, error, _t;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dckj-npm/lowcode-plugin-code-generator",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.27",
|
|
4
4
|
"description": "集团低代码引擎 - 浏览器出码插件",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "es/index.js",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"@alilc/lowcode-code-generator": "^1.1.7",
|
|
36
36
|
"@alilc/lowcode-plugin-base-monaco-editor": "^1.1.2",
|
|
37
37
|
"@alilc/lowcode-types": "^1.3.4",
|
|
38
|
-
"@dckj-npm/lowcode-code-generator": "^1.2.
|
|
38
|
+
"@dckj-npm/lowcode-code-generator": "^1.2.40",
|
|
39
39
|
"@types/file-saver": "^2.0.7",
|
|
40
40
|
"@types/string-natural-compare": "^3.0.4",
|
|
41
41
|
"codesandbox": "^2.2.3",
|