@lcap/nasl 3.8.2-beta.7 → 3.8.2-beta.9
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.js +5 -3
- package/out/common/BaseNode.js.map +1 -1
- package/out/common/ComponentAPI.d.ts +9 -0
- package/out/concepts/AuthLogicForCallInterface__.js +21 -6
- package/out/concepts/AuthLogicForCallInterface__.js.map +1 -1
- package/out/concepts/BusinessComponent__.js +25 -9
- package/out/concepts/BusinessComponent__.js.map +1 -1
- package/out/concepts/BusinessLogic__.js +21 -6
- package/out/concepts/BusinessLogic__.js.map +1 -1
- package/out/concepts/CallInterface__.js +14 -4
- package/out/concepts/CallInterface__.js.map +1 -1
- package/out/concepts/CallLogic__.d.ts +1 -0
- package/out/concepts/CallLogic__.js +25 -10
- package/out/concepts/CallLogic__.js.map +1 -1
- package/out/concepts/EnumItem__.js +2 -2
- package/out/concepts/EnumItem__.js.map +1 -1
- package/out/concepts/Logic__.js +22 -7
- package/out/concepts/Logic__.js.map +1 -1
- package/out/concepts/MemberExpression__.js +19 -13
- package/out/concepts/MemberExpression__.js.map +1 -1
- package/out/concepts/OverriddenLogic__.js +21 -6
- package/out/concepts/OverriddenLogic__.js.map +1 -1
- package/out/concepts/ViewElement__.js +35 -20
- package/out/concepts/ViewElement__.js.map +1 -1
- package/out/concepts/View__.js +32 -14
- package/out/concepts/View__.js.map +1 -1
- package/out/concepts/basics/stdlib/nasl.processV2.js +78 -0
- package/out/concepts/basics/stdlib/nasl.processV2.js.map +1 -1
- package/out/concepts/basics/stdlib/nasl.ui.js +40 -40
- package/out/concepts/basics/stdlib/nasl.ui.js.map +1 -1
- package/out/generator/genBundleFiles.js +1 -1
- package/out/generator/genBundleFiles.js.map +1 -1
- package/out/generator/release-body/utils.js +1 -1
- package/out/natural/getContext/index.js +7 -4
- package/out/natural/getContext/index.js.map +1 -1
- package/out/natural/tools.js +9 -3
- package/out/natural/tools.js.map +1 -1
- package/out/natural/transformTS2UI.js +20 -14
- package/out/natural/transformTS2UI.js.map +1 -1
- package/out/server/getMemberIdentifier.js +11 -17
- package/out/server/getMemberIdentifier.js.map +1 -1
- package/out/server/naslServer.js +8 -2
- package/out/server/naslServer.js.map +1 -1
- package/package.json +1 -1
- package/sandbox/stdlib/nasl.processV2.ts +19 -0
- package/sandbox/stdlib/nasl.ui.ts +8 -8
- package/src/common/BaseNode.ts +5 -3
- package/src/common/ComponentAPI.ts +7 -0
- package/src/concepts/AuthLogicForCallInterface__.ts +23 -6
- package/src/concepts/BusinessComponent__.ts +27 -9
- package/src/concepts/BusinessLogic__.ts +23 -6
- package/src/concepts/CallInterface__.ts +12 -5
- package/src/concepts/CallLogic__.ts +31 -10
- package/src/concepts/EnumItem__.ts +2 -2
- package/src/concepts/Logic__.ts +27 -10
- package/src/concepts/MemberExpression__.ts +20 -13
- package/src/concepts/OverriddenLogic__.ts +23 -6
- package/src/concepts/ViewElement__.ts +41 -21
- package/src/concepts/View__.ts +35 -14
- package/src/concepts/basics/stdlib/nasl.processV2.ts +79 -0
- package/src/concepts/basics/stdlib/nasl.ui.ts +40 -40
- package/src/generator/genBundleFiles.ts +1 -1
- package/src/generator/release-body/utils.ts +1 -1
- package/src/natural/getContext/index.ts +8 -5
- package/src/natural/tools.ts +9 -3
- package/src/natural/transformTS2UI.ts +19 -14
- package/src/server/getMemberIdentifier.ts +14 -14
- package/src/server/naslServer.ts +8 -2
- package/test/concepts/member-expression/__snapshots__/toJS.spec.ts.snap +1 -1
- package/test/concepts/member-expression/__snapshots__/toVue.spec.ts.snap +1 -1
- 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
|
@@ -23,30 +23,30 @@
|
|
|
23
23
|
<div class='clearfix'>
|
|
24
24
|
|
|
25
25
|
<div class='fl pad1y space-right2'>
|
|
26
|
-
<span class="strong">
|
|
26
|
+
<span class="strong">8.56% </span>
|
|
27
27
|
<span class="quiet">Statements</span>
|
|
28
|
-
<span class='fraction'>
|
|
28
|
+
<span class='fraction'>53/619</span>
|
|
29
29
|
</div>
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
<div class='fl pad1y space-right2'>
|
|
33
|
-
<span class="strong">
|
|
33
|
+
<span class="strong">0% </span>
|
|
34
34
|
<span class="quiet">Branches</span>
|
|
35
|
-
<span class='fraction'>
|
|
35
|
+
<span class='fraction'>0/273</span>
|
|
36
36
|
</div>
|
|
37
37
|
|
|
38
38
|
|
|
39
39
|
<div class='fl pad1y space-right2'>
|
|
40
|
-
<span class="strong">
|
|
40
|
+
<span class="strong">2.06% </span>
|
|
41
41
|
<span class="quiet">Functions</span>
|
|
42
|
-
<span class='fraction'>
|
|
42
|
+
<span class='fraction'>3/145</span>
|
|
43
43
|
</div>
|
|
44
44
|
|
|
45
45
|
|
|
46
46
|
<div class='fl pad1y space-right2'>
|
|
47
|
-
<span class="strong">
|
|
47
|
+
<span class="strong">6.52% </span>
|
|
48
48
|
<span class="quiet">Lines</span>
|
|
49
|
-
<span class='fraction'>
|
|
49
|
+
<span class='fraction'>37/567</span>
|
|
50
50
|
</div>
|
|
51
51
|
|
|
52
52
|
|
|
@@ -2682,222 +2682,32 @@
|
|
|
2682
2682
|
<a name='L2617'></a><a href='#L2617'>2617</a>
|
|
2683
2683
|
<a name='L2618'></a><a href='#L2618'>2618</a>
|
|
2684
2684
|
<a name='L2619'></a><a href='#L2619'>2619</a>
|
|
2685
|
-
<a name='L2620'></a><a href='#L2620'>2620</a>
|
|
2686
|
-
<a name='L2621'></a><a href='#L2621'>2621</a>
|
|
2687
|
-
<a name='L2622'></a><a href='#L2622'>2622</a>
|
|
2688
|
-
<a name='L2623'></a><a href='#L2623'>2623</a>
|
|
2689
|
-
<a name='L2624'></a><a href='#L2624'>2624</a>
|
|
2690
|
-
<a name='L2625'></a><a href='#L2625'>2625</a>
|
|
2691
|
-
<a name='L2626'></a><a href='#L2626'>2626</a>
|
|
2692
|
-
<a name='L2627'></a><a href='#L2627'>2627</a>
|
|
2693
|
-
<a name='L2628'></a><a href='#L2628'>2628</a>
|
|
2694
|
-
<a name='L2629'></a><a href='#L2629'>2629</a>
|
|
2695
|
-
<a name='L2630'></a><a href='#L2630'>2630</a>
|
|
2696
|
-
<a name='L2631'></a><a href='#L2631'>2631</a>
|
|
2697
|
-
<a name='L2632'></a><a href='#L2632'>2632</a>
|
|
2698
|
-
<a name='L2633'></a><a href='#L2633'>2633</a>
|
|
2699
|
-
<a name='L2634'></a><a href='#L2634'>2634</a>
|
|
2700
|
-
<a name='L2635'></a><a href='#L2635'>2635</a>
|
|
2701
|
-
<a name='L2636'></a><a href='#L2636'>2636</a>
|
|
2702
|
-
<a name='L2637'></a><a href='#L2637'>2637</a>
|
|
2703
|
-
<a name='L2638'></a><a href='#L2638'>2638</a>
|
|
2704
|
-
<a name='L2639'></a><a href='#L2639'>2639</a>
|
|
2705
|
-
<a name='L2640'></a><a href='#L2640'>2640</a>
|
|
2706
|
-
<a name='L2641'></a><a href='#L2641'>2641</a>
|
|
2707
|
-
<a name='L2642'></a><a href='#L2642'>2642</a>
|
|
2708
|
-
<a name='L2643'></a><a href='#L2643'>2643</a>
|
|
2709
|
-
<a name='L2644'></a><a href='#L2644'>2644</a>
|
|
2710
|
-
<a name='L2645'></a><a href='#L2645'>2645</a>
|
|
2711
|
-
<a name='L2646'></a><a href='#L2646'>2646</a>
|
|
2712
|
-
<a name='L2647'></a><a href='#L2647'>2647</a>
|
|
2713
|
-
<a name='L2648'></a><a href='#L2648'>2648</a>
|
|
2714
|
-
<a name='L2649'></a><a href='#L2649'>2649</a>
|
|
2715
|
-
<a name='L2650'></a><a href='#L2650'>2650</a>
|
|
2716
|
-
<a name='L2651'></a><a href='#L2651'>2651</a>
|
|
2717
|
-
<a name='L2652'></a><a href='#L2652'>2652</a>
|
|
2718
|
-
<a name='L2653'></a><a href='#L2653'>2653</a>
|
|
2719
|
-
<a name='L2654'></a><a href='#L2654'>2654</a>
|
|
2720
|
-
<a name='L2655'></a><a href='#L2655'>2655</a>
|
|
2721
|
-
<a name='L2656'></a><a href='#L2656'>2656</a>
|
|
2722
|
-
<a name='L2657'></a><a href='#L2657'>2657</a>
|
|
2723
|
-
<a name='L2658'></a><a href='#L2658'>2658</a>
|
|
2724
|
-
<a name='L2659'></a><a href='#L2659'>2659</a>
|
|
2725
|
-
<a name='L2660'></a><a href='#L2660'>2660</a>
|
|
2726
|
-
<a name='L2661'></a><a href='#L2661'>2661</a>
|
|
2727
|
-
<a name='L2662'></a><a href='#L2662'>2662</a>
|
|
2728
|
-
<a name='L2663'></a><a href='#L2663'>2663</a>
|
|
2729
|
-
<a name='L2664'></a><a href='#L2664'>2664</a>
|
|
2730
|
-
<a name='L2665'></a><a href='#L2665'>2665</a>
|
|
2731
|
-
<a name='L2666'></a><a href='#L2666'>2666</a>
|
|
2732
|
-
<a name='L2667'></a><a href='#L2667'>2667</a>
|
|
2733
|
-
<a name='L2668'></a><a href='#L2668'>2668</a>
|
|
2734
|
-
<a name='L2669'></a><a href='#L2669'>2669</a>
|
|
2735
|
-
<a name='L2670'></a><a href='#L2670'>2670</a>
|
|
2736
|
-
<a name='L2671'></a><a href='#L2671'>2671</a>
|
|
2737
|
-
<a name='L2672'></a><a href='#L2672'>2672</a>
|
|
2738
|
-
<a name='L2673'></a><a href='#L2673'>2673</a>
|
|
2739
|
-
<a name='L2674'></a><a href='#L2674'>2674</a>
|
|
2740
|
-
<a name='L2675'></a><a href='#L2675'>2675</a>
|
|
2741
|
-
<a name='L2676'></a><a href='#L2676'>2676</a>
|
|
2742
|
-
<a name='L2677'></a><a href='#L2677'>2677</a>
|
|
2743
|
-
<a name='L2678'></a><a href='#L2678'>2678</a>
|
|
2744
|
-
<a name='L2679'></a><a href='#L2679'>2679</a>
|
|
2745
|
-
<a name='L2680'></a><a href='#L2680'>2680</a>
|
|
2746
|
-
<a name='L2681'></a><a href='#L2681'>2681</a>
|
|
2747
|
-
<a name='L2682'></a><a href='#L2682'>2682</a>
|
|
2748
|
-
<a name='L2683'></a><a href='#L2683'>2683</a>
|
|
2749
|
-
<a name='L2684'></a><a href='#L2684'>2684</a>
|
|
2750
|
-
<a name='L2685'></a><a href='#L2685'>2685</a>
|
|
2751
|
-
<a name='L2686'></a><a href='#L2686'>2686</a>
|
|
2752
|
-
<a name='L2687'></a><a href='#L2687'>2687</a>
|
|
2753
|
-
<a name='L2688'></a><a href='#L2688'>2688</a>
|
|
2754
|
-
<a name='L2689'></a><a href='#L2689'>2689</a>
|
|
2755
|
-
<a name='L2690'></a><a href='#L2690'>2690</a>
|
|
2756
|
-
<a name='L2691'></a><a href='#L2691'>2691</a>
|
|
2757
|
-
<a name='L2692'></a><a href='#L2692'>2692</a>
|
|
2758
|
-
<a name='L2693'></a><a href='#L2693'>2693</a>
|
|
2759
|
-
<a name='L2694'></a><a href='#L2694'>2694</a>
|
|
2760
|
-
<a name='L2695'></a><a href='#L2695'>2695</a>
|
|
2761
|
-
<a name='L2696'></a><a href='#L2696'>2696</a>
|
|
2762
|
-
<a name='L2697'></a><a href='#L2697'>2697</a>
|
|
2763
|
-
<a name='L2698'></a><a href='#L2698'>2698</a>
|
|
2764
|
-
<a name='L2699'></a><a href='#L2699'>2699</a>
|
|
2765
|
-
<a name='L2700'></a><a href='#L2700'>2700</a>
|
|
2766
|
-
<a name='L2701'></a><a href='#L2701'>2701</a>
|
|
2767
|
-
<a name='L2702'></a><a href='#L2702'>2702</a>
|
|
2768
|
-
<a name='L2703'></a><a href='#L2703'>2703</a>
|
|
2769
|
-
<a name='L2704'></a><a href='#L2704'>2704</a>
|
|
2770
|
-
<a name='L2705'></a><a href='#L2705'>2705</a>
|
|
2771
|
-
<a name='L2706'></a><a href='#L2706'>2706</a>
|
|
2772
|
-
<a name='L2707'></a><a href='#L2707'>2707</a>
|
|
2773
|
-
<a name='L2708'></a><a href='#L2708'>2708</a>
|
|
2774
|
-
<a name='L2709'></a><a href='#L2709'>2709</a>
|
|
2775
|
-
<a name='L2710'></a><a href='#L2710'>2710</a>
|
|
2776
|
-
<a name='L2711'></a><a href='#L2711'>2711</a>
|
|
2777
|
-
<a name='L2712'></a><a href='#L2712'>2712</a>
|
|
2778
|
-
<a name='L2713'></a><a href='#L2713'>2713</a>
|
|
2779
|
-
<a name='L2714'></a><a href='#L2714'>2714</a>
|
|
2780
|
-
<a name='L2715'></a><a href='#L2715'>2715</a>
|
|
2781
|
-
<a name='L2716'></a><a href='#L2716'>2716</a>
|
|
2782
|
-
<a name='L2717'></a><a href='#L2717'>2717</a>
|
|
2783
|
-
<a name='L2718'></a><a href='#L2718'>2718</a>
|
|
2784
|
-
<a name='L2719'></a><a href='#L2719'>2719</a>
|
|
2785
|
-
<a name='L2720'></a><a href='#L2720'>2720</a>
|
|
2786
|
-
<a name='L2721'></a><a href='#L2721'>2721</a>
|
|
2787
|
-
<a name='L2722'></a><a href='#L2722'>2722</a>
|
|
2788
|
-
<a name='L2723'></a><a href='#L2723'>2723</a>
|
|
2789
|
-
<a name='L2724'></a><a href='#L2724'>2724</a>
|
|
2790
|
-
<a name='L2725'></a><a href='#L2725'>2725</a>
|
|
2791
|
-
<a name='L2726'></a><a href='#L2726'>2726</a>
|
|
2792
|
-
<a name='L2727'></a><a href='#L2727'>2727</a>
|
|
2793
|
-
<a name='L2728'></a><a href='#L2728'>2728</a>
|
|
2794
|
-
<a name='L2729'></a><a href='#L2729'>2729</a>
|
|
2795
|
-
<a name='L2730'></a><a href='#L2730'>2730</a>
|
|
2796
|
-
<a name='L2731'></a><a href='#L2731'>2731</a>
|
|
2797
|
-
<a name='L2732'></a><a href='#L2732'>2732</a>
|
|
2798
|
-
<a name='L2733'></a><a href='#L2733'>2733</a>
|
|
2799
|
-
<a name='L2734'></a><a href='#L2734'>2734</a>
|
|
2800
|
-
<a name='L2735'></a><a href='#L2735'>2735</a>
|
|
2801
|
-
<a name='L2736'></a><a href='#L2736'>2736</a>
|
|
2802
|
-
<a name='L2737'></a><a href='#L2737'>2737</a>
|
|
2803
|
-
<a name='L2738'></a><a href='#L2738'>2738</a>
|
|
2804
|
-
<a name='L2739'></a><a href='#L2739'>2739</a>
|
|
2805
|
-
<a name='L2740'></a><a href='#L2740'>2740</a>
|
|
2806
|
-
<a name='L2741'></a><a href='#L2741'>2741</a>
|
|
2807
|
-
<a name='L2742'></a><a href='#L2742'>2742</a>
|
|
2808
|
-
<a name='L2743'></a><a href='#L2743'>2743</a>
|
|
2809
|
-
<a name='L2744'></a><a href='#L2744'>2744</a>
|
|
2810
|
-
<a name='L2745'></a><a href='#L2745'>2745</a>
|
|
2811
|
-
<a name='L2746'></a><a href='#L2746'>2746</a>
|
|
2812
|
-
<a name='L2747'></a><a href='#L2747'>2747</a>
|
|
2813
|
-
<a name='L2748'></a><a href='#L2748'>2748</a>
|
|
2814
|
-
<a name='L2749'></a><a href='#L2749'>2749</a>
|
|
2815
|
-
<a name='L2750'></a><a href='#L2750'>2750</a>
|
|
2816
|
-
<a name='L2751'></a><a href='#L2751'>2751</a>
|
|
2817
|
-
<a name='L2752'></a><a href='#L2752'>2752</a>
|
|
2818
|
-
<a name='L2753'></a><a href='#L2753'>2753</a>
|
|
2819
|
-
<a name='L2754'></a><a href='#L2754'>2754</a>
|
|
2820
|
-
<a name='L2755'></a><a href='#L2755'>2755</a>
|
|
2821
|
-
<a name='L2756'></a><a href='#L2756'>2756</a>
|
|
2822
|
-
<a name='L2757'></a><a href='#L2757'>2757</a>
|
|
2823
|
-
<a name='L2758'></a><a href='#L2758'>2758</a>
|
|
2824
|
-
<a name='L2759'></a><a href='#L2759'>2759</a>
|
|
2825
|
-
<a name='L2760'></a><a href='#L2760'>2760</a>
|
|
2826
|
-
<a name='L2761'></a><a href='#L2761'>2761</a>
|
|
2827
|
-
<a name='L2762'></a><a href='#L2762'>2762</a>
|
|
2828
|
-
<a name='L2763'></a><a href='#L2763'>2763</a>
|
|
2829
|
-
<a name='L2764'></a><a href='#L2764'>2764</a>
|
|
2830
|
-
<a name='L2765'></a><a href='#L2765'>2765</a>
|
|
2831
|
-
<a name='L2766'></a><a href='#L2766'>2766</a>
|
|
2832
|
-
<a name='L2767'></a><a href='#L2767'>2767</a>
|
|
2833
|
-
<a name='L2768'></a><a href='#L2768'>2768</a>
|
|
2834
|
-
<a name='L2769'></a><a href='#L2769'>2769</a>
|
|
2835
|
-
<a name='L2770'></a><a href='#L2770'>2770</a>
|
|
2836
|
-
<a name='L2771'></a><a href='#L2771'>2771</a>
|
|
2837
|
-
<a name='L2772'></a><a href='#L2772'>2772</a>
|
|
2838
|
-
<a name='L2773'></a><a href='#L2773'>2773</a>
|
|
2839
|
-
<a name='L2774'></a><a href='#L2774'>2774</a>
|
|
2840
|
-
<a name='L2775'></a><a href='#L2775'>2775</a>
|
|
2841
|
-
<a name='L2776'></a><a href='#L2776'>2776</a>
|
|
2842
|
-
<a name='L2777'></a><a href='#L2777'>2777</a>
|
|
2843
|
-
<a name='L2778'></a><a href='#L2778'>2778</a>
|
|
2844
|
-
<a name='L2779'></a><a href='#L2779'>2779</a>
|
|
2845
|
-
<a name='L2780'></a><a href='#L2780'>2780</a>
|
|
2846
|
-
<a name='L2781'></a><a href='#L2781'>2781</a>
|
|
2847
|
-
<a name='L2782'></a><a href='#L2782'>2782</a>
|
|
2848
|
-
<a name='L2783'></a><a href='#L2783'>2783</a>
|
|
2849
|
-
<a name='L2784'></a><a href='#L2784'>2784</a>
|
|
2850
|
-
<a name='L2785'></a><a href='#L2785'>2785</a>
|
|
2851
|
-
<a name='L2786'></a><a href='#L2786'>2786</a>
|
|
2852
|
-
<a name='L2787'></a><a href='#L2787'>2787</a>
|
|
2853
|
-
<a name='L2788'></a><a href='#L2788'>2788</a>
|
|
2854
|
-
<a name='L2789'></a><a href='#L2789'>2789</a>
|
|
2855
|
-
<a name='L2790'></a><a href='#L2790'>2790</a>
|
|
2856
|
-
<a name='L2791'></a><a href='#L2791'>2791</a>
|
|
2857
|
-
<a name='L2792'></a><a href='#L2792'>2792</a>
|
|
2858
|
-
<a name='L2793'></a><a href='#L2793'>2793</a>
|
|
2859
|
-
<a name='L2794'></a><a href='#L2794'>2794</a>
|
|
2860
|
-
<a name='L2795'></a><a href='#L2795'>2795</a>
|
|
2861
|
-
<a name='L2796'></a><a href='#L2796'>2796</a>
|
|
2862
|
-
<a name='L2797'></a><a href='#L2797'>2797</a>
|
|
2863
|
-
<a name='L2798'></a><a href='#L2798'>2798</a>
|
|
2864
|
-
<a name='L2799'></a><a href='#L2799'>2799</a>
|
|
2865
|
-
<a name='L2800'></a><a href='#L2800'>2800</a>
|
|
2866
|
-
<a name='L2801'></a><a href='#L2801'>2801</a>
|
|
2867
|
-
<a name='L2802'></a><a href='#L2802'>2802</a>
|
|
2868
|
-
<a name='L2803'></a><a href='#L2803'>2803</a>
|
|
2869
|
-
<a name='L2804'></a><a href='#L2804'>2804</a>
|
|
2870
|
-
<a name='L2805'></a><a href='#L2805'>2805</a>
|
|
2871
|
-
<a name='L2806'></a><a href='#L2806'>2806</a>
|
|
2872
|
-
<a name='L2807'></a><a href='#L2807'>2807</a>
|
|
2873
|
-
<a name='L2808'></a><a href='#L2808'>2808</a>
|
|
2874
|
-
<a name='L2809'></a><a href='#L2809'>2809</a>
|
|
2875
|
-
<a name='L2810'></a><a href='#L2810'>2810</a>
|
|
2876
|
-
<a name='L2811'></a><a href='#L2811'>2811</a>
|
|
2877
|
-
<a name='L2812'></a><a href='#L2812'>2812</a>
|
|
2878
|
-
<a name='L2813'></a><a href='#L2813'>2813</a>
|
|
2879
|
-
<a name='L2814'></a><a href='#L2814'>2814</a>
|
|
2880
|
-
<a name='L2815'></a><a href='#L2815'>2815</a>
|
|
2881
|
-
<a name='L2816'></a><a href='#L2816'>2816</a>
|
|
2882
|
-
<a name='L2817'></a><a href='#L2817'>2817</a>
|
|
2883
|
-
<a name='L2818'></a><a href='#L2818'>2818</a>
|
|
2884
|
-
<a name='L2819'></a><a href='#L2819'>2819</a>
|
|
2885
|
-
<a name='L2820'></a><a href='#L2820'>2820</a>
|
|
2886
|
-
<a name='L2821'></a><a href='#L2821'>2821</a>
|
|
2887
|
-
<a name='L2822'></a><a href='#L2822'>2822</a>
|
|
2888
|
-
<a name='L2823'></a><a href='#L2823'>2823</a>
|
|
2889
|
-
<a name='L2824'></a><a href='#L2824'>2824</a>
|
|
2890
|
-
<a name='L2825'></a><a href='#L2825'>2825</a>
|
|
2891
|
-
<a name='L2826'></a><a href='#L2826'>2826</a>
|
|
2892
|
-
<a name='L2827'></a><a href='#L2827'>2827</a></td><td class="line-coverage quiet"><span class="cline-any cline-yes">1604x</span>
|
|
2685
|
+
<a name='L2620'></a><a href='#L2620'>2620</a></td><td class="line-coverage quiet"><span class="cline-any cline-neutral"> </span>
|
|
2893
2686
|
<span class="cline-any cline-neutral"> </span>
|
|
2894
2687
|
<span class="cline-any cline-neutral"> </span>
|
|
2895
2688
|
<span class="cline-any cline-neutral"> </span>
|
|
2896
2689
|
<span class="cline-any cline-neutral"> </span>
|
|
2690
|
+
<span class="cline-any cline-yes">1x</span>
|
|
2897
2691
|
<span class="cline-any cline-neutral"> </span>
|
|
2898
2692
|
<span class="cline-any cline-yes">1x</span>
|
|
2899
2693
|
<span class="cline-any cline-neutral"> </span>
|
|
2900
2694
|
<span class="cline-any cline-yes">1x</span>
|
|
2695
|
+
<span class="cline-any cline-yes">1x</span>
|
|
2696
|
+
<span class="cline-any cline-yes">1x</span>
|
|
2697
|
+
<span class="cline-any cline-yes">1x</span>
|
|
2698
|
+
<span class="cline-any cline-yes">1x</span>
|
|
2699
|
+
<span class="cline-any cline-yes">1x</span>
|
|
2700
|
+
<span class="cline-any cline-yes">1x</span>
|
|
2701
|
+
<span class="cline-any cline-yes">1x</span>
|
|
2702
|
+
<span class="cline-any cline-yes">1x</span>
|
|
2703
|
+
<span class="cline-any cline-yes">1x</span>
|
|
2704
|
+
<span class="cline-any cline-yes">1x</span>
|
|
2705
|
+
<span class="cline-any cline-neutral"> </span>
|
|
2706
|
+
<span class="cline-any cline-neutral"> </span>
|
|
2707
|
+
<span class="cline-any cline-neutral"> </span>
|
|
2708
|
+
<span class="cline-any cline-neutral"> </span>
|
|
2709
|
+
<span class="cline-any cline-neutral"> </span>
|
|
2710
|
+
<span class="cline-any cline-neutral"> </span>
|
|
2901
2711
|
<span class="cline-any cline-neutral"> </span>
|
|
2902
2712
|
<span class="cline-any cline-yes">1x</span>
|
|
2903
2713
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -2914,6 +2724,10 @@
|
|
|
2914
2724
|
<span class="cline-any cline-neutral"> </span>
|
|
2915
2725
|
<span class="cline-any cline-neutral"> </span>
|
|
2916
2726
|
<span class="cline-any cline-neutral"> </span>
|
|
2727
|
+
<span class="cline-any cline-yes">1x</span>
|
|
2728
|
+
<span class="cline-any cline-neutral"> </span>
|
|
2729
|
+
<span class="cline-any cline-neutral"> </span>
|
|
2730
|
+
<span class="cline-any cline-neutral"> </span>
|
|
2917
2731
|
<span class="cline-any cline-neutral"> </span>
|
|
2918
2732
|
<span class="cline-any cline-neutral"> </span>
|
|
2919
2733
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -2924,6 +2738,8 @@
|
|
|
2924
2738
|
<span class="cline-any cline-neutral"> </span>
|
|
2925
2739
|
<span class="cline-any cline-neutral"> </span>
|
|
2926
2740
|
<span class="cline-any cline-neutral"> </span>
|
|
2741
|
+
<span class="cline-any cline-yes">1x</span>
|
|
2742
|
+
<span class="cline-any cline-neutral"> </span>
|
|
2927
2743
|
<span class="cline-any cline-neutral"> </span>
|
|
2928
2744
|
<span class="cline-any cline-neutral"> </span>
|
|
2929
2745
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -2935,46 +2751,105 @@
|
|
|
2935
2751
|
<span class="cline-any cline-neutral"> </span>
|
|
2936
2752
|
<span class="cline-any cline-neutral"> </span>
|
|
2937
2753
|
<span class="cline-any cline-neutral"> </span>
|
|
2938
|
-
<span class="cline-any cline-yes">
|
|
2754
|
+
<span class="cline-any cline-yes">26x</span>
|
|
2939
2755
|
<span class="cline-any cline-neutral"> </span>
|
|
2940
2756
|
<span class="cline-any cline-neutral"> </span>
|
|
2941
2757
|
<span class="cline-any cline-neutral"> </span>
|
|
2942
2758
|
<span class="cline-any cline-neutral"> </span>
|
|
2943
2759
|
<span class="cline-any cline-neutral"> </span>
|
|
2944
|
-
<span class="cline-any cline-yes">
|
|
2760
|
+
<span class="cline-any cline-yes">26x</span>
|
|
2945
2761
|
<span class="cline-any cline-neutral"> </span>
|
|
2946
2762
|
<span class="cline-any cline-neutral"> </span>
|
|
2947
2763
|
<span class="cline-any cline-neutral"> </span>
|
|
2948
2764
|
<span class="cline-any cline-neutral"> </span>
|
|
2949
2765
|
<span class="cline-any cline-neutral"> </span>
|
|
2950
|
-
<span class="cline-any cline-yes">
|
|
2766
|
+
<span class="cline-any cline-yes">26x</span>
|
|
2951
2767
|
<span class="cline-any cline-neutral"> </span>
|
|
2952
2768
|
<span class="cline-any cline-neutral"> </span>
|
|
2953
2769
|
<span class="cline-any cline-neutral"> </span>
|
|
2954
2770
|
<span class="cline-any cline-neutral"> </span>
|
|
2955
2771
|
<span class="cline-any cline-neutral"> </span>
|
|
2956
|
-
<span class="cline-any cline-yes">
|
|
2772
|
+
<span class="cline-any cline-yes">26x</span>
|
|
2773
|
+
<span class="cline-any cline-neutral"> </span>
|
|
2774
|
+
<span class="cline-any cline-neutral"> </span>
|
|
2775
|
+
<span class="cline-any cline-neutral"> </span>
|
|
2776
|
+
<span class="cline-any cline-neutral"> </span>
|
|
2777
|
+
<span class="cline-any cline-neutral"> </span>
|
|
2778
|
+
<span class="cline-any cline-yes">26x</span>
|
|
2779
|
+
<span class="cline-any cline-neutral"> </span>
|
|
2780
|
+
<span class="cline-any cline-neutral"> </span>
|
|
2781
|
+
<span class="cline-any cline-neutral"> </span>
|
|
2782
|
+
<span class="cline-any cline-neutral"> </span>
|
|
2783
|
+
<span class="cline-any cline-neutral"> </span>
|
|
2784
|
+
<span class="cline-any cline-yes">26x</span>
|
|
2785
|
+
<span class="cline-any cline-neutral"> </span>
|
|
2786
|
+
<span class="cline-any cline-neutral"> </span>
|
|
2787
|
+
<span class="cline-any cline-neutral"> </span>
|
|
2788
|
+
<span class="cline-any cline-neutral"> </span>
|
|
2789
|
+
<span class="cline-any cline-neutral"> </span>
|
|
2790
|
+
<span class="cline-any cline-yes">26x</span>
|
|
2791
|
+
<span class="cline-any cline-neutral"> </span>
|
|
2792
|
+
<span class="cline-any cline-neutral"> </span>
|
|
2793
|
+
<span class="cline-any cline-neutral"> </span>
|
|
2794
|
+
<span class="cline-any cline-neutral"> </span>
|
|
2795
|
+
<span class="cline-any cline-neutral"> </span>
|
|
2796
|
+
<span class="cline-any cline-yes">26x</span>
|
|
2797
|
+
<span class="cline-any cline-neutral"> </span>
|
|
2798
|
+
<span class="cline-any cline-neutral"> </span>
|
|
2799
|
+
<span class="cline-any cline-neutral"> </span>
|
|
2800
|
+
<span class="cline-any cline-neutral"> </span>
|
|
2801
|
+
<span class="cline-any cline-neutral"> </span>
|
|
2802
|
+
<span class="cline-any cline-yes">26x</span>
|
|
2803
|
+
<span class="cline-any cline-neutral"> </span>
|
|
2804
|
+
<span class="cline-any cline-neutral"> </span>
|
|
2805
|
+
<span class="cline-any cline-neutral"> </span>
|
|
2806
|
+
<span class="cline-any cline-neutral"> </span>
|
|
2807
|
+
<span class="cline-any cline-neutral"> </span>
|
|
2808
|
+
<span class="cline-any cline-yes">26x</span>
|
|
2809
|
+
<span class="cline-any cline-neutral"> </span>
|
|
2810
|
+
<span class="cline-any cline-neutral"> </span>
|
|
2811
|
+
<span class="cline-any cline-neutral"> </span>
|
|
2812
|
+
<span class="cline-any cline-neutral"> </span>
|
|
2813
|
+
<span class="cline-any cline-neutral"> </span>
|
|
2814
|
+
<span class="cline-any cline-yes">26x</span>
|
|
2815
|
+
<span class="cline-any cline-neutral"> </span>
|
|
2816
|
+
<span class="cline-any cline-neutral"> </span>
|
|
2957
2817
|
<span class="cline-any cline-neutral"> </span>
|
|
2958
2818
|
<span class="cline-any cline-neutral"> </span>
|
|
2959
2819
|
<span class="cline-any cline-neutral"> </span>
|
|
2820
|
+
<span class="cline-any cline-yes">26x</span>
|
|
2960
2821
|
<span class="cline-any cline-neutral"> </span>
|
|
2961
2822
|
<span class="cline-any cline-neutral"> </span>
|
|
2962
2823
|
<span class="cline-any cline-neutral"> </span>
|
|
2963
2824
|
<span class="cline-any cline-neutral"> </span>
|
|
2964
2825
|
<span class="cline-any cline-neutral"> </span>
|
|
2826
|
+
<span class="cline-any cline-yes">26x</span>
|
|
2827
|
+
<span class="cline-any cline-yes">26x</span>
|
|
2828
|
+
<span class="cline-any cline-yes">26x</span>
|
|
2829
|
+
<span class="cline-any cline-neutral"> </span>
|
|
2830
|
+
<span class="cline-any cline-neutral"> </span>
|
|
2831
|
+
<span class="cline-any cline-neutral"> </span>
|
|
2832
|
+
<span class="cline-any cline-no"> </span>
|
|
2965
2833
|
<span class="cline-any cline-neutral"> </span>
|
|
2966
|
-
<span class="cline-any cline-yes">29x</span>
|
|
2967
2834
|
<span class="cline-any cline-neutral"> </span>
|
|
2968
2835
|
<span class="cline-any cline-neutral"> </span>
|
|
2969
2836
|
<span class="cline-any cline-neutral"> </span>
|
|
2970
2837
|
<span class="cline-any cline-neutral"> </span>
|
|
2971
2838
|
<span class="cline-any cline-neutral"> </span>
|
|
2972
2839
|
<span class="cline-any cline-neutral"> </span>
|
|
2840
|
+
<span class="cline-any cline-no"> </span>
|
|
2841
|
+
<span class="cline-any cline-no"> </span>
|
|
2842
|
+
<span class="cline-any cline-no"> </span>
|
|
2843
|
+
<span class="cline-any cline-neutral"> </span>
|
|
2844
|
+
<span class="cline-any cline-no"> </span>
|
|
2845
|
+
<span class="cline-any cline-neutral"> </span>
|
|
2973
2846
|
<span class="cline-any cline-neutral"> </span>
|
|
2974
2847
|
<span class="cline-any cline-neutral"> </span>
|
|
2848
|
+
<span class="cline-any cline-no"> </span>
|
|
2849
|
+
<span class="cline-any cline-no"> </span>
|
|
2975
2850
|
<span class="cline-any cline-neutral"> </span>
|
|
2976
|
-
<span class="cline-any cline-yes">29x</span>
|
|
2977
2851
|
<span class="cline-any cline-neutral"> </span>
|
|
2852
|
+
<span class="cline-any cline-no"> </span>
|
|
2978
2853
|
<span class="cline-any cline-neutral"> </span>
|
|
2979
2854
|
<span class="cline-any cline-neutral"> </span>
|
|
2980
2855
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -2983,7 +2858,6 @@
|
|
|
2983
2858
|
<span class="cline-any cline-neutral"> </span>
|
|
2984
2859
|
<span class="cline-any cline-neutral"> </span>
|
|
2985
2860
|
<span class="cline-any cline-neutral"> </span>
|
|
2986
|
-
<span class="cline-any cline-yes">29x</span>
|
|
2987
2861
|
<span class="cline-any cline-neutral"> </span>
|
|
2988
2862
|
<span class="cline-any cline-neutral"> </span>
|
|
2989
2863
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -2993,7 +2867,6 @@
|
|
|
2993
2867
|
<span class="cline-any cline-neutral"> </span>
|
|
2994
2868
|
<span class="cline-any cline-neutral"> </span>
|
|
2995
2869
|
<span class="cline-any cline-neutral"> </span>
|
|
2996
|
-
<span class="cline-any cline-yes">29x</span>
|
|
2997
2870
|
<span class="cline-any cline-neutral"> </span>
|
|
2998
2871
|
<span class="cline-any cline-neutral"> </span>
|
|
2999
2872
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -3001,39 +2874,48 @@
|
|
|
3001
2874
|
<span class="cline-any cline-neutral"> </span>
|
|
3002
2875
|
<span class="cline-any cline-neutral"> </span>
|
|
3003
2876
|
<span class="cline-any cline-neutral"> </span>
|
|
2877
|
+
<span class="cline-any cline-no"> </span>
|
|
2878
|
+
<span class="cline-any cline-no"> </span>
|
|
3004
2879
|
<span class="cline-any cline-neutral"> </span>
|
|
2880
|
+
<span class="cline-any cline-no"> </span>
|
|
2881
|
+
<span class="cline-any cline-no"> </span>
|
|
3005
2882
|
<span class="cline-any cline-neutral"> </span>
|
|
3006
|
-
<span class="cline-any cline-yes">29x</span>
|
|
3007
2883
|
<span class="cline-any cline-neutral"> </span>
|
|
3008
2884
|
<span class="cline-any cline-neutral"> </span>
|
|
3009
2885
|
<span class="cline-any cline-neutral"> </span>
|
|
3010
2886
|
<span class="cline-any cline-neutral"> </span>
|
|
3011
2887
|
<span class="cline-any cline-neutral"> </span>
|
|
3012
2888
|
<span class="cline-any cline-neutral"> </span>
|
|
2889
|
+
<span class="cline-any cline-no"> </span>
|
|
2890
|
+
<span class="cline-any cline-no"> </span>
|
|
3013
2891
|
<span class="cline-any cline-neutral"> </span>
|
|
3014
2892
|
<span class="cline-any cline-neutral"> </span>
|
|
3015
2893
|
<span class="cline-any cline-neutral"> </span>
|
|
3016
|
-
<span class="cline-any cline-yes">29x</span>
|
|
3017
2894
|
<span class="cline-any cline-neutral"> </span>
|
|
3018
2895
|
<span class="cline-any cline-neutral"> </span>
|
|
3019
2896
|
<span class="cline-any cline-neutral"> </span>
|
|
3020
2897
|
<span class="cline-any cline-neutral"> </span>
|
|
2898
|
+
<span class="cline-any cline-no"> </span>
|
|
2899
|
+
<span class="cline-any cline-no"> </span>
|
|
2900
|
+
<span class="cline-any cline-no"> </span>
|
|
2901
|
+
<span class="cline-any cline-no"> </span>
|
|
3021
2902
|
<span class="cline-any cline-neutral"> </span>
|
|
2903
|
+
<span class="cline-any cline-no"> </span>
|
|
3022
2904
|
<span class="cline-any cline-neutral"> </span>
|
|
3023
2905
|
<span class="cline-any cline-neutral"> </span>
|
|
3024
2906
|
<span class="cline-any cline-neutral"> </span>
|
|
3025
2907
|
<span class="cline-any cline-neutral"> </span>
|
|
3026
|
-
<span class="cline-any cline-yes">29x</span>
|
|
3027
2908
|
<span class="cline-any cline-neutral"> </span>
|
|
3028
2909
|
<span class="cline-any cline-neutral"> </span>
|
|
3029
2910
|
<span class="cline-any cline-neutral"> </span>
|
|
3030
2911
|
<span class="cline-any cline-neutral"> </span>
|
|
2912
|
+
<span class="cline-any cline-no"> </span>
|
|
2913
|
+
<span class="cline-any cline-no"> </span>
|
|
3031
2914
|
<span class="cline-any cline-neutral"> </span>
|
|
3032
2915
|
<span class="cline-any cline-neutral"> </span>
|
|
3033
2916
|
<span class="cline-any cline-neutral"> </span>
|
|
3034
2917
|
<span class="cline-any cline-neutral"> </span>
|
|
3035
2918
|
<span class="cline-any cline-neutral"> </span>
|
|
3036
|
-
<span class="cline-any cline-yes">29x</span>
|
|
3037
2919
|
<span class="cline-any cline-neutral"> </span>
|
|
3038
2920
|
<span class="cline-any cline-neutral"> </span>
|
|
3039
2921
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -3043,7 +2925,6 @@
|
|
|
3043
2925
|
<span class="cline-any cline-neutral"> </span>
|
|
3044
2926
|
<span class="cline-any cline-neutral"> </span>
|
|
3045
2927
|
<span class="cline-any cline-neutral"> </span>
|
|
3046
|
-
<span class="cline-any cline-yes">29x</span>
|
|
3047
2928
|
<span class="cline-any cline-neutral"> </span>
|
|
3048
2929
|
<span class="cline-any cline-neutral"> </span>
|
|
3049
2930
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -3051,11 +2932,13 @@
|
|
|
3051
2932
|
<span class="cline-any cline-neutral"> </span>
|
|
3052
2933
|
<span class="cline-any cline-neutral"> </span>
|
|
3053
2934
|
<span class="cline-any cline-neutral"> </span>
|
|
2935
|
+
<span class="cline-any cline-no"> </span>
|
|
2936
|
+
<span class="cline-any cline-no"> </span>
|
|
3054
2937
|
<span class="cline-any cline-neutral"> </span>
|
|
3055
2938
|
<span class="cline-any cline-neutral"> </span>
|
|
3056
|
-
<span class="cline-any cline-yes">29x</span>
|
|
3057
2939
|
<span class="cline-any cline-neutral"> </span>
|
|
3058
2940
|
<span class="cline-any cline-neutral"> </span>
|
|
2941
|
+
<span class="cline-any cline-no"> </span>
|
|
3059
2942
|
<span class="cline-any cline-neutral"> </span>
|
|
3060
2943
|
<span class="cline-any cline-neutral"> </span>
|
|
3061
2944
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -3063,7 +2946,6 @@
|
|
|
3063
2946
|
<span class="cline-any cline-neutral"> </span>
|
|
3064
2947
|
<span class="cline-any cline-neutral"> </span>
|
|
3065
2948
|
<span class="cline-any cline-neutral"> </span>
|
|
3066
|
-
<span class="cline-any cline-yes">29x</span>
|
|
3067
2949
|
<span class="cline-any cline-neutral"> </span>
|
|
3068
2950
|
<span class="cline-any cline-neutral"> </span>
|
|
3069
2951
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -3073,19 +2955,31 @@
|
|
|
3073
2955
|
<span class="cline-any cline-neutral"> </span>
|
|
3074
2956
|
<span class="cline-any cline-neutral"> </span>
|
|
3075
2957
|
<span class="cline-any cline-neutral"> </span>
|
|
3076
|
-
<span class="cline-any cline-yes">29x</span>
|
|
3077
2958
|
<span class="cline-any cline-neutral"> </span>
|
|
3078
2959
|
<span class="cline-any cline-neutral"> </span>
|
|
3079
2960
|
<span class="cline-any cline-neutral"> </span>
|
|
3080
2961
|
<span class="cline-any cline-neutral"> </span>
|
|
3081
2962
|
<span class="cline-any cline-neutral"> </span>
|
|
3082
|
-
<span class="cline-any cline-yes">29x</span>
|
|
3083
|
-
<span class="cline-any cline-yes">29x</span>
|
|
3084
|
-
<span class="cline-any cline-yes">29x</span>
|
|
3085
2963
|
<span class="cline-any cline-neutral"> </span>
|
|
3086
2964
|
<span class="cline-any cline-neutral"> </span>
|
|
3087
2965
|
<span class="cline-any cline-neutral"> </span>
|
|
3088
2966
|
<span class="cline-any cline-no"> </span>
|
|
2967
|
+
<span class="cline-any cline-no"> </span>
|
|
2968
|
+
<span class="cline-any cline-neutral"> </span>
|
|
2969
|
+
<span class="cline-any cline-neutral"> </span>
|
|
2970
|
+
<span class="cline-any cline-neutral"> </span>
|
|
2971
|
+
<span class="cline-any cline-neutral"> </span>
|
|
2972
|
+
<span class="cline-any cline-neutral"> </span>
|
|
2973
|
+
<span class="cline-any cline-neutral"> </span>
|
|
2974
|
+
<span class="cline-any cline-neutral"> </span>
|
|
2975
|
+
<span class="cline-any cline-neutral"> </span>
|
|
2976
|
+
<span class="cline-any cline-neutral"> </span>
|
|
2977
|
+
<span class="cline-any cline-neutral"> </span>
|
|
2978
|
+
<span class="cline-any cline-neutral"> </span>
|
|
2979
|
+
<span class="cline-any cline-neutral"> </span>
|
|
2980
|
+
<span class="cline-any cline-neutral"> </span>
|
|
2981
|
+
<span class="cline-any cline-neutral"> </span>
|
|
2982
|
+
<span class="cline-any cline-neutral"> </span>
|
|
3089
2983
|
<span class="cline-any cline-neutral"> </span>
|
|
3090
2984
|
<span class="cline-any cline-neutral"> </span>
|
|
3091
2985
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -3097,6 +2991,9 @@
|
|
|
3097
2991
|
<span class="cline-any cline-no"> </span>
|
|
3098
2992
|
<span class="cline-any cline-no"> </span>
|
|
3099
2993
|
<span class="cline-any cline-neutral"> </span>
|
|
2994
|
+
<span class="cline-any cline-neutral"> </span>
|
|
2995
|
+
<span class="cline-any cline-neutral"> </span>
|
|
2996
|
+
<span class="cline-any cline-neutral"> </span>
|
|
3100
2997
|
<span class="cline-any cline-no"> </span>
|
|
3101
2998
|
<span class="cline-any cline-neutral"> </span>
|
|
3102
2999
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -3132,7 +3029,6 @@
|
|
|
3132
3029
|
<span class="cline-any cline-neutral"> </span>
|
|
3133
3030
|
<span class="cline-any cline-no"> </span>
|
|
3134
3031
|
<span class="cline-any cline-no"> </span>
|
|
3135
|
-
<span class="cline-any cline-no"> </span>
|
|
3136
3032
|
<span class="cline-any cline-neutral"> </span>
|
|
3137
3033
|
<span class="cline-any cline-no"> </span>
|
|
3138
3034
|
<span class="cline-any cline-no"> </span>
|
|
@@ -3286,7 +3182,6 @@
|
|
|
3286
3182
|
<span class="cline-any cline-neutral"> </span>
|
|
3287
3183
|
<span class="cline-any cline-no"> </span>
|
|
3288
3184
|
<span class="cline-any cline-no"> </span>
|
|
3289
|
-
<span class="cline-any cline-no"> </span>
|
|
3290
3185
|
<span class="cline-any cline-neutral"> </span>
|
|
3291
3186
|
<span class="cline-any cline-no"> </span>
|
|
3292
3187
|
<span class="cline-any cline-no"> </span>
|
|
@@ -3440,7 +3335,6 @@
|
|
|
3440
3335
|
<span class="cline-any cline-neutral"> </span>
|
|
3441
3336
|
<span class="cline-any cline-no"> </span>
|
|
3442
3337
|
<span class="cline-any cline-no"> </span>
|
|
3443
|
-
<span class="cline-any cline-no"> </span>
|
|
3444
3338
|
<span class="cline-any cline-neutral"> </span>
|
|
3445
3339
|
<span class="cline-any cline-no"> </span>
|
|
3446
3340
|
<span class="cline-any cline-no"> </span>
|
|
@@ -3594,7 +3488,6 @@
|
|
|
3594
3488
|
<span class="cline-any cline-neutral"> </span>
|
|
3595
3489
|
<span class="cline-any cline-no"> </span>
|
|
3596
3490
|
<span class="cline-any cline-no"> </span>
|
|
3597
|
-
<span class="cline-any cline-no"> </span>
|
|
3598
3491
|
<span class="cline-any cline-neutral"> </span>
|
|
3599
3492
|
<span class="cline-any cline-no"> </span>
|
|
3600
3493
|
<span class="cline-any cline-no"> </span>
|
|
@@ -3746,11 +3639,10 @@
|
|
|
3746
3639
|
<span class="cline-any cline-neutral"> </span>
|
|
3747
3640
|
<span class="cline-any cline-neutral"> </span>
|
|
3748
3641
|
<span class="cline-any cline-neutral"> </span>
|
|
3749
|
-
<span class="cline-any cline-
|
|
3750
|
-
<span class="cline-any cline-
|
|
3751
|
-
<span class="cline-any cline-yes">52x</span>
|
|
3642
|
+
<span class="cline-any cline-no"> </span>
|
|
3643
|
+
<span class="cline-any cline-no"> </span>
|
|
3752
3644
|
<span class="cline-any cline-neutral"> </span>
|
|
3753
|
-
<span class="cline-any cline-
|
|
3645
|
+
<span class="cline-any cline-no"> </span>
|
|
3754
3646
|
<span class="cline-any cline-no"> </span>
|
|
3755
3647
|
<span class="cline-any cline-neutral"> </span>
|
|
3756
3648
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -3759,7 +3651,7 @@
|
|
|
3759
3651
|
<span class="cline-any cline-neutral"> </span>
|
|
3760
3652
|
<span class="cline-any cline-neutral"> </span>
|
|
3761
3653
|
<span class="cline-any cline-neutral"> </span>
|
|
3762
|
-
<span class="cline-any cline-
|
|
3654
|
+
<span class="cline-any cline-no"> </span>
|
|
3763
3655
|
<span class="cline-any cline-no"> </span>
|
|
3764
3656
|
<span class="cline-any cline-neutral"> </span>
|
|
3765
3657
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -3768,10 +3660,10 @@
|
|
|
3768
3660
|
<span class="cline-any cline-neutral"> </span>
|
|
3769
3661
|
<span class="cline-any cline-neutral"> </span>
|
|
3770
3662
|
<span class="cline-any cline-neutral"> </span>
|
|
3771
|
-
<span class="cline-any cline-
|
|
3772
|
-
<span class="cline-any cline-
|
|
3773
|
-
<span class="cline-any cline-
|
|
3774
|
-
<span class="cline-any cline-
|
|
3663
|
+
<span class="cline-any cline-no"> </span>
|
|
3664
|
+
<span class="cline-any cline-no"> </span>
|
|
3665
|
+
<span class="cline-any cline-no"> </span>
|
|
3666
|
+
<span class="cline-any cline-no"> </span>
|
|
3775
3667
|
<span class="cline-any cline-neutral"> </span>
|
|
3776
3668
|
<span class="cline-any cline-no"> </span>
|
|
3777
3669
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -3782,8 +3674,8 @@
|
|
|
3782
3674
|
<span class="cline-any cline-neutral"> </span>
|
|
3783
3675
|
<span class="cline-any cline-neutral"> </span>
|
|
3784
3676
|
<span class="cline-any cline-neutral"> </span>
|
|
3785
|
-
<span class="cline-any cline-
|
|
3786
|
-
<span class="cline-any cline-
|
|
3677
|
+
<span class="cline-any cline-no"> </span>
|
|
3678
|
+
<span class="cline-any cline-no"> </span>
|
|
3787
3679
|
<span class="cline-any cline-neutral"> </span>
|
|
3788
3680
|
<span class="cline-any cline-neutral"> </span>
|
|
3789
3681
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -3836,8 +3728,8 @@
|
|
|
3836
3728
|
<span class="cline-any cline-neutral"> </span>
|
|
3837
3729
|
<span class="cline-any cline-neutral"> </span>
|
|
3838
3730
|
<span class="cline-any cline-neutral"> </span>
|
|
3839
|
-
<span class="cline-any cline-
|
|
3840
|
-
<span class="cline-any cline-
|
|
3731
|
+
<span class="cline-any cline-no"> </span>
|
|
3732
|
+
<span class="cline-any cline-no"> </span>
|
|
3841
3733
|
<span class="cline-any cline-neutral"> </span>
|
|
3842
3734
|
<span class="cline-any cline-neutral"> </span>
|
|
3843
3735
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -3860,14 +3752,14 @@
|
|
|
3860
3752
|
<span class="cline-any cline-neutral"> </span>
|
|
3861
3753
|
<span class="cline-any cline-neutral"> </span>
|
|
3862
3754
|
<span class="cline-any cline-neutral"> </span>
|
|
3863
|
-
<span class="cline-any cline-
|
|
3864
|
-
<span class="cline-any cline-
|
|
3865
|
-
<span class="cline-any cline-
|
|
3755
|
+
<span class="cline-any cline-no"> </span>
|
|
3756
|
+
<span class="cline-any cline-no"> </span>
|
|
3757
|
+
<span class="cline-any cline-no"> </span>
|
|
3866
3758
|
<span class="cline-any cline-neutral"> </span>
|
|
3867
3759
|
<span class="cline-any cline-neutral"> </span>
|
|
3868
3760
|
<span class="cline-any cline-neutral"> </span>
|
|
3869
3761
|
<span class="cline-any cline-neutral"> </span>
|
|
3870
|
-
<span class="cline-any cline-
|
|
3762
|
+
<span class="cline-any cline-no"> </span>
|
|
3871
3763
|
<span class="cline-any cline-neutral"> </span>
|
|
3872
3764
|
<span class="cline-any cline-neutral"> </span>
|
|
3873
3765
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -3900,11 +3792,10 @@
|
|
|
3900
3792
|
<span class="cline-any cline-neutral"> </span>
|
|
3901
3793
|
<span class="cline-any cline-neutral"> </span>
|
|
3902
3794
|
<span class="cline-any cline-neutral"> </span>
|
|
3903
|
-
<span class="cline-any cline-
|
|
3904
|
-
<span class="cline-any cline-
|
|
3905
|
-
<span class="cline-any cline-yes">174x</span>
|
|
3795
|
+
<span class="cline-any cline-no"> </span>
|
|
3796
|
+
<span class="cline-any cline-no"> </span>
|
|
3906
3797
|
<span class="cline-any cline-neutral"> </span>
|
|
3907
|
-
<span class="cline-any cline-
|
|
3798
|
+
<span class="cline-any cline-no"> </span>
|
|
3908
3799
|
<span class="cline-any cline-no"> </span>
|
|
3909
3800
|
<span class="cline-any cline-neutral"> </span>
|
|
3910
3801
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -3913,7 +3804,7 @@
|
|
|
3913
3804
|
<span class="cline-any cline-neutral"> </span>
|
|
3914
3805
|
<span class="cline-any cline-neutral"> </span>
|
|
3915
3806
|
<span class="cline-any cline-neutral"> </span>
|
|
3916
|
-
<span class="cline-any cline-
|
|
3807
|
+
<span class="cline-any cline-no"> </span>
|
|
3917
3808
|
<span class="cline-any cline-no"> </span>
|
|
3918
3809
|
<span class="cline-any cline-neutral"> </span>
|
|
3919
3810
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -3922,10 +3813,10 @@
|
|
|
3922
3813
|
<span class="cline-any cline-neutral"> </span>
|
|
3923
3814
|
<span class="cline-any cline-neutral"> </span>
|
|
3924
3815
|
<span class="cline-any cline-neutral"> </span>
|
|
3925
|
-
<span class="cline-any cline-
|
|
3926
|
-
<span class="cline-any cline-
|
|
3927
|
-
<span class="cline-any cline-
|
|
3928
|
-
<span class="cline-any cline-
|
|
3816
|
+
<span class="cline-any cline-no"> </span>
|
|
3817
|
+
<span class="cline-any cline-no"> </span>
|
|
3818
|
+
<span class="cline-any cline-no"> </span>
|
|
3819
|
+
<span class="cline-any cline-no"> </span>
|
|
3929
3820
|
<span class="cline-any cline-neutral"> </span>
|
|
3930
3821
|
<span class="cline-any cline-no"> </span>
|
|
3931
3822
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -3936,8 +3827,8 @@
|
|
|
3936
3827
|
<span class="cline-any cline-neutral"> </span>
|
|
3937
3828
|
<span class="cline-any cline-neutral"> </span>
|
|
3938
3829
|
<span class="cline-any cline-neutral"> </span>
|
|
3939
|
-
<span class="cline-any cline-
|
|
3940
|
-
<span class="cline-any cline-
|
|
3830
|
+
<span class="cline-any cline-no"> </span>
|
|
3831
|
+
<span class="cline-any cline-no"> </span>
|
|
3941
3832
|
<span class="cline-any cline-neutral"> </span>
|
|
3942
3833
|
<span class="cline-any cline-neutral"> </span>
|
|
3943
3834
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -3990,15 +3881,8 @@
|
|
|
3990
3881
|
<span class="cline-any cline-neutral"> </span>
|
|
3991
3882
|
<span class="cline-any cline-neutral"> </span>
|
|
3992
3883
|
<span class="cline-any cline-neutral"> </span>
|
|
3993
|
-
<span class="cline-any cline-
|
|
3994
|
-
<span class="cline-any cline-
|
|
3995
|
-
<span class="cline-any cline-neutral"> </span>
|
|
3996
|
-
<span class="cline-any cline-neutral"> </span>
|
|
3997
|
-
<span class="cline-any cline-neutral"> </span>
|
|
3998
|
-
<span class="cline-any cline-neutral"> </span>
|
|
3999
|
-
<span class="cline-any cline-neutral"> </span>
|
|
4000
|
-
<span class="cline-any cline-neutral"> </span>
|
|
4001
|
-
<span class="cline-any cline-neutral"> </span>
|
|
3884
|
+
<span class="cline-any cline-no"> </span>
|
|
3885
|
+
<span class="cline-any cline-no"> </span>
|
|
4002
3886
|
<span class="cline-any cline-neutral"> </span>
|
|
4003
3887
|
<span class="cline-any cline-neutral"> </span>
|
|
4004
3888
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -4014,21 +3898,18 @@
|
|
|
4014
3898
|
<span class="cline-any cline-neutral"> </span>
|
|
4015
3899
|
<span class="cline-any cline-neutral"> </span>
|
|
4016
3900
|
<span class="cline-any cline-neutral"> </span>
|
|
4017
|
-
<span class="cline-any cline-yes">174x</span>
|
|
4018
|
-
<span class="cline-any cline-yes">174x</span>
|
|
4019
|
-
<span class="cline-any cline-yes">174x</span>
|
|
4020
3901
|
<span class="cline-any cline-neutral"> </span>
|
|
4021
3902
|
<span class="cline-any cline-neutral"> </span>
|
|
4022
3903
|
<span class="cline-any cline-neutral"> </span>
|
|
4023
3904
|
<span class="cline-any cline-neutral"> </span>
|
|
4024
|
-
<span class="cline-any cline-yes">174x</span>
|
|
4025
3905
|
<span class="cline-any cline-neutral"> </span>
|
|
4026
3906
|
<span class="cline-any cline-neutral"> </span>
|
|
4027
3907
|
<span class="cline-any cline-neutral"> </span>
|
|
4028
3908
|
<span class="cline-any cline-no"> </span>
|
|
4029
3909
|
<span class="cline-any cline-no"> </span>
|
|
4030
3910
|
<span class="cline-any cline-no"> </span>
|
|
4031
|
-
<span class="cline-any cline-
|
|
3911
|
+
<span class="cline-any cline-neutral"> </span>
|
|
3912
|
+
<span class="cline-any cline-neutral"> </span>
|
|
4032
3913
|
<span class="cline-any cline-neutral"> </span>
|
|
4033
3914
|
<span class="cline-any cline-neutral"> </span>
|
|
4034
3915
|
<span class="cline-any cline-no"> </span>
|
|
@@ -4066,7 +3947,6 @@
|
|
|
4066
3947
|
<span class="cline-any cline-neutral"> </span>
|
|
4067
3948
|
<span class="cline-any cline-no"> </span>
|
|
4068
3949
|
<span class="cline-any cline-no"> </span>
|
|
4069
|
-
<span class="cline-any cline-no"> </span>
|
|
4070
3950
|
<span class="cline-any cline-neutral"> </span>
|
|
4071
3951
|
<span class="cline-any cline-no"> </span>
|
|
4072
3952
|
<span class="cline-any cline-no"> </span>
|
|
@@ -4222,7 +4102,6 @@
|
|
|
4222
4102
|
<span class="cline-any cline-neutral"> </span>
|
|
4223
4103
|
<span class="cline-any cline-no"> </span>
|
|
4224
4104
|
<span class="cline-any cline-no"> </span>
|
|
4225
|
-
<span class="cline-any cline-no"> </span>
|
|
4226
4105
|
<span class="cline-any cline-neutral"> </span>
|
|
4227
4106
|
<span class="cline-any cline-no"> </span>
|
|
4228
4107
|
<span class="cline-any cline-no"> </span>
|
|
@@ -4368,7 +4247,6 @@
|
|
|
4368
4247
|
<span class="cline-any cline-neutral"> </span>
|
|
4369
4248
|
<span class="cline-any cline-no"> </span>
|
|
4370
4249
|
<span class="cline-any cline-no"> </span>
|
|
4371
|
-
<span class="cline-any cline-no"> </span>
|
|
4372
4250
|
<span class="cline-any cline-neutral"> </span>
|
|
4373
4251
|
<span class="cline-any cline-no"> </span>
|
|
4374
4252
|
<span class="cline-any cline-no"> </span>
|
|
@@ -4524,7 +4402,6 @@
|
|
|
4524
4402
|
<span class="cline-any cline-neutral"> </span>
|
|
4525
4403
|
<span class="cline-any cline-no"> </span>
|
|
4526
4404
|
<span class="cline-any cline-no"> </span>
|
|
4527
|
-
<span class="cline-any cline-no"> </span>
|
|
4528
4405
|
<span class="cline-any cline-neutral"> </span>
|
|
4529
4406
|
<span class="cline-any cline-no"> </span>
|
|
4530
4407
|
<span class="cline-any cline-no"> </span>
|
|
@@ -4678,11 +4555,10 @@
|
|
|
4678
4555
|
<span class="cline-any cline-neutral"> </span>
|
|
4679
4556
|
<span class="cline-any cline-neutral"> </span>
|
|
4680
4557
|
<span class="cline-any cline-neutral"> </span>
|
|
4681
|
-
<span class="cline-any cline-
|
|
4682
|
-
<span class="cline-any cline-
|
|
4683
|
-
<span class="cline-any cline-yes">1x</span>
|
|
4558
|
+
<span class="cline-any cline-no"> </span>
|
|
4559
|
+
<span class="cline-any cline-no"> </span>
|
|
4684
4560
|
<span class="cline-any cline-neutral"> </span>
|
|
4685
|
-
<span class="cline-any cline-
|
|
4561
|
+
<span class="cline-any cline-no"> </span>
|
|
4686
4562
|
<span class="cline-any cline-no"> </span>
|
|
4687
4563
|
<span class="cline-any cline-neutral"> </span>
|
|
4688
4564
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -4691,7 +4567,7 @@
|
|
|
4691
4567
|
<span class="cline-any cline-neutral"> </span>
|
|
4692
4568
|
<span class="cline-any cline-neutral"> </span>
|
|
4693
4569
|
<span class="cline-any cline-neutral"> </span>
|
|
4694
|
-
<span class="cline-any cline-
|
|
4570
|
+
<span class="cline-any cline-no"> </span>
|
|
4695
4571
|
<span class="cline-any cline-no"> </span>
|
|
4696
4572
|
<span class="cline-any cline-neutral"> </span>
|
|
4697
4573
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -4700,10 +4576,10 @@
|
|
|
4700
4576
|
<span class="cline-any cline-neutral"> </span>
|
|
4701
4577
|
<span class="cline-any cline-neutral"> </span>
|
|
4702
4578
|
<span class="cline-any cline-neutral"> </span>
|
|
4703
|
-
<span class="cline-any cline-
|
|
4704
|
-
<span class="cline-any cline-
|
|
4705
|
-
<span class="cline-any cline-
|
|
4706
|
-
<span class="cline-any cline-
|
|
4579
|
+
<span class="cline-any cline-no"> </span>
|
|
4580
|
+
<span class="cline-any cline-no"> </span>
|
|
4581
|
+
<span class="cline-any cline-no"> </span>
|
|
4582
|
+
<span class="cline-any cline-no"> </span>
|
|
4707
4583
|
<span class="cline-any cline-neutral"> </span>
|
|
4708
4584
|
<span class="cline-any cline-no"> </span>
|
|
4709
4585
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -4714,8 +4590,8 @@
|
|
|
4714
4590
|
<span class="cline-any cline-neutral"> </span>
|
|
4715
4591
|
<span class="cline-any cline-neutral"> </span>
|
|
4716
4592
|
<span class="cline-any cline-neutral"> </span>
|
|
4717
|
-
<span class="cline-any cline-
|
|
4718
|
-
<span class="cline-any cline-
|
|
4593
|
+
<span class="cline-any cline-no"> </span>
|
|
4594
|
+
<span class="cline-any cline-no"> </span>
|
|
4719
4595
|
<span class="cline-any cline-neutral"> </span>
|
|
4720
4596
|
<span class="cline-any cline-neutral"> </span>
|
|
4721
4597
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -4768,8 +4644,8 @@
|
|
|
4768
4644
|
<span class="cline-any cline-neutral"> </span>
|
|
4769
4645
|
<span class="cline-any cline-neutral"> </span>
|
|
4770
4646
|
<span class="cline-any cline-neutral"> </span>
|
|
4771
|
-
<span class="cline-any cline-
|
|
4772
|
-
<span class="cline-any cline-
|
|
4647
|
+
<span class="cline-any cline-no"> </span>
|
|
4648
|
+
<span class="cline-any cline-no"> </span>
|
|
4773
4649
|
<span class="cline-any cline-neutral"> </span>
|
|
4774
4650
|
<span class="cline-any cline-neutral"> </span>
|
|
4775
4651
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -4792,14 +4668,14 @@
|
|
|
4792
4668
|
<span class="cline-any cline-neutral"> </span>
|
|
4793
4669
|
<span class="cline-any cline-neutral"> </span>
|
|
4794
4670
|
<span class="cline-any cline-neutral"> </span>
|
|
4795
|
-
<span class="cline-any cline-
|
|
4796
|
-
<span class="cline-any cline-
|
|
4797
|
-
<span class="cline-any cline-
|
|
4671
|
+
<span class="cline-any cline-no"> </span>
|
|
4672
|
+
<span class="cline-any cline-no"> </span>
|
|
4673
|
+
<span class="cline-any cline-no"> </span>
|
|
4798
4674
|
<span class="cline-any cline-neutral"> </span>
|
|
4799
4675
|
<span class="cline-any cline-neutral"> </span>
|
|
4800
4676
|
<span class="cline-any cline-neutral"> </span>
|
|
4801
4677
|
<span class="cline-any cline-neutral"> </span>
|
|
4802
|
-
<span class="cline-any cline-
|
|
4678
|
+
<span class="cline-any cline-no"> </span>
|
|
4803
4679
|
<span class="cline-any cline-neutral"> </span>
|
|
4804
4680
|
<span class="cline-any cline-neutral"> </span>
|
|
4805
4681
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -4838,23 +4714,15 @@
|
|
|
4838
4714
|
<span class="cline-any cline-neutral"> </span>
|
|
4839
4715
|
<span class="cline-any cline-no"> </span>
|
|
4840
4716
|
<span class="cline-any cline-no"> </span>
|
|
4841
|
-
<span class="cline-any cline-neutral"> </span>
|
|
4842
|
-
<span class="cline-any cline-no"> </span>
|
|
4843
|
-
<span class="cline-any cline-neutral"> </span>
|
|
4844
|
-
<span class="cline-any cline-no"> </span>
|
|
4845
|
-
<span class="cline-any cline-no"> </span>
|
|
4846
|
-
<span class="cline-any cline-neutral"> </span>
|
|
4847
4717
|
<span class="cline-any cline-no"> </span>
|
|
4848
4718
|
<span class="cline-any cline-no"> </span>
|
|
4849
4719
|
<span class="cline-any cline-no"> </span>
|
|
4850
|
-
<span class="cline-any cline-neutral"> </span>
|
|
4851
4720
|
<span class="cline-any cline-no"> </span>
|
|
4852
4721
|
<span class="cline-any cline-no"> </span>
|
|
4853
4722
|
<span class="cline-any cline-no"> </span>
|
|
4854
4723
|
<span class="cline-any cline-no"> </span>
|
|
4855
4724
|
<span class="cline-any cline-neutral"> </span>
|
|
4856
4725
|
<span class="cline-any cline-neutral"> </span>
|
|
4857
|
-
<span class="cline-any cline-neutral"> </span>
|
|
4858
4726
|
<span class="cline-any cline-no"> </span>
|
|
4859
4727
|
<span class="cline-any cline-neutral"> </span>
|
|
4860
4728
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -4894,23 +4762,15 @@
|
|
|
4894
4762
|
<span class="cline-any cline-neutral"> </span>
|
|
4895
4763
|
<span class="cline-any cline-no"> </span>
|
|
4896
4764
|
<span class="cline-any cline-no"> </span>
|
|
4897
|
-
<span class="cline-any cline-neutral"> </span>
|
|
4898
|
-
<span class="cline-any cline-no"> </span>
|
|
4899
|
-
<span class="cline-any cline-neutral"> </span>
|
|
4900
|
-
<span class="cline-any cline-no"> </span>
|
|
4901
|
-
<span class="cline-any cline-no"> </span>
|
|
4902
|
-
<span class="cline-any cline-neutral"> </span>
|
|
4903
4765
|
<span class="cline-any cline-no"> </span>
|
|
4904
4766
|
<span class="cline-any cline-no"> </span>
|
|
4905
4767
|
<span class="cline-any cline-no"> </span>
|
|
4906
|
-
<span class="cline-any cline-neutral"> </span>
|
|
4907
4768
|
<span class="cline-any cline-no"> </span>
|
|
4908
4769
|
<span class="cline-any cline-no"> </span>
|
|
4909
4770
|
<span class="cline-any cline-no"> </span>
|
|
4910
4771
|
<span class="cline-any cline-no"> </span>
|
|
4911
4772
|
<span class="cline-any cline-neutral"> </span>
|
|
4912
4773
|
<span class="cline-any cline-neutral"> </span>
|
|
4913
|
-
<span class="cline-any cline-neutral"> </span>
|
|
4914
4774
|
<span class="cline-any cline-no"> </span>
|
|
4915
4775
|
<span class="cline-any cline-neutral"> </span>
|
|
4916
4776
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -4950,23 +4810,15 @@
|
|
|
4950
4810
|
<span class="cline-any cline-neutral"> </span>
|
|
4951
4811
|
<span class="cline-any cline-no"> </span>
|
|
4952
4812
|
<span class="cline-any cline-no"> </span>
|
|
4953
|
-
<span class="cline-any cline-neutral"> </span>
|
|
4954
|
-
<span class="cline-any cline-no"> </span>
|
|
4955
|
-
<span class="cline-any cline-neutral"> </span>
|
|
4956
|
-
<span class="cline-any cline-no"> </span>
|
|
4957
|
-
<span class="cline-any cline-no"> </span>
|
|
4958
|
-
<span class="cline-any cline-neutral"> </span>
|
|
4959
4813
|
<span class="cline-any cline-no"> </span>
|
|
4960
4814
|
<span class="cline-any cline-no"> </span>
|
|
4961
4815
|
<span class="cline-any cline-no"> </span>
|
|
4962
|
-
<span class="cline-any cline-neutral"> </span>
|
|
4963
4816
|
<span class="cline-any cline-no"> </span>
|
|
4964
4817
|
<span class="cline-any cline-no"> </span>
|
|
4965
4818
|
<span class="cline-any cline-no"> </span>
|
|
4966
4819
|
<span class="cline-any cline-no"> </span>
|
|
4967
4820
|
<span class="cline-any cline-neutral"> </span>
|
|
4968
4821
|
<span class="cline-any cline-neutral"> </span>
|
|
4969
|
-
<span class="cline-any cline-neutral"> </span>
|
|
4970
4822
|
<span class="cline-any cline-no"> </span>
|
|
4971
4823
|
<span class="cline-any cline-neutral"> </span>
|
|
4972
4824
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -5006,23 +4858,15 @@
|
|
|
5006
4858
|
<span class="cline-any cline-neutral"> </span>
|
|
5007
4859
|
<span class="cline-any cline-no"> </span>
|
|
5008
4860
|
<span class="cline-any cline-no"> </span>
|
|
5009
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5010
|
-
<span class="cline-any cline-no"> </span>
|
|
5011
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5012
|
-
<span class="cline-any cline-no"> </span>
|
|
5013
|
-
<span class="cline-any cline-no"> </span>
|
|
5014
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5015
4861
|
<span class="cline-any cline-no"> </span>
|
|
5016
4862
|
<span class="cline-any cline-no"> </span>
|
|
5017
4863
|
<span class="cline-any cline-no"> </span>
|
|
5018
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5019
4864
|
<span class="cline-any cline-no"> </span>
|
|
5020
4865
|
<span class="cline-any cline-no"> </span>
|
|
5021
4866
|
<span class="cline-any cline-no"> </span>
|
|
5022
4867
|
<span class="cline-any cline-no"> </span>
|
|
5023
4868
|
<span class="cline-any cline-neutral"> </span>
|
|
5024
4869
|
<span class="cline-any cline-neutral"> </span>
|
|
5025
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5026
4870
|
<span class="cline-any cline-no"> </span>
|
|
5027
4871
|
<span class="cline-any cline-neutral"> </span>
|
|
5028
4872
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -5062,23 +4906,15 @@
|
|
|
5062
4906
|
<span class="cline-any cline-neutral"> </span>
|
|
5063
4907
|
<span class="cline-any cline-no"> </span>
|
|
5064
4908
|
<span class="cline-any cline-no"> </span>
|
|
5065
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5066
|
-
<span class="cline-any cline-no"> </span>
|
|
5067
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5068
|
-
<span class="cline-any cline-no"> </span>
|
|
5069
|
-
<span class="cline-any cline-no"> </span>
|
|
5070
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5071
4909
|
<span class="cline-any cline-no"> </span>
|
|
5072
4910
|
<span class="cline-any cline-no"> </span>
|
|
5073
4911
|
<span class="cline-any cline-no"> </span>
|
|
5074
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5075
4912
|
<span class="cline-any cline-no"> </span>
|
|
5076
4913
|
<span class="cline-any cline-no"> </span>
|
|
5077
4914
|
<span class="cline-any cline-no"> </span>
|
|
5078
4915
|
<span class="cline-any cline-no"> </span>
|
|
5079
4916
|
<span class="cline-any cline-neutral"> </span>
|
|
5080
4917
|
<span class="cline-any cline-neutral"> </span>
|
|
5081
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5082
4918
|
<span class="cline-any cline-no"> </span>
|
|
5083
4919
|
<span class="cline-any cline-neutral"> </span>
|
|
5084
4920
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -5118,23 +4954,15 @@
|
|
|
5118
4954
|
<span class="cline-any cline-neutral"> </span>
|
|
5119
4955
|
<span class="cline-any cline-no"> </span>
|
|
5120
4956
|
<span class="cline-any cline-no"> </span>
|
|
5121
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5122
|
-
<span class="cline-any cline-no"> </span>
|
|
5123
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5124
|
-
<span class="cline-any cline-no"> </span>
|
|
5125
|
-
<span class="cline-any cline-no"> </span>
|
|
5126
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5127
4957
|
<span class="cline-any cline-no"> </span>
|
|
5128
4958
|
<span class="cline-any cline-no"> </span>
|
|
5129
4959
|
<span class="cline-any cline-no"> </span>
|
|
5130
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5131
4960
|
<span class="cline-any cline-no"> </span>
|
|
5132
4961
|
<span class="cline-any cline-no"> </span>
|
|
5133
4962
|
<span class="cline-any cline-no"> </span>
|
|
5134
4963
|
<span class="cline-any cline-no"> </span>
|
|
5135
4964
|
<span class="cline-any cline-neutral"> </span>
|
|
5136
4965
|
<span class="cline-any cline-neutral"> </span>
|
|
5137
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5138
4966
|
<span class="cline-any cline-no"> </span>
|
|
5139
4967
|
<span class="cline-any cline-neutral"> </span>
|
|
5140
4968
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -5174,23 +5002,15 @@
|
|
|
5174
5002
|
<span class="cline-any cline-neutral"> </span>
|
|
5175
5003
|
<span class="cline-any cline-no"> </span>
|
|
5176
5004
|
<span class="cline-any cline-no"> </span>
|
|
5177
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5178
|
-
<span class="cline-any cline-no"> </span>
|
|
5179
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5180
|
-
<span class="cline-any cline-no"> </span>
|
|
5181
|
-
<span class="cline-any cline-no"> </span>
|
|
5182
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5183
5005
|
<span class="cline-any cline-no"> </span>
|
|
5184
5006
|
<span class="cline-any cline-no"> </span>
|
|
5185
5007
|
<span class="cline-any cline-no"> </span>
|
|
5186
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5187
5008
|
<span class="cline-any cline-no"> </span>
|
|
5188
5009
|
<span class="cline-any cline-no"> </span>
|
|
5189
5010
|
<span class="cline-any cline-no"> </span>
|
|
5190
5011
|
<span class="cline-any cline-no"> </span>
|
|
5191
5012
|
<span class="cline-any cline-neutral"> </span>
|
|
5192
5013
|
<span class="cline-any cline-neutral"> </span>
|
|
5193
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5194
5014
|
<span class="cline-any cline-no"> </span>
|
|
5195
5015
|
<span class="cline-any cline-neutral"> </span>
|
|
5196
5016
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -5230,23 +5050,15 @@
|
|
|
5230
5050
|
<span class="cline-any cline-neutral"> </span>
|
|
5231
5051
|
<span class="cline-any cline-no"> </span>
|
|
5232
5052
|
<span class="cline-any cline-no"> </span>
|
|
5233
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5234
|
-
<span class="cline-any cline-no"> </span>
|
|
5235
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5236
|
-
<span class="cline-any cline-no"> </span>
|
|
5237
|
-
<span class="cline-any cline-no"> </span>
|
|
5238
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5239
5053
|
<span class="cline-any cline-no"> </span>
|
|
5240
5054
|
<span class="cline-any cline-no"> </span>
|
|
5241
5055
|
<span class="cline-any cline-no"> </span>
|
|
5242
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5243
5056
|
<span class="cline-any cline-no"> </span>
|
|
5244
5057
|
<span class="cline-any cline-no"> </span>
|
|
5245
5058
|
<span class="cline-any cline-no"> </span>
|
|
5246
5059
|
<span class="cline-any cline-no"> </span>
|
|
5247
5060
|
<span class="cline-any cline-neutral"> </span>
|
|
5248
5061
|
<span class="cline-any cline-neutral"> </span>
|
|
5249
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5250
5062
|
<span class="cline-any cline-no"> </span>
|
|
5251
5063
|
<span class="cline-any cline-neutral"> </span>
|
|
5252
5064
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -5311,23 +5123,15 @@
|
|
|
5311
5123
|
<span class="cline-any cline-neutral"> </span>
|
|
5312
5124
|
<span class="cline-any cline-no"> </span>
|
|
5313
5125
|
<span class="cline-any cline-no"> </span>
|
|
5314
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5315
|
-
<span class="cline-any cline-no"> </span>
|
|
5316
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5317
|
-
<span class="cline-any cline-no"> </span>
|
|
5318
|
-
<span class="cline-any cline-no"> </span>
|
|
5319
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5320
5126
|
<span class="cline-any cline-no"> </span>
|
|
5321
5127
|
<span class="cline-any cline-no"> </span>
|
|
5322
5128
|
<span class="cline-any cline-no"> </span>
|
|
5323
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5324
5129
|
<span class="cline-any cline-no"> </span>
|
|
5325
5130
|
<span class="cline-any cline-no"> </span>
|
|
5326
5131
|
<span class="cline-any cline-no"> </span>
|
|
5327
5132
|
<span class="cline-any cline-no"> </span>
|
|
5328
5133
|
<span class="cline-any cline-neutral"> </span>
|
|
5329
5134
|
<span class="cline-any cline-neutral"> </span>
|
|
5330
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5331
5135
|
<span class="cline-any cline-no"> </span>
|
|
5332
5136
|
<span class="cline-any cline-neutral"> </span>
|
|
5333
5137
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -5367,23 +5171,15 @@
|
|
|
5367
5171
|
<span class="cline-any cline-neutral"> </span>
|
|
5368
5172
|
<span class="cline-any cline-no"> </span>
|
|
5369
5173
|
<span class="cline-any cline-no"> </span>
|
|
5370
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5371
|
-
<span class="cline-any cline-no"> </span>
|
|
5372
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5373
|
-
<span class="cline-any cline-no"> </span>
|
|
5374
|
-
<span class="cline-any cline-no"> </span>
|
|
5375
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5376
5174
|
<span class="cline-any cline-no"> </span>
|
|
5377
5175
|
<span class="cline-any cline-no"> </span>
|
|
5378
5176
|
<span class="cline-any cline-no"> </span>
|
|
5379
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5380
5177
|
<span class="cline-any cline-no"> </span>
|
|
5381
5178
|
<span class="cline-any cline-no"> </span>
|
|
5382
5179
|
<span class="cline-any cline-no"> </span>
|
|
5383
5180
|
<span class="cline-any cline-no"> </span>
|
|
5384
5181
|
<span class="cline-any cline-neutral"> </span>
|
|
5385
5182
|
<span class="cline-any cline-neutral"> </span>
|
|
5386
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5387
5183
|
<span class="cline-any cline-no"> </span>
|
|
5388
5184
|
<span class="cline-any cline-neutral"> </span>
|
|
5389
5185
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -5423,147 +5219,37 @@
|
|
|
5423
5219
|
<span class="cline-any cline-neutral"> </span>
|
|
5424
5220
|
<span class="cline-any cline-no"> </span>
|
|
5425
5221
|
<span class="cline-any cline-no"> </span>
|
|
5426
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5427
|
-
<span class="cline-any cline-no"> </span>
|
|
5428
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5429
|
-
<span class="cline-any cline-no"> </span>
|
|
5430
|
-
<span class="cline-any cline-no"> </span>
|
|
5431
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5432
|
-
<span class="cline-any cline-no"> </span>
|
|
5433
|
-
<span class="cline-any cline-no"> </span>
|
|
5434
|
-
<span class="cline-any cline-no"> </span>
|
|
5435
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5436
5222
|
<span class="cline-any cline-no"> </span>
|
|
5437
5223
|
<span class="cline-any cline-no"> </span>
|
|
5438
5224
|
<span class="cline-any cline-no"> </span>
|
|
5439
5225
|
<span class="cline-any cline-no"> </span>
|
|
5440
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5441
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5442
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5443
5226
|
<span class="cline-any cline-no"> </span>
|
|
5444
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5445
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5446
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5447
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5448
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5449
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5450
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5451
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5452
5227
|
<span class="cline-any cline-no"> </span>
|
|
5453
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5454
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5455
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5456
5228
|
<span class="cline-any cline-no"> </span>
|
|
5457
5229
|
<span class="cline-any cline-neutral"> </span>
|
|
5458
5230
|
<span class="cline-any cline-neutral"> </span>
|
|
5459
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5460
5231
|
<span class="cline-any cline-no"> </span>
|
|
5461
5232
|
<span class="cline-any cline-neutral"> </span>
|
|
5462
5233
|
<span class="cline-any cline-neutral"> </span>
|
|
5463
5234
|
<span class="cline-any cline-neutral"> </span>
|
|
5464
|
-
<span class="cline-any cline-yes">29x</span>
|
|
5465
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5466
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5467
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5468
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5469
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5470
|
-
<span class="cline-any cline-no"> </span>
|
|
5471
|
-
<span class="cline-any cline-no"> </span>
|
|
5472
|
-
<span class="cline-any cline-no"> </span>
|
|
5473
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5474
|
-
<span class="cline-any cline-no"> </span>
|
|
5475
|
-
<span class="cline-any cline-no"> </span>
|
|
5476
|
-
<span class="cline-any cline-no"> </span>
|
|
5477
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5478
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5479
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5480
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5481
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5482
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5483
|
-
<span class="cline-any cline-no"> </span>
|
|
5484
|
-
<span class="cline-any cline-no"> </span>
|
|
5485
|
-
<span class="cline-any cline-no"> </span>
|
|
5486
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5487
|
-
<span class="cline-any cline-no"> </span>
|
|
5488
|
-
<span class="cline-any cline-no"> </span>
|
|
5489
|
-
<span class="cline-any cline-no"> </span>
|
|
5490
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5491
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5492
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5493
|
-
<span class="cline-any cline-yes">170x</span>
|
|
5494
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5495
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5496
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5497
|
-
<span class="cline-any cline-no"> </span>
|
|
5498
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5499
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5500
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5501
|
-
<span class="cline-any cline-no"> </span>
|
|
5502
|
-
<span class="cline-any cline-no"> </span>
|
|
5503
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5504
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5505
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5506
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5507
|
-
<span class="cline-any cline-no"> </span>
|
|
5508
|
-
<span class="cline-any cline-no"> </span>
|
|
5509
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5510
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5511
|
-
<span class="cline-any cline-no"> </span>
|
|
5512
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5513
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5514
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5515
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5516
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5517
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5518
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5519
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5520
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5521
5235
|
<span class="cline-any cline-neutral"> </span>
|
|
5522
5236
|
<span class="cline-any cline-neutral"> </span>
|
|
5523
5237
|
<span class="cline-any cline-neutral"> </span>
|
|
5524
5238
|
<span class="cline-any cline-neutral"> </span>
|
|
5525
5239
|
<span class="cline-any cline-neutral"> </span>
|
|
5526
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5527
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5528
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5529
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5530
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5531
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5532
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5533
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5534
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5535
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5536
|
-
<span class="cline-any cline-no"> </span>
|
|
5537
|
-
<span class="cline-any cline-no"> </span>
|
|
5538
5240
|
<span class="cline-any cline-no"> </span>
|
|
5539
5241
|
<span class="cline-any cline-neutral"> </span>
|
|
5540
|
-
<span class="cline-any cline-no"> </span>
|
|
5541
|
-
<span class="cline-any cline-no"> </span>
|
|
5542
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5543
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5544
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5545
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5546
5242
|
<span class="cline-any cline-neutral"> </span>
|
|
5547
5243
|
<span class="cline-any cline-neutral"> </span>
|
|
5548
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5549
|
-
<span class="cline-any cline-no"> </span>
|
|
5550
5244
|
<span class="cline-any cline-no"> </span>
|
|
5551
5245
|
<span class="cline-any cline-neutral"> </span>
|
|
5552
5246
|
<span class="cline-any cline-neutral"> </span>
|
|
5553
5247
|
<span class="cline-any cline-neutral"> </span>
|
|
5554
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5555
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5556
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5557
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5558
|
-
<span class="cline-any cline-no"> </span>
|
|
5559
|
-
<span class="cline-any cline-no"> </span>
|
|
5560
|
-
<span class="cline-any cline-no"> </span>
|
|
5561
|
-
<span class="cline-any cline-no"> </span>
|
|
5562
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5563
5248
|
<span class="cline-any cline-no"> </span>
|
|
5564
5249
|
<span class="cline-any cline-neutral"> </span>
|
|
5565
5250
|
<span class="cline-any cline-neutral"> </span>
|
|
5566
5251
|
<span class="cline-any cline-neutral"> </span>
|
|
5252
|
+
<span class="cline-any cline-yes">26x</span>
|
|
5567
5253
|
<span class="cline-any cline-neutral"> </span>
|
|
5568
5254
|
<span class="cline-any cline-neutral"> </span>
|
|
5569
5255
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -5571,58 +5257,9 @@
|
|
|
5571
5257
|
<span class="cline-any cline-neutral"> </span>
|
|
5572
5258
|
<span class="cline-any cline-no"> </span>
|
|
5573
5259
|
<span class="cline-any cline-no"> </span>
|
|
5574
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5575
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5576
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5577
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5578
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5579
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5580
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5581
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5582
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5583
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5584
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5585
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5586
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5587
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5588
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5589
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5590
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5591
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5592
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5593
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5594
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5595
|
-
<span class="cline-any cline-no"> </span>
|
|
5596
5260
|
<span class="cline-any cline-no"> </span>
|
|
5597
5261
|
<span class="cline-any cline-neutral"> </span>
|
|
5598
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5599
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5600
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5601
5262
|
<span class="cline-any cline-no"> </span>
|
|
5602
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5603
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5604
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5605
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5606
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5607
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5608
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5609
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5610
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5611
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5612
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5613
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5614
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5615
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5616
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5617
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5618
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5619
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5620
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5621
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5622
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5623
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5624
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5625
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5626
5263
|
<span class="cline-any cline-no"> </span>
|
|
5627
5264
|
<span class="cline-any cline-no"> </span>
|
|
5628
5265
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -5631,77 +5268,26 @@
|
|
|
5631
5268
|
<span class="cline-any cline-neutral"> </span>
|
|
5632
5269
|
<span class="cline-any cline-neutral"> </span>
|
|
5633
5270
|
<span class="cline-any cline-neutral"> </span>
|
|
5634
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5635
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5636
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5637
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5638
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5639
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5640
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5641
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5642
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5643
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5644
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5645
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5646
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5647
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5648
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5649
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5650
|
-
<span class="cline-any cline-no"> </span>
|
|
5651
5271
|
<span class="cline-any cline-no"> </span>
|
|
5652
5272
|
<span class="cline-any cline-no"> </span>
|
|
5653
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5654
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5655
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5656
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5657
5273
|
<span class="cline-any cline-no"> </span>
|
|
5658
5274
|
<span class="cline-any cline-neutral"> </span>
|
|
5659
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5660
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5661
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5662
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5663
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5664
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5665
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5666
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5667
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5668
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5669
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5670
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5671
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5672
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5673
|
-
<span class="cline-any cline-no"> </span>
|
|
5674
5275
|
<span class="cline-any cline-no"> </span>
|
|
5675
5276
|
<span class="cline-any cline-no"> </span>
|
|
5676
5277
|
<span class="cline-any cline-no"> </span>
|
|
5677
5278
|
<span class="cline-any cline-neutral"> </span>
|
|
5678
5279
|
<span class="cline-any cline-neutral"> </span>
|
|
5679
|
-
<span class="cline-any cline-no"> </span>
|
|
5680
5280
|
<span class="cline-any cline-neutral"> </span>
|
|
5681
|
-
<span class="cline-any cline-
|
|
5281
|
+
<span class="cline-any cline-yes">83x</span>
|
|
5682
5282
|
<span class="cline-any cline-neutral"> </span>
|
|
5683
5283
|
<span class="cline-any cline-neutral"> </span>
|
|
5684
5284
|
<span class="cline-any cline-neutral"> </span>
|
|
5685
5285
|
<span class="cline-any cline-no"> </span>
|
|
5686
|
-
<span class="cline-any cline-no"> </span>
|
|
5687
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5688
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5689
5286
|
<span class="cline-any cline-neutral"> </span>
|
|
5690
5287
|
<span class="cline-any cline-neutral"> </span>
|
|
5691
5288
|
<span class="cline-any cline-neutral"> </span>
|
|
5692
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5693
|
-
<span class="cline-any cline-no"> </span>
|
|
5694
|
-
<span class="cline-any cline-no"> </span>
|
|
5695
|
-
<span class="cline-any cline-no"> </span>
|
|
5696
|
-
<span class="cline-any cline-no"> </span>
|
|
5697
|
-
<span class="cline-any cline-no"> </span>
|
|
5698
5289
|
<span class="cline-any cline-no"> </span>
|
|
5699
5290
|
<span class="cline-any cline-no"> </span>
|
|
5700
|
-
<span class="cline-any cline-no"> </span>
|
|
5701
|
-
<span class="cline-any cline-no"> </span>
|
|
5702
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5703
|
-
<span class="cline-any cline-neutral"> </span>
|
|
5704
|
-
<span class="cline-any cline-no"> </span>
|
|
5705
5291
|
<span class="cline-any cline-neutral"> </span>
|
|
5706
5292
|
<span class="cline-any cline-neutral"> </span>
|
|
5707
5293
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -5715,45 +5301,40 @@
|
|
|
5715
5301
|
<span class="cline-any cline-neutral"> </span>
|
|
5716
5302
|
<span class="cline-any cline-neutral"> </span>
|
|
5717
5303
|
<span class="cline-any cline-neutral"> </span>
|
|
5718
|
-
<span class="cline-any cline-neutral"> </span></td><td class="text"><pre class="prettyprint lang-js"
|
|
5719
|
-
//================================================================================
|
|
5304
|
+
<span class="cline-any cline-neutral"> </span></td><td class="text"><pre class="prettyprint lang-js">//================================================================================
|
|
5720
5305
|
// 从这里开始到结尾注释之间的代码由 NASL Workbench 自动生成,请不手动修改!
|
|
5721
5306
|
// ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓
|
|
5722
5307
|
//================================================================================
|
|
5723
5308
|
import { EventPayload, Params } from '../common/EventEmitter';
|
|
5724
|
-
import { concept, excludedInJSON, property,
|
|
5309
|
+
import { concept, excludedInJSON, property, className } from '../decorators';
|
|
5725
5310
|
|
|
5726
5311
|
import * as utils from '../utils';
|
|
5727
|
-
import * as types from './utils/types';
|
|
5728
|
-
import * as asserts from './utils/asserts';
|
|
5729
5312
|
import { v4 as uuidv4 } from 'uuid';
|
|
5730
5313
|
import BaseNode from '../common/BaseNode';
|
|
5731
|
-
import
|
|
5732
|
-
import
|
|
5733
|
-
import
|
|
5734
|
-
import
|
|
5735
|
-
import
|
|
5736
|
-
import
|
|
5737
|
-
import
|
|
5738
|
-
import
|
|
5739
|
-
import
|
|
5740
|
-
import
|
|
5314
|
+
import Process from './Process__';
|
|
5315
|
+
import Structure from './Structure__';
|
|
5316
|
+
import Enum from './Enum__';
|
|
5317
|
+
import Logic from './Logic__';
|
|
5318
|
+
import Function from './Function__';
|
|
5319
|
+
import Interface from './Interface__';
|
|
5320
|
+
import View from './View__';
|
|
5321
|
+
import Variable from './Variable__';
|
|
5322
|
+
import ViewComponent from './ViewComponent__';
|
|
5323
|
+
import ProcessComponent from './ProcessComponent__';
|
|
5741
5324
|
|
|
5742
5325
|
/**
|
|
5743
5326
|
* 命名空间
|
|
5744
5327
|
*/
|
|
5328
|
+
@className
|
|
5745
5329
|
@concept('命名空间')
|
|
5330
|
+
// @ts-ignore
|
|
5746
5331
|
export class Namespace extends BaseNode {
|
|
5747
5332
|
/** 类名 */
|
|
5748
|
-
static readonly ConceptName
|
|
5749
|
-
|
|
5750
|
-
/** 继承链 */
|
|
5751
|
-
static readonly inheritanceChain: string[] = ['BaseNode'];
|
|
5333
|
+
static readonly ConceptName = 'Namespace';
|
|
5752
5334
|
|
|
5753
5335
|
/**
|
|
5754
5336
|
* 产品概念
|
|
5755
5337
|
*/
|
|
5756
|
-
@property('concept')
|
|
5757
5338
|
// @ts-ignore
|
|
5758
5339
|
readonly concept!: 'Namespace';
|
|
5759
5340
|
|
|
@@ -5761,144 +5342,100 @@ export class Namespace extends BaseNode {
|
|
|
5761
5342
|
* 表示是从实体还是流程等概念产生的
|
|
5762
5343
|
*/
|
|
5763
5344
|
@property()
|
|
5345
|
+
// @ts-ignore
|
|
5764
5346
|
originConcept!: string;
|
|
5765
5347
|
|
|
5766
5348
|
/**
|
|
5767
5349
|
* 命名空间名称
|
|
5768
5350
|
*/
|
|
5769
5351
|
@property()
|
|
5352
|
+
// @ts-ignore
|
|
5770
5353
|
name!: string;
|
|
5771
5354
|
|
|
5772
5355
|
/**
|
|
5773
5356
|
* 命名空间标题
|
|
5774
5357
|
*/
|
|
5775
5358
|
@property()
|
|
5359
|
+
// @ts-ignore
|
|
5776
5360
|
title!: string;
|
|
5777
5361
|
|
|
5778
5362
|
/**
|
|
5779
5363
|
* 命名空间描述
|
|
5780
5364
|
*/
|
|
5781
5365
|
@property()
|
|
5366
|
+
// @ts-ignore
|
|
5782
5367
|
description!: string;
|
|
5783
5368
|
|
|
5784
5369
|
/**
|
|
5785
5370
|
* 命名空间列表
|
|
5786
5371
|
*/
|
|
5787
|
-
@property(
|
|
5788
|
-
objectRef: 'Namespace',
|
|
5789
|
-
isArray: true,
|
|
5790
|
-
defaultValue: [],
|
|
5791
|
-
})
|
|
5372
|
+
@property('Namespace')
|
|
5792
5373
|
children: Array<Namespace> = [];
|
|
5793
5374
|
|
|
5794
5375
|
/**
|
|
5795
5376
|
* 流程列表
|
|
5796
5377
|
*/
|
|
5797
|
-
@property(
|
|
5798
|
-
objectRef: 'Process',
|
|
5799
|
-
isArray: true,
|
|
5800
|
-
defaultValue: [],
|
|
5801
|
-
})
|
|
5378
|
+
@property('Process')
|
|
5802
5379
|
processes: Array<Process> = [];
|
|
5803
5380
|
|
|
5804
5381
|
/**
|
|
5805
5382
|
* 数据结构列表
|
|
5806
5383
|
*/
|
|
5807
|
-
@property(
|
|
5808
|
-
objectRef: 'Structure',
|
|
5809
|
-
isArray: true,
|
|
5810
|
-
defaultValue: [],
|
|
5811
|
-
})
|
|
5384
|
+
@property('Structure')
|
|
5812
5385
|
structures: Array<Structure> = [];
|
|
5813
5386
|
|
|
5814
5387
|
/**
|
|
5815
5388
|
* 枚举列表
|
|
5816
5389
|
*/
|
|
5817
|
-
@property(
|
|
5818
|
-
objectRef: 'Enum',
|
|
5819
|
-
isArray: true,
|
|
5820
|
-
defaultValue: [],
|
|
5821
|
-
})
|
|
5390
|
+
@property('Enum')
|
|
5822
5391
|
enums: Array<Enum> = [];
|
|
5823
5392
|
|
|
5824
5393
|
/**
|
|
5825
5394
|
* 逻辑列表
|
|
5826
5395
|
*/
|
|
5827
|
-
@property(
|
|
5828
|
-
objectRef: 'Logic',
|
|
5829
|
-
isArray: true,
|
|
5830
|
-
defaultValue: [],
|
|
5831
|
-
})
|
|
5396
|
+
@property('Logic')
|
|
5832
5397
|
logics: Array<Logic> = [];
|
|
5833
5398
|
|
|
5834
5399
|
/**
|
|
5835
5400
|
* 函数列表
|
|
5836
5401
|
*/
|
|
5837
|
-
@property(
|
|
5838
|
-
objectRef: 'Function',
|
|
5839
|
-
isArray: true,
|
|
5840
|
-
defaultValue: [],
|
|
5841
|
-
})
|
|
5402
|
+
@property('Function')
|
|
5842
5403
|
functions: Array<Function> = [];
|
|
5843
5404
|
|
|
5844
5405
|
/**
|
|
5845
5406
|
* 接口列表
|
|
5846
5407
|
*/
|
|
5847
|
-
@property(
|
|
5848
|
-
|
|
5849
|
-
isArray: true,
|
|
5850
|
-
defaultValue: [],
|
|
5851
|
-
})
|
|
5852
|
-
interfaces: Array<AbstractInterface> = [];
|
|
5408
|
+
@property('Interface')
|
|
5409
|
+
interfaces: Array<Interface> = [];
|
|
5853
5410
|
|
|
5854
5411
|
/**
|
|
5855
5412
|
* 页面列表
|
|
5856
5413
|
*/
|
|
5857
|
-
@property(
|
|
5858
|
-
objectRef: 'View',
|
|
5859
|
-
isArray: true,
|
|
5860
|
-
defaultValue: [],
|
|
5861
|
-
})
|
|
5414
|
+
@property('View')
|
|
5862
5415
|
views: Array<View> = [];
|
|
5863
5416
|
|
|
5864
5417
|
/**
|
|
5865
5418
|
* 变量列表
|
|
5866
5419
|
*/
|
|
5867
|
-
@property(
|
|
5868
|
-
objectRef: 'Variable',
|
|
5869
|
-
isArray: true,
|
|
5870
|
-
defaultValue: [],
|
|
5871
|
-
})
|
|
5420
|
+
@property('Variable')
|
|
5872
5421
|
frontendVariables: Array<Variable> = [];
|
|
5873
5422
|
|
|
5874
5423
|
/**
|
|
5875
5424
|
* 变量列表
|
|
5876
5425
|
*/
|
|
5877
|
-
@property(
|
|
5878
|
-
objectRef: 'Variable',
|
|
5879
|
-
isArray: true,
|
|
5880
|
-
defaultValue: [],
|
|
5881
|
-
})
|
|
5426
|
+
@property('Variable')
|
|
5882
5427
|
variables: Array<Variable> = [];
|
|
5883
5428
|
|
|
5884
5429
|
/**
|
|
5885
5430
|
* 页面组件列表
|
|
5886
5431
|
*/
|
|
5887
|
-
@property(
|
|
5888
|
-
objectRef: 'ViewComponent',
|
|
5889
|
-
isArray: true,
|
|
5890
|
-
defaultValue: [],
|
|
5891
|
-
})
|
|
5432
|
+
@property('ViewComponent')
|
|
5892
5433
|
viewComponents: Array<ViewComponent> = [];
|
|
5893
5434
|
|
|
5894
5435
|
/**
|
|
5895
5436
|
* 流程组件列表
|
|
5896
5437
|
*/
|
|
5897
|
-
@property(
|
|
5898
|
-
objectRef: 'ProcessComponent',
|
|
5899
|
-
isArray: true,
|
|
5900
|
-
defaultValue: [],
|
|
5901
|
-
})
|
|
5438
|
+
@property('ProcessComponent')
|
|
5902
5439
|
processComponents: Array<ProcessComponent> = [];
|
|
5903
5440
|
|
|
5904
5441
|
/**
|
|
@@ -5910,7 +5447,7 @@ export class Namespace extends BaseNode {
|
|
|
5910
5447
|
super.subConstructor(source);
|
|
5911
5448
|
}
|
|
5912
5449
|
|
|
5913
|
-
<span class="fstat-no" title="function not covered" > static
|
|
5450
|
+
<span class="fstat-no" title="function not covered" > static </span>from(source: any, parentNode?: any, parentKey?: string): Namespace {
|
|
5914
5451
|
<span class="cstat-no" title="statement not covered" > return super.from(source, parentNode, parentKey) as Namespace;</span>
|
|
5915
5452
|
}
|
|
5916
5453
|
|
|
@@ -5918,7 +5455,7 @@ export class Namespace extends BaseNode {
|
|
|
5918
5455
|
* 从父级删除该节点
|
|
5919
5456
|
* @internal
|
|
5920
5457
|
*/
|
|
5921
|
-
<span class="fstat-no" title="function not covered" > _delete() {
|
|
5458
|
+
<span class="fstat-no" title="function not covered" > _delete(</span>) {
|
|
5922
5459
|
let params: Params = <span class="cstat-no" title="statement not covered" >null;</span>
|
|
5923
5460
|
<span class="cstat-no" title="statement not covered" > if (this.parentNode) {</span>
|
|
5924
5461
|
<span class="cstat-no" title="statement not covered" > params = (this.parentNode as any)?.__removeNamespace?.(this);</span>
|
|
@@ -5926,11 +5463,11 @@ export class Namespace extends BaseNode {
|
|
|
5926
5463
|
<span class="cstat-no" title="statement not covered" > return params;</span>
|
|
5927
5464
|
}
|
|
5928
5465
|
|
|
5929
|
-
<span class="fstat-no" title="function not covered" > getNamespaceExistingNames(
|
|
5466
|
+
<span class="fstat-no" title="function not covered" > getNamespaceExistingNames(</span>excludedList: Array<Namespace> = <span class="branch-0 cbranch-no" title="branch not covered" >[])</span> {
|
|
5930
5467
|
const excludedSet = <span class="cstat-no" title="statement not covered" >new Set(excludedList);</span>
|
|
5931
|
-
<span class="cstat-no" title="statement not covered" > return ((this.children as Namespace[]) || []).filter(
|
|
5468
|
+
<span class="cstat-no" title="statement not covered" > return ((this.children as Namespace[]) || []).filter(<span class="fstat-no" title="function not covered" >(i</span>tem) => <span class="cstat-no" title="statement not covered" >!excludedSet.has(item))</span>.map(<span class="fstat-no" title="function not covered" >(i</span>tem) => <span class="cstat-no" title="statement not covered" >item.name)</span>;</span>
|
|
5932
5469
|
}
|
|
5933
|
-
<span class="fstat-no" title="function not covered" > getNamespaceUniqueName(
|
|
5470
|
+
<span class="fstat-no" title="function not covered" > getNamespaceUniqueName(</span>name = <span class="branch-0 cbranch-no" title="branch not covered" >'namespace1')</span> {
|
|
5934
5471
|
<span class="cstat-no" title="statement not covered" > return utils.unique(name, this.getNamespaceExistingNames(), undefined, false);</span>
|
|
5935
5472
|
}
|
|
5936
5473
|
|
|
@@ -5955,10 +5492,9 @@ export class Namespace extends BaseNode {
|
|
|
5955
5492
|
*/
|
|
5956
5493
|
_insertNamespaceAt(namespace: Namespace, index: number): Namespace;
|
|
5957
5494
|
|
|
5958
|
-
<span class="fstat-no" title="function not covered" > _insertNamespaceAt(
|
|
5495
|
+
<span class="fstat-no" title="function not covered" > _insertNamespaceAt(</span>options: string | Partial<Namespace> | Namespace, index: number) {
|
|
5959
5496
|
const namespaceOptions: any = <span class="cstat-no" title="statement not covered" >{};</span>
|
|
5960
5497
|
const relationOptions = <span class="cstat-no" title="statement not covered" >{ parentNode: this, parentKey: 'children' };</span>
|
|
5961
|
-
const <span class="cstat-no" title="statement not covered" >Namespace = getConceptConstructor('Namespace');</span>
|
|
5962
5498
|
let namespace: Namespace;
|
|
5963
5499
|
<span class="cstat-no" title="statement not covered" > if (!options) {</span>
|
|
5964
5500
|
<span class="cstat-no" title="statement not covered" > namespace = Namespace.from(</span>
|
|
@@ -5969,7 +5505,7 @@ export class Namespace extends BaseNode {
|
|
|
5969
5505
|
this,
|
|
5970
5506
|
'children',
|
|
5971
5507
|
);
|
|
5972
|
-
<span class="cstat-no" title="statement not covered" >
|
|
5508
|
+
} else <span class="cstat-no" title="statement not covered" >if (typeof options === 'string') {</span>
|
|
5973
5509
|
<span class="cstat-no" title="statement not covered" > namespace = Namespace.from(</span>
|
|
5974
5510
|
{
|
|
5975
5511
|
...namespaceOptions,
|
|
@@ -5978,8 +5514,8 @@ export class Namespace extends BaseNode {
|
|
|
5978
5514
|
this,
|
|
5979
5515
|
'children',
|
|
5980
5516
|
);
|
|
5981
|
-
<span class="cstat-no" title="statement not covered" >
|
|
5982
|
-
<span class="cstat-no" title="statement not covered" > options.ensureDelete();
|
|
5517
|
+
} else <span class="cstat-no" title="statement not covered" >if (options instanceof Namespace) {</span>
|
|
5518
|
+
<span class="cstat-no" title="statement not covered" > options.ensureDelete(); </span>// 同一实例不支持多处存在
|
|
5983
5519
|
<span class="cstat-no" title="statement not covered" > namespace = options;</span>
|
|
5984
5520
|
<span class="cstat-no" title="statement not covered" > Object.assign(namespace, relationOptions);</span>
|
|
5985
5521
|
} else {
|
|
@@ -6014,7 +5550,7 @@ export class Namespace extends BaseNode {
|
|
|
6014
5550
|
*/
|
|
6015
5551
|
insertNamespaceAt(namespace: Namespace, index: number): Namespace;
|
|
6016
5552
|
|
|
6017
|
-
<span class="fstat-no" title="function not covered" > insertNamespaceAt(
|
|
5553
|
+
<span class="fstat-no" title="function not covered" > insertNamespaceAt(</span>options: string | Partial<Namespace> | Namespace, index: number) {
|
|
6018
5554
|
const node = <span class="cstat-no" title="statement not covered" >this._insertNamespaceAt(options as any, index);</span>
|
|
6019
5555
|
<span class="cstat-no" title="statement not covered" > node.create({</span>
|
|
6020
5556
|
index,
|
|
@@ -6045,7 +5581,7 @@ export class Namespace extends BaseNode {
|
|
|
6045
5581
|
*/
|
|
6046
5582
|
_addNamespace(namespace: Namespace): Namespace;
|
|
6047
5583
|
|
|
6048
|
-
<span class="fstat-no" title="function not covered" > _addNamespace(
|
|
5584
|
+
<span class="fstat-no" title="function not covered" > _addNamespace(</span>options?: string | Partial<Namespace> | Namespace) {
|
|
6049
5585
|
const index = <span class="cstat-no" title="statement not covered" >this.children.length;</span>
|
|
6050
5586
|
<span class="cstat-no" title="statement not covered" > return this._insertNamespaceAt(options as any, index);</span>
|
|
6051
5587
|
}
|
|
@@ -6069,7 +5605,7 @@ export class Namespace extends BaseNode {
|
|
|
6069
5605
|
*/
|
|
6070
5606
|
addNamespace(namespace: Namespace): Namespace;
|
|
6071
5607
|
|
|
6072
|
-
<span class="fstat-no" title="function not covered" > addNamespace(
|
|
5608
|
+
<span class="fstat-no" title="function not covered" > addNamespace(</span>options?: string | Partial<Namespace> | Namespace) {
|
|
6073
5609
|
const node = <span class="cstat-no" title="statement not covered" >this._addNamespace(options as any);</span>
|
|
6074
5610
|
const index = <span class="cstat-no" title="statement not covered" >this.children.indexOf(node);</span>
|
|
6075
5611
|
<span class="cstat-no" title="statement not covered" > node.create({</span>
|
|
@@ -6080,11 +5616,11 @@ export class Namespace extends BaseNode {
|
|
|
6080
5616
|
<span class="cstat-no" title="statement not covered" > return node;</span>
|
|
6081
5617
|
}
|
|
6082
5618
|
|
|
6083
|
-
<span class="fstat-no" title="function not covered" > getProcessExistingNames(
|
|
5619
|
+
<span class="fstat-no" title="function not covered" > getProcessExistingNames(</span>excludedList: Array<Process> = <span class="branch-0 cbranch-no" title="branch not covered" >[])</span> {
|
|
6084
5620
|
const excludedSet = <span class="cstat-no" title="statement not covered" >new Set(excludedList);</span>
|
|
6085
|
-
<span class="cstat-no" title="statement not covered" > return ((this.processes as Process[]) || []).filter(
|
|
5621
|
+
<span class="cstat-no" title="statement not covered" > return ((this.processes as Process[]) || []).filter(<span class="fstat-no" title="function not covered" >(i</span>tem) => <span class="cstat-no" title="statement not covered" >!excludedSet.has(item))</span>.map(<span class="fstat-no" title="function not covered" >(i</span>tem) => <span class="cstat-no" title="statement not covered" >item.name)</span>;</span>
|
|
6086
5622
|
}
|
|
6087
|
-
<span class="fstat-no" title="function not covered" > getProcessUniqueName(
|
|
5623
|
+
<span class="fstat-no" title="function not covered" > getProcessUniqueName(</span>name = <span class="branch-0 cbranch-no" title="branch not covered" >'Process1')</span> {
|
|
6088
5624
|
<span class="cstat-no" title="statement not covered" > return utils.unique(name, this.getProcessExistingNames(), undefined, false);</span>
|
|
6089
5625
|
}
|
|
6090
5626
|
|
|
@@ -6109,10 +5645,9 @@ export class Namespace extends BaseNode {
|
|
|
6109
5645
|
*/
|
|
6110
5646
|
_insertProcessAt(process: Process, index: number): Process;
|
|
6111
5647
|
|
|
6112
|
-
<span class="fstat-no" title="function not covered" > _insertProcessAt(
|
|
5648
|
+
<span class="fstat-no" title="function not covered" > _insertProcessAt(</span>options: string | Partial<Process> | Process, index: number) {
|
|
6113
5649
|
const processOptions: any = <span class="cstat-no" title="statement not covered" >{};</span>
|
|
6114
5650
|
const relationOptions = <span class="cstat-no" title="statement not covered" >{ parentNode: this, parentKey: 'processes' };</span>
|
|
6115
|
-
const <span class="cstat-no" title="statement not covered" >Process = getConceptConstructor('Process');</span>
|
|
6116
5651
|
let process: Process;
|
|
6117
5652
|
<span class="cstat-no" title="statement not covered" > if (!options) {</span>
|
|
6118
5653
|
<span class="cstat-no" title="statement not covered" > process = Process.from(</span>
|
|
@@ -6123,7 +5658,7 @@ export class Namespace extends BaseNode {
|
|
|
6123
5658
|
this,
|
|
6124
5659
|
'processes',
|
|
6125
5660
|
);
|
|
6126
|
-
<span class="cstat-no" title="statement not covered" >
|
|
5661
|
+
} else <span class="cstat-no" title="statement not covered" >if (typeof options === 'string') {</span>
|
|
6127
5662
|
<span class="cstat-no" title="statement not covered" > process = Process.from(</span>
|
|
6128
5663
|
{
|
|
6129
5664
|
...processOptions,
|
|
@@ -6132,8 +5667,8 @@ export class Namespace extends BaseNode {
|
|
|
6132
5667
|
this,
|
|
6133
5668
|
'processes',
|
|
6134
5669
|
);
|
|
6135
|
-
<span class="cstat-no" title="statement not covered" >
|
|
6136
|
-
<span class="cstat-no" title="statement not covered" > options.ensureDelete();
|
|
5670
|
+
} else <span class="cstat-no" title="statement not covered" >if (options instanceof Process) {</span>
|
|
5671
|
+
<span class="cstat-no" title="statement not covered" > options.ensureDelete(); </span>// 同一实例不支持多处存在
|
|
6137
5672
|
<span class="cstat-no" title="statement not covered" > process = options;</span>
|
|
6138
5673
|
<span class="cstat-no" title="statement not covered" > Object.assign(process, relationOptions);</span>
|
|
6139
5674
|
} else {
|
|
@@ -6168,7 +5703,7 @@ export class Namespace extends BaseNode {
|
|
|
6168
5703
|
*/
|
|
6169
5704
|
insertProcessAt(process: Process, index: number): Process;
|
|
6170
5705
|
|
|
6171
|
-
<span class="fstat-no" title="function not covered" > insertProcessAt(
|
|
5706
|
+
<span class="fstat-no" title="function not covered" > insertProcessAt(</span>options: string | Partial<Process> | Process, index: number) {
|
|
6172
5707
|
const node = <span class="cstat-no" title="statement not covered" >this._insertProcessAt(options as any, index);</span>
|
|
6173
5708
|
<span class="cstat-no" title="statement not covered" > node.create({</span>
|
|
6174
5709
|
index,
|
|
@@ -6199,7 +5734,7 @@ export class Namespace extends BaseNode {
|
|
|
6199
5734
|
*/
|
|
6200
5735
|
_addProcess(process: Process): Process;
|
|
6201
5736
|
|
|
6202
|
-
<span class="fstat-no" title="function not covered" > _addProcess(
|
|
5737
|
+
<span class="fstat-no" title="function not covered" > _addProcess(</span>options?: string | Partial<Process> | Process) {
|
|
6203
5738
|
const index = <span class="cstat-no" title="statement not covered" >0;</span>
|
|
6204
5739
|
<span class="cstat-no" title="statement not covered" > return this._insertProcessAt(options as any, index);</span>
|
|
6205
5740
|
}
|
|
@@ -6223,7 +5758,7 @@ export class Namespace extends BaseNode {
|
|
|
6223
5758
|
*/
|
|
6224
5759
|
addProcess(process: Process): Process;
|
|
6225
5760
|
|
|
6226
|
-
<span class="fstat-no" title="function not covered" > addProcess(
|
|
5761
|
+
<span class="fstat-no" title="function not covered" > addProcess(</span>options?: string | Partial<Process> | Process) {
|
|
6227
5762
|
const node = <span class="cstat-no" title="statement not covered" >this._addProcess(options as any);</span>
|
|
6228
5763
|
const index = <span class="cstat-no" title="statement not covered" >this.processes.indexOf(node);</span>
|
|
6229
5764
|
<span class="cstat-no" title="statement not covered" > node.create({</span>
|
|
@@ -6234,11 +5769,11 @@ export class Namespace extends BaseNode {
|
|
|
6234
5769
|
<span class="cstat-no" title="statement not covered" > return node;</span>
|
|
6235
5770
|
}
|
|
6236
5771
|
|
|
6237
|
-
<span class="fstat-no" title="function not covered" > getStructureExistingNames(
|
|
5772
|
+
<span class="fstat-no" title="function not covered" > getStructureExistingNames(</span>excludedList: Array<Structure> = <span class="branch-0 cbranch-no" title="branch not covered" >[])</span> {
|
|
6238
5773
|
const excludedSet = <span class="cstat-no" title="statement not covered" >new Set(excludedList);</span>
|
|
6239
|
-
<span class="cstat-no" title="statement not covered" > return ((this.structures as Structure[]) || []).filter(
|
|
5774
|
+
<span class="cstat-no" title="statement not covered" > return ((this.structures as Structure[]) || []).filter(<span class="fstat-no" title="function not covered" >(i</span>tem) => <span class="cstat-no" title="statement not covered" >!excludedSet.has(item))</span>.map(<span class="fstat-no" title="function not covered" >(i</span>tem) => <span class="cstat-no" title="statement not covered" >item.name)</span>;</span>
|
|
6240
5775
|
}
|
|
6241
|
-
<span class="fstat-no" title="function not covered" > getStructureUniqueName(
|
|
5776
|
+
<span class="fstat-no" title="function not covered" > getStructureUniqueName(</span>name = <span class="branch-0 cbranch-no" title="branch not covered" >'Structure1')</span> {
|
|
6242
5777
|
<span class="cstat-no" title="statement not covered" > return utils.unique(name, this.getStructureExistingNames(), undefined, false);</span>
|
|
6243
5778
|
}
|
|
6244
5779
|
|
|
@@ -6263,10 +5798,9 @@ export class Namespace extends BaseNode {
|
|
|
6263
5798
|
*/
|
|
6264
5799
|
_insertStructureAt(structure: Structure, index: number): Structure;
|
|
6265
5800
|
|
|
6266
|
-
<span class="fstat-no" title="function not covered" > _insertStructureAt(
|
|
5801
|
+
<span class="fstat-no" title="function not covered" > _insertStructureAt(</span>options: string | Partial<Structure> | Structure, index: number) {
|
|
6267
5802
|
const structureOptions: any = <span class="cstat-no" title="statement not covered" >{};</span>
|
|
6268
5803
|
const relationOptions = <span class="cstat-no" title="statement not covered" >{ parentNode: this, parentKey: 'structures' };</span>
|
|
6269
|
-
const <span class="cstat-no" title="statement not covered" >Structure = getConceptConstructor('Structure');</span>
|
|
6270
5804
|
let structure: Structure;
|
|
6271
5805
|
<span class="cstat-no" title="statement not covered" > if (!options) {</span>
|
|
6272
5806
|
<span class="cstat-no" title="statement not covered" > structure = Structure.from(</span>
|
|
@@ -6277,7 +5811,7 @@ export class Namespace extends BaseNode {
|
|
|
6277
5811
|
this,
|
|
6278
5812
|
'structures',
|
|
6279
5813
|
);
|
|
6280
|
-
<span class="cstat-no" title="statement not covered" >
|
|
5814
|
+
} else <span class="cstat-no" title="statement not covered" >if (typeof options === 'string') {</span>
|
|
6281
5815
|
<span class="cstat-no" title="statement not covered" > structure = Structure.from(</span>
|
|
6282
5816
|
{
|
|
6283
5817
|
...structureOptions,
|
|
@@ -6286,8 +5820,8 @@ export class Namespace extends BaseNode {
|
|
|
6286
5820
|
this,
|
|
6287
5821
|
'structures',
|
|
6288
5822
|
);
|
|
6289
|
-
<span class="cstat-no" title="statement not covered" >
|
|
6290
|
-
<span class="cstat-no" title="statement not covered" > options.ensureDelete();
|
|
5823
|
+
} else <span class="cstat-no" title="statement not covered" >if (options instanceof Structure) {</span>
|
|
5824
|
+
<span class="cstat-no" title="statement not covered" > options.ensureDelete(); </span>// 同一实例不支持多处存在
|
|
6291
5825
|
<span class="cstat-no" title="statement not covered" > structure = options;</span>
|
|
6292
5826
|
<span class="cstat-no" title="statement not covered" > Object.assign(structure, relationOptions);</span>
|
|
6293
5827
|
} else {
|
|
@@ -6322,7 +5856,7 @@ export class Namespace extends BaseNode {
|
|
|
6322
5856
|
*/
|
|
6323
5857
|
insertStructureAt(structure: Structure, index: number): Structure;
|
|
6324
5858
|
|
|
6325
|
-
<span class="fstat-no" title="function not covered" > insertStructureAt(
|
|
5859
|
+
<span class="fstat-no" title="function not covered" > insertStructureAt(</span>options: string | Partial<Structure> | Structure, index: number) {
|
|
6326
5860
|
const node = <span class="cstat-no" title="statement not covered" >this._insertStructureAt(options as any, index);</span>
|
|
6327
5861
|
<span class="cstat-no" title="statement not covered" > node.create({</span>
|
|
6328
5862
|
index,
|
|
@@ -6353,7 +5887,7 @@ export class Namespace extends BaseNode {
|
|
|
6353
5887
|
*/
|
|
6354
5888
|
_addStructure(structure: Structure): Structure;
|
|
6355
5889
|
|
|
6356
|
-
<span class="fstat-no" title="function not covered" > _addStructure(
|
|
5890
|
+
<span class="fstat-no" title="function not covered" > _addStructure(</span>options?: string | Partial<Structure> | Structure) {
|
|
6357
5891
|
const index = <span class="cstat-no" title="statement not covered" >0;</span>
|
|
6358
5892
|
<span class="cstat-no" title="statement not covered" > return this._insertStructureAt(options as any, index);</span>
|
|
6359
5893
|
}
|
|
@@ -6377,7 +5911,7 @@ export class Namespace extends BaseNode {
|
|
|
6377
5911
|
*/
|
|
6378
5912
|
addStructure(structure: Structure): Structure;
|
|
6379
5913
|
|
|
6380
|
-
<span class="fstat-no" title="function not covered" > addStructure(
|
|
5914
|
+
<span class="fstat-no" title="function not covered" > addStructure(</span>options?: string | Partial<Structure> | Structure) {
|
|
6381
5915
|
const node = <span class="cstat-no" title="statement not covered" >this._addStructure(options as any);</span>
|
|
6382
5916
|
const index = <span class="cstat-no" title="statement not covered" >this.structures.indexOf(node);</span>
|
|
6383
5917
|
<span class="cstat-no" title="statement not covered" > node.create({</span>
|
|
@@ -6388,11 +5922,11 @@ export class Namespace extends BaseNode {
|
|
|
6388
5922
|
<span class="cstat-no" title="statement not covered" > return node;</span>
|
|
6389
5923
|
}
|
|
6390
5924
|
|
|
6391
|
-
<span class="fstat-no" title="function not covered" > getEnumExistingNames(
|
|
5925
|
+
<span class="fstat-no" title="function not covered" > getEnumExistingNames(</span>excludedList: Array<Enum> = <span class="branch-0 cbranch-no" title="branch not covered" >[])</span> {
|
|
6392
5926
|
const excludedSet = <span class="cstat-no" title="statement not covered" >new Set(excludedList);</span>
|
|
6393
|
-
<span class="cstat-no" title="statement not covered" > return ((this.enums as Enum[]) || []).filter(
|
|
5927
|
+
<span class="cstat-no" title="statement not covered" > return ((this.enums as Enum[]) || []).filter(<span class="fstat-no" title="function not covered" >(i</span>tem) => <span class="cstat-no" title="statement not covered" >!excludedSet.has(item))</span>.map(<span class="fstat-no" title="function not covered" >(i</span>tem) => <span class="cstat-no" title="statement not covered" >item.name)</span>;</span>
|
|
6394
5928
|
}
|
|
6395
|
-
<span class="fstat-no" title="function not covered" > getEnumUniqueName(
|
|
5929
|
+
<span class="fstat-no" title="function not covered" > getEnumUniqueName(</span>name = <span class="branch-0 cbranch-no" title="branch not covered" >'Enum1')</span> {
|
|
6396
5930
|
<span class="cstat-no" title="statement not covered" > return utils.unique(name, this.getEnumExistingNames(), undefined, false);</span>
|
|
6397
5931
|
}
|
|
6398
5932
|
|
|
@@ -6417,10 +5951,9 @@ export class Namespace extends BaseNode {
|
|
|
6417
5951
|
*/
|
|
6418
5952
|
_insertEnumAt(enumeration: Enum, index: number): Enum;
|
|
6419
5953
|
|
|
6420
|
-
<span class="fstat-no" title="function not covered" > _insertEnumAt(
|
|
5954
|
+
<span class="fstat-no" title="function not covered" > _insertEnumAt(</span>options: string | Partial<Enum> | Enum, index: number) {
|
|
6421
5955
|
const enumerationOptions: any = <span class="cstat-no" title="statement not covered" >{};</span>
|
|
6422
5956
|
const relationOptions = <span class="cstat-no" title="statement not covered" >{ parentNode: this, parentKey: 'enums' };</span>
|
|
6423
|
-
const <span class="cstat-no" title="statement not covered" >Enum = getConceptConstructor('Enum');</span>
|
|
6424
5957
|
let enumeration: Enum;
|
|
6425
5958
|
<span class="cstat-no" title="statement not covered" > if (!options) {</span>
|
|
6426
5959
|
<span class="cstat-no" title="statement not covered" > enumeration = Enum.from(</span>
|
|
@@ -6431,7 +5964,7 @@ export class Namespace extends BaseNode {
|
|
|
6431
5964
|
this,
|
|
6432
5965
|
'enums',
|
|
6433
5966
|
);
|
|
6434
|
-
<span class="cstat-no" title="statement not covered" >
|
|
5967
|
+
} else <span class="cstat-no" title="statement not covered" >if (typeof options === 'string') {</span>
|
|
6435
5968
|
<span class="cstat-no" title="statement not covered" > enumeration = Enum.from(</span>
|
|
6436
5969
|
{
|
|
6437
5970
|
...enumerationOptions,
|
|
@@ -6440,8 +5973,8 @@ export class Namespace extends BaseNode {
|
|
|
6440
5973
|
this,
|
|
6441
5974
|
'enums',
|
|
6442
5975
|
);
|
|
6443
|
-
<span class="cstat-no" title="statement not covered" >
|
|
6444
|
-
<span class="cstat-no" title="statement not covered" > options.ensureDelete();
|
|
5976
|
+
} else <span class="cstat-no" title="statement not covered" >if (options instanceof Enum) {</span>
|
|
5977
|
+
<span class="cstat-no" title="statement not covered" > options.ensureDelete(); </span>// 同一实例不支持多处存在
|
|
6445
5978
|
<span class="cstat-no" title="statement not covered" > enumeration = options;</span>
|
|
6446
5979
|
<span class="cstat-no" title="statement not covered" > Object.assign(enumeration, relationOptions);</span>
|
|
6447
5980
|
} else {
|
|
@@ -6476,7 +6009,7 @@ export class Namespace extends BaseNode {
|
|
|
6476
6009
|
*/
|
|
6477
6010
|
insertEnumAt(enumeration: Enum, index: number): Enum;
|
|
6478
6011
|
|
|
6479
|
-
<span class="fstat-no" title="function not covered" > insertEnumAt(
|
|
6012
|
+
<span class="fstat-no" title="function not covered" > insertEnumAt(</span>options: string | Partial<Enum> | Enum, index: number) {
|
|
6480
6013
|
const node = <span class="cstat-no" title="statement not covered" >this._insertEnumAt(options as any, index);</span>
|
|
6481
6014
|
<span class="cstat-no" title="statement not covered" > node.create({</span>
|
|
6482
6015
|
index,
|
|
@@ -6507,7 +6040,7 @@ export class Namespace extends BaseNode {
|
|
|
6507
6040
|
*/
|
|
6508
6041
|
_addEnum(enumeration: Enum): Enum;
|
|
6509
6042
|
|
|
6510
|
-
<span class="fstat-no" title="function not covered" > _addEnum(
|
|
6043
|
+
<span class="fstat-no" title="function not covered" > _addEnum(</span>options?: string | Partial<Enum> | Enum) {
|
|
6511
6044
|
const index = <span class="cstat-no" title="statement not covered" >0;</span>
|
|
6512
6045
|
<span class="cstat-no" title="statement not covered" > return this._insertEnumAt(options as any, index);</span>
|
|
6513
6046
|
}
|
|
@@ -6531,7 +6064,7 @@ export class Namespace extends BaseNode {
|
|
|
6531
6064
|
*/
|
|
6532
6065
|
addEnum(enumeration: Enum): Enum;
|
|
6533
6066
|
|
|
6534
|
-
<span class="fstat-no" title="function not covered" > addEnum(
|
|
6067
|
+
<span class="fstat-no" title="function not covered" > addEnum(</span>options?: string | Partial<Enum> | Enum) {
|
|
6535
6068
|
const node = <span class="cstat-no" title="statement not covered" >this._addEnum(options as any);</span>
|
|
6536
6069
|
const index = <span class="cstat-no" title="statement not covered" >this.enums.indexOf(node);</span>
|
|
6537
6070
|
<span class="cstat-no" title="statement not covered" > node.create({</span>
|
|
@@ -6542,11 +6075,11 @@ export class Namespace extends BaseNode {
|
|
|
6542
6075
|
<span class="cstat-no" title="statement not covered" > return node;</span>
|
|
6543
6076
|
}
|
|
6544
6077
|
|
|
6545
|
-
<span class="fstat-no" title="function not covered" > getLogicExistingNames(
|
|
6078
|
+
<span class="fstat-no" title="function not covered" > getLogicExistingNames(</span>excludedList: Array<Logic> = <span class="branch-0 cbranch-no" title="branch not covered" >[])</span> {
|
|
6546
6079
|
const excludedSet = <span class="cstat-no" title="statement not covered" >new Set(excludedList);</span>
|
|
6547
|
-
<span class="cstat-no" title="statement not covered" > return ((this.logics as Logic[]) || []).filter(
|
|
6080
|
+
<span class="cstat-no" title="statement not covered" > return ((this.logics as Logic[]) || []).filter(<span class="fstat-no" title="function not covered" >(i</span>tem) => <span class="cstat-no" title="statement not covered" >!excludedSet.has(item))</span>.map(<span class="fstat-no" title="function not covered" >(i</span>tem) => <span class="cstat-no" title="statement not covered" >item.name)</span>;</span>
|
|
6548
6081
|
}
|
|
6549
|
-
<span class="fstat-no" title="function not covered" > getLogicUniqueName(
|
|
6082
|
+
<span class="fstat-no" title="function not covered" > getLogicUniqueName(</span>name = <span class="branch-0 cbranch-no" title="branch not covered" >'logic1')</span> {
|
|
6550
6083
|
<span class="cstat-no" title="statement not covered" > return utils.unique(name, this.getLogicExistingNames(), undefined, false);</span>
|
|
6551
6084
|
}
|
|
6552
6085
|
|
|
@@ -6571,12 +6104,11 @@ export class Namespace extends BaseNode {
|
|
|
6571
6104
|
*/
|
|
6572
6105
|
_insertLogicAt(logic: Logic, index: number): Logic;
|
|
6573
6106
|
|
|
6574
|
-
_insertLogicAt(options: string | Partial<Logic> | Logic, index: number) {
|
|
6575
|
-
const logicOptions: any = {}
|
|
6576
|
-
const relationOptions = { parentNode: this, parentKey: 'logics' }
|
|
6577
|
-
const Logic = getConceptConstructor('Logic');
|
|
6107
|
+
<span class="fstat-no" title="function not covered" > _insertLogicAt(</span>options: string | Partial<Logic> | Logic, index: number) {
|
|
6108
|
+
const logicOptions: any = <span class="cstat-no" title="statement not covered" >{};</span>
|
|
6109
|
+
const relationOptions = <span class="cstat-no" title="statement not covered" >{ parentNode: this, parentKey: 'logics' };</span>
|
|
6578
6110
|
let logic: Logic;
|
|
6579
|
-
|
|
6111
|
+
<span class="cstat-no" title="statement not covered" > if (!options) {</span>
|
|
6580
6112
|
<span class="cstat-no" title="statement not covered" > logic = Logic.from(</span>
|
|
6581
6113
|
{
|
|
6582
6114
|
...logicOptions,
|
|
@@ -6585,7 +6117,7 @@ export class Namespace extends BaseNode {
|
|
|
6585
6117
|
this,
|
|
6586
6118
|
'logics',
|
|
6587
6119
|
);
|
|
6588
|
-
<span class="
|
|
6120
|
+
} else <span class="cstat-no" title="statement not covered" >if (typeof options === 'string') {</span>
|
|
6589
6121
|
<span class="cstat-no" title="statement not covered" > logic = Logic.from(</span>
|
|
6590
6122
|
{
|
|
6591
6123
|
...logicOptions,
|
|
@@ -6594,10 +6126,10 @@ export class Namespace extends BaseNode {
|
|
|
6594
6126
|
this,
|
|
6595
6127
|
'logics',
|
|
6596
6128
|
);
|
|
6597
|
-
<span class="
|
|
6598
|
-
options.ensureDelete();
|
|
6599
|
-
logic = options
|
|
6600
|
-
Object.assign(logic, relationOptions)
|
|
6129
|
+
} else <span class="cstat-no" title="statement not covered" >if (options instanceof Logic) {</span>
|
|
6130
|
+
<span class="cstat-no" title="statement not covered" > options.ensureDelete(); </span>// 同一实例不支持多处存在
|
|
6131
|
+
<span class="cstat-no" title="statement not covered" > logic = options;</span>
|
|
6132
|
+
<span class="cstat-no" title="statement not covered" > Object.assign(logic, relationOptions);</span>
|
|
6601
6133
|
} else {
|
|
6602
6134
|
<span class="cstat-no" title="statement not covered" > logic = Logic.from(</span>
|
|
6603
6135
|
{
|
|
@@ -6608,8 +6140,8 @@ export class Namespace extends BaseNode {
|
|
|
6608
6140
|
'logics',
|
|
6609
6141
|
);
|
|
6610
6142
|
}
|
|
6611
|
-
this.logics.splice(index, 0, logic)
|
|
6612
|
-
return logic
|
|
6143
|
+
<span class="cstat-no" title="statement not covered" > this.logics.splice(index, 0, logic);</span>
|
|
6144
|
+
<span class="cstat-no" title="statement not covered" > return logic;</span>
|
|
6613
6145
|
}
|
|
6614
6146
|
|
|
6615
6147
|
/**
|
|
@@ -6630,7 +6162,7 @@ export class Namespace extends BaseNode {
|
|
|
6630
6162
|
*/
|
|
6631
6163
|
insertLogicAt(logic: Logic, index: number): Logic;
|
|
6632
6164
|
|
|
6633
|
-
<span class="fstat-no" title="function not covered" > insertLogicAt(
|
|
6165
|
+
<span class="fstat-no" title="function not covered" > insertLogicAt(</span>options: string | Partial<Logic> | Logic, index: number) {
|
|
6634
6166
|
const node = <span class="cstat-no" title="statement not covered" >this._insertLogicAt(options as any, index);</span>
|
|
6635
6167
|
<span class="cstat-no" title="statement not covered" > node.create({</span>
|
|
6636
6168
|
index,
|
|
@@ -6661,9 +6193,9 @@ export class Namespace extends BaseNode {
|
|
|
6661
6193
|
*/
|
|
6662
6194
|
_addLogic(logic: Logic): Logic;
|
|
6663
6195
|
|
|
6664
|
-
_addLogic(options?: string | Partial<Logic> | Logic) {
|
|
6665
|
-
const index = 0
|
|
6666
|
-
return this._insertLogicAt(options as any, index)
|
|
6196
|
+
<span class="fstat-no" title="function not covered" > _addLogic(</span>options?: string | Partial<Logic> | Logic) {
|
|
6197
|
+
const index = <span class="cstat-no" title="statement not covered" >0;</span>
|
|
6198
|
+
<span class="cstat-no" title="statement not covered" > return this._insertLogicAt(options as any, index);</span>
|
|
6667
6199
|
}
|
|
6668
6200
|
|
|
6669
6201
|
/**
|
|
@@ -6685,22 +6217,22 @@ export class Namespace extends BaseNode {
|
|
|
6685
6217
|
*/
|
|
6686
6218
|
addLogic(logic: Logic): Logic;
|
|
6687
6219
|
|
|
6688
|
-
addLogic(options?: string | Partial<Logic> | Logic) {
|
|
6689
|
-
const node = this._addLogic(options as any)
|
|
6690
|
-
const index = this.logics.indexOf(node)
|
|
6691
|
-
node.create({
|
|
6220
|
+
<span class="fstat-no" title="function not covered" > addLogic(</span>options?: string | Partial<Logic> | Logic) {
|
|
6221
|
+
const node = <span class="cstat-no" title="statement not covered" >this._addLogic(options as any);</span>
|
|
6222
|
+
const index = <span class="cstat-no" title="statement not covered" >this.logics.indexOf(node);</span>
|
|
6223
|
+
<span class="cstat-no" title="statement not covered" > node.create({</span>
|
|
6692
6224
|
index,
|
|
6693
6225
|
parentNode: this,
|
|
6694
6226
|
parentKey: 'logics',
|
|
6695
6227
|
});
|
|
6696
|
-
return node
|
|
6228
|
+
<span class="cstat-no" title="statement not covered" > return node;</span>
|
|
6697
6229
|
}
|
|
6698
6230
|
|
|
6699
|
-
<span class="fstat-no" title="function not covered" > getFunctionExistingNames(
|
|
6231
|
+
<span class="fstat-no" title="function not covered" > getFunctionExistingNames(</span>excludedList: Array<Function> = <span class="branch-0 cbranch-no" title="branch not covered" >[])</span> {
|
|
6700
6232
|
const excludedSet = <span class="cstat-no" title="statement not covered" >new Set(excludedList);</span>
|
|
6701
|
-
<span class="cstat-no" title="statement not covered" > return ((this.functions as Function[]) || []).filter(
|
|
6233
|
+
<span class="cstat-no" title="statement not covered" > return ((this.functions as Function[]) || []).filter(<span class="fstat-no" title="function not covered" >(i</span>tem) => <span class="cstat-no" title="statement not covered" >!excludedSet.has(item))</span>.map(<span class="fstat-no" title="function not covered" >(i</span>tem) => <span class="cstat-no" title="statement not covered" >item.name)</span>;</span>
|
|
6702
6234
|
}
|
|
6703
|
-
<span class="fstat-no" title="function not covered" > getFunctionUniqueName(
|
|
6235
|
+
<span class="fstat-no" title="function not covered" > getFunctionUniqueName(</span>name = <span class="branch-0 cbranch-no" title="branch not covered" >'func1')</span> {
|
|
6704
6236
|
<span class="cstat-no" title="statement not covered" > return utils.unique(name, this.getFunctionExistingNames(), undefined, false);</span>
|
|
6705
6237
|
}
|
|
6706
6238
|
|
|
@@ -6725,12 +6257,11 @@ export class Namespace extends BaseNode {
|
|
|
6725
6257
|
*/
|
|
6726
6258
|
_insertFunctionAt(func: Function, index: number): Function;
|
|
6727
6259
|
|
|
6728
|
-
_insertFunctionAt(options: string | Partial<Function> | Function, index: number) {
|
|
6729
|
-
const funcOptions: any = {}
|
|
6730
|
-
const relationOptions = { parentNode: this, parentKey: 'functions' }
|
|
6731
|
-
const Function = getConceptConstructor('Function');
|
|
6260
|
+
<span class="fstat-no" title="function not covered" > _insertFunctionAt(</span>options: string | Partial<Function> | Function, index: number) {
|
|
6261
|
+
const funcOptions: any = <span class="cstat-no" title="statement not covered" >{};</span>
|
|
6262
|
+
const relationOptions = <span class="cstat-no" title="statement not covered" >{ parentNode: this, parentKey: 'functions' };</span>
|
|
6732
6263
|
let func: Function;
|
|
6733
|
-
|
|
6264
|
+
<span class="cstat-no" title="statement not covered" > if (!options) {</span>
|
|
6734
6265
|
<span class="cstat-no" title="statement not covered" > func = Function.from(</span>
|
|
6735
6266
|
{
|
|
6736
6267
|
...funcOptions,
|
|
@@ -6739,7 +6270,7 @@ export class Namespace extends BaseNode {
|
|
|
6739
6270
|
this,
|
|
6740
6271
|
'functions',
|
|
6741
6272
|
);
|
|
6742
|
-
<span class="
|
|
6273
|
+
} else <span class="cstat-no" title="statement not covered" >if (typeof options === 'string') {</span>
|
|
6743
6274
|
<span class="cstat-no" title="statement not covered" > func = Function.from(</span>
|
|
6744
6275
|
{
|
|
6745
6276
|
...funcOptions,
|
|
@@ -6748,10 +6279,10 @@ export class Namespace extends BaseNode {
|
|
|
6748
6279
|
this,
|
|
6749
6280
|
'functions',
|
|
6750
6281
|
);
|
|
6751
|
-
<span class="
|
|
6752
|
-
options.ensureDelete();
|
|
6753
|
-
func = options
|
|
6754
|
-
Object.assign(func, relationOptions)
|
|
6282
|
+
} else <span class="cstat-no" title="statement not covered" >if (options instanceof Function) {</span>
|
|
6283
|
+
<span class="cstat-no" title="statement not covered" > options.ensureDelete(); </span>// 同一实例不支持多处存在
|
|
6284
|
+
<span class="cstat-no" title="statement not covered" > func = options;</span>
|
|
6285
|
+
<span class="cstat-no" title="statement not covered" > Object.assign(func, relationOptions);</span>
|
|
6755
6286
|
} else {
|
|
6756
6287
|
<span class="cstat-no" title="statement not covered" > func = Function.from(</span>
|
|
6757
6288
|
{
|
|
@@ -6762,8 +6293,8 @@ export class Namespace extends BaseNode {
|
|
|
6762
6293
|
'functions',
|
|
6763
6294
|
);
|
|
6764
6295
|
}
|
|
6765
|
-
this.functions.splice(index, 0, func)
|
|
6766
|
-
return func
|
|
6296
|
+
<span class="cstat-no" title="statement not covered" > this.functions.splice(index, 0, func);</span>
|
|
6297
|
+
<span class="cstat-no" title="statement not covered" > return func;</span>
|
|
6767
6298
|
}
|
|
6768
6299
|
|
|
6769
6300
|
/**
|
|
@@ -6784,7 +6315,7 @@ export class Namespace extends BaseNode {
|
|
|
6784
6315
|
*/
|
|
6785
6316
|
insertFunctionAt(func: Function, index: number): Function;
|
|
6786
6317
|
|
|
6787
|
-
<span class="fstat-no" title="function not covered" > insertFunctionAt(
|
|
6318
|
+
<span class="fstat-no" title="function not covered" > insertFunctionAt(</span>options: string | Partial<Function> | Function, index: number) {
|
|
6788
6319
|
const node = <span class="cstat-no" title="statement not covered" >this._insertFunctionAt(options as any, index);</span>
|
|
6789
6320
|
<span class="cstat-no" title="statement not covered" > node.create({</span>
|
|
6790
6321
|
index,
|
|
@@ -6815,9 +6346,9 @@ export class Namespace extends BaseNode {
|
|
|
6815
6346
|
*/
|
|
6816
6347
|
_addFunction(func: Function): Function;
|
|
6817
6348
|
|
|
6818
|
-
_addFunction(options?: string | Partial<Function> | Function) {
|
|
6819
|
-
const index = 0
|
|
6820
|
-
return this._insertFunctionAt(options as any, index)
|
|
6349
|
+
<span class="fstat-no" title="function not covered" > _addFunction(</span>options?: string | Partial<Function> | Function) {
|
|
6350
|
+
const index = <span class="cstat-no" title="statement not covered" >0;</span>
|
|
6351
|
+
<span class="cstat-no" title="statement not covered" > return this._insertFunctionAt(options as any, index);</span>
|
|
6821
6352
|
}
|
|
6822
6353
|
|
|
6823
6354
|
/**
|
|
@@ -6834,37 +6365,180 @@ export class Namespace extends BaseNode {
|
|
|
6834
6365
|
addFunction(funcOptions: Partial<Function>): Function;
|
|
6835
6366
|
|
|
6836
6367
|
/**
|
|
6837
|
-
* 添加函数
|
|
6838
|
-
* @param func 已有的函数实例
|
|
6368
|
+
* 添加函数
|
|
6369
|
+
* @param func 已有的函数实例
|
|
6370
|
+
*/
|
|
6371
|
+
addFunction(func: Function): Function;
|
|
6372
|
+
|
|
6373
|
+
<span class="fstat-no" title="function not covered" > addFunction(</span>options?: string | Partial<Function> | Function) {
|
|
6374
|
+
const node = <span class="cstat-no" title="statement not covered" >this._addFunction(options as any);</span>
|
|
6375
|
+
const index = <span class="cstat-no" title="statement not covered" >this.functions.indexOf(node);</span>
|
|
6376
|
+
<span class="cstat-no" title="statement not covered" > node.create({</span>
|
|
6377
|
+
index,
|
|
6378
|
+
parentNode: this,
|
|
6379
|
+
parentKey: 'functions',
|
|
6380
|
+
});
|
|
6381
|
+
<span class="cstat-no" title="statement not covered" > return node;</span>
|
|
6382
|
+
}
|
|
6383
|
+
|
|
6384
|
+
<span class="fstat-no" title="function not covered" > getInterfaceExistingNames(</span>excludedList: Array<Interface> = <span class="branch-0 cbranch-no" title="branch not covered" >[])</span> {
|
|
6385
|
+
const excludedSet = <span class="cstat-no" title="statement not covered" >new Set(excludedList);</span>
|
|
6386
|
+
<span class="cstat-no" title="statement not covered" > return ((this.interfaces as Interface[]) || []).filter(<span class="fstat-no" title="function not covered" >(i</span>tem) => <span class="cstat-no" title="statement not covered" >!excludedSet.has(item))</span>.map(<span class="fstat-no" title="function not covered" >(i</span>tem) => <span class="cstat-no" title="statement not covered" >item.name)</span>;</span>
|
|
6387
|
+
}
|
|
6388
|
+
<span class="fstat-no" title="function not covered" > getInterfaceUniqueName(</span>name = <span class="branch-0 cbranch-no" title="branch not covered" >'Interface1')</span> {
|
|
6389
|
+
<span class="cstat-no" title="statement not covered" > return utils.unique(name, this.getInterfaceExistingNames(), undefined, false);</span>
|
|
6390
|
+
}
|
|
6391
|
+
|
|
6392
|
+
/**
|
|
6393
|
+
* 插入接口
|
|
6394
|
+
* @internal
|
|
6395
|
+
* @param name 接口名称,如果不填会自动生成一个唯一名称
|
|
6396
|
+
*/
|
|
6397
|
+
_insertInterfaceAt(name: string, index: number): Interface;
|
|
6398
|
+
|
|
6399
|
+
/**
|
|
6400
|
+
* 插入接口
|
|
6401
|
+
* @internal
|
|
6402
|
+
* @param itfaceOptions 接口参数
|
|
6403
|
+
*/
|
|
6404
|
+
_insertInterfaceAt(itfaceOptions: Partial<Interface>, index: number): Interface;
|
|
6405
|
+
|
|
6406
|
+
/**
|
|
6407
|
+
* 插入接口
|
|
6408
|
+
* @internal
|
|
6409
|
+
* @param itface 已有的接口实例
|
|
6410
|
+
*/
|
|
6411
|
+
_insertInterfaceAt(itface: Interface, index: number): Interface;
|
|
6412
|
+
|
|
6413
|
+
<span class="fstat-no" title="function not covered" > _insertInterfaceAt(</span>options: string | Partial<Interface> | Interface, index: number) {
|
|
6414
|
+
const itfaceOptions: any = <span class="cstat-no" title="statement not covered" >{};</span>
|
|
6415
|
+
const relationOptions = <span class="cstat-no" title="statement not covered" >{ parentNode: this, parentKey: 'interfaces' };</span>
|
|
6416
|
+
let itface: Interface;
|
|
6417
|
+
<span class="cstat-no" title="statement not covered" > if (!options) {</span>
|
|
6418
|
+
<span class="cstat-no" title="statement not covered" > itface = Interface.from(</span>
|
|
6419
|
+
{
|
|
6420
|
+
...itfaceOptions,
|
|
6421
|
+
name: this.getInterfaceUniqueName(),
|
|
6422
|
+
},
|
|
6423
|
+
this,
|
|
6424
|
+
'interfaces',
|
|
6425
|
+
);
|
|
6426
|
+
} else <span class="cstat-no" title="statement not covered" >if (typeof options === 'string') {</span>
|
|
6427
|
+
<span class="cstat-no" title="statement not covered" > itface = Interface.from(</span>
|
|
6428
|
+
{
|
|
6429
|
+
...itfaceOptions,
|
|
6430
|
+
name: options,
|
|
6431
|
+
},
|
|
6432
|
+
this,
|
|
6433
|
+
'interfaces',
|
|
6434
|
+
);
|
|
6435
|
+
} else <span class="cstat-no" title="statement not covered" >if (options instanceof Interface) {</span>
|
|
6436
|
+
<span class="cstat-no" title="statement not covered" > options.ensureDelete(); </span>// 同一实例不支持多处存在
|
|
6437
|
+
<span class="cstat-no" title="statement not covered" > itface = options;</span>
|
|
6438
|
+
<span class="cstat-no" title="statement not covered" > Object.assign(itface, relationOptions);</span>
|
|
6439
|
+
} else {
|
|
6440
|
+
<span class="cstat-no" title="statement not covered" > itface = Interface.from(</span>
|
|
6441
|
+
{
|
|
6442
|
+
...itfaceOptions,
|
|
6443
|
+
...options,
|
|
6444
|
+
},
|
|
6445
|
+
this,
|
|
6446
|
+
'interfaces',
|
|
6447
|
+
);
|
|
6448
|
+
}
|
|
6449
|
+
<span class="cstat-no" title="statement not covered" > this.interfaces.splice(index, 0, itface);</span>
|
|
6450
|
+
<span class="cstat-no" title="statement not covered" > return itface;</span>
|
|
6451
|
+
}
|
|
6452
|
+
|
|
6453
|
+
/**
|
|
6454
|
+
* 插入接口
|
|
6455
|
+
* @param name 接口名称,如果不填会自动生成一个唯一名称
|
|
6456
|
+
*/
|
|
6457
|
+
insertInterfaceAt(name: string, index: number): Interface;
|
|
6458
|
+
|
|
6459
|
+
/**
|
|
6460
|
+
* 插入接口
|
|
6461
|
+
* @param itfaceOptions 接口参数
|
|
6462
|
+
*/
|
|
6463
|
+
insertInterfaceAt(itfaceOptions: Partial<Interface>, index: number): Interface;
|
|
6464
|
+
|
|
6465
|
+
/**
|
|
6466
|
+
* 插入接口
|
|
6467
|
+
* @param itface 已有的接口实例
|
|
6468
|
+
*/
|
|
6469
|
+
insertInterfaceAt(itface: Interface, index: number): Interface;
|
|
6470
|
+
|
|
6471
|
+
<span class="fstat-no" title="function not covered" > insertInterfaceAt(</span>options: string | Partial<Interface> | Interface, index: number) {
|
|
6472
|
+
const node = <span class="cstat-no" title="statement not covered" >this._insertInterfaceAt(options as any, index);</span>
|
|
6473
|
+
<span class="cstat-no" title="statement not covered" > node.create({</span>
|
|
6474
|
+
index,
|
|
6475
|
+
parentNode: this,
|
|
6476
|
+
parentKey: 'interfaces',
|
|
6477
|
+
});
|
|
6478
|
+
<span class="cstat-no" title="statement not covered" > return node;</span>
|
|
6479
|
+
}
|
|
6480
|
+
|
|
6481
|
+
/**
|
|
6482
|
+
* 添加接口
|
|
6483
|
+
* @internal
|
|
6484
|
+
* @param name 接口名称,如果不填会自动生成一个唯一名称
|
|
6485
|
+
*/
|
|
6486
|
+
_addInterface(name?: string): Interface;
|
|
6487
|
+
|
|
6488
|
+
/**
|
|
6489
|
+
* 添加接口
|
|
6490
|
+
* @internal
|
|
6491
|
+
* @param itfaceOptions 接口参数
|
|
6492
|
+
*/
|
|
6493
|
+
_addInterface(itfaceOptions: Partial<Interface>): Interface;
|
|
6494
|
+
|
|
6495
|
+
/**
|
|
6496
|
+
* 添加接口
|
|
6497
|
+
* @internal
|
|
6498
|
+
* @param itface 已有的接口实例
|
|
6499
|
+
*/
|
|
6500
|
+
_addInterface(itface: Interface): Interface;
|
|
6501
|
+
|
|
6502
|
+
<span class="fstat-no" title="function not covered" > _addInterface(</span>options?: string | Partial<Interface> | Interface) {
|
|
6503
|
+
const index = <span class="cstat-no" title="statement not covered" >0;</span>
|
|
6504
|
+
<span class="cstat-no" title="statement not covered" > return this._insertInterfaceAt(options as any, index);</span>
|
|
6505
|
+
}
|
|
6506
|
+
|
|
6507
|
+
/**
|
|
6508
|
+
* 添加接口
|
|
6509
|
+
* @internal
|
|
6510
|
+
* @param name 接口名称,如果不填会自动生成一个唯一名称
|
|
6511
|
+
*/
|
|
6512
|
+
addInterface(name?: string): Interface;
|
|
6513
|
+
|
|
6514
|
+
/**
|
|
6515
|
+
* 添加接口
|
|
6516
|
+
* @param itfaceOptions 接口参数
|
|
6517
|
+
*/
|
|
6518
|
+
addInterface(itfaceOptions: Partial<Interface>): Interface;
|
|
6519
|
+
|
|
6520
|
+
/**
|
|
6521
|
+
* 添加接口
|
|
6522
|
+
* @param itface 已有的接口实例
|
|
6839
6523
|
*/
|
|
6840
|
-
|
|
6524
|
+
addInterface(itface: Interface): Interface;
|
|
6841
6525
|
|
|
6842
|
-
|
|
6843
|
-
const node = this.
|
|
6844
|
-
const index = this.
|
|
6845
|
-
node.create({
|
|
6526
|
+
<span class="fstat-no" title="function not covered" > addInterface(</span>options?: string | Partial<Interface> | Interface) {
|
|
6527
|
+
const node = <span class="cstat-no" title="statement not covered" >this._addInterface(options as any);</span>
|
|
6528
|
+
const index = <span class="cstat-no" title="statement not covered" >this.interfaces.indexOf(node);</span>
|
|
6529
|
+
<span class="cstat-no" title="statement not covered" > node.create({</span>
|
|
6846
6530
|
index,
|
|
6847
6531
|
parentNode: this,
|
|
6848
|
-
parentKey: '
|
|
6532
|
+
parentKey: 'interfaces',
|
|
6849
6533
|
});
|
|
6850
|
-
return node
|
|
6851
|
-
}
|
|
6852
|
-
|
|
6853
|
-
<span class="fstat-no" title="function not covered" > getAbstractInterfaceExistingNames(e</span>xcludedList: Array<AbstractInterface> = <span class="branch-0 cbranch-no" title="branch not covered" >[]) {</span>
|
|
6854
|
-
const excludedSet = <span class="cstat-no" title="statement not covered" >new Set(excludedList);</span>
|
|
6855
|
-
<span class="cstat-no" title="statement not covered" > return ((this.interfaces as AbstractInterface[]) || [])</span>
|
|
6856
|
-
.filter((<span class="fstat-no" title="function not covered" >item) => <span class="cstat-no" title="statement not covered" >!</span>excludedSet.has(item))</span>
|
|
6857
|
-
.map((<span class="fstat-no" title="function not covered" >item) => <span class="cstat-no" title="statement not covered" >i</span>tem?.name)</span>;
|
|
6858
|
-
}
|
|
6859
|
-
<span class="fstat-no" title="function not covered" > getAbstractInterfaceUniqueName(n</span>ame = <span class="branch-0 cbranch-no" title="branch not covered" >'Interface1') {</span>
|
|
6860
|
-
<span class="cstat-no" title="statement not covered" > return utils.unique(name, this.getAbstractInterfaceExistingNames(), undefined, false);</span>
|
|
6534
|
+
<span class="cstat-no" title="statement not covered" > return node;</span>
|
|
6861
6535
|
}
|
|
6862
6536
|
|
|
6863
|
-
<span class="fstat-no" title="function not covered" > getViewExistingNames(
|
|
6537
|
+
<span class="fstat-no" title="function not covered" > getViewExistingNames(</span>excludedList: Array<View> = <span class="branch-0 cbranch-no" title="branch not covered" >[])</span> {
|
|
6864
6538
|
const excludedSet = <span class="cstat-no" title="statement not covered" >new Set(excludedList);</span>
|
|
6865
|
-
<span class="cstat-no" title="statement not covered" > return ((this.views as View[]) || []).filter(
|
|
6539
|
+
<span class="cstat-no" title="statement not covered" > return ((this.views as View[]) || []).filter(<span class="fstat-no" title="function not covered" >(i</span>tem) => <span class="cstat-no" title="statement not covered" >!excludedSet.has(item))</span>.map(<span class="fstat-no" title="function not covered" >(i</span>tem) => <span class="cstat-no" title="statement not covered" >item.name)</span>;</span>
|
|
6866
6540
|
}
|
|
6867
|
-
<span class="fstat-no" title="function not covered" > getViewUniqueName(
|
|
6541
|
+
<span class="fstat-no" title="function not covered" > getViewUniqueName(</span>name = <span class="branch-0 cbranch-no" title="branch not covered" >'view1')</span> {
|
|
6868
6542
|
<span class="cstat-no" title="statement not covered" > return utils.unique(name, this.getViewExistingNames(), undefined, false);</span>
|
|
6869
6543
|
}
|
|
6870
6544
|
|
|
@@ -6889,10 +6563,9 @@ export class Namespace extends BaseNode {
|
|
|
6889
6563
|
*/
|
|
6890
6564
|
_insertViewAt(view: View, index: number): View;
|
|
6891
6565
|
|
|
6892
|
-
<span class="fstat-no" title="function not covered" > _insertViewAt(
|
|
6566
|
+
<span class="fstat-no" title="function not covered" > _insertViewAt(</span>options: string | Partial<View> | View, index: number) {
|
|
6893
6567
|
const viewOptions: any = <span class="cstat-no" title="statement not covered" >{};</span>
|
|
6894
6568
|
const relationOptions = <span class="cstat-no" title="statement not covered" >{ parentNode: this, parentKey: 'views' };</span>
|
|
6895
|
-
const <span class="cstat-no" title="statement not covered" >View = getConceptConstructor('View');</span>
|
|
6896
6569
|
let view: View;
|
|
6897
6570
|
<span class="cstat-no" title="statement not covered" > if (!options) {</span>
|
|
6898
6571
|
<span class="cstat-no" title="statement not covered" > view = View.from(</span>
|
|
@@ -6903,7 +6576,7 @@ export class Namespace extends BaseNode {
|
|
|
6903
6576
|
this,
|
|
6904
6577
|
'views',
|
|
6905
6578
|
);
|
|
6906
|
-
<span class="cstat-no" title="statement not covered" >
|
|
6579
|
+
} else <span class="cstat-no" title="statement not covered" >if (typeof options === 'string') {</span>
|
|
6907
6580
|
<span class="cstat-no" title="statement not covered" > view = View.from(</span>
|
|
6908
6581
|
{
|
|
6909
6582
|
...viewOptions,
|
|
@@ -6912,8 +6585,8 @@ export class Namespace extends BaseNode {
|
|
|
6912
6585
|
this,
|
|
6913
6586
|
'views',
|
|
6914
6587
|
);
|
|
6915
|
-
<span class="cstat-no" title="statement not covered" >
|
|
6916
|
-
<span class="cstat-no" title="statement not covered" > options.ensureDelete();
|
|
6588
|
+
} else <span class="cstat-no" title="statement not covered" >if (options instanceof View) {</span>
|
|
6589
|
+
<span class="cstat-no" title="statement not covered" > options.ensureDelete(); </span>// 同一实例不支持多处存在
|
|
6917
6590
|
<span class="cstat-no" title="statement not covered" > view = options;</span>
|
|
6918
6591
|
<span class="cstat-no" title="statement not covered" > Object.assign(view, relationOptions);</span>
|
|
6919
6592
|
} else {
|
|
@@ -6948,7 +6621,7 @@ export class Namespace extends BaseNode {
|
|
|
6948
6621
|
*/
|
|
6949
6622
|
insertViewAt(view: View, index: number): View;
|
|
6950
6623
|
|
|
6951
|
-
<span class="fstat-no" title="function not covered" > insertViewAt(
|
|
6624
|
+
<span class="fstat-no" title="function not covered" > insertViewAt(</span>options: string | Partial<View> | View, index: number) {
|
|
6952
6625
|
const node = <span class="cstat-no" title="statement not covered" >this._insertViewAt(options as any, index);</span>
|
|
6953
6626
|
<span class="cstat-no" title="statement not covered" > node.create({</span>
|
|
6954
6627
|
index,
|
|
@@ -6979,7 +6652,7 @@ export class Namespace extends BaseNode {
|
|
|
6979
6652
|
*/
|
|
6980
6653
|
_addView(view: View): View;
|
|
6981
6654
|
|
|
6982
|
-
<span class="fstat-no" title="function not covered" > _addView(
|
|
6655
|
+
<span class="fstat-no" title="function not covered" > _addView(</span>options?: string | Partial<View> | View) {
|
|
6983
6656
|
const index = <span class="cstat-no" title="statement not covered" >this.views.length;</span>
|
|
6984
6657
|
<span class="cstat-no" title="statement not covered" > return this._insertViewAt(options as any, index);</span>
|
|
6985
6658
|
}
|
|
@@ -7003,7 +6676,7 @@ export class Namespace extends BaseNode {
|
|
|
7003
6676
|
*/
|
|
7004
6677
|
addView(view: View): View;
|
|
7005
6678
|
|
|
7006
|
-
<span class="fstat-no" title="function not covered" > addView(
|
|
6679
|
+
<span class="fstat-no" title="function not covered" > addView(</span>options?: string | Partial<View> | View) {
|
|
7007
6680
|
const node = <span class="cstat-no" title="statement not covered" >this._addView(options as any);</span>
|
|
7008
6681
|
const index = <span class="cstat-no" title="statement not covered" >this.views.indexOf(node);</span>
|
|
7009
6682
|
<span class="cstat-no" title="statement not covered" > node.create({</span>
|
|
@@ -7014,13 +6687,13 @@ export class Namespace extends BaseNode {
|
|
|
7014
6687
|
<span class="cstat-no" title="statement not covered" > return node;</span>
|
|
7015
6688
|
}
|
|
7016
6689
|
|
|
7017
|
-
<span class="fstat-no" title="function not covered" > getVarExistingNames(
|
|
6690
|
+
<span class="fstat-no" title="function not covered" > getVarExistingNames(</span>excludedList: Array<Variable> = <span class="branch-0 cbranch-no" title="branch not covered" >[])</span> {
|
|
7018
6691
|
const excludedSet = <span class="cstat-no" title="statement not covered" >new Set(excludedList);</span>
|
|
7019
6692
|
<span class="cstat-no" title="statement not covered" > return ((this.frontendVariables as Variable[]) || [])</span>
|
|
7020
|
-
.filter(
|
|
7021
|
-
.map(
|
|
6693
|
+
.filter(<span class="fstat-no" title="function not covered" >(i</span>tem) => <span class="cstat-no" title="statement not covered" >!excludedSet.has(item))</span>
|
|
6694
|
+
.map(<span class="fstat-no" title="function not covered" >(i</span>tem) => <span class="cstat-no" title="statement not covered" >item.name)</span>;
|
|
7022
6695
|
}
|
|
7023
|
-
<span class="fstat-no" title="function not covered" > getVariableUniqueName(
|
|
6696
|
+
<span class="fstat-no" title="function not covered" > getVariableUniqueName(</span>name = <span class="branch-0 cbranch-no" title="branch not covered" >'variable1')</span> {
|
|
7024
6697
|
<span class="cstat-no" title="statement not covered" > return utils.unique(name, this.getVarExistingNames(), undefined, true);</span>
|
|
7025
6698
|
}
|
|
7026
6699
|
|
|
@@ -7045,10 +6718,9 @@ export class Namespace extends BaseNode {
|
|
|
7045
6718
|
*/
|
|
7046
6719
|
_insertVariableInFrontendVariablesAt(variable: Variable, index: number): Variable;
|
|
7047
6720
|
|
|
7048
|
-
<span class="fstat-no" title="function not covered" > _insertVariableInFrontendVariablesAt(
|
|
6721
|
+
<span class="fstat-no" title="function not covered" > _insertVariableInFrontendVariablesAt(</span>options: string | Partial<Variable> | Variable, index: number) {
|
|
7049
6722
|
const variableOptions: any = <span class="cstat-no" title="statement not covered" >{};</span>
|
|
7050
6723
|
const relationOptions = <span class="cstat-no" title="statement not covered" >{ parentNode: this, parentKey: 'frontendVariables' };</span>
|
|
7051
|
-
const <span class="cstat-no" title="statement not covered" >Variable = getConceptConstructor('Variable');</span>
|
|
7052
6724
|
let variable: Variable;
|
|
7053
6725
|
<span class="cstat-no" title="statement not covered" > if (!options) {</span>
|
|
7054
6726
|
<span class="cstat-no" title="statement not covered" > variable = Variable.from(</span>
|
|
@@ -7059,7 +6731,7 @@ export class Namespace extends BaseNode {
|
|
|
7059
6731
|
this,
|
|
7060
6732
|
'frontendVariables',
|
|
7061
6733
|
);
|
|
7062
|
-
<span class="cstat-no" title="statement not covered" >
|
|
6734
|
+
} else <span class="cstat-no" title="statement not covered" >if (typeof options === 'string') {</span>
|
|
7063
6735
|
<span class="cstat-no" title="statement not covered" > variable = Variable.from(</span>
|
|
7064
6736
|
{
|
|
7065
6737
|
...variableOptions,
|
|
@@ -7068,8 +6740,8 @@ export class Namespace extends BaseNode {
|
|
|
7068
6740
|
this,
|
|
7069
6741
|
'frontendVariables',
|
|
7070
6742
|
);
|
|
7071
|
-
<span class="cstat-no" title="statement not covered" >
|
|
7072
|
-
<span class="cstat-no" title="statement not covered" > options.ensureDelete();
|
|
6743
|
+
} else <span class="cstat-no" title="statement not covered" >if (options instanceof Variable) {</span>
|
|
6744
|
+
<span class="cstat-no" title="statement not covered" > options.ensureDelete(); </span>// 同一实例不支持多处存在
|
|
7073
6745
|
<span class="cstat-no" title="statement not covered" > variable = options;</span>
|
|
7074
6746
|
<span class="cstat-no" title="statement not covered" > Object.assign(variable, relationOptions);</span>
|
|
7075
6747
|
} else {
|
|
@@ -7104,7 +6776,7 @@ export class Namespace extends BaseNode {
|
|
|
7104
6776
|
*/
|
|
7105
6777
|
insertVariableInFrontendVariablesAt(variable: Variable, index: number): Variable;
|
|
7106
6778
|
|
|
7107
|
-
<span class="fstat-no" title="function not covered" > insertVariableInFrontendVariablesAt(
|
|
6779
|
+
<span class="fstat-no" title="function not covered" > insertVariableInFrontendVariablesAt(</span>options: string | Partial<Variable> | Variable, index: number) {
|
|
7108
6780
|
const node = <span class="cstat-no" title="statement not covered" >this._insertVariableInFrontendVariablesAt(options as any, index);</span>
|
|
7109
6781
|
<span class="cstat-no" title="statement not covered" > node.create({</span>
|
|
7110
6782
|
index,
|
|
@@ -7135,7 +6807,7 @@ export class Namespace extends BaseNode {
|
|
|
7135
6807
|
*/
|
|
7136
6808
|
_addVariableInFrontendVariables(variable: Variable): Variable;
|
|
7137
6809
|
|
|
7138
|
-
<span class="fstat-no" title="function not covered" > _addVariableInFrontendVariables(
|
|
6810
|
+
<span class="fstat-no" title="function not covered" > _addVariableInFrontendVariables(</span>options?: string | Partial<Variable> | Variable) {
|
|
7139
6811
|
const index = <span class="cstat-no" title="statement not covered" >this.frontendVariables.length;</span>
|
|
7140
6812
|
<span class="cstat-no" title="statement not covered" > return this._insertVariableInFrontendVariablesAt(options as any, index);</span>
|
|
7141
6813
|
}
|
|
@@ -7159,7 +6831,7 @@ export class Namespace extends BaseNode {
|
|
|
7159
6831
|
*/
|
|
7160
6832
|
addVariableInFrontendVariables(variable: Variable): Variable;
|
|
7161
6833
|
|
|
7162
|
-
<span class="fstat-no" title="function not covered" > addVariableInFrontendVariables(
|
|
6834
|
+
<span class="fstat-no" title="function not covered" > addVariableInFrontendVariables(</span>options?: string | Partial<Variable> | Variable) {
|
|
7163
6835
|
const node = <span class="cstat-no" title="statement not covered" >this._addVariableInFrontendVariables(options as any);</span>
|
|
7164
6836
|
const index = <span class="cstat-no" title="statement not covered" >this.frontendVariables.indexOf(node);</span>
|
|
7165
6837
|
<span class="cstat-no" title="statement not covered" > node.create({</span>
|
|
@@ -7191,10 +6863,9 @@ export class Namespace extends BaseNode {
|
|
|
7191
6863
|
*/
|
|
7192
6864
|
_insertVariableInVariablesAt(variable: Variable, index: number): Variable;
|
|
7193
6865
|
|
|
7194
|
-
<span class="fstat-no" title="function not covered" > _insertVariableInVariablesAt(
|
|
6866
|
+
<span class="fstat-no" title="function not covered" > _insertVariableInVariablesAt(</span>options: string | Partial<Variable> | Variable, index: number) {
|
|
7195
6867
|
const variableOptions: any = <span class="cstat-no" title="statement not covered" >{};</span>
|
|
7196
6868
|
const relationOptions = <span class="cstat-no" title="statement not covered" >{ parentNode: this, parentKey: 'variables' };</span>
|
|
7197
|
-
const <span class="cstat-no" title="statement not covered" >Variable = getConceptConstructor('Variable');</span>
|
|
7198
6869
|
let variable: Variable;
|
|
7199
6870
|
<span class="cstat-no" title="statement not covered" > if (!options) {</span>
|
|
7200
6871
|
<span class="cstat-no" title="statement not covered" > variable = Variable.from(</span>
|
|
@@ -7205,7 +6876,7 @@ export class Namespace extends BaseNode {
|
|
|
7205
6876
|
this,
|
|
7206
6877
|
'variables',
|
|
7207
6878
|
);
|
|
7208
|
-
<span class="cstat-no" title="statement not covered" >
|
|
6879
|
+
} else <span class="cstat-no" title="statement not covered" >if (typeof options === 'string') {</span>
|
|
7209
6880
|
<span class="cstat-no" title="statement not covered" > variable = Variable.from(</span>
|
|
7210
6881
|
{
|
|
7211
6882
|
...variableOptions,
|
|
@@ -7214,8 +6885,8 @@ export class Namespace extends BaseNode {
|
|
|
7214
6885
|
this,
|
|
7215
6886
|
'variables',
|
|
7216
6887
|
);
|
|
7217
|
-
<span class="cstat-no" title="statement not covered" >
|
|
7218
|
-
<span class="cstat-no" title="statement not covered" > options.ensureDelete();
|
|
6888
|
+
} else <span class="cstat-no" title="statement not covered" >if (options instanceof Variable) {</span>
|
|
6889
|
+
<span class="cstat-no" title="statement not covered" > options.ensureDelete(); </span>// 同一实例不支持多处存在
|
|
7219
6890
|
<span class="cstat-no" title="statement not covered" > variable = options;</span>
|
|
7220
6891
|
<span class="cstat-no" title="statement not covered" > Object.assign(variable, relationOptions);</span>
|
|
7221
6892
|
} else {
|
|
@@ -7250,7 +6921,7 @@ export class Namespace extends BaseNode {
|
|
|
7250
6921
|
*/
|
|
7251
6922
|
insertVariableInVariablesAt(variable: Variable, index: number): Variable;
|
|
7252
6923
|
|
|
7253
|
-
<span class="fstat-no" title="function not covered" > insertVariableInVariablesAt(
|
|
6924
|
+
<span class="fstat-no" title="function not covered" > insertVariableInVariablesAt(</span>options: string | Partial<Variable> | Variable, index: number) {
|
|
7254
6925
|
const node = <span class="cstat-no" title="statement not covered" >this._insertVariableInVariablesAt(options as any, index);</span>
|
|
7255
6926
|
<span class="cstat-no" title="statement not covered" > node.create({</span>
|
|
7256
6927
|
index,
|
|
@@ -7281,7 +6952,7 @@ export class Namespace extends BaseNode {
|
|
|
7281
6952
|
*/
|
|
7282
6953
|
_addVariableInVariables(variable: Variable): Variable;
|
|
7283
6954
|
|
|
7284
|
-
<span class="fstat-no" title="function not covered" > _addVariableInVariables(
|
|
6955
|
+
<span class="fstat-no" title="function not covered" > _addVariableInVariables(</span>options?: string | Partial<Variable> | Variable) {
|
|
7285
6956
|
const index = <span class="cstat-no" title="statement not covered" >this.variables.length;</span>
|
|
7286
6957
|
<span class="cstat-no" title="statement not covered" > return this._insertVariableInVariablesAt(options as any, index);</span>
|
|
7287
6958
|
}
|
|
@@ -7305,7 +6976,7 @@ export class Namespace extends BaseNode {
|
|
|
7305
6976
|
*/
|
|
7306
6977
|
addVariableInVariables(variable: Variable): Variable;
|
|
7307
6978
|
|
|
7308
|
-
<span class="fstat-no" title="function not covered" > addVariableInVariables(
|
|
6979
|
+
<span class="fstat-no" title="function not covered" > addVariableInVariables(</span>options?: string | Partial<Variable> | Variable) {
|
|
7309
6980
|
const node = <span class="cstat-no" title="statement not covered" >this._addVariableInVariables(options as any);</span>
|
|
7310
6981
|
const index = <span class="cstat-no" title="statement not covered" >this.variables.indexOf(node);</span>
|
|
7311
6982
|
<span class="cstat-no" title="statement not covered" > node.create({</span>
|
|
@@ -7316,13 +6987,13 @@ export class Namespace extends BaseNode {
|
|
|
7316
6987
|
<span class="cstat-no" title="statement not covered" > return node;</span>
|
|
7317
6988
|
}
|
|
7318
6989
|
|
|
7319
|
-
<span class="fstat-no" title="function not covered" > getViewComponentExistingNames(
|
|
6990
|
+
<span class="fstat-no" title="function not covered" > getViewComponentExistingNames(</span>excludedList: Array<ViewComponent> = <span class="branch-0 cbranch-no" title="branch not covered" >[])</span> {
|
|
7320
6991
|
const excludedSet = <span class="cstat-no" title="statement not covered" >new Set(excludedList);</span>
|
|
7321
6992
|
<span class="cstat-no" title="statement not covered" > return ((this.viewComponents as ViewComponent[]) || [])</span>
|
|
7322
|
-
.filter(
|
|
7323
|
-
.map(
|
|
6993
|
+
.filter(<span class="fstat-no" title="function not covered" >(i</span>tem) => <span class="cstat-no" title="statement not covered" >!excludedSet.has(item))</span>
|
|
6994
|
+
.map(<span class="fstat-no" title="function not covered" >(i</span>tem) => <span class="cstat-no" title="statement not covered" >item.name)</span>;
|
|
7324
6995
|
}
|
|
7325
|
-
<span class="fstat-no" title="function not covered" > getViewComponentUniqueName(
|
|
6996
|
+
<span class="fstat-no" title="function not covered" > getViewComponentUniqueName(</span>name = <span class="branch-0 cbranch-no" title="branch not covered" >'viewComponent1')</span> {
|
|
7326
6997
|
<span class="cstat-no" title="statement not covered" > return utils.unique(name, this.getViewComponentExistingNames(), undefined, false);</span>
|
|
7327
6998
|
}
|
|
7328
6999
|
|
|
@@ -7347,10 +7018,9 @@ export class Namespace extends BaseNode {
|
|
|
7347
7018
|
*/
|
|
7348
7019
|
_insertViewComponentAt(viewComponent: ViewComponent, index: number): ViewComponent;
|
|
7349
7020
|
|
|
7350
|
-
<span class="fstat-no" title="function not covered" > _insertViewComponentAt(
|
|
7021
|
+
<span class="fstat-no" title="function not covered" > _insertViewComponentAt(</span>options: string | Partial<ViewComponent> | ViewComponent, index: number) {
|
|
7351
7022
|
const viewComponentOptions: any = <span class="cstat-no" title="statement not covered" >{};</span>
|
|
7352
7023
|
const relationOptions = <span class="cstat-no" title="statement not covered" >{ parentNode: this, parentKey: 'viewComponents' };</span>
|
|
7353
|
-
const <span class="cstat-no" title="statement not covered" >ViewComponent = getConceptConstructor('ViewComponent');</span>
|
|
7354
7024
|
let viewComponent: ViewComponent;
|
|
7355
7025
|
<span class="cstat-no" title="statement not covered" > if (!options) {</span>
|
|
7356
7026
|
<span class="cstat-no" title="statement not covered" > viewComponent = ViewComponent.from(</span>
|
|
@@ -7361,7 +7031,7 @@ export class Namespace extends BaseNode {
|
|
|
7361
7031
|
this,
|
|
7362
7032
|
'viewComponents',
|
|
7363
7033
|
);
|
|
7364
|
-
<span class="cstat-no" title="statement not covered" >
|
|
7034
|
+
} else <span class="cstat-no" title="statement not covered" >if (typeof options === 'string') {</span>
|
|
7365
7035
|
<span class="cstat-no" title="statement not covered" > viewComponent = ViewComponent.from(</span>
|
|
7366
7036
|
{
|
|
7367
7037
|
...viewComponentOptions,
|
|
@@ -7370,8 +7040,8 @@ export class Namespace extends BaseNode {
|
|
|
7370
7040
|
this,
|
|
7371
7041
|
'viewComponents',
|
|
7372
7042
|
);
|
|
7373
|
-
<span class="cstat-no" title="statement not covered" >
|
|
7374
|
-
<span class="cstat-no" title="statement not covered" > options.ensureDelete();
|
|
7043
|
+
} else <span class="cstat-no" title="statement not covered" >if (options instanceof ViewComponent) {</span>
|
|
7044
|
+
<span class="cstat-no" title="statement not covered" > options.ensureDelete(); </span>// 同一实例不支持多处存在
|
|
7375
7045
|
<span class="cstat-no" title="statement not covered" > viewComponent = options;</span>
|
|
7376
7046
|
<span class="cstat-no" title="statement not covered" > Object.assign(viewComponent, relationOptions);</span>
|
|
7377
7047
|
} else {
|
|
@@ -7406,7 +7076,7 @@ export class Namespace extends BaseNode {
|
|
|
7406
7076
|
*/
|
|
7407
7077
|
insertViewComponentAt(viewComponent: ViewComponent, index: number): ViewComponent;
|
|
7408
7078
|
|
|
7409
|
-
<span class="fstat-no" title="function not covered" > insertViewComponentAt(
|
|
7079
|
+
<span class="fstat-no" title="function not covered" > insertViewComponentAt(</span>options: string | Partial<ViewComponent> | ViewComponent, index: number) {
|
|
7410
7080
|
const node = <span class="cstat-no" title="statement not covered" >this._insertViewComponentAt(options as any, index);</span>
|
|
7411
7081
|
<span class="cstat-no" title="statement not covered" > node.create({</span>
|
|
7412
7082
|
index,
|
|
@@ -7437,7 +7107,7 @@ export class Namespace extends BaseNode {
|
|
|
7437
7107
|
*/
|
|
7438
7108
|
_addViewComponent(viewComponent: ViewComponent): ViewComponent;
|
|
7439
7109
|
|
|
7440
|
-
<span class="fstat-no" title="function not covered" > _addViewComponent(
|
|
7110
|
+
<span class="fstat-no" title="function not covered" > _addViewComponent(</span>options?: string | Partial<ViewComponent> | ViewComponent) {
|
|
7441
7111
|
const index = <span class="cstat-no" title="statement not covered" >this.viewComponents.length;</span>
|
|
7442
7112
|
<span class="cstat-no" title="statement not covered" > return this._insertViewComponentAt(options as any, index);</span>
|
|
7443
7113
|
}
|
|
@@ -7461,7 +7131,7 @@ export class Namespace extends BaseNode {
|
|
|
7461
7131
|
*/
|
|
7462
7132
|
addViewComponent(viewComponent: ViewComponent): ViewComponent;
|
|
7463
7133
|
|
|
7464
|
-
<span class="fstat-no" title="function not covered" > addViewComponent(
|
|
7134
|
+
<span class="fstat-no" title="function not covered" > addViewComponent(</span>options?: string | Partial<ViewComponent> | ViewComponent) {
|
|
7465
7135
|
const node = <span class="cstat-no" title="statement not covered" >this._addViewComponent(options as any);</span>
|
|
7466
7136
|
const index = <span class="cstat-no" title="statement not covered" >this.viewComponents.indexOf(node);</span>
|
|
7467
7137
|
<span class="cstat-no" title="statement not covered" > node.create({</span>
|
|
@@ -7472,13 +7142,13 @@ export class Namespace extends BaseNode {
|
|
|
7472
7142
|
<span class="cstat-no" title="statement not covered" > return node;</span>
|
|
7473
7143
|
}
|
|
7474
7144
|
|
|
7475
|
-
<span class="fstat-no" title="function not covered" > getProcessComponentExistingNames(
|
|
7145
|
+
<span class="fstat-no" title="function not covered" > getProcessComponentExistingNames(</span>excludedList: Array<ProcessComponent> = <span class="branch-0 cbranch-no" title="branch not covered" >[])</span> {
|
|
7476
7146
|
const excludedSet = <span class="cstat-no" title="statement not covered" >new Set(excludedList);</span>
|
|
7477
7147
|
<span class="cstat-no" title="statement not covered" > return ((this.processComponents as ProcessComponent[]) || [])</span>
|
|
7478
|
-
.filter(
|
|
7479
|
-
.map(
|
|
7148
|
+
.filter(<span class="fstat-no" title="function not covered" >(i</span>tem) => <span class="cstat-no" title="statement not covered" >!excludedSet.has(item))</span>
|
|
7149
|
+
.map(<span class="fstat-no" title="function not covered" >(i</span>tem) => <span class="cstat-no" title="statement not covered" >item.name)</span>;
|
|
7480
7150
|
}
|
|
7481
|
-
<span class="fstat-no" title="function not covered" > getProcessComponentUniqueName(
|
|
7151
|
+
<span class="fstat-no" title="function not covered" > getProcessComponentUniqueName(</span>name = <span class="branch-0 cbranch-no" title="branch not covered" >'processComponent1')</span> {
|
|
7482
7152
|
<span class="cstat-no" title="statement not covered" > return utils.unique(name, this.getProcessComponentExistingNames(), undefined, false);</span>
|
|
7483
7153
|
}
|
|
7484
7154
|
|
|
@@ -7503,12 +7173,11 @@ export class Namespace extends BaseNode {
|
|
|
7503
7173
|
*/
|
|
7504
7174
|
_insertProcessComponentAt(processComponent: ProcessComponent, index: number): ProcessComponent;
|
|
7505
7175
|
|
|
7506
|
-
_insertProcessComponentAt(options: string | Partial<ProcessComponent> | ProcessComponent, index: number) {
|
|
7507
|
-
const processComponentOptions: any = {}
|
|
7508
|
-
const relationOptions = { parentNode: this, parentKey: 'processComponents' }
|
|
7509
|
-
const ProcessComponent = getConceptConstructor('ProcessComponent');
|
|
7176
|
+
<span class="fstat-no" title="function not covered" > _insertProcessComponentAt(</span>options: string | Partial<ProcessComponent> | ProcessComponent, index: number) {
|
|
7177
|
+
const processComponentOptions: any = <span class="cstat-no" title="statement not covered" >{};</span>
|
|
7178
|
+
const relationOptions = <span class="cstat-no" title="statement not covered" >{ parentNode: this, parentKey: 'processComponents' };</span>
|
|
7510
7179
|
let processComponent: ProcessComponent;
|
|
7511
|
-
|
|
7180
|
+
<span class="cstat-no" title="statement not covered" > if (!options) {</span>
|
|
7512
7181
|
<span class="cstat-no" title="statement not covered" > processComponent = ProcessComponent.from(</span>
|
|
7513
7182
|
{
|
|
7514
7183
|
...processComponentOptions,
|
|
@@ -7517,7 +7186,7 @@ export class Namespace extends BaseNode {
|
|
|
7517
7186
|
this,
|
|
7518
7187
|
'processComponents',
|
|
7519
7188
|
);
|
|
7520
|
-
<span class="
|
|
7189
|
+
} else <span class="cstat-no" title="statement not covered" >if (typeof options === 'string') {</span>
|
|
7521
7190
|
<span class="cstat-no" title="statement not covered" > processComponent = ProcessComponent.from(</span>
|
|
7522
7191
|
{
|
|
7523
7192
|
...processComponentOptions,
|
|
@@ -7526,10 +7195,10 @@ export class Namespace extends BaseNode {
|
|
|
7526
7195
|
this,
|
|
7527
7196
|
'processComponents',
|
|
7528
7197
|
);
|
|
7529
|
-
<span class="
|
|
7530
|
-
options.ensureDelete();
|
|
7531
|
-
processComponent = options
|
|
7532
|
-
Object.assign(processComponent, relationOptions)
|
|
7198
|
+
} else <span class="cstat-no" title="statement not covered" >if (options instanceof ProcessComponent) {</span>
|
|
7199
|
+
<span class="cstat-no" title="statement not covered" > options.ensureDelete(); </span>// 同一实例不支持多处存在
|
|
7200
|
+
<span class="cstat-no" title="statement not covered" > processComponent = options;</span>
|
|
7201
|
+
<span class="cstat-no" title="statement not covered" > Object.assign(processComponent, relationOptions);</span>
|
|
7533
7202
|
} else {
|
|
7534
7203
|
<span class="cstat-no" title="statement not covered" > processComponent = ProcessComponent.from(</span>
|
|
7535
7204
|
{
|
|
@@ -7540,8 +7209,8 @@ export class Namespace extends BaseNode {
|
|
|
7540
7209
|
'processComponents',
|
|
7541
7210
|
);
|
|
7542
7211
|
}
|
|
7543
|
-
this.processComponents.splice(index, 0, processComponent)
|
|
7544
|
-
return processComponent
|
|
7212
|
+
<span class="cstat-no" title="statement not covered" > this.processComponents.splice(index, 0, processComponent);</span>
|
|
7213
|
+
<span class="cstat-no" title="statement not covered" > return processComponent;</span>
|
|
7545
7214
|
}
|
|
7546
7215
|
|
|
7547
7216
|
/**
|
|
@@ -7562,7 +7231,7 @@ export class Namespace extends BaseNode {
|
|
|
7562
7231
|
*/
|
|
7563
7232
|
insertProcessComponentAt(processComponent: ProcessComponent, index: number): ProcessComponent;
|
|
7564
7233
|
|
|
7565
|
-
<span class="fstat-no" title="function not covered" > insertProcessComponentAt(
|
|
7234
|
+
<span class="fstat-no" title="function not covered" > insertProcessComponentAt(</span>options: string | Partial<ProcessComponent> | ProcessComponent, index: number) {
|
|
7566
7235
|
const node = <span class="cstat-no" title="statement not covered" >this._insertProcessComponentAt(options as any, index);</span>
|
|
7567
7236
|
<span class="cstat-no" title="statement not covered" > node.create({</span>
|
|
7568
7237
|
index,
|
|
@@ -7593,9 +7262,9 @@ export class Namespace extends BaseNode {
|
|
|
7593
7262
|
*/
|
|
7594
7263
|
_addProcessComponent(processComponent: ProcessComponent): ProcessComponent;
|
|
7595
7264
|
|
|
7596
|
-
_addProcessComponent(options?: string | Partial<ProcessComponent> | ProcessComponent) {
|
|
7597
|
-
const index = this.processComponents.length
|
|
7598
|
-
return this._insertProcessComponentAt(options as any, index)
|
|
7265
|
+
<span class="fstat-no" title="function not covered" > _addProcessComponent(</span>options?: string | Partial<ProcessComponent> | ProcessComponent) {
|
|
7266
|
+
const index = <span class="cstat-no" title="statement not covered" >this.processComponents.length;</span>
|
|
7267
|
+
<span class="cstat-no" title="statement not covered" > return this._insertProcessComponentAt(options as any, index);</span>
|
|
7599
7268
|
}
|
|
7600
7269
|
|
|
7601
7270
|
/**
|
|
@@ -7617,15 +7286,15 @@ export class Namespace extends BaseNode {
|
|
|
7617
7286
|
*/
|
|
7618
7287
|
addProcessComponent(processComponent: ProcessComponent): ProcessComponent;
|
|
7619
7288
|
|
|
7620
|
-
addProcessComponent(options?: string | Partial<ProcessComponent> | ProcessComponent) {
|
|
7621
|
-
const node = this._addProcessComponent(options as any)
|
|
7622
|
-
const index = this.processComponents.indexOf(node)
|
|
7623
|
-
node.create({
|
|
7289
|
+
<span class="fstat-no" title="function not covered" > addProcessComponent(</span>options?: string | Partial<ProcessComponent> | ProcessComponent) {
|
|
7290
|
+
const node = <span class="cstat-no" title="statement not covered" >this._addProcessComponent(options as any);</span>
|
|
7291
|
+
const index = <span class="cstat-no" title="statement not covered" >this.processComponents.indexOf(node);</span>
|
|
7292
|
+
<span class="cstat-no" title="statement not covered" > node.create({</span>
|
|
7624
7293
|
index,
|
|
7625
7294
|
parentNode: this,
|
|
7626
7295
|
parentKey: 'processComponents',
|
|
7627
7296
|
});
|
|
7628
|
-
return node
|
|
7297
|
+
<span class="cstat-no" title="statement not covered" > return node;</span>
|
|
7629
7298
|
}
|
|
7630
7299
|
|
|
7631
7300
|
/**
|
|
@@ -7640,10 +7309,10 @@ export class Namespace extends BaseNode {
|
|
|
7640
7309
|
*/
|
|
7641
7310
|
removeNamespace(namespace: Namespace): void;
|
|
7642
7311
|
|
|
7643
|
-
<span class="fstat-no" title="function not covered" > removeNamespace(
|
|
7312
|
+
<span class="fstat-no" title="function not covered" > removeNamespace(</span>options: string | Namespace) {
|
|
7644
7313
|
let namespace: Namespace;
|
|
7645
7314
|
<span class="cstat-no" title="statement not covered" > if (typeof options === 'string') {</span>
|
|
7646
|
-
<span class="cstat-no" title="statement not covered" > namespace = (this.children as Namespace[]).find(
|
|
7315
|
+
<span class="cstat-no" title="statement not covered" > namespace = (this.children as Namespace[]).find(<span class="fstat-no" title="function not covered" >(i</span>tem) => <span class="cstat-no" title="statement not covered" >item.name === options)</span>;</span>
|
|
7647
7316
|
<span class="cstat-no" title="statement not covered" > if (!namespace) {</span>
|
|
7648
7317
|
<span class="cstat-no" title="statement not covered" > throw new Error('找不到命名空间 ' + options);</span>
|
|
7649
7318
|
}
|
|
@@ -7653,7 +7322,7 @@ export class Namespace extends BaseNode {
|
|
|
7653
7322
|
<span class="cstat-no" title="statement not covered" > return namespace.delete();</span>
|
|
7654
7323
|
}
|
|
7655
7324
|
|
|
7656
|
-
<span class="fstat-no" title="function not covered" > __removeNamespace(
|
|
7325
|
+
<span class="fstat-no" title="function not covered" > __removeNamespace(</span>namespace: Namespace) {
|
|
7657
7326
|
const parentKey = <span class="cstat-no" title="statement not covered" >namespace.parentKey;</span>
|
|
7658
7327
|
const params: Params = <span class="cstat-no" title="statement not covered" >{</span>
|
|
7659
7328
|
parentNode: this,
|
|
@@ -7664,21 +7333,13 @@ export class Namespace extends BaseNode {
|
|
|
7664
7333
|
};
|
|
7665
7334
|
<span class="cstat-no" title="statement not covered" > if (parentKey) {</span>
|
|
7666
7335
|
<span class="cstat-no" title="statement not covered" > params.parentKey = parentKey;</span>
|
|
7667
|
-
|
|
7668
|
-
|
|
7669
|
-
// @ts-ignore
|
|
7670
|
-
const n = <span class="cstat-no" title="statement not covered" >namespace.__v_raw || namespace;</span>
|
|
7671
|
-
<span class="cstat-no" title="statement not covered" > if (Array.isArray((t as any)[parentKey])) {</span>
|
|
7672
|
-
// @ts-ignore
|
|
7673
|
-
const index = (<span class="cstat-no" title="statement not covered" >t as any)[parentKey].findIndex((<span class="cstat-no" title="statement not covered" ><span class="fstat-no" title="function not covered" >el) => (e</span>l.__v_raw || el) === n)</span>;</span>
|
|
7336
|
+
<span class="cstat-no" title="statement not covered" > if (Array.isArray((this as any)[parentKey])) {</span>
|
|
7337
|
+
const index = (<span class="cstat-no" title="statement not covered" >this as any)[parentKey].indexOf(namespace);</span>
|
|
7674
7338
|
<span class="cstat-no" title="statement not covered" > ~index && (this as any)[parentKey].splice(index, 1);</span>
|
|
7675
7339
|
<span class="cstat-no" title="statement not covered" > params.index = index;</span>
|
|
7676
|
-
} else {
|
|
7677
|
-
|
|
7678
|
-
<span class="cstat-no" title="statement not covered" >
|
|
7679
|
-
<span class="cstat-no" title="statement not covered" > params.index = 0;</span>
|
|
7680
|
-
(<span class="cstat-no" title="statement not covered" >this as any)[parentKey] = undefined;</span>
|
|
7681
|
-
}
|
|
7340
|
+
} else <span class="cstat-no" title="statement not covered" >if ((this as any)[parentKey] === namespace) {</span>
|
|
7341
|
+
<span class="cstat-no" title="statement not covered" > params.index = 0;</span>
|
|
7342
|
+
(<span class="cstat-no" title="statement not covered" >this as any)[parentKey] = undefined;</span>
|
|
7682
7343
|
}
|
|
7683
7344
|
}
|
|
7684
7345
|
<span class="cstat-no" title="statement not covered" > return params;</span>
|
|
@@ -7696,10 +7357,10 @@ export class Namespace extends BaseNode {
|
|
|
7696
7357
|
*/
|
|
7697
7358
|
removeProcess(process: Process): void;
|
|
7698
7359
|
|
|
7699
|
-
<span class="fstat-no" title="function not covered" > removeProcess(
|
|
7360
|
+
<span class="fstat-no" title="function not covered" > removeProcess(</span>options: string | Process) {
|
|
7700
7361
|
let process: Process;
|
|
7701
7362
|
<span class="cstat-no" title="statement not covered" > if (typeof options === 'string') {</span>
|
|
7702
|
-
<span class="cstat-no" title="statement not covered" > process = (this.processes as Process[]).find(
|
|
7363
|
+
<span class="cstat-no" title="statement not covered" > process = (this.processes as Process[]).find(<span class="fstat-no" title="function not covered" >(i</span>tem) => <span class="cstat-no" title="statement not covered" >item.name === options)</span>;</span>
|
|
7703
7364
|
<span class="cstat-no" title="statement not covered" > if (!process) {</span>
|
|
7704
7365
|
<span class="cstat-no" title="statement not covered" > throw new Error('找不到流程 ' + options);</span>
|
|
7705
7366
|
}
|
|
@@ -7709,7 +7370,7 @@ export class Namespace extends BaseNode {
|
|
|
7709
7370
|
<span class="cstat-no" title="statement not covered" > return process.delete();</span>
|
|
7710
7371
|
}
|
|
7711
7372
|
|
|
7712
|
-
<span class="fstat-no" title="function not covered" > __removeProcess(
|
|
7373
|
+
<span class="fstat-no" title="function not covered" > __removeProcess(</span>process: Process) {
|
|
7713
7374
|
const parentKey = <span class="cstat-no" title="statement not covered" >process.parentKey;</span>
|
|
7714
7375
|
const params: Params = <span class="cstat-no" title="statement not covered" >{</span>
|
|
7715
7376
|
parentNode: this,
|
|
@@ -7720,21 +7381,13 @@ export class Namespace extends BaseNode {
|
|
|
7720
7381
|
};
|
|
7721
7382
|
<span class="cstat-no" title="statement not covered" > if (parentKey) {</span>
|
|
7722
7383
|
<span class="cstat-no" title="statement not covered" > params.parentKey = parentKey;</span>
|
|
7723
|
-
|
|
7724
|
-
|
|
7725
|
-
// @ts-ignore
|
|
7726
|
-
const n = <span class="cstat-no" title="statement not covered" >process.__v_raw || process;</span>
|
|
7727
|
-
<span class="cstat-no" title="statement not covered" > if (Array.isArray((t as any)[parentKey])) {</span>
|
|
7728
|
-
// @ts-ignore
|
|
7729
|
-
const index = (<span class="cstat-no" title="statement not covered" >t as any)[parentKey].findIndex((<span class="cstat-no" title="statement not covered" ><span class="fstat-no" title="function not covered" >el) => (e</span>l.__v_raw || el) === n)</span>;</span>
|
|
7384
|
+
<span class="cstat-no" title="statement not covered" > if (Array.isArray((this as any)[parentKey])) {</span>
|
|
7385
|
+
const index = (<span class="cstat-no" title="statement not covered" >this as any)[parentKey].indexOf(process);</span>
|
|
7730
7386
|
<span class="cstat-no" title="statement not covered" > ~index && (this as any)[parentKey].splice(index, 1);</span>
|
|
7731
7387
|
<span class="cstat-no" title="statement not covered" > params.index = index;</span>
|
|
7732
|
-
} else {
|
|
7733
|
-
|
|
7734
|
-
<span class="cstat-no" title="statement not covered" >
|
|
7735
|
-
<span class="cstat-no" title="statement not covered" > params.index = 0;</span>
|
|
7736
|
-
(<span class="cstat-no" title="statement not covered" >this as any)[parentKey] = undefined;</span>
|
|
7737
|
-
}
|
|
7388
|
+
} else <span class="cstat-no" title="statement not covered" >if ((this as any)[parentKey] === process) {</span>
|
|
7389
|
+
<span class="cstat-no" title="statement not covered" > params.index = 0;</span>
|
|
7390
|
+
(<span class="cstat-no" title="statement not covered" >this as any)[parentKey] = undefined;</span>
|
|
7738
7391
|
}
|
|
7739
7392
|
}
|
|
7740
7393
|
<span class="cstat-no" title="statement not covered" > return params;</span>
|
|
@@ -7752,10 +7405,10 @@ export class Namespace extends BaseNode {
|
|
|
7752
7405
|
*/
|
|
7753
7406
|
removeStructure(structure: Structure): void;
|
|
7754
7407
|
|
|
7755
|
-
<span class="fstat-no" title="function not covered" > removeStructure(
|
|
7408
|
+
<span class="fstat-no" title="function not covered" > removeStructure(</span>options: string | Structure) {
|
|
7756
7409
|
let structure: Structure;
|
|
7757
7410
|
<span class="cstat-no" title="statement not covered" > if (typeof options === 'string') {</span>
|
|
7758
|
-
<span class="cstat-no" title="statement not covered" > structure = (this.structures as Structure[]).find(
|
|
7411
|
+
<span class="cstat-no" title="statement not covered" > structure = (this.structures as Structure[]).find(<span class="fstat-no" title="function not covered" >(i</span>tem) => <span class="cstat-no" title="statement not covered" >item.name === options)</span>;</span>
|
|
7759
7412
|
<span class="cstat-no" title="statement not covered" > if (!structure) {</span>
|
|
7760
7413
|
<span class="cstat-no" title="statement not covered" > throw new Error('找不到数据结构 ' + options);</span>
|
|
7761
7414
|
}
|
|
@@ -7765,7 +7418,7 @@ export class Namespace extends BaseNode {
|
|
|
7765
7418
|
<span class="cstat-no" title="statement not covered" > return structure.delete();</span>
|
|
7766
7419
|
}
|
|
7767
7420
|
|
|
7768
|
-
<span class="fstat-no" title="function not covered" > __removeStructure(
|
|
7421
|
+
<span class="fstat-no" title="function not covered" > __removeStructure(</span>structure: Structure) {
|
|
7769
7422
|
const parentKey = <span class="cstat-no" title="statement not covered" >structure.parentKey;</span>
|
|
7770
7423
|
const params: Params = <span class="cstat-no" title="statement not covered" >{</span>
|
|
7771
7424
|
parentNode: this,
|
|
@@ -7776,21 +7429,13 @@ export class Namespace extends BaseNode {
|
|
|
7776
7429
|
};
|
|
7777
7430
|
<span class="cstat-no" title="statement not covered" > if (parentKey) {</span>
|
|
7778
7431
|
<span class="cstat-no" title="statement not covered" > params.parentKey = parentKey;</span>
|
|
7779
|
-
|
|
7780
|
-
|
|
7781
|
-
// @ts-ignore
|
|
7782
|
-
const n = <span class="cstat-no" title="statement not covered" >structure.__v_raw || structure;</span>
|
|
7783
|
-
<span class="cstat-no" title="statement not covered" > if (Array.isArray((t as any)[parentKey])) {</span>
|
|
7784
|
-
// @ts-ignore
|
|
7785
|
-
const index = (<span class="cstat-no" title="statement not covered" >t as any)[parentKey].findIndex((<span class="cstat-no" title="statement not covered" ><span class="fstat-no" title="function not covered" >el) => (e</span>l.__v_raw || el) === n)</span>;</span>
|
|
7432
|
+
<span class="cstat-no" title="statement not covered" > if (Array.isArray((this as any)[parentKey])) {</span>
|
|
7433
|
+
const index = (<span class="cstat-no" title="statement not covered" >this as any)[parentKey].indexOf(structure);</span>
|
|
7786
7434
|
<span class="cstat-no" title="statement not covered" > ~index && (this as any)[parentKey].splice(index, 1);</span>
|
|
7787
7435
|
<span class="cstat-no" title="statement not covered" > params.index = index;</span>
|
|
7788
|
-
} else {
|
|
7789
|
-
|
|
7790
|
-
<span class="cstat-no" title="statement not covered" >
|
|
7791
|
-
<span class="cstat-no" title="statement not covered" > params.index = 0;</span>
|
|
7792
|
-
(<span class="cstat-no" title="statement not covered" >this as any)[parentKey] = undefined;</span>
|
|
7793
|
-
}
|
|
7436
|
+
} else <span class="cstat-no" title="statement not covered" >if ((this as any)[parentKey] === structure) {</span>
|
|
7437
|
+
<span class="cstat-no" title="statement not covered" > params.index = 0;</span>
|
|
7438
|
+
(<span class="cstat-no" title="statement not covered" >this as any)[parentKey] = undefined;</span>
|
|
7794
7439
|
}
|
|
7795
7440
|
}
|
|
7796
7441
|
<span class="cstat-no" title="statement not covered" > return params;</span>
|
|
@@ -7808,10 +7453,10 @@ export class Namespace extends BaseNode {
|
|
|
7808
7453
|
*/
|
|
7809
7454
|
removeEnum(enumeration: Enum): void;
|
|
7810
7455
|
|
|
7811
|
-
<span class="fstat-no" title="function not covered" > removeEnum(
|
|
7456
|
+
<span class="fstat-no" title="function not covered" > removeEnum(</span>options: string | Enum) {
|
|
7812
7457
|
let enumeration: Enum;
|
|
7813
7458
|
<span class="cstat-no" title="statement not covered" > if (typeof options === 'string') {</span>
|
|
7814
|
-
<span class="cstat-no" title="statement not covered" > enumeration = (this.enums as Enum[]).find(
|
|
7459
|
+
<span class="cstat-no" title="statement not covered" > enumeration = (this.enums as Enum[]).find(<span class="fstat-no" title="function not covered" >(i</span>tem) => <span class="cstat-no" title="statement not covered" >item.name === options)</span>;</span>
|
|
7815
7460
|
<span class="cstat-no" title="statement not covered" > if (!enumeration) {</span>
|
|
7816
7461
|
<span class="cstat-no" title="statement not covered" > throw new Error('找不到枚举 ' + options);</span>
|
|
7817
7462
|
}
|
|
@@ -7821,7 +7466,7 @@ export class Namespace extends BaseNode {
|
|
|
7821
7466
|
<span class="cstat-no" title="statement not covered" > return enumeration.delete();</span>
|
|
7822
7467
|
}
|
|
7823
7468
|
|
|
7824
|
-
<span class="fstat-no" title="function not covered" > __removeEnum(
|
|
7469
|
+
<span class="fstat-no" title="function not covered" > __removeEnum(</span>enumeration: Enum) {
|
|
7825
7470
|
const parentKey = <span class="cstat-no" title="statement not covered" >enumeration.parentKey;</span>
|
|
7826
7471
|
const params: Params = <span class="cstat-no" title="statement not covered" >{</span>
|
|
7827
7472
|
parentNode: this,
|
|
@@ -7832,21 +7477,13 @@ export class Namespace extends BaseNode {
|
|
|
7832
7477
|
};
|
|
7833
7478
|
<span class="cstat-no" title="statement not covered" > if (parentKey) {</span>
|
|
7834
7479
|
<span class="cstat-no" title="statement not covered" > params.parentKey = parentKey;</span>
|
|
7835
|
-
|
|
7836
|
-
|
|
7837
|
-
// @ts-ignore
|
|
7838
|
-
const n = <span class="cstat-no" title="statement not covered" >enumeration.__v_raw || enumeration;</span>
|
|
7839
|
-
<span class="cstat-no" title="statement not covered" > if (Array.isArray((t as any)[parentKey])) {</span>
|
|
7840
|
-
// @ts-ignore
|
|
7841
|
-
const index = (<span class="cstat-no" title="statement not covered" >t as any)[parentKey].findIndex((<span class="cstat-no" title="statement not covered" ><span class="fstat-no" title="function not covered" >el) => (e</span>l.__v_raw || el) === n)</span>;</span>
|
|
7480
|
+
<span class="cstat-no" title="statement not covered" > if (Array.isArray((this as any)[parentKey])) {</span>
|
|
7481
|
+
const index = (<span class="cstat-no" title="statement not covered" >this as any)[parentKey].indexOf(enumeration);</span>
|
|
7842
7482
|
<span class="cstat-no" title="statement not covered" > ~index && (this as any)[parentKey].splice(index, 1);</span>
|
|
7843
7483
|
<span class="cstat-no" title="statement not covered" > params.index = index;</span>
|
|
7844
|
-
} else {
|
|
7845
|
-
|
|
7846
|
-
<span class="cstat-no" title="statement not covered" >
|
|
7847
|
-
<span class="cstat-no" title="statement not covered" > params.index = 0;</span>
|
|
7848
|
-
(<span class="cstat-no" title="statement not covered" >this as any)[parentKey] = undefined;</span>
|
|
7849
|
-
}
|
|
7484
|
+
} else <span class="cstat-no" title="statement not covered" >if ((this as any)[parentKey] === enumeration) {</span>
|
|
7485
|
+
<span class="cstat-no" title="statement not covered" > params.index = 0;</span>
|
|
7486
|
+
(<span class="cstat-no" title="statement not covered" >this as any)[parentKey] = undefined;</span>
|
|
7850
7487
|
}
|
|
7851
7488
|
}
|
|
7852
7489
|
<span class="cstat-no" title="statement not covered" > return params;</span>
|
|
@@ -7864,10 +7501,10 @@ export class Namespace extends BaseNode {
|
|
|
7864
7501
|
*/
|
|
7865
7502
|
removeLogic(logic: Logic): void;
|
|
7866
7503
|
|
|
7867
|
-
<span class="fstat-no" title="function not covered" > removeLogic(
|
|
7504
|
+
<span class="fstat-no" title="function not covered" > removeLogic(</span>options: string | Logic) {
|
|
7868
7505
|
let logic: Logic;
|
|
7869
7506
|
<span class="cstat-no" title="statement not covered" > if (typeof options === 'string') {</span>
|
|
7870
|
-
<span class="cstat-no" title="statement not covered" > logic = (this.logics as Logic[]).find(
|
|
7507
|
+
<span class="cstat-no" title="statement not covered" > logic = (this.logics as Logic[]).find(<span class="fstat-no" title="function not covered" >(i</span>tem) => <span class="cstat-no" title="statement not covered" >item.name === options)</span>;</span>
|
|
7871
7508
|
<span class="cstat-no" title="statement not covered" > if (!logic) {</span>
|
|
7872
7509
|
<span class="cstat-no" title="statement not covered" > throw new Error('找不到逻辑 ' + options);</span>
|
|
7873
7510
|
}
|
|
@@ -7877,7 +7514,7 @@ export class Namespace extends BaseNode {
|
|
|
7877
7514
|
<span class="cstat-no" title="statement not covered" > return logic.delete();</span>
|
|
7878
7515
|
}
|
|
7879
7516
|
|
|
7880
|
-
<span class="fstat-no" title="function not covered" > __removeLogic(
|
|
7517
|
+
<span class="fstat-no" title="function not covered" > __removeLogic(</span>logic: Logic) {
|
|
7881
7518
|
const parentKey = <span class="cstat-no" title="statement not covered" >logic.parentKey;</span>
|
|
7882
7519
|
const params: Params = <span class="cstat-no" title="statement not covered" >{</span>
|
|
7883
7520
|
parentNode: this,
|
|
@@ -7888,21 +7525,13 @@ export class Namespace extends BaseNode {
|
|
|
7888
7525
|
};
|
|
7889
7526
|
<span class="cstat-no" title="statement not covered" > if (parentKey) {</span>
|
|
7890
7527
|
<span class="cstat-no" title="statement not covered" > params.parentKey = parentKey;</span>
|
|
7891
|
-
|
|
7892
|
-
|
|
7893
|
-
// @ts-ignore
|
|
7894
|
-
const n = <span class="cstat-no" title="statement not covered" >logic.__v_raw || logic;</span>
|
|
7895
|
-
<span class="cstat-no" title="statement not covered" > if (Array.isArray((t as any)[parentKey])) {</span>
|
|
7896
|
-
// @ts-ignore
|
|
7897
|
-
const index = (<span class="cstat-no" title="statement not covered" >t as any)[parentKey].findIndex((<span class="cstat-no" title="statement not covered" ><span class="fstat-no" title="function not covered" >el) => (e</span>l.__v_raw || el) === n)</span>;</span>
|
|
7528
|
+
<span class="cstat-no" title="statement not covered" > if (Array.isArray((this as any)[parentKey])) {</span>
|
|
7529
|
+
const index = (<span class="cstat-no" title="statement not covered" >this as any)[parentKey].indexOf(logic);</span>
|
|
7898
7530
|
<span class="cstat-no" title="statement not covered" > ~index && (this as any)[parentKey].splice(index, 1);</span>
|
|
7899
7531
|
<span class="cstat-no" title="statement not covered" > params.index = index;</span>
|
|
7900
|
-
} else {
|
|
7901
|
-
|
|
7902
|
-
<span class="cstat-no" title="statement not covered" >
|
|
7903
|
-
<span class="cstat-no" title="statement not covered" > params.index = 0;</span>
|
|
7904
|
-
(<span class="cstat-no" title="statement not covered" >this as any)[parentKey] = undefined;</span>
|
|
7905
|
-
}
|
|
7532
|
+
} else <span class="cstat-no" title="statement not covered" >if ((this as any)[parentKey] === logic) {</span>
|
|
7533
|
+
<span class="cstat-no" title="statement not covered" > params.index = 0;</span>
|
|
7534
|
+
(<span class="cstat-no" title="statement not covered" >this as any)[parentKey] = undefined;</span>
|
|
7906
7535
|
}
|
|
7907
7536
|
}
|
|
7908
7537
|
<span class="cstat-no" title="statement not covered" > return params;</span>
|
|
@@ -7920,10 +7549,10 @@ export class Namespace extends BaseNode {
|
|
|
7920
7549
|
*/
|
|
7921
7550
|
removeFunction(func: Function): void;
|
|
7922
7551
|
|
|
7923
|
-
<span class="fstat-no" title="function not covered" > removeFunction(
|
|
7552
|
+
<span class="fstat-no" title="function not covered" > removeFunction(</span>options: string | Function) {
|
|
7924
7553
|
let func: Function;
|
|
7925
7554
|
<span class="cstat-no" title="statement not covered" > if (typeof options === 'string') {</span>
|
|
7926
|
-
<span class="cstat-no" title="statement not covered" > func = (this.functions as Function[]).find(
|
|
7555
|
+
<span class="cstat-no" title="statement not covered" > func = (this.functions as Function[]).find(<span class="fstat-no" title="function not covered" >(i</span>tem) => <span class="cstat-no" title="statement not covered" >item.name === options)</span>;</span>
|
|
7927
7556
|
<span class="cstat-no" title="statement not covered" > if (!func) {</span>
|
|
7928
7557
|
<span class="cstat-no" title="statement not covered" > throw new Error('找不到函数 ' + options);</span>
|
|
7929
7558
|
}
|
|
@@ -7933,7 +7562,7 @@ export class Namespace extends BaseNode {
|
|
|
7933
7562
|
<span class="cstat-no" title="statement not covered" > return func.delete();</span>
|
|
7934
7563
|
}
|
|
7935
7564
|
|
|
7936
|
-
<span class="fstat-no" title="function not covered" > __removeFunction(
|
|
7565
|
+
<span class="fstat-no" title="function not covered" > __removeFunction(</span>func: Function) {
|
|
7937
7566
|
const parentKey = <span class="cstat-no" title="statement not covered" >func.parentKey;</span>
|
|
7938
7567
|
const params: Params = <span class="cstat-no" title="statement not covered" >{</span>
|
|
7939
7568
|
parentNode: this,
|
|
@@ -7944,21 +7573,13 @@ export class Namespace extends BaseNode {
|
|
|
7944
7573
|
};
|
|
7945
7574
|
<span class="cstat-no" title="statement not covered" > if (parentKey) {</span>
|
|
7946
7575
|
<span class="cstat-no" title="statement not covered" > params.parentKey = parentKey;</span>
|
|
7947
|
-
|
|
7948
|
-
|
|
7949
|
-
// @ts-ignore
|
|
7950
|
-
const n = <span class="cstat-no" title="statement not covered" >func.__v_raw || func;</span>
|
|
7951
|
-
<span class="cstat-no" title="statement not covered" > if (Array.isArray((t as any)[parentKey])) {</span>
|
|
7952
|
-
// @ts-ignore
|
|
7953
|
-
const index = (<span class="cstat-no" title="statement not covered" >t as any)[parentKey].findIndex((<span class="cstat-no" title="statement not covered" ><span class="fstat-no" title="function not covered" >el) => (e</span>l.__v_raw || el) === n)</span>;</span>
|
|
7576
|
+
<span class="cstat-no" title="statement not covered" > if (Array.isArray((this as any)[parentKey])) {</span>
|
|
7577
|
+
const index = (<span class="cstat-no" title="statement not covered" >this as any)[parentKey].indexOf(func);</span>
|
|
7954
7578
|
<span class="cstat-no" title="statement not covered" > ~index && (this as any)[parentKey].splice(index, 1);</span>
|
|
7955
7579
|
<span class="cstat-no" title="statement not covered" > params.index = index;</span>
|
|
7956
|
-
} else {
|
|
7957
|
-
|
|
7958
|
-
<span class="cstat-no" title="statement not covered" >
|
|
7959
|
-
<span class="cstat-no" title="statement not covered" > params.index = 0;</span>
|
|
7960
|
-
(<span class="cstat-no" title="statement not covered" >this as any)[parentKey] = undefined;</span>
|
|
7961
|
-
}
|
|
7580
|
+
} else <span class="cstat-no" title="statement not covered" >if ((this as any)[parentKey] === func) {</span>
|
|
7581
|
+
<span class="cstat-no" title="statement not covered" > params.index = 0;</span>
|
|
7582
|
+
(<span class="cstat-no" title="statement not covered" >this as any)[parentKey] = undefined;</span>
|
|
7962
7583
|
}
|
|
7963
7584
|
}
|
|
7964
7585
|
<span class="cstat-no" title="statement not covered" > return params;</span>
|
|
@@ -7968,18 +7589,18 @@ export class Namespace extends BaseNode {
|
|
|
7968
7589
|
* 删除接口
|
|
7969
7590
|
* @param name 接口名称
|
|
7970
7591
|
*/
|
|
7971
|
-
|
|
7592
|
+
removeInterface(name: string): void;
|
|
7972
7593
|
|
|
7973
7594
|
/**
|
|
7974
7595
|
* 删除接口
|
|
7975
7596
|
* @param itface 已有的接口实例
|
|
7976
7597
|
*/
|
|
7977
|
-
|
|
7598
|
+
removeInterface(itface: Interface): void;
|
|
7978
7599
|
|
|
7979
|
-
<span class="fstat-no" title="function not covered" >
|
|
7980
|
-
let itface:
|
|
7600
|
+
<span class="fstat-no" title="function not covered" > removeInterface(</span>options: string | Interface) {
|
|
7601
|
+
let itface: Interface;
|
|
7981
7602
|
<span class="cstat-no" title="statement not covered" > if (typeof options === 'string') {</span>
|
|
7982
|
-
<span class="cstat-no" title="statement not covered" > itface = (this.interfaces as
|
|
7603
|
+
<span class="cstat-no" title="statement not covered" > itface = (this.interfaces as Interface[]).find(<span class="fstat-no" title="function not covered" >(i</span>tem) => <span class="cstat-no" title="statement not covered" >item.name === options)</span>;</span>
|
|
7983
7604
|
<span class="cstat-no" title="statement not covered" > if (!itface) {</span>
|
|
7984
7605
|
<span class="cstat-no" title="statement not covered" > throw new Error('找不到接口 ' + options);</span>
|
|
7985
7606
|
}
|
|
@@ -7989,7 +7610,7 @@ export class Namespace extends BaseNode {
|
|
|
7989
7610
|
<span class="cstat-no" title="statement not covered" > return itface.delete();</span>
|
|
7990
7611
|
}
|
|
7991
7612
|
|
|
7992
|
-
<span class="fstat-no" title="function not covered" >
|
|
7613
|
+
<span class="fstat-no" title="function not covered" > __removeInterface(</span>itface: Interface) {
|
|
7993
7614
|
const parentKey = <span class="cstat-no" title="statement not covered" >itface.parentKey;</span>
|
|
7994
7615
|
const params: Params = <span class="cstat-no" title="statement not covered" >{</span>
|
|
7995
7616
|
parentNode: this,
|
|
@@ -8000,21 +7621,13 @@ export class Namespace extends BaseNode {
|
|
|
8000
7621
|
};
|
|
8001
7622
|
<span class="cstat-no" title="statement not covered" > if (parentKey) {</span>
|
|
8002
7623
|
<span class="cstat-no" title="statement not covered" > params.parentKey = parentKey;</span>
|
|
8003
|
-
|
|
8004
|
-
|
|
8005
|
-
// @ts-ignore
|
|
8006
|
-
const n = <span class="cstat-no" title="statement not covered" >itface.__v_raw || itface;</span>
|
|
8007
|
-
<span class="cstat-no" title="statement not covered" > if (Array.isArray((t as any)[parentKey])) {</span>
|
|
8008
|
-
// @ts-ignore
|
|
8009
|
-
const index = (<span class="cstat-no" title="statement not covered" >t as any)[parentKey].findIndex((<span class="cstat-no" title="statement not covered" ><span class="fstat-no" title="function not covered" >el) => (e</span>l.__v_raw || el) === n)</span>;</span>
|
|
7624
|
+
<span class="cstat-no" title="statement not covered" > if (Array.isArray((this as any)[parentKey])) {</span>
|
|
7625
|
+
const index = (<span class="cstat-no" title="statement not covered" >this as any)[parentKey].indexOf(itface);</span>
|
|
8010
7626
|
<span class="cstat-no" title="statement not covered" > ~index && (this as any)[parentKey].splice(index, 1);</span>
|
|
8011
7627
|
<span class="cstat-no" title="statement not covered" > params.index = index;</span>
|
|
8012
|
-
} else {
|
|
8013
|
-
|
|
8014
|
-
<span class="cstat-no" title="statement not covered" >
|
|
8015
|
-
<span class="cstat-no" title="statement not covered" > params.index = 0;</span>
|
|
8016
|
-
(<span class="cstat-no" title="statement not covered" >this as any)[parentKey] = undefined;</span>
|
|
8017
|
-
}
|
|
7628
|
+
} else <span class="cstat-no" title="statement not covered" >if ((this as any)[parentKey] === itface) {</span>
|
|
7629
|
+
<span class="cstat-no" title="statement not covered" > params.index = 0;</span>
|
|
7630
|
+
(<span class="cstat-no" title="statement not covered" >this as any)[parentKey] = undefined;</span>
|
|
8018
7631
|
}
|
|
8019
7632
|
}
|
|
8020
7633
|
<span class="cstat-no" title="statement not covered" > return params;</span>
|
|
@@ -8032,10 +7645,10 @@ export class Namespace extends BaseNode {
|
|
|
8032
7645
|
*/
|
|
8033
7646
|
removeView(view: View): void;
|
|
8034
7647
|
|
|
8035
|
-
<span class="fstat-no" title="function not covered" > removeView(
|
|
7648
|
+
<span class="fstat-no" title="function not covered" > removeView(</span>options: string | View) {
|
|
8036
7649
|
let view: View;
|
|
8037
7650
|
<span class="cstat-no" title="statement not covered" > if (typeof options === 'string') {</span>
|
|
8038
|
-
<span class="cstat-no" title="statement not covered" > view = (this.views as View[]).find(
|
|
7651
|
+
<span class="cstat-no" title="statement not covered" > view = (this.views as View[]).find(<span class="fstat-no" title="function not covered" >(i</span>tem) => <span class="cstat-no" title="statement not covered" >item.name === options)</span>;</span>
|
|
8039
7652
|
<span class="cstat-no" title="statement not covered" > if (!view) {</span>
|
|
8040
7653
|
<span class="cstat-no" title="statement not covered" > throw new Error('找不到页面 ' + options);</span>
|
|
8041
7654
|
}
|
|
@@ -8045,7 +7658,7 @@ export class Namespace extends BaseNode {
|
|
|
8045
7658
|
<span class="cstat-no" title="statement not covered" > return view.delete();</span>
|
|
8046
7659
|
}
|
|
8047
7660
|
|
|
8048
|
-
<span class="fstat-no" title="function not covered" > __removeView(
|
|
7661
|
+
<span class="fstat-no" title="function not covered" > __removeView(</span>view: View) {
|
|
8049
7662
|
const parentKey = <span class="cstat-no" title="statement not covered" >view.parentKey;</span>
|
|
8050
7663
|
const params: Params = <span class="cstat-no" title="statement not covered" >{</span>
|
|
8051
7664
|
parentNode: this,
|
|
@@ -8056,21 +7669,13 @@ export class Namespace extends BaseNode {
|
|
|
8056
7669
|
};
|
|
8057
7670
|
<span class="cstat-no" title="statement not covered" > if (parentKey) {</span>
|
|
8058
7671
|
<span class="cstat-no" title="statement not covered" > params.parentKey = parentKey;</span>
|
|
8059
|
-
|
|
8060
|
-
|
|
8061
|
-
// @ts-ignore
|
|
8062
|
-
const n = <span class="cstat-no" title="statement not covered" >view.__v_raw || view;</span>
|
|
8063
|
-
<span class="cstat-no" title="statement not covered" > if (Array.isArray((t as any)[parentKey])) {</span>
|
|
8064
|
-
// @ts-ignore
|
|
8065
|
-
const index = (<span class="cstat-no" title="statement not covered" >t as any)[parentKey].findIndex((<span class="cstat-no" title="statement not covered" ><span class="fstat-no" title="function not covered" >el) => (e</span>l.__v_raw || el) === n)</span>;</span>
|
|
7672
|
+
<span class="cstat-no" title="statement not covered" > if (Array.isArray((this as any)[parentKey])) {</span>
|
|
7673
|
+
const index = (<span class="cstat-no" title="statement not covered" >this as any)[parentKey].indexOf(view);</span>
|
|
8066
7674
|
<span class="cstat-no" title="statement not covered" > ~index && (this as any)[parentKey].splice(index, 1);</span>
|
|
8067
7675
|
<span class="cstat-no" title="statement not covered" > params.index = index;</span>
|
|
8068
|
-
} else {
|
|
8069
|
-
|
|
8070
|
-
<span class="cstat-no" title="statement not covered" >
|
|
8071
|
-
<span class="cstat-no" title="statement not covered" > params.index = 0;</span>
|
|
8072
|
-
(<span class="cstat-no" title="statement not covered" >this as any)[parentKey] = undefined;</span>
|
|
8073
|
-
}
|
|
7676
|
+
} else <span class="cstat-no" title="statement not covered" >if ((this as any)[parentKey] === view) {</span>
|
|
7677
|
+
<span class="cstat-no" title="statement not covered" > params.index = 0;</span>
|
|
7678
|
+
(<span class="cstat-no" title="statement not covered" >this as any)[parentKey] = undefined;</span>
|
|
8074
7679
|
}
|
|
8075
7680
|
}
|
|
8076
7681
|
<span class="cstat-no" title="statement not covered" > return params;</span>
|
|
@@ -8088,10 +7693,10 @@ export class Namespace extends BaseNode {
|
|
|
8088
7693
|
*/
|
|
8089
7694
|
removeVariableInFrontendVariables(variable: Variable): void;
|
|
8090
7695
|
|
|
8091
|
-
<span class="fstat-no" title="function not covered" > removeVariableInFrontendVariables(
|
|
7696
|
+
<span class="fstat-no" title="function not covered" > removeVariableInFrontendVariables(</span>options: string | Variable) {
|
|
8092
7697
|
let variable: Variable;
|
|
8093
7698
|
<span class="cstat-no" title="statement not covered" > if (typeof options === 'string') {</span>
|
|
8094
|
-
<span class="cstat-no" title="statement not covered" > variable = (this.frontendVariables as Variable[]).find(
|
|
7699
|
+
<span class="cstat-no" title="statement not covered" > variable = (this.frontendVariables as Variable[]).find(<span class="fstat-no" title="function not covered" >(i</span>tem) => <span class="cstat-no" title="statement not covered" >item.name === options)</span>;</span>
|
|
8095
7700
|
<span class="cstat-no" title="statement not covered" > if (!variable) {</span>
|
|
8096
7701
|
<span class="cstat-no" title="statement not covered" > throw new Error('找不到变量 ' + options);</span>
|
|
8097
7702
|
}
|
|
@@ -8113,10 +7718,10 @@ export class Namespace extends BaseNode {
|
|
|
8113
7718
|
*/
|
|
8114
7719
|
removeVariableInVariables(variable: Variable): void;
|
|
8115
7720
|
|
|
8116
|
-
<span class="fstat-no" title="function not covered" > removeVariableInVariables(
|
|
7721
|
+
<span class="fstat-no" title="function not covered" > removeVariableInVariables(</span>options: string | Variable) {
|
|
8117
7722
|
let variable: Variable;
|
|
8118
7723
|
<span class="cstat-no" title="statement not covered" > if (typeof options === 'string') {</span>
|
|
8119
|
-
<span class="cstat-no" title="statement not covered" > variable = (this.variables as Variable[]).find(
|
|
7724
|
+
<span class="cstat-no" title="statement not covered" > variable = (this.variables as Variable[]).find(<span class="fstat-no" title="function not covered" >(i</span>tem) => <span class="cstat-no" title="statement not covered" >item.name === options)</span>;</span>
|
|
8120
7725
|
<span class="cstat-no" title="statement not covered" > if (!variable) {</span>
|
|
8121
7726
|
<span class="cstat-no" title="statement not covered" > throw new Error('找不到变量 ' + options);</span>
|
|
8122
7727
|
}
|
|
@@ -8126,7 +7731,7 @@ export class Namespace extends BaseNode {
|
|
|
8126
7731
|
<span class="cstat-no" title="statement not covered" > return variable.delete();</span>
|
|
8127
7732
|
}
|
|
8128
7733
|
|
|
8129
|
-
<span class="fstat-no" title="function not covered" > __removeVariable(
|
|
7734
|
+
<span class="fstat-no" title="function not covered" > __removeVariable(</span>variable: Variable) {
|
|
8130
7735
|
const parentKey = <span class="cstat-no" title="statement not covered" >variable.parentKey;</span>
|
|
8131
7736
|
const params: Params = <span class="cstat-no" title="statement not covered" >{</span>
|
|
8132
7737
|
parentNode: this,
|
|
@@ -8137,21 +7742,13 @@ export class Namespace extends BaseNode {
|
|
|
8137
7742
|
};
|
|
8138
7743
|
<span class="cstat-no" title="statement not covered" > if (parentKey) {</span>
|
|
8139
7744
|
<span class="cstat-no" title="statement not covered" > params.parentKey = parentKey;</span>
|
|
8140
|
-
|
|
8141
|
-
|
|
8142
|
-
// @ts-ignore
|
|
8143
|
-
const n = <span class="cstat-no" title="statement not covered" >variable.__v_raw || variable;</span>
|
|
8144
|
-
<span class="cstat-no" title="statement not covered" > if (Array.isArray((t as any)[parentKey])) {</span>
|
|
8145
|
-
// @ts-ignore
|
|
8146
|
-
const index = (<span class="cstat-no" title="statement not covered" >t as any)[parentKey].findIndex((<span class="cstat-no" title="statement not covered" ><span class="fstat-no" title="function not covered" >el) => (e</span>l.__v_raw || el) === n)</span>;</span>
|
|
7745
|
+
<span class="cstat-no" title="statement not covered" > if (Array.isArray((this as any)[parentKey])) {</span>
|
|
7746
|
+
const index = (<span class="cstat-no" title="statement not covered" >this as any)[parentKey].indexOf(variable);</span>
|
|
8147
7747
|
<span class="cstat-no" title="statement not covered" > ~index && (this as any)[parentKey].splice(index, 1);</span>
|
|
8148
7748
|
<span class="cstat-no" title="statement not covered" > params.index = index;</span>
|
|
8149
|
-
} else {
|
|
8150
|
-
|
|
8151
|
-
<span class="cstat-no" title="statement not covered" >
|
|
8152
|
-
<span class="cstat-no" title="statement not covered" > params.index = 0;</span>
|
|
8153
|
-
(<span class="cstat-no" title="statement not covered" >this as any)[parentKey] = undefined;</span>
|
|
8154
|
-
}
|
|
7749
|
+
} else <span class="cstat-no" title="statement not covered" >if ((this as any)[parentKey] === variable) {</span>
|
|
7750
|
+
<span class="cstat-no" title="statement not covered" > params.index = 0;</span>
|
|
7751
|
+
(<span class="cstat-no" title="statement not covered" >this as any)[parentKey] = undefined;</span>
|
|
8155
7752
|
}
|
|
8156
7753
|
}
|
|
8157
7754
|
<span class="cstat-no" title="statement not covered" > return params;</span>
|
|
@@ -8169,10 +7766,10 @@ export class Namespace extends BaseNode {
|
|
|
8169
7766
|
*/
|
|
8170
7767
|
removeViewComponent(viewComponent: ViewComponent): void;
|
|
8171
7768
|
|
|
8172
|
-
<span class="fstat-no" title="function not covered" > removeViewComponent(
|
|
7769
|
+
<span class="fstat-no" title="function not covered" > removeViewComponent(</span>options: string | ViewComponent) {
|
|
8173
7770
|
let viewComponent: ViewComponent;
|
|
8174
7771
|
<span class="cstat-no" title="statement not covered" > if (typeof options === 'string') {</span>
|
|
8175
|
-
<span class="cstat-no" title="statement not covered" > viewComponent = (this.viewComponents as ViewComponent[]).find(
|
|
7772
|
+
<span class="cstat-no" title="statement not covered" > viewComponent = (this.viewComponents as ViewComponent[]).find(<span class="fstat-no" title="function not covered" >(i</span>tem) => <span class="cstat-no" title="statement not covered" >item.name === options)</span>;</span>
|
|
8176
7773
|
<span class="cstat-no" title="statement not covered" > if (!viewComponent) {</span>
|
|
8177
7774
|
<span class="cstat-no" title="statement not covered" > throw new Error('找不到页面组件 ' + options);</span>
|
|
8178
7775
|
}
|
|
@@ -8182,7 +7779,7 @@ export class Namespace extends BaseNode {
|
|
|
8182
7779
|
<span class="cstat-no" title="statement not covered" > return viewComponent.delete();</span>
|
|
8183
7780
|
}
|
|
8184
7781
|
|
|
8185
|
-
<span class="fstat-no" title="function not covered" > __removeViewComponent(
|
|
7782
|
+
<span class="fstat-no" title="function not covered" > __removeViewComponent(</span>viewComponent: ViewComponent) {
|
|
8186
7783
|
const parentKey = <span class="cstat-no" title="statement not covered" >viewComponent.parentKey;</span>
|
|
8187
7784
|
const params: Params = <span class="cstat-no" title="statement not covered" >{</span>
|
|
8188
7785
|
parentNode: this,
|
|
@@ -8193,21 +7790,13 @@ export class Namespace extends BaseNode {
|
|
|
8193
7790
|
};
|
|
8194
7791
|
<span class="cstat-no" title="statement not covered" > if (parentKey) {</span>
|
|
8195
7792
|
<span class="cstat-no" title="statement not covered" > params.parentKey = parentKey;</span>
|
|
8196
|
-
|
|
8197
|
-
|
|
8198
|
-
// @ts-ignore
|
|
8199
|
-
const n = <span class="cstat-no" title="statement not covered" >viewComponent.__v_raw || viewComponent;</span>
|
|
8200
|
-
<span class="cstat-no" title="statement not covered" > if (Array.isArray((t as any)[parentKey])) {</span>
|
|
8201
|
-
// @ts-ignore
|
|
8202
|
-
const index = (<span class="cstat-no" title="statement not covered" >t as any)[parentKey].findIndex((<span class="cstat-no" title="statement not covered" ><span class="fstat-no" title="function not covered" >el) => (e</span>l.__v_raw || el) === n)</span>;</span>
|
|
7793
|
+
<span class="cstat-no" title="statement not covered" > if (Array.isArray((this as any)[parentKey])) {</span>
|
|
7794
|
+
const index = (<span class="cstat-no" title="statement not covered" >this as any)[parentKey].indexOf(viewComponent);</span>
|
|
8203
7795
|
<span class="cstat-no" title="statement not covered" > ~index && (this as any)[parentKey].splice(index, 1);</span>
|
|
8204
7796
|
<span class="cstat-no" title="statement not covered" > params.index = index;</span>
|
|
8205
|
-
} else {
|
|
8206
|
-
|
|
8207
|
-
<span class="cstat-no" title="statement not covered" >
|
|
8208
|
-
<span class="cstat-no" title="statement not covered" > params.index = 0;</span>
|
|
8209
|
-
(<span class="cstat-no" title="statement not covered" >this as any)[parentKey] = undefined;</span>
|
|
8210
|
-
}
|
|
7797
|
+
} else <span class="cstat-no" title="statement not covered" >if ((this as any)[parentKey] === viewComponent) {</span>
|
|
7798
|
+
<span class="cstat-no" title="statement not covered" > params.index = 0;</span>
|
|
7799
|
+
(<span class="cstat-no" title="statement not covered" >this as any)[parentKey] = undefined;</span>
|
|
8211
7800
|
}
|
|
8212
7801
|
}
|
|
8213
7802
|
<span class="cstat-no" title="statement not covered" > return params;</span>
|
|
@@ -8225,10 +7814,10 @@ export class Namespace extends BaseNode {
|
|
|
8225
7814
|
*/
|
|
8226
7815
|
removeProcessComponent(processComponent: ProcessComponent): void;
|
|
8227
7816
|
|
|
8228
|
-
<span class="fstat-no" title="function not covered" > removeProcessComponent(
|
|
7817
|
+
<span class="fstat-no" title="function not covered" > removeProcessComponent(</span>options: string | ProcessComponent) {
|
|
8229
7818
|
let processComponent: ProcessComponent;
|
|
8230
7819
|
<span class="cstat-no" title="statement not covered" > if (typeof options === 'string') {</span>
|
|
8231
|
-
<span class="cstat-no" title="statement not covered" > processComponent = (this.processComponents as ProcessComponent[]).find(
|
|
7820
|
+
<span class="cstat-no" title="statement not covered" > processComponent = (this.processComponents as ProcessComponent[]).find(<span class="fstat-no" title="function not covered" >(i</span>tem) => <span class="cstat-no" title="statement not covered" >item.name === options)</span>;</span>
|
|
8232
7821
|
<span class="cstat-no" title="statement not covered" > if (!processComponent) {</span>
|
|
8233
7822
|
<span class="cstat-no" title="statement not covered" > throw new Error('找不到流程组件 ' + options);</span>
|
|
8234
7823
|
}
|
|
@@ -8238,7 +7827,7 @@ export class Namespace extends BaseNode {
|
|
|
8238
7827
|
<span class="cstat-no" title="statement not covered" > return processComponent.delete();</span>
|
|
8239
7828
|
}
|
|
8240
7829
|
|
|
8241
|
-
<span class="fstat-no" title="function not covered" > __removeProcessComponent(
|
|
7830
|
+
<span class="fstat-no" title="function not covered" > __removeProcessComponent(</span>processComponent: ProcessComponent) {
|
|
8242
7831
|
const parentKey = <span class="cstat-no" title="statement not covered" >processComponent.parentKey;</span>
|
|
8243
7832
|
const params: Params = <span class="cstat-no" title="statement not covered" >{</span>
|
|
8244
7833
|
parentNode: this,
|
|
@@ -8249,21 +7838,13 @@ export class Namespace extends BaseNode {
|
|
|
8249
7838
|
};
|
|
8250
7839
|
<span class="cstat-no" title="statement not covered" > if (parentKey) {</span>
|
|
8251
7840
|
<span class="cstat-no" title="statement not covered" > params.parentKey = parentKey;</span>
|
|
8252
|
-
|
|
8253
|
-
|
|
8254
|
-
// @ts-ignore
|
|
8255
|
-
const n = <span class="cstat-no" title="statement not covered" >processComponent.__v_raw || processComponent;</span>
|
|
8256
|
-
<span class="cstat-no" title="statement not covered" > if (Array.isArray((t as any)[parentKey])) {</span>
|
|
8257
|
-
// @ts-ignore
|
|
8258
|
-
const index = (<span class="cstat-no" title="statement not covered" >t as any)[parentKey].findIndex((<span class="cstat-no" title="statement not covered" ><span class="fstat-no" title="function not covered" >el) => (e</span>l.__v_raw || el) === n)</span>;</span>
|
|
7841
|
+
<span class="cstat-no" title="statement not covered" > if (Array.isArray((this as any)[parentKey])) {</span>
|
|
7842
|
+
const index = (<span class="cstat-no" title="statement not covered" >this as any)[parentKey].indexOf(processComponent);</span>
|
|
8259
7843
|
<span class="cstat-no" title="statement not covered" > ~index && (this as any)[parentKey].splice(index, 1);</span>
|
|
8260
7844
|
<span class="cstat-no" title="statement not covered" > params.index = index;</span>
|
|
8261
|
-
} else {
|
|
8262
|
-
|
|
8263
|
-
<span class="cstat-no" title="statement not covered" >
|
|
8264
|
-
<span class="cstat-no" title="statement not covered" > params.index = 0;</span>
|
|
8265
|
-
(<span class="cstat-no" title="statement not covered" >this as any)[parentKey] = undefined;</span>
|
|
8266
|
-
}
|
|
7845
|
+
} else <span class="cstat-no" title="statement not covered" >if ((this as any)[parentKey] === processComponent) {</span>
|
|
7846
|
+
<span class="cstat-no" title="statement not covered" > params.index = 0;</span>
|
|
7847
|
+
(<span class="cstat-no" title="statement not covered" >this as any)[parentKey] = undefined;</span>
|
|
8267
7848
|
}
|
|
8268
7849
|
}
|
|
8269
7850
|
<span class="cstat-no" title="statement not covered" > return params;</span>
|
|
@@ -8274,16 +7855,16 @@ export class Namespace extends BaseNode {
|
|
|
8274
7855
|
// 自动生成的代码已结束。下面可以手动编写。
|
|
8275
7856
|
//================================================================================
|
|
8276
7857
|
|
|
8277
|
-
<span class="fstat-no" title="function not covered" > findEnumByName(
|
|
8278
|
-
<span class="cstat-no" title="statement not covered" > return this.enums.find(
|
|
7858
|
+
<span class="fstat-no" title="function not covered" > findEnumByName(</span>name: string) {
|
|
7859
|
+
<span class="cstat-no" title="statement not covered" > return this.enums.find(<span class="fstat-no" title="function not covered" >(e</span>numItem) => <span class="cstat-no" title="statement not covered" >enumItem.name === name)</span>;</span>
|
|
8279
7860
|
}
|
|
8280
7861
|
|
|
8281
|
-
<span class="fstat-no" title="function not covered" > findStructureByName(
|
|
8282
|
-
<span class="cstat-no" title="statement not covered" > return this.structures.find(
|
|
7862
|
+
<span class="fstat-no" title="function not covered" > findStructureByName(</span>name: string) {
|
|
7863
|
+
<span class="cstat-no" title="statement not covered" > return this.structures.find(<span class="fstat-no" title="function not covered" >(i</span>tem) => <span class="cstat-no" title="statement not covered" >item.name === name)</span>;</span>
|
|
8283
7864
|
}
|
|
8284
7865
|
|
|
8285
|
-
<span class="fstat-no" title="function not covered" > findLogicByName(
|
|
8286
|
-
<span class="cstat-no" title="statement not covered" > return this.logics.find(
|
|
7866
|
+
<span class="fstat-no" title="function not covered" > findLogicByName(</span>name: string) {
|
|
7867
|
+
<span class="cstat-no" title="statement not covered" > return this.logics.find(<span class="fstat-no" title="function not covered" >(l</span>ogic) => <span class="cstat-no" title="statement not covered" >logic.name === name)</span>;</span>
|
|
8287
7868
|
}
|
|
8288
7869
|
|
|
8289
7870
|
@property()
|
|
@@ -8292,10 +7873,10 @@ export class Namespace extends BaseNode {
|
|
|
8292
7873
|
/**
|
|
8293
7874
|
* 获取命名空间
|
|
8294
7875
|
*/
|
|
8295
|
-
<span class="fstat-no" title="function not covered" > getNamespace(): string {
|
|
7876
|
+
<span class="fstat-no" title="function not covered" > getNamespace(</span>): string {
|
|
8296
7877
|
<span class="cstat-no" title="statement not covered" > if (this.path) <span class="cstat-no" title="statement not covered" >return this.path;</span></span>
|
|
8297
|
-
<span class="cstat-no" title="statement not covered" > if (
|
|
8298
|
-
<span class="cstat-no" title="statement not covered" > return `${
|
|
7878
|
+
<span class="cstat-no" title="statement not covered" > if (this.parentNode.concept === 'Connector') {</span>
|
|
7879
|
+
<span class="cstat-no" title="statement not covered" > return `${this.parentNode.getNamespace()}`;</span>
|
|
8299
7880
|
}
|
|
8300
7881
|
<span class="cstat-no" title="statement not covered" > if (this.parentNode && (this.parentNode as Namespace).getNamespace)</span>
|
|
8301
7882
|
<span class="cstat-no" title="statement not covered" > return `${(this.parentNode as Namespace).getNamespace()}`;</span>
|
|
@@ -8305,10 +7886,10 @@ export class Namespace extends BaseNode {
|
|
|
8305
7886
|
/**
|
|
8306
7887
|
* 获取命名空间
|
|
8307
7888
|
*/
|
|
8308
|
-
<span class="fstat-no" title="function not covered" > getTsNamespace(): string {
|
|
7889
|
+
<span class="fstat-no" title="function not covered" > getTsNamespace(</span>): string {
|
|
8309
7890
|
<span class="cstat-no" title="statement not covered" > if (this.path) <span class="cstat-no" title="statement not covered" >return this.path;</span></span>
|
|
8310
|
-
<span class="cstat-no" title="statement not covered" > if (
|
|
8311
|
-
<span class="cstat-no" title="statement not covered" > return `${
|
|
7891
|
+
<span class="cstat-no" title="statement not covered" > if (this.parentNode.concept === 'Connector') {</span>
|
|
7892
|
+
<span class="cstat-no" title="statement not covered" > return `${this.parentNode.getNamespace()}`;</span>
|
|
8312
7893
|
}
|
|
8313
7894
|
<span class="cstat-no" title="statement not covered" > if (this.parentNode && (this.parentNode as Namespace).getNamespace)</span>
|
|
8314
7895
|
<span class="cstat-no" title="statement not covered" > return `${(this.parentNode as Namespace).getNamespace()}.${this.tsName}`;</span>
|
|
@@ -8319,215 +7900,13 @@ export class Namespace extends BaseNode {
|
|
|
8319
7900
|
return this.children.find((child) => child.name === name);
|
|
8320
7901
|
}
|
|
8321
7902
|
|
|
8322
|
-
<span class="fstat-no" title="function not covered" > findLogic(
|
|
8323
|
-
<span class="cstat-no" title="statement not covered" > return this.logics.find(
|
|
8324
|
-
}
|
|
8325
|
-
|
|
8326
|
-
<span class="fstat-no" title="function not covered" > getLogicExistingTitles(e</span>xcludedList: Array<Logic> = <span class="branch-0 cbranch-no" title="branch not covered" >[]) {</span>
|
|
8327
|
-
const excludedSet = <span class="cstat-no" title="statement not covered" >new Set(excludedList);</span>
|
|
8328
|
-
<span class="cstat-no" title="statement not covered" > return ((this.logics as Logic[]) || []).filter((<span class="fstat-no" title="function not covered" >item) => <span class="cstat-no" title="statement not covered" >!</span>excludedSet.has(item))</span>.map((<span class="fstat-no" title="function not covered" >item) => <span class="cstat-no" title="statement not covered" >i</span>tem.title)</span>;</span>
|
|
7903
|
+
<span class="fstat-no" title="function not covered" > findLogic(</span>name: string) {
|
|
7904
|
+
<span class="cstat-no" title="statement not covered" > return this.logics.find(<span class="fstat-no" title="function not covered" >(l</span>ogic) => <span class="cstat-no" title="statement not covered" >logic.name === name)</span>;</span>
|
|
8329
7905
|
}
|
|
8330
7906
|
|
|
8331
|
-
|
|
8332
|
-
<span class="fstat-no" title="function not covered" > getInterfaceExistingNames(e</span>xcludedList: Array<Interface> = <span class="branch-0 cbranch-no" title="branch not covered" >[]) {</span>
|
|
7907
|
+
<span class="fstat-no" title="function not covered" > getLogicExistingTitles(</span>excludedList: Array<Logic> = <span class="branch-0 cbranch-no" title="branch not covered" >[])</span> {
|
|
8333
7908
|
const excludedSet = <span class="cstat-no" title="statement not covered" >new Set(excludedList);</span>
|
|
8334
|
-
<span class="cstat-no" title="statement not covered" > return ((this.
|
|
8335
|
-
}
|
|
8336
|
-
<span class="fstat-no" title="function not covered" > getInterfaceUniqueName(n</span>ame = <span class="branch-0 cbranch-no" title="branch not covered" >'Interface1') {</span>
|
|
8337
|
-
<span class="cstat-no" title="statement not covered" > return utils.unique(name, this.getInterfaceExistingNames(), undefined, false);</span>
|
|
8338
|
-
}
|
|
8339
|
-
|
|
8340
|
-
/**
|
|
8341
|
-
* 插入接口
|
|
8342
|
-
* @internal
|
|
8343
|
-
* @param name 接口名称,如果不填会自动生成一个唯一名称
|
|
8344
|
-
*/
|
|
8345
|
-
_insertInterfaceAt(name: string, index: number): Interface;
|
|
8346
|
-
|
|
8347
|
-
/**
|
|
8348
|
-
* 插入接口
|
|
8349
|
-
* @internal
|
|
8350
|
-
* @param itfaceOptions 接口参数
|
|
8351
|
-
*/
|
|
8352
|
-
_insertInterfaceAt(itfaceOptions: Partial<Interface>, index: number): Interface;
|
|
8353
|
-
|
|
8354
|
-
/**
|
|
8355
|
-
* 插入接口
|
|
8356
|
-
* @internal
|
|
8357
|
-
* @param itface 已有的接口实例
|
|
8358
|
-
*/
|
|
8359
|
-
_insertInterfaceAt(itface: Interface, index: number): Interface;
|
|
8360
|
-
|
|
8361
|
-
<span class="fstat-no" title="function not covered" > _insertInterfaceAt(o</span>ptions: string | Partial<Interface> | Interface, index: number) {
|
|
8362
|
-
const itfaceOptions: any = <span class="cstat-no" title="statement not covered" >{};</span>
|
|
8363
|
-
const relationOptions = <span class="cstat-no" title="statement not covered" >{ parentNode: this, parentKey: 'interfaces' };</span>
|
|
8364
|
-
const <span class="cstat-no" title="statement not covered" >Interface = getConceptConstructor('Interface');</span>
|
|
8365
|
-
let itface: Interface;
|
|
8366
|
-
<span class="cstat-no" title="statement not covered" > if (!options) {</span>
|
|
8367
|
-
<span class="cstat-no" title="statement not covered" > itface = Interface.from(</span>
|
|
8368
|
-
{
|
|
8369
|
-
...itfaceOptions,
|
|
8370
|
-
name: this.getInterfaceUniqueName(),
|
|
8371
|
-
},
|
|
8372
|
-
this,
|
|
8373
|
-
'interfaces',
|
|
8374
|
-
);
|
|
8375
|
-
<span class="cstat-no" title="statement not covered" > } else if (typeof options === 'string') {</span>
|
|
8376
|
-
<span class="cstat-no" title="statement not covered" > itface = Interface.from(</span>
|
|
8377
|
-
{
|
|
8378
|
-
...itfaceOptions,
|
|
8379
|
-
name: options,
|
|
8380
|
-
},
|
|
8381
|
-
this,
|
|
8382
|
-
'interfaces',
|
|
8383
|
-
);
|
|
8384
|
-
<span class="cstat-no" title="statement not covered" > } else if (asserts.isInterface(options)) {</span>
|
|
8385
|
-
<span class="cstat-no" title="statement not covered" > options.ensureDelete(); // 同一实例不支持多处存在</span>
|
|
8386
|
-
<span class="cstat-no" title="statement not covered" > itface = options;</span>
|
|
8387
|
-
<span class="cstat-no" title="statement not covered" > Object.assign(itface, relationOptions);</span>
|
|
8388
|
-
} else {
|
|
8389
|
-
<span class="cstat-no" title="statement not covered" > itface = Interface.from(</span>
|
|
8390
|
-
{
|
|
8391
|
-
...itfaceOptions,
|
|
8392
|
-
...options,
|
|
8393
|
-
},
|
|
8394
|
-
this,
|
|
8395
|
-
'interfaces',
|
|
8396
|
-
);
|
|
8397
|
-
}
|
|
8398
|
-
<span class="cstat-no" title="statement not covered" > this.interfaces.splice(index, 0, itface);</span>
|
|
8399
|
-
<span class="cstat-no" title="statement not covered" > return itface;</span>
|
|
8400
|
-
}
|
|
8401
|
-
|
|
8402
|
-
/**
|
|
8403
|
-
* 插入接口
|
|
8404
|
-
* @param name 接口名称,如果不填会自动生成一个唯一名称
|
|
8405
|
-
*/
|
|
8406
|
-
insertInterfaceAt(name: string, index: number): Interface;
|
|
8407
|
-
|
|
8408
|
-
/**
|
|
8409
|
-
* 插入接口
|
|
8410
|
-
* @param itfaceOptions 接口参数
|
|
8411
|
-
*/
|
|
8412
|
-
insertInterfaceAt(itfaceOptions: Partial<Interface>, index: number): Interface;
|
|
8413
|
-
|
|
8414
|
-
/**
|
|
8415
|
-
* 插入接口
|
|
8416
|
-
* @param itface 已有的接口实例
|
|
8417
|
-
*/
|
|
8418
|
-
insertInterfaceAt(itface: Interface, index: number): Interface;
|
|
8419
|
-
|
|
8420
|
-
<span class="fstat-no" title="function not covered" > insertInterfaceAt(o</span>ptions: string | Partial<Interface> | Interface, index: number) {
|
|
8421
|
-
const node = <span class="cstat-no" title="statement not covered" >this._insertInterfaceAt(options as any, index);</span>
|
|
8422
|
-
<span class="cstat-no" title="statement not covered" > node.create({</span>
|
|
8423
|
-
index,
|
|
8424
|
-
parentNode: this,
|
|
8425
|
-
parentKey: 'interfaces',
|
|
8426
|
-
});
|
|
8427
|
-
<span class="cstat-no" title="statement not covered" > return node;</span>
|
|
8428
|
-
}
|
|
8429
|
-
|
|
8430
|
-
/**
|
|
8431
|
-
* 添加接口
|
|
8432
|
-
* @internal
|
|
8433
|
-
* @param name 接口名称,如果不填会自动生成一个唯一名称
|
|
8434
|
-
*/
|
|
8435
|
-
_addInterface(name?: string): Interface;
|
|
8436
|
-
|
|
8437
|
-
/**
|
|
8438
|
-
* 添加接口
|
|
8439
|
-
* @internal
|
|
8440
|
-
* @param itfaceOptions 接口参数
|
|
8441
|
-
*/
|
|
8442
|
-
_addInterface(itfaceOptions: Partial<Interface>): Interface;
|
|
8443
|
-
|
|
8444
|
-
/**
|
|
8445
|
-
* 添加接口
|
|
8446
|
-
* @internal
|
|
8447
|
-
* @param itface 已有的接口实例
|
|
8448
|
-
*/
|
|
8449
|
-
_addInterface(itface: Interface): Interface;
|
|
8450
|
-
|
|
8451
|
-
<span class="fstat-no" title="function not covered" > _addInterface(o</span>ptions?: string | Partial<Interface> | Interface) {
|
|
8452
|
-
const index = <span class="cstat-no" title="statement not covered" >0;</span>
|
|
8453
|
-
<span class="cstat-no" title="statement not covered" > return this._insertInterfaceAt(options as any, index);</span>
|
|
8454
|
-
}
|
|
8455
|
-
|
|
8456
|
-
/**
|
|
8457
|
-
* 添加接口
|
|
8458
|
-
* @internal
|
|
8459
|
-
* @param name 接口名称,如果不填会自动生成一个唯一名称
|
|
8460
|
-
*/
|
|
8461
|
-
addInterface(name?: string): Interface;
|
|
8462
|
-
|
|
8463
|
-
/**
|
|
8464
|
-
* 添加接口
|
|
8465
|
-
* @param itfaceOptions 接口参数
|
|
8466
|
-
*/
|
|
8467
|
-
addInterface(itfaceOptions: Partial<Interface>): Interface;
|
|
8468
|
-
|
|
8469
|
-
/**
|
|
8470
|
-
* 添加接口
|
|
8471
|
-
* @param itface 已有的接口实例
|
|
8472
|
-
*/
|
|
8473
|
-
addInterface(itface: Interface): Interface;
|
|
8474
|
-
|
|
8475
|
-
<span class="fstat-no" title="function not covered" > addInterface(o</span>ptions?: string | Partial<Interface> | Interface) {
|
|
8476
|
-
const node = <span class="cstat-no" title="statement not covered" >this._addInterface(options as any);</span>
|
|
8477
|
-
const index = <span class="cstat-no" title="statement not covered" >this.interfaces.indexOf(node);</span>
|
|
8478
|
-
<span class="cstat-no" title="statement not covered" > node.create({</span>
|
|
8479
|
-
index,
|
|
8480
|
-
parentNode: this,
|
|
8481
|
-
parentKey: 'interfaces',
|
|
8482
|
-
});
|
|
8483
|
-
<span class="cstat-no" title="statement not covered" > return node;</span>
|
|
8484
|
-
}
|
|
8485
|
-
/**
|
|
8486
|
-
* 删除接口
|
|
8487
|
-
* @param name 接口名称
|
|
8488
|
-
*/
|
|
8489
|
-
removeInterface(name: string): void;
|
|
8490
|
-
|
|
8491
|
-
/**
|
|
8492
|
-
* 删除接口
|
|
8493
|
-
* @param itface 已有的接口实例
|
|
8494
|
-
*/
|
|
8495
|
-
removeInterface(itface: Interface): void;
|
|
8496
|
-
|
|
8497
|
-
<span class="fstat-no" title="function not covered" > removeInterface(o</span>ptions: string | Interface) {
|
|
8498
|
-
let itface: Interface;
|
|
8499
|
-
<span class="cstat-no" title="statement not covered" > if (typeof options === 'string') {</span>
|
|
8500
|
-
<span class="cstat-no" title="statement not covered" > itface = (this.interfaces as Interface[]).find((<span class="fstat-no" title="function not covered" >item) => <span class="cstat-no" title="statement not covered" >i</span>tem.name === options)</span>;</span>
|
|
8501
|
-
<span class="cstat-no" title="statement not covered" > if (!itface) {</span>
|
|
8502
|
-
<span class="cstat-no" title="statement not covered" > throw new Error('找不到接口 ' + options);</span>
|
|
8503
|
-
}
|
|
8504
|
-
} else {
|
|
8505
|
-
<span class="cstat-no" title="statement not covered" > itface = options;</span>
|
|
8506
|
-
}
|
|
8507
|
-
<span class="cstat-no" title="statement not covered" > return itface.delete();</span>
|
|
8508
|
-
}
|
|
8509
|
-
|
|
8510
|
-
<span class="fstat-no" title="function not covered" > __removeInterface(i</span>tface: Interface) {
|
|
8511
|
-
const parentKey = <span class="cstat-no" title="statement not covered" >itface.parentKey;</span>
|
|
8512
|
-
const params: Params = <span class="cstat-no" title="statement not covered" >{</span>
|
|
8513
|
-
parentNode: this,
|
|
8514
|
-
parentKey,
|
|
8515
|
-
index: -1,
|
|
8516
|
-
object: null,
|
|
8517
|
-
oldObject: itface,
|
|
8518
|
-
};
|
|
8519
|
-
<span class="cstat-no" title="statement not covered" > if (parentKey) {</span>
|
|
8520
|
-
<span class="cstat-no" title="statement not covered" > params.parentKey = parentKey;</span>
|
|
8521
|
-
<span class="cstat-no" title="statement not covered" > if (Array.isArray((this as any)[parentKey])) {</span>
|
|
8522
|
-
const index = (<span class="cstat-no" title="statement not covered" >this as any)[parentKey].indexOf(itface);</span>
|
|
8523
|
-
<span class="cstat-no" title="statement not covered" > ~index && (this as any)[parentKey].splice(index, 1);</span>
|
|
8524
|
-
<span class="cstat-no" title="statement not covered" > params.index = index;</span>
|
|
8525
|
-
<span class="cstat-no" title="statement not covered" > } else if ((this as any)[parentKey] === itface) {</span>
|
|
8526
|
-
<span class="cstat-no" title="statement not covered" > params.index = 0;</span>
|
|
8527
|
-
(<span class="cstat-no" title="statement not covered" >this as any)[parentKey] = undefined;</span>
|
|
8528
|
-
}
|
|
8529
|
-
}
|
|
8530
|
-
<span class="cstat-no" title="statement not covered" > return params;</span>
|
|
7909
|
+
<span class="cstat-no" title="statement not covered" > return ((this.logics as Logic[]) || []).filter(<span class="fstat-no" title="function not covered" >(i</span>tem) => <span class="cstat-no" title="statement not covered" >!excludedSet.has(item))</span>.map(<span class="fstat-no" title="function not covered" >(i</span>tem) => <span class="cstat-no" title="statement not covered" >item.title)</span>;</span>
|
|
8531
7910
|
}
|
|
8532
7911
|
|
|
8533
7912
|
//================================================================================
|
|
@@ -8548,7 +7927,7 @@ export default Namespace;
|
|
|
8548
7927
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
8549
7928
|
Code coverage generated by
|
|
8550
7929
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
8551
|
-
at 2023-
|
|
7930
|
+
at 2023-10-18T11:36:07.885Z
|
|
8552
7931
|
</div>
|
|
8553
7932
|
<script src="../../prettify.js"></script>
|
|
8554
7933
|
<script>
|