@lcap/nasl 3.1.0-beta.2 → 3.1.0-beta.4
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/breakpoint/shared/constants.js +2 -0
- package/out/breakpoint/shared/constants.js.map +1 -1
- package/out/common/Command.d.ts +1 -1
- package/out/common/Command.js +1 -1
- package/out/common/Command.js.map +1 -1
- package/out/concepts/AnonymousFunction__.d.ts +8 -9
- package/out/concepts/AnonymousFunction__.js +15 -14
- package/out/concepts/AnonymousFunction__.js.map +1 -1
- package/out/concepts/Argument__.js +7 -2
- package/out/concepts/Argument__.js.map +1 -1
- package/out/concepts/AuthInterface__.d.ts +0 -2
- package/out/concepts/AuthInterface__.js +0 -58
- package/out/concepts/AuthInterface__.js.map +1 -1
- package/out/concepts/BatchAssignment__.js +3 -2
- package/out/concepts/BatchAssignment__.js.map +1 -1
- package/out/concepts/BindAttribute__.js +10 -1
- package/out/concepts/BindAttribute__.js.map +1 -1
- package/out/concepts/CallAuthInterface__.d.ts +0 -1
- package/out/concepts/CallAuthInterface__.js +5 -8
- package/out/concepts/CallAuthInterface__.js.map +1 -1
- package/out/concepts/CallFunction__.js +4 -3
- package/out/concepts/CallFunction__.js.map +1 -1
- package/out/concepts/CallInterface__.d.ts +3 -1
- package/out/concepts/CallInterface__.js +21 -1
- package/out/concepts/CallInterface__.js.map +1 -1
- package/out/concepts/CallLogic__.d.ts +2 -0
- package/out/concepts/CallLogic__.js +74 -14
- package/out/concepts/CallLogic__.js.map +1 -1
- package/out/concepts/FrontendLibrary__.d.ts +29 -29
- package/out/concepts/FrontendLibrary__.js +2 -2
- package/out/concepts/Function__.js +3 -3
- package/out/concepts/Function__.js.map +1 -1
- package/out/concepts/LogicItem__.d.ts +6 -6
- package/out/concepts/LogicItem__.js +6 -6
- package/out/concepts/LogicItem__.js.map +1 -1
- package/out/concepts/Logic__.js +19 -4
- package/out/concepts/Logic__.js.map +1 -1
- package/out/concepts/Namespace__.d.ts +29 -29
- package/out/concepts/Namespace__.js +2 -2
- package/out/concepts/NewComposite__.d.ts +1 -0
- package/out/concepts/NewComposite__.js +67 -3
- package/out/concepts/NewComposite__.js.map +1 -1
- package/out/concepts/NewList__.d.ts +1 -0
- package/out/concepts/NewList__.js +17 -1
- package/out/concepts/NewList__.js.map +1 -1
- package/out/concepts/QueryJoinExpression__.d.ts +2 -0
- package/out/concepts/QueryJoinExpression__.js +11 -0
- package/out/concepts/QueryJoinExpression__.js.map +1 -1
- package/out/concepts/TypeAnnotation__.d.ts +1 -0
- package/out/concepts/TypeAnnotation__.js +37 -4
- package/out/concepts/TypeAnnotation__.js.map +1 -1
- package/out/concepts/ViewComponent__.d.ts +33 -33
- package/out/concepts/ViewComponent__.js +7 -7
- package/out/concepts/ViewElement__.d.ts +4 -1
- package/out/concepts/ViewElement__.js +51 -3
- package/out/concepts/ViewElement__.js.map +1 -1
- package/out/concepts/View__.js +4 -4
- package/out/concepts/View__.js.map +1 -1
- package/out/concepts/basics/stdlib/nasl.http.js +28 -26
- package/out/concepts/basics/stdlib/nasl.http.js.map +1 -1
- package/out/concepts/basics/stdlib/nasl.util.js +17 -9
- package/out/concepts/basics/stdlib/nasl.util.js.map +1 -1
- package/out/concepts/basics/types/index.js +1 -1
- package/out/concepts/basics/types/index.js.map +1 -1
- package/out/concepts/types__.d.ts +1 -2
- package/out/generator/genBundleFiles.js +32 -27
- package/out/generator/genBundleFiles.js.map +1 -1
- package/out/generator/genMetaData.js +8 -0
- package/out/generator/genMetaData.js.map +1 -1
- package/out/generator/genReleaseBody.js +6 -6
- package/out/generator/genReleaseBody.js.map +1 -1
- package/out/sentry/index.js +8 -1
- package/out/sentry/index.js.map +1 -1
- package/out/server/getInterfaces.js +1 -1
- package/out/server/getInterfaces.js.map +1 -1
- package/out/server/naslServer.d.ts +10 -2
- package/out/server/naslServer.js +55 -12
- package/out/server/naslServer.js.map +1 -1
- package/out/server/translator.js +0 -12
- package/out/server/translator.js.map +1 -1
- package/out/service/storage/init.js +102 -65
- package/out/service/storage/init.js.map +1 -1
- package/out/templator/genCreateBlock.js +2 -2
- package/out/templator/genCreateBlock.js.map +1 -1
- package/out/templator/genCurdEditMultipleKeyBlock.js +1 -1
- package/out/templator/genCurdEditMultipleKeyBlock.js.map +1 -1
- package/out/templator/genCurdMultipleKeyBlock.js +2 -2
- package/out/templator/genCurdMultipleKeyBlock.js.map +1 -1
- package/out/templator/genEditTableBlock.d.ts +1 -1
- package/out/templator/genEditTableBlock.js +6 -2
- package/out/templator/genEditTableBlock.js.map +1 -1
- package/out/templator/genEnumSelectBlock.js +2 -2
- package/out/templator/genEnumSelectBlock.js.map +1 -1
- package/out/templator/genGridViewBlock.d.ts +2 -2
- package/out/templator/genGridViewBlock.js +14 -8
- package/out/templator/genGridViewBlock.js.map +1 -1
- package/out/templator/genListViewBlock.d.ts +2 -2
- package/out/templator/genListViewBlock.js +9 -5
- package/out/templator/genListViewBlock.js.map +1 -1
- package/out/templator/genSelectBlock.d.ts +2 -2
- package/out/templator/genSelectBlock.js +18 -11
- package/out/templator/genSelectBlock.js.map +1 -1
- package/out/templator/genTableBlock.d.ts +1 -1
- package/out/templator/genTableBlock.js +7 -3
- package/out/templator/genTableBlock.js.map +1 -1
- package/out/templator/genUpdateBlock.js +2 -2
- package/out/templator/genUpdateBlock.js.map +1 -1
- package/package.json +13 -13
- package/sandbox/stdlib/nasl.util.ts +2 -2
- package/src/automate/engine/utils.js +3 -0
- package/src/breakpoint/shared/constants.ts +2 -0
- package/src/common/BaseNode.ts +10 -5
- package/src/common/Command.ts +1 -1
- package/src/concepts/AnonymousFunction__.ts +2 -1
- package/src/concepts/Argument__.ts +5 -5
- package/src/concepts/Assignment__.ts +2 -1
- package/src/concepts/AuthInterface__.ts +3 -53
- package/src/concepts/BindEvent__.ts +5 -6
- package/src/concepts/CallAuthInterface__.ts +5 -8
- package/src/concepts/CallFunction__.ts +2 -1
- package/src/concepts/CallInterface__.ts +84 -63
- package/src/concepts/CallLogic__.ts +89 -67
- package/src/concepts/CompletionProperty__.ts +6 -1
- package/src/concepts/ConfigPropertyValue__.ts +2 -2
- package/src/concepts/Function__.ts +2 -2
- package/src/concepts/QueryJoinExpression__.ts +13 -0
- package/src/concepts/TypeAnnotation__.ts +31 -0
- package/src/concepts/ViewElement__.ts +80 -33
- package/src/concepts/basics/stdlib/nasl.http.ts +26 -24
- package/src/concepts/types__.ts +1 -3
- package/src/generator/genBundleFiles.ts +32 -27
- package/src/generator/genReleaseBody.ts +10 -7
- package/src/generator/permission.ts +6 -6
- package/src/server/getInterfaces.ts +1 -1
- package/src/server/naslServer.ts +58 -8
- package/src/server/translator.ts +0 -12
- package/src/service/storage/init.ts +106 -67
- package/src/templator/genCreateBlock.ts +2 -2
- package/src/templator/genEnumSelectBlock.ts +2 -2
- package/src/templator/genSelectBlock.ts +4 -3
- package/src/templator/genUpdateBlock.ts +2 -2
- package/test/concepts/call-interface/__snapshots__/toEmbeddedTS.spec.ts.snap +71 -0
- package/test/concepts/call-interface/__snapshots__/toJS.spec.ts.snap +140 -0
- package/test/concepts/call-interface/constant.ts +5 -0
- package/test/concepts/call-interface/fixtures/only-interface.json +158 -0
- package/test/concepts/call-interface/fixtures/with-body-complex-argument.json +455 -0
- package/test/concepts/call-interface/fixtures/with-body-no-argument.json +187 -0
- package/test/concepts/call-interface/fixtures/with-body-simple-argument.json +225 -0
- package/test/concepts/call-interface/fixtures/with-headers-no-argument.json +213 -0
- package/test/concepts/call-interface/fixtures/with-headers.json +192 -0
- package/test/concepts/call-interface/fixtures/with-query-no-argument.json +213 -0
- package/test/concepts/call-interface/fixtures/with-query.json +192 -0
- package/test/concepts/call-interface/toEmbeddedTS.spec.ts +14 -0
- package/test/concepts/call-interface/toJS.spec.ts +14 -0
- package/test/concepts/call-logic/__snapshots__/toEmbeddedTS.spec.ts.snap +74 -0
- package/test/concepts/call-logic/__snapshots__/toJS.spec.ts.snap +141 -0
- package/test/concepts/call-logic/constant.ts +5 -0
- package/test/concepts/call-logic/fixtures/entries-get-with-arguments.json +223 -0
- package/test/concepts/call-logic/fixtures/entries-update-with-arguments.json +359 -0
- package/test/concepts/call-logic/fixtures/global-logic-argument-no-expression.json +209 -0
- package/test/concepts/call-logic/fixtures/global-logic-argument-some-expression.json +311 -0
- package/test/concepts/call-logic/fixtures/only-call-logic.json +10 -0
- package/test/concepts/call-logic/fixtures/view-buildin-logic-with-argument.json +128 -0
- package/test/concepts/call-logic/fixtures/view-component-logic-no-argument.json +126 -0
- package/test/concepts/call-logic/fixtures/view-component-with-validation.json +244 -0
- package/test/concepts/call-logic/toEmbeddedTS.spec.ts +14 -0
- package/test/concepts/call-logic/toJS.spec.ts +14 -0
- package/test/concepts/utils.ts +76 -3
- package/test/concepts/validation-rule/__snapshots__/toEmbeddedTS.spec.ts.snap +3 -3
- package/test/concepts/validation-rule/__snapshots__/toJS.spec.ts.snap +16 -0
- package/test/concepts/validation-rule/constant.ts +5 -0
- package/test/concepts/validation-rule/toEmbeddedTS.spec.ts +10 -17
- package/test/concepts/validation-rule/toJS.spec.ts +14 -0
- package/test/concepts/view-element/__snapshots__/toEmbeddedTS.spec.ts.snap +89 -0
- package/test/concepts/view-element/__snapshots__/toVue.spec.ts.snap +44 -0
- package/test/concepts/view-element/constant.ts +5 -0
- package/test/concepts/view-element/fixtures/default-not-found.json +322 -0
- package/test/concepts/view-element/toEmbeddedTS.spec.ts +14 -0
- package/test/concepts/view-element/toVue.spec.ts +14 -0
- package/test/setup.ts +6 -0
- package/ts-worker/lib/tsserver.js +5 -6
- package/ts-worker/package-lock.json +2 -1
- package/bin/naslc +0 -3
- package/out/src/automate/engine/index.d.ts +0 -4
- package/out/src/automate/engine/index.js +0 -443
- package/out/src/automate/engine/index.js.map +0 -1
- package/out/src/automate/engine/operators.d.ts +0 -24
- package/out/src/automate/engine/operators.js +0 -252
- package/out/src/automate/engine/operators.js.map +0 -1
- package/out/src/automate/engine/uniqueName.d.ts +0 -12
- package/out/src/automate/engine/uniqueName.js +0 -112
- package/out/src/automate/engine/uniqueName.js.map +0 -1
- package/out/src/automate/engine/utils.d.ts +0 -25
- package/out/src/automate/engine/utils.js +0 -440
- package/out/src/automate/engine/utils.js.map +0 -1
- package/out/src/automate/engine/viewCache.d.ts +0 -19
- package/out/src/automate/engine/viewCache.js +0 -45
- package/out/src/automate/engine/viewCache.js.map +0 -1
- package/out/src/automate/template/myProcess.d.ts +0 -10
- package/out/src/automate/template/myProcess.js +0 -11498
- package/out/src/automate/template/myProcess.js.map +0 -1
- package/out/src/automate/upgrader/2.12.d.ts +0 -7
- package/out/src/automate/upgrader/2.12.js +0 -63
- package/out/src/automate/upgrader/2.12.js.map +0 -1
- package/out/src/automate/upgrader/2.14-components.d.ts +0 -1115
- package/out/src/automate/upgrader/2.14-components.js +0 -1087
- package/out/src/automate/upgrader/2.14-components.js.map +0 -1
- package/out/src/automate/upgrader/2.14.d.ts +0 -10
- package/out/src/automate/upgrader/2.14.js +0 -236
- package/out/src/automate/upgrader/2.14.js.map +0 -1
- package/out/src/automate/upgrader/2.14.old.d.ts +0 -1
- package/out/src/automate/upgrader/2.14.old.js +0 -125
- package/out/src/automate/upgrader/2.14.old.js.map +0 -1
- package/out/src/automate/upgrader/2.16.d.ts +0 -10
- package/out/src/automate/upgrader/2.16.js +0 -75
- package/out/src/automate/upgrader/2.16.js.map +0 -1
- package/out/src/automate/upgrader/2.17.d.ts +0 -21
- package/out/src/automate/upgrader/2.17.js +0 -557
- package/out/src/automate/upgrader/2.17.js.map +0 -1
- package/out/src/automate/upgrader/2.18.d.ts +0 -10
- package/out/src/automate/upgrader/2.18.js +0 -107
- package/out/src/automate/upgrader/2.18.js.map +0 -1
- package/out/src/automate/upgrader/2.20.d.ts +0 -17
- package/out/src/automate/upgrader/2.20.js +0 -68
- package/out/src/automate/upgrader/2.20.js.map +0 -1
- package/out/src/bak/translator.d.ts +0 -1
- package/out/src/bak/translator.js +0 -119
- package/out/src/bak/translator.js.map +0 -1
- package/out/src/breakpoint/generator/AfterStartNode.d.ts +0 -7
- package/out/src/breakpoint/generator/AfterStartNode.js +0 -27
- package/out/src/breakpoint/generator/AfterStartNode.js.map +0 -1
- package/out/src/breakpoint/generator/BeforeEndNode.d.ts +0 -7
- package/out/src/breakpoint/generator/BeforeEndNode.js +0 -27
- package/out/src/breakpoint/generator/BeforeEndNode.js.map +0 -1
- package/out/src/breakpoint/generator/BreakpointNode.d.ts +0 -14
- package/out/src/breakpoint/generator/BreakpointNode.js +0 -200
- package/out/src/breakpoint/generator/BreakpointNode.js.map +0 -1
- package/out/src/breakpoint/generator/index.d.ts +0 -4
- package/out/src/breakpoint/generator/index.js +0 -98
- package/out/src/breakpoint/generator/index.js.map +0 -1
- package/out/src/breakpoint/index.d.ts +0 -3
- package/out/src/breakpoint/index.js +0 -20
- package/out/src/breakpoint/index.js.map +0 -1
- package/out/src/breakpoint/shared/constants.d.ts +0 -31
- package/out/src/breakpoint/shared/constants.js +0 -91
- package/out/src/breakpoint/shared/constants.js.map +0 -1
- package/out/src/breakpoint/shared/index.d.ts +0 -3
- package/out/src/breakpoint/shared/index.js +0 -33
- package/out/src/breakpoint/shared/index.js.map +0 -1
- package/out/src/breakpoint/shared/operations.d.ts +0 -10
- package/out/src/breakpoint/shared/operations.js +0 -25
- package/out/src/breakpoint/shared/operations.js.map +0 -1
- package/out/src/breakpoint/shared/socket.d.ts +0 -47
- package/out/src/breakpoint/shared/socket.js +0 -210
- package/out/src/breakpoint/shared/socket.js.map +0 -1
- package/out/src/breakpoint/shared/utils.d.ts +0 -23
- package/out/src/breakpoint/shared/utils.js +0 -165
- package/out/src/breakpoint/shared/utils.js.map +0 -1
- package/out/src/breakpoint/store/core.d.ts +0 -32
- package/out/src/breakpoint/store/core.js +0 -388
- package/out/src/breakpoint/store/core.js.map +0 -1
- package/out/src/breakpoint/store/dock.d.ts +0 -1
- package/out/src/breakpoint/store/dock.js +0 -127
- package/out/src/breakpoint/store/dock.js.map +0 -1
- package/out/src/breakpoint/store/index.d.ts +0 -2
- package/out/src/breakpoint/store/index.js +0 -19
- package/out/src/breakpoint/store/index.js.map +0 -1
- package/out/src/common/BaseNode.d.ts +0 -317
- package/out/src/common/BaseNode.js +0 -1156
- package/out/src/common/BaseNode.js.map +0 -1
- package/out/src/common/Command.d.ts +0 -9
- package/out/src/common/Command.js +0 -36
- package/out/src/common/Command.js.map +0 -1
- package/out/src/common/ComponentAPI.d.ts +0 -110
- package/out/src/common/ComponentAPI.js +0 -3
- package/out/src/common/ComponentAPI.js.map +0 -1
- package/out/src/common/EventEmitter.d.ts +0 -59
- package/out/src/common/EventEmitter.js +0 -71
- package/out/src/common/EventEmitter.js.map +0 -1
- package/out/src/common/Messager.d.ts +0 -91
- package/out/src/common/Messager.js +0 -208
- package/out/src/common/Messager.js.map +0 -1
- package/out/src/common/asyncFuncMap.d.ts +0 -2
- package/out/src/common/asyncFuncMap.js +0 -16
- package/out/src/common/asyncFuncMap.js.map +0 -1
- package/out/src/common/classMap.d.ts +0 -4
- package/out/src/common/classMap.js +0 -5
- package/out/src/common/classMap.js.map +0 -1
- package/out/src/common/index.d.ts +0 -4
- package/out/src/common/index.js +0 -21
- package/out/src/common/index.js.map +0 -1
- package/out/src/concepts/Abort__.d.ts +0 -25
- package/out/src/concepts/Abort__.js +0 -80
- package/out/src/concepts/Abort__.js.map +0 -1
- package/out/src/concepts/Anchor__.d.ts +0 -44
- package/out/src/concepts/Anchor__.js +0 -182
- package/out/src/concepts/Anchor__.js.map +0 -1
- package/out/src/concepts/AnonymousFunction__.d.ts +0 -172
- package/out/src/concepts/AnonymousFunction__.js +0 -490
- package/out/src/concepts/AnonymousFunction__.js.map +0 -1
- package/out/src/concepts/App__.d.ts +0 -1510
- package/out/src/concepts/App__.js +0 -2268
- package/out/src/concepts/App__.js.map +0 -1
- package/out/src/concepts/Argument__.d.ts +0 -65
- package/out/src/concepts/Argument__.js +0 -265
- package/out/src/concepts/Argument__.js.map +0 -1
- package/out/src/concepts/Assignee__.d.ts +0 -288
- package/out/src/concepts/Assignee__.js +0 -427
- package/out/src/concepts/Assignee__.js.map +0 -1
- package/out/src/concepts/AssignmentLine__.d.ts +0 -41
- package/out/src/concepts/AssignmentLine__.js +0 -112
- package/out/src/concepts/AssignmentLine__.js.map +0 -1
- package/out/src/concepts/Assignment__.d.ts +0 -73
- package/out/src/concepts/Assignment__.js +0 -286
- package/out/src/concepts/Assignment__.js.map +0 -1
- package/out/src/concepts/Attribute__.d.ts +0 -97
- package/out/src/concepts/Attribute__.js +0 -197
- package/out/src/concepts/Attribute__.js.map +0 -1
- package/out/src/concepts/AuthInterface__.d.ts +0 -37
- package/out/src/concepts/AuthInterface__.js +0 -141
- package/out/src/concepts/AuthInterface__.js.map +0 -1
- package/out/src/concepts/AuthLogicForCallInterface__.d.ts +0 -138
- package/out/src/concepts/AuthLogicForCallInterface__.js +0 -493
- package/out/src/concepts/AuthLogicForCallInterface__.js.map +0 -1
- package/out/src/concepts/AuthLogic__.d.ts +0 -66
- package/out/src/concepts/AuthLogic__.js +0 -206
- package/out/src/concepts/AuthLogic__.js.map +0 -1
- package/out/src/concepts/BackendVariable__.d.ts +0 -137
- package/out/src/concepts/BackendVariable__.js +0 -422
- package/out/src/concepts/BackendVariable__.js.map +0 -1
- package/out/src/concepts/Backend__.d.ts +0 -134
- package/out/src/concepts/Backend__.js +0 -274
- package/out/src/concepts/Backend__.js.map +0 -1
- package/out/src/concepts/BatchAssignment__.d.ts +0 -251
- package/out/src/concepts/BatchAssignment__.js +0 -806
- package/out/src/concepts/BatchAssignment__.js.map +0 -1
- package/out/src/concepts/BinaryExpression__.d.ts +0 -70
- package/out/src/concepts/BinaryExpression__.js +0 -345
- package/out/src/concepts/BinaryExpression__.js.map +0 -1
- package/out/src/concepts/BindAttribute__.d.ts +0 -318
- package/out/src/concepts/BindAttribute__.js +0 -875
- package/out/src/concepts/BindAttribute__.js.map +0 -1
- package/out/src/concepts/BindDirective__.d.ts +0 -161
- package/out/src/concepts/BindDirective__.js +0 -532
- package/out/src/concepts/BindDirective__.js.map +0 -1
- package/out/src/concepts/BindEvent__.d.ts +0 -251
- package/out/src/concepts/BindEvent__.js +0 -788
- package/out/src/concepts/BindEvent__.js.map +0 -1
- package/out/src/concepts/BindStyle__.d.ts +0 -139
- package/out/src/concepts/BindStyle__.js +0 -432
- package/out/src/concepts/BindStyle__.js.map +0 -1
- package/out/src/concepts/BooleanLiteral__.d.ts +0 -34
- package/out/src/concepts/BooleanLiteral__.js +0 -100
- package/out/src/concepts/BooleanLiteral__.js.map +0 -1
- package/out/src/concepts/CallAuthInterface__.d.ts +0 -126
- package/out/src/concepts/CallAuthInterface__.js +0 -409
- package/out/src/concepts/CallAuthInterface__.js.map +0 -1
- package/out/src/concepts/CallConnector__.d.ts +0 -42
- package/out/src/concepts/CallConnector__.js +0 -198
- package/out/src/concepts/CallConnector__.js.map +0 -1
- package/out/src/concepts/CallFunction__.d.ts +0 -157
- package/out/src/concepts/CallFunction__.js +0 -503
- package/out/src/concepts/CallFunction__.js.map +0 -1
- package/out/src/concepts/CallInterface__.d.ts +0 -125
- package/out/src/concepts/CallInterface__.js +0 -677
- package/out/src/concepts/CallInterface__.js.map +0 -1
- package/out/src/concepts/CallLogic__.d.ts +0 -224
- package/out/src/concepts/CallLogic__.js +0 -1140
- package/out/src/concepts/CallLogic__.js.map +0 -1
- package/out/src/concepts/CallQueryComponent__.d.ts +0 -432
- package/out/src/concepts/CallQueryComponent__.js +0 -1264
- package/out/src/concepts/CallQueryComponent__.js.map +0 -1
- package/out/src/concepts/Comment__.d.ts +0 -31
- package/out/src/concepts/Comment__.js +0 -96
- package/out/src/concepts/Comment__.js.map +0 -1
- package/out/src/concepts/CompletionProperty__.d.ts +0 -104
- package/out/src/concepts/CompletionProperty__.js +0 -256
- package/out/src/concepts/CompletionProperty__.js.map +0 -1
- package/out/src/concepts/ConfigGroup__.d.ts +0 -124
- package/out/src/concepts/ConfigGroup__.js +0 -253
- package/out/src/concepts/ConfigGroup__.js.map +0 -1
- package/out/src/concepts/ConfigPropertyValue__.d.ts +0 -44
- package/out/src/concepts/ConfigPropertyValue__.js +0 -106
- package/out/src/concepts/ConfigPropertyValue__.js.map +0 -1
- package/out/src/concepts/ConfigProperty__.d.ts +0 -153
- package/out/src/concepts/ConfigProperty__.js +0 -322
- package/out/src/concepts/ConfigProperty__.js.map +0 -1
- package/out/src/concepts/Configuration__.d.ts +0 -123
- package/out/src/concepts/Configuration__.js +0 -229
- package/out/src/concepts/Configuration__.js.map +0 -1
- package/out/src/concepts/ConnectorTrigger__.d.ts +0 -78
- package/out/src/concepts/ConnectorTrigger__.js +0 -155
- package/out/src/concepts/ConnectorTrigger__.js.map +0 -1
- package/out/src/concepts/Connector__.d.ts +0 -464
- package/out/src/concepts/Connector__.js +0 -698
- package/out/src/concepts/Connector__.js.map +0 -1
- package/out/src/concepts/Constant__.d.ts +0 -110
- package/out/src/concepts/Constant__.js +0 -252
- package/out/src/concepts/Constant__.js.map +0 -1
- package/out/src/concepts/DataElement__.d.ts +0 -46
- package/out/src/concepts/DataElement__.js +0 -117
- package/out/src/concepts/DataElement__.js.map +0 -1
- package/out/src/concepts/DataSource__.d.ts +0 -164
- package/out/src/concepts/DataSource__.js +0 -441
- package/out/src/concepts/DataSource__.js.map +0 -1
- package/out/src/concepts/DatabaseTypeAnnotation__.d.ts +0 -31
- package/out/src/concepts/DatabaseTypeAnnotation__.js +0 -78
- package/out/src/concepts/DatabaseTypeAnnotation__.js.map +0 -1
- package/out/src/concepts/Destination__.d.ts +0 -156
- package/out/src/concepts/Destination__.js +0 -738
- package/out/src/concepts/Destination__.js.map +0 -1
- package/out/src/concepts/End__.d.ts +0 -24
- package/out/src/concepts/End__.js +0 -114
- package/out/src/concepts/End__.js.map +0 -1
- package/out/src/concepts/EntityIndex__.d.ts +0 -95
- package/out/src/concepts/EntityIndex__.js +0 -218
- package/out/src/concepts/EntityIndex__.js.map +0 -1
- package/out/src/concepts/EntityProperty__.d.ts +0 -273
- package/out/src/concepts/EntityProperty__.js +0 -804
- package/out/src/concepts/EntityProperty__.js.map +0 -1
- package/out/src/concepts/Entity__.d.ts +0 -338
- package/out/src/concepts/Entity__.js +0 -709
- package/out/src/concepts/Entity__.js.map +0 -1
- package/out/src/concepts/EnumItem__.d.ts +0 -63
- package/out/src/concepts/EnumItem__.js +0 -145
- package/out/src/concepts/EnumItem__.js.map +0 -1
- package/out/src/concepts/Enum__.d.ts +0 -137
- package/out/src/concepts/Enum__.js +0 -320
- package/out/src/concepts/Enum__.js.map +0 -1
- package/out/src/concepts/Event__.d.ts +0 -143
- package/out/src/concepts/Event__.js +0 -245
- package/out/src/concepts/Event__.js.map +0 -1
- package/out/src/concepts/ExternalDestination__.d.ts +0 -75
- package/out/src/concepts/ExternalDestination__.js +0 -285
- package/out/src/concepts/ExternalDestination__.js.map +0 -1
- package/out/src/concepts/ForEachStatement__.d.ts +0 -188
- package/out/src/concepts/ForEachStatement__.js +0 -447
- package/out/src/concepts/ForEachStatement__.js.map +0 -1
- package/out/src/concepts/FrontendLibrary__.d.ts +0 -213
- package/out/src/concepts/FrontendLibrary__.js +0 -352
- package/out/src/concepts/FrontendLibrary__.js.map +0 -1
- package/out/src/concepts/FrontendVariable__.d.ts +0 -21
- package/out/src/concepts/FrontendVariable__.js +0 -64
- package/out/src/concepts/FrontendVariable__.js.map +0 -1
- package/out/src/concepts/Frontend__.d.ts +0 -477
- package/out/src/concepts/Frontend__.js +0 -841
- package/out/src/concepts/Frontend__.js.map +0 -1
- package/out/src/concepts/Function__.d.ts +0 -416
- package/out/src/concepts/Function__.js +0 -724
- package/out/src/concepts/Function__.js.map +0 -1
- package/out/src/concepts/Identifier__.d.ts +0 -51
- package/out/src/concepts/Identifier__.js +0 -295
- package/out/src/concepts/Identifier__.js.map +0 -1
- package/out/src/concepts/IfStatement__.d.ts +0 -157
- package/out/src/concepts/IfStatement__.js +0 -305
- package/out/src/concepts/IfStatement__.js.map +0 -1
- package/out/src/concepts/Integration__.d.ts +0 -53
- package/out/src/concepts/Integration__.js +0 -143
- package/out/src/concepts/Integration__.js.map +0 -1
- package/out/src/concepts/InterfaceParam__.d.ts +0 -110
- package/out/src/concepts/InterfaceParam__.js +0 -261
- package/out/src/concepts/InterfaceParam__.js.map +0 -1
- package/out/src/concepts/Interface__.d.ts +0 -303
- package/out/src/concepts/Interface__.js +0 -811
- package/out/src/concepts/Interface__.js.map +0 -1
- package/out/src/concepts/JSBlock__.d.ts +0 -33
- package/out/src/concepts/JSBlock__.js +0 -106
- package/out/src/concepts/JSBlock__.js.map +0 -1
- package/out/src/concepts/JavaLogic__.d.ts +0 -42
- package/out/src/concepts/JavaLogic__.js +0 -122
- package/out/src/concepts/JavaLogic__.js.map +0 -1
- package/out/src/concepts/LogicItem__.d.ts +0 -145
- package/out/src/concepts/LogicItem__.js +0 -274
- package/out/src/concepts/LogicItem__.js.map +0 -1
- package/out/src/concepts/Logic__.d.ts +0 -643
- package/out/src/concepts/Logic__.js +0 -1623
- package/out/src/concepts/Logic__.js.map +0 -1
- package/out/src/concepts/MatchCase__.d.ts +0 -257
- package/out/src/concepts/MatchCase__.js +0 -592
- package/out/src/concepts/MatchCase__.js.map +0 -1
- package/out/src/concepts/Match__.d.ts +0 -122
- package/out/src/concepts/Match__.js +0 -616
- package/out/src/concepts/Match__.js.map +0 -1
- package/out/src/concepts/MemberExpression__.d.ts +0 -72
- package/out/src/concepts/MemberExpression__.js +0 -318
- package/out/src/concepts/MemberExpression__.js.map +0 -1
- package/out/src/concepts/MicroApp__.d.ts +0 -51
- package/out/src/concepts/MicroApp__.js +0 -113
- package/out/src/concepts/MicroApp__.js.map +0 -1
- package/out/src/concepts/Module__.d.ts +0 -975
- package/out/src/concepts/Module__.js +0 -1371
- package/out/src/concepts/Module__.js.map +0 -1
- package/out/src/concepts/MsgTriggerEvent__.d.ts +0 -137
- package/out/src/concepts/MsgTriggerEvent__.js +0 -228
- package/out/src/concepts/MsgTriggerEvent__.js.map +0 -1
- package/out/src/concepts/MsgTriggerLauncher__.d.ts +0 -118
- package/out/src/concepts/MsgTriggerLauncher__.js +0 -204
- package/out/src/concepts/MsgTriggerLauncher__.js.map +0 -1
- package/out/src/concepts/Namespace__.d.ts +0 -1068
- package/out/src/concepts/Namespace__.js +0 -1377
- package/out/src/concepts/Namespace__.js.map +0 -1
- package/out/src/concepts/NewComposite__.d.ts +0 -345
- package/out/src/concepts/NewComposite__.js +0 -1086
- package/out/src/concepts/NewComposite__.js.map +0 -1
- package/out/src/concepts/NewList__.d.ts +0 -132
- package/out/src/concepts/NewList__.js +0 -378
- package/out/src/concepts/NewList__.js.map +0 -1
- package/out/src/concepts/NewMap__.d.ts +0 -223
- package/out/src/concepts/NewMap__.js +0 -522
- package/out/src/concepts/NewMap__.js.map +0 -1
- package/out/src/concepts/New__.d.ts +0 -20
- package/out/src/concepts/New__.js +0 -69
- package/out/src/concepts/New__.js.map +0 -1
- package/out/src/concepts/NullLiteral__.d.ts +0 -26
- package/out/src/concepts/NullLiteral__.js +0 -82
- package/out/src/concepts/NullLiteral__.js.map +0 -1
- package/out/src/concepts/NumericLiteral__.d.ts +0 -55
- package/out/src/concepts/NumericLiteral__.js +0 -173
- package/out/src/concepts/NumericLiteral__.js.map +0 -1
- package/out/src/concepts/OqlQueryComponent__.d.ts +0 -72
- package/out/src/concepts/OqlQueryComponent__.js +0 -323
- package/out/src/concepts/OqlQueryComponent__.js.map +0 -1
- package/out/src/concepts/OverriddenLogic__.d.ts +0 -643
- package/out/src/concepts/OverriddenLogic__.js +0 -1602
- package/out/src/concepts/OverriddenLogic__.js.map +0 -1
- package/out/src/concepts/Param__.d.ts +0 -171
- package/out/src/concepts/Param__.js +0 -446
- package/out/src/concepts/Param__.js.map +0 -1
- package/out/src/concepts/Point__.d.ts +0 -31
- package/out/src/concepts/Point__.js +0 -78
- package/out/src/concepts/Point__.js.map +0 -1
- package/out/src/concepts/ProcessComponent__.d.ts +0 -219
- package/out/src/concepts/ProcessComponent__.js +0 -336
- package/out/src/concepts/ProcessComponent__.js.map +0 -1
- package/out/src/concepts/ProcessElement__.d.ts +0 -646
- package/out/src/concepts/ProcessElement__.js +0 -1212
- package/out/src/concepts/ProcessElement__.js.map +0 -1
- package/out/src/concepts/ProcessOutcome__.d.ts +0 -31
- package/out/src/concepts/ProcessOutcome__.js +0 -90
- package/out/src/concepts/ProcessOutcome__.js.map +0 -1
- package/out/src/concepts/ProcessOutcomes__.d.ts +0 -31
- package/out/src/concepts/ProcessOutcomes__.js +0 -90
- package/out/src/concepts/ProcessOutcomes__.js.map +0 -1
- package/out/src/concepts/Process__.d.ts +0 -616
- package/out/src/concepts/Process__.js +0 -1023
- package/out/src/concepts/Process__.js.map +0 -1
- package/out/src/concepts/QueryAggregateExpression__.d.ts +0 -51
- package/out/src/concepts/QueryAggregateExpression__.js +0 -147
- package/out/src/concepts/QueryAggregateExpression__.js.map +0 -1
- package/out/src/concepts/QueryFieldExpression__.d.ts +0 -53
- package/out/src/concepts/QueryFieldExpression__.js +0 -158
- package/out/src/concepts/QueryFieldExpression__.js.map +0 -1
- package/out/src/concepts/QueryFromExpression__.d.ts +0 -96
- package/out/src/concepts/QueryFromExpression__.js +0 -195
- package/out/src/concepts/QueryFromExpression__.js.map +0 -1
- package/out/src/concepts/QueryGroupByExpression__.d.ts +0 -46
- package/out/src/concepts/QueryGroupByExpression__.js +0 -142
- package/out/src/concepts/QueryGroupByExpression__.js.map +0 -1
- package/out/src/concepts/QueryJoinExpression__.d.ts +0 -183
- package/out/src/concepts/QueryJoinExpression__.js +0 -315
- package/out/src/concepts/QueryJoinExpression__.js.map +0 -1
- package/out/src/concepts/QueryLimitExpression__.d.ts +0 -57
- package/out/src/concepts/QueryLimitExpression__.js +0 -159
- package/out/src/concepts/QueryLimitExpression__.js.map +0 -1
- package/out/src/concepts/QueryOrderByExpression__.d.ts +0 -68
- package/out/src/concepts/QueryOrderByExpression__.js +0 -172
- package/out/src/concepts/QueryOrderByExpression__.js.map +0 -1
- package/out/src/concepts/QuerySelectExpression__.d.ts +0 -203
- package/out/src/concepts/QuerySelectExpression__.js +0 -296
- package/out/src/concepts/QuerySelectExpression__.js.map +0 -1
- package/out/src/concepts/Rect__.d.ts +0 -39
- package/out/src/concepts/Rect__.js +0 -92
- package/out/src/concepts/Rect__.js.map +0 -1
- package/out/src/concepts/Return__.d.ts +0 -133
- package/out/src/concepts/Return__.js +0 -348
- package/out/src/concepts/Return__.js.map +0 -1
- package/out/src/concepts/Role__.d.ts +0 -62
- package/out/src/concepts/Role__.js +0 -168
- package/out/src/concepts/Role__.js.map +0 -1
- package/out/src/concepts/SelectMembers__.d.ts +0 -142
- package/out/src/concepts/SelectMembers__.js +0 -293
- package/out/src/concepts/SelectMembers__.js.map +0 -1
- package/out/src/concepts/Slot__.d.ts +0 -74
- package/out/src/concepts/Slot__.js +0 -160
- package/out/src/concepts/Slot__.js.map +0 -1
- package/out/src/concepts/SqlQueryComponent__.d.ts +0 -70
- package/out/src/concepts/SqlQueryComponent__.js +0 -268
- package/out/src/concepts/SqlQueryComponent__.js.map +0 -1
- package/out/src/concepts/Start__.d.ts +0 -24
- package/out/src/concepts/Start__.js +0 -74
- package/out/src/concepts/Start__.js.map +0 -1
- package/out/src/concepts/StringInterpolation__.d.ts +0 -114
- package/out/src/concepts/StringInterpolation__.js +0 -242
- package/out/src/concepts/StringInterpolation__.js.map +0 -1
- package/out/src/concepts/StringLiteral__.d.ts +0 -37
- package/out/src/concepts/StringLiteral__.js +0 -135
- package/out/src/concepts/StringLiteral__.js.map +0 -1
- package/out/src/concepts/StructureProperty__.d.ts +0 -130
- package/out/src/concepts/StructureProperty__.js +0 -297
- package/out/src/concepts/StructureProperty__.js.map +0 -1
- package/out/src/concepts/Structure__.d.ts +0 -251
- package/out/src/concepts/Structure__.js +0 -444
- package/out/src/concepts/Structure__.js.map +0 -1
- package/out/src/concepts/SwitchCase__.d.ts +0 -93
- package/out/src/concepts/SwitchCase__.js +0 -232
- package/out/src/concepts/SwitchCase__.js.map +0 -1
- package/out/src/concepts/SwitchStatement__.d.ts +0 -83
- package/out/src/concepts/SwitchStatement__.js +0 -178
- package/out/src/concepts/SwitchStatement__.js.map +0 -1
- package/out/src/concepts/Theme__.d.ts +0 -37
- package/out/src/concepts/Theme__.js +0 -89
- package/out/src/concepts/Theme__.js.map +0 -1
- package/out/src/concepts/Transactional__.d.ts +0 -87
- package/out/src/concepts/Transactional__.js +0 -166
- package/out/src/concepts/Transactional__.js.map +0 -1
- package/out/src/concepts/TriggerEvent__.d.ts +0 -120
- package/out/src/concepts/TriggerEvent__.js +0 -222
- package/out/src/concepts/TriggerEvent__.js.map +0 -1
- package/out/src/concepts/TriggerLauncher__.d.ts +0 -88
- package/out/src/concepts/TriggerLauncher__.js +0 -235
- package/out/src/concepts/TriggerLauncher__.js.map +0 -1
- package/out/src/concepts/TypeAnnotation__.d.ts +0 -293
- package/out/src/concepts/TypeAnnotation__.js +0 -878
- package/out/src/concepts/TypeAnnotation__.js.map +0 -1
- package/out/src/concepts/TypeParam__.d.ts +0 -24
- package/out/src/concepts/TypeParam__.js +0 -73
- package/out/src/concepts/TypeParam__.js.map +0 -1
- package/out/src/concepts/UnaryExpression__.d.ts +0 -48
- package/out/src/concepts/UnaryExpression__.js +0 -175
- package/out/src/concepts/UnaryExpression__.js.map +0 -1
- package/out/src/concepts/Unparsed__.d.ts +0 -31
- package/out/src/concepts/Unparsed__.js +0 -94
- package/out/src/concepts/Unparsed__.js.map +0 -1
- package/out/src/concepts/UseComponent__.d.ts +0 -31
- package/out/src/concepts/UseComponent__.js +0 -78
- package/out/src/concepts/UseComponent__.js.map +0 -1
- package/out/src/concepts/ValidationRule__.d.ts +0 -147
- package/out/src/concepts/ValidationRule__.js +0 -480
- package/out/src/concepts/ValidationRule__.js.map +0 -1
- package/out/src/concepts/Variable__.d.ts +0 -153
- package/out/src/concepts/Variable__.js +0 -401
- package/out/src/concepts/Variable__.js.map +0 -1
- package/out/src/concepts/ViewBlock__.d.ts +0 -35
- package/out/src/concepts/ViewBlock__.js +0 -85
- package/out/src/concepts/ViewBlock__.js.map +0 -1
- package/out/src/concepts/ViewComponent__.d.ts +0 -565
- package/out/src/concepts/ViewComponent__.js +0 -758
- package/out/src/concepts/ViewComponent__.js.map +0 -1
- package/out/src/concepts/ViewElement__.d.ts +0 -604
- package/out/src/concepts/ViewElement__.js +0 -1910
- package/out/src/concepts/ViewElement__.js.map +0 -1
- package/out/src/concepts/View__.d.ts +0 -713
- package/out/src/concepts/View__.js +0 -1693
- package/out/src/concepts/View__.js.map +0 -1
- package/out/src/concepts/WhileStatement__.d.ts +0 -96
- package/out/src/concepts/WhileStatement__.js +0 -211
- package/out/src/concepts/WhileStatement__.js.map +0 -1
- package/out/src/concepts/basics/stdlib/index.d.ts +0 -4
- package/out/src/concepts/basics/stdlib/index.js +0 -29
- package/out/src/concepts/basics/stdlib/index.js.map +0 -1
- package/out/src/concepts/basics/stdlib/nasl.auth.d.ts +0 -7
- package/out/src/concepts/basics/stdlib/nasl.auth.js +0 -164
- package/out/src/concepts/basics/stdlib/nasl.auth.js.map +0 -1
- package/out/src/concepts/basics/stdlib/nasl.browser.d.ts +0 -3
- package/out/src/concepts/basics/stdlib/nasl.browser.js +0 -96
- package/out/src/concepts/basics/stdlib/nasl.browser.js.map +0 -1
- package/out/src/concepts/basics/stdlib/nasl.collection.d.ts +0 -7
- package/out/src/concepts/basics/stdlib/nasl.collection.js +0 -52
- package/out/src/concepts/basics/stdlib/nasl.collection.js.map +0 -1
- package/out/src/concepts/basics/stdlib/nasl.configuration.d.ts +0 -3
- package/out/src/concepts/basics/stdlib/nasl.configuration.js +0 -33
- package/out/src/concepts/basics/stdlib/nasl.configuration.js.map +0 -1
- package/out/src/concepts/basics/stdlib/nasl.core.d.ts +0 -5
- package/out/src/concepts/basics/stdlib/nasl.core.js +0 -49
- package/out/src/concepts/basics/stdlib/nasl.core.js.map +0 -1
- package/out/src/concepts/basics/stdlib/nasl.http.d.ts +0 -7
- package/out/src/concepts/basics/stdlib/nasl.http.js +0 -167
- package/out/src/concepts/basics/stdlib/nasl.http.js.map +0 -1
- package/out/src/concepts/basics/stdlib/nasl.interface.d.ts +0 -7
- package/out/src/concepts/basics/stdlib/nasl.interface.js +0 -43
- package/out/src/concepts/basics/stdlib/nasl.interface.js.map +0 -1
- package/out/src/concepts/basics/stdlib/nasl.io.d.ts +0 -3
- package/out/src/concepts/basics/stdlib/nasl.io.js +0 -52
- package/out/src/concepts/basics/stdlib/nasl.io.js.map +0 -1
- package/out/src/concepts/basics/stdlib/nasl.logging.d.ts +0 -3
- package/out/src/concepts/basics/stdlib/nasl.logging.js +0 -56
- package/out/src/concepts/basics/stdlib/nasl.logging.js.map +0 -1
- package/out/src/concepts/basics/stdlib/nasl.process.d.ts +0 -7
- package/out/src/concepts/basics/stdlib/nasl.process.js +0 -638
- package/out/src/concepts/basics/stdlib/nasl.process.js.map +0 -1
- package/out/src/concepts/basics/stdlib/nasl.ui.d.ts +0 -7
- package/out/src/concepts/basics/stdlib/nasl.ui.js +0 -1018
- package/out/src/concepts/basics/stdlib/nasl.ui.js.map +0 -1
- package/out/src/concepts/basics/stdlib/nasl.util.d.ts +0 -3
- package/out/src/concepts/basics/stdlib/nasl.util.js +0 -2238
- package/out/src/concepts/basics/stdlib/nasl.util.js.map +0 -1
- package/out/src/concepts/basics/stdlib/nasl.validation.d.ts +0 -3
- package/out/src/concepts/basics/stdlib/nasl.validation.js +0 -565
- package/out/src/concepts/basics/stdlib/nasl.validation.js.map +0 -1
- package/out/src/concepts/basics/stdlib/reference2TypeAnnotationList.d.ts +0 -5
- package/out/src/concepts/basics/stdlib/reference2TypeAnnotationList.js +0 -26
- package/out/src/concepts/basics/stdlib/reference2TypeAnnotationList.js.map +0 -1
- package/out/src/concepts/basics/types/coreTypeList.d.ts +0 -2
- package/out/src/concepts/basics/types/coreTypeList.js +0 -15
- package/out/src/concepts/basics/types/coreTypeList.js.map +0 -1
- package/out/src/concepts/basics/types/index.d.ts +0 -16
- package/out/src/concepts/basics/types/index.js +0 -35
- package/out/src/concepts/basics/types/index.js.map +0 -1
- package/out/src/concepts/index.d.ts +0 -6
- package/out/src/concepts/index.js +0 -25
- package/out/src/concepts/index.js.map +0 -1
- package/out/src/concepts/index__.d.ts +0 -122
- package/out/src/concepts/index__.js +0 -139
- package/out/src/concepts/index__.js.map +0 -1
- package/out/src/concepts/types__.d.ts +0 -124
- package/out/src/concepts/types__.js +0 -3
- package/out/src/concepts/types__.js.map +0 -1
- package/out/src/config.d.ts +0 -43
- package/out/src/config.js +0 -72
- package/out/src/config.js.map +0 -1
- package/out/src/decorators/index.d.ts +0 -55
- package/out/src/decorators/index.js +0 -153
- package/out/src/decorators/index.js.map +0 -1
- package/out/src/enums/KEYWORDS.d.ts +0 -6
- package/out/src/enums/KEYWORDS.js +0 -1244
- package/out/src/enums/KEYWORDS.js.map +0 -1
- package/out/src/enums/LEVEL_NAME_MAP.d.ts +0 -26
- package/out/src/enums/LEVEL_NAME_MAP.js +0 -30
- package/out/src/enums/LEVEL_NAME_MAP.js.map +0 -1
- package/out/src/eventBus.d.ts +0 -3
- package/out/src/eventBus.js +0 -7
- package/out/src/eventBus.js.map +0 -1
- package/out/src/generator/compileComponent.d.ts +0 -11
- package/out/src/generator/compileComponent.js +0 -12
- package/out/src/generator/compileComponent.js.map +0 -1
- package/out/src/generator/genBundleFiles.d.ts +0 -31
- package/out/src/generator/genBundleFiles.js +0 -432
- package/out/src/generator/genBundleFiles.js.map +0 -1
- package/out/src/generator/genHash.d.ts +0 -7
- package/out/src/generator/genHash.js +0 -39
- package/out/src/generator/genHash.js.map +0 -1
- package/out/src/generator/genMetaData.d.ts +0 -31
- package/out/src/generator/genMetaData.js +0 -274
- package/out/src/generator/genMetaData.js.map +0 -1
- package/out/src/generator/genReleaseBody.d.ts +0 -70
- package/out/src/generator/genReleaseBody.js +0 -268
- package/out/src/generator/genReleaseBody.js.map +0 -1
- package/out/src/generator/icestark.d.ts +0 -2
- package/out/src/generator/icestark.js +0 -48
- package/out/src/generator/icestark.js.map +0 -1
- package/out/src/generator/index.d.ts +0 -7
- package/out/src/generator/index.js +0 -24
- package/out/src/generator/index.js.map +0 -1
- package/out/src/generator/microApp.d.ts +0 -2
- package/out/src/generator/microApp.js +0 -35
- package/out/src/generator/microApp.js.map +0 -1
- package/out/src/generator/permission.d.ts +0 -10
- package/out/src/generator/permission.js +0 -267
- package/out/src/generator/permission.js.map +0 -1
- package/out/src/generator/qiankun.d.ts +0 -2
- package/out/src/generator/qiankun.js +0 -52
- package/out/src/generator/qiankun.js.map +0 -1
- package/out/src/generator/styleReplacer.d.ts +0 -3
- package/out/src/generator/styleReplacer.js +0 -71
- package/out/src/generator/styleReplacer.js.map +0 -1
- package/out/src/index.d.ts +0 -14
- package/out/src/index.js +0 -65
- package/out/src/index.js.map +0 -1
- package/out/src/manager/diagnostic.d.ts +0 -35
- package/out/src/manager/diagnostic.js +0 -63
- package/out/src/manager/diagnostic.js.map +0 -1
- package/out/src/manager/stepRecorder.d.ts +0 -20
- package/out/src/manager/stepRecorder.js +0 -110
- package/out/src/manager/stepRecorder.js.map +0 -1
- package/out/src/sentry/index.d.ts +0 -33
- package/out/src/sentry/index.js +0 -141
- package/out/src/sentry/index.js.map +0 -1
- package/out/src/server/createUiTs.d.ts +0 -16
- package/out/src/server/createUiTs.js +0 -248
- package/out/src/server/createUiTs.js.map +0 -1
- package/out/src/server/entity2LogicNamespace.d.ts +0 -10
- package/out/src/server/entity2LogicNamespace.js +0 -380
- package/out/src/server/entity2LogicNamespace.js.map +0 -1
- package/out/src/server/event.d.ts +0 -18
- package/out/src/server/event.js +0 -127
- package/out/src/server/event.js.map +0 -1
- package/out/src/server/extendBaseNode.d.ts +0 -1
- package/out/src/server/extendBaseNode.js +0 -528
- package/out/src/server/extendBaseNode.js.map +0 -1
- package/out/src/server/formatTsUtils.d.ts +0 -37
- package/out/src/server/formatTsUtils.js +0 -857
- package/out/src/server/formatTsUtils.js.map +0 -1
- package/out/src/server/getConnector.d.ts +0 -11
- package/out/src/server/getConnector.js +0 -42
- package/out/src/server/getConnector.js.map +0 -1
- package/out/src/server/getExtensionModules.d.ts +0 -3
- package/out/src/server/getExtensionModules.js +0 -34
- package/out/src/server/getExtensionModules.js.map +0 -1
- package/out/src/server/getFunctions.d.ts +0 -3
- package/out/src/server/getFunctions.js +0 -20
- package/out/src/server/getFunctions.js.map +0 -1
- package/out/src/server/getInterfaces.d.ts +0 -2
- package/out/src/server/getInterfaces.js +0 -48
- package/out/src/server/getInterfaces.js.map +0 -1
- package/out/src/server/getLogging.d.ts +0 -1
- package/out/src/server/getLogging.js +0 -9
- package/out/src/server/getLogging.js.map +0 -1
- package/out/src/server/getLogics.d.ts +0 -4
- package/out/src/server/getLogics.js +0 -335
- package/out/src/server/getLogics.js.map +0 -1
- package/out/src/server/getMemberIdentifier.d.ts +0 -16
- package/out/src/server/getMemberIdentifier.js +0 -317
- package/out/src/server/getMemberIdentifier.js.map +0 -1
- package/out/src/server/getProcessComponents.d.ts +0 -2
- package/out/src/server/getProcessComponents.js +0 -13
- package/out/src/server/getProcessComponents.js.map +0 -1
- package/out/src/server/getProcesses.d.ts +0 -33
- package/out/src/server/getProcesses.js +0 -605
- package/out/src/server/getProcesses.js.map +0 -1
- package/out/src/server/getScope.d.ts +0 -13
- package/out/src/server/getScope.js +0 -61
- package/out/src/server/getScope.js.map +0 -1
- package/out/src/server/getValidates.d.ts +0 -3
- package/out/src/server/getValidates.js +0 -14
- package/out/src/server/getValidates.js.map +0 -1
- package/out/src/server/index.d.ts +0 -5
- package/out/src/server/index.js +0 -41
- package/out/src/server/index.js.map +0 -1
- package/out/src/server/naslServer.d.ts +0 -357
- package/out/src/server/naslServer.js +0 -4369
- package/out/src/server/naslServer.js.map +0 -1
- package/out/src/server/naslStdlibMap.d.ts +0 -2
- package/out/src/server/naslStdlibMap.js +0 -50
- package/out/src/server/naslStdlibMap.js.map +0 -1
- package/out/src/server/process2LogicNamespace.d.ts +0 -26
- package/out/src/server/process2LogicNamespace.js +0 -109
- package/out/src/server/process2LogicNamespace.js.map +0 -1
- package/out/src/server/translator.d.ts +0 -26
- package/out/src/server/translator.js +0 -805
- package/out/src/server/translator.js.map +0 -1
- package/out/src/service/creator/add.configs.d.ts +0 -1
- package/out/src/service/creator/add.configs.js +0 -74
- package/out/src/service/creator/add.configs.js.map +0 -1
- package/out/src/service/creator/errHandles.d.ts +0 -18
- package/out/src/service/creator/errHandles.js +0 -75
- package/out/src/service/creator/errHandles.js.map +0 -1
- package/out/src/service/creator/index.d.ts +0 -1
- package/out/src/service/creator/index.js +0 -74
- package/out/src/service/creator/index.js.map +0 -1
- package/out/src/service/datasource/api.d.ts +0 -12
- package/out/src/service/datasource/api.js +0 -14
- package/out/src/service/datasource/api.js.map +0 -1
- package/out/src/service/datasource/index.d.ts +0 -2
- package/out/src/service/datasource/index.js +0 -10
- package/out/src/service/datasource/index.js.map +0 -1
- package/out/src/service/defaultErrorMessage.json +0 -98
- package/out/src/service/logic/api.d.ts +0 -9
- package/out/src/service/logic/api.js +0 -11
- package/out/src/service/logic/api.js.map +0 -1
- package/out/src/service/logic/checktypeSocket.d.ts +0 -5
- package/out/src/service/logic/checktypeSocket.js +0 -55
- package/out/src/service/logic/checktypeSocket.js.map +0 -1
- package/out/src/service/logic/index.d.ts +0 -2
- package/out/src/service/logic/index.js +0 -10
- package/out/src/service/logic/index.js.map +0 -1
- package/out/src/service/storage/api.d.ts +0 -54
- package/out/src/service/storage/api.js +0 -42
- package/out/src/service/storage/api.js.map +0 -1
- package/out/src/service/storage/index.d.ts +0 -2
- package/out/src/service/storage/index.js +0 -10
- package/out/src/service/storage/index.js.map +0 -1
- package/out/src/service/storage/init.d.ts +0 -68
- package/out/src/service/storage/init.js +0 -784
- package/out/src/service/storage/init.js.map +0 -1
- package/out/src/service/storage/jsoner.d.ts +0 -36
- package/out/src/service/storage/jsoner.js +0 -131
- package/out/src/service/storage/jsoner.js.map +0 -1
- package/out/src/service/storage/map.d.ts +0 -4
- package/out/src/service/storage/map.js +0 -54
- package/out/src/service/storage/map.js.map +0 -1
- package/out/src/service/storage/service.d.ts +0 -25
- package/out/src/service/storage/service.js +0 -80
- package/out/src/service/storage/service.js.map +0 -1
- package/out/src/service/storage/storagePoint.d.ts +0 -17
- package/out/src/service/storage/storagePoint.js +0 -76
- package/out/src/service/storage/storagePoint.js.map +0 -1
- package/out/src/service/video/BaseService.d.ts +0 -7
- package/out/src/service/video/BaseService.js +0 -61
- package/out/src/service/video/BaseService.js.map +0 -1
- package/out/src/service/video/MainCallbackService.d.ts +0 -12
- package/out/src/service/video/MainCallbackService.js +0 -183
- package/out/src/service/video/MainCallbackService.js.map +0 -1
- package/out/src/service/video/VideoTranscribe.d.ts +0 -15
- package/out/src/service/video/VideoTranscribe.js +0 -96
- package/out/src/service/video/VideoTranscribe.js.map +0 -1
- package/out/src/service/video/publishService.d.ts +0 -1
- package/out/src/service/video/publishService.js +0 -58
- package/out/src/service/video/publishService.js.map +0 -1
- package/out/src/templator/genCallComponentLogic.d.ts +0 -17
- package/out/src/templator/genCallComponentLogic.js +0 -30
- package/out/src/templator/genCallComponentLogic.js.map +0 -1
- package/out/src/templator/genCreateBlock.d.ts +0 -10
- package/out/src/templator/genCreateBlock.js +0 -336
- package/out/src/templator/genCreateBlock.js.map +0 -1
- package/out/src/templator/genCurdEditMultipleKeyBlock.d.ts +0 -8
- package/out/src/templator/genCurdEditMultipleKeyBlock.js +0 -514
- package/out/src/templator/genCurdEditMultipleKeyBlock.js.map +0 -1
- package/out/src/templator/genCurdMultipleKeyBlock.d.ts +0 -34
- package/out/src/templator/genCurdMultipleKeyBlock.js +0 -707
- package/out/src/templator/genCurdMultipleKeyBlock.js.map +0 -1
- package/out/src/templator/genEditTableBlock.d.ts +0 -51
- package/out/src/templator/genEditTableBlock.js +0 -299
- package/out/src/templator/genEditTableBlock.js.map +0 -1
- package/out/src/templator/genEnumSelectBlock.d.ts +0 -10
- package/out/src/templator/genEnumSelectBlock.js +0 -26
- package/out/src/templator/genEnumSelectBlock.js.map +0 -1
- package/out/src/templator/genGetBlock.d.ts +0 -6
- package/out/src/templator/genGetBlock.js +0 -138
- package/out/src/templator/genGetBlock.js.map +0 -1
- package/out/src/templator/genGridViewBlock.d.ts +0 -55
- package/out/src/templator/genGridViewBlock.js +0 -350
- package/out/src/templator/genGridViewBlock.js.map +0 -1
- package/out/src/templator/genListViewBlock.d.ts +0 -19
- package/out/src/templator/genListViewBlock.js +0 -143
- package/out/src/templator/genListViewBlock.js.map +0 -1
- package/out/src/templator/genQueryComponent.d.ts +0 -34
- package/out/src/templator/genQueryComponent.js +0 -342
- package/out/src/templator/genQueryComponent.js.map +0 -1
- package/out/src/templator/genSelectBlock.d.ts +0 -45
- package/out/src/templator/genSelectBlock.js +0 -406
- package/out/src/templator/genSelectBlock.js.map +0 -1
- package/out/src/templator/genTableBlock.d.ts +0 -53
- package/out/src/templator/genTableBlock.js +0 -280
- package/out/src/templator/genTableBlock.js.map +0 -1
- package/out/src/templator/genUpdateBlock.d.ts +0 -6
- package/out/src/templator/genUpdateBlock.js +0 -378
- package/out/src/templator/genUpdateBlock.js.map +0 -1
- package/out/src/templator/index.d.ts +0 -17
- package/out/src/templator/index.js +0 -38
- package/out/src/templator/index.js.map +0 -1
- package/out/src/templator/utils.d.ts +0 -676
- package/out/src/templator/utils.js +0 -459
- package/out/src/templator/utils.js.map +0 -1
- package/out/src/test/fixtures/env.d.ts +0 -5
- package/out/src/test/fixtures/env.js +0 -20
- package/out/src/test/fixtures/env.js.map +0 -1
- package/out/src/test/integration/connect-create-file.d.ts +0 -1
- package/out/src/test/integration/connect-create-file.js +0 -39
- package/out/src/test/integration/connect-create-file.js.map +0 -1
- package/out/src/test/integration/connect-file.d.ts +0 -1
- package/out/src/test/integration/connect-file.js +0 -49
- package/out/src/test/integration/connect-file.js.map +0 -1
- package/out/src/test/integration/node-nasl-server.d.ts +0 -1
- package/out/src/test/integration/node-nasl-server.js +0 -13
- package/out/src/test/integration/node-nasl-server.js.map +0 -1
- package/out/src/test/units/baseTypes/Assignment.spec.d.ts +0 -1
- package/out/src/test/units/baseTypes/Assignment.spec.js +0 -43
- package/out/src/test/units/baseTypes/Assignment.spec.js.map +0 -1
- package/out/src/test/units/baseTypes/CallLogic.spec.d.ts +0 -1
- package/out/src/test/units/baseTypes/CallLogic.spec.js +0 -44
- package/out/src/test/units/baseTypes/CallLogic.spec.js.map +0 -1
- package/out/src/test/units/baseTypes/StringLiteral.spec.d.ts +0 -1
- package/out/src/test/units/baseTypes/StringLiteral.spec.js +0 -75
- package/out/src/test/units/baseTypes/StringLiteral.spec.js.map +0 -1
- package/out/src/test/units/baseTypes/new.spec.d.ts +0 -1
- package/out/src/test/units/baseTypes/new.spec.js +0 -37
- package/out/src/test/units/baseTypes/new.spec.js.map +0 -1
- package/out/src/test/units/common/Vertex.spec.d.ts +0 -1
- package/out/src/test/units/common/Vertex.spec.js +0 -22
- package/out/src/test/units/common/Vertex.spec.js.map +0 -1
- package/out/src/test/units/data/Entity.spec.d.ts +0 -1
- package/out/src/test/units/data/Entity.spec.js +0 -12
- package/out/src/test/units/data/Entity.spec.js.map +0 -1
- package/out/src/test/units/login.spec.d.ts +0 -1
- package/out/src/test/units/login.spec.js +0 -12
- package/out/src/test/units/login.spec.js.map +0 -1
- package/out/src/test/units/page/Block.spec.d.ts +0 -0
- package/out/src/test/units/page/Block.spec.js +0 -13
- package/out/src/test/units/page/Block.spec.js.map +0 -1
- package/out/src/test/units/page/Element.spec.d.ts +0 -1
- package/out/src/test/units/page/Element.spec.js +0 -44
- package/out/src/test/units/page/Element.spec.js.map +0 -1
- package/out/src/test/units/temp/temp.spec.d.ts +0 -1
- package/out/src/test/units/temp/temp.spec.js +0 -68
- package/out/src/test/units/temp/temp.spec.js.map +0 -1
- package/out/src/translator/index.d.ts +0 -48
- package/out/src/translator/index.js +0 -114
- package/out/src/translator/index.js.map +0 -1
- package/out/src/translator/lsp.d.ts +0 -45
- package/out/src/translator/lsp.js +0 -6
- package/out/src/translator/lsp.js.map +0 -1
- package/out/src/translator/tsp.d.ts +0 -12
- package/out/src/translator/tsp.js +0 -3
- package/out/src/translator/tsp.js.map +0 -1
- package/out/src/utils/index.d.ts +0 -39
- package/out/src/utils/index.js +0 -191
- package/out/src/utils/index.js.map +0 -1
- package/out/src/utils/logger.d.ts +0 -3
- package/out/src/utils/logger.js +0 -11
- package/out/src/utils/logger.js.map +0 -1
- package/out/src/utils/sortTsString.d.ts +0 -1
- package/out/src/utils/sortTsString.js +0 -36
- package/out/src/utils/sortTsString.js.map +0 -1
- package/out/src/utils/string.d.ts +0 -51
- package/out/src/utils/string.js +0 -110
- package/out/src/utils/string.js.map +0 -1
- package/out/src/utils/traverse.d.ts +0 -36
- package/out/src/utils/traverse.js +0 -145
- package/out/src/utils/traverse.js.map +0 -1
- package/out/test/concepts/utils.d.ts +0 -2
- package/out/test/concepts/utils.js +0 -20
- package/out/test/concepts/utils.js.map +0 -1
- package/out/test/concepts/validation-rule/toEmbeddedTS.spec.d.ts +0 -1
- package/out/test/concepts/validation-rule/toEmbeddedTS.spec.js +0 -23
- package/out/test/concepts/validation-rule/toEmbeddedTS.spec.js.map +0 -1
- package/out/test/setup.d.ts +0 -1
- package/out/test/setup.js +0 -6
- package/out/test/setup.js.map +0 -1
|
@@ -1475,11 +1475,38 @@ export class ViewElement extends BaseNode {
|
|
|
1475
1475
|
}
|
|
1476
1476
|
@withSourceMap()
|
|
1477
1477
|
toEmbeddedTS(state?: TranslatorState, parentLevel?: number): string {
|
|
1478
|
+
const {
|
|
1479
|
+
parentNode,
|
|
1480
|
+
app,
|
|
1481
|
+
tag,
|
|
1482
|
+
staticClass,
|
|
1483
|
+
name,
|
|
1484
|
+
bindDirectives,
|
|
1485
|
+
bindRoles,
|
|
1486
|
+
bindEvents,
|
|
1487
|
+
children,
|
|
1488
|
+
} = this;
|
|
1489
|
+
|
|
1490
|
+
const chineseTsName = (name: string) => {
|
|
1491
|
+
let tsName = name;
|
|
1492
|
+
// 匹配所有特殊字符都转为_
|
|
1493
|
+
tsName = tsName.replace(/[^\u4e00-\u9fa5a-zA-Z0-9]/g, '_');
|
|
1494
|
+
if (/^\d/.test(tsName)) {
|
|
1495
|
+
tsName = '$' + tsName;
|
|
1496
|
+
}
|
|
1497
|
+
return tsName;
|
|
1498
|
+
}
|
|
1499
|
+
|
|
1478
1500
|
// 过滤模板的登录中的一些翻译,这里只过滤h5表格中的两个列
|
|
1479
|
-
if (
|
|
1501
|
+
if (
|
|
1502
|
+
parentNode.concept === 'ViewElement' &&
|
|
1503
|
+
parentNode.tag && this.toHump(parentNode.tag) === 'lcapLogin' ||
|
|
1504
|
+
staticClass === 'login-cell'
|
|
1505
|
+
) {
|
|
1480
1506
|
return '';
|
|
1507
|
+
}
|
|
1481
1508
|
// pc事件翻译
|
|
1482
|
-
if (this.toHump(
|
|
1509
|
+
if (this.toHump(tag) === 'lcapLogin') {
|
|
1483
1510
|
let code = `new nasl.ui.div({name: __elements.${this.name},\n`;
|
|
1484
1511
|
// 事件
|
|
1485
1512
|
if (Array.isArray(this.bindEvents)) {
|
|
@@ -1495,7 +1522,7 @@ export class ViewElement extends BaseNode {
|
|
|
1495
1522
|
return code;
|
|
1496
1523
|
}
|
|
1497
1524
|
let levelIndex = parentLevel || 0;
|
|
1498
|
-
if (
|
|
1525
|
+
if (tag === 'template' && this.haveScope()) {
|
|
1499
1526
|
const slotTarget = !this.slotTarget ? 'slotDefault' : 'slot' + this.toFirstUpper(this.toHump(this.slotTarget));
|
|
1500
1527
|
let code = '';
|
|
1501
1528
|
code += `${slotTarget}: (current${levelIndex === 0 ? '' : levelIndex})=> {\n`;
|
|
@@ -1511,7 +1538,7 @@ export class ViewElement extends BaseNode {
|
|
|
1511
1538
|
code += '\n';
|
|
1512
1539
|
code += '},\n';
|
|
1513
1540
|
return code;
|
|
1514
|
-
} else if (
|
|
1541
|
+
} else if (tag === 'template') {
|
|
1515
1542
|
const slotTarget = !this.slotTarget ? 'slotDefault' : 'slot' + this.toFirstUpper(this.toHump(this.slotTarget));
|
|
1516
1543
|
let code = '';
|
|
1517
1544
|
code += `${slotTarget}: ()=> {\n`;
|
|
@@ -1528,29 +1555,20 @@ export class ViewElement extends BaseNode {
|
|
|
1528
1555
|
code += '},\n';
|
|
1529
1556
|
return code;
|
|
1530
1557
|
}
|
|
1531
|
-
|
|
1532
|
-
let tsName = name;
|
|
1533
|
-
// 匹配所有特殊字符都转为_
|
|
1534
|
-
tsName = tsName.replace(/[^\u4e00-\u9fa5a-zA-Z0-9]/g, '_');
|
|
1535
|
-
if (/^\d/.test(tsName)) {
|
|
1536
|
-
tsName = '$' + tsName;
|
|
1537
|
-
}
|
|
1538
|
-
return tsName;
|
|
1539
|
-
}
|
|
1558
|
+
|
|
1540
1559
|
// 后面那个name是为了查找引用的时候用的
|
|
1541
|
-
let code = `new nasl.ui.${this.toHump(
|
|
1560
|
+
let code = `new nasl.ui.${this.toHump(tag)}${this.getTypeArgmentsStr(state)}({name: __elements.${name},\n`;
|
|
1542
1561
|
// 是否开启权限
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
}
|
|
1562
|
+
// const hasAuth = Array.isArray(bindDirectives)
|
|
1563
|
+
// ? !!bindDirectives.filter((directive) => directive.name === 'auth').length
|
|
1564
|
+
// : false;
|
|
1547
1565
|
// 角色
|
|
1548
|
-
if (Array.isArray(
|
|
1566
|
+
if (Array.isArray(bindRoles) && bindRoles.length) {
|
|
1549
1567
|
code += indent((state?.tabSize || 0) + 2);
|
|
1550
1568
|
code += 'roles = [\n';
|
|
1551
|
-
|
|
1569
|
+
bindRoles.forEach((role) => {
|
|
1552
1570
|
code += indent((state?.tabSize || 0) + 3);
|
|
1553
|
-
code += `${
|
|
1571
|
+
code += `${app.getNamespace()}.roles.${chineseTsName(role)}.${chineseTsName(role)},`;
|
|
1554
1572
|
code += '\n';
|
|
1555
1573
|
});
|
|
1556
1574
|
code += indent((state?.tabSize || 0) + 2);
|
|
@@ -1558,8 +1576,8 @@ export class ViewElement extends BaseNode {
|
|
|
1558
1576
|
}
|
|
1559
1577
|
|
|
1560
1578
|
// 事件
|
|
1561
|
-
if (Array.isArray(
|
|
1562
|
-
|
|
1579
|
+
if (Array.isArray(bindEvents)) {
|
|
1580
|
+
bindEvents.forEach((event) => {
|
|
1563
1581
|
code += event.toEmbeddedTS(shiftState(state, code, {
|
|
1564
1582
|
tabSize: (state?.tabSize || 0) + 2,
|
|
1565
1583
|
}));
|
|
@@ -1568,7 +1586,7 @@ export class ViewElement extends BaseNode {
|
|
|
1568
1586
|
}
|
|
1569
1587
|
|
|
1570
1588
|
// 子元素
|
|
1571
|
-
if (Array.isArray(
|
|
1589
|
+
if (Array.isArray(children)) {
|
|
1572
1590
|
code += indent((state?.tabSize || 0) + 1);
|
|
1573
1591
|
|
|
1574
1592
|
if (Array.isArray(this.bindAttrs)) {
|
|
@@ -1580,11 +1598,11 @@ export class ViewElement extends BaseNode {
|
|
|
1580
1598
|
}
|
|
1581
1599
|
|
|
1582
1600
|
// 如果子集中有插槽的就
|
|
1583
|
-
if (
|
|
1601
|
+
if (children.find((item) => item.tag === 'template' && item.slotTarget)) {
|
|
1584
1602
|
code += indent((state?.tabSize || 0) + 2);
|
|
1585
1603
|
const defaultArr: ViewElement[] = [];
|
|
1586
1604
|
// 先把插槽翻译了
|
|
1587
|
-
|
|
1605
|
+
children.forEach((element) => {
|
|
1588
1606
|
if (element.tag === 'template') {
|
|
1589
1607
|
code += element.toEmbeddedTS(shiftState(state, code, {
|
|
1590
1608
|
tabSize: (state?.tabSize || 0),
|
|
@@ -1612,11 +1630,10 @@ export class ViewElement extends BaseNode {
|
|
|
1612
1630
|
}
|
|
1613
1631
|
} else {
|
|
1614
1632
|
code += indent((state?.tabSize || 0) + 2);
|
|
1615
|
-
|
|
1616
1633
|
code += `slotDefault: ()=> {\n`;
|
|
1617
|
-
code += this.getDatasourceTypeCodeStr(state,
|
|
1634
|
+
code += this.getDatasourceTypeCodeStr(state, children);
|
|
1618
1635
|
code += 'return [';
|
|
1619
|
-
|
|
1636
|
+
children.forEach((element) => {
|
|
1620
1637
|
code += element.toEmbeddedTS(shiftState(state, code, {
|
|
1621
1638
|
tabSize: (state?.tabSize || 0) + 2,
|
|
1622
1639
|
}), levelIndex);
|
|
@@ -1629,7 +1646,17 @@ export class ViewElement extends BaseNode {
|
|
|
1629
1646
|
}
|
|
1630
1647
|
}
|
|
1631
1648
|
|
|
1632
|
-
code += indent((state?.tabSize || 0)) + '})
|
|
1649
|
+
code += indent((state?.tabSize || 0)) + '})';
|
|
1650
|
+
|
|
1651
|
+
// TODO: 此 bug 延迟至 3.2 修复
|
|
1652
|
+
// // 顶层元素是单独的表达式
|
|
1653
|
+
// if (parentNode.concept === 'View') {
|
|
1654
|
+
// code += ';\n';
|
|
1655
|
+
// } else {
|
|
1656
|
+
// code += ',\n';
|
|
1657
|
+
// }
|
|
1658
|
+
|
|
1659
|
+
code += ',\n';
|
|
1633
1660
|
|
|
1634
1661
|
return code;
|
|
1635
1662
|
}
|
|
@@ -2259,8 +2286,15 @@ export class ViewElement extends BaseNode {
|
|
|
2259
2286
|
|
|
2260
2287
|
/**
|
|
2261
2288
|
* 计算约束样式
|
|
2262
|
-
|
|
2263
|
-
|
|
2289
|
+
* @param positionData 位置数据
|
|
2290
|
+
* @param doNotRecordLastWidthHeight 是否不记录上一次的宽高
|
|
2291
|
+
*/
|
|
2292
|
+
computeConstraintStyle(positionData: {
|
|
2293
|
+
nodeRect: DOMRect,
|
|
2294
|
+
parentRect: DOMRect,
|
|
2295
|
+
parentBorder: { top: number, right: number, bottom: number, left: number }
|
|
2296
|
+
},
|
|
2297
|
+
doNotRecordLastWidthHeight = false) {
|
|
2264
2298
|
const {nodeRect, parentRect, parentBorder} = positionData;
|
|
2265
2299
|
const staticWidth = nodeRect.width;
|
|
2266
2300
|
const staticHeight = nodeRect.height;
|
|
@@ -2348,12 +2382,25 @@ export class ViewElement extends BaseNode {
|
|
|
2348
2382
|
'--last-width': rawWidth === 'auto' ? styleObj['--last-width'] : rawWidth,
|
|
2349
2383
|
'--last-height': rawHeight === 'auto' ? styleObj['--last-height'] : rawHeight,
|
|
2350
2384
|
};
|
|
2385
|
+
if(!doNotRecordLastWidthHeight){
|
|
2386
|
+
if(rawWidth !== 'auto'){
|
|
2387
|
+
newStyleObj['--last-width'] = rawWidth;
|
|
2388
|
+
}
|
|
2389
|
+
if(rawHeight !== 'auto'){
|
|
2390
|
+
newStyleObj['--last-height'] = rawHeight;
|
|
2391
|
+
}
|
|
2392
|
+
}
|
|
2351
2393
|
const newStaticStyle = this.stringifyStyleAttr(newStyleObj);
|
|
2352
2394
|
this.update({
|
|
2353
2395
|
staticStyle: newStaticStyle,
|
|
2354
2396
|
});
|
|
2355
2397
|
}
|
|
2356
|
-
|
|
2398
|
+
updateStyleObj(styleObj: Record<string, string | number>) {
|
|
2399
|
+
this.setStaticStyle(this.stringifyStyleAttr({
|
|
2400
|
+
...this.parseStyleToObject(this.staticStyle),
|
|
2401
|
+
...styleObj,
|
|
2402
|
+
}));
|
|
2403
|
+
}
|
|
2357
2404
|
parseStyleToObject(styleStr: string = '') {
|
|
2358
2405
|
const styleObj = styleStr.split(/;/gim).reduce((obj:Record<string, string | number>, item) => {
|
|
2359
2406
|
// background-image:url(http://www...)
|
|
@@ -64,19 +64,20 @@ export const httpStructures = [
|
|
|
64
64
|
}),
|
|
65
65
|
new StructureProperty({
|
|
66
66
|
name: 'headers',
|
|
67
|
-
typeAnnotation: TypeAnnotation.createGeneric('
|
|
67
|
+
typeAnnotation: TypeAnnotation.createGeneric('Map', {
|
|
68
68
|
typeArguments: [
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
TypeAnnotation.createTypeParam('K'),
|
|
72
|
-
TypeAnnotation.createTypeParam('V'),
|
|
69
|
+
TypeAnnotation.createPrimitive('String'),
|
|
70
|
+
TypeAnnotation.createPrimitive('String'),
|
|
71
|
+
// TypeAnnotation.createTypeParam('K'),
|
|
72
|
+
// TypeAnnotation.createTypeParam('V'),
|
|
73
73
|
],
|
|
74
74
|
}),
|
|
75
75
|
}), new StructureProperty({
|
|
76
76
|
name: 'cookies',
|
|
77
|
-
typeAnnotation: TypeAnnotation.createGeneric('
|
|
77
|
+
typeAnnotation: TypeAnnotation.createGeneric('Map', {
|
|
78
78
|
typeArguments: [
|
|
79
|
-
TypeAnnotation.
|
|
79
|
+
TypeAnnotation.createPrimitive('String'),
|
|
80
|
+
// TypeAnnotation.createTypeParam('K'),
|
|
80
81
|
TypeAnnotation.createReference('HttpCookie', {
|
|
81
82
|
typeNamespace: 'nasl.http',
|
|
82
83
|
}),
|
|
@@ -111,42 +112,43 @@ export const httpStructures = [
|
|
|
111
112
|
}),
|
|
112
113
|
new StructureProperty({
|
|
113
114
|
name: 'headers',
|
|
114
|
-
typeAnnotation: TypeAnnotation.createGeneric('
|
|
115
|
+
typeAnnotation: TypeAnnotation.createGeneric('Map', {
|
|
115
116
|
typeArguments: [
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
TypeAnnotation.createTypeParam('K'),
|
|
119
|
-
TypeAnnotation.createTypeParam('V'),
|
|
117
|
+
TypeAnnotation.createPrimitive('String'),
|
|
118
|
+
TypeAnnotation.createPrimitive('String'),
|
|
119
|
+
// TypeAnnotation.createTypeParam('K'),
|
|
120
|
+
// TypeAnnotation.createTypeParam('V'),
|
|
120
121
|
],
|
|
121
122
|
}),
|
|
122
123
|
}),
|
|
123
124
|
new StructureProperty({
|
|
124
125
|
name: 'pathParams',
|
|
125
|
-
typeAnnotation: TypeAnnotation.createGeneric('
|
|
126
|
+
typeAnnotation: TypeAnnotation.createGeneric('Map', {
|
|
126
127
|
typeArguments: [
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
TypeAnnotation.createTypeParam('K'),
|
|
130
|
-
TypeAnnotation.createTypeParam('V'),
|
|
128
|
+
TypeAnnotation.createPrimitive('String'),
|
|
129
|
+
TypeAnnotation.createPrimitive('String'),
|
|
130
|
+
// TypeAnnotation.createTypeParam('K'),
|
|
131
|
+
// TypeAnnotation.createTypeParam('V'),
|
|
131
132
|
],
|
|
132
133
|
}),
|
|
133
134
|
}),
|
|
134
135
|
new StructureProperty({
|
|
135
136
|
name: 'queryParams',
|
|
136
|
-
typeAnnotation: TypeAnnotation.createGeneric('
|
|
137
|
+
typeAnnotation: TypeAnnotation.createGeneric('Map', {
|
|
137
138
|
typeArguments: [
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
TypeAnnotation.createTypeParam('K'),
|
|
141
|
-
TypeAnnotation.createTypeParam('V'),
|
|
139
|
+
TypeAnnotation.createPrimitive('String'),
|
|
140
|
+
TypeAnnotation.createPrimitive('String'),
|
|
141
|
+
// TypeAnnotation.createTypeParam('K'),
|
|
142
|
+
// TypeAnnotation.createTypeParam('V'),
|
|
142
143
|
],
|
|
143
144
|
}),
|
|
144
145
|
}),
|
|
145
146
|
new StructureProperty({
|
|
146
147
|
name: 'cookies',
|
|
147
|
-
typeAnnotation: TypeAnnotation.createGeneric('
|
|
148
|
+
typeAnnotation: TypeAnnotation.createGeneric('Map', {
|
|
148
149
|
typeArguments: [
|
|
149
|
-
TypeAnnotation.
|
|
150
|
+
TypeAnnotation.createPrimitive('String'),
|
|
151
|
+
// TypeAnnotation.createTypeParam('K'),
|
|
150
152
|
TypeAnnotation.createReference('HttpCookie', {
|
|
151
153
|
typeNamespace: 'nasl.http',
|
|
152
154
|
}),
|
package/src/concepts/types__.ts
CHANGED
|
@@ -38,7 +38,6 @@ import type { Variable } from './Variable__';
|
|
|
38
38
|
import type { BackendVariable } from './BackendVariable__';
|
|
39
39
|
import type { FrontendVariable } from './FrontendVariable__';
|
|
40
40
|
import type { Constant } from './Constant__';
|
|
41
|
-
import type { LogicItem } from './LogicItem__';
|
|
42
41
|
import type { Function } from './Function__';
|
|
43
42
|
import type { AnonymousFunction } from './AnonymousFunction__';
|
|
44
43
|
import type { Interface } from './Interface__';
|
|
@@ -162,7 +161,6 @@ export type SynatxNode =
|
|
|
162
161
|
| BackendVariable
|
|
163
162
|
| FrontendVariable
|
|
164
163
|
| Constant
|
|
165
|
-
| LogicItem
|
|
166
164
|
| Function
|
|
167
165
|
| AnonymousFunction
|
|
168
166
|
| Interface
|
|
@@ -245,4 +243,4 @@ export type SynatxNode =
|
|
|
245
243
|
| Connector
|
|
246
244
|
| CallConnector;
|
|
247
245
|
|
|
248
|
-
export type SynatxNodeConcept = SynatxNode['concept'];
|
|
246
|
+
export type SynatxNodeConcept = SynatxNode['concept'];
|
|
@@ -176,10 +176,7 @@ export function genBundleFiles(app: App, frontend: Frontend,
|
|
|
176
176
|
let content = `{
|
|
177
177
|
path: '${route.path}',\n`;
|
|
178
178
|
if (route?.component?.script) {
|
|
179
|
-
|
|
180
|
-
if (config.env !== 'dev') {
|
|
181
|
-
template = template.replace(/[\t\r\n]/g, '');
|
|
182
|
-
}
|
|
179
|
+
const template = route.component.template;
|
|
183
180
|
content += `component: (function(){
|
|
184
181
|
var componentOptions = ${route.component.script ? '(function(){\n' + route.component.script.trim().replace(/export default |module\.exports +=/, 'return ') + '\n})()' : '{}'};
|
|
185
182
|
Object.assign(componentOptions, {
|
|
@@ -254,6 +251,37 @@ export function genBundleFiles(app: App, frontend: Frontend,
|
|
|
254
251
|
const customNames = JSON5.stringify(assetsInfo.custom.names);
|
|
255
252
|
let content = `(function(){
|
|
256
253
|
`;
|
|
254
|
+
if(frontend.globalScaleEnabled) {
|
|
255
|
+
content += `{
|
|
256
|
+
// 如果是顶层页面,才使用iframe缩放,否则会死循环
|
|
257
|
+
if(window.parent === window){
|
|
258
|
+
// 顶层页面里有个iframe,用来缩放页面
|
|
259
|
+
document.body.innerHTML = '<iframe src="' + location.href + '"></iframe>';
|
|
260
|
+
const iframe = document.querySelector('iframe');
|
|
261
|
+
function scalePage() {
|
|
262
|
+
// 计算缩放比例
|
|
263
|
+
const windowWidth = window.innerWidth;
|
|
264
|
+
const baseWidth = ${frontend.canvasWidth || frontend.defaultCanvasWidth};;
|
|
265
|
+
const scale = windowWidth / baseWidth;
|
|
266
|
+
// iframe 按比例缩放
|
|
267
|
+
iframe.style.transform = 'scale(' + scale + ')';
|
|
268
|
+
iframe.style.transformOrigin = '0 0';
|
|
269
|
+
// iframe 的宽高需要缩放回去,使其等于顶层宽高
|
|
270
|
+
iframe.style.width = baseWidth + 'px';
|
|
271
|
+
iframe.style.height = 100 / scale + 'vh';
|
|
272
|
+
}
|
|
273
|
+
// 监听窗口变化
|
|
274
|
+
window.addEventListener('resize', scalePage);
|
|
275
|
+
// 初始化缩放
|
|
276
|
+
scalePage();
|
|
277
|
+
// 禁止滚动条,原因:缩放后会出现滚动条
|
|
278
|
+
document.documentElement.style.setProperty('--scrollbar-size', 0);
|
|
279
|
+
// 移除 iframe 边框
|
|
280
|
+
iframe.style.border = 'none';
|
|
281
|
+
return;
|
|
282
|
+
}
|
|
283
|
+
}`;
|
|
284
|
+
}
|
|
257
285
|
|
|
258
286
|
const themeCSS = frontend.genThemeCSS();
|
|
259
287
|
if (themeCSS) {
|
|
@@ -298,29 +326,6 @@ export function genBundleFiles(app: App, frontend: Frontend,
|
|
|
298
326
|
push.apply(this, [a, b, console.warn]);
|
|
299
327
|
};
|
|
300
328
|
} catch (e) { console.error(e) }
|
|
301
|
-
|
|
302
|
-
${frontend.globalScaleEnabled ? `
|
|
303
|
-
// 拿到 appVM.$el 后,才能进行缩放
|
|
304
|
-
const body = document.body;
|
|
305
|
-
const html = document.documentElement;
|
|
306
|
-
const appEl = appVM.$el;
|
|
307
|
-
|
|
308
|
-
function scalePage() {
|
|
309
|
-
const windowWidth = window.innerWidth;
|
|
310
|
-
const baseWidth = ${frontend.canvasWidth || frontend.defaultCanvasWidth};
|
|
311
|
-
const scale = windowWidth / baseWidth;
|
|
312
|
-
body.style.transform = 'scale(' + scale + ')';
|
|
313
|
-
body.style.transformOrigin = '0 0';
|
|
314
|
-
body.style.width = baseWidth + 'px';
|
|
315
|
-
// body 高度等于屏幕高度,以便兼容 fixed 定位
|
|
316
|
-
body.style.height = 100/scale +'vh';
|
|
317
|
-
// 溢出滚动逻辑添加到 body 上无效,因此添加 body 下的 appEl 上
|
|
318
|
-
appEl.style.overflow = 'auto';
|
|
319
|
-
html.style.setProperty('--scrollbar-size', 0);
|
|
320
|
-
}
|
|
321
|
-
window.addEventListener('resize', scalePage);
|
|
322
|
-
scalePage();
|
|
323
|
-
`: ''}
|
|
324
329
|
|
|
325
330
|
return window.appVM = appVM;
|
|
326
331
|
};
|
|
@@ -121,7 +121,14 @@ function removePasswordValidation(serverData: InputServerValidationData, nasl: A
|
|
|
121
121
|
|
|
122
122
|
const calledLogicPath = `${node.calleeNamespace}.${node.calleeName}`;
|
|
123
123
|
|
|
124
|
-
if (
|
|
124
|
+
if (
|
|
125
|
+
Boolean(node.uuid) &&
|
|
126
|
+
(
|
|
127
|
+
calledLogicPath === 'app.dataSources.defaultDS.entities.LCAPUser.logics.update' ||
|
|
128
|
+
calledLogicPath === 'app.dataSources.defaultDS.entities.LCAPUser.logics.create' ||
|
|
129
|
+
calledLogicPath.includes('encrypt')
|
|
130
|
+
)
|
|
131
|
+
) {
|
|
125
132
|
passwordCallLogicUuid.add(node.uuid);
|
|
126
133
|
}
|
|
127
134
|
});
|
|
@@ -168,14 +175,10 @@ export async function genReleaseBody(app: App, releaseData: ReleaseData) {
|
|
|
168
175
|
},
|
|
169
176
|
} = app;
|
|
170
177
|
|
|
171
|
-
|
|
178
|
+
const authReport: ReturnType<typeof getAuthReport> = getAuthReport(app, frontends);
|
|
179
|
+
logPublishFunc(`[权限] "[${app.title}]" 分析权限数据成功!`);
|
|
172
180
|
const logicPageResourceDtoList = await genPermissionData(app);
|
|
173
181
|
|
|
174
|
-
if (realRelease) {
|
|
175
|
-
authReport = getAuthReport(app, frontends);
|
|
176
|
-
logPublishFunc(`[权限] "[${app.title}]" 分析权限数据成功!`);
|
|
177
|
-
}
|
|
178
|
-
|
|
179
182
|
const releaseFrontends = app.frontends.map((frontend) => ({
|
|
180
183
|
name: frontend.name,
|
|
181
184
|
type: frontend.type,
|
|
@@ -239,10 +239,9 @@ function findUploaders(app: App) {
|
|
|
239
239
|
});
|
|
240
240
|
return map;
|
|
241
241
|
}
|
|
242
|
-
function checkUploadAuth(
|
|
242
|
+
function checkUploadAuth(view: View | ViewElement) {
|
|
243
243
|
const res: ResourceNode[] = [];
|
|
244
|
-
|
|
245
|
-
uploaders.get('/upload')?.map(node => {
|
|
244
|
+
let node: BaseNode = view;
|
|
246
245
|
if (node instanceof ViewElement) {
|
|
247
246
|
if (node.auth) {
|
|
248
247
|
res.push({
|
|
@@ -256,7 +255,6 @@ function checkUploadAuth(uploaders: Map<string, ViewElement[]>) {
|
|
|
256
255
|
});
|
|
257
256
|
}
|
|
258
257
|
}
|
|
259
|
-
})
|
|
260
258
|
return res;
|
|
261
259
|
}
|
|
262
260
|
function checkPageAndUploadAuth(uploaders: Map<string, ViewElement[]>) {
|
|
@@ -285,10 +283,12 @@ export async function genPermissionData(app: App) {
|
|
|
285
283
|
const key = `${service.url.path}:${service.url.method}`;
|
|
286
284
|
logicPageResourceDtoList[key] = resources;
|
|
287
285
|
}
|
|
288
|
-
|
|
286
|
+
let UIs = Array.from(new Set(uploaders?.get('/upload')))
|
|
287
|
+
let authValue = UIs.map(ui => checkUploadAuth(ui))
|
|
289
288
|
if (authValue?.length) {
|
|
290
|
-
logicPageResourceDtoList['/upload:POST'] =
|
|
289
|
+
logicPageResourceDtoList['/upload:POST'] = checkPageAndUploadAuth(uploaders) != -1 ? [[]] : authValue
|
|
291
290
|
}
|
|
291
|
+
|
|
292
292
|
closeCache();
|
|
293
293
|
// console.timeEnd('xxx');
|
|
294
294
|
return logicPageResourceDtoList;
|
|
@@ -34,7 +34,7 @@ function iterator(tree: Namespace, searchContent: string, fakeNode: FakeNode) {
|
|
|
34
34
|
}
|
|
35
35
|
export function getInterfaces(node: CallInterface | BindEvent, filterText?: string) {
|
|
36
36
|
const app = node?.rootNode as App;
|
|
37
|
-
const _moduleList = app
|
|
37
|
+
const _moduleList = app?.interfaceDependencies.filter((item) => item.type === 'interface') || [];
|
|
38
38
|
const fakeNode = {};
|
|
39
39
|
const interfaces = _moduleList.map((item) => new Namespace({ name: item.name, interfaces: item.interfaces }));
|
|
40
40
|
const tree = new Namespace({
|
package/src/server/naslServer.ts
CHANGED
|
@@ -78,6 +78,7 @@ import {
|
|
|
78
78
|
CallAuthInterface,
|
|
79
79
|
AuthLogicForCallInterface,
|
|
80
80
|
Connector,
|
|
81
|
+
AuthInterface,
|
|
81
82
|
} from '../concepts';
|
|
82
83
|
import { lsp2tspNumber, SourceMap, SourceMapItem } from '../translator';
|
|
83
84
|
import axios from '../service/storage';
|
|
@@ -95,6 +96,7 @@ import { EventEmitter } from '../common/EventEmitter';
|
|
|
95
96
|
import { traverse } from '../utils';
|
|
96
97
|
|
|
97
98
|
import { Decimal } from 'decimal.js';
|
|
99
|
+
import { getNodeByNodeCallee } from '../automate/engine/utils';
|
|
98
100
|
|
|
99
101
|
const EmbeddedTSFileLineMap: { [name: string]: number } = {
|
|
100
102
|
Entity: 3,
|
|
@@ -143,6 +145,7 @@ let isChangeInterface = false; //判断是否导入接口
|
|
|
143
145
|
type ActionNode = { target: Variable; typeannotation: TypeAnnotation };
|
|
144
146
|
let actionArr: Array<ActionNode> = []; //用于导入接口收集更改的节点
|
|
145
147
|
let timer: number = null; //超时器用于收集导入接口相关
|
|
148
|
+
const __naslStdlibFileCacheMap: Map<tsProtocol.OpenRequestArgs['file'], tsProtocol.OpenRequestArgs> = new Map(); // naslStdlib文件缓存
|
|
146
149
|
|
|
147
150
|
// 联合类型切割取出类型
|
|
148
151
|
export function getDisplayString2Type(displayString: string) {
|
|
@@ -182,6 +185,7 @@ export function getDisplayString2Type(displayString: string) {
|
|
|
182
185
|
|
|
183
186
|
@sentryMonitorNaslServer
|
|
184
187
|
class NaslServer {
|
|
188
|
+
naslStdlibFileCacheMap = __naslStdlibFileCacheMap;
|
|
185
189
|
messager: Messager = undefined;
|
|
186
190
|
|
|
187
191
|
worker: Worker = undefined;
|
|
@@ -312,12 +316,12 @@ class NaslServer {
|
|
|
312
316
|
await this.addFile({
|
|
313
317
|
file: 'nasl.ui.definition.ts',
|
|
314
318
|
fileContent: code,
|
|
315
|
-
});
|
|
319
|
+
}, { cache: true });
|
|
316
320
|
Object.keys(naslStdlibMap).forEach(async (libFileName: string) => {
|
|
317
321
|
await this.addFile({
|
|
318
322
|
file: '/' + libFileName,
|
|
319
323
|
fileContent: naslStdlibMap[libFileName],
|
|
320
|
-
});
|
|
324
|
+
}, { cache: true });
|
|
321
325
|
});
|
|
322
326
|
this.elementsLogic = elementsLogic;
|
|
323
327
|
// 全部文件加载完毕开始初始化
|
|
@@ -615,9 +619,14 @@ class NaslServer {
|
|
|
615
619
|
/**
|
|
616
620
|
* 初始化之前添加文件
|
|
617
621
|
*/
|
|
618
|
-
addFile(file: tsProtocol.OpenRequestArgs) {
|
|
622
|
+
addFile(file: tsProtocol.OpenRequestArgs, { cache = false } = {}) {
|
|
623
|
+
cache && this.cacheFile(file)
|
|
619
624
|
return this.messager.requestCommand('addFile', file);
|
|
620
625
|
}
|
|
626
|
+
// 缓存添加过的文件
|
|
627
|
+
cacheFile(options: tsProtocol.OpenRequestArgs) {
|
|
628
|
+
__naslStdlibFileCacheMap.set(options.file, options);
|
|
629
|
+
}
|
|
621
630
|
|
|
622
631
|
/**u
|
|
623
632
|
* 只新增文件
|
|
@@ -1649,6 +1658,25 @@ class NaslServer {
|
|
|
1649
1658
|
diagnostics.push(diagnostic);
|
|
1650
1659
|
}
|
|
1651
1660
|
}
|
|
1661
|
+
} else if (node instanceof CallInterface) {
|
|
1662
|
+
const isAuthInterface = this.hasAuth(node);
|
|
1663
|
+
const interfaceName = node.calleewholeKey.slice(node.calleewholeKey.lastIndexOf('.') + 1);
|
|
1664
|
+
if (isAuthInterface) {
|
|
1665
|
+
const errorMsg = `${interfaceName} 接口有鉴权方式,不支持在前端调用`;
|
|
1666
|
+
const diagnostic = {
|
|
1667
|
+
node,
|
|
1668
|
+
severity: 'error',
|
|
1669
|
+
message: errorMsg,
|
|
1670
|
+
};
|
|
1671
|
+
diagnostics.push(diagnostic);
|
|
1672
|
+
const tsErrorDetail = {
|
|
1673
|
+
severity: 'error',
|
|
1674
|
+
errorPos: {
|
|
1675
|
+
typeName: errorMsg,
|
|
1676
|
+
},
|
|
1677
|
+
};
|
|
1678
|
+
node.tsErrorDetail = tsErrorDetail;
|
|
1679
|
+
}
|
|
1652
1680
|
} else {
|
|
1653
1681
|
this.checkNodeError(node, diagnostics);
|
|
1654
1682
|
}
|
|
@@ -2244,6 +2272,14 @@ class NaslServer {
|
|
|
2244
2272
|
}
|
|
2245
2273
|
}
|
|
2246
2274
|
|
|
2275
|
+
/**
|
|
2276
|
+
* 判断当前CallInterface 对应的 Interface 是否含有鉴权方式
|
|
2277
|
+
*/
|
|
2278
|
+
hasAuth(node: CallInterface) {
|
|
2279
|
+
const tInterface = getNodeByNodeCallee(node.rootNode, node.calleewholeKey);
|
|
2280
|
+
return tInterface instanceof AuthInterface
|
|
2281
|
+
}
|
|
2282
|
+
|
|
2247
2283
|
/* 接口导入查找 */
|
|
2248
2284
|
existStructureFix(semanticDiagnostics: Diagnostic[], node: FileNode, that: any) {
|
|
2249
2285
|
let module: Module;
|
|
@@ -2489,7 +2525,12 @@ class NaslServer {
|
|
|
2489
2525
|
const minRange = this._findMinRange(refItem, fileNode as FileNode);
|
|
2490
2526
|
if (minRange.node && (minRange.node instanceof QueryFromExpression || minRange.node instanceof QueryJoinExpression)) {
|
|
2491
2527
|
const callQueryComponent = minRange.node.getAncestor('CallQueryComponent') as CallQueryComponent;
|
|
2492
|
-
|
|
2528
|
+
let callQueryComponentTypeAnnotation: TypeAnnotation;
|
|
2529
|
+
callQueryComponent.logic.sourceMap.forEach((value, key: TypeAnnotation) => {
|
|
2530
|
+
if (key.concept === 'TypeAnnotation' && key.parentNode === callQueryComponent) {
|
|
2531
|
+
callQueryComponentTypeAnnotation = key;
|
|
2532
|
+
}
|
|
2533
|
+
});
|
|
2493
2534
|
const { currentSource: qcTypeAnnotationCurrentSource, fileNode } = callQueryComponentTypeAnnotation.getCurrentSource();
|
|
2494
2535
|
const { currentSource: logicCurrentSource } = fileNode.getCurrentSource();
|
|
2495
2536
|
const aggregateLength = callQueryComponent.select.selectAggregateElements.filter((item: any) => item.aggregateName && item.asName).length;
|
|
@@ -3666,11 +3707,20 @@ class NaslServer {
|
|
|
3666
3707
|
line: lsp2tspNumber(item.range.start.line),
|
|
3667
3708
|
offset: lsp2tspNumber(item.range.start.character),
|
|
3668
3709
|
};
|
|
3710
|
+
|
|
3669
3711
|
// 位置计算偏移
|
|
3670
|
-
if (node
|
|
3671
|
-
|
|
3672
|
-
|
|
3673
|
-
|
|
3712
|
+
if ('getQuickInfoOffset' in node) {
|
|
3713
|
+
Object.assign(fileDetail, (node as any).getQuickInfoOffset(fileDetail, item.code));
|
|
3714
|
+
}
|
|
3715
|
+
|
|
3716
|
+
// 位置计算偏移2
|
|
3717
|
+
// TODO: 之后考虑把这些偏移量计算全都挪到节点内部去
|
|
3718
|
+
if (
|
|
3719
|
+
node.concept === 'BinaryExpression' ||
|
|
3720
|
+
node.concept === 'CallLogic' ||
|
|
3721
|
+
node.concept === 'CallFunction' ||
|
|
3722
|
+
node.concept === 'CallInterface'
|
|
3723
|
+
) {
|
|
3674
3724
|
// 如果没有括号 ,括号就在外面,就 -1
|
|
3675
3725
|
// 有括号就找到括号的位置 然后 -1
|
|
3676
3726
|
let indexOf = 0;
|
package/src/server/translator.ts
CHANGED
|
@@ -586,18 +586,6 @@ export function naslNodeTranslateMessage(minRange: MinRange, tsErrorDetail: Diag
|
|
|
586
586
|
tsErrorDetail.message = '自动推导不出类型!newList中有未知类型';
|
|
587
587
|
}
|
|
588
588
|
}
|
|
589
|
-
|
|
590
|
-
// 针对前端逻辑,有可能原因是找接口被增加鉴权方式导致
|
|
591
|
-
if (/Property '(.+?)' does not exist on type 'typeof (.+?)'/.exec(text) && isFELogic) {
|
|
592
|
-
// 如果存在 则 目标 Interface 更新为了 鉴权相关的,需要给出对应提示
|
|
593
|
-
const app = node.rootNode;
|
|
594
|
-
if ((node as CallInterface)?.calleeKey) {
|
|
595
|
-
const targetInterface = getNodeByNodeCallee(app, (node as CallInterface).calleeKey);
|
|
596
|
-
if (targetInterface && node.concept === 'CallInterface') {
|
|
597
|
-
tsErrorDetail.message = `${(node as CallInterface)?.calleeName}接口有鉴权,不支持在前端调用`;
|
|
598
|
-
}
|
|
599
|
-
}
|
|
600
|
-
}
|
|
601
589
|
if (node instanceof Argument || node instanceof Anchor) {
|
|
602
590
|
// if (/Type '(.+?)' is not assignable to type '(.+?)'./.exec(text)) {
|
|
603
591
|
// }
|