@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
|
@@ -1,707 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
-
}) : function(o, v) {
|
|
16
|
-
o["default"] = v;
|
|
17
|
-
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
-
if (mod && mod.__esModule) return mod;
|
|
20
|
-
var result = {};
|
|
21
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
-
__setModuleDefault(result, mod);
|
|
23
|
-
return result;
|
|
24
|
-
};
|
|
25
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.genReloadLogic = exports.genGridViewMultipleKeyBlock = exports.genCurdMultipleKeyBlock = exports.genUpdateSubmitLogic = exports.genSubmitLogic = void 0;
|
|
27
|
-
/**
|
|
28
|
-
* 1. 从genCurdBlock组件复制,算是工行的定制化需求多主键(联合主键的支持)
|
|
29
|
-
* 2. 改动了原来判断id的逻辑
|
|
30
|
-
* 3. 先简单做后续在看如何优化,
|
|
31
|
-
* 4. 主键目前支持 Long String Double 类型接口所以只禁用了对应的三个类型
|
|
32
|
-
*/
|
|
33
|
-
const utils = __importStar(require("../utils"));
|
|
34
|
-
const utils_1 = require("./utils");
|
|
35
|
-
const _1 = require(".");
|
|
36
|
-
function genFilterTemplate(entity, nameGroup, selectNameGroupMap) {
|
|
37
|
-
const dataSource = entity.parentNode;
|
|
38
|
-
const properties = entity.properties.filter((0, _1.filterProperty)('inFilter'));
|
|
39
|
-
return `
|
|
40
|
-
<u-linear-layout justify="space-between">
|
|
41
|
-
<u-form layout="inline">
|
|
42
|
-
${properties
|
|
43
|
-
.map((property) => {
|
|
44
|
-
const vModel = `${nameGroup.viewVariableFilter}.${property.name}`;
|
|
45
|
-
const label = property.label || property.name;
|
|
46
|
-
let formItem = `<u-form-item layout="center"><template #label><u-text text="${label}"></u-text></template>`;
|
|
47
|
-
const { typeAnnotation } = property || {};
|
|
48
|
-
const { typeName: propertyTypeName, typeNamespace: propertyTypeNamespace, } = typeAnnotation || {};
|
|
49
|
-
const propertyTypeMaxLength = Number(property.rules.find((item) => item.indexOf('max') > -1)?.split('(')[1].slice(0, -1)) || 0;
|
|
50
|
-
if (property.relationEntity) {
|
|
51
|
-
// 有外键关联
|
|
52
|
-
const relationEntity = dataSource?.findEntityByName(property.relationEntity);
|
|
53
|
-
if (relationEntity) {
|
|
54
|
-
const relationProperty = relationEntity.properties.find((prop) => prop.name === property.relationProperty);
|
|
55
|
-
const displayedProperty = (0, _1.getFirstDisplayedProperty)(relationEntity);
|
|
56
|
-
if (displayedProperty) {
|
|
57
|
-
const lowerEntityName = utils.firstLowerCase(relationEntity.name);
|
|
58
|
-
// 存在多个属性关联同一个实体的情况,因此加上属性名用以唯一标识
|
|
59
|
-
const key = [property.name, relationEntity.name].join('-');
|
|
60
|
-
const selectNameGroup = selectNameGroupMap.get(key);
|
|
61
|
-
formItem += `
|
|
62
|
-
<u-select clearable placeholder="请选择${label}" :data-source="${selectNameGroup.viewLogicLoad}"
|
|
63
|
-
text-field="${lowerEntityName}.${displayedProperty.name}" value-field="${lowerEntityName}.${relationProperty.name}" :pageable="true" :remote-paging="true" v-model="${vModel}">
|
|
64
|
-
</u-select>
|
|
65
|
-
`;
|
|
66
|
-
}
|
|
67
|
-
else
|
|
68
|
-
return '';
|
|
69
|
-
}
|
|
70
|
-
else
|
|
71
|
-
return '';
|
|
72
|
-
}
|
|
73
|
-
else if (propertyTypeName === 'Boolean') {
|
|
74
|
-
formItem += `
|
|
75
|
-
<u-select clearable v-model="${vModel}" placeholder="请输入${label}">
|
|
76
|
-
<u-select-item :value="true" text="是">是</u-select-item>
|
|
77
|
-
<u-select-item :value="false" text="否">否</u-select-item>
|
|
78
|
-
</u-select>
|
|
79
|
-
`;
|
|
80
|
-
}
|
|
81
|
-
else if (propertyTypeName === 'Integer' || propertyTypeName === 'Long') {
|
|
82
|
-
formItem += `<u-number-input v-model="${vModel}" placeholder="请输入${label}"></u-number-input>`;
|
|
83
|
-
}
|
|
84
|
-
else if (propertyTypeName === 'Double') {
|
|
85
|
-
formItem += `<u-number-input v-model="${vModel}" :precision="0" :step="0" placeholder="请输入${label}"></u-number-input>`;
|
|
86
|
-
}
|
|
87
|
-
else if (propertyTypeName === 'Decimal') {
|
|
88
|
-
formItem += `<u-number-input v-model="${vModel}" :precision="0" :step="0" placeholder="请输入${label}"></u-number-input>`;
|
|
89
|
-
}
|
|
90
|
-
else if (propertyTypeName === 'String' && propertyTypeMaxLength > 255) {
|
|
91
|
-
formItem += `<u-textarea v-model="${vModel}" placeholder="请输入${label}"></u-textarea>`;
|
|
92
|
-
}
|
|
93
|
-
else if (propertyTypeName === 'Date') {
|
|
94
|
-
formItem += `<u-date-picker clearable :value.sync="${vModel}" placeholder="请输入${label}"></u-date-picker>`;
|
|
95
|
-
}
|
|
96
|
-
else if (propertyTypeName === 'Time') {
|
|
97
|
-
formItem += `<u-time-picker :value.sync="${vModel}" placeholder="请输入${label}"></u-time-picker>`;
|
|
98
|
-
}
|
|
99
|
-
else if (propertyTypeName === 'DateTime') {
|
|
100
|
-
formItem += `<u-date-time-picker clearable :value.sync="${vModel}" placeholder="请输入${label}"></u-date-time-picker>`;
|
|
101
|
-
}
|
|
102
|
-
else {
|
|
103
|
-
const namespaceArr = propertyTypeNamespace.split('.');
|
|
104
|
-
const type = namespaceArr.pop();
|
|
105
|
-
if (type === 'enums') {
|
|
106
|
-
const Enum = dataSource.app.findNodeByCompleteName(propertyTypeNamespace + '.' + propertyTypeName);
|
|
107
|
-
formItem += (0, _1.genEnumSelectBlock)(Enum, `${vModel}`, '', `请选择${label}`, true);
|
|
108
|
-
}
|
|
109
|
-
else {
|
|
110
|
-
formItem += `<u-input v-model="${vModel}" placeholder="请输入${label}"></u-input>`;
|
|
111
|
-
}
|
|
112
|
-
}
|
|
113
|
-
formItem += `</u-form-item>`;
|
|
114
|
-
return formItem;
|
|
115
|
-
})
|
|
116
|
-
.join('')}
|
|
117
|
-
|
|
118
|
-
<u-form-item layout="center" label-size="auto">
|
|
119
|
-
<u-button color="primary" @click="${nameGroup.viewLogicReload}">查 询</u-button>
|
|
120
|
-
</u-form-item>
|
|
121
|
-
</u-form>
|
|
122
|
-
|
|
123
|
-
<u-linear-layout><u-button color="primary" @click="${nameGroup.viewLogicCreate}">创 建</u-button></u-linear-layout>
|
|
124
|
-
</u-linear-layout>
|
|
125
|
-
`;
|
|
126
|
-
}
|
|
127
|
-
function genSaveModalTemplate(entity, nameGroup, selectNameGroupMap) {
|
|
128
|
-
const dataSource = entity.parentNode;
|
|
129
|
-
const properties = entity.properties.filter((0, _1.filterProperty)('inForm'));
|
|
130
|
-
return `
|
|
131
|
-
<u-modal ref="${nameGroup.viewElementSaveModal}">
|
|
132
|
-
<template #title>
|
|
133
|
-
<div v-if="${nameGroup.viewVariableIsUpdate}">修改</div>
|
|
134
|
-
<div v-if="!${nameGroup.viewVariableIsUpdate}">创建</div>
|
|
135
|
-
</template>
|
|
136
|
-
<template #body>
|
|
137
|
-
<u-form ref="${nameGroup.viewElementSaveModalForm}">
|
|
138
|
-
${properties
|
|
139
|
-
.map((property) => {
|
|
140
|
-
const vModel = `${nameGroup.viewVariableInput}.${property.name}`;
|
|
141
|
-
const label = property.label || property.name;
|
|
142
|
-
const required = !!property.required;
|
|
143
|
-
const rules = [];
|
|
144
|
-
if (property.rules && property.rules.length) {
|
|
145
|
-
property.rules.forEach((rule) => rules.push(rule));
|
|
146
|
-
}
|
|
147
|
-
if (required)
|
|
148
|
-
rules.push('required');
|
|
149
|
-
const rulesStr = rules.join(' | ');
|
|
150
|
-
let formItem = `<u-form-item ${required ? 'required' : ''} ${rulesStr.length ? `rules="${rulesStr}"` : ''} layout="center"><template #label><u-text text="${label}"></u-text></template>`;
|
|
151
|
-
const { typeAnnotation } = property || {};
|
|
152
|
-
const { typeName: propertyTypeName, typeNamespace: propertyTypeNamespace, } = typeAnnotation || {};
|
|
153
|
-
const propertyTypeMaxLength = Number(property.rules.find((item) => item.indexOf('max') > -1)?.split('(')[1].slice(0, -1)) || 0;
|
|
154
|
-
if (property.relationEntity) {
|
|
155
|
-
// 有外键关联
|
|
156
|
-
const relationEntity = dataSource?.findEntityByName(property.relationEntity);
|
|
157
|
-
if (relationEntity) {
|
|
158
|
-
const relationProperty = relationEntity.properties.find((prop) => prop.name === property.relationProperty);
|
|
159
|
-
const displayedProperty = (0, _1.getFirstDisplayedProperty)(relationEntity);
|
|
160
|
-
if (displayedProperty) {
|
|
161
|
-
const lowerEntityName = utils.firstLowerCase(relationEntity.name);
|
|
162
|
-
// 存在多个属性关联同一个实体的情况,因此加上属性名用以唯一标识
|
|
163
|
-
const key = [property.name, relationEntity.name].join('-');
|
|
164
|
-
const selectNameGroup = selectNameGroupMap.get(key);
|
|
165
|
-
formItem += `
|
|
166
|
-
<u-select clearable placeholder="请选择${label}"
|
|
167
|
-
text-field="${lowerEntityName}.${displayedProperty.name}"
|
|
168
|
-
value-field="${lowerEntityName}.${relationProperty.name}"
|
|
169
|
-
:data-source="${selectNameGroup.viewLogicLoad}"
|
|
170
|
-
:pageable="true"
|
|
171
|
-
:remote-paging="true"
|
|
172
|
-
${property.primaryKey ? `:disabled="${nameGroup.viewVariableIsUpdate}"` : ''}
|
|
173
|
-
v-model="${vModel}">
|
|
174
|
-
</u-select>
|
|
175
|
-
`;
|
|
176
|
-
}
|
|
177
|
-
else
|
|
178
|
-
return '';
|
|
179
|
-
}
|
|
180
|
-
else
|
|
181
|
-
return '';
|
|
182
|
-
}
|
|
183
|
-
else if (propertyTypeName === 'Boolean') {
|
|
184
|
-
formItem += `
|
|
185
|
-
<u-select clearable v-model="${vModel}" placeholder="请输入${label}" ${property.primaryKey ? `:disabled="${nameGroup.viewVariableIsUpdate}"` : ''}>
|
|
186
|
-
<u-select-item :value="true" text="是"><u-text text="是"></u-text></u-select-item>
|
|
187
|
-
<u-select-item :value="false" text="否"><u-text text="否"></u-text></u-select-item>
|
|
188
|
-
</u-select>`;
|
|
189
|
-
}
|
|
190
|
-
else if (propertyTypeName === 'Integer' || propertyTypeName === 'Long') {
|
|
191
|
-
formItem += `<u-number-input v-model="${vModel}" placeholder="请输入${label}" ${property.primaryKey ? `:disabled="${nameGroup.viewVariableIsUpdate}"` : ''}></u-number-input>`;
|
|
192
|
-
}
|
|
193
|
-
else if (propertyTypeName === 'Double') {
|
|
194
|
-
formItem += `<u-number-input v-model="${vModel}" :precision="0" :step="0" placeholder="请输入${label}" ${property.primaryKey ? `:disabled="${nameGroup.viewVariableIsUpdate}"` : ''}></u-number-input>`;
|
|
195
|
-
}
|
|
196
|
-
else if (propertyTypeName === 'Decimal') {
|
|
197
|
-
formItem += `<u-number-input v-model="${vModel}" :precision="0" :step="0" placeholder="请输入${label}" ${property.primaryKey ? `:disabled="${nameGroup.viewVariableIsUpdate}"` : ''}></u-number-input>`;
|
|
198
|
-
}
|
|
199
|
-
else if (propertyTypeName === 'String' && propertyTypeMaxLength > 255) {
|
|
200
|
-
formItem += `<u-textarea v-model="${vModel}" placeholder="请输入${label}" ${property.primaryKey ? `:disabled="${nameGroup.viewVariableIsUpdate}"` : ''}></u-textarea>`;
|
|
201
|
-
}
|
|
202
|
-
else if (propertyTypeName === 'Date') {
|
|
203
|
-
formItem += `<u-date-picker clearable :value.sync="${vModel}" placeholder="请输入${label}" ${property.primaryKey ? `:disabled="${nameGroup.viewVariableIsUpdate}"` : ''}></u-date-picker>`;
|
|
204
|
-
}
|
|
205
|
-
else if (propertyTypeName === 'Time') {
|
|
206
|
-
formItem += `<u-time-picker :value.sync="${vModel}" placeholder="请输入${label}" ${property.primaryKey ? `:disabled="${nameGroup.viewVariableIsUpdate}"` : ''}></u-time-picker>`;
|
|
207
|
-
}
|
|
208
|
-
else if (propertyTypeName === 'DateTime') {
|
|
209
|
-
formItem += `<u-date-time-picker clearable :value.sync="${vModel}" placeholder="请输入${label}" ${property.primaryKey ? `:disabled="${nameGroup.viewVariableIsUpdate}"` : ''}></u-date-time-picker>`;
|
|
210
|
-
}
|
|
211
|
-
else {
|
|
212
|
-
const namespaceArr = propertyTypeNamespace.split('.');
|
|
213
|
-
const type = namespaceArr.pop();
|
|
214
|
-
if (type === 'enums') {
|
|
215
|
-
const Enum = dataSource.app.findNodeByCompleteName(propertyTypeNamespace + '.' + propertyTypeName);
|
|
216
|
-
formItem += (0, _1.genEnumSelectBlock)(Enum, `${vModel}`, '', `请选择${label}`, true);
|
|
217
|
-
}
|
|
218
|
-
else {
|
|
219
|
-
formItem += `<u-input v-model="${vModel}" placeholder="请输入${label}" ${property.primaryKey ? `:disabled="${nameGroup.viewVariableIsUpdate}"` : ''}></u-input>`;
|
|
220
|
-
}
|
|
221
|
-
}
|
|
222
|
-
formItem += `</u-form-item>\n`;
|
|
223
|
-
return formItem;
|
|
224
|
-
})
|
|
225
|
-
.join('')}
|
|
226
|
-
</u-form>
|
|
227
|
-
</template>
|
|
228
|
-
<template #foot>
|
|
229
|
-
<u-linear-layout>
|
|
230
|
-
<u-button color="primary" @click="${nameGroup.viewLogicUpdateSubmit}()" v-if="${nameGroup.viewVariableIsUpdate}">提交修改</u-button>
|
|
231
|
-
<u-button color="primary" @click="${nameGroup.viewLogicSubmit}()" v-if="!${nameGroup.viewVariableIsUpdate}">立即创建</u-button>
|
|
232
|
-
</u-linear-layout>
|
|
233
|
-
</template>
|
|
234
|
-
</u-modal>`;
|
|
235
|
-
}
|
|
236
|
-
function genInitLogic(nameGroup) {
|
|
237
|
-
return utils_1.NaslNode.Logic({
|
|
238
|
-
name: nameGroup.viewLogicInit,
|
|
239
|
-
description: '',
|
|
240
|
-
params: [],
|
|
241
|
-
returns: [],
|
|
242
|
-
variables: [],
|
|
243
|
-
body: [
|
|
244
|
-
utils_1.NaslLogicItem.Start,
|
|
245
|
-
utils_1.NaslLogicItem.CallFunction({
|
|
246
|
-
calleeName: 'Clear',
|
|
247
|
-
arguments: [
|
|
248
|
-
utils_1.NaslLogicItem.Argument({
|
|
249
|
-
keyword: 'struct',
|
|
250
|
-
expression: utils_1.NaslLogicItem.Identifier({
|
|
251
|
-
name: nameGroup.viewVariableFilter,
|
|
252
|
-
}),
|
|
253
|
-
}),
|
|
254
|
-
],
|
|
255
|
-
}),
|
|
256
|
-
utils_1.NaslLogicItem.End,
|
|
257
|
-
],
|
|
258
|
-
playground: [],
|
|
259
|
-
});
|
|
260
|
-
}
|
|
261
|
-
function genCreateLogic(nameGroup) {
|
|
262
|
-
return utils_1.NaslNode.Logic({
|
|
263
|
-
name: nameGroup.viewLogicCreate,
|
|
264
|
-
description: '',
|
|
265
|
-
params: [],
|
|
266
|
-
returns: [],
|
|
267
|
-
variables: [],
|
|
268
|
-
body: [
|
|
269
|
-
utils_1.NaslLogicItem.Start,
|
|
270
|
-
utils_1.NaslLogicItem.Assignment({
|
|
271
|
-
left: utils_1.NaslLogicItem.Identifier({
|
|
272
|
-
name: nameGroup.viewVariableIsUpdate,
|
|
273
|
-
}),
|
|
274
|
-
right: utils_1.NaslLogicItem.Identifier({
|
|
275
|
-
name: 'false',
|
|
276
|
-
}),
|
|
277
|
-
}),
|
|
278
|
-
utils_1.NaslLogicItem.Assignment({
|
|
279
|
-
left: utils_1.NaslLogicItem.Identifier({
|
|
280
|
-
name: nameGroup.viewVariableInput,
|
|
281
|
-
}),
|
|
282
|
-
right: utils_1.NaslLogicItem.CallFunction({
|
|
283
|
-
calleeName: 'Clone',
|
|
284
|
-
arguments: [
|
|
285
|
-
utils_1.NaslLogicItem.Argument({
|
|
286
|
-
keyword: 'obj',
|
|
287
|
-
expression: utils_1.NaslLogicItem.Identifier({
|
|
288
|
-
name: nameGroup.viewVariableEntity,
|
|
289
|
-
}),
|
|
290
|
-
}),
|
|
291
|
-
],
|
|
292
|
-
}),
|
|
293
|
-
}),
|
|
294
|
-
(0, _1.genCallComponentLogic)(nameGroup.viewElementSaveModal, 'open'),
|
|
295
|
-
utils_1.NaslLogicItem.End,
|
|
296
|
-
],
|
|
297
|
-
playground: [],
|
|
298
|
-
});
|
|
299
|
-
}
|
|
300
|
-
function genSubmitLogic(entity, nameGroup) {
|
|
301
|
-
const ns = entity.ns;
|
|
302
|
-
const createLogic = ns?.logics?.find((logic) => logic.name === `create`);
|
|
303
|
-
return utils_1.NaslNode.Logic({
|
|
304
|
-
name: nameGroup.viewLogicSubmit,
|
|
305
|
-
params: [],
|
|
306
|
-
returns: [],
|
|
307
|
-
variables: [
|
|
308
|
-
utils_1.NaslNode.Variable({
|
|
309
|
-
name: 'validateResult',
|
|
310
|
-
typeAnnotation: utils_1.NaslUITypeAnnotation.ValidateEvent,
|
|
311
|
-
}),
|
|
312
|
-
],
|
|
313
|
-
body: [
|
|
314
|
-
utils_1.NaslLogicItem.Start,
|
|
315
|
-
utils_1.NaslLogicItem.Assignment({
|
|
316
|
-
left: utils_1.NaslLogicItem.Identifier({
|
|
317
|
-
name: 'validateResult',
|
|
318
|
-
}),
|
|
319
|
-
right: (0, _1.genCallComponentLogic)(nameGroup.viewElementSaveModalForm, 'validate'),
|
|
320
|
-
}),
|
|
321
|
-
utils_1.NaslLogicItem.IfStatement({
|
|
322
|
-
test: utils_1.NaslLogicItem.MemberExpression({
|
|
323
|
-
object: utils_1.NaslLogicItem.Identifier({
|
|
324
|
-
name: 'validateResult',
|
|
325
|
-
}),
|
|
326
|
-
property: utils_1.NaslLogicItem.Identifier({
|
|
327
|
-
name: 'valid',
|
|
328
|
-
}),
|
|
329
|
-
}),
|
|
330
|
-
consequent: [
|
|
331
|
-
utils_1.NaslLogicItem.CallLogic({
|
|
332
|
-
calleeNamespace: createLogic.getNamespace(),
|
|
333
|
-
calleeName: createLogic.name,
|
|
334
|
-
arguments: [
|
|
335
|
-
(0, _1.genLogicParam)(`${createLogic.params[0].name}`, nameGroup.viewVariableInput),
|
|
336
|
-
],
|
|
337
|
-
}),
|
|
338
|
-
(0, _1.genCallComponentLogic)(nameGroup.viewElementSaveModal, 'close'),
|
|
339
|
-
(0, _1.genCallComponentLogic)(nameGroup.viewElementMainView, 'reload'),
|
|
340
|
-
],
|
|
341
|
-
alternate: [],
|
|
342
|
-
}),
|
|
343
|
-
utils_1.NaslLogicItem.End,
|
|
344
|
-
],
|
|
345
|
-
playground: [],
|
|
346
|
-
});
|
|
347
|
-
}
|
|
348
|
-
exports.genSubmitLogic = genSubmitLogic;
|
|
349
|
-
function genUpdateSubmitLogic(entity, nameGroup) {
|
|
350
|
-
const ns = entity.ns;
|
|
351
|
-
const updateLogic = ns?.logics?.find((logic) => logic.name === `update`);
|
|
352
|
-
return utils_1.NaslNode.Logic({
|
|
353
|
-
name: nameGroup.viewLogicUpdateSubmit,
|
|
354
|
-
params: [],
|
|
355
|
-
returns: [],
|
|
356
|
-
variables: [
|
|
357
|
-
utils_1.NaslNode.Variable({
|
|
358
|
-
name: 'validateResult',
|
|
359
|
-
typeAnnotation: utils_1.NaslUITypeAnnotation.ValidateEvent,
|
|
360
|
-
}),
|
|
361
|
-
],
|
|
362
|
-
body: [
|
|
363
|
-
utils_1.NaslLogicItem.Start,
|
|
364
|
-
utils_1.NaslLogicItem.Assignment({
|
|
365
|
-
left: utils_1.NaslLogicItem.Identifier({
|
|
366
|
-
name: 'validateResult',
|
|
367
|
-
}),
|
|
368
|
-
right: (0, _1.genCallComponentLogic)(nameGroup.viewElementSaveModalForm, 'validate'),
|
|
369
|
-
}),
|
|
370
|
-
utils_1.NaslLogicItem.IfStatement({
|
|
371
|
-
test: utils_1.NaslLogicItem.MemberExpression({
|
|
372
|
-
object: utils_1.NaslLogicItem.Identifier({
|
|
373
|
-
name: 'validateResult',
|
|
374
|
-
}),
|
|
375
|
-
property: utils_1.NaslLogicItem.Identifier({
|
|
376
|
-
name: 'valid',
|
|
377
|
-
}),
|
|
378
|
-
}),
|
|
379
|
-
consequent: [
|
|
380
|
-
utils_1.NaslLogicItem.CallLogic({
|
|
381
|
-
calleeNamespace: updateLogic.getNamespace(),
|
|
382
|
-
calleeName: updateLogic.name,
|
|
383
|
-
arguments: [
|
|
384
|
-
(0, _1.genLogicParam)(`${updateLogic.params[0].name}`, nameGroup.viewVariableInput),
|
|
385
|
-
],
|
|
386
|
-
}),
|
|
387
|
-
(0, _1.genCallComponentLogic)(nameGroup.viewElementSaveModal, 'close'),
|
|
388
|
-
(0, _1.genCallComponentLogic)(nameGroup.viewElementMainView, 'reload'),
|
|
389
|
-
],
|
|
390
|
-
alternate: [],
|
|
391
|
-
}),
|
|
392
|
-
utils_1.NaslLogicItem.End,
|
|
393
|
-
],
|
|
394
|
-
playground: [],
|
|
395
|
-
});
|
|
396
|
-
}
|
|
397
|
-
exports.genUpdateSubmitLogic = genUpdateSubmitLogic;
|
|
398
|
-
function genModifyLogic(entity, nameGroup) {
|
|
399
|
-
const lowerEntityName = utils.firstLowerCase(entity.name);
|
|
400
|
-
return utils_1.NaslNode.Logic({
|
|
401
|
-
name: nameGroup.viewLogicModify,
|
|
402
|
-
description: '',
|
|
403
|
-
params: [],
|
|
404
|
-
returns: [],
|
|
405
|
-
variables: [],
|
|
406
|
-
body: [
|
|
407
|
-
utils_1.NaslLogicItem.Start,
|
|
408
|
-
utils_1.NaslLogicItem.Assignment({
|
|
409
|
-
left: utils_1.NaslLogicItem.Identifier({
|
|
410
|
-
name: nameGroup.viewVariableIsUpdate,
|
|
411
|
-
}),
|
|
412
|
-
right: utils_1.NaslLogicItem.Identifier({
|
|
413
|
-
name: 'true',
|
|
414
|
-
}),
|
|
415
|
-
}),
|
|
416
|
-
utils_1.NaslLogicItem.Assignment({
|
|
417
|
-
left: utils_1.NaslLogicItem.Identifier({
|
|
418
|
-
name: nameGroup.viewVariableInput,
|
|
419
|
-
}),
|
|
420
|
-
right: utils_1.NaslLogicItem.CallFunction({
|
|
421
|
-
calleeName: 'Clone',
|
|
422
|
-
arguments: [
|
|
423
|
-
utils_1.NaslLogicItem.Argument({
|
|
424
|
-
keyword: 'obj',
|
|
425
|
-
expression: utils_1.NaslLogicItem.MemberExpression({
|
|
426
|
-
object: utils_1.NaslLogicItem.MemberExpression({
|
|
427
|
-
object: utils_1.NaslLogicItem.Identifier({
|
|
428
|
-
name: 'current',
|
|
429
|
-
}),
|
|
430
|
-
property: utils_1.NaslLogicItem.Identifier({
|
|
431
|
-
name: 'item',
|
|
432
|
-
}),
|
|
433
|
-
}),
|
|
434
|
-
property: utils_1.NaslLogicItem.Identifier({
|
|
435
|
-
name: lowerEntityName,
|
|
436
|
-
}),
|
|
437
|
-
}),
|
|
438
|
-
}),
|
|
439
|
-
],
|
|
440
|
-
}),
|
|
441
|
-
}),
|
|
442
|
-
(0, _1.genCallComponentLogic)(nameGroup.viewElementSaveModal, 'open'),
|
|
443
|
-
utils_1.NaslLogicItem.End,
|
|
444
|
-
],
|
|
445
|
-
playground: [],
|
|
446
|
-
});
|
|
447
|
-
}
|
|
448
|
-
// 列表(全)
|
|
449
|
-
function genCurdMultipleKeyBlock(entity, oldNode) {
|
|
450
|
-
const view = oldNode.view;
|
|
451
|
-
const dataSource = entity.parentNode;
|
|
452
|
-
const module = dataSource.app;
|
|
453
|
-
const viewElementMainView = view.getViewElementUniqueName('tableView');
|
|
454
|
-
const nameGroup = (0, _1.genUniqueQueryNameGroup)(module, view, viewElementMainView);
|
|
455
|
-
nameGroup.viewElementMainView = viewElementMainView;
|
|
456
|
-
nameGroup.viewElementSaveModal = view.getViewElementUniqueName('saveModal');
|
|
457
|
-
nameGroup.viewElementSaveModalForm = view.getViewElementUniqueName('saveModalForm');
|
|
458
|
-
nameGroup.viewLogicRemove = view.getLogicUniqueName('remove');
|
|
459
|
-
nameGroup.viewLogicInit = view.getLogicUniqueName('init');
|
|
460
|
-
nameGroup.viewLogicCreate = view.getLogicUniqueName('create');
|
|
461
|
-
nameGroup.viewLogicModify = view.getLogicUniqueName('modify');
|
|
462
|
-
nameGroup.viewLogicSubmit = view.getLogicUniqueName('submit');
|
|
463
|
-
nameGroup.viewLogicUpdateSubmit = view.getLogicUniqueName('updateSubmit');
|
|
464
|
-
nameGroup.viewLogicReload = view.getLogicUniqueName('reload');
|
|
465
|
-
nameGroup.viewVariableEntity = view.getVariableUniqueName(utils.firstLowerCase(entity.name));
|
|
466
|
-
nameGroup.viewVariableInput = view.getVariableUniqueName('input');
|
|
467
|
-
nameGroup.viewVariableFilter = view.getVariableUniqueName('filter');
|
|
468
|
-
nameGroup.viewVariableIsUpdate = view.getVariableUniqueName('isUpdate');
|
|
469
|
-
// 收集所有和本实体关联的实体
|
|
470
|
-
const entitySet = new Set();
|
|
471
|
-
entitySet.add(entity);
|
|
472
|
-
const selectNameGroupMap = new Map();
|
|
473
|
-
const newLogics = [];
|
|
474
|
-
const newLoadSelectLogics = [];
|
|
475
|
-
entity.properties.forEach((property) => {
|
|
476
|
-
// 有外键关联
|
|
477
|
-
if (property.relationEntity) {
|
|
478
|
-
const relationEntity = dataSource?.findEntityByName(property.relationEntity);
|
|
479
|
-
if (relationEntity) {
|
|
480
|
-
const displayedProperty = (0, _1.getFirstDisplayedProperty)(relationEntity);
|
|
481
|
-
if (displayedProperty) {
|
|
482
|
-
entitySet.add(relationEntity);
|
|
483
|
-
const viewElementSelect = view.getViewElementUniqueName('select');
|
|
484
|
-
const selectNameGroup = (0, _1.genUniqueQueryNameGroup)(module, view, viewElementSelect, false, relationEntity.name);
|
|
485
|
-
selectNameGroup.viewElementSelect = viewElementSelect;
|
|
486
|
-
// 存在多个属性关联同一个实体的情况,因此加上属性名用以唯一标识
|
|
487
|
-
const key = [property.name, relationEntity.name].join('-');
|
|
488
|
-
selectNameGroupMap.set(key, selectNameGroup);
|
|
489
|
-
const newLogic = (0, _1.genQueryLogic)([relationEntity], selectNameGroup, false, false, module);
|
|
490
|
-
newLogics.push(newLogic);
|
|
491
|
-
newLoadSelectLogics.push((0, _1.genLoadSelectLogic)(relationEntity, selectNameGroup, newLogic));
|
|
492
|
-
}
|
|
493
|
-
}
|
|
494
|
-
}
|
|
495
|
-
});
|
|
496
|
-
const allEntities = [...entitySet];
|
|
497
|
-
const entityLogic = (0, _1.genQueryLogic)(allEntities, nameGroup, true, true, module);
|
|
498
|
-
newLogics.push(entityLogic);
|
|
499
|
-
return `<template>
|
|
500
|
-
<u-linear-layout direction="vertical">
|
|
501
|
-
${genFilterTemplate(entity, nameGroup, selectNameGroupMap)}
|
|
502
|
-
${(0, _1.genTableTemplate)(entity, nameGroup, true)}
|
|
503
|
-
${genSaveModalTemplate(entity, nameGroup, selectNameGroupMap)}
|
|
504
|
-
</u-linear-layout>
|
|
505
|
-
</template>
|
|
506
|
-
|
|
507
|
-
<definition>
|
|
508
|
-
{
|
|
509
|
-
"viewVariables": [
|
|
510
|
-
{
|
|
511
|
-
"concept": "Variable",
|
|
512
|
-
"name": "${nameGroup.viewVariableEntity}",
|
|
513
|
-
"typeAnnotation": ${JSON.stringify(utils_1.NaslTypeAnnotation.Reference({
|
|
514
|
-
typeNamespace: entity.getNamespace(),
|
|
515
|
-
typeName: entity.name,
|
|
516
|
-
}))}
|
|
517
|
-
},
|
|
518
|
-
{
|
|
519
|
-
"concept": "Variable",
|
|
520
|
-
"name": "${nameGroup.viewVariableInput}",
|
|
521
|
-
"typeAnnotation": ${JSON.stringify(utils_1.NaslTypeAnnotation.Reference({
|
|
522
|
-
typeNamespace: entity.getNamespace(),
|
|
523
|
-
typeName: entity.name,
|
|
524
|
-
}))}
|
|
525
|
-
},
|
|
526
|
-
{
|
|
527
|
-
"concept": "Variable",
|
|
528
|
-
"name": "${nameGroup.viewVariableFilter}",
|
|
529
|
-
"typeAnnotation": ${JSON.stringify(utils_1.NaslTypeAnnotation.Reference({
|
|
530
|
-
typeNamespace: entity.getNamespace(),
|
|
531
|
-
typeName: entity.name,
|
|
532
|
-
}))}
|
|
533
|
-
},
|
|
534
|
-
{
|
|
535
|
-
"concept": "Variable",
|
|
536
|
-
"name": "${nameGroup.viewVariableIsUpdate}",
|
|
537
|
-
"typeAnnotation": ${JSON.stringify(utils_1.NaslCoreTypeAnnotation.Boolean)}
|
|
538
|
-
}
|
|
539
|
-
],
|
|
540
|
-
"viewLogics": [
|
|
541
|
-
${JSON.stringify((0, _1.genTableLoadLogic)(entity, nameGroup, entityLogic, true))},
|
|
542
|
-
${JSON.stringify((0, _1.genTableRemoveLogic)(entity, nameGroup))},
|
|
543
|
-
${JSON.stringify(genInitLogic(nameGroup))},
|
|
544
|
-
${JSON.stringify(genCreateLogic(nameGroup))},
|
|
545
|
-
${JSON.stringify(genModifyLogic(entity, nameGroup))},
|
|
546
|
-
${JSON.stringify(genSubmitLogic(entity, nameGroup))},
|
|
547
|
-
${JSON.stringify(genUpdateSubmitLogic(entity, nameGroup))},
|
|
548
|
-
${JSON.stringify(genReloadLogic(nameGroup))}
|
|
549
|
-
${newLoadSelectLogics.map((logic) => ',' + JSON.stringify(logic)).join('\n')}
|
|
550
|
-
],
|
|
551
|
-
"viewBindEvents": [
|
|
552
|
-
{
|
|
553
|
-
"concept": "BindEvent",
|
|
554
|
-
"arguments": [],
|
|
555
|
-
"name": "created",
|
|
556
|
-
"calleeNamespace": "",
|
|
557
|
-
"calleeName": "${nameGroup.viewLogicInit}"
|
|
558
|
-
}
|
|
559
|
-
],
|
|
560
|
-
|
|
561
|
-
"logics": ${JSON.stringify(newLogics)}
|
|
562
|
-
}
|
|
563
|
-
</definition>
|
|
564
|
-
`;
|
|
565
|
-
}
|
|
566
|
-
exports.genCurdMultipleKeyBlock = genCurdMultipleKeyBlock;
|
|
567
|
-
// 数据网格(全)
|
|
568
|
-
function genGridViewMultipleKeyBlock(entity, oldNode) {
|
|
569
|
-
const view = oldNode.view;
|
|
570
|
-
const dataSource = entity.parentNode;
|
|
571
|
-
const module = dataSource.app;
|
|
572
|
-
const viewElementMainView = view.getViewElementUniqueName('gridView');
|
|
573
|
-
const nameGroup = (0, _1.genUniqueQueryNameGroup)(module, view, viewElementMainView);
|
|
574
|
-
nameGroup.viewElementMainView = viewElementMainView;
|
|
575
|
-
nameGroup.viewElementSaveModal = view.getViewElementUniqueName('saveModal');
|
|
576
|
-
nameGroup.viewElementSaveModalForm = view.getViewElementUniqueName('saveModalForm');
|
|
577
|
-
nameGroup.viewLogicRemove = view.getLogicUniqueName('remove');
|
|
578
|
-
nameGroup.viewLogicInit = view.getLogicUniqueName('init');
|
|
579
|
-
nameGroup.viewLogicCreate = view.getLogicUniqueName('create');
|
|
580
|
-
nameGroup.viewLogicModify = view.getLogicUniqueName('modify');
|
|
581
|
-
nameGroup.viewLogicSubmit = view.getLogicUniqueName('submit');
|
|
582
|
-
nameGroup.viewLogicUpdateSubmit = view.getLogicUniqueName('updateSubmit');
|
|
583
|
-
nameGroup.viewLogicReload = view.getLogicUniqueName('reload');
|
|
584
|
-
nameGroup.viewVariableEntity = view.getVariableUniqueName(utils.firstLowerCase(entity.name));
|
|
585
|
-
nameGroup.viewVariableInput = view.getVariableUniqueName('input');
|
|
586
|
-
nameGroup.viewVariableFilter = view.getVariableUniqueName('filter');
|
|
587
|
-
nameGroup.viewVariableIsUpdate = view.getVariableUniqueName('isUpdate');
|
|
588
|
-
// 收集所有和本实体关联的实体
|
|
589
|
-
const entitySet = new Set();
|
|
590
|
-
entitySet.add(entity);
|
|
591
|
-
const selectNameGroupMap = new Map();
|
|
592
|
-
const newLogics = [];
|
|
593
|
-
const newLoadSelectLogics = [];
|
|
594
|
-
entity.properties.forEach((property) => {
|
|
595
|
-
// 有外键关联
|
|
596
|
-
if (property.relationEntity) {
|
|
597
|
-
const relationEntity = dataSource?.findEntityByName(property.relationEntity);
|
|
598
|
-
if (relationEntity) {
|
|
599
|
-
const displayedProperty = (0, _1.getFirstDisplayedProperty)(relationEntity);
|
|
600
|
-
if (displayedProperty) {
|
|
601
|
-
entitySet.add(relationEntity);
|
|
602
|
-
const viewElementSelect = view.getViewElementUniqueName('select');
|
|
603
|
-
const selectNameGroup = (0, _1.genUniqueQueryNameGroup)(module, view, viewElementSelect, false, relationEntity.name);
|
|
604
|
-
selectNameGroup.viewElementSelect = viewElementSelect;
|
|
605
|
-
// 存在多个属性关联同一个实体的情况,因此加上属性名用以唯一标识
|
|
606
|
-
const key = [property.name, relationEntity.name].join('-');
|
|
607
|
-
selectNameGroupMap.set(key, selectNameGroup);
|
|
608
|
-
const newLogic = (0, _1.genQueryLogic)([
|
|
609
|
-
relationEntity,
|
|
610
|
-
], selectNameGroup, false, false, module);
|
|
611
|
-
newLogics.push(newLogic);
|
|
612
|
-
newLoadSelectLogics.push((0, _1.genLoadSelectLogic)(relationEntity, selectNameGroup, newLogic));
|
|
613
|
-
}
|
|
614
|
-
}
|
|
615
|
-
}
|
|
616
|
-
});
|
|
617
|
-
const allEntities = [...entitySet];
|
|
618
|
-
const entityLogic = (0, _1.genQueryLogic)(allEntities, nameGroup, true, true, module);
|
|
619
|
-
newLogics.push(entityLogic);
|
|
620
|
-
return `<template>
|
|
621
|
-
<u-linear-layout direction="vertical">
|
|
622
|
-
${genFilterTemplate(entity, nameGroup, selectNameGroupMap)}
|
|
623
|
-
${(0, _1.genGridViewTemplate)(entity, nameGroup, true)}
|
|
624
|
-
${genSaveModalTemplate(entity, nameGroup, selectNameGroupMap)}
|
|
625
|
-
</u-linear-layout>
|
|
626
|
-
</template>
|
|
627
|
-
|
|
628
|
-
<definition>
|
|
629
|
-
{
|
|
630
|
-
"viewVariables": [
|
|
631
|
-
{
|
|
632
|
-
"concept": "Variable",
|
|
633
|
-
"name": "${nameGroup.viewVariableEntity}",
|
|
634
|
-
"typeAnnotation": ${JSON.stringify(utils_1.NaslTypeAnnotation.Reference({
|
|
635
|
-
typeNamespace: entity.getNamespace(),
|
|
636
|
-
typeName: entity.name,
|
|
637
|
-
}))}
|
|
638
|
-
},
|
|
639
|
-
{
|
|
640
|
-
"concept": "Variable",
|
|
641
|
-
"name": "${nameGroup.viewVariableInput}",
|
|
642
|
-
"typeAnnotation": ${JSON.stringify(utils_1.NaslTypeAnnotation.Reference({
|
|
643
|
-
typeNamespace: entity.getNamespace(),
|
|
644
|
-
typeName: entity.name,
|
|
645
|
-
}))}
|
|
646
|
-
},
|
|
647
|
-
{
|
|
648
|
-
"concept": "Variable",
|
|
649
|
-
"name": "${nameGroup.viewVariableFilter}",
|
|
650
|
-
"typeAnnotation": ${JSON.stringify(utils_1.NaslTypeAnnotation.Reference({
|
|
651
|
-
typeNamespace: entity.getNamespace(),
|
|
652
|
-
typeName: entity.name,
|
|
653
|
-
}))}
|
|
654
|
-
},
|
|
655
|
-
{
|
|
656
|
-
"concept": "Variable",
|
|
657
|
-
"name": "${nameGroup.viewVariableIsUpdate}",
|
|
658
|
-
"typeAnnotation": ${JSON.stringify(utils_1.NaslCoreTypeAnnotation.Boolean)}
|
|
659
|
-
}
|
|
660
|
-
],
|
|
661
|
-
"viewLogics": [
|
|
662
|
-
${JSON.stringify((0, _1.genGridViewLoadLogic)(entity, nameGroup, entityLogic, true))},
|
|
663
|
-
${JSON.stringify((0, _1.genGridViewRemoveLogic)(entity, nameGroup))},
|
|
664
|
-
${JSON.stringify(genInitLogic(nameGroup))},
|
|
665
|
-
${JSON.stringify(genCreateLogic(nameGroup))},
|
|
666
|
-
${JSON.stringify(genModifyLogic(entity, nameGroup))},
|
|
667
|
-
${JSON.stringify(genSubmitLogic(entity, nameGroup))},
|
|
668
|
-
${JSON.stringify(genUpdateSubmitLogic(entity, nameGroup))},
|
|
669
|
-
${JSON.stringify(genReloadLogic(nameGroup))}
|
|
670
|
-
${newLoadSelectLogics.map((logic) => ',' + JSON.stringify(logic)).join('\n')}
|
|
671
|
-
],
|
|
672
|
-
"viewBindEvents": [
|
|
673
|
-
{
|
|
674
|
-
"concept": "BindEvent",
|
|
675
|
-
"arguments": [],
|
|
676
|
-
"name": "created",
|
|
677
|
-
"calleeNamespace": "",
|
|
678
|
-
"calleeName": "${nameGroup.viewLogicInit}"
|
|
679
|
-
}
|
|
680
|
-
],
|
|
681
|
-
"logics": ${JSON.stringify(newLogics)}
|
|
682
|
-
}
|
|
683
|
-
</definition>
|
|
684
|
-
`;
|
|
685
|
-
}
|
|
686
|
-
exports.genGridViewMultipleKeyBlock = genGridViewMultipleKeyBlock;
|
|
687
|
-
function genReloadLogic(nameGroup) {
|
|
688
|
-
return utils_1.NaslNode.Logic({
|
|
689
|
-
name: nameGroup.viewLogicReload,
|
|
690
|
-
params: [],
|
|
691
|
-
returns: [],
|
|
692
|
-
variables: [
|
|
693
|
-
utils_1.NaslNode.Variable({
|
|
694
|
-
name: 'validateResult',
|
|
695
|
-
typeAnnotation: utils_1.NaslUITypeAnnotation.ValidateEvent,
|
|
696
|
-
}),
|
|
697
|
-
],
|
|
698
|
-
body: [
|
|
699
|
-
utils_1.NaslLogicItem.Start,
|
|
700
|
-
(0, _1.genCallComponentLogic)(nameGroup.viewElementMainView, 'reload'),
|
|
701
|
-
utils_1.NaslLogicItem.End,
|
|
702
|
-
],
|
|
703
|
-
playground: [],
|
|
704
|
-
});
|
|
705
|
-
}
|
|
706
|
-
exports.genReloadLogic = genReloadLogic;
|
|
707
|
-
//# sourceMappingURL=genCurdMultipleKeyBlock.js.map
|