@lcap/nasl 3.3.2-beta.3 → 3.3.3-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.nyc_output/{d58d92d8-c0d6-479b-9f82-1f4da8e73ff3.json → 4f2d526f-9422-4abc-993d-0857e05a5009.json} +1 -1
- package/.nyc_output/processinfo/4f2d526f-9422-4abc-993d-0857e05a5009.json +1 -0
- package/.nyc_output/processinfo/index.json +1 -1
- package/coverage/index.html +108 -108
- package/coverage/src/automate/engine/index.html +1 -1
- package/coverage/src/automate/engine/utils.js.html +36 -36
- package/coverage/src/bak/index.html +15 -15
- package/coverage/src/bak/translator.js.html +183 -60
- package/coverage/src/breakpoint/generator/AfterStartNode.ts.html +1 -1
- package/coverage/src/breakpoint/generator/BeforeEndNode.ts.html +1 -1
- package/coverage/src/breakpoint/generator/BreakpointNode.ts.html +1 -1
- package/coverage/src/breakpoint/generator/CallbackNode.ts.html +1 -1
- package/coverage/src/breakpoint/generator/index.html +1 -1
- package/coverage/src/breakpoint/generator/index.ts.html +1 -1
- package/coverage/src/breakpoint/index.html +1 -1
- package/coverage/src/breakpoint/index.ts.html +1 -1
- package/coverage/src/breakpoint/shared/constants.ts.html +1 -1
- package/coverage/src/breakpoint/shared/index.html +1 -1
- package/coverage/src/breakpoint/shared/index.ts.html +1 -1
- package/coverage/src/breakpoint/shared/operations.ts.html +1 -1
- package/coverage/src/breakpoint/shared/socket.ts.html +1 -1
- package/coverage/src/breakpoint/shared/utils.ts.html +1 -1
- package/coverage/src/breakpoint/store/core.ts.html +1 -1
- package/coverage/src/breakpoint/store/dock.ts.html +1 -1
- package/coverage/src/breakpoint/store/index.html +1 -1
- package/coverage/src/breakpoint/store/index.ts.html +1 -1
- package/coverage/src/common/BaseNode.ts.html +92 -62
- package/coverage/src/common/Command.ts.html +1 -1
- package/coverage/src/common/EventEmitter.ts.html +1 -1
- package/coverage/src/common/Messager.ts.html +1 -1
- package/coverage/src/common/asyncFuncMap.ts.html +1 -1
- package/coverage/src/common/index.html +14 -14
- package/coverage/src/common/index.ts.html +1 -1
- package/coverage/src/concepts/Abort__.ts.html +9 -6
- package/coverage/src/concepts/Anchor__.ts.html +36 -21
- package/coverage/src/concepts/AnonymousFunction__.ts.html +62 -20
- package/coverage/src/concepts/App__.ts.html +917 -74
- package/coverage/src/concepts/Argument__.ts.html +41 -26
- package/coverage/src/concepts/Assignee__.ts.html +40 -13
- package/coverage/src/concepts/AssignmentLine__.ts.html +9 -6
- package/coverage/src/concepts/Assignment__.ts.html +61 -22
- package/coverage/src/concepts/Attribute__.ts.html +25 -10
- package/coverage/src/concepts/AuthInterface__.ts.html +9 -6
- package/coverage/src/concepts/AuthLogicForCallInterface__.ts.html +25 -10
- package/coverage/src/concepts/AuthLogic__.ts.html +18 -6
- package/coverage/src/concepts/BackendVariable__.ts.html +25 -10
- package/coverage/src/concepts/Backend__.ts.html +25 -10
- package/coverage/src/concepts/BatchAssignment__.ts.html +61 -16
- package/coverage/src/concepts/BinaryExpression__.ts.html +141 -39
- package/coverage/src/concepts/BindAttribute__.ts.html +134 -41
- package/coverage/src/concepts/BindDirective__.ts.html +79 -16
- package/coverage/src/concepts/BindEvent__.ts.html +80 -23
- package/coverage/src/concepts/BindStyle__.ts.html +25 -10
- package/coverage/src/concepts/BooleanLiteral__.ts.html +9 -6
- package/coverage/src/concepts/CallAuthInterface__.ts.html +25 -10
- package/coverage/src/concepts/CallConnector__.ts.html +9 -6
- package/coverage/src/concepts/CallFunction__.ts.html +56 -38
- package/coverage/src/concepts/CallInterface__.ts.html +81 -36
- package/coverage/src/concepts/CallLogic__.ts.html +195 -264
- package/coverage/src/concepts/CallQueryComponent__.ts.html +40 -13
- package/coverage/src/concepts/Comment__.ts.html +11 -8
- package/coverage/src/concepts/CompletionProperty__.ts.html +25 -10
- package/coverage/src/concepts/ConfigGroup__.ts.html +25 -10
- package/coverage/src/concepts/ConfigPropertyValue__.ts.html +9 -6
- package/coverage/src/concepts/ConfigProperty__.ts.html +25 -10
- package/coverage/src/concepts/Configuration__.ts.html +25 -10
- package/coverage/src/concepts/Connection__.ts.html +26 -11
- package/coverage/src/concepts/ConnectorTrigger__.ts.html +9 -6
- package/coverage/src/concepts/Connector__.ts.html +85 -22
- package/coverage/src/concepts/Constant__.ts.html +25 -10
- package/coverage/src/concepts/DataSource__.ts.html +26 -11
- package/coverage/src/concepts/DatabaseTypeAnnotation__.ts.html +9 -6
- package/coverage/src/concepts/Destination__.ts.html +24 -12
- package/coverage/src/concepts/End__.ts.html +9 -6
- package/coverage/src/concepts/EntityIndex__.ts.html +9 -6
- package/coverage/src/concepts/EntityProperty__.ts.html +62 -14
- package/coverage/src/concepts/Entity__.ts.html +41 -14
- package/coverage/src/concepts/EnumItem__.ts.html +9 -6
- package/coverage/src/concepts/Enum__.ts.html +25 -10
- package/coverage/src/concepts/Event__.ts.html +25 -10
- package/coverage/src/concepts/ExternalDestination__.ts.html +25 -10
- package/coverage/src/concepts/ForEachStatement__.ts.html +68 -47
- package/coverage/src/concepts/FrontendLibrary__.ts.html +40 -13
- package/coverage/src/concepts/FrontendVariable__.ts.html +1 -1
- package/coverage/src/concepts/Frontend__.ts.html +86 -23
- package/coverage/src/concepts/Function__.ts.html +92 -26
- package/coverage/src/concepts/Identifier__.ts.html +28 -25
- package/coverage/src/concepts/IfStatement__.ts.html +83 -56
- package/coverage/src/concepts/Integration__.ts.html +40 -13
- package/coverage/src/concepts/InterfaceParam__.ts.html +25 -10
- package/coverage/src/concepts/Interface__.ts.html +61 -22
- package/coverage/src/concepts/JSBlock__.ts.html +188 -8
- package/coverage/src/concepts/JavaLogic__.ts.html +9 -6
- package/coverage/src/concepts/LogicItem__.ts.html +15 -12
- package/coverage/src/concepts/Logic__.ts.html +117 -81
- package/coverage/src/concepts/MatchCase__.ts.html +100 -61
- package/coverage/src/concepts/Match__.ts.html +48 -27
- package/coverage/src/concepts/MemberExpression__.ts.html +72 -66
- package/coverage/src/concepts/MetadataType__.ts.html +1996 -0
- package/coverage/src/concepts/MicroApp__.ts.html +9 -6
- package/coverage/src/concepts/Module__.ts.html +672 -18
- package/coverage/src/concepts/MsgTriggerEvent__.ts.html +25 -10
- package/coverage/src/concepts/MsgTriggerLauncher__.ts.html +25 -10
- package/coverage/src/concepts/Namespace__.ts.html +175 -40
- package/coverage/src/concepts/NewComposite__.ts.html +93 -27
- package/coverage/src/concepts/NewList__.ts.html +44 -14
- package/coverage/src/concepts/NewMap__.ts.html +44 -14
- package/coverage/src/concepts/New__.ts.html +1 -1
- package/coverage/src/concepts/NullLiteral__.ts.html +9 -6
- package/coverage/src/concepts/NumericLiteral__.ts.html +27 -12
- package/coverage/src/concepts/OqlQueryComponent__.ts.html +103 -13
- package/coverage/src/concepts/OverriddenLogic__.ts.html +100 -25
- package/coverage/src/concepts/Param__.ts.html +24 -15
- package/coverage/src/concepts/Point__.ts.html +9 -6
- package/coverage/src/concepts/ProcessComponent__.ts.html +40 -13
- package/coverage/src/concepts/ProcessElement__.ts.html +128 -29
- package/coverage/src/concepts/ProcessOutcome__.ts.html +9 -6
- package/coverage/src/concepts/ProcessOutcomes__.ts.html +9 -6
- package/coverage/src/concepts/Process__.ts.html +85 -22
- package/coverage/src/concepts/QueryAggregateExpression__.ts.html +25 -10
- package/coverage/src/concepts/QueryFieldExpression__.ts.html +9 -6
- package/coverage/src/concepts/QueryFromExpression__.ts.html +25 -10
- package/coverage/src/concepts/QueryGroupByExpression__.ts.html +25 -10
- package/coverage/src/concepts/QueryJoinExpression__.ts.html +25 -10
- package/coverage/src/concepts/QueryLimitExpression__.ts.html +25 -10
- package/coverage/src/concepts/QueryOrderByExpression__.ts.html +25 -10
- package/coverage/src/concepts/QuerySelectExpression__.ts.html +25 -10
- package/coverage/src/concepts/Rect__.ts.html +9 -6
- package/coverage/src/concepts/Return__.ts.html +25 -10
- package/coverage/src/concepts/Role__.ts.html +9 -6
- package/coverage/src/concepts/SelectMembers__.ts.html +25 -10
- package/coverage/src/concepts/Slot__.ts.html +25 -10
- package/coverage/src/concepts/SqlQueryComponent__.ts.html +25 -10
- package/coverage/src/concepts/Start__.ts.html +9 -6
- package/coverage/src/concepts/StringInterpolation__.ts.html +40 -19
- package/coverage/src/concepts/StringLiteral__.ts.html +9 -6
- package/coverage/src/concepts/StructureProperty__.ts.html +25 -10
- package/coverage/src/concepts/Structure__.ts.html +40 -13
- package/coverage/src/concepts/SwitchCase__.ts.html +33 -18
- package/coverage/src/concepts/SwitchStatement__.ts.html +38 -23
- package/coverage/src/concepts/Theme__.ts.html +9 -6
- package/coverage/src/concepts/Transactional__.ts.html +9 -6
- package/coverage/src/concepts/TriggerEvent__.ts.html +25 -10
- package/coverage/src/concepts/TriggerLauncher__.ts.html +9 -6
- package/coverage/src/concepts/TypeAnnotation__.ts.html +223 -61
- package/coverage/src/concepts/TypeParam__.ts.html +10 -7
- package/coverage/src/concepts/UnaryExpression__.ts.html +40 -13
- package/coverage/src/concepts/Unparsed__.ts.html +11 -8
- package/coverage/src/concepts/UseComponent__.ts.html +9 -6
- package/coverage/src/concepts/ValidationRule__.ts.html +30 -15
- package/coverage/src/concepts/Variable__.ts.html +61 -16
- package/coverage/src/concepts/ViewBlock__.ts.html +9 -6
- package/coverage/src/concepts/ViewComponent__.ts.html +99 -24
- package/coverage/src/concepts/ViewElement__.ts.html +334 -181
- package/coverage/src/concepts/View__.ts.html +326 -71
- package/coverage/src/concepts/WhileStatement__.ts.html +78 -45
- package/coverage/src/concepts/basics/stdlib/index.html +1 -1
- package/coverage/src/concepts/basics/stdlib/index.ts.html +1 -1
- package/coverage/src/concepts/basics/stdlib/nasl.auth.ts.html +1 -1
- package/coverage/src/concepts/basics/stdlib/nasl.browser.ts.html +1 -1
- package/coverage/src/concepts/basics/stdlib/nasl.collection.ts.html +1 -1
- package/coverage/src/concepts/basics/stdlib/nasl.configuration.ts.html +1 -1
- package/coverage/src/concepts/basics/stdlib/nasl.core.ts.html +1 -1
- package/coverage/src/concepts/basics/stdlib/nasl.event.ts.html +1 -1
- package/coverage/src/concepts/basics/stdlib/nasl.http.ts.html +1 -1
- package/coverage/src/concepts/basics/stdlib/nasl.interface.ts.html +1 -1
- package/coverage/src/concepts/basics/stdlib/nasl.io.ts.html +1 -1
- package/coverage/src/concepts/basics/stdlib/nasl.logging.ts.html +1 -1
- package/coverage/src/concepts/basics/stdlib/nasl.process.ts.html +1 -1
- package/coverage/src/concepts/basics/stdlib/nasl.ui.ts.html +1 -1
- package/coverage/src/concepts/basics/stdlib/nasl.util.ts.html +1 -1
- package/coverage/src/concepts/basics/stdlib/nasl.validation.ts.html +1 -1
- package/coverage/src/concepts/basics/stdlib/reference2TypeAnnotationList.ts.html +1 -1
- package/coverage/src/concepts/basics/stdlib/timeZone.ts.html +1 -1
- package/coverage/src/concepts/basics/types/coreTypeList.ts.html +1 -1
- package/coverage/src/concepts/basics/types/index.html +1 -1
- package/coverage/src/concepts/basics/types/index.ts.html +1 -1
- package/coverage/src/concepts/index.html +823 -808
- package/coverage/src/concepts/index.ts.html +1 -1
- package/coverage/src/concepts/index__.ts.html +7 -4
- package/coverage/src/config.ts.html +1 -1
- package/coverage/src/decorators/index.html +1 -1
- package/coverage/src/decorators/index.ts.html +24 -24
- package/coverage/src/decorators/promise.ts.html +1 -1
- package/coverage/src/eventBus.ts.html +1 -1
- package/coverage/src/generator/compileComponent.ts.html +1 -1
- package/coverage/src/generator/genBundleFiles.ts.html +13 -19
- package/coverage/src/generator/genHash.ts.html +1 -1
- package/coverage/src/generator/genMetaData.ts.html +103 -16
- package/coverage/src/generator/genReleaseBody.ts.html +1 -1
- package/coverage/src/generator/icestark.ts.html +1 -1
- package/coverage/src/generator/index.html +15 -15
- package/coverage/src/generator/index.ts.html +1 -1
- package/coverage/src/generator/microApp.ts.html +1 -1
- package/coverage/src/generator/permission.ts.html +1 -1
- package/coverage/src/generator/qiankun.ts.html +1 -1
- package/coverage/src/generator/styleReplacer.ts.html +1 -1
- package/coverage/src/index.html +7 -7
- package/coverage/src/index.ts.html +4 -4
- package/coverage/src/manager/diagnostic.ts.html +1 -1
- package/coverage/src/manager/index.html +1 -1
- package/coverage/src/manager/stepRecorder.ts.html +1 -1
- package/coverage/src/natural/genNaturalTS.ts.html +1 -1
- package/coverage/src/natural/index.html +15 -15
- package/coverage/src/natural/index.ts.html +1 -1
- package/coverage/src/natural/naslStdlibMap.ts.html +1 -1
- package/coverage/src/natural/transformTSCode.ts.html +78 -18
- package/coverage/src/sentry/index.html +1 -1
- package/coverage/src/sentry/index.ts.html +21 -21
- package/coverage/src/server/createUiTs.ts.html +15 -6
- package/coverage/src/server/entity2LogicNamespace.ts.html +1 -1
- package/coverage/src/server/event.js.html +1 -1
- package/coverage/src/server/extendBaseNode.ts.html +7 -4
- package/coverage/src/server/formatTsUtils.ts.html +1 -1
- package/coverage/src/server/getConnector.ts.html +1 -1
- package/coverage/src/server/getExtensionModules.ts.html +1 -1
- package/coverage/src/server/getFunctions.ts.html +1 -1
- package/coverage/src/server/getInterfaces.ts.html +1 -1
- package/coverage/src/server/getLogging.ts.html +1 -1
- package/coverage/src/server/getLogics.ts.html +1 -1
- package/coverage/src/server/getMemberIdentifier.ts.html +161 -113
- package/coverage/src/server/getProcessComponents.ts.html +1 -1
- package/coverage/src/server/getProcesses.ts.html +1 -1
- package/coverage/src/server/getValidates.ts.html +1 -1
- package/coverage/src/server/index.html +25 -25
- package/coverage/src/server/index.ts.html +1 -1
- package/coverage/src/server/naslServer.ts.html +470 -59
- package/coverage/src/server/naslStdlibMap.ts.html +1 -1
- package/coverage/src/server/process2LogicNamespace.ts.html +1 -1
- package/coverage/src/server/translator.ts.html +3 -3
- package/coverage/src/service/creator/add.configs.js.html +26 -8
- package/coverage/src/service/creator/errHandles.js.html +19 -37
- package/coverage/src/service/creator/index.html +22 -22
- package/coverage/src/service/creator/index.js.html +1 -1
- package/coverage/src/service/datasource/api.js.html +1 -1
- package/coverage/src/service/datasource/index.html +1 -1
- package/coverage/src/service/datasource/index.js.html +1 -1
- package/coverage/src/service/logic/api.js.html +1 -1
- package/coverage/src/service/logic/index.html +1 -1
- package/coverage/src/service/logic/index.js.html +1 -1
- package/coverage/src/service/storage/api.js.html +1 -1
- package/coverage/src/service/storage/index.html +19 -19
- package/coverage/src/service/storage/index.ts.html +1 -1
- package/coverage/src/service/storage/init.ts.html +1498 -598
- package/coverage/src/service/storage/jsoner.ts.html +3 -3
- package/coverage/src/service/storage/map.ts.html +1 -1
- package/coverage/src/service/storage/service.ts.html +1 -1
- package/coverage/src/service/storage/storagePoint.ts.html +1 -1
- package/coverage/src/templator/genCallComponentLogic.ts.html +1 -1
- package/coverage/src/templator/genCreateBlock.ts.html +47 -56
- package/coverage/src/templator/genCurdEditMultipleKeyBlock.ts.html +49 -31
- package/coverage/src/templator/genCurdMultipleKeyBlock.ts.html +81 -93
- package/coverage/src/templator/genEditTableBlock.ts.html +80 -11
- package/coverage/src/templator/genEnumSelectBlock.ts.html +1 -1
- package/coverage/src/templator/genGetBlock.ts.html +1 -1
- package/coverage/src/templator/genGridViewBlock.ts.html +1 -1
- package/coverage/src/templator/genListViewBlock.ts.html +1 -1
- package/coverage/src/templator/genQueryComponent.ts.html +1 -1
- package/coverage/src/templator/genSelectBlock.ts.html +1 -1
- package/coverage/src/templator/genTableBlock.ts.html +66 -3
- package/coverage/src/templator/genUpdateBlock.ts.html +48 -36
- package/coverage/src/templator/index.html +39 -39
- package/coverage/src/templator/index.ts.html +1 -1
- package/coverage/src/templator/utils.ts.html +77 -11
- package/coverage/src/translator/constant.ts.html +1 -1
- package/coverage/src/translator/index.html +20 -20
- package/coverage/src/translator/index.ts.html +1 -1
- package/coverage/src/translator/utils.ts.html +87 -30
- package/coverage/src/utils/cookie.ts.html +1 -1
- package/coverage/src/utils/env.ts.html +1 -1
- package/coverage/src/utils/index.html +27 -27
- package/coverage/src/utils/index.ts.html +115 -22
- package/coverage/src/utils/logger.ts.html +1 -1
- package/coverage/src/utils/sortTsString.ts.html +1 -1
- package/coverage/src/utils/string.ts.html +110 -8
- package/coverage/src/utils/time-slicing.ts.html +1 -1
- package/coverage/src/utils/traverse.ts.html +1 -1
- package/coverage/src/utils/window.ts.html +1 -1
- package/package.json +7 -7
- package/sandbox/stdlib/nasl.core.ts +187 -185
- package/src/bak/translator.js +100 -47
- package/src/common/BaseNode.ts +64 -13
- package/src/concepts/Abort__.ts +1 -0
- package/src/concepts/Anchor__.ts +19 -14
- package/src/concepts/AnonymousFunction__.ts +26 -12
- package/src/concepts/App__.ts +359 -76
- package/src/concepts/Argument__.ts +8 -3
- package/src/concepts/Assignee__.ts +15 -6
- package/src/concepts/AssignmentLine__.ts +1 -0
- package/src/concepts/Assignment__.ts +27 -14
- package/src/concepts/Attribute__.ts +8 -3
- package/src/concepts/AuthInterface__.ts +1 -0
- package/src/concepts/AuthLogicForCallInterface__.ts +8 -3
- package/src/concepts/AuthLogic__.ts +4 -0
- package/src/concepts/BackendVariable__.ts +30 -6
- package/src/concepts/Backend__.ts +8 -3
- package/src/concepts/BatchAssignment__.ts +28 -13
- package/src/concepts/BinaryExpression__.ts +56 -22
- package/src/concepts/BindAttribute__.ts +50 -18
- package/src/concepts/BindDirective__.ts +26 -5
- package/src/concepts/BindEvent__.ts +34 -15
- package/src/concepts/BindStyle__.ts +8 -3
- package/src/concepts/BooleanLiteral__.ts +1 -0
- package/src/concepts/CallAuthInterface__.ts +8 -3
- package/src/concepts/CallConnector__.ts +1 -0
- package/src/concepts/CallFunction__.ts +27 -24
- package/src/concepts/CallInterface__.ts +43 -28
- package/src/concepts/CallLogic__.ts +86 -108
- package/src/concepts/CallQueryComponent__.ts +15 -6
- package/src/concepts/Comment__.ts +2 -1
- package/src/concepts/CompletionProperty__.ts +8 -3
- package/src/concepts/ConfigGroup__.ts +8 -3
- package/src/concepts/ConfigPropertyValue__.ts +1 -0
- package/src/concepts/ConfigProperty__.ts +8 -3
- package/src/concepts/Configuration__.ts +8 -3
- package/src/concepts/Connection__.ts +9 -4
- package/src/concepts/ConnectorTrigger__.ts +1 -0
- package/src/concepts/Connector__.ts +36 -15
- package/src/concepts/Constant__.ts +8 -3
- package/src/concepts/DataSource__.ts +8 -3
- package/src/concepts/DatabaseTypeAnnotation__.ts +1 -0
- package/src/concepts/Destination__.ts +8 -4
- package/src/concepts/End__.ts +1 -0
- package/src/concepts/EntityIndex__.ts +1 -0
- package/src/concepts/EntityProperty__.ts +23 -7
- package/src/concepts/Entity__.ts +15 -6
- package/src/concepts/EnumItem__.ts +1 -0
- package/src/concepts/Enum__.ts +8 -3
- package/src/concepts/Event__.ts +8 -3
- package/src/concepts/ExternalDestination__.ts +8 -3
- package/src/concepts/ForEachStatement__.ts +43 -36
- package/src/concepts/FrontendLibrary__.ts +15 -6
- package/src/concepts/Frontend__.ts +36 -15
- package/src/concepts/Function__.ts +40 -18
- package/src/concepts/Identifier__.ts +1 -0
- package/src/concepts/IfStatement__.ts +29 -20
- package/src/concepts/Integration__.ts +15 -6
- package/src/concepts/InterfaceParam__.ts +8 -3
- package/src/concepts/Interface__.ts +28 -15
- package/src/concepts/JSBlock__.ts +60 -0
- package/src/concepts/JavaLogic__.ts +1 -0
- package/src/concepts/LogicItem__.ts +5 -4
- package/src/concepts/Logic__.ts +70 -58
- package/src/concepts/MatchCase__.ts +42 -29
- package/src/concepts/Match__.ts +23 -16
- package/src/concepts/MemberExpression__.ts +26 -21
- package/src/concepts/MetadataType__.ts +637 -0
- package/src/concepts/MicroApp__.ts +1 -0
- package/src/concepts/Module__.ts +227 -9
- package/src/concepts/MsgTriggerEvent__.ts +8 -3
- package/src/concepts/MsgTriggerLauncher__.ts +8 -3
- package/src/concepts/Namespace__.ts +78 -33
- package/src/concepts/NewComposite__.ts +41 -19
- package/src/concepts/NewList__.ts +17 -7
- package/src/concepts/NewMap__.ts +17 -7
- package/src/concepts/NullLiteral__.ts +1 -0
- package/src/concepts/NumericLiteral__.ts +9 -4
- package/src/concepts/OqlQueryComponent__.ts +35 -5
- package/src/concepts/OverriddenLogic__.ts +44 -19
- package/src/concepts/Param__.ts +38 -15
- package/src/concepts/Point__.ts +1 -0
- package/src/concepts/ProcessComponent__.ts +15 -6
- package/src/concepts/ProcessElement__.ts +57 -24
- package/src/concepts/ProcessOutcome__.ts +1 -0
- package/src/concepts/ProcessOutcomes__.ts +1 -0
- package/src/concepts/Process__.ts +36 -15
- package/src/concepts/QueryAggregateExpression__.ts +8 -3
- package/src/concepts/QueryFieldExpression__.ts +1 -0
- package/src/concepts/QueryFromExpression__.ts +8 -3
- package/src/concepts/QueryGroupByExpression__.ts +8 -3
- package/src/concepts/QueryJoinExpression__.ts +8 -3
- package/src/concepts/QueryLimitExpression__.ts +8 -3
- package/src/concepts/QueryOrderByExpression__.ts +8 -3
- package/src/concepts/QuerySelectExpression__.ts +8 -3
- package/src/concepts/Rect__.ts +1 -0
- package/src/concepts/Return__.ts +31 -6
- package/src/concepts/Role__.ts +1 -0
- package/src/concepts/SelectMembers__.ts +8 -3
- package/src/concepts/Slot__.ts +8 -3
- package/src/concepts/SqlQueryComponent__.ts +8 -3
- package/src/concepts/Start__.ts +1 -0
- package/src/concepts/StringInterpolation__.ts +14 -7
- package/src/concepts/StringLiteral__.ts +1 -0
- package/src/concepts/StructureProperty__.ts +8 -3
- package/src/concepts/Structure__.ts +15 -6
- package/src/concepts/SwitchCase__.ts +14 -9
- package/src/concepts/SwitchStatement__.ts +21 -16
- package/src/concepts/Theme__.ts +1 -0
- package/src/concepts/Transactional__.ts +1 -0
- package/src/concepts/TriggerEvent__.ts +8 -3
- package/src/concepts/TriggerLauncher__.ts +1 -0
- package/src/concepts/TypeAnnotation__.ts +82 -28
- package/src/concepts/TypeParam__.ts +2 -1
- package/src/concepts/UnaryExpression__.ts +15 -6
- package/src/concepts/Unparsed__.ts +2 -1
- package/src/concepts/UseComponent__.ts +1 -0
- package/src/concepts/ValidationRule__.ts +10 -5
- package/src/concepts/Variable__.ts +32 -8
- package/src/concepts/ViewBlock__.ts +1 -0
- package/src/concepts/ViewComponent__.ts +43 -18
- package/src/concepts/ViewElement__.ts +198 -124
- package/src/concepts/View__.ts +150 -56
- package/src/concepts/WhileStatement__.ts +26 -15
- package/src/concepts/basics/stdlib/nasl.util.ts +2 -2
- package/src/concepts/index__.ts +1 -0
- package/src/concepts/types__.ts +2 -0
- package/src/generator/genBundleFiles.ts +11 -13
- package/src/generator/genMetaData.ts +37 -8
- package/src/generator/permission.ts +33 -9
- package/src/index.ts +1 -1
- package/src/natural/transformTSCode.ts +22 -3
- package/src/sentry/index.ts +3 -1
- package/src/server/extendBaseNode.ts +2 -1
- package/src/server/getMemberIdentifier.ts +122 -121
- package/src/server/naslServer.ts +141 -5
- package/src/server/translator.ts +2 -2
- package/src/service/creator/add.configs.js +6 -0
- package/src/service/storage/init.ts +317 -11
- package/src/templator/genCreateBlock.ts +35 -38
- package/src/templator/genCurdEditMultipleKeyBlock.ts +31 -25
- package/src/templator/genCurdMultipleKeyBlock.ts +67 -71
- package/src/templator/genEditTableBlock.ts +7 -6
- package/src/templator/genUpdateBlock.ts +30 -26
- package/src/templator/utils.ts +23 -1
- package/src/translator/utils.ts +20 -0
- package/src/utils/index.ts +31 -0
- package/src/utils/string.ts +34 -0
- package/test/concepts/call-interface/__snapshots__/toJS.spec.ts.snap +2 -2
- package/test/concepts/call-logic/__snapshots__/toJS.spec.ts.snap +3 -3
- package/test/concepts/match/__snapshots__/toJS.spec.ts.snap +1 -1
- 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/test/concepts/numeric-literal/__snapshots__/toJS.spec.ts.snap +1 -1
- package/test/concepts/validation-rule/__snapshots__/toJS.spec.ts.snap +3 -3
- package/test/concepts/view-element/__snapshots__/toVue.spec.ts.snap +5 -22
- package/.nyc_output/processinfo/d58d92d8-c0d6-479b-9f82-1f4da8e73ff3.json +0 -1
- package/out/automate/engine/index.d.ts +0 -4
- package/out/automate/engine/index.js +0 -443
- package/out/automate/engine/index.js.map +0 -1
- package/out/automate/engine/operators.d.ts +0 -24
- package/out/automate/engine/operators.js +0 -252
- package/out/automate/engine/operators.js.map +0 -1
- package/out/automate/engine/uniqueName.d.ts +0 -12
- package/out/automate/engine/uniqueName.js +0 -112
- package/out/automate/engine/uniqueName.js.map +0 -1
- package/out/automate/engine/utils.d.ts +0 -25
- package/out/automate/engine/utils.js +0 -444
- package/out/automate/engine/utils.js.map +0 -1
- package/out/automate/engine/viewCache.d.ts +0 -19
- package/out/automate/engine/viewCache.js +0 -45
- package/out/automate/engine/viewCache.js.map +0 -1
- package/out/automate/template/myProcess.d.ts +0 -10
- package/out/automate/template/myProcess.js +0 -11498
- package/out/automate/template/myProcess.js.map +0 -1
- package/out/automate/upgrader/2.12.d.ts +0 -7
- package/out/automate/upgrader/2.12.js +0 -63
- package/out/automate/upgrader/2.12.js.map +0 -1
- package/out/automate/upgrader/2.14-components.d.ts +0 -1115
- package/out/automate/upgrader/2.14-components.js +0 -1087
- package/out/automate/upgrader/2.14-components.js.map +0 -1
- package/out/automate/upgrader/2.14.d.ts +0 -10
- package/out/automate/upgrader/2.14.js +0 -236
- package/out/automate/upgrader/2.14.js.map +0 -1
- package/out/automate/upgrader/2.14.old.d.ts +0 -1
- package/out/automate/upgrader/2.14.old.js +0 -125
- package/out/automate/upgrader/2.14.old.js.map +0 -1
- package/out/automate/upgrader/2.16.d.ts +0 -10
- package/out/automate/upgrader/2.16.js +0 -75
- package/out/automate/upgrader/2.16.js.map +0 -1
- package/out/automate/upgrader/2.17.d.ts +0 -21
- package/out/automate/upgrader/2.17.js +0 -557
- package/out/automate/upgrader/2.17.js.map +0 -1
- package/out/automate/upgrader/2.18.d.ts +0 -10
- package/out/automate/upgrader/2.18.js +0 -107
- package/out/automate/upgrader/2.18.js.map +0 -1
- package/out/automate/upgrader/2.20.d.ts +0 -17
- package/out/automate/upgrader/2.20.js +0 -68
- package/out/automate/upgrader/2.20.js.map +0 -1
- package/out/bak/translator.d.ts +0 -1
- package/out/bak/translator.js +0 -167
- package/out/bak/translator.js.map +0 -1
- package/out/breakpoint/generator/AfterStartNode.d.ts +0 -7
- package/out/breakpoint/generator/AfterStartNode.js +0 -30
- package/out/breakpoint/generator/AfterStartNode.js.map +0 -1
- package/out/breakpoint/generator/BeforeEndNode.d.ts +0 -7
- package/out/breakpoint/generator/BeforeEndNode.js +0 -28
- package/out/breakpoint/generator/BeforeEndNode.js.map +0 -1
- package/out/breakpoint/generator/BreakpointNode.d.ts +0 -15
- package/out/breakpoint/generator/BreakpointNode.js +0 -284
- package/out/breakpoint/generator/BreakpointNode.js.map +0 -1
- package/out/breakpoint/generator/CallbackNode.d.ts +0 -4
- package/out/breakpoint/generator/CallbackNode.js +0 -22
- package/out/breakpoint/generator/CallbackNode.js.map +0 -1
- package/out/breakpoint/generator/FragmentNode.d.ts +0 -4
- package/out/breakpoint/generator/FragmentNode.js +0 -18
- package/out/breakpoint/generator/FragmentNode.js.map +0 -1
- package/out/breakpoint/generator/index.d.ts +0 -4
- package/out/breakpoint/generator/index.js +0 -119
- package/out/breakpoint/generator/index.js.map +0 -1
- package/out/breakpoint/index.d.ts +0 -3
- package/out/breakpoint/index.js +0 -20
- package/out/breakpoint/index.js.map +0 -1
- package/out/breakpoint/shared/constants.d.ts +0 -37
- package/out/breakpoint/shared/constants.js +0 -106
- package/out/breakpoint/shared/constants.js.map +0 -1
- package/out/breakpoint/shared/index.d.ts +0 -3
- package/out/breakpoint/shared/index.js +0 -33
- package/out/breakpoint/shared/index.js.map +0 -1
- package/out/breakpoint/shared/operations.d.ts +0 -10
- package/out/breakpoint/shared/operations.js +0 -25
- package/out/breakpoint/shared/operations.js.map +0 -1
- package/out/breakpoint/shared/socket.d.ts +0 -48
- package/out/breakpoint/shared/socket.js +0 -257
- package/out/breakpoint/shared/socket.js.map +0 -1
- package/out/breakpoint/shared/utils.d.ts +0 -27
- package/out/breakpoint/shared/utils.js +0 -229
- package/out/breakpoint/shared/utils.js.map +0 -1
- package/out/breakpoint/store/core.d.ts +0 -80
- package/out/breakpoint/store/core.js +0 -416
- package/out/breakpoint/store/core.js.map +0 -1
- package/out/breakpoint/store/dock.d.ts +0 -1
- package/out/breakpoint/store/dock.js +0 -160
- package/out/breakpoint/store/dock.js.map +0 -1
- package/out/breakpoint/store/index.d.ts +0 -2
- package/out/breakpoint/store/index.js +0 -19
- package/out/breakpoint/store/index.js.map +0 -1
- package/out/common/BaseNode.d.ts +0 -330
- package/out/common/BaseNode.js +0 -1260
- package/out/common/BaseNode.js.map +0 -1
- package/out/common/Command.d.ts +0 -21
- package/out/common/Command.js +0 -79
- package/out/common/Command.js.map +0 -1
- package/out/common/ComponentAPI.d.ts +0 -110
- package/out/common/ComponentAPI.js +0 -3
- package/out/common/ComponentAPI.js.map +0 -1
- package/out/common/EventEmitter.d.ts +0 -59
- package/out/common/EventEmitter.js +0 -69
- package/out/common/EventEmitter.js.map +0 -1
- package/out/common/Messager.d.ts +0 -91
- package/out/common/Messager.js +0 -207
- package/out/common/Messager.js.map +0 -1
- package/out/common/asyncFuncMap.d.ts +0 -2
- package/out/common/asyncFuncMap.js +0 -16
- package/out/common/asyncFuncMap.js.map +0 -1
- package/out/common/index.d.ts +0 -3
- package/out/common/index.js +0 -20
- package/out/common/index.js.map +0 -1
- package/out/concepts/Abort__.d.ts +0 -26
- package/out/concepts/Abort__.js +0 -80
- package/out/concepts/Abort__.js.map +0 -1
- package/out/concepts/Anchor__.d.ts +0 -46
- package/out/concepts/Anchor__.js +0 -198
- package/out/concepts/Anchor__.js.map +0 -1
- package/out/concepts/AnonymousFunction__.d.ts +0 -173
- package/out/concepts/AnonymousFunction__.js +0 -519
- package/out/concepts/AnonymousFunction__.js.map +0 -1
- package/out/concepts/App__.d.ts +0 -1687
- package/out/concepts/App__.js +0 -2529
- package/out/concepts/App__.js.map +0 -1
- package/out/concepts/Argument__.d.ts +0 -67
- package/out/concepts/Argument__.js +0 -302
- package/out/concepts/Argument__.js.map +0 -1
- package/out/concepts/Assignee__.d.ts +0 -289
- package/out/concepts/Assignee__.js +0 -425
- package/out/concepts/Assignee__.js.map +0 -1
- package/out/concepts/AssignmentLine__.d.ts +0 -42
- package/out/concepts/AssignmentLine__.js +0 -111
- package/out/concepts/AssignmentLine__.js.map +0 -1
- package/out/concepts/Assignment__.d.ts +0 -75
- package/out/concepts/Assignment__.js +0 -310
- package/out/concepts/Assignment__.js.map +0 -1
- package/out/concepts/Attribute__.d.ts +0 -98
- package/out/concepts/Attribute__.js +0 -206
- package/out/concepts/Attribute__.js.map +0 -1
- package/out/concepts/AuthInterface__.d.ts +0 -36
- package/out/concepts/AuthInterface__.js +0 -83
- package/out/concepts/AuthInterface__.js.map +0 -1
- package/out/concepts/AuthLogicForCallInterface__.d.ts +0 -139
- package/out/concepts/AuthLogicForCallInterface__.js +0 -523
- package/out/concepts/AuthLogicForCallInterface__.js.map +0 -1
- package/out/concepts/AuthLogic__.d.ts +0 -67
- package/out/concepts/AuthLogic__.js +0 -219
- package/out/concepts/AuthLogic__.js.map +0 -1
- package/out/concepts/BackendVariable__.d.ts +0 -138
- package/out/concepts/BackendVariable__.js +0 -424
- package/out/concepts/BackendVariable__.js.map +0 -1
- package/out/concepts/Backend__.d.ts +0 -135
- package/out/concepts/Backend__.js +0 -275
- package/out/concepts/Backend__.js.map +0 -1
- package/out/concepts/BatchAssignment__.d.ts +0 -253
- package/out/concepts/BatchAssignment__.js +0 -856
- package/out/concepts/BatchAssignment__.js.map +0 -1
- package/out/concepts/BinaryExpression__.d.ts +0 -72
- package/out/concepts/BinaryExpression__.js +0 -386
- package/out/concepts/BinaryExpression__.js.map +0 -1
- package/out/concepts/BindAttribute__.d.ts +0 -324
- package/out/concepts/BindAttribute__.js +0 -1046
- package/out/concepts/BindAttribute__.js.map +0 -1
- package/out/concepts/BindDirective__.d.ts +0 -163
- package/out/concepts/BindDirective__.js +0 -540
- package/out/concepts/BindDirective__.js.map +0 -1
- package/out/concepts/BindEvent__.d.ts +0 -253
- package/out/concepts/BindEvent__.js +0 -922
- package/out/concepts/BindEvent__.js.map +0 -1
- package/out/concepts/BindStyle__.d.ts +0 -140
- package/out/concepts/BindStyle__.js +0 -433
- package/out/concepts/BindStyle__.js.map +0 -1
- package/out/concepts/BooleanLiteral__.d.ts +0 -36
- package/out/concepts/BooleanLiteral__.js +0 -106
- package/out/concepts/BooleanLiteral__.js.map +0 -1
- package/out/concepts/CallAuthInterface__.d.ts +0 -126
- package/out/concepts/CallAuthInterface__.js +0 -405
- package/out/concepts/CallAuthInterface__.js.map +0 -1
- package/out/concepts/CallConnector__.d.ts +0 -47
- package/out/concepts/CallConnector__.js +0 -264
- package/out/concepts/CallConnector__.js.map +0 -1
- package/out/concepts/CallFunction__.d.ts +0 -159
- package/out/concepts/CallFunction__.js +0 -549
- package/out/concepts/CallFunction__.js.map +0 -1
- package/out/concepts/CallInterface__.d.ts +0 -130
- package/out/concepts/CallInterface__.js +0 -790
- package/out/concepts/CallInterface__.js.map +0 -1
- package/out/concepts/CallLogic__.d.ts +0 -231
- package/out/concepts/CallLogic__.js +0 -1366
- package/out/concepts/CallLogic__.js.map +0 -1
- package/out/concepts/CallQueryComponent__.d.ts +0 -433
- package/out/concepts/CallQueryComponent__.js +0 -1283
- package/out/concepts/CallQueryComponent__.js.map +0 -1
- package/out/concepts/Comment__.d.ts +0 -33
- package/out/concepts/Comment__.js +0 -102
- package/out/concepts/Comment__.js.map +0 -1
- package/out/concepts/CompletionProperty__.d.ts +0 -105
- package/out/concepts/CompletionProperty__.js +0 -269
- package/out/concepts/CompletionProperty__.js.map +0 -1
- package/out/concepts/ConfigGroup__.d.ts +0 -125
- package/out/concepts/ConfigGroup__.js +0 -254
- package/out/concepts/ConfigGroup__.js.map +0 -1
- package/out/concepts/ConfigPropertyValue__.d.ts +0 -45
- package/out/concepts/ConfigPropertyValue__.js +0 -107
- package/out/concepts/ConfigPropertyValue__.js.map +0 -1
- package/out/concepts/ConfigProperty__.d.ts +0 -154
- package/out/concepts/ConfigProperty__.js +0 -325
- package/out/concepts/ConfigProperty__.js.map +0 -1
- package/out/concepts/Configuration__.d.ts +0 -124
- package/out/concepts/Configuration__.js +0 -227
- package/out/concepts/Configuration__.js.map +0 -1
- package/out/concepts/Connection__.d.ts +0 -166
- package/out/concepts/Connection__.js +0 -335
- package/out/concepts/Connection__.js.map +0 -1
- package/out/concepts/ConnectorTrigger__.d.ts +0 -79
- package/out/concepts/ConnectorTrigger__.js +0 -157
- package/out/concepts/ConnectorTrigger__.js.map +0 -1
- package/out/concepts/Connector__.d.ts +0 -570
- package/out/concepts/Connector__.js +0 -856
- package/out/concepts/Connector__.js.map +0 -1
- package/out/concepts/Constant__.d.ts +0 -111
- package/out/concepts/Constant__.js +0 -255
- package/out/concepts/Constant__.js.map +0 -1
- package/out/concepts/DataSource__.d.ts +0 -169
- package/out/concepts/DataSource__.js +0 -465
- package/out/concepts/DataSource__.js.map +0 -1
- package/out/concepts/DatabaseTypeAnnotation__.d.ts +0 -32
- package/out/concepts/DatabaseTypeAnnotation__.js +0 -79
- package/out/concepts/DatabaseTypeAnnotation__.js.map +0 -1
- package/out/concepts/Destination__.d.ts +0 -158
- package/out/concepts/Destination__.js +0 -796
- package/out/concepts/Destination__.js.map +0 -1
- package/out/concepts/End__.d.ts +0 -25
- package/out/concepts/End__.js +0 -114
- package/out/concepts/End__.js.map +0 -1
- package/out/concepts/EntityIndex__.d.ts +0 -96
- package/out/concepts/EntityIndex__.js +0 -221
- package/out/concepts/EntityIndex__.js.map +0 -1
- package/out/concepts/EntityProperty__.d.ts +0 -275
- package/out/concepts/EntityProperty__.js +0 -819
- package/out/concepts/EntityProperty__.js.map +0 -1
- package/out/concepts/Entity__.d.ts +0 -340
- package/out/concepts/Entity__.js +0 -738
- package/out/concepts/Entity__.js.map +0 -1
- package/out/concepts/EnumItem__.d.ts +0 -65
- package/out/concepts/EnumItem__.js +0 -152
- package/out/concepts/EnumItem__.js.map +0 -1
- package/out/concepts/Enum__.d.ts +0 -139
- package/out/concepts/Enum__.js +0 -334
- package/out/concepts/Enum__.js.map +0 -1
- package/out/concepts/Event__.d.ts +0 -144
- package/out/concepts/Event__.js +0 -249
- package/out/concepts/Event__.js.map +0 -1
- package/out/concepts/ExternalDestination__.d.ts +0 -76
- package/out/concepts/ExternalDestination__.js +0 -286
- package/out/concepts/ExternalDestination__.js.map +0 -1
- package/out/concepts/ForEachStatement__.d.ts +0 -171
- package/out/concepts/ForEachStatement__.js +0 -508
- package/out/concepts/ForEachStatement__.js.map +0 -1
- package/out/concepts/FrontendLibrary__.d.ts +0 -214
- package/out/concepts/FrontendLibrary__.js +0 -353
- package/out/concepts/FrontendLibrary__.js.map +0 -1
- package/out/concepts/FrontendVariable__.d.ts +0 -22
- package/out/concepts/FrontendVariable__.js +0 -65
- package/out/concepts/FrontendVariable__.js.map +0 -1
- package/out/concepts/Frontend__.d.ts +0 -478
- package/out/concepts/Frontend__.js +0 -845
- package/out/concepts/Frontend__.js.map +0 -1
- package/out/concepts/Function__.d.ts +0 -418
- package/out/concepts/Function__.js +0 -757
- package/out/concepts/Function__.js.map +0 -1
- package/out/concepts/Identifier__.d.ts +0 -52
- package/out/concepts/Identifier__.js +0 -302
- package/out/concepts/Identifier__.js.map +0 -1
- package/out/concepts/IfStatement__.d.ts +0 -159
- package/out/concepts/IfStatement__.js +0 -333
- package/out/concepts/IfStatement__.js.map +0 -1
- package/out/concepts/Integration__.d.ts +0 -144
- package/out/concepts/Integration__.js +0 -282
- package/out/concepts/Integration__.js.map +0 -1
- package/out/concepts/InterfaceParam__.d.ts +0 -136
- package/out/concepts/InterfaceParam__.js +0 -296
- package/out/concepts/InterfaceParam__.js.map +0 -1
- package/out/concepts/Interface__.d.ts +0 -331
- package/out/concepts/Interface__.js +0 -881
- package/out/concepts/Interface__.js.map +0 -1
- package/out/concepts/JSBlock__.d.ts +0 -35
- package/out/concepts/JSBlock__.js +0 -112
- package/out/concepts/JSBlock__.js.map +0 -1
- package/out/concepts/JavaLogic__.d.ts +0 -43
- package/out/concepts/JavaLogic__.js +0 -124
- package/out/concepts/JavaLogic__.js.map +0 -1
- package/out/concepts/LogicItem__.d.ts +0 -152
- package/out/concepts/LogicItem__.js +0 -286
- package/out/concepts/LogicItem__.js.map +0 -1
- package/out/concepts/Logic__.d.ts +0 -644
- package/out/concepts/Logic__.js +0 -1819
- package/out/concepts/Logic__.js.map +0 -1
- package/out/concepts/MatchCase__.d.ts +0 -259
- package/out/concepts/MatchCase__.js +0 -683
- package/out/concepts/MatchCase__.js.map +0 -1
- package/out/concepts/Match__.d.ts +0 -125
- package/out/concepts/Match__.js +0 -683
- package/out/concepts/Match__.js.map +0 -1
- package/out/concepts/MemberExpression__.d.ts +0 -75
- package/out/concepts/MemberExpression__.js +0 -484
- package/out/concepts/MemberExpression__.js.map +0 -1
- package/out/concepts/MicroApp__.d.ts +0 -52
- package/out/concepts/MicroApp__.js +0 -119
- package/out/concepts/MicroApp__.js.map +0 -1
- package/out/concepts/Module__.d.ts +0 -1236
- package/out/concepts/Module__.js +0 -1692
- package/out/concepts/Module__.js.map +0 -1
- package/out/concepts/MsgTriggerEvent__.d.ts +0 -138
- package/out/concepts/MsgTriggerEvent__.js +0 -227
- package/out/concepts/MsgTriggerEvent__.js.map +0 -1
- package/out/concepts/MsgTriggerLauncher__.d.ts +0 -127
- package/out/concepts/MsgTriggerLauncher__.js +0 -222
- package/out/concepts/MsgTriggerLauncher__.js.map +0 -1
- package/out/concepts/Namespace__.d.ts +0 -1070
- package/out/concepts/Namespace__.js +0 -1394
- package/out/concepts/Namespace__.js.map +0 -1
- package/out/concepts/NewComposite__.d.ts +0 -349
- package/out/concepts/NewComposite__.js +0 -1221
- package/out/concepts/NewComposite__.js.map +0 -1
- package/out/concepts/NewList__.d.ts +0 -136
- package/out/concepts/NewList__.js +0 -423
- package/out/concepts/NewList__.js.map +0 -1
- package/out/concepts/NewMap__.d.ts +0 -226
- package/out/concepts/NewMap__.js +0 -550
- package/out/concepts/NewMap__.js.map +0 -1
- package/out/concepts/New__.d.ts +0 -21
- package/out/concepts/New__.js +0 -70
- package/out/concepts/New__.js.map +0 -1
- package/out/concepts/NullLiteral__.d.ts +0 -27
- package/out/concepts/NullLiteral__.js +0 -81
- package/out/concepts/NullLiteral__.js.map +0 -1
- package/out/concepts/NumericLiteral__.d.ts +0 -57
- package/out/concepts/NumericLiteral__.js +0 -180
- package/out/concepts/NumericLiteral__.js.map +0 -1
- package/out/concepts/OqlQueryComponent__.d.ts +0 -74
- package/out/concepts/OqlQueryComponent__.js +0 -335
- package/out/concepts/OqlQueryComponent__.js.map +0 -1
- package/out/concepts/OverriddenLogic__.d.ts +0 -635
- package/out/concepts/OverriddenLogic__.js +0 -1634
- package/out/concepts/OverriddenLogic__.js.map +0 -1
- package/out/concepts/Param__.d.ts +0 -173
- package/out/concepts/Param__.js +0 -489
- package/out/concepts/Param__.js.map +0 -1
- package/out/concepts/Point__.d.ts +0 -32
- package/out/concepts/Point__.js +0 -79
- package/out/concepts/Point__.js.map +0 -1
- package/out/concepts/ProcessComponent__.d.ts +0 -220
- package/out/concepts/ProcessComponent__.js +0 -339
- package/out/concepts/ProcessComponent__.js.map +0 -1
- package/out/concepts/ProcessElement__.d.ts +0 -647
- package/out/concepts/ProcessElement__.js +0 -1227
- package/out/concepts/ProcessElement__.js.map +0 -1
- package/out/concepts/ProcessOutcome__.d.ts +0 -32
- package/out/concepts/ProcessOutcome__.js +0 -90
- package/out/concepts/ProcessOutcome__.js.map +0 -1
- package/out/concepts/ProcessOutcomes__.d.ts +0 -32
- package/out/concepts/ProcessOutcomes__.js +0 -89
- package/out/concepts/ProcessOutcomes__.js.map +0 -1
- package/out/concepts/Process__.d.ts +0 -614
- package/out/concepts/Process__.js +0 -1037
- package/out/concepts/Process__.js.map +0 -1
- package/out/concepts/QueryAggregateExpression__.d.ts +0 -52
- package/out/concepts/QueryAggregateExpression__.js +0 -149
- package/out/concepts/QueryAggregateExpression__.js.map +0 -1
- package/out/concepts/QueryFieldExpression__.d.ts +0 -54
- package/out/concepts/QueryFieldExpression__.js +0 -160
- package/out/concepts/QueryFieldExpression__.js.map +0 -1
- package/out/concepts/QueryFromExpression__.d.ts +0 -99
- package/out/concepts/QueryFromExpression__.js +0 -208
- package/out/concepts/QueryFromExpression__.js.map +0 -1
- package/out/concepts/QueryGroupByExpression__.d.ts +0 -47
- package/out/concepts/QueryGroupByExpression__.js +0 -140
- package/out/concepts/QueryGroupByExpression__.js.map +0 -1
- package/out/concepts/QueryJoinExpression__.d.ts +0 -186
- package/out/concepts/QueryJoinExpression__.js +0 -331
- package/out/concepts/QueryJoinExpression__.js.map +0 -1
- package/out/concepts/QueryLimitExpression__.d.ts +0 -58
- package/out/concepts/QueryLimitExpression__.js +0 -160
- package/out/concepts/QueryLimitExpression__.js.map +0 -1
- package/out/concepts/QueryOrderByExpression__.d.ts +0 -69
- package/out/concepts/QueryOrderByExpression__.js +0 -173
- package/out/concepts/QueryOrderByExpression__.js.map +0 -1
- package/out/concepts/QuerySelectExpression__.d.ts +0 -204
- package/out/concepts/QuerySelectExpression__.js +0 -299
- package/out/concepts/QuerySelectExpression__.js.map +0 -1
- package/out/concepts/Rect__.d.ts +0 -40
- package/out/concepts/Rect__.js +0 -95
- package/out/concepts/Rect__.js.map +0 -1
- package/out/concepts/Return__.d.ts +0 -135
- package/out/concepts/Return__.js +0 -370
- package/out/concepts/Return__.js.map +0 -1
- package/out/concepts/Role__.d.ts +0 -63
- package/out/concepts/Role__.js +0 -169
- package/out/concepts/Role__.js.map +0 -1
- package/out/concepts/SelectMembers__.d.ts +0 -143
- package/out/concepts/SelectMembers__.js +0 -293
- package/out/concepts/SelectMembers__.js.map +0 -1
- package/out/concepts/Slot__.d.ts +0 -75
- package/out/concepts/Slot__.js +0 -165
- package/out/concepts/Slot__.js.map +0 -1
- package/out/concepts/SqlQueryComponent__.d.ts +0 -72
- package/out/concepts/SqlQueryComponent__.js +0 -281
- package/out/concepts/SqlQueryComponent__.js.map +0 -1
- package/out/concepts/Start__.d.ts +0 -25
- package/out/concepts/Start__.js +0 -73
- package/out/concepts/Start__.js.map +0 -1
- package/out/concepts/StringInterpolation__.d.ts +0 -116
- package/out/concepts/StringInterpolation__.js +0 -263
- package/out/concepts/StringInterpolation__.js.map +0 -1
- package/out/concepts/StringLiteral__.d.ts +0 -39
- package/out/concepts/StringLiteral__.js +0 -138
- package/out/concepts/StringLiteral__.js.map +0 -1
- package/out/concepts/StructureProperty__.d.ts +0 -136
- package/out/concepts/StructureProperty__.js +0 -320
- package/out/concepts/StructureProperty__.js.map +0 -1
- package/out/concepts/Structure__.d.ts +0 -248
- package/out/concepts/Structure__.js +0 -475
- package/out/concepts/Structure__.js.map +0 -1
- package/out/concepts/SwitchCase__.d.ts +0 -95
- package/out/concepts/SwitchCase__.js +0 -273
- package/out/concepts/SwitchCase__.js.map +0 -1
- package/out/concepts/SwitchStatement__.d.ts +0 -85
- package/out/concepts/SwitchStatement__.js +0 -200
- package/out/concepts/SwitchStatement__.js.map +0 -1
- package/out/concepts/Theme__.d.ts +0 -38
- package/out/concepts/Theme__.js +0 -88
- package/out/concepts/Theme__.js.map +0 -1
- package/out/concepts/Transactional__.d.ts +0 -88
- package/out/concepts/Transactional__.js +0 -168
- package/out/concepts/Transactional__.js.map +0 -1
- package/out/concepts/TriggerEvent__.d.ts +0 -121
- package/out/concepts/TriggerEvent__.js +0 -224
- package/out/concepts/TriggerEvent__.js.map +0 -1
- package/out/concepts/TriggerLauncher__.d.ts +0 -82
- package/out/concepts/TriggerLauncher__.js +0 -220
- package/out/concepts/TriggerLauncher__.js.map +0 -1
- package/out/concepts/TypeAnnotation__.d.ts +0 -299
- package/out/concepts/TypeAnnotation__.js +0 -995
- package/out/concepts/TypeAnnotation__.js.map +0 -1
- package/out/concepts/TypeParam__.d.ts +0 -26
- package/out/concepts/TypeParam__.js +0 -79
- package/out/concepts/TypeParam__.js.map +0 -1
- package/out/concepts/UnaryExpression__.d.ts +0 -50
- package/out/concepts/UnaryExpression__.js +0 -186
- package/out/concepts/UnaryExpression__.js.map +0 -1
- package/out/concepts/Unparsed__.d.ts +0 -33
- package/out/concepts/Unparsed__.js +0 -100
- package/out/concepts/Unparsed__.js.map +0 -1
- package/out/concepts/UseComponent__.d.ts +0 -32
- package/out/concepts/UseComponent__.js +0 -79
- package/out/concepts/UseComponent__.js.map +0 -1
- package/out/concepts/ValidationRule__.d.ts +0 -148
- package/out/concepts/ValidationRule__.js +0 -489
- package/out/concepts/ValidationRule__.js.map +0 -1
- package/out/concepts/Variable__.d.ts +0 -155
- package/out/concepts/Variable__.js +0 -420
- package/out/concepts/Variable__.js.map +0 -1
- package/out/concepts/ViewBlock__.d.ts +0 -36
- package/out/concepts/ViewBlock__.js +0 -87
- package/out/concepts/ViewBlock__.js.map +0 -1
- package/out/concepts/ViewComponent__.d.ts +0 -566
- package/out/concepts/ViewComponent__.js +0 -762
- package/out/concepts/ViewComponent__.js.map +0 -1
- package/out/concepts/ViewElement__.d.ts +0 -628
- package/out/concepts/ViewElement__.js +0 -2241
- package/out/concepts/ViewElement__.js.map +0 -1
- package/out/concepts/View__.d.ts +0 -722
- package/out/concepts/View__.js +0 -2114
- package/out/concepts/View__.js.map +0 -1
- package/out/concepts/WhileStatement__.d.ts +0 -98
- package/out/concepts/WhileStatement__.js +0 -235
- package/out/concepts/WhileStatement__.js.map +0 -1
- package/out/concepts/basics/stdlib/index.d.ts +0 -4
- package/out/concepts/basics/stdlib/index.js +0 -45
- package/out/concepts/basics/stdlib/index.js.map +0 -1
- package/out/concepts/basics/stdlib/nasl.auth.d.ts +0 -7
- package/out/concepts/basics/stdlib/nasl.auth.js +0 -164
- package/out/concepts/basics/stdlib/nasl.auth.js.map +0 -1
- package/out/concepts/basics/stdlib/nasl.browser.d.ts +0 -3
- package/out/concepts/basics/stdlib/nasl.browser.js +0 -149
- package/out/concepts/basics/stdlib/nasl.browser.js.map +0 -1
- package/out/concepts/basics/stdlib/nasl.collection.d.ts +0 -7
- package/out/concepts/basics/stdlib/nasl.collection.js +0 -52
- package/out/concepts/basics/stdlib/nasl.collection.js.map +0 -1
- package/out/concepts/basics/stdlib/nasl.configuration.d.ts +0 -3
- package/out/concepts/basics/stdlib/nasl.configuration.js +0 -33
- package/out/concepts/basics/stdlib/nasl.configuration.js.map +0 -1
- package/out/concepts/basics/stdlib/nasl.core.d.ts +0 -5
- package/out/concepts/basics/stdlib/nasl.core.js +0 -49
- package/out/concepts/basics/stdlib/nasl.core.js.map +0 -1
- package/out/concepts/basics/stdlib/nasl.event.d.ts +0 -3
- package/out/concepts/basics/stdlib/nasl.event.js +0 -25
- package/out/concepts/basics/stdlib/nasl.event.js.map +0 -1
- package/out/concepts/basics/stdlib/nasl.http.d.ts +0 -7
- package/out/concepts/basics/stdlib/nasl.http.js +0 -169
- package/out/concepts/basics/stdlib/nasl.http.js.map +0 -1
- package/out/concepts/basics/stdlib/nasl.interface.d.ts +0 -7
- package/out/concepts/basics/stdlib/nasl.interface.js +0 -43
- package/out/concepts/basics/stdlib/nasl.interface.js.map +0 -1
- package/out/concepts/basics/stdlib/nasl.io.d.ts +0 -3
- package/out/concepts/basics/stdlib/nasl.io.js +0 -52
- package/out/concepts/basics/stdlib/nasl.io.js.map +0 -1
- package/out/concepts/basics/stdlib/nasl.logging.d.ts +0 -3
- package/out/concepts/basics/stdlib/nasl.logging.js +0 -56
- package/out/concepts/basics/stdlib/nasl.logging.js.map +0 -1
- package/out/concepts/basics/stdlib/nasl.process.d.ts +0 -7
- package/out/concepts/basics/stdlib/nasl.process.js +0 -638
- package/out/concepts/basics/stdlib/nasl.process.js.map +0 -1
- package/out/concepts/basics/stdlib/nasl.ui.d.ts +0 -7
- package/out/concepts/basics/stdlib/nasl.ui.js +0 -1063
- package/out/concepts/basics/stdlib/nasl.ui.js.map +0 -1
- package/out/concepts/basics/stdlib/nasl.util.d.ts +0 -5
- package/out/concepts/basics/stdlib/nasl.util.js +0 -2255
- package/out/concepts/basics/stdlib/nasl.util.js.map +0 -1
- package/out/concepts/basics/stdlib/nasl.validation.d.ts +0 -3
- package/out/concepts/basics/stdlib/nasl.validation.js +0 -565
- package/out/concepts/basics/stdlib/nasl.validation.js.map +0 -1
- package/out/concepts/basics/stdlib/reference2TypeAnnotationList.d.ts +0 -5
- package/out/concepts/basics/stdlib/reference2TypeAnnotationList.js +0 -26
- package/out/concepts/basics/stdlib/reference2TypeAnnotationList.js.map +0 -1
- package/out/concepts/basics/stdlib/timeZone.d.ts +0 -5
- package/out/concepts/basics/stdlib/timeZone.js +0 -196
- package/out/concepts/basics/stdlib/timeZone.js.map +0 -1
- package/out/concepts/basics/types/coreTypeList.d.ts +0 -2
- package/out/concepts/basics/types/coreTypeList.js +0 -15
- package/out/concepts/basics/types/coreTypeList.js.map +0 -1
- package/out/concepts/basics/types/index.d.ts +0 -16
- package/out/concepts/basics/types/index.js +0 -35
- package/out/concepts/basics/types/index.js.map +0 -1
- package/out/concepts/index.d.ts +0 -6
- package/out/concepts/index.js +0 -25
- package/out/concepts/index.js.map +0 -1
- package/out/concepts/index__.d.ts +0 -122
- package/out/concepts/index__.js +0 -139
- package/out/concepts/index__.js.map +0 -1
- package/out/concepts/types__.d.ts +0 -124
- package/out/concepts/types__.js +0 -3
- package/out/concepts/types__.js.map +0 -1
- package/out/config.d.ts +0 -43
- package/out/config.js +0 -72
- package/out/config.js.map +0 -1
- package/out/decorators/index.d.ts +0 -57
- package/out/decorators/index.js +0 -170
- package/out/decorators/index.js.map +0 -1
- package/out/decorators/promise.d.ts +0 -7
- package/out/decorators/promise.js +0 -28
- package/out/decorators/promise.js.map +0 -1
- package/out/enums/KEYWORDS.d.ts +0 -6
- package/out/enums/KEYWORDS.js +0 -1244
- package/out/enums/KEYWORDS.js.map +0 -1
- package/out/enums/LEVEL_NAME_MAP.d.ts +0 -26
- package/out/enums/LEVEL_NAME_MAP.js +0 -30
- package/out/enums/LEVEL_NAME_MAP.js.map +0 -1
- package/out/eventBus.d.ts +0 -3
- package/out/eventBus.js +0 -7
- package/out/eventBus.js.map +0 -1
- package/out/generator/compileComponent.d.ts +0 -11
- package/out/generator/compileComponent.js +0 -12
- package/out/generator/compileComponent.js.map +0 -1
- package/out/generator/genBundleFiles.d.ts +0 -34
- package/out/generator/genBundleFiles.js +0 -547
- package/out/generator/genBundleFiles.js.map +0 -1
- package/out/generator/genHash.d.ts +0 -7
- package/out/generator/genHash.js +0 -39
- package/out/generator/genHash.js.map +0 -1
- package/out/generator/genMetaData.d.ts +0 -31
- package/out/generator/genMetaData.js +0 -286
- package/out/generator/genMetaData.js.map +0 -1
- package/out/generator/genReleaseBody.d.ts +0 -72
- package/out/generator/genReleaseBody.js +0 -322
- package/out/generator/genReleaseBody.js.map +0 -1
- package/out/generator/icestark.d.ts +0 -2
- package/out/generator/icestark.js +0 -48
- package/out/generator/icestark.js.map +0 -1
- package/out/generator/index.d.ts +0 -7
- package/out/generator/index.js +0 -24
- package/out/generator/index.js.map +0 -1
- package/out/generator/microApp.d.ts +0 -2
- package/out/generator/microApp.js +0 -36
- package/out/generator/microApp.js.map +0 -1
- package/out/generator/permission.d.ts +0 -10
- package/out/generator/permission.js +0 -270
- package/out/generator/permission.js.map +0 -1
- package/out/generator/qiankun.d.ts +0 -2
- package/out/generator/qiankun.js +0 -52
- package/out/generator/qiankun.js.map +0 -1
- package/out/generator/styleReplacer.d.ts +0 -3
- package/out/generator/styleReplacer.js +0 -68
- package/out/generator/styleReplacer.js.map +0 -1
- package/out/index.d.ts +0 -13
- package/out/index.js +0 -63
- package/out/index.js.map +0 -1
- package/out/manager/diagnostic.d.ts +0 -35
- package/out/manager/diagnostic.js +0 -63
- package/out/manager/diagnostic.js.map +0 -1
- package/out/manager/stepRecorder.d.ts +0 -20
- package/out/manager/stepRecorder.js +0 -114
- package/out/manager/stepRecorder.js.map +0 -1
- package/out/natural/componentData.d.ts +0 -31
- package/out/natural/componentData.js +0 -85
- package/out/natural/componentData.js.map +0 -1
- package/out/natural/genNaturalTS.d.ts +0 -3
- package/out/natural/genNaturalTS.js +0 -90
- package/out/natural/genNaturalTS.js.map +0 -1
- package/out/natural/index.d.ts +0 -2
- package/out/natural/index.js +0 -19
- package/out/natural/index.js.map +0 -1
- package/out/natural/naslStdlibMap.d.ts +0 -2
- package/out/natural/naslStdlibMap.js +0 -26
- package/out/natural/naslStdlibMap.js.map +0 -1
- package/out/natural/transformTSCode.d.ts +0 -7
- package/out/natural/transformTSCode.js +0 -900
- package/out/natural/transformTSCode.js.map +0 -1
- package/out/sentry/index.d.ts +0 -34
- package/out/sentry/index.js +0 -148
- package/out/sentry/index.js.map +0 -1
- package/out/server/createUiTs.d.ts +0 -16
- package/out/server/createUiTs.js +0 -296
- package/out/server/createUiTs.js.map +0 -1
- package/out/server/entity2LogicNamespace.d.ts +0 -10
- package/out/server/entity2LogicNamespace.js +0 -382
- package/out/server/entity2LogicNamespace.js.map +0 -1
- package/out/server/event.d.ts +0 -30
- package/out/server/event.js +0 -151
- package/out/server/event.js.map +0 -1
- package/out/server/extendBaseNode.d.ts +0 -1
- package/out/server/extendBaseNode.js +0 -544
- package/out/server/extendBaseNode.js.map +0 -1
- package/out/server/formatTsUtils.d.ts +0 -37
- package/out/server/formatTsUtils.js +0 -852
- package/out/server/formatTsUtils.js.map +0 -1
- package/out/server/getConnector.d.ts +0 -14
- package/out/server/getConnector.js +0 -78
- package/out/server/getConnector.js.map +0 -1
- package/out/server/getExtensionModules.d.ts +0 -3
- package/out/server/getExtensionModules.js +0 -34
- package/out/server/getExtensionModules.js.map +0 -1
- package/out/server/getFunctions.d.ts +0 -3
- package/out/server/getFunctions.js +0 -20
- package/out/server/getFunctions.js.map +0 -1
- package/out/server/getInterfaces.d.ts +0 -2
- package/out/server/getInterfaces.js +0 -48
- package/out/server/getInterfaces.js.map +0 -1
- package/out/server/getLogging.d.ts +0 -1
- package/out/server/getLogging.js +0 -9
- package/out/server/getLogging.js.map +0 -1
- package/out/server/getLogics.d.ts +0 -4
- package/out/server/getLogics.js +0 -381
- package/out/server/getLogics.js.map +0 -1
- package/out/server/getMemberIdentifier.d.ts +0 -17
- package/out/server/getMemberIdentifier.js +0 -482
- package/out/server/getMemberIdentifier.js.map +0 -1
- package/out/server/getProcessComponents.d.ts +0 -2
- package/out/server/getProcessComponents.js +0 -13
- package/out/server/getProcessComponents.js.map +0 -1
- package/out/server/getProcesses.d.ts +0 -33
- package/out/server/getProcesses.js +0 -597
- package/out/server/getProcesses.js.map +0 -1
- package/out/server/getScope.d.ts +0 -13
- package/out/server/getScope.js +0 -61
- package/out/server/getScope.js.map +0 -1
- package/out/server/getValidates.d.ts +0 -3
- package/out/server/getValidates.js +0 -14
- package/out/server/getValidates.js.map +0 -1
- package/out/server/index.d.ts +0 -5
- package/out/server/index.js +0 -42
- package/out/server/index.js.map +0 -1
- package/out/server/naslServer.d.ts +0 -381
- package/out/server/naslServer.js +0 -4591
- package/out/server/naslServer.js.map +0 -1
- package/out/server/naslStdlibMap.d.ts +0 -2
- package/out/server/naslStdlibMap.js +0 -54
- package/out/server/naslStdlibMap.js.map +0 -1
- package/out/server/process2LogicNamespace.d.ts +0 -26
- package/out/server/process2LogicNamespace.js +0 -109
- package/out/server/process2LogicNamespace.js.map +0 -1
- package/out/server/translator.d.ts +0 -26
- package/out/server/translator.js +0 -806
- package/out/server/translator.js.map +0 -1
- package/out/service/creator/add.configs.d.ts +0 -1
- package/out/service/creator/add.configs.js +0 -100
- package/out/service/creator/add.configs.js.map +0 -1
- package/out/service/creator/errHandles.d.ts +0 -18
- package/out/service/creator/errHandles.js +0 -68
- package/out/service/creator/errHandles.js.map +0 -1
- package/out/service/creator/index.d.ts +0 -1
- package/out/service/creator/index.js +0 -87
- package/out/service/creator/index.js.map +0 -1
- package/out/service/datasource/api.d.ts +0 -12
- package/out/service/datasource/api.js +0 -14
- package/out/service/datasource/api.js.map +0 -1
- package/out/service/datasource/index.d.ts +0 -2
- package/out/service/datasource/index.js +0 -10
- package/out/service/datasource/index.js.map +0 -1
- package/out/service/defaultErrorMessage.json +0 -98
- package/out/service/logic/api.d.ts +0 -9
- package/out/service/logic/api.js +0 -11
- package/out/service/logic/api.js.map +0 -1
- package/out/service/logic/checktypeSocket.d.ts +0 -5
- package/out/service/logic/checktypeSocket.js +0 -55
- package/out/service/logic/checktypeSocket.js.map +0 -1
- package/out/service/logic/index.d.ts +0 -2
- package/out/service/logic/index.js +0 -10
- package/out/service/logic/index.js.map +0 -1
- package/out/service/storage/api.d.ts +0 -54
- package/out/service/storage/api.js +0 -42
- package/out/service/storage/api.js.map +0 -1
- package/out/service/storage/index.d.ts +0 -2
- package/out/service/storage/index.js +0 -10
- package/out/service/storage/index.js.map +0 -1
- package/out/service/storage/init.d.ts +0 -82
- package/out/service/storage/init.js +0 -851
- package/out/service/storage/init.js.map +0 -1
- package/out/service/storage/jsoner.d.ts +0 -36
- package/out/service/storage/jsoner.js +0 -129
- package/out/service/storage/jsoner.js.map +0 -1
- package/out/service/storage/map.d.ts +0 -4
- package/out/service/storage/map.js +0 -54
- package/out/service/storage/map.js.map +0 -1
- package/out/service/storage/service.d.ts +0 -25
- package/out/service/storage/service.js +0 -80
- package/out/service/storage/service.js.map +0 -1
- package/out/service/storage/storagePoint.d.ts +0 -17
- package/out/service/storage/storagePoint.js +0 -76
- package/out/service/storage/storagePoint.js.map +0 -1
- package/out/service/video/BaseService.d.ts +0 -7
- package/out/service/video/BaseService.js +0 -61
- package/out/service/video/BaseService.js.map +0 -1
- package/out/service/video/MainCallbackService.d.ts +0 -12
- package/out/service/video/MainCallbackService.js +0 -183
- package/out/service/video/MainCallbackService.js.map +0 -1
- package/out/service/video/VideoTranscribe.d.ts +0 -15
- package/out/service/video/VideoTranscribe.js +0 -96
- package/out/service/video/VideoTranscribe.js.map +0 -1
- package/out/service/video/publishService.d.ts +0 -1
- package/out/service/video/publishService.js +0 -58
- package/out/service/video/publishService.js.map +0 -1
- package/out/templator/genCallComponentLogic.d.ts +0 -17
- package/out/templator/genCallComponentLogic.js +0 -29
- package/out/templator/genCallComponentLogic.js.map +0 -1
- package/out/templator/genCreateBlock.d.ts +0 -10
- package/out/templator/genCreateBlock.js +0 -343
- package/out/templator/genCreateBlock.js.map +0 -1
- package/out/templator/genCurdEditMultipleKeyBlock.d.ts +0 -8
- package/out/templator/genCurdEditMultipleKeyBlock.js +0 -527
- package/out/templator/genCurdEditMultipleKeyBlock.js.map +0 -1
- package/out/templator/genCurdMultipleKeyBlock.d.ts +0 -34
- package/out/templator/genCurdMultipleKeyBlock.js +0 -704
- package/out/templator/genCurdMultipleKeyBlock.js.map +0 -1
- package/out/templator/genEditTableBlock.d.ts +0 -51
- package/out/templator/genEditTableBlock.js +0 -326
- package/out/templator/genEditTableBlock.js.map +0 -1
- package/out/templator/genEnumSelectBlock.d.ts +0 -10
- package/out/templator/genEnumSelectBlock.js +0 -26
- package/out/templator/genEnumSelectBlock.js.map +0 -1
- package/out/templator/genGetBlock.d.ts +0 -6
- package/out/templator/genGetBlock.js +0 -138
- package/out/templator/genGetBlock.js.map +0 -1
- package/out/templator/genGridViewBlock.d.ts +0 -55
- package/out/templator/genGridViewBlock.js +0 -359
- package/out/templator/genGridViewBlock.js.map +0 -1
- package/out/templator/genListViewBlock.d.ts +0 -19
- package/out/templator/genListViewBlock.js +0 -148
- package/out/templator/genListViewBlock.js.map +0 -1
- package/out/templator/genQueryComponent.d.ts +0 -34
- package/out/templator/genQueryComponent.js +0 -349
- package/out/templator/genQueryComponent.js.map +0 -1
- package/out/templator/genSelectBlock.d.ts +0 -45
- package/out/templator/genSelectBlock.js +0 -388
- package/out/templator/genSelectBlock.js.map +0 -1
- package/out/templator/genTableBlock.d.ts +0 -53
- package/out/templator/genTableBlock.js +0 -304
- package/out/templator/genTableBlock.js.map +0 -1
- package/out/templator/genUpdateBlock.d.ts +0 -6
- package/out/templator/genUpdateBlock.js +0 -385
- package/out/templator/genUpdateBlock.js.map +0 -1
- package/out/templator/index.d.ts +0 -19
- package/out/templator/index.js +0 -38
- package/out/templator/index.js.map +0 -1
- package/out/templator/utils.d.ts +0 -683
- package/out/templator/utils.js +0 -459
- package/out/templator/utils.js.map +0 -1
- package/out/translator/constant.d.ts +0 -6
- package/out/translator/constant.js +0 -10
- package/out/translator/constant.js.map +0 -1
- package/out/translator/index.d.ts +0 -3
- package/out/translator/index.js +0 -20
- package/out/translator/index.js.map +0 -1
- package/out/translator/types.d.ts +0 -33
- package/out/translator/types.js +0 -3
- package/out/translator/types.js.map +0 -1
- package/out/translator/utils.d.ts +0 -17
- package/out/translator/utils.js +0 -111
- package/out/translator/utils.js.map +0 -1
- package/out/utils/cookie.d.ts +0 -9
- package/out/utils/cookie.js +0 -62
- package/out/utils/cookie.js.map +0 -1
- package/out/utils/env.d.ts +0 -2
- package/out/utils/env.js +0 -6
- package/out/utils/env.js.map +0 -1
- package/out/utils/index.d.ts +0 -43
- package/out/utils/index.js +0 -188
- package/out/utils/index.js.map +0 -1
- package/out/utils/logger.d.ts +0 -7
- package/out/utils/logger.js +0 -23
- package/out/utils/logger.js.map +0 -1
- package/out/utils/sortTsString.d.ts +0 -1
- package/out/utils/sortTsString.js +0 -38
- package/out/utils/sortTsString.js.map +0 -1
- package/out/utils/string.d.ts +0 -51
- package/out/utils/string.js +0 -107
- package/out/utils/string.js.map +0 -1
- package/out/utils/time-slicing.d.ts +0 -41
- package/out/utils/time-slicing.js +0 -82
- package/out/utils/time-slicing.js.map +0 -1
- package/out/utils/traverse.d.ts +0 -36
- package/out/utils/traverse.js +0 -143
- package/out/utils/traverse.js.map +0 -1
- package/out/utils/types.d.ts +0 -1
- package/out/utils/types.js +0 -3
- package/out/utils/types.js.map +0 -1
- package/out/utils/window.d.ts +0 -7
- package/out/utils/window.js +0 -14
- package/out/utils/window.js.map +0 -1
|
@@ -1,1115 +0,0 @@
|
|
|
1
|
-
export namespace commonEvents {
|
|
2
|
-
namespace click {
|
|
3
|
-
const concept: string;
|
|
4
|
-
const typeKind: string;
|
|
5
|
-
const typeNamespace: string;
|
|
6
|
-
const typeName: string;
|
|
7
|
-
}
|
|
8
|
-
namespace dblclick {
|
|
9
|
-
const concept_1: string;
|
|
10
|
-
export { concept_1 as concept };
|
|
11
|
-
const typeKind_1: string;
|
|
12
|
-
export { typeKind_1 as typeKind };
|
|
13
|
-
const typeNamespace_1: string;
|
|
14
|
-
export { typeNamespace_1 as typeNamespace };
|
|
15
|
-
const typeName_1: string;
|
|
16
|
-
export { typeName_1 as typeName };
|
|
17
|
-
}
|
|
18
|
-
namespace contextmenu {
|
|
19
|
-
const concept_2: string;
|
|
20
|
-
export { concept_2 as concept };
|
|
21
|
-
const typeKind_2: string;
|
|
22
|
-
export { typeKind_2 as typeKind };
|
|
23
|
-
const typeNamespace_2: string;
|
|
24
|
-
export { typeNamespace_2 as typeNamespace };
|
|
25
|
-
const typeName_2: string;
|
|
26
|
-
export { typeName_2 as typeName };
|
|
27
|
-
}
|
|
28
|
-
namespace mousedown {
|
|
29
|
-
const concept_3: string;
|
|
30
|
-
export { concept_3 as concept };
|
|
31
|
-
const typeKind_3: string;
|
|
32
|
-
export { typeKind_3 as typeKind };
|
|
33
|
-
const typeNamespace_3: string;
|
|
34
|
-
export { typeNamespace_3 as typeNamespace };
|
|
35
|
-
const typeName_3: string;
|
|
36
|
-
export { typeName_3 as typeName };
|
|
37
|
-
}
|
|
38
|
-
namespace mouseup {
|
|
39
|
-
const concept_4: string;
|
|
40
|
-
export { concept_4 as concept };
|
|
41
|
-
const typeKind_4: string;
|
|
42
|
-
export { typeKind_4 as typeKind };
|
|
43
|
-
const typeNamespace_4: string;
|
|
44
|
-
export { typeNamespace_4 as typeNamespace };
|
|
45
|
-
const typeName_4: string;
|
|
46
|
-
export { typeName_4 as typeName };
|
|
47
|
-
}
|
|
48
|
-
namespace mouseenter {
|
|
49
|
-
const concept_5: string;
|
|
50
|
-
export { concept_5 as concept };
|
|
51
|
-
const typeKind_5: string;
|
|
52
|
-
export { typeKind_5 as typeKind };
|
|
53
|
-
const typeNamespace_5: string;
|
|
54
|
-
export { typeNamespace_5 as typeNamespace };
|
|
55
|
-
const typeName_5: string;
|
|
56
|
-
export { typeName_5 as typeName };
|
|
57
|
-
}
|
|
58
|
-
namespace mouseleave {
|
|
59
|
-
const concept_6: string;
|
|
60
|
-
export { concept_6 as concept };
|
|
61
|
-
const typeKind_6: string;
|
|
62
|
-
export { typeKind_6 as typeKind };
|
|
63
|
-
const typeNamespace_6: string;
|
|
64
|
-
export { typeNamespace_6 as typeNamespace };
|
|
65
|
-
const typeName_6: string;
|
|
66
|
-
export { typeName_6 as typeName };
|
|
67
|
-
}
|
|
68
|
-
namespace focus {
|
|
69
|
-
const concept_7: string;
|
|
70
|
-
export { concept_7 as concept };
|
|
71
|
-
const typeKind_7: string;
|
|
72
|
-
export { typeKind_7 as typeKind };
|
|
73
|
-
const typeNamespace_7: string;
|
|
74
|
-
export { typeNamespace_7 as typeNamespace };
|
|
75
|
-
const typeName_7: string;
|
|
76
|
-
export { typeName_7 as typeName };
|
|
77
|
-
}
|
|
78
|
-
namespace blur {
|
|
79
|
-
const concept_8: string;
|
|
80
|
-
export { concept_8 as concept };
|
|
81
|
-
const typeKind_8: string;
|
|
82
|
-
export { typeKind_8 as typeKind };
|
|
83
|
-
const typeNamespace_8: string;
|
|
84
|
-
export { typeNamespace_8 as typeNamespace };
|
|
85
|
-
const typeName_8: string;
|
|
86
|
-
export { typeName_8 as typeName };
|
|
87
|
-
}
|
|
88
|
-
}
|
|
89
|
-
export const components: {
|
|
90
|
-
'u-router-view': {};
|
|
91
|
-
'u-iframe': {};
|
|
92
|
-
'u-panel': {};
|
|
93
|
-
'u-collapse': {
|
|
94
|
-
toggle: {
|
|
95
|
-
concept: string;
|
|
96
|
-
typeKind: string;
|
|
97
|
-
typeNamespace: string;
|
|
98
|
-
typeName: string;
|
|
99
|
-
};
|
|
100
|
-
};
|
|
101
|
-
'u-card': {};
|
|
102
|
-
'u-linear-layout': {};
|
|
103
|
-
'u-grid-layout': {};
|
|
104
|
-
'u-multi-layout': {};
|
|
105
|
-
'u-footbar': {};
|
|
106
|
-
'u-crumb': {};
|
|
107
|
-
'u-sidebar': {};
|
|
108
|
-
'u-navbar': {
|
|
109
|
-
click: {
|
|
110
|
-
concept: string;
|
|
111
|
-
typeKind: string;
|
|
112
|
-
typeNamespace: string;
|
|
113
|
-
typeName: string;
|
|
114
|
-
};
|
|
115
|
-
'before-select': {
|
|
116
|
-
concept: string;
|
|
117
|
-
typeKind: string;
|
|
118
|
-
typeNamespace: string;
|
|
119
|
-
typeName: string;
|
|
120
|
-
};
|
|
121
|
-
input: {
|
|
122
|
-
concept: string;
|
|
123
|
-
typeKind: string;
|
|
124
|
-
typeNamespace: string;
|
|
125
|
-
typeName: string;
|
|
126
|
-
};
|
|
127
|
-
select: {
|
|
128
|
-
concept: string;
|
|
129
|
-
typeKind: string;
|
|
130
|
-
typeNamespace: string;
|
|
131
|
-
typeName: string;
|
|
132
|
-
};
|
|
133
|
-
change: {
|
|
134
|
-
concept: string;
|
|
135
|
-
typeKind: string;
|
|
136
|
-
typeNamespace: string;
|
|
137
|
-
typeName: string;
|
|
138
|
-
};
|
|
139
|
-
};
|
|
140
|
-
'u-navbar-multi': {};
|
|
141
|
-
'u-dropdown': {};
|
|
142
|
-
'u-toc': {
|
|
143
|
-
'before-select': {
|
|
144
|
-
concept: string;
|
|
145
|
-
typeKind: string;
|
|
146
|
-
typeNamespace: string;
|
|
147
|
-
typeName: string;
|
|
148
|
-
};
|
|
149
|
-
select: {
|
|
150
|
-
concept: string;
|
|
151
|
-
typeKind: string;
|
|
152
|
-
typeNamespace: string;
|
|
153
|
-
typeName: string;
|
|
154
|
-
};
|
|
155
|
-
};
|
|
156
|
-
'u-anchor': {};
|
|
157
|
-
'u-text': {};
|
|
158
|
-
'u-link': {
|
|
159
|
-
'before-navigate': {
|
|
160
|
-
concept: string;
|
|
161
|
-
typeKind: string;
|
|
162
|
-
typeNamespace: string;
|
|
163
|
-
typeName: string;
|
|
164
|
-
};
|
|
165
|
-
navigate: {
|
|
166
|
-
concept: string;
|
|
167
|
-
typeKind: string;
|
|
168
|
-
typeNamespace: string;
|
|
169
|
-
typeName: string;
|
|
170
|
-
};
|
|
171
|
-
};
|
|
172
|
-
'u-button': {
|
|
173
|
-
'before-navigate': {
|
|
174
|
-
concept: string;
|
|
175
|
-
typeKind: string;
|
|
176
|
-
typeNamespace: string;
|
|
177
|
-
typeName: string;
|
|
178
|
-
};
|
|
179
|
-
navigate: {
|
|
180
|
-
concept: string;
|
|
181
|
-
typeKind: string;
|
|
182
|
-
typeNamespace: string;
|
|
183
|
-
typeName: string;
|
|
184
|
-
};
|
|
185
|
-
};
|
|
186
|
-
'i-ico': {};
|
|
187
|
-
'u-gallery': {};
|
|
188
|
-
'u-label': {
|
|
189
|
-
'before-remove': {
|
|
190
|
-
concept: string;
|
|
191
|
-
typeKind: string;
|
|
192
|
-
typeNamespace: string;
|
|
193
|
-
typeName: string;
|
|
194
|
-
};
|
|
195
|
-
};
|
|
196
|
-
'u-badge': {};
|
|
197
|
-
'u-carousel': {
|
|
198
|
-
'before-select': {
|
|
199
|
-
concept: string;
|
|
200
|
-
typeKind: string;
|
|
201
|
-
typeNamespace: string;
|
|
202
|
-
typeName: string;
|
|
203
|
-
};
|
|
204
|
-
select: {
|
|
205
|
-
concept: string;
|
|
206
|
-
typeKind: string;
|
|
207
|
-
typeNamespace: string;
|
|
208
|
-
typeName: string;
|
|
209
|
-
};
|
|
210
|
-
};
|
|
211
|
-
'u-info-list': {};
|
|
212
|
-
'u-image': {};
|
|
213
|
-
'u-alert': {};
|
|
214
|
-
'u-count-down': {};
|
|
215
|
-
'u-divider': {};
|
|
216
|
-
'u-table-view': {
|
|
217
|
-
'before-load': {
|
|
218
|
-
concept: string;
|
|
219
|
-
typeKind: string;
|
|
220
|
-
typeNamespace: string;
|
|
221
|
-
typeName: string;
|
|
222
|
-
};
|
|
223
|
-
'before-page': {
|
|
224
|
-
concept: string;
|
|
225
|
-
typeKind: string;
|
|
226
|
-
typeNamespace: string;
|
|
227
|
-
typeName: string;
|
|
228
|
-
};
|
|
229
|
-
page: {
|
|
230
|
-
concept: string;
|
|
231
|
-
typeKind: string;
|
|
232
|
-
typeNamespace: string;
|
|
233
|
-
typeName: string;
|
|
234
|
-
};
|
|
235
|
-
'before-sort': {
|
|
236
|
-
concept: string;
|
|
237
|
-
typeKind: string;
|
|
238
|
-
typeNamespace: string;
|
|
239
|
-
typeName: string;
|
|
240
|
-
};
|
|
241
|
-
sort: {
|
|
242
|
-
concept: string;
|
|
243
|
-
typeKind: string;
|
|
244
|
-
typeNamespace: string;
|
|
245
|
-
typeName: string;
|
|
246
|
-
};
|
|
247
|
-
'before-select': {
|
|
248
|
-
concept: string;
|
|
249
|
-
typeKind: string;
|
|
250
|
-
typeNamespace: string;
|
|
251
|
-
typeName: string;
|
|
252
|
-
};
|
|
253
|
-
select: {
|
|
254
|
-
concept: string;
|
|
255
|
-
typeKind: string;
|
|
256
|
-
typeNamespace: string;
|
|
257
|
-
typeName: string;
|
|
258
|
-
};
|
|
259
|
-
check: {
|
|
260
|
-
concept: string;
|
|
261
|
-
typeKind: string;
|
|
262
|
-
typeNamespace: string;
|
|
263
|
-
typeName: string;
|
|
264
|
-
};
|
|
265
|
-
change: {
|
|
266
|
-
concept: string;
|
|
267
|
-
typeKind: string;
|
|
268
|
-
typeNamespace: string;
|
|
269
|
-
typeName: string;
|
|
270
|
-
};
|
|
271
|
-
};
|
|
272
|
-
'u-list-view': {
|
|
273
|
-
'before-select': {
|
|
274
|
-
concept: string;
|
|
275
|
-
typeKind: string;
|
|
276
|
-
typeNamespace: string;
|
|
277
|
-
typeName: string;
|
|
278
|
-
};
|
|
279
|
-
input: {
|
|
280
|
-
concept: string;
|
|
281
|
-
typeKind: string;
|
|
282
|
-
typeNamespace: string;
|
|
283
|
-
typeName: string;
|
|
284
|
-
};
|
|
285
|
-
select: {
|
|
286
|
-
concept: string;
|
|
287
|
-
typeKind: string;
|
|
288
|
-
typeNamespace: string;
|
|
289
|
-
typeName: string;
|
|
290
|
-
};
|
|
291
|
-
change: {
|
|
292
|
-
concept: string;
|
|
293
|
-
typeKind: string;
|
|
294
|
-
typeNamespace: string;
|
|
295
|
-
typeName: string;
|
|
296
|
-
};
|
|
297
|
-
'before-load': {
|
|
298
|
-
concept: string;
|
|
299
|
-
typeKind: string;
|
|
300
|
-
typeNamespace: string;
|
|
301
|
-
typeName: string;
|
|
302
|
-
};
|
|
303
|
-
};
|
|
304
|
-
'u-grid-view': {};
|
|
305
|
-
'u-form-table-view': {
|
|
306
|
-
'before-add': {
|
|
307
|
-
concept: string;
|
|
308
|
-
typeKind: string;
|
|
309
|
-
typeNamespace: string;
|
|
310
|
-
typeName: string;
|
|
311
|
-
};
|
|
312
|
-
add: {
|
|
313
|
-
concept: string;
|
|
314
|
-
typeKind: string;
|
|
315
|
-
typeNamespace: string;
|
|
316
|
-
typeName: string;
|
|
317
|
-
};
|
|
318
|
-
'before-remove': {
|
|
319
|
-
concept: string;
|
|
320
|
-
typeKind: string;
|
|
321
|
-
typeNamespace: string;
|
|
322
|
-
typeName: string;
|
|
323
|
-
};
|
|
324
|
-
remove: {
|
|
325
|
-
concept: string;
|
|
326
|
-
typeKind: string;
|
|
327
|
-
typeNamespace: string;
|
|
328
|
-
typeName: string;
|
|
329
|
-
};
|
|
330
|
-
splice: {
|
|
331
|
-
concept: string;
|
|
332
|
-
typeKind: string;
|
|
333
|
-
typeNamespace: string;
|
|
334
|
-
typeName: string;
|
|
335
|
-
};
|
|
336
|
-
};
|
|
337
|
-
'u-calendar-view': {};
|
|
338
|
-
'u-list-components': {};
|
|
339
|
-
'u-form': {
|
|
340
|
-
validate: {
|
|
341
|
-
concept: string;
|
|
342
|
-
typeKind: string;
|
|
343
|
-
typeNamespace: string;
|
|
344
|
-
typeName: string;
|
|
345
|
-
};
|
|
346
|
-
};
|
|
347
|
-
'u-input': {
|
|
348
|
-
'before-input': {
|
|
349
|
-
concept: string;
|
|
350
|
-
typeKind: string;
|
|
351
|
-
typeNamespace: string;
|
|
352
|
-
typeName: string;
|
|
353
|
-
};
|
|
354
|
-
change: {
|
|
355
|
-
concept: string;
|
|
356
|
-
typeKind: string;
|
|
357
|
-
typeNamespace: string;
|
|
358
|
-
typeName: string;
|
|
359
|
-
};
|
|
360
|
-
focus: {
|
|
361
|
-
concept: string;
|
|
362
|
-
typeKind: string;
|
|
363
|
-
typeNamespace: string;
|
|
364
|
-
typeName: string;
|
|
365
|
-
};
|
|
366
|
-
blur: {
|
|
367
|
-
concept: string;
|
|
368
|
-
typeKind: string;
|
|
369
|
-
typeNamespace: string;
|
|
370
|
-
typeName: string;
|
|
371
|
-
};
|
|
372
|
-
'before-clear': {
|
|
373
|
-
concept: string;
|
|
374
|
-
typeKind: string;
|
|
375
|
-
typeNamespace: string;
|
|
376
|
-
typeName: string;
|
|
377
|
-
};
|
|
378
|
-
clear: {
|
|
379
|
-
concept: string;
|
|
380
|
-
typeKind: string;
|
|
381
|
-
typeNamespace: string;
|
|
382
|
-
typeName: string;
|
|
383
|
-
};
|
|
384
|
-
'click-prefix': {
|
|
385
|
-
concept: string;
|
|
386
|
-
typeKind: string;
|
|
387
|
-
typeNamespace: string;
|
|
388
|
-
typeName: string;
|
|
389
|
-
};
|
|
390
|
-
'click-suffix': {
|
|
391
|
-
concept: string;
|
|
392
|
-
typeKind: string;
|
|
393
|
-
typeNamespace: string;
|
|
394
|
-
typeName: string;
|
|
395
|
-
};
|
|
396
|
-
};
|
|
397
|
-
'u-number-input': {
|
|
398
|
-
input: {
|
|
399
|
-
concept: string;
|
|
400
|
-
typeKind: string;
|
|
401
|
-
typeNamespace: string;
|
|
402
|
-
typeName: string;
|
|
403
|
-
};
|
|
404
|
-
validate: {
|
|
405
|
-
concept: string;
|
|
406
|
-
typeKind: string;
|
|
407
|
-
typeNamespace: string;
|
|
408
|
-
typeName: string;
|
|
409
|
-
};
|
|
410
|
-
change: {
|
|
411
|
-
concept: string;
|
|
412
|
-
typeKind: string;
|
|
413
|
-
typeNamespace: string;
|
|
414
|
-
typeName: string;
|
|
415
|
-
};
|
|
416
|
-
focus: {
|
|
417
|
-
concept: string;
|
|
418
|
-
typeKind: string;
|
|
419
|
-
typeNamespace: string;
|
|
420
|
-
typeName: string;
|
|
421
|
-
};
|
|
422
|
-
blur: {
|
|
423
|
-
concept: string;
|
|
424
|
-
typeKind: string;
|
|
425
|
-
typeNamespace: string;
|
|
426
|
-
typeName: string;
|
|
427
|
-
};
|
|
428
|
-
};
|
|
429
|
-
'u-textarea': {
|
|
430
|
-
'before-input': {
|
|
431
|
-
concept: string;
|
|
432
|
-
typeKind: string;
|
|
433
|
-
typeNamespace: string;
|
|
434
|
-
typeName: string;
|
|
435
|
-
};
|
|
436
|
-
input: {
|
|
437
|
-
concept: string;
|
|
438
|
-
typeKind: string;
|
|
439
|
-
typeNamespace: string;
|
|
440
|
-
typeName: string;
|
|
441
|
-
};
|
|
442
|
-
change: {
|
|
443
|
-
concept: string;
|
|
444
|
-
typeKind: string;
|
|
445
|
-
typeNamespace: string;
|
|
446
|
-
typeName: string;
|
|
447
|
-
};
|
|
448
|
-
focus: {
|
|
449
|
-
concept: string;
|
|
450
|
-
typeKind: string;
|
|
451
|
-
typeNamespace: string;
|
|
452
|
-
typeName: string;
|
|
453
|
-
};
|
|
454
|
-
blur: {
|
|
455
|
-
concept: string;
|
|
456
|
-
typeKind: string;
|
|
457
|
-
typeNamespace: string;
|
|
458
|
-
typeName: string;
|
|
459
|
-
};
|
|
460
|
-
'before-clear': {
|
|
461
|
-
concept: string;
|
|
462
|
-
typeKind: string;
|
|
463
|
-
typeNamespace: string;
|
|
464
|
-
typeName: string;
|
|
465
|
-
};
|
|
466
|
-
};
|
|
467
|
-
'u-radios': {
|
|
468
|
-
'before-select': {
|
|
469
|
-
concept: string;
|
|
470
|
-
typeKind: string;
|
|
471
|
-
typeNamespace: string;
|
|
472
|
-
typeName: string;
|
|
473
|
-
};
|
|
474
|
-
input: {
|
|
475
|
-
concept: string;
|
|
476
|
-
typeKind: string;
|
|
477
|
-
typeNamespace: string;
|
|
478
|
-
typeName: string;
|
|
479
|
-
};
|
|
480
|
-
change: {
|
|
481
|
-
concept: string;
|
|
482
|
-
typeKind: string;
|
|
483
|
-
typeNamespace: string;
|
|
484
|
-
typeName: string;
|
|
485
|
-
};
|
|
486
|
-
};
|
|
487
|
-
'u-switch': {
|
|
488
|
-
'before-toggle': {
|
|
489
|
-
concept: string;
|
|
490
|
-
typeKind: string;
|
|
491
|
-
typeNamespace: string;
|
|
492
|
-
typeName: string;
|
|
493
|
-
};
|
|
494
|
-
input: {
|
|
495
|
-
concept: string;
|
|
496
|
-
typeKind: string;
|
|
497
|
-
typeNamespace: string;
|
|
498
|
-
typeName: string;
|
|
499
|
-
};
|
|
500
|
-
on: {
|
|
501
|
-
concept: string;
|
|
502
|
-
typeKind: string;
|
|
503
|
-
typeNamespace: string;
|
|
504
|
-
typeName: string;
|
|
505
|
-
};
|
|
506
|
-
off: {
|
|
507
|
-
concept: string;
|
|
508
|
-
typeKind: string;
|
|
509
|
-
typeNamespace: string;
|
|
510
|
-
typeName: string;
|
|
511
|
-
};
|
|
512
|
-
toggle: {
|
|
513
|
-
concept: string;
|
|
514
|
-
typeKind: string;
|
|
515
|
-
typeNamespace: string;
|
|
516
|
-
typeName: string;
|
|
517
|
-
};
|
|
518
|
-
change: {
|
|
519
|
-
concept: string;
|
|
520
|
-
typeKind: string;
|
|
521
|
-
typeNamespace: string;
|
|
522
|
-
typeName: string;
|
|
523
|
-
};
|
|
524
|
-
};
|
|
525
|
-
'u-checkboxes': {
|
|
526
|
-
check: {
|
|
527
|
-
concept: string;
|
|
528
|
-
typeKind: string;
|
|
529
|
-
typeNamespace: string;
|
|
530
|
-
typeName: string;
|
|
531
|
-
};
|
|
532
|
-
change: {
|
|
533
|
-
concept: string;
|
|
534
|
-
typeKind: string;
|
|
535
|
-
typeNamespace: string;
|
|
536
|
-
typeName: string;
|
|
537
|
-
};
|
|
538
|
-
};
|
|
539
|
-
'u-capsules': {
|
|
540
|
-
'before-select': {
|
|
541
|
-
concept: string;
|
|
542
|
-
typeKind: string;
|
|
543
|
-
typeNamespace: string;
|
|
544
|
-
typeName: string;
|
|
545
|
-
};
|
|
546
|
-
input: {
|
|
547
|
-
concept: string;
|
|
548
|
-
typeKind: string;
|
|
549
|
-
typeNamespace: string;
|
|
550
|
-
typeName: string;
|
|
551
|
-
};
|
|
552
|
-
select: {
|
|
553
|
-
concept: string;
|
|
554
|
-
typeKind: string;
|
|
555
|
-
typeNamespace: string;
|
|
556
|
-
typeName: string;
|
|
557
|
-
};
|
|
558
|
-
change: {
|
|
559
|
-
concept: string;
|
|
560
|
-
typeKind: string;
|
|
561
|
-
typeNamespace: string;
|
|
562
|
-
typeName: string;
|
|
563
|
-
};
|
|
564
|
-
};
|
|
565
|
-
'u-select': {
|
|
566
|
-
'before-select': {
|
|
567
|
-
concept: string;
|
|
568
|
-
typeKind: string;
|
|
569
|
-
typeNamespace: string;
|
|
570
|
-
typeName: string;
|
|
571
|
-
};
|
|
572
|
-
input: {
|
|
573
|
-
concept: string;
|
|
574
|
-
typeKind: string;
|
|
575
|
-
typeNamespace: string;
|
|
576
|
-
typeName: string;
|
|
577
|
-
};
|
|
578
|
-
select: {
|
|
579
|
-
concept: string;
|
|
580
|
-
typeKind: string;
|
|
581
|
-
typeNamespace: string;
|
|
582
|
-
typeName: string;
|
|
583
|
-
};
|
|
584
|
-
change: {
|
|
585
|
-
concept: string;
|
|
586
|
-
typeKind: string;
|
|
587
|
-
typeNamespace: string;
|
|
588
|
-
typeName: string;
|
|
589
|
-
};
|
|
590
|
-
'before-open': {
|
|
591
|
-
concept: string;
|
|
592
|
-
typeKind: string;
|
|
593
|
-
typeNamespace: string;
|
|
594
|
-
typeName: string;
|
|
595
|
-
};
|
|
596
|
-
'before-close': {
|
|
597
|
-
concept: string;
|
|
598
|
-
typeKind: string;
|
|
599
|
-
typeNamespace: string;
|
|
600
|
-
typeName: string;
|
|
601
|
-
};
|
|
602
|
-
'before-load': {
|
|
603
|
-
concept: string;
|
|
604
|
-
typeKind: string;
|
|
605
|
-
typeNamespace: string;
|
|
606
|
-
typeName: string;
|
|
607
|
-
};
|
|
608
|
-
'click-prefix': {
|
|
609
|
-
concept: string;
|
|
610
|
-
typeKind: string;
|
|
611
|
-
typeNamespace: string;
|
|
612
|
-
typeName: string;
|
|
613
|
-
};
|
|
614
|
-
'click-suffix': {
|
|
615
|
-
concept: string;
|
|
616
|
-
typeKind: string;
|
|
617
|
-
typeNamespace: string;
|
|
618
|
-
typeName: string;
|
|
619
|
-
};
|
|
620
|
-
'before-filter': {
|
|
621
|
-
concept: string;
|
|
622
|
-
typeKind: string;
|
|
623
|
-
typeNamespace: string;
|
|
624
|
-
typeName: string;
|
|
625
|
-
};
|
|
626
|
-
};
|
|
627
|
-
'u-tree-select-new': {
|
|
628
|
-
change: {
|
|
629
|
-
concept: string;
|
|
630
|
-
typeKind: string;
|
|
631
|
-
typeNamespace: string;
|
|
632
|
-
typeName: string;
|
|
633
|
-
};
|
|
634
|
-
select: {
|
|
635
|
-
concept: string;
|
|
636
|
-
typeKind: string;
|
|
637
|
-
typeNamespace: string;
|
|
638
|
-
typeName: string;
|
|
639
|
-
};
|
|
640
|
-
};
|
|
641
|
-
'u-rate': {};
|
|
642
|
-
'u-combo-slider': {
|
|
643
|
-
input: {
|
|
644
|
-
concept: string;
|
|
645
|
-
typeKind: string;
|
|
646
|
-
typeNamespace: string;
|
|
647
|
-
typeName: string;
|
|
648
|
-
};
|
|
649
|
-
slide: {
|
|
650
|
-
concept: string;
|
|
651
|
-
typeKind: string;
|
|
652
|
-
typeNamespace: string;
|
|
653
|
-
typeName: string;
|
|
654
|
-
};
|
|
655
|
-
change: {
|
|
656
|
-
concept: string;
|
|
657
|
-
typeKind: string;
|
|
658
|
-
typeNamespace: string;
|
|
659
|
-
typeName: string;
|
|
660
|
-
};
|
|
661
|
-
'number-input': {
|
|
662
|
-
concept: string;
|
|
663
|
-
typeKind: string;
|
|
664
|
-
typeNamespace: string;
|
|
665
|
-
typeName: string;
|
|
666
|
-
};
|
|
667
|
-
'slide-end': {
|
|
668
|
-
concept: string;
|
|
669
|
-
typeKind: string;
|
|
670
|
-
typeNamespace: string;
|
|
671
|
-
typeName: string;
|
|
672
|
-
};
|
|
673
|
-
};
|
|
674
|
-
'u-uploader': {
|
|
675
|
-
'before-upload': {
|
|
676
|
-
concept: string;
|
|
677
|
-
typeKind: string;
|
|
678
|
-
typeNamespace: string;
|
|
679
|
-
typeName: string;
|
|
680
|
-
};
|
|
681
|
-
progress: {
|
|
682
|
-
concept: string;
|
|
683
|
-
typeKind: string;
|
|
684
|
-
typeNamespace: string;
|
|
685
|
-
typeName: string;
|
|
686
|
-
};
|
|
687
|
-
'count-exceed': {
|
|
688
|
-
concept: string;
|
|
689
|
-
typeKind: string;
|
|
690
|
-
typeNamespace: string;
|
|
691
|
-
typeName: string;
|
|
692
|
-
};
|
|
693
|
-
'size-exceed': {
|
|
694
|
-
concept: string;
|
|
695
|
-
typeKind: string;
|
|
696
|
-
typeNamespace: string;
|
|
697
|
-
typeName: string;
|
|
698
|
-
};
|
|
699
|
-
success: {
|
|
700
|
-
concept: string;
|
|
701
|
-
typeKind: string;
|
|
702
|
-
typeNamespace: string;
|
|
703
|
-
typeName: string;
|
|
704
|
-
};
|
|
705
|
-
error: {
|
|
706
|
-
concept: string;
|
|
707
|
-
typeKind: string;
|
|
708
|
-
typeNamespace: string;
|
|
709
|
-
typeName: string;
|
|
710
|
-
};
|
|
711
|
-
remove: {
|
|
712
|
-
concept: string;
|
|
713
|
-
typeKind: string;
|
|
714
|
-
typeNamespace: string;
|
|
715
|
-
typeName: string;
|
|
716
|
-
};
|
|
717
|
-
};
|
|
718
|
-
'u-validator': {
|
|
719
|
-
validate: {
|
|
720
|
-
concept: string;
|
|
721
|
-
typeKind: string;
|
|
722
|
-
typeNamespace: string;
|
|
723
|
-
typeName: string;
|
|
724
|
-
};
|
|
725
|
-
'blur-valid': {
|
|
726
|
-
concept: string;
|
|
727
|
-
typeKind: string;
|
|
728
|
-
typeNamespace: string;
|
|
729
|
-
typeName: string;
|
|
730
|
-
};
|
|
731
|
-
'blur-invalid': {
|
|
732
|
-
concept: string;
|
|
733
|
-
typeKind: string;
|
|
734
|
-
typeNamespace: string;
|
|
735
|
-
typeName: string;
|
|
736
|
-
};
|
|
737
|
-
};
|
|
738
|
-
'u-tabs': {
|
|
739
|
-
click: {
|
|
740
|
-
concept: string;
|
|
741
|
-
typeKind: string;
|
|
742
|
-
typeNamespace: string;
|
|
743
|
-
typeName: string;
|
|
744
|
-
};
|
|
745
|
-
'before-select': {
|
|
746
|
-
concept: string;
|
|
747
|
-
typeKind: string;
|
|
748
|
-
typeNamespace: string;
|
|
749
|
-
typeName: string;
|
|
750
|
-
};
|
|
751
|
-
select: {
|
|
752
|
-
concept: string;
|
|
753
|
-
typeKind: string;
|
|
754
|
-
typeNamespace: string;
|
|
755
|
-
typeName: string;
|
|
756
|
-
};
|
|
757
|
-
'before-close': {
|
|
758
|
-
concept: string;
|
|
759
|
-
typeKind: string;
|
|
760
|
-
typeNamespace: string;
|
|
761
|
-
typeName: string;
|
|
762
|
-
};
|
|
763
|
-
close: {
|
|
764
|
-
concept: string;
|
|
765
|
-
typeKind: string;
|
|
766
|
-
typeNamespace: string;
|
|
767
|
-
typeName: string;
|
|
768
|
-
};
|
|
769
|
-
};
|
|
770
|
-
'u-selectable-steps': {
|
|
771
|
-
'before-select': {
|
|
772
|
-
concept: string;
|
|
773
|
-
typeKind: string;
|
|
774
|
-
typeNamespace: string;
|
|
775
|
-
typeName: string;
|
|
776
|
-
};
|
|
777
|
-
select: {
|
|
778
|
-
concept: string;
|
|
779
|
-
typeKind: string;
|
|
780
|
-
typeNamespace: string;
|
|
781
|
-
typeName: string;
|
|
782
|
-
};
|
|
783
|
-
change: {
|
|
784
|
-
concept: string;
|
|
785
|
-
typeKind: string;
|
|
786
|
-
typeNamespace: string;
|
|
787
|
-
typeName: string;
|
|
788
|
-
};
|
|
789
|
-
};
|
|
790
|
-
'u-pagination': {
|
|
791
|
-
'before-select': {
|
|
792
|
-
concept: string;
|
|
793
|
-
typeKind: string;
|
|
794
|
-
typeNamespace: string;
|
|
795
|
-
typeName: string;
|
|
796
|
-
};
|
|
797
|
-
select: {
|
|
798
|
-
concept: string;
|
|
799
|
-
typeKind: string;
|
|
800
|
-
typeNamespace: string;
|
|
801
|
-
typeName: string;
|
|
802
|
-
};
|
|
803
|
-
change: {
|
|
804
|
-
concept: string;
|
|
805
|
-
typeKind: string;
|
|
806
|
-
typeNamespace: string;
|
|
807
|
-
typeName: string;
|
|
808
|
-
};
|
|
809
|
-
'change-page-size': {
|
|
810
|
-
concept: string;
|
|
811
|
-
typeKind: string;
|
|
812
|
-
typeNamespace: string;
|
|
813
|
-
typeName: string;
|
|
814
|
-
};
|
|
815
|
-
};
|
|
816
|
-
'u-cascade-select': {
|
|
817
|
-
input: {
|
|
818
|
-
concept: string;
|
|
819
|
-
typeKind: string;
|
|
820
|
-
typeNamespace: string;
|
|
821
|
-
typeName: string;
|
|
822
|
-
};
|
|
823
|
-
select: {
|
|
824
|
-
concept: string;
|
|
825
|
-
typeKind: string;
|
|
826
|
-
typeNamespace: string;
|
|
827
|
-
typeName: string;
|
|
828
|
-
};
|
|
829
|
-
change: {
|
|
830
|
-
concept: string;
|
|
831
|
-
typeKind: string;
|
|
832
|
-
typeNamespace: string;
|
|
833
|
-
typeName: string;
|
|
834
|
-
};
|
|
835
|
-
};
|
|
836
|
-
'u-cascader': {
|
|
837
|
-
input: {
|
|
838
|
-
concept: string;
|
|
839
|
-
typeKind: string;
|
|
840
|
-
typeNamespace: string;
|
|
841
|
-
typeName: string;
|
|
842
|
-
};
|
|
843
|
-
select: {
|
|
844
|
-
concept: string;
|
|
845
|
-
typeKind: string;
|
|
846
|
-
typeNamespace: string;
|
|
847
|
-
typeName: string;
|
|
848
|
-
};
|
|
849
|
-
focus: {
|
|
850
|
-
concept: string;
|
|
851
|
-
typeKind: string;
|
|
852
|
-
typeNamespace: string;
|
|
853
|
-
typeName: string;
|
|
854
|
-
};
|
|
855
|
-
blur: {
|
|
856
|
-
concept: string;
|
|
857
|
-
typeKind: string;
|
|
858
|
-
typeNamespace: string;
|
|
859
|
-
typeName: string;
|
|
860
|
-
};
|
|
861
|
-
clear: {
|
|
862
|
-
concept: string;
|
|
863
|
-
typeKind: string;
|
|
864
|
-
typeNamespace: string;
|
|
865
|
-
typeName: string;
|
|
866
|
-
};
|
|
867
|
-
};
|
|
868
|
-
'u-region-select': {
|
|
869
|
-
input: {
|
|
870
|
-
concept: string;
|
|
871
|
-
typeKind: string;
|
|
872
|
-
typeNamespace: string;
|
|
873
|
-
typeName: string;
|
|
874
|
-
};
|
|
875
|
-
select: {
|
|
876
|
-
concept: string;
|
|
877
|
-
typeKind: string;
|
|
878
|
-
typeNamespace: string;
|
|
879
|
-
typeName: string;
|
|
880
|
-
};
|
|
881
|
-
focus: {
|
|
882
|
-
concept: string;
|
|
883
|
-
typeKind: string;
|
|
884
|
-
typeNamespace: string;
|
|
885
|
-
typeName: string;
|
|
886
|
-
};
|
|
887
|
-
blur: {
|
|
888
|
-
concept: string;
|
|
889
|
-
typeKind: string;
|
|
890
|
-
typeNamespace: string;
|
|
891
|
-
typeName: string;
|
|
892
|
-
};
|
|
893
|
-
clear: {
|
|
894
|
-
concept: string;
|
|
895
|
-
typeKind: string;
|
|
896
|
-
typeNamespace: string;
|
|
897
|
-
typeName: string;
|
|
898
|
-
};
|
|
899
|
-
};
|
|
900
|
-
'u-tree-view-new': {
|
|
901
|
-
'before-select': {
|
|
902
|
-
concept: string;
|
|
903
|
-
typeKind: string;
|
|
904
|
-
typeNamespace: string;
|
|
905
|
-
typeName: string;
|
|
906
|
-
};
|
|
907
|
-
input: {
|
|
908
|
-
concept: string;
|
|
909
|
-
typeKind: string;
|
|
910
|
-
typeNamespace: string;
|
|
911
|
-
typeName: string;
|
|
912
|
-
};
|
|
913
|
-
select: {
|
|
914
|
-
concept: string;
|
|
915
|
-
typeKind: string;
|
|
916
|
-
typeNamespace: string;
|
|
917
|
-
typeName: string;
|
|
918
|
-
};
|
|
919
|
-
change: {
|
|
920
|
-
concept: string;
|
|
921
|
-
typeKind: string;
|
|
922
|
-
typeNamespace: string;
|
|
923
|
-
typeName: string;
|
|
924
|
-
};
|
|
925
|
-
toggle: {
|
|
926
|
-
concept: string;
|
|
927
|
-
typeKind: string;
|
|
928
|
-
typeNamespace: string;
|
|
929
|
-
typeName: string;
|
|
930
|
-
};
|
|
931
|
-
check: {
|
|
932
|
-
concept: string;
|
|
933
|
-
typeKind: string;
|
|
934
|
-
typeNamespace: string;
|
|
935
|
-
typeName: string;
|
|
936
|
-
};
|
|
937
|
-
};
|
|
938
|
-
'u-transfer': {
|
|
939
|
-
transfer: {
|
|
940
|
-
concept: string;
|
|
941
|
-
typeKind: string;
|
|
942
|
-
typeNamespace: string;
|
|
943
|
-
typeName: string;
|
|
944
|
-
};
|
|
945
|
-
change: {
|
|
946
|
-
concept: string;
|
|
947
|
-
typeKind: string;
|
|
948
|
-
typeNamespace: string;
|
|
949
|
-
typeName: string;
|
|
950
|
-
};
|
|
951
|
-
};
|
|
952
|
-
'u-date-picker': {
|
|
953
|
-
input: {
|
|
954
|
-
concept: string;
|
|
955
|
-
typeKind: string;
|
|
956
|
-
typeNamespace: string;
|
|
957
|
-
typeName: string;
|
|
958
|
-
};
|
|
959
|
-
change: {
|
|
960
|
-
concept: string;
|
|
961
|
-
typeKind: string;
|
|
962
|
-
typeNamespace: string;
|
|
963
|
-
typeName: string;
|
|
964
|
-
};
|
|
965
|
-
select: {
|
|
966
|
-
concept: string;
|
|
967
|
-
typeKind: string;
|
|
968
|
-
typeNamespace: string;
|
|
969
|
-
typeName: string;
|
|
970
|
-
};
|
|
971
|
-
toggle: {
|
|
972
|
-
concept: string;
|
|
973
|
-
typeKind: string;
|
|
974
|
-
typeNamespace: string;
|
|
975
|
-
typeName: string;
|
|
976
|
-
};
|
|
977
|
-
};
|
|
978
|
-
'u-time-picker': {
|
|
979
|
-
change: {
|
|
980
|
-
concept: string;
|
|
981
|
-
typeKind: string;
|
|
982
|
-
typeNamespace: string;
|
|
983
|
-
typeName: string;
|
|
984
|
-
};
|
|
985
|
-
};
|
|
986
|
-
'u-date-time-picker': {
|
|
987
|
-
select: {
|
|
988
|
-
concept: string;
|
|
989
|
-
typeKind: string;
|
|
990
|
-
typeNamespace: string;
|
|
991
|
-
typeName: string;
|
|
992
|
-
};
|
|
993
|
-
change: {
|
|
994
|
-
concept: string;
|
|
995
|
-
typeKind: string;
|
|
996
|
-
typeNamespace: string;
|
|
997
|
-
typeName: string;
|
|
998
|
-
};
|
|
999
|
-
};
|
|
1000
|
-
'u-linear-progress': {};
|
|
1001
|
-
'u-circular-progress': {};
|
|
1002
|
-
'u-popup-combination': {
|
|
1003
|
-
'before-open': {
|
|
1004
|
-
concept: string;
|
|
1005
|
-
typeKind: string;
|
|
1006
|
-
typeNamespace: string;
|
|
1007
|
-
typeName: string;
|
|
1008
|
-
};
|
|
1009
|
-
'before-close': {
|
|
1010
|
-
concept: string;
|
|
1011
|
-
typeKind: string;
|
|
1012
|
-
typeNamespace: string;
|
|
1013
|
-
typeName: string;
|
|
1014
|
-
};
|
|
1015
|
-
};
|
|
1016
|
-
'u-modal': {};
|
|
1017
|
-
'e-watermark': {};
|
|
1018
|
-
'u-copy': {
|
|
1019
|
-
copy: {
|
|
1020
|
-
concept: string;
|
|
1021
|
-
typeKind: string;
|
|
1022
|
-
typeNamespace: string;
|
|
1023
|
-
typeName: string;
|
|
1024
|
-
};
|
|
1025
|
-
};
|
|
1026
|
-
'u-taskbox': {};
|
|
1027
|
-
'van-router-view': {};
|
|
1028
|
-
'van-popup': {};
|
|
1029
|
-
'van-collapse': {};
|
|
1030
|
-
'van-cardu': {};
|
|
1031
|
-
'van-linear-layout': {};
|
|
1032
|
-
'van-divider': {};
|
|
1033
|
-
'van-cell-group': {};
|
|
1034
|
-
'van-row': {};
|
|
1035
|
-
'van-dropdown-menu': {};
|
|
1036
|
-
'van-sidebar': {};
|
|
1037
|
-
'van-tabbar': {};
|
|
1038
|
-
'van-button': {};
|
|
1039
|
-
'van-image': {};
|
|
1040
|
-
'van-swipe': {};
|
|
1041
|
-
'van-tabs': {};
|
|
1042
|
-
'van-text': {};
|
|
1043
|
-
'van-link': {};
|
|
1044
|
-
'van-badge': {};
|
|
1045
|
-
'van-notice-bar': {};
|
|
1046
|
-
'van-steps': {};
|
|
1047
|
-
'van-count-down-new': {};
|
|
1048
|
-
'van-iconv': {};
|
|
1049
|
-
'van-list-view': {
|
|
1050
|
-
'before-select': {
|
|
1051
|
-
concept: string;
|
|
1052
|
-
typeKind: string;
|
|
1053
|
-
typeNamespace: string;
|
|
1054
|
-
typeName: string;
|
|
1055
|
-
};
|
|
1056
|
-
input: {
|
|
1057
|
-
concept: string;
|
|
1058
|
-
typeKind: string;
|
|
1059
|
-
typeNamespace: string;
|
|
1060
|
-
typeName: string;
|
|
1061
|
-
};
|
|
1062
|
-
select: {
|
|
1063
|
-
concept: string;
|
|
1064
|
-
typeKind: string;
|
|
1065
|
-
typeNamespace: string;
|
|
1066
|
-
typeName: string;
|
|
1067
|
-
};
|
|
1068
|
-
change: {
|
|
1069
|
-
concept: string;
|
|
1070
|
-
typeKind: string;
|
|
1071
|
-
typeNamespace: string;
|
|
1072
|
-
typeName: string;
|
|
1073
|
-
};
|
|
1074
|
-
'before-load': {
|
|
1075
|
-
concept: string;
|
|
1076
|
-
typeKind: string;
|
|
1077
|
-
typeNamespace: string;
|
|
1078
|
-
typeName: string;
|
|
1079
|
-
};
|
|
1080
|
-
};
|
|
1081
|
-
'van-for-components': {};
|
|
1082
|
-
'van-grid-view': {};
|
|
1083
|
-
'van-gallery': {};
|
|
1084
|
-
'van-form': {};
|
|
1085
|
-
'van-fieldinput': {};
|
|
1086
|
-
'van-fieldtextarea': {};
|
|
1087
|
-
'van-search': {};
|
|
1088
|
-
'van-radio-group': {};
|
|
1089
|
-
'van-switch': {};
|
|
1090
|
-
'van-checkbox-group': {};
|
|
1091
|
-
'van-stepper': {};
|
|
1092
|
-
'van-stepper-new': {};
|
|
1093
|
-
'van-uploader': {};
|
|
1094
|
-
'van-pickerson': {};
|
|
1095
|
-
'van-area': {};
|
|
1096
|
-
'van-cascader': {};
|
|
1097
|
-
'van-datetime-picker': {};
|
|
1098
|
-
'van-calendar': {};
|
|
1099
|
-
'van-popover': {};
|
|
1100
|
-
'van-popup-combination': {
|
|
1101
|
-
'before-open': {
|
|
1102
|
-
concept: string;
|
|
1103
|
-
typeKind: string;
|
|
1104
|
-
typeNamespace: string;
|
|
1105
|
-
typeName: string;
|
|
1106
|
-
};
|
|
1107
|
-
'before-close': {
|
|
1108
|
-
concept: string;
|
|
1109
|
-
typeKind: string;
|
|
1110
|
-
typeNamespace: string;
|
|
1111
|
-
typeName: string;
|
|
1112
|
-
};
|
|
1113
|
-
};
|
|
1114
|
-
'van-dialog': {};
|
|
1115
|
-
};
|