@lcap/nasl 3.3.3-beta.1 → 3.3.3-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/out/automate/engine/index.d.ts +4 -0
- package/out/automate/engine/index.js +443 -0
- package/out/automate/engine/index.js.map +1 -0
- package/out/automate/engine/operators.d.ts +24 -0
- package/out/automate/engine/operators.js +252 -0
- package/out/automate/engine/operators.js.map +1 -0
- package/out/automate/engine/uniqueName.d.ts +12 -0
- package/out/automate/engine/uniqueName.js +112 -0
- package/out/automate/engine/uniqueName.js.map +1 -0
- package/out/automate/engine/utils.d.ts +25 -0
- package/out/automate/engine/utils.js +444 -0
- package/out/automate/engine/utils.js.map +1 -0
- package/out/automate/engine/viewCache.d.ts +19 -0
- package/out/automate/engine/viewCache.js +45 -0
- package/out/automate/engine/viewCache.js.map +1 -0
- package/out/automate/template/myProcess.d.ts +10 -0
- package/out/automate/template/myProcess.js +11498 -0
- package/out/automate/template/myProcess.js.map +1 -0
- package/out/automate/upgrader/2.12.d.ts +7 -0
- package/out/automate/upgrader/2.12.js +63 -0
- package/out/automate/upgrader/2.12.js.map +1 -0
- package/out/automate/upgrader/2.14-components.d.ts +1115 -0
- package/out/automate/upgrader/2.14-components.js +1087 -0
- package/out/automate/upgrader/2.14-components.js.map +1 -0
- package/out/automate/upgrader/2.14.d.ts +10 -0
- package/out/automate/upgrader/2.14.js +236 -0
- package/out/automate/upgrader/2.14.js.map +1 -0
- package/out/automate/upgrader/2.14.old.d.ts +1 -0
- package/out/automate/upgrader/2.14.old.js +125 -0
- package/out/automate/upgrader/2.14.old.js.map +1 -0
- package/out/automate/upgrader/2.16.d.ts +10 -0
- package/out/automate/upgrader/2.16.js +75 -0
- package/out/automate/upgrader/2.16.js.map +1 -0
- package/out/automate/upgrader/2.17.d.ts +21 -0
- package/out/automate/upgrader/2.17.js +557 -0
- package/out/automate/upgrader/2.17.js.map +1 -0
- package/out/automate/upgrader/2.18.d.ts +10 -0
- package/out/automate/upgrader/2.18.js +107 -0
- package/out/automate/upgrader/2.18.js.map +1 -0
- package/out/automate/upgrader/2.20.d.ts +17 -0
- package/out/automate/upgrader/2.20.js +68 -0
- package/out/automate/upgrader/2.20.js.map +1 -0
- package/out/bak/translator.d.ts +1 -0
- package/out/bak/translator.js +225 -0
- package/out/bak/translator.js.map +1 -0
- package/out/breakpoint/generator/AfterStartNode.d.ts +7 -0
- package/out/breakpoint/generator/AfterStartNode.js +30 -0
- package/out/breakpoint/generator/AfterStartNode.js.map +1 -0
- package/out/breakpoint/generator/BeforeEndNode.d.ts +7 -0
- package/out/breakpoint/generator/BeforeEndNode.js +28 -0
- package/out/breakpoint/generator/BeforeEndNode.js.map +1 -0
- package/out/breakpoint/generator/BreakpointNode.d.ts +15 -0
- package/out/breakpoint/generator/BreakpointNode.js +284 -0
- package/out/breakpoint/generator/BreakpointNode.js.map +1 -0
- package/out/breakpoint/generator/CallbackNode.d.ts +4 -0
- package/out/breakpoint/generator/CallbackNode.js +22 -0
- package/out/breakpoint/generator/CallbackNode.js.map +1 -0
- package/out/breakpoint/generator/FragmentNode.d.ts +4 -0
- package/out/breakpoint/generator/FragmentNode.js +18 -0
- package/out/breakpoint/generator/FragmentNode.js.map +1 -0
- package/out/breakpoint/generator/index.d.ts +4 -0
- package/out/breakpoint/generator/index.js +119 -0
- package/out/breakpoint/generator/index.js.map +1 -0
- package/out/breakpoint/index.d.ts +3 -0
- package/out/breakpoint/index.js +20 -0
- package/out/breakpoint/index.js.map +1 -0
- package/out/breakpoint/shared/constants.d.ts +37 -0
- package/out/breakpoint/shared/constants.js +106 -0
- package/out/breakpoint/shared/constants.js.map +1 -0
- package/out/breakpoint/shared/index.d.ts +3 -0
- package/out/breakpoint/shared/index.js +33 -0
- package/out/breakpoint/shared/index.js.map +1 -0
- package/out/breakpoint/shared/operations.d.ts +10 -0
- package/out/breakpoint/shared/operations.js +25 -0
- package/out/breakpoint/shared/operations.js.map +1 -0
- package/out/breakpoint/shared/socket.d.ts +48 -0
- package/out/breakpoint/shared/socket.js +257 -0
- package/out/breakpoint/shared/socket.js.map +1 -0
- package/out/breakpoint/shared/utils.d.ts +27 -0
- package/out/breakpoint/shared/utils.js +229 -0
- package/out/breakpoint/shared/utils.js.map +1 -0
- package/out/breakpoint/store/core.d.ts +80 -0
- package/out/breakpoint/store/core.js +416 -0
- package/out/breakpoint/store/core.js.map +1 -0
- package/out/breakpoint/store/dock.d.ts +1 -0
- package/out/breakpoint/store/dock.js +160 -0
- package/out/breakpoint/store/dock.js.map +1 -0
- package/out/breakpoint/store/index.d.ts +2 -0
- package/out/breakpoint/store/index.js +19 -0
- package/out/breakpoint/store/index.js.map +1 -0
- package/out/common/BaseNode.d.ts +335 -0
- package/out/common/BaseNode.js +1300 -0
- package/out/common/BaseNode.js.map +1 -0
- package/out/common/Command.d.ts +21 -0
- package/out/common/Command.js +79 -0
- package/out/common/Command.js.map +1 -0
- package/out/common/ComponentAPI.d.ts +110 -0
- package/out/common/ComponentAPI.js +3 -0
- package/out/common/ComponentAPI.js.map +1 -0
- package/out/common/EventEmitter.d.ts +59 -0
- package/out/common/EventEmitter.js +69 -0
- package/out/common/EventEmitter.js.map +1 -0
- package/out/common/Messager.d.ts +91 -0
- package/out/common/Messager.js +207 -0
- package/out/common/Messager.js.map +1 -0
- package/out/common/asyncFuncMap.d.ts +2 -0
- package/out/common/asyncFuncMap.js +16 -0
- package/out/common/asyncFuncMap.js.map +1 -0
- package/out/common/index.d.ts +3 -0
- package/out/common/index.js +20 -0
- package/out/common/index.js.map +1 -0
- package/out/concepts/Abort__.d.ts +26 -0
- package/out/concepts/Abort__.js +82 -0
- package/out/concepts/Abort__.js.map +1 -0
- package/out/concepts/Anchor__.d.ts +46 -0
- package/out/concepts/Anchor__.js +204 -0
- package/out/concepts/Anchor__.js.map +1 -0
- package/out/concepts/AnonymousFunction__.d.ts +173 -0
- package/out/concepts/AnonymousFunction__.js +535 -0
- package/out/concepts/AnonymousFunction__.js.map +1 -0
- package/out/concepts/App__.d.ts +1772 -0
- package/out/concepts/App__.js +2707 -0
- package/out/concepts/App__.js.map +1 -0
- package/out/concepts/Argument__.d.ts +67 -0
- package/out/concepts/Argument__.js +313 -0
- package/out/concepts/Argument__.js.map +1 -0
- package/out/concepts/Assignee__.d.ts +289 -0
- package/out/concepts/Assignee__.js +435 -0
- package/out/concepts/Assignee__.js.map +1 -0
- package/out/concepts/AssignmentLine__.d.ts +42 -0
- package/out/concepts/AssignmentLine__.js +113 -0
- package/out/concepts/AssignmentLine__.js.map +1 -0
- package/out/concepts/Assignment__.d.ts +75 -0
- package/out/concepts/Assignment__.js +339 -0
- package/out/concepts/Assignment__.js.map +1 -0
- package/out/concepts/Attribute__.d.ts +98 -0
- package/out/concepts/Attribute__.js +212 -0
- package/out/concepts/Attribute__.js.map +1 -0
- package/out/concepts/AuthInterface__.d.ts +36 -0
- package/out/concepts/AuthInterface__.js +85 -0
- package/out/concepts/AuthInterface__.js.map +1 -0
- package/out/concepts/AuthLogicForCallInterface__.d.ts +139 -0
- package/out/concepts/AuthLogicForCallInterface__.js +529 -0
- package/out/concepts/AuthLogicForCallInterface__.js.map +1 -0
- package/out/concepts/AuthLogic__.d.ts +67 -0
- package/out/concepts/AuthLogic__.js +221 -0
- package/out/concepts/AuthLogic__.js.map +1 -0
- package/out/concepts/BackendVariable__.d.ts +138 -0
- package/out/concepts/BackendVariable__.js +452 -0
- package/out/concepts/BackendVariable__.js.map +1 -0
- package/out/concepts/Backend__.d.ts +135 -0
- package/out/concepts/Backend__.js +281 -0
- package/out/concepts/Backend__.js.map +1 -0
- package/out/concepts/BatchAssignment__.d.ts +253 -0
- package/out/concepts/BatchAssignment__.js +870 -0
- package/out/concepts/BatchAssignment__.js.map +1 -0
- package/out/concepts/BinaryExpression__.d.ts +72 -0
- package/out/concepts/BinaryExpression__.js +420 -0
- package/out/concepts/BinaryExpression__.js.map +1 -0
- package/out/concepts/BindAttribute__.d.ts +324 -0
- package/out/concepts/BindAttribute__.js +1077 -0
- package/out/concepts/BindAttribute__.js.map +1 -0
- package/out/concepts/BindDirective__.d.ts +163 -0
- package/out/concepts/BindDirective__.js +562 -0
- package/out/concepts/BindDirective__.js.map +1 -0
- package/out/concepts/BindEvent__.d.ts +253 -0
- package/out/concepts/BindEvent__.js +932 -0
- package/out/concepts/BindEvent__.js.map +1 -0
- package/out/concepts/BindStyle__.d.ts +140 -0
- package/out/concepts/BindStyle__.js +439 -0
- package/out/concepts/BindStyle__.js.map +1 -0
- package/out/concepts/BooleanLiteral__.d.ts +36 -0
- package/out/concepts/BooleanLiteral__.js +108 -0
- package/out/concepts/BooleanLiteral__.js.map +1 -0
- package/out/concepts/CallAuthInterface__.d.ts +126 -0
- package/out/concepts/CallAuthInterface__.js +411 -0
- package/out/concepts/CallAuthInterface__.js.map +1 -0
- package/out/concepts/CallConnector__.d.ts +47 -0
- package/out/concepts/CallConnector__.js +266 -0
- package/out/concepts/CallConnector__.js.map +1 -0
- package/out/concepts/CallFunction__.d.ts +159 -0
- package/out/concepts/CallFunction__.js +578 -0
- package/out/concepts/CallFunction__.js.map +1 -0
- package/out/concepts/CallInterface__.d.ts +130 -0
- package/out/concepts/CallInterface__.js +796 -0
- package/out/concepts/CallInterface__.js.map +1 -0
- package/out/concepts/CallLogic__.d.ts +231 -0
- package/out/concepts/CallLogic__.js +1344 -0
- package/out/concepts/CallLogic__.js.map +1 -0
- package/out/concepts/CallQueryComponent__.d.ts +433 -0
- package/out/concepts/CallQueryComponent__.js +1293 -0
- package/out/concepts/CallQueryComponent__.js.map +1 -0
- package/out/concepts/Comment__.d.ts +33 -0
- package/out/concepts/Comment__.js +104 -0
- package/out/concepts/Comment__.js.map +1 -0
- package/out/concepts/CompletionProperty__.d.ts +105 -0
- package/out/concepts/CompletionProperty__.js +275 -0
- package/out/concepts/CompletionProperty__.js.map +1 -0
- package/out/concepts/ConfigGroup__.d.ts +125 -0
- package/out/concepts/ConfigGroup__.js +260 -0
- package/out/concepts/ConfigGroup__.js.map +1 -0
- package/out/concepts/ConfigPropertyValue__.d.ts +45 -0
- package/out/concepts/ConfigPropertyValue__.js +109 -0
- package/out/concepts/ConfigPropertyValue__.js.map +1 -0
- package/out/concepts/ConfigProperty__.d.ts +154 -0
- package/out/concepts/ConfigProperty__.js +331 -0
- package/out/concepts/ConfigProperty__.js.map +1 -0
- package/out/concepts/Configuration__.d.ts +124 -0
- package/out/concepts/Configuration__.js +233 -0
- package/out/concepts/Configuration__.js.map +1 -0
- package/out/concepts/Connection__.d.ts +166 -0
- package/out/concepts/Connection__.js +341 -0
- package/out/concepts/Connection__.js.map +1 -0
- package/out/concepts/ConnectorTrigger__.d.ts +79 -0
- package/out/concepts/ConnectorTrigger__.js +159 -0
- package/out/concepts/ConnectorTrigger__.js.map +1 -0
- package/out/concepts/Connector__.d.ts +570 -0
- package/out/concepts/Connector__.js +878 -0
- package/out/concepts/Connector__.js.map +1 -0
- package/out/concepts/Constant__.d.ts +111 -0
- package/out/concepts/Constant__.js +261 -0
- package/out/concepts/Constant__.js.map +1 -0
- package/out/concepts/DataSource__.d.ts +169 -0
- package/out/concepts/DataSource__.js +471 -0
- package/out/concepts/DataSource__.js.map +1 -0
- package/out/concepts/DatabaseTypeAnnotation__.d.ts +32 -0
- package/out/concepts/DatabaseTypeAnnotation__.js +81 -0
- package/out/concepts/DatabaseTypeAnnotation__.js.map +1 -0
- package/out/concepts/Destination__.d.ts +158 -0
- package/out/concepts/Destination__.js +802 -0
- package/out/concepts/Destination__.js.map +1 -0
- package/out/concepts/End__.d.ts +25 -0
- package/out/concepts/End__.js +116 -0
- package/out/concepts/End__.js.map +1 -0
- package/out/concepts/EntityIndex__.d.ts +96 -0
- package/out/concepts/EntityIndex__.js +223 -0
- package/out/concepts/EntityIndex__.js.map +1 -0
- package/out/concepts/EntityProperty__.d.ts +275 -0
- package/out/concepts/EntityProperty__.js +836 -0
- package/out/concepts/EntityProperty__.js.map +1 -0
- package/out/concepts/Entity__.d.ts +340 -0
- package/out/concepts/Entity__.js +748 -0
- package/out/concepts/Entity__.js.map +1 -0
- package/out/concepts/EnumItem__.d.ts +65 -0
- package/out/concepts/EnumItem__.js +154 -0
- package/out/concepts/EnumItem__.js.map +1 -0
- package/out/concepts/Enum__.d.ts +139 -0
- package/out/concepts/Enum__.js +340 -0
- package/out/concepts/Enum__.js.map +1 -0
- package/out/concepts/Event__.d.ts +144 -0
- package/out/concepts/Event__.js +255 -0
- package/out/concepts/Event__.js.map +1 -0
- package/out/concepts/ExternalDestination__.d.ts +76 -0
- package/out/concepts/ExternalDestination__.js +292 -0
- package/out/concepts/ExternalDestination__.js.map +1 -0
- package/out/concepts/ForEachStatement__.d.ts +171 -0
- package/out/concepts/ForEachStatement__.js +516 -0
- package/out/concepts/ForEachStatement__.js.map +1 -0
- package/out/concepts/FrontendLibrary__.d.ts +214 -0
- package/out/concepts/FrontendLibrary__.js +363 -0
- package/out/concepts/FrontendLibrary__.js.map +1 -0
- package/out/concepts/FrontendVariable__.d.ts +22 -0
- package/out/concepts/FrontendVariable__.js +65 -0
- package/out/concepts/FrontendVariable__.js.map +1 -0
- package/out/concepts/Frontend__.d.ts +478 -0
- package/out/concepts/Frontend__.js +867 -0
- package/out/concepts/Frontend__.js.map +1 -0
- package/out/concepts/Function__.d.ts +418 -0
- package/out/concepts/Function__.js +781 -0
- package/out/concepts/Function__.js.map +1 -0
- package/out/concepts/Identifier__.d.ts +52 -0
- package/out/concepts/Identifier__.js +304 -0
- package/out/concepts/Identifier__.js.map +1 -0
- package/out/concepts/IfStatement__.d.ts +159 -0
- package/out/concepts/IfStatement__.js +341 -0
- package/out/concepts/IfStatement__.js.map +1 -0
- package/out/concepts/Integration__.d.ts +144 -0
- package/out/concepts/Integration__.js +292 -0
- package/out/concepts/Integration__.js.map +1 -0
- package/out/concepts/InterfaceParam__.d.ts +136 -0
- package/out/concepts/InterfaceParam__.js +302 -0
- package/out/concepts/InterfaceParam__.js.map +1 -0
- package/out/concepts/Interface__.d.ts +331 -0
- package/out/concepts/Interface__.js +895 -0
- package/out/concepts/Interface__.js.map +1 -0
- package/out/concepts/JSBlock__.d.ts +35 -0
- package/out/concepts/JSBlock__.js +170 -0
- package/out/concepts/JSBlock__.js.map +1 -0
- package/out/concepts/JavaLogic__.d.ts +43 -0
- package/out/concepts/JavaLogic__.js +126 -0
- package/out/concepts/JavaLogic__.js.map +1 -0
- package/out/concepts/LogicItem__.d.ts +152 -0
- package/out/concepts/LogicItem__.js +288 -0
- package/out/concepts/LogicItem__.js.map +1 -0
- package/out/concepts/Logic__.d.ts +644 -0
- package/out/concepts/Logic__.js +1845 -0
- package/out/concepts/Logic__.js.map +1 -0
- package/out/concepts/MatchCase__.d.ts +259 -0
- package/out/concepts/MatchCase__.js +693 -0
- package/out/concepts/MatchCase__.js.map +1 -0
- package/out/concepts/Match__.d.ts +125 -0
- package/out/concepts/Match__.js +689 -0
- package/out/concepts/Match__.js.map +1 -0
- package/out/concepts/MemberExpression__.d.ts +75 -0
- package/out/concepts/MemberExpression__.js +490 -0
- package/out/concepts/MemberExpression__.js.map +1 -0
- package/out/concepts/MetadataType__.d.ts +245 -0
- package/out/concepts/MetadataType__.js +483 -0
- package/out/concepts/MetadataType__.js.map +1 -0
- package/out/concepts/MicroApp__.d.ts +52 -0
- package/out/concepts/MicroApp__.js +121 -0
- package/out/concepts/MicroApp__.js.map +1 -0
- package/out/concepts/Module__.d.ts +1321 -0
- package/out/concepts/Module__.js +1804 -0
- package/out/concepts/Module__.js.map +1 -0
- package/out/concepts/MsgTriggerEvent__.d.ts +138 -0
- package/out/concepts/MsgTriggerEvent__.js +233 -0
- package/out/concepts/MsgTriggerEvent__.js.map +1 -0
- package/out/concepts/MsgTriggerLauncher__.d.ts +127 -0
- package/out/concepts/MsgTriggerLauncher__.js +228 -0
- package/out/concepts/MsgTriggerLauncher__.js.map +1 -0
- package/out/concepts/Namespace__.d.ts +1070 -0
- package/out/concepts/Namespace__.js +1440 -0
- package/out/concepts/Namespace__.js.map +1 -0
- package/out/concepts/NewComposite__.d.ts +349 -0
- package/out/concepts/NewComposite__.js +1242 -0
- package/out/concepts/NewComposite__.js.map +1 -0
- package/out/concepts/NewList__.d.ts +137 -0
- package/out/concepts/NewList__.js +451 -0
- package/out/concepts/NewList__.js.map +1 -0
- package/out/concepts/NewMap__.d.ts +226 -0
- package/out/concepts/NewMap__.js +568 -0
- package/out/concepts/NewMap__.js.map +1 -0
- package/out/concepts/New__.d.ts +21 -0
- package/out/concepts/New__.js +70 -0
- package/out/concepts/New__.js.map +1 -0
- package/out/concepts/NullLiteral__.d.ts +27 -0
- package/out/concepts/NullLiteral__.js +83 -0
- package/out/concepts/NullLiteral__.js.map +1 -0
- package/out/concepts/NumericLiteral__.d.ts +57 -0
- package/out/concepts/NumericLiteral__.js +186 -0
- package/out/concepts/NumericLiteral__.js.map +1 -0
- package/out/concepts/OqlQueryComponent__.d.ts +74 -0
- package/out/concepts/OqlQueryComponent__.js +364 -0
- package/out/concepts/OqlQueryComponent__.js.map +1 -0
- package/out/concepts/OverriddenLogic__.d.ts +635 -0
- package/out/concepts/OverriddenLogic__.js +1660 -0
- package/out/concepts/OverriddenLogic__.js.map +1 -0
- package/out/concepts/Param__.d.ts +173 -0
- package/out/concepts/Param__.js +517 -0
- package/out/concepts/Param__.js.map +1 -0
- package/out/concepts/Point__.d.ts +32 -0
- package/out/concepts/Point__.js +81 -0
- package/out/concepts/Point__.js.map +1 -0
- package/out/concepts/ProcessComponent__.d.ts +220 -0
- package/out/concepts/ProcessComponent__.js +349 -0
- package/out/concepts/ProcessComponent__.js.map +1 -0
- package/out/concepts/ProcessElement__.d.ts +647 -0
- package/out/concepts/ProcessElement__.js +1261 -0
- package/out/concepts/ProcessElement__.js.map +1 -0
- package/out/concepts/ProcessOutcome__.d.ts +32 -0
- package/out/concepts/ProcessOutcome__.js +92 -0
- package/out/concepts/ProcessOutcome__.js.map +1 -0
- package/out/concepts/ProcessOutcomes__.d.ts +32 -0
- package/out/concepts/ProcessOutcomes__.js +91 -0
- package/out/concepts/ProcessOutcomes__.js.map +1 -0
- package/out/concepts/Process__.d.ts +614 -0
- package/out/concepts/Process__.js +1059 -0
- package/out/concepts/Process__.js.map +1 -0
- package/out/concepts/QueryAggregateExpression__.d.ts +52 -0
- package/out/concepts/QueryAggregateExpression__.js +155 -0
- package/out/concepts/QueryAggregateExpression__.js.map +1 -0
- package/out/concepts/QueryFieldExpression__.d.ts +54 -0
- package/out/concepts/QueryFieldExpression__.js +162 -0
- package/out/concepts/QueryFieldExpression__.js.map +1 -0
- package/out/concepts/QueryFromExpression__.d.ts +99 -0
- package/out/concepts/QueryFromExpression__.js +214 -0
- package/out/concepts/QueryFromExpression__.js.map +1 -0
- package/out/concepts/QueryGroupByExpression__.d.ts +47 -0
- package/out/concepts/QueryGroupByExpression__.js +146 -0
- package/out/concepts/QueryGroupByExpression__.js.map +1 -0
- package/out/concepts/QueryJoinExpression__.d.ts +186 -0
- package/out/concepts/QueryJoinExpression__.js +337 -0
- package/out/concepts/QueryJoinExpression__.js.map +1 -0
- package/out/concepts/QueryLimitExpression__.d.ts +58 -0
- package/out/concepts/QueryLimitExpression__.js +166 -0
- package/out/concepts/QueryLimitExpression__.js.map +1 -0
- package/out/concepts/QueryOrderByExpression__.d.ts +69 -0
- package/out/concepts/QueryOrderByExpression__.js +179 -0
- package/out/concepts/QueryOrderByExpression__.js.map +1 -0
- package/out/concepts/QuerySelectExpression__.d.ts +204 -0
- package/out/concepts/QuerySelectExpression__.js +305 -0
- package/out/concepts/QuerySelectExpression__.js.map +1 -0
- package/out/concepts/Rect__.d.ts +40 -0
- package/out/concepts/Rect__.js +97 -0
- package/out/concepts/Rect__.js.map +1 -0
- package/out/concepts/Return__.d.ts +135 -0
- package/out/concepts/Return__.js +398 -0
- package/out/concepts/Return__.js.map +1 -0
- package/out/concepts/Role__.d.ts +63 -0
- package/out/concepts/Role__.js +171 -0
- package/out/concepts/Role__.js.map +1 -0
- package/out/concepts/SelectMembers__.d.ts +143 -0
- package/out/concepts/SelectMembers__.js +299 -0
- package/out/concepts/SelectMembers__.js.map +1 -0
- package/out/concepts/Slot__.d.ts +75 -0
- package/out/concepts/Slot__.js +171 -0
- package/out/concepts/Slot__.js.map +1 -0
- package/out/concepts/SqlQueryComponent__.d.ts +72 -0
- package/out/concepts/SqlQueryComponent__.js +287 -0
- package/out/concepts/SqlQueryComponent__.js.map +1 -0
- package/out/concepts/Start__.d.ts +25 -0
- package/out/concepts/Start__.js +75 -0
- package/out/concepts/Start__.js.map +1 -0
- package/out/concepts/StringInterpolation__.d.ts +116 -0
- package/out/concepts/StringInterpolation__.js +271 -0
- package/out/concepts/StringInterpolation__.js.map +1 -0
- package/out/concepts/StringLiteral__.d.ts +39 -0
- package/out/concepts/StringLiteral__.js +140 -0
- package/out/concepts/StringLiteral__.js.map +1 -0
- package/out/concepts/StructureProperty__.d.ts +136 -0
- package/out/concepts/StructureProperty__.js +326 -0
- package/out/concepts/StructureProperty__.js.map +1 -0
- package/out/concepts/Structure__.d.ts +248 -0
- package/out/concepts/Structure__.js +485 -0
- package/out/concepts/Structure__.js.map +1 -0
- package/out/concepts/SwitchCase__.d.ts +95 -0
- package/out/concepts/SwitchCase__.js +279 -0
- package/out/concepts/SwitchCase__.js.map +1 -0
- package/out/concepts/SwitchStatement__.d.ts +85 -0
- package/out/concepts/SwitchStatement__.js +206 -0
- package/out/concepts/SwitchStatement__.js.map +1 -0
- package/out/concepts/Theme__.d.ts +38 -0
- package/out/concepts/Theme__.js +90 -0
- package/out/concepts/Theme__.js.map +1 -0
- package/out/concepts/Transactional__.d.ts +88 -0
- package/out/concepts/Transactional__.js +170 -0
- package/out/concepts/Transactional__.js.map +1 -0
- package/out/concepts/TriggerEvent__.d.ts +121 -0
- package/out/concepts/TriggerEvent__.js +230 -0
- package/out/concepts/TriggerEvent__.js.map +1 -0
- package/out/concepts/TriggerLauncher__.d.ts +82 -0
- package/out/concepts/TriggerLauncher__.js +222 -0
- package/out/concepts/TriggerLauncher__.js.map +1 -0
- package/out/concepts/TypeAnnotation__.d.ts +300 -0
- package/out/concepts/TypeAnnotation__.js +1055 -0
- package/out/concepts/TypeAnnotation__.js.map +1 -0
- package/out/concepts/TypeParam__.d.ts +26 -0
- package/out/concepts/TypeParam__.js +81 -0
- package/out/concepts/TypeParam__.js.map +1 -0
- package/out/concepts/UnaryExpression__.d.ts +50 -0
- package/out/concepts/UnaryExpression__.js +196 -0
- package/out/concepts/UnaryExpression__.js.map +1 -0
- package/out/concepts/Unparsed__.d.ts +33 -0
- package/out/concepts/Unparsed__.js +102 -0
- package/out/concepts/Unparsed__.js.map +1 -0
- package/out/concepts/UseComponent__.d.ts +32 -0
- package/out/concepts/UseComponent__.js +81 -0
- package/out/concepts/UseComponent__.js.map +1 -0
- package/out/concepts/ValidationRule__.d.ts +148 -0
- package/out/concepts/ValidationRule__.js +495 -0
- package/out/concepts/ValidationRule__.js.map +1 -0
- package/out/concepts/Variable__.d.ts +155 -0
- package/out/concepts/Variable__.js +448 -0
- package/out/concepts/Variable__.js.map +1 -0
- package/out/concepts/ViewBlock__.d.ts +36 -0
- package/out/concepts/ViewBlock__.js +89 -0
- package/out/concepts/ViewBlock__.js.map +1 -0
- package/out/concepts/ViewComponent__.d.ts +566 -0
- package/out/concepts/ViewComponent__.js +788 -0
- package/out/concepts/ViewComponent__.js.map +1 -0
- package/out/concepts/ViewElement__.d.ts +629 -0
- package/out/concepts/ViewElement__.js +2307 -0
- package/out/concepts/ViewElement__.js.map +1 -0
- package/out/concepts/View__.d.ts +724 -0
- package/out/concepts/View__.js +2192 -0
- package/out/concepts/View__.js.map +1 -0
- package/out/concepts/WhileStatement__.d.ts +98 -0
- package/out/concepts/WhileStatement__.js +243 -0
- package/out/concepts/WhileStatement__.js.map +1 -0
- package/out/concepts/basics/stdlib/index.d.ts +4 -0
- package/out/concepts/basics/stdlib/index.js +45 -0
- package/out/concepts/basics/stdlib/index.js.map +1 -0
- package/out/concepts/basics/stdlib/nasl.auth.d.ts +7 -0
- package/out/concepts/basics/stdlib/nasl.auth.js +164 -0
- package/out/concepts/basics/stdlib/nasl.auth.js.map +1 -0
- package/out/concepts/basics/stdlib/nasl.browser.d.ts +3 -0
- package/out/concepts/basics/stdlib/nasl.browser.js +149 -0
- package/out/concepts/basics/stdlib/nasl.browser.js.map +1 -0
- package/out/concepts/basics/stdlib/nasl.collection.d.ts +7 -0
- package/out/concepts/basics/stdlib/nasl.collection.js +52 -0
- package/out/concepts/basics/stdlib/nasl.collection.js.map +1 -0
- package/out/concepts/basics/stdlib/nasl.configuration.d.ts +3 -0
- package/out/concepts/basics/stdlib/nasl.configuration.js +33 -0
- package/out/concepts/basics/stdlib/nasl.configuration.js.map +1 -0
- package/out/concepts/basics/stdlib/nasl.core.d.ts +5 -0
- package/out/concepts/basics/stdlib/nasl.core.js +49 -0
- package/out/concepts/basics/stdlib/nasl.core.js.map +1 -0
- package/out/concepts/basics/stdlib/nasl.event.d.ts +3 -0
- package/out/concepts/basics/stdlib/nasl.event.js +25 -0
- package/out/concepts/basics/stdlib/nasl.event.js.map +1 -0
- package/out/concepts/basics/stdlib/nasl.http.d.ts +7 -0
- package/out/concepts/basics/stdlib/nasl.http.js +169 -0
- package/out/concepts/basics/stdlib/nasl.http.js.map +1 -0
- package/out/concepts/basics/stdlib/nasl.interface.d.ts +7 -0
- package/out/concepts/basics/stdlib/nasl.interface.js +43 -0
- package/out/concepts/basics/stdlib/nasl.interface.js.map +1 -0
- package/out/concepts/basics/stdlib/nasl.io.d.ts +3 -0
- package/out/concepts/basics/stdlib/nasl.io.js +52 -0
- package/out/concepts/basics/stdlib/nasl.io.js.map +1 -0
- package/out/concepts/basics/stdlib/nasl.logging.d.ts +3 -0
- package/out/concepts/basics/stdlib/nasl.logging.js +56 -0
- package/out/concepts/basics/stdlib/nasl.logging.js.map +1 -0
- package/out/concepts/basics/stdlib/nasl.process.d.ts +7 -0
- package/out/concepts/basics/stdlib/nasl.process.js +638 -0
- package/out/concepts/basics/stdlib/nasl.process.js.map +1 -0
- package/out/concepts/basics/stdlib/nasl.ui.d.ts +7 -0
- package/out/concepts/basics/stdlib/nasl.ui.js +1063 -0
- package/out/concepts/basics/stdlib/nasl.ui.js.map +1 -0
- package/out/concepts/basics/stdlib/nasl.util.d.ts +5 -0
- package/out/concepts/basics/stdlib/nasl.util.js +2255 -0
- package/out/concepts/basics/stdlib/nasl.util.js.map +1 -0
- package/out/concepts/basics/stdlib/nasl.validation.d.ts +3 -0
- package/out/concepts/basics/stdlib/nasl.validation.js +565 -0
- package/out/concepts/basics/stdlib/nasl.validation.js.map +1 -0
- package/out/concepts/basics/stdlib/reference2TypeAnnotationList.d.ts +5 -0
- package/out/concepts/basics/stdlib/reference2TypeAnnotationList.js +26 -0
- package/out/concepts/basics/stdlib/reference2TypeAnnotationList.js.map +1 -0
- package/out/concepts/basics/stdlib/timeZone.d.ts +5 -0
- package/out/concepts/basics/stdlib/timeZone.js +196 -0
- package/out/concepts/basics/stdlib/timeZone.js.map +1 -0
- package/out/concepts/basics/types/coreTypeList.d.ts +2 -0
- package/out/concepts/basics/types/coreTypeList.js +15 -0
- package/out/concepts/basics/types/coreTypeList.js.map +1 -0
- package/out/concepts/basics/types/index.d.ts +16 -0
- package/out/concepts/basics/types/index.js +35 -0
- package/out/concepts/basics/types/index.js.map +1 -0
- package/out/concepts/index.d.ts +6 -0
- package/out/concepts/index.js +25 -0
- package/out/concepts/index.js.map +1 -0
- package/out/concepts/index__.d.ts +123 -0
- package/out/concepts/index__.js +140 -0
- package/out/concepts/index__.js.map +1 -0
- package/out/concepts/types__.d.ts +125 -0
- package/out/concepts/types__.js +3 -0
- package/out/concepts/types__.js.map +1 -0
- package/out/config.d.ts +43 -0
- package/out/config.js +72 -0
- package/out/config.js.map +1 -0
- package/out/decorators/index.d.ts +57 -0
- package/out/decorators/index.js +170 -0
- package/out/decorators/index.js.map +1 -0
- package/out/decorators/promise.d.ts +7 -0
- package/out/decorators/promise.js +28 -0
- package/out/decorators/promise.js.map +1 -0
- package/out/enums/KEYWORDS.d.ts +6 -0
- package/out/enums/KEYWORDS.js +1244 -0
- package/out/enums/KEYWORDS.js.map +1 -0
- package/out/enums/LEVEL_NAME_MAP.d.ts +26 -0
- package/out/enums/LEVEL_NAME_MAP.js +30 -0
- package/out/enums/LEVEL_NAME_MAP.js.map +1 -0
- package/out/eventBus.d.ts +3 -0
- package/out/eventBus.js +7 -0
- package/out/eventBus.js.map +1 -0
- package/out/generator/compileComponent.d.ts +11 -0
- package/out/generator/compileComponent.js +12 -0
- package/out/generator/compileComponent.js.map +1 -0
- package/out/generator/genBundleFiles.d.ts +34 -0
- package/out/generator/genBundleFiles.js +546 -0
- package/out/generator/genBundleFiles.js.map +1 -0
- package/out/generator/genHash.d.ts +7 -0
- package/out/generator/genHash.js +39 -0
- package/out/generator/genHash.js.map +1 -0
- package/out/generator/genMetaData.d.ts +31 -0
- package/out/generator/genMetaData.js +314 -0
- package/out/generator/genMetaData.js.map +1 -0
- package/out/generator/genReleaseBody.d.ts +72 -0
- package/out/generator/genReleaseBody.js +322 -0
- package/out/generator/genReleaseBody.js.map +1 -0
- package/out/generator/icestark.d.ts +2 -0
- package/out/generator/icestark.js +48 -0
- package/out/generator/icestark.js.map +1 -0
- package/out/generator/index.d.ts +7 -0
- package/out/generator/index.js +24 -0
- package/out/generator/index.js.map +1 -0
- package/out/generator/microApp.d.ts +2 -0
- package/out/generator/microApp.js +36 -0
- package/out/generator/microApp.js.map +1 -0
- package/out/generator/permission.d.ts +10 -0
- package/out/generator/permission.js +295 -0
- package/out/generator/permission.js.map +1 -0
- package/out/generator/qiankun.d.ts +2 -0
- package/out/generator/qiankun.js +52 -0
- package/out/generator/qiankun.js.map +1 -0
- package/out/generator/styleReplacer.d.ts +3 -0
- package/out/generator/styleReplacer.js +68 -0
- package/out/generator/styleReplacer.js.map +1 -0
- package/out/index.d.ts +13 -0
- package/out/index.js +67 -0
- package/out/index.js.map +1 -0
- package/out/manager/diagnostic.d.ts +35 -0
- package/out/manager/diagnostic.js +63 -0
- package/out/manager/diagnostic.js.map +1 -0
- package/out/manager/stepRecorder.d.ts +20 -0
- package/out/manager/stepRecorder.js +114 -0
- package/out/manager/stepRecorder.js.map +1 -0
- package/out/natural/componentData.d.ts +31 -0
- package/out/natural/componentData.js +85 -0
- package/out/natural/componentData.js.map +1 -0
- package/out/natural/genNaturalTS.d.ts +3 -0
- package/out/natural/genNaturalTS.js +90 -0
- package/out/natural/genNaturalTS.js.map +1 -0
- package/out/natural/index.d.ts +2 -0
- package/out/natural/index.js +19 -0
- package/out/natural/index.js.map +1 -0
- package/out/natural/naslStdlibMap.d.ts +2 -0
- package/out/natural/naslStdlibMap.js +26 -0
- package/out/natural/naslStdlibMap.js.map +1 -0
- package/out/natural/transformTSCode.d.ts +7 -0
- package/out/natural/transformTSCode.js +920 -0
- package/out/natural/transformTSCode.js.map +1 -0
- package/out/sentry/index.d.ts +34 -0
- package/out/sentry/index.js +149 -0
- package/out/sentry/index.js.map +1 -0
- package/out/server/createUiTs.d.ts +16 -0
- package/out/server/createUiTs.js +296 -0
- package/out/server/createUiTs.js.map +1 -0
- package/out/server/entity2LogicNamespace.d.ts +10 -0
- package/out/server/entity2LogicNamespace.js +382 -0
- package/out/server/entity2LogicNamespace.js.map +1 -0
- package/out/server/event.d.ts +30 -0
- package/out/server/event.js +151 -0
- package/out/server/event.js.map +1 -0
- package/out/server/extendBaseNode.d.ts +1 -0
- package/out/server/extendBaseNode.js +544 -0
- package/out/server/extendBaseNode.js.map +1 -0
- package/out/server/formatTsUtils.d.ts +37 -0
- package/out/server/formatTsUtils.js +852 -0
- package/out/server/formatTsUtils.js.map +1 -0
- package/out/server/getConnector.d.ts +14 -0
- package/out/server/getConnector.js +78 -0
- package/out/server/getConnector.js.map +1 -0
- package/out/server/getExtensionModules.d.ts +3 -0
- package/out/server/getExtensionModules.js +34 -0
- package/out/server/getExtensionModules.js.map +1 -0
- package/out/server/getFunctions.d.ts +3 -0
- package/out/server/getFunctions.js +20 -0
- package/out/server/getFunctions.js.map +1 -0
- package/out/server/getInterfaces.d.ts +2 -0
- package/out/server/getInterfaces.js +48 -0
- package/out/server/getInterfaces.js.map +1 -0
- package/out/server/getLogging.d.ts +1 -0
- package/out/server/getLogging.js +9 -0
- package/out/server/getLogging.js.map +1 -0
- package/out/server/getLogics.d.ts +4 -0
- package/out/server/getLogics.js +381 -0
- package/out/server/getLogics.js.map +1 -0
- package/out/server/getMemberIdentifier.d.ts +17 -0
- package/out/server/getMemberIdentifier.js +482 -0
- package/out/server/getMemberIdentifier.js.map +1 -0
- package/out/server/getProcessComponents.d.ts +2 -0
- package/out/server/getProcessComponents.js +13 -0
- package/out/server/getProcessComponents.js.map +1 -0
- package/out/server/getProcesses.d.ts +33 -0
- package/out/server/getProcesses.js +597 -0
- package/out/server/getProcesses.js.map +1 -0
- package/out/server/getScope.d.ts +13 -0
- package/out/server/getScope.js +61 -0
- package/out/server/getScope.js.map +1 -0
- package/out/server/getValidates.d.ts +3 -0
- package/out/server/getValidates.js +14 -0
- package/out/server/getValidates.js.map +1 -0
- package/out/server/index.d.ts +5 -0
- package/out/server/index.js +42 -0
- package/out/server/index.js.map +1 -0
- package/out/server/naslServer.d.ts +383 -0
- package/out/server/naslServer.js +4729 -0
- package/out/server/naslServer.js.map +1 -0
- package/out/server/naslStdlibMap.d.ts +2 -0
- package/out/server/naslStdlibMap.js +54 -0
- package/out/server/naslStdlibMap.js.map +1 -0
- package/out/server/process2LogicNamespace.d.ts +26 -0
- package/out/server/process2LogicNamespace.js +109 -0
- package/out/server/process2LogicNamespace.js.map +1 -0
- package/out/server/translator.d.ts +26 -0
- package/out/server/translator.js +809 -0
- package/out/server/translator.js.map +1 -0
- package/out/service/creator/add.configs.d.ts +1 -0
- package/out/service/creator/add.configs.js +103 -0
- package/out/service/creator/add.configs.js.map +1 -0
- package/out/service/creator/errHandles.d.ts +18 -0
- package/out/service/creator/errHandles.js +68 -0
- package/out/service/creator/errHandles.js.map +1 -0
- package/out/service/creator/index.d.ts +1 -0
- package/out/service/creator/index.js +87 -0
- package/out/service/creator/index.js.map +1 -0
- package/out/service/datasource/api.d.ts +12 -0
- package/out/service/datasource/api.js +14 -0
- package/out/service/datasource/api.js.map +1 -0
- package/out/service/datasource/index.d.ts +2 -0
- package/out/service/datasource/index.js +10 -0
- package/out/service/datasource/index.js.map +1 -0
- package/out/service/defaultErrorMessage.json +98 -0
- package/out/service/logic/api.d.ts +9 -0
- package/out/service/logic/api.js +11 -0
- package/out/service/logic/api.js.map +1 -0
- package/out/service/logic/checktypeSocket.d.ts +5 -0
- package/out/service/logic/checktypeSocket.js +55 -0
- package/out/service/logic/checktypeSocket.js.map +1 -0
- package/out/service/logic/index.d.ts +2 -0
- package/out/service/logic/index.js +10 -0
- package/out/service/logic/index.js.map +1 -0
- package/out/service/storage/api.d.ts +54 -0
- package/out/service/storage/api.js +42 -0
- package/out/service/storage/api.js.map +1 -0
- package/out/service/storage/index.d.ts +2 -0
- package/out/service/storage/index.js +10 -0
- package/out/service/storage/index.js.map +1 -0
- package/out/service/storage/init.d.ts +102 -0
- package/out/service/storage/init.js +1150 -0
- package/out/service/storage/init.js.map +1 -0
- package/out/service/storage/jsoner.d.ts +36 -0
- package/out/service/storage/jsoner.js +129 -0
- package/out/service/storage/jsoner.js.map +1 -0
- package/out/service/storage/map.d.ts +4 -0
- package/out/service/storage/map.js +54 -0
- package/out/service/storage/map.js.map +1 -0
- package/out/service/storage/service.d.ts +25 -0
- package/out/service/storage/service.js +80 -0
- package/out/service/storage/service.js.map +1 -0
- package/out/service/storage/storagePoint.d.ts +17 -0
- package/out/service/storage/storagePoint.js +76 -0
- package/out/service/storage/storagePoint.js.map +1 -0
- package/out/service/video/BaseService.d.ts +7 -0
- package/out/service/video/BaseService.js +61 -0
- package/out/service/video/BaseService.js.map +1 -0
- package/out/service/video/MainCallbackService.d.ts +12 -0
- package/out/service/video/MainCallbackService.js +183 -0
- package/out/service/video/MainCallbackService.js.map +1 -0
- package/out/service/video/VideoTranscribe.d.ts +15 -0
- package/out/service/video/VideoTranscribe.js +96 -0
- package/out/service/video/VideoTranscribe.js.map +1 -0
- package/out/service/video/publishService.d.ts +1 -0
- package/out/service/video/publishService.js +58 -0
- package/out/service/video/publishService.js.map +1 -0
- package/out/templator/genCallComponentLogic.d.ts +17 -0
- package/out/templator/genCallComponentLogic.js +29 -0
- package/out/templator/genCallComponentLogic.js.map +1 -0
- package/out/templator/genCreateBlock.d.ts +10 -0
- package/out/templator/genCreateBlock.js +349 -0
- package/out/templator/genCreateBlock.js.map +1 -0
- package/out/templator/genCurdEditMultipleKeyBlock.d.ts +8 -0
- package/out/templator/genCurdEditMultipleKeyBlock.js +533 -0
- package/out/templator/genCurdEditMultipleKeyBlock.js.map +1 -0
- package/out/templator/genCurdMultipleKeyBlock.d.ts +34 -0
- package/out/templator/genCurdMultipleKeyBlock.js +707 -0
- package/out/templator/genCurdMultipleKeyBlock.js.map +1 -0
- package/out/templator/genEditTableBlock.d.ts +51 -0
- package/out/templator/genEditTableBlock.js +326 -0
- package/out/templator/genEditTableBlock.js.map +1 -0
- package/out/templator/genEnumSelectBlock.d.ts +10 -0
- package/out/templator/genEnumSelectBlock.js +26 -0
- package/out/templator/genEnumSelectBlock.js.map +1 -0
- package/out/templator/genGetBlock.d.ts +6 -0
- package/out/templator/genGetBlock.js +138 -0
- package/out/templator/genGetBlock.js.map +1 -0
- package/out/templator/genGridViewBlock.d.ts +55 -0
- package/out/templator/genGridViewBlock.js +359 -0
- package/out/templator/genGridViewBlock.js.map +1 -0
- package/out/templator/genListViewBlock.d.ts +19 -0
- package/out/templator/genListViewBlock.js +148 -0
- package/out/templator/genListViewBlock.js.map +1 -0
- package/out/templator/genQueryComponent.d.ts +34 -0
- package/out/templator/genQueryComponent.js +349 -0
- package/out/templator/genQueryComponent.js.map +1 -0
- package/out/templator/genSelectBlock.d.ts +45 -0
- package/out/templator/genSelectBlock.js +388 -0
- package/out/templator/genSelectBlock.js.map +1 -0
- package/out/templator/genTableBlock.d.ts +53 -0
- package/out/templator/genTableBlock.js +304 -0
- package/out/templator/genTableBlock.js.map +1 -0
- package/out/templator/genUpdateBlock.d.ts +6 -0
- package/out/templator/genUpdateBlock.js +389 -0
- package/out/templator/genUpdateBlock.js.map +1 -0
- package/out/templator/index.d.ts +19 -0
- package/out/templator/index.js +38 -0
- package/out/templator/index.js.map +1 -0
- package/out/templator/utils.d.ts +688 -0
- package/out/templator/utils.js +482 -0
- package/out/templator/utils.js.map +1 -0
- package/out/translator/constant.d.ts +6 -0
- package/out/translator/constant.js +10 -0
- package/out/translator/constant.js.map +1 -0
- package/out/translator/index.d.ts +3 -0
- package/out/translator/index.js +20 -0
- package/out/translator/index.js.map +1 -0
- package/out/translator/types.d.ts +33 -0
- package/out/translator/types.js +3 -0
- package/out/translator/types.js.map +1 -0
- package/out/translator/utils.d.ts +25 -0
- package/out/translator/utils.js +129 -0
- package/out/translator/utils.js.map +1 -0
- package/out/utils/cookie.d.ts +9 -0
- package/out/utils/cookie.js +62 -0
- package/out/utils/cookie.js.map +1 -0
- package/out/utils/env.d.ts +2 -0
- package/out/utils/env.js +6 -0
- package/out/utils/env.js.map +1 -0
- package/out/utils/index.d.ts +44 -0
- package/out/utils/index.js +220 -0
- package/out/utils/index.js.map +1 -0
- package/out/utils/logger.d.ts +7 -0
- package/out/utils/logger.js +23 -0
- package/out/utils/logger.js.map +1 -0
- package/out/utils/sortTsString.d.ts +1 -0
- package/out/utils/sortTsString.js +44 -0
- package/out/utils/sortTsString.js.map +1 -0
- package/out/utils/string.d.ts +52 -0
- package/out/utils/string.js +139 -0
- package/out/utils/string.js.map +1 -0
- package/out/utils/time-slicing.d.ts +41 -0
- package/out/utils/time-slicing.js +82 -0
- package/out/utils/time-slicing.js.map +1 -0
- package/out/utils/traverse.d.ts +36 -0
- package/out/utils/traverse.js +143 -0
- package/out/utils/traverse.js.map +1 -0
- package/out/utils/types.d.ts +1 -0
- package/out/utils/types.js +3 -0
- package/out/utils/types.js.map +1 -0
- package/out/utils/window.d.ts +7 -0
- package/out/utils/window.js +14 -0
- package/out/utils/window.js.map +1 -0
- package/package.json +1 -1
- package/src/bak/translator.js +6 -5
- package/src/concepts/Argument__.ts +6 -1
- package/src/concepts/Assignment__.ts +32 -13
- package/src/concepts/CallFunction__.ts +22 -3
- package/src/concepts/NewList__.ts +24 -4
- package/src/concepts/NewMap__.ts +14 -4
- package/src/concepts/ViewElement__.ts +1 -1
- package/src/server/translator.ts +3 -0
- package/src/service/creator/add.configs.js +1 -1
- package/src/utils/cookie.ts +2 -2
- package/src/utils/sortTsString.ts +9 -4
- package/test/concepts/call-function/__snapshots__/toEmbeddedTS.spec.ts.snap +26 -0
- package/test/concepts/call-function/__snapshots__/toJS.spec.ts.snap +26 -0
- package/test/concepts/call-function/constant.ts +5 -0
- package/test/concepts/call-function/fixtures/from-string.json +100 -0
- package/test/concepts/call-function/fixtures/to-string-global-tz.json +99 -0
- package/test/concepts/call-function/fixtures/to-string-no-tz.json +89 -0
- package/test/concepts/call-function/fixtures/to-string-user-tz.json +101 -0
- package/test/concepts/call-function/fixtures/to-string-utc-tz.json +101 -0
- package/test/concepts/call-function/toEmbeddedTS.spec.ts +14 -0
- package/test/concepts/call-function/toJS.spec.ts +14 -0
- package/.nyc_output/4f2d526f-9422-4abc-993d-0857e05a5009.json +0 -1
- package/.nyc_output/processinfo/4f2d526f-9422-4abc-993d-0857e05a5009.json +0 -1
- package/.nyc_output/processinfo/index.json +0 -1
|
@@ -0,0 +1,1321 @@
|
|
|
1
|
+
declare type PropertyType = 'structures' | 'enums' | 'entities' | 'interfaces' | 'processes' | 'views';
|
|
2
|
+
import type { AuthInterface } from './AuthInterface__';
|
|
3
|
+
import { Params } from '../common/EventEmitter';
|
|
4
|
+
import BaseNode from '../common/BaseNode';
|
|
5
|
+
import DataSource from './DataSource__';
|
|
6
|
+
import Structure from './Structure__';
|
|
7
|
+
import Enum from './Enum__';
|
|
8
|
+
import Logic from './Logic__';
|
|
9
|
+
import Interface from './Interface__';
|
|
10
|
+
import View from './View__';
|
|
11
|
+
import Variable from './Variable__';
|
|
12
|
+
import Process from './Process__';
|
|
13
|
+
import FrontendLibrary from './FrontendLibrary__';
|
|
14
|
+
import Configuration from './Configuration__';
|
|
15
|
+
import type AuthLogic from './AuthLogic__';
|
|
16
|
+
import type AuthLogicForCallInterface from './AuthLogicForCallInterface__';
|
|
17
|
+
import TriggerLauncher from './TriggerLauncher__';
|
|
18
|
+
import Connection from './Connection__';
|
|
19
|
+
import App from './App__';
|
|
20
|
+
import MetadataType from './MetadataType__';
|
|
21
|
+
/**
|
|
22
|
+
* 模块
|
|
23
|
+
*/
|
|
24
|
+
export declare class Module extends BaseNode {
|
|
25
|
+
/** 类名 */
|
|
26
|
+
static readonly ConceptName = "Module";
|
|
27
|
+
/**
|
|
28
|
+
* 产品概念
|
|
29
|
+
*/
|
|
30
|
+
readonly concept: 'Module' | 'Connector';
|
|
31
|
+
/**
|
|
32
|
+
* type
|
|
33
|
+
*/
|
|
34
|
+
type: 'extension' | 'interface' | 'component' | 'connector' | 'customInterface';
|
|
35
|
+
/**
|
|
36
|
+
* version
|
|
37
|
+
*/
|
|
38
|
+
version: string;
|
|
39
|
+
/**
|
|
40
|
+
* 模块名称
|
|
41
|
+
*/
|
|
42
|
+
name: string;
|
|
43
|
+
/**
|
|
44
|
+
* 模块标题
|
|
45
|
+
*/
|
|
46
|
+
title: string;
|
|
47
|
+
/**
|
|
48
|
+
* 模块描述
|
|
49
|
+
*/
|
|
50
|
+
description: string;
|
|
51
|
+
/**
|
|
52
|
+
* provider
|
|
53
|
+
*/
|
|
54
|
+
provider: string;
|
|
55
|
+
/**
|
|
56
|
+
* 外部语言依赖
|
|
57
|
+
*/
|
|
58
|
+
externalDependencyMap: {
|
|
59
|
+
maven?: Array<{
|
|
60
|
+
groupId: string;
|
|
61
|
+
artifactId: string;
|
|
62
|
+
version: string;
|
|
63
|
+
}>;
|
|
64
|
+
};
|
|
65
|
+
/**
|
|
66
|
+
* 外部语言依赖
|
|
67
|
+
*/
|
|
68
|
+
compilerInfoMap: {
|
|
69
|
+
java?: Array<{
|
|
70
|
+
packageName: string;
|
|
71
|
+
className: string;
|
|
72
|
+
naslName: string;
|
|
73
|
+
type: string;
|
|
74
|
+
javaTypes: Map<string, string>;
|
|
75
|
+
}>;
|
|
76
|
+
js?: {
|
|
77
|
+
prefix: string;
|
|
78
|
+
};
|
|
79
|
+
};
|
|
80
|
+
/**
|
|
81
|
+
* 数据源列表
|
|
82
|
+
*/
|
|
83
|
+
dataSources: Array<DataSource>;
|
|
84
|
+
/**
|
|
85
|
+
* 数据结构列表
|
|
86
|
+
*/
|
|
87
|
+
structures: Array<Structure>;
|
|
88
|
+
/**
|
|
89
|
+
* 枚举列表
|
|
90
|
+
*/
|
|
91
|
+
enums: Array<Enum>;
|
|
92
|
+
/**
|
|
93
|
+
* 逻辑列表
|
|
94
|
+
*/
|
|
95
|
+
logics: Array<Logic>;
|
|
96
|
+
/**
|
|
97
|
+
* 接口列表
|
|
98
|
+
*/
|
|
99
|
+
interfaces: Array<Interface>;
|
|
100
|
+
/**
|
|
101
|
+
* 页面列表
|
|
102
|
+
*/
|
|
103
|
+
views: Array<View>;
|
|
104
|
+
/**
|
|
105
|
+
* 变量列表
|
|
106
|
+
*/
|
|
107
|
+
frontendVariables: Array<Variable>;
|
|
108
|
+
/**
|
|
109
|
+
* 流程列表
|
|
110
|
+
*/
|
|
111
|
+
processes: Array<Process>;
|
|
112
|
+
/**
|
|
113
|
+
* 前端库列表
|
|
114
|
+
*/
|
|
115
|
+
frontends: Array<FrontendLibrary>;
|
|
116
|
+
/**
|
|
117
|
+
* 配置管理
|
|
118
|
+
*/
|
|
119
|
+
configuration: Configuration;
|
|
120
|
+
/**
|
|
121
|
+
* 暴露接口的接口鉴权
|
|
122
|
+
*/
|
|
123
|
+
authLogics: Array<AuthLogic>;
|
|
124
|
+
/**
|
|
125
|
+
* 调用接口的鉴权模板
|
|
126
|
+
*/
|
|
127
|
+
authLogicsForCallInterface: Array<AuthLogicForCallInterface>;
|
|
128
|
+
/**
|
|
129
|
+
* 触发器启动器列表
|
|
130
|
+
*/
|
|
131
|
+
triggerLaunchers: Array<TriggerLauncher>;
|
|
132
|
+
/**
|
|
133
|
+
* 连接列表
|
|
134
|
+
*/
|
|
135
|
+
connections: Array<Connection>;
|
|
136
|
+
/**
|
|
137
|
+
* 元数据类型列表
|
|
138
|
+
*/
|
|
139
|
+
metadataTypes: Array<MetadataType>;
|
|
140
|
+
/**
|
|
141
|
+
* 祖先 App
|
|
142
|
+
*/
|
|
143
|
+
get app(): App;
|
|
144
|
+
/**
|
|
145
|
+
* @param source 需要合并的部分参数
|
|
146
|
+
*/
|
|
147
|
+
constructor(source?: Partial<Module>);
|
|
148
|
+
static from(source: any, parentNode?: any, parentKey?: string): Module;
|
|
149
|
+
/**
|
|
150
|
+
* 从父级删除该节点
|
|
151
|
+
* @internal
|
|
152
|
+
*/
|
|
153
|
+
_delete(): Params;
|
|
154
|
+
getDataSourceExistingNames(excludedList?: Array<DataSource>): string[];
|
|
155
|
+
getDataSourceUniqueName(name?: string): string;
|
|
156
|
+
/**
|
|
157
|
+
* 插入数据源
|
|
158
|
+
* @internal
|
|
159
|
+
* @param name 数据源名称,如果不填会自动生成一个唯一名称
|
|
160
|
+
*/
|
|
161
|
+
_insertDataSourceAt(name: string, index: number): DataSource;
|
|
162
|
+
/**
|
|
163
|
+
* 插入数据源
|
|
164
|
+
* @internal
|
|
165
|
+
* @param dataSourceOptions 数据源参数
|
|
166
|
+
*/
|
|
167
|
+
_insertDataSourceAt(dataSourceOptions: Partial<DataSource>, index: number): DataSource;
|
|
168
|
+
/**
|
|
169
|
+
* 插入数据源
|
|
170
|
+
* @internal
|
|
171
|
+
* @param dataSource 已有的数据源实例
|
|
172
|
+
*/
|
|
173
|
+
_insertDataSourceAt(dataSource: DataSource, index: number): DataSource;
|
|
174
|
+
/**
|
|
175
|
+
* 插入数据源
|
|
176
|
+
* @param name 数据源名称,如果不填会自动生成一个唯一名称
|
|
177
|
+
*/
|
|
178
|
+
insertDataSourceAt(name: string, index: number): DataSource;
|
|
179
|
+
/**
|
|
180
|
+
* 插入数据源
|
|
181
|
+
* @param dataSourceOptions 数据源参数
|
|
182
|
+
*/
|
|
183
|
+
insertDataSourceAt(dataSourceOptions: Partial<DataSource>, index: number): DataSource;
|
|
184
|
+
/**
|
|
185
|
+
* 插入数据源
|
|
186
|
+
* @param dataSource 已有的数据源实例
|
|
187
|
+
*/
|
|
188
|
+
insertDataSourceAt(dataSource: DataSource, index: number): DataSource;
|
|
189
|
+
/**
|
|
190
|
+
* 添加数据源
|
|
191
|
+
* @internal
|
|
192
|
+
* @param name 数据源名称,如果不填会自动生成一个唯一名称
|
|
193
|
+
*/
|
|
194
|
+
_addDataSource(name?: string): DataSource;
|
|
195
|
+
/**
|
|
196
|
+
* 添加数据源
|
|
197
|
+
* @internal
|
|
198
|
+
* @param dataSourceOptions 数据源参数
|
|
199
|
+
*/
|
|
200
|
+
_addDataSource(dataSourceOptions: Partial<DataSource>): DataSource;
|
|
201
|
+
/**
|
|
202
|
+
* 添加数据源
|
|
203
|
+
* @internal
|
|
204
|
+
* @param dataSource 已有的数据源实例
|
|
205
|
+
*/
|
|
206
|
+
_addDataSource(dataSource: DataSource): DataSource;
|
|
207
|
+
/**
|
|
208
|
+
* 添加数据源
|
|
209
|
+
* @internal
|
|
210
|
+
* @param name 数据源名称,如果不填会自动生成一个唯一名称
|
|
211
|
+
*/
|
|
212
|
+
addDataSource(name?: string): DataSource;
|
|
213
|
+
/**
|
|
214
|
+
* 添加数据源
|
|
215
|
+
* @param dataSourceOptions 数据源参数
|
|
216
|
+
*/
|
|
217
|
+
addDataSource(dataSourceOptions: Partial<DataSource>): DataSource;
|
|
218
|
+
/**
|
|
219
|
+
* 添加数据源
|
|
220
|
+
* @param dataSource 已有的数据源实例
|
|
221
|
+
*/
|
|
222
|
+
addDataSource(dataSource: DataSource): DataSource;
|
|
223
|
+
getStructureExistingNames(excludedList?: Array<Structure>): string[];
|
|
224
|
+
getStructureUniqueName(name?: string): string;
|
|
225
|
+
/**
|
|
226
|
+
* 插入数据结构
|
|
227
|
+
* @internal
|
|
228
|
+
* @param name 数据结构名称,如果不填会自动生成一个唯一名称
|
|
229
|
+
*/
|
|
230
|
+
_insertStructureAt(name: string, index: number): Structure;
|
|
231
|
+
/**
|
|
232
|
+
* 插入数据结构
|
|
233
|
+
* @internal
|
|
234
|
+
* @param structureOptions 数据结构参数
|
|
235
|
+
*/
|
|
236
|
+
_insertStructureAt(structureOptions: Partial<Structure>, index: number): Structure;
|
|
237
|
+
/**
|
|
238
|
+
* 插入数据结构
|
|
239
|
+
* @internal
|
|
240
|
+
* @param structure 已有的数据结构实例
|
|
241
|
+
*/
|
|
242
|
+
_insertStructureAt(structure: Structure, index: number): Structure;
|
|
243
|
+
/**
|
|
244
|
+
* 插入数据结构
|
|
245
|
+
* @param name 数据结构名称,如果不填会自动生成一个唯一名称
|
|
246
|
+
*/
|
|
247
|
+
insertStructureAt(name: string, index: number): Structure;
|
|
248
|
+
/**
|
|
249
|
+
* 插入数据结构
|
|
250
|
+
* @param structureOptions 数据结构参数
|
|
251
|
+
*/
|
|
252
|
+
insertStructureAt(structureOptions: Partial<Structure>, index: number): Structure;
|
|
253
|
+
/**
|
|
254
|
+
* 插入数据结构
|
|
255
|
+
* @param structure 已有的数据结构实例
|
|
256
|
+
*/
|
|
257
|
+
insertStructureAt(structure: Structure, index: number): Structure;
|
|
258
|
+
/**
|
|
259
|
+
* 添加数据结构
|
|
260
|
+
* @internal
|
|
261
|
+
* @param name 数据结构名称,如果不填会自动生成一个唯一名称
|
|
262
|
+
*/
|
|
263
|
+
_addStructure(name?: string): Structure;
|
|
264
|
+
/**
|
|
265
|
+
* 添加数据结构
|
|
266
|
+
* @internal
|
|
267
|
+
* @param structureOptions 数据结构参数
|
|
268
|
+
*/
|
|
269
|
+
_addStructure(structureOptions: Partial<Structure>): Structure;
|
|
270
|
+
/**
|
|
271
|
+
* 添加数据结构
|
|
272
|
+
* @internal
|
|
273
|
+
* @param structure 已有的数据结构实例
|
|
274
|
+
*/
|
|
275
|
+
_addStructure(structure: Structure): Structure;
|
|
276
|
+
/**
|
|
277
|
+
* 添加数据结构
|
|
278
|
+
* @internal
|
|
279
|
+
* @param name 数据结构名称,如果不填会自动生成一个唯一名称
|
|
280
|
+
*/
|
|
281
|
+
addStructure(name?: string): Structure;
|
|
282
|
+
/**
|
|
283
|
+
* 添加数据结构
|
|
284
|
+
* @param structureOptions 数据结构参数
|
|
285
|
+
*/
|
|
286
|
+
addStructure(structureOptions: Partial<Structure>): Structure;
|
|
287
|
+
/**
|
|
288
|
+
* 添加数据结构
|
|
289
|
+
* @param structure 已有的数据结构实例
|
|
290
|
+
*/
|
|
291
|
+
addStructure(structure: Structure): Structure;
|
|
292
|
+
getEnumExistingNames(excludedList?: Array<Enum>): string[];
|
|
293
|
+
getEnumUniqueName(name?: string): string;
|
|
294
|
+
/**
|
|
295
|
+
* 插入枚举
|
|
296
|
+
* @internal
|
|
297
|
+
* @param name 枚举名称,如果不填会自动生成一个唯一名称
|
|
298
|
+
*/
|
|
299
|
+
_insertEnumAt(name: string, index: number): Enum;
|
|
300
|
+
/**
|
|
301
|
+
* 插入枚举
|
|
302
|
+
* @internal
|
|
303
|
+
* @param enumerationOptions 枚举参数
|
|
304
|
+
*/
|
|
305
|
+
_insertEnumAt(enumerationOptions: Partial<Enum>, index: number): Enum;
|
|
306
|
+
/**
|
|
307
|
+
* 插入枚举
|
|
308
|
+
* @internal
|
|
309
|
+
* @param enumeration 已有的枚举实例
|
|
310
|
+
*/
|
|
311
|
+
_insertEnumAt(enumeration: Enum, index: number): Enum;
|
|
312
|
+
/**
|
|
313
|
+
* 插入枚举
|
|
314
|
+
* @param name 枚举名称,如果不填会自动生成一个唯一名称
|
|
315
|
+
*/
|
|
316
|
+
insertEnumAt(name: string, index: number): Enum;
|
|
317
|
+
/**
|
|
318
|
+
* 插入枚举
|
|
319
|
+
* @param enumerationOptions 枚举参数
|
|
320
|
+
*/
|
|
321
|
+
insertEnumAt(enumerationOptions: Partial<Enum>, index: number): Enum;
|
|
322
|
+
/**
|
|
323
|
+
* 插入枚举
|
|
324
|
+
* @param enumeration 已有的枚举实例
|
|
325
|
+
*/
|
|
326
|
+
insertEnumAt(enumeration: Enum, index: number): Enum;
|
|
327
|
+
/**
|
|
328
|
+
* 添加枚举
|
|
329
|
+
* @internal
|
|
330
|
+
* @param name 枚举名称,如果不填会自动生成一个唯一名称
|
|
331
|
+
*/
|
|
332
|
+
_addEnum(name?: string): Enum;
|
|
333
|
+
/**
|
|
334
|
+
* 添加枚举
|
|
335
|
+
* @internal
|
|
336
|
+
* @param enumerationOptions 枚举参数
|
|
337
|
+
*/
|
|
338
|
+
_addEnum(enumerationOptions: Partial<Enum>): Enum;
|
|
339
|
+
/**
|
|
340
|
+
* 添加枚举
|
|
341
|
+
* @internal
|
|
342
|
+
* @param enumeration 已有的枚举实例
|
|
343
|
+
*/
|
|
344
|
+
_addEnum(enumeration: Enum): Enum;
|
|
345
|
+
/**
|
|
346
|
+
* 添加枚举
|
|
347
|
+
* @internal
|
|
348
|
+
* @param name 枚举名称,如果不填会自动生成一个唯一名称
|
|
349
|
+
*/
|
|
350
|
+
addEnum(name?: string): Enum;
|
|
351
|
+
/**
|
|
352
|
+
* 添加枚举
|
|
353
|
+
* @param enumerationOptions 枚举参数
|
|
354
|
+
*/
|
|
355
|
+
addEnum(enumerationOptions: Partial<Enum>): Enum;
|
|
356
|
+
/**
|
|
357
|
+
* 添加枚举
|
|
358
|
+
* @param enumeration 已有的枚举实例
|
|
359
|
+
*/
|
|
360
|
+
addEnum(enumeration: Enum): Enum;
|
|
361
|
+
getLogicExistingNames(excludedList?: Array<Logic>): string[];
|
|
362
|
+
getLogicUniqueName(name?: string): string;
|
|
363
|
+
/**
|
|
364
|
+
* 插入逻辑
|
|
365
|
+
* @internal
|
|
366
|
+
* @param name 逻辑名称,如果不填会自动生成一个唯一名称
|
|
367
|
+
*/
|
|
368
|
+
_insertLogicInLogicsAt(name: string, index: number): Logic;
|
|
369
|
+
/**
|
|
370
|
+
* 插入逻辑
|
|
371
|
+
* @internal
|
|
372
|
+
* @param logicOptions 逻辑参数
|
|
373
|
+
*/
|
|
374
|
+
_insertLogicInLogicsAt(logicOptions: Partial<Logic>, index: number): Logic;
|
|
375
|
+
/**
|
|
376
|
+
* 插入逻辑
|
|
377
|
+
* @internal
|
|
378
|
+
* @param logic 已有的逻辑实例
|
|
379
|
+
*/
|
|
380
|
+
_insertLogicInLogicsAt(logic: Logic, index: number): Logic;
|
|
381
|
+
/**
|
|
382
|
+
* 插入逻辑
|
|
383
|
+
* @param name 逻辑名称,如果不填会自动生成一个唯一名称
|
|
384
|
+
*/
|
|
385
|
+
insertLogicInLogicsAt(name: string, index: number): Logic;
|
|
386
|
+
/**
|
|
387
|
+
* 插入逻辑
|
|
388
|
+
* @param logicOptions 逻辑参数
|
|
389
|
+
*/
|
|
390
|
+
insertLogicInLogicsAt(logicOptions: Partial<Logic>, index: number): Logic;
|
|
391
|
+
/**
|
|
392
|
+
* 插入逻辑
|
|
393
|
+
* @param logic 已有的逻辑实例
|
|
394
|
+
*/
|
|
395
|
+
insertLogicInLogicsAt(logic: Logic, index: number): Logic;
|
|
396
|
+
/**
|
|
397
|
+
* 添加逻辑
|
|
398
|
+
* @internal
|
|
399
|
+
* @param name 逻辑名称,如果不填会自动生成一个唯一名称
|
|
400
|
+
*/
|
|
401
|
+
_addLogicInLogics(name?: string): Logic;
|
|
402
|
+
/**
|
|
403
|
+
* 添加逻辑
|
|
404
|
+
* @internal
|
|
405
|
+
* @param logicOptions 逻辑参数
|
|
406
|
+
*/
|
|
407
|
+
_addLogicInLogics(logicOptions: Partial<Logic>): Logic;
|
|
408
|
+
/**
|
|
409
|
+
* 添加逻辑
|
|
410
|
+
* @internal
|
|
411
|
+
* @param logic 已有的逻辑实例
|
|
412
|
+
*/
|
|
413
|
+
_addLogicInLogics(logic: Logic): Logic;
|
|
414
|
+
/**
|
|
415
|
+
* 添加逻辑
|
|
416
|
+
* @internal
|
|
417
|
+
* @param name 逻辑名称,如果不填会自动生成一个唯一名称
|
|
418
|
+
*/
|
|
419
|
+
addLogicInLogics(name?: string): Logic;
|
|
420
|
+
/**
|
|
421
|
+
* 添加逻辑
|
|
422
|
+
* @param logicOptions 逻辑参数
|
|
423
|
+
*/
|
|
424
|
+
addLogicInLogics(logicOptions: Partial<Logic>): Logic;
|
|
425
|
+
/**
|
|
426
|
+
* 添加逻辑
|
|
427
|
+
* @param logic 已有的逻辑实例
|
|
428
|
+
*/
|
|
429
|
+
addLogicInLogics(logic: Logic): Logic;
|
|
430
|
+
/**
|
|
431
|
+
* 插入鉴权逻辑
|
|
432
|
+
* @internal
|
|
433
|
+
* @param name 鉴权逻辑名称,如果不填会自动生成一个唯一名称
|
|
434
|
+
*/
|
|
435
|
+
_insertAuthLogicInAuthLogicsAt(name: string, index: number): AuthLogic;
|
|
436
|
+
/**
|
|
437
|
+
* 插入鉴权逻辑
|
|
438
|
+
* @internal
|
|
439
|
+
* @param authLogicOptions 鉴权逻辑参数
|
|
440
|
+
*/
|
|
441
|
+
_insertAuthLogicInAuthLogicsAt(authLogicOptions: Partial<AuthLogic>, index: number): AuthLogic;
|
|
442
|
+
/**
|
|
443
|
+
* 插入鉴权逻辑
|
|
444
|
+
* @internal
|
|
445
|
+
* @param authLogic 已有的鉴权逻辑实例
|
|
446
|
+
*/
|
|
447
|
+
_insertAuthLogicInAuthLogicsAt(authLogic: AuthLogic, index: number): AuthLogic;
|
|
448
|
+
/**
|
|
449
|
+
* 插入鉴权逻辑
|
|
450
|
+
* @param name 鉴权逻辑名称,如果不填会自动生成一个唯一名称
|
|
451
|
+
*/
|
|
452
|
+
insertAuthLogicInAuthLogicsAt(name: string, index: number): AuthLogic;
|
|
453
|
+
/**
|
|
454
|
+
* 插入鉴权逻辑
|
|
455
|
+
* @param authLogicOptions 鉴权逻辑参数
|
|
456
|
+
*/
|
|
457
|
+
insertAuthLogicInAuthLogicsAt(authLogicOptions: Partial<AuthLogic>, index: number): AuthLogic;
|
|
458
|
+
/**
|
|
459
|
+
* 插入鉴权逻辑
|
|
460
|
+
* @param authLogic 已有的鉴权逻辑实例
|
|
461
|
+
*/
|
|
462
|
+
insertAuthLogicInAuthLogicsAt(authLogic: AuthLogic, index: number): AuthLogic;
|
|
463
|
+
/**
|
|
464
|
+
* 添加鉴权逻辑
|
|
465
|
+
* @internal
|
|
466
|
+
* @param name 鉴权逻辑名称,如果不填会自动生成一个唯一名称
|
|
467
|
+
*/
|
|
468
|
+
_addAuthLogicInAuthLogics(name?: string): AuthLogic;
|
|
469
|
+
/**
|
|
470
|
+
* 添加鉴权逻辑
|
|
471
|
+
* @internal
|
|
472
|
+
* @param authLogicOptions 鉴权逻辑参数
|
|
473
|
+
*/
|
|
474
|
+
_addAuthLogicInAuthLogics(authLogicOptions: Partial<AuthLogic>): AuthLogic;
|
|
475
|
+
/**
|
|
476
|
+
* 添加鉴权逻辑
|
|
477
|
+
* @internal
|
|
478
|
+
* @param authLogic 已有的鉴权逻辑实例
|
|
479
|
+
*/
|
|
480
|
+
_addAuthLogicInAuthLogics(authLogic: AuthLogic): AuthLogic;
|
|
481
|
+
/**
|
|
482
|
+
* 添加鉴权逻辑
|
|
483
|
+
* @internal
|
|
484
|
+
* @param name 鉴权逻辑名称,如果不填会自动生成一个唯一名称
|
|
485
|
+
*/
|
|
486
|
+
addAuthLogicInAuthLogics(name?: string): AuthLogic;
|
|
487
|
+
/**
|
|
488
|
+
* 添加鉴权逻辑
|
|
489
|
+
* @param authLogicOptions 鉴权逻辑参数
|
|
490
|
+
*/
|
|
491
|
+
addAuthLogicInAuthLogics(authLogicOptions: Partial<AuthLogic>): AuthLogic;
|
|
492
|
+
/**
|
|
493
|
+
* 添加鉴权逻辑
|
|
494
|
+
* @param authLogic 已有的鉴权逻辑实例
|
|
495
|
+
*/
|
|
496
|
+
addAuthLogicInAuthLogics(authLogic: AuthLogic): AuthLogic;
|
|
497
|
+
getInterfaceExistingNames(excludedList?: Array<Interface>): string[];
|
|
498
|
+
getInterfaceUniqueName(name?: string): string;
|
|
499
|
+
/**
|
|
500
|
+
* 插入接口
|
|
501
|
+
* @internal
|
|
502
|
+
* @param name 接口名称,如果不填会自动生成一个唯一名称
|
|
503
|
+
*/
|
|
504
|
+
_insertInterfaceAt(name: string, index: number): Interface;
|
|
505
|
+
/**
|
|
506
|
+
* 插入接口
|
|
507
|
+
* @internal
|
|
508
|
+
* @param itfaceOptions 接口参数
|
|
509
|
+
*/
|
|
510
|
+
_insertInterfaceAt(itfaceOptions: Partial<Interface>, index: number): Interface;
|
|
511
|
+
/**
|
|
512
|
+
* 插入接口
|
|
513
|
+
* @internal
|
|
514
|
+
* @param itface 已有的接口实例
|
|
515
|
+
*/
|
|
516
|
+
_insertInterfaceAt(itface: Interface, index: number): Interface;
|
|
517
|
+
/**
|
|
518
|
+
* 插入接口
|
|
519
|
+
* @param name 接口名称,如果不填会自动生成一个唯一名称
|
|
520
|
+
*/
|
|
521
|
+
insertInterfaceAt(name: string, index: number): Interface;
|
|
522
|
+
/**
|
|
523
|
+
* 插入接口
|
|
524
|
+
* @param itfaceOptions 接口参数
|
|
525
|
+
*/
|
|
526
|
+
insertInterfaceAt(itfaceOptions: Partial<Interface>, index: number): Interface;
|
|
527
|
+
/**
|
|
528
|
+
* 插入接口
|
|
529
|
+
* @param itface 已有的接口实例
|
|
530
|
+
*/
|
|
531
|
+
insertInterfaceAt(itface: Interface, index: number): Interface;
|
|
532
|
+
/**
|
|
533
|
+
* 添加接口
|
|
534
|
+
* @internal
|
|
535
|
+
* @param name 接口名称,如果不填会自动生成一个唯一名称
|
|
536
|
+
*/
|
|
537
|
+
_addInterface(name?: string): Interface;
|
|
538
|
+
/**
|
|
539
|
+
* 添加接口
|
|
540
|
+
* @internal
|
|
541
|
+
* @param itfaceOptions 接口参数
|
|
542
|
+
*/
|
|
543
|
+
_addInterface(itfaceOptions: Partial<Interface>): Interface;
|
|
544
|
+
/**
|
|
545
|
+
* 添加接口
|
|
546
|
+
* @internal
|
|
547
|
+
* @param itface 已有的接口实例
|
|
548
|
+
*/
|
|
549
|
+
_addInterface(itface: Interface): Interface;
|
|
550
|
+
/**
|
|
551
|
+
* 添加接口
|
|
552
|
+
* @internal
|
|
553
|
+
* @param name 接口名称,如果不填会自动生成一个唯一名称
|
|
554
|
+
*/
|
|
555
|
+
addInterface(name?: string): Interface;
|
|
556
|
+
/**
|
|
557
|
+
* 添加接口
|
|
558
|
+
* @param itfaceOptions 接口参数
|
|
559
|
+
*/
|
|
560
|
+
addInterface(itfaceOptions: Partial<Interface>): Interface;
|
|
561
|
+
/**
|
|
562
|
+
* 添加接口
|
|
563
|
+
* @param itface 已有的接口实例
|
|
564
|
+
*/
|
|
565
|
+
addInterface(itface: Interface): Interface;
|
|
566
|
+
getViewExistingNames(excludedList?: Array<View>): string[];
|
|
567
|
+
getViewUniqueName(name?: string): string;
|
|
568
|
+
/**
|
|
569
|
+
* 插入页面
|
|
570
|
+
* @internal
|
|
571
|
+
* @param name 页面名称,如果不填会自动生成一个唯一名称
|
|
572
|
+
*/
|
|
573
|
+
_insertViewAt(name: string, index: number): View;
|
|
574
|
+
/**
|
|
575
|
+
* 插入页面
|
|
576
|
+
* @internal
|
|
577
|
+
* @param viewOptions 页面参数
|
|
578
|
+
*/
|
|
579
|
+
_insertViewAt(viewOptions: Partial<View>, index: number): View;
|
|
580
|
+
/**
|
|
581
|
+
* 插入页面
|
|
582
|
+
* @internal
|
|
583
|
+
* @param view 已有的页面实例
|
|
584
|
+
*/
|
|
585
|
+
_insertViewAt(view: View, index: number): View;
|
|
586
|
+
/**
|
|
587
|
+
* 插入页面
|
|
588
|
+
* @param name 页面名称,如果不填会自动生成一个唯一名称
|
|
589
|
+
*/
|
|
590
|
+
insertViewAt(name: string, index: number): View;
|
|
591
|
+
/**
|
|
592
|
+
* 插入页面
|
|
593
|
+
* @param viewOptions 页面参数
|
|
594
|
+
*/
|
|
595
|
+
insertViewAt(viewOptions: Partial<View>, index: number): View;
|
|
596
|
+
/**
|
|
597
|
+
* 插入页面
|
|
598
|
+
* @param view 已有的页面实例
|
|
599
|
+
*/
|
|
600
|
+
insertViewAt(view: View, index: number): View;
|
|
601
|
+
/**
|
|
602
|
+
* 添加页面
|
|
603
|
+
* @internal
|
|
604
|
+
* @param name 页面名称,如果不填会自动生成一个唯一名称
|
|
605
|
+
*/
|
|
606
|
+
_addView(name?: string): View;
|
|
607
|
+
/**
|
|
608
|
+
* 添加页面
|
|
609
|
+
* @internal
|
|
610
|
+
* @param viewOptions 页面参数
|
|
611
|
+
*/
|
|
612
|
+
_addView(viewOptions: Partial<View>): View;
|
|
613
|
+
/**
|
|
614
|
+
* 添加页面
|
|
615
|
+
* @internal
|
|
616
|
+
* @param view 已有的页面实例
|
|
617
|
+
*/
|
|
618
|
+
_addView(view: View): View;
|
|
619
|
+
/**
|
|
620
|
+
* 添加页面
|
|
621
|
+
* @internal
|
|
622
|
+
* @param name 页面名称,如果不填会自动生成一个唯一名称
|
|
623
|
+
*/
|
|
624
|
+
addView(name?: string): View;
|
|
625
|
+
/**
|
|
626
|
+
* 添加页面
|
|
627
|
+
* @param viewOptions 页面参数
|
|
628
|
+
*/
|
|
629
|
+
addView(viewOptions: Partial<View>): View;
|
|
630
|
+
/**
|
|
631
|
+
* 添加页面
|
|
632
|
+
* @param view 已有的页面实例
|
|
633
|
+
*/
|
|
634
|
+
addView(view: View): View;
|
|
635
|
+
getVarExistingNames(excludedList?: Array<Variable>): string[];
|
|
636
|
+
getVariableUniqueName(name?: string): string;
|
|
637
|
+
/**
|
|
638
|
+
* 插入变量
|
|
639
|
+
* @internal
|
|
640
|
+
* @param name 变量名称,如果不填会自动生成一个唯一名称
|
|
641
|
+
*/
|
|
642
|
+
_insertVariableAt(name: string, index: number): Variable;
|
|
643
|
+
/**
|
|
644
|
+
* 插入变量
|
|
645
|
+
* @internal
|
|
646
|
+
* @param variableOptions 变量参数
|
|
647
|
+
*/
|
|
648
|
+
_insertVariableAt(variableOptions: Partial<Variable>, index: number): Variable;
|
|
649
|
+
/**
|
|
650
|
+
* 插入变量
|
|
651
|
+
* @internal
|
|
652
|
+
* @param variable 已有的变量实例
|
|
653
|
+
*/
|
|
654
|
+
_insertVariableAt(variable: Variable, index: number): Variable;
|
|
655
|
+
/**
|
|
656
|
+
* 插入变量
|
|
657
|
+
* @param name 变量名称,如果不填会自动生成一个唯一名称
|
|
658
|
+
*/
|
|
659
|
+
insertVariableAt(name: string, index: number): Variable;
|
|
660
|
+
/**
|
|
661
|
+
* 插入变量
|
|
662
|
+
* @param variableOptions 变量参数
|
|
663
|
+
*/
|
|
664
|
+
insertVariableAt(variableOptions: Partial<Variable>, index: number): Variable;
|
|
665
|
+
/**
|
|
666
|
+
* 插入变量
|
|
667
|
+
* @param variable 已有的变量实例
|
|
668
|
+
*/
|
|
669
|
+
insertVariableAt(variable: Variable, index: number): Variable;
|
|
670
|
+
/**
|
|
671
|
+
* 添加变量
|
|
672
|
+
* @internal
|
|
673
|
+
* @param name 变量名称,如果不填会自动生成一个唯一名称
|
|
674
|
+
*/
|
|
675
|
+
_addVariable(name?: string): Variable;
|
|
676
|
+
/**
|
|
677
|
+
* 添加变量
|
|
678
|
+
* @internal
|
|
679
|
+
* @param variableOptions 变量参数
|
|
680
|
+
*/
|
|
681
|
+
_addVariable(variableOptions: Partial<Variable>): Variable;
|
|
682
|
+
/**
|
|
683
|
+
* 添加变量
|
|
684
|
+
* @internal
|
|
685
|
+
* @param variable 已有的变量实例
|
|
686
|
+
*/
|
|
687
|
+
_addVariable(variable: Variable): Variable;
|
|
688
|
+
/**
|
|
689
|
+
* 添加变量
|
|
690
|
+
* @internal
|
|
691
|
+
* @param name 变量名称,如果不填会自动生成一个唯一名称
|
|
692
|
+
*/
|
|
693
|
+
addVariable(name?: string): Variable;
|
|
694
|
+
/**
|
|
695
|
+
* 添加变量
|
|
696
|
+
* @param variableOptions 变量参数
|
|
697
|
+
*/
|
|
698
|
+
addVariable(variableOptions: Partial<Variable>): Variable;
|
|
699
|
+
/**
|
|
700
|
+
* 添加变量
|
|
701
|
+
* @param variable 已有的变量实例
|
|
702
|
+
*/
|
|
703
|
+
addVariable(variable: Variable): Variable;
|
|
704
|
+
getProcessExistingNames(excludedList?: Array<Process>): string[];
|
|
705
|
+
getProcessUniqueName(name?: string): string;
|
|
706
|
+
/**
|
|
707
|
+
* 插入流程
|
|
708
|
+
* @internal
|
|
709
|
+
* @param name 流程名称,如果不填会自动生成一个唯一名称
|
|
710
|
+
*/
|
|
711
|
+
_insertProcessAt(name: string, index: number): Process;
|
|
712
|
+
/**
|
|
713
|
+
* 插入流程
|
|
714
|
+
* @internal
|
|
715
|
+
* @param processOptions 流程参数
|
|
716
|
+
*/
|
|
717
|
+
_insertProcessAt(processOptions: Partial<Process>, index: number): Process;
|
|
718
|
+
/**
|
|
719
|
+
* 插入流程
|
|
720
|
+
* @internal
|
|
721
|
+
* @param process 已有的流程实例
|
|
722
|
+
*/
|
|
723
|
+
_insertProcessAt(process: Process, index: number): Process;
|
|
724
|
+
/**
|
|
725
|
+
* 插入流程
|
|
726
|
+
* @param name 流程名称,如果不填会自动生成一个唯一名称
|
|
727
|
+
*/
|
|
728
|
+
insertProcessAt(name: string, index: number): Process;
|
|
729
|
+
/**
|
|
730
|
+
* 插入流程
|
|
731
|
+
* @param processOptions 流程参数
|
|
732
|
+
*/
|
|
733
|
+
insertProcessAt(processOptions: Partial<Process>, index: number): Process;
|
|
734
|
+
/**
|
|
735
|
+
* 插入流程
|
|
736
|
+
* @param process 已有的流程实例
|
|
737
|
+
*/
|
|
738
|
+
insertProcessAt(process: Process, index: number): Process;
|
|
739
|
+
/**
|
|
740
|
+
* 添加流程
|
|
741
|
+
* @internal
|
|
742
|
+
* @param name 流程名称,如果不填会自动生成一个唯一名称
|
|
743
|
+
*/
|
|
744
|
+
_addProcess(name?: string): Process;
|
|
745
|
+
/**
|
|
746
|
+
* 添加流程
|
|
747
|
+
* @internal
|
|
748
|
+
* @param processOptions 流程参数
|
|
749
|
+
*/
|
|
750
|
+
_addProcess(processOptions: Partial<Process>): Process;
|
|
751
|
+
/**
|
|
752
|
+
* 添加流程
|
|
753
|
+
* @internal
|
|
754
|
+
* @param process 已有的流程实例
|
|
755
|
+
*/
|
|
756
|
+
_addProcess(process: Process): Process;
|
|
757
|
+
/**
|
|
758
|
+
* 添加流程
|
|
759
|
+
* @internal
|
|
760
|
+
* @param name 流程名称,如果不填会自动生成一个唯一名称
|
|
761
|
+
*/
|
|
762
|
+
addProcess(name?: string): Process;
|
|
763
|
+
/**
|
|
764
|
+
* 添加流程
|
|
765
|
+
* @param processOptions 流程参数
|
|
766
|
+
*/
|
|
767
|
+
addProcess(processOptions: Partial<Process>): Process;
|
|
768
|
+
/**
|
|
769
|
+
* 添加流程
|
|
770
|
+
* @param process 已有的流程实例
|
|
771
|
+
*/
|
|
772
|
+
addProcess(process: Process): Process;
|
|
773
|
+
getFrontendLibraryExistingNames(excludedList?: Array<FrontendLibrary>): ("pc" | "h5")[];
|
|
774
|
+
getFrontendLibraryUniqueName(name?: string): string;
|
|
775
|
+
/**
|
|
776
|
+
* 插入前端库
|
|
777
|
+
* @internal
|
|
778
|
+
* @param name 前端库名称,如果不填会自动生成一个唯一名称
|
|
779
|
+
*/
|
|
780
|
+
_insertFrontendLibraryAt(name: string, index: number): FrontendLibrary;
|
|
781
|
+
/**
|
|
782
|
+
* 插入前端库
|
|
783
|
+
* @internal
|
|
784
|
+
* @param frontendLibraryOptions 前端库参数
|
|
785
|
+
*/
|
|
786
|
+
_insertFrontendLibraryAt(frontendLibraryOptions: Partial<FrontendLibrary>, index: number): FrontendLibrary;
|
|
787
|
+
/**
|
|
788
|
+
* 插入前端库
|
|
789
|
+
* @internal
|
|
790
|
+
* @param frontendLibrary 已有的前端库实例
|
|
791
|
+
*/
|
|
792
|
+
_insertFrontendLibraryAt(frontendLibrary: FrontendLibrary, index: number): FrontendLibrary;
|
|
793
|
+
/**
|
|
794
|
+
* 插入前端库
|
|
795
|
+
* @param name 前端库名称,如果不填会自动生成一个唯一名称
|
|
796
|
+
*/
|
|
797
|
+
insertFrontendLibraryAt(name: string, index: number): FrontendLibrary;
|
|
798
|
+
/**
|
|
799
|
+
* 插入前端库
|
|
800
|
+
* @param frontendLibraryOptions 前端库参数
|
|
801
|
+
*/
|
|
802
|
+
insertFrontendLibraryAt(frontendLibraryOptions: Partial<FrontendLibrary>, index: number): FrontendLibrary;
|
|
803
|
+
/**
|
|
804
|
+
* 插入前端库
|
|
805
|
+
* @param frontendLibrary 已有的前端库实例
|
|
806
|
+
*/
|
|
807
|
+
insertFrontendLibraryAt(frontendLibrary: FrontendLibrary, index: number): FrontendLibrary;
|
|
808
|
+
/**
|
|
809
|
+
* 添加前端库
|
|
810
|
+
* @internal
|
|
811
|
+
* @param name 前端库名称,如果不填会自动生成一个唯一名称
|
|
812
|
+
*/
|
|
813
|
+
_addFrontendLibrary(name?: string): FrontendLibrary;
|
|
814
|
+
/**
|
|
815
|
+
* 添加前端库
|
|
816
|
+
* @internal
|
|
817
|
+
* @param frontendLibraryOptions 前端库参数
|
|
818
|
+
*/
|
|
819
|
+
_addFrontendLibrary(frontendLibraryOptions: Partial<FrontendLibrary>): FrontendLibrary;
|
|
820
|
+
/**
|
|
821
|
+
* 添加前端库
|
|
822
|
+
* @internal
|
|
823
|
+
* @param frontendLibrary 已有的前端库实例
|
|
824
|
+
*/
|
|
825
|
+
_addFrontendLibrary(frontendLibrary: FrontendLibrary): FrontendLibrary;
|
|
826
|
+
/**
|
|
827
|
+
* 添加前端库
|
|
828
|
+
* @internal
|
|
829
|
+
* @param name 前端库名称,如果不填会自动生成一个唯一名称
|
|
830
|
+
*/
|
|
831
|
+
addFrontendLibrary(name?: string): FrontendLibrary;
|
|
832
|
+
/**
|
|
833
|
+
* 添加前端库
|
|
834
|
+
* @param frontendLibraryOptions 前端库参数
|
|
835
|
+
*/
|
|
836
|
+
addFrontendLibrary(frontendLibraryOptions: Partial<FrontendLibrary>): FrontendLibrary;
|
|
837
|
+
/**
|
|
838
|
+
* 添加前端库
|
|
839
|
+
* @param frontendLibrary 已有的前端库实例
|
|
840
|
+
*/
|
|
841
|
+
addFrontendLibrary(frontendLibrary: FrontendLibrary): FrontendLibrary;
|
|
842
|
+
getAuthLogicForCallInterfaceExistingNames(excludedList?: Array<AuthLogicForCallInterface>): string[];
|
|
843
|
+
getAuthLogicForCallInterfaceUniqueName(name?: string): string;
|
|
844
|
+
/**
|
|
845
|
+
* 插入调用接口的鉴权逻辑
|
|
846
|
+
* @internal
|
|
847
|
+
* @param name 调用接口的鉴权逻辑名称,如果不填会自动生成一个唯一名称
|
|
848
|
+
*/
|
|
849
|
+
_insertAuthLogicForCallInterfaceAt(name: string, index: number): AuthLogicForCallInterface;
|
|
850
|
+
/**
|
|
851
|
+
* 插入调用接口的鉴权逻辑
|
|
852
|
+
* @internal
|
|
853
|
+
* @param authLogicForCallInterfaceOptions 调用接口的鉴权逻辑参数
|
|
854
|
+
*/
|
|
855
|
+
_insertAuthLogicForCallInterfaceAt(authLogicForCallInterfaceOptions: Partial<AuthLogicForCallInterface>, index: number): AuthLogicForCallInterface;
|
|
856
|
+
/**
|
|
857
|
+
* 插入调用接口的鉴权逻辑
|
|
858
|
+
* @internal
|
|
859
|
+
* @param authLogicForCallInterface 已有的调用接口的鉴权逻辑实例
|
|
860
|
+
*/
|
|
861
|
+
_insertAuthLogicForCallInterfaceAt(authLogicForCallInterface: AuthLogicForCallInterface, index: number): AuthLogicForCallInterface;
|
|
862
|
+
/**
|
|
863
|
+
* 插入调用接口的鉴权逻辑
|
|
864
|
+
* @param name 调用接口的鉴权逻辑名称,如果不填会自动生成一个唯一名称
|
|
865
|
+
*/
|
|
866
|
+
insertAuthLogicForCallInterfaceAt(name: string, index: number): AuthLogicForCallInterface;
|
|
867
|
+
/**
|
|
868
|
+
* 插入调用接口的鉴权逻辑
|
|
869
|
+
* @param authLogicForCallInterfaceOptions 调用接口的鉴权逻辑参数
|
|
870
|
+
*/
|
|
871
|
+
insertAuthLogicForCallInterfaceAt(authLogicForCallInterfaceOptions: Partial<AuthLogicForCallInterface>, index: number): AuthLogicForCallInterface;
|
|
872
|
+
/**
|
|
873
|
+
* 插入调用接口的鉴权逻辑
|
|
874
|
+
* @param authLogicForCallInterface 已有的调用接口的鉴权逻辑实例
|
|
875
|
+
*/
|
|
876
|
+
insertAuthLogicForCallInterfaceAt(authLogicForCallInterface: AuthLogicForCallInterface, index: number): AuthLogicForCallInterface;
|
|
877
|
+
/**
|
|
878
|
+
* 添加调用接口的鉴权逻辑
|
|
879
|
+
* @internal
|
|
880
|
+
* @param name 调用接口的鉴权逻辑名称,如果不填会自动生成一个唯一名称
|
|
881
|
+
*/
|
|
882
|
+
_addAuthLogicForCallInterface(name?: string): AuthLogicForCallInterface;
|
|
883
|
+
/**
|
|
884
|
+
* 添加调用接口的鉴权逻辑
|
|
885
|
+
* @internal
|
|
886
|
+
* @param authLogicForCallInterfaceOptions 调用接口的鉴权逻辑参数
|
|
887
|
+
*/
|
|
888
|
+
_addAuthLogicForCallInterface(authLogicForCallInterfaceOptions: Partial<AuthLogicForCallInterface>): AuthLogicForCallInterface;
|
|
889
|
+
/**
|
|
890
|
+
* 添加调用接口的鉴权逻辑
|
|
891
|
+
* @internal
|
|
892
|
+
* @param authLogicForCallInterface 已有的调用接口的鉴权逻辑实例
|
|
893
|
+
*/
|
|
894
|
+
_addAuthLogicForCallInterface(authLogicForCallInterface: AuthLogicForCallInterface): AuthLogicForCallInterface;
|
|
895
|
+
/**
|
|
896
|
+
* 添加调用接口的鉴权逻辑
|
|
897
|
+
* @internal
|
|
898
|
+
* @param name 调用接口的鉴权逻辑名称,如果不填会自动生成一个唯一名称
|
|
899
|
+
*/
|
|
900
|
+
addAuthLogicForCallInterface(name?: string): AuthLogicForCallInterface;
|
|
901
|
+
/**
|
|
902
|
+
* 添加调用接口的鉴权逻辑
|
|
903
|
+
* @param authLogicForCallInterfaceOptions 调用接口的鉴权逻辑参数
|
|
904
|
+
*/
|
|
905
|
+
addAuthLogicForCallInterface(authLogicForCallInterfaceOptions: Partial<AuthLogicForCallInterface>): AuthLogicForCallInterface;
|
|
906
|
+
/**
|
|
907
|
+
* 添加调用接口的鉴权逻辑
|
|
908
|
+
* @param authLogicForCallInterface 已有的调用接口的鉴权逻辑实例
|
|
909
|
+
*/
|
|
910
|
+
addAuthLogicForCallInterface(authLogicForCallInterface: AuthLogicForCallInterface): AuthLogicForCallInterface;
|
|
911
|
+
getTriggerLauncherExistingNames(excludedList?: Array<TriggerLauncher>): string[];
|
|
912
|
+
getTriggerLauncherUniqueName(name?: string): string;
|
|
913
|
+
/**
|
|
914
|
+
* 插入触发器启动器
|
|
915
|
+
* @internal
|
|
916
|
+
* @param name 触发器启动器名称,如果不填会自动生成一个唯一名称
|
|
917
|
+
*/
|
|
918
|
+
_insertTriggerLauncherAt(name: string, index: number): TriggerLauncher;
|
|
919
|
+
/**
|
|
920
|
+
* 插入触发器启动器
|
|
921
|
+
* @internal
|
|
922
|
+
* @param triggerLauncherOptions 触发器启动器参数
|
|
923
|
+
*/
|
|
924
|
+
_insertTriggerLauncherAt(triggerLauncherOptions: Partial<TriggerLauncher>, index: number): TriggerLauncher;
|
|
925
|
+
/**
|
|
926
|
+
* 插入触发器启动器
|
|
927
|
+
* @internal
|
|
928
|
+
* @param triggerLauncher 已有的触发器启动器实例
|
|
929
|
+
*/
|
|
930
|
+
_insertTriggerLauncherAt(triggerLauncher: TriggerLauncher, index: number): TriggerLauncher;
|
|
931
|
+
/**
|
|
932
|
+
* 插入触发器启动器
|
|
933
|
+
* @param name 触发器启动器名称,如果不填会自动生成一个唯一名称
|
|
934
|
+
*/
|
|
935
|
+
insertTriggerLauncherAt(name: string, index: number): TriggerLauncher;
|
|
936
|
+
/**
|
|
937
|
+
* 插入触发器启动器
|
|
938
|
+
* @param triggerLauncherOptions 触发器启动器参数
|
|
939
|
+
*/
|
|
940
|
+
insertTriggerLauncherAt(triggerLauncherOptions: Partial<TriggerLauncher>, index: number): TriggerLauncher;
|
|
941
|
+
/**
|
|
942
|
+
* 插入触发器启动器
|
|
943
|
+
* @param triggerLauncher 已有的触发器启动器实例
|
|
944
|
+
*/
|
|
945
|
+
insertTriggerLauncherAt(triggerLauncher: TriggerLauncher, index: number): TriggerLauncher;
|
|
946
|
+
/**
|
|
947
|
+
* 添加触发器启动器
|
|
948
|
+
* @internal
|
|
949
|
+
* @param name 触发器启动器名称,如果不填会自动生成一个唯一名称
|
|
950
|
+
*/
|
|
951
|
+
_addTriggerLauncher(name?: string): TriggerLauncher;
|
|
952
|
+
/**
|
|
953
|
+
* 添加触发器启动器
|
|
954
|
+
* @internal
|
|
955
|
+
* @param triggerLauncherOptions 触发器启动器参数
|
|
956
|
+
*/
|
|
957
|
+
_addTriggerLauncher(triggerLauncherOptions: Partial<TriggerLauncher>): TriggerLauncher;
|
|
958
|
+
/**
|
|
959
|
+
* 添加触发器启动器
|
|
960
|
+
* @internal
|
|
961
|
+
* @param triggerLauncher 已有的触发器启动器实例
|
|
962
|
+
*/
|
|
963
|
+
_addTriggerLauncher(triggerLauncher: TriggerLauncher): TriggerLauncher;
|
|
964
|
+
/**
|
|
965
|
+
* 添加触发器启动器
|
|
966
|
+
* @internal
|
|
967
|
+
* @param name 触发器启动器名称,如果不填会自动生成一个唯一名称
|
|
968
|
+
*/
|
|
969
|
+
addTriggerLauncher(name?: string): TriggerLauncher;
|
|
970
|
+
/**
|
|
971
|
+
* 添加触发器启动器
|
|
972
|
+
* @param triggerLauncherOptions 触发器启动器参数
|
|
973
|
+
*/
|
|
974
|
+
addTriggerLauncher(triggerLauncherOptions: Partial<TriggerLauncher>): TriggerLauncher;
|
|
975
|
+
/**
|
|
976
|
+
* 添加触发器启动器
|
|
977
|
+
* @param triggerLauncher 已有的触发器启动器实例
|
|
978
|
+
*/
|
|
979
|
+
addTriggerLauncher(triggerLauncher: TriggerLauncher): TriggerLauncher;
|
|
980
|
+
getConnectionExistingNames(excludedList?: Array<Connection>): string[];
|
|
981
|
+
getConnectionUniqueName(name?: string): string;
|
|
982
|
+
/**
|
|
983
|
+
* 插入连接
|
|
984
|
+
* @internal
|
|
985
|
+
* @param name 连接名称,如果不填会自动生成一个唯一名称
|
|
986
|
+
*/
|
|
987
|
+
_insertConnectionAt(name: string, index: number): Connection;
|
|
988
|
+
/**
|
|
989
|
+
* 插入连接
|
|
990
|
+
* @internal
|
|
991
|
+
* @param connectionOptions 连接参数
|
|
992
|
+
*/
|
|
993
|
+
_insertConnectionAt(connectionOptions: Partial<Connection>, index: number): Connection;
|
|
994
|
+
/**
|
|
995
|
+
* 插入连接
|
|
996
|
+
* @internal
|
|
997
|
+
* @param connection 已有的连接实例
|
|
998
|
+
*/
|
|
999
|
+
_insertConnectionAt(connection: Connection, index: number): Connection;
|
|
1000
|
+
/**
|
|
1001
|
+
* 插入连接
|
|
1002
|
+
* @param name 连接名称,如果不填会自动生成一个唯一名称
|
|
1003
|
+
*/
|
|
1004
|
+
insertConnectionAt(name: string, index: number): Connection;
|
|
1005
|
+
/**
|
|
1006
|
+
* 插入连接
|
|
1007
|
+
* @param connectionOptions 连接参数
|
|
1008
|
+
*/
|
|
1009
|
+
insertConnectionAt(connectionOptions: Partial<Connection>, index: number): Connection;
|
|
1010
|
+
/**
|
|
1011
|
+
* 插入连接
|
|
1012
|
+
* @param connection 已有的连接实例
|
|
1013
|
+
*/
|
|
1014
|
+
insertConnectionAt(connection: Connection, index: number): Connection;
|
|
1015
|
+
/**
|
|
1016
|
+
* 添加连接
|
|
1017
|
+
* @internal
|
|
1018
|
+
* @param name 连接名称,如果不填会自动生成一个唯一名称
|
|
1019
|
+
*/
|
|
1020
|
+
_addConnection(name?: string): Connection;
|
|
1021
|
+
/**
|
|
1022
|
+
* 添加连接
|
|
1023
|
+
* @internal
|
|
1024
|
+
* @param connectionOptions 连接参数
|
|
1025
|
+
*/
|
|
1026
|
+
_addConnection(connectionOptions: Partial<Connection>): Connection;
|
|
1027
|
+
/**
|
|
1028
|
+
* 添加连接
|
|
1029
|
+
* @internal
|
|
1030
|
+
* @param connection 已有的连接实例
|
|
1031
|
+
*/
|
|
1032
|
+
_addConnection(connection: Connection): Connection;
|
|
1033
|
+
/**
|
|
1034
|
+
* 添加连接
|
|
1035
|
+
* @internal
|
|
1036
|
+
* @param name 连接名称,如果不填会自动生成一个唯一名称
|
|
1037
|
+
*/
|
|
1038
|
+
addConnection(name?: string): Connection;
|
|
1039
|
+
/**
|
|
1040
|
+
* 添加连接
|
|
1041
|
+
* @param connectionOptions 连接参数
|
|
1042
|
+
*/
|
|
1043
|
+
addConnection(connectionOptions: Partial<Connection>): Connection;
|
|
1044
|
+
/**
|
|
1045
|
+
* 添加连接
|
|
1046
|
+
* @param connection 已有的连接实例
|
|
1047
|
+
*/
|
|
1048
|
+
addConnection(connection: Connection): Connection;
|
|
1049
|
+
getMetadataTypeExistingNames(excludedList?: Array<MetadataType>): string[];
|
|
1050
|
+
getMetadataTypeUniqueName(name?: string): string;
|
|
1051
|
+
/**
|
|
1052
|
+
* 插入元数据类型
|
|
1053
|
+
* @internal
|
|
1054
|
+
* @param name 元数据类型名称,如果不填会自动生成一个唯一名称
|
|
1055
|
+
*/
|
|
1056
|
+
_insertMetadataTypeAt(name: string, index: number): MetadataType;
|
|
1057
|
+
/**
|
|
1058
|
+
* 插入元数据类型
|
|
1059
|
+
* @internal
|
|
1060
|
+
* @param metadataTypeOptions 元数据类型参数
|
|
1061
|
+
*/
|
|
1062
|
+
_insertMetadataTypeAt(metadataTypeOptions: Partial<MetadataType>, index: number): MetadataType;
|
|
1063
|
+
/**
|
|
1064
|
+
* 插入元数据类型
|
|
1065
|
+
* @internal
|
|
1066
|
+
* @param metadataType 已有的元数据类型实例
|
|
1067
|
+
*/
|
|
1068
|
+
_insertMetadataTypeAt(metadataType: MetadataType, index: number): MetadataType;
|
|
1069
|
+
/**
|
|
1070
|
+
* 插入元数据类型
|
|
1071
|
+
* @param name 元数据类型名称,如果不填会自动生成一个唯一名称
|
|
1072
|
+
*/
|
|
1073
|
+
insertMetadataTypeAt(name: string, index: number): MetadataType;
|
|
1074
|
+
/**
|
|
1075
|
+
* 插入元数据类型
|
|
1076
|
+
* @param metadataTypeOptions 元数据类型参数
|
|
1077
|
+
*/
|
|
1078
|
+
insertMetadataTypeAt(metadataTypeOptions: Partial<MetadataType>, index: number): MetadataType;
|
|
1079
|
+
/**
|
|
1080
|
+
* 插入元数据类型
|
|
1081
|
+
* @param metadataType 已有的元数据类型实例
|
|
1082
|
+
*/
|
|
1083
|
+
insertMetadataTypeAt(metadataType: MetadataType, index: number): MetadataType;
|
|
1084
|
+
/**
|
|
1085
|
+
* 添加元数据类型
|
|
1086
|
+
* @internal
|
|
1087
|
+
* @param name 元数据类型名称,如果不填会自动生成一个唯一名称
|
|
1088
|
+
*/
|
|
1089
|
+
_addMetadataType(name?: string): MetadataType;
|
|
1090
|
+
/**
|
|
1091
|
+
* 添加元数据类型
|
|
1092
|
+
* @internal
|
|
1093
|
+
* @param metadataTypeOptions 元数据类型参数
|
|
1094
|
+
*/
|
|
1095
|
+
_addMetadataType(metadataTypeOptions: Partial<MetadataType>): MetadataType;
|
|
1096
|
+
/**
|
|
1097
|
+
* 添加元数据类型
|
|
1098
|
+
* @internal
|
|
1099
|
+
* @param metadataType 已有的元数据类型实例
|
|
1100
|
+
*/
|
|
1101
|
+
_addMetadataType(metadataType: MetadataType): MetadataType;
|
|
1102
|
+
/**
|
|
1103
|
+
* 添加元数据类型
|
|
1104
|
+
* @internal
|
|
1105
|
+
* @param name 元数据类型名称,如果不填会自动生成一个唯一名称
|
|
1106
|
+
*/
|
|
1107
|
+
addMetadataType(name?: string): MetadataType;
|
|
1108
|
+
/**
|
|
1109
|
+
* 添加元数据类型
|
|
1110
|
+
* @param metadataTypeOptions 元数据类型参数
|
|
1111
|
+
*/
|
|
1112
|
+
addMetadataType(metadataTypeOptions: Partial<MetadataType>): MetadataType;
|
|
1113
|
+
/**
|
|
1114
|
+
* 添加元数据类型
|
|
1115
|
+
* @param metadataType 已有的元数据类型实例
|
|
1116
|
+
*/
|
|
1117
|
+
addMetadataType(metadataType: MetadataType): MetadataType;
|
|
1118
|
+
/**
|
|
1119
|
+
* 删除数据源
|
|
1120
|
+
* @param name 数据源名称
|
|
1121
|
+
*/
|
|
1122
|
+
removeDataSource(name: string): void;
|
|
1123
|
+
/**
|
|
1124
|
+
* 删除数据源
|
|
1125
|
+
* @param dataSource 已有的数据源实例
|
|
1126
|
+
*/
|
|
1127
|
+
removeDataSource(dataSource: DataSource): void;
|
|
1128
|
+
__removeDataSource(dataSource: DataSource): Params;
|
|
1129
|
+
/**
|
|
1130
|
+
* 删除数据结构
|
|
1131
|
+
* @param name 数据结构名称
|
|
1132
|
+
*/
|
|
1133
|
+
removeStructure(name: string): void;
|
|
1134
|
+
/**
|
|
1135
|
+
* 删除数据结构
|
|
1136
|
+
* @param structure 已有的数据结构实例
|
|
1137
|
+
*/
|
|
1138
|
+
removeStructure(structure: Structure): void;
|
|
1139
|
+
__removeStructure(structure: Structure): Params;
|
|
1140
|
+
/**
|
|
1141
|
+
* 删除枚举
|
|
1142
|
+
* @param name 枚举名称
|
|
1143
|
+
*/
|
|
1144
|
+
removeEnum(name: string): void;
|
|
1145
|
+
/**
|
|
1146
|
+
* 删除枚举
|
|
1147
|
+
* @param enumeration 已有的枚举实例
|
|
1148
|
+
*/
|
|
1149
|
+
removeEnum(enumeration: Enum): void;
|
|
1150
|
+
__removeEnum(enumeration: Enum): Params;
|
|
1151
|
+
/**
|
|
1152
|
+
* 删除逻辑
|
|
1153
|
+
* @param name 逻辑名称
|
|
1154
|
+
*/
|
|
1155
|
+
removeLogicInLogics(name: string): void;
|
|
1156
|
+
/**
|
|
1157
|
+
* 删除逻辑
|
|
1158
|
+
* @param logic 已有的逻辑实例
|
|
1159
|
+
*/
|
|
1160
|
+
removeLogicInLogics(logic: Logic): void;
|
|
1161
|
+
/**
|
|
1162
|
+
* 删除鉴权逻辑
|
|
1163
|
+
* @param name 鉴权逻辑名称
|
|
1164
|
+
*/
|
|
1165
|
+
removeAuthLogicInAuthLogics(name: string): void;
|
|
1166
|
+
/**
|
|
1167
|
+
* 删除鉴权逻辑
|
|
1168
|
+
* @param authLogic 已有的鉴权逻辑实例
|
|
1169
|
+
*/
|
|
1170
|
+
removeAuthLogicInAuthLogics(authLogic: AuthLogic): void;
|
|
1171
|
+
__removeLogic(logic: Logic): Params;
|
|
1172
|
+
/**
|
|
1173
|
+
* 删除接口
|
|
1174
|
+
* @param name 接口名称
|
|
1175
|
+
*/
|
|
1176
|
+
removeInterface(name: string): void;
|
|
1177
|
+
/**
|
|
1178
|
+
* 删除接口
|
|
1179
|
+
* @param itface 已有的接口实例
|
|
1180
|
+
*/
|
|
1181
|
+
removeInterface(itface: Interface): void;
|
|
1182
|
+
__removeInterface(itface: Interface): Params;
|
|
1183
|
+
/**
|
|
1184
|
+
* 删除页面
|
|
1185
|
+
* @param name 页面名称
|
|
1186
|
+
*/
|
|
1187
|
+
removeView(name: string): void;
|
|
1188
|
+
/**
|
|
1189
|
+
* 删除页面
|
|
1190
|
+
* @param view 已有的页面实例
|
|
1191
|
+
*/
|
|
1192
|
+
removeView(view: View): void;
|
|
1193
|
+
__removeView(view: View): Params;
|
|
1194
|
+
/**
|
|
1195
|
+
* 删除变量
|
|
1196
|
+
* @param name 变量名称
|
|
1197
|
+
*/
|
|
1198
|
+
removeVariable(name: string): void;
|
|
1199
|
+
/**
|
|
1200
|
+
* 删除变量
|
|
1201
|
+
* @param variable 已有的变量实例
|
|
1202
|
+
*/
|
|
1203
|
+
removeVariable(variable: Variable): void;
|
|
1204
|
+
__removeVariable(variable: Variable): Params;
|
|
1205
|
+
/**
|
|
1206
|
+
* 删除流程
|
|
1207
|
+
* @param name 流程名称
|
|
1208
|
+
*/
|
|
1209
|
+
removeProcess(name: string): void;
|
|
1210
|
+
/**
|
|
1211
|
+
* 删除流程
|
|
1212
|
+
* @param process 已有的流程实例
|
|
1213
|
+
*/
|
|
1214
|
+
removeProcess(process: Process): void;
|
|
1215
|
+
__removeProcess(process: Process): Params;
|
|
1216
|
+
/**
|
|
1217
|
+
* 删除前端库
|
|
1218
|
+
* @param name 前端库名称
|
|
1219
|
+
*/
|
|
1220
|
+
removeFrontendLibrary(name: string): void;
|
|
1221
|
+
/**
|
|
1222
|
+
* 删除前端库
|
|
1223
|
+
* @param frontendLibrary 已有的前端库实例
|
|
1224
|
+
*/
|
|
1225
|
+
removeFrontendLibrary(frontendLibrary: FrontendLibrary): void;
|
|
1226
|
+
__removeFrontendLibrary(frontendLibrary: FrontendLibrary): Params;
|
|
1227
|
+
/**
|
|
1228
|
+
* 删除配置管理
|
|
1229
|
+
* @param name 配置管理名称
|
|
1230
|
+
*/
|
|
1231
|
+
removeConfiguration(name: string): void;
|
|
1232
|
+
/**
|
|
1233
|
+
* 删除配置管理
|
|
1234
|
+
* @param configuration 已有的配置管理实例
|
|
1235
|
+
*/
|
|
1236
|
+
removeConfiguration(configuration: Configuration): void;
|
|
1237
|
+
__removeConfiguration(configuration: Configuration): Params;
|
|
1238
|
+
/**
|
|
1239
|
+
* 删除调用接口的鉴权逻辑
|
|
1240
|
+
* @param name 调用接口的鉴权逻辑名称
|
|
1241
|
+
*/
|
|
1242
|
+
removeAuthLogicForCallInterface(name: string): void;
|
|
1243
|
+
/**
|
|
1244
|
+
* 删除调用接口的鉴权逻辑
|
|
1245
|
+
* @param authLogicForCallInterface 已有的调用接口的鉴权逻辑实例
|
|
1246
|
+
*/
|
|
1247
|
+
removeAuthLogicForCallInterface(authLogicForCallInterface: AuthLogicForCallInterface): void;
|
|
1248
|
+
__removeAuthLogic(authLogic: AuthLogic): Params;
|
|
1249
|
+
/**
|
|
1250
|
+
* 删除触发器启动器
|
|
1251
|
+
* @param name 触发器启动器名称
|
|
1252
|
+
*/
|
|
1253
|
+
removeTriggerLauncher(name: string): void;
|
|
1254
|
+
/**
|
|
1255
|
+
* 删除触发器启动器
|
|
1256
|
+
* @param triggerLauncher 已有的触发器启动器实例
|
|
1257
|
+
*/
|
|
1258
|
+
removeTriggerLauncher(triggerLauncher: TriggerLauncher): void;
|
|
1259
|
+
__removeTriggerLauncher(triggerLauncher: TriggerLauncher): Params;
|
|
1260
|
+
/**
|
|
1261
|
+
* 删除连接
|
|
1262
|
+
* @param name 连接名称
|
|
1263
|
+
*/
|
|
1264
|
+
removeConnection(name: string): void;
|
|
1265
|
+
/**
|
|
1266
|
+
* 删除连接
|
|
1267
|
+
* @param connection 已有的连接实例
|
|
1268
|
+
*/
|
|
1269
|
+
removeConnection(connection: Connection): void;
|
|
1270
|
+
__removeConnection(connection: Connection): Params;
|
|
1271
|
+
/**
|
|
1272
|
+
* 删除元数据类型
|
|
1273
|
+
* @param name 元数据类型名称
|
|
1274
|
+
*/
|
|
1275
|
+
removeMetadataType(name: string): void;
|
|
1276
|
+
/**
|
|
1277
|
+
* 删除元数据类型
|
|
1278
|
+
* @param metadataType 已有的元数据类型实例
|
|
1279
|
+
*/
|
|
1280
|
+
removeMetadataType(metadataType: MetadataType): void;
|
|
1281
|
+
__removeMetadataType(metadataType: MetadataType): Params;
|
|
1282
|
+
/**
|
|
1283
|
+
* 用于区分存量应用新导入模块,存量应用替换数据结构使用
|
|
1284
|
+
*/
|
|
1285
|
+
isAdd: boolean;
|
|
1286
|
+
/**
|
|
1287
|
+
* 是否启动
|
|
1288
|
+
*/
|
|
1289
|
+
enable: boolean;
|
|
1290
|
+
/**
|
|
1291
|
+
* 依赖列表
|
|
1292
|
+
*/
|
|
1293
|
+
dependencies: Array<string>;
|
|
1294
|
+
setIsAdd(isAdd: boolean): void;
|
|
1295
|
+
/**
|
|
1296
|
+
* 生成宿主语言的文件路径
|
|
1297
|
+
* @param name 一般不用传,用于 rename
|
|
1298
|
+
*/
|
|
1299
|
+
getEmbeddedFilePath(name?: string): string;
|
|
1300
|
+
/**
|
|
1301
|
+
* 获取命名空间和
|
|
1302
|
+
* 暂时不考虑 Module 嵌套的情况
|
|
1303
|
+
*/
|
|
1304
|
+
getNamespace(): string;
|
|
1305
|
+
getTsNamespace(): string;
|
|
1306
|
+
getTsNamespaceAndName(): string;
|
|
1307
|
+
findEnumByName(name: string): Enum;
|
|
1308
|
+
/**
|
|
1309
|
+
* 获取属性节点是否存在
|
|
1310
|
+
*/
|
|
1311
|
+
findProperty(name: string, propertyType: PropertyType): any;
|
|
1312
|
+
delete(): void;
|
|
1313
|
+
softDelete(options: {
|
|
1314
|
+
index: number;
|
|
1315
|
+
}): void;
|
|
1316
|
+
getAuthLogicExistingNames(excludedList?: Array<AuthLogic>): string[];
|
|
1317
|
+
getAuthLogicUniqueName(name?: string): string;
|
|
1318
|
+
setInterfaces(interfaces: Array<Interface | AuthInterface>): void;
|
|
1319
|
+
getInterfaceStructureMap(): Map<Structure, Set<Interface>>;
|
|
1320
|
+
}
|
|
1321
|
+
export default Module;
|