@lcap/nasl-concepts 4.0.0-beta.2 → 4.0.0-beta.20
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/out/common/BaseNode.d.ts +1 -1
- package/out/common/BaseNode.d.ts.map +1 -1
- package/out/common/BaseNode.js +5 -1
- package/out/common/BaseNode.js.map +1 -1
- package/out/concepts/BackendVariable__.d.ts.map +1 -1
- package/out/concepts/BackendVariable__.js +0 -22
- package/out/concepts/BackendVariable__.js.map +1 -1
- package/out/concepts/BatchAssignment__.d.ts.map +1 -1
- package/out/concepts/BatchAssignment__.js +7 -17
- package/out/concepts/BatchAssignment__.js.map +1 -1
- package/out/concepts/BindAttribute__.d.ts.map +1 -1
- package/out/concepts/BindAttribute__.js +9 -2
- package/out/concepts/BindAttribute__.js.map +1 -1
- package/out/concepts/BindEvent__.d.ts +6 -1
- package/out/concepts/BindEvent__.d.ts.map +1 -1
- package/out/concepts/BindEvent__.js +5 -6
- package/out/concepts/BindEvent__.js.map +1 -1
- package/out/concepts/BusinessComponent__.d.ts +1 -0
- package/out/concepts/BusinessComponent__.d.ts.map +1 -1
- package/out/concepts/BusinessComponent__.js +5 -13
- package/out/concepts/BusinessComponent__.js.map +1 -1
- package/out/concepts/CallInterface__.d.ts.map +1 -1
- package/out/concepts/CallInterface__.js +12 -4
- package/out/concepts/CallInterface__.js.map +1 -1
- package/out/concepts/CallLogic__.d.ts.map +1 -1
- package/out/concepts/CallLogic__.js +20 -23
- package/out/concepts/CallLogic__.js.map +1 -1
- package/out/concepts/CallQueryComponent__.d.ts.map +1 -1
- package/out/concepts/CallQueryComponent__.js +2 -1
- package/out/concepts/CallQueryComponent__.js.map +1 -1
- package/out/concepts/DefaultValue__.d.ts +1 -0
- package/out/concepts/DefaultValue__.d.ts.map +1 -1
- package/out/concepts/DefaultValue__.js +12 -1
- package/out/concepts/DefaultValue__.js.map +1 -1
- package/out/concepts/EntityProperty__.js +1 -1
- package/out/concepts/EntityProperty__.js.map +1 -1
- package/out/concepts/EnumItem__.d.ts +1 -0
- package/out/concepts/EnumItem__.d.ts.map +1 -1
- package/out/concepts/EnumItem__.js +11 -0
- package/out/concepts/EnumItem__.js.map +1 -1
- package/out/concepts/Enum__.d.ts +1 -0
- package/out/concepts/Enum__.d.ts.map +1 -1
- package/out/concepts/Enum__.js +11 -0
- package/out/concepts/Enum__.js.map +1 -1
- package/out/concepts/FrontendType__.js +2 -2
- package/out/concepts/FrontendType__.js.map +1 -1
- package/out/concepts/Identifier__.d.ts +2 -2
- package/out/concepts/Identifier__.d.ts.map +1 -1
- package/out/concepts/Identifier__.js +23 -22
- package/out/concepts/Identifier__.js.map +1 -1
- package/out/concepts/Interface__.d.ts +1 -0
- package/out/concepts/Interface__.d.ts.map +1 -1
- package/out/concepts/Interface__.js +12 -1
- package/out/concepts/Interface__.js.map +1 -1
- package/out/concepts/Logic__.d.ts +1 -1
- package/out/concepts/Logic__.d.ts.map +1 -1
- package/out/concepts/Logic__.js +37 -16
- package/out/concepts/Logic__.js.map +1 -1
- package/out/concepts/Match__.js +2 -2
- package/out/concepts/Match__.js.map +1 -1
- package/out/concepts/MemberExpression__.d.ts.map +1 -1
- package/out/concepts/MemberExpression__.js +2 -1
- package/out/concepts/MemberExpression__.js.map +1 -1
- package/out/concepts/NewComposite__.d.ts.map +1 -1
- package/out/concepts/NewComposite__.js +6 -16
- package/out/concepts/NewComposite__.js.map +1 -1
- package/out/concepts/OqlQueryComponent__.d.ts +6 -0
- package/out/concepts/OqlQueryComponent__.d.ts.map +1 -1
- package/out/concepts/OqlQueryComponent__.js +8 -0
- package/out/concepts/OqlQueryComponent__.js.map +1 -1
- package/out/concepts/OverriddenLogic__.d.ts +0 -1
- package/out/concepts/OverriddenLogic__.d.ts.map +1 -1
- package/out/concepts/OverriddenLogic__.js +19 -16
- package/out/concepts/OverriddenLogic__.js.map +1 -1
- package/out/concepts/Param__.d.ts +1 -0
- package/out/concepts/Param__.d.ts.map +1 -1
- package/out/concepts/Param__.js +17 -9
- package/out/concepts/Param__.js.map +1 -1
- package/out/concepts/ProcessV2__.d.ts +1 -1
- package/out/concepts/ProcessV2__.js +4 -4
- package/out/concepts/ProcessV2__.js.map +1 -1
- package/out/concepts/QueryFieldExpression__.d.ts +4 -0
- package/out/concepts/QueryFieldExpression__.d.ts.map +1 -1
- package/out/concepts/QueryFieldExpression__.js +7 -1
- package/out/concepts/QueryFieldExpression__.js.map +1 -1
- package/out/concepts/QueryFromExpression__.d.ts.map +1 -1
- package/out/concepts/QueryFromExpression__.js +2 -7
- package/out/concepts/QueryFromExpression__.js.map +1 -1
- package/out/concepts/QueryJoinExpression__.d.ts.map +1 -1
- package/out/concepts/QueryJoinExpression__.js +2 -7
- package/out/concepts/QueryJoinExpression__.js.map +1 -1
- package/out/concepts/Return__.d.ts +1 -0
- package/out/concepts/Return__.d.ts.map +1 -1
- package/out/concepts/Return__.js +12 -12
- package/out/concepts/Return__.js.map +1 -1
- package/out/concepts/StringLiteral__.d.ts.map +1 -1
- package/out/concepts/StringLiteral__.js +3 -8
- package/out/concepts/StringLiteral__.js.map +1 -1
- package/out/concepts/StructureProperty__.d.ts +5 -2
- package/out/concepts/StructureProperty__.d.ts.map +1 -1
- package/out/concepts/StructureProperty__.js +15 -8
- package/out/concepts/StructureProperty__.js.map +1 -1
- package/out/concepts/Structure__.d.ts +1 -0
- package/out/concepts/Structure__.d.ts.map +1 -1
- package/out/concepts/Structure__.js +12 -1
- package/out/concepts/Structure__.js.map +1 -1
- package/out/concepts/SubLogic__.d.ts +0 -1
- package/out/concepts/SubLogic__.d.ts.map +1 -1
- package/out/concepts/SubLogic__.js +19 -16
- package/out/concepts/SubLogic__.js.map +1 -1
- package/out/concepts/TypeAnnotation__.d.ts +10 -4
- package/out/concepts/TypeAnnotation__.d.ts.map +1 -1
- package/out/concepts/TypeAnnotation__.js +103 -63
- package/out/concepts/TypeAnnotation__.js.map +1 -1
- package/out/concepts/TypeParam__.d.ts +1 -0
- package/out/concepts/TypeParam__.d.ts.map +1 -1
- package/out/concepts/TypeParam__.js +12 -1
- package/out/concepts/TypeParam__.js.map +1 -1
- package/out/concepts/ValidationRule__.d.ts +5 -0
- package/out/concepts/ValidationRule__.d.ts.map +1 -1
- package/out/concepts/ValidationRule__.js +20 -0
- package/out/concepts/ValidationRule__.js.map +1 -1
- package/out/concepts/Variable__.d.ts +1 -0
- package/out/concepts/Variable__.d.ts.map +1 -1
- package/out/concepts/Variable__.js +11 -11
- package/out/concepts/Variable__.js.map +1 -1
- package/out/concepts/ViewElement__.d.ts +2 -0
- package/out/concepts/ViewElement__.d.ts.map +1 -1
- package/out/concepts/ViewElement__.js +13 -2
- package/out/concepts/ViewElement__.js.map +1 -1
- package/out/concepts/View__.d.ts +18 -1
- package/out/concepts/View__.d.ts.map +1 -1
- package/out/concepts/View__.js +82 -18
- package/out/concepts/View__.js.map +1 -1
- package/out/concepts/basics/stdlib/nasl.processV2.d.ts.map +1 -1
- package/out/concepts/basics/stdlib/nasl.processV2.js +4 -0
- package/out/concepts/basics/stdlib/nasl.processV2.js.map +1 -1
- package/out/index.d.ts +1 -1
- package/out/index.d.ts.map +1 -1
- package/out/index.js +2 -1
- package/out/index.js.map +1 -1
- package/out/semantics/localVarCollector.d.ts +2 -1
- package/out/semantics/localVarCollector.d.ts.map +1 -1
- package/out/semantics/localVarCollector.js +38 -10
- package/out/semantics/localVarCollector.js.map +1 -1
- package/out/semantics/semanticData.d.ts +4 -2
- package/out/semantics/semanticData.d.ts.map +1 -1
- package/out/semantics/semanticData.js +33 -16
- package/out/semantics/semanticData.js.map +1 -1
- package/out/service/file-module.d.ts +1 -1
- package/out/service/file-module.d.ts.map +1 -1
- package/out/service/file-module.js +2 -2
- package/out/service/file-module.js.map +1 -1
- package/out/service/formatTsUtils.d.ts +1 -1
- package/out/service/formatTsUtils.d.ts.map +1 -1
- package/out/service/formatTsUtils.js +24 -27
- package/out/service/formatTsUtils.js.map +1 -1
- package/out/service/genSlotVarRef.d.ts +2 -2
- package/out/service/genSlotVarRef.d.ts.map +1 -1
- package/out/service/genSlotVarRef.js +71 -19
- package/out/service/genSlotVarRef.js.map +1 -1
- package/out/service/getMemberIdentifier.d.ts.map +1 -1
- package/out/service/getMemberIdentifier.js +13 -4
- package/out/service/getMemberIdentifier.js.map +1 -1
- package/out/utils/bak-translator/composition.d.ts.map +1 -1
- package/out/utils/bak-translator/composition.js +18 -4
- package/out/utils/bak-translator/composition.js.map +1 -1
- package/out/utils/bak-translator/legacy.d.ts +9 -1
- package/out/utils/bak-translator/legacy.d.ts.map +1 -1
- package/out/utils/bak-translator/legacy.js +132 -31
- package/out/utils/bak-translator/legacy.js.map +1 -1
- package/out/utils/constant.d.ts +1 -0
- package/out/utils/constant.d.ts.map +1 -1
- package/out/utils/constant.js +8 -1
- package/out/utils/constant.js.map +1 -1
- package/package.json +5 -5
package/out/utils/constant.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ProcessV2LogicName = exports.officialCustoms = exports.ERROR_TIPS_SUFFIX = exports.CUSTOM_CONNECTOR_EDITABLE_SUFFIX = exports.asyncFuncMap = void 0;
|
|
3
|
+
exports.autoSplitComponentTags = exports.ProcessV2LogicName = exports.officialCustoms = exports.ERROR_TIPS_SUFFIX = exports.CUSTOM_CONNECTOR_EDITABLE_SUFFIX = exports.asyncFuncMap = void 0;
|
|
4
4
|
exports.asyncFuncMap = {
|
|
5
5
|
ListSort: 'ListSortAsync',
|
|
6
6
|
ListFind: 'ListFindAsync',
|
|
@@ -43,4 +43,11 @@ exports.ProcessV2LogicName = new Set([
|
|
|
43
43
|
'approveTask',
|
|
44
44
|
'getTaskData',
|
|
45
45
|
]);
|
|
46
|
+
exports.autoSplitComponentTags = [
|
|
47
|
+
'u-modal',
|
|
48
|
+
'u-table-view',
|
|
49
|
+
'el-dialog',
|
|
50
|
+
'el-table-pro',
|
|
51
|
+
'el-table',
|
|
52
|
+
];
|
|
46
53
|
//# sourceMappingURL=constant.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"constant.js","sourceRoot":"","sources":["../../src/utils/constant.ts"],"names":[],"mappings":";;;AAAa,QAAA,YAAY,GAA2B;IAClD,QAAQ,EAAE,eAAe;IACzB,QAAQ,EAAE,eAAe;IACzB,UAAU,EAAE,iBAAiB;IAC7B,aAAa,EAAE,oBAAoB;IACnC,cAAc,EAAE,qBAAqB;IACrC,WAAW,EAAE,kBAAkB;IAC/B,aAAa,EAAE,oBAAoB;IACnC,SAAS,EAAE,gBAAgB;IAC3B,YAAY,EAAE,mBAAmB;IACjC,SAAS,EAAE,gBAAgB;CAC5B,CAAC;AAEF,cAAc;AACD,QAAA,gCAAgC,GAAG,YAAY,CAAC;AAC7D,kBAAkB;AACL,QAAA,iBAAiB,GAAG,SAAS,CAAA;AAE1C,qBAAqB;AACR,QAAA,eAAe,GAAG;IAC7B,eAAe;IACf,kBAAkB;IAClB,kBAAkB;IAClB,YAAY;IACZ,YAAY;IACZ,eAAe;IACf,eAAe;IACf,kBAAkB;IAClB,mBAAmB;IACnB,kBAAkB;IAClB,aAAa;IACb,kBAAkB;IAClB,YAAY;CACb,CAAC;AAEF,wBAAwB;AACX,QAAA,kBAAkB,GAAG,IAAI,GAAG,CAAC;IACxC,gBAAgB;IAChB,eAAe;IACf,cAAc;IACd,YAAY;IACZ,YAAY;IACZ,aAAa;IACb,aAAa;CACd,CAAC,CAAC"}
|
|
1
|
+
{"version":3,"file":"constant.js","sourceRoot":"","sources":["../../src/utils/constant.ts"],"names":[],"mappings":";;;AAAa,QAAA,YAAY,GAA2B;IAClD,QAAQ,EAAE,eAAe;IACzB,QAAQ,EAAE,eAAe;IACzB,UAAU,EAAE,iBAAiB;IAC7B,aAAa,EAAE,oBAAoB;IACnC,cAAc,EAAE,qBAAqB;IACrC,WAAW,EAAE,kBAAkB;IAC/B,aAAa,EAAE,oBAAoB;IACnC,SAAS,EAAE,gBAAgB;IAC3B,YAAY,EAAE,mBAAmB;IACjC,SAAS,EAAE,gBAAgB;CAC5B,CAAC;AAEF,cAAc;AACD,QAAA,gCAAgC,GAAG,YAAY,CAAC;AAC7D,kBAAkB;AACL,QAAA,iBAAiB,GAAG,SAAS,CAAA;AAE1C,qBAAqB;AACR,QAAA,eAAe,GAAG;IAC7B,eAAe;IACf,kBAAkB;IAClB,kBAAkB;IAClB,YAAY;IACZ,YAAY;IACZ,eAAe;IACf,eAAe;IACf,kBAAkB;IAClB,mBAAmB;IACnB,kBAAkB;IAClB,aAAa;IACb,kBAAkB;IAClB,YAAY;CACb,CAAC;AAEF,wBAAwB;AACX,QAAA,kBAAkB,GAAG,IAAI,GAAG,CAAC;IACxC,gBAAgB;IAChB,eAAe;IACf,cAAc;IACd,YAAY;IACZ,YAAY;IACZ,aAAa;IACb,aAAa;CACd,CAAC,CAAC;AAEU,QAAA,sBAAsB,GAAG;IACpC,SAAS;IACT,cAAc;IAEd,WAAW;IACX,cAAc;IACd,UAAU;CACX,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lcap/nasl-concepts",
|
|
3
3
|
"description": "NetEase Application Specific Language",
|
|
4
|
-
"version": "4.0.0-beta.
|
|
4
|
+
"version": "4.0.0-beta.20",
|
|
5
5
|
"author": "Forrest <rainforest92@126.com>",
|
|
6
6
|
"main": "./out",
|
|
7
7
|
"types": "./out",
|
|
@@ -48,10 +48,10 @@
|
|
|
48
48
|
"lodash": "4.17.21",
|
|
49
49
|
"uuid": "8.3.2",
|
|
50
50
|
"validator": "13.7.0",
|
|
51
|
-
"@lcap/nasl-
|
|
52
|
-
"@lcap/nasl-types": "4.0.0-beta.
|
|
53
|
-
"@lcap/nasl-
|
|
54
|
-
"@lcap/nasl-
|
|
51
|
+
"@lcap/nasl-sentry": "4.0.0-beta.20",
|
|
52
|
+
"@lcap/nasl-types": "4.0.0-beta.20",
|
|
53
|
+
"@lcap/nasl-translator": "4.0.0-beta.20",
|
|
54
|
+
"@lcap/nasl-utils": "4.0.0-beta.20"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
57
|
"@types/validator": "13.12.2",
|