@lcap/nasl 3.8.3-beta.1 → 3.8.3-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.nyc_output/943352aa-23df-44e0-863b-3dcd3e8bf57a.json +1 -0
- package/.nyc_output/processinfo/943352aa-23df-44e0-863b-3dcd3e8bf57a.json +1 -0
- package/.nyc_output/processinfo/index.json +1 -1
- package/coverage/cobertura-coverage.xml +66121 -10220
- package/coverage/index.html +50 -395
- package/coverage/src/automate/engine/index.html +19 -19
- package/coverage/src/automate/engine/utils.js.html +101 -101
- package/coverage/src/bak/index.html +19 -19
- package/coverage/src/bak/translator.js.html +96 -141
- package/coverage/src/breakpoint/generator/AfterStartNode.ts.html +13 -13
- package/coverage/src/breakpoint/generator/BeforeEndNode.ts.html +13 -13
- package/coverage/src/breakpoint/generator/BreakpointNode.ts.html +29 -29
- package/coverage/src/breakpoint/generator/CallbackNode.ts.html +10 -10
- package/coverage/src/breakpoint/generator/index.html +47 -47
- package/coverage/src/breakpoint/generator/index.ts.html +20 -20
- package/coverage/src/breakpoint/index.html +7 -7
- package/coverage/src/breakpoint/index.ts.html +6 -6
- package/coverage/src/breakpoint/shared/constants.ts.html +7 -7
- package/coverage/src/breakpoint/shared/index.html +45 -45
- package/coverage/src/breakpoint/shared/index.ts.html +5 -5
- package/coverage/src/breakpoint/shared/operations.ts.html +15 -15
- package/coverage/src/breakpoint/shared/socket.ts.html +85 -85
- package/coverage/src/breakpoint/shared/utils.ts.html +49 -49
- package/coverage/src/breakpoint/store/core.ts.html +100 -100
- package/coverage/src/breakpoint/store/dock.ts.html +46 -46
- package/coverage/src/breakpoint/store/index.html +33 -33
- package/coverage/src/breakpoint/store/index.ts.html +7 -7
- package/coverage/src/common/BaseNode.ts.html +350 -1187
- package/coverage/src/common/Command.ts.html +20 -20
- package/coverage/src/common/EventEmitter.ts.html +31 -49
- package/coverage/src/common/Messager.ts.html +28 -28
- package/coverage/src/common/asyncFuncMap.ts.html +7 -7
- package/coverage/src/common/index.html +55 -70
- package/coverage/src/common/index.ts.html +8 -11
- package/coverage/src/concepts/Abort__.ts.html +20 -56
- package/coverage/src/concepts/Anchor__.ts.html +51 -117
- package/coverage/src/concepts/AnonymousFunction__.ts.html +232 -343
- package/coverage/src/concepts/App__.ts.html +1283 -2681
- package/coverage/src/concepts/Argument__.ts.html +135 -135
- package/coverage/src/concepts/Assignee__.ts.html +91 -250
- package/coverage/src/concepts/AssignmentLine__.ts.html +28 -88
- package/coverage/src/concepts/Assignment__.ts.html +110 -206
- package/coverage/src/concepts/Attribute__.ts.html +50 -239
- package/coverage/src/concepts/AuthInterface__.ts.html +32 -26
- package/coverage/src/concepts/AuthLogicForCallInterface__.ts.html +188 -203
- package/coverage/src/concepts/AuthLogic__.ts.html +28 -43
- package/coverage/src/concepts/BackendVariable__.ts.html +132 -438
- package/coverage/src/concepts/Backend__.ts.html +57 -156
- package/coverage/src/concepts/BatchAssignment__.ts.html +270 -420
- package/coverage/src/concepts/BinaryExpression__.ts.html +158 -266
- package/coverage/src/concepts/BindAttribute__.ts.html +204 -399
- package/coverage/src/concepts/BindDirective__.ts.html +73 -217
- package/coverage/src/concepts/BindEvent__.ts.html +161 -293
- package/coverage/src/concepts/BindStyle__.ts.html +58 -139
- package/coverage/src/concepts/BooleanLiteral__.ts.html +33 -63
- package/coverage/src/concepts/CallAuthInterface__.ts.html +95 -236
- package/coverage/src/concepts/CallConnector__.ts.html +69 -108
- package/coverage/src/concepts/CallFunction__.ts.html +234 -399
- package/coverage/src/concepts/CallInterface__.ts.html +145 -241
- package/coverage/src/concepts/CallLogic__.ts.html +525 -633
- package/coverage/src/concepts/CallQueryComponent__.ts.html +232 -385
- package/coverage/src/concepts/Comment__.ts.html +27 -63
- package/coverage/src/concepts/CompletionProperty__.ts.html +51 -72
- package/coverage/src/concepts/ConfigGroup__.ts.html +51 -99
- package/coverage/src/concepts/ConfigPropertyValue__.ts.html +34 -40
- package/coverage/src/concepts/ConfigProperty__.ts.html +78 -150
- package/coverage/src/concepts/Configuration__.ts.html +48 -99
- package/coverage/src/concepts/Connection__.ts.html +64 -154
- package/coverage/src/concepts/ConnectorTrigger__.ts.html +32 -35
- package/coverage/src/concepts/Connector__.ts.html +228 -3117
- package/coverage/src/concepts/Constant__.ts.html +74 -374
- package/coverage/src/concepts/DataSource__.ts.html +104 -173
- package/coverage/src/concepts/DatabaseTypeAnnotation__.ts.html +21 -27
- package/coverage/src/concepts/Destination__.ts.html +121 -190
- package/coverage/src/concepts/End__.ts.html +40 -76
- package/coverage/src/concepts/EntityIndex__.ts.html +44 -80
- package/coverage/src/concepts/EntityProperty__.ts.html +158 -440
- package/coverage/src/concepts/Entity__.ts.html +161 -326
- package/coverage/src/concepts/EnumItem__.ts.html +33 -66
- package/coverage/src/concepts/Enum__.ts.html +64 -139
- package/coverage/src/concepts/Event__.ts.html +51 -87
- package/coverage/src/concepts/ExternalDestination__.ts.html +60 -126
- package/coverage/src/concepts/ForEachStatement__.ts.html +152 -239
- package/coverage/src/concepts/FrontendLibrary__.ts.html +69 -153
- package/coverage/src/concepts/FrontendVariable__.ts.html +19 -76
- package/coverage/src/concepts/Frontend__.ts.html +161 -884
- package/coverage/src/concepts/Function__.ts.html +171 -396
- package/coverage/src/concepts/Identifier__.ts.html +100 -130
- package/coverage/src/concepts/IfStatement__.ts.html +110 -209
- package/coverage/src/concepts/Integration__.ts.html +57 -132
- package/coverage/src/concepts/InterfaceParam__.ts.html +76 -310
- package/coverage/src/concepts/Interface__.ts.html +183 -324
- package/coverage/src/concepts/JSBlock__.ts.html +26 -59
- package/coverage/src/concepts/JavaLogic__.ts.html +28 -58
- package/coverage/src/concepts/LogicItem__.ts.html +73 -151
- package/coverage/src/concepts/Logic__.ts.html +509 -965
- package/coverage/src/concepts/MatchCase__.ts.html +158 -281
- package/coverage/src/concepts/Match__.ts.html +121 -280
- package/coverage/src/concepts/MemberExpression__.ts.html +172 -256
- package/coverage/src/concepts/MicroApp__.ts.html +34 -25
- package/coverage/src/concepts/Module__.ts.html +1270 -1375
- package/coverage/src/concepts/MsgTriggerEvent__.ts.html +46 -94
- package/coverage/src/concepts/MsgTriggerLauncher__.ts.html +48 -93
- package/coverage/src/concepts/Namespace__.ts.html +630 -1251
- package/coverage/src/concepts/NewComposite__.ts.html +341 -557
- package/coverage/src/concepts/NewList__.ts.html +111 -291
- package/coverage/src/concepts/NewMap__.ts.html +128 -332
- package/coverage/src/concepts/New__.ts.html +21 -57
- package/coverage/src/concepts/NullLiteral__.ts.html +23 -56
- package/coverage/src/concepts/NumericLiteral__.ts.html +51 -114
- package/coverage/src/concepts/OqlQueryComponent__.ts.html +76 -211
- package/coverage/src/concepts/OverriddenLogic__.ts.html +394 -643
- package/coverage/src/concepts/Param__.ts.html +174 -315
- package/coverage/src/concepts/Point__.ts.html +21 -27
- package/coverage/src/concepts/ProcessComponent__.ts.html +67 -145
- package/coverage/src/concepts/ProcessElement__.ts.html +281 -854
- package/coverage/src/concepts/ProcessOutcome__.ts.html +25 -100
- package/coverage/src/concepts/ProcessOutcomes__.ts.html +26 -113
- package/coverage/src/concepts/Process__.ts.html +201 -552
- package/coverage/src/concepts/QueryAggregateExpression__.ts.html +35 -89
- package/coverage/src/concepts/QueryFieldExpression__.ts.html +35 -62
- package/coverage/src/concepts/QueryFromExpression__.ts.html +47 -119
- package/coverage/src/concepts/QueryGroupByExpression__.ts.html +37 -97
- package/coverage/src/concepts/QueryJoinExpression__.ts.html +69 -153
- package/coverage/src/concepts/QueryLimitExpression__.ts.html +36 -105
- package/coverage/src/concepts/QueryOrderByExpression__.ts.html +36 -108
- package/coverage/src/concepts/QuerySelectExpression__.ts.html +50 -101
- package/coverage/src/concepts/Rect__.ts.html +25 -25
- package/coverage/src/concepts/Return__.ts.html +131 -368
- package/coverage/src/concepts/Role__.ts.html +37 -67
- package/coverage/src/concepts/SelectMembers__.ts.html +57 -141
- package/coverage/src/concepts/Slot__.ts.html +40 -64
- package/coverage/src/concepts/SqlQueryComponent__.ts.html +62 -122
- package/coverage/src/concepts/Start__.ts.html +25 -58
- package/coverage/src/concepts/StringInterpolation__.ts.html +77 -185
- package/coverage/src/concepts/StringLiteral__.ts.html +47 -158
- package/coverage/src/concepts/StructureProperty__.ts.html +78 -306
- package/coverage/src/concepts/Structure__.ts.html +90 -285
- package/coverage/src/concepts/SwitchCase__.ts.html +66 -141
- package/coverage/src/concepts/SwitchStatement__.ts.html +58 -136
- package/coverage/src/concepts/Theme__.ts.html +24 -36
- package/coverage/src/concepts/Transactional__.ts.html +33 -36
- package/coverage/src/concepts/TriggerEvent__.ts.html +480 -63
- package/coverage/src/concepts/TriggerLauncher__.ts.html +43 -73
- package/coverage/src/concepts/TypeAnnotation__.ts.html +231 -564
- package/coverage/src/concepts/TypeParam__.ts.html +23 -59
- package/coverage/src/concepts/UnaryExpression__.ts.html +47 -131
- package/coverage/src/concepts/Unparsed__.ts.html +29 -59
- package/coverage/src/concepts/UseComponent__.ts.html +21 -27
- package/coverage/src/concepts/ValidationRule__.ts.html +96 -234
- package/coverage/src/concepts/Variable__.ts.html +132 -456
- package/coverage/src/concepts/ViewBlock__.ts.html +23 -26
- package/coverage/src/concepts/ViewComponent__.ts.html +157 -394
- package/coverage/src/concepts/ViewElement__.ts.html +514 -910
- package/coverage/src/concepts/View__.ts.html +425 -1271
- package/coverage/src/concepts/WhileStatement__.ts.html +79 -175
- package/coverage/src/concepts/basics/stdlib/index.html +85 -85
- package/coverage/src/concepts/basics/stdlib/index.ts.html +29 -167
- package/coverage/src/concepts/basics/stdlib/nasl.auth.ts.html +152 -206
- package/coverage/src/concepts/basics/stdlib/nasl.browser.ts.html +139 -172
- package/coverage/src/concepts/basics/stdlib/nasl.collection.ts.html +47 -92
- package/coverage/src/concepts/basics/stdlib/nasl.configuration.ts.html +31 -130
- package/coverage/src/concepts/basics/stdlib/nasl.core.ts.html +43 -61
- package/coverage/src/concepts/basics/stdlib/nasl.event.ts.html +23 -53
- package/coverage/src/concepts/basics/stdlib/nasl.http.ts.html +167 -203
- package/coverage/src/concepts/basics/stdlib/nasl.interface.ts.html +45 -78
- package/coverage/src/concepts/basics/stdlib/nasl.io.ts.html +51 -81
- package/coverage/src/concepts/basics/stdlib/nasl.logging.ts.html +66 -69
- package/coverage/src/concepts/basics/stdlib/nasl.process.ts.html +606 -654
- package/coverage/src/concepts/basics/stdlib/nasl.ui.ts.html +993 -1050
- package/coverage/src/concepts/basics/stdlib/nasl.util.ts.html +2131 -2236
- package/coverage/src/concepts/basics/stdlib/nasl.validation.ts.html +563 -596
- package/coverage/src/concepts/basics/stdlib/reference2TypeAnnotationList.ts.html +40 -28
- package/coverage/src/concepts/basics/stdlib/timeZone.ts.html +9 -9
- package/coverage/src/concepts/basics/types/coreTypeList.ts.html +7 -7
- package/coverage/src/concepts/basics/types/index.html +16 -16
- package/coverage/src/concepts/basics/types/index.ts.html +18 -18
- package/coverage/src/concepts/index.html +1215 -1365
- package/coverage/src/concepts/index.ts.html +7 -31
- package/coverage/src/concepts/index__.ts.html +8 -38
- package/coverage/src/config.ts.html +20 -2
- package/coverage/src/decorators/index.html +32 -32
- package/coverage/src/decorators/index.ts.html +93 -108
- package/coverage/src/decorators/promise.ts.html +26 -26
- package/coverage/src/eventBus.ts.html +7 -7
- package/coverage/src/generator/compileComponent.ts.html +10 -10
- package/coverage/src/generator/genBundleFiles.ts.html +45 -273
- package/coverage/src/generator/genHash.ts.html +8 -8
- package/coverage/src/generator/genMetaData.ts.html +49 -280
- package/coverage/src/generator/genReleaseBody.ts.html +98 -113
- package/coverage/src/generator/icestark.ts.html +8 -14
- package/coverage/src/generator/index.html +87 -87
- package/coverage/src/generator/index.ts.html +6 -6
- package/coverage/src/generator/microApp.ts.html +10 -10
- package/coverage/src/generator/permission.ts.html +80 -152
- package/coverage/src/generator/qiankun.ts.html +7 -13
- package/coverage/src/generator/styleReplacer.ts.html +17 -17
- package/coverage/src/index.html +10 -40
- package/coverage/src/index.ts.html +12 -15
- package/coverage/src/manager/diagnostic.ts.html +31 -28
- package/coverage/src/manager/index.html +27 -27
- package/coverage/src/manager/stepRecorder.ts.html +17 -17
- package/coverage/src/natural/genNaturalTS.ts.html +30 -30
- package/coverage/src/natural/index.html +41 -41
- package/coverage/src/natural/index.ts.html +6 -6
- package/coverage/src/natural/naslStdlibMap.ts.html +10 -10
- package/coverage/src/natural/transformTSCode.ts.html +137 -197
- package/coverage/src/sentry/index.html +19 -19
- package/coverage/src/sentry/index.ts.html +43 -49
- package/coverage/src/server/createUiTs.ts.html +37 -46
- package/coverage/src/server/entity2LogicNamespace.ts.html +21 -21
- package/coverage/src/server/event.js.html +7 -7
- package/coverage/src/server/extendBaseNode.ts.html +90 -132
- package/coverage/src/server/formatTsUtils.ts.html +105 -108
- package/coverage/src/server/getConnector.ts.html +24 -96
- package/coverage/src/server/getExtensionModules.ts.html +14 -14
- package/coverage/src/server/getFunctions.ts.html +15 -15
- package/coverage/src/server/getInterfaces.ts.html +18 -18
- package/coverage/src/server/getLogging.ts.html +11 -11
- package/coverage/src/server/getLogics.ts.html +74 -122
- package/coverage/src/server/getMemberIdentifier.ts.html +163 -358
- package/coverage/src/server/getProcessComponents.ts.html +13 -13
- package/coverage/src/server/getProcesses.ts.html +86 -236
- package/coverage/src/server/getValidates.ts.html +14 -17
- package/coverage/src/server/index.html +181 -181
- package/coverage/src/server/index.ts.html +8 -11
- package/coverage/src/server/naslServer.ts.html +1270 -1933
- package/coverage/src/server/naslStdlibMap.ts.html +10 -10
- package/coverage/src/server/process2LogicNamespace.ts.html +20 -20
- package/coverage/src/server/translator.ts.html +89 -134
- package/coverage/src/service/creator/add.configs.js.html +17 -35
- package/coverage/src/service/creator/errHandles.js.html +45 -36
- package/coverage/src/service/creator/index.html +35 -35
- package/coverage/src/service/creator/index.js.html +14 -14
- package/coverage/src/service/datasource/api.js.html +7 -7
- package/coverage/src/service/datasource/index.html +12 -12
- package/coverage/src/service/datasource/index.js.html +5 -5
- package/coverage/src/service/logic/api.js.html +7 -7
- package/coverage/src/service/logic/index.html +12 -12
- package/coverage/src/service/logic/index.js.html +5 -5
- package/coverage/src/service/storage/api.js.html +7 -7
- package/coverage/src/service/storage/index.html +56 -56
- package/coverage/src/service/storage/index.ts.html +5 -5
- package/coverage/src/service/storage/init.ts.html +624 -1758
- package/coverage/src/service/storage/jsoner.ts.html +23 -86
- package/coverage/src/service/storage/map.ts.html +21 -21
- package/coverage/src/service/storage/service.ts.html +14 -14
- package/coverage/src/service/storage/storagePoint.ts.html +9 -9
- package/coverage/src/templator/genCallComponentLogic.ts.html +12 -12
- package/coverage/src/templator/genCreateBlock.ts.html +94 -154
- package/coverage/src/templator/genCurdEditMultipleKeyBlock.ts.html +90 -90
- package/coverage/src/templator/genCurdMultipleKeyBlock.ts.html +150 -132
- package/coverage/src/templator/genEditTableBlock.ts.html +41 -104
- package/coverage/src/templator/genEnumSelectBlock.ts.html +12 -93
- package/coverage/src/templator/genGetBlock.ts.html +18 -18
- package/coverage/src/templator/genGridViewBlock.ts.html +35 -35
- package/coverage/src/templator/genListViewBlock.ts.html +15 -15
- package/coverage/src/templator/genQueryComponent.ts.html +35 -35
- package/coverage/src/templator/genSelectBlock.ts.html +20 -101
- package/coverage/src/templator/genTableBlock.ts.html +33 -96
- package/coverage/src/templator/genUpdateBlock.ts.html +78 -162
- package/coverage/src/templator/index.html +147 -147
- package/coverage/src/templator/index.ts.html +12 -12
- package/coverage/src/templator/utils.ts.html +32 -95
- package/coverage/src/translator/constant.ts.html +7 -7
- package/coverage/src/translator/index.html +28 -43
- package/coverage/src/translator/index.ts.html +6 -6
- package/coverage/src/translator/utils.ts.html +71 -452
- package/coverage/src/utils/cookie.ts.html +19 -19
- package/coverage/src/utils/env.ts.html +2 -2
- package/coverage/src/utils/index.html +37 -82
- package/coverage/src/utils/index.ts.html +798 -66
- package/coverage/src/utils/logger.ts.html +1 -1
- package/coverage/src/utils/sortTsString.ts.html +18 -33
- package/coverage/src/utils/string.ts.html +50 -8
- package/coverage/src/utils/time-slicing/controller.ts.html +8 -8
- package/coverage/src/utils/time-slicing/index.html +64 -79
- package/coverage/src/utils/time-slicing/index.ts.html +8 -8
- package/coverage/src/utils/time-slicing/page-state.ts.html +1 -1
- package/coverage/src/utils/time-slicing/performance.ts.html +4 -4
- package/coverage/src/utils/time-slicing/runner.ts.html +51 -51
- package/coverage/src/utils/time-slicing/tool.ts.html +29 -29
- package/coverage/src/utils/time-slicing/utils.ts.html +16 -16
- package/coverage/src/utils/time-slicing/wrapper.ts.html +50 -50
- package/coverage/src/utils/time-slicing.ts.html +1 -1
- package/coverage/src/utils/traverse.ts.html +27 -27
- package/coverage/src/utils/types.ts.html +1 -1
- package/coverage/src/utils/window.ts.html +1 -1
- package/out/common/BaseNode.d.ts +9 -4
- package/out/common/BaseNode.js +43 -10
- package/out/common/BaseNode.js.map +1 -1
- package/out/concepts/AuthLogicForCallInterface__.js +2 -50
- package/out/concepts/AuthLogicForCallInterface__.js.map +1 -1
- package/out/concepts/BusinessComponent__.js +2 -42
- package/out/concepts/BusinessComponent__.js.map +1 -1
- package/out/concepts/BusinessLogic__.js +2 -50
- package/out/concepts/BusinessLogic__.js.map +1 -1
- package/out/concepts/CallFunction__.d.ts +1 -1
- package/out/concepts/CallFunction__.js +1 -1
- package/out/concepts/Identifier__.d.ts +2 -0
- package/out/concepts/Identifier__.js +51 -5
- package/out/concepts/Identifier__.js.map +1 -1
- package/out/concepts/Logic__.js +6 -101
- package/out/concepts/Logic__.js.map +1 -1
- package/out/concepts/MemberExpression__.d.ts +1 -1
- package/out/concepts/MemberExpression__.js +15 -3
- package/out/concepts/MemberExpression__.js.map +1 -1
- package/out/concepts/OverriddenLogic__.js +2 -50
- package/out/concepts/OverriddenLogic__.js.map +1 -1
- package/out/concepts/ProcessElementV2__.js +4 -0
- package/out/concepts/ProcessElementV2__.js.map +1 -1
- package/out/concepts/ProcessElement__.js +4 -0
- package/out/concepts/ProcessElement__.js.map +1 -1
- package/out/concepts/ProcessV2__.js +4 -0
- package/out/concepts/ProcessV2__.js.map +1 -1
- package/out/concepts/Process__.js +4 -0
- package/out/concepts/Process__.js.map +1 -1
- package/out/concepts/SubLogic__.js +5 -50
- package/out/concepts/SubLogic__.js.map +1 -1
- package/out/concepts/View__.js +10 -49
- package/out/concepts/View__.js.map +1 -1
- package/out/natural/transformTS2UI.js +3 -3
- package/out/natural/transformTS2UI.js.map +1 -1
- package/out/natural/transforms/transform2LogicItem.js +3 -3
- package/out/natural/transforms/transform2LogicItem.js.map +1 -1
- package/out/server/naslServer.js +17 -2
- package/out/server/naslServer.js.map +1 -1
- package/out/server/semanticData.d.ts +32 -0
- package/out/server/semanticData.js +371 -0
- package/out/server/semanticData.js.map +1 -0
- package/out/templator/block2nasl/viewMergeBlock.js +2 -1
- package/out/templator/block2nasl/viewMergeBlock.js.map +1 -1
- package/package.json +1 -1
- package/src/common/BaseNode.ts +50 -8
- package/src/concepts/AuthLogicForCallInterface__.ts +3 -56
- package/src/concepts/BusinessComponent__.ts +6 -51
- package/src/concepts/BusinessLogic__.ts +4 -56
- package/src/concepts/CallFunction__.ts +1 -1
- package/src/concepts/Identifier__.ts +57 -6
- package/src/concepts/Logic__.ts +9 -111
- package/src/concepts/MemberExpression__.ts +21 -7
- package/src/concepts/OverriddenLogic__.ts +4 -56
- package/src/concepts/ProcessElementV2__.ts +4 -0
- package/src/concepts/ProcessElement__.ts +4 -0
- package/src/concepts/ProcessV2__.ts +5 -0
- package/src/concepts/Process__.ts +4 -0
- package/src/concepts/SubLogic__.ts +6 -56
- package/src/concepts/View__.ts +14 -54
- package/src/natural/transformTS2UI.ts +7 -7
- package/src/natural/transforms/transform2LogicItem.ts +3 -3
- package/src/server/naslServer.ts +22 -2
- package/src/server/semanticData.ts +447 -0
- package/src/templator/block2nasl/viewMergeBlock.ts +2 -1
- package/src/translator/utils.ts +1 -1
- package/test/concepts/logic/__snapshots__/toEmbeddedTS.spec.ts.snap +182 -0
- package/test/concepts/logic/constant.ts +5 -0
- package/test/concepts/logic/fixtures/variable-host-call-logic-member-expression.json +267 -0
- package/test/concepts/logic/fixtures/variable-host-call-logic-nested-member-expression copy.json +457 -0
- package/test/concepts/logic/fixtures/variable-host-call-logic-with-handle-error-member-expression.json +267 -0
- package/test/concepts/logic/toEmbeddedTS.spec.ts +15 -0
- package/.nyc_output/fe4ca6db-1eb6-4898-8aa5-ba8f8d4128f2.json +0 -1
- package/.nyc_output/processinfo/fe4ca6db-1eb6-4898-8aa5-ba8f8d4128f2.json +0 -1
- package/coverage/src/common/utils.ts.html +0 -136
- package/coverage/src/concepts/AbstractInterface__.ts.html +0 -277
- package/coverage/src/concepts/Block__.ts.html +0 -907
- package/coverage/src/concepts/CountersignPolicy__.ts.html +0 -319
- package/coverage/src/concepts/DefaultValue__.ts.html +0 -1024
- package/coverage/src/concepts/I18nInfo__.ts.html +0 -424
- package/coverage/src/concepts/ImportedInterface__.ts.html +0 -262
- package/coverage/src/concepts/MetadataType__.ts.html +0 -2035
- package/coverage/src/concepts/MultiApprovalPolicy__.ts.html +0 -301
- package/coverage/src/concepts/SequentialPolicy__.ts.html +0 -265
- package/coverage/src/concepts/StaticString__.ts.html +0 -397
- package/coverage/src/concepts/basics/constants.ts.html +0 -88
- package/coverage/src/concepts/basics/index.html +0 -116
- package/coverage/src/concepts/utils/asserts.ts.html +0 -28675
- package/coverage/src/concepts/utils/index.html +0 -131
- package/coverage/src/concepts/utils/types.ts.html +0 -2092
- package/coverage/src/translator/types.ts.html +0 -256
- package/coverage/src/utils/i18nInfo.ts.html +0 -166
- package/coverage/src/utils/time-slicing/constant.ts.html +0 -196
- package/dist/README.md +0 -97
- package/dist/index.d.ts +0 -26
- package/dist/index.js +0 -397
- package/dist/index.js.map +0 -1
- package/dist/package.json +0 -91
- package/dist/src/automate/engine/index.d.ts +0 -4
- package/dist/src/automate/engine/operators.d.ts +0 -26
- package/dist/src/automate/engine/uniqueName.d.ts +0 -12
- package/dist/src/automate/engine/utils.d.ts +0 -25
- package/dist/src/automate/engine/viewCache.d.ts +0 -19
- package/dist/src/automate/template/myProcess.d.ts +0 -10
- package/dist/src/automate/upgrader/2.12.d.ts +0 -7
- package/dist/src/automate/upgrader/2.14-components.d.ts +0 -1115
- package/dist/src/automate/upgrader/2.14.d.ts +0 -10
- package/dist/src/automate/upgrader/2.14.old.d.ts +0 -1
- package/dist/src/automate/upgrader/2.16.d.ts +0 -10
- package/dist/src/automate/upgrader/2.17.d.ts +0 -21
- package/dist/src/automate/upgrader/2.18.d.ts +0 -10
- package/dist/src/automate/upgrader/2.20.d.ts +0 -17
- package/dist/src/bak/translator.d.ts +0 -1
- package/dist/src/breakpoint/generator/AfterStartNode.d.ts +0 -7
- package/dist/src/breakpoint/generator/BeforeEndNode.d.ts +0 -7
- package/dist/src/breakpoint/generator/BreakpointNode.d.ts +0 -20
- package/dist/src/breakpoint/generator/CallbackNode.d.ts +0 -4
- package/dist/src/breakpoint/generator/FragmentNode.d.ts +0 -4
- package/dist/src/breakpoint/generator/index.d.ts +0 -4
- package/dist/src/breakpoint/index.d.ts +0 -3
- package/dist/src/breakpoint/shared/constants.d.ts +0 -37
- package/dist/src/breakpoint/shared/index.d.ts +0 -3
- package/dist/src/breakpoint/shared/operations.d.ts +0 -10
- package/dist/src/breakpoint/shared/socket.d.ts +0 -48
- package/dist/src/breakpoint/shared/utils.d.ts +0 -27
- package/dist/src/breakpoint/store/core.d.ts +0 -80
- package/dist/src/breakpoint/store/dock.d.ts +0 -1
- package/dist/src/breakpoint/store/index.d.ts +0 -2
- package/dist/src/common/BaseNode.d.ts +0 -384
- package/dist/src/common/Command.d.ts +0 -21
- package/dist/src/common/ComponentAPI.d.ts +0 -112
- package/dist/src/common/EventEmitter.d.ts +0 -61
- package/dist/src/common/Messager.d.ts +0 -91
- package/dist/src/common/asyncFuncMap.d.ts +0 -2
- package/dist/src/common/index.d.ts +0 -4
- package/dist/src/common/utils.d.ts +0 -2
- package/dist/src/concepts/Abort__.d.ts +0 -31
- package/dist/src/concepts/AbstractInterface__.d.ts +0 -25
- package/dist/src/concepts/Anchor__.d.ts +0 -42
- package/dist/src/concepts/AnonymousFunction__.d.ts +0 -144
- package/dist/src/concepts/App__.d.ts +0 -1711
- package/dist/src/concepts/Argument__.d.ts +0 -64
- package/dist/src/concepts/Assignee__.d.ts +0 -294
- package/dist/src/concepts/AssignmentLine__.d.ts +0 -43
- package/dist/src/concepts/Assignment__.d.ts +0 -57
- package/dist/src/concepts/Attribute__.d.ts +0 -75
- package/dist/src/concepts/AuthInterface__.d.ts +0 -38
- package/dist/src/concepts/AuthLogicForCallInterface__.d.ts +0 -145
- package/dist/src/concepts/AuthLogic__.d.ts +0 -69
- package/dist/src/concepts/BackendVariable__.d.ts +0 -118
- package/dist/src/concepts/Backend__.d.ts +0 -127
- package/dist/src/concepts/BaseSetter__.d.ts +0 -25
- package/dist/src/concepts/BatchAssignment__.d.ts +0 -244
- package/dist/src/concepts/BinaryExpression__.d.ts +0 -61
- package/dist/src/concepts/BindAttribute__.d.ts +0 -284
- package/dist/src/concepts/BindDirective__.d.ts +0 -156
- package/dist/src/concepts/BindEvent__.d.ts +0 -246
- package/dist/src/concepts/BindStyle__.d.ts +0 -127
- package/dist/src/concepts/Block__.d.ts +0 -88
- package/dist/src/concepts/BooleanLiteral__.d.ts +0 -44
- package/dist/src/concepts/BusinessComponent__.d.ts +0 -640
- package/dist/src/concepts/BusinessLogic__.d.ts +0 -44
- package/dist/src/concepts/CallAuthInterface__.d.ts +0 -132
- package/dist/src/concepts/CallConnector__.d.ts +0 -55
- package/dist/src/concepts/CallEvent__.d.ts +0 -100
- package/dist/src/concepts/CallFunction__.d.ts +0 -171
- package/dist/src/concepts/CallInterface__.d.ts +0 -143
- package/dist/src/concepts/CallLogic__.d.ts +0 -224
- package/dist/src/concepts/CallQueryComponent__.d.ts +0 -383
- package/dist/src/concepts/CapsulesSetter__.d.ts +0 -109
- package/dist/src/concepts/Comment__.d.ts +0 -41
- package/dist/src/concepts/CompletionProperty__.d.ts +0 -87
- package/dist/src/concepts/ConfigGroup__.d.ts +0 -121
- package/dist/src/concepts/ConfigPropertyValue__.d.ts +0 -42
- package/dist/src/concepts/ConfigProperty__.d.ts +0 -147
- package/dist/src/concepts/Configuration__.d.ts +0 -120
- package/dist/src/concepts/Connection__.d.ts +0 -159
- package/dist/src/concepts/ConnectorLogic__.d.ts +0 -33
- package/dist/src/concepts/ConnectorTriggerLauncher__.d.ts +0 -44
- package/dist/src/concepts/ConnectorTrigger__.d.ts +0 -76
- package/dist/src/concepts/Connector__.d.ts +0 -532
- package/dist/src/concepts/Constant__.d.ts +0 -94
- package/dist/src/concepts/CountersignPolicy__.d.ts +0 -29
- package/dist/src/concepts/DataSource__.d.ts +0 -163
- package/dist/src/concepts/DatabaseTypeAnnotation__.d.ts +0 -35
- package/dist/src/concepts/DefaultValue__.d.ts +0 -94
- package/dist/src/concepts/Destination__.d.ts +0 -150
- package/dist/src/concepts/End__.d.ts +0 -30
- package/dist/src/concepts/EntityIndex__.d.ts +0 -93
- package/dist/src/concepts/EntityProperty__.d.ts +0 -255
- package/dist/src/concepts/Entity__.d.ts +0 -332
- package/dist/src/concepts/EnumItem__.d.ts +0 -83
- package/dist/src/concepts/EnumSelectSetter__.d.ts +0 -109
- package/dist/src/concepts/Enum__.d.ts +0 -133
- package/dist/src/concepts/EventDeclaration__.d.ts +0 -41
- package/dist/src/concepts/Event__.d.ts +0 -149
- package/dist/src/concepts/ExternalDestination__.d.ts +0 -63
- package/dist/src/concepts/ForEachStatement__.d.ts +0 -126
- package/dist/src/concepts/FrontendLibrary__.d.ts +0 -208
- package/dist/src/concepts/FrontendType__.d.ts +0 -304
- package/dist/src/concepts/FrontendVariable__.d.ts +0 -41
- package/dist/src/concepts/Frontend__.d.ts +0 -389
- package/dist/src/concepts/Function__.d.ts +0 -399
- package/dist/src/concepts/I18nInfo__.d.ts +0 -47
- package/dist/src/concepts/IconSetter__.d.ts +0 -29
- package/dist/src/concepts/Identifier__.d.ts +0 -66
- package/dist/src/concepts/IfStatement__.d.ts +0 -155
- package/dist/src/concepts/ImageSetter__.d.ts +0 -25
- package/dist/src/concepts/ImportedInterface__.d.ts +0 -29
- package/dist/src/concepts/InputSetter__.d.ts +0 -29
- package/dist/src/concepts/Integration__.d.ts +0 -127
- package/dist/src/concepts/InterfaceParam__.d.ts +0 -119
- package/dist/src/concepts/InterfaceTriggerEvent__.d.ts +0 -34
- package/dist/src/concepts/Interface__.d.ts +0 -323
- package/dist/src/concepts/JSBlock__.d.ts +0 -38
- package/dist/src/concepts/JavaLogic__.d.ts +0 -50
- package/dist/src/concepts/LogicDeclaration__.d.ts +0 -289
- package/dist/src/concepts/LogicItem__.d.ts +0 -171
- package/dist/src/concepts/Logic__.d.ts +0 -632
- package/dist/src/concepts/MatchCase__.d.ts +0 -264
- package/dist/src/concepts/Match__.d.ts +0 -122
- package/dist/src/concepts/MemberExpression__.d.ts +0 -64
- package/dist/src/concepts/MetadataType__.d.ts +0 -220
- package/dist/src/concepts/MicroApp__.d.ts +0 -53
- package/dist/src/concepts/Module__.d.ts +0 -1142
- package/dist/src/concepts/MsgTriggerEvent__.d.ts +0 -138
- package/dist/src/concepts/MsgTriggerLauncher__.d.ts +0 -119
- package/dist/src/concepts/MultiApprovalPolicy__.d.ts +0 -25
- package/dist/src/concepts/Namespace__.d.ts +0 -1060
- package/dist/src/concepts/NewComposite__.d.ts +0 -346
- package/dist/src/concepts/NewList__.d.ts +0 -135
- package/dist/src/concepts/NewMap__.d.ts +0 -226
- package/dist/src/concepts/New__.d.ts +0 -30
- package/dist/src/concepts/NullLiteral__.d.ts +0 -36
- package/dist/src/concepts/NumberInputSetter__.d.ts +0 -45
- package/dist/src/concepts/NumericLiteral__.d.ts +0 -53
- package/dist/src/concepts/OqlQueryComponent__.d.ts +0 -67
- package/dist/src/concepts/OverriddenLogic__.d.ts +0 -615
- package/dist/src/concepts/Paginate__.d.ts +0 -59
- package/dist/src/concepts/ParamWithGroup__.d.ts +0 -44
- package/dist/src/concepts/Param__.d.ts +0 -140
- package/dist/src/concepts/Point__.d.ts +0 -33
- package/dist/src/concepts/ProcessComponent__.d.ts +0 -214
- package/dist/src/concepts/ProcessElement__.d.ts +0 -620
- package/dist/src/concepts/ProcessOutcome__.d.ts +0 -35
- package/dist/src/concepts/ProcessOutcomes__.d.ts +0 -35
- package/dist/src/concepts/Process__.d.ts +0 -605
- package/dist/src/concepts/PropDeclaration__.d.ts +0 -99
- package/dist/src/concepts/PropertySelectSetter__.d.ts +0 -25
- package/dist/src/concepts/QueryAggregateExpression__.d.ts +0 -50
- package/dist/src/concepts/QueryFieldExpression__.d.ts +0 -66
- package/dist/src/concepts/QueryFromExpression__.d.ts +0 -107
- package/dist/src/concepts/QueryGroupByExpression__.d.ts +0 -46
- package/dist/src/concepts/QueryJoinExpression__.d.ts +0 -194
- package/dist/src/concepts/QueryLimitExpression__.d.ts +0 -46
- package/dist/src/concepts/QueryOrderByExpression__.d.ts +0 -57
- package/dist/src/concepts/QuerySelectExpression__.d.ts +0 -213
- package/dist/src/concepts/Rect__.d.ts +0 -41
- package/dist/src/concepts/Return__.d.ts +0 -120
- package/dist/src/concepts/Role__.d.ts +0 -58
- package/dist/src/concepts/SelectMembers__.d.ts +0 -134
- package/dist/src/concepts/SequentialPolicy__.d.ts +0 -25
- package/dist/src/concepts/SetterOption__.d.ts +0 -49
- package/dist/src/concepts/SlotDeclaration__.d.ts +0 -213
- package/dist/src/concepts/Slot__.d.ts +0 -53
- package/dist/src/concepts/SqlQueryComponent__.d.ts +0 -63
- package/dist/src/concepts/Start__.d.ts +0 -30
- package/dist/src/concepts/StaticString__.d.ts +0 -49
- package/dist/src/concepts/StringInterpolation__.d.ts +0 -122
- package/dist/src/concepts/StringLiteral__.d.ts +0 -51
- package/dist/src/concepts/StructureProperty__.d.ts +0 -119
- package/dist/src/concepts/Structure__.d.ts +0 -243
- package/dist/src/concepts/SwitchCase__.d.ts +0 -91
- package/dist/src/concepts/SwitchSetter__.d.ts +0 -25
- package/dist/src/concepts/SwitchStatement__.d.ts +0 -90
- package/dist/src/concepts/ThemeVariable__.d.ts +0 -29
- package/dist/src/concepts/Theme__.d.ts +0 -39
- package/dist/src/concepts/Transactional__.d.ts +0 -85
- package/dist/src/concepts/TriggerEvent__.d.ts +0 -42
- package/dist/src/concepts/TriggerLauncher__.d.ts +0 -76
- package/dist/src/concepts/TypeAnnotation__.d.ts +0 -303
- package/dist/src/concepts/TypeParam__.d.ts +0 -34
- package/dist/src/concepts/UnaryExpression__.d.ts +0 -45
- package/dist/src/concepts/Unparsed__.d.ts +0 -41
- package/dist/src/concepts/UseComponent__.d.ts +0 -33
- package/dist/src/concepts/ValidationRule__.d.ts +0 -133
- package/dist/src/concepts/Variable__.d.ts +0 -137
- package/dist/src/concepts/ViewBlockWithImage__.d.ts +0 -33
- package/dist/src/concepts/ViewBlock__.d.ts +0 -37
- package/dist/src/concepts/ViewComponentDeclaration__.d.ts +0 -721
- package/dist/src/concepts/ViewElement__.d.ts +0 -652
- package/dist/src/concepts/View__.d.ts +0 -728
- package/dist/src/concepts/WhileStatement__.d.ts +0 -94
- package/dist/src/concepts/basics/constants.d.ts +0 -1
- package/dist/src/concepts/basics/stdlib/index.d.ts +0 -16
- package/dist/src/concepts/basics/stdlib/nasl.auth.d.ts +0 -9
- package/dist/src/concepts/basics/stdlib/nasl.browser.d.ts +0 -5
- package/dist/src/concepts/basics/stdlib/nasl.collection.d.ts +0 -9
- package/dist/src/concepts/basics/stdlib/nasl.configuration.d.ts +0 -9
- package/dist/src/concepts/basics/stdlib/nasl.core.d.ts +0 -7
- package/dist/src/concepts/basics/stdlib/nasl.event.d.ts +0 -5
- package/dist/src/concepts/basics/stdlib/nasl.http.d.ts +0 -9
- package/dist/src/concepts/basics/stdlib/nasl.interface.d.ts +0 -9
- package/dist/src/concepts/basics/stdlib/nasl.io.d.ts +0 -5
- package/dist/src/concepts/basics/stdlib/nasl.logging.d.ts +0 -5
- package/dist/src/concepts/basics/stdlib/nasl.process.d.ts +0 -9
- package/dist/src/concepts/basics/stdlib/nasl.ui.d.ts +0 -9
- package/dist/src/concepts/basics/stdlib/nasl.util.d.ts +0 -6
- package/dist/src/concepts/basics/stdlib/nasl.validation.d.ts +0 -5
- package/dist/src/concepts/basics/stdlib/reference2TypeAnnotationList.d.ts +0 -4
- package/dist/src/concepts/basics/stdlib/timeZone.d.ts +0 -5
- package/dist/src/concepts/basics/types/coreTypeList.d.ts +0 -2
- package/dist/src/concepts/basics/types/index.d.ts +0 -17
- package/dist/src/concepts/index.d.ts +0 -7
- package/dist/src/concepts/index__.d.ts +0 -156
- package/dist/src/concepts/utils/asserts.d.ts +0 -7825
- package/dist/src/concepts/utils/quick-info.d.ts +0 -13
- package/dist/src/concepts/utils/types.d.ts +0 -510
- package/dist/src/config.d.ts +0 -52
- package/dist/src/decorators/index.d.ts +0 -67
- package/dist/src/decorators/promise.d.ts +0 -7
- package/dist/src/enums/KEYWORDS.d.ts +0 -6
- package/dist/src/enums/LEVEL_NAME_MAP.d.ts +0 -26
- package/dist/src/eventBus.d.ts +0 -3
- package/dist/src/generator/compileComponent.d.ts +0 -11
- package/dist/src/generator/genBundleFiles.d.ts +0 -37
- package/dist/src/generator/genHash.d.ts +0 -7
- package/dist/src/generator/genMetaData.d.ts +0 -31
- package/dist/src/generator/icestark.d.ts +0 -2
- package/dist/src/generator/index.d.ts +0 -7
- package/dist/src/generator/microApp.d.ts +0 -2
- package/dist/src/generator/permission.d.ts +0 -14
- package/dist/src/generator/qiankun.d.ts +0 -2
- package/dist/src/generator/release-body/body.d.ts +0 -42
- package/dist/src/generator/release-body/data.d.ts +0 -45
- package/dist/src/generator/release-body/index.d.ts +0 -2
- package/dist/src/generator/release-body/internal.d.ts +0 -622
- package/dist/src/generator/release-body/types.d.ts +0 -57
- package/dist/src/generator/release-body/utils.d.ts +0 -418
- package/dist/src/generator/release-body/validation.d.ts +0 -3
- package/dist/src/generator/styleReplacer.d.ts +0 -3
- package/dist/src/index.d.ts +0 -14
- package/dist/src/manager/diagnostic.d.ts +0 -39
- package/dist/src/manager/stepRecorder.d.ts +0 -20
- package/dist/src/natural/componentData.d.ts +0 -31
- package/dist/src/natural/genNaturalTS.d.ts +0 -241
- package/dist/src/natural/index.d.ts +0 -6
- package/dist/src/natural/naslStdlibMap.d.ts +0 -1
- package/dist/src/natural/prompt/analyzeClaims.d.ts +0 -1
- package/dist/src/natural/prompt/analyzeFormatOutput.d.ts +0 -1
- package/dist/src/natural/prompt/analyzeTasks.d.ts +0 -1
- package/dist/src/natural/prompt/executeClaims.d.ts +0 -1
- package/dist/src/natural/transformTSCode.d.ts +0 -7
- package/dist/src/sentry/index.d.ts +0 -34
- package/dist/src/server/createUiTs.d.ts +0 -17
- package/dist/src/server/entity2LogicNamespace.d.ts +0 -10
- package/dist/src/server/event.d.ts +0 -30
- package/dist/src/server/extendBaseNode.d.ts +0 -1
- package/dist/src/server/formatTsUtils.d.ts +0 -36
- package/dist/src/server/getConnector.d.ts +0 -15
- package/dist/src/server/getExtensionModules.d.ts +0 -3
- package/dist/src/server/getFunctions.d.ts +0 -3
- package/dist/src/server/getInterfaces.d.ts +0 -2
- package/dist/src/server/getLogging.d.ts +0 -1
- package/dist/src/server/getLogics.d.ts +0 -5
- package/dist/src/server/getMemberIdentifier.d.ts +0 -17
- package/dist/src/server/getProcessComponents.d.ts +0 -2
- package/dist/src/server/getProcesses.d.ts +0 -33
- package/dist/src/server/getScope.d.ts +0 -13
- package/dist/src/server/getValidates.d.ts +0 -3
- package/dist/src/server/index.d.ts +0 -5
- package/dist/src/server/naslServer.d.ts +0 -391
- package/dist/src/server/naslStdlibMap.d.ts +0 -2
- package/dist/src/server/process2LogicNamespace.d.ts +0 -26
- package/dist/src/server/translator.d.ts +0 -26
- package/dist/src/service/creator/add.configs.d.ts +0 -1
- package/dist/src/service/creator/errHandles.d.ts +0 -18
- package/dist/src/service/creator/index.d.ts +0 -1
- package/dist/src/service/datasource/api.d.ts +0 -12
- package/dist/src/service/datasource/index.d.ts +0 -2
- package/dist/src/service/logic/api.d.ts +0 -9
- package/dist/src/service/logic/checktypeSocket.d.ts +0 -5
- package/dist/src/service/logic/index.d.ts +0 -2
- package/dist/src/service/storage/api.d.ts +0 -54
- package/dist/src/service/storage/index.d.ts +0 -2
- package/dist/src/service/storage/init.d.ts +0 -105
- package/dist/src/service/storage/jsoner.d.ts +0 -36
- package/dist/src/service/storage/map.d.ts +0 -4
- package/dist/src/service/storage/service.d.ts +0 -25
- package/dist/src/service/storage/storagePoint.d.ts +0 -17
- package/dist/src/service/video/BaseService.d.ts +0 -7
- package/dist/src/service/video/MainCallbackService.d.ts +0 -12
- package/dist/src/service/video/VideoTranscribe.d.ts +0 -15
- package/dist/src/service/video/publishService.d.ts +0 -1
- package/dist/src/templator/genCallComponentLogic.d.ts +0 -17
- package/dist/src/templator/genCreateBlock.d.ts +0 -10
- package/dist/src/templator/genCurdEditMultipleKeyBlock.d.ts +0 -8
- package/dist/src/templator/genCurdMultipleKeyBlock.d.ts +0 -61
- package/dist/src/templator/genEditTableBlock.d.ts +0 -51
- package/dist/src/templator/genEnumSelectBlock.d.ts +0 -10
- package/dist/src/templator/genGetBlock.d.ts +0 -6
- package/dist/src/templator/genGridViewBlock.d.ts +0 -55
- package/dist/src/templator/genListViewBlock.d.ts +0 -19
- package/dist/src/templator/genQueryComponent.d.ts +0 -34
- package/dist/src/templator/genSelectBlock.d.ts +0 -45
- package/dist/src/templator/genTableBlock.d.ts +0 -55
- package/dist/src/templator/genUpdateBlock.d.ts +0 -6
- package/dist/src/templator/index.d.ts +0 -19
- package/dist/src/templator/utils.d.ts +0 -683
- package/dist/src/translator/constant.d.ts +0 -6
- package/dist/src/translator/index.d.ts +0 -3
- package/dist/src/translator/types.d.ts +0 -85
- package/dist/src/translator/utils.d.ts +0 -47
- package/dist/src/utils/cookie.d.ts +0 -9
- package/dist/src/utils/create.d.ts +0 -2
- package/dist/src/utils/env.d.ts +0 -2
- package/dist/src/utils/file.d.ts +0 -33
- package/dist/src/utils/i18nInfo.d.ts +0 -5
- package/dist/src/utils/index.d.ts +0 -72
- package/dist/src/utils/logger.d.ts +0 -8
- package/dist/src/utils/sortTsString.d.ts +0 -1
- package/dist/src/utils/string.d.ts +0 -64
- package/dist/src/utils/time-slicing/constant.d.ts +0 -35
- package/dist/src/utils/time-slicing/controller.d.ts +0 -53
- package/dist/src/utils/time-slicing/index.d.ts +0 -5
- package/dist/src/utils/time-slicing/page-state.d.ts +0 -2
- package/dist/src/utils/time-slicing/performance.d.ts +0 -11
- package/dist/src/utils/time-slicing/runner.d.ts +0 -12
- package/dist/src/utils/time-slicing/tool.d.ts +0 -24
- package/dist/src/utils/time-slicing/utils.d.ts +0 -62
- package/dist/src/utils/time-slicing/wrapper.d.ts +0 -18
- package/dist/src/utils/traverse.d.ts +0 -36
- package/dist/src/utils/types.d.ts +0 -13
- package/dist/src/utils/window.d.ts +0 -7
- package/dist/test/concepts/anonymous-function/constant.d.ts +0 -2
- package/dist/test/concepts/anonymous-function/toEmbeddedTS.spec.d.ts +0 -1
- package/dist/test/concepts/anonymous-function/toJS.spec.d.ts +0 -1
- package/dist/test/concepts/anonymous-function/toVue.spec.d.ts +0 -1
- package/dist/test/concepts/assignment/constant.d.ts +0 -2
- package/dist/test/concepts/assignment/toEmbeddedTS.spec.d.ts +0 -1
- package/dist/test/concepts/assignment/toJS.spec.d.ts +0 -1
- package/dist/test/concepts/assignment/toVue.spec.d.ts +0 -1
- package/dist/test/concepts/batch-assignment/constant.d.ts +0 -2
- package/dist/test/concepts/batch-assignment/toEmbeddedTS.spec.d.ts +0 -1
- package/dist/test/concepts/batch-assignment/toJS.spec.d.ts +0 -1
- package/dist/test/concepts/batch-assignment/toVue.spec.d.ts +0 -1
- package/dist/test/concepts/binary-expression/constant.d.ts +0 -2
- package/dist/test/concepts/binary-expression/getQuickInfoOffset.spec.d.ts +0 -1
- package/dist/test/concepts/binary-expression/toEmbeddedTS.spec.d.ts +0 -1
- package/dist/test/concepts/binary-expression/toJS.spec.d.ts +0 -1
- package/dist/test/concepts/binary-expression/toVue.spec.d.ts +0 -1
- package/dist/test/concepts/boolean-literal/constant.d.ts +0 -2
- package/dist/test/concepts/boolean-literal/toEmbeddedTS.spec.d.ts +0 -1
- package/dist/test/concepts/boolean-literal/toJS.spec.d.ts +0 -1
- package/dist/test/concepts/boolean-literal/toVue.spec.d.ts +0 -1
- package/dist/test/concepts/call-function/constant.d.ts +0 -2
- package/dist/test/concepts/call-function/getQuickInfoOffset.spec.d.ts +0 -1
- package/dist/test/concepts/call-function/toEmbeddedTS.spec.d.ts +0 -1
- package/dist/test/concepts/call-function/toJS.spec.d.ts +0 -1
- package/dist/test/concepts/call-interface/constant.d.ts +0 -2
- package/dist/test/concepts/call-interface/getQuickInfoOffset.spec.d.ts +0 -1
- package/dist/test/concepts/call-interface/toEmbeddedTS.spec.d.ts +0 -1
- package/dist/test/concepts/call-interface/toJS.spec.d.ts +0 -1
- package/dist/test/concepts/call-logic/constant.d.ts +0 -2
- package/dist/test/concepts/call-logic/getQuickInfoOffset.spec.d.ts +0 -1
- package/dist/test/concepts/call-logic/toEmbeddedTS.spec.d.ts +0 -1
- package/dist/test/concepts/call-logic/toJS.spec.d.ts +0 -1
- package/dist/test/concepts/call-logic/toUI.spec.d.ts +0 -1
- package/dist/test/concepts/call-logic/toVue.spec.d.ts +0 -1
- package/dist/test/concepts/call-logic/toVueDesigner.spec.d.ts +0 -1
- package/dist/test/concepts/data-source/constant.d.ts +0 -2
- package/dist/test/concepts/data-source/toEmbeddedTS.spec.d.ts +0 -1
- package/dist/test/concepts/data-source/toEmbeddedTSFile.spec.d.ts +0 -1
- package/dist/test/concepts/entity/constant.d.ts +0 -2
- package/dist/test/concepts/entity/toEmbeddedTS.spec.d.ts +0 -1
- package/dist/test/concepts/entity/toEmbeddedTSFile.spec.d.ts +0 -1
- package/dist/test/concepts/identifier/constant.d.ts +0 -2
- package/dist/test/concepts/identifier/toEmbeddedTS.spec.d.ts +0 -1
- package/dist/test/concepts/identifier/toJS.spec.d.ts +0 -1
- package/dist/test/concepts/identifier/toVue.spec.d.ts +0 -1
- package/dist/test/concepts/match/constant.d.ts +0 -2
- package/dist/test/concepts/match/toEmbeddedTS.spec.d.ts +0 -1
- package/dist/test/concepts/match/toJS.spec.d.ts +0 -1
- package/dist/test/concepts/member-expression/constant.d.ts +0 -2
- package/dist/test/concepts/member-expression/toEmbeddedTS.spec.d.ts +0 -1
- package/dist/test/concepts/member-expression/toJS.spec.d.ts +0 -1
- package/dist/test/concepts/member-expression/toVue.spec.d.ts +0 -1
- package/dist/test/concepts/new-composite/constant.d.ts +0 -2
- package/dist/test/concepts/new-composite/getQuickInfoOffset.spec.d.ts +0 -1
- package/dist/test/concepts/new-composite/toEmbeddedTS.spec.d.ts +0 -1
- package/dist/test/concepts/new-composite/toJS.spec.d.ts +0 -1
- package/dist/test/concepts/new-list/constant.d.ts +0 -2
- package/dist/test/concepts/new-list/getQuickInfoOffset.spec.d.ts +0 -1
- package/dist/test/concepts/new-list/toEmbeddedTS.spec.d.ts +0 -1
- package/dist/test/concepts/new-list/toJS.spec.d.ts +0 -1
- package/dist/test/concepts/new-map/constant.d.ts +0 -2
- package/dist/test/concepts/new-map/getQuickInfoOffset.spec.d.ts +0 -1
- package/dist/test/concepts/new-map/toEmbeddedTS.spec.d.ts +0 -1
- package/dist/test/concepts/new-map/toJS.spec.d.ts +0 -1
- package/dist/test/concepts/null-literal/constant.d.ts +0 -2
- package/dist/test/concepts/null-literal/toEmbeddedTS.spec.d.ts +0 -1
- package/dist/test/concepts/null-literal/toJS.spec.d.ts +0 -1
- package/dist/test/concepts/null-literal/toVue.spec.d.ts +0 -1
- package/dist/test/concepts/numeric-literal/constant.d.ts +0 -2
- package/dist/test/concepts/numeric-literal/toEmbeddedTS.spec.d.ts +0 -1
- package/dist/test/concepts/numeric-literal/toJS.spec.d.ts +0 -1
- package/dist/test/concepts/numeric-literal/toVue.spec.d.ts +0 -1
- package/dist/test/concepts/string-literal/constant.d.ts +0 -2
- package/dist/test/concepts/string-literal/toEmbeddedTS.spec.d.ts +0 -1
- package/dist/test/concepts/string-literal/toJS.spec.d.ts +0 -1
- package/dist/test/concepts/string-literal/toVue.spec.d.ts +0 -1
- package/dist/test/concepts/utils.d.ts +0 -13
- package/dist/test/concepts/validation-rule/constant.d.ts +0 -2
- package/dist/test/concepts/validation-rule/toEmbeddedTS.spec.d.ts +0 -1
- package/dist/test/concepts/validation-rule/toJS.spec.d.ts +0 -1
- package/dist/test/concepts/validation-rule/validation-rule.spec.d.ts +0 -1
- package/dist/test/concepts/view-element/constant.d.ts +0 -2
- package/dist/test/concepts/view-element/toEmbeddedTS.spec.d.ts +0 -1
- package/dist/test/concepts/view-element/toVue.spec.d.ts +0 -1
- package/dist/test/setup.d.ts +0 -1
- package/dist/test/time-slicing/runner.spec.d.ts +0 -1
- package/dist/test/time-slicing/time-slicing-nodejs.spec.d.ts +0 -1
- package/dist/test/time-slicing/utils.d.ts +0 -1
- package/dist/test/time-slicing/wrapper.spec.d.ts +0 -1
|
@@ -25,28 +25,28 @@
|
|
|
25
25
|
<div class='fl pad1y space-right2'>
|
|
26
26
|
<span class="strong">100% </span>
|
|
27
27
|
<span class="quiet">Statements</span>
|
|
28
|
-
<span class='fraction'>
|
|
28
|
+
<span class='fraction'>12/12</span>
|
|
29
29
|
</div>
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
<div class='fl pad1y space-right2'>
|
|
33
33
|
<span class="strong">100% </span>
|
|
34
34
|
<span class="quiet">Branches</span>
|
|
35
|
-
<span class='fraction'>
|
|
35
|
+
<span class='fraction'>0/0</span>
|
|
36
36
|
</div>
|
|
37
37
|
|
|
38
38
|
|
|
39
39
|
<div class='fl pad1y space-right2'>
|
|
40
40
|
<span class="strong">100% </span>
|
|
41
41
|
<span class="quiet">Functions</span>
|
|
42
|
-
<span class='fraction'>
|
|
42
|
+
<span class='fraction'>0/0</span>
|
|
43
43
|
</div>
|
|
44
44
|
|
|
45
45
|
|
|
46
46
|
<div class='fl pad1y space-right2'>
|
|
47
47
|
<span class="strong">100% </span>
|
|
48
48
|
<span class="quiet">Lines</span>
|
|
49
|
-
<span class='fraction'>
|
|
49
|
+
<span class='fraction'>12/12</span>
|
|
50
50
|
</div>
|
|
51
51
|
|
|
52
52
|
|
|
@@ -1121,42 +1121,7 @@
|
|
|
1121
1121
|
<a name='L1056'></a><a href='#L1056'>1056</a>
|
|
1122
1122
|
<a name='L1057'></a><a href='#L1057'>1057</a>
|
|
1123
1123
|
<a name='L1058'></a><a href='#L1058'>1058</a>
|
|
1124
|
-
<a name='L1059'></a><a href='#L1059'>1059</a>
|
|
1125
|
-
<a name='L1060'></a><a href='#L1060'>1060</a>
|
|
1126
|
-
<a name='L1061'></a><a href='#L1061'>1061</a>
|
|
1127
|
-
<a name='L1062'></a><a href='#L1062'>1062</a>
|
|
1128
|
-
<a name='L1063'></a><a href='#L1063'>1063</a>
|
|
1129
|
-
<a name='L1064'></a><a href='#L1064'>1064</a>
|
|
1130
|
-
<a name='L1065'></a><a href='#L1065'>1065</a>
|
|
1131
|
-
<a name='L1066'></a><a href='#L1066'>1066</a>
|
|
1132
|
-
<a name='L1067'></a><a href='#L1067'>1067</a>
|
|
1133
|
-
<a name='L1068'></a><a href='#L1068'>1068</a>
|
|
1134
|
-
<a name='L1069'></a><a href='#L1069'>1069</a>
|
|
1135
|
-
<a name='L1070'></a><a href='#L1070'>1070</a>
|
|
1136
|
-
<a name='L1071'></a><a href='#L1071'>1071</a>
|
|
1137
|
-
<a name='L1072'></a><a href='#L1072'>1072</a>
|
|
1138
|
-
<a name='L1073'></a><a href='#L1073'>1073</a>
|
|
1139
|
-
<a name='L1074'></a><a href='#L1074'>1074</a>
|
|
1140
|
-
<a name='L1075'></a><a href='#L1075'>1075</a>
|
|
1141
|
-
<a name='L1076'></a><a href='#L1076'>1076</a>
|
|
1142
|
-
<a name='L1077'></a><a href='#L1077'>1077</a>
|
|
1143
|
-
<a name='L1078'></a><a href='#L1078'>1078</a></td><td class="line-coverage quiet"><span class="cline-any cline-yes">47x</span>
|
|
1144
|
-
<span class="cline-any cline-neutral"> </span>
|
|
1145
|
-
<span class="cline-any cline-neutral"> </span>
|
|
1146
|
-
<span class="cline-any cline-yes">1x</span>
|
|
1147
|
-
<span class="cline-any cline-yes">1x</span>
|
|
1148
|
-
<span class="cline-any cline-neutral"> </span>
|
|
1149
|
-
<span class="cline-any cline-yes">1x</span>
|
|
1150
|
-
<span class="cline-any cline-yes">1x</span>
|
|
1151
|
-
<span class="cline-any cline-neutral"> </span>
|
|
1152
|
-
<span class="cline-any cline-yes">1x</span>
|
|
1153
|
-
<span class="cline-any cline-neutral"> </span>
|
|
1154
|
-
<span class="cline-any cline-neutral"> </span>
|
|
1155
|
-
<span class="cline-any cline-neutral"> </span>
|
|
1156
|
-
<span class="cline-any cline-neutral"> </span>
|
|
1157
|
-
<span class="cline-any cline-yes">1x</span>
|
|
1158
|
-
<span class="cline-any cline-neutral"> </span>
|
|
1159
|
-
<span class="cline-any cline-neutral"> </span>
|
|
1124
|
+
<a name='L1059'></a><a href='#L1059'>1059</a></td><td class="line-coverage quiet"><span class="cline-any cline-yes">1x</span>
|
|
1160
1125
|
<span class="cline-any cline-yes">1x</span>
|
|
1161
1126
|
<span class="cline-any cline-yes">1x</span>
|
|
1162
1127
|
<span class="cline-any cline-yes">1x</span>
|
|
@@ -2199,9 +2164,6 @@
|
|
|
2199
2164
|
<span class="cline-any cline-neutral"> </span>
|
|
2200
2165
|
<span class="cline-any cline-neutral"> </span>
|
|
2201
2166
|
<span class="cline-any cline-yes">1x</span>
|
|
2202
|
-
<span class="cline-any cline-neutral"> </span>
|
|
2203
|
-
<span class="cline-any cline-neutral"> </span>
|
|
2204
|
-
<span class="cline-any cline-neutral"> </span>
|
|
2205
2167
|
<span class="cline-any cline-yes">1x</span>
|
|
2206
2168
|
<span class="cline-any cline-neutral"> </span>
|
|
2207
2169
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -2215,1085 +2177,1066 @@
|
|
|
2215
2177
|
<span class="cline-any cline-neutral"> </span>
|
|
2216
2178
|
<span class="cline-any cline-neutral"> </span>
|
|
2217
2179
|
<span class="cline-any cline-neutral"> </span>
|
|
2218
|
-
<span class="cline-any cline-
|
|
2180
|
+
<span class="cline-any cline-neutral"> </span>
|
|
2219
2181
|
<span class="cline-any cline-neutral"> </span>
|
|
2220
2182
|
<span class="cline-any cline-neutral"> </span></td><td class="text"><pre class="prettyprint lang-js">import Namespace from '../../Namespace__';
|
|
2221
|
-
import
|
|
2222
|
-
import
|
|
2183
|
+
import Param from '../../Param__';
|
|
2184
|
+
import Logic from '../../Logic__';
|
|
2185
|
+
import Structure from '../../Structure__';
|
|
2186
|
+
import StructureProperty from '../../StructureProperty__';
|
|
2187
|
+
import TypeAnnotation from '../../TypeAnnotation__';
|
|
2188
|
+
import TypeParam from '../../TypeParam__';
|
|
2223
2189
|
import { reference2TypeAnnotationList } from './reference2TypeAnnotationList';
|
|
2224
|
-
import
|
|
2225
|
-
|
|
2226
|
-
export const uiStructures: Structure[] = [];
|
|
2227
|
-
export const uiTypeList: Array<TypeAnnotation> = [];
|
|
2228
|
-
|
|
2229
|
-
const uiNamespace = new Namespace({
|
|
2230
|
-
name: 'ui',
|
|
2231
|
-
logics: [],
|
|
2232
|
-
});
|
|
2233
|
-
|
|
2234
|
-
export default uiNamespace;
|
|
2190
|
+
import StringInterpolation from '../../StringInterpolation__';
|
|
2235
2191
|
|
|
2236
|
-
|
|
2237
|
-
export function initialize() {
|
|
2238
|
-
const Structure = getConceptConstructor('Structure');
|
|
2239
|
-
const StructureProperty = getConceptConstructor('StructureProperty');
|
|
2240
|
-
const TypeAnnotation = getConceptConstructor('TypeAnnotation');
|
|
2241
|
-
const Logic = getConceptConstructor('Logic');
|
|
2242
|
-
const Param = getConceptConstructor('Param');
|
|
2243
|
-
const StringInterpolation = getConceptConstructor('StringInterpolation');
|
|
2244
|
-
const TypeParam = getConceptConstructor('TypeParam');
|
|
2245
|
-
|
|
2246
|
-
uiStructures.push(
|
|
2192
|
+
export const uiStructures = [
|
|
2247
2193
|
new Structure({
|
|
2248
|
-
|
|
2249
|
-
|
|
2250
|
-
|
|
2251
|
-
|
|
2252
|
-
|
|
2253
|
-
|
|
2254
|
-
|
|
2255
|
-
|
|
2256
|
-
|
|
2257
|
-
|
|
2258
|
-
|
|
2259
|
-
|
|
2260
|
-
|
|
2261
|
-
|
|
2262
|
-
|
|
2263
|
-
|
|
2264
|
-
|
|
2265
|
-
|
|
2266
|
-
|
|
2267
|
-
|
|
2268
|
-
|
|
2269
|
-
|
|
2270
|
-
|
|
2271
|
-
|
|
2272
|
-
|
|
2273
|
-
|
|
2274
|
-
|
|
2275
|
-
|
|
2194
|
+
name: 'Current',
|
|
2195
|
+
typeParams: [
|
|
2196
|
+
new TypeParam({
|
|
2197
|
+
name: 'T',
|
|
2198
|
+
}),
|
|
2199
|
+
],
|
|
2200
|
+
properties: [
|
|
2201
|
+
new StructureProperty({
|
|
2202
|
+
name: 'item',
|
|
2203
|
+
typeAnnotation: TypeAnnotation.createTypeParam('T'),
|
|
2204
|
+
}),
|
|
2205
|
+
new StructureProperty({
|
|
2206
|
+
name: 'index',
|
|
2207
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Long'),
|
|
2208
|
+
}),
|
|
2209
|
+
new StructureProperty({
|
|
2210
|
+
name: 'rowIndex',
|
|
2211
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Long'),
|
|
2212
|
+
}),
|
|
2213
|
+
new StructureProperty({
|
|
2214
|
+
name: 'columnIndex',
|
|
2215
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Long'),
|
|
2216
|
+
}),
|
|
2217
|
+
new StructureProperty({
|
|
2218
|
+
name: 'value',
|
|
2219
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
2220
|
+
}),
|
|
2221
|
+
],
|
|
2276
2222
|
}),
|
|
2277
2223
|
new Structure({
|
|
2278
|
-
|
|
2279
|
-
|
|
2280
|
-
|
|
2281
|
-
|
|
2282
|
-
|
|
2283
|
-
|
|
2284
|
-
|
|
2285
|
-
|
|
2286
|
-
|
|
2287
|
-
|
|
2288
|
-
|
|
2289
|
-
|
|
2290
|
-
|
|
2291
|
-
|
|
2292
|
-
|
|
2293
|
-
|
|
2294
|
-
|
|
2295
|
-
|
|
2296
|
-
|
|
2297
|
-
|
|
2298
|
-
|
|
2299
|
-
|
|
2300
|
-
|
|
2301
|
-
|
|
2302
|
-
|
|
2303
|
-
|
|
2304
|
-
|
|
2305
|
-
|
|
2306
|
-
|
|
2307
|
-
|
|
2308
|
-
|
|
2309
|
-
|
|
2310
|
-
|
|
2311
|
-
|
|
2312
|
-
|
|
2224
|
+
name: 'CurrentDynamic',
|
|
2225
|
+
typeParams: [
|
|
2226
|
+
new TypeParam({
|
|
2227
|
+
name: 'T',
|
|
2228
|
+
}),
|
|
2229
|
+
new TypeParam({
|
|
2230
|
+
name: 'T1',
|
|
2231
|
+
}),
|
|
2232
|
+
],
|
|
2233
|
+
properties: [
|
|
2234
|
+
new StructureProperty({
|
|
2235
|
+
name: 'item',
|
|
2236
|
+
typeAnnotation: TypeAnnotation.createTypeParam('T'),
|
|
2237
|
+
}),
|
|
2238
|
+
new StructureProperty({
|
|
2239
|
+
name: 'columnItem',
|
|
2240
|
+
typeAnnotation: TypeAnnotation.createTypeParam('T1'),
|
|
2241
|
+
}),
|
|
2242
|
+
new StructureProperty({
|
|
2243
|
+
name: 'index',
|
|
2244
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Long'),
|
|
2245
|
+
}),
|
|
2246
|
+
new StructureProperty({
|
|
2247
|
+
name: 'rowIndex',
|
|
2248
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Long'),
|
|
2249
|
+
}),
|
|
2250
|
+
new StructureProperty({
|
|
2251
|
+
name: 'columnIndex',
|
|
2252
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Long'),
|
|
2253
|
+
}),
|
|
2254
|
+
new StructureProperty({
|
|
2255
|
+
name: 'value',
|
|
2256
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
2257
|
+
}),
|
|
2258
|
+
],
|
|
2313
2259
|
}),
|
|
2314
2260
|
new Structure({
|
|
2315
|
-
|
|
2316
|
-
|
|
2317
|
-
|
|
2318
|
-
|
|
2319
|
-
|
|
2320
|
-
|
|
2321
|
-
|
|
2322
|
-
|
|
2323
|
-
|
|
2324
|
-
|
|
2325
|
-
|
|
2261
|
+
name: 'Error',
|
|
2262
|
+
properties: [
|
|
2263
|
+
new StructureProperty({
|
|
2264
|
+
name: 'errorType',
|
|
2265
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
2266
|
+
}),
|
|
2267
|
+
new StructureProperty({
|
|
2268
|
+
name: 'errorMsg',
|
|
2269
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
2270
|
+
}),
|
|
2271
|
+
],
|
|
2326
2272
|
}),
|
|
2327
2273
|
new Structure({
|
|
2328
|
-
|
|
2329
|
-
|
|
2274
|
+
name: 'BaseEvent',
|
|
2275
|
+
properties: [],
|
|
2330
2276
|
}),
|
|
2331
2277
|
new Structure({
|
|
2332
|
-
|
|
2333
|
-
|
|
2334
|
-
|
|
2335
|
-
|
|
2336
|
-
|
|
2337
|
-
|
|
2338
|
-
|
|
2339
|
-
|
|
2340
|
-
|
|
2341
|
-
|
|
2342
|
-
|
|
2343
|
-
|
|
2344
|
-
|
|
2345
|
-
|
|
2346
|
-
|
|
2347
|
-
|
|
2348
|
-
|
|
2349
|
-
|
|
2350
|
-
|
|
2351
|
-
|
|
2352
|
-
|
|
2353
|
-
|
|
2354
|
-
|
|
2278
|
+
name: 'DataSourceParams',
|
|
2279
|
+
properties: [
|
|
2280
|
+
new StructureProperty({
|
|
2281
|
+
name: 'page',
|
|
2282
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Long'),
|
|
2283
|
+
}),
|
|
2284
|
+
new StructureProperty({
|
|
2285
|
+
name: 'size',
|
|
2286
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Long'),
|
|
2287
|
+
}),
|
|
2288
|
+
new StructureProperty({
|
|
2289
|
+
name: 'sort',
|
|
2290
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
2291
|
+
}),
|
|
2292
|
+
new StructureProperty({
|
|
2293
|
+
name: 'order',
|
|
2294
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
2295
|
+
}),
|
|
2296
|
+
new StructureProperty({
|
|
2297
|
+
name: 'filterText',
|
|
2298
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
2299
|
+
}),
|
|
2300
|
+
],
|
|
2355
2301
|
}),
|
|
2356
2302
|
new Structure({
|
|
2357
|
-
|
|
2358
|
-
|
|
2303
|
+
name: 'EventTarget',
|
|
2304
|
+
properties: [],
|
|
2359
2305
|
}),
|
|
2360
2306
|
new Structure({
|
|
2361
|
-
|
|
2362
|
-
|
|
2363
|
-
|
|
2364
|
-
|
|
2365
|
-
|
|
2366
|
-
|
|
2367
|
-
|
|
2368
|
-
|
|
2369
|
-
|
|
2370
|
-
|
|
2371
|
-
|
|
2372
|
-
|
|
2373
|
-
|
|
2374
|
-
|
|
2375
|
-
|
|
2376
|
-
|
|
2377
|
-
|
|
2378
|
-
|
|
2379
|
-
|
|
2380
|
-
|
|
2381
|
-
|
|
2382
|
-
|
|
2383
|
-
|
|
2384
|
-
|
|
2385
|
-
|
|
2386
|
-
|
|
2387
|
-
|
|
2388
|
-
|
|
2389
|
-
|
|
2390
|
-
|
|
2391
|
-
|
|
2392
|
-
|
|
2393
|
-
|
|
2394
|
-
|
|
2395
|
-
|
|
2396
|
-
|
|
2397
|
-
|
|
2398
|
-
|
|
2399
|
-
|
|
2400
|
-
|
|
2401
|
-
|
|
2402
|
-
|
|
2403
|
-
|
|
2404
|
-
|
|
2405
|
-
|
|
2406
|
-
|
|
2407
|
-
|
|
2408
|
-
|
|
2409
|
-
|
|
2410
|
-
|
|
2411
|
-
|
|
2412
|
-
|
|
2413
|
-
|
|
2414
|
-
|
|
2415
|
-
|
|
2416
|
-
|
|
2417
|
-
|
|
2418
|
-
|
|
2419
|
-
|
|
2420
|
-
|
|
2421
|
-
|
|
2422
|
-
|
|
2423
|
-
|
|
2424
|
-
|
|
2425
|
-
|
|
2426
|
-
|
|
2427
|
-
|
|
2428
|
-
|
|
2429
|
-
|
|
2430
|
-
|
|
2431
|
-
|
|
2432
|
-
|
|
2433
|
-
|
|
2434
|
-
|
|
2435
|
-
|
|
2436
|
-
|
|
2437
|
-
|
|
2438
|
-
|
|
2307
|
+
name: 'MouseEvent',
|
|
2308
|
+
properties: [
|
|
2309
|
+
new StructureProperty({
|
|
2310
|
+
name: 'altKey',
|
|
2311
|
+
description: '如果alt 键被按下,返回true',
|
|
2312
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Boolean'),
|
|
2313
|
+
}),
|
|
2314
|
+
new StructureProperty({
|
|
2315
|
+
name: 'button',
|
|
2316
|
+
description: '如果鼠标按钮被按下(如果有的话),将会返回一个数值',
|
|
2317
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Long'),
|
|
2318
|
+
}),
|
|
2319
|
+
new StructureProperty({
|
|
2320
|
+
name: 'clientX',
|
|
2321
|
+
description: '鼠标指针在点击元素(DOM)中的X坐标',
|
|
2322
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Long'),
|
|
2323
|
+
}),
|
|
2324
|
+
new StructureProperty({
|
|
2325
|
+
name: 'clientY',
|
|
2326
|
+
description: '鼠标指针在点击元素(DOM)中的Y坐标',
|
|
2327
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Long'),
|
|
2328
|
+
}),
|
|
2329
|
+
new StructureProperty({
|
|
2330
|
+
name: 'ctrlKey',
|
|
2331
|
+
description: '如果 control 键被按下,则返回 true',
|
|
2332
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Long'),
|
|
2333
|
+
}),
|
|
2334
|
+
new StructureProperty({
|
|
2335
|
+
name: 'metaKey',
|
|
2336
|
+
description: '如果 meta 键被按下,则返回 true',
|
|
2337
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Long'),
|
|
2338
|
+
}),
|
|
2339
|
+
new StructureProperty({
|
|
2340
|
+
name: 'movementX',
|
|
2341
|
+
description: '鼠标指针相对于最后mousemove事件位置的X坐标',
|
|
2342
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Long'),
|
|
2343
|
+
}),
|
|
2344
|
+
new StructureProperty({
|
|
2345
|
+
name: 'movementY',
|
|
2346
|
+
description: '鼠标指针相对于最后mousemove事件位置的Y坐标',
|
|
2347
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Long'),
|
|
2348
|
+
}),
|
|
2349
|
+
new StructureProperty({
|
|
2350
|
+
name: 'offsetX',
|
|
2351
|
+
description: '鼠标指针相对于目标节点内边位置的X坐标',
|
|
2352
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Long'),
|
|
2353
|
+
}),
|
|
2354
|
+
new StructureProperty({
|
|
2355
|
+
name: 'offsetY',
|
|
2356
|
+
description: '鼠标指针相对于目标节点内边位置的Y坐标',
|
|
2357
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Long'),
|
|
2358
|
+
}),
|
|
2359
|
+
new StructureProperty({
|
|
2360
|
+
name: 'pageX',
|
|
2361
|
+
description: '相对于整个文档的水平坐标',
|
|
2362
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Long'),
|
|
2363
|
+
}),
|
|
2364
|
+
new StructureProperty({
|
|
2365
|
+
name: 'pageY',
|
|
2366
|
+
description: '相对于整个文档的垂直坐标',
|
|
2367
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Long'),
|
|
2368
|
+
}),
|
|
2369
|
+
new StructureProperty({
|
|
2370
|
+
name: 'screenX',
|
|
2371
|
+
description: '相对于全局(屏幕)的水平坐标',
|
|
2372
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Long'),
|
|
2373
|
+
}),
|
|
2374
|
+
new StructureProperty({
|
|
2375
|
+
name: 'screenY',
|
|
2376
|
+
description: '相对于全局(屏幕)的垂直坐标',
|
|
2377
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Long'),
|
|
2378
|
+
}),
|
|
2379
|
+
new StructureProperty({
|
|
2380
|
+
name: 'which',
|
|
2381
|
+
description: '对应(键盘)按下的数字类型的 keyCode',
|
|
2382
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Long'),
|
|
2383
|
+
}),
|
|
2384
|
+
],
|
|
2439
2385
|
}),
|
|
2440
2386
|
new Structure({
|
|
2441
|
-
|
|
2442
|
-
|
|
2443
|
-
|
|
2444
|
-
|
|
2445
|
-
|
|
2446
|
-
|
|
2447
|
-
|
|
2448
|
-
|
|
2449
|
-
|
|
2450
|
-
|
|
2451
|
-
|
|
2452
|
-
|
|
2453
|
-
|
|
2454
|
-
|
|
2455
|
-
|
|
2456
|
-
|
|
2457
|
-
|
|
2458
|
-
|
|
2459
|
-
|
|
2460
|
-
|
|
2461
|
-
|
|
2462
|
-
|
|
2463
|
-
|
|
2464
|
-
|
|
2465
|
-
|
|
2466
|
-
|
|
2467
|
-
|
|
2468
|
-
|
|
2469
|
-
|
|
2470
|
-
|
|
2471
|
-
|
|
2472
|
-
|
|
2473
|
-
|
|
2474
|
-
|
|
2475
|
-
|
|
2476
|
-
|
|
2477
|
-
|
|
2478
|
-
|
|
2387
|
+
name: 'FocusEvent',
|
|
2388
|
+
properties: [
|
|
2389
|
+
new StructureProperty({
|
|
2390
|
+
name: 'cancelBubble',
|
|
2391
|
+
description: '是否取消冒泡',
|
|
2392
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Boolean'),
|
|
2393
|
+
}),
|
|
2394
|
+
new StructureProperty({
|
|
2395
|
+
name: 'detail',
|
|
2396
|
+
description: '详情',
|
|
2397
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
2398
|
+
}),
|
|
2399
|
+
new StructureProperty({
|
|
2400
|
+
name: 'layerX',
|
|
2401
|
+
description: '相对于当前层的水平坐标',
|
|
2402
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Long'),
|
|
2403
|
+
}),
|
|
2404
|
+
new StructureProperty({
|
|
2405
|
+
name: 'layerY',
|
|
2406
|
+
description: '相对于当前层的垂直坐标',
|
|
2407
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Long'),
|
|
2408
|
+
}),
|
|
2409
|
+
new StructureProperty({
|
|
2410
|
+
name: 'pageX',
|
|
2411
|
+
description: '相对于整个文档的水平坐标',
|
|
2412
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Long'),
|
|
2413
|
+
}),
|
|
2414
|
+
new StructureProperty({
|
|
2415
|
+
name: 'pageY',
|
|
2416
|
+
description: '相对于整个文档的垂直坐标',
|
|
2417
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Long'),
|
|
2418
|
+
}),
|
|
2419
|
+
new StructureProperty({
|
|
2420
|
+
name: 'which',
|
|
2421
|
+
description: '对应(键盘)按下的数字类型的 keyCode',
|
|
2422
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Long'),
|
|
2423
|
+
}),
|
|
2424
|
+
],
|
|
2479
2425
|
}),
|
|
2480
2426
|
new Structure({
|
|
2481
|
-
|
|
2482
|
-
|
|
2483
|
-
|
|
2484
|
-
|
|
2485
|
-
|
|
2486
|
-
|
|
2487
|
-
|
|
2488
|
-
|
|
2489
|
-
|
|
2490
|
-
|
|
2491
|
-
|
|
2492
|
-
|
|
2493
|
-
|
|
2494
|
-
|
|
2495
|
-
|
|
2496
|
-
|
|
2497
|
-
|
|
2498
|
-
|
|
2499
|
-
|
|
2500
|
-
|
|
2501
|
-
|
|
2502
|
-
|
|
2503
|
-
|
|
2504
|
-
|
|
2505
|
-
|
|
2506
|
-
|
|
2507
|
-
|
|
2508
|
-
|
|
2509
|
-
|
|
2510
|
-
|
|
2511
|
-
|
|
2512
|
-
|
|
2513
|
-
|
|
2514
|
-
|
|
2515
|
-
|
|
2516
|
-
|
|
2517
|
-
|
|
2518
|
-
|
|
2519
|
-
|
|
2520
|
-
|
|
2521
|
-
|
|
2522
|
-
|
|
2427
|
+
name: 'ChangeEvent',
|
|
2428
|
+
properties: [
|
|
2429
|
+
new StructureProperty({
|
|
2430
|
+
name: 'value',
|
|
2431
|
+
description: '改变后的值',
|
|
2432
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
2433
|
+
}),
|
|
2434
|
+
new StructureProperty({
|
|
2435
|
+
name: 'oldValue',
|
|
2436
|
+
description: '待改变的值',
|
|
2437
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
2438
|
+
}),
|
|
2439
|
+
new StructureProperty({
|
|
2440
|
+
name: 'formattedValue',
|
|
2441
|
+
description: '格式化后的值',
|
|
2442
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
2443
|
+
}),
|
|
2444
|
+
new StructureProperty({
|
|
2445
|
+
name: 'values',
|
|
2446
|
+
description: '改变后每项值的数组',
|
|
2447
|
+
typeAnnotation: TypeAnnotation.createGeneric('List', {
|
|
2448
|
+
typeArguments: [TypeAnnotation.createTypeParam('T')],
|
|
2449
|
+
}),
|
|
2450
|
+
}),
|
|
2451
|
+
new StructureProperty({
|
|
2452
|
+
name: 'oldValues',
|
|
2453
|
+
description: '旧的每项值的数组',
|
|
2454
|
+
typeAnnotation: TypeAnnotation.createGeneric('List', {
|
|
2455
|
+
typeArguments: [TypeAnnotation.createTypeParam('T')],
|
|
2456
|
+
}),
|
|
2457
|
+
}),
|
|
2458
|
+
new StructureProperty({
|
|
2459
|
+
name: 'label',
|
|
2460
|
+
description: '此选框的标签',
|
|
2461
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
2462
|
+
}),
|
|
2463
|
+
new StructureProperty({
|
|
2464
|
+
name: 'valid',
|
|
2465
|
+
description: '改变后的值是否合法',
|
|
2466
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Boolean'),
|
|
2467
|
+
}),
|
|
2468
|
+
],
|
|
2523
2469
|
}),
|
|
2524
2470
|
new Structure({
|
|
2525
|
-
|
|
2526
|
-
|
|
2527
|
-
|
|
2528
|
-
|
|
2529
|
-
|
|
2530
|
-
|
|
2531
|
-
|
|
2532
|
-
|
|
2533
|
-
|
|
2534
|
-
|
|
2535
|
-
|
|
2536
|
-
|
|
2537
|
-
|
|
2538
|
-
|
|
2539
|
-
|
|
2540
|
-
|
|
2541
|
-
|
|
2542
|
-
|
|
2471
|
+
name: 'NavigateEvent',
|
|
2472
|
+
properties: [
|
|
2473
|
+
new StructureProperty({
|
|
2474
|
+
name: 'to',
|
|
2475
|
+
description: 'to属性的值',
|
|
2476
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
2477
|
+
}),
|
|
2478
|
+
new StructureProperty({
|
|
2479
|
+
name: 'replace',
|
|
2480
|
+
description: '',
|
|
2481
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Boolean'),
|
|
2482
|
+
}),
|
|
2483
|
+
new StructureProperty({
|
|
2484
|
+
name: 'append',
|
|
2485
|
+
description: '',
|
|
2486
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Boolean'),
|
|
2487
|
+
}),
|
|
2488
|
+
],
|
|
2543
2489
|
}),
|
|
2544
2490
|
new Structure({
|
|
2545
|
-
|
|
2546
|
-
|
|
2547
|
-
|
|
2548
|
-
|
|
2549
|
-
|
|
2550
|
-
|
|
2551
|
-
|
|
2552
|
-
|
|
2553
|
-
|
|
2554
|
-
|
|
2555
|
-
|
|
2556
|
-
|
|
2557
|
-
|
|
2558
|
-
|
|
2559
|
-
|
|
2560
|
-
|
|
2561
|
-
|
|
2562
|
-
|
|
2563
|
-
|
|
2564
|
-
|
|
2565
|
-
|
|
2566
|
-
|
|
2567
|
-
|
|
2568
|
-
|
|
2569
|
-
|
|
2570
|
-
|
|
2571
|
-
|
|
2572
|
-
|
|
2573
|
-
|
|
2574
|
-
|
|
2575
|
-
|
|
2576
|
-
|
|
2577
|
-
|
|
2491
|
+
name: 'ChangeItemEvent',
|
|
2492
|
+
properties: [
|
|
2493
|
+
new StructureProperty({
|
|
2494
|
+
name: 'selected',
|
|
2495
|
+
description: '选中还是取消',
|
|
2496
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
2497
|
+
}),
|
|
2498
|
+
new StructureProperty({
|
|
2499
|
+
name: 'value',
|
|
2500
|
+
description: '选择项的值',
|
|
2501
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
2502
|
+
}),
|
|
2503
|
+
new StructureProperty({
|
|
2504
|
+
name: 'oldValue',
|
|
2505
|
+
description: '旧的值',
|
|
2506
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
2507
|
+
}),
|
|
2508
|
+
new StructureProperty({
|
|
2509
|
+
name: 'item',
|
|
2510
|
+
description: '选择项相关对象',
|
|
2511
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
2512
|
+
}),
|
|
2513
|
+
new StructureProperty({
|
|
2514
|
+
name: 'oldItem',
|
|
2515
|
+
description: '旧的选择项相关对象',
|
|
2516
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
2517
|
+
}),
|
|
2518
|
+
new StructureProperty({
|
|
2519
|
+
name: 'label',
|
|
2520
|
+
description: '此选框的标签',
|
|
2521
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
2522
|
+
}),
|
|
2523
|
+
],
|
|
2578
2524
|
}),
|
|
2579
2525
|
new Structure({
|
|
2580
|
-
|
|
2581
|
-
|
|
2582
|
-
|
|
2583
|
-
|
|
2584
|
-
|
|
2585
|
-
|
|
2586
|
-
|
|
2587
|
-
|
|
2588
|
-
|
|
2589
|
-
|
|
2590
|
-
|
|
2591
|
-
|
|
2592
|
-
|
|
2593
|
-
|
|
2594
|
-
|
|
2595
|
-
|
|
2596
|
-
|
|
2597
|
-
|
|
2598
|
-
|
|
2599
|
-
|
|
2600
|
-
|
|
2601
|
-
|
|
2602
|
-
|
|
2603
|
-
|
|
2604
|
-
|
|
2605
|
-
|
|
2606
|
-
|
|
2607
|
-
|
|
2608
|
-
|
|
2609
|
-
|
|
2610
|
-
|
|
2611
|
-
|
|
2612
|
-
|
|
2613
|
-
|
|
2614
|
-
|
|
2615
|
-
|
|
2616
|
-
|
|
2617
|
-
|
|
2618
|
-
|
|
2619
|
-
|
|
2620
|
-
|
|
2526
|
+
name: 'ChangeItemsEvent',
|
|
2527
|
+
properties: [
|
|
2528
|
+
new StructureProperty({
|
|
2529
|
+
name: 'selected',
|
|
2530
|
+
description: '选中还是取消',
|
|
2531
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Boolean'),
|
|
2532
|
+
}),
|
|
2533
|
+
new StructureProperty({
|
|
2534
|
+
name: 'item',
|
|
2535
|
+
description: '该选中项相关对象',
|
|
2536
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
2537
|
+
}),
|
|
2538
|
+
new StructureProperty({
|
|
2539
|
+
name: 'value',
|
|
2540
|
+
description: '所有选中项的值',
|
|
2541
|
+
typeAnnotation: TypeAnnotation.createGeneric('List', {
|
|
2542
|
+
typeArguments: [TypeAnnotation.createTypeParam('T')],
|
|
2543
|
+
}),
|
|
2544
|
+
}),
|
|
2545
|
+
new StructureProperty({
|
|
2546
|
+
name: 'oldValue',
|
|
2547
|
+
description: '旧的值',
|
|
2548
|
+
typeAnnotation: TypeAnnotation.createGeneric('List', {
|
|
2549
|
+
typeArguments: [TypeAnnotation.createTypeParam('T')],
|
|
2550
|
+
}),
|
|
2551
|
+
}),
|
|
2552
|
+
new StructureProperty({
|
|
2553
|
+
name: 'items',
|
|
2554
|
+
description: '所有选中项相关对象的数组',
|
|
2555
|
+
typeAnnotation: TypeAnnotation.createGeneric('List', {
|
|
2556
|
+
typeArguments: [TypeAnnotation.createTypeParam('T')],
|
|
2557
|
+
}),
|
|
2558
|
+
}),
|
|
2559
|
+
new StructureProperty({
|
|
2560
|
+
name: 'oldItems',
|
|
2561
|
+
description: '旧的所有选中项相关对象的数组',
|
|
2562
|
+
typeAnnotation: TypeAnnotation.createGeneric('List', {
|
|
2563
|
+
typeArguments: [TypeAnnotation.createTypeParam('T')],
|
|
2564
|
+
}),
|
|
2565
|
+
}),
|
|
2566
|
+
],
|
|
2621
2567
|
}),
|
|
2622
2568
|
new Structure({
|
|
2623
|
-
|
|
2624
|
-
|
|
2625
|
-
|
|
2626
|
-
|
|
2627
|
-
|
|
2628
|
-
|
|
2629
|
-
|
|
2630
|
-
|
|
2631
|
-
|
|
2632
|
-
|
|
2633
|
-
|
|
2634
|
-
|
|
2635
|
-
|
|
2636
|
-
|
|
2637
|
-
|
|
2638
|
-
|
|
2639
|
-
|
|
2640
|
-
|
|
2641
|
-
|
|
2642
|
-
|
|
2643
|
-
|
|
2644
|
-
|
|
2645
|
-
|
|
2646
|
-
|
|
2647
|
-
|
|
2648
|
-
|
|
2649
|
-
|
|
2650
|
-
|
|
2651
|
-
|
|
2652
|
-
|
|
2653
|
-
|
|
2654
|
-
|
|
2655
|
-
|
|
2656
|
-
|
|
2657
|
-
|
|
2658
|
-
|
|
2659
|
-
|
|
2569
|
+
name: 'CascadeCapsulesEvent',
|
|
2570
|
+
properties: [
|
|
2571
|
+
new StructureProperty({
|
|
2572
|
+
name: 'level',
|
|
2573
|
+
description: '选择的层级',
|
|
2574
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Long'),
|
|
2575
|
+
}),
|
|
2576
|
+
new StructureProperty({
|
|
2577
|
+
name: 'value',
|
|
2578
|
+
description: '改变后的值',
|
|
2579
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
2580
|
+
}),
|
|
2581
|
+
new StructureProperty({
|
|
2582
|
+
name: 'oldValue',
|
|
2583
|
+
description: '旧的值',
|
|
2584
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
2585
|
+
}),
|
|
2586
|
+
new StructureProperty({
|
|
2587
|
+
name: 'values',
|
|
2588
|
+
description: '改变后每项值的数组',
|
|
2589
|
+
typeAnnotation: TypeAnnotation.createGeneric('List', {
|
|
2590
|
+
typeArguments: [TypeAnnotation.createTypeParam('T')],
|
|
2591
|
+
}),
|
|
2592
|
+
}),
|
|
2593
|
+
new StructureProperty({
|
|
2594
|
+
name: 'oldValues',
|
|
2595
|
+
description: '旧的每项值的数组',
|
|
2596
|
+
typeAnnotation: TypeAnnotation.createGeneric('List', {
|
|
2597
|
+
typeArguments: [TypeAnnotation.createTypeParam('T')],
|
|
2598
|
+
}),
|
|
2599
|
+
}),
|
|
2600
|
+
new StructureProperty({
|
|
2601
|
+
name: 'item',
|
|
2602
|
+
description: '选择项相关对象',
|
|
2603
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
2604
|
+
}),
|
|
2605
|
+
],
|
|
2660
2606
|
}),
|
|
2661
2607
|
new Structure({
|
|
2662
|
-
|
|
2663
|
-
|
|
2664
|
-
|
|
2665
|
-
|
|
2666
|
-
|
|
2667
|
-
|
|
2668
|
-
|
|
2669
|
-
|
|
2670
|
-
|
|
2671
|
-
|
|
2672
|
-
|
|
2673
|
-
|
|
2674
|
-
|
|
2675
|
-
|
|
2676
|
-
|
|
2677
|
-
|
|
2678
|
-
|
|
2679
|
-
|
|
2680
|
-
|
|
2681
|
-
|
|
2682
|
-
|
|
2683
|
-
|
|
2684
|
-
|
|
2685
|
-
|
|
2686
|
-
|
|
2687
|
-
|
|
2688
|
-
|
|
2689
|
-
|
|
2608
|
+
name: 'CollapseEvent',
|
|
2609
|
+
properties: [
|
|
2610
|
+
new StructureProperty({
|
|
2611
|
+
name: 'expanded',
|
|
2612
|
+
description: '展开/折叠状态',
|
|
2613
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Boolean'),
|
|
2614
|
+
}),
|
|
2615
|
+
new StructureProperty({
|
|
2616
|
+
name: 'open',
|
|
2617
|
+
description: '弹出/隐藏状态',
|
|
2618
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Boolean'),
|
|
2619
|
+
}),
|
|
2620
|
+
new StructureProperty({
|
|
2621
|
+
name: 'value',
|
|
2622
|
+
description: '开关状态',
|
|
2623
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Boolean'),
|
|
2624
|
+
}),
|
|
2625
|
+
new StructureProperty({
|
|
2626
|
+
name: 'oldValue',
|
|
2627
|
+
description: '旧的开关状态',
|
|
2628
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Boolean'),
|
|
2629
|
+
}),
|
|
2630
|
+
new StructureProperty({
|
|
2631
|
+
name: 'node',
|
|
2632
|
+
description: '节点相关对象',
|
|
2633
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
2634
|
+
}),
|
|
2635
|
+
],
|
|
2690
2636
|
}),
|
|
2691
2637
|
new Structure({
|
|
2692
|
-
|
|
2693
|
-
|
|
2694
|
-
|
|
2695
|
-
|
|
2696
|
-
|
|
2697
|
-
|
|
2698
|
-
|
|
2699
|
-
|
|
2700
|
-
|
|
2701
|
-
|
|
2702
|
-
|
|
2703
|
-
|
|
2704
|
-
|
|
2705
|
-
|
|
2706
|
-
|
|
2707
|
-
|
|
2708
|
-
|
|
2709
|
-
|
|
2638
|
+
name: 'SliderEvent',
|
|
2639
|
+
properties: [
|
|
2640
|
+
new StructureProperty({
|
|
2641
|
+
name: 'value',
|
|
2642
|
+
description: '滑块的值',
|
|
2643
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Long'),
|
|
2644
|
+
}),
|
|
2645
|
+
new StructureProperty({
|
|
2646
|
+
name: 'oldValue',
|
|
2647
|
+
description: '旧的值',
|
|
2648
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Long'),
|
|
2649
|
+
}),
|
|
2650
|
+
new StructureProperty({
|
|
2651
|
+
name: 'percent',
|
|
2652
|
+
description: '滑块位置所在的百分比',
|
|
2653
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Long'),
|
|
2654
|
+
}),
|
|
2655
|
+
],
|
|
2710
2656
|
}),
|
|
2711
2657
|
new Structure({
|
|
2712
|
-
|
|
2713
|
-
|
|
2714
|
-
|
|
2715
|
-
|
|
2716
|
-
|
|
2717
|
-
|
|
2718
|
-
|
|
2719
|
-
|
|
2720
|
-
|
|
2721
|
-
|
|
2722
|
-
|
|
2723
|
-
|
|
2724
|
-
|
|
2658
|
+
name: 'DateEvent',
|
|
2659
|
+
properties: [
|
|
2660
|
+
new StructureProperty({
|
|
2661
|
+
name: 'date',
|
|
2662
|
+
description: '日期值',
|
|
2663
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Date'),
|
|
2664
|
+
}),
|
|
2665
|
+
new StructureProperty({
|
|
2666
|
+
name: 'time',
|
|
2667
|
+
description: '日期值',
|
|
2668
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Date'),
|
|
2669
|
+
}),
|
|
2670
|
+
],
|
|
2725
2671
|
}),
|
|
2726
2672
|
new Structure({
|
|
2727
|
-
|
|
2728
|
-
|
|
2729
|
-
|
|
2730
|
-
|
|
2731
|
-
|
|
2732
|
-
|
|
2733
|
-
|
|
2734
|
-
|
|
2735
|
-
|
|
2736
|
-
|
|
2737
|
-
|
|
2738
|
-
|
|
2739
|
-
|
|
2740
|
-
|
|
2741
|
-
|
|
2742
|
-
|
|
2743
|
-
|
|
2744
|
-
|
|
2673
|
+
name: 'OperatorItemEvent',
|
|
2674
|
+
properties: [
|
|
2675
|
+
new StructureProperty({
|
|
2676
|
+
name: 'item',
|
|
2677
|
+
description: '添加的项',
|
|
2678
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
2679
|
+
}),
|
|
2680
|
+
new StructureProperty({
|
|
2681
|
+
name: 'index',
|
|
2682
|
+
description: '添加的索引',
|
|
2683
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Long'),
|
|
2684
|
+
}),
|
|
2685
|
+
new StructureProperty({
|
|
2686
|
+
name: 'data',
|
|
2687
|
+
description: '当前数据',
|
|
2688
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
2689
|
+
}),
|
|
2690
|
+
],
|
|
2745
2691
|
}),
|
|
2746
2692
|
new Structure({
|
|
2747
|
-
|
|
2748
|
-
|
|
2749
|
-
|
|
2750
|
-
|
|
2751
|
-
|
|
2752
|
-
|
|
2753
|
-
|
|
2754
|
-
|
|
2755
|
-
|
|
2756
|
-
|
|
2757
|
-
|
|
2758
|
-
|
|
2759
|
-
|
|
2760
|
-
|
|
2761
|
-
|
|
2762
|
-
|
|
2763
|
-
|
|
2764
|
-
|
|
2765
|
-
|
|
2766
|
-
|
|
2767
|
-
|
|
2768
|
-
|
|
2769
|
-
|
|
2770
|
-
|
|
2771
|
-
|
|
2772
|
-
|
|
2773
|
-
|
|
2774
|
-
|
|
2775
|
-
|
|
2776
|
-
|
|
2777
|
-
|
|
2778
|
-
|
|
2779
|
-
|
|
2780
|
-
|
|
2781
|
-
|
|
2782
|
-
|
|
2783
|
-
|
|
2784
|
-
|
|
2785
|
-
|
|
2786
|
-
|
|
2787
|
-
|
|
2788
|
-
|
|
2789
|
-
|
|
2693
|
+
name: 'ValidateEvent',
|
|
2694
|
+
properties: [
|
|
2695
|
+
new StructureProperty({
|
|
2696
|
+
name: 'rawValue',
|
|
2697
|
+
description: '用户输入的原始值',
|
|
2698
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
2699
|
+
}),
|
|
2700
|
+
new StructureProperty({
|
|
2701
|
+
name: 'value',
|
|
2702
|
+
description: '验证修复的值',
|
|
2703
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
2704
|
+
}),
|
|
2705
|
+
new StructureProperty({
|
|
2706
|
+
name: 'trigger',
|
|
2707
|
+
description: '本次验证的触发方式',
|
|
2708
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
2709
|
+
}),
|
|
2710
|
+
new StructureProperty({
|
|
2711
|
+
name: 'muted',
|
|
2712
|
+
description: '是否验证后无提示',
|
|
2713
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
2714
|
+
}),
|
|
2715
|
+
new StructureProperty({
|
|
2716
|
+
name: 'valid',
|
|
2717
|
+
description: '验证是否通过',
|
|
2718
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Boolean'),
|
|
2719
|
+
}),
|
|
2720
|
+
new StructureProperty({
|
|
2721
|
+
name: 'touched',
|
|
2722
|
+
description: '用户是否触碰',
|
|
2723
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Boolean'),
|
|
2724
|
+
}),
|
|
2725
|
+
new StructureProperty({
|
|
2726
|
+
name: 'dirty',
|
|
2727
|
+
description: '用户是否修改值',
|
|
2728
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Boolean'),
|
|
2729
|
+
}),
|
|
2730
|
+
new StructureProperty({
|
|
2731
|
+
name: 'firstError',
|
|
2732
|
+
description: '第一个错误提示消息',
|
|
2733
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
2734
|
+
}),
|
|
2735
|
+
],
|
|
2790
2736
|
}),
|
|
2791
2737
|
new Structure({
|
|
2792
|
-
|
|
2793
|
-
|
|
2794
|
-
|
|
2795
|
-
|
|
2796
|
-
|
|
2797
|
-
|
|
2798
|
-
|
|
2799
|
-
|
|
2800
|
-
|
|
2801
|
-
|
|
2802
|
-
|
|
2803
|
-
|
|
2804
|
-
|
|
2805
|
-
|
|
2806
|
-
|
|
2807
|
-
|
|
2808
|
-
|
|
2809
|
-
|
|
2810
|
-
|
|
2811
|
-
|
|
2812
|
-
|
|
2813
|
-
|
|
2814
|
-
|
|
2815
|
-
|
|
2816
|
-
|
|
2817
|
-
|
|
2818
|
-
|
|
2819
|
-
|
|
2820
|
-
|
|
2821
|
-
|
|
2822
|
-
|
|
2823
|
-
|
|
2824
|
-
|
|
2825
|
-
|
|
2826
|
-
|
|
2827
|
-
|
|
2828
|
-
|
|
2829
|
-
|
|
2830
|
-
|
|
2831
|
-
|
|
2832
|
-
|
|
2833
|
-
|
|
2834
|
-
|
|
2738
|
+
name: 'PaginationEvent',
|
|
2739
|
+
properties: [
|
|
2740
|
+
new StructureProperty({
|
|
2741
|
+
name: 'page',
|
|
2742
|
+
description: '选择的页码',
|
|
2743
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Long'),
|
|
2744
|
+
}),
|
|
2745
|
+
new StructureProperty({
|
|
2746
|
+
name: 'oldPage',
|
|
2747
|
+
description: '旧的页码',
|
|
2748
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Long'),
|
|
2749
|
+
}),
|
|
2750
|
+
new StructureProperty({
|
|
2751
|
+
name: 'pageSize',
|
|
2752
|
+
description: '当前每页条数',
|
|
2753
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Long'),
|
|
2754
|
+
}),
|
|
2755
|
+
new StructureProperty({
|
|
2756
|
+
name: 'oldPageSize',
|
|
2757
|
+
description: '旧的每页条数',
|
|
2758
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Long'),
|
|
2759
|
+
}),
|
|
2760
|
+
new StructureProperty({
|
|
2761
|
+
name: 'size',
|
|
2762
|
+
description: '当前每页条数',
|
|
2763
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Long'),
|
|
2764
|
+
}),
|
|
2765
|
+
new StructureProperty({
|
|
2766
|
+
name: 'oldSize',
|
|
2767
|
+
description: '旧的每页条数',
|
|
2768
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Long'),
|
|
2769
|
+
}),
|
|
2770
|
+
new StructureProperty({
|
|
2771
|
+
name: 'number',
|
|
2772
|
+
description: '当前页数',
|
|
2773
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Long'),
|
|
2774
|
+
}),
|
|
2775
|
+
new StructureProperty({
|
|
2776
|
+
name: 'oldNumber',
|
|
2777
|
+
description: '旧的页数',
|
|
2778
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Long'),
|
|
2779
|
+
}),
|
|
2780
|
+
],
|
|
2835
2781
|
}),
|
|
2836
2782
|
new Structure({
|
|
2837
|
-
|
|
2838
|
-
|
|
2839
|
-
|
|
2840
|
-
|
|
2841
|
-
|
|
2842
|
-
|
|
2843
|
-
|
|
2844
|
-
|
|
2845
|
-
|
|
2846
|
-
|
|
2847
|
-
|
|
2848
|
-
|
|
2849
|
-
|
|
2850
|
-
|
|
2851
|
-
|
|
2852
|
-
|
|
2853
|
-
|
|
2854
|
-
|
|
2783
|
+
name: 'DurationEvent',
|
|
2784
|
+
properties: [
|
|
2785
|
+
new StructureProperty({
|
|
2786
|
+
name: 'text',
|
|
2787
|
+
description: '提示的内容',
|
|
2788
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
2789
|
+
}),
|
|
2790
|
+
new StructureProperty({
|
|
2791
|
+
name: 'color',
|
|
2792
|
+
description: '提示的颜色',
|
|
2793
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
2794
|
+
}),
|
|
2795
|
+
new StructureProperty({
|
|
2796
|
+
name: 'duration',
|
|
2797
|
+
description: '提示停留的时间',
|
|
2798
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Long'),
|
|
2799
|
+
}),
|
|
2800
|
+
],
|
|
2855
2801
|
}),
|
|
2856
2802
|
new Structure({
|
|
2857
|
-
|
|
2858
|
-
|
|
2859
|
-
|
|
2860
|
-
|
|
2861
|
-
|
|
2862
|
-
|
|
2863
|
-
|
|
2864
|
-
|
|
2865
|
-
|
|
2866
|
-
|
|
2867
|
-
|
|
2868
|
-
|
|
2869
|
-
|
|
2870
|
-
|
|
2871
|
-
|
|
2872
|
-
|
|
2873
|
-
|
|
2874
|
-
|
|
2875
|
-
|
|
2876
|
-
|
|
2877
|
-
|
|
2878
|
-
|
|
2879
|
-
|
|
2880
|
-
|
|
2881
|
-
|
|
2882
|
-
|
|
2883
|
-
|
|
2884
|
-
|
|
2885
|
-
|
|
2886
|
-
|
|
2887
|
-
|
|
2803
|
+
name: 'TransferEvent',
|
|
2804
|
+
properties: [
|
|
2805
|
+
new StructureProperty({
|
|
2806
|
+
name: 'source',
|
|
2807
|
+
description: '原数据列表',
|
|
2808
|
+
typeAnnotation: TypeAnnotation.createGeneric('List', {
|
|
2809
|
+
typeArguments: [TypeAnnotation.createTypeParam('T')],
|
|
2810
|
+
}),
|
|
2811
|
+
}),
|
|
2812
|
+
new StructureProperty({
|
|
2813
|
+
name: 'target',
|
|
2814
|
+
description: '目标数据列表',
|
|
2815
|
+
typeAnnotation: TypeAnnotation.createGeneric('List', {
|
|
2816
|
+
typeArguments: [TypeAnnotation.createTypeParam('T')],
|
|
2817
|
+
}),
|
|
2818
|
+
}),
|
|
2819
|
+
new StructureProperty({
|
|
2820
|
+
name: 'transfer',
|
|
2821
|
+
description: '移动的项',
|
|
2822
|
+
typeAnnotation: TypeAnnotation.createGeneric('List', {
|
|
2823
|
+
typeArguments: [TypeAnnotation.createTypeParam('T')],
|
|
2824
|
+
}),
|
|
2825
|
+
}),
|
|
2826
|
+
new StructureProperty({
|
|
2827
|
+
name: 'transferValues',
|
|
2828
|
+
description: '移动项的值',
|
|
2829
|
+
typeAnnotation: TypeAnnotation.createGeneric('List', {
|
|
2830
|
+
typeArguments: [TypeAnnotation.createTypeParam('T')],
|
|
2831
|
+
}),
|
|
2832
|
+
}),
|
|
2833
|
+
],
|
|
2888
2834
|
}),
|
|
2889
2835
|
new Structure({
|
|
2890
|
-
|
|
2891
|
-
|
|
2892
|
-
|
|
2893
|
-
|
|
2894
|
-
|
|
2895
|
-
|
|
2896
|
-
|
|
2897
|
-
|
|
2898
|
-
|
|
2899
|
-
|
|
2900
|
-
|
|
2901
|
-
|
|
2902
|
-
|
|
2903
|
-
|
|
2904
|
-
|
|
2905
|
-
|
|
2906
|
-
|
|
2907
|
-
|
|
2908
|
-
|
|
2909
|
-
|
|
2910
|
-
|
|
2911
|
-
|
|
2912
|
-
|
|
2836
|
+
name: 'TreeChangeEvent',
|
|
2837
|
+
properties: [
|
|
2838
|
+
new StructureProperty({
|
|
2839
|
+
name: 'value',
|
|
2840
|
+
description: '改变后的值',
|
|
2841
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
2842
|
+
}),
|
|
2843
|
+
new StructureProperty({
|
|
2844
|
+
name: 'oldValue',
|
|
2845
|
+
description: '待改变的值',
|
|
2846
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
2847
|
+
}),
|
|
2848
|
+
new StructureProperty({
|
|
2849
|
+
name: 'node',
|
|
2850
|
+
description: '选择项相关对象',
|
|
2851
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
2852
|
+
}),
|
|
2853
|
+
new StructureProperty({
|
|
2854
|
+
name: 'oldNode',
|
|
2855
|
+
description: '旧的选择项相关对象',
|
|
2856
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
2857
|
+
}),
|
|
2858
|
+
],
|
|
2913
2859
|
}),
|
|
2914
2860
|
new Structure({
|
|
2915
|
-
|
|
2916
|
-
|
|
2917
|
-
|
|
2918
|
-
|
|
2919
|
-
|
|
2920
|
-
|
|
2921
|
-
|
|
2922
|
-
|
|
2923
|
-
|
|
2924
|
-
|
|
2925
|
-
|
|
2926
|
-
|
|
2927
|
-
|
|
2928
|
-
|
|
2929
|
-
|
|
2930
|
-
|
|
2931
|
-
|
|
2932
|
-
|
|
2933
|
-
|
|
2934
|
-
|
|
2935
|
-
|
|
2936
|
-
|
|
2937
|
-
|
|
2938
|
-
|
|
2939
|
-
|
|
2940
|
-
|
|
2941
|
-
|
|
2942
|
-
|
|
2943
|
-
|
|
2944
|
-
|
|
2945
|
-
|
|
2946
|
-
|
|
2947
|
-
|
|
2948
|
-
|
|
2949
|
-
|
|
2950
|
-
|
|
2951
|
-
|
|
2861
|
+
name: 'CheckedEvent',
|
|
2862
|
+
properties: [
|
|
2863
|
+
new StructureProperty({
|
|
2864
|
+
name: 'checked',
|
|
2865
|
+
description: '选中/取消状态',
|
|
2866
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Boolean'),
|
|
2867
|
+
}),
|
|
2868
|
+
new StructureProperty({
|
|
2869
|
+
name: 'oldChecked',
|
|
2870
|
+
description: '旧的选中/取消状态',
|
|
2871
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Boolean'),
|
|
2872
|
+
}),
|
|
2873
|
+
new StructureProperty({
|
|
2874
|
+
name: 'values',
|
|
2875
|
+
description: '改变后每项值的数组',
|
|
2876
|
+
typeAnnotation: TypeAnnotation.createGeneric('List', {
|
|
2877
|
+
typeArguments: [TypeAnnotation.createTypeParam('T')],
|
|
2878
|
+
}),
|
|
2879
|
+
}),
|
|
2880
|
+
new StructureProperty({
|
|
2881
|
+
name: 'oldValues',
|
|
2882
|
+
description: '旧的每项值的数组',
|
|
2883
|
+
typeAnnotation: TypeAnnotation.createGeneric('List', {
|
|
2884
|
+
typeArguments: [TypeAnnotation.createTypeParam('T')],
|
|
2885
|
+
}),
|
|
2886
|
+
}),
|
|
2887
|
+
new StructureProperty({
|
|
2888
|
+
name: 'node',
|
|
2889
|
+
description: '选择项相关对象',
|
|
2890
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
2891
|
+
}),
|
|
2892
|
+
new StructureProperty({
|
|
2893
|
+
name: 'item',
|
|
2894
|
+
description: '选择项相关对象',
|
|
2895
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
2896
|
+
}),
|
|
2897
|
+
],
|
|
2952
2898
|
}),
|
|
2953
2899
|
new Structure({
|
|
2954
|
-
|
|
2955
|
-
|
|
2956
|
-
|
|
2957
|
-
|
|
2958
|
-
|
|
2959
|
-
|
|
2960
|
-
|
|
2961
|
-
|
|
2962
|
-
|
|
2963
|
-
|
|
2964
|
-
|
|
2965
|
-
|
|
2966
|
-
|
|
2967
|
-
|
|
2968
|
-
|
|
2969
|
-
|
|
2970
|
-
|
|
2971
|
-
|
|
2972
|
-
|
|
2973
|
-
|
|
2974
|
-
|
|
2975
|
-
|
|
2976
|
-
|
|
2977
|
-
|
|
2978
|
-
|
|
2979
|
-
|
|
2980
|
-
|
|
2981
|
-
|
|
2982
|
-
|
|
2983
|
-
|
|
2984
|
-
|
|
2985
|
-
|
|
2986
|
-
|
|
2987
|
-
|
|
2988
|
-
|
|
2900
|
+
name: 'UploadEvent',
|
|
2901
|
+
properties: [
|
|
2902
|
+
new StructureProperty({
|
|
2903
|
+
name: 'item',
|
|
2904
|
+
description: '进度相关信息',
|
|
2905
|
+
typeAnnotation: TypeAnnotation.createReference('File', {
|
|
2906
|
+
typeNamespace: 'nasl.ui',
|
|
2907
|
+
}),
|
|
2908
|
+
}),
|
|
2909
|
+
new StructureProperty({
|
|
2910
|
+
name: 'data',
|
|
2911
|
+
description: '进度相关信息',
|
|
2912
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
2913
|
+
}),
|
|
2914
|
+
new StructureProperty({
|
|
2915
|
+
name: 'file',
|
|
2916
|
+
description: '上传文件信息,不包含文件主体内容',
|
|
2917
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
2918
|
+
}),
|
|
2919
|
+
new StructureProperty({
|
|
2920
|
+
name: 'xhr',
|
|
2921
|
+
description: '发送前的 XMLHttpRequest 对象',
|
|
2922
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
2923
|
+
}),
|
|
2924
|
+
new StructureProperty({
|
|
2925
|
+
name: 'formData',
|
|
2926
|
+
description: '用于发送的数据对象',
|
|
2927
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
2928
|
+
}),
|
|
2929
|
+
new StructureProperty({
|
|
2930
|
+
name: 'xml',
|
|
2931
|
+
description: '服务器回传信息',
|
|
2932
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
2933
|
+
}),
|
|
2934
|
+
],
|
|
2989
2935
|
}),
|
|
2990
2936
|
new Structure({
|
|
2991
|
-
|
|
2992
|
-
|
|
2993
|
-
|
|
2994
|
-
|
|
2995
|
-
|
|
2996
|
-
|
|
2997
|
-
|
|
2998
|
-
|
|
2999
|
-
|
|
3000
|
-
|
|
3001
|
-
|
|
3002
|
-
|
|
3003
|
-
|
|
3004
|
-
|
|
3005
|
-
|
|
3006
|
-
|
|
3007
|
-
|
|
3008
|
-
|
|
3009
|
-
|
|
3010
|
-
|
|
3011
|
-
|
|
3012
|
-
|
|
3013
|
-
|
|
3014
|
-
|
|
3015
|
-
|
|
3016
|
-
|
|
3017
|
-
|
|
3018
|
-
|
|
3019
|
-
|
|
3020
|
-
|
|
3021
|
-
|
|
3022
|
-
|
|
3023
|
-
|
|
3024
|
-
|
|
3025
|
-
|
|
3026
|
-
|
|
3027
|
-
|
|
3028
|
-
|
|
2937
|
+
name: 'UploadErrorEvent',
|
|
2938
|
+
properties: [
|
|
2939
|
+
new StructureProperty({
|
|
2940
|
+
name: 'name',
|
|
2941
|
+
description: '错误名',
|
|
2942
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
2943
|
+
}),
|
|
2944
|
+
new StructureProperty({
|
|
2945
|
+
name: 'message',
|
|
2946
|
+
description: '错误描述',
|
|
2947
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
2948
|
+
}),
|
|
2949
|
+
new StructureProperty({
|
|
2950
|
+
name: 'extensions',
|
|
2951
|
+
description: '限制类型',
|
|
2952
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
2953
|
+
}),
|
|
2954
|
+
new StructureProperty({
|
|
2955
|
+
name: 'maxSize',
|
|
2956
|
+
description: '限制大小',
|
|
2957
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
2958
|
+
}),
|
|
2959
|
+
new StructureProperty({
|
|
2960
|
+
name: 'size',
|
|
2961
|
+
description: '当前大小',
|
|
2962
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
2963
|
+
}),
|
|
2964
|
+
new StructureProperty({
|
|
2965
|
+
name: 'count',
|
|
2966
|
+
description: '当前数量',
|
|
2967
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Long'),
|
|
2968
|
+
}),
|
|
2969
|
+
new StructureProperty({
|
|
2970
|
+
name: 'limit',
|
|
2971
|
+
description: '数量配额',
|
|
2972
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Long'),
|
|
2973
|
+
}),
|
|
2974
|
+
],
|
|
3029
2975
|
}),
|
|
3030
2976
|
new Structure({
|
|
3031
|
-
|
|
3032
|
-
|
|
3033
|
-
|
|
3034
|
-
|
|
3035
|
-
|
|
3036
|
-
|
|
3037
|
-
|
|
3038
|
-
|
|
3039
|
-
|
|
3040
|
-
|
|
3041
|
-
|
|
3042
|
-
|
|
3043
|
-
|
|
3044
|
-
|
|
3045
|
-
|
|
3046
|
-
|
|
3047
|
-
|
|
3048
|
-
|
|
2977
|
+
name: 'SortEvent',
|
|
2978
|
+
properties: [
|
|
2979
|
+
new StructureProperty({
|
|
2980
|
+
name: 'field',
|
|
2981
|
+
description: '排序属性',
|
|
2982
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
2983
|
+
}),
|
|
2984
|
+
new StructureProperty({
|
|
2985
|
+
name: 'order',
|
|
2986
|
+
description: '排序顺序',
|
|
2987
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
2988
|
+
}),
|
|
2989
|
+
new StructureProperty({
|
|
2990
|
+
name: 'compare',
|
|
2991
|
+
description: '排序比较函数',
|
|
2992
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
2993
|
+
}),
|
|
2994
|
+
],
|
|
3049
2995
|
}),
|
|
3050
2996
|
new Structure({
|
|
3051
|
-
|
|
3052
|
-
|
|
3053
|
-
|
|
3054
|
-
|
|
3055
|
-
|
|
3056
|
-
|
|
3057
|
-
|
|
3058
|
-
|
|
3059
|
-
|
|
3060
|
-
|
|
3061
|
-
|
|
3062
|
-
|
|
3063
|
-
|
|
3064
|
-
|
|
3065
|
-
|
|
3066
|
-
|
|
3067
|
-
|
|
3068
|
-
|
|
3069
|
-
|
|
3070
|
-
|
|
3071
|
-
|
|
3072
|
-
|
|
3073
|
-
|
|
3074
|
-
|
|
3075
|
-
|
|
3076
|
-
|
|
3077
|
-
|
|
3078
|
-
|
|
2997
|
+
name: 'PoiInfo',
|
|
2998
|
+
properties: [
|
|
2999
|
+
new StructureProperty({
|
|
3000
|
+
name: 'source',
|
|
3001
|
+
description: '信息来源',
|
|
3002
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
3003
|
+
}),
|
|
3004
|
+
new StructureProperty({
|
|
3005
|
+
name: 'id',
|
|
3006
|
+
description: 'POI点的id',
|
|
3007
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
3008
|
+
}),
|
|
3009
|
+
new StructureProperty({
|
|
3010
|
+
name: 'name',
|
|
3011
|
+
description: '名称',
|
|
3012
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
3013
|
+
}),
|
|
3014
|
+
new StructureProperty({
|
|
3015
|
+
name: 'location',
|
|
3016
|
+
description: '经纬度',
|
|
3017
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
3018
|
+
}),
|
|
3019
|
+
new StructureProperty({
|
|
3020
|
+
name: 'address',
|
|
3021
|
+
description: '地址',
|
|
3022
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
3023
|
+
}),
|
|
3024
|
+
],
|
|
3079
3025
|
}),
|
|
3080
3026
|
new Structure({
|
|
3081
|
-
|
|
3082
|
-
|
|
3083
|
-
|
|
3084
|
-
|
|
3085
|
-
|
|
3086
|
-
|
|
3087
|
-
|
|
3088
|
-
|
|
3089
|
-
|
|
3090
|
-
|
|
3091
|
-
|
|
3092
|
-
|
|
3093
|
-
|
|
3094
|
-
|
|
3095
|
-
|
|
3096
|
-
|
|
3097
|
-
|
|
3098
|
-
|
|
3099
|
-
|
|
3100
|
-
|
|
3101
|
-
|
|
3102
|
-
|
|
3103
|
-
|
|
3104
|
-
|
|
3105
|
-
|
|
3106
|
-
|
|
3107
|
-
|
|
3108
|
-
|
|
3027
|
+
name: 'File',
|
|
3028
|
+
properties: [
|
|
3029
|
+
new StructureProperty({
|
|
3030
|
+
name: 'status',
|
|
3031
|
+
description: '文件状态',
|
|
3032
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
3033
|
+
}),
|
|
3034
|
+
new StructureProperty({
|
|
3035
|
+
name: 'url',
|
|
3036
|
+
description: '文件链接',
|
|
3037
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
3038
|
+
}),
|
|
3039
|
+
new StructureProperty({
|
|
3040
|
+
name: 'name',
|
|
3041
|
+
description: '文件名称',
|
|
3042
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
3043
|
+
}),
|
|
3044
|
+
new StructureProperty({
|
|
3045
|
+
name: 'size',
|
|
3046
|
+
description: '文件大小',
|
|
3047
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Long'),
|
|
3048
|
+
}),
|
|
3049
|
+
new StructureProperty({
|
|
3050
|
+
name: 'type',
|
|
3051
|
+
description: '文件类型',
|
|
3052
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
3053
|
+
}),
|
|
3054
|
+
],
|
|
3109
3055
|
}),
|
|
3110
3056
|
new Structure({
|
|
3111
|
-
|
|
3112
|
-
|
|
3113
|
-
|
|
3114
|
-
|
|
3115
|
-
|
|
3116
|
-
|
|
3117
|
-
|
|
3118
|
-
|
|
3119
|
-
|
|
3120
|
-
|
|
3121
|
-
|
|
3122
|
-
|
|
3123
|
-
|
|
3124
|
-
|
|
3125
|
-
|
|
3126
|
-
|
|
3127
|
-
|
|
3128
|
-
|
|
3129
|
-
|
|
3057
|
+
name: 'SelectData',
|
|
3058
|
+
properties: [
|
|
3059
|
+
new StructureProperty({
|
|
3060
|
+
name: 'parent',
|
|
3061
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
3062
|
+
}),
|
|
3063
|
+
new StructureProperty({
|
|
3064
|
+
name: 'item',
|
|
3065
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
3066
|
+
}),
|
|
3067
|
+
new StructureProperty({
|
|
3068
|
+
name: 'level',
|
|
3069
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Long'),
|
|
3070
|
+
}),
|
|
3071
|
+
new StructureProperty({
|
|
3072
|
+
name: 'index',
|
|
3073
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Long'),
|
|
3074
|
+
}),
|
|
3075
|
+
],
|
|
3130
3076
|
}),
|
|
3131
3077
|
new Structure({
|
|
3132
|
-
|
|
3133
|
-
|
|
3134
|
-
|
|
3135
|
-
|
|
3136
|
-
|
|
3137
|
-
|
|
3138
|
-
|
|
3139
|
-
|
|
3140
|
-
|
|
3141
|
-
|
|
3142
|
-
|
|
3143
|
-
|
|
3144
|
-
|
|
3145
|
-
|
|
3146
|
-
|
|
3078
|
+
name: 'DragAndDropUpdateData',
|
|
3079
|
+
properties: [
|
|
3080
|
+
new StructureProperty({
|
|
3081
|
+
name: 'sourceList',
|
|
3082
|
+
typeAnnotation: TypeAnnotation.createGeneric('List', {
|
|
3083
|
+
typeArguments: [TypeAnnotation.createPrimitive('String')],
|
|
3084
|
+
}),
|
|
3085
|
+
}),
|
|
3086
|
+
new StructureProperty({
|
|
3087
|
+
name: 'targetList',
|
|
3088
|
+
typeAnnotation: TypeAnnotation.createGeneric('List', {
|
|
3089
|
+
typeArguments: [TypeAnnotation.createPrimitive('String')],
|
|
3090
|
+
}),
|
|
3091
|
+
}),
|
|
3092
|
+
],
|
|
3147
3093
|
}),
|
|
3148
3094
|
new Structure({
|
|
3149
|
-
|
|
3150
|
-
|
|
3151
|
-
|
|
3152
|
-
|
|
3153
|
-
|
|
3154
|
-
|
|
3155
|
-
|
|
3156
|
-
|
|
3157
|
-
|
|
3158
|
-
|
|
3159
|
-
|
|
3160
|
-
|
|
3161
|
-
|
|
3162
|
-
|
|
3163
|
-
|
|
3164
|
-
|
|
3165
|
-
|
|
3166
|
-
|
|
3167
|
-
|
|
3168
|
-
|
|
3169
|
-
|
|
3170
|
-
|
|
3171
|
-
|
|
3172
|
-
|
|
3173
|
-
|
|
3174
|
-
|
|
3175
|
-
|
|
3176
|
-
|
|
3177
|
-
|
|
3178
|
-
|
|
3179
|
-
|
|
3095
|
+
name: 'DragAndDropEvent',
|
|
3096
|
+
properties: [
|
|
3097
|
+
new StructureProperty({
|
|
3098
|
+
name: 'source',
|
|
3099
|
+
typeAnnotation: TypeAnnotation.createReference('SelectData', {
|
|
3100
|
+
typeNamespace: 'nasl.ui',
|
|
3101
|
+
}),
|
|
3102
|
+
}),
|
|
3103
|
+
new StructureProperty({
|
|
3104
|
+
name: 'target',
|
|
3105
|
+
typeAnnotation: TypeAnnotation.createReference('SelectData', {
|
|
3106
|
+
typeNamespace: 'nasl.ui',
|
|
3107
|
+
}),
|
|
3108
|
+
}),
|
|
3109
|
+
new StructureProperty({
|
|
3110
|
+
name: 'finalSource',
|
|
3111
|
+
typeAnnotation: TypeAnnotation.createReference('SelectData', {
|
|
3112
|
+
typeNamespace: 'nasl.ui',
|
|
3113
|
+
}),
|
|
3114
|
+
}),
|
|
3115
|
+
new StructureProperty({
|
|
3116
|
+
name: 'position',
|
|
3117
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
3118
|
+
}),
|
|
3119
|
+
new StructureProperty({
|
|
3120
|
+
name: 'updateData',
|
|
3121
|
+
typeAnnotation: TypeAnnotation.createReference('DragAndDropUpdateData', {
|
|
3122
|
+
typeNamespace: 'nasl.ui',
|
|
3123
|
+
}),
|
|
3124
|
+
}),
|
|
3125
|
+
],
|
|
3180
3126
|
}),
|
|
3181
3127
|
new Structure({
|
|
3182
|
-
|
|
3183
|
-
|
|
3184
|
-
|
|
3185
|
-
|
|
3186
|
-
|
|
3187
|
-
|
|
3188
|
-
|
|
3189
|
-
|
|
3190
|
-
|
|
3191
|
-
|
|
3192
|
-
|
|
3193
|
-
|
|
3194
|
-
|
|
3128
|
+
name: 'ExpandEvent',
|
|
3129
|
+
properties: [
|
|
3130
|
+
new StructureProperty({
|
|
3131
|
+
name: 'item',
|
|
3132
|
+
description: '展开项相关对象',
|
|
3133
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
3134
|
+
}),
|
|
3135
|
+
new StructureProperty({
|
|
3136
|
+
name: 'expanded',
|
|
3137
|
+
description: '展开状态值',
|
|
3138
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Boolean'),
|
|
3139
|
+
}),
|
|
3140
|
+
],
|
|
3195
3141
|
}),
|
|
3196
3142
|
new Structure({
|
|
3197
|
-
|
|
3198
|
-
|
|
3199
|
-
|
|
3200
|
-
|
|
3201
|
-
|
|
3202
|
-
|
|
3203
|
-
|
|
3204
|
-
|
|
3205
|
-
|
|
3206
|
-
|
|
3207
|
-
|
|
3208
|
-
|
|
3209
|
-
|
|
3210
|
-
|
|
3211
|
-
|
|
3212
|
-
|
|
3213
|
-
|
|
3214
|
-
|
|
3215
|
-
|
|
3216
|
-
|
|
3217
|
-
|
|
3218
|
-
|
|
3219
|
-
|
|
3220
|
-
|
|
3221
|
-
|
|
3222
|
-
|
|
3223
|
-
|
|
3224
|
-
|
|
3225
|
-
|
|
3226
|
-
|
|
3227
|
-
|
|
3228
|
-
|
|
3229
|
-
|
|
3143
|
+
name: 'ScrollEvent',
|
|
3144
|
+
properties: [
|
|
3145
|
+
new StructureProperty({
|
|
3146
|
+
name: 'scrollHeight',
|
|
3147
|
+
description: '滚动内容高度',
|
|
3148
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Long'),
|
|
3149
|
+
}),
|
|
3150
|
+
new StructureProperty({
|
|
3151
|
+
name: 'scrollWidth',
|
|
3152
|
+
description: '滚动内容宽度',
|
|
3153
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Long'),
|
|
3154
|
+
}),
|
|
3155
|
+
new StructureProperty({
|
|
3156
|
+
name: 'scrollTop',
|
|
3157
|
+
description: '滚动内容距离顶部高度',
|
|
3158
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Long'),
|
|
3159
|
+
}),
|
|
3160
|
+
new StructureProperty({
|
|
3161
|
+
name: 'scrollLeft',
|
|
3162
|
+
description: '滚动内容距离左侧距离',
|
|
3163
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Long'),
|
|
3164
|
+
}),
|
|
3165
|
+
new StructureProperty({
|
|
3166
|
+
name: 'clientHeight',
|
|
3167
|
+
description: '可视区域高度',
|
|
3168
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Long'),
|
|
3169
|
+
}),
|
|
3170
|
+
new StructureProperty({
|
|
3171
|
+
name: 'clientWidth',
|
|
3172
|
+
description: '可视区域宽度由',
|
|
3173
|
+
typeAnnotation: TypeAnnotation.createPrimitive('Long'),
|
|
3174
|
+
}),
|
|
3175
|
+
],
|
|
3230
3176
|
}),
|
|
3231
3177
|
new Structure({
|
|
3232
|
-
|
|
3233
|
-
|
|
3234
|
-
|
|
3235
|
-
|
|
3236
|
-
|
|
3237
|
-
|
|
3238
|
-
|
|
3239
|
-
|
|
3240
|
-
|
|
3241
|
-
|
|
3242
|
-
|
|
3243
|
-
|
|
3244
|
-
|
|
3245
|
-
|
|
3246
|
-
|
|
3247
|
-
|
|
3248
|
-
|
|
3249
|
-
|
|
3250
|
-
|
|
3251
|
-
|
|
3252
|
-
|
|
3253
|
-
|
|
3254
|
-
|
|
3255
|
-
|
|
3256
|
-
|
|
3257
|
-
|
|
3258
|
-
|
|
3259
|
-
|
|
3260
|
-
|
|
3261
|
-
|
|
3262
|
-
|
|
3263
|
-
|
|
3264
|
-
|
|
3265
|
-
|
|
3266
|
-
|
|
3267
|
-
|
|
3268
|
-
|
|
3269
|
-
|
|
3270
|
-
|
|
3271
|
-
|
|
3272
|
-
|
|
3273
|
-
|
|
3274
|
-
|
|
3275
|
-
}),
|
|
3276
|
-
);
|
|
3277
|
-
|
|
3278
|
-
uiTypeList.push(
|
|
3279
|
-
...reference2TypeAnnotationList(uiStructures, 'nasl.ui'),
|
|
3280
|
-
);
|
|
3281
|
-
|
|
3282
|
-
const logics = [
|
|
3283
|
-
new Logic({
|
|
3284
|
-
name: 'showMessage',
|
|
3285
|
-
params: [
|
|
3286
|
-
new Param({
|
|
3287
|
-
name: 'text',
|
|
3288
|
-
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
3289
|
-
defaultExpression: new StringInterpolation(),
|
|
3290
|
-
}),
|
|
3291
|
-
],
|
|
3178
|
+
name: 'KeyboardEvent',
|
|
3179
|
+
properties: [
|
|
3180
|
+
// new StructureProperty({
|
|
3181
|
+
// name: 'altKey',
|
|
3182
|
+
// description: '事件触发时 alt 键 (OS X 系统上的 Option 或 ⌥ 键) 是 (true) 否 (false) 被按下',
|
|
3183
|
+
// typeAnnotation: TypeAnnotation.createPrimitive('Boolean')
|
|
3184
|
+
// }),
|
|
3185
|
+
// new StructureProperty({
|
|
3186
|
+
// name: 'code',
|
|
3187
|
+
// description: '',
|
|
3188
|
+
// typeAnnotation: TypeAnnotation.createPrimitive('String')
|
|
3189
|
+
// }),
|
|
3190
|
+
// new StructureProperty({
|
|
3191
|
+
// name: 'ctrlKey',
|
|
3192
|
+
// description: '事件触发时 control 键是 (true) 否 (false) 按下',
|
|
3193
|
+
// typeAnnotation: TypeAnnotation.createPrimitive('Boolean')
|
|
3194
|
+
// }),
|
|
3195
|
+
// new StructureProperty({
|
|
3196
|
+
// name: 'isComposing',
|
|
3197
|
+
// description: '该事件是否在 compositionstart 之后和 compositionend 之前被触发',
|
|
3198
|
+
// typeAnnotation: TypeAnnotation.createPrimitive('Boolean')
|
|
3199
|
+
// }),
|
|
3200
|
+
// new StructureProperty({
|
|
3201
|
+
// name: 'key',
|
|
3202
|
+
// description: '',
|
|
3203
|
+
// typeAnnotation: TypeAnnotation.createPrimitive('String')
|
|
3204
|
+
// }),
|
|
3205
|
+
// new StructureProperty({
|
|
3206
|
+
// name: 'metaKey',
|
|
3207
|
+
// description: '指示 Meta 键是按下状态(true),还是释放状态(false)',
|
|
3208
|
+
// typeAnnotation: TypeAnnotation.createPrimitive('Boolean')
|
|
3209
|
+
// }),
|
|
3210
|
+
// new StructureProperty({
|
|
3211
|
+
// name: 'repeat',
|
|
3212
|
+
// description: '如果按键被一直按住,返回值为true',
|
|
3213
|
+
// typeAnnotation: TypeAnnotation.createPrimitive('Boolean')
|
|
3214
|
+
// }),
|
|
3215
|
+
// new StructureProperty({
|
|
3216
|
+
// name: 'shiftKey',
|
|
3217
|
+
// description: '事件触发时 shift 键是 (true) 否 (false) 按下',
|
|
3218
|
+
// typeAnnotation: TypeAnnotation.createPrimitive('Boolean')
|
|
3219
|
+
// })
|
|
3220
|
+
],
|
|
3292
3221
|
}),
|
|
3293
|
-
|
|
3222
|
+
];
|
|
3294
3223
|
|
|
3295
|
-
|
|
3296
|
-
|
|
3224
|
+
export const uiTypeList: Array<TypeAnnotation> = reference2TypeAnnotationList(uiStructures, 'nasl.ui');
|
|
3225
|
+
export default new Namespace({
|
|
3226
|
+
name: 'ui',
|
|
3227
|
+
logics: [
|
|
3228
|
+
new Logic({
|
|
3229
|
+
name: 'showMessage',
|
|
3230
|
+
params: [
|
|
3231
|
+
new Param({
|
|
3232
|
+
name: 'text',
|
|
3233
|
+
typeAnnotation: TypeAnnotation.createPrimitive('String'),
|
|
3234
|
+
defaultExpression: new StringInterpolation(),
|
|
3235
|
+
}),
|
|
3236
|
+
],
|
|
3237
|
+
}),
|
|
3238
|
+
],
|
|
3239
|
+
});
|
|
3297
3240
|
</pre></td></tr></table></pre>
|
|
3298
3241
|
|
|
3299
3242
|
<div class='push'></div><!-- for sticky footer -->
|
|
@@ -3301,7 +3244,7 @@ export function initialize() {
|
|
|
3301
3244
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
3302
3245
|
Code coverage generated by
|
|
3303
3246
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
3304
|
-
at 2023-
|
|
3247
|
+
at 2023-10-18T11:36:07.885Z
|
|
3305
3248
|
</div>
|
|
3306
3249
|
<script src="../../../../prettify.js"></script>
|
|
3307
3250
|
<script>
|