@lcap/nasl 3.7.3-beta.1 → 3.8.0-beta.2
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/.mocharc.js +0 -1
- package/out/automate/engine/utils.js +6 -1
- package/out/automate/engine/utils.js.map +1 -1
- package/out/bak/translator.js +37 -0
- package/out/bak/translator.js.map +1 -1
- package/out/breakpoint/shared/utils.d.ts +1 -0
- package/out/breakpoint/shared/utils.js +1 -1
- package/out/breakpoint/shared/utils.js.map +1 -1
- package/out/common/BaseNode.d.ts +11 -0
- package/out/common/BaseNode.js +101 -5
- package/out/common/BaseNode.js.map +1 -1
- package/out/concepts/Annotatable__.d.ts +109 -0
- package/out/concepts/Annotatable__.js +161 -0
- package/out/concepts/Annotatable__.js.map +1 -0
- package/out/concepts/AnnotationProperty__.d.ts +48 -0
- package/out/concepts/AnnotationProperty__.js +74 -0
- package/out/concepts/AnnotationProperty__.js.map +1 -0
- package/out/concepts/Annotation__.d.ts +128 -0
- package/out/concepts/Annotation__.js +248 -0
- package/out/concepts/Annotation__.js.map +1 -0
- package/out/concepts/App__.d.ts +14 -26
- package/out/concepts/App__.js +50 -20
- package/out/concepts/App__.js.map +1 -1
- package/out/concepts/ApplyAnnotation__.d.ts +87 -0
- package/out/concepts/ApplyAnnotation__.js +140 -0
- package/out/concepts/ApplyAnnotation__.js.map +1 -0
- package/out/concepts/Argument__.d.ts +19 -0
- package/out/concepts/Argument__.js +126 -0
- package/out/concepts/Argument__.js.map +1 -1
- package/out/concepts/AssigneeV2__.d.ts +169 -0
- package/out/concepts/AssigneeV2__.js +176 -1
- package/out/concepts/AssigneeV2__.js.map +1 -1
- package/out/concepts/AuthLogicForCallInterface__.js +1 -1
- package/out/concepts/AuthLogicForCallInterface__.js.map +1 -1
- package/out/concepts/AuthLogic__.js +1 -1
- package/out/concepts/AuthLogic__.js.map +1 -1
- package/out/concepts/BooleanLiteral__.d.ts +1 -0
- package/out/concepts/BooleanLiteral__.js +9 -0
- package/out/concepts/BooleanLiteral__.js.map +1 -1
- package/out/concepts/BusinessLogic__.js +1 -1
- package/out/concepts/BusinessLogic__.js.map +1 -1
- package/out/concepts/CallFunction__.js +1 -1
- package/out/concepts/CallFunction__.js.map +1 -1
- package/out/concepts/CallLogic__.d.ts +15 -0
- package/out/concepts/CallLogic__.js +149 -17
- package/out/concepts/CallLogic__.js.map +1 -1
- package/out/concepts/ConnectorLogic__.js +1 -1
- package/out/concepts/ConnectorLogic__.js.map +1 -1
- package/out/concepts/DatabaseTypeAnnotation__.d.ts +0 -2
- package/out/concepts/DatabaseTypeAnnotation__.js +0 -20
- package/out/concepts/DatabaseTypeAnnotation__.js.map +1 -1
- package/out/concepts/DepartmentManagerV2__.d.ts +29 -0
- package/out/concepts/DepartmentManagerV2__.js +56 -0
- package/out/concepts/DepartmentManagerV2__.js.map +1 -0
- package/out/concepts/DepartmentV2__.d.ts +33 -0
- package/out/concepts/DepartmentV2__.js +63 -0
- package/out/concepts/DepartmentV2__.js.map +1 -0
- package/out/concepts/DirectManagerV2__.d.ts +25 -0
- package/out/concepts/DirectManagerV2__.js +53 -0
- package/out/concepts/DirectManagerV2__.js.map +1 -0
- package/out/concepts/End__.js +9 -1
- package/out/concepts/End__.js.map +1 -1
- package/out/concepts/EntityProperty__.js +0 -2
- package/out/concepts/EntityProperty__.js.map +1 -1
- package/out/concepts/Entity__.d.ts +2 -2
- package/out/concepts/Entity__.js +4 -7
- package/out/concepts/Entity__.js.map +1 -1
- package/out/concepts/EnumItem__.d.ts +1 -12
- package/out/concepts/EnumItem__.js +17 -49
- package/out/concepts/EnumItem__.js.map +1 -1
- package/out/concepts/EnumSelectSetter__.d.ts +4 -0
- package/out/concepts/EnumSelectSetter__.js +7 -0
- package/out/concepts/EnumSelectSetter__.js.map +1 -1
- package/out/concepts/Enum__.js +1 -4
- package/out/concepts/Enum__.js.map +1 -1
- package/out/concepts/ForEachStatement__.js +1 -1
- package/out/concepts/ForEachStatement__.js.map +1 -1
- package/out/concepts/FrontendLibrary__.d.ts +52 -48
- package/out/concepts/FrontendLibrary__.js +45 -36
- package/out/concepts/FrontendLibrary__.js.map +1 -1
- package/out/concepts/FrontendType__.d.ts +4 -0
- package/out/concepts/FrontendType__.js +7 -0
- package/out/concepts/FrontendType__.js.map +1 -1
- package/out/concepts/Frontend__.d.ts +2 -0
- package/out/concepts/Frontend__.js +21 -2
- package/out/concepts/Frontend__.js.map +1 -1
- package/out/concepts/HistoryProcessV2__.js +4 -1
- package/out/concepts/HistoryProcessV2__.js.map +1 -1
- package/out/concepts/I18nInfo__.d.ts +0 -1
- package/out/concepts/I18nInfo__.js +0 -7
- package/out/concepts/I18nInfo__.js.map +1 -1
- package/out/concepts/Identifier__.d.ts +2 -0
- package/out/concepts/Identifier__.js +31 -0
- package/out/concepts/Identifier__.js.map +1 -1
- package/out/concepts/IfStatement__.js +2 -2
- package/out/concepts/IfStatement__.js.map +1 -1
- package/out/concepts/Interface__.js +1 -4
- package/out/concepts/Interface__.js.map +1 -1
- package/out/concepts/LogicItem__.d.ts +1 -1
- package/out/concepts/LogicItem__.js.map +1 -1
- package/out/concepts/Logic__.d.ts +16 -1
- package/out/concepts/Logic__.js +133 -15
- package/out/concepts/Logic__.js.map +1 -1
- package/out/concepts/ManagerV2__.d.ts +34 -0
- package/out/concepts/ManagerV2__.js +61 -0
- package/out/concepts/ManagerV2__.js.map +1 -0
- package/out/concepts/MatchCase__.d.ts +2 -2
- package/out/concepts/MatchCase__.js +7 -7
- package/out/concepts/MatchCase__.js.map +1 -1
- package/out/concepts/MemberExpression__.js +1 -0
- package/out/concepts/MemberExpression__.js.map +1 -1
- package/out/concepts/Module__.d.ts +88 -0
- package/out/concepts/Module__.js +85 -0
- package/out/concepts/Module__.js.map +1 -1
- package/out/concepts/OperatePermissionV2__.d.ts +1 -1
- package/out/concepts/OperatePermissionV2__.js.map +1 -1
- package/out/concepts/Param__.d.ts +4 -0
- package/out/concepts/Param__.js +13 -21
- package/out/concepts/Param__.js.map +1 -1
- package/out/concepts/ProcessElementV2__.d.ts +6 -1
- package/out/concepts/ProcessElementV2__.js +20 -0
- package/out/concepts/ProcessElementV2__.js.map +1 -1
- package/out/concepts/ProcessElement__.d.ts +7 -0
- package/out/concepts/ProcessElement__.js +47 -0
- package/out/concepts/ProcessElement__.js.map +1 -1
- package/out/concepts/ProcessV2__.d.ts +1 -34
- package/out/concepts/ProcessV2__.js +3 -70
- package/out/concepts/ProcessV2__.js.map +1 -1
- package/out/concepts/QueryFromExpression__.js +2 -2
- package/out/concepts/QueryFromExpression__.js.map +1 -1
- package/out/concepts/QueryJoinExpression__.js +2 -2
- package/out/concepts/QueryJoinExpression__.js.map +1 -1
- package/out/concepts/StaticString__.d.ts +0 -4
- package/out/concepts/StaticString__.js +0 -11
- package/out/concepts/StaticString__.js.map +1 -1
- package/out/concepts/StructureProperty__.d.ts +1 -0
- package/out/concepts/StructureProperty__.js +14 -5
- package/out/concepts/StructureProperty__.js.map +1 -1
- package/out/concepts/Structure__.d.ts +4 -0
- package/out/concepts/Structure__.js +6 -9
- package/out/concepts/Structure__.js.map +1 -1
- package/out/concepts/SubLogic__.d.ts +418 -0
- package/out/concepts/SubLogic__.js +992 -0
- package/out/concepts/SubLogic__.js.map +1 -0
- package/out/concepts/Theme__.d.ts +9 -0
- package/out/concepts/Theme__.js +10 -0
- package/out/concepts/Theme__.js.map +1 -1
- package/out/concepts/Transactional__.d.ts +0 -1
- package/out/concepts/Transactional__.js +0 -7
- package/out/concepts/Transactional__.js.map +1 -1
- package/out/concepts/TypeAnnotation__.js +18 -0
- package/out/concepts/TypeAnnotation__.js.map +1 -1
- package/out/concepts/TypeParam__.d.ts +1 -0
- package/out/concepts/TypeParam__.js.map +1 -1
- package/out/concepts/ValidationRule__.d.ts +6 -1
- package/out/concepts/ValidationRule__.js +6 -1
- package/out/concepts/ValidationRule__.js.map +1 -1
- package/out/concepts/ViewElement__.d.ts +8 -2
- package/out/concepts/ViewElement__.js +213 -32
- package/out/concepts/ViewElement__.js.map +1 -1
- package/out/concepts/View__.d.ts +10 -2
- package/out/concepts/View__.js +129 -17
- package/out/concepts/View__.js.map +1 -1
- package/out/concepts/basics/stdlib/nasl.processV2.d.ts +2 -0
- package/out/concepts/basics/stdlib/nasl.processV2.js +50 -4
- package/out/concepts/basics/stdlib/nasl.processV2.js.map +1 -1
- package/out/concepts/basics/types/index.d.ts +1 -1
- package/out/concepts/basics/types/index.js +2 -1
- package/out/concepts/basics/types/index.js.map +1 -1
- package/out/concepts/index__.d.ts +9 -0
- package/out/concepts/index__.js +9 -0
- package/out/concepts/index__.js.map +1 -1
- package/out/concepts/utils/asserts.d.ts +409 -0
- package/out/concepts/utils/asserts.js +564 -14
- package/out/concepts/utils/asserts.js.map +1 -1
- package/out/concepts/utils/types.d.ts +33 -2
- package/out/generator/genBundleFiles.d.ts +13 -9
- package/out/generator/genBundleFiles.js +383 -63
- package/out/generator/genBundleFiles.js.map +1 -1
- package/out/generator/genMetaData.js +2 -0
- package/out/generator/genMetaData.js.map +1 -1
- package/out/generator/release-body/body.js +1 -0
- package/out/generator/release-body/body.js.map +1 -1
- package/out/generator/release-body/utils.d.ts +15 -7
- package/out/generator/release-body/utils.js +50 -7
- package/out/generator/release-body/utils.js.map +1 -1
- package/out/natural/genNaturalTS.js +2 -4
- package/out/natural/genNaturalTS.js.map +1 -1
- package/out/natural/getContext/index.js +0 -2
- package/out/natural/getContext/index.js.map +1 -1
- package/out/natural/transformTS2UI.js.map +1 -1
- package/out/natural/transformTSCode.d.ts +1 -1
- package/out/natural/transformTSCode.js.map +1 -1
- package/out/server/extendBaseNode.js +9 -0
- package/out/server/extendBaseNode.js.map +1 -1
- package/out/server/getLogics.js +10 -6
- package/out/server/getLogics.js.map +1 -1
- package/out/server/getMemberIdentifier.js +6 -0
- package/out/server/getMemberIdentifier.js.map +1 -1
- package/out/server/getProcessesV2.d.ts +3 -2
- package/out/server/getProcessesV2.js +15 -6
- package/out/server/getProcessesV2.js.map +1 -1
- package/out/server/naslServer.d.ts +5 -1
- package/out/server/naslServer.js +120 -30
- package/out/server/naslServer.js.map +1 -1
- package/out/server/translator.js +4 -0
- package/out/server/translator.js.map +1 -1
- package/out/service/storage/init.d.ts +2 -1
- package/out/service/storage/init.js +28 -71
- package/out/service/storage/init.js.map +1 -1
- package/out/templator/genCreateBlock.d.ts +6 -2
- package/out/templator/genCreateBlock.js +25 -8
- package/out/templator/genCreateBlock.js.map +1 -1
- package/out/templator/genCurdEditMultipleKeyBlock.d.ts +22 -0
- package/out/templator/genCurdEditMultipleKeyBlock.js +60 -1
- package/out/templator/genCurdEditMultipleKeyBlock.js.map +1 -1
- package/out/templator/genCurdMultipleKeyBlock.d.ts +13 -3
- package/out/templator/genCurdMultipleKeyBlock.js +29 -23
- package/out/templator/genCurdMultipleKeyBlock.js.map +1 -1
- package/out/templator/genGetBlock.d.ts +1 -1
- package/out/templator/genGetBlock.js +3 -2
- package/out/templator/genGetBlock.js.map +1 -1
- package/out/templator/genListViewBlock.d.ts +1 -1
- package/out/templator/genListViewBlock.js +3 -2
- package/out/templator/genListViewBlock.js.map +1 -1
- package/out/templator/genSelectBlock.d.ts +1 -1
- package/out/templator/genSelectBlock.js +3 -2
- package/out/templator/genSelectBlock.js.map +1 -1
- package/out/templator/genTableBlock.d.ts +9 -4
- package/out/templator/genTableBlock.js +31 -17
- package/out/templator/genTableBlock.js.map +1 -1
- package/out/templator/genUpdateBlock.d.ts +2 -2
- package/out/templator/genUpdateBlock.js +11 -11
- package/out/templator/genUpdateBlock.js.map +1 -1
- package/out/translator/types.d.ts +0 -4
- package/out/translator/utils.d.ts +0 -1
- package/out/translator/utils.js +1 -6
- package/out/translator/utils.js.map +1 -1
- package/out/utils/delay/index.d.ts +0 -0
- package/out/utils/delay/index.js +1 -0
- package/out/utils/delay/index.js.map +1 -0
- package/out/utils/env.d.ts +0 -4
- package/out/utils/env.js +3 -6
- package/out/utils/env.js.map +1 -1
- package/out/utils/index.d.ts +3 -2
- package/out/utils/index.js +18 -14
- package/out/utils/index.js.map +1 -1
- package/out/utils/time-slicing/controller.js.map +1 -1
- package/out/utils/types.d.ts +0 -17
- package/package.json +27 -20
- package/sandbox/stdlib/extension.component.ts +29 -0
- package/sandbox/stdlib/nasl.process.ts +17 -0
- package/sandbox/stdlib/nasl.processV2.ts +10 -5
- package/sandbox/stdlib/nasl.util.ts +3 -1
- package/src/automate/engine/utils.js +7 -2
- package/src/bak/translator.js +42 -1
- package/src/breakpoint/shared/utils.ts +2 -1
- package/src/common/BaseNode.ts +117 -5
- package/src/concepts/Annotatable__.ts +263 -0
- package/src/concepts/AnnotationProperty__.ts +102 -0
- package/src/concepts/Annotation__.ts +344 -0
- package/src/concepts/App__.ts +917 -26
- package/src/concepts/ApplyAnnotation__.ts +198 -0
- package/src/concepts/Argument__.ts +145 -1
- package/src/concepts/AssigneeV2__.ts +387 -1
- package/src/concepts/AuthLogicForCallInterface__.ts +1 -1
- package/src/concepts/AuthLogic__.ts +1 -1
- package/src/concepts/BooleanLiteral__.ts +9 -1
- package/src/concepts/BusinessLogic__.ts +1 -1
- package/src/concepts/CallFunction__.ts +1 -1
- package/src/concepts/CallLogic__.ts +153 -16
- package/src/concepts/ConnectorLogic__.ts +1 -1
- package/src/concepts/DatabaseTypeAnnotation__.ts +0 -11
- package/src/concepts/DepartmentManagerV2__.ts +70 -0
- package/src/concepts/DepartmentV2__.ts +75 -0
- package/src/concepts/DirectManagerV2__.ts +65 -0
- package/src/concepts/End__.ts +10 -1
- package/src/concepts/EntityProperty__.ts +0 -5
- package/src/concepts/Entity__.ts +5 -9
- package/src/concepts/EnumItem__.ts +16 -65
- package/src/concepts/EnumSelectSetter__.ts +6 -0
- package/src/concepts/Enum__.ts +1 -6
- package/src/concepts/ForEachStatement__.ts +1 -1
- package/src/concepts/FrontendLibrary__.ts +88 -80
- package/src/concepts/FrontendType__.ts +6 -0
- package/src/concepts/Frontend__.ts +26 -3
- package/src/concepts/HistoryProcessV2__.ts +5 -0
- package/src/concepts/I18nInfo__.ts +0 -5
- package/src/concepts/Identifier__.ts +32 -0
- package/src/concepts/IfStatement__.ts +2 -2
- package/src/concepts/Interface__.ts +1 -6
- package/src/concepts/LogicItem__.ts +1 -0
- package/src/concepts/Logic__.ts +140 -17
- package/src/concepts/ManagerV2__.ts +78 -0
- package/src/concepts/MatchCase__.ts +9 -8
- package/src/concepts/MemberExpression__.ts +1 -0
- package/src/concepts/Module__.ts +194 -0
- package/src/concepts/OperatePermissionV2__.ts +1 -1
- package/src/concepts/Param__.ts +17 -20
- package/src/concepts/ProcessElementV2__.ts +23 -0
- package/src/concepts/ProcessElement__.ts +18 -0
- package/src/concepts/ProcessV2__.ts +4 -70
- package/src/concepts/QueryFromExpression__.ts +2 -2
- package/src/concepts/QueryJoinExpression__.ts +2 -2
- package/src/concepts/StaticString__.ts +0 -13
- package/src/concepts/StructureProperty__.ts +16 -7
- package/src/concepts/Structure__.ts +10 -11
- package/src/concepts/SubLogic__.ts +1516 -0
- package/src/concepts/Theme__.ts +9 -0
- package/src/concepts/Transactional__.ts +0 -5
- package/src/concepts/TriggerLauncher__.ts +1 -1
- package/src/concepts/TypeAnnotation__.ts +17 -0
- package/src/concepts/TypeParam__.ts +3 -0
- package/src/concepts/ValidationRule__.ts +6 -1
- package/src/concepts/ViewElement__.ts +224 -34
- package/src/concepts/View__.ts +135 -22
- package/src/concepts/basics/stdlib/nasl.processV2.ts +56 -3
- package/src/concepts/basics/types/index.ts +1 -1
- package/src/concepts/index__.ts +9 -0
- package/src/concepts/utils/asserts.ts +595 -0
- package/src/concepts/utils/types.ts +53 -0
- package/src/generator/genBundleFiles.ts +408 -68
- package/src/generator/genMetaData.ts +3 -0
- package/src/generator/release-body/body.ts +1 -0
- package/src/generator/release-body/utils.ts +159 -55
- package/src/natural/genNaturalTS.ts +3 -5
- package/src/natural/getContext/index.ts +0 -2
- package/src/natural/transformTS2UI.ts +5 -2
- package/src/natural/transformTSCode.ts +2 -2
- package/src/server/extendBaseNode.ts +11 -2
- package/src/server/getLogics.ts +9 -7
- package/src/server/getMemberIdentifier.ts +7 -0
- package/src/server/getProcessesV2.ts +16 -6
- package/src/server/naslServer.ts +133 -30
- package/src/server/translator.ts +4 -0
- package/src/service/storage/init.ts +52 -97
- package/src/templator/genCreateBlock.ts +35 -14
- package/src/templator/genCurdEditMultipleKeyBlock.ts +65 -1
- package/src/templator/genCurdMultipleKeyBlock.ts +42 -23
- package/src/templator/genGetBlock.ts +4 -3
- package/src/templator/genListViewBlock.ts +3 -3
- package/src/templator/genSelectBlock.ts +4 -2
- package/src/templator/genTableBlock.ts +32 -17
- package/src/templator/genUpdateBlock.ts +21 -18
- package/src/translator/types.ts +0 -4
- package/src/translator/utils.ts +0 -6
- package/src/utils/delay/index.ts +0 -0
- package/src/utils/env.ts +4 -5
- package/src/utils/index.ts +16 -4
- package/src/utils/time-slicing/controller.ts +1 -0
- package/src/utils/types.ts +0 -20
- package/test/concepts/validation-rule/__snapshots__/toEmbeddedTS.spec.ts.snap +2 -1
- package/ts-worker/bundle.js +1 -1
- package/ts-worker/src/index.js +1 -0
- package/out/utils/language-cache/constant.d.ts +0 -18
- package/out/utils/language-cache/constant.js +0 -35
- package/out/utils/language-cache/constant.js.map +0 -1
- package/out/utils/language-cache/index.d.ts +0 -2
- package/out/utils/language-cache/index.js +0 -19
- package/out/utils/language-cache/index.js.map +0 -1
- package/out/utils/language-cache/nasl.d.ts +0 -10
- package/out/utils/language-cache/nasl.js +0 -98
- package/out/utils/language-cache/nasl.js.map +0 -1
- package/out/utils/language-cache/types.d.ts +0 -44
- package/out/utils/language-cache/types.js +0 -4
- package/out/utils/language-cache/types.js.map +0 -1
- package/src/utils/language-cache/constant.ts +0 -37
- package/src/utils/language-cache/index.ts +0 -2
- package/src/utils/language-cache/nasl.ts +0 -83
- package/src/utils/language-cache/types.ts +0 -48
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
import type { Annotation } from '../Annotation__';
|
|
2
|
+
import type { AnnotationProperty } from '../AnnotationProperty__';
|
|
3
|
+
import type { Annotatable } from '../Annotatable__';
|
|
4
|
+
import type { ApplyAnnotation } from '../ApplyAnnotation__';
|
|
1
5
|
import type { App } from '../App__';
|
|
2
6
|
import type { Module } from '../Module__';
|
|
3
7
|
import type { Namespace } from '../Namespace__';
|
|
@@ -58,6 +62,7 @@ import type { BackendVariable } from '../BackendVariable__';
|
|
|
58
62
|
import type { FrontendVariable } from '../FrontendVariable__';
|
|
59
63
|
import type { Constant } from '../Constant__';
|
|
60
64
|
import type { LogicItem } from '../LogicItem__';
|
|
65
|
+
import type { SubLogic } from '../SubLogic__';
|
|
61
66
|
import type { Function } from '../Function__';
|
|
62
67
|
import type { AnonymousFunction } from '../AnonymousFunction__';
|
|
63
68
|
import type { ImportedInterface } from '../ImportedInterface__';
|
|
@@ -161,6 +166,10 @@ import type { FieldPermissionV2 } from '../FieldPermissionV2__';
|
|
|
161
166
|
import type { ProcessElementV2 } from '../ProcessElementV2__';
|
|
162
167
|
import type { OperatePermissionV2 } from '../OperatePermissionV2__';
|
|
163
168
|
import type { AssigneeV2 } from '../AssigneeV2__';
|
|
169
|
+
import type { DepartmentV2 } from '../DepartmentV2__';
|
|
170
|
+
import type { ManagerV2 } from '../ManagerV2__';
|
|
171
|
+
import type { DirectManagerV2 } from '../DirectManagerV2__';
|
|
172
|
+
import type { DepartmentManagerV2 } from '../DepartmentManagerV2__';
|
|
164
173
|
import type { FlowConditionV2 } from '../FlowConditionV2__';
|
|
165
174
|
import type { ApprovalPolicyV2 } from '../ApprovalPolicyV2__';
|
|
166
175
|
import type { SequentialPolicyV2 } from '../SequentialPolicyV2__';
|
|
@@ -168,6 +177,10 @@ import type { CountersignPolicyV2 } from '../CountersignPolicyV2__';
|
|
|
168
177
|
import type { OrSignPolicyV2 } from '../OrSignPolicyV2__';
|
|
169
178
|
/** concept 与类类型映射表 */
|
|
170
179
|
export interface ConceptTypeofClassMap {
|
|
180
|
+
Annotation: typeof Annotation;
|
|
181
|
+
AnnotationProperty: typeof AnnotationProperty;
|
|
182
|
+
Annotatable: typeof Annotatable;
|
|
183
|
+
ApplyAnnotation: typeof ApplyAnnotation;
|
|
171
184
|
App: typeof App;
|
|
172
185
|
Module: typeof Module;
|
|
173
186
|
Namespace: typeof Namespace;
|
|
@@ -228,6 +241,7 @@ export interface ConceptTypeofClassMap {
|
|
|
228
241
|
FrontendVariable: typeof FrontendVariable;
|
|
229
242
|
Constant: typeof Constant;
|
|
230
243
|
LogicItem: typeof LogicItem;
|
|
244
|
+
SubLogic: typeof SubLogic;
|
|
231
245
|
Function: typeof Function;
|
|
232
246
|
AnonymousFunction: typeof AnonymousFunction;
|
|
233
247
|
ImportedInterface: typeof ImportedInterface;
|
|
@@ -331,6 +345,10 @@ export interface ConceptTypeofClassMap {
|
|
|
331
345
|
ProcessElementV2: typeof ProcessElementV2;
|
|
332
346
|
OperatePermissionV2: typeof OperatePermissionV2;
|
|
333
347
|
AssigneeV2: typeof AssigneeV2;
|
|
348
|
+
DepartmentV2: typeof DepartmentV2;
|
|
349
|
+
ManagerV2: typeof ManagerV2;
|
|
350
|
+
DirectManagerV2: typeof DirectManagerV2;
|
|
351
|
+
DepartmentManagerV2: typeof DepartmentManagerV2;
|
|
334
352
|
FlowConditionV2: typeof FlowConditionV2;
|
|
335
353
|
ApprovalPolicyV2: typeof ApprovalPolicyV2;
|
|
336
354
|
SequentialPolicyV2: typeof SequentialPolicyV2;
|
|
@@ -339,6 +357,10 @@ export interface ConceptTypeofClassMap {
|
|
|
339
357
|
}
|
|
340
358
|
/** concept 与类实例类型映射表 */
|
|
341
359
|
export interface ConceptClassMap {
|
|
360
|
+
Annotation: Annotation;
|
|
361
|
+
AnnotationProperty: AnnotationProperty;
|
|
362
|
+
Annotatable: Annotatable;
|
|
363
|
+
ApplyAnnotation: ApplyAnnotation;
|
|
342
364
|
App: App;
|
|
343
365
|
Module: Module;
|
|
344
366
|
Namespace: Namespace;
|
|
@@ -399,6 +421,7 @@ export interface ConceptClassMap {
|
|
|
399
421
|
FrontendVariable: FrontendVariable;
|
|
400
422
|
Constant: Constant;
|
|
401
423
|
LogicItem: LogicItem;
|
|
424
|
+
SubLogic: SubLogic;
|
|
402
425
|
Function: Function;
|
|
403
426
|
AnonymousFunction: AnonymousFunction;
|
|
404
427
|
ImportedInterface: ImportedInterface;
|
|
@@ -502,14 +525,20 @@ export interface ConceptClassMap {
|
|
|
502
525
|
ProcessElementV2: ProcessElementV2;
|
|
503
526
|
OperatePermissionV2: OperatePermissionV2;
|
|
504
527
|
AssigneeV2: AssigneeV2;
|
|
528
|
+
DepartmentV2: DepartmentV2;
|
|
529
|
+
ManagerV2: ManagerV2;
|
|
530
|
+
DirectManagerV2: DirectManagerV2;
|
|
531
|
+
DepartmentManagerV2: DepartmentManagerV2;
|
|
505
532
|
FlowConditionV2: FlowConditionV2;
|
|
506
533
|
ApprovalPolicyV2: ApprovalPolicyV2;
|
|
507
534
|
SequentialPolicyV2: SequentialPolicyV2;
|
|
508
535
|
CountersignPolicyV2: CountersignPolicyV2;
|
|
509
536
|
OrSignPolicyV2: OrSignPolicyV2;
|
|
510
537
|
}
|
|
511
|
-
export declare type SyntaxNode = App | Module | Namespace | FrontendType | Frontend | Backend | Integration | MicroApp | TypeAnnotation | DatabaseTypeAnnotation | TypeParam | Structure | StructureProperty | Enum | EnumItem | DataSource | Entity | EntityProperty | EntityIndex | MetadataType | View | ViewElement | BindAttribute | BindDirective | BindEvent | BindStyle | ThemeVariable | InputSetter | SwitchSetter | SetterOption | EnumSelectSetter | CapsulesSetter | NumberInputSetter | IconSetter | ImageSetter | PropertySelectSetter | ViewComponentDeclaration | BusinessComponent | Attribute | Event | PropDeclaration | EventDeclaration | SlotDeclaration | LogicDeclaration | Theme | Logic | AuthLogic | AuthLogicForCallInterface | OverriddenLogic | BusinessLogic | Param | ParamWithGroup | Return | Variable | BackendVariable | FrontendVariable | Constant | Function | AnonymousFunction | Interface | InterfaceParam | Transactional | DefaultValue | Abort | Start | End | IfStatement | SwitchStatement | SwitchCase | ForEachStatement | WhileStatement | Assignment | BatchAssignment | Comment | CallLogic | CallEvent | CallFunction | CallInterface | Destination | ExternalDestination | ValidationRule | Argument | Anchor | JSBlock | JavaLogic | Block | Identifier | NullLiteral | BooleanLiteral | StringLiteral | StringInterpolation | StaticString | NumericLiteral | BinaryExpression | MatchCase | Match | UnaryExpression | MemberExpression | Unparsed | New | NewComposite | NewList | NewMap | Paginate | CallQueryComponent | QuerySelectExpression | QueryFromExpression | QueryJoinExpression | QueryFieldExpression | QueryAggregateExpression | QueryOrderByExpression | QueryGroupByExpression | QueryLimitExpression | SqlQueryComponent | OqlQueryComponent | Process | ProcessElement | ProcessComponent | SequentialPolicy | CountersignPolicy | ProcessOutcome | Assignee | ProcessOutcomes | Role | Configuration | ConfigGroup | ConfigProperty | ConfigPropertyValue | I18nInfo | CompletionProperty | UseComponent | Point | Rect | SelectMembers | AssignmentLine | FrontendLibrary | ViewBlock | ViewBlockWithImage | AuthInterface | CallAuthInterface | MsgTriggerEvent | InterfaceTriggerEvent | ConnectorTrigger | TriggerLauncher | ConnectorTriggerLauncher | MsgTriggerLauncher | Connector | CallConnector | Connection | ConnectorLogic | ProcessV2 | HistoryProcessV2 | ProcessBindV2 | FieldPermissionV2 | ProcessElementV2 | OperatePermissionV2 | AssigneeV2 | FlowConditionV2 | SequentialPolicyV2 | CountersignPolicyV2 | OrSignPolicyV2;
|
|
538
|
+
export declare type SyntaxNode = Annotation | AnnotationProperty | ApplyAnnotation | App | Module | Namespace | FrontendType | Frontend | Backend | Integration | MicroApp | TypeAnnotation | DatabaseTypeAnnotation | TypeParam | Structure | StructureProperty | Enum | EnumItem | DataSource | Entity | EntityProperty | EntityIndex | MetadataType | View | ViewElement | BindAttribute | BindDirective | BindEvent | BindStyle | ThemeVariable | InputSetter | SwitchSetter | SetterOption | EnumSelectSetter | CapsulesSetter | NumberInputSetter | IconSetter | ImageSetter | PropertySelectSetter | ViewComponentDeclaration | BusinessComponent | Attribute | Event | PropDeclaration | EventDeclaration | SlotDeclaration | LogicDeclaration | Theme | Logic | AuthLogic | AuthLogicForCallInterface | OverriddenLogic | BusinessLogic | Param | ParamWithGroup | Return | Variable | BackendVariable | FrontendVariable | Constant | SubLogic | Function | AnonymousFunction | Interface | InterfaceParam | Transactional | DefaultValue | Abort | Start | End | IfStatement | SwitchStatement | SwitchCase | ForEachStatement | WhileStatement | Assignment | BatchAssignment | Comment | CallLogic | CallEvent | CallFunction | CallInterface | Destination | ExternalDestination | ValidationRule | Argument | Anchor | JSBlock | JavaLogic | Block | Identifier | NullLiteral | BooleanLiteral | StringLiteral | StringInterpolation | StaticString | NumericLiteral | BinaryExpression | MatchCase | Match | UnaryExpression | MemberExpression | Unparsed | New | NewComposite | NewList | NewMap | Paginate | CallQueryComponent | QuerySelectExpression | QueryFromExpression | QueryJoinExpression | QueryFieldExpression | QueryAggregateExpression | QueryOrderByExpression | QueryGroupByExpression | QueryLimitExpression | SqlQueryComponent | OqlQueryComponent | Process | ProcessElement | ProcessComponent | SequentialPolicy | CountersignPolicy | ProcessOutcome | Assignee | ProcessOutcomes | Role | Configuration | ConfigGroup | ConfigProperty | ConfigPropertyValue | I18nInfo | CompletionProperty | UseComponent | Point | Rect | SelectMembers | AssignmentLine | FrontendLibrary | ViewBlock | ViewBlockWithImage | AuthInterface | CallAuthInterface | MsgTriggerEvent | InterfaceTriggerEvent | ConnectorTrigger | TriggerLauncher | ConnectorTriggerLauncher | MsgTriggerLauncher | Connector | CallConnector | Connection | ConnectorLogic | ProcessV2 | HistoryProcessV2 | ProcessBindV2 | FieldPermissionV2 | ProcessElementV2 | OperatePermissionV2 | AssigneeV2 | DepartmentV2 | DirectManagerV2 | DepartmentManagerV2 | FlowConditionV2 | SequentialPolicyV2 | CountersignPolicyV2 | OrSignPolicyV2;
|
|
512
539
|
export declare type SyntaxNodeConcept = SyntaxNode['concept'];
|
|
540
|
+
export declare type AnnotatableNode = Entity | View | ViewElement | Logic | AuthLogic | AuthLogicForCallInterface | BusinessLogic | ConnectorLogic;
|
|
541
|
+
export declare type AnnotatableNodeConcept = AnnotatableNode['concept'];
|
|
513
542
|
export declare type ModuleNode = Module | Connector;
|
|
514
543
|
export declare type ModuleNodeConcept = ModuleNode['concept'];
|
|
515
544
|
export declare type BaseSetterNode = InputSetter | SwitchSetter | EnumSelectSetter | CapsulesSetter | NumberInputSetter | IconSetter | ImageSetter | PropertySelectSetter;
|
|
@@ -524,7 +553,7 @@ export declare type ParamNode = Param | ParamWithGroup;
|
|
|
524
553
|
export declare type ParamNodeConcept = ParamNode['concept'];
|
|
525
554
|
export declare type VariableNode = Variable | FrontendVariable;
|
|
526
555
|
export declare type VariableNodeConcept = VariableNode['concept'];
|
|
527
|
-
export declare type LogicItemNode = AnonymousFunction | Abort | Start | End | IfStatement | SwitchStatement | SwitchCase | ForEachStatement | WhileStatement | Assignment | BatchAssignment | Comment | CallLogic | CallConnector | CallEvent | CallFunction | CallInterface | CallAuthInterface | Destination | ExternalDestination | ValidationRule | Argument | Anchor | JSBlock | JavaLogic | Block | Identifier | NullLiteral | BooleanLiteral | StringLiteral | StringInterpolation | NumericLiteral | BinaryExpression | MatchCase | Match | UnaryExpression | MemberExpression | Unparsed | New | NewComposite | NewList | NewMap | Paginate | CallQueryComponent | QuerySelectExpression | QueryFromExpression | QueryJoinExpression | QueryFieldExpression | QueryAggregateExpression | QueryOrderByExpression | QueryGroupByExpression | QueryLimitExpression | SqlQueryComponent | OqlQueryComponent | ProcessOutcome | Assignee | ProcessOutcomes;
|
|
556
|
+
export declare type LogicItemNode = SubLogic | AnonymousFunction | Abort | Start | End | IfStatement | SwitchStatement | SwitchCase | ForEachStatement | WhileStatement | Assignment | BatchAssignment | Comment | CallLogic | CallConnector | CallEvent | CallFunction | CallInterface | CallAuthInterface | Destination | ExternalDestination | ValidationRule | Argument | Anchor | JSBlock | JavaLogic | Block | Identifier | NullLiteral | BooleanLiteral | StringLiteral | StringInterpolation | NumericLiteral | BinaryExpression | MatchCase | Match | UnaryExpression | MemberExpression | Unparsed | New | NewComposite | NewList | NewMap | Paginate | CallQueryComponent | QuerySelectExpression | QueryFromExpression | QueryJoinExpression | QueryFieldExpression | QueryAggregateExpression | QueryOrderByExpression | QueryGroupByExpression | QueryLimitExpression | SqlQueryComponent | OqlQueryComponent | ProcessOutcome | Assignee | ProcessOutcomes;
|
|
528
557
|
export declare type LogicItemNodeConcept = LogicItemNode['concept'];
|
|
529
558
|
export declare type ImportedInterfaceNode = Interface | AuthInterface;
|
|
530
559
|
export declare type ImportedInterfaceNodeConcept = ImportedInterfaceNode['concept'];
|
|
@@ -544,5 +573,7 @@ export declare type TriggerLauncherNode = TriggerLauncher | ConnectorTriggerLaun
|
|
|
544
573
|
export declare type TriggerLauncherNodeConcept = TriggerLauncherNode['concept'];
|
|
545
574
|
export declare type ConnectorTriggerLauncherNode = ConnectorTriggerLauncher | MsgTriggerLauncher;
|
|
546
575
|
export declare type ConnectorTriggerLauncherNodeConcept = ConnectorTriggerLauncherNode['concept'];
|
|
576
|
+
export declare type ManagerV2Node = DirectManagerV2 | DepartmentManagerV2;
|
|
577
|
+
export declare type ManagerV2NodeConcept = ManagerV2Node['concept'];
|
|
547
578
|
export declare type ApprovalPolicyV2Node = SequentialPolicyV2 | CountersignPolicyV2 | OrSignPolicyV2;
|
|
548
579
|
export declare type ApprovalPolicyV2NodeConcept = ApprovalPolicyV2Node['concept'];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { App, Frontend } from '../concepts';
|
|
1
|
+
import { App, View, Frontend } from '../concepts';
|
|
2
2
|
import { RawOptions } from '.';
|
|
3
3
|
import type { Asset } from './release-body/internal';
|
|
4
4
|
export interface Route {
|
|
@@ -6,6 +6,10 @@ export interface Route {
|
|
|
6
6
|
component?: RawOptions;
|
|
7
7
|
children?: Array<Route>;
|
|
8
8
|
redirect?: string;
|
|
9
|
+
lazyPath?: string;
|
|
10
|
+
meta?: {
|
|
11
|
+
[key: string]: any;
|
|
12
|
+
};
|
|
9
13
|
}
|
|
10
14
|
interface Config {
|
|
11
15
|
tenant: string;
|
|
@@ -25,16 +29,16 @@ interface Config {
|
|
|
25
29
|
devDnsAddr: string;
|
|
26
30
|
miniEnable: boolean;
|
|
27
31
|
isPreviewFe?: boolean;
|
|
32
|
+
framework?: "vue" | "react";
|
|
28
33
|
previewVersion?: string;
|
|
29
34
|
assets: Array<Asset>;
|
|
30
35
|
assetsMap: Map<string, Asset>;
|
|
31
36
|
}
|
|
32
|
-
export declare function genBundleFiles(app: App, frontend: Frontend, config: Config):
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
}[]>;
|
|
37
|
+
export declare function genBundleFiles(app: App, frontend: Frontend, config: Config): any[];
|
|
38
|
+
export declare function genFrontendBundleFiles(app: App, frontends: Array<Frontend>, config: Config): Promise<any[]>;
|
|
39
|
+
export declare function getOneFiles(options: {
|
|
40
|
+
view: View;
|
|
41
|
+
action: string;
|
|
42
|
+
cacheRouterData: any;
|
|
43
|
+
}): any[];
|
|
40
44
|
export {};
|