@lcap/nasl 3.4.0-beta.6 → 3.5.0-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.mocharc.js +1 -1
- package/out/automate/engine/uniqueName.js +7 -3
- package/out/automate/engine/uniqueName.js.map +1 -1
- package/out/automate/engine/utils.d.ts +1 -1
- package/out/automate/engine/utils.js +6 -6
- package/out/automate/engine/utils.js.map +1 -1
- package/out/bak/translator.js +2 -1
- package/out/bak/translator.js.map +1 -1
- package/out/breakpoint/generator/AfterStartNode.js +1 -1
- package/out/breakpoint/generator/AfterStartNode.js.map +1 -1
- package/out/breakpoint/generator/BeforeEndNode.js +1 -1
- package/out/breakpoint/generator/BeforeEndNode.js.map +1 -1
- package/out/breakpoint/generator/BreakpointNode.js +3 -3
- package/out/breakpoint/generator/BreakpointNode.js.map +1 -1
- package/out/common/BaseNode.d.ts +16 -12
- package/out/common/BaseNode.js +41 -140
- package/out/common/BaseNode.js.map +1 -1
- package/out/common/Command.js +1 -2
- package/out/common/Command.js.map +1 -1
- package/out/common/EventEmitter.d.ts +1 -1
- package/out/common/EventEmitter.js +8 -2
- package/out/common/EventEmitter.js.map +1 -1
- package/out/common/Messager.js +0 -2
- package/out/common/Messager.js.map +1 -1
- package/out/common/utils.d.ts +2 -2
- package/out/common/utils.js.map +1 -1
- package/out/concepts/Abort__.d.ts +1 -1
- package/out/concepts/Abort__.js +9 -17
- package/out/concepts/Abort__.js.map +1 -1
- package/out/concepts/AbstractInterface__.d.ts +1 -1
- package/out/concepts/AbstractInterface__.js +5 -9
- package/out/concepts/AbstractInterface__.js.map +1 -1
- package/out/concepts/Anchor__.d.ts +1 -1
- package/out/concepts/Anchor__.js +6 -19
- package/out/concepts/Anchor__.js.map +1 -1
- package/out/concepts/AnonymousFunction__.d.ts +5 -5
- package/out/concepts/AnonymousFunction__.js +28 -53
- package/out/concepts/AnonymousFunction__.js.map +1 -1
- package/out/concepts/App__.d.ts +19 -19
- package/out/concepts/App__.js +243 -295
- package/out/concepts/App__.js.map +1 -1
- package/out/concepts/Argument__.d.ts +3 -3
- package/out/concepts/Argument__.js +12 -35
- package/out/concepts/Argument__.js.map +1 -1
- package/out/concepts/Assignee__.d.ts +2 -2
- package/out/concepts/Assignee__.js +41 -46
- package/out/concepts/Assignee__.js.map +1 -1
- package/out/concepts/AssignmentLine__.d.ts +1 -1
- package/out/concepts/AssignmentLine__.js +13 -21
- package/out/concepts/AssignmentLine__.js.map +1 -1
- package/out/concepts/Assignment__.d.ts +2 -2
- package/out/concepts/Assignment__.js +43 -38
- package/out/concepts/Assignment__.js.map +1 -1
- package/out/concepts/Attribute__.d.ts +6 -6
- package/out/concepts/Attribute__.js +16 -74
- package/out/concepts/Attribute__.js.map +1 -1
- package/out/concepts/AuthInterface__.d.ts +3 -3
- package/out/concepts/AuthInterface__.js +11 -24
- package/out/concepts/AuthInterface__.js.map +1 -1
- package/out/concepts/AuthLogicForCallInterface__.d.ts +2 -2
- package/out/concepts/AuthLogicForCallInterface__.js +44 -50
- package/out/concepts/AuthLogicForCallInterface__.js.map +1 -1
- package/out/concepts/AuthLogic__.d.ts +7 -7
- package/out/concepts/AuthLogic__.js +11 -24
- package/out/concepts/AuthLogic__.js.map +1 -1
- package/out/concepts/BackendVariable__.d.ts +10 -10
- package/out/concepts/BackendVariable__.js +37 -58
- package/out/concepts/BackendVariable__.js.map +1 -1
- package/out/concepts/Backend__.d.ts +3 -3
- package/out/concepts/Backend__.js +21 -33
- package/out/concepts/Backend__.js.map +1 -1
- package/out/concepts/BatchAssignment__.d.ts +4 -4
- package/out/concepts/BatchAssignment__.js +45 -53
- package/out/concepts/BatchAssignment__.js.map +1 -1
- package/out/concepts/BinaryExpression__.d.ts +1 -1
- package/out/concepts/BinaryExpression__.js +15 -33
- package/out/concepts/BinaryExpression__.js.map +1 -1
- package/out/concepts/BindAttribute__.d.ts +13 -13
- package/out/concepts/BindAttribute__.js +29 -87
- package/out/concepts/BindAttribute__.js.map +1 -1
- package/out/concepts/BindDirective__.d.ts +7 -7
- package/out/concepts/BindDirective__.js +19 -66
- package/out/concepts/BindDirective__.js.map +1 -1
- package/out/concepts/BindEvent__.d.ts +11 -11
- package/out/concepts/BindEvent__.js +43 -66
- package/out/concepts/BindEvent__.js.map +1 -1
- package/out/concepts/BindStyle__.d.ts +7 -7
- package/out/concepts/BindStyle__.js +19 -36
- package/out/concepts/BindStyle__.js.map +1 -1
- package/out/concepts/Block__.d.ts +1 -1
- package/out/concepts/Block__.js +15 -20
- package/out/concepts/Block__.js.map +1 -1
- package/out/concepts/BooleanLiteral__.d.ts +1 -1
- package/out/concepts/BooleanLiteral__.js +5 -18
- package/out/concepts/BooleanLiteral__.js.map +1 -1
- package/out/concepts/CallAuthInterface__.d.ts +6 -5
- package/out/concepts/CallAuthInterface__.js +22 -27
- package/out/concepts/CallAuthInterface__.js.map +1 -1
- package/out/concepts/CallConnector__.d.ts +3 -3
- package/out/concepts/CallConnector__.js +16 -29
- package/out/concepts/CallConnector__.js.map +1 -1
- package/out/concepts/CallFunction__.d.ts +4 -4
- package/out/concepts/CallFunction__.js +59 -59
- package/out/concepts/CallFunction__.js.map +1 -1
- package/out/concepts/CallInterface__.d.ts +7 -6
- package/out/concepts/CallInterface__.js +65 -63
- package/out/concepts/CallInterface__.js.map +1 -1
- package/out/concepts/CallLogic__.d.ts +5 -5
- package/out/concepts/CallLogic__.js +116 -116
- package/out/concepts/CallLogic__.js.map +1 -1
- package/out/concepts/CallQueryComponent__.d.ts +15 -15
- package/out/concepts/CallQueryComponent__.js +83 -114
- package/out/concepts/CallQueryComponent__.js.map +1 -1
- package/out/concepts/Comment__.d.ts +1 -1
- package/out/concepts/Comment__.js +5 -18
- package/out/concepts/Comment__.js.map +1 -1
- package/out/concepts/CompletionProperty__.d.ts +2 -2
- package/out/concepts/CompletionProperty__.js +18 -62
- package/out/concepts/CompletionProperty__.js.map +1 -1
- package/out/concepts/ConfigGroup__.d.ts +3 -3
- package/out/concepts/ConfigGroup__.js +21 -33
- package/out/concepts/ConfigGroup__.js.map +1 -1
- package/out/concepts/ConfigPropertyValue__.d.ts +2 -2
- package/out/concepts/ConfigPropertyValue__.js +11 -29
- package/out/concepts/ConfigPropertyValue__.js.map +1 -1
- package/out/concepts/ConfigProperty__.d.ts +4 -4
- package/out/concepts/ConfigProperty__.js +21 -43
- package/out/concepts/ConfigProperty__.js.map +1 -1
- package/out/concepts/Configuration__.d.ts +4 -4
- package/out/concepts/Configuration__.js +21 -28
- package/out/concepts/Configuration__.js.map +1 -1
- package/out/concepts/Connection__.d.ts +4 -4
- package/out/concepts/Connection__.js +21 -43
- package/out/concepts/Connection__.js.map +1 -1
- package/out/concepts/ConnectorTrigger__.d.ts +7 -7
- package/out/concepts/ConnectorTrigger__.js +11 -34
- package/out/concepts/ConnectorTrigger__.js.map +1 -1
- package/out/concepts/Connector__.d.ts +15 -15
- package/out/concepts/Connector__.js +87 -124
- package/out/concepts/Connector__.js.map +1 -1
- package/out/concepts/Constant__.d.ts +11 -11
- package/out/concepts/Constant__.js +28 -43
- package/out/concepts/Constant__.js.map +1 -1
- package/out/concepts/CountersignPolicy__.d.ts +28 -0
- package/out/concepts/CountersignPolicy__.js +62 -0
- package/out/concepts/CountersignPolicy__.js.map +1 -0
- package/out/concepts/DataSource__.d.ts +4 -4
- package/out/concepts/DataSource__.js +22 -44
- package/out/concepts/DataSource__.js.map +1 -1
- package/out/concepts/DatabaseTypeAnnotation__.d.ts +1 -1
- package/out/concepts/DatabaseTypeAnnotation__.js +5 -23
- package/out/concepts/DatabaseTypeAnnotation__.js.map +1 -1
- package/out/concepts/DefaultValue__.d.ts +2 -2
- package/out/concepts/DefaultValue__.js +43 -25
- package/out/concepts/DefaultValue__.js.map +1 -1
- package/out/concepts/Destination__.d.ts +5 -5
- package/out/concepts/Destination__.js +33 -53
- package/out/concepts/Destination__.js.map +1 -1
- package/out/concepts/End__.d.ts +1 -1
- package/out/concepts/End__.js +9 -17
- package/out/concepts/End__.js.map +1 -1
- package/out/concepts/EntityIndex__.d.ts +5 -5
- package/out/concepts/EntityIndex__.js +15 -43
- package/out/concepts/EntityIndex__.js.map +1 -1
- package/out/concepts/EntityProperty__.d.ts +13 -9
- package/out/concepts/EntityProperty__.js +41 -119
- package/out/concepts/EntityProperty__.js.map +1 -1
- package/out/concepts/Entity__.d.ts +7 -7
- package/out/concepts/Entity__.js +40 -64
- package/out/concepts/Entity__.js.map +1 -1
- package/out/concepts/EnumItem__.d.ts +4 -4
- package/out/concepts/EnumItem__.js +11 -37
- package/out/concepts/EnumItem__.js.map +1 -1
- package/out/concepts/Enum__.d.ts +5 -5
- package/out/concepts/Enum__.js +23 -54
- package/out/concepts/Enum__.js.map +1 -1
- package/out/concepts/Event__.d.ts +5 -5
- package/out/concepts/Event__.js +21 -53
- package/out/concepts/Event__.js.map +1 -1
- package/out/concepts/ExternalDestination__.d.ts +2 -2
- package/out/concepts/ExternalDestination__.js +38 -33
- package/out/concepts/ExternalDestination__.js.map +1 -1
- package/out/concepts/ForEachStatement__.d.ts +2 -2
- package/out/concepts/ForEachStatement__.js +28 -73
- package/out/concepts/ForEachStatement__.js.map +1 -1
- package/out/concepts/FrontendLibrary__.d.ts +5 -5
- package/out/concepts/FrontendLibrary__.js +30 -47
- package/out/concepts/FrontendLibrary__.js.map +1 -1
- package/out/concepts/FrontendVariable__.d.ts +13 -1
- package/out/concepts/FrontendVariable__.js +23 -13
- package/out/concepts/FrontendVariable__.js.map +1 -1
- package/out/concepts/Frontend__.d.ts +8 -8
- package/out/concepts/Frontend__.js +91 -108
- package/out/concepts/Frontend__.js.map +1 -1
- package/out/concepts/Function__.d.ts +8 -8
- package/out/concepts/Function__.js +53 -73
- package/out/concepts/Function__.js.map +1 -1
- package/out/concepts/I18nInfo__.d.ts +1 -1
- package/out/concepts/I18nInfo__.js +5 -28
- package/out/concepts/I18nInfo__.js.map +1 -1
- package/out/concepts/Identifier__.d.ts +2 -2
- package/out/concepts/Identifier__.js +43 -38
- package/out/concepts/Identifier__.js.map +1 -1
- package/out/concepts/IfStatement__.d.ts +1 -1
- package/out/concepts/IfStatement__.js +43 -30
- package/out/concepts/IfStatement__.js.map +1 -1
- package/out/concepts/ImportedInterface__.d.ts +1 -1
- package/out/concepts/ImportedInterface__.js +5 -14
- package/out/concepts/ImportedInterface__.js.map +1 -1
- package/out/concepts/Integration__.d.ts +5 -5
- package/out/concepts/Integration__.js +21 -33
- package/out/concepts/Integration__.js.map +1 -1
- package/out/concepts/InterfaceParam__.d.ts +11 -11
- package/out/concepts/InterfaceParam__.js +11 -49
- package/out/concepts/InterfaceParam__.js.map +1 -1
- package/out/concepts/Interface__.d.ts +16 -15
- package/out/concepts/Interface__.js +43 -81
- package/out/concepts/Interface__.js.map +1 -1
- package/out/concepts/JSBlock__.d.ts +1 -1
- package/out/concepts/JSBlock__.js +9 -22
- package/out/concepts/JSBlock__.js.map +1 -1
- package/out/concepts/JavaLogic__.d.ts +1 -1
- package/out/concepts/JavaLogic__.js +5 -28
- package/out/concepts/JavaLogic__.js.map +1 -1
- package/out/concepts/LogicItem__.d.ts +12 -12
- package/out/concepts/LogicItem__.js +18 -45
- package/out/concepts/LogicItem__.js.map +1 -1
- package/out/concepts/Logic__.d.ts +20 -19
- package/out/concepts/Logic__.js +110 -155
- package/out/concepts/Logic__.js.map +1 -1
- package/out/concepts/MatchCase__.d.ts +2 -2
- package/out/concepts/MatchCase__.js +36 -43
- package/out/concepts/MatchCase__.js.map +1 -1
- package/out/concepts/Match__.d.ts +3 -3
- package/out/concepts/Match__.js +84 -56
- package/out/concepts/Match__.js.map +1 -1
- package/out/concepts/MemberExpression__.d.ts +3 -2
- package/out/concepts/MemberExpression__.js +58 -48
- package/out/concepts/MemberExpression__.js.map +1 -1
- package/out/concepts/MetadataType__.d.ts +6 -14
- package/out/concepts/MetadataType__.js +36 -77
- package/out/concepts/MetadataType__.js.map +1 -1
- package/out/concepts/MicroApp__.d.ts +1 -1
- package/out/concepts/MicroApp__.js +5 -48
- package/out/concepts/MicroApp__.js.map +1 -1
- package/out/concepts/Module__.d.ts +16 -16
- package/out/concepts/Module__.js +126 -190
- package/out/concepts/Module__.js.map +1 -1
- package/out/concepts/MsgTriggerEvent__.d.ts +8 -8
- package/out/concepts/MsgTriggerEvent__.js +21 -28
- package/out/concepts/MsgTriggerEvent__.js.map +1 -1
- package/out/concepts/MsgTriggerLauncher__.d.ts +5 -5
- package/out/concepts/MsgTriggerLauncher__.js +21 -33
- package/out/concepts/MsgTriggerLauncher__.js.map +1 -1
- package/out/concepts/MultiApprovalPolicy__.d.ts +26 -0
- package/out/concepts/MultiApprovalPolicy__.js +59 -0
- package/out/concepts/MultiApprovalPolicy__.js.map +1 -0
- package/out/concepts/Namespace__.d.ts +12 -12
- package/out/concepts/Namespace__.js +115 -140
- package/out/concepts/Namespace__.js.map +1 -1
- package/out/concepts/NewComposite__.d.ts +6 -6
- package/out/concepts/NewComposite__.js +70 -71
- package/out/concepts/NewComposite__.js.map +1 -1
- package/out/concepts/NewList__.d.ts +2 -2
- package/out/concepts/NewList__.js +19 -30
- package/out/concepts/NewList__.js.map +1 -1
- package/out/concepts/NewMap__.d.ts +2 -2
- package/out/concepts/NewMap__.js +28 -39
- package/out/concepts/NewMap__.js.map +1 -1
- package/out/concepts/New__.d.ts +1 -1
- package/out/concepts/New__.js +5 -13
- package/out/concepts/New__.js.map +1 -1
- package/out/concepts/NullLiteral__.d.ts +2 -2
- package/out/concepts/NullLiteral__.js +6 -14
- package/out/concepts/NullLiteral__.js.map +1 -1
- package/out/concepts/NumericLiteral__.d.ts +3 -3
- package/out/concepts/NumericLiteral__.js +8 -26
- package/out/concepts/NumericLiteral__.js.map +1 -1
- package/out/concepts/OqlQueryComponent__.d.ts +4 -4
- package/out/concepts/OqlQueryComponent__.js +18 -41
- package/out/concepts/OqlQueryComponent__.js.map +1 -1
- package/out/concepts/OverriddenLogic__.d.ts +18 -18
- package/out/concepts/OverriddenLogic__.js +108 -148
- package/out/concepts/OverriddenLogic__.js.map +1 -1
- package/out/concepts/Param__.d.ts +15 -15
- package/out/concepts/Param__.js +60 -66
- package/out/concepts/Param__.js.map +1 -1
- package/out/concepts/Point__.d.ts +1 -1
- package/out/concepts/Point__.js +5 -23
- package/out/concepts/Point__.js.map +1 -1
- package/out/concepts/ProcessComponent__.d.ts +5 -5
- package/out/concepts/ProcessComponent__.js +30 -57
- package/out/concepts/ProcessComponent__.js.map +1 -1
- package/out/concepts/ProcessElement__.d.ts +29 -13
- package/out/concepts/ProcessElement__.js +119 -119
- package/out/concepts/ProcessElement__.js.map +1 -1
- package/out/concepts/ProcessOutcome__.d.ts +1 -1
- package/out/concepts/ProcessOutcome__.js +9 -22
- package/out/concepts/ProcessOutcome__.js.map +1 -1
- package/out/concepts/ProcessOutcomes__.d.ts +1 -1
- package/out/concepts/ProcessOutcomes__.js +13 -21
- package/out/concepts/ProcessOutcomes__.js.map +1 -1
- package/out/concepts/Process__.d.ts +11 -9
- package/out/concepts/Process__.js +64 -85
- package/out/concepts/Process__.js.map +1 -1
- package/out/concepts/QueryAggregateExpression__.d.ts +2 -2
- package/out/concepts/QueryAggregateExpression__.js +5 -28
- package/out/concepts/QueryAggregateExpression__.js.map +1 -1
- package/out/concepts/QueryFieldExpression__.d.ts +1 -1
- package/out/concepts/QueryFieldExpression__.js +9 -32
- package/out/concepts/QueryFieldExpression__.js.map +1 -1
- package/out/concepts/QueryFromExpression__.d.ts +2 -2
- package/out/concepts/QueryFromExpression__.js +36 -35
- package/out/concepts/QueryFromExpression__.js.map +1 -1
- package/out/concepts/QueryGroupByExpression__.d.ts +1 -1
- package/out/concepts/QueryGroupByExpression__.js +5 -18
- package/out/concepts/QueryGroupByExpression__.js.map +1 -1
- package/out/concepts/QueryJoinExpression__.d.ts +2 -2
- package/out/concepts/QueryJoinExpression__.js +22 -48
- package/out/concepts/QueryJoinExpression__.js.map +1 -1
- package/out/concepts/QueryLimitExpression__.d.ts +1 -1
- package/out/concepts/QueryLimitExpression__.js +5 -23
- package/out/concepts/QueryLimitExpression__.js.map +1 -1
- package/out/concepts/QueryOrderByExpression__.d.ts +1 -1
- package/out/concepts/QueryOrderByExpression__.js +5 -23
- package/out/concepts/QueryOrderByExpression__.js.map +1 -1
- package/out/concepts/QuerySelectExpression__.d.ts +3 -3
- package/out/concepts/QuerySelectExpression__.js +28 -35
- package/out/concepts/QuerySelectExpression__.js.map +1 -1
- package/out/concepts/Rect__.d.ts +1 -1
- package/out/concepts/Rect__.js +5 -33
- package/out/concepts/Rect__.js.map +1 -1
- package/out/concepts/Return__.d.ts +13 -13
- package/out/concepts/Return__.js +30 -52
- package/out/concepts/Return__.js.map +1 -1
- package/out/concepts/Role__.d.ts +2 -2
- package/out/concepts/Role__.js +15 -38
- package/out/concepts/Role__.js.map +1 -1
- package/out/concepts/SelectMembers__.d.ts +2 -2
- package/out/concepts/SelectMembers__.js +19 -31
- package/out/concepts/SelectMembers__.js.map +1 -1
- package/out/concepts/SequentialPolicy__.d.ts +20 -0
- package/out/concepts/SequentialPolicy__.js +48 -0
- package/out/concepts/SequentialPolicy__.js.map +1 -0
- package/out/concepts/Slot__.d.ts +5 -5
- package/out/concepts/Slot__.js +11 -49
- package/out/concepts/Slot__.js.map +1 -1
- package/out/concepts/SqlQueryComponent__.d.ts +4 -4
- package/out/concepts/SqlQueryComponent__.js +16 -44
- package/out/concepts/SqlQueryComponent__.js.map +1 -1
- package/out/concepts/Start__.d.ts +1 -1
- package/out/concepts/Start__.js +9 -17
- package/out/concepts/Start__.js.map +1 -1
- package/out/concepts/StaticString__.d.ts +49 -0
- package/out/concepts/StaticString__.js +91 -0
- package/out/concepts/StaticString__.js.map +1 -0
- package/out/concepts/StringInterpolation__.d.ts +2 -2
- package/out/concepts/StringInterpolation__.js +22 -23
- package/out/concepts/StringInterpolation__.js.map +1 -1
- package/out/concepts/StringLiteral__.d.ts +2 -2
- package/out/concepts/StringLiteral__.js +10 -23
- package/out/concepts/StringLiteral__.js.map +1 -1
- package/out/concepts/StructureProperty__.d.ts +11 -7
- package/out/concepts/StructureProperty__.js +23 -66
- package/out/concepts/StructureProperty__.js.map +1 -1
- package/out/concepts/Structure__.d.ts +7 -6
- package/out/concepts/Structure__.js +30 -52
- package/out/concepts/Structure__.js.map +1 -1
- package/out/concepts/SwitchCase__.d.ts +1 -1
- package/out/concepts/SwitchCase__.js +36 -24
- package/out/concepts/SwitchCase__.js.map +1 -1
- package/out/concepts/SwitchStatement__.d.ts +2 -2
- package/out/concepts/SwitchStatement__.js +36 -20
- package/out/concepts/SwitchStatement__.js.map +1 -1
- package/out/concepts/Theme__.d.ts +1 -1
- package/out/concepts/Theme__.js +13 -21
- package/out/concepts/Theme__.js.map +1 -1
- package/out/concepts/Transactional__.d.ts +9 -9
- package/out/concepts/Transactional__.js +11 -34
- package/out/concepts/Transactional__.js.map +1 -1
- package/out/concepts/TriggerEvent__.d.ts +9 -78
- package/out/concepts/TriggerEvent__.js +15 -118
- package/out/concepts/TriggerEvent__.js.map +1 -1
- package/out/concepts/TriggerLauncher__.d.ts +4 -4
- package/out/concepts/TriggerLauncher__.js +11 -39
- package/out/concepts/TriggerLauncher__.js.map +1 -1
- package/out/concepts/TypeAnnotation__.d.ts +7 -6
- package/out/concepts/TypeAnnotation__.js +41 -65
- package/out/concepts/TypeAnnotation__.js.map +1 -1
- package/out/concepts/TypeParam__.d.ts +1 -1
- package/out/concepts/TypeParam__.js +11 -24
- package/out/concepts/TypeParam__.js.map +1 -1
- package/out/concepts/UnaryExpression__.d.ts +1 -1
- package/out/concepts/UnaryExpression__.js +5 -23
- package/out/concepts/UnaryExpression__.js.map +1 -1
- package/out/concepts/Unparsed__.d.ts +2 -2
- package/out/concepts/Unparsed__.js +6 -19
- package/out/concepts/Unparsed__.js.map +1 -1
- package/out/concepts/UseComponent__.d.ts +1 -1
- package/out/concepts/UseComponent__.js +5 -23
- package/out/concepts/UseComponent__.js.map +1 -1
- package/out/concepts/ValidationRule__.d.ts +3 -3
- package/out/concepts/ValidationRule__.js +48 -51
- package/out/concepts/ValidationRule__.js.map +1 -1
- package/out/concepts/Variable__.d.ts +16 -16
- package/out/concepts/Variable__.js +38 -54
- package/out/concepts/Variable__.js.map +1 -1
- package/out/concepts/ViewBlock__.d.ts +1 -1
- package/out/concepts/ViewBlock__.js +5 -28
- package/out/concepts/ViewBlock__.js.map +1 -1
- package/out/concepts/ViewComponent__.d.ts +8 -8
- package/out/concepts/ViewComponent__.js +110 -121
- package/out/concepts/ViewComponent__.js.map +1 -1
- package/out/concepts/ViewElement__.d.ts +9 -9
- package/out/concepts/ViewElement__.js +138 -162
- package/out/concepts/ViewElement__.js.map +1 -1
- package/out/concepts/View__.d.ts +25 -13
- package/out/concepts/View__.js +197 -184
- package/out/concepts/View__.js.map +1 -1
- package/out/concepts/WhileStatement__.d.ts +1 -1
- package/out/concepts/WhileStatement__.js +36 -24
- package/out/concepts/WhileStatement__.js.map +1 -1
- package/out/concepts/basics/stdlib/index.d.ts +12 -0
- package/out/concepts/basics/stdlib/index.js +46 -1
- package/out/concepts/basics/stdlib/index.js.map +1 -1
- package/out/concepts/basics/stdlib/nasl.auth.d.ts +7 -5
- package/out/concepts/basics/stdlib/nasl.auth.js +76 -69
- package/out/concepts/basics/stdlib/nasl.auth.js.map +1 -1
- package/out/concepts/basics/stdlib/nasl.browser.d.ts +4 -2
- package/out/concepts/basics/stdlib/nasl.browser.js +54 -45
- package/out/concepts/basics/stdlib/nasl.browser.js.map +1 -1
- package/out/concepts/basics/stdlib/nasl.collection.d.ts +7 -5
- package/out/concepts/basics/stdlib/nasl.collection.js +29 -24
- package/out/concepts/basics/stdlib/nasl.collection.js.map +1 -1
- package/out/concepts/basics/stdlib/nasl.configuration.d.ts +4 -2
- package/out/concepts/basics/stdlib/nasl.configuration.js +27 -18
- package/out/concepts/basics/stdlib/nasl.configuration.js.map +1 -1
- package/out/concepts/basics/stdlib/nasl.core.d.ts +5 -3
- package/out/concepts/basics/stdlib/nasl.core.js +25 -27
- package/out/concepts/basics/stdlib/nasl.core.js.map +1 -1
- package/out/concepts/basics/stdlib/nasl.event.d.ts +4 -2
- package/out/concepts/basics/stdlib/nasl.event.js +16 -7
- package/out/concepts/basics/stdlib/nasl.event.js.map +1 -1
- package/out/concepts/basics/stdlib/nasl.http.d.ts +7 -5
- package/out/concepts/basics/stdlib/nasl.http.js +78 -73
- package/out/concepts/basics/stdlib/nasl.http.js.map +1 -1
- package/out/concepts/basics/stdlib/nasl.interface.d.ts +6 -4
- package/out/concepts/basics/stdlib/nasl.interface.js +28 -22
- package/out/concepts/basics/stdlib/nasl.interface.js.map +1 -1
- package/out/concepts/basics/stdlib/nasl.io.d.ts +4 -2
- package/out/concepts/basics/stdlib/nasl.io.js +30 -21
- package/out/concepts/basics/stdlib/nasl.io.js.map +1 -1
- package/out/concepts/basics/stdlib/nasl.logging.d.ts +4 -2
- package/out/concepts/basics/stdlib/nasl.logging.js +33 -24
- package/out/concepts/basics/stdlib/nasl.logging.js.map +1 -1
- package/out/concepts/basics/stdlib/nasl.process.d.ts +6 -4
- package/out/concepts/basics/stdlib/nasl.process.js +541 -536
- package/out/concepts/basics/stdlib/nasl.process.js.map +1 -1
- package/out/concepts/basics/stdlib/nasl.ui.d.ts +6 -4
- package/out/concepts/basics/stdlib/nasl.ui.js +400 -425
- package/out/concepts/basics/stdlib/nasl.ui.js.map +1 -1
- package/out/concepts/basics/stdlib/nasl.util.d.ts +5 -4
- package/out/concepts/basics/stdlib/nasl.util.js +716 -702
- package/out/concepts/basics/stdlib/nasl.util.js.map +1 -1
- package/out/concepts/basics/stdlib/nasl.validation.d.ts +4 -2
- package/out/concepts/basics/stdlib/nasl.validation.js +191 -182
- package/out/concepts/basics/stdlib/nasl.validation.js.map +1 -1
- package/out/concepts/basics/stdlib/reference2TypeAnnotationList.d.ts +4 -5
- package/out/concepts/basics/stdlib/reference2TypeAnnotationList.js +29 -8
- package/out/concepts/basics/stdlib/reference2TypeAnnotationList.js.map +1 -1
- package/out/concepts/index.d.ts +2 -1
- package/out/concepts/index.js +18 -2
- package/out/concepts/index.js.map +1 -1
- package/out/concepts/index__.d.ts +4 -0
- package/out/concepts/index__.js +4 -0
- package/out/concepts/index__.js.map +1 -1
- package/out/concepts/types__.d.ts +0 -127
- package/out/concepts/types__.js +0 -2
- package/out/concepts/utils/asserts.d.ts +6676 -0
- package/out/concepts/utils/asserts.js +8870 -0
- package/out/concepts/utils/asserts.js.map +1 -0
- package/out/concepts/utils/types.d.ts +430 -0
- package/out/concepts/utils/types.js +3 -0
- package/out/concepts/utils/types.js.map +1 -0
- package/out/decorators/index.d.ts +10 -7
- package/out/decorators/index.js +12 -8
- package/out/decorators/index.js.map +1 -1
- package/out/generator/genBundleFiles.js +33 -1
- package/out/generator/genBundleFiles.js.map +1 -1
- package/out/generator/genMetaData.js +32 -3
- package/out/generator/genMetaData.js.map +1 -1
- package/out/generator/genReleaseBody.js.map +1 -1
- package/out/manager/diagnostic.js +3 -1
- package/out/manager/diagnostic.js.map +1 -1
- package/out/server/extendBaseNode.js.map +1 -1
- package/out/server/formatTsUtils.d.ts +4 -5
- package/out/server/formatTsUtils.js +13 -12
- package/out/server/formatTsUtils.js.map +1 -1
- package/out/server/getConnector.js +19 -1
- package/out/server/getConnector.js.map +1 -1
- package/out/server/getFunctions.js +2 -2
- package/out/server/getFunctions.js.map +1 -1
- package/out/server/getLogging.js +1 -1
- package/out/server/getLogging.js.map +1 -1
- package/out/server/getLogics.d.ts +1 -0
- package/out/server/getLogics.js +17 -13
- package/out/server/getLogics.js.map +1 -1
- package/out/server/getMemberIdentifier.d.ts +4 -4
- package/out/server/getMemberIdentifier.js +22 -1
- package/out/server/getMemberIdentifier.js.map +1 -1
- package/out/server/getProcessComponents.js +1 -1
- package/out/server/getProcessComponents.js.map +1 -1
- package/out/server/getProcesses.js +56 -6
- package/out/server/getProcesses.js.map +1 -1
- package/out/server/getValidates.d.ts +1 -1
- package/out/server/getValidates.js +2 -2
- package/out/server/getValidates.js.map +1 -1
- package/out/server/index.js +1 -0
- package/out/server/index.js.map +1 -1
- package/out/server/naslServer.d.ts +8 -12
- package/out/server/naslServer.js +58 -76
- package/out/server/naslServer.js.map +1 -1
- package/out/server/translator.js +3 -0
- package/out/server/translator.js.map +1 -1
- package/out/service/creator/errHandles.js +6 -3
- package/out/service/creator/errHandles.js.map +1 -1
- package/out/service/storage/init.d.ts +2 -0
- package/out/service/storage/init.js +35 -20
- package/out/service/storage/init.js.map +1 -1
- package/out/translator/types.d.ts +1 -0
- package/out/translator/utils.d.ts +1 -1
- package/out/translator/utils.js +1 -2
- package/out/translator/utils.js.map +1 -1
- package/out/utils/i18nInfo.js +0 -30
- package/out/utils/i18nInfo.js.map +1 -1
- package/out/utils/time-slicing/controller.d.ts +1 -1
- package/out/utils/time-slicing/controller.js +79 -65
- package/out/utils/time-slicing/controller.js.map +1 -1
- package/out/utils/time-slicing/performance.js +0 -1
- package/out/utils/time-slicing/performance.js.map +1 -1
- package/out/utils/time-slicing/runner.d.ts +1 -1
- package/out/utils/time-slicing/runner.js +4 -5
- package/out/utils/time-slicing/runner.js.map +1 -1
- package/out/utils/time-slicing/tool.d.ts +1 -1
- package/out/utils/types.d.ts +5 -0
- package/package.json +2 -2
- package/sandbox/stdlib/nasl.configuration.ts +16 -1
- package/sandbox/stdlib/nasl.core.ts +3 -0
- package/sandbox/stdlib/nasl.oql.ts +19 -2
- package/sandbox/stdlib/nasl.util.ts +2 -2
- package/src/automate/engine/utils.js +6 -6
- package/src/bak/translator.js +2 -1
- package/src/common/BaseNode.ts +30 -30
- package/src/common/Command.ts +1 -1
- package/src/common/EventEmitter.ts +6 -1
- package/src/common/utils.ts +2 -2
- package/src/concepts/Abort__.ts +5 -6
- package/src/concepts/AbstractInterface__.ts +5 -5
- package/src/concepts/Anchor__.ts +7 -9
- package/src/concepts/AnonymousFunction__.ts +23 -29
- package/src/concepts/App__.ts +89 -73
- package/src/concepts/Argument__.ts +11 -15
- package/src/concepts/Assignee__.ts +13 -11
- package/src/concepts/AssignmentLine__.ts +5 -5
- package/src/concepts/Assignment__.ts +24 -25
- package/src/concepts/Attribute__.ts +10 -20
- package/src/concepts/AuthInterface__.ts +9 -15
- package/src/concepts/AuthLogicForCallInterface__.ts +43 -33
- package/src/concepts/AuthLogic__.ts +11 -13
- package/src/concepts/BackendVariable__.ts +39 -30
- package/src/concepts/Backend__.ts +10 -10
- package/src/concepts/BatchAssignment__.ts +23 -18
- package/src/concepts/BinaryExpression__.ts +14 -14
- package/src/concepts/BindAttribute__.ts +25 -34
- package/src/concepts/BindDirective__.ts +14 -21
- package/src/concepts/BindEvent__.ts +31 -30
- package/src/concepts/BindStyle__.ts +14 -15
- package/src/concepts/Block__.ts +9 -8
- package/src/concepts/BooleanLiteral__.ts +5 -7
- package/src/concepts/CallAuthInterface__.ts +16 -16
- package/src/concepts/CallConnector__.ts +15 -14
- package/src/concepts/CallFunction__.ts +23 -22
- package/src/concepts/CallInterface__.ts +25 -23
- package/src/concepts/CallLogic__.ts +127 -85
- package/src/concepts/CallQueryComponent__.ts +41 -32
- package/src/concepts/Comment__.ts +5 -7
- package/src/concepts/CompletionProperty__.ts +6 -13
- package/src/concepts/ConfigGroup__.ts +10 -10
- package/src/concepts/ConfigPropertyValue__.ts +6 -8
- package/src/concepts/ConfigProperty__.ts +13 -15
- package/src/concepts/Configuration__.ts +10 -9
- package/src/concepts/Connection__.ts +10 -12
- package/src/concepts/ConnectorTrigger__.ts +11 -14
- package/src/concepts/Connector__.ts +33 -33
- package/src/concepts/Constant__.ts +35 -26
- package/src/concepts/CountersignPolicy__.ts +78 -0
- package/src/concepts/DataSource__.ts +10 -12
- package/src/concepts/DatabaseTypeAnnotation__.ts +5 -7
- package/src/concepts/DefaultValue__.ts +18 -8
- package/src/concepts/Destination__.ts +18 -18
- package/src/concepts/End__.ts +7 -8
- package/src/concepts/EntityIndex__.ts +9 -13
- package/src/concepts/EntityProperty__.ts +18 -28
- package/src/concepts/Entity__.ts +19 -22
- package/src/concepts/EnumItem__.ts +8 -10
- package/src/concepts/Enum__.ts +12 -14
- package/src/concepts/Event__.ts +11 -15
- package/src/concepts/ExternalDestination__.ts +12 -15
- package/src/concepts/ForEachStatement__.ts +28 -41
- package/src/concepts/FrontendLibrary__.ts +14 -14
- package/src/concepts/FrontendVariable__.ts +22 -6
- package/src/concepts/Frontend__.ts +48 -30
- package/src/concepts/Function__.ts +26 -23
- package/src/concepts/I18nInfo__.ts +5 -8
- package/src/concepts/Identifier__.ts +12 -15
- package/src/concepts/IfStatement__.ts +9 -9
- package/src/concepts/ImportedInterface__.ts +5 -7
- package/src/concepts/Integration__.ts +11 -11
- package/src/concepts/InterfaceParam__.ts +20 -24
- package/src/concepts/Interface__.ts +26 -31
- package/src/concepts/JSBlock__.ts +5 -7
- package/src/concepts/JavaLogic__.ts +5 -9
- package/src/concepts/LogicItem__.ts +21 -25
- package/src/concepts/Logic__.ts +87 -81
- package/src/concepts/MatchCase__.ts +20 -18
- package/src/concepts/Match__.ts +48 -23
- package/src/concepts/MemberExpression__.ts +32 -29
- package/src/concepts/MetadataType__.ts +15 -34
- package/src/concepts/MicroApp__.ts +5 -12
- package/src/concepts/Module__.ts +47 -43
- package/src/concepts/MsgTriggerEvent__.ts +14 -14
- package/src/concepts/MsgTriggerLauncher__.ts +11 -12
- package/src/concepts/MultiApprovalPolicy__.ts +72 -0
- package/src/concepts/Namespace__.ts +40 -32
- package/src/concepts/NewComposite__.ts +43 -28
- package/src/concepts/NewList__.ts +14 -14
- package/src/concepts/NewMap__.ts +17 -16
- package/src/concepts/New__.ts +5 -6
- package/src/concepts/NullLiteral__.ts +6 -7
- package/src/concepts/NumericLiteral__.ts +8 -10
- package/src/concepts/OqlQueryComponent__.ts +12 -14
- package/src/concepts/OverriddenLogic__.ts +81 -71
- package/src/concepts/Param__.ts +40 -40
- package/src/concepts/Point__.ts +5 -7
- package/src/concepts/ProcessComponent__.ts +13 -15
- package/src/concepts/ProcessElement__.ts +101 -34
- package/src/concepts/ProcessOutcome__.ts +5 -7
- package/src/concepts/ProcessOutcomes__.ts +5 -6
- package/src/concepts/Process__.ts +29 -25
- package/src/concepts/QueryAggregateExpression__.ts +6 -10
- package/src/concepts/QueryFieldExpression__.ts +6 -10
- package/src/concepts/QueryFromExpression__.ts +8 -11
- package/src/concepts/QueryGroupByExpression__.ts +5 -7
- package/src/concepts/QueryJoinExpression__.ts +11 -14
- package/src/concepts/QueryLimitExpression__.ts +5 -8
- package/src/concepts/QueryOrderByExpression__.ts +5 -8
- package/src/concepts/QuerySelectExpression__.ts +11 -10
- package/src/concepts/Rect__.ts +5 -9
- package/src/concepts/Return__.ts +30 -26
- package/src/concepts/Role__.ts +7 -10
- package/src/concepts/SelectMembers__.ts +10 -10
- package/src/concepts/SequentialPolicy__.ts +60 -0
- package/src/concepts/Slot__.ts +9 -15
- package/src/concepts/SqlQueryComponent__.ts +11 -16
- package/src/concepts/Start__.ts +5 -6
- package/src/concepts/StaticString__.ts +104 -0
- package/src/concepts/StringInterpolation__.ts +13 -9
- package/src/concepts/StringLiteral__.ts +6 -8
- package/src/concepts/StructureProperty__.ts +16 -20
- package/src/concepts/Structure__.ts +14 -15
- package/src/concepts/SwitchCase__.ts +7 -8
- package/src/concepts/SwitchStatement__.ts +8 -8
- package/src/concepts/Theme__.ts +5 -5
- package/src/concepts/Transactional__.ts +13 -16
- package/src/concepts/TriggerEvent__.ts +22 -177
- package/src/concepts/TriggerLauncher__.ts +9 -13
- package/src/concepts/TypeAnnotation__.ts +22 -18
- package/src/concepts/TypeParam__.ts +5 -6
- package/src/concepts/UnaryExpression__.ts +5 -8
- package/src/concepts/Unparsed__.ts +6 -8
- package/src/concepts/UseComponent__.ts +5 -7
- package/src/concepts/ValidationRule__.ts +13 -16
- package/src/concepts/Variable__.ts +50 -37
- package/src/concepts/ViewBlock__.ts +5 -8
- package/src/concepts/ViewComponent__.ts +68 -47
- package/src/concepts/ViewElement__.ts +114 -89
- package/src/concepts/View__.ts +183 -91
- package/src/concepts/WhileStatement__.ts +7 -8
- package/src/concepts/basics/stdlib/index.ts +66 -20
- package/src/concepts/basics/stdlib/nasl.auth.ts +167 -149
- package/src/concepts/basics/stdlib/nasl.browser.ts +143 -132
- package/src/concepts/basics/stdlib/nasl.collection.ts +54 -39
- package/src/concepts/basics/stdlib/nasl.configuration.ts +19 -9
- package/src/concepts/basics/stdlib/nasl.core.ts +41 -35
- package/src/concepts/basics/stdlib/nasl.event.ts +27 -17
- package/src/concepts/basics/stdlib/nasl.http.ts +170 -158
- package/src/concepts/basics/stdlib/nasl.interface.ts +48 -37
- package/src/concepts/basics/stdlib/nasl.io.ts +54 -44
- package/src/concepts/basics/stdlib/nasl.logging.ts +56 -55
- package/src/concepts/basics/stdlib/nasl.process.ts +610 -594
- package/src/concepts/basics/stdlib/nasl.ui.ts +1005 -986
- package/src/concepts/basics/stdlib/nasl.util.ts +2270 -2251
- package/src/concepts/basics/stdlib/nasl.validation.ts +567 -556
- package/src/concepts/basics/stdlib/reference2TypeAnnotationList.ts +19 -23
- package/src/concepts/index.ts +9 -1
- package/src/concepts/index__.ts +4 -0
- package/src/concepts/types__.ts +0 -254
- package/src/concepts/utils/asserts.ts +9530 -0
- package/src/concepts/utils/types.ts +670 -0
- package/src/decorators/index.ts +17 -16
- package/src/generator/genBundleFiles.ts +34 -2
- package/src/generator/genMetaData.ts +31 -3
- package/src/generator/genReleaseBody.ts +41 -40
- package/src/server/extendBaseNode.ts +2 -1
- package/src/server/formatTsUtils.ts +21 -20
- package/src/server/getConnector.ts +21 -2
- package/src/server/getFunctions.ts +3 -3
- package/src/server/getLogging.ts +2 -2
- package/src/server/getLogics.ts +16 -12
- package/src/server/getMemberIdentifier.ts +26 -5
- package/src/server/getProcessComponents.ts +2 -2
- package/src/server/getProcesses.ts +56 -6
- package/src/server/getValidates.ts +3 -2
- package/src/server/index.ts +2 -1
- package/src/server/naslServer.ts +51 -60
- package/src/server/translator.ts +3 -0
- package/src/service/creator/errHandles.js +7 -4
- package/src/service/storage/init.ts +34 -7
- package/src/translator/types.ts +1 -0
- package/src/translator/utils.ts +1 -2
- package/src/utils/i18nInfo.ts +0 -30
- package/src/utils/time-slicing/controller.ts +34 -23
- package/src/utils/time-slicing/runner.ts +7 -9
- package/src/utils/time-slicing/tool.ts +1 -1
- package/src/utils/types.ts +6 -0
- package/test/concepts/anonymous-function/toEmbeddedTS.spec.ts +3 -3
- package/test/concepts/anonymous-function/toJS.spec.ts +2 -2
- package/test/concepts/anonymous-function/toVue.spec.ts +2 -2
- package/test/concepts/assignment/toEmbeddedTS.spec.ts +3 -3
- package/test/concepts/assignment/toJS.spec.ts +2 -2
- package/test/concepts/assignment/toVue.spec.ts +2 -2
- package/test/concepts/batch-assignment/toEmbeddedTS.spec.ts +3 -3
- package/test/concepts/batch-assignment/toJS.spec.ts +2 -2
- package/test/concepts/batch-assignment/toVue.spec.ts +2 -2
- package/test/concepts/binary-expression/toEmbeddedTS.spec.ts +3 -3
- package/test/concepts/binary-expression/toJS.spec.ts +2 -2
- package/test/concepts/binary-expression/toVue.spec.ts +2 -2
- package/test/concepts/boolean-literal/toEmbeddedTS.spec.ts +3 -3
- package/test/concepts/boolean-literal/toJS.spec.ts +2 -2
- package/test/concepts/boolean-literal/toVue.spec.ts +2 -2
- package/test/concepts/call-function/toEmbeddedTS.spec.ts +3 -3
- package/test/concepts/call-function/toJS.spec.ts +2 -2
- package/test/concepts/call-interface/__snapshots__/toEmbeddedTS.spec.ts.snap +6 -9
- package/test/concepts/call-interface/toEmbeddedTS.spec.ts +3 -3
- package/test/concepts/call-interface/toJS.spec.ts +2 -2
- package/test/concepts/call-logic/__snapshots__/getQuickInfoOffset.spec.ts.snap +27 -3
- package/test/concepts/call-logic/__snapshots__/toEmbeddedTS.spec.ts.snap +18 -3
- package/test/concepts/call-logic/__snapshots__/toJS.spec.ts.snap +15 -0
- package/test/concepts/call-logic/__snapshots__/toUI.spec.ts.snap +7 -0
- package/test/concepts/call-logic/__snapshots__/toVue.spec.ts.snap +101 -0
- package/test/concepts/call-logic/__snapshots__/toVueDesigner.spec.ts.snap +7 -0
- package/test/concepts/call-logic/fixtures/json-deserialize.json +173 -0
- package/test/concepts/call-logic/fixtures/json-serialize-with-string.json +177 -0
- package/test/concepts/call-logic/fixtures/json-serialize.json +178 -0
- package/test/concepts/call-logic/getQuickInfoOffset.spec.ts +3 -3
- package/test/concepts/call-logic/toEmbeddedTS.spec.ts +3 -3
- package/test/concepts/call-logic/toJS.spec.ts +2 -2
- package/test/concepts/call-logic/toUI.spec.ts +16 -0
- package/test/concepts/call-logic/toVue.spec.ts +14 -0
- package/test/concepts/call-logic/toVueDesigner.spec.ts +16 -0
- package/test/concepts/data-source/toEmbeddedTS.spec.ts +3 -3
- package/test/concepts/data-source/toEmbeddedTSFile.spec.ts +3 -3
- package/test/concepts/entity/toEmbeddedTS.spec.ts +3 -3
- package/test/concepts/entity/toEmbeddedTSFile.spec.ts +2 -2
- package/test/concepts/identifier/toEmbeddedTS.spec.ts +3 -3
- package/test/concepts/identifier/toJS.spec.ts +2 -2
- package/test/concepts/identifier/toVue.spec.ts +2 -2
- package/test/concepts/match/toEmbeddedTS.spec.ts +3 -3
- package/test/concepts/match/toJS.spec.ts +2 -2
- package/test/concepts/member-expression/toEmbeddedTS.spec.ts +3 -3
- package/test/concepts/member-expression/toJS.spec.ts +2 -2
- package/test/concepts/member-expression/toVue.spec.ts +2 -2
- package/test/concepts/null-literal/toEmbeddedTS.spec.ts +3 -3
- package/test/concepts/null-literal/toJS.spec.ts +2 -2
- package/test/concepts/null-literal/toVue.spec.ts +2 -2
- package/test/concepts/numeric-literal/toEmbeddedTS.spec.ts +3 -3
- package/test/concepts/numeric-literal/toJS.spec.ts +2 -2
- package/test/concepts/numeric-literal/toVue.spec.ts +2 -2
- package/test/concepts/string-literal/toEmbeddedTS.spec.ts +3 -3
- package/test/concepts/string-literal/toJS.spec.ts +2 -2
- package/test/concepts/string-literal/toVue.spec.ts +2 -2
- package/test/concepts/utils.ts +2 -2
- package/test/concepts/validation-rule/toEmbeddedTS.spec.ts +3 -3
- package/test/concepts/validation-rule/toJS.spec.ts +2 -2
- package/test/concepts/validation-rule/validation-rule.spec.ts +3 -3
- package/test/concepts/view-element/toEmbeddedTS.spec.ts +3 -3
- package/test/concepts/view-element/toVue.spec.ts +2 -2
- package/test/time-slicing/runner.spec.ts +5 -1
- package/test/time-slicing/time-slicing-nodejs.spec.ts +1 -1
- package/test/time-slicing/wrapper.spec.ts +1 -1
- package/tsconfig.json +2 -1
|
@@ -3,1002 +3,978 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
3
3
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.uiTypeList = exports.uiStructures = void 0;
|
|
6
|
+
exports.initialize = exports.uiTypeList = exports.uiStructures = void 0;
|
|
7
7
|
const Namespace__1 = __importDefault(require("../../Namespace__"));
|
|
8
|
-
const Param__1 = __importDefault(require("../../Param__"));
|
|
9
|
-
const Logic__1 = __importDefault(require("../../Logic__"));
|
|
10
|
-
const Structure__1 = __importDefault(require("../../Structure__"));
|
|
11
|
-
const StructureProperty__1 = __importDefault(require("../../StructureProperty__"));
|
|
12
|
-
const TypeAnnotation__1 = __importDefault(require("../../TypeAnnotation__"));
|
|
13
|
-
const TypeParam__1 = __importDefault(require("../../TypeParam__"));
|
|
14
8
|
const reference2TypeAnnotationList_1 = require("./reference2TypeAnnotationList");
|
|
15
|
-
const
|
|
16
|
-
exports.uiStructures = [
|
|
17
|
-
|
|
9
|
+
const decorators_1 = require("../../../decorators");
|
|
10
|
+
exports.uiStructures = [];
|
|
11
|
+
exports.uiTypeList = [];
|
|
12
|
+
const uiNamespace = new Namespace__1.default({
|
|
13
|
+
name: 'ui',
|
|
14
|
+
logics: [],
|
|
15
|
+
});
|
|
16
|
+
exports.default = uiNamespace;
|
|
17
|
+
/** @internal */
|
|
18
|
+
function initialize() {
|
|
19
|
+
const Structure = (0, decorators_1.getConceptConstructor)('Structure');
|
|
20
|
+
const StructureProperty = (0, decorators_1.getConceptConstructor)('StructureProperty');
|
|
21
|
+
const TypeAnnotation = (0, decorators_1.getConceptConstructor)('TypeAnnotation');
|
|
22
|
+
const Logic = (0, decorators_1.getConceptConstructor)('Logic');
|
|
23
|
+
const Param = (0, decorators_1.getConceptConstructor)('Param');
|
|
24
|
+
const StringInterpolation = (0, decorators_1.getConceptConstructor)('StringInterpolation');
|
|
25
|
+
const TypeParam = (0, decorators_1.getConceptConstructor)('TypeParam');
|
|
26
|
+
exports.uiStructures.push(new Structure({
|
|
18
27
|
name: 'Current',
|
|
19
28
|
typeParams: [
|
|
20
|
-
new
|
|
29
|
+
new TypeParam({
|
|
21
30
|
name: 'T',
|
|
22
31
|
}),
|
|
23
32
|
],
|
|
24
33
|
properties: [
|
|
25
|
-
new
|
|
34
|
+
new StructureProperty({
|
|
26
35
|
name: 'item',
|
|
27
|
-
typeAnnotation:
|
|
36
|
+
typeAnnotation: TypeAnnotation.createTypeParam('T'),
|
|
28
37
|
}),
|
|
29
|
-
new
|
|
38
|
+
new StructureProperty({
|
|
30
39
|
name: 'index',
|
|
31
|
-
typeAnnotation:
|
|
40
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Long'),
|
|
32
41
|
}),
|
|
33
|
-
new
|
|
42
|
+
new StructureProperty({
|
|
34
43
|
name: 'rowIndex',
|
|
35
|
-
typeAnnotation:
|
|
44
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Long'),
|
|
36
45
|
}),
|
|
37
|
-
new
|
|
46
|
+
new StructureProperty({
|
|
38
47
|
name: 'columnIndex',
|
|
39
|
-
typeAnnotation:
|
|
48
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Long'),
|
|
40
49
|
}),
|
|
41
|
-
new
|
|
50
|
+
new StructureProperty({
|
|
42
51
|
name: 'value',
|
|
43
|
-
typeAnnotation:
|
|
52
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
44
53
|
}),
|
|
45
54
|
],
|
|
46
|
-
}),
|
|
47
|
-
new Structure__1.default({
|
|
55
|
+
}), new Structure({
|
|
48
56
|
name: 'CurrentDynamic',
|
|
49
57
|
typeParams: [
|
|
50
|
-
new
|
|
58
|
+
new TypeParam({
|
|
51
59
|
name: 'T',
|
|
52
60
|
}),
|
|
53
|
-
new
|
|
61
|
+
new TypeParam({
|
|
54
62
|
name: 'T1',
|
|
55
63
|
}),
|
|
56
64
|
],
|
|
57
65
|
properties: [
|
|
58
|
-
new
|
|
66
|
+
new StructureProperty({
|
|
59
67
|
name: 'item',
|
|
60
|
-
typeAnnotation:
|
|
68
|
+
typeAnnotation: TypeAnnotation.createTypeParam('T'),
|
|
61
69
|
}),
|
|
62
|
-
new
|
|
70
|
+
new StructureProperty({
|
|
63
71
|
name: 'columnItem',
|
|
64
|
-
typeAnnotation:
|
|
72
|
+
typeAnnotation: TypeAnnotation.createTypeParam('T1'),
|
|
65
73
|
}),
|
|
66
|
-
new
|
|
74
|
+
new StructureProperty({
|
|
67
75
|
name: 'index',
|
|
68
|
-
typeAnnotation:
|
|
76
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Long'),
|
|
69
77
|
}),
|
|
70
|
-
new
|
|
78
|
+
new StructureProperty({
|
|
71
79
|
name: 'rowIndex',
|
|
72
|
-
typeAnnotation:
|
|
80
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Long'),
|
|
73
81
|
}),
|
|
74
|
-
new
|
|
82
|
+
new StructureProperty({
|
|
75
83
|
name: 'columnIndex',
|
|
76
|
-
typeAnnotation:
|
|
84
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Long'),
|
|
77
85
|
}),
|
|
78
|
-
new
|
|
86
|
+
new StructureProperty({
|
|
79
87
|
name: 'value',
|
|
80
|
-
typeAnnotation:
|
|
88
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
81
89
|
}),
|
|
82
90
|
],
|
|
83
|
-
}),
|
|
84
|
-
new Structure__1.default({
|
|
91
|
+
}), new Structure({
|
|
85
92
|
name: 'Error',
|
|
86
93
|
properties: [
|
|
87
|
-
new
|
|
94
|
+
new StructureProperty({
|
|
88
95
|
name: 'errorType',
|
|
89
|
-
typeAnnotation:
|
|
96
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
90
97
|
}),
|
|
91
|
-
new
|
|
98
|
+
new StructureProperty({
|
|
92
99
|
name: 'errorMsg',
|
|
93
|
-
typeAnnotation:
|
|
100
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
94
101
|
}),
|
|
95
102
|
],
|
|
96
|
-
}),
|
|
97
|
-
new Structure__1.default({
|
|
103
|
+
}), new Structure({
|
|
98
104
|
name: 'BaseEvent',
|
|
99
105
|
properties: [],
|
|
100
|
-
}),
|
|
101
|
-
new Structure__1.default({
|
|
106
|
+
}), new Structure({
|
|
102
107
|
name: 'DataSourceParams',
|
|
103
108
|
properties: [
|
|
104
|
-
new
|
|
109
|
+
new StructureProperty({
|
|
105
110
|
name: 'page',
|
|
106
|
-
typeAnnotation:
|
|
111
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Long'),
|
|
107
112
|
}),
|
|
108
|
-
new
|
|
113
|
+
new StructureProperty({
|
|
109
114
|
name: 'size',
|
|
110
|
-
typeAnnotation:
|
|
115
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Long'),
|
|
111
116
|
}),
|
|
112
|
-
new
|
|
117
|
+
new StructureProperty({
|
|
113
118
|
name: 'sort',
|
|
114
|
-
typeAnnotation:
|
|
119
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
115
120
|
}),
|
|
116
|
-
new
|
|
121
|
+
new StructureProperty({
|
|
117
122
|
name: 'order',
|
|
118
|
-
typeAnnotation:
|
|
123
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
119
124
|
}),
|
|
120
|
-
new
|
|
125
|
+
new StructureProperty({
|
|
121
126
|
name: 'filterText',
|
|
122
|
-
typeAnnotation:
|
|
127
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
123
128
|
}),
|
|
124
129
|
],
|
|
125
|
-
}),
|
|
126
|
-
new Structure__1.default({
|
|
130
|
+
}), new Structure({
|
|
127
131
|
name: 'EventTarget',
|
|
128
132
|
properties: [],
|
|
129
|
-
}),
|
|
130
|
-
new Structure__1.default({
|
|
133
|
+
}), new Structure({
|
|
131
134
|
name: 'MouseEvent',
|
|
132
135
|
properties: [
|
|
133
|
-
new
|
|
136
|
+
new StructureProperty({
|
|
134
137
|
name: 'altKey',
|
|
135
138
|
description: '如果alt 键被按下,返回true',
|
|
136
|
-
typeAnnotation:
|
|
139
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Boolean'),
|
|
137
140
|
}),
|
|
138
|
-
new
|
|
141
|
+
new StructureProperty({
|
|
139
142
|
name: 'button',
|
|
140
143
|
description: '如果鼠标按钮被按下(如果有的话),将会返回一个数值',
|
|
141
|
-
typeAnnotation:
|
|
144
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Long'),
|
|
142
145
|
}),
|
|
143
|
-
new
|
|
146
|
+
new StructureProperty({
|
|
144
147
|
name: 'clientX',
|
|
145
148
|
description: '鼠标指针在点击元素(DOM)中的X坐标',
|
|
146
|
-
typeAnnotation:
|
|
149
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Long'),
|
|
147
150
|
}),
|
|
148
|
-
new
|
|
151
|
+
new StructureProperty({
|
|
149
152
|
name: 'clientY',
|
|
150
153
|
description: '鼠标指针在点击元素(DOM)中的Y坐标',
|
|
151
|
-
typeAnnotation:
|
|
154
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Long'),
|
|
152
155
|
}),
|
|
153
|
-
new
|
|
156
|
+
new StructureProperty({
|
|
154
157
|
name: 'ctrlKey',
|
|
155
158
|
description: '如果 control 键被按下,则返回 true',
|
|
156
|
-
typeAnnotation:
|
|
159
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Long'),
|
|
157
160
|
}),
|
|
158
|
-
new
|
|
161
|
+
new StructureProperty({
|
|
159
162
|
name: 'metaKey',
|
|
160
163
|
description: '如果 meta 键被按下,则返回 true',
|
|
161
|
-
typeAnnotation:
|
|
164
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Long'),
|
|
162
165
|
}),
|
|
163
|
-
new
|
|
166
|
+
new StructureProperty({
|
|
164
167
|
name: 'movementX',
|
|
165
168
|
description: '鼠标指针相对于最后mousemove事件位置的X坐标',
|
|
166
|
-
typeAnnotation:
|
|
169
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Long'),
|
|
167
170
|
}),
|
|
168
|
-
new
|
|
171
|
+
new StructureProperty({
|
|
169
172
|
name: 'movementY',
|
|
170
173
|
description: '鼠标指针相对于最后mousemove事件位置的Y坐标',
|
|
171
|
-
typeAnnotation:
|
|
174
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Long'),
|
|
172
175
|
}),
|
|
173
|
-
new
|
|
176
|
+
new StructureProperty({
|
|
174
177
|
name: 'offsetX',
|
|
175
178
|
description: '鼠标指针相对于目标节点内边位置的X坐标',
|
|
176
|
-
typeAnnotation:
|
|
179
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Long'),
|
|
177
180
|
}),
|
|
178
|
-
new
|
|
181
|
+
new StructureProperty({
|
|
179
182
|
name: 'offsetY',
|
|
180
183
|
description: '鼠标指针相对于目标节点内边位置的Y坐标',
|
|
181
|
-
typeAnnotation:
|
|
184
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Long'),
|
|
182
185
|
}),
|
|
183
|
-
new
|
|
186
|
+
new StructureProperty({
|
|
184
187
|
name: 'pageX',
|
|
185
188
|
description: '相对于整个文档的水平坐标',
|
|
186
|
-
typeAnnotation:
|
|
189
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Long'),
|
|
187
190
|
}),
|
|
188
|
-
new
|
|
191
|
+
new StructureProperty({
|
|
189
192
|
name: 'pageY',
|
|
190
193
|
description: '相对于整个文档的垂直坐标',
|
|
191
|
-
typeAnnotation:
|
|
194
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Long'),
|
|
192
195
|
}),
|
|
193
|
-
new
|
|
196
|
+
new StructureProperty({
|
|
194
197
|
name: 'screenX',
|
|
195
198
|
description: '相对于全局(屏幕)的水平坐标',
|
|
196
|
-
typeAnnotation:
|
|
199
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Long'),
|
|
197
200
|
}),
|
|
198
|
-
new
|
|
201
|
+
new StructureProperty({
|
|
199
202
|
name: 'screenY',
|
|
200
203
|
description: '相对于全局(屏幕)的垂直坐标',
|
|
201
|
-
typeAnnotation:
|
|
204
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Long'),
|
|
202
205
|
}),
|
|
203
|
-
new
|
|
206
|
+
new StructureProperty({
|
|
204
207
|
name: 'which',
|
|
205
208
|
description: '对应(键盘)按下的数字类型的 keyCode',
|
|
206
|
-
typeAnnotation:
|
|
209
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Long'),
|
|
207
210
|
}),
|
|
208
211
|
],
|
|
209
|
-
}),
|
|
210
|
-
new Structure__1.default({
|
|
212
|
+
}), new Structure({
|
|
211
213
|
name: 'FocusEvent',
|
|
212
214
|
properties: [
|
|
213
|
-
new
|
|
215
|
+
new StructureProperty({
|
|
214
216
|
name: 'cancelBubble',
|
|
215
217
|
description: '是否取消冒泡',
|
|
216
|
-
typeAnnotation:
|
|
218
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Boolean'),
|
|
217
219
|
}),
|
|
218
|
-
new
|
|
220
|
+
new StructureProperty({
|
|
219
221
|
name: 'detail',
|
|
220
222
|
description: '详情',
|
|
221
|
-
typeAnnotation:
|
|
223
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
222
224
|
}),
|
|
223
|
-
new
|
|
225
|
+
new StructureProperty({
|
|
224
226
|
name: 'layerX',
|
|
225
227
|
description: '相对于当前层的水平坐标',
|
|
226
|
-
typeAnnotation:
|
|
228
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Long'),
|
|
227
229
|
}),
|
|
228
|
-
new
|
|
230
|
+
new StructureProperty({
|
|
229
231
|
name: 'layerY',
|
|
230
232
|
description: '相对于当前层的垂直坐标',
|
|
231
|
-
typeAnnotation:
|
|
233
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Long'),
|
|
232
234
|
}),
|
|
233
|
-
new
|
|
235
|
+
new StructureProperty({
|
|
234
236
|
name: 'pageX',
|
|
235
237
|
description: '相对于整个文档的水平坐标',
|
|
236
|
-
typeAnnotation:
|
|
238
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Long'),
|
|
237
239
|
}),
|
|
238
|
-
new
|
|
240
|
+
new StructureProperty({
|
|
239
241
|
name: 'pageY',
|
|
240
242
|
description: '相对于整个文档的垂直坐标',
|
|
241
|
-
typeAnnotation:
|
|
243
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Long'),
|
|
242
244
|
}),
|
|
243
|
-
new
|
|
245
|
+
new StructureProperty({
|
|
244
246
|
name: 'which',
|
|
245
247
|
description: '对应(键盘)按下的数字类型的 keyCode',
|
|
246
|
-
typeAnnotation:
|
|
248
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Long'),
|
|
247
249
|
}),
|
|
248
250
|
],
|
|
249
|
-
}),
|
|
250
|
-
new Structure__1.default({
|
|
251
|
+
}), new Structure({
|
|
251
252
|
name: 'ChangeEvent',
|
|
252
253
|
properties: [
|
|
253
|
-
new
|
|
254
|
+
new StructureProperty({
|
|
254
255
|
name: 'value',
|
|
255
256
|
description: '改变后的值',
|
|
256
|
-
typeAnnotation:
|
|
257
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
257
258
|
}),
|
|
258
|
-
new
|
|
259
|
+
new StructureProperty({
|
|
259
260
|
name: 'oldValue',
|
|
260
261
|
description: '待改变的值',
|
|
261
|
-
typeAnnotation:
|
|
262
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
262
263
|
}),
|
|
263
|
-
new
|
|
264
|
+
new StructureProperty({
|
|
264
265
|
name: 'formattedValue',
|
|
265
266
|
description: '格式化后的值',
|
|
266
|
-
typeAnnotation:
|
|
267
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
267
268
|
}),
|
|
268
|
-
new
|
|
269
|
+
new StructureProperty({
|
|
269
270
|
name: 'values',
|
|
270
271
|
description: '改变后每项值的数组',
|
|
271
|
-
typeAnnotation:
|
|
272
|
-
typeArguments: [
|
|
272
|
+
typeAnnotation: TypeAnnotation.createGeneric('List', {
|
|
273
|
+
typeArguments: [TypeAnnotation.createTypeParam('T')],
|
|
273
274
|
}),
|
|
274
275
|
}),
|
|
275
|
-
new
|
|
276
|
+
new StructureProperty({
|
|
276
277
|
name: 'oldValues',
|
|
277
278
|
description: '旧的每项值的数组',
|
|
278
|
-
typeAnnotation:
|
|
279
|
-
typeArguments: [
|
|
279
|
+
typeAnnotation: TypeAnnotation.createGeneric('List', {
|
|
280
|
+
typeArguments: [TypeAnnotation.createTypeParam('T')],
|
|
280
281
|
}),
|
|
281
282
|
}),
|
|
282
|
-
new
|
|
283
|
+
new StructureProperty({
|
|
283
284
|
name: 'label',
|
|
284
285
|
description: '此选框的标签',
|
|
285
|
-
typeAnnotation:
|
|
286
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
286
287
|
}),
|
|
287
|
-
new
|
|
288
|
+
new StructureProperty({
|
|
288
289
|
name: 'valid',
|
|
289
290
|
description: '改变后的值是否合法',
|
|
290
|
-
typeAnnotation:
|
|
291
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Boolean'),
|
|
291
292
|
}),
|
|
292
293
|
],
|
|
293
|
-
}),
|
|
294
|
-
new Structure__1.default({
|
|
294
|
+
}), new Structure({
|
|
295
295
|
name: 'NavigateEvent',
|
|
296
296
|
properties: [
|
|
297
|
-
new
|
|
297
|
+
new StructureProperty({
|
|
298
298
|
name: 'to',
|
|
299
299
|
description: 'to属性的值',
|
|
300
|
-
typeAnnotation:
|
|
300
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
301
301
|
}),
|
|
302
|
-
new
|
|
302
|
+
new StructureProperty({
|
|
303
303
|
name: 'replace',
|
|
304
304
|
description: '',
|
|
305
|
-
typeAnnotation:
|
|
305
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Boolean'),
|
|
306
306
|
}),
|
|
307
|
-
new
|
|
307
|
+
new StructureProperty({
|
|
308
308
|
name: 'append',
|
|
309
309
|
description: '',
|
|
310
|
-
typeAnnotation:
|
|
310
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Boolean'),
|
|
311
311
|
}),
|
|
312
312
|
],
|
|
313
|
-
}),
|
|
314
|
-
new Structure__1.default({
|
|
313
|
+
}), new Structure({
|
|
315
314
|
name: 'ChangeItemEvent',
|
|
316
315
|
properties: [
|
|
317
|
-
new
|
|
316
|
+
new StructureProperty({
|
|
318
317
|
name: 'selected',
|
|
319
318
|
description: '选中还是取消',
|
|
320
|
-
typeAnnotation:
|
|
319
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
321
320
|
}),
|
|
322
|
-
new
|
|
321
|
+
new StructureProperty({
|
|
323
322
|
name: 'value',
|
|
324
323
|
description: '选择项的值',
|
|
325
|
-
typeAnnotation:
|
|
324
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
326
325
|
}),
|
|
327
|
-
new
|
|
326
|
+
new StructureProperty({
|
|
328
327
|
name: 'oldValue',
|
|
329
328
|
description: '旧的值',
|
|
330
|
-
typeAnnotation:
|
|
329
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
331
330
|
}),
|
|
332
|
-
new
|
|
331
|
+
new StructureProperty({
|
|
333
332
|
name: 'item',
|
|
334
333
|
description: '选择项相关对象',
|
|
335
|
-
typeAnnotation:
|
|
334
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
336
335
|
}),
|
|
337
|
-
new
|
|
336
|
+
new StructureProperty({
|
|
338
337
|
name: 'oldItem',
|
|
339
338
|
description: '旧的选择项相关对象',
|
|
340
|
-
typeAnnotation:
|
|
339
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
341
340
|
}),
|
|
342
|
-
new
|
|
341
|
+
new StructureProperty({
|
|
343
342
|
name: 'label',
|
|
344
343
|
description: '此选框的标签',
|
|
345
|
-
typeAnnotation:
|
|
344
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
346
345
|
}),
|
|
347
346
|
],
|
|
348
|
-
}),
|
|
349
|
-
new Structure__1.default({
|
|
347
|
+
}), new Structure({
|
|
350
348
|
name: 'ChangeItemsEvent',
|
|
351
349
|
properties: [
|
|
352
|
-
new
|
|
350
|
+
new StructureProperty({
|
|
353
351
|
name: 'selected',
|
|
354
352
|
description: '选中还是取消',
|
|
355
|
-
typeAnnotation:
|
|
353
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Boolean'),
|
|
356
354
|
}),
|
|
357
|
-
new
|
|
355
|
+
new StructureProperty({
|
|
358
356
|
name: 'item',
|
|
359
357
|
description: '该选中项相关对象',
|
|
360
|
-
typeAnnotation:
|
|
358
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
361
359
|
}),
|
|
362
|
-
new
|
|
360
|
+
new StructureProperty({
|
|
363
361
|
name: 'value',
|
|
364
362
|
description: '所有选中项的值',
|
|
365
|
-
typeAnnotation:
|
|
366
|
-
typeArguments: [
|
|
363
|
+
typeAnnotation: TypeAnnotation.createGeneric('List', {
|
|
364
|
+
typeArguments: [TypeAnnotation.createTypeParam('T')],
|
|
367
365
|
}),
|
|
368
366
|
}),
|
|
369
|
-
new
|
|
367
|
+
new StructureProperty({
|
|
370
368
|
name: 'oldValue',
|
|
371
369
|
description: '旧的值',
|
|
372
|
-
typeAnnotation:
|
|
373
|
-
typeArguments: [
|
|
370
|
+
typeAnnotation: TypeAnnotation.createGeneric('List', {
|
|
371
|
+
typeArguments: [TypeAnnotation.createTypeParam('T')],
|
|
374
372
|
}),
|
|
375
373
|
}),
|
|
376
|
-
new
|
|
374
|
+
new StructureProperty({
|
|
377
375
|
name: 'items',
|
|
378
376
|
description: '所有选中项相关对象的数组',
|
|
379
|
-
typeAnnotation:
|
|
380
|
-
typeArguments: [
|
|
377
|
+
typeAnnotation: TypeAnnotation.createGeneric('List', {
|
|
378
|
+
typeArguments: [TypeAnnotation.createTypeParam('T')],
|
|
381
379
|
}),
|
|
382
380
|
}),
|
|
383
|
-
new
|
|
381
|
+
new StructureProperty({
|
|
384
382
|
name: 'oldItems',
|
|
385
383
|
description: '旧的所有选中项相关对象的数组',
|
|
386
|
-
typeAnnotation:
|
|
387
|
-
typeArguments: [
|
|
384
|
+
typeAnnotation: TypeAnnotation.createGeneric('List', {
|
|
385
|
+
typeArguments: [TypeAnnotation.createTypeParam('T')],
|
|
388
386
|
}),
|
|
389
387
|
}),
|
|
390
388
|
],
|
|
391
|
-
}),
|
|
392
|
-
new Structure__1.default({
|
|
389
|
+
}), new Structure({
|
|
393
390
|
name: 'CascadeCapsulesEvent',
|
|
394
391
|
properties: [
|
|
395
|
-
new
|
|
392
|
+
new StructureProperty({
|
|
396
393
|
name: 'level',
|
|
397
394
|
description: '选择的层级',
|
|
398
|
-
typeAnnotation:
|
|
395
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Long'),
|
|
399
396
|
}),
|
|
400
|
-
new
|
|
397
|
+
new StructureProperty({
|
|
401
398
|
name: 'value',
|
|
402
399
|
description: '改变后的值',
|
|
403
|
-
typeAnnotation:
|
|
400
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
404
401
|
}),
|
|
405
|
-
new
|
|
402
|
+
new StructureProperty({
|
|
406
403
|
name: 'oldValue',
|
|
407
404
|
description: '旧的值',
|
|
408
|
-
typeAnnotation:
|
|
405
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
409
406
|
}),
|
|
410
|
-
new
|
|
407
|
+
new StructureProperty({
|
|
411
408
|
name: 'values',
|
|
412
409
|
description: '改变后每项值的数组',
|
|
413
|
-
typeAnnotation:
|
|
414
|
-
typeArguments: [
|
|
410
|
+
typeAnnotation: TypeAnnotation.createGeneric('List', {
|
|
411
|
+
typeArguments: [TypeAnnotation.createTypeParam('T')],
|
|
415
412
|
}),
|
|
416
413
|
}),
|
|
417
|
-
new
|
|
414
|
+
new StructureProperty({
|
|
418
415
|
name: 'oldValues',
|
|
419
416
|
description: '旧的每项值的数组',
|
|
420
|
-
typeAnnotation:
|
|
421
|
-
typeArguments: [
|
|
417
|
+
typeAnnotation: TypeAnnotation.createGeneric('List', {
|
|
418
|
+
typeArguments: [TypeAnnotation.createTypeParam('T')],
|
|
422
419
|
}),
|
|
423
420
|
}),
|
|
424
|
-
new
|
|
421
|
+
new StructureProperty({
|
|
425
422
|
name: 'item',
|
|
426
423
|
description: '选择项相关对象',
|
|
427
|
-
typeAnnotation:
|
|
424
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
428
425
|
}),
|
|
429
426
|
],
|
|
430
|
-
}),
|
|
431
|
-
new Structure__1.default({
|
|
427
|
+
}), new Structure({
|
|
432
428
|
name: 'CollapseEvent',
|
|
433
429
|
properties: [
|
|
434
|
-
new
|
|
430
|
+
new StructureProperty({
|
|
435
431
|
name: 'expanded',
|
|
436
432
|
description: '展开/折叠状态',
|
|
437
|
-
typeAnnotation:
|
|
433
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Boolean'),
|
|
438
434
|
}),
|
|
439
|
-
new
|
|
435
|
+
new StructureProperty({
|
|
440
436
|
name: 'open',
|
|
441
437
|
description: '弹出/隐藏状态',
|
|
442
|
-
typeAnnotation:
|
|
438
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Boolean'),
|
|
443
439
|
}),
|
|
444
|
-
new
|
|
440
|
+
new StructureProperty({
|
|
445
441
|
name: 'value',
|
|
446
442
|
description: '开关状态',
|
|
447
|
-
typeAnnotation:
|
|
443
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Boolean'),
|
|
448
444
|
}),
|
|
449
|
-
new
|
|
445
|
+
new StructureProperty({
|
|
450
446
|
name: 'oldValue',
|
|
451
447
|
description: '旧的开关状态',
|
|
452
|
-
typeAnnotation:
|
|
448
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Boolean'),
|
|
453
449
|
}),
|
|
454
|
-
new
|
|
450
|
+
new StructureProperty({
|
|
455
451
|
name: 'node',
|
|
456
452
|
description: '节点相关对象',
|
|
457
|
-
typeAnnotation:
|
|
453
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
458
454
|
}),
|
|
459
455
|
],
|
|
460
|
-
}),
|
|
461
|
-
new Structure__1.default({
|
|
456
|
+
}), new Structure({
|
|
462
457
|
name: 'SliderEvent',
|
|
463
458
|
properties: [
|
|
464
|
-
new
|
|
459
|
+
new StructureProperty({
|
|
465
460
|
name: 'value',
|
|
466
461
|
description: '滑块的值',
|
|
467
|
-
typeAnnotation:
|
|
462
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Long'),
|
|
468
463
|
}),
|
|
469
|
-
new
|
|
464
|
+
new StructureProperty({
|
|
470
465
|
name: 'oldValue',
|
|
471
466
|
description: '旧的值',
|
|
472
|
-
typeAnnotation:
|
|
467
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Long'),
|
|
473
468
|
}),
|
|
474
|
-
new
|
|
469
|
+
new StructureProperty({
|
|
475
470
|
name: 'percent',
|
|
476
471
|
description: '滑块位置所在的百分比',
|
|
477
|
-
typeAnnotation:
|
|
472
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Long'),
|
|
478
473
|
}),
|
|
479
474
|
],
|
|
480
|
-
}),
|
|
481
|
-
new Structure__1.default({
|
|
475
|
+
}), new Structure({
|
|
482
476
|
name: 'DateEvent',
|
|
483
477
|
properties: [
|
|
484
|
-
new
|
|
478
|
+
new StructureProperty({
|
|
485
479
|
name: 'date',
|
|
486
480
|
description: '日期值',
|
|
487
|
-
typeAnnotation:
|
|
481
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Date'),
|
|
488
482
|
}),
|
|
489
|
-
new
|
|
483
|
+
new StructureProperty({
|
|
490
484
|
name: 'time',
|
|
491
485
|
description: '日期值',
|
|
492
|
-
typeAnnotation:
|
|
486
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Date'),
|
|
493
487
|
}),
|
|
494
488
|
],
|
|
495
|
-
}),
|
|
496
|
-
new Structure__1.default({
|
|
489
|
+
}), new Structure({
|
|
497
490
|
name: 'OperatorItemEvent',
|
|
498
491
|
properties: [
|
|
499
|
-
new
|
|
492
|
+
new StructureProperty({
|
|
500
493
|
name: 'item',
|
|
501
494
|
description: '添加的项',
|
|
502
|
-
typeAnnotation:
|
|
495
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
503
496
|
}),
|
|
504
|
-
new
|
|
497
|
+
new StructureProperty({
|
|
505
498
|
name: 'index',
|
|
506
499
|
description: '添加的索引',
|
|
507
|
-
typeAnnotation:
|
|
500
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Long'),
|
|
508
501
|
}),
|
|
509
|
-
new
|
|
502
|
+
new StructureProperty({
|
|
510
503
|
name: 'data',
|
|
511
504
|
description: '当前数据',
|
|
512
|
-
typeAnnotation:
|
|
505
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
513
506
|
}),
|
|
514
507
|
],
|
|
515
|
-
}),
|
|
516
|
-
new Structure__1.default({
|
|
508
|
+
}), new Structure({
|
|
517
509
|
name: 'ValidateEvent',
|
|
518
510
|
properties: [
|
|
519
|
-
new
|
|
511
|
+
new StructureProperty({
|
|
520
512
|
name: 'rawValue',
|
|
521
513
|
description: '用户输入的原始值',
|
|
522
|
-
typeAnnotation:
|
|
514
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
523
515
|
}),
|
|
524
|
-
new
|
|
516
|
+
new StructureProperty({
|
|
525
517
|
name: 'value',
|
|
526
518
|
description: '验证修复的值',
|
|
527
|
-
typeAnnotation:
|
|
519
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
528
520
|
}),
|
|
529
|
-
new
|
|
521
|
+
new StructureProperty({
|
|
530
522
|
name: 'trigger',
|
|
531
523
|
description: '本次验证的触发方式',
|
|
532
|
-
typeAnnotation:
|
|
524
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
533
525
|
}),
|
|
534
|
-
new
|
|
526
|
+
new StructureProperty({
|
|
535
527
|
name: 'muted',
|
|
536
528
|
description: '是否验证后无提示',
|
|
537
|
-
typeAnnotation:
|
|
529
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
538
530
|
}),
|
|
539
|
-
new
|
|
531
|
+
new StructureProperty({
|
|
540
532
|
name: 'valid',
|
|
541
533
|
description: '验证是否通过',
|
|
542
|
-
typeAnnotation:
|
|
534
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Boolean'),
|
|
543
535
|
}),
|
|
544
|
-
new
|
|
536
|
+
new StructureProperty({
|
|
545
537
|
name: 'touched',
|
|
546
538
|
description: '用户是否触碰',
|
|
547
|
-
typeAnnotation:
|
|
539
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Boolean'),
|
|
548
540
|
}),
|
|
549
|
-
new
|
|
541
|
+
new StructureProperty({
|
|
550
542
|
name: 'dirty',
|
|
551
543
|
description: '用户是否修改值',
|
|
552
|
-
typeAnnotation:
|
|
544
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Boolean'),
|
|
553
545
|
}),
|
|
554
|
-
new
|
|
546
|
+
new StructureProperty({
|
|
555
547
|
name: 'firstError',
|
|
556
548
|
description: '第一个错误提示消息',
|
|
557
|
-
typeAnnotation:
|
|
549
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
558
550
|
}),
|
|
559
551
|
],
|
|
560
|
-
}),
|
|
561
|
-
new Structure__1.default({
|
|
552
|
+
}), new Structure({
|
|
562
553
|
name: 'PaginationEvent',
|
|
563
554
|
properties: [
|
|
564
|
-
new
|
|
555
|
+
new StructureProperty({
|
|
565
556
|
name: 'page',
|
|
566
557
|
description: '选择的页码',
|
|
567
|
-
typeAnnotation:
|
|
558
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Long'),
|
|
568
559
|
}),
|
|
569
|
-
new
|
|
560
|
+
new StructureProperty({
|
|
570
561
|
name: 'oldPage',
|
|
571
562
|
description: '旧的页码',
|
|
572
|
-
typeAnnotation:
|
|
563
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Long'),
|
|
573
564
|
}),
|
|
574
|
-
new
|
|
565
|
+
new StructureProperty({
|
|
575
566
|
name: 'pageSize',
|
|
576
567
|
description: '当前每页条数',
|
|
577
|
-
typeAnnotation:
|
|
568
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Long'),
|
|
578
569
|
}),
|
|
579
|
-
new
|
|
570
|
+
new StructureProperty({
|
|
580
571
|
name: 'oldPageSize',
|
|
581
572
|
description: '旧的每页条数',
|
|
582
|
-
typeAnnotation:
|
|
573
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Long'),
|
|
583
574
|
}),
|
|
584
|
-
new
|
|
575
|
+
new StructureProperty({
|
|
585
576
|
name: 'size',
|
|
586
577
|
description: '当前每页条数',
|
|
587
|
-
typeAnnotation:
|
|
578
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Long'),
|
|
588
579
|
}),
|
|
589
|
-
new
|
|
580
|
+
new StructureProperty({
|
|
590
581
|
name: 'oldSize',
|
|
591
582
|
description: '旧的每页条数',
|
|
592
|
-
typeAnnotation:
|
|
583
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Long'),
|
|
593
584
|
}),
|
|
594
|
-
new
|
|
585
|
+
new StructureProperty({
|
|
595
586
|
name: 'number',
|
|
596
587
|
description: '当前页数',
|
|
597
|
-
typeAnnotation:
|
|
588
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Long'),
|
|
598
589
|
}),
|
|
599
|
-
new
|
|
590
|
+
new StructureProperty({
|
|
600
591
|
name: 'oldNumber',
|
|
601
592
|
description: '旧的页数',
|
|
602
|
-
typeAnnotation:
|
|
593
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Long'),
|
|
603
594
|
}),
|
|
604
595
|
],
|
|
605
|
-
}),
|
|
606
|
-
new Structure__1.default({
|
|
596
|
+
}), new Structure({
|
|
607
597
|
name: 'DurationEvent',
|
|
608
598
|
properties: [
|
|
609
|
-
new
|
|
599
|
+
new StructureProperty({
|
|
610
600
|
name: 'text',
|
|
611
601
|
description: '提示的内容',
|
|
612
|
-
typeAnnotation:
|
|
602
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
613
603
|
}),
|
|
614
|
-
new
|
|
604
|
+
new StructureProperty({
|
|
615
605
|
name: 'color',
|
|
616
606
|
description: '提示的颜色',
|
|
617
|
-
typeAnnotation:
|
|
607
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
618
608
|
}),
|
|
619
|
-
new
|
|
609
|
+
new StructureProperty({
|
|
620
610
|
name: 'duration',
|
|
621
611
|
description: '提示停留的时间',
|
|
622
|
-
typeAnnotation:
|
|
612
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Long'),
|
|
623
613
|
}),
|
|
624
614
|
],
|
|
625
|
-
}),
|
|
626
|
-
new Structure__1.default({
|
|
615
|
+
}), new Structure({
|
|
627
616
|
name: 'TransferEvent',
|
|
628
617
|
properties: [
|
|
629
|
-
new
|
|
618
|
+
new StructureProperty({
|
|
630
619
|
name: 'source',
|
|
631
620
|
description: '原数据列表',
|
|
632
|
-
typeAnnotation:
|
|
633
|
-
typeArguments: [
|
|
621
|
+
typeAnnotation: TypeAnnotation.createGeneric('List', {
|
|
622
|
+
typeArguments: [TypeAnnotation.createTypeParam('T')],
|
|
634
623
|
}),
|
|
635
624
|
}),
|
|
636
|
-
new
|
|
625
|
+
new StructureProperty({
|
|
637
626
|
name: 'target',
|
|
638
627
|
description: '目标数据列表',
|
|
639
|
-
typeAnnotation:
|
|
640
|
-
typeArguments: [
|
|
628
|
+
typeAnnotation: TypeAnnotation.createGeneric('List', {
|
|
629
|
+
typeArguments: [TypeAnnotation.createTypeParam('T')],
|
|
641
630
|
}),
|
|
642
631
|
}),
|
|
643
|
-
new
|
|
632
|
+
new StructureProperty({
|
|
644
633
|
name: 'transfer',
|
|
645
634
|
description: '移动的项',
|
|
646
|
-
typeAnnotation:
|
|
647
|
-
typeArguments: [
|
|
635
|
+
typeAnnotation: TypeAnnotation.createGeneric('List', {
|
|
636
|
+
typeArguments: [TypeAnnotation.createTypeParam('T')],
|
|
648
637
|
}),
|
|
649
638
|
}),
|
|
650
|
-
new
|
|
639
|
+
new StructureProperty({
|
|
651
640
|
name: 'transferValues',
|
|
652
641
|
description: '移动项的值',
|
|
653
|
-
typeAnnotation:
|
|
654
|
-
typeArguments: [
|
|
642
|
+
typeAnnotation: TypeAnnotation.createGeneric('List', {
|
|
643
|
+
typeArguments: [TypeAnnotation.createTypeParam('T')],
|
|
655
644
|
}),
|
|
656
645
|
}),
|
|
657
646
|
],
|
|
658
|
-
}),
|
|
659
|
-
new Structure__1.default({
|
|
647
|
+
}), new Structure({
|
|
660
648
|
name: 'TreeChangeEvent',
|
|
661
649
|
properties: [
|
|
662
|
-
new
|
|
650
|
+
new StructureProperty({
|
|
663
651
|
name: 'value',
|
|
664
652
|
description: '改变后的值',
|
|
665
|
-
typeAnnotation:
|
|
653
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
666
654
|
}),
|
|
667
|
-
new
|
|
655
|
+
new StructureProperty({
|
|
668
656
|
name: 'oldValue',
|
|
669
657
|
description: '待改变的值',
|
|
670
|
-
typeAnnotation:
|
|
658
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
671
659
|
}),
|
|
672
|
-
new
|
|
660
|
+
new StructureProperty({
|
|
673
661
|
name: 'node',
|
|
674
662
|
description: '选择项相关对象',
|
|
675
|
-
typeAnnotation:
|
|
663
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
676
664
|
}),
|
|
677
|
-
new
|
|
665
|
+
new StructureProperty({
|
|
678
666
|
name: 'oldNode',
|
|
679
667
|
description: '旧的选择项相关对象',
|
|
680
|
-
typeAnnotation:
|
|
668
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
681
669
|
}),
|
|
682
670
|
],
|
|
683
|
-
}),
|
|
684
|
-
new Structure__1.default({
|
|
671
|
+
}), new Structure({
|
|
685
672
|
name: 'CheckedEvent',
|
|
686
673
|
properties: [
|
|
687
|
-
new
|
|
674
|
+
new StructureProperty({
|
|
688
675
|
name: 'checked',
|
|
689
676
|
description: '选中/取消状态',
|
|
690
|
-
typeAnnotation:
|
|
677
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Boolean'),
|
|
691
678
|
}),
|
|
692
|
-
new
|
|
679
|
+
new StructureProperty({
|
|
693
680
|
name: 'oldChecked',
|
|
694
681
|
description: '旧的选中/取消状态',
|
|
695
|
-
typeAnnotation:
|
|
682
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Boolean'),
|
|
696
683
|
}),
|
|
697
|
-
new
|
|
684
|
+
new StructureProperty({
|
|
698
685
|
name: 'values',
|
|
699
686
|
description: '改变后每项值的数组',
|
|
700
|
-
typeAnnotation:
|
|
701
|
-
typeArguments: [
|
|
687
|
+
typeAnnotation: TypeAnnotation.createGeneric('List', {
|
|
688
|
+
typeArguments: [TypeAnnotation.createTypeParam('T')],
|
|
702
689
|
}),
|
|
703
690
|
}),
|
|
704
|
-
new
|
|
691
|
+
new StructureProperty({
|
|
705
692
|
name: 'oldValues',
|
|
706
693
|
description: '旧的每项值的数组',
|
|
707
|
-
typeAnnotation:
|
|
708
|
-
typeArguments: [
|
|
694
|
+
typeAnnotation: TypeAnnotation.createGeneric('List', {
|
|
695
|
+
typeArguments: [TypeAnnotation.createTypeParam('T')],
|
|
709
696
|
}),
|
|
710
697
|
}),
|
|
711
|
-
new
|
|
698
|
+
new StructureProperty({
|
|
712
699
|
name: 'node',
|
|
713
700
|
description: '选择项相关对象',
|
|
714
|
-
typeAnnotation:
|
|
701
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
715
702
|
}),
|
|
716
|
-
new
|
|
703
|
+
new StructureProperty({
|
|
717
704
|
name: 'item',
|
|
718
705
|
description: '选择项相关对象',
|
|
719
|
-
typeAnnotation:
|
|
706
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
720
707
|
}),
|
|
721
708
|
],
|
|
722
|
-
}),
|
|
723
|
-
new Structure__1.default({
|
|
709
|
+
}), new Structure({
|
|
724
710
|
name: 'UploadEvent',
|
|
725
711
|
properties: [
|
|
726
|
-
new
|
|
712
|
+
new StructureProperty({
|
|
727
713
|
name: 'item',
|
|
728
714
|
description: '进度相关信息',
|
|
729
|
-
typeAnnotation:
|
|
715
|
+
typeAnnotation: TypeAnnotation.createReference('File', {
|
|
730
716
|
typeNamespace: 'nasl.ui',
|
|
731
717
|
}),
|
|
732
718
|
}),
|
|
733
|
-
new
|
|
719
|
+
new StructureProperty({
|
|
734
720
|
name: 'data',
|
|
735
721
|
description: '进度相关信息',
|
|
736
|
-
typeAnnotation:
|
|
722
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
737
723
|
}),
|
|
738
|
-
new
|
|
724
|
+
new StructureProperty({
|
|
739
725
|
name: 'file',
|
|
740
726
|
description: '上传文件信息,不包含文件主体内容',
|
|
741
|
-
typeAnnotation:
|
|
727
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
742
728
|
}),
|
|
743
|
-
new
|
|
729
|
+
new StructureProperty({
|
|
744
730
|
name: 'xhr',
|
|
745
731
|
description: '发送前的 XMLHttpRequest 对象',
|
|
746
|
-
typeAnnotation:
|
|
732
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
747
733
|
}),
|
|
748
|
-
new
|
|
734
|
+
new StructureProperty({
|
|
749
735
|
name: 'formData',
|
|
750
736
|
description: '用于发送的数据对象',
|
|
751
|
-
typeAnnotation:
|
|
737
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
752
738
|
}),
|
|
753
|
-
new
|
|
739
|
+
new StructureProperty({
|
|
754
740
|
name: 'xml',
|
|
755
741
|
description: '服务器回传信息',
|
|
756
|
-
typeAnnotation:
|
|
742
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
757
743
|
}),
|
|
758
744
|
],
|
|
759
|
-
}),
|
|
760
|
-
new Structure__1.default({
|
|
745
|
+
}), new Structure({
|
|
761
746
|
name: 'UploadErrorEvent',
|
|
762
747
|
properties: [
|
|
763
|
-
new
|
|
748
|
+
new StructureProperty({
|
|
764
749
|
name: 'name',
|
|
765
750
|
description: '错误名',
|
|
766
|
-
typeAnnotation:
|
|
751
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
767
752
|
}),
|
|
768
|
-
new
|
|
753
|
+
new StructureProperty({
|
|
769
754
|
name: 'message',
|
|
770
755
|
description: '错误描述',
|
|
771
|
-
typeAnnotation:
|
|
756
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
772
757
|
}),
|
|
773
|
-
new
|
|
758
|
+
new StructureProperty({
|
|
774
759
|
name: 'extensions',
|
|
775
760
|
description: '限制类型',
|
|
776
|
-
typeAnnotation:
|
|
761
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
777
762
|
}),
|
|
778
|
-
new
|
|
763
|
+
new StructureProperty({
|
|
779
764
|
name: 'maxSize',
|
|
780
765
|
description: '限制大小',
|
|
781
|
-
typeAnnotation:
|
|
766
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
782
767
|
}),
|
|
783
|
-
new
|
|
768
|
+
new StructureProperty({
|
|
784
769
|
name: 'size',
|
|
785
770
|
description: '当前大小',
|
|
786
|
-
typeAnnotation:
|
|
771
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
787
772
|
}),
|
|
788
|
-
new
|
|
773
|
+
new StructureProperty({
|
|
789
774
|
name: 'count',
|
|
790
775
|
description: '当前数量',
|
|
791
|
-
typeAnnotation:
|
|
776
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Long'),
|
|
792
777
|
}),
|
|
793
|
-
new
|
|
778
|
+
new StructureProperty({
|
|
794
779
|
name: 'limit',
|
|
795
780
|
description: '数量配额',
|
|
796
|
-
typeAnnotation:
|
|
781
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Long'),
|
|
797
782
|
}),
|
|
798
783
|
],
|
|
799
|
-
}),
|
|
800
|
-
new Structure__1.default({
|
|
784
|
+
}), new Structure({
|
|
801
785
|
name: 'SortEvent',
|
|
802
786
|
properties: [
|
|
803
|
-
new
|
|
787
|
+
new StructureProperty({
|
|
804
788
|
name: 'field',
|
|
805
789
|
description: '排序属性',
|
|
806
|
-
typeAnnotation:
|
|
790
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
807
791
|
}),
|
|
808
|
-
new
|
|
792
|
+
new StructureProperty({
|
|
809
793
|
name: 'order',
|
|
810
794
|
description: '排序顺序',
|
|
811
|
-
typeAnnotation:
|
|
795
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
812
796
|
}),
|
|
813
|
-
new
|
|
797
|
+
new StructureProperty({
|
|
814
798
|
name: 'compare',
|
|
815
799
|
description: '排序比较函数',
|
|
816
|
-
typeAnnotation:
|
|
800
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
817
801
|
}),
|
|
818
802
|
],
|
|
819
|
-
}),
|
|
820
|
-
new Structure__1.default({
|
|
803
|
+
}), new Structure({
|
|
821
804
|
name: 'PoiInfo',
|
|
822
805
|
properties: [
|
|
823
|
-
new
|
|
806
|
+
new StructureProperty({
|
|
824
807
|
name: 'source',
|
|
825
808
|
description: '信息来源',
|
|
826
|
-
typeAnnotation:
|
|
809
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
827
810
|
}),
|
|
828
|
-
new
|
|
811
|
+
new StructureProperty({
|
|
829
812
|
name: 'id',
|
|
830
813
|
description: 'POI点的id',
|
|
831
|
-
typeAnnotation:
|
|
814
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
832
815
|
}),
|
|
833
|
-
new
|
|
816
|
+
new StructureProperty({
|
|
834
817
|
name: 'name',
|
|
835
818
|
description: '名称',
|
|
836
|
-
typeAnnotation:
|
|
819
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
837
820
|
}),
|
|
838
|
-
new
|
|
821
|
+
new StructureProperty({
|
|
839
822
|
name: 'location',
|
|
840
823
|
description: '经纬度',
|
|
841
|
-
typeAnnotation:
|
|
824
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
842
825
|
}),
|
|
843
|
-
new
|
|
826
|
+
new StructureProperty({
|
|
844
827
|
name: 'address',
|
|
845
828
|
description: '地址',
|
|
846
|
-
typeAnnotation:
|
|
829
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
847
830
|
}),
|
|
848
831
|
],
|
|
849
|
-
}),
|
|
850
|
-
new Structure__1.default({
|
|
832
|
+
}), new Structure({
|
|
851
833
|
name: 'File',
|
|
852
834
|
properties: [
|
|
853
|
-
new
|
|
835
|
+
new StructureProperty({
|
|
854
836
|
name: 'status',
|
|
855
837
|
description: '文件状态',
|
|
856
|
-
typeAnnotation:
|
|
838
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
857
839
|
}),
|
|
858
|
-
new
|
|
840
|
+
new StructureProperty({
|
|
859
841
|
name: 'url',
|
|
860
842
|
description: '文件链接',
|
|
861
|
-
typeAnnotation:
|
|
843
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
862
844
|
}),
|
|
863
|
-
new
|
|
845
|
+
new StructureProperty({
|
|
864
846
|
name: 'name',
|
|
865
847
|
description: '文件名称',
|
|
866
|
-
typeAnnotation:
|
|
848
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
867
849
|
}),
|
|
868
|
-
new
|
|
850
|
+
new StructureProperty({
|
|
869
851
|
name: 'size',
|
|
870
852
|
description: '文件大小',
|
|
871
|
-
typeAnnotation:
|
|
853
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Long'),
|
|
872
854
|
}),
|
|
873
|
-
new
|
|
855
|
+
new StructureProperty({
|
|
874
856
|
name: 'type',
|
|
875
857
|
description: '文件类型',
|
|
876
|
-
typeAnnotation:
|
|
858
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
877
859
|
}),
|
|
878
860
|
],
|
|
879
|
-
}),
|
|
880
|
-
new Structure__1.default({
|
|
861
|
+
}), new Structure({
|
|
881
862
|
name: 'SelectData',
|
|
882
863
|
properties: [
|
|
883
|
-
new
|
|
864
|
+
new StructureProperty({
|
|
884
865
|
name: 'parent',
|
|
885
|
-
typeAnnotation:
|
|
866
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
886
867
|
}),
|
|
887
|
-
new
|
|
868
|
+
new StructureProperty({
|
|
888
869
|
name: 'item',
|
|
889
|
-
typeAnnotation:
|
|
870
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
890
871
|
}),
|
|
891
|
-
new
|
|
872
|
+
new StructureProperty({
|
|
892
873
|
name: 'level',
|
|
893
|
-
typeAnnotation:
|
|
874
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Long'),
|
|
894
875
|
}),
|
|
895
|
-
new
|
|
876
|
+
new StructureProperty({
|
|
896
877
|
name: 'index',
|
|
897
|
-
typeAnnotation:
|
|
878
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Long'),
|
|
898
879
|
}),
|
|
899
880
|
],
|
|
900
|
-
}),
|
|
901
|
-
new Structure__1.default({
|
|
881
|
+
}), new Structure({
|
|
902
882
|
name: 'DragAndDropUpdateData',
|
|
903
883
|
properties: [
|
|
904
|
-
new
|
|
884
|
+
new StructureProperty({
|
|
905
885
|
name: 'sourceList',
|
|
906
|
-
typeAnnotation:
|
|
907
|
-
typeArguments: [
|
|
886
|
+
typeAnnotation: TypeAnnotation.createGeneric('List', {
|
|
887
|
+
typeArguments: [TypeAnnotation.createPrimitive('String')],
|
|
908
888
|
}),
|
|
909
889
|
}),
|
|
910
|
-
new
|
|
890
|
+
new StructureProperty({
|
|
911
891
|
name: 'targetList',
|
|
912
|
-
typeAnnotation:
|
|
913
|
-
typeArguments: [
|
|
892
|
+
typeAnnotation: TypeAnnotation.createGeneric('List', {
|
|
893
|
+
typeArguments: [TypeAnnotation.createPrimitive('String')],
|
|
914
894
|
}),
|
|
915
895
|
}),
|
|
916
896
|
],
|
|
917
|
-
}),
|
|
918
|
-
new Structure__1.default({
|
|
897
|
+
}), new Structure({
|
|
919
898
|
name: 'DragAndDropEvent',
|
|
920
899
|
properties: [
|
|
921
|
-
new
|
|
900
|
+
new StructureProperty({
|
|
922
901
|
name: 'source',
|
|
923
|
-
typeAnnotation:
|
|
902
|
+
typeAnnotation: TypeAnnotation.createReference('SelectData', {
|
|
924
903
|
typeNamespace: 'nasl.ui',
|
|
925
904
|
}),
|
|
926
905
|
}),
|
|
927
|
-
new
|
|
906
|
+
new StructureProperty({
|
|
928
907
|
name: 'target',
|
|
929
|
-
typeAnnotation:
|
|
908
|
+
typeAnnotation: TypeAnnotation.createReference('SelectData', {
|
|
930
909
|
typeNamespace: 'nasl.ui',
|
|
931
910
|
}),
|
|
932
911
|
}),
|
|
933
|
-
new
|
|
912
|
+
new StructureProperty({
|
|
934
913
|
name: 'finalSource',
|
|
935
|
-
typeAnnotation:
|
|
914
|
+
typeAnnotation: TypeAnnotation.createReference('SelectData', {
|
|
936
915
|
typeNamespace: 'nasl.ui',
|
|
937
916
|
}),
|
|
938
917
|
}),
|
|
939
|
-
new
|
|
918
|
+
new StructureProperty({
|
|
940
919
|
name: 'position',
|
|
941
|
-
typeAnnotation:
|
|
920
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
942
921
|
}),
|
|
943
|
-
new
|
|
922
|
+
new StructureProperty({
|
|
944
923
|
name: 'updateData',
|
|
945
|
-
typeAnnotation:
|
|
924
|
+
typeAnnotation: TypeAnnotation.createReference('DragAndDropUpdateData', {
|
|
946
925
|
typeNamespace: 'nasl.ui',
|
|
947
926
|
}),
|
|
948
927
|
}),
|
|
949
928
|
],
|
|
950
|
-
}),
|
|
951
|
-
new Structure__1.default({
|
|
929
|
+
}), new Structure({
|
|
952
930
|
name: 'ExpandEvent',
|
|
953
931
|
properties: [
|
|
954
|
-
new
|
|
932
|
+
new StructureProperty({
|
|
955
933
|
name: 'item',
|
|
956
934
|
description: '展开项相关对象',
|
|
957
|
-
typeAnnotation:
|
|
935
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
958
936
|
}),
|
|
959
|
-
new
|
|
937
|
+
new StructureProperty({
|
|
960
938
|
name: 'expanded',
|
|
961
939
|
description: '展开状态值',
|
|
962
|
-
typeAnnotation:
|
|
940
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Boolean'),
|
|
963
941
|
}),
|
|
964
942
|
],
|
|
965
|
-
}),
|
|
966
|
-
new Structure__1.default({
|
|
943
|
+
}), new Structure({
|
|
967
944
|
name: 'ScrollEvent',
|
|
968
945
|
properties: [
|
|
969
|
-
new
|
|
946
|
+
new StructureProperty({
|
|
970
947
|
name: 'scrollHeight',
|
|
971
948
|
description: '滚动内容高度',
|
|
972
|
-
typeAnnotation:
|
|
949
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Long'),
|
|
973
950
|
}),
|
|
974
|
-
new
|
|
951
|
+
new StructureProperty({
|
|
975
952
|
name: 'scrollWidth',
|
|
976
953
|
description: '滚动内容宽度',
|
|
977
|
-
typeAnnotation:
|
|
954
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Long'),
|
|
978
955
|
}),
|
|
979
|
-
new
|
|
956
|
+
new StructureProperty({
|
|
980
957
|
name: 'scrollTop',
|
|
981
958
|
description: '滚动内容距离顶部高度',
|
|
982
|
-
typeAnnotation:
|
|
959
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Long'),
|
|
983
960
|
}),
|
|
984
|
-
new
|
|
961
|
+
new StructureProperty({
|
|
985
962
|
name: 'scrollLeft',
|
|
986
963
|
description: '滚动内容距离左侧距离',
|
|
987
|
-
typeAnnotation:
|
|
964
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Long'),
|
|
988
965
|
}),
|
|
989
|
-
new
|
|
966
|
+
new StructureProperty({
|
|
990
967
|
name: 'clientHeight',
|
|
991
968
|
description: '可视区域高度',
|
|
992
|
-
typeAnnotation:
|
|
969
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Long'),
|
|
993
970
|
}),
|
|
994
|
-
new
|
|
971
|
+
new StructureProperty({
|
|
995
972
|
name: 'clientWidth',
|
|
996
973
|
description: '可视区域宽度由',
|
|
997
|
-
typeAnnotation:
|
|
974
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Long'),
|
|
998
975
|
}),
|
|
999
976
|
],
|
|
1000
|
-
}),
|
|
1001
|
-
new Structure__1.default({
|
|
977
|
+
}), new Structure({
|
|
1002
978
|
name: 'KeyboardEvent',
|
|
1003
979
|
properties: [
|
|
1004
980
|
// new StructureProperty({
|
|
@@ -1042,22 +1018,21 @@ exports.uiStructures = [
|
|
|
1042
1018
|
// typeAnnotation: TypeAnnotation.createPrimitive('Boolean')
|
|
1043
1019
|
// })
|
|
1044
1020
|
],
|
|
1045
|
-
})
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
name: 'ui',
|
|
1050
|
-
logics: [
|
|
1051
|
-
new Logic__1.default({
|
|
1021
|
+
}));
|
|
1022
|
+
exports.uiTypeList.push(...(0, reference2TypeAnnotationList_1.reference2TypeAnnotationList)(exports.uiStructures, 'nasl.ui'));
|
|
1023
|
+
const logics = [
|
|
1024
|
+
new Logic({
|
|
1052
1025
|
name: 'showMessage',
|
|
1053
1026
|
params: [
|
|
1054
|
-
new
|
|
1027
|
+
new Param({
|
|
1055
1028
|
name: 'text',
|
|
1056
|
-
typeAnnotation:
|
|
1057
|
-
defaultExpression: new
|
|
1029
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
1030
|
+
defaultExpression: new StringInterpolation(),
|
|
1058
1031
|
}),
|
|
1059
1032
|
],
|
|
1060
1033
|
}),
|
|
1061
|
-
]
|
|
1062
|
-
|
|
1034
|
+
];
|
|
1035
|
+
logics.forEach((logic) => uiNamespace.addLogic(logic));
|
|
1036
|
+
}
|
|
1037
|
+
exports.initialize = initialize;
|
|
1063
1038
|
//# sourceMappingURL=nasl.ui.js.map
|