@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.
Files changed (176) hide show
  1. package/out/common/BaseNode.d.ts +1 -1
  2. package/out/common/BaseNode.d.ts.map +1 -1
  3. package/out/common/BaseNode.js +5 -1
  4. package/out/common/BaseNode.js.map +1 -1
  5. package/out/concepts/BackendVariable__.d.ts.map +1 -1
  6. package/out/concepts/BackendVariable__.js +0 -22
  7. package/out/concepts/BackendVariable__.js.map +1 -1
  8. package/out/concepts/BatchAssignment__.d.ts.map +1 -1
  9. package/out/concepts/BatchAssignment__.js +7 -17
  10. package/out/concepts/BatchAssignment__.js.map +1 -1
  11. package/out/concepts/BindAttribute__.d.ts.map +1 -1
  12. package/out/concepts/BindAttribute__.js +9 -2
  13. package/out/concepts/BindAttribute__.js.map +1 -1
  14. package/out/concepts/BindEvent__.d.ts +6 -1
  15. package/out/concepts/BindEvent__.d.ts.map +1 -1
  16. package/out/concepts/BindEvent__.js +5 -6
  17. package/out/concepts/BindEvent__.js.map +1 -1
  18. package/out/concepts/BusinessComponent__.d.ts +1 -0
  19. package/out/concepts/BusinessComponent__.d.ts.map +1 -1
  20. package/out/concepts/BusinessComponent__.js +5 -13
  21. package/out/concepts/BusinessComponent__.js.map +1 -1
  22. package/out/concepts/CallInterface__.d.ts.map +1 -1
  23. package/out/concepts/CallInterface__.js +12 -4
  24. package/out/concepts/CallInterface__.js.map +1 -1
  25. package/out/concepts/CallLogic__.d.ts.map +1 -1
  26. package/out/concepts/CallLogic__.js +20 -23
  27. package/out/concepts/CallLogic__.js.map +1 -1
  28. package/out/concepts/CallQueryComponent__.d.ts.map +1 -1
  29. package/out/concepts/CallQueryComponent__.js +2 -1
  30. package/out/concepts/CallQueryComponent__.js.map +1 -1
  31. package/out/concepts/DefaultValue__.d.ts +1 -0
  32. package/out/concepts/DefaultValue__.d.ts.map +1 -1
  33. package/out/concepts/DefaultValue__.js +12 -1
  34. package/out/concepts/DefaultValue__.js.map +1 -1
  35. package/out/concepts/EntityProperty__.js +1 -1
  36. package/out/concepts/EntityProperty__.js.map +1 -1
  37. package/out/concepts/EnumItem__.d.ts +1 -0
  38. package/out/concepts/EnumItem__.d.ts.map +1 -1
  39. package/out/concepts/EnumItem__.js +11 -0
  40. package/out/concepts/EnumItem__.js.map +1 -1
  41. package/out/concepts/Enum__.d.ts +1 -0
  42. package/out/concepts/Enum__.d.ts.map +1 -1
  43. package/out/concepts/Enum__.js +11 -0
  44. package/out/concepts/Enum__.js.map +1 -1
  45. package/out/concepts/FrontendType__.js +2 -2
  46. package/out/concepts/FrontendType__.js.map +1 -1
  47. package/out/concepts/Identifier__.d.ts +2 -2
  48. package/out/concepts/Identifier__.d.ts.map +1 -1
  49. package/out/concepts/Identifier__.js +23 -22
  50. package/out/concepts/Identifier__.js.map +1 -1
  51. package/out/concepts/Interface__.d.ts +1 -0
  52. package/out/concepts/Interface__.d.ts.map +1 -1
  53. package/out/concepts/Interface__.js +12 -1
  54. package/out/concepts/Interface__.js.map +1 -1
  55. package/out/concepts/Logic__.d.ts +1 -1
  56. package/out/concepts/Logic__.d.ts.map +1 -1
  57. package/out/concepts/Logic__.js +37 -16
  58. package/out/concepts/Logic__.js.map +1 -1
  59. package/out/concepts/Match__.js +2 -2
  60. package/out/concepts/Match__.js.map +1 -1
  61. package/out/concepts/MemberExpression__.d.ts.map +1 -1
  62. package/out/concepts/MemberExpression__.js +2 -1
  63. package/out/concepts/MemberExpression__.js.map +1 -1
  64. package/out/concepts/NewComposite__.d.ts.map +1 -1
  65. package/out/concepts/NewComposite__.js +6 -16
  66. package/out/concepts/NewComposite__.js.map +1 -1
  67. package/out/concepts/OqlQueryComponent__.d.ts +6 -0
  68. package/out/concepts/OqlQueryComponent__.d.ts.map +1 -1
  69. package/out/concepts/OqlQueryComponent__.js +8 -0
  70. package/out/concepts/OqlQueryComponent__.js.map +1 -1
  71. package/out/concepts/OverriddenLogic__.d.ts +0 -1
  72. package/out/concepts/OverriddenLogic__.d.ts.map +1 -1
  73. package/out/concepts/OverriddenLogic__.js +19 -16
  74. package/out/concepts/OverriddenLogic__.js.map +1 -1
  75. package/out/concepts/Param__.d.ts +1 -0
  76. package/out/concepts/Param__.d.ts.map +1 -1
  77. package/out/concepts/Param__.js +17 -9
  78. package/out/concepts/Param__.js.map +1 -1
  79. package/out/concepts/ProcessV2__.d.ts +1 -1
  80. package/out/concepts/ProcessV2__.js +4 -4
  81. package/out/concepts/ProcessV2__.js.map +1 -1
  82. package/out/concepts/QueryFieldExpression__.d.ts +4 -0
  83. package/out/concepts/QueryFieldExpression__.d.ts.map +1 -1
  84. package/out/concepts/QueryFieldExpression__.js +7 -1
  85. package/out/concepts/QueryFieldExpression__.js.map +1 -1
  86. package/out/concepts/QueryFromExpression__.d.ts.map +1 -1
  87. package/out/concepts/QueryFromExpression__.js +2 -7
  88. package/out/concepts/QueryFromExpression__.js.map +1 -1
  89. package/out/concepts/QueryJoinExpression__.d.ts.map +1 -1
  90. package/out/concepts/QueryJoinExpression__.js +2 -7
  91. package/out/concepts/QueryJoinExpression__.js.map +1 -1
  92. package/out/concepts/Return__.d.ts +1 -0
  93. package/out/concepts/Return__.d.ts.map +1 -1
  94. package/out/concepts/Return__.js +12 -12
  95. package/out/concepts/Return__.js.map +1 -1
  96. package/out/concepts/StringLiteral__.d.ts.map +1 -1
  97. package/out/concepts/StringLiteral__.js +3 -8
  98. package/out/concepts/StringLiteral__.js.map +1 -1
  99. package/out/concepts/StructureProperty__.d.ts +5 -2
  100. package/out/concepts/StructureProperty__.d.ts.map +1 -1
  101. package/out/concepts/StructureProperty__.js +15 -8
  102. package/out/concepts/StructureProperty__.js.map +1 -1
  103. package/out/concepts/Structure__.d.ts +1 -0
  104. package/out/concepts/Structure__.d.ts.map +1 -1
  105. package/out/concepts/Structure__.js +12 -1
  106. package/out/concepts/Structure__.js.map +1 -1
  107. package/out/concepts/SubLogic__.d.ts +0 -1
  108. package/out/concepts/SubLogic__.d.ts.map +1 -1
  109. package/out/concepts/SubLogic__.js +19 -16
  110. package/out/concepts/SubLogic__.js.map +1 -1
  111. package/out/concepts/TypeAnnotation__.d.ts +10 -4
  112. package/out/concepts/TypeAnnotation__.d.ts.map +1 -1
  113. package/out/concepts/TypeAnnotation__.js +103 -63
  114. package/out/concepts/TypeAnnotation__.js.map +1 -1
  115. package/out/concepts/TypeParam__.d.ts +1 -0
  116. package/out/concepts/TypeParam__.d.ts.map +1 -1
  117. package/out/concepts/TypeParam__.js +12 -1
  118. package/out/concepts/TypeParam__.js.map +1 -1
  119. package/out/concepts/ValidationRule__.d.ts +5 -0
  120. package/out/concepts/ValidationRule__.d.ts.map +1 -1
  121. package/out/concepts/ValidationRule__.js +20 -0
  122. package/out/concepts/ValidationRule__.js.map +1 -1
  123. package/out/concepts/Variable__.d.ts +1 -0
  124. package/out/concepts/Variable__.d.ts.map +1 -1
  125. package/out/concepts/Variable__.js +11 -11
  126. package/out/concepts/Variable__.js.map +1 -1
  127. package/out/concepts/ViewElement__.d.ts +2 -0
  128. package/out/concepts/ViewElement__.d.ts.map +1 -1
  129. package/out/concepts/ViewElement__.js +13 -2
  130. package/out/concepts/ViewElement__.js.map +1 -1
  131. package/out/concepts/View__.d.ts +18 -1
  132. package/out/concepts/View__.d.ts.map +1 -1
  133. package/out/concepts/View__.js +82 -18
  134. package/out/concepts/View__.js.map +1 -1
  135. package/out/concepts/basics/stdlib/nasl.processV2.d.ts.map +1 -1
  136. package/out/concepts/basics/stdlib/nasl.processV2.js +4 -0
  137. package/out/concepts/basics/stdlib/nasl.processV2.js.map +1 -1
  138. package/out/index.d.ts +1 -1
  139. package/out/index.d.ts.map +1 -1
  140. package/out/index.js +2 -1
  141. package/out/index.js.map +1 -1
  142. package/out/semantics/localVarCollector.d.ts +2 -1
  143. package/out/semantics/localVarCollector.d.ts.map +1 -1
  144. package/out/semantics/localVarCollector.js +38 -10
  145. package/out/semantics/localVarCollector.js.map +1 -1
  146. package/out/semantics/semanticData.d.ts +4 -2
  147. package/out/semantics/semanticData.d.ts.map +1 -1
  148. package/out/semantics/semanticData.js +33 -16
  149. package/out/semantics/semanticData.js.map +1 -1
  150. package/out/service/file-module.d.ts +1 -1
  151. package/out/service/file-module.d.ts.map +1 -1
  152. package/out/service/file-module.js +2 -2
  153. package/out/service/file-module.js.map +1 -1
  154. package/out/service/formatTsUtils.d.ts +1 -1
  155. package/out/service/formatTsUtils.d.ts.map +1 -1
  156. package/out/service/formatTsUtils.js +24 -27
  157. package/out/service/formatTsUtils.js.map +1 -1
  158. package/out/service/genSlotVarRef.d.ts +2 -2
  159. package/out/service/genSlotVarRef.d.ts.map +1 -1
  160. package/out/service/genSlotVarRef.js +71 -19
  161. package/out/service/genSlotVarRef.js.map +1 -1
  162. package/out/service/getMemberIdentifier.d.ts.map +1 -1
  163. package/out/service/getMemberIdentifier.js +13 -4
  164. package/out/service/getMemberIdentifier.js.map +1 -1
  165. package/out/utils/bak-translator/composition.d.ts.map +1 -1
  166. package/out/utils/bak-translator/composition.js +18 -4
  167. package/out/utils/bak-translator/composition.js.map +1 -1
  168. package/out/utils/bak-translator/legacy.d.ts +9 -1
  169. package/out/utils/bak-translator/legacy.d.ts.map +1 -1
  170. package/out/utils/bak-translator/legacy.js +132 -31
  171. package/out/utils/bak-translator/legacy.js.map +1 -1
  172. package/out/utils/constant.d.ts +1 -0
  173. package/out/utils/constant.d.ts.map +1 -1
  174. package/out/utils/constant.js +8 -1
  175. package/out/utils/constant.js.map +1 -1
  176. package/package.json +5 -5
@@ -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.2",
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-translator": "4.0.0-beta.2",
52
- "@lcap/nasl-types": "4.0.0-beta.2",
53
- "@lcap/nasl-utils": "4.0.0-beta.2",
54
- "@lcap/nasl-sentry": "4.0.0-beta.2"
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",