@lcap/nasl 3.3.0-beta.0 → 3.4.0-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/out/bak/translator.js +5 -8
- package/out/bak/translator.js.map +1 -1
- package/out/breakpoint/generator/AfterStartNode.js +1 -2
- package/out/breakpoint/generator/AfterStartNode.js.map +1 -1
- package/out/breakpoint/generator/BeforeEndNode.js +1 -2
- package/out/breakpoint/generator/BeforeEndNode.js.map +1 -1
- package/out/breakpoint/generator/BreakpointNode.js +9 -30
- package/out/breakpoint/generator/BreakpointNode.js.map +1 -1
- package/out/breakpoint/shared/constants.d.ts +0 -1
- package/out/breakpoint/shared/constants.js +1 -7
- package/out/breakpoint/shared/constants.js.map +1 -1
- package/out/breakpoint/shared/utils.d.ts +1 -3
- package/out/breakpoint/shared/utils.js +4 -25
- package/out/breakpoint/shared/utils.js.map +1 -1
- package/out/common/BaseNode.d.ts +8 -21
- package/out/common/BaseNode.js +69 -115
- package/out/common/BaseNode.js.map +1 -1
- package/out/common/Command.js +1 -6
- package/out/common/Command.js.map +1 -1
- package/out/common/EventEmitter.d.ts +1 -1
- package/out/common/EventEmitter.js +3 -1
- package/out/common/EventEmitter.js.map +1 -1
- package/out/common/classMap.d.ts +4 -0
- package/out/common/classMap.js +5 -0
- package/out/common/classMap.js.map +1 -0
- package/out/common/index.d.ts +1 -0
- package/out/common/index.js +1 -0
- package/out/common/index.js.map +1 -1
- package/out/concepts/Abort__.d.ts +2 -3
- package/out/concepts/Abort__.js +18 -15
- package/out/concepts/Abort__.js.map +1 -1
- package/out/concepts/Anchor__.d.ts +3 -3
- package/out/concepts/Anchor__.js +35 -18
- package/out/concepts/Anchor__.js.map +1 -1
- package/out/concepts/AnonymousFunction__.d.ts +3 -3
- package/out/concepts/AnonymousFunction__.js +53 -29
- package/out/concepts/AnonymousFunction__.js.map +1 -1
- package/out/concepts/App__.d.ts +157 -160
- package/out/concepts/App__.js +80 -106
- package/out/concepts/App__.js.map +1 -1
- package/out/concepts/Argument__.d.ts +3 -3
- package/out/concepts/Argument__.js +42 -22
- package/out/concepts/Argument__.js.map +1 -1
- package/out/concepts/Assignee__.d.ts +2 -3
- package/out/concepts/Assignee__.js +21 -19
- package/out/concepts/Assignee__.js.map +1 -1
- package/out/concepts/AssignmentLine__.d.ts +2 -3
- package/out/concepts/AssignmentLine__.js +17 -15
- package/out/concepts/AssignmentLine__.js.map +1 -1
- package/out/concepts/Assignment__.d.ts +3 -3
- package/out/concepts/Assignment__.js +42 -34
- package/out/concepts/Assignment__.js.map +1 -1
- package/out/concepts/Attribute__.d.ts +2 -3
- package/out/concepts/Attribute__.js +28 -36
- package/out/concepts/Attribute__.js.map +1 -1
- package/out/concepts/AuthInterface__.d.ts +3 -4
- package/out/concepts/AuthInterface__.js +17 -16
- package/out/concepts/AuthInterface__.js.map +1 -1
- package/out/concepts/AuthLogicForCallInterface__.d.ts +3 -4
- package/out/concepts/AuthLogicForCallInterface__.js +27 -37
- package/out/concepts/AuthLogicForCallInterface__.js.map +1 -1
- package/out/concepts/AuthLogic__.d.ts +3 -4
- package/out/concepts/AuthLogic__.js +19 -18
- package/out/concepts/AuthLogic__.js.map +1 -1
- package/out/concepts/BackendVariable__.d.ts +7 -8
- package/out/concepts/BackendVariable__.js +34 -39
- package/out/concepts/BackendVariable__.js.map +1 -1
- package/out/concepts/Backend__.d.ts +31 -32
- package/out/concepts/Backend__.js +22 -23
- package/out/concepts/Backend__.js.map +1 -1
- package/out/concepts/BatchAssignment__.d.ts +3 -3
- package/out/concepts/BatchAssignment__.js +54 -46
- package/out/concepts/BatchAssignment__.js.map +1 -1
- package/out/concepts/BinaryExpression__.d.ts +3 -3
- package/out/concepts/BinaryExpression__.js +62 -30
- package/out/concepts/BinaryExpression__.js.map +1 -1
- package/out/concepts/BindAttribute__.d.ts +9 -12
- package/out/concepts/BindAttribute__.js +102 -81
- package/out/concepts/BindAttribute__.js.map +1 -1
- package/out/concepts/BindDirective__.d.ts +3 -5
- package/out/concepts/BindDirective__.js +28 -34
- package/out/concepts/BindDirective__.js.map +1 -1
- package/out/concepts/BindEvent__.d.ts +3 -3
- package/out/concepts/BindEvent__.js +74 -51
- package/out/concepts/BindEvent__.js.map +1 -1
- package/out/concepts/BindStyle__.d.ts +3 -5
- package/out/concepts/BindStyle__.js +23 -24
- package/out/concepts/BindStyle__.js.map +1 -1
- package/out/concepts/BooleanLiteral__.d.ts +3 -3
- package/out/concepts/BooleanLiteral__.js +24 -17
- package/out/concepts/BooleanLiteral__.js.map +1 -1
- package/out/concepts/CallAuthInterface__.d.ts +2 -3
- package/out/concepts/CallAuthInterface__.js +19 -17
- package/out/concepts/CallAuthInterface__.js.map +1 -1
- package/out/concepts/CallConnector__.d.ts +4 -5
- package/out/concepts/CallConnector__.js +34 -41
- package/out/concepts/CallConnector__.js.map +1 -1
- package/out/concepts/CallFunction__.d.ts +3 -3
- package/out/concepts/CallFunction__.js +71 -33
- package/out/concepts/CallFunction__.js.map +1 -1
- package/out/concepts/CallInterface__.d.ts +3 -3
- package/out/concepts/CallInterface__.js +57 -26
- package/out/concepts/CallInterface__.js.map +1 -1
- package/out/concepts/CallLogic__.d.ts +6 -6
- package/out/concepts/CallLogic__.js +180 -135
- package/out/concepts/CallLogic__.js.map +1 -1
- package/out/concepts/CallQueryComponent__.d.ts +2 -3
- package/out/concepts/CallQueryComponent__.js +41 -57
- package/out/concepts/CallQueryComponent__.js.map +1 -1
- package/out/concepts/Comment__.d.ts +3 -3
- package/out/concepts/Comment__.js +24 -17
- package/out/concepts/Comment__.js.map +1 -1
- package/out/concepts/CompletionProperty__.d.ts +2 -3
- package/out/concepts/CompletionProperty__.js +25 -30
- package/out/concepts/CompletionProperty__.js.map +1 -1
- package/out/concepts/ConfigGroup__.d.ts +2 -3
- package/out/concepts/ConfigGroup__.js +20 -21
- package/out/concepts/ConfigGroup__.js.map +1 -1
- package/out/concepts/ConfigPropertyValue__.d.ts +2 -3
- package/out/concepts/ConfigPropertyValue__.js +16 -16
- package/out/concepts/ConfigPropertyValue__.js.map +1 -1
- package/out/concepts/ConfigProperty__.d.ts +2 -3
- package/out/concepts/ConfigProperty__.js +23 -26
- package/out/concepts/ConfigProperty__.js.map +1 -1
- package/out/concepts/Configuration__.d.ts +2 -3
- package/out/concepts/Configuration__.js +18 -16
- package/out/concepts/Configuration__.js.map +1 -1
- package/out/concepts/Connection__.d.ts +4 -4
- package/out/concepts/Connection__.js +18 -22
- package/out/concepts/Connection__.js.map +1 -1
- package/out/concepts/ConnectorTrigger__.d.ts +6 -7
- package/out/concepts/ConnectorTrigger__.js +21 -22
- package/out/concepts/ConnectorTrigger__.js.map +1 -1
- package/out/concepts/Connector__.d.ts +33 -139
- package/out/concepts/Connector__.js +34 -191
- package/out/concepts/Connector__.js.map +1 -1
- package/out/concepts/Constant__.d.ts +2 -3
- package/out/concepts/Constant__.js +23 -25
- package/out/concepts/Constant__.js.map +1 -1
- package/out/concepts/DataElement__.d.ts +46 -0
- package/out/concepts/DataElement__.js +118 -0
- package/out/concepts/DataElement__.js.map +1 -0
- package/out/concepts/DataSource__.d.ts +2 -7
- package/out/concepts/DataSource__.js +23 -31
- package/out/concepts/DataSource__.js.map +1 -1
- package/out/concepts/DatabaseTypeAnnotation__.d.ts +4 -5
- package/out/concepts/DatabaseTypeAnnotation__.js +18 -18
- package/out/concepts/DatabaseTypeAnnotation__.js.map +1 -1
- package/out/concepts/Destination__.d.ts +11 -11
- package/out/concepts/Destination__.js +89 -39
- package/out/concepts/Destination__.js.map +1 -1
- package/out/concepts/End__.d.ts +2 -3
- package/out/concepts/End__.js +17 -15
- package/out/concepts/End__.js.map +1 -1
- package/out/concepts/EntityIndex__.d.ts +3 -4
- package/out/concepts/EntityIndex__.js +21 -23
- package/out/concepts/EntityIndex__.js.map +1 -1
- package/out/concepts/EntityProperty__.d.ts +4 -4
- package/out/concepts/EntityProperty__.js +67 -51
- package/out/concepts/EntityProperty__.js.map +1 -1
- package/out/concepts/Entity__.d.ts +3 -3
- package/out/concepts/Entity__.js +51 -32
- package/out/concepts/Entity__.js.map +1 -1
- package/out/concepts/EnumItem__.d.ts +3 -3
- package/out/concepts/EnumItem__.js +25 -19
- package/out/concepts/EnumItem__.js.map +1 -1
- package/out/concepts/Enum__.d.ts +3 -3
- package/out/concepts/Enum__.js +35 -23
- package/out/concepts/Enum__.js.map +1 -1
- package/out/concepts/Event__.d.ts +2 -3
- package/out/concepts/Event__.js +21 -24
- package/out/concepts/Event__.js.map +1 -1
- package/out/concepts/ExternalDestination__.d.ts +5 -6
- package/out/concepts/ExternalDestination__.js +25 -25
- package/out/concepts/ExternalDestination__.js.map +1 -1
- package/out/concepts/ForEachStatement__.d.ts +3 -3
- package/out/concepts/ForEachStatement__.js +60 -21
- package/out/concepts/ForEachStatement__.js.map +1 -1
- package/out/concepts/FrontendLibrary__.d.ts +3 -4
- package/out/concepts/FrontendLibrary__.js +25 -27
- package/out/concepts/FrontendLibrary__.js.map +1 -1
- package/out/concepts/FrontendVariable__.d.ts +3 -4
- package/out/concepts/FrontendVariable__.js +12 -12
- package/out/concepts/FrontendVariable__.js.map +1 -1
- package/out/concepts/Frontend__.d.ts +6 -8
- package/out/concepts/Frontend__.js +39 -47
- package/out/concepts/Frontend__.js.map +1 -1
- package/out/concepts/Function__.d.ts +3 -3
- package/out/concepts/Function__.js +60 -37
- package/out/concepts/Function__.js.map +1 -1
- package/out/concepts/Identifier__.d.ts +3 -4
- package/out/concepts/Identifier__.js +29 -30
- package/out/concepts/Identifier__.js.map +1 -1
- package/out/concepts/IfStatement__.d.ts +3 -3
- package/out/concepts/IfStatement__.js +51 -21
- package/out/concepts/IfStatement__.js.map +1 -1
- package/out/concepts/Integration__.d.ts +2 -93
- package/out/concepts/Integration__.js +19 -157
- package/out/concepts/Integration__.js.map +1 -1
- package/out/concepts/InterfaceParam__.d.ts +4 -30
- package/out/concepts/InterfaceParam__.js +24 -58
- package/out/concepts/InterfaceParam__.js.map +1 -1
- package/out/concepts/Interface__.d.ts +5 -31
- package/out/concepts/Interface__.js +34 -89
- package/out/concepts/Interface__.js.map +1 -1
- package/out/concepts/JSBlock__.d.ts +3 -3
- package/out/concepts/JSBlock__.js +24 -17
- package/out/concepts/JSBlock__.js.map +1 -1
- package/out/concepts/JavaLogic__.d.ts +3 -4
- package/out/concepts/JavaLogic__.js +21 -22
- package/out/concepts/JavaLogic__.js.map +1 -1
- package/out/concepts/LogicItem__.d.ts +8 -3
- package/out/concepts/LogicItem__.js +30 -23
- package/out/concepts/LogicItem__.js.map +1 -1
- package/out/concepts/Logic__.d.ts +18 -17
- package/out/concepts/Logic__.js +188 -113
- package/out/concepts/Logic__.js.map +1 -1
- package/out/concepts/MatchCase__.d.ts +3 -3
- package/out/concepts/MatchCase__.js +110 -23
- package/out/concepts/MatchCase__.js.map +1 -1
- package/out/concepts/Match__.d.ts +3 -3
- package/out/concepts/Match__.js +64 -20
- package/out/concepts/Match__.js.map +1 -1
- package/out/concepts/MemberExpression__.d.ts +3 -3
- package/out/concepts/MemberExpression__.js +59 -65
- package/out/concepts/MemberExpression__.js.map +1 -1
- package/out/concepts/MicroApp__.d.ts +2 -3
- package/out/concepts/MicroApp__.js +21 -26
- package/out/concepts/MicroApp__.js.map +1 -1
- package/out/concepts/Module__.d.ts +47 -219
- package/out/concepts/Module__.js +32 -232
- package/out/concepts/Module__.js.map +1 -1
- package/out/concepts/MsgTriggerEvent__.d.ts +3 -4
- package/out/concepts/MsgTriggerEvent__.js +18 -16
- package/out/concepts/MsgTriggerEvent__.js.map +1 -1
- package/out/concepts/MsgTriggerLauncher__.d.ts +3 -4
- package/out/concepts/MsgTriggerLauncher__.js +19 -18
- package/out/concepts/MsgTriggerLauncher__.js.map +1 -1
- package/out/concepts/Namespace__.d.ts +2 -4
- package/out/concepts/Namespace__.js +46 -64
- package/out/concepts/Namespace__.js.map +1 -1
- package/out/concepts/NewComposite__.d.ts +3 -4
- package/out/concepts/NewComposite__.js +133 -71
- package/out/concepts/NewComposite__.js.map +1 -1
- package/out/concepts/NewList__.d.ts +4 -5
- package/out/concepts/NewList__.js +41 -35
- package/out/concepts/NewList__.js.map +1 -1
- package/out/concepts/NewMap__.d.ts +4 -5
- package/out/concepts/NewMap__.js +38 -39
- package/out/concepts/NewMap__.js.map +1 -1
- package/out/concepts/New__.d.ts +2 -3
- package/out/concepts/New__.js +17 -15
- package/out/concepts/New__.js.map +1 -1
- package/out/concepts/NullLiteral__.d.ts +2 -3
- package/out/concepts/NullLiteral__.js +17 -15
- package/out/concepts/NullLiteral__.js.map +1 -1
- package/out/concepts/NumericLiteral__.d.ts +3 -3
- package/out/concepts/NumericLiteral__.js +27 -21
- package/out/concepts/NumericLiteral__.js.map +1 -1
- package/out/concepts/OqlQueryComponent__.d.ts +3 -3
- package/out/concepts/OqlQueryComponent__.js +30 -26
- package/out/concepts/OqlQueryComponent__.js.map +1 -1
- package/out/concepts/OverriddenLogic__.d.ts +22 -14
- package/out/concepts/OverriddenLogic__.js +62 -73
- package/out/concepts/OverriddenLogic__.js.map +1 -1
- package/out/concepts/Param__.d.ts +3 -3
- package/out/concepts/Param__.js +69 -34
- package/out/concepts/Param__.js.map +1 -1
- package/out/concepts/Point__.d.ts +2 -3
- package/out/concepts/Point__.js +16 -16
- package/out/concepts/Point__.js.map +1 -1
- package/out/concepts/ProcessComponent__.d.ts +2 -3
- package/out/concepts/ProcessComponent__.js +22 -24
- package/out/concepts/ProcessComponent__.js.map +1 -1
- package/out/concepts/ProcessElement__.d.ts +2 -3
- package/out/concepts/ProcessElement__.js +46 -61
- package/out/concepts/ProcessElement__.js.map +1 -1
- package/out/concepts/ProcessOutcome__.d.ts +2 -3
- package/out/concepts/ProcessOutcome__.js +18 -17
- package/out/concepts/ProcessOutcome__.js.map +1 -1
- package/out/concepts/ProcessOutcomes__.d.ts +2 -3
- package/out/concepts/ProcessOutcomes__.js +17 -15
- package/out/concepts/ProcessOutcomes__.js.map +1 -1
- package/out/concepts/Process__.d.ts +7 -5
- package/out/concepts/Process__.js +35 -46
- package/out/concepts/Process__.js.map +1 -1
- package/out/concepts/QueryAggregateExpression__.d.ts +2 -3
- package/out/concepts/QueryAggregateExpression__.js +22 -23
- package/out/concepts/QueryAggregateExpression__.js.map +1 -1
- package/out/concepts/QueryFieldExpression__.d.ts +3 -4
- package/out/concepts/QueryFieldExpression__.js +20 -21
- package/out/concepts/QueryFieldExpression__.js.map +1 -1
- package/out/concepts/QueryFromExpression__.d.ts +3 -4
- package/out/concepts/QueryFromExpression__.js +22 -23
- package/out/concepts/QueryFromExpression__.js.map +1 -1
- package/out/concepts/QueryGroupByExpression__.d.ts +2 -3
- package/out/concepts/QueryGroupByExpression__.js +19 -18
- package/out/concepts/QueryGroupByExpression__.js.map +1 -1
- package/out/concepts/QueryJoinExpression__.d.ts +3 -4
- package/out/concepts/QueryJoinExpression__.js +25 -29
- package/out/concepts/QueryJoinExpression__.js.map +1 -1
- package/out/concepts/QueryLimitExpression__.d.ts +2 -3
- package/out/concepts/QueryLimitExpression__.js +22 -22
- package/out/concepts/QueryLimitExpression__.js.map +1 -1
- package/out/concepts/QueryOrderByExpression__.d.ts +2 -3
- package/out/concepts/QueryOrderByExpression__.js +22 -22
- package/out/concepts/QueryOrderByExpression__.js.map +1 -1
- package/out/concepts/QuerySelectExpression__.d.ts +2 -3
- package/out/concepts/QuerySelectExpression__.js +21 -23
- package/out/concepts/QuerySelectExpression__.js.map +1 -1
- package/out/concepts/Rect__.d.ts +2 -3
- package/out/concepts/Rect__.js +18 -20
- package/out/concepts/Rect__.js.map +1 -1
- package/out/concepts/Return__.d.ts +3 -3
- package/out/concepts/Return__.js +45 -29
- package/out/concepts/Return__.js.map +1 -1
- package/out/concepts/Role__.d.ts +2 -3
- package/out/concepts/Role__.js +21 -22
- package/out/concepts/Role__.js.map +1 -1
- package/out/concepts/SelectMembers__.d.ts +2 -3
- package/out/concepts/SelectMembers__.js +21 -20
- package/out/concepts/SelectMembers__.js.map +1 -1
- package/out/concepts/Slot__.d.ts +2 -3
- package/out/concepts/Slot__.js +22 -26
- package/out/concepts/Slot__.js.map +1 -1
- package/out/concepts/SqlQueryComponent__.d.ts +3 -3
- package/out/concepts/SqlQueryComponent__.js +31 -28
- package/out/concepts/SqlQueryComponent__.js.map +1 -1
- package/out/concepts/Start__.d.ts +2 -3
- package/out/concepts/Start__.js +17 -15
- package/out/concepts/Start__.js.map +1 -1
- package/out/concepts/StringInterpolation__.d.ts +3 -3
- package/out/concepts/StringInterpolation__.js +37 -17
- package/out/concepts/StringInterpolation__.js.map +1 -1
- package/out/concepts/StringLiteral__.d.ts +3 -3
- package/out/concepts/StringLiteral__.js +22 -14
- package/out/concepts/StringLiteral__.js.map +1 -1
- package/out/concepts/StructureProperty__.d.ts +5 -5
- package/out/concepts/StructureProperty__.js +40 -33
- package/out/concepts/StructureProperty__.js.map +1 -1
- package/out/concepts/Structure__.d.ts +12 -3
- package/out/concepts/Structure__.js +46 -45
- package/out/concepts/Structure__.js.map +1 -1
- package/out/concepts/SwitchCase__.d.ts +3 -3
- package/out/concepts/SwitchCase__.js +54 -19
- package/out/concepts/SwitchCase__.js.map +1 -1
- package/out/concepts/SwitchStatement__.d.ts +3 -3
- package/out/concepts/SwitchStatement__.js +39 -23
- package/out/concepts/SwitchStatement__.js.map +1 -1
- package/out/concepts/Theme__.d.ts +2 -3
- package/out/concepts/Theme__.js +14 -12
- package/out/concepts/Theme__.js.map +1 -1
- package/out/concepts/Transactional__.d.ts +2 -3
- package/out/concepts/Transactional__.js +17 -18
- package/out/concepts/Transactional__.js.map +1 -1
- package/out/concepts/TriggerEvent__.d.ts +2 -3
- package/out/concepts/TriggerEvent__.js +18 -19
- package/out/concepts/TriggerEvent__.js.map +1 -1
- package/out/concepts/TriggerLauncher__.d.ts +17 -6
- package/out/concepts/TriggerLauncher__.js +63 -26
- package/out/concepts/TriggerLauncher__.js.map +1 -1
- package/out/concepts/TypeAnnotation__.d.ts +6 -8
- package/out/concepts/TypeAnnotation__.js +79 -56
- package/out/concepts/TypeAnnotation__.js.map +1 -1
- package/out/concepts/TypeParam__.d.ts +3 -3
- package/out/concepts/TypeParam__.js +23 -16
- package/out/concepts/TypeParam__.js.map +1 -1
- package/out/concepts/UnaryExpression__.d.ts +3 -3
- package/out/concepts/UnaryExpression__.js +39 -21
- package/out/concepts/UnaryExpression__.js.map +1 -1
- package/out/concepts/Unparsed__.d.ts +3 -3
- package/out/concepts/Unparsed__.js +23 -16
- package/out/concepts/Unparsed__.js.map +1 -1
- package/out/concepts/UseComponent__.d.ts +2 -3
- package/out/concepts/UseComponent__.js +16 -16
- package/out/concepts/UseComponent__.js.map +1 -1
- package/out/concepts/ValidationRule__.d.ts +16 -17
- package/out/concepts/ValidationRule__.js +15 -18
- package/out/concepts/ValidationRule__.js.map +1 -1
- package/out/concepts/Variable__.d.ts +3 -3
- package/out/concepts/Variable__.js +45 -29
- package/out/concepts/Variable__.js.map +1 -1
- package/out/concepts/ViewBlock__.d.ts +3 -4
- package/out/concepts/ViewBlock__.js +19 -20
- package/out/concepts/ViewBlock__.js.map +1 -1
- package/out/concepts/ViewComponent__.d.ts +31 -32
- package/out/concepts/ViewComponent__.js +32 -35
- package/out/concepts/ViewComponent__.js.map +1 -1
- package/out/concepts/ViewElement__.d.ts +81 -82
- package/out/concepts/ViewElement__.js +155 -259
- package/out/concepts/ViewElement__.js.map +1 -1
- package/out/concepts/View__.d.ts +4 -5
- package/out/concepts/View__.js +207 -141
- package/out/concepts/View__.js.map +1 -1
- package/out/concepts/WhileStatement__.d.ts +3 -3
- package/out/concepts/WhileStatement__.js +41 -20
- package/out/concepts/WhileStatement__.js.map +1 -1
- package/out/concepts/index__.d.ts +1 -0
- package/out/concepts/index__.js +1 -0
- package/out/concepts/index__.js.map +1 -1
- package/out/concepts/types__.d.ts +2 -2
- package/out/decorators/index.d.ts +0 -2
- package/out/decorators/index.js +8 -12
- package/out/decorators/index.js.map +1 -1
- package/out/generator/genBundleFiles.d.ts +2 -2
- package/out/generator/genBundleFiles.js +4 -11
- package/out/generator/genBundleFiles.js.map +1 -1
- package/out/generator/genReleaseBody.d.ts +2 -4
- package/out/generator/genReleaseBody.js +136 -192
- package/out/generator/genReleaseBody.js.map +1 -1
- package/out/index.d.ts +1 -0
- package/out/index.js +1 -0
- package/out/index.js.map +1 -1
- package/out/natural/RequirementAnalyzer.d.ts +22 -0
- package/out/natural/RequirementAnalyzer.js +196 -0
- package/out/natural/RequirementAnalyzer.js.map +1 -0
- package/out/natural/RequirementExecutor.d.ts +51 -0
- package/out/natural/RequirementExecutor.js +692 -0
- package/out/natural/RequirementExecutor.js.map +1 -0
- package/out/natural/componentData.d.ts +31 -0
- package/out/natural/componentData.js +85 -0
- package/out/natural/componentData.js.map +1 -0
- package/out/natural/genNaturalTS.d.ts +3 -0
- package/out/natural/genNaturalTS.js +90 -0
- package/out/natural/genNaturalTS.js.map +1 -0
- package/out/natural/index.d.ts +4 -0
- package/out/natural/index.js +21 -0
- package/out/natural/index.js.map +1 -0
- package/out/natural/knowledgeMap.d.ts +4 -0
- package/out/natural/knowledgeMap.js +40 -0
- package/out/natural/knowledgeMap.js.map +1 -0
- package/out/natural/naslStdlibMap.d.ts +2 -0
- package/out/natural/naslStdlibMap.js +26 -0
- package/out/natural/naslStdlibMap.js.map +1 -0
- package/out/natural/transformTSCode.d.ts +7 -0
- package/out/natural/transformTSCode.js +878 -0
- package/out/natural/transformTSCode.js.map +1 -0
- package/out/sentry/index.js +2 -2
- package/out/sentry/index.js.map +1 -1
- package/out/server/createUiTs.js +1 -34
- package/out/server/createUiTs.js.map +1 -1
- package/out/server/extendBaseNode.js +17 -17
- package/out/server/extendBaseNode.js.map +1 -1
- package/out/server/formatTsUtils.js +10 -0
- package/out/server/formatTsUtils.js.map +1 -1
- package/out/server/getConnector.d.ts +0 -3
- package/out/server/getConnector.js +1 -38
- package/out/server/getConnector.js.map +1 -1
- package/out/server/getMemberIdentifier.js +2 -1
- package/out/server/getMemberIdentifier.js.map +1 -1
- package/out/server/index.js +0 -2
- package/out/server/index.js.map +1 -1
- package/out/server/naslServer.d.ts +6 -17
- package/out/server/naslServer.js +213 -321
- package/out/server/naslServer.js.map +1 -1
- package/out/server/translator.js +4 -2
- package/out/server/translator.js.map +1 -1
- package/out/service/creator/add.configs.js +0 -26
- package/out/service/creator/add.configs.js.map +1 -1
- package/out/service/creator/errHandles.js +3 -5
- package/out/service/creator/errHandles.js.map +1 -1
- package/out/service/creator/index.js +0 -13
- package/out/service/creator/index.js.map +1 -1
- package/out/service/storage/init.js +16 -0
- package/out/service/storage/init.js.map +1 -1
- package/out/service/storage/jsoner.js +1 -1
- package/out/service/storage/jsoner.js.map +1 -1
- package/out/templator/genCurdEditMultipleKeyBlock.js +3 -3
- package/out/templator/genCurdEditMultipleKeyBlock.js.map +1 -1
- package/out/templator/genCurdMultipleKeyBlock.js +3 -3
- package/out/templator/genCurdMultipleKeyBlock.js.map +1 -1
- package/out/templator/genTableBlock.js +1 -1
- package/out/templator/genTableBlock.js.map +1 -1
- package/out/translator/index.d.ts +48 -3
- package/out/translator/index.js +110 -17
- package/out/translator/index.js.map +1 -1
- package/out/translator/lsp.d.ts +45 -0
- package/out/translator/lsp.js +6 -0
- package/out/translator/lsp.js.map +1 -0
- package/out/translator/tsp.d.ts +12 -0
- package/out/translator/{types.js → tsp.js} +1 -1
- package/out/translator/tsp.js.map +1 -0
- package/out/utils/index.d.ts +0 -2
- package/out/utils/index.js +0 -2
- package/out/utils/index.js.map +1 -1
- package/out/utils/logger.d.ts +0 -4
- package/out/utils/logger.js +1 -13
- package/out/utils/logger.js.map +1 -1
- package/out/utils/time-slicing.js +1 -1
- package/out/utils/time-slicing.js.map +1 -1
- package/package.json +11 -5
- package/sandbox/stdlib/nasl.oql.ts +0 -2
- package/sandbox/stdlib/nasl.ui.definition.ts +1415 -2218
- package/sandbox-natural/stdlib/nasl.core.ts +36 -0
- package/sandbox-natural/stdlib/nasl.oql.ts +8 -0
- package/sandbox-natural/stdlib/nasl.ui.ts +63 -0
- package/sandbox-natural/stdlib/nasl.util.ts +119 -0
- package/sandbox-natural/tsconfig.json +12 -0
- package/src/bak/translator.js +5 -8
- package/src/breakpoint/generator/AfterStartNode.ts +1 -2
- package/src/breakpoint/generator/BeforeEndNode.ts +1 -2
- package/src/breakpoint/generator/BreakpointNode.ts +9 -36
- package/src/breakpoint/shared/constants.ts +0 -7
- package/src/breakpoint/shared/utils.ts +3 -36
- package/src/common/BaseNode.ts +81 -140
- package/src/common/Command.ts +1 -6
- package/src/common/EventEmitter.ts +4 -2
- package/src/common/classMap.ts +3 -0
- package/src/common/index.ts +1 -0
- package/src/concepts/Abort__.ts +22 -20
- package/src/concepts/Anchor__.ts +38 -23
- package/src/concepts/AnonymousFunction__.ts +63 -39
- package/src/concepts/App__.ts +314 -364
- package/src/concepts/Argument__.ts +44 -27
- package/src/concepts/Assignee__.ts +39 -41
- package/src/concepts/AssignmentLine__.ts +23 -20
- package/src/concepts/Assignment__.ts +58 -54
- package/src/concepts/Attribute__.ts +34 -40
- package/src/concepts/AuthInterface__.ts +24 -22
- package/src/concepts/AuthLogicForCallInterface__.ts +41 -71
- package/src/concepts/AuthLogic__.ts +30 -21
- package/src/concepts/BackendVariable__.ts +54 -55
- package/src/concepts/Backend__.ts +59 -58
- package/src/concepts/BatchAssignment__.ts +78 -88
- package/src/concepts/BinaryExpression__.ts +66 -72
- package/src/concepts/BindAttribute__.ts +155 -135
- package/src/concepts/BindDirective__.ts +41 -45
- package/src/concepts/BindEvent__.ts +89 -80
- package/src/concepts/BindStyle__.ts +36 -37
- package/src/concepts/BooleanLiteral__.ts +28 -22
- package/src/concepts/CallAuthInterface__.ts +32 -29
- package/src/concepts/CallConnector__.ts +41 -50
- package/src/concepts/CallFunction__.ts +77 -45
- package/src/concepts/CallInterface__.ts +68 -36
- package/src/concepts/CallLogic__.ts +213 -166
- package/src/concepts/CallQueryComponent__.ts +88 -156
- package/src/concepts/Comment__.ts +29 -22
- package/src/concepts/CompletionProperty__.ts +30 -34
- package/src/concepts/ConfigGroup__.ts +29 -28
- package/src/concepts/ConfigPropertyValue__.ts +23 -22
- package/src/concepts/ConfigProperty__.ts +36 -42
- package/src/concepts/Configuration__.ts +26 -23
- package/src/concepts/Connection__.ts +21 -26
- package/src/concepts/ConnectorTrigger__.ts +34 -30
- package/src/concepts/Connector__.ts +87 -342
- package/src/concepts/Constant__.ts +36 -30
- package/src/concepts/DataElement__.ts +131 -0
- package/src/concepts/DataSource__.ts +33 -37
- package/src/concepts/DatabaseTypeAnnotation__.ts +24 -24
- package/src/concepts/Destination__.ts +104 -51
- package/src/concepts/End__.ts +25 -23
- package/src/concepts/EntityIndex__.ts +33 -36
- package/src/concepts/EntityProperty__.ts +84 -64
- package/src/concepts/Entity__.ts +67 -41
- package/src/concepts/EnumItem__.ts +32 -24
- package/src/concepts/Enum__.ts +42 -28
- package/src/concepts/Event__.ts +33 -33
- package/src/concepts/ExternalDestination__.ts +29 -29
- package/src/concepts/ForEachStatement__.ts +73 -34
- package/src/concepts/FrontendLibrary__.ts +38 -37
- package/src/concepts/FrontendVariable__.ts +20 -18
- package/src/concepts/Frontend__.ts +62 -66
- package/src/concepts/Function__.ts +80 -54
- package/src/concepts/Identifier__.ts +34 -37
- package/src/concepts/IfStatement__.ts +77 -40
- package/src/concepts/Integration__.ts +24 -244
- package/src/concepts/InterfaceParam__.ts +33 -69
- package/src/concepts/Interface__.ts +46 -104
- package/src/concepts/JSBlock__.ts +28 -22
- package/src/concepts/JavaLogic__.ts +26 -27
- package/src/concepts/LogicItem__.ts +47 -29
- package/src/concepts/Logic__.ts +226 -168
- package/src/concepts/MatchCase__.ts +128 -38
- package/src/concepts/Match__.ts +73 -28
- package/src/concepts/MemberExpression__.ts +139 -174
- package/src/concepts/MicroApp__.ts +27 -32
- package/src/concepts/Module__.ts +107 -527
- package/src/concepts/MsgTriggerEvent__.ts +33 -25
- package/src/concepts/MsgTriggerLauncher__.ts +30 -27
- package/src/concepts/Namespace__.ts +99 -109
- package/src/concepts/NewComposite__.ts +161 -130
- package/src/concepts/NewList__.ts +51 -45
- package/src/concepts/NewMap__.ts +48 -51
- package/src/concepts/New__.ts +22 -20
- package/src/concepts/NullLiteral__.ts +22 -20
- package/src/concepts/NumericLiteral__.ts +31 -26
- package/src/concepts/OqlQueryComponent__.ts +34 -33
- package/src/concepts/OverriddenLogic__.ts +94 -128
- package/src/concepts/Param__.ts +90 -51
- package/src/concepts/Point__.ts +22 -22
- package/src/concepts/ProcessComponent__.ts +37 -36
- package/src/concepts/ProcessElement__.ts +86 -114
- package/src/concepts/ProcessOutcome__.ts +23 -22
- package/src/concepts/ProcessOutcomes__.ts +22 -20
- package/src/concepts/Process__.ts +63 -69
- package/src/concepts/QueryAggregateExpression__.ts +27 -28
- package/src/concepts/QueryFieldExpression__.ts +25 -26
- package/src/concepts/QueryFromExpression__.ts +28 -29
- package/src/concepts/QueryGroupByExpression__.ts +23 -22
- package/src/concepts/QueryJoinExpression__.ts +41 -62
- package/src/concepts/QueryLimitExpression__.ts +27 -27
- package/src/concepts/QueryOrderByExpression__.ts +27 -27
- package/src/concepts/QuerySelectExpression__.ts +54 -105
- package/src/concepts/Rect__.ts +24 -26
- package/src/concepts/Return__.ts +67 -42
- package/src/concepts/Role__.ts +25 -25
- package/src/concepts/SelectMembers__.ts +32 -30
- package/src/concepts/Slot__.ts +30 -32
- package/src/concepts/SqlQueryComponent__.ts +37 -41
- package/src/concepts/Start__.ts +22 -20
- package/src/concepts/StringInterpolation__.ts +45 -25
- package/src/concepts/StringLiteral__.ts +26 -19
- package/src/concepts/StructureProperty__.ts +47 -38
- package/src/concepts/Structure__.ts +58 -55
- package/src/concepts/SwitchCase__.ts +74 -40
- package/src/concepts/SwitchStatement__.ts +44 -29
- package/src/concepts/Theme__.ts +21 -18
- package/src/concepts/Transactional__.ts +31 -24
- package/src/concepts/TriggerEvent__.ts +29 -28
- package/src/concepts/TriggerLauncher__.ts +82 -32
- package/src/concepts/TypeAnnotation__.ts +98 -92
- package/src/concepts/TypeParam__.ts +28 -21
- package/src/concepts/UnaryExpression__.ts +45 -26
- package/src/concepts/Unparsed__.ts +25 -20
- package/src/concepts/UseComponent__.ts +22 -22
- package/src/concepts/ValidationRule__.ts +555 -539
- package/src/concepts/Variable__.ts +67 -43
- package/src/concepts/ViewBlock__.ts +25 -26
- package/src/concepts/ViewComponent__.ts +91 -87
- package/src/concepts/ViewElement__.ts +2437 -2696
- package/src/concepts/View__.ts +407 -345
- package/src/concepts/WhileStatement__.ts +59 -36
- package/src/concepts/index__.ts +1 -0
- package/src/concepts/types__.ts +124 -124
- package/src/decorators/index.ts +7 -11
- package/src/generator/genBundleFiles.ts +4 -14
- package/src/generator/genReleaseBody.ts +182 -198
- package/src/index.ts +1 -0
- package/src/natural/RequirementAnalyzer.ts +208 -0
- package/src/natural/RequirementExecutor.ts +685 -0
- package/src/natural/componentData.ts +81 -0
- package/src/natural/genNaturalTS.ts +90 -0
- package/src/natural/index.ts +4 -0
- package/src/natural/knowledgeMap.ts +39 -0
- package/src/natural/naslStdlibMap.ts +24 -0
- package/src/natural/transformTSCode.ts +834 -0
- package/src/sentry/index.ts +2 -2
- package/src/server/createUiTs.ts +1 -30
- package/src/server/extendBaseNode.ts +18 -18
- package/src/server/formatTsUtils.ts +11 -0
- package/src/server/getConnector.ts +27 -63
- package/src/server/getMemberIdentifier.ts +3 -2
- package/src/server/index.ts +1 -4
- package/src/server/naslServer.ts +212 -302
- package/src/server/translator.ts +3 -1
- package/src/service/creator/add.configs.js +1 -26
- package/src/service/creator/errHandles.js +4 -5
- package/src/service/creator/index.js +0 -12
- package/src/service/storage/init.ts +17 -0
- package/src/service/storage/jsoner.ts +1 -1
- package/src/templator/genCurdEditMultipleKeyBlock.ts +3 -3
- package/src/templator/genCurdMultipleKeyBlock.ts +3 -3
- package/src/templator/genTableBlock.ts +1 -1
- package/src/test/examples/app1.json +1406 -0
- package/src/test/fixtures/env.ts +19 -0
- package/src/test/integration/connect-create-file.ts +14 -0
- package/src/test/integration/connect-file.ts +24 -0
- package/src/test/integration/node-nasl-server.ts +14 -0
- package/src/test/units/baseTypes/Assignment.spec.ts +20 -0
- package/src/test/units/baseTypes/CallLogic.spec.ts +22 -0
- package/src/test/units/baseTypes/StringLiteral.spec.ts +60 -0
- package/src/test/units/baseTypes/new.spec.ts +13 -0
- package/src/test/units/common/Vertex.spec.ts +23 -0
- package/src/test/units/data/Entity.spec.ts +10 -0
- package/src/test/units/login.spec.ts +10 -0
- package/src/test/units/page/Block.spec.ts +15 -0
- package/src/test/units/page/Element.spec.ts +45 -0
- package/src/test/units/page/example.dashboard.html +46 -0
- package/src/test/units/page/example.view1.html +63 -0
- package/src/test/units/temp/temp.spec.ts +66 -0
- package/src/translator/index.ts +137 -3
- package/src/translator/lsp.ts +50 -0
- package/src/translator/tsp.ts +14 -0
- package/src/utils/index.ts +0 -2
- package/src/utils/logger.ts +0 -13
- package/src/utils/time-slicing.ts +1 -1
- package/test/concepts/call-interface/toEmbeddedTS.spec.ts +6 -6
- package/test/concepts/call-interface/toJS.spec.ts +6 -6
- package/test/concepts/call-logic/__snapshots__/toEmbeddedTS.spec.ts.snap +0 -45
- package/test/concepts/call-logic/__snapshots__/toJS.spec.ts.snap +0 -102
- package/test/concepts/call-logic/toEmbeddedTS.spec.ts +6 -6
- package/test/concepts/call-logic/toJS.spec.ts +6 -6
- package/test/concepts/match/toEmbeddedTS.spec.ts +6 -6
- package/test/concepts/match/toJS.spec.ts +6 -6
- package/test/concepts/utils.ts +43 -46
- package/test/concepts/validation-rule/toEmbeddedTS.spec.ts +6 -6
- package/test/concepts/validation-rule/toJS.spec.ts +6 -6
- package/test/concepts/validation-rule/validation-rule.spec.ts +8 -8
- package/test/concepts/view-element/__snapshots__/toEmbeddedTS.spec.ts.snap +0 -592
- package/test/concepts/view-element/__snapshots__/toVue.spec.ts.snap +0 -308
- package/test/concepts/view-element/fixtures/default-not-found.json +313 -313
- package/test/concepts/view-element/toEmbeddedTS.spec.ts +6 -6
- package/test/concepts/view-element/toVue.spec.ts +6 -6
- package/ts-worker/package-lock.json +101 -6663
- package/ts-worker/webpack.config.js +1 -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/types.d.ts +0 -32
- package/out/translator/types.js.map +0 -1
- package/out/translator/utils.d.ts +0 -17
- package/out/translator/utils.js +0 -102
- 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/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
- package/src/translator/constant.ts +0 -7
- package/src/translator/types.ts +0 -40
- package/src/translator/utils.ts +0 -104
- package/src/utils/cookie.ts +0 -60
- package/src/utils/types.ts +0 -1
- package/src/utils/window.ts +0 -9
- package/test/concepts/boolean-literal/__snapshots__/toEmbeddedTS.spec.ts.snap +0 -11
- package/test/concepts/boolean-literal/__snapshots__/toJS.spec.ts.snap +0 -11
- package/test/concepts/boolean-literal/__snapshots__/toVue.spec.ts.snap +0 -11
- package/test/concepts/boolean-literal/constant.ts +0 -5
- package/test/concepts/boolean-literal/fixtures/false.json +0 -4
- package/test/concepts/boolean-literal/fixtures/true.json +0 -4
- package/test/concepts/boolean-literal/toEmbeddedTS.spec.ts +0 -14
- package/test/concepts/boolean-literal/toJS.spec.ts +0 -14
- package/test/concepts/boolean-literal/toVue.spec.ts +0 -14
- package/test/concepts/call-logic/__snapshots__/getQuickInfoOffset.spec.ts.snap +0 -106
- package/test/concepts/call-logic/fixtures/nested-call-logic.json +0 -860
- package/test/concepts/call-logic/getQuickInfoOffset.spec.ts +0 -23
- package/test/concepts/identifier/__snapshots__/toEmbeddedTS.spec.ts.snap +0 -16
- package/test/concepts/identifier/__snapshots__/toJS.spec.ts.snap +0 -16
- package/test/concepts/identifier/__snapshots__/toVue.spec.ts.snap +0 -16
- package/test/concepts/identifier/constant.ts +0 -5
- package/test/concepts/identifier/fixtures/data-source.json +0 -5
- package/test/concepts/identifier/fixtures/no-namespace.json +0 -4
- package/test/concepts/identifier/fixtures/view-variable.json +0 -201
- package/test/concepts/identifier/toEmbeddedTS.spec.ts +0 -14
- package/test/concepts/identifier/toJS.spec.ts +0 -14
- package/test/concepts/identifier/toVue.spec.ts +0 -14
- package/test/concepts/member-expression/__snapshots__/toEmbeddedTS.spec.ts.snap +0 -21
- package/test/concepts/member-expression/__snapshots__/toJS.spec.ts.snap +0 -21
- package/test/concepts/member-expression/__snapshots__/toVue.spec.ts.snap +0 -21
- package/test/concepts/member-expression/constant.ts +0 -5
- package/test/concepts/member-expression/fixtures/app.enums.UserStatusEnum.json +0 -13
- package/test/concepts/member-expression/fixtures/elements.table-view.data.json +0 -13
- package/test/concepts/member-expression/fixtures/entry.created-by.json +0 -18
- package/test/concepts/member-expression/fixtures/nasl.auth.userInfo.json +0 -19
- package/test/concepts/member-expression/toEmbeddedTS.spec.ts +0 -14
- package/test/concepts/member-expression/toJS.spec.ts +0 -14
- package/test/concepts/member-expression/toVue.spec.ts +0 -14
- package/test/concepts/null-literal/__snapshots__/toEmbeddedTS.spec.ts.snap +0 -6
- package/test/concepts/null-literal/__snapshots__/toJS.spec.ts.snap +0 -6
- package/test/concepts/null-literal/__snapshots__/toVue.spec.ts.snap +0 -6
- package/test/concepts/null-literal/constant.ts +0 -5
- package/test/concepts/null-literal/fixtures/null.json +0 -3
- package/test/concepts/null-literal/toEmbeddedTS.spec.ts +0 -14
- package/test/concepts/null-literal/toJS.spec.ts +0 -14
- package/test/concepts/null-literal/toVue.spec.ts +0 -14
- package/test/concepts/numeric-literal/__snapshots__/toEmbeddedTS.spec.ts.snap +0 -6
- package/test/concepts/numeric-literal/__snapshots__/toJS.spec.ts.snap +0 -6
- package/test/concepts/numeric-literal/__snapshots__/toVue.spec.ts.snap +0 -6
- package/test/concepts/numeric-literal/constant.ts +0 -5
- package/test/concepts/numeric-literal/fixtures/number.json +0 -10
- package/test/concepts/numeric-literal/toEmbeddedTS.spec.ts +0 -14
- package/test/concepts/numeric-literal/toJS.spec.ts +0 -14
- package/test/concepts/numeric-literal/toVue.spec.ts +0 -14
- package/test/concepts/string-literal/__snapshots__/toEmbeddedTS.spec.ts.snap +0 -16
- package/test/concepts/string-literal/__snapshots__/toJS.spec.ts.snap +0 -16
- package/test/concepts/string-literal/__snapshots__/toVue.spec.ts.snap +0 -16
- package/test/concepts/string-literal/constant.ts +0 -5
- package/test/concepts/string-literal/fixtures/escape.json +0 -4
- package/test/concepts/string-literal/fixtures/space.json +0 -4
- package/test/concepts/string-literal/fixtures/string.json +0 -4
- package/test/concepts/string-literal/toEmbeddedTS.spec.ts +0 -14
- package/test/concepts/string-literal/toJS.spec.ts +0 -14
- package/test/concepts/string-literal/toVue.spec.ts +0 -14
- package/test/concepts/view-element/fixtures/default-login.json +0 -333
- package/test/concepts/view-element/fixtures/with-role-auth.json +0 -148
- package/test/concepts/view-element/fixtures/with-table.json +0 -3473
|
@@ -1,2712 +1,1909 @@
|
|
|
1
1
|
namespace nasl.ui {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
export class div<T> extends BaseDomEl<T> {}
|
|
24
|
-
export class span<T> extends BaseDomEl<T> {}
|
|
25
|
-
export class h1<T> extends BaseDomEl<T> {}
|
|
26
|
-
export class h2<T> extends BaseDomEl<T> {}
|
|
27
|
-
export class h3<T> extends BaseDomEl<T> {}
|
|
28
|
-
export class h4<T> extends BaseDomEl<T> {}
|
|
29
|
-
export class h5<T> extends BaseDomEl<T> {}
|
|
30
|
-
export class img<T> extends BaseDomEl<T> {}
|
|
31
|
-
export class br<T> extends BaseDomEl<T> {}
|
|
32
|
-
export class a<T> extends BaseDomEl<T> {}
|
|
33
|
-
|
|
34
|
-
export class template<T> extends VueComponent {
|
|
35
|
-
constructor(
|
|
36
|
-
options?: {
|
|
37
|
-
[propname: string]: any,
|
|
38
|
-
bindAttr?: () => Array<any>,
|
|
39
|
-
slotDefault?: (current: nasl.ui.Current<T>) => Array<any>,
|
|
40
|
-
}){super()}
|
|
41
|
-
}
|
|
42
|
-
export type GetItemTypeFromDataSource<T> = T extends { list: nasl.collection.List<infer U> } | nasl.collection.List<infer U> | ((...args: any) => { list: nasl.collection.List<infer U> } | nasl.collection.List<infer U>) ? U : never;
|
|
43
|
-
|
|
44
|
-
export class vanRouterView<T> extends VueComponent{
|
|
45
|
-
|
|
46
|
-
constructor(
|
|
47
|
-
|
|
48
|
-
options?: {
|
|
49
|
-
|
|
50
|
-
[propname: string]: any,
|
|
51
|
-
bindAttr?: () => Array<any>,
|
|
52
|
-
slotDefault?: ()=> Array<any>,
|
|
53
|
-
|
|
54
|
-
}){super()}
|
|
55
|
-
}
|
|
56
|
-
export class vanPopup<T> extends VueComponent{
|
|
2
|
+
export class VueComponent {
|
|
3
|
+
}
|
|
4
|
+
export class lRoot<T> extends VueComponent {
|
|
5
|
+
constructor(
|
|
6
|
+
options?: {
|
|
7
|
+
[propname: string]: any,
|
|
8
|
+
bindAttr?: () => Array<any>,
|
|
9
|
+
slotDefault?: () => Array<any>,
|
|
10
|
+
}) { super() }
|
|
11
|
+
}
|
|
12
|
+
class BaseDomEl<T> extends VueComponent {
|
|
13
|
+
constructor(
|
|
14
|
+
options?: {
|
|
15
|
+
[propname: string]: any,
|
|
16
|
+
bindAttr?: () => Array<any>,
|
|
17
|
+
slotDefault?: () => Array<any>,
|
|
18
|
+
click?: (event: any) => Array<any>,
|
|
19
|
+
}) { super() }
|
|
20
|
+
}
|
|
57
21
|
|
|
58
|
-
|
|
22
|
+
export class div<T> extends BaseDomEl<T> {}
|
|
23
|
+
export class span<T> extends BaseDomEl<T> {}
|
|
24
|
+
export class h1<T> extends BaseDomEl<T> {}
|
|
25
|
+
export class h2<T> extends BaseDomEl<T> {}
|
|
26
|
+
export class h3<T> extends BaseDomEl<T> {}
|
|
27
|
+
export class h4<T> extends BaseDomEl<T> {}
|
|
28
|
+
export class h5<T> extends BaseDomEl<T> {}
|
|
29
|
+
export class img<T> extends BaseDomEl<T> {}
|
|
30
|
+
export class br<T> extends BaseDomEl<T> {}
|
|
31
|
+
export class a<T> extends BaseDomEl<T> {}
|
|
59
32
|
|
|
60
|
-
|
|
33
|
+
export class template<T> extends VueComponent {
|
|
34
|
+
constructor(
|
|
35
|
+
options?: {
|
|
36
|
+
[propname: string]: any,
|
|
37
|
+
bindAttr?: () => Array<any>,
|
|
38
|
+
slotDefault?: (current: nasl.ui.Current<T>) => Array<any>,
|
|
39
|
+
}) { super() }
|
|
40
|
+
}
|
|
41
|
+
export type GetItemTypeFromDataSource<T> = T extends { list: nasl.collection.List<infer U> } | nasl.collection.List<infer U> | ((...args: any) => { list: nasl.collection.List<infer U> } | nasl.collection.List<infer U>) ? U : never;
|
|
61
42
|
|
|
62
|
-
|
|
63
|
-
bindAttr?: () => Array<any>,
|
|
64
|
-
slotDefault?: ()=> Array<any>,
|
|
65
|
-
|
|
66
|
-
}){super()}
|
|
67
|
-
'value': any;
|
|
68
|
-
openModal: () => any;
|
|
69
|
-
closeModal: () => any;
|
|
70
|
-
}
|
|
71
|
-
export class vanCollapse<T> extends VueComponent{
|
|
43
|
+
export class eWatermark<T> extends VueComponent {
|
|
72
44
|
|
|
73
|
-
|
|
45
|
+
constructor(
|
|
74
46
|
|
|
75
|
-
|
|
47
|
+
options?: {
|
|
76
48
|
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
slotDefault?: ()=> Array<any>,
|
|
80
|
-
|
|
81
|
-
}){super()}
|
|
82
|
-
'value': any;
|
|
83
|
-
}
|
|
84
|
-
export class vanCollapseItem<T> extends VueComponent{
|
|
49
|
+
[propname: string]: any,
|
|
50
|
+
bindAttr?: () => Array<any>,
|
|
51
|
+
slotDefault?: () => Array<any>,
|
|
85
52
|
|
|
86
|
-
|
|
53
|
+
}) { super() }
|
|
54
|
+
}
|
|
55
|
+
export class iIco<T> extends VueComponent {
|
|
87
56
|
|
|
88
|
-
|
|
57
|
+
constructor(
|
|
89
58
|
|
|
90
|
-
|
|
91
|
-
bindAttr?: () => Array<any>,
|
|
92
|
-
slotDefault?: ()=> Array<any>,
|
|
93
|
-
|
|
94
|
-
}){super()}
|
|
95
|
-
}
|
|
96
|
-
export class vanCardu<T> extends VueComponent{
|
|
59
|
+
options?: {
|
|
97
60
|
|
|
98
|
-
|
|
61
|
+
[propname: string]: any,
|
|
62
|
+
bindAttr?: () => Array<any>,
|
|
63
|
+
slotDefault?: () => Array<any>,
|
|
99
64
|
|
|
100
|
-
|
|
65
|
+
}) { super() }
|
|
66
|
+
}
|
|
67
|
+
export class uAlert<T> extends VueComponent {
|
|
101
68
|
|
|
102
|
-
|
|
103
|
-
bindAttr?: () => Array<any>,
|
|
104
|
-
slotDefault?: ()=> Array<any>,
|
|
105
|
-
slotCover?: ()=> Array<any>,
|
|
106
|
-
|
|
107
|
-
}){super()}
|
|
108
|
-
}
|
|
109
|
-
export class vanCarduGroup<T> extends VueComponent{
|
|
69
|
+
constructor(
|
|
110
70
|
|
|
111
|
-
|
|
71
|
+
options?: {
|
|
112
72
|
|
|
113
|
-
|
|
73
|
+
[propname: string]: any,
|
|
74
|
+
bindAttr?: () => Array<any>,
|
|
75
|
+
slotDefault?: () => Array<any>,
|
|
76
|
+
slotTitle?: () => Array<any>,
|
|
114
77
|
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
slotCover?: ()=> Array<any>,
|
|
119
|
-
|
|
120
|
-
}){super()}
|
|
121
|
-
}
|
|
122
|
-
export class vanLinearLayout<T> extends VueComponent{
|
|
78
|
+
}) { super() }
|
|
79
|
+
}
|
|
80
|
+
export class uAnchor<T> extends VueComponent {
|
|
123
81
|
|
|
124
|
-
|
|
82
|
+
constructor(
|
|
125
83
|
|
|
126
|
-
|
|
84
|
+
options?: {
|
|
127
85
|
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
slotDefault?: ()=> Array<any>,
|
|
131
|
-
|
|
132
|
-
}){super()}
|
|
133
|
-
openLoading: () => any;
|
|
134
|
-
closeLoading: () => any;
|
|
135
|
-
}
|
|
136
|
-
export class vanAbsoluteLayout<T> extends VueComponent{
|
|
86
|
+
[propname: string]: any,
|
|
87
|
+
bindAttr?: () => Array<any>,
|
|
88
|
+
slotDefault?: () => Array<any>,
|
|
137
89
|
|
|
138
|
-
|
|
90
|
+
}) { super() }
|
|
91
|
+
}
|
|
92
|
+
export class uBadge<T> extends VueComponent {
|
|
139
93
|
|
|
140
|
-
|
|
94
|
+
constructor(
|
|
141
95
|
|
|
142
|
-
|
|
143
|
-
bindAttr?: () => Array<any>,
|
|
144
|
-
slotDefault?: ()=> Array<any>,
|
|
145
|
-
|
|
146
|
-
}){super()}
|
|
147
|
-
}
|
|
148
|
-
export class vanDivider<T> extends VueComponent{
|
|
96
|
+
options?: {
|
|
149
97
|
|
|
150
|
-
|
|
98
|
+
[propname: string]: any,
|
|
99
|
+
bindAttr?: () => Array<any>,
|
|
100
|
+
slotDefault?: () => Array<any>,
|
|
151
101
|
|
|
152
|
-
|
|
102
|
+
}) { super() }
|
|
103
|
+
}
|
|
104
|
+
export class uButton<T> extends VueComponent {
|
|
153
105
|
|
|
154
|
-
|
|
155
|
-
bindAttr?: () => Array<any>,
|
|
156
|
-
slotDefault?: ()=> Array<any>,
|
|
157
|
-
|
|
158
|
-
}){super()}
|
|
159
|
-
}
|
|
160
|
-
export class vanCellGroup<T> extends VueComponent{
|
|
106
|
+
constructor(
|
|
161
107
|
|
|
162
|
-
|
|
108
|
+
options?: {
|
|
163
109
|
|
|
164
|
-
|
|
110
|
+
[propname: string]: any,
|
|
111
|
+
bindAttr?: () => Array<any>,
|
|
112
|
+
slotDefault?: () => Array<any>,
|
|
165
113
|
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
}){super()}
|
|
171
|
-
}
|
|
172
|
-
export class vanCell<T> extends VueComponent{
|
|
114
|
+
}) { super() }
|
|
115
|
+
}
|
|
116
|
+
export class uCalendarView<T> extends VueComponent {
|
|
173
117
|
|
|
174
|
-
|
|
118
|
+
constructor(
|
|
175
119
|
|
|
176
|
-
|
|
120
|
+
options?: {
|
|
177
121
|
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
slotDefault?: ()=> Array<any>,
|
|
181
|
-
|
|
182
|
-
}){super()}
|
|
183
|
-
'value': any;
|
|
184
|
-
}
|
|
185
|
-
export class vanRow<T> extends VueComponent{
|
|
122
|
+
[propname: string]: any,
|
|
123
|
+
bindAttr?: () => Array<any>,
|
|
124
|
+
slotDefault?: (current: nasl.ui.Current<T>) => Array<any>,
|
|
186
125
|
|
|
187
|
-
|
|
126
|
+
}) { super() }
|
|
127
|
+
reload: () => any;
|
|
128
|
+
}
|
|
129
|
+
export class uCapsules<T> extends VueComponent {
|
|
188
130
|
|
|
189
|
-
|
|
131
|
+
constructor(
|
|
190
132
|
|
|
191
|
-
|
|
192
|
-
bindAttr?: () => Array<any>,
|
|
193
|
-
slotDefault?: ()=> Array<any>,
|
|
194
|
-
|
|
195
|
-
}){super()}
|
|
196
|
-
}
|
|
197
|
-
export class vanCol<T> extends VueComponent{
|
|
133
|
+
options?: {
|
|
198
134
|
|
|
199
|
-
|
|
135
|
+
[propname: string]: any,
|
|
136
|
+
bindAttr?: () => Array<any>,
|
|
137
|
+
slotDefault?: () => Array<any>,
|
|
200
138
|
|
|
201
|
-
|
|
139
|
+
}) { super() }
|
|
140
|
+
}
|
|
141
|
+
export class uCapsule<T> extends VueComponent {
|
|
202
142
|
|
|
203
|
-
|
|
204
|
-
bindAttr?: () => Array<any>,
|
|
205
|
-
slotDefault?: ()=> Array<any>,
|
|
206
|
-
|
|
207
|
-
}){super()}
|
|
208
|
-
'span': nasl.core.Long;
|
|
209
|
-
'offset': nasl.core.Long;
|
|
210
|
-
}
|
|
211
|
-
export class vanDropdownMenu<T> extends VueComponent{
|
|
143
|
+
constructor(
|
|
212
144
|
|
|
213
|
-
|
|
145
|
+
options?: {
|
|
214
146
|
|
|
215
|
-
|
|
147
|
+
[propname: string]: any,
|
|
148
|
+
bindAttr?: () => Array<any>,
|
|
149
|
+
slotDefault?: () => Array<any>,
|
|
216
150
|
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
}){super()}
|
|
222
|
-
'value': any;
|
|
223
|
-
}
|
|
224
|
-
export class vanDropdownItem<T> extends VueComponent{
|
|
151
|
+
}) { super() }
|
|
152
|
+
}
|
|
153
|
+
export class uCapsulesGroup<T> extends VueComponent {
|
|
225
154
|
|
|
226
|
-
|
|
155
|
+
constructor(
|
|
227
156
|
|
|
228
|
-
|
|
157
|
+
options?: {
|
|
229
158
|
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
slotDefault?: ()=> Array<any>,
|
|
233
|
-
|
|
234
|
-
}){super()}
|
|
235
|
-
'value': any;
|
|
236
|
-
}
|
|
237
|
-
export class vanDropdownItemSon<T> extends VueComponent{
|
|
159
|
+
[propname: string]: any,
|
|
160
|
+
bindAttr?: () => Array<any>,
|
|
161
|
+
slotDefault?: () => Array<any>,
|
|
238
162
|
|
|
239
|
-
|
|
163
|
+
}) { super() }
|
|
164
|
+
}
|
|
165
|
+
export class uCard<T> extends VueComponent {
|
|
240
166
|
|
|
241
|
-
|
|
167
|
+
constructor(
|
|
242
168
|
|
|
243
|
-
|
|
244
|
-
bindAttr?: () => Array<any>,
|
|
245
|
-
slotDefault?: ()=> Array<any>,
|
|
246
|
-
|
|
247
|
-
}){super()}
|
|
248
|
-
'value': any;
|
|
249
|
-
}
|
|
250
|
-
export class vanSidebar<T> extends VueComponent{
|
|
169
|
+
options?: {
|
|
251
170
|
|
|
252
|
-
|
|
171
|
+
[propname: string]: any,
|
|
172
|
+
bindAttr?: () => Array<any>,
|
|
173
|
+
slotDefault?: () => Array<any>,
|
|
174
|
+
slotCover?: () => Array<any>,
|
|
253
175
|
|
|
254
|
-
|
|
176
|
+
}) { super() }
|
|
177
|
+
}
|
|
178
|
+
export class uCardGroup<T> extends VueComponent {
|
|
255
179
|
|
|
256
|
-
|
|
257
|
-
bindAttr?: () => Array<any>,
|
|
258
|
-
slotDefault?: ()=> Array<any>,
|
|
259
|
-
|
|
260
|
-
}){super()}
|
|
261
|
-
'value': any;
|
|
262
|
-
}
|
|
263
|
-
export class vanSidebarItem<T> extends VueComponent{
|
|
180
|
+
constructor(
|
|
264
181
|
|
|
265
|
-
|
|
182
|
+
options?: {
|
|
266
183
|
|
|
267
|
-
|
|
184
|
+
[propname: string]: any,
|
|
185
|
+
bindAttr?: () => Array<any>,
|
|
186
|
+
slotDefault?: () => Array<any>,
|
|
187
|
+
slotCover?: () => Array<any>,
|
|
268
188
|
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
}){super()}
|
|
274
|
-
'value': any;
|
|
275
|
-
'badgemax': nasl.core.Long;
|
|
276
|
-
}
|
|
277
|
-
export class vanTabbar<T> extends VueComponent{
|
|
189
|
+
}) { super() }
|
|
190
|
+
}
|
|
191
|
+
export class uCarousel<T> extends VueComponent {
|
|
278
192
|
|
|
279
|
-
|
|
193
|
+
constructor(
|
|
280
194
|
|
|
281
|
-
|
|
195
|
+
options?: {
|
|
282
196
|
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
slotDefault?: ()=> Array<any>,
|
|
286
|
-
|
|
287
|
-
}){super()}
|
|
288
|
-
'value': any;
|
|
289
|
-
}
|
|
290
|
-
export class vanTabbarItem<T> extends VueComponent{
|
|
197
|
+
[propname: string]: any,
|
|
198
|
+
bindAttr?: () => Array<any>,
|
|
199
|
+
slotDefault?: () => Array<any>,
|
|
291
200
|
|
|
292
|
-
|
|
201
|
+
}) { super() }
|
|
202
|
+
}
|
|
203
|
+
export class uCarouselItem<T> extends VueComponent {
|
|
293
204
|
|
|
294
|
-
|
|
205
|
+
constructor(
|
|
295
206
|
|
|
296
|
-
|
|
297
|
-
bindAttr?: () => Array<any>,
|
|
298
|
-
slotDefault?: ()=> Array<any>,
|
|
299
|
-
|
|
300
|
-
}){super()}
|
|
301
|
-
'badgemax': nasl.core.Long;
|
|
302
|
-
}
|
|
303
|
-
export class vanButton<T> extends VueComponent{
|
|
207
|
+
options?: {
|
|
304
208
|
|
|
305
|
-
|
|
209
|
+
[propname: string]: any,
|
|
210
|
+
bindAttr?: () => Array<any>,
|
|
211
|
+
slotDefault?: () => Array<any>,
|
|
306
212
|
|
|
307
|
-
|
|
213
|
+
}) { super() }
|
|
214
|
+
}
|
|
215
|
+
export class uCascadeSelect<T> extends VueComponent {
|
|
308
216
|
|
|
309
|
-
|
|
310
|
-
bindAttr?: () => Array<any>,
|
|
311
|
-
slotDefault?: ()=> Array<any>,
|
|
312
|
-
|
|
313
|
-
}){super()}
|
|
314
|
-
}
|
|
315
|
-
export class vanImage<T> extends VueComponent{
|
|
217
|
+
constructor(
|
|
316
218
|
|
|
317
|
-
|
|
219
|
+
options?: {
|
|
318
220
|
|
|
319
|
-
|
|
221
|
+
[propname: string]: any,
|
|
222
|
+
bindAttr?: () => Array<any>,
|
|
223
|
+
slotDefault?: () => Array<any>,
|
|
320
224
|
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
}){super()}
|
|
326
|
-
}
|
|
327
|
-
export class vanSwipe<T> extends VueComponent{
|
|
225
|
+
}) { super() }
|
|
226
|
+
}
|
|
227
|
+
export class uCascader<T> extends VueComponent {
|
|
328
228
|
|
|
329
|
-
|
|
229
|
+
constructor(
|
|
330
230
|
|
|
331
|
-
|
|
231
|
+
options?: {
|
|
332
232
|
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
slotDefault?: ()=> Array<any>,
|
|
336
|
-
|
|
337
|
-
}){super()}
|
|
338
|
-
'duration': nasl.core.Long;
|
|
339
|
-
}
|
|
340
|
-
export class vanSwipeItem<T> extends VueComponent{
|
|
233
|
+
[propname: string]: any,
|
|
234
|
+
bindAttr?: () => Array<any>,
|
|
235
|
+
slotDefault?: () => Array<any>,
|
|
341
236
|
|
|
342
|
-
|
|
237
|
+
}) { super() }
|
|
238
|
+
open: () => any;
|
|
239
|
+
close: () => any;
|
|
240
|
+
clear: () => any;
|
|
241
|
+
}
|
|
242
|
+
export class uCheckboxes<T> extends VueComponent {
|
|
343
243
|
|
|
344
|
-
|
|
244
|
+
constructor(
|
|
345
245
|
|
|
346
|
-
|
|
347
|
-
bindAttr?: () => Array<any>,
|
|
348
|
-
slotDefault?: ()=> Array<any>,
|
|
349
|
-
|
|
350
|
-
}){super()}
|
|
351
|
-
}
|
|
352
|
-
export class vanTabs<T> extends VueComponent{
|
|
246
|
+
options?: {
|
|
353
247
|
|
|
354
|
-
|
|
248
|
+
[propname: string]: any,
|
|
249
|
+
bindAttr?: () => Array<any>,
|
|
250
|
+
slotDefault?: (current: nasl.ui.Current<T>) => Array<any>,
|
|
251
|
+
slotItem?: (current: nasl.ui.Current<T>) => Array<any>,
|
|
355
252
|
|
|
356
|
-
|
|
253
|
+
}) { super() }
|
|
254
|
+
}
|
|
255
|
+
export class uCheckbox<T> extends VueComponent {
|
|
357
256
|
|
|
358
|
-
|
|
359
|
-
bindAttr?: () => Array<any>,
|
|
360
|
-
slotDefault?: ()=> Array<any>,
|
|
361
|
-
|
|
362
|
-
}){super()}
|
|
363
|
-
'value': any;
|
|
364
|
-
}
|
|
365
|
-
export class vanTab<T> extends VueComponent{
|
|
257
|
+
constructor(
|
|
366
258
|
|
|
367
|
-
|
|
259
|
+
options?: {
|
|
368
260
|
|
|
369
|
-
|
|
261
|
+
[propname: string]: any,
|
|
262
|
+
bindAttr?: () => Array<any>,
|
|
263
|
+
slotDefault?: () => Array<any>,
|
|
370
264
|
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
}){super()}
|
|
376
|
-
'badgemax': nasl.core.Long;
|
|
377
|
-
}
|
|
378
|
-
export class vanText<T> extends VueComponent{
|
|
265
|
+
}) { super() }
|
|
266
|
+
}
|
|
267
|
+
export class uCircularProgress<T> extends VueComponent {
|
|
379
268
|
|
|
380
|
-
|
|
269
|
+
constructor(
|
|
381
270
|
|
|
382
|
-
|
|
271
|
+
options?: {
|
|
383
272
|
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
slotDefault?: ()=> Array<any>,
|
|
387
|
-
|
|
388
|
-
}){super()}
|
|
389
|
-
}
|
|
390
|
-
export class vanLink<T> extends VueComponent{
|
|
273
|
+
[propname: string]: any,
|
|
274
|
+
bindAttr?: () => Array<any>,
|
|
275
|
+
slotDefault?: () => Array<any>,
|
|
391
276
|
|
|
392
|
-
|
|
277
|
+
}) { super() }
|
|
278
|
+
}
|
|
279
|
+
export class uCollapse<T> extends VueComponent {
|
|
393
280
|
|
|
394
|
-
|
|
281
|
+
constructor(
|
|
395
282
|
|
|
396
|
-
|
|
397
|
-
bindAttr?: () => Array<any>,
|
|
398
|
-
slotDefault?: ()=> Array<any>,
|
|
399
|
-
|
|
400
|
-
}){super()}
|
|
401
|
-
}
|
|
402
|
-
export class vanBadge<T> extends VueComponent{
|
|
283
|
+
options?: {
|
|
403
284
|
|
|
404
|
-
|
|
285
|
+
[propname: string]: any,
|
|
286
|
+
bindAttr?: () => Array<any>,
|
|
287
|
+
slotDefault?: () => Array<any>,
|
|
405
288
|
|
|
406
|
-
|
|
289
|
+
}) { super() }
|
|
290
|
+
}
|
|
291
|
+
export class uCollapseItem<T> extends VueComponent {
|
|
407
292
|
|
|
408
|
-
|
|
409
|
-
bindAttr?: () => Array<any>,
|
|
410
|
-
slotDefault?: ()=> Array<any>,
|
|
411
|
-
|
|
412
|
-
}){super()}
|
|
413
|
-
'max': nasl.core.Long;
|
|
414
|
-
}
|
|
415
|
-
export class vanNoticeBar<T> extends VueComponent{
|
|
293
|
+
constructor(
|
|
416
294
|
|
|
417
|
-
|
|
295
|
+
options?: {
|
|
418
296
|
|
|
419
|
-
|
|
297
|
+
[propname: string]: any,
|
|
298
|
+
bindAttr?: () => Array<any>,
|
|
299
|
+
slotDefault?: () => Array<any>,
|
|
300
|
+
slotTitle?: () => Array<any>,
|
|
301
|
+
slotExtra?: () => Array<any>,
|
|
420
302
|
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
}){super()}
|
|
426
|
-
}
|
|
427
|
-
export class vanSteps<T> extends VueComponent{
|
|
303
|
+
}) { super() }
|
|
304
|
+
}
|
|
305
|
+
export class uComboSlider<T> extends VueComponent {
|
|
428
306
|
|
|
429
|
-
|
|
307
|
+
constructor(
|
|
430
308
|
|
|
431
|
-
|
|
309
|
+
options?: {
|
|
432
310
|
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
slotDefault?: (
|
|
436
|
-
slotItem?: (current: nasl.ui.Current<T>) => Array<any>,
|
|
437
|
-
|
|
438
|
-
}){super()}
|
|
439
|
-
'data-source': Array<T>;
|
|
440
|
-
'value': any;
|
|
441
|
-
}
|
|
442
|
-
export class vanStep<T> extends VueComponent{
|
|
311
|
+
[propname: string]: any,
|
|
312
|
+
bindAttr?: () => Array<any>,
|
|
313
|
+
slotDefault?: () => Array<any>,
|
|
443
314
|
|
|
444
|
-
|
|
315
|
+
}) { super() }
|
|
316
|
+
}
|
|
317
|
+
export class uCopy<T> extends VueComponent {
|
|
445
318
|
|
|
446
|
-
|
|
319
|
+
constructor(
|
|
447
320
|
|
|
448
|
-
|
|
449
|
-
bindAttr?: () => Array<any>,
|
|
450
|
-
slotDefault?: ()=> Array<any>,
|
|
451
|
-
|
|
452
|
-
}){super()}
|
|
453
|
-
}
|
|
454
|
-
export class vanCountDownNew<T> extends VueComponent{
|
|
455
|
-
|
|
456
|
-
constructor(
|
|
457
|
-
|
|
458
|
-
options?: {
|
|
459
|
-
|
|
460
|
-
[propname: string]: any,
|
|
461
|
-
bindAttr?: () => Array<any>,
|
|
462
|
-
slotDefault?: ()=> Array<any>,
|
|
463
|
-
|
|
464
|
-
}){super()}
|
|
465
|
-
'timer': nasl.core.Long;
|
|
466
|
-
start: () => any;
|
|
467
|
-
pause: () => any;
|
|
468
|
-
continue: () => any;
|
|
469
|
-
stop: () => any;
|
|
470
|
-
}
|
|
471
|
-
export class vanIconv<T> extends VueComponent{
|
|
321
|
+
options?: {
|
|
472
322
|
|
|
473
|
-
|
|
323
|
+
[propname: string]: any,
|
|
324
|
+
bindAttr?: () => Array<any>,
|
|
325
|
+
slotDefault?: () => Array<any>,
|
|
474
326
|
|
|
475
|
-
|
|
327
|
+
}) { super() }
|
|
328
|
+
}
|
|
329
|
+
export class uCountDown<T> extends VueComponent {
|
|
476
330
|
|
|
477
|
-
|
|
478
|
-
bindAttr?: () => Array<any>,
|
|
479
|
-
slotDefault?: ()=> Array<any>,
|
|
480
|
-
|
|
481
|
-
}){super()}
|
|
482
|
-
}
|
|
483
|
-
export class vanTag<T> extends VueComponent{
|
|
331
|
+
constructor(
|
|
484
332
|
|
|
485
|
-
|
|
333
|
+
options?: {
|
|
486
334
|
|
|
487
|
-
|
|
335
|
+
[propname: string]: any,
|
|
336
|
+
bindAttr?: () => Array<any>,
|
|
337
|
+
slotDefault?: () => Array<any>,
|
|
488
338
|
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
}
|
|
495
|
-
export class
|
|
339
|
+
}) { super() }
|
|
340
|
+
start: () => any;
|
|
341
|
+
pause: () => any;
|
|
342
|
+
continue: () => any;
|
|
343
|
+
stop: () => any;
|
|
344
|
+
}
|
|
345
|
+
export class uCrumb<T> extends VueComponent {
|
|
496
346
|
|
|
497
|
-
|
|
347
|
+
constructor(
|
|
498
348
|
|
|
499
|
-
|
|
349
|
+
options?: {
|
|
500
350
|
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
slotDefault?: ()=> Array<any>,
|
|
504
|
-
|
|
505
|
-
}){super()}
|
|
506
|
-
'value': any;
|
|
507
|
-
}
|
|
508
|
-
export class vanProgress<T> extends VueComponent{
|
|
351
|
+
[propname: string]: any,
|
|
352
|
+
bindAttr?: () => Array<any>,
|
|
353
|
+
slotDefault?: () => Array<any>,
|
|
509
354
|
|
|
510
|
-
|
|
355
|
+
}) { super() }
|
|
356
|
+
}
|
|
357
|
+
export class uCrumbItem<T> extends VueComponent {
|
|
511
358
|
|
|
512
|
-
|
|
359
|
+
constructor(
|
|
513
360
|
|
|
514
|
-
|
|
515
|
-
bindAttr?: () => Array<any>,
|
|
516
|
-
slotDefault?: ()=> Array<any>,
|
|
517
|
-
|
|
518
|
-
}){super()}
|
|
519
|
-
'value': any;
|
|
520
|
-
'stroke-width': nasl.core.Long;
|
|
521
|
-
}
|
|
522
|
-
export class vanCopy<T> extends VueComponent{
|
|
361
|
+
options?: {
|
|
523
362
|
|
|
524
|
-
|
|
363
|
+
[propname: string]: any,
|
|
364
|
+
bindAttr?: () => Array<any>,
|
|
365
|
+
slotDefault?: () => Array<any>,
|
|
525
366
|
|
|
526
|
-
|
|
367
|
+
}) { super() }
|
|
368
|
+
}
|
|
369
|
+
export class uDatePicker<T> extends VueComponent {
|
|
527
370
|
|
|
528
|
-
|
|
529
|
-
bindAttr?: () => Array<any>,
|
|
530
|
-
slotDefault?: ()=> Array<any>,
|
|
531
|
-
|
|
532
|
-
}){super()}
|
|
533
|
-
'value': any;
|
|
534
|
-
'hide-delay': nasl.core.Long;
|
|
535
|
-
}
|
|
536
|
-
export class vanListView<T> extends VueComponent{
|
|
537
|
-
|
|
538
|
-
constructor(
|
|
539
|
-
|
|
540
|
-
options?: {
|
|
541
|
-
|
|
542
|
-
[propname: string]: any,
|
|
543
|
-
bindAttr?: () => Array<any>,
|
|
544
|
-
slotDefault?: (current: nasl.ui.Current<T>)=> Array<any>,
|
|
545
|
-
slotItem?: (current: nasl.ui.Current<T>) => Array<any>,
|
|
546
|
-
slotPrev?: ()=> Array<any>,
|
|
547
|
-
slotNext?: ()=> Array<any>,
|
|
548
|
-
|
|
549
|
-
}){super()}
|
|
550
|
-
'data-source': Array<T>;
|
|
551
|
-
'value': any;
|
|
552
|
-
'value': any;
|
|
553
|
-
'page-size': nasl.core.Long;
|
|
554
|
-
'success-duration': nasl.core.Long;
|
|
555
|
-
'pull-distance': nasl.core.Long;
|
|
556
|
-
reload: () => any;
|
|
557
|
-
}
|
|
558
|
-
export class vanForComponents<T> extends VueComponent{
|
|
371
|
+
constructor(
|
|
559
372
|
|
|
560
|
-
|
|
373
|
+
options?: {
|
|
561
374
|
|
|
562
|
-
|
|
375
|
+
[propname: string]: any,
|
|
376
|
+
bindAttr?: () => Array<any>,
|
|
377
|
+
slotDefault?: () => Array<any>,
|
|
563
378
|
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
}){super()}
|
|
569
|
-
'data-source': Array<T>;
|
|
570
|
-
'colnum': nasl.core.Long;
|
|
571
|
-
}
|
|
572
|
-
export class vanGridView<T> extends VueComponent{
|
|
573
|
-
|
|
574
|
-
constructor(
|
|
575
|
-
|
|
576
|
-
options?: {
|
|
577
|
-
|
|
578
|
-
[propname: string]: any,
|
|
579
|
-
bindAttr?: () => Array<any>,
|
|
580
|
-
slotDefault?: (current: nasl.ui.Current<T>)=> Array<any>,
|
|
581
|
-
slotItem?: (current: nasl.ui.Current<T>) => Array<any>,
|
|
582
|
-
|
|
583
|
-
}){super()}
|
|
584
|
-
'data-source': Array<T>;
|
|
585
|
-
'page-size': nasl.core.Long;
|
|
586
|
-
'success-duration': nasl.core.Long;
|
|
587
|
-
'pull-distance': nasl.core.Long;
|
|
588
|
-
'col': nasl.core.Long;
|
|
589
|
-
'value': any;
|
|
590
|
-
reload: () => any;
|
|
591
|
-
}
|
|
592
|
-
export class vanGallery<T> extends VueComponent{
|
|
379
|
+
}) { super() }
|
|
380
|
+
}
|
|
381
|
+
export class uDateTimePicker<T> extends VueComponent {
|
|
593
382
|
|
|
594
|
-
|
|
383
|
+
constructor(
|
|
595
384
|
|
|
596
|
-
|
|
385
|
+
options?: {
|
|
597
386
|
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
slotDefault?: ()=> Array<any>,
|
|
601
|
-
|
|
602
|
-
}){super()}
|
|
603
|
-
'data-source': Array<T>;
|
|
604
|
-
}
|
|
605
|
-
export class vanForm<T> extends VueComponent{
|
|
387
|
+
[propname: string]: any,
|
|
388
|
+
bindAttr?: () => Array<any>,
|
|
389
|
+
slotDefault?: () => Array<any>,
|
|
606
390
|
|
|
607
|
-
|
|
391
|
+
}) { super() }
|
|
392
|
+
}
|
|
393
|
+
export class uDivider<T> extends VueComponent {
|
|
608
394
|
|
|
609
|
-
|
|
395
|
+
constructor(
|
|
610
396
|
|
|
611
|
-
|
|
612
|
-
bindAttr?: () => Array<any>,
|
|
613
|
-
slotDefault?: ()=> Array<any>,
|
|
614
|
-
|
|
615
|
-
}){super()}
|
|
616
|
-
validate: () => any;
|
|
617
|
-
}
|
|
618
|
-
export class vanField<T> extends VueComponent{
|
|
397
|
+
options?: {
|
|
619
398
|
|
|
620
|
-
|
|
399
|
+
[propname: string]: any,
|
|
400
|
+
bindAttr?: () => Array<any>,
|
|
401
|
+
slotDefault?: () => Array<any>,
|
|
621
402
|
|
|
622
|
-
|
|
403
|
+
}) { super() }
|
|
404
|
+
}
|
|
405
|
+
export class uDrawer<T> extends VueComponent {
|
|
623
406
|
|
|
624
|
-
|
|
625
|
-
bindAttr?: () => Array<any>,
|
|
626
|
-
slotInput?: ()=> Array<any>,
|
|
627
|
-
|
|
628
|
-
}){super()}
|
|
629
|
-
'value': any;
|
|
630
|
-
}
|
|
631
|
-
export class vanFieldinput<T> extends VueComponent{
|
|
407
|
+
constructor(
|
|
632
408
|
|
|
633
|
-
|
|
409
|
+
options?: {
|
|
634
410
|
|
|
635
|
-
|
|
411
|
+
[propname: string]: any,
|
|
412
|
+
bindAttr?: () => Array<any>,
|
|
413
|
+
slotDefault?: () => Array<any>,
|
|
636
414
|
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
}
|
|
641
|
-
|
|
642
|
-
'maxlength': nasl.core.Long;
|
|
643
|
-
focus: () => any;
|
|
644
|
-
blur: () => any;
|
|
645
|
-
clear: () => any;
|
|
646
|
-
}
|
|
647
|
-
export class vanFieldtextarea<T> extends VueComponent{
|
|
415
|
+
}) { super() }
|
|
416
|
+
open: () => any;
|
|
417
|
+
close: () => any;
|
|
418
|
+
}
|
|
419
|
+
export class uDropdown<T> extends VueComponent {
|
|
648
420
|
|
|
649
|
-
|
|
421
|
+
constructor(
|
|
650
422
|
|
|
651
|
-
|
|
423
|
+
options?: {
|
|
652
424
|
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
}){super()}
|
|
657
|
-
'value': any;
|
|
658
|
-
'maxlength': nasl.core.Long;
|
|
659
|
-
focus: () => any;
|
|
660
|
-
blur: () => any;
|
|
661
|
-
clear: () => any;
|
|
662
|
-
}
|
|
663
|
-
export class vanSearch<T> extends VueComponent{
|
|
425
|
+
[propname: string]: any,
|
|
426
|
+
bindAttr?: () => Array<any>,
|
|
427
|
+
slotDefault?: () => Array<any>,
|
|
664
428
|
|
|
665
|
-
|
|
429
|
+
}) { super() }
|
|
430
|
+
}
|
|
431
|
+
export class uDropdownItem<T> extends VueComponent {
|
|
666
432
|
|
|
667
|
-
|
|
433
|
+
constructor(
|
|
668
434
|
|
|
669
|
-
|
|
670
|
-
bindAttr?: () => Array<any>,
|
|
671
|
-
slotDefault?: ()=> Array<any>,
|
|
672
|
-
|
|
673
|
-
}){super()}
|
|
674
|
-
'value': any;
|
|
675
|
-
}
|
|
676
|
-
export class vanRadioGroup<T> extends VueComponent{
|
|
435
|
+
options?: {
|
|
677
436
|
|
|
678
|
-
|
|
437
|
+
[propname: string]: any,
|
|
438
|
+
bindAttr?: () => Array<any>,
|
|
439
|
+
slotDefault?: () => Array<any>,
|
|
679
440
|
|
|
680
|
-
|
|
441
|
+
}) { super() }
|
|
442
|
+
}
|
|
443
|
+
export class uFootbar<T> extends VueComponent {
|
|
681
444
|
|
|
682
|
-
|
|
683
|
-
bindAttr?: () => Array<any>,
|
|
684
|
-
slotDefault?: (current: nasl.ui.Current<T>)=> Array<any>,
|
|
685
|
-
slotItem?: (current: nasl.ui.Current<T>) => Array<any>,
|
|
686
|
-
|
|
687
|
-
}){super()}
|
|
688
|
-
'data-source': Array<T>;
|
|
689
|
-
'value': any;
|
|
690
|
-
'column': nasl.core.Long;
|
|
691
|
-
}
|
|
692
|
-
export class vanRadio<T> extends VueComponent{
|
|
445
|
+
constructor(
|
|
693
446
|
|
|
694
|
-
|
|
447
|
+
options?: {
|
|
695
448
|
|
|
696
|
-
|
|
449
|
+
[propname: string]: any,
|
|
450
|
+
bindAttr?: () => Array<any>,
|
|
451
|
+
slotDefault?: () => Array<any>,
|
|
697
452
|
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
}){super()}
|
|
703
|
-
}
|
|
704
|
-
export class vanSwitch<T> extends VueComponent{
|
|
453
|
+
}) { super() }
|
|
454
|
+
}
|
|
455
|
+
export class uForm<T> extends VueComponent {
|
|
705
456
|
|
|
706
|
-
|
|
457
|
+
constructor(
|
|
707
458
|
|
|
708
|
-
|
|
459
|
+
options?: {
|
|
709
460
|
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
slotDefault?: ()=> Array<any>,
|
|
713
|
-
|
|
714
|
-
}){super()}
|
|
715
|
-
'value': any;
|
|
716
|
-
}
|
|
717
|
-
export class vanCheckboxGroup<T> extends VueComponent{
|
|
718
|
-
|
|
719
|
-
constructor(
|
|
720
|
-
|
|
721
|
-
options?: {
|
|
722
|
-
|
|
723
|
-
[propname: string]: any,
|
|
724
|
-
bindAttr?: () => Array<any>,
|
|
725
|
-
slotDefault?: (current: nasl.ui.Current<T>)=> Array<any>,
|
|
726
|
-
slotItem?: (current: nasl.ui.Current<T>) => Array<any>,
|
|
727
|
-
|
|
728
|
-
}){super()}
|
|
729
|
-
'data-source': Array<T>;
|
|
730
|
-
'value': any;
|
|
731
|
-
'max': nasl.core.Long;
|
|
732
|
-
'min': nasl.core.Long;
|
|
733
|
-
'column': nasl.core.Long;
|
|
734
|
-
}
|
|
735
|
-
export class vanCheckbox<T> extends VueComponent{
|
|
461
|
+
[propname: string]: any,
|
|
462
|
+
bindAttr?: () => Array<any>,
|
|
463
|
+
slotDefault?: () => Array<any>,
|
|
736
464
|
|
|
737
|
-
|
|
465
|
+
}) { super() }
|
|
466
|
+
validate: (trigger?: nasl.core.String, muted?: nasl.core.Boolean,) => any;
|
|
467
|
+
validateItem: (name?: nasl.core.String, trigger?: nasl.core.String, muted?: nasl.core.Boolean,) => any;
|
|
468
|
+
}
|
|
469
|
+
export class uFormItem<T> extends VueComponent {
|
|
738
470
|
|
|
739
|
-
|
|
471
|
+
constructor(
|
|
740
472
|
|
|
741
|
-
|
|
742
|
-
bindAttr?: () => Array<any>,
|
|
743
|
-
slotDefault?: ()=> Array<any>,
|
|
744
|
-
|
|
745
|
-
}){super()}
|
|
746
|
-
'value': any;
|
|
747
|
-
}
|
|
748
|
-
export class vanStepper<T> extends VueComponent{
|
|
473
|
+
options?: {
|
|
749
474
|
|
|
750
|
-
|
|
475
|
+
[propname: string]: any,
|
|
476
|
+
bindAttr?: () => Array<any>,
|
|
477
|
+
slotDefault?: () => Array<any>,
|
|
751
478
|
|
|
752
|
-
|
|
479
|
+
}) { super() }
|
|
480
|
+
}
|
|
481
|
+
export class uFormGroup<T> extends VueComponent {
|
|
753
482
|
|
|
754
|
-
|
|
755
|
-
bindAttr?: () => Array<any>,
|
|
756
|
-
slotDefault?: ()=> Array<any>,
|
|
757
|
-
|
|
758
|
-
}){super()}
|
|
759
|
-
'value': any;
|
|
760
|
-
}
|
|
761
|
-
export class vanStepperNew<T> extends VueComponent{
|
|
483
|
+
constructor(
|
|
762
484
|
|
|
763
|
-
|
|
485
|
+
options?: {
|
|
764
486
|
|
|
765
|
-
|
|
487
|
+
[propname: string]: any,
|
|
488
|
+
bindAttr?: () => Array<any>,
|
|
489
|
+
slotDefault?: () => Array<any>,
|
|
490
|
+
slotTitle?: () => Array<any>,
|
|
491
|
+
slotExtra?: () => Array<any>,
|
|
766
492
|
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
}){super()}
|
|
772
|
-
'value': any;
|
|
773
|
-
}
|
|
774
|
-
export class vanRate<T> extends VueComponent{
|
|
493
|
+
}) { super() }
|
|
494
|
+
}
|
|
495
|
+
export class uFormTableView<T> extends VueComponent {
|
|
775
496
|
|
|
776
|
-
|
|
497
|
+
constructor(
|
|
777
498
|
|
|
778
|
-
|
|
499
|
+
options?: {
|
|
779
500
|
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
slotDefault?: ()=> Array<any>,
|
|
783
|
-
|
|
784
|
-
}){super()}
|
|
785
|
-
'value': any;
|
|
786
|
-
}
|
|
787
|
-
export class vanSlider<T> extends VueComponent{
|
|
788
|
-
|
|
789
|
-
constructor(
|
|
790
|
-
|
|
791
|
-
options?: {
|
|
792
|
-
|
|
793
|
-
[propname: string]: any,
|
|
794
|
-
bindAttr?: () => Array<any>,
|
|
795
|
-
slotDefault?: ()=> Array<any>,
|
|
796
|
-
|
|
797
|
-
}){super()}
|
|
798
|
-
'value': any;
|
|
799
|
-
'max': nasl.core.Long;
|
|
800
|
-
'min': nasl.core.Long;
|
|
801
|
-
'bar-height': nasl.core.Long;
|
|
802
|
-
'button-size': nasl.core.Long;
|
|
803
|
-
}
|
|
804
|
-
export class vanUploader<T> extends VueComponent{
|
|
501
|
+
[propname: string]: any,
|
|
502
|
+
bindAttr?: () => Array<any>,
|
|
503
|
+
slotDefault?: () => Array<any>,
|
|
805
504
|
|
|
806
|
-
|
|
505
|
+
}) { super() }
|
|
506
|
+
}
|
|
507
|
+
export class uFormTableViewColumn<T> extends VueComponent {
|
|
807
508
|
|
|
808
|
-
|
|
509
|
+
constructor(
|
|
809
510
|
|
|
810
|
-
|
|
811
|
-
bindAttr?: () => Array<any>,
|
|
812
|
-
slotDefault?: ()=> Array<any>,
|
|
813
|
-
|
|
814
|
-
}){super()}
|
|
815
|
-
'value': any;
|
|
816
|
-
'ttlValue': nasl.core.Long;
|
|
817
|
-
chooseFile: () => any;
|
|
818
|
-
}
|
|
819
|
-
export class vanPickerson<T> extends VueComponent{
|
|
820
|
-
|
|
821
|
-
constructor(
|
|
822
|
-
|
|
823
|
-
options?: {
|
|
824
|
-
|
|
825
|
-
[propname: string]: any,
|
|
826
|
-
bindAttr?: () => Array<any>,
|
|
827
|
-
slotDefault?: ()=> Array<any>,
|
|
828
|
-
|
|
829
|
-
}){super()}
|
|
830
|
-
'value': any;
|
|
831
|
-
'data-source': Array<T>;
|
|
832
|
-
'page-size': nasl.core.Long;
|
|
833
|
-
'sorting': {
|
|
834
|
-
field: nasl.core.String
|
|
835
|
-
order: nasl.core.String
|
|
836
|
-
};
|
|
837
|
-
'default-index': nasl.core.Long;
|
|
838
|
-
'visible-item-count': nasl.core.Long;
|
|
839
|
-
'page-number': nasl.core.Long;
|
|
840
|
-
}
|
|
841
|
-
export class vanArea<T> extends VueComponent{
|
|
511
|
+
options?: {
|
|
842
512
|
|
|
843
|
-
|
|
513
|
+
[propname: string]: any,
|
|
514
|
+
bindAttr?: () => Array<any>,
|
|
515
|
+
slotDefault?: () => Array<any>,
|
|
516
|
+
slotCell?: (current: nasl.ui.Current<T>) => Array<any>,
|
|
517
|
+
slotTitle?: () => Array<any>,
|
|
518
|
+
slotExpandContent?: (current: nasl.ui.Current<T>) => Array<any>,
|
|
844
519
|
|
|
845
|
-
|
|
520
|
+
}) { super() }
|
|
521
|
+
}
|
|
522
|
+
export class uGallery<T> extends VueComponent {
|
|
846
523
|
|
|
847
|
-
|
|
848
|
-
bindAttr?: () => Array<any>,
|
|
849
|
-
slotDefault?: ()=> Array<any>,
|
|
850
|
-
|
|
851
|
-
}){super()}
|
|
852
|
-
'value': any;
|
|
853
|
-
'visible-item-count': nasl.core.Long;
|
|
854
|
-
'columns-num': nasl.core.Long;
|
|
855
|
-
}
|
|
856
|
-
export class vanCascader<T> extends VueComponent{
|
|
524
|
+
constructor(
|
|
857
525
|
|
|
858
|
-
|
|
526
|
+
options?: {
|
|
859
527
|
|
|
860
|
-
|
|
528
|
+
[propname: string]: any,
|
|
529
|
+
bindAttr?: () => Array<any>,
|
|
530
|
+
slotDefault?: () => Array<any>,
|
|
861
531
|
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
}){super()}
|
|
867
|
-
'value': any;
|
|
868
|
-
'data-source': Array<T>;
|
|
869
|
-
}
|
|
870
|
-
export class vanDatetimePicker<T> extends VueComponent{
|
|
532
|
+
}) { super() }
|
|
533
|
+
}
|
|
534
|
+
export class uGridLayout<T> extends VueComponent {
|
|
871
535
|
|
|
872
|
-
|
|
536
|
+
constructor(
|
|
873
537
|
|
|
874
|
-
|
|
538
|
+
options?: {
|
|
875
539
|
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
slotDefault?: ()=> Array<any>,
|
|
879
|
-
|
|
880
|
-
}){super()}
|
|
881
|
-
'value': any;
|
|
882
|
-
open: () => any;
|
|
883
|
-
close: () => any;
|
|
884
|
-
}
|
|
885
|
-
export class vanCalendar<T> extends VueComponent{
|
|
540
|
+
[propname: string]: any,
|
|
541
|
+
bindAttr?: () => Array<any>,
|
|
542
|
+
slotDefault?: () => Array<any>,
|
|
886
543
|
|
|
887
|
-
|
|
544
|
+
}) { super() }
|
|
545
|
+
}
|
|
546
|
+
export class uGridLayoutRow<T> extends VueComponent {
|
|
888
547
|
|
|
889
|
-
|
|
548
|
+
constructor(
|
|
890
549
|
|
|
891
|
-
|
|
892
|
-
bindAttr?: () => Array<any>,
|
|
893
|
-
slotDefault?: ()=> Array<any>,
|
|
894
|
-
|
|
895
|
-
}){super()}
|
|
896
|
-
'value': any;
|
|
897
|
-
reset: () => any;
|
|
898
|
-
}
|
|
899
|
-
export class vanPopover<T> extends VueComponent{
|
|
550
|
+
options?: {
|
|
900
551
|
|
|
901
|
-
|
|
552
|
+
[propname: string]: any,
|
|
553
|
+
bindAttr?: () => Array<any>,
|
|
554
|
+
slotDefault?: () => Array<any>,
|
|
902
555
|
|
|
903
|
-
|
|
556
|
+
}) { super() }
|
|
557
|
+
}
|
|
558
|
+
export class uGridLayoutColumn<T> extends VueComponent {
|
|
904
559
|
|
|
905
|
-
|
|
906
|
-
bindAttr?: () => Array<any>,
|
|
907
|
-
slotDefault?: ()=> Array<any>,
|
|
908
|
-
|
|
909
|
-
}){super()}
|
|
910
|
-
'value': any;
|
|
911
|
-
openModal: () => any;
|
|
912
|
-
closeModal: () => any;
|
|
913
|
-
}
|
|
914
|
-
export class vanPopoverItem<T> extends VueComponent{
|
|
560
|
+
constructor(
|
|
915
561
|
|
|
916
|
-
|
|
562
|
+
options?: {
|
|
917
563
|
|
|
918
|
-
|
|
564
|
+
[propname: string]: any,
|
|
565
|
+
bindAttr?: () => Array<any>,
|
|
566
|
+
slotDefault?: () => Array<any>,
|
|
919
567
|
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
}){super()}
|
|
925
|
-
}
|
|
926
|
-
export class vanPopupCombination<T> extends VueComponent{
|
|
927
|
-
|
|
928
|
-
constructor(
|
|
929
|
-
|
|
930
|
-
options?: {
|
|
931
|
-
|
|
932
|
-
[propname: string]: any,
|
|
933
|
-
bindAttr?: () => Array<any>,
|
|
934
|
-
slotDefault?: ()=> Array<any>,
|
|
935
|
-
slotReference?: ()=> Array<any>,
|
|
936
|
-
|
|
937
|
-
}){super()}
|
|
938
|
-
'hide-delay': nasl.core.Long;
|
|
939
|
-
open: () => any;
|
|
940
|
-
close: () => any;
|
|
941
|
-
toggle: (opened?: nasl.core.Boolean,) => any;
|
|
942
|
-
update: () => any;
|
|
943
|
-
scheduleUpdate: () => any;
|
|
944
|
-
}
|
|
945
|
-
export class vanDialog<T> extends VueComponent{
|
|
568
|
+
}) { super() }
|
|
569
|
+
}
|
|
570
|
+
export class uGridView<T> extends VueComponent {
|
|
946
571
|
|
|
947
|
-
|
|
572
|
+
constructor(
|
|
948
573
|
|
|
949
|
-
|
|
574
|
+
options?: {
|
|
950
575
|
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
slotDefault?: ()=> Array<any>,
|
|
954
|
-
|
|
955
|
-
}){super()}
|
|
956
|
-
'value': any;
|
|
957
|
-
openModal: () => any;
|
|
958
|
-
closeModal: () => any;
|
|
959
|
-
}
|
|
960
|
-
export class vanSwipeCell<T> extends VueComponent{
|
|
961
|
-
|
|
962
|
-
constructor(
|
|
963
|
-
|
|
964
|
-
options?: {
|
|
965
|
-
|
|
966
|
-
[propname: string]: any,
|
|
967
|
-
bindAttr?: () => Array<any>,
|
|
968
|
-
slotDefault?: ()=> Array<any>,
|
|
969
|
-
slotRight?: ()=> Array<any>,
|
|
970
|
-
slotLeft?: ()=> Array<any>,
|
|
971
|
-
|
|
972
|
-
}){super()}
|
|
973
|
-
'left-width': nasl.core.Long;
|
|
974
|
-
'right-width': nasl.core.Long;
|
|
975
|
-
close: () => any;
|
|
976
|
-
}
|
|
977
|
-
export class uLinearLayout<T> extends VueComponent{
|
|
576
|
+
[propname: string]: any,
|
|
577
|
+
bindAttr?: () => Array<any>,
|
|
578
|
+
slotDefault?: (current: nasl.ui.Current<T>) => Array<any>,
|
|
579
|
+
slotItem?: (current: nasl.ui.Current<T>) => Array<any>,
|
|
978
580
|
|
|
979
|
-
|
|
581
|
+
}) { super() }
|
|
582
|
+
load: () => any;
|
|
583
|
+
reload: () => any;
|
|
584
|
+
}
|
|
585
|
+
export class uIframe<T> extends VueComponent {
|
|
980
586
|
|
|
981
|
-
|
|
587
|
+
constructor(
|
|
982
588
|
|
|
983
|
-
|
|
984
|
-
bindAttr?: () => Array<any>,
|
|
985
|
-
slotDefault?: ()=> Array<any>,
|
|
986
|
-
|
|
987
|
-
}){super()}
|
|
988
|
-
openLoading: () => any;
|
|
989
|
-
closeLoading: () => any;
|
|
990
|
-
}
|
|
991
|
-
export class uAbsoluteLayout<T> extends VueComponent{
|
|
589
|
+
options?: {
|
|
992
590
|
|
|
993
|
-
|
|
591
|
+
[propname: string]: any,
|
|
592
|
+
bindAttr?: () => Array<any>,
|
|
593
|
+
slotDefault?: () => Array<any>,
|
|
994
594
|
|
|
995
|
-
|
|
595
|
+
}) { super() }
|
|
596
|
+
}
|
|
597
|
+
export class uImage<T> extends VueComponent {
|
|
996
598
|
|
|
997
|
-
|
|
998
|
-
bindAttr?: () => Array<any>,
|
|
999
|
-
slotDefault?: ()=> Array<any>,
|
|
1000
|
-
|
|
1001
|
-
}){super()}
|
|
1002
|
-
}
|
|
1003
|
-
export class uGridLayout<T> extends VueComponent{
|
|
599
|
+
constructor(
|
|
1004
600
|
|
|
1005
|
-
|
|
601
|
+
options?: {
|
|
1006
602
|
|
|
1007
|
-
|
|
603
|
+
[propname: string]: any,
|
|
604
|
+
bindAttr?: () => Array<any>,
|
|
605
|
+
slotDefault?: () => Array<any>,
|
|
1008
606
|
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
}){super()}
|
|
1014
|
-
}
|
|
1015
|
-
export class uGridLayoutRow<T> extends VueComponent{
|
|
607
|
+
}) { super() }
|
|
608
|
+
}
|
|
609
|
+
export class uInfoList<T> extends VueComponent {
|
|
1016
610
|
|
|
1017
|
-
|
|
611
|
+
constructor(
|
|
1018
612
|
|
|
1019
|
-
|
|
613
|
+
options?: {
|
|
1020
614
|
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
slotDefault?: ()=> Array<any>,
|
|
1024
|
-
|
|
1025
|
-
}){super()}
|
|
1026
|
-
'repeat': nasl.core.Long;
|
|
1027
|
-
}
|
|
1028
|
-
export class uGridLayoutColumn<T> extends VueComponent{
|
|
1029
|
-
|
|
1030
|
-
constructor(
|
|
1031
|
-
|
|
1032
|
-
options?: {
|
|
1033
|
-
|
|
1034
|
-
[propname: string]: any,
|
|
1035
|
-
bindAttr?: () => Array<any>,
|
|
1036
|
-
slotDefault?: ()=> Array<any>,
|
|
1037
|
-
|
|
1038
|
-
}){super()}
|
|
1039
|
-
'media-huge': nasl.core.Long;
|
|
1040
|
-
'media-large': nasl.core.Long;
|
|
1041
|
-
'media-medium': nasl.core.Long;
|
|
1042
|
-
'media-small': nasl.core.Long;
|
|
1043
|
-
'media-mini': nasl.core.Long;
|
|
1044
|
-
'span': nasl.core.Long;
|
|
1045
|
-
'offset': nasl.core.Long;
|
|
1046
|
-
'pull': nasl.core.Long;
|
|
1047
|
-
'push': nasl.core.Long;
|
|
1048
|
-
}
|
|
1049
|
-
export class uMultiLayout<T> extends VueComponent{
|
|
615
|
+
[propname: string]: any,
|
|
616
|
+
bindAttr?: () => Array<any>,
|
|
617
|
+
slotDefault?: () => Array<any>,
|
|
1050
618
|
|
|
1051
|
-
|
|
619
|
+
}) { super() }
|
|
620
|
+
}
|
|
621
|
+
export class uInfoListItem<T> extends VueComponent {
|
|
1052
622
|
|
|
1053
|
-
|
|
623
|
+
constructor(
|
|
1054
624
|
|
|
1055
|
-
|
|
1056
|
-
bindAttr?: () => Array<any>,
|
|
1057
|
-
slotDefault?: ()=> Array<any>,
|
|
1058
|
-
|
|
1059
|
-
}){super()}
|
|
1060
|
-
}
|
|
1061
|
-
export class uMultiLayoutItem<T> extends VueComponent{
|
|
625
|
+
options?: {
|
|
1062
626
|
|
|
1063
|
-
|
|
627
|
+
[propname: string]: any,
|
|
628
|
+
bindAttr?: () => Array<any>,
|
|
629
|
+
slotDefault?: () => Array<any>,
|
|
630
|
+
slotLabel?: () => Array<any>,
|
|
1064
631
|
|
|
1065
|
-
|
|
632
|
+
}) { super() }
|
|
633
|
+
}
|
|
634
|
+
export class uInfoListGroup<T> extends VueComponent {
|
|
1066
635
|
|
|
1067
|
-
|
|
1068
|
-
bindAttr?: () => Array<any>,
|
|
1069
|
-
slotDefault?: ()=> Array<any>,
|
|
1070
|
-
|
|
1071
|
-
}){super()}
|
|
1072
|
-
}
|
|
1073
|
-
export class uCrumb<T> extends VueComponent{
|
|
636
|
+
constructor(
|
|
1074
637
|
|
|
1075
|
-
|
|
638
|
+
options?: {
|
|
1076
639
|
|
|
1077
|
-
|
|
640
|
+
[propname: string]: any,
|
|
641
|
+
bindAttr?: () => Array<any>,
|
|
642
|
+
slotDefault?: () => Array<any>,
|
|
643
|
+
slotTitle?: () => Array<any>,
|
|
644
|
+
slotExtra?: () => Array<any>,
|
|
1078
645
|
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
}){super()}
|
|
1084
|
-
}
|
|
1085
|
-
export class uCrumbItem<T> extends VueComponent{
|
|
646
|
+
}) { super() }
|
|
647
|
+
}
|
|
648
|
+
export class uInput<T> extends VueComponent {
|
|
1086
649
|
|
|
1087
|
-
|
|
650
|
+
constructor(
|
|
1088
651
|
|
|
1089
|
-
|
|
652
|
+
options?: {
|
|
1090
653
|
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
slotDefault?: ()=> Array<any>,
|
|
1094
|
-
|
|
1095
|
-
}){super()}
|
|
1096
|
-
}
|
|
1097
|
-
export class uSidebar<T> extends VueComponent{
|
|
654
|
+
[propname: string]: any,
|
|
655
|
+
bindAttr?: () => Array<any>,
|
|
656
|
+
slotDefault?: () => Array<any>,
|
|
1098
657
|
|
|
1099
|
-
|
|
658
|
+
}) { super() }
|
|
659
|
+
focus: () => any;
|
|
660
|
+
blur: () => any;
|
|
661
|
+
clear: () => any;
|
|
662
|
+
}
|
|
663
|
+
export class uLabel<T> extends VueComponent {
|
|
1100
664
|
|
|
1101
|
-
|
|
665
|
+
constructor(
|
|
1102
666
|
|
|
1103
|
-
|
|
1104
|
-
bindAttr?: () => Array<any>,
|
|
1105
|
-
slotDefault?: (current: nasl.ui.Current<T>)=> Array<any>,
|
|
1106
|
-
|
|
1107
|
-
}){super()}
|
|
1108
|
-
'data-source': Array<T>;
|
|
1109
|
-
'value': any;
|
|
1110
|
-
toggleAll: (expanded?: nasl.core.Boolean,) => any;
|
|
1111
|
-
}
|
|
1112
|
-
export class uSidebarItem<T> extends VueComponent{
|
|
667
|
+
options?: {
|
|
1113
668
|
|
|
1114
|
-
|
|
669
|
+
[propname: string]: any,
|
|
670
|
+
bindAttr?: () => Array<any>,
|
|
671
|
+
slotDefault?: () => Array<any>,
|
|
1115
672
|
|
|
1116
|
-
|
|
673
|
+
}) { super() }
|
|
674
|
+
}
|
|
675
|
+
export class uLinearLayout<T> extends VueComponent {
|
|
1117
676
|
|
|
1118
|
-
|
|
1119
|
-
bindAttr?: () => Array<any>,
|
|
1120
|
-
slotDefault?: ()=> Array<any>,
|
|
1121
|
-
|
|
1122
|
-
}){super()}
|
|
1123
|
-
'value': any;
|
|
1124
|
-
}
|
|
1125
|
-
export class uSidebarGroup<T> extends VueComponent{
|
|
677
|
+
constructor(
|
|
1126
678
|
|
|
1127
|
-
|
|
679
|
+
options?: {
|
|
1128
680
|
|
|
1129
|
-
|
|
681
|
+
[propname: string]: any,
|
|
682
|
+
bindAttr?: () => Array<any>,
|
|
683
|
+
slotDefault?: () => Array<any>,
|
|
1130
684
|
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
}){super()}
|
|
1138
|
-
}
|
|
1139
|
-
export class uSidebarDivider<T> extends VueComponent{
|
|
685
|
+
}) { super() }
|
|
686
|
+
openLoading: () => any;
|
|
687
|
+
closeLoading: () => any;
|
|
688
|
+
}
|
|
689
|
+
export class uLinearProgress<T> extends VueComponent {
|
|
1140
690
|
|
|
1141
|
-
|
|
691
|
+
constructor(
|
|
1142
692
|
|
|
1143
|
-
|
|
693
|
+
options?: {
|
|
1144
694
|
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
slotDefault?: ()=> Array<any>,
|
|
1148
|
-
|
|
1149
|
-
}){super()}
|
|
1150
|
-
}
|
|
1151
|
-
export class uNavbarMulti<T> extends VueComponent{
|
|
695
|
+
[propname: string]: any,
|
|
696
|
+
bindAttr?: () => Array<any>,
|
|
697
|
+
slotDefault?: () => Array<any>,
|
|
1152
698
|
|
|
1153
|
-
|
|
699
|
+
}) { super() }
|
|
700
|
+
}
|
|
701
|
+
export class uLink<T> extends VueComponent {
|
|
1154
702
|
|
|
1155
|
-
|
|
703
|
+
constructor(
|
|
1156
704
|
|
|
1157
|
-
|
|
1158
|
-
bindAttr?: () => Array<any>,
|
|
1159
|
-
slotDefault?: (current: nasl.ui.Current<T>)=> Array<any>,
|
|
1160
|
-
|
|
1161
|
-
}){super()}
|
|
1162
|
-
'data-source': Array<T>;
|
|
1163
|
-
'value': any;
|
|
1164
|
-
}
|
|
1165
|
-
export class uNavbarItemMulti<T> extends VueComponent{
|
|
705
|
+
options?: {
|
|
1166
706
|
|
|
1167
|
-
|
|
707
|
+
[propname: string]: any,
|
|
708
|
+
bindAttr?: () => Array<any>,
|
|
709
|
+
slotDefault?: () => Array<any>,
|
|
1168
710
|
|
|
1169
|
-
|
|
711
|
+
}) { super() }
|
|
712
|
+
}
|
|
713
|
+
export class uListComponents<T> extends VueComponent {
|
|
1170
714
|
|
|
1171
|
-
|
|
1172
|
-
bindAttr?: () => Array<any>,
|
|
1173
|
-
slotDefault?: ()=> Array<any>,
|
|
1174
|
-
|
|
1175
|
-
}){super()}
|
|
1176
|
-
'value': any;
|
|
1177
|
-
}
|
|
1178
|
-
export class uNavbarDividerMulti<T> extends VueComponent{
|
|
715
|
+
constructor(
|
|
1179
716
|
|
|
1180
|
-
|
|
717
|
+
options?: {
|
|
1181
718
|
|
|
1182
|
-
|
|
719
|
+
[propname: string]: any,
|
|
720
|
+
bindAttr?: () => Array<any>,
|
|
721
|
+
slotDefault?: (current: nasl.ui.Current<T>) => Array<any>,
|
|
1183
722
|
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
}){super()}
|
|
1189
|
-
}
|
|
1190
|
-
export class uNavbarDropdownMulti<T> extends VueComponent{
|
|
723
|
+
}) { super() }
|
|
724
|
+
}
|
|
725
|
+
export class uListView<T> extends VueComponent {
|
|
1191
726
|
|
|
1192
|
-
|
|
727
|
+
constructor(
|
|
1193
728
|
|
|
1194
|
-
|
|
729
|
+
options?: {
|
|
1195
730
|
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
slotDefault?: ()=> Array<any>,
|
|
1199
|
-
|
|
1200
|
-
}){super()}
|
|
1201
|
-
}
|
|
1202
|
-
export class uNavbarMenuMulti<T> extends VueComponent{
|
|
731
|
+
[propname: string]: any,
|
|
732
|
+
bindAttr?: () => Array<any>,
|
|
733
|
+
slotDefault?: (current: nasl.ui.Current<T>) => Array<any>,
|
|
734
|
+
slotItem?: (current: nasl.ui.Current<T>) => Array<any>,
|
|
1203
735
|
|
|
1204
|
-
|
|
736
|
+
}) { super() }
|
|
737
|
+
load: () => any;
|
|
738
|
+
reload: () => any;
|
|
739
|
+
}
|
|
740
|
+
export class uModal<T> extends VueComponent {
|
|
1205
741
|
|
|
1206
|
-
|
|
742
|
+
constructor(
|
|
1207
743
|
|
|
1208
|
-
|
|
1209
|
-
bindAttr?: () => Array<any>,
|
|
1210
|
-
slotDefault?: ()=> Array<any>,
|
|
1211
|
-
|
|
1212
|
-
}){super()}
|
|
1213
|
-
}
|
|
1214
|
-
export class uNavbarMenuGroupMulti<T> extends VueComponent{
|
|
744
|
+
options?: {
|
|
1215
745
|
|
|
1216
|
-
|
|
746
|
+
[propname: string]: any,
|
|
747
|
+
bindAttr?: () => Array<any>,
|
|
748
|
+
slotTitle?: () => Array<any>,
|
|
749
|
+
slotHead?: () => Array<any>,
|
|
750
|
+
slotBody?: () => Array<any>,
|
|
751
|
+
slotFoot?: () => Array<any>,
|
|
752
|
+
slotHeading?: () => Array<any>,
|
|
753
|
+
slotDefault?: () => Array<any>,
|
|
1217
754
|
|
|
1218
|
-
|
|
755
|
+
}) { super() }
|
|
756
|
+
open: () => any;
|
|
757
|
+
close: () => any;
|
|
758
|
+
ok: () => any;
|
|
759
|
+
cancel: () => any;
|
|
760
|
+
}
|
|
761
|
+
export class uMultiLayout<T> extends VueComponent {
|
|
1219
762
|
|
|
1220
|
-
|
|
1221
|
-
bindAttr?: () => Array<any>,
|
|
1222
|
-
slotDefault?: ()=> Array<any>,
|
|
1223
|
-
|
|
1224
|
-
}){super()}
|
|
1225
|
-
}
|
|
1226
|
-
export class uNavbarMenuItemMulti<T> extends VueComponent{
|
|
763
|
+
constructor(
|
|
1227
764
|
|
|
1228
|
-
|
|
765
|
+
options?: {
|
|
1229
766
|
|
|
1230
|
-
|
|
767
|
+
[propname: string]: any,
|
|
768
|
+
bindAttr?: () => Array<any>,
|
|
769
|
+
slotDefault?: () => Array<any>,
|
|
1231
770
|
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
}){super()}
|
|
1237
|
-
}
|
|
1238
|
-
export class uNavbarMenuDividerMulti<T> extends VueComponent{
|
|
771
|
+
}) { super() }
|
|
772
|
+
}
|
|
773
|
+
export class uMultiLayoutItem<T> extends VueComponent {
|
|
1239
774
|
|
|
1240
|
-
|
|
775
|
+
constructor(
|
|
1241
776
|
|
|
1242
|
-
|
|
777
|
+
options?: {
|
|
1243
778
|
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
slotDefault?: ()=> Array<any>,
|
|
1247
|
-
|
|
1248
|
-
}){super()}
|
|
1249
|
-
}
|
|
1250
|
-
export class uNavbarSelectMulti<T> extends VueComponent{
|
|
779
|
+
[propname: string]: any,
|
|
780
|
+
bindAttr?: () => Array<any>,
|
|
781
|
+
slotDefault?: () => Array<any>,
|
|
1251
782
|
|
|
1252
|
-
|
|
783
|
+
}) { super() }
|
|
784
|
+
}
|
|
785
|
+
export class uNavbar<T> extends VueComponent {
|
|
1253
786
|
|
|
1254
|
-
|
|
787
|
+
constructor(
|
|
1255
788
|
|
|
1256
|
-
|
|
1257
|
-
bindAttr?: () => Array<any>,
|
|
1258
|
-
slotDefault?: ()=> Array<any>,
|
|
1259
|
-
|
|
1260
|
-
}){super()}
|
|
1261
|
-
}
|
|
1262
|
-
export class uNavbarSelectGroupMulti<T> extends VueComponent{
|
|
789
|
+
options?: {
|
|
1263
790
|
|
|
1264
|
-
|
|
791
|
+
[propname: string]: any,
|
|
792
|
+
bindAttr?: () => Array<any>,
|
|
793
|
+
slotDefault?: () => Array<any>,
|
|
794
|
+
slotLeft?: () => Array<any>,
|
|
795
|
+
slotRight?: () => Array<any>,
|
|
1265
796
|
|
|
1266
|
-
|
|
797
|
+
}) { super() }
|
|
798
|
+
}
|
|
799
|
+
export class uNavbarItem<T> extends VueComponent {
|
|
1267
800
|
|
|
1268
|
-
|
|
1269
|
-
bindAttr?: () => Array<any>,
|
|
1270
|
-
slotDefault?: ()=> Array<any>,
|
|
1271
|
-
|
|
1272
|
-
}){super()}
|
|
1273
|
-
}
|
|
1274
|
-
export class uNavbarSelectItemMulti<T> extends VueComponent{
|
|
801
|
+
constructor(
|
|
1275
802
|
|
|
1276
|
-
|
|
803
|
+
options?: {
|
|
1277
804
|
|
|
1278
|
-
|
|
805
|
+
[propname: string]: any,
|
|
806
|
+
bindAttr?: () => Array<any>,
|
|
807
|
+
slotDefault?: () => Array<any>,
|
|
1279
808
|
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
}){super()}
|
|
1285
|
-
}
|
|
1286
|
-
export class uNavbarSelectDividerMulti<T> extends VueComponent{
|
|
809
|
+
}) { super() }
|
|
810
|
+
}
|
|
811
|
+
export class uNavbarDivider<T> extends VueComponent {
|
|
1287
812
|
|
|
1288
|
-
|
|
813
|
+
constructor(
|
|
1289
814
|
|
|
1290
|
-
|
|
815
|
+
options?: {
|
|
1291
816
|
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
slotDefault?: ()=> Array<any>,
|
|
1295
|
-
|
|
1296
|
-
}){super()}
|
|
1297
|
-
}
|
|
1298
|
-
export class uNavbarGroupMulti<T> extends VueComponent{
|
|
817
|
+
[propname: string]: any,
|
|
818
|
+
bindAttr?: () => Array<any>,
|
|
819
|
+
slotDefault?: () => Array<any>,
|
|
1299
820
|
|
|
1300
|
-
|
|
821
|
+
}) { super() }
|
|
822
|
+
}
|
|
823
|
+
export class uNavbarDropdown<T> extends VueComponent {
|
|
1301
824
|
|
|
1302
|
-
|
|
825
|
+
constructor(
|
|
1303
826
|
|
|
1304
|
-
|
|
1305
|
-
bindAttr?: () => Array<any>,
|
|
1306
|
-
slotDefault?: ()=> Array<any>,
|
|
1307
|
-
|
|
1308
|
-
}){super()}
|
|
1309
|
-
}
|
|
1310
|
-
export class uNavbar<T> extends VueComponent{
|
|
827
|
+
options?: {
|
|
1311
828
|
|
|
1312
|
-
|
|
829
|
+
[propname: string]: any,
|
|
830
|
+
bindAttr?: () => Array<any>,
|
|
831
|
+
slotDefault?: () => Array<any>,
|
|
1313
832
|
|
|
1314
|
-
|
|
833
|
+
}) { super() }
|
|
834
|
+
}
|
|
835
|
+
export class uNavbarMenu<T> extends VueComponent {
|
|
1315
836
|
|
|
1316
|
-
|
|
1317
|
-
bindAttr?: () => Array<any>,
|
|
1318
|
-
slotDefault?: ()=> Array<any>,
|
|
1319
|
-
slotLeft?: ()=> Array<any>,
|
|
1320
|
-
slotRight?: ()=> Array<any>,
|
|
1321
|
-
|
|
1322
|
-
}){super()}
|
|
1323
|
-
'value': any;
|
|
1324
|
-
}
|
|
1325
|
-
export class uNavbarItem<T> extends VueComponent{
|
|
837
|
+
constructor(
|
|
1326
838
|
|
|
1327
|
-
|
|
839
|
+
options?: {
|
|
1328
840
|
|
|
1329
|
-
|
|
841
|
+
[propname: string]: any,
|
|
842
|
+
bindAttr?: () => Array<any>,
|
|
843
|
+
slotDefault?: () => Array<any>,
|
|
1330
844
|
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
}){super()}
|
|
1336
|
-
'value': any;
|
|
1337
|
-
}
|
|
1338
|
-
export class uNavbarDivider<T> extends VueComponent{
|
|
845
|
+
}) { super() }
|
|
846
|
+
}
|
|
847
|
+
export class uNavbarMenuGroup<T> extends VueComponent {
|
|
1339
848
|
|
|
1340
|
-
|
|
849
|
+
constructor(
|
|
1341
850
|
|
|
1342
|
-
|
|
851
|
+
options?: {
|
|
1343
852
|
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
slotDefault?: ()=> Array<any>,
|
|
1347
|
-
|
|
1348
|
-
}){super()}
|
|
1349
|
-
}
|
|
1350
|
-
export class uNavbarDropdown<T> extends VueComponent{
|
|
853
|
+
[propname: string]: any,
|
|
854
|
+
bindAttr?: () => Array<any>,
|
|
855
|
+
slotDefault?: () => Array<any>,
|
|
1351
856
|
|
|
1352
|
-
|
|
857
|
+
}) { super() }
|
|
858
|
+
}
|
|
859
|
+
export class uNavbarMenuItem<T> extends VueComponent {
|
|
1353
860
|
|
|
1354
|
-
|
|
861
|
+
constructor(
|
|
1355
862
|
|
|
1356
|
-
|
|
1357
|
-
bindAttr?: () => Array<any>,
|
|
1358
|
-
slotDefault?: ()=> Array<any>,
|
|
1359
|
-
|
|
1360
|
-
}){super()}
|
|
1361
|
-
}
|
|
1362
|
-
export class uNavbarMenu<T> extends VueComponent{
|
|
863
|
+
options?: {
|
|
1363
864
|
|
|
1364
|
-
|
|
865
|
+
[propname: string]: any,
|
|
866
|
+
bindAttr?: () => Array<any>,
|
|
867
|
+
slotDefault?: () => Array<any>,
|
|
1365
868
|
|
|
1366
|
-
|
|
869
|
+
}) { super() }
|
|
870
|
+
}
|
|
871
|
+
export class uNavbarMenuDivider<T> extends VueComponent {
|
|
1367
872
|
|
|
1368
|
-
|
|
1369
|
-
bindAttr?: () => Array<any>,
|
|
1370
|
-
slotDefault?: ()=> Array<any>,
|
|
1371
|
-
|
|
1372
|
-
}){super()}
|
|
1373
|
-
}
|
|
1374
|
-
export class uNavbarMenuGroup<T> extends VueComponent{
|
|
873
|
+
constructor(
|
|
1375
874
|
|
|
1376
|
-
|
|
875
|
+
options?: {
|
|
1377
876
|
|
|
1378
|
-
|
|
877
|
+
[propname: string]: any,
|
|
878
|
+
bindAttr?: () => Array<any>,
|
|
879
|
+
slotDefault?: () => Array<any>,
|
|
1379
880
|
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
}){super()}
|
|
1385
|
-
}
|
|
1386
|
-
export class uNavbarMenuItem<T> extends VueComponent{
|
|
881
|
+
}) { super() }
|
|
882
|
+
}
|
|
883
|
+
export class uNavbarSelect<T> extends VueComponent {
|
|
1387
884
|
|
|
1388
|
-
|
|
885
|
+
constructor(
|
|
1389
886
|
|
|
1390
|
-
|
|
887
|
+
options?: {
|
|
1391
888
|
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
slotDefault?: ()=> Array<any>,
|
|
1395
|
-
|
|
1396
|
-
}){super()}
|
|
1397
|
-
}
|
|
1398
|
-
export class uNavbarMenuDivider<T> extends VueComponent{
|
|
889
|
+
[propname: string]: any,
|
|
890
|
+
bindAttr?: () => Array<any>,
|
|
891
|
+
slotDefault?: () => Array<any>,
|
|
1399
892
|
|
|
1400
|
-
|
|
893
|
+
}) { super() }
|
|
894
|
+
}
|
|
895
|
+
export class uNavbarSelectGroup<T> extends VueComponent {
|
|
1401
896
|
|
|
1402
|
-
|
|
897
|
+
constructor(
|
|
1403
898
|
|
|
1404
|
-
|
|
1405
|
-
bindAttr?: () => Array<any>,
|
|
1406
|
-
slotDefault?: ()=> Array<any>,
|
|
1407
|
-
|
|
1408
|
-
}){super()}
|
|
1409
|
-
}
|
|
1410
|
-
export class uNavbarSelect<T> extends VueComponent{
|
|
899
|
+
options?: {
|
|
1411
900
|
|
|
1412
|
-
|
|
901
|
+
[propname: string]: any,
|
|
902
|
+
bindAttr?: () => Array<any>,
|
|
903
|
+
slotDefault?: () => Array<any>,
|
|
1413
904
|
|
|
1414
|
-
|
|
905
|
+
}) { super() }
|
|
906
|
+
}
|
|
907
|
+
export class uNavbarSelectItem<T> extends VueComponent {
|
|
1415
908
|
|
|
1416
|
-
|
|
1417
|
-
bindAttr?: () => Array<any>,
|
|
1418
|
-
slotDefault?: ()=> Array<any>,
|
|
1419
|
-
|
|
1420
|
-
}){super()}
|
|
1421
|
-
}
|
|
1422
|
-
export class uNavbarSelectGroup<T> extends VueComponent{
|
|
909
|
+
constructor(
|
|
1423
910
|
|
|
1424
|
-
|
|
911
|
+
options?: {
|
|
1425
912
|
|
|
1426
|
-
|
|
913
|
+
[propname: string]: any,
|
|
914
|
+
bindAttr?: () => Array<any>,
|
|
915
|
+
slotDefault?: () => Array<any>,
|
|
1427
916
|
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
}){super()}
|
|
1433
|
-
}
|
|
1434
|
-
export class uNavbarSelectItem<T> extends VueComponent{
|
|
917
|
+
}) { super() }
|
|
918
|
+
}
|
|
919
|
+
export class uNavbarSelectDivider<T> extends VueComponent {
|
|
1435
920
|
|
|
1436
|
-
|
|
921
|
+
constructor(
|
|
1437
922
|
|
|
1438
|
-
|
|
923
|
+
options?: {
|
|
1439
924
|
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
slotDefault?: ()=> Array<any>,
|
|
1443
|
-
|
|
1444
|
-
}){super()}
|
|
1445
|
-
}
|
|
1446
|
-
export class uNavbarSelectDivider<T> extends VueComponent{
|
|
925
|
+
[propname: string]: any,
|
|
926
|
+
bindAttr?: () => Array<any>,
|
|
927
|
+
slotDefault?: () => Array<any>,
|
|
1447
928
|
|
|
1448
|
-
|
|
929
|
+
}) { super() }
|
|
930
|
+
}
|
|
931
|
+
export class uNavbarMulti<T> extends VueComponent {
|
|
1449
932
|
|
|
1450
|
-
|
|
933
|
+
constructor(
|
|
1451
934
|
|
|
1452
|
-
|
|
1453
|
-
bindAttr?: () => Array<any>,
|
|
1454
|
-
slotDefault?: ()=> Array<any>,
|
|
1455
|
-
|
|
1456
|
-
}){super()}
|
|
1457
|
-
}
|
|
1458
|
-
export class uDropdown<T> extends VueComponent{
|
|
935
|
+
options?: {
|
|
1459
936
|
|
|
1460
|
-
|
|
937
|
+
[propname: string]: any,
|
|
938
|
+
bindAttr?: () => Array<any>,
|
|
939
|
+
slotDefault?: () => Array<any>,
|
|
1461
940
|
|
|
1462
|
-
|
|
941
|
+
}) { super() }
|
|
942
|
+
}
|
|
943
|
+
export class uNavbarItemMulti<T> extends VueComponent {
|
|
1463
944
|
|
|
1464
|
-
|
|
1465
|
-
bindAttr?: () => Array<any>,
|
|
1466
|
-
slotDefault?: (current: nasl.ui.Current<T>)=> Array<any>,
|
|
1467
|
-
|
|
1468
|
-
}){super()}
|
|
1469
|
-
'data-source': Array<T>;
|
|
1470
|
-
'value': any;
|
|
1471
|
-
}
|
|
1472
|
-
export class uDropdownItem<T> extends VueComponent{
|
|
945
|
+
constructor(
|
|
1473
946
|
|
|
1474
|
-
|
|
947
|
+
options?: {
|
|
1475
948
|
|
|
1476
|
-
|
|
949
|
+
[propname: string]: any,
|
|
950
|
+
bindAttr?: () => Array<any>,
|
|
951
|
+
slotDefault?: () => Array<any>,
|
|
1477
952
|
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
}){super()}
|
|
1483
|
-
}
|
|
1484
|
-
export class uDropdownGroup<T> extends VueComponent{
|
|
953
|
+
}) { super() }
|
|
954
|
+
}
|
|
955
|
+
export class uNavbarDividerMulti<T> extends VueComponent {
|
|
1485
956
|
|
|
1486
|
-
|
|
957
|
+
constructor(
|
|
1487
958
|
|
|
1488
|
-
|
|
959
|
+
options?: {
|
|
1489
960
|
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
slotDefault?: ()=> Array<any>,
|
|
1493
|
-
|
|
1494
|
-
}){super()}
|
|
1495
|
-
}
|
|
1496
|
-
export class uToc<T> extends VueComponent{
|
|
961
|
+
[propname: string]: any,
|
|
962
|
+
bindAttr?: () => Array<any>,
|
|
963
|
+
slotDefault?: () => Array<any>,
|
|
1497
964
|
|
|
1498
|
-
|
|
965
|
+
}) { super() }
|
|
966
|
+
}
|
|
967
|
+
export class uNavbarDropdownMulti<T> extends VueComponent {
|
|
1499
968
|
|
|
1500
|
-
|
|
969
|
+
constructor(
|
|
1501
970
|
|
|
1502
|
-
|
|
1503
|
-
bindAttr?: () => Array<any>,
|
|
1504
|
-
slotDefault?: ()=> Array<any>,
|
|
1505
|
-
|
|
1506
|
-
}){super()}
|
|
1507
|
-
'value': any;
|
|
1508
|
-
}
|
|
1509
|
-
export class uTocItem<T> extends VueComponent{
|
|
971
|
+
options?: {
|
|
1510
972
|
|
|
1511
|
-
|
|
973
|
+
[propname: string]: any,
|
|
974
|
+
bindAttr?: () => Array<any>,
|
|
975
|
+
slotDefault?: () => Array<any>,
|
|
1512
976
|
|
|
1513
|
-
|
|
977
|
+
}) { super() }
|
|
978
|
+
}
|
|
979
|
+
export class uNavbarMenuMulti<T> extends VueComponent {
|
|
1514
980
|
|
|
1515
|
-
|
|
1516
|
-
bindAttr?: () => Array<any>,
|
|
1517
|
-
slotDefault?: ()=> Array<any>,
|
|
1518
|
-
|
|
1519
|
-
}){super()}
|
|
1520
|
-
'value': any;
|
|
1521
|
-
}
|
|
1522
|
-
export class uAnchor<T> extends VueComponent{
|
|
981
|
+
constructor(
|
|
1523
982
|
|
|
1524
|
-
|
|
983
|
+
options?: {
|
|
1525
984
|
|
|
1526
|
-
|
|
985
|
+
[propname: string]: any,
|
|
986
|
+
bindAttr?: () => Array<any>,
|
|
987
|
+
slotDefault?: () => Array<any>,
|
|
1527
988
|
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
}){super()}
|
|
1533
|
-
}
|
|
1534
|
-
export class uRouterView<T> extends VueComponent{
|
|
989
|
+
}) { super() }
|
|
990
|
+
}
|
|
991
|
+
export class uNavbarMenuGroupMulti<T> extends VueComponent {
|
|
1535
992
|
|
|
1536
|
-
|
|
993
|
+
constructor(
|
|
1537
994
|
|
|
1538
|
-
|
|
995
|
+
options?: {
|
|
1539
996
|
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
slotDefault?: ()=> Array<any>,
|
|
1543
|
-
|
|
1544
|
-
}){super()}
|
|
1545
|
-
}
|
|
1546
|
-
export class uIframe<T> extends VueComponent{
|
|
997
|
+
[propname: string]: any,
|
|
998
|
+
bindAttr?: () => Array<any>,
|
|
999
|
+
slotDefault?: () => Array<any>,
|
|
1547
1000
|
|
|
1548
|
-
|
|
1001
|
+
}) { super() }
|
|
1002
|
+
}
|
|
1003
|
+
export class uNavbarMenuItemMulti<T> extends VueComponent {
|
|
1549
1004
|
|
|
1550
|
-
|
|
1005
|
+
constructor(
|
|
1551
1006
|
|
|
1552
|
-
|
|
1553
|
-
bindAttr?: () => Array<any>,
|
|
1554
|
-
slotDefault?: ()=> Array<any>,
|
|
1555
|
-
|
|
1556
|
-
}){super()}
|
|
1557
|
-
}
|
|
1558
|
-
export class uPanel<T> extends VueComponent{
|
|
1007
|
+
options?: {
|
|
1559
1008
|
|
|
1560
|
-
|
|
1009
|
+
[propname: string]: any,
|
|
1010
|
+
bindAttr?: () => Array<any>,
|
|
1011
|
+
slotDefault?: () => Array<any>,
|
|
1561
1012
|
|
|
1562
|
-
|
|
1013
|
+
}) { super() }
|
|
1014
|
+
}
|
|
1015
|
+
export class uNavbarMenuDividerMulti<T> extends VueComponent {
|
|
1563
1016
|
|
|
1564
|
-
|
|
1565
|
-
bindAttr?: () => Array<any>,
|
|
1566
|
-
slotDefault?: ()=> Array<any>,
|
|
1567
|
-
|
|
1568
|
-
}){super()}
|
|
1569
|
-
}
|
|
1570
|
-
export class uPanelGroup<T> extends VueComponent{
|
|
1017
|
+
constructor(
|
|
1571
1018
|
|
|
1572
|
-
|
|
1019
|
+
options?: {
|
|
1573
1020
|
|
|
1574
|
-
|
|
1021
|
+
[propname: string]: any,
|
|
1022
|
+
bindAttr?: () => Array<any>,
|
|
1023
|
+
slotDefault?: () => Array<any>,
|
|
1575
1024
|
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
}){super()}
|
|
1581
|
-
}
|
|
1582
|
-
export class uCollapse<T> extends VueComponent{
|
|
1025
|
+
}) { super() }
|
|
1026
|
+
}
|
|
1027
|
+
export class uNavbarSelectMulti<T> extends VueComponent {
|
|
1583
1028
|
|
|
1584
|
-
|
|
1029
|
+
constructor(
|
|
1585
1030
|
|
|
1586
|
-
|
|
1031
|
+
options?: {
|
|
1587
1032
|
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
slotDefault?: ()=> Array<any>,
|
|
1591
|
-
|
|
1592
|
-
}){super()}
|
|
1593
|
-
}
|
|
1594
|
-
export class uCollapseItem<T> extends VueComponent{
|
|
1033
|
+
[propname: string]: any,
|
|
1034
|
+
bindAttr?: () => Array<any>,
|
|
1035
|
+
slotDefault?: () => Array<any>,
|
|
1595
1036
|
|
|
1596
|
-
|
|
1037
|
+
}) { super() }
|
|
1038
|
+
}
|
|
1039
|
+
export class uNavbarSelectGroupMulti<T> extends VueComponent {
|
|
1597
1040
|
|
|
1598
|
-
|
|
1041
|
+
constructor(
|
|
1599
1042
|
|
|
1600
|
-
|
|
1601
|
-
bindAttr?: () => Array<any>,
|
|
1602
|
-
slotDefault?: ()=> Array<any>,
|
|
1603
|
-
slotTitle?: ()=> Array<any>,
|
|
1604
|
-
slotExtra?: ()=> Array<any>,
|
|
1605
|
-
|
|
1606
|
-
}){super()}
|
|
1607
|
-
}
|
|
1608
|
-
export class uCard<T> extends VueComponent{
|
|
1043
|
+
options?: {
|
|
1609
1044
|
|
|
1610
|
-
|
|
1045
|
+
[propname: string]: any,
|
|
1046
|
+
bindAttr?: () => Array<any>,
|
|
1047
|
+
slotDefault?: () => Array<any>,
|
|
1611
1048
|
|
|
1612
|
-
|
|
1049
|
+
}) { super() }
|
|
1050
|
+
}
|
|
1051
|
+
export class uNavbarSelectItemMulti<T> extends VueComponent {
|
|
1613
1052
|
|
|
1614
|
-
|
|
1615
|
-
bindAttr?: () => Array<any>,
|
|
1616
|
-
slotDefault?: ()=> Array<any>,
|
|
1617
|
-
slotCover?: ()=> Array<any>,
|
|
1618
|
-
|
|
1619
|
-
}){super()}
|
|
1620
|
-
}
|
|
1621
|
-
export class uCardGroup<T> extends VueComponent{
|
|
1053
|
+
constructor(
|
|
1622
1054
|
|
|
1623
|
-
|
|
1055
|
+
options?: {
|
|
1624
1056
|
|
|
1625
|
-
|
|
1057
|
+
[propname: string]: any,
|
|
1058
|
+
bindAttr?: () => Array<any>,
|
|
1059
|
+
slotDefault?: () => Array<any>,
|
|
1626
1060
|
|
|
1627
|
-
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
slotCover?: ()=> Array<any>,
|
|
1631
|
-
|
|
1632
|
-
}){super()}
|
|
1633
|
-
}
|
|
1634
|
-
export class uText<T> extends VueComponent{
|
|
1061
|
+
}) { super() }
|
|
1062
|
+
}
|
|
1063
|
+
export class uNavbarSelectDividerMulti<T> extends VueComponent {
|
|
1635
1064
|
|
|
1636
|
-
|
|
1065
|
+
constructor(
|
|
1637
1066
|
|
|
1638
|
-
|
|
1067
|
+
options?: {
|
|
1639
1068
|
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
slotDefault?: ()=> Array<any>,
|
|
1643
|
-
|
|
1644
|
-
}){super()}
|
|
1645
|
-
}
|
|
1646
|
-
export class uLink<T> extends VueComponent{
|
|
1069
|
+
[propname: string]: any,
|
|
1070
|
+
bindAttr?: () => Array<any>,
|
|
1071
|
+
slotDefault?: () => Array<any>,
|
|
1647
1072
|
|
|
1648
|
-
|
|
1073
|
+
}) { super() }
|
|
1074
|
+
}
|
|
1075
|
+
export class uNumberInput<T> extends VueComponent {
|
|
1649
1076
|
|
|
1650
|
-
|
|
1077
|
+
constructor(
|
|
1651
1078
|
|
|
1652
|
-
|
|
1653
|
-
bindAttr?: () => Array<any>,
|
|
1654
|
-
slotDefault?: ()=> Array<any>,
|
|
1655
|
-
|
|
1656
|
-
}){super()}
|
|
1657
|
-
}
|
|
1658
|
-
export class uButton<T> extends VueComponent{
|
|
1079
|
+
options?: {
|
|
1659
1080
|
|
|
1660
|
-
|
|
1081
|
+
[propname: string]: any,
|
|
1082
|
+
bindAttr?: () => Array<any>,
|
|
1083
|
+
slotDefault?: () => Array<any>,
|
|
1661
1084
|
|
|
1662
|
-
|
|
1085
|
+
}) { super() }
|
|
1086
|
+
}
|
|
1087
|
+
export class uPagination<T> extends VueComponent {
|
|
1663
1088
|
|
|
1664
|
-
|
|
1665
|
-
bindAttr?: () => Array<any>,
|
|
1666
|
-
slotDefault?: ()=> Array<any>,
|
|
1667
|
-
|
|
1668
|
-
}){super()}
|
|
1669
|
-
}
|
|
1670
|
-
export class iIco<T> extends VueComponent{
|
|
1089
|
+
constructor(
|
|
1671
1090
|
|
|
1672
|
-
|
|
1091
|
+
options?: {
|
|
1673
1092
|
|
|
1674
|
-
|
|
1093
|
+
[propname: string]: any,
|
|
1094
|
+
bindAttr?: () => Array<any>,
|
|
1095
|
+
slotDefault?: () => Array<any>,
|
|
1675
1096
|
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
|
|
1680
|
-
}){super()}
|
|
1681
|
-
}
|
|
1682
|
-
export class uGallery<T> extends VueComponent{
|
|
1097
|
+
}) { super() }
|
|
1098
|
+
}
|
|
1099
|
+
export class uPanel<T> extends VueComponent {
|
|
1683
1100
|
|
|
1684
|
-
|
|
1101
|
+
constructor(
|
|
1685
1102
|
|
|
1686
|
-
|
|
1103
|
+
options?: {
|
|
1687
1104
|
|
|
1688
|
-
|
|
1689
|
-
|
|
1690
|
-
slotDefault?: ()=> Array<any>,
|
|
1691
|
-
|
|
1692
|
-
}){super()}
|
|
1693
|
-
'data-source': Array<T>;
|
|
1694
|
-
'num': nasl.core.Long;
|
|
1695
|
-
reload: () => any;
|
|
1696
|
-
}
|
|
1697
|
-
export class uLabel<T> extends VueComponent{
|
|
1105
|
+
[propname: string]: any,
|
|
1106
|
+
bindAttr?: () => Array<any>,
|
|
1107
|
+
slotDefault?: () => Array<any>,
|
|
1698
1108
|
|
|
1699
|
-
|
|
1109
|
+
}) { super() }
|
|
1110
|
+
}
|
|
1111
|
+
export class uPanelGroup<T> extends VueComponent {
|
|
1700
1112
|
|
|
1701
|
-
|
|
1113
|
+
constructor(
|
|
1702
1114
|
|
|
1703
|
-
|
|
1704
|
-
bindAttr?: () => Array<any>,
|
|
1705
|
-
slotDefault?: ()=> Array<any>,
|
|
1706
|
-
|
|
1707
|
-
}){super()}
|
|
1708
|
-
}
|
|
1709
|
-
export class uBadge<T> extends VueComponent{
|
|
1115
|
+
options?: {
|
|
1710
1116
|
|
|
1711
|
-
|
|
1117
|
+
[propname: string]: any,
|
|
1118
|
+
bindAttr?: () => Array<any>,
|
|
1119
|
+
slotDefault?: () => Array<any>,
|
|
1712
1120
|
|
|
1713
|
-
|
|
1121
|
+
}) { super() }
|
|
1122
|
+
}
|
|
1123
|
+
export class uPopupCombination<T> extends VueComponent {
|
|
1714
1124
|
|
|
1715
|
-
|
|
1716
|
-
bindAttr?: () => Array<any>,
|
|
1717
|
-
slotDefault?: ()=> Array<any>,
|
|
1718
|
-
|
|
1719
|
-
}){super()}
|
|
1720
|
-
'value': any;
|
|
1721
|
-
'max': nasl.core.Long;
|
|
1722
|
-
}
|
|
1723
|
-
export class uCarousel<T> extends VueComponent{
|
|
1724
|
-
|
|
1725
|
-
constructor(
|
|
1726
|
-
|
|
1727
|
-
options?: {
|
|
1728
|
-
|
|
1729
|
-
[propname: string]: any,
|
|
1730
|
-
bindAttr?: () => Array<any>,
|
|
1731
|
-
slotDefault?: (current: nasl.ui.Current<T>)=> Array<any>,
|
|
1732
|
-
slotItem?: (current: nasl.ui.Current<T>) => Array<any>,
|
|
1733
|
-
|
|
1734
|
-
}){super()}
|
|
1735
|
-
'data-source': Array<T>;
|
|
1736
|
-
'value': any;
|
|
1737
|
-
'interval': nasl.core.Long;
|
|
1738
|
-
reload: () => any;
|
|
1739
|
-
}
|
|
1740
|
-
export class uCarouselItem<T> extends VueComponent{
|
|
1125
|
+
constructor(
|
|
1741
1126
|
|
|
1742
|
-
|
|
1127
|
+
options?: {
|
|
1743
1128
|
|
|
1744
|
-
|
|
1129
|
+
[propname: string]: any,
|
|
1130
|
+
bindAttr?: () => Array<any>,
|
|
1131
|
+
slotDefault?: () => Array<any>,
|
|
1132
|
+
slotReference?: () => Array<any>,
|
|
1745
1133
|
|
|
1746
|
-
|
|
1747
|
-
|
|
1748
|
-
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
}
|
|
1753
|
-
export class
|
|
1134
|
+
}) { super() }
|
|
1135
|
+
open: () => any;
|
|
1136
|
+
close: () => any;
|
|
1137
|
+
toggle: (opened?: nasl.core.Boolean,) => any;
|
|
1138
|
+
update: () => any;
|
|
1139
|
+
scheduleUpdate: () => any;
|
|
1140
|
+
}
|
|
1141
|
+
export class uRadios<T> extends VueComponent {
|
|
1754
1142
|
|
|
1755
|
-
|
|
1143
|
+
constructor(
|
|
1756
1144
|
|
|
1757
|
-
|
|
1145
|
+
options?: {
|
|
1758
1146
|
|
|
1759
|
-
|
|
1760
|
-
|
|
1761
|
-
slotDefault?: ()=> Array<any>,
|
|
1762
|
-
|
|
1763
|
-
}){super()}
|
|
1764
|
-
'repeat': nasl.core.Long;
|
|
1765
|
-
}
|
|
1766
|
-
export class uInfoListItem<T> extends VueComponent{
|
|
1147
|
+
[propname: string]: any,
|
|
1148
|
+
bindAttr?: () => Array<any>,
|
|
1149
|
+
slotDefault?: (current: nasl.ui.Current<T>) => Array<any>,
|
|
1150
|
+
slotItem?: (current: nasl.ui.Current<T>) => Array<any>,
|
|
1767
1151
|
|
|
1768
|
-
|
|
1152
|
+
}) { super() }
|
|
1153
|
+
}
|
|
1154
|
+
export class uRadio<T> extends VueComponent {
|
|
1769
1155
|
|
|
1770
|
-
|
|
1156
|
+
constructor(
|
|
1771
1157
|
|
|
1772
|
-
|
|
1773
|
-
bindAttr?: () => Array<any>,
|
|
1774
|
-
slotDefault?: ()=> Array<any>,
|
|
1775
|
-
slotLabel?: ()=> Array<any>,
|
|
1776
|
-
|
|
1777
|
-
}){super()}
|
|
1778
|
-
}
|
|
1779
|
-
export class uInfoListGroup<T> extends VueComponent{
|
|
1158
|
+
options?: {
|
|
1780
1159
|
|
|
1781
|
-
|
|
1160
|
+
[propname: string]: any,
|
|
1161
|
+
bindAttr?: () => Array<any>,
|
|
1162
|
+
slotDefault?: () => Array<any>,
|
|
1782
1163
|
|
|
1783
|
-
|
|
1164
|
+
}) { super() }
|
|
1165
|
+
}
|
|
1166
|
+
export class uRate<T> extends VueComponent {
|
|
1784
1167
|
|
|
1785
|
-
|
|
1786
|
-
bindAttr?: () => Array<any>,
|
|
1787
|
-
slotDefault?: ()=> Array<any>,
|
|
1788
|
-
slotTitle?: ()=> Array<any>,
|
|
1789
|
-
slotExtra?: ()=> Array<any>,
|
|
1790
|
-
|
|
1791
|
-
}){super()}
|
|
1792
|
-
'repeat': nasl.core.Long;
|
|
1793
|
-
}
|
|
1794
|
-
export class uImage<T> extends VueComponent{
|
|
1168
|
+
constructor(
|
|
1795
1169
|
|
|
1796
|
-
|
|
1170
|
+
options?: {
|
|
1797
1171
|
|
|
1798
|
-
|
|
1172
|
+
[propname: string]: any,
|
|
1173
|
+
bindAttr?: () => Array<any>,
|
|
1174
|
+
slotDefault?: () => Array<any>,
|
|
1799
1175
|
|
|
1800
|
-
|
|
1801
|
-
|
|
1802
|
-
|
|
1803
|
-
|
|
1804
|
-
}){super()}
|
|
1805
|
-
}
|
|
1806
|
-
export class uAlert<T> extends VueComponent{
|
|
1176
|
+
}) { super() }
|
|
1177
|
+
}
|
|
1178
|
+
export class uRegionSelect<T> extends VueComponent {
|
|
1807
1179
|
|
|
1808
|
-
|
|
1180
|
+
constructor(
|
|
1809
1181
|
|
|
1810
|
-
|
|
1182
|
+
options?: {
|
|
1811
1183
|
|
|
1812
|
-
|
|
1813
|
-
|
|
1814
|
-
slotDefault?: ()=> Array<any>,
|
|
1815
|
-
slotTitle?: ()=> Array<any>,
|
|
1816
|
-
|
|
1817
|
-
}){super()}
|
|
1818
|
-
}
|
|
1819
|
-
export class uCountDown<T> extends VueComponent{
|
|
1820
|
-
|
|
1821
|
-
constructor(
|
|
1822
|
-
|
|
1823
|
-
options?: {
|
|
1824
|
-
|
|
1825
|
-
[propname: string]: any,
|
|
1826
|
-
bindAttr?: () => Array<any>,
|
|
1827
|
-
slotDefault?: ()=> Array<any>,
|
|
1828
|
-
|
|
1829
|
-
}){super()}
|
|
1830
|
-
'timer': nasl.core.Long;
|
|
1831
|
-
start: () => any;
|
|
1832
|
-
pause: () => any;
|
|
1833
|
-
continue: () => any;
|
|
1834
|
-
stop: () => any;
|
|
1835
|
-
}
|
|
1836
|
-
export class uDivider<T> extends VueComponent{
|
|
1184
|
+
[propname: string]: any,
|
|
1185
|
+
bindAttr?: () => Array<any>,
|
|
1186
|
+
slotDefault?: () => Array<any>,
|
|
1837
1187
|
|
|
1838
|
-
|
|
1188
|
+
}) { super() }
|
|
1189
|
+
open: () => any;
|
|
1190
|
+
close: () => any;
|
|
1191
|
+
clear: () => any;
|
|
1192
|
+
}
|
|
1193
|
+
export class uRouterView<T> extends VueComponent {
|
|
1839
1194
|
|
|
1840
|
-
|
|
1195
|
+
constructor(
|
|
1841
1196
|
|
|
1842
|
-
|
|
1843
|
-
bindAttr?: () => Array<any>,
|
|
1844
|
-
slotDefault?: ()=> Array<any>,
|
|
1845
|
-
|
|
1846
|
-
}){super()}
|
|
1847
|
-
}
|
|
1848
|
-
export class uTimeline<T> extends VueComponent{
|
|
1197
|
+
options?: {
|
|
1849
1198
|
|
|
1850
|
-
|
|
1199
|
+
[propname: string]: any,
|
|
1200
|
+
bindAttr?: () => Array<any>,
|
|
1201
|
+
slotDefault?: () => Array<any>,
|
|
1851
1202
|
|
|
1852
|
-
|
|
1203
|
+
}) { super() }
|
|
1204
|
+
}
|
|
1205
|
+
export class uSelect<T> extends VueComponent {
|
|
1853
1206
|
|
|
1854
|
-
|
|
1855
|
-
bindAttr?: () => Array<any>,
|
|
1856
|
-
slotDefault?: (current: nasl.ui.Current<T>)=> Array<any>,
|
|
1857
|
-
slotItem?: (current: nasl.ui.Current<T>) => Array<any>,
|
|
1858
|
-
|
|
1859
|
-
}){super()}
|
|
1860
|
-
'data-source': Array<T>;
|
|
1861
|
-
}
|
|
1862
|
-
export class uTimelineItem<T> extends VueComponent{
|
|
1207
|
+
constructor(
|
|
1863
1208
|
|
|
1864
|
-
|
|
1209
|
+
options?: {
|
|
1865
1210
|
|
|
1866
|
-
|
|
1211
|
+
[propname: string]: any,
|
|
1212
|
+
bindAttr?: () => Array<any>,
|
|
1213
|
+
slotDefault?: (current: nasl.ui.Current<T>) => Array<any>,
|
|
1867
1214
|
|
|
1868
|
-
|
|
1869
|
-
|
|
1870
|
-
|
|
1871
|
-
|
|
1872
|
-
|
|
1873
|
-
|
|
1874
|
-
}
|
|
1875
|
-
|
|
1876
|
-
export class uTableView<T> extends VueComponent{
|
|
1877
|
-
|
|
1878
|
-
constructor(
|
|
1879
|
-
|
|
1880
|
-
options?: {
|
|
1881
|
-
|
|
1882
|
-
[propname: string]: any,
|
|
1883
|
-
bindAttr?: () => Array<any>,
|
|
1884
|
-
slotDefault?: () => Array<uTableViewColumn<T>> | Array<uTableViewColumnDynamic<T>> | Array<any>,
|
|
1885
|
-
slotLoading?: ()=> Array<any>,
|
|
1886
|
-
slotError?: ()=> Array<any>,
|
|
1887
|
-
slotEmpty?: ()=> Array<any>,
|
|
1888
|
-
slotDragGhost?: (current: nasl.ui.Current<T>) => Array<any>,
|
|
1889
|
-
|
|
1890
|
-
}){super()}
|
|
1891
|
-
'data-source': Array<T>;
|
|
1892
|
-
'page-size': nasl.core.Long;
|
|
1893
|
-
'page-number': nasl.core.Long;
|
|
1894
|
-
'sorting': {
|
|
1895
|
-
field: nasl.core.String
|
|
1896
|
-
order: nasl.core.String
|
|
1897
|
-
};
|
|
1898
|
-
'value': any;
|
|
1899
|
-
'values': Array<any>;
|
|
1900
|
-
'stick-head-offset': nasl.core.Long;
|
|
1901
|
-
reload: () => any;
|
|
1902
|
-
getFields: () => any;
|
|
1903
|
-
exportExcel: (page?: nasl.core.Long,size?: nasl.core.Long,filename?: nasl.core.String,sort?: nasl.core.String,order?: nasl.core.String,excludeColumns?: nasl.collection.List<nasl.core.String>,) => any;
|
|
1904
|
-
resetEdit: (item?: object,) => any;
|
|
1905
|
-
}
|
|
1906
|
-
export class uTableViewColumn<T> extends VueComponent{
|
|
1215
|
+
}) { super() }
|
|
1216
|
+
open: () => any;
|
|
1217
|
+
close: () => any;
|
|
1218
|
+
toggle: (opened?: nasl.core.Boolean,) => any;
|
|
1219
|
+
load: () => any;
|
|
1220
|
+
reload: () => any;
|
|
1221
|
+
}
|
|
1222
|
+
export class uSelectItem<T> extends VueComponent {
|
|
1907
1223
|
|
|
1908
|
-
|
|
1224
|
+
constructor(
|
|
1909
1225
|
|
|
1910
|
-
|
|
1226
|
+
options?: {
|
|
1911
1227
|
|
|
1912
|
-
|
|
1913
|
-
|
|
1914
|
-
|
|
1915
|
-
slotEditcell?: (current: nasl.ui.Current<T>) => Array<any>,
|
|
1916
|
-
slotTitle?: ()=> Array<any>,
|
|
1917
|
-
slotExpandContent?: (current: nasl.ui.Current<T>) => Array<any>,
|
|
1918
|
-
|
|
1919
|
-
}){super()}
|
|
1920
|
-
'start-index': nasl.core.Long;
|
|
1921
|
-
}
|
|
1922
|
-
export class uTableViewColumnConfig<T> extends VueComponent{
|
|
1228
|
+
[propname: string]: any,
|
|
1229
|
+
bindAttr?: () => Array<any>,
|
|
1230
|
+
slotDefault?: (current: nasl.ui.Current<T>) => Array<any>,
|
|
1923
1231
|
|
|
1924
|
-
|
|
1232
|
+
}) { super() }
|
|
1233
|
+
}
|
|
1234
|
+
export class uSelectGroup<T> extends VueComponent {
|
|
1925
1235
|
|
|
1926
|
-
|
|
1236
|
+
constructor(
|
|
1927
1237
|
|
|
1928
|
-
|
|
1929
|
-
bindAttr?: () => Array<any>,
|
|
1930
|
-
slotTitle?: ()=> Array<any>,
|
|
1931
|
-
slotItem?: (current: nasl.ui.Current<T>) => Array<any>,
|
|
1932
|
-
|
|
1933
|
-
}){super()}
|
|
1934
|
-
'data-source': Array<T>;
|
|
1935
|
-
'value': any;
|
|
1936
|
-
}
|
|
1937
|
-
export class uTableViewColumnDynamic<T, T1> extends VueComponent{
|
|
1238
|
+
options?: {
|
|
1938
1239
|
|
|
1939
|
-
|
|
1240
|
+
[propname: string]: any,
|
|
1241
|
+
bindAttr?: () => Array<any>,
|
|
1242
|
+
slotDefault?: () => Array<any>,
|
|
1940
1243
|
|
|
1941
|
-
|
|
1244
|
+
}) { super() }
|
|
1245
|
+
}
|
|
1246
|
+
export class uSelectDivider<T> extends VueComponent {
|
|
1942
1247
|
|
|
1943
|
-
|
|
1944
|
-
bindAttr?: () => Array<any>,
|
|
1945
|
-
slotTitle?: (current: {columnIndex: number, columnItem: T1}) => Array<any>,
|
|
1946
|
-
slotCell?: (current: nasl.ui.CurrentDynamic<T,T1>) => Array<any>,
|
|
1947
|
-
|
|
1948
|
-
}){super()}
|
|
1949
|
-
'data-source': Array<T>;
|
|
1950
|
-
}
|
|
1951
|
-
export class uListView<T> extends VueComponent{
|
|
1952
|
-
|
|
1953
|
-
constructor(
|
|
1954
|
-
|
|
1955
|
-
options?: {
|
|
1956
|
-
|
|
1957
|
-
[propname: string]: any,
|
|
1958
|
-
bindAttr?: () => Array<any>,
|
|
1959
|
-
slotDefault?: (current: nasl.ui.Current<T>)=> Array<any>,
|
|
1960
|
-
slotItem?: (current: nasl.ui.Current<T>) => Array<any>,
|
|
1961
|
-
|
|
1962
|
-
}){super()}
|
|
1963
|
-
'data-source': Array<T>;
|
|
1964
|
-
'page-size': nasl.core.Long;
|
|
1965
|
-
'page-number': nasl.core.Long;
|
|
1966
|
-
'value': any;
|
|
1967
|
-
reload: () => any;
|
|
1968
|
-
}
|
|
1969
|
-
export class uGridView<T> extends VueComponent{
|
|
1970
|
-
|
|
1971
|
-
constructor(
|
|
1972
|
-
|
|
1973
|
-
options?: {
|
|
1974
|
-
|
|
1975
|
-
[propname: string]: any,
|
|
1976
|
-
bindAttr?: () => Array<any>,
|
|
1977
|
-
slotDefault?: (current: nasl.ui.Current<T>)=> Array<any>,
|
|
1978
|
-
slotItem?: (current: nasl.ui.Current<T>) => Array<any>,
|
|
1979
|
-
|
|
1980
|
-
}){super()}
|
|
1981
|
-
'value': any;
|
|
1982
|
-
'data-source': Array<T>;
|
|
1983
|
-
'page-size': nasl.core.Long;
|
|
1984
|
-
'page-number': nasl.core.Long;
|
|
1985
|
-
'repeat': nasl.core.Long;
|
|
1986
|
-
reload: () => any;
|
|
1987
|
-
}
|
|
1988
|
-
export class uCalendarView<T> extends VueComponent{
|
|
1248
|
+
constructor(
|
|
1989
1249
|
|
|
1990
|
-
|
|
1250
|
+
options?: {
|
|
1991
1251
|
|
|
1992
|
-
|
|
1252
|
+
[propname: string]: any,
|
|
1253
|
+
bindAttr?: () => Array<any>,
|
|
1254
|
+
slotDefault?: () => Array<any>,
|
|
1993
1255
|
|
|
1994
|
-
|
|
1995
|
-
|
|
1996
|
-
|
|
1997
|
-
|
|
1998
|
-
}){super()}
|
|
1999
|
-
'data-source': Array<T>;
|
|
2000
|
-
'value': any;
|
|
2001
|
-
'first-day-of-week': nasl.core.Long;
|
|
2002
|
-
reload: () => any;
|
|
2003
|
-
}
|
|
2004
|
-
export class uListComponents<T> extends VueComponent{
|
|
1256
|
+
}) { super() }
|
|
1257
|
+
}
|
|
1258
|
+
export class uSelectableSteps<T> extends VueComponent {
|
|
2005
1259
|
|
|
2006
|
-
|
|
1260
|
+
constructor(
|
|
2007
1261
|
|
|
2008
|
-
|
|
1262
|
+
options?: {
|
|
2009
1263
|
|
|
2010
|
-
|
|
2011
|
-
|
|
2012
|
-
slotDefault?: (
|
|
2013
|
-
|
|
2014
|
-
}){super()}
|
|
2015
|
-
'data-source': Array<T>;
|
|
2016
|
-
'colnum': nasl.core.Long;
|
|
2017
|
-
}
|
|
2018
|
-
export class uForm<T> extends VueComponent{
|
|
1264
|
+
[propname: string]: any,
|
|
1265
|
+
bindAttr?: () => Array<any>,
|
|
1266
|
+
slotDefault?: () => Array<any>,
|
|
2019
1267
|
|
|
2020
|
-
|
|
1268
|
+
}) { super() }
|
|
1269
|
+
}
|
|
1270
|
+
export class uSelectableStep<T> extends VueComponent {
|
|
2021
1271
|
|
|
2022
|
-
|
|
1272
|
+
constructor(
|
|
2023
1273
|
|
|
2024
|
-
|
|
2025
|
-
bindAttr?: () => Array<any>,
|
|
2026
|
-
slotDefault?: ()=> Array<any>,
|
|
2027
|
-
|
|
2028
|
-
}){super()}
|
|
2029
|
-
'repeat': nasl.core.Long;
|
|
2030
|
-
validate: (trigger?: nasl.core.String,muted?: nasl.core.Boolean,) => any;
|
|
2031
|
-
validateItem: (name?: nasl.core.String,trigger?: nasl.core.String,muted?: nasl.core.Boolean,) => any;
|
|
2032
|
-
}
|
|
2033
|
-
export class uFormItem<T> extends VueComponent{
|
|
1274
|
+
options?: {
|
|
2034
1275
|
|
|
2035
|
-
|
|
1276
|
+
[propname: string]: any,
|
|
1277
|
+
bindAttr?: () => Array<any>,
|
|
1278
|
+
slotDefault?: () => Array<any>,
|
|
1279
|
+
slotTitle?: () => Array<any>,
|
|
2036
1280
|
|
|
2037
|
-
|
|
1281
|
+
}) { super() }
|
|
1282
|
+
}
|
|
1283
|
+
export class uSidebar<T> extends VueComponent {
|
|
2038
1284
|
|
|
2039
|
-
|
|
2040
|
-
bindAttr?: () => Array<any>,
|
|
2041
|
-
slotDefault?: ()=> Array<any>,
|
|
2042
|
-
|
|
2043
|
-
}){super()}
|
|
2044
|
-
}
|
|
2045
|
-
export class uFormGroup<T> extends VueComponent{
|
|
1285
|
+
constructor(
|
|
2046
1286
|
|
|
2047
|
-
|
|
1287
|
+
options?: {
|
|
2048
1288
|
|
|
2049
|
-
|
|
1289
|
+
[propname: string]: any,
|
|
1290
|
+
bindAttr?: () => Array<any>,
|
|
1291
|
+
slotDefault?: () => Array<any>,
|
|
2050
1292
|
|
|
2051
|
-
|
|
2052
|
-
|
|
2053
|
-
|
|
2054
|
-
|
|
2055
|
-
slotExtra?: ()=> Array<any>,
|
|
2056
|
-
|
|
2057
|
-
}){super()}
|
|
2058
|
-
'repeat': nasl.core.Long;
|
|
2059
|
-
}
|
|
2060
|
-
export class uInput<T> extends VueComponent{
|
|
2061
|
-
|
|
2062
|
-
constructor(
|
|
2063
|
-
|
|
2064
|
-
options?: {
|
|
2065
|
-
|
|
2066
|
-
[propname: string]: any,
|
|
2067
|
-
bindAttr?: () => Array<any>,
|
|
2068
|
-
slotDefault?: ()=> Array<any>,
|
|
2069
|
-
|
|
2070
|
-
}){super()}
|
|
2071
|
-
'minlength': nasl.core.Long;
|
|
2072
|
-
'value': any;
|
|
2073
|
-
'maxlength': nasl.core.Long;
|
|
2074
|
-
focus: () => any;
|
|
2075
|
-
blur: () => any;
|
|
2076
|
-
clear: () => any;
|
|
2077
|
-
}
|
|
2078
|
-
export class uNumberInput<T> extends VueComponent{
|
|
2079
|
-
|
|
2080
|
-
constructor(
|
|
2081
|
-
|
|
2082
|
-
options?: {
|
|
2083
|
-
|
|
2084
|
-
[propname: string]: any,
|
|
2085
|
-
bindAttr?: () => Array<any>,
|
|
2086
|
-
slotDefault?: ()=> Array<any>,
|
|
2087
|
-
|
|
2088
|
-
}){super()}
|
|
2089
|
-
'value': any;
|
|
2090
|
-
'min': nasl.core.Long;
|
|
2091
|
-
'max': nasl.core.Long;
|
|
2092
|
-
'precision': nasl.core.Long;
|
|
2093
|
-
'decimal-length': nasl.core.Long;
|
|
2094
|
-
'step': nasl.core.Long;
|
|
2095
|
-
}
|
|
2096
|
-
export class uTextarea<T> extends VueComponent{
|
|
1293
|
+
}) { super() }
|
|
1294
|
+
toggleAll: (expanded?: nasl.core.Boolean,) => any;
|
|
1295
|
+
}
|
|
1296
|
+
export class uSidebarItem<T> extends VueComponent {
|
|
2097
1297
|
|
|
2098
|
-
|
|
1298
|
+
constructor(
|
|
2099
1299
|
|
|
2100
|
-
|
|
1300
|
+
options?: {
|
|
2101
1301
|
|
|
2102
|
-
|
|
2103
|
-
|
|
2104
|
-
slotDefault?: ()=> Array<any>,
|
|
2105
|
-
|
|
2106
|
-
}){super()}
|
|
2107
|
-
'minlength': nasl.core.Long;
|
|
2108
|
-
'value': any;
|
|
2109
|
-
'maxlength': nasl.core.Long;
|
|
2110
|
-
}
|
|
2111
|
-
export class uRadios<T> extends VueComponent{
|
|
1302
|
+
[propname: string]: any,
|
|
1303
|
+
bindAttr?: () => Array<any>,
|
|
1304
|
+
slotDefault?: () => Array<any>,
|
|
2112
1305
|
|
|
2113
|
-
|
|
1306
|
+
}) { super() }
|
|
1307
|
+
}
|
|
1308
|
+
export class uSidebarGroup<T> extends VueComponent {
|
|
2114
1309
|
|
|
2115
|
-
|
|
1310
|
+
constructor(
|
|
2116
1311
|
|
|
2117
|
-
|
|
2118
|
-
bindAttr?: () => Array<any>,
|
|
2119
|
-
slotDefault?: (current: nasl.ui.Current<T>)=> Array<any>,
|
|
2120
|
-
slotItem?: (current: nasl.ui.Current<T>) => Array<any>,
|
|
2121
|
-
|
|
2122
|
-
}){super()}
|
|
2123
|
-
'data-source': Array<T>;
|
|
2124
|
-
'value': any;
|
|
2125
|
-
reload: () => any;
|
|
2126
|
-
}
|
|
2127
|
-
export class uRadio<T> extends VueComponent{
|
|
1312
|
+
options?: {
|
|
2128
1313
|
|
|
2129
|
-
|
|
1314
|
+
[propname: string]: any,
|
|
1315
|
+
bindAttr?: () => Array<any>,
|
|
1316
|
+
slotDefault?: () => Array<any>,
|
|
1317
|
+
slotTitle?: () => Array<any>,
|
|
1318
|
+
slotExtra?: () => Array<any>,
|
|
2130
1319
|
|
|
2131
|
-
|
|
1320
|
+
}) { super() }
|
|
1321
|
+
}
|
|
1322
|
+
export class uSidebarDivider<T> extends VueComponent {
|
|
2132
1323
|
|
|
2133
|
-
|
|
2134
|
-
bindAttr?: () => Array<any>,
|
|
2135
|
-
slotDefault?: ()=> Array<any>,
|
|
2136
|
-
|
|
2137
|
-
}){super()}
|
|
2138
|
-
}
|
|
2139
|
-
export class uSwitch<T> extends VueComponent{
|
|
1324
|
+
constructor(
|
|
2140
1325
|
|
|
2141
|
-
|
|
1326
|
+
options?: {
|
|
2142
1327
|
|
|
2143
|
-
|
|
1328
|
+
[propname: string]: any,
|
|
1329
|
+
bindAttr?: () => Array<any>,
|
|
1330
|
+
slotDefault?: () => Array<any>,
|
|
2144
1331
|
|
|
2145
|
-
|
|
2146
|
-
|
|
2147
|
-
|
|
2148
|
-
|
|
2149
|
-
}){super()}
|
|
2150
|
-
'value': any;
|
|
2151
|
-
}
|
|
2152
|
-
export class uCheckboxes<T> extends VueComponent{
|
|
2153
|
-
|
|
2154
|
-
constructor(
|
|
2155
|
-
|
|
2156
|
-
options?: {
|
|
2157
|
-
|
|
2158
|
-
[propname: string]: any,
|
|
2159
|
-
bindAttr?: () => Array<any>,
|
|
2160
|
-
slotDefault?: (current: nasl.ui.Current<T>)=> Array<any>,
|
|
2161
|
-
slotItem?: (current: nasl.ui.Current<T>) => Array<any>,
|
|
2162
|
-
|
|
2163
|
-
}){super()}
|
|
2164
|
-
'data-source': Array<T>;
|
|
2165
|
-
'value': any;
|
|
2166
|
-
'min': nasl.core.Long;
|
|
2167
|
-
'max': nasl.core.Long;
|
|
2168
|
-
reload: () => any;
|
|
2169
|
-
}
|
|
2170
|
-
export class uCheckbox<T> extends VueComponent{
|
|
1332
|
+
}) { super() }
|
|
1333
|
+
}
|
|
1334
|
+
export class uSwitch<T> extends VueComponent {
|
|
2171
1335
|
|
|
2172
|
-
|
|
1336
|
+
constructor(
|
|
2173
1337
|
|
|
2174
|
-
|
|
1338
|
+
options?: {
|
|
2175
1339
|
|
|
2176
|
-
|
|
2177
|
-
|
|
2178
|
-
slotDefault?: ()=> Array<any>,
|
|
2179
|
-
|
|
2180
|
-
}){super()}
|
|
2181
|
-
'value': any;
|
|
2182
|
-
}
|
|
2183
|
-
export class uCapsules<T> extends VueComponent{
|
|
1340
|
+
[propname: string]: any,
|
|
1341
|
+
bindAttr?: () => Array<any>,
|
|
1342
|
+
slotDefault?: () => Array<any>,
|
|
2184
1343
|
|
|
2185
|
-
|
|
1344
|
+
}) { super() }
|
|
1345
|
+
}
|
|
1346
|
+
export class uTableView<T> extends VueComponent {
|
|
2186
1347
|
|
|
2187
|
-
|
|
1348
|
+
constructor(
|
|
2188
1349
|
|
|
2189
|
-
|
|
2190
|
-
bindAttr?: () => Array<any>,
|
|
2191
|
-
slotDefault?: ()=> Array<any>,
|
|
2192
|
-
|
|
2193
|
-
}){super()}
|
|
2194
|
-
'value': any;
|
|
2195
|
-
}
|
|
2196
|
-
export class uCapsule<T> extends VueComponent{
|
|
1350
|
+
options?: {
|
|
2197
1351
|
|
|
2198
|
-
|
|
1352
|
+
[propname: string]: any,
|
|
1353
|
+
bindAttr?: () => Array<any>,
|
|
1354
|
+
slotDefault?: () => Array<uTableViewColumn<T>> | Array<any> | Array<uTableViewColumnDynamic<any, any>>,
|
|
1355
|
+
slotLoading?: () => Array<any>,
|
|
1356
|
+
slotError?: () => Array<any>,
|
|
1357
|
+
slotEmpty?: () => Array<any>,
|
|
2199
1358
|
|
|
2200
|
-
|
|
1359
|
+
}) { super() }
|
|
1360
|
+
load: () => any;
|
|
1361
|
+
reload: () => any;
|
|
1362
|
+
getFields: () => any;
|
|
1363
|
+
exportExcel: (page?: nasl.core.Long, size?: nasl.core.Long, filename?: nasl.core.String, sort?: nasl.core.String, order?: nasl.core.String, excludeColumns?: nasl.collection.List<nasl.core.String>,) => any;
|
|
1364
|
+
}
|
|
1365
|
+
export class uTableViewColumn<T> extends VueComponent {
|
|
2201
1366
|
|
|
2202
|
-
|
|
2203
|
-
bindAttr?: () => Array<any>,
|
|
2204
|
-
slotDefault?: ()=> Array<any>,
|
|
2205
|
-
|
|
2206
|
-
}){super()}
|
|
2207
|
-
'value': any;
|
|
2208
|
-
}
|
|
2209
|
-
export class uCapsulesGroup<T> extends VueComponent{
|
|
1367
|
+
constructor(
|
|
2210
1368
|
|
|
2211
|
-
|
|
1369
|
+
options?: {
|
|
2212
1370
|
|
|
2213
|
-
|
|
1371
|
+
[propname: string]: any,
|
|
1372
|
+
bindAttr?: () => Array<any>,
|
|
1373
|
+
slotCell?: (current: nasl.ui.Current<T>) => Array<any>,
|
|
1374
|
+
slotEditcell?: (current: nasl.ui.Current<T>) => Array<any>,
|
|
1375
|
+
slotTitle?: () => Array<any>,
|
|
1376
|
+
slotExpandContent?: (current: nasl.ui.Current<T>) => Array<any>,
|
|
2214
1377
|
|
|
2215
|
-
|
|
2216
|
-
|
|
2217
|
-
slotDefault?: ()=> Array<any>,
|
|
2218
|
-
|
|
2219
|
-
}){super()}
|
|
2220
|
-
}
|
|
2221
|
-
export class uRate<T> extends VueComponent{
|
|
1378
|
+
}) { super() }
|
|
1379
|
+
}
|
|
2222
1380
|
|
|
2223
|
-
|
|
1381
|
+
export class uTableViewColumnDynamic<T, T1> extends VueComponent {
|
|
2224
1382
|
|
|
2225
|
-
|
|
1383
|
+
constructor(
|
|
2226
1384
|
|
|
2227
|
-
|
|
2228
|
-
bindAttr?: () => Array<any>,
|
|
2229
|
-
slotDefault?: ()=> Array<any>,
|
|
2230
|
-
|
|
2231
|
-
}){super()}
|
|
2232
|
-
'value': any;
|
|
2233
|
-
'max': nasl.core.Long;
|
|
2234
|
-
'texts': Array<any>;
|
|
2235
|
-
'tooltips': Array<any>;
|
|
2236
|
-
}
|
|
2237
|
-
export class uComboSlider<T> extends VueComponent{
|
|
2238
|
-
|
|
2239
|
-
constructor(
|
|
2240
|
-
|
|
2241
|
-
options?: {
|
|
2242
|
-
|
|
2243
|
-
[propname: string]: any,
|
|
2244
|
-
bindAttr?: () => Array<any>,
|
|
2245
|
-
slotDefault?: ()=> Array<any>,
|
|
2246
|
-
|
|
2247
|
-
}){super()}
|
|
2248
|
-
'value': any;
|
|
2249
|
-
'min': nasl.core.Long;
|
|
2250
|
-
'max': nasl.core.Long;
|
|
2251
|
-
'step': nasl.core.Long;
|
|
2252
|
-
'precision': nasl.core.Long;
|
|
2253
|
-
'range': Array<any>;
|
|
2254
|
-
}
|
|
2255
|
-
export class uUploader<T> extends VueComponent{
|
|
2256
|
-
|
|
2257
|
-
constructor(
|
|
2258
|
-
|
|
2259
|
-
options?: {
|
|
2260
|
-
|
|
2261
|
-
[propname: string]: any,
|
|
2262
|
-
bindAttr?: () => Array<any>,
|
|
2263
|
-
slotDefault?: ()=> Array<any>,
|
|
2264
|
-
|
|
2265
|
-
}){super()}
|
|
2266
|
-
'value': any;
|
|
2267
|
-
'limit': nasl.core.Long;
|
|
2268
|
-
'cropperBoxWidth': nasl.core.Long;
|
|
2269
|
-
'cropperBoxHeight': nasl.core.Long;
|
|
2270
|
-
'ttlValue': nasl.core.Long;
|
|
2271
|
-
select: () => any;
|
|
2272
|
-
}
|
|
2273
|
-
export class uValidator<T> extends VueComponent{
|
|
1385
|
+
options?: {
|
|
2274
1386
|
|
|
2275
|
-
|
|
1387
|
+
[propname: string]: any,
|
|
1388
|
+
bindAttr?: () => Array<any>,
|
|
1389
|
+
slotCell?: (current: nasl.ui.CurrentDynamic<T, T1>) => Array<any>,
|
|
1390
|
+
slotEditcell?: (current: nasl.ui.CurrentDynamic<T, T1>) => Array<any>,
|
|
1391
|
+
slotTitle?: (current: nasl.ui.Current<T1>) => Array<any>,
|
|
1392
|
+
slotExpandContent?: (current: nasl.ui.CurrentDynamic<T, T1>) => Array<any>,
|
|
2276
1393
|
|
|
2277
|
-
|
|
1394
|
+
}) { super() }
|
|
1395
|
+
}
|
|
2278
1396
|
|
|
2279
|
-
|
|
2280
|
-
bindAttr?: () => Array<any>,
|
|
2281
|
-
slotDefault?: ()=> Array<any>,
|
|
2282
|
-
|
|
2283
|
-
}){super()}
|
|
2284
|
-
validate: (trigger?: nasl.core.String,muted?: nasl.core.Boolean,) => any;
|
|
2285
|
-
}
|
|
2286
|
-
export class uTabs<T> extends VueComponent{
|
|
2287
|
-
|
|
2288
|
-
constructor(
|
|
2289
|
-
|
|
2290
|
-
options?: {
|
|
2291
|
-
|
|
2292
|
-
[propname: string]: any,
|
|
2293
|
-
bindAttr?: () => Array<any>,
|
|
2294
|
-
slotDefault?: (current: nasl.ui.Current<T>)=> Array<any>,
|
|
2295
|
-
slotTitle?: (current: nasl.ui.Current<T>) => Array<any>,
|
|
2296
|
-
slotContent?: (current: nasl.ui.Current<T>) => Array<any>,
|
|
2297
|
-
|
|
2298
|
-
}){super()}
|
|
2299
|
-
'data-source': Array<T>;
|
|
2300
|
-
'value': any;
|
|
2301
|
-
reload: () => any;
|
|
2302
|
-
}
|
|
2303
|
-
export class uTab<T> extends VueComponent{
|
|
1397
|
+
export class uTabs<T> extends VueComponent {
|
|
2304
1398
|
|
|
2305
|
-
|
|
1399
|
+
constructor(
|
|
2306
1400
|
|
|
2307
|
-
|
|
1401
|
+
options?: {
|
|
2308
1402
|
|
|
2309
|
-
|
|
2310
|
-
|
|
2311
|
-
slotDefault?: ()=> Array<any>,
|
|
2312
|
-
slotTitle?: ()=> Array<any>,
|
|
2313
|
-
|
|
2314
|
-
}){super()}
|
|
2315
|
-
'value': any;
|
|
2316
|
-
}
|
|
2317
|
-
export class uSelectableSteps<T> extends VueComponent{
|
|
2318
|
-
|
|
2319
|
-
constructor(
|
|
2320
|
-
|
|
2321
|
-
options?: {
|
|
2322
|
-
|
|
2323
|
-
[propname: string]: any,
|
|
2324
|
-
bindAttr?: () => Array<any>,
|
|
2325
|
-
slotDefault?: (current: nasl.ui.Current<T>)=> Array<any>,
|
|
2326
|
-
slotTitle?: (current: nasl.ui.Current<T>) => Array<any>,
|
|
2327
|
-
slotDesc?: (current: nasl.ui.Current<T>) => Array<any>,
|
|
2328
|
-
|
|
2329
|
-
}){super()}
|
|
2330
|
-
'data-source': Array<T>;
|
|
2331
|
-
'value': any;
|
|
2332
|
-
reload: () => any;
|
|
2333
|
-
}
|
|
2334
|
-
export class uSelectableStep<T> extends VueComponent{
|
|
1403
|
+
[propname: string]: any,
|
|
1404
|
+
bindAttr?: () => Array<any>,
|
|
1405
|
+
slotDefault?: () => Array<any>,
|
|
2335
1406
|
|
|
2336
|
-
|
|
1407
|
+
}) { super() }
|
|
1408
|
+
}
|
|
1409
|
+
export class uTab<T> extends VueComponent {
|
|
2337
1410
|
|
|
2338
|
-
|
|
1411
|
+
constructor(
|
|
2339
1412
|
|
|
2340
|
-
|
|
2341
|
-
bindAttr?: () => Array<any>,
|
|
2342
|
-
slotDefault?: ()=> Array<any>,
|
|
2343
|
-
slotTitle?: ()=> Array<any>,
|
|
2344
|
-
|
|
2345
|
-
}){super()}
|
|
2346
|
-
}
|
|
2347
|
-
export class uPagination<T> extends VueComponent{
|
|
2348
|
-
|
|
2349
|
-
constructor(
|
|
2350
|
-
|
|
2351
|
-
options?: {
|
|
2352
|
-
|
|
2353
|
-
[propname: string]: any,
|
|
2354
|
-
bindAttr?: () => Array<any>,
|
|
2355
|
-
slotDefault?: ()=> Array<any>,
|
|
2356
|
-
|
|
2357
|
-
}){super()}
|
|
2358
|
-
'page': nasl.core.Long;
|
|
2359
|
-
'total': nasl.core.Long;
|
|
2360
|
-
'side': nasl.core.Long;
|
|
2361
|
-
'around': nasl.core.Long;
|
|
2362
|
-
'total-items': nasl.core.Long;
|
|
2363
|
-
'page-size': nasl.core.Long;
|
|
2364
|
-
'page-size-options': Array<any>;
|
|
2365
|
-
}
|
|
2366
|
-
export class uSelect<T> extends VueComponent{
|
|
2367
|
-
|
|
2368
|
-
constructor(
|
|
2369
|
-
|
|
2370
|
-
options?: {
|
|
2371
|
-
|
|
2372
|
-
[propname: string]: any,
|
|
2373
|
-
bindAttr?: () => Array<any>,
|
|
2374
|
-
slotDefault?: (current: nasl.ui.Current<T>)=> Array<any>,
|
|
2375
|
-
|
|
2376
|
-
}){super()}
|
|
2377
|
-
'data-source': Array<T>;
|
|
2378
|
-
'value': any;
|
|
2379
|
-
'page-size': nasl.core.Long;
|
|
2380
|
-
'sorting': {
|
|
2381
|
-
field: nasl.core.String
|
|
2382
|
-
order: nasl.core.String
|
|
2383
|
-
};
|
|
2384
|
-
'selected-values-data': Array<any>;
|
|
2385
|
-
'page-number': nasl.core.Long;
|
|
2386
|
-
open: () => any;
|
|
2387
|
-
close: () => any;
|
|
2388
|
-
toggle: (opened?: nasl.core.Boolean,) => any;
|
|
2389
|
-
reload: () => any;
|
|
2390
|
-
addItem: (item?: object,inFirst?: nasl.core.Boolean,) => any;
|
|
2391
|
-
}
|
|
2392
|
-
export class uSelectItem<T> extends VueComponent{
|
|
1413
|
+
options?: {
|
|
2393
1414
|
|
|
2394
|
-
|
|
1415
|
+
[propname: string]: any,
|
|
1416
|
+
bindAttr?: () => Array<any>,
|
|
1417
|
+
slotDefault?: () => Array<any>,
|
|
1418
|
+
slotTitle?: () => Array<any>,
|
|
2395
1419
|
|
|
2396
|
-
|
|
1420
|
+
}) { super() }
|
|
1421
|
+
}
|
|
1422
|
+
export class uTaskbox<T> extends VueComponent {
|
|
2397
1423
|
|
|
2398
|
-
|
|
2399
|
-
bindAttr?: () => Array<any>,
|
|
2400
|
-
slotDefault?: (current: nasl.ui.Current<T>) => Array<any>,
|
|
2401
|
-
|
|
2402
|
-
}){super()}
|
|
2403
|
-
'value': any;
|
|
2404
|
-
}
|
|
2405
|
-
export class uSelectGroup<T> extends VueComponent{
|
|
1424
|
+
constructor(
|
|
2406
1425
|
|
|
2407
|
-
|
|
1426
|
+
options?: {
|
|
2408
1427
|
|
|
2409
|
-
|
|
1428
|
+
[propname: string]: any,
|
|
1429
|
+
bindAttr?: () => Array<any>,
|
|
1430
|
+
slotDefault?: () => Array<any>,
|
|
2410
1431
|
|
|
2411
|
-
|
|
2412
|
-
|
|
2413
|
-
|
|
2414
|
-
|
|
2415
|
-
}){super()}
|
|
2416
|
-
}
|
|
2417
|
-
export class uSelectDivider<T> extends VueComponent{
|
|
1432
|
+
}) { super() }
|
|
1433
|
+
}
|
|
1434
|
+
export class uText<T> extends VueComponent {
|
|
2418
1435
|
|
|
2419
|
-
|
|
1436
|
+
constructor(
|
|
2420
1437
|
|
|
2421
|
-
|
|
1438
|
+
options?: {
|
|
2422
1439
|
|
|
2423
|
-
|
|
2424
|
-
|
|
2425
|
-
slotDefault?: ()=> Array<any>,
|
|
2426
|
-
|
|
2427
|
-
}){super()}
|
|
2428
|
-
}
|
|
2429
|
-
export class uCascader<T> extends VueComponent{
|
|
2430
|
-
|
|
2431
|
-
constructor(
|
|
2432
|
-
|
|
2433
|
-
options?: {
|
|
2434
|
-
|
|
2435
|
-
[propname: string]: any,
|
|
2436
|
-
bindAttr?: () => Array<any>,
|
|
2437
|
-
slotDefault?: ()=> Array<any>,
|
|
2438
|
-
|
|
2439
|
-
}){super()}
|
|
2440
|
-
'data-source': Array<T>;
|
|
2441
|
-
'value': any;
|
|
2442
|
-
open: () => any;
|
|
2443
|
-
close: () => any;
|
|
2444
|
-
clear: () => any;
|
|
2445
|
-
reload: () => any;
|
|
2446
|
-
}
|
|
2447
|
-
export class uRegionSelect<T> extends VueComponent{
|
|
1440
|
+
[propname: string]: any,
|
|
1441
|
+
bindAttr?: () => Array<any>,
|
|
1442
|
+
slotDefault?: () => Array<any>,
|
|
2448
1443
|
|
|
2449
|
-
|
|
1444
|
+
}) { super() }
|
|
1445
|
+
}
|
|
1446
|
+
export class uTextarea<T> extends VueComponent {
|
|
2450
1447
|
|
|
2451
|
-
|
|
1448
|
+
constructor(
|
|
2452
1449
|
|
|
2453
|
-
|
|
2454
|
-
bindAttr?: () => Array<any>,
|
|
2455
|
-
slotDefault?: ()=> Array<any>,
|
|
2456
|
-
|
|
2457
|
-
}){super()}
|
|
2458
|
-
'value': any;
|
|
2459
|
-
open: () => any;
|
|
2460
|
-
close: () => any;
|
|
2461
|
-
clear: () => any;
|
|
2462
|
-
}
|
|
2463
|
-
export class uTreeViewNew<T> extends VueComponent{
|
|
1450
|
+
options?: {
|
|
2464
1451
|
|
|
2465
|
-
|
|
1452
|
+
[propname: string]: any,
|
|
1453
|
+
bindAttr?: () => Array<any>,
|
|
1454
|
+
slotDefault?: () => Array<any>,
|
|
2466
1455
|
|
|
2467
|
-
|
|
1456
|
+
}) { super() }
|
|
1457
|
+
}
|
|
1458
|
+
export class uTimePicker<T> extends VueComponent {
|
|
2468
1459
|
|
|
2469
|
-
|
|
2470
|
-
bindAttr?: () => Array<any>,
|
|
2471
|
-
slotDefault?: (current: nasl.ui.Current<T>)=> Array<any>,
|
|
2472
|
-
slotItem?: (current: nasl.ui.Current<T>) => Array<any>,
|
|
2473
|
-
|
|
2474
|
-
}){super()}
|
|
2475
|
-
'data-source': Array<T>;
|
|
2476
|
-
'value': any;
|
|
2477
|
-
reload: () => any;
|
|
2478
|
-
}
|
|
2479
|
-
export class uTreeViewNodeNew<T> extends VueComponent{
|
|
1460
|
+
constructor(
|
|
2480
1461
|
|
|
2481
|
-
|
|
1462
|
+
options?: {
|
|
2482
1463
|
|
|
2483
|
-
|
|
1464
|
+
[propname: string]: any,
|
|
1465
|
+
bindAttr?: () => Array<any>,
|
|
1466
|
+
slotDefault?: () => Array<any>,
|
|
2484
1467
|
|
|
2485
|
-
|
|
2486
|
-
|
|
2487
|
-
|
|
2488
|
-
|
|
2489
|
-
}){super()}
|
|
2490
|
-
'value': any;
|
|
2491
|
-
}
|
|
2492
|
-
export class uTransfer<T> extends VueComponent{
|
|
1468
|
+
}) { super() }
|
|
1469
|
+
}
|
|
1470
|
+
export class uToc<T> extends VueComponent {
|
|
2493
1471
|
|
|
2494
|
-
|
|
1472
|
+
constructor(
|
|
2495
1473
|
|
|
2496
|
-
|
|
1474
|
+
options?: {
|
|
2497
1475
|
|
|
2498
|
-
|
|
2499
|
-
|
|
2500
|
-
slotDefault?: ()=> Array<any>,
|
|
2501
|
-
|
|
2502
|
-
}){super()}
|
|
2503
|
-
'page-size': nasl.core.Long;
|
|
2504
|
-
forward: (values?: nasl.collection.List<nasl.core.String>,) => any;
|
|
2505
|
-
reverse: (values?: nasl.collection.List<nasl.core.String>,) => any;
|
|
2506
|
-
transfer: (direction?: nasl.core.String,values?: nasl.collection.List<nasl.core.String>,) => any;
|
|
2507
|
-
}
|
|
2508
|
-
export class uDatePicker<T> extends VueComponent{
|
|
1476
|
+
[propname: string]: any,
|
|
1477
|
+
bindAttr?: () => Array<any>,
|
|
1478
|
+
slotDefault?: () => Array<any>,
|
|
2509
1479
|
|
|
2510
|
-
|
|
1480
|
+
}) { super() }
|
|
1481
|
+
}
|
|
1482
|
+
export class uTocItem<T> extends VueComponent {
|
|
2511
1483
|
|
|
2512
|
-
|
|
1484
|
+
constructor(
|
|
2513
1485
|
|
|
2514
|
-
|
|
2515
|
-
bindAttr?: () => Array<any>,
|
|
2516
|
-
slotDefault?: ()=> Array<any>,
|
|
2517
|
-
|
|
2518
|
-
}){super()}
|
|
2519
|
-
'value': any;
|
|
2520
|
-
'yearDiff': nasl.core.Long;
|
|
2521
|
-
'yearAdd': nasl.core.Long;
|
|
2522
|
-
}
|
|
2523
|
-
export class uTimePicker<T> extends VueComponent{
|
|
1486
|
+
options?: {
|
|
2524
1487
|
|
|
2525
|
-
|
|
1488
|
+
[propname: string]: any,
|
|
1489
|
+
bindAttr?: () => Array<any>,
|
|
1490
|
+
slotDefault?: () => Array<any>,
|
|
2526
1491
|
|
|
2527
|
-
|
|
1492
|
+
}) { super() }
|
|
1493
|
+
}
|
|
1494
|
+
export class uTransfer<T> extends VueComponent {
|
|
2528
1495
|
|
|
2529
|
-
|
|
2530
|
-
bindAttr?: () => Array<any>,
|
|
2531
|
-
slotDefault?: ()=> Array<any>,
|
|
2532
|
-
|
|
2533
|
-
}){super()}
|
|
2534
|
-
'value': any;
|
|
2535
|
-
}
|
|
2536
|
-
export class uDateTimePicker<T> extends VueComponent{
|
|
1496
|
+
constructor(
|
|
2537
1497
|
|
|
2538
|
-
|
|
1498
|
+
options?: {
|
|
2539
1499
|
|
|
2540
|
-
|
|
1500
|
+
[propname: string]: any,
|
|
1501
|
+
bindAttr?: () => Array<any>,
|
|
1502
|
+
slotDefault?: () => Array<any>,
|
|
2541
1503
|
|
|
2542
|
-
|
|
2543
|
-
|
|
2544
|
-
|
|
2545
|
-
|
|
2546
|
-
}
|
|
2547
|
-
|
|
2548
|
-
'yearDiff': nasl.core.Long;
|
|
2549
|
-
'yearAdd': nasl.core.Long;
|
|
2550
|
-
}
|
|
2551
|
-
export class uTreeSelectNew<T> extends VueComponent{
|
|
1504
|
+
}) { super() }
|
|
1505
|
+
forward: (values?: nasl.collection.List<nasl.core.String>,) => any;
|
|
1506
|
+
reverse: (values?: nasl.collection.List<nasl.core.String>,) => any;
|
|
1507
|
+
transfer: (direction?: nasl.core.String, values?: nasl.collection.List<nasl.core.String>,) => any;
|
|
1508
|
+
}
|
|
1509
|
+
export class uTreeSelectNew<T> extends VueComponent {
|
|
2552
1510
|
|
|
2553
|
-
|
|
1511
|
+
constructor(
|
|
2554
1512
|
|
|
2555
|
-
|
|
1513
|
+
options?: {
|
|
2556
1514
|
|
|
2557
|
-
|
|
2558
|
-
|
|
2559
|
-
slotDefault?: (current: nasl.ui.Current<T>)=> Array<any>,
|
|
2560
|
-
slotItem?: (current: nasl.ui.Current<T>) => Array<any>,
|
|
2561
|
-
|
|
2562
|
-
}){super()}
|
|
2563
|
-
'data-source': Array<T>;
|
|
2564
|
-
'value': any;
|
|
2565
|
-
reload: () => any;
|
|
2566
|
-
}
|
|
2567
|
-
export class uLinearProgress<T> extends VueComponent{
|
|
1515
|
+
[propname: string]: any,
|
|
1516
|
+
bindAttr?: () => Array<any>,
|
|
1517
|
+
slotDefault?: (current: nasl.ui.Current<T>) => Array<any>,
|
|
1518
|
+
slotItem?: (current: nasl.ui.Current<T>) => Array<any>,
|
|
2568
1519
|
|
|
2569
|
-
|
|
1520
|
+
}) { super() }
|
|
1521
|
+
}
|
|
1522
|
+
export class uTreeViewNew<T> extends VueComponent {
|
|
2570
1523
|
|
|
2571
|
-
|
|
1524
|
+
constructor(
|
|
2572
1525
|
|
|
2573
|
-
|
|
2574
|
-
bindAttr?: () => Array<any>,
|
|
2575
|
-
slotDefault?: ()=> Array<any>,
|
|
2576
|
-
|
|
2577
|
-
}){super()}
|
|
2578
|
-
'percent': nasl.core.Long;
|
|
2579
|
-
}
|
|
2580
|
-
export class uCircularProgress<T> extends VueComponent{
|
|
1526
|
+
options?: {
|
|
2581
1527
|
|
|
2582
|
-
|
|
1528
|
+
[propname: string]: any,
|
|
1529
|
+
bindAttr?: () => Array<any>,
|
|
1530
|
+
slotDefault?: (current: nasl.ui.Current<T>) => Array<any>,
|
|
1531
|
+
slotItem?: (current: nasl.ui.Current<T>) => Array<any>,
|
|
2583
1532
|
|
|
2584
|
-
|
|
1533
|
+
}) { super() }
|
|
1534
|
+
}
|
|
1535
|
+
export class uTreeViewNodeNew<T> extends VueComponent {
|
|
2585
1536
|
|
|
2586
|
-
|
|
2587
|
-
bindAttr?: () => Array<any>,
|
|
2588
|
-
slotDefault?: ()=> Array<any>,
|
|
2589
|
-
|
|
2590
|
-
}){super()}
|
|
2591
|
-
'percent': nasl.core.Long;
|
|
2592
|
-
}
|
|
2593
|
-
export class uPopupCombination<T> extends VueComponent{
|
|
2594
|
-
|
|
2595
|
-
constructor(
|
|
2596
|
-
|
|
2597
|
-
options?: {
|
|
2598
|
-
|
|
2599
|
-
[propname: string]: any,
|
|
2600
|
-
bindAttr?: () => Array<any>,
|
|
2601
|
-
slotDefault?: ()=> Array<any>,
|
|
2602
|
-
slotReference?: ()=> Array<any>,
|
|
2603
|
-
|
|
2604
|
-
}){super()}
|
|
2605
|
-
'hide-delay': nasl.core.Long;
|
|
2606
|
-
open: () => any;
|
|
2607
|
-
close: () => any;
|
|
2608
|
-
toggle: (opened?: nasl.core.Boolean,) => any;
|
|
2609
|
-
update: () => any;
|
|
2610
|
-
scheduleUpdate: () => any;
|
|
2611
|
-
}
|
|
2612
|
-
export class uModal<T> extends VueComponent{
|
|
2613
|
-
|
|
2614
|
-
constructor(
|
|
2615
|
-
|
|
2616
|
-
options?: {
|
|
2617
|
-
|
|
2618
|
-
[propname: string]: any,
|
|
2619
|
-
bindAttr?: () => Array<any>,
|
|
2620
|
-
slotTitle?: ()=> Array<any>,
|
|
2621
|
-
slotHead?: ()=> Array<any>,
|
|
2622
|
-
slotBody?: ()=> Array<any>,
|
|
2623
|
-
slotFoot?: ()=> Array<any>,
|
|
2624
|
-
slotHeading?: ()=> Array<any>,
|
|
2625
|
-
slotDefault?: ()=> Array<any>,
|
|
2626
|
-
|
|
2627
|
-
}){super()}
|
|
2628
|
-
open: () => any;
|
|
2629
|
-
close: () => any;
|
|
2630
|
-
}
|
|
2631
|
-
export class uDrawer<T> extends VueComponent{
|
|
1537
|
+
constructor(
|
|
2632
1538
|
|
|
2633
|
-
|
|
1539
|
+
options?: {
|
|
2634
1540
|
|
|
2635
|
-
|
|
1541
|
+
[propname: string]: any,
|
|
1542
|
+
bindAttr?: () => Array<any>,
|
|
1543
|
+
slotDefault?: () => Array<any>,
|
|
2636
1544
|
|
|
2637
|
-
|
|
2638
|
-
|
|
2639
|
-
|
|
2640
|
-
|
|
2641
|
-
}){super()}
|
|
2642
|
-
open: () => any;
|
|
2643
|
-
close: () => any;
|
|
2644
|
-
}
|
|
2645
|
-
export class eWatermark<T> extends VueComponent{
|
|
1545
|
+
}) { super() }
|
|
1546
|
+
}
|
|
1547
|
+
export class uUploader<T> extends VueComponent {
|
|
2646
1548
|
|
|
2647
|
-
|
|
1549
|
+
constructor(
|
|
2648
1550
|
|
|
2649
|
-
|
|
1551
|
+
options?: {
|
|
2650
1552
|
|
|
2651
|
-
|
|
2652
|
-
|
|
2653
|
-
slotDefault?: ()=> Array<any>,
|
|
2654
|
-
|
|
2655
|
-
}){super()}
|
|
2656
|
-
'opacity': nasl.core.Long;
|
|
2657
|
-
}
|
|
2658
|
-
export class uCopy<T> extends VueComponent{
|
|
1553
|
+
[propname: string]: any,
|
|
1554
|
+
bindAttr?: () => Array<any>,
|
|
1555
|
+
slotDefault?: () => Array<any>,
|
|
2659
1556
|
|
|
2660
|
-
|
|
1557
|
+
}) { super() }
|
|
1558
|
+
select: () => any;
|
|
1559
|
+
}
|
|
1560
|
+
export class uValidator<T> extends VueComponent {
|
|
2661
1561
|
|
|
2662
|
-
|
|
1562
|
+
constructor(
|
|
2663
1563
|
|
|
2664
|
-
|
|
2665
|
-
bindAttr?: () => Array<any>,
|
|
2666
|
-
slotDefault?: ()=> Array<any>,
|
|
2667
|
-
|
|
2668
|
-
}){super()}
|
|
2669
|
-
'hide-delay': nasl.core.Long;
|
|
2670
|
-
'value': any;
|
|
2671
|
-
}
|
|
2672
|
-
export class uTaskbox<T> extends VueComponent{
|
|
1564
|
+
options?: {
|
|
2673
1565
|
|
|
2674
|
-
|
|
1566
|
+
[propname: string]: any,
|
|
1567
|
+
bindAttr?: () => Array<any>,
|
|
1568
|
+
slotDefault?: () => Array<any>,
|
|
2675
1569
|
|
|
2676
|
-
|
|
1570
|
+
}) { super() }
|
|
1571
|
+
validate: (trigger?: nasl.core.String, muted?: nasl.core.Boolean,) => any;
|
|
1572
|
+
}
|
|
1573
|
+
export class lcapLogin<T> extends VueComponent {
|
|
2677
1574
|
|
|
2678
|
-
|
|
2679
|
-
bindAttr?: () => Array<any>,
|
|
2680
|
-
slotDefault?: ()=> Array<any>,
|
|
2681
|
-
|
|
2682
|
-
}){super()}
|
|
2683
|
-
'size': nasl.core.Long;
|
|
2684
|
-
'interval': nasl.core.Long;
|
|
2685
|
-
}
|
|
2686
|
-
export class lcapH5Login<T> extends VueComponent{
|
|
1575
|
+
constructor(
|
|
2687
1576
|
|
|
2688
|
-
|
|
1577
|
+
options?: {
|
|
2689
1578
|
|
|
2690
|
-
|
|
1579
|
+
[propname: string]: any,
|
|
1580
|
+
bindAttr?: () => Array<any>,
|
|
2691
1581
|
|
|
2692
|
-
|
|
2693
|
-
|
|
2694
|
-
|
|
2695
|
-
}){super()}
|
|
2696
|
-
}
|
|
2697
|
-
export class lcapLogin<T> extends VueComponent{
|
|
1582
|
+
}) { super() }
|
|
1583
|
+
}
|
|
1584
|
+
export class lcapYouData<T> extends VueComponent {
|
|
2698
1585
|
|
|
2699
|
-
|
|
1586
|
+
constructor(
|
|
2700
1587
|
|
|
2701
|
-
|
|
1588
|
+
options?: {
|
|
2702
1589
|
|
|
2703
|
-
|
|
2704
|
-
|
|
2705
|
-
|
|
2706
|
-
|
|
2707
|
-
|
|
2708
|
-
|
|
2709
|
-
|
|
2710
|
-
|
|
2711
|
-
|
|
1590
|
+
[propname: string]: any,
|
|
1591
|
+
bindAttr?: () => Array<any>,
|
|
1592
|
+
slotDefault?: () => Array<any>,
|
|
1593
|
+
|
|
1594
|
+
}) { super() }
|
|
1595
|
+
}
|
|
1596
|
+
export class lcapEchartsPie<T> extends VueComponent {
|
|
1597
|
+
|
|
1598
|
+
constructor(
|
|
1599
|
+
|
|
1600
|
+
options?: {
|
|
1601
|
+
|
|
1602
|
+
[propname: string]: any,
|
|
1603
|
+
bindAttr?: () => Array<any>,
|
|
1604
|
+
|
|
1605
|
+
}) { super() }
|
|
1606
|
+
reload: () => any;
|
|
1607
|
+
}
|
|
1608
|
+
export class lcapEchartsBar<T> extends VueComponent {
|
|
1609
|
+
|
|
1610
|
+
constructor(
|
|
1611
|
+
|
|
1612
|
+
options?: {
|
|
1613
|
+
|
|
1614
|
+
[propname: string]: any,
|
|
1615
|
+
bindAttr?: () => Array<any>,
|
|
1616
|
+
|
|
1617
|
+
}) { super() }
|
|
1618
|
+
reload: () => any;
|
|
1619
|
+
}
|
|
1620
|
+
export class lcapEchartsLine<T> extends VueComponent {
|
|
1621
|
+
|
|
1622
|
+
constructor(
|
|
1623
|
+
|
|
1624
|
+
options?: {
|
|
1625
|
+
|
|
1626
|
+
[propname: string]: any,
|
|
1627
|
+
bindAttr?: () => Array<any>,
|
|
1628
|
+
|
|
1629
|
+
}) { super() }
|
|
1630
|
+
reload: () => any;
|
|
1631
|
+
}
|
|
1632
|
+
export class lcapH5Signature<T> extends VueComponent {
|
|
1633
|
+
|
|
1634
|
+
constructor(
|
|
1635
|
+
|
|
1636
|
+
options?: {
|
|
1637
|
+
|
|
1638
|
+
[propname: string]: any,
|
|
1639
|
+
bindAttr?: () => Array<any>,
|
|
1640
|
+
|
|
1641
|
+
}) { super() }
|
|
1642
|
+
openSignatureModal: () => any;
|
|
1643
|
+
}
|
|
1644
|
+
export class lcapH5PrintPage<T> extends VueComponent {
|
|
1645
|
+
|
|
1646
|
+
constructor(
|
|
1647
|
+
|
|
1648
|
+
options?: {
|
|
1649
|
+
|
|
1650
|
+
[propname: string]: any,
|
|
1651
|
+
bindAttr?: () => Array<any>,
|
|
1652
|
+
|
|
1653
|
+
}) { super() }
|
|
1654
|
+
printPage: () => any;
|
|
1655
|
+
}
|
|
1656
|
+
export class lcapH5Login<T> extends VueComponent {
|
|
1657
|
+
|
|
1658
|
+
constructor(
|
|
1659
|
+
|
|
1660
|
+
options?: {
|
|
1661
|
+
|
|
1662
|
+
[propname: string]: any,
|
|
1663
|
+
bindAttr?: () => Array<any>,
|
|
1664
|
+
|
|
1665
|
+
}) { super() }
|
|
1666
|
+
}
|
|
1667
|
+
export class lcapH5TkSfriends<T> extends VueComponent {
|
|
1668
|
+
|
|
1669
|
+
constructor(
|
|
1670
|
+
|
|
1671
|
+
options?: {
|
|
1672
|
+
|
|
1673
|
+
[propname: string]: any,
|
|
1674
|
+
bindAttr?: () => Array<any>,
|
|
1675
|
+
slotDefault?: () => Array<any>,
|
|
1676
|
+
|
|
1677
|
+
}) { super() }
|
|
1678
|
+
getMsg: () => any;
|
|
1679
|
+
invoke: () => any;
|
|
1680
|
+
}
|
|
1681
|
+
export class devopsMultiLayout<T> extends VueComponent {
|
|
1682
|
+
|
|
1683
|
+
constructor(
|
|
1684
|
+
|
|
1685
|
+
options?: {
|
|
1686
|
+
|
|
1687
|
+
[propname: string]: any,
|
|
1688
|
+
bindAttr?: () => Array<any>,
|
|
1689
|
+
slotDefault?: () => Array<any>,
|
|
1690
|
+
|
|
1691
|
+
}) { super() }
|
|
1692
|
+
}
|
|
1693
|
+
export class devopsMultiLayoutItem<T> extends VueComponent {
|
|
1694
|
+
|
|
1695
|
+
constructor(
|
|
1696
|
+
|
|
1697
|
+
options?: {
|
|
1698
|
+
|
|
1699
|
+
[propname: string]: any,
|
|
1700
|
+
bindAttr?: () => Array<any>,
|
|
1701
|
+
slotDefault?: () => Array<any>,
|
|
1702
|
+
|
|
1703
|
+
}) { super() }
|
|
1704
|
+
}
|
|
1705
|
+
export class devopsStatusTable<T> extends VueComponent {
|
|
1706
|
+
|
|
1707
|
+
constructor(
|
|
1708
|
+
|
|
1709
|
+
options?: {
|
|
1710
|
+
|
|
1711
|
+
[propname: string]: any,
|
|
1712
|
+
bindAttr?: () => Array<any>,
|
|
1713
|
+
|
|
1714
|
+
}) { super() }
|
|
1715
|
+
}
|
|
1716
|
+
export class lcapCommunityTabs<T> extends VueComponent {
|
|
1717
|
+
|
|
1718
|
+
constructor(
|
|
1719
|
+
|
|
1720
|
+
options?: {
|
|
1721
|
+
|
|
1722
|
+
[propname: string]: any,
|
|
1723
|
+
bindAttr?: () => Array<any>,
|
|
1724
|
+
slotDefault?: () => Array<any>,
|
|
1725
|
+
|
|
1726
|
+
}) { super() }
|
|
1727
|
+
}
|
|
1728
|
+
export class devopsDynamicForm<T> extends VueComponent {
|
|
1729
|
+
|
|
1730
|
+
constructor(
|
|
1731
|
+
|
|
1732
|
+
options?: {
|
|
1733
|
+
|
|
1734
|
+
[propname: string]: any,
|
|
1735
|
+
bindAttr?: () => Array<any>,
|
|
1736
|
+
slotDefault?: () => Array<any>,
|
|
1737
|
+
|
|
1738
|
+
}) { super() }
|
|
1739
|
+
}
|
|
1740
|
+
export class devopsDynamicTable<T> extends VueComponent {
|
|
1741
|
+
|
|
1742
|
+
constructor(
|
|
1743
|
+
|
|
1744
|
+
options?: {
|
|
1745
|
+
|
|
1746
|
+
[propname: string]: any,
|
|
1747
|
+
bindAttr?: () => Array<any>,
|
|
1748
|
+
slotDefault?: () => Array<any>,
|
|
1749
|
+
|
|
1750
|
+
}) { super() }
|
|
1751
|
+
}
|
|
1752
|
+
export class lcapH5AmapPoi<T> extends VueComponent {
|
|
1753
|
+
|
|
1754
|
+
constructor(
|
|
1755
|
+
|
|
1756
|
+
options?: {
|
|
1757
|
+
|
|
1758
|
+
[propname: string]: any,
|
|
1759
|
+
bindAttr?: () => Array<any>,
|
|
1760
|
+
|
|
1761
|
+
}) { super() }
|
|
1762
|
+
poiPicked: () => any;
|
|
1763
|
+
}
|
|
1764
|
+
export class lcapRichTextEditor<T> extends VueComponent {
|
|
1765
|
+
|
|
1766
|
+
constructor(
|
|
1767
|
+
|
|
1768
|
+
options?: {
|
|
1769
|
+
|
|
1770
|
+
[propname: string]: any,
|
|
1771
|
+
bindAttr?: () => Array<any>,
|
|
1772
|
+
slotDefault?: () => Array<any>,
|
|
1773
|
+
|
|
1774
|
+
}) { super() }
|
|
1775
|
+
}
|
|
1776
|
+
export class lcapReport<T> extends VueComponent {
|
|
1777
|
+
|
|
1778
|
+
constructor(
|
|
1779
|
+
|
|
1780
|
+
options?: {
|
|
1781
|
+
|
|
1782
|
+
[propname: string]: any,
|
|
1783
|
+
bindAttr?: () => Array<any>,
|
|
1784
|
+
|
|
1785
|
+
}) { super() }
|
|
1786
|
+
reload: () => any;
|
|
1787
|
+
}
|
|
1788
|
+
export class lcapAmapNav<T> extends VueComponent {
|
|
1789
|
+
|
|
1790
|
+
constructor(
|
|
1791
|
+
|
|
1792
|
+
options?: {
|
|
1793
|
+
|
|
1794
|
+
[propname: string]: any,
|
|
1795
|
+
bindAttr?: () => Array<any>,
|
|
1796
|
+
|
|
1797
|
+
}) { super() }
|
|
1798
|
+
}
|
|
1799
|
+
export class lcapAmapPoi<T> extends VueComponent {
|
|
1800
|
+
|
|
1801
|
+
constructor(
|
|
1802
|
+
|
|
1803
|
+
options?: {
|
|
1804
|
+
|
|
1805
|
+
[propname: string]: any,
|
|
1806
|
+
bindAttr?: () => Array<any>,
|
|
1807
|
+
|
|
1808
|
+
}) { super() }
|
|
1809
|
+
poiPicked: () => any;
|
|
1810
|
+
}
|
|
1811
|
+
export class lcapLuckyDraw<T> extends VueComponent {
|
|
1812
|
+
|
|
1813
|
+
constructor(
|
|
1814
|
+
|
|
1815
|
+
options?: {
|
|
1816
|
+
|
|
1817
|
+
[propname: string]: any,
|
|
1818
|
+
bindAttr?: () => Array<any>,
|
|
1819
|
+
|
|
1820
|
+
}) { super() }
|
|
1821
|
+
}
|
|
1822
|
+
export class lcapWangEditor<T> extends VueComponent {
|
|
1823
|
+
|
|
1824
|
+
constructor(
|
|
1825
|
+
|
|
1826
|
+
options?: {
|
|
1827
|
+
|
|
1828
|
+
[propname: string]: any,
|
|
1829
|
+
bindAttr?: () => Array<any>,
|
|
1830
|
+
|
|
1831
|
+
}) { super() }
|
|
1832
|
+
}
|
|
1833
|
+
export class lcapCamera<T> extends VueComponent {
|
|
1834
|
+
|
|
1835
|
+
constructor(
|
|
1836
|
+
|
|
1837
|
+
options?: {
|
|
1838
|
+
|
|
1839
|
+
[propname: string]: any,
|
|
1840
|
+
bindAttr?: () => Array<any>,
|
|
1841
|
+
|
|
1842
|
+
}) { super() }
|
|
1843
|
+
open: () => any;
|
|
1844
|
+
close: () => any;
|
|
1845
|
+
snapshot: () => any;
|
|
1846
|
+
}
|
|
1847
|
+
export class lcapClock<T> extends VueComponent {
|
|
1848
|
+
|
|
1849
|
+
constructor(
|
|
1850
|
+
|
|
1851
|
+
options?: {
|
|
1852
|
+
|
|
1853
|
+
[propname: string]: any,
|
|
1854
|
+
bindAttr?: () => Array<any>,
|
|
1855
|
+
slotDefault?: () => Array<any>,
|
|
1856
|
+
|
|
1857
|
+
}) { super() }
|
|
1858
|
+
}
|
|
1859
|
+
export class lcapVideoFlv<T> extends VueComponent {
|
|
1860
|
+
|
|
1861
|
+
constructor(
|
|
1862
|
+
|
|
1863
|
+
options?: {
|
|
1864
|
+
|
|
1865
|
+
[propname: string]: any,
|
|
1866
|
+
bindAttr?: () => Array<any>,
|
|
1867
|
+
|
|
1868
|
+
}) { super() }
|
|
1869
|
+
}
|
|
1870
|
+
export class uCalendarTable<T> extends VueComponent {
|
|
1871
|
+
|
|
1872
|
+
constructor(
|
|
1873
|
+
|
|
1874
|
+
options?: {
|
|
1875
|
+
|
|
1876
|
+
[propname: string]: any,
|
|
1877
|
+
bindAttr?: () => Array<any>,
|
|
1878
|
+
slotDefault?: () => Array<any>,
|
|
1879
|
+
|
|
1880
|
+
}) { super() }
|
|
1881
|
+
load: () => any;
|
|
1882
|
+
reload: () => any;
|
|
1883
|
+
}
|
|
1884
|
+
export class uSiderModal<T> extends VueComponent {
|
|
1885
|
+
|
|
1886
|
+
constructor(
|
|
1887
|
+
|
|
1888
|
+
options?: {
|
|
1889
|
+
|
|
1890
|
+
[propname: string]: any,
|
|
1891
|
+
bindAttr?: () => Array<any>,
|
|
1892
|
+
slotDefault?: () => Array<any>,
|
|
1893
|
+
|
|
1894
|
+
}) { super() }
|
|
1895
|
+
}
|
|
1896
|
+
export class lcapVideo<T> extends VueComponent {
|
|
1897
|
+
|
|
1898
|
+
constructor(
|
|
1899
|
+
|
|
1900
|
+
options?: {
|
|
1901
|
+
|
|
1902
|
+
[propname: string]: any,
|
|
1903
|
+
bindAttr?: () => Array<any>,
|
|
1904
|
+
|
|
1905
|
+
}) { super() }
|
|
1906
|
+
play: () => any;
|
|
1907
|
+
pause: () => any;
|
|
1908
|
+
}
|
|
2712
1909
|
}
|