Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3a58d5f

Browse files
committed
refactor: renamed folders
1 parent c6f85fc commit 3a58d5f

File tree

1,349 files changed

+190
-190
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,349 files changed

+190
-190
lines changed

‎client/packages/openblocks-core/lib/index.cjs renamed to ‎client/packages/lowcoder-core/lib/index.cjs

Lines changed: 95 additions & 95 deletions
Original file line numberDiff line numberDiff line change
@@ -9,101 +9,101 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'defau
99

1010
var ___default = /*#__PURE__*/_interopDefaultLegacy(_);
1111

12-
/******************************************************************************
13-
Copyright (c) Microsoft Corporation.
14-
15-
Permission to use, copy, modify, and/or distribute this software for any
16-
purpose with or without fee is hereby granted.
17-
18-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
19-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
20-
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
21-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
22-
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
23-
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
24-
PERFORMANCE OF THIS SOFTWARE.
25-
***************************************************************************** */
26-
/* global Reflect, Promise */
27-
28-
var extendStatics = function(d, b) {
29-
extendStatics = Object.setPrototypeOf ||
30-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
31-
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
32-
return extendStatics(d, b);
33-
};
34-
35-
function __extends(d, b) {
36-
if (typeof b !== "function" && b !== null)
37-
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
38-
extendStatics(d, b);
39-
function __() { this.constructor = d; }
40-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
41-
}
42-
43-
var __assign = function() {
44-
__assign = Object.assign || function __assign(t) {
45-
for (var s, i = 1, n = arguments.length; i < n; i++) {
46-
s = arguments[i];
47-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
48-
}
49-
return t;
50-
};
51-
return __assign.apply(this, arguments);
52-
};
53-
54-
function __decorate(decorators, target, key, desc) {
55-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
56-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
57-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
58-
return c > 3 && r && Object.defineProperty(target, key, r), r;
59-
}
60-
61-
function __awaiter(thisArg, _arguments, P, generator) {
62-
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
63-
return new (P || (P = Promise))(function (resolve, reject) {
64-
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
65-
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
66-
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
67-
step((generator = generator.apply(thisArg, _arguments || [])).next());
68-
});
69-
}
70-
71-
function __generator(thisArg, body) {
72-
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
73-
return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
74-
function verb(n) { return function (v) { return step([n, v]); }; }
75-
function step(op) {
76-
if (f) throw new TypeError("Generator is already executing.");
77-
while (_) try {
78-
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
79-
if (y = 0, t) op = [op[0] & 2, t.value];
80-
switch (op[0]) {
81-
case 0: case 1: t = op; break;
82-
case 4: _.label++; return { value: op[1], done: false };
83-
case 5: _.label++; y = op[1]; op = [0]; continue;
84-
case 7: op = _.ops.pop(); _.trys.pop(); continue;
85-
default:
86-
if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
87-
if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
88-
if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
89-
if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
90-
if (t[2]) _.ops.pop();
91-
_.trys.pop(); continue;
92-
}
93-
op = body.call(thisArg, _);
94-
} catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
95-
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
96-
}
97-
}
98-
99-
function __spreadArray(to, from, pack) {
100-
if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
101-
if (ar || !(i in from)) {
102-
if (!ar) ar = Array.prototype.slice.call(from, 0, i);
103-
ar[i] = from[i];
104-
}
105-
}
106-
return to.concat(ar || Array.prototype.slice.call(from));
12+
/******************************************************************************
13+
Copyright (c) Microsoft Corporation.
14+
15+
Permission to use, copy, modify, and/or distribute this software for any
16+
purpose with or without fee is hereby granted.
17+
18+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
19+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
20+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
21+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
22+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
23+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
24+
PERFORMANCE OF THIS SOFTWARE.
25+
***************************************************************************** */
26+
/* global Reflect, Promise */
27+
28+
var extendStatics = function(d, b) {
29+
extendStatics = Object.setPrototypeOf ||
30+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
31+
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
32+
return extendStatics(d, b);
33+
};
34+
35+
function __extends(d, b) {
36+
if (typeof b !== "function" && b !== null)
37+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
38+
extendStatics(d, b);
39+
function __() { this.constructor = d; }
40+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
41+
}
42+
43+
var __assign = function() {
44+
__assign = Object.assign || function __assign(t) {
45+
for (var s, i = 1, n = arguments.length; i < n; i++) {
46+
s = arguments[i];
47+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
48+
}
49+
return t;
50+
};
51+
return __assign.apply(this, arguments);
52+
};
53+
54+
function __decorate(decorators, target, key, desc) {
55+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
56+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
57+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
58+
return c > 3 && r && Object.defineProperty(target, key, r), r;
59+
}
60+
61+
function __awaiter(thisArg, _arguments, P, generator) {
62+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
63+
return new (P || (P = Promise))(function (resolve, reject) {
64+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
65+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
66+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
67+
step((generator = generator.apply(thisArg, _arguments || [])).next());
68+
});
69+
}
70+
71+
function __generator(thisArg, body) {
72+
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
73+
return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
74+
function verb(n) { return function (v) { return step([n, v]); }; }
75+
function step(op) {
76+
if (f) throw new TypeError("Generator is already executing.");
77+
while (_) try {
78+
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
79+
if (y = 0, t) op = [op[0] & 2, t.value];
80+
switch (op[0]) {
81+
case 0: case 1: t = op; break;
82+
case 4: _.label++; return { value: op[1], done: false };
83+
case 5: _.label++; y = op[1]; op = [0]; continue;
84+
case 7: op = _.ops.pop(); _.trys.pop(); continue;
85+
default:
86+
if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
87+
if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
88+
if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
89+
if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
90+
if (t[2]) _.ops.pop();
91+
_.trys.pop(); continue;
92+
}
93+
op = body.call(thisArg, _);
94+
} catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
95+
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
96+
}
97+
}
98+
99+
function __spreadArray(to, from, pack) {
100+
if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
101+
if (ar || !(i in from)) {
102+
if (!ar) ar = Array.prototype.slice.call(from, 0, i);
103+
ar[i] = from[i];
104+
}
105+
}
106+
return to.concat(ar || Array.prototype.slice.call(from));
107107
}
108108

109109
function isEqualArgs(args, cacheArgs, equals) {

0 commit comments

Comments
 (0)